diff --git a/archivers/Makefile b/archivers/Makefile index d2f847bc4a664..5b5c8ee6bf9fc 100644 --- a/archivers/Makefile +++ b/archivers/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.142 2015/12/02 15:15:02 wiz Exp $ +# $NetBSD: Makefile,v 1.143 2016/05/08 18:40:04 jakllsch Exp $ # COMMENT= Archivers @@ -11,6 +11,7 @@ SUBDIR+= archangel SUBDIR+= arj SUBDIR+= ark SUBDIR+= bicom +SUBDIR+= bmap-tools SUBDIR+= bsdtar SUBDIR+= bunzip SUBDIR+= bzip2 diff --git a/archivers/bmap-tools/DESCR b/archivers/bmap-tools/DESCR new file mode 100644 index 0000000000000..83226fa687b81 --- /dev/null +++ b/archivers/bmap-tools/DESCR @@ -0,0 +1,5 @@ +Bmaptool is a generic tool for creating the block map (bmap) for +a file and copying files using the block map. The idea is that +large files, like raw system image files, can be copied or flashed +a lot faster and more reliably with bmaptool than with traditional +tools, like "dd" or "cp". diff --git a/archivers/bmap-tools/Makefile b/archivers/bmap-tools/Makefile new file mode 100644 index 0000000000000..a6115396da5bc --- /dev/null +++ b/archivers/bmap-tools/Makefile @@ -0,0 +1,16 @@ +# $NetBSD: Makefile,v 1.1 2016/05/08 18:39:35 jakllsch Exp $ + +DISTNAME= bmap-tools-3.2 +CATEGORIES= archivers sysutils +MASTER_SITES= ftp://ftp.infradead.org/pub/bmap-tools/ +EXTRACT_SUFX= .tgz + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= https://source.tizen.org/documentation/reference/bmaptool +COMMENT= Block map tools +LICENSE= gnu-gpl-v2 + +USE_LANGUAGES= # none + +.include "../../lang/python/distutils.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/archivers/bmap-tools/PLIST b/archivers/bmap-tools/PLIST new file mode 100644 index 0000000000000..bca76bd705085 --- /dev/null +++ b/archivers/bmap-tools/PLIST @@ -0,0 +1,24 @@ +@comment $NetBSD: PLIST,v 1.1 2016/05/08 18:39:35 jakllsch Exp $ +bin/bmaptool +${PYSITELIB}/${EGG_FILE}/PKG-INFO +${PYSITELIB}/${EGG_FILE}/SOURCES.txt +${PYSITELIB}/${EGG_FILE}/dependency_links.txt +${PYSITELIB}/${EGG_FILE}/top_level.txt +${PYSITELIB}/bmaptools/BmapCopy.py +${PYSITELIB}/bmaptools/BmapCopy.pyc +${PYSITELIB}/bmaptools/BmapCopy.pyo +${PYSITELIB}/bmaptools/BmapCreate.py +${PYSITELIB}/bmaptools/BmapCreate.pyc +${PYSITELIB}/bmaptools/BmapCreate.pyo +${PYSITELIB}/bmaptools/BmapHelpers.py +${PYSITELIB}/bmaptools/BmapHelpers.pyc +${PYSITELIB}/bmaptools/BmapHelpers.pyo +${PYSITELIB}/bmaptools/Filemap.py +${PYSITELIB}/bmaptools/Filemap.pyc +${PYSITELIB}/bmaptools/Filemap.pyo +${PYSITELIB}/bmaptools/TransRead.py +${PYSITELIB}/bmaptools/TransRead.pyc +${PYSITELIB}/bmaptools/TransRead.pyo +${PYSITELIB}/bmaptools/__init__.py +${PYSITELIB}/bmaptools/__init__.pyc +${PYSITELIB}/bmaptools/__init__.pyo diff --git a/archivers/bmap-tools/distinfo b/archivers/bmap-tools/distinfo new file mode 100644 index 0000000000000..7da9a3fdabe63 --- /dev/null +++ b/archivers/bmap-tools/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2016/05/08 18:39:35 jakllsch Exp $ + +SHA1 (bmap-tools-3.2.tgz) = b2eb397e90f5641701e94e725350a8166740f1ac +RMD160 (bmap-tools-3.2.tgz) = 3d05b5459f4a763a66a572dc45951d894ef315ad +SHA512 (bmap-tools-3.2.tgz) = 005adb981daf58ba5c3c26c0e4d27881875661b258667b28aabc209a87d78b7c595c596d9abe47f1c79ef4ba4c891d6b8b01e45256aef8105899f84fd03c1196 +Size (bmap-tools-3.2.tgz) = 87236 bytes diff --git a/archivers/file-roller/Makefile b/archivers/file-roller/Makefile index b14da6a88b1d7..ee16b859113fe 100644 --- a/archivers/file-roller/Makefile +++ b/archivers/file-roller/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.134 2015/06/12 10:48:21 wiz Exp $ +# $NetBSD: Makefile,v 1.135 2016/04/09 05:40:46 richard Exp $ # DISTNAME= file-roller-2.32.2 -PKGREVISION= 23 +PKGREVISION= 24 CATEGORIES= archivers gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/file-roller/2.32/} EXTRACT_SUFX= .tar.bz2 @@ -23,6 +23,8 @@ GCONF_SCHEMAS= file-roller.schemas BUILDLINK_API_DEPENDS.glib2+= glib2>=2.12.0 BUILDLINK_API_DEPENDS.gtk2+= gtk2+>=2.10.0 +.include "options.mk" + # Force unzip from pkgsrc on NetBSD .include "../../mk/bsd.prefs.mk" .if ${OPSYS} == "NetBSD" @@ -40,7 +42,6 @@ SUBST_SED.unzip= -e 's|@@UNZIP_COMMAND@@|${TOOLS_PATH.unzip}|' .include "../../devel/glib2/buildlink3.mk" .include "../../graphics/hicolor-icon-theme/buildlink3.mk" .include "../../sysutils/desktop-file-utils/desktopdb.mk" -#.include "../../sysutils/nautilus/buildlink3.mk" .include "../../textproc/gnome-doc-utils/buildlink3.mk" .include "../../mk/omf-scrollkeeper.mk" .include "../../x11/gtk2/buildlink3.mk" diff --git a/archivers/file-roller/PLIST b/archivers/file-roller/PLIST index 47a7c217c8563..b314b555112b9 100644 --- a/archivers/file-roller/PLIST +++ b/archivers/file-roller/PLIST @@ -1,7 +1,8 @@ -@comment $NetBSD: PLIST,v 1.36 2010/11/28 13:06:16 drochner Exp $ +@comment $NetBSD: PLIST,v 1.37 2016/04/09 05:40:46 richard Exp $ bin/file-roller libexec/file-roller/isoinfo.sh libexec/file-roller/rpm2cpio +${PLIST.nautilus}lib/nautilus/extensions-2.0/libnautilus-fileroller.la share/applications/file-roller.desktop share/file-roller/icons/hicolor/16x16/actions/add-files-to-archive.png share/file-roller/icons/hicolor/16x16/actions/add-folder-to-archive.png diff --git a/archivers/file-roller/options.mk b/archivers/file-roller/options.mk new file mode 100644 index 0000000000000..533f94642c157 --- /dev/null +++ b/archivers/file-roller/options.mk @@ -0,0 +1,17 @@ +# $NetBSD: options.mk,v 1.1 2016/04/09 05:40:46 richard Exp $ + +PKG_OPTIONS_VAR= PKG_OPTIONS.file-roller +PKG_SUPPORTED_OPTIONS= nautilus +PKG_SUGGESTED_OPTIONS= nautilus + +.include "../../mk/bsd.options.mk" + +PLIST_VARS+= nautilus + +.if !empty(PKG_OPTIONS:Mnautilus) +PLIST.nautilus= yes +CONFIGURE_ARGS+= --enable-nautilus-actions +.include "../../sysutils/nautilus/buildlink3.mk" +.else +CONFIGURE_ARGS+= --disable-nautilus-actions +.endif diff --git a/archivers/innoextract/Makefile b/archivers/innoextract/Makefile index 8b49df050ddf7..ffa258539399a 100644 --- a/archivers/innoextract/Makefile +++ b/archivers/innoextract/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.3 2015/09/30 20:05:07 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2016/04/15 10:23:10 wiz Exp $ -DISTNAME= innoextract-1.5 +DISTNAME= innoextract-1.6 CATEGORIES= archivers MASTER_SITES= http://constexpr.org/innoextract/files/ diff --git a/archivers/innoextract/distinfo b/archivers/innoextract/distinfo index 65dee38d04502..f4ac375c94293 100644 --- a/archivers/innoextract/distinfo +++ b/archivers/innoextract/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.3 2015/11/03 00:56:22 agc Exp $ +$NetBSD: distinfo,v 1.4 2016/04/15 10:23:10 wiz Exp $ -SHA1 (innoextract-1.5.tar.gz) = cd3e3f68213c2730e9db4665b2997f5052f12af7 -RMD160 (innoextract-1.5.tar.gz) = 95ca36a54ff074272e11f680d1dbc2f83fdc9d13 -SHA512 (innoextract-1.5.tar.gz) = 759c319c1f0737b9120ed4613bcab4bebcbb28749d9bbfa46ccb7b4f7640352b4ef01a03ed142c61f67188a83635d4e03e7b0708b913e1f47c09e5189bb56dd6 -Size (innoextract-1.5.tar.gz) = 179582 bytes +SHA1 (innoextract-1.6.tar.gz) = 0cbbe80bb362db93c9b230c47ee100828cd93bec +RMD160 (innoextract-1.6.tar.gz) = 6c659ba6a4740e33ee2439df095c2e9c7336c011 +SHA512 (innoextract-1.6.tar.gz) = 4c1b50a050d45e1a56d7236150a801cb85d15de8c80f5f1fd94750f3dd2392bdfb3f0e98c214e9504fe6132c7dce3a0dfbe0815ede438aa0f76a88380ceeef62 +Size (innoextract-1.6.tar.gz) = 183380 bytes diff --git a/archivers/ocaml-bz2/Makefile b/archivers/ocaml-bz2/Makefile index 81eca8161b2f8..d8de41840dbec 100644 --- a/archivers/ocaml-bz2/Makefile +++ b/archivers/ocaml-bz2/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.9 2015/08/07 11:20:33 jaapb Exp $ +# $NetBSD: Makefile,v 1.10 2016/05/05 11:45:37 jaapb Exp $ PKGNAME= ocaml-bz2-${VERSION} DISTNAME= camlbz2-${VERSION} VERSION= 0.6.0 -PKGREVISION= 6 +PKGREVISION= 7 CATEGORIES= archivers MASTER_SITES= http://forge.ocamlcore.org/frs/download.php/72/ diff --git a/archivers/ocaml-zip/Makefile b/archivers/ocaml-zip/Makefile index b2c256ba96b09..b73476120d0e0 100644 --- a/archivers/ocaml-zip/Makefile +++ b/archivers/ocaml-zip/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.13 2015/08/07 11:20:33 jaapb Exp $ +# $NetBSD: Makefile,v 1.14 2016/05/05 11:27:47 jaapb Exp $ # PKGNAME= ocaml-zip-${VERSION} DISTNAME= camlzip-${VERSION} VERSION= 1.05 -PKGREVISION= 5 +PKGREVISION= 6 CATEGORIES= archivers MASTER_SITES= http://forge.ocamlcore.org/frs/download.php/1037/ LICENSE= gnu-lgpl-v2.1 diff --git a/archivers/ocaml-zip/buildlink3.mk b/archivers/ocaml-zip/buildlink3.mk index 1672586ba659e..db01852e592b9 100644 --- a/archivers/ocaml-zip/buildlink3.mk +++ b/archivers/ocaml-zip/buildlink3.mk @@ -1,11 +1,11 @@ -# $NetBSD: buildlink3.mk,v 1.1 2016/02/03 12:57:14 jaapb Exp $ +# $NetBSD: buildlink3.mk,v 1.2 2016/05/05 11:27:47 jaapb Exp $ BUILDLINK_TREE+= ocaml-zip .if !defined(OCAML_ZIP_BUILDLINK3_MK) OCAML_ZIP_BUILDLINK3_MK:= -BUILDLINK_API_DEPENDS.ocaml-zip+= ocaml-zip>=1.05nb5 +BUILDLINK_API_DEPENDS.ocaml-zip+= ocaml-zip>=1.05nb6 BUILDLINK_PKGSRCDIR.ocaml-zip?= ../../archivers/ocaml-zip .include "../../devel/zlib/buildlink3.mk" diff --git a/archivers/ocaml-zip/distinfo b/archivers/ocaml-zip/distinfo index e178c3d875f7d..58a4970436b83 100644 --- a/archivers/ocaml-zip/distinfo +++ b/archivers/ocaml-zip/distinfo @@ -1,6 +1,8 @@ -$NetBSD: distinfo,v 1.6 2015/11/03 00:56:24 agc Exp $ +$NetBSD: distinfo,v 1.7 2016/05/05 11:27:47 jaapb Exp $ SHA1 (camlzip-1.05.tar.gz) = 0c32485958dd1a9c18f6f0abe1d2bf8e62caef74 RMD160 (camlzip-1.05.tar.gz) = f54260638f4bbf43275907285d811a319077c0c8 SHA512 (camlzip-1.05.tar.gz) = 5128243fc7528e5ec6cbb7d9b121e8cb0b6d486a95a82161cd74cafe05454602c9952ed6fee3d38a53614e5ecdc20ef88437681107c5952bf85b8f8c78bf042d Size (camlzip-1.05.tar.gz) = 25817 bytes +SHA1 (patch-zip.ml) = d3ff0fcd82a13882767c3ad648b9775e2d9d0b73 +SHA1 (patch-zlibstubs.c) = ee597e402c37e221ff504e8a4d7cbada28c9cb9a diff --git a/archivers/ocaml-zip/patches/patch-zip.ml b/archivers/ocaml-zip/patches/patch-zip.ml new file mode 100644 index 0000000000000..ee43337f2f0fc --- /dev/null +++ b/archivers/ocaml-zip/patches/patch-zip.ml @@ -0,0 +1,14 @@ +$NetBSD: patch-zip.ml,v 1.1 2016/05/05 11:27:47 jaapb Exp $ + +Remove redundant definition +--- zip.ml.orig 2012-10-12 03:36:07.000000000 +0000 ++++ zip.ml +@@ -73,7 +73,7 @@ type out_file = + mutable of_entries: entry list; + of_comment: string } + +-exception Error of string * string * string ++(* exception Error of string * string * string *) + + (* Return the position of the last occurrence of s1 in s2, or -1 if not + found. *) diff --git a/archivers/ocaml-zip/patches/patch-zlibstubs.c b/archivers/ocaml-zip/patches/patch-zlibstubs.c new file mode 100644 index 0000000000000..840c0baa9f642 --- /dev/null +++ b/archivers/ocaml-zip/patches/patch-zlibstubs.c @@ -0,0 +1,14 @@ +$NetBSD: patch-zlibstubs.c,v 1.1 2016/05/05 11:27:47 jaapb Exp $ + +Use proper definition of zlib crc32 function +--- zlibstubs.c.orig 2012-10-12 03:36:07.000000000 +0000 ++++ zlibstubs.c +@@ -168,7 +168,7 @@ value camlzip_inflateEnd(value vzs) + + value camlzip_update_crc32(value crc, value buf, value pos, value len) + { +- return caml_copy_int32(crc32((uint32) Int32_val(crc), ++ return caml_copy_int32(crc32((uLong) Int32_val(crc), + &Byte_u(buf, Long_val(pos)), + Long_val(len))); + } diff --git a/archivers/p5-Archive-Tar/Makefile b/archivers/p5-Archive-Tar/Makefile index bd9de25b7ecb7..185cef283dbe1 100644 --- a/archivers/p5-Archive-Tar/Makefile +++ b/archivers/p5-Archive-Tar/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.64 2015/07/12 18:56:06 wiz Exp $ +# $NetBSD: Makefile,v 1.65 2016/05/03 10:54:52 wiz Exp $ DISTNAME= Archive-Tar-2.04 PKGNAME= p5-${DISTNAME} @@ -6,7 +6,7 @@ PKGREVISION= 1 CATEGORIES= archivers perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Archive/} -MAINTAINER= rhaen@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Archive-Tar/ COMMENT= Perl5 module interface to manipulate tar files LICENSE= ${PERL5_LICENSE} diff --git a/archivers/p5-Archive-Zip/Makefile b/archivers/p5-Archive-Zip/Makefile index a5051d1ab9a2f..2c0d64cfc9efd 100644 --- a/archivers/p5-Archive-Zip/Makefile +++ b/archivers/p5-Archive-Zip/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.52 2015/12/27 22:56:50 wiz Exp $ +# $NetBSD: Makefile,v 1.53 2016/04/08 14:56:53 wiz Exp $ -DISTNAME= Archive-Zip-1.56 +DISTNAME= Archive-Zip-1.57 PKGNAME= p5-${DISTNAME} CATEGORIES= archivers perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Archive/} diff --git a/archivers/p5-Archive-Zip/distinfo b/archivers/p5-Archive-Zip/distinfo index 9b0b383884f4a..b0ad483533d78 100644 --- a/archivers/p5-Archive-Zip/distinfo +++ b/archivers/p5-Archive-Zip/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.24 2015/12/27 22:56:50 wiz Exp $ +$NetBSD: distinfo,v 1.25 2016/04/08 14:56:53 wiz Exp $ -SHA1 (Archive-Zip-1.56.tar.gz) = 96721d5213a6dea33ba241009478f91ac029a955 -RMD160 (Archive-Zip-1.56.tar.gz) = 794419b63aa77d2dc03e6927f12810d36de390e6 -SHA512 (Archive-Zip-1.56.tar.gz) = f636cfbc9cff43a153e20621ab1f155a8eb9395ae59a7d97ce1dfd6f82335f0b9600d09e37e7f3e16c1d8054bbf000a7ffcb44629337ce6a94ca0e191924e801 -Size (Archive-Zip-1.56.tar.gz) = 190124 bytes +SHA1 (Archive-Zip-1.57.tar.gz) = 0c966dcef26b48521962e1c695940aa675d3cf58 +RMD160 (Archive-Zip-1.57.tar.gz) = f99429301839cce852681845aafd2d5873544f70 +SHA512 (Archive-Zip-1.57.tar.gz) = accf68cb2b7171cd244b8ff92dd9d24c945856700731cede249273a5d44364f9bd1008d06472befc1af9c2d1bc70706f5ac792bede54a58d22ac882f4f3c81aa +Size (Archive-Zip-1.57.tar.gz) = 190218 bytes diff --git a/archivers/p5-Compress-Bzip2/Makefile b/archivers/p5-Compress-Bzip2/Makefile index bd62f3b16c2ae..4f7bf77d0efd7 100644 --- a/archivers/p5-Compress-Bzip2/Makefile +++ b/archivers/p5-Compress-Bzip2/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.27 2015/06/12 10:48:22 wiz Exp $ +# $NetBSD: Makefile,v 1.28 2016/04/17 13:59:18 wen Exp $ -DISTNAME= Compress-Bzip2-2.22 +DISTNAME= Compress-Bzip2-2.24 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= archivers perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Compress/} diff --git a/archivers/p5-Compress-Bzip2/distinfo b/archivers/p5-Compress-Bzip2/distinfo index 41d04a14d30e3..c55d8e18ec86e 100644 --- a/archivers/p5-Compress-Bzip2/distinfo +++ b/archivers/p5-Compress-Bzip2/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.11 2015/11/03 00:56:24 agc Exp $ +$NetBSD: distinfo,v 1.12 2016/04/17 13:59:18 wen Exp $ -SHA1 (Compress-Bzip2-2.22.tar.gz) = edbafa85e0b0bf1f42f80a265ccda9a181088334 -RMD160 (Compress-Bzip2-2.22.tar.gz) = 710e8ef9c196c87bd5d4dab5c1444a4ca489bc3b -SHA512 (Compress-Bzip2-2.22.tar.gz) = a7dbf80d2b05c03485d9412009a747ae4841f8ea1d499560e17886644e368e7d9b9b5cf053a3f1e540bfc5d1cd4ea055fa10e2c10c53688b1850e57e98257f95 -Size (Compress-Bzip2-2.22.tar.gz) = 893952 bytes +SHA1 (Compress-Bzip2-2.24.tar.gz) = 6dcc77c7cc6caab6ea3c69a05c3b4dd2bfcc9e2e +RMD160 (Compress-Bzip2-2.24.tar.gz) = d1309d6adc5781086d860e02bd8f2afb4a92c743 +SHA512 (Compress-Bzip2-2.24.tar.gz) = a451ea967911077dbb40a104ac527fe5ec7c626ec8d412526323463145fa119351b80f1393e5403add1ac2f01e3c44fb45623fdb13a15068fa4967f33833ee93 +Size (Compress-Bzip2-2.24.tar.gz) = 886898 bytes diff --git a/archivers/p7zip/Makefile b/archivers/p7zip/Makefile index d3821d2e212ec..075a61e08f1df 100644 --- a/archivers/p7zip/Makefile +++ b/archivers/p7zip/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.60 2016/02/14 08:39:47 ryoon Exp $ +# $NetBSD: Makefile,v 1.62 2016/04/11 14:19:59 ryoon Exp $ -DISTNAME= p7zip_15.09_src_all -PKGNAME= p7zip-15.09 -PKGREVISION= 1 +DISTNAME= p7zip_15.14.1_src_all +PKGNAME= p7zip-15.14.1 CATEGORIES= archivers MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=p7zip/} EXTRACT_SUFX= .tar.bz2 @@ -18,26 +17,14 @@ MAKE_FILE= makefile MAKE_JOBS_SAFE= no # missing header when compiling sfx NO_CONFIGURE= yes PTHREAD_OPTS+= require -PLIST_VARS= dll -# compiles, but does not recognize any archives as supported -DYNAMIC_7Z?= NO -.if !empty(DYNAMIC_7Z:MYES) -BUILD_TARGET= all2 -PLIST.dll= yes -CFLAGS+= -fPIC -.endif +.include "options.mk" WRKSRC= ${WRKDIR}/${PKGNAME_NOREV:S/-/_/} GCC_REQD+= 3.0 -INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 -.if !empty(DYNAMIC_7Z:MYES) -INSTALLATION_DIRS+= lib/7z -INSTALLATION_DIRS+= lib/7z/Codecs -INSTALLATION_DIRS+= lib/7z/Formats -.endif +INSTALLATION_DIRS+= bin ${PKGMANDIR}/man1 INSTALLATION_DIRS+= share/doc/p7zip INSTALLATION_DIRS+= share/doc/p7zip/commands INSTALLATION_DIRS+= share/doc/p7zip/switches @@ -58,17 +45,9 @@ CFLAGS+= -DBIG_ENDIAN CFLAGS+= -DLITTLE_ENDIAN .endif -do-install: +do-install: dynamic-7z-install ${INSTALL_PROGRAM} ${WRKSRC}/bin/7za ${DESTDIR}${PREFIX}/bin -.if !empty(DYNAMIC_7Z:MYES) - ${INSTALL_LIB} ${WRKSRC}/bin/7z.so ${DESTDIR}${PREFIX}/lib/ - ${INSTALL_PROGRAM} ${WRKSRC}/bin/7z ${DESTDIR}${PREFIX}/lib/7z - ln -f -s ${PREFIX}/lib/7z/7z ${DESTDIR}${PREFIX}/bin - ${INSTALL_LIB} ${WRKSRC}/bin/Codecs/* \ - ${DESTDIR}${PREFIX}/lib/7z/Codecs -.else ln -f -s 7za ${DESTDIR}${PREFIX}/bin/7z -.endif ${INSTALL_DATA} ${WRKSRC}/README \ ${DESTDIR}${PREFIX}/share/doc/p7zip ${INSTALL_DATA} ${WRKSRC}/DOC/MANUAL/cmdline/*.* \ diff --git a/archivers/p7zip/PLIST b/archivers/p7zip/PLIST index f385778944f6d..be4565a265088 100644 --- a/archivers/p7zip/PLIST +++ b/archivers/p7zip/PLIST @@ -1,9 +1,9 @@ -@comment $NetBSD: PLIST,v 1.20 2015/12/29 19:39:21 adam Exp $ +@comment $NetBSD: PLIST,v 1.21 2016/04/07 14:41:34 ryoon Exp $ bin/7z bin/7za ${PLIST.dll}lib/7z.so ${PLIST.dll}lib/7z/7z -${PLIST.dll}lib/7z/Codecs/Rar29.so +${PLIST.dll}lib/7z/Codecs/Rar.so man/man1/7z.1 man/man1/7za.1 man/man1/7zr.1 @@ -26,6 +26,8 @@ share/doc/p7zip/style.css share/doc/p7zip/switches/ar_exclude.htm share/doc/p7zip/switches/ar_include.htm share/doc/p7zip/switches/ar_no.htm +share/doc/p7zip/switches/bb.htm +share/doc/p7zip/switches/bs.htm share/doc/p7zip/switches/charset.htm share/doc/p7zip/switches/email.htm share/doc/p7zip/switches/exclude.htm @@ -52,6 +54,7 @@ share/doc/p7zip/switches/stdin.htm share/doc/p7zip/switches/stdout.htm share/doc/p7zip/switches/stl.htm share/doc/p7zip/switches/stop_switch.htm +share/doc/p7zip/switches/stx.htm share/doc/p7zip/switches/style.css share/doc/p7zip/switches/type.htm share/doc/p7zip/switches/update.htm diff --git a/archivers/p7zip/distinfo b/archivers/p7zip/distinfo index 9062239d2e758..f350bc8314373 100644 --- a/archivers/p7zip/distinfo +++ b/archivers/p7zip/distinfo @@ -1,11 +1,10 @@ -$NetBSD: distinfo,v 1.47 2016/02/24 13:03:04 wiz Exp $ +$NetBSD: distinfo,v 1.49 2016/04/11 14:19:59 ryoon Exp $ -SHA1 (p7zip_15.09_src_all.tar.bz2) = d5d21ac15e7c197f8af0366694ab9a301cfce972 -RMD160 (p7zip_15.09_src_all.tar.bz2) = f9ca03529644f43893f1f1b7ef6d864549e53022 -SHA512 (p7zip_15.09_src_all.tar.bz2) = 4f020b13632ef7a85aa8a98586b59bef2dde3c1cbebdbd17e01f1d09b2e13a56ecfe82546d7efc677c45df67456a71cfdb67826b53ebea4c0fb4878f20c2f6dd -Size (p7zip_15.09_src_all.tar.bz2) = 4048481 bytes +SHA1 (p7zip_15.14.1_src_all.tar.bz2) = 9b15a79f94230fab9b9d4f9f532c723117145c7a +RMD160 (p7zip_15.14.1_src_all.tar.bz2) = 1b240131d6fc8322830fa893357a62a9cdb81bdb +SHA512 (p7zip_15.14.1_src_all.tar.bz2) = 30d0ef47bd6938cdd5d9d80ec6e7aed972655686a43adb0ae34bb9856ec7cd5a68a05c580352021055cefd6eeceb134ff6402f93686ce46e57f9757798e76abd +Size (p7zip_15.14.1_src_all.tar.bz2) = 4147911 bytes SHA1 (patch-CPP_Windows_DLL.cpp) = 12fb3f3cf4d32b8848f741dde6bcb0e56a9c6745 -SHA1 (patch-CVE-2015-1038) = 21d196e5c840597a17bba3e835c5adc3ecc77bb4 SHA1 (patch-aa) = 9c103fa831cc6ff099e3a604c763ff416f1b48ec SHA1 (patch-ab) = c680fb037b9ef5e19e4c8dc71dd710598277a61b -SHA1 (patch-ac) = a7afeded4aeb5ef230d006d1556ee601a6190063 +SHA1 (patch-ac) = 747d8ab9ba3b4069227efcfce9a4b26096e68b9b diff --git a/archivers/p7zip/options.mk b/archivers/p7zip/options.mk new file mode 100644 index 0000000000000..f3a4e3df15740 --- /dev/null +++ b/archivers/p7zip/options.mk @@ -0,0 +1,27 @@ +# $NetBSD: options.mk,v 1.1 2016/04/07 14:41:34 ryoon Exp $ + +PKG_OPTIONS_VAR= PKG_OPTIONS.p7zip +PKG_SUPPORTED_OPTIONS+= dll +PLIST_VARS+= dll + +.include "../../mk/bsd.options.mk" + +PHONY: dynamic-7z-install +.if !empty(PKG_OPTIONS:Mdll) +BUILD_TARGET= all2 +PLIST.dll= yes +CFLAGS+= -fPIC + +INSTALLATION_DIRS+= lib/7z +INSTALLATION_DIRS+= lib/7z/Codecs +INSTALLATION_DIRS+= lib/7z/Formats + +dynamic-7z-install: + ${INSTALL_LIB} ${WRKSRC}/bin/7z.so ${DESTDIR}${PREFIX}/lib/ + ${INSTALL_PROGRAM} ${WRKSRC}/bin/7z ${DESTDIR}${PREFIX}/lib/7z + ln -f -s ${PREFIX}/lib/7z/7z ${DESTDIR}${PREFIX}/bin + ${INSTALL_LIB} ${WRKSRC}/bin/Codecs/* \ + ${DESTDIR}${PREFIX}/lib/7z/Codecs +.else +dynamic-7z-install: +.endif diff --git a/archivers/p7zip/patches/patch-CVE-2015-1038 b/archivers/p7zip/patches/patch-CVE-2015-1038 deleted file mode 100644 index 85cb721a0adc9..0000000000000 --- a/archivers/p7zip/patches/patch-CVE-2015-1038 +++ /dev/null @@ -1,281 +0,0 @@ -$NetBSD: patch-CVE-2015-1038,v 1.2 2016/02/24 13:03:04 wiz Exp $ - -* A patch for CVE-2015-1038 - http://pkgs.fedoraproject.org/cgit/rpms/p7zip.git/plain/p7zip-15.09-CVE-2015-1038.patch - ---- CPP/7zip/UI/Agent/Agent.cpp.orig 2015-09-17 19:02:35.000000000 +0000 -+++ CPP/7zip/UI/Agent/Agent.cpp -@@ -1515,7 +1515,7 @@ STDMETHODIMP CAgentFolder::Extract(const - HRESULT result = _agentSpec->GetArchive()->Extract(&realIndices.Front(), - realIndices.Size(), testMode, extractCallback); - if (result == S_OK) -- result = extractCallbackSpec->SetDirsTimes(); -+ result = extractCallbackSpec->SetFinalAttribs(); - return result; - COM_TRY_END - } -$NetBSD: patch-CVE-2015-1038,v 1.2 2016/02/24 13:03:04 wiz Exp $ - ---- CPP/7zip/UI/Client7z/Client7z.cpp.orig 2015-10-17 14:52:30.000000000 +0000 -+++ CPP/7zip/UI/Client7z/Client7z.cpp -@@ -230,8 +230,11 @@ private: - COutFileStream *_outFileStreamSpec; - CMyComPtr _outFileStream; - -+ CObjectVector _delayedSymLinks; -+ - public: - void Init(IInArchive *archiveHandler, const FString &directoryPath); -+ HRESULT SetFinalAttribs(); - - UInt64 NumErrors; - bool PasswordIsDefined; -@@ -449,11 +452,23 @@ STDMETHODIMP CArchiveExtractCallback::Se - } - _outFileStream.Release(); - if (_extractMode && _processedFileInfo.AttribDefined) -- SetFileAttrib(_diskFilePath, _processedFileInfo.Attrib); -+ SetFileAttrib(_diskFilePath, _processedFileInfo.Attrib, &_delayedSymLinks); - PrintNewLine(); - return S_OK; - } - -+HRESULT CArchiveExtractCallback::SetFinalAttribs() -+{ -+ HRESULT result = S_OK; -+ -+ for (int i = 0; i != _delayedSymLinks.Size(); ++i) -+ if (!_delayedSymLinks[i].Create()) -+ result = E_FAIL; -+ -+ _delayedSymLinks.Clear(); -+ -+ return result; -+} - - STDMETHODIMP CArchiveExtractCallback::CryptoGetTextPassword(BSTR *password) - { -@@ -914,6 +929,8 @@ int MY_CDECL main(int numArgs, const cha - // extractCallbackSpec->PasswordIsDefined = true; - // extractCallbackSpec->Password = L"1"; - HRESULT result = archive->Extract(NULL, (UInt32)(Int32)(-1), false, extractCallback); -+ if (result == S_OK) -+ result = extractCallbackSpec->SetFinalAttribs(); - if (result != S_OK) - { - PrintError("Extract Error"); -$NetBSD: patch-CVE-2015-1038,v 1.2 2016/02/24 13:03:04 wiz Exp $ - ---- CPP/7zip/UI/Common/ArchiveExtractCallback.cpp.orig 2015-10-03 08:49:15.000000000 +0000 -+++ CPP/7zip/UI/Common/ArchiveExtractCallback.cpp -@@ -1502,7 +1502,7 @@ STDMETHODIMP CArchiveExtractCallback::Se - NumFiles++; - - if (!_stdOutMode && _extractMode && _fi.AttribDefined) -- SetFileAttrib(_diskFilePath, _fi.Attrib); -+ SetFileAttrib(_diskFilePath, _fi.Attrib, &_delayedSymLinks); - - RINOK(_extractCallback2->SetOperationResult(opRes, BoolToInt(_encrypted))); - -@@ -1584,8 +1584,9 @@ static unsigned GetNumSlashes(const FCha - } - } - --HRESULT CArchiveExtractCallback::SetDirsTimes() -+HRESULT CArchiveExtractCallback::SetFinalAttribs() - { -+ HRESULT result = S_OK; - CRecordVector pairs; - pairs.ClearAndSetSize(_extractedFolderPaths.Size()); - unsigned i; -@@ -1622,5 +1623,12 @@ HRESULT CArchiveExtractCallback::SetDirs - (WriteATime && ATimeDefined) ? &ATime : NULL, - (WriteMTime && MTimeDefined) ? &MTime : (_arc->MTimeDefined ? &_arc->MTime : NULL)); - } -- return S_OK; -+ -+ for (int i = 0; i != _delayedSymLinks.Size(); ++i) -+ if (!_delayedSymLinks[i].Create()) -+ result = E_FAIL; -+ -+ _delayedSymLinks.Clear(); -+ -+ return result; - } -$NetBSD: patch-CVE-2015-1038,v 1.2 2016/02/24 13:03:04 wiz Exp $ - ---- CPP/7zip/UI/Common/ArchiveExtractCallback.h.orig 2015-10-03 10:29:09.000000000 +0000 -+++ CPP/7zip/UI/Common/ArchiveExtractCallback.h -@@ -6,6 +6,8 @@ - #include "../../../Common/MyCom.h" - #include "../../../Common/Wildcard.h" - -+#include "../../../Windows/FileDir.h" -+ - #include "../../IPassword.h" - - #include "../../Common/FileStreams.h" -@@ -237,6 +239,8 @@ class CArchiveExtractCallback: - bool _saclEnabled; - #endif - -+ CObjectVector _delayedSymLinks; -+ - void CreateComplexDirectory(const UStringVector &dirPathParts, FString &fullPath); - HRESULT GetTime(int index, PROPID propID, FILETIME &filetime, bool &filetimeIsDefined); - HRESULT GetUnpackSize(); -@@ -330,7 +334,7 @@ public: - } - #endif - -- HRESULT SetDirsTimes(); -+ HRESULT SetFinalAttribs(); - }; - - bool CensorNode_CheckPath(const NWildcard::CCensorNode &node, const CReadArcItem &item); -$NetBSD: patch-CVE-2015-1038,v 1.2 2016/02/24 13:03:04 wiz Exp $ - ---- CPP/7zip/UI/Common/Extract.cpp.orig 2015-09-07 19:47:32.000000000 +0000 -+++ CPP/7zip/UI/Common/Extract.cpp -@@ -207,7 +207,7 @@ static HRESULT DecompressArchive( - else - result = archive->Extract(&realIndices.Front(), realIndices.Size(), testMode, ecs); - if (result == S_OK && !options.StdInMode) -- result = ecs->SetDirsTimes(); -+ result = ecs->SetFinalAttribs(); - return callback->ExtractResult(result); - } - -$NetBSD: patch-CVE-2015-1038,v 1.2 2016/02/24 13:03:04 wiz Exp $ - ---- CPP/Windows/FileDir.cpp.orig 2015-10-10 12:37:41.000000000 +0000 -+++ CPP/Windows/FileDir.cpp -@@ -347,7 +347,8 @@ static int convert_to_symlink(const char - return -1; - } - --bool SetFileAttrib(CFSTR fileName, DWORD fileAttributes) -+bool SetFileAttrib(CFSTR fileName, DWORD fileAttributes, -+ CObjectVector *delayedSymLinks) - { - if (!fileName) { - SetLastError(ERROR_PATH_NOT_FOUND); -@@ -379,7 +380,9 @@ bool SetFileAttrib(CFSTR fileName, DWORD - stat_info.st_mode = fileAttributes >> 16; - #ifdef ENV_HAVE_LSTAT - if (S_ISLNK(stat_info.st_mode)) { -- if ( convert_to_symlink(name) != 0) { -+ if (delayedSymLinks) -+ delayedSymLinks->Add(CDelayedSymLink(name)); -+ else if ( convert_to_symlink(name) != 0) { - TRACEN((printf("SetFileAttrib(%s,%d) : false-3\n",(const char *)name,fileAttributes))) - return false; - } -@@ -814,6 +817,43 @@ bool CTempDir::Remove() - return !_mustBeDeleted; - } - -+#ifdef ENV_UNIX -+ -+CDelayedSymLink::CDelayedSymLink(const char * source) -+ : _source(source) -+{ -+ struct stat st; -+ -+ if (lstat(_source, &st) == 0) { -+ _dev = st.st_dev; -+ _ino = st.st_ino; -+ } else { -+ _dev = 0; -+ } -+} -+ -+bool CDelayedSymLink::Create() -+{ -+ struct stat st; -+ -+ if (_dev == 0) { -+ errno = EPERM; -+ return false; -+ } -+ if (lstat(_source, &st) != 0) -+ return false; -+ if (_dev != st.st_dev || _ino != st.st_ino) { -+ // Placeholder file has been overwritten or moved by another -+ // symbolic link creation -+ errno = EPERM; -+ return false; -+ } -+ -+ return convert_to_symlink(_source) == 0; -+} -+ -+#endif // ENV_UNIX -+ - }}} - - #ifndef _SFX -$NetBSD: patch-CVE-2015-1038,v 1.2 2016/02/24 13:03:04 wiz Exp $ - ---- CPP/Windows/FileDir.h.orig 2015-06-19 10:52:06.000000000 +0000 -+++ CPP/Windows/FileDir.h -@@ -4,6 +4,11 @@ - #define __WINDOWS_FILE_DIR_H - - #include "../Common/MyString.h" -+#include "../Common/MyVector.h" -+ -+#ifdef ENV_UNIX -+#include -+#endif - - #include "FileIO.h" - -@@ -11,11 +16,14 @@ - namespace NFile { - namespace NDir { - -+class CDelayedSymLink; -+ - bool GetWindowsDir(FString &path); - bool GetSystemDir(FString &path); - - bool SetDirTime(CFSTR path, const FILETIME *cTime, const FILETIME *aTime, const FILETIME *mTime); --bool SetFileAttrib(CFSTR path, DWORD attrib); -+bool SetFileAttrib(CFSTR path, DWORD attrib, -+ CObjectVector *delayedSymLinks = 0); - bool MyMoveFile(CFSTR existFileName, CFSTR newFileName); - - #ifndef UNDER_CE -@@ -76,6 +84,31 @@ - bool Remove(); - }; - -+// Symbolic links must be created last so that they can't be used to -+// create or overwrite files above the extraction directory. -+class CDelayedSymLink -+{ -+#ifdef ENV_UNIX -+ // Where the symlink should be created. The target is specified in -+ // the placeholder file. -+ AString _source; -+ -+ // Device and inode of the placeholder file. Before creating the -+ // symlink, we must check that these haven't been changed by creation -+ // of another symlink. -+ dev_t _dev; -+ ino_t _ino; -+ -+public: -+ explicit CDelayedSymLink(const char * source); -+ bool Create(); -+#else // !ENV_UNIX -+public: -+ CDelayedSymLink(const char * source) {} -+ bool Create() { return true; } -+#endif // ENV_UNIX -+}; -+ - #if !defined(UNDER_CE) - class CCurrentDirRestorer - { diff --git a/archivers/p7zip/patches/patch-ac b/archivers/p7zip/patches/patch-ac index f381223ee2557..6d0f543a4cd46 100644 --- a/archivers/p7zip/patches/patch-ac +++ b/archivers/p7zip/patches/patch-ac @@ -1,6 +1,6 @@ -$NetBSD: patch-ac,v 1.9 2015/12/29 19:39:21 adam Exp $ +$NetBSD: patch-ac,v 1.10 2016/04/07 14:41:34 ryoon Exp $ ---- makefile.glb.orig 2015-10-03 20:25:19.000000000 +0000 +--- makefile.glb.orig 2016-03-10 20:20:14.000000000 +0000 +++ makefile.glb @@ -1,14 +1,14 @@ @@ -9,13 +9,13 @@ $NetBSD: patch-ac,v 1.9 2015/12/29 19:39:21 adam Exp $ -CFLAGS=-c -I. \ +CFLAGS+=-c -I. \ -I../../../../C \ - -I../../../myWindows \ - -I../../../include_windows \ - -I../../.. \ + -I../../../../CPP/myWindows \ + -I../../../../CPP/include_windows \ + -I../../../../CPP \ $(ALLFLAGS) $(ALLFLAGS_C) -CXXFLAGS=-c -I. \ +CXXFLAGS+=-c -I. \ -I../../../../C \ - -I../../../myWindows \ - -I../../../ \ + -I../../../../CPP/myWindows \ + -I../../../../CPP/include_windows \ diff --git a/archivers/php-zlib/Makefile b/archivers/php-zlib/Makefile index 36d51216e3a76..ac6e817d4e4a7 100644 --- a/archivers/php-zlib/Makefile +++ b/archivers/php-zlib/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.20 2016/03/05 11:28:02 jperkin Exp $ +# $NetBSD: Makefile,v 1.21 2016/04/02 09:05:22 taca Exp $ MODNAME= zlib CATEGORIES+= archivers COMMENT= PHP extension for zlib compression -PKGREVISION= 1 CONFLICTS= php-zlib-[0-9]* diff --git a/archivers/unrar/Makefile.common b/archivers/unrar/Makefile.common index 8bb938148cf1e..cfc400640e5f5 100644 --- a/archivers/unrar/Makefile.common +++ b/archivers/unrar/Makefile.common @@ -1,9 +1,9 @@ -# $NetBSD: Makefile.common,v 1.7 2015/11/07 10:10:09 adam Exp $ +# $NetBSD: Makefile.common,v 1.9 2016/05/05 08:43:15 adam Exp $ # # used by archivers/libunrar/Makefile # used by archivers/unrar/Makefile -DISTNAME= unrarsrc-5.3.7 +DISTNAME= unrarsrc-5.3.11 PKGNAME= ${DISTNAME:S/src//} CATEGORIES= archivers MASTER_SITES= http://www.rarlab.com/rar/ @@ -24,7 +24,7 @@ USE_LANGUAGES= c++ USE_TOOLS+= gmake MAKE_FILE= makefile -MAKEFLAGS+= CXX=${CXX:Q} CXXFLAGS=${CXXFLAGS:Q} LDFLAGS=${LDFLAGS:Q} +MAKE_FLAGS+= CXX=${CXX:Q} CXXFLAGS=${CXXFLAGS:Q} LDFLAGS=${LDFLAGS:Q} # usually set in Makefile, but overridden by line above LDFLAGS+= -pthread CXXFLAGS+= -fPIC diff --git a/archivers/unrar/distinfo b/archivers/unrar/distinfo index a5083e152ec0c..5821a3aa9e50f 100644 --- a/archivers/unrar/distinfo +++ b/archivers/unrar/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.57 2015/11/07 10:10:09 adam Exp $ +$NetBSD: distinfo,v 1.58 2016/05/05 08:43:15 adam Exp $ -SHA1 (unrarsrc-5.3.7.tar.gz) = 35734f84d1da44a5e71847d9b2c815ef7416bb53 -RMD160 (unrarsrc-5.3.7.tar.gz) = b9765b57caa99ddb19cbd92c2d5ee95a05818cc2 -SHA512 (unrarsrc-5.3.7.tar.gz) = ca07935e1febc471d770a992a50bdd2b3fa60f70b4a97a8b76e3eef6038644a2dcfa9726c2d630a35704762a5d69496ac00a700018831779ec1e4fc08b90919e -Size (unrarsrc-5.3.7.tar.gz) = 223455 bytes +SHA1 (unrarsrc-5.3.11.tar.gz) = 4cba465d85f2ce20567cf3b4c7c7935624e01339 +RMD160 (unrarsrc-5.3.11.tar.gz) = 418e6532a118729a892b5766f47ff3f70f0b4fc0 +SHA512 (unrarsrc-5.3.11.tar.gz) = 14ea833fe4c2d81718df25794d2e795a255f92c68a5533d6a7d2cbfc072db3ce07bba7ba1fd5555aad1a17fbaf4980eb217a7d9f6158461fa917e1a17590569b +Size (unrarsrc-5.3.11.tar.gz) = 223663 bytes diff --git a/audio/SDL_sound/Makefile b/audio/SDL_sound/Makefile index 75c7347e43512..e1981af2f7590 100644 --- a/audio/SDL_sound/Makefile +++ b/audio/SDL_sound/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2015/04/25 14:20:18 tnn Exp $ +# $NetBSD: Makefile,v 1.31 2016/04/20 12:10:24 nros Exp $ # DISTNAME= SDL_sound-1.0.3 @@ -9,6 +9,7 @@ MASTER_SITES= http://icculus.org/SDL_sound/downloads/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://icculus.org/SDL_sound/ COMMENT= SDL library to handle the decoding of different file formats +LICENSE= gnu-lgpl-v2.1 GNU_CONFIGURE= YES USE_LIBTOOL= YES diff --git a/audio/abcde/Makefile b/audio/abcde/Makefile index e3442b608711e..77640e60bc118 100644 --- a/audio/abcde/Makefile +++ b/audio/abcde/Makefile @@ -1,12 +1,13 @@ -# $NetBSD: Makefile,v 1.57 2015/10/15 09:50:22 wiz Exp $ +# $NetBSD: Makefile,v 1.59 2016/04/20 12:10:24 nros Exp $ -DISTNAME= abcde-2.7.1 +DISTNAME= abcde-2.7.2 CATEGORIES= audio MASTER_SITES= http://abcde.einval.com/download/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://abcde.einval.com/ COMMENT= Command-line utility to rip and encode an audio CD +LICENSE= gnu-gpl-v2 DEPENDS+= cd-discid>=0.7:../../audio/cd-discid DEPENDS+= eyeD3-[0-9]*:../../audio/eyeD3 diff --git a/audio/abcde/distinfo b/audio/abcde/distinfo index 368c46cc1c19c..a8fbe66a67c81 100644 --- a/audio/abcde/distinfo +++ b/audio/abcde/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.42 2015/11/04 17:41:15 agc Exp $ +$NetBSD: distinfo,v 1.43 2016/04/13 17:48:36 wiz Exp $ -SHA1 (abcde-2.7.1.tar.gz) = 33c3e10f5b2b2063fa48bb094510ba59e868ad7c -RMD160 (abcde-2.7.1.tar.gz) = 2540056428c5183c248d75e0d310e838e736f2a7 -SHA512 (abcde-2.7.1.tar.gz) = 55d0d6e01af7a492367889f948b1beb3d08ecf2204d6384a93f9b3ed4b8f34fad2c1e517f56a87c2d3041bf116fe6aaa7d1ae98705e4f5f89283288588c8b48e -Size (abcde-2.7.1.tar.gz) = 144302 bytes +SHA1 (abcde-2.7.2.tar.gz) = 0f40fc57907de4a58a7150e7983e37ce2261419a +RMD160 (abcde-2.7.2.tar.gz) = d1d682c758e77b308d6c6ac3ce397d8ee7fa9533 +SHA512 (abcde-2.7.2.tar.gz) = b39af36d539de85b76e19da9fbe7ebb2dcbe69cc00a760eeaa163b402c9f7fbf399e28e6834904c12fc42706ab844522f3fc012bcd50a591b36f8c0b778af563 +Size (abcde-2.7.2.tar.gz) = 146407 bytes SHA1 (patch-ab) = eacbb4582c8dc74c6415adbb0af387aacce81ccc SHA1 (patch-abcde) = d6af00ab25100448f4c081e4b287909ef801506f diff --git a/audio/adplug/Makefile b/audio/adplug/Makefile index f412e8f736c8a..6cc83da893326 100644 --- a/audio/adplug/Makefile +++ b/audio/adplug/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2012/09/11 23:59:21 asau Exp $ +# $NetBSD: Makefile,v 1.7 2016/04/20 12:10:24 nros Exp $ # DISTNAME= adplug-2.1 @@ -10,6 +10,7 @@ EXTRACT_SUFX= .tar.bz2 MAINTAINER= jfranz@bsdprojects.net HOMEPAGE= http://adplug.sourceforge.net/ COMMENT= AdLib emulator library supporting many formats +LICENSE= gnu-lgpl-v2.1 GNU_CONFIGURE= yes USE_LIBTOOL= yes diff --git a/audio/alsa-lib/Makefile b/audio/alsa-lib/Makefile index 1f9310bbb8652..20190515f253b 100644 --- a/audio/alsa-lib/Makefile +++ b/audio/alsa-lib/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.17 2016/02/25 10:15:45 jperkin Exp $ +# $NetBSD: Makefile,v 1.18 2016/04/15 08:47:50 wiz Exp $ -DISTNAME= alsa-lib-1.1.0 +DISTNAME= alsa-lib-1.1.1 CATEGORIES= audio MASTER_SITES= ftp://ftp.alsa-project.org/pub/lib/ EXTRACT_SUFX= .tar.bz2 diff --git a/audio/alsa-lib/distinfo b/audio/alsa-lib/distinfo index 3c158d61f991d..7d06444438477 100644 --- a/audio/alsa-lib/distinfo +++ b/audio/alsa-lib/distinfo @@ -1,53 +1,23 @@ -$NetBSD: distinfo,v 1.20 2016/02/18 15:15:57 wiz Exp $ +$NetBSD: distinfo,v 1.21 2016/04/15 08:47:50 wiz Exp $ -SHA1 (alsa-lib-1.1.0.tar.bz2) = 94b9af685488221561a73ae285c4fddaa93663e4 -RMD160 (alsa-lib-1.1.0.tar.bz2) = 0a9ecf05c136ae025df7ab749db907ad81c4db8f -SHA512 (alsa-lib-1.1.0.tar.bz2) = 2939d0b621c1c619b0a492b05f2e84f354d588c9cc982d93dbcf01c582319258dd5f803ff5c10be52343cd8827d690f671ab5b20ad586a0ee371f0949c9e98f4 -Size (alsa-lib-1.1.0.tar.bz2) = 929874 bytes -SHA1 (patch-aa) = 5a8e9571ac6fb1f1f6cbd18d3859468a7b64076f -SHA1 (patch-ab) = 4853bdbdd559c4fa6a9d00dca3e880022d7fc6ba -SHA1 (patch-ad) = 43b9a214626bac91cf5b9afb19b6785b100fd7de -SHA1 (patch-ae) = c2165e3b3d644eb42a6bc9260fb079adcb0da1ba -SHA1 (patch-af) = b5d0a48da183c0725367b08abb24bf1fed85cb30 -SHA1 (patch-ag) = bea09d714bf75735f5be6d370f7242c34b73cb95 -SHA1 (patch-ah) = 3d2aa98ba2791c2beb152d7e3a454b8d6bb527d3 -SHA1 (patch-ai) = 9eb6c61d013f187267c40fdd4f1f466704507619 -SHA1 (patch-aj) = 82a5b4cf2501c94d4cc5e3275078d84ded1e7a79 -SHA1 (patch-ak) = 39a782c8882a86226f18137d33c70a3736c48cc6 -SHA1 (patch-al) = 76de42304d5ba90bf5e8def57f523c1ee910d9df -SHA1 (patch-am) = 7b5cf015ec0612c1c4a9a864d42d84bba7a78e47 -SHA1 (patch-an) = c7253acaaf2aeb96310d14c9e03853bc4cd4d0cd -SHA1 (patch-ao) = 25ac431685e033b165a9abdcd44246772c1f99b5 -SHA1 (patch-ap) = 3a3c8316b56997052d27f084ed178acbc49d1b17 -SHA1 (patch-aq) = 6a6cf97a17997a9ffc5d269ad2231fc0451bd532 -SHA1 (patch-ar) = 8823c573ac4f6ce038b1067f71a8de91e73bea20 -SHA1 (patch-as) = 946a179a675d6c5e03e0f7734ac97b0592806912 -SHA1 (patch-at) = 831c8b94e079a33057effcbee7113dfc3ca5533e -SHA1 (patch-au) = 3dbf68b4ad655f2b2c91dcce8ca5daac6e80a361 -SHA1 (patch-av) = 5f145c3755bf510be6fb101e30d40e10b8dcbd6d -SHA1 (patch-aw) = dfad5799001f9e1de7f5892b9a89bc4b6defd9e9 -SHA1 (patch-ax) = cab065c0b4fb697e21c058b3be1fc1665692ffd3 -SHA1 (patch-ay) = 889656f4627c108fdb8f6db7003c8f823efbc1f8 -SHA1 (patch-az) = 6664cb045360c770c80e8d0a7e8e7192d8267487 -SHA1 (patch-ba) = ab5b3fbd497e29c9b1e548e3f510fce7b994f5f3 -SHA1 (patch-bb) = 300c18e806b090cbe6dca1f133bbaace9625fb91 -SHA1 (patch-bc) = 0b034b98d536c4ab7f785420d0d51c3d0763d960 -SHA1 (patch-bd) = 63a102186f4df59da93bedaac772530e166a9fde -SHA1 (patch-be) = e071d0f3518dac8bbda216d4bd850a2a3557b103 -SHA1 (patch-bf) = 10588dd9f8faac208b8f314676558c2c7da12063 -SHA1 (patch-bg) = 29c0fb6c1fb6a11e7f42778bdd965b9d25ddfd0c -SHA1 (patch-bh) = a64e54b14946697fdc15b274238851fe8bd32106 -SHA1 (patch-bi) = b5038db277068034281787c0072201beae8df8ff +SHA1 (alsa-lib-1.1.1.tar.bz2) = 09f7e9b2d88287e04a4bb0d56e0cbc9018e524ec +RMD160 (alsa-lib-1.1.1.tar.bz2) = 619a6c224cb52b9013e59c2f167e4375651ae03e +SHA512 (alsa-lib-1.1.1.tar.bz2) = dacd0a74adc682ac0034cbeba2de3d1a141e0ac2e564c9e04dae202ffaf87ef3a1e01307afc2fd2d9cfe679e5b101c379f9b6ea5f7ccceeed14a427bd5232bc7 +Size (alsa-lib-1.1.1.tar.bz2) = 932105 bytes +SHA1 (patch-ad) = 79a0f048751899247ec12990cd02332b977af248 +SHA1 (patch-ae) = 65e20f89ba847625b7632e62a787147c5138a300 +SHA1 (patch-af) = 257b06f10616c04c2724e30777b027e5e7e443f9 +SHA1 (patch-ah) = 4dd4e27d0dfb6cedf79775b6d01a0b8c6617cdf0 +SHA1 (patch-aq) = 4cfecee96f04bd6efa5c8078916672b0b9623fa4 +SHA1 (patch-bg) = b726769272dd214e67f2407ed5a0199189540557 +SHA1 (patch-bi) = 7e74ebe53cc2ab273f5235775e391a6ef28d1006 SHA1 (patch-bj) = 5b7a36747e57e41eddb05cd1b1d9771a36b0c4f7 SHA1 (patch-bk) = 55754e4d0ac947c2e7e59b604a21fb5798ae5b39 +SHA1 (patch-configure.ac) = 1c407e8a9d9ea745ab1b79175f6fc0ec6d475acc SHA1 (patch-include_iatomic.h) = 7096f31a6b38c10b2e11a907f8431d33d98cce94 -SHA1 (patch-include_pcm.h) = 9558c5f5c80276632d27e0278cd33ee77d8281a5 -SHA1 (patch-include_sound_asoc.h) = d5c274e838f70c22c9e0ba94ef7b7db6f4310e74 -SHA1 (patch-include_sound_asound.h) = dc11957bc69f59a86284afc81c7719b3a955f7ad -SHA1 (patch-src_conf.c) = 27795c60a05ced40c42dbfb474eed88f3b284cc6 +SHA1 (patch-src_conf.c) = 432e04179798c54a76f5ce072dd9c0b79221df85 SHA1 (patch-src_control_control__hw.c) = 07cfe3abe586b32f6b989403cd162599da07e865 SHA1 (patch-src_pcm_pcm__mmap.c) = 2d0f05aa53b30cef1ec083aa4f5d559d0a679058 SHA1 (patch-src_seq_seq__midi__event.c) = 2a5de492d6ca19a0f0c564e8f5a065e5fc57ea5c SHA1 (patch-src_shmarea.c) = d6d0876ae7911ff16138bb82a3b1c79e795218cf -SHA1 (patch-src_topology_tplg__local.h) = a0105a243027a1d439d7c450cf20144fe477fecc -SHA1 (patch-src_ucm_parser.c) = 3c376ae30f11d749ea5e41da89a72269710a3b10 +SHA1 (patch-src_ucm_parser.c) = 13dc6b85281d996450c1010cec1bc6e9e87e6b3c diff --git a/audio/alsa-lib/patches/patch-aa b/audio/alsa-lib/patches/patch-aa deleted file mode 100644 index 8fe8b59c16d85..0000000000000 --- a/audio/alsa-lib/patches/patch-aa +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-aa,v 1.1.1.1 2008/12/19 03:33:00 jmcneill Exp $ - ---- aserver/aserver.c.orig 2008-10-29 08:42:10.000000000 -0400 -+++ aserver/aserver.c -@@ -35,6 +35,10 @@ - - #include "aserver.h" - -+#ifndef EBADFD -+#define EBADFD EBADF -+#endif -+ - char *command; - - #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95) diff --git a/audio/alsa-lib/patches/patch-ab b/audio/alsa-lib/patches/patch-ab deleted file mode 100644 index 330aa8442a9bf..0000000000000 --- a/audio/alsa-lib/patches/patch-ab +++ /dev/null @@ -1,31 +0,0 @@ -$NetBSD: patch-ab,v 1.6 2014/06/09 12:21:07 ryoon Exp $ - ---- configure.orig 2013-07-08 12:32:46.000000000 +0000 -+++ configure -@@ -13322,6 +13322,11 @@ test "x$prefix" = xNONE && prefix=$ac_de - test "x$exec_prefix" = xNONE && exec_prefix='${prefix}' - - DEFS=-DHAVE_CONFIG_H -+case $host_os in -+ netbsd*|freebsd*|dragonfly*) -+ DEFS="$DEFS -Dbswap_32=bswap32 -Dbswap_16=bswap16 -Dbswap_64=bswap64" -+ ;; -+esac - - ac_libobjs= - ac_ltlibobjs= -@@ -15815,6 +15820,14 @@ if test -n "$ac_unrecognized_opts" && te - $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;} - fi - -+case $host_os in -+ netbsd*|freebsd*|dragonfly*) -+ HAVE_LIBDL=yes -+cat >>confdefs.h <<\_ACEOF -+#define HAVE_LIBDL 1 -+_ACEOF -+ ;; -+esac - - echo "Creating asoundlib.h..." - cp "$srcdir"/include/asoundlib-head.h include/asoundlib.h diff --git a/audio/alsa-lib/patches/patch-ad b/audio/alsa-lib/patches/patch-ad index e41e2db9cc6ba..9623ffb9429a3 100644 --- a/audio/alsa-lib/patches/patch-ad +++ b/audio/alsa-lib/patches/patch-ad @@ -1,4 +1,4 @@ -$NetBSD: patch-ad,v 1.6 2016/02/18 15:15:57 wiz Exp $ +$NetBSD: patch-ad,v 1.7 2016/04/15 08:47:50 wiz Exp $ --- include/global.h.orig 2015-11-09 07:39:18.000000000 +0000 +++ include/global.h @@ -16,12 +16,3 @@ $NetBSD: patch-ad,v 1.6 2016/02/18 15:15:57 wiz Exp $ #ifdef __cplusplus extern "C" { -@@ -134,7 +141,7 @@ int snd_shm_area_destroy(struct snd_shm_ - int snd_user_file(const char *file, char **result); - - #ifdef __GLIBC__ --#if !defined(_POSIX_C_SOURCE) && !defined(_POSIX_SOURCE) -+#if !defined(_POSIX_C_SOURCE) && !defined(_POSIX_SOURCE) && !defined(__NetBSD__) && !defined(__FreeBSD__) && !defined(__DragonFly__) && !defined(__sun) - struct timeval { - time_t tv_sec; /* seconds */ - long tv_usec; /* microseconds */ diff --git a/audio/alsa-lib/patches/patch-ae b/audio/alsa-lib/patches/patch-ae index a43a0a8eb983a..50148174cb002 100644 --- a/audio/alsa-lib/patches/patch-ae +++ b/audio/alsa-lib/patches/patch-ae @@ -1,23 +1,10 @@ -$NetBSD: patch-ae,v 1.7 2016/02/18 15:15:57 wiz Exp $ +$NetBSD: patch-ae,v 1.8 2016/04/15 08:47:50 wiz Exp $ - - Handle endian detection for assorted operating systems. - - Fix up linuxism. - Don't assert GNU ld on Solaris, where it might not be true. ---- include/local.h.orig 2015-11-09 07:39:18.000000000 +0000 +--- include/local.h.orig 2016-02-29 14:44:47.000000000 +0000 +++ include/local.h -@@ -50,8 +50,10 @@ - #include - #include - #include -+#if defined(__linux__) - #include - #include -+#endif - - #ifdef SUPPORT_RESMGR - #include -@@ -249,7 +251,9 @@ extern snd_lib_error_handler_t snd_err_m +@@ -253,7 +253,9 @@ extern snd_lib_error_handler_t snd_err_m /* */ diff --git a/audio/alsa-lib/patches/patch-af b/audio/alsa-lib/patches/patch-af index a064c182671c3..b48b056e0b881 100644 --- a/audio/alsa-lib/patches/patch-af +++ b/audio/alsa-lib/patches/patch-af @@ -1,4 +1,4 @@ -$NetBSD: patch-af,v 1.4 2014/03/25 23:06:07 asau Exp $ +$NetBSD: patch-af,v 1.5 2016/04/15 08:47:50 wiz Exp $ --- include/search.h.orig 2008-10-29 08:42:10.000000000 -0400 +++ include/search.h @@ -6,7 +6,7 @@ $NetBSD: patch-af,v 1.4 2014/03/25 23:06:07 asau Exp $ #ifndef _SEARCH_H #define _SEARCH_H 1 -+#if !defined(__NetBSD__) && !defined(__FreeBSD__) && !defined(__DragonFly__) && !defined(__sun) ++#if !defined(__FreeBSD__) && !defined(__DragonFly__) && !defined(__sun) #include +#else +#ifdef __sun diff --git a/audio/alsa-lib/patches/patch-ag b/audio/alsa-lib/patches/patch-ag deleted file mode 100644 index 21d22d690321b..0000000000000 --- a/audio/alsa-lib/patches/patch-ag +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-ag,v 1.1.1.1 2008/12/19 03:33:00 jmcneill Exp $ - ---- src/control/control_shm.c.orig 2008-10-29 08:42:10.000000000 -0400 -+++ src/control/control_shm.c -@@ -35,6 +35,10 @@ - #include - #include "aserver.h" - -+#ifndef EBADFD -+#define EBADFD EBADF -+#endif -+ - #ifndef PIC - /* entry for static linking */ - const char *_snd_module_control_shm = ""; diff --git a/audio/alsa-lib/patches/patch-ah b/audio/alsa-lib/patches/patch-ah index 44cbd8c955c3a..12b449a174567 100644 --- a/audio/alsa-lib/patches/patch-ah +++ b/audio/alsa-lib/patches/patch-ah @@ -1,4 +1,4 @@ -$NetBSD: patch-ah,v 1.3 2014/06/09 12:21:07 ryoon Exp $ +$NetBSD: patch-ah,v 1.4 2016/04/15 08:47:50 wiz Exp $ --- src/pcm/pcm.c.orig 2013-07-08 12:31:36.000000000 +0000 +++ src/pcm/pcm.c @@ -11,14 +11,3 @@ $NetBSD: patch-ah,v 1.3 2014/06/09 12:21:07 ryoon Exp $ #include #include #include -@@ -640,6 +640,10 @@ playback devices. - #include - #include "pcm_local.h" - -+#ifndef EBADFD -+#define EBADFD EBADF -+#endif -+ - /** - * \brief get identifier of PCM handle - * \param pcm PCM handle diff --git a/audio/alsa-lib/patches/patch-ai b/audio/alsa-lib/patches/patch-ai deleted file mode 100644 index 7a21172781483..0000000000000 --- a/audio/alsa-lib/patches/patch-ai +++ /dev/null @@ -1,14 +0,0 @@ -$NetBSD: patch-ai,v 1.4 2014/03/25 23:06:07 asau Exp $ - ---- src/pcm/pcm_adpcm.c.orig 2008-10-29 08:42:10.000000000 -0400 -+++ src/pcm/pcm_adpcm.c -@@ -56,7 +56,9 @@ IMA compatibility project proceedings, V - come across a good description of XA yet. - */ - -+#if !defined(__NetBSD__) && !defined(__FreeBSD__) && !defined(__DragonFly__) && !defined(__sun) - #include -+#endif - #include "pcm_local.h" - #include "pcm_plugin.h" - diff --git a/audio/alsa-lib/patches/patch-aj b/audio/alsa-lib/patches/patch-aj deleted file mode 100644 index 33ed0de9fde75..0000000000000 --- a/audio/alsa-lib/patches/patch-aj +++ /dev/null @@ -1,14 +0,0 @@ -$NetBSD: patch-aj,v 1.4 2014/03/25 23:06:07 asau Exp $ - ---- src/pcm/pcm_alaw.c.orig 2008-10-29 08:42:10.000000000 -0400 -+++ src/pcm/pcm_alaw.c -@@ -26,7 +26,9 @@ - * - */ - -+#if !defined(__NetBSD__) && !defined(__FreeBSD__) && !defined(__DragonFly__) && !defined(__sun) - #include -+#endif - #include "pcm_local.h" - #include "pcm_plugin.h" - diff --git a/audio/alsa-lib/patches/patch-ak b/audio/alsa-lib/patches/patch-ak deleted file mode 100644 index 8b3905ea0b1e9..0000000000000 --- a/audio/alsa-lib/patches/patch-ak +++ /dev/null @@ -1,14 +0,0 @@ -$NetBSD: patch-ak,v 1.4 2014/03/25 23:06:07 asau Exp $ - ---- src/pcm/pcm_copy.c.orig 2008-10-29 08:42:10.000000000 -0400 -+++ src/pcm/pcm_copy.c -@@ -26,7 +26,9 @@ - * - */ - -+#if !defined(__NetBSD__) && !defined(__FreeBSD__) && !defined(__DragonFly__) && !defined(__sun) - #include -+#endif - #include "pcm_local.h" - #include "pcm_plugin.h" - diff --git a/audio/alsa-lib/patches/patch-al b/audio/alsa-lib/patches/patch-al deleted file mode 100644 index 209c06728dfec..0000000000000 --- a/audio/alsa-lib/patches/patch-al +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-al,v 1.1.1.1 2008/12/19 03:33:00 jmcneill Exp $ - ---- src/pcm/pcm_dmix.c.orig 2008-10-29 08:42:10.000000000 -0400 -+++ src/pcm/pcm_dmix.c -@@ -45,6 +45,10 @@ - #include - #include "pcm_direct.h" - -+#ifndef EBADFD -+#define EBADFD EBADF -+#endif -+ - #ifndef PIC - /* entry for static linking */ - const char *_snd_module_pcm_dmix = ""; diff --git a/audio/alsa-lib/patches/patch-am b/audio/alsa-lib/patches/patch-am deleted file mode 100644 index 16e2fa8d38fe3..0000000000000 --- a/audio/alsa-lib/patches/patch-am +++ /dev/null @@ -1,14 +0,0 @@ -$NetBSD: patch-am,v 1.5 2014/06/09 12:21:07 ryoon Exp $ - ---- src/pcm/pcm_dmix_generic.c.orig 2013-07-08 12:31:36.000000000 +0000 -+++ src/pcm/pcm_dmix_generic.c -@@ -125,7 +125,9 @@ static void mix_select_callbacks(snd_pcm - (1ULL << SND_PCM_FORMAT_S24_LE) | (1ULL << SND_PCM_FORMAT_S24_3LE) | \ - (1ULL << SND_PCM_FORMAT_U8)) - -+#if !defined(__NetBSD__) && !defined(__FreeBSD__) && !defined(__DragonFly__) && !defined(__sun) - #include -+#endif - - static void generic_mix_areas_16_native(unsigned int size, - volatile signed short *dst, diff --git a/audio/alsa-lib/patches/patch-an b/audio/alsa-lib/patches/patch-an deleted file mode 100644 index 8417f2dcb02ee..0000000000000 --- a/audio/alsa-lib/patches/patch-an +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-an,v 1.1.1.1 2008/12/19 03:33:00 jmcneill Exp $ - ---- src/pcm/pcm_dshare.c.orig 2008-10-29 08:42:10.000000000 -0400 -+++ src/pcm/pcm_dshare.c -@@ -45,6 +45,10 @@ - #include - #include "pcm_direct.h" - -+#ifndef EBADFD -+#define EBADFD EBADF -+#endif -+ - #ifndef PIC - /* entry for static linking */ - const char *_snd_module_pcm_dshare = ""; diff --git a/audio/alsa-lib/patches/patch-ao b/audio/alsa-lib/patches/patch-ao deleted file mode 100644 index b39488f709b68..0000000000000 --- a/audio/alsa-lib/patches/patch-ao +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-ao,v 1.1.1.1 2008/12/19 03:33:00 jmcneill Exp $ - ---- src/pcm/pcm_dsnoop.c.orig 2008-10-29 08:42:10.000000000 -0400 -+++ src/pcm/pcm_dsnoop.c -@@ -45,6 +45,10 @@ - #include - #include "pcm_direct.h" - -+#ifndef EBADFD -+#define EBADFD EBADF -+#endif -+ - #ifndef PIC - /* entry for static linking */ - const char *_snd_module_pcm_dsnoop = ""; diff --git a/audio/alsa-lib/patches/patch-ap b/audio/alsa-lib/patches/patch-ap deleted file mode 100644 index c28831558531f..0000000000000 --- a/audio/alsa-lib/patches/patch-ap +++ /dev/null @@ -1,14 +0,0 @@ -$NetBSD: patch-ap,v 1.6 2016/02/18 15:15:57 wiz Exp $ - ---- src/pcm/pcm_file.c.orig 2015-11-09 07:39:18.000000000 +0000 -+++ src/pcm/pcm_file.c -@@ -26,7 +26,9 @@ - * - */ - -+#if !defined(__NetBSD__) && !defined(__FreeBSD__) && !defined(__DragonFly__) && !defined(__sun) - #include -+#endif - #include - #include - #include "pcm_local.h" diff --git a/audio/alsa-lib/patches/patch-aq b/audio/alsa-lib/patches/patch-aq index 64f75f2b6acd4..0df1df07a4d87 100644 --- a/audio/alsa-lib/patches/patch-aq +++ b/audio/alsa-lib/patches/patch-aq @@ -1,18 +1,7 @@ -$NetBSD: patch-aq,v 1.3 2014/06/09 12:21:07 ryoon Exp $ +$NetBSD: patch-aq,v 1.4 2016/04/15 08:47:50 wiz Exp $ --- src/pcm/pcm_hw.c.orig 2013-07-08 12:31:36.000000000 +0000 +++ src/pcm/pcm_hw.c -@@ -41,6 +41,10 @@ - #include "../control/control_local.h" - #include "../timer/timer_local.h" - -+#ifndef EBADFD -+#define EBADFD EBADF -+#endif -+ - //#define DEBUG_RW /* use to debug readi/writei/readn/writen */ - //#define DEBUG_MMAP /* debug mmap_commit */ - @@ -220,10 +224,11 @@ static int snd_pcm_hw_nonblock(snd_pcm_t static int snd_pcm_hw_async(snd_pcm_t *pcm, int sig, pid_t pid) diff --git a/audio/alsa-lib/patches/patch-ar b/audio/alsa-lib/patches/patch-ar deleted file mode 100644 index ec632479af3a2..0000000000000 --- a/audio/alsa-lib/patches/patch-ar +++ /dev/null @@ -1,14 +0,0 @@ -$NetBSD: patch-ar,v 1.4 2014/03/25 23:06:07 asau Exp $ - ---- src/pcm/pcm_iec958.c.orig 2008-10-29 08:42:10.000000000 -0400 -+++ src/pcm/pcm_iec958.c -@@ -26,7 +26,9 @@ - * - */ - -+#if !defined(__NetBSD__) && !defined(__FreeBSD__) && !defined(__DragonFly__) && !defined(__sun) - #include -+#endif - #include "pcm_local.h" - #include "pcm_plugin.h" - diff --git a/audio/alsa-lib/patches/patch-as b/audio/alsa-lib/patches/patch-as deleted file mode 100644 index b1e45473d6d47..0000000000000 --- a/audio/alsa-lib/patches/patch-as +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-as,v 1.1.1.1 2008/12/19 03:33:00 jmcneill Exp $ - ---- src/pcm/pcm_ioplug.c.orig 2008-10-29 08:42:10.000000000 -0400 -+++ src/pcm/pcm_ioplug.c -@@ -31,6 +31,10 @@ - #include "pcm_ext_parm.h" - #include "pcm_generic.h" - -+#ifndef EBADFD -+#define EBADFD EBADF -+#endif -+ - #ifndef PIC - /* entry for static linking */ - const char *_snd_module_pcm_ioplug = ""; diff --git a/audio/alsa-lib/patches/patch-at b/audio/alsa-lib/patches/patch-at deleted file mode 100644 index 2b258c413e81c..0000000000000 --- a/audio/alsa-lib/patches/patch-at +++ /dev/null @@ -1,14 +0,0 @@ -$NetBSD: patch-at,v 1.4 2014/03/25 23:06:07 asau Exp $ - ---- src/pcm/pcm_lfloat.c.orig 2008-10-29 08:42:10.000000000 -0400 -+++ src/pcm/pcm_lfloat.c -@@ -26,7 +26,9 @@ - * - */ - -+#if !defined(__NetBSD__) && !defined(__FreeBSD__) && !defined(__DragonFly__) && !defined(__sun) - #include -+#endif - #include "pcm_local.h" - #include "pcm_plugin.h" - diff --git a/audio/alsa-lib/patches/patch-au b/audio/alsa-lib/patches/patch-au deleted file mode 100644 index 3d37746abf29c..0000000000000 --- a/audio/alsa-lib/patches/patch-au +++ /dev/null @@ -1,14 +0,0 @@ -$NetBSD: patch-au,v 1.4 2014/03/25 23:06:07 asau Exp $ - ---- src/pcm/pcm_linear.c.orig 2008-10-29 08:42:10.000000000 -0400 -+++ src/pcm/pcm_linear.c -@@ -26,7 +26,9 @@ - * - */ - -+#if !defined(__NetBSD__) && !defined(__FreeBSD__) && !defined(__DragonFly__) && !defined(__sun) - #include -+#endif - #include "pcm_local.h" - #include "pcm_plugin.h" - diff --git a/audio/alsa-lib/patches/patch-av b/audio/alsa-lib/patches/patch-av deleted file mode 100644 index a14a7fc92a110..0000000000000 --- a/audio/alsa-lib/patches/patch-av +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-av,v 1.1.1.1 2008/12/19 03:33:00 jmcneill Exp $ - ---- src/pcm/pcm_local.h.orig 2008-10-29 08:42:10.000000000 -0400 -+++ src/pcm/pcm_local.h -@@ -393,6 +393,10 @@ int _snd_pcm_poll_descriptor(snd_pcm_t * - #define _snd_pcm_link_descriptor _snd_pcm_poll_descriptor /* FIXME */ - #define _snd_pcm_async_descriptor _snd_pcm_poll_descriptor /* FIXME */ - -+#ifndef ESTRPIPE -+#define ESTRPIPE EPIPE -+#endif -+ - /* handle special error cases */ - static inline int snd_pcm_check_error(snd_pcm_t *pcm, int err) - { diff --git a/audio/alsa-lib/patches/patch-aw b/audio/alsa-lib/patches/patch-aw deleted file mode 100644 index 3317476155785..0000000000000 --- a/audio/alsa-lib/patches/patch-aw +++ /dev/null @@ -1,20 +0,0 @@ -$NetBSD: patch-aw,v 1.5 2014/03/25 23:06:07 asau Exp $ - ---- src/pcm/pcm_misc.c.orig 2008-10-29 14:42:10 +0200 -+++ src/pcm/pcm_misc.c 2008-12-21 17:08:14 +0200 -@@ -23,7 +23,15 @@ - #include - #include - #include -+#ifdef __NetBSD__ -+#include -+#elif defined(__FreeBSD__) || defined(__DragonFly__) -+#include -+#elif defined (__sun) -+#include -+#else - #include -+#endif - #include "pcm_local.h" - - diff --git a/audio/alsa-lib/patches/patch-ax b/audio/alsa-lib/patches/patch-ax deleted file mode 100644 index c77386090ffb7..0000000000000 --- a/audio/alsa-lib/patches/patch-ax +++ /dev/null @@ -1,14 +0,0 @@ -$NetBSD: patch-ax,v 1.4 2014/03/25 23:06:07 asau Exp $ - ---- src/pcm/pcm_mulaw.c.orig 2008-10-29 08:42:10.000000000 -0400 -+++ src/pcm/pcm_mulaw.c -@@ -26,7 +26,9 @@ - * - */ - -+#if !defined(__NetBSD__) && !defined(__FreeBSD__) && !defined(__DragonFly__) && !defined(__sun) - #include -+#endif - #include "pcm_local.h" - #include "pcm_plugin.h" - diff --git a/audio/alsa-lib/patches/patch-ay b/audio/alsa-lib/patches/patch-ay deleted file mode 100644 index 40343340cad76..0000000000000 --- a/audio/alsa-lib/patches/patch-ay +++ /dev/null @@ -1,22 +0,0 @@ -$NetBSD: patch-ay,v 1.5 2016/02/18 15:15:57 wiz Exp $ - ---- src/pcm/pcm_null.c.orig 2015-11-09 07:39:18.000000000 +0000 -+++ src/pcm/pcm_null.c -@@ -26,11 +26,17 @@ - * - */ - -+#if !defined(__NetBSD__) && !defined(__FreeBSD__) && !defined(__DragonFly__) && !defined(__sun) - #include -+#endif - #include - #include "pcm_local.h" - #include "pcm_plugin.h" - -+#ifndef EBADFD -+#define EBADFD EBADF -+#endif -+ - #ifndef PIC - /* entry for static linking */ - const char *_snd_module_pcm_null = ""; diff --git a/audio/alsa-lib/patches/patch-az b/audio/alsa-lib/patches/patch-az deleted file mode 100644 index 3e18c876a81ae..0000000000000 --- a/audio/alsa-lib/patches/patch-az +++ /dev/null @@ -1,25 +0,0 @@ -$NetBSD: patch-az,v 1.4 2014/03/25 23:06:07 asau Exp $ - ---- src/pcm/pcm_rate.c.orig 2008-10-29 08:42:10.000000000 -0400 -+++ src/pcm/pcm_rate.c -@@ -28,7 +28,9 @@ - * - */ - #include -+#if !defined(__NetBSD__) && !defined(__FreeBSD__) && !defined(__DragonFly__) && !defined(__sun) - #include -+#endif - #include "pcm_local.h" - #include "pcm_plugin.h" - #include "pcm_rate.h" -@@ -36,6 +38,10 @@ - - #include "plugin_ops.h" - -+#ifndef EBADFD -+#define EBADFD EBADF -+#endif -+ - #if 0 - #define DEBUG_REFINE - #endif diff --git a/audio/alsa-lib/patches/patch-ba b/audio/alsa-lib/patches/patch-ba deleted file mode 100644 index f6d330f46c654..0000000000000 --- a/audio/alsa-lib/patches/patch-ba +++ /dev/null @@ -1,14 +0,0 @@ -$NetBSD: patch-ba,v 1.4 2014/03/25 23:06:07 asau Exp $ - ---- src/pcm/pcm_rate_linear.c.orig 2008-10-29 08:42:10.000000000 -0400 -+++ src/pcm/pcm_rate_linear.c -@@ -21,7 +21,9 @@ - */ - - #include -+#if !defined(__NetBSD__) && !defined(__FreeBSD__) && !defined(__DragonFly__) && !defined(__sun) - #include -+#endif - #include "pcm_local.h" - #include "pcm_plugin.h" - #include "pcm_rate.h" diff --git a/audio/alsa-lib/patches/patch-bb b/audio/alsa-lib/patches/patch-bb deleted file mode 100644 index e7659dbf1d4b0..0000000000000 --- a/audio/alsa-lib/patches/patch-bb +++ /dev/null @@ -1,14 +0,0 @@ -$NetBSD: patch-bb,v 1.4 2014/03/25 23:06:07 asau Exp $ - ---- src/pcm/pcm_route.c.orig 2008-10-29 08:42:10.000000000 -0400 -+++ src/pcm/pcm_route.c -@@ -26,7 +26,9 @@ - * - */ - -+#if !defined(__NetBSD__) && !defined(__FreeBSD__) && !defined(__DragonFly__) && !defined(__sun) - #include -+#endif - #include - #include "pcm_local.h" - #include "pcm_plugin.h" diff --git a/audio/alsa-lib/patches/patch-bc b/audio/alsa-lib/patches/patch-bc deleted file mode 100644 index 0d7454eb0c529..0000000000000 --- a/audio/alsa-lib/patches/patch-bc +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-bc,v 1.1.1.1 2008/12/19 03:33:00 jmcneill Exp $ - ---- src/pcm/pcm_share.c.orig 2008-10-29 08:42:10.000000000 -0400 -+++ src/pcm/pcm_share.c -@@ -39,6 +39,10 @@ - #include - #include "pcm_local.h" - -+#ifndef EBADFD -+#define EBADFD EBADF -+#endif -+ - #ifndef PIC - /* entry for static linking */ - const char *_snd_module_pcm_share = ""; diff --git a/audio/alsa-lib/patches/patch-bd b/audio/alsa-lib/patches/patch-bd deleted file mode 100644 index 556186dde253c..0000000000000 --- a/audio/alsa-lib/patches/patch-bd +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-bd,v 1.1.1.1 2008/12/19 03:33:00 jmcneill Exp $ - ---- src/pcm/pcm_shm.c.orig 2008-10-29 08:42:10.000000000 -0400 -+++ src/pcm/pcm_shm.c -@@ -45,6 +45,10 @@ - #include - #include "aserver.h" - -+#ifndef EBADFD -+#define EBADFD EBADF -+#endif -+ - #ifndef PIC - /* entry for static linking */ - const char *_snd_module_pcm_shm = ""; diff --git a/audio/alsa-lib/patches/patch-be b/audio/alsa-lib/patches/patch-be deleted file mode 100644 index 15126a3a91338..0000000000000 --- a/audio/alsa-lib/patches/patch-be +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-be,v 1.1.1.1 2008/12/19 03:33:00 jmcneill Exp $ - ---- src/pcm/pcm_simple.c.orig 2008-10-29 08:42:10.000000000 -0400 -+++ src/pcm/pcm_simple.c -@@ -25,6 +25,10 @@ - - #include "pcm_local.h" - -+#ifndef EBADFD -+#define EBADFD EBADF -+#endif -+ - static int set_buffer_time(snd_spcm_latency_t latency, - unsigned int *buffer_time) - { diff --git a/audio/alsa-lib/patches/patch-bf b/audio/alsa-lib/patches/patch-bf deleted file mode 100644 index f9a27ac07a688..0000000000000 --- a/audio/alsa-lib/patches/patch-bf +++ /dev/null @@ -1,14 +0,0 @@ -$NetBSD: patch-bf,v 1.4 2014/03/25 23:06:07 asau Exp $ - ---- src/pcm/pcm_softvol.c.orig 2008-10-29 08:42:10.000000000 -0400 -+++ src/pcm/pcm_softvol.c -@@ -26,7 +26,9 @@ - * - */ - -+#if !defined(__NetBSD__) && !defined(__FreeBSD__) && !defined(__DragonFly__) && !defined(__sun) - #include -+#endif - #include - #include "pcm_local.h" - #include "pcm_plugin.h" diff --git a/audio/alsa-lib/patches/patch-bg b/audio/alsa-lib/patches/patch-bg index 242ed37c0ea7e..06547afbc8c6a 100644 --- a/audio/alsa-lib/patches/patch-bg +++ b/audio/alsa-lib/patches/patch-bg @@ -1,8 +1,8 @@ -$NetBSD: patch-bg,v 1.2 2012/02/15 19:43:51 hans Exp $ +$NetBSD: patch-bg,v 1.3 2016/04/15 08:47:50 wiz Exp $ ---- src/timer/timer_hw.c.orig 2008-10-29 08:42:10.000000000 -0400 +--- src/timer/timer_hw.c.orig 2016-03-07 10:09:24.000000000 +0000 +++ src/timer/timer_hw.c -@@ -72,11 +72,14 @@ static int snd_timer_hw_nonblock(snd_tim +@@ -66,11 +66,14 @@ static int snd_timer_hw_nonblock(snd_tim static int snd_timer_hw_async(snd_timer_t *timer, int sig, pid_t pid) { @@ -17,7 +17,7 @@ $NetBSD: patch-bg,v 1.2 2012/02/15 19:43:51 hans Exp $ if ((flags = fcntl(fd, F_GETFL)) < 0) { SYSERR("F_GETFL failed"); return -errno; -@@ -89,12 +92,22 @@ static int snd_timer_hw_async(snd_timer_ +@@ -83,13 +86,21 @@ static int snd_timer_hw_async(snd_timer_ SYSERR("F_SETFL for O_ASYNC failed"); return -errno; } @@ -25,18 +25,18 @@ $NetBSD: patch-bg,v 1.2 2012/02/15 19:43:51 hans Exp $ if (sig < 0) return 0; +#ifndef __sun -+#ifdef F_SETSIG + #ifdef F_SETSIG if (fcntl(fd, F_SETSIG, (long)sig) < 0) { SYSERR("F_SETSIG failed"); return -errno; - } +- } ++ } +#else -+ if (fcntl(fd, F_SETFL, O_ASYNC) < 0) { -+ SYSERR("F_SETFL failed"); -+ return -errno; -+ } -+#endif ++ if (fcntl(fd, F_SETFL, O_ASYNC) < 0) { ++ SYSERR("F_SETFL failed"); ++ return -errno; ++ } +#endif + #endif if (fcntl(fd, F_SETOWN, (long)pid) < 0) { SYSERR("F_SETOWN failed"); - return -errno; diff --git a/audio/alsa-lib/patches/patch-bh b/audio/alsa-lib/patches/patch-bh deleted file mode 100644 index 02bcc58dac58e..0000000000000 --- a/audio/alsa-lib/patches/patch-bh +++ /dev/null @@ -1,14 +0,0 @@ -$NetBSD: patch-bh,v 1.4 2014/03/25 23:06:07 asau Exp $ - ---- src/pcm/pcm_meter.c.orig 2008-12-19 00:05:13.000000000 -0500 -+++ src/pcm/pcm_meter.c 2008-12-19 00:05:34.000000000 -0500 -@@ -27,7 +27,9 @@ - */ - - -+#if !defined(__NetBSD__) && !defined(__FreeBSD__) && !defined(__DragonFly__) && !defined(__sun) - #include -+#endif - #include - #include - #include diff --git a/audio/alsa-lib/patches/patch-bi b/audio/alsa-lib/patches/patch-bi index beefafb2bd49d..983fa739204f4 100644 --- a/audio/alsa-lib/patches/patch-bi +++ b/audio/alsa-lib/patches/patch-bi @@ -1,4 +1,6 @@ -$NetBSD: patch-bi,v 1.1 2008/12/19 05:14:00 jmcneill Exp $ +$NetBSD: patch-bi,v 1.2 2016/04/15 08:47:50 wiz Exp $ + +For dlopen(), dlclose()... --- src/pcm/pcm_ladspa.c.orig 2008-12-19 00:06:18.000000000 -0500 +++ src/pcm/pcm_ladspa.c 2008-12-19 00:06:31.000000000 -0500 diff --git a/audio/alsa-lib/patches/patch-configure.ac b/audio/alsa-lib/patches/patch-configure.ac new file mode 100644 index 0000000000000..05d90e9dadfcb --- /dev/null +++ b/audio/alsa-lib/patches/patch-configure.ac @@ -0,0 +1,20 @@ +$NetBSD: patch-configure.ac,v 1.1 2016/04/15 08:47:50 wiz Exp $ + +--- configure.ac.orig 2016-02-24 08:33:29.000000000 +0000 ++++ configure.ac +@@ -665,6 +671,15 @@ AC_OUTPUT(Makefile doc/Makefile doc/pict + test/Makefile test/lsb/Makefile \ + utils/Makefile utils/alsa-lib.spec utils/alsa.pc) + ++case $host_os in ++ netbsd*|freebsd*|dragonfly*) ++ HAVE_LIBDL=yes ++cat >>confdefs.h <<\_ACEOF ++#define HAVE_LIBDL 1 ++_ACEOF ++ ;; ++esac ++ + dnl Create asoundlib.h dynamically according to configure options + echo "Creating asoundlib.h..." + cp "$srcdir"/include/asoundlib-head.h include/asoundlib.h diff --git a/audio/alsa-lib/patches/patch-include_pcm.h b/audio/alsa-lib/patches/patch-include_pcm.h deleted file mode 100644 index d6d44ba44bcc3..0000000000000 --- a/audio/alsa-lib/patches/patch-include_pcm.h +++ /dev/null @@ -1,32 +0,0 @@ -$NetBSD: patch-include_pcm.h,v 1.4 2014/06/09 12:21:07 ryoon Exp $ - ---- include/pcm.h.orig 2013-07-08 12:31:36.000000000 +0000 -+++ include/pcm.h -@@ -579,7 +579,9 @@ int snd_pcm_chmap_print(const snd_pcm_ch - unsigned int snd_pcm_chmap_from_string(const char *str); - snd_pcm_chmap_t *snd_pcm_chmap_parse_string(const char *str); - -+/* - //int snd_pcm_mixer_element(snd_pcm_t *pcm, snd_mixer_t *mixer, snd_mixer_elem_t **elem); -+ */ - - /* - * application helpers - these functions are implemented on top -@@ -1048,10 +1050,17 @@ int snd_pcm_format_width(snd_pcm_format_ - int snd_pcm_format_physical_width(snd_pcm_format_t format); /* in bits */ - snd_pcm_format_t snd_pcm_build_linear_format(int width, int pwidth, int unsignd, int big_endian); - ssize_t snd_pcm_format_size(snd_pcm_format_t format, size_t samples); -+#ifdef __sun -+uint8_t snd_pcm_format_silence(snd_pcm_format_t format); -+uint16_t snd_pcm_format_silence_16(snd_pcm_format_t format); -+uint32_t snd_pcm_format_silence_32(snd_pcm_format_t format); -+uint64_t snd_pcm_format_silence_64(snd_pcm_format_t format); -+#else - u_int8_t snd_pcm_format_silence(snd_pcm_format_t format); - u_int16_t snd_pcm_format_silence_16(snd_pcm_format_t format); - u_int32_t snd_pcm_format_silence_32(snd_pcm_format_t format); - u_int64_t snd_pcm_format_silence_64(snd_pcm_format_t format); -+#endif - int snd_pcm_format_set_silence(snd_pcm_format_t format, void *buf, unsigned int samples); - - snd_pcm_sframes_t snd_pcm_bytes_to_frames(snd_pcm_t *pcm, ssize_t bytes); diff --git a/audio/alsa-lib/patches/patch-include_sound_asoc.h b/audio/alsa-lib/patches/patch-include_sound_asoc.h deleted file mode 100644 index 860c434407558..0000000000000 --- a/audio/alsa-lib/patches/patch-include_sound_asoc.h +++ /dev/null @@ -1,21 +0,0 @@ -$NetBSD: patch-include_sound_asoc.h,v 1.1 2016/02/18 15:15:57 wiz Exp $ - ---- include/sound/asoc.h.orig 2015-11-09 07:39:18.000000000 +0000 -+++ include/sound/asoc.h -@@ -111,6 +111,16 @@ - * Block Header. - * This header precedes all object and object arrays below. - */ -+#ifndef __le16 -+#define __le16 uint16_t -+#endif -+#ifndef __le32 -+#define __le32 uint32_t -+#endif -+#ifndef __le64 -+#define __le64 uint64_t -+#endif -+ - struct snd_soc_tplg_hdr { - __le32 magic; /* magic number */ - __le32 abi; /* ABI version */ diff --git a/audio/alsa-lib/patches/patch-include_sound_asound.h b/audio/alsa-lib/patches/patch-include_sound_asound.h deleted file mode 100644 index 118cdb6cb22b7..0000000000000 --- a/audio/alsa-lib/patches/patch-include_sound_asound.h +++ /dev/null @@ -1,32 +0,0 @@ -$NetBSD: patch-include_sound_asound.h,v 1.2 2016/02/18 15:15:57 wiz Exp $ - ---- include/sound/asound.h.orig 2015-11-09 07:39:18.000000000 +0000 -+++ include/sound/asound.h -@@ -23,8 +23,14 @@ - #ifndef _UAPI__SOUND_ASOUND_H - #define _UAPI__SOUND_ASOUND_H - -+#if defined(__linux__) - #include -- -+#else -+#include -+#define __bitwise -+typedef uint32_t __u32; -+typedef int __kernel_pid_t; -+#endif - #ifndef __KERNEL__ - #include - #endif -@@ -415,7 +421,11 @@ struct snd_pcm_sw_params { - - struct snd_pcm_channel_info { - unsigned int channel; -+#ifdef __linux__ - __kernel_off_t offset; /* mmap offset */ -+#else -+ off_t offset; /* mmap offset */ -+#endif - unsigned int first; /* offset to first sample in bits */ - unsigned int step; /* samples distance in bits */ - }; diff --git a/audio/alsa-lib/patches/patch-src_conf.c b/audio/alsa-lib/patches/patch-src_conf.c index d423719df37e9..3962af3823c48 100644 --- a/audio/alsa-lib/patches/patch-src_conf.c +++ b/audio/alsa-lib/patches/patch-src_conf.c @@ -1,7 +1,6 @@ -$NetBSD: patch-src_conf.c,v 1.4 2016/02/18 15:15:57 wiz Exp $ +$NetBSD: patch-src_conf.c,v 1.5 2016/04/15 08:47:50 wiz Exp $ -* NetBSD has no PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP -* SunOS has no versionsort or dirent d_type +* SunOS has no dirent d_type --- src/conf.c.orig 2015-11-09 07:39:18.000000000 +0000 +++ src/conf.c @@ -25,12 +24,3 @@ return 0; flen = strlen(dirent->d_name); -@@ -3549,7 +3557,7 @@ int snd_config_hook_load(snd_config_t *r - int n; - - #ifndef DOC_HIDDEN --#ifdef _GNU_SOURCE -+#if defined(_GNU_SOURCE) && !defined(__NetBSD__) && !defined(__FreeBSD__) && !defined(__sun) - #define SORTFUNC versionsort - #else - #define SORTFUNC alphasort diff --git a/audio/alsa-lib/patches/patch-src_topology_tplg__local.h b/audio/alsa-lib/patches/patch-src_topology_tplg__local.h deleted file mode 100644 index facd4a82eda7d..0000000000000 --- a/audio/alsa-lib/patches/patch-src_topology_tplg__local.h +++ /dev/null @@ -1,14 +0,0 @@ -$NetBSD: patch-src_topology_tplg__local.h,v 1.1 2016/02/18 15:15:57 wiz Exp $ - ---- src/topology/tplg_local.h.orig 2015-11-09 07:39:18.000000000 +0000 -+++ src/topology/tplg_local.h -@@ -12,7 +12,9 @@ - - #include - #include -+#ifdef __linux__ - #include -+#endif - - #include "local.h" - #include "list.h" diff --git a/audio/alsa-lib/patches/patch-src_ucm_parser.c b/audio/alsa-lib/patches/patch-src_ucm_parser.c index e5d2cdeef8f59..ca57d096116fa 100644 --- a/audio/alsa-lib/patches/patch-src_ucm_parser.c +++ b/audio/alsa-lib/patches/patch-src_ucm_parser.c @@ -1,8 +1,6 @@ -$NetBSD: patch-src_ucm_parser.c,v 1.3 2014/06/26 20:23:14 asau Exp $ +$NetBSD: patch-src_ucm_parser.c,v 1.4 2016/04/15 08:47:50 wiz Exp $ -* NetBSD has no versionsort -* FreeBSD doesn't have it either -* SunOS has no versionsort or dirent d_type +* SunOS has no dirent d_type --- src/ucm/parser.c.orig 2013-07-08 12:31:36.000000000 +0000 +++ src/ucm/parser.c @@ -24,12 +22,3 @@ if (dirent->d_name[0] == '.') { if (dirent->d_name[1] == '\0') return 0; -@@ -1254,7 +1262,7 @@ int uc_mgr_scan_master_configs(const cha - "%s", env ? env : ALSA_USE_CASE_DIR); - filename[MAX_FILE-1] = '\0'; - --#ifdef _GNU_SOURCE -+#if defined(_GNU_SOURCE) && !defined(__NetBSD__) && !defined(__FreeBSD__) && !defined(__sun) - #define SORTFUNC versionsort - #else - #define SORTFUNC alphasort diff --git a/audio/alsa-plugins-oss/Makefile b/audio/alsa-plugins-oss/Makefile index a2aedb4c280b9..d2bdb68f3c45b 100644 --- a/audio/alsa-plugins-oss/Makefile +++ b/audio/alsa-plugins-oss/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.9 2016/02/18 15:17:01 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2016/04/20 12:10:24 nros Exp $ -DISTNAME= alsa-plugins-1.1.0 +DISTNAME= alsa-plugins-1.1.1 PKGNAME= ${DISTNAME:S/plugins/plugins-oss/} CATEGORIES= audio MASTER_SITES= ftp://ftp.alsa-project.org/pub/plugins/ @@ -9,6 +9,7 @@ EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.alsa-project.org/ COMMENT= Advanced Linux Sound Architecture (ALSA) - OSS plugin +LICENSE= gnu-lgpl-v2.1 OR gnu-gpl-v2 GNU_CONFIGURE= yes USE_TOOLS= pkg-config gmake diff --git a/audio/alsa-plugins-oss/distinfo b/audio/alsa-plugins-oss/distinfo index a9ad453dce115..f807069de3dd0 100644 --- a/audio/alsa-plugins-oss/distinfo +++ b/audio/alsa-plugins-oss/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.7 2016/02/18 15:17:01 wiz Exp $ +$NetBSD: distinfo,v 1.8 2016/04/15 09:05:41 wiz Exp $ -SHA1 (alsa-plugins-1.1.0.tar.bz2) = 1436db17989468d082691b817b338e44ba932c4b -RMD160 (alsa-plugins-1.1.0.tar.bz2) = ec4c78d0a04c1fd101253b0743f9aa67f624d9c4 -SHA512 (alsa-plugins-1.1.0.tar.bz2) = 5ed31ce1b6d11232d464d3cdef6015403840edbf2154266a479c2fde12ef4506e1f20c0f405ccee9cc39aec80be3bc41b10798a4475494ba56c6b4d69637fdc9 -Size (alsa-plugins-1.1.0.tar.bz2) = 366296 bytes +SHA1 (alsa-plugins-1.1.1.tar.bz2) = 280eb0d9810e463059747d01760a5ac3f44d7057 +RMD160 (alsa-plugins-1.1.1.tar.bz2) = a37a5d87a9760e6e4a1ac46179e5b19dc2e16ee0 +SHA512 (alsa-plugins-1.1.1.tar.bz2) = 9dd277cb5cce144ce4e5e0010cebcba0f8634c783e7bcd80ce6d04b198d6de5150a2764df3087a39a468b5fb7c4578de2e252095568e811dedaa5e7ffdbeb7c9 +Size (alsa-plugins-1.1.1.tar.bz2) = 366193 bytes SHA1 (patch-aa) = ac2169b0a069bcf6ed60ca7ccd199ccd1988357f SHA1 (patch-ab) = 9cf0bda9f1928f46d0d5eac9464b790710ea2fda SHA1 (patch-ac) = 13da103ce3daad29d3c715f8f7d58dcd7bb9a72c diff --git a/audio/alsa-plugins-pulse/Makefile b/audio/alsa-plugins-pulse/Makefile index ce0963b494bf2..a7cbdc5394eea 100644 --- a/audio/alsa-plugins-pulse/Makefile +++ b/audio/alsa-plugins-pulse/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.19 2016/02/18 15:17:01 wiz Exp $ +# $NetBSD: Makefile,v 1.21 2016/04/20 12:10:24 nros Exp $ -DISTNAME= alsa-plugins-1.1.0 +DISTNAME= alsa-plugins-1.1.1 PKGNAME= ${DISTNAME:S/plugins/plugins-pulse/} CATEGORIES= audio MASTER_SITES= ftp://ftp.alsa-project.org/pub/plugins/ @@ -9,6 +9,7 @@ EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.alsa-project.org/ COMMENT= Advanced Linux Sound Architecture (ALSA) - PulseAudio plugin +LICENSE= gnu-lgpl-v2.1 OR gnu-gpl-v2 GNU_CONFIGURE= yes USE_TOOLS= pkg-config gmake diff --git a/audio/alsa-plugins-pulse/distinfo b/audio/alsa-plugins-pulse/distinfo index 1804abfa12880..857aff0b57478 100644 --- a/audio/alsa-plugins-pulse/distinfo +++ b/audio/alsa-plugins-pulse/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.8 2016/02/18 15:17:01 wiz Exp $ +$NetBSD: distinfo,v 1.9 2016/04/15 09:05:41 wiz Exp $ -SHA1 (alsa-plugins-1.1.0.tar.bz2) = 1436db17989468d082691b817b338e44ba932c4b -RMD160 (alsa-plugins-1.1.0.tar.bz2) = ec4c78d0a04c1fd101253b0743f9aa67f624d9c4 -SHA512 (alsa-plugins-1.1.0.tar.bz2) = 5ed31ce1b6d11232d464d3cdef6015403840edbf2154266a479c2fde12ef4506e1f20c0f405ccee9cc39aec80be3bc41b10798a4475494ba56c6b4d69637fdc9 -Size (alsa-plugins-1.1.0.tar.bz2) = 366296 bytes +SHA1 (alsa-plugins-1.1.1.tar.bz2) = 280eb0d9810e463059747d01760a5ac3f44d7057 +RMD160 (alsa-plugins-1.1.1.tar.bz2) = a37a5d87a9760e6e4a1ac46179e5b19dc2e16ee0 +SHA512 (alsa-plugins-1.1.1.tar.bz2) = 9dd277cb5cce144ce4e5e0010cebcba0f8634c783e7bcd80ce6d04b198d6de5150a2764df3087a39a468b5fb7c4578de2e252095568e811dedaa5e7ffdbeb7c9 +Size (alsa-plugins-1.1.1.tar.bz2) = 366193 bytes SHA1 (patch-aa) = ac2169b0a069bcf6ed60ca7ccd199ccd1988357f SHA1 (patch-ab) = fdcb834dbac03fc52ab482e722452243a6c859e9 diff --git a/audio/alsa-utils/Makefile b/audio/alsa-utils/Makefile index 5abf961050f7d..383f0c20c6111 100644 --- a/audio/alsa-utils/Makefile +++ b/audio/alsa-utils/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.17 2016/02/18 15:16:33 wiz Exp $ +# $NetBSD: Makefile,v 1.19 2016/04/20 12:10:24 nros Exp $ -DISTNAME= alsa-utils-1.1.0 +DISTNAME= alsa-utils-1.1.1 CATEGORIES= audio MASTER_SITES= ftp://ftp.alsa-project.org/pub/utils/ MASTER_SITES+= ftp://gd.tuwien.ac.at/opsys/linux/alsa/utils/ @@ -9,6 +9,7 @@ EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.alsa-project.org/ COMMENT= Advanced Linux Sound Architecture (ALSA) CLI utilities +LICENSE= gnu-gpl-v2 GNU_CONFIGURE= yes USE_TOOLS+= pkg-config gmake gsed bash:run @@ -23,6 +24,7 @@ CFLAGS+= -g REPLACE_BASH+= alsaconf/alsaconf.in REPLACE_BASH+= alsa-info/alsa-info.sh +REPLACE_BASH+= bat/alsabat-test.sh BUILD_DEPENDS+= xmlto-[0-9]*:../../textproc/xmlto diff --git a/audio/alsa-utils/PLIST b/audio/alsa-utils/PLIST index b08e124a8e217..b63a161e1df4e 100644 --- a/audio/alsa-utils/PLIST +++ b/audio/alsa-utils/PLIST @@ -1,5 +1,6 @@ -@comment $NetBSD: PLIST,v 1.4 2016/02/18 15:16:33 wiz Exp $ +@comment $NetBSD: PLIST,v 1.5 2016/04/15 08:50:21 wiz Exp $ bin/aconnect +bin/alsabat bin/alsaloop bin/alsamixer bin/alsatplg @@ -12,11 +13,12 @@ bin/arecord bin/arecordmidi bin/aseqdump bin/aseqnet -bin/bat bin/iecset bin/speaker-test man/fr/man8/alsaconf.8 man/man1/aconnect.1 +man/man1/alsa-info.sh.1 +man/man1/alsabat.1 man/man1/alsactl.1 man/man1/alsaloop.1 man/man1/alsamixer.1 @@ -28,12 +30,12 @@ man/man1/arecord.1 man/man1/arecordmidi.1 man/man1/aseqdump.1 man/man1/aseqnet.1 -man/man1/bat.1 man/man1/iecset.1 man/man1/speaker-test.1 man/man7/alsactl_init.7 man/man8/alsaconf.8 sbin/alsa-info.sh +sbin/alsabat-test.sh sbin/alsaconf sbin/alsactl share/alsa/init/00main diff --git a/audio/alsa-utils/distinfo b/audio/alsa-utils/distinfo index b9e222c7d8fc2..f0d028553c354 100644 --- a/audio/alsa-utils/distinfo +++ b/audio/alsa-utils/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.10 2016/02/18 15:16:33 wiz Exp $ +$NetBSD: distinfo,v 1.11 2016/04/15 08:50:21 wiz Exp $ -SHA1 (alsa-utils-1.1.0.tar.bz2) = 1ad980aa5a1f3118d686f74d3973d64909e3efc3 -RMD160 (alsa-utils-1.1.0.tar.bz2) = 7a2bb3dd79f8c4472725b1e0437ae71b277ac45e -SHA512 (alsa-utils-1.1.0.tar.bz2) = c61f056959feba015bb4a6f49980c4beb6a0c34be09e7196864583897ea86373b593a8807999a07df9c87a3a0c714075b9aae516752e83a946d0d60bc8f90f98 -Size (alsa-utils-1.1.0.tar.bz2) = 1181085 bytes +SHA1 (alsa-utils-1.1.1.tar.bz2) = a5fb61b41685001c9a2a41a38e61cdaf7e60ef2e +RMD160 (alsa-utils-1.1.1.tar.bz2) = efa1dc575a1a08e48c17f83eeddd85c7e168da6b +SHA512 (alsa-utils-1.1.1.tar.bz2) = 3af1e43cb2eab7e5119d83036ab6f4eeb106b66b4a57122cc8df243b6dbda90d39a0290a2af3a904b4929e2d90e8fcded9eda2a38bae1fd8e371a6d7a043376e +Size (alsa-utils-1.1.1.tar.bz2) = 1186408 bytes SHA1 (patch-aa) = 78087e7a7fe860e002d592b0c7b83e98b10ea2c3 SHA1 (patch-ab) = 6bbdb3c16e49b6fba05120c243292c9ef51ebca4 SHA1 (patch-ac) = 19f9570bedfb00068aad244033eb6e6436a6546d diff --git a/audio/amaroc/Makefile b/audio/amaroc/Makefile index c2c41cb5eb908..77fbfdb09f0ba 100644 --- a/audio/amaroc/Makefile +++ b/audio/amaroc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2014/05/17 16:10:41 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2016/04/20 12:10:25 nros Exp $ # DISTNAME= amaroc-0.3 @@ -10,6 +10,7 @@ EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://sourceforge.net/projects/amaroc/ COMMENT= Command line interface to Amarok +LICENSE= gnu-gpl-v2 DEPENDS+= ${PYPKGPREFIX}-curses-[0-9]*:../../devel/py-curses diff --git a/audio/amarok-kde3/Makefile b/audio/amarok-kde3/Makefile index 4411c69729463..d440aa7bfc391 100644 --- a/audio/amarok-kde3/Makefile +++ b/audio/amarok-kde3/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.66 2016/03/05 11:28:02 jperkin Exp $ +# $NetBSD: Makefile,v 1.67 2016/04/11 19:01:41 ryoon Exp $ DISTNAME= amarok-${VERSION} VERSION= 1.4.10 -PKGREVISION= 62 +PKGREVISION= 63 CATEGORIES= audio kde MASTER_SITES= ${MASTER_SITE_KDE:=amarok/${VERSION}/src/} EXTRACT_SUFX= .tar.bz2 diff --git a/audio/amarok/Makefile b/audio/amarok/Makefile index b2c577af750ac..df3934a5b1133 100644 --- a/audio/amarok/Makefile +++ b/audio/amarok/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.160 2016/03/05 11:28:02 jperkin Exp $ +# $NetBSD: Makefile,v 1.161 2016/05/08 11:05:15 markd Exp $ DISTNAME= amarok-${VERS} VERS= 2.8.0 -PKGREVISION= 19 +PKGREVISION= 20 CATEGORIES= audio multimedia MASTER_SITES= ${MASTER_SITE_KDE:=amarok/${VERS}/src/} EXTRACT_SUFX= .tar.bz2 @@ -68,7 +68,7 @@ BUILDLINK_API_DEPENDS.taglib+= taglib>=1.6nb1 .include "../../security/qca2/buildlink3.mk" .include "../../sysutils/desktop-file-utils/desktopdb.mk" # for plasma -.include "../../x11/kde-workspace4/buildlink3.mk" +.include "../../x11/kde-runtime4/buildlink3.mk" BUILDLINK_API_DEPENDS.kdelibs+= kdelibs4>=4.5.0 .include "../../x11/kdelibs4/buildlink3.mk" BUILDLINK_DEPMETHOD.qt4-tools= full diff --git a/audio/ario/Makefile b/audio/ario/Makefile index 72621494c0a6c..e91e0f61a6e2a 100644 --- a/audio/ario/Makefile +++ b/audio/ario/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.53 2016/03/05 11:28:02 jperkin Exp $ +# $NetBSD: Makefile,v 1.55 2016/05/03 11:40:00 prlw1 Exp $ # DISTNAME= ario-1.5.1 -PKGREVISION= 36 +PKGREVISION= 38 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ario-player/1.5.1/} diff --git a/audio/bladeenc/Makefile b/audio/bladeenc/Makefile index e3c972b5d183b..2f7335a5d079f 100644 --- a/audio/bladeenc/Makefile +++ b/audio/bladeenc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2012/09/11 23:59:26 asau Exp $ +# $NetBSD: Makefile,v 1.29 2016/04/20 12:10:25 nros Exp $ # DISTNAME= bladeenc-0.94.2-src-stable @@ -10,6 +10,7 @@ MASTER_SITES= http://distfiles.aydogan.net/audio/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://bladeenc.mp3.no/ COMMENT= Free MPEG Audio Layer 3 encoder (not decoder) +LICENSE= gnu-lgpl-v2.1 WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} GNU_CONFIGURE= yes diff --git a/audio/bml/Makefile b/audio/bml/Makefile index c6c578f47036f..e7d62ad97a003 100644 --- a/audio/bml/Makefile +++ b/audio/bml/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2015/01/23 00:16:03 mef Exp $ +# $NetBSD: Makefile,v 1.10 2016/03/14 11:48:10 tnn Exp $ # DISTNAME= bml-0.8.0 @@ -25,9 +25,7 @@ CFLAGS+= -DHAVE_VSSCANF=1 # missing configure logic LDFLAGS+= -li386 # for i386_set_ldt .endif +BUILDLINK_TRANSFORM+= opt:-ldl:${BUILDLINK_LDADD.dl:Q} + .include "../../mk/dlopen.buildlink3.mk" .include "../../mk/bsd.pkg.mk" - -.if empty(BUILDLINK_LDADD.dl) -BUILDLINK_TRANSFORM+= rm:-ldl -.endif diff --git a/audio/bmp/Makefile.common b/audio/bmp/Makefile.common index 52ac84f18ac23..22bcbe7259b25 100644 --- a/audio/bmp/Makefile.common +++ b/audio/bmp/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.28 2013/04/06 19:42:41 rodent Exp $ +# $NetBSD: Makefile.common,v 1.29 2016/04/20 12:10:25 nros Exp $ # # used by audio/bmp/Makefile # used by audio/bmp-esound/Makefile @@ -10,6 +10,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=beepmp/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://beepmp.sourceforge.net/ COMMENT= Beep Media Player (fork of XMMS to work with GTK+ 2.x) +LICENSE= gnu-gpl-v2 DISTINFO_FILE= ${.CURDIR}/../../audio/bmp/distinfo FILESDIR= ${.CURDIR}/../../audio/xmms/files diff --git a/audio/bmpx/Makefile b/audio/bmpx/Makefile index 72d9752853a78..2c71ff68eace6 100644 --- a/audio/bmpx/Makefile +++ b/audio/bmpx/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.76 2015/10/10 01:57:59 ryoon Exp $ +# $NetBSD: Makefile,v 1.78 2016/05/03 11:40:00 prlw1 Exp $ DISTNAME= bmpx-0.40.14 -PKGREVISION= 50 +PKGREVISION= 52 CATEGORIES= audio MASTER_SITES= http://files.backtrace.info/releases/0.40/ EXTRACT_SUFX= .tar.bz2 diff --git a/audio/cam/Makefile b/audio/cam/Makefile index 8ac1d0cd391ff..5255b521d43ce 100644 --- a/audio/cam/Makefile +++ b/audio/cam/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2015/08/18 07:31:01 wiz Exp $ +# $NetBSD: Makefile,v 1.28 2016/04/20 12:10:25 nros Exp $ # DISTNAME= cam-1.02 @@ -9,6 +9,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= hubertf@NetBSD.org COMMENT= Cpu's Audio Mixer [curses based] +LICENSE= gnu-gpl-v2 CONFLICTS+= feh<1.2.6nb3 diff --git a/audio/cddb-bundle/Makefile b/audio/cddb-bundle/Makefile index ec1fcce8eec6b..2538a08f068f9 100644 --- a/audio/cddb-bundle/Makefile +++ b/audio/cddb-bundle/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.21 2015/10/10 01:57:59 ryoon Exp $ +# $NetBSD: Makefile,v 1.22 2016/04/11 19:01:42 ryoon Exp $ # DISTNAME= cddb.bundle-0.2 PKGNAME= ${DISTNAME:S/./-/} -PKGREVISION= 11 +PKGREVISION= 12 CATEGORIES= audio gnustep MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gsburn/} diff --git a/audio/cdplayer/Makefile b/audio/cdplayer/Makefile index 1b3523176f639..581427c8cc075 100644 --- a/audio/cdplayer/Makefile +++ b/audio/cdplayer/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.27 2015/10/10 01:57:59 ryoon Exp $ +# $NetBSD: Makefile,v 1.28 2016/04/11 19:01:42 ryoon Exp $ # DISTNAME= cdplayer-0.5.1 -PKGREVISION= 7 +PKGREVISION= 8 CATEGORIES= audio gnustep MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gsburn/} EXTRACT_SUFX= .tar.bz2 diff --git a/audio/cmp3/Makefile b/audio/cmp3/Makefile index b1775406fdfdb..39484fc17d804 100644 --- a/audio/cmp3/Makefile +++ b/audio/cmp3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2015/09/08 11:57:48 jperkin Exp $ +# $NetBSD: Makefile,v 1.31 2016/04/20 12:10:25 nros Exp $ # DISTNAME= cmp3-2.0pre6 @@ -10,6 +10,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=cmp3/} MAINTAINER= rxg@NetBSD.org HOMEPAGE= http://cmp3.sourceforge.net/ COMMENT= Curses based frontend to mpg123 +LICENSE= gnu-gpl-v2 DEPENDS+= mpg123-[0-9]*:../../audio/mpg123 DEPENDS+= vorbis-tools-[0-9]*:../../audio/vorbis-tools diff --git a/audio/csound5-manual/Makefile b/audio/csound5-manual/Makefile index 54d3f9e47cf37..16c43ca56fbbe 100644 --- a/audio/csound5-manual/Makefile +++ b/audio/csound5-manual/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2014/02/13 10:21:50 mrg Exp $ +# $NetBSD: Makefile,v 1.10 2016/04/20 12:10:25 nros Exp $ # DISTNAME= Csound${CSOUND_VERSION}_manual_html @@ -11,6 +11,7 @@ EXTRACT_SUFX= .zip MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.csounds.com/ COMMENT= Csound5 Reference Manual +LICENSE= gnu-fdl-v1.2 CSOUND_VERSION= 5.19 NO_BUILD= yes diff --git a/audio/csound6-manual/Makefile b/audio/csound6-manual/Makefile index 84f8b614fb5c7..12cf21bfcbc60 100644 --- a/audio/csound6-manual/Makefile +++ b/audio/csound6-manual/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2015/12/05 21:25:28 adam Exp $ +# $NetBSD: Makefile,v 1.6 2016/04/20 12:10:25 nros Exp $ DISTNAME= manual_src PKGNAME= csound6-manual-${CSOUND_VERSION} @@ -8,6 +8,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=csound/csound6/Csound6.02/} MAINTAINER= mrg@eterna.com.au HOMEPAGE= http://www.csounds.com/ COMMENT= Csound6 Reference Manual +LICENSE= gnu-fdl-v1.2 BUILD_DEPENDS+= libxslt-[0-9]*:../../textproc/libxslt BUILD_DEPENDS+= docbook-xsl-[0-9]*:../../textproc/docbook-xsl diff --git a/audio/csound6/distinfo b/audio/csound6/distinfo index 8b02c5093a08b..1732b1a44dfc2 100644 --- a/audio/csound6/distinfo +++ b/audio/csound6/distinfo @@ -1,10 +1,11 @@ -$NetBSD: distinfo,v 1.4 2015/11/03 01:12:27 agc Exp $ +$NetBSD: distinfo,v 1.5 2016/03/29 22:06:48 joerg Exp $ SHA1 (Csound6.03.2.tar.gz) = 2ff8081c887ef98735197c1ff70bb4955c3eb3ff RMD160 (Csound6.03.2.tar.gz) = 00d6407feab8f992b8d309ec6701858087569752 SHA512 (Csound6.03.2.tar.gz) = 01cea31349632ecf3692a23535793c1cd622669e07a9035e1ee80d6ad117e8d0296d2ece78635fee8a73eb5ba53d2b03a8b895f0b2a9a74ae015288243445c1b Size (Csound6.03.2.tar.gz) = 24571513 bytes SHA1 (patch-CMakeLists.txt) = 47e77bb65a091a8925893f4cf7bc76efc5080110 +SHA1 (patch-Engine_entry1.c) = 915c11cb182ad9375ec0f034f1adfde009131aa4 SHA1 (patch-Engine_linevent.c) = da606596a1c8d2545dc0a8e948cd04e9188975ad SHA1 (patch-InOut_libsnd.c) = b460ef3ef7117fd9c194eff3f62a64435243ccc4 SHA1 (patch-InOut_widgets.cpp) = f73a58a636254d27a3aa6b94ace4f72b978ca9ec @@ -17,3 +18,5 @@ SHA1 (patch-Top_csound.c) = 26c03324e0f8f8ccedbfe32bfedbd282d69a93fa SHA1 (patch-Top_one_file.c) = c5929f9efcf8c11625fde7a86321f2fd303b55d2 SHA1 (patch-Top_threads.c) = 107cb8605b5b46b70de3adeec0ae8acaafc2a6f2 SHA1 (patch-frontends_CsoundVST_ScoreGeneratorVstMain.cpp) = a16da9c4975d37e56fefb58fd0458e94c3ed4925 +SHA1 (patch-include_interlocks.h) = 60bbb3a92ccb4d52665db58042de4a7caabfa5f2 +SHA1 (patch-include_text.h) = fc3c164c3740b2c595113dd7811506abb29402d0 diff --git a/audio/csound6/patches/patch-Engine_entry1.c b/audio/csound6/patches/patch-Engine_entry1.c new file mode 100644 index 0000000000000..e102e71561d60 --- /dev/null +++ b/audio/csound6/patches/patch-Engine_entry1.c @@ -0,0 +1,13 @@ +$NetBSD: patch-Engine_entry1.c,v 1.1 2016/03/29 22:06:48 joerg Exp $ + +--- Engine/entry1.c.orig 2016-03-28 17:51:03.964243385 +0000 ++++ Engine/entry1.c +@@ -1084,7 +1084,7 @@ OENTRY opcodlst_1[] = { + (SUBR) chnset_opcode_init_a, (SUBR) NULL, (SUBR) notinit_opcode_stub }, + { "chnset.S", S(CHNGET),0, 3, "", "SS", + (SUBR) chnset_opcode_init_S, (SUBR) chnset_opcode_perf_S, (SUBR) NULL }, +- { "chnmix", S(CHNGET), CB, 5, "", "aS", ++ { "chnmix", S(CHNGET), CSOUND_CB, 5, "", "aS", + (SUBR) chnmix_opcode_init, (SUBR) NULL, (SUBR) notinit_opcode_stub }, + { "chnclear", S(CHNCLEAR), CW, 5, "", "S", + (SUBR) chnclear_opcode_init, (SUBR) NULL, (SUBR) notinit_opcode_stub }, diff --git a/audio/csound6/patches/patch-include_interlocks.h b/audio/csound6/patches/patch-include_interlocks.h new file mode 100644 index 0000000000000..60981d49b72a4 --- /dev/null +++ b/audio/csound6/patches/patch-include_interlocks.h @@ -0,0 +1,13 @@ +$NetBSD: patch-include_interlocks.h,v 1.1 2016/03/29 22:06:48 joerg Exp $ + +--- include/interlocks.h.orig 2016-03-28 17:49:58.186898677 +0000 ++++ include/interlocks.h +@@ -37,7 +37,7 @@ + //Channels + #define CR (0x0020) + #define CW (0x0040) +-#define CB (0x0060) ++#define CSOUND_CB (0x0060) + + //Stack + #define SK (0x0080) diff --git a/audio/csound6/patches/patch-include_text.h b/audio/csound6/patches/patch-include_text.h new file mode 100644 index 0000000000000..e5652f978486f --- /dev/null +++ b/audio/csound6/patches/patch-include_text.h @@ -0,0 +1,13 @@ +$NetBSD: patch-include_text.h,v 1.1 2016/03/29 22:06:48 joerg Exp $ + +--- include/text.h.orig 2016-03-28 17:47:57.518957272 +0000 ++++ include/text.h +@@ -111,7 +111,7 @@ extern "C" { + #endif + #include + char *csoundLocalizeString(const char *s) +- __attribute__ ((format (printf, 1,0))); ++ __attribute__ ((format_arg (1))); + /* This could be gettext but this indirection helps debugging */ + #define Str(x) csoundLocalizeString(x) + void init_getstring(void*); diff --git a/audio/daapd/Makefile b/audio/daapd/Makefile index f19fab3737d44..292208fd2082a 100644 --- a/audio/daapd/Makefile +++ b/audio/daapd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2012/09/11 23:59:30 asau Exp $ +# $NetBSD: Makefile,v 1.28 2016/04/20 12:10:25 nros Exp $ DISTNAME= daapd-0.2.4b PKGREVISION= 1 @@ -9,6 +9,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= nathanw@NetBSD.org HOMEPAGE= http://www.deleet.de/projekte/daap/daapd/ COMMENT= Server for DAA protocol (iTunes) +LICENSE= gnu-gpl-v2 MAKE_JOBS_SAFE= no diff --git a/audio/disc-cover/Makefile b/audio/disc-cover/Makefile index becb112f44d79..00d945349f962 100644 --- a/audio/disc-cover/Makefile +++ b/audio/disc-cover/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2015/06/12 10:48:22 wiz Exp $ +# $NetBSD: Makefile,v 1.29 2016/04/20 12:10:25 nros Exp $ # DISTNAME= disc-cover-1.5.6 @@ -9,6 +9,7 @@ MASTER_SITES= http://www.vanhemert.co.uk/files/ MAINTAINER= drochner@NetBSD.org HOMEPAGE= http://www.vanhemert.co.uk/disc-cover.html COMMENT= Generation of CD covers +LICENSE= gnu-gpl-v2 DEPENDS+= p5-Audio-CD>=0.05:../../audio/p5-Audio-CD diff --git a/audio/distmp3/Makefile b/audio/distmp3/Makefile index 25ac73fc64bae..1d047a95a9802 100644 --- a/audio/distmp3/Makefile +++ b/audio/distmp3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2015/06/12 10:48:22 wiz Exp $ +# $NetBSD: Makefile,v 1.19 2016/04/20 12:10:25 nros Exp $ # DISTNAME= distmp3-0.1.9 @@ -9,6 +9,7 @@ EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Distributed mp3 encoding across multiple hosts +LICENSE= gnu-gpl-v2 USE_LANGUAGES= # empty USE_TOOLS+= perl:run diff --git a/audio/easyh10/Makefile b/audio/easyh10/Makefile index 29d5411596dbb..6f512647aca74 100644 --- a/audio/easyh10/Makefile +++ b/audio/easyh10/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2013/04/13 07:55:03 ghen Exp $ +# $NetBSD: Makefile,v 1.8 2016/04/20 12:10:25 nros Exp $ DISTNAME= easyh10-1.5 PKGREVISION= 1 @@ -8,6 +8,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=easyh10/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://easyh10.sourceforge.net/ COMMENT= Database tool for the iRiver H10 digital audio player +LICENSE= gnu-gpl-v2 USE_TOOLS+= gmake diff --git a/audio/easytag/patches/patch-src_easytag.c b/audio/easytag/patches/patch-src_easytag.c deleted file mode 100644 index ef2ea169c0259..0000000000000 --- a/audio/easytag/patches/patch-src_easytag.c +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-src_easytag.c,v 1.1 2014/09/24 11:39:23 jperkin Exp $ - -Fix printing of getpid(). - ---- src/easytag.c.orig 2014-04-22 18:40:46.000000000 +0000 -+++ src/easytag.c -@@ -182,7 +182,7 @@ common_init (GApplication *application) - GtkWidget *HBox, *VBox; - - /* Starting messages */ -- Log_Print(LOG_OK,_("Starting EasyTAG version %s (PID: %d)…"),PACKAGE_VERSION,getpid()); -+ Log_Print(LOG_OK,_("Starting EasyTAG version %s (PID: %d)…"),PACKAGE_VERSION,(int)getpid()); - #ifdef ENABLE_MP3 - Log_Print(LOG_OK,_("Using libid3tag version %s"), ID3_VERSION); - #endif diff --git a/audio/espeak/Makefile b/audio/espeak/Makefile index 0d5f9f7442583..891a1604cab0e 100644 --- a/audio/espeak/Makefile +++ b/audio/espeak/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2012/09/11 23:59:31 asau Exp $ +# $NetBSD: Makefile,v 1.10 2016/04/20 12:10:25 nros Exp $ # DISTNAME= espeak-1.31-source @@ -10,7 +10,7 @@ EXTRACT_SUFX= .zip MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://espeak.sourceforge.net/ COMMENT= Speech synthesizer -#LICENSE= GPLv3 +LICENSE= gnu-gpl-v3 USE_LANGUAGES= c++ USE_TOOLS+= gmake diff --git a/audio/freepats/Makefile b/audio/freepats/Makefile index f09ac5c7536fc..c12381696a2c1 100644 --- a/audio/freepats/Makefile +++ b/audio/freepats/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2012/09/11 23:59:37 asau Exp $ +# $NetBSD: Makefile,v 1.10 2016/04/20 12:10:25 nros Exp $ # DISTNAME= freepats-20060219 @@ -9,6 +9,7 @@ EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://freepats.zenvoid.org/ COMMENT= Free patches (audio samples) for TiMidity +LICENSE= gnu-gpl-v2 WRKSRC= ${WRKDIR}/freepats NO_CONFIGURE= yes diff --git a/audio/gkrellm-volume/Makefile b/audio/gkrellm-volume/Makefile index 8b6ead4c312d0..84fe25161d820 100644 --- a/audio/gkrellm-volume/Makefile +++ b/audio/gkrellm-volume/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.53 2016/03/05 11:28:03 jperkin Exp $ +# $NetBSD: Makefile,v 1.54 2016/04/20 12:10:26 nros Exp $ DISTNAME= gkrellm-volume-2.1.13 PKGREVISION= 29 @@ -8,6 +8,7 @@ MASTER_SITES= http://gkrellm.luon.net/files/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://gkrellm.luon.net/volume.phtml COMMENT= Gkrellm2 volume mixer plugin +LICENSE= gnu-gpl-v2 USE_TOOLS+= gmake msgfmt pkg-config USE_PKGLOCALEDIR= YES diff --git a/audio/glyr/Makefile b/audio/glyr/Makefile index f72101af9304e..5c4d691b9fbf2 100644 --- a/audio/glyr/Makefile +++ b/audio/glyr/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.9 2016/03/05 11:28:03 jperkin Exp $ +# $NetBSD: Makefile,v 1.10 2016/04/11 19:01:42 ryoon Exp $ # DISTNAME= 1.0.8 PKGNAME= glyr-${DISTNAME} -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= audio MASTER_SITES= https://github.com/sahib/glyr/archive/ DIST_SUBDIR= ${PKGBASE} diff --git a/audio/gmp3info/Makefile b/audio/gmp3info/Makefile index 4a55667a046d9..6e30802c90e4f 100644 --- a/audio/gmp3info/Makefile +++ b/audio/gmp3info/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.52 2015/09/08 11:57:48 jperkin Exp $ +# $NetBSD: Makefile,v 1.53 2016/04/20 12:10:26 nros Exp $ DISTNAME= mp3info-0.8.5a PKGNAME= g${DISTNAME} @@ -11,6 +11,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.ibiblio.org/mp3info/ COMMENT= Utility to read and modify the ID3 tags of MP3 files +LICENSE= gnu-gpl-v2 CONFLICTS= mp3info-[0-9]* diff --git a/audio/gmpc-jamendo/Makefile b/audio/gmpc-jamendo/Makefile index 94b7bb81289f7..e02e9a2eae341 100644 --- a/audio/gmpc-jamendo/Makefile +++ b/audio/gmpc-jamendo/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.10 2015/10/10 01:57:59 ryoon Exp $ +# $NetBSD: Makefile,v 1.11 2016/04/11 19:01:42 ryoon Exp $ DISTNAME= gmpc-jamendo-11.8.16 -PKGREVISION= 8 +PKGREVISION= 9 CATEGORIES= audio MASTER_SITES= http://download.sarine.nl/Programs/gmpc/11.8/ \ ${MASTER_SITE_SOURCEFORGE:=musicpd/} diff --git a/audio/gmpc-magnatune/Makefile b/audio/gmpc-magnatune/Makefile index 14df39405b51f..1592798f149e9 100644 --- a/audio/gmpc-magnatune/Makefile +++ b/audio/gmpc-magnatune/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.34 2015/10/10 01:57:59 ryoon Exp $ +# $NetBSD: Makefile,v 1.35 2016/04/11 19:01:42 ryoon Exp $ DISTNAME= gmpc-magnatune-11.8.16 -PKGREVISION= 8 +PKGREVISION= 9 CATEGORIES= audio MASTER_SITES= http://download.sarine.nl/Programs/gmpc/11.8/ \ ${MASTER_SITE_SOURCEFORGE:=musicpd/} diff --git a/audio/gmpc-wikipedia/Makefile b/audio/gmpc-wikipedia/Makefile index d9df4de6b4eb8..139e0ac3c41e5 100644 --- a/audio/gmpc-wikipedia/Makefile +++ b/audio/gmpc-wikipedia/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.15 2016/01/06 10:46:50 adam Exp $ +# $NetBSD: Makefile,v 1.17 2016/05/03 11:40:00 prlw1 Exp $ DISTNAME= gmpc-wikipedia-11.8.16 -PKGREVISION= 12 +PKGREVISION= 14 CATEGORIES= audio MASTER_SITES= http://download.sarine.nl/Programs/gmpc/11.8/ \ ${MASTER_SITE_SOURCEFORGE:=musicpd/} diff --git a/audio/gmpc/Makefile b/audio/gmpc/Makefile index b3a5eceb8bff5..bd5e35fb5e722 100644 --- a/audio/gmpc/Makefile +++ b/audio/gmpc/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.75 2015/10/10 01:57:59 ryoon Exp $ +# $NetBSD: Makefile,v 1.77 2016/05/03 11:40:00 prlw1 Exp $ # DISTNAME= gmpc-11.8.16 -PKGREVISION= 9 +PKGREVISION= 11 CATEGORIES= audio MASTER_SITES= http://download.sarine.nl/Programs/gmpc/11.8/ \ ${MASTER_SITE_SOURCEFORGE:=musicpd/} diff --git a/audio/gnome-audio/Makefile b/audio/gnome-audio/Makefile index 435a75b414647..aaacc7138d2e8 100644 --- a/audio/gnome-audio/Makefile +++ b/audio/gnome-audio/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2013/12/23 11:57:02 wiz Exp $ +# $NetBSD: Makefile,v 1.24 2016/04/20 12:10:26 nros Exp $ DISTNAME= gnome-audio-2.22.2 CATEGORIES= audio @@ -8,6 +8,7 @@ EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.gnome.org/ COMMENT= Set of audio files for GNOME +LICENSE= cc-by-sa-v3.0 NO_CONFIGURE= YES NO_BUILD= YES diff --git a/audio/gnome-speech/Makefile.common b/audio/gnome-speech/Makefile.common index 21033f2e3a73c..f807d5fd660da 100644 --- a/audio/gnome-speech/Makefile.common +++ b/audio/gnome-speech/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.3 2012/09/12 00:24:35 asau Exp $ +# $NetBSD: Makefile.common,v 1.4 2016/04/20 12:10:26 nros Exp $ # # used by audio/gnome-speech/Makefile # used by audio/gnome-speech-espeak/Makefile @@ -9,6 +9,7 @@ MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-speech/0.4/} EXTRACT_SUFX= .tar.bz2 HOMEPAGE= http://www.gnome.org/ +LICENSE= gnu-gpl-v2 PATCHDIR= ${.CURDIR}/../gnome-speech/patches DISTINFO_FILE= ${.CURDIR}/../gnome-speech/distinfo diff --git a/audio/gnome-vfs-cdda/Makefile b/audio/gnome-vfs-cdda/Makefile index 89480c6f60e8a..78955269da8f9 100644 --- a/audio/gnome-vfs-cdda/Makefile +++ b/audio/gnome-vfs-cdda/Makefile @@ -1,10 +1,12 @@ -# $NetBSD: Makefile,v 1.30 2016/03/05 11:28:03 jperkin Exp $ +# $NetBSD: Makefile,v 1.31 2016/04/20 12:10:26 nros Exp $ # GNOME_VFS_NAME= cdda PKGREVISION= 22 CATEGORIES= audio +LICENSE= gnu-lgpl-v2 + CPPFLAGS+= -I${BUILDLINK_PREFIX.cdparanoia}/include/cdparanoia EGFILES+= modules/cdda-module.conf diff --git a/audio/goom/Makefile b/audio/goom/Makefile index 39a8bb969e98c..f95a7b21ef6a0 100644 --- a/audio/goom/Makefile +++ b/audio/goom/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2012/09/12 00:24:35 asau Exp $ +# $NetBSD: Makefile,v 1.10 2016/04/20 12:10:26 nros Exp $ # DISTNAME= goom-2k4-0-src @@ -9,6 +9,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=goom/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.ios-software.com/index.php3?page=projet&quoi=1&lg=AN COMMENT= Visual effects generator for mp3 players +LICENSE= gnu-lgpl-v2.1 WRKSRC= ${WRKDIR}/goom2k4-0 USE_PKGLOCALEDIR= yes diff --git a/audio/gramofile/Makefile b/audio/gramofile/Makefile index 62d54bc427d12..81875c885869d 100644 --- a/audio/gramofile/Makefile +++ b/audio/gramofile/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2015/08/18 07:31:01 wiz Exp $ +# $NetBSD: Makefile,v 1.19 2016/04/20 12:10:26 nros Exp $ # DISTNAME= gramofile-1.6 @@ -9,6 +9,7 @@ MASTER_SITES= http://www.opensourcepartners.nl/~costar/gramofile/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.opensourcepartners.nl/~costar/gramofile/ COMMENT= Tool for ripping audio from vinyl +LICENSE= gnu-gpl-v2 BUILD_TARGET= gramofile makebplay diff --git a/audio/gst-plugins1-soundtouch/Makefile b/audio/gst-plugins1-soundtouch/Makefile index fef0148578ba8..6a0eeab6cb554 100644 --- a/audio/gst-plugins1-soundtouch/Makefile +++ b/audio/gst-plugins1-soundtouch/Makefile @@ -1,11 +1,10 @@ -# $NetBSD: Makefile,v 1.1 2015/12/27 22:47:53 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2016/04/15 14:20:00 wiz Exp $ GST_PLUGINS1_NAME= soundtouch GST_PLUGINS1_DIRS= ext/soundtouch USE_LANGUAGES= c c++ .include "../../multimedia/gst-plugins1-bad/Makefile.common" -USE_LANGUAGES= c c++ .include "../../audio/soundtouch/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/audio/herrie/Makefile b/audio/herrie/Makefile index e396ada3bb24a..2ded5b04eaf3d 100644 --- a/audio/herrie/Makefile +++ b/audio/herrie/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2016/03/05 11:28:04 jperkin Exp $ +# $NetBSD: Makefile,v 1.26 2016/04/20 12:10:26 nros Exp $ # DISTNAME= herrie-2.2 @@ -10,6 +10,7 @@ EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://herrie.info/ COMMENT= Minimalistic, ncurses-based audio player +LICENSE= 2-clause-bsd AND gnu-gpl-v2 HAS_CONFIGURE= yes USE_LIBTOOL= yes diff --git a/audio/hydrogen/Makefile b/audio/hydrogen/Makefile index 7e973b0344ae5..7649bd8b1e156 100644 --- a/audio/hydrogen/Makefile +++ b/audio/hydrogen/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.49 2016/03/05 11:28:04 jperkin Exp $ +# $NetBSD: Makefile,v 1.50 2016/04/20 12:10:26 nros Exp $ DISTNAME= 0.9.6.1 PKGNAME= hydrogen-0.9.6.1 @@ -13,6 +13,7 @@ WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} MAINTAINER= mrg@eterna.com.au HOMEPAGE= http://www.hydrogen-music.org/ COMMENT= Real time drum machine/sequencer +LICENSE= gnu-gpl-v2 USE_LANGUAGES= c c++ USE_LIBTOOL= yes diff --git a/audio/ibniz/Makefile b/audio/ibniz/Makefile index 3c6c6caf16a06..accd736726e50 100644 --- a/audio/ibniz/Makefile +++ b/audio/ibniz/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.2 2015/04/25 14:20:21 tnn Exp $ +# $NetBSD: Makefile,v 1.3 2016/05/07 09:48:57 joerg Exp $ # DISTNAME= ibniz-1.18 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= audio MASTER_SITES= http://pelulamu.net/ibniz/ diff --git a/audio/ibniz/distinfo b/audio/ibniz/distinfo index 54d1fdd6975dd..211a7c1522126 100644 --- a/audio/ibniz/distinfo +++ b/audio/ibniz/distinfo @@ -1,6 +1,7 @@ -$NetBSD: distinfo,v 1.2 2015/11/03 01:12:34 agc Exp $ +$NetBSD: distinfo,v 1.3 2016/05/07 09:48:57 joerg Exp $ SHA1 (ibniz-1.18.tar.gz) = 22d2ca6d46cd5b9769f210502913b87f8d5aef9f RMD160 (ibniz-1.18.tar.gz) = b7c28b1bca61f5354d2246a2e15f6e4b1c5c7d07 SHA512 (ibniz-1.18.tar.gz) = 63448e3eb639a831b847cc3a737040a661ff4107e53ff70b9c33ba951c584ca903729547efd27afff9ac0b9e25a315a1d36670a4f4722c3d2287f375cb1bd760 Size (ibniz-1.18.tar.gz) = 41049 bytes +SHA1 (patch-Makefile) = 2028fa6dad92829b34caeaf1aab018b230dbbd6c diff --git a/audio/ibniz/patches/patch-Makefile b/audio/ibniz/patches/patch-Makefile new file mode 100644 index 0000000000000..39024a6bd9e2e --- /dev/null +++ b/audio/ibniz/patches/patch-Makefile @@ -0,0 +1,13 @@ +$NetBSD: patch-Makefile,v 1.1 2016/05/07 09:48:57 joerg Exp $ + +--- Makefile.orig 2016-05-06 18:26:04.000000000 +0000 ++++ Makefile +@@ -1,7 +1,7 @@ + # For normal builds; remove -DX11 -lX11 from flags if you don't have X11 + CC=gcc + EXE=ibniz +-FLAGS=`sdl-config --libs --cflags` -DX11 -lX11 ++FLAGS=`sdl-config --libs --cflags` -DX11 -lX11 ${COMPILER_RPATH_FLAG}${X11BASE}/lib + all: ibniz + + # For win32 builds using mingw32 (you'll probably need to modify these) diff --git a/audio/icecast1/Makefile b/audio/icecast1/Makefile index bf1e5337c9570..ff07fde7f67ef 100644 --- a/audio/icecast1/Makefile +++ b/audio/icecast1/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2014/05/17 16:10:41 wiz Exp $ +# $NetBSD: Makefile,v 1.32 2016/04/20 12:10:26 nros Exp $ # DISTNAME= icecast-1.3.12 @@ -9,6 +9,7 @@ MASTER_SITES= http://downloads.xiph.org/releases/icecast/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.icecast.org/ COMMENT= Internet broadcasting system using Mpeg Layer III streaming +LICENSE= gnu-gpl-v2 RCD_SCRIPTS= icecast PKG_SYSCONFSUBDIR= icecast diff --git a/audio/ices-mp3/Makefile b/audio/ices-mp3/Makefile index ed6afd743efb3..c2e43f4034da9 100644 --- a/audio/ices-mp3/Makefile +++ b/audio/ices-mp3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2015/06/12 10:48:22 wiz Exp $ +# $NetBSD: Makefile,v 1.28 2016/04/20 12:10:26 nros Exp $ # DISTNAME= ices-${ICES_VERSION} @@ -11,6 +11,7 @@ MASTER_SITES= http://svn.xiph.org/releases/ices/ MAINTAINER= kim@tac.nyc.ny.us HOMEPAGE= http://www.icecast.org/ices.php COMMENT= Source client for a streaming server +LICENSE= gnu-gpl-v2 USE_TOOLS+= automake pkg-config USE_LIBTOOL= yes diff --git a/audio/id3/Makefile b/audio/id3/Makefile index 6ebbedede9933..97612fdea2ecf 100644 --- a/audio/id3/Makefile +++ b/audio/id3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2012/09/12 00:24:39 asau Exp $ +# $NetBSD: Makefile,v 1.11 2016/04/20 12:10:26 nros Exp $ DISTNAME= id3_0.15.orig PKGNAME= id3-0.15 @@ -8,6 +8,7 @@ MASTER_SITES= ${MASTER_SITE_DEBIAN:=pool/main/i/id3/} MAINTAINER= pkgsrc-users@NetBSD.org #HOMEPAGE= http://packages.qa.debian.org/i/id3.html COMMENT= ID3 v1.1 tag editor +LICENSE= gnu-gpl-v2 WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} diff --git a/audio/id3ed/Makefile b/audio/id3ed/Makefile index 46e836bdec474..5fec34ea030f4 100644 --- a/audio/id3ed/Makefile +++ b/audio/id3ed/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.36 2015/08/18 07:31:02 wiz Exp $ +# $NetBSD: Makefile,v 1.37 2016/04/20 12:10:27 nros Exp $ # DISTNAME= id3ed-1.10.4 @@ -9,6 +9,7 @@ MASTER_SITES= http://users.dakotacom.net/~donut/programs/id3ed/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://users.dakotacom.net/~donut/programs/id3ed.html COMMENT= Edit id3 description tags in mpeg3 files +LICENSE= gnu-gpl-v2 INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 diff --git a/audio/id3lib/Makefile b/audio/id3lib/Makefile index 04e9aff9bb1b3..bc1aaf8366a79 100644 --- a/audio/id3lib/Makefile +++ b/audio/id3lib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2014/10/09 14:05:56 wiz Exp $ +# $NetBSD: Makefile,v 1.33 2016/04/20 12:10:27 nros Exp $ # DISTNAME= id3lib-3.8.3 @@ -9,6 +9,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=id3lib/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://id3lib.sourceforge.net/ COMMENT= Library for manipulating ID3v1 and ID3v2 tags +LICENSE= gnu-gpl-v2 USE_LANGUAGES= c c++ GNU_CONFIGURE= yes diff --git a/audio/ifp-line/Makefile b/audio/ifp-line/Makefile index 0e27478962b3f..1251289756c77 100644 --- a/audio/ifp-line/Makefile +++ b/audio/ifp-line/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2015/08/08 11:44:35 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2016/04/20 12:10:27 nros Exp $ DISTNAME= ifp-line-0.3 CATEGORIES= audio @@ -7,6 +7,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ifp-driver/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://ifp-driver.sourceforge.net/ COMMENT= Command-line interface to iRiver MP3 players +LICENSE= gnu-gpl-v2 INSTALL_MAKE_FLAGS+= PREFIX=${DESTDIR}${PREFIX} INSTALLATION_DIRS+= bin diff --git a/audio/juke/Makefile b/audio/juke/Makefile index cd8cdf0d04a26..7b3230d99e91e 100644 --- a/audio/juke/Makefile +++ b/audio/juke/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2015/09/08 11:57:48 jperkin Exp $ +# $NetBSD: Makefile,v 1.17 2016/04/20 12:10:27 nros Exp $ # DISTNAME= juke-0.7 @@ -9,6 +9,7 @@ MASTER_SITES= http://www.moll.no/oyvind/distfiles/ MAINTAINER= mob@bicekru.org #HOMEPAGE= http://johan.nocrew.org/nav10/unix/juke/ COMMENT= Simple ncurses based jukebox +LICENSE= gnu-gpl-v2 GNU_CONFIGURE= YES diff --git a/audio/kid3/Makefile b/audio/kid3/Makefile index 09923f5d21721..d7ca97e2482a7 100644 --- a/audio/kid3/Makefile +++ b/audio/kid3/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.65 2016/03/05 11:28:04 jperkin Exp $ +# $NetBSD: Makefile,v 1.66 2016/04/11 19:01:42 ryoon Exp $ DISTNAME= kid3-3.3.0 -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= kde audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=kid3/} diff --git a/audio/liba52/Makefile b/audio/liba52/Makefile index 45326ae136b62..0eb02fee0900b 100644 --- a/audio/liba52/Makefile +++ b/audio/liba52/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2012/09/12 00:24:41 asau Exp $ +# $NetBSD: Makefile,v 1.22 2016/04/20 12:10:27 nros Exp $ # DISTNAME= a52dec-0.7.4 @@ -10,6 +10,7 @@ MASTER_SITES= http://liba52.sourceforge.net/files/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://liba52.sourceforge.net/ COMMENT= Free ATSC A/52 stream decoder library +LICENSE= gnu-gpl-v2 GNU_CONFIGURE= yes USE_LIBTOOL= yes diff --git a/audio/libao-sun/Makefile b/audio/libao-sun/Makefile index faa517e1da87b..bfd144eed042c 100644 --- a/audio/libao-sun/Makefile +++ b/audio/libao-sun/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2015/01/01 08:15:51 dholland Exp $ +# $NetBSD: Makefile,v 1.10 2016/03/27 22:45:48 jperkin Exp $ .include "../../audio/libao/Makefile.common" @@ -7,7 +7,7 @@ PKGNAME= ${DISTNAME:S/libao/libao-sun/} COMMENT+= (Sun audio plugin) # no support for the sun audio interface -NOT_FOR_PLATFORM+= DragonFly-*-* FreeBSD-*-* Linux-*-* +NOT_FOR_PLATFORM+= Darwin-*-* DragonFly-*-* FreeBSD-*-* Linux-*-* CONFIGURE_ARGS:= ${CONFIGURE_ARGS:S/ENABLE_SUN_AUDIO=no/ENABLE_SUN_AUDIO=yes/g} BUILD_DIRS= src/plugins/sun diff --git a/audio/libao/Makefile.common b/audio/libao/Makefile.common index 2f146cdd42e2a..c143169c56c74 100644 --- a/audio/libao/Makefile.common +++ b/audio/libao/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.37 2014/10/05 16:41:05 wiz Exp $ +# $NetBSD: Makefile.common,v 1.38 2016/04/20 12:10:27 nros Exp $ # # used by audio/libao-alsa/Makefile # used by audio/libao-arts/Makefile @@ -16,6 +16,7 @@ MASTER_SITES= http://downloads.xiph.org/releases/ao/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.xiph.org/ao/ COMMENT= Cross-platform audio library +LICENSE= gnu-gpl-v2 DISTINFO_FILE= ${.CURDIR}/../../audio/libao/distinfo PATCHDIR= ${.CURDIR}/../../audio/libao/patches diff --git a/audio/libcdaudio/Makefile b/audio/libcdaudio/Makefile index bac353916ab19..ebe00371f2a54 100644 --- a/audio/libcdaudio/Makefile +++ b/audio/libcdaudio/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.34 2014/10/09 14:05:56 wiz Exp $ +# $NetBSD: Makefile,v 1.35 2016/04/20 12:10:27 nros Exp $ DISTNAME= libcdaudio-0.99.12 PKGREVISION= 2 @@ -8,6 +8,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libcdaudio/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://libcdaudio.sourceforge.net/ COMMENT= Multi-platform CD player development library +LICENSE= gnu-gpl-v2 NOT_FOR_PLATFORM= Interix-*-* diff --git a/audio/libcddb/Makefile b/audio/libcddb/Makefile index 3db9298596baa..de477b4ec178a 100644 --- a/audio/libcddb/Makefile +++ b/audio/libcddb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2014/10/09 14:05:56 wiz Exp $ +# $NetBSD: Makefile,v 1.28 2016/04/20 12:10:27 nros Exp $ DISTNAME= libcddb-1.3.2 PKGREVISION= 1 @@ -9,6 +9,7 @@ EXTRACT_SUFX= .tar.bz2 MAINTAINER= drochner@NetBSD.org HOMEPAGE= http://libcddb.sourceforge.net/ COMMENT= Library to access data on a CDDB server +LICENSE= gnu-gpl-v2 USE_PKGLOCALEDIR= yes USE_LIBTOOL= yes diff --git a/audio/libgpod/Makefile b/audio/libgpod/Makefile index 80b2bfdf397a3..8b58b25f27965 100644 --- a/audio/libgpod/Makefile +++ b/audio/libgpod/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.47 2016/03/07 18:39:26 nros Exp $ +# $NetBSD: Makefile,v 1.48 2016/04/11 19:01:42 ryoon Exp $ DISTNAME= libgpod-0.8.2 -PKGREVISION= 24 +PKGREVISION= 25 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gtkpod/} EXTRACT_SUFX= .tar.bz2 diff --git a/audio/libid3tag/Makefile b/audio/libid3tag/Makefile index 735deb0127388..342322cf71956 100644 --- a/audio/libid3tag/Makefile +++ b/audio/libid3tag/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2014/10/09 14:05:56 wiz Exp $ +# $NetBSD: Makefile,v 1.26 2016/04/20 12:10:27 nros Exp $ # DISTNAME= libid3tag-0.15.1b @@ -9,6 +9,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mad/} MAINTAINER= simonb@NetBSD.org HOMEPAGE= http://sourceforge.net/projects/mad/ COMMENT= ID3 tag library, part of MAD (MPEG Audio Decoder) +LICENSE= gnu-gpl-v2 CONFLICTS= mad<0.15 diff --git a/audio/libmad/Makefile b/audio/libmad/Makefile index 0d93a0e2abb92..96753a75b7355 100644 --- a/audio/libmad/Makefile +++ b/audio/libmad/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2014/10/09 14:05:56 wiz Exp $ +# $NetBSD: Makefile,v 1.20 2016/04/20 12:10:27 nros Exp $ # DISTNAME= libmad-0.15.1b @@ -9,6 +9,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mad/} MAINTAINER= simonb@NetBSD.org HOMEPAGE= http://sourceforge.net/projects/mad/ COMMENT= High-quality MPEG audio decoder +LICENSE= gnu-gpl-v2 CONFLICTS= mad<0.15 diff --git a/audio/libmpcdec/Makefile b/audio/libmpcdec/Makefile index 8d64fa062ba83..30fb25d145067 100644 --- a/audio/libmpcdec/Makefile +++ b/audio/libmpcdec/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2014/04/18 12:43:20 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2016/04/20 12:10:27 nros Exp $ DISTNAME= libmpcdec-1.2.6 CATEGORIES= audio @@ -8,6 +8,7 @@ EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.musepack.net/ COMMENT= Portable Musepack decoder library (V7) +LICENSE= modified-bsd GNU_CONFIGURE= yes USE_LANGUAGES= c c++ diff --git a/audio/libmtag/Makefile b/audio/libmtag/Makefile index 752138765518a..93d1d96d7f39b 100644 --- a/audio/libmtag/Makefile +++ b/audio/libmtag/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2013/10/17 07:56:40 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2016/04/20 12:10:27 nros Exp $ # DISTNAME= libmtag-0.3.2 @@ -9,6 +9,7 @@ MASTER_SITES= http://libmtag.googlecode.com/files/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://code.google.com/p/libmtag/ COMMENT= Music tagging library +LICENSE= gnu-lgpl-v2.1 GNU_CONFIGURE= yes USE_TOOLS+= pkg-config diff --git a/audio/libmusicbrainz5/buildlink3.mk b/audio/libmusicbrainz5/buildlink3.mk index 00ed1023f9478..b1ae0aa0c3f01 100644 --- a/audio/libmusicbrainz5/buildlink3.mk +++ b/audio/libmusicbrainz5/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.5 2016/03/08 11:21:27 nros Exp $ +# $NetBSD: buildlink3.mk,v 1.6 2016/03/13 08:10:29 tnn Exp $ BUILDLINK_TREE+= libmusicbrainz5 @@ -9,6 +9,7 @@ BUILDLINK_API_DEPENDS.libmusicbrainz5+= libmusicbrainz5>=5.0.1 BUILDLINK_ABI_DEPENDS.libmusicbrainz5?= libmusicbrainz5>=5.1.0 BUILDLINK_PKGSRCDIR.libmusicbrainz5?= ../../audio/libmusicbrainz5 +.include "../../textproc/libxml2/buildlink3.mk" .include "../../www/neon/buildlink3.mk" .endif # LIBMUSICBRAINZ5_BUILDLINK3_MK diff --git a/audio/libopenspc/Makefile b/audio/libopenspc/Makefile index 1bba21d9187b7..5f98f88cfdb80 100644 --- a/audio/libopenspc/Makefile +++ b/audio/libopenspc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2012/09/12 00:24:43 asau Exp $ +# $NetBSD: Makefile,v 1.5 2016/04/20 12:10:27 nros Exp $ # DISTNAME= OpenSPC_snap-20050926 @@ -10,6 +10,7 @@ EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://home.comcast.net/~brad.martin1/ COMMENT= Library and player for SPC sound files +LICENSE= gnu-lgpl-v2.1 WRKSRC= ${WRKDIR}/libopenspc-0.3.99 GNU_CONFIGURE= yes diff --git a/audio/libsidplay/Makefile b/audio/libsidplay/Makefile index a24351d199d7c..51e1e42fbe162 100644 --- a/audio/libsidplay/Makefile +++ b/audio/libsidplay/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2012/09/12 00:24:44 asau Exp $ +# $NetBSD: Makefile,v 1.26 2016/04/20 12:10:28 nros Exp $ # DISTNAME= libsidplay-1.36.59 @@ -10,6 +10,7 @@ EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.tnsp.org/?p=libsidplay1 COMMENT= Sidplay Library +LICENSE= gnu-gpl-v2 CONFLICTS= sidplay-1.36.* diff --git a/audio/libsidplay2/Makefile b/audio/libsidplay2/Makefile index a39bca8fa4048..3f977404ce6dd 100644 --- a/audio/libsidplay2/Makefile +++ b/audio/libsidplay2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2014/02/07 14:16:34 wiedi Exp $ +# $NetBSD: Makefile,v 1.8 2016/04/20 12:10:28 nros Exp $ # DISTNAME= sidplay-libs-2.1.1 @@ -10,6 +10,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=sidplay2/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://sidplay2.sourceforge.net/ COMMENT= Sidplay2 Library +LICENSE= gnu-gpl-v2 OVERRIDE_DIRDEPTH= 3 GNU_CONFIGURE= yes diff --git a/audio/libspiff/Makefile b/audio/libspiff/Makefile index d2a7bb031f024..606dff273bb9a 100644 --- a/audio/libspiff/Makefile +++ b/audio/libspiff/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2012/09/12 00:24:44 asau Exp $ +# $NetBSD: Makefile,v 1.8 2016/04/20 12:10:28 nros Exp $ # DISTNAME= libspiff-1.0.0 @@ -9,6 +9,7 @@ EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://libspiff.sourceforge.net/ COMMENT= XML Shareable Playlist Format (XSPF) library +LICENSE= modified-bsd GNU_CONFIGURE= yes USE_LIBTOOL= yes diff --git a/audio/libvisual-bmp/Makefile b/audio/libvisual-bmp/Makefile index 1b93275bc3f30..c9bacc3f82496 100644 --- a/audio/libvisual-bmp/Makefile +++ b/audio/libvisual-bmp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.41 2015/04/25 14:20:22 tnn Exp $ +# $NetBSD: Makefile,v 1.42 2016/04/20 12:10:28 nros Exp $ # DISTNAME= libvisual-bmp-0.2.0 @@ -9,6 +9,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libvisual/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://localhost.nl/~synap/libvisual-wiki/ COMMENT= Libvisual Beep Media Player plugin +LICENSE= gnu-gpl-v2 USE_PKGLOCALEDIR= yes USE_LIBTOOL= yes diff --git a/audio/libvisual-plugins/Makefile b/audio/libvisual-plugins/Makefile index 066612980ae7f..945daf15e020e 100644 --- a/audio/libvisual-plugins/Makefile +++ b/audio/libvisual-plugins/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.44 2015/04/25 14:20:22 tnn Exp $ +# $NetBSD: Makefile,v 1.45 2016/04/20 12:10:28 nros Exp $ # DISTNAME= libvisual-plugins-0.4.0 @@ -9,6 +9,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libvisual/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://localhost.nl/~synap/libvisual-wiki/ COMMENT= Plugins for libvisual +LICENSE= gnu-gpl-v2 CONFLICTS= libvisual-nebulus-[0-9]* libvisual-gforce-[0-9]* diff --git a/audio/libvisual/Makefile b/audio/libvisual/Makefile index 4ef0abaf26400..bcfdf3b809a43 100644 --- a/audio/libvisual/Makefile +++ b/audio/libvisual/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2015/04/21 23:17:31 mef Exp $ +# $NetBSD: Makefile,v 1.26 2016/04/20 12:10:28 nros Exp $ # DISTNAME= libvisual-0.4.0 @@ -9,6 +9,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libvisual/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://github.com/Libvisual/libvisual/wiki/General-information COMMENT= Abstraction library for applications and audio visualisation plugins +LICENSE= gnu-lgpl-v2.1 USE_LANGUAGES= c c++ USE_LIBTOOL= yes diff --git a/audio/libvisual0.2-plugins/Makefile b/audio/libvisual0.2-plugins/Makefile index fa8420763f595..6df8c18284bc4 100644 --- a/audio/libvisual0.2-plugins/Makefile +++ b/audio/libvisual0.2-plugins/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2015/12/29 04:54:35 dholland Exp $ +# $NetBSD: Makefile,v 1.29 2016/04/20 12:10:28 nros Exp $ # DISTNAME= libvisual-plugins-0.2.0 @@ -10,6 +10,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libvisual/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://localhost.nl/~synap/libvisual-wiki/ COMMENT= Plugins for libvisual +LICENSE= gnu-gpl-v2 CONFLICTS= libvisual-nebulus-[0-9]* libvisual-gforce-[0-9]* CONFLICTS+= libvisual-plugins<0.4.0 diff --git a/audio/libvisual0.2/Makefile b/audio/libvisual0.2/Makefile index cf648848d0d12..78c212a978a6d 100644 --- a/audio/libvisual0.2/Makefile +++ b/audio/libvisual0.2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2013/12/10 14:21:43 jperkin Exp $ +# $NetBSD: Makefile,v 1.8 2016/04/20 12:10:28 nros Exp $ # DISTNAME= libvisual-0.2.0 @@ -10,6 +10,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libvisual/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://localhost.nl/~synap/libvisual-wiki/ COMMENT= Abstraction library for applications and audio visualisation plugins +LICENSE= gnu-lgpl-v2.1 CONFLICTS+= libvisual<0.4.0 diff --git a/audio/liteamp/Makefile b/audio/liteamp/Makefile index 47c14e30b1f96..6dbeb7a2a9a79 100644 --- a/audio/liteamp/Makefile +++ b/audio/liteamp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.71 2016/03/05 11:28:04 jperkin Exp $ +# $NetBSD: Makefile,v 1.72 2016/04/20 12:10:28 nros Exp $ DISTNAME= liteamp-0.2.4.2 PKGREVISION= 50 @@ -8,6 +8,7 @@ MASTER_SITES= http://kldp.net/frs/download.php/1153/ MAINTAINER= minskim@NetBSD.org HOMEPAGE= http://kldp.net/projects/liteamp/ COMMENT= Light-weight Music Player for GNOME2 +LICENSE= gnu-gpl-v2 GNU_CONFIGURE= yes USE_TOOLS+= gmake intltool msgfmt perl pkg-config diff --git a/audio/mad123/Makefile b/audio/mad123/Makefile index 52eac7603fd3f..f5072e5107e1d 100644 --- a/audio/mad123/Makefile +++ b/audio/mad123/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.41 2016/03/05 11:28:04 jperkin Exp $ +# $NetBSD: Makefile,v 1.42 2016/04/20 12:10:28 nros Exp $ # DISTNAME= mad123-0.8.5 @@ -9,6 +9,7 @@ MASTER_SITES= http://www.mctavish.co.uk/mad123/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.mctavish.co.uk/mad123/ COMMENT= Command-line MPEG audio player +LICENSE= gnu-gpl-v2 USE_TOOLS+= nroff diff --git a/audio/madplay/Makefile b/audio/madplay/Makefile index f2457409e0323..96197e93c6a3c 100644 --- a/audio/madplay/Makefile +++ b/audio/madplay/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.37 2012/10/02 23:47:56 asau Exp $ +# $NetBSD: Makefile,v 1.38 2016/04/20 12:10:28 nros Exp $ # DISTNAME= madplay-0.15.2b @@ -9,6 +9,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mad/} MAINTAINER= simonb@NetBSD.org HOMEPAGE= http://sourceforge.net/projects/mad/ COMMENT= High-quality MPEG audio decoder +LICENSE= gnu-gpl-v2 USE_PKGLOCALEDIR= YES GNU_CONFIGURE= YES diff --git a/audio/malint/Makefile b/audio/malint/Makefile index 718c5444fc294..e2a9752211165 100644 --- a/audio/malint/Makefile +++ b/audio/malint/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2012/12/12 10:44:07 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2016/04/20 12:10:28 nros Exp $ # DISTNAME= malint-0.2 @@ -8,6 +8,7 @@ MASTER_SITES= http://www.nih.at/malint/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.nih.at/malint/ COMMENT= MPEG audio stream validator +LICENSE= gnu-gpl-v2 GNU_CONFIGURE= yes TEST_TARGET= check diff --git a/audio/milkytracker/Makefile b/audio/milkytracker/Makefile index 25367d55a29c5..d9962c0eb1e40 100644 --- a/audio/milkytracker/Makefile +++ b/audio/milkytracker/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2015/04/25 14:20:22 tnn Exp $ +# $NetBSD: Makefile,v 1.9 2016/04/20 12:10:29 nros Exp $ # DISTNAME= milkytracker-0.90.86 @@ -10,6 +10,7 @@ EXTRACT_SUFX= .tar.bz2 MAINTAINER= jkuittinen@users.sourceforge.net HOMEPAGE= http://milkytracker.org/ COMMENT= Music tracker inspired by Fast Tracker 2 +LICENSE= gnu-gpl-v3 GNU_CONFIGURE= yes USE_LANGUAGES= c c++ diff --git a/audio/mkcdtoc/Makefile b/audio/mkcdtoc/Makefile index f52c7a8102d83..8a63d394018c7 100644 --- a/audio/mkcdtoc/Makefile +++ b/audio/mkcdtoc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2015/06/12 10:48:23 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2016/04/20 12:10:29 nros Exp $ # DISTNAME= mkcdtoc-1.0 @@ -10,6 +10,7 @@ EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://sourceforge.net/projects/mkcdtoc/ COMMENT= Script to create .toc files for cdrdao +LICENSE= gnu-gpl-v2 USE_TOOLS+= gmake perl pod2man MAKE_ENV+= PERL=${PERL5} diff --git a/audio/moss/Makefile b/audio/moss/Makefile index 0cc6cd8bb9e00..a682faebc5901 100644 --- a/audio/moss/Makefile +++ b/audio/moss/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2015/12/05 21:25:28 adam Exp $ +# $NetBSD: Makefile,v 1.26 2016/04/20 12:10:29 nros Exp $ DISTNAME= moss-0.1.13 PKGREVISION= 6 @@ -8,6 +8,7 @@ MASTER_SITES= http://kldp.net/frs/download.php/1580/ MAINTAINER= myunggoni@users.kldp.net HOMEPAGE= http://moss.kldp.net/ COMMENT= MP3/OGG Streaming Server +LICENSE= gnu-gpl-v2 DEPENDS+= ${PYPKGPREFIX}-ogg>=1.3:../../audio/py-ogg DEPENDS+= ${PYPKGPREFIX}-vorbis>=1.3:../../audio/py-vorbis diff --git a/audio/mp3asm/Makefile b/audio/mp3asm/Makefile index 20b595cb7292f..603655f6e2231 100644 --- a/audio/mp3asm/Makefile +++ b/audio/mp3asm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2012/10/02 23:47:58 asau Exp $ +# $NetBSD: Makefile,v 1.12 2016/04/20 12:10:29 nros Exp $ # DISTNAME= mp3asm-0.1.3-1 @@ -10,6 +10,7 @@ EXTRACT_SUFX= .tar.bz2 MAINTAINER= rxg@NetBSD.org HOMEPAGE= http://mp3asm.sourceforge.net/ COMMENT= MPEG 1/2/2.5 audio layer 1,2,3 frame level editor +LICENSE= gnu-gpl-v2 WRKSRC= ${WRKDIR}/mp3asm-0.1 GNU_CONFIGURE= yes diff --git a/audio/mp3blaster/Makefile b/audio/mp3blaster/Makefile index 28ee5aee899e4..931b8d7d3579e 100644 --- a/audio/mp3blaster/Makefile +++ b/audio/mp3blaster/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.36 2015/08/18 07:31:02 wiz Exp $ +# $NetBSD: Makefile,v 1.37 2016/04/20 12:10:29 nros Exp $ DISTNAME= mp3blaster-3.2.5 PKGREVISION= 6 @@ -8,6 +8,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mp3blaster/} MAINTAINER= rxg@NetBSD.org HOMEPAGE= http://mp3blaster.sourceforge.net/ COMMENT= MP3 console curses-based player +LICENSE= gnu-gpl-v2 CONFLICTS= splay-[0-9]* diff --git a/audio/mp3cut/Makefile b/audio/mp3cut/Makefile index 23d4dd9ac1d85..40ab69c193553 100644 --- a/audio/mp3cut/Makefile +++ b/audio/mp3cut/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2015/06/12 10:48:23 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2016/04/20 12:10:29 nros Exp $ DISTNAME= mp3cut-1.13 PKGREVISION= 6 @@ -8,6 +8,7 @@ MASTER_SITES= http://search.cpan.org/CPAN/authors/id/J/JV/JV/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/~jv/mp3cut/ COMMENT= Tools to concatenate and split MP3 files +LICENSE= ${PERL5_LICENSE} DEPENDS+= p5-CDDB-File>=1.05:../../audio/p5-CDDB-File DEPENDS+= p5-MPEG-Audio-Frame>=0.09:../../audio/p5-MPEG-Audio-Frame diff --git a/audio/mp3info/Makefile b/audio/mp3info/Makefile index bab2bea4f94c8..6daa2e6de32dc 100644 --- a/audio/mp3info/Makefile +++ b/audio/mp3info/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2014/10/09 14:05:57 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2016/04/20 12:10:29 nros Exp $ # DISTNAME= mp3info-0.2.16 @@ -7,6 +7,7 @@ MASTER_SITES= ${MASTER_SITE_SUNSITE:=apps/sound/editors/} MAINTAINER= simonb@NetBSD.org COMMENT= MP3 header and tag information tool +LICENSE= gnu-gpl-v2 CONFLICTS= gmp3info-[0-9]* diff --git a/audio/mp3splt-gtk/Makefile b/audio/mp3splt-gtk/Makefile index 7219c06839fc9..1aa77b0f6058d 100644 --- a/audio/mp3splt-gtk/Makefile +++ b/audio/mp3splt-gtk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2016/03/05 11:28:04 jperkin Exp $ +# $NetBSD: Makefile,v 1.34 2016/04/20 12:10:29 nros Exp $ # DISTNAME= mp3splt-gtk-0.8.2 @@ -9,6 +9,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mp3splt/} MAINTAINER= schmonz@NetBSD.org HOMEPAGE= http://mp3splt.sourceforge.net/ COMMENT= Utility to split MP3 (VBR supported) and OGG files +LICENSE= gnu-gpl-v2 USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes diff --git a/audio/mpdas/distinfo b/audio/mpdas/distinfo index 64291e637d699..1d276002f23fd 100644 --- a/audio/mpdas/distinfo +++ b/audio/mpdas/distinfo @@ -1,6 +1,7 @@ -$NetBSD: distinfo,v 1.4 2015/11/03 01:12:42 agc Exp $ +$NetBSD: distinfo,v 1.5 2016/04/01 21:55:07 jperkin Exp $ SHA1 (mpdas-0.3.2.tar.gz) = 1d9c2a88527140af2a4bdbffc865fedf2d8528ef RMD160 (mpdas-0.3.2.tar.gz) = 0ac4c11b208844157bacb73804e0348e485bac74 SHA512 (mpdas-0.3.2.tar.gz) = b7bc6a78d9a531684a0b59d6e5b6b9701948d10650f567bfebd7eb408d4f22b8c5aed4ddd9b08968aca828ae59b22404bb19c552fc25cf50cdf8adbd7cd77771 Size (mpdas-0.3.2.tar.gz) = 14143 bytes +SHA1 (patch-Makefile) = c4f684b4e06699615f31c2a9297421c059af6d1f diff --git a/audio/mpdas/patches/patch-Makefile b/audio/mpdas/patches/patch-Makefile new file mode 100644 index 0000000000000..8b50f5fd189e9 --- /dev/null +++ b/audio/mpdas/patches/patch-Makefile @@ -0,0 +1,15 @@ +$NetBSD: patch-Makefile,v 1.3 2016/04/01 21:55:07 jperkin Exp $ + +Support PKGMANDIR. + +--- Makefile.orig 2014-09-26 13:34:00.000000000 +0000 ++++ Makefile +@@ -4,7 +4,7 @@ CXX ?= g++ + OBJ = main.o md5.o utils.o mpd.o audioscrobbler.o cache.o config.o + OUT = mpdas + PREFIX ?= /usr/local +-MANPREFIX ?= ${PREFIX}/man/man1 ++MANPREFIX ?= ${PREFIX}/${PKGMANDIR}/man1 + CONFIG ?= $(PREFIX)/etc + + CXXFLAGS += `pkg-config --cflags libmpd libcurl` diff --git a/audio/mpg123-sun/Makefile b/audio/mpg123-sun/Makefile index 66e228d8d7de0..a24cf18a32946 100644 --- a/audio/mpg123-sun/Makefile +++ b/audio/mpg123-sun/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.6 2015/01/01 07:56:42 dholland Exp $ +# $NetBSD: Makefile,v 1.7 2016/03/27 22:46:45 jperkin Exp $ MPG123_MODULE= sun # this is builtin with ../mpg123 on these architectures NOT_FOR_PLATFORM+= NetBSD-*-* OpenBSD-*-* SunOS-*-* # there is no support for the sun-audio interface on these -NOT_FOR_PLATFORM+= DragonFly-*-* FreeBSD-*-* Linux-*-* +NOT_FOR_PLATFORM+= Darwin-*-* DragonFly-*-* FreeBSD-*-* Linux-*-* .include "../../audio/mpg123/Makefile.common" diff --git a/audio/mppenc/Makefile b/audio/mppenc/Makefile index 8ba712e1d50f2..47a0edd02bf8f 100644 --- a/audio/mppenc/Makefile +++ b/audio/mppenc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2012/10/02 23:48:00 asau Exp $ +# $NetBSD: Makefile,v 1.4 2016/04/20 12:10:29 nros Exp $ # DISTNAME= mppenc-1.16 @@ -9,6 +9,7 @@ EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.musepack.net/ COMMENT= Musepack encoder +LICENSE= gnu-lgpl-v2.1 USE_CMAKE= yes diff --git a/audio/mserv-devel/Makefile b/audio/mserv-devel/Makefile index 43f9ef3e298ba..f4a30d1e14d61 100644 --- a/audio/mserv-devel/Makefile +++ b/audio/mserv-devel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2015/06/12 10:48:23 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2016/04/20 12:10:29 nros Exp $ # DISTNAME= mserv-0.39a @@ -9,6 +9,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mserv/} MAINTAINER= kim@tac.nyc.ny.us HOMEPAGE= http://www.mserv.org/ COMMENT= Local centralised music server environment +LICENSE= original-bsd GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-engine-icecast diff --git a/audio/mserv/Makefile b/audio/mserv/Makefile index fddc36525389f..d0fd63f599cde 100644 --- a/audio/mserv/Makefile +++ b/audio/mserv/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.40 2015/06/12 10:48:23 wiz Exp $ +# $NetBSD: Makefile,v 1.41 2016/04/20 12:10:29 nros Exp $ # DISTNAME= mserv-0.35 @@ -9,6 +9,7 @@ MASTER_SITES= http://www.mserv.org/download/ MAINTAINER= martin@NetBSD.org HOMEPAGE= http://www.mserv.org/ COMMENT= Local centralised music server environment +LICENSE= original-bsd GNU_CONFIGURE= yes CONFIGURE_ARGS+= --datadir=${PREFIX}/share/mserv diff --git a/audio/mt-daapd/Makefile b/audio/mt-daapd/Makefile index 1f4cdb9370f1c..c7fc0e1edf803 100644 --- a/audio/mt-daapd/Makefile +++ b/audio/mt-daapd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2013/07/12 10:44:52 jperkin Exp $ +# $NetBSD: Makefile,v 1.16 2016/04/20 12:10:29 nros Exp $ DISTNAME= mt-daapd-0.2.4.2 PKGREVISION= 4 @@ -8,6 +8,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mt-daapd/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.mt-daapd.org/ COMMENT= Server for DAAP (iTunes) +LICENSE= gnu-gpl-v2 USE_LANGUAGES= c USE_TOOLS+= gmake diff --git a/audio/musicbrainz/Makefile b/audio/musicbrainz/Makefile index dadd171de6e7a..347a5aea85539 100644 --- a/audio/musicbrainz/Makefile +++ b/audio/musicbrainz/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2014/10/09 14:05:57 wiz Exp $ +# $NetBSD: Makefile,v 1.27 2016/04/20 12:10:30 nros Exp $ DISTNAME= libmusicbrainz-2.1.5 PKGNAME= ${DISTNAME:S/lib//} @@ -8,6 +8,7 @@ MASTER_SITES= ftp://ftp.musicbrainz.org/pub/musicbrainz/ MAINTAINER= rxg@NetBSD.org HOMEPAGE= http://musicbrainz.org/doc/libmusicbrainz COMMENT= Second generation incarnation of the CD Index (2.x series) +LICENSE= gnu-lgpl-v2.1 USE_TOOLS+= gmake pkg-config GNU_CONFIGURE= YES diff --git a/audio/musicpd/Makefile b/audio/musicpd/Makefile index 89f4df36c7ce6..6afbd31c257fe 100644 --- a/audio/musicpd/Makefile +++ b/audio/musicpd/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.116 2016/03/05 11:28:05 jperkin Exp $ +# $NetBSD: Makefile,v 1.119 2016/05/05 11:30:18 wiz Exp $ -DISTNAME= mpd-0.19.13 +DISTNAME= mpd-0.19.15 PKGNAME= ${DISTNAME:S/mpd/musicpd/} -PKGREVISION= 1 CATEGORIES= audio MASTER_SITES= http://www.musicpd.org/download/mpd/0.19/ #MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=musicpd/} diff --git a/audio/musicpd/distinfo b/audio/musicpd/distinfo index 2eb5095ce0991..d5fa0607a4638 100644 --- a/audio/musicpd/distinfo +++ b/audio/musicpd/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.68 2016/03/03 12:42:27 wiz Exp $ +$NetBSD: distinfo,v 1.70 2016/05/05 11:30:18 wiz Exp $ -SHA1 (mpd-0.19.13.tar.xz) = 1bbd8a9d80018d47867b205ea00e76bef9bbc351 -RMD160 (mpd-0.19.13.tar.xz) = ce373e724fb730debe24e7b70caa6c2cab7cd535 -SHA512 (mpd-0.19.13.tar.xz) = 32125963aa1d808b65dc9b19141044e924f5fbcb635435b250d64f25b6bd69c3069d8db013de34bf5cc601951c952c930e5c88e64609e91ee858853e58140725 -Size (mpd-0.19.13.tar.xz) = 703564 bytes +SHA1 (mpd-0.19.15.tar.xz) = 5c32aff6ea3f031de5802a39a222efd7e4b1bafd +RMD160 (mpd-0.19.15.tar.xz) = 437834e392afe0b37d0220fed20047e5388b1e02 +SHA512 (mpd-0.19.15.tar.xz) = 19cf80dcaadbc164e3f1b0989266b16edc232a9f3549718ccaabf8849ef5821ac8b5416ccc05a58f23bb788a06007b12136fb8b17013311080b72e67a4adc8a5 +Size (mpd-0.19.15.tar.xz) = 704000 bytes SHA1 (patch-src_output_plugins_httpd_HttpdOutputPlugin.cxx) = b47d79cc49a27d732a7531e23d666bf9df748bec SHA1 (patch-src_system_ByteOrder.hxx) = 955af2aacf1c0a98c4c57728e1283eba81b457e7 diff --git a/audio/musicpd/options.mk b/audio/musicpd/options.mk index 7f9b25096d619..58e3b83696d3c 100644 --- a/audio/musicpd/options.mk +++ b/audio/musicpd/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.27 2015/01/05 22:19:02 wiz Exp $ +# $NetBSD: options.mk,v 1.28 2016/05/05 11:30:18 wiz Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.musicpd PKG_SUPPORTED_OPTIONS= adplug audiofile avahi bzip2 curl faad ffmpeg flac fluidsynth id3 inet6 libao lame jack libmms libmpdclient libwildmidi mikmod modplug mpg123 musepack musicpd-soundcloud openal opus pulseaudio shout sqlite3 tremor twolame vorbis wavpack zziplib @@ -65,7 +65,7 @@ CONFIGURE_ARGS+= --disable-aac .endif .if !empty(PKG_OPTIONS:Mffmpeg) -. include "../../multimedia/ffmpeg2/buildlink3.mk" +. include "../../multimedia/ffmpeg3/buildlink3.mk" CONFIGURE_ARGS+= --enable-ffmpeg .else CONFIGURE_ARGS+= --disable-ffmpeg diff --git a/audio/nas-auscope/Makefile b/audio/nas-auscope/Makefile index 92484d6904d5d..62dce6047aba6 100644 --- a/audio/nas-auscope/Makefile +++ b/audio/nas-auscope/Makefile @@ -1,10 +1,11 @@ -# $NetBSD: Makefile,v 1.12 2015/12/29 04:54:35 dholland Exp $ +# $NetBSD: Makefile,v 1.13 2016/04/20 12:10:30 nros Exp $ DISTNAME= nas-1.9.1.src PKGNAME= nas-auscope-1.9.1 PKGREVISION= 4 CATEGORIES= audio MASTER_SITES= http://nas.codebrilliance.com/nas/ +LICENSE= frink-license MAINTAINER= markd@NetBSD.org HOMEPAGE= http://radscan.com/nas.html diff --git a/audio/nspmod/Makefile b/audio/nspmod/Makefile index 575555955a607..f72c0b4186d6e 100644 --- a/audio/nspmod/Makefile +++ b/audio/nspmod/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2014/10/09 14:05:57 wiz Exp $ +# $NetBSD: Makefile,v 1.20 2016/04/20 12:10:30 nros Exp $ # DISTNAME= nspmod-0.1 @@ -8,6 +8,7 @@ MASTER_SITES= ${MASTER_SITE_SUNSITE:=apps/sound/players/} MAINTAINER= pkgsrc-users@NetBSD.org #HOMEPAGE= http://www.jeton.or.jp/users/toru/www/orgsoft/index.html COMMENT= MOD/S3M/MTM tracker that does its own DSP, uses VoxWare v2.90+ +LICENSE= gnu-gpl-v2 NOT_FOR_PLATFORM= Interix-*-* diff --git a/audio/ocp/distinfo b/audio/ocp/distinfo index e4166bedb199d..4e10b4470dcdf 100644 --- a/audio/ocp/distinfo +++ b/audio/ocp/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.7 2015/11/03 01:12:44 agc Exp $ +$NetBSD: distinfo,v 1.8 2016/04/12 06:33:42 wiz Exp $ SHA1 (ocp-0.1.21.tar.bz2) = aaa16cf1979c572b09c73e7cc61350bfc4477380 RMD160 (ocp-0.1.21.tar.bz2) = 6b42e93e9fe5879e844b2d336825a2db156b7e6f @@ -9,5 +9,6 @@ SHA1 (patch-ac) = f28f3ebc5e3d61858f2f5bed79094fff57130da6 SHA1 (patch-ad) = 1a3e3aa02eeae905faebac7fc7fc27eb93fa0e46 SHA1 (patch-ae) = 00f5b6edaf0dcb2200f8e9f14ab6a8e1a9711f65 SHA1 (patch-af) = dbb7b2d1b7a5f35c14477725ad18e31b2af787b9 +SHA1 (patch-configure) = 521884c80ef507149afa75841a62c35a42739377 SHA1 (patch-playay_ayplay.c) = 565efad3e619743fd7260c2957152a0b116674c4 SHA1 (patch-playym_ympplay.cpp) = d0d5fd0126e30f5036f0267d17ae3524c9afcb34 diff --git a/audio/ocp/patches/patch-configure b/audio/ocp/patches/patch-configure new file mode 100644 index 0000000000000..afe2544b2f658 --- /dev/null +++ b/audio/ocp/patches/patch-configure @@ -0,0 +1,15 @@ +$NetBSD: patch-configure,v 1.1 2016/04/12 06:33:43 wiz Exp $ + +Allow gcc-5.x. + +--- configure.orig 2011-11-17 21:46:08.000000000 +0000 ++++ configure +@@ -4589,7 +4589,7 @@ else + '') + as_fn_error $? "not found" "$LINENO" 5; + ;; +- 2.95.[2-9]|2.95.[2-9][-.]*|3.[0-9]|3.[0-9].[0-9]|3.[0-9]|3.[0-9].[0-9]-*|4.*) ++ 2.95.[2-9]|2.95.[2-9][-.]*|3.[0-9]|3.[0-9].[0-9]|3.[0-9]|3.[0-9].[0-9]-*|4.*|5.*) + _cc_major=`echo $cc_version | cut -d '.' -f 1` + _cc_minor=`echo $cc_version | cut -d '.' -f 2` + _cc_mini=`echo $cc_version | cut -d '.' -f 3` diff --git a/audio/oggasm/Makefile b/audio/oggasm/Makefile index 3ff4d17e3ca19..7abdeec7a34c5 100644 --- a/audio/oggasm/Makefile +++ b/audio/oggasm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2015/06/12 10:48:23 wiz Exp $ +# $NetBSD: Makefile,v 1.21 2016/04/20 12:10:30 nros Exp $ # DISTNAME= oggasm_1.4.0 @@ -11,6 +11,7 @@ MAINTAINER= rxg@NetBSD.org # HOMEPAGE= http://oggasm.sourceforge.net/ # but see http://us.geocities.com/pvachusk/programs/index.html COMMENT= Perform batch conversion of mp3s into oggs +LICENSE= gnu-gpl-v2 DEPENDS+= mpg123>=0.59.18:../../audio/mpg123 DEPENDS+= vorbis-tools>=1.0.0.7:../../audio/vorbis-tools diff --git a/audio/opusfile/Makefile b/audio/opusfile/Makefile index 737af40e9a30e..247f769756c96 100644 --- a/audio/opusfile/Makefile +++ b/audio/opusfile/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.5 2016/03/07 19:36:57 nros Exp $ +# $NetBSD: Makefile,v 1.6 2016/03/13 08:04:06 tnn Exp $ DISTNAME= opusfile-0.7 +PKGREVISION= 1 CATEGORIES= audio MASTER_SITES= http://downloads.xiph.org/releases/opus/ @@ -16,6 +17,8 @@ USE_TOOLS+= gmake pkg-config PKGCONFIG_OVERRIDE+= opusfile.pc.in PKGCONFIG_OVERRIDE+= opusurl.pc.in +CONFIGURE_ARGS+= --disable-doc # needs doxygen + .include "../../audio/libopus/buildlink3.mk" .include "../../multimedia/libogg/buildlink3.mk" .include "../../security/openssl/buildlink3.mk" diff --git a/audio/opusfile/PLIST b/audio/opusfile/PLIST index 1f957a0c384d1..18ecc9b550563 100644 --- a/audio/opusfile/PLIST +++ b/audio/opusfile/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2016/03/07 19:36:57 nros Exp $ +@comment $NetBSD: PLIST,v 1.3 2016/03/13 08:04:06 tnn Exp $ include/opus/opusfile.h lib/libopusfile.la lib/libopusurl.la @@ -7,151 +7,3 @@ lib/pkgconfig/opusurl.pc share/doc/opusfile/AUTHORS share/doc/opusfile/COPYING share/doc/opusfile/README.txt -share/doc/opusfile/html/annotated.html -share/doc/opusfile/html/arrowdown.png -share/doc/opusfile/html/arrowright.png -share/doc/opusfile/html/bc_s.png -share/doc/opusfile/html/bdwn.png -share/doc/opusfile/html/classes.html -share/doc/opusfile/html/closed.png -share/doc/opusfile/html/dir_000000.html -share/doc/opusfile/html/doc.png -share/doc/opusfile/html/doxygen.css -share/doc/opusfile/html/doxygen.png -share/doc/opusfile/html/dynsections.js -share/doc/opusfile/html/files.html -share/doc/opusfile/html/folderclosed.png -share/doc/opusfile/html/folderopen.png -share/doc/opusfile/html/functions.html -share/doc/opusfile/html/functions_vars.html -share/doc/opusfile/html/group__error__codes.html -share/doc/opusfile/html/group__header__info.html -share/doc/opusfile/html/group__stream__callbacks.html -share/doc/opusfile/html/group__stream__decoding.html -share/doc/opusfile/html/group__stream__info.html -share/doc/opusfile/html/group__stream__open__close.html -share/doc/opusfile/html/group__stream__seeking.html -share/doc/opusfile/html/group__url__options.html -share/doc/opusfile/html/index.html -share/doc/opusfile/html/jquery.js -share/doc/opusfile/html/modules.html -share/doc/opusfile/html/nav_f.png -share/doc/opusfile/html/nav_g.png -share/doc/opusfile/html/nav_h.png -share/doc/opusfile/html/open.png -share/doc/opusfile/html/opus_logo.svg -share/doc/opusfile/html/opusfile_8h_source.html -share/doc/opusfile/html/search/all_0.html -share/doc/opusfile/html/search/all_0.js -share/doc/opusfile/html/search/all_1.html -share/doc/opusfile/html/search/all_1.js -share/doc/opusfile/html/search/all_10.html -share/doc/opusfile/html/search/all_10.js -share/doc/opusfile/html/search/all_11.html -share/doc/opusfile/html/search/all_11.js -share/doc/opusfile/html/search/all_12.html -share/doc/opusfile/html/search/all_12.js -share/doc/opusfile/html/search/all_2.html -share/doc/opusfile/html/search/all_2.js -share/doc/opusfile/html/search/all_3.html -share/doc/opusfile/html/search/all_3.js -share/doc/opusfile/html/search/all_4.html -share/doc/opusfile/html/search/all_4.js -share/doc/opusfile/html/search/all_5.html -share/doc/opusfile/html/search/all_5.js -share/doc/opusfile/html/search/all_6.html -share/doc/opusfile/html/search/all_6.js -share/doc/opusfile/html/search/all_7.html -share/doc/opusfile/html/search/all_7.js -share/doc/opusfile/html/search/all_8.html -share/doc/opusfile/html/search/all_8.js -share/doc/opusfile/html/search/all_9.html -share/doc/opusfile/html/search/all_9.js -share/doc/opusfile/html/search/all_a.html -share/doc/opusfile/html/search/all_a.js -share/doc/opusfile/html/search/all_b.html -share/doc/opusfile/html/search/all_b.js -share/doc/opusfile/html/search/all_c.html -share/doc/opusfile/html/search/all_c.js -share/doc/opusfile/html/search/all_d.html -share/doc/opusfile/html/search/all_d.js -share/doc/opusfile/html/search/all_e.html -share/doc/opusfile/html/search/all_e.js -share/doc/opusfile/html/search/all_f.html -share/doc/opusfile/html/search/all_f.js -share/doc/opusfile/html/search/classes_0.html -share/doc/opusfile/html/search/classes_0.js -share/doc/opusfile/html/search/close.png -share/doc/opusfile/html/search/functions_0.html -share/doc/opusfile/html/search/functions_0.js -share/doc/opusfile/html/search/groups_0.html -share/doc/opusfile/html/search/groups_0.js -share/doc/opusfile/html/search/groups_1.html -share/doc/opusfile/html/search/groups_1.js -share/doc/opusfile/html/search/groups_2.html -share/doc/opusfile/html/search/groups_2.js -share/doc/opusfile/html/search/groups_3.html -share/doc/opusfile/html/search/groups_3.js -share/doc/opusfile/html/search/groups_4.html -share/doc/opusfile/html/search/groups_4.js -share/doc/opusfile/html/search/groups_5.html -share/doc/opusfile/html/search/groups_5.js -share/doc/opusfile/html/search/groups_6.html -share/doc/opusfile/html/search/groups_6.js -share/doc/opusfile/html/search/mag_sel.png -share/doc/opusfile/html/search/nomatches.html -share/doc/opusfile/html/search/search.css -share/doc/opusfile/html/search/search.js -share/doc/opusfile/html/search/search_l.png -share/doc/opusfile/html/search/search_m.png -share/doc/opusfile/html/search/search_r.png -share/doc/opusfile/html/search/searchdata.js -share/doc/opusfile/html/search/typedefs_0.html -share/doc/opusfile/html/search/typedefs_0.js -share/doc/opusfile/html/search/variables_0.html -share/doc/opusfile/html/search/variables_0.js -share/doc/opusfile/html/search/variables_1.html -share/doc/opusfile/html/search/variables_1.js -share/doc/opusfile/html/search/variables_10.html -share/doc/opusfile/html/search/variables_10.js -share/doc/opusfile/html/search/variables_2.html -share/doc/opusfile/html/search/variables_2.js -share/doc/opusfile/html/search/variables_3.html -share/doc/opusfile/html/search/variables_3.js -share/doc/opusfile/html/search/variables_4.html -share/doc/opusfile/html/search/variables_4.js -share/doc/opusfile/html/search/variables_5.html -share/doc/opusfile/html/search/variables_5.js -share/doc/opusfile/html/search/variables_6.html -share/doc/opusfile/html/search/variables_6.js -share/doc/opusfile/html/search/variables_7.html -share/doc/opusfile/html/search/variables_7.js -share/doc/opusfile/html/search/variables_8.html -share/doc/opusfile/html/search/variables_8.js -share/doc/opusfile/html/search/variables_9.html -share/doc/opusfile/html/search/variables_9.js -share/doc/opusfile/html/search/variables_a.html -share/doc/opusfile/html/search/variables_a.js -share/doc/opusfile/html/search/variables_b.html -share/doc/opusfile/html/search/variables_b.js -share/doc/opusfile/html/search/variables_c.html -share/doc/opusfile/html/search/variables_c.js -share/doc/opusfile/html/search/variables_d.html -share/doc/opusfile/html/search/variables_d.js -share/doc/opusfile/html/search/variables_e.html -share/doc/opusfile/html/search/variables_e.js -share/doc/opusfile/html/search/variables_f.html -share/doc/opusfile/html/search/variables_f.js -share/doc/opusfile/html/splitbar.png -share/doc/opusfile/html/structOpusFileCallbacks.html -share/doc/opusfile/html/structOpusHead.html -share/doc/opusfile/html/structOpusPictureTag.html -share/doc/opusfile/html/structOpusServerInfo.html -share/doc/opusfile/html/structOpusTags.html -share/doc/opusfile/html/sync_off.png -share/doc/opusfile/html/sync_on.png -share/doc/opusfile/html/tab_a.png -share/doc/opusfile/html/tab_b.png -share/doc/opusfile/html/tab_h.png -share/doc/opusfile/html/tab_s.png -share/doc/opusfile/html/tabs.css diff --git a/audio/paman/Makefile b/audio/paman/Makefile index a540a0cd22922..8d16184a27ede 100644 --- a/audio/paman/Makefile +++ b/audio/paman/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.37 2016/03/03 13:12:20 jperkin Exp $ +# $NetBSD: Makefile,v 1.38 2016/04/20 12:10:30 nros Exp $ # DISTNAME= paman-0.9.4 @@ -9,6 +9,7 @@ MASTER_SITES= http://0pointer.de/lennart/projects/paman/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://0pointer.de/lennart/projects/paman/ COMMENT= GTK frontend for the PulseAudio sound server +LICENSE= gnu-gpl-v2 GNU_CONFIGURE= yes USE_LANGUAGES= c c++ diff --git a/audio/paprefs/Makefile b/audio/paprefs/Makefile index 9d6998df70f39..7bc96fb7e7fd8 100644 --- a/audio/paprefs/Makefile +++ b/audio/paprefs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.42 2015/11/03 19:10:07 joerg Exp $ +# $NetBSD: Makefile,v 1.43 2016/04/20 12:10:30 nros Exp $ # DISTNAME= paprefs-0.9.10 @@ -9,6 +9,7 @@ MASTER_SITES= http://0pointer.de/lennart/projects/paprefs/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://0pointer.de/lennart/projects/paprefs/ COMMENT= Configuration dialog for the PulseAudio sound server +LICENSE= gnu-gpl-v2 GNU_CONFIGURE= yes USE_LANGUAGES= c c++ diff --git a/audio/pavumeter/Makefile b/audio/pavumeter/Makefile index 475863e7d155b..d726bce29048c 100644 --- a/audio/pavumeter/Makefile +++ b/audio/pavumeter/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.41 2015/11/03 19:10:07 joerg Exp $ +# $NetBSD: Makefile,v 1.42 2016/04/20 12:10:30 nros Exp $ # DISTNAME= pavumeter-0.9.3 @@ -9,6 +9,7 @@ MASTER_SITES= http://0pointer.de/lennart/projects/pavumeter/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://0pointer.de/lennart/projects/pavumeter/ COMMENT= Volume meter for the PulseAudio sound server +LICENSE= gnu-gpl-v2 GNU_CONFIGURE= yes USE_LANGUAGES= c c++ diff --git a/audio/pd/PLIST.Darwin b/audio/pd/PLIST.Darwin new file mode 100644 index 0000000000000..eb3ea4334e6ab --- /dev/null +++ b/audio/pd/PLIST.Darwin @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST.Darwin,v 1.1 2016/03/27 22:50:47 jperkin Exp $ +bin/pd-watchdog diff --git a/audio/py-audiotools/distinfo b/audio/py-audiotools/distinfo index 7a5e98649c97e..def49124bebe1 100644 --- a/audio/py-audiotools/distinfo +++ b/audio/py-audiotools/distinfo @@ -1,8 +1,9 @@ -$NetBSD: distinfo,v 1.8 2015/11/04 16:45:52 adam Exp $ +$NetBSD: distinfo,v 1.9 2016/04/28 19:23:21 adam Exp $ SHA1 (audiotools-3.1.1.tar.gz) = 61e9107acd0c2d0630de1bf099a170254119c253 RMD160 (audiotools-3.1.1.tar.gz) = 86436a2e6d80b35153168699a2bd32299ed1a254 SHA512 (audiotools-3.1.1.tar.gz) = dfba0dab8ef1573a12366bb4d46552eeb6c23c4abde34d9df51238fc97f573135b564cc3e5dbcaf7691c4502d8173dc926d8eb5ecd169fe619278ae89ff24c3a Size (audiotools-3.1.1.tar.gz) = 6325408 bytes SHA1 (patch-src_cdiomodule.h) = f7624e9c0923dfeceb422039a711e95697548e5a -SHA1 (patch-src_samplerate_src__sinc.c) = c069c78096f444fc686f5ea6d5319a6e5ed458d1 +SHA1 (patch-src_output_core__audio.c) = 24b2c727ccefc859a1a728f1a04eba1cb1736a41 +SHA1 (patch-src_samplerate_src__sinc.c) = a888e23da6dd5dc4628eb3adfc53c66c2ef1e5e1 diff --git a/audio/py-audiotools/patches/patch-src_output_core__audio.c b/audio/py-audiotools/patches/patch-src_output_core__audio.c new file mode 100644 index 0000000000000..4fb2628c0e15e --- /dev/null +++ b/audio/py-audiotools/patches/patch-src_output_core__audio.c @@ -0,0 +1,39 @@ +$NetBSD: patch-src_output_core__audio.c,v 1.1 2016/04/28 19:23:21 adam Exp $ + +Fix building with Python 3.x. + +--- src/output/core_audio.c.orig 2015-10-31 21:51:57.000000000 +0000 ++++ src/output/core_audio.c +@@ -95,31 +95,10 @@ CoreAudio_init(output_CoreAudio *self, P + at init-time, we'll need to temporarily redirect + stdout to /dev/null*/ + +- /*first, determine the location of /dev/null from os.devnull*/ +- if ((os_module_obj = PyImport_ImportModule("os")) == NULL) { +- return -1; +- } +- if ((devnull_obj = +- PyObject_GetAttrString(os_module_obj, "devnull")) == NULL) { +- Py_DECREF(os_module_obj); +- return -1; +- } +- if ((devnull = PyString_AsString(devnull_obj)) == NULL) { +- Py_DECREF(os_module_obj); +- Py_DECREF(devnull_obj); +- return -1; +- } +- + /*open /dev/null*/ +- if ((devnull_stdout = open(devnull, O_WRONLY | O_TRUNC)) == -1) { +- Py_DECREF(os_module_obj); +- Py_DECREF(devnull_obj); ++ if ((devnull_stdout = open("/dev/null", O_WRONLY | O_TRUNC)) == -1) { + PyErr_SetFromErrno(PyExc_IOError); + return -1; +- } else { +- /*close unneeded Python objects once descriptor is open*/ +- Py_DECREF(os_module_obj); +- Py_DECREF(devnull_obj); + } + + /*swap file descriptors*/ diff --git a/audio/py-audiotools/patches/patch-src_samplerate_src__sinc.c b/audio/py-audiotools/patches/patch-src_samplerate_src__sinc.c index 91546278cd033..fa23e62ca000d 100644 --- a/audio/py-audiotools/patches/patch-src_samplerate_src__sinc.c +++ b/audio/py-audiotools/patches/patch-src_samplerate_src__sinc.c @@ -1,6 +1,7 @@ -$NetBSD: patch-src_samplerate_src__sinc.c,v 1.1 2014/02/24 13:05:39 wiedi Exp $ +$NetBSD: patch-src_samplerate_src__sinc.c,v 1.2 2016/04/28 19:23:21 adam Exp $ Needed for int32_t on SunOS + --- src/samplerate/src_sinc.c.orig 2013-08-19 23:51:25.000000000 +0000 +++ src/samplerate/src_sinc.c @@ -26,6 +26,9 @@ diff --git a/audio/py-daap/Makefile b/audio/py-daap/Makefile index 0c9c9ba8f128b..735bf734a0db9 100644 --- a/audio/py-daap/Makefile +++ b/audio/py-daap/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2015/12/05 21:25:28 adam Exp $ +# $NetBSD: Makefile,v 1.11 2016/04/20 12:10:30 nros Exp $ DISTNAME= PythonDaap-0.7 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/PythonD/d/} @@ -9,6 +9,7 @@ MASTER_SITES= http://jerakeen.org/files/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://movieos.org/code/pythondaap/ COMMENT= Python binding for DAAP +LICENSE= gnu-lgpl-v2.1 PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 0.7 CONFLICTS= ${PYPKGPREFIX}-PythonDaap-[0-9]* diff --git a/audio/py-vorbis/Makefile b/audio/py-vorbis/Makefile index 6976edda5a73e..b7fc892204f3c 100644 --- a/audio/py-vorbis/Makefile +++ b/audio/py-vorbis/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2015/12/05 21:25:29 adam Exp $ +# $NetBSD: Makefile,v 1.16 2016/04/20 12:10:30 nros Exp $ DISTNAME= pyvorbis-1.3 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//} @@ -9,6 +9,7 @@ MASTER_SITES= http://vorbis.com/files/1.0.1/unix/py/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://vorbis.com/ COMMENT= Python bindings for Vorbis library +LICENSE= gnu-lgpl-v2 PY_PATCHPLIST= yes PYDISTUTILSPKG= yes diff --git a/audio/qjackctl/Makefile b/audio/qjackctl/Makefile index 587e52a6399b1..ae5654a26f651 100644 --- a/audio/qjackctl/Makefile +++ b/audio/qjackctl/Makefile @@ -1,27 +1,29 @@ -# $NetBSD: Makefile,v 1.32 2016/03/05 11:28:05 jperkin Exp $ +# $NetBSD: Makefile,v 1.34 2016/04/23 10:05:18 nros Exp $ # -DISTNAME= qjackctl-0.3.3 -PKGREVISION= 27 +DISTNAME= qjackctl-0.4.2 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=qjackctl/} +EXTRACT_USING= bsdtar MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://qjackctl.sourceforge.net/ -COMMENT= JACK Audio Connection Kit Qt4 GUI +COMMENT= JACK Audio Connection Kit Qt GUI +LICENSE= gnu-gpl-v2 GNU_CONFIGURE= yes USE_LANGUAGES= c c++ +USE_TOOLS+= gmake .include "../../mk/bsd.fast.prefs.mk" -CONFIGURE_ARGS+= --with-qt=${QTDIR:Q} .if ${OPSYS} != "Linux" CONFIGURE_ARGS+= --without-alsa .endif +.include "options.mk" + .include "../../audio/jack/buildlink3.mk" -.include "../../x11/qt4-tools/buildlink3.mk" -.include "../../x11/qt4-libs/buildlink3.mk" +.include "../../graphics/hicolor-icon-theme/buildlink3.mk" .include "../../sysutils/desktop-file-utils/desktopdb.mk" .include "../../mk/bsd.pkg.mk" diff --git a/audio/qjackctl/PLIST b/audio/qjackctl/PLIST index 915c28ae57d33..41758cb86f2a1 100644 --- a/audio/qjackctl/PLIST +++ b/audio/qjackctl/PLIST @@ -1,4 +1,14 @@ -@comment $NetBSD: PLIST,v 1.2 2009/06/14 17:32:21 joerg Exp $ +@comment $NetBSD: PLIST,v 1.3 2016/04/23 10:05:18 nros Exp $ bin/qjackctl +man/man1/qjackctl.1 +share/appdata/qjackctl.appdata.xml share/applications/qjackctl.desktop -share/pixmaps/qjackctl.png +share/icons/hicolor/32x32/apps/qjackctl.png +share/qjackctl/translations/qjackctl_cs.qm +share/qjackctl/translations/qjackctl_de.qm +share/qjackctl/translations/qjackctl_es.qm +share/qjackctl/translations/qjackctl_fr.qm +share/qjackctl/translations/qjackctl_it.qm +share/qjackctl/translations/qjackctl_ja.qm +share/qjackctl/translations/qjackctl_nl.qm +share/qjackctl/translations/qjackctl_ru.qm diff --git a/audio/qjackctl/distinfo b/audio/qjackctl/distinfo index 66aac4d13b750..65372082789e2 100644 --- a/audio/qjackctl/distinfo +++ b/audio/qjackctl/distinfo @@ -1,8 +1,7 @@ -$NetBSD: distinfo,v 1.4 2015/11/03 01:12:48 agc Exp $ +$NetBSD: distinfo,v 1.5 2016/04/23 10:05:18 nros Exp $ -SHA1 (qjackctl-0.3.3.tar.gz) = 27dab9f3603e1970b152dbbc8a1e02340ce8cf9c -RMD160 (qjackctl-0.3.3.tar.gz) = fa08f02f37fb3a75ecc17471183c9aa0d4ca8e9d -SHA512 (qjackctl-0.3.3.tar.gz) = 45adf9ddd4a23208cad06e063c92e155473fe0817e10fb53b40b685b7dd3a329ac89d9d84a02963996b8f70eddf974b8ba6455961f7812cb1cbd6bda74e166bd -Size (qjackctl-0.3.3.tar.gz) = 268722 bytes -SHA1 (patch-aa) = 87d9e8ba4693474cd820c38ef29999750ba0ce6b -SHA1 (patch-src_qjackctlPatchbayRack.cpp) = b18ceb077971a7396ac748ce5aa5bb3e84fdd891 +SHA1 (qjackctl-0.4.2.tar.gz) = 6496615d305af476387656f8af869e8a76222db9 +RMD160 (qjackctl-0.4.2.tar.gz) = 7b287af58541654d22d29e7db95fd148af2a8db0 +SHA512 (qjackctl-0.4.2.tar.gz) = 743b8a02fb0b83a4516622aeec054d67f5cda6d8ffcc5727d3709695996c5e0054ba0af77919e43c0288fbb2259395c129d79f89b24bba6d4c0dd5cdbaa5712d +Size (qjackctl-0.4.2.tar.gz) = 824383 bytes +SHA1 (patch-aa) = c4e3c79361d623f4db06b5dbe18b82bde28ed854 diff --git a/audio/qjackctl/options.mk b/audio/qjackctl/options.mk new file mode 100644 index 0000000000000..0d3b388a95e2d --- /dev/null +++ b/audio/qjackctl/options.mk @@ -0,0 +1,23 @@ +# $NetBSD: options.mk,v 1.1 2016/04/23 10:05:18 nros Exp $ + +PKG_OPTIONS_VAR= PKG_OPTIONS.qjackctl +PKG_OPTIONS_REQUIRED_GROUPS= qt +PKG_OPTIONS_GROUP.qt = qt4 qt5 +PKG_SUGGESTED_OPTIONS= qt4 +.include "../../mk/bsd.options.mk" + +.if !empty(PKG_OPTIONS:Mqt5) +CONFIGURE_ARGS+= --with-qt5=${QTDIR:Q} +.include "../../x11/qt5-qtbase/buildlink3.mk" +.include "../../x11/qt5-qttools/buildlink3.mk" +.if ${OPSYS} != "Darwin" +. include "../../x11/qt5-qtx11extras/buildlink3.mk" +.endif +.endif + +.if !empty(PKG_OPTIONS:Mqt4) +CONFIGURE_ARGS+= --with-qt4=${QTDIR:Q} +.include "../../x11/qt4-libs/buildlink3.mk" +.include "../../x11/qt4-tools/buildlink3.mk" +.include "../../x11/qt4-qdbus/buildlink3.mk" +.endif diff --git a/audio/qjackctl/patches/patch-aa b/audio/qjackctl/patches/patch-aa index 012d2444bd57b..30d9a831cdb5e 100644 --- a/audio/qjackctl/patches/patch-aa +++ b/audio/qjackctl/patches/patch-aa @@ -1,23 +1,20 @@ -$NetBSD: patch-aa,v 1.1.1.1 2008/05/07 15:00:08 bjs Exp $ - ---- Makefile.in.orig 2007-07-08 12:29:08.000000000 -0400 +$NetBSD: patch-aa,v 1.2 2016/04/23 10:05:18 nros Exp $ +* Use the right arguments to install. +--- Makefile.in.orig 2016-04-05 15:57:30.000000000 +0000 +++ Makefile.in -@@ -62,12 +62,12 @@ $(name): $(name).mak $(sources) $(header - @make -f $(name).mak +@@ -118,11 +118,10 @@ translations_lrelease: translations_lupd - install: $(name) icons/$(name).png -- @install -d -v -m 0755 $(DESTDIR)$(prefix)/bin -- @install -d -v -m 0755 $(DESTDIR)$(prefix)/share/pixmaps -- @install -d -v -m 0755 $(DESTDIR)$(prefix)/share/applications -- @install -v -m 0755 $(name) $(DESTDIR)$(prefix)/bin/$(name) -- @install -v -m 0644 icons/$(name).png $(DESTDIR)$(prefix)/share/pixmaps/$(name).png -- @install -v -m 0644 $(name).desktop $(DESTDIR)$(prefix)/share/applications/$(name).desktop -+ @$(BSD_INSTALL_PROGRAM_DIR) $(DESTDIR)$(prefix)/bin -+ @$(BSD_INSTALL_DATA_DIR) 0755 $(DESTDIR)$(prefix)/share/pixmaps -+ @$(BSD_INSTALL_DATA_DIR) $(DESTDIR)$(prefix)/share/applications -+ @$(BSD_INSTALL_PROGRAM) $(name) $(DESTDIR)$(prefix)/bin/$(name) -+ @$(BSD_INSTALL_DATA) icons/$(name).png $(DESTDIR)$(prefix)/share/pixmaps/$(name).png -+ @$(BSD_INSTALL_DATA) $(name).desktop $(DESTDIR)$(prefix)/share/applications/$(name).desktop + install: $(target) translations_lrelease $(name).1 + @$(MAKE) INSTALL_ROOT=$(DESTDIR) -f $(name).mak install +- @install -d -v -m 0755 $(DESTDIR)$(translations_dir) +- @install -d -v -m 0755 $(DESTDIR)$(mandir)/man1 +- @install -v -m 0644 $(translations_targets) $(DESTDIR)$(translations_dir) +- @install -v -m 0644 $(name).1 $(DESTDIR)$(mandir)/man1 +- @gzip -vf $(DESTDIR)$(mandir)/man1/$(name).1 ++ @$(BSD_INSTALL_DATA_DIR) $(DESTDIR)$(translations_dir) ++ @$(BSD_INSTALL_MAN_DIR) $(DESTDIR)$(mandir)/man1 ++ @$(BSD_INSTALL_DATA) $(translations_targets) $(DESTDIR)$(translations_dir) ++ @$(BSD_INSTALL_MAN) $(name).1 $(DESTDIR)$(mandir)/man1 uninstall: $(DESTDIR)$(prefix)/bin/$(name) - @rm -vf $(DESTDIR)$(prefix)/bin/$(name) + @$(MAKE) INSTALL_ROOT=$(DESTDIR) -f $(name).mak uninstall diff --git a/audio/qjackctl/patches/patch-src_qjackctlPatchbayRack.cpp b/audio/qjackctl/patches/patch-src_qjackctlPatchbayRack.cpp deleted file mode 100644 index 4a584eec71418..0000000000000 --- a/audio/qjackctl/patches/patch-src_qjackctlPatchbayRack.cpp +++ /dev/null @@ -1,12 +0,0 @@ -$NetBSD: patch-src_qjackctlPatchbayRack.cpp,v 1.1 2011/11/24 14:25:17 joerg Exp $ - ---- src/qjackctlPatchbayRack.cpp.orig 2011-11-24 03:02:27.000000000 +0000 -+++ src/qjackctlPatchbayRack.cpp -@@ -22,6 +22,7 @@ - #include "qjackctlPatchbayRack.h" - - #include -+#include - - - //---------------------------------------------------------------------- diff --git a/audio/qsynth/Makefile b/audio/qsynth/Makefile index 559701cebd58a..2f0e37e4548a6 100644 --- a/audio/qsynth/Makefile +++ b/audio/qsynth/Makefile @@ -1,36 +1,26 @@ -# $NetBSD: Makefile,v 1.29 2015/04/25 14:20:23 tnn Exp $ +# $NetBSD: Makefile,v 1.31 2016/04/23 12:32:47 nros Exp $ -DISTNAME= qsynth-0.2.4 -PKGREVISION= 21 +DISTNAME= qsynth-0.4.1 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=qsynth/} +EXTRACT_USING= bsdtar MAINTAINER= adam@NetBSD.org HOMEPAGE= http://qsynth.sourceforge.net/ COMMENT= Qt GUI Interface to FluidSynth +LICENSE= gnu-gpl-v2 USE_LANGUAGES= c c++ USE_LIBTOOL= yes +USE_TOOLS+= gmake GNU_CONFIGURE= yes PTHREAD_AUTO_VARS= yes -# a fix for qt-3.3.5, please remove if qt-3.3.6 (or newer) solves the problem -SUBST_CLASSES+= hints -SUBST_STAGE.hints= post-patch -SUBST_MESSAGE.hints= Fix includehints. -SUBST_FILES.hints= src/*.ui -SUBST_FILTER_CMD.hints= ${GREP} -v includehint - -INSTALLATION_DIRS= bin - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/qsynth ${DESTDIR}${PREFIX}/bin - ${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/icons - ${INSTALL_DATA} ${WRKSRC}/icons/qsynth.png \ - ${DESTDIR}${PREFIX}/share/icons +.include "options.mk" .include "../../audio/fluidsynth/buildlink3.mk" -.include "../../x11/qt3-tools/buildlink3.mk" +.include "../../graphics/hicolor-icon-theme/buildlink3.mk" +.include "../../sysutils/desktop-file-utils/desktopdb.mk" .include "../../mk/pthread.buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/audio/qsynth/PLIST b/audio/qsynth/PLIST index 055df4e3ecd68..e3d7e07b34122 100644 --- a/audio/qsynth/PLIST +++ b/audio/qsynth/PLIST @@ -1,3 +1,11 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2005/10/19 15:13:38 adam Exp $ +@comment $NetBSD: PLIST,v 1.2 2016/04/23 12:32:47 nros Exp $ bin/qsynth -share/icons/qsynth.png +man/man1/qsynth.1 +share/appdata/qsynth.appdata.xml +share/applications/qsynth.desktop +share/icons/hicolor/32x32/apps/qsynth.png +share/qsynth/translations/qsynth_cs.qm +share/qsynth/translations/qsynth_de.qm +share/qsynth/translations/qsynth_fr.qm +share/qsynth/translations/qsynth_ru.qm +share/qsynth/translations/qsynth_sr.qm diff --git a/audio/qsynth/distinfo b/audio/qsynth/distinfo index ee2c667b3b9af..a4b74fbd76295 100644 --- a/audio/qsynth/distinfo +++ b/audio/qsynth/distinfo @@ -1,6 +1,7 @@ -$NetBSD: distinfo,v 1.2 2015/11/03 01:12:48 agc Exp $ +$NetBSD: distinfo,v 1.3 2016/04/23 12:32:47 nros Exp $ -SHA1 (qsynth-0.2.4.tar.gz) = 280ce73c6f3d3f127dd14201eb190edfb7eabcaf -RMD160 (qsynth-0.2.4.tar.gz) = eb048cb1a8d46cdb4c2ac44a30803f9b2067fa20 -SHA512 (qsynth-0.2.4.tar.gz) = 53ddd605c590e6ee0361a7bf9738ba36abde83bfddbd68e78dfd04b6a58a5a8da71ec07d122f47649288e210f264ffc398b04e181f4fa55ec88772268ee7f7f3 -Size (qsynth-0.2.4.tar.gz) = 127895 bytes +SHA1 (qsynth-0.4.1.tar.gz) = 7b394dab4182136cdd9dd6e314b9976582f0113c +RMD160 (qsynth-0.4.1.tar.gz) = ac79db014c9282fc8735b1c8cb270f7b762d1f45 +SHA512 (qsynth-0.4.1.tar.gz) = 0a4e2dacc9116a9c52a50af39f0838a0c97d0e2f0ba75f8c3f07a219810299c5dd650ad7cd5ba337e497f83537b7cb94a181c9e3a5ba641febe1a0179d6c8620 +Size (qsynth-0.4.1.tar.gz) = 251821 bytes +SHA1 (patch-Makefile.in) = 3f2d0e2883327de7fa0dabb25524287d04552db3 diff --git a/audio/qsynth/options.mk b/audio/qsynth/options.mk new file mode 100644 index 0000000000000..075be40f233b9 --- /dev/null +++ b/audio/qsynth/options.mk @@ -0,0 +1,22 @@ +# $NetBSD: options.mk,v 1.1 2016/04/23 12:32:47 nros Exp $ + +PKG_OPTIONS_VAR= PKG_OPTIONS.qsynth +PKG_OPTIONS_REQUIRED_GROUPS= qt +PKG_OPTIONS_GROUP.qt = qt4 qt5 +PKG_SUGGESTED_OPTIONS= qt4 +.include "../../mk/bsd.options.mk" + +.if !empty(PKG_OPTIONS:Mqt5) +CONFIGURE_ARGS+= --with-qt5=${QTDIR:Q} +.include "../../x11/qt5-qtbase/buildlink3.mk" +.include "../../x11/qt5-qttools/buildlink3.mk" +.if ${OPSYS} != "Darwin" +. include "../../x11/qt5-qtx11extras/buildlink3.mk" +.endif +.endif + +.if !empty(PKG_OPTIONS:Mqt4) +CONFIGURE_ARGS+= --with-qt4=${QTDIR:Q} +.include "../../x11/qt4-libs/buildlink3.mk" +.include "../../x11/qt4-tools/buildlink3.mk" +.endif diff --git a/audio/qsynth/patches/patch-Makefile.in b/audio/qsynth/patches/patch-Makefile.in new file mode 100644 index 0000000000000..98fd9c4d9c31f --- /dev/null +++ b/audio/qsynth/patches/patch-Makefile.in @@ -0,0 +1,20 @@ +$NetBSD: patch-Makefile.in,v 1.1 2016/04/23 12:32:47 nros Exp $ +* pkgsrc install does not have -v +--- Makefile.in.orig 2016-04-05 15:57:45.000000000 +0000 ++++ Makefile.in +@@ -104,11 +104,10 @@ translations_lrelease: translations_lupd + + install: $(target) translations_lrelease $(name).1 + @$(MAKE) INSTALL_ROOT=$(DESTDIR) -f $(name).mak install +- @install -d -v -m 0755 $(DESTDIR)$(translations_dir) +- @install -d -v -m 0755 $(DESTDIR)$(mandir)/man1 +- @install -v -m 0644 $(translations_targets) $(DESTDIR)$(translations_dir) +- @install -v -m 0644 $(name).1 $(DESTDIR)$(mandir)/man1 +- @gzip -vf $(DESTDIR)$(mandir)/man1/$(name).1 ++ @$(BSD_INSTALL_DATA_DIR) $(DESTDIR)$(translations_dir) ++ @$(BSD_INSTALL_MAN_DIR) $(DESTDIR)$(mandir)/man1 ++ @$(BSD_INSTALL_DATA) $(translations_targets) $(DESTDIR)$(translations_dir) ++ @$(BSD_INSTALL_MAN) $(name).1 $(DESTDIR)$(mandir)/man1 + + uninstall: $(DESTDIR)$(prefix)/bin/$(name) + @$(MAKE) INSTALL_ROOT=$(DESTDIR) -f $(name).mak uninstall diff --git a/audio/qtplay/Makefile b/audio/qtplay/Makefile index 2dffba5685814..be16cdd2a9a75 100644 --- a/audio/qtplay/Makefile +++ b/audio/qtplay/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2014/01/01 15:05:37 schmonz Exp $ +# $NetBSD: Makefile,v 1.6 2016/04/20 12:10:30 nros Exp $ # DISTNAME= qtplay1.3.1 @@ -9,6 +9,7 @@ MASTER_SITES= http://rainbowflight.googlepages.com/#qtplay MAINTAINER= schmonz@NetBSD.org HOMEPAGE= http://rainbowflight.googlepages.com/ COMMENT= QuickTime command-line player +LICENSE= modified-bsd ONLY_FOR_PLATFORM= Darwin-*-* diff --git a/audio/quodlibet2/distinfo b/audio/quodlibet2/distinfo index a0a7fad1ded05..913ef6bc64a96 100644 --- a/audio/quodlibet2/distinfo +++ b/audio/quodlibet2/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.2 2015/11/03 01:12:48 agc Exp $ +$NetBSD: distinfo,v 1.3 2016/04/01 22:11:11 jperkin Exp $ SHA1 (quodlibet-2.6.3.tar.gz) = a196e04d121f7dd85af43efe97e11f49d965b88a RMD160 (quodlibet-2.6.3.tar.gz) = 6badb717e00b17b9b90068c967b9da699d3f1c57 SHA512 (quodlibet-2.6.3.tar.gz) = ffbf03a4e0f1e5740b0c87ce62aa0cda33d017d0ee95dc6ecb3aeb8cadcde0fb525289658ea8edee088a382af4b261e44acb53cd0dc170520ed4070c8bf488e6 Size (quodlibet-2.6.3.tar.gz) = 2507416 bytes -SHA1 (patch-aa) = da2b3e11c02444a73667c987453fd75d0058d4f3 +SHA1 (patch-aa) = 0131838014d4cf11db97d0e7e3ee850f75a484ae diff --git a/audio/quodlibet2/patches/patch-aa b/audio/quodlibet2/patches/patch-aa index 24fb582a22f05..0cb844389fd9b 100644 --- a/audio/quodlibet2/patches/patch-aa +++ b/audio/quodlibet2/patches/patch-aa @@ -1,4 +1,4 @@ -$NetBSD: patch-aa,v 1.1 2013/11/23 13:58:13 drochner Exp $ +$NetBSD: patch-aa,v 1.2 2016/04/01 22:11:11 jperkin Exp $ Fixes MANPATH. @@ -9,7 +9,7 @@ Fixes MANPATH. def run(self): - basepath = os.path.join(self.prefix, 'share', 'man') -+ basepath = os.path.join(self.prefix,'man') ++ basepath = os.path.join(self.prefix, os.environ['PKGMANDIR']) if self.root != None: basepath = change_root(self.root, basepath) self.mkpath(basepath) diff --git a/audio/rexima/Makefile b/audio/rexima/Makefile index bd7849b8aa332..aef486f1b6fdc 100644 --- a/audio/rexima/Makefile +++ b/audio/rexima/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2015/08/18 07:31:02 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2016/04/20 12:10:30 nros Exp $ # DISTNAME= rexima-1.4 @@ -9,6 +9,7 @@ MASTER_SITES= ftp://ftp.ibiblio.org/pub/Linux/apps/sound/mixers/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://rus.members.beeb.net/rexima.html COMMENT= Curses-based interactive mixer +LICENSE= gnu-gpl-v2 .include "../../devel/ncurses/buildlink3.mk" .include "../../mk/oss.buildlink3.mk" diff --git a/audio/rhythmbox-gtk3/Makefile b/audio/rhythmbox-gtk3/Makefile index 43c0879e19abe..d865c9d51b3c2 100644 --- a/audio/rhythmbox-gtk3/Makefile +++ b/audio/rhythmbox-gtk3/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.28 2015/12/29 04:54:36 dholland Exp $ +# $NetBSD: Makefile,v 1.30 2016/05/03 11:40:00 prlw1 Exp $ DISTNAME= rhythmbox-3.0.1 -PKGREVISION= 7 +PKGREVISION= 9 CATEGORIES= audio gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/rhythmbox/${PKGVERSION_NOREV:R}/} EXTRACT_SUFX= .tar.xz diff --git a/audio/rhythmbox/Makefile b/audio/rhythmbox/Makefile index e802f6060ba45..62876c8d88aa3 100644 --- a/audio/rhythmbox/Makefile +++ b/audio/rhythmbox/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.130 2016/03/07 18:39:26 nros Exp $ +# $NetBSD: Makefile,v 1.133 2016/05/03 11:40:00 prlw1 Exp $ DISTNAME= rhythmbox-0.12.8 -PKGREVISION= 45 +PKGREVISION= 47 CATEGORIES= audio gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/rhythmbox/0.12/} EXTRACT_SUFX= .tar.bz2 @@ -9,6 +9,7 @@ EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.gnome.org/projects/rhythmbox/ COMMENT= Music management application for GNOME +LICENSE= gnu-gpl-v2 .include "options.mk" diff --git a/audio/rio/Makefile b/audio/rio/Makefile index 24919e181b04a..764897531b740 100644 --- a/audio/rio/Makefile +++ b/audio/rio/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2012/10/02 23:48:07 asau Exp $ +# $NetBSD: Makefile,v 1.25 2016/04/20 12:10:31 nros Exp $ # DISTNAME= rio007 @@ -10,6 +10,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.world.co.uk/sba/rio.html COMMENT= Utility to display and manage files on the Diamond Rio PMP300 +LICENSE= gnu-gpl-v2 ONLY_FOR_PLATFORM= NetBSD-*-i386 NetBSD-*-x86_64 diff --git a/audio/rio500/Makefile b/audio/rio500/Makefile index c74869a461abb..4497194658ee6 100644 --- a/audio/rio500/Makefile +++ b/audio/rio500/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2012/10/02 23:48:07 asau Exp $ +# $NetBSD: Makefile,v 1.24 2016/04/20 12:10:31 nros Exp $ # DISTNAME= rio500-0.7 @@ -9,6 +9,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=rio500/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://rio500.sourceforge.net/ COMMENT= Utilities to manage your Diamond Rio 500 MP3 player +LISENCE= gnu-gpl-v2 NOT_FOR_PLATFORM= Interix-*-* diff --git a/audio/rioutil/Makefile b/audio/rioutil/Makefile index 584e43d714a76..709a2e24902a0 100644 --- a/audio/rioutil/Makefile +++ b/audio/rioutil/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2012/10/02 23:48:07 asau Exp $ +# $NetBSD: Makefile,v 1.24 2016/04/20 12:10:31 nros Exp $ # DISTNAME= rioutil-1.5.0 @@ -8,6 +8,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=rioutil/} MAINTAINER= schmonz@NetBSD.org HOMEPAGE= http://rioutil.sourceforge.net/ COMMENT= Program and library to interface with Rio 600, 800, Nike psa[play +LICENSE= gnu-gpl-v2 USE_LIBTOOL= yes GNU_CONFIGURE= yes diff --git a/audio/rip/Makefile b/audio/rip/Makefile index fbda987abcc23..4679116a8adbb 100644 --- a/audio/rip/Makefile +++ b/audio/rip/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2015/06/12 10:48:25 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2016/04/20 12:10:31 nros Exp $ # DISTNAME= rip-1.07 @@ -9,6 +9,7 @@ MASTER_SITES= http://rip.sourceforge.net/download/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://rip.sourceforge.net/ COMMENT= Command-line based audio CD ripper and encoder +LICENSE= gnu-gpl-v2 DEPENDS+= p5-CDDB_get>=2.23:../../audio/p5-CDDB_get DEPENDS+= p5-MP3-Info>=1.00:../../audio/p5-MP3-Info diff --git a/audio/rosegarden/Makefile b/audio/rosegarden/Makefile index 557a35b1e4cca..9180095112a26 100644 --- a/audio/rosegarden/Makefile +++ b/audio/rosegarden/Makefile @@ -1,10 +1,11 @@ -# $NetBSD: Makefile,v 1.31 2014/10/09 14:05:58 wiz Exp $ +# $NetBSD: Makefile,v 1.32 2016/04/20 12:10:31 nros Exp $ DISTNAME= rosegarden-2.1pl4 PKGNAME= rosegarden-2.1.4 PKGREVISION= 6 CATEGORIES= audio MASTER_SITES= http://www.cannam.demon.co.uk/rosegarden/distribution/ +LICENSE= gnu-gpl-v2 MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.rosegardenmusic.com/ diff --git a/audio/rplay/Makefile b/audio/rplay/Makefile index 6da29acf0b40b..b3770d5e0ba1e 100644 --- a/audio/rplay/Makefile +++ b/audio/rplay/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.64 2013/07/15 02:02:17 ryoon Exp $ +# $NetBSD: Makefile,v 1.65 2016/04/20 12:10:31 nros Exp $ # DISTNAME= rplay-3.3.2 @@ -9,6 +9,7 @@ MASTER_SITES= http://rplay.doit.org/dist/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://rplay.doit.org/ COMMENT= Network audio player +LICENSE= gnu-gpl-v2 USE_TOOLS+= makeinfo USE_LIBTOOL= YES diff --git a/audio/rtunes/Makefile b/audio/rtunes/Makefile index 585f41baefa0a..70f5c72c709ef 100644 --- a/audio/rtunes/Makefile +++ b/audio/rtunes/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2016/03/05 11:28:05 jperkin Exp $ +# $NetBSD: Makefile,v 1.11 2016/04/20 12:10:31 nros Exp $ # DISTNAME= rtunes-snap-20071122 @@ -10,6 +10,7 @@ EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.nazgul.ch/dev.html COMMENT= Streams audio to an Apple AirPort Express device +LICENSE= mit WRKSRC= ${WRKDIR}/rtunes diff --git a/audio/sidplay/Makefile b/audio/sidplay/Makefile index 47cf2d86c6a3e..1c7ef5e1391b6 100644 --- a/audio/sidplay/Makefile +++ b/audio/sidplay/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2012/10/02 23:48:08 asau Exp $ +# $NetBSD: Makefile,v 1.23 2016/04/20 12:10:31 nros Exp $ # DISTNAME= sidplay-base-1.0.9 @@ -11,6 +11,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.geocities.com/SiliconValley/Lakes/5147/sidplay/ COMMENT= Tools for playing sidtunes +LICENSE= gnu-gpl-v2 NOT_FOR_PLATFORM= Interix-*-* diff --git a/audio/sidplay2/Makefile b/audio/sidplay2/Makefile index d2ecae26b7d86..0afa45676fb3c 100644 --- a/audio/sidplay2/Makefile +++ b/audio/sidplay2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2012/10/02 23:48:08 asau Exp $ +# $NetBSD: Makefile,v 1.4 2016/04/20 12:10:31 nros Exp $ # DISTNAME= sidplay-2.0.9 @@ -9,6 +9,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=sidplay2/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://sidplay2.sourceforge.net/ COMMENT= Tool for playing sidtunes +LICENSE= gnu-gpl-v2 NOT_FOR_PLATFORM= Interix-*-* diff --git a/audio/snd/Makefile b/audio/snd/Makefile index 7928ea71431ea..7a37dad9a5b0f 100644 --- a/audio/snd/Makefile +++ b/audio/snd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.80 2015/04/25 14:20:24 tnn Exp $ +# $NetBSD: Makefile,v 1.81 2016/04/20 12:10:31 nros Exp $ # DISTNAME= snd-9.9 @@ -9,6 +9,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=snd/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://ccrma.stanford.edu/software/snd/ COMMENT= X based sound editor +LICENSE= esdl-license DEPENDS+= flac-[0-9]*:../../audio/flac DEPENDS+= speex-[0-9]*:../../audio/speex diff --git a/audio/solfege/Makefile b/audio/solfege/Makefile index c2981f6814f51..0f7726601c847 100644 --- a/audio/solfege/Makefile +++ b/audio/solfege/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.53 2015/12/05 21:25:29 adam Exp $ +# $NetBSD: Makefile,v 1.54 2016/04/20 12:10:31 nros Exp $ DISTNAME= solfege-3.14.1 PKGREVISION= 24 @@ -8,6 +8,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=solfege/} MAINTAINER= schmonz@NetBSD.org HOMEPAGE= http://www.solfege.org/ COMMENT= Practice several musical ear training exercises +LICENSE= gnu-gpl-v3 BUILD_DEPENDS+= docbook-xsl-[0-9]*:../../textproc/docbook-xsl BUILD_DEPENDS+= txt2man-[0-9]*:../../converters/txt2man diff --git a/audio/sound-juicer/Makefile b/audio/sound-juicer/Makefile index 5be8003b992e9..27f86b9b4d50f 100644 --- a/audio/sound-juicer/Makefile +++ b/audio/sound-juicer/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.82 2016/03/05 11:28:05 jperkin Exp $ +# $NetBSD: Makefile,v 1.85 2016/05/03 11:40:00 prlw1 Exp $ # DISTNAME= sound-juicer-2.32.0 -PKGREVISION= 2 +PKGREVISION= 4 CATEGORIES= audio MASTER_SITES= http://www.burtonini.com/computing/ \ ${MASTER_SITE_GNOME:=sources/sound-juicer/2.32/} @@ -10,6 +10,7 @@ MASTER_SITES= http://www.burtonini.com/computing/ \ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.burtonini.com/computing/ COMMENT= CD ripping tool +LICENSE= gnu-gpl-v2 USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes diff --git a/audio/spiralloops/Makefile b/audio/spiralloops/Makefile index 2557bfd398907..ee9cd25776316 100644 --- a/audio/spiralloops/Makefile +++ b/audio/spiralloops/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.39 2015/04/25 14:20:24 tnn Exp $ +# $NetBSD: Makefile,v 1.40 2016/04/20 12:10:32 nros Exp $ # DISTNAME= SpiralLoops-2.0.0 @@ -10,6 +10,7 @@ MASTER_SITES= http://www.pawfal.org/Software/SpiralLoops/dload/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.pawfal.org/Software/SpiralLoops/ COMMENT= Loop based sampler +LICENSE= gnu-gpl-v2 # only runs correctly on little-endian machines BROKEN_EXCEPT_ON_PLATFORM= ${LITTLEENDIANPLATFORMS} diff --git a/audio/spiralsynth/Makefile b/audio/spiralsynth/Makefile index 8d3d3390950f5..e62ee4a1d58a4 100644 --- a/audio/spiralsynth/Makefile +++ b/audio/spiralsynth/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.35 2015/04/25 14:20:24 tnn Exp $ +# $NetBSD: Makefile,v 1.36 2016/04/20 12:10:32 nros Exp $ # DISTNAME= SpiralSynth-2.0.0 @@ -10,6 +10,7 @@ MASTER_SITES= http://www.pawfal.org/Software/SpiralSynth/dload/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.pawfal.org/Software/SpiralSynth/ COMMENT= Polyphonic analogue softsynth +LICENSE= gnu-gpl-v2 # only runs correctly on little-endian machines BROKEN_EXCEPT_ON_PLATFORM= ${LITTLEENDIANPLATFORMS} diff --git a/audio/splay/Makefile b/audio/splay/Makefile index bfcbec128a717..627d55e72f257 100644 --- a/audio/splay/Makefile +++ b/audio/splay/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2014/10/09 14:05:58 wiz Exp $ +# $NetBSD: Makefile,v 1.27 2016/04/20 12:10:32 nros Exp $ # DISTNAME= splay-0.8.2 @@ -8,6 +8,7 @@ MASTER_SITES= # empty MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://splay.sourceforge.net/ COMMENT= Audio player/decoder that decodes MPEG Layer I,II,III and WAV files +LICENSE= gnu-gpl-v2 USE_LANGUAGES= c c++ GNU_CONFIGURE= yes diff --git a/audio/streamripper/Makefile b/audio/streamripper/Makefile index 147864436fdb4..d1f3ba1abc6b8 100644 --- a/audio/streamripper/Makefile +++ b/audio/streamripper/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2015/02/19 00:20:47 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2016/04/20 12:10:32 nros Exp $ DISTNAME= streamripper-1.64.6 CATEGORIES= audio @@ -7,6 +7,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=streamripper/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://streamripper.sourceforge.net/ COMMENT= Splits SHOUTcast stream into tracks +LICENSE= gnu-gpl-v2 GNU_CONFIGURE= yes CONFIGURE_ARGS+= --without-included-libmad diff --git a/audio/streamtuner/Makefile b/audio/streamtuner/Makefile index d1630347c9d2c..db191114a6085 100644 --- a/audio/streamtuner/Makefile +++ b/audio/streamtuner/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.75 2016/03/05 11:27:41 jperkin Exp $ +# $NetBSD: Makefile,v 1.76 2016/04/20 12:10:32 nros Exp $ # DISTNAME= streamtuner-0.99.99 @@ -9,6 +9,7 @@ MASTER_SITES= http://savannah.nongnu.org/download/streamtuner/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.nongnu.org/streamtuner/ COMMENT= Stream directory browser +LICENSE= modified-bsd BUILD_DEPENDS+= hicolor-icon-theme-[0-9]*:../../graphics/hicolor-icon-theme diff --git a/audio/sweep/Makefile b/audio/sweep/Makefile index 6b95a627aa213..d0504a159cc0d 100644 --- a/audio/sweep/Makefile +++ b/audio/sweep/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.65 2015/04/25 14:20:24 tnn Exp $ +# $NetBSD: Makefile,v 1.66 2016/04/20 12:10:32 nros Exp $ # DISTNAME= sweep-0.9.3 @@ -9,6 +9,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=sweep/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.metadecks.org/software/sweep/ COMMENT= Full-featured digital sound editor +LICENSE= gnu-gpl-v2 USE_LIBTOOL= YES USE_TOOLS+= gmake msgfmt pkg-config diff --git a/audio/taglib/Makefile b/audio/taglib/Makefile index 3b9c25dbe2f12..394aff9ebd001 100644 --- a/audio/taglib/Makefile +++ b/audio/taglib/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.34 2015/11/17 10:43:42 wiz Exp $ +# $NetBSD: Makefile,v 1.35 2016/05/05 12:01:51 wiz Exp $ -DISTNAME= taglib-1.10 +DISTNAME= taglib-1.11 CATEGORIES= audio MASTER_SITES= http://taglib.github.io/releases/ @@ -13,6 +13,7 @@ USE_LANGUAGES= c c++ USE_CMAKE= YES CMAKE_ARGS= -DWITH_MP4=ON -DWITH_ASF=ON +CMAKE_ARGS+= -DBUILD_SHARED_LIBS=ON USE_LIBTOOL= YES PKGCONFIG_OVERRIDE= bindings/c/taglib_c.pc.cmake taglib.pc.cmake diff --git a/audio/taglib/PLIST b/audio/taglib/PLIST index 952e34621d6d6..e1262ef41e05b 100644 --- a/audio/taglib/PLIST +++ b/audio/taglib/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.17 2015/11/17 10:43:42 wiz Exp $ +@comment $NetBSD: PLIST,v 1.18 2016/05/05 12:01:51 wiz Exp $ bin/taglib-config include/taglib/aifffile.h include/taglib/aiffproperties.h @@ -57,6 +57,7 @@ include/taglib/oggpageheader.h include/taglib/opusfile.h include/taglib/opusproperties.h include/taglib/ownershipframe.h +include/taglib/podcastframe.h include/taglib/popularimeterframe.h include/taglib/privateframe.h include/taglib/relativevolumeframe.h @@ -106,7 +107,7 @@ include/taglib/xmfile.h include/taglib/xmproperties.h lib/libtag.so lib/libtag.so.1 -lib/libtag.so.1.15.1 +lib/libtag.so.1.16.0 lib/libtag_c.so lib/libtag_c.so.0 lib/libtag_c.so.0.0.0 diff --git a/audio/taglib/distinfo b/audio/taglib/distinfo index a52dff6ecdb94..28af39222c59b 100644 --- a/audio/taglib/distinfo +++ b/audio/taglib/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.19 2015/11/17 10:43:42 wiz Exp $ +$NetBSD: distinfo,v 1.20 2016/05/05 12:01:51 wiz Exp $ -SHA1 (taglib-1.10.tar.gz) = 9da145f9845978b4a281ad61987475486d24152a -RMD160 (taglib-1.10.tar.gz) = a02682defc8f6a611e28e5e8db6dd72310a18230 -SHA512 (taglib-1.10.tar.gz) = 2257918743507fffae01b961c714aa8523d3a8c0c921af699b0160c2414b1c930778f19976965e3197571672120a6040dbb13a83304b70290970660abcf27820 -Size (taglib-1.10.tar.gz) = 1233893 bytes +SHA1 (taglib-1.11.tar.gz) = 426e49f5e2f941b805ce148415a3ad58462263f4 +RMD160 (taglib-1.11.tar.gz) = 1f900807c5f0998fbc7f7c4005d00fc42e0bce83 +SHA512 (taglib-1.11.tar.gz) = f353bd0dadcc75f8a8f08919efc3aec2502166a3e23dd605f1b1c14ffe68ea1d2c59731bc4e0e4ee879ccf33436e4084e7c4d983034a1ce85fe0fa31a78dede7 +Size (taglib-1.11.tar.gz) = 1263736 bytes diff --git a/audio/tcd/Makefile b/audio/tcd/Makefile index 88d881042cabf..fb4f85e861c24 100644 --- a/audio/tcd/Makefile +++ b/audio/tcd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2015/09/08 11:57:48 jperkin Exp $ +# $NetBSD: Makefile,v 1.14 2016/04/20 12:10:32 nros Exp $ # DISTNAME= tcd-2.2.0 @@ -10,6 +10,7 @@ EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.nongnu.org/tcd/ COMMENT= Audio CD player using ncurses and SDL +LICENSE= gnu-gpl-v2 USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes diff --git a/audio/tcl-snack/Makefile b/audio/tcl-snack/Makefile index a2ded69d6c745..d687c2aecf305 100644 --- a/audio/tcl-snack/Makefile +++ b/audio/tcl-snack/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2014/10/09 14:05:58 wiz Exp $ +# $NetBSD: Makefile,v 1.28 2016/04/20 12:10:32 nros Exp $ DISTNAME= snack2.2.10 PKGNAME= tcl-snack-2.2.10 @@ -9,6 +9,7 @@ MASTER_SITES= http://www.speech.kth.se/snack/dist/ MAINTAINER= gson@NetBSD.org HOMEPAGE= http://www.speech.kth.se/snack/ COMMENT= The Snack Sound Toolkit +LICENSE= esdl-license AND gnu-gpl-v2 WRKSRC= ${WRKDIR}/${DISTNAME}/unix GNU_CONFIGURE= YES diff --git a/audio/terminatorx/Makefile b/audio/terminatorx/Makefile index d2c7e19388c27..bcf1688f61afe 100644 --- a/audio/terminatorx/Makefile +++ b/audio/terminatorx/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.42 2015/04/25 14:20:24 tnn Exp $ +# $NetBSD: Makefile,v 1.43 2016/04/20 12:10:32 nros Exp $ # DISTNAME= terminatorX-3.82 @@ -11,6 +11,7 @@ EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://terminatorx.org/ COMMENT= Realtime audio synthesizer +LICENSE= gnu-gpl-v2 DEPENDS+= mpg123-[0-9]*:../../audio/mpg123 DEPENDS+= sox-[0-9]*:../../audio/sox diff --git a/audio/tfmxplay/Makefile b/audio/tfmxplay/Makefile index f31813db083e6..2e6435e9259ac 100644 --- a/audio/tfmxplay/Makefile +++ b/audio/tfmxplay/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2014/10/09 14:05:58 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2016/04/20 12:10:32 nros Exp $ # DISTNAME= tfmxplay-0.6 @@ -9,6 +9,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://darkstar.tabu.uni-bonn.de/~neo/audio.html COMMENT= Console TFMX (amiga games sound file format) player +LICENSE= gnu-gpl-v2 NOT_FOR_PLATFORM= Interix-*-* diff --git a/audio/tremor-tools/Makefile b/audio/tremor-tools/Makefile index bb238e6cc41a2..26f74ed5bd58c 100644 --- a/audio/tremor-tools/Makefile +++ b/audio/tremor-tools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.34 2016/03/05 11:28:05 jperkin Exp $ +# $NetBSD: Makefile,v 1.35 2016/04/20 12:10:32 nros Exp $ DISTNAME= vorbis-tools-1.0 PKGNAME= tremor-tools-1.0.0.8 @@ -9,6 +9,7 @@ MASTER_SITES= http://www.vorbis.com/files/1.0/unix/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.vorbis.com/ COMMENT= Ogg Vorbis encoder and player +LICENSE= gnu-gpl-v2 BUILD_DEFS+= IPV6_READY diff --git a/audio/tremor/Makefile b/audio/tremor/Makefile index d221fdd2e5747..93b689ea9fcbd 100644 --- a/audio/tremor/Makefile +++ b/audio/tremor/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2012/10/02 23:48:11 asau Exp $ +# $NetBSD: Makefile,v 1.24 2016/04/20 12:10:32 nros Exp $ DISTNAME= tremor_snapshot_030406 PKGNAME= tremor-1.0.2 @@ -10,6 +10,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.xiph.org/vorbis/ COMMENT= Fixed point decoding library for the Ogg Vorbis audio encoding format +LICENSE= modified-bsd WRKSRC= ${WRKDIR}/Tremor AUTOCONF_REQD= 2.50 diff --git a/audio/trm/Makefile b/audio/trm/Makefile index dea6e613a4abe..360180f464745 100644 --- a/audio/trm/Makefile +++ b/audio/trm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2014/10/09 14:05:58 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2016/04/20 12:10:33 nros Exp $ # DISTNAME= trm-0.2.1 @@ -9,6 +9,7 @@ MASTER_SITES= ftp://ftp.musicbrainz.org/pub/musicbrainz/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.musicbrainz.org/products/trmgen/download.html COMMENT= Acoustic signature generator +LICENSE= gnu-gpl-v2 CONFLICTS= tunepimp-[0-9]* diff --git a/audio/twolame/Makefile b/audio/twolame/Makefile index 99e0eed1727af..5f07e46215f34 100644 --- a/audio/twolame/Makefile +++ b/audio/twolame/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2012/10/02 23:48:12 asau Exp $ +# $NetBSD: Makefile,v 1.9 2016/04/20 12:10:33 nros Exp $ # DISTNAME= twolame-0.3.13 @@ -8,6 +8,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=twolame/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.twolame.org/ COMMENT= Optimised MPEG Audio Layer 2 (MP2) encoder based on tooLAME +LICENSE= gnu-lgpl-v2.1 USE_LIBTOOL= yes USE_PKGLOCALEDIR= yes diff --git a/audio/ubs/Makefile b/audio/ubs/Makefile index 921e4e50e7383..90fbbe943e2fe 100644 --- a/audio/ubs/Makefile +++ b/audio/ubs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2013/07/12 10:44:52 jperkin Exp $ +# $NetBSD: Makefile,v 1.19 2016/04/20 12:10:33 nros Exp $ # DISTNAME= ubs-0.17 @@ -10,6 +10,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org # author's new home may be at http://www.teragon.org # HOMEPAGE= http://aboleo.net/software/ubs/ COMMENT= Uninterrupted Broadcasting System +LICENSE= gnu-gpl-v2 GNU_CONFIGURE= yes diff --git a/audio/vorbis-tools/Makefile b/audio/vorbis-tools/Makefile index 55f54cf0f89d3..7de49ffcf87a1 100644 --- a/audio/vorbis-tools/Makefile +++ b/audio/vorbis-tools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.63 2016/03/05 11:28:05 jperkin Exp $ +# $NetBSD: Makefile,v 1.64 2016/04/20 12:10:33 nros Exp $ DISTNAME= vorbis-tools-1.4.0 PKGREVISION= 7 @@ -8,6 +8,7 @@ MASTER_SITES= http://downloads.xiph.org/releases/vorbis/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.vorbis.com/ COMMENT= Ogg Vorbis encoder and player +LICENSE= gnu-gpl-v2 BUILD_DEFS+= IPV6_READY diff --git a/audio/vorbisgain/Makefile b/audio/vorbisgain/Makefile index 0eb77c7819c41..a8aefdf4d30a5 100644 --- a/audio/vorbisgain/Makefile +++ b/audio/vorbisgain/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2012/10/02 23:48:12 asau Exp $ +# $NetBSD: Makefile,v 1.6 2016/04/20 12:10:33 nros Exp $ DISTNAME= vorbisgain-0.37 PKGREVISION= 1 @@ -8,6 +8,7 @@ MASTER_SITES= http://sjeng.org/ftp/vorbis/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://sjeng.org/vorbisgain.html COMMENT= ReplayGain technology for Vorbis +LICENSE= gnu-lgpl-v2.1 GNU_CONFIGURE= yes USE_TOOLS+= gmake diff --git a/audio/wavesurfer/Makefile b/audio/wavesurfer/Makefile index 3e0755703732f..a5c423c8f10e8 100644 --- a/audio/wavesurfer/Makefile +++ b/audio/wavesurfer/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2012/10/02 23:48:12 asau Exp $ +# $NetBSD: Makefile,v 1.19 2016/04/20 12:10:33 nros Exp $ DISTNAME= wavesurfer-1.8.5 CATEGORIES= audio @@ -7,6 +7,7 @@ MASTER_SITES= http://www.speech.kth.se/wavesurfer/ MAINTAINER= gson@NetBSD.org HOMEPAGE= http://www.speech.kth.se/wavesurfer/ COMMENT= Tool for sound visualization and manipulation +LICENSE= esdl-license DEPENDS+= tcl-snack-[0-9]*:../../audio/tcl-snack DEPENDS+= tk-[0-9]*:../../x11/tk diff --git a/audio/wavpack/Makefile b/audio/wavpack/Makefile index 38e34e2ce8606..cf4b32b7ba3c0 100644 --- a/audio/wavpack/Makefile +++ b/audio/wavpack/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.6 2015/10/18 15:19:30 adam Exp $ +# $NetBSD: Makefile,v 1.7 2016/04/07 12:16:33 adam Exp $ -DISTNAME= wavpack-4.75.2 +DISTNAME= wavpack-4.80.0 CATEGORIES= audio MASTER_SITES= http://www.wavpack.com/ EXTRACT_SUFX= .tar.bz2 diff --git a/audio/wavpack/distinfo b/audio/wavpack/distinfo index 2ba597261ceb6..e000c0fd180cd 100644 --- a/audio/wavpack/distinfo +++ b/audio/wavpack/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.6 2015/11/04 17:41:15 agc Exp $ +$NetBSD: distinfo,v 1.7 2016/04/07 12:16:33 adam Exp $ -SHA1 (wavpack-4.75.2.tar.bz2) = 9025eab39f9db05f39f88db70891a2421d124435 -RMD160 (wavpack-4.75.2.tar.bz2) = 26a20a4f8184340deee0cf443522fb1f7ffe8742 -SHA512 (wavpack-4.75.2.tar.bz2) = f4af9f74aff27d9503d97319a4749d901bd7563c7e3eed025128d58add09dcd16f873d18c54f4bad1df95cdadd9f0c8047f8186d5158c175e60c22ed2df39635 -Size (wavpack-4.75.2.tar.bz2) = 439798 bytes +SHA1 (wavpack-4.80.0.tar.bz2) = 83036db97b22f0585da81d113321ea8a989b2134 +RMD160 (wavpack-4.80.0.tar.bz2) = ca569bde94705f8405c98f79131a9af0eb6e96ba +SHA512 (wavpack-4.80.0.tar.bz2) = 728d53df866c75d6d0d2e576b798fc59c308c735baf8075171dcdfb35cce81e5847114568f8160d411a2521aa8c0244c01c9129b0c124ee9cfa4f4748eed2b80 +Size (wavpack-4.80.0.tar.bz2) = 450257 bytes SHA1 (patch-configure) = d5c5dbae54ddca10270b2f544d9a6b1f312e2f42 diff --git a/audio/wmmixer/Makefile b/audio/wmmixer/Makefile index afeb3bd52acf2..8a36a2f8169b6 100644 --- a/audio/wmmixer/Makefile +++ b/audio/wmmixer/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2012/10/23 10:24:02 wiz Exp $ +# $NetBSD: Makefile,v 1.19 2016/04/20 12:10:33 nros Exp $ # DISTNAME= wmmixer-1.0-beta1 @@ -11,6 +11,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= pr@alles.prima.de HOMEPAGE= http://www.geocities.com/SiliconValley/Vista/2471/ COMMENT= Mixer designed for WindowMaker (dockapp) +LICENSE= gnu-gpl-v2 NOT_FOR_PLATFORM= Interix-*-* diff --git a/audio/wmmp3/Makefile b/audio/wmmp3/Makefile index dece242dd1402..1f9b1c01625e6 100644 --- a/audio/wmmp3/Makefile +++ b/audio/wmmp3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2012/10/23 10:24:02 wiz Exp $ +# $NetBSD: Makefile,v 1.21 2016/04/20 12:10:33 nros Exp $ DISTNAME= wmmp3-0.12 PKGREVISION= 3 @@ -8,6 +8,7 @@ MASTER_SITES= http://www.dotfiles.com/software/wmmp3/ MAINTAINER= rxg@NetBSD.org # HOMEPAGE= http://www.dotfiles.com/software/wmmp3/ COMMENT= Front-end for mpg123 in a Window Maker dockapp +LICENSE= gnu-gpl-v2 DEPENDS+= mpg123>=0.59.18:../../audio/mpg123 diff --git a/audio/wmsmixer/Makefile b/audio/wmsmixer/Makefile index 76bffdc534db4..c5910bc8f42e7 100644 --- a/audio/wmsmixer/Makefile +++ b/audio/wmsmixer/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2012/10/23 10:24:02 wiz Exp $ +# $NetBSD: Makefile,v 1.19 2016/04/20 12:10:33 nros Exp $ # DISTNAME= wmsmixer-0.5.1 @@ -9,6 +9,7 @@ MASTER_SITES= http://www.hibernaculum.net/download/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.hibernaculum.net/wmsmixer/ COMMENT= Another mixer designed for WindowMaker (dockapp) +LICENSE= gnu-gpl-v2 NOT_FOR_PLATFORM= Interix-*-* diff --git a/audio/wmusic/Makefile b/audio/wmusic/Makefile index c5222ee7df86e..e18930635a17b 100644 --- a/audio/wmusic/Makefile +++ b/audio/wmusic/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2015/04/25 14:20:24 tnn Exp $ +# $NetBSD: Makefile,v 1.25 2016/04/20 12:10:33 nros Exp $ DISTNAME= wmusic-1.5.0 PKGREVISION= 6 @@ -8,6 +8,7 @@ MASTER_SITES= http://home.jtan.com/~john/wmusic/ MAINTAINER= joel@carnat.net HOMEPAGE= http://home.jtan.com/~john/wmusic/ COMMENT= WindowMaker dockable remote for XMMS +LICENSE= gnu-gpl-v2 GNU_CONFIGURE= yes USE_TOOLS+= gmake diff --git a/audio/wsoundprefs/Makefile b/audio/wsoundprefs/Makefile index 25f97e1f13fb3..377196bb30a99 100644 --- a/audio/wsoundprefs/Makefile +++ b/audio/wsoundprefs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.50 2014/05/15 14:41:45 adam Exp $ +# $NetBSD: Makefile,v 1.52 2016/04/20 12:10:33 nros Exp $ DISTNAME= WSoundPrefs-1.1.1 PKGNAME= wsoundprefs-1.1.1 @@ -9,10 +9,13 @@ MASTER_SITES= # ftp://shadowmere.student.utwente.nl/pub/WindowMaker/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://shadowmere.student.utwente.nl/ COMMENT= WSoundServer configuration utility +LICENSE= modified-bsd USE_IMAKE= yes BROKEN_GETTEXT_DETECTION= yes +LDFLAGS.SunOS+= -lwraster + .include "../../audio/wsoundserver/buildlink3.mk" .include "../../wm/windowmaker/buildlink3.mk" .include "../../x11/libXext/buildlink3.mk" diff --git a/audio/xanalyser/Makefile b/audio/xanalyser/Makefile index ec5a85c735c99..ae39a73d2a076 100644 --- a/audio/xanalyser/Makefile +++ b/audio/xanalyser/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2014/09/14 12:48:35 shattered Exp $ +# $NetBSD: Makefile,v 1.23 2016/04/20 12:10:33 nros Exp $ # DISTNAME= xanalyser-1.32 @@ -9,6 +9,7 @@ EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://arvin.schnell-web.net/xanalyser/ COMMENT= Frequency spectrum analyser for X +LICENSE= gnu-gpl-v2 USE_LANGUAGES= c c++ GNU_CONFIGURE= yes diff --git a/audio/xcdplayer/Makefile b/audio/xcdplayer/Makefile index 4bd9464183976..4e2903555d16c 100644 --- a/audio/xcdplayer/Makefile +++ b/audio/xcdplayer/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2015/01/01 09:09:15 dholland Exp $ +# $NetBSD: Makefile,v 1.29 2016/04/20 12:10:34 nros Exp $ DISTNAME= xcdplayer-2.2 PKGREVISION= 6 @@ -8,6 +8,7 @@ EXTRACT_SUFX= .tar.Z MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= CD player for X +LICENSE= mit # cdrom interface code only exists for Solaris, SGI, and BSD. # (and note that the BSD code doesn't come with but is in files/) diff --git a/audio/xhippo/Makefile b/audio/xhippo/Makefile index 795636bbceaf5..59685104bbdb9 100644 --- a/audio/xhippo/Makefile +++ b/audio/xhippo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2012/10/02 23:48:14 asau Exp $ +# $NetBSD: Makefile,v 1.31 2016/04/20 12:10:34 nros Exp $ # DISTNAME= xhippo-3.3 @@ -9,6 +9,7 @@ MASTER_SITES= ${MASTER_SITE_GNU:=xhippo/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.gnu.org/software/xhippo/xhippo.html COMMENT= Generic playlist manager for UNIX +LICENSE= gnu-gpl-v2 GNU_CONFIGURE= yes USE_PKGLOCALEDIR= yes diff --git a/audio/xmcd/Makefile b/audio/xmcd/Makefile index dbc74afb9b4a1..5e73b68f76cfe 100644 --- a/audio/xmcd/Makefile +++ b/audio/xmcd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.80 2015/09/08 11:57:49 jperkin Exp $ +# $NetBSD: Makefile,v 1.81 2016/04/20 12:10:34 nros Exp $ DISTNAME= xmcd-3.0.2 PKGREVISION= 15 @@ -8,6 +8,7 @@ MASTER_SITES= http://www.ibiblio.org/tkan/download/xmcd/src/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.amb.org/xmcd/ COMMENT= Motif CD player +LICENSE= gnu-gpl-v2 PATCH_SITES= ${HOMEPAGE} PATCHFILES= xmcd-3.0.2-proxyauth-patch diff --git a/audio/xmix/Makefile b/audio/xmix/Makefile index 8b23c8fb99728..e2020024bb7c1 100644 --- a/audio/xmix/Makefile +++ b/audio/xmix/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2012/10/02 23:48:14 asau Exp $ +# $NetBSD: Makefile,v 1.28 2016/04/20 12:10:34 nros Exp $ DISTNAME= xmix-2.1 PKGREVISION= 3 @@ -10,6 +10,7 @@ PATCHFILES= xmix-2.1.mixers.patch MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Mixer for X Window System +LICENSE= gnu-gpl-v1 NOT_FOR_PLATFORM= Interix-*-* diff --git a/audio/xmmix/Makefile b/audio/xmmix/Makefile index 503bcd31079e4..a1f14fa22f00a 100644 --- a/audio/xmmix/Makefile +++ b/audio/xmmix/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2013/01/19 20:23:34 riastradh Exp $ +# $NetBSD: Makefile,v 1.33 2016/04/20 12:10:34 nros Exp $ DISTNAME= xmmix-1.2 PKGREVISION= 6 @@ -8,6 +8,7 @@ MASTER_SITES= http://www.ibiblio.org/tkan/download/xmmix/1.2.2/src/ MAINTAINER= augustss@cs.chalmers.se HOMEPAGE= http://www.amb.org/xmmix/ COMMENT= X interface to the audio mixer device +LICENSE= gnu-gpl-v2 USE_IMAKE= yes diff --git a/audio/xmms-cdread/Makefile b/audio/xmms-cdread/Makefile index e59e143220ed0..ad32118a5cdae 100644 --- a/audio/xmms-cdread/Makefile +++ b/audio/xmms-cdread/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2015/04/25 14:20:25 tnn Exp $ +# $NetBSD: Makefile,v 1.10 2016/04/20 12:10:34 nros Exp $ # DISTNAME= xmms-cdread-0.14a @@ -9,6 +9,7 @@ MASTER_SITES= ftp://mud.stack.nl/pub/OuterSpace/willem/ MAINTAINER= cheusov@NetBSD.org HOMEPAGE= ftp://mud.stack.nl/pub/OuterSpace/willem/ COMMENT= XMMS input plugin that reads audio data from CDs +LICENSE= gnu-gpl-v2 # no cdrom access code NOT_FOR_PLATFORM= Interix-*-* diff --git a/audio/xmms-crossfade/Makefile b/audio/xmms-crossfade/Makefile index 1da9e4a7e8607..2c14c55ca0f3d 100644 --- a/audio/xmms-crossfade/Makefile +++ b/audio/xmms-crossfade/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.36 2015/04/25 14:20:25 tnn Exp $ +# $NetBSD: Makefile,v 1.37 2016/04/20 12:10:34 nros Exp $ # DISTNAME= xmms-crossfade-0.2.9 @@ -9,6 +9,7 @@ MASTER_SITES= http://www.eisenlohr.org/xmms-crossfade/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.eisenlohr.org/xmms-crossfade/ COMMENT= Crossfading/Gapless Plugin for XMMS +LICENSE= gnu-gpl-v2 GNU_CONFIGURE= YES USE_LIBTOOL= YES diff --git a/audio/xmms-faad/Makefile b/audio/xmms-faad/Makefile index 98ae5ce43404d..e4c424f939c3b 100644 --- a/audio/xmms-faad/Makefile +++ b/audio/xmms-faad/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2015/04/25 14:20:25 tnn Exp $ +# $NetBSD: Makefile,v 1.22 2016/04/20 12:10:34 nros Exp $ DISTNAME= faad2-2.7 PKGNAME= xmms-faad-2.7 @@ -9,6 +9,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=faac/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.audiocoding.com/ COMMENT= XMMS plugin for faad +LICENSE= gnu-gpl-v2 #RESTRICTED= Dolby doesn't allow binary distributions #NO_BIN_ON_FTP= ${RESTRICTED} diff --git a/audio/xmms-flac/Makefile b/audio/xmms-flac/Makefile index 90d23ee452df3..d06984ab31a35 100644 --- a/audio/xmms-flac/Makefile +++ b/audio/xmms-flac/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2015/04/25 14:20:25 tnn Exp $ +# $NetBSD: Makefile,v 1.31 2016/04/20 12:10:34 nros Exp $ # DISTNAME= flac-1.1.3 @@ -10,6 +10,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=flac/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://flac.sourceforge.net/ COMMENT= FLAC XMMS plugin +LICENSE= gnu-gpl-v2 USE_TOOLS+= gmake GNU_CONFIGURE= yes diff --git a/audio/xmms-mad/Makefile b/audio/xmms-mad/Makefile index 75d54880a9c60..b66b1df78eead 100644 --- a/audio/xmms-mad/Makefile +++ b/audio/xmms-mad/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2015/04/25 14:20:25 tnn Exp $ +# $NetBSD: Makefile,v 1.32 2016/04/20 12:10:34 nros Exp $ # DISTNAME= xmms-mad-0.5.7 @@ -9,6 +9,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=xmms-mad/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://sourceforge.net/projects/xmms-mad/ COMMENT= Input plugin for XMMS that uses libmad +LICENSE= gnu-gpl-v2 GNU_CONFIGURE= yes USE_LIBTOOL= yes diff --git a/audio/xmms-meta-input/Makefile b/audio/xmms-meta-input/Makefile index c321b4da7e6d5..355c25e5aeca5 100644 --- a/audio/xmms-meta-input/Makefile +++ b/audio/xmms-meta-input/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2015/04/25 14:20:25 tnn Exp $ +# $NetBSD: Makefile,v 1.22 2016/04/20 12:10:34 nros Exp $ # DISTNAME= xmms-meta-input-0.4 @@ -9,6 +9,7 @@ MASTER_SITES= http://www.corbac.com/Data/Sources/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.corbac.com/page3.html COMMENT= XMMS plugin wrapper for shell scripts +LICENSE= gnu-gpl-v2 INSTALLATION_DIRS= lib/xmms/Input REQD_DIRS+= lib/xmms/Input/Meta diff --git a/audio/xmms-musepack/Makefile b/audio/xmms-musepack/Makefile index d83a02010827b..17defdc6d796a 100644 --- a/audio/xmms-musepack/Makefile +++ b/audio/xmms-musepack/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2015/04/25 14:20:25 tnn Exp $ +# $NetBSD: Makefile,v 1.25 2016/04/20 12:10:34 nros Exp $ # DISTNAME= xmms-musepack-1.1 @@ -10,6 +10,7 @@ EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.musepack.net/ COMMENT= XMMS plugin for musepack (mpc) files +LICENSE= modified-bsd USE_LANGUAGES= c c++ GNU_CONFIGURE= yes diff --git a/audio/xmms-nas/Makefile b/audio/xmms-nas/Makefile index 879bb94f8e602..e8270856f15bb 100644 --- a/audio/xmms-nas/Makefile +++ b/audio/xmms-nas/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2015/04/25 14:20:25 tnn Exp $ +# $NetBSD: Makefile,v 1.8 2016/04/20 12:10:35 nros Exp $ # DISTNAME= xmms-nas-0.2 @@ -9,6 +9,7 @@ MASTER_SITES= ftp://ftp.stack.nl/pub/users/willem/ MAINTAINER= cheusov@NetBSD.org HOMEPAGE= ftp://ftp.stack.nl/pub/users/willem/ COMMENT= XMMS output plugin for Network Audio System (NAS) +LICENSE= gnu-gpl-v2 GNU_CONFIGURE= yes USE_LIBTOOL= yes diff --git a/audio/xmms-pulse/Makefile b/audio/xmms-pulse/Makefile index ef9d6f998ccd7..0b1ff0267e00c 100644 --- a/audio/xmms-pulse/Makefile +++ b/audio/xmms-pulse/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2015/04/25 14:20:25 tnn Exp $ +# $NetBSD: Makefile,v 1.18 2016/04/20 12:10:35 nros Exp $ DISTNAME= xmms-pulse-0.9.4 PKGREVISION= 15 @@ -8,6 +8,7 @@ MASTER_SITES= http://0pointer.de/lennart/projects/xmms-pulse/ MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= XMMS plugin to output sound through the pulseaudio daemon HOMEPAGE= http://0pointer.de/lennart/projects/xmms-pulse/ +LICENSE= gnu-gpl-v2 GNU_CONFIGURE= yes CONFIGURE_ARGS+= --disable-lynx diff --git a/audio/xmms-sid/Makefile b/audio/xmms-sid/Makefile index 86d5fc8fa0d5c..70a82cb35b47c 100644 --- a/audio/xmms-sid/Makefile +++ b/audio/xmms-sid/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2015/04/25 14:20:26 tnn Exp $ +# $NetBSD: Makefile,v 1.19 2016/04/20 12:10:35 nros Exp $ # DISTNAME= xmms-sid-0.7.4 @@ -9,6 +9,7 @@ MASTER_SITES= http://www.tnsp.org/xs-files/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.tnsp.org/ COMMENT= XMMS plugin for SID (Commodore 64) music +LICENSE= gnu-gpl-v2 GNU_CONFIGURE= YES USE_LANGUAGES= c c++ diff --git a/audio/xmms-wma/Makefile b/audio/xmms-wma/Makefile index 90d8eeea20e40..de3ba06130e1a 100644 --- a/audio/xmms-wma/Makefile +++ b/audio/xmms-wma/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2015/12/29 04:54:36 dholland Exp $ +# $NetBSD: Makefile,v 1.15 2016/04/20 12:10:35 nros Exp $ # DISTNAME= xmms-wma-1.0.5 @@ -10,6 +10,7 @@ EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://mcmcc.bat.ru/xmms-wma/ COMMENT= WMA input plugin for XMMS +LICENSE= gnu-gpl-v2 ONLY_FOR_PLATFORM= *-*-i386 # Doesn't seem to be very portable... diff --git a/audio/xmms/Makefile.common b/audio/xmms/Makefile.common index 0cdb902230b8b..f4a0d1149117f 100644 --- a/audio/xmms/Makefile.common +++ b/audio/xmms/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.32 2013/12/23 11:57:02 wiz Exp $ +# $NetBSD: Makefile.common,v 1.33 2016/04/20 12:10:34 nros Exp $ # # used by audio/xmms/Makefile # used by audio/xmms-esound/Makefile @@ -11,6 +11,7 @@ EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://legacy.xmms2.org/ COMMENT= X Multimedia System - an audio player with a Winamp GUI +LICENSE= gnu-gpl-v2 USE_PKGLOCALEDIR= yes USE_LIBTOOL= yes diff --git a/audio/xmradio/Makefile b/audio/xmradio/Makefile index 1028ef36c1ae6..0ffa8a816cfb4 100644 --- a/audio/xmradio/Makefile +++ b/audio/xmradio/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2013/01/19 20:23:34 riastradh Exp $ +# $NetBSD: Makefile,v 1.33 2016/04/20 12:10:35 nros Exp $ DISTNAME= xmradio-1.2 PKGREVISION= 5 @@ -8,6 +8,7 @@ MASTER_SITES= http://core.de/~coto/radio/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://core.de/~coto/xmradio.html COMMENT= Radio application for Brooktree 848 compatible TV cards +LICENSE= 2-clause-bsd DEPENDS+= sox>=12.16:../../audio/sox diff --git a/audio/xsidplay/Makefile b/audio/xsidplay/Makefile index 932be2416a7db..ec72a51ade3ff 100644 --- a/audio/xsidplay/Makefile +++ b/audio/xsidplay/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.56 2015/04/25 14:20:26 tnn Exp $ +# $NetBSD: Makefile,v 1.57 2016/04/20 12:10:35 nros Exp $ # DISTNAME= xsidplay-1.6.5.1a @@ -10,6 +10,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.geocities.com/SiliconValley/Lakes/5147/sidplay/ COMMENT= Commodore 64 music player and SID chip emulator for X11 +LICENSE= gnu-gpl-v2 GNU_CONFIGURE= yes USE_LANGUAGES= c c++ diff --git a/audio/xwave/Makefile b/audio/xwave/Makefile index ccdcca6d60561..008728161d452 100644 --- a/audio/xwave/Makefile +++ b/audio/xwave/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2012/10/02 23:48:16 asau Exp $ +# $NetBSD: Makefile,v 1.28 2016/04/20 12:10:35 nros Exp $ # DISTNAME= xwave2 @@ -9,6 +9,7 @@ MASTER_SITES= # empty MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Audio player/recorder/editor for the X Window System +LICENSE= gnu-gpl-v2 USE_IMAKE= YES INSTALLATION_DIRS= bin lib/X11/app-defaults diff --git a/benchmarks/fib/Makefile b/benchmarks/fib/Makefile index f2c13c739de47..2342de3246aea 100644 --- a/benchmarks/fib/Makefile +++ b/benchmarks/fib/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.17 2014/10/09 14:05:59 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2016/04/24 10:34:43 wiz Exp $ DISTNAME= fib.c PKGNAME= fib-980203 CATEGORIES= benchmarks -MASTER_SITES= http://ftp.sunet.se/pub/benchmark/aburto/fib/ -EXTRACT_SUFX= #empty +MASTER_SITES= # http://ftp.sunet.se/pub/benchmark/aburto/fib/ +EXTRACT_SUFX= #empty MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Mathematical benchmark diff --git a/benchmarks/flops/Makefile b/benchmarks/flops/Makefile index a8fab186ec8bc..8b3e0b828285e 100644 --- a/benchmarks/flops/Makefile +++ b/benchmarks/flops/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.18 2014/10/09 14:05:59 wiz Exp $ +# $NetBSD: Makefile,v 1.19 2016/04/24 10:34:43 wiz Exp $ DISTNAME= flops PKGNAME= flops-2.0 CATEGORIES= benchmarks -MASTER_SITES= http://ftp.sunet.se/pub/benchmark/aburto/flops/ +MASTER_SITES= # http://ftp.sunet.se/pub/benchmark/aburto/flops/ DISTFILES= ${DISTNAME}.c ${DISTNAME}.doc MAINTAINER= pkgsrc-users@NetBSD.org diff --git a/benchmarks/heapsort/Makefile b/benchmarks/heapsort/Makefile index 7d46522d34e1a..8ea840a0f95da 100644 --- a/benchmarks/heapsort/Makefile +++ b/benchmarks/heapsort/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.19 2014/10/09 14:05:59 wiz Exp $ +# $NetBSD: Makefile,v 1.20 2016/04/24 10:34:43 wiz Exp $ DISTNAME= heapsort.c PKGNAME= heapsort-1.0 CATEGORIES= benchmarks -MASTER_SITES= http://ftp.sunet.se/pub/benchmark/aburto/heapsort/ -EXTRACT_SUFX= #empty +MASTER_SITES= # http://ftp.sunet.se/pub/benchmark/aburto/heapsort/ +EXTRACT_SUFX= #empty MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Benchmark program for variable sized arrays diff --git a/benchmarks/netperf/Makefile b/benchmarks/netperf/Makefile index 30d545f8627e1..91e1f6268b027 100644 --- a/benchmarks/netperf/Makefile +++ b/benchmarks/netperf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2015/08/16 01:05:09 mef Exp $ +# $NetBSD: Makefile,v 1.12 2016/03/30 13:24:12 jperkin Exp $ DISTNAME= netperf-2.7.0 CATEGORIES= benchmarks @@ -14,6 +14,7 @@ GNU_CONFIGURE= yes INFO_FILES= yes CFLAGS.IRIX+= -DIRIX +CFLAGS.SunOS+= -D_XOPEN_SOURCE=500 -D__EXTENSIONS__ INSTALLATION_DIRS= ${PKGMANDIR}/man1 diff --git a/benchmarks/netperf/distinfo b/benchmarks/netperf/distinfo index b3360d07e4e10..ee47e298153f8 100644 --- a/benchmarks/netperf/distinfo +++ b/benchmarks/netperf/distinfo @@ -1,10 +1,9 @@ -$NetBSD: distinfo,v 1.11 2015/11/03 00:25:51 agc Exp $ +$NetBSD: distinfo,v 1.12 2016/03/30 13:24:12 jperkin Exp $ SHA1 (netperf-2.7.0.tar.bz2) = 415ecd4877cf8e24cefe6943564e511e6f1e2215 RMD160 (netperf-2.7.0.tar.bz2) = a3b9b89999362ae4077efcffa509140683d2982b SHA512 (netperf-2.7.0.tar.bz2) = 5fb37945bead831247de9c8ba86b33f134ba39e753b483df72de97f536d0846538dadf61acc2dee57f04ab5d16a92afab4890e79a5d7ffa863afd526267fffad Size (netperf-2.7.0.tar.bz2) = 1024430 bytes -SHA1 (patch-ab) = 096eed1eccf6a2f7003898711384ed67019800d7 SHA1 (patch-ah) = b2ee5c6312ed987d6b796fa462dcc3557146580f -SHA1 (patch-ak) = 68628408979f164f2843bbe0eac0cb122af3b4fc +SHA1 (patch-ak) = b151b16049f0e875e256ed271c10d40780dfda69 SHA1 (patch-src_dscp.c) = 2a0c91cc61b85b480b14674fd680c9809660c7b8 diff --git a/benchmarks/netperf/patches/patch-ak b/benchmarks/netperf/patches/patch-ak index f5efc4f3469dd..76b71c7db7a2c 100644 --- a/benchmarks/netperf/patches/patch-ak +++ b/benchmarks/netperf/patches/patch-ak @@ -1,8 +1,20 @@ -$NetBSD: patch-ak,v 1.3 2014/04/01 11:13:27 adam Exp $ +$NetBSD: patch-ak,v 1.4 2016/03/30 13:24:12 jperkin Exp $ ---- src/netlib.c.orig 2012-06-19 20:32:29.000000000 +0000 +Needs sys/sendfile.h on SunOS. + +--- src/netlib.c.orig 2015-04-24 22:08:33.000000000 +0000 +++ src/netlib.c -@@ -259,6 +259,7 @@ union netperf_request_struct netperf_ +@@ -143,6 +143,9 @@ char netlib_id[]="\ + #endif /* __sgi */ + #endif /* _AIX */ + ++#ifdef __sun ++#include ++#endif + + #ifdef HAVE_MPCTL + #include +@@ -254,6 +257,7 @@ union netperf_request_struct netperf_ union netperf_response_struct netperf_response; FILE *where; diff --git a/benchmarks/nsieve/Makefile b/benchmarks/nsieve/Makefile index ccc615436f5a5..e340b26225800 100644 --- a/benchmarks/nsieve/Makefile +++ b/benchmarks/nsieve/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.17 2014/10/09 14:06:00 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2016/04/24 10:34:43 wiz Exp $ DISTNAME= nsieve.c PKGNAME= nsieve-1.2b CATEGORIES= benchmarks -MASTER_SITES= http://ftp.sunet.se/pub/benchmark/aburto/nsieve/ -EXTRACT_SUFX= #empty +MASTER_SITES= #http://ftp.sunet.se/pub/benchmark/aburto/nsieve/ +EXTRACT_SUFX= #empty MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Sieve of Eratosthenes benchmark diff --git a/benchmarks/postal/Makefile b/benchmarks/postal/Makefile index 56bb9167279f6..8ef1f52073a7d 100644 --- a/benchmarks/postal/Makefile +++ b/benchmarks/postal/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.21 2016/03/05 11:28:06 jperkin Exp $ +# $NetBSD: Makefile,v 1.22 2016/03/29 22:05:47 joerg Exp $ DISTNAME= postal-0.70 -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= benchmarks MASTER_SITES= http://www.coker.com.au/postal/ EXTRACT_SUFX= .tgz diff --git a/benchmarks/postal/distinfo b/benchmarks/postal/distinfo index 46f367da0a322..a02b1f3136020 100644 --- a/benchmarks/postal/distinfo +++ b/benchmarks/postal/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.9 2015/11/03 00:25:51 agc Exp $ +$NetBSD: distinfo,v 1.10 2016/03/29 22:05:47 joerg Exp $ SHA1 (postal-0.70.tgz) = d02dc900eb645aa993c5747fa434a0af4b0fb7e0 RMD160 (postal-0.70.tgz) = 2b23ab0d60abfeaad32adf7ba65134d0f267294a @@ -10,7 +10,9 @@ SHA1 (patch-ab) = 38ed0b1ad550b31e8d46639e43b243e0e2b99cf5 SHA1 (patch-ad) = 3707f465c6a69c94fd862fb7863a3c8cb6519366 SHA1 (patch-ae) = 094165c454fb87c9cbacfae6e9ab2bb38f4d15a2 SHA1 (patch-af) = ce387f94ff18a9a6b67dfe5a07740cc8340e6cfb +SHA1 (patch-basictcp.cpp) = fb29a5b4ae0a59681a28ca96cdc52a632a2f1b29 SHA1 (patch-bhmusers.cpp) = 4cdbb026eb8da5bc42aae304e35869542e19ac60 SHA1 (patch-bhmusers.h) = 430fdea85b33a331442b67d988b203715171dcad SHA1 (patch-smtp.cpp) = a91db5779f1ef8cf6d514c1304d20d01a4548772 SHA1 (patch-smtp.h) = 876ece300ee53085b61bb1d16efffa907e733a43 +SHA1 (patch-tcp.cpp) = 6a41a7629607d0238d85bf754b3eb59c407d2757 diff --git a/benchmarks/postal/patches/patch-basictcp.cpp b/benchmarks/postal/patches/patch-basictcp.cpp new file mode 100644 index 0000000000000..9b061102d8e7a --- /dev/null +++ b/benchmarks/postal/patches/patch-basictcp.cpp @@ -0,0 +1,17 @@ +$NetBSD: patch-basictcp.cpp,v 1.1 2016/03/29 22:05:47 joerg Exp $ + +--- basictcp.cpp.orig 2016-03-28 18:41:34.420033652 +0000 ++++ basictcp.cpp +@@ -103,10 +103,10 @@ int base_tcp::ConnectTLS() + m_sslMeth = NULL; + m_sslCtx = NULL; + m_ssl = NULL; +- m_sslMeth = SSLv2_client_method(); ++ m_sslMeth = SSLv23_client_method(); + if(m_sslMeth == NULL) + { +- fprintf(stderr, "Can't get SSLv2_client_method.\n"); ++ fprintf(stderr, "Can't get SSLv23_client_method.\n"); + return 2; + } + m_sslCtx = SSL_CTX_new(m_sslMeth); diff --git a/benchmarks/postal/patches/patch-tcp.cpp b/benchmarks/postal/patches/patch-tcp.cpp new file mode 100644 index 0000000000000..2e92c32926e52 --- /dev/null +++ b/benchmarks/postal/patches/patch-tcp.cpp @@ -0,0 +1,17 @@ +$NetBSD: patch-tcp.cpp,v 1.1 2016/03/29 22:05:47 joerg Exp $ + +--- tcp.cpp.orig 2016-03-28 18:41:37.150020392 +0000 ++++ tcp.cpp +@@ -178,10 +178,10 @@ int tcp::ConnectTLS() + #ifdef USE_OPENSSL + m_sslCtx = NULL; + m_ssl = NULL; +- m_sslMeth = SSLv2_client_method(); ++ m_sslMeth = SSLv23_client_method(); + if(m_sslMeth == NULL) + { +- fprintf(stderr, "Can't get SSLv2_client_method.\n"); ++ fprintf(stderr, "Can't get SSLv23_client_method.\n"); + error(); + return 2; + } diff --git a/bootstrap/bootstrap b/bootstrap/bootstrap index 2e71447a583ab..7af282fa27441 100755 --- a/bootstrap/bootstrap +++ b/bootstrap/bootstrap @@ -1,6 +1,6 @@ #! /bin/sh -# $NetBSD: bootstrap,v 1.229 2016/02/08 14:53:43 jperkin Exp $ +# $NetBSD: bootstrap,v 1.230 2016/04/10 16:18:45 joerg Exp $ # # Copyright (c) 2001-2011 Alistair Crooks # All rights reserved. @@ -1287,7 +1287,7 @@ echo ".endif # end pkgsrc settings" >> ${BOOTSTRAP_MKCONF} # build and register packages # usage: build_package [additional arguments] build_package() { - run_cmd "(cd $pkgsrcdir/$1 && $bmake $make_quiet_flags MAKE_JOBS=${make_jobs} USE_DESTDIR=yes PKG_COMPRESSION=none -DPKG_PRESERVE MAKECONF=${BOOTSTRAP_MKCONF} install)" + run_cmd "(cd $pkgsrcdir/$1 && $bmake $make_quiet_flags MAKE_JOBS=${make_jobs} PKG_COMPRESSION=none -DPKG_PRESERVE MAKECONF=${BOOTSTRAP_MKCONF} install)" } # diff --git a/cad/Makefile b/cad/Makefile index 0de19d77cd10d..72905bc024d0d 100644 --- a/cad/Makefile +++ b/cad/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.83 2016/02/03 19:42:38 bouyer Exp $ +# $NetBSD: Makefile,v 1.84 2016/03/15 15:19:03 mef Exp $ # COMMENT= CAD tools @@ -38,6 +38,7 @@ SUBDIR+= kicad-doc SUBDIR+= kicad-footprints SUBDIR+= kicad-i18n SUBDIR+= kicad-lib +SUBDIR+= klayout SUBDIR+= librecad SUBDIR+= libwcalc SUBDIR+= magic diff --git a/cad/gtkwave/Makefile b/cad/gtkwave/Makefile index 449678d94774d..5117e61c0682f 100644 --- a/cad/gtkwave/Makefile +++ b/cad/gtkwave/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.67 2016/02/20 23:21:16 mef Exp $ +# $NetBSD: Makefile,v 1.68 2016/04/14 03:24:24 mef Exp $ # -DISTNAME= gtkwave-3.3.70 +DISTNAME= gtkwave-3.3.72 CATEGORIES= cad MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gtkwave/} #MASTER_SITES= http://home.nc.rr.com/gtkwave/ diff --git a/cad/gtkwave/PLIST b/cad/gtkwave/PLIST index 701d1055f0392..b9d1ba0f1c7c1 100644 --- a/cad/gtkwave/PLIST +++ b/cad/gtkwave/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.9 2014/01/21 15:07:38 drochner Exp $ +@comment $NetBSD: PLIST,v 1.10 2016/04/16 13:59:24 mef Exp $ bin/evcd2vcd bin/fst2vcd bin/fstminer @@ -83,6 +83,7 @@ share/icons/gnome/48x48/mimetypes/gtkwave.png share/icons/gtkwave_256x256x32.png share/icons/gtkwave_files_256x256x32.png share/icons/gtkwave_savefiles_256x256x32.png +share/icons/hicolor/scalable/apps/gtkwave.svg share/mime/packages/x-gtkwave-extension-ae2.xml share/mime/packages/x-gtkwave-extension-aet.xml share/mime/packages/x-gtkwave-extension-evcd.xml diff --git a/cad/gtkwave/distinfo b/cad/gtkwave/distinfo index 36b511ac74cf7..446121a0f3bba 100644 --- a/cad/gtkwave/distinfo +++ b/cad/gtkwave/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.28 2016/02/20 23:21:16 mef Exp $ +$NetBSD: distinfo,v 1.29 2016/04/14 03:24:24 mef Exp $ -SHA1 (gtkwave-3.3.70.tar.gz) = 94d4fb940f37e41a29cec99f78f4b86fe8b38305 -RMD160 (gtkwave-3.3.70.tar.gz) = 06ac3d8c85564b6d230e99a4d87c5f1b5915af8f -SHA512 (gtkwave-3.3.70.tar.gz) = c7b3a56e2c30620f64de1ff276c35cc3dcc7294ea7c34780408d24288c4a153576a0aef62af4b6c9637989bb13c36ae1589e8ab34aaa232fb04ac15a065ad851 -Size (gtkwave-3.3.70.tar.gz) = 4099487 bytes +SHA1 (gtkwave-3.3.72.tar.gz) = e4b876c77315c4b0565c26b79b1d886fcf377aa5 +RMD160 (gtkwave-3.3.72.tar.gz) = 27b4dd3be0d3983a367a2fdb58ed55deb527095c +SHA512 (gtkwave-3.3.72.tar.gz) = cb5a993445766854ff36cd959adfe26d8e2994db20623573a78df89ecb1d4921c744b25a236d7b28955479dda506a56a04d69f70193ae073d3db92b1b8f45a15 +Size (gtkwave-3.3.72.tar.gz) = 4121875 bytes SHA1 (patch-aa) = b734be7195cfcddf15ddc7741a53e9d32b56b1f2 SHA1 (patch-ab) = a1f6aca8fca90f8bc88a41bde275665b2ea098d1 SHA1 (patch-contrib_bundle__for__osx_gtkwave__bin__launcher.sh) = ca5fcdf744a4f89d06385f3d80696732295f8760 diff --git a/cad/kicad/Makefile b/cad/kicad/Makefile index af188328a0753..2c6418c7b0c29 100644 --- a/cad/kicad/Makefile +++ b/cad/kicad/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2016/02/03 19:34:33 bouyer Exp $ +# $NetBSD: Makefile,v 1.9 2016/03/27 19:49:44 joerg Exp $ # V= 4.0.1 @@ -48,6 +48,11 @@ SUBST_FILES.netbsd5= pcbnew/legacy_plugin.cpp \ SUBST_SED.netbsd5= -e 's/fabsl/fabs/g' .endif +.include "../../mk/compiler.mk" +.if !empty(PKGSRC_COMPILER:Mclang) +CXXFLAGS+= -Wno-error=non-pod-varargs +.endif + .include "../../devel/swig/buildlink3.mk" .include "../../devel/boost-libs/buildlink3.mk" .include "../../devel/cmake/buildlink3.mk" diff --git a/cad/klayout/DESCR b/cad/klayout/DESCR new file mode 100644 index 0000000000000..11f7fc09ce040 --- /dev/null +++ b/cad/klayout/DESCR @@ -0,0 +1,8 @@ + Although a comparatively simple piece of software, a layout viewer is not +only just a tool for the chip design engineer. Today design's complexity +require not only a simple "viewer". Rather, a viewer is the microscope +through which the engineer looks at the design. + +There are numerous viewers available, but sadly there are not many which +satisfy a few basic requirements. Most of them are commercial and +expensive. If there is need for a simple, yet powerful viewer - here it is. diff --git a/cad/klayout/Makefile b/cad/klayout/Makefile new file mode 100644 index 0000000000000..c7abc73486876 --- /dev/null +++ b/cad/klayout/Makefile @@ -0,0 +1,63 @@ +# $NetBSD: Makefile,v 1.4 2016/04/08 23:28:07 mef Exp $ + +DISTNAME= klayout-0.24.6 +CATEGORIES= cad +MASTER_SITES= http://www.klayout.org/downloads/ + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://www.klayout.de/ +COMMENT= Simple GDS and OASIS file viewer and Editor +LICENSE= gnu-gpl-v2 + +USE_LANGUAGES= c c++ +USE_TOOLS+= gmake + +CFLAGS+= -I${PREFIX}/include/python${PYVERSUFFIX} +NO_CONFIGURE= yes + +SUBST_CLASSES+= rpath +SUBST_MESSAGE.rpath= Add COMPILER_RPATH_FLAG and PREFIX to NetBSD specific config file +SUBST_FILES.rpath+= config/Makefile.conf.netbsd-32-gcc-release +SUBST_STAGE.rpath= post-patch +SUBST_VARS.rpath= COMPILER_RPATH_FLAG PREFIX +SUBST_SED.rpath= -e 's|@@LDFLAGS@@|${LDFLAGS}|' + +AUTO_MKDIRS= yes +INSTALL_BINDIR= ${DESTDIR}${PREFIX}/bin +INSTALL_LIBDIR= ${DESTDIR}${PREFIX}/lib +REL_DIR= build.netbsd-32-gcc-release + +OTHER_BIN= \ + strm2cif \ + strm2dxf \ + strm2gds \ + strm2gdstxt \ + strm2oas \ + strm2txt \ + strmclip \ + strmcmp \ + strmxor + +CXXFLAGS+= ${CLANG_NO_VALUE_PROPAGATION_PASS} + +do-build: + cd ${WRKSRC} && ${PKGSRC_SETENV} ${MAKE_ENV} sh build.sh -python python${PYVERSSUFFIX} -qt ${PREFIX}/qt4 + +do-install: + (cd ${WRKSRC}; \ + pwd; \ + ${INSTALL_PROGRAM} ${REL_DIR}/main/klayout ${INSTALL_BINDIR}; \ + ${INSTALL_LIB} ${REL_DIR}/main/libklayout.so ${INSTALL_LIBDIR} ;\ + for bin in ${OTHER_BIN}; do \ + ${INSTALL_PROGRAM} ${REL_DIR}/main/$$bin ${INSTALL_BINDIR} ;\ + done ;\ + ${CHMOD} 755 ${INSTALL_BINDIR}/* ;\ + ) + +.include "../../lang/python/pyversion.mk" +.include "../../lang/ruby/buildlink3.mk" +.include "../../x11/qt4-libs/buildlink3.mk" +# libQtDesigner +.include "../../x11/qt4-tools/buildlink3.mk" +BUILDLINK_DEPMETHOD.qt4-tools= full +.include "../../mk/bsd.pkg.mk" diff --git a/cad/klayout/PLIST b/cad/klayout/PLIST new file mode 100644 index 0000000000000..1bcbb316b9417 --- /dev/null +++ b/cad/klayout/PLIST @@ -0,0 +1,12 @@ +@comment $NetBSD: PLIST,v 1.1 2016/03/15 15:15:59 mef Exp $ +bin/klayout +bin/strm2cif +bin/strm2dxf +bin/strm2gds +bin/strm2gdstxt +bin/strm2oas +bin/strm2txt +bin/strmclip +bin/strmcmp +bin/strmxor +lib/libklayout.so diff --git a/cad/klayout/distinfo b/cad/klayout/distinfo new file mode 100644 index 0000000000000..375e8d9bd8772 --- /dev/null +++ b/cad/klayout/distinfo @@ -0,0 +1,10 @@ +$NetBSD: distinfo,v 1.2 2016/04/08 23:28:07 mef Exp $ + +SHA1 (klayout-0.24.6.tar.gz) = 3fbc184df834011242806dd4d61426b8d00f586c +RMD160 (klayout-0.24.6.tar.gz) = df92ca0489cff1f159af448de7f4c048f215bed4 +SHA512 (klayout-0.24.6.tar.gz) = 0519c451fb8e82c0fb2134b53e47b93cfb45c7f820f7cb3a1e145a6a099a6d941a6b198e2046b9b471ec80a981eaee3750817f212f4c8fd5c0779cb96af68074 +Size (klayout-0.24.6.tar.gz) = 11256108 bytes +SHA1 (patch-build.sh) = 3a1e61100de101cbe82b0c4abfa10a0ab2f7ead7 +SHA1 (patch-config_Makefile_conf_freebsd-32-gcc-release) = 8ee1a6f42465ef650fbd26ec6dcdea4db249d018 +SHA1 (patch-config_Makefile_conf_netbsd-32-gcc-release) = 1fd264f8a25d4410cd48fcfbbbfbf149e65e3b22 +SHA1 (patch-src_layApplication.cc) = d3f115836e75a76ab2322048d8698c0dcd6c7492 diff --git a/cad/klayout/patches/patch-build.sh b/cad/klayout/patches/patch-build.sh new file mode 100644 index 0000000000000..d467b2ff34a46 --- /dev/null +++ b/cad/klayout/patches/patch-build.sh @@ -0,0 +1,19 @@ +$NetBSD: patch-build.sh,v 1.1 2016/03/15 15:15:59 mef Exp $ + +Add NetBSD and FreeBSD + +--- build.sh.orig 2016-02-27 07:20:29.000000000 +0900 ++++ build.sh 2016-03-08 23:14:50.000000000 +0900 +@@ -39,6 +39,12 @@ Darwin*) + PLATFORM="mac-yosemite-gcc-release" + EXEC_HOLDER="klayout.app/Contents/MacOS" + ;; ++FreeBSD) ++ PLATFORM="freebsd-32-gcc-release" ++ ;; ++NetBSD) ++ PLATFORM="netbsd-32-gcc-release" ++ ;; + *) + # Assume Linux for the remaining variants + case `arch` in diff --git a/cad/klayout/patches/patch-config_Makefile_conf_freebsd-32-gcc-release b/cad/klayout/patches/patch-config_Makefile_conf_freebsd-32-gcc-release new file mode 100644 index 0000000000000..86f2629ab41ff --- /dev/null +++ b/cad/klayout/patches/patch-config_Makefile_conf_freebsd-32-gcc-release @@ -0,0 +1,56 @@ +$NetBSD: patch-config_Makefile_conf_freebsd-32-gcc-release,v 1.1 2016/03/15 15:15:59 mef Exp $ + +Add FreeBSD, but not checked yet + +--- /dev/null 2013-04-27 17:36:48.000000000 +0900 ++++ config/Makefile.conf.freebsd-32-gcc-release 2013-04-27 17:37:10.000000000 +0900 +@@ -0,0 +1,49 @@ ++ ++# Configuration file for ++# gcc, FreeBSD ++# release build ++ ++# Compiler options ++ ++AR=ar -r ++ ++# Compiler general ++INC=-I$(TOP_SOURCE) -I$(SOURCE) -I. -I$(QTINCLUDE) ++DEFS=-DQT_THREAD_SUPPORT -DQT_NO_CAST_FROM_ASCII -DQT_NO_CAST_TO_ASCII ++ ++# C++ ++CXX?=gcc ++CXXOPT_DEP=-MM -MG ++CXXWARN=-Wall -Wno-deprecated -Woverloaded-virtual \ ++ -Wsign-promo -Wsynth -Wno-long-long -Wno-strict-aliasing ++CXXOPT=${CXXFLAGS} -c -o ++CXXOPT_SO=-fPIC $(CXXOPT) ++ ++# C ++CC?=gcc ++CCOPT_DEP=-MM -MG ++CCWARN= ++CCOPT=${CFLAGS} -c -o ++CCOPT_SO=-fPIC $(CCOPT) ++ ++# Linker ++LINK?=${CXX} ++LOPT=${LDFLAGS} -g -Wl,-E -o ++LOPT_SO=${LDFLAGS} -g -shared -o ++ ++LIBS=${PTHREAD_LIBS} -L$(QTLIB) -lQtGui -lQtCore -lQtXml -lQtNetwork -lQtSql -lQtDesigner -lrt -lm -lcrypt -lz ++ ++.PHONY: install ++install: ++ mkdir -p $(INSTALL_BINDIR) ++ cp main/$(EXEC_NAME) $(INSTALL_BINDIR) ++ for bin in $(OTHER_BIN) ; \ ++ do \ ++ cp main/$$bin $(INSTALL_BINDIR) ; \ ++ done ++ for plugin in $(PLUGINS) ; \ ++ do \ ++ cp $$plugin/*.so $(INSTALL_BINDIR) ; \ ++ done ++ chmod 755 $(INSTALL_BINDIR) $(INSTALL_BINDIR)/* ++ diff --git a/cad/klayout/patches/patch-config_Makefile_conf_netbsd-32-gcc-release b/cad/klayout/patches/patch-config_Makefile_conf_netbsd-32-gcc-release new file mode 100644 index 0000000000000..7e31f4b9d0286 --- /dev/null +++ b/cad/klayout/patches/patch-config_Makefile_conf_netbsd-32-gcc-release @@ -0,0 +1,56 @@ +$NetBSD: patch-config_Makefile_conf_netbsd-32-gcc-release,v 1.1 2016/03/15 15:15:59 mef Exp $ + +Add NetBSD + +--- /dev/null 2013-04-27 17:36:48.000000000 +0900 ++++ config/Makefile.conf.netbsd-32-gcc-release 2013-04-27 17:37:10.000000000 +0900 +@@ -0,0 +1,49 @@ ++ ++# # Configuration file for ++# # gcc, NetBSD ++# # release build ++# ++# # Compiler options ++# ++AR=ar -r ++# ++# # Compiler general ++INC=-I$(TOP_SOURCE) -I$(SOURCE) -I. -I$(QTINCLUDE) ++DEFS=-DQT_THREAD_SUPPORT -DQT_NO_CAST_FROM_ASCII -DQT_NO_CAST_TO_ASCII ++# ++# # C++ ++CXX=gcc ++CXXOPT_DEP=-MM -MG ++CXXWARN=-Wall -Wno-deprecated -Woverloaded-virtual \ ++ -Wsign-promo -Wsynth -Wno-long-long -Wno-strict-aliasing ++CXXOPT=${CXXFLAGS} -c -o ++CXXOPT_SO=-fPIC $(CXXOPT) ++# ++# # C ++CC=gcc ++CCOPT_DEP=-MM -MG ++CCWARN= ++CCOPT=${CFLAGS} -c -o ++CCOPT_SO=-fPIC $(CCOPT) ++# ++# # Linker ++LINK=gcc ++LOPT=@@LDFLAGS@@ -g -Wl,-E -o ++LOPT_SO= @COMPILER_RPATH_FLAG@@PREFIX@/lib:@PREFIX@/qt-4/lib:/usr/lib @@LDFLAGS@@ -g -shared -o ++# ++LIBS=${PTHREAD_LIBS} -L$(QTLIB) -lQtGui -lQtCore -lQtXml -lQtNetwork -lQtSql -lQtDesigner -lrt -lm -lcrypt -lz ++ ++#.PHONY: install ++#install: ++# mkdir -p $(INSTALL_BINDIR) ++# cp main/$(EXEC_NAME) $(INSTALL_BINDIR) ++# for bin in $(OTHER_BIN) ; \ ++# do \ ++# cp main/$$bin $(INSTALL_BINDIR) ; \ ++# done ++# for plugin in $(PLUGINS) ; \ ++# do \ ++# cp $$plugin/*.so $(INSTALL_BINDIR) ; \ ++# done ++# chmod 755 $(INSTALL_BINDIR) $(INSTALL_BINDIR)/* ++ diff --git a/cad/klayout/patches/patch-src_layApplication.cc b/cad/klayout/patches/patch-src_layApplication.cc new file mode 100644 index 0000000000000..9296289cadc44 --- /dev/null +++ b/cad/klayout/patches/patch-src_layApplication.cc @@ -0,0 +1,16 @@ +$NetBSD: patch-src_layApplication.cc,v 1.1 2016/03/15 15:15:59 mef Exp $ + +To avoid following message +error: 'struct sigaction' has no member named 'sa_restorer' + +--- src/layApplication.cc.orig 2016-02-27 07:20:30.000000000 +0900 ++++ src/layApplication.cc 2016-03-08 23:52:13.000000000 +0900 +@@ -349,7 +349,7 @@ static void install_signal_handlers () + act.sa_sigaction = signal_handler; + sigemptyset (&act.sa_mask); + act.sa_flags = SA_SIGINFO; +-#if !defined(__APPLE__) ++#if !defined(__APPLE__) && !defined(__NetBSD__) + act.sa_restorer = 0; + #endif + diff --git a/cad/pcb/Makefile b/cad/pcb/Makefile index 94a5234b5f6a1..d033beed59aef 100644 --- a/cad/pcb/Makefile +++ b/cad/pcb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.81 2016/01/22 21:56:36 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.82 2016/04/11 04:22:33 dbj Exp $ # DISTNAME= pcb-20140316 @@ -53,7 +53,7 @@ CONFIGURE_ARGS+= --with-gui=gtk .elif !empty(PKG_OPTIONS:Mbatch) CONFIGURE_ARGS+= --with-gui=none .else -PKG_FAIL_REASON= Invalid options +PKG_FAIL_REASON+= Invalid options .endif # dbus is only needed if we are building a gui (lesstif/gtk) diff --git a/cad/pcb/distinfo b/cad/pcb/distinfo index 145eb609b9f23..54efac876905b 100644 --- a/cad/pcb/distinfo +++ b/cad/pcb/distinfo @@ -1,8 +1,9 @@ -$NetBSD: distinfo,v 1.23 2016/03/07 23:40:47 dsainty Exp $ +$NetBSD: distinfo,v 1.24 2016/04/03 12:48:38 joerg Exp $ SHA1 (pcb-20140316.tar.gz) = ec714ff136d1817e500e1a9e654e786883b9501e RMD160 (pcb-20140316.tar.gz) = 70ef878227ad52c83ce4499373550e7a8d807dd4 SHA512 (pcb-20140316.tar.gz) = 5b9a2704b4d3c95f03afad0fe8fb5414b2aa9d680e40bf77ad9b46a9d4e14ba740858092794a9ff6788f31ac19063b126d8ceed6316c0d9eaaaa574e6678c071 Size (pcb-20140316.tar.gz) = 4210077 bytes SHA1 (patch-icon-theme-installer) = b3b183f2ab77c56e52d4cd96058a28bc7e2832bb +SHA1 (patch-src_gettext.h) = 2f256e29caa89e58931279a40eecc9e8a3b93d04 SHA1 (patch-src_report.c) = 4ed8fa6eeb8401c0fe052c7beecd44b307ec0d73 diff --git a/cad/pcb/patches/patch-src_gettext.h b/cad/pcb/patches/patch-src_gettext.h new file mode 100644 index 0000000000000..90f7b5b2f1fcc --- /dev/null +++ b/cad/pcb/patches/patch-src_gettext.h @@ -0,0 +1,13 @@ +$NetBSD: patch-src_gettext.h,v 1.1 2016/04/03 12:48:38 joerg Exp $ + +--- src/gettext.h.orig 2016-04-02 21:13:28.754215955 +0000 ++++ src/gettext.h +@@ -93,6 +93,8 @@ + + #endif + ++#include ++ + /* A pseudo function call that serves as a marker for the automated + extraction of messages, but does not call gettext(). The run-time + translation is done at a different place in the code. diff --git a/cad/tkgate/Makefile b/cad/tkgate/Makefile index 4d2f077a28fbd..15d0d35e4db73 100644 --- a/cad/tkgate/Makefile +++ b/cad/tkgate/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2015/01/17 14:48:56 bsiegert Exp $ +# $NetBSD: Makefile,v 1.33 2016/04/21 13:15:15 jperkin Exp $ # DISTNAME= tkgate-1.8.7 @@ -25,9 +25,7 @@ SUBST_CLASSES+= tkgate SUBST_MESSAGE.tkgate= Fixing paths in configuration files. SUBST_STAGE.tkgate= pre-configure SUBST_FILES.tkgate= config.h -SUBST_SED.tkgate= -e 's|@LOCALBASE@|${LOCALBASE}|g' -SUBST_SED.tkgate+= -e 's|@PREFIX@|${PREFIX}|g' -SUBST_SED.tkgate+= -e 's|@X11BASE@|${X11BASE}|g' +SUBST_VARS.tkgate= LOCALBASE PKGMANDIR PREFIX X11BASE do-configure: ${ECHO} "${TKGATE_SITENAME}" > ${WRKSRC}/sitename.txt diff --git a/cad/tkgate/distinfo b/cad/tkgate/distinfo index 4ef117307a31e..851d6b3489b29 100644 --- a/cad/tkgate/distinfo +++ b/cad/tkgate/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.10 2015/11/03 00:21:19 agc Exp $ +$NetBSD: distinfo,v 1.11 2016/04/21 13:15:15 jperkin Exp $ SHA1 (tkgate-1.8.7.tgz) = cf670ee0088c7bbd1f757d8647ec9b3a5ab58257 RMD160 (tkgate-1.8.7.tgz) = 87d7528f765adcd1b38fff4d019458fce1e855de SHA512 (tkgate-1.8.7.tgz) = 6a02d06b8394bb6601774cbfc699534e8fe337177aa59130f791b863b8080463c5d555b50d72e32bd710cfa6be6e4e8a5e681344ffb833e8b8d699d9032d1ab0 Size (tkgate-1.8.7.tgz) = 1541823 bytes SHA1 (patch-Imakefile) = 6b10f8aa4e7fe40d5b804809e10ea4be8a256c72 -SHA1 (patch-aa) = 69e17b0b38b18837efd886988c3891b5538482ab +SHA1 (patch-aa) = e4ac73db08ae6cbd039e84e3640e5a23f3c7f840 SHA1 (patch-ab) = 1b80671b8ad504970f35d6413151439138269a1b diff --git a/cad/tkgate/patches/patch-aa b/cad/tkgate/patches/patch-aa index 4bfdc760bca9f..da1bd6ce2ce80 100644 --- a/cad/tkgate/patches/patch-aa +++ b/cad/tkgate/patches/patch-aa @@ -1,4 +1,4 @@ -$NetBSD: patch-aa,v 1.5 2015/01/17 14:48:56 bsiegert Exp $ +$NetBSD: patch-aa,v 1.6 2016/04/21 13:15:15 jperkin Exp $ --- config.h.orig 2007-01-30 04:45:09.000000000 +0100 +++ config.h 2014-12-13 18:30:51.000000000 +0100 @@ -46,7 +46,7 @@ $NetBSD: patch-aa,v 1.5 2015/01/17 14:48:56 bsiegert Exp $ need to run the configure script again. */ -#define TKGATE_MANDIR /usr/X11R6/man/man1 -+#define TKGATE_MANDIR @PREFIX@/man/man1 ++#define TKGATE_MANDIR @PREFIX@/@PKGMANDIR@/man1 /* Digital circuit editor and simulator. diff --git a/chat/atheme/Makefile b/chat/atheme/Makefile index 0af25b349f803..e9b946463ff06 100644 --- a/chat/atheme/Makefile +++ b/chat/atheme/Makefile @@ -1,11 +1,12 @@ -# $NetBSD: Makefile,v 1.13 2016/03/05 11:28:06 jperkin Exp $ +# $NetBSD: Makefile,v 1.14 2016/04/30 20:57:23 joerg Exp $ # DISTNAME= atheme-services-3.0.4 PKGNAME= ${DISTNAME:S/-services//} PKGREVISION= 5 CATEGORIES= chat -MASTER_SITES= http://distfiles.atheme.org/ +# Gives 401 +#MASTER_SITES= http://distfiles.atheme.org/ EXTRACT_SUFX= .tbz2 MAINTAINER= pkgsrc-users@NetBSD.org diff --git a/chat/ejabberd/Makefile b/chat/ejabberd/Makefile index 965a9bf4e993e..36cb7bb5acad8 100644 --- a/chat/ejabberd/Makefile +++ b/chat/ejabberd/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.63 2016/01/18 10:23:18 fhajny Exp $ +# $NetBSD: Makefile,v 1.65 2016/04/29 19:05:22 fhajny Exp $ -DISTNAME= ejabberd-16.01 -PKGREVISION= 1 +DISTNAME= ejabberd-16.04 CATEGORIES= chat MASTER_SITES= http://www.process-one.net/downloads/ejabberd/${PKGVERSION_NOREV}/ EXTRACT_SUFX= .tgz @@ -11,29 +10,28 @@ HOMEPAGE= http://www.ejabberd.im/ COMMENT= Free and Open Source distributed fault-tolerant Jabber server LICENSE= gnu-gpl-v2 -DEPENDS+= erlang-cache_tab>=1.0.1:../../devel/erlang-p1_cache_tab -DEPENDS+= erlang-goldrush-0.1.*:../../sysutils/erlang-goldrush -DEPENDS+= erlang-jiffy>=0.14.5:../../textproc/erlang-jiffy +DEPENDS+= erlang-cache_tab>=1.0.2:../../devel/erlang-cache_tab +DEPENDS+= erlang-esip>=1.0.4:../../net/erlang-esip +DEPENDS+= erlang-ezlib>=1.0.1:../../devel/erlang-ezlib +DEPENDS+= erlang-fast_tls>=1.0.3:../../security/erlang-fast_tls +DEPENDS+= erlang-fast_xml>=1.1.3:../../textproc/erlang-fast_xml +DEPENDS+= erlang-fast_yaml>=1.0.3:../../textproc/erlang-fast_yaml +DEPENDS+= erlang-iconv>=1.0.0:../../converters/erlang-iconv +DEPENDS+= erlang-jiffy>=0.14.7:../../textproc/erlang-jiffy DEPENDS+= erlang-lager>=3.0.2:../../sysutils/erlang-lager -DEPENDS+= erlang-oauth2>=0.6.0.20150911:../../security/erlang-oauth2 -DEPENDS+= erlang-p1_iconv-0.9.*:../../converters/erlang-p1_iconv -DEPENDS+= erlang-p1_mysql>=1.0.0:../../databases/erlang-p1_mysql +DEPENDS+= erlang-luerl>=0.2:../../lang/erlang-luerl +DEPENDS+= erlang-p1_mysql>=1.0.1:../../databases/erlang-p1_mysql +DEPENDS+= erlang-p1_oauth2>=0.6.1:../../security/erlang-p1_oauth2 DEPENDS+= erlang-p1_pam>=1.0.0:../../security/erlang-p1_pam -DEPENDS+= erlang-p1_pgsql>=1.0.0:../../databases/erlang-p1_pgsql -DEPENDS+= erlang-p1_sip>=1.0.0:../../net/erlang-p1_sip -DEPENDS+= erlang-p1_stringprep>=1.0.0:../../textproc/erlang-p1_stringprep -DEPENDS+= erlang-p1_stun-0.9.*:../../net/erlang-p1_stun -DEPENDS+= erlang-p1_tls>=1.0.0:../../security/erlang-p1_tls -DEPENDS+= erlang-p1_utils>=1.0.2:../../misc/erlang-p1_utils -DEPENDS+= erlang-p1_xml>=1.1.1:../../textproc/erlang-p1_xml -DEPENDS+= erlang-p1_yaml>=1.0.0:../../textproc/erlang-p1_yaml -DEPENDS+= erlang-p1_zlib>=1.0.0:../../devel/erlang-p1_zlib -DEPENDS+= erlang-xmlrpc>=1.15.20150506:../../textproc/erlang-xmlrpc +DEPENDS+= erlang-p1_pgsql>=1.1.0:../../databases/erlang-p1_pgsql +DEPENDS+= erlang-p1_utils>=1.0.4:../../misc/erlang-p1_utils +DEPENDS+= erlang-p1_xmlrpc>=1.15.1:../../textproc/erlang-p1_xmlrpc +DEPENDS+= erlang-stringprep>=1.0.3:../../textproc/erlang-stringprep +DEPENDS+= erlang-stun>=1.0.3:../../net/erlang-stun CONFLICTS+= jabberd-[0-9]* GNU_CONFIGURE= yes USE_GCC_RUNTIME= yes -USE_LANGUAGES= c c++ USE_TOOLS+= bash:run gmake patch CONFIGURE_ARGS+= --disable-debug diff --git a/chat/ejabberd/PLIST b/chat/ejabberd/PLIST index d67b794739071..82aacd9825be3 100644 --- a/chat/ejabberd/PLIST +++ b/chat/ejabberd/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.38 2016/01/16 19:28:01 fhajny Exp $ +@comment $NetBSD: PLIST,v 1.40 2016/04/29 19:05:22 fhajny Exp $ lib/erlang/lib/${PKGNAME}/ebin/ELDAPv3.beam lib/erlang/lib/${PKGNAME}/ebin/XmppAddr.beam lib/erlang/lib/${PKGNAME}/ebin/acl.beam @@ -16,11 +16,11 @@ lib/erlang/lib/${PKGNAME}/ebin/ejabberd_app.beam lib/erlang/lib/${PKGNAME}/ebin/ejabberd_auth.beam lib/erlang/lib/${PKGNAME}/ebin/ejabberd_auth_anonymous.beam lib/erlang/lib/${PKGNAME}/ebin/ejabberd_auth_external.beam -lib/erlang/lib/${PKGNAME}/ebin/ejabberd_auth_internal.beam lib/erlang/lib/${PKGNAME}/ebin/ejabberd_auth_ldap.beam -lib/erlang/lib/${PKGNAME}/ebin/ejabberd_auth_odbc.beam +lib/erlang/lib/${PKGNAME}/ebin/ejabberd_auth_mnesia.beam lib/erlang/lib/${PKGNAME}/ebin/ejabberd_auth_pam.beam lib/erlang/lib/${PKGNAME}/ebin/ejabberd_auth_riak.beam +lib/erlang/lib/${PKGNAME}/ebin/ejabberd_auth_sql.beam lib/erlang/lib/${PKGNAME}/ebin/ejabberd_c2s.beam lib/erlang/lib/${PKGNAME}/ebin/ejabberd_c2s_config.beam lib/erlang/lib/${PKGNAME}/ebin/ejabberd_captcha.beam @@ -40,8 +40,6 @@ lib/erlang/lib/${PKGNAME}/ebin/ejabberd_local.beam lib/erlang/lib/${PKGNAME}/ebin/ejabberd_logger.beam lib/erlang/lib/${PKGNAME}/ebin/ejabberd_node_groups.beam lib/erlang/lib/${PKGNAME}/ebin/ejabberd_oauth.beam -lib/erlang/lib/${PKGNAME}/ebin/ejabberd_odbc.beam -lib/erlang/lib/${PKGNAME}/ebin/ejabberd_odbc_sup.beam lib/erlang/lib/${PKGNAME}/ebin/ejabberd_piefxis.beam lib/erlang/lib/${PKGNAME}/ebin/ejabberd_rdbms.beam lib/erlang/lib/${PKGNAME}/ebin/ejabberd_receiver.beam @@ -56,9 +54,12 @@ lib/erlang/lib/${PKGNAME}/ebin/ejabberd_s2s_out.beam lib/erlang/lib/${PKGNAME}/ebin/ejabberd_service.beam lib/erlang/lib/${PKGNAME}/ebin/ejabberd_sm.beam lib/erlang/lib/${PKGNAME}/ebin/ejabberd_sm_mnesia.beam -lib/erlang/lib/${PKGNAME}/ebin/ejabberd_sm_odbc.beam lib/erlang/lib/${PKGNAME}/ebin/ejabberd_sm_redis.beam +lib/erlang/lib/${PKGNAME}/ebin/ejabberd_sm_sql.beam lib/erlang/lib/${PKGNAME}/ebin/ejabberd_socket.beam +lib/erlang/lib/${PKGNAME}/ebin/ejabberd_sql.beam +lib/erlang/lib/${PKGNAME}/ebin/ejabberd_sql_pt.beam +lib/erlang/lib/${PKGNAME}/ebin/ejabberd_sql_sup.beam lib/erlang/lib/${PKGNAME}/ebin/ejabberd_stun.beam lib/erlang/lib/${PKGNAME}/ebin/ejabberd_sup.beam lib/erlang/lib/${PKGNAME}/ebin/ejabberd_system_monitor.beam @@ -68,12 +69,13 @@ lib/erlang/lib/${PKGNAME}/ebin/ejabberd_web.beam lib/erlang/lib/${PKGNAME}/ebin/ejabberd_web_admin.beam lib/erlang/lib/${PKGNAME}/ebin/ejabberd_websocket.beam lib/erlang/lib/${PKGNAME}/ebin/ejabberd_xmlrpc.beam -lib/erlang/lib/${PKGNAME}/ebin/ejd2odbc.beam +lib/erlang/lib/${PKGNAME}/ebin/ejd2sql.beam lib/erlang/lib/${PKGNAME}/ebin/eldap.beam lib/erlang/lib/${PKGNAME}/ebin/eldap_filter.beam lib/erlang/lib/${PKGNAME}/ebin/eldap_filter_yecc.beam lib/erlang/lib/${PKGNAME}/ebin/eldap_pool.beam lib/erlang/lib/${PKGNAME}/ebin/eldap_utils.beam +lib/erlang/lib/${PKGNAME}/ebin/elixir_logger_backend.beam lib/erlang/lib/${PKGNAME}/ebin/ext_mod.beam lib/erlang/lib/${PKGNAME}/ebin/extauth.beam lib/erlang/lib/${PKGNAME}/ebin/gen_iq_handler.beam @@ -86,9 +88,19 @@ lib/erlang/lib/${PKGNAME}/ebin/jlib.beam lib/erlang/lib/${PKGNAME}/ebin/mod_adhoc.beam lib/erlang/lib/${PKGNAME}/ebin/mod_admin_extra.beam lib/erlang/lib/${PKGNAME}/ebin/mod_announce.beam +lib/erlang/lib/${PKGNAME}/ebin/mod_announce_mnesia.beam +lib/erlang/lib/${PKGNAME}/ebin/mod_announce_riak.beam +lib/erlang/lib/${PKGNAME}/ebin/mod_announce_sql.beam lib/erlang/lib/${PKGNAME}/ebin/mod_blocking.beam +lib/erlang/lib/${PKGNAME}/ebin/mod_blocking_mnesia.beam +lib/erlang/lib/${PKGNAME}/ebin/mod_blocking_riak.beam +lib/erlang/lib/${PKGNAME}/ebin/mod_blocking_sql.beam lib/erlang/lib/${PKGNAME}/ebin/mod_caps.beam +lib/erlang/lib/${PKGNAME}/ebin/mod_caps_mnesia.beam +lib/erlang/lib/${PKGNAME}/ebin/mod_caps_riak.beam +lib/erlang/lib/${PKGNAME}/ebin/mod_caps_sql.beam lib/erlang/lib/${PKGNAME}/ebin/mod_carboncopy.beam +lib/erlang/lib/${PKGNAME}/ebin/mod_carboncopy_mnesia.beam lib/erlang/lib/${PKGNAME}/ebin/mod_client_state.beam lib/erlang/lib/${PKGNAME}/ebin/mod_configure.beam lib/erlang/lib/${PKGNAME}/ebin/mod_configure2.beam @@ -103,19 +115,40 @@ lib/erlang/lib/${PKGNAME}/ebin/mod_http_upload_quota.beam lib/erlang/lib/${PKGNAME}/ebin/mod_ip_blacklist.beam lib/erlang/lib/${PKGNAME}/ebin/mod_irc.beam lib/erlang/lib/${PKGNAME}/ebin/mod_irc_connection.beam +lib/erlang/lib/${PKGNAME}/ebin/mod_irc_mnesia.beam +lib/erlang/lib/${PKGNAME}/ebin/mod_irc_riak.beam +lib/erlang/lib/${PKGNAME}/ebin/mod_irc_sql.beam lib/erlang/lib/${PKGNAME}/ebin/mod_last.beam +lib/erlang/lib/${PKGNAME}/ebin/mod_last_mnesia.beam +lib/erlang/lib/${PKGNAME}/ebin/mod_last_riak.beam +lib/erlang/lib/${PKGNAME}/ebin/mod_last_sql.beam lib/erlang/lib/${PKGNAME}/ebin/mod_mam.beam +lib/erlang/lib/${PKGNAME}/ebin/mod_mam_mnesia.beam +lib/erlang/lib/${PKGNAME}/ebin/mod_mam_sql.beam lib/erlang/lib/${PKGNAME}/ebin/mod_metrics.beam +lib/erlang/lib/${PKGNAME}/ebin/mod_mix.beam lib/erlang/lib/${PKGNAME}/ebin/mod_muc.beam lib/erlang/lib/${PKGNAME}/ebin/mod_muc_admin.beam lib/erlang/lib/${PKGNAME}/ebin/mod_muc_log.beam +lib/erlang/lib/${PKGNAME}/ebin/mod_muc_mnesia.beam +lib/erlang/lib/${PKGNAME}/ebin/mod_muc_riak.beam lib/erlang/lib/${PKGNAME}/ebin/mod_muc_room.beam +lib/erlang/lib/${PKGNAME}/ebin/mod_muc_sql.beam lib/erlang/lib/${PKGNAME}/ebin/mod_multicast.beam lib/erlang/lib/${PKGNAME}/ebin/mod_offline.beam +lib/erlang/lib/${PKGNAME}/ebin/mod_offline_mnesia.beam +lib/erlang/lib/${PKGNAME}/ebin/mod_offline_riak.beam +lib/erlang/lib/${PKGNAME}/ebin/mod_offline_sql.beam lib/erlang/lib/${PKGNAME}/ebin/mod_ping.beam lib/erlang/lib/${PKGNAME}/ebin/mod_pres_counter.beam lib/erlang/lib/${PKGNAME}/ebin/mod_privacy.beam +lib/erlang/lib/${PKGNAME}/ebin/mod_privacy_mnesia.beam +lib/erlang/lib/${PKGNAME}/ebin/mod_privacy_riak.beam +lib/erlang/lib/${PKGNAME}/ebin/mod_privacy_sql.beam lib/erlang/lib/${PKGNAME}/ebin/mod_private.beam +lib/erlang/lib/${PKGNAME}/ebin/mod_private_mnesia.beam +lib/erlang/lib/${PKGNAME}/ebin/mod_private_riak.beam +lib/erlang/lib/${PKGNAME}/ebin/mod_private_sql.beam lib/erlang/lib/${PKGNAME}/ebin/mod_proxy65.beam lib/erlang/lib/${PKGNAME}/ebin/mod_proxy65_lib.beam lib/erlang/lib/${PKGNAME}/ebin/mod_proxy65_service.beam @@ -125,9 +158,15 @@ lib/erlang/lib/${PKGNAME}/ebin/mod_pubsub.beam lib/erlang/lib/${PKGNAME}/ebin/mod_register.beam lib/erlang/lib/${PKGNAME}/ebin/mod_register_web.beam lib/erlang/lib/${PKGNAME}/ebin/mod_roster.beam +lib/erlang/lib/${PKGNAME}/ebin/mod_roster_mnesia.beam +lib/erlang/lib/${PKGNAME}/ebin/mod_roster_riak.beam +lib/erlang/lib/${PKGNAME}/ebin/mod_roster_sql.beam lib/erlang/lib/${PKGNAME}/ebin/mod_service_log.beam lib/erlang/lib/${PKGNAME}/ebin/mod_shared_roster.beam lib/erlang/lib/${PKGNAME}/ebin/mod_shared_roster_ldap.beam +lib/erlang/lib/${PKGNAME}/ebin/mod_shared_roster_mnesia.beam +lib/erlang/lib/${PKGNAME}/ebin/mod_shared_roster_riak.beam +lib/erlang/lib/${PKGNAME}/ebin/mod_shared_roster_sql.beam lib/erlang/lib/${PKGNAME}/ebin/mod_sic.beam lib/erlang/lib/${PKGNAME}/ebin/mod_sip.beam lib/erlang/lib/${PKGNAME}/ebin/mod_sip_proxy.beam @@ -136,35 +175,44 @@ lib/erlang/lib/${PKGNAME}/ebin/mod_stats.beam lib/erlang/lib/${PKGNAME}/ebin/mod_time.beam lib/erlang/lib/${PKGNAME}/ebin/mod_vcard.beam lib/erlang/lib/${PKGNAME}/ebin/mod_vcard_ldap.beam +lib/erlang/lib/${PKGNAME}/ebin/mod_vcard_mnesia.beam +lib/erlang/lib/${PKGNAME}/ebin/mod_vcard_riak.beam +lib/erlang/lib/${PKGNAME}/ebin/mod_vcard_sql.beam lib/erlang/lib/${PKGNAME}/ebin/mod_vcard_xupdate.beam +lib/erlang/lib/${PKGNAME}/ebin/mod_vcard_xupdate_mnesia.beam +lib/erlang/lib/${PKGNAME}/ebin/mod_vcard_xupdate_riak.beam +lib/erlang/lib/${PKGNAME}/ebin/mod_vcard_xupdate_sql.beam lib/erlang/lib/${PKGNAME}/ebin/mod_version.beam lib/erlang/lib/${PKGNAME}/ebin/node_buddy.beam lib/erlang/lib/${PKGNAME}/ebin/node_club.beam lib/erlang/lib/${PKGNAME}/ebin/node_dag.beam lib/erlang/lib/${PKGNAME}/ebin/node_dispatch.beam lib/erlang/lib/${PKGNAME}/ebin/node_flat.beam -lib/erlang/lib/${PKGNAME}/ebin/node_flat_odbc.beam +lib/erlang/lib/${PKGNAME}/ebin/node_flat_sql.beam lib/erlang/lib/${PKGNAME}/ebin/node_hometree.beam -lib/erlang/lib/${PKGNAME}/ebin/node_hometree_odbc.beam +lib/erlang/lib/${PKGNAME}/ebin/node_hometree_sql.beam lib/erlang/lib/${PKGNAME}/ebin/node_mb.beam +lib/erlang/lib/${PKGNAME}/ebin/node_mix.beam +lib/erlang/lib/${PKGNAME}/ebin/node_mix_sql.beam lib/erlang/lib/${PKGNAME}/ebin/node_online.beam lib/erlang/lib/${PKGNAME}/ebin/node_pep.beam -lib/erlang/lib/${PKGNAME}/ebin/node_pep_odbc.beam +lib/erlang/lib/${PKGNAME}/ebin/node_pep_sql.beam lib/erlang/lib/${PKGNAME}/ebin/node_private.beam lib/erlang/lib/${PKGNAME}/ebin/node_public.beam lib/erlang/lib/${PKGNAME}/ebin/nodetree_dag.beam lib/erlang/lib/${PKGNAME}/ebin/nodetree_tree.beam -lib/erlang/lib/${PKGNAME}/ebin/nodetree_tree_odbc.beam +lib/erlang/lib/${PKGNAME}/ebin/nodetree_tree_sql.beam lib/erlang/lib/${PKGNAME}/ebin/nodetree_virtual.beam -lib/erlang/lib/${PKGNAME}/ebin/odbc_queries.beam -lib/erlang/lib/${PKGNAME}/ebin/pubsub_db_odbc.beam +lib/erlang/lib/${PKGNAME}/ebin/prosody2ejabberd.beam +lib/erlang/lib/${PKGNAME}/ebin/pubsub_db_sql.beam lib/erlang/lib/${PKGNAME}/ebin/pubsub_index.beam lib/erlang/lib/${PKGNAME}/ebin/pubsub_migrate.beam lib/erlang/lib/${PKGNAME}/ebin/pubsub_subscription.beam -lib/erlang/lib/${PKGNAME}/ebin/pubsub_subscription_odbc.beam +lib/erlang/lib/${PKGNAME}/ebin/pubsub_subscription_sql.beam lib/erlang/lib/${PKGNAME}/ebin/randoms.beam lib/erlang/lib/${PKGNAME}/ebin/scram.beam lib/erlang/lib/${PKGNAME}/ebin/shaper.beam +lib/erlang/lib/${PKGNAME}/ebin/sql_queries.beam lib/erlang/lib/${PKGNAME}/ebin/str.beam lib/erlang/lib/${PKGNAME}/ebin/translate.beam lib/erlang/lib/${PKGNAME}/ebin/win32_dns.beam @@ -177,16 +225,28 @@ lib/erlang/lib/${PKGNAME}/include/ejabberd_config.hrl lib/erlang/lib/${PKGNAME}/include/ejabberd_ctl.hrl lib/erlang/lib/${PKGNAME}/include/ejabberd_http.hrl lib/erlang/lib/${PKGNAME}/include/ejabberd_sm.hrl +lib/erlang/lib/${PKGNAME}/include/ejabberd_sql_pt.hrl lib/erlang/lib/${PKGNAME}/include/ejabberd_web_admin.hrl lib/erlang/lib/${PKGNAME}/include/eldap.hrl lib/erlang/lib/${PKGNAME}/include/http_bind.hrl lib/erlang/lib/${PKGNAME}/include/jlib.hrl lib/erlang/lib/${PKGNAME}/include/logger.hrl +lib/erlang/lib/${PKGNAME}/include/mod_announce.hrl +lib/erlang/lib/${PKGNAME}/include/mod_caps.hrl +lib/erlang/lib/${PKGNAME}/include/mod_carboncopy.hrl +lib/erlang/lib/${PKGNAME}/include/mod_irc.hrl +lib/erlang/lib/${PKGNAME}/include/mod_last.hrl +lib/erlang/lib/${PKGNAME}/include/mod_mam.hrl +lib/erlang/lib/${PKGNAME}/include/mod_muc.hrl lib/erlang/lib/${PKGNAME}/include/mod_muc_room.hrl lib/erlang/lib/${PKGNAME}/include/mod_offline.hrl lib/erlang/lib/${PKGNAME}/include/mod_privacy.hrl +lib/erlang/lib/${PKGNAME}/include/mod_private.hrl lib/erlang/lib/${PKGNAME}/include/mod_proxy65.hrl lib/erlang/lib/${PKGNAME}/include/mod_roster.hrl +lib/erlang/lib/${PKGNAME}/include/mod_shared_roster.hrl +lib/erlang/lib/${PKGNAME}/include/mod_vcard.hrl +lib/erlang/lib/${PKGNAME}/include/mod_vcard_xupdate.hrl lib/erlang/lib/${PKGNAME}/include/ns.hrl lib/erlang/lib/${PKGNAME}/include/pubsub.hrl lib/erlang/lib/${PKGNAME}/priv/bin/captcha.sh diff --git a/chat/ejabberd/distinfo b/chat/ejabberd/distinfo index 970c04a03d8b7..4c33d90bad430 100644 --- a/chat/ejabberd/distinfo +++ b/chat/ejabberd/distinfo @@ -1,12 +1,12 @@ -$NetBSD: distinfo,v 1.41 2016/01/16 19:28:01 fhajny Exp $ +$NetBSD: distinfo,v 1.43 2016/04/29 19:05:22 fhajny Exp $ -SHA1 (ejabberd-16.01.tgz) = a1b5d0783c7ece19ac60affafb08792fa860bfd2 -RMD160 (ejabberd-16.01.tgz) = 01bd16b4518a7934c8146a2770c2e4e45a89a891 -SHA512 (ejabberd-16.01.tgz) = f0614db0d0eaf6d4f25b75b8eefbcf93260549876535fd5d82498c75779d182b19ec249ffb9b1b168cb5a887e8e6933eb868892b4aa5cd2933b739d263adca8a -Size (ejabberd-16.01.tgz) = 1651587 bytes +SHA1 (ejabberd-16.04.tgz) = eaf9fcb827397d9f8cb5c70b2b2bf432408d5d06 +RMD160 (ejabberd-16.04.tgz) = 1672ad385d091cb703c41aa3984eff85756f79db +SHA512 (ejabberd-16.04.tgz) = 5975d5a164060cca59b6d92de2c432f063061e832b2e03cae351fe3c16b178259489dc0b82ea800f1c2388eeb7e3aa4340630ad3c10a22cc6d6f0b4eef8fa0f2 +Size (ejabberd-16.04.tgz) = 1715963 bytes SHA1 (patch-aa) = a9197c75afa9ea4a2fbad70aec894f1b28c7bc88 SHA1 (patch-ad) = 6a7cfbabb22cf362cf21791656be454f10ac5de8 -SHA1 (patch-ae) = 976b3e72807dc4912cc09b8e6f408ee88bda8d5a +SHA1 (patch-ae) = c61e6662420745ff029418c26ac6211e04f27d49 SHA1 (patch-configure) = 8cf03f571ef13ed825b445e0f1664d387895b8fe -SHA1 (patch-rebar.config) = d763fc7e2ea2b5df6f587a15f59d756a6f846768 +SHA1 (patch-rebar.config) = 657a06a7cb002f0bbb898942aa447b984d46604a SHA1 (patch-tools_ejabberdctl.bc) = 3c7bc0ad14d5b266a192b29e4d075e8f93103569 diff --git a/chat/ejabberd/options.mk b/chat/ejabberd/options.mk index 11de570de2c59..cac7aef003777 100644 --- a/chat/ejabberd/options.mk +++ b/chat/ejabberd/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.3 2016/01/16 19:28:01 fhajny Exp $ +# $NetBSD: options.mk,v 1.4 2016/04/25 20:24:14 fhajny Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.ejabberd PKG_SUPPORTED_OPTIONS= redis sqlite @@ -17,5 +17,5 @@ DEPENDS+= erlang-eredis>=1.0.8.20150910:../../databases/erlang-eredis # Add SQLite 3 support # .if !empty(PKG_OPTIONS:Msqlite) -DEPENDS+= erlang-sqlite3>=1.1.5.20151221:../../databases/erlang-sqlite3 +DEPENDS+= erlang-sqlite3>=1.1.5:../../databases/erlang-sqlite3 .endif diff --git a/chat/ejabberd/patches/patch-ae b/chat/ejabberd/patches/patch-ae index 53f357d484df3..fb9c322275433 100644 --- a/chat/ejabberd/patches/patch-ae +++ b/chat/ejabberd/patches/patch-ae @@ -1,10 +1,20 @@ -$NetBSD: patch-ae,v 1.13 2016/01/16 19:28:02 fhajny Exp $ +$NetBSD: patch-ae,v 1.15 2016/04/29 19:05:22 fhajny Exp $ - Default locations. -- Make it work with NetBSD's flock(1). +- Use 'su -' instead of just 'su'. Fixes priv delegation on SunOS + and AIX where Erlang relies on $HOME set correctly. ---- ejabberdctl.template.orig 2016-01-12 11:07:58.000000000 +0000 +--- ejabberdctl.template.orig 2016-04-28 13:57:55.000000000 +0000 +++ ejabberdctl.template +@@ -27,7 +27,7 @@ if [ "$INSTALLUSER" != "" ] ; then + mkdir -p "$INSTALLUSER_HOME" + chown "$INSTALLUSER" "$INSTALLUSER_HOME" + fi +- EXEC_CMD="su $INSTALLUSER -c" ++ EXEC_CMD="su - $INSTALLUSER -c" + fi + done + if [ `id -g` -eq `id -g $INSTALLUSER` ] ; then @@ -73,10 +73,10 @@ if [ "$EJABBERD_CONFIG_PATH" = "" ] ; th EJABBERD_CONFIG_PATH=$ETC_DIR/ejabberd.yml fi @@ -18,30 +28,12 @@ $NetBSD: patch-ae,v 1.13 2016/01/16 19:28:02 fhajny Exp $ fi if [ "$EJABBERD_DOC_PATH" = "" ] ; then EJABBERD_DOC_PATH={{docdir}} -@@ -87,7 +87,7 @@ if [ "$ERLANG_NODE_ARG" != "" ] ; then +@@ -85,7 +85,7 @@ if [ "$ERLANG_NODE_ARG" != "" ] ; then + ERLANG_NODE=$ERLANG_NODE_ARG fi - if [ "{{release}}" != "true" ] ; then - if [ "$EJABBERDDIR" = "" ] ; then -- EJABBERDDIR={{libdir}}/ejabberd -+ EJABBERDDIR={{libdir}}/erlang/lib/ejabberd - fi - if [ "$EJABBERD_PRIV_PATH" = "" ] ; then - EJABBERD_PRIV_PATH=$EJABBERDDIR/priv -@@ -351,7 +351,7 @@ ctl() - # using flock if available. Expects a linux-style - # flock that can lock a file descriptor. - MAXCONNID=100 -- CONNLOCKDIR={{localstatedir}}/lock/ejabberdctl -+ CONNLOCKDIR=@EJABBERD_PIDDIR@ - FLOCK=/usr/bin/flock - if [ ! -x "$FLOCK" ] || [ ! -d "$CONNLOCKDIR" ] ; then - JOT=/usr/bin/jot -@@ -378,7 +378,7 @@ ctl() - CTL_LOCKFILE="$CONNLOCKDIR/$CTL_CONN" - ( - exec 8>"$CTL_LOCKFILE" -- if flock --nb 8; then -+ if flock -x -n 8; then - ctlexec $CTL_CONN "$@" - ssresult=$? - # segregate from possible flock exit(1) + if [ "{{release}}" != "true" -a "$EJABBERD_BIN_PATH" = "" ] ; then +- EJABBERD_BIN_PATH={{libdir}}/ejabberd/priv/bin ++ EJABBERD_BIN_PATH={{libdir}}/erlang/lib/ejabberd/priv/bin + fi + EJABBERD_LOG_PATH=$LOGS_DIR/ejabberd.log + DATETIME=`date "+%Y%m%d-%H%M%S"` diff --git a/chat/ejabberd/patches/patch-rebar.config b/chat/ejabberd/patches/patch-rebar.config index b306361f124a0..1529f71c3c37a 100644 --- a/chat/ejabberd/patches/patch-rebar.config +++ b/chat/ejabberd/patches/patch-rebar.config @@ -1,39 +1,58 @@ -$NetBSD: patch-rebar.config,v 1.1 2016/01/16 19:28:02 fhajny Exp $ +$NetBSD: patch-rebar.config,v 1.3 2016/04/29 19:05:22 fhajny Exp $ Deps are handled by pkgsrc. ---- rebar.config.orig 2016-01-12 11:07:58.000000000 +0000 +--- rebar.config.orig 2016-04-28 13:57:55.000000000 +0000 +++ rebar.config -@@ -7,32 +7,6 @@ +@@ -7,51 +7,6 @@ %%% Created : 1 May 2013 by Evgeniy Khramtsov %%%------------------------------------------------------------------- --{deps, [{if_var_true, lager, {lager, ".*", {git, "https://github.com/basho/lager", {tag, "3.0.2"}}}}, -- {if_var_false, lager, {p1_logger, ".*", {git, "https://github.com/processone/p1_logger", {tag, "1.0.0"}}}}, -- {p1_utils, ".*", {git, "https://github.com/processone/p1_utils", {tag, "1.0.2"}}}, -- {cache_tab, ".*", {git, "https://github.com/processone/cache_tab", {tag, "1.0.1"}}}, -- {p1_tls, ".*", {git, "https://github.com/processone/tls", {tag, "1.0.0"}}}, -- {p1_stringprep, ".*", {git, "https://github.com/processone/stringprep", {tag, "1.0.0"}}}, -- {p1_xml, ".*", {git, "https://github.com/processone/xml", {tag, "1.1.1"}}}, -- {p1_stun, ".*", {git, "https://github.com/processone/stun", "0.9.0"}}, -- {esip, ".*", {git, "https://github.com/processone/p1_sip", "1.0.0"}}, -- {p1_yaml, ".*", {git, "https://github.com/processone/p1_yaml", {tag, "1.0.0"}}}, -- {jiffy, ".*", {git, "https://github.com/davisp/jiffy", {tag, "0.14.5"}}}, -- {oauth2, ".*", {git, "https://github.com/kivra/oauth2", "8d129fbf8866930b4ffa6dd84e65bd2b32b9acb8"}}, -- {xmlrpc, ".*", {git, "https://github.com/rds13/xmlrpc", {tag, "1.15"}}}, -- {if_var_true, mysql, {p1_mysql, ".*", {git, "https://github.com/processone/mysql", {tag, "1.0.0"}}}}, -- {if_var_true, pgsql, {p1_pgsql, ".*", {git, "https://github.com/processone/pgsql", {tag, "1.0.0"}}}}, -- {if_var_true, sqlite, {sqlite3, ".*", {git, "https://github.com/alexeyr/erlang-sqlite3", "cbc3505f7a131254265d3ef56191b2581b8cc172"}}}, -- {if_var_true, pam, {p1_pam, ".*", {git, "https://github.com/processone/epam", {tag, "1.0.0"}}}}, -- {if_var_true, zlib, {p1_zlib, ".*", {git, "https://github.com/processone/zlib", {tag, "1.0.0"}}}}, -- {if_var_true, riak, {hamcrest, ".*", {git, "https://github.com/hyperthunk/hamcrest-erlang", "908a24fda4a46776a5135db60ca071e3d783f9f6"}}}, % for riak_pb-2.1.0.7 -- {if_var_true, riak, {riakc, ".*", {git, "https://github.com/basho/riak-erlang-client", "527722d12d0433b837cdb92a60900c2cb5df8942"}}}, -- {if_var_true, elixir, {elixir, ".*", {git, "https://github.com/elixir-lang/elixir", {tag, "v1.1.0"}}}}, -- {if_var_true, elixir, {rebar_elixir_plugin, ".*", {git, "https://github.com/processone/rebar_elixir_plugin", "0.1.0"}}}, -- {if_var_true, iconv, {p1_iconv, ".*", {git, "https://github.com/processone/eiconv", {tag, "0.9.0"}}}}, -- {if_var_true, tools, {meck, "0.8.2", {git, "https://github.com/eproxus/meck", {tag, "0.8.2"}}}}, -- {if_var_true, redis, {eredis, ".*", {git, "https://github.com/wooga/eredis", {tag, "v1.0.8"}}}}]}. +-{deps, [{lager, ".*", {git, "https://github.com/basho/lager", {tag, "3.0.2"}}}, +- {p1_utils, ".*", {git, "https://github.com/processone/p1_utils", {tag, "1.0.4"}}}, +- {cache_tab, ".*", {git, "https://github.com/processone/cache_tab", {tag, "1.0.2"}}}, +- {fast_tls, ".*", {git, "https://github.com/processone/fast_tls", {tag, "1.0.3"}}}, +- {stringprep, ".*", {git, "https://github.com/processone/stringprep", {tag, "1.0.3"}}}, +- {fast_xml, ".*", {git, "https://github.com/processone/fast_xml", {tag, "1.1.3"}}}, +- {stun, ".*", {git, "https://github.com/processone/stun", {tag, "1.0.3"}}}, +- {esip, ".*", {git, "https://github.com/processone/esip", {tag, "1.0.4"}}}, +- {fast_yaml, ".*", {git, "https://github.com/processone/fast_yaml", {tag, "1.0.3"}}}, +- {jiffy, ".*", {git, "https://github.com/davisp/jiffy", {tag, "0.14.7"}}}, +- {p1_oauth2, ".*", {git, "https://github.com/processone/p1_oauth2", {tag, "0.6.1"}}}, +- {p1_xmlrpc, ".*", {git, "https://github.com/processone/p1_xmlrpc", {tag, "1.15.1"}}}, +- {luerl, ".*", {git, "https://github.com/rvirding/luerl", {tag, "v0.2"}}}, +- {if_var_true, mysql, {p1_mysql, ".*", {git, "https://github.com/processone/p1_mysql", +- {tag, "1.0.1"}}}}, +- {if_var_true, pgsql, {p1_pgsql, ".*", {git, "https://github.com/processone/p1_pgsql", +- {tag, "1.1.0"}}}}, +- {if_var_true, sqlite, {sqlite3, ".*", {git, "https://github.com/processone/erlang-sqlite3", +- {tag, "1.1.5"}}}}, +- {if_var_true, pam, {p1_pam, ".*", {git, "https://github.com/processone/epam", +- {tag, "1.0.0"}}}}, +- {if_var_true, zlib, {ezlib, ".*", {git, "https://github.com/processone/ezlib", +- {tag, "1.0.1"}}}}, +- {if_var_true, riak, {riakc, ".*", {git, "https://github.com/basho/riak-erlang-client", +- "527722d12d0433b837cdb92a60900c2cb5df8942"}}}, +- %% Forces correct dependency for riakc and allow using newer meck version) +- {if_var_true, riak, {hamcrest, ".*", {git, "https://github.com/hyperthunk/hamcrest-erlang", +- "908a24fda4a46776a5135db60ca071e3d783f9f6"}}}, % for riak_pb-2.1.0.7 +- {if_var_true, riak, {protobuffs, ".*", {git, "https://github.com/basho/erlang_protobuffs", +- "6e7fc924506e2dc166a6170e580ce1d95ebbd5bd"}}}, % for riak_pb-2.1.0.7 with correct meck dependency +- %% Elixir support, needed to run tests +- {if_var_true, elixir, {elixir, ".*", {git, "https://github.com/elixir-lang/elixir", +- {tag, "v1.1.1"}}}}, +- %% TODO: When modules are fully migrated to new structure and mix, we will not need anymore rebar_elixir_plugin +- {if_var_true, elixir, {rebar_elixir_plugin, ".*", +- {git, "https://github.com/processone/rebar_elixir_plugin", "0.1.0"}}}, +- {if_var_true, iconv, {iconv, ".*", {git, "https://github.com/processone/iconv", +- {tag, "1.0.0"}}}}, +- {if_var_true, tools, {meck, "0.8.*", {git, "https://github.com/eproxus/meck", +- {tag, "0.8.4"}}}}, +- {if_var_true, tools, {moka, ".*", {git, "https://github.com/processone/moka.git", +- {tag, "1.0.5b"}}}}, +- {if_var_true, redis, {eredis, ".*", {git, "https://github.com/wooga/eredis", +- {tag, "v1.0.8"}}}}]}. - {if_var_true, latest_deps, - {floating_deps, [p1_logger, - cache_tab, + {floating_deps, [cache_tab, + fast_tls, diff --git a/chat/empathy/Makefile b/chat/empathy/Makefile index 55ca9bd826115..40ad82bd2faae 100644 --- a/chat/empathy/Makefile +++ b/chat/empathy/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.75 2016/03/05 11:28:06 jperkin Exp $ +# $NetBSD: Makefile,v 1.77 2016/05/03 11:40:00 prlw1 Exp $ DISTNAME= empathy-2.34.0 -PKGREVISION= 46 +PKGREVISION= 48 CATEGORIES= chat gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/empathy/2.34/} diff --git a/chat/empathy/buildlink3.mk b/chat/empathy/buildlink3.mk index e22b212e57a1c..96e3618265971 100644 --- a/chat/empathy/buildlink3.mk +++ b/chat/empathy/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.38 2015/04/25 14:20:27 tnn Exp $ +# $NetBSD: buildlink3.mk,v 1.40 2016/05/03 11:40:00 prlw1 Exp $ BUILDLINK_TREE+= empathy @@ -6,7 +6,7 @@ BUILDLINK_TREE+= empathy EMPATHY_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.empathy+= empathy>=2.24.1nb1 -BUILDLINK_ABI_DEPENDS.empathy+= empathy>=2.34.0nb43 +BUILDLINK_ABI_DEPENDS.empathy+= empathy>=2.34.0nb48 BUILDLINK_PKGSRCDIR.empathy?= ../../chat/empathy .include "../../devel/glib2/buildlink3.mk" diff --git a/chat/farstream/Makefile b/chat/farstream/Makefile index 50340310525fe..79b82d9934a0e 100644 --- a/chat/farstream/Makefile +++ b/chat/farstream/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.1 2015/12/01 12:59:52 jaapb Exp $ +# $NetBSD: Makefile,v 1.4 2016/05/03 11:40:01 prlw1 Exp $ -DISTNAME= farstream-0.2.7 +DISTNAME= farstream-0.2.8 +PKGREVISION= 1 CATEGORIES= chat multimedia MASTER_SITES= http://freedesktop.org/software/farstream/releases/farstream/ diff --git a/chat/farstream/distinfo b/chat/farstream/distinfo index 642741c795f6d..b9b459e2a1894 100644 --- a/chat/farstream/distinfo +++ b/chat/farstream/distinfo @@ -1,5 +1,6 @@ -$NetBSD: distinfo,v 1.1 2015/12/01 12:59:52 jaapb Exp $ +$NetBSD: distinfo,v 1.2 2016/04/15 09:07:40 wiz Exp $ -SHA1 (farstream-0.2.7.tar.gz) = 3b1c40afdb34e96d6d5c5feecbcfda36630d5c0c -RMD160 (farstream-0.2.7.tar.gz) = 6cd25f72f26cacda0690c0f9c12d96da5b066e7b -Size (farstream-0.2.7.tar.gz) = 1309470 bytes +SHA1 (farstream-0.2.8.tar.gz) = e6d9388aaf44e06b7cb4e0297a8e4c53fe16be63 +RMD160 (farstream-0.2.8.tar.gz) = 47392a6461a948d324bf896b0dab33289ed1cfbf +SHA512 (farstream-0.2.8.tar.gz) = 7ec5c57f8778f4107cb628dbf411e38b726152cf78920127dff4423239ff7e4980b6b4f938abba2aa21ab984b1e3053e7e648611322a0ce94df0af576df99a7e +Size (farstream-0.2.8.tar.gz) = 1315548 bytes diff --git a/chat/gnomeicu/Makefile b/chat/gnomeicu/Makefile index 62a7e426e1ee4..dfd9e53daad93 100644 --- a/chat/gnomeicu/Makefile +++ b/chat/gnomeicu/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.107 2016/03/05 11:28:07 jperkin Exp $ +# $NetBSD: Makefile,v 1.109 2016/05/03 11:40:01 prlw1 Exp $ DISTNAME= gnomeicu-0.99.12 -PKGREVISION= 52 +PKGREVISION= 54 CATEGORIES= chat gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gnomeicu/} EXTRACT_SUFX= .tar.bz2 diff --git a/chat/hexchat/Makefile b/chat/hexchat/Makefile index 3324ef2a074dc..b4a8f1f894f85 100644 --- a/chat/hexchat/Makefile +++ b/chat/hexchat/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2016/03/05 11:28:07 jperkin Exp $ +# $NetBSD: Makefile,v 1.7 2016/04/11 19:01:43 ryoon Exp $ DISTNAME= hexchat-2.10.2 -PKGREVISION= 5 +PKGREVISION= 6 CATEGORIES= chat MASTER_SITES= http://dl.hexchat.net/hexchat/ EXTRACT_SUFX= .tar.xz diff --git a/chat/inspircd/Makefile b/chat/inspircd/Makefile index e00f10b56a6d0..c4147354420f4 100644 --- a/chat/inspircd/Makefile +++ b/chat/inspircd/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.44 2016/03/05 11:28:07 jperkin Exp $ +# $NetBSD: Makefile,v 1.45 2016/04/11 19:01:43 ryoon Exp $ # DISTNAME= InspIRCd-1.1.23 PKGNAME= ${DISTNAME:S/InspIRCd/inspircd/} -PKGREVISION= 21 +PKGREVISION= 22 CATEGORIES= chat MASTER_SITES= http://www.inspircd.org/downloads/ EXTRACT_SUFX= .tar.bz2 diff --git a/chat/inspircd12/Makefile b/chat/inspircd12/Makefile index 5b6aed9b0644c..272fc7919160a 100644 --- a/chat/inspircd12/Makefile +++ b/chat/inspircd12/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.30 2016/03/05 11:28:07 jperkin Exp $ +# $NetBSD: Makefile,v 1.31 2016/04/11 19:01:43 ryoon Exp $ # DISTNAME= InspIRCd-1.2.0 PKGNAME= ${DISTNAME:S/InspIRCd/inspircd/} -PKGREVISION= 22 +PKGREVISION= 23 CATEGORIES= chat MASTER_SITES= http://www.inspircd.org/downloads/ EXTRACT_SUFX= .tar.bz2 diff --git a/chat/ircII/Makefile b/chat/ircII/Makefile index 478746080fb40..bd97341ff688a 100644 --- a/chat/ircII/Makefile +++ b/chat/ircII/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.76 2016/03/05 11:28:07 jperkin Exp $ +# $NetBSD: Makefile,v 1.77 2016/03/27 22:53:39 jperkin Exp $ DISTNAME= ircii-${VERS} PKGNAME= ircII-${VERS} @@ -25,7 +25,7 @@ PLIST_SUBST+= VERS=${VERS:Q} # this in pkgsrc, we have to set CONFIGURE_HAS_MANDIR=no so that # we don't pass --mandir=${PREFIX}/man as well, last. CONFIGURE_HAS_MANDIR= no -CONFIGURE_ARGS+= --mandir=${DESTDIR}${PREFIX}/man +CONFIGURE_ARGS+= --mandir=${DESTDIR}${PREFIX}/${PKGMANDIR} WRKSRC= ${WRKDIR}/ircii-${VERS} GNU_CONFIGURE= yes diff --git a/chat/jabberd2/Makefile b/chat/jabberd2/Makefile index ada222d1fb7ae..51f15f4b5ef7f 100644 --- a/chat/jabberd2/Makefile +++ b/chat/jabberd2/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.104 2016/03/05 11:28:07 jperkin Exp $ +# $NetBSD: Makefile,v 1.107 2016/04/11 19:01:43 ryoon Exp $ DISTNAME= jabberd-2.3.6 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= chat MASTER_SITES= ${MASTER_SITE_GITHUB:=jabberd2/jabberd2/releases/download/${DISTNAME}/} EXTRACT_SUFX= .tar.xz @@ -131,6 +131,7 @@ post-install: .include "../../security/gsasl/buildlink3.mk" .include "../../security/openssl/buildlink3.mk" .include "../../textproc/expat/buildlink3.mk" +.include "../../mk/curses.buildlink3.mk" .include "../../mk/dlopen.buildlink3.mk" .include "../../mk/pthread.buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/chat/ktp-accounts-kcm/Makefile b/chat/ktp-accounts-kcm/Makefile index ae12798bc9277..d4f5e86135310 100644 --- a/chat/ktp-accounts-kcm/Makefile +++ b/chat/ktp-accounts-kcm/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.3 2016/03/05 11:28:08 jperkin Exp $ +# $NetBSD: Makefile,v 1.4 2016/03/25 21:15:33 joerg Exp $ -PKGREVISION= 1 +PKGREVISION= 2 .include "../../meta-pkgs/kde-telepathy/Makefile.common" DISTNAME= ktp-accounts-kcm-${KTP_VERSION} CATEGORIES= chat kde diff --git a/chat/ktp-accounts-kcm/PLIST b/chat/ktp-accounts-kcm/PLIST index 12d2923baf747..9a552b7612d29 100644 --- a/chat/ktp-accounts-kcm/PLIST +++ b/chat/ktp-accounts-kcm/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2016/01/17 15:07:04 jaapb Exp $ +@comment $NetBSD: PLIST,v 1.2 2016/03/25 21:15:33 joerg Exp $ lib/kde4/kcm_ktp_accounts.so lib/kde4/ktpaccountskcm_plugin_butterfly.so lib/kde4/ktpaccountskcm_plugin_gabble.so @@ -11,7 +11,7 @@ lib/kde4/ktpaccountskcm_plugin_sipe.so lib/kde4/ktpaccountskcm_plugin_sunshine.so lib/libktpaccountskcminternal.so lib/libktpaccountskcminternal.so.4 -lib/libktpaccountskcminternal.so.4.14.3 +lib/libktpaccountskcminternal.so.4.14.15 share/kde4/services/kcm_ktp_accounts.desktop share/kde4/services/ktpaccountskcm_plugin_butterfly.desktop share/kde4/services/ktpaccountskcm_plugin_gabble.desktop diff --git a/chat/ktp-auth-handler/Makefile b/chat/ktp-auth-handler/Makefile index aa4e85aede5e8..469d5e5d0095c 100644 --- a/chat/ktp-auth-handler/Makefile +++ b/chat/ktp-auth-handler/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2016/03/05 11:28:08 jperkin Exp $ +# $NetBSD: Makefile,v 1.4 2016/03/25 21:15:51 joerg Exp $ PKGREVISION= 1 .include "../../meta-pkgs/kde-telepathy/Makefile.common" @@ -13,7 +13,7 @@ COMMENT= KDE Telepathy KWallet integration module LICENSE= gnu-lgpl-v2.1 USE_LANGUAGES= c c++ -USE_TOOLS+= msgfmt +USE_TOOLS+= msgfmt pkg-config DEPENDS+= qca2-ossl-[0-9]*:../../security/qca2-ossl BUILD_DEPENDS+= automoc4>=0.9.87:../../devel/automoc4 diff --git a/chat/ktp-contact-runner/Makefile b/chat/ktp-contact-runner/Makefile index 91c8aaec2620d..a5eb2ba1e435b 100644 --- a/chat/ktp-contact-runner/Makefile +++ b/chat/ktp-contact-runner/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2016/03/05 11:28:08 jperkin Exp $ +# $NetBSD: Makefile,v 1.4 2016/05/06 11:49:07 joerg Exp $ PKGREVISION= 1 .include "../../meta-pkgs/kde-telepathy/Makefile.common" @@ -13,7 +13,7 @@ COMMENT= KDE Telepathy KRunner integration module LICENSE= gnu-lgpl-v2.1 USE_LANGUAGES= c c++ - +USE_TOOLS+= msgfmt BUILD_DEPENDS+= automoc4>=0.9.87:../../devel/automoc4 .include "../../chat/ktp-common-internals/buildlink3.mk" diff --git a/chat/ktp-filetransfer-handler/Makefile b/chat/ktp-filetransfer-handler/Makefile index aea3797c1b2ee..755a5a3662993 100644 --- a/chat/ktp-filetransfer-handler/Makefile +++ b/chat/ktp-filetransfer-handler/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2016/03/05 11:28:08 jperkin Exp $ +# $NetBSD: Makefile,v 1.4 2016/05/06 11:49:07 joerg Exp $ PKGREVISION= 1 .include "../../meta-pkgs/kde-telepathy/Makefile.common" @@ -13,7 +13,7 @@ COMMENT= KDE Telepathy file transfer handling LICENSE= gnu-lgpl-v2.1 USE_LANGUAGES= c c++ - +USE_TOOLS+= msgfmt BUILD_DEPENDS+= automoc4>=0.9.87:../../devel/automoc4 .include "../../chat/ktp-common-internals/buildlink3.mk" diff --git a/chat/ktp-kded-integration-module/Makefile b/chat/ktp-kded-integration-module/Makefile index de882a0434bb5..523b504766cae 100644 --- a/chat/ktp-kded-integration-module/Makefile +++ b/chat/ktp-kded-integration-module/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2016/03/05 11:28:08 jperkin Exp $ +# $NetBSD: Makefile,v 1.4 2016/05/06 11:49:08 joerg Exp $ PKGREVISION= 1 .include "../../meta-pkgs/kde-telepathy/Makefile.common" @@ -13,7 +13,7 @@ COMMENT= KDE Telepathy integration into KDE workspaces LICENSE= gnu-lgpl-v2.1 USE_LANGUAGES= c c++ - +USE_TOOLS+= msgfmt BUILD_DEPENDS+= automoc4>=0.9.87:../../devel/automoc4 .include "../../chat/ktp-common-internals/buildlink3.mk" diff --git a/chat/ktp-send-file/Makefile b/chat/ktp-send-file/Makefile index 5cb1a4d4fc717..658240e0c3ae3 100644 --- a/chat/ktp-send-file/Makefile +++ b/chat/ktp-send-file/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2016/03/05 11:28:08 jperkin Exp $ +# $NetBSD: Makefile,v 1.4 2016/05/06 11:49:08 joerg Exp $ PKGREVISION= 1 .include "../../meta-pkgs/kde-telepathy/Makefile.common" @@ -13,8 +13,9 @@ COMMENT= KDE Telepathy file transfer application LICENSE= gnu-lgpl-v2.1 USE_LANGUAGES= c c++ - +USE_TOOLS+= msgfmt DEPENDS+= ktp-filetransfer-handler-${KTP_VERSION}{,nb[0-9]*}:../../chat/ktp-filetransfer-handler +BUILD_DEPENDS+= automoc4>=0.9.87:../../devel/automoc4 .include "../../chat/ktp-common-internals/buildlink3.mk" .include "../../chat/ktp-contact-list/buildlink3.mk" diff --git a/chat/pidgin-otr/Makefile b/chat/pidgin-otr/Makefile index 55354d2d4e3e3..2a4c17bb558a3 100644 --- a/chat/pidgin-otr/Makefile +++ b/chat/pidgin-otr/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.50 2015/06/12 10:48:28 wiz Exp $ +# $NetBSD: Makefile,v 1.51 2016/03/28 00:17:12 gdt Exp $ -VERSION= 4.0.1 +VERSION= 4.0.2 DISTNAME= pidgin-otr-${VERSION} -PKGNAME= pidgin-otr-${VERSION} -PKGREVISION= 2 +# This is present to cope with release candidates where the names do +# not match (e.g., DISTNAME has rc3, unpack directory doesn't). +# PKGNAME= pidgin-otr-${VERSION} CATEGORIES= chat security MASTER_SITES= http://www.cypherpunks.ca/otr/ diff --git a/chat/pidgin-otr/distinfo b/chat/pidgin-otr/distinfo index 2a247b0c28d7b..e206dc5e8917b 100644 --- a/chat/pidgin-otr/distinfo +++ b/chat/pidgin-otr/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.6 2015/11/03 01:20:23 agc Exp $ +$NetBSD: distinfo,v 1.7 2016/03/28 00:17:12 gdt Exp $ -SHA1 (pidgin-otr-4.0.1.tar.gz) = e231a2dc72c960f2aa70d8c9d4b05abc6d123085 -RMD160 (pidgin-otr-4.0.1.tar.gz) = 54be329e86e9f17f98e6bf61c1fe0972a4f4232c -SHA512 (pidgin-otr-4.0.1.tar.gz) = 359cde727a92964eadb4d795cf6442634c6b35471c68eeadd6b70d9da0ece7440b03a593d7b509d1ca99f50a06777c1e11557af3a55c1660d38cccf9dccbc259 -Size (pidgin-otr-4.0.1.tar.gz) = 496879 bytes +SHA1 (pidgin-otr-4.0.2.tar.gz) = 8fc072178b1c0a4161da1685c9ca9f30ade0b72d +RMD160 (pidgin-otr-4.0.2.tar.gz) = 707f42936139ce87562ab3b42f78d6c1a0fe8286 +SHA512 (pidgin-otr-4.0.2.tar.gz) = 6815f1d2be5786726602a924ae6ead5371543a53bd36231dc3239fa580f73a6136836df0c1beb64d83b76e6bd0d80ffe6750ca6e9ddd2a6a94841a9a678925ad +Size (pidgin-otr-4.0.2.tar.gz) = 515627 bytes diff --git a/chat/silc-client/Makefile b/chat/silc-client/Makefile index ffc28531f6543..a33acede068cb 100644 --- a/chat/silc-client/Makefile +++ b/chat/silc-client/Makefile @@ -1,12 +1,10 @@ -# $NetBSD: Makefile,v 1.65 2015/06/12 10:48:29 wiz Exp $ -# +# $NetBSD: Makefile,v 1.66 2016/04/24 10:34:43 wiz Exp $ DISTNAME= ${SILC_CLIENT_DISTNAME} PKGREVISION= 7 CATEGORIES= chat security MASTER_SITES= http://www.silcnet.org/download/client/sources/ \ - ftp://ftp.silcnet.org/silc/client/sources/ \ - ftp://ftp.sunet.se/pub/network/silc/client/sources/ + ftp://ftp.silcnet.org/silc/client/sources/ EXTRACT_SUFX= ${SILC_CLIENT_EXTRACT_SUFX} MAINTAINER= salo@NetBSD.org diff --git a/chat/spectrum/Makefile b/chat/spectrum/Makefile index d2c9f7723b68e..90a0afee7cf0a 100644 --- a/chat/spectrum/Makefile +++ b/chat/spectrum/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.51 2016/03/05 11:28:09 jperkin Exp $ +# $NetBSD: Makefile,v 1.52 2016/04/11 19:01:43 ryoon Exp $ DISTNAME= spectrum-1.4.8 -PKGREVISION= 32 +PKGREVISION= 33 CATEGORIES= chat MASTER_SITES= https://cloud.github.com/downloads/hanzz/libtransport/ diff --git a/chat/swift/Makefile b/chat/swift/Makefile index 7581a8c553b3c..e100020714a2f 100644 --- a/chat/swift/Makefile +++ b/chat/swift/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.10 2016/03/05 11:28:09 jperkin Exp $ +# $NetBSD: Makefile,v 1.11 2016/04/11 19:01:43 ryoon Exp $ DISTNAME= swift-3.0 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= chat MASTER_SITES= http://swift.im/downloads/releases/${DISTNAME}/ diff --git a/chat/telepathy-gabble/Makefile b/chat/telepathy-gabble/Makefile index e0d409f23fde8..b9547546f57f6 100644 --- a/chat/telepathy-gabble/Makefile +++ b/chat/telepathy-gabble/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.47 2016/03/05 11:28:09 jperkin Exp $ +# $NetBSD: Makefile,v 1.49 2016/05/03 11:40:01 prlw1 Exp $ DISTNAME= telepathy-gabble-0.18.3 -PKGREVISION= 1 +PKGREVISION= 3 CATEGORIES= chat MASTER_SITES= http://telepathy.freedesktop.org/releases/telepathy-gabble/ diff --git a/chat/telepathy-glib/Makefile b/chat/telepathy-glib/Makefile index 690d205684356..111a9800d4e21 100644 --- a/chat/telepathy-glib/Makefile +++ b/chat/telepathy-glib/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.42 2016/02/04 12:13:30 wiz Exp $ +# $NetBSD: Makefile,v 1.43 2016/04/10 19:38:52 prlw1 Exp $ DISTNAME= telepathy-glib-0.24.1 -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= chat MASTER_SITES= http://telepathy.freedesktop.org/releases/telepathy-glib/ diff --git a/chat/telepathy-logger/Makefile b/chat/telepathy-logger/Makefile index 8ec42cf11fd9f..53d375600748c 100644 --- a/chat/telepathy-logger/Makefile +++ b/chat/telepathy-logger/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.30 2015/12/05 21:25:30 adam Exp $ +# $NetBSD: Makefile,v 1.32 2016/04/11 19:01:33 ryoon Exp $ DISTNAME= telepathy-logger-0.2.7 -PKGREVISION= 16 +PKGREVISION= 17 CATEGORIES= chat MASTER_SITES= http://telepathy.freedesktop.org/releases/telepathy-logger/ EXTRACT_SUFX= .tar.bz2 @@ -29,6 +29,7 @@ PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 0.2.7 .include "../../devel/glib2/schemas.mk" .include "../../devel/GConf/buildlink3.mk" .include "../../lang/python/application.mk" +.include "../../mk/curses.buildlink3.mk" .include "../../textproc/libxml2/buildlink3.mk" .include "../../chat/telepathy-glib/buildlink3.mk" .include "../../databases/sqlite3/buildlink3.mk" diff --git a/chat/telepathy-logger/buildlink3.mk b/chat/telepathy-logger/buildlink3.mk index 888cbd0e16651..88e4cf1d3e9d7 100644 --- a/chat/telepathy-logger/buildlink3.mk +++ b/chat/telepathy-logger/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.15 2015/04/06 08:17:13 adam Exp $ +# $NetBSD: buildlink3.mk,v 1.16 2016/04/11 19:01:33 ryoon Exp $ BUILDLINK_TREE+= telepathy-logger @@ -6,7 +6,7 @@ BUILDLINK_TREE+= telepathy-logger TELEPATHY_LOGGER_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.telepathy-logger+= telepathy-logger>=0.1.4 -BUILDLINK_ABI_DEPENDS.telepathy-logger+= telepathy-logger>=0.2.7nb15 +BUILDLINK_ABI_DEPENDS.telepathy-logger+= telepathy-logger>=0.2.7nb17 BUILDLINK_PKGSRCDIR.telepathy-logger?= ../../chat/telepathy-logger .include "../../devel/glib2/buildlink3.mk" diff --git a/chat/telepathy-qt/Makefile b/chat/telepathy-qt/Makefile index 13ac636be6b80..62813a550e692 100644 --- a/chat/telepathy-qt/Makefile +++ b/chat/telepathy-qt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2016/03/05 11:28:09 jperkin Exp $ +# $NetBSD: Makefile,v 1.4 2016/04/14 09:40:09 jperkin Exp $ DISTNAME= telepathy-qt-0.9.6.1 PKGREVISION= 1 @@ -18,11 +18,12 @@ PKGCONFIG_OVERRIDE+= TelepathyQt/TelepathyQt.pc.in PKGCONFIG_OVERRIDE+= TelepathyQt/TelepathyQtService.pc.in PKGCONFIG_OVERRIDE+= TelepathyQt/Farstream/TelepathyQtFarstream.pc.in - PYTHON_FOR_BUILD_ONLY= yes PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 0.24.1 BUILD_DEPENDS+= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat +BUILDLINK_TRANSFORM.SunOS+= rm:-Wl,--no-add-needed + .include "../../chat/telepathy-farstream/buildlink3.mk" BUILDLINK_API_DEPENDS.telepathy-glib+= telepathy-glib>=0.18.0 .include "../../chat/telepathy-glib/buildlink3.mk" diff --git a/chat/weechat/Makefile b/chat/weechat/Makefile index e5256cf7ac7e9..689463ea54cd0 100644 --- a/chat/weechat/Makefile +++ b/chat/weechat/Makefile @@ -1,15 +1,14 @@ -# $NetBSD: Makefile,v 1.61 2016/03/05 11:28:09 jperkin Exp $ +# $NetBSD: Makefile,v 1.62 2016/05/07 14:16:20 tonio Exp $ -DISTNAME= weechat-1.4 -PKGREVISION= 1 +DISTNAME= weechat-1.5 CATEGORIES= chat MASTER_SITES= http://www.weechat.org/files/src/ +EXTRACT_SUFX= .tar.bz2 MAINTAINER= tonio@NetBSD.org HOMEPAGE= http://www.weechat.org/ COMMENT= Lightweight and user friendly curses based IRC client LICENSE= gnu-gpl-v3 -EXTRACT_SUFX= .tar.bz2 BUILD_DEPENDS+= asciidoc-[0-9]*:../../textproc/asciidoc diff --git a/chat/weechat/PLIST b/chat/weechat/PLIST index c821a25ea4ebf..6263bd97c954d 100644 --- a/chat/weechat/PLIST +++ b/chat/weechat/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.22 2016/02/14 12:52:13 ryoon Exp $ +@comment $NetBSD: PLIST,v 1.23 2016/05/07 14:16:20 tonio Exp $ bin/weechat include/weechat/weechat-plugin.h lib/pkgconfig/weechat.pc @@ -29,6 +29,7 @@ share/locale/hu/LC_MESSAGES/weechat.mo share/locale/it/LC_MESSAGES/weechat.mo share/locale/ja/LC_MESSAGES/weechat.mo share/locale/pl/LC_MESSAGES/weechat.mo +share/locale/pt/LC_MESSAGES/weechat.mo share/locale/pt_BR/LC_MESSAGES/weechat.mo share/locale/ru/LC_MESSAGES/weechat.mo share/locale/tr/LC_MESSAGES/weechat.mo diff --git a/chat/weechat/distinfo b/chat/weechat/distinfo index e18995e6249bf..6c8a9e1edc724 100644 --- a/chat/weechat/distinfo +++ b/chat/weechat/distinfo @@ -1,11 +1,11 @@ -$NetBSD: distinfo,v 1.36 2016/02/14 12:52:13 ryoon Exp $ +$NetBSD: distinfo,v 1.38 2016/05/07 14:16:20 tonio Exp $ -SHA1 (weechat-1.4.tar.bz2) = 1245d1bf1cbcb37bfa586299850e37f1a23aee98 -RMD160 (weechat-1.4.tar.bz2) = e473abd155e79842a734e0c2deb0bc4a7bc9f47f -SHA512 (weechat-1.4.tar.bz2) = 4c4bf25da513c25a16b24d94c1a6971db12d5cf168c83aa97570ffff53c634f7b25e92f1dbe54fefd09eeb69ece9ddc4be115bb6f6fc078ef7682dcb1df21f04 -Size (weechat-1.4.tar.bz2) = 2464362 bytes +SHA1 (weechat-1.5.tar.bz2) = 5a3d735237583750ec9127d8e378e34e3f7db5c7 +RMD160 (weechat-1.5.tar.bz2) = 5b2606a378d833594e5924b0c34666f8e324ec07 +SHA512 (weechat-1.5.tar.bz2) = 8999ffd4f5034f973f790bf7e0e6b1bacd73ab588d7dce7dcbea15861efb766510d1a2f722b9fa86b52a8345aef37918f3c949b85a0451e19485cee4e76d45b2 +Size (weechat-1.5.tar.bz2) = 2546183 bytes SHA1 (patch-ab) = 2a4583e0f5b0336e8c42ad9eb5a65bbec4730207 -SHA1 (patch-cmake_FindRuby_cmake.patch) = dbd214aa35eeedc4ea304a9e51cecd1761c05eab +SHA1 (patch-cmake_FindRuby_cmake.patch) = c9987559eca2240fddb03023092fa8d02ad25976 SHA1 (patch-po_CMakeLists.txt) = 9b97a4a4da4175e31ea53352fd0b95e1c985ba1e SHA1 (patch-src_gui_curses_CMakeLists_txt) = 28a1b3b9920cc130d0454a18b111d37b8090038b SHA1 (patch-src_gui_curses_gui-curses-term_c) = 900af9a94e74f229b32031bfeced1b85ea3a0ccf diff --git a/chat/weechat/patches/patch-cmake_FindRuby_cmake.patch b/chat/weechat/patches/patch-cmake_FindRuby_cmake.patch index ce615fc64f7e1..9cc58cead7ae5 100644 --- a/chat/weechat/patches/patch-cmake_FindRuby_cmake.patch +++ b/chat/weechat/patches/patch-cmake_FindRuby_cmake.patch @@ -1,15 +1,24 @@ -$NetBSD: patch-cmake_FindRuby_cmake.patch,v 1.1 2015/12/06 22:36:46 tonio Exp $ +$NetBSD: patch-cmake_FindRuby_cmake.patch,v 1.3 2016/05/07 14:16:20 tonio Exp $ -Support ruby 200 from pkgsrc +Support pkgsrc ruby layout and additional versions. ---- cmake/FindRuby.cmake.orig 2015-08-16 06:27:07.000000000 +0000 +--- cmake/FindRuby.cmake.orig 2016-05-01 10:50:12.000000000 +0000 +++ cmake/FindRuby.cmake @@ -33,7 +33,7 @@ endif() find_package(PkgConfig) if(PKG_CONFIG_FOUND) -- pkg_search_module(RUBY ruby-2.2 ruby-2.1 ruby-2.0 ruby-1.9 ruby-1.8) -+ pkg_search_module(RUBY ruby-2.2 ruby-2.1 ruby-2.0.0 ruby-2.0 ruby-1.9 ruby-1.8) +- pkg_search_module(RUBY ruby-2.3 ruby-2.2 ruby-2.1 ruby-2.0 ruby-1.9 ruby-1.8) ++ pkg_search_module(RUBY ruby-2.3.0 ruby-2.3 ruby-2.2.4 ruby-2.2 ruby-2.1.8 ruby-2.1 ruby-2.0 ruby-1.9 ruby-1.8) endif() if(RUBY_FOUND) +@@ -41,7 +41,7 @@ if(RUBY_FOUND) + mark_as_advanced(RUBY_LIB) + else() + find_program(RUBY_EXECUTABLE +- NAMES ruby2.3.0 ruby230 ruby2.3 ruby23 ruby2.2.3 ruby223 ruby2.2.2 ruby222 ruby2.2.1 ruby221 ruby2.2.0 ruby220 ruby2.2 ruby22 ruby2.1.7 ruby217 ruby2.1.6 ruby216 ruby2.1.5 ruby215 ruby2.1.4 ruby214 ruby2.1.3 ruby213 ruby2.1.2 ruby212 ruby2.1.1 ruby211 ruby2.1.0 ruby210 ruby2.1 ruby21 ruby2.0 ruby20 ruby1.9.3 ruby193 ruby1.9.2 ruby192 ruby1.9.1 ruby191 ruby1.9 ruby19 ruby1.8 ruby18 ruby ++ NAMES ruby2.3.0 ruby230 ruby2.3 ruby23 ruby2.2.4 ruby2.2.3 ruby223 ruby2.2.2 ruby222 ruby2.2.1 ruby221 ruby2.2.0 ruby220 ruby2.2 ruby22 ruby2.1.8 ruby2.1.7 ruby217 ruby2.1.6 ruby216 ruby2.1.5 ruby215 ruby2.1.4 ruby214 ruby2.1.3 ruby213 ruby2.1.2 ruby212 ruby2.1.1 ruby211 ruby2.1.0 ruby210 ruby2.1 ruby21 ruby2.0 ruby20 ruby1.9.3 ruby193 ruby1.9.2 ruby192 ruby1.9.1 ruby191 ruby1.9 ruby19 ruby1.8 ruby18 ruby + PATHS /usr/bin /usr/local/bin /usr/pkg/bin + ) + if(RUBY_EXECUTABLE) diff --git a/comms/asterisk/Makefile b/comms/asterisk/Makefile index 16af80fa8c2fa..6689c72ba1782 100644 --- a/comms/asterisk/Makefile +++ b/comms/asterisk/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.135 2016/03/05 11:28:10 jperkin Exp $ +# $NetBSD: Makefile,v 1.137 2016/05/05 02:00:33 jnemeth Exp $ # # NOTE: when updating this package, there are two places that sound -# tarballs need to be checked +# tarballs need to be checked; look win ${WRKSRC}/sounds/Makefile +# to find out the current sound file versions -DISTNAME= asterisk-11.21.1 -PKGREVISION= 1 +DISTNAME= asterisk-11.22.0 CATEGORIES= comms net audio MASTER_SITES= http://downloads.asterisk.org/pub/telephony/asterisk/ \ http://downloads.asterisk.org/pub/telephony/asterisk/old-releases/ \ @@ -131,7 +131,7 @@ PLIST.mgcp= yes .include "options.mk" # check sounds/Makefile for current version when upgrading package -DISTFILES+= asterisk-extra-sounds-en-gsm-1.4.15.tar.gz +DISTFILES+= asterisk-extra-sounds-en-gsm-1.5.tar.gz # Override default paths in config files SUBST_CLASSES+= configs @@ -234,9 +234,9 @@ post-patch: post-install: # check sounds directory for current versions when upgrading package - ${TAR} xzf ${WRKSRC}/sounds/asterisk-core-sounds-en-gsm-1.4.27.tar.gz -C ${DESTDIR}${ASTDATADIR}/sounds/en + ${TAR} xzf ${WRKSRC}/sounds/asterisk-core-sounds-en-gsm-1.5.tar.gz -C ${DESTDIR}${ASTDATADIR}/sounds/en ${TAR} xzf ${WRKSRC}/sounds/asterisk-moh-opsound-wav-2.03.tar.gz -C ${DESTDIR}${ASTDATADIR}/moh - ${TAR} xzf ${DISTDIR}/${DIST_SUBDIR}/asterisk-extra-sounds-en-gsm-1.4.15.tar.gz -C ${DESTDIR}${ASTDATADIR}/sounds/en + ${TAR} xzf ${DISTDIR}/${DIST_SUBDIR}/asterisk-extra-sounds-en-gsm-1.5.tar.gz -C ${DESTDIR}${ASTDATADIR}/sounds/en ${INSTALL_DATA} ${WRKSRC}/BUGS ${DESTDIR}${PREFIX}/share/doc/${PKGBASE} ${INSTALL_DATA} ${WRKSRC}/CHANGES ${DESTDIR}${PREFIX}/share/doc/${PKGBASE} ${INSTALL_DATA} ${WRKSRC}/COPYING ${DESTDIR}${PREFIX}/share/doc/${PKGBASE} diff --git a/comms/asterisk/PLIST b/comms/asterisk/PLIST index 0afbe20d648e8..38a282b0e4fce 100644 --- a/comms/asterisk/PLIST +++ b/comms/asterisk/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.11 2015/10/27 08:49:01 jnemeth Exp $ +@comment $NetBSD: PLIST,v 1.12 2016/05/05 02:00:33 jnemeth Exp $ include/asterisk.h include/asterisk/_private.h include/asterisk/abstract_jb.h @@ -383,15 +383,15 @@ libdata/asterisk/phoneprov/000000000000.cfg libdata/asterisk/phoneprov/polycom.xml libdata/asterisk/phoneprov/polycom_line.xml libdata/asterisk/phoneprov/snom-mac.xml -libdata/asterisk/sounds/en/.asterisk-core-sounds-en-gsm-1.4.27 +libdata/asterisk/sounds/en/.asterisk-core-sounds-en-gsm-1.5 libdata/asterisk/sounds/en/1-for-am-2-for-pm.gsm libdata/asterisk/sounds/en/1-yes-2-no.gsm -libdata/asterisk/sounds/en/CHANGES-asterisk-core-en-1.4.27 -libdata/asterisk/sounds/en/CHANGES-asterisk-extra-en-1.4.15 -libdata/asterisk/sounds/en/CREDITS-asterisk-core-en-1.4.27 -libdata/asterisk/sounds/en/CREDITS-asterisk-extra-en-1.4.15 -libdata/asterisk/sounds/en/LICENSE-asterisk-core-en-1.4.27 -libdata/asterisk/sounds/en/LICENSE-asterisk-extra-en-1.4.15 +libdata/asterisk/sounds/en/CHANGES-asterisk-core-en-1.5 +libdata/asterisk/sounds/en/CHANGES-asterisk-extra-en-1.5 +libdata/asterisk/sounds/en/CREDITS-asterisk-core-en-1.5 +libdata/asterisk/sounds/en/CREDITS-asterisk-extra-en-1.5 +libdata/asterisk/sounds/en/LICENSE-asterisk-core-en-1.5 +libdata/asterisk/sounds/en/LICENSE-asterisk-extra-en-1.5 libdata/asterisk/sounds/en/OfficeSpace.gsm libdata/asterisk/sounds/en/Randulo-allison.gsm libdata/asterisk/sounds/en/SIP_Test_Failure.gsm @@ -469,7 +469,6 @@ libdata/asterisk/sounds/en/astcc-account-number-invalid.gsm libdata/asterisk/sounds/en/astcc-balance-of-account-is.gsm libdata/asterisk/sounds/en/astcc-card-number-invalid.gsm libdata/asterisk/sounds/en/astcc-digit-account-number.gsm -libdata/asterisk/sounds/en/astcc-followed-by-pound.gsm libdata/asterisk/sounds/en/astcc-followed-by-the-hash-key.gsm libdata/asterisk/sounds/en/astcc-followed-by-the-pound-key.gsm libdata/asterisk/sounds/en/astcc-login12pound.gsm @@ -1605,6 +1604,7 @@ libdata/asterisk/sounds/en/please-hold-minion-connect.gsm libdata/asterisk/sounds/en/please-hold-while-minion.gsm libdata/asterisk/sounds/en/please-try-again-later.gsm libdata/asterisk/sounds/en/please-try-again.gsm +libdata/asterisk/sounds/en/please-try-call-later.gsm libdata/asterisk/sounds/en/please-try.gsm libdata/asterisk/sounds/en/please-wait-connect-oncall-eng.gsm libdata/asterisk/sounds/en/pls-ent-num-transfer.gsm @@ -1621,7 +1621,6 @@ libdata/asterisk/sounds/en/pls-rcrd-name-at-tone.gsm libdata/asterisk/sounds/en/pls-stay-on-line.gsm libdata/asterisk/sounds/en/pls-try-again.gsm libdata/asterisk/sounds/en/pls-try-area-code.gsm -libdata/asterisk/sounds/en/pls-try-call-later.gsm libdata/asterisk/sounds/en/pls-try-manually.gsm libdata/asterisk/sounds/en/pls-wait-connect-call.gsm libdata/asterisk/sounds/en/plugh.gsm diff --git a/comms/asterisk/distinfo b/comms/asterisk/distinfo index 62e20d6c2b5f4..6e8e285c7f3c7 100644 --- a/comms/asterisk/distinfo +++ b/comms/asterisk/distinfo @@ -1,13 +1,13 @@ -$NetBSD: distinfo,v 1.77 2016/02/07 08:18:43 jnemeth Exp $ +$NetBSD: distinfo,v 1.78 2016/05/05 02:00:33 jnemeth Exp $ -SHA1 (asterisk-11.21.1/asterisk-11.21.1.tar.gz) = da4035d81d8bac2cbd6eb2cc2bea564969403f89 -RMD160 (asterisk-11.21.1/asterisk-11.21.1.tar.gz) = b9600c82dc6eda53fbf53884b53a3d3bd2f2e54d -SHA512 (asterisk-11.21.1/asterisk-11.21.1.tar.gz) = d52a14ebae872d62cbfa676bfd86b28790d8e9cfad97585e9255cf9e8ca1957dae509d41ac46cd5280478d38707bc9628bafb31551ab8345e7064aabdbd5dea3 -Size (asterisk-11.21.1/asterisk-11.21.1.tar.gz) = 34867941 bytes -SHA1 (asterisk-11.21.1/asterisk-extra-sounds-en-gsm-1.4.15.tar.gz) = fbb94494e31fc08eee8fdf2ce7d12eb274018050 -RMD160 (asterisk-11.21.1/asterisk-extra-sounds-en-gsm-1.4.15.tar.gz) = 53656a3d6771602504f220ad312093e3503e1150 -SHA512 (asterisk-11.21.1/asterisk-extra-sounds-en-gsm-1.4.15.tar.gz) = 3908fcb439fe7d08dc6cba45b7a6aeea9825299871332d30f60535957072521b2f3f60222a49689b6fe1f693f80e3605b91ce395d16e15b15c50025eb086c19b -Size (asterisk-11.21.1/asterisk-extra-sounds-en-gsm-1.4.15.tar.gz) = 4409969 bytes +SHA1 (asterisk-11.22.0/asterisk-11.22.0.tar.gz) = 3884224163d8d9b1b55e5eee39744a20d87fc4e8 +RMD160 (asterisk-11.22.0/asterisk-11.22.0.tar.gz) = 5858b23dcfbe458a75cfc81aeabbe5df04f70ef2 +SHA512 (asterisk-11.22.0/asterisk-11.22.0.tar.gz) = 98085053fc8d2aaf1c3305ef1900287bc1ee9d1e421a073cb0e1b56d379fd7803fdbfaab16143be24bdd41a7b28305dce7b91763564e750697ac2b2d9e8ad719 +Size (asterisk-11.22.0/asterisk-11.22.0.tar.gz) = 35101090 bytes +SHA1 (asterisk-11.22.0/asterisk-extra-sounds-en-gsm-1.5.tar.gz) = 831ae6442e23cbef1e7d1c84798778ad0b0524d1 +RMD160 (asterisk-11.22.0/asterisk-extra-sounds-en-gsm-1.5.tar.gz) = d52df795201c53fc4cd7d99ed41516e312f6f0f3 +SHA512 (asterisk-11.22.0/asterisk-extra-sounds-en-gsm-1.5.tar.gz) = c7d3c3fd2c854e6776801312d34bf69bbed78a443c16121637f508c5275f18b1d415cbb6e4f6f8c5aa3769cbbfa1a11485b9972053777f3ac39256c2c81729f1 +Size (asterisk-11.22.0/asterisk-extra-sounds-en-gsm-1.5.tar.gz) = 4256538 bytes SHA1 (patch-Makefile) = 5fd774779d3c8d85936beca8a3407dd3011af2dc SHA1 (patch-addons_chan__ooh323.c) = 57f61a2edf0f9f022e03837230ee572ec9cf47b4 SHA1 (patch-apps_app__confbridge.c) = c815905994355a19c32e8e3e2eb5dc9f1679eb29 @@ -16,7 +16,7 @@ SHA1 (patch-apps_app__dumpchan.c) = f5a5cc776c99875d1c58e60953fb3f4cec27a94f SHA1 (patch-apps_app__followme.c) = 0b362486e1759099b61d42a9880109c5743fa0bc SHA1 (patch-apps_app__meetme.c) = 3927b77fac1cd69f58df4e2ec783359ed0135dad SHA1 (patch-apps_app__osplookup.c) = 692776511b6a970d29db5fdef9d68af2a3ef6e35 -SHA1 (patch-apps_app__queue.c) = c0f477c45c18c1457386f1cbb6bbff74187fc3ca +SHA1 (patch-apps_app__queue.c) = ffed7ef3133d924ef7d176a4f30f369bdd245a42 SHA1 (patch-apps_app__skel.c) = e661a53b61d36343c54be7ad9ea6cde6cb10f180 SHA1 (patch-apps_app__sms.c) = d89b27a9df04d4da98d562241c07d25d182baefc SHA1 (patch-apps_app__voicemail.c) = 692551a10f51729dd23aa304117eccfb3978c1c8 diff --git a/comms/asterisk/patches/patch-apps_app__queue.c b/comms/asterisk/patches/patch-apps_app__queue.c index 80e4834edad1c..36367feb19101 100644 --- a/comms/asterisk/patches/patch-apps_app__queue.c +++ b/comms/asterisk/patches/patch-apps_app__queue.c @@ -1,8 +1,8 @@ -$NetBSD: patch-apps_app__queue.c,v 1.5 2015/05/19 07:52:14 jnemeth Exp $ +$NetBSD: patch-apps_app__queue.c,v 1.6 2016/05/05 02:00:33 jnemeth Exp $ ---- apps/app_queue.c.orig 2015-03-22 23:55:25.000000000 +0000 +--- apps/app_queue.c.orig 2016-03-29 19:25:17.000000000 +0000 +++ apps/app_queue.c -@@ -4043,8 +4043,8 @@ static void record_abandoned(struct queu +@@ -4075,8 +4075,8 @@ static void record_abandoned(struct queu "Uniqueid: %s\r\n" "Position: %d\r\n" "OriginalPosition: %d\r\n" @@ -13,7 +13,81 @@ qe->parent->callsabandoned++; ao2_unlock(qe->parent); -@@ -4816,7 +4816,7 @@ static int wait_our_turn(struct queue_en +@@ -4196,8 +4196,8 @@ static struct callattempt *wait_for_answ + struct ast_channel *in = qe->chan; + char on[80] = ""; + char membername[80] = ""; +- long starttime = 0; +- long endtime = 0; ++ time_t starttime = 0; ++ time_t endtime = 0; + #ifdef HAVE_EPOLL + struct callattempt *epollo; + #endif +@@ -4211,7 +4211,7 @@ static struct callattempt *wait_for_answ + inchan_name = ast_strdupa(ast_channel_name(qe->chan)); + ast_channel_unlock(qe->chan); + +- starttime = (long) time(NULL); ++ starttime = time(NULL); + #ifdef HAVE_EPOLL + for (epollo = outgoing; epollo; epollo = epollo->q_next) { + if (epollo->chan) { +@@ -4482,7 +4482,7 @@ static struct callattempt *wait_for_answ + ast_cdr_busy(ast_channel_cdr(in)); + } + do_hang(o); +- endtime = (long) time(NULL); ++ endtime = time(NULL); + endtime -= starttime; + rna(endtime * 1000, qe, on, membername, qe->parent->autopausebusy); + if (qe->parent->strategy != QUEUE_STRATEGY_RINGALL) { +@@ -4492,7 +4492,7 @@ static struct callattempt *wait_for_answ + /* Have enough time for a queue member to answer? */ + if (ast_remaining_ms(start_time_tv, orig) > 500) { + ring_one(qe, outgoing, &numbusies); +- starttime = (long) time(NULL); ++ starttime = time(NULL); + } + } + numbusies++; +@@ -4502,7 +4502,7 @@ static struct callattempt *wait_for_answ + if (ast_channel_cdr(in)) { + ast_cdr_busy(ast_channel_cdr(in)); + } +- endtime = (long) time(NULL); ++ endtime = time(NULL); + endtime -= starttime; + rna(endtime * 1000, qe, on, membername, qe->parent->autopauseunavail); + do_hang(o); +@@ -4512,7 +4512,7 @@ static struct callattempt *wait_for_answ + } + if (ast_remaining_ms(start_time_tv, orig) > 500) { + ring_one(qe, outgoing, &numbusies); +- starttime = (long) time(NULL); ++ starttime = time(NULL); + } + } + numbusies++; +@@ -4598,7 +4598,7 @@ static struct callattempt *wait_for_answ + } + ast_frfree(f); + } else { /* ast_read() returned NULL */ +- endtime = (long) time(NULL) - starttime; ++ endtime = time(NULL) - starttime; + rna(endtime * 1000, qe, on, membername, 1); + do_hang(o); + if (qe->parent->strategy != QUEUE_STRATEGY_RINGALL) { +@@ -4607,7 +4607,7 @@ static struct callattempt *wait_for_answ + } + if (ast_remaining_ms(start_time_tv, orig) > 500) { + ring_one(qe, outgoing, &numbusies); +- starttime = (long) time(NULL); ++ starttime = time(NULL); + } + } + } +@@ -4853,7 +4853,7 @@ static int wait_our_turn(struct queue_en if ((status = get_member_status(qe->parent, qe->max_penalty, qe->min_penalty, qe->parent->leavewhenempty, 0))) { *reason = QUEUE_LEAVEEMPTY; @@ -22,7 +96,7 @@ leave_queue(qe); break; } -@@ -5056,12 +5056,12 @@ static void send_agent_complete(const st +@@ -5103,12 +5103,12 @@ static void send_agent_complete(const st "Channel: %s\r\n" "Member: %s\r\n" "MemberName: %s\r\n" @@ -38,7 +112,7 @@ qe->parent->eventwhencalled == QUEUE_EVENT_VARIABLES ? vars2manager(qe->chan, vars, vars_len) : ""); } -@@ -5104,9 +5104,9 @@ static void queue_transfer_fixup(void *d +@@ -5151,9 +5151,9 @@ static void queue_transfer_fixup(void *d int callcompletedinsl = qtds->callcompletedinsl; struct ast_datastore *datastore; @@ -51,7 +125,7 @@ update_queue(qe->parent, member, callcompletedinsl, (time(NULL) - callstart)); -@@ -5624,7 +5624,7 @@ static int try_calling(struct queue_ent +@@ -5674,7 +5674,7 @@ static int try_calling(struct queue_ent } else if (ast_check_hangup(qe->chan)) { /* Caller must have hung up just before being connected */ ast_log(LOG_NOTICE, "Caller was about to talk to agent on %s but the caller hungup.\n", ast_channel_name(peer)); @@ -60,7 +134,7 @@ record_abandoned(qe); ast_autoservice_chan_hangup_peer(qe->chan, peer); ao2_ref(member, -1); -@@ -5664,8 +5664,8 @@ static int try_calling(struct queue_ent +@@ -5714,8 +5714,8 @@ static int try_calling(struct queue_ent /* if setinterfacevar is defined, make member variables available to the channel */ /* use pbx_builtin_setvar to set a load of variables with one call */ if (qe->parent->setinterfacevar) { @@ -71,7 +145,7 @@ pbx_builtin_setvar_multiple(qe->chan, interfacevar); pbx_builtin_setvar_multiple(peer, interfacevar); } -@@ -5673,8 +5673,8 @@ static int try_calling(struct queue_ent +@@ -5723,8 +5723,8 @@ static int try_calling(struct queue_ent /* if setqueueentryvar is defined, make queue entry (i.e. the caller) variables available to the channel */ /* use pbx_builtin_setvar to set a load of variables with one call */ if (qe->parent->setqueueentryvar) { @@ -82,18 +156,7 @@ pbx_builtin_setvar_multiple(qe->chan, interfacevar); pbx_builtin_setvar_multiple(peer, interfacevar); } -@@ -5891,8 +5891,8 @@ static int try_calling(struct queue_ent - } - } - qe->handled++; -- ast_queue_log(queuename, ast_channel_uniqueid(qe->chan), member->membername, "CONNECT", "%ld|%s|%ld", (long) (time(NULL) - qe->start), ast_channel_uniqueid(peer), -- (long)(orig - to > 0 ? (orig - to) / 1000 : 0)); -+ ast_queue_log(queuename, ast_channel_uniqueid(qe->chan), member->membername, "CONNECT", "%jd|%s|%jd", (intmax_t) (time(NULL) - qe->start), ast_channel_uniqueid(peer), -+ (intmax_t)(orig - to > 0 ? (orig - to) / 1000 : 0)); - - if (ast_channel_cdr(qe->chan)) { - struct ast_cdr *cdr; -@@ -5946,12 +5946,12 @@ static int try_calling(struct queue_ent +@@ -6018,12 +6018,12 @@ static int try_calling(struct queue_ent "Channel: %s\r\n" "Member: %s\r\n" "MemberName: %s\r\n" @@ -109,7 +172,7 @@ qe->parent->eventwhencalled == QUEUE_EVENT_VARIABLES ? vars2manager(qe->chan, vars, sizeof(vars)) : ""); ast_copy_string(oldcontext, ast_channel_context(qe->chan), sizeof(oldcontext)); ast_copy_string(oldexten, ast_channel_exten(qe->chan), sizeof(oldexten)); -@@ -5983,17 +5983,17 @@ static int try_calling(struct queue_ent +@@ -6055,17 +6055,17 @@ static int try_calling(struct queue_ent /* detect a blind transfer */ if (!(ast_channel_softhangup_internal_flag(qe->chan) | ast_channel_softhangup_internal_flag(peer)) && (strcasecmp(oldcontext, ast_channel_context(qe->chan)) || strcasecmp(oldexten, ast_channel_exten(qe->chan)))) { @@ -134,7 +197,7 @@ send_agent_complete(qe, queuename, peer, member, callstart, vars, sizeof(vars), AGENT); } if ((tds = ast_channel_datastore_find(qe->chan, &queue_transfer_info, NULL))) { -@@ -7126,8 +7126,8 @@ static int queue_exec(struct ast_channel +@@ -7234,8 +7234,8 @@ static int queue_exec(struct ast_channel } } @@ -145,7 +208,7 @@ qe.chan = chan; qe.prio = prio; -@@ -7177,8 +7177,8 @@ check_turns: +@@ -7285,8 +7285,8 @@ check_turns: record_abandoned(&qe); reason = QUEUE_TIMEOUT; res = 0; @@ -156,7 +219,7 @@ break; } -@@ -7222,7 +7222,7 @@ check_turns: +@@ -7331,7 +7331,7 @@ check_turns: if ((status = get_member_status(qe.parent, qe.max_penalty, qe.min_penalty, qe.parent->leavewhenempty, 0))) { record_abandoned(&qe); reason = QUEUE_LEAVEEMPTY; @@ -165,7 +228,7 @@ res = 0; break; } -@@ -7244,7 +7244,7 @@ check_turns: +@@ -7354,7 +7354,7 @@ check_turns: record_abandoned(&qe); reason = QUEUE_TIMEOUT; res = 0; @@ -174,7 +237,7 @@ break; } -@@ -7272,8 +7272,8 @@ stop: +@@ -7382,8 +7382,8 @@ stop: if (!qe.handled) { record_abandoned(&qe); ast_queue_log(args.queuename, ast_channel_uniqueid(chan), "NONE", "ABANDON", @@ -185,7 +248,7 @@ res = -1; } else if (qcontinue) { reason = QUEUE_CONTINUE; -@@ -7281,7 +7281,7 @@ stop: +@@ -7391,7 +7391,7 @@ stop: } } else if (qe.valid_digits) { ast_queue_log(args.queuename, ast_channel_uniqueid(chan), "NONE", "EXITWITHKEY", @@ -194,18 +257,7 @@ } } -@@ -8404,8 +8404,8 @@ static char *__queues_show(struct manses - mem->paused ? " (paused)" : "", - ast_devstate2str(mem->status)); - if (mem->calls) { -- ast_str_append(&out, 0, " has taken %d calls (last was %ld secs ago)", -- mem->calls, (long) (time(NULL) - mem->lastcall)); -+ ast_str_append(&out, 0, " has taken %d calls (last was %jd secs ago)", -+ mem->calls, (intmax_t) (time(NULL) - mem->lastcall)); - } else { - ast_str_append(&out, 0, " has taken no calls yet"); - } -@@ -8422,9 +8422,9 @@ static char *__queues_show(struct manses +@@ -8538,9 +8538,9 @@ static char *__queues_show(struct manses do_print(s, fd, " Callers: "); for (qe = q->head; qe; qe = qe->next) { @@ -218,7 +270,7 @@ do_print(s, fd, ast_str_buffer(out)); } } -@@ -8782,7 +8782,7 @@ static int manager_queues_status(struct +@@ -8900,7 +8900,7 @@ static int manager_queues_status(struct "CallerIDName: %s\r\n" "ConnectedLineNum: %s\r\n" "ConnectedLineName: %s\r\n" @@ -227,7 +279,7 @@ "%s" "\r\n", q->name, pos++, ast_channel_name(qe->chan), ast_channel_uniqueid(qe->chan), -@@ -8790,7 +8790,7 @@ static int manager_queues_status(struct +@@ -8908,7 +8908,7 @@ static int manager_queues_status(struct S_COR(ast_channel_caller(qe->chan)->id.name.valid, ast_channel_caller(qe->chan)->id.name.str, "unknown"), S_COR(ast_channel_connected(qe->chan)->id.number.valid, ast_channel_connected(qe->chan)->id.number.str, "unknown"), S_COR(ast_channel_connected(qe->chan)->id.name.valid, ast_channel_connected(qe->chan)->id.name.str, "unknown"), diff --git a/comms/asterisk13/Makefile b/comms/asterisk13/Makefile index c7f56ca839425..9cefeaee1ee9e 100644 --- a/comms/asterisk13/Makefile +++ b/comms/asterisk13/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.5 2016/03/05 11:28:10 jperkin Exp $ +# $NetBSD: Makefile,v 1.7 2016/05/06 07:41:06 jnemeth Exp $ # # NOTE: when updating this package, there are two places that sound -# tarballs need to be checked +# tarballs need to be checked; look in ${WRKSRC}/sounds/Makefile +# to find out the current sound file versions -DISTNAME= asterisk-13.7.2 -PKGREVISION= 1 +DISTNAME= asterisk-13.8.2 CATEGORIES= comms net audio MASTER_SITES= http://downloads.asterisk.org/pub/telephony/asterisk/ \ http://downloads.asterisk.org/pub/telephony/asterisk/old-releases/ \ @@ -126,7 +126,7 @@ PLIST.mgcp= yes .include "options.mk" # check sounds/Makefile for current version when upgrading package -DISTFILES+= asterisk-extra-sounds-en-gsm-1.4.15.tar.gz +DISTFILES+= asterisk-extra-sounds-en-gsm-1.5.tar.gz # Override default paths in config files SUBST_CLASSES+= configs @@ -205,8 +205,8 @@ CONF_FILES_PERMS+= ${ASTEXAMPLEDIR}/${f:Q} ${PKG_SYSCONFDIR}/${f:Q} ${ASTERISK_U iaxprov.conf indications.conf logger.conf manager.conf \ meetme.conf mgcp.conf minivm.conf misdn.conf modules.conf \ motif.conf musiconhold.conf muted.conf ooh323.conf osp.conf \ - oss.conf phone.conf phoneprov.conf pjsip.conf pjsip_notify.conf \ - pjsip_wizard.conf queuerules.conf queues.conf \ + oss.conf phone.conf phoneprov.conf pjproject.conf pjsip.conf \ + pjsip_notify.conf pjsip_wizard.conf queuerules.conf queues.conf \ res_config_mysql.conf res_config_sqlite.conf \ res_config_sqlite3.conf res_corosync.conf res_curl.conf \ res_fax.conf res_ldap.conf res_odbc.conf res_parking.conf \ @@ -228,9 +228,9 @@ post-patch: post-install: # check sounds directory for current versions when upgrading package - ${TAR} xzf ${WRKSRC}/sounds/asterisk-core-sounds-en-gsm-1.4.27.tar.gz -C ${DESTDIR}${ASTDATADIR}/sounds/en + ${TAR} xzf ${WRKSRC}/sounds/asterisk-core-sounds-en-gsm-1.5.tar.gz -C ${DESTDIR}${ASTDATADIR}/sounds/en ${TAR} xzf ${WRKSRC}/sounds/asterisk-moh-opsound-wav-2.03.tar.gz -C ${DESTDIR}${ASTDATADIR}/moh - ${TAR} xzf ${DISTDIR}/${DIST_SUBDIR}/asterisk-extra-sounds-en-gsm-1.4.15.tar.gz -C ${DESTDIR}${ASTDATADIR}/sounds/en + ${TAR} xzf ${DISTDIR}/${DIST_SUBDIR}/asterisk-extra-sounds-en-gsm-1.5.tar.gz -C ${DESTDIR}${ASTDATADIR}/sounds/en ${INSTALL_DATA} ${WRKSRC}/BUGS ${DESTDIR}${PREFIX}/share/doc/${PKGBASE} ${INSTALL_DATA} ${WRKSRC}/CHANGES ${DESTDIR}${PREFIX}/share/doc/${PKGBASE} ${INSTALL_DATA} ${WRKSRC}/COPYING ${DESTDIR}${PREFIX}/share/doc/${PKGBASE} diff --git a/comms/asterisk13/PLIST b/comms/asterisk13/PLIST index 3e85da319e2ec..415b27e272bb2 100644 --- a/comms/asterisk13/PLIST +++ b/comms/asterisk13/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2016/02/07 09:13:34 jnemeth Exp $ +@comment $NetBSD: PLIST,v 1.4 2016/05/06 07:41:06 jnemeth Exp $ include/asterisk.h include/asterisk/_private.h include/asterisk/abstract_jb.h @@ -134,6 +134,8 @@ include/asterisk/res_fax.h include/asterisk/res_hep.h include/asterisk/res_mwi_external.h include/asterisk/res_odbc.h +include/asterisk/res_odbc_transaction.h +include/asterisk/res_pjproject.h include/asterisk/res_pjsip.h include/asterisk/res_pjsip_body_generator_types.h include/asterisk/res_pjsip_cli.h @@ -426,6 +428,7 @@ lib/asterisk/modules/res_monitor.so lib/asterisk/modules/res_musiconhold.so lib/asterisk/modules/res_mutestream.so ${PLIST.unixodbc}lib/asterisk/modules/res_odbc.so +${PLIST.unixodbc}lib/asterisk/modules/res_odbc_transaction.so lib/asterisk/modules/res_parking.so lib/asterisk/modules/res_phoneprov.so ${PLIST.mgcp}lib/asterisk/modules/res_pktccops.so @@ -488,15 +491,15 @@ libdata/asterisk/rest-api/playbacks.json libdata/asterisk/rest-api/recordings.json libdata/asterisk/rest-api/resources.json libdata/asterisk/rest-api/sounds.json -libdata/asterisk/sounds/en/.asterisk-core-sounds-en-gsm-1.4.27 +libdata/asterisk/sounds/en/.asterisk-core-sounds-en-gsm-1.5 libdata/asterisk/sounds/en/1-for-am-2-for-pm.gsm libdata/asterisk/sounds/en/1-yes-2-no.gsm -libdata/asterisk/sounds/en/CHANGES-asterisk-core-en-1.4.27 -libdata/asterisk/sounds/en/CHANGES-asterisk-extra-en-1.4.15 -libdata/asterisk/sounds/en/CREDITS-asterisk-core-en-1.4.27 -libdata/asterisk/sounds/en/CREDITS-asterisk-extra-en-1.4.15 -libdata/asterisk/sounds/en/LICENSE-asterisk-core-en-1.4.27 -libdata/asterisk/sounds/en/LICENSE-asterisk-extra-en-1.4.15 +libdata/asterisk/sounds/en/CHANGES-asterisk-core-en-1.5 +libdata/asterisk/sounds/en/CHANGES-asterisk-extra-en-1.5 +libdata/asterisk/sounds/en/CREDITS-asterisk-core-en-1.5 +libdata/asterisk/sounds/en/CREDITS-asterisk-extra-en-1.5 +libdata/asterisk/sounds/en/LICENSE-asterisk-core-en-1.5 +libdata/asterisk/sounds/en/LICENSE-asterisk-extra-en-1.5 libdata/asterisk/sounds/en/OfficeSpace.gsm libdata/asterisk/sounds/en/Randulo-allison.gsm libdata/asterisk/sounds/en/SIP_Test_Failure.gsm @@ -574,7 +577,6 @@ libdata/asterisk/sounds/en/astcc-account-number-invalid.gsm libdata/asterisk/sounds/en/astcc-balance-of-account-is.gsm libdata/asterisk/sounds/en/astcc-card-number-invalid.gsm libdata/asterisk/sounds/en/astcc-digit-account-number.gsm -libdata/asterisk/sounds/en/astcc-followed-by-pound.gsm libdata/asterisk/sounds/en/astcc-followed-by-the-hash-key.gsm libdata/asterisk/sounds/en/astcc-followed-by-the-pound-key.gsm libdata/asterisk/sounds/en/astcc-login12pound.gsm @@ -1710,6 +1712,7 @@ libdata/asterisk/sounds/en/please-hold-minion-connect.gsm libdata/asterisk/sounds/en/please-hold-while-minion.gsm libdata/asterisk/sounds/en/please-try-again-later.gsm libdata/asterisk/sounds/en/please-try-again.gsm +libdata/asterisk/sounds/en/please-try-call-later.gsm libdata/asterisk/sounds/en/please-try.gsm libdata/asterisk/sounds/en/please-wait-connect-oncall-eng.gsm libdata/asterisk/sounds/en/pls-ent-num-transfer.gsm @@ -1726,7 +1729,6 @@ libdata/asterisk/sounds/en/pls-rcrd-name-at-tone.gsm libdata/asterisk/sounds/en/pls-stay-on-line.gsm libdata/asterisk/sounds/en/pls-try-again.gsm libdata/asterisk/sounds/en/pls-try-area-code.gsm -libdata/asterisk/sounds/en/pls-try-call-later.gsm libdata/asterisk/sounds/en/pls-try-manually.gsm libdata/asterisk/sounds/en/pls-wait-connect-call.gsm libdata/asterisk/sounds/en/plugh.gsm @@ -3294,6 +3296,7 @@ share/examples/asterisk/osp.conf share/examples/asterisk/oss.conf share/examples/asterisk/phone.conf share/examples/asterisk/phoneprov.conf +share/examples/asterisk/pjproject.conf share/examples/asterisk/pjsip.conf share/examples/asterisk/pjsip_notify.conf share/examples/asterisk/pjsip_wizard.conf diff --git a/comms/asterisk13/distinfo b/comms/asterisk13/distinfo index 756366eccd9cb..22673cf832746 100644 --- a/comms/asterisk13/distinfo +++ b/comms/asterisk13/distinfo @@ -1,14 +1,14 @@ -$NetBSD: distinfo,v 1.3 2016/02/07 09:13:34 jnemeth Exp $ +$NetBSD: distinfo,v 1.4 2016/05/06 07:41:06 jnemeth Exp $ -SHA1 (asterisk-13.7.2/asterisk-13.7.2.tar.gz) = a513947d71fd4c836a8a313da9e9a4f4eb813b89 -RMD160 (asterisk-13.7.2/asterisk-13.7.2.tar.gz) = 9321bff9f9683adc6fd52a29e8722cba28a45512 -SHA512 (asterisk-13.7.2/asterisk-13.7.2.tar.gz) = 5a0cd2c83e8f3191105fc20f54eb7fbf2fcb015af1fcfd980221aa205fdaf288835c4b76093f15e2abff2b1672f46a383efc2a89b5ae8afdc92353d7fd91d693 -Size (asterisk-13.7.2/asterisk-13.7.2.tar.gz) = 32176731 bytes -SHA1 (asterisk-13.7.2/asterisk-extra-sounds-en-gsm-1.4.15.tar.gz) = fbb94494e31fc08eee8fdf2ce7d12eb274018050 -RMD160 (asterisk-13.7.2/asterisk-extra-sounds-en-gsm-1.4.15.tar.gz) = 53656a3d6771602504f220ad312093e3503e1150 -SHA512 (asterisk-13.7.2/asterisk-extra-sounds-en-gsm-1.4.15.tar.gz) = 3908fcb439fe7d08dc6cba45b7a6aeea9825299871332d30f60535957072521b2f3f60222a49689b6fe1f693f80e3605b91ce395d16e15b15c50025eb086c19b -Size (asterisk-13.7.2/asterisk-extra-sounds-en-gsm-1.4.15.tar.gz) = 4409969 bytes -SHA1 (patch-Makefile) = 78c188c1873d70c2285cf2b7cf9e90052f51be69 +SHA1 (asterisk-13.8.2/asterisk-13.8.2.tar.gz) = a525453a088213190011be4f84cb017a47e3e380 +RMD160 (asterisk-13.8.2/asterisk-13.8.2.tar.gz) = 7d36005dfa6903d9b4eaf0a2efbf009d6eebabbf +SHA512 (asterisk-13.8.2/asterisk-13.8.2.tar.gz) = 20737656b0e30e9d11bf5cf37ceb4891a1d36fb4d552e3e2c13f425b2e938f3b31cf571e5aa5b0028cbb9f9188a4ca21d625a3c1cccf115ea02001df5b9691ad +Size (asterisk-13.8.2/asterisk-13.8.2.tar.gz) = 32488570 bytes +SHA1 (asterisk-13.8.2/asterisk-extra-sounds-en-gsm-1.5.tar.gz) = 831ae6442e23cbef1e7d1c84798778ad0b0524d1 +RMD160 (asterisk-13.8.2/asterisk-extra-sounds-en-gsm-1.5.tar.gz) = d52df795201c53fc4cd7d99ed41516e312f6f0f3 +SHA512 (asterisk-13.8.2/asterisk-extra-sounds-en-gsm-1.5.tar.gz) = c7d3c3fd2c854e6776801312d34bf69bbed78a443c16121637f508c5275f18b1d415cbb6e4f6f8c5aa3769cbbfa1a11485b9972053777f3ac39256c2c81729f1 +Size (asterisk-13.8.2/asterisk-extra-sounds-en-gsm-1.5.tar.gz) = 4256538 bytes +SHA1 (patch-Makefile) = 1373ea4cfab46f701cef0f5c61a6a1604e710bf5 SHA1 (patch-addons_chan__ooh323.c) = 9cba619ced6a4449604faebeac33d91a23519c48 SHA1 (patch-apps_app__dumpchan.c) = 127ac02bdc180ad2334cd095aa6e646feb6fba10 SHA1 (patch-apps_app__followme.c) = c6a5790b5e9b34d07dbfdd66a58e2854c8c72695 @@ -32,7 +32,7 @@ SHA1 (patch-include_asterisk_endian.h) = 1fc20d750da7d0a0407c1e1694b8bb21753acdc SHA1 (patch-include_asterisk_lock.h) = ce636ef6102a2a95600cfc8215305507e08fe8f9 SHA1 (patch-include_asterisk_poll-compat.h) = ff25a81e462cdc37928fddeafe687c650860c746 SHA1 (patch-include_asterisk_strings.h) = d204488d681e39af6fadf9f054c9e402f4cb8657 -SHA1 (patch-main_Makefile) = c9020acd260bebda10c21fc91ff9b8022450bf05 +SHA1 (patch-main_Makefile) = 2b4e2793ea491bd40f2db64a23bac9b81cc1c3ca SHA1 (patch-main_acl.c) = 06a9d247b19d648e9ff54ac2a234dc8ac8c023bb SHA1 (patch-main_asterisk.c) = 93ae4e31b4ae279e42b5c3661bb5fdb76d9ea161 SHA1 (patch-main_astmm.c) = 26a98d6fbb567ae619041ebd01a31349a847deab @@ -42,7 +42,8 @@ SHA1 (patch-main_http.c) = b36f1f3f0da25456a17888d34ea2bf7b61c1acf4 SHA1 (patch-main_logger.c) = 321a52b3015af85ea13055953cec5a5d9da05ec8 SHA1 (patch-main_manager.c) = 8cfdac2aed203573d1c426cea1131fca12b9cd9e SHA1 (patch-main_netsock.c) = 383952a5fd4e1cecf7d1fa304a897d72e52cdf8c -SHA1 (patch-main_pbx.c) = a468fa724971a25c3d645d63aea6c889ebe7ede1 +SHA1 (patch-main_pbx.c) = 8e7ced268edb29238f96418e8b21456364c4ae1f +SHA1 (patch-main_pbx__builtins.c) = fbe673500404438f4c38c1dd45dbadb04c88cf99 SHA1 (patch-main_sched.c) = 5fb08c75cb97398f4dd39cc2dd317190ca472f6c SHA1 (patch-main_stdtime_localtime.c) = 58910ae9012915d69b31db9b0b41b3f85ce34e36 SHA1 (patch-main_test.c) = f38b370cdb5788304e02c71ef05d2130ead9de98 diff --git a/comms/asterisk13/patches/patch-Makefile b/comms/asterisk13/patches/patch-Makefile index 60c1f4be7c2ca..a752ff77b2ea0 100644 --- a/comms/asterisk13/patches/patch-Makefile +++ b/comms/asterisk13/patches/patch-Makefile @@ -1,8 +1,8 @@ -$NetBSD: patch-Makefile,v 1.2 2016/02/07 09:13:34 jnemeth Exp $ +$NetBSD: patch-Makefile,v 1.3 2016/05/06 07:41:06 jnemeth Exp $ ---- Makefile.orig 2016-02-05 20:32:40.000000000 +0000 +--- Makefile.orig 2016-04-20 10:46:18.000000000 +0000 +++ Makefile -@@ -132,7 +132,7 @@ DEBUG=-g3 +@@ -135,7 +135,7 @@ DEBUG=-g3 # Asterisk.conf is located in ASTETCDIR or by using the -C flag # when starting Asterisk @@ -11,7 +11,7 @@ $NetBSD: patch-Makefile,v 1.2 2016/02/07 09:13:34 jnemeth Exp $ AGI_DIR=$(ASTDATADIR)/agi-bin # If you use Apache, you may determine by a grep 'DocumentRoot' of your httpd.conf file -@@ -169,6 +169,9 @@ DAHDI_UDEV_HOOK_DIR = /usr/share/dahdi/s +@@ -172,6 +172,9 @@ DAHDI_UDEV_HOOK_DIR = /usr/share/dahdi/s # supported run: # menuselect/menuselect --help @@ -21,7 +21,7 @@ $NetBSD: patch-Makefile,v 1.2 2016/02/07 09:13:34 jnemeth Exp $ MOD_SUBDIR_CFLAGS="-I$(ASTTOPDIR)/include" OTHER_SUBDIR_CFLAGS="-I$(ASTTOPDIR)/include" -@@ -208,10 +211,6 @@ ifeq ($(AST_DEVMODE),yes) +@@ -211,10 +214,6 @@ ifeq ($(AST_DEVMODE),yes) ADDL_TARGETS+=validate-docs endif @@ -32,7 +32,7 @@ $NetBSD: patch-Makefile,v 1.2 2016/02/07 09:13:34 jnemeth Exp $ ifeq ($(OSARCH),FreeBSD) # -V is understood by BSD Make, not by GNU make. BSDVERSION=$(shell make -V OSVERSION -f /usr/share/mk/bsd.port.subdir.mk) -@@ -339,10 +338,10 @@ makeopts: configure +@@ -342,10 +341,10 @@ makeopts: configure @echo "****" @exit 1 @@ -45,7 +45,7 @@ $NetBSD: patch-Makefile,v 1.2 2016/02/07 09:13:34 jnemeth Exp $ endif $(MOD_SUBDIRS_EMBED_LDSCRIPT): -@@ -440,7 +439,6 @@ dist-clean: distclean +@@ -445,7 +444,6 @@ dist-clean: distclean distclean: $(SUBDIRS_DIST_CLEAN) _clean @$(MAKE) -C menuselect dist-clean @@ -53,7 +53,7 @@ $NetBSD: patch-Makefile,v 1.2 2016/02/07 09:13:34 jnemeth Exp $ rm -f menuselect.makeopts makeopts menuselect-tree menuselect.makedeps rm -f makeopts.embed_rules rm -f config.log config.status config.cache -@@ -556,7 +554,7 @@ update: +@@ -561,7 +559,7 @@ update: NEWHEADERS=$(notdir $(wildcard include/asterisk/*.h)) OLDHEADERS=$(filter-out $(NEWHEADERS) $(notdir $(DESTDIR)$(ASTHEADERDIR)),$(notdir $(wildcard $(DESTDIR)$(ASTHEADERDIR)/*.h))) @@ -62,7 +62,7 @@ $NetBSD: patch-Makefile,v 1.2 2016/02/07 09:13:34 jnemeth Exp $ "$(ASTSPOOLDIR)" "$(ASTSPOOLDIR)/dictate" "$(ASTSPOOLDIR)/meetme" \ "$(ASTSPOOLDIR)/monitor" "$(ASTSPOOLDIR)/system" "$(ASTSPOOLDIR)/tmp" \ "$(ASTSPOOLDIR)/voicemail" "$(ASTSPOOLDIR)/recording" \ -@@ -682,7 +680,7 @@ upgrade: bininstall +@@ -688,7 +686,7 @@ upgrade: bininstall # (2) the extension to strip off define INSTALL_CONFIGS @for x in configs/$(1)/*$(2); do \ @@ -71,7 +71,7 @@ $NetBSD: patch-Makefile,v 1.2 2016/02/07 09:13:34 jnemeth Exp $ if [ -f "$${dst}" ]; then \ if [ "$(OVERWRITE)" = "y" ]; then \ if cmp -s "$${dst}" "$$x" ; then \ -@@ -711,24 +709,24 @@ define INSTALL_CONFIGS +@@ -717,24 +715,24 @@ define INSTALL_CONFIGS -e 's|^astrundir.*$$|astrundir => $(ASTVARRUNDIR)|' \ -e 's|^astlogdir.*$$|astlogdir => $(ASTLOGDIR)|' \ -e 's|^astsbindir.*$$|astsbindir => $(ASTSBINDIR)|' \ @@ -102,7 +102,7 @@ $NetBSD: patch-Makefile,v 1.2 2016/02/07 09:13:34 jnemeth Exp $ done samples: adsi -@@ -761,7 +759,7 @@ basic-pbx: +@@ -767,7 +765,7 @@ basic-pbx: webvmail: @[ -d "$(DESTDIR)$(HTTP_DOCSDIR)/" ] || ( printf "http docs directory not found.\nUpdate assignment of variable HTTP_DOCSDIR in Makefile!\n" && exit 1 ) @[ -d "$(DESTDIR)$(HTTP_CGIDIR)" ] || ( printf "cgi-bin directory not found.\nUpdate assignment of variable HTTP_CGIDIR in Makefile!\n" && exit 1 ) @@ -111,7 +111,7 @@ $NetBSD: patch-Makefile,v 1.2 2016/02/07 09:13:34 jnemeth Exp $ $(INSTALL) -d "$(DESTDIR)$(HTTP_DOCSDIR)/_asterisk" for x in images/*.gif; do \ $(INSTALL) -m 644 $$x "$(DESTDIR)$(HTTP_DOCSDIR)/_asterisk/"; \ -@@ -811,11 +809,11 @@ endif +@@ -817,11 +815,11 @@ endif endif install-logrotate: @@ -126,7 +126,7 @@ $NetBSD: patch-Makefile,v 1.2 2016/02/07 09:13:34 jnemeth Exp $ rm -f contrib/scripts/asterisk.logrotate.tmp config: -@@ -926,7 +924,7 @@ uninstall-all: _uninstall +@@ -932,7 +930,7 @@ uninstall-all: _uninstall rm -rf "$(DESTDIR)$(ASTVARLIBDIR)" rm -rf "$(DESTDIR)$(ASTDATADIR)" rm -rf "$(DESTDIR)$(ASTSPOOLDIR)" @@ -135,8 +135,8 @@ $NetBSD: patch-Makefile,v 1.2 2016/02/07 09:13:34 jnemeth Exp $ rm -rf "$(DESTDIR)$(ASTLOGDIR)" menuconfig: menuselect -@@ -1011,6 +1009,7 @@ else - endif +@@ -1021,6 +1019,7 @@ check-alembic: makeopts + @ALEMBIC=$(ALEMBIC) build_tools/make_check_alembic config cdr voicemail >&2 .PHONY: menuselect +.PHONY: menuselect.makeopts diff --git a/comms/asterisk13/patches/patch-main_Makefile b/comms/asterisk13/patches/patch-main_Makefile index 8eb172e58502b..e9cba39a2a8d0 100644 --- a/comms/asterisk13/patches/patch-main_Makefile +++ b/comms/asterisk13/patches/patch-main_Makefile @@ -1,8 +1,8 @@ -$NetBSD: patch-main_Makefile,v 1.1.1.1 2015/12/05 23:29:10 jnemeth Exp $ +$NetBSD: patch-main_Makefile,v 1.2 2016/05/06 07:41:06 jnemeth Exp $ ---- main/Makefile.orig 2015-10-09 21:48:48.000000000 +0000 +--- main/Makefile.orig 2016-04-20 10:46:18.000000000 +0000 +++ main/Makefile -@@ -93,6 +93,10 @@ ifeq ($(OSARCH),OpenBSD) +@@ -96,6 +96,10 @@ ifeq ($(OSARCH),OpenBSD) AST_LIBS+=-lcrypto -lpthread -lm $(EDITLINE_LIB) endif @@ -13,17 +13,19 @@ $NetBSD: patch-main_Makefile,v 1.1.1.1 2015/12/05 23:29:10 jnemeth Exp $ ifeq ($(OSARCH),SunOS) AST_LIBS+=-lpthread -ldl -lrt -lnsl -lsocket -lresolv ASTSSL_LIBS+=-L/opt/ssl/lib -L/usr/local/ssl/lib -@@ -218,9 +222,6 @@ ifeq ($(GNU_LD),1) - endif - $(ECHO_PREFIX) echo " [LD] $^ -> $@" - $(CMD_PREFIX) $(CC) $(STATIC_BUILD) -o $@ $(CC_LDFLAGS_SO) $^ $(CC_LIBS) +@@ -224,11 +228,7 @@ endif + + $(ASTSSL_LIB): $(ASTSSL_LIB).$(ASTSSL_SO_VERSION) + $(ECHO_PREFIX) echo " [LN] $< -> $@" -ifneq ($(LDCONFIG),) -- $(LDCONFIG) $(LDCONFIG_FLAGS) . +- $(CMD_PREFIX) $(LDCONFIG) $(LDCONFIG_FLAGS) . 2>/dev/null +-else + $(CMD_PREFIX) $(LN) -sf $< $@ -endif - $(ASTSSL_LIB): $(ASTSSL_LIB).$(ASTSSL_SO_VERSION) - $(LN) -sf $< $@ -@@ -260,13 +261,13 @@ bininstall: + else # Darwin + ASTSSL_LIB:=libasteriskssl.dylib +@@ -345,10 +345,10 @@ bininstall: $(INSTALL) -m 755 $(MAIN_TGT) "$(DESTDIR)$(ASTSBINDIR)/" ifeq ($(AST_ASTERISKSSL),yes) ifeq ($(findstring darwin,$(OSARCH)),) # not Darwin @@ -32,19 +34,15 @@ $NetBSD: patch-main_Makefile,v 1.1.1.1 2015/12/05 23:29:10 jnemeth Exp $ + $(INSTALL) -m 755 $(ASTSSL_LIB).$(ASTSSL_SO_VERSION) "$(DESTDIR)$(PREFIX)/lib/" + $(LN) -sf $(ASTSSL_LIB).$(ASTSSL_SO_VERSION) "$(DESTDIR)$(PREFIX)/lib/$(ASTSSL_LIB)" else # Darwin - $(INSTALL) -m 755 $(ASTSSL_LIB) "$(DESTDIR)$(ASTLIBDIR)/" +- $(INSTALL) -m 755 $(ASTSSL_LIB) "$(DESTDIR)$(ASTLIBDIR)/" ++ $(INSTALL) -m 755 $(ASTSSL_LIB) "$(DESTDIR)$(PREFIX)/lib/" endif - ifneq ($(LDCONFIG),) -- $(LDCONFIG) $(LDCONFIG_FLAGS) "$(DESTDIR)$(ASTLIBDIR)/" -+ $(LDCONFIG) $(LDCONFIG_FLAGS) "$(DESTDIR)$(PREFIX)/lib/" endif + ifeq ($(PJPROJECT_BUNDLED),yes) +@@ -373,9 +373,7 @@ endif + ifneq ($(ASTPJ_LIB).$(ASTPJ_SO_VERSION),.) + rm -f "$(DESTDIR)$(ASTLIBDIR)/$(ASTPJ_LIB).$(ASTPJ_SO_VERSION)" endif - $(LN) -sf asterisk "$(DESTDIR)$(ASTSBINDIR)/rasterisk" -@@ -274,10 +275,7 @@ endif - binuninstall: - rm -f "$(DESTDIR)$(ASTSBINDIR)/$(MAIN_TGT)" - rm -f "$(DESTDIR)$(ASTSBINDIR)/rasterisk" -- rm -f "$(DESTDIR)$(ASTLIBDIR)/$(ASTSSL_LIB).$(ASTSSL_SO_VERSION)" -ifneq ($(LDCONFIG),) - $(LDCONFIG) $(LDCONFIG_FLAGS) "$(DESTDIR)$(ASTLIBDIR)/" -endif diff --git a/comms/asterisk13/patches/patch-main_pbx.c b/comms/asterisk13/patches/patch-main_pbx.c index 2445c4bb5edd5..1066d89612289 100644 --- a/comms/asterisk13/patches/patch-main_pbx.c +++ b/comms/asterisk13/patches/patch-main_pbx.c @@ -1,8 +1,8 @@ -$NetBSD: patch-main_pbx.c,v 1.1.1.1 2015/12/05 23:29:10 jnemeth Exp $ +$NetBSD: patch-main_pbx.c,v 1.2 2016/05/06 07:41:06 jnemeth Exp $ ---- main/pbx.c.orig 2015-10-09 21:48:48.000000000 +0000 +--- main/pbx.c.orig 2016-04-20 10:46:18.000000000 +0000 +++ main/pbx.c -@@ -11276,7 +11276,7 @@ static int testtime_write(struct ast_cha +@@ -7973,7 +7973,7 @@ static int testtime_write(struct ast_cha sscanf(remainder, "%79s", timezone); tv = ast_mktime(&tm, S_OR(timezone, NULL)); @@ -11,21 +11,3 @@ pbx_builtin_setvar_helper(chan, "__TESTTIME", result); return 0; } -@@ -11295,7 +11295,7 @@ static int pbx_builtin_gotoiftime(struct - struct ast_timing timing; - const char *ctime; - struct timeval tv = ast_tvnow(); -- long timesecs; -+ intmax_t timesecs; - - if (!chan) { - ast_log(LOG_WARNING, "GotoIfTime requires a channel on which to operate\n"); -@@ -11310,7 +11310,7 @@ static int pbx_builtin_gotoiftime(struct - ts = s = ast_strdupa(data); - - ast_channel_lock(chan); -- if ((ctime = pbx_builtin_getvar_helper(chan, "TESTTIME")) && sscanf(ctime, "%ld", ×ecs) == 1) { -+ if ((ctime = pbx_builtin_getvar_helper(chan, "TESTTIME")) && sscanf(ctime, "%jd", ×ecs) == 1) { - tv.tv_sec = timesecs; - } else if (ctime) { - ast_log(LOG_WARNING, "Using current time to evaluate\n"); diff --git a/comms/asterisk13/patches/patch-main_pbx__builtins.c b/comms/asterisk13/patches/patch-main_pbx__builtins.c new file mode 100644 index 0000000000000..6e560dc9f64a2 --- /dev/null +++ b/comms/asterisk13/patches/patch-main_pbx__builtins.c @@ -0,0 +1,24 @@ +$NetBSD: patch-main_pbx__builtins.c,v 1.1 2016/05/06 07:41:06 jnemeth Exp $ + +--- main/pbx_builtins.c.orig 2016-05-06 02:38:17.000000000 +0000 ++++ main/pbx_builtins.c +@@ -843,7 +843,7 @@ static int pbx_builtin_gotoiftime(struct + struct ast_timing timing; + const char *ctime; + struct timeval tv = ast_tvnow(); +- long timesecs; ++ int64_t timesecs; + + if (!chan) { + ast_log(LOG_WARNING, "GotoIfTime requires a channel on which to operate\n"); +@@ -858,8 +858,8 @@ static int pbx_builtin_gotoiftime(struct + ts = s = ast_strdupa(data); + + ast_channel_lock(chan); +- if ((ctime = pbx_builtin_getvar_helper(chan, "TESTTIME")) && sscanf(ctime, "%ld", ×ecs) == 1) { +- tv.tv_sec = timesecs; ++ if ((ctime = pbx_builtin_getvar_helper(chan, "TESTTIME")) && sscanf(ctime, "%" SCNd64, ×ecs) == 1) { ++ tv.tv_sec = (time_t)timesecs; + } else if (ctime) { + ast_log(LOG_WARNING, "Using current time to evaluate\n"); + /* Reset when unparseable */ diff --git a/comms/asterisk18/Makefile b/comms/asterisk18/Makefile index f7605085d5bc0..29d001a92f2e3 100644 --- a/comms/asterisk18/Makefile +++ b/comms/asterisk18/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.105 2016/03/05 11:28:10 jperkin Exp $ +# $NetBSD: Makefile,v 1.106 2016/04/11 19:01:44 ryoon Exp $ # # NOTE: when updating this package, there are two places that sound # tarballs need to be checked @@ -7,7 +7,7 @@ DISTNAME= asterisk-1.8.32.3 DIST_SUBDIR= ${PKGNAME_NOREV} DISTFILES= ${DEFAULT_DISTFILES} EXTRACT_ONLY= ${DISTNAME}.tar.gz -PKGREVISION= 7 +PKGREVISION= 8 CATEGORIES= comms net audio MASTER_SITES= http://downloads.asterisk.org/pub/telephony/asterisk/ \ http://downloads.asterisk.org/pub/telephony/asterisk/old-releases/ \ diff --git a/comms/conserver8/Makefile b/comms/conserver8/Makefile index 5f7458b039920..352d34a30fdca 100644 --- a/comms/conserver8/Makefile +++ b/comms/conserver8/Makefile @@ -1,14 +1,13 @@ -# $NetBSD: Makefile,v 1.17 2016/03/05 11:28:10 jperkin Exp $ +# $NetBSD: Makefile,v 1.19 2016/05/05 06:23:57 wiz Exp $ # -PKGVER= 8.2.0 +PKGVER= 8.2.1 DISTNAME= conserver-${PKGVER} PKGNAME= conserver8-${PKGVER} -PKGREVISION= 1 CATEGORIES= comms MASTER_SITES= http://www.conserver.com/ -MAINTAINER= awrede@users.sourceforge.net +MAINTAINER= pkgsrc-users@netbsd.org HOMEPAGE= http://www.conserver.com/ COMMENT= Application that allows multiple users to watch serial consoles #LICENSE= # modified-bsd and more (see LICENSE file) @@ -22,7 +21,6 @@ GNU_CONFIGURE= YES CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q} CONFIGURE_ARGS+= --with-master=${CONSERVER_DEFAULTHOST:Q} CONFIGURE_ARGS+= --with-port=${CONSERVER_DEFAULTPORT:Q} -CONFIGURE_ARGS+= --with-regex CONFIGURE_ARGS+= --with-libwrap=${BUILDLINK_PREFIX.tcp_wrappers} CONFIGURE_ARGS+= --with-logfile=${VARBASE:Q}/log/conserver @@ -47,7 +45,10 @@ SUBST_SED.conf= -e "s,/var/consoles,${VARBASE}/consoles," post-install: set -e; for File in INSTALL README PROTOCOL; do \ - ${INSTALL_DATA} ${WRKSRC}/$${File} ${DESTDIR}${DOCDIR}/$${File}; \ + ${INSTALL_DATA} ${WRKSRC}/$${File} ${DESTDIR}${DOCDIR}/$${File};\ + done + set -e; for F in ${WRKSRC}/conserver.cf/samples/* ; do \ + ${INSTALL_DATA} $$F ${DESTDIR}${EGDIR}; \ done .include "../../security/tcp_wrappers/buildlink3.mk" diff --git a/comms/conserver8/distinfo b/comms/conserver8/distinfo index f3fe2b63017b7..823fd5cef5760 100644 --- a/comms/conserver8/distinfo +++ b/comms/conserver8/distinfo @@ -1,8 +1,9 @@ -$NetBSD: distinfo,v 1.9 2015/11/03 01:34:53 agc Exp $ +$NetBSD: distinfo,v 1.10 2016/03/13 18:31:11 schnoebe Exp $ -SHA1 (conserver-8.2.0.tar.gz) = acbb7f282cea94eb044860c35ddd9f31a0299888 -RMD160 (conserver-8.2.0.tar.gz) = fde2c8626f097d2e7f6eb10850a858dfc7d77a19 -SHA512 (conserver-8.2.0.tar.gz) = adda3f473a50d931ce4cce6daa710385857324884157a78b90a5bae4dd8d5dd491b6e404e0fd7fb7eb657a48912ca24f0a1574f435e824ae608454e9c3dc2a09 -Size (conserver-8.2.0.tar.gz) = 334326 bytes +SHA1 (conserver-8.2.1.tar.gz) = 357eea46c0189280b0ab66776b01ce3ba02f1847 +RMD160 (conserver-8.2.1.tar.gz) = 39f08facffc9b462c8257fa21c24785eb1e2bb5a +SHA512 (conserver-8.2.1.tar.gz) = caf519b8295fc142cf1cb5b141854aede07b3613653f417e9c3ebee75b30a12fa785c248806758f60afbc155cc048418635d514a9848e0fa06992f1e4f930fb6 +Size (conserver-8.2.1.tar.gz) = 335241 bytes SHA1 (patch-aa) = d0eebea0d126c611f6f60035730a0c2f97280b01 SHA1 (patch-ab) = 7a507e428277cc6ccf14b961c44d4e6fd3abcde3 +SHA1 (patch-conserver_readcfg.c) = c39e1d50829658cb77e4c943e631da4b3cdd31ee diff --git a/comms/conserver8/options.mk b/comms/conserver8/options.mk index 20c9b980bb804..2bd53ef24367b 100644 --- a/comms/conserver8/options.mk +++ b/comms/conserver8/options.mk @@ -1,8 +1,13 @@ -# $NetBSD: options.mk,v 1.1 2009/06/14 07:52:51 wiz Exp $ +# $NetBSD: options.mk,v 1.2 2016/03/13 18:31:11 schnoebe Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.conserver8 -PKG_SUPPORTED_OPTIONS= pam ssl uds -PKG_SUGGESTED_OPTIONS= ssl + +PKG_OPTIONS_REQUIRED_GROUPS= connectivity +PKG_OPTIONS_GROUP.connectivity=inet6 uds + +PKG_SUPPORTED_OPTIONS= pam ssl + +PKG_SUGGESTED_OPTIONS= ssl inet6 .include "../../mk/bsd.options.mk" @@ -15,6 +20,10 @@ CONFIGURE_ARGS+= --with-pam CONFIGURE_ARGS+= --with-uds .endif +.if !empty(PKG_OPTIONS:Minet6) +CONFIGURE_ARGS+= --with-ipv6 +.endif + .if !empty(PKG_OPTIONS:Mssl) CONFIGURE_ARGS+= --with-openssl=${SSLBASE:Q} . include "../../security/openssl/buildlink3.mk" diff --git a/comms/conserver8/patches/patch-conserver_readcfg.c b/comms/conserver8/patches/patch-conserver_readcfg.c new file mode 100644 index 0000000000000..b3459ed0b3efc --- /dev/null +++ b/comms/conserver8/patches/patch-conserver_readcfg.c @@ -0,0 +1,22 @@ +$NetBSD: patch-conserver_readcfg.c,v 1.1 2016/03/13 18:31:11 schnoebe Exp $ + +Have readcfg.c use the same logic as main.c uses for setproctitle. + +--- conserver/readcfg.c.orig 2015-06-02 17:19:31.000000000 +0000 ++++ conserver/readcfg.c +@@ -5376,7 +5376,14 @@ ReReadCfg(int fd, int msfd) + local += pGE->imembers; + for (pRC = pRCList; (REMOTE *)0 != pRC; pRC = pRC->pRCnext) + remote++; +- setproctitle("master: port %hu, %d local, %d remote", bindPort, ++ setproctitle("master: port %hu, %d local, %d remote", ++#if USE_IPV6 ++ config->primaryport, ++#elif USE_UNIX_DOMAIN_SOCKETS ++ 0, ++#else ++ bindPort, ++#endif + local, remote); + } else + setproctitle("group %u: port %hu, %d %s", pGroups->id, diff --git a/comms/deforaos-phone/Makefile b/comms/deforaos-phone/Makefile index 93f72a587a9a1..16079bb0cab16 100644 --- a/comms/deforaos-phone/Makefile +++ b/comms/deforaos-phone/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2016/02/20 02:28:14 khorben Exp $ +# $NetBSD: Makefile,v 1.25 2016/03/22 11:29:11 khorben Exp $ DISTNAME= Phone-0.5.0 PKGNAME= deforaos-phone-0.5.0 @@ -40,6 +40,7 @@ post-install: .endif .include "../../graphics/hicolor-icon-theme/buildlink3.mk" +.include "../../security/openssl/buildlink3.mk" .include "../../x11/deforaos-libdesktop/buildlink3.mk" .include "../../sysutils/desktop-file-utils/desktopdb.mk" .include "../../mk/bsd.pkg.mk" diff --git a/comms/deforaos-phone/distinfo b/comms/deforaos-phone/distinfo index a87039532f2a9..09d7a7363d2f8 100644 --- a/comms/deforaos-phone/distinfo +++ b/comms/deforaos-phone/distinfo @@ -1,6 +1,7 @@ -$NetBSD: distinfo,v 1.8 2016/02/20 02:10:07 khorben Exp $ +$NetBSD: distinfo,v 1.9 2016/03/22 11:29:11 khorben Exp $ SHA1 (Phone-0.5.0.tar.gz) = 59d0eba0bdb135969d5a0d0cecf2c50b717a8eb6 RMD160 (Phone-0.5.0.tar.gz) = fcba14ca763beedabf26e2e73cdc1ffe13fc185f SHA512 (Phone-0.5.0.tar.gz) = a503f2dc549b0dd151ef690d031cc8dd4940625cdb93b12dde5adecdea6550c3df6984a5dd12cd17b162532ef30e9cf2ba772113ae8fd4dd3058c387943c50a2 Size (Phone-0.5.0.tar.gz) = 317290 bytes +SHA1 (patch-src_plugins_Makefile) = f3921e3be820f627162b614860d264b5e5fb22c8 diff --git a/comms/deforaos-phone/patches/patch-src_plugins_Makefile b/comms/deforaos-phone/patches/patch-src_plugins_Makefile new file mode 100644 index 0000000000000..2652a4c9fffb0 --- /dev/null +++ b/comms/deforaos-phone/patches/patch-src_plugins_Makefile @@ -0,0 +1,17 @@ +$NetBSD: patch-src_plugins_Makefile,v 1.1 2016/03/22 11:29:11 khorben Exp $ + +Build and link the "smscrypt" plug-in with OpenSSL as required. + +--- src/plugins/Makefile.orig 2016-03-22 11:22:04.000000000 +0000 ++++ src/plugins/Makefile +@@ -115,8 +115,8 @@ $(OBJDIR)profiles$(SOEXT): $(profiles_OB + $(CCSHARED) -o $(OBJDIR)profiles$(SOEXT) $(profiles_OBJS) $(profiles_LDFLAGS) + + smscrypt_OBJS = $(OBJDIR)smscrypt.o +-smscrypt_CFLAGS = $(CPPFLAGSF) $(CPPFLAGS) $(CFLAGSF) $(CFLAGS) +-smscrypt_LDFLAGS = $(LDFLAGSF) $(LDFLAGS) ++smscrypt_CFLAGS = $(CPPFLAGSF) $(CPPFLAGS) $(CFLAGSF) $(CFLAGS) `pkg-config --cflags openssl` ++smscrypt_LDFLAGS = $(LDFLAGSF) $(LDFLAGS) `pkg-config --libs openssl` + + $(OBJDIR)smscrypt$(SOEXT): $(smscrypt_OBJS) + $(CCSHARED) -o $(OBJDIR)smscrypt$(SOEXT) $(smscrypt_OBJS) $(smscrypt_LDFLAGS) diff --git a/comms/gnome-pilot/Makefile b/comms/gnome-pilot/Makefile index 72c36d9ef6b51..f4525df8606d8 100644 --- a/comms/gnome-pilot/Makefile +++ b/comms/gnome-pilot/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.99 2016/03/05 11:27:41 jperkin Exp $ +# $NetBSD: Makefile,v 1.101 2016/05/03 11:40:01 prlw1 Exp $ # DISTNAME= gnome-pilot-2.0.17 -PKGREVISION= 50 +PKGREVISION= 52 CATEGORIES= comms gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-pilot/2.0/} diff --git a/comms/gnome-pilot/buildlink3.mk b/comms/gnome-pilot/buildlink3.mk index ad8cfbb01aba2..9bb92124883e3 100644 --- a/comms/gnome-pilot/buildlink3.mk +++ b/comms/gnome-pilot/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.66 2016/03/05 11:27:41 jperkin Exp $ +# $NetBSD: buildlink3.mk,v 1.68 2016/05/03 11:40:01 prlw1 Exp $ BUILDLINK_TREE+= gnome-pilot @@ -6,7 +6,7 @@ BUILDLINK_TREE+= gnome-pilot GNOME_PILOT_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.gnome-pilot+= gnome-pilot>=2.0.12nb2 -BUILDLINK_ABI_DEPENDS.gnome-pilot+= gnome-pilot>=2.0.17nb50 +BUILDLINK_ABI_DEPENDS.gnome-pilot+= gnome-pilot>=2.0.17nb52 BUILDLINK_PKGSRCDIR.gnome-pilot?= ../../comms/gnome-pilot .include "../../devel/gettext-lib/buildlink3.mk" diff --git a/comms/libopensync-plugin-evolution2/Makefile b/comms/libopensync-plugin-evolution2/Makefile index 61de21e0ff9b0..b02b217be849c 100644 --- a/comms/libopensync-plugin-evolution2/Makefile +++ b/comms/libopensync-plugin-evolution2/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.26 2015/10/10 01:58:01 ryoon Exp $ +# $NetBSD: Makefile,v 1.28 2016/05/03 11:40:01 prlw1 Exp $ # DISTNAME= libopensync-plugin-evolution2-0.22 -PKGREVISION= 21 +PKGREVISION= 23 CATEGORIES= comms MASTER_SITES= http://www.opensync.org/download/releases/0.22/ EXTRACT_SUFX= .tar.bz2 diff --git a/comms/libopensync-plugin-file/Makefile b/comms/libopensync-plugin-file/Makefile index ee039a196a696..ef7a11a4214a7 100644 --- a/comms/libopensync-plugin-file/Makefile +++ b/comms/libopensync-plugin-file/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.18 2015/10/10 01:58:01 ryoon Exp $ +# $NetBSD: Makefile,v 1.19 2016/04/11 19:01:44 ryoon Exp $ # DISTNAME= libopensync-plugin-file-0.22 -PKGREVISION= 14 +PKGREVISION= 15 CATEGORIES= comms MASTER_SITES= http://www.opensync.org/download/releases/0.22/ EXTRACT_SUFX= .tar.bz2 diff --git a/comms/libopensync-plugin-kdepim/Makefile b/comms/libopensync-plugin-kdepim/Makefile index 484c22e143444..1fc85246164cf 100644 --- a/comms/libopensync-plugin-kdepim/Makefile +++ b/comms/libopensync-plugin-kdepim/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.42 2016/03/05 11:28:10 jperkin Exp $ +# $NetBSD: Makefile,v 1.43 2016/04/11 19:01:44 ryoon Exp $ # DISTNAME= libopensync-plugin-kdepim-0.22 -PKGREVISION= 38 +PKGREVISION= 39 CATEGORIES= comms MASTER_SITES= http://www.opensync.org/download/releases/0.22/ EXTRACT_SUFX= .tar.bz2 diff --git a/comms/libopensync-plugin-syncml/Makefile b/comms/libopensync-plugin-syncml/Makefile index 39ec2df6798a0..29dde50840851 100644 --- a/comms/libopensync-plugin-syncml/Makefile +++ b/comms/libopensync-plugin-syncml/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.19 2015/10/10 01:58:01 ryoon Exp $ +# $NetBSD: Makefile,v 1.20 2016/04/11 19:01:44 ryoon Exp $ # DISTNAME= libopensync-plugin-syncml-0.22 -PKGREVISION= 15 +PKGREVISION= 16 CATEGORIES= comms MASTER_SITES= http://www.opensync.org/download/releases/0.22/ EXTRACT_SUFX= .tar.bz2 diff --git a/comms/libopensync/Makefile b/comms/libopensync/Makefile index 8362e6adaa3d7..d260cc72a08b7 100644 --- a/comms/libopensync/Makefile +++ b/comms/libopensync/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.22 2015/10/10 01:57:50 ryoon Exp $ +# $NetBSD: Makefile,v 1.23 2016/04/11 19:01:33 ryoon Exp $ # DISTNAME= libopensync-0.22 -PKGREVISION= 15 +PKGREVISION= 16 CATEGORIES= comms MASTER_SITES= http://www.opensync.org/download/releases/0.22/ EXTRACT_SUFX= .tar.bz2 diff --git a/comms/libopensync/buildlink3.mk b/comms/libopensync/buildlink3.mk index 12844c097d0ed..b377f0f8c3d2d 100644 --- a/comms/libopensync/buildlink3.mk +++ b/comms/libopensync/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.17 2015/04/06 08:17:13 adam Exp $ +# $NetBSD: buildlink3.mk,v 1.18 2016/04/11 19:01:33 ryoon Exp $ BUILDLINK_TREE+= libopensync @@ -6,7 +6,7 @@ BUILDLINK_TREE+= libopensync LIBOPENSYNC_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.libopensync+= libopensync>=0.22 -BUILDLINK_ABI_DEPENDS.libopensync+= libopensync>=0.22nb14 +BUILDLINK_ABI_DEPENDS.libopensync+= libopensync>=0.22nb16 BUILDLINK_PKGSRCDIR.libopensync?= ../../comms/libopensync .include "../../databases/sqlite3/buildlink3.mk" diff --git a/comms/lirc/Makefile b/comms/lirc/Makefile index debdd34c97670..60eec202b7a5f 100644 --- a/comms/lirc/Makefile +++ b/comms/lirc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2015/01/01 09:35:17 dholland Exp $ +# $NetBSD: Makefile,v 1.5 2016/04/11 04:22:33 dbj Exp $ # DISTNAME= lirc-0.9.0 @@ -38,7 +38,7 @@ post-install: .include "available.mk" .if ${LIRC_AVAILABLE} == no -PKG_SKIP_REASON= "lirc is not available for this platform" +PKG_SKIP_REASON+= "lirc is not available for this platform" .endif .include "options.mk" diff --git a/comms/lirc/distinfo b/comms/lirc/distinfo index 1abc67d279851..f2d911256fead 100644 --- a/comms/lirc/distinfo +++ b/comms/lirc/distinfo @@ -1,6 +1,12 @@ -$NetBSD: distinfo,v 1.2 2015/11/03 01:34:55 agc Exp $ +$NetBSD: distinfo,v 1.3 2016/05/02 02:32:14 dholland Exp $ SHA1 (lirc-0.9.0.tar.bz2) = 8456bf7101d4f2d31d61c5073357a4981b458581 RMD160 (lirc-0.9.0.tar.bz2) = d8f1cf3a03573be36787e87adc71beba3e678a37 SHA512 (lirc-0.9.0.tar.bz2) = e91534c63e6065bd7da3b15e1676edf1672b8beb21864a6825df86247d7d165bf2dee6f8191732933e24e42a406e46afc55559948e4061eed2de7b08fac13431 Size (lirc-0.9.0.tar.bz2) = 857286 bytes +SHA1 (patch-daemons_config__file.c) = 1a0c581aab83217e02abca7e3080ab8abba74d8c +SHA1 (patch-daemons_config__file.h) = 5f0e21dc8ceffff9d5d82f05bd92f6dc8041813d +SHA1 (patch-daemons_receive.c) = 4b2df8f3a954b51dd1df433aabdc515b49ab3e23 +SHA1 (patch-daemons_receive.h) = 82bb820eb9766cec02f20b3b2fbd1f5d7d9b5d68 +SHA1 (patch-daemons_transmit.c) = 53ee2de7599c94945151acae9ec004bbfc1e71fc +SHA1 (patch-daemons_transmit.h) = e5ffa99809003e1035978d148162cd624c4264c7 diff --git a/comms/lirc/patches/patch-daemons_config__file.c b/comms/lirc/patches/patch-daemons_config__file.c new file mode 100644 index 0000000000000..b16ec85d8c83e --- /dev/null +++ b/comms/lirc/patches/patch-daemons_config__file.c @@ -0,0 +1,15 @@ +$NetBSD: patch-daemons_config__file.c,v 1.1 2016/05/02 02:32:14 dholland Exp $ + +Patch up gcc inline mess. + +--- daemons/config_file.c~ 2011-03-25 22:28:18.000000000 +0000 ++++ daemons/config_file.c +@@ -77,7 +77,7 @@ int add_void_array(struct void_array *ar + return (1); + } + +-inline void *get_void_array(struct void_array *ar) ++static inline void *get_void_array(struct void_array *ar) + { + return (ar->ptr); + } diff --git a/comms/lirc/patches/patch-daemons_config__file.h b/comms/lirc/patches/patch-daemons_config__file.h new file mode 100644 index 0000000000000..63217739f46eb --- /dev/null +++ b/comms/lirc/patches/patch-daemons_config__file.h @@ -0,0 +1,14 @@ +$NetBSD: patch-daemons_config__file.h,v 1.1 2016/05/02 02:32:14 dholland Exp $ + +Patch up gcc inline mess. + +--- daemons/config_file.h~ 2011-03-25 22:28:18.000000000 +0000 ++++ daemons/config_file.h +@@ -67,7 +67,6 @@ struct void_array { + + void **init_void_array(struct void_array *ar, size_t chunk_size, size_t item_size); + int add_void_array(struct void_array *ar, void *data); +-inline void *get_void_array(struct void_array *ar); + + /* some safer functions */ + void *s_malloc(size_t size); diff --git a/comms/lirc/patches/patch-daemons_receive.c b/comms/lirc/patches/patch-daemons_receive.c new file mode 100644 index 0000000000000..18e3b9e1077d4 --- /dev/null +++ b/comms/lirc/patches/patch-daemons_receive.c @@ -0,0 +1,48 @@ +$NetBSD: patch-daemons_receive.c,v 1.1 2016/05/02 02:32:14 dholland Exp $ + +Patch up gcc inline mess. + +--- daemons/receive.c~ 2011-03-25 22:28:18.000000000 +0000 ++++ daemons/receive.c +@@ -25,12 +25,12 @@ extern struct ir_remote *last_remote; + + struct rbuf rec_buffer; + +-inline lirc_t lirc_t_max(lirc_t a, lirc_t b) ++static inline lirc_t lirc_t_max(lirc_t a, lirc_t b) + { + return (a > b ? a : b); + } + +-inline void set_pending_pulse(lirc_t deltap) ++static inline void set_pending_pulse(lirc_t deltap) + { + LOGPRINTF(5, "pending pulse: %lu", deltap); + rec_buffer.pendingp = deltap; +@@ -378,7 +378,7 @@ inline int expectzero(struct ir_remote * + return (1); + } + +-inline lirc_t sync_rec_buffer(struct ir_remote * remote) ++static inline lirc_t sync_rec_buffer(struct ir_remote * remote) + { + int count; + lirc_t deltas, deltap; +@@ -414,7 +414,7 @@ inline lirc_t sync_rec_buffer(struct ir_ + return (deltas); + } + +-inline int get_header(struct ir_remote *remote) ++static inline int get_header(struct ir_remote *remote) + { + if (is_rcmm(remote)) { + lirc_t deltap, deltas, sum; +@@ -524,7 +524,7 @@ inline int get_gap(struct ir_remote *rem + return (1); + } + +-inline int get_repeat(struct ir_remote *remote) ++static inline int get_repeat(struct ir_remote *remote) + { + if (!get_lead(remote)) + return (0); diff --git a/comms/lirc/patches/patch-daemons_receive.h b/comms/lirc/patches/patch-daemons_receive.h new file mode 100644 index 0000000000000..0de1ad9410cec --- /dev/null +++ b/comms/lirc/patches/patch-daemons_receive.h @@ -0,0 +1,14 @@ +$NetBSD: patch-daemons_receive.h,v 1.1 2016/05/02 02:32:14 dholland Exp $ + +Patch up gcc inline mess. + +--- daemons/receive.h~ 2011-03-25 22:28:18.000000000 +0000 ++++ daemons/receive.h +@@ -39,7 +39,6 @@ static inline lirc_t receive_timeout(lir + return 2 * usec < MIN_RECEIVE_TIMEOUT ? MIN_RECEIVE_TIMEOUT : 2 * usec; + } + +-inline lirc_t lirc_t_max(lirc_t a, lirc_t b); + void init_rec_buffer(); + int clear_rec_buffer(void); + int receive_decode(struct ir_remote *remote, ir_code * prep, ir_code * codep, ir_code * postp, int *repeat_flag, diff --git a/comms/lirc/patches/patch-daemons_transmit.c b/comms/lirc/patches/patch-daemons_transmit.c new file mode 100644 index 0000000000000..62886010000a3 --- /dev/null +++ b/comms/lirc/patches/patch-daemons_transmit.c @@ -0,0 +1,15 @@ +$NetBSD: patch-daemons_transmit.c,v 1.1 2016/05/02 02:32:14 dholland Exp $ + +Patch up gcc inline mess. + +--- daemons/transmit.c~ 2011-03-25 22:28:18.000000000 +0000 ++++ daemons/transmit.c +@@ -27,7 +27,7 @@ struct sbuf send_buffer; + static void send_signals(lirc_t * signals, int n); + static int init_send_or_sim(struct ir_remote *remote, struct ir_ncode *code, int sim, int repeat_preset); + +-inline void set_bit(ir_code * code, int bit, int data) ++void set_bit(ir_code * code, int bit, int data) + { + (*code) &= ~((((ir_code) 1) << bit)); + (*code) |= ((ir_code) (data ? 1 : 0) << bit); diff --git a/comms/lirc/patches/patch-daemons_transmit.h b/comms/lirc/patches/patch-daemons_transmit.h new file mode 100644 index 0000000000000..cc078a74e6a10 --- /dev/null +++ b/comms/lirc/patches/patch-daemons_transmit.h @@ -0,0 +1,15 @@ +$NetBSD: patch-daemons_transmit.h,v 1.1 2016/05/02 02:32:14 dholland Exp $ + +Patch up gcc inline mess. + +--- daemons/transmit.h~ 2011-03-25 22:28:18.000000000 +0000 ++++ daemons/transmit.h +@@ -29,7 +29,7 @@ struct sbuf { + }; + + void init_send_buffer(void); +-inline void set_bit(ir_code * code, int bit, int data); ++void set_bit(ir_code * code, int bit, int data); + int init_send(struct ir_remote *remote, struct ir_ncode *code); + int init_sim(struct ir_remote *remote, struct ir_ncode *code, int repeat_preset); + diff --git a/comms/minicom/Makefile b/comms/minicom/Makefile index b1b352985e865..530e19cb16e2a 100644 --- a/comms/minicom/Makefile +++ b/comms/minicom/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.67 2015/11/25 12:48:55 jperkin Exp $ +# $NetBSD: Makefile,v 1.68 2016/03/22 23:24:10 ryoon Exp $ DISTNAME= minicom-2.7 +PKGREVISION= 1 CATEGORIES= comms MASTER_SITES= http://alioth.debian.org/frs/download.php/file/3977/ @@ -22,14 +23,6 @@ CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} PKG_SYSCONFSUBDIR= minicom EGDIR= ${PREFIX}/share/examples/minicom -PKG_GROUPS= ${DIALER_GROUP} -PKG_USERS= ${UUCP_USER}:${UUCP_GROUP} -PKG_GROUPS_VARS+= DIALER_GROUP UUCP_GROUP -PKG_USERS_VARS= UUCP_USER - -SPECIAL_PERMS= ${PREFIX}/bin/minicom ${UUCP_USER} ${DIALER_GROUP} 4555 -OWN_DIRS_PERMS= ${PKG_SYSCONFDIR} ${UUCP_USER} ${DIALER_GROUP} 0755 - SUBST_CLASSES+= minicom SUBST_MESSAGE.minicom= Fixing hardcoded paths. SUBST_STAGE.minicom= post-patch diff --git a/comms/msynctool/Makefile b/comms/msynctool/Makefile index d1e4511547552..0d46084d72f5c 100644 --- a/comms/msynctool/Makefile +++ b/comms/msynctool/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.18 2015/10/10 01:58:01 ryoon Exp $ +# $NetBSD: Makefile,v 1.19 2016/04/11 19:01:44 ryoon Exp $ # DISTNAME= msynctool-0.22 -PKGREVISION= 14 +PKGREVISION= 15 CATEGORIES= comms MASTER_SITES= http://www.opensync.org/download/releases/0.22/ EXTRACT_SUFX= .tar.bz2 diff --git a/comms/multisync-gui/Makefile b/comms/multisync-gui/Makefile index 37380ae78fb58..0af60385cebea 100644 --- a/comms/multisync-gui/Makefile +++ b/comms/multisync-gui/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.43 2015/12/05 21:25:31 adam Exp $ +# $NetBSD: Makefile,v 1.44 2016/04/11 19:01:44 ryoon Exp $ DISTNAME= multisync-gui-0.91.0 -PKGREVISION= 33 +PKGREVISION= 34 CATEGORIES= comms MASTER_SITES= http://www.opensync.org/raw-attachment/wiki/releases/0.2x/download/ diff --git a/converters/Makefile b/converters/Makefile index 4e85bc473fd86..212b284ff92cb 100644 --- a/converters/Makefile +++ b/converters/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.142 2016/01/03 21:02:29 bsiegert Exp $ +# $NetBSD: Makefile,v 1.143 2016/04/25 20:39:15 fhajny Exp $ # COMMENT= Document format and character code converters @@ -21,7 +21,7 @@ SUBDIR+= docx2txt SUBDIR+= dos2unix SUBDIR+= dvi2tty SUBDIR+= enriched2html -SUBDIR+= erlang-p1_iconv +SUBDIR+= erlang-iconv SUBDIR+= fondu SUBDIR+= fribidi SUBDIR+= gbase diff --git a/converters/bibtex2html/Makefile b/converters/bibtex2html/Makefile index 10de91c31c6d3..351046e9742c0 100644 --- a/converters/bibtex2html/Makefile +++ b/converters/bibtex2html/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.41 2015/08/07 11:20:33 jaapb Exp $ +# $NetBSD: Makefile,v 1.42 2016/05/05 11:45:37 jaapb Exp $ DISTNAME= bibtex2html-1.98 -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= converters MASTER_SITES= http://www.lri.fr/~filliatr/ftp/bibtex2html/ diff --git a/converters/erlang-iconv/DESCR b/converters/erlang-iconv/DESCR new file mode 100644 index 0000000000000..904126b34bf86 --- /dev/null +++ b/converters/erlang-iconv/DESCR @@ -0,0 +1,2 @@ +Fast encoding conversion library for Erlang / Elixir. This library +is a native binding to libiconv library. diff --git a/converters/erlang-iconv/Makefile b/converters/erlang-iconv/Makefile new file mode 100644 index 0000000000000..aebcf9a88fe52 --- /dev/null +++ b/converters/erlang-iconv/Makefile @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1 2016/04/25 14:26:14 fhajny Exp $ + +DISTNAME= iconv-1.0.0 +CATEGORIES= converters +MASTER_SITES= ${MASTER_SITE_GITHUB:=processone/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://github.com/processone/iconv/ +COMMENT= Fast encoding conversion library for Erlang / Elixir +LICENSE= apache-2.0 + +GITHUB_PROJECT= iconv + +GNU_CONFIGURE= yes + +.include "../../converters/libiconv/buildlink3.mk" +.include "../../lang/erlang/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/converters/erlang-iconv/PLIST b/converters/erlang-iconv/PLIST new file mode 100644 index 0000000000000..fdeedf9eefa61 --- /dev/null +++ b/converters/erlang-iconv/PLIST @@ -0,0 +1,6 @@ +@comment $NetBSD: PLIST,v 1.1 2016/04/25 14:26:14 fhajny Exp $ +lib/erlang/lib/iconv-${PKGVERSION}/ebin/iconv.app +lib/erlang/lib/iconv-${PKGVERSION}/ebin/iconv.beam +lib/erlang/lib/iconv-${PKGVERSION}/ebin/iconv_app.beam +lib/erlang/lib/iconv-${PKGVERSION}/ebin/iconv_sup.beam +lib/erlang/lib/iconv-${PKGVERSION}/priv/lib/iconv.so diff --git a/converters/erlang-iconv/distinfo b/converters/erlang-iconv/distinfo new file mode 100644 index 0000000000000..a0e4c574c15a4 --- /dev/null +++ b/converters/erlang-iconv/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2016/04/25 14:26:14 fhajny Exp $ + +SHA1 (iconv-1.0.0.tar.gz) = fc7fad3eba3799f863bb0813d9b9a3c05591d381 +RMD160 (iconv-1.0.0.tar.gz) = d6bd1555f2816d027f7b005bc0ca62d7bfc8d83b +SHA512 (iconv-1.0.0.tar.gz) = 858ec07e2a8c2699c553de068451dc6dacf3fb1cf8a8e6727a746b72b191b5647a75a5b01443719a8625c1328c6b502a1f51fc1d367767e71792e38e1e34c1f1 +Size (iconv-1.0.0.tar.gz) = 91905 bytes diff --git a/converters/erlang-p1_iconv/DESCR b/converters/erlang-p1_iconv/DESCR deleted file mode 100644 index aafd23e404340..0000000000000 --- a/converters/erlang-p1_iconv/DESCR +++ /dev/null @@ -1 +0,0 @@ -epam for ejabberd to help with PAM authentication support. diff --git a/converters/erlang-p1_iconv/Makefile b/converters/erlang-p1_iconv/Makefile deleted file mode 100644 index 9820163516dd6..0000000000000 --- a/converters/erlang-p1_iconv/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -# $NetBSD: Makefile,v 1.3 2016/01/16 18:49:22 fhajny Exp $ - -DISTNAME= p1_iconv-0.9.0 -PKGREVISION= 1 -CATEGORIES= converters -MASTER_SITES= ${MASTER_SITE_GITHUB:=processone/} - -MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://github.com/processone/eiconv/ -COMMENT= Erlang iconv binding -LICENSE= gnu-gpl-v2 - -GITHUB_PROJECT= eiconv -WRKSRC= ${WRKDIR}/${GITHUB_PROJECT}-${GITHUB_TAG} - -GNU_CONFIGURE= yes - -.include "../../converters/libiconv/buildlink3.mk" -.include "../../lang/erlang/module.mk" -.include "../../mk/bsd.pkg.mk" diff --git a/converters/erlang-p1_iconv/PLIST b/converters/erlang-p1_iconv/PLIST deleted file mode 100644 index 026ba4e677adb..0000000000000 --- a/converters/erlang-p1_iconv/PLIST +++ /dev/null @@ -1,6 +0,0 @@ -@comment $NetBSD: PLIST,v 1.2 2016/01/16 18:49:22 fhajny Exp $ -lib/erlang/lib/p1_iconv-${PKGVERSION}/ebin/iconv.beam -lib/erlang/lib/p1_iconv-${PKGVERSION}/ebin/iconv_app.beam -lib/erlang/lib/p1_iconv-${PKGVERSION}/ebin/iconv_sup.beam -lib/erlang/lib/p1_iconv-${PKGVERSION}/ebin/p1_iconv.app -lib/erlang/lib/p1_iconv-${PKGVERSION}/priv/lib/iconv.so diff --git a/converters/erlang-p1_iconv/distinfo b/converters/erlang-p1_iconv/distinfo deleted file mode 100644 index 0c299de0f8f76..0000000000000 --- a/converters/erlang-p1_iconv/distinfo +++ /dev/null @@ -1,6 +0,0 @@ -$NetBSD: distinfo,v 1.2 2016/01/13 15:03:47 fhajny Exp $ - -SHA1 (p1_iconv-0.9.0.tar.gz) = 8963b27db457e7190dd4819c081bf425b109268b -RMD160 (p1_iconv-0.9.0.tar.gz) = 6d172b1458cd3d0266440d0947441e8ba617b4a6 -SHA512 (p1_iconv-0.9.0.tar.gz) = db543ad181c45387b17fcc7611e13925876a4adfda46c110b3454e0749143ccfd1931b6b67bbe22aac77edf066658dba4979331ac499535c18e5efaf72e4d50c -Size (p1_iconv-0.9.0.tar.gz) = 95239 bytes diff --git a/converters/latex2rtf/Makefile b/converters/latex2rtf/Makefile index 32452f94ba5f8..b2d0d7ce79887 100644 --- a/converters/latex2rtf/Makefile +++ b/converters/latex2rtf/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.28 2016/02/02 18:15:44 nros Exp $ +# $NetBSD: Makefile,v 1.29 2016/03/19 17:21:48 nros Exp $ DISTNAME= latex2rtf-2.3.10 +PKGREVISION= 1 CATEGORIES= print converters textproc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=latex2rtf/} \ ${MASTER_SITE_TEX_CTAN:=support/latex2rtf/} @@ -17,10 +18,6 @@ REPLACE_BASH= scripts/latex2png INSTALL_TARGET= install install-info -#texinfo.tex is missing in the distribution. -pre-configure: - ${CP} ${FILESDIR}/texinfo.tex ${WRKSRC}/doc - DEPENDS+= stix-otf-[0-9]*:../../fonts/stix-otf .include "../../mk/bsd.pkg.mk" diff --git a/converters/latex2rtf/PLIST b/converters/latex2rtf/PLIST index 9c7a6692a7d3d..f2a2e00b6e0f9 100644 --- a/converters/latex2rtf/PLIST +++ b/converters/latex2rtf/PLIST @@ -1,11 +1,10 @@ -@comment $NetBSD: PLIST,v 1.9 2016/02/02 18:15:44 nros Exp $ +@comment $NetBSD: PLIST,v 1.10 2016/03/19 17:21:48 nros Exp $ bin/latex2png bin/latex2rtf info/latex2rtf.info man/man1/latex2png.1 man/man1/latex2rtf.1 share/doc/latex2rtf/latex2rtf.html -share/doc/latex2rtf/latex2rtf.pdf share/doc/latex2rtf/latex2rtf.txt share/latex2rtf/cfg/afrikaans.cfg share/latex2rtf/cfg/bahasa.cfg diff --git a/converters/latex2rtf/distinfo b/converters/latex2rtf/distinfo index f9d8d0f108875..553679dcf917f 100644 --- a/converters/latex2rtf/distinfo +++ b/converters/latex2rtf/distinfo @@ -1,7 +1,8 @@ -$NetBSD: distinfo,v 1.11 2016/02/02 18:15:44 nros Exp $ +$NetBSD: distinfo,v 1.12 2016/03/19 17:21:48 nros Exp $ SHA1 (latex2rtf-2.3.10.tar.gz) = aa6adc7d6c25658aed1bc0bb70cf0274f7a770aa RMD160 (latex2rtf-2.3.10.tar.gz) = 678f8cb35083bffcfa8ee9994a6edf9248518242 SHA512 (latex2rtf-2.3.10.tar.gz) = fc1f117aafad95abd85ecfbfb8cbae563f3e6c1f26485bd008bfa01ef48144aa6654e7f1dd09cf5093befa2febfbd5de698fbfe1613c96a7964e58e6e0cf8bf2 Size (latex2rtf-2.3.10.tar.gz) = 321712 bytes -SHA1 (patch-aa) = 90d4a16e20f6d130683bf3a4cfa7603dc34c6b4d +SHA1 (patch-aa) = e9dabf461bb72a4b41ad6ec9c87be607c273ec19 +SHA1 (patch-doc_Makefile) = b7de18c540bab246e9170555d5d0989d6d82784a diff --git a/converters/latex2rtf/files/texinfo.tex b/converters/latex2rtf/files/texinfo.tex deleted file mode 100644 index b2f744548e245..0000000000000 --- a/converters/latex2rtf/files/texinfo.tex +++ /dev/null @@ -1,11130 +0,0 @@ -% texinfo.tex -- TeX macros to handle Texinfo files. -% -% Load plain if necessary, i.e., if running under initex. -\expandafter\ifx\csname fmtname\endcsname\relax\input plain\fi -% -\def\texinfoversion{2016-01-31.12} -% -% Copyright 1985, 1986, 1988, 1990, 1991, 1992, 1993, 1994, 1995, -% 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, -% 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016 -% Free Software Foundation, Inc. -% -% This texinfo.tex file is free software: you can redistribute it and/or -% modify it under the terms of the GNU General Public License as -% published by the Free Software Foundation, either version 3 of the -% License, or (at your option) any later version. -% -% This texinfo.tex file is distributed in the hope that it will be -% useful, but WITHOUT ANY WARRANTY; without even the implied warranty -% of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -% General Public License for more details. -% -% You should have received a copy of the GNU General Public License -% along with this program. If not, see . -% -% As a special exception, when this file is read by TeX when processing -% a Texinfo source document, you may use the result without -% restriction. This Exception is an additional permission under section 7 -% of the GNU General Public License, version 3 ("GPLv3"). -% -% Please try the latest version of texinfo.tex before submitting bug -% reports; you can get the latest version from: -% http://ftp.gnu.org/gnu/texinfo/ (the Texinfo release area), or -% http://ftpmirror.gnu.org/texinfo/ (same, via a mirror), or -% http://www.gnu.org/software/texinfo/ (the Texinfo home page) -% The texinfo.tex in any given distribution could well be out -% of date, so if that's what you're using, please check. -% -% Send bug reports to bug-texinfo@gnu.org. Please include including a -% complete document in each bug report with which we can reproduce the -% problem. Patches are, of course, greatly appreciated. -% -% To process a Texinfo manual with TeX, it's most reliable to use the -% texi2dvi shell script that comes with the distribution. For a simple -% manual foo.texi, however, you can get away with this: -% tex foo.texi -% texindex foo.?? -% tex foo.texi -% tex foo.texi -% dvips foo.dvi -o # or whatever; this makes foo.ps. -% The extra TeX runs get the cross-reference information correct. -% Sometimes one run after texindex suffices, and sometimes you need more -% than two; texi2dvi does it as many times as necessary. -% -% It is possible to adapt texinfo.tex for other languages, to some -% extent. You can get the existing language-specific files from the -% full Texinfo distribution. -% -% The GNU Texinfo home page is http://www.gnu.org/software/texinfo. - - -\message{Loading texinfo [version \texinfoversion]:} - -% If in a .fmt file, print the version number -% and turn on active characters that we couldn't do earlier because -% they might have appeared in the input file name. -\everyjob{\message{[Texinfo version \texinfoversion]}% - \catcode`+=\active \catcode`\_=\active} - -\chardef\other=12 - -% We never want plain's \outer definition of \+ in Texinfo. -% For @tex, we can use \tabalign. -\let\+ = \relax - -% Save some plain tex macros whose names we will redefine. -\let\ptexb=\b -\let\ptexbullet=\bullet -\let\ptexc=\c -\let\ptexcomma=\, -\let\ptexdot=\. -\let\ptexdots=\dots -\let\ptexend=\end -\let\ptexequiv=\equiv -\let\ptexexclam=\! -\let\ptexfootnote=\footnote -\let\ptexgtr=> -\let\ptexhat=^ -\let\ptexi=\i -\let\ptexindent=\indent -\let\ptexinsert=\insert -\let\ptexlbrace=\{ -\let\ptexless=< -\let\ptexnewwrite\newwrite -\let\ptexnoindent=\noindent -\let\ptexplus=+ -\let\ptexraggedright=\raggedright -\let\ptexrbrace=\} -\let\ptexslash=\/ -\let\ptexsp=\sp -\let\ptexstar=\* -\let\ptexsup=\sup -\let\ptext=\t -\let\ptextop=\top -{\catcode`\'=\active \global\let\ptexquoteright'}% active in plain's math mode - -% If this character appears in an error message or help string, it -% starts a new line in the output. -\newlinechar = `^^J - -% Use TeX 3.0's \inputlineno to get the line number, for better error -% messages, but if we're using an old version of TeX, don't do anything. -% -\ifx\inputlineno\thisisundefined - \let\linenumber = \empty % Pre-3.0. -\else - \def\linenumber{l.\the\inputlineno:\space} -\fi - -% Set up fixed words for English if not already set. -\ifx\putwordAppendix\undefined \gdef\putwordAppendix{Appendix}\fi -\ifx\putwordChapter\undefined \gdef\putwordChapter{Chapter}\fi -\ifx\putworderror\undefined \gdef\putworderror{error}\fi -\ifx\putwordfile\undefined \gdef\putwordfile{file}\fi -\ifx\putwordin\undefined \gdef\putwordin{in}\fi -\ifx\putwordIndexIsEmpty\undefined \gdef\putwordIndexIsEmpty{(Index is empty)}\fi -\ifx\putwordIndexNonexistent\undefined \gdef\putwordIndexNonexistent{(Index is nonexistent)}\fi -\ifx\putwordInfo\undefined \gdef\putwordInfo{Info}\fi -\ifx\putwordInstanceVariableof\undefined \gdef\putwordInstanceVariableof{Instance Variable of}\fi -\ifx\putwordMethodon\undefined \gdef\putwordMethodon{Method on}\fi -\ifx\putwordNoTitle\undefined \gdef\putwordNoTitle{No Title}\fi -\ifx\putwordof\undefined \gdef\putwordof{of}\fi -\ifx\putwordon\undefined \gdef\putwordon{on}\fi -\ifx\putwordpage\undefined \gdef\putwordpage{page}\fi -\ifx\putwordsection\undefined \gdef\putwordsection{section}\fi -\ifx\putwordSection\undefined \gdef\putwordSection{Section}\fi -\ifx\putwordsee\undefined \gdef\putwordsee{see}\fi -\ifx\putwordSee\undefined \gdef\putwordSee{See}\fi -\ifx\putwordShortTOC\undefined \gdef\putwordShortTOC{Short Contents}\fi -\ifx\putwordTOC\undefined \gdef\putwordTOC{Table of Contents}\fi -% -\ifx\putwordMJan\undefined \gdef\putwordMJan{January}\fi -\ifx\putwordMFeb\undefined \gdef\putwordMFeb{February}\fi -\ifx\putwordMMar\undefined \gdef\putwordMMar{March}\fi -\ifx\putwordMApr\undefined \gdef\putwordMApr{April}\fi -\ifx\putwordMMay\undefined \gdef\putwordMMay{May}\fi -\ifx\putwordMJun\undefined \gdef\putwordMJun{June}\fi -\ifx\putwordMJul\undefined \gdef\putwordMJul{July}\fi -\ifx\putwordMAug\undefined \gdef\putwordMAug{August}\fi -\ifx\putwordMSep\undefined \gdef\putwordMSep{September}\fi -\ifx\putwordMOct\undefined \gdef\putwordMOct{October}\fi -\ifx\putwordMNov\undefined \gdef\putwordMNov{November}\fi -\ifx\putwordMDec\undefined \gdef\putwordMDec{December}\fi -% -\ifx\putwordDefmac\undefined \gdef\putwordDefmac{Macro}\fi -\ifx\putwordDefspec\undefined \gdef\putwordDefspec{Special Form}\fi -\ifx\putwordDefvar\undefined \gdef\putwordDefvar{Variable}\fi -\ifx\putwordDefopt\undefined \gdef\putwordDefopt{User Option}\fi -\ifx\putwordDeffunc\undefined \gdef\putwordDeffunc{Function}\fi - -% Give the space character the catcode for a space. -\def\spaceisspace{\catcode`\ =10\relax} - -\chardef\dashChar = `\- -\chardef\slashChar = `\/ -\chardef\underChar = `\_ - -% Ignore a token. -% -\def\gobble#1{} - -% The following is used inside several \edef's. -\def\makecsname#1{\expandafter\noexpand\csname#1\endcsname} - -% Hyphenation fixes. -\hyphenation{ - Flor-i-da Ghost-script Ghost-view Mac-OS Post-Script - ap-pen-dix bit-map bit-maps - data-base data-bases eshell fall-ing half-way long-est man-u-script - man-u-scripts mini-buf-fer mini-buf-fers over-view par-a-digm - par-a-digms rath-er rec-tan-gu-lar ro-bot-ics se-vere-ly set-up spa-ces - spell-ing spell-ings - stand-alone strong-est time-stamp time-stamps which-ever white-space - wide-spread wrap-around -} - -% Sometimes it is convenient to have everything in the transcript file -% and nothing on the terminal. We don't just call \tracingall here, -% since that produces some useless output on the terminal. We also make -% some effort to order the tracing commands to reduce output in the log -% file; cf. trace.sty in LaTeX. -% -\def\gloggingall{\begingroup \globaldefs = 1 \loggingall \endgroup}% -\def\loggingall{% - \tracingstats2 - \tracingpages1 - \tracinglostchars2 % 2 gives us more in etex - \tracingparagraphs1 - \tracingoutput1 - \tracingmacros2 - \tracingrestores1 - \showboxbreadth\maxdimen \showboxdepth\maxdimen - \ifx\eTeXversion\thisisundefined\else % etex gives us more logging - \tracingscantokens1 - \tracingifs1 - \tracinggroups1 - \tracingnesting2 - \tracingassigns1 - \fi - \tracingcommands3 % 3 gives us more in etex - \errorcontextlines16 -}% - -% @errormsg{MSG}. Do the index-like expansions on MSG, but if things -% aren't perfect, it's not the end of the world, being an error message, -% after all. -% -\def\errormsg{\begingroup \indexnofonts \doerrormsg} -\def\doerrormsg#1{\errmessage{#1}} - -% add check for \lastpenalty to plain's definitions. If the last thing -% we did was a \nobreak, we don't want to insert more space. -% -\def\smallbreak{\ifnum\lastpenalty<10000\par\ifdim\lastskip<\smallskipamount - \removelastskip\penalty-50\smallskip\fi\fi} -\def\medbreak{\ifnum\lastpenalty<10000\par\ifdim\lastskip<\medskipamount - \removelastskip\penalty-100\medskip\fi\fi} -\def\bigbreak{\ifnum\lastpenalty<10000\par\ifdim\lastskip<\bigskipamount - \removelastskip\penalty-200\bigskip\fi\fi} - -% Output routine -% - -% For a final copy, take out the rectangles -% that mark overfull boxes (in case you have decided -% that the text looks ok even though it passes the margin). -% -\def\finalout{\overfullrule=0pt } - -% Do @cropmarks to get crop marks. -% -\newif\ifcropmarks -\let\cropmarks = \cropmarkstrue -% -% Dimensions to add cropmarks at corners. -% Added by P. A. MacKay, 12 Nov. 1986 -% -\newdimen\outerhsize \newdimen\outervsize % set by the paper size routines -\newdimen\cornerlong \cornerlong=1pc -\newdimen\cornerthick \cornerthick=.3pt -\newdimen\topandbottommargin \topandbottommargin=.75in - -% Output a mark which sets \thischapter, \thissection and \thiscolor. -% We dump everything together because we only have one kind of mark. -% This works because we only use \botmark / \topmark, not \firstmark. -% -% A mark contains a subexpression of the \ifcase ... \fi construct. -% \get*marks macros below extract the needed part using \ifcase. -% -% Another complication is to let the user choose whether \thischapter -% (\thissection) refers to the chapter (section) in effect at the top -% of a page, or that at the bottom of a page. - -% \domark is called twice inside \chapmacro, to add one -% mark before the section break, and one after. -% In the second call \prevchapterdefs is the same as \lastchapterdefs, -% and \prevsectiondefs is the same as \lastsectiondefs. -% Then if the page is not broken at the mark, some of the previous -% section appears on the page, and we can get the name of this section -% from \firstmark for @everyheadingmarks top. -% @everyheadingmarks bottom uses \botmark. -% -% See page 260 of The TeXbook. -\def\domark{% - \toks0=\expandafter{\lastchapterdefs}% - \toks2=\expandafter{\lastsectiondefs}% - \toks4=\expandafter{\prevchapterdefs}% - \toks6=\expandafter{\prevsectiondefs}% - \toks8=\expandafter{\lastcolordefs}% - \mark{% - \the\toks0 \the\toks2 % 0: marks for @everyheadingmarks top - \noexpand\or \the\toks4 \the\toks6 % 1: for @everyheadingmarks bottom - \noexpand\else \the\toks8 % 2: color marks - }% -} - -% \gettopheadingmarks, \getbottomheadingmarks, -% \getcolormarks - extract needed part of mark. -% -% \topmark doesn't work for the very first chapter (after the title -% page or the contents), so we use \firstmark there -- this gets us -% the mark with the chapter defs, unless the user sneaks in, e.g., -% @setcolor (or @url, or @link, etc.) between @contents and the very -% first @chapter. -\def\gettopheadingmarks{% - \ifcase0\topmark\fi - \ifx\thischapter\empty \ifcase0\firstmark\fi \fi -} -\def\getbottomheadingmarks{\ifcase1\botmark\fi} -\def\getcolormarks{\ifcase2\topmark\fi} - -% Avoid "undefined control sequence" errors. -\def\lastchapterdefs{} -\def\lastsectiondefs{} -\def\lastsection{} -\def\prevchapterdefs{} -\def\prevsectiondefs{} -\def\lastcolordefs{} - -% Margin to add to right of even pages, to left of odd pages. -\newdimen\bindingoffset -\newdimen\normaloffset -\newdimen\pagewidth \newdimen\pageheight - -% Main output routine. -% -\chardef\PAGE = 255 -\output = {\onepageout{\pagecontents\PAGE}} - -\newbox\headlinebox -\newbox\footlinebox - -% \onepageout takes a vbox as an argument. -% \shipout a vbox for a single page, adding an optional header, footer, -% cropmarks, and footnote. This also causes index entries for this page -% to be written to the auxiliary files. -% -\def\onepageout#1{% - \ifcropmarks \hoffset=0pt \else \hoffset=\normaloffset \fi - % - \ifodd\pageno \advance\hoffset by \bindingoffset - \else \advance\hoffset by -\bindingoffset\fi - % - % Common context changes for both heading and footing. - % Do this outside of the \shipout so @code etc. will be expanded in - % the headline as they should be, not taken literally (outputting ''code). - \def\commmonheadfootline{\let\hsize=\pagewidth \texinfochars} - % - % Retrieve the information for the headings from the marks in the page, - % and call Plain TeX's \makeheadline and \makefootline, which use the - % values in \headline and \footline. - % - % This is used to check if we are on the first page of a chapter. - \ifcase1\topmark\fi - \let\prevchaptername\thischaptername - \ifcase0\firstmark\fi - \let\curchaptername\thischaptername - % - \ifodd\pageno \getoddheadingmarks \else \getevenheadingmarks \fi - \ifodd\pageno \getoddfootingmarks \else \getevenfootingmarks \fi - % - \ifx\curchaptername\prevchaptername - \let\thischapterheading\thischapter - \else - % \thischapterheading is the same as \thischapter except it is blank - % for the first page of a chapter. This is to prevent the chapter name - % being shown twice. - \def\thischapterheading{}% - \fi - % - \global\setbox\headlinebox = \vbox{\commmonheadfootline \makeheadline}% - \global\setbox\footlinebox = \vbox{\commmonheadfootline \makefootline}% - % - {% - % Set context for writing to auxiliary files like index files. - % Have to do this stuff outside the \shipout because we want it to - % take effect in \write's, yet the group defined by the \vbox ends - % before the \shipout runs. - % - \indexdummies % don't expand commands in the output. - \normalturnoffactive % \ in index entries must not stay \, e.g., if - % the page break happens to be in the middle of an example. - % We don't want .vr (or whatever) entries like this: - % \entry{{\indexbackslash }acronym}{32}{\code {\acronym}} - % "\acronym" won't work when it's read back in; - % it needs to be - % {\code {{\backslashcurfont }acronym} - \shipout\vbox{% - % Do this early so pdf references go to the beginning of the page. - \ifpdfmakepagedest \pdfdest name{\the\pageno} xyz\fi - % - \ifcropmarks \vbox to \outervsize\bgroup - \hsize = \outerhsize - \vskip-\topandbottommargin - \vtop to0pt{% - \line{\ewtop\hfil\ewtop}% - \nointerlineskip - \line{% - \vbox{\moveleft\cornerthick\nstop}% - \hfill - \vbox{\moveright\cornerthick\nstop}% - }% - \vss}% - \vskip\topandbottommargin - \line\bgroup - \hfil % center the page within the outer (page) hsize. - \ifodd\pageno\hskip\bindingoffset\fi - \vbox\bgroup - \fi - % - \unvbox\headlinebox - \pagebody{#1}% - \ifdim\ht\footlinebox > 0pt - % Only leave this space if the footline is nonempty. - % (We lessened \vsize for it in \oddfootingyyy.) - % The \baselineskip=24pt in plain's \makefootline has no effect. - \vskip 24pt - \unvbox\footlinebox - \fi - % - \ifcropmarks - \egroup % end of \vbox\bgroup - \hfil\egroup % end of (centering) \line\bgroup - \vskip\topandbottommargin plus1fill minus1fill - \boxmaxdepth = \cornerthick - \vbox to0pt{\vss - \line{% - \vbox{\moveleft\cornerthick\nsbot}% - \hfill - \vbox{\moveright\cornerthick\nsbot}% - }% - \nointerlineskip - \line{\ewbot\hfil\ewbot}% - }% - \egroup % \vbox from first cropmarks clause - \fi - }% end of \shipout\vbox - }% end of group with \indexdummies - \advancepageno - \ifnum\outputpenalty>-20000 \else\dosupereject\fi -} - -\newinsert\margin \dimen\margin=\maxdimen - -% Main part of page, including any footnotes -\def\pagebody#1{\vbox to\pageheight{\boxmaxdepth=\maxdepth #1}} -{\catcode`\@ =11 -\gdef\pagecontents#1{\ifvoid\topins\else\unvbox\topins\fi -% marginal hacks, juha@viisa.uucp (Juha Takala) -\ifvoid\margin\else % marginal info is present - \rlap{\kern\hsize\vbox to\z@{\kern1pt\box\margin \vss}}\fi -\dimen@=\dp#1\relax \unvbox#1\relax -\ifvoid\footins\else\vskip\skip\footins\footnoterule \unvbox\footins\fi -\ifr@ggedbottom \kern-\dimen@ \vfil \fi} -} - -% Here are the rules for the cropmarks. Note that they are -% offset so that the space between them is truly \outerhsize or \outervsize -% (P. A. MacKay, 12 November, 1986) -% -\def\ewtop{\vrule height\cornerthick depth0pt width\cornerlong} -\def\nstop{\vbox - {\hrule height\cornerthick depth\cornerlong width\cornerthick}} -\def\ewbot{\vrule height0pt depth\cornerthick width\cornerlong} -\def\nsbot{\vbox - {\hrule height\cornerlong depth\cornerthick width\cornerthick}} - - -% Argument parsing - -% Parse an argument, then pass it to #1. The argument is the rest of -% the input line (except we remove a trailing comment). #1 should be a -% macro which expects an ordinary undelimited TeX argument. -% For example, \def\foo{\parsearg\fooxxx}. -% -\def\parsearg{\parseargusing{}} -\def\parseargusing#1#2{% - \def\argtorun{#2}% - \begingroup - \obeylines - \spaceisspace - #1% - \parseargline\empty% Insert the \empty token, see \finishparsearg below. -} - -{\obeylines % - \gdef\parseargline#1^^M{% - \endgroup % End of the group started in \parsearg. - \argremovecomment #1\comment\ArgTerm% - }% -} - -% First remove any @comment, then any @c comment. Also remove a @texinfoc -% comment (see \scanmacro for details). Pass the result on to \argcheckspaces. -\def\argremovecomment#1\comment#2\ArgTerm{\argremovec #1\c\ArgTerm} -\def\argremovec#1\c#2\ArgTerm{\argremovetexinfoc #1\texinfoc\ArgTerm} -\def\argremovetexinfoc#1\texinfoc#2\ArgTerm{\argcheckspaces#1\^^M\ArgTerm} - -% Each occurrence of `\^^M' or `\^^M' is replaced by a single space. -% -% \argremovec might leave us with trailing space, e.g., -% @end itemize @c foo -% This space token undergoes the same procedure and is eventually removed -% by \finishparsearg. -% -\def\argcheckspaces#1\^^M{\argcheckspacesX#1\^^M \^^M} -\def\argcheckspacesX#1 \^^M{\argcheckspacesY#1\^^M} -\def\argcheckspacesY#1\^^M#2\^^M#3\ArgTerm{% - \def\temp{#3}% - \ifx\temp\empty - % Do not use \next, perhaps the caller of \parsearg uses it; reuse \temp: - \let\temp\finishparsearg - \else - \let\temp\argcheckspaces - \fi - % Put the space token in: - \temp#1 #3\ArgTerm -} - -% If a _delimited_ argument is enclosed in braces, they get stripped; so -% to get _exactly_ the rest of the line, we had to prevent such situation. -% We prepended an \empty token at the very beginning and we expand it now, -% just before passing the control to \argtorun. -% (Similarly, we have to think about #3 of \argcheckspacesY above: it is -% either the null string, or it ends with \^^M---thus there is no danger -% that a pair of braces would be stripped. -% -% But first, we have to remove the trailing space token. -% -\def\finishparsearg#1 \ArgTerm{\expandafter\argtorun\expandafter{#1}} - - -% \parseargdef - define a command taking an argument on the line -% -% \parseargdef\foo{...} -% is roughly equivalent to -% \def\foo{\parsearg\Xfoo} -% \def\Xfoo#1{...} -\def\parseargdef#1{% - \expandafter \doparseargdef \csname\string#1\endcsname #1% -} -\def\doparseargdef#1#2{% - \def#2{\parsearg#1}% - \def#1##1% -} - -% Several utility definitions with active space: -{ - \obeyspaces - \gdef\obeyedspace{ } - - % Make each space character in the input produce a normal interword - % space in the output. Don't allow a line break at this space, as this - % is used only in environments like @example, where each line of input - % should produce a line of output anyway. - % - \gdef\sepspaces{\obeyspaces\let =\tie} - - % If an index command is used in an @example environment, any spaces - % therein should become regular spaces in the raw index file, not the - % expansion of \tie (\leavevmode \penalty \@M \ ). - \gdef\unsepspaces{\let =\space} -} - - -\def\flushcr{\ifx\par\lisppar \def\next##1{}\else \let\next=\relax \fi \next} - -% Define the framework for environments in texinfo.tex. It's used like this: -% -% \envdef\foo{...} -% \def\Efoo{...} -% -% It's the responsibility of \envdef to insert \begingroup before the -% actual body; @end closes the group after calling \Efoo. \envdef also -% defines \thisenv, so the current environment is known; @end checks -% whether the environment name matches. The \checkenv macro can also be -% used to check whether the current environment is the one expected. -% -% Non-false conditionals (@iftex, @ifset) don't fit into this, so they -% are not treated as environments; they don't open a group. (The -% implementation of @end takes care not to call \endgroup in this -% special case.) - - -% At run-time, environments start with this: -\def\startenvironment#1{\begingroup\def\thisenv{#1}} -% initialize -\let\thisenv\empty - -% ... but they get defined via ``\envdef\foo{...}'': -\long\def\envdef#1#2{\def#1{\startenvironment#1#2}} -\def\envparseargdef#1#2{\parseargdef#1{\startenvironment#1#2}} - -% Check whether we're in the right environment: -\def\checkenv#1{% - \def\temp{#1}% - \ifx\thisenv\temp - \else - \badenverr - \fi -} - -% Environment mismatch, #1 expected: -\def\badenverr{% - \errhelp = \EMsimple - \errmessage{This command can appear only \inenvironment\temp, - not \inenvironment\thisenv}% -} -\def\inenvironment#1{% - \ifx#1\empty - outside of any environment% - \else - in environment \expandafter\string#1% - \fi -} - -% @end foo executes the definition of \Efoo. -% But first, it executes a specialized version of \checkenv -% -\parseargdef\end{% - \if 1\csname iscond.#1\endcsname - \else - % The general wording of \badenverr may not be ideal. - \expandafter\checkenv\csname#1\endcsname - \csname E#1\endcsname - \endgroup - \fi -} - -\newhelp\EMsimple{Press RETURN to continue.} - - -% Be sure we're in horizontal mode when doing a tie, since we make space -% equivalent to this in @example-like environments. Otherwise, a space -% at the beginning of a line will start with \penalty -- and -% since \penalty is valid in vertical mode, we'd end up putting the -% penalty on the vertical list instead of in the new paragraph. -{\catcode`@ = 11 - % Avoid using \@M directly, because that causes trouble - % if the definition is written into an index file. - \global\let\tiepenalty = \@M - \gdef\tie{\leavevmode\penalty\tiepenalty\ } -} - -% @: forces normal size whitespace following. -\def\:{\spacefactor=1000 } - -% @* forces a line break. -\def\*{\unskip\hfil\break\hbox{}\ignorespaces} - -% @/ allows a line break. -\let\/=\allowbreak - -% @. is an end-of-sentence period. -\def\.{.\spacefactor=\endofsentencespacefactor\space} - -% @! is an end-of-sentence bang. -\def\!{!\spacefactor=\endofsentencespacefactor\space} - -% @? is an end-of-sentence query. -\def\?{?\spacefactor=\endofsentencespacefactor\space} - -% @frenchspacing on|off says whether to put extra space after punctuation. -% -\def\onword{on} -\def\offword{off} -% -\parseargdef\frenchspacing{% - \def\temp{#1}% - \ifx\temp\onword \plainfrenchspacing - \else\ifx\temp\offword \plainnonfrenchspacing - \else - \errhelp = \EMsimple - \errmessage{Unknown @frenchspacing option `\temp', must be on|off}% - \fi\fi -} - -% @w prevents a word break. Without the \leavevmode, @w at the -% beginning of a paragraph, when TeX is still in vertical mode, would -% produce a whole line of output instead of starting the paragraph. -\def\w#1{\leavevmode\hbox{#1}} - -% @group ... @end group forces ... to be all on one page, by enclosing -% it in a TeX vbox. We use \vtop instead of \vbox to construct the box -% to keep its height that of a normal line. According to the rules for -% \topskip (p.114 of the TeXbook), the glue inserted is -% max (\topskip - \ht (first item), 0). If that height is large, -% therefore, no glue is inserted, and the space between the headline and -% the text is small, which looks bad. -% -% Another complication is that the group might be very large. This can -% cause the glue on the previous page to be unduly stretched, because it -% does not have much material. In this case, it's better to add an -% explicit \vfill so that the extra space is at the bottom. The -% threshold for doing this is if the group is more than \vfilllimit -% percent of a page (\vfilllimit can be changed inside of @tex). -% -\newbox\groupbox -\def\vfilllimit{0.7} -% -\envdef\group{% - \ifnum\catcode`\^^M=\active \else - \errhelp = \groupinvalidhelp - \errmessage{@group invalid in context where filling is enabled}% - \fi - \startsavinginserts - % - \setbox\groupbox = \vtop\bgroup - % Do @comment since we are called inside an environment such as - % @example, where each end-of-line in the input causes an - % end-of-line in the output. We don't want the end-of-line after - % the `@group' to put extra space in the output. Since @group - % should appear on a line by itself (according to the Texinfo - % manual), we don't worry about eating any user text. - \comment -} -% -% The \vtop produces a box with normal height and large depth; thus, TeX puts -% \baselineskip glue before it, and (when the next line of text is done) -% \lineskip glue after it. Thus, space below is not quite equal to space -% above. But it's pretty close. -\def\Egroup{% - % To get correct interline space between the last line of the group - % and the first line afterwards, we have to propagate \prevdepth. - \endgraf % Not \par, as it may have been set to \lisppar. - \global\dimen1 = \prevdepth - \egroup % End the \vtop. - \addgroupbox - \prevdepth = \dimen1 - \checkinserts -} - -\def\addgroupbox{ - % \dimen0 is the vertical size of the group's box. - \dimen0 = \ht\groupbox \advance\dimen0 by \dp\groupbox - % \dimen2 is how much space is left on the page (more or less). - \dimen2 = \pageheight \advance\dimen2 by -\pagetotal - % if the group doesn't fit on the current page, and it's a big big - % group, force a page break. - \ifdim \dimen0 > \dimen2 - \ifdim \pagetotal < \vfilllimit\pageheight - \page - \fi - \fi - \box\groupbox -} - -% -% TeX puts in an \escapechar (i.e., `@') at the beginning of the help -% message, so this ends up printing `@group can only ...'. -% -\newhelp\groupinvalidhelp{% -group can only be used in environments such as @example,^^J% -where each line of input produces a line of output.} - -% @need space-in-mils -% forces a page break if there is not space-in-mils remaining. - -\newdimen\mil \mil=0.001in - -\parseargdef\need{% - % Ensure vertical mode, so we don't make a big box in the middle of a - % paragraph. - \par - % - % If the @need value is less than one line space, it's useless. - \dimen0 = #1\mil - \dimen2 = \ht\strutbox - \advance\dimen2 by \dp\strutbox - \ifdim\dimen0 > \dimen2 - % - % Do a \strut just to make the height of this box be normal, so the - % normal leading is inserted relative to the preceding line. - % And a page break here is fine. - \vtop to #1\mil{\strut\vfil}% - % - % TeX does not even consider page breaks if a penalty added to the - % main vertical list is 10000 or more. But in order to see if the - % empty box we just added fits on the page, we must make it consider - % page breaks. On the other hand, we don't want to actually break the - % page after the empty box. So we use a penalty of 9999. - % - % There is an extremely small chance that TeX will actually break the - % page at this \penalty, if there are no other feasible breakpoints in - % sight. (If the user is using lots of big @group commands, which - % almost-but-not-quite fill up a page, TeX will have a hard time doing - % good page breaking, for example.) However, I could not construct an - % example where a page broke at this \penalty; if it happens in a real - % document, then we can reconsider our strategy. - \penalty9999 - % - % Back up by the size of the box, whether we did a page break or not. - \kern -#1\mil - % - % Do not allow a page break right after this kern. - \nobreak - \fi -} - -% @br forces paragraph break (and is undocumented). - -\let\br = \par - -% @page forces the start of a new page. -% -\def\page{\par\vfill\supereject} - -% @exdent text.... -% outputs text on separate line in roman font, starting at standard page margin - -% This records the amount of indent in the innermost environment. -% That's how much \exdent should take out. -\newskip\exdentamount - -% This defn is used inside fill environments such as @defun. -\parseargdef\exdent{\hfil\break\hbox{\kern -\exdentamount{\rm#1}}\hfil\break} - -% This defn is used inside nofill environments such as @example. -\parseargdef\nofillexdent{{\advance \leftskip by -\exdentamount - \leftline{\hskip\leftskip{\rm#1}}}} - -% @inmargin{WHICH}{TEXT} puts TEXT in the WHICH margin next to the current -% paragraph. For more general purposes, use the \margin insertion -% class. WHICH is `l' or `r'. Not documented, written for gawk manual. -% -\newskip\inmarginspacing \inmarginspacing=1cm -\def\strutdepth{\dp\strutbox} -% -\def\doinmargin#1#2{\strut\vadjust{% - \nobreak - \kern-\strutdepth - \vtop to \strutdepth{% - \baselineskip=\strutdepth - \vss - % if you have multiple lines of stuff to put here, you'll need to - % make the vbox yourself of the appropriate size. - \ifx#1l% - \llap{\ignorespaces #2\hskip\inmarginspacing}% - \else - \rlap{\hskip\hsize \hskip\inmarginspacing \ignorespaces #2}% - \fi - \null - }% -}} -\def\inleftmargin{\doinmargin l} -\def\inrightmargin{\doinmargin r} -% -% @inmargin{TEXT [, RIGHT-TEXT]} -% (if RIGHT-TEXT is given, use TEXT for left page, RIGHT-TEXT for right; -% else use TEXT for both). -% -\def\inmargin#1{\parseinmargin #1,,\finish} -\def\parseinmargin#1,#2,#3\finish{% not perfect, but better than nothing. - \setbox0 = \hbox{\ignorespaces #2}% - \ifdim\wd0 > 0pt - \def\lefttext{#1}% have both texts - \def\righttext{#2}% - \else - \def\lefttext{#1}% have only one text - \def\righttext{#1}% - \fi - % - \ifodd\pageno - \def\temp{\inrightmargin\righttext}% odd page -> outside is right margin - \else - \def\temp{\inleftmargin\lefttext}% - \fi - \temp -} - -% @| inserts a changebar to the left of the current line. It should -% surround any changed text. This approach does *not* work if the -% change spans more than two lines of output. To handle that, we would -% have adopt a much more difficult approach (putting marks into the main -% vertical list for the beginning and end of each change). This command -% is not documented, not supported, and doesn't work. -% -\def\|{% - % \vadjust can only be used in horizontal mode. - \leavevmode - % - % Append this vertical mode material after the current line in the output. - \vadjust{% - % We want to insert a rule with the height and depth of the current - % leading; that is exactly what \strutbox is supposed to record. - \vskip-\baselineskip - % - % \vadjust-items are inserted at the left edge of the type. So - % the \llap here moves out into the left-hand margin. - \llap{% - % - % For a thicker or thinner bar, change the `1pt'. - \vrule height\baselineskip width1pt - % - % This is the space between the bar and the text. - \hskip 12pt - }% - }% -} - -% @include FILE -- \input text of FILE. -% -\def\include{\parseargusing\filenamecatcodes\includezzz} -\def\includezzz#1{% - \pushthisfilestack - \def\thisfile{#1}% - {% - \makevalueexpandable % we want to expand any @value in FILE. - \turnoffactive % and allow special characters in the expansion - \indexnofonts % Allow `@@' and other weird things in file names. - \wlog{texinfo.tex: doing @include of #1^^J}% - \edef\temp{\noexpand\input #1 }% - % - % This trickery is to read FILE outside of a group, in case it makes - % definitions, etc. - \expandafter - }\temp - \popthisfilestack -} -\def\filenamecatcodes{% - \catcode`\\=\other - \catcode`~=\other - \catcode`^=\other - \catcode`_=\other - \catcode`|=\other - \catcode`<=\other - \catcode`>=\other - \catcode`+=\other - \catcode`-=\other - \catcode`\`=\other - \catcode`\'=\other -} - -\def\pushthisfilestack{% - \expandafter\pushthisfilestackX\popthisfilestack\StackTerm -} -\def\pushthisfilestackX{% - \expandafter\pushthisfilestackY\thisfile\StackTerm -} -\def\pushthisfilestackY #1\StackTerm #2\StackTerm {% - \gdef\popthisfilestack{\gdef\thisfile{#1}\gdef\popthisfilestack{#2}}% -} - -\def\popthisfilestack{\errthisfilestackempty} -\def\errthisfilestackempty{\errmessage{Internal error: - the stack of filenames is empty.}} -% -\def\thisfile{} - -% @center line -% outputs that line, centered. -% -\parseargdef\center{% - \ifhmode - \let\centersub\centerH - \else - \let\centersub\centerV - \fi - \centersub{\hfil \ignorespaces#1\unskip \hfil}% - \let\centersub\relax % don't let the definition persist, just in case -} -\def\centerH#1{{% - \hfil\break - \advance\hsize by -\leftskip - \advance\hsize by -\rightskip - \line{#1}% - \break -}} -% -\newcount\centerpenalty -\def\centerV#1{% - % The idea here is the same as in \startdefun, \cartouche, etc.: if - % @center is the first thing after a section heading, we need to wipe - % out the negative parskip inserted by \sectionheading, but still - % prevent a page break here. - \centerpenalty = \lastpenalty - \ifnum\centerpenalty>10000 \vskip\parskip \fi - \ifnum\centerpenalty>9999 \penalty\centerpenalty \fi - \line{\kern\leftskip #1\kern\rightskip}% -} - -% @sp n outputs n lines of vertical space -% -\parseargdef\sp{\vskip #1\baselineskip} - -% @comment ...line which is ignored... -% @c is the same as @comment -% @ignore ... @end ignore is another way to write a comment -% -\def\comment{\begingroup \catcode`\^^M=\active% -\catcode`\@=\other \catcode`\{=\other \catcode`\}=\other\commentxxx}% - -{\catcode`\^^M=\active% -\gdef\commentxxx#1^^M{\endgroup% -\futurelet\nexttoken\commentxxxx}% -\gdef\commentxxxx{\ifx\nexttoken\aftermacro\expandafter\comment\fi}% -} - -\def\c{\begingroup \catcode`\^^M=\active% -\catcode`\@=\other \catcode`\{=\other \catcode`\}=\other% -\cxxx} -{\catcode`\^^M=\active \gdef\cxxx#1^^M{\endgroup}} -% See comment in \scanmacro about why the definitions of @c and @comment differ - -% @paragraphindent NCHARS -% We'll use ems for NCHARS, close enough. -% NCHARS can also be the word `asis' or `none'. -% We cannot feasibly implement @paragraphindent asis, though. -% -\def\asisword{asis} % no translation, these are keywords -\def\noneword{none} -% -\parseargdef\paragraphindent{% - \def\temp{#1}% - \ifx\temp\asisword - \else - \ifx\temp\noneword - \defaultparindent = 0pt - \else - \defaultparindent = #1em - \fi - \fi - \parindent = \defaultparindent -} - -% @exampleindent NCHARS -% We'll use ems for NCHARS like @paragraphindent. -% It seems @exampleindent asis isn't necessary, but -% I preserve it to make it similar to @paragraphindent. -\parseargdef\exampleindent{% - \def\temp{#1}% - \ifx\temp\asisword - \else - \ifx\temp\noneword - \lispnarrowing = 0pt - \else - \lispnarrowing = #1em - \fi - \fi -} - -% @firstparagraphindent WORD -% If WORD is `none', then suppress indentation of the first paragraph -% after a section heading. If WORD is `insert', then do indent at such -% paragraphs. -% -% The paragraph indentation is suppressed or not by calling -% \suppressfirstparagraphindent, which the sectioning commands do. -% We switch the definition of this back and forth according to WORD. -% By default, we suppress indentation. -% -\def\suppressfirstparagraphindent{\dosuppressfirstparagraphindent} -\def\insertword{insert} -% -\parseargdef\firstparagraphindent{% - \def\temp{#1}% - \ifx\temp\noneword - \let\suppressfirstparagraphindent = \dosuppressfirstparagraphindent - \else\ifx\temp\insertword - \let\suppressfirstparagraphindent = \relax - \else - \errhelp = \EMsimple - \errmessage{Unknown @firstparagraphindent option `\temp'}% - \fi\fi -} - -% Here is how we actually suppress indentation. Redefine \everypar to -% \kern backwards by \parindent, and then reset itself to empty. -% -% We also make \indent itself not actually do anything until the next -% paragraph. -% -\gdef\dosuppressfirstparagraphindent{% - \gdef\indent {\restorefirstparagraphindent \indent}% - \gdef\noindent{\restorefirstparagraphindent \noindent}% - \global\everypar = {\kern -\parindent \restorefirstparagraphindent}% -} -% -\gdef\restorefirstparagraphindent{% - \global\let\indent = \ptexindent - \global\let\noindent = \ptexnoindent - \global\everypar = {}% -} - - -% @refill is a no-op. -\let\refill=\relax - -% @setfilename INFO-FILENAME - ignored -\let\setfilename=\comment - -% @bye. -\outer\def\bye{\pagealignmacro\tracingstats=1\ptexend} - - -\message{pdf,} -% adobe `portable' document format -\newcount\tempnum -\newcount\lnkcount -\newtoks\filename -\newcount\filenamelength -\newcount\pgn -\newtoks\toksA -\newtoks\toksB -\newtoks\toksC -\newtoks\toksD -\newbox\boxA -\newbox\boxB -\newcount\countA -\newif\ifpdf -\newif\ifpdfmakepagedest - -% when pdftex is run in dvi mode, \pdfoutput is defined (so \pdfoutput=1 -% can be set). So we test for \relax and 0 as well as being undefined. -\ifx\pdfoutput\thisisundefined -\else - \ifx\pdfoutput\relax - \else - \ifcase\pdfoutput - \else - \pdftrue - \fi - \fi -\fi - -% PDF uses PostScript string constants for the names of xref targets, -% for display in the outlines, and in other places. Thus, we have to -% double any backslashes. Otherwise, a name like "\node" will be -% interpreted as a newline (\n), followed by o, d, e. Not good. -% -% See http://www.ntg.nl/pipermail/ntg-pdftex/2004-July/000654.html and -% related messages. The final outcome is that it is up to the TeX user -% to double the backslashes and otherwise make the string valid, so -% that's what we do. pdftex 1.30.0 (ca.2005) introduced a primitive to -% do this reliably, so we use it. - -% #1 is a control sequence in which to do the replacements, -% which we \xdef. -\def\txiescapepdf#1{% - \ifx\pdfescapestring\thisisundefined - % No primitive available; should we give a warning or log? - % Many times it won't matter. - \else - % The expandable \pdfescapestring primitive escapes parentheses, - % backslashes, and other special chars. - \xdef#1{\pdfescapestring{#1}}% - \fi -} - -\newhelp\nopdfimagehelp{Texinfo supports .png, .jpg, .jpeg, and .pdf images -with PDF output, and none of those formats could be found. (.eps cannot -be supported due to the design of the PDF format; use regular TeX (DVI -output) for that.)} - -\ifpdf - % - % Color manipulation macros using ideas from pdfcolor.tex, - % except using rgb instead of cmyk; the latter is said to render as a - % very dark gray on-screen and a very dark halftone in print, instead - % of actual black. The dark red here is dark enough to print on paper as - % nearly black, but still distinguishable for online viewing. We use - % black by default, though. - \def\rgbDarkRed{0.50 0.09 0.12} - \def\rgbBlack{0 0 0} - % - % rg sets the color for filling (usual text, etc.); - % RG sets the color for stroking (thin rules, e.g., normal _'s). - \def\pdfsetcolor#1{\pdfliteral{#1 rg #1 RG}} - % - % Set color, and create a mark which defines \thiscolor accordingly, - % so that \makeheadline knows which color to restore. - \def\setcolor#1{% - \xdef\lastcolordefs{\gdef\noexpand\thiscolor{#1}}% - \domark - \pdfsetcolor{#1}% - } - % - \def\maincolor{\rgbBlack} - \pdfsetcolor{\maincolor} - \edef\thiscolor{\maincolor} - \def\lastcolordefs{} - % - \def\makefootline{% - \baselineskip24pt - \line{\pdfsetcolor{\maincolor}\the\footline}% - } - % - \def\makeheadline{% - \vbox to 0pt{% - \vskip-22.5pt - \line{% - \vbox to8.5pt{}% - % Extract \thiscolor definition from the marks. - \getcolormarks - % Typeset the headline with \maincolor, then restore the color. - \pdfsetcolor{\maincolor}\the\headline\pdfsetcolor{\thiscolor}% - }% - \vss - }% - \nointerlineskip - } - % - % - \pdfcatalog{/PageMode /UseOutlines} - % - % #1 is image name, #2 width (might be empty/whitespace), #3 height (ditto). - \def\dopdfimage#1#2#3{% - \def\pdfimagewidth{#2}\setbox0 = \hbox{\ignorespaces #2}% - \def\pdfimageheight{#3}\setbox2 = \hbox{\ignorespaces #3}% - % - % pdftex (and the PDF format) support .pdf, .png, .jpg (among - % others). Let's try in that order, PDF first since if - % someone has a scalable image, presumably better to use that than a - % bitmap. - \let\pdfimgext=\empty - \begingroup - \openin 1 #1.pdf \ifeof 1 - \openin 1 #1.PDF \ifeof 1 - \openin 1 #1.png \ifeof 1 - \openin 1 #1.jpg \ifeof 1 - \openin 1 #1.jpeg \ifeof 1 - \openin 1 #1.JPG \ifeof 1 - \errhelp = \nopdfimagehelp - \errmessage{Could not find image file #1 for pdf}% - \else \gdef\pdfimgext{JPG}% - \fi - \else \gdef\pdfimgext{jpeg}% - \fi - \else \gdef\pdfimgext{jpg}% - \fi - \else \gdef\pdfimgext{png}% - \fi - \else \gdef\pdfimgext{PDF}% - \fi - \else \gdef\pdfimgext{pdf}% - \fi - \closein 1 - \endgroup - % - % without \immediate, ancient pdftex seg faults when the same image is - % included twice. (Version 3.14159-pre-1.0-unofficial-20010704.) - \ifnum\pdftexversion < 14 - \immediate\pdfimage - \else - \immediate\pdfximage - \fi - \ifdim \wd0 >0pt width \pdfimagewidth \fi - \ifdim \wd2 >0pt height \pdfimageheight \fi - \ifnum\pdftexversion<13 - #1.\pdfimgext - \else - {#1.\pdfimgext}% - \fi - \ifnum\pdftexversion < 14 \else - \pdfrefximage \pdflastximage - \fi} - % - \def\pdfmkdest#1{{% - % We have to set dummies so commands such as @code, and characters - % such as \, aren't expanded when present in a section title. - \indexnofonts - \turnoffactive - \makevalueexpandable - \def\pdfdestname{#1}% - \txiescapepdf\pdfdestname - \safewhatsit{\pdfdest name{\pdfdestname} xyz}% - }} - % - % used to mark target names; must be expandable. - \def\pdfmkpgn#1{#1} - % - % by default, use black for everything. - \def\urlcolor{\rgbBlack} - \def\linkcolor{\rgbBlack} - \def\endlink{\setcolor{\maincolor}\pdfendlink} - % - % Adding outlines to PDF; macros for calculating structure of outlines - % come from Petr Olsak - \def\expnumber#1{\expandafter\ifx\csname#1\endcsname\relax 0% - \else \csname#1\endcsname \fi} - \def\advancenumber#1{\tempnum=\expnumber{#1}\relax - \advance\tempnum by 1 - \expandafter\xdef\csname#1\endcsname{\the\tempnum}} - % - % #1 is the section text, which is what will be displayed in the - % outline by the pdf viewer. #2 is the pdf expression for the number - % of subentries (or empty, for subsubsections). #3 is the node text, - % which might be empty if this toc entry had no corresponding node. - % #4 is the page number - % - \def\dopdfoutline#1#2#3#4{% - % Generate a link to the node text if that exists; else, use the - % page number. We could generate a destination for the section - % text in the case where a section has no node, but it doesn't - % seem worth the trouble, since most documents are normally structured. - \edef\pdfoutlinedest{#3}% - \ifx\pdfoutlinedest\empty - \def\pdfoutlinedest{#4}% - \else - \txiescapepdf\pdfoutlinedest - \fi - % - % Also escape PDF chars in the display string. - \edef\pdfoutlinetext{#1}% - \txiescapepdf\pdfoutlinetext - % - \pdfoutline goto name{\pdfmkpgn{\pdfoutlinedest}}#2{\pdfoutlinetext}% - } - % - \def\pdfmakeoutlines{% - \begingroup - % Read toc silently, to get counts of subentries for \pdfoutline. - \def\partentry##1##2##3##4{}% ignore parts in the outlines - \def\numchapentry##1##2##3##4{% - \def\thischapnum{##2}% - \def\thissecnum{0}% - \def\thissubsecnum{0}% - }% - \def\numsecentry##1##2##3##4{% - \advancenumber{chap\thischapnum}% - \def\thissecnum{##2}% - \def\thissubsecnum{0}% - }% - \def\numsubsecentry##1##2##3##4{% - \advancenumber{sec\thissecnum}% - \def\thissubsecnum{##2}% - }% - \def\numsubsubsecentry##1##2##3##4{% - \advancenumber{subsec\thissubsecnum}% - }% - \def\thischapnum{0}% - \def\thissecnum{0}% - \def\thissubsecnum{0}% - % - % use \def rather than \let here because we redefine \chapentry et - % al. a second time, below. - \def\appentry{\numchapentry}% - \def\appsecentry{\numsecentry}% - \def\appsubsecentry{\numsubsecentry}% - \def\appsubsubsecentry{\numsubsubsecentry}% - \def\unnchapentry{\numchapentry}% - \def\unnsecentry{\numsecentry}% - \def\unnsubsecentry{\numsubsecentry}% - \def\unnsubsubsecentry{\numsubsubsecentry}% - \readdatafile{toc}% - % - % Read toc second time, this time actually producing the outlines. - % The `-' means take the \expnumber as the absolute number of - % subentries, which we calculated on our first read of the .toc above. - % - % We use the node names as the destinations. - \def\numchapentry##1##2##3##4{% - \dopdfoutline{##1}{count-\expnumber{chap##2}}{##3}{##4}}% - \def\numsecentry##1##2##3##4{% - \dopdfoutline{##1}{count-\expnumber{sec##2}}{##3}{##4}}% - \def\numsubsecentry##1##2##3##4{% - \dopdfoutline{##1}{count-\expnumber{subsec##2}}{##3}{##4}}% - \def\numsubsubsecentry##1##2##3##4{% count is always zero - \dopdfoutline{##1}{}{##3}{##4}}% - % - % PDF outlines are displayed using system fonts, instead of - % document fonts. Therefore we cannot use special characters, - % since the encoding is unknown. For example, the eogonek from - % Latin 2 (0xea) gets translated to a | character. Info from - % Staszek Wawrykiewicz, 19 Jan 2004 04:09:24 +0100. - % - % TODO this right, we have to translate 8-bit characters to - % their "best" equivalent, based on the @documentencoding. Too - % much work for too little return. Just use the ASCII equivalents - % we use for the index sort strings. - % - \indexnofonts - \setupdatafile - % We can have normal brace characters in the PDF outlines, unlike - % Texinfo index files. So set that up. - \def\{{\lbracecharliteral}% - \def\}{\rbracecharliteral}% - \catcode`\\=\active \otherbackslash - \input \tocreadfilename - \endgroup - } - {\catcode`[=1 \catcode`]=2 - \catcode`{=\other \catcode`}=\other - \gdef\lbracecharliteral[{]% - \gdef\rbracecharliteral[}]% - ] - % - \def\skipspaces#1{\def\PP{#1}\def\D{|}% - \ifx\PP\D\let\nextsp\relax - \else\let\nextsp\skipspaces - \addtokens{\filename}{\PP}% - \advance\filenamelength by 1 - \fi - \nextsp} - \def\getfilename#1{% - \filenamelength=0 - % If we don't expand the argument now, \skipspaces will get - % snagged on things like "@value{foo}". - \edef\temp{#1}% - \expandafter\skipspaces\temp|\relax - } - \ifnum\pdftexversion < 14 - \let \startlink \pdfannotlink - \else - \let \startlink \pdfstartlink - \fi - % make a live url in pdf output. - \def\pdfurl#1{% - \begingroup - % it seems we really need yet another set of dummies; have not - % tried to figure out what each command should do in the context - % of @url. for now, just make @/ a no-op, that's the only one - % people have actually reported a problem with. - % - \normalturnoffactive - \def\@{@}% - \let\/=\empty - \makevalueexpandable - % do we want to go so far as to use \indexnofonts instead of just - % special-casing \var here? - \def\var##1{##1}% - % - \leavevmode\setcolor{\urlcolor}% - \startlink attr{/Border [0 0 0]}% - user{/Subtype /Link /A << /S /URI /URI (#1) >>}% - \endgroup} - \def\pdfgettoks#1.{\setbox\boxA=\hbox{\toksA={#1.}\toksB={}\maketoks}} - \def\addtokens#1#2{\edef\addtoks{\noexpand#1={\the#1#2}}\addtoks} - \def\adn#1{\addtokens{\toksC}{#1}\global\countA=1\let\next=\maketoks} - \def\poptoks#1#2|ENDTOKS|{\let\first=#1\toksD={#1}\toksA={#2}} - \def\maketoks{% - \expandafter\poptoks\the\toksA|ENDTOKS|\relax - \ifx\first0\adn0 - \else\ifx\first1\adn1 \else\ifx\first2\adn2 \else\ifx\first3\adn3 - \else\ifx\first4\adn4 \else\ifx\first5\adn5 \else\ifx\first6\adn6 - \else\ifx\first7\adn7 \else\ifx\first8\adn8 \else\ifx\first9\adn9 - \else - \ifnum0=\countA\else\makelink\fi - \ifx\first.\let\next=\done\else - \let\next=\maketoks - \addtokens{\toksB}{\the\toksD} - \ifx\first,\addtokens{\toksB}{\space}\fi - \fi - \fi\fi\fi\fi\fi\fi\fi\fi\fi\fi - \next} - \def\makelink{\addtokens{\toksB}% - {\noexpand\pdflink{\the\toksC}}\toksC={}\global\countA=0} - \def\pdflink#1{% - \startlink attr{/Border [0 0 0]} goto name{\pdfmkpgn{#1}} - \setcolor{\linkcolor}#1\endlink} - \def\done{\edef\st{\global\noexpand\toksA={\the\toksB}}\st} -\else - % non-pdf mode - \let\pdfmkdest = \gobble - \let\pdfurl = \gobble - \let\endlink = \relax - \let\setcolor = \gobble - \let\pdfsetcolor = \gobble - \let\pdfmakeoutlines = \relax -\fi % \ifx\pdfoutput - - -\message{fonts,} - -% Change the current font style to #1, remembering it in \curfontstyle. -% For now, we do not accumulate font styles: @b{@i{foo}} prints foo in -% italics, not bold italics. -% -\def\setfontstyle#1{% - \def\curfontstyle{#1}% not as a control sequence, because we are \edef'd. - \csname ten#1\endcsname % change the current font -} - -% Select #1 fonts with the current style. -% -\def\selectfonts#1{\csname #1fonts\endcsname \csname\curfontstyle\endcsname} - -\def\rm{\fam=0 \setfontstyle{rm}} -\def\it{\fam=\itfam \setfontstyle{it}} -\def\sl{\fam=\slfam \setfontstyle{sl}} -\def\bf{\fam=\bffam \setfontstyle{bf}}\def\bfstylename{bf} -\def\tt{\fam=\ttfam \setfontstyle{tt}} - -% Unfortunately, we have to override this for titles and the like, since -% in those cases "rm" is bold. Sigh. -\def\rmisbold{\rm\def\curfontstyle{bf}} - -% Texinfo sort of supports the sans serif font style, which plain TeX does not. -% So we set up a \sf. -\newfam\sffam -\def\sf{\fam=\sffam \setfontstyle{sf}} -\let\li = \sf % Sometimes we call it \li, not \sf. - -% We don't need math for this font style. -\def\ttsl{\setfontstyle{ttsl}} - - -% Set the baselineskip to #1, and the lineskip and strut size -% correspondingly. There is no deep meaning behind these magic numbers -% used as factors; they just match (closely enough) what Knuth defined. -% -\def\lineskipfactor{.08333} -\def\strutheightpercent{.70833} -\def\strutdepthpercent {.29167} -% -% can get a sort of poor man's double spacing by redefining this. -\def\baselinefactor{1} -% -\newdimen\textleading -\def\setleading#1{% - \dimen0 = #1\relax - \normalbaselineskip = \baselinefactor\dimen0 - \normallineskip = \lineskipfactor\normalbaselineskip - \normalbaselines - \setbox\strutbox =\hbox{% - \vrule width0pt height\strutheightpercent\baselineskip - depth \strutdepthpercent \baselineskip - }% -} - -% PDF CMaps. See also LaTeX's t1.cmap. -% -% do nothing with this by default. -\expandafter\let\csname cmapOT1\endcsname\gobble -\expandafter\let\csname cmapOT1IT\endcsname\gobble -\expandafter\let\csname cmapOT1TT\endcsname\gobble - -% if we are producing pdf, and we have \pdffontattr, then define cmaps. -% (\pdffontattr was introduced many years ago, but people still run -% older pdftex's; it's easy to conditionalize, so we do.) -\ifpdf \ifx\pdffontattr\thisisundefined \else - \begingroup - \catcode`\^^M=\active \def^^M{^^J}% Output line endings as the ^^J char. - \catcode`\%=12 \immediate\pdfobj stream {%!PS-Adobe-3.0 Resource-CMap -%%DocumentNeededResources: ProcSet (CIDInit) -%%IncludeResource: ProcSet (CIDInit) -%%BeginResource: CMap (TeX-OT1-0) -%%Title: (TeX-OT1-0 TeX OT1 0) -%%Version: 1.000 -%%EndComments -/CIDInit /ProcSet findresource begin -12 dict begin -begincmap -/CIDSystemInfo -<< /Registry (TeX) -/Ordering (OT1) -/Supplement 0 ->> def -/CMapName /TeX-OT1-0 def -/CMapType 2 def -1 begincodespacerange -<00> <7F> -endcodespacerange -8 beginbfrange -<00> <01> <0393> -<09> <0A> <03A8> -<23> <26> <0023> -<28> <3B> <0028> -<3F> <5B> <003F> -<5D> <5E> <005D> -<61> <7A> <0061> -<7B> <7C> <2013> -endbfrange -40 beginbfchar -<02> <0398> -<03> <039B> -<04> <039E> -<05> <03A0> -<06> <03A3> -<07> <03D2> -<08> <03A6> -<0B> <00660066> -<0C> <00660069> -<0D> <0066006C> -<0E> <006600660069> -<0F> <00660066006C> -<10> <0131> -<11> <0237> -<12> <0060> -<13> <00B4> -<14> <02C7> -<15> <02D8> -<16> <00AF> -<17> <02DA> -<18> <00B8> -<19> <00DF> -<1A> <00E6> -<1B> <0153> -<1C> <00F8> -<1D> <00C6> -<1E> <0152> -<1F> <00D8> -<21> <0021> -<22> <201D> -<27> <2019> -<3C> <00A1> -<3D> <003D> -<3E> <00BF> -<5C> <201C> -<5F> <02D9> -<60> <2018> -<7D> <02DD> -<7E> <007E> -<7F> <00A8> -endbfchar -endcmap -CMapName currentdict /CMap defineresource pop -end -end -%%EndResource -%%EOF - }\endgroup - \expandafter\edef\csname cmapOT1\endcsname#1{% - \pdffontattr#1{/ToUnicode \the\pdflastobj\space 0 R}% - }% -% -% \cmapOT1IT - \begingroup - \catcode`\^^M=\active \def^^M{^^J}% Output line endings as the ^^J char. - \catcode`\%=12 \immediate\pdfobj stream {%!PS-Adobe-3.0 Resource-CMap -%%DocumentNeededResources: ProcSet (CIDInit) -%%IncludeResource: ProcSet (CIDInit) -%%BeginResource: CMap (TeX-OT1IT-0) -%%Title: (TeX-OT1IT-0 TeX OT1IT 0) -%%Version: 1.000 -%%EndComments -/CIDInit /ProcSet findresource begin -12 dict begin -begincmap -/CIDSystemInfo -<< /Registry (TeX) -/Ordering (OT1IT) -/Supplement 0 ->> def -/CMapName /TeX-OT1IT-0 def -/CMapType 2 def -1 begincodespacerange -<00> <7F> -endcodespacerange -8 beginbfrange -<00> <01> <0393> -<09> <0A> <03A8> -<25> <26> <0025> -<28> <3B> <0028> -<3F> <5B> <003F> -<5D> <5E> <005D> -<61> <7A> <0061> -<7B> <7C> <2013> -endbfrange -42 beginbfchar -<02> <0398> -<03> <039B> -<04> <039E> -<05> <03A0> -<06> <03A3> -<07> <03D2> -<08> <03A6> -<0B> <00660066> -<0C> <00660069> -<0D> <0066006C> -<0E> <006600660069> -<0F> <00660066006C> -<10> <0131> -<11> <0237> -<12> <0060> -<13> <00B4> -<14> <02C7> -<15> <02D8> -<16> <00AF> -<17> <02DA> -<18> <00B8> -<19> <00DF> -<1A> <00E6> -<1B> <0153> -<1C> <00F8> -<1D> <00C6> -<1E> <0152> -<1F> <00D8> -<21> <0021> -<22> <201D> -<23> <0023> -<24> <00A3> -<27> <2019> -<3C> <00A1> -<3D> <003D> -<3E> <00BF> -<5C> <201C> -<5F> <02D9> -<60> <2018> -<7D> <02DD> -<7E> <007E> -<7F> <00A8> -endbfchar -endcmap -CMapName currentdict /CMap defineresource pop -end -end -%%EndResource -%%EOF - }\endgroup - \expandafter\edef\csname cmapOT1IT\endcsname#1{% - \pdffontattr#1{/ToUnicode \the\pdflastobj\space 0 R}% - }% -% -% \cmapOT1TT - \begingroup - \catcode`\^^M=\active \def^^M{^^J}% Output line endings as the ^^J char. - \catcode`\%=12 \immediate\pdfobj stream {%!PS-Adobe-3.0 Resource-CMap -%%DocumentNeededResources: ProcSet (CIDInit) -%%IncludeResource: ProcSet (CIDInit) -%%BeginResource: CMap (TeX-OT1TT-0) -%%Title: (TeX-OT1TT-0 TeX OT1TT 0) -%%Version: 1.000 -%%EndComments -/CIDInit /ProcSet findresource begin -12 dict begin -begincmap -/CIDSystemInfo -<< /Registry (TeX) -/Ordering (OT1TT) -/Supplement 0 ->> def -/CMapName /TeX-OT1TT-0 def -/CMapType 2 def -1 begincodespacerange -<00> <7F> -endcodespacerange -5 beginbfrange -<00> <01> <0393> -<09> <0A> <03A8> -<21> <26> <0021> -<28> <5F> <0028> -<61> <7E> <0061> -endbfrange -32 beginbfchar -<02> <0398> -<03> <039B> -<04> <039E> -<05> <03A0> -<06> <03A3> -<07> <03D2> -<08> <03A6> -<0B> <2191> -<0C> <2193> -<0D> <0027> -<0E> <00A1> -<0F> <00BF> -<10> <0131> -<11> <0237> -<12> <0060> -<13> <00B4> -<14> <02C7> -<15> <02D8> -<16> <00AF> -<17> <02DA> -<18> <00B8> -<19> <00DF> -<1A> <00E6> -<1B> <0153> -<1C> <00F8> -<1D> <00C6> -<1E> <0152> -<1F> <00D8> -<20> <2423> -<27> <2019> -<60> <2018> -<7F> <00A8> -endbfchar -endcmap -CMapName currentdict /CMap defineresource pop -end -end -%%EndResource -%%EOF - }\endgroup - \expandafter\edef\csname cmapOT1TT\endcsname#1{% - \pdffontattr#1{/ToUnicode \the\pdflastobj\space 0 R}% - }% -\fi\fi - - -% Set the font macro #1 to the font named \fontprefix#2. -% #3 is the font's design size, #4 is a scale factor, #5 is the CMap -% encoding (only OT1, OT1IT and OT1TT are allowed, or empty to omit). -% Example: -% #1 = \textrm -% #2 = \rmshape -% #3 = 10 -% #4 = \mainmagstep -% #5 = OT1 -% -\def\setfont#1#2#3#4#5{% - \font#1=\fontprefix#2#3 scaled #4 - \csname cmap#5\endcsname#1% -} -% This is what gets called when #5 of \setfont is empty. -\let\cmap\gobble -% -% (end of cmaps) - -% Use cm as the default font prefix. -% To specify the font prefix, you must define \fontprefix -% before you read in texinfo.tex. -\ifx\fontprefix\thisisundefined -\def\fontprefix{cm} -\fi -% Support font families that don't use the same naming scheme as CM. -\def\rmshape{r} -\def\rmbshape{bx} % where the normal face is bold -\def\bfshape{b} -\def\bxshape{bx} -\def\ttshape{tt} -\def\ttbshape{tt} -\def\ttslshape{sltt} -\def\itshape{ti} -\def\itbshape{bxti} -\def\slshape{sl} -\def\slbshape{bxsl} -\def\sfshape{ss} -\def\sfbshape{ss} -\def\scshape{csc} -\def\scbshape{csc} - -% Definitions for a main text size of 11pt. (The default in Texinfo.) -% -\def\definetextfontsizexi{% -% Text fonts (11.2pt, magstep1). -\def\textnominalsize{11pt} -\edef\mainmagstep{\magstephalf} -\setfont\textrm\rmshape{10}{\mainmagstep}{OT1} -\setfont\texttt\ttshape{10}{\mainmagstep}{OT1TT} -\setfont\textbf\bfshape{10}{\mainmagstep}{OT1} -\setfont\textit\itshape{10}{\mainmagstep}{OT1IT} -\setfont\textsl\slshape{10}{\mainmagstep}{OT1} -\setfont\textsf\sfshape{10}{\mainmagstep}{OT1} -\setfont\textsc\scshape{10}{\mainmagstep}{OT1} -\setfont\textttsl\ttslshape{10}{\mainmagstep}{OT1TT} -\font\texti=cmmi10 scaled \mainmagstep -\font\textsy=cmsy10 scaled \mainmagstep -\def\textecsize{1095} - -% A few fonts for @defun names and args. -\setfont\defbf\bfshape{10}{\magstep1}{OT1} -\setfont\deftt\ttshape{10}{\magstep1}{OT1TT} -\setfont\defsl\slshape{10}{\magstep1}{OT1TT} -\setfont\defttsl\ttslshape{10}{\magstep1}{OT1TT} -\def\df{\let\tentt=\deftt \let\tenbf = \defbf -\let\tenttsl=\defttsl \let\tensl=\defsl \bf} - -% Fonts for indices, footnotes, small examples (9pt). -\def\smallnominalsize{9pt} -\setfont\smallrm\rmshape{9}{1000}{OT1} -\setfont\smalltt\ttshape{9}{1000}{OT1TT} -\setfont\smallbf\bfshape{10}{900}{OT1} -\setfont\smallit\itshape{9}{1000}{OT1IT} -\setfont\smallsl\slshape{9}{1000}{OT1} -\setfont\smallsf\sfshape{9}{1000}{OT1} -\setfont\smallsc\scshape{10}{900}{OT1} -\setfont\smallttsl\ttslshape{10}{900}{OT1TT} -\font\smalli=cmmi9 -\font\smallsy=cmsy9 -\def\smallecsize{0900} - -% Fonts for small examples (8pt). -\def\smallernominalsize{8pt} -\setfont\smallerrm\rmshape{8}{1000}{OT1} -\setfont\smallertt\ttshape{8}{1000}{OT1TT} -\setfont\smallerbf\bfshape{10}{800}{OT1} -\setfont\smallerit\itshape{8}{1000}{OT1IT} -\setfont\smallersl\slshape{8}{1000}{OT1} -\setfont\smallersf\sfshape{8}{1000}{OT1} -\setfont\smallersc\scshape{10}{800}{OT1} -\setfont\smallerttsl\ttslshape{10}{800}{OT1TT} -\font\smalleri=cmmi8 -\font\smallersy=cmsy8 -\def\smallerecsize{0800} - -% Fonts for title page (20.4pt): -\def\titlenominalsize{20pt} -\setfont\titlerm\rmbshape{12}{\magstep3}{OT1} -\setfont\titleit\itbshape{10}{\magstep4}{OT1IT} -\setfont\titlesl\slbshape{10}{\magstep4}{OT1} -\setfont\titlett\ttbshape{12}{\magstep3}{OT1TT} -\setfont\titlettsl\ttslshape{10}{\magstep4}{OT1TT} -\setfont\titlesf\sfbshape{17}{\magstep1}{OT1} -\let\titlebf=\titlerm -\setfont\titlesc\scbshape{10}{\magstep4}{OT1} -\font\titlei=cmmi12 scaled \magstep3 -\font\titlesy=cmsy10 scaled \magstep4 -\def\titleecsize{2074} - -% Chapter (and unnumbered) fonts (17.28pt). -\def\chapnominalsize{17pt} -\setfont\chaprm\rmbshape{12}{\magstep2}{OT1} -\setfont\chapit\itbshape{10}{\magstep3}{OT1IT} -\setfont\chapsl\slbshape{10}{\magstep3}{OT1} -\setfont\chaptt\ttbshape{12}{\magstep2}{OT1TT} -\setfont\chapttsl\ttslshape{10}{\magstep3}{OT1TT} -\setfont\chapsf\sfbshape{17}{1000}{OT1} -\let\chapbf=\chaprm -\setfont\chapsc\scbshape{10}{\magstep3}{OT1} -\font\chapi=cmmi12 scaled \magstep2 -\font\chapsy=cmsy10 scaled \magstep3 -\def\chapecsize{1728} - -% Section fonts (14.4pt). -\def\secnominalsize{14pt} -\setfont\secrm\rmbshape{12}{\magstep1}{OT1} -\setfont\secrmnotbold\rmshape{12}{\magstep1}{OT1} -\setfont\secit\itbshape{10}{\magstep2}{OT1IT} -\setfont\secsl\slbshape{10}{\magstep2}{OT1} -\setfont\sectt\ttbshape{12}{\magstep1}{OT1TT} -\setfont\secttsl\ttslshape{10}{\magstep2}{OT1TT} -\setfont\secsf\sfbshape{12}{\magstep1}{OT1} -\let\secbf\secrm -\setfont\secsc\scbshape{10}{\magstep2}{OT1} -\font\seci=cmmi12 scaled \magstep1 -\font\secsy=cmsy10 scaled \magstep2 -\def\sececsize{1440} - -% Subsection fonts (13.15pt). -\def\ssecnominalsize{13pt} -\setfont\ssecrm\rmbshape{12}{\magstephalf}{OT1} -\setfont\ssecit\itbshape{10}{1315}{OT1IT} -\setfont\ssecsl\slbshape{10}{1315}{OT1} -\setfont\ssectt\ttbshape{12}{\magstephalf}{OT1TT} -\setfont\ssecttsl\ttslshape{10}{1315}{OT1TT} -\setfont\ssecsf\sfbshape{12}{\magstephalf}{OT1} -\let\ssecbf\ssecrm -\setfont\ssecsc\scbshape{10}{1315}{OT1} -\font\sseci=cmmi12 scaled \magstephalf -\font\ssecsy=cmsy10 scaled 1315 -\def\ssececsize{1200} - -% Reduced fonts for @acro in text (10pt). -\def\reducednominalsize{10pt} -\setfont\reducedrm\rmshape{10}{1000}{OT1} -\setfont\reducedtt\ttshape{10}{1000}{OT1TT} -\setfont\reducedbf\bfshape{10}{1000}{OT1} -\setfont\reducedit\itshape{10}{1000}{OT1IT} -\setfont\reducedsl\slshape{10}{1000}{OT1} -\setfont\reducedsf\sfshape{10}{1000}{OT1} -\setfont\reducedsc\scshape{10}{1000}{OT1} -\setfont\reducedttsl\ttslshape{10}{1000}{OT1TT} -\font\reducedi=cmmi10 -\font\reducedsy=cmsy10 -\def\reducedecsize{1000} - -\textleading = 13.2pt % line spacing for 11pt CM -\textfonts % reset the current fonts -\rm -} % end of 11pt text font size definitions, \definetextfontsizexi - - -% Definitions to make the main text be 10pt Computer Modern, with -% section, chapter, etc., sizes following suit. This is for the GNU -% Press printing of the Emacs 22 manual. Maybe other manuals in the -% future. Used with @smallbook, which sets the leading to 12pt. -% -\def\definetextfontsizex{% -% Text fonts (10pt). -\def\textnominalsize{10pt} -\edef\mainmagstep{1000} -\setfont\textrm\rmshape{10}{\mainmagstep}{OT1} -\setfont\texttt\ttshape{10}{\mainmagstep}{OT1TT} -\setfont\textbf\bfshape{10}{\mainmagstep}{OT1} -\setfont\textit\itshape{10}{\mainmagstep}{OT1IT} -\setfont\textsl\slshape{10}{\mainmagstep}{OT1} -\setfont\textsf\sfshape{10}{\mainmagstep}{OT1} -\setfont\textsc\scshape{10}{\mainmagstep}{OT1} -\setfont\textttsl\ttslshape{10}{\mainmagstep}{OT1TT} -\font\texti=cmmi10 scaled \mainmagstep -\font\textsy=cmsy10 scaled \mainmagstep -\def\textecsize{1000} - -% A few fonts for @defun names and args. -\setfont\defbf\bfshape{10}{\magstephalf}{OT1} -\setfont\deftt\ttshape{10}{\magstephalf}{OT1TT} -\setfont\defsl\slshape{10}{\magstephalf}{OT1TT} -\setfont\defttsl\ttslshape{10}{\magstephalf}{OT1TT} -\def\df{\let\tentt=\deftt \let\tenbf = \defbf -\let\tensl=\defsl \let\tenttsl=\defttsl \bf} - -% Fonts for indices, footnotes, small examples (9pt). -\def\smallnominalsize{9pt} -\setfont\smallrm\rmshape{9}{1000}{OT1} -\setfont\smalltt\ttshape{9}{1000}{OT1TT} -\setfont\smallbf\bfshape{10}{900}{OT1} -\setfont\smallit\itshape{9}{1000}{OT1IT} -\setfont\smallsl\slshape{9}{1000}{OT1} -\setfont\smallsf\sfshape{9}{1000}{OT1} -\setfont\smallsc\scshape{10}{900}{OT1} -\setfont\smallttsl\ttslshape{10}{900}{OT1TT} -\font\smalli=cmmi9 -\font\smallsy=cmsy9 -\def\smallecsize{0900} - -% Fonts for small examples (8pt). -\def\smallernominalsize{8pt} -\setfont\smallerrm\rmshape{8}{1000}{OT1} -\setfont\smallertt\ttshape{8}{1000}{OT1TT} -\setfont\smallerbf\bfshape{10}{800}{OT1} -\setfont\smallerit\itshape{8}{1000}{OT1IT} -\setfont\smallersl\slshape{8}{1000}{OT1} -\setfont\smallersf\sfshape{8}{1000}{OT1} -\setfont\smallersc\scshape{10}{800}{OT1} -\setfont\smallerttsl\ttslshape{10}{800}{OT1TT} -\font\smalleri=cmmi8 -\font\smallersy=cmsy8 -\def\smallerecsize{0800} - -% Fonts for title page (20.4pt): -\def\titlenominalsize{20pt} -\setfont\titlerm\rmbshape{12}{\magstep3}{OT1} -\setfont\titleit\itbshape{10}{\magstep4}{OT1IT} -\setfont\titlesl\slbshape{10}{\magstep4}{OT1} -\setfont\titlett\ttbshape{12}{\magstep3}{OT1TT} -\setfont\titlettsl\ttslshape{10}{\magstep4}{OT1TT} -\setfont\titlesf\sfbshape{17}{\magstep1}{OT1} -\let\titlebf=\titlerm -\setfont\titlesc\scbshape{10}{\magstep4}{OT1} -\font\titlei=cmmi12 scaled \magstep3 -\font\titlesy=cmsy10 scaled \magstep4 -\def\titleecsize{2074} - -% Chapter fonts (14.4pt). -\def\chapnominalsize{14pt} -\setfont\chaprm\rmbshape{12}{\magstep1}{OT1} -\setfont\chapit\itbshape{10}{\magstep2}{OT1IT} -\setfont\chapsl\slbshape{10}{\magstep2}{OT1} -\setfont\chaptt\ttbshape{12}{\magstep1}{OT1TT} -\setfont\chapttsl\ttslshape{10}{\magstep2}{OT1TT} -\setfont\chapsf\sfbshape{12}{\magstep1}{OT1} -\let\chapbf\chaprm -\setfont\chapsc\scbshape{10}{\magstep2}{OT1} -\font\chapi=cmmi12 scaled \magstep1 -\font\chapsy=cmsy10 scaled \magstep2 -\def\chapecsize{1440} - -% Section fonts (12pt). -\def\secnominalsize{12pt} -\setfont\secrm\rmbshape{12}{1000}{OT1} -\setfont\secit\itbshape{10}{\magstep1}{OT1IT} -\setfont\secsl\slbshape{10}{\magstep1}{OT1} -\setfont\sectt\ttbshape{12}{1000}{OT1TT} -\setfont\secttsl\ttslshape{10}{\magstep1}{OT1TT} -\setfont\secsf\sfbshape{12}{1000}{OT1} -\let\secbf\secrm -\setfont\secsc\scbshape{10}{\magstep1}{OT1} -\font\seci=cmmi12 -\font\secsy=cmsy10 scaled \magstep1 -\def\sececsize{1200} - -% Subsection fonts (10pt). -\def\ssecnominalsize{10pt} -\setfont\ssecrm\rmbshape{10}{1000}{OT1} -\setfont\ssecit\itbshape{10}{1000}{OT1IT} -\setfont\ssecsl\slbshape{10}{1000}{OT1} -\setfont\ssectt\ttbshape{10}{1000}{OT1TT} -\setfont\ssecttsl\ttslshape{10}{1000}{OT1TT} -\setfont\ssecsf\sfbshape{10}{1000}{OT1} -\let\ssecbf\ssecrm -\setfont\ssecsc\scbshape{10}{1000}{OT1} -\font\sseci=cmmi10 -\font\ssecsy=cmsy10 -\def\ssececsize{1000} - -% Reduced fonts for @acro in text (9pt). -\def\reducednominalsize{9pt} -\setfont\reducedrm\rmshape{9}{1000}{OT1} -\setfont\reducedtt\ttshape{9}{1000}{OT1TT} -\setfont\reducedbf\bfshape{10}{900}{OT1} -\setfont\reducedit\itshape{9}{1000}{OT1IT} -\setfont\reducedsl\slshape{9}{1000}{OT1} -\setfont\reducedsf\sfshape{9}{1000}{OT1} -\setfont\reducedsc\scshape{10}{900}{OT1} -\setfont\reducedttsl\ttslshape{10}{900}{OT1TT} -\font\reducedi=cmmi9 -\font\reducedsy=cmsy9 -\def\reducedecsize{0900} - -\divide\parskip by 2 % reduce space between paragraphs -\textleading = 12pt % line spacing for 10pt CM -\textfonts % reset the current fonts -\rm -} % end of 10pt text font size definitions, \definetextfontsizex - - -% We provide the user-level command -% @fonttextsize 10 -% (or 11) to redefine the text font size. pt is assumed. -% -\def\xiword{11} -\def\xword{10} -\def\xwordpt{10pt} -% -\parseargdef\fonttextsize{% - \def\textsizearg{#1}% - %\wlog{doing @fonttextsize \textsizearg}% - % - % Set \globaldefs so that documents can use this inside @tex, since - % makeinfo 4.8 does not support it, but we need it nonetheless. - % - \begingroup \globaldefs=1 - \ifx\textsizearg\xword \definetextfontsizex - \else \ifx\textsizearg\xiword \definetextfontsizexi - \else - \errhelp=\EMsimple - \errmessage{@fonttextsize only supports `10' or `11', not `\textsizearg'} - \fi\fi - \endgroup -} - -% In order for the font changes to affect most math symbols and letters, -% we have to define the \textfont of the standard families. We don't -% bother to reset \scriptfont and \scriptscriptfont; awaiting user need. -% -\def\resetmathfonts{% - \textfont0=\tenrm \textfont1=\teni \textfont2=\tensy - \textfont\itfam=\tenit \textfont\slfam=\tensl \textfont\bffam=\tenbf - \textfont\ttfam=\tentt \textfont\sffam=\tensf -} - -% The font-changing commands redefine the meanings of \tenSTYLE, instead -% of just \STYLE. We do this because \STYLE needs to also set the -% current \fam for math mode. Our \STYLE (e.g., \rm) commands hardwire -% \tenSTYLE to set the current font. -% -% Each font-changing command also sets the names \lsize (one size lower) -% and \lllsize (three sizes lower). These relative commands are used -% in, e.g., the LaTeX logo and acronyms. -% -% This all needs generalizing, badly. -% -\def\textfonts{% - \let\tenrm=\textrm \let\tenit=\textit \let\tensl=\textsl - \let\tenbf=\textbf \let\tentt=\texttt \let\smallcaps=\textsc - \let\tensf=\textsf \let\teni=\texti \let\tensy=\textsy - \let\tenttsl=\textttsl - \def\curfontsize{text}% - \def\lsize{reduced}\def\lllsize{smaller}% - \resetmathfonts \setleading{\textleading}} -\def\titlefonts{% - \let\tenrm=\titlerm \let\tenit=\titleit \let\tensl=\titlesl - \let\tenbf=\titlebf \let\tentt=\titlett \let\smallcaps=\titlesc - \let\tensf=\titlesf \let\teni=\titlei \let\tensy=\titlesy - \let\tenttsl=\titlettsl - \def\curfontsize{title}% - \def\lsize{chap}\def\lllsize{subsec}% - \resetmathfonts \setleading{27pt}} -\def\titlefont#1{{\titlefonts\rmisbold #1}} -\def\chapfonts{% - \let\tenrm=\chaprm \let\tenit=\chapit \let\tensl=\chapsl - \let\tenbf=\chapbf \let\tentt=\chaptt \let\smallcaps=\chapsc - \let\tensf=\chapsf \let\teni=\chapi \let\tensy=\chapsy - \let\tenttsl=\chapttsl - \def\curfontsize{chap}% - \def\lsize{sec}\def\lllsize{text}% - \resetmathfonts \setleading{19pt}} -\def\secfonts{% - \let\tenrm=\secrm \let\tenit=\secit \let\tensl=\secsl - \let\tenbf=\secbf \let\tentt=\sectt \let\smallcaps=\secsc - \let\tensf=\secsf \let\teni=\seci \let\tensy=\secsy - \let\tenttsl=\secttsl - \def\curfontsize{sec}% - \def\lsize{subsec}\def\lllsize{reduced}% - \resetmathfonts \setleading{17pt}} -\def\subsecfonts{% - \let\tenrm=\ssecrm \let\tenit=\ssecit \let\tensl=\ssecsl - \let\tenbf=\ssecbf \let\tentt=\ssectt \let\smallcaps=\ssecsc - \let\tensf=\ssecsf \let\teni=\sseci \let\tensy=\ssecsy - \let\tenttsl=\ssecttsl - \def\curfontsize{ssec}% - \def\lsize{text}\def\lllsize{small}% - \resetmathfonts \setleading{15pt}} -\let\subsubsecfonts = \subsecfonts -\def\reducedfonts{% - \let\tenrm=\reducedrm \let\tenit=\reducedit \let\tensl=\reducedsl - \let\tenbf=\reducedbf \let\tentt=\reducedtt \let\reducedcaps=\reducedsc - \let\tensf=\reducedsf \let\teni=\reducedi \let\tensy=\reducedsy - \let\tenttsl=\reducedttsl - \def\curfontsize{reduced}% - \def\lsize{small}\def\lllsize{smaller}% - \resetmathfonts \setleading{10.5pt}} -\def\smallfonts{% - \let\tenrm=\smallrm \let\tenit=\smallit \let\tensl=\smallsl - \let\tenbf=\smallbf \let\tentt=\smalltt \let\smallcaps=\smallsc - \let\tensf=\smallsf \let\teni=\smalli \let\tensy=\smallsy - \let\tenttsl=\smallttsl - \def\curfontsize{small}% - \def\lsize{smaller}\def\lllsize{smaller}% - \resetmathfonts \setleading{10.5pt}} -\def\smallerfonts{% - \let\tenrm=\smallerrm \let\tenit=\smallerit \let\tensl=\smallersl - \let\tenbf=\smallerbf \let\tentt=\smallertt \let\smallcaps=\smallersc - \let\tensf=\smallersf \let\teni=\smalleri \let\tensy=\smallersy - \let\tenttsl=\smallerttsl - \def\curfontsize{smaller}% - \def\lsize{smaller}\def\lllsize{smaller}% - \resetmathfonts \setleading{9.5pt}} - -% Fonts for short table of contents. -\setfont\shortcontrm\rmshape{12}{1000}{OT1} -\setfont\shortcontbf\bfshape{10}{\magstep1}{OT1} % no cmb12 -\setfont\shortcontsl\slshape{12}{1000}{OT1} -\setfont\shortconttt\ttshape{12}{1000}{OT1TT} - -% Define these just so they can be easily changed for other fonts. -\def\angleleft{$\langle$} -\def\angleright{$\rangle$} - -% Set the fonts to use with the @small... environments. -\let\smallexamplefonts = \smallfonts - -% About \smallexamplefonts. If we use \smallfonts (9pt), @smallexample -% can fit this many characters: -% 8.5x11=86 smallbook=72 a4=90 a5=69 -% If we use \scriptfonts (8pt), then we can fit this many characters: -% 8.5x11=90+ smallbook=80 a4=90+ a5=77 -% For me, subjectively, the few extra characters that fit aren't worth -% the additional smallness of 8pt. So I'm making the default 9pt. -% -% By the way, for comparison, here's what fits with @example (10pt): -% 8.5x11=71 smallbook=60 a4=75 a5=58 -% --karl, 24jan03. - -% Set up the default fonts, so we can use them for creating boxes. -% -\definetextfontsizexi - - -\message{markup,} - -% Check if we are currently using a typewriter font. Since all the -% Computer Modern typewriter fonts have zero interword stretch (and -% shrink), and it is reasonable to expect all typewriter fonts to have -% this property, we can check that font parameter. -% -\def\ifmonospace{\ifdim\fontdimen3\font=0pt } - -% Markup style infrastructure. \defmarkupstylesetup\INITMACRO will -% define and register \INITMACRO to be called on markup style changes. -% \INITMACRO can check \currentmarkupstyle for the innermost -% style and the set of \ifmarkupSTYLE switches for all styles -% currently in effect. -\newif\ifmarkupvar -\newif\ifmarkupsamp -\newif\ifmarkupkey -%\newif\ifmarkupfile % @file == @samp. -%\newif\ifmarkupoption % @option == @samp. -\newif\ifmarkupcode -\newif\ifmarkupkbd -%\newif\ifmarkupenv % @env == @code. -%\newif\ifmarkupcommand % @command == @code. -\newif\ifmarkuptex % @tex (and part of @math, for now). -\newif\ifmarkupexample -\newif\ifmarkupverb -\newif\ifmarkupverbatim - -\let\currentmarkupstyle\empty - -\def\setupmarkupstyle#1{% - \csname markup#1true\endcsname - \def\currentmarkupstyle{#1}% - \markupstylesetup -} - -\let\markupstylesetup\empty - -\def\defmarkupstylesetup#1{% - \expandafter\def\expandafter\markupstylesetup - \expandafter{\markupstylesetup #1}% - \def#1% -} - -% Markup style setup for left and right quotes. -\defmarkupstylesetup\markupsetuplq{% - \expandafter\let\expandafter \temp - \csname markupsetuplq\currentmarkupstyle\endcsname - \ifx\temp\relax \markupsetuplqdefault \else \temp \fi -} - -\defmarkupstylesetup\markupsetuprq{% - \expandafter\let\expandafter \temp - \csname markupsetuprq\currentmarkupstyle\endcsname - \ifx\temp\relax \markupsetuprqdefault \else \temp \fi -} - -{ -\catcode`\'=\active -\catcode`\`=\active - -\gdef\markupsetuplqdefault{\let`\lq} -\gdef\markupsetuprqdefault{\let'\rq} - -\gdef\markupsetcodequoteleft{\let`\codequoteleft} -\gdef\markupsetcodequoteright{\let'\codequoteright} -} - -\let\markupsetuplqcode \markupsetcodequoteleft -\let\markupsetuprqcode \markupsetcodequoteright -% -\let\markupsetuplqexample \markupsetcodequoteleft -\let\markupsetuprqexample \markupsetcodequoteright -% -\let\markupsetuplqkbd \markupsetcodequoteleft -\let\markupsetuprqkbd \markupsetcodequoteright -% -\let\markupsetuplqsamp \markupsetcodequoteleft -\let\markupsetuprqsamp \markupsetcodequoteright -% -\let\markupsetuplqverb \markupsetcodequoteleft -\let\markupsetuprqverb \markupsetcodequoteright -% -\let\markupsetuplqverbatim \markupsetcodequoteleft -\let\markupsetuprqverbatim \markupsetcodequoteright - -% Allow an option to not use regular directed right quote/apostrophe -% (char 0x27), but instead the undirected quote from cmtt (char 0x0d). -% The undirected quote is ugly, so don't make it the default, but it -% works for pasting with more pdf viewers (at least evince), the -% lilypond developers report. xpdf does work with the regular 0x27. -% -\def\codequoteright{% - \expandafter\ifx\csname SETtxicodequoteundirected\endcsname\relax - \expandafter\ifx\csname SETcodequoteundirected\endcsname\relax - '% - \else \char'15 \fi - \else \char'15 \fi -} -% -% and a similar option for the left quote char vs. a grave accent. -% Modern fonts display ASCII 0x60 as a grave accent, so some people like -% the code environments to do likewise. -% -\def\codequoteleft{% - \expandafter\ifx\csname SETtxicodequotebacktick\endcsname\relax - \expandafter\ifx\csname SETcodequotebacktick\endcsname\relax - % [Knuth] pp. 380,381,391 - % \relax disables Spanish ligatures ?` and !` of \tt font. - \relax`% - \else \char'22 \fi - \else \char'22 \fi -} - -% Commands to set the quote options. -% -\parseargdef\codequoteundirected{% - \def\temp{#1}% - \ifx\temp\onword - \expandafter\let\csname SETtxicodequoteundirected\endcsname - = t% - \else\ifx\temp\offword - \expandafter\let\csname SETtxicodequoteundirected\endcsname - = \relax - \else - \errhelp = \EMsimple - \errmessage{Unknown @codequoteundirected value `\temp', must be on|off}% - \fi\fi -} -% -\parseargdef\codequotebacktick{% - \def\temp{#1}% - \ifx\temp\onword - \expandafter\let\csname SETtxicodequotebacktick\endcsname - = t% - \else\ifx\temp\offword - \expandafter\let\csname SETtxicodequotebacktick\endcsname - = \relax - \else - \errhelp = \EMsimple - \errmessage{Unknown @codequotebacktick value `\temp', must be on|off}% - \fi\fi -} - -% [Knuth] pp. 380,381,391, disable Spanish ligatures ?` and !` of \tt font. -\def\noligaturesquoteleft{\relax\lq} - -% Count depth in font-changes, for error checks -\newcount\fontdepth \fontdepth=0 - -% Font commands. - -% #1 is the font command (\sl or \it), #2 is the text to slant. -% If we are in a monospaced environment, however, 1) always use \ttsl, -% and 2) do not add an italic correction. -\def\dosmartslant#1#2{% - \ifusingtt - {{\ttsl #2}\let\next=\relax}% - {\def\next{{#1#2}\futurelet\next\smartitaliccorrection}}% - \next -} -\def\smartslanted{\dosmartslant\sl} -\def\smartitalic{\dosmartslant\it} - -% Output an italic correction unless \next (presumed to be the following -% character) is such as not to need one. -\def\smartitaliccorrection{% - \ifx\next,% - \else\ifx\next-% - \else\ifx\next.% - \else\ifx\next\.% - \else\ifx\next\comma% - \else\ptexslash - \fi\fi\fi\fi\fi - \aftersmartic -} - -% Unconditional use \ttsl, and no ic. @var is set to this for defuns. -\def\ttslanted#1{{\ttsl #1}} - -% @cite is like \smartslanted except unconditionally use \sl. We never want -% ttsl for book titles, do we? -\def\cite#1{{\sl #1}\futurelet\next\smartitaliccorrection} - -\def\aftersmartic{} -\def\var#1{% - \let\saveaftersmartic = \aftersmartic - \def\aftersmartic{\null\let\aftersmartic=\saveaftersmartic}% - \smartslanted{#1}% -} - -\let\i=\smartitalic -\let\slanted=\smartslanted -\let\dfn=\smartslanted -\let\emph=\smartitalic - -% Explicit font changes: @r, @sc, undocumented @ii. -\def\r#1{{\rm #1}} % roman font -\def\sc#1{{\smallcaps#1}} % smallcaps font -\def\ii#1{{\it #1}} % italic font - -% @b, explicit bold. Also @strong. -\def\b#1{{\bf #1}} -\let\strong=\b - -% @sansserif, explicit sans. -\def\sansserif#1{{\sf #1}} - -% We can't just use \exhyphenpenalty, because that only has effect at -% the end of a paragraph. Restore normal hyphenation at the end of the -% group within which \nohyphenation is presumably called. -% -\def\nohyphenation{\hyphenchar\font = -1 \aftergroup\restorehyphenation} -\def\restorehyphenation{\hyphenchar\font = `- } - -% Set sfcode to normal for the chars that usually have another value. -% Can't use plain's \frenchspacing because it uses the `\x notation, and -% sometimes \x has an active definition that messes things up. -% -\catcode`@=11 - \def\plainfrenchspacing{% - \sfcode`\.=\@m \sfcode`\?=\@m \sfcode`\!=\@m - \sfcode`\:=\@m \sfcode`\;=\@m \sfcode`\,=\@m - \def\endofsentencespacefactor{1000}% for @. and friends - } - \def\plainnonfrenchspacing{% - \sfcode`\.3000\sfcode`\?3000\sfcode`\!3000 - \sfcode`\:2000\sfcode`\;1500\sfcode`\,1250 - \def\endofsentencespacefactor{3000}% for @. and friends - } -\catcode`@=\other -\def\endofsentencespacefactor{3000}% default - -% @t, explicit typewriter. -\def\t#1{% - {\tt \rawbackslash \plainfrenchspacing #1}% - \null -} - -% @samp. -\def\samp#1{{\setupmarkupstyle{samp}\lq\tclose{#1}\rq\null}} - -% @indicateurl is \samp, that is, with quotes. -\let\indicateurl=\samp - -% @code (and similar) prints in typewriter, but with spaces the same -% size as normal in the surrounding text, without hyphenation, etc. -% This is a subroutine for that. -\def\tclose#1{% - {% - % Change normal interword space to be same as for the current font. - \spaceskip = \fontdimen2\font - % - % Switch to typewriter. - \tt - % - % But `\ ' produces the large typewriter interword space. - \def\ {{\spaceskip = 0pt{} }}% - % - % Turn off hyphenation. - \nohyphenation - % - \rawbackslash - \plainfrenchspacing - #1% - }% - \null % reset spacefactor to 1000 -} - -% We *must* turn on hyphenation at `-' and `_' in @code. -% (But see \codedashfinish below.) -% Otherwise, it is too hard to avoid overfull hboxes -% in the Emacs manual, the Library manual, etc. -% -% Unfortunately, TeX uses one parameter (\hyphenchar) to control -% both hyphenation at - and hyphenation within words. -% We must therefore turn them both off (\tclose does that) -% and arrange explicitly to hyphenate at a dash. -- rms. -{ - \catcode`\-=\active \catcode`\_=\active - \catcode`\'=\active \catcode`\`=\active - \global\let'=\rq \global\let`=\lq % default definitions - % - \global\def\code{\begingroup - \setupmarkupstyle{code}% - % The following should really be moved into \setupmarkupstyle handlers. - \catcode\dashChar=\active \catcode\underChar=\active - \ifallowcodebreaks - \let-\codedash - \let_\codeunder - \else - \let-\normaldash - \let_\realunder - \fi - % Given -foo (with a single dash), we do not want to allow a break - % after the hyphen. - \global\let\codedashprev=\codedash - % - \codex - } - % - \gdef\codedash{\futurelet\next\codedashfinish} - \gdef\codedashfinish{% - \normaldash % always output the dash character itself. - % - % Now, output a discretionary to allow a line break, unless - % (a) the next character is a -, or - % (b) the preceding character is a -. - % E.g., given --posix, we do not want to allow a break after either -. - % Given --foo-bar, we do want to allow a break between the - and the b. - \ifx\next\codedash \else - \ifx\codedashprev\codedash - \else \discretionary{}{}{}\fi - \fi - % we need the space after the = for the case when \next itself is a - % space token; it would get swallowed otherwise. As in @code{- a}. - \global\let\codedashprev= \next - } -} -\def\normaldash{-} -% -\def\codex #1{\tclose{#1}\endgroup} - -\def\codeunder{% - % this is all so @math{@code{var_name}+1} can work. In math mode, _ - % is "active" (mathcode"8000) and \normalunderscore (or \char95, etc.) - % will therefore expand the active definition of _, which is us - % (inside @code that is), therefore an endless loop. - \ifusingtt{\ifmmode - \mathchar"075F % class 0=ordinary, family 7=ttfam, pos 0x5F=_. - \else\normalunderscore \fi - \discretionary{}{}{}}% - {\_}% -} - -% An additional complication: the above will allow breaks after, e.g., -% each of the four underscores in __typeof__. This is bad. -% @allowcodebreaks provides a document-level way to turn breaking at - -% and _ on and off. -% -\newif\ifallowcodebreaks \allowcodebreakstrue - -\def\keywordtrue{true} -\def\keywordfalse{false} - -\parseargdef\allowcodebreaks{% - \def\txiarg{#1}% - \ifx\txiarg\keywordtrue - \allowcodebreakstrue - \else\ifx\txiarg\keywordfalse - \allowcodebreaksfalse - \else - \errhelp = \EMsimple - \errmessage{Unknown @allowcodebreaks option `\txiarg', must be true|false}% - \fi\fi -} - -% For @command, @env, @file, @option quotes seem unnecessary, -% so use \code rather than \samp. -\let\command=\code -\let\env=\code -\let\file=\code -\let\option=\code - -% @uref (abbreviation for `urlref') aka @url takes an optional -% (comma-separated) second argument specifying the text to display and -% an optional third arg as text to display instead of (rather than in -% addition to) the url itself. First (mandatory) arg is the url. - -% TeX-only option to allow changing PDF output to show only the second -% arg (if given), and not the url (which is then just the link target). -\newif\ifurefurlonlylink - -% The main macro is \urefbreak, which allows breaking at expected -% places within the url. (There used to be another version, which -% didn't support automatic breaking.) -\def\urefbreak{\begingroup \urefcatcodes \dourefbreak} -\let\uref=\urefbreak -% -\def\dourefbreak#1{\urefbreakfinish #1,,,\finish} -\def\urefbreakfinish#1,#2,#3,#4\finish{% doesn't work in @example - \unsepspaces - \pdfurl{#1}% - \setbox0 = \hbox{\ignorespaces #3}% - \ifdim\wd0 > 0pt - \unhbox0 % third arg given, show only that - \else - \setbox0 = \hbox{\ignorespaces #2}% look for second arg - \ifdim\wd0 > 0pt - \ifpdf - \ifurefurlonlylink - % PDF plus option to not display url, show just arg - \unhbox0 - \else - % PDF, normally display both arg and url for consistency, - % visibility, if the pdf is eventually used to print, etc. - \unhbox0\ (\urefcode{#1})% - \fi - \else - \unhbox0\ (\urefcode{#1})% DVI, always show arg and url - \fi - \else - \urefcode{#1}% only url given, so show it - \fi - \fi - \endlink -\endgroup} - -% Allow line breaks around only a few characters (only). -\def\urefcatcodes{% - \catcode`\&=\active \catcode`\.=\active - \catcode`\#=\active \catcode`\?=\active - \catcode`\/=\active -} -{ - \urefcatcodes - % - \global\def\urefcode{\begingroup - \setupmarkupstyle{code}% - \urefcatcodes - \let&\urefcodeamp - \let.\urefcodedot - \let#\urefcodehash - \let?\urefcodequest - \let/\urefcodeslash - \codex - } - % - % By default, they are just regular characters. - \global\def&{\normalamp} - \global\def.{\normaldot} - \global\def#{\normalhash} - \global\def?{\normalquest} - \global\def/{\normalslash} -} - -% we put a little stretch before and after the breakable chars, to help -% line breaking of long url's. The unequal skips make look better in -% cmtt at least, especially for dots. -\def\urefprestretchamount{.13em} -\def\urefpoststretchamount{.1em} -\def\urefprestretch{\urefprebreak \hskip0pt plus\urefprestretchamount\relax} -\def\urefpoststretch{\urefpostbreak \hskip0pt plus\urefprestretchamount\relax} -% -\def\urefcodeamp{\urefprestretch \&\urefpoststretch} -\def\urefcodedot{\urefprestretch .\urefpoststretch} -\def\urefcodehash{\urefprestretch \#\urefpoststretch} -\def\urefcodequest{\urefprestretch ?\urefpoststretch} -\def\urefcodeslash{\futurelet\next\urefcodeslashfinish} -{ - \catcode`\/=\active - \global\def\urefcodeslashfinish{% - \urefprestretch \slashChar - % Allow line break only after the final / in a sequence of - % slashes, to avoid line break between the slashes in http://. - \ifx\next/\else \urefpoststretch \fi - } -} - -% One more complication: by default we'll break after the special -% characters, but some people like to break before the special chars, so -% allow that. Also allow no breaking at all, for manual control. -% -\parseargdef\urefbreakstyle{% - \def\txiarg{#1}% - \ifx\txiarg\wordnone - \def\urefprebreak{\nobreak}\def\urefpostbreak{\nobreak} - \else\ifx\txiarg\wordbefore - \def\urefprebreak{\allowbreak}\def\urefpostbreak{\nobreak} - \else\ifx\txiarg\wordafter - \def\urefprebreak{\nobreak}\def\urefpostbreak{\allowbreak} - \else - \errhelp = \EMsimple - \errmessage{Unknown @urefbreakstyle setting `\txiarg'}% - \fi\fi\fi -} -\def\wordafter{after} -\def\wordbefore{before} -\def\wordnone{none} - -\urefbreakstyle after - -% @url synonym for @uref, since that's how everyone uses it. -% -\let\url=\uref - -% rms does not like angle brackets --karl, 17may97. -% So now @email is just like @uref, unless we are pdf. -% -%\def\email#1{\angleleft{\tt #1}\angleright} -\ifpdf - \def\email#1{\doemail#1,,\finish} - \def\doemail#1,#2,#3\finish{\begingroup - \unsepspaces - \pdfurl{mailto:#1}% - \setbox0 = \hbox{\ignorespaces #2}% - \ifdim\wd0>0pt\unhbox0\else\code{#1}\fi - \endlink - \endgroup} -\else - \let\email=\uref -\fi - -% @kbdinputstyle -- arg is `distinct' (@kbd uses slanted tty font always), -% `example' (@kbd uses ttsl only inside of @example and friends), -% or `code' (@kbd uses normal tty font always). -\parseargdef\kbdinputstyle{% - \def\txiarg{#1}% - \ifx\txiarg\worddistinct - \gdef\kbdexamplefont{\ttsl}\gdef\kbdfont{\ttsl}% - \else\ifx\txiarg\wordexample - \gdef\kbdexamplefont{\ttsl}\gdef\kbdfont{\tt}% - \else\ifx\txiarg\wordcode - \gdef\kbdexamplefont{\tt}\gdef\kbdfont{\tt}% - \else - \errhelp = \EMsimple - \errmessage{Unknown @kbdinputstyle setting `\txiarg'}% - \fi\fi\fi -} -\def\worddistinct{distinct} -\def\wordexample{example} -\def\wordcode{code} - -% Default is `distinct'. -\kbdinputstyle distinct - -% @kbd is like @code, except that if the argument is just one @key command, -% then @kbd has no effect. -\def\kbd#1{{\def\look{#1}\expandafter\kbdsub\look??\par}} - -\def\xkey{\key} -\def\kbdsub#1#2#3\par{% - \def\one{#1}\def\three{#3}\def\threex{??}% - \ifx\one\xkey\ifx\threex\three \key{#2}% - \else{\tclose{\kbdfont\setupmarkupstyle{kbd}\look}}\fi - \else{\tclose{\kbdfont\setupmarkupstyle{kbd}\look}}\fi -} - -% definition of @key that produces a lozenge. Doesn't adjust to text size. -%\setfont\keyrm\rmshape{8}{1000}{OT1} -%\font\keysy=cmsy9 -%\def\key#1{{\keyrm\textfont2=\keysy \leavevmode\hbox{% -% \raise0.4pt\hbox{\angleleft}\kern-.08em\vtop{% -% \vbox{\hrule\kern-0.4pt -% \hbox{\raise0.4pt\hbox{\vphantom{\angleleft}}#1}}% -% \kern-0.4pt\hrule}% -% \kern-.06em\raise0.4pt\hbox{\angleright}}}} - -% definition of @key with no lozenge. If the current font is already -% monospace, don't change it; that way, we respect @kbdinputstyle. But -% if it isn't monospace, then use \tt. -% -\def\key#1{{\setupmarkupstyle{key}% - \nohyphenation - \ifmonospace\else\tt\fi - #1}\null} - -% @clicksequence{File @click{} Open ...} -\def\clicksequence#1{\begingroup #1\endgroup} - -% @clickstyle @arrow (by default) -\parseargdef\clickstyle{\def\click{#1}} -\def\click{\arrow} - -% Typeset a dimension, e.g., `in' or `pt'. The only reason for the -% argument is to make the input look right: @dmn{pt} instead of @dmn{}pt. -% -\def\dmn#1{\thinspace #1} - -% @acronym for "FBI", "NATO", and the like. -% We print this one point size smaller, since it's intended for -% all-uppercase. -% -\def\acronym#1{\doacronym #1,,\finish} -\def\doacronym#1,#2,#3\finish{% - {\selectfonts\lsize #1}% - \def\temp{#2}% - \ifx\temp\empty \else - \space ({\unsepspaces \ignorespaces \temp \unskip})% - \fi - \null % reset \spacefactor=1000 -} - -% @abbr for "Comput. J." and the like. -% No font change, but don't do end-of-sentence spacing. -% -\def\abbr#1{\doabbr #1,,\finish} -\def\doabbr#1,#2,#3\finish{% - {\plainfrenchspacing #1}% - \def\temp{#2}% - \ifx\temp\empty \else - \space ({\unsepspaces \ignorespaces \temp \unskip})% - \fi - \null % reset \spacefactor=1000 -} - -% @asis just yields its argument. Used with @table, for example. -% -\def\asis#1{#1} - -% @math outputs its argument in math mode. -% -% One complication: _ usually means subscripts, but it could also mean -% an actual _ character, as in @math{@var{some_variable} + 1}. So make -% _ active, and distinguish by seeing if the current family is \slfam, -% which is what @var uses. -{ - \catcode`\_ = \active - \gdef\mathunderscore{% - \catcode`\_=\active - \def_{\ifnum\fam=\slfam \_\else\sb\fi}% - } -} -% Another complication: we want \\ (and @\) to output a math (or tt) \. -% FYI, plain.tex uses \\ as a temporary control sequence (for no -% particular reason), but this is not advertised and we don't care. -% -% The \mathchar is class=0=ordinary, family=7=ttfam, position=5C=\. -\def\mathbackslash{\ifnum\fam=\ttfam \mathchar"075C \else\backslash \fi} -% -\def\math{% - \ifmmode\else % only go into math if not in math mode already - \tex - \mathunderscore - \let\\ = \mathbackslash - \mathactive - % make the texinfo accent commands work in math mode - \let\"=\ddot - \let\'=\acute - \let\==\bar - \let\^=\hat - \let\`=\grave - \let\u=\breve - \let\v=\check - \let\~=\tilde - \let\dotaccent=\dot - % have to provide another name for sup operator - \let\mathopsup=\sup - $\expandafter\finishmath\fi -} -\def\finishmath#1{#1$\endgroup} % Close the group opened by \tex. - -% Some active characters (such as <) are spaced differently in math. -% We have to reset their definitions in case the @math was an argument -% to a command which sets the catcodes (such as @item or @section). -% -{ - \catcode`^ = \active - \catcode`< = \active - \catcode`> = \active - \catcode`+ = \active - \catcode`' = \active - \gdef\mathactive{% - \let^ = \ptexhat - \let< = \ptexless - \let> = \ptexgtr - \let+ = \ptexplus - \let' = \ptexquoteright - } -} - -% for @sub and @sup, if in math mode, just do a normal sub/superscript. -% If in text, use math to place as sub/superscript, but switch -% into text mode, with smaller fonts. This is a different font than the -% one used for real math sub/superscripts (8pt vs. 7pt), but let's not -% fix it (significant additions to font machinery) until someone notices. -% -\def\sub{\ifmmode \expandafter\sb \else \expandafter\finishsub\fi} -\def\finishsub#1{$\sb{\hbox{\selectfonts\lllsize #1}}$}% -% -\def\sup{\ifmmode \expandafter\ptexsp \else \expandafter\finishsup\fi} -\def\finishsup#1{$\ptexsp{\hbox{\selectfonts\lllsize #1}}$}% - -% @inlinefmt{FMTNAME,PROCESSED-TEXT} and @inlineraw{FMTNAME,RAW-TEXT}. -% Ignore unless FMTNAME == tex; then it is like @iftex and @tex, -% except specified as a normal braced arg, so no newlines to worry about. -% -\def\outfmtnametex{tex} -% -\long\def\inlinefmt#1{\doinlinefmt #1,\finish} -\long\def\doinlinefmt#1,#2,\finish{% - \def\inlinefmtname{#1}% - \ifx\inlinefmtname\outfmtnametex \ignorespaces #2\fi -} -% -% @inlinefmtifelse{FMTNAME,THEN-TEXT,ELSE-TEXT} expands THEN-TEXT if -% FMTNAME is tex, else ELSE-TEXT. -\long\def\inlinefmtifelse#1{\doinlinefmtifelse #1,,,\finish} -\long\def\doinlinefmtifelse#1,#2,#3,#4,\finish{% - \def\inlinefmtname{#1}% - \ifx\inlinefmtname\outfmtnametex \ignorespaces #2\else \ignorespaces #3\fi -} -% -% For raw, must switch into @tex before parsing the argument, to avoid -% setting catcodes prematurely. Doing it this way means that, for -% example, @inlineraw{html, foo{bar} gets a parse error instead of being -% ignored. But this isn't important because if people want a literal -% *right* brace they would have to use a command anyway, so they may as -% well use a command to get a left brace too. We could re-use the -% delimiter character idea from \verb, but it seems like overkill. -% -\long\def\inlineraw{\tex \doinlineraw} -\long\def\doinlineraw#1{\doinlinerawtwo #1,\finish} -\def\doinlinerawtwo#1,#2,\finish{% - \def\inlinerawname{#1}% - \ifx\inlinerawname\outfmtnametex \ignorespaces #2\fi - \endgroup % close group opened by \tex. -} - -% @inlineifset{VAR, TEXT} expands TEXT if VAR is @set. -% -\long\def\inlineifset#1{\doinlineifset #1,\finish} -\long\def\doinlineifset#1,#2,\finish{% - \def\inlinevarname{#1}% - \expandafter\ifx\csname SET\inlinevarname\endcsname\relax - \else\ignorespaces#2\fi -} - -% @inlineifclear{VAR, TEXT} expands TEXT if VAR is not @set. -% -\long\def\inlineifclear#1{\doinlineifclear #1,\finish} -\long\def\doinlineifclear#1,#2,\finish{% - \def\inlinevarname{#1}% - \expandafter\ifx\csname SET\inlinevarname\endcsname\relax \ignorespaces#2\fi -} - - -\message{glyphs,} -% and logos. - -% @@ prints an @, as does @atchar{}. -\def\@{\char64 } -\let\atchar=\@ - -% @{ @} @lbracechar{} @rbracechar{} all generate brace characters. -% Unless we're in typewriter, use \ecfont because the CM text fonts do -% not have braces, and we don't want to switch into math. -\def\mylbrace{{\ifmonospace\else\ecfont\fi \char123}} -\def\myrbrace{{\ifmonospace\else\ecfont\fi \char125}} -\let\{=\mylbrace \let\lbracechar=\{ -\let\}=\myrbrace \let\rbracechar=\} -\begingroup - % Definitions to produce \{ and \} commands for indices, - % and @{ and @} for the aux/toc files. - \catcode`\{ = \other \catcode`\} = \other - \catcode`\[ = 1 \catcode`\] = 2 - \catcode`\! = 0 \catcode`\\ = \other - !gdef!lbracecmd[\{]% - !gdef!rbracecmd[\}]% - !gdef!lbraceatcmd[@{]% - !gdef!rbraceatcmd[@}]% -!endgroup - -% @comma{} to avoid , parsing problems. -\let\comma = , - -% Accents: @, @dotaccent @ringaccent @ubaraccent @udotaccent -% Others are defined by plain TeX: @` @' @" @^ @~ @= @u @v @H. -\let\, = \ptexc -\let\dotaccent = \ptexdot -\def\ringaccent#1{{\accent23 #1}} -\let\tieaccent = \ptext -\let\ubaraccent = \ptexb -\let\udotaccent = \d - -% Other special characters: @questiondown @exclamdown @ordf @ordm -% Plain TeX defines: @AA @AE @O @OE @L (plus lowercase versions) @ss. -\def\questiondown{?`} -\def\exclamdown{!`} -\def\ordf{\leavevmode\raise1ex\hbox{\selectfonts\lllsize \underbar{a}}} -\def\ordm{\leavevmode\raise1ex\hbox{\selectfonts\lllsize \underbar{o}}} - -% Dotless i and dotless j, used for accents. -\def\imacro{i} -\def\jmacro{j} -\def\dotless#1{% - \def\temp{#1}% - \ifx\temp\imacro \ifmmode\imath \else\ptexi \fi - \else\ifx\temp\jmacro \ifmmode\jmath \else\j \fi - \else \errmessage{@dotless can be used only with i or j}% - \fi\fi -} - -% The \TeX{} logo, as in plain, but resetting the spacing so that a -% period following counts as ending a sentence. (Idea found in latex.) -% -\edef\TeX{\TeX \spacefactor=1000 } - -% @LaTeX{} logo. Not quite the same results as the definition in -% latex.ltx, since we use a different font for the raised A; it's most -% convenient for us to use an explicitly smaller font, rather than using -% the \scriptstyle font (since we don't reset \scriptstyle and -% \scriptscriptstyle). -% -\def\LaTeX{% - L\kern-.36em - {\setbox0=\hbox{T}% - \vbox to \ht0{\hbox{% - \ifx\textnominalsize\xwordpt - % for 10pt running text, \lllsize (8pt) is too small for the A in LaTeX. - % Revert to plain's \scriptsize, which is 7pt. - \count255=\the\fam $\fam\count255 \scriptstyle A$% - \else - % For 11pt, we can use our lllsize. - \selectfonts\lllsize A% - \fi - }% - \vss - }}% - \kern-.15em - \TeX -} - -% Some math mode symbols. Define \ensuremath to switch into math mode -% unless we are already there. Expansion tricks may not be needed here, -% but safer, and can't hurt. -\def\ensuremath{\ifmmode \expandafter\asis \else\expandafter\ensuredmath \fi} -\def\ensuredmath#1{$\relax#1$} -% -\def\bullet{\ensuremath\ptexbullet} -\def\geq{\ensuremath\ge} -\def\leq{\ensuremath\le} -\def\minus{\ensuremath-} - -% @dots{} outputs an ellipsis using the current font. -% We do .5em per period so that it has the same spacing in the cm -% typewriter fonts as three actual period characters; on the other hand, -% in other typewriter fonts three periods are wider than 1.5em. So do -% whichever is larger. -% -\def\dots{% - \leavevmode - \setbox0=\hbox{...}% get width of three periods - \ifdim\wd0 > 1.5em - \dimen0 = \wd0 - \else - \dimen0 = 1.5em - \fi - \hbox to \dimen0{% - \hskip 0pt plus.25fil - .\hskip 0pt plus1fil - .\hskip 0pt plus1fil - .\hskip 0pt plus.5fil - }% -} - -% @enddots{} is an end-of-sentence ellipsis. -% -\def\enddots{% - \dots - \spacefactor=\endofsentencespacefactor -} - -% @point{}, @result{}, @expansion{}, @print{}, @equiv{}. -% -% Since these characters are used in examples, they should be an even number of -% \tt widths. Each \tt character is 1en, so two makes it 1em. -% -\def\point{$\star$} -\def\arrow{\leavevmode\raise.05ex\hbox to 1em{\hfil$\rightarrow$\hfil}} -\def\result{\leavevmode\raise.05ex\hbox to 1em{\hfil$\Rightarrow$\hfil}} -\def\expansion{\leavevmode\hbox to 1em{\hfil$\mapsto$\hfil}} -\def\print{\leavevmode\lower.1ex\hbox to 1em{\hfil$\dashv$\hfil}} -\def\equiv{\leavevmode\hbox to 1em{\hfil$\ptexequiv$\hfil}} - -% The @error{} command. -% Adapted from the TeXbook's \boxit. -% -\newbox\errorbox -% -{\tentt \global\dimen0 = 3em}% Width of the box. -\dimen2 = .55pt % Thickness of rules -% The text. (`r' is open on the right, `e' somewhat less so on the left.) -\setbox0 = \hbox{\kern-.75pt \reducedsf \putworderror\kern-1.5pt} -% -\setbox\errorbox=\hbox to \dimen0{\hfil - \hsize = \dimen0 \advance\hsize by -5.8pt % Space to left+right. - \advance\hsize by -2\dimen2 % Rules. - \vbox{% - \hrule height\dimen2 - \hbox{\vrule width\dimen2 \kern3pt % Space to left of text. - \vtop{\kern2.4pt \box0 \kern2.4pt}% Space above/below. - \kern3pt\vrule width\dimen2}% Space to right. - \hrule height\dimen2} - \hfil} -% -\def\error{\leavevmode\lower.7ex\copy\errorbox} - -% @pounds{} is a sterling sign, which Knuth put in the CM italic font. -% -\def\pounds{{\it\$}} - -% @euro{} comes from a separate font, depending on the current style. -% We use the free feym* fonts from the eurosym package by Henrik -% Theiling, which support regular, slanted, bold and bold slanted (and -% "outlined" (blackboard board, sort of) versions, which we don't need). -% It is available from http://www.ctan.org/tex-archive/fonts/eurosym. -% -% Although only regular is the truly official Euro symbol, we ignore -% that. The Euro is designed to be slightly taller than the regular -% font height. -% -% feymr - regular -% feymo - slanted -% feybr - bold -% feybo - bold slanted -% -% There is no good (free) typewriter version, to my knowledge. -% A feymr10 euro is ~7.3pt wide, while a normal cmtt10 char is ~5.25pt wide. -% Hmm. -% -% Also doesn't work in math. Do we need to do math with euro symbols? -% Hope not. -% -% -\def\euro{{\eurofont e}} -\def\eurofont{% - % We set the font at each command, rather than predefining it in - % \textfonts and the other font-switching commands, so that - % installations which never need the symbol don't have to have the - % font installed. - % - % There is only one designed size (nominal 10pt), so we always scale - % that to the current nominal size. - % - % By the way, simply using "at 1em" works for cmr10 and the like, but - % does not work for cmbx10 and other extended/shrunken fonts. - % - \def\eurosize{\csname\curfontsize nominalsize\endcsname}% - % - \ifx\curfontstyle\bfstylename - % bold: - \font\thiseurofont = \ifusingit{feybo10}{feybr10} at \eurosize - \else - % regular: - \font\thiseurofont = \ifusingit{feymo10}{feymr10} at \eurosize - \fi - \thiseurofont -} - -% Glyphs from the EC fonts. We don't use \let for the aliases, because -% sometimes we redefine the original macro, and the alias should reflect -% the redefinition. -% -% Use LaTeX names for the Icelandic letters. -\def\DH{{\ecfont \char"D0}} % Eth -\def\dh{{\ecfont \char"F0}} % eth -\def\TH{{\ecfont \char"DE}} % Thorn -\def\th{{\ecfont \char"FE}} % thorn -% -\def\guillemetleft{{\ecfont \char"13}} -\def\guillemotleft{\guillemetleft} -\def\guillemetright{{\ecfont \char"14}} -\def\guillemotright{\guillemetright} -\def\guilsinglleft{{\ecfont \char"0E}} -\def\guilsinglright{{\ecfont \char"0F}} -\def\quotedblbase{{\ecfont \char"12}} -\def\quotesinglbase{{\ecfont \char"0D}} -% -% This positioning is not perfect (see the ogonek LaTeX package), but -% we have the precomposed glyphs for the most common cases. We put the -% tests to use those glyphs in the single \ogonek macro so we have fewer -% dummy definitions to worry about for index entries, etc. -% -% ogonek is also used with other letters in Lithuanian (IOU), but using -% the precomposed glyphs for those is not so easy since they aren't in -% the same EC font. -\def\ogonek#1{{% - \def\temp{#1}% - \ifx\temp\macrocharA\Aogonek - \else\ifx\temp\macrochara\aogonek - \else\ifx\temp\macrocharE\Eogonek - \else\ifx\temp\macrochare\eogonek - \else - \ecfont \setbox0=\hbox{#1}% - \ifdim\ht0=1ex\accent"0C #1% - \else\ooalign{\unhbox0\crcr\hidewidth\char"0C \hidewidth}% - \fi - \fi\fi\fi\fi - }% -} -\def\Aogonek{{\ecfont \char"81}}\def\macrocharA{A} -\def\aogonek{{\ecfont \char"A1}}\def\macrochara{a} -\def\Eogonek{{\ecfont \char"86}}\def\macrocharE{E} -\def\eogonek{{\ecfont \char"A6}}\def\macrochare{e} -% -% Use the European Computer Modern fonts (cm-super in outline format) -% for non-CM glyphs. That is ec* for regular text and tc* for the text -% companion symbols (LaTeX TS1 encoding). Both are part of the ec -% package and follow the same conventions. -% -\def\ecfont{\etcfont{e}} -\def\tcfont{\etcfont{t}} -% -\def\etcfont#1{% - % We can't distinguish serif/sans and italic/slanted, but this - % is used for crude hacks anyway (like adding French and German - % quotes to documents typeset with CM, where we lose kerning), so - % hopefully nobody will notice/care. - \edef\ecsize{\csname\curfontsize ecsize\endcsname}% - \edef\nominalsize{\csname\curfontsize nominalsize\endcsname}% - \ifmonospace - % typewriter: - \font\thisecfont = #1ctt\ecsize \space at \nominalsize - \else - \ifx\curfontstyle\bfstylename - % bold: - \font\thisecfont = #1cb\ifusingit{i}{x}\ecsize \space at \nominalsize - \else - % regular: - \font\thisecfont = #1c\ifusingit{ti}{rm}\ecsize \space at \nominalsize - \fi - \fi - \thisecfont -} - -% @registeredsymbol - R in a circle. The font for the R should really -% be smaller yet, but lllsize is the best we can do for now. -% Adapted from the plain.tex definition of \copyright. -% -\def\registeredsymbol{% - $^{{\ooalign{\hfil\raise.07ex\hbox{\selectfonts\lllsize R}% - \hfil\crcr\Orb}}% - }$% -} - -% @textdegree - the normal degrees sign. -% -\def\textdegree{$^\circ$} - -% Laurent Siebenmann reports \Orb undefined with: -% Textures 1.7.7 (preloaded format=plain 93.10.14) (68K) 16 APR 2004 02:38 -% so we'll define it if necessary. -% -\ifx\Orb\thisisundefined -\def\Orb{\mathhexbox20D} -\fi - -% Quotes. -\chardef\quotedblleft="5C -\chardef\quotedblright=`\" -\chardef\quoteleft=`\` -\chardef\quoteright=`\' - - -\message{page headings,} - -\newskip\titlepagetopglue \titlepagetopglue = 1.5in -\newskip\titlepagebottomglue \titlepagebottomglue = 2pc - -% First the title page. Must do @settitle before @titlepage. -\newif\ifseenauthor -\newif\iffinishedtitlepage - -% Do an implicit @contents or @shortcontents after @end titlepage if the -% user says @setcontentsaftertitlepage or @setshortcontentsaftertitlepage. -% -\newif\ifsetcontentsaftertitlepage - \let\setcontentsaftertitlepage = \setcontentsaftertitlepagetrue -\newif\ifsetshortcontentsaftertitlepage - \let\setshortcontentsaftertitlepage = \setshortcontentsaftertitlepagetrue - -\parseargdef\shorttitlepage{% - \begingroup \hbox{}\vskip 1.5in \chaprm \centerline{#1}% - \endgroup\page\hbox{}\page} - -\envdef\titlepage{% - % Open one extra group, as we want to close it in the middle of \Etitlepage. - \begingroup - \parindent=0pt \textfonts - % Leave some space at the very top of the page. - \vglue\titlepagetopglue - % No rule at page bottom unless we print one at the top with @title. - \finishedtitlepagetrue - % - % Most title ``pages'' are actually two pages long, with space - % at the top of the second. We don't want the ragged left on the second. - \let\oldpage = \page - \def\page{% - \iffinishedtitlepage\else - \finishtitlepage - \fi - \let\page = \oldpage - \page - \null - }% -} - -\def\Etitlepage{% - \iffinishedtitlepage\else - \finishtitlepage - \fi - % It is important to do the page break before ending the group, - % because the headline and footline are only empty inside the group. - % If we use the new definition of \page, we always get a blank page - % after the title page, which we certainly don't want. - \oldpage - \endgroup - % - % Need this before the \...aftertitlepage checks so that if they are - % in effect the toc pages will come out with page numbers. - \HEADINGSon - % - % If they want short, they certainly want long too. - \ifsetshortcontentsaftertitlepage - \shortcontents - \contents - \global\let\shortcontents = \relax - \global\let\contents = \relax - \fi - % - \ifsetcontentsaftertitlepage - \contents - \global\let\contents = \relax - \global\let\shortcontents = \relax - \fi -} - -\def\finishtitlepage{% - \vskip4pt \hrule height 2pt width \hsize - \vskip\titlepagebottomglue - \finishedtitlepagetrue -} - -% Settings used for typesetting titles: no hyphenation, no indentation, -% don't worry much about spacing, ragged right. This should be used -% inside a \vbox, and fonts need to be set appropriately first. Because -% it is always used for titles, nothing else, we call \rmisbold. \par -% should be specified before the end of the \vbox, since a vbox is a group. -% -\def\raggedtitlesettings{% - \rmisbold - \hyphenpenalty=10000 - \parindent=0pt - \tolerance=5000 - \ptexraggedright -} - -% Macros to be used within @titlepage: - -\let\subtitlerm=\tenrm -\def\subtitlefont{\subtitlerm \normalbaselineskip = 13pt \normalbaselines} - -\parseargdef\title{% - \checkenv\titlepage - \vbox{\titlefonts \raggedtitlesettings #1\par}% - % print a rule at the page bottom also. - \finishedtitlepagefalse - \vskip4pt \hrule height 4pt width \hsize \vskip4pt -} - -\parseargdef\subtitle{% - \checkenv\titlepage - {\subtitlefont \rightline{#1}}% -} - -% @author should come last, but may come many times. -% It can also be used inside @quotation. -% -\parseargdef\author{% - \def\temp{\quotation}% - \ifx\thisenv\temp - \def\quotationauthor{#1}% printed in \Equotation. - \else - \checkenv\titlepage - \ifseenauthor\else \vskip 0pt plus 1filll \seenauthortrue \fi - {\secfonts\rmisbold \leftline{#1}}% - \fi -} - - -% Set up page headings and footings. - -\let\thispage=\folio - -\newtoks\evenheadline % headline on even pages -\newtoks\oddheadline % headline on odd pages -\newtoks\evenfootline % footline on even pages -\newtoks\oddfootline % footline on odd pages - -% Now make \makeheadline and \makefootline in Plain TeX use those variables -\headline={{\textfonts\rm \ifodd\pageno \the\oddheadline - \else \the\evenheadline \fi}} -\footline={{\textfonts\rm \ifodd\pageno \the\oddfootline - \else \the\evenfootline \fi}\HEADINGShook} -\let\HEADINGShook=\relax - -% Commands to set those variables. -% For example, this is what @headings on does -% @evenheading @thistitle|@thispage|@thischapter -% @oddheading @thischapter|@thispage|@thistitle -% @evenfooting @thisfile|| -% @oddfooting ||@thisfile - - -\def\evenheading{\parsearg\evenheadingxxx} -\def\evenheadingxxx #1{\evenheadingyyy #1\|\|\|\|\finish} -\def\evenheadingyyy #1\|#2\|#3\|#4\finish{% -\global\evenheadline={\rlap{\centerline{#2}}\line{#1\hfil#3}}} - -\def\oddheading{\parsearg\oddheadingxxx} -\def\oddheadingxxx #1{\oddheadingyyy #1\|\|\|\|\finish} -\def\oddheadingyyy #1\|#2\|#3\|#4\finish{% -\global\oddheadline={\rlap{\centerline{#2}}\line{#1\hfil#3}}} - -\parseargdef\everyheading{\oddheadingxxx{#1}\evenheadingxxx{#1}}% - -\def\evenfooting{\parsearg\evenfootingxxx} -\def\evenfootingxxx #1{\evenfootingyyy #1\|\|\|\|\finish} -\def\evenfootingyyy #1\|#2\|#3\|#4\finish{% -\global\evenfootline={\rlap{\centerline{#2}}\line{#1\hfil#3}}} - -\def\oddfooting{\parsearg\oddfootingxxx} -\def\oddfootingxxx #1{\oddfootingyyy #1\|\|\|\|\finish} -\def\oddfootingyyy #1\|#2\|#3\|#4\finish{% - \global\oddfootline = {\rlap{\centerline{#2}}\line{#1\hfil#3}}% - % - % Leave some space for the footline. Hopefully ok to assume - % @evenfooting will not be used by itself. - \global\advance\pageheight by -12pt - \global\advance\vsize by -12pt -} - -\parseargdef\everyfooting{\oddfootingxxx{#1}\evenfootingxxx{#1}} - -% @evenheadingmarks top \thischapter <- chapter at the top of a page -% @evenheadingmarks bottom \thischapter <- chapter at the bottom of a page -% -% The same set of arguments for: -% -% @oddheadingmarks -% @evenfootingmarks -% @oddfootingmarks -% @everyheadingmarks -% @everyfootingmarks - -% These define \getoddheadingmarks, \getevenheadingmarks, -% \getoddfootingmarks, and \getevenfootingmarks, each to one of -% \gettopheadingmarks, \getbottomheadingmarks. -% -\def\evenheadingmarks{\headingmarks{even}{heading}} -\def\oddheadingmarks{\headingmarks{odd}{heading}} -\def\evenfootingmarks{\headingmarks{even}{footing}} -\def\oddfootingmarks{\headingmarks{odd}{footing}} -\def\everyheadingmarks#1 {\headingmarks{even}{heading}{#1} - \headingmarks{odd}{heading}{#1} } -\def\everyfootingmarks#1 {\headingmarks{even}{footing}{#1} - \headingmarks{odd}{footing}{#1} } -% #1 = even/odd, #2 = heading/footing, #3 = top/bottom. -\def\headingmarks#1#2#3 {% - \expandafter\let\expandafter\temp \csname get#3headingmarks\endcsname - \global\expandafter\let\csname get#1#2marks\endcsname \temp -} - -\everyheadingmarks bottom -\everyfootingmarks bottom - -% @headings double turns headings on for double-sided printing. -% @headings single turns headings on for single-sided printing. -% @headings off turns them off. -% @headings on same as @headings double, retained for compatibility. -% @headings after turns on double-sided headings after this page. -% @headings doubleafter turns on double-sided headings after this page. -% @headings singleafter turns on single-sided headings after this page. -% By default, they are off at the start of a document, -% and turned `on' after @end titlepage. - -\def\headings #1 {\csname HEADINGS#1\endcsname} - -\def\headingsoff{% non-global headings elimination - \evenheadline={\hfil}\evenfootline={\hfil}% - \oddheadline={\hfil}\oddfootline={\hfil}% -} - -\def\HEADINGSoff{{\globaldefs=1 \headingsoff}} % global setting -\HEADINGSoff % it's the default - -% When we turn headings on, set the page number to 1. -% For double-sided printing, put current file name in lower left corner, -% chapter name on inside top of right hand pages, document -% title on inside top of left hand pages, and page numbers on outside top -% edge of all pages. -\def\HEADINGSdouble{% -\global\pageno=1 -\global\evenfootline={\hfil} -\global\oddfootline={\hfil} -\global\evenheadline={\line{\folio\hfil\thistitle}} -\global\oddheadline={\line{\thischapterheading\hfil\folio}} -\global\let\contentsalignmacro = \chapoddpage -} -\let\contentsalignmacro = \chappager - -% For single-sided printing, chapter title goes across top left of page, -% page number on top right. -\def\HEADINGSsingle{% -\global\pageno=1 -\global\evenfootline={\hfil} -\global\oddfootline={\hfil} -\global\evenheadline={\line{\thischapterheading\hfil\folio}} -\global\oddheadline={\line{\thischapterheading\hfil\folio}} -\global\let\contentsalignmacro = \chappager -} -\def\HEADINGSon{\HEADINGSdouble} - -\def\HEADINGSafter{\let\HEADINGShook=\HEADINGSdoublex} -\let\HEADINGSdoubleafter=\HEADINGSafter -\def\HEADINGSdoublex{% -\global\evenfootline={\hfil} -\global\oddfootline={\hfil} -\global\evenheadline={\line{\folio\hfil\thistitle}} -\global\oddheadline={\line{\thischapterheading\hfil\folio}} -\global\let\contentsalignmacro = \chapoddpage -} - -\def\HEADINGSsingleafter{\let\HEADINGShook=\HEADINGSsinglex} -\def\HEADINGSsinglex{% -\global\evenfootline={\hfil} -\global\oddfootline={\hfil} -\global\evenheadline={\line{\thischapterheading\hfil\folio}} -\global\oddheadline={\line{\thischapterheading\hfil\folio}} -\global\let\contentsalignmacro = \chappager -} - -% Subroutines used in generating headings -% This produces Day Month Year style of output. -% Only define if not already defined, in case a txi-??.tex file has set -% up a different format (e.g., txi-cs.tex does this). -\ifx\today\thisisundefined -\def\today{% - \number\day\space - \ifcase\month - \or\putwordMJan\or\putwordMFeb\or\putwordMMar\or\putwordMApr - \or\putwordMMay\or\putwordMJun\or\putwordMJul\or\putwordMAug - \or\putwordMSep\or\putwordMOct\or\putwordMNov\or\putwordMDec - \fi - \space\number\year} -\fi - -% @settitle line... specifies the title of the document, for headings. -% It generates no output of its own. -\def\thistitle{\putwordNoTitle} -\def\settitle{\parsearg{\gdef\thistitle}} - - -\message{tables,} -% Tables -- @table, @ftable, @vtable, @item(x). - -% default indentation of table text -\newdimen\tableindent \tableindent=.8in -% default indentation of @itemize and @enumerate text -\newdimen\itemindent \itemindent=.3in -% margin between end of table item and start of table text. -\newdimen\itemmargin \itemmargin=.1in - -% used internally for \itemindent minus \itemmargin -\newdimen\itemmax - -% Note @table, @ftable, and @vtable define @item, @itemx, etc., with -% these defs. -% They also define \itemindex -% to index the item name in whatever manner is desired (perhaps none). - -\newif\ifitemxneedsnegativevskip - -\def\itemxpar{\par\ifitemxneedsnegativevskip\nobreak\vskip-\parskip\nobreak\fi} - -\def\internalBitem{\smallbreak \parsearg\itemzzz} -\def\internalBitemx{\itemxpar \parsearg\itemzzz} - -\def\itemzzz #1{\begingroup % - \advance\hsize by -\rightskip - \advance\hsize by -\tableindent - \setbox0=\hbox{\itemindicate{#1}}% - \itemindex{#1}% - \nobreak % This prevents a break before @itemx. - % - % If the item text does not fit in the space we have, put it on a line - % by itself, and do not allow a page break either before or after that - % line. We do not start a paragraph here because then if the next - % command is, e.g., @kindex, the whatsit would get put into the - % horizontal list on a line by itself, resulting in extra blank space. - \ifdim \wd0>\itemmax - % - % Make this a paragraph so we get the \parskip glue and wrapping, - % but leave it ragged-right. - \begingroup - \advance\leftskip by-\tableindent - \advance\hsize by\tableindent - \advance\rightskip by0pt plus1fil\relax - \leavevmode\unhbox0\par - \endgroup - % - % We're going to be starting a paragraph, but we don't want the - % \parskip glue -- logically it's part of the @item we just started. - \nobreak \vskip-\parskip - % - % Stop a page break at the \parskip glue coming up. However, if - % what follows is an environment such as @example, there will be no - % \parskip glue; then the negative vskip we just inserted would - % cause the example and the item to crash together. So we use this - % bizarre value of 10001 as a signal to \aboveenvbreak to insert - % \parskip glue after all. Section titles are handled this way also. - % - \penalty 10001 - \endgroup - \itemxneedsnegativevskipfalse - \else - % The item text fits into the space. Start a paragraph, so that the - % following text (if any) will end up on the same line. - \noindent - % Do this with kerns and \unhbox so that if there is a footnote in - % the item text, it can migrate to the main vertical list and - % eventually be printed. - \nobreak\kern-\tableindent - \dimen0 = \itemmax \advance\dimen0 by \itemmargin \advance\dimen0 by -\wd0 - \unhbox0 - \nobreak\kern\dimen0 - \endgroup - \itemxneedsnegativevskiptrue - \fi -} - -\def\item{\errmessage{@item while not in a list environment}} -\def\itemx{\errmessage{@itemx while not in a list environment}} - -% @table, @ftable, @vtable. -\envdef\table{% - \let\itemindex\gobble - \tablecheck{table}% -} -\envdef\ftable{% - \def\itemindex ##1{\doind {fn}{\code{##1}}}% - \tablecheck{ftable}% -} -\envdef\vtable{% - \def\itemindex ##1{\doind {vr}{\code{##1}}}% - \tablecheck{vtable}% -} -\def\tablecheck#1{% - \ifnum \the\catcode`\^^M=\active - \endgroup - \errmessage{This command won't work in this context; perhaps the problem is - that we are \inenvironment\thisenv}% - \def\next{\doignore{#1}}% - \else - \let\next\tablex - \fi - \next -} -\def\tablex#1{% - \def\itemindicate{#1}% - \parsearg\tabley -} -\def\tabley#1{% - {% - \makevalueexpandable - \edef\temp{\noexpand\tablez #1\space\space\space}% - \expandafter - }\temp \endtablez -} -\def\tablez #1 #2 #3 #4\endtablez{% - \aboveenvbreak - \ifnum 0#1>0 \advance \leftskip by #1\mil \fi - \ifnum 0#2>0 \tableindent=#2\mil \fi - \ifnum 0#3>0 \advance \rightskip by #3\mil \fi - \itemmax=\tableindent - \advance \itemmax by -\itemmargin - \advance \leftskip by \tableindent - \exdentamount=\tableindent - \parindent = 0pt - \parskip = \smallskipamount - \ifdim \parskip=0pt \parskip=2pt \fi - \let\item = \internalBitem - \let\itemx = \internalBitemx -} -\def\Etable{\endgraf\afterenvbreak} -\let\Eftable\Etable -\let\Evtable\Etable -\let\Eitemize\Etable -\let\Eenumerate\Etable - -% This is the counter used by @enumerate, which is really @itemize - -\newcount \itemno - -\envdef\itemize{\parsearg\doitemize} - -\def\doitemize#1{% - \aboveenvbreak - \itemmax=\itemindent - \advance\itemmax by -\itemmargin - \advance\leftskip by \itemindent - \exdentamount=\itemindent - \parindent=0pt - \parskip=\smallskipamount - \ifdim\parskip=0pt \parskip=2pt \fi - % - % Try typesetting the item mark so that if the document erroneously says - % something like @itemize @samp (intending @table), there's an error - % right away at the @itemize. It's not the best error message in the - % world, but it's better than leaving it to the @item. This means if - % the user wants an empty mark, they have to say @w{} not just @w. - \def\itemcontents{#1}% - \setbox0 = \hbox{\itemcontents}% - % - % @itemize with no arg is equivalent to @itemize @bullet. - \ifx\itemcontents\empty\def\itemcontents{\bullet}\fi - % - \let\item=\itemizeitem -} - -% Definition of @item while inside @itemize and @enumerate. -% -\def\itemizeitem{% - \advance\itemno by 1 % for enumerations - {\let\par=\endgraf \smallbreak}% reasonable place to break - {% - % If the document has an @itemize directly after a section title, a - % \nobreak will be last on the list, and \sectionheading will have - % done a \vskip-\parskip. In that case, we don't want to zero - % parskip, or the item text will crash with the heading. On the - % other hand, when there is normal text preceding the item (as there - % usually is), we do want to zero parskip, or there would be too much - % space. In that case, we won't have a \nobreak before. At least - % that's the theory. - \ifnum\lastpenalty<10000 \parskip=0in \fi - \noindent - \hbox to 0pt{\hss \itemcontents \kern\itemmargin}% - % - \ifinner\else - \vadjust{\penalty 1200}% not good to break after first line of item. - \fi - % We can be in inner vertical mode in a footnote, although an - % @itemize looks awful there. - }% - \flushcr -} - -% \splitoff TOKENS\endmark defines \first to be the first token in -% TOKENS, and \rest to be the remainder. -% -\def\splitoff#1#2\endmark{\def\first{#1}\def\rest{#2}}% - -% Allow an optional argument of an uppercase letter, lowercase letter, -% or number, to specify the first label in the enumerated list. No -% argument is the same as `1'. -% -\envparseargdef\enumerate{\enumeratey #1 \endenumeratey} -\def\enumeratey #1 #2\endenumeratey{% - % If we were given no argument, pretend we were given `1'. - \def\thearg{#1}% - \ifx\thearg\empty \def\thearg{1}\fi - % - % Detect if the argument is a single token. If so, it might be a - % letter. Otherwise, the only valid thing it can be is a number. - % (We will always have one token, because of the test we just made. - % This is a good thing, since \splitoff doesn't work given nothing at - % all -- the first parameter is undelimited.) - \expandafter\splitoff\thearg\endmark - \ifx\rest\empty - % Only one token in the argument. It could still be anything. - % A ``lowercase letter'' is one whose \lccode is nonzero. - % An ``uppercase letter'' is one whose \lccode is both nonzero, and - % not equal to itself. - % Otherwise, we assume it's a number. - % - % We need the \relax at the end of the \ifnum lines to stop TeX from - % continuing to look for a . - % - \ifnum\lccode\expandafter`\thearg=0\relax - \numericenumerate % a number (we hope) - \else - % It's a letter. - \ifnum\lccode\expandafter`\thearg=\expandafter`\thearg\relax - \lowercaseenumerate % lowercase letter - \else - \uppercaseenumerate % uppercase letter - \fi - \fi - \else - % Multiple tokens in the argument. We hope it's a number. - \numericenumerate - \fi -} - -% An @enumerate whose labels are integers. The starting integer is -% given in \thearg. -% -\def\numericenumerate{% - \itemno = \thearg - \startenumeration{\the\itemno}% -} - -% The starting (lowercase) letter is in \thearg. -\def\lowercaseenumerate{% - \itemno = \expandafter`\thearg - \startenumeration{% - % Be sure we're not beyond the end of the alphabet. - \ifnum\itemno=0 - \errmessage{No more lowercase letters in @enumerate; get a bigger - alphabet}% - \fi - \char\lccode\itemno - }% -} - -% The starting (uppercase) letter is in \thearg. -\def\uppercaseenumerate{% - \itemno = \expandafter`\thearg - \startenumeration{% - % Be sure we're not beyond the end of the alphabet. - \ifnum\itemno=0 - \errmessage{No more uppercase letters in @enumerate; get a bigger - alphabet} - \fi - \char\uccode\itemno - }% -} - -% Call \doitemize, adding a period to the first argument and supplying the -% common last two arguments. Also subtract one from the initial value in -% \itemno, since @item increments \itemno. -% -\def\startenumeration#1{% - \advance\itemno by -1 - \doitemize{#1.}\flushcr -} - -% @alphaenumerate and @capsenumerate are abbreviations for giving an arg -% to @enumerate. -% -\def\alphaenumerate{\enumerate{a}} -\def\capsenumerate{\enumerate{A}} -\def\Ealphaenumerate{\Eenumerate} -\def\Ecapsenumerate{\Eenumerate} - - -% @multitable macros -% Amy Hendrickson, 8/18/94, 3/6/96 -% -% @multitable ... @end multitable will make as many columns as desired. -% Contents of each column will wrap at width given in preamble. Width -% can be specified either with sample text given in a template line, -% or in percent of \hsize, the current width of text on page. - -% Table can continue over pages but will only break between lines. - -% To make preamble: -% -% Either define widths of columns in terms of percent of \hsize: -% @multitable @columnfractions .25 .3 .45 -% @item ... -% -% Numbers following @columnfractions are the percent of the total -% current hsize to be used for each column. You may use as many -% columns as desired. - - -% Or use a template: -% @multitable {Column 1 template} {Column 2 template} {Column 3 template} -% @item ... -% using the widest term desired in each column. - -% Each new table line starts with @item, each subsequent new column -% starts with @tab. Empty columns may be produced by supplying @tab's -% with nothing between them for as many times as empty columns are needed, -% ie, @tab@tab@tab will produce two empty columns. - -% @item, @tab do not need to be on their own lines, but it will not hurt -% if they are. - -% Sample multitable: - -% @multitable {Column 1 template} {Column 2 template} {Column 3 template} -% @item first col stuff @tab second col stuff @tab third col -% @item -% first col stuff -% @tab -% second col stuff -% @tab -% third col -% @item first col stuff @tab second col stuff -% @tab Many paragraphs of text may be used in any column. -% -% They will wrap at the width determined by the template. -% @item@tab@tab This will be in third column. -% @end multitable - -% Default dimensions may be reset by user. -% @multitableparskip is vertical space between paragraphs in table. -% @multitableparindent is paragraph indent in table. -% @multitablecolmargin is horizontal space to be left between columns. -% @multitablelinespace is space to leave between table items, baseline -% to baseline. -% 0pt means it depends on current normal line spacing. -% -\newskip\multitableparskip -\newskip\multitableparindent -\newdimen\multitablecolspace -\newskip\multitablelinespace -\multitableparskip=0pt -\multitableparindent=6pt -\multitablecolspace=12pt -\multitablelinespace=0pt - -% Macros used to set up halign preamble: -% -\let\endsetuptable\relax -\def\xendsetuptable{\endsetuptable} -\let\columnfractions\relax -\def\xcolumnfractions{\columnfractions} -\newif\ifsetpercent - -% #1 is the @columnfraction, usually a decimal number like .5, but might -% be just 1. We just use it, whatever it is. -% -\def\pickupwholefraction#1 {% - \global\advance\colcount by 1 - \expandafter\xdef\csname col\the\colcount\endcsname{#1\hsize}% - \setuptable -} - -\newcount\colcount -\def\setuptable#1{% - \def\firstarg{#1}% - \ifx\firstarg\xendsetuptable - \let\go = \relax - \else - \ifx\firstarg\xcolumnfractions - \global\setpercenttrue - \else - \ifsetpercent - \let\go\pickupwholefraction - \else - \global\advance\colcount by 1 - \setbox0=\hbox{#1\unskip\space}% Add a normal word space as a - % separator; typically that is always in the input, anyway. - \expandafter\xdef\csname col\the\colcount\endcsname{\the\wd0}% - \fi - \fi - \ifx\go\pickupwholefraction - % Put the argument back for the \pickupwholefraction call, so - % we'll always have a period there to be parsed. - \def\go{\pickupwholefraction#1}% - \else - \let\go = \setuptable - \fi% - \fi - \go -} - -% multitable-only commands. -% -% @headitem starts a heading row, which we typeset in bold. Assignments -% have to be global since we are inside the implicit group of an -% alignment entry. \everycr below resets \everytab so we don't have to -% undo it ourselves. -\def\headitemfont{\b}% for people to use in the template row; not changeable -\def\headitem{% - \checkenv\multitable - \crcr - \gdef\headitemcrhook{\nobreak}% attempt to avoid page break after headings - \global\everytab={\bf}% can't use \headitemfont since the parsing differs - \the\everytab % for the first item -}% -% -% default for tables with no headings. -\let\headitemcrhook=\relax -% -% A \tab used to include \hskip1sp. But then the space in a template -% line is not enough. That is bad. So let's go back to just `&' until -% we again encounter the problem the 1sp was intended to solve. -% --karl, nathan@acm.org, 20apr99. -\def\tab{\checkenv\multitable &\the\everytab}% - -% @multitable ... @end multitable definitions: -% -\newtoks\everytab % insert after every tab. -% -\envdef\multitable{% - \vskip\parskip - \startsavinginserts - % - % @item within a multitable starts a normal row. - % We use \def instead of \let so that if one of the multitable entries - % contains an @itemize, we don't choke on the \item (seen as \crcr aka - % \endtemplate) expanding \doitemize. - \def\item{\crcr}% - % - \tolerance=9500 - \hbadness=9500 - \setmultitablespacing - \parskip=\multitableparskip - \parindent=\multitableparindent - \overfullrule=0pt - \global\colcount=0 - % - \everycr = {% - \noalign{% - \global\everytab={}% Reset from possible headitem. - \global\colcount=0 % Reset the column counter. - % - % Check for saved footnotes, etc.: - \checkinserts - % - % Perhaps a \nobreak, then reset: - \headitemcrhook - \global\let\headitemcrhook=\relax - }% - }% - % - \parsearg\domultitable -} -\def\domultitable#1{% - % To parse everything between @multitable and @item: - \setuptable#1 \endsetuptable - % - % This preamble sets up a generic column definition, which will - % be used as many times as user calls for columns. - % \vtop will set a single line and will also let text wrap and - % continue for many paragraphs if desired. - \halign\bgroup &% - \global\advance\colcount by 1 - \multistrut - \vtop{% - % Use the current \colcount to find the correct column width: - \hsize=\expandafter\csname col\the\colcount\endcsname - % - % In order to keep entries from bumping into each other - % we will add a \leftskip of \multitablecolspace to all columns after - % the first one. - % - % If a template has been used, we will add \multitablecolspace - % to the width of each template entry. - % - % If the user has set preamble in terms of percent of \hsize we will - % use that dimension as the width of the column, and the \leftskip - % will keep entries from bumping into each other. Table will start at - % left margin and final column will justify at right margin. - % - % Make sure we don't inherit \rightskip from the outer environment. - \rightskip=0pt - \ifnum\colcount=1 - % The first column will be indented with the surrounding text. - \advance\hsize by\leftskip - \else - \ifsetpercent \else - % If user has not set preamble in terms of percent of \hsize - % we will advance \hsize by \multitablecolspace. - \advance\hsize by \multitablecolspace - \fi - % In either case we will make \leftskip=\multitablecolspace: - \leftskip=\multitablecolspace - \fi - % Ignoring space at the beginning and end avoids an occasional spurious - % blank line, when TeX decides to break the line at the space before the - % box from the multistrut, so the strut ends up on a line by itself. - % For example: - % @multitable @columnfractions .11 .89 - % @item @code{#} - % @tab Legal holiday which is valid in major parts of the whole country. - % Is automatically provided with highlighting sequences respectively - % marking characters. - \noindent\ignorespaces##\unskip\multistrut - }\cr -} -\def\Emultitable{% - \crcr - \egroup % end the \halign - \global\setpercentfalse -} - -\def\setmultitablespacing{% - \def\multistrut{\strut}% just use the standard line spacing - % - % Compute \multitablelinespace (if not defined by user) for use in - % \multitableparskip calculation. We used define \multistrut based on - % this, but (ironically) that caused the spacing to be off. - % See bug-texinfo report from Werner Lemberg, 31 Oct 2004 12:52:20 +0100. -\ifdim\multitablelinespace=0pt -\setbox0=\vbox{X}\global\multitablelinespace=\the\baselineskip -\global\advance\multitablelinespace by-\ht0 -\fi -% Test to see if parskip is larger than space between lines of -% table. If not, do nothing. -% If so, set to same dimension as multitablelinespace. -\ifdim\multitableparskip>\multitablelinespace -\global\multitableparskip=\multitablelinespace -\global\advance\multitableparskip-7pt % to keep parskip somewhat smaller - % than skip between lines in the table. -\fi% -\ifdim\multitableparskip=0pt -\global\multitableparskip=\multitablelinespace -\global\advance\multitableparskip-7pt % to keep parskip somewhat smaller - % than skip between lines in the table. -\fi} - - -\message{conditionals,} - -% @iftex, @ifnotdocbook, @ifnothtml, @ifnotinfo, @ifnotplaintext, -% @ifnotxml always succeed. They currently do nothing; we don't -% attempt to check whether the conditionals are properly nested. But we -% have to remember that they are conditionals, so that @end doesn't -% attempt to close an environment group. -% -\def\makecond#1{% - \expandafter\let\csname #1\endcsname = \relax - \expandafter\let\csname iscond.#1\endcsname = 1 -} -\makecond{iftex} -\makecond{ifnotdocbook} -\makecond{ifnothtml} -\makecond{ifnotinfo} -\makecond{ifnotplaintext} -\makecond{ifnotxml} - -% Ignore @ignore, @ifhtml, @ifinfo, and the like. -% -\def\direntry{\doignore{direntry}} -\def\documentdescription{\doignore{documentdescription}} -\def\docbook{\doignore{docbook}} -\def\html{\doignore{html}} -\def\ifdocbook{\doignore{ifdocbook}} -\def\ifhtml{\doignore{ifhtml}} -\def\ifinfo{\doignore{ifinfo}} -\def\ifnottex{\doignore{ifnottex}} -\def\ifplaintext{\doignore{ifplaintext}} -\def\ifxml{\doignore{ifxml}} -\def\ignore{\doignore{ignore}} -\def\menu{\doignore{menu}} -\def\xml{\doignore{xml}} - -% Ignore text until a line `@end #1', keeping track of nested conditionals. -% -% A count to remember the depth of nesting. -\newcount\doignorecount - -\def\doignore#1{\begingroup - % Scan in ``verbatim'' mode: - \obeylines - \catcode`\@ = \other - \catcode`\{ = \other - \catcode`\} = \other - % - % Make sure that spaces turn into tokens that match what \doignoretext wants. - \spaceisspace - % - % Count number of #1's that we've seen. - \doignorecount = 0 - % - % Swallow text until we reach the matching `@end #1'. - \dodoignore{#1}% -} - -{ \catcode`_=11 % We want to use \_STOP_ which cannot appear in texinfo source. - \obeylines % - % - \gdef\dodoignore#1{% - % #1 contains the command name as a string, e.g., `ifinfo'. - % - % Define a command to find the next `@end #1'. - \long\def\doignoretext##1^^M@end #1{% - \doignoretextyyy##1^^M@#1\_STOP_}% - % - % And this command to find another #1 command, at the beginning of a - % line. (Otherwise, we would consider a line `@c @ifset', for - % example, to count as an @ifset for nesting.) - \long\def\doignoretextyyy##1^^M@#1##2\_STOP_{\doignoreyyy{##2}\_STOP_}% - % - % And now expand that command. - \doignoretext ^^M% - }% -} - -\def\doignoreyyy#1{% - \def\temp{#1}% - \ifx\temp\empty % Nothing found. - \let\next\doignoretextzzz - \else % Found a nested condition, ... - \advance\doignorecount by 1 - \let\next\doignoretextyyy % ..., look for another. - % If we're here, #1 ends with ^^M\ifinfo (for example). - \fi - \next #1% the token \_STOP_ is present just after this macro. -} - -% We have to swallow the remaining "\_STOP_". -% -\def\doignoretextzzz#1{% - \ifnum\doignorecount = 0 % We have just found the outermost @end. - \let\next\enddoignore - \else % Still inside a nested condition. - \advance\doignorecount by -1 - \let\next\doignoretext % Look for the next @end. - \fi - \next -} - -% Finish off ignored text. -{ \obeylines% - % Ignore anything after the last `@end #1'; this matters in verbatim - % environments, where otherwise the newline after an ignored conditional - % would result in a blank line in the output. - \gdef\enddoignore#1^^M{\endgroup\ignorespaces}% -} - - -% @set VAR sets the variable VAR to an empty value. -% @set VAR REST-OF-LINE sets VAR to the value REST-OF-LINE. -% -% Since we want to separate VAR from REST-OF-LINE (which might be -% empty), we can't just use \parsearg; we have to insert a space of our -% own to delimit the rest of the line, and then take it out again if we -% didn't need it. -% We rely on the fact that \parsearg sets \catcode`\ =10. -% -\parseargdef\set{\setyyy#1 \endsetyyy} -\def\setyyy#1 #2\endsetyyy{% - {% - \makevalueexpandable - \def\temp{#2}% - \edef\next{\gdef\makecsname{SET#1}}% - \ifx\temp\empty - \next{}% - \else - \setzzz#2\endsetzzz - \fi - }% -} -% Remove the trailing space \setxxx inserted. -\def\setzzz#1 \endsetzzz{\next{#1}} - -% @clear VAR clears (i.e., unsets) the variable VAR. -% -\parseargdef\clear{% - {% - \makevalueexpandable - \global\expandafter\let\csname SET#1\endcsname=\relax - }% -} - -% @value{foo} gets the text saved in variable foo. -\def\value{\begingroup\makevalueexpandable\valuexxx} -\def\valuexxx#1{\expandablevalue{#1}\endgroup} -{ - \catcode`\-=\active \catcode`\_=\active - % - \gdef\makevalueexpandable{% - \let\value = \expandablevalue - % We don't want these characters active, ... - \catcode`\-=\other \catcode`\_=\other - % ..., but we might end up with active ones in the argument if - % we're called from @code, as @code{@value{foo-bar_}}, though. - % So \let them to their normal equivalents. - \let-\normaldash \let_\normalunderscore - } -} - -% We have this subroutine so that we can handle at least some @value's -% properly in indexes (we call \makevalueexpandable in \indexdummies). -% The command has to be fully expandable (if the variable is set), since -% the result winds up in the index file. This means that if the -% variable's value contains other Texinfo commands, it's almost certain -% it will fail (although perhaps we could fix that with sufficient work -% to do a one-level expansion on the result, instead of complete). -% -% Unfortunately, this has the consequence that when _ is in the *value* -% of an @set, it does not print properly in the roman fonts (get the cmr -% dot accent at position 126 instead). No fix comes to mind, and it's -% been this way since 2003 or earlier, so just ignore it. -% -\def\expandablevalue#1{% - \expandafter\ifx\csname SET#1\endcsname\relax - {[No value for ``#1'']}% - \message{Variable `#1', used in @value, is not set.}% - \else - \csname SET#1\endcsname - \fi -} - -% @ifset VAR ... @end ifset reads the `...' iff VAR has been defined -% with @set. -% -% To get the special treatment we need for `@end ifset,' we call -% \makecond and then redefine. -% -\makecond{ifset} -\def\ifset{\parsearg{\doifset{\let\next=\ifsetfail}}} -\def\doifset#1#2{% - {% - \makevalueexpandable - \let\next=\empty - \expandafter\ifx\csname SET#2\endcsname\relax - #1% If not set, redefine \next. - \fi - \expandafter - }\next -} -\def\ifsetfail{\doignore{ifset}} - -% @ifclear VAR ... @end executes the `...' iff VAR has never been -% defined with @set, or has been undefined with @clear. -% -% The `\else' inside the `\doifset' parameter is a trick to reuse the -% above code: if the variable is not set, do nothing, if it is set, -% then redefine \next to \ifclearfail. -% -\makecond{ifclear} -\def\ifclear{\parsearg{\doifset{\else \let\next=\ifclearfail}}} -\def\ifclearfail{\doignore{ifclear}} - -% @ifcommandisdefined CMD ... @end executes the `...' if CMD (written -% without the @) is in fact defined. We can only feasibly check at the -% TeX level, so something like `mathcode' is going to considered -% defined even though it is not a Texinfo command. -% -\makecond{ifcommanddefined} -\def\ifcommanddefined{\parsearg{\doifcmddefined{\let\next=\ifcmddefinedfail}}} -% -\def\doifcmddefined#1#2{{% - \makevalueexpandable - \let\next=\empty - \expandafter\ifx\csname #2\endcsname\relax - #1% If not defined, \let\next as above. - \fi - \expandafter - }\next -} -\def\ifcmddefinedfail{\doignore{ifcommanddefined}} - -% @ifcommandnotdefined CMD ... handled similar to @ifclear above. -\makecond{ifcommandnotdefined} -\def\ifcommandnotdefined{% - \parsearg{\doifcmddefined{\else \let\next=\ifcmdnotdefinedfail}}} -\def\ifcmdnotdefinedfail{\doignore{ifcommandnotdefined}} - -% Set the `txicommandconditionals' variable, so documents have a way to -% test if the @ifcommand...defined conditionals are available. -\set txicommandconditionals - -% @dircategory CATEGORY -- specify a category of the dir file -% which this file should belong to. Ignore this in TeX. -\let\dircategory=\comment - -% @defininfoenclose. -\let\definfoenclose=\comment - - -\message{indexing,} -% Index generation facilities - -% Define \newwrite to be identical to plain tex's \newwrite -% except not \outer, so it can be used within macros and \if's. -\edef\newwrite{\makecsname{ptexnewwrite}} - -% \newindex {foo} defines an index named IX. -% It automatically defines \IXindex such that -% \IXindex ...rest of line... puts an entry in the index IX. -% It also defines \IXindfile to be the number of the output channel for -% the file that accumulates this index. The file's extension is IX. -% The name of an index should be no more than 2 characters long -% for the sake of vms. -% -\def\newindex#1{% - \expandafter\chardef\csname#1indfile\endcsname=0 - \expandafter\xdef\csname#1index\endcsname{% % Define @#1index - \noexpand\doindex{#1}} -} - -% @defindex foo == \newindex{foo} -% -\def\defindex{\parsearg\newindex} - -% Define @defcodeindex, like @defindex except put all entries in @code. -% -\def\defcodeindex{\parsearg\newcodeindex} -% -\def\newcodeindex#1{% - \expandafter\chardef\csname#1indfile\endcsname=0 - \expandafter\xdef\csname#1index\endcsname{% - \noexpand\docodeindex{#1}}% -} - -% The default indices: -\newindex{cp}% concepts, -\newcodeindex{fn}% functions, -\newcodeindex{vr}% variables, -\newcodeindex{tp}% types, -\newcodeindex{ky}% keys -\newcodeindex{pg}% and programs. - - -% @synindex foo bar makes index foo feed into index bar. -% Do this instead of @defindex foo if you don't want it as a separate index. -% -% @syncodeindex foo bar similar, but put all entries made for index foo -% inside @code. -% -\def\synindex#1 #2 {\dosynindex\doindex{#1}{#2}} -\def\syncodeindex#1 #2 {\dosynindex\docodeindex{#1}{#2}} - -% #1 is \doindex or \docodeindex, #2 the index getting redefined (foo), -% #3 the target index (bar). -\def\dosynindex#1#2#3{% - % Only do \closeout if we haven't already done it, else we'll end up - % closing the target index. - \expandafter \ifx\csname donesynindex#2\endcsname \relax - % The \closeout helps reduce unnecessary open files; the limit on the - % Acorn RISC OS is a mere 16 files. - \expandafter\closeout\csname#2indfile\endcsname - \expandafter\let\csname donesynindex#2\endcsname = 1 - \fi - % redefine \fooindfile: - \expandafter\let\expandafter\temp\expandafter=\csname#3indfile\endcsname - \expandafter\let\csname#2indfile\endcsname=\temp - % redefine \fooindex: - \expandafter\xdef\csname#2index\endcsname{\noexpand#1{#3}}% -} - -% Define \doindex, the driver for all index macros. -% Argument #1 is generated by the calling \fooindex macro, -% and it the two-letter name of the index. - -\def\doindex#1{\edef\indexname{#1}\parsearg\doindexxxx} -\def\doindexxxx #1{\doind{\indexname}{#1}} - -% like the previous two, but they put @code around the argument. -\def\docodeindex#1{\edef\indexname{#1}\parsearg\docodeindexxxx} -\def\docodeindexxxx #1{\doind{\indexname}{\code{#1}}} - -% Used when writing an index entry out to an index file, to prevent -% expansion of Texinfo commands that can appear in an index entry. -% -\def\indexdummies{% - \escapechar = `\\ % use backslash in output files. - \def\@{@}% change to @@ when we switch to @ as escape char in index files. - \def\ {\realbackslash\space }% - % - % Need these unexpandable (because we define \tt as a dummy) - % definitions when @{ or @} appear in index entry text. Also, more - % complicated, when \tex is in effect and \{ is a \delimiter again. - % We can't use \lbracecmd and \rbracecmd because texindex assumes - % braces and backslashes are used only as delimiters. Perhaps we - % should use @lbracechar and @rbracechar? - \def\{{{\tt\char123}}% - \def\}{{\tt\char125}}% - % - % Do the redefinitions. - \commondummies -} - -% For the aux and toc files, @ is the escape character. So we want to -% redefine everything using @ as the escape character (instead of -% \realbackslash, still used for index files). When everything uses @, -% this will be simpler. -% -\def\atdummies{% - \def\@{@@}% - \def\ {@ }% - \let\{ = \lbraceatcmd - \let\} = \rbraceatcmd - % - % Do the redefinitions. - \commondummies - \otherbackslash -} - -% Called from \indexdummies and \atdummies. -% -\def\commondummies{% - % \definedummyword defines \#1 as \string\#1\space, thus effectively - % preventing its expansion. This is used only for control words, - % not control letters, because the \space would be incorrect for - % control characters, but is needed to separate the control word - % from whatever follows. - % - % For control letters, we have \definedummyletter, which omits the - % space. - % - % These can be used both for control words that take an argument and - % those that do not. If it is followed by {arg} in the input, then - % that will dutifully get written to the index (or wherever). - % - \def\definedummyword ##1{\def##1{\string##1\space}}% - \def\definedummyletter##1{\def##1{\string##1}}% - \let\definedummyaccent\definedummyletter - % - \commondummiesnofonts - % - \definedummyletter\_% - \definedummyletter\-% - % - % Non-English letters. - \definedummyword\AA - \definedummyword\AE - \definedummyword\DH - \definedummyword\L - \definedummyword\O - \definedummyword\OE - \definedummyword\TH - \definedummyword\aa - \definedummyword\ae - \definedummyword\dh - \definedummyword\exclamdown - \definedummyword\l - \definedummyword\o - \definedummyword\oe - \definedummyword\ordf - \definedummyword\ordm - \definedummyword\questiondown - \definedummyword\ss - \definedummyword\th - % - % Although these internal commands shouldn't show up, sometimes they do. - \definedummyword\bf - \definedummyword\gtr - \definedummyword\hat - \definedummyword\less - \definedummyword\sf - \definedummyword\sl - \definedummyword\tclose - \definedummyword\tt - % - \definedummyword\LaTeX - \definedummyword\TeX - % - % Assorted special characters. - \definedummyword\arrow - \definedummyword\bullet - \definedummyword\comma - \definedummyword\copyright - \definedummyword\registeredsymbol - \definedummyword\dots - \definedummyword\enddots - \definedummyword\entrybreak - \definedummyword\equiv - \definedummyword\error - \definedummyword\euro - \definedummyword\expansion - \definedummyword\geq - \definedummyword\guillemetleft - \definedummyword\guillemetright - \definedummyword\guilsinglleft - \definedummyword\guilsinglright - \definedummyword\lbracechar - \definedummyword\leq - \definedummyword\mathopsup - \definedummyword\minus - \definedummyword\ogonek - \definedummyword\pounds - \definedummyword\point - \definedummyword\print - \definedummyword\quotedblbase - \definedummyword\quotedblleft - \definedummyword\quotedblright - \definedummyword\quoteleft - \definedummyword\quoteright - \definedummyword\quotesinglbase - \definedummyword\rbracechar - \definedummyword\result - \definedummyword\sub - \definedummyword\sup - \definedummyword\textdegree - % - % We want to disable all macros so that they are not expanded by \write. - \macrolist - % - \normalturnoffactive - % - % Handle some cases of @value -- where it does not contain any - % (non-fully-expandable) commands. - \makevalueexpandable -} - -% \commondummiesnofonts: common to \commondummies and \indexnofonts. -% Define \definedumyletter, \definedummyaccent and \definedummyword before -% using. -% -\def\commondummiesnofonts{% - % Control letters and accents. - \definedummyletter\!% - \definedummyaccent\"% - \definedummyaccent\'% - \definedummyletter\*% - \definedummyaccent\,% - \definedummyletter\.% - \definedummyletter\/% - \definedummyletter\:% - \definedummyaccent\=% - \definedummyletter\?% - \definedummyaccent\^% - \definedummyaccent\`% - \definedummyaccent\~% - \definedummyword\u - \definedummyword\v - \definedummyword\H - \definedummyword\dotaccent - \definedummyword\ogonek - \definedummyword\ringaccent - \definedummyword\tieaccent - \definedummyword\ubaraccent - \definedummyword\udotaccent - \definedummyword\dotless - % - % Texinfo font commands. - \definedummyword\b - \definedummyword\i - \definedummyword\r - \definedummyword\sansserif - \definedummyword\sc - \definedummyword\slanted - \definedummyword\t - % - % Commands that take arguments. - \definedummyword\abbr - \definedummyword\acronym - \definedummyword\anchor - \definedummyword\cite - \definedummyword\code - \definedummyword\command - \definedummyword\dfn - \definedummyword\dmn - \definedummyword\email - \definedummyword\emph - \definedummyword\env - \definedummyword\file - \definedummyword\image - \definedummyword\indicateurl - \definedummyword\inforef - \definedummyword\kbd - \definedummyword\key - \definedummyword\math - \definedummyword\option - \definedummyword\pxref - \definedummyword\ref - \definedummyword\samp - \definedummyword\strong - \definedummyword\tie - \definedummyword\U - \definedummyword\uref - \definedummyword\url - \definedummyword\var - \definedummyword\verb - \definedummyword\w - \definedummyword\xref -} - -% For testing: output @{ and @} in index sort strings as \{ and \}. -\newif\ifusebracesinindexes - -\let\indexlbrace\relax -\let\indexrbrace\relax - -{\catcode`\@=0 -\catcode`\\=13 - @gdef@backslashdisappear{@def\{}} -} - -{ -\catcode`\<=13 -\catcode`\-=13 -\catcode`\`=13 - \gdef\indexnonalnumdisappear{% - \expandafter\ifx\csname SETtxiindexlquoteignore\endcsname\relax\else - % @set txiindexlquoteignore makes us ignore left quotes in the sort term. - % (Introduced for FSFS 2nd ed.) - \let`=\empty - \fi - % - \expandafter\ifx\csname SETtxiindexbackslashignore\endcsname\relax\else - \backslashdisappear - \fi - % - \expandafter\ifx\csname SETtxiindexhyphenignore\endcsname\relax\else - \def-{}% - \fi - \expandafter\ifx\csname SETtxiindexlessthanignore\endcsname\relax\else - \def<{}% - \fi - \expandafter\ifx\csname SETtxiindexatsignignore\endcsname\relax\else - \def\@{}% - \fi - } - - \gdef\indexnonalnumreappear{% - \useindexbackslash - \let-\normaldash - \let<\normalless - \def\@{@}% - } -} - - -% \indexnofonts is used when outputting the strings to sort the index -% by, and when constructing control sequence names. It eliminates all -% control sequences and just writes whatever the best ASCII sort string -% would be for a given command (usually its argument). -% -\def\indexnofonts{% - % Accent commands should become @asis. - \def\definedummyaccent##1{\let##1\asis}% - % We can just ignore other control letters. - \def\definedummyletter##1{\let##1\empty}% - % All control words become @asis by default; overrides below. - \let\definedummyword\definedummyaccent - \commondummiesnofonts - % - % Don't no-op \tt, since it isn't a user-level command - % and is used in the definitions of the active chars like <, >, |, etc. - % Likewise with the other plain tex font commands. - %\let\tt=\asis - % - \def\ { }% - \def\@{@}% - \def\_{\normalunderscore}% - \def\-{}% @- shouldn't affect sorting - % - \uccode`\1=`\{ \uppercase{\def\{{1}}% - \uccode`\1=`\} \uppercase{\def\}{1}}% - \let\lbracechar\{ - \let\rbracechar\} - % - % Non-English letters. - \def\AA{AA}% - \def\AE{AE}% - \def\DH{DZZ}% - \def\L{L}% - \def\OE{OE}% - \def\O{O}% - \def\TH{TH}% - \def\aa{aa}% - \def\ae{ae}% - \def\dh{dzz}% - \def\exclamdown{!}% - \def\l{l}% - \def\oe{oe}% - \def\ordf{a}% - \def\ordm{o}% - \def\o{o}% - \def\questiondown{?}% - \def\ss{ss}% - \def\th{th}% - % - \def\LaTeX{LaTeX}% - \def\TeX{TeX}% - % - % Assorted special characters. - % (The following {} will end up in the sort string, but that's ok.) - \def\arrow{->}% - \def\bullet{bullet}% - \def\comma{,}% - \def\copyright{copyright}% - \def\dots{...}% - \def\enddots{...}% - \def\equiv{==}% - \def\error{error}% - \def\euro{euro}% - \def\expansion{==>}% - \def\geq{>=}% - \def\guillemetleft{<<}% - \def\guillemetright{>>}% - \def\guilsinglleft{<}% - \def\guilsinglright{>}% - \def\leq{<=}% - \def\minus{-}% - \def\point{.}% - \def\pounds{pounds}% - \def\print{-|}% - \def\quotedblbase{"}% - \def\quotedblleft{"}% - \def\quotedblright{"}% - \def\quoteleft{`}% - \def\quoteright{'}% - \def\quotesinglbase{,}% - \def\registeredsymbol{R}% - \def\result{=>}% - \def\textdegree{o}% - % - % We need to get rid of all macros, leaving only the arguments (if present). - % Of course this is not nearly correct, but it is the best we can do for now. - % makeinfo does not expand macros in the argument to @deffn, which ends up - % writing an index entry, and texindex isn't prepared for an index sort entry - % that starts with \. - % - % Since macro invocations are followed by braces, we can just redefine them - % to take a single TeX argument. The case of a macro invocation that - % goes to end-of-line is not handled. - % - \macrolist -} - - -\let\SETmarginindex=\relax % put index entries in margin (undocumented)? - -% Most index entries go through here, but \dosubind is the general case. -% #1 is the index name, #2 is the entry text. -\def\doind#1#2{\dosubind{#1}{#2}{}} - -% There is also \dosubind {index}{topic}{subtopic} -% which makes an entry in a two-level index such as the operation index. -% TODO: Two-level index? Operation index? - -% Workhorse for all indexes. -% #1 is name of index, #2 is stuff to put there, #3 is subentry -- -% empty if called from \doind, as we usually are (the main exception -% is with most defuns, which call us directly). -% -\def\dosubind#1#2#3{% - \iflinks - {% - \requireopenindexfile{#1}% - % Store the main index entry text (including the third arg). - \toks0 = {#2}% - % If third arg is present, precede it with a space. - \def\thirdarg{#3}% - \ifx\thirdarg\empty \else - \toks0 = \expandafter{\the\toks0 \space #3}% - \fi - % - \edef\writeto{\csname#1indfile\endcsname}% - % - \safewhatsit\dosubindwrite - }% - \fi -} - -% Check if an index file has been opened, and if not, open it. -\def\requireopenindexfile#1{% -\ifnum\csname #1indfile\endcsname=0 - \expandafter\newwrite \csname#1indfile\endcsname - \edef\suffix{#1}% - % A .fls suffix would conflict with the file extension for the output - % of -recorder, so use .f1s instead. - \ifx\suffix\indexisfl\def\suffix{f1}\fi - % Open the file - \immediate\openout\csname#1indfile\endcsname \jobname.\suffix - % Using \immediate here prevents an object entering into the current box, - % which could confound checks such as those in \safewhatsit for preceding - % skips. -\fi} -\def\indexisfl{fl} - -% Output \ as {\indexbackslash}, because \ is an escape character in -% the index files. -\let\indexbackslash=\relax -{\catcode`\@=0 \catcode`\\=\active - @gdef@useindexbackslash{@def\{{@indexbackslash}}} -} - -% Definition for writing index entry text. -\def\sortas#1{\ignorespaces}% - -% Definition for writing index entry sort key. Should occur at the at -% the beginning of the index entry, like -% @cindex @sortas{september} \september -% The \ignorespaces takes care of following space, but there's no way -% to remove space before it. -{ -\catcode`\-=13 -\gdef\indexwritesortas{% - \begingroup - \indexnonalnumreappear - \indexwritesortasxxx} -\gdef\indexwritesortasxxx#1{% - \xdef\indexsortkey{#1}\endgroup} -} - - -% Write the entry in \toks0 to the index file. -% -\def\dosubindwrite{% - % Put the index entry in the margin if desired. - \ifx\SETmarginindex\relax\else - \insert\margin{\hbox{\vrule height8pt depth3pt width0pt \the\toks0}}% - \fi - % - % Remember, we are within a group. - \indexdummies % Must do this here, since \bf, etc expand at this stage - \useindexbackslash % \indexbackslash isn't defined now so it will be output - % as is; and it will print as backslash. - % The braces around \indexbrace are recognized by texindex. - % - % Get the string to sort by, by processing the index entry with all - % font commands turned off. - {\indexnofonts - \def\lbracechar{{\indexlbrace}}% - \def\rbracechar{{\indexrbrace}}% - \let\{=\lbracechar - \let\}=\rbracechar - \indexnonalnumdisappear - \xdef\indexsortkey{}% - \let\sortas=\indexwritesortas - \edef\temp{\the\toks0}% - \setbox\dummybox = \hbox{\temp}% Make sure to execute any \sortas - \ifx\indexsortkey\empty - \xdef\indexsortkey{\temp}% - \ifx\indexsortkey\empty\xdef\indexsortkey{ }\fi - \fi - }% - % - % Set up the complete index entry, with both the sort key and - % the original text, including any font commands. We write - % three arguments to \entry to the .?? file (four in the - % subentry case), texindex reduces to two when writing the .??s - % sorted result. - \edef\temp{% - \write\writeto{% - \string\entry{\indexsortkey}{\noexpand\folio}{\the\toks0}}% - }% - \temp -} -\newbox\dummybox % used above - -% Take care of unwanted page breaks/skips around a whatsit: -% -% If a skip is the last thing on the list now, preserve it -% by backing up by \lastskip, doing the \write, then inserting -% the skip again. Otherwise, the whatsit generated by the -% \write or \pdfdest will make \lastskip zero. The result is that -% sequences like this: -% @end defun -% @tindex whatever -% @defun ... -% will have extra space inserted, because the \medbreak in the -% start of the @defun won't see the skip inserted by the @end of -% the previous defun. -% -% But don't do any of this if we're not in vertical mode. We -% don't want to do a \vskip and prematurely end a paragraph. -% -% Avoid page breaks due to these extra skips, too. -% -% But wait, there is a catch there: -% We'll have to check whether \lastskip is zero skip. \ifdim is not -% sufficient for this purpose, as it ignores stretch and shrink parts -% of the skip. The only way seems to be to check the textual -% representation of the skip. -% -% The following is almost like \def\zeroskipmacro{0.0pt} except that -% the ``p'' and ``t'' characters have catcode \other, not 11 (letter). -% -\edef\zeroskipmacro{\expandafter\the\csname z@skip\endcsname} -% -\newskip\whatsitskip -\newcount\whatsitpenalty -% -% ..., ready, GO: -% -\def\safewhatsit#1{\ifhmode - #1% - \else - % \lastskip and \lastpenalty cannot both be nonzero simultaneously. - \whatsitskip = \lastskip - \edef\lastskipmacro{\the\lastskip}% - \whatsitpenalty = \lastpenalty - % - % If \lastskip is nonzero, that means the last item was a - % skip. And since a skip is discardable, that means this - % -\whatsitskip glue we're inserting is preceded by a - % non-discardable item, therefore it is not a potential - % breakpoint, therefore no \nobreak needed. - \ifx\lastskipmacro\zeroskipmacro - \else - \vskip-\whatsitskip - \fi - % - #1% - % - \ifx\lastskipmacro\zeroskipmacro - % If \lastskip was zero, perhaps the last item was a penalty, and - % perhaps it was >=10000, e.g., a \nobreak. In that case, we want - % to re-insert the same penalty (values >10000 are used for various - % signals); since we just inserted a non-discardable item, any - % following glue (such as a \parskip) would be a breakpoint. For example: - % @deffn deffn-whatever - % @vindex index-whatever - % Description. - % would allow a break between the index-whatever whatsit - % and the "Description." paragraph. - \ifnum\whatsitpenalty>9999 \penalty\whatsitpenalty \fi - \else - % On the other hand, if we had a nonzero \lastskip, - % this make-up glue would be preceded by a non-discardable item - % (the whatsit from the \write), so we must insert a \nobreak. - \nobreak\vskip\whatsitskip - \fi -\fi} - -% The index entry written in the file actually looks like -% \entry {sortstring}{page}{topic} -% or -% \entry {sortstring}{page}{topic}{subtopic} -% The texindex program reads in these files and writes files -% containing these kinds of lines: -% \initial {c} -% before the first topic whose initial is c -% \entry {topic}{pagelist} -% for a topic that is used without subtopics -% \primary {topic} -% for the beginning of a topic that is used with subtopics -% \secondary {subtopic}{pagelist} -% for each subtopic. - -% Define the user-accessible indexing commands -% @findex, @vindex, @kindex, @cindex. - -\def\findex {\fnindex} -\def\kindex {\kyindex} -\def\cindex {\cpindex} -\def\vindex {\vrindex} -\def\tindex {\tpindex} -\def\pindex {\pgindex} - -\def\cindexsub {\begingroup\obeylines\cindexsub} -{\obeylines % -\gdef\cindexsub "#1" #2^^M{\endgroup % -\dosubind{cp}{#2}{#1}}} - -% Define the macros used in formatting output of the sorted index material. - -% @printindex causes a particular index (the ??s file) to get printed. -% It does not print any chapter heading (usually an @unnumbered). -% -\parseargdef\printindex{\begingroup - \dobreak \chapheadingskip{10000}% - % - \smallfonts \rm - \tolerance = 9500 - \plainfrenchspacing - \everypar = {}% don't want the \kern\-parindent from indentation suppression. - % - % See if the index file exists and is nonempty. - % Change catcode of @ here so that if the index file contains - % \initial {@} - % as its first line, TeX doesn't complain about mismatched braces - % (because it thinks @} is a control sequence). - \catcode`\@ = 11 - % See comment in \requireopenindexfile. - \def\indexname{#1}\ifx\indexname\indexisfl\def\indexname{f1}\fi - \openin 1 \jobname.\indexname s - \ifeof 1 - % \enddoublecolumns gets confused if there is no text in the index, - % and it loses the chapter title and the aux file entries for the - % index. The easiest way to prevent this problem is to make sure - % there is some text. - \putwordIndexNonexistent - \else - \catcode`\\ = 0 - \escapechar = `\\ - % - % If the index file exists but is empty, then \openin leaves \ifeof - % false. We have to make TeX try to read something from the file, so - % it can discover if there is anything in it. - \read 1 to \thisline - \ifeof 1 - \putwordIndexIsEmpty - \else - % Index files are almost Texinfo source, but we use \ as the escape - % character. It would be better to use @, but that's too big a change - % to make right now. - \def\indexbackslash{\ttbackslash}% - \let\indexlbrace\{ % Likewise, set these sequences for braces - \let\indexrbrace\} % used in the sort key. - \begindoublecolumns - \let\entryorphanpenalty=\indexorphanpenalty - % - % Read input from the index file line by line. - \loopdo - \ifeof1 - \let\firsttoken\relax - \else - \read 1 to \nextline - \edef\act{\gdef\noexpand\firsttoken{\getfirsttoken\nextline}}% - \act - \fi - \thisline - % - \ifeof1\else - \let\thisline\nextline - \repeat - %% - \enddoublecolumns - \fi - \fi - \closein 1 -\endgroup} - -\def\getfirsttoken#1{\expandafter\getfirsttokenx#1\endfirsttoken} -\long\def\getfirsttokenx#1#2\endfirsttoken{\noexpand#1} - -\def\loopdo#1\repeat{\def\body{#1}\loopdoxxx} -\def\loopdoxxx{\let\next=\relax\body\let\next=\loopdoxxx\fi\next} - -% These macros are used by the sorted index file itself. -% Change them to control the appearance of the index. - -{\catcode`\/=13 \catcode`\-=13 \catcode`\^=13 \catcode`\~=13 \catcode`\_=13 -\catcode`\|=13 \catcode`\<=13 \catcode`\>=13 \catcode`\+=13 \catcode`\"=13 -\catcode`\$=3 -\gdef\initialglyphs{% - % Some changes for non-alphabetic characters. Using the glyphs from the - % math fonts looks more consistent than the typewriter font used elsewhere - % for these characters. - \def\indexbackslash{\math{\backslash}}% - \let\\=\indexbackslash - % - % Can't get bold backslash so don't use bold forward slash - \catcode`\/=13 - \def/{{\secrmnotbold \normalslash}}% - \def-{{\normaldash\normaldash}}% en dash `--' - \def^{{\chapbf \normalcaret}}% - \def~{{\chapbf \normaltilde}}% - \def\_{% - \leavevmode \kern.07em \vbox{\hrule width.3em height.1ex}\kern .07em }% - \def|{$\vert$}% - \def<{$\less$}% - \def>{$\gtr$}% - \def+{$\normalplus$}% -}} - -\def\initial{% - \bgroup - \initialglyphs - \initialx -} - -\def\initialx#1{% - % Remove any glue we may have, we'll be inserting our own. - \removelastskip - % - % We like breaks before the index initials, so insert a bonus. - % The glue before the bonus allows a little bit of space at the - % bottom of a column to reduce an increase in inter-line spacing. - \nobreak - \vskip 0pt plus 5\baselineskip - \penalty -300 - \vskip 0pt plus -5\baselineskip - % - % Typeset the initial. Making this add up to a whole number of - % baselineskips increases the chance of the dots lining up from column - % to column. It still won't often be perfect, because of the stretch - % we need before each entry, but it's better. - % - % No shrink because it confuses \balancecolumns. - \vskip 1.67\baselineskip plus 1\baselineskip - \leftline{\secfonts \kern-0.05em \secbf #1}% - % \secfonts is inside the argument of \leftline so that the change of - % \baselineskip will not affect any glue inserted before the vbox that - % \leftline creates. - % Do our best not to break after the initial. - \nobreak - \vskip .33\baselineskip plus .1\baselineskip - \egroup % \initialglyphs -} - -\newdimen\entryrightmargin -\entryrightmargin=0pt - -% \entry typesets a paragraph consisting of the text (#1), dot leaders, and -% then page number (#2) flushed to the right margin. It is used for index -% and table of contents entries. The paragraph is indented by \leftskip. -% -\def\entry{% - \begingroup - % - % Start a new paragraph if necessary, so our assignments below can't - % affect previous text. - \par - % - % No extra space above this paragraph. - \parskip = 0in - % - % When reading the text of entry, convert explicit line breaks - % from @* into spaces. The user might give these in long section - % titles, for instance. - \def\*{\unskip\space\ignorespaces}% - \def\entrybreak{\hfil\break}% An undocumented command - % - % A bit of stretch before each entry for the benefit of balancing - % columns. - \vskip 0pt plus0.5pt - % - % Swallow the left brace of the text (first parameter): - \afterassignment\doentry - \let\temp = -} -\def\entrybreak{\unskip\space\ignorespaces}% -\def\doentry{% - % Save the text of the entry - \global\setbox\boxA=\hbox\bgroup - \bgroup % Instead of the swallowed brace. - \noindent - \aftergroup\finishentry - % And now comes the text of the entry. - % Not absorbing as a macro argument reduces the chance of problems - % with catcodes occurring. -} -{\catcode`\@=11 -\gdef\finishentry#1{% - \egroup % end box A - \dimen@ = \wd\boxA % Length of text of entry - \global\setbox\boxA=\hbox\bgroup\unhbox\boxA - % #1 is the page number. - % - % Get the width of the page numbers, and only use - % leaders if they are present. - \global\setbox\boxB = \hbox{#1}% - \ifdim\wd\boxB = 0pt - \null\nobreak\hfill\ % - \else - % - \null\nobreak\indexdotfill % Have leaders before the page number. - % - \ifpdf - \pdfgettoks#1.% - \bgroup\let\domark\relax - \hskip\skip\thinshrinkable\the\toksA - \egroup - % The redefinion of \domark stops marks being added in \pdflink to - % preserve coloured links across page boundaries. Otherwise the marks - % would get in the way of \lastbox in \insertindexentrybox. - \else - \hskip\skip\thinshrinkable #1% - \fi - \fi - \egroup % end \boxA - \ifdim\wd\boxB = 0pt - \global\setbox\entryindexbox=\vbox{\unhbox\boxA}% - \else - \global\setbox\entryindexbox=\vbox\bgroup - \prevdepth=\entrylinedepth - \noindent - % We want the text of the entries to be aligned to the left, and the - % page numbers to be aligned to the right. - % - \advance\leftskip by 0pt plus 1fil - \advance\leftskip by 0pt plus -1fill - \rightskip = 0pt plus -1fil - \advance\rightskip by 0pt plus 1fill - % Cause last line, which could consist of page numbers on their own - % if the list of page numbers is long, to be aligned to the right. - \parfillskip=0pt plus -1fill - % - \hangindent=1em - % - \advance\rightskip by \entryrightmargin - % Determine how far we can stretch into the margin. - % This allows, e.g., "Appendix H GNU Free Documentation License" to - % fit on one line in @letterpaper format. - \ifdim\entryrightmargin>2.1em - \dimen@i=2.1em - \else - \dimen@i=0em - \fi - \advance \parfillskip by 0pt minus 1\dimen@i - % - \dimen@ii = \hsize - \advance\dimen@ii by -1\leftskip - \advance\dimen@ii by -1\entryrightmargin - \advance\dimen@ii by 1\dimen@i - \ifdim\wd\boxA > \dimen@ii % If the entry doesn't fit in one line - \ifdim\dimen@ > 0.8\dimen@ii % due to long index text - \dimen@ = 0.7\dimen@ % Try to split the text roughly evenly - \dimen@ii = \hsize - \advance \dimen@ii by -1em - \ifnum\dimen@>\dimen@ii - % If the entry is too long, use the whole line - \dimen@ = \dimen@ii - \fi - \advance\leftskip by 0pt plus 1fill % ragged right - \advance \dimen@ by 1\rightskip - \parshape = 2 0pt \dimen@ 1em \dimen@ii - % Ideally we'd add a finite glue at the end of the first line only, but - % TeX doesn't seem to provide a way to do such a thing. - \fi\fi - \unhbox\boxA - % - % Do not prefer a separate line ending with a hyphen to fewer lines. - \finalhyphendemerits = 0 - % - % Word spacing - no stretch - \spaceskip=\fontdimen2\font minus \fontdimen4\font - % - \linepenalty=1000 % Discourage line breaks. - \hyphenpenalty=5000 % Discourage hyphenation. - % - \par % format the paragraph - \egroup % The \vbox - \fi - \endgroup - % delay text of entry until after penalty - \bgroup\aftergroup\insertindexentrybox - \entryorphanpenalty -}} - -\newskip\thinshrinkable -\skip\thinshrinkable=.15em minus .15em - -\newbox\entryindexbox -\def\insertindexentrybox{% - \copy\entryindexbox - % The following gets the depth of the last box. This is for even - % line spacing when entries span several lines. - \setbox\dummybox\vbox{% - \unvbox\entryindexbox - \nointerlineskip - \lastbox - \global\entrylinedepth=\prevdepth - }% - % Note that we couldn't simply \unvbox\entryindexbox followed by - % \nointerlineskip\lastbox to remove the last box and then reinstate it, - % because this resets how far the box has been \moveleft'ed to 0. \unvbox - % doesn't affect \prevdepth either. -} -\newdimen\entrylinedepth - -% Default is no penalty -\let\entryorphanpenalty\egroup - -% Used from \printindex. \firsttoken should be the first token -% after the \entry. If it's not another \entry, we are at the last -% line of a group of index entries, so insert a penalty to discourage -% orphaned index entries. -\long\def\indexorphanpenalty{% - \def\isentry{\entry}% - \ifx\firsttoken\isentry - \else - \unskip\penalty 9000 - % The \unskip here stops breaking before the glue. It relies on the - % \vskip above being there, otherwise there is an error - % "You can't use `\unskip' in vertical mode". There has to be glue - % in the current vertical list that hasn't been added to the - % "current page". See Chapter 24 of the TeXbook. This contradicts - % Section 8.3.7 in "TeX by Topic," though. - \fi - \egroup % now comes the box added with \aftergroup -} - -% Like plain.tex's \dotfill, except uses up at least 1 em. -% The filll stretch here overpowers both the fil and fill stretch to push -% the page number to the right. -\def\indexdotfill{\cleaders - \hbox{$\mathsurround=0pt \mkern1.5mu.\mkern1.5mu$}\hskip 1em plus 1filll} - - -\def\primary #1{\line{#1\hfil}} - -\newskip\secondaryindent \secondaryindent=0.5cm -\def\secondary#1#2{{% - \parfillskip=0in - \parskip=0in - \hangindent=1in - \hangafter=1 - \noindent\hskip\secondaryindent\hbox{#1}\indexdotfill - \ifpdf - \pdfgettoks#2.\ \the\toksA % The page number ends the paragraph. - \else - #2 - \fi - \par -}} - -% Define two-column mode, which we use to typeset indexes. -% Adapted from the TeXbook, page 416, which is to say, -% the manmac.tex format used to print the TeXbook itself. -\catcode`\@=11 % private names - -\newbox\partialpage -\newdimen\doublecolumnhsize -\newdimen\doublecolumntopgap -\doublecolumntopgap = 0pt - -% Use inside an output routine to save \topmark and \firstmark -\def\savemarks{% - \global\savedtopmark=\expandafter{\topmark }% - \global\savedfirstmark=\expandafter{\firstmark }% -} -\newtoks\savedtopmark -\newtoks\savedfirstmark - -% Set \topmark and \firstmark for next time \output runs. -% Can't be run from withinside \output (because any material -% added while an output routine is active, including -% penalties, is saved for after it finishes). The page so far -% should be empty, otherwise what's on it will be thrown away. -\def\restoremarks{% - \mark{\the\savedtopmark}% - \bgroup\output = {% - \setbox\dummybox=\box\PAGE - }abc\eject\egroup - % "abc" because output routine doesn't fire for a completely empty page. - \mark{\the\savedfirstmark}% -} - -\def\begindoublecolumns{\begingroup % ended by \enddoublecolumns - % If not much space left on page, start a new page. - \ifdim\pagetotal>0.8\vsize\vfill\eject\fi - % - % Grab any single-column material above us. - \output = {% - % - % Here is a possibility not foreseen in manmac: if we accumulate a - % whole lot of material, we might end up calling this \output - % routine twice in a row (see the doublecol-lose test, which is - % essentially a couple of indexes with @setchapternewpage off). In - % that case we just ship out what is in \partialpage with the normal - % output routine. Generally, \partialpage will be empty when this - % runs and this will be a no-op. See the indexspread.tex test case. - \ifvoid\partialpage \else - \onepageout{\pagecontents\partialpage}% - \fi - % - \global\setbox\partialpage = \vbox{% - % Unvbox the main output page. - \unvbox\PAGE - \kern-\topskip \kern\baselineskip - }% - \savemarks - }% - \eject % run that output routine to set \partialpage - \restoremarks - % - % We recover the two marks that the last output routine saved in order - % to propagate the information in marks added around a chapter heading, - % which could be otherwise be lost by the time the final page is output. - % - % - % Use the double-column output routine for subsequent pages. - \output = {\doublecolumnout}% - % - % Change the page size parameters. We could do this once outside this - % routine, in each of @smallbook, @afourpaper, and the default 8.5x11 - % format, but then we repeat the same computation. Repeating a couple - % of assignments once per index is clearly meaningless for the - % execution time, so we may as well do it in one place. - % - % First we halve the line length, less a little for the gutter between - % the columns. We compute the gutter based on the line length, so it - % changes automatically with the paper format. The magic constant - % below is chosen so that the gutter has the same value (well, +-<1pt) - % as it did when we hard-coded it. - % - % We put the result in a separate register, \doublecolumhsize, so we - % can restore it in \pagesofar, after \hsize itself has (potentially) - % been clobbered. - % - \doublecolumnhsize = \hsize - \advance\doublecolumnhsize by -.04154\hsize - \divide\doublecolumnhsize by 2 - \hsize = \doublecolumnhsize - % - % Double the \vsize as well. (We don't need a separate register here, - % since nobody clobbers \vsize.) - \global\doublecolumntopgap = \topskip - \global\advance\doublecolumntopgap by -1\baselineskip - \advance\vsize by -1\doublecolumntopgap - \vsize = 2\vsize - \topskip=0pt - \global\entrylinedepth=0pt\relax -} - -% The double-column output routine for all double-column pages except -% the last, which is done by \balancecolumns. -% -\def\doublecolumnout{% - % - \splittopskip=\topskip \splitmaxdepth=\maxdepth - % Get the available space for the double columns -- the normal - % (undoubled) page height minus any material left over from the - % previous page. - \dimen@ = \vsize - \divide\dimen@ by 2 - \advance\dimen@ by -\ht\partialpage - % - % box0 will be the left-hand column, box2 the right. - \setbox0=\vsplit255 to\dimen@ \setbox2=\vsplit255 to\dimen@ - \onepageout\pagesofar - \unvbox255 - \penalty\outputpenalty -} -% -% Re-output the contents of the output page -- any previous material, -% followed by the two boxes we just split, in box0 and box2. -\def\pagesofar{% - \unvbox\partialpage - % - \hsize = \doublecolumnhsize - \wd0=\hsize \wd2=\hsize - \vbox{% - \vskip\doublecolumntopgap - \hbox to\pagewidth{\box0\hfil\box2}}% -} - - -% Finished with with double columns. -\def\enddoublecolumns{% - % The following penalty ensures that the page builder is exercised - % _before_ we change the output routine. This is necessary in the - % following situation: - % - % The last section of the index consists only of a single entry. - % Before this section, \pagetotal is less than \pagegoal, so no - % break occurs before the last section starts. However, the last - % section, consisting of \initial and the single \entry, does not - % fit on the page and has to be broken off. Without the following - % penalty the page builder will not be exercised until \eject - % below, and by that time we'll already have changed the output - % routine to the \balancecolumns version, so the next-to-last - % double-column page will be processed with \balancecolumns, which - % is wrong: The two columns will go to the main vertical list, with - % the broken-off section in the recent contributions. As soon as - % the output routine finishes, TeX starts reconsidering the page - % break. The two columns and the broken-off section both fit on the - % page, because the two columns now take up only half of the page - % goal. When TeX sees \eject from below which follows the final - % section, it invokes the new output routine that we've set after - % \balancecolumns below; \onepageout will try to fit the two columns - % and the final section into the vbox of \pageheight (see - % \pagebody), causing an overfull box. - % - % Note that glue won't work here, because glue does not exercise the - % page builder, unlike penalties (see The TeXbook, pp. 280-281). - \penalty0 - % - \output = {% - % Split the last of the double-column material. - \savemarks - \balancecolumns - % - % Having called \balancecolumns once, we do not - % want to call it again. Therefore, reset \output to its normal - % definition right away. - \global\output = {\onepageout{\pagecontents\PAGE}}% - }% - \eject - \endgroup % started in \begindoublecolumns - \restoremarks - % Leave the double-column material on the current page, no automatic - % page break. - \box\balancedcolumns - % - % \pagegoal was set to the doubled \vsize above, since we restarted - % the current page. We're now back to normal single-column - % typesetting, so reset \pagegoal to the normal \vsize (after the - % \endgroup where \vsize got restored). - \pagegoal = \vsize -} -\newbox\balancedcolumns -\setbox\balancedcolumns=\vbox{shouldnt see this}% -% -% Only called for the last of the double column material. \doublecolumnout -% does the others. -\def\balancecolumns{% - \setbox0 = \vbox{\unvbox255}% like \box255 but more efficient, see p.120. - \dimen@ = \ht0 - \advance\dimen@ by \topskip - \advance\dimen@ by-\baselineskip - \ifdim\dimen@<14\baselineskip - % Don't split a short final column in two. - \setbox2=\vbox{}% - \else - \divide\dimen@ by 2 % target to split to - \dimen@ii = \dimen@ - \splittopskip = \topskip - % Loop until the second column is no higher than the first - {% - \vbadness = 10000 - \loop - \global\setbox3 = \copy0 - \global\setbox1 = \vsplit3 to \dimen@ - % Remove glue from bottom of first column to - % make sure it is higher than the second. - \global\setbox1 = \vbox{\unvbox1\unpenalty\unskip}% - \ifdim\ht3>\ht1 - \global\advance\dimen@ by 1pt - \repeat - }% - \multiply\dimen@ii by 4 - \divide\dimen@ii by 5 - \ifdim\ht3<\dimen@ii - % Column heights are too different, so don't make their bottoms - % flush with each other. The glue at the end of the second column - % allows a second column to stretch, reducing the difference in - % height between the two. - \setbox0=\vbox to\dimen@{\unvbox1\vfill}% - \setbox2=\vbox to\dimen@{\unvbox3\vskip 0pt plus 0.3\ht0}% - \else - \setbox0=\vbox to\dimen@{\unvbox1}% - \setbox2=\vbox to\dimen@{\unvbox3}% - \fi - \fi - % - \global\setbox\balancedcolumns=\vbox{\pagesofar}% -} -\catcode`\@ = \other - - -\message{sectioning,} -% Chapters, sections, etc. - -% Let's start with @part. -\outer\parseargdef\part{\partzzz{#1}} -\def\partzzz#1{% - \chapoddpage - \null - \vskip.3\vsize % move it down on the page a bit - \begingroup - \noindent \titlefonts\rmisbold #1\par % the text - \let\lastnode=\empty % no node to associate with - \writetocentry{part}{#1}{}% but put it in the toc - \headingsoff % no headline or footline on the part page - % This outputs a mark at the end of the page that clears \thischapter - % and \thissection, as is done in \startcontents. - \let\pchapsepmacro\relax - \chapmacro{}{Yomitfromtoc}{}% - \chapoddpage - \endgroup -} - -% \unnumberedno is an oxymoron. But we count the unnumbered -% sections so that we can refer to them unambiguously in the pdf -% outlines by their "section number". We avoid collisions with chapter -% numbers by starting them at 10000. (If a document ever has 10000 -% chapters, we're in trouble anyway, I'm sure.) -\newcount\unnumberedno \unnumberedno = 10000 -\newcount\chapno -\newcount\secno \secno=0 -\newcount\subsecno \subsecno=0 -\newcount\subsubsecno \subsubsecno=0 - -% This counter is funny since it counts through charcodes of letters A, B, ... -\newcount\appendixno \appendixno = `\@ -% -% \def\appendixletter{\char\the\appendixno} -% We do the following ugly conditional instead of the above simple -% construct for the sake of pdftex, which needs the actual -% letter in the expansion, not just typeset. -% -\def\appendixletter{% - \ifnum\appendixno=`A A% - \else\ifnum\appendixno=`B B% - \else\ifnum\appendixno=`C C% - \else\ifnum\appendixno=`D D% - \else\ifnum\appendixno=`E E% - \else\ifnum\appendixno=`F F% - \else\ifnum\appendixno=`G G% - \else\ifnum\appendixno=`H H% - \else\ifnum\appendixno=`I I% - \else\ifnum\appendixno=`J J% - \else\ifnum\appendixno=`K K% - \else\ifnum\appendixno=`L L% - \else\ifnum\appendixno=`M M% - \else\ifnum\appendixno=`N N% - \else\ifnum\appendixno=`O O% - \else\ifnum\appendixno=`P P% - \else\ifnum\appendixno=`Q Q% - \else\ifnum\appendixno=`R R% - \else\ifnum\appendixno=`S S% - \else\ifnum\appendixno=`T T% - \else\ifnum\appendixno=`U U% - \else\ifnum\appendixno=`V V% - \else\ifnum\appendixno=`W W% - \else\ifnum\appendixno=`X X% - \else\ifnum\appendixno=`Y Y% - \else\ifnum\appendixno=`Z Z% - % The \the is necessary, despite appearances, because \appendixletter is - % expanded while writing the .toc file. \char\appendixno is not - % expandable, thus it is written literally, thus all appendixes come out - % with the same letter (or @) in the toc without it. - \else\char\the\appendixno - \fi\fi\fi\fi\fi\fi\fi\fi\fi\fi\fi\fi\fi - \fi\fi\fi\fi\fi\fi\fi\fi\fi\fi\fi\fi\fi} - -% Each @chapter defines these (using marks) as the number+name, number -% and name of the chapter. Page headings and footings can use -% these. @section does likewise. -\def\thischapter{} -\def\thischapternum{} -\def\thischaptername{} -\def\thissection{} -\def\thissectionnum{} -\def\thissectionname{} - -\newcount\absseclevel % used to calculate proper heading level -\newcount\secbase\secbase=0 % @raisesections/@lowersections modify this count - -% @raisesections: treat @section as chapter, @subsection as section, etc. -\def\raisesections{\global\advance\secbase by -1} -\let\up=\raisesections % original BFox name - -% @lowersections: treat @chapter as section, @section as subsection, etc. -\def\lowersections{\global\advance\secbase by 1} -\let\down=\lowersections % original BFox name - -% we only have subsub. -\chardef\maxseclevel = 3 -% -% A numbered section within an unnumbered changes to unnumbered too. -% To achieve this, remember the "biggest" unnum. sec. we are currently in: -\chardef\unnlevel = \maxseclevel -% -% Trace whether the current chapter is an appendix or not: -% \chapheadtype is "N" or "A", unnumbered chapters are ignored. -\def\chapheadtype{N} - -% Choose a heading macro -% #1 is heading type -% #2 is heading level -% #3 is text for heading -\def\genhead#1#2#3{% - % Compute the abs. sec. level: - \absseclevel=#2 - \advance\absseclevel by \secbase - % Make sure \absseclevel doesn't fall outside the range: - \ifnum \absseclevel < 0 - \absseclevel = 0 - \else - \ifnum \absseclevel > 3 - \absseclevel = 3 - \fi - \fi - % The heading type: - \def\headtype{#1}% - \if \headtype U% - \ifnum \absseclevel < \unnlevel - \chardef\unnlevel = \absseclevel - \fi - \else - % Check for appendix sections: - \ifnum \absseclevel = 0 - \edef\chapheadtype{\headtype}% - \else - \if \headtype A\if \chapheadtype N% - \errmessage{@appendix... within a non-appendix chapter}% - \fi\fi - \fi - % Check for numbered within unnumbered: - \ifnum \absseclevel > \unnlevel - \def\headtype{U}% - \else - \chardef\unnlevel = 3 - \fi - \fi - % Now print the heading: - \if \headtype U% - \ifcase\absseclevel - \unnumberedzzz{#3}% - \or \unnumberedseczzz{#3}% - \or \unnumberedsubseczzz{#3}% - \or \unnumberedsubsubseczzz{#3}% - \fi - \else - \if \headtype A% - \ifcase\absseclevel - \appendixzzz{#3}% - \or \appendixsectionzzz{#3}% - \or \appendixsubseczzz{#3}% - \or \appendixsubsubseczzz{#3}% - \fi - \else - \ifcase\absseclevel - \chapterzzz{#3}% - \or \seczzz{#3}% - \or \numberedsubseczzz{#3}% - \or \numberedsubsubseczzz{#3}% - \fi - \fi - \fi - \suppressfirstparagraphindent -} - -% an interface: -\def\numhead{\genhead N} -\def\apphead{\genhead A} -\def\unnmhead{\genhead U} - -% @chapter, @appendix, @unnumbered. Increment top-level counter, reset -% all lower-level sectioning counters to zero. -% -% Also set \chaplevelprefix, which we prepend to @float sequence numbers -% (e.g., figures), q.v. By default (before any chapter), that is empty. -\let\chaplevelprefix = \empty -% -\outer\parseargdef\chapter{\numhead0{#1}} % normally numhead0 calls chapterzzz -\def\chapterzzz#1{% - % section resetting is \global in case the chapter is in a group, such - % as an @include file. - \global\secno=0 \global\subsecno=0 \global\subsubsecno=0 - \global\advance\chapno by 1 - % - % Used for \float. - \gdef\chaplevelprefix{\the\chapno.}% - \resetallfloatnos - % - % \putwordChapter can contain complex things in translations. - \toks0=\expandafter{\putwordChapter}% - \message{\the\toks0 \space \the\chapno}% - % - % Write the actual heading. - \chapmacro{#1}{Ynumbered}{\the\chapno}% - % - % So @section and the like are numbered underneath this chapter. - \global\let\section = \numberedsec - \global\let\subsection = \numberedsubsec - \global\let\subsubsection = \numberedsubsubsec -} - -\outer\parseargdef\appendix{\apphead0{#1}} % normally calls appendixzzz -% -\def\appendixzzz#1{% - \global\secno=0 \global\subsecno=0 \global\subsubsecno=0 - \global\advance\appendixno by 1 - \gdef\chaplevelprefix{\appendixletter.}% - \resetallfloatnos - % - % \putwordAppendix can contain complex things in translations. - \toks0=\expandafter{\putwordAppendix}% - \message{\the\toks0 \space \appendixletter}% - % - \chapmacro{#1}{Yappendix}{\appendixletter}% - % - \global\let\section = \appendixsec - \global\let\subsection = \appendixsubsec - \global\let\subsubsection = \appendixsubsubsec -} - -% normally unnmhead0 calls unnumberedzzz: -\outer\parseargdef\unnumbered{\unnmhead0{#1}} -\def\unnumberedzzz#1{% - \global\secno=0 \global\subsecno=0 \global\subsubsecno=0 - \global\advance\unnumberedno by 1 - % - % Since an unnumbered has no number, no prefix for figures. - \global\let\chaplevelprefix = \empty - \resetallfloatnos - % - % This used to be simply \message{#1}, but TeX fully expands the - % argument to \message. Therefore, if #1 contained @-commands, TeX - % expanded them. For example, in `@unnumbered The @cite{Book}', TeX - % expanded @cite (which turns out to cause errors because \cite is meant - % to be executed, not expanded). - % - % Anyway, we don't want the fully-expanded definition of @cite to appear - % as a result of the \message, we just want `@cite' itself. We use - % \the to achieve this: TeX expands \the only once, - % simply yielding the contents of . (We also do this for - % the toc entries.) - \toks0 = {#1}% - \message{(\the\toks0)}% - % - \chapmacro{#1}{Ynothing}{\the\unnumberedno}% - % - \global\let\section = \unnumberedsec - \global\let\subsection = \unnumberedsubsec - \global\let\subsubsection = \unnumberedsubsubsec -} - -% @centerchap is like @unnumbered, but the heading is centered. -\outer\parseargdef\centerchap{% - \let\centerparametersmaybe = \centerparameters - \unnmhead0{#1}% - \let\centerparametersmaybe = \relax -} - -% @top is like @unnumbered. -\let\top\unnumbered - -% Sections. -% -\outer\parseargdef\numberedsec{\numhead1{#1}} % normally calls seczzz -\def\seczzz#1{% - \global\subsecno=0 \global\subsubsecno=0 \global\advance\secno by 1 - \sectionheading{#1}{sec}{Ynumbered}{\the\chapno.\the\secno}% -} - -% normally calls appendixsectionzzz: -\outer\parseargdef\appendixsection{\apphead1{#1}} -\def\appendixsectionzzz#1{% - \global\subsecno=0 \global\subsubsecno=0 \global\advance\secno by 1 - \sectionheading{#1}{sec}{Yappendix}{\appendixletter.\the\secno}% -} -\let\appendixsec\appendixsection - -% normally calls unnumberedseczzz: -\outer\parseargdef\unnumberedsec{\unnmhead1{#1}} -\def\unnumberedseczzz#1{% - \global\subsecno=0 \global\subsubsecno=0 \global\advance\secno by 1 - \sectionheading{#1}{sec}{Ynothing}{\the\unnumberedno.\the\secno}% -} - -% Subsections. -% -% normally calls numberedsubseczzz: -\outer\parseargdef\numberedsubsec{\numhead2{#1}} -\def\numberedsubseczzz#1{% - \global\subsubsecno=0 \global\advance\subsecno by 1 - \sectionheading{#1}{subsec}{Ynumbered}{\the\chapno.\the\secno.\the\subsecno}% -} - -% normally calls appendixsubseczzz: -\outer\parseargdef\appendixsubsec{\apphead2{#1}} -\def\appendixsubseczzz#1{% - \global\subsubsecno=0 \global\advance\subsecno by 1 - \sectionheading{#1}{subsec}{Yappendix}% - {\appendixletter.\the\secno.\the\subsecno}% -} - -% normally calls unnumberedsubseczzz: -\outer\parseargdef\unnumberedsubsec{\unnmhead2{#1}} -\def\unnumberedsubseczzz#1{% - \global\subsubsecno=0 \global\advance\subsecno by 1 - \sectionheading{#1}{subsec}{Ynothing}% - {\the\unnumberedno.\the\secno.\the\subsecno}% -} - -% Subsubsections. -% -% normally numberedsubsubseczzz: -\outer\parseargdef\numberedsubsubsec{\numhead3{#1}} -\def\numberedsubsubseczzz#1{% - \global\advance\subsubsecno by 1 - \sectionheading{#1}{subsubsec}{Ynumbered}% - {\the\chapno.\the\secno.\the\subsecno.\the\subsubsecno}% -} - -% normally appendixsubsubseczzz: -\outer\parseargdef\appendixsubsubsec{\apphead3{#1}} -\def\appendixsubsubseczzz#1{% - \global\advance\subsubsecno by 1 - \sectionheading{#1}{subsubsec}{Yappendix}% - {\appendixletter.\the\secno.\the\subsecno.\the\subsubsecno}% -} - -% normally unnumberedsubsubseczzz: -\outer\parseargdef\unnumberedsubsubsec{\unnmhead3{#1}} -\def\unnumberedsubsubseczzz#1{% - \global\advance\subsubsecno by 1 - \sectionheading{#1}{subsubsec}{Ynothing}% - {\the\unnumberedno.\the\secno.\the\subsecno.\the\subsubsecno}% -} - -% These macros control what the section commands do, according -% to what kind of chapter we are in (ordinary, appendix, or unnumbered). -% Define them by default for a numbered chapter. -\let\section = \numberedsec -\let\subsection = \numberedsubsec -\let\subsubsection = \numberedsubsubsec - -% Define @majorheading, @heading and @subheading - -\def\majorheading{% - {\advance\chapheadingskip by 10pt \chapbreak }% - \parsearg\chapheadingzzz -} - -\def\chapheading{\chapbreak \parsearg\chapheadingzzz} -\def\chapheadingzzz#1{% - \vbox{\chapfonts \raggedtitlesettings #1\par}% - \nobreak\bigskip \nobreak - \suppressfirstparagraphindent -} - -% @heading, @subheading, @subsubheading. -\parseargdef\heading{\sectionheading{#1}{sec}{Yomitfromtoc}{} - \suppressfirstparagraphindent} -\parseargdef\subheading{\sectionheading{#1}{subsec}{Yomitfromtoc}{} - \suppressfirstparagraphindent} -\parseargdef\subsubheading{\sectionheading{#1}{subsubsec}{Yomitfromtoc}{} - \suppressfirstparagraphindent} - -% These macros generate a chapter, section, etc. heading only -% (including whitespace, linebreaking, etc. around it), -% given all the information in convenient, parsed form. - -% Args are the skip and penalty (usually negative) -\def\dobreak#1#2{\par\ifdim\lastskip<#1\removelastskip\penalty#2\vskip#1\fi} - -% Parameter controlling skip before chapter headings (if needed) -\newskip\chapheadingskip - -% Define plain chapter starts, and page on/off switching for it. -\def\chapbreak{\dobreak \chapheadingskip {-4000}} - -% Start a new page -\def\chappager{\par\vfill\supereject} - -% \chapoddpage - start on an odd page for a new chapter -% Because \domark is called before \chapoddpage, the filler page will -% get the headings for the next chapter, which is wrong. But we don't -% care -- we just disable all headings on the filler page. -\def\chapoddpage{% - \chappager - \ifodd\pageno \else - \begingroup - \headingsoff - \null - \chappager - \endgroup - \fi -} - -\def\setchapternewpage #1 {\csname CHAPPAG#1\endcsname} - -\def\CHAPPAGoff{% -\global\let\contentsalignmacro = \chappager -\global\let\pchapsepmacro=\chapbreak -\global\let\pagealignmacro=\chappager} - -\def\CHAPPAGon{% -\global\let\contentsalignmacro = \chappager -\global\let\pchapsepmacro=\chappager -\global\let\pagealignmacro=\chappager -\global\def\HEADINGSon{\HEADINGSsingle}} - -\def\CHAPPAGodd{% -\global\let\contentsalignmacro = \chapoddpage -\global\let\pchapsepmacro=\chapoddpage -\global\let\pagealignmacro=\chapoddpage -\global\def\HEADINGSon{\HEADINGSdouble}} - -\CHAPPAGon - -% \chapmacro - Chapter opening. -% -% #1 is the text, #2 is the section type (Ynumbered, Ynothing, -% Yappendix, Yomitfromtoc), #3 the chapter number. -% Not used for @heading series. -% -% To test against our argument. -\def\Ynothingkeyword{Ynothing} -\def\Yappendixkeyword{Yappendix} -\def\Yomitfromtockeyword{Yomitfromtoc} -% -\def\chapmacro#1#2#3{% - \checkenv{}% chapters, etc., should not start inside an environment. - % - % Insert the first mark before the heading break (see notes for \domark). - \let\prevchapterdefs=\lastchapterdefs - \let\prevsectiondefs=\lastsectiondefs - \gdef\lastsectiondefs{\gdef\thissectionname{}\gdef\thissectionnum{}% - \gdef\thissection{}}% - % - \def\temptype{#2}% - \ifx\temptype\Ynothingkeyword - \gdef\lastchapterdefs{\gdef\thischaptername{#1}\gdef\thischapternum{}% - \gdef\thischapter{\thischaptername}}% - \else\ifx\temptype\Yomitfromtockeyword - \gdef\lastchapterdefs{\gdef\thischaptername{#1}\gdef\thischapternum{}% - \gdef\thischapter{}}% - \else\ifx\temptype\Yappendixkeyword - \toks0={#1}% - \xdef\lastchapterdefs{% - \gdef\noexpand\thischaptername{\the\toks0}% - \gdef\noexpand\thischapternum{\appendixletter}% - % \noexpand\putwordAppendix avoids expanding indigestible - % commands in some of the translations. - \gdef\noexpand\thischapter{\noexpand\putwordAppendix{} - \noexpand\thischapternum: - \noexpand\thischaptername}% - }% - \else - \toks0={#1}% - \xdef\lastchapterdefs{% - \gdef\noexpand\thischaptername{\the\toks0}% - \gdef\noexpand\thischapternum{\the\chapno}% - % \noexpand\putwordChapter avoids expanding indigestible - % commands in some of the translations. - \gdef\noexpand\thischapter{\noexpand\putwordChapter{} - \noexpand\thischapternum: - \noexpand\thischaptername}% - }% - \fi\fi\fi - % - % Output the mark. Pass it through \safewhatsit, to take care of - % the preceding space. - \safewhatsit\domark - % - % Insert the chapter heading break. - \pchapsepmacro - % - % Now the second mark, after the heading break. No break points - % between here and the heading. - \let\prevchapterdefs=\lastchapterdefs - \let\prevsectiondefs=\lastsectiondefs - \domark - % - {% - \chapfonts \rmisbold - \let\footnote=\errfootnoteheading % give better error message - % - % Have to define \lastsection before calling \donoderef, because the - % xref code eventually uses it. On the other hand, it has to be called - % after \pchapsepmacro, or the headline will change too soon. - \gdef\lastsection{#1}% - % - % Only insert the separating space if we have a chapter/appendix - % number, and don't print the unnumbered ``number''. - \ifx\temptype\Ynothingkeyword - \setbox0 = \hbox{}% - \def\toctype{unnchap}% - \else\ifx\temptype\Yomitfromtockeyword - \setbox0 = \hbox{}% contents like unnumbered, but no toc entry - \def\toctype{omit}% - \else\ifx\temptype\Yappendixkeyword - \setbox0 = \hbox{\putwordAppendix{} #3\enspace}% - \def\toctype{app}% - \else - \setbox0 = \hbox{#3\enspace}% - \def\toctype{numchap}% - \fi\fi\fi - % - % Write the toc entry for this chapter. Must come before the - % \donoderef, because we include the current node name in the toc - % entry, and \donoderef resets it to empty. - \writetocentry{\toctype}{#1}{#3}% - % - % For pdftex, we have to write out the node definition (aka, make - % the pdfdest) after any page break, but before the actual text has - % been typeset. If the destination for the pdf outline is after the - % text, then jumping from the outline may wind up with the text not - % being visible, for instance under high magnification. - \donoderef{#2}% - % - % Typeset the actual heading. - \nobreak % Avoid page breaks at the interline glue. - \vbox{\raggedtitlesettings \hangindent=\wd0 \centerparametersmaybe - \unhbox0 #1\par}% - }% - \nobreak\bigskip % no page break after a chapter title - \nobreak -} - -% @centerchap -- centered and unnumbered. -\let\centerparametersmaybe = \relax -\def\centerparameters{% - \advance\rightskip by 3\rightskip - \leftskip = \rightskip - \parfillskip = 0pt -} - - -% I don't think this chapter style is supported any more, so I'm not -% updating it with the new noderef stuff. We'll see. --karl, 11aug03. -% -\def\setchapterstyle #1 {\csname CHAPF#1\endcsname} -% -\def\unnchfopen #1{% - \chapoddpage - \vbox{\chapfonts \raggedtitlesettings #1\par}% - \nobreak\bigskip\nobreak -} -\def\chfopen #1#2{\chapoddpage {\chapfonts -\vbox to 3in{\vfil \hbox to\hsize{\hfil #2} \hbox to\hsize{\hfil #1} \vfil}}% -\par\penalty 5000 % -} -\def\centerchfopen #1{% - \chapoddpage - \vbox{\chapfonts \raggedtitlesettings \hfill #1\hfill}% - \nobreak\bigskip \nobreak -} -\def\CHAPFopen{% - \global\let\chapmacro=\chfopen - \global\let\centerchapmacro=\centerchfopen} - - -% Section titles. These macros combine the section number parts and -% call the generic \sectionheading to do the printing. -% -\newskip\secheadingskip -\def\secheadingbreak{\dobreak \secheadingskip{-1000}} - -% Subsection titles. -\newskip\subsecheadingskip -\def\subsecheadingbreak{\dobreak \subsecheadingskip{-500}} - -% Subsubsection titles. -\def\subsubsecheadingskip{\subsecheadingskip} -\def\subsubsecheadingbreak{\subsecheadingbreak} - - -% Print any size, any type, section title. -% -% #1 is the text of the title, -% #2 is the section level (sec/subsec/subsubsec), -% #3 is the section type (Ynumbered, Ynothing, Yappendix, Yomitfromtoc), -% #4 is the section number. -% -\def\seckeyword{sec} -% -\def\sectionheading#1#2#3#4{% - {% - \def\sectionlevel{#2}% - \def\temptype{#3}% - % - % It is ok for the @heading series commands to appear inside an - % environment (it's been historically allowed, though the logic is - % dubious), but not the others. - \ifx\temptype\Yomitfromtockeyword\else - \checkenv{}% non-@*heading should not be in an environment. - \fi - \let\footnote=\errfootnoteheading - % - % Switch to the right set of fonts. - \csname #2fonts\endcsname \rmisbold - % - % Insert first mark before the heading break (see notes for \domark). - \let\prevsectiondefs=\lastsectiondefs - \ifx\temptype\Ynothingkeyword - \ifx\sectionlevel\seckeyword - \gdef\lastsectiondefs{\gdef\thissectionname{#1}\gdef\thissectionnum{}% - \gdef\thissection{\thissectionname}}% - \fi - \else\ifx\temptype\Yomitfromtockeyword - % Don't redefine \thissection. - \else\ifx\temptype\Yappendixkeyword - \ifx\sectionlevel\seckeyword - \toks0={#1}% - \xdef\lastsectiondefs{% - \gdef\noexpand\thissectionname{\the\toks0}% - \gdef\noexpand\thissectionnum{#4}% - % \noexpand\putwordSection avoids expanding indigestible - % commands in some of the translations. - \gdef\noexpand\thissection{\noexpand\putwordSection{} - \noexpand\thissectionnum: - \noexpand\thissectionname}% - }% - \fi - \else - \ifx\sectionlevel\seckeyword - \toks0={#1}% - \xdef\lastsectiondefs{% - \gdef\noexpand\thissectionname{\the\toks0}% - \gdef\noexpand\thissectionnum{#4}% - % \noexpand\putwordSection avoids expanding indigestible - % commands in some of the translations. - \gdef\noexpand\thissection{\noexpand\putwordSection{} - \noexpand\thissectionnum: - \noexpand\thissectionname}% - }% - \fi - \fi\fi\fi - % - % Go into vertical mode. Usually we'll already be there, but we - % don't want the following whatsit to end up in a preceding paragraph - % if the document didn't happen to have a blank line. - \par - % - % Output the mark. Pass it through \safewhatsit, to take care of - % the preceding space. - \safewhatsit\domark - % - % Insert space above the heading. - \csname #2headingbreak\endcsname - % - % Now the second mark, after the heading break. No break points - % between here and the heading. - \global\let\prevsectiondefs=\lastsectiondefs - \domark - % - % Only insert the space after the number if we have a section number. - \ifx\temptype\Ynothingkeyword - \setbox0 = \hbox{}% - \def\toctype{unn}% - \gdef\lastsection{#1}% - \else\ifx\temptype\Yomitfromtockeyword - % for @headings -- no section number, don't include in toc, - % and don't redefine \lastsection. - \setbox0 = \hbox{}% - \def\toctype{omit}% - \let\sectionlevel=\empty - \else\ifx\temptype\Yappendixkeyword - \setbox0 = \hbox{#4\enspace}% - \def\toctype{app}% - \gdef\lastsection{#1}% - \else - \setbox0 = \hbox{#4\enspace}% - \def\toctype{num}% - \gdef\lastsection{#1}% - \fi\fi\fi - % - % Write the toc entry (before \donoderef). See comments in \chapmacro. - \writetocentry{\toctype\sectionlevel}{#1}{#4}% - % - % Write the node reference (= pdf destination for pdftex). - % Again, see comments in \chapmacro. - \donoderef{#3}% - % - % Interline glue will be inserted when the vbox is completed. - % That glue will be a valid breakpoint for the page, since it'll be - % preceded by a whatsit (usually from the \donoderef, or from the - % \writetocentry if there was no node). We don't want to allow that - % break, since then the whatsits could end up on page n while the - % section is on page n+1, thus toc/etc. are wrong. Debian bug 276000. - \nobreak - % - % Output the actual section heading. - \vbox{\hyphenpenalty=10000 \tolerance=5000 \parindent=0pt \ptexraggedright - \hangindent=\wd0 % zero if no section number - \unhbox0 #1}% - }% - % Add extra space after the heading -- half of whatever came above it. - % Don't allow stretch, though. - \kern .5 \csname #2headingskip\endcsname - % - % Do not let the kern be a potential breakpoint, as it would be if it - % was followed by glue. - \nobreak - % - % We'll almost certainly start a paragraph next, so don't let that - % glue accumulate. (Not a breakpoint because it's preceded by a - % discardable item.) However, when a paragraph is not started next - % (\startdefun, \cartouche, \center, etc.), this needs to be wiped out - % or the negative glue will cause weirdly wrong output, typically - % obscuring the section heading with something else. - \vskip-\parskip - % - % This is so the last item on the main vertical list is a known - % \penalty > 10000, so \startdefun, etc., can recognize the situation - % and do the needful. - \penalty 10001 -} - - -\message{toc,} -% Table of contents. -\newwrite\tocfile - -% Write an entry to the toc file, opening it if necessary. -% Called from @chapter, etc. -% -% Example usage: \writetocentry{sec}{Section Name}{\the\chapno.\the\secno} -% We append the current node name (if any) and page number as additional -% arguments for the \{chap,sec,...}entry macros which will eventually -% read this. The node name is used in the pdf outlines as the -% destination to jump to. -% -% We open the .toc file for writing here instead of at @setfilename (or -% any other fixed time) so that @contents can be anywhere in the document. -% But if #1 is `omit', then we don't do anything. This is used for the -% table of contents chapter openings themselves. -% -\newif\iftocfileopened -\def\omitkeyword{omit}% -% -\def\writetocentry#1#2#3{% - \edef\writetoctype{#1}% - \ifx\writetoctype\omitkeyword \else - \iftocfileopened\else - \immediate\openout\tocfile = \jobname.toc - \global\tocfileopenedtrue - \fi - % - \iflinks - {\atdummies - \edef\temp{% - \write\tocfile{@#1entry{#2}{#3}{\lastnode}{\noexpand\folio}}}% - \temp - }% - \fi - \fi - % - % Tell \shipout to create a pdf destination on each page, if we're - % writing pdf. These are used in the table of contents. We can't - % just write one on every page because the title pages are numbered - % 1 and 2 (the page numbers aren't printed), and so are the first - % two pages of the document. Thus, we'd have two destinations named - % `1', and two named `2'. - \ifpdf \global\pdfmakepagedesttrue \fi -} - - -% These characters do not print properly in the Computer Modern roman -% fonts, so we must take special care. This is more or less redundant -% with the Texinfo input format setup at the end of this file. -% -\def\activecatcodes{% - \catcode`\"=\active - \catcode`\$=\active - \catcode`\<=\active - \catcode`\>=\active - \catcode`\\=\active - \catcode`\^=\active - \catcode`\_=\active - \catcode`\|=\active - \catcode`\~=\active -} - - -% Read the toc file, which is essentially Texinfo input. -\def\readtocfile{% - \setupdatafile - \activecatcodes - \input \tocreadfilename -} - -\newskip\contentsrightmargin \contentsrightmargin=1in -\newcount\savepageno -\newcount\lastnegativepageno \lastnegativepageno = -1 - -% Prepare to read what we've written to \tocfile. -% -\def\startcontents#1{% - % If @setchapternewpage on, and @headings double, the contents should - % start on an odd page, unlike chapters. Thus, we maintain - % \contentsalignmacro in parallel with \pagealignmacro. - % From: Torbjorn Granlund - \contentsalignmacro - \immediate\closeout\tocfile - % - % Don't need to put `Contents' or `Short Contents' in the headline. - % It is abundantly clear what they are. - \chapmacro{#1}{Yomitfromtoc}{}% - % - \savepageno = \pageno - \begingroup % Set up to handle contents files properly. - \raggedbottom % Worry more about breakpoints than the bottom. - \entryrightmargin=\contentsrightmargin % Don't use the full line length. - % - % Roman numerals for page numbers. - \ifnum \pageno>0 \global\pageno = \lastnegativepageno \fi -} - -% redefined for the two-volume lispref. We always output on -% \jobname.toc even if this is redefined. -% -\def\tocreadfilename{\jobname.toc} - -% Normal (long) toc. -% -\def\contents{% - \startcontents{\putwordTOC}% - \openin 1 \tocreadfilename\space - \ifeof 1 \else - \readtocfile - \fi - \vfill \eject - \contentsalignmacro % in case @setchapternewpage odd is in effect - \ifeof 1 \else - \pdfmakeoutlines - \fi - \closein 1 - \endgroup - \lastnegativepageno = \pageno - \global\pageno = \savepageno -} - -% And just the chapters. -\def\summarycontents{% - \startcontents{\putwordShortTOC}% - % - \let\partentry = \shortpartentry - \let\numchapentry = \shortchapentry - \let\appentry = \shortchapentry - \let\unnchapentry = \shortunnchapentry - % We want a true roman here for the page numbers. - \secfonts - \let\rm=\shortcontrm \let\bf=\shortcontbf - \let\sl=\shortcontsl \let\tt=\shortconttt - \rm - \hyphenpenalty = 10000 - \advance\baselineskip by 1pt % Open it up a little. - \def\numsecentry##1##2##3##4{} - \let\appsecentry = \numsecentry - \let\unnsecentry = \numsecentry - \let\numsubsecentry = \numsecentry - \let\appsubsecentry = \numsecentry - \let\unnsubsecentry = \numsecentry - \let\numsubsubsecentry = \numsecentry - \let\appsubsubsecentry = \numsecentry - \let\unnsubsubsecentry = \numsecentry - \openin 1 \tocreadfilename\space - \ifeof 1 \else - \readtocfile - \fi - \closein 1 - \vfill \eject - \contentsalignmacro % in case @setchapternewpage odd is in effect - \endgroup - \lastnegativepageno = \pageno - \global\pageno = \savepageno -} -\let\shortcontents = \summarycontents - -% Typeset the label for a chapter or appendix for the short contents. -% The arg is, e.g., `A' for an appendix, or `3' for a chapter. -% -\def\shortchaplabel#1{% - % This space should be enough, since a single number is .5em, and the - % widest letter (M) is 1em, at least in the Computer Modern fonts. - % But use \hss just in case. - % (This space doesn't include the extra space that gets added after - % the label; that gets put in by \shortchapentry above.) - % - % We'd like to right-justify chapter numbers, but that looks strange - % with appendix letters. And right-justifying numbers and - % left-justifying letters looks strange when there is less than 10 - % chapters. Have to read the whole toc once to know how many chapters - % there are before deciding ... - \hbox to 1em{#1\hss}% -} - -% These macros generate individual entries in the table of contents. -% The first argument is the chapter or section name. -% The last argument is the page number. -% The arguments in between are the chapter number, section number, ... - -% Parts, in the main contents. Replace the part number, which doesn't -% exist, with an empty box. Let's hope all the numbers have the same width. -% Also ignore the page number, which is conventionally not printed. -\def\numeralbox{\setbox0=\hbox{8}\hbox to \wd0{\hfil}} -\def\partentry#1#2#3#4{\dochapentry{\numeralbox\labelspace#1}{}} -% -% Parts, in the short toc. -\def\shortpartentry#1#2#3#4{% - \penalty-300 - \vskip.5\baselineskip plus.15\baselineskip minus.1\baselineskip - \shortchapentry{{\bf #1}}{\numeralbox}{}{}% -} - -% Chapters, in the main contents. -\def\numchapentry#1#2#3#4{\dochapentry{#2\labelspace#1}{#4}} - -% Chapters, in the short toc. -% See comments in \dochapentry re vbox and related settings. -\def\shortchapentry#1#2#3#4{% - \tocentry{\shortchaplabel{#2}\labelspace #1}{\doshortpageno\bgroup#4\egroup}% -} - -% Appendices, in the main contents. -% Need the word Appendix, and a fixed-size box. -% -\def\appendixbox#1{% - % We use M since it's probably the widest letter. - \setbox0 = \hbox{\putwordAppendix{} M}% - \hbox to \wd0{\putwordAppendix{} #1\hss}} -% -\def\appentry#1#2#3#4{\dochapentry{\appendixbox{#2}\hskip.7em#1}{#4}} - -% Unnumbered chapters. -\def\unnchapentry#1#2#3#4{\dochapentry{#1}{#4}} -\def\shortunnchapentry#1#2#3#4{\tocentry{#1}{\doshortpageno\bgroup#4\egroup}} - -% Sections. -\def\numsecentry#1#2#3#4{\dosecentry{#2\labelspace#1}{#4}} -\let\appsecentry=\numsecentry -\def\unnsecentry#1#2#3#4{\dosecentry{#1}{#4}} - -% Subsections. -\def\numsubsecentry#1#2#3#4{\dosubsecentry{#2\labelspace#1}{#4}} -\let\appsubsecentry=\numsubsecentry -\def\unnsubsecentry#1#2#3#4{\dosubsecentry{#1}{#4}} - -% And subsubsections. -\def\numsubsubsecentry#1#2#3#4{\dosubsubsecentry{#2\labelspace#1}{#4}} -\let\appsubsubsecentry=\numsubsubsecentry -\def\unnsubsubsecentry#1#2#3#4{\dosubsubsecentry{#1}{#4}} - -% This parameter controls the indentation of the various levels. -% Same as \defaultparindent. -\newdimen\tocindent \tocindent = 15pt - -% Now for the actual typesetting. In all these, #1 is the text and #2 is the -% page number. -% -% If the toc has to be broken over pages, we want it to be at chapters -% if at all possible; hence the \penalty. -\def\dochapentry#1#2{% - \penalty-300 \vskip1\baselineskip plus.33\baselineskip minus.25\baselineskip - \begingroup - % Move the page numbers slightly to the right - \advance\entryrightmargin by -0.05em - \chapentryfonts - \tocentry{#1}{\dopageno\bgroup#2\egroup}% - \endgroup - \nobreak\vskip .25\baselineskip plus.1\baselineskip -} - -\def\dosecentry#1#2{\begingroup - \secentryfonts \leftskip=\tocindent - \tocentry{#1}{\dopageno\bgroup#2\egroup}% -\endgroup} - -\def\dosubsecentry#1#2{\begingroup - \subsecentryfonts \leftskip=2\tocindent - \tocentry{#1}{\dopageno\bgroup#2\egroup}% -\endgroup} - -\def\dosubsubsecentry#1#2{\begingroup - \subsubsecentryfonts \leftskip=3\tocindent - \tocentry{#1}{\dopageno\bgroup#2\egroup}% -\endgroup} - -% We use the same \entry macro as for the index entries. -\let\tocentry = \entry - -% Space between chapter (or whatever) number and the title. -\def\labelspace{\hskip1em \relax} - -\def\dopageno#1{{\rm #1}} -\def\doshortpageno#1{{\rm #1}} - -\def\chapentryfonts{\secfonts \rm} -\def\secentryfonts{\textfonts} -\def\subsecentryfonts{\textfonts} -\def\subsubsecentryfonts{\textfonts} - - -\message{environments,} -% @foo ... @end foo. - -% @tex ... @end tex escapes into raw TeX temporarily. -% One exception: @ is still an escape character, so that @end tex works. -% But \@ or @@ will get a plain @ character. - -\envdef\tex{% - \setupmarkupstyle{tex}% - \catcode `\\=0 \catcode `\{=1 \catcode `\}=2 - \catcode `\$=3 \catcode `\&=4 \catcode `\#=6 - \catcode `\^=7 \catcode `\_=8 \catcode `\~=\active \let~=\tie - \catcode `\%=14 - \catcode `\+=\other - \catcode `\"=\other - \catcode `\|=\other - \catcode `\<=\other - \catcode `\>=\other - \catcode `\`=\other - \catcode `\'=\other - \escapechar=`\\ - % - % ' is active in math mode (mathcode"8000). So reset it, and all our - % other math active characters (just in case), to plain's definitions. - \mathactive - % - % Inverse of the list at the beginning of the file. - \let\b=\ptexb - \let\bullet=\ptexbullet - \let\c=\ptexc - \let\,=\ptexcomma - \let\.=\ptexdot - \let\dots=\ptexdots - \let\equiv=\ptexequiv - \let\!=\ptexexclam - \let\i=\ptexi - \let\indent=\ptexindent - \let\noindent=\ptexnoindent - \let\{=\ptexlbrace - \let\+=\tabalign - \let\}=\ptexrbrace - \let\/=\ptexslash - \let\sp=\ptexsp - \let\*=\ptexstar - %\let\sup=\ptexsup % do not redefine, we want @sup to work in math mode - \let\t=\ptext - \expandafter \let\csname top\endcsname=\ptextop % we've made it outer - \let\frenchspacing=\plainfrenchspacing - % - \def\endldots{\mathinner{\ldots\ldots\ldots\ldots}}% - \def\enddots{\relax\ifmmode\endldots\else$\mathsurround=0pt \endldots\,$\fi}% - \def\@{@}% -} -% There is no need to define \Etex. - -% Define @lisp ... @end lisp. -% @lisp environment forms a group so it can rebind things, -% including the definition of @end lisp (which normally is erroneous). - -% Amount to narrow the margins by for @lisp. -\newskip\lispnarrowing \lispnarrowing=0.4in - -% This is the definition that ^^M gets inside @lisp, @example, and other -% such environments. \null is better than a space, since it doesn't -% have any width. -\def\lisppar{\null\endgraf} - -% This space is always present above and below environments. -\newskip\envskipamount \envskipamount = 0pt - -% Make spacing and below environment symmetrical. We use \parskip here -% to help in doing that, since in @example-like environments \parskip -% is reset to zero; thus the \afterenvbreak inserts no space -- but the -% start of the next paragraph will insert \parskip. -% -\def\aboveenvbreak{{% - % =10000 instead of <10000 because of a special case in \itemzzz and - % \sectionheading, q.v. - \ifnum \lastpenalty=10000 \else - \advance\envskipamount by \parskip - \endgraf - \ifdim\lastskip<\envskipamount - \removelastskip - \ifnum\lastpenalty<10000 - % Penalize breaking before the environment, because preceding text - % often leads into it. - \penalty100 - \fi - \vskip\envskipamount - \fi - \fi -}} - -\def\afterenvbreak{{% - % =10000 instead of <10000 because of a special case in \itemzzz and - % \sectionheading, q.v. - \ifnum \lastpenalty=10000 \else - \advance\envskipamount by \parskip - \endgraf - \ifdim\lastskip<\envskipamount - \removelastskip - % it's not a good place to break if the last penalty was \nobreak - % or better ... - \ifnum\lastpenalty<10000 \penalty-50 \fi - \vskip\envskipamount - \fi - \fi -}} - -% \nonarrowing is a flag. If "set", @lisp etc don't narrow margins; it will -% also clear it, so that its embedded environments do the narrowing again. -\let\nonarrowing=\relax - -% @cartouche ... @end cartouche: draw rectangle w/rounded corners around -% environment contents. -\font\circle=lcircle10 -\newdimen\circthick -\newdimen\cartouter\newdimen\cartinner -\newskip\normbskip\newskip\normpskip\newskip\normlskip -\circthick=\fontdimen8\circle -% -\def\ctl{{\circle\char'013\hskip -6pt}}% 6pt from pl file: 1/2charwidth -\def\ctr{{\hskip 6pt\circle\char'010}} -\def\cbl{{\circle\char'012\hskip -6pt}} -\def\cbr{{\hskip 6pt\circle\char'011}} -\def\carttop{\hbox to \cartouter{\hskip\lskip - \ctl\leaders\hrule height\circthick\hfil\ctr - \hskip\rskip}} -\def\cartbot{\hbox to \cartouter{\hskip\lskip - \cbl\leaders\hrule height\circthick\hfil\cbr - \hskip\rskip}} -% -\newskip\lskip\newskip\rskip - -\envdef\cartouche{% - \ifhmode\par\fi % can't be in the midst of a paragraph. - \startsavinginserts - \lskip=\leftskip \rskip=\rightskip - \leftskip=0pt\rightskip=0pt % we want these *outside*. - \cartinner=\hsize \advance\cartinner by-\lskip - \advance\cartinner by-\rskip - \cartouter=\hsize - \advance\cartouter by 18.4pt % allow for 3pt kerns on either - % side, and for 6pt waste from - % each corner char, and rule thickness - \normbskip=\baselineskip \normpskip=\parskip \normlskip=\lineskip - % - % If this cartouche directly follows a sectioning command, we need the - % \parskip glue (backspaced over by default) or the cartouche can - % collide with the section heading. - \ifnum\lastpenalty>10000 \vskip\parskip \penalty\lastpenalty \fi - % - \setbox\groupbox=\vbox\bgroup - \baselineskip=0pt\parskip=0pt\lineskip=0pt - \carttop - \hbox\bgroup - \hskip\lskip - \vrule\kern3pt - \vbox\bgroup - \kern3pt - \hsize=\cartinner - \baselineskip=\normbskip - \lineskip=\normlskip - \parskip=\normpskip - \vskip -\parskip - \comment % For explanation, see the end of def\group. -} -\def\Ecartouche{% - \ifhmode\par\fi - \kern3pt - \egroup - \kern3pt\vrule - \hskip\rskip - \egroup - \cartbot - \egroup - \addgroupbox - \checkinserts -} - - -% This macro is called at the beginning of all the @example variants, -% inside a group. -\newdimen\nonfillparindent -\def\nonfillstart{% - \aboveenvbreak - \ifdim\hfuzz < 12pt \hfuzz = 12pt \fi % Don't be fussy - \sepspaces % Make spaces be word-separators rather than space tokens. - \let\par = \lisppar % don't ignore blank lines - \obeylines % each line of input is a line of output - \parskip = 0pt - % Turn off paragraph indentation but redefine \indent to emulate - % the normal \indent. - \nonfillparindent=\parindent - \parindent = 0pt - \let\indent\nonfillindent - % - \emergencystretch = 0pt % don't try to avoid overfull boxes - \ifx\nonarrowing\relax - \advance \leftskip by \lispnarrowing - \exdentamount=\lispnarrowing - \else - \let\nonarrowing = \relax - \fi - \let\exdent=\nofillexdent -} - -\begingroup -\obeyspaces -% We want to swallow spaces (but not other tokens) after the fake -% @indent in our nonfill-environments, where spaces are normally -% active and set to @tie, resulting in them not being ignored after -% @indent. -\gdef\nonfillindent{\futurelet\temp\nonfillindentcheck}% -\gdef\nonfillindentcheck{% -\ifx\temp % -\expandafter\nonfillindentgobble% -\else% -\leavevmode\nonfillindentbox% -\fi% -}% -\endgroup -\def\nonfillindentgobble#1{\nonfillindent} -\def\nonfillindentbox{\hbox to \nonfillparindent{\hss}} - -% If you want all examples etc. small: @set dispenvsize small. -% If you want even small examples the full size: @set dispenvsize nosmall. -% This affects the following displayed environments: -% @example, @display, @format, @lisp -% -\def\smallword{small} -\def\nosmallword{nosmall} -\let\SETdispenvsize\relax -\def\setnormaldispenv{% - \ifx\SETdispenvsize\smallword - % end paragraph for sake of leading, in case document has no blank - % line. This is redundant with what happens in \aboveenvbreak, but - % we need to do it before changing the fonts, and it's inconvenient - % to change the fonts afterward. - \ifnum \lastpenalty=10000 \else \endgraf \fi - \smallexamplefonts \rm - \fi -} -\def\setsmalldispenv{% - \ifx\SETdispenvsize\nosmallword - \else - \ifnum \lastpenalty=10000 \else \endgraf \fi - \smallexamplefonts \rm - \fi -} - -% We often define two environments, @foo and @smallfoo. -% Let's do it in one command. #1 is the env name, #2 the definition. -\def\makedispenvdef#1#2{% - \expandafter\envdef\csname#1\endcsname {\setnormaldispenv #2}% - \expandafter\envdef\csname small#1\endcsname {\setsmalldispenv #2}% - \expandafter\let\csname E#1\endcsname \afterenvbreak - \expandafter\let\csname Esmall#1\endcsname \afterenvbreak -} - -% Define two environment synonyms (#1 and #2) for an environment. -\def\maketwodispenvdef#1#2#3{% - \makedispenvdef{#1}{#3}% - \makedispenvdef{#2}{#3}% -} -% -% @lisp: indented, narrowed, typewriter font; -% @example: same as @lisp. -% -% @smallexample and @smalllisp: use smaller fonts. -% Originally contributed by Pavel@xerox. -% -\maketwodispenvdef{lisp}{example}{% - \nonfillstart - \tt\setupmarkupstyle{example}% - \let\kbdfont = \kbdexamplefont % Allow @kbd to do something special. - \gobble % eat return -} -% @display/@smalldisplay: same as @lisp except keep current font. -% -\makedispenvdef{display}{% - \nonfillstart - \gobble -} - -% @format/@smallformat: same as @display except don't narrow margins. -% -\makedispenvdef{format}{% - \let\nonarrowing = t% - \nonfillstart - \gobble -} - -% @flushleft: same as @format, but doesn't obey \SETdispenvsize. -\envdef\flushleft{% - \let\nonarrowing = t% - \nonfillstart - \gobble -} -\let\Eflushleft = \afterenvbreak - -% @flushright. -% -\envdef\flushright{% - \let\nonarrowing = t% - \nonfillstart - \advance\leftskip by 0pt plus 1fill\relax - \gobble -} -\let\Eflushright = \afterenvbreak - - -% @raggedright does more-or-less normal line breaking but no right -% justification. From plain.tex. Don't stretch around special -% characters in urls in this environment, since the stretch at the right -% should be enough. -\envdef\raggedright{% - \rightskip0pt plus2.4em \spaceskip.3333em \xspaceskip.5em\relax - \def\urefprestretchamount{0pt}% - \def\urefpoststretchamount{0pt}% -} -\let\Eraggedright\par - -\envdef\raggedleft{% - \parindent=0pt \leftskip0pt plus2em - \spaceskip.3333em \xspaceskip.5em \parfillskip=0pt - \hbadness=10000 % Last line will usually be underfull, so turn off - % badness reporting. -} -\let\Eraggedleft\par - -\envdef\raggedcenter{% - \parindent=0pt \rightskip0pt plus1em \leftskip0pt plus1em - \spaceskip.3333em \xspaceskip.5em \parfillskip=0pt - \hbadness=10000 % Last line will usually be underfull, so turn off - % badness reporting. -} -\let\Eraggedcenter\par - - -% @quotation does normal linebreaking (hence we can't use \nonfillstart) -% and narrows the margins. We keep \parskip nonzero in general, since -% we're doing normal filling. So, when using \aboveenvbreak and -% \afterenvbreak, temporarily make \parskip 0. -% -\makedispenvdef{quotation}{\quotationstart} -% -\def\quotationstart{% - \indentedblockstart % same as \indentedblock, but increase right margin too. - \ifx\nonarrowing\relax - \advance\rightskip by \lispnarrowing - \fi - \parsearg\quotationlabel -} - -% We have retained a nonzero parskip for the environment, since we're -% doing normal filling. -% -\def\Equotation{% - \par - \ifx\quotationauthor\thisisundefined\else - % indent a bit. - \leftline{\kern 2\leftskip \sl ---\quotationauthor}% - \fi - {\parskip=0pt \afterenvbreak}% -} -\def\Esmallquotation{\Equotation} - -% If we're given an argument, typeset it in bold with a colon after. -\def\quotationlabel#1{% - \def\temp{#1}% - \ifx\temp\empty \else - {\bf #1: }% - \fi -} - -% @indentedblock is like @quotation, but indents only on the left and -% has no optional argument. -% -\makedispenvdef{indentedblock}{\indentedblockstart} -% -\def\indentedblockstart{% - {\parskip=0pt \aboveenvbreak}% because \aboveenvbreak inserts \parskip - \parindent=0pt - % - % @cartouche defines \nonarrowing to inhibit narrowing at next level down. - \ifx\nonarrowing\relax - \advance\leftskip by \lispnarrowing - \exdentamount = \lispnarrowing - \else - \let\nonarrowing = \relax - \fi -} - -% Keep a nonzero parskip for the environment, since we're doing normal filling. -% -\def\Eindentedblock{% - \par - {\parskip=0pt \afterenvbreak}% -} -\def\Esmallindentedblock{\Eindentedblock} - - -% LaTeX-like @verbatim...@end verbatim and @verb{...} -% If we want to allow any as delimiter, -% we need the curly braces so that makeinfo sees the @verb command, eg: -% `@verbx...x' would look like the '@verbx' command. --janneke@gnu.org -% -% [Knuth]: Donald Ervin Knuth, 1996. The TeXbook. -% -% [Knuth] p.344; only we need to do the other characters Texinfo sets -% active too. Otherwise, they get lost as the first character on a -% verbatim line. -\def\dospecials{% - \do\ \do\\\do\{\do\}\do\$\do\&% - \do\#\do\^\do\^^K\do\_\do\^^A\do\%\do\~% - \do\<\do\>\do\|\do\@\do+\do\"% - % Don't do the quotes -- if we do, @set txicodequoteundirected and - % @set txicodequotebacktick will not have effect on @verb and - % @verbatim, and ?` and !` ligatures won't get disabled. - %\do\`\do\'% -} -% -% [Knuth] p. 380 -\def\uncatcodespecials{% - \def\do##1{\catcode`##1=\other}\dospecials} -% -% Setup for the @verb command. -% -% Eight spaces for a tab -\begingroup - \catcode`\^^I=\active - \gdef\tabeightspaces{\catcode`\^^I=\active\def^^I{\ \ \ \ \ \ \ \ }} -\endgroup -% -\def\setupverb{% - \tt % easiest (and conventionally used) font for verbatim - \def\par{\leavevmode\endgraf}% - \setupmarkupstyle{verb}% - \tabeightspaces - % Respect line breaks, - % print special symbols as themselves, and - % make each space count - % must do in this order: - \obeylines \uncatcodespecials \sepspaces -} - -% Setup for the @verbatim environment -% -% Real tab expansion. -\newdimen\tabw \setbox0=\hbox{\tt\space} \tabw=8\wd0 % tab amount -% -% We typeset each line of the verbatim in an \hbox, so we can handle -% tabs. The \global is in case the verbatim line starts with an accent, -% or some other command that starts with a begin-group. Otherwise, the -% entire \verbbox would disappear at the corresponding end-group, before -% it is typeset. Meanwhile, we can't have nested verbatim commands -% (can we?), so the \global won't be overwriting itself. -\newbox\verbbox -\def\starttabbox{\global\setbox\verbbox=\hbox\bgroup} -% -\begingroup - \catcode`\^^I=\active - \gdef\tabexpand{% - \catcode`\^^I=\active - \def^^I{\leavevmode\egroup - \dimen\verbbox=\wd\verbbox % the width so far, or since the previous tab - \divide\dimen\verbbox by\tabw - \multiply\dimen\verbbox by\tabw % compute previous multiple of \tabw - \advance\dimen\verbbox by\tabw % advance to next multiple of \tabw - \wd\verbbox=\dimen\verbbox \box\verbbox \starttabbox - }% - } -\endgroup - -% start the verbatim environment. -\def\setupverbatim{% - \let\nonarrowing = t% - \nonfillstart - \tt % easiest (and conventionally used) font for verbatim - % The \leavevmode here is for blank lines. Otherwise, we would - % never \starttabox and the \egroup would end verbatim mode. - \def\par{\leavevmode\egroup\box\verbbox\endgraf}% - \tabexpand - \setupmarkupstyle{verbatim}% - % Respect line breaks, - % print special symbols as themselves, and - % make each space count. - % Must do in this order: - \obeylines \uncatcodespecials \sepspaces - \everypar{\starttabbox}% -} - -% Do the @verb magic: verbatim text is quoted by unique -% delimiter characters. Before first delimiter expect a -% right brace, after last delimiter expect closing brace: -% -% \def\doverb'{'#1'}'{#1} -% -% [Knuth] p. 382; only eat outer {} -\begingroup - \catcode`[=1\catcode`]=2\catcode`\{=\other\catcode`\}=\other - \gdef\doverb{#1[\def\next##1#1}[##1\endgroup]\next] -\endgroup -% -\def\verb{\begingroup\setupverb\doverb} -% -% -% Do the @verbatim magic: define the macro \doverbatim so that -% the (first) argument ends when '@end verbatim' is reached, ie: -% -% \def\doverbatim#1@end verbatim{#1} -% -% For Texinfo it's a lot easier than for LaTeX, -% because texinfo's \verbatim doesn't stop at '\end{verbatim}': -% we need not redefine '\', '{' and '}'. -% -% Inspired by LaTeX's verbatim command set [latex.ltx] -% -\begingroup - \catcode`\ =\active - \obeylines % - % ignore everything up to the first ^^M, that's the newline at the end - % of the @verbatim input line itself. Otherwise we get an extra blank - % line in the output. - \xdef\doverbatim#1^^M#2@end verbatim{#2\noexpand\end\gobble verbatim}% - % We really want {...\end verbatim} in the body of the macro, but - % without the active space; thus we have to use \xdef and \gobble. -\endgroup -% -\envdef\verbatim{% - \setupverbatim\doverbatim -} -\let\Everbatim = \afterenvbreak - - -% @verbatiminclude FILE - insert text of file in verbatim environment. -% -\def\verbatiminclude{\parseargusing\filenamecatcodes\doverbatiminclude} -% -\def\doverbatiminclude#1{% - {% - \makevalueexpandable - \setupverbatim - \indexnofonts % Allow `@@' and other weird things in file names. - \wlog{texinfo.tex: doing @verbatiminclude of #1^^J}% - \input #1 - \afterenvbreak - }% -} - -% @copying ... @end copying. -% Save the text away for @insertcopying later. -% -% We save the uninterpreted tokens, rather than creating a box. -% Saving the text in a box would be much easier, but then all the -% typesetting commands (@smallbook, font changes, etc.) have to be done -% beforehand -- and a) we want @copying to be done first in the source -% file; b) letting users define the frontmatter in as flexible order as -% possible is desirable. -% -\def\copying{\checkenv{}\begingroup\scanargctxt\docopying} -\def\docopying#1@end copying{\endgroup\def\copyingtext{#1}} -% -\def\insertcopying{% - \begingroup - \parindent = 0pt % paragraph indentation looks wrong on title page - \scanexp\copyingtext - \endgroup -} - - -\message{defuns,} -% @defun etc. - -\newskip\defbodyindent \defbodyindent=.4in -\newskip\defargsindent \defargsindent=50pt -\newskip\deflastargmargin \deflastargmargin=18pt -\newcount\defunpenalty - -% Start the processing of @deffn: -\def\startdefun{% - \ifnum\lastpenalty<10000 - \medbreak - \defunpenalty=10003 % Will keep this @deffn together with the - % following @def command, see below. - \else - % If there are two @def commands in a row, we'll have a \nobreak, - % which is there to keep the function description together with its - % header. But if there's nothing but headers, we need to allow a - % break somewhere. Check specifically for penalty 10002, inserted - % by \printdefunline, instead of 10000, since the sectioning - % commands also insert a nobreak penalty, and we don't want to allow - % a break between a section heading and a defun. - % - % As a further refinement, we avoid "club" headers by signalling - % with penalty of 10003 after the very first @deffn in the - % sequence (see above), and penalty of 10002 after any following - % @def command. - \ifnum\lastpenalty=10002 \penalty2000 \else \defunpenalty=10002 \fi - % - % Similarly, after a section heading, do not allow a break. - % But do insert the glue. - \medskip % preceded by discardable penalty, so not a breakpoint - \fi - % - \parindent=0in - \advance\leftskip by \defbodyindent - \exdentamount=\defbodyindent -} - -\def\dodefunx#1{% - % First, check whether we are in the right environment: - \checkenv#1% - % - % As above, allow line break if we have multiple x headers in a row. - % It's not a great place, though. - \ifnum\lastpenalty=10002 \penalty3000 \else \defunpenalty=10002 \fi - % - % And now, it's time to reuse the body of the original defun: - \expandafter\gobbledefun#1% -} -\def\gobbledefun#1\startdefun{} - -% \printdefunline \deffnheader{text} -% -\def\printdefunline#1#2{% - \begingroup - % call \deffnheader: - #1#2 \endheader - % common ending: - \interlinepenalty = 10000 - \advance\rightskip by 0pt plus 1fil\relax - \endgraf - \nobreak\vskip -\parskip - \penalty\defunpenalty % signal to \startdefun and \dodefunx - % Some of the @defun-type tags do not enable magic parentheses, - % rendering the following check redundant. But we don't optimize. - \checkparencounts - \endgroup -} - -\def\Edefun{\endgraf\medbreak} - -% \makedefun{deffn} creates \deffn, \deffnx and \Edeffn; -% the only thing remaining is to define \deffnheader. -% -\def\makedefun#1{% - \expandafter\let\csname E#1\endcsname = \Edefun - \edef\temp{\noexpand\domakedefun - \makecsname{#1}\makecsname{#1x}\makecsname{#1header}}% - \temp -} - -% \domakedefun \deffn \deffnx \deffnheader { (defn. of \deffnheader) } -% -% Define \deffn and \deffnx, without parameters. -% \deffnheader has to be defined explicitly. -% -\def\domakedefun#1#2#3{% - \envdef#1{% - \startdefun - \doingtypefnfalse % distinguish typed functions from all else - \parseargusing\activeparens{\printdefunline#3}% - }% - \def#2{\dodefunx#1}% - \def#3% -} - -\newif\ifdoingtypefn % doing typed function? -\newif\ifrettypeownline % typeset return type on its own line? - -% @deftypefnnewline on|off says whether the return type of typed functions -% are printed on their own line. This affects @deftypefn, @deftypefun, -% @deftypeop, and @deftypemethod. -% -\parseargdef\deftypefnnewline{% - \def\temp{#1}% - \ifx\temp\onword - \expandafter\let\csname SETtxideftypefnnl\endcsname - = \empty - \else\ifx\temp\offword - \expandafter\let\csname SETtxideftypefnnl\endcsname - = \relax - \else - \errhelp = \EMsimple - \errmessage{Unknown @txideftypefnnl value `\temp', - must be on|off}% - \fi\fi -} - -% Untyped functions: - -% @deffn category name args -\makedefun{deffn}{\deffngeneral{}} - -% @deffn category class name args -\makedefun{defop}#1 {\defopon{#1\ \putwordon}} - -% \defopon {category on}class name args -\def\defopon#1#2 {\deffngeneral{\putwordon\ \code{#2}}{#1\ \code{#2}} } - -% \deffngeneral {subind}category name args -% -\def\deffngeneral#1#2 #3 #4\endheader{% - % Remember that \dosubind{fn}{foo}{} is equivalent to \doind{fn}{foo}. - \dosubind{fn}{\code{#3}}{#1}% - \defname{#2}{}{#3}\magicamp\defunargs{#4\unskip}% -} - -% Typed functions: - -% @deftypefn category type name args -\makedefun{deftypefn}{\deftypefngeneral{}} - -% @deftypeop category class type name args -\makedefun{deftypeop}#1 {\deftypeopon{#1\ \putwordon}} - -% \deftypeopon {category on}class type name args -\def\deftypeopon#1#2 {\deftypefngeneral{\putwordon\ \code{#2}}{#1\ \code{#2}} } - -% \deftypefngeneral {subind}category type name args -% -\def\deftypefngeneral#1#2 #3 #4 #5\endheader{% - \dosubind{fn}{\code{#4}}{#1}% - \doingtypefntrue - \defname{#2}{#3}{#4}\defunargs{#5\unskip}% -} - -% Typed variables: - -% @deftypevr category type var args -\makedefun{deftypevr}{\deftypecvgeneral{}} - -% @deftypecv category class type var args -\makedefun{deftypecv}#1 {\deftypecvof{#1\ \putwordof}} - -% \deftypecvof {category of}class type var args -\def\deftypecvof#1#2 {\deftypecvgeneral{\putwordof\ \code{#2}}{#1\ \code{#2}} } - -% \deftypecvgeneral {subind}category type var args -% -\def\deftypecvgeneral#1#2 #3 #4 #5\endheader{% - \dosubind{vr}{\code{#4}}{#1}% - \defname{#2}{#3}{#4}\defunargs{#5\unskip}% -} - -% Untyped variables: - -% @defvr category var args -\makedefun{defvr}#1 {\deftypevrheader{#1} {} } - -% @defcv category class var args -\makedefun{defcv}#1 {\defcvof{#1\ \putwordof}} - -% \defcvof {category of}class var args -\def\defcvof#1#2 {\deftypecvof{#1}#2 {} } - -% Types: - -% @deftp category name args -\makedefun{deftp}#1 #2 #3\endheader{% - \doind{tp}{\code{#2}}% - \defname{#1}{}{#2}\defunargs{#3\unskip}% -} - -% Remaining @defun-like shortcuts: -\makedefun{defun}{\deffnheader{\putwordDeffunc} } -\makedefun{defmac}{\deffnheader{\putwordDefmac} } -\makedefun{defspec}{\deffnheader{\putwordDefspec} } -\makedefun{deftypefun}{\deftypefnheader{\putwordDeffunc} } -\makedefun{defvar}{\defvrheader{\putwordDefvar} } -\makedefun{defopt}{\defvrheader{\putwordDefopt} } -\makedefun{deftypevar}{\deftypevrheader{\putwordDefvar} } -\makedefun{defmethod}{\defopon\putwordMethodon} -\makedefun{deftypemethod}{\deftypeopon\putwordMethodon} -\makedefun{defivar}{\defcvof\putwordInstanceVariableof} -\makedefun{deftypeivar}{\deftypecvof\putwordInstanceVariableof} - -% \defname, which formats the name of the @def (not the args). -% #1 is the category, such as "Function". -% #2 is the return type, if any. -% #3 is the function name. -% -% We are followed by (but not passed) the arguments, if any. -% -\def\defname#1#2#3{% - \par - % Get the values of \leftskip and \rightskip as they were outside the @def... - \advance\leftskip by -\defbodyindent - % - % Determine if we are typesetting the return type of a typed function - % on a line by itself. - \rettypeownlinefalse - \ifdoingtypefn % doing a typed function specifically? - % then check user option for putting return type on its own line: - \expandafter\ifx\csname SETtxideftypefnnl\endcsname\relax \else - \rettypeownlinetrue - \fi - \fi - % - % How we'll format the category name. Putting it in brackets helps - % distinguish it from the body text that may end up on the next line - % just below it. - \def\temp{#1}% - \setbox0=\hbox{\kern\deflastargmargin \ifx\temp\empty\else [\rm\temp]\fi} - % - % Figure out line sizes for the paragraph shape. We'll always have at - % least two. - \tempnum = 2 - % - % The first line needs space for \box0; but if \rightskip is nonzero, - % we need only space for the part of \box0 which exceeds it: - \dimen0=\hsize \advance\dimen0 by -\wd0 \advance\dimen0 by \rightskip - % - % If doing a return type on its own line, we'll have another line. - \ifrettypeownline - \advance\tempnum by 1 - \def\maybeshapeline{0in \hsize}% - \else - \def\maybeshapeline{}% - \fi - % - % The continuations: - \dimen2=\hsize \advance\dimen2 by -\defargsindent - % - % The final paragraph shape: - \parshape \tempnum 0in \dimen0 \maybeshapeline \defargsindent \dimen2 - % - % Put the category name at the right margin. - \noindent - \hbox to 0pt{% - \hfil\box0 \kern-\hsize - % \hsize has to be shortened this way: - \kern\leftskip - % Intentionally do not respect \rightskip, since we need the space. - }% - % - % Allow all lines to be underfull without complaint: - \tolerance=10000 \hbadness=10000 - \exdentamount=\defbodyindent - {% - % defun fonts. We use typewriter by default (used to be bold) because: - % . we're printing identifiers, they should be in tt in principle. - % . in languages with many accents, such as Czech or French, it's - % common to leave accents off identifiers. The result looks ok in - % tt, but exceedingly strange in rm. - % . we don't want -- and --- to be treated as ligatures. - % . this still does not fix the ?` and !` ligatures, but so far no - % one has made identifiers using them :). - \df \tt - \def\temp{#2}% text of the return type - \ifx\temp\empty\else - \tclose{\temp}% typeset the return type - \ifrettypeownline - % put return type on its own line; prohibit line break following: - \hfil\vadjust{\nobreak}\break - \else - \space % type on same line, so just followed by a space - \fi - \fi % no return type - #3% output function name - }% - {\rm\enskip}% hskip 0.5 em of \tenrm - % - \boldbrax - % arguments will be output next, if any. -} - -% Print arguments in slanted roman (not ttsl), inconsistently with using -% tt for the name. This is because literal text is sometimes needed in -% the argument list (groff manual), and ttsl and tt are not very -% distinguishable. Prevent hyphenation at `-' chars. -% -\def\defunargs#1{% - % use sl by default (not ttsl), - % tt for the names. - \df \sl \hyphenchar\font=0 - % - % On the other hand, if an argument has two dashes (for instance), we - % want a way to get ttsl. We used to recommend @var for that, so - % leave the code in, but it's strange for @var to lead to typewriter. - % Nowadays we recommend @code, since the difference between a ttsl hyphen - % and a tt hyphen is pretty tiny. @code also disables ?` !`. - \def\var##1{{\setupmarkupstyle{var}\ttslanted{##1}}}% - #1% - \sl\hyphenchar\font=45 -} - -% We want ()&[] to print specially on the defun line. -% -\def\activeparens{% - \catcode`\(=\active \catcode`\)=\active - \catcode`\[=\active \catcode`\]=\active - \catcode`\&=\active -} - -% Make control sequences which act like normal parenthesis chars. -\let\lparen = ( \let\rparen = ) - -% Be sure that we always have a definition for `(', etc. For example, -% if the fn name has parens in it, \boldbrax will not be in effect yet, -% so TeX would otherwise complain about undefined control sequence. -{ - \activeparens - \global\let(=\lparen \global\let)=\rparen - \global\let[=\lbrack \global\let]=\rbrack - \global\let& = \& - - \gdef\boldbrax{\let(=\opnr\let)=\clnr\let[=\lbrb\let]=\rbrb} - \gdef\magicamp{\let&=\amprm} -} - -\newcount\parencount - -% If we encounter &foo, then turn on ()-hacking afterwards -\newif\ifampseen -\def\amprm#1 {\ampseentrue{\bf\ }} - -\def\parenfont{% - \ifampseen - % At the first level, print parens in roman, - % otherwise use the default font. - \ifnum \parencount=1 \rm \fi - \else - % The \sf parens (in \boldbrax) actually are a little bolder than - % the contained text. This is especially needed for [ and ] . - \sf - \fi -} -\def\infirstlevel#1{% - \ifampseen - \ifnum\parencount=1 - #1% - \fi - \fi -} -\def\bfafterword#1 {#1 \bf} - -\def\opnr{% - \global\advance\parencount by 1 - {\parenfont(}% - \infirstlevel \bfafterword -} -\def\clnr{% - {\parenfont)}% - \infirstlevel \sl - \global\advance\parencount by -1 -} - -\newcount\brackcount -\def\lbrb{% - \global\advance\brackcount by 1 - {\bf[}% -} -\def\rbrb{% - {\bf]}% - \global\advance\brackcount by -1 -} - -\def\checkparencounts{% - \ifnum\parencount=0 \else \badparencount \fi - \ifnum\brackcount=0 \else \badbrackcount \fi -} -% these should not use \errmessage; the glibc manual, at least, actually -% has such constructs (when documenting function pointers). -\def\badparencount{% - \message{Warning: unbalanced parentheses in @def...}% - \global\parencount=0 -} -\def\badbrackcount{% - \message{Warning: unbalanced square brackets in @def...}% - \global\brackcount=0 -} - - -\message{macros,} -% @macro. - -% To do this right we need a feature of e-TeX, \scantokens, -% which we arrange to emulate with a temporary file in ordinary TeX. -\ifx\eTeXversion\thisisundefined - \newwrite\macscribble - \def\scantokens#1{% - \toks0={#1}% - \immediate\openout\macscribble=\jobname.tmp - \immediate\write\macscribble{\the\toks0}% - \immediate\closeout\macscribble - \input \jobname.tmp - } -\fi - -\let\aftermacroxxx\relax -\def\aftermacro{\aftermacroxxx} - -% alias because \c means cedilla in @tex or @math -\let\texinfoc=\c - -% Used at the time of macro expansion. -% Argument is macro body with arguments substituted -\def\scanmacro#1{% - \newlinechar`\^^M - \def\xprocessmacroarg{\eatspaces}% - % - % Process the macro body under the current catcode regime. - \scantokens{#1\texinfoc}\aftermacro% - % - % The \c is to remove the \newlinechar added by \scantokens, and - % can be noticed by \parsearg. - % The \aftermacro allows a \comment at the end of the macro definition - % to duplicate itself past the final \newlinechar added by \scantokens: - % this is used in the definition of \group to comment out a newline. We - % don't do the same for \c to support Texinfo files with macros that ended - % with a @c, which should no longer be necessary. - % We avoid surrounding the call to \scantokens with \bgroup and \egroup - % to allow macros to open or close groups themselves. -} - -% Used for copying and captions -\def\scanexp#1{% - \bgroup - % Undo catcode changes of \startcontents and \printindex - % When called from @insertcopying or (short)caption, we need active - % backslash to get it printed correctly. - % FIXME: This may not be needed. - %\catcode`\@=0 \catcode`\\=\active \escapechar=`\@ - \edef\temp{\noexpand\scanmacro{#1}}% - \temp - \egroup -} - -\newcount\paramno % Count of parameters -\newtoks\macname % Macro name -\newif\ifrecursive % Is it recursive? - -% List of all defined macros in the form -% \definedummyword\macro1\definedummyword\macro2... -% Currently is also contains all @aliases; the list can be split -% if there is a need. -\def\macrolist{} - -% Add the macro to \macrolist -\def\addtomacrolist#1{\expandafter \addtomacrolistxxx \csname#1\endcsname} -\def\addtomacrolistxxx#1{% - \toks0 = \expandafter{\macrolist\definedummyword#1}% - \xdef\macrolist{\the\toks0}% -} - -% Utility routines. -% This does \let #1 = #2, with \csnames; that is, -% \let \csname#1\endcsname = \csname#2\endcsname -% (except of course we have to play expansion games). -% -\def\cslet#1#2{% - \expandafter\let - \csname#1\expandafter\endcsname - \csname#2\endcsname -} - -% Trim leading and trailing spaces off a string. -% Concepts from aro-bend problem 15 (see CTAN). -{\catcode`\@=11 -\gdef\eatspaces #1{\expandafter\trim@\expandafter{#1 }} -\gdef\trim@ #1{\trim@@ @#1 @ #1 @ @@} -\gdef\trim@@ #1@ #2@ #3@@{\trim@@@\empty #2 @} -\def\unbrace#1{#1} -\unbrace{\gdef\trim@@@ #1 } #2@{#1} -} - -% Trim a single trailing ^^M off a string. -{\catcode`\^^M=\other \catcode`\Q=3% -\gdef\eatcr #1{\eatcra #1Q^^MQ}% -\gdef\eatcra#1^^MQ{\eatcrb#1Q}% -\gdef\eatcrb#1Q#2Q{#1}% -} - -% Macro bodies are absorbed as an argument in a context where -% all characters are catcode 10, 11 or 12, except \ which is active -% (as in normal texinfo). It is necessary to change the definition of \ -% to recognize macro arguments; this is the job of \mbodybackslash. -% -% Non-ASCII encodings make 8-bit characters active, so un-activate -% them to avoid their expansion. Must do this non-globally, to -% confine the change to the current group. -% -% It's necessary to have hard CRs when the macro is executed. This is -% done by making ^^M (\endlinechar) catcode 12 when reading the macro -% body, and then making it the \newlinechar in \scanmacro. -% -\def\scanctxt{% used as subroutine - \catcode`\"=\other - \catcode`\+=\other - \catcode`\<=\other - \catcode`\>=\other - \catcode`\^=\other - \catcode`\_=\other - \catcode`\|=\other - \catcode`\~=\other - \ifx\declaredencoding\ascii \else \setnonasciicharscatcodenonglobal\other \fi -} - -\def\scanargctxt{% used for copying and captions, not macros. - \scanctxt - \catcode`\@=\other - \catcode`\\=\other - \catcode`\^^M=\other -} - -\def\macrobodyctxt{% used for @macro definitions - \scanctxt - \catcode`\ =\other - \catcode`\@=\other - \catcode`\{=\other - \catcode`\}=\other - \catcode`\^^M=\other - \usembodybackslash -} - -% Used when scanning braced macro arguments. Note, however, that catcode -% changes here are ineffectual if the macro invocation was nested inside -% an argument to another Texinfo command. -\def\macroargctxt{% - \scanctxt - \catcode`\ =\active - \catcode`\^^M=\other - \catcode`\\=\active -} - -\def\macrolineargctxt{% used for whole-line arguments without braces - \scanctxt - \catcode`\{=\other - \catcode`\}=\other -} - -% \mbodybackslash is the definition of \ in @macro bodies. -% It maps \foo\ => \csname macarg.foo\endcsname => #N -% where N is the macro parameter number. -% We define \csname macarg.\endcsname to be \realbackslash, so -% \\ in macro replacement text gets you a backslash. -% -{\catcode`@=0 @catcode`@\=@active - @gdef@usembodybackslash{@let\=@mbodybackslash} - @gdef@mbodybackslash#1\{@csname macarg.#1@endcsname} -} -\expandafter\def\csname macarg.\endcsname{\realbackslash} - -\def\margbackslash#1{\char`\#1 } - -\def\macro{\recursivefalse\parsearg\macroxxx} -\def\rmacro{\recursivetrue\parsearg\macroxxx} - -\def\macroxxx#1{% - \getargs{#1}% now \macname is the macname and \argl the arglist - \ifx\argl\empty % no arguments - \paramno=0\relax - \else - \expandafter\parsemargdef \argl;% - \if\paramno>256\relax - \ifx\eTeXversion\thisisundefined - \errhelp = \EMsimple - \errmessage{You need eTeX to compile a file with macros with more than 256 arguments} - \fi - \fi - \fi - \if1\csname ismacro.\the\macname\endcsname - \message{Warning: redefining \the\macname}% - \else - \expandafter\ifx\csname \the\macname\endcsname \relax - \else \errmessage{Macro name \the\macname\space already defined}\fi - \global\cslet{macsave.\the\macname}{\the\macname}% - \global\expandafter\let\csname ismacro.\the\macname\endcsname=1% - \addtomacrolist{\the\macname}% - \fi - \begingroup \macrobodyctxt - \ifrecursive \expandafter\parsermacbody - \else \expandafter\parsemacbody - \fi} - -\parseargdef\unmacro{% - \if1\csname ismacro.#1\endcsname - \global\cslet{#1}{macsave.#1}% - \global\expandafter\let \csname ismacro.#1\endcsname=0% - % Remove the macro name from \macrolist: - \begingroup - \expandafter\let\csname#1\endcsname \relax - \let\definedummyword\unmacrodo - \xdef\macrolist{\macrolist}% - \endgroup - \else - \errmessage{Macro #1 not defined}% - \fi -} - -% Called by \do from \dounmacro on each macro. The idea is to omit any -% macro definitions that have been changed to \relax. -% -\def\unmacrodo#1{% - \ifx #1\relax - % remove this - \else - \noexpand\definedummyword \noexpand#1% - \fi -} - -% \getargs -- Parse the arguments to a @macro line. Set \macname to -% the name of the macro, and \argl to the braced argument list. -\def\getargs#1{\getargsxxx#1{}} -\def\getargsxxx#1#{\getmacname #1 \relax\getmacargs} -\def\getmacname#1 #2\relax{\macname={#1}} -\def\getmacargs#1{\def\argl{#1}} -% This made use of the feature that if the last token of a -% is #, then the preceding argument is delimited by -% an opening brace, and that opening brace is not consumed. - -% Parse the optional {params} list to @macro or @rmacro. -% Set \paramno to the number of arguments, -% and \paramlist to a parameter text for the macro (e.g. #1,#2,#3 for a -% three-param macro.) Define \macarg.BLAH for each BLAH in the params -% list to some hook where the argument is to be expanded. If there are -% less than 10 arguments that hook is to be replaced by ##N where N -% is the position in that list, that is to say the macro arguments are to be -% defined `a la TeX in the macro body. -% -% That gets used by \mbodybackslash (above). -% -% If there are 10 or more arguments, a different technique is used: see -% \parsemmanyargdef. -% -\def\parsemargdef#1;{% - \paramno=0\def\paramlist{}% - \let\hash\relax - % \hash is redefined to `#' later to get it into definitions - \let\processmacroarg\relax - \parsemargdefxxx#1,;,% - \ifnum\paramno<10\relax\else - \paramno0\relax - \parsemmanyargdef@@#1,;,% 10 or more arguments - \fi -} -\def\parsemargdefxxx#1,{% - \if#1;\let\next=\relax - \else \let\next=\parsemargdefxxx - \advance\paramno by 1 - \expandafter\edef\csname macarg.\eatspaces{#1}\endcsname - {\processmacroarg{\hash\the\paramno}}% - \edef\paramlist{\paramlist\hash\the\paramno,}% - \fi\next} - -% \parsemacbody, \parsermacbody -% -% Read recursive and nonrecursive macro bodies. (They're different since -% rec and nonrec macros end differently.) -% -% We are in \macrobodyctxt, and the \xdef causes backslashshes in the macro -% body to be transformed. -% Set \macrobody to the body of the macro, and call \defmacro. -% -{\catcode`\ =\other\long\gdef\parsemacbody#1@end macro{% -\xdef\macrobody{\eatcr{#1}}\endgroup\defmacro}}% -{\catcode`\ =\other\long\gdef\parsermacbody#1@end rmacro{% -\xdef\macrobody{\eatcr{#1}}\endgroup\defmacro}}% - -% Make @ a letter, so that we can make private-to-Texinfo macro names. -\edef\texiatcatcode{\the\catcode`\@} -\catcode `@=11\relax - -%%%%%%%%%%%%%% Code for > 10 arguments only %%%%%%%%%%%%%%%%%% - -% If there are 10 or more arguments, a different technique is used, where the -% hook remains in the body, and when macro is to be expanded the body is -% processed again to replace the arguments. -% -% In that case, the hook is \the\toks N-1, and we simply set \toks N-1 to the -% argument N value and then \edef the body (nothing else will expand because of -% the catcode regime under which the body was input). -% -% If you compile with TeX (not eTeX), and you have macros with 10 or more -% arguments, no macro can have more than 256 arguments (else error). -% -% In case that there are 10 or more arguments we parse again the arguments -% list to set new definitions for the \macarg.BLAH macros corresponding to -% each BLAH argument. It was anyhow needed to parse already once this list -% in order to count the arguments, and as macros with at most 9 arguments -% are by far more frequent than macro with 10 or more arguments, defining -% twice the \macarg.BLAH macros does not cost too much processing power. -\def\parsemmanyargdef@@#1,{% - \if#1;\let\next=\relax - \else - \let\next=\parsemmanyargdef@@ - \edef\tempb{\eatspaces{#1}}% - \expandafter\def\expandafter\tempa - \expandafter{\csname macarg.\tempb\endcsname}% - % Note that we need some extra \noexpand\noexpand, this is because we - % don't want \the to be expanded in the \parsermacbody as it uses an - % \xdef . - \expandafter\edef\tempa - {\noexpand\noexpand\noexpand\the\toks\the\paramno}% - \advance\paramno by 1\relax - \fi\next} - - -\let\endargs@\relax -\let\nil@\relax -\def\nilm@{\nil@}% -\long\def\nillm@{\nil@}% - -% This macro is expanded during the Texinfo macro expansion, not during its -% definition. It gets all the arguments' values and assigns them to macros -% macarg.ARGNAME -% -% #1 is the macro name -% #2 is the list of argument names -% #3 is the list of argument values -\def\getargvals@#1#2#3{% - \def\macargdeflist@{}% - \def\saveparamlist@{#2}% Need to keep a copy for parameter expansion. - \def\paramlist{#2,\nil@}% - \def\macroname{#1}% - \begingroup - \macroargctxt - \def\argvaluelist{#3,\nil@}% - \def\@tempa{#3}% - \ifx\@tempa\empty - \setemptyargvalues@ - \else - \getargvals@@ - \fi -} -\def\getargvals@@{% - \ifx\paramlist\nilm@ - % Some sanity check needed here that \argvaluelist is also empty. - \ifx\argvaluelist\nillm@ - \else - \errhelp = \EMsimple - \errmessage{Too many arguments in macro `\macroname'!}% - \fi - \let\next\macargexpandinbody@ - \else - \ifx\argvaluelist\nillm@ - % No more arguments values passed to macro. Set remaining named-arg - % macros to empty. - \let\next\setemptyargvalues@ - \else - % pop current arg name into \@tempb - \def\@tempa##1{\pop@{\@tempb}{\paramlist}##1\endargs@}% - \expandafter\@tempa\expandafter{\paramlist}% - % pop current argument value into \@tempc - \def\@tempa##1{\longpop@{\@tempc}{\argvaluelist}##1\endargs@}% - \expandafter\@tempa\expandafter{\argvaluelist}% - % Here \@tempb is the current arg name and \@tempc is the current arg value. - % First place the new argument macro definition into \@tempd - \expandafter\macname\expandafter{\@tempc}% - \expandafter\let\csname macarg.\@tempb\endcsname\relax - \expandafter\def\expandafter\@tempe\expandafter{% - \csname macarg.\@tempb\endcsname}% - \edef\@tempd{\long\def\@tempe{\the\macname}}% - \push@\@tempd\macargdeflist@ - \let\next\getargvals@@ - \fi - \fi - \next -} - -\def\push@#1#2{% - \expandafter\expandafter\expandafter\def - \expandafter\expandafter\expandafter#2% - \expandafter\expandafter\expandafter{% - \expandafter#1#2}% -} - -% Replace arguments by their values in the macro body, and place the result -% in macro \@tempa. -% -\def\macvalstoargs@{% - % To do this we use the property that token registers that are \the'ed - % within an \edef expand only once. So we are going to place all argument - % values into respective token registers. - % - % First we save the token context, and initialize argument numbering. - \begingroup - \paramno0\relax - % Then, for each argument number #N, we place the corresponding argument - % value into a new token list register \toks#N - \expandafter\putargsintokens@\saveparamlist@,;,% - % Then, we expand the body so that argument are replaced by their - % values. The trick for values not to be expanded themselves is that they - % are within tokens and that tokens expand only once in an \edef . - \edef\@tempc{\csname mac.\macroname .body\endcsname}% - % Now we restore the token stack pointer to free the token list registers - % which we have used, but we make sure that expanded body is saved after - % group. - \expandafter - \endgroup - \expandafter\def\expandafter\@tempa\expandafter{\@tempc}% - } - -% Define the named-macro outside of this group and then close this group. -% -\def\macargexpandinbody@{% - \expandafter - \endgroup - \macargdeflist@ - % First the replace in body the macro arguments by their values, the result - % is in \@tempa . - \macvalstoargs@ - % Then we point at the \norecurse or \gobble (for recursive) macro value - % with \@tempb . - \expandafter\let\expandafter\@tempb\csname mac.\macroname .recurse\endcsname - % Depending on whether it is recursive or not, we need some tailing - % \egroup . - \ifx\@tempb\gobble - \let\@tempc\relax - \else - \let\@tempc\egroup - \fi - % And now we do the real job: - \edef\@tempd{\noexpand\@tempb{\macroname}\noexpand\scanmacro{\@tempa}\@tempc}% - \@tempd -} - -\def\putargsintokens@#1,{% - \if#1;\let\next\relax - \else - \let\next\putargsintokens@ - % First we allocate the new token list register, and give it a temporary - % alias \@tempb . - \toksdef\@tempb\the\paramno - % Then we place the argument value into that token list register. - \expandafter\let\expandafter\@tempa\csname macarg.#1\endcsname - \expandafter\@tempb\expandafter{\@tempa}% - \advance\paramno by 1\relax - \fi - \next -} - -% Trailing missing arguments are set to empty. -% -\def\setemptyargvalues@{% - \ifx\paramlist\nilm@ - \let\next\macargexpandinbody@ - \else - \expandafter\setemptyargvaluesparser@\paramlist\endargs@ - \let\next\setemptyargvalues@ - \fi - \next -} - -\def\setemptyargvaluesparser@#1,#2\endargs@{% - \expandafter\def\expandafter\@tempa\expandafter{% - \expandafter\def\csname macarg.#1\endcsname{}}% - \push@\@tempa\macargdeflist@ - \def\paramlist{#2}% -} - -% #1 is the element target macro -% #2 is the list macro -% #3,#4\endargs@ is the list value -\def\pop@#1#2#3,#4\endargs@{% - \def#1{#3}% - \def#2{#4}% -} -\long\def\longpop@#1#2#3,#4\endargs@{% - \long\def#1{#3}% - \long\def#2{#4}% -} - - -%%%%%%%%%%%%%% End of code for > 10 arguments %%%%%%%%%%%%%%%%%% - - - -% Remove following spaces at the expansion stage. -% This works because spaces are discarded before each argument when TeX is -% getting the arguments for a macro. -% This must not be immediately followed by a }. -\long\def\gobblespaces#1{#1} - -% This defines a Texinfo @macro or @rmacro, called by \parsemacbody. -% \macrobody has the body of the macro in it, with placeholders for -% its parameters, looking like "\processmacroarg{\hash 1}". -% \paramno is the number of parameters -% \paramlist is a TeX parameter text, e.g. "#1,#2,#3," -% There are eight cases: recursive and nonrecursive macros of zero, one, -% up to nine, and many arguments. -% \xdef is used so that macro definitions will survive the file -% they're defined in: @include reads the file inside a group. -% -\def\defmacro{% - \let\hash=##% convert placeholders to macro parameter chars - \ifnum\paramno=1 - \def\processmacroarg{\gobblespaces}% - % This removes the pair of braces around the argument. We don't - % use \eatspaces, because this can cause ends of lines to be lost - % when the argument to \eatspaces is read, leading to line-based - % commands like "@itemize" not being read correctly. - \else - \def\processmacroarg{\xprocessmacroarg}% - \let\xprocessmacroarg\relax - \fi - \ifrecursive %%%%%%%%%%%%%% Recursive %%%%%%%%%%%%%%%%%%%%%%%%%%%%% - \ifcase\paramno - % 0 - \expandafter\xdef\csname\the\macname\endcsname{% - \noexpand\scanmacro{\macrobody}}% - \or % 1 - \expandafter\xdef\csname\the\macname\endcsname{% - \bgroup - \noexpand\braceorline - \expandafter\noexpand\csname\the\macname @@@\endcsname}% - \expandafter\xdef\csname\the\macname @@@\endcsname##1{% - \expandafter\noexpand\csname\the\macname @@@@\endcsname{% - \noexpand\gobblespaces##1\empty}% - % The \empty is for \gobblespaces in case #1 is empty - }% - \expandafter\xdef\csname\the\macname @@@@\endcsname##1{% - \egroup\noexpand\scanmacro{\macrobody}}% - \else - \ifnum\paramno<10\relax % at most 9 - % See non-recursive section below for comments - \expandafter\xdef\csname\the\macname\endcsname{% - \bgroup - \noexpand\expandafter - \noexpand\macroargctxt - \noexpand\expandafter - \expandafter\noexpand\csname\the\macname @@\endcsname}% - \expandafter\xdef\csname\the\macname @@\endcsname##1{% - \noexpand\passargtomacro - \expandafter\noexpand\csname\the\macname @@@\endcsname{##1,}}% - \expandafter\xdef\csname\the\macname @@@\endcsname##1{% - \expandafter\noexpand\csname\the\macname @@@@\endcsname ##1}% - \expandafter\expandafter - \expandafter\xdef - \expandafter\expandafter - \csname\the\macname @@@@\endcsname\paramlist{% - \egroup\noexpand\scanmacro{\macrobody}}% - \else % 10 or more - \expandafter\xdef\csname\the\macname\endcsname{% - \noexpand\getargvals@{\the\macname}{\argl}% - }% - \global\expandafter\let\csname mac.\the\macname .body\endcsname\macrobody - \global\expandafter\let\csname mac.\the\macname .recurse\endcsname\gobble - \fi - \fi - \else %%%%%%%%%%%%%%%%%%%%%% Non-recursive %%%%%%%%%%%%%%%%%%%%%%%%%% - \ifcase\paramno - % 0 - \expandafter\xdef\csname\the\macname\endcsname{% - \noexpand\scanmacro{\macrobody}}% - \or % 1 - \expandafter\xdef\csname\the\macname\endcsname{% - \bgroup - \noexpand\braceorline - \expandafter\noexpand\csname\the\macname @@@\endcsname}% - \expandafter\xdef\csname\the\macname @@@\endcsname##1{% - \expandafter\noexpand\csname\the\macname @@@@\endcsname{% - \noexpand\gobblespaces##1\empty}% - % The \empty is for \gobblespaces in case #1 is empty - }% - \expandafter\xdef\csname\the\macname @@@@\endcsname##1{% - \egroup - \noexpand\scanmacro{\macrobody}% - }% - \else % at most 9 - \ifnum\paramno<10\relax - % @MACNAME sets the context for reading the macro argument - % @MACNAME@@ gets the argument, processes backslashes and appends a - % comma. - % @MACNAME@@@ removes braces surrounding the argument list. - % @MACNAME@@@@ scans the macro body with arguments substituted. - \expandafter\xdef\csname\the\macname\endcsname{% - \bgroup - \noexpand\expandafter % This \expandafter skip any spaces after the - \noexpand\macroargctxt % macro before we change the catcode of space. - \noexpand\expandafter - \expandafter\noexpand\csname\the\macname @@\endcsname}% - \expandafter\xdef\csname\the\macname @@\endcsname##1{% - \noexpand\passargtomacro - \expandafter\noexpand\csname\the\macname @@@\endcsname{##1,}}% - \expandafter\xdef\csname\the\macname @@@\endcsname##1{% - \expandafter\noexpand\csname\the\macname @@@@\endcsname ##1}% - \expandafter\expandafter - \expandafter\xdef - \expandafter\expandafter - \csname\the\macname @@@@\endcsname\paramlist{% - \egroup\noexpand\scanmacro{\macrobody}}% - \else % 10 or more: - \expandafter\xdef\csname\the\macname\endcsname{% - \noexpand\getargvals@{\the\macname}{\argl}% - }% - \global\expandafter\let\csname mac.\the\macname .body\endcsname\macrobody - \global\expandafter\let\csname mac.\the\macname .recurse\endcsname\norecurse - \fi - \fi - \fi} - -\catcode `\@\texiatcatcode\relax % end private-to-Texinfo catcodes - -\def\norecurse#1{\bgroup\cslet{#1}{macsave.#1}} - - -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -% -{\catcode`\@=0 \catcode`\\=13 % We need to manipulate \ so use @ as escape -@catcode`@_=11 % private names -@catcode`@!=11 % used as argument separator - -% \passargtomacro#1#2 - -% Call #1 with a list of tokens #2, with any doubled backslashes in #2 -% compressed to one. -% -% This implementation works by expansion, and not execution (so we cannot use -% \def or similar). This reduces the risk of this failing in contexts where -% complete expansion is done with no execution (for example, in writing out to -% an auxiliary file for an index entry). -% -% State is kept in the input stream: the argument passed to -% @look_ahead, @gobble_and_check_finish and @add_segment is -% -% THE_MACRO ARG_RESULT ! {PENDING_BS} NEXT_TOKEN (... rest of input) -% -% where: -% THE_MACRO - name of the macro we want to call -% ARG_RESULT - argument list we build to pass to that macro -% PENDING_BS - either a backslash or nothing -% NEXT_TOKEN - used to look ahead in the input stream to see what's coming next - -@gdef@passargtomacro#1#2{% - @add_segment #1!{}@relax#2\@_finish\% -} -@gdef@_finish{@_finishx} @global@let@_finishx@relax - -% #1 - THE_MACRO ARG_RESULT -% #2 - PENDING_BS -% #3 - NEXT_TOKEN -% #4 used to look ahead -% -% If the next token is not a backslash, process the rest of the argument; -% otherwise, remove the next token. -@gdef@look_ahead#1!#2#3#4{% - @ifx#4\% - @expandafter@gobble_and_check_finish - @else - @expandafter@add_segment - @fi#1!{#2}#4#4% -} - -% #1 - THE_MACRO ARG_RESULT -% #2 - PENDING_BS -% #3 - NEXT_TOKEN -% #4 should be a backslash, which is gobbled. -% #5 looks ahead -% -% Double backslash found. Add a single backslash, and look ahead. -@gdef@gobble_and_check_finish#1!#2#3#4#5{% - @add_segment#1\!{}#5#5% -} - -@gdef@is_fi{@fi} - -% #1 - THE_MACRO ARG_RESULT -% #2 - PENDING_BS -% #3 - NEXT_TOKEN -% #4 is input stream until next backslash -% -% Input stream is either at the start of the argument, or just after a -% backslash sequence, either a lone backslash, or a doubled backslash. -% NEXT_TOKEN contains the first token in the input stream: if it is \finish, -% finish; otherwise, append to ARG_RESULT the segment of the argument up until -% the next backslash. PENDING_BACKSLASH contains a backslash to represent -% a backslash just before the start of the input stream that has not been -% added to ARG_RESULT. -@gdef@add_segment#1!#2#3#4\{% -@ifx#3@_finish - @call_the_macro#1!% -@else - % append the pending backslash to the result, followed by the next segment - @expandafter@is_fi@look_ahead#1#2#4!{\}@fi - % this @fi is discarded by @look_ahead. - % we can't get rid of it with \expandafter because we don't know how - % long #4 is. -} - -% #1 - THE_MACRO -% #2 - ARG_RESULT -% #3 discards the res of the conditional in @add_segment, and @is_fi ends the -% conditional. -@gdef@call_the_macro#1#2!#3@fi{@is_fi #1{#2}} - -} -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% - -% \braceorline MAC is used for a one-argument macro MAC. It checks -% whether the next non-whitespace character is a {. It sets the context -% for reading the argument (slightly different in the two cases). Then, -% to read the argument, in the whole-line case, it then calls the regular -% \parsearg MAC; in the lbrace case, it calls \passargtomacro MAC. -% -\def\braceorline#1{\let\macnamexxx=#1\futurelet\nchar\braceorlinexxx} -\def\braceorlinexxx{% - \ifx\nchar\bgroup - \macroargctxt - \expandafter\passargtomacro - \else - \macrolineargctxt\expandafter\parsearg - \fi \macnamexxx} - - -% @alias. -% We need some trickery to remove the optional spaces around the equal -% sign. Make them active and then expand them all to nothing. -% -\def\alias{\parseargusing\obeyspaces\aliasxxx} -\def\aliasxxx #1{\aliasyyy#1\relax} -\def\aliasyyy #1=#2\relax{% - {% - \expandafter\let\obeyedspace=\empty - \addtomacrolist{#1}% - \xdef\next{\global\let\makecsname{#1}=\makecsname{#2}}% - }% - \next -} - - -\message{cross references,} - -\newwrite\auxfile -\newif\ifhavexrefs % True if xref values are known. -\newif\ifwarnedxrefs % True if we warned once that they aren't known. - -% @inforef is relatively simple. -\def\inforef #1{\inforefzzz #1,,,,**} -\def\inforefzzz #1,#2,#3,#4**{% - \putwordSee{} \putwordInfo{} \putwordfile{} \file{\ignorespaces #3{}}, - node \samp{\ignorespaces#1{}}} - -% @node's only job in TeX is to define \lastnode, which is used in -% cross-references. The @node line might or might not have commas, and -% might or might not have spaces before the first comma, like: -% @node foo , bar , ... -% We don't want such trailing spaces in the node name. -% -\parseargdef\node{\checkenv{}\donode #1 ,\finishnodeparse} -% -% also remove a trailing comma, in case of something like this: -% @node Help-Cross, , , Cross-refs -\def\donode#1 ,#2\finishnodeparse{\dodonode #1,\finishnodeparse} -\def\dodonode#1,#2\finishnodeparse{\gdef\lastnode{#1}} - -\let\nwnode=\node -\let\lastnode=\empty - -% Write a cross-reference definition for the current node. #1 is the -% type (Ynumbered, Yappendix, Ynothing). -% -\def\donoderef#1{% - \ifx\lastnode\empty\else - \setref{\lastnode}{#1}% - \global\let\lastnode=\empty - \fi -} - -% @anchor{NAME} -- define xref target at arbitrary point. -% -\newcount\savesfregister -% -\def\savesf{\relax \ifhmode \savesfregister=\spacefactor \fi} -\def\restoresf{\relax \ifhmode \spacefactor=\savesfregister \fi} -\def\anchor#1{\savesf \setref{#1}{Ynothing}\restoresf \ignorespaces} - -% \setref{NAME}{SNT} defines a cross-reference point NAME (a node or an -% anchor), which consists of three parts: -% 1) NAME-title - the current sectioning name taken from \lastsection, -% or the anchor name. -% 2) NAME-snt - section number and type, passed as the SNT arg, or -% empty for anchors. -% 3) NAME-pg - the page number. -% -% This is called from \donoderef, \anchor, and \dofloat. In the case of -% floats, there is an additional part, which is not written here: -% 4) NAME-lof - the text as it should appear in a @listoffloats. -% -\def\setref#1#2{% - \pdfmkdest{#1}% - \iflinks - {% - \requireauxfile - \atdummies % preserve commands, but don't expand them - \edef\writexrdef##1##2{% - \write\auxfile{@xrdef{#1-% #1 of \setref, expanded by the \edef - ##1}{##2}}% these are parameters of \writexrdef - }% - \toks0 = \expandafter{\lastsection}% - \immediate \writexrdef{title}{\the\toks0 }% - \immediate \writexrdef{snt}{\csname #2\endcsname}% \Ynumbered etc. - \safewhatsit{\writexrdef{pg}{\folio}}% will be written later, at \shipout - }% - \fi -} - -% @xrefautosectiontitle on|off says whether @section(ing) names are used -% automatically in xrefs, if the third arg is not explicitly specified. -% This was provided as a "secret" @set xref-automatic-section-title -% variable, now it's official. -% -\parseargdef\xrefautomaticsectiontitle{% - \def\temp{#1}% - \ifx\temp\onword - \expandafter\let\csname SETxref-automatic-section-title\endcsname - = \empty - \else\ifx\temp\offword - \expandafter\let\csname SETxref-automatic-section-title\endcsname - = \relax - \else - \errhelp = \EMsimple - \errmessage{Unknown @xrefautomaticsectiontitle value `\temp', - must be on|off}% - \fi\fi -} - -% -% @xref, @pxref, and @ref generate cross-references. For \xrefX, #1 is -% the node name, #2 the name of the Info cross-reference, #3 the printed -% node name, #4 the name of the Info file, #5 the name of the printed -% manual. All but the node name can be omitted. -% -\def\pxref{\putwordsee{} \xrefXX} -\def\xref{\putwordSee{} \xrefXX} -\def\ref{\xrefXX} - -\def\xrefXX#1{\def\xrefXXarg{#1}\futurelet\tokenafterxref\xrefXXX} -\def\xrefXXX{\expandafter\xrefX\expandafter[\xrefXXarg,,,,,,,]} -% -\newbox\toprefbox -\newbox\printedrefnamebox -\newbox\infofilenamebox -\newbox\printedmanualbox -% -\def\xrefX[#1,#2,#3,#4,#5,#6]{\begingroup - \unsepspaces - % - % Get args without leading/trailing spaces. - \def\printedrefname{\ignorespaces #3}% - \setbox\printedrefnamebox = \hbox{\printedrefname\unskip}% - % - \def\infofilename{\ignorespaces #4}% - \setbox\infofilenamebox = \hbox{\infofilename\unskip}% - % - \def\printedmanual{\ignorespaces #5}% - \setbox\printedmanualbox = \hbox{\printedmanual\unskip}% - % - % If the printed reference name (arg #3) was not explicitly given in - % the @xref, figure out what we want to use. - \ifdim \wd\printedrefnamebox = 0pt - % No printed node name was explicitly given. - \expandafter\ifx\csname SETxref-automatic-section-title\endcsname \relax - % Not auto section-title: use node name inside the square brackets. - \def\printedrefname{\ignorespaces #1}% - \else - % Auto section-title: use chapter/section title inside - % the square brackets if we have it. - \ifdim \wd\printedmanualbox > 0pt - % It is in another manual, so we don't have it; use node name. - \def\printedrefname{\ignorespaces #1}% - \else - \ifhavexrefs - % We (should) know the real title if we have the xref values. - \def\printedrefname{\refx{#1-title}{}}% - \else - % Otherwise just copy the Info node name. - \def\printedrefname{\ignorespaces #1}% - \fi% - \fi - \fi - \fi - % - % Make link in pdf output. - \ifpdf - {\indexnofonts - \turnoffactive - \makevalueexpandable - % This expands tokens, so do it after making catcode changes, so _ - % etc. don't get their TeX definitions. This ignores all spaces in - % #4, including (wrongly) those in the middle of the filename. - \getfilename{#4}% - % - % This (wrongly) does not take account of leading or trailing - % spaces in #1, which should be ignored. - \edef\pdfxrefdest{#1}% - \ifx\pdfxrefdest\empty - \def\pdfxrefdest{Top}% no empty targets - \else - \txiescapepdf\pdfxrefdest % escape PDF special chars - \fi - % - \leavevmode - \startlink attr{/Border [0 0 0]}% - \ifnum\filenamelength>0 - goto file{\the\filename.pdf} name{\pdfxrefdest}% - \else - goto name{\pdfmkpgn{\pdfxrefdest}}% - \fi - }% - \setcolor{\linkcolor}% - \fi - {% - % Have to otherify everything special to allow the \csname to - % include an _ in the xref name, etc. - \indexnofonts - \turnoffactive - \expandafter\global\expandafter\let\expandafter\Xthisreftitle - \csname XR#1-title\endcsname - }% - % - % Float references are printed completely differently: "Figure 1.2" - % instead of "[somenode], p.3". \iffloat distinguishes them by - % \Xthisreftitle being set to a magic string. - \iffloat\Xthisreftitle - % If the user specified the print name (third arg) to the ref, - % print it instead of our usual "Figure 1.2". - \ifdim\wd\printedrefnamebox = 0pt - \refx{#1-snt}{}% - \else - \printedrefname - \fi - % - % If the user also gave the printed manual name (fifth arg), append - % "in MANUALNAME". - \ifdim \wd\printedmanualbox > 0pt - \space \putwordin{} \cite{\printedmanual}% - \fi - \else - % node/anchor (non-float) references. - % - % If we use \unhbox to print the node names, TeX does not insert - % empty discretionaries after hyphens, which means that it will not - % find a line break at a hyphen in a node names. Since some manuals - % are best written with fairly long node names, containing hyphens, - % this is a loss. Therefore, we give the text of the node name - % again, so it is as if TeX is seeing it for the first time. - % - \ifdim \wd\printedmanualbox > 0pt - % Cross-manual reference with a printed manual name. - % - \crossmanualxref{\cite{\printedmanual\unskip}}% - % - \else\ifdim \wd\infofilenamebox > 0pt - % Cross-manual reference with only an info filename (arg 4), no - % printed manual name (arg 5). This is essentially the same as - % the case above; we output the filename, since we have nothing else. - % - \crossmanualxref{\code{\infofilename\unskip}}% - % - \else - % Reference within this manual. - % - % _ (for example) has to be the character _ for the purposes of the - % control sequence corresponding to the node, but it has to expand - % into the usual \leavevmode...\vrule stuff for purposes of - % printing. So we \turnoffactive for the \refx-snt, back on for the - % printing, back off for the \refx-pg. - {\turnoffactive - % Only output a following space if the -snt ref is nonempty; for - % @unnumbered and @anchor, it won't be. - \setbox2 = \hbox{\ignorespaces \refx{#1-snt}{}}% - \ifdim \wd2 > 0pt \refx{#1-snt}\space\fi - }% - % output the `[mynode]' via the macro below so it can be overridden. - \xrefprintnodename\printedrefname - % - % But we always want a comma and a space: - ,\space - % - % output the `page 3'. - \turnoffactive \putwordpage\tie\refx{#1-pg}{}% - \ifx,\tokenafterxref - \else\ifx.\tokenafterxref - \else\ifx;\tokenafterxref - \else\ifx)\tokenafterxref - \else,% add a , if xref not followed by punctuation - \fi\fi\fi\fi - \fi\fi - \fi - \endlink -\endgroup} - -% Output a cross-manual xref to #1. Used just above (twice). -% -% Only include the text "Section ``foo'' in" if the foo is neither -% missing or Top. Thus, @xref{,,,foo,The Foo Manual} outputs simply -% "see The Foo Manual", the idea being to refer to the whole manual. -% -% But, this being TeX, we can't easily compare our node name against the -% string "Top" while ignoring the possible spaces before and after in -% the input. By adding the arbitrary 7sp below, we make it much less -% likely that a real node name would have the same width as "Top" (e.g., -% in a monospaced font). Hopefully it will never happen in practice. -% -% For the same basic reason, we retypeset the "Top" at every -% reference, since the current font is indeterminate. -% -\def\crossmanualxref#1{% - \setbox\toprefbox = \hbox{Top\kern7sp}% - \setbox2 = \hbox{\ignorespaces \printedrefname \unskip \kern7sp}% - \ifdim \wd2 > 7sp % nonempty? - \ifdim \wd2 = \wd\toprefbox \else % same as Top? - \putwordSection{} ``\printedrefname'' \putwordin{}\space - \fi - \fi - #1% -} - -% This macro is called from \xrefX for the `[nodename]' part of xref -% output. It's a separate macro only so it can be changed more easily, -% since square brackets don't work well in some documents. Particularly -% one that Bob is working on :). -% -\def\xrefprintnodename#1{[#1]} - -% Things referred to by \setref. -% -\def\Ynothing{} -\def\Yomitfromtoc{} -\def\Ynumbered{% - \ifnum\secno=0 - \putwordChapter@tie \the\chapno - \else \ifnum\subsecno=0 - \putwordSection@tie \the\chapno.\the\secno - \else \ifnum\subsubsecno=0 - \putwordSection@tie \the\chapno.\the\secno.\the\subsecno - \else - \putwordSection@tie \the\chapno.\the\secno.\the\subsecno.\the\subsubsecno - \fi\fi\fi -} -\def\Yappendix{% - \ifnum\secno=0 - \putwordAppendix@tie @char\the\appendixno{}% - \else \ifnum\subsecno=0 - \putwordSection@tie @char\the\appendixno.\the\secno - \else \ifnum\subsubsecno=0 - \putwordSection@tie @char\the\appendixno.\the\secno.\the\subsecno - \else - \putwordSection@tie - @char\the\appendixno.\the\secno.\the\subsecno.\the\subsubsecno - \fi\fi\fi -} - -% Define \refx{NAME}{SUFFIX} to reference a cross-reference string named NAME. -% If its value is nonempty, SUFFIX is output afterward. -% -\def\refx#1#2{% - \requireauxfile - {% - \indexnofonts - \otherbackslash - \expandafter\global\expandafter\let\expandafter\thisrefX - \csname XR#1\endcsname - }% - \ifx\thisrefX\relax - % If not defined, say something at least. - \angleleft un\-de\-fined\angleright - \iflinks - \ifhavexrefs - {\toks0 = {#1}% avoid expansion of possibly-complex value - \message{\linenumber Undefined cross reference `\the\toks0'.}}% - \else - \ifwarnedxrefs\else - \global\warnedxrefstrue - \message{Cross reference values unknown; you must run TeX again.}% - \fi - \fi - \fi - \else - % It's defined, so just use it. - \thisrefX - \fi - #2% Output the suffix in any case. -} - -% This is the macro invoked by entries in the aux file. Usually it's -% just a \def (we prepend XR to the control sequence name to avoid -% collisions). But if this is a float type, we have more work to do. -% -\def\xrdef#1#2{% - {% The node name might contain 8-bit characters, which in our current - % implementation are changed to commands like @'e. Don't let these - % mess up the control sequence name. - \indexnofonts - \turnoffactive - \xdef\safexrefname{#1}% - }% - % - \expandafter\gdef\csname XR\safexrefname\endcsname{#2}% remember this xref - % - % Was that xref control sequence that we just defined for a float? - \expandafter\iffloat\csname XR\safexrefname\endcsname - % it was a float, and we have the (safe) float type in \iffloattype. - \expandafter\let\expandafter\floatlist - \csname floatlist\iffloattype\endcsname - % - % Is this the first time we've seen this float type? - \expandafter\ifx\floatlist\relax - \toks0 = {\do}% yes, so just \do - \else - % had it before, so preserve previous elements in list. - \toks0 = \expandafter{\floatlist\do}% - \fi - % - % Remember this xref in the control sequence \floatlistFLOATTYPE, - % for later use in \listoffloats. - \expandafter\xdef\csname floatlist\iffloattype\endcsname{\the\toks0 - {\safexrefname}}% - \fi -} - -% If working on a large document in chapters, it is convenient to -% be able to disable indexing, cross-referencing, and contents, for test runs. -% This is done with @novalidate at the beginning of the file. -% -\newif\iflinks \linkstrue % by default we want the aux files. -\let\novalidate = \linksfalse - -% Used when writing to the aux file, or when using data from it. -\def\requireauxfile{% - \iflinks - \tryauxfile - % Open the new aux file. TeX will close it automatically at exit. - \immediate\openout\auxfile=\jobname.aux - \fi - \global\let\requireauxfile=\relax % Only do this once. -} - -% Read the last existing aux file, if any. No error if none exists. -% -\def\tryauxfile{% - \openin 1 \jobname.aux - \ifeof 1 \else - \readdatafile{aux}% - \global\havexrefstrue - \fi - \closein 1 -} - -\def\setupdatafile{% - \catcode`\^^@=\other - \catcode`\^^A=\other - \catcode`\^^B=\other - \catcode`\^^C=\other - \catcode`\^^D=\other - \catcode`\^^E=\other - \catcode`\^^F=\other - \catcode`\^^G=\other - \catcode`\^^H=\other - \catcode`\^^K=\other - \catcode`\^^L=\other - \catcode`\^^N=\other - \catcode`\^^P=\other - \catcode`\^^Q=\other - \catcode`\^^R=\other - \catcode`\^^S=\other - \catcode`\^^T=\other - \catcode`\^^U=\other - \catcode`\^^V=\other - \catcode`\^^W=\other - \catcode`\^^X=\other - \catcode`\^^Z=\other - \catcode`\^^[=\other - \catcode`\^^\=\other - \catcode`\^^]=\other - \catcode`\^^^=\other - \catcode`\^^_=\other - % It was suggested to set the catcode of ^ to 7, which would allow ^^e4 etc. - % in xref tags, i.e., node names. But since ^^e4 notation isn't - % supported in the main text, it doesn't seem desirable. Furthermore, - % that is not enough: for node names that actually contain a ^ - % character, we would end up writing a line like this: 'xrdef {'hat - % b-title}{'hat b} and \xrdef does a \csname...\endcsname on the first - % argument, and \hat is not an expandable control sequence. It could - % all be worked out, but why? Either we support ^^ or we don't. - % - % The other change necessary for this was to define \auxhat: - % \def\auxhat{\def^{'hat }}% extra space so ok if followed by letter - % and then to call \auxhat in \setq. - % - \catcode`\^=\other - % - % Special characters. Should be turned off anyway, but... - \catcode`\~=\other - \catcode`\[=\other - \catcode`\]=\other - \catcode`\"=\other - \catcode`\_=\other - \catcode`\|=\other - \catcode`\<=\other - \catcode`\>=\other - \catcode`\$=\other - \catcode`\#=\other - \catcode`\&=\other - \catcode`\%=\other - \catcode`+=\other % avoid \+ for paranoia even though we've turned it off - % - % This is to support \ in node names and titles, since the \ - % characters end up in a \csname. It's easier than - % leaving it active and making its active definition an actual \ - % character. What I don't understand is why it works in the *value* - % of the xrdef. Seems like it should be a catcode12 \, and that - % should not typeset properly. But it works, so I'm moving on for - % now. --karl, 15jan04. - \catcode`\\=\other - % - % Make the characters 128-255 be printing characters. - {\setnonasciicharscatcodenonglobal\other}% - % - % @ is our escape character in .aux files, and we need braces. - \catcode`\{=1 - \catcode`\}=2 - \catcode`\@=0 -} - -\def\readdatafile#1{% -\begingroup - \setupdatafile - \input\jobname.#1 -\endgroup} - - -\message{insertions,} -% including footnotes. - -\newcount \footnoteno - -% The trailing space in the following definition for supereject is -% vital for proper filling; pages come out unaligned when you do a -% pagealignmacro call if that space before the closing brace is -% removed. (Generally, numeric constants should always be followed by a -% space to prevent strange expansion errors.) -\def\supereject{\par\penalty -20000\footnoteno =0 } - -% @footnotestyle is meaningful for Info output only. -\let\footnotestyle=\comment - -{\catcode `\@=11 -% -% Auto-number footnotes. Otherwise like plain. -\gdef\footnote{% - \global\advance\footnoteno by \@ne - \edef\thisfootno{$^{\the\footnoteno}$}% - % - % In case the footnote comes at the end of a sentence, preserve the - % extra spacing after we do the footnote number. - \let\@sf\empty - \ifhmode\edef\@sf{\spacefactor\the\spacefactor}\ptexslash\fi - % - % Remove inadvertent blank space before typesetting the footnote number. - \unskip - \thisfootno\@sf - \dofootnote -}% - -% Don't bother with the trickery in plain.tex to not require the -% footnote text as a parameter. Our footnotes don't need to be so general. -% -% Oh yes, they do; otherwise, @ifset (and anything else that uses -% \parseargline) fails inside footnotes because the tokens are fixed when -% the footnote is read. --karl, 16nov96. -% -\gdef\dofootnote{% - \insert\footins\bgroup - % - % Nested footnotes are not supported in TeX, that would take a lot - % more work. (\startsavinginserts does not suffice.) - \let\footnote=\errfootnotenest - % - % We want to typeset this text as a normal paragraph, even if the - % footnote reference occurs in (for example) a display environment. - % So reset some parameters. - \hsize=\pagewidth - \interlinepenalty\interfootnotelinepenalty - \splittopskip\ht\strutbox % top baseline for broken footnotes - \splitmaxdepth\dp\strutbox - \floatingpenalty\@MM - \leftskip\z@skip - \rightskip\z@skip - \spaceskip\z@skip - \xspaceskip\z@skip - \parindent\defaultparindent - % - \smallfonts \rm - % - % Because we use hanging indentation in footnotes, a @noindent appears - % to exdent this text, so make it be a no-op. makeinfo does not use - % hanging indentation so @noindent can still be needed within footnote - % text after an @example or the like (not that this is good style). - \let\noindent = \relax - % - % Hang the footnote text off the number. Use \everypar in case the - % footnote extends for more than one paragraph. - \everypar = {\hang}% - \textindent{\thisfootno}% - % - % Don't crash into the line above the footnote text. Since this - % expands into a box, it must come within the paragraph, lest it - % provide a place where TeX can split the footnote. - \footstrut - % - % Invoke rest of plain TeX footnote routine. - \futurelet\next\fo@t -} -}%end \catcode `\@=11 - -\def\errfootnotenest{% - \errhelp=\EMsimple - \errmessage{Nested footnotes not supported in texinfo.tex, - even though they work in makeinfo; sorry} -} - -\def\errfootnoteheading{% - \errhelp=\EMsimple - \errmessage{Footnotes in chapters, sections, etc., are not supported} -} - -% In case a @footnote appears in a vbox, save the footnote text and create -% the real \insert just after the vbox finished. Otherwise, the insertion -% would be lost. -% Similarly, if a @footnote appears inside an alignment, save the footnote -% text to a box and make the \insert when a row of the table is finished. -% And the same can be done for other insert classes. --kasal, 16nov03. -% -% Replace the \insert primitive by a cheating macro. -% Deeper inside, just make sure that the saved insertions are not spilled -% out prematurely. -% -\def\startsavinginserts{% - \ifx \insert\ptexinsert - \let\insert\saveinsert - \else - \let\checkinserts\relax - \fi -} - -% This \insert replacement works for both \insert\footins{foo} and -% \insert\footins\bgroup foo\egroup, but it doesn't work for \insert27{foo}. -% -\def\saveinsert#1{% - \edef\next{\noexpand\savetobox \makeSAVEname#1}% - \afterassignment\next - % swallow the left brace - \let\temp = -} -\def\makeSAVEname#1{\makecsname{SAVE\expandafter\gobble\string#1}} -\def\savetobox#1{\global\setbox#1 = \vbox\bgroup \unvbox#1} - -\def\checksaveins#1{\ifvoid#1\else \placesaveins#1\fi} - -\def\placesaveins#1{% - \ptexinsert \csname\expandafter\gobblesave\string#1\endcsname - {\box#1}% -} - -% eat @SAVE -- beware, all of them have catcode \other: -{ - \def\dospecials{\do S\do A\do V\do E} \uncatcodespecials % ;-) - \gdef\gobblesave @SAVE{} -} - -% initialization: -\def\newsaveins #1{% - \edef\next{\noexpand\newsaveinsX \makeSAVEname#1}% - \next -} -\def\newsaveinsX #1{% - \csname newbox\endcsname #1% - \expandafter\def\expandafter\checkinserts\expandafter{\checkinserts - \checksaveins #1}% -} - -% initialize: -\let\checkinserts\empty -\newsaveins\footins -\newsaveins\margin - - -% @image. We use the macros from epsf.tex to support this. -% If epsf.tex is not installed and @image is used, we complain. -% -% Check for and read epsf.tex up front. If we read it only at @image -% time, we might be inside a group, and then its definitions would get -% undone and the next image would fail. -\openin 1 = epsf.tex -\ifeof 1 \else - % Do not bother showing banner with epsf.tex v2.7k (available in - % doc/epsf.tex and on ctan). - \def\epsfannounce{\toks0 = }% - \input epsf.tex -\fi -\closein 1 -% -% We will only complain once about lack of epsf.tex. -\newif\ifwarnednoepsf -\newhelp\noepsfhelp{epsf.tex must be installed for images to - work. It is also included in the Texinfo distribution, or you can get - it from ftp://tug.org/tex/epsf.tex.} -% -\def\image#1{% - \ifx\epsfbox\thisisundefined - \ifwarnednoepsf \else - \errhelp = \noepsfhelp - \errmessage{epsf.tex not found, images will be ignored}% - \global\warnednoepsftrue - \fi - \else - \imagexxx #1,,,,,\finish - \fi -} -% -% Arguments to @image: -% #1 is (mandatory) image filename; we tack on .eps extension. -% #2 is (optional) width, #3 is (optional) height. -% #4 is (ignored optional) html alt text. -% #5 is (ignored optional) extension. -% #6 is just the usual extra ignored arg for parsing stuff. -\newif\ifimagevmode -\def\imagexxx#1,#2,#3,#4,#5,#6\finish{\begingroup - \catcode`\^^M = 5 % in case we're inside an example - \normalturnoffactive % allow _ et al. in names - \def\xprocessmacroarg{\eatspaces}% in case we are being used via a macro - % If the image is by itself, center it. - \ifvmode - \imagevmodetrue - \else \ifx\centersub\centerV - % for @center @image, we need a vbox so we can have our vertical space - \imagevmodetrue - \vbox\bgroup % vbox has better behavior than vtop herev - \fi\fi - % - \ifimagevmode - \nobreak\medskip - % Usually we'll have text after the image which will insert - % \parskip glue, so insert it here too to equalize the space - % above and below. - \nobreak\vskip\parskip - \nobreak - \fi - % - % Leave vertical mode so that indentation from an enclosing - % environment such as @quotation is respected. - % However, if we're at the top level, we don't want the - % normal paragraph indentation. - % On the other hand, if we are in the case of @center @image, we don't - % want to start a paragraph, which will create a hsize-width box and - % eradicate the centering. - \ifx\centersub\centerV\else \noindent \fi - % - % Output the image. - \ifpdf - \dopdfimage{#1}{#2}{#3}% - \else - % \epsfbox itself resets \epsf?size at each figure. - \setbox0 = \hbox{\ignorespaces #2}\ifdim\wd0 > 0pt \epsfxsize=#2\relax \fi - \setbox0 = \hbox{\ignorespaces #3}\ifdim\wd0 > 0pt \epsfysize=#3\relax \fi - \epsfbox{#1.eps}% - \fi - % - \ifimagevmode - \medskip % space after a standalone image - \fi - \ifx\centersub\centerV \egroup \fi -\endgroup} - - -% @float FLOATTYPE,LABEL,LOC ... @end float for displayed figures, tables, -% etc. We don't actually implement floating yet, we always include the -% float "here". But it seemed the best name for the future. -% -\envparseargdef\float{\eatcommaspace\eatcommaspace\dofloat#1, , ,\finish} - -% There may be a space before second and/or third parameter; delete it. -\def\eatcommaspace#1, {#1,} - -% #1 is the optional FLOATTYPE, the text label for this float, typically -% "Figure", "Table", "Example", etc. Can't contain commas. If omitted, -% this float will not be numbered and cannot be referred to. -% -% #2 is the optional xref label. Also must be present for the float to -% be referable. -% -% #3 is the optional positioning argument; for now, it is ignored. It -% will somehow specify the positions allowed to float to (here, top, bottom). -% -% We keep a separate counter for each FLOATTYPE, which we reset at each -% chapter-level command. -\let\resetallfloatnos=\empty -% -\def\dofloat#1,#2,#3,#4\finish{% - \let\thiscaption=\empty - \let\thisshortcaption=\empty - % - % don't lose footnotes inside @float. - % - % BEWARE: when the floats start float, we have to issue warning whenever an - % insert appears inside a float which could possibly float. --kasal, 26may04 - % - \startsavinginserts - % - % We can't be used inside a paragraph. - \par - % - \vtop\bgroup - \def\floattype{#1}% - \def\floatlabel{#2}% - \def\floatloc{#3}% we do nothing with this yet. - % - \ifx\floattype\empty - \let\safefloattype=\empty - \else - {% - % the floattype might have accents or other special characters, - % but we need to use it in a control sequence name. - \indexnofonts - \turnoffactive - \xdef\safefloattype{\floattype}% - }% - \fi - % - % If label is given but no type, we handle that as the empty type. - \ifx\floatlabel\empty \else - % We want each FLOATTYPE to be numbered separately (Figure 1, - % Table 1, Figure 2, ...). (And if no label, no number.) - % - \expandafter\getfloatno\csname\safefloattype floatno\endcsname - \global\advance\floatno by 1 - % - {% - % This magic value for \lastsection is output by \setref as the - % XREFLABEL-title value. \xrefX uses it to distinguish float - % labels (which have a completely different output format) from - % node and anchor labels. And \xrdef uses it to construct the - % lists of floats. - % - \edef\lastsection{\floatmagic=\safefloattype}% - \setref{\floatlabel}{Yfloat}% - }% - \fi - % - % start with \parskip glue, I guess. - \vskip\parskip - % - % Don't suppress indentation if a float happens to start a section. - \restorefirstparagraphindent -} - -% we have these possibilities: -% @float Foo,lbl & @caption{Cap}: Foo 1.1: Cap -% @float Foo,lbl & no caption: Foo 1.1 -% @float Foo & @caption{Cap}: Foo: Cap -% @float Foo & no caption: Foo -% @float ,lbl & Caption{Cap}: 1.1: Cap -% @float ,lbl & no caption: 1.1 -% @float & @caption{Cap}: Cap -% @float & no caption: -% -\def\Efloat{% - \let\floatident = \empty - % - % In all cases, if we have a float type, it comes first. - \ifx\floattype\empty \else \def\floatident{\floattype}\fi - % - % If we have an xref label, the number comes next. - \ifx\floatlabel\empty \else - \ifx\floattype\empty \else % if also had float type, need tie first. - \appendtomacro\floatident{\tie}% - \fi - % the number. - \appendtomacro\floatident{\chaplevelprefix\the\floatno}% - \fi - % - % Start the printed caption with what we've constructed in - % \floatident, but keep it separate; we need \floatident again. - \let\captionline = \floatident - % - \ifx\thiscaption\empty \else - \ifx\floatident\empty \else - \appendtomacro\captionline{: }% had ident, so need a colon between - \fi - % - % caption text. - \appendtomacro\captionline{\scanexp\thiscaption}% - \fi - % - % If we have anything to print, print it, with space before. - % Eventually this needs to become an \insert. - \ifx\captionline\empty \else - \vskip.5\parskip - \captionline - % - % Space below caption. - \vskip\parskip - \fi - % - % If have an xref label, write the list of floats info. Do this - % after the caption, to avoid chance of it being a breakpoint. - \ifx\floatlabel\empty \else - % Write the text that goes in the lof to the aux file as - % \floatlabel-lof. Besides \floatident, we include the short - % caption if specified, else the full caption if specified, else nothing. - {% - \requireauxfile - \atdummies - % - % since we read the caption text in the macro world, where ^^M - % is turned into a normal character, we have to scan it back, so - % we don't write the literal three characters "^^M" into the aux file. - \scanexp{% - \xdef\noexpand\gtemp{% - \ifx\thisshortcaption\empty - \thiscaption - \else - \thisshortcaption - \fi - }% - }% - \immediate\write\auxfile{@xrdef{\floatlabel-lof}{\floatident - \ifx\gtemp\empty \else : \gtemp \fi}}% - }% - \fi - \egroup % end of \vtop - % - % place the captured inserts - % - % BEWARE: when the floats start floating, we have to issue warning - % whenever an insert appears inside a float which could possibly - % float. --kasal, 26may04 - % - \checkinserts -} - -% Append the tokens #2 to the definition of macro #1, not expanding either. -% -\def\appendtomacro#1#2{% - \expandafter\def\expandafter#1\expandafter{#1#2}% -} - -% @caption, @shortcaption -% -\def\caption{\docaption\thiscaption} -\def\shortcaption{\docaption\thisshortcaption} -\def\docaption{\checkenv\float \bgroup\scanargctxt\defcaption} -\def\defcaption#1#2{\egroup \def#1{#2}} - -% The parameter is the control sequence identifying the counter we are -% going to use. Create it if it doesn't exist and assign it to \floatno. -\def\getfloatno#1{% - \ifx#1\relax - % Haven't seen this figure type before. - \csname newcount\endcsname #1% - % - % Remember to reset this floatno at the next chap. - \expandafter\gdef\expandafter\resetallfloatnos - \expandafter{\resetallfloatnos #1=0 }% - \fi - \let\floatno#1% -} - -% \setref calls this to get the XREFLABEL-snt value. We want an @xref -% to the FLOATLABEL to expand to "Figure 3.1". We call \setref when we -% first read the @float command. -% -\def\Yfloat{\floattype@tie \chaplevelprefix\the\floatno}% - -% Magic string used for the XREFLABEL-title value, so \xrefX can -% distinguish floats from other xref types. -\def\floatmagic{!!float!!} - -% #1 is the control sequence we are passed; we expand into a conditional -% which is true if #1 represents a float ref. That is, the magic -% \lastsection value which we \setref above. -% -\def\iffloat#1{\expandafter\doiffloat#1==\finish} -% -% #1 is (maybe) the \floatmagic string. If so, #2 will be the -% (safe) float type for this float. We set \iffloattype to #2. -% -\def\doiffloat#1=#2=#3\finish{% - \def\temp{#1}% - \def\iffloattype{#2}% - \ifx\temp\floatmagic -} - -% @listoffloats FLOATTYPE - print a list of floats like a table of contents. -% -\parseargdef\listoffloats{% - \def\floattype{#1}% floattype - {% - % the floattype might have accents or other special characters, - % but we need to use it in a control sequence name. - \indexnofonts - \turnoffactive - \xdef\safefloattype{\floattype}% - }% - % - % \xrdef saves the floats as a \do-list in \floatlistSAFEFLOATTYPE. - \expandafter\ifx\csname floatlist\safefloattype\endcsname \relax - \ifhavexrefs - % if the user said @listoffloats foo but never @float foo. - \message{\linenumber No `\safefloattype' floats to list.}% - \fi - \else - \begingroup - \leftskip=\tocindent % indent these entries like a toc - \let\do=\listoffloatsdo - \csname floatlist\safefloattype\endcsname - \endgroup - \fi -} - -% This is called on each entry in a list of floats. We're passed the -% xref label, in the form LABEL-title, which is how we save it in the -% aux file. We strip off the -title and look up \XRLABEL-lof, which -% has the text we're supposed to typeset here. -% -% Figures without xref labels will not be included in the list (since -% they won't appear in the aux file). -% -\def\listoffloatsdo#1{\listoffloatsdoentry#1\finish} -\def\listoffloatsdoentry#1-title\finish{{% - % Can't fully expand XR#1-lof because it can contain anything. Just - % pass the control sequence. On the other hand, XR#1-pg is just the - % page number, and we want to fully expand that so we can get a link - % in pdf output. - \toksA = \expandafter{\csname XR#1-lof\endcsname}% - % - % use the same \entry macro we use to generate the TOC and index. - \edef\writeentry{\noexpand\entry{\the\toksA}{\csname XR#1-pg\endcsname}}% - \writeentry -}} - - -\message{localization,} - -% For single-language documents, @documentlanguage is usually given very -% early, just after @documentencoding. Single argument is the language -% (de) or locale (de_DE) abbreviation. -% -{ - \catcode`\_ = \active - \globaldefs=1 -\parseargdef\documentlanguage{% - \tex % read txi-??.tex file in plain TeX. - % Read the file by the name they passed if it exists. - \let_ = \normalunderscore % normal _ character for filename test - \openin 1 txi-#1.tex - \ifeof 1 - \documentlanguagetrywithoutunderscore #1_\finish - \else - \globaldefs = 1 % everything in the txi-LL files needs to persist - \input txi-#1.tex - \fi - \closein 1 - \endgroup % end raw TeX -} -% -% If they passed de_DE, and txi-de_DE.tex doesn't exist, -% try txi-de.tex. -% -\gdef\documentlanguagetrywithoutunderscore#1_#2\finish{% - \openin 1 txi-#1.tex - \ifeof 1 - \errhelp = \nolanghelp - \errmessage{Cannot read language file txi-#1.tex}% - \else - \globaldefs = 1 % everything in the txi-LL files needs to persist - \input txi-#1.tex - \fi - \closein 1 -} -}% end of special _ catcode -% -\newhelp\nolanghelp{The given language definition file cannot be found or -is empty. Maybe you need to install it? Putting it in the current -directory should work if nowhere else does.} - -% This macro is called from txi-??.tex files; the first argument is the -% \language name to set (without the "\lang@" prefix), the second and -% third args are \{left,right}hyphenmin. -% -% The language names to pass are determined when the format is built. -% See the etex.log file created at that time, e.g., -% /usr/local/texlive/2008/texmf-var/web2c/pdftex/etex.log. -% -% With TeX Live 2008, etex now includes hyphenation patterns for all -% available languages. This means we can support hyphenation in -% Texinfo, at least to some extent. (This still doesn't solve the -% accented characters problem.) -% -\catcode`@=11 -\def\txisetlanguage#1#2#3{% - % do not set the language if the name is undefined in the current TeX. - \expandafter\ifx\csname lang@#1\endcsname \relax - \message{no patterns for #1}% - \else - \global\language = \csname lang@#1\endcsname - \fi - % but there is no harm in adjusting the hyphenmin values regardless. - \global\lefthyphenmin = #2\relax - \global\righthyphenmin = #3\relax -} - -% Get input by bytes instead of by UTF-8 codepoints for XeTeX and LuaTeX, -% otherwise the encoding support is completely broken. -\ifx\XeTeXrevision\thisisundefined -\else -\XeTeXdefaultencoding "bytes" % For subsequent files to be read -\XeTeXinputencoding "bytes" % Effective in texinfo.tex only -% Unfortunately, there seems to be no corresponding XeTeX command for -% output encoding. This is a problem for auxiliary index and TOC files. -% The only solution would be perhaps to write out @U{...} sequences in -% place of UTF-8 characters. -\fi - -\ifx\luatexversion\thisisundefined -\else -\directlua{ -local utf8_char, byte, gsub = unicode.utf8.char, string.byte, string.gsub -local function convert_char (char) - return utf8_char(byte(char)) -end - -local function convert_line (line) - return gsub(line, ".", convert_char) -end - -callback.register("process_input_buffer", convert_line) - -local function convert_line_out (line) - local line_out = "" - for c in string.utfvalues(line) do - line_out = line_out .. string.char(c) - end - return line_out -end - -callback.register("process_output_buffer", convert_line_out) -} -\fi - - -% Helpers for encodings. -% Set the catcode of characters 128 through 255 to the specified number. -% -\def\setnonasciicharscatcode#1{% - \count255=128 - \loop\ifnum\count255<256 - \global\catcode\count255=#1\relax - \advance\count255 by 1 - \repeat -} - -\def\setnonasciicharscatcodenonglobal#1{% - \count255=128 - \loop\ifnum\count255<256 - \catcode\count255=#1\relax - \advance\count255 by 1 - \repeat -} - -% @documentencoding sets the definition of non-ASCII characters -% according to the specified encoding. -% -\def\documentencoding{\parseargusing\filenamecatcodes\documentencodingzzz} -\def\documentencodingzzz#1{% - % Get input by bytes instead of by UTF-8 codepoints for XeTeX, - % otherwise the encoding support is completely broken. - % This settings is for the document root file. - \ifx\XeTeXrevision\thisisundefined - \else - \XeTeXinputencoding "bytes" - \fi - % - % Encoding being declared for the document. - \def\declaredencoding{\csname #1.enc\endcsname}% - % - % Supported encodings: names converted to tokens in order to be able - % to compare them with \ifx. - \def\ascii{\csname US-ASCII.enc\endcsname}% - \def\latnine{\csname ISO-8859-15.enc\endcsname}% - \def\latone{\csname ISO-8859-1.enc\endcsname}% - \def\lattwo{\csname ISO-8859-2.enc\endcsname}% - \def\utfeight{\csname UTF-8.enc\endcsname}% - % - \ifx \declaredencoding \ascii - \asciichardefs - % - \else \ifx \declaredencoding \lattwo - \setnonasciicharscatcode\active - \lattwochardefs - % - \else \ifx \declaredencoding \latone - \setnonasciicharscatcode\active - \latonechardefs - % - \else \ifx \declaredencoding \latnine - \setnonasciicharscatcode\active - \latninechardefs - % - \else \ifx \declaredencoding \utfeight - \setnonasciicharscatcode\active - % since we already invoked \utfeightchardefs at the top level - % (below), do not re-invoke it, then our check for duplicated - % definitions triggers. Making non-ascii chars active is enough. - % - \else - \message{Ignoring unknown document encoding: #1.}% - % - \fi % utfeight - \fi % latnine - \fi % latone - \fi % lattwo - \fi % ascii -} - -% emacs-page -% A message to be logged when using a character that isn't available -% the default font encoding (OT1). -% -\def\missingcharmsg#1{\message{Character missing, sorry: #1.}} - -% Take account of \c (plain) vs. \, (Texinfo) difference. -\def\cedilla#1{\ifx\c\ptexc\c{#1}\else\,{#1}\fi} - -% First, make active non-ASCII characters in order for them to be -% correctly categorized when TeX reads the replacement text of -% macros containing the character definitions. -\setnonasciicharscatcode\active -% -% Latin1 (ISO-8859-1) character definitions. -\def\latonechardefs{% - \gdef^^a0{\tie} - \gdef^^a1{\exclamdown} - \gdef^^a2{{\tcfont \char162}} % cent - \gdef^^a3{\pounds} - \gdef^^a4{{\tcfont \char164}} % currency - \gdef^^a5{{\tcfont \char165}} % yen - \gdef^^a6{{\tcfont \char166}} % broken bar - \gdef^^a7{\S} - \gdef^^a8{\"{}} - \gdef^^a9{\copyright} - \gdef^^aa{\ordf} - \gdef^^ab{\guillemetleft} - \gdef^^ac{\ensuremath\lnot} - \gdef^^ad{\-} - \gdef^^ae{\registeredsymbol} - \gdef^^af{\={}} - % - \gdef^^b0{\textdegree} - \gdef^^b1{$\pm$} - \gdef^^b2{$^2$} - \gdef^^b3{$^3$} - \gdef^^b4{\'{}} - \gdef^^b5{$\mu$} - \gdef^^b6{\P} - \gdef^^b7{\ensuremath\cdot} - \gdef^^b8{\cedilla\ } - \gdef^^b9{$^1$} - \gdef^^ba{\ordm} - \gdef^^bb{\guillemetright} - \gdef^^bc{$1\over4$} - \gdef^^bd{$1\over2$} - \gdef^^be{$3\over4$} - \gdef^^bf{\questiondown} - % - \gdef^^c0{\`A} - \gdef^^c1{\'A} - \gdef^^c2{\^A} - \gdef^^c3{\~A} - \gdef^^c4{\"A} - \gdef^^c5{\ringaccent A} - \gdef^^c6{\AE} - \gdef^^c7{\cedilla C} - \gdef^^c8{\`E} - \gdef^^c9{\'E} - \gdef^^ca{\^E} - \gdef^^cb{\"E} - \gdef^^cc{\`I} - \gdef^^cd{\'I} - \gdef^^ce{\^I} - \gdef^^cf{\"I} - % - \gdef^^d0{\DH} - \gdef^^d1{\~N} - \gdef^^d2{\`O} - \gdef^^d3{\'O} - \gdef^^d4{\^O} - \gdef^^d5{\~O} - \gdef^^d6{\"O} - \gdef^^d7{$\times$} - \gdef^^d8{\O} - \gdef^^d9{\`U} - \gdef^^da{\'U} - \gdef^^db{\^U} - \gdef^^dc{\"U} - \gdef^^dd{\'Y} - \gdef^^de{\TH} - \gdef^^df{\ss} - % - \gdef^^e0{\`a} - \gdef^^e1{\'a} - \gdef^^e2{\^a} - \gdef^^e3{\~a} - \gdef^^e4{\"a} - \gdef^^e5{\ringaccent a} - \gdef^^e6{\ae} - \gdef^^e7{\cedilla c} - \gdef^^e8{\`e} - \gdef^^e9{\'e} - \gdef^^ea{\^e} - \gdef^^eb{\"e} - \gdef^^ec{\`{\dotless i}} - \gdef^^ed{\'{\dotless i}} - \gdef^^ee{\^{\dotless i}} - \gdef^^ef{\"{\dotless i}} - % - \gdef^^f0{\dh} - \gdef^^f1{\~n} - \gdef^^f2{\`o} - \gdef^^f3{\'o} - \gdef^^f4{\^o} - \gdef^^f5{\~o} - \gdef^^f6{\"o} - \gdef^^f7{$\div$} - \gdef^^f8{\o} - \gdef^^f9{\`u} - \gdef^^fa{\'u} - \gdef^^fb{\^u} - \gdef^^fc{\"u} - \gdef^^fd{\'y} - \gdef^^fe{\th} - \gdef^^ff{\"y} -} - -% Latin9 (ISO-8859-15) encoding character definitions. -\def\latninechardefs{% - % Encoding is almost identical to Latin1. - \latonechardefs - % - \gdef^^a4{\euro} - \gdef^^a6{\v S} - \gdef^^a8{\v s} - \gdef^^b4{\v Z} - \gdef^^b8{\v z} - \gdef^^bc{\OE} - \gdef^^bd{\oe} - \gdef^^be{\"Y} -} - -% Latin2 (ISO-8859-2) character definitions. -\def\lattwochardefs{% - \gdef^^a0{\tie} - \gdef^^a1{\ogonek{A}} - \gdef^^a2{\u{}} - \gdef^^a3{\L} - \gdef^^a4{\missingcharmsg{CURRENCY SIGN}} - \gdef^^a5{\v L} - \gdef^^a6{\'S} - \gdef^^a7{\S} - \gdef^^a8{\"{}} - \gdef^^a9{\v S} - \gdef^^aa{\cedilla S} - \gdef^^ab{\v T} - \gdef^^ac{\'Z} - \gdef^^ad{\-} - \gdef^^ae{\v Z} - \gdef^^af{\dotaccent Z} - % - \gdef^^b0{\textdegree} - \gdef^^b1{\ogonek{a}} - \gdef^^b2{\ogonek{ }} - \gdef^^b3{\l} - \gdef^^b4{\'{}} - \gdef^^b5{\v l} - \gdef^^b6{\'s} - \gdef^^b7{\v{}} - \gdef^^b8{\cedilla\ } - \gdef^^b9{\v s} - \gdef^^ba{\cedilla s} - \gdef^^bb{\v t} - \gdef^^bc{\'z} - \gdef^^bd{\H{}} - \gdef^^be{\v z} - \gdef^^bf{\dotaccent z} - % - \gdef^^c0{\'R} - \gdef^^c1{\'A} - \gdef^^c2{\^A} - \gdef^^c3{\u A} - \gdef^^c4{\"A} - \gdef^^c5{\'L} - \gdef^^c6{\'C} - \gdef^^c7{\cedilla C} - \gdef^^c8{\v C} - \gdef^^c9{\'E} - \gdef^^ca{\ogonek{E}} - \gdef^^cb{\"E} - \gdef^^cc{\v E} - \gdef^^cd{\'I} - \gdef^^ce{\^I} - \gdef^^cf{\v D} - % - \gdef^^d0{\DH} - \gdef^^d1{\'N} - \gdef^^d2{\v N} - \gdef^^d3{\'O} - \gdef^^d4{\^O} - \gdef^^d5{\H O} - \gdef^^d6{\"O} - \gdef^^d7{$\times$} - \gdef^^d8{\v R} - \gdef^^d9{\ringaccent U} - \gdef^^da{\'U} - \gdef^^db{\H U} - \gdef^^dc{\"U} - \gdef^^dd{\'Y} - \gdef^^de{\cedilla T} - \gdef^^df{\ss} - % - \gdef^^e0{\'r} - \gdef^^e1{\'a} - \gdef^^e2{\^a} - \gdef^^e3{\u a} - \gdef^^e4{\"a} - \gdef^^e5{\'l} - \gdef^^e6{\'c} - \gdef^^e7{\cedilla c} - \gdef^^e8{\v c} - \gdef^^e9{\'e} - \gdef^^ea{\ogonek{e}} - \gdef^^eb{\"e} - \gdef^^ec{\v e} - \gdef^^ed{\'{\dotless{i}}} - \gdef^^ee{\^{\dotless{i}}} - \gdef^^ef{\v d} - % - \gdef^^f0{\dh} - \gdef^^f1{\'n} - \gdef^^f2{\v n} - \gdef^^f3{\'o} - \gdef^^f4{\^o} - \gdef^^f5{\H o} - \gdef^^f6{\"o} - \gdef^^f7{$\div$} - \gdef^^f8{\v r} - \gdef^^f9{\ringaccent u} - \gdef^^fa{\'u} - \gdef^^fb{\H u} - \gdef^^fc{\"u} - \gdef^^fd{\'y} - \gdef^^fe{\cedilla t} - \gdef^^ff{\dotaccent{}} -} - -% UTF-8 character definitions. -% -% This code to support UTF-8 is based on LaTeX's utf8.def, with some -% changes for Texinfo conventions. It is included here under the GPL by -% permission from Frank Mittelbach and the LaTeX team. -% -\newcount\countUTFx -\newcount\countUTFy -\newcount\countUTFz - -\gdef\UTFviiiTwoOctets#1#2{\expandafter - \UTFviiiDefined\csname u8:#1\string #2\endcsname} -% -\gdef\UTFviiiThreeOctets#1#2#3{\expandafter - \UTFviiiDefined\csname u8:#1\string #2\string #3\endcsname} -% -\gdef\UTFviiiFourOctets#1#2#3#4{\expandafter - \UTFviiiDefined\csname u8:#1\string #2\string #3\string #4\endcsname} - -\gdef\UTFviiiDefined#1{% - \ifx #1\relax - \message{\linenumber Unicode char \string #1 not defined for Texinfo}% - \else - \expandafter #1% - \fi -} - -\begingroup - \catcode`\~13 - \catcode`\"12 - - \def\UTFviiiLoop{% - \global\catcode\countUTFx\active - \uccode`\~\countUTFx - \uppercase\expandafter{\UTFviiiTmp}% - \advance\countUTFx by 1 - \ifnum\countUTFx < \countUTFy - \expandafter\UTFviiiLoop - \fi} - - \countUTFx = "C2 - \countUTFy = "E0 - \def\UTFviiiTmp{% - \xdef~{\noexpand\UTFviiiTwoOctets\string~}} - \UTFviiiLoop - - \countUTFx = "E0 - \countUTFy = "F0 - \def\UTFviiiTmp{% - \xdef~{\noexpand\UTFviiiThreeOctets\string~}} - \UTFviiiLoop - - \countUTFx = "F0 - \countUTFy = "F4 - \def\UTFviiiTmp{% - \xdef~{\noexpand\UTFviiiFourOctets\string~}} - \UTFviiiLoop -\endgroup - -\def\globallet{\global\let} % save some \expandafter's below - -% @U{xxxx} to produce U+xxxx, if we support it. -\def\U#1{% - \expandafter\ifx\csname uni:#1\endcsname \relax - \errhelp = \EMsimple - \errmessage{Unicode character U+#1 not supported, sorry}% - \else - \csname uni:#1\endcsname - \fi -} - -\begingroup - \catcode`\"=12 - \catcode`\<=12 - \catcode`\.=12 - \catcode`\,=12 - \catcode`\;=12 - \catcode`\!=12 - \catcode`\~=13 - \gdef\DeclareUnicodeCharacter#1#2{% - \countUTFz = "#1\relax - %\wlog{\space\space defining Unicode char U+#1 (decimal \the\countUTFz)}% - \begingroup - \parseXMLCharref - \def\UTFviiiTwoOctets##1##2{% - \csname u8:##1\string ##2\endcsname}% - \def\UTFviiiThreeOctets##1##2##3{% - \csname u8:##1\string ##2\string ##3\endcsname}% - \def\UTFviiiFourOctets##1##2##3##4{% - \csname u8:##1\string ##2\string ##3\string ##4\endcsname}% - \expandafter\expandafter\expandafter\expandafter - \expandafter\expandafter\expandafter - \gdef\UTFviiiTmp{#2}% - % - \expandafter\ifx\csname uni:#1\endcsname \relax \else - \message{Internal error, already defined: #1}% - \fi - % - % define an additional control sequence for this code point. - \expandafter\globallet\csname uni:#1\endcsname \UTFviiiTmp - \endgroup} - - \gdef\parseXMLCharref{% - \ifnum\countUTFz < "A0\relax - \errhelp = \EMsimple - \errmessage{Cannot define Unicode char value < 00A0}% - \else\ifnum\countUTFz < "800\relax - \parseUTFviiiA,% - \parseUTFviiiB C\UTFviiiTwoOctets.,% - \else\ifnum\countUTFz < "10000\relax - \parseUTFviiiA;% - \parseUTFviiiA,% - \parseUTFviiiB E\UTFviiiThreeOctets.{,;}% - \else - \parseUTFviiiA;% - \parseUTFviiiA,% - \parseUTFviiiA!% - \parseUTFviiiB F\UTFviiiFourOctets.{!,;}% - \fi\fi\fi - } - - \gdef\parseUTFviiiA#1{% - \countUTFx = \countUTFz - \divide\countUTFz by 64 - \countUTFy = \countUTFz - \multiply\countUTFz by 64 - \advance\countUTFx by -\countUTFz - \advance\countUTFx by 128 - \uccode `#1\countUTFx - \countUTFz = \countUTFy} - - \gdef\parseUTFviiiB#1#2#3#4{% - \advance\countUTFz by "#10\relax - \uccode `#3\countUTFz - \uppercase{\gdef\UTFviiiTmp{#2#3#4}}} -\endgroup - -% https://en.wikipedia.org/wiki/Plane_(Unicode)#Basic_M -% U+0000..U+007F = https://en.wikipedia.org/wiki/Basic_Latin_(Unicode_block) -% U+0080..U+00FF = https://en.wikipedia.org/wiki/Latin-1_Supplement_(Unicode_block) -% U+0100..U+017F = https://en.wikipedia.org/wiki/Latin_Extended-A -% U+0180..U+024F = https://en.wikipedia.org/wiki/Latin_Extended-B -% -% Many of our renditions are less than wonderful, and all the missing -% characters are available somewhere. Loading the necessary fonts -% awaits user request. We can't truly support Unicode without -% reimplementing everything that's been done in LaTeX for many years, -% plus probably using luatex or xetex, and who knows what else. -% We won't be doing that here in this simple file. But we can try to at -% least make most of the characters not bomb out. -% -\def\utfeightchardefs{% - \DeclareUnicodeCharacter{00A0}{\tie} - \DeclareUnicodeCharacter{00A1}{\exclamdown} - \DeclareUnicodeCharacter{00A2}{{\tcfont \char162}}% 0242=cent - \DeclareUnicodeCharacter{00A3}{\pounds} - \DeclareUnicodeCharacter{00A4}{{\tcfont \char164}}% 0244=currency - \DeclareUnicodeCharacter{00A5}{{\tcfont \char165}}% 0245=yen - \DeclareUnicodeCharacter{00A6}{{\tcfont \char166}}% 0246=brokenbar - \DeclareUnicodeCharacter{00A7}{\S} - \DeclareUnicodeCharacter{00A8}{\"{ }} - \DeclareUnicodeCharacter{00A9}{\copyright} - \DeclareUnicodeCharacter{00AA}{\ordf} - \DeclareUnicodeCharacter{00AB}{\guillemetleft} - \DeclareUnicodeCharacter{00AC}{\ensuremath\lnot} - \DeclareUnicodeCharacter{00AD}{\-} - \DeclareUnicodeCharacter{00AE}{\registeredsymbol} - \DeclareUnicodeCharacter{00AF}{\={ }} - % - \DeclareUnicodeCharacter{00B0}{\ringaccent{ }} - \DeclareUnicodeCharacter{00B1}{\ensuremath\pm} - \DeclareUnicodeCharacter{00B2}{$^2$} - \DeclareUnicodeCharacter{00B3}{$^3$} - \DeclareUnicodeCharacter{00B4}{\'{ }} - \DeclareUnicodeCharacter{00B5}{$\mu$} - \DeclareUnicodeCharacter{00B6}{\P} - \DeclareUnicodeCharacter{00B7}{\ensuremath\cdot} - \DeclareUnicodeCharacter{00B8}{\cedilla{ }} - \DeclareUnicodeCharacter{00B9}{$^1$} - \DeclareUnicodeCharacter{00BA}{\ordm} - \DeclareUnicodeCharacter{00BB}{\guillemetright} - \DeclareUnicodeCharacter{00BC}{$1\over4$} - \DeclareUnicodeCharacter{00BD}{$1\over2$} - \DeclareUnicodeCharacter{00BE}{$3\over4$} - \DeclareUnicodeCharacter{00BF}{\questiondown} - % - \DeclareUnicodeCharacter{00C0}{\`A} - \DeclareUnicodeCharacter{00C1}{\'A} - \DeclareUnicodeCharacter{00C2}{\^A} - \DeclareUnicodeCharacter{00C3}{\~A} - \DeclareUnicodeCharacter{00C4}{\"A} - \DeclareUnicodeCharacter{00C5}{\AA} - \DeclareUnicodeCharacter{00C6}{\AE} - \DeclareUnicodeCharacter{00C7}{\cedilla{C}} - \DeclareUnicodeCharacter{00C8}{\`E} - \DeclareUnicodeCharacter{00C9}{\'E} - \DeclareUnicodeCharacter{00CA}{\^E} - \DeclareUnicodeCharacter{00CB}{\"E} - \DeclareUnicodeCharacter{00CC}{\`I} - \DeclareUnicodeCharacter{00CD}{\'I} - \DeclareUnicodeCharacter{00CE}{\^I} - \DeclareUnicodeCharacter{00CF}{\"I} - % - \DeclareUnicodeCharacter{00D0}{\DH} - \DeclareUnicodeCharacter{00D1}{\~N} - \DeclareUnicodeCharacter{00D2}{\`O} - \DeclareUnicodeCharacter{00D3}{\'O} - \DeclareUnicodeCharacter{00D4}{\^O} - \DeclareUnicodeCharacter{00D5}{\~O} - \DeclareUnicodeCharacter{00D6}{\"O} - \DeclareUnicodeCharacter{00D7}{\ensuremath\times} - \DeclareUnicodeCharacter{00D8}{\O} - \DeclareUnicodeCharacter{00D9}{\`U} - \DeclareUnicodeCharacter{00DA}{\'U} - \DeclareUnicodeCharacter{00DB}{\^U} - \DeclareUnicodeCharacter{00DC}{\"U} - \DeclareUnicodeCharacter{00DD}{\'Y} - \DeclareUnicodeCharacter{00DE}{\TH} - \DeclareUnicodeCharacter{00DF}{\ss} - % - \DeclareUnicodeCharacter{00E0}{\`a} - \DeclareUnicodeCharacter{00E1}{\'a} - \DeclareUnicodeCharacter{00E2}{\^a} - \DeclareUnicodeCharacter{00E3}{\~a} - \DeclareUnicodeCharacter{00E4}{\"a} - \DeclareUnicodeCharacter{00E5}{\aa} - \DeclareUnicodeCharacter{00E6}{\ae} - \DeclareUnicodeCharacter{00E7}{\cedilla{c}} - \DeclareUnicodeCharacter{00E8}{\`e} - \DeclareUnicodeCharacter{00E9}{\'e} - \DeclareUnicodeCharacter{00EA}{\^e} - \DeclareUnicodeCharacter{00EB}{\"e} - \DeclareUnicodeCharacter{00EC}{\`{\dotless{i}}} - \DeclareUnicodeCharacter{00ED}{\'{\dotless{i}}} - \DeclareUnicodeCharacter{00EE}{\^{\dotless{i}}} - \DeclareUnicodeCharacter{00EF}{\"{\dotless{i}}} - % - \DeclareUnicodeCharacter{00F0}{\dh} - \DeclareUnicodeCharacter{00F1}{\~n} - \DeclareUnicodeCharacter{00F2}{\`o} - \DeclareUnicodeCharacter{00F3}{\'o} - \DeclareUnicodeCharacter{00F4}{\^o} - \DeclareUnicodeCharacter{00F5}{\~o} - \DeclareUnicodeCharacter{00F6}{\"o} - \DeclareUnicodeCharacter{00F7}{\ensuremath\div} - \DeclareUnicodeCharacter{00F8}{\o} - \DeclareUnicodeCharacter{00F9}{\`u} - \DeclareUnicodeCharacter{00FA}{\'u} - \DeclareUnicodeCharacter{00FB}{\^u} - \DeclareUnicodeCharacter{00FC}{\"u} - \DeclareUnicodeCharacter{00FD}{\'y} - \DeclareUnicodeCharacter{00FE}{\th} - \DeclareUnicodeCharacter{00FF}{\"y} - % - \DeclareUnicodeCharacter{0100}{\=A} - \DeclareUnicodeCharacter{0101}{\=a} - \DeclareUnicodeCharacter{0102}{\u{A}} - \DeclareUnicodeCharacter{0103}{\u{a}} - \DeclareUnicodeCharacter{0104}{\ogonek{A}} - \DeclareUnicodeCharacter{0105}{\ogonek{a}} - \DeclareUnicodeCharacter{0106}{\'C} - \DeclareUnicodeCharacter{0107}{\'c} - \DeclareUnicodeCharacter{0108}{\^C} - \DeclareUnicodeCharacter{0109}{\^c} - \DeclareUnicodeCharacter{010A}{\dotaccent{C}} - \DeclareUnicodeCharacter{010B}{\dotaccent{c}} - \DeclareUnicodeCharacter{010C}{\v{C}} - \DeclareUnicodeCharacter{010D}{\v{c}} - \DeclareUnicodeCharacter{010E}{\v{D}} - \DeclareUnicodeCharacter{010F}{d'} - % - \DeclareUnicodeCharacter{0110}{\DH} - \DeclareUnicodeCharacter{0111}{\dh} - \DeclareUnicodeCharacter{0112}{\=E} - \DeclareUnicodeCharacter{0113}{\=e} - \DeclareUnicodeCharacter{0114}{\u{E}} - \DeclareUnicodeCharacter{0115}{\u{e}} - \DeclareUnicodeCharacter{0116}{\dotaccent{E}} - \DeclareUnicodeCharacter{0117}{\dotaccent{e}} - \DeclareUnicodeCharacter{0118}{\ogonek{E}} - \DeclareUnicodeCharacter{0119}{\ogonek{e}} - \DeclareUnicodeCharacter{011A}{\v{E}} - \DeclareUnicodeCharacter{011B}{\v{e}} - \DeclareUnicodeCharacter{011C}{\^G} - \DeclareUnicodeCharacter{011D}{\^g} - \DeclareUnicodeCharacter{011E}{\u{G}} - \DeclareUnicodeCharacter{011F}{\u{g}} - % - \DeclareUnicodeCharacter{0120}{\dotaccent{G}} - \DeclareUnicodeCharacter{0121}{\dotaccent{g}} - \DeclareUnicodeCharacter{0122}{\cedilla{G}} - \DeclareUnicodeCharacter{0123}{\cedilla{g}} - \DeclareUnicodeCharacter{0124}{\^H} - \DeclareUnicodeCharacter{0125}{\^h} - \DeclareUnicodeCharacter{0126}{\missingcharmsg{H WITH STROKE}} - \DeclareUnicodeCharacter{0127}{\missingcharmsg{h WITH STROKE}} - \DeclareUnicodeCharacter{0128}{\~I} - \DeclareUnicodeCharacter{0129}{\~{\dotless{i}}} - \DeclareUnicodeCharacter{012A}{\=I} - \DeclareUnicodeCharacter{012B}{\={\dotless{i}}} - \DeclareUnicodeCharacter{012C}{\u{I}} - \DeclareUnicodeCharacter{012D}{\u{\dotless{i}}} - \DeclareUnicodeCharacter{012E}{\ogonek{I}} - \DeclareUnicodeCharacter{012F}{\ogonek{i}} - % - \DeclareUnicodeCharacter{0130}{\dotaccent{I}} - \DeclareUnicodeCharacter{0131}{\dotless{i}} - \DeclareUnicodeCharacter{0132}{IJ} - \DeclareUnicodeCharacter{0133}{ij} - \DeclareUnicodeCharacter{0134}{\^J} - \DeclareUnicodeCharacter{0135}{\^{\dotless{j}}} - \DeclareUnicodeCharacter{0136}{\cedilla{K}} - \DeclareUnicodeCharacter{0137}{\cedilla{k}} - \DeclareUnicodeCharacter{0138}{\ensuremath\kappa} - \DeclareUnicodeCharacter{0139}{\'L} - \DeclareUnicodeCharacter{013A}{\'l} - \DeclareUnicodeCharacter{013B}{\cedilla{L}} - \DeclareUnicodeCharacter{013C}{\cedilla{l}} - \DeclareUnicodeCharacter{013D}{L'}% should kern - \DeclareUnicodeCharacter{013E}{l'}% should kern - \DeclareUnicodeCharacter{013F}{L\U{00B7}} - % - \DeclareUnicodeCharacter{0140}{l\U{00B7}} - \DeclareUnicodeCharacter{0141}{\L} - \DeclareUnicodeCharacter{0142}{\l} - \DeclareUnicodeCharacter{0143}{\'N} - \DeclareUnicodeCharacter{0144}{\'n} - \DeclareUnicodeCharacter{0145}{\cedilla{N}} - \DeclareUnicodeCharacter{0146}{\cedilla{n}} - \DeclareUnicodeCharacter{0147}{\v{N}} - \DeclareUnicodeCharacter{0148}{\v{n}} - \DeclareUnicodeCharacter{0149}{'n} - \DeclareUnicodeCharacter{014A}{\missingcharmsg{ENG}} - \DeclareUnicodeCharacter{014B}{\missingcharmsg{eng}} - \DeclareUnicodeCharacter{014C}{\=O} - \DeclareUnicodeCharacter{014D}{\=o} - \DeclareUnicodeCharacter{014E}{\u{O}} - \DeclareUnicodeCharacter{014F}{\u{o}} - % - \DeclareUnicodeCharacter{0150}{\H{O}} - \DeclareUnicodeCharacter{0151}{\H{o}} - \DeclareUnicodeCharacter{0152}{\OE} - \DeclareUnicodeCharacter{0153}{\oe} - \DeclareUnicodeCharacter{0154}{\'R} - \DeclareUnicodeCharacter{0155}{\'r} - \DeclareUnicodeCharacter{0156}{\cedilla{R}} - \DeclareUnicodeCharacter{0157}{\cedilla{r}} - \DeclareUnicodeCharacter{0158}{\v{R}} - \DeclareUnicodeCharacter{0159}{\v{r}} - \DeclareUnicodeCharacter{015A}{\'S} - \DeclareUnicodeCharacter{015B}{\'s} - \DeclareUnicodeCharacter{015C}{\^S} - \DeclareUnicodeCharacter{015D}{\^s} - \DeclareUnicodeCharacter{015E}{\cedilla{S}} - \DeclareUnicodeCharacter{015F}{\cedilla{s}} - % - \DeclareUnicodeCharacter{0160}{\v{S}} - \DeclareUnicodeCharacter{0161}{\v{s}} - \DeclareUnicodeCharacter{0162}{\cedilla{T}} - \DeclareUnicodeCharacter{0163}{\cedilla{t}} - \DeclareUnicodeCharacter{0164}{\v{T}} - \DeclareUnicodeCharacter{0165}{\v{t}} - \DeclareUnicodeCharacter{0166}{\missingcharmsg{H WITH STROKE}} - \DeclareUnicodeCharacter{0167}{\missingcharmsg{h WITH STROKE}} - \DeclareUnicodeCharacter{0168}{\~U} - \DeclareUnicodeCharacter{0169}{\~u} - \DeclareUnicodeCharacter{016A}{\=U} - \DeclareUnicodeCharacter{016B}{\=u} - \DeclareUnicodeCharacter{016C}{\u{U}} - \DeclareUnicodeCharacter{016D}{\u{u}} - \DeclareUnicodeCharacter{016E}{\ringaccent{U}} - \DeclareUnicodeCharacter{016F}{\ringaccent{u}} - % - \DeclareUnicodeCharacter{0170}{\H{U}} - \DeclareUnicodeCharacter{0171}{\H{u}} - \DeclareUnicodeCharacter{0172}{\ogonek{U}} - \DeclareUnicodeCharacter{0173}{\ogonek{u}} - \DeclareUnicodeCharacter{0174}{\^W} - \DeclareUnicodeCharacter{0175}{\^w} - \DeclareUnicodeCharacter{0176}{\^Y} - \DeclareUnicodeCharacter{0177}{\^y} - \DeclareUnicodeCharacter{0178}{\"Y} - \DeclareUnicodeCharacter{0179}{\'Z} - \DeclareUnicodeCharacter{017A}{\'z} - \DeclareUnicodeCharacter{017B}{\dotaccent{Z}} - \DeclareUnicodeCharacter{017C}{\dotaccent{z}} - \DeclareUnicodeCharacter{017D}{\v{Z}} - \DeclareUnicodeCharacter{017E}{\v{z}} - \DeclareUnicodeCharacter{017F}{\missingcharmsg{LONG S}} - % - \DeclareUnicodeCharacter{01C4}{D\v{Z}} - \DeclareUnicodeCharacter{01C5}{D\v{z}} - \DeclareUnicodeCharacter{01C6}{d\v{z}} - \DeclareUnicodeCharacter{01C7}{LJ} - \DeclareUnicodeCharacter{01C8}{Lj} - \DeclareUnicodeCharacter{01C9}{lj} - \DeclareUnicodeCharacter{01CA}{NJ} - \DeclareUnicodeCharacter{01CB}{Nj} - \DeclareUnicodeCharacter{01CC}{nj} - \DeclareUnicodeCharacter{01CD}{\v{A}} - \DeclareUnicodeCharacter{01CE}{\v{a}} - \DeclareUnicodeCharacter{01CF}{\v{I}} - % - \DeclareUnicodeCharacter{01D0}{\v{\dotless{i}}} - \DeclareUnicodeCharacter{01D1}{\v{O}} - \DeclareUnicodeCharacter{01D2}{\v{o}} - \DeclareUnicodeCharacter{01D3}{\v{U}} - \DeclareUnicodeCharacter{01D4}{\v{u}} - % - \DeclareUnicodeCharacter{01E2}{\={\AE}} - \DeclareUnicodeCharacter{01E3}{\={\ae}} - \DeclareUnicodeCharacter{01E6}{\v{G}} - \DeclareUnicodeCharacter{01E7}{\v{g}} - \DeclareUnicodeCharacter{01E8}{\v{K}} - \DeclareUnicodeCharacter{01E9}{\v{k}} - % - \DeclareUnicodeCharacter{01F0}{\v{\dotless{j}}} - \DeclareUnicodeCharacter{01F1}{DZ} - \DeclareUnicodeCharacter{01F2}{Dz} - \DeclareUnicodeCharacter{01F3}{dz} - \DeclareUnicodeCharacter{01F4}{\'G} - \DeclareUnicodeCharacter{01F5}{\'g} - \DeclareUnicodeCharacter{01F8}{\`N} - \DeclareUnicodeCharacter{01F9}{\`n} - \DeclareUnicodeCharacter{01FC}{\'{\AE}} - \DeclareUnicodeCharacter{01FD}{\'{\ae}} - \DeclareUnicodeCharacter{01FE}{\'{\O}} - \DeclareUnicodeCharacter{01FF}{\'{\o}} - % - \DeclareUnicodeCharacter{021E}{\v{H}} - \DeclareUnicodeCharacter{021F}{\v{h}} - % - \DeclareUnicodeCharacter{0226}{\dotaccent{A}} - \DeclareUnicodeCharacter{0227}{\dotaccent{a}} - \DeclareUnicodeCharacter{0228}{\cedilla{E}} - \DeclareUnicodeCharacter{0229}{\cedilla{e}} - \DeclareUnicodeCharacter{022E}{\dotaccent{O}} - \DeclareUnicodeCharacter{022F}{\dotaccent{o}} - % - \DeclareUnicodeCharacter{0232}{\=Y} - \DeclareUnicodeCharacter{0233}{\=y} - \DeclareUnicodeCharacter{0237}{\dotless{j}} - % - \DeclareUnicodeCharacter{02DB}{\ogonek{ }} - % - % Greek letters upper case - \DeclareUnicodeCharacter{0391}{{\it A}} - \DeclareUnicodeCharacter{0392}{{\it B}} - \DeclareUnicodeCharacter{0393}{\ensuremath{\mit\Gamma}} - \DeclareUnicodeCharacter{0394}{\ensuremath{\mit\Delta}} - \DeclareUnicodeCharacter{0395}{{\it E}} - \DeclareUnicodeCharacter{0396}{{\it Z}} - \DeclareUnicodeCharacter{0397}{{\it H}} - \DeclareUnicodeCharacter{0398}{\ensuremath{\mit\Theta}} - \DeclareUnicodeCharacter{0399}{{\it I}} - \DeclareUnicodeCharacter{039A}{{\it K}} - \DeclareUnicodeCharacter{039B}{\ensuremath{\mit\Lambda}} - \DeclareUnicodeCharacter{039C}{{\it M}} - \DeclareUnicodeCharacter{039D}{{\it N}} - \DeclareUnicodeCharacter{039E}{\ensuremath{\mit\Xi}} - \DeclareUnicodeCharacter{039F}{{\it O}} - \DeclareUnicodeCharacter{03A0}{\ensuremath{\mit\Pi}} - \DeclareUnicodeCharacter{03A1}{{\it P}} - %\DeclareUnicodeCharacter{03A2}{} % none - corresponds to final sigma - \DeclareUnicodeCharacter{03A3}{\ensuremath{\mit\Sigma}} - \DeclareUnicodeCharacter{03A4}{{\it T}} - \DeclareUnicodeCharacter{03A5}{\ensuremath{\mit\Upsilon}} - \DeclareUnicodeCharacter{03A6}{\ensuremath{\mit\Phi}} - \DeclareUnicodeCharacter{03A7}{{\it X}} - \DeclareUnicodeCharacter{03A8}{\ensuremath{\mit\Psi}} - \DeclareUnicodeCharacter{03A9}{\ensuremath{\mit\Omega}} - % - % Vowels with accents - \DeclareUnicodeCharacter{0390}{\ensuremath{\ddot{\acute\iota}}} - \DeclareUnicodeCharacter{03AC}{\ensuremath{\acute\alpha}} - \DeclareUnicodeCharacter{03AD}{\ensuremath{\acute\epsilon}} - \DeclareUnicodeCharacter{03AE}{\ensuremath{\acute\eta}} - \DeclareUnicodeCharacter{03AF}{\ensuremath{\acute\iota}} - \DeclareUnicodeCharacter{03B0}{\ensuremath{\acute{\ddot\upsilon}}} - % - % Standalone accent - \DeclareUnicodeCharacter{0384}{\ensuremath{\acute{\ }}} - % - % Greek letters lower case - \DeclareUnicodeCharacter{03B1}{\ensuremath\alpha} - \DeclareUnicodeCharacter{03B2}{\ensuremath\beta} - \DeclareUnicodeCharacter{03B3}{\ensuremath\gamma} - \DeclareUnicodeCharacter{03B4}{\ensuremath\delta} - \DeclareUnicodeCharacter{03B5}{\ensuremath\epsilon} - \DeclareUnicodeCharacter{03B6}{\ensuremath\zeta} - \DeclareUnicodeCharacter{03B7}{\ensuremath\eta} - \DeclareUnicodeCharacter{03B8}{\ensuremath\theta} - \DeclareUnicodeCharacter{03B9}{\ensuremath\iota} - \DeclareUnicodeCharacter{03BA}{\ensuremath\kappa} - \DeclareUnicodeCharacter{03BB}{\ensuremath\lambda} - \DeclareUnicodeCharacter{03BC}{\ensuremath\mu} - \DeclareUnicodeCharacter{03BD}{\ensuremath\nu} - \DeclareUnicodeCharacter{03BE}{\ensuremath\xi} - \DeclareUnicodeCharacter{03BF}{{\it o}} % omicron - \DeclareUnicodeCharacter{03C0}{\ensuremath\pi} - \DeclareUnicodeCharacter{03C1}{\ensuremath\rho} - \DeclareUnicodeCharacter{03C2}{\ensuremath\varsigma} - \DeclareUnicodeCharacter{03C3}{\ensuremath\sigma} - \DeclareUnicodeCharacter{03C4}{\ensuremath\tau} - \DeclareUnicodeCharacter{03C5}{\ensuremath\upsilon} - \DeclareUnicodeCharacter{03C6}{\ensuremath\phi} - \DeclareUnicodeCharacter{03C7}{\ensuremath\chi} - \DeclareUnicodeCharacter{03C8}{\ensuremath\psi} - \DeclareUnicodeCharacter{03C9}{\ensuremath\omega} - % - % More Greek vowels with accents - \DeclareUnicodeCharacter{03CA}{\ensuremath{\ddot\iota}} - \DeclareUnicodeCharacter{03CB}{\ensuremath{\ddot\upsilon}} - \DeclareUnicodeCharacter{03CC}{\ensuremath{\acute o}} - \DeclareUnicodeCharacter{03CD}{\ensuremath{\acute\upsilon}} - \DeclareUnicodeCharacter{03CE}{\ensuremath{\acute\omega}} - % - % Variant Greek letters - \DeclareUnicodeCharacter{03D1}{\ensuremath\vartheta} - \DeclareUnicodeCharacter{03D6}{\ensuremath\varpi} - \DeclareUnicodeCharacter{03F1}{\ensuremath\varrho} - % - \DeclareUnicodeCharacter{1E02}{\dotaccent{B}} - \DeclareUnicodeCharacter{1E03}{\dotaccent{b}} - \DeclareUnicodeCharacter{1E04}{\udotaccent{B}} - \DeclareUnicodeCharacter{1E05}{\udotaccent{b}} - \DeclareUnicodeCharacter{1E06}{\ubaraccent{B}} - \DeclareUnicodeCharacter{1E07}{\ubaraccent{b}} - \DeclareUnicodeCharacter{1E0A}{\dotaccent{D}} - \DeclareUnicodeCharacter{1E0B}{\dotaccent{d}} - \DeclareUnicodeCharacter{1E0C}{\udotaccent{D}} - \DeclareUnicodeCharacter{1E0D}{\udotaccent{d}} - \DeclareUnicodeCharacter{1E0E}{\ubaraccent{D}} - \DeclareUnicodeCharacter{1E0F}{\ubaraccent{d}} - % - \DeclareUnicodeCharacter{1E1E}{\dotaccent{F}} - \DeclareUnicodeCharacter{1E1F}{\dotaccent{f}} - % - \DeclareUnicodeCharacter{1E20}{\=G} - \DeclareUnicodeCharacter{1E21}{\=g} - \DeclareUnicodeCharacter{1E22}{\dotaccent{H}} - \DeclareUnicodeCharacter{1E23}{\dotaccent{h}} - \DeclareUnicodeCharacter{1E24}{\udotaccent{H}} - \DeclareUnicodeCharacter{1E25}{\udotaccent{h}} - \DeclareUnicodeCharacter{1E26}{\"H} - \DeclareUnicodeCharacter{1E27}{\"h} - % - \DeclareUnicodeCharacter{1E30}{\'K} - \DeclareUnicodeCharacter{1E31}{\'k} - \DeclareUnicodeCharacter{1E32}{\udotaccent{K}} - \DeclareUnicodeCharacter{1E33}{\udotaccent{k}} - \DeclareUnicodeCharacter{1E34}{\ubaraccent{K}} - \DeclareUnicodeCharacter{1E35}{\ubaraccent{k}} - \DeclareUnicodeCharacter{1E36}{\udotaccent{L}} - \DeclareUnicodeCharacter{1E37}{\udotaccent{l}} - \DeclareUnicodeCharacter{1E3A}{\ubaraccent{L}} - \DeclareUnicodeCharacter{1E3B}{\ubaraccent{l}} - \DeclareUnicodeCharacter{1E3E}{\'M} - \DeclareUnicodeCharacter{1E3F}{\'m} - % - \DeclareUnicodeCharacter{1E40}{\dotaccent{M}} - \DeclareUnicodeCharacter{1E41}{\dotaccent{m}} - \DeclareUnicodeCharacter{1E42}{\udotaccent{M}} - \DeclareUnicodeCharacter{1E43}{\udotaccent{m}} - \DeclareUnicodeCharacter{1E44}{\dotaccent{N}} - \DeclareUnicodeCharacter{1E45}{\dotaccent{n}} - \DeclareUnicodeCharacter{1E46}{\udotaccent{N}} - \DeclareUnicodeCharacter{1E47}{\udotaccent{n}} - \DeclareUnicodeCharacter{1E48}{\ubaraccent{N}} - \DeclareUnicodeCharacter{1E49}{\ubaraccent{n}} - % - \DeclareUnicodeCharacter{1E54}{\'P} - \DeclareUnicodeCharacter{1E55}{\'p} - \DeclareUnicodeCharacter{1E56}{\dotaccent{P}} - \DeclareUnicodeCharacter{1E57}{\dotaccent{p}} - \DeclareUnicodeCharacter{1E58}{\dotaccent{R}} - \DeclareUnicodeCharacter{1E59}{\dotaccent{r}} - \DeclareUnicodeCharacter{1E5A}{\udotaccent{R}} - \DeclareUnicodeCharacter{1E5B}{\udotaccent{r}} - \DeclareUnicodeCharacter{1E5E}{\ubaraccent{R}} - \DeclareUnicodeCharacter{1E5F}{\ubaraccent{r}} - % - \DeclareUnicodeCharacter{1E60}{\dotaccent{S}} - \DeclareUnicodeCharacter{1E61}{\dotaccent{s}} - \DeclareUnicodeCharacter{1E62}{\udotaccent{S}} - \DeclareUnicodeCharacter{1E63}{\udotaccent{s}} - \DeclareUnicodeCharacter{1E6A}{\dotaccent{T}} - \DeclareUnicodeCharacter{1E6B}{\dotaccent{t}} - \DeclareUnicodeCharacter{1E6C}{\udotaccent{T}} - \DeclareUnicodeCharacter{1E6D}{\udotaccent{t}} - \DeclareUnicodeCharacter{1E6E}{\ubaraccent{T}} - \DeclareUnicodeCharacter{1E6F}{\ubaraccent{t}} - % - \DeclareUnicodeCharacter{1E7C}{\~V} - \DeclareUnicodeCharacter{1E7D}{\~v} - \DeclareUnicodeCharacter{1E7E}{\udotaccent{V}} - \DeclareUnicodeCharacter{1E7F}{\udotaccent{v}} - % - \DeclareUnicodeCharacter{1E80}{\`W} - \DeclareUnicodeCharacter{1E81}{\`w} - \DeclareUnicodeCharacter{1E82}{\'W} - \DeclareUnicodeCharacter{1E83}{\'w} - \DeclareUnicodeCharacter{1E84}{\"W} - \DeclareUnicodeCharacter{1E85}{\"w} - \DeclareUnicodeCharacter{1E86}{\dotaccent{W}} - \DeclareUnicodeCharacter{1E87}{\dotaccent{w}} - \DeclareUnicodeCharacter{1E88}{\udotaccent{W}} - \DeclareUnicodeCharacter{1E89}{\udotaccent{w}} - \DeclareUnicodeCharacter{1E8A}{\dotaccent{X}} - \DeclareUnicodeCharacter{1E8B}{\dotaccent{x}} - \DeclareUnicodeCharacter{1E8C}{\"X} - \DeclareUnicodeCharacter{1E8D}{\"x} - \DeclareUnicodeCharacter{1E8E}{\dotaccent{Y}} - \DeclareUnicodeCharacter{1E8F}{\dotaccent{y}} - % - \DeclareUnicodeCharacter{1E90}{\^Z} - \DeclareUnicodeCharacter{1E91}{\^z} - \DeclareUnicodeCharacter{1E92}{\udotaccent{Z}} - \DeclareUnicodeCharacter{1E93}{\udotaccent{z}} - \DeclareUnicodeCharacter{1E94}{\ubaraccent{Z}} - \DeclareUnicodeCharacter{1E95}{\ubaraccent{z}} - \DeclareUnicodeCharacter{1E96}{\ubaraccent{h}} - \DeclareUnicodeCharacter{1E97}{\"t} - \DeclareUnicodeCharacter{1E98}{\ringaccent{w}} - \DeclareUnicodeCharacter{1E99}{\ringaccent{y}} - % - \DeclareUnicodeCharacter{1EA0}{\udotaccent{A}} - \DeclareUnicodeCharacter{1EA1}{\udotaccent{a}} - % - \DeclareUnicodeCharacter{1EB8}{\udotaccent{E}} - \DeclareUnicodeCharacter{1EB9}{\udotaccent{e}} - \DeclareUnicodeCharacter{1EBC}{\~E} - \DeclareUnicodeCharacter{1EBD}{\~e} - % - \DeclareUnicodeCharacter{1ECA}{\udotaccent{I}} - \DeclareUnicodeCharacter{1ECB}{\udotaccent{i}} - \DeclareUnicodeCharacter{1ECC}{\udotaccent{O}} - \DeclareUnicodeCharacter{1ECD}{\udotaccent{o}} - % - \DeclareUnicodeCharacter{1EE4}{\udotaccent{U}} - \DeclareUnicodeCharacter{1EE5}{\udotaccent{u}} - % - \DeclareUnicodeCharacter{1EF2}{\`Y} - \DeclareUnicodeCharacter{1EF3}{\`y} - \DeclareUnicodeCharacter{1EF4}{\udotaccent{Y}} - % - \DeclareUnicodeCharacter{1EF8}{\~Y} - \DeclareUnicodeCharacter{1EF9}{\~y} - % - % Punctuation - \DeclareUnicodeCharacter{2013}{--} - \DeclareUnicodeCharacter{2014}{---} - \DeclareUnicodeCharacter{2018}{\quoteleft} - \DeclareUnicodeCharacter{2019}{\quoteright} - \DeclareUnicodeCharacter{201A}{\quotesinglbase} - \DeclareUnicodeCharacter{201C}{\quotedblleft} - \DeclareUnicodeCharacter{201D}{\quotedblright} - \DeclareUnicodeCharacter{201E}{\quotedblbase} - \DeclareUnicodeCharacter{2020}{\ensuremath\dagger} - \DeclareUnicodeCharacter{2021}{\ensuremath\ddagger} - \DeclareUnicodeCharacter{2022}{\bullet} - \DeclareUnicodeCharacter{202F}{\thinspace} - \DeclareUnicodeCharacter{2026}{\dots} - \DeclareUnicodeCharacter{2039}{\guilsinglleft} - \DeclareUnicodeCharacter{203A}{\guilsinglright} - % - \DeclareUnicodeCharacter{20AC}{\euro} - % - \DeclareUnicodeCharacter{2192}{\expansion} - \DeclareUnicodeCharacter{21D2}{\result} - % - % Mathematical symbols - \DeclareUnicodeCharacter{2200}{\ensuremath\forall} - \DeclareUnicodeCharacter{2203}{\ensuremath\exists} - \DeclareUnicodeCharacter{2208}{\ensuremath\in} - \DeclareUnicodeCharacter{2212}{\minus} - \DeclareUnicodeCharacter{2217}{\ast} - \DeclareUnicodeCharacter{221E}{\ensuremath\infty} - \DeclareUnicodeCharacter{2225}{\ensuremath\parallel} - \DeclareUnicodeCharacter{2227}{\ensuremath\wedge} - \DeclareUnicodeCharacter{2229}{\ensuremath\cap} - \DeclareUnicodeCharacter{2261}{\equiv} - \DeclareUnicodeCharacter{2264}{\ensuremath\leq} - \DeclareUnicodeCharacter{2265}{\ensuremath\geq} - \DeclareUnicodeCharacter{2282}{\ensuremath\subset} - \DeclareUnicodeCharacter{2287}{\ensuremath\supseteq} - % - \DeclareUnicodeCharacter{2016}{\ensuremath\Vert} - \DeclareUnicodeCharacter{2032}{\ensuremath\prime} - \DeclareUnicodeCharacter{210F}{\ensuremath\hbar} - \DeclareUnicodeCharacter{2111}{\ensuremath\Im} - \DeclareUnicodeCharacter{2113}{\ensuremath\ell} - \DeclareUnicodeCharacter{2118}{\ensuremath\wp} - \DeclareUnicodeCharacter{211C}{\ensuremath\Re} - \DeclareUnicodeCharacter{2127}{\ensuremath\mho} - \DeclareUnicodeCharacter{2135}{\ensuremath\aleph} - \DeclareUnicodeCharacter{2190}{\ensuremath\leftarrow} - \DeclareUnicodeCharacter{2191}{\ensuremath\uparrow} - \DeclareUnicodeCharacter{2193}{\ensuremath\downarrow} - \DeclareUnicodeCharacter{2194}{\ensuremath\leftrightarrow} - \DeclareUnicodeCharacter{2195}{\ensuremath\updownarrow} - \DeclareUnicodeCharacter{2196}{\ensuremath\nwarrow} - \DeclareUnicodeCharacter{2197}{\ensuremath\nearrow} - \DeclareUnicodeCharacter{2198}{\ensuremath\searrow} - \DeclareUnicodeCharacter{2199}{\ensuremath\swarrow} - \DeclareUnicodeCharacter{21A6}{\ensuremath\mapsto} - \DeclareUnicodeCharacter{21A9}{\ensuremath\hookleftarrow} - \DeclareUnicodeCharacter{21AA}{\ensuremath\hookrightarrow} - \DeclareUnicodeCharacter{21BC}{\ensuremath\leftharpoonup} - \DeclareUnicodeCharacter{21BD}{\ensuremath\leftharpoondown} - \DeclareUnicodeCharacter{21BE}{\ensuremath\upharpoonright} - \DeclareUnicodeCharacter{21C0}{\ensuremath\rightharpoonup} - \DeclareUnicodeCharacter{21C1}{\ensuremath\rightharpoondown} - \DeclareUnicodeCharacter{21CC}{\ensuremath\rightleftharpoons} - \DeclareUnicodeCharacter{21D0}{\ensuremath\Leftarrow} - \DeclareUnicodeCharacter{21D1}{\ensuremath\Uparrow} - \DeclareUnicodeCharacter{21D3}{\ensuremath\Downarrow} - \DeclareUnicodeCharacter{21D4}{\ensuremath\Leftrightarrow} - \DeclareUnicodeCharacter{21D5}{\ensuremath\Updownarrow} - \DeclareUnicodeCharacter{21DD}{\ensuremath\leadsto} - \DeclareUnicodeCharacter{2201}{\ensuremath\complement} - \DeclareUnicodeCharacter{2202}{\ensuremath\partial} - \DeclareUnicodeCharacter{2205}{\ensuremath\emptyset} - \DeclareUnicodeCharacter{2207}{\ensuremath\nabla} - \DeclareUnicodeCharacter{2209}{\ensuremath\notin} - \DeclareUnicodeCharacter{220B}{\ensuremath\owns} - \DeclareUnicodeCharacter{220F}{\ensuremath\prod} - \DeclareUnicodeCharacter{2210}{\ensuremath\coprod} - \DeclareUnicodeCharacter{2211}{\ensuremath\sum} - \DeclareUnicodeCharacter{2213}{\ensuremath\mp} - \DeclareUnicodeCharacter{2218}{\ensuremath\circ} - \DeclareUnicodeCharacter{221A}{\ensuremath\surd} - \DeclareUnicodeCharacter{221D}{\ensuremath\propto} - \DeclareUnicodeCharacter{2220}{\ensuremath\angle} - \DeclareUnicodeCharacter{2223}{\ensuremath\mid} - \DeclareUnicodeCharacter{2228}{\ensuremath\vee} - \DeclareUnicodeCharacter{222A}{\ensuremath\cup} - \DeclareUnicodeCharacter{222B}{\ensuremath\smallint} - \DeclareUnicodeCharacter{222E}{\ensuremath\oint} - \DeclareUnicodeCharacter{223C}{\ensuremath\sim} - \DeclareUnicodeCharacter{2240}{\ensuremath\wr} - \DeclareUnicodeCharacter{2243}{\ensuremath\simeq} - \DeclareUnicodeCharacter{2245}{\ensuremath\cong} - \DeclareUnicodeCharacter{2248}{\ensuremath\approx} - \DeclareUnicodeCharacter{224D}{\ensuremath\asymp} - \DeclareUnicodeCharacter{2250}{\ensuremath\doteq} - \DeclareUnicodeCharacter{2260}{\ensuremath\neq} - \DeclareUnicodeCharacter{226A}{\ensuremath\ll} - \DeclareUnicodeCharacter{226B}{\ensuremath\gg} - \DeclareUnicodeCharacter{227A}{\ensuremath\prec} - \DeclareUnicodeCharacter{227B}{\ensuremath\succ} - \DeclareUnicodeCharacter{2283}{\ensuremath\supset} - \DeclareUnicodeCharacter{2286}{\ensuremath\subseteq} - \DeclareUnicodeCharacter{228E}{\ensuremath\uplus} - \DeclareUnicodeCharacter{228F}{\ensuremath\sqsubset} - \DeclareUnicodeCharacter{2290}{\ensuremath\sqsupset} - \DeclareUnicodeCharacter{2291}{\ensuremath\sqsubseteq} - \DeclareUnicodeCharacter{2292}{\ensuremath\sqsupseteq} - \DeclareUnicodeCharacter{2293}{\ensuremath\sqcap} - \DeclareUnicodeCharacter{2294}{\ensuremath\sqcup} - \DeclareUnicodeCharacter{2295}{\ensuremath\oplus} - \DeclareUnicodeCharacter{2296}{\ensuremath\ominus} - \DeclareUnicodeCharacter{2297}{\ensuremath\otimes} - \DeclareUnicodeCharacter{2298}{\ensuremath\oslash} - \DeclareUnicodeCharacter{2299}{\ensuremath\odot} - \DeclareUnicodeCharacter{22A2}{\ensuremath\vdash} - \DeclareUnicodeCharacter{22A3}{\ensuremath\dashv} - \DeclareUnicodeCharacter{22A4}{\ensuremath\ptextop} - \DeclareUnicodeCharacter{22A5}{\ensuremath\bot} - \DeclareUnicodeCharacter{22A8}{\ensuremath\models} - \DeclareUnicodeCharacter{22B4}{\ensuremath\unlhd} - \DeclareUnicodeCharacter{22B5}{\ensuremath\unrhd} - \DeclareUnicodeCharacter{22C0}{\ensuremath\bigwedge} - \DeclareUnicodeCharacter{22C1}{\ensuremath\bigvee} - \DeclareUnicodeCharacter{22C2}{\ensuremath\bigcap} - \DeclareUnicodeCharacter{22C3}{\ensuremath\bigcup} - \DeclareUnicodeCharacter{22C4}{\ensuremath\diamond} - \DeclareUnicodeCharacter{22C5}{\ensuremath\cdot} - \DeclareUnicodeCharacter{22C6}{\ensuremath\star} - \DeclareUnicodeCharacter{22C8}{\ensuremath\bowtie} - \DeclareUnicodeCharacter{2308}{\ensuremath\lceil} - \DeclareUnicodeCharacter{2309}{\ensuremath\rceil} - \DeclareUnicodeCharacter{230A}{\ensuremath\lfloor} - \DeclareUnicodeCharacter{230B}{\ensuremath\rfloor} - \DeclareUnicodeCharacter{2322}{\ensuremath\frown} - \DeclareUnicodeCharacter{2323}{\ensuremath\smile} - % - \DeclareUnicodeCharacter{25A1}{\ensuremath\Box} - \DeclareUnicodeCharacter{25B3}{\ensuremath\triangle} - \DeclareUnicodeCharacter{25B7}{\ensuremath\triangleright} - \DeclareUnicodeCharacter{25BD}{\ensuremath\bigtriangledown} - \DeclareUnicodeCharacter{25C1}{\ensuremath\triangleleft} - \DeclareUnicodeCharacter{25C7}{\ensuremath\Diamond} - \DeclareUnicodeCharacter{2660}{\ensuremath\spadesuit} - \DeclareUnicodeCharacter{2661}{\ensuremath\heartsuit} - \DeclareUnicodeCharacter{2662}{\ensuremath\diamondsuit} - \DeclareUnicodeCharacter{2663}{\ensuremath\clubsuit} - \DeclareUnicodeCharacter{266D}{\ensuremath\flat} - \DeclareUnicodeCharacter{266E}{\ensuremath\natural} - \DeclareUnicodeCharacter{266F}{\ensuremath\sharp} - \DeclareUnicodeCharacter{26AA}{\ensuremath\bigcirc} - \DeclareUnicodeCharacter{27B9}{\ensuremath\rangle} - \DeclareUnicodeCharacter{27C2}{\ensuremath\perp} - \DeclareUnicodeCharacter{27E8}{\ensuremath\langle} - \DeclareUnicodeCharacter{27F5}{\ensuremath\longleftarrow} - \DeclareUnicodeCharacter{27F6}{\ensuremath\longrightarrow} - \DeclareUnicodeCharacter{27F7}{\ensuremath\longleftrightarrow} - \DeclareUnicodeCharacter{27FC}{\ensuremath\longmapsto} - \DeclareUnicodeCharacter{29F5}{\ensuremath\setminus} - \DeclareUnicodeCharacter{2A00}{\ensuremath\bigodot} - \DeclareUnicodeCharacter{2A01}{\ensuremath\bigoplus} - \DeclareUnicodeCharacter{2A02}{\ensuremath\bigotimes} - \DeclareUnicodeCharacter{2A04}{\ensuremath\biguplus} - \DeclareUnicodeCharacter{2A06}{\ensuremath\bigsqcup} - \DeclareUnicodeCharacter{2A1D}{\ensuremath\Join} - \DeclareUnicodeCharacter{2A3F}{\ensuremath\amalg} - \DeclareUnicodeCharacter{2AAF}{\ensuremath\preceq} - \DeclareUnicodeCharacter{2AB0}{\ensuremath\succeq} - % - \global\mathchardef\checkmark="1370 % actually the square root sign - \DeclareUnicodeCharacter{2713}{\ensuremath\checkmark} -}% end of \utfeightchardefs - -% US-ASCII character definitions. -\def\asciichardefs{% nothing need be done - \relax -} - -% Latin1 (ISO-8859-1) character definitions. -\def\nonasciistringdefs{% - \setnonasciicharscatcode\active - \def\defstringchar##1{\def##1{\string##1}}% - % - \defstringchar^^80\defstringchar^^81\defstringchar^^82\defstringchar^^83% - \defstringchar^^84\defstringchar^^85\defstringchar^^86\defstringchar^^87% - \defstringchar^^88\defstringchar^^89\defstringchar^^8a\defstringchar^^8b% - \defstringchar^^8c\defstringchar^^8d\defstringchar^^8e\defstringchar^^8f% - % - \defstringchar^^90\defstringchar^^91\defstringchar^^92\defstringchar^^93% - \defstringchar^^94\defstringchar^^95\defstringchar^^96\defstringchar^^97% - \defstringchar^^98\defstringchar^^99\defstringchar^^9a\defstringchar^^9b% - \defstringchar^^9c\defstringchar^^9d\defstringchar^^9e\defstringchar^^9f% - % - \defstringchar^^a0\defstringchar^^a1\defstringchar^^a2\defstringchar^^a3% - \defstringchar^^a4\defstringchar^^a5\defstringchar^^a6\defstringchar^^a7% - \defstringchar^^a8\defstringchar^^a9\defstringchar^^aa\defstringchar^^ab% - \defstringchar^^ac\defstringchar^^ad\defstringchar^^ae\defstringchar^^af% - % - \defstringchar^^b0\defstringchar^^b1\defstringchar^^b2\defstringchar^^b3% - \defstringchar^^b4\defstringchar^^b5\defstringchar^^b6\defstringchar^^b7% - \defstringchar^^b8\defstringchar^^b9\defstringchar^^ba\defstringchar^^bb% - \defstringchar^^bc\defstringchar^^bd\defstringchar^^be\defstringchar^^bf% - % - \defstringchar^^c0\defstringchar^^c1\defstringchar^^c2\defstringchar^^c3% - \defstringchar^^c4\defstringchar^^c5\defstringchar^^c6\defstringchar^^c7% - \defstringchar^^c8\defstringchar^^c9\defstringchar^^ca\defstringchar^^cb% - \defstringchar^^cc\defstringchar^^cd\defstringchar^^ce\defstringchar^^cf% - % - \defstringchar^^d0\defstringchar^^d1\defstringchar^^d2\defstringchar^^d3% - \defstringchar^^d4\defstringchar^^d5\defstringchar^^d6\defstringchar^^d7% - \defstringchar^^d8\defstringchar^^d9\defstringchar^^da\defstringchar^^db% - \defstringchar^^dc\defstringchar^^dd\defstringchar^^de\defstringchar^^df% - % - \defstringchar^^e0\defstringchar^^e1\defstringchar^^e2\defstringchar^^e3% - \defstringchar^^e4\defstringchar^^e5\defstringchar^^e6\defstringchar^^e7% - \defstringchar^^e8\defstringchar^^e9\defstringchar^^ea\defstringchar^^eb% - \defstringchar^^ec\defstringchar^^ed\defstringchar^^ee\defstringchar^^ef% - % - \defstringchar^^f0\defstringchar^^f1\defstringchar^^f2\defstringchar^^f3% - \defstringchar^^f4\defstringchar^^f5\defstringchar^^f6\defstringchar^^f7% - \defstringchar^^f8\defstringchar^^f9\defstringchar^^fa\defstringchar^^fb% - \defstringchar^^fc\defstringchar^^fd\defstringchar^^fe\defstringchar^^ff% -} - - -% define all the unicode characters we know about, for the sake of @U. -\utfeightchardefs - - -% Make non-ASCII characters printable again for compatibility with -% existing Texinfo documents that may use them, even without declaring a -% document encoding. -% -\setnonasciicharscatcode \other - - -\message{formatting,} - -\newdimen\defaultparindent \defaultparindent = 15pt - -\chapheadingskip = 15pt plus 4pt minus 2pt -\secheadingskip = 12pt plus 3pt minus 2pt -\subsecheadingskip = 9pt plus 2pt minus 2pt - -% Prevent underfull vbox error messages. -\vbadness = 10000 - -% Don't be very finicky about underfull hboxes, either. -\hbadness = 6666 - -% Following George Bush, get rid of widows and orphans. -\widowpenalty=10000 -\clubpenalty=10000 - -% Use TeX 3.0's \emergencystretch to help line breaking, but if we're -% using an old version of TeX, don't do anything. We want the amount of -% stretch added to depend on the line length, hence the dependence on -% \hsize. We call this whenever the paper size is set. -% -\def\setemergencystretch{% - \ifx\emergencystretch\thisisundefined - % Allow us to assign to \emergencystretch anyway. - \def\emergencystretch{\dimen0}% - \else - \emergencystretch = .15\hsize - \fi -} - -% Parameters in order: 1) textheight; 2) textwidth; -% 3) voffset; 4) hoffset; 5) binding offset; 6) topskip; -% 7) physical page height; 8) physical page width. -% -% We also call \setleading{\textleading}, so the caller should define -% \textleading. The caller should also set \parskip. -% -\def\internalpagesizes#1#2#3#4#5#6#7#8{% - \voffset = #3\relax - \topskip = #6\relax - \splittopskip = \topskip - % - \vsize = #1\relax - \advance\vsize by \topskip - \outervsize = \vsize - \advance\outervsize by 2\topandbottommargin - \pageheight = \vsize - % - \hsize = #2\relax - \outerhsize = \hsize - \advance\outerhsize by 0.5in - \pagewidth = \hsize - % - \normaloffset = #4\relax - \bindingoffset = #5\relax - % - \ifpdf - \pdfpageheight #7\relax - \pdfpagewidth #8\relax - % if we don't reset these, they will remain at "1 true in" of - % whatever layout pdftex was dumped with. - \pdfhorigin = 1 true in - \pdfvorigin = 1 true in - \fi - % - \setleading{\textleading} - % - \parindent = \defaultparindent - \setemergencystretch -} - -% @letterpaper (the default). -\def\letterpaper{{\globaldefs = 1 - \parskip = 3pt plus 2pt minus 1pt - \textleading = 13.2pt - % - % If page is nothing but text, make it come out even. - \internalpagesizes{607.2pt}{6in}% that's 46 lines - {\voffset}{.25in}% - {\bindingoffset}{36pt}% - {11in}{8.5in}% -}} - -% Use @smallbook to reset parameters for 7x9.25 trim size. -\def\smallbook{{\globaldefs = 1 - \parskip = 2pt plus 1pt - \textleading = 12pt - % - \internalpagesizes{7.5in}{5in}% - {-.2in}{0in}% - {\bindingoffset}{16pt}% - {9.25in}{7in}% - % - \lispnarrowing = 0.3in - \tolerance = 700 - \hfuzz = 1pt - \contentsrightmargin = 0pt - \defbodyindent = .5cm -}} - -% Use @smallerbook to reset parameters for 6x9 trim size. -% (Just testing, parameters still in flux.) -\def\smallerbook{{\globaldefs = 1 - \parskip = 1.5pt plus 1pt - \textleading = 12pt - % - \internalpagesizes{7.4in}{4.8in}% - {-.2in}{-.4in}% - {0pt}{14pt}% - {9in}{6in}% - % - \lispnarrowing = 0.25in - \tolerance = 700 - \hfuzz = 1pt - \contentsrightmargin = 0pt - \defbodyindent = .4cm -}} - -% Use @afourpaper to print on European A4 paper. -\def\afourpaper{{\globaldefs = 1 - \parskip = 3pt plus 2pt minus 1pt - \textleading = 13.2pt - % - % Double-side printing via postscript on Laserjet 4050 - % prints double-sided nicely when \bindingoffset=10mm and \hoffset=-6mm. - % To change the settings for a different printer or situation, adjust - % \normaloffset until the front-side and back-side texts align. Then - % do the same for \bindingoffset. You can set these for testing in - % your texinfo source file like this: - % @tex - % \global\normaloffset = -6mm - % \global\bindingoffset = 10mm - % @end tex - \internalpagesizes{673.2pt}{160mm}% that's 51 lines - {\voffset}{\hoffset}% - {\bindingoffset}{44pt}% - {297mm}{210mm}% - % - \tolerance = 700 - \hfuzz = 1pt - \contentsrightmargin = 0pt - \defbodyindent = 5mm -}} - -% Use @afivepaper to print on European A5 paper. -% From romildo@urano.iceb.ufop.br, 2 July 2000. -% He also recommends making @example and @lisp be small. -\def\afivepaper{{\globaldefs = 1 - \parskip = 2pt plus 1pt minus 0.1pt - \textleading = 12.5pt - % - \internalpagesizes{160mm}{120mm}% - {\voffset}{\hoffset}% - {\bindingoffset}{8pt}% - {210mm}{148mm}% - % - \lispnarrowing = 0.2in - \tolerance = 800 - \hfuzz = 1.2pt - \contentsrightmargin = 0pt - \defbodyindent = 2mm - \tableindent = 12mm -}} - -% A specific text layout, 24x15cm overall, intended for A4 paper. -\def\afourlatex{{\globaldefs = 1 - \afourpaper - \internalpagesizes{237mm}{150mm}% - {\voffset}{4.6mm}% - {\bindingoffset}{7mm}% - {297mm}{210mm}% - % - % Must explicitly reset to 0 because we call \afourpaper. - \globaldefs = 0 -}} - -% Use @afourwide to print on A4 paper in landscape format. -\def\afourwide{{\globaldefs = 1 - \afourpaper - \internalpagesizes{241mm}{165mm}% - {\voffset}{-2.95mm}% - {\bindingoffset}{7mm}% - {297mm}{210mm}% - \globaldefs = 0 -}} - -% @pagesizes TEXTHEIGHT[,TEXTWIDTH] -% Perhaps we should allow setting the margins, \topskip, \parskip, -% and/or leading, also. Or perhaps we should compute them somehow. -% -\parseargdef\pagesizes{\pagesizesyyy #1,,\finish} -\def\pagesizesyyy#1,#2,#3\finish{{% - \setbox0 = \hbox{\ignorespaces #2}\ifdim\wd0 > 0pt \hsize=#2\relax \fi - \globaldefs = 1 - % - \parskip = 3pt plus 2pt minus 1pt - \setleading{\textleading}% - % - \dimen0 = #1\relax - \advance\dimen0 by \voffset - % - \dimen2 = \hsize - \advance\dimen2 by \normaloffset - % - \internalpagesizes{#1}{\hsize}% - {\voffset}{\normaloffset}% - {\bindingoffset}{44pt}% - {\dimen0}{\dimen2}% -}} - -% Set default to letter. -% -\letterpaper - - -\message{and turning on texinfo input format.} - -\def^^L{\par} % remove \outer, so ^L can appear in an @comment - -% DEL is a comment character, in case @c does not suffice. -\catcode`\^^? = 14 - -% Define macros to output various characters with catcode for normal text. -\catcode`\"=\other \def\normaldoublequote{"} -\catcode`\$=\other \def\normaldollar{$}%$ font-lock fix -\catcode`\+=\other \def\normalplus{+} -\catcode`\<=\other \def\normalless{<} -\catcode`\>=\other \def\normalgreater{>} -\catcode`\^=\other \def\normalcaret{^} -\catcode`\_=\other \def\normalunderscore{_} -\catcode`\|=\other \def\normalverticalbar{|} -\catcode`\~=\other \def\normaltilde{~} - -% This macro is used to make a character print one way in \tt -% (where it can probably be output as-is), and another way in other fonts, -% where something hairier probably needs to be done. -% -% #1 is what to print if we are indeed using \tt; #2 is what to print -% otherwise. Since all the Computer Modern typewriter fonts have zero -% interword stretch (and shrink), and it is reasonable to expect all -% typewriter fonts to have this, we can check that font parameter. -% -\def\ifusingtt#1#2{\ifdim \fontdimen3\font=0pt #1\else #2\fi} - -% Same as above, but check for italic font. Actually this also catches -% non-italic slanted fonts since it is impossible to distinguish them from -% italic fonts. But since this is only used by $ and it uses \sl anyway -% this is not a problem. -\def\ifusingit#1#2{\ifdim \fontdimen1\font>0pt #1\else #2\fi} - -% Set catcodes for Texinfo file - -% Active characters for printing the wanted glyph. -% Most of these we simply print from the \tt font, but for some, we can -% use math or other variants that look better in normal text. -% -\catcode`\"=\active -\def\activedoublequote{{\tt\char34}} -\let"=\activedoublequote -\catcode`\~=\active \def\activetilde{{\tt\char126}} \let~ = \activetilde -\chardef\hatchar=`\^ -\catcode`\^=\active \def\activehat{{\tt \hatchar}} \let^ = \activehat - -\catcode`\_=\active -\def_{\ifusingtt\normalunderscore\_} -\def\_{\leavevmode \kern.07em \vbox{\hrule width.3em height.1ex}\kern .07em } -\let\realunder=_ - -\catcode`\|=\active \def|{{\tt\char124}} - -\chardef \less=`\< -\catcode`\<=\active \def\activeless{{\tt \less}}\let< = \activeless -\chardef \gtr=`\> -\catcode`\>=\active \def\activegtr{{\tt \gtr}}\let> = \activegtr -\catcode`\+=\active \def+{{\tt \char 43}} -\catcode`\$=\active \def${\ifusingit{{\sl\$}}\normaldollar}%$ font-lock fix -\catcode`\-=\active \let-=\normaldash - - -% used for headline/footline in the output routine, in case the page -% breaks in the middle of an @tex block. -\def\texinfochars{% - \let< = \activeless - \let> = \activegtr - \let~ = \activetilde - \let^ = \activehat - \markupsetuplqdefault \markupsetuprqdefault - \let\b = \strong - \let\i = \smartitalic - % in principle, all other definitions in \tex have to be undone too. -} - -% Used sometimes to turn off (effectively) the active characters even after -% parsing them. -\def\turnoffactive{% - \normalturnoffactive - \otherbackslash -} - -\catcode`\@=0 - -% \backslashcurfont outputs one backslash character in current font, -% as in \char`\\. -\global\chardef\backslashcurfont=`\\ -\global\let\rawbackslashxx=\backslashcurfont % let existing .??s files work - -% \realbackslash is an actual character `\' with catcode other, and -% \doublebackslash is two of them (for the pdf outlines). -{\catcode`\\=\other @gdef@realbackslash{\} @gdef@doublebackslash{\\}} - -% In Texinfo, backslash is an active character; it prints the backslash -% in fixed width font. -\catcode`\\=\active % @ for escape char from now on. - -% Print a typewriter backslash. For math mode, we can't simply use -% \backslashcurfont: the story here is that in math mode, the \char -% of \backslashcurfont ends up printing the roman \ from the math symbol -% font (because \char in math mode uses the \mathcode, and plain.tex -% sets \mathcode`\\="026E). Hence we use an explicit \mathchar, -% which is the decimal equivalent of "715c (class 7, e.g., use \fam; -% ignored family value; char position "5C). We can't use " for the -% usual hex value because it has already been made active. - -@def@ttbackslash{{@tt @ifmmode @mathchar29020 @else @backslashcurfont @fi}} -@let@backslashchar = @ttbackslash % @backslashchar{} is for user documents. - -% \rawbackslash defines an active \ to do \backslashcurfont. -% \otherbackslash defines an active \ to be a literal `\' character with -% catcode other. We switch back and forth between these. -@gdef@rawbackslash{@let\=@backslashcurfont} -@gdef@otherbackslash{@let\=@realbackslash} - -% Same as @turnoffactive except outputs \ as {\tt\char`\\} instead of -% the literal character `\'. -% -{@catcode`- = @active - @gdef@normalturnoffactive{% - @nonasciistringdefs - @let-=@normaldash - @let"=@normaldoublequote - @let$=@normaldollar %$ font-lock fix - @let+=@normalplus - @let<=@normalless - @let>=@normalgreater - @let^=@normalcaret - @let_=@normalunderscore - @let|=@normalverticalbar - @let~=@normaltilde - @let\=@ttbackslash - @markupsetuplqdefault - @markupsetuprqdefault - @unsepspaces - } -} - -% If a .fmt file is being used, characters that might appear in a file -% name cannot be active until we have parsed the command line. -% So turn them off again, and have @fixbackslash turn them back on. -@catcode`+=@other @catcode`@_=@other - -% \enablebackslashhack - allow file to begin `\input texinfo' -% -% If a .fmt file is being used, we don't want the `\input texinfo' to show up. -% That is what \eatinput is for; after that, the `\' should revert to printing -% a backslash. -% If the file did not have a `\input texinfo', then it is turned off after -% the first line; otherwise the first `\' in the file would cause an error. -% This is used on the very last line of this file, texinfo.tex. -% We also use @c to call @fixbackslash, in case ends of lines are hidden. -{ -@catcode`@^=7 -@catcode`@^^M=13@gdef@enablebackslashhack{% - @global@let\ = @eatinput% - @catcode`@^^M=13% - @def@c{@fixbackslash@c}% - @def ^^M{@let^^M@secondlinenl}% - @gdef @secondlinenl{@let^^M@thirdlinenl}% - @gdef @thirdlinenl{@fixbackslash}% -}} - -{@catcode`@^=7 @catcode`@^^M=13% -@gdef@eatinput input texinfo#1^^M{@fixbackslash}} - -% Emergency active definition of newline, in case an active newline token -% appears by mistake. -{@catcode`@^=7 @catcode13=13% -@gdef@enableemergencynewline{% - @gdef^^M{% - @par% - %@par% -}}} - - -@gdef@fixbackslash{% - @ifx\@eatinput @let\ = @ttbackslash @fi - @catcode13=5 % regular end of line - @enableemergencynewline - @let@c=@texinfoc - % Also turn back on active characters that might appear in the input - % file name, in case not using a pre-dumped format. - @catcode`+=@active - @catcode`@_=@active - % - % If texinfo.cnf is present on the system, read it. - % Useful for site-wide @afourpaper, etc. This macro, @fixbackslash, gets - % called at the beginning of every Texinfo file. Not opening texinfo.cnf - % directly in this file, texinfo.tex, makes it possible to make a format - % file for Texinfo. - % - @openin 1 texinfo.cnf - @ifeof 1 @else @input texinfo.cnf @fi - @closein 1 -} - - -% Say @foo, not \foo, in error messages. -@escapechar = `@@ - -% These (along with & and #) are made active for url-breaking, so need -% active definitions as the normal characters. -@def@normaldot{.} -@def@normalquest{?} -@def@normalslash{/} - -% These look ok in all fonts, so just make them not special. -% @hashchar{} gets its own user-level command, because of #line. -@catcode`@& = @other @def@normalamp{&} -@catcode`@# = @other @def@normalhash{#} -@catcode`@% = @other @def@normalpercent{%} - -@let @hashchar = @normalhash - -@c Finally, make ` and ' active, so that txicodequoteundirected and -@c txicodequotebacktick work right in, e.g., @w{@code{`foo'}}. If we -@c don't make ` and ' active, @code will not get them as active chars. -@c Do this last of all since we use ` in the previous @catcode assignments. -@catcode`@'=@active -@catcode`@`=@active -@markupsetuplqdefault -@markupsetuprqdefault - -@c Local variables: -@c eval: (add-hook 'write-file-hooks 'time-stamp) -@c page-delimiter: "^\\\\message\\|emacs-page" -@c time-stamp-start: "def\\\\texinfoversion{" -@c time-stamp-format: "%:y-%02m-%02d.%02H" -@c time-stamp-end: "}" -@c End: - -@c vim:sw=2: - -@ignore - arch-tag: e1b36e32-c96e-4135-a41a-0b2efa2ea115 -@end ignore -@enablebackslashhack diff --git a/converters/latex2rtf/patches/patch-aa b/converters/latex2rtf/patches/patch-aa index bf40e4ea57494..d154c399c3da1 100644 --- a/converters/latex2rtf/patches/patch-aa +++ b/converters/latex2rtf/patches/patch-aa @@ -1,4 +1,4 @@ -$NetBSD: patch-aa,v 1.8 2016/02/02 18:15:44 nros Exp $ +$NetBSD: patch-aa,v 1.9 2016/03/19 17:21:48 nros Exp $ * add prefix to install dirs and set correct man, info and doc dirs. * don't run checkdir since the test dir is missing * define the correct configuration dir @@ -42,7 +42,7 @@ $NetBSD: patch-aa,v 1.8 2016/02/02 18:15:44 nros Exp $ check test: latex2rtf cd test && $(MAKE) clean -@@ -213,14 +213,15 @@ install: latex2rtf doc/latex2rtf.1 $(CFG +@@ -213,14 +213,14 @@ install: latex2rtf doc/latex2rtf.1 $(CFG $(MKDIR) $(DESTDIR)$(BINDIR) $(MKDIR) $(DESTDIR)$(MANDIR) $(MKDIR) $(DESTDIR)$(CFGDIR) @@ -60,9 +60,17 @@ $NetBSD: patch-aa,v 1.8 2016/02/02 18:15:44 nros Exp $ + $(BSD_INSTALL_MAN) doc/latex2png.1 $(DESTDIR)$(MANDIR) + $(BSD_INSTALL_DATA) $(CFGS) $(DESTDIR)$(CFGDIR) + $(BSD_INSTALL_DATA) doc/latex2rtf.html $(DESTDIR)$(SUPPORTDIR) -+ $(BSD_INSTALL_DATA) doc/latex2rtf.pdf $(DESTDIR)$(SUPPORTDIR) + $(BSD_INSTALL_DATA) doc/latex2rtf.txt $(DESTDIR)$(SUPPORTDIR) + $(BSD_INSTALL_PROGRAM) $(BINARY_NAME) $(DESTDIR)$(BINDIR) @echo "******************************************************************" @echo "*** latex2rtf successfully installed as \"$(BINARY_NAME)\"" @echo "*** in directory \"$(DESTDIR)$(BINDIR)\"" +@@ -228,7 +228,7 @@ install: latex2rtf doc/latex2rtf.1 $(CFG + @echo "*** \"make install-info\" will install TeXInfo files " + @echo "***" + @echo "*** latex2rtf was compiled to search for its configuration files in" +- @echo "*** \"$(DESTDIR)$(CFGDIR)\" " ++ @echo "*** \"$(CFGDIR)\" " + @echo "***" + @echo "*** If the configuration files are moved then either" + @echo "*** 1) set the environment variable RTFPATH to this new location, or" diff --git a/converters/latex2rtf/patches/patch-doc_Makefile b/converters/latex2rtf/patches/patch-doc_Makefile new file mode 100644 index 0000000000000..98697c91f6403 --- /dev/null +++ b/converters/latex2rtf/patches/patch-doc_Makefile @@ -0,0 +1,10 @@ +$NetBSD: patch-doc_Makefile,v 1.1 2016/03/19 17:21:48 nros Exp $ +* Don't generate the pdf since it requires dependencies. +--- doc/Makefile.orig 2015-11-19 15:02:57.000000000 +0000 ++++ doc/Makefile +@@ -1,4 +1,4 @@ +-all: latex2rtf.info latex2rtf.pdf latex2rtf.txt \ ++all: latex2rtf.info latex2rtf.txt \ + latex2pn.txt latex2rt.txt latex2rtf.html + + latex2rtf.html: latex2rtf.texi diff --git a/converters/libcdr/Makefile b/converters/libcdr/Makefile index 7579949d046e5..28ddaccb9c8e8 100644 --- a/converters/libcdr/Makefile +++ b/converters/libcdr/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.20 2015/12/30 00:18:31 wiz Exp $ +# $NetBSD: Makefile,v 1.21 2016/04/11 19:01:33 ryoon Exp $ DISTNAME= libcdr-0.1.2 +PKGREVISION= 1 CATEGORIES= converters MASTER_SITES= http://dev-www.libreoffice.org/src/libcdr/ EXTRACT_SUFX= .tar.xz diff --git a/converters/libcdr/buildlink3.mk b/converters/libcdr/buildlink3.mk index 7d104ce861dc1..2a368198b4b86 100644 --- a/converters/libcdr/buildlink3.mk +++ b/converters/libcdr/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.7 2015/08/15 22:46:38 wiz Exp $ +# $NetBSD: buildlink3.mk,v 1.8 2016/04/11 19:01:33 ryoon Exp $ BUILDLINK_TREE+= libcdr @@ -6,7 +6,7 @@ BUILDLINK_TREE+= libcdr LIBCDR_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.libcdr+= libcdr>=0.0.6 -BUILDLINK_ABI_DEPENDS.libcdr+= libcdr>=0.1.1nb3 +BUILDLINK_ABI_DEPENDS.libcdr+= libcdr>=0.1.2nb1 BUILDLINK_PKGSRCDIR.libcdr?= ../../converters/libcdr .include "../../converters/libwpd/buildlink3.mk" diff --git a/converters/libe-book/Makefile b/converters/libe-book/Makefile index 36fc5bd76ccdc..0163f5a0e7b2d 100644 --- a/converters/libe-book/Makefile +++ b/converters/libe-book/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.16 2015/10/10 01:58:01 ryoon Exp $ +# $NetBSD: Makefile,v 1.17 2016/04/11 19:01:44 ryoon Exp $ DISTNAME= libe-book-0.1.2 -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= converters MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libebook/} EXTRACT_SUFX= .tar.bz2 diff --git a/converters/libfreehand/Makefile b/converters/libfreehand/Makefile index a16f3c94a7a8e..4ba08ec211d21 100644 --- a/converters/libfreehand/Makefile +++ b/converters/libfreehand/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.9 2015/10/10 01:58:01 ryoon Exp $ +# $NetBSD: Makefile,v 1.10 2016/04/11 19:01:44 ryoon Exp $ DISTNAME= libfreehand-0.1.1 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= converters MASTER_SITES= http://dev-www.libreoffice.org/src/ EXTRACT_SUFX= .tar.bz2 diff --git a/converters/libkkc/Makefile b/converters/libkkc/Makefile index 6bcc92b80c953..9d416ba89da0b 100644 --- a/converters/libkkc/Makefile +++ b/converters/libkkc/Makefile @@ -1,12 +1,11 @@ -# $NetBSD: Makefile,v 1.4 2015/03/15 19:51:08 hiramatsu Exp $ +# $NetBSD: Makefile,v 1.5 2016/04/07 14:35:27 ryoon Exp $ -DISTNAME= libkkc-0.3.4 -PKGREVISION= 1 +DISTNAME= libkkc-0.3.5 CATEGORIES= converters textproc japanese inputmethod -MASTER_SITES= https://bitbucket.org/libkkc/libkkc/downloads/ +MASTER_SITES= https://github.com/ueno/libkkc/releases/download/v${PKGVERSION_NOREV}/ MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= https://bitbucket.org/libkkc/libkkc/ +HOMEPAGE= https://github.com/ueno/libkkc/ COMMENT= Japanese Kana Kanji conversion library LICENSE= gnu-gpl-v3 diff --git a/converters/libkkc/distinfo b/converters/libkkc/distinfo index 2a894289e69a7..407e26524ae19 100644 --- a/converters/libkkc/distinfo +++ b/converters/libkkc/distinfo @@ -1,6 +1,7 @@ -$NetBSD: distinfo,v 1.3 2015/11/03 01:43:49 agc Exp $ +$NetBSD: distinfo,v 1.5 2016/04/07 14:35:27 ryoon Exp $ -SHA1 (libkkc-0.3.4.tar.gz) = f2dfa3bf5f639a7ede6968cd5d5b0d70e3d52147 -RMD160 (libkkc-0.3.4.tar.gz) = 90ffe5614843f1ac5bf18d69d03e281044ec9d98 -SHA512 (libkkc-0.3.4.tar.gz) = ec6afc488e8e176b7c180254a21097ba4de2091c1959f4088c01c915c641a7eca28bf709e65c2aeed9f2f327090125ae4b48d1b71a9e12cf7667947769537759 -Size (libkkc-0.3.4.tar.gz) = 1397822 bytes +SHA1 (libkkc-0.3.5.tar.gz) = cf4339d375c8e4098a1c50cd6679f29b6b896708 +RMD160 (libkkc-0.3.5.tar.gz) = 4d74ccf508546cbaa007d688e1274f3ee2a554a7 +SHA512 (libkkc-0.3.5.tar.gz) = f611c3104a22ad38af29746870849d8937b6af2a7fee0952cc25f36ef845b5617a192df7ca63ff2a507384f7a6a13c9c1b4fa3b9a34f3f041bee8793d04b9236 +Size (libkkc-0.3.5.tar.gz) = 1424282 bytes +SHA1 (patch-configure) = f345119d46ea48a1b5038820f32872b6bdfc58ec diff --git a/converters/libkkc/patches/patch-configure b/converters/libkkc/patches/patch-configure new file mode 100644 index 0000000000000..4633a903d0ce0 --- /dev/null +++ b/converters/libkkc/patches/patch-configure @@ -0,0 +1,13 @@ +$NetBSD: patch-configure,v 1.1 2016/03/19 23:12:41 ryoon Exp $ + +--- configure.orig 2014-12-19 05:07:20.000000000 +0000 ++++ configure +@@ -18480,7 +18480,7 @@ $as_echo "yes" >&6; } + fi + + # libstdc++ needs to be linked with libmarisa-glib.a +-MARISA_GLIB_STATIC_DEPENDENCIES="$postdeps_CXX" ++MARISA_GLIB_STATIC_DEPENDENCIES=`echo $postdeps_CXX | $SED -e "s:-lgcc_s -lgcc -lc -lgcc_s -lgcc::"` + + + LIBKKC_CFLAGS="$GIO_CFLAGS $GEE_CFLAGS $JSON_GLIB_CFLAGS" diff --git a/converters/libmspub/Makefile b/converters/libmspub/Makefile index bbcbbab2e011f..0e496a2a5cb14 100644 --- a/converters/libmspub/Makefile +++ b/converters/libmspub/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.17 2015/10/10 01:58:01 ryoon Exp $ +# $NetBSD: Makefile,v 1.18 2016/04/11 19:01:44 ryoon Exp $ DISTNAME= libmspub-0.1.2 -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= converters MASTER_SITES= http://dev-www.libreoffice.org/src/libmspub/ EXTRACT_SUFX= .tar.xz diff --git a/converters/libvisio/Makefile b/converters/libvisio/Makefile index 10c0cd73f9fa6..1d459cb1d0e04 100644 --- a/converters/libvisio/Makefile +++ b/converters/libvisio/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.39 2016/01/03 17:11:16 wiz Exp $ +# $NetBSD: Makefile,v 1.40 2016/04/11 19:01:33 ryoon Exp $ DISTNAME= libvisio-0.1.5 +PKGREVISION= 1 CATEGORIES= converters MASTER_SITES= http://dev-www.libreoffice.org/src/libvisio/ EXTRACT_SUFX= .tar.xz diff --git a/converters/libvisio/buildlink3.mk b/converters/libvisio/buildlink3.mk index 1859678e67963..04e7c8648a2cc 100644 --- a/converters/libvisio/buildlink3.mk +++ b/converters/libvisio/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.5 2015/08/15 22:46:39 wiz Exp $ +# $NetBSD: buildlink3.mk,v 1.6 2016/04/11 19:01:33 ryoon Exp $ BUILDLINK_TREE+= libvisio @@ -6,7 +6,7 @@ BUILDLINK_TREE+= libvisio LIBVISIO_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.libvisio+= libvisio>=0.0.15 -BUILDLINK_ABI_DEPENDS.libvisio+= libvisio>=0.1.3nb1 +BUILDLINK_ABI_DEPENDS.libvisio+= libvisio>=0.1.5nb1 BUILDLINK_PKGSRCDIR.libvisio?= ../../converters/libvisio .include "../../converters/librevenge/buildlink3.mk" diff --git a/converters/p5-Convert-UUlib/Makefile b/converters/p5-Convert-UUlib/Makefile index 66d7b90ffaf14..95bf926eae8de 100644 --- a/converters/p5-Convert-UUlib/Makefile +++ b/converters/p5-Convert-UUlib/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.35 2015/06/12 10:48:32 wiz Exp $ +# $NetBSD: Makefile,v 1.37 2016/04/26 12:42:33 wen Exp $ -DISTNAME= Convert-UUlib-1.4 +DISTNAME= Convert-UUlib-1.5 PKGNAME= p5-${DISTNAME}0 -PKGREVISION= 4 CATEGORIES= converters perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Convert/} @@ -11,6 +10,8 @@ HOMEPAGE= http://search.cpan.org/dist/Convert-UUlib/ COMMENT= Perl5 module interface to the uulib library LICENSE= gnu-gpl-v2 +DEPENDS+= p5-Canary-Stability>=0:../../devel/p5-Canary-Stability + PERL5_PACKLIST= auto/Convert/UUlib/.packlist .include "../../lang/perl5/module.mk" diff --git a/converters/p5-Convert-UUlib/distinfo b/converters/p5-Convert-UUlib/distinfo index eb62fef512710..6e75d3261b9e5 100644 --- a/converters/p5-Convert-UUlib/distinfo +++ b/converters/p5-Convert-UUlib/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.14 2015/11/03 01:43:51 agc Exp $ +$NetBSD: distinfo,v 1.15 2016/04/17 13:44:48 wen Exp $ -SHA1 (Convert-UUlib-1.4.tar.gz) = 3dd46a2eec3e9d2a39d6092419f5c996fb4a6be4 -RMD160 (Convert-UUlib-1.4.tar.gz) = dd59256c94554914fc2e647b253e7a591f486e97 -SHA512 (Convert-UUlib-1.4.tar.gz) = 97dae96b173cfdaf35126f70a883b3462977c3bfb281334f2e54c66ba518ce936ae3046d911ed0a39974df47d0b46bc286afb01faa0d934895402049b3f79cfd -Size (Convert-UUlib-1.4.tar.gz) = 232006 bytes +SHA1 (Convert-UUlib-1.5.tar.gz) = aa949656cde1c3dbeec0508f82953451fdc737b5 +RMD160 (Convert-UUlib-1.5.tar.gz) = 3e05a9f5a51dccd403fa22554a51d787cc47f2e8 +SHA512 (Convert-UUlib-1.5.tar.gz) = 92c8b6f3a72546dca21018ddf2863113904f550e3ed950a1898ed4abfcc48738e9ca374f5adbc3226df2db6beeb0e12879ae52cdd067a030c199766d53603ec1 +Size (Convert-UUlib-1.5.tar.gz) = 236213 bytes diff --git a/converters/p5-MIME-Base32/Makefile b/converters/p5-MIME-Base32/Makefile index e399c1da086ca..4e383dac15929 100644 --- a/converters/p5-MIME-Base32/Makefile +++ b/converters/p5-MIME-Base32/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.11 2015/06/12 10:48:33 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2016/04/30 13:51:45 schmonz Exp $ -DISTNAME= MIME-Base32-1.02a +DISTNAME= MIME-Base32-1.301 PKGNAME= p5-${DISTNAME} -PKGREVISION= 5 CATEGORIES= converters perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=MIME/} @@ -11,9 +10,6 @@ HOMEPAGE= http://search.cpan.org/dist/MIME-Base32/ COMMENT= Perl5 module for Base32 encoding LICENSE= ${PERL5_LICENSE} -# needed for 1.02a -WRKSRC= ${WRKDIR}/${DISTNAME:S/a$//} - PERL5_PACKLIST= auto/MIME/Base32/.packlist .include "../../lang/perl5/module.mk" diff --git a/converters/p5-MIME-Base32/distinfo b/converters/p5-MIME-Base32/distinfo index ff99e96eb4f3b..ea83d2d262172 100644 --- a/converters/p5-MIME-Base32/distinfo +++ b/converters/p5-MIME-Base32/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.3 2015/11/03 01:43:52 agc Exp $ +$NetBSD: distinfo,v 1.4 2016/04/30 13:51:45 schmonz Exp $ -SHA1 (MIME-Base32-1.02a.tar.gz) = bb0393847667a4d94c17e1f13a3d8bd1cce5e1a6 -RMD160 (MIME-Base32-1.02a.tar.gz) = b77793dc630e09e6d02e28950247907f9263a319 -SHA512 (MIME-Base32-1.02a.tar.gz) = 8f2bf3e5da8de5f5aeaec50133180e98a1c50c4403a5d39cc9df941c124ff07e8aa3f12a08fdb1b449756789521f675d53ab3afe595989e347537718f4d9b8b3 -Size (MIME-Base32-1.02a.tar.gz) = 3136 bytes +SHA1 (MIME-Base32-1.301.tar.gz) = d89dca298ca4b3149457a0583c6e055410d72b3f +RMD160 (MIME-Base32-1.301.tar.gz) = 6f0f3e89294cd6d094ef66240e7074a3de0dce51 +SHA512 (MIME-Base32-1.301.tar.gz) = 90e7419504f7d9a6caf7f3f9231622a0867a485705cb1a918efc85964fafc04db79f4c31b7135203ff946a4205d82b20ee009b87baca2fe6f15ad1aabe4347cc +Size (MIME-Base32-1.301.tar.gz) = 13515 bytes diff --git a/converters/p5-Sereal-Decoder/Makefile b/converters/p5-Sereal-Decoder/Makefile index 103c93f6722fa..413882e8884bb 100644 --- a/converters/p5-Sereal-Decoder/Makefile +++ b/converters/p5-Sereal-Decoder/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2015/06/12 10:48:33 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2016/05/08 15:07:40 wen Exp $ -DISTNAME= Sereal-Decoder-3.005 +DISTNAME= Sereal-Decoder-3.014 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= security perl5 converters MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../CPAN/authors/id/Y/YV/YVES/} diff --git a/converters/p5-Sereal-Decoder/distinfo b/converters/p5-Sereal-Decoder/distinfo index 2928449d7b4f2..e744ba20cce51 100644 --- a/converters/p5-Sereal-Decoder/distinfo +++ b/converters/p5-Sereal-Decoder/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.5 2015/11/03 01:43:52 agc Exp $ +$NetBSD: distinfo,v 1.6 2016/05/08 15:07:40 wen Exp $ -SHA1 (Sereal-Decoder-3.005.tar.gz) = 210e840a6a90af1ea13daa674965c2b63a57adce -RMD160 (Sereal-Decoder-3.005.tar.gz) = 2fddb3a4e0f9ef27ee838975c45a6ceab3142c94 -SHA512 (Sereal-Decoder-3.005.tar.gz) = 1e2df359c75ae2b53743d0ebd8ac74f95c46011ff39a669617f228ff43e24bb783ec4b6ecf1b9e8c40b4182b5642713bc96c30fe7bbbe65b5d4db9242edd407b -Size (Sereal-Decoder-3.005.tar.gz) = 364464 bytes +SHA1 (Sereal-Decoder-3.014.tar.gz) = 79962f925b2f7dc3920c913d0b033da860a84012 +RMD160 (Sereal-Decoder-3.014.tar.gz) = bc15b504e216305349fd5192f337202d93e21480 +SHA512 (Sereal-Decoder-3.014.tar.gz) = 00ac49d18033fa177fa12d36b0527f327eaed54c96a065783da6c209db24764b4487464312a933ac24d51d94ef79293c0cb1aa938f6e4704a3b0a11b30151e22 +Size (Sereal-Decoder-3.014.tar.gz) = 369546 bytes diff --git a/converters/p5-Sereal-Encoder/Makefile b/converters/p5-Sereal-Encoder/Makefile index 2e4737129ac13..1583a3754c725 100644 --- a/converters/p5-Sereal-Encoder/Makefile +++ b/converters/p5-Sereal-Encoder/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2015/06/12 10:48:33 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2016/05/08 14:51:41 wen Exp $ -DISTNAME= Sereal-Encoder-3.005 +DISTNAME= Sereal-Encoder-3.014 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= security perl5 converters MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../CPAN/authors/id/Y/YV/YVES/} diff --git a/converters/p5-Sereal-Encoder/distinfo b/converters/p5-Sereal-Encoder/distinfo index 545f9e7b9f005..a6e91bd054367 100644 --- a/converters/p5-Sereal-Encoder/distinfo +++ b/converters/p5-Sereal-Encoder/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.5 2015/11/03 01:43:52 agc Exp $ +$NetBSD: distinfo,v 1.6 2016/05/08 14:51:41 wen Exp $ -SHA1 (Sereal-Encoder-3.005.tar.gz) = 31f5e31a52faa75ae07d3721af0bfc395cd2f2c4 -RMD160 (Sereal-Encoder-3.005.tar.gz) = 1c3021dfd9b9c7d98c3ccfb6ba76f8ff32880579 -SHA512 (Sereal-Encoder-3.005.tar.gz) = 775c210d59078d0f8b36e66f773275d8b6c400b732501c651c414401e60f8be7dbcf2f8c4aa779f32d0c21f44c0399e53c7fe2369676420ca3394873168cfd3e -Size (Sereal-Encoder-3.005.tar.gz) = 364799 bytes +SHA1 (Sereal-Encoder-3.014.tar.gz) = 8cda51758cd1d22aa307efe8c85423511a12884a +RMD160 (Sereal-Encoder-3.014.tar.gz) = bef412b1dd0fa8510decd5a048d8bbaf922999cf +SHA512 (Sereal-Encoder-3.014.tar.gz) = 4891cb9189abe77012d14ba778156806f9d1708bce73015ce4d1d06ce4aa62abd0f9af4f98a64c547e55fa2298770f45aa2b0b99cc00e8e0f6a022df84bb41b8 +Size (Sereal-Encoder-3.014.tar.gz) = 377995 bytes diff --git a/converters/p5-Unicode-Normalize/Makefile b/converters/p5-Unicode-Normalize/Makefile index 4e973c2f5159c..bfae833785478 100644 --- a/converters/p5-Unicode-Normalize/Makefile +++ b/converters/p5-Unicode-Normalize/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.12 2015/06/12 10:48:34 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2016/04/13 21:10:11 markd Exp $ -DISTNAME= Unicode-Normalize-1.18 +DISTNAME= Unicode-Normalize-1.25 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= converters perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Unicode/} diff --git a/converters/p5-Unicode-Normalize/distinfo b/converters/p5-Unicode-Normalize/distinfo index 3217457bbbf95..f7a1fb78b5d1a 100644 --- a/converters/p5-Unicode-Normalize/distinfo +++ b/converters/p5-Unicode-Normalize/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.6 2015/11/03 01:43:53 agc Exp $ +$NetBSD: distinfo,v 1.7 2016/04/13 21:10:11 markd Exp $ -SHA1 (Unicode-Normalize-1.18.tar.gz) = 808ae5f0abb90fd4a37e58937817ed55e0f38674 -RMD160 (Unicode-Normalize-1.18.tar.gz) = 99154617c2ab531931e2a4974d6fe625cc28d4bd -SHA512 (Unicode-Normalize-1.18.tar.gz) = e76adbada2ba21306bd34d1296af63f6ad9994c88789338104ff64d1983895a4aeb7b7c66b0f483429450ba2683759d58818380aa8452cde966ee539a7352e75 -Size (Unicode-Normalize-1.18.tar.gz) = 19856 bytes +SHA1 (Unicode-Normalize-1.25.tar.gz) = 607ada7ef05bc1644f7f08d8899fc60988ea4f7e +RMD160 (Unicode-Normalize-1.25.tar.gz) = 0a05087451efde87f497c97f33e65891336b4b91 +SHA512 (Unicode-Normalize-1.25.tar.gz) = f28c19e0293cf75cc0aab669ae0a0543f6a1a39e1e50ff32ab37abd8e85efc73e8b9075e581212b6da576ecbf8c0e9ddb7b9b352674aa3a04c77f9aaf4717866 +Size (Unicode-Normalize-1.25.tar.gz) = 40530 bytes diff --git a/converters/pyzy/Makefile b/converters/pyzy/Makefile index 22b1add184643..1284aabca3f90 100644 --- a/converters/pyzy/Makefile +++ b/converters/pyzy/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.9 2015/10/10 01:57:51 ryoon Exp $ +# $NetBSD: Makefile,v 1.10 2016/04/11 19:01:33 ryoon Exp $ DISTNAME= pyzy-0.1.0 -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= converters chinese MASTER_SITES= http://pyzy.googlecode.com/files/ DISTFILES= ${DEFAULT_DISTFILES} ${DBTAR} diff --git a/converters/pyzy/buildlink3.mk b/converters/pyzy/buildlink3.mk index f84af0cf43d7c..0118d97a99226 100644 --- a/converters/pyzy/buildlink3.mk +++ b/converters/pyzy/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.5 2015/04/06 08:17:13 adam Exp $ +# $NetBSD: buildlink3.mk,v 1.6 2016/04/11 19:01:33 ryoon Exp $ # BUILDLINK_TREE+= pyzy @@ -7,7 +7,7 @@ BUILDLINK_TREE+= pyzy PYZY_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.pyzy+= pyzy>=0.1.0 -BUILDLINK_ABI_DEPENDS.pyzy?= pyzy>=0.1.0nb3 +BUILDLINK_ABI_DEPENDS.pyzy?= pyzy>=0.1.0nb5 BUILDLINK_PKGSRCDIR.pyzy?= ../../converters/pyzy .include "../../mk/bsd.fast.prefs.mk" diff --git a/cross/binutils/distinfo b/cross/binutils/distinfo index f6a6173624043..fb3a320a39ff3 100644 --- a/cross/binutils/distinfo +++ b/cross/binutils/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.8 2015/11/03 00:47:43 agc Exp $ +$NetBSD: distinfo,v 1.9 2016/04/04 17:28:57 joerg Exp $ SHA1 (binutils-2.17.tar.gz) = a9ac9ac4e918568b297033cdc44a38beef8f9f6a RMD160 (binutils-2.17.tar.gz) = bc5e8b23457f0e2e91f70b93eff00134e2d50434 @@ -6,4 +6,5 @@ SHA512 (binutils-2.17.tar.gz) = 1312a8dda203396c394686707b5afab30324a354284f4472 Size (binutils-2.17.tar.gz) = 18196360 bytes SHA1 (patch-aa) = 9b1dfc38135cc7fe34f26809a444898001858fb1 SHA1 (patch-af) = 274a98c45fb78af64ed01b59afe3cfcdd3312c86 +SHA1 (patch-ld_emultempl_sh64elf.em) = 029a688faf9d7d07daf4a80a503f23d3de400d1f SHA1 (patch-opcodes_cgen-ops.h) = 4dbe5cf86675c4f6236582aedf0f1318442dd288 diff --git a/cross/binutils/patches/patch-ld_emultempl_sh64elf.em b/cross/binutils/patches/patch-ld_emultempl_sh64elf.em new file mode 100644 index 0000000000000..25c7af355e56b --- /dev/null +++ b/cross/binutils/patches/patch-ld_emultempl_sh64elf.em @@ -0,0 +1,9 @@ +$NetBSD: patch-ld_emultempl_sh64elf.em,v 1.1 2016/04/04 17:28:57 joerg Exp $ + +--- ld/emultempl/sh64elf.em.orig 2016-04-04 16:42:51.033302791 +0000 ++++ ld/emultempl/sh64elf.em +@@ -559,3 +559,4 @@ sh64_elf_${EMULATION_NAME}_after_allocat + cranges->size = crangesp - cranges->contents; + cranges->rawsize = cranges->size; + } ++EOF diff --git a/cross/objconv/Makefile b/cross/objconv/Makefile index 77dffe15a7c3e..5b759f1d036b5 100644 --- a/cross/objconv/Makefile +++ b/cross/objconv/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2015/10/11 01:10:22 ryoon Exp $ +# $NetBSD: Makefile,v 1.2 2016/05/08 07:28:14 ryoon Exp $ DISTNAME= objconv PKGNAME= ${DISTNAME}-2.39 @@ -8,7 +8,7 @@ EXTRACT_SUFX= .zip MAINTAINER= ryoon@NetBSD.org HOMEPAGE= http://www.agner.org/optimize/ -COMMENT= TODO: Short description of the package +COMMENT= Object file converter and disassembler LICENSE= gnu-gpl-v3 DIST_SUBDIR= ${PKGNAME_NOREV} diff --git a/cross/stlink/Makefile b/cross/stlink/Makefile index 52d451d54edc4..350a96687d25d 100644 --- a/cross/stlink/Makefile +++ b/cross/stlink/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.1 2015/12/10 23:04:25 ryoon Exp $ +# $NetBSD: Makefile,v 1.2 2016/05/07 09:05:22 ryoon Exp $ -DISTNAME= stlink-1.1.0 +DISTNAME= stlink-1.2.0 CATEGORIES= cross MASTER_SITES= ${MASTER_SITE_GITHUB:=texane/} GITHUB_PROJECT= stlink diff --git a/cross/stlink/distinfo b/cross/stlink/distinfo index 77c2ee2c4b616..b4aa0dd889c2c 100644 --- a/cross/stlink/distinfo +++ b/cross/stlink/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.1 2015/12/10 23:04:25 ryoon Exp $ +$NetBSD: distinfo,v 1.2 2016/05/07 09:05:22 ryoon Exp $ -SHA1 (stlink-1.1.0.tar.gz) = 60ab8c52b6d55909d7ac831ecfd1a7faaba4ea86 -RMD160 (stlink-1.1.0.tar.gz) = 9400ed5d50c04344493045e9a117ace614d5121f -SHA512 (stlink-1.1.0.tar.gz) = 5a9fcb97de84b55c57751e251743ad7641a26e9a2da7e9292beb013a828bffc9e41eb3e052d62c5fddca3fd55b03fcb8faf3158eea2cd944d84fb978acf82a92 -Size (stlink-1.1.0.tar.gz) = 201430 bytes +SHA1 (stlink-1.2.0.tar.gz) = e963b5653d44a0e53a2ddb48ad090b589b9b785b +RMD160 (stlink-1.2.0.tar.gz) = 0978c5261d77543636c228b1cafe36db69676814 +SHA512 (stlink-1.2.0.tar.gz) = 8c27895b9d93d8ac94af944eceaefa19b9b7d4b8cf1c2d0a53cb13dbbbbb0c6112fe68a2f41b326a86c8e9d2edc17ccf69f6e48bd9cc31f9aebefab601bdef5f +Size (stlink-1.2.0.tar.gz) = 211710 bytes diff --git a/databases/Makefile b/databases/Makefile index b8b0f3fe0c61b..0e01d2b3195ad 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.512 2016/03/11 21:31:36 fhajny Exp $ +# $NetBSD: Makefile,v 1.513 2016/03/13 23:25:21 gdt Exp $ COMMENT= Databases @@ -269,7 +269,6 @@ SUBDIR+= poco-data-mysql SUBDIR+= poco-data-odbc SUBDIR+= poco-data-sqlite SUBDIR+= postgresql-pgbench -SUBDIR+= postgresql-postgis SUBDIR+= postgresql-postgis2 SUBDIR+= postgresql91 SUBDIR+= postgresql91-adminpack diff --git a/databases/apache-cassandra/Makefile b/databases/apache-cassandra/Makefile index 59207f8918431..da2bb9479c1f6 100644 --- a/databases/apache-cassandra/Makefile +++ b/databases/apache-cassandra/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.19 2015/10/21 12:53:27 fhajny Exp $ +# $NetBSD: Makefile,v 1.20 2016/03/15 10:55:25 fhajny Exp $ # CASSANDRA_VER= 1.2.19 +PKGREVISION= 1 MASTER_SITES= http://archive.apache.org/dist/cassandra/${PKGVERSION_NOREV}/ diff --git a/databases/couchdb/Makefile b/databases/couchdb/Makefile index 9ee2aabc5e723..0f731a27dd76a 100644 --- a/databases/couchdb/Makefile +++ b/databases/couchdb/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.33 2016/03/05 11:28:10 jperkin Exp $ +# $NetBSD: Makefile,v 1.34 2016/04/11 19:01:44 ryoon Exp $ # DISTNAME= apache-couchdb-1.6.1 PKGNAME= ${DISTNAME:S/apache-//} -PKGREVISION= 5 +PKGREVISION= 6 CATEGORIES= databases MASTER_SITES= ${MASTER_SITE_APACHE:=couchdb/source/${PKGVERSION_NOREV}/} diff --git a/databases/deforaos-libdatabase/Makefile b/databases/deforaos-libdatabase/Makefile index 826c43647337d..bf6ac09146e65 100644 --- a/databases/deforaos-libdatabase/Makefile +++ b/databases/deforaos-libdatabase/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.12 2015/10/10 01:58:02 ryoon Exp $ +# $NetBSD: Makefile,v 1.13 2016/04/11 19:01:45 ryoon Exp $ DISTNAME= libDatabase-0.0.1 PKGNAME= deforaos-libdatabase-0.0.1 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= databases MASTER_SITES= http://www.defora.org/os/download/download/4373/ diff --git a/databases/elasticsearch/Makefile b/databases/elasticsearch/Makefile index d68a192cce459..8bca392483dd5 100644 --- a/databases/elasticsearch/Makefile +++ b/databases/elasticsearch/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.14 2015/12/31 09:57:31 fhajny Exp $ +# $NetBSD: Makefile,v 1.15 2016/04/29 10:16:01 fhajny Exp $ -DISTNAME= elasticsearch-2.1.1 +DISTNAME= elasticsearch-2.3.2 CATEGORIES= textproc MASTER_SITES= https://download.elasticsearch.org/elasticsearch/elasticsearch/ diff --git a/databases/elasticsearch/PLIST b/databases/elasticsearch/PLIST index 6c8b041b25f9a..c32a95c74a836 100644 --- a/databases/elasticsearch/PLIST +++ b/databases/elasticsearch/PLIST @@ -1,14 +1,10 @@ -@comment $NetBSD: PLIST,v 1.8 2015/12/31 09:57:31 fhajny Exp $ +@comment $NetBSD: PLIST,v 1.9 2016/04/29 10:16:01 fhajny Exp $ lib/elasticsearch/HdrHistogram-2.1.6.jar -lib/elasticsearch/antlr-runtime-3.5.jar lib/elasticsearch/apache-log4j-extras-1.2.17.jar -lib/elasticsearch/asm-4.1.jar -lib/elasticsearch/asm-commons-4.1.jar lib/elasticsearch/commons-cli-1.3.1.jar lib/elasticsearch/compiler-0.8.13.jar lib/elasticsearch/compress-lzf-1.0.2.jar lib/elasticsearch/${PKGNAME}.jar -lib/elasticsearch/groovy-all-2.4.4-indy.jar lib/elasticsearch/guava-18.0.jar lib/elasticsearch/hppc-0.7.1.jar lib/elasticsearch/jackson-core-2.6.2.jar @@ -21,22 +17,22 @@ lib/elasticsearch/joda-time-2.8.2.jar lib/elasticsearch/jsr166e-1.1.0.jar lib/elasticsearch/jts-1.13.jar lib/elasticsearch/log4j-1.2.17.jar -lib/elasticsearch/lucene-analyzers-common-5.3.1.jar -lib/elasticsearch/lucene-backward-codecs-5.3.1.jar -lib/elasticsearch/lucene-core-5.3.1.jar -lib/elasticsearch/lucene-expressions-5.3.1.jar -lib/elasticsearch/lucene-grouping-5.3.1.jar -lib/elasticsearch/lucene-highlighter-5.3.1.jar -lib/elasticsearch/lucene-join-5.3.1.jar -lib/elasticsearch/lucene-memory-5.3.1.jar -lib/elasticsearch/lucene-misc-5.3.1.jar -lib/elasticsearch/lucene-queries-5.3.1.jar -lib/elasticsearch/lucene-queryparser-5.3.1.jar -lib/elasticsearch/lucene-sandbox-5.3.1.jar -lib/elasticsearch/lucene-spatial-5.3.1.jar -lib/elasticsearch/lucene-spatial3d-5.3.1.jar -lib/elasticsearch/lucene-suggest-5.3.1.jar +lib/elasticsearch/lucene-analyzers-common-5.5.0.jar +lib/elasticsearch/lucene-backward-codecs-5.5.0.jar +lib/elasticsearch/lucene-core-5.5.0.jar +lib/elasticsearch/lucene-grouping-5.5.0.jar +lib/elasticsearch/lucene-highlighter-5.5.0.jar +lib/elasticsearch/lucene-join-5.5.0.jar +lib/elasticsearch/lucene-memory-5.5.0.jar +lib/elasticsearch/lucene-misc-5.5.0.jar +lib/elasticsearch/lucene-queries-5.5.0.jar +lib/elasticsearch/lucene-queryparser-5.5.0.jar +lib/elasticsearch/lucene-sandbox-5.5.0.jar +lib/elasticsearch/lucene-spatial-5.5.0.jar +lib/elasticsearch/lucene-spatial3d-5.5.0.jar +lib/elasticsearch/lucene-suggest-5.5.0.jar lib/elasticsearch/netty-3.10.5.Final.jar +lib/elasticsearch/securesm-1.0.jar lib/elasticsearch/snakeyaml-1.15.jar lib/elasticsearch/spatial4j-0.5.jar lib/elasticsearch/t-digest-3.0.jar diff --git a/databases/elasticsearch/distinfo b/databases/elasticsearch/distinfo index 75940f32fabed..fd69d4f3547e4 100644 --- a/databases/elasticsearch/distinfo +++ b/databases/elasticsearch/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.15 2015/12/31 09:57:31 fhajny Exp $ +$NetBSD: distinfo,v 1.16 2016/04/29 10:16:01 fhajny Exp $ -SHA1 (elasticsearch-2.1.1.tar.gz) = 360ca8e329b8b0c34b1cd6012c452951f8d3e137 -RMD160 (elasticsearch-2.1.1.tar.gz) = 7f6f6f6d642178e5c1d6b666d135fa32f37f1c89 -SHA512 (elasticsearch-2.1.1.tar.gz) = eff12cd7342dc0036dc88f03ced9c7cc90d284222efeca86adfd9e4cf254cb8f96105c58673b239cfc9eb9764a2a669d2cd171ca73eb43b1ec1470a13c5e1776 -Size (elasticsearch-2.1.1.tar.gz) = 29007342 bytes -SHA1 (patch-bin_elasticsearch.in.sh) = 984c9fe74383f724932a6c1b9d88b1158fe4bbde +SHA1 (elasticsearch-2.3.2.tar.gz) = f94461a7bd88a46f3a30f971339122341ba20c65 +RMD160 (elasticsearch-2.3.2.tar.gz) = 406278756c2d195730530dd8b398fc83bedc58d2 +SHA512 (elasticsearch-2.3.2.tar.gz) = 73c4ca82eb0f4dc22907a94b9025e79183f6fcd38dbb82795800d10fc810dbee412784e62f9247390f0fb9aa19545976584bd2b62f1afe79d2cd64bb55f76dc8 +Size (elasticsearch-2.3.2.tar.gz) = 27543334 bytes +SHA1 (patch-bin_elasticsearch.in.sh) = 46c513d58b890ec10c85450887d455ca6e56d7b3 SHA1 (patch-bin_plugin) = 5ddd9b55797305c2c1e77b174ae410c00ecb7b89 SHA1 (patch-config_elasticsearch.yml) = 7729dfb1ed106f0a34e6daaf7a46d0352d42f1f1 diff --git a/databases/elasticsearch/patches/patch-bin_elasticsearch.in.sh b/databases/elasticsearch/patches/patch-bin_elasticsearch.in.sh index 46bb2934cd9f1..716167ffaed79 100644 --- a/databases/elasticsearch/patches/patch-bin_elasticsearch.in.sh +++ b/databases/elasticsearch/patches/patch-bin_elasticsearch.in.sh @@ -1,4 +1,4 @@ -$NetBSD: patch-bin_elasticsearch.in.sh,v 1.2 2015/12/31 09:57:31 fhajny Exp $ +$NetBSD: patch-bin_elasticsearch.in.sh,v 1.3 2016/04/29 10:16:01 fhajny Exp $ Fix paths. @@ -8,8 +8,8 @@ Fix paths. exit 1 fi --ES_CLASSPATH="$ES_HOME/lib/elasticsearch-2.1.1.jar:$ES_HOME/lib/*" -+ES_CLASSPATH="@ES_LIBDIR@/elasticsearch-2.1.1.jar:@ES_LIBDIR@/*" +-ES_CLASSPATH="$ES_HOME/lib/elasticsearch-2.3.2.jar:$ES_HOME/lib/*" ++ES_CLASSPATH="@ES_LIBDIR@/elasticsearch-2.3.2.jar:@ES_LIBDIR@/*" if [ "x$ES_MIN_MEM" = "x" ]; then ES_MIN_MEM=256m diff --git a/databases/erlang-p1_mysql/Makefile b/databases/erlang-p1_mysql/Makefile index 0ea3e0bb10113..fdb6c4ee90daf 100644 --- a/databases/erlang-p1_mysql/Makefile +++ b/databases/erlang-p1_mysql/Makefile @@ -1,17 +1,15 @@ -# $NetBSD: Makefile,v 1.3 2016/01/16 18:51:35 fhajny Exp $ +# $NetBSD: Makefile,v 1.4 2016/04/22 13:39:41 fhajny Exp $ -DISTNAME= p1_mysql-1.0.0 -PKGREVISION= 1 +DISTNAME= p1_mysql-1.0.1 CATEGORIES= databases MASTER_SITES= ${MASTER_SITE_GITHUB:=processone/} MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://github.com/processone/mysql/ +HOMEPAGE= http://github.com/processone/p1_mysql/ COMMENT= Erlang MySQL driver LICENSE= modified-bsd -GITHUB_PROJECT= mysql -WRKSRC= ${WRKDIR}/${GITHUB_PROJECT}-${GITHUB_TAG} +GITHUB_PROJECT= p1_mysql .include "../../lang/erlang/module.mk" .include "../../mk/bsd.pkg.mk" diff --git a/databases/erlang-p1_mysql/distinfo b/databases/erlang-p1_mysql/distinfo index 9bfb7ba83458d..83760030fcb8f 100644 --- a/databases/erlang-p1_mysql/distinfo +++ b/databases/erlang-p1_mysql/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2016/01/13 15:05:23 fhajny Exp $ +$NetBSD: distinfo,v 1.3 2016/04/22 13:39:41 fhajny Exp $ -SHA1 (p1_mysql-1.0.0.tar.gz) = 1fbf71ec4cda0b820f8c64d7d9dd2b2ea7449143 -RMD160 (p1_mysql-1.0.0.tar.gz) = e2328323aeaec667bb067b2f69510db50d754e17 -SHA512 (p1_mysql-1.0.0.tar.gz) = 96e75cf6cc214ffe14a95c0b072edf3b3b64b33f6e79a337c35391e89a0b54aca664d18b2dea89a7d25fc7cf9cb5194fd9b7eb5bec623dc3a4e821dd353a3d4c -Size (p1_mysql-1.0.0.tar.gz) = 17212 bytes +SHA1 (p1_mysql-1.0.1.tar.gz) = 8ba1873895aa0dfc4c115152fbb14e4981da0a37 +RMD160 (p1_mysql-1.0.1.tar.gz) = e682258b5bda14a91fe17b3e1304012f22085f81 +SHA512 (p1_mysql-1.0.1.tar.gz) = 2e5d3baa255ab7b6d3271e633793bfb265648b260c104256980a1229ea20bf3701d8f665f65fb4785272ea7e4e6a346a262ffbf609de10aec6d8029ef1d4f567 +Size (p1_mysql-1.0.1.tar.gz) = 19329 bytes diff --git a/databases/erlang-p1_pgsql/Makefile b/databases/erlang-p1_pgsql/Makefile index 847131917fc94..fd1942f6b4e0d 100644 --- a/databases/erlang-p1_pgsql/Makefile +++ b/databases/erlang-p1_pgsql/Makefile @@ -1,17 +1,15 @@ -# $NetBSD: Makefile,v 1.3 2016/01/16 18:52:46 fhajny Exp $ +# $NetBSD: Makefile,v 1.4 2016/04/22 13:42:12 fhajny Exp $ -DISTNAME= p1_pgsql-1.0.0 -PKGREVISION= 1 +DISTNAME= p1_pgsql-1.1.0 CATEGORIES= databases MASTER_SITES= ${MASTER_SITE_GITHUB:=processone/} MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://github.com/processone/pgsql/ +HOMEPAGE= http://github.com/processone/p1_pgsql/ COMMENT= Pure Erlang PostgreSQL driver LICENSE= erlang-public-license -GITHUB_PROJECT= pgsql -WRKSRC= ${WRKDIR}/${GITHUB_PROJECT}-${GITHUB_TAG} +GITHUB_PROJECT= p1_pgsql .include "../../lang/erlang/module.mk" .include "../../mk/bsd.pkg.mk" diff --git a/databases/erlang-p1_pgsql/distinfo b/databases/erlang-p1_pgsql/distinfo index 1fe12d978b853..fd2e0b368b23e 100644 --- a/databases/erlang-p1_pgsql/distinfo +++ b/databases/erlang-p1_pgsql/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2016/01/13 15:06:34 fhajny Exp $ +$NetBSD: distinfo,v 1.3 2016/04/22 13:42:12 fhajny Exp $ -SHA1 (p1_pgsql-1.0.0.tar.gz) = 7328c4290c56c9d866223ca71d9869818f6ad5f3 -RMD160 (p1_pgsql-1.0.0.tar.gz) = c954d5fe155846fbcfeab4fd17d7c0b9981aada9 -SHA512 (p1_pgsql-1.0.0.tar.gz) = b0eab49b864c021e54b3db50bc75fe024856c5f50e529757a798dae56fa48e6ef0cb678d89cdcfd6c95125d2c73fbdf5cdbaf06b8b78ee8b6029d779269d20ca -Size (p1_pgsql-1.0.0.tar.gz) = 15795 bytes +SHA1 (p1_pgsql-1.1.0.tar.gz) = f8daa1c87ecbb17d5b0028b2caaf6643b1de9dc1 +RMD160 (p1_pgsql-1.1.0.tar.gz) = 607b1c2cc7dded949046f635957a39ccb2af568d +SHA512 (p1_pgsql-1.1.0.tar.gz) = 0907d7aba238dfc561aea4b536aff198b7eb9f365cdd3e0a0f826201299cd146802629572862684b2b1b336341afd1778abe471056b09d14b21953a7c3cb4ba4 +Size (p1_pgsql-1.1.0.tar.gz) = 18634 bytes diff --git a/databases/erlang-sqlite3/Makefile b/databases/erlang-sqlite3/Makefile index 42f8e4a2aeced..f6729f5fa6e7e 100644 --- a/databases/erlang-sqlite3/Makefile +++ b/databases/erlang-sqlite3/Makefile @@ -1,22 +1,20 @@ -# $NetBSD: Makefile,v 1.4 2016/01/16 19:23:19 fhajny Exp $ +# $NetBSD: Makefile,v 1.6 2016/04/22 13:58:34 fhajny Exp $ DISTNAME= sqlite3-1.1.5 -PKGNAME= erlang-${DISTNAME}.20151221 -PKGREVISION= 1 +PKGNAME= erlang-${DISTNAME} CATEGORIES= databases -MASTER_SITES= ${MASTER_SITE_GITHUB:=alexeyr/} +MASTER_SITES= ${MASTER_SITE_GITHUB:=processone/} MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://github.com/alexeyr/erlang-sqlite3/ +HOMEPAGE= http://github.com/processone/erlang-sqlite3/ COMMENT= Sqlite gen_server port for Erlang LICENSE= erlang-public-license GITHUB_PROJECT= erlang-sqlite3 -GITHUB_TAG= cbc3505f7a131254265d3ef56191b2581b8cc172 -WRKSRC= ${WRKDIR}/${GITHUB_PROJECT}-${GITHUB_TAG} + +WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} MAKE_FILE= GNUmakefile -ERL_MOD_DIR= lib/erlang/lib/${DISTNAME} .include "../../databases/sqlite3/buildlink3.mk" .include "../../lang/erlang/module.mk" diff --git a/databases/erlang-sqlite3/distinfo b/databases/erlang-sqlite3/distinfo index 5ff43bc56ae25..a4346689c80d5 100644 --- a/databases/erlang-sqlite3/distinfo +++ b/databases/erlang-sqlite3/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.3 2016/01/16 18:53:43 fhajny Exp $ +$NetBSD: distinfo,v 1.4 2016/04/22 13:58:34 fhajny Exp $ -SHA1 (sqlite3-1.1.5-cbc3505f7a131254265d3ef56191b2581b8cc172.tar.gz) = efed9a76de224d91b64afa6568a714c264a193af -RMD160 (sqlite3-1.1.5-cbc3505f7a131254265d3ef56191b2581b8cc172.tar.gz) = 7230bd0592cf02a4ec9e3428728f5f7f017f91d8 -SHA512 (sqlite3-1.1.5-cbc3505f7a131254265d3ef56191b2581b8cc172.tar.gz) = d435d48526c7375a3f9f269fa332f030bfa7995ee5820f6a9ef2ce2d22ab5a534881786e8d0e0f8be8deb8f86483b252c1e25b870351240b85630d8895880649 -Size (sqlite3-1.1.5-cbc3505f7a131254265d3ef56191b2581b8cc172.tar.gz) = 1833408 bytes +SHA1 (sqlite3-1.1.5.tar.gz) = 346edafb0e111804541cffdb9439bd75412e1328 +RMD160 (sqlite3-1.1.5.tar.gz) = beb425e249c9019c39abb3d02ba1a49dc6ca1e46 +SHA512 (sqlite3-1.1.5.tar.gz) = 894f39ba0760d15c4adf396d277cc30414c28acbc62135395af6939f769cab9237e836d5c3dcb5250c41917bec3db577902c01dbad1d2600480b3647c3c61c30 +Size (sqlite3-1.1.5.tar.gz) = 1833901 bytes diff --git a/databases/geneweb/Makefile b/databases/geneweb/Makefile index 7c55c5a29de22..4e12e15d6f71a 100644 --- a/databases/geneweb/Makefile +++ b/databases/geneweb/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.42 2015/08/07 11:20:33 jaapb Exp $ +# $NetBSD: Makefile,v 1.43 2016/05/05 11:45:37 jaapb Exp $ # DISTNAME= geneweb-5.01 -PKGREVISION= 8 +PKGREVISION= 9 CATEGORIES= databases EXTRACT_SUFX= .tgz MASTER_SITES= ftp://ftp.inria.fr/INRIA/Projects/cristal/geneweb/Src/ \ diff --git a/databases/idzebra/Makefile b/databases/idzebra/Makefile index 27ac2df85024c..82e64673fb21d 100644 --- a/databases/idzebra/Makefile +++ b/databases/idzebra/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.21 2016/03/05 11:27:41 jperkin Exp $ +# $NetBSD: Makefile,v 1.22 2016/04/11 19:01:34 ryoon Exp $ # DISTNAME= idzebra-2.0.59 -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= databases MASTER_SITES= http://ftp.indexdata.dk/pub/zebra/ diff --git a/databases/idzebra/buildlink3.mk b/databases/idzebra/buildlink3.mk index 38f6888f672ad..d28f0884226b0 100644 --- a/databases/idzebra/buildlink3.mk +++ b/databases/idzebra/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.17 2016/03/05 11:27:41 jperkin Exp $ +# $NetBSD: buildlink3.mk,v 1.18 2016/04/11 19:01:34 ryoon Exp $ BUILDLINK_TREE+= idzebra @@ -6,7 +6,7 @@ BUILDLINK_TREE+= idzebra IDZEBRA_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.idzebra+= idzebra>=2.0.47 -BUILDLINK_ABI_DEPENDS.idzebra+= idzebra>=2.0.59nb4 +BUILDLINK_ABI_DEPENDS.idzebra+= idzebra>=2.0.59nb5 BUILDLINK_PKGSRCDIR.idzebra?= ../../databases/idzebra .include "../../archivers/bzip2/buildlink3.mk" diff --git a/databases/krecipes/Makefile b/databases/krecipes/Makefile index 25d1dd56f4d61..5d2d63bd95751 100644 --- a/databases/krecipes/Makefile +++ b/databases/krecipes/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.58 2016/03/05 11:28:11 jperkin Exp $ +# $NetBSD: Makefile,v 1.59 2016/04/11 19:01:45 ryoon Exp $ # DISTNAME= krecipes-1.0-beta1 PKGNAME= krecipes-1.0beta1 -PKGREVISION= 42 +PKGREVISION= 43 CATEGORIES= databases kde MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=krecipes/} diff --git a/databases/libdbi-driver-sqlite3/Makefile b/databases/libdbi-driver-sqlite3/Makefile index 05e2b083e737c..48ff4455feb1a 100644 --- a/databases/libdbi-driver-sqlite3/Makefile +++ b/databases/libdbi-driver-sqlite3/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.11 2015/10/10 01:58:02 ryoon Exp $ +# $NetBSD: Makefile,v 1.12 2016/04/11 19:01:45 ryoon Exp $ # .include "../../databases/libdbi-driver-sqlite3/Makefile_drivers" -PKGREVISION= 9 +PKGREVISION= 10 LICENSE= gnu-lgpl-v2 DRIVER= sqlite3 diff --git a/databases/libzdb/Makefile b/databases/libzdb/Makefile index 01dc93ab2f660..4dea7d9e9f40e 100644 --- a/databases/libzdb/Makefile +++ b/databases/libzdb/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2016/03/05 11:27:41 jperkin Exp $ +# $NetBSD: Makefile,v 1.5 2016/04/11 19:01:34 ryoon Exp $ DISTNAME= libzdb-3.1 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= databases MASTER_SITES= http://www.tildeslash.com/libzdb/dist/ diff --git a/databases/libzdb/buildlink3.mk b/databases/libzdb/buildlink3.mk index 428d4c11c8e53..16d9bf40ac2dd 100644 --- a/databases/libzdb/buildlink3.mk +++ b/databases/libzdb/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.2 2016/03/05 11:27:41 jperkin Exp $ +# $NetBSD: buildlink3.mk,v 1.3 2016/04/11 19:01:34 ryoon Exp $ BUILDLINK_TREE+= libzdb @@ -6,7 +6,7 @@ BUILDLINK_TREE+= libzdb LIBZDB_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.libzdb+= libzdb>=2.6 -BUILDLINK_ABI_DEPENDS.libzdb?= libzdb>=3.1nb2 +BUILDLINK_ABI_DEPENDS.libzdb?= libzdb>=3.1nb3 BUILDLINK_PKGSRCDIR.libzdb?= ../../databases/libzdb pkgbase := libzdb diff --git a/databases/lua-sqlite3/Makefile b/databases/lua-sqlite3/Makefile index 50c77b623e82e..6ed73f3c37085 100644 --- a/databases/lua-sqlite3/Makefile +++ b/databases/lua-sqlite3/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.9 2015/10/10 01:58:02 ryoon Exp $ +# $NetBSD: Makefile,v 1.10 2016/04/11 19:01:45 ryoon Exp $ DISTNAME= lua-sqlite3-0.4.1 PKGNAME= ${LUA_PKGPREFIX}-sqlite3-0.4.1 -PKGREVISION= 7 +PKGREVISION= 8 CATEGORIES= databases MASTER_SITES= http://www.mroth.net/lua-sqlite3/ EXTRACT_SUFX= .tar.bz2 diff --git a/databases/mongo-c-driver/Makefile b/databases/mongo-c-driver/Makefile index da4508c3fb3bc..7e44984ef41ef 100644 --- a/databases/mongo-c-driver/Makefile +++ b/databases/mongo-c-driver/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.16 2016/03/05 11:27:42 jperkin Exp $ +# $NetBSD: Makefile,v 1.17 2016/04/05 12:44:47 fhajny Exp $ -DISTNAME= mongo-c-driver-1.3.3 -PKGREVISION= 1 +DISTNAME= mongo-c-driver-1.3.5 CATEGORIES= databases MASTER_SITES= ${MASTER_SITE_GITHUB:=mongodb/} @@ -33,6 +32,6 @@ post-install: ${INSTALL_MAN} ${WRKSRC}/doc/man/mongoc*.3 \ ${DESTDIR}${PREFIX}/${PKGMANDIR}/man3 -BUILDLINK_API_DEPENDS.libbson+= libbson>=1.3.3 +BUILDLINK_API_DEPENDS.libbson+= libbson>=1.3.5 .include "../../devel/libbson/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/databases/mongo-c-driver/distinfo b/databases/mongo-c-driver/distinfo index 7d3b791961f8f..5812949553e4c 100644 --- a/databases/mongo-c-driver/distinfo +++ b/databases/mongo-c-driver/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.16 2016/02/16 15:26:30 fhajny Exp $ +$NetBSD: distinfo,v 1.17 2016/04/05 12:44:47 fhajny Exp $ -SHA1 (mongo-c-driver-1.3.3.tar.gz) = a885144f97532e20ced1999249d5001f6de66b44 -RMD160 (mongo-c-driver-1.3.3.tar.gz) = b90d53d95931dd84495a9122ec29f80cbe27b7aa -SHA512 (mongo-c-driver-1.3.3.tar.gz) = 6c4a86ed441e4a1676f40e75853e2d03f4e30c3b3778b3a5ab3d1b772d2bb0f23709eec98389b4f75af416d81d20c84cdcea285884461081c6f1055f81c836ee -Size (mongo-c-driver-1.3.3.tar.gz) = 5717221 bytes +SHA1 (mongo-c-driver-1.3.5.tar.gz) = 1730d9fa7ebfaf5c8a34267b61c9012f88b5c3a7 +RMD160 (mongo-c-driver-1.3.5.tar.gz) = efba24528a0b929a6a4695c277d09d5e52045788 +SHA512 (mongo-c-driver-1.3.5.tar.gz) = 23844ffe20580998308aa9c8409afcb87dccde874077eefc6806b705e5de5743846ba0513f3a3fe83147fc47842ab8c7438ad1de5f3f55b81586b9e19046aabf +Size (mongo-c-driver-1.3.5.tar.gz) = 5860804 bytes diff --git a/databases/mongo-tools/Makefile b/databases/mongo-tools/Makefile index e3790d09f996b..3a0b83a54574a 100644 --- a/databases/mongo-tools/Makefile +++ b/databases/mongo-tools/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.4 2016/03/05 11:28:11 jperkin Exp $ +# $NetBSD: Makefile,v 1.5 2016/03/13 21:05:34 fhajny Exp $ -DISTNAME= mongo-tools-3.0.7 -PKGREVISION= 3 +DISTNAME= mongo-tools-3.2.4 CATEGORIES= databases MASTER_SITES= ${MASTER_SITE_GITHUB:=mongodb/} diff --git a/databases/mongo-tools/distinfo b/databases/mongo-tools/distinfo index 94965f7f510f1..252cc102ad27b 100644 --- a/databases/mongo-tools/distinfo +++ b/databases/mongo-tools/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.3 2015/11/04 17:41:15 agc Exp $ +$NetBSD: distinfo,v 1.4 2016/03/13 21:05:34 fhajny Exp $ -SHA1 (mongo-tools-3.0.7.tar.gz) = 26d1838286826d0e6022f8f51e2be541887d91ac -RMD160 (mongo-tools-3.0.7.tar.gz) = b7ca05ae1f66bf8d1152eada1c673f99f5f5cdc3 -SHA512 (mongo-tools-3.0.7.tar.gz) = ff410f25a42e76f55716e6e478564aaeefd3999cf0e9db718969877709974d099c479690e81d6f639c27b0a4d9b59d193c43f1c31dc027b594f1fef33129cb5a -Size (mongo-tools-3.0.7.tar.gz) = 2183495 bytes +SHA1 (mongo-tools-3.2.4.tar.gz) = 75b9646509ac8a2a045d5a9f42735e333f5ecf70 +RMD160 (mongo-tools-3.2.4.tar.gz) = 26bdb86c83723937879beb3822a8b42191f274ee +SHA512 (mongo-tools-3.2.4.tar.gz) = d34ad87bb2a53c9df0124c26a4c200236aa889c7a5bd09a3b535acd4b18c5757018e78813fa04b48b359004eb9097853b49fd359617e71f66e41ef71da01c222 +Size (mongo-tools-3.2.4.tar.gz) = 2229852 bytes SHA1 (patch-vendor_src_github.com_howeyc_gopass_bsd.go) = 13efab29de38877ef9948439edc23d57ca41e48d SHA1 (patch-vendor_src_github.com_spacemonkeygo_openssl_build.go) = fa1dd7b8e6d4811298e52d11fa5c198db0cb0f50 SHA1 (patch-vendor_src_gopkg.in_mgo.v2_internal_sasl_sasl.go) = b860646c4125001d2c025005bc2d63cf12d10a68 diff --git a/databases/mongodb/Makefile b/databases/mongodb/Makefile index 0d6c726091935..3b84bf73a3d54 100644 --- a/databases/mongodb/Makefile +++ b/databases/mongodb/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.12 2016/03/05 11:28:11 jperkin Exp $ +# $NetBSD: Makefile,v 1.13 2016/03/13 20:50:53 fhajny Exp $ -DISTNAME= mongodb-src-r3.2.3 +DISTNAME= mongodb-src-r3.2.4 PKGNAME= ${DISTNAME:S/src-r//:S/-rc/rc/} -PKGREVISION= 1 CATEGORIES= databases MASTER_SITES= http://fastdl.mongodb.org/src/ diff --git a/databases/mongodb/distinfo b/databases/mongodb/distinfo index c11bbb2887301..d10cd80e65e44 100644 --- a/databases/mongodb/distinfo +++ b/databases/mongodb/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.12 2016/02/22 11:35:34 fhajny Exp $ +$NetBSD: distinfo,v 1.13 2016/03/13 20:50:53 fhajny Exp $ -SHA1 (mongodb-src-r3.2.3.tar.gz) = 8b2df29dd596078a87a109276a64d8ba3deb270b -RMD160 (mongodb-src-r3.2.3.tar.gz) = d67e7100b477c51a1317312d6fd938ccfeebed14 -SHA512 (mongodb-src-r3.2.3.tar.gz) = 43b652da8fb461c36be1566965985aed036d53a8f4ed2a5f4a67e08571697c4030eb682a2a14ebc41991757d7083a268c5161b536d20dc1b3de13dac8df1da53 -Size (mongodb-src-r3.2.3.tar.gz) = 29607224 bytes +SHA1 (mongodb-src-r3.2.4.tar.gz) = c97aab8e2fcb10adfd61be1c56350e6f4c13d685 +RMD160 (mongodb-src-r3.2.4.tar.gz) = d27f29b5fce9bb559a0cf84feddabd367515d44e +SHA512 (mongodb-src-r3.2.4.tar.gz) = fb7b3ea3c704cde023ec540f4a142d3beba217f33e8c30da04318e365c5d52cbfa00b98824c53485b5f8918a83095c9b26db43861d80029e8e924e66dd8ea694 +Size (mongodb-src-r3.2.4.tar.gz) = 29647777 bytes SHA1 (patch-SConstruct) = d872e234effef5275201b46d506bc45a7ad12862 SHA1 (patch-debian_mongod.conf) = d4146b3d62b4472d55609c7f6aaa596f8f893d1f SHA1 (patch-src_mongo_base_initializer.h) = add32c5940c922a98122d0e6883eb3ad52dc25c5 diff --git a/databases/mysql-workbench/Makefile b/databases/mysql-workbench/Makefile index df9a60291cf7f..28666a8ef9c45 100644 --- a/databases/mysql-workbench/Makefile +++ b/databases/mysql-workbench/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.49 2016/03/05 11:28:11 jperkin Exp $ +# $NetBSD: Makefile,v 1.50 2016/04/11 19:01:45 ryoon Exp $ DISTNAME= mysql-workbench-gpl-5.2.33b-src PKGNAME= ${DISTNAME:S/-gpl//:S/b-src$//} -PKGREVISION= 42 +PKGREVISION= 43 CATEGORIES= databases MASTER_SITES= ${MASTER_SITE_MYSQL:=MySQLGUITools/} diff --git a/databases/mysql55-client/Makefile b/databases/mysql55-client/Makefile index cd473bba0f27e..2506e1a67856e 100644 --- a/databases/mysql55-client/Makefile +++ b/databases/mysql55-client/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.24 2016/03/05 11:27:42 jperkin Exp $ +# $NetBSD: Makefile,v 1.25 2016/04/18 10:01:15 adam Exp $ PKGNAME= ${DISTNAME:S/-/-client-/} -PKGREVISION= 1 COMMENT= MySQL 5, a free SQL database (client) CONFLICTS= mysql3-client-[0-9]* diff --git a/databases/mysql55-client/Makefile.common b/databases/mysql55-client/Makefile.common index 5298384920af8..58ebf9b80246d 100644 --- a/databases/mysql55-client/Makefile.common +++ b/databases/mysql55-client/Makefile.common @@ -1,9 +1,9 @@ -# $NetBSD: Makefile.common,v 1.50 2016/02/27 13:41:53 adam Exp $ +# $NetBSD: Makefile.common,v 1.51 2016/04/18 10:01:15 adam Exp $ # # used by databases/mysql55-client/Makefile # used by databases/mysql55-server/Makefile -DISTNAME= mysql-5.5.48 +DISTNAME= mysql-5.5.49 CATEGORIES= databases MASTER_SITES= ${MASTER_SITE_MYSQL:=MySQL-5.5/} diff --git a/databases/mysql55-client/distinfo b/databases/mysql55-client/distinfo index e65876b454ed9..aac8c496e8fc6 100644 --- a/databases/mysql55-client/distinfo +++ b/databases/mysql55-client/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.48 2016/02/27 13:41:53 adam Exp $ +$NetBSD: distinfo,v 1.49 2016/04/18 10:01:15 adam Exp $ -SHA1 (mysql-5.5.48.tar.gz) = ddda6ef8b53b417e715b317ccce40b3234d4789b -RMD160 (mysql-5.5.48.tar.gz) = 3d9a0c217139ca2a6f4872e645de1e212fafecc7 -SHA512 (mysql-5.5.48.tar.gz) = ac13cdfd89dea70f9ffb443affd5b9abf9984c5ea126b58d7833568e985478a667b73b1c9a4c8c80d80ce8da53168ee720191829ed035cff3f9482f58b5510e4 -Size (mysql-5.5.48.tar.gz) = 21201193 bytes +SHA1 (mysql-5.5.49.tar.gz) = 74c8ff9e939f81c54fdb932d185548d1f18520d2 +RMD160 (mysql-5.5.49.tar.gz) = f67ad178f6d99b31f5c0d10f4847dab2de1dc0b4 +SHA512 (mysql-5.5.49.tar.gz) = 2c4db3003718cf0c8b02986e7daff00653cf1cba57cdc6b157189050f1d4c41c04c4c43f81e4121a9730b1d28e27af81651bc9dc379fa2e049f49bab7dee1fab +Size (mysql-5.5.49.tar.gz) = 21202609 bytes SHA1 (sphinx-2.2.10-release.tar.gz) = 0f2372dd41df2848ea06c6076a86af6f0f66a071 RMD160 (sphinx-2.2.10-release.tar.gz) = 2712e8ce85609e78c53bd2d9fba877f1e630d5f2 SHA512 (sphinx-2.2.10-release.tar.gz) = 07683f64df730368563e11a7d2939b521837c9a04944ab7d6d09732ab06e451b674169eca4f85db2aae41d883bd16fb4d17b9265912fea9691d07d407d7212d8 diff --git a/databases/mysql55-server/Makefile b/databases/mysql55-server/Makefile index 4d4cbede2c418..49af6f9cca1ec 100644 --- a/databases/mysql55-server/Makefile +++ b/databases/mysql55-server/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.30 2016/03/05 11:28:12 jperkin Exp $ +# $NetBSD: Makefile,v 1.31 2016/04/18 10:01:16 adam Exp $ PKGNAME= ${DISTNAME:S/-/-server-/} -PKGREVISION= 1 COMMENT= MySQL 5, a free SQL database (server) CONFLICTS= mysql3-server-[0-9]* diff --git a/databases/mysql55-server/PLIST b/databases/mysql55-server/PLIST index cac39e90f8a2c..19a3eb476c96e 100644 --- a/databases/mysql55-server/PLIST +++ b/databases/mysql55-server/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.40 2016/02/27 13:41:53 adam Exp $ +@comment $NetBSD: PLIST,v 1.41 2016/04/18 10:01:16 adam Exp $ bin/innochecksum bin/my_print_defaults bin/myisam_ftdump @@ -1225,6 +1225,8 @@ share/mysql/test/r/ssl_and_innodb.result share/mysql/test/r/ssl_cipher.result share/mysql/test/r/ssl_compress.result share/mysql/test/r/ssl_connect.result +share/mysql/test/r/ssl_mode.result +share/mysql/test/r/ssl_mode_no_ssl.result share/mysql/test/r/status.result share/mysql/test/r/status2.result share/mysql/test/r/status_bug17954.result @@ -6239,6 +6241,9 @@ share/mysql/test/t/ssl_cipher-master.opt share/mysql/test/t/ssl_cipher.test share/mysql/test/t/ssl_compress.test share/mysql/test/t/ssl_connect.test +share/mysql/test/t/ssl_mode.test +share/mysql/test/t/ssl_mode_no_ssl-master.opt +share/mysql/test/t/ssl_mode_no_ssl.test share/mysql/test/t/status-master.opt share/mysql/test/t/status.test share/mysql/test/t/status2.test diff --git a/databases/mysql56-client/Makefile b/databases/mysql56-client/Makefile index 7e8977724800a..84efc7f13a1f0 100644 --- a/databases/mysql56-client/Makefile +++ b/databases/mysql56-client/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.19 2016/03/05 11:27:43 jperkin Exp $ +# $NetBSD: Makefile,v 1.20 2016/04/18 10:32:47 adam Exp $ PKGNAME= ${DISTNAME:S/-/-client-/} -PKGREVISION= 1 COMMENT= MySQL 5, a free SQL database (client) CONFLICTS= mysql3-client-[0-9]* diff --git a/databases/mysql56-client/Makefile.common b/databases/mysql56-client/Makefile.common index c68e01a2d9fa6..5e921b3c01d48 100644 --- a/databases/mysql56-client/Makefile.common +++ b/databases/mysql56-client/Makefile.common @@ -1,9 +1,9 @@ -# $NetBSD: Makefile.common,v 1.31 2016/02/28 08:58:03 adam Exp $ +# $NetBSD: Makefile.common,v 1.32 2016/04/18 10:32:47 adam Exp $ # # used by databases/mysql56-client/Makefile # used by databases/mysql56-server/Makefile -DISTNAME= mysql-5.6.29 +DISTNAME= mysql-5.6.30 CATEGORIES= databases MASTER_SITES= ${MASTER_SITE_MYSQL:=MySQL-5.6/} diff --git a/databases/mysql56-client/distinfo b/databases/mysql56-client/distinfo index aec1b18926875..6778cd6cae72a 100644 --- a/databases/mysql56-client/distinfo +++ b/databases/mysql56-client/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.31 2016/02/28 08:58:03 adam Exp $ +$NetBSD: distinfo,v 1.32 2016/04/18 10:32:47 adam Exp $ -SHA1 (mysql-5.6.29.tar.gz) = b27106fc2f3cd08b472b8d8b23936f4fabb82e69 -RMD160 (mysql-5.6.29.tar.gz) = 7414ce97ea334c894711bc37063b733dde9d86d5 -SHA512 (mysql-5.6.29.tar.gz) = d0efb3a03274639e3e585d8af338f8907094643dfeeee457de99d5cd7feabb6d69a8b884ccf9625b10df7531a76bc36df25a3e8713dcb657b578fac991ade8c5 -Size (mysql-5.6.29.tar.gz) = 32220131 bytes +SHA1 (mysql-5.6.30.tar.gz) = 85d2370bce02b903e8f93964fa5f93c2f068bcaf +RMD160 (mysql-5.6.30.tar.gz) = e30068c45263a018da6e948512fae66ac970f14a +SHA512 (mysql-5.6.30.tar.gz) = b9f5b22a0557fbdd765fd3c379395584dd35bbec2d7504eb132f734129c0d95d24dc538c9b64524870bbecb92fa2f1e95b49ccfe22531ed17ec1e754f08d491b +Size (mysql-5.6.30.tar.gz) = 32223818 bytes SHA1 (sphinx-2.2.10-release.tar.gz) = 0f2372dd41df2848ea06c6076a86af6f0f66a071 RMD160 (sphinx-2.2.10-release.tar.gz) = 2712e8ce85609e78c53bd2d9fba877f1e630d5f2 SHA512 (sphinx-2.2.10-release.tar.gz) = 07683f64df730368563e11a7d2939b521837c9a04944ab7d6d09732ab06e451b674169eca4f85db2aae41d883bd16fb4d17b9265912fea9691d07d407d7212d8 diff --git a/databases/mysql56-server/Makefile b/databases/mysql56-server/Makefile index 7b55476e8acfc..bc0a8b4f5e260 100644 --- a/databases/mysql56-server/Makefile +++ b/databases/mysql56-server/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.27 2016/03/05 11:28:12 jperkin Exp $ +# $NetBSD: Makefile,v 1.28 2016/04/18 10:32:47 adam Exp $ PKGNAME= ${DISTNAME:S/-/-server-/} -PKGREVISION= 1 COMMENT= MySQL 5, a free SQL database (server) CONFLICTS= mysql3-server-[0-9]* diff --git a/databases/mysql56-server/PLIST b/databases/mysql56-server/PLIST index 9b1a424b9be0b..cdefa81f3ad7b 100644 --- a/databases/mysql56-server/PLIST +++ b/databases/mysql56-server/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.22 2016/02/28 08:58:03 adam Exp $ +@comment $NetBSD: PLIST,v 1.23 2016/04/18 10:32:47 adam Exp $ bin/innochecksum bin/my_print_defaults bin/myisam_ftdump @@ -1557,6 +1557,8 @@ share/mysql/test/r/ssl_crl_clients-valid.result share/mysql/test/r/ssl_crl_clients.result share/mysql/test/r/ssl_crl_clients_valid.result share/mysql/test/r/ssl_crl_crlpath.result +share/mysql/test/r/ssl_mode.result +share/mysql/test/r/ssl_mode_no_ssl.result share/mysql/test/r/status.result share/mysql/test/r/status2.result share/mysql/test/r/status_bug17954.result @@ -3458,6 +3460,7 @@ share/mysql/test/suite/innodb/r/blob-update-debug.result share/mysql/test/suite/innodb/r/blob_redo.result share/mysql/test/suite/innodb/r/checksum.result share/mysql/test/suite/innodb/r/create-index.result +share/mysql/test/suite/innodb/r/create_isl_with_direct.result share/mysql/test/suite/innodb/r/dropdb.result share/mysql/test/suite/innodb/r/foreign_key.result share/mysql/test/suite/innodb/r/import.result @@ -3594,6 +3597,7 @@ share/mysql/test/suite/innodb/r/innodb_bug70867.result share/mysql/test/suite/innodb/r/innodb_corrupt_bit.result share/mysql/test/suite/innodb/r/innodb_ctype_ldml.result share/mysql/test/suite/innodb/r/innodb_file_format.result +share/mysql/test/suite/innodb/r/innodb_file_limit_check.result share/mysql/test/suite/innodb/r/innodb_force_recovery.result share/mysql/test/suite/innodb/r/innodb_gis.result share/mysql/test/suite/innodb/r/innodb_i_s_innodb_locks.result @@ -3647,6 +3651,8 @@ share/mysql/test/suite/innodb/t/blob_redo-master.opt share/mysql/test/suite/innodb/t/blob_redo.test share/mysql/test/suite/innodb/t/checksum.test share/mysql/test/suite/innodb/t/create-index.test +share/mysql/test/suite/innodb/t/create_isl_with_direct-master.opt +share/mysql/test/suite/innodb/t/create_isl_with_direct.test share/mysql/test/suite/innodb/t/disabled.def share/mysql/test/suite/innodb/t/dropdb.test share/mysql/test/suite/innodb/t/foreign_key.test @@ -3811,6 +3817,8 @@ share/mysql/test/suite/innodb/t/innodb_ctype_ldml-master.opt share/mysql/test/suite/innodb/t/innodb_ctype_ldml.test share/mysql/test/suite/innodb/t/innodb_file_format-master.opt share/mysql/test/suite/innodb/t/innodb_file_format.test +share/mysql/test/suite/innodb/t/innodb_file_limit_check-master.opt +share/mysql/test/suite/innodb/t/innodb_file_limit_check.test share/mysql/test/suite/innodb/t/innodb_force_recovery.test share/mysql/test/suite/innodb/t/innodb_gis.test share/mysql/test/suite/innodb/t/innodb_i_s_innodb_locks.test @@ -3898,6 +3906,8 @@ share/mysql/test/suite/innodb_fts/r/innodb_fts_stopword_charset.result share/mysql/test/suite/innodb_fts/r/innodb_fts_transaction.result share/mysql/test/suite/innodb_fts/r/phrase.result share/mysql/test/suite/innodb_fts/r/subexpr.result +share/mysql/test/suite/innodb_fts/r/sync.result +share/mysql/test/suite/innodb_fts/r/sync_block.result share/mysql/test/suite/innodb_fts/t/disabled.def share/mysql/test/suite/innodb_fts/t/fts_compatibility.test share/mysql/test/suite/innodb_fts/t/fts_compatibility_win.test @@ -3933,6 +3943,8 @@ share/mysql/test/suite/innodb_fts/t/innodb_fts_stopword_charset.test share/mysql/test/suite/innodb_fts/t/innodb_fts_transaction.test share/mysql/test/suite/innodb_fts/t/phrase.test share/mysql/test/suite/innodb_fts/t/subexpr.test +share/mysql/test/suite/innodb_fts/t/sync.test +share/mysql/test/suite/innodb_fts/t/sync_block.test share/mysql/test/suite/innodb_stress/include/innodb_stress.inc share/mysql/test/suite/innodb_stress/r/innodb_bigstress.result share/mysql/test/suite/innodb_stress/r/innodb_bigstress_blob.result @@ -5762,6 +5774,7 @@ share/mysql/test/suite/perfschema/r/table_lock_aggregate_thread_2u_2t.result share/mysql/test/suite/perfschema/r/table_lock_aggregate_thread_2u_3t.result share/mysql/test/suite/perfschema/r/table_lock_aggregate_thread_4u_2t.result share/mysql/test/suite/perfschema/r/table_lock_aggregate_thread_4u_3t.result +share/mysql/test/suite/perfschema/r/table_name.result share/mysql/test/suite/perfschema/r/table_schema.result share/mysql/test/suite/perfschema/r/tampered_perfschema_table1.result share/mysql/test/suite/perfschema/r/temp_table_io.result @@ -6179,6 +6192,7 @@ share/mysql/test/suite/perfschema/t/table_lock_aggregate_thread_2u_2t.test share/mysql/test/suite/perfschema/t/table_lock_aggregate_thread_2u_3t.test share/mysql/test/suite/perfschema/t/table_lock_aggregate_thread_4u_2t.test share/mysql/test/suite/perfschema/t/table_lock_aggregate_thread_4u_3t.test +share/mysql/test/suite/perfschema/t/table_name.test share/mysql/test/suite/perfschema/t/table_schema.test share/mysql/test/suite/perfschema/t/tampered_perfschema_table1-master.opt share/mysql/test/suite/perfschema/t/tampered_perfschema_table1.test @@ -6255,6 +6269,7 @@ share/mysql/test/suite/rpl/r/rpl_avoid_temporal_upgrade.result share/mysql/test/suite/rpl/r/rpl_begin_commit_rollback.result share/mysql/test/suite/rpl/r/rpl_binlog_corruption.result share/mysql/test/suite/rpl/r/rpl_binlog_errors.result +share/mysql/test/suite/rpl/r/rpl_binlog_failed_drop_table.result share/mysql/test/suite/rpl/r/rpl_binlog_gcommit_options.result share/mysql/test/suite/rpl/r/rpl_binlog_grant.result share/mysql/test/suite/rpl/r/rpl_binlog_index.result @@ -6671,6 +6686,7 @@ share/mysql/test/suite/rpl/r/rpl_stm_until.result share/mysql/test/suite/rpl/r/rpl_stm_until_pos_middle_gtid.result share/mysql/test/suite/rpl/r/rpl_stm_user_variables.result share/mysql/test/suite/rpl/r/rpl_stop_slave.result +share/mysql/test/suite/rpl/r/rpl_stop_slave_threads_error.result share/mysql/test/suite/rpl/r/rpl_switch_stm_row_mixed.result share/mysql/test/suite/rpl/r/rpl_sync.result share/mysql/test/suite/rpl/r/rpl_temp_table.result @@ -6729,6 +6745,8 @@ share/mysql/test/suite/rpl/t/rpl_begin_commit_rollback.test share/mysql/test/suite/rpl/t/rpl_binlog_corruption.test share/mysql/test/suite/rpl/t/rpl_binlog_errors-master.opt share/mysql/test/suite/rpl/t/rpl_binlog_errors.test +share/mysql/test/suite/rpl/t/rpl_binlog_failed_drop_table-slave.opt +share/mysql/test/suite/rpl/t/rpl_binlog_failed_drop_table.test share/mysql/test/suite/rpl/t/rpl_binlog_gcommit_options-master.opt share/mysql/test/suite/rpl/t/rpl_binlog_gcommit_options.test share/mysql/test/suite/rpl/t/rpl_binlog_grant.test @@ -7073,6 +7091,7 @@ share/mysql/test/suite/rpl/t/rpl_parallel_switch_sequential-slave.opt share/mysql/test/suite/rpl/t/rpl_parallel_switch_sequential.test share/mysql/test/suite/rpl/t/rpl_parallel_temp_query-slave.opt share/mysql/test/suite/rpl/t/rpl_parallel_temp_query.test +share/mysql/test/suite/rpl/t/rpl_parallel_worker_error-slave.opt share/mysql/test/suite/rpl/t/rpl_parallel_worker_error.test share/mysql/test/suite/rpl/t/rpl_partition_archive.test share/mysql/test/suite/rpl/t/rpl_partition_innodb-master.opt @@ -7375,6 +7394,8 @@ share/mysql/test/suite/rpl/t/rpl_stm_until.test share/mysql/test/suite/rpl/t/rpl_stm_until_pos_middle_gtid.test share/mysql/test/suite/rpl/t/rpl_stm_user_variables.test share/mysql/test/suite/rpl/t/rpl_stop_slave.test +share/mysql/test/suite/rpl/t/rpl_stop_slave_threads_error-slave.opt +share/mysql/test/suite/rpl/t/rpl_stop_slave_threads_error.test share/mysql/test/suite/rpl/t/rpl_switch_stm_row_mixed-master.opt share/mysql/test/suite/rpl/t/rpl_switch_stm_row_mixed.test share/mysql/test/suite/rpl/t/rpl_sync-master.opt @@ -9584,6 +9605,9 @@ share/mysql/test/t/ssl_crl_clients_valid-master.opt share/mysql/test/t/ssl_crl_clients_valid.test share/mysql/test/t/ssl_crl_crlpath-master.opt share/mysql/test/t/ssl_crl_crlpath.test +share/mysql/test/t/ssl_mode.test +share/mysql/test/t/ssl_mode_no_ssl-master.opt +share/mysql/test/t/ssl_mode_no_ssl.test share/mysql/test/t/status-master.opt share/mysql/test/t/status.test share/mysql/test/t/status2.test diff --git a/databases/nss_ldap/Makefile b/databases/nss_ldap/Makefile index 601cc4cc644a8..50addbebbb968 100644 --- a/databases/nss_ldap/Makefile +++ b/databases/nss_ldap/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.30 2016/03/05 11:28:12 jperkin Exp $ +# $NetBSD: Makefile,v 1.31 2016/04/22 15:04:24 manu Exp $ DISTNAME= nss_ldap-265 -PKGREVISION= 6 +PKGREVISION= 7 CATEGORIES= databases MASTER_SITES= http://www.padl.com/download/ diff --git a/databases/nss_ldap/distinfo b/databases/nss_ldap/distinfo index 75b64f772b217..808e8f2203606 100644 --- a/databases/nss_ldap/distinfo +++ b/databases/nss_ldap/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.9 2015/11/03 01:56:15 agc Exp $ +$NetBSD: distinfo,v 1.10 2016/04/22 15:04:24 manu Exp $ SHA1 (nss_ldap-265.tar.gz) = 743581914fc8c9b4d33955c2cc7acd0c3c44a430 RMD160 (nss_ldap-265.tar.gz) = 0513f1b62aface531145f739ec8e9867c77eb3ce @@ -7,5 +7,6 @@ Size (nss_ldap-265.tar.gz) = 280976 bytes SHA1 (patch-ab) = 418fca750b9b6f40dd3a904af84fababf8c55022 SHA1 (patch-af) = 7a09ee93a903dc7df256a50d9e904b74e6e5747f SHA1 (patch-ag) = 4fa04f6b577b7c5a6977403dae3e91a3faab4152 +SHA1 (patch-configure.in) = 45d86bcaae5ca27ad1ab5a8816720c40982f85c4 SHA1 (patch-ldap-ethers.c) = 0e4e27e4f03e7e8a821aaddabb91c443f5d1db22 SHA1 (patch-ldap-pwd.c) = 5d4720aaa88e2e7b46d1c1cde9648466b82598e1 diff --git a/databases/nss_ldap/patches/patch-configure.in b/databases/nss_ldap/patches/patch-configure.in new file mode 100644 index 0000000000000..0b02ceb7b7a49 --- /dev/null +++ b/databases/nss_ldap/patches/patch-configure.in @@ -0,0 +1,49 @@ +$NetBSD: patch-configure.in,v 1.1 2016/04/22 15:04:24 manu Exp $ + +Fix excessive library dependencies + +Make sure we only link with kerberos llibraries if kerberos features +are enabled. Otherwise we produce a binaruy that requires unused +libraries, which is a liability when we try to use it on a system +where they are not installed. + +Submitted upstream as https://github.com/PADL/nss_ldap/pull/4 + +--- configure.in.orig 2016-04-20 18:26:12.000000000 +0000 ++++ configure.in 2016-04-21 04:11:19.000000000 +0000 +@@ -288,20 +288,24 @@ + + AC_CHECK_LIB(dl, dlopen,[LIBS="-ldl $LIBS"],,$LIBS) + dnl AC_CHECK_LIB(db, main,[LIBS="-ldb $LIBS"],,$LIBS) + +-AC_CHECK_LIB(gssapi, gss_krb5_ccache_name,[LIBS="-lgssapi $LIBS" found_gssapi_lib=yes],,$LIBS) +-if test -z "$found_gssapi_lib"; then +- AC_CHECK_LIB(gssapi_krb5, gss_krb5_ccache_name,[LIBS="-lgssapi_krb5 $LIBS"],,$LIBS) ++if test "x$enable_configurable_krb5_ccname_env" = "xyes" -o \ ++ "x$enable_configurable_krb5_ccname_gssapi" = "xyes" -o \ ++ "x$enable_configurable_krb5_keytab" = "xyes" ; then ++ AC_CHECK_LIB(gssapi, gss_krb5_ccache_name,[LIBS="-lgssapi $LIBS" found_gssapi_lib=yes],,$LIBS) ++ if test -z "$found_gssapi_lib"; then ++ AC_CHECK_LIB(gssapi_krb5, gss_krb5_ccache_name,[LIBS="-lgssapi_krb5 $LIBS"],,$LIBS) ++ fi ++ ++ dnl Following checks probably not strictly necessary. ++ dnl AC_CHECK_LIB(crypto, main,[LIBS="-lcrypto $LIBS"],,$LIBS) ++ dnl AC_CHECK_LIB(ssl, main,[LIBS="-lssl $LIBS"],,$LIBS) ++ AC_CHECK_LIB(com_err, main,[LIBS="-lcom_err $LIBS"],,$LIBS) ++ dnl AC_CHECK_LIB(k5crypto, main,[LIBS="-lk5crypto $LIBS"],,$LIBS) ++ AC_CHECK_LIB(krb5, main,[LIBS="-lkrb5 $LIBS"],,$LIBS) ++ dnl AC_CHECK_LIB(krb4, main,[LIBS="-lkrb4 $LIBS"],,$LIBS) + fi +- +-dnl Following checks probably not strictly necessary. +-dnl AC_CHECK_LIB(crypto, main,[LIBS="-lcrypto $LIBS"],,$LIBS) +-dnl AC_CHECK_LIB(ssl, main,[LIBS="-lssl $LIBS"],,$LIBS) +-AC_CHECK_LIB(com_err, main,[LIBS="-lcom_err $LIBS"],,$LIBS) +-dnl AC_CHECK_LIB(k5crypto, main,[LIBS="-lk5crypto $LIBS"],,$LIBS) +-AC_CHECK_LIB(krb5, main,[LIBS="-lkrb5 $LIBS"],,$LIBS) +-dnl AC_CHECK_LIB(krb4, main,[LIBS="-lkrb4 $LIBS"],,$LIBS) + AC_CHECK_LIB(sasl2, sasl_client_init) + + if test -z "$found_ldap_lib" -a \( $with_ldap_lib = auto -o $with_ldap_lib = umich -o $with_ldap_lib = openldap \); then + AC_CHECK_LIB(lber, main) diff --git a/databases/ocaml-dbm/Makefile b/databases/ocaml-dbm/Makefile index 359cf2845d96a..b2ddf4f51bd56 100644 --- a/databases/ocaml-dbm/Makefile +++ b/databases/ocaml-dbm/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.9 2015/08/07 11:20:32 jaapb Exp $ +# $NetBSD: Makefile,v 1.10 2016/05/05 11:45:36 jaapb Exp $ # PKGNAME= ocaml-dbm-${VERSION} DISTNAME= camldbm-${VERSION} VERSION= 1.0 -PKGREVISION= 7 +PKGREVISION= 8 CATEGORIES= databases MASTER_SITES= http://forge.ocamlcore.org/frs/download.php/728/ EXTRACT_SUFX= .tgz diff --git a/databases/ocaml-dbm/buildlink3.mk b/databases/ocaml-dbm/buildlink3.mk index 8ce50f4acbd6b..792e3a1bd0561 100644 --- a/databases/ocaml-dbm/buildlink3.mk +++ b/databases/ocaml-dbm/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.6 2015/08/07 11:20:32 jaapb Exp $ +# $NetBSD: buildlink3.mk,v 1.7 2016/05/05 11:45:36 jaapb Exp $ BUILDLINK_TREE+= ocaml-dbm @@ -6,7 +6,7 @@ BUILDLINK_TREE+= ocaml-dbm OCAML_DBM_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.ocaml-dbm+= ocaml-dbm>=1.0 -BUILDLINK_ABI_DEPENDS.ocaml-dbm?= ocaml-dbm>=1.0nb7 +BUILDLINK_ABI_DEPENDS.ocaml-dbm?= ocaml-dbm>=1.0nb8 BUILDLINK_PKGSRCDIR.ocaml-dbm?= ../../databases/ocaml-dbm .include "../../databases/gdbm/buildlink3.mk" diff --git a/databases/ocaml-mysql/Makefile b/databases/ocaml-mysql/Makefile index 4227148c40b78..b66646b6aae83 100644 --- a/databases/ocaml-mysql/Makefile +++ b/databases/ocaml-mysql/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.19 2016/02/06 12:10:32 jaapb Exp $ +# $NetBSD: Makefile,v 1.20 2016/05/05 11:45:37 jaapb Exp $ # DISTNAME= ocaml-mysql-1.1.2 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= databases MASTER_SITES= http://forge.ocamlcore.org/frs/download.php/1308/ diff --git a/databases/ocaml-sqlite3/Makefile b/databases/ocaml-sqlite3/Makefile index 7fed96d0dcd72..573d193f2e3e1 100644 --- a/databases/ocaml-sqlite3/Makefile +++ b/databases/ocaml-sqlite3/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.20 2015/10/10 01:58:02 ryoon Exp $ +# $NetBSD: Makefile,v 1.22 2016/05/05 11:45:37 jaapb Exp $ PKGNAME= ocaml-sqlite3-${VERSION} DISTNAME= v${VERSION} VERSION= 2.0.6 -PKGREVISION= 4 +PKGREVISION= 6 CATEGORIES= databases MASTER_SITES= http://github.com/mmottl/sqlite3-ocaml/archive/ diff --git a/databases/p5-Catalyst-Model-RDBO/Makefile b/databases/p5-Catalyst-Model-RDBO/Makefile index 75b25cdc124db..1c925a7511bc9 100644 --- a/databases/p5-Catalyst-Model-RDBO/Makefile +++ b/databases/p5-Catalyst-Model-RDBO/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2015/06/12 10:48:37 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2016/05/03 10:54:52 wiz Exp $ DISTNAME= Catalyst-Model-RDBO-0.07 PKGNAME= p5-${DISTNAME} @@ -6,7 +6,7 @@ PKGREVISION= 7 CATEGORIES= databases perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Catalyst/} -MAINTAINER= rhaen@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Catalyst-Model-RDBO/ COMMENT= Rose::DB::Object model class for Catalyst diff --git a/databases/p5-DBD-SQLite/Makefile b/databases/p5-DBD-SQLite/Makefile index ef74e56ab9794..2bb1505181e7f 100644 --- a/databases/p5-DBD-SQLite/Makefile +++ b/databases/p5-DBD-SQLite/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.54 2016/02/11 01:21:37 mef Exp $ +# $NetBSD: Makefile,v 1.55 2016/04/11 19:01:45 ryoon Exp $ DISTNAME= DBD-SQLite-1.50 PKGNAME= p5-${DISTNAME} +PKGREVISION= 1 CATEGORIES= databases perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DBD/} diff --git a/databases/p5-DBD-XBase/Makefile b/databases/p5-DBD-XBase/Makefile index e1f08cb41e0f5..eaa4c59e280d4 100644 --- a/databases/p5-DBD-XBase/Makefile +++ b/databases/p5-DBD-XBase/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.22 2015/06/12 10:48:38 wiz Exp $ +# $NetBSD: Makefile,v 1.23 2016/04/16 09:13:04 wen Exp $ # -DISTNAME= DBD-XBase-1.05 +DISTNAME= DBD-XBase-1.06 PKGNAME= p5-${DISTNAME} -PKGREVISION= 2 CATEGORIES= databases perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DBD/} diff --git a/databases/p5-DBD-XBase/distinfo b/databases/p5-DBD-XBase/distinfo index 5ef1733faace3..36e97f0325245 100644 --- a/databases/p5-DBD-XBase/distinfo +++ b/databases/p5-DBD-XBase/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.6 2015/11/03 01:56:18 agc Exp $ +$NetBSD: distinfo,v 1.7 2016/04/16 09:13:04 wen Exp $ -SHA1 (DBD-XBase-1.05.tar.gz) = f124355a060c85939de0cad58369803ce0d32f20 -RMD160 (DBD-XBase-1.05.tar.gz) = 5791244a72f704dc2242fd9059db33b7e4b95721 -SHA512 (DBD-XBase-1.05.tar.gz) = 23827e05b63fbedfbffbe08ee9d07a906274c4f14d72e3ee8311bee857ba931ad7a7f92a0398a60498862c42a91ba3683e8d033051428a939a5950763c744594 -Size (DBD-XBase-1.05.tar.gz) = 112977 bytes +SHA1 (DBD-XBase-1.06.tar.gz) = de75142d2127aa0650e851311178945f01108766 +RMD160 (DBD-XBase-1.06.tar.gz) = c155213d646cec19e7c0bf8b62503bd14868cb26 +SHA512 (DBD-XBase-1.06.tar.gz) = f4d8a858e99ff8e2cc624230ba48ac0ccd3c11d2047f12782d24d833079c6c8d1d3e5a26ac18f694609f176cca1adbe5786e95d07de2e7714814f79a4c0c89e4 +Size (DBD-XBase-1.06.tar.gz) = 113595 bytes diff --git a/databases/p5-DBI/Makefile b/databases/p5-DBI/Makefile index 96430bd7530f0..2c2cdeece23e0 100644 --- a/databases/p5-DBI/Makefile +++ b/databases/p5-DBI/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.69 2015/08/06 02:13:57 wen Exp $ +# $NetBSD: Makefile,v 1.72 2016/05/03 10:54:52 wiz Exp $ -DISTNAME= DBI-1.634 +DISTNAME= DBI-1.636 PKGNAME= p5-${DISTNAME} CATEGORIES= databases perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DBI/} -MAINTAINER= rhaen@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://dbi.perl.org/ COMMENT= The database-independent Perl database access API LICENSE= ${PERL5_LICENSE} diff --git a/databases/p5-DBI/distinfo b/databases/p5-DBI/distinfo index 7f59916bea233..d3801fa39c58e 100644 --- a/databases/p5-DBI/distinfo +++ b/databases/p5-DBI/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.44 2015/11/03 01:56:18 agc Exp $ +$NetBSD: distinfo,v 1.46 2016/04/27 16:52:19 wiz Exp $ -SHA1 (DBI-1.634.tar.gz) = bfb6f79b57639b4287bdfb68e33510a42c81c595 -RMD160 (DBI-1.634.tar.gz) = 40a3e38306bf65943e2c3c0118f3aa6e8b514bc6 -SHA512 (DBI-1.634.tar.gz) = 42e2b94d5e4cdcd57aaa43519fa1464a4d7132ed09426bb8cb7092b0ee57edde168105a25d02dcdeb304c6bc13c1ad97bc27b54b5f6af05eeaba011d5dab3c44 -Size (DBI-1.634.tar.gz) = 595020 bytes +SHA1 (DBI-1.636.tar.gz) = fd305ba74fdf5a59605aaffd7e53bcd1018c99bb +RMD160 (DBI-1.636.tar.gz) = a1569283169158dd694bfa184b16db13b7f0005f +SHA512 (DBI-1.636.tar.gz) = 8d541ada1fabb7e82dd4f47c43edf79cc70c783ef3582a9911b13239734876aee9f27095f2526e6923d07b7ac86df48ee081af1ca6000df0559a13c75b6f6ed3 +Size (DBI-1.636.tar.gz) = 595433 bytes diff --git a/databases/p5-DBIx-Class-Fixtures/Makefile b/databases/p5-DBIx-Class-Fixtures/Makefile index 01819fe10df58..9f9edfb3bffe2 100644 --- a/databases/p5-DBIx-Class-Fixtures/Makefile +++ b/databases/p5-DBIx-Class-Fixtures/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.23 2015/08/01 02:09:23 wen Exp $ +# $NetBSD: Makefile,v 1.24 2016/04/17 13:35:56 wen Exp $ -DISTNAME= DBIx-Class-Fixtures-1.001032 +DISTNAME= DBIx-Class-Fixtures-1.001036 PKGNAME= p5-${DISTNAME} CATEGORIES= databases perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DBIx/} @@ -22,6 +22,7 @@ DEPENDS+= p5-DateTime>=0.41:../../time/p5-DateTime DEPENDS+= p5-DateTime-Format-MySQL>=0.04:../../time/p5-DateTime-Format-MySQL DEPENDS+= p5-DateTime-Format-Pg-[0-9]*:../../time/p5-DateTime-Format-Pg DEPENDS+= p5-DateTime-Format-SQLite>=0.10:../../time/p5-DateTime-Format-SQLite +DEPENDS+= p5-Devel-Confess>=0:../../devel/p5-Devel-Confess DEPENDS+= p5-File-Copy-Recursive>=0.35:../../sysutils/p5-File-Copy-Recursive DEPENDS+= p5-Hash-Merge>=0.10:../../devel/p5-Hash-Merge # YAML::Syck provides JSON::Syck diff --git a/databases/p5-DBIx-Class-Fixtures/distinfo b/databases/p5-DBIx-Class-Fixtures/distinfo index 6af973e940e7b..669edabc5413e 100644 --- a/databases/p5-DBIx-Class-Fixtures/distinfo +++ b/databases/p5-DBIx-Class-Fixtures/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.14 2015/11/03 01:56:19 agc Exp $ +$NetBSD: distinfo,v 1.15 2016/04/17 13:35:56 wen Exp $ -SHA1 (DBIx-Class-Fixtures-1.001032.tar.gz) = 48d8f92113c8b89c844aa810a6858975d204d6cc -RMD160 (DBIx-Class-Fixtures-1.001032.tar.gz) = 3ecdf2730b7d2a8cc0119a13131300abc8e77412 -SHA512 (DBIx-Class-Fixtures-1.001032.tar.gz) = 5e524ba32b563227e3d89b4327e88b4d2be42cedf3d25253d95004623c4046dcf8fdfb58d1b0a6290041f3b36f673eed4289b62224fc9acf7af3fca0de7931a4 -Size (DBIx-Class-Fixtures-1.001032.tar.gz) = 38624 bytes +SHA1 (DBIx-Class-Fixtures-1.001036.tar.gz) = d329962528aa9e6c305b543c0bf0cf46f86de150 +RMD160 (DBIx-Class-Fixtures-1.001036.tar.gz) = e1916176581ff0a42b09c0a11866cbe6ae05c646 +SHA512 (DBIx-Class-Fixtures-1.001036.tar.gz) = 8a4466df471143838afcc2096b5f574bb4a74417e7682e0defc3c4bac20f94dfde383cdea23c299b731dcba87562c086af6d9246dd0b56977468ef3874249d91 +Size (DBIx-Class-Fixtures-1.001036.tar.gz) = 40058 bytes diff --git a/databases/p5-DBIx-Class-Helpers/Makefile b/databases/p5-DBIx-Class-Helpers/Makefile index afd84197fcdab..f766fdf4d9412 100644 --- a/databases/p5-DBIx-Class-Helpers/Makefile +++ b/databases/p5-DBIx-Class-Helpers/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.17 2016/02/27 08:01:44 wen Exp $ +# $NetBSD: Makefile,v 1.18 2016/04/17 13:40:17 wen Exp $ -DISTNAME= DBIx-Class-Helpers-2.032000 +DISTNAME= DBIx-Class-Helpers-2.032001 PKGNAME= p5-${DISTNAME} CATEGORIES= databases perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DBIx/} diff --git a/databases/p5-DBIx-Class-Helpers/distinfo b/databases/p5-DBIx-Class-Helpers/distinfo index 741f906e54f4d..4f4d955be0b4e 100644 --- a/databases/p5-DBIx-Class-Helpers/distinfo +++ b/databases/p5-DBIx-Class-Helpers/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.13 2016/02/27 08:01:44 wen Exp $ +$NetBSD: distinfo,v 1.14 2016/04/17 13:40:17 wen Exp $ -SHA1 (DBIx-Class-Helpers-2.032000.tar.gz) = eda1b70534579ca532253d3c7792e3c2c474c754 -RMD160 (DBIx-Class-Helpers-2.032000.tar.gz) = f588283182e7a00d003c40ff0585785b43472746 -SHA512 (DBIx-Class-Helpers-2.032000.tar.gz) = 256ed9e44a32532d08403e1cea00cc39f2709fc3434f0164043f74d3b477be5b9475e8eb5c77ac52391d8eb9ea55545d1847e4b12873f7914be734e102361ae7 -Size (DBIx-Class-Helpers-2.032000.tar.gz) = 79357 bytes +SHA1 (DBIx-Class-Helpers-2.032001.tar.gz) = 7cbff2eb7fa8e3b8c7acaf0d2c9d3f4e41b4c497 +RMD160 (DBIx-Class-Helpers-2.032001.tar.gz) = 0711fca1a87c503ee9752cb81604b07b86918648 +SHA512 (DBIx-Class-Helpers-2.032001.tar.gz) = 7d3fad5688cdf7f6cd49e323afdd4d3f381c979807dcc308b2eb714882c57a9ee70cc7ac131273f648ac07519bf07188bd40fd2038e46e0139c19042d9103c93 +Size (DBIx-Class-Helpers-2.032001.tar.gz) = 79376 bytes diff --git a/databases/p5-DBIx-Class-Schema-Loader/Makefile b/databases/p5-DBIx-Class-Schema-Loader/Makefile index 0b32c32ef5807..5df59210dbafa 100644 --- a/databases/p5-DBIx-Class-Schema-Loader/Makefile +++ b/databases/p5-DBIx-Class-Schema-Loader/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2016/02/27 07:35:11 wen Exp $ +# $NetBSD: Makefile,v 1.29 2016/04/20 13:54:55 mef Exp $ DISTNAME= DBIx-Class-Schema-Loader-0.07045 PKGNAME= p5-${DISTNAME} @@ -51,6 +51,12 @@ DEPENDS+= p5-Task-Weaken-[0-9]*:../../devel/p5-Task-Weaken DEPENDS+= p5-Try-Tiny-[0-9]*:../../devel/p5-Try-Tiny DEPENDS+= p5-namespace-clean>=0.23:../../devel/p5-namespace-clean +# for make test +BUILD_DEPENDS+= p5-DBD-SQLite2-[0-9]*:../../databases/p5-DBD-SQLite2 +BUILD_DEPENDS+= p5-Test-Deep-[0-9]*:../../devel/p5-Test-Deep +BUILD_DEPENDS+= p5-Test-Differences-[0-9]*:../../devel/p5-Test-Differences +BUILD_DEPENDS+= p5-Text-Diff-[0-9]*:../../textproc/p5-Text-Diff + # Avoid complaints if we do not have DB2, Oracle, Pg and mysql MAKE_ENV+= DBIC_FEATURE_NOQUESTIONS=1 diff --git a/databases/p5-DBIx-Class/Makefile b/databases/p5-DBIx-Class/Makefile index d4d49153f0580..c28f3ad778a57 100644 --- a/databases/p5-DBIx-Class/Makefile +++ b/databases/p5-DBIx-Class/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.37 2016/02/27 07:14:23 wen Exp $ +# $NetBSD: Makefile,v 1.38 2016/04/20 13:40:52 mef Exp $ DISTNAME= DBIx-Class-0.082821 PKGNAME= p5-${DISTNAME} @@ -40,6 +40,8 @@ BUILD_DEPENDS+= p5-Test-Exception-[0-9]*:../../devel/p5-Test-Exception BUILD_DEPENDS+= p5-Test-Warn>=0.21:../../devel/p5-Test-Warn BUILD_DEPENDS+= p5-Class-DBI>=0:../../databases/p5-Class-DBI BUILD_DEPENDS+= p5-SQL-Translator>=0.11018:../../databases/p5-SQL-Translator +# for make test +BUILD_DEPENDS+= p5-Test-Deep-[0-9]*:../../devel/p5-Test-Deep REPLACE_PERL= script/dbicadmin diff --git a/databases/p5-DBIx-Connector/Makefile b/databases/p5-DBIx-Connector/Makefile index 15a77d79eba1b..48e1658d66850 100644 --- a/databases/p5-DBIx-Connector/Makefile +++ b/databases/p5-DBIx-Connector/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.12 2015/06/12 10:48:40 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2016/04/17 13:00:13 wen Exp $ # -DISTNAME= DBIx-Connector-0.53 +DISTNAME= DBIx-Connector-0.56 PKGNAME= p5-${DISTNAME} -PKGREVISION= 3 CATEGORIES= databases perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DBIx/} diff --git a/databases/p5-DBIx-Connector/distinfo b/databases/p5-DBIx-Connector/distinfo index 483c8de718330..9b375a13b0b45 100644 --- a/databases/p5-DBIx-Connector/distinfo +++ b/databases/p5-DBIx-Connector/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.6 2015/11/03 01:56:20 agc Exp $ +$NetBSD: distinfo,v 1.7 2016/04/17 13:00:13 wen Exp $ -SHA1 (DBIx-Connector-0.53.tar.gz) = b5af0eeba1053ee44ff6698c84086dbfd85edcef -RMD160 (DBIx-Connector-0.53.tar.gz) = fa4fe7b5c46491cf2d845c5cfe26a6c011d31651 -SHA512 (DBIx-Connector-0.53.tar.gz) = 13f11460908ea6879ff4ae15d5d4f99d14e28dc87ce626bfff08306bbf09d37d93bf6fa4ffee4bef767b6c8cec2f554a0a600d6ea838742fc065b77aafe78bed -Size (DBIx-Connector-0.53.tar.gz) = 35777 bytes +SHA1 (DBIx-Connector-0.56.tar.gz) = c8fd23bbe95e0dcdc6df55fba8b1ba076e898370 +RMD160 (DBIx-Connector-0.56.tar.gz) = c9db90f06782bfaf6c8f76022723ab31623a9216 +SHA512 (DBIx-Connector-0.56.tar.gz) = feeb26277c61ee91b2b2436d3fbc7453b6fe64ef2ac24cc0848da80202bd07092321fa530c58ab5370f6b40e6e1a3e578101794b2e1c0696aa017040ee02cd7a +Size (DBIx-Connector-0.56.tar.gz) = 36770 bytes diff --git a/databases/p5-DBIx-DBSchema/Makefile b/databases/p5-DBIx-DBSchema/Makefile index 3382a31d6a914..2ca869edfd214 100644 --- a/databases/p5-DBIx-DBSchema/Makefile +++ b/databases/p5-DBIx-DBSchema/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.18 2015/06/12 10:48:40 wiz Exp $ +# $NetBSD: Makefile,v 1.19 2016/04/16 09:53:16 wen Exp $ -DISTNAME= DBIx-DBSchema-0.44 +DISTNAME= DBIx-DBSchema-0.45 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= databases perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DBIx/} diff --git a/databases/p5-DBIx-DBSchema/distinfo b/databases/p5-DBIx-DBSchema/distinfo index 9b93d4b60a9d8..844f3298d3407 100644 --- a/databases/p5-DBIx-DBSchema/distinfo +++ b/databases/p5-DBIx-DBSchema/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.8 2015/11/03 01:56:20 agc Exp $ +$NetBSD: distinfo,v 1.9 2016/04/16 09:53:16 wen Exp $ -SHA1 (DBIx-DBSchema-0.44.tar.gz) = 516e5ebb93ce6861d9d15d1f07e59be32c27af5d -RMD160 (DBIx-DBSchema-0.44.tar.gz) = c768ffc4915c929db8a5f31688aaca9ec23d90fd -SHA512 (DBIx-DBSchema-0.44.tar.gz) = 6838fd6f445569e91ca75fb8529392fc737d6f453c0cc20b12b8a8857a0ba37d6eeb689c23d008c342f67f1592b027a004e68e048861a1603a29c114981f5cce -Size (DBIx-DBSchema-0.44.tar.gz) = 28635 bytes +SHA1 (DBIx-DBSchema-0.45.tar.gz) = b15677914e33f8dd435cd9179252742bd657e2ae +RMD160 (DBIx-DBSchema-0.45.tar.gz) = d5889b57d66f15e3274cf3ccbe28c8a89c4752e0 +SHA512 (DBIx-DBSchema-0.45.tar.gz) = 808d83898b1265b6dcdd5e9727fb0fed50935dba893cae40ead5d0d344edcf6f342a3ed2e7ad63efbb94e0cc07c0615153c29d14132c13ac9b071d77a9069770 +Size (DBIx-DBSchema-0.45.tar.gz) = 29144 bytes diff --git a/databases/p5-Data-Table/Makefile b/databases/p5-Data-Table/Makefile index 6aafe9dc28849..89ca26237cdc0 100644 --- a/databases/p5-Data-Table/Makefile +++ b/databases/p5-Data-Table/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.20 2016/03/04 12:59:07 wen Exp $ +# $NetBSD: Makefile,v 1.21 2016/04/25 14:16:34 mef Exp $ -DISTNAME= Data-Table-1.73 +DISTNAME= Data-Table-1.75 PKGNAME= p5-${DISTNAME} CATEGORIES= databases perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Data/} diff --git a/databases/p5-Data-Table/distinfo b/databases/p5-Data-Table/distinfo index 9daf518bae0e5..29d0304fba827 100644 --- a/databases/p5-Data-Table/distinfo +++ b/databases/p5-Data-Table/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.9 2016/03/04 12:59:07 wen Exp $ +$NetBSD: distinfo,v 1.10 2016/04/25 14:16:34 mef Exp $ -SHA1 (Data-Table-1.73.tar.gz) = c03eebcc6d31f409ee83dc039ab64168a2a0a1a2 -RMD160 (Data-Table-1.73.tar.gz) = 99d8a629f85734ed7f478ef4a81010291f9c9ae1 -SHA512 (Data-Table-1.73.tar.gz) = ef7d49404f01270388131bd5157617101ef49656387decefa3d3a5447ad4123697320a92e16b154ecc0969a688a0ad414f8c2ca61a5bebafa7a8e7c8b3a92d11 -Size (Data-Table-1.73.tar.gz) = 76347 bytes +SHA1 (Data-Table-1.75.tar.gz) = 86dc08a1ab2d79acde150b3c3407dc69a520e846 +RMD160 (Data-Table-1.75.tar.gz) = cdcdc793bad15f3e8e7b3a932374e1e158dd590a +SHA512 (Data-Table-1.75.tar.gz) = 02fbf5123db7b93fb8dd30cd33d96bc19fadb511b3f9eb767cbd2d7176ce825af50984fbdc2265158a87f7e05a0a3139b0d12833a5d42cb749fc84dbd03d95a4 +Size (Data-Table-1.75.tar.gz) = 71658 bytes diff --git a/databases/p5-Fsdb/Makefile b/databases/p5-Fsdb/Makefile index fc5dbc710565e..ffb098780cce5 100644 --- a/databases/p5-Fsdb/Makefile +++ b/databases/p5-Fsdb/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.8 2015/06/12 10:48:41 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2016/04/16 10:10:19 wen Exp $ -DISTNAME= Fsdb-2.50 +DISTNAME= Fsdb-2.58 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= databases MASTER_SITES= http://www.isi.edu/~johnh/SOFTWARE/FSDB/ diff --git a/databases/p5-Fsdb/distinfo b/databases/p5-Fsdb/distinfo index d68a8b8f22e3d..e489bbca61098 100644 --- a/databases/p5-Fsdb/distinfo +++ b/databases/p5-Fsdb/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.3 2015/11/03 01:56:21 agc Exp $ +$NetBSD: distinfo,v 1.4 2016/04/16 10:10:19 wen Exp $ -SHA1 (Fsdb-2.50.tar.gz) = 624aae8128790f175ddb5bc31d583a51129d8b78 -RMD160 (Fsdb-2.50.tar.gz) = e659f337767a787917cda071bcf3d1cc6187ebb0 -SHA512 (Fsdb-2.50.tar.gz) = b52233b6636bfcfb010981673ea4d4e6652fa649fdbce492ddee50014ed7e3c1db81bf744c7d9112530dd50157170eb2a521eb8f1c5999e95babbb5cf8f64470 -Size (Fsdb-2.50.tar.gz) = 401688 bytes +SHA1 (Fsdb-2.58.tar.gz) = 0e7d27c7d23a4972b65c5e22adfacb88005dccc8 +RMD160 (Fsdb-2.58.tar.gz) = c3ebebdac8cb5502ba63a9562ec1967c655a9e0e +SHA512 (Fsdb-2.58.tar.gz) = 93ac9edf6b87418d876548c031c084fde8338dfb36473de4237f8b2ffdbfe4b5a29f18be56bd3d7fa8ef7653c65aa7ebdfc6aa13a06411cd868e127726dc14c3 +Size (Fsdb-2.58.tar.gz) = 467492 bytes diff --git a/databases/p5-RRD-Simple/Makefile b/databases/p5-RRD-Simple/Makefile index a3356ebf03b30..17398256203a1 100644 --- a/databases/p5-RRD-Simple/Makefile +++ b/databases/p5-RRD-Simple/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2015/06/12 10:48:42 wiz Exp $ +# $NetBSD: Makefile,v 1.31 2016/05/03 10:54:52 wiz Exp $ DISTNAME= RRD-Simple-1.44 PKGNAME= p5-${DISTNAME} @@ -6,7 +6,7 @@ PKGREVISION= 26 CATEGORIES= perl5 databases MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=RRD/} -MAINTAINER= rhaen@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/RRD-Simple/ COMMENT= RRD::Simple implementation for Perl LICENSE= apache-2.0 diff --git a/databases/p5-SQL-Statement/Makefile b/databases/p5-SQL-Statement/Makefile index bb6f790ceb3f8..32bc55a1787f2 100644 --- a/databases/p5-SQL-Statement/Makefile +++ b/databases/p5-SQL-Statement/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.45 2015/08/06 01:44:40 wen Exp $ +# $NetBSD: Makefile,v 1.46 2016/04/16 13:48:54 wen Exp $ # -DISTNAME= SQL-Statement-1.407 +DISTNAME= SQL-Statement-1.410 PKGNAME= p5-${DISTNAME} CATEGORIES= databases perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=SQL/} diff --git a/databases/p5-SQL-Statement/distinfo b/databases/p5-SQL-Statement/distinfo index f71abbe61a549..49bbafbb6a5d2 100644 --- a/databases/p5-SQL-Statement/distinfo +++ b/databases/p5-SQL-Statement/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.23 2015/11/03 01:56:23 agc Exp $ +$NetBSD: distinfo,v 1.24 2016/04/16 13:48:54 wen Exp $ -SHA1 (SQL-Statement-1.407.tar.gz) = 79eb098c643f936cca5a12a7b8343ca4508fdc99 -RMD160 (SQL-Statement-1.407.tar.gz) = 51c75d65e79059bd43f12988ea873bf8253146aa -SHA512 (SQL-Statement-1.407.tar.gz) = 65957c9085cf61e8ec4b80b5e1a9fc89fe22c05213b5673d311de06e6bd2645ed94a7d97eac7ca5e56a69b6d36ba0b235ebfd904903295e9a1e6c48a100750f4 -Size (SQL-Statement-1.407.tar.gz) = 137336 bytes +SHA1 (SQL-Statement-1.410.tar.gz) = a9b2eeaa28e3c9aac5ae9da1ebbf13c03d6c39b5 +RMD160 (SQL-Statement-1.410.tar.gz) = c75a1da826558682d89224105b00a0ce02881820 +SHA512 (SQL-Statement-1.410.tar.gz) = 1e97a3abf97de5064fd136e42b05c9dbf934affdfca93753fde82d04ddb2ee667bbcdf68cf7a69c069eb9b07c2e49df66abe71d62e51d9e485558611565d0772 +Size (SQL-Statement-1.410.tar.gz) = 153271 bytes diff --git a/databases/p5-perl-ldap/Makefile b/databases/p5-perl-ldap/Makefile index d90dda6611344..74dfa9e92abf3 100644 --- a/databases/p5-perl-ldap/Makefile +++ b/databases/p5-perl-ldap/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.53 2016/03/03 19:42:29 shattered Exp $ +# $NetBSD: Makefile,v 1.54 2016/04/16 13:41:00 wen Exp $ -DISTNAME= perl-ldap-0.63 -PKGREVISION= 2 +DISTNAME= perl-ldap-0.65 PKGNAME= p5-${DISTNAME} CATEGORIES= databases net devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=LWP/} diff --git a/databases/p5-perl-ldap/distinfo b/databases/p5-perl-ldap/distinfo index a9c399e84f1e9..6cf7b412461c2 100644 --- a/databases/p5-perl-ldap/distinfo +++ b/databases/p5-perl-ldap/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.17 2015/11/03 01:56:24 agc Exp $ +$NetBSD: distinfo,v 1.18 2016/04/16 13:41:00 wen Exp $ -SHA1 (perl-ldap-0.63.tar.gz) = 67a99b13185d1b83a27ed92bf74f38ec819393c2 -RMD160 (perl-ldap-0.63.tar.gz) = cb9c8175b991561155a4b7734fe3f04c99920fc6 -SHA512 (perl-ldap-0.63.tar.gz) = 17ed98c43081fdbdb89a1c7ea0e5d60635a3f4cd59eb0a8e077498b7d305e7614250e07938fa86a6b8e90d325426378ad698eec01c789b74f078f2ae5678dd95 -Size (perl-ldap-0.63.tar.gz) = 310067 bytes +SHA1 (perl-ldap-0.65.tar.gz) = b7e270a63639eeb2a92da1f430f7ed6e165ddd5a +RMD160 (perl-ldap-0.65.tar.gz) = d64f937a294c640adde6bfb8fa3176c964105a52 +SHA512 (perl-ldap-0.65.tar.gz) = 567de41fc1e659de23b4ae7b6cec5a60df0ad8bc90062158cf83f90d3729ac27a8bacb276b732931fefbf33847fe1baec7a62393aae5978f3c55c6c602f93747 +Size (perl-ldap-0.65.tar.gz) = 311145 bytes diff --git a/databases/pgadmin3/Makefile b/databases/pgadmin3/Makefile index 59ec3cae7d754..d256d22c66fe1 100644 --- a/databases/pgadmin3/Makefile +++ b/databases/pgadmin3/Makefile @@ -1,11 +1,10 @@ -# $NetBSD: Makefile,v 1.52 2016/03/05 11:28:12 jperkin Exp $ +# $NetBSD: Makefile,v 1.53 2016/03/16 04:46:24 richard Exp $ -DISTNAME= pgadmin3-1.20.0 -PKGREVISION= 1 +DISTNAME= pgadmin3-1.22.0 CATEGORIES= databases MASTER_SITES= ${MASTER_SITE_PGSQL:=pgadmin3/release/v${PKGVERSION_NOREV}/src/} -MAINTAINER= joerg@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.pgadmin.org/ COMMENT= Graphical PostgreSQL client and administration tool LICENSE= postgresql-license diff --git a/databases/pgadmin3/PLIST b/databases/pgadmin3/PLIST index f10ef3a241afd..d37b88f6a9431 100644 --- a/databases/pgadmin3/PLIST +++ b/databases/pgadmin3/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.11 2013/10/13 12:06:30 richard Exp $ +@comment $NetBSD: PLIST,v 1.12 2016/03/16 04:46:24 richard Exp $ bin/pgadmin3 share/pgadmin3/branding/branding.ini share/pgadmin3/docs/cs_CZ/hints/autovacuum.html @@ -108,6 +108,7 @@ ${PLIST.doc}share/pgadmin3/docs/en_US/_static/backup-3.png ${PLIST.doc}share/pgadmin3/docs/en_US/_static/backup-4.png ${PLIST.doc}share/pgadmin3/docs/en_US/_static/backup.png ${PLIST.doc}share/pgadmin3/docs/en_US/_static/basic.css +${PLIST.doc}share/pgadmin3/docs/en_US/_static/classic.css ${PLIST.doc}share/pgadmin3/docs/en_US/_static/comment-bright.png ${PLIST.doc}share/pgadmin3/docs/en_US/_static/comment-close.png ${PLIST.doc}share/pgadmin3/docs/en_US/_static/comment.png @@ -126,6 +127,7 @@ ${PLIST.doc}share/pgadmin3/docs/en_US/_static/gridopt-filter.png ${PLIST.doc}share/pgadmin3/docs/en_US/_static/gridopt-sort.png ${PLIST.doc}share/pgadmin3/docs/en_US/_static/guru-connect.png ${PLIST.doc}share/pgadmin3/docs/en_US/_static/jquery.js +${PLIST.doc}share/pgadmin3/docs/en_US/_static/jquery-1.11.1.js ${PLIST.doc}share/pgadmin3/docs/en_US/_static/locks.png ${PLIST.doc}share/pgadmin3/docs/en_US/_static/logfile.png ${PLIST.doc}share/pgadmin3/docs/en_US/_static/main.png @@ -191,6 +193,7 @@ ${PLIST.doc}share/pgadmin3/docs/en_US/_static/slony-upgrade.png ${PLIST.doc}share/pgadmin3/docs/en_US/_static/status.png ${PLIST.doc}share/pgadmin3/docs/en_US/_static/transaction.png ${PLIST.doc}share/pgadmin3/docs/en_US/_static/underscore.js +${PLIST.doc}share/pgadmin3/docs/en_US/_static/underscore-1.3.1.js ${PLIST.doc}share/pgadmin3/docs/en_US/_static/up-pressed.png ${PLIST.doc}share/pgadmin3/docs/en_US/_static/up.png ${PLIST.doc}share/pgadmin3/docs/en_US/_static/websupport.js diff --git a/databases/pgadmin3/distinfo b/databases/pgadmin3/distinfo index 0f26eda8b39b1..7cd3bda494741 100644 --- a/databases/pgadmin3/distinfo +++ b/databases/pgadmin3/distinfo @@ -1,8 +1,7 @@ -$NetBSD: distinfo,v 1.14 2016/02/16 03:45:18 dbj Exp $ +$NetBSD: distinfo,v 1.15 2016/03/16 04:46:24 richard Exp $ -SHA1 (pgadmin3-1.20.0.tar.gz) = 70ade343c286ef4413961317d41477b47aac675a -RMD160 (pgadmin3-1.20.0.tar.gz) = 3f2902b68a915d88bc93c10b897f4c163459b03e -SHA512 (pgadmin3-1.20.0.tar.gz) = 83521a16d60bf8c9cffb03e4fb401a31e28f764c31608c0b223f7c88a14a09f665c976f3472debd4ad8b6cd54f0fbd2b8de352c296180e6ea6f8088cb45447bc -Size (pgadmin3-1.20.0.tar.gz) = 14394997 bytes +SHA1 (pgadmin3-1.22.0.tar.gz) = 3091b0bdc5156e54197f157a86240e47af9becc2 +RMD160 (pgadmin3-1.22.0.tar.gz) = 6c5c8c28c0aaa7cd9720a6089fafe770210f002c +SHA512 (pgadmin3-1.22.0.tar.gz) = db16ac1b92e95a6da51be973b6833e53aed4c1d8740c8bccbfd778b0c3d3a4158fb13107761e0a39227aea87360be3b297ebc8809ac8ca5102d673935a33727c +Size (pgadmin3-1.22.0.tar.gz) = 14668096 bytes SHA1 (patch-configure) = 52be492c191e3a249bcbf88075f0f2a2f1a0f76a -SHA1 (patch-pgadmin_ctl_ctlMenuToolbar.cpp) = c3c2ed84d9cd2d06bb1f63af86008c24b2c39d3f diff --git a/databases/pgadmin3/patches/patch-pgadmin_ctl_ctlMenuToolbar.cpp b/databases/pgadmin3/patches/patch-pgadmin_ctl_ctlMenuToolbar.cpp deleted file mode 100644 index b7ec48ce8c72a..0000000000000 --- a/databases/pgadmin3/patches/patch-pgadmin_ctl_ctlMenuToolbar.cpp +++ /dev/null @@ -1,14 +0,0 @@ -$NetBSD: patch-pgadmin_ctl_ctlMenuToolbar.cpp,v 1.1 2015/08/05 15:29:00 richard Exp $ -Resolved an assertion error opening the plugin popup menu -for wxWidgets 3.0 (upstream commit b75c57f69e4799507622b8d2f9820cda2bf154a3) ---- pgadmin/ctl/ctlMenuToolbar.cpp.orig 2014-01-27 12:11:43.000000000 +0000 -+++ pgadmin/ctl/ctlMenuToolbar.cpp -@@ -109,7 +109,7 @@ void ctlMenuButton::DoProcessLeftClick(w - menu_pos.y = button_size.GetHeight(); - } - -- PopupMenu(m_menu, menu_pos); -+ DoPopupMenu(m_menu, menu_pos.x, menu_pos.y); - } - - diff --git a/databases/pgbouncer/Makefile b/databases/pgbouncer/Makefile index 886684ea09e9e..d78051c6f7b95 100644 --- a/databases/pgbouncer/Makefile +++ b/databases/pgbouncer/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.10 2016/03/05 11:28:13 jperkin Exp $ +# $NetBSD: Makefile,v 1.11 2016/03/15 11:29:35 fhajny Exp $ # -DISTNAME= pgbouncer-1.6.1 -PKGREVISION= 1 +DISTNAME= pgbouncer-1.7.2 CATEGORIES= databases MASTER_SITES= http://pgbouncer.github.io/downloads/files/${PKGVERSION_NOREV}/ @@ -17,22 +16,21 @@ GNU_CONFIGURE= yes .include "../../mk/bsd.prefs.mk" -PGUSER?= pgsql -PGGROUP?= pgsql -PKG_GROUPS= ${PGGROUP} -PKG_USERS= ${PGUSER}:${PGGROUP} -PKG_GECOS.${PGUSER}= PostgreSQL database administrator -PKG_HOME.${PGUSER}= ${PGHOME} - -BUILD_DEFS+= PGUSER PGGROUP PGHOME VARBASE -FILES_SUBST+= PGUSER=${PGUSER} -FILES_SUBST+= PGGROUP=${PGGROUP} -FILES_SUBST+= PGHOME=${PGHOME} - +PGB_USER?= pgbounce +PGB_GROUP?= pgbounce PGB_LOG_DIR?= ${VARBASE}/log/pgbouncer PGB_RUN_DIR?= ${VARBASE}/run -OWN_DIRS_PERMS+= ${PGB_LOG_DIR} ${PGUSER} ${PGGROUP} 0755 +PKG_GROUPS= ${PGB_GROUP} +PKG_USERS= ${PGB_USER}:${PGB_GROUP} +PKG_GECOS.${PGB_USER}= PgBouncer daemon user +PKG_HOME.${PGB_USER}= ${PGB_LOG_DIR} + +BUILD_DEFS+= PGB_USER PGB_GROUP VARBASE +FILES_SUBST+= PGB_USER=${PGB_USER} +FILES_SUBST+= PGB_GROUP=${PGB_GROUP} + +OWN_DIRS_PERMS+= ${PGB_LOG_DIR} ${PGB_USER} ${PGB_GROUP} 0755 EGDIR= ${PREFIX}/share/examples/${PKGBASE} CONF_FILES= ${EGDIR}/pgbouncer.ini ${PKG_SYSCONFDIR}/pgbouncer.ini \ @@ -65,4 +63,5 @@ INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 ${PKGMANDIR}/man5 ${EGDIR} BUILDLINK_API_DEPENDS.libevent+= libevent>=2.0 .include "../../devel/libevent/buildlink3.mk" .include "../../net/libcares/buildlink3.mk" +.include "../../security/openssl/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/databases/pgbouncer/PLIST b/databases/pgbouncer/PLIST index 2c171585de475..bf3e77b4f17c0 100644 --- a/databases/pgbouncer/PLIST +++ b/databases/pgbouncer/PLIST @@ -1,8 +1,8 @@ -@comment $NetBSD: PLIST,v 1.3 2015/10/23 16:40:38 fhajny Exp $ +@comment $NetBSD: PLIST,v 1.4 2016/03/15 11:29:35 fhajny Exp $ bin/pgbouncer man/man1/pgbouncer.1 man/man5/pgbouncer.5 -share/doc/pgbouncer/NEWS -share/doc/pgbouncer/README +share/doc/pgbouncer/NEWS.rst +share/doc/pgbouncer/README.rst share/examples/pgbouncer/pgbouncer.ini share/examples/pgbouncer/userlist.txt diff --git a/databases/pgbouncer/distinfo b/databases/pgbouncer/distinfo index ddb2805a06aaa..4ec6a292059b1 100644 --- a/databases/pgbouncer/distinfo +++ b/databases/pgbouncer/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.6 2015/11/04 17:41:15 agc Exp $ +$NetBSD: distinfo,v 1.7 2016/03/15 11:29:35 fhajny Exp $ -SHA1 (pgbouncer-1.6.1.tar.gz) = 4abeee4965a26197e2c193d6bfb01eef46aa72a8 -RMD160 (pgbouncer-1.6.1.tar.gz) = 3eb6d6aae0f634c71bf28eae5f5aa471c4016a9d -SHA512 (pgbouncer-1.6.1.tar.gz) = cf1cd28b04531bce879f3f9f50b54754253e0d9882c7f122c99d1c0c39fb01264c1ba20f5fd7b42ce7f5356f413b05caf48bbb633693d866271e129426923529 -Size (pgbouncer-1.6.1.tar.gz) = 431076 bytes -SHA1 (patch-Makefile) = 9c33efeb8c3c70487cdca056002928fc955a8307 +SHA1 (pgbouncer-1.7.2.tar.gz) = d9bb29da15d90713e2399af3ebf5019da5cbe2d6 +RMD160 (pgbouncer-1.7.2.tar.gz) = 1bed03336e62f64b1afc652e4b2ddc6478de51ab +SHA512 (pgbouncer-1.7.2.tar.gz) = 11c89606599f424b34f39a4b072ec6293fea0b14ee52ae4fbc44775e6d83771a22d194f4e8eabe410e0d6a70657508cf1a3b1012543d91873c36f644afb5675d +Size (pgbouncer-1.7.2.tar.gz) = 462374 bytes +SHA1 (patch-Makefile) = 1c76e84975111d9ce077e73fe888dfe466874e33 diff --git a/databases/pgbouncer/files/pgbouncer.sh b/databases/pgbouncer/files/pgbouncer.sh index 4d519a5b2f765..629f16e71b7c1 100644 --- a/databases/pgbouncer/files/pgbouncer.sh +++ b/databases/pgbouncer/files/pgbouncer.sh @@ -1,6 +1,6 @@ #! @RCD_SCRIPTS_SHELL@ # -# $NetBSD: pgbouncer.sh,v 1.2 2014/05/13 14:18:49 fhajny Exp $ +# $NetBSD: pgbouncer.sh,v 1.3 2016/03/15 11:29:35 fhajny Exp $ # # PROVIDE: pgbouncer # REQUIRE: DAEMON @@ -18,7 +18,7 @@ pgbouncer_conf="@PKG_SYSCONFDIR@/${name}.ini" required_files="${pgbouncer_conf}" command_args="-d ${pgbouncer_conf}" extra_commands="reload" -pgsql_user="@PGUSER@" +pgsql_user="@PGB_USER@" start_cmd="pgbouncer_start" pidfile="@VARBASE@/run/${name}/${name}.pid" diff --git a/databases/pgbouncer/files/smf/manifest.xml b/databases/pgbouncer/files/smf/manifest.xml index 938d3f37b0035..b54484f11d788 100644 --- a/databases/pgbouncer/files/smf/manifest.xml +++ b/databases/pgbouncer/files/smf/manifest.xml @@ -10,8 +10,8 @@ - - + + diff --git a/databases/pgbouncer/patches/patch-Makefile b/databases/pgbouncer/patches/patch-Makefile index a27281b26f232..79ea3a9f66ba4 100644 --- a/databases/pgbouncer/patches/patch-Makefile +++ b/databases/pgbouncer/patches/patch-Makefile @@ -1,15 +1,14 @@ -$NetBSD: patch-Makefile,v 1.1 2015/10/23 16:40:38 fhajny Exp $ +$NetBSD: patch-Makefile,v 1.2 2016/03/15 11:29:35 fhajny Exp $ Install sample config files as... config files. ---- Makefile.orig 2015-09-03 14:46:31.000000000 +0000 +--- Makefile.orig 2016-02-26 08:56:32.000000000 +0000 +++ Makefile -@@ -47,7 +47,8 @@ AM_FEATURES = libusual - pgbouncer_EMBED_LIBUSUAL = 1 +@@ -50,6 +50,8 @@ pgbouncer_EMBED_LIBUSUAL = 1 # docs to install as-is --dist_doc_DATA = README NEWS etc/pgbouncer.ini etc/userlist.txt -+dist_doc_DATA = README NEWS + dist_doc_DATA = README.rst NEWS.rst etc/pgbouncer.ini etc/userlist.txt ++dist_doc_DATA = README.rst NEWS.rst +dist_sysconf_DATA = etc/pgbouncer.ini etc/userlist.txt DISTCLEANFILES = config.mak config.status lib/usual/config.h config.log diff --git a/databases/pgocaml/Makefile b/databases/pgocaml/Makefile index 14e1136e91ceb..eeb1fb8a77d95 100644 --- a/databases/pgocaml/Makefile +++ b/databases/pgocaml/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.1 2016/02/06 15:05:14 jaapb Exp $ +# $NetBSD: Makefile,v 1.3 2016/05/05 11:45:37 jaapb Exp $ DISTNAME= pgocaml-2.2 +PKGREVISION= 1 CATEGORIES= databases MASTER_SITES= http://forge.ocamlcore.org/frs/download.php/1506/ EXTRACT_SUFX= .tgz @@ -19,6 +20,7 @@ OCAML_USE_OASIS= yes .include "../../devel/ocaml-batteries/buildlink3.mk" .include "../../devel/pcre-ocaml/buildlink3.mk" +.include "../../lang/camlp4/buildlink3.mk" .include "../../textproc/ocaml-csv/buildlink3.mk" .include "../../time/ocaml-calendar/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/databases/php-ldap/Makefile b/databases/php-ldap/Makefile index eeffaa858a67e..749126b79d7ed 100644 --- a/databases/php-ldap/Makefile +++ b/databases/php-ldap/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.26 2016/03/05 11:28:13 jperkin Exp $ +# $NetBSD: Makefile,v 1.27 2016/04/02 09:05:22 taca Exp $ MODNAME= ldap CATEGORIES+= databases COMMENT= PHP extension for LDAP database access -PKGREVISION= 1 CONFLICTS= php-ldap-[0-9]* diff --git a/databases/php-mssql/Makefile b/databases/php-mssql/Makefile index bd6993e4ff76c..fd26bc2759afc 100644 --- a/databases/php-mssql/Makefile +++ b/databases/php-mssql/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.23 2016/03/05 11:28:13 jperkin Exp $ +# $NetBSD: Makefile,v 1.24 2016/04/02 09:05:23 taca Exp $ MODNAME= mssql CATEGORIES+= databases COMMENT= PHP extension for MS SQL databases -PKGREVISION= 1 USE_PHP_EXT_PATCHES= yes diff --git a/databases/php-pdo_dblib/Makefile b/databases/php-pdo_dblib/Makefile index 2e5b995c7dd7d..69b7a56bed4ca 100644 --- a/databases/php-pdo_dblib/Makefile +++ b/databases/php-pdo_dblib/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.21 2016/03/05 11:28:13 jperkin Exp $ +# $NetBSD: Makefile,v 1.22 2016/04/02 09:05:23 taca Exp $ MODNAME= pdo_dblib CATEGORIES+= databases COMMENT= PHP extension for PHP Data Objects (FreeTDS/Sybase/MS SQL) -PKGREVISION= 1 USE_PHP_EXT_PATCHES= yes diff --git a/databases/php-pdo_sqlite/Makefile b/databases/php-pdo_sqlite/Makefile index fde90fcd7b82d..a268ef8b0617c 100644 --- a/databases/php-pdo_sqlite/Makefile +++ b/databases/php-pdo_sqlite/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2016/01/08 03:31:21 taca Exp $ +# $NetBSD: Makefile,v 1.22 2016/05/02 13:11:27 taca Exp $ MODNAME= pdo_sqlite CATEGORIES+= databases diff --git a/databases/poco-data-sqlite/Makefile b/databases/poco-data-sqlite/Makefile index 32061e77d1b09..2bf3e3503cf8e 100644 --- a/databases/poco-data-sqlite/Makefile +++ b/databases/poco-data-sqlite/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.19 2016/03/05 11:27:43 jperkin Exp $ +# $NetBSD: Makefile,v 1.20 2016/04/11 19:01:34 ryoon Exp $ # PKGNAME= poco-data-sqlite-${POCO_VERSION} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= databases COMMENT= POCO C++ SQLite RDBMS Accessor libraries diff --git a/databases/poco-data-sqlite/buildlink3.mk b/databases/poco-data-sqlite/buildlink3.mk index 7c18af9a3c956..aefb4d430b31c 100644 --- a/databases/poco-data-sqlite/buildlink3.mk +++ b/databases/poco-data-sqlite/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.15 2016/03/05 11:27:43 jperkin Exp $ +# $NetBSD: buildlink3.mk,v 1.16 2016/04/11 19:01:34 ryoon Exp $ BUILDLINK_TREE+= poco-data-sqlite @@ -6,7 +6,7 @@ BUILDLINK_TREE+= poco-data-sqlite POCO_DATA_SQLITE_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.poco-data-sqlite+= poco-data-sqlite>=1.6.1 -BUILDLINK_ABI_DEPENDS.poco-data-sqlite+= poco-data-sqlite>=1.6.1nb1 +BUILDLINK_ABI_DEPENDS.poco-data-sqlite+= poco-data-sqlite>=1.6.1nb2 BUILDLINK_PKGSRCDIR.poco-data-sqlite?= ../../databases/poco-data-sqlite .include "../../databases/sqlite3/buildlink3.mk" diff --git a/databases/postgresql-postgis/DESCR b/databases/postgresql-postgis/DESCR deleted file mode 100644 index 7a614ccf20e68..0000000000000 --- a/databases/postgresql-postgis/DESCR +++ /dev/null @@ -1,18 +0,0 @@ -PostGIS adds support for geographic objects to the PostgreSQL object-relational -database. In effect, PostGIS "spatially enables" the PostgreSQL server, -allowing it to be used as a backend spatial database for geographic information -systems (GIS), much like ESRI's SDE or Oracle's Spatial extension. PostGIS -follows the OpenGIS "Simple Features Specification for SQL" and has been -certified as compliant with the "Types and Functions" profile. - -PostGIS/PostgreSQL includes the following functionality: -* Simple Features as defined by the OpenGIS Consortium (OGC) -* Support for Well-Known Text and Well-Known Binary representations of GIS - objects -* Fast spatial indexing using GiST -* Geospatial analysis functions -* PostgreSQL JDBC extension objects corresponding to the geometries -* Support for OGC access functions as defined by the Simple Features - Specification - -This is postgis 1.5, which is obsolete. diff --git a/databases/postgresql-postgis/Makefile b/databases/postgresql-postgis/Makefile deleted file mode 100644 index 91d8bb6606756..0000000000000 --- a/databases/postgresql-postgis/Makefile +++ /dev/null @@ -1,65 +0,0 @@ -# $NetBSD: Makefile,v 1.22 2015/10/24 21:18:12 joerg Exp $ - -DISTNAME= postgis-1.5.3 -PKGNAME= postgresql${PGSQL_VERSION}-${DISTNAME} -PKGREVISION= 8 -CATEGORIES= databases geography -MASTER_SITES= http://postgis.refractions.net/download/ - -MAINTAINER= gdt@NetBSD.org -HOMEPAGE= http://postgis.refractions.net/ -COMMENT= Spatial database capabilities for PostgreSQL - -LICENSE= gnu-gpl-v2 - -DEPENDS+= postgresql${PGSQL_VERSION}-server>=0:../../databases/postgresql${PGSQL_VERSION}-server - -CONFLICTS= postgis-[0-9]* - -# gmake complains about adding + to parent rule -MAKE_JOBS_SAFE= no - -PGSQL_VERSIONS_ACCEPTED= 91 - -USE_GCC_RUNTIME= yes -USE_LANGUAGES= c c++ -USE_LIBTOOL= yes -USE_TOOLS+= gmake lex pax perl -GNU_CONFIGURE= yes -CONFIGURE_ARGS+= --enable-rpath -CONFIGURE_ARGS+= --datadir=${PREFIX}/share/postgresql/contrib - -TEST_TARGET= check - -DOCDIR= ${PREFIX}/share/doc/postgis - -SUBST_CLASSES+= paths -SUBST_FILES.paths= extras/template_gis/profile \ - extras/template_gis/createdb.postgis.1 \ - extras/template_gis/mktemplate_gis.1 \ - extras/template_gis/postgis_env.sh.in -SUBST_VARS.paths+= PKG_SYSCONFDIR -SUBST_STAGE.paths= pre-configure - -INSTALLATION_DIRS= ${DOCDIR} ${DOCDIR}/images ${PKGMANDIR}/man1 - -MAKE_ENV+= PERL5=${PERL5:Q} -INSTALL_ENV+= mkinstalldirs=${INSTALL_DATA_DIR:Q} - -post-install: - ${INSTALL_DATA} ${BUILD_DIRS:Q}/README.postgis ${DESTDIR}${DOCDIR} - ${INSTALL_DATA} ${BUILD_DIRS:Q}/doc/html/postgis.html ${DESTDIR}${DOCDIR} - ${INSTALL_DATA} ${BUILD_DIRS:Q}/doc/html/style.css ${DESTDIR}${DOCDIR} - ${INSTALL_DATA} ${BUILD_DIRS:Q}/doc/html/images/* ${DESTDIR}${DOCDIR}/images - ${INSTALL_MAN} ${BUILD_DIRS:Q}/doc/man/*.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1 - ${INSTALL_DATA} ${BUILD_DIRS:Q}/doc/postgis_comments.sql ${DESTDIR}${PREFIX}/share/postgresql/contrib/postgis-1.5 - -# TEST_DEPENDS -# .include "../../devel/cunit/buildlink3.mk" - -.include "../../geography/geos/buildlink3.mk" -.include "../../geography/proj/buildlink3.mk" -.include "../../textproc/libxml2/buildlink3.mk" -.include "../../mk/pgsql.buildlink3.mk" -.include "../../mk/pthread.buildlink3.mk" -.include "../../mk/bsd.pkg.mk" diff --git a/databases/postgresql-postgis/PLIST b/databases/postgresql-postgis/PLIST deleted file mode 100644 index 6acf38ac013f1..0000000000000 --- a/databases/postgresql-postgis/PLIST +++ /dev/null @@ -1,105 +0,0 @@ -@comment $NetBSD: PLIST,v 1.4 2012/01/08 18:39:49 gdt Exp $ -bin/pgsql2shp -bin/shp2pgsql -lib/postgresql/postgis-1.5.so -man/man1/pgsql2shp.1 -man/man1/shp2pgsql.1 -share/doc/postgis/README.postgis -share/doc/postgis/images/caution.png -share/doc/postgis/images/check.png -share/doc/postgis/images/de9im01.png -share/doc/postgis/images/de9im02.png -share/doc/postgis/images/de9im03.png -share/doc/postgis/images/de9im04.png -share/doc/postgis/images/de9im05.png -share/doc/postgis/images/de9im06.png -share/doc/postgis/images/de9im07.png -share/doc/postgis/images/de9im08.png -share/doc/postgis/images/de9im09.png -share/doc/postgis/images/de9im10.png -share/doc/postgis/images/de9im11.png -share/doc/postgis/images/de9im12.png -share/doc/postgis/images/de9im13.png -share/doc/postgis/images/important.png -share/doc/postgis/images/matrix_autocast.png -share/doc/postgis/images/matrix_checkmark.png -share/doc/postgis/images/matrix_transform.png -share/doc/postgis/images/note.png -share/doc/postgis/images/st_buffer01.png -share/doc/postgis/images/st_buffer02.png -share/doc/postgis/images/st_buffer03.png -share/doc/postgis/images/st_buffer04.png -share/doc/postgis/images/st_buffer05.png -share/doc/postgis/images/st_buffer06.png -share/doc/postgis/images/st_buffer07.png -share/doc/postgis/images/st_buffer08.png -share/doc/postgis/images/st_buildarea01.png -share/doc/postgis/images/st_buildarea02.png -share/doc/postgis/images/st_centroid01.png -share/doc/postgis/images/st_centroid02.png -share/doc/postgis/images/st_centroid03.png -share/doc/postgis/images/st_centroid04.png -share/doc/postgis/images/st_closestpoint01.png -share/doc/postgis/images/st_closestpoint02.png -share/doc/postgis/images/st_contains01.png -share/doc/postgis/images/st_contains02.png -share/doc/postgis/images/st_contains03.png -share/doc/postgis/images/st_contains04.png -share/doc/postgis/images/st_contains05.png -share/doc/postgis/images/st_contains06.png -share/doc/postgis/images/st_convexhull01.png -share/doc/postgis/images/st_crosses-math.gif -share/doc/postgis/images/st_crosses01.png -share/doc/postgis/images/st_crosses02.png -share/doc/postgis/images/st_crosses03.png -share/doc/postgis/images/st_crosses04.png -share/doc/postgis/images/st_difference01.png -share/doc/postgis/images/st_dumppoints01.png -share/doc/postgis/images/st_issimple01.png -share/doc/postgis/images/st_issimple02.png -share/doc/postgis/images/st_issimple03.png -share/doc/postgis/images/st_issimple04.png -share/doc/postgis/images/st_issimple05.png -share/doc/postgis/images/st_issimple06.png -share/doc/postgis/images/st_issimple07.png -share/doc/postgis/images/st_isvalid01.png -share/doc/postgis/images/st_isvalid02.png -share/doc/postgis/images/st_isvalid03.png -share/doc/postgis/images/st_isvalid04.png -share/doc/postgis/images/st_isvalid05.png -share/doc/postgis/images/st_isvalid06.png -share/doc/postgis/images/st_isvalid07.png -share/doc/postgis/images/st_isvalid08.png -share/doc/postgis/images/st_line_interpolate_point01.png -share/doc/postgis/images/st_line_substring01.png -share/doc/postgis/images/st_linecrossingdirection01.png -share/doc/postgis/images/st_linecrossingdirection02.png -share/doc/postgis/images/st_linecrossingdirection03.png -share/doc/postgis/images/st_linecrossingdirection04.png -share/doc/postgis/images/st_longestline01.png -share/doc/postgis/images/st_longestline02.png -share/doc/postgis/images/st_longestline03.png -share/doc/postgis/images/st_minimumboundingcircle01.png -share/doc/postgis/images/st_shortestline01.png -share/doc/postgis/images/st_shortestline02.png -share/doc/postgis/images/st_symdifference01.png -share/doc/postgis/images/st_symdifference02.png -share/doc/postgis/images/st_touches-math.gif -share/doc/postgis/images/st_touches01.png -share/doc/postgis/images/st_touches02.png -share/doc/postgis/images/st_touches03.png -share/doc/postgis/images/st_touches04.png -share/doc/postgis/images/st_touches05.png -share/doc/postgis/images/st_touches06.png -share/doc/postgis/images/st_within01.png -share/doc/postgis/images/tip.png -share/doc/postgis/images/warning.png -share/doc/postgis/postgis.html -share/doc/postgis/style.css -share/postgresql/contrib/postgis-1.5/postgis.sql -share/postgresql/contrib/postgis-1.5/postgis_comments.sql -share/postgresql/contrib/postgis-1.5/postgis_upgrade_13_to_15.sql -share/postgresql/contrib/postgis-1.5/postgis_upgrade_14_to_15.sql -share/postgresql/contrib/postgis-1.5/postgis_upgrade_15_minor.sql -share/postgresql/contrib/postgis-1.5/spatial_ref_sys.sql -share/postgresql/contrib/postgis-1.5/uninstall_postgis.sql diff --git a/databases/postgresql-postgis/buildlink3.mk b/databases/postgresql-postgis/buildlink3.mk deleted file mode 100644 index 05ca57faa421a..0000000000000 --- a/databases/postgresql-postgis/buildlink3.mk +++ /dev/null @@ -1,19 +0,0 @@ -# $NetBSD: buildlink3.mk,v 1.5 2015/10/24 21:18:12 joerg Exp $ - -BUILDLINK_TREE+= postgresql-postgis - -.if !defined(POSTGRESQL_POSTGIS_BUILDLINK3_MK) -POSTGRESQL_POSTGIS_BUILDLINK3_MK:= - -BUILDLINK_API_DEPENDS.postgresql-postgis+= postgresql${PGSQL_VERSION}-postgis>=1.4 -BUILDLINK_ABI_DEPENDS.postgresql-postgis?= postgresql91-postgis>=1.5.3nb7 -BUILDLINK_PKGSRCDIR.postgresql-postgis?= ../../databases/postgresql-postgis - -PGSQL_VERSIONS_ACCEPTED= 91 - -.include "../../geography/geos/buildlink3.mk" -.include "../../geography/proj/buildlink3.mk" -.include "../../mk/pgsql.buildlink3.mk" -.endif # POSTGRESQL_POSTGIS_BUILDLINK3_MK - -BUILDLINK_TREE+= -postgresql-postgis diff --git a/databases/postgresql-postgis/distinfo b/databases/postgresql-postgis/distinfo deleted file mode 100644 index 5f8139cf84acc..0000000000000 --- a/databases/postgresql-postgis/distinfo +++ /dev/null @@ -1,11 +0,0 @@ -$NetBSD: distinfo,v 1.10 2015/11/03 01:56:25 agc Exp $ - -SHA1 (postgis-1.5.3.tar.gz) = e8c572e0258ba760a67b7f717bdc8321b9f6cd58 -RMD160 (postgis-1.5.3.tar.gz) = e30275890b175cbe1d70d5899cbe45ec34ddbafb -SHA512 (postgis-1.5.3.tar.gz) = fe51f6cd452de577d361b56196adcacd6715f608c3e2d073375f36e35a6b47b5cc92f8232b9d1d29cd00d1f85c77dbd035379687f7a180074ee7dbd38ca8f3cd -Size (postgis-1.5.3.tar.gz) = 3779956 bytes -SHA1 (patch-configure) = 02eb1f3774bdb75f6426e3af97e81a1991c41b4b -SHA1 (patch-configure.ac) = 84d5371513f235184c65b4e80aa67334ae8c2498 -SHA1 (patch-doc_Makefile.in) = 98807010256cf42e4d179305febe2525efbb6cd1 -SHA1 (patch-doc_html_image__src_Makefile.in) = 89e19e03dbb936d723d1e6748cd2bd77232bcf6d -SHA1 (patch-postgis_Makefile.in) = db0e73dac0d4c88cd44fe33253c8b766c576b664 diff --git a/databases/postgresql-postgis/patches/patch-configure b/databases/postgresql-postgis/patches/patch-configure deleted file mode 100644 index f4e98f2d11c16..0000000000000 --- a/databases/postgresql-postgis/patches/patch-configure +++ /dev/null @@ -1,22 +0,0 @@ -$NetBSD: patch-configure,v 1.2 2013/10/20 18:18:52 joerg Exp $ - -See configure.ac patch. - ---- configure.orig 2011-12-31 03:24:50.000000000 +0000 -+++ configure -@@ -16430,12 +16430,14 @@ fi - - - --PGSQL_FE_LDFLAGS=-L`$PGCONFIG --libdir`" -lpq" -+ -+PGSQL_FE_LDFLAGS="-L`$PGCONFIG --libdir` ${COMPILER_RPATH_FLAG}`$PGCONFIG --libdir` -lpq" - PGSQL_FE_CPPFLAGS=-I`$PGCONFIG --includedir` - - - - -+ - PGSQL_DOCDIR=`$PGCONFIG --docdir` - PGSQL_MANDIR=`$PGCONFIG --mandir` - diff --git a/databases/postgresql-postgis/patches/patch-configure.ac b/databases/postgresql-postgis/patches/patch-configure.ac deleted file mode 100644 index e8aaba581e472..0000000000000 --- a/databases/postgresql-postgis/patches/patch-configure.ac +++ /dev/null @@ -1,19 +0,0 @@ -$NetBSD: patch-configure.ac,v 1.2 2013/10/20 18:18:52 joerg Exp $ - -Upstream's configure hand-constructs LDFLAGS from using --libdir, and -fails to address rpath. - -To be addressed with upstream by gdt after updating to 1.5.3 and -understanding better. - ---- configure.ac.orig 2010-01-29 21:24:24.000000000 +0000 -+++ configure.ac -@@ -341,7 +341,7 @@ AC_SUBST([PGXSOVERRIDE]) - dnl Note: We don't need the server-side LDFLAGS or CPPFLAGS because we get these from PGXS - - dnl Extract the linker and include flags for the frontend (for programs that use libpq) --PGSQL_FE_LDFLAGS=-L`$PGCONFIG --libdir`" -lpq" -+PGSQL_FE_LDFLAGS="-L`$PGCONFIG --libdir` ${COMPILER_RPATH_FLAG}`$PGCONFIG --libdir` -lpq" - PGSQL_FE_CPPFLAGS=-I`$PGCONFIG --includedir` - - AC_SUBST([PGSQL_FE_LDFLAGS]) diff --git a/databases/postgresql-postgis/patches/patch-doc_Makefile.in b/databases/postgresql-postgis/patches/patch-doc_Makefile.in deleted file mode 100644 index 7d2786b040fc5..0000000000000 --- a/databases/postgresql-postgis/patches/patch-doc_Makefile.in +++ /dev/null @@ -1,34 +0,0 @@ -$NetBSD: patch-doc_Makefile.in,v 1.1 2012/01/10 14:00:46 gdt Exp $ - ---- doc/Makefile.in.orig 2010-09-19 12:21:28.000000000 +0000 -+++ doc/Makefile.in -@@ -111,24 +111,24 @@ doxygen: doxygen.cfg - doxygen $< - - images: -- make -C html/image_src images -+ $(MAKE) -C html/image_src images - - clean: -- make -C html/image_src clean -+ $(MAKE) -C html/image_src clean - @rm -f postgis-out.xml postgis_aggs_mm.xml - - maintainer-clean: clean -- make -C html/image_src clean -+ $(MAKE) -C html/image_src clean - @rm -f html/*.html \ - postgis-${POSTGIS_MAJOR_VERSION}.${POSTGIS_MINOR_VERSION}.${POSTGIS_MICRO_VERSION}.pdf - - comments: postgis_comments.sql - - comments-install: comments -- make -f Makefile.comments install -+ $(MAKE) -f Makefile.comments install - - comments-uninstall: -- make -f Makefile.comments uninstall -+ $(MAKE) -f Makefile.comments uninstall - - install: html/postgis.html man/shp2pgsql.1 man/pgsql2shp.1 - @mkdir -p $(PGSQL_DOCDIR)/postgis diff --git a/databases/postgresql-postgis/patches/patch-doc_html_image__src_Makefile.in b/databases/postgresql-postgis/patches/patch-doc_html_image__src_Makefile.in deleted file mode 100644 index 18ee038842f8d..0000000000000 --- a/databases/postgresql-postgis/patches/patch-doc_html_image__src_Makefile.in +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-doc_html_image__src_Makefile.in,v 1.1 2012/01/10 14:00:46 gdt Exp $ - ---- doc/html/image_src/Makefile.in.orig 2010-01-11 17:31:49.000000000 +0000 -+++ doc/html/image_src/Makefile.in -@@ -126,7 +126,7 @@ generator: ../../../liblwgeom/liblwgeom. - - # Build liblwgeom - ../../../liblwgeom/liblwgeom.a: -- make -C ../../../liblwgeom liblwgeom.a -+ $(MAKE) -C ../../../liblwgeom liblwgeom.a - - # Clean target - clean: diff --git a/databases/postgresql-postgis/patches/patch-postgis_Makefile.in b/databases/postgresql-postgis/patches/patch-postgis_Makefile.in deleted file mode 100644 index 81d429b6959da..0000000000000 --- a/databases/postgresql-postgis/patches/patch-postgis_Makefile.in +++ /dev/null @@ -1,22 +0,0 @@ -$NetBSD: patch-postgis_Makefile.in,v 1.1 2012/03/14 16:41:10 fhajny Exp $ - -Specify perl binary directly, rather than rely on PostgreSQL. ---- postgis/Makefile.in.orig 2010-01-08 22:48:29.000000000 +0000 -+++ postgis/Makefile.in -@@ -106,13 +106,13 @@ endif - sed 's,MODULE_PATHNAME,$$libdir/postgis-@POSTGIS_MAJOR_VERSION@.@POSTGIS_MINOR_VERSION@,g' $< >$@ - - postgis_upgrade_15_minor.sql: postgis.sql -- $(PERL) ../utils/postgis_proc_upgrade.pl $< 1.5 > $@ -+ $(PERL5) ../utils/postgis_proc_upgrade.pl $< 1.5 > $@ - - postgis_upgrade_14_to_15.sql: postgis.sql -- $(PERL) ../utils/postgis_proc_upgrade.pl $< 1.4 > $@ -+ $(PERL5) ../utils/postgis_proc_upgrade.pl $< 1.4 > $@ - - postgis_upgrade_13_to_15.sql: postgis.sql -- $(PERL) ../utils/postgis_proc_upgrade.pl $< 1.3 > $@ -+ $(PERL5) ../utils/postgis_proc_upgrade.pl $< 1.3 > $@ - - # Generate any .sql.in files from .sql.in.c files by running them through the C pre-processor - $(SQL_OBJS): %.in: %.in.c diff --git a/databases/postgresql-postgis2/Makefile b/databases/postgresql-postgis2/Makefile index 166f3dace33a0..76e9957903de4 100644 --- a/databases/postgresql-postgis2/Makefile +++ b/databases/postgresql-postgis2/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.16 2016/03/05 11:28:13 jperkin Exp $ +# $NetBSD: Makefile,v 1.18 2016/04/11 12:22:02 gdt Exp $ -DISTNAME= postgis-2.2.1 +DISTNAME= postgis-2.2.2 PKGNAME= postgresql${PGSQL_VERSION}-${DISTNAME} -PKGREVISION= 1 CATEGORIES= databases geography MASTER_SITES= http://download.osgeo.org/postgis/source/ @@ -28,7 +27,7 @@ CONFLICTS= postgis-[0-9]* # gmake complains about adding + to parent rule MAKE_JOBS_SAFE= no -PGSQL_VERSIONS_ACCEPTED= 94 93 92 91 +PGSQL_VERSIONS_ACCEPTED= 95 94 93 92 91 USE_GCC_RUNTIME= yes USE_LANGUAGES= c c++ c99 @@ -60,6 +59,7 @@ SUBST_STAGE.paths= pre-configure INSTALLATION_DIRS= ${DOCDIR} ${DOCDIR}/images ${PKGMANDIR}/man1 REPLACE_PERL+= utils/postgis_restore.pl.in +REPLACE_PERL+= utils/create_spatial_ref_sys_config_dump.pl #MAKE_ENV+= PERL5=${PERL5:Q} INSTALL_ENV+= mkinstalldirs=${INSTALL_DATA_DIR:Q} diff --git a/databases/postgresql-postgis2/PLIST b/databases/postgresql-postgis2/PLIST index 25b9750106058..3766a3b1f0254 100644 --- a/databases/postgresql-postgis2/PLIST +++ b/databases/postgresql-postgis2/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.6 2016/01/10 01:21:13 gdt Exp $ +@comment $NetBSD: PLIST,v 1.7 2016/04/11 12:22:02 gdt Exp $ bin/pgsql2shp bin/raster2pgsql bin/shp2pgsql @@ -13,11 +13,13 @@ share/postgresql/contrib/postgis-2.2/legacy_gist.sql share/postgresql/contrib/postgis-2.2/legacy_minimal.sql share/postgresql/contrib/postgis-2.2/postgis.sql share/postgresql/contrib/postgis-2.2/postgis_comments.sql +share/postgresql/contrib/postgis-2.2/postgis_proc_set_search_path.sql share/postgresql/contrib/postgis-2.2/postgis_restore.pl share/postgresql/contrib/postgis-2.2/postgis_upgrade.sql share/postgresql/contrib/postgis-2.2/raster_comments.sql share/postgresql/contrib/postgis-2.2/rtpostgis.sql share/postgresql/contrib/postgis-2.2/rtpostgis_legacy.sql +share/postgresql/contrib/postgis-2.2/rtpostgis_proc_set_search_path.sql share/postgresql/contrib/postgis-2.2/rtpostgis_upgrade.sql share/postgresql/contrib/postgis-2.2/sfcgal_comments.sql share/postgresql/contrib/postgis-2.2/spatial_ref_sys.sql @@ -47,6 +49,8 @@ share/postgresql/extension/postgis--2.1.7--${PKGVERSION}.sql share/postgresql/extension/postgis--2.1.8--${PKGVERSION}.sql share/postgresql/extension/postgis--2.1.9--${PKGVERSION}.sql share/postgresql/extension/postgis--2.2.0--${PKGVERSION}.sql +share/postgresql/extension/postgis--2.2.1--${PKGVERSION}.sql +share/postgresql/extension/postgis--${PKGVERSION}--${PKGVERSION}.sql share/postgresql/extension/postgis--${PKGVERSION}--${PKGVERSION}next.sql share/postgresql/extension/postgis--${PKGVERSION}.sql share/postgresql/extension/postgis--${PKGVERSION}next--${PKGVERSION}.sql @@ -71,6 +75,8 @@ share/postgresql/extension/postgis_tiger_geocoder--2.1.7--${PKGVERSION}.sql share/postgresql/extension/postgis_tiger_geocoder--2.1.8--${PKGVERSION}.sql share/postgresql/extension/postgis_tiger_geocoder--2.1.9--${PKGVERSION}.sql share/postgresql/extension/postgis_tiger_geocoder--2.2.0--${PKGVERSION}.sql +share/postgresql/extension/postgis_tiger_geocoder--2.2.1--${PKGVERSION}.sql +share/postgresql/extension/postgis_tiger_geocoder--${PKGVERSION}--${PKGVERSION}.sql share/postgresql/extension/postgis_tiger_geocoder--${PKGVERSION}--${PKGVERSION}next.sql share/postgresql/extension/postgis_tiger_geocoder--${PKGVERSION}.sql share/postgresql/extension/postgis_tiger_geocoder--${PKGVERSION}next--${PKGVERSION}.sql @@ -96,6 +102,8 @@ share/postgresql/extension/postgis_topology--2.1.7--${PKGVERSION}.sql share/postgresql/extension/postgis_topology--2.1.8--${PKGVERSION}.sql share/postgresql/extension/postgis_topology--2.1.9--${PKGVERSION}.sql share/postgresql/extension/postgis_topology--2.2.0--${PKGVERSION}.sql +share/postgresql/extension/postgis_topology--2.2.1--${PKGVERSION}.sql +share/postgresql/extension/postgis_topology--${PKGVERSION}--${PKGVERSION}.sql share/postgresql/extension/postgis_topology--${PKGVERSION}--${PKGVERSION}next.sql share/postgresql/extension/postgis_topology--${PKGVERSION}.sql share/postgresql/extension/postgis_topology--${PKGVERSION}next--${PKGVERSION}.sql diff --git a/databases/postgresql-postgis2/distinfo b/databases/postgresql-postgis2/distinfo index 4909f2a253a87..32062fb40cfe9 100644 --- a/databases/postgresql-postgis2/distinfo +++ b/databases/postgresql-postgis2/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.7 2016/01/10 01:21:13 gdt Exp $ +$NetBSD: distinfo,v 1.8 2016/04/11 12:22:02 gdt Exp $ -SHA1 (postgis-2.2.1.tar.gz) = 615f86c34ed4431383432d34f4b6d558c71fb94f -RMD160 (postgis-2.2.1.tar.gz) = 6e9574938ad6964e64b8fae0f9240b12234c6d23 -SHA512 (postgis-2.2.1.tar.gz) = e580fc6556e1d8e2ba36d62795650852d303ce4c935c8e538d14f0bf0f00c3c27dcb034c42dfafa0c8995eb0f28f71119c8ada4ceecaa8ca9897d0653552bb2f -Size (postgis-2.2.1.tar.gz) = 10069889 bytes +SHA1 (postgis-2.2.2.tar.gz) = f82fa96c4c73e8a94091b51f2e528a8146b03597 +RMD160 (postgis-2.2.2.tar.gz) = 1107540f50e163a998e34659922044d7801d336e +SHA512 (postgis-2.2.2.tar.gz) = c5ad97abe52b7ec67e52a06e05e694099eaf2daacb7dc73c85dce71a61c269c755ec401f1077a1760cfb930ccd42fb1d34ebfb79990f52f5bc3aafa9db2e9ce4 +Size (postgis-2.2.2.tar.gz) = 10071528 bytes SHA1 (patch-extensions_address__standardizer_Makefile.in) = e560e734b3652b5ae4c539af8f077754979f2f29 SHA1 (patch-extensions_postgis_Makefile.in) = 30b67a57cd3999b7fe688fc65c4d8730ad0afaa8 SHA1 (patch-extensions_postgis__topology_Makefile.in) = f1095e0a852d746027417d49a0c14bf00a5da00f diff --git a/databases/postgresql91-adminpack/Makefile b/databases/postgresql91-adminpack/Makefile index fe38d16a6802a..db7827e20bd8c 100644 --- a/databases/postgresql91-adminpack/Makefile +++ b/databases/postgresql91-adminpack/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.10 2016/03/05 11:28:13 jperkin Exp $ +# $NetBSD: Makefile,v 1.11 2016/04/09 12:51:44 adam Exp $ PKGNAME= ${DISTNAME:C/-/91-adminpack-/} -PKGREVISION= 1 COMMENT= Admin pack module for pgAdmin management DEPENDS+= postgresql91-server>=${PKGVERSION_NOREV}:../../databases/postgresql91-server diff --git a/databases/postgresql91-client/Makefile b/databases/postgresql91-client/Makefile index dcd97fac2d408..a09ada4b0563f 100644 --- a/databases/postgresql91-client/Makefile +++ b/databases/postgresql91-client/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.18 2016/03/05 11:27:43 jperkin Exp $ +# $NetBSD: Makefile,v 1.19 2016/04/09 12:51:45 adam Exp $ PKGNAME= ${DISTNAME:C/-/91-client-/} -PKGREVISION= 1 COMMENT= PostgreSQL database client programs .include "../../databases/postgresql91/Makefile.common" diff --git a/databases/postgresql91-datatypes/Makefile b/databases/postgresql91-datatypes/Makefile index c29f4ba6c47e1..37899f0005921 100644 --- a/databases/postgresql91-datatypes/Makefile +++ b/databases/postgresql91-datatypes/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.14 2016/03/05 11:28:13 jperkin Exp $ +# $NetBSD: Makefile,v 1.15 2016/04/09 12:51:45 adam Exp $ PKGNAME= ${DISTNAME:C/-/91-datatypes-/} -PKGREVISION= 1 COMMENT= PostgreSQL data types support modules DEPENDS+= postgresql91-server>=${PKGVERSION_NOREV}:../../databases/postgresql91-server diff --git a/databases/postgresql91-dblink/Makefile b/databases/postgresql91-dblink/Makefile index 1d57df02081ac..227f4c183bc8b 100644 --- a/databases/postgresql91-dblink/Makefile +++ b/databases/postgresql91-dblink/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.10 2016/03/05 11:28:13 jperkin Exp $ +# $NetBSD: Makefile,v 1.11 2016/04/09 12:51:45 adam Exp $ PKGNAME= ${DISTNAME:C/-/91-dblink-/} -PKGREVISION= 1 COMMENT= Dblink module for remote database connections DEPENDS+= postgresql91-server>=${PKGVERSION_NOREV}:../../databases/postgresql91-server diff --git a/databases/postgresql91-docs/PLIST b/databases/postgresql91-docs/PLIST index 2c143112b1898..5ee3024c98977 100644 --- a/databases/postgresql91-docs/PLIST +++ b/databases/postgresql91-docs/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.22 2016/02/25 01:06:31 tnn Exp $ +@comment $NetBSD: PLIST,v 1.23 2016/04/09 12:51:45 adam Exp $ man/man1/clusterdb.1 man/man1/createdb.1 man/man1/createlang.1 @@ -1024,6 +1024,7 @@ share/doc/postgresql/html/release-9-1-18.html share/doc/postgresql/html/release-9-1-19.html share/doc/postgresql/html/release-9-1-20.html share/doc/postgresql/html/release-9-1-2.html +share/doc/postgresql/html/release-9-1-21.html share/doc/postgresql/html/release-9-1-3.html share/doc/postgresql/html/release-9-1-4.html share/doc/postgresql/html/release-9-1-5.html diff --git a/databases/postgresql91-fuzzystrmatch/Makefile b/databases/postgresql91-fuzzystrmatch/Makefile index fbf1d49a23947..ff5288a717453 100644 --- a/databases/postgresql91-fuzzystrmatch/Makefile +++ b/databases/postgresql91-fuzzystrmatch/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.10 2016/03/05 11:28:13 jperkin Exp $ +# $NetBSD: Makefile,v 1.11 2016/04/09 12:51:45 adam Exp $ PKGNAME= ${DISTNAME:C/-/91-fuzzystrmatch-/} -PKGREVISION= 1 COMMENT= PostgreSQL fuzzystrmatch contribution DEPENDS+= postgresql91-server>=${PKGVERSION_NOREV}:../../databases/postgresql91-server diff --git a/databases/postgresql91-monitoring/Makefile b/databases/postgresql91-monitoring/Makefile index b37b4bb5706d9..cb65994bd8c48 100644 --- a/databases/postgresql91-monitoring/Makefile +++ b/databases/postgresql91-monitoring/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.10 2016/03/05 11:28:14 jperkin Exp $ +# $NetBSD: Makefile,v 1.11 2016/04/09 12:51:45 adam Exp $ PKGNAME= ${DISTNAME:C/-/91-monitoring-/} -PKGREVISION= 1 COMMENT= PostgreSQL monitoring tools DEPENDS+= postgresql91-server>=${PKGVERSION_NOREV}:../../databases/postgresql91-server diff --git a/databases/postgresql91-pgcrypto/Makefile b/databases/postgresql91-pgcrypto/Makefile index 556c9b90e5da2..98110b5f13dd2 100644 --- a/databases/postgresql91-pgcrypto/Makefile +++ b/databases/postgresql91-pgcrypto/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.10 2016/03/05 11:28:14 jperkin Exp $ +# $NetBSD: Makefile,v 1.11 2016/04/09 12:51:45 adam Exp $ PKGNAME= ${DISTNAME:C/-/91-pgcrypto-/} -PKGREVISION= 1 COMMENT= Module providing cryptographic functions for PostgreSQL DEPENDS+= postgresql91-server>=${PKGVERSION_NOREV}:../../databases/postgresql91-server diff --git a/databases/postgresql91-plperl/Makefile b/databases/postgresql91-plperl/Makefile index 5f2572abf302e..069776b29778f 100644 --- a/databases/postgresql91-plperl/Makefile +++ b/databases/postgresql91-plperl/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.18 2016/03/05 11:28:14 jperkin Exp $ +# $NetBSD: Makefile,v 1.19 2016/04/09 12:51:45 adam Exp $ PKGNAME= ${DISTNAME:C/-/91-plperl-/} -PKGREVISION= 1 COMMENT= PL/Perl procedural language for the PostgreSQL backend DEPENDS+= postgresql91-server>=${PKGVERSION_NOREV}:../../databases/postgresql91-server diff --git a/databases/postgresql91-plpython/Makefile b/databases/postgresql91-plpython/Makefile index e49c1314fdf69..5fc4ecddc3705 100644 --- a/databases/postgresql91-plpython/Makefile +++ b/databases/postgresql91-plpython/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.13 2016/03/05 11:28:14 jperkin Exp $ +# $NetBSD: Makefile,v 1.14 2016/04/09 12:51:45 adam Exp $ PKGNAME= ${DISTNAME:C/-/91-plpython-/} -PKGREVISION= 1 COMMENT= PL/Python procedural language for the PostgreSQL backend DEPENDS+= postgresql91-server>=${PKGVERSION_NOREV}:../../databases/postgresql91-server diff --git a/databases/postgresql91-pltcl/Makefile b/databases/postgresql91-pltcl/Makefile index c3a66dc266d99..b0c25f07faf99 100644 --- a/databases/postgresql91-pltcl/Makefile +++ b/databases/postgresql91-pltcl/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.11 2016/03/05 11:28:14 jperkin Exp $ +# $NetBSD: Makefile,v 1.12 2016/04/09 12:51:45 adam Exp $ PKGNAME= ${DISTNAME:C/-/91-pltcl-/} -PKGREVISION= 1 COMMENT= PL/Tcl procedural language for the PostgreSQL backend DEPENDS+= postgresql91-server>=${PKGVERSION_NOREV}:../../databases/postgresql91-server diff --git a/databases/postgresql91-replicationtools/Makefile b/databases/postgresql91-replicationtools/Makefile index a273a83dd00b1..2ed4b6bf0b834 100644 --- a/databases/postgresql91-replicationtools/Makefile +++ b/databases/postgresql91-replicationtools/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.10 2016/03/05 11:28:14 jperkin Exp $ +# $NetBSD: Makefile,v 1.11 2016/04/09 12:51:45 adam Exp $ PKGNAME= ${DISTNAME:C/-/91-replicationtools-/} -PKGREVISION= 1 COMMENT= PostgreSQL replication tools .include "../../databases/postgresql91/Makefile.common" diff --git a/databases/postgresql91-server/Makefile b/databases/postgresql91-server/Makefile index 103e892e503ee..132671ffd6073 100644 --- a/databases/postgresql91-server/Makefile +++ b/databases/postgresql91-server/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.15 2016/03/05 11:28:14 jperkin Exp $ +# $NetBSD: Makefile,v 1.17 2016/04/09 12:51:45 adam Exp $ PKGNAME= ${DISTNAME:C/-/91-server-/} -PKGREVISION= 1 COMMENT= PostgreSQL database server programs # mips has no TAS implementation diff --git a/databases/postgresql91-server/PLIST b/databases/postgresql91-server/PLIST index 256b54424c86b..6a6c49110b6ce 100644 --- a/databases/postgresql91-server/PLIST +++ b/databases/postgresql91-server/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.12 2015/10/11 11:24:59 adam Exp $ +@comment $NetBSD: PLIST,v 1.13 2016/04/09 12:51:45 adam Exp $ bin/postgres bin/postmaster lib/postgresql/ascii_and_mic.so @@ -313,6 +313,7 @@ share/postgresql/timezone/Asia/Baghdad share/postgresql/timezone/Asia/Bahrain share/postgresql/timezone/Asia/Baku share/postgresql/timezone/Asia/Bangkok +share/postgresql/timezone/Asia/Barnaul share/postgresql/timezone/Asia/Beirut share/postgresql/timezone/Asia/Bishkek share/postgresql/timezone/Asia/Brunei @@ -489,6 +490,7 @@ share/postgresql/timezone/Etc/Universal share/postgresql/timezone/Etc/Zulu share/postgresql/timezone/Europe/Amsterdam share/postgresql/timezone/Europe/Andorra +share/postgresql/timezone/Europe/Astrakhan share/postgresql/timezone/Europe/Athens share/postgresql/timezone/Europe/Belfast share/postgresql/timezone/Europe/Belgrade @@ -536,6 +538,7 @@ share/postgresql/timezone/Europe/Stockholm share/postgresql/timezone/Europe/Tallinn share/postgresql/timezone/Europe/Tirane share/postgresql/timezone/Europe/Tiraspol +share/postgresql/timezone/Europe/Ulyanovsk share/postgresql/timezone/Europe/Uzhgorod share/postgresql/timezone/Europe/Vaduz share/postgresql/timezone/Europe/Vatican diff --git a/databases/postgresql91-server/files/smf/manifest.xml b/databases/postgresql91-server/files/smf/manifest.xml index 76366b9eabcb5..737efb875f45e 100644 --- a/databases/postgresql91-server/files/smf/manifest.xml +++ b/databases/postgresql91-server/files/smf/manifest.xml @@ -10,7 +10,7 @@ - + diff --git a/databases/postgresql91-upgrade/Makefile b/databases/postgresql91-upgrade/Makefile index 803aa8f1fb5b2..449cc6fda3f58 100644 --- a/databases/postgresql91-upgrade/Makefile +++ b/databases/postgresql91-upgrade/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.10 2016/03/05 11:28:14 jperkin Exp $ +# $NetBSD: Makefile,v 1.11 2016/04/09 12:51:45 adam Exp $ PKGNAME= ${DISTNAME:C/-/91-upgrade-/} -PKGREVISION= 1 COMMENT= PostgreSQL binary upgrade tool MAINTAINER= pkgsrc-users@NetBSD.org diff --git a/databases/postgresql91/Makefile b/databases/postgresql91/Makefile index c7d03320e125a..a37e80eb17faf 100644 --- a/databases/postgresql91/Makefile +++ b/databases/postgresql91/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.12 2016/03/05 11:28:13 jperkin Exp $ +# $NetBSD: Makefile,v 1.13 2016/04/09 12:51:44 adam Exp $ PKGNAME= ${DISTNAME:C/-/91-/} -PKGREVISION= 1 COMMENT= Robust, next generation, object-relational DBMS DEPENDS+= postgresql91-client>=${PKGVERSION_NOREV}:../../databases/postgresql91-client diff --git a/databases/postgresql91/Makefile.common b/databases/postgresql91/Makefile.common index 7a4da80100c19..9f0d776acb3b8 100644 --- a/databases/postgresql91/Makefile.common +++ b/databases/postgresql91/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.29 2016/02/25 11:46:21 jperkin Exp $ +# $NetBSD: Makefile.common,v 1.30 2016/04/09 12:51:44 adam Exp $ # # This Makefile fragment is included by all PostgreSQL packages built from # the main sources of the PostgreSQL distribution except jdbc-postgresql. @@ -23,7 +23,7 @@ # used by databases/postgresql91-server/Makefile # used by databases/postgresql91-upgrade/Makefile -DISTNAME= postgresql-9.1.20 +DISTNAME= postgresql-9.1.21 CATEGORIES= databases MASTER_SITES= ${MASTER_SITE_PGSQL:=source/v${PKGVERSION_NOREV}/} EXTRACT_SUFX= .tar.bz2 diff --git a/databases/postgresql91/distinfo b/databases/postgresql91/distinfo index 9e2323e94a40d..7c7622a6d8601 100644 --- a/databases/postgresql91/distinfo +++ b/databases/postgresql91/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.27 2016/02/25 01:06:31 tnn Exp $ +$NetBSD: distinfo,v 1.28 2016/04/09 12:51:44 adam Exp $ -SHA1 (postgresql-9.1.20.tar.bz2) = 6212dfefa735c14dcfe61e9a0135580dc4b57b18 -RMD160 (postgresql-9.1.20.tar.bz2) = 3889c957bfdc7d67989e2f1f4336a7aba81d67eb -SHA512 (postgresql-9.1.20.tar.bz2) = ebec6aae593058276dda2404812d89f3df637ceac24d96de1a774da03cf58ea9ce44819e18549040b6f6d811f2c8203462e13788df7158d45a0fe9dfb72d0fd9 -Size (postgresql-9.1.20.tar.bz2) = 15844360 bytes +SHA1 (postgresql-9.1.21.tar.bz2) = f61eb6f08debdecc04565103324cf7d7f80fb73e +RMD160 (postgresql-9.1.21.tar.bz2) = 81e10c927a7409fec3c9b2087615693066f1c1d4 +SHA512 (postgresql-9.1.21.tar.bz2) = 75a96ce2c080b2e657b6f591e18c4778635a9f8c74870bbe7c99cb82bf1dfaad124942214ab6e3079b565c41b7fc77af1a4a49672e7ddba075374402c8832a5b +Size (postgresql-9.1.21.tar.bz2) = 15850128 bytes SHA1 (patch-config_perl.m4) = c7e5aaff1c47d2e33df7692a412ef984c77ffcc0 SHA1 (patch-configure) = dab79533dac06a79a5aa8439d6b15830d8d2fba7 SHA1 (patch-contrib_dblink_Makefile) = 4960ad57d42465fae203870548e4c53f8a32ce04 diff --git a/databases/postgresql92-adminpack/Makefile b/databases/postgresql92-adminpack/Makefile index 23f49a73ae8c8..c438d56da8b6b 100644 --- a/databases/postgresql92-adminpack/Makefile +++ b/databases/postgresql92-adminpack/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.7 2016/03/05 11:28:14 jperkin Exp $ +# $NetBSD: Makefile,v 1.8 2016/04/09 12:51:46 adam Exp $ PKGNAME= ${DISTNAME:C/-/92-adminpack-/} -PKGREVISION= 1 COMMENT= Admin pack module for pgAdmin management DEPENDS+= postgresql92-server>=${PKGVERSION_NOREV}:../../databases/postgresql92-server diff --git a/databases/postgresql92-client/Makefile b/databases/postgresql92-client/Makefile index ac263850616bb..17814607a7239 100644 --- a/databases/postgresql92-client/Makefile +++ b/databases/postgresql92-client/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.8 2016/03/05 11:27:43 jperkin Exp $ +# $NetBSD: Makefile,v 1.9 2016/04/09 12:51:46 adam Exp $ PKGNAME= ${DISTNAME:C/-/92-client-/} -PKGREVISION= 1 COMMENT= PostgreSQL database client programs .include "../../databases/postgresql92/Makefile.common" diff --git a/databases/postgresql92-datatypes/Makefile b/databases/postgresql92-datatypes/Makefile index 6f53c25085ecd..94fb93a3224b6 100644 --- a/databases/postgresql92-datatypes/Makefile +++ b/databases/postgresql92-datatypes/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.11 2016/03/05 11:28:14 jperkin Exp $ +# $NetBSD: Makefile,v 1.12 2016/04/09 12:51:46 adam Exp $ PKGNAME= ${DISTNAME:C/-/92-datatypes-/} -PKGREVISION= 1 COMMENT= PostgreSQL data types support modules DEPENDS+= postgresql92-server>=${PKGVERSION_NOREV}:../../databases/postgresql92-server diff --git a/databases/postgresql92-dblink/Makefile b/databases/postgresql92-dblink/Makefile index 9b80319d65268..4bfc7c38ac28c 100644 --- a/databases/postgresql92-dblink/Makefile +++ b/databases/postgresql92-dblink/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.7 2016/03/05 11:28:14 jperkin Exp $ +# $NetBSD: Makefile,v 1.8 2016/04/09 12:51:46 adam Exp $ PKGNAME= ${DISTNAME:C/-/92-dblink-/} -PKGREVISION= 1 COMMENT= Dblink module for remote database connections DEPENDS+= postgresql92-server>=${PKGVERSION_NOREV}:../../databases/postgresql92-server diff --git a/databases/postgresql92-docs/PLIST b/databases/postgresql92-docs/PLIST index 2d9da5c95fad5..5b5c6bdf19b13 100644 --- a/databases/postgresql92-docs/PLIST +++ b/databases/postgresql92-docs/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.15 2016/02/25 00:41:54 tnn Exp $ +@comment $NetBSD: PLIST,v 1.16 2016/04/09 12:51:46 adam Exp $ man/man1/clusterdb.1 man/man1/createdb.1 man/man1/createlang.1 @@ -1053,6 +1053,7 @@ share/doc/postgresql/html/release-9-1-18.html share/doc/postgresql/html/release-9-1-19.html share/doc/postgresql/html/release-9-1-20.html share/doc/postgresql/html/release-9-1-2.html +share/doc/postgresql/html/release-9-1-21.html share/doc/postgresql/html/release-9-1-3.html share/doc/postgresql/html/release-9-1-4.html share/doc/postgresql/html/release-9-1-5.html @@ -1068,6 +1069,7 @@ share/doc/postgresql/html/release-9-2-12.html share/doc/postgresql/html/release-9-2-13.html share/doc/postgresql/html/release-9-2-14.html share/doc/postgresql/html/release-9-2-15.html +share/doc/postgresql/html/release-9-2-16.html share/doc/postgresql/html/release-9-2-2.html share/doc/postgresql/html/release-9-2-3.html share/doc/postgresql/html/release-9-2-4.html diff --git a/databases/postgresql92-fuzzystrmatch/Makefile b/databases/postgresql92-fuzzystrmatch/Makefile index 39e7d000fd079..97bcf2c2b59a5 100644 --- a/databases/postgresql92-fuzzystrmatch/Makefile +++ b/databases/postgresql92-fuzzystrmatch/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.7 2016/03/05 11:28:14 jperkin Exp $ +# $NetBSD: Makefile,v 1.8 2016/04/09 12:51:46 adam Exp $ PKGNAME= ${DISTNAME:C/-/92-fuzzystrmatch-/} -PKGREVISION= 1 COMMENT= PostgreSQL fuzzystrmatch contribution DEPENDS+= postgresql92-server>=${PKGVERSION_NOREV}:../../databases/postgresql92-server diff --git a/databases/postgresql92-monitoring/Makefile b/databases/postgresql92-monitoring/Makefile index a38943a9378d3..e6ab55c5e12d5 100644 --- a/databases/postgresql92-monitoring/Makefile +++ b/databases/postgresql92-monitoring/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.7 2016/03/05 11:28:15 jperkin Exp $ +# $NetBSD: Makefile,v 1.8 2016/04/09 12:51:46 adam Exp $ PKGNAME= ${DISTNAME:C/-/92-monitoring-/} -PKGREVISION= 1 COMMENT= PostgreSQL monitoring tools DEPENDS+= postgresql92-server>=${PKGVERSION_NOREV}:../../databases/postgresql92-server diff --git a/databases/postgresql92-pgcrypto/Makefile b/databases/postgresql92-pgcrypto/Makefile index 35bbdd50a3c25..11bd26e3fa508 100644 --- a/databases/postgresql92-pgcrypto/Makefile +++ b/databases/postgresql92-pgcrypto/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.7 2016/03/05 11:28:15 jperkin Exp $ +# $NetBSD: Makefile,v 1.8 2016/04/09 12:51:46 adam Exp $ PKGNAME= ${DISTNAME:C/-/92-pgcrypto-/} -PKGREVISION= 1 COMMENT= Module providing cryptographic functions for PostgreSQL DEPENDS+= postgresql92-server>=${PKGVERSION_NOREV}:../../databases/postgresql92-server diff --git a/databases/postgresql92-plperl/Makefile b/databases/postgresql92-plperl/Makefile index aec570fc779f3..a9885c5df8d1b 100644 --- a/databases/postgresql92-plperl/Makefile +++ b/databases/postgresql92-plperl/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.12 2016/03/05 11:28:15 jperkin Exp $ +# $NetBSD: Makefile,v 1.13 2016/04/09 12:51:46 adam Exp $ PKGNAME= ${DISTNAME:C/-/92-plperl-/} -PKGREVISION= 1 COMMENT= PL/Perl procedural language for the PostgreSQL backend DEPENDS+= postgresql92-server>=${PKGVERSION_NOREV}:../../databases/postgresql92-server diff --git a/databases/postgresql92-plpython/Makefile b/databases/postgresql92-plpython/Makefile index 6f2bc92671d30..ad347eb659c39 100644 --- a/databases/postgresql92-plpython/Makefile +++ b/databases/postgresql92-plpython/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.9 2016/03/05 11:28:15 jperkin Exp $ +# $NetBSD: Makefile,v 1.10 2016/04/09 12:51:46 adam Exp $ PKGNAME= ${DISTNAME:C/-/92-plpython-/} -PKGREVISION= 1 COMMENT= PL/Python procedural language for the PostgreSQL backend DEPENDS+= postgresql92-server>=${PKGVERSION_NOREV}:../../databases/postgresql92-server diff --git a/databases/postgresql92-pltcl/Makefile b/databases/postgresql92-pltcl/Makefile index 44d6775383d34..49c2f73a0ed7d 100644 --- a/databases/postgresql92-pltcl/Makefile +++ b/databases/postgresql92-pltcl/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.8 2016/03/05 11:28:15 jperkin Exp $ +# $NetBSD: Makefile,v 1.9 2016/04/09 12:51:46 adam Exp $ PKGNAME= ${DISTNAME:C/-/92-pltcl-/} -PKGREVISION= 1 COMMENT= PL/Tcl procedural language for the PostgreSQL backend DEPENDS+= postgresql92-server>=${PKGVERSION_NOREV}:../../databases/postgresql92-server diff --git a/databases/postgresql92-replicationtools/Makefile b/databases/postgresql92-replicationtools/Makefile index f58ecf4aceafc..667d2b585fb57 100644 --- a/databases/postgresql92-replicationtools/Makefile +++ b/databases/postgresql92-replicationtools/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.7 2016/03/05 11:28:15 jperkin Exp $ +# $NetBSD: Makefile,v 1.8 2016/04/09 12:51:47 adam Exp $ PKGNAME= ${DISTNAME:C/-/92-replicationtools-/} -PKGREVISION= 1 COMMENT= PostgreSQL replication tools .include "../../databases/postgresql92/Makefile.common" diff --git a/databases/postgresql92-server/Makefile b/databases/postgresql92-server/Makefile index 3cda7a62a8ec3..17613a5a02e04 100644 --- a/databases/postgresql92-server/Makefile +++ b/databases/postgresql92-server/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.13 2016/03/05 11:28:15 jperkin Exp $ +# $NetBSD: Makefile,v 1.15 2016/04/09 12:51:47 adam Exp $ PKGNAME= ${DISTNAME:C/-/92-server-/} -PKGREVISION= 1 COMMENT= PostgreSQL database server programs # mips has no TAS implementation diff --git a/databases/postgresql92-server/PLIST b/databases/postgresql92-server/PLIST index e2e6562af6e6c..24336debf77fd 100644 --- a/databases/postgresql92-server/PLIST +++ b/databases/postgresql92-server/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.8 2015/10/11 10:59:20 adam Exp $ +@comment $NetBSD: PLIST,v 1.9 2016/04/09 12:51:47 adam Exp $ bin/postgres bin/postmaster include/postgresql/server/plpgsql.h @@ -312,6 +312,7 @@ share/postgresql/timezone/Asia/Baghdad share/postgresql/timezone/Asia/Bahrain share/postgresql/timezone/Asia/Baku share/postgresql/timezone/Asia/Bangkok +share/postgresql/timezone/Asia/Barnaul share/postgresql/timezone/Asia/Beirut share/postgresql/timezone/Asia/Bishkek share/postgresql/timezone/Asia/Brunei @@ -488,6 +489,7 @@ share/postgresql/timezone/Etc/Universal share/postgresql/timezone/Etc/Zulu share/postgresql/timezone/Europe/Amsterdam share/postgresql/timezone/Europe/Andorra +share/postgresql/timezone/Europe/Astrakhan share/postgresql/timezone/Europe/Athens share/postgresql/timezone/Europe/Belfast share/postgresql/timezone/Europe/Belgrade @@ -535,6 +537,7 @@ share/postgresql/timezone/Europe/Stockholm share/postgresql/timezone/Europe/Tallinn share/postgresql/timezone/Europe/Tirane share/postgresql/timezone/Europe/Tiraspol +share/postgresql/timezone/Europe/Ulyanovsk share/postgresql/timezone/Europe/Uzhgorod share/postgresql/timezone/Europe/Vaduz share/postgresql/timezone/Europe/Vatican diff --git a/databases/postgresql92-server/files/smf/manifest.xml b/databases/postgresql92-server/files/smf/manifest.xml index 76366b9eabcb5..737efb875f45e 100644 --- a/databases/postgresql92-server/files/smf/manifest.xml +++ b/databases/postgresql92-server/files/smf/manifest.xml @@ -10,7 +10,7 @@ - + diff --git a/databases/postgresql92-upgrade/Makefile b/databases/postgresql92-upgrade/Makefile index 40413eac46d8c..e81226d37acd7 100644 --- a/databases/postgresql92-upgrade/Makefile +++ b/databases/postgresql92-upgrade/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.7 2016/03/05 11:28:15 jperkin Exp $ +# $NetBSD: Makefile,v 1.8 2016/04/09 12:51:47 adam Exp $ PKGNAME= ${DISTNAME:C/-/92-upgrade-/} -PKGREVISION= 1 COMMENT= PostgreSQL binary upgrade tool MAINTAINER= pkgsrc-users@NetBSD.org diff --git a/databases/postgresql92/Makefile b/databases/postgresql92/Makefile index 3bb7e27a8a30a..d300926bf5f4a 100644 --- a/databases/postgresql92/Makefile +++ b/databases/postgresql92/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.10 2016/03/05 11:28:14 jperkin Exp $ +# $NetBSD: Makefile,v 1.11 2016/04/09 12:51:46 adam Exp $ PKGNAME= ${DISTNAME:C/-/92-/} -PKGREVISION= 1 COMMENT= Robust, next generation, object-relational DBMS DEPENDS+= postgresql92-client>=${PKGVERSION_NOREV}:../../databases/postgresql92-client diff --git a/databases/postgresql92/Makefile.common b/databases/postgresql92/Makefile.common index bb4cbe91c09da..e900829a97d4e 100644 --- a/databases/postgresql92/Makefile.common +++ b/databases/postgresql92/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.20 2016/02/25 11:46:21 jperkin Exp $ +# $NetBSD: Makefile.common,v 1.21 2016/04/09 12:51:46 adam Exp $ # # This Makefile fragment is included by all PostgreSQL packages built from # the main sources of the PostgreSQL distribution except jdbc-postgresql. @@ -23,7 +23,7 @@ # used by databases/postgresql92-server/Makefile # used by databases/postgresql92-upgrade/Makefile -DISTNAME= postgresql-9.2.15 +DISTNAME= postgresql-9.2.16 CATEGORIES= databases MASTER_SITES= ${MASTER_SITE_PGSQL:=source/v${PKGVERSION_NOREV}/} EXTRACT_SUFX= .tar.bz2 diff --git a/databases/postgresql92/distinfo b/databases/postgresql92/distinfo index 86bbe0ae5e4f9..b5f904be15b57 100644 --- a/databases/postgresql92/distinfo +++ b/databases/postgresql92/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.17 2016/02/25 00:41:54 tnn Exp $ +$NetBSD: distinfo,v 1.18 2016/04/09 12:51:46 adam Exp $ -SHA1 (postgresql-9.2.15.tar.bz2) = 73086d027966ffb190f650a468921e39f44120a4 -RMD160 (postgresql-9.2.15.tar.bz2) = 45c2727e8bcda9fdf654aeb93d36d05efa83705e -SHA512 (postgresql-9.2.15.tar.bz2) = 4a0e52beaffc9f0b004c761a5ca107a019d6265877d36cd7be46912807da6fa6824ce469c8d59fb24092440646d3f0872b8aa62941b4b3ba657edc2f5678b2b1 -Size (postgresql-9.2.15.tar.bz2) = 16480973 bytes +SHA1 (postgresql-9.2.16.tar.bz2) = cac510b58c7d91683315d0b3ee92b019223851a5 +RMD160 (postgresql-9.2.16.tar.bz2) = d9bc7d80d0d7f6cd2032c2cf3a38cad1ab43c184 +SHA512 (postgresql-9.2.16.tar.bz2) = 0f0b317473b4b42ae4261993c704a7c6cd28c7e6bd83e77a81850695655baa473d7d52e97441ee5500d646d405c84145a54f42b9bae89a0ddfebb0418d608820 +Size (postgresql-9.2.16.tar.bz2) = 16490199 bytes SHA1 (patch-config_missing) = c2d7d742922ba6861e7660c75b7b53f09e564813 SHA1 (patch-config_perl.m4) = c7e5aaff1c47d2e33df7692a412ef984c77ffcc0 SHA1 (patch-configure) = 21b27add570cff1a24c440201eb1ed49f8223747 diff --git a/databases/postgresql93-adminpack/Makefile b/databases/postgresql93-adminpack/Makefile index 72433cffd1ebb..8438fd69b2561 100644 --- a/databases/postgresql93-adminpack/Makefile +++ b/databases/postgresql93-adminpack/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.4 2016/03/05 11:28:15 jperkin Exp $ +# $NetBSD: Makefile,v 1.5 2016/04/09 12:51:47 adam Exp $ PKGNAME= ${DISTNAME:C/-/93-adminpack-/} -PKGREVISION= 1 COMMENT= Admin pack module for pgAdmin management DEPENDS+= postgresql93-server>=${PKGVERSION_NOREV}:../../databases/postgresql93-server diff --git a/databases/postgresql93-client/Makefile b/databases/postgresql93-client/Makefile index 3b620f25ed3a9..b9fe3d571541e 100644 --- a/databases/postgresql93-client/Makefile +++ b/databases/postgresql93-client/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.7 2016/03/05 11:27:43 jperkin Exp $ +# $NetBSD: Makefile,v 1.8 2016/04/09 12:51:47 adam Exp $ PKGNAME= ${DISTNAME:C/-/93-client-/} -PKGREVISION= 1 COMMENT= PostgreSQL database client programs .include "../../databases/postgresql93/Makefile.common" diff --git a/databases/postgresql93-datatypes/Makefile b/databases/postgresql93-datatypes/Makefile index 86bef000756d5..4a2f9741c3ecb 100644 --- a/databases/postgresql93-datatypes/Makefile +++ b/databases/postgresql93-datatypes/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.8 2016/03/05 11:28:15 jperkin Exp $ +# $NetBSD: Makefile,v 1.9 2016/04/09 12:51:47 adam Exp $ PKGNAME= ${DISTNAME:C/-/93-datatypes-/} -PKGREVISION= 1 COMMENT= PostgreSQL data types support modules DEPENDS+= postgresql93-server>=${PKGVERSION_NOREV}:../../databases/postgresql93-server diff --git a/databases/postgresql93-dblink/Makefile b/databases/postgresql93-dblink/Makefile index a593470ecbd2a..a78b712ac4b41 100644 --- a/databases/postgresql93-dblink/Makefile +++ b/databases/postgresql93-dblink/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.4 2016/03/05 11:28:15 jperkin Exp $ +# $NetBSD: Makefile,v 1.5 2016/04/09 12:51:47 adam Exp $ PKGNAME= ${DISTNAME:C/-/93-dblink-/} -PKGREVISION= 1 COMMENT= Dblink module for remote database connections DEPENDS+= postgresql93-server>=${PKGVERSION_NOREV}:../../databases/postgresql93-server diff --git a/databases/postgresql93-docs/PLIST b/databases/postgresql93-docs/PLIST index 77c259b6a5bc5..0efcf5e5c9261 100644 --- a/databases/postgresql93-docs/PLIST +++ b/databases/postgresql93-docs/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.12 2016/02/25 00:06:30 tnn Exp $ +@comment $NetBSD: PLIST,v 1.13 2016/04/09 12:51:47 adam Exp $ man/man1/clusterdb.1 man/man1/createdb.1 man/man1/createlang.1 @@ -1074,6 +1074,7 @@ share/doc/postgresql/html/release-9-1-18.html share/doc/postgresql/html/release-9-1-19.html share/doc/postgresql/html/release-9-1-20.html share/doc/postgresql/html/release-9-1-2.html +share/doc/postgresql/html/release-9-1-21.html share/doc/postgresql/html/release-9-1-3.html share/doc/postgresql/html/release-9-1-4.html share/doc/postgresql/html/release-9-1-5.html @@ -1089,6 +1090,7 @@ share/doc/postgresql/html/release-9-2-11.html share/doc/postgresql/html/release-9-2-12.html share/doc/postgresql/html/release-9-2-13.html share/doc/postgresql/html/release-9-2-14.html +share/doc/postgresql/html/release-9-2-16.html share/doc/postgresql/html/release-9-2-2.html share/doc/postgresql/html/release-9-2-3.html share/doc/postgresql/html/release-9-2-4.html @@ -1101,6 +1103,7 @@ share/doc/postgresql/html/release-9-2.html share/doc/postgresql/html/release-9-3-1.html share/doc/postgresql/html/release-9-3-10.html share/doc/postgresql/html/release-9-3-11.html +share/doc/postgresql/html/release-9-3-12.html share/doc/postgresql/html/release-9-3-2.html share/doc/postgresql/html/release-9-3-3.html share/doc/postgresql/html/release-9-3-4.html diff --git a/databases/postgresql93-fuzzystrmatch/Makefile b/databases/postgresql93-fuzzystrmatch/Makefile index d47e2787950b2..1fd7211f393b2 100644 --- a/databases/postgresql93-fuzzystrmatch/Makefile +++ b/databases/postgresql93-fuzzystrmatch/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.4 2016/03/05 11:28:16 jperkin Exp $ +# $NetBSD: Makefile,v 1.5 2016/04/09 12:51:47 adam Exp $ PKGNAME= ${DISTNAME:C/-/93-fuzzystrmatch-/} -PKGREVISION= 1 COMMENT= PostgreSQL fuzzystrmatch contribution DEPENDS+= postgresql93-server>=${PKGVERSION_NOREV}:../../databases/postgresql93-server diff --git a/databases/postgresql93-monitoring/Makefile b/databases/postgresql93-monitoring/Makefile index 3e3d1c086efe1..9999ecf300877 100644 --- a/databases/postgresql93-monitoring/Makefile +++ b/databases/postgresql93-monitoring/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.6 2016/03/05 11:28:16 jperkin Exp $ +# $NetBSD: Makefile,v 1.7 2016/04/09 12:51:47 adam Exp $ PKGNAME= ${DISTNAME:C/-/93-monitoring-/} -PKGREVISION= 1 COMMENT= PostgreSQL monitoring tools DEPENDS+= postgresql93-server>=${PKGVERSION_NOREV}:../../databases/postgresql93-server diff --git a/databases/postgresql93-pgcrypto/Makefile b/databases/postgresql93-pgcrypto/Makefile index 26f7c55a79124..ba52b2fbeb27d 100644 --- a/databases/postgresql93-pgcrypto/Makefile +++ b/databases/postgresql93-pgcrypto/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.4 2016/03/05 11:28:16 jperkin Exp $ +# $NetBSD: Makefile,v 1.5 2016/04/09 12:51:47 adam Exp $ PKGNAME= ${DISTNAME:C/-/93-pgcrypto-/} -PKGREVISION= 1 COMMENT= Module providing cryptographic functions for PostgreSQL DEPENDS+= postgresql93-server>=${PKGVERSION_NOREV}:../../databases/postgresql93-server diff --git a/databases/postgresql93-plperl/Makefile b/databases/postgresql93-plperl/Makefile index 7bb6de9ab096b..baa46111d8002 100644 --- a/databases/postgresql93-plperl/Makefile +++ b/databases/postgresql93-plperl/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.9 2016/03/05 11:28:16 jperkin Exp $ +# $NetBSD: Makefile,v 1.10 2016/04/09 12:51:47 adam Exp $ PKGNAME= ${DISTNAME:C/-/93-plperl-/} -PKGREVISION= 1 COMMENT= PL/Perl procedural language for the PostgreSQL backend DEPENDS+= postgresql93-server>=${PKGVERSION_NOREV}:../../databases/postgresql93-server diff --git a/databases/postgresql93-plpython/Makefile b/databases/postgresql93-plpython/Makefile index 96be71d747bd2..211a75dcaaf21 100644 --- a/databases/postgresql93-plpython/Makefile +++ b/databases/postgresql93-plpython/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.6 2016/03/05 11:28:16 jperkin Exp $ +# $NetBSD: Makefile,v 1.7 2016/04/09 12:51:48 adam Exp $ PKGNAME= ${DISTNAME:C/-/93-plpython-/} -PKGREVISION= 1 COMMENT= PL/Python procedural language for the PostgreSQL backend DEPENDS+= postgresql93-server>=${PKGVERSION_NOREV}:../../databases/postgresql93-server diff --git a/databases/postgresql93-pltcl/Makefile b/databases/postgresql93-pltcl/Makefile index 0d25adcbd250f..ed900f457f0bd 100644 --- a/databases/postgresql93-pltcl/Makefile +++ b/databases/postgresql93-pltcl/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.5 2016/03/05 11:28:16 jperkin Exp $ +# $NetBSD: Makefile,v 1.6 2016/04/09 12:51:48 adam Exp $ PKGNAME= ${DISTNAME:C/-/93-pltcl-/} -PKGREVISION= 1 COMMENT= PL/Tcl procedural language for the PostgreSQL backend DEPENDS+= postgresql93-server>=${PKGVERSION_NOREV}:../../databases/postgresql93-server diff --git a/databases/postgresql93-replicationtools/Makefile b/databases/postgresql93-replicationtools/Makefile index 3dc588bc686ee..baeb7c9ca91cd 100644 --- a/databases/postgresql93-replicationtools/Makefile +++ b/databases/postgresql93-replicationtools/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.4 2016/03/05 11:28:16 jperkin Exp $ +# $NetBSD: Makefile,v 1.5 2016/04/09 12:51:48 adam Exp $ PKGNAME= ${DISTNAME:C/-/93-replicationtools-/} -PKGREVISION= 1 COMMENT= PostgreSQL replication tools .include "../../databases/postgresql93/Makefile.common" diff --git a/databases/postgresql93-server/Makefile b/databases/postgresql93-server/Makefile index f621a7e6d4059..4bae3849e464d 100644 --- a/databases/postgresql93-server/Makefile +++ b/databases/postgresql93-server/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.8 2016/03/05 11:28:16 jperkin Exp $ +# $NetBSD: Makefile,v 1.10 2016/04/09 12:51:48 adam Exp $ PKGNAME= ${DISTNAME:C/-/93-server-/} -PKGREVISION= 1 COMMENT= PostgreSQL database server programs # mips has no TAS implementation diff --git a/databases/postgresql93-server/PLIST b/databases/postgresql93-server/PLIST index 97cd80816b69a..fdde6e182b872 100644 --- a/databases/postgresql93-server/PLIST +++ b/databases/postgresql93-server/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.6 2015/10/10 12:26:10 adam Exp $ +@comment $NetBSD: PLIST,v 1.7 2016/04/09 12:51:48 adam Exp $ bin/postgres bin/postmaster include/postgresql/server/plpgsql.h @@ -312,6 +312,7 @@ share/postgresql/timezone/Asia/Baghdad share/postgresql/timezone/Asia/Bahrain share/postgresql/timezone/Asia/Baku share/postgresql/timezone/Asia/Bangkok +share/postgresql/timezone/Asia/Barnaul share/postgresql/timezone/Asia/Beirut share/postgresql/timezone/Asia/Bishkek share/postgresql/timezone/Asia/Brunei @@ -488,6 +489,7 @@ share/postgresql/timezone/Etc/Universal share/postgresql/timezone/Etc/Zulu share/postgresql/timezone/Europe/Amsterdam share/postgresql/timezone/Europe/Andorra +share/postgresql/timezone/Europe/Astrakhan share/postgresql/timezone/Europe/Athens share/postgresql/timezone/Europe/Belfast share/postgresql/timezone/Europe/Belgrade @@ -535,6 +537,7 @@ share/postgresql/timezone/Europe/Stockholm share/postgresql/timezone/Europe/Tallinn share/postgresql/timezone/Europe/Tirane share/postgresql/timezone/Europe/Tiraspol +share/postgresql/timezone/Europe/Ulyanovsk share/postgresql/timezone/Europe/Uzhgorod share/postgresql/timezone/Europe/Vaduz share/postgresql/timezone/Europe/Vatican diff --git a/databases/postgresql93-server/files/smf/manifest.xml b/databases/postgresql93-server/files/smf/manifest.xml index 76366b9eabcb5..737efb875f45e 100644 --- a/databases/postgresql93-server/files/smf/manifest.xml +++ b/databases/postgresql93-server/files/smf/manifest.xml @@ -10,7 +10,7 @@ - + diff --git a/databases/postgresql93-upgrade/Makefile b/databases/postgresql93-upgrade/Makefile index 6f3abb1d316cd..c88395d85e09f 100644 --- a/databases/postgresql93-upgrade/Makefile +++ b/databases/postgresql93-upgrade/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.4 2016/03/05 11:28:16 jperkin Exp $ +# $NetBSD: Makefile,v 1.5 2016/04/09 12:51:48 adam Exp $ PKGNAME= ${DISTNAME:C/-/93-upgrade-/} -PKGREVISION= 1 COMMENT= PostgreSQL binary upgrade tool MAINTAINER= pkgsrc-users@NetBSD.org diff --git a/databases/postgresql93/Makefile b/databases/postgresql93/Makefile index fffe1b067fd7d..85bf6ac4fe34c 100644 --- a/databases/postgresql93/Makefile +++ b/databases/postgresql93/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.8 2016/03/05 11:28:15 jperkin Exp $ +# $NetBSD: Makefile,v 1.9 2016/04/09 12:51:47 adam Exp $ PKGNAME= ${DISTNAME:C/-/93-/} -PKGREVISION= 1 COMMENT= Robust, next generation, object-relational DBMS DEPENDS+= postgresql93-client>=${PKGVERSION_NOREV}:../../databases/postgresql93-client diff --git a/databases/postgresql93/Makefile.common b/databases/postgresql93/Makefile.common index 2a7066ab4f4d0..31c75a54d39de 100644 --- a/databases/postgresql93/Makefile.common +++ b/databases/postgresql93/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.16 2016/02/25 11:46:21 jperkin Exp $ +# $NetBSD: Makefile.common,v 1.17 2016/04/09 12:51:47 adam Exp $ # # This Makefile fragment is included by all PostgreSQL packages built from # the main sources of the PostgreSQL distribution except jdbc-postgresql. @@ -23,7 +23,7 @@ # used by databases/postgresql93-server/Makefile # used by databases/postgresql93-upgrade/Makefile -DISTNAME= postgresql-9.3.11 +DISTNAME= postgresql-9.3.12 CATEGORIES= databases MASTER_SITES= ${MASTER_SITE_PGSQL:=source/v${PKGVERSION_NOREV}/} EXTRACT_SUFX= .tar.bz2 diff --git a/databases/postgresql93/distinfo b/databases/postgresql93/distinfo index ac37651f20151..247a0e7832d4e 100644 --- a/databases/postgresql93/distinfo +++ b/databases/postgresql93/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.16 2016/02/25 00:06:30 tnn Exp $ +$NetBSD: distinfo,v 1.17 2016/04/09 12:51:47 adam Exp $ -SHA1 (postgresql-9.3.11.tar.bz2) = ec2b9e25524a9a55cc5d4f745d26e018fc9975d0 -RMD160 (postgresql-9.3.11.tar.bz2) = 6305e98780136cf1775daf91d63e97126af28e0a -SHA512 (postgresql-9.3.11.tar.bz2) = 8da91e11e0a6502c185931b6e47ba8e583d3360009f26ad703552be9a216b2c37a688894d4ea867c529c4135b6c36da26e9d7ef52a411b0c68ad50a53ff3cdb3 -Size (postgresql-9.3.11.tar.bz2) = 17047707 bytes +SHA1 (postgresql-9.3.12.tar.bz2) = bef0af2df93129be4736632519f5e1a1dc62c9e3 +RMD160 (postgresql-9.3.12.tar.bz2) = 8c2a262274b0178b9ba69d414ee4c801acc6d799 +SHA512 (postgresql-9.3.12.tar.bz2) = d88cb167ca78bd8588e3ff9b3f13b77f661e3ddec7e5b726cc0a46512db2584b15ce5f691fe7e4ab84855f102cb88014245921a38f5da41ad19e762a88968883 +Size (postgresql-9.3.12.tar.bz2) = 17052755 bytes SHA1 (patch-config_missing) = c2d7d742922ba6861e7660c75b7b53f09e564813 SHA1 (patch-config_perl.m4) = e035132b1c281a75752d570ac5e29a11176c25c5 SHA1 (patch-configure) = 3de7635fe18532a05a619941fecad7bcda6c51b9 diff --git a/databases/postgresql94-adminpack/Makefile b/databases/postgresql94-adminpack/Makefile index 03d732ec25f68..2354a324df362 100644 --- a/databases/postgresql94-adminpack/Makefile +++ b/databases/postgresql94-adminpack/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.2 2016/03/05 11:28:16 jperkin Exp $ +# $NetBSD: Makefile,v 1.3 2016/04/09 12:51:48 adam Exp $ PKGNAME= ${DISTNAME:C/-/94-adminpack-/} -PKGREVISION= 1 COMMENT= Admin pack module for pgAdmin management DEPENDS+= postgresql94-server>=${PKGVERSION_NOREV}:../../databases/postgresql94-server diff --git a/databases/postgresql94-client/Makefile b/databases/postgresql94-client/Makefile index 499c09e0b0a6a..c7a2358fdbe31 100644 --- a/databases/postgresql94-client/Makefile +++ b/databases/postgresql94-client/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.2 2016/03/05 11:27:43 jperkin Exp $ +# $NetBSD: Makefile,v 1.3 2016/04/09 12:51:48 adam Exp $ PKGNAME= ${DISTNAME:C/-/94-client-/} -PKGREVISION= 1 COMMENT= PostgreSQL database client programs .include "../../databases/postgresql94/Makefile.common" diff --git a/databases/postgresql94-datatypes/Makefile b/databases/postgresql94-datatypes/Makefile index b6d20eeace7df..f6699a737b0b8 100644 --- a/databases/postgresql94-datatypes/Makefile +++ b/databases/postgresql94-datatypes/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.4 2016/03/05 11:28:16 jperkin Exp $ +# $NetBSD: Makefile,v 1.5 2016/04/09 12:51:48 adam Exp $ PKGNAME= ${DISTNAME:C/-/94-datatypes-/} -PKGREVISION= 1 COMMENT= PostgreSQL data types support modules DEPENDS+= postgresql94-server>=${PKGVERSION_NOREV}:../../databases/postgresql94-server diff --git a/databases/postgresql94-dblink/Makefile b/databases/postgresql94-dblink/Makefile index b7970cebf7c97..2f2b3c0e32858 100644 --- a/databases/postgresql94-dblink/Makefile +++ b/databases/postgresql94-dblink/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.2 2016/03/05 11:28:16 jperkin Exp $ +# $NetBSD: Makefile,v 1.3 2016/04/09 12:51:48 adam Exp $ PKGNAME= ${DISTNAME:C/-/94-dblink-/} -PKGREVISION= 1 COMMENT= Dblink module for remote database connections DEPENDS+= postgresql94-server>=${PKGVERSION_NOREV}:../../databases/postgresql94-server diff --git a/databases/postgresql94-docs/PLIST b/databases/postgresql94-docs/PLIST index 00c29b4de8896..81fc91289e00c 100644 --- a/databases/postgresql94-docs/PLIST +++ b/databases/postgresql94-docs/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.7 2016/02/25 01:38:56 tnn Exp $ +@comment $NetBSD: PLIST,v 1.8 2016/04/09 12:51:48 adam Exp $ man/man1/clusterdb.1 man/man1/createdb.1 man/man1/createlang.1 @@ -1094,6 +1094,7 @@ share/doc/postgresql/html/release-9-1-18.html share/doc/postgresql/html/release-9-1-19.html share/doc/postgresql/html/release-9-1-20.html share/doc/postgresql/html/release-9-1-2.html +share/doc/postgresql/html/release-9-1-21.html share/doc/postgresql/html/release-9-1-3.html share/doc/postgresql/html/release-9-1-4.html share/doc/postgresql/html/release-9-1-5.html @@ -1109,6 +1110,7 @@ share/doc/postgresql/html/release-9-2-12.html share/doc/postgresql/html/release-9-2-13.html share/doc/postgresql/html/release-9-2-14.html share/doc/postgresql/html/release-9-2-15.html +share/doc/postgresql/html/release-9-2-16.html share/doc/postgresql/html/release-9-2-2.html share/doc/postgresql/html/release-9-2-3.html share/doc/postgresql/html/release-9-2-4.html @@ -1121,6 +1123,7 @@ share/doc/postgresql/html/release-9-2.html share/doc/postgresql/html/release-9-3-1.html share/doc/postgresql/html/release-9-3-10.html share/doc/postgresql/html/release-9-3-11.html +share/doc/postgresql/html/release-9-3-12.html share/doc/postgresql/html/release-9-3-2.html share/doc/postgresql/html/release-9-3-3.html share/doc/postgresql/html/release-9-3-4.html @@ -1136,6 +1139,7 @@ share/doc/postgresql/html/release-9-4-3.html share/doc/postgresql/html/release-9-4-4.html share/doc/postgresql/html/release-9-4-5.html share/doc/postgresql/html/release-9-4-6.html +share/doc/postgresql/html/release-9-4-7.html share/doc/postgresql/html/release-9-4.html share/doc/postgresql/html/release.html share/doc/postgresql/html/resources.html diff --git a/databases/postgresql94-fuzzystrmatch/Makefile b/databases/postgresql94-fuzzystrmatch/Makefile index 053240e3cea6e..26a67bb19981f 100644 --- a/databases/postgresql94-fuzzystrmatch/Makefile +++ b/databases/postgresql94-fuzzystrmatch/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.2 2016/03/05 11:28:17 jperkin Exp $ +# $NetBSD: Makefile,v 1.3 2016/04/09 12:51:48 adam Exp $ PKGNAME= ${DISTNAME:C/-/94-fuzzystrmatch-/} -PKGREVISION= 1 COMMENT= PostgreSQL fuzzystrmatch contribution DEPENDS+= postgresql94-server>=${PKGVERSION_NOREV}:../../databases/postgresql94-server diff --git a/databases/postgresql94-monitoring/Makefile b/databases/postgresql94-monitoring/Makefile index 7dd26443d5d74..5fbfb57aa2e12 100644 --- a/databases/postgresql94-monitoring/Makefile +++ b/databases/postgresql94-monitoring/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.2 2016/03/05 11:28:17 jperkin Exp $ +# $NetBSD: Makefile,v 1.3 2016/04/09 12:51:49 adam Exp $ PKGNAME= ${DISTNAME:C/-/94-monitoring-/} -PKGREVISION= 1 COMMENT= PostgreSQL monitoring tools DEPENDS+= postgresql94-server>=${PKGVERSION_NOREV}:../../databases/postgresql94-server diff --git a/databases/postgresql94-pgcrypto/Makefile b/databases/postgresql94-pgcrypto/Makefile index e77307bf58374..63c2ae093f7a1 100644 --- a/databases/postgresql94-pgcrypto/Makefile +++ b/databases/postgresql94-pgcrypto/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.2 2016/03/05 11:28:17 jperkin Exp $ +# $NetBSD: Makefile,v 1.3 2016/04/09 12:51:49 adam Exp $ PKGNAME= ${DISTNAME:C/-/94-pgcrypto-/} -PKGREVISION= 1 COMMENT= Module providing cryptographic functions for PostgreSQL DEPENDS+= postgresql94-server>=${PKGVERSION_NOREV}:../../databases/postgresql94-server diff --git a/databases/postgresql94-plperl/Makefile b/databases/postgresql94-plperl/Makefile index 04750a9f3aea2..c1aab4f0e9cbb 100644 --- a/databases/postgresql94-plperl/Makefile +++ b/databases/postgresql94-plperl/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.5 2016/03/05 11:28:17 jperkin Exp $ +# $NetBSD: Makefile,v 1.6 2016/04/09 12:51:49 adam Exp $ PKGNAME= ${DISTNAME:C/-/94-plperl-/} -PKGREVISION= 1 COMMENT= PL/Perl procedural language for the PostgreSQL backend DEPENDS+= postgresql94-server>=${PKGVERSION_NOREV}:../../databases/postgresql94-server diff --git a/databases/postgresql94-plpython/Makefile b/databases/postgresql94-plpython/Makefile index f687d0a1b70ac..8048529897946 100644 --- a/databases/postgresql94-plpython/Makefile +++ b/databases/postgresql94-plpython/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.2 2016/03/05 11:28:17 jperkin Exp $ +# $NetBSD: Makefile,v 1.3 2016/04/09 12:51:49 adam Exp $ PKGNAME= ${DISTNAME:C/-/94-plpython-/} -PKGREVISION= 1 COMMENT= PL/Python procedural language for the PostgreSQL backend DEPENDS+= postgresql94-server>=${PKGVERSION_NOREV}:../../databases/postgresql94-server diff --git a/databases/postgresql94-pltcl/Makefile b/databases/postgresql94-pltcl/Makefile index d01b5fe68f63a..50c7a4c27f0e7 100644 --- a/databases/postgresql94-pltcl/Makefile +++ b/databases/postgresql94-pltcl/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.2 2016/03/05 11:28:17 jperkin Exp $ +# $NetBSD: Makefile,v 1.3 2016/04/09 12:51:49 adam Exp $ PKGNAME= ${DISTNAME:C/-/94-pltcl-/} -PKGREVISION= 1 COMMENT= PL/Tcl procedural language for the PostgreSQL backend DEPENDS+= postgresql94-server>=${PKGVERSION_NOREV}:../../databases/postgresql94-server diff --git a/databases/postgresql94-replicationtools/Makefile b/databases/postgresql94-replicationtools/Makefile index 3789acda4d6f2..3f346f13fcd53 100644 --- a/databases/postgresql94-replicationtools/Makefile +++ b/databases/postgresql94-replicationtools/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.2 2016/03/05 11:28:17 jperkin Exp $ +# $NetBSD: Makefile,v 1.3 2016/04/09 12:51:49 adam Exp $ PKGNAME= ${DISTNAME:C/-/94-replicationtools-/} -PKGREVISION= 1 COMMENT= PostgreSQL replication tools .include "../../databases/postgresql94/Makefile.common" diff --git a/databases/postgresql94-server/Makefile b/databases/postgresql94-server/Makefile index f1c2ad9099de9..1a0021886dc72 100644 --- a/databases/postgresql94-server/Makefile +++ b/databases/postgresql94-server/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.2 2016/03/05 11:28:17 jperkin Exp $ +# $NetBSD: Makefile,v 1.4 2016/04/09 12:51:49 adam Exp $ PKGNAME= ${DISTNAME:C/-/94-server-/} -PKGREVISION= 1 COMMENT= PostgreSQL database server programs # mips has no TAS implementation diff --git a/databases/postgresql94-server/PLIST b/databases/postgresql94-server/PLIST index b48fe7da34ebe..30204ae389fe2 100644 --- a/databases/postgresql94-server/PLIST +++ b/databases/postgresql94-server/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2015/10/10 10:22:20 adam Exp $ +@comment $NetBSD: PLIST,v 1.4 2016/04/09 12:51:49 adam Exp $ bin/postgres bin/postmaster include/postgresql/server/plpgsql.h @@ -312,6 +312,7 @@ share/postgresql/timezone/Asia/Baghdad share/postgresql/timezone/Asia/Bahrain share/postgresql/timezone/Asia/Baku share/postgresql/timezone/Asia/Bangkok +share/postgresql/timezone/Asia/Barnaul share/postgresql/timezone/Asia/Beirut share/postgresql/timezone/Asia/Bishkek share/postgresql/timezone/Asia/Brunei @@ -488,6 +489,7 @@ share/postgresql/timezone/Etc/Universal share/postgresql/timezone/Etc/Zulu share/postgresql/timezone/Europe/Amsterdam share/postgresql/timezone/Europe/Andorra +share/postgresql/timezone/Europe/Astrakhan share/postgresql/timezone/Europe/Athens share/postgresql/timezone/Europe/Belfast share/postgresql/timezone/Europe/Belgrade @@ -535,6 +537,7 @@ share/postgresql/timezone/Europe/Stockholm share/postgresql/timezone/Europe/Tallinn share/postgresql/timezone/Europe/Tirane share/postgresql/timezone/Europe/Tiraspol +share/postgresql/timezone/Europe/Ulyanovsk share/postgresql/timezone/Europe/Uzhgorod share/postgresql/timezone/Europe/Vaduz share/postgresql/timezone/Europe/Vatican diff --git a/databases/postgresql94-server/files/smf/manifest.xml b/databases/postgresql94-server/files/smf/manifest.xml index 76366b9eabcb5..737efb875f45e 100644 --- a/databases/postgresql94-server/files/smf/manifest.xml +++ b/databases/postgresql94-server/files/smf/manifest.xml @@ -10,7 +10,7 @@ - + diff --git a/databases/postgresql94-upgrade/Makefile b/databases/postgresql94-upgrade/Makefile index 75689ed593919..9818d2d6cd08c 100644 --- a/databases/postgresql94-upgrade/Makefile +++ b/databases/postgresql94-upgrade/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.2 2016/03/05 11:28:17 jperkin Exp $ +# $NetBSD: Makefile,v 1.3 2016/04/09 12:51:49 adam Exp $ PKGNAME= ${DISTNAME:C/-/94-upgrade-/} -PKGREVISION= 1 COMMENT= PostgreSQL binary upgrade tool MAINTAINER= pkgsrc-users@NetBSD.org diff --git a/databases/postgresql94/Makefile b/databases/postgresql94/Makefile index 44cdbf6d6a55f..ae9a031a8a402 100644 --- a/databases/postgresql94/Makefile +++ b/databases/postgresql94/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.4 2016/03/05 11:28:16 jperkin Exp $ +# $NetBSD: Makefile,v 1.5 2016/04/09 12:51:48 adam Exp $ PKGNAME= ${DISTNAME:C/-/94-/} -PKGREVISION= 1 COMMENT= Robust, next generation, object-relational DBMS DEPENDS+= postgresql94-client>=${PKGVERSION_NOREV}:../../databases/postgresql94-client diff --git a/databases/postgresql94/Makefile.common b/databases/postgresql94/Makefile.common index df075226024d0..00bcddf5e0ca8 100644 --- a/databases/postgresql94/Makefile.common +++ b/databases/postgresql94/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.8 2016/02/25 11:46:21 jperkin Exp $ +# $NetBSD: Makefile.common,v 1.9 2016/04/09 12:51:48 adam Exp $ # # This Makefile fragment is included by all PostgreSQL packages built from # the main sources of the PostgreSQL distribution except jdbc-postgresql. @@ -23,7 +23,7 @@ # used by databases/postgresql94-server/Makefile # used by databases/postgresql94-upgrade/Makefile -DISTNAME= postgresql-9.4.6 +DISTNAME= postgresql-9.4.7 CATEGORIES= databases MASTER_SITES= ${MASTER_SITE_PGSQL:=source/v${PKGVERSION_NOREV}/} EXTRACT_SUFX= .tar.bz2 diff --git a/databases/postgresql94/distinfo b/databases/postgresql94/distinfo index a9046fb0b653d..e148c265be34c 100644 --- a/databases/postgresql94/distinfo +++ b/databases/postgresql94/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.9 2016/02/25 01:38:56 tnn Exp $ +$NetBSD: distinfo,v 1.10 2016/04/09 12:51:48 adam Exp $ -SHA1 (postgresql-9.4.6.tar.bz2) = bc5271b113b42e94cf093b6fb799b03092827c71 -RMD160 (postgresql-9.4.6.tar.bz2) = f44d579b0a07a536895b12dc5ef665e71c43cc1b -SHA512 (postgresql-9.4.6.tar.bz2) = 03e2c68ec7fb40b4886885136692e96ed5d7e50ead8ebd094ede402eeb8ed94a791357e8eff2776a2e4a537ced3d900e032779a33c1fbd920588d89f8b6705ee -Size (postgresql-9.4.6.tar.bz2) = 17734946 bytes +SHA1 (postgresql-9.4.7.tar.bz2) = 780c3c6bfac0860d9ca8ba8ef6c154bb38714215 +RMD160 (postgresql-9.4.7.tar.bz2) = a9dcc6952e4b74c192454e6ba2f3bc86e507cf8b +SHA512 (postgresql-9.4.7.tar.bz2) = e61d74a4a9caeb7d4a3fb9509b37aaeb5bd563d61d20739edd777ec990c92011286a7485f275178f9f8c1ebb8c84a98290e2b5351b11e0f9a1baa781f323e374 +Size (postgresql-9.4.7.tar.bz2) = 17746987 bytes SHA1 (patch-config_missing) = c2d7d742922ba6861e7660c75b7b53f09e564813 SHA1 (patch-config_perl.m4) = e035132b1c281a75752d570ac5e29a11176c25c5 SHA1 (patch-configure) = 59fe9a768caf8a5d308acac60c28bc6bb2c40632 diff --git a/databases/postgresql95-adminpack/Makefile b/databases/postgresql95-adminpack/Makefile index 97530615466ca..1f7657a303ff1 100644 --- a/databases/postgresql95-adminpack/Makefile +++ b/databases/postgresql95-adminpack/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.2 2016/03/05 11:28:17 jperkin Exp $ +# $NetBSD: Makefile,v 1.3 2016/04/09 12:51:49 adam Exp $ PKGNAME= ${DISTNAME:C/-/95-adminpack-/} -PKGREVISION= 1 COMMENT= Admin pack module for pgAdmin management DEPENDS+= postgresql95-server>=${PKGVERSION_NOREV}:../../databases/postgresql95-server diff --git a/databases/postgresql95-client/Makefile b/databases/postgresql95-client/Makefile index 1ceac59e0fb29..0d12d5e003407 100644 --- a/databases/postgresql95-client/Makefile +++ b/databases/postgresql95-client/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.2 2016/03/05 11:27:44 jperkin Exp $ +# $NetBSD: Makefile,v 1.3 2016/04/09 12:51:49 adam Exp $ PKGNAME= ${DISTNAME:C/-/95-client-/} -PKGREVISION= 1 COMMENT= PostgreSQL database client programs .include "../../databases/postgresql95/Makefile.common" diff --git a/databases/postgresql95-client/PLIST b/databases/postgresql95-client/PLIST index 289e68cdced1f..bfd04b8765696 100644 --- a/databases/postgresql95-client/PLIST +++ b/databases/postgresql95-client/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2016/02/25 21:37:36 tnn Exp $ +@comment $NetBSD: PLIST,v 1.2 2016/04/09 12:51:49 adam Exp $ bin/clusterdb bin/createdb bin/createlang @@ -718,6 +718,7 @@ share/locale/fr/LC_MESSAGES/pg_controldata-9.5.mo share/locale/fr/LC_MESSAGES/pg_ctl-9.5.mo share/locale/fr/LC_MESSAGES/pg_dump-9.5.mo share/locale/fr/LC_MESSAGES/pg_resetxlog-9.5.mo +share/locale/fr/LC_MESSAGES/pg_rewind-9.5.mo share/locale/fr/LC_MESSAGES/pgscripts-9.5.mo share/locale/fr/LC_MESSAGES/psql-9.5.mo share/locale/it/LC_MESSAGES/ecpg-9.5.mo diff --git a/databases/postgresql95-datatypes/Makefile b/databases/postgresql95-datatypes/Makefile index 248b942e53eef..5b3198e780623 100644 --- a/databases/postgresql95-datatypes/Makefile +++ b/databases/postgresql95-datatypes/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.2 2016/03/05 11:28:17 jperkin Exp $ +# $NetBSD: Makefile,v 1.3 2016/04/09 12:51:49 adam Exp $ PKGNAME= ${DISTNAME:C/-/95-datatypes-/} -PKGREVISION= 1 COMMENT= PostgreSQL data types support modules DEPENDS+= postgresql95-server>=${PKGVERSION_NOREV}:../../databases/postgresql95-server diff --git a/databases/postgresql95-dblink/Makefile b/databases/postgresql95-dblink/Makefile index f799b2e8899f1..ffb425ae4147a 100644 --- a/databases/postgresql95-dblink/Makefile +++ b/databases/postgresql95-dblink/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.2 2016/03/05 11:28:18 jperkin Exp $ +# $NetBSD: Makefile,v 1.3 2016/04/09 12:51:49 adam Exp $ PKGNAME= ${DISTNAME:C/-/95-dblink-/} -PKGREVISION= 1 COMMENT= Dblink module for remote database connections DEPENDS+= postgresql95-server>=${PKGVERSION_NOREV}:../../databases/postgresql95-server diff --git a/databases/postgresql95-docs/PLIST b/databases/postgresql95-docs/PLIST index 11c8ece157f8f..63af05de63b51 100644 --- a/databases/postgresql95-docs/PLIST +++ b/databases/postgresql95-docs/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2016/02/25 21:37:36 tnn Exp $ +@comment $NetBSD: PLIST,v 1.2 2016/04/09 12:51:50 adam Exp $ man/man1/clusterdb.1 man/man1/createdb.1 man/man1/createlang.1 @@ -1117,6 +1117,7 @@ share/doc/postgresql/html/release-9-1-18.html share/doc/postgresql/html/release-9-1-19.html share/doc/postgresql/html/release-9-1-2.html share/doc/postgresql/html/release-9-1-20.html +share/doc/postgresql/html/release-9-1-21.html share/doc/postgresql/html/release-9-1-3.html share/doc/postgresql/html/release-9-1-4.html share/doc/postgresql/html/release-9-1-5.html @@ -1132,6 +1133,7 @@ share/doc/postgresql/html/release-9-2-12.html share/doc/postgresql/html/release-9-2-13.html share/doc/postgresql/html/release-9-2-14.html share/doc/postgresql/html/release-9-2-15.html +share/doc/postgresql/html/release-9-2-16.html share/doc/postgresql/html/release-9-2-2.html share/doc/postgresql/html/release-9-2-3.html share/doc/postgresql/html/release-9-2-4.html @@ -1144,6 +1146,7 @@ share/doc/postgresql/html/release-9-2.html share/doc/postgresql/html/release-9-3-1.html share/doc/postgresql/html/release-9-3-10.html share/doc/postgresql/html/release-9-3-11.html +share/doc/postgresql/html/release-9-3-12.html share/doc/postgresql/html/release-9-3-2.html share/doc/postgresql/html/release-9-3-3.html share/doc/postgresql/html/release-9-3-4.html @@ -1159,8 +1162,10 @@ share/doc/postgresql/html/release-9-4-3.html share/doc/postgresql/html/release-9-4-4.html share/doc/postgresql/html/release-9-4-5.html share/doc/postgresql/html/release-9-4-6.html +share/doc/postgresql/html/release-9-4-7.html share/doc/postgresql/html/release-9-4.html share/doc/postgresql/html/release-9-5-1.html +share/doc/postgresql/html/release-9-5-2.html share/doc/postgresql/html/release-9-5.html share/doc/postgresql/html/release.html share/doc/postgresql/html/replication-origins.html diff --git a/databases/postgresql95-fuzzystrmatch/Makefile b/databases/postgresql95-fuzzystrmatch/Makefile index dc3c476c86f65..e35adfa2dc91e 100644 --- a/databases/postgresql95-fuzzystrmatch/Makefile +++ b/databases/postgresql95-fuzzystrmatch/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.2 2016/03/05 11:28:18 jperkin Exp $ +# $NetBSD: Makefile,v 1.3 2016/04/09 12:51:50 adam Exp $ PKGNAME= ${DISTNAME:C/-/95-fuzzystrmatch-/} -PKGREVISION= 1 COMMENT= PostgreSQL fuzzystrmatch contribution DEPENDS+= postgresql95-server>=${PKGVERSION_NOREV}:../../databases/postgresql95-server diff --git a/databases/postgresql95-monitoring/Makefile b/databases/postgresql95-monitoring/Makefile index ee97d5f415447..0603638bd7c5b 100644 --- a/databases/postgresql95-monitoring/Makefile +++ b/databases/postgresql95-monitoring/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.2 2016/03/05 11:28:18 jperkin Exp $ +# $NetBSD: Makefile,v 1.3 2016/04/09 12:51:50 adam Exp $ PKGNAME= ${DISTNAME:C/-/95-monitoring-/} -PKGREVISION= 1 COMMENT= PostgreSQL monitoring tools DEPENDS+= postgresql95-server>=${PKGVERSION_NOREV}:../../databases/postgresql95-server diff --git a/databases/postgresql95-pgcrypto/Makefile b/databases/postgresql95-pgcrypto/Makefile index 12150084d1108..16962d9bf9fa3 100644 --- a/databases/postgresql95-pgcrypto/Makefile +++ b/databases/postgresql95-pgcrypto/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.2 2016/03/05 11:28:18 jperkin Exp $ +# $NetBSD: Makefile,v 1.3 2016/04/09 12:51:50 adam Exp $ PKGNAME= ${DISTNAME:C/-/95-pgcrypto-/} -PKGREVISION= 1 COMMENT= Module providing cryptographic functions for PostgreSQL DEPENDS+= postgresql95-server>=${PKGVERSION_NOREV}:../../databases/postgresql95-server diff --git a/databases/postgresql95-plperl/Makefile b/databases/postgresql95-plperl/Makefile index 5c3985fcf7f1e..3a0c243705fd3 100644 --- a/databases/postgresql95-plperl/Makefile +++ b/databases/postgresql95-plperl/Makefile @@ -1,7 +1,6 @@ -#$ $NetBSD: Makefile,v 1.2 2016/03/05 11:28:18 jperkin Exp $ +#$ $NetBSD: Makefile,v 1.3 2016/04/09 12:51:50 adam Exp $ PKGNAME= ${DISTNAME:C/-/95-plperl-/} -PKGREVISION= 1 COMMENT= PL/Perl procedural language for the PostgreSQL backend DEPENDS+= postgresql95-server>=${PKGVERSION_NOREV}:../../databases/postgresql95-server diff --git a/databases/postgresql95-plpython/Makefile b/databases/postgresql95-plpython/Makefile index 8bcb2ef43c4e1..5a0f49fb7814b 100644 --- a/databases/postgresql95-plpython/Makefile +++ b/databases/postgresql95-plpython/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.2 2016/03/05 11:28:18 jperkin Exp $ +# $NetBSD: Makefile,v 1.3 2016/04/09 12:51:50 adam Exp $ PKGNAME= ${DISTNAME:C/-/95-plpython-/} -PKGREVISION= 1 COMMENT= PL/Python procedural language for the PostgreSQL backend DEPENDS+= postgresql95-server>=${PKGVERSION_NOREV}:../../databases/postgresql95-server diff --git a/databases/postgresql95-pltcl/Makefile b/databases/postgresql95-pltcl/Makefile index d8cf6aa79246e..1373fd600ebda 100644 --- a/databases/postgresql95-pltcl/Makefile +++ b/databases/postgresql95-pltcl/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.2 2016/03/05 11:28:18 jperkin Exp $ +# $NetBSD: Makefile,v 1.3 2016/04/09 12:51:50 adam Exp $ PKGNAME= ${DISTNAME:C/-/95-pltcl-/} -PKGREVISION= 1 COMMENT= PL/Tcl procedural language for the PostgreSQL backend DEPENDS+= postgresql95-server>=${PKGVERSION_NOREV}:../../databases/postgresql95-server diff --git a/databases/postgresql95-replicationtools/Makefile b/databases/postgresql95-replicationtools/Makefile index 78bc1f39e3b75..308777a3fff76 100644 --- a/databases/postgresql95-replicationtools/Makefile +++ b/databases/postgresql95-replicationtools/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.2 2016/03/05 11:28:18 jperkin Exp $ +# $NetBSD: Makefile,v 1.3 2016/04/09 12:51:50 adam Exp $ PKGNAME= ${DISTNAME:C/-/95-replicationtools-/} -PKGREVISION= 1 COMMENT= PostgreSQL replication tools .include "../../databases/postgresql95/Makefile.common" diff --git a/databases/postgresql95-server/Makefile b/databases/postgresql95-server/Makefile index 63491146945b1..f0d45bec671ee 100644 --- a/databases/postgresql95-server/Makefile +++ b/databases/postgresql95-server/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.2 2016/03/05 11:28:18 jperkin Exp $ +# $NetBSD: Makefile,v 1.4 2016/04/09 12:51:50 adam Exp $ PKGNAME= ${DISTNAME:C/-/95-server-/} -PKGREVISION= 1 COMMENT= PostgreSQL database server programs # mips has no TAS implementation diff --git a/databases/postgresql95-server/PLIST b/databases/postgresql95-server/PLIST index 10deb577ba688..0e2fc7adf2003 100644 --- a/databases/postgresql95-server/PLIST +++ b/databases/postgresql95-server/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2016/02/25 21:37:37 tnn Exp $ +@comment $NetBSD: PLIST,v 1.2 2016/04/09 12:51:50 adam Exp $ bin/postgres bin/postmaster include/postgresql/server/plpgsql.h @@ -313,6 +313,7 @@ share/postgresql/timezone/Asia/Baghdad share/postgresql/timezone/Asia/Bahrain share/postgresql/timezone/Asia/Baku share/postgresql/timezone/Asia/Bangkok +share/postgresql/timezone/Asia/Barnaul share/postgresql/timezone/Asia/Beirut share/postgresql/timezone/Asia/Bishkek share/postgresql/timezone/Asia/Brunei @@ -489,6 +490,7 @@ share/postgresql/timezone/Etc/Universal share/postgresql/timezone/Etc/Zulu share/postgresql/timezone/Europe/Amsterdam share/postgresql/timezone/Europe/Andorra +share/postgresql/timezone/Europe/Astrakhan share/postgresql/timezone/Europe/Athens share/postgresql/timezone/Europe/Belfast share/postgresql/timezone/Europe/Belgrade @@ -536,6 +538,7 @@ share/postgresql/timezone/Europe/Stockholm share/postgresql/timezone/Europe/Tallinn share/postgresql/timezone/Europe/Tirane share/postgresql/timezone/Europe/Tiraspol +share/postgresql/timezone/Europe/Ulyanovsk share/postgresql/timezone/Europe/Uzhgorod share/postgresql/timezone/Europe/Vaduz share/postgresql/timezone/Europe/Vatican diff --git a/databases/postgresql95-server/files/smf/manifest.xml b/databases/postgresql95-server/files/smf/manifest.xml index 76366b9eabcb5..737efb875f45e 100644 --- a/databases/postgresql95-server/files/smf/manifest.xml +++ b/databases/postgresql95-server/files/smf/manifest.xml @@ -10,7 +10,7 @@ - + diff --git a/databases/postgresql95/Makefile b/databases/postgresql95/Makefile index 7cf72379a6520..879302e52c1ed 100644 --- a/databases/postgresql95/Makefile +++ b/databases/postgresql95/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.2 2016/03/05 11:28:17 jperkin Exp $ +# $NetBSD: Makefile,v 1.3 2016/04/09 12:51:49 adam Exp $ PKGNAME= ${DISTNAME:C/-/95-/} -PKGREVISION= 1 COMMENT= Robust, next generation, object-relational DBMS DEPENDS+= postgresql95-client>=${PKGVERSION_NOREV}:../../databases/postgresql95-client diff --git a/databases/postgresql95/Makefile.common b/databases/postgresql95/Makefile.common index 6d8e986dcb17b..7709848e59c7f 100644 --- a/databases/postgresql95/Makefile.common +++ b/databases/postgresql95/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.1 2016/02/25 21:37:35 tnn Exp $ +# $NetBSD: Makefile.common,v 1.2 2016/04/09 12:51:49 adam Exp $ # # This Makefile fragment is included by all PostgreSQL packages built from # the main sources of the PostgreSQL distribution except jdbc-postgresql. @@ -23,7 +23,7 @@ # used by databases/postgresql95-server/Makefile # used by databases/postgresql95-upgrade/Makefile -DISTNAME= postgresql-9.5.1 +DISTNAME= postgresql-9.5.2 CATEGORIES= databases MASTER_SITES= ${MASTER_SITE_PGSQL:=source/v${PKGVERSION_NOREV}/} EXTRACT_SUFX= .tar.bz2 diff --git a/databases/postgresql95/distinfo b/databases/postgresql95/distinfo index 28b2811ae7c38..3f29179370e3f 100644 --- a/databases/postgresql95/distinfo +++ b/databases/postgresql95/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.1 2016/02/25 21:37:35 tnn Exp $ +$NetBSD: distinfo,v 1.2 2016/04/09 12:51:49 adam Exp $ -SHA1 (postgresql-9.5.1.tar.bz2) = 905bc31bc4d500e9498340407740a61835a2022e -RMD160 (postgresql-9.5.1.tar.bz2) = 4758bd11dea976147a6a698f9fb0e1acc4b17db3 -SHA512 (postgresql-9.5.1.tar.bz2) = fcb2b3bde51c4152b3a72764de1f9b4e607cb591571ed5bc1187b2c6938c33e21bdd512694a969a03c046e4889a129bb0e75fa676d55a1a1e77142da1e984192 -Size (postgresql-9.5.1.tar.bz2) = 18441638 bytes +SHA1 (postgresql-9.5.2.tar.bz2) = e139e5607fafd96926463123f7751086adaad724 +RMD160 (postgresql-9.5.2.tar.bz2) = 89cf1a346814999846c14c048cbf263590977975 +SHA512 (postgresql-9.5.2.tar.bz2) = ba31dddee8a960a4b1a97394eae5ea7efaa5e74e21c755882efcef90404676c6052dff55f40b585932e4f752cbcda5ceac0e29d601ea6651cfbab7a49190381a +Size (postgresql-9.5.2.tar.bz2) = 18446616 bytes SHA1 (patch-config_missing) = c2d7d742922ba6861e7660c75b7b53f09e564813 SHA1 (patch-config_perl.m4) = e035132b1c281a75752d570ac5e29a11176c25c5 SHA1 (patch-configure) = 59fe9a768caf8a5d308acac60c28bc6bb2c40632 diff --git a/databases/py-apsw/Makefile b/databases/py-apsw/Makefile index 007975da17430..9d8ee2533daeb 100644 --- a/databases/py-apsw/Makefile +++ b/databases/py-apsw/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.5 2015/10/10 01:58:02 ryoon Exp $ +# $NetBSD: Makefile,v 1.6 2016/04/11 19:01:45 ryoon Exp $ DISTNAME= apsw-3.8.4.2-r1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/-r/pl/} -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= databases MASTER_SITES= https://github.com/rogerbinns/apsw/releases/download/${DISTNAME:C/^[^-]*-//1}/ EXTRACT_SUFX= .zip diff --git a/databases/py-cassandra-driver/Makefile b/databases/py-cassandra-driver/Makefile index cd95e08964ed1..0ee55c77dee83 100644 --- a/databases/py-cassandra-driver/Makefile +++ b/databases/py-cassandra-driver/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.7 2016/03/12 09:53:53 fhajny Exp $ +# $NetBSD: Makefile,v 1.12 2016/05/06 09:41:36 fhajny Exp $ -DISTNAME= python-driver-3.1.0 +DISTNAME= python-driver-3.3.0 PKGNAME= ${DISTNAME:S/python/${PYPKGPREFIX}-cassandra/} CATEGORIES= databases MASTER_SITES= ${MASTER_SITE_GITHUB:=datastax/} @@ -13,7 +13,13 @@ LICENSE= apache-2.0 EGG_NAME= cassandra_driver-${PKGVERSION_NOREV} -DEPENDS+= ${PYPKGPREFIX}-cython-[0-9]*:../../devel/py-cython +.include "../../lang/python/pyversion.mk" + +DEPENDS+= ${PYPKGPREFIX}-cython>=0.20:../../devel/py-cython +DEPENDS+= ${PYPKGPREFIX}-six>=1.6:../../lang/py-six +.if ${_PYTHON_VERSION} == 27 +DEPENDS+= ${PYPKGPREFIX}-futures-[0-9]*:../../devel/py-futures +.endif .include "../../devel/libev/buildlink3.mk" .include "../../lang/python/egg.mk" diff --git a/databases/py-cassandra-driver/distinfo b/databases/py-cassandra-driver/distinfo index c0ccad82dd191..be40997ebb914 100644 --- a/databases/py-cassandra-driver/distinfo +++ b/databases/py-cassandra-driver/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.7 2016/03/12 09:53:53 fhajny Exp $ +$NetBSD: distinfo,v 1.12 2016/05/06 09:41:36 fhajny Exp $ -SHA1 (python-driver-3.1.0.tar.gz) = 85c6c1c2ec7d22fda066960494168cb4e36876c7 -RMD160 (python-driver-3.1.0.tar.gz) = 85d7e3f07015e903e336240f3c39f1f5979a6100 -SHA512 (python-driver-3.1.0.tar.gz) = 84a14edf11d4af1ce1988795dcca4417794590c69eb74f0ee105e83186d3dca9ec67c4181f5fe1b923bc11f4ee299cef1139abd10023a87a5cb4ba17b04a4687 -Size (python-driver-3.1.0.tar.gz) = 453774 bytes +SHA1 (python-driver-3.3.0.tar.gz) = 4a687f9602881cf6c791d4737040ada8ae464ec5 +RMD160 (python-driver-3.3.0.tar.gz) = 2f72e6a2af5b2d94009af81ae123470889bfdb91 +SHA512 (python-driver-3.3.0.tar.gz) = f512cd126c435b80c28f28f242cb46a42d21579ab99f9723d4fd5b3e8d1ba4be0d8d67cf7a932d700321084965fbd5b32ebcf4f64479ccc3e1bf8647e5c5b877 +Size (python-driver-3.3.0.tar.gz) = 468642 bytes diff --git a/databases/py-peewee/Makefile b/databases/py-peewee/Makefile index d13884a6143cb..8357a5495d07d 100644 --- a/databases/py-peewee/Makefile +++ b/databases/py-peewee/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.10 2016/01/18 15:53:14 fhajny Exp $ +# $NetBSD: Makefile,v 1.11 2016/05/06 09:45:09 fhajny Exp $ -DISTNAME= peewee-2.8.0 +DISTNAME= peewee-2.8.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= databases MASTER_SITES= ${MASTER_SITE_GITHUB:=coleifer/} diff --git a/databases/py-peewee/PLIST b/databases/py-peewee/PLIST index 927c6617d91e6..937e40d10e3e8 100644 --- a/databases/py-peewee/PLIST +++ b/databases/py-peewee/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.9 2016/01/18 15:53:14 fhajny Exp $ +@comment $NetBSD: PLIST,v 1.10 2016/05/06 09:45:09 fhajny Exp $ bin/pwiz.py ${PYSITELIB}/peewee.py ${PYSITELIB}/peewee.pyc @@ -8,6 +8,7 @@ ${PYSITELIB}/playhouse/__init__.pyc ${PYSITELIB}/playhouse/__init__.pyo ${PYSITELIB}/playhouse/_speedups.so ${PYSITELIB}/playhouse/_sqlite_ext.so +${PYSITELIB}/playhouse/_sqlite_udf.so ${PYSITELIB}/playhouse/apsw_ext.py ${PYSITELIB}/playhouse/apsw_ext.pyc ${PYSITELIB}/playhouse/apsw_ext.pyo @@ -71,6 +72,9 @@ ${PYSITELIB}/playhouse/sqlcipher_ext.pyo ${PYSITELIB}/playhouse/sqlite_ext.py ${PYSITELIB}/playhouse/sqlite_ext.pyc ${PYSITELIB}/playhouse/sqlite_ext.pyo +${PYSITELIB}/playhouse/sqlite_udf.py +${PYSITELIB}/playhouse/sqlite_udf.pyc +${PYSITELIB}/playhouse/sqlite_udf.pyo ${PYSITELIB}/playhouse/test_utils.py ${PYSITELIB}/playhouse/test_utils.pyc ${PYSITELIB}/playhouse/test_utils.pyo diff --git a/databases/py-peewee/distinfo b/databases/py-peewee/distinfo index f97a7aad79411..1eb020275acbf 100644 --- a/databases/py-peewee/distinfo +++ b/databases/py-peewee/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.10 2016/01/18 15:53:14 fhajny Exp $ +$NetBSD: distinfo,v 1.11 2016/05/06 09:45:09 fhajny Exp $ -SHA1 (peewee-2.8.0.tar.gz) = ed4477aad9fe1bec628387319af36ef32ea8d289 -RMD160 (peewee-2.8.0.tar.gz) = c8e69948394302501cfb67a96f00add320447dad -SHA512 (peewee-2.8.0.tar.gz) = 12a225dc6d40838d223a7396ed138d1a82393f79b0b666f019e0c6f07c58c99e0a50ecf1ad61c10176a3f184f00fcde0a753f7ea49aa5a8e2a0e69832b654622 -Size (peewee-2.8.0.tar.gz) = 615679 bytes +SHA1 (peewee-2.8.1.tar.gz) = 4ca6e599588419cabd41faff7c898917c2efa707 +RMD160 (peewee-2.8.1.tar.gz) = 59c372129585aa574f4062c1c4124cc1c840b614 +SHA512 (peewee-2.8.1.tar.gz) = fd65001f6227f3b470046794f306def4a69b2637d916d4d7ee1057dab5671eaae88f32fe5345e3266829651e7529c53d9928516135af520832f34bfc0b1b9f39 +Size (peewee-2.8.1.tar.gz) = 628870 bytes diff --git a/databases/py-pgnotify/Makefile b/databases/py-pgnotify/Makefile index 285bc184029d2..45dde40cd762b 100644 --- a/databases/py-pgnotify/Makefile +++ b/databases/py-pgnotify/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.18 2015/12/05 21:25:32 adam Exp $ +# $NetBSD: Makefile,v 1.19 2016/03/20 22:10:13 wiz Exp $ DISTNAME= pgnotify-0.1 PKGNAME= ${PYPKGPREFIX}-pgnotify-0.1 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= databases python MASTER_SITES= http://sandbox.rulemaker.net/ngps/Dist/ EXTRACT_SUFX= .zip @@ -17,9 +17,5 @@ MAKE_ENV+= MANDIR=${PREFIX}/${PKGMANDIR} MAKE_ENV+= BINDIR=${PREFIX}/bin USE_TOOLS+= gmake -PYDISTUTILSPKG= yes -PLIST_SUBST+= PYPKGPREFIX=${PYPKGPREFIX} -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-postgresql - -.include "../../lang/python/extension.mk" +.include "../../lang/python/distutils.mk" .include "../../mk/bsd.pkg.mk" diff --git a/databases/py-pgnotify/PLIST b/databases/py-pgnotify/PLIST index e39b0fecb4ed9..717015e20ab77 100644 --- a/databases/py-pgnotify/PLIST +++ b/databases/py-pgnotify/PLIST @@ -1,4 +1,5 @@ -@comment $NetBSD: PLIST,v 1.2 2006/01/03 18:58:58 darcy Exp $ +@comment $NetBSD: PLIST,v 1.3 2016/03/20 22:10:13 wiz Exp $ +${PYSITELIB}/${EGG_FILE} ${PYSITELIB}/pgnotify.py ${PYSITELIB}/pgnotify.pyc ${PYSITELIB}/pgnotify.pyo diff --git a/databases/py-pgnotify/distinfo b/databases/py-pgnotify/distinfo index df933c2db1224..1b9ecc8c95c69 100644 --- a/databases/py-pgnotify/distinfo +++ b/databases/py-pgnotify/distinfo @@ -1,6 +1,7 @@ -$NetBSD: distinfo,v 1.3 2015/11/03 01:56:28 agc Exp $ +$NetBSD: distinfo,v 1.4 2016/03/25 21:15:07 joerg Exp $ SHA1 (pgnotify-0.1.zip) = 6545a994077427b481c7fc9c511dc74f6106ae39 RMD160 (pgnotify-0.1.zip) = a48a7536a6edf330bdb1eb6b83be119ce4327e56 SHA512 (pgnotify-0.1.zip) = d1b27c89290476111a1751019b3c99af72a8904e4c56d363f0bff7ac334c8773b397ca3dd264eb26402489c8a3189181b8ad7966a312a7b4a918c87588f196e5 Size (pgnotify-0.1.zip) = 6148 bytes +SHA1 (patch-pgnotify.py) = 9b05f0685186833bad513bfd2cf0376133c9ae52 diff --git a/databases/py-pgnotify/patches/patch-pgnotify.py b/databases/py-pgnotify/patches/patch-pgnotify.py new file mode 100644 index 0000000000000..d5bcd636ba555 --- /dev/null +++ b/databases/py-pgnotify/patches/patch-pgnotify.py @@ -0,0 +1,16 @@ +$NetBSD: patch-pgnotify.py,v 1.1 2016/03/25 21:15:07 joerg Exp $ + +--- pgnotify.py.orig 2016-03-25 09:35:27.000000000 +0000 ++++ pgnotify.py +@@ -99,9 +99,9 @@ class pgnotify: + else: + self.pgconn.query('unlisten "%s"' % self.event) + self.pgconn.query('unlisten "%s"' % self.stop) +- raise pgnotifyError, \ ++ raise pgnotifyError( + 'listening for ("%s", "%s") but notified of "%s"' \ +- % (self.event, self.stop, event) ++ % (self.event, self.stop, event)) + + + diff --git a/databases/py-postgresql/Makefile b/databases/py-postgresql/Makefile index 1d757c2d95fbe..6dcdd01ee5bdc 100644 --- a/databases/py-postgresql/Makefile +++ b/databases/py-postgresql/Makefile @@ -1,9 +1,11 @@ -# $NetBSD: Makefile,v 1.76 2016/02/18 18:38:38 darcy Exp $ +# $NetBSD: Makefile,v 1.79 2016/03/23 21:51:25 wiz Exp $ -DISTNAME= PyGreSQL-4.2.1 -PKGNAME= ${PYPKGPREFIX}-postgresql-4.2.1 +DISTNAME= PyGreSQL-5.0 +PKGNAME= ${PYPKGPREFIX}-postgresql-5.0 +PKGREVISION= 1 CATEGORIES= databases python MASTER_SITES= http://pygresql.org/files/ +DIST_SUBDIR= py-postgresql-5.0-20160323 OWNER= darcy@NetBSD.org HOMEPAGE= http://www.PyGreSQL.org/ @@ -20,7 +22,6 @@ MAKE_ENV+= INSTALLED_LIBPQ=1 PY_PATCHPLIST= yes PLIST_SUBST+= PYPKGPREFIX=${PYPKGPREFIX:Q} REPLACE_PYTHON= pg.py pgdb.py -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 4.1.1 .include "../../lang/python/application.mk" .include "../../lang/python/egg.mk" diff --git a/databases/py-postgresql/distinfo b/databases/py-postgresql/distinfo index 87d6d1324a4af..7261d96a4dae6 100644 --- a/databases/py-postgresql/distinfo +++ b/databases/py-postgresql/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.22 2016/02/18 18:38:38 darcy Exp $ +$NetBSD: distinfo,v 1.25 2016/03/23 21:51:25 wiz Exp $ -SHA1 (PyGreSQL-4.2.1.tar.gz) = 93575cf33c47d88fb484b39687d75014dfd418e2 -RMD160 (PyGreSQL-4.2.1.tar.gz) = f2eca0f082d84aa076752f45119ccc5cf275af96 -SHA512 (PyGreSQL-4.2.1.tar.gz) = e6f2854ee2da3f87cae3fc56e52d7c5bec85d8b1fa50ccb894e3ab4d7a08a565bc09c7cd2c39e3ed369cb8ef18386622625c5f261764ba8bf692efb25a68533a -Size (PyGreSQL-4.2.1.tar.gz) = 480155 bytes +SHA1 (py-postgresql-5.0-20160323/PyGreSQL-5.0.tar.gz) = ffcd791b22b3adcbc9f03a2b3eac7de269b72d2d +RMD160 (py-postgresql-5.0-20160323/PyGreSQL-5.0.tar.gz) = bf64ffbd5055d792d3515ea07ffb631f60fe5ffb +SHA512 (py-postgresql-5.0-20160323/PyGreSQL-5.0.tar.gz) = cdf1ed78f9bc604c202ddd72286160856954e27ce5fba60379fbd1e82597785f65b53e8b3310199cdaa925ad75bd01f7b54778153d1fa8ed8049fd4e401ebb88 +Size (py-postgresql-5.0-20160323/PyGreSQL-5.0.tar.gz) = 633868 bytes diff --git a/databases/py-records/DESCR b/databases/py-records/DESCR new file mode 100644 index 0000000000000..c57b4ebcc5820 --- /dev/null +++ b/databases/py-records/DESCR @@ -0,0 +1,2 @@ +Records is a very simple, but powerful, library for making raw SQL queries +to most relational databases. diff --git a/databases/py-records/Makefile b/databases/py-records/Makefile new file mode 100644 index 0000000000000..86f4c98b30c0b --- /dev/null +++ b/databases/py-records/Makefile @@ -0,0 +1,21 @@ +# $NetBSD$ + +DISTNAME= records-0.4.3 +PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +CATEGORIES= databases +MASTER_SITES= ${MASTER_SITE_PYPI:=r/records/} + +MAINTAINER= root@zta.lk +HOMEPAGE= https://pypi.python.org/pypi/records/ +COMMENT= SQL for Humans +LICENSE= isc + +WRKSRC= ${WRKDIR}/records-0.4.3 +USE_LANGUAGES= # none + +DEPENDS+= ${PYPKGPREFIX}-tablib>=0.10.0:../../textproc/py-tablib +DEPENDS+= ${PYPKGPREFIX}-sqlalchemy>=1.0.9:../../databases/py-sqlalchemy +DEPENDS+= ${PYPKGPREFIX}-docopt>=0.6.2:../../devel/py-docopt + +.include "../../lang/python/egg.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/databases/py-records/PLIST b/databases/py-records/PLIST new file mode 100644 index 0000000000000..649110d73cb42 --- /dev/null +++ b/databases/py-records/PLIST @@ -0,0 +1,12 @@ +@comment $NetBSD$ +bin/records +${PYSITELIB}/records-0.4.3-py2.7.egg-info/PKG-INFO +${PYSITELIB}/records-0.4.3-py2.7.egg-info/SOURCES.txt +${PYSITELIB}/records-0.4.3-py2.7.egg-info/dependency_links.txt +${PYSITELIB}/records-0.4.3-py2.7.egg-info/entry_points.txt +${PYSITELIB}/records-0.4.3-py2.7.egg-info/not-zip-safe +${PYSITELIB}/records-0.4.3-py2.7.egg-info/requires.txt +${PYSITELIB}/records-0.4.3-py2.7.egg-info/top_level.txt +${PYSITELIB}/records.py +${PYSITELIB}/records.pyc +${PYSITELIB}/records.pyo diff --git a/databases/py-records/distinfo b/databases/py-records/distinfo new file mode 100644 index 0000000000000..2671e616560ca --- /dev/null +++ b/databases/py-records/distinfo @@ -0,0 +1,6 @@ +$NetBSD$ + +SHA1 (records-0.4.3.tar.gz) = 9eeaf9e0b71644b5034889d9811a35bde708cca3 +RMD160 (records-0.4.3.tar.gz) = 4767afbba4eedca4f0b2317221a004f3f7d105d9 +SHA512 (records-0.4.3.tar.gz) = 776283730ad2278460107fff1c10e30be852b6529e9144e5c62d5a986bbf0ba2b024ebec5a156a69a69840078b7e4562e1ca6ee85c59f3bf3dc10c77d99deb22 +Size (records-0.4.3.tar.gz) = 8455 bytes diff --git a/databases/py-sqlalchemy/Makefile b/databases/py-sqlalchemy/Makefile index b460695c4085a..62e7150df2533 100644 --- a/databases/py-sqlalchemy/Makefile +++ b/databases/py-sqlalchemy/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.17 2016/01/03 10:52:32 adam Exp $ +# $NetBSD: Makefile,v 1.18 2016/04/11 09:24:24 adam Exp $ -DISTNAME= SQLAlchemy-1.0.11 +DISTNAME= SQLAlchemy-1.0.12 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl} CATEGORIES= databases python MASTER_SITES= http://pypi.python.org/packages/source/S/SQLAlchemy/ diff --git a/databases/py-sqlalchemy/distinfo b/databases/py-sqlalchemy/distinfo index 94ac306026d09..94ef58ab84607 100644 --- a/databases/py-sqlalchemy/distinfo +++ b/databases/py-sqlalchemy/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.13 2016/01/03 10:52:32 adam Exp $ +$NetBSD: distinfo,v 1.14 2016/04/11 09:24:24 adam Exp $ -SHA1 (SQLAlchemy-1.0.11.tar.gz) = 26d81b4df87dcd25bc9a91dc2ed124454cbc61e9 -RMD160 (SQLAlchemy-1.0.11.tar.gz) = 7a9c6fa5486c9767c567c26f83f25f92308812d6 -SHA512 (SQLAlchemy-1.0.11.tar.gz) = b7f4d97faffefad65bbfb0c16c1ac0e27addc28546637ad323273311cfe4ef17be6e77e6279331b575ffd6cfdc6e57634666e4898aa484b275142cf665ba4920 -Size (SQLAlchemy-1.0.11.tar.gz) = 4708987 bytes +SHA1 (SQLAlchemy-1.0.12.tar.gz) = 854e38c746746e7b46189939d2102068ee2f4249 +RMD160 (SQLAlchemy-1.0.12.tar.gz) = abc7fd6b9d0874685433c30f81f8c260324f3223 +SHA512 (SQLAlchemy-1.0.12.tar.gz) = 67878cd5dd43bebcf17ec40e6879084e661652d0cef3a848eaa3fbc89dcd499ba7bba595ae514a531889496c182a76cd78e2e7ea37ab366ce6b373cbe963c8af +Size (SQLAlchemy-1.0.12.tar.gz) = 4748974 bytes diff --git a/databases/py-sqlite2/Makefile b/databases/py-sqlite2/Makefile index ff94476118b18..12e7f33e96041 100644 --- a/databases/py-sqlite2/Makefile +++ b/databases/py-sqlite2/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.39 2015/12/05 21:25:33 adam Exp $ +# $NetBSD: Makefile,v 1.40 2016/04/11 19:01:45 ryoon Exp $ DISTNAME= pysqlite-2.6.3 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/pysqlite/sqlite2/} -PKGREVISION= 10 +PKGREVISION= 11 CATEGORIES= databases python MASTER_SITES= http://pysqlite.googlecode.com/files/ diff --git a/databases/py-sqlite3/Makefile b/databases/py-sqlite3/Makefile index ec5c7ba652ef0..533311d44f526 100644 --- a/databases/py-sqlite3/Makefile +++ b/databases/py-sqlite3/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.24 2015/10/10 01:58:02 ryoon Exp $ +# $NetBSD: Makefile,v 1.25 2016/04/11 19:01:45 ryoon Exp $ PKGNAME= ${PYPKGPREFIX}-sqlite3-${PY_DISTVERSION} -PKGREVISION= 6 +PKGREVISION= 7 CATEGORIES= databases python MAINTAINER= pkgsrc-users@NetBSD.org diff --git a/databases/qore-sqlite3-module/Makefile b/databases/qore-sqlite3-module/Makefile index a23758682dcc9..5811c96d666e3 100644 --- a/databases/qore-sqlite3-module/Makefile +++ b/databases/qore-sqlite3-module/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2016/03/05 11:28:19 jperkin Exp $ +# $NetBSD: Makefile,v 1.5 2016/04/11 19:01:45 ryoon Exp $ DISTNAME= qore-sqlite3-module-1.0.1 -PKGREVISION= 7 +PKGREVISION= 8 CATEGORIES= databases MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=qore/} diff --git a/databases/rdb/Makefile b/databases/rdb/Makefile index 23c989d3c62c6..6a8c5506ea933 100644 --- a/databases/rdb/Makefile +++ b/databases/rdb/Makefile @@ -1,13 +1,13 @@ -# $NetBSD: Makefile,v 1.16 2015/06/12 10:48:46 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2016/04/24 10:34:44 wiz Exp $ DISTNAME= RDB-2.6d PKGNAME= rdb-2.6.4 PKGREVISION= 5 CATEGORIES= databases -MASTER_SITES= ftp://ftp.sunet.se/pub/unix/databases/flat-file/RDB/ +MASTER_SITES= # ftp://ftp.sunet.se/pub/unix/databases/flat-file/RDB/ MAINTAINER= njohnston@globaltetrahedron.com -HOMEPAGE= ftp://ftp.sunet.se/pub/unix/databases/flat-file/RDB/ +#HOMEPAGE= ftp://ftp.sunet.se/pub/unix/databases/flat-file/RDB/ COMMENT= Relational database system that uses standard filters via pipes WRKSRC= ${WRKDIR}/rdb diff --git a/databases/redis/Makefile b/databases/redis/Makefile index 6ad436822e7a9..ac30d5960ba42 100644 --- a/databases/redis/Makefile +++ b/databases/redis/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.19 2016/03/04 08:58:58 wiz Exp $ +# $NetBSD: Makefile,v 1.20 2016/05/06 14:00:45 fhajny Exp $ -DISTNAME= redis-3.0.7 +DISTNAME= redis-3.2.0 CATEGORIES= databases MASTER_SITES= http://download.redis.io/releases/ @@ -11,7 +11,6 @@ LICENSE= modified-bsd USE_LANGUAGES= c99 USE_TOOLS+= gmake pax -DIST_SUBDIR= redis-3.0.7v2 .include "../../mk/bsd.prefs.mk" @@ -19,7 +18,7 @@ RCD_SCRIPTS+= redis RCD_SCRIPT_SRC.redis= ${FILESDIR}/redis.sh DOCDIR= share/doc/redis -DOCFILES+= 00-RELEASENOTES BUGS COPYING README +DOCFILES+= 00-RELEASENOTES BUGS COPYING README.md EGDIR= ${PREFIX}/share/examples/${PKGBASE} INSTALLATION_DIRS+= bin ${DOCDIR} ${EGDIR} ${EGDIR}/utils ${EGDIR}/tests CONF_FILES= ${EGDIR}/redis.conf.example ${PKG_SYSCONFDIR}/redis.conf diff --git a/databases/redis/PLIST b/databases/redis/PLIST index 23b7285df523b..a378dd6e943b2 100644 --- a/databases/redis/PLIST +++ b/databases/redis/PLIST @@ -1,14 +1,14 @@ -@comment $NetBSD: PLIST,v 1.8 2015/06/09 12:17:56 fhajny Exp $ +@comment $NetBSD: PLIST,v 1.9 2016/05/06 14:00:45 fhajny Exp $ bin/redis-benchmark bin/redis-check-aof -bin/redis-check-dump +bin/redis-check-rdb bin/redis-cli bin/redis-sentinel bin/redis-server share/doc/redis/00-RELEASENOTES share/doc/redis/BUGS share/doc/redis/COPYING -share/doc/redis/README +share/doc/redis/README.md share/examples/redis/redis.conf.example share/examples/redis/tests/assets/default.conf share/examples/redis/tests/assets/encodings.rdb @@ -27,6 +27,7 @@ share/examples/redis/tests/cluster/tests/08-update-msg.tcl share/examples/redis/tests/cluster/tests/09-pubsub.tcl share/examples/redis/tests/cluster/tests/10-manual-failover.tcl share/examples/redis/tests/cluster/tests/11-manual-takeover.tcl +share/examples/redis/tests/cluster/tests/12-replica-migration-2.tcl share/examples/redis/tests/cluster/tests/helpers/onlydots.tcl share/examples/redis/tests/cluster/tests/includes/init-tests.tcl share/examples/redis/tests/cluster/tmp/.gitignore @@ -64,12 +65,14 @@ share/examples/redis/tests/test_helper.tcl share/examples/redis/tests/tmp/.gitignore share/examples/redis/tests/unit/aofrw.tcl share/examples/redis/tests/unit/auth.tcl -share/examples/redis/tests/unit/basic.tcl +share/examples/redis/tests/unit/bitfield.tcl share/examples/redis/tests/unit/bitops.tcl share/examples/redis/tests/unit/dump.tcl share/examples/redis/tests/unit/expire.tcl +share/examples/redis/tests/unit/geo.tcl share/examples/redis/tests/unit/hyperloglog.tcl share/examples/redis/tests/unit/introspection.tcl +share/examples/redis/tests/unit/keyspace.tcl share/examples/redis/tests/unit/latency-monitor.tcl share/examples/redis/tests/unit/limits.tcl share/examples/redis/tests/unit/maxmemory.tcl @@ -86,11 +89,13 @@ share/examples/redis/tests/unit/scripting.tcl share/examples/redis/tests/unit/slowlog.tcl share/examples/redis/tests/unit/sort.tcl share/examples/redis/tests/unit/type/hash.tcl +share/examples/redis/tests/unit/type/incr.tcl share/examples/redis/tests/unit/type/list-2.tcl share/examples/redis/tests/unit/type/list-3.tcl share/examples/redis/tests/unit/type/list-common.tcl share/examples/redis/tests/unit/type/list.tcl share/examples/redis/tests/unit/type/set.tcl +share/examples/redis/tests/unit/type/string.tcl share/examples/redis/tests/unit/type/zset.tcl share/examples/redis/utils/build-static-symbols.tcl share/examples/redis/utils/cluster_fail_time.tcl @@ -98,16 +103,21 @@ share/examples/redis/utils/create-cluster/.gitignore share/examples/redis/utils/create-cluster/README share/examples/redis/utils/create-cluster/create-cluster share/examples/redis/utils/generate-command-help.rb +share/examples/redis/utils/hashtable/README +share/examples/redis/utils/hashtable/rehashing.c share/examples/redis/utils/hyperloglog/.gitignore share/examples/redis/utils/hyperloglog/hll-err.rb share/examples/redis/utils/hyperloglog/hll-gnuplot-graph.rb share/examples/redis/utils/install_server.sh share/examples/redis/utils/lru/README share/examples/redis/utils/lru/test-lru.rb -share/examples/redis/utils/mkrelease.sh share/examples/redis/utils/redis-copy.rb share/examples/redis/utils/redis-sha1.rb share/examples/redis/utils/redis_init_script share/examples/redis/utils/redis_init_script.tpl +share/examples/redis/utils/releasetools/01_create_tarball.sh +share/examples/redis/utils/releasetools/02_upload_tarball.sh +share/examples/redis/utils/releasetools/03_test_release.sh +share/examples/redis/utils/releasetools/04_release_hash.sh share/examples/redis/utils/speed-regression.tcl share/examples/redis/utils/whatisdoing.sh diff --git a/databases/redis/distinfo b/databases/redis/distinfo index 25d9140cefa73..1dde484223eae 100644 --- a/databases/redis/distinfo +++ b/databases/redis/distinfo @@ -1,11 +1,10 @@ -$NetBSD: distinfo,v 1.21 2016/03/04 08:58:58 wiz Exp $ +$NetBSD: distinfo,v 1.22 2016/05/06 14:00:45 fhajny Exp $ -SHA1 (redis-3.0.7v2/redis-3.0.7.tar.gz) = e56b4b7e033ae8dbf311f9191cf6fdf3ae974d1c -RMD160 (redis-3.0.7v2/redis-3.0.7.tar.gz) = 595762ed65acf7d4593ae28707d2fcfc438cc35a -SHA512 (redis-3.0.7v2/redis-3.0.7.tar.gz) = 6c8f4c88d911e1433fd28efff2f6d62763e08be89814ebf4aa4e68e2c8bd605eba24ca3410548b2f480ae094437ce96c0bafa7a5762b3b405d5d850886297ba3 -Size (redis-3.0.7v2/redis-3.0.7.tar.gz) = 1375200 bytes +SHA1 (redis-3.2.0.tar.gz) = 0c1820931094369c8cc19fc1be62f598bc5961ca +RMD160 (redis-3.2.0.tar.gz) = cb346293dae3abc2e2ed67d8ded5bacf24739c9b +SHA512 (redis-3.2.0.tar.gz) = 02a046080d070a81d38f4e8868ae85ace2db26718fc292388a94fd8f0ac45fe071f1536b3197e22451f99848dcd110469005f84456b8455836b2779eeb554d49 +Size (redis-3.2.0.tar.gz) = 1525900 bytes SHA1 (patch-ab) = 21754f59e9f1013095fe47ccf7411b438385d558 -SHA1 (patch-ac) = 5cd23cef32a010a07ae59fce283891b9f9722c05 +SHA1 (patch-ac) = b389aafc4caada95f57e00786c5fba84a9c6c88d SHA1 (patch-deps_hiredis_fmacros.h) = b9d7d0a82e6794078d997769db6e5572f981b445 -SHA1 (patch-src_cluster.c) = 8efb650773412764449a49c4bc1d8f4924352e47 SHA1 (patch-src_object.c) = 30ffaec9c7e6135e3a5576cd1a35d7bcec668299 diff --git a/databases/redis/patches/patch-ac b/databases/redis/patches/patch-ac index 91bcdee5e8a52..d84a9d36c509a 100644 --- a/databases/redis/patches/patch-ac +++ b/databases/redis/patches/patch-ac @@ -1,23 +1,27 @@ -$NetBSD: patch-ac,v 1.4 2015/04/13 11:33:35 fhajny Exp $ +$NetBSD: patch-ac,v 1.5 2016/05/06 14:00:45 fhajny Exp $ Sane defaults for the config file. ---- redis.conf.orig 2015-04-01 14:01:44.000000000 +0000 +--- redis.conf.orig 2016-05-06 07:11:36.000000000 +0000 +++ redis.conf -@@ -34,11 +34,11 @@ +@@ -124,7 +124,7 @@ tcp-keepalive 0 # By default Redis does not run as a daemon. Use 'yes' if you need it. # Note that Redis will write a pid file in /var/run/redis.pid when daemonized. -daemonize no +daemonize yes - # When running daemonized, Redis writes a pid file in /var/run/redis.pid by - # default. You can specify a custom pid file location here. + # If you run Redis from upstart or systemd, Redis can interact with your + # supervision tree. Options: +@@ -146,7 +146,7 @@ supervised no + # + # Creating a pid file is best effort: if Redis is not able to create it + # nothing bad happens, the server will start and run normally. -pidfile /var/run/redis.pid +pidfile @REDIS_PIDDIR@/redis.pid - # Accept connections on the specified port, default is 6379. - # If port 0 is specified Redis will not listen on a TCP socket. -@@ -100,7 +100,7 @@ loglevel notice + # Specify the server verbosity level. + # This can be one of: +@@ -159,7 +159,7 @@ loglevel notice # Specify the log file name. Also the empty string can be used to force # Redis to log on the standard output. Note that if you use standard # output for logging but daemonize, logs will be sent to /dev/null @@ -26,7 +30,7 @@ Sane defaults for the config file. # To enable logging to the system logger, just set 'syslog-enabled' to yes, # and optionally update the other syslog parameters to suit your needs. -@@ -184,7 +184,7 @@ dbfilename dump.rdb +@@ -243,7 +243,7 @@ dbfilename dump.rdb # The Append Only File will also be created inside this directory. # # Note that you must specify a directory here, not a file name. diff --git a/databases/redis/patches/patch-src_cluster.c b/databases/redis/patches/patch-src_cluster.c deleted file mode 100644 index 39c69ae34ead8..0000000000000 --- a/databases/redis/patches/patch-src_cluster.c +++ /dev/null @@ -1,26 +0,0 @@ -$NetBSD: patch-src_cluster.c,v 1.1 2015/04/13 11:33:35 fhajny Exp $ - -Add fcntl support on SunOS. - ---- src/cluster.c.orig 2015-04-01 14:01:44.000000000 +0000 -+++ src/cluster.c -@@ -369,8 +369,19 @@ int clusterLockConfig(char *filename) { - return REDIS_ERR; - } - -+#ifdef __sun -+ struct flock lock; -+ lock.l_start = 0; -+ lock.l_len = 0; -+ lock.l_type = F_WRLCK; -+ lock.l_whence = SEEK_SET; -+ -+ if (fcntl(fd,F_SETLK,&lock) == -1) { -+ if (errno == EAGAIN) { -+#else - if (flock(fd,LOCK_EX|LOCK_NB) == -1) { - if (errno == EWOULDBLOCK) { -+#endif - redisLog(REDIS_WARNING, - "Sorry, the cluster configuration file %s is already used " - "by a different Redis Cluster node. Please make sure that " diff --git a/databases/rrdtool/Makefile b/databases/rrdtool/Makefile index b9fee4a9b803e..4f34dcca24ef5 100644 --- a/databases/rrdtool/Makefile +++ b/databases/rrdtool/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.121 2016/02/07 17:32:56 khorben Exp $ +# $NetBSD: Makefile,v 1.122 2016/04/23 06:23:49 adam Exp $ # # Please, also update databases/ruby-rrdtool -DISTNAME= rrdtool-1.5.5 -PKGREVISION= 1 +DISTNAME= rrdtool-1.6.0 CATEGORIES= databases graphics net MASTER_SITES= http://oss.oetiker.ch/rrdtool/pub/ diff --git a/databases/rrdtool/PLIST b/databases/rrdtool/PLIST index 20202e7e6a473..ba0190f805aeb 100644 --- a/databases/rrdtool/PLIST +++ b/databases/rrdtool/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.16 2016/02/01 09:41:59 adam Exp $ +@comment $NetBSD: PLIST,v 1.17 2016/04/23 06:23:49 adam Exp $ bin/rrdcached bin/rrdcgi bin/rrdcreate @@ -10,7 +10,6 @@ include/rrd_client.h include/rrd_config.h include/rrd_format.h lib/librrd.la -lib/librrd_th.la lib/pkgconfig/librrd.pc man/man1/bin_dec_hex.1 man/man1/cdeftutorial.1 diff --git a/databases/rrdtool/distinfo b/databases/rrdtool/distinfo index ac48c4b6a6085..cd315407e5e55 100644 --- a/databases/rrdtool/distinfo +++ b/databases/rrdtool/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.50 2016/02/01 09:41:59 adam Exp $ +$NetBSD: distinfo,v 1.51 2016/04/23 06:23:49 adam Exp $ -SHA1 (rrdtool-1.5.5.tar.gz) = 8275cd4dd3fb2086686ee5acfc7cc5e756483e0e -RMD160 (rrdtool-1.5.5.tar.gz) = 17970e90c72450d5589665f0165733469392cb82 -SHA512 (rrdtool-1.5.5.tar.gz) = 07fb0edb5fbc0b491f8a40844d4a914f26c6269b2d07ab91f4d54fdcfeb7899348362044ac632223341f30fc10e6748a59863977496801530f5cdd2d61f0e88c -Size (rrdtool-1.5.5.tar.gz) = 2187685 bytes +SHA1 (rrdtool-1.6.0.tar.gz) = 9866b41bda9416188f236d61d24f185b173fd571 +RMD160 (rrdtool-1.6.0.tar.gz) = 90bb6dc4a19c296fb67bb83094f6308396e591c0 +SHA512 (rrdtool-1.6.0.tar.gz) = 45a8f16a2bda9d497c5f39de80236adb7a5bd054a14755c4d130f21cd6430bd0a76caef9632994be56fd1ea2364eb218687ea8ebf945a71ca411221c248f3ebd +Size (rrdtool-1.6.0.tar.gz) = 2186538 bytes SHA1 (patch-aa) = 317fc6e46e15333574d0e977d8ab34e916920f4a SHA1 (patch-ab) = 81131a74c8e9b81edfaa4b6746d4ab8508e82ac2 SHA1 (patch-al) = 985e90539340c8bac9788e897c4b7b899fe9f6b1 diff --git a/databases/ruby-do_sqlite3/Makefile b/databases/ruby-do_sqlite3/Makefile index baac7f0f4dcf1..d2270b2bfec73 100644 --- a/databases/ruby-do_sqlite3/Makefile +++ b/databases/ruby-do_sqlite3/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.23 2016/02/16 14:30:43 taca Exp $ +# $NetBSD: Makefile,v 1.24 2016/04/11 19:01:46 ryoon Exp $ DISTNAME= do_sqlite3-0.10.17 +PKGREVISION= 1 CATEGORIES= databases MAINTAINER= pkgsrc-users@NetBSD.org diff --git a/databases/ruby-gdbm/Makefile b/databases/ruby-gdbm/Makefile index c06217a69c3ec..7e573e9be2de7 100644 --- a/databases/ruby-gdbm/Makefile +++ b/databases/ruby-gdbm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2015/12/30 15:00:57 taca Exp $ +# $NetBSD: Makefile,v 1.29 2016/03/14 00:59:05 tnn Exp $ # DISTNAME= ${RUBY_DISTNAME} @@ -11,7 +11,7 @@ MAINTAINER= taca@NetBSD.org HOMEPAGE= ${RUBY_HOMEPAGE} COMMENT= Ruby extension to GDBM library -RUBY_VERSION_SUPPORTED= 23 22 21 200 18 +RUBY_VERSION_SUPPORTED= 23 22 21 18 USE_RUBY_EXTCONF= yes DISTINFO_FILE= ${RUBY_DISTINFO_FILE} EXTRACT_ELEMENTS= ${RUBY_DISTNAME}/ext/gdbm diff --git a/databases/ruby-pg/distinfo b/databases/ruby-pg/distinfo index 5695b264c4934..9e196813f5e01 100644 --- a/databases/ruby-pg/distinfo +++ b/databases/ruby-pg/distinfo @@ -1,6 +1,7 @@ -$NetBSD: distinfo,v 1.18 2015/11/29 12:10:16 taca Exp $ +$NetBSD: distinfo,v 1.19 2016/03/18 13:18:53 fhajny Exp $ SHA1 (pg-0.18.4.gem) = e095413602552ef50ef938d547c58fc1d0940d8b RMD160 (pg-0.18.4.gem) = e69cdbfabaf2142c2ff4458213a13668c21da696 SHA512 (pg-0.18.4.gem) = 48e792756c7ee205164b59a9515ace6320150f0ce1907293f8c1a736300c62c0b38c1be49e8ad4f1a50f29abc7f72bb43e742a8e63d9606eff4c7d2191a4fb74 Size (pg-0.18.4.gem) = 219648 bytes +SHA1 (patch-ext_extconf.rb) = 161b826521c4e3b5a5c6aaa88dae572e36257b9c diff --git a/databases/ruby-pg/patches/patch-ext_extconf.rb b/databases/ruby-pg/patches/patch-ext_extconf.rb new file mode 100644 index 0000000000000..d30aaae09035a --- /dev/null +++ b/databases/ruby-pg/patches/patch-ext_extconf.rb @@ -0,0 +1,17 @@ +$NetBSD: patch-ext_extconf.rb,v 1.1 2016/03/18 13:18:53 fhajny Exp $ + +Fix SunOS build with Ruby 2.3. + +Upstream bug report: +https://bitbucket.org/ged/ruby-pg/issues/236 + +--- ext/extconf.rb.orig 2016-03-18 12:46:37.072825799 +0000 ++++ ext/extconf.rb +@@ -1,6 +1,7 @@ + require 'pp' + require 'mkmf' + ++$CPPFLAGS << ' -D__EXTENSIONS__' + + if ENV['MAINTAINER_MODE'] + $stderr.puts "Maintainer mode enabled." diff --git a/databases/ruby-rrdtool/Makefile b/databases/ruby-rrdtool/Makefile index 0e8d337714e79..2ddd96f70566c 100644 --- a/databases/ruby-rrdtool/Makefile +++ b/databases/ruby-rrdtool/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.19 2016/02/01 09:41:59 adam Exp $ +# $NetBSD: Makefile,v 1.20 2016/04/23 06:23:49 adam Exp $ -DISTNAME= rrdtool-1.5.5 +DISTNAME= rrdtool-1.6.0 PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME} CATEGORIES= databases graphics net MASTER_SITES= http://oss.oetiker.ch/rrdtool/pub/ diff --git a/databases/ruby-rrdtool/distinfo b/databases/ruby-rrdtool/distinfo index 26cd6e72d135d..3a32f2f7f053f 100644 --- a/databases/ruby-rrdtool/distinfo +++ b/databases/ruby-rrdtool/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.5 2016/03/01 17:13:59 adam Exp $ +$NetBSD: distinfo,v 1.6 2016/04/23 06:23:49 adam Exp $ -SHA1 (rrdtool-1.5.5.tar.gz) = 8275cd4dd3fb2086686ee5acfc7cc5e756483e0e -RMD160 (rrdtool-1.5.5.tar.gz) = 17970e90c72450d5589665f0165733469392cb82 -SHA512 (rrdtool-1.5.5.tar.gz) = 07fb0edb5fbc0b491f8a40844d4a914f26c6269b2d07ab91f4d54fdcfeb7899348362044ac632223341f30fc10e6748a59863977496801530f5cdd2d61f0e88c -Size (rrdtool-1.5.5.tar.gz) = 2187685 bytes +SHA1 (rrdtool-1.6.0.tar.gz) = 9866b41bda9416188f236d61d24f185b173fd571 +RMD160 (rrdtool-1.6.0.tar.gz) = 90bb6dc4a19c296fb67bb83094f6308396e591c0 +SHA512 (rrdtool-1.6.0.tar.gz) = 45a8f16a2bda9d497c5f39de80236adb7a5bd054a14755c4d130f21cd6430bd0a76caef9632994be56fd1ea2364eb218687ea8ebf945a71ca411221c248f3ebd +Size (rrdtool-1.6.0.tar.gz) = 2186538 bytes SHA1 (patch-extconf.rb) = 18cce3cb95afd81ea30c03bad4e2a1717c7ab982 diff --git a/databases/ruby-sequel/Makefile b/databases/ruby-sequel/Makefile index dd01def82d69f..9faac2c5682d0 100644 --- a/databases/ruby-sequel/Makefile +++ b/databases/ruby-sequel/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.43 2016/03/08 13:57:23 taca Exp $ +# $NetBSD: Makefile,v 1.44 2016/04/09 13:42:09 wen Exp $ -DISTNAME= sequel-4.32.0 +DISTNAME= sequel-4.33.0 CATEGORIES= databases MAINTAINER= pkgsrc-users@NetBSD.org diff --git a/databases/ruby-sequel/PLIST b/databases/ruby-sequel/PLIST index fdff6e965f029..2ce48f649daeb 100644 --- a/databases/ruby-sequel/PLIST +++ b/databases/ruby-sequel/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.40 2016/03/08 13:57:23 taca Exp $ +@comment $NetBSD: PLIST,v 1.41 2016/04/09 13:42:09 wen Exp $ bin/sequel${RUBY_SUFFIX} ${GEM_HOME}/cache/${GEM_NAME}.gem ${GEM_LIBDIR}/CHANGELOG @@ -121,6 +121,7 @@ ${GEM_LIBDIR}/doc/release_notes/4.3.0.txt ${GEM_LIBDIR}/doc/release_notes/4.30.0.txt ${GEM_LIBDIR}/doc/release_notes/4.31.0.txt ${GEM_LIBDIR}/doc/release_notes/4.32.0.txt +${GEM_LIBDIR}/doc/release_notes/4.33.0.txt ${GEM_LIBDIR}/doc/release_notes/4.4.0.txt ${GEM_LIBDIR}/doc/release_notes/4.5.0.txt ${GEM_LIBDIR}/doc/release_notes/4.6.0.txt diff --git a/databases/ruby-sequel/distinfo b/databases/ruby-sequel/distinfo index e69969ff67bdd..c094db5d4fdae 100644 --- a/databases/ruby-sequel/distinfo +++ b/databases/ruby-sequel/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.41 2016/03/08 13:57:23 taca Exp $ +$NetBSD: distinfo,v 1.42 2016/04/09 13:42:09 wen Exp $ -SHA1 (sequel-4.32.0.gem) = 33278f4b744a9fec497052da925fabe238f5f3c6 -RMD160 (sequel-4.32.0.gem) = 11768050d8af8ac0e6acba5a9ff7281fb51daa57 -SHA512 (sequel-4.32.0.gem) = 8bc0b76d4cab4791b35ef80d3e0a7a268a5ca1ab74bd2f8545c3a24c6fd691adfb85fbada2151a573f425db0218571e5432b7e05b7d956b3432786d2d3bef364 -Size (sequel-4.32.0.gem) = 1340928 bytes +SHA1 (sequel-4.33.0.gem) = 6f2fbd8bee461a1870db36caf52e58d2f75632e8 +RMD160 (sequel-4.33.0.gem) = dda06ac1921cf5460b3742153006bfc3d020bae3 +SHA512 (sequel-4.33.0.gem) = 16afd5181fb85554b8c5406511ba61b97ba8aceaae97d4e94e87ac066997925865b7dae517dd26dbef817144beda45f70101e4b512532bebd58c72c27e64241a +Size (sequel-4.33.0.gem) = 1343488 bytes diff --git a/databases/ruby-sqlite3/Makefile b/databases/ruby-sqlite3/Makefile index 92791c492b9c7..faa99753cefce 100644 --- a/databases/ruby-sqlite3/Makefile +++ b/databases/ruby-sqlite3/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.32 2015/10/12 15:33:08 taca Exp $ +# $NetBSD: Makefile,v 1.33 2016/04/11 19:01:46 ryoon Exp $ DISTNAME= sqlite3-1.3.11 +PKGREVISION= 1 CATEGORIES= databases MAINTAINER= pkgsrc-users@NetBSD.org diff --git a/databases/soci/Makefile b/databases/soci/Makefile index caa4249e65c99..15837fa3e4b28 100644 --- a/databases/soci/Makefile +++ b/databases/soci/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.13 2015/10/10 01:58:03 ryoon Exp $ +# $NetBSD: Makefile,v 1.14 2016/04/11 19:01:46 ryoon Exp $ # DISTNAME= soci-3.2.2 -PKGREVISION= 10 +PKGREVISION= 11 CATEGORIES= databases MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=soci/} diff --git a/databases/sqlite3-docs/PLIST b/databases/sqlite3-docs/PLIST index fdc72ed677667..89cb1d3fe30bc 100644 --- a/databases/sqlite3-docs/PLIST +++ b/databases/sqlite3-docs/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.52 2016/03/06 09:57:51 adam Exp $ +@comment $NetBSD: PLIST,v 1.55 2016/04/20 05:04:44 adam Exp $ share/doc/sqlite3/34to35.html share/doc/sqlite3/35to36.html share/doc/sqlite3/about.html @@ -163,6 +163,7 @@ share/doc/sqlite3/c3ref/stmt_status.html share/doc/sqlite3/c3ref/strglob.html share/doc/sqlite3/c3ref/stricmp.html share/doc/sqlite3/c3ref/strlike.html +share/doc/sqlite3/c3ref/system_errno.html share/doc/sqlite3/c3ref/table_column_metadata.html share/doc/sqlite3/c3ref/temp_directory.html share/doc/sqlite3/c3ref/test_control.html @@ -520,6 +521,7 @@ share/doc/sqlite3/onefile.html share/doc/sqlite3/opcode.html share/doc/sqlite3/optoverview.html share/doc/sqlite3/partialindex.html +share/doc/sqlite3/pgszchng2016.html share/doc/sqlite3/pragma.html share/doc/sqlite3/pressrelease-20071212.html share/doc/sqlite3/privatebranch.html @@ -542,6 +544,9 @@ share/doc/sqlite3/releaselog/3_10_1.html share/doc/sqlite3/releaselog/3_10_2.html share/doc/sqlite3/releaselog/3_11_0.html share/doc/sqlite3/releaselog/3_11_1.html +share/doc/sqlite3/releaselog/3_12_0.html +share/doc/sqlite3/releaselog/3_12_1.html +share/doc/sqlite3/releaselog/3_12_2.html share/doc/sqlite3/releaselog/3_1_0.html share/doc/sqlite3/releaselog/3_1_1.html share/doc/sqlite3/releaselog/3_1_2.html @@ -679,6 +684,7 @@ share/doc/sqlite3/releaselog/3_8_9.html share/doc/sqlite3/releaselog/3_9_0.html share/doc/sqlite3/releaselog/3_9_1.html share/doc/sqlite3/releaselog/3_9_2.html +share/doc/sqlite3/releaselog/3_9_3.html share/doc/sqlite3/releaselog/current.html share/doc/sqlite3/requirements.html share/doc/sqlite3/rescode.html diff --git a/databases/sqlite3-docs/distinfo b/databases/sqlite3-docs/distinfo index 2d0d8000d359e..4f18379f529dc 100644 --- a/databases/sqlite3-docs/distinfo +++ b/databases/sqlite3-docs/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.53 2016/03/06 09:57:51 adam Exp $ +$NetBSD: distinfo,v 1.56 2016/04/20 05:04:44 adam Exp $ -SHA1 (sqlite-doc-3110100.zip) = 79a24f86bbfc77371fb528ac396d3ad1c266ffa4 -RMD160 (sqlite-doc-3110100.zip) = 52c43905047bf1361c480ba374300e94aca2b2a4 -SHA512 (sqlite-doc-3110100.zip) = b8fe71a852ce2fa3d7da27c09e3a1e8d019a9c55eb7e5516425754148f8d8a6cc88571d006768d5fd5b2c72aa513544bfc0ce4208f376099f8f08b7fee480d06 -Size (sqlite-doc-3110100.zip) = 5386958 bytes +SHA1 (sqlite-doc-3120200.zip) = e49eb277915d1f886a9ee4687a23ec67dc5fe3cb +RMD160 (sqlite-doc-3120200.zip) = c3689f9f140a8a5b28dbefdf0a385dfc1f673877 +SHA512 (sqlite-doc-3120200.zip) = 4ded937565b2d9b63ae55495d4b536bc0056e0d9aa7119ee54ddea127c42ba7de17986db7b85c172043fab1112132cbc126a102b248770fca6cde9a8fda438ae +Size (sqlite-doc-3120200.zip) = 5416790 bytes diff --git a/databases/sqlite3-tcl/Makefile b/databases/sqlite3-tcl/Makefile index 825dd1c3f4065..d8402236e9bc1 100644 --- a/databases/sqlite3-tcl/Makefile +++ b/databases/sqlite3-tcl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.79 2016/03/06 09:57:51 adam Exp $ +# $NetBSD: Makefile,v 1.81 2016/04/20 05:04:44 adam Exp $ DISTNAME= sqlite-autoconf-${SQLITE3_DISTVERSION} PKGNAME= sqlite3-tcl-${SQLITE3_VERSION} diff --git a/databases/sqlite3-tcl/distinfo b/databases/sqlite3-tcl/distinfo index 466648af0abea..2856fa4a5804e 100644 --- a/databases/sqlite3-tcl/distinfo +++ b/databases/sqlite3-tcl/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.66 2016/03/06 09:57:51 adam Exp $ +$NetBSD: distinfo,v 1.69 2016/04/20 05:04:44 adam Exp $ -SHA1 (sqlite-autoconf-3110100.tar.gz) = c4b4dcd735a4daf5a2e2bb90f374484c8d4dad29 -RMD160 (sqlite-autoconf-3110100.tar.gz) = 34af4aa0dbb1635752a6093034c87a7467647fc9 -SHA512 (sqlite-autoconf-3110100.tar.gz) = c3efd2693e6a9526a2901d9879982a421e81e7e979aef65a160e71b255339344079a1943395480d5c37a1acc6243a8d45f45fa688f7e996774da38a3a99e71a1 -Size (sqlite-autoconf-3110100.tar.gz) = 2359545 bytes +SHA1 (sqlite-autoconf-3120200.tar.gz) = b43c2e7238e54c50b95fbbd85c48792f4f39af8c +RMD160 (sqlite-autoconf-3120200.tar.gz) = 95906cd70cbf190f82820dd0b5cad57caffa0f6f +SHA512 (sqlite-autoconf-3120200.tar.gz) = e56b8d5b8fb41d27437659db669259198663c266c0b3faf44ba9b130441550fb79bd040e6488f56280b33230d9cf4e51c7906f968ffdd36206354bfabc4b6eb4 +Size (sqlite-autoconf-3120200.tar.gz) = 2374804 bytes SHA1 (patch-aa) = 4a12a16498d04e1031dc0802fda731b73e98a32d diff --git a/databases/sqlite3/Makefile b/databases/sqlite3/Makefile index 67ec58728c8df..f70b6632d2623 100644 --- a/databases/sqlite3/Makefile +++ b/databases/sqlite3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.105 2016/03/06 12:12:00 adam Exp $ +# $NetBSD: Makefile,v 1.108 2016/04/20 05:04:44 adam Exp $ DISTNAME= sqlite-autoconf-${SQLITE3_DISTVERSION} PKGNAME= sqlite3-${SQLITE3_VERSION} @@ -52,9 +52,11 @@ LDFLAGS.SCO_SV+= -lpthread .if ${READLINE_TYPE} == "editline" && ${IS_BUILTIN.editline} == "yes" LDFLAGS.NetBSD+= -ledit LDFLAGS.DragonFly+= -ledit +LDFLAGS.FreeBSD+= -ledit .else LDFLAGS.NetBSD+= -lreadline LDFLAGS.DragonFly+= -lreadline +LDFLAGS.FreeBSD+= -lreadline .endif .include "../../mk/dlopen.buildlink3.mk" diff --git a/databases/sqlite3/Makefile.version b/databases/sqlite3/Makefile.version index 5af76dcbad918..c40bb8f97a56b 100644 --- a/databases/sqlite3/Makefile.version +++ b/databases/sqlite3/Makefile.version @@ -1,10 +1,10 @@ -# $NetBSD: Makefile.version,v 1.14 2016/03/06 09:57:51 adam Exp $ +# $NetBSD: Makefile.version,v 1.17 2016/04/20 05:04:44 adam Exp $ # used by databases/sqlite3/Makefile # used by databases/sqlite3-docs/Makefile # used by databases/sqlite3-tcl/Makefile -SQLITE3_DISTVERSION= 3110100 -SQLITE3_VERSION= 3.11.1 +SQLITE3_DISTVERSION= 3120200 +SQLITE3_VERSION= 3.12.2 MASTER_SITES= http://www.hwaci.com/sw/sqlite/2016/ \ http://www.sqlite.org/2016/ diff --git a/databases/sqlite3/buildlink3.mk b/databases/sqlite3/buildlink3.mk index 0ec846cd5e704..a5323563509a2 100644 --- a/databases/sqlite3/buildlink3.mk +++ b/databases/sqlite3/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.16 2015/04/06 08:17:14 adam Exp $ +# $NetBSD: buildlink3.mk,v 1.17 2016/04/11 19:01:34 ryoon Exp $ BUILDLINK_TREE+= sqlite3 @@ -6,7 +6,7 @@ BUILDLINK_TREE+= sqlite3 SQLITE3_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.sqlite3+= sqlite3>=3.0.8 -BUILDLINK_ABI_DEPENDS.sqlite3+= sqlite3>=3.8.8.3nb1 +BUILDLINK_ABI_DEPENDS.sqlite3+= sqlite3>=3.12.1nb1 BUILDLINK_PKGSRCDIR.sqlite3?= ../../databases/sqlite3 pkgbase:= sqlite3 diff --git a/databases/sqlite3/distinfo b/databases/sqlite3/distinfo index 2ededd9c221ae..b0c8c49db721c 100644 --- a/databases/sqlite3/distinfo +++ b/databases/sqlite3/distinfo @@ -1,8 +1,7 @@ -$NetBSD: distinfo,v 1.118 2016/03/06 12:12:00 adam Exp $ +$NetBSD: distinfo,v 1.121 2016/04/20 05:04:44 adam Exp $ -SHA1 (sqlite-autoconf-3110100.tar.gz) = c4b4dcd735a4daf5a2e2bb90f374484c8d4dad29 -RMD160 (sqlite-autoconf-3110100.tar.gz) = 34af4aa0dbb1635752a6093034c87a7467647fc9 -SHA512 (sqlite-autoconf-3110100.tar.gz) = c3efd2693e6a9526a2901d9879982a421e81e7e979aef65a160e71b255339344079a1943395480d5c37a1acc6243a8d45f45fa688f7e996774da38a3a99e71a1 -Size (sqlite-autoconf-3110100.tar.gz) = 2359545 bytes -SHA1 (patch-Makefile.in) = 8966794bad2be8bb56af6f743569c454713abf3d -SHA1 (patch-configure) = 6b6c19d6be2cd61e6502554dc263a1178f9d75c0 +SHA1 (sqlite-autoconf-3120200.tar.gz) = b43c2e7238e54c50b95fbbd85c48792f4f39af8c +RMD160 (sqlite-autoconf-3120200.tar.gz) = 95906cd70cbf190f82820dd0b5cad57caffa0f6f +SHA512 (sqlite-autoconf-3120200.tar.gz) = e56b8d5b8fb41d27437659db669259198663c266c0b3faf44ba9b130441550fb79bd040e6488f56280b33230d9cf4e51c7906f968ffdd36206354bfabc4b6eb4 +Size (sqlite-autoconf-3120200.tar.gz) = 2374804 bytes +SHA1 (patch-configure) = 833f6b824f03b3f12f51617fa2fc7b9d4a580b35 diff --git a/databases/sqlite3/patches/patch-Makefile.in b/databases/sqlite3/patches/patch-Makefile.in deleted file mode 100644 index c2ec6b82b801a..0000000000000 --- a/databases/sqlite3/patches/patch-Makefile.in +++ /dev/null @@ -1,33 +0,0 @@ -$NetBSD: patch-Makefile.in,v 1.1 2016/03/06 12:12:00 adam Exp $ - -Fix for dynamically linked shell tool. - ---- Makefile.in.orig 2016-03-03 16:37:17.000000000 +0000 -+++ Makefile.in -@@ -146,7 +146,7 @@ libsqlite3_la_LINK = $(LIBTOOL) $(AM_V_l - $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ - $(libsqlite3_la_LDFLAGS) $(LDFLAGS) -o $@ - PROGRAMS = $(bin_PROGRAMS) --am_sqlite3_OBJECTS = sqlite3-shell.$(OBJEXT) sqlite3-sqlite3.$(OBJEXT) -+am_sqlite3_OBJECTS = sqlite3-shell.$(OBJEXT) - sqlite3_OBJECTS = $(am_sqlite3_OBJECTS) - sqlite3_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ - $(LIBTOOLFLAGS) --mode=link $(CCLD) $(sqlite3_CFLAGS) \ -@@ -364,7 +364,7 @@ AM_CFLAGS = @THREADSAFE_FLAGS@ @DYNAMIC_ - lib_LTLIBRARIES = libsqlite3.la - libsqlite3_la_SOURCES = sqlite3.c - libsqlite3_la_LDFLAGS = -no-undefined -version-info 8:6:8 --sqlite3_SOURCES = shell.c sqlite3.c sqlite3.h -+sqlite3_SOURCES = shell.c sqlite3.h - sqlite3_LDADD = @READLINE_LIBS@ - sqlite3_DEPENDENCIES = @EXTRA_SHELL_OBJ@ - sqlite3_CFLAGS = $(AM_CFLAGS) -DSQLITE_ENABLE_EXPLAIN_COMMENTS -@@ -502,7 +502,7 @@ clean-binPROGRAMS: - - sqlite3$(EXEEXT): $(sqlite3_OBJECTS) $(sqlite3_DEPENDENCIES) $(EXTRA_sqlite3_DEPENDENCIES) - @rm -f sqlite3$(EXEEXT) -- $(AM_V_CCLD)$(sqlite3_LINK) $(sqlite3_OBJECTS) $(sqlite3_LDADD) $(LIBS) -+ $(AM_V_CCLD)$(sqlite3_LINK) $(sqlite3_OBJECTS) $(sqlite3_DEPENDENCIES) $(sqlite3_LDADD) $(LIBS) - - mostlyclean-compile: - -rm -f *.$(OBJEXT) diff --git a/databases/sqlite3/patches/patch-configure b/databases/sqlite3/patches/patch-configure index f9dfff481a852..c556e6940c0cf 100644 --- a/databases/sqlite3/patches/patch-configure +++ b/databases/sqlite3/patches/patch-configure @@ -1,10 +1,10 @@ -$NetBSD: patch-configure,v 1.2 2016/01/08 14:43:10 adam Exp $ +$NetBSD: patch-configure,v 1.3 2016/04/08 07:54:27 adam Exp $ Portability fixes. ---- configure.orig 2016-01-06 12:03:05.000000000 +0000 +--- configure.orig 2016-03-29 10:47:30.000000000 +0000 +++ configure -@@ -13327,7 +13327,7 @@ else +@@ -13385,7 +13385,7 @@ else enable_fts5=no fi @@ -13,7 +13,7 @@ Portability fixes. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing log" >&5 $as_echo_n "checking for library containing log... " >&6; } if ${ac_cv_search_log+:} false; then : -@@ -13399,7 +13399,7 @@ else +@@ -13457,7 +13457,7 @@ else enable_json1=no fi @@ -22,12 +22,12 @@ Portability fixes. JSON1_FLAGS=-DSQLITE_ENABLE_JSON1 fi -@@ -13415,7 +13415,7 @@ else +@@ -13473,7 +13473,7 @@ else enable_static_shell=yes fi -if test x"$enable_static_shell" == "xyes"; then +if test x"$enable_static_shell" = "xyes"; then - EXTRA_SHELL_OBJ=sqlite3.$OBJEXT + EXTRA_SHELL_OBJ=sqlite3-sqlite3.$OBJEXT else EXTRA_SHELL_OBJ=libsqlite3.la diff --git a/databases/sqlitebrowser/Makefile b/databases/sqlitebrowser/Makefile index 3f6f91652b123..65c12496e6290 100644 --- a/databases/sqlitebrowser/Makefile +++ b/databases/sqlitebrowser/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.19 2016/03/05 11:28:19 jperkin Exp $ +# $NetBSD: Makefile,v 1.20 2016/04/11 19:01:46 ryoon Exp $ DISTNAME= sqlitebrowser-3.8.0 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= databases x11 MASTER_SITES= ${MASTER_SITE_GITHUB:=sqlitebrowser/} GITHUB_PROJECT= sqlitebrowser diff --git a/databases/sqlrelay-sqlite/Makefile b/databases/sqlrelay-sqlite/Makefile index 41d5624f7e612..d34bd1237066b 100644 --- a/databases/sqlrelay-sqlite/Makefile +++ b/databases/sqlrelay-sqlite/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2016/03/05 11:28:20 jperkin Exp $ +# $NetBSD: Makefile,v 1.7 2016/04/11 19:01:46 ryoon Exp $ PKGNAME= ${DISTNAME:S/sqlrelay/sqlrelay-sqlite/} -PKGREVISION= 1 +PKGREVISION= 2 COMMENT= SQLite support for SQL Relay .include "../../databases/sqlrelay/Makefile.common" diff --git a/databases/vsqlite++/Makefile b/databases/vsqlite++/Makefile index dae91a0f8c4f5..fcf7e924dea52 100644 --- a/databases/vsqlite++/Makefile +++ b/databases/vsqlite++/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.3 2015/10/10 01:57:52 ryoon Exp $ +# $NetBSD: Makefile,v 1.4 2016/04/11 19:01:34 ryoon Exp $ DISTNAME= vsqlite++-0.3.13 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= databases MASTER_SITES= http://evilissimo.fedorapeople.org/releases/vsqlite--/0.3.13/ diff --git a/databases/vsqlite++/buildlink3.mk b/databases/vsqlite++/buildlink3.mk index 34cdd12ae46a8..e1fa4445e3048 100644 --- a/databases/vsqlite++/buildlink3.mk +++ b/databases/vsqlite++/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.2 2015/04/06 08:17:14 adam Exp $ +# $NetBSD: buildlink3.mk,v 1.3 2016/04/11 19:01:34 ryoon Exp $ BUILDLINK_TREE+= vsqlite++ @@ -6,7 +6,7 @@ BUILDLINK_TREE+= vsqlite++ VSQLITE++_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.vsqlite+++= vsqlite++>=0.3.13 -BUILDLINK_ABI_DEPENDS.vsqlite++?= vsqlite++>=0.3.13nb1 +BUILDLINK_ABI_DEPENDS.vsqlite++?= vsqlite++>=0.3.13nb3 BUILDLINK_PKGSRCDIR.vsqlite++?= ../../databases/vsqlite++ .include "../../databases/sqlite3/buildlink3.mk" diff --git a/devel/Gorm/Makefile b/devel/Gorm/Makefile index 6df0df964f41a..f5a1c9156417a 100644 --- a/devel/Gorm/Makefile +++ b/devel/Gorm/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.60 2015/10/10 01:58:03 ryoon Exp $ +# $NetBSD: Makefile,v 1.61 2016/04/11 19:01:46 ryoon Exp $ DISTNAME= gorm-1.2.20 PKGNAME= Gorm-1.2.20 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= devel gnustep MASTER_SITES= ${MASTER_SITE_GNUSTEP:=dev-apps/} diff --git a/devel/Makefile b/devel/Makefile index db135c9db0e39..1070ab7234f03 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2231 2016/03/12 09:26:51 fhajny Exp $ +# $NetBSD: Makefile,v 1.2253 2016/05/08 14:15:41 wen Exp $ # COMMENT= Development utilities @@ -8,6 +8,7 @@ SUBDIR+= ExmanIDE SUBDIR+= GConf SUBDIR+= GConf-ui SUBDIR+= Gorm +SUBDIR+= MoarVM SUBDIR+= ObjectiveLib SUBDIR+= ProjectCenter SUBDIR+= R-Rcpp @@ -73,6 +74,7 @@ SUBDIR+= automoc4 SUBDIR+= avl SUBDIR+= avltree SUBDIR+= bam +SUBDIR+= bats SUBDIR+= bazel SUBDIR+= bcc SUBDIR+= bglibs @@ -145,6 +147,7 @@ SUBDIR+= confuse SUBDIR+= cook SUBDIR+= cppcheck SUBDIR+= cppunit +SUBDIR+= cpputest SUBDIR+= cproto SUBDIR+= cpuflags SUBDIR+= cqual @@ -220,8 +223,8 @@ SUBDIR+= emacs-ilisp SUBDIR+= emacs20-elib SUBDIR+= epydoc SUBDIR+= eric4 -SUBDIR+= erlang-p1_cache_tab -SUBDIR+= erlang-p1_zlib +SUBDIR+= erlang-cache_tab +SUBDIR+= erlang-ezlib SUBDIR+= error SUBDIR+= ethos SUBDIR+= etrace @@ -306,6 +309,7 @@ SUBDIR+= gprbuild-aux SUBDIR+= gps SUBDIR+= gputils SUBDIR+= grantlee +SUBDIR+= grantlee-qt5 SUBDIR+= gsoap SUBDIR+= gst-plugins0.10-pango SUBDIR+= gst-plugins1-pango @@ -450,6 +454,7 @@ SUBDIR+= libdevq SUBDIR+= libdnsres SUBDIR+= libdockapp SUBDIR+= libdshconfig +SUBDIR+= libdwarf SUBDIR+= libebml SUBDIR+= libelf SUBDIR+= libestr @@ -555,6 +560,7 @@ SUBDIR+= libxenserver SUBDIR+= libzen SUBDIR+= libzookeeper SUBDIR+= lincvs +SUBDIR+= lldb SUBDIR+= lmdbg SUBDIR+= locktests SUBDIR+= log4cplus @@ -655,6 +661,7 @@ SUBDIR+= ocaml-react SUBDIR+= ocaml-reactiveData SUBDIR+= ocaml-sexplib SUBDIR+= ocaml-type_conv +SUBDIR+= ocamlbuild SUBDIR+= ocamlgraph SUBDIR+= ocamlify SUBDIR+= ocamlmod @@ -742,6 +749,7 @@ SUBDIR+= p5-CPANPLUS SUBDIR+= p5-Cache SUBDIR+= p5-Cache-Cache SUBDIR+= p5-Cache-FastMmap +SUBDIR+= p5-Cache-LRU SUBDIR+= p5-Cache-Memcached SUBDIR+= p5-Cache-Simple-TimedExpiry SUBDIR+= p5-Canary-Stability @@ -873,6 +881,7 @@ SUBDIR+= p5-Devel-CheckBin SUBDIR+= p5-Devel-CheckCompiler SUBDIR+= p5-Devel-CheckLib SUBDIR+= p5-Devel-CheckOS +SUBDIR+= p5-Devel-Confess SUBDIR+= p5-Devel-Cover SUBDIR+= p5-Devel-Cycle SUBDIR+= p5-Devel-Declare @@ -1005,6 +1014,7 @@ SUBDIR+= p5-Getopt-Tabular SUBDIR+= p5-Git-CPAN-Patch SUBDIR+= p5-Git-Repository SUBDIR+= p5-Git-Repository-Plugin-AUTOLOAD +SUBDIR+= p5-Git-Version-Compare SUBDIR+= p5-Git-Wrapper SUBDIR+= p5-Glib-Object-Introspection SUBDIR+= p5-Gnome2 @@ -1161,6 +1171,7 @@ SUBDIR+= p5-MooX-HandlesVia SUBDIR+= p5-MooX-Log-Any SUBDIR+= p5-MooX-Options SUBDIR+= p5-MooX-Roles-Pluggable +SUBDIR+= p5-MooX-StrictConstructor SUBDIR+= p5-MooX-Types-MooseLike SUBDIR+= p5-MooX-Types-MooseLike-Numeric SUBDIR+= p5-MooX-late @@ -1471,6 +1482,7 @@ SUBDIR+= p5-Test-Pod-Spelling-CommonMistakes SUBDIR+= p5-Test-Refcount SUBDIR+= p5-Test-Reporter SUBDIR+= p5-Test-Requires +SUBDIR+= p5-Test-Requires-Git SUBDIR+= p5-Test-Roo SUBDIR+= p5-Test-Script SUBDIR+= p5-Test-Script-Run @@ -1646,6 +1658,7 @@ SUBDIR+= py-astroid SUBDIR+= py-at-spi SUBDIR+= py-at-spi2 SUBDIR+= py-atomicwrites +SUBDIR+= py-attrs SUBDIR+= py-babel SUBDIR+= py-backports_abc SUBDIR+= py-blinker @@ -1669,6 +1682,7 @@ SUBDIR+= py-coverage SUBDIR+= py-cparser SUBDIR+= py-curses SUBDIR+= py-cursespanel +SUBDIR+= py-cycler SUBDIR+= py-cython SUBDIR+= py-d2to1 SUBDIR+= py-daemon @@ -1693,6 +1707,8 @@ SUBDIR+= py-flakes SUBDIR+= py-flexmock SUBDIR+= py-funcparserlib SUBDIR+= py-funcsigs +SUBDIR+= py-future +SUBDIR+= py-futures SUBDIR+= py-game SUBDIR+= py-generate SUBDIR+= py-gflags @@ -1703,6 +1719,7 @@ SUBDIR+= py-gobject3-common SUBDIR+= py-google-apputils SUBDIR+= py-greenlet SUBDIR+= py-h5py +SUBDIR+= py-hash SUBDIR+= py-hg-fastimport SUBDIR+= py-hg-git SUBDIR+= py-hglib @@ -1710,6 +1727,7 @@ SUBDIR+= py-hglist SUBDIR+= py-hgnested SUBDIR+= py-hgtools SUBDIR+= py-hgview +SUBDIR+= py-hypothesis SUBDIR+= py-idle SUBDIR+= py-iowait SUBDIR+= py-ipaddr @@ -1846,6 +1864,7 @@ SUBDIR+= py-urwid SUBDIR+= py-usb SUBDIR+= py-virtualenv SUBDIR+= py-windbg +SUBDIR+= py-wrapt SUBDIR+= py-xdg SUBDIR+= py-zanata-python-client SUBDIR+= py-zconfig @@ -1904,9 +1923,6 @@ SUBDIR+= ruby-cmd SUBDIR+= ruby-curses SUBDIR+= ruby-curses-gem SUBDIR+= ruby-daemon_controller -SUBDIR+= ruby-debugger -SUBDIR+= ruby-debugger-linecache -SUBDIR+= ruby-debugger-ruby_core_source SUBDIR+= ruby-delayer SUBDIR+= ruby-delayer-deferred SUBDIR+= ruby-deprecated @@ -2158,6 +2174,7 @@ SUBDIR+= xulrunner192 SUBDIR+= xulrunner24 SUBDIR+= xulrunner31 SUBDIR+= xulrunner38 +SUBDIR+= xulrunner45 SUBDIR+= xxgdb SUBDIR+= yajl SUBDIR+= yasm diff --git a/devel/MoarVM/DESCR b/devel/MoarVM/DESCR new file mode 100644 index 0000000000000..397b204dd0f32 --- /dev/null +++ b/devel/MoarVM/DESCR @@ -0,0 +1,13 @@ +Short for "Metamodel On A Runtime", MoarVM is a virtual machine built +especially for Rakudo Perl 6 and the NQP Compiler Toolchain. The primary +backend target for the Christmas 2015 release of Perl 6, MoarVM stands +out amongst the various Rakudo and NQP compilation targets by: + +- Running the Perl 6 specification test suite in the least time +- Passing more of the Perl 6 specification tests than Rakudo Perl 6 on + other backends +- Having the lowest memory usage +- Having the best startup time +- Being fastest to build both NQP and Rakudo - and thus your Perl 6 and + NQP programs too! +- Being the only backend to support strings at grapheme level diff --git a/devel/MoarVM/Makefile b/devel/MoarVM/Makefile new file mode 100644 index 0000000000000..2784e238ca517 --- /dev/null +++ b/devel/MoarVM/Makefile @@ -0,0 +1,38 @@ +# $NetBSD: Makefile,v 1.1 2016/04/08 20:26:46 bsiegert Exp $ + +DISTNAME= MoarVM-2016.03 +CATEGORIES= devel perl6 +MASTER_SITES= http://www.moarvm.org/releases/ + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://www.moarvm.org/ +COMMENT= Virtual machine for Rakudo Perl 6 +LICENSE= artistic-2.0 + +USE_TOOLS+= perl gmake +USE_LANGUAGES= c c++ + +HAS_CONFIGURE= yes +CONFIG_SHELL= ${PERL5} +LDFLAGS+= ${COMPILER_RPATH_FLAG}${PREFIX}/lib -L${PREFIX}/lib +CONFIGURE_ENV+= LDFLAGS=${LDFLAGS:Q} +CONFIGURE_SCRIPT= Configure.pl +CONFIGURE_ARGS= --prefix=${PREFIX:Q} \ + --has-libatomic_ops \ + --has-libffi \ + --has-libuv \ + --has-libtommath + +.include "../../mk/bsd.prefs.mk" + +.if ${OPSYS} == "Darwin" +PLIST_SUBST+= EXT=dylib +.else +PLIST_SUBST+= EXT=so +.endif + +.include "../../devel/libatomic_ops/buildlink3.mk" +.include "../../devel/libffi/buildlink3.mk" +.include "../../devel/libuv/buildlink3.mk" +.include "../../math/ltm/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/devel/MoarVM/PLIST b/devel/MoarVM/PLIST new file mode 100644 index 0000000000000..7a4f769562f73 --- /dev/null +++ b/devel/MoarVM/PLIST @@ -0,0 +1,176 @@ +@comment $NetBSD: PLIST,v 1.1 2016/04/08 20:26:46 bsiegert Exp $ +bin/moar +include/libuv/android-ifaddrs.h +include/libuv/pthread-fixes.h +include/libuv/stdint-msvc2008.h +include/libuv/tree.h +include/libuv/uv-aix.h +include/libuv/uv-bsd.h +include/libuv/uv-darwin.h +include/libuv/uv-errno.h +include/libuv/uv-linux.h +include/libuv/uv-sunos.h +include/libuv/uv-threadpool.h +include/libuv/uv-unix.h +include/libuv/uv-version.h +include/libuv/uv-win.h +include/libuv/uv.h +include/moar/6model/6model.h +include/moar/6model/bootstrap.h +include/moar/6model/containers.h +include/moar/6model/parametric.h +include/moar/6model/reprconv.h +include/moar/6model/reprs.h +include/moar/6model/reprs/CArray.h +include/moar/6model/reprs/CPPStruct.h +include/moar/6model/reprs/CPointer.h +include/moar/6model/reprs/CStr.h +include/moar/6model/reprs/CStruct.h +include/moar/6model/reprs/CUnion.h +include/moar/6model/reprs/ConcBlockingQueue.h +include/moar/6model/reprs/ConditionVariable.h +include/moar/6model/reprs/HashAttrStore.h +include/moar/6model/reprs/KnowHOWAttributeREPR.h +include/moar/6model/reprs/KnowHOWREPR.h +include/moar/6model/reprs/Lexotic.h +include/moar/6model/reprs/MVMArray.h +include/moar/6model/reprs/MVMAsyncTask.h +include/moar/6model/reprs/MVMCFunction.h +include/moar/6model/reprs/MVMCallCapture.h +include/moar/6model/reprs/MVMCode.h +include/moar/6model/reprs/MVMCompUnit.h +include/moar/6model/reprs/MVMContext.h +include/moar/6model/reprs/MVMContinuation.h +include/moar/6model/reprs/MVMDLLSym.h +include/moar/6model/reprs/MVMException.h +include/moar/6model/reprs/MVMHash.h +include/moar/6model/reprs/MVMIter.h +include/moar/6model/reprs/MVMMultiCache.h +include/moar/6model/reprs/MVMNull.h +include/moar/6model/reprs/MVMOSHandle.h +include/moar/6model/reprs/MVMStaticFrame.h +include/moar/6model/reprs/MVMString.h +include/moar/6model/reprs/MVMThread.h +include/moar/6model/reprs/MultiDimArray.h +include/moar/6model/reprs/NFA.h +include/moar/6model/reprs/NativeCall.h +include/moar/6model/reprs/NativeRef.h +include/moar/6model/reprs/P6bigint.h +include/moar/6model/reprs/P6int.h +include/moar/6model/reprs/P6num.h +include/moar/6model/reprs/P6opaque.h +include/moar/6model/reprs/P6str.h +include/moar/6model/reprs/ReentrantMutex.h +include/moar/6model/reprs/SCRef.h +include/moar/6model/reprs/Semaphore.h +include/moar/6model/reprs/Uninstantiable.h +include/moar/6model/sc.h +include/moar/6model/serialization.h +include/moar/bithacks.h +include/moar/config.h +include/moar/core/alloc.h +include/moar/core/args.h +include/moar/core/bytecode.h +include/moar/core/bytecodedump.h +include/moar/core/callsite.h +include/moar/core/coerce.h +include/moar/core/compunit.h +include/moar/core/continuation.h +include/moar/core/dll.h +include/moar/core/exceptions.h +include/moar/core/ext.h +include/moar/core/fixedsizealloc.h +include/moar/core/frame.h +include/moar/core/hll.h +include/moar/core/instance.h +include/moar/core/intcache.h +include/moar/core/interp.h +include/moar/core/loadbytecode.h +include/moar/core/nativecall.h +include/moar/core/nativecall_dyncall.h +include/moar/core/nativecall_libffi.h +include/moar/core/oplabels.h +include/moar/core/ops.h +include/moar/core/threadcontext.h +include/moar/core/threads.h +include/moar/core/validation.h +include/moar/gc/allocation.h +include/moar/gc/collect.h +include/moar/gc/debug.h +include/moar/gc/finalize.h +include/moar/gc/gen2.h +include/moar/gc/objectid.h +include/moar/gc/orchestrate.h +include/moar/gc/roots.h +include/moar/gc/wb.h +include/moar/gc/worklist.h +include/moar/gcc_diag.h +include/moar/gen/config.h +include/moar/instrument/crossthreadwrite.h +include/moar/io/asyncsocket.h +include/moar/io/asyncsocketudp.h +include/moar/io/dirops.h +include/moar/io/eventloop.h +include/moar/io/fileops.h +include/moar/io/filewatchers.h +include/moar/io/io.h +include/moar/io/procops.h +include/moar/io/signals.h +include/moar/io/syncfile.h +include/moar/io/syncpipe.h +include/moar/io/syncsocket.h +include/moar/io/syncstream.h +include/moar/io/timers.h +include/moar/jit/compile.h +include/moar/jit/emit.h +include/moar/jit/graph.h +include/moar/jit/log.h +include/moar/mast/compiler.h +include/moar/mast/driver.h +include/moar/mast/nodes.h +include/moar/math/bigintops.h +include/moar/math/num.h +include/moar/moar.h +include/moar/platform/inttypes.h +include/moar/platform/io.h +include/moar/platform/mmap.h +include/moar/platform/setjmp.h +include/moar/platform/stdint.h +include/moar/platform/sys.h +include/moar/platform/threads.h +include/moar/platform/time.h +include/moar/profiler/instrument.h +include/moar/profiler/log.h +include/moar/profiler/profile.h +include/moar/spesh/args.h +include/moar/spesh/candidate.h +include/moar/spesh/codegen.h +include/moar/spesh/deopt.h +include/moar/spesh/dump.h +include/moar/spesh/facts.h +include/moar/spesh/graph.h +include/moar/spesh/inline.h +include/moar/spesh/log.h +include/moar/spesh/manipulate.h +include/moar/spesh/optimize.h +include/moar/spesh/osr.h +include/moar/spesh/threshold.h +include/moar/strings/ascii.h +include/moar/strings/decode_stream.h +include/moar/strings/iter.h +include/moar/strings/latin1.h +include/moar/strings/nfg.h +include/moar/strings/normalize.h +include/moar/strings/ops.h +include/moar/strings/unicode.h +include/moar/strings/unicode_gen.h +include/moar/strings/utf16.h +include/moar/strings/utf8.h +include/moar/strings/utf8_c8.h +include/moar/strings/windows1252.h +include/moar/types.h +include/moar/uthash.h +lib/libmoar.${EXT} +share/nqp/lib/MAST/Nodes.nqp +share/nqp/lib/MAST/Ops.nqp +share/pkgconfig/moar.pc diff --git a/devel/MoarVM/buildlink3.mk b/devel/MoarVM/buildlink3.mk new file mode 100644 index 0000000000000..68cca0908621b --- /dev/null +++ b/devel/MoarVM/buildlink3.mk @@ -0,0 +1,17 @@ +# $NetBSD: buildlink3.mk,v 1.1 2016/04/08 20:26:46 bsiegert Exp $ + +BUILDLINK_TREE+= MoarVM + +.if !defined(MOARVM_BUILDLINK3_MK) +MOARVM_BUILDLINK3_MK:= + +BUILDLINK_API_DEPENDS.MoarVM+= MoarVM>=2015.12 +BUILDLINK_PKGSRCDIR.MoarVM?= ../../devel/MoarVM + +.include "../../devel/libatomic_ops/buildlink3.mk" +.include "../../devel/libffi/buildlink3.mk" +.include "../../devel/libuv/buildlink3.mk" +.include "../../math/ltm/buildlink3.mk" +.endif # MOARVM_BUILDLINK3_MK + +BUILDLINK_TREE+= -MoarVM diff --git a/devel/MoarVM/distinfo b/devel/MoarVM/distinfo new file mode 100644 index 0000000000000..6b13cf31e9985 --- /dev/null +++ b/devel/MoarVM/distinfo @@ -0,0 +1,8 @@ +$NetBSD: distinfo,v 1.1 2016/04/08 20:26:46 bsiegert Exp $ + +SHA1 (MoarVM-2016.03.tar.gz) = e0b92cad450b35b1db1c63e676bf94dfa5c742d1 +RMD160 (MoarVM-2016.03.tar.gz) = 0c627a21dc7dbaca2f0846520cb9719240623969 +SHA512 (MoarVM-2016.03.tar.gz) = 358c48f6b1803e39841e9f287f2fe3cdde743962d9d9c34e629c18b1b7290fd8a713917f24233dd092ed68adf9a6d0aadb25bda22b3e353d40bd57ae58d70216 +Size (MoarVM-2016.03.tar.gz) = 3318299 bytes +SHA1 (patch-build_probe.pm) = 8ea9313c1d2329239f123fb4f6c28e1f7de566c2 +SHA1 (patch-build_setup.pm) = fd53d47bd3126b2c89d4e8d82c6bc0b6db5f4fdf diff --git a/devel/MoarVM/patches/patch-build_probe.pm b/devel/MoarVM/patches/patch-build_probe.pm new file mode 100644 index 0000000000000..fe3433467dfb0 --- /dev/null +++ b/devel/MoarVM/patches/patch-build_probe.pm @@ -0,0 +1,15 @@ +$NetBSD: patch-build_probe.pm,v 1.1 2016/04/08 20:26:46 bsiegert Exp $ + +Add LDFLAGS for Configure.pl probes so e.g. finding libffi works. + +--- build/probe.pm.orig 2015-12-25 12:37:32.000000000 +0000 ++++ build/probe.pm +@@ -57,7 +57,7 @@ sub compile { + push @objs, $obj; + } + +- my $command = "$config->{ld} $config->{ldout}$leaf @objs $config->{ldlibs} >$devnull 2>&1"; ++ my $command = "$config->{ld} $ENV{'LDFLAGS'} $config->{ldout}$leaf @objs $config->{ldlibs} >$devnull 2>&1"; + system $command + and return; + return 1; diff --git a/devel/MoarVM/patches/patch-build_setup.pm b/devel/MoarVM/patches/patch-build_setup.pm new file mode 100644 index 0000000000000..29e98f9956018 --- /dev/null +++ b/devel/MoarVM/patches/patch-build_setup.pm @@ -0,0 +1,22 @@ +$NetBSD: patch-build_setup.pm,v 1.1 2016/04/08 20:26:46 bsiegert Exp $ + +pkgsrc uses gmake everywhere, so use gmake syntax. +Not for upstreaming. + +--- build/setup.pm.orig 2015-12-25 12:37:32.000000000 +0000 ++++ build/setup.pm +@@ -171,12 +171,12 @@ our %TC_BSD = ( + %TC_POSIX, + + mknoisy => <<'TERM', +-.if $(NOISY) != 1 ++ifneq ($(NOISY), 1) + MSG = @echo + CMD = @ + NOOUT = > @nul@ + NOERR = 2> @nul@ +-.endif ++endif + TERM + ); + diff --git a/devel/ObjectiveLib/Makefile b/devel/ObjectiveLib/Makefile index 58909335976e4..67e3848029233 100644 --- a/devel/ObjectiveLib/Makefile +++ b/devel/ObjectiveLib/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.18 2015/10/10 01:58:03 ryoon Exp $ +# $NetBSD: Makefile,v 1.19 2016/04/11 19:01:46 ryoon Exp $ # PKGNAME= ObjectiveLib-1.0.0 DISTNAME= objectivelib-1.0.0 -PKGREVISION= 8 +PKGREVISION= 9 CATEGORIES= devel gnustep MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=objectivelib/} diff --git a/devel/ProjectCenter/Makefile b/devel/ProjectCenter/Makefile index bfcbea8d03f41..b97974c4367c1 100644 --- a/devel/ProjectCenter/Makefile +++ b/devel/ProjectCenter/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.45 2015/10/10 01:58:03 ryoon Exp $ +# $NetBSD: Makefile,v 1.46 2016/04/11 19:01:46 ryoon Exp $ DISTNAME= ProjectCenter-0.6.2 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= devel gnustep MASTER_SITES= ${MASTER_SITE_GNUSTEP:=dev-apps/} diff --git a/devel/R-Rcpp/Makefile b/devel/R-Rcpp/Makefile index 3285b5aed6841..367c19faa9071 100644 --- a/devel/R-Rcpp/Makefile +++ b/devel/R-Rcpp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2015/09/26 14:26:15 wen Exp $ +# $NetBSD: Makefile,v 1.3 2016/04/09 10:54:53 wen Exp $ CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/} @@ -9,13 +9,12 @@ COMMENT= Seamless R and C++ Integration LICENSE= gnu-gpl-v2 R_PKGNAME= Rcpp -R_PKGVER= 0.12.1 +R_PKGVER= 0.12.4 USE_LANGUAGES+= c++ -REPLACE_R+= inst/examples/*/*.R REPLACE_R+= inst/examples/*/*.r -REPLACE_R+= inst/unitTests/*.R +REPLACE_R+= inst/examples/SugarPerformance/sugarBenchmarks.R REPLACE_RSCRIPT+= inst/discovery/cxx0x.R @@ -23,7 +22,7 @@ REPLACE_SH+= inst/examples/ConvolveBenchmarks/buildAndRun.sh REPLACE_SH+= inst/examples/ConvolveBenchmarks/overhead.sh REPLACE_INTERPRETER+= R -REPLACE.R.old= .*/r +REPLACE.R.old= /usr/bin/env r REPLACE.R.new= ${PREFIX}/bin/R REPLACE_FILES.R= ${REPLACE_R} diff --git a/devel/R-Rcpp/distinfo b/devel/R-Rcpp/distinfo index 8289a90da4762..ab222fce2e020 100644 --- a/devel/R-Rcpp/distinfo +++ b/devel/R-Rcpp/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.3 2015/11/03 03:27:11 agc Exp $ +$NetBSD: distinfo,v 1.4 2016/04/09 10:54:53 wen Exp $ -SHA1 (R/Rcpp_0.12.1.tar.gz) = f8eca5c00a8cdc5269dd407db247fbc4f589b1b3 -RMD160 (R/Rcpp_0.12.1.tar.gz) = 99501cb4e5a5121b0ef80536f29ee040b0c43951 -SHA512 (R/Rcpp_0.12.1.tar.gz) = 25dc0b048e904a2d22558f807744f17d1a90897c36084086e2b0402a047210130daa7231e4af6824ee4fb341a609b3d360243dbd56876c552e01390cd94dfb17 -Size (R/Rcpp_0.12.1.tar.gz) = 2366386 bytes +SHA1 (R/Rcpp_0.12.4.tar.gz) = a379e88f1009267a7080c673f9633ba2f5520012 +RMD160 (R/Rcpp_0.12.4.tar.gz) = 23dba3fac07317b9c631d95dc32a38f25dfa90ce +SHA512 (R/Rcpp_0.12.4.tar.gz) = 61aa43bee3811f8ac398ed68d22eb3a816eb70533b60911972c0d1bac79f205db1dc7694eda3122f90315381c9959416ba6aacfaf21b4ef40ce843e7bea485c2 +Size (R/Rcpp_0.12.4.tar.gz) = 2402065 bytes diff --git a/devel/R-evaluate/Makefile b/devel/R-evaluate/Makefile index 38f88e4b9829d..bbd18972eef8d 100644 --- a/devel/R-evaluate/Makefile +++ b/devel/R-evaluate/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2014/09/20 03:48:56 brook Exp $ +# $NetBSD: Makefile,v 1.2 2016/04/16 14:15:19 wen Exp $ CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/} @@ -9,7 +9,7 @@ COMMENT= Parsing and evaluation tools # TODO: LICENSE= GPL R_PKGNAME= evaluate -R_PKGVER= 0.5.5 +R_PKGVER= 0.8.3 DEPENDS+= R-stringr>=0.6.2:../../textproc/R-stringr diff --git a/devel/R-evaluate/distinfo b/devel/R-evaluate/distinfo index 595b2d39b2019..43111c96dd493 100644 --- a/devel/R-evaluate/distinfo +++ b/devel/R-evaluate/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2015/11/03 03:27:11 agc Exp $ +$NetBSD: distinfo,v 1.3 2016/04/16 14:15:19 wen Exp $ -SHA1 (R/evaluate_0.5.5.tar.gz) = 312b4978b53dce16dc3c3f66126aeee11e9aff9b -RMD160 (R/evaluate_0.5.5.tar.gz) = 9409c50d672cda333f64b91ce52bec474130b30d -SHA512 (R/evaluate_0.5.5.tar.gz) = 31ac41cc5d2c3adfb806a2497f33f8287d9ea3abf815ba9568aa7402d034155aa0a59ef71e5d929422f57cea26c6d722fa02c1c299e06b35bdcc8ab188202b02 -Size (R/evaluate_0.5.5.tar.gz) = 17944 bytes +SHA1 (R/evaluate_0.8.3.tar.gz) = 443ca923c120ec4dd52b7390ebe27f9ca75a7699 +RMD160 (R/evaluate_0.8.3.tar.gz) = 10ac2408b97d35f62f9e5e8b0c7596fd51865217 +SHA512 (R/evaluate_0.8.3.tar.gz) = 7d3060a9612def46b8c88d76e7c0e684dd09d708a429b681189c4014e863c394e7eb9af8f95989eb22d3d905f9011a061456fcb2d065599d9239448ef17594fd +Size (R/evaluate_0.8.3.tar.gz) = 18622 bytes diff --git a/devel/RBTools/Makefile b/devel/RBTools/Makefile index 14a7dd4386592..5b06c1ca88ae8 100644 --- a/devel/RBTools/Makefile +++ b/devel/RBTools/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.8 2015/12/05 21:25:40 adam Exp $ +# $NetBSD: Makefile,v 1.9 2016/04/09 05:06:10 richard Exp $ -DISTNAME= RBTools-0.7.4 -PKGREVISION= 1 +DISTNAME= RBTools-0.7.5 CATEGORIES= devel MASTER_SITES= http://downloads.reviewboard.org/releases/RBTools/0.7/ diff --git a/devel/RBTools/distinfo b/devel/RBTools/distinfo index 540edc616c4a1..c0a9810ce6881 100644 --- a/devel/RBTools/distinfo +++ b/devel/RBTools/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.3 2015/11/03 03:27:11 agc Exp $ +$NetBSD: distinfo,v 1.4 2016/04/09 05:06:10 richard Exp $ -SHA1 (RBTools-0.7.4.tar.gz) = 8ea3116f9798f48bc111ad14a8df6e8056068907 -RMD160 (RBTools-0.7.4.tar.gz) = 052e6a5be11c069573dc518a2d392d36e34bf8c1 -SHA512 (RBTools-0.7.4.tar.gz) = c12d254f1eeb7a8d06a1ab7cbb952f45975da355b436a7514cf9fa0c3fe60b713daa79874c8cf7df05b13acb22441cf6ae06e442b238b5481a01cdaf15f6c5c9 -Size (RBTools-0.7.4.tar.gz) = 158594 bytes +SHA1 (RBTools-0.7.5.tar.gz) = 6051ff5e4b8ad1fda25215c7eae249eb6733b373 +RMD160 (RBTools-0.7.5.tar.gz) = 88c0474b58a905682b7f07af0e3322b572dce089 +SHA512 (RBTools-0.7.5.tar.gz) = f5c795929d8fb09b3f39c18e747096d56205c6fbf73e4a04a5898b5adc058d092e41f835ba6cea8b4b94bc5747cbbdf988131ad66e637cc77e0d59a4509786ef +Size (RBTools-0.7.5.tar.gz) = 160657 bytes diff --git a/devel/Renaissance/Makefile b/devel/Renaissance/Makefile index 02c052f44ed71..2e370fcd0bcf3 100644 --- a/devel/Renaissance/Makefile +++ b/devel/Renaissance/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.27 2015/10/10 01:57:52 ryoon Exp $ +# $NetBSD: Makefile,v 1.28 2016/04/11 19:01:34 ryoon Exp $ DISTNAME= Renaissance-0.9.0 -PKGREVISION= 8 +PKGREVISION= 9 CATEGORIES= devel gnustep MASTER_SITES= http://www.gnustep.it/Renaissance/Download/ diff --git a/devel/Renaissance/buildlink3.mk b/devel/Renaissance/buildlink3.mk index 5967550ecefdf..a8b4084db4eff 100644 --- a/devel/Renaissance/buildlink3.mk +++ b/devel/Renaissance/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.18 2015/04/06 08:17:14 adam Exp $ +# $NetBSD: buildlink3.mk,v 1.19 2016/04/11 19:01:34 ryoon Exp $ BUILDLINK_TREE+= Renaissance @@ -6,7 +6,7 @@ BUILDLINK_TREE+= Renaissance RENAISSANCE_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.Renaissance+= Renaissance>=0.9.0 -BUILDLINK_ABI_DEPENDS.Renaissance+= Renaissance>=0.9.0nb7 +BUILDLINK_ABI_DEPENDS.Renaissance+= Renaissance>=0.9.0nb9 BUILDLINK_PKGSRCDIR.Renaissance?= ../../devel/Renaissance .include "../../x11/gnustep-back/buildlink3.mk" diff --git a/devel/SDL_gfx/Makefile b/devel/SDL_gfx/Makefile index 4789196a1d77f..b63a410985c7e 100644 --- a/devel/SDL_gfx/Makefile +++ b/devel/SDL_gfx/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.40 2015/04/25 14:20:31 tnn Exp $ +# $NetBSD: Makefile,v 1.41 2016/04/29 12:18:28 mef Exp $ -DISTNAME= SDL_gfx-2.0.24 -PKGREVISION= 1 +DISTNAME= SDL_gfx-2.0.25 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=sdlgfx/} diff --git a/devel/SDL_gfx/distinfo b/devel/SDL_gfx/distinfo index b1bbd5e7e3aa2..4e90e07ff7d05 100644 --- a/devel/SDL_gfx/distinfo +++ b/devel/SDL_gfx/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.16 2015/11/03 03:27:12 agc Exp $ +$NetBSD: distinfo,v 1.17 2016/04/29 12:18:28 mef Exp $ -SHA1 (SDL_gfx-2.0.24.tar.gz) = 34e8963188e4845557468a496066a8fa60d5f563 -RMD160 (SDL_gfx-2.0.24.tar.gz) = 3534b70d638f130065a23bb10039e7784544eca9 -SHA512 (SDL_gfx-2.0.24.tar.gz) = df96601ae337519eca606bf93669a44931d259abd012fb1d5743977c12b9a98a35e4eea17f475f3dd698d9a26b1678dd3f746a240db5ccada5cf3d42955e454d -Size (SDL_gfx-2.0.24.tar.gz) = 1767169 bytes +SHA1 (SDL_gfx-2.0.25.tar.gz) = 20a89d0b71b7b790b830c70f17ed2c44100bc0f4 +RMD160 (SDL_gfx-2.0.25.tar.gz) = dae5f2f627f5c4a8d911d357690b4dfdc614f9ac +SHA512 (SDL_gfx-2.0.25.tar.gz) = 42a5d78fe1a9b644d329fb688ed6c98558f8dd0aa029a1a0d99b1c59f94859269e0aef8f9e420b8018b687d8eae151652890be3994775644e1d3a80ba7b6fe8c +Size (SDL_gfx-2.0.25.tar.gz) = 1760656 bytes diff --git a/devel/SOPE/Makefile b/devel/SOPE/Makefile index 6fc3268617015..08030d07ac70c 100644 --- a/devel/SOPE/Makefile +++ b/devel/SOPE/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.28 2016/03/05 11:28:20 jperkin Exp $ +# $NetBSD: Makefile,v 1.29 2016/04/11 19:01:46 ryoon Exp $ # DISTNAME= SOPE-2.3.8 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= devel MASTER_SITES= http://www.sogo.nu/files/downloads/SOGo/Sources/ diff --git a/devel/acr/Makefile b/devel/acr/Makefile index c21f7f1fbda6e..5b6931bf6e013 100644 --- a/devel/acr/Makefile +++ b/devel/acr/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.10 2015/05/09 05:32:42 mef Exp $ +# $NetBSD: Makefile,v 1.11 2016/05/03 12:36:59 mef Exp $ -DISTNAME= acr-0.9.9 +DISTNAME= acr-0.10.1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GITHUB:=radare/} EXTRACT_SUFX= .zip diff --git a/devel/acr/distinfo b/devel/acr/distinfo index bacb248c160ef..a50991d9d313c 100644 --- a/devel/acr/distinfo +++ b/devel/acr/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.5 2015/11/03 03:27:13 agc Exp $ +$NetBSD: distinfo,v 1.6 2016/05/03 12:36:59 mef Exp $ -SHA1 (acr-0.9.9.zip) = f5348d16862addf6dcd8e3ee4b00563cc83f83f8 -RMD160 (acr-0.9.9.zip) = a24f6dcccf0f0463614c2297c0ba2143ca19b19c -SHA512 (acr-0.9.9.zip) = d8a08fbc531543e3ba30c043e0c06381922de1c512856bbc6d1b158cf821e98c130ac2f962c152fed36fba0f56f899804580c8dcac030e29153fcfc6fb043d27 -Size (acr-0.9.9.zip) = 94039 bytes +SHA1 (acr-0.10.1.zip) = ed83257e842d0c7bcd15d756536c9d095d7c23f4 +RMD160 (acr-0.10.1.zip) = 95f551341a9ceeff045fb924babb3439898ce175 +SHA512 (acr-0.10.1.zip) = 5227350c59fd4529bf5bde3bafdbdfd46a325b535ccd879d120c3fb3fe9c519b4dccf9009cf46965e02b5a73c0a42fc34243b90a6256872f3c1fc21ffa262eca +Size (acr-0.10.1.zip) = 94302 bytes diff --git a/devel/afl/Makefile b/devel/afl/Makefile index 4353a378108e2..ae701c831dfe8 100644 --- a/devel/afl/Makefile +++ b/devel/afl/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.36 2016/03/08 14:41:55 wiz Exp $ +# $NetBSD: Makefile,v 1.38 2016/05/05 11:13:25 wiz Exp $ -DISTNAME= afl-2.06b +DISTNAME= afl-2.11b CATEGORIES= devel MASTER_SITES= http://lcamtuf.coredump.cx/afl/releases/ EXTRACT_SUFX= .tgz diff --git a/devel/afl/distinfo b/devel/afl/distinfo index 336d807ac6047..15fbae487cc73 100644 --- a/devel/afl/distinfo +++ b/devel/afl/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.37 2016/03/08 14:41:55 wiz Exp $ +$NetBSD: distinfo,v 1.39 2016/05/05 11:13:25 wiz Exp $ -SHA1 (afl-2.06b.tgz) = de05a65788088f33fbf8880182add8b1b1deeab5 -RMD160 (afl-2.06b.tgz) = d48511a8a091ba508ad3a03488af0fe0901ac1b0 -SHA512 (afl-2.06b.tgz) = 3d103877f38e6c2768a11756bf12bcad0adc1e592b37dcbe5ec3c3b52a16a8451f09fadf9e84899c542874b9c9204f9b2f0d0ec41e5b9fc46057c04b37f259a6 -Size (afl-2.06b.tgz) = 813483 bytes +SHA1 (afl-2.11b.tgz) = 92956ef9aaa9310e19122dbc4a508ac37042791f +RMD160 (afl-2.11b.tgz) = a30f33c138f1975ede82d57807b4ac610eb5a135 +SHA512 (afl-2.11b.tgz) = 4e2458d8b2af19e646206505d5217a42feb840edefd10e37989ef8a8289b4edd683786133b5fefab8ef14772a78c159a71025844f73eb950605f2952b308dedc +Size (afl-2.11b.tgz) = 815832 bytes diff --git a/devel/anjuta/Makefile b/devel/anjuta/Makefile index bea3575a28a72..eff45b7e08218 100644 --- a/devel/anjuta/Makefile +++ b/devel/anjuta/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.123 2016/03/05 11:28:20 jperkin Exp $ +# $NetBSD: Makefile,v 1.125 2016/05/07 09:55:21 joerg Exp $ DISTNAME= anjuta-3.10.0 -PKGREVISION= 14 +PKGREVISION= 15 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNOME:=sources/anjuta/3.10/} EXTRACT_SUFX= .tar.xz @@ -67,6 +67,8 @@ BUILDLINK_API_DEPENDS.gtk2+= gtk2+>=2.12.0 CPPFLAGS+= -Dshm_open=open -Dshm_unlink=unlink .endif +CFLAGS+= -Wno-error=format-zero-length + .include "../../databases/libgda/buildlink3.mk" #.include "../../devel/devhelp/buildlink3.mk" .include "../../devel/gdl/buildlink3.mk" diff --git a/devel/anjuta/distinfo b/devel/anjuta/distinfo index fedcb5e269068..9bab5bf53dd0c 100644 --- a/devel/anjuta/distinfo +++ b/devel/anjuta/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.27 2015/11/03 03:27:13 agc Exp $ +$NetBSD: distinfo,v 1.28 2016/05/07 09:55:21 joerg Exp $ SHA1 (anjuta-3.10.0.tar.xz) = bfa975641b3e25818b7eda34905c4d65eeb01152 RMD160 (anjuta-3.10.0.tar.xz) = 871dbb7e6174296729eeefae6b8766591fff2ad0 @@ -11,9 +11,11 @@ SHA1 (patch-libanjuta_anjuta-utils.c) = 6659d7a9bf6912f4fd96045cb326d4619f635fb6 SHA1 (patch-libanjuta_anjuta-utils.h) = bc42909f3ea4afd2ca426fc614742e4063d9ba6c SHA1 (patch-libanjuta_tests_Makefile.in) = 7ad52876516f3a07a59fc21e12b94caf54b51146 SHA1 (patch-plugins_am-project_projectparser.c) = 7502510bc4c6d564aecca76c4f7b68779b34aecd -SHA1 (patch-plugins_build-basic-autotools_build.c) = 336c5811a2b3fde30e5c4539eadc1cf9ebd71854 +SHA1 (patch-plugins_build-basic-autotools_build.c) = 39387934df248c281e5ea2e25213b1db9b3e8cb6 SHA1 (patch-plugins_build-basic-autotools_executer.c) = 4e89ea52eaaf41aa8804681cfc9bb6f407526748 SHA1 (patch-plugins_build-basic-autotools_program.h) = 72247949ddbfa0b41acd934f566ffd80d7841db7 +SHA1 (patch-plugins_cvs-plugin_cvs-callbacks.c) = daef25e5f07c47affba5621e631b1f7ebaa19f21 +SHA1 (patch-plugins_cvs-plugin_cvs-execute.c) = a6b7258b83b6efd6a4436e12fae6d0f381c7fb1a SHA1 (patch-plugins_cvs-plugin_cvs-interface.c) = 19541f4ab3bd70245461d317ac6c182a7e0f7633 SHA1 (patch-plugins_debug-manager_breakpoints.c) = 7ea483aeca934f1b105efac07a5ff1a29e6ed56f SHA1 (patch-plugins_debug-manager_queue.c) = a39e5adcc739f4eaff29138a21ad0e5375573f6d diff --git a/devel/anjuta/patches/patch-plugins_build-basic-autotools_build.c b/devel/anjuta/patches/patch-plugins_build-basic-autotools_build.c index 7b3a27feb467d..1979ff8e3d048 100644 --- a/devel/anjuta/patches/patch-plugins_build-basic-autotools_build.c +++ b/devel/anjuta/patches/patch-plugins_build-basic-autotools_build.c @@ -1,4 +1,4 @@ -$NetBSD: patch-plugins_build-basic-autotools_build.c,v 1.2 2013/12/07 23:47:02 dholland Exp $ +$NetBSD: patch-plugins_build-basic-autotools_build.c,v 1.3 2016/05/07 09:55:21 joerg Exp $ --- plugins/build-basic-autotools/build.c.orig 2013-08-09 00:30:17.000000000 +0000 +++ plugins/build-basic-autotools/build.c @@ -11,3 +11,12 @@ { va_list args; gchar *str; +@@ -524,7 +524,7 @@ build_save_distclean_and_execute_command + + // Need to run make clean before + if (!anjuta_util_dialog_boolean_question (GTK_WINDOW (ANJUTA_PLUGIN (bplugin)->shell), FALSE, +- _("Before using this new configuration, the default one needs to be removed. Do you want to do that ?"), NULL)) ++ _("Before using this new configuration, the default one needs to be removed. Do you want to do that ?"))) + { + if (err) + *err = g_error_new (ianjuta_builder_error_quark (), diff --git a/devel/anjuta/patches/patch-plugins_cvs-plugin_cvs-callbacks.c b/devel/anjuta/patches/patch-plugins_cvs-plugin_cvs-callbacks.c new file mode 100644 index 0000000000000..5463f84128ddb --- /dev/null +++ b/devel/anjuta/patches/patch-plugins_cvs-plugin_cvs-callbacks.c @@ -0,0 +1,13 @@ +$NetBSD: patch-plugins_cvs-plugin_cvs-callbacks.c,v 1.1 2016/05/07 09:55:21 joerg Exp $ + +--- plugins/cvs-plugin/cvs-callbacks.c.orig 2016-05-06 12:59:32.000000000 +0000 ++++ plugins/cvs-plugin/cvs-callbacks.c +@@ -149,7 +149,7 @@ on_cvs_remove_response(GtkDialog* dialog + if (!g_file_delete(file, NULL, NULL)) + { + anjuta_util_dialog_error +- (GTK_WINDOW(dialog),_("Unable to delete file"), NULL); ++ (GTK_WINDOW(dialog),_("Unable to delete file")); + gtk_widget_destroy(GTK_WIDGET(dialog)); + cvs_data_free(data); + break; diff --git a/devel/anjuta/patches/patch-plugins_cvs-plugin_cvs-execute.c b/devel/anjuta/patches/patch-plugins_cvs-plugin_cvs-execute.c new file mode 100644 index 0000000000000..481d3a265d3b3 --- /dev/null +++ b/devel/anjuta/patches/patch-plugins_cvs-plugin_cvs-execute.c @@ -0,0 +1,14 @@ +$NetBSD: patch-plugins_cvs-plugin_cvs-execute.c,v 1.1 2016/05/07 09:55:21 joerg Exp $ + +--- plugins/cvs-plugin/cvs-execute.c.orig 2016-05-06 12:59:57.000000000 +0000 ++++ plugins/cvs-plugin/cvs-execute.c +@@ -218,8 +218,7 @@ cvs_execute_common (CVSPlugin* plugin, c + if (plugin->executing_command) + { + anjuta_util_dialog_error +- (NULL,_("CVS command is running — please wait until it finishes!"), +- NULL); ++ (NULL,_("CVS command is running — please wait until it finishes!")); + return; + } + diff --git a/devel/apache-ant/Makefile b/devel/apache-ant/Makefile index c46440e9cc0b2..545427f58852d 100644 --- a/devel/apache-ant/Makefile +++ b/devel/apache-ant/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.39 2015/07/05 18:19:30 wiz Exp $ +# $NetBSD: Makefile,v 1.40 2016/04/17 09:52:28 wiz Exp $ -DISTNAME= apache-ant-1.9.6-bin +DISTNAME= apache-ant-1.9.7-bin PKGNAME= ${DISTNAME:S/-bin//} CATEGORIES= devel java MASTER_SITES= ${MASTER_SITE_APACHE:=ant/binaries/} diff --git a/devel/apache-ant/distinfo b/devel/apache-ant/distinfo index df7d780c13f87..973fb8d2beddf 100644 --- a/devel/apache-ant/distinfo +++ b/devel/apache-ant/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.23 2015/11/03 03:27:13 agc Exp $ +$NetBSD: distinfo,v 1.24 2016/04/17 09:52:28 wiz Exp $ -SHA1 (apache-ant-1.9.6-bin.tar.bz2) = 567bab0b3bca428dffb88e38600b4cb1dca66cf8 -RMD160 (apache-ant-1.9.6-bin.tar.bz2) = 81ee2c78caded9e43c1a5930a229dfef64a1e284 -SHA512 (apache-ant-1.9.6-bin.tar.bz2) = 363c7c6e0a90de95953b0b24fdae3699bf44c9e15b8f4ebbee190515b4b0611eb2d2866ec7a052b7676be34defddc3a2cf51d09f1176474b67fe8e8e5af5fb7f -Size (apache-ant-1.9.6-bin.tar.bz2) = 4385004 bytes +SHA1 (apache-ant-1.9.7-bin.tar.bz2) = 230c6a5c59dc08364f615deb240aa50c23ccfe2a +RMD160 (apache-ant-1.9.7-bin.tar.bz2) = 145fc5ed7e3c428eb6cd5c10af22c5ce58e89459 +SHA512 (apache-ant-1.9.7-bin.tar.bz2) = 3954a6ad3f522c135f327ba0d376eb16ae42103849c8cc5cd6c8c6e87b8c5433c95a0f2d4dfa3e6c2705ee0b8996e5b27d0b2248f64a05fc8c902116cc45a7b2 +Size (apache-ant-1.9.7-bin.tar.bz2) = 4392108 bytes SHA1 (patch-aa) = 2cbee5444e1da56072fc61506b28d22dde6dbcdc diff --git a/devel/appdata-tools/Makefile b/devel/appdata-tools/Makefile index a02aa378f6c38..9afa45999744b 100644 --- a/devel/appdata-tools/Makefile +++ b/devel/appdata-tools/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.9 2015/10/10 01:58:03 ryoon Exp $ +# $NetBSD: Makefile,v 1.11 2016/05/03 11:40:01 prlw1 Exp $ DISTNAME= appdata_tools-0.1.7 -PKGREVISION= 4 +PKGREVISION= 6 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GITHUB:=hughsie/} GITHUB_PROJECT= appdata-tools diff --git a/devel/apr-util/Makefile b/devel/apr-util/Makefile index 4fa2ce561d87c..5b7973011b30a 100644 --- a/devel/apr-util/Makefile +++ b/devel/apr-util/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.43 2016/03/05 11:27:44 jperkin Exp $ +# $NetBSD: Makefile,v 1.44 2016/04/11 19:01:46 ryoon Exp $ DISTNAME= apr-util-1.5.4 -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_APACHE:=apr/} EXTRACT_SUFX= .tar.bz2 diff --git a/devel/at-spi2-atk/Makefile b/devel/at-spi2-atk/Makefile index 83cbe7dd921a2..9fce5599c4a65 100644 --- a/devel/at-spi2-atk/Makefile +++ b/devel/at-spi2-atk/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.15 2015/06/10 23:14:26 prlw1 Exp $ +# $NetBSD: Makefile,v 1.16 2016/04/10 19:03:05 prlw1 Exp $ -DISTNAME= at-spi2-atk-2.16.0 +DISTNAME= at-spi2-atk-2.20.0 CATEGORIES= devel gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/at-spi2-atk/${PKGVERSION_NOREV:R}/} EXTRACT_SUFX= .tar.xz @@ -18,7 +18,7 @@ PKGCONFIG_OVERRIDE+= atk-bridge-2.0.pc.in BUILDLINK_API_DEPENDS.atk+= atk>=2.15.4 .include "../../devel/atk/buildlink3.mk" -BUILDLINK_API_DEPENDS.at-spi2-core+= at-spi2-core>=2.15.5 +BUILDLINK_API_DEPENDS.at-spi2-core+= at-spi2-core>=2.17.90 .include "../../devel/at-spi2-core/buildlink3.mk" BUILDLINK_API_DEPENDS.glib2+= glib2>=2.32.0 .include "../../devel/glib2/buildlink3.mk" diff --git a/devel/at-spi2-atk/distinfo b/devel/at-spi2-atk/distinfo index c7efca475aef8..aed343437a038 100644 --- a/devel/at-spi2-atk/distinfo +++ b/devel/at-spi2-atk/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.14 2015/11/03 03:27:15 agc Exp $ +$NetBSD: distinfo,v 1.15 2016/04/10 19:03:05 prlw1 Exp $ -SHA1 (at-spi2-atk-2.16.0.tar.xz) = b3b8db5f1482b3fba2ed4a9528a7eac98515b607 -RMD160 (at-spi2-atk-2.16.0.tar.xz) = f07f9e4edb6af57a273d9c44cee3f275ffa16c36 -SHA512 (at-spi2-atk-2.16.0.tar.xz) = fcd40693e5ef55c640a52158996dc8bc66f53ef211c343cd5401c4bcd1669110ea836e0550eb41caee9c9f3a4f9670095a7dd8252600af943ddcb374bf50f011 -Size (at-spi2-atk-2.16.0.tar.xz) = 286668 bytes +SHA1 (at-spi2-atk-2.20.0.tar.xz) = 87f7d1930c401309d9a8496f99e4614ef5744a77 +RMD160 (at-spi2-atk-2.20.0.tar.xz) = eac0f40537667fec3c90bbcc5579f580e964d820 +SHA512 (at-spi2-atk-2.20.0.tar.xz) = e0f3906ba4430832b3971e6d880738f603582ba70e6ed36679d0ac1428eeb4cbc1bb32a53af257aefdf5c7775664db4693e555f24e3945b83538db1f2dc80939 +Size (at-spi2-atk-2.20.0.tar.xz) = 309176 bytes SHA1 (patch-atk-adaptor_Makefile.in) = 91ea0570a8a99dfa8c06005cb8c26b161b93731c diff --git a/devel/at-spi2-core/Makefile b/devel/at-spi2-core/Makefile index 1309cae84031f..c3b3fd9b4e970 100644 --- a/devel/at-spi2-core/Makefile +++ b/devel/at-spi2-core/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.19 2015/06/10 23:12:07 prlw1 Exp $ +# $NetBSD: Makefile,v 1.20 2016/04/10 18:59:27 prlw1 Exp $ -DISTNAME= at-spi2-core-2.16.0 +DISTNAME= at-spi2-core-2.20.0 CATEGORIES= devel gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/at-spi2-core/${PKGVERSION_NOREV:R}/} EXTRACT_SUFX= .tar.xz @@ -40,6 +40,5 @@ MAKE_DIRS+= ${default_sessiondir} .include "../../devel/gobject-introspection/buildlink3.mk" .include "../../sysutils/dbus/buildlink3.mk" .include "../../x11/libX11/buildlink3.mk" -.include "../../x11/libXevie/buildlink3.mk" .include "../../x11/libXtst/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/at-spi2-core/PLIST b/devel/at-spi2-core/PLIST index a62540252ff67..5325e206bb2b9 100644 --- a/devel/at-spi2-core/PLIST +++ b/devel/at-spi2-core/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.10 2015/06/10 23:12:07 prlw1 Exp $ +@comment $NetBSD: PLIST,v 1.11 2016/04/10 22:38:02 prlw1 Exp $ include/at-spi-2.0/atspi/atspi-accessible.h include/at-spi-2.0/atspi/atspi-action.h include/at-spi-2.0/atspi/atspi-application.h @@ -34,10 +34,11 @@ include/at-spi-2.0/atspi/atspi.h lib/girepository-1.0/Atspi-2.0.typelib lib/libatspi.la lib/pkgconfig/atspi-2.pc +lib/systemd/user/at-spi-dbus-bus.service libexec/at-spi-bus-launcher libexec/at-spi2-registryd -share/dbus-1/services/org.a11y.Bus.service share/dbus-1/accessibility-services/org.a11y.atspi.Registry.service +share/dbus-1/services/org.a11y.Bus.service share/examples/at-spi2-core/at-spi2/accessibility.conf share/examples/at-spi2-core/xdg/autostart/at-spi-dbus-bus.desktop share/gir-1.0/Atspi-2.0.gir @@ -54,7 +55,6 @@ share/gtk-doc/html/libatspi/api-index-full.html share/gtk-doc/html/libatspi/ch01.html share/gtk-doc/html/libatspi/home.png share/gtk-doc/html/libatspi/index.html -share/gtk-doc/html/libatspi/index.sgml share/gtk-doc/html/libatspi/left-insensitive.png share/gtk-doc/html/libatspi/left.png share/gtk-doc/html/libatspi/libatspi-AtspiApplication.html @@ -126,6 +126,7 @@ share/locale/mr/LC_MESSAGES/at-spi2-core.mo share/locale/ms/LC_MESSAGES/at-spi2-core.mo share/locale/nb/LC_MESSAGES/at-spi2-core.mo share/locale/nl/LC_MESSAGES/at-spi2-core.mo +share/locale/oc/LC_MESSAGES/at-spi2-core.mo share/locale/or/LC_MESSAGES/at-spi2-core.mo share/locale/pa/LC_MESSAGES/at-spi2-core.mo share/locale/pl/LC_MESSAGES/at-spi2-core.mo diff --git a/devel/at-spi2-core/distinfo b/devel/at-spi2-core/distinfo index 8b52df0309d31..3be347a51b70a 100644 --- a/devel/at-spi2-core/distinfo +++ b/devel/at-spi2-core/distinfo @@ -1,6 +1,7 @@ -$NetBSD: distinfo,v 1.16 2015/11/03 03:27:15 agc Exp $ +$NetBSD: distinfo,v 1.18 2016/04/10 22:38:02 prlw1 Exp $ -SHA1 (at-spi2-core-2.16.0.tar.xz) = efff62fb8cb8f629d5cdb2fca3e249fa69a12899 -RMD160 (at-spi2-core-2.16.0.tar.xz) = 3ea5a06cf42365275dddfbd80e0ea0fa5398edbf -SHA512 (at-spi2-core-2.16.0.tar.xz) = b61cb6dad15e2a6f6cd4788e6b63fed37d0098a56d1417b43aed2ba111a7dd7fccbe7c393f0be794bcaf900f38decbd3974c36e395548000d429086f8717df57 -Size (at-spi2-core-2.16.0.tar.xz) = 455264 bytes +SHA1 (at-spi2-core-2.20.0.tar.xz) = b5360afbec2ff000c86db1ee6bf152160536e30d +RMD160 (at-spi2-core-2.20.0.tar.xz) = 87a29c3e07b9449042e6a1ab86f24560b57bafd8 +SHA512 (at-spi2-core-2.20.0.tar.xz) = 316d721f18904115663c9a64ae4138f4f49e3d2b4fed1fbb317b2f1131b10ff018acd4f62f58985c41563f819f788d5fc5e615c698b1ecfc68edd3817d6b2538 +Size (at-spi2-core-2.20.0.tar.xz) = 452664 bytes +SHA1 (patch-bus_Makefile.in) = 3c70c0493f081125f80c758c47724d96a4d45222 diff --git a/devel/at-spi2-core/patches/patch-bus_Makefile.in b/devel/at-spi2-core/patches/patch-bus_Makefile.in new file mode 100644 index 0000000000000..1955efbb82a9f --- /dev/null +++ b/devel/at-spi2-core/patches/patch-bus_Makefile.in @@ -0,0 +1,39 @@ +$NetBSD: patch-bus_Makefile.in,v 1.1 2016/04/10 22:38:02 prlw1 Exp $ + +Revert commit 2ef00769: + + Support a stateless configuration by default + + Using a stateless configuration, we ship sensible defaults in + our vendor-config file to live in the /usr/share/ filesystem, + which is considered to be provided by the vendor, and to all + intents and purposes, read-only. + + With this change we can fall-back to the vendor system + configuration to always do the right thing, in the absence of + a local system administrator configuration file in the /etc/ + tree. + + Notably, this saves users from the potential risks and pitfalls + of so called "three way merges" on upgrades, and offers the + immediate benefit that one can perform a factory reset of the + software, simply by removing the relevant file in /etc/. + + This change also resolves a memory leak in the launch code, + where a string allocation was entirely unnecessary. + +The above change essentially uses $(datadir)/defaults/at-spi2 the +way we use the examples directory, so stick to using the pkgsrc +CONF_FILES mechanism. + +--- bus/Makefile.in.orig 2016-04-10 22:03:15.171286587 +0000 ++++ bus/Makefile.in +@@ -403,7 +403,7 @@ top_build_prefix = @top_build_prefix@ + top_builddir = @top_builddir@ + top_srcdir = @top_srcdir@ + CLEANFILES = at-spi-dbus-bus.desktop +-busconfigdir = $(datadir)/defaults/at-spi2 ++busconfigdir = $(sysconfdir)/at-spi2 + busconfig_DATA = accessibility.conf + at_spi_bus_launcher_SOURCES = at-spi-bus-launcher.c + at_spi_bus_launcher_CPPFLAGS = -DSYSCONFDIR=\"$(sysconfdir)\" \ diff --git a/devel/atf/Makefile b/devel/atf/Makefile index d6652eec6a464..be88e9f14eedf 100644 --- a/devel/atf/Makefile +++ b/devel/atf/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.24 2014/09/02 08:32:36 jperkin Exp $ +# $NetBSD: Makefile,v 1.25 2016/04/27 04:20:10 mef Exp $ # DISTNAME= atf-0.20 CATEGORIES= devel -MASTER_SITES= https://github.com/jmmv/atf/releases/download/${DISTNAME}/ +MASTER_SITES= ${MASTER_SITE_GITHUB:=jmmv/} +GITHUB_RELEASE= ${DISTNAME} MAINTAINER= jmmv@NetBSD.org HOMEPAGE= https://github.com/jmmv/atf/ diff --git a/devel/atk/Makefile b/devel/atk/Makefile index 7ea49a67089a1..85ad56111dfdc 100644 --- a/devel/atk/Makefile +++ b/devel/atk/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.92 2015/06/10 23:08:09 prlw1 Exp $ +# $NetBSD: Makefile,v 1.93 2016/04/10 18:55:23 prlw1 Exp $ -DISTNAME= atk-2.16.0 +DISTNAME= atk-2.20.0 CATEGORIES= devel gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/atk/${PKGVERSION_NOREV:R}/} EXTRACT_SUFX= .tar.xz diff --git a/devel/atk/PLIST b/devel/atk/PLIST index 2f1785737c27d..c6a62ceb0dc58 100644 --- a/devel/atk/PLIST +++ b/devel/atk/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.40 2014/08/06 10:38:21 wiz Exp $ +@comment $NetBSD: PLIST,v 1.41 2016/04/10 18:55:23 prlw1 Exp $ include/atk-1.0/atk/atk-enum-types.h include/atk-1.0/atk/atk.h include/atk-1.0/atk/atkaction.h @@ -90,7 +90,6 @@ share/gtk-doc/html/atk/data.html share/gtk-doc/html/atk/deprecated.html share/gtk-doc/html/atk/home.png share/gtk-doc/html/atk/index.html -share/gtk-doc/html/atk/index.sgml share/gtk-doc/html/atk/interfaces.html share/gtk-doc/html/atk/left-insensitive.png share/gtk-doc/html/atk/left.png diff --git a/devel/atk/distinfo b/devel/atk/distinfo index 81456202f0d21..e9f1cf25a37d5 100644 --- a/devel/atk/distinfo +++ b/devel/atk/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.49 2015/11/03 03:27:15 agc Exp $ +$NetBSD: distinfo,v 1.50 2016/04/10 18:55:23 prlw1 Exp $ -SHA1 (atk-2.16.0.tar.xz) = d097c6cec71ffede77be9f13f4ceee9880c0a5d7 -RMD160 (atk-2.16.0.tar.xz) = 3b52eb17e5adda88633698a81e216865fa92b43f -SHA512 (atk-2.16.0.tar.xz) = dc8827779d14fe7212733464f8775f67d60ab3027fcd935245d57c5899e8fc8acc6ceb88ee58f7bfbf259b89447868b3c93726ac56f46bf30a722b47b7bbd7da -Size (atk-2.16.0.tar.xz) = 699816 bytes +SHA1 (atk-2.20.0.tar.xz) = 5d4d699721fee8bcecd3edf1361e89af1db06148 +RMD160 (atk-2.20.0.tar.xz) = f6ab1c2301eeb20988b94069c3571e2f66c0b294 +SHA512 (atk-2.20.0.tar.xz) = 3dab21e59f47deeee7c4b95dbda1c9a57a15007367af584a27c472e20f11bebd210ae7cd16b255e810f66df4c0a2bee14d904c46e1367ce5a6ade6f5af81bace +Size (atk-2.20.0.tar.xz) = 724200 bytes diff --git a/devel/atkmm/Makefile b/devel/atkmm/Makefile index 0678ccfd4f80a..cd01b66e6b028 100644 --- a/devel/atkmm/Makefile +++ b/devel/atkmm/Makefile @@ -1,10 +1,11 @@ -# $NetBSD: Makefile,v 1.15 2015/10/15 14:19:54 tnn Exp $ +# $NetBSD: Makefile,v 1.18 2016/04/21 09:12:27 wiz Exp $ -DISTNAME= atkmm-2.22.7 -PKGREVISION= 3 +DISTNAME= atkmm-2.24.2 +PKGREVISION= 2 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNOME:=sources/atkmm/${PKGVERSION_NOREV:R}/} EXTRACT_SUFX= .tar.xz +EXTRACT_USING= bsdtar MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.gnome.org/ @@ -14,13 +15,12 @@ LICENSE= gnu-lgpl-v2.1 AND gnu-gpl-v2 CONFLICTS+= gtkmm<2.22.0 USE_LANGUAGES= c c++ -CXXFLAGS+= -std=c++11 USE_LIBTOOL= yes -USE_TOOLS+= autoconf gmake perl pkg-config +USE_TOOLS+= autoconf bsdtar gmake perl pkg-config GNU_CONFIGURE= yes +PKGCONFIG_OVERRIDE+= atk/atkmm.pc.in -PKGCONFIG_OVERRIDE+= atkmm-2.22.1/atk/PaxHeaders.17805/atkmm.pc.in -PKGCONFIG_OVERRIDE+= atkmm-2.22.1/atk/atkmm.pc.in +CXXFLAGS+= -std=c++11 pre-configure: cd ${WRKSRC} && autoconf diff --git a/devel/atkmm/PLIST b/devel/atkmm/PLIST index 8135bcdee9617..dc61fa466349c 100644 --- a/devel/atkmm/PLIST +++ b/devel/atkmm/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 2013/05/21 11:05:11 adam Exp $ +@comment $NetBSD: PLIST,v 1.8 2016/04/21 09:12:27 wiz Exp $ include/atkmm-1.6/atkmm.h include/atkmm-1.6/atkmm/action.h include/atkmm-1.6/atkmm/component.h @@ -23,6 +23,7 @@ include/atkmm-1.6/atkmm/private/implementor_p.h include/atkmm-1.6/atkmm/private/noopobject_p.h include/atkmm-1.6/atkmm/private/object_p.h include/atkmm-1.6/atkmm/private/objectaccessible_p.h +include/atkmm-1.6/atkmm/private/range_p.h include/atkmm-1.6/atkmm/private/relation_p.h include/atkmm-1.6/atkmm/private/relationset_p.h include/atkmm-1.6/atkmm/private/selection_p.h @@ -31,6 +32,7 @@ include/atkmm-1.6/atkmm/private/streamablecontent_p.h include/atkmm-1.6/atkmm/private/table_p.h include/atkmm-1.6/atkmm/private/text_p.h include/atkmm-1.6/atkmm/private/value_p.h +include/atkmm-1.6/atkmm/range.h include/atkmm-1.6/atkmm/relation.h include/atkmm-1.6/atkmm/relationset.h include/atkmm-1.6/atkmm/selection.h @@ -48,109 +50,175 @@ lib/pkgconfig/atkmm-1.6.pc share/devhelp/books/atkmm-1.6/atkmm-1.6.devhelp2 share/doc/atkmm-1.6/reference/atkmm-1.6.tag share/doc/atkmm-1.6/reference/html/annotated.html +share/doc/atkmm-1.6/reference/html/arrowdown.png +share/doc/atkmm-1.6/reference/html/arrowright.png share/doc/atkmm-1.6/reference/html/bc_s.png share/doc/atkmm-1.6/reference/html/bdwn.png share/doc/atkmm-1.6/reference/html/classAtk_1_1Action-members.html share/doc/atkmm-1.6/reference/html/classAtk_1_1Action.html +share/doc/atkmm-1.6/reference/html/classAtk_1_1Action__inherit__graph.png +share/doc/atkmm-1.6/reference/html/classAtk_1_1Attribute-members.html +share/doc/atkmm-1.6/reference/html/classAtk_1_1Attribute.html share/doc/atkmm-1.6/reference/html/classAtk_1_1Component-members.html share/doc/atkmm-1.6/reference/html/classAtk_1_1Component.html +share/doc/atkmm-1.6/reference/html/classAtk_1_1Component__inherit__graph.png share/doc/atkmm-1.6/reference/html/classAtk_1_1Document-members.html share/doc/atkmm-1.6/reference/html/classAtk_1_1Document.html +share/doc/atkmm-1.6/reference/html/classAtk_1_1Document__inherit__graph.png +share/doc/atkmm-1.6/reference/html/classAtk_1_1EditableText-members.html +share/doc/atkmm-1.6/reference/html/classAtk_1_1EditableText.html +share/doc/atkmm-1.6/reference/html/classAtk_1_1EditableText__inherit__graph.png share/doc/atkmm-1.6/reference/html/classAtk_1_1Hyperlink-members.html share/doc/atkmm-1.6/reference/html/classAtk_1_1Hyperlink.html +share/doc/atkmm-1.6/reference/html/classAtk_1_1Hyperlink__inherit__graph.png +share/doc/atkmm-1.6/reference/html/classAtk_1_1Hypertext-members.html +share/doc/atkmm-1.6/reference/html/classAtk_1_1Hypertext.html +share/doc/atkmm-1.6/reference/html/classAtk_1_1Hypertext__inherit__graph.png share/doc/atkmm-1.6/reference/html/classAtk_1_1Image-members.html share/doc/atkmm-1.6/reference/html/classAtk_1_1Image.html +share/doc/atkmm-1.6/reference/html/classAtk_1_1Image__inherit__graph.png +share/doc/atkmm-1.6/reference/html/classAtk_1_1Implementor-members.html +share/doc/atkmm-1.6/reference/html/classAtk_1_1Implementor.html +share/doc/atkmm-1.6/reference/html/classAtk_1_1Implementor__inherit__graph.png share/doc/atkmm-1.6/reference/html/classAtk_1_1NoOpObject-members.html share/doc/atkmm-1.6/reference/html/classAtk_1_1NoOpObject.html +share/doc/atkmm-1.6/reference/html/classAtk_1_1NoOpObject__inherit__graph.png share/doc/atkmm-1.6/reference/html/classAtk_1_1Object-members.html share/doc/atkmm-1.6/reference/html/classAtk_1_1Object.html share/doc/atkmm-1.6/reference/html/classAtk_1_1ObjectAccessible-members.html share/doc/atkmm-1.6/reference/html/classAtk_1_1ObjectAccessible.html +share/doc/atkmm-1.6/reference/html/classAtk_1_1ObjectAccessible__inherit__graph.png +share/doc/atkmm-1.6/reference/html/classAtk_1_1Object__inherit__graph.png +share/doc/atkmm-1.6/reference/html/classAtk_1_1Range-members.html +share/doc/atkmm-1.6/reference/html/classAtk_1_1Range.html share/doc/atkmm-1.6/reference/html/classAtk_1_1Relation-members.html share/doc/atkmm-1.6/reference/html/classAtk_1_1Relation.html share/doc/atkmm-1.6/reference/html/classAtk_1_1RelationSet-members.html share/doc/atkmm-1.6/reference/html/classAtk_1_1RelationSet.html +share/doc/atkmm-1.6/reference/html/classAtk_1_1RelationSet__inherit__graph.png +share/doc/atkmm-1.6/reference/html/classAtk_1_1Relation__inherit__graph.png share/doc/atkmm-1.6/reference/html/classAtk_1_1Selection-members.html share/doc/atkmm-1.6/reference/html/classAtk_1_1Selection.html +share/doc/atkmm-1.6/reference/html/classAtk_1_1Selection__inherit__graph.png share/doc/atkmm-1.6/reference/html/classAtk_1_1StateSet-members.html share/doc/atkmm-1.6/reference/html/classAtk_1_1StateSet.html +share/doc/atkmm-1.6/reference/html/classAtk_1_1StateSet__inherit__graph.png share/doc/atkmm-1.6/reference/html/classAtk_1_1StreamableContent-members.html share/doc/atkmm-1.6/reference/html/classAtk_1_1StreamableContent.html +share/doc/atkmm-1.6/reference/html/classAtk_1_1StreamableContent__inherit__graph.png share/doc/atkmm-1.6/reference/html/classAtk_1_1Table-members.html share/doc/atkmm-1.6/reference/html/classAtk_1_1Table.html +share/doc/atkmm-1.6/reference/html/classAtk_1_1Table__inherit__graph.png share/doc/atkmm-1.6/reference/html/classAtk_1_1Text-members.html share/doc/atkmm-1.6/reference/html/classAtk_1_1Text.html +share/doc/atkmm-1.6/reference/html/classAtk_1_1TextAttribute-members.html +share/doc/atkmm-1.6/reference/html/classAtk_1_1TextAttribute.html +share/doc/atkmm-1.6/reference/html/classAtk_1_1Text__inherit__graph.png share/doc/atkmm-1.6/reference/html/classAtk_1_1Value-members.html share/doc/atkmm-1.6/reference/html/classAtk_1_1Value.html +share/doc/atkmm-1.6/reference/html/classAtk_1_1Value__inherit__graph.png share/doc/atkmm-1.6/reference/html/classes.html +share/doc/atkmm-1.6/reference/html/classhash__load__check__resize__trigger__size__base.html +share/doc/atkmm-1.6/reference/html/classhash__load__check__resize__trigger__size__base__inherit__graph.png +share/doc/atkmm-1.6/reference/html/classlu__counter__policy__base.html +share/doc/atkmm-1.6/reference/html/classlu__counter__policy__base__inherit__graph.png share/doc/atkmm-1.6/reference/html/closed.png +share/doc/atkmm-1.6/reference/html/deprecated.html share/doc/atkmm-1.6/reference/html/dir_fb9196bee162e74bfedbd5f5874b618e.html +share/doc/atkmm-1.6/reference/html/doc.png share/doc/atkmm-1.6/reference/html/doxygen.css share/doc/atkmm-1.6/reference/html/doxygen.png share/doc/atkmm-1.6/reference/html/dynsections.js -share/doc/atkmm-1.6/reference/html/ftv2blank.png -share/doc/atkmm-1.6/reference/html/ftv2cl.png -share/doc/atkmm-1.6/reference/html/ftv2doc.png -share/doc/atkmm-1.6/reference/html/ftv2folderclosed.png -share/doc/atkmm-1.6/reference/html/ftv2folderopen.png -share/doc/atkmm-1.6/reference/html/ftv2lastnode.png -share/doc/atkmm-1.6/reference/html/ftv2link.png -share/doc/atkmm-1.6/reference/html/ftv2mlastnode.png -share/doc/atkmm-1.6/reference/html/ftv2mnode.png -share/doc/atkmm-1.6/reference/html/ftv2mo.png -share/doc/atkmm-1.6/reference/html/ftv2node.png -share/doc/atkmm-1.6/reference/html/ftv2ns.png -share/doc/atkmm-1.6/reference/html/ftv2plastnode.png -share/doc/atkmm-1.6/reference/html/ftv2pnode.png -share/doc/atkmm-1.6/reference/html/ftv2splitbar.png -share/doc/atkmm-1.6/reference/html/ftv2vertline.png +share/doc/atkmm-1.6/reference/html/folderclosed.png +share/doc/atkmm-1.6/reference/html/folderopen.png share/doc/atkmm-1.6/reference/html/functions.html -share/doc/atkmm-1.6/reference/html/functions_0x63.html -share/doc/atkmm-1.6/reference/html/functions_0x64.html -share/doc/atkmm-1.6/reference/html/functions_0x66.html -share/doc/atkmm-1.6/reference/html/functions_0x67.html -share/doc/atkmm-1.6/reference/html/functions_0x69.html -share/doc/atkmm-1.6/reference/html/functions_0x6e.html -share/doc/atkmm-1.6/reference/html/functions_0x6f.html -share/doc/atkmm-1.6/reference/html/functions_0x70.html -share/doc/atkmm-1.6/reference/html/functions_0x72.html -share/doc/atkmm-1.6/reference/html/functions_0x73.html -share/doc/atkmm-1.6/reference/html/functions_0x74.html -share/doc/atkmm-1.6/reference/html/functions_0x76.html -share/doc/atkmm-1.6/reference/html/functions_0x77.html -share/doc/atkmm-1.6/reference/html/functions_0x78.html +share/doc/atkmm-1.6/reference/html/functions_c.html +share/doc/atkmm-1.6/reference/html/functions_d.html +share/doc/atkmm-1.6/reference/html/functions_e.html +share/doc/atkmm-1.6/reference/html/functions_f.html share/doc/atkmm-1.6/reference/html/functions_func.html -share/doc/atkmm-1.6/reference/html/functions_func_0x63.html -share/doc/atkmm-1.6/reference/html/functions_func_0x64.html -share/doc/atkmm-1.6/reference/html/functions_func_0x66.html -share/doc/atkmm-1.6/reference/html/functions_func_0x67.html -share/doc/atkmm-1.6/reference/html/functions_func_0x69.html -share/doc/atkmm-1.6/reference/html/functions_func_0x6e.html -share/doc/atkmm-1.6/reference/html/functions_func_0x6f.html -share/doc/atkmm-1.6/reference/html/functions_func_0x70.html -share/doc/atkmm-1.6/reference/html/functions_func_0x72.html -share/doc/atkmm-1.6/reference/html/functions_func_0x73.html -share/doc/atkmm-1.6/reference/html/functions_func_0x74.html -share/doc/atkmm-1.6/reference/html/functions_func_0x76.html -share/doc/atkmm-1.6/reference/html/functions_func_0x77.html -share/doc/atkmm-1.6/reference/html/functions_func_0x78.html +share/doc/atkmm-1.6/reference/html/functions_func_c.html +share/doc/atkmm-1.6/reference/html/functions_func_d.html +share/doc/atkmm-1.6/reference/html/functions_func_e.html +share/doc/atkmm-1.6/reference/html/functions_func_f.html +share/doc/atkmm-1.6/reference/html/functions_func_g.html +share/doc/atkmm-1.6/reference/html/functions_func_h.html +share/doc/atkmm-1.6/reference/html/functions_func_i.html +share/doc/atkmm-1.6/reference/html/functions_func_l.html +share/doc/atkmm-1.6/reference/html/functions_func_n.html +share/doc/atkmm-1.6/reference/html/functions_func_o.html +share/doc/atkmm-1.6/reference/html/functions_func_p.html +share/doc/atkmm-1.6/reference/html/functions_func_r.html +share/doc/atkmm-1.6/reference/html/functions_func_s.html +share/doc/atkmm-1.6/reference/html/functions_func_t.html +share/doc/atkmm-1.6/reference/html/functions_func_v.html +share/doc/atkmm-1.6/reference/html/functions_func_w.html +share/doc/atkmm-1.6/reference/html/functions_func_x.html +share/doc/atkmm-1.6/reference/html/functions_func_~.html +share/doc/atkmm-1.6/reference/html/functions_g.html +share/doc/atkmm-1.6/reference/html/functions_h.html +share/doc/atkmm-1.6/reference/html/functions_i.html +share/doc/atkmm-1.6/reference/html/functions_l.html +share/doc/atkmm-1.6/reference/html/functions_n.html +share/doc/atkmm-1.6/reference/html/functions_o.html +share/doc/atkmm-1.6/reference/html/functions_p.html +share/doc/atkmm-1.6/reference/html/functions_r.html +share/doc/atkmm-1.6/reference/html/functions_s.html +share/doc/atkmm-1.6/reference/html/functions_t.html +share/doc/atkmm-1.6/reference/html/functions_type.html +share/doc/atkmm-1.6/reference/html/functions_v.html +share/doc/atkmm-1.6/reference/html/functions_vars.html +share/doc/atkmm-1.6/reference/html/functions_w.html +share/doc/atkmm-1.6/reference/html/functions_x.html +share/doc/atkmm-1.6/reference/html/functions_~.html share/doc/atkmm-1.6/reference/html/graph_legend.html +share/doc/atkmm-1.6/reference/html/graph_legend.png share/doc/atkmm-1.6/reference/html/group__atkmmEnums.html share/doc/atkmm-1.6/reference/html/hierarchy.html share/doc/atkmm-1.6/reference/html/index.html +share/doc/atkmm-1.6/reference/html/inherit_graph_0.png +share/doc/atkmm-1.6/reference/html/inherit_graph_1.png +share/doc/atkmm-1.6/reference/html/inherit_graph_2.png +share/doc/atkmm-1.6/reference/html/inherit_graph_3.png +share/doc/atkmm-1.6/reference/html/inherit_graph_4.png +share/doc/atkmm-1.6/reference/html/inherit_graph_5.png +share/doc/atkmm-1.6/reference/html/inherit_graph_6.png share/doc/atkmm-1.6/reference/html/inherits.html +share/doc/atkmm-1.6/reference/html/jquery.js share/doc/atkmm-1.6/reference/html/modules.html share/doc/atkmm-1.6/reference/html/namespaceAtk.html share/doc/atkmm-1.6/reference/html/namespacemembers.html +share/doc/atkmm-1.6/reference/html/namespacemembers_b.html +share/doc/atkmm-1.6/reference/html/namespacemembers_c.html +share/doc/atkmm-1.6/reference/html/namespacemembers_enum.html +share/doc/atkmm-1.6/reference/html/namespacemembers_eval.html +share/doc/atkmm-1.6/reference/html/namespacemembers_eval_r.html +share/doc/atkmm-1.6/reference/html/namespacemembers_eval_s.html +share/doc/atkmm-1.6/reference/html/namespacemembers_eval_t.html +share/doc/atkmm-1.6/reference/html/namespacemembers_eval_x.html share/doc/atkmm-1.6/reference/html/namespacemembers_func.html +share/doc/atkmm-1.6/reference/html/namespacemembers_i.html +share/doc/atkmm-1.6/reference/html/namespacemembers_l.html +share/doc/atkmm-1.6/reference/html/namespacemembers_r.html +share/doc/atkmm-1.6/reference/html/namespacemembers_s.html +share/doc/atkmm-1.6/reference/html/namespacemembers_t.html +share/doc/atkmm-1.6/reference/html/namespacemembers_type.html +share/doc/atkmm-1.6/reference/html/namespacemembers_x.html share/doc/atkmm-1.6/reference/html/namespaces.html share/doc/atkmm-1.6/reference/html/nav_f.png share/doc/atkmm-1.6/reference/html/nav_g.png share/doc/atkmm-1.6/reference/html/nav_h.png share/doc/atkmm-1.6/reference/html/open.png share/doc/atkmm-1.6/reference/html/pages.html +share/doc/atkmm-1.6/reference/html/since_1_12.html share/doc/atkmm-1.6/reference/html/since_1_3.html share/doc/atkmm-1.6/reference/html/since_1_9.html +share/doc/atkmm-1.6/reference/html/since_2_10.html +share/doc/atkmm-1.6/reference/html/since_2_12.html +share/doc/atkmm-1.6/reference/html/since_2_24.html +share/doc/atkmm-1.6/reference/html/splitbar.png +share/doc/atkmm-1.6/reference/html/structAtk_1_1AttributeTraits-members.html +share/doc/atkmm-1.6/reference/html/structAtk_1_1AttributeTraits.html share/doc/atkmm-1.6/reference/html/sync_off.png share/doc/atkmm-1.6/reference/html/sync_on.png share/doc/atkmm-1.6/reference/html/tab_a.png diff --git a/devel/atkmm/distinfo b/devel/atkmm/distinfo index a722f0bac15aa..e57bd6e454464 100644 --- a/devel/atkmm/distinfo +++ b/devel/atkmm/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.5 2015/11/03 03:27:15 agc Exp $ +$NetBSD: distinfo,v 1.6 2016/04/12 21:31:08 adam Exp $ -SHA1 (atkmm-2.22.7.tar.xz) = c3273aa7b84fb163b0ad5bd3ee26b9d1cd4976bb -RMD160 (atkmm-2.22.7.tar.xz) = 45899082787b5286d46d9c7c4df143d16e6b2525 -SHA512 (atkmm-2.22.7.tar.xz) = 8d34f30325b984c829b0354ea9ab85cc7edfdd1b4f160322122637c51542f43aa71f1e80adf1a54f9e2fcdd16172e118b61c3759b296824ab3a6cc3f0d4ffed2 -Size (atkmm-2.22.7.tar.xz) = 392184 bytes +SHA1 (atkmm-2.24.2.tar.xz) = e18e2145622d1ae9b32d0425aec1b4b74aeb1336 +RMD160 (atkmm-2.24.2.tar.xz) = 1659add6db907c53827334848ec4679dca9d6da7 +SHA512 (atkmm-2.24.2.tar.xz) = 427714cdf3b10e3f9bc36df09c4b05608d295f5895fb1e079b9bd84afdf7bf1cfdec6794ced7f1e35bd430b76f87792df4ee63c515071a2ea6e3e51e672cdbe2 +Size (atkmm-2.24.2.tar.xz) = 849784 bytes diff --git a/devel/autoconf-archive/Makefile b/devel/autoconf-archive/Makefile index ac4eaa204ac4e..fe565f465cac0 100644 --- a/devel/autoconf-archive/Makefile +++ b/devel/autoconf-archive/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.7 2015/02/25 16:52:08 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2016/04/14 11:30:46 wiz Exp $ -DISTNAME= autoconf-archive-2015.02.24 +DISTNAME= autoconf-archive-2016.03.20 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU:=autoconf-archive/} EXTRACT_SUFX= .tar.xz diff --git a/devel/autoconf-archive/PLIST b/devel/autoconf-archive/PLIST index 57cb4e3b51bd2..1a3b8358ec649 100644 --- a/devel/autoconf-archive/PLIST +++ b/devel/autoconf-archive/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.7 2015/02/25 16:52:08 wiz Exp $ +@comment $NetBSD: PLIST,v 1.8 2016/04/14 11:30:46 wiz Exp $ info/autoconf-archive.info share/aclocal/ax_absolute_header.m4 share/aclocal/ax_ac_append_to_file.m4 @@ -136,6 +136,8 @@ share/aclocal/ax_check_dos_filesys.m4 share/aclocal/ax_check_enable_debug.m4 share/aclocal/ax_check_func_in.m4 share/aclocal/ax_check_gd.m4 +share/aclocal/ax_check_gir_symbols_gjs.m4 +share/aclocal/ax_check_girs_gjs.m4 share/aclocal/ax_check_gl.m4 share/aclocal/ax_check_glu.m4 share/aclocal/ax_check_glut.m4 @@ -196,8 +198,10 @@ share/aclocal/ax_create_stdint_h.m4 share/aclocal/ax_create_target_h.m4 share/aclocal/ax_cvs.m4 share/aclocal/ax_cxx_bool.m4 +share/aclocal/ax_cxx_compile_stdcxx.m4 share/aclocal/ax_cxx_compile_stdcxx_0x.m4 share/aclocal/ax_cxx_compile_stdcxx_11.m4 +share/aclocal/ax_cxx_compile_stdcxx_14.m4 share/aclocal/ax_cxx_compiler_vendor.m4 share/aclocal/ax_cxx_complex_math_in_namespace_std.m4 share/aclocal/ax_cxx_const_cast.m4 @@ -288,6 +292,7 @@ share/aclocal/ax_cxx_typename.m4 share/aclocal/ax_cxx_use_numtrait.m4 share/aclocal/ax_cxx_var_prettyfunc.m4 share/aclocal/ax_cxx_verbose_terminate_handler.m4 +share/aclocal/ax_czmq.m4 share/aclocal/ax_decl_wchar_max.m4 share/aclocal/ax_define_integer_bits.m4 share/aclocal/ax_define_sub_path.m4 @@ -310,6 +315,7 @@ share/aclocal/ax_f90_library_setup.m4 share/aclocal/ax_f90_module.m4 share/aclocal/ax_f90_module_extension.m4 share/aclocal/ax_f90_module_flag.m4 +share/aclocal/ax_fc_check_define.m4 share/aclocal/ax_file_escapes.m4 share/aclocal/ax_find_hamcrest.m4 share/aclocal/ax_find_junit.m4 @@ -338,6 +344,7 @@ share/aclocal/ax_gcc_warn_unused_result.m4 share/aclocal/ax_gcc_x86_avx_xgetbv.m4 share/aclocal/ax_gcc_x86_cpuid.m4 share/aclocal/ax_generate_changelog.m4 +share/aclocal/ax_gnu_autotest.m4 share/aclocal/ax_have_adns.m4 share/aclocal/ax_have_epoll.m4 share/aclocal/ax_have_opengl.m4 @@ -366,6 +373,7 @@ share/aclocal/ax_lib_libkml.m4 share/aclocal/ax_lib_metis.m4 share/aclocal/ax_lib_mysql.m4 share/aclocal/ax_lib_mysqlcppconn.m4 +share/aclocal/ax_lib_netcdf4.m4 share/aclocal/ax_lib_nettle.m4 share/aclocal/ax_lib_nokalva.m4 share/aclocal/ax_lib_oracle_occi.m4 @@ -415,6 +423,7 @@ share/aclocal/ax_print_to_file.m4 share/aclocal/ax_printf_size_t.m4 share/aclocal/ax_prog_apache.m4 share/aclocal/ax_prog_bison.m4 +share/aclocal/ax_prog_bison_version.m4 share/aclocal/ax_prog_cc_char_subscripts.m4 share/aclocal/ax_prog_cc_for_build.m4 share/aclocal/ax_prog_cc_mpi.m4 @@ -429,6 +438,8 @@ share/aclocal/ax_prog_fasm_opt.m4 share/aclocal/ax_prog_fc_mpi.m4 share/aclocal/ax_prog_fig2dev.m4 share/aclocal/ax_prog_flex.m4 +share/aclocal/ax_prog_flex_version.m4 +share/aclocal/ax_prog_gjs.m4 share/aclocal/ax_prog_guile_version.m4 share/aclocal/ax_prog_haxe_version.m4 share/aclocal/ax_prog_hla.m4 @@ -479,13 +490,16 @@ share/aclocal/ax_python_config_var.m4 share/aclocal/ax_python_devel.m4 share/aclocal/ax_python_embed.m4 share/aclocal/ax_python_module.m4 +share/aclocal/ax_python_module_version.m4 share/aclocal/ax_require_defined.m4 share/aclocal/ax_require_one_func.m4 share/aclocal/ax_restore_flags.m4 +share/aclocal/ax_restore_flags_with_prefix.m4 share/aclocal/ax_rpm_init.m4 share/aclocal/ax_ruby_devel.m4 share/aclocal/ax_ruby_ext.m4 share/aclocal/ax_save_flags.m4 +share/aclocal/ax_save_flags_with_prefix.m4 share/aclocal/ax_set_default_paths_system.m4 share/aclocal/ax_short_sleep.m4 share/aclocal/ax_silent_mode.m4 @@ -526,6 +540,8 @@ share/aclocal/ax_try_run_java.m4 share/aclocal/ax_type_socklen_t.m4 share/aclocal/ax_upload.m4 share/aclocal/ax_valgrind_check.m4 +share/aclocal/ax_var_pop.m4 +share/aclocal/ax_var_push.m4 share/aclocal/ax_var_timezone_externals.m4 share/aclocal/ax_very_nice.m4 share/aclocal/ax_warning_default_aclocaldir.m4 @@ -541,6 +557,7 @@ share/aclocal/ax_with_prog.m4 share/aclocal/ax_xercesc.m4 share/aclocal/ax_xsdcxx.m4 share/aclocal/ax_xtra_classpath.m4 +share/aclocal/ax_zmq.m4 share/aclocal/ax_zoneinfo.m4 share/autoconf-archive/AUTHORS share/autoconf-archive/COPYING diff --git a/devel/autoconf-archive/distinfo b/devel/autoconf-archive/distinfo index 28eaf705420f8..6d4ce53df221e 100644 --- a/devel/autoconf-archive/distinfo +++ b/devel/autoconf-archive/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.8 2015/11/03 03:27:15 agc Exp $ +$NetBSD: distinfo,v 1.9 2016/04/14 11:30:46 wiz Exp $ -SHA1 (autoconf-archive-2015.02.24.tar.xz) = 3b85294775df75acce4b89d99ad268a6e7219d9c -RMD160 (autoconf-archive-2015.02.24.tar.xz) = dc234daf67003d1e27cfe81d61b51942a3c1d49e -SHA512 (autoconf-archive-2015.02.24.tar.xz) = 111cb9ba8abac766dd9dc7d96cd3a4a3f845430a3f3365712765eb61adc00f3d278ae0ddbda950a08c2a34091023a2d889896f716b0379d7f328eae35a246e17 -Size (autoconf-archive-2015.02.24.tar.xz) = 578536 bytes +SHA1 (autoconf-archive-2016.03.20.tar.xz) = feeafc88a39984dc38b08f0dbbcb49ad4940030d +RMD160 (autoconf-archive-2016.03.20.tar.xz) = 7390f3799e3e2efd575e8b26528c7ccb2e6f3ec0 +SHA512 (autoconf-archive-2016.03.20.tar.xz) = 194d639d82a3377cdaf843c4a49d3ce3843ea37499b169124ddd2fca1800c0a559e27087a062109482b22f68b30f25ebb6da4b769eb6174d6e781162c83703b3 +Size (autoconf-archive-2016.03.20.tar.xz) = 613612 bytes diff --git a/devel/automake/Makefile b/devel/automake/Makefile index 6db0243e701be..b5401280c8987 100644 --- a/devel/automake/Makefile +++ b/devel/automake/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.101 2015/08/08 20:42:45 wiz Exp $ +# $NetBSD: Makefile,v 1.102 2016/04/14 11:28:47 wiz Exp $ # # for major version updates, don't forget adding new links in # mk/tools/automake.mk DISTNAME= automake-1.15 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU:=automake/} \ ftp://sources.redhat.com/pub/automake/ diff --git a/devel/automake/distinfo b/devel/automake/distinfo index de216b77476bf..ac825f3819fac 100644 --- a/devel/automake/distinfo +++ b/devel/automake/distinfo @@ -1,7 +1,8 @@ -$NetBSD: distinfo,v 1.50 2015/11/03 03:27:15 agc Exp $ +$NetBSD: distinfo,v 1.51 2016/04/14 11:28:47 wiz Exp $ SHA1 (automake-1.15.tar.xz) = c279b35ca6c410809dac8ade143b805fb48b7655 RMD160 (automake-1.15.tar.xz) = 2581eff5fe04f416e0de9fed4c80dcde2ab677d1 SHA512 (automake-1.15.tar.xz) = 200a13f49a3f492ed27bc2eb615aa2f47e775e470a781f6821cd43e0f7b927d091e690b4a23fe5cc8fa79c48daaa9436be4b968784696c3bdbf1634b456cda47 Size (automake-1.15.tar.xz) = 1496708 bytes -SHA1 (patch-m4_python.m4) = 2f388204572f68ac180a85a873f73512e01c0fa4 +SHA1 (patch-bin_automake.in) = d228a43117d80821d8e4579d2a76cddfc301af51 +SHA1 (patch-m4_python.m4) = 9bd0b01a389d0dc8c7157285e630444c4a7fbfa0 diff --git a/devel/automake/patches/patch-bin_automake.in b/devel/automake/patches/patch-bin_automake.in new file mode 100644 index 0000000000000..4e91eb740de5c --- /dev/null +++ b/devel/automake/patches/patch-bin_automake.in @@ -0,0 +1,25 @@ +$NetBSD: patch-bin_automake.in,v 1.1 2016/04/14 11:28:48 wiz Exp $ + +commit 13f00eb4493c217269b76614759e452d8302955e +Author: Paul Eggert +Date: Thu Mar 31 16:35:29 2016 -0700 + + automake: port to Perl 5.22 and later + + Without this change, Perl 5.22 complains "Unescaped left brace in + regex is deprecated" and this is planned to become a hard error in + Perl 5.26. See: + http://search.cpan.org/dist/perl-5.22.0/pod/perldelta.pod#A_literal_%22{%22_should_now_be_escaped_in_a_pattern + * bin/automake.in (substitute_ac_subst_variables): Escape left brace. + +--- bin/automake.in.orig 2015-01-05 19:25:55.000000000 +0000 ++++ bin/automake.in +@@ -3878,7 +3878,7 @@ sub substitute_ac_subst_variables_worker + sub substitute_ac_subst_variables + { + my ($text) = @_; +- $text =~ s/\${([^ \t=:+{}]+)}/substitute_ac_subst_variables_worker ($1)/ge; ++ $text =~ s/\$[{]([^ \t=:+{}]+)}/substitute_ac_subst_variables_worker ($1)/ge; + return $text; + } + diff --git a/devel/automake/patches/patch-m4_python.m4 b/devel/automake/patches/patch-m4_python.m4 index 005727f1ae21b..a2815054c128f 100644 --- a/devel/automake/patches/patch-m4_python.m4 +++ b/devel/automake/patches/patch-m4_python.m4 @@ -1,6 +1,6 @@ -$NetBSD: patch-m4_python.m4,v 1.1 2015/08/08 20:42:45 wiz Exp $ +$NetBSD: patch-m4_python.m4,v 1.2 2016/04/14 11:28:48 wiz Exp $ -AM_PATH_PYTHON: look for python3.4 binary as well. +AM_PATH_PYTHON: look for python3.4 and python3.5 binaries as well. http://debbugs.gnu.org/cgi/bugreport.cgi?bug=21219 --- m4/python.m4.orig 2014-12-30 13:49:41.000000000 +0000 @@ -10,7 +10,7 @@ http://debbugs.gnu.org/cgi/bugreport.cgi?bug=21219 dnl supported. (2.0 was released on October 16, 2000). m4_define_default([_AM_PYTHON_INTERPRETER_LIST], -[python python2 python3 python3.3 python3.2 python3.1 python3.0 python2.7 dnl -+[python python2 python3 python3.4 python3.3 python3.2 python3.1 python3.0 python2.7 dnl ++[python python2 python3 python3.5 python3.4 python3.3 python3.2 python3.1 python3.0 python2.7 dnl python2.6 python2.5 python2.4 python2.3 python2.2 python2.1 python2.0]) AC_ARG_VAR([PYTHON], [the Python interpreter]) diff --git a/devel/bats/DESCR b/devel/bats/DESCR new file mode 100644 index 0000000000000..e60b497ded24f --- /dev/null +++ b/devel/bats/DESCR @@ -0,0 +1,7 @@ +Bats is a TAP-compliant testing framework for Bash. It provides a +simple way to verify that the UNIX programs you write behave as +expected. + +A Bats test file is a Bash script with special syntax for defining +test cases. Under the hood, each test case is just a function with +a description. diff --git a/devel/bats/Makefile b/devel/bats/Makefile new file mode 100644 index 0000000000000..7672e3026650e --- /dev/null +++ b/devel/bats/Makefile @@ -0,0 +1,27 @@ +# $NetBSD: Makefile,v 1.1 2016/05/02 02:29:14 seb Exp $ + +DISTNAME= bats-0.4.0 +CATEGORIES= devel +MASTER_SITES= ${MASTER_SITE_GITHUB:=sstephenson/} + +MAINTAINER= pkgsrc@NetBSD.org +HOMEPAGE= https://github.com/sstephenson/bats +COMMENT= Testing framework for Bash +LICENSE= mit + +GITHUB_TAG= v${PKGVERSION_NOREV} + +USE_LANGUAGES= # none + +NO_BUILD= yes +USE_TOOLS+= bash:run + +CHECK_INTERPRETER_SKIP= bin/bats libexec/bats* + +do-install: + cd ${WRKSRC} && ./install.sh ${DESTDIR}${PREFIX} + +do-test: + cd ${WRKSRC} && ./bin/bats ./test + +.include "../../mk/bsd.pkg.mk" diff --git a/devel/bats/PLIST b/devel/bats/PLIST new file mode 100644 index 0000000000000..f6d1d04643110 --- /dev/null +++ b/devel/bats/PLIST @@ -0,0 +1,9 @@ +@comment $NetBSD: PLIST,v 1.1 2016/05/02 02:29:14 seb Exp $ +bin/bats +libexec/bats +libexec/bats-exec-suite +libexec/bats-exec-test +libexec/bats-format-tap-stream +libexec/bats-preprocess +man/man1/bats.1 +man/man7/bats.7 diff --git a/devel/bats/distinfo b/devel/bats/distinfo new file mode 100644 index 0000000000000..41e5a8005a41b --- /dev/null +++ b/devel/bats/distinfo @@ -0,0 +1,7 @@ +$NetBSD: distinfo,v 1.1 2016/05/02 02:29:14 seb Exp $ + +SHA1 (bats-0.4.0.tar.gz) = cb8a5f4c844a5f052f915036130def31140fce94 +RMD160 (bats-0.4.0.tar.gz) = 5c64f76448df4a2ed8874b8c7830eda49f732e97 +SHA512 (bats-0.4.0.tar.gz) = 83c6c0e3ceec149708a8db5d33e95cc84852d8189498c22131c00f4288a6c870f9d522bae9230157f442338dc101e1468451d78dfa274afb83a6f0dd614c8bdb +Size (bats-0.4.0.tar.gz) = 17258 bytes +SHA1 (patch-install.sh) = 271e6b4711095e62d5f142fc31b906bf0501da0b diff --git a/devel/bats/patches/patch-install.sh b/devel/bats/patches/patch-install.sh new file mode 100644 index 0000000000000..d58d2b2170821 --- /dev/null +++ b/devel/bats/patches/patch-install.sh @@ -0,0 +1,20 @@ +$NetBSD: patch-install.sh,v 1.1 2016/05/02 02:29:14 seb Exp $ + +Change manpages installation directory. + +--- install.sh.orig 2014-08-13 14:59:22.000000000 +0000 ++++ install.sh +@@ -28,10 +28,10 @@ if [ -z "$1" ]; then + fi + + BATS_ROOT="$(abs_dirname "$0")" +-mkdir -p "$PREFIX"/{bin,libexec,share/man/man{1,7}} ++mkdir -p "$PREFIX"/{bin,libexec,man/man{1,7}} + cp -R "$BATS_ROOT"/bin/* "$PREFIX"/bin + cp -R "$BATS_ROOT"/libexec/* "$PREFIX"/libexec +-cp "$BATS_ROOT"/man/bats.1 "$PREFIX"/share/man/man1 +-cp "$BATS_ROOT"/man/bats.7 "$PREFIX"/share/man/man7 ++cp "$BATS_ROOT"/man/bats.1 "$PREFIX"/man/man1 ++cp "$BATS_ROOT"/man/bats.7 "$PREFIX"/man/man7 + + echo "Installed Bats to $PREFIX/bin/bats" diff --git a/devel/bazel/Makefile b/devel/bazel/Makefile index ba1da57f73063..061a12cd48bd2 100644 --- a/devel/bazel/Makefile +++ b/devel/bazel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2016/03/01 20:45:31 jmmv Exp $ +# $NetBSD: Makefile,v 1.3 2016/04/15 22:01:21 joerg Exp $ DISTNAME= bazel-0.2.0 CATEGORIES= devel @@ -9,6 +9,10 @@ HOMEPAGE= http://bazel.io/ COMMENT= Google's own build tool LICENSE= apache-2.0 +BROKEN= Hard-coded and dependencies, obvious definition errors, ignoring wrappers + +EXTRACT_USING= bsdtar + DEPENDS+= unzip-[0-9]*:../../archivers/unzip DEPENDS+= zip-[0-9]*:../../archivers/zip diff --git a/devel/boost-libs/Makefile b/devel/boost-libs/Makefile index fe431a27b430e..e0237a0a65c2f 100644 --- a/devel/boost-libs/Makefile +++ b/devel/boost-libs/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.41 2016/02/28 23:54:11 minskim Exp $ +# $NetBSD: Makefile,v 1.42 2016/04/11 19:01:47 ryoon Exp $ -PKGREVISION= 2 +PKGREVISION= 3 BOOST_PACKAGE= libs BOOST_COMMENT= (binary libraries) BOOST_CONFIG= installed diff --git a/devel/ccache/Makefile b/devel/ccache/Makefile index 3711405e86389..5d3b767e4b4b7 100644 --- a/devel/ccache/Makefile +++ b/devel/ccache/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.31 2015/10/09 12:02:20 adam Exp $ +# $NetBSD: Makefile,v 1.32 2016/04/25 10:24:48 adam Exp $ -DISTNAME= ccache-3.2.4 +DISTNAME= ccache-3.2.5 CATEGORIES= devel MASTER_SITES= http://samba.org/ftp/ccache/ # do not use xz distfile here, xz needs gettext-lib which leads to circular diff --git a/devel/ccache/distinfo b/devel/ccache/distinfo index 8f8256ab799c4..d14a38c93d4d5 100644 --- a/devel/ccache/distinfo +++ b/devel/ccache/distinfo @@ -1,7 +1,6 @@ -$NetBSD: distinfo,v 1.21 2015/11/03 03:27:18 agc Exp $ +$NetBSD: distinfo,v 1.22 2016/04/25 10:24:48 adam Exp $ -SHA1 (ccache-3.2.4.tar.gz) = 191b2a72adb626d0d2498bc75e72f53acf924bfb -RMD160 (ccache-3.2.4.tar.gz) = e19df2f2ff4c745630cdcdd3a011ccc722f2ade9 -SHA512 (ccache-3.2.4.tar.gz) = 4b0470f299ce3310dcd5ce67b54860b5718410b46f6fa68623e4030a9b8927f24991a658784dfd4780bd21d28cd1e391193c89016079c469ac59e70f40604e57 -Size (ccache-3.2.4.tar.gz) = 439320 bytes -SHA1 (patch-util.c) = b56f7c348067bba472c4a9091f8d0f6b0a579263 +SHA1 (ccache-3.2.5.tar.gz) = 9e47d681076a54217a0c24d372222a8eefa837c7 +RMD160 (ccache-3.2.5.tar.gz) = b46119a75ae756b930ef397b4bd86f9fd499a66f +SHA512 (ccache-3.2.5.tar.gz) = d686c794c6b4759c435f7fd31b0a69cbff425a79066b03d9c0c8444da4b5b206018b5105510de09432477117e4bcd0d348616b4c6505b1325a0d6d9167028e40 +Size (ccache-3.2.5.tar.gz) = 444925 bytes diff --git a/devel/ccache/patches/patch-util.c b/devel/ccache/patches/patch-util.c deleted file mode 100644 index 0ed6ce18edda7..0000000000000 --- a/devel/ccache/patches/patch-util.c +++ /dev/null @@ -1,26 +0,0 @@ -$NetBSD: patch-util.c,v 1.1 2015/03/19 18:09:17 tnn Exp $ - -Workaround for bin/47757 - ---- util.c.orig 2014-12-10 19:40:54.000000000 +0000 -+++ util.c -@@ -1063,6 +1063,9 @@ create_tmp_fd(char **fname) - char *template = format("%s.%s", *fname, tmp_string()); - int fd = mkstemp(template); - if (fd == -1 && errno == ENOENT) { -+#if defined(__NetBSD__) && __NetBSD_Version__ < 700000000 -+ reformat(&template, "%s.%s", *fname, tmp_string()); -+#endif - if (create_parent_dirs(template) != 0) { - fatal("Failed to create directory %s: %s", - dirname(template), strerror(errno)); -@@ -1071,6 +1074,9 @@ create_tmp_fd(char **fname) - fd = mkstemp(template); - } - if (fd == -1) { -+#if defined(__NetBSD__) && __NetBSD_Version__ < 700000000 -+ reformat(&template, "%s.%s", *fname, tmp_string()); -+#endif - fatal("Failed to create file %s: %s", template, strerror(errno)); - } - diff --git a/devel/cmake-fedora/Makefile b/devel/cmake-fedora/Makefile index 17cc3d740f1aa..e56a7fb0d29f1 100644 --- a/devel/cmake-fedora/Makefile +++ b/devel/cmake-fedora/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.9 2015/07/31 13:01:43 ryoon Exp $ +# $NetBSD: Makefile,v 1.10 2016/04/04 17:29:25 joerg Exp $ # DISTNAME= cmake-fedora-2.1.3-modules-only PKGNAME= ${DISTNAME:S/-modules-only//} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= devel MASTER_SITES= https://fedorahosted.org/releases/c/m/cmake-fedora/ @@ -20,9 +20,9 @@ NO_BUILD= yes WRKSRC= ${WRKDIR} -INSTALLATION_DIRS+= share/cmake-3.3/Modules +INSTALLATION_DIRS+= share/cmake-3.5/Modules do-install: - cd ${WRKSRC} && pax -rwpp -s '/.*\.orig//' Modules ${DESTDIR}${PREFIX}/share/cmake-3.3 + cd ${WRKSRC} && pax -rwpp -s '/.*\.orig//' Modules ${DESTDIR}${PREFIX}/share/cmake-3.5 .include "../../mk/bsd.pkg.mk" diff --git a/devel/cmake-fedora/PLIST b/devel/cmake-fedora/PLIST index 10f7752196dd7..92b130ebeb33b 100644 --- a/devel/cmake-fedora/PLIST +++ b/devel/cmake-fedora/PLIST @@ -1,30 +1,30 @@ -@comment $NetBSD: PLIST,v 1.5 2015/07/31 13:01:43 ryoon Exp $ -share/cmake-3.3/Modules/CTestTestfile.cmake -share/cmake-3.3/Modules/CmakeFedoraScript.cmake -share/cmake-3.3/Modules/DateTimeFormat.cmake -share/cmake-3.3/Modules/ManageAPIDoc.cmake -share/cmake-3.3/Modules/ManageArchive.cmake -share/cmake-3.3/Modules/ManageChangeLogScript.cmake -share/cmake-3.3/Modules/ManageDependency.cmake -share/cmake-3.3/Modules/ManageEnvironment.cmake -share/cmake-3.3/Modules/ManageFile.cmake -share/cmake-3.3/Modules/ManageGConf.cmake -share/cmake-3.3/Modules/ManageGettextScript.cmake -share/cmake-3.3/Modules/ManageMessage.cmake -share/cmake-3.3/Modules/ManageRPM.cmake -share/cmake-3.3/Modules/ManageRPMScript.cmake -share/cmake-3.3/Modules/ManageRelease.cmake -share/cmake-3.3/Modules/ManageReleaseFedora.cmake -share/cmake-3.3/Modules/ManageSourceVersionControl.cmake -share/cmake-3.3/Modules/ManageString.cmake -share/cmake-3.3/Modules/ManageTarget.cmake -share/cmake-3.3/Modules/ManageTranslation.cmake -share/cmake-3.3/Modules/ManageUninstall.cmake -share/cmake-3.3/Modules/ManageUpload.cmake -share/cmake-3.3/Modules/ManageVariable.cmake -share/cmake-3.3/Modules/ManageVersion.cmake -share/cmake-3.3/Modules/ManageZanata.cmake -share/cmake-3.3/Modules/ManageZanataScript.cmake -share/cmake-3.3/Modules/ManageZanataSuggest.cmake -share/cmake-3.3/Modules/cmake_install.cmake -share/cmake-3.3/Modules/cmake_uninstall.cmake.in +@comment $NetBSD: PLIST,v 1.6 2016/04/04 17:29:25 joerg Exp $ +share/cmake-3.5/Modules/CTestTestfile.cmake +share/cmake-3.5/Modules/CmakeFedoraScript.cmake +share/cmake-3.5/Modules/DateTimeFormat.cmake +share/cmake-3.5/Modules/ManageAPIDoc.cmake +share/cmake-3.5/Modules/ManageArchive.cmake +share/cmake-3.5/Modules/ManageChangeLogScript.cmake +share/cmake-3.5/Modules/ManageDependency.cmake +share/cmake-3.5/Modules/ManageEnvironment.cmake +share/cmake-3.5/Modules/ManageFile.cmake +share/cmake-3.5/Modules/ManageGConf.cmake +share/cmake-3.5/Modules/ManageGettextScript.cmake +share/cmake-3.5/Modules/ManageMessage.cmake +share/cmake-3.5/Modules/ManageRPM.cmake +share/cmake-3.5/Modules/ManageRPMScript.cmake +share/cmake-3.5/Modules/ManageRelease.cmake +share/cmake-3.5/Modules/ManageReleaseFedora.cmake +share/cmake-3.5/Modules/ManageSourceVersionControl.cmake +share/cmake-3.5/Modules/ManageString.cmake +share/cmake-3.5/Modules/ManageTarget.cmake +share/cmake-3.5/Modules/ManageTranslation.cmake +share/cmake-3.5/Modules/ManageUninstall.cmake +share/cmake-3.5/Modules/ManageUpload.cmake +share/cmake-3.5/Modules/ManageVariable.cmake +share/cmake-3.5/Modules/ManageVersion.cmake +share/cmake-3.5/Modules/ManageZanata.cmake +share/cmake-3.5/Modules/ManageZanataScript.cmake +share/cmake-3.5/Modules/ManageZanataSuggest.cmake +share/cmake-3.5/Modules/cmake_install.cmake +share/cmake-3.5/Modules/cmake_uninstall.cmake.in diff --git a/devel/cmake/Makefile b/devel/cmake/Makefile index 019b7c98f2123..9683ab87d4504 100644 --- a/devel/cmake/Makefile +++ b/devel/cmake/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.113 2016/03/05 11:28:20 jperkin Exp $ +# $NetBSD: Makefile,v 1.118 2016/04/17 18:45:28 ryoon Exp $ -DISTNAME= cmake-${CMAKE_API}.3 -PKGREVISION= 1 +DISTNAME= cmake-${CMAKE_API}.2 CATEGORIES= devel -MASTER_SITES= http://www.cmake.org/files/v${CMAKE_API}/ +MASTER_SITES= https://cmake.org/files/v${CMAKE_API}/ -CMAKE_API= 3.4 +# When changing this, please update devel/cmake-fedora as well. +CMAKE_API= 3.5 MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.cmake.org/ diff --git a/devel/cmake/PLIST b/devel/cmake/PLIST index 540564f00fe99..47240197371a7 100644 --- a/devel/cmake/PLIST +++ b/devel/cmake/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.40 2015/11/17 12:12:11 wiz Exp $ +@comment $NetBSD: PLIST,v 1.41 2016/03/14 10:49:55 adam Exp $ bin/ccmake bin/cmake bin/cpack @@ -22,6 +22,7 @@ share/cmake-${CMAKE_API}/Help/command/build_command.rst share/cmake-${CMAKE_API}/Help/command/build_name.rst share/cmake-${CMAKE_API}/Help/command/cmake_host_system_information.rst share/cmake-${CMAKE_API}/Help/command/cmake_minimum_required.rst +share/cmake-${CMAKE_API}/Help/command/cmake_parse_arguments.rst share/cmake-${CMAKE_API}/Help/command/cmake_policy.rst share/cmake-${CMAKE_API}/Help/command/configure_file.rst share/cmake-${CMAKE_API}/Help/command/continue.rst @@ -354,6 +355,7 @@ share/cmake-${CMAKE_API}/Help/module/FindWish.rst share/cmake-${CMAKE_API}/Help/module/FindX11.rst share/cmake-${CMAKE_API}/Help/module/FindXCTest.rst share/cmake-${CMAKE_API}/Help/module/FindXMLRPC.rst +share/cmake-${CMAKE_API}/Help/module/FindXalanC.rst share/cmake-${CMAKE_API}/Help/module/FindXercesC.rst share/cmake-${CMAKE_API}/Help/module/FindZLIB.rst share/cmake-${CMAKE_API}/Help/module/Findosg.rst @@ -690,6 +692,7 @@ share/cmake-${CMAKE_API}/Help/prop_tgt/INTERFACE_SOURCES.rst share/cmake-${CMAKE_API}/Help/prop_tgt/INTERFACE_SYSTEM_INCLUDE_DIRECTORIES.rst share/cmake-${CMAKE_API}/Help/prop_tgt/INTERPROCEDURAL_OPTIMIZATION.rst share/cmake-${CMAKE_API}/Help/prop_tgt/INTERPROCEDURAL_OPTIMIZATION_CONFIG.rst +share/cmake-${CMAKE_API}/Help/prop_tgt/IOS_INSTALL_COMBINED.rst share/cmake-${CMAKE_API}/Help/prop_tgt/JOB_POOL_COMPILE.rst share/cmake-${CMAKE_API}/Help/prop_tgt/JOB_POOL_LINK.rst share/cmake-${CMAKE_API}/Help/prop_tgt/LABELS.rst @@ -786,6 +789,7 @@ share/cmake-${CMAKE_API}/Help/release/3.1.rst share/cmake-${CMAKE_API}/Help/release/3.2.rst share/cmake-${CMAKE_API}/Help/release/3.3.rst share/cmake-${CMAKE_API}/Help/release/3.4.rst +share/cmake-${CMAKE_API}/Help/release/3.5.rst share/cmake-${CMAKE_API}/Help/release/dev.txt share/cmake-${CMAKE_API}/Help/release/index.rst share/cmake-${CMAKE_API}/Help/variable/APPLE.rst @@ -868,6 +872,7 @@ share/cmake-${CMAKE_API}/Help/variable/CMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATI share/cmake-${CMAKE_API}/Help/variable/CMAKE_EXECUTABLE_SUFFIX.rst share/cmake-${CMAKE_API}/Help/variable/CMAKE_EXE_LINKER_FLAGS.rst share/cmake-${CMAKE_API}/Help/variable/CMAKE_EXE_LINKER_FLAGS_CONFIG.rst +share/cmake-${CMAKE_API}/Help/variable/CMAKE_EXPORT_COMPILE_COMMANDS.rst share/cmake-${CMAKE_API}/Help/variable/CMAKE_EXPORT_NO_PACKAGE_REGISTRY.rst share/cmake-${CMAKE_API}/Help/variable/CMAKE_EXTRA_GENERATOR.rst share/cmake-${CMAKE_API}/Help/variable/CMAKE_EXTRA_SHARED_LIBRARY_SUFFIXES.rst @@ -919,6 +924,7 @@ share/cmake-${CMAKE_API}/Help/variable/CMAKE_INSTALL_PREFIX.rst share/cmake-${CMAKE_API}/Help/variable/CMAKE_INSTALL_RPATH.rst share/cmake-${CMAKE_API}/Help/variable/CMAKE_INSTALL_RPATH_USE_LINK_PATH.rst share/cmake-${CMAKE_API}/Help/variable/CMAKE_INTERNAL_PLATFORM_ABI.rst +share/cmake-${CMAKE_API}/Help/variable/CMAKE_IOS_INSTALL_COMBINED.rst share/cmake-${CMAKE_API}/Help/variable/CMAKE_JOB_POOL_COMPILE.rst share/cmake-${CMAKE_API}/Help/variable/CMAKE_JOB_POOL_LINK.rst share/cmake-${CMAKE_API}/Help/variable/CMAKE_LANG_ARCHIVE_APPEND.rst @@ -1254,10 +1260,12 @@ share/cmake-${CMAKE_API}/Modules/CMakeFortranCompilerId.F.in share/cmake-${CMAKE_API}/Modules/CMakeFortranInformation.cmake share/cmake-${CMAKE_API}/Modules/CMakeGenericSystem.cmake share/cmake-${CMAKE_API}/Modules/CMakeGraphVizOptions.cmake +share/cmake-${CMAKE_API}/Modules/CMakeIOSInstallCombined.cmake share/cmake-${CMAKE_API}/Modules/CMakeImportBuildSettings.cmake share/cmake-${CMAKE_API}/Modules/CMakeJOMFindMake.cmake share/cmake-${CMAKE_API}/Modules/CMakeJavaCompiler.cmake.in share/cmake-${CMAKE_API}/Modules/CMakeJavaInformation.cmake +share/cmake-${CMAKE_API}/Modules/CMakeLanguageInformation.cmake share/cmake-${CMAKE_API}/Modules/CMakeMSYSFindMake.cmake share/cmake-${CMAKE_API}/Modules/CMakeMinGWFindMake.cmake share/cmake-${CMAKE_API}/Modules/CMakeNMakeFindMake.cmake @@ -1354,6 +1362,11 @@ share/cmake-${CMAKE_API}/Modules/CheckTypeSizeMap.cmake.in share/cmake-${CMAKE_API}/Modules/CheckVariableExists.c share/cmake-${CMAKE_API}/Modules/CheckVariableExists.cmake share/cmake-${CMAKE_API}/Modules/Compiler/ADSP-DetermineCompiler.cmake +share/cmake-${CMAKE_API}/Modules/Compiler/ARMCC-ASM.cmake +share/cmake-${CMAKE_API}/Modules/Compiler/ARMCC-C.cmake +share/cmake-${CMAKE_API}/Modules/Compiler/ARMCC-CXX.cmake +share/cmake-${CMAKE_API}/Modules/Compiler/ARMCC-DetermineCompiler.cmake +share/cmake-${CMAKE_API}/Modules/Compiler/ARMCC.cmake share/cmake-${CMAKE_API}/Modules/Compiler/Absoft-Fortran.cmake share/cmake-${CMAKE_API}/Modules/Compiler/AppleClang-ASM.cmake share/cmake-${CMAKE_API}/Modules/Compiler/AppleClang-C-FeatureTests.cmake @@ -1379,6 +1392,22 @@ share/cmake-${CMAKE_API}/Modules/Compiler/Cray-C.cmake share/cmake-${CMAKE_API}/Modules/Compiler/Cray-CXX.cmake share/cmake-${CMAKE_API}/Modules/Compiler/Cray-DetermineCompiler.cmake share/cmake-${CMAKE_API}/Modules/Compiler/Cray-Fortran.cmake +share/cmake-${CMAKE_API}/Modules/Compiler/CrayPrgEnv-C.cmake +share/cmake-${CMAKE_API}/Modules/Compiler/CrayPrgEnv-CXX.cmake +share/cmake-${CMAKE_API}/Modules/Compiler/CrayPrgEnv-Cray-C.cmake +share/cmake-${CMAKE_API}/Modules/Compiler/CrayPrgEnv-Cray-CXX.cmake +share/cmake-${CMAKE_API}/Modules/Compiler/CrayPrgEnv-Cray-Fortran.cmake +share/cmake-${CMAKE_API}/Modules/Compiler/CrayPrgEnv-Fortran.cmake +share/cmake-${CMAKE_API}/Modules/Compiler/CrayPrgEnv-GNU-C.cmake +share/cmake-${CMAKE_API}/Modules/Compiler/CrayPrgEnv-GNU-CXX.cmake +share/cmake-${CMAKE_API}/Modules/Compiler/CrayPrgEnv-GNU-Fortran.cmake +share/cmake-${CMAKE_API}/Modules/Compiler/CrayPrgEnv-Intel-C.cmake +share/cmake-${CMAKE_API}/Modules/Compiler/CrayPrgEnv-Intel-CXX.cmake +share/cmake-${CMAKE_API}/Modules/Compiler/CrayPrgEnv-Intel-Fortran.cmake +share/cmake-${CMAKE_API}/Modules/Compiler/CrayPrgEnv-PGI-C.cmake +share/cmake-${CMAKE_API}/Modules/Compiler/CrayPrgEnv-PGI-CXX.cmake +share/cmake-${CMAKE_API}/Modules/Compiler/CrayPrgEnv-PGI-Fortran.cmake +share/cmake-${CMAKE_API}/Modules/Compiler/CrayPrgEnv.cmake share/cmake-${CMAKE_API}/Modules/Compiler/Embarcadero-DetermineCompiler.cmake share/cmake-${CMAKE_API}/Modules/Compiler/Fujitsu-DetermineCompiler.cmake share/cmake-${CMAKE_API}/Modules/Compiler/G95-Fortran.cmake @@ -1607,6 +1636,7 @@ share/cmake-${CMAKE_API}/Modules/FindWish.cmake share/cmake-${CMAKE_API}/Modules/FindX11.cmake share/cmake-${CMAKE_API}/Modules/FindXCTest.cmake share/cmake-${CMAKE_API}/Modules/FindXMLRPC.cmake +share/cmake-${CMAKE_API}/Modules/FindXalanC.cmake share/cmake-${CMAKE_API}/Modules/FindXercesC.cmake share/cmake-${CMAKE_API}/Modules/FindZLIB.cmake share/cmake-${CMAKE_API}/Modules/Findosg.cmake @@ -1726,6 +1756,7 @@ share/cmake-${CMAKE_API}/Modules/Platform/CYGWIN-GNU.cmake share/cmake-${CMAKE_API}/Modules/Platform/CYGWIN-windres.cmake share/cmake-${CMAKE_API}/Modules/Platform/CYGWIN.cmake share/cmake-${CMAKE_API}/Modules/Platform/Catamount.cmake +share/cmake-${CMAKE_API}/Modules/Platform/CrayLinuxEnvironment.cmake share/cmake-${CMAKE_API}/Modules/Platform/Darwin-Absoft-Fortran.cmake share/cmake-${CMAKE_API}/Modules/Platform/Darwin-AppleClang-C.cmake share/cmake-${CMAKE_API}/Modules/Platform/Darwin-AppleClang-CXX.cmake diff --git a/devel/cmake/distinfo b/devel/cmake/distinfo index c09bfe77cbb7f..f57c5e3a4ea21 100644 --- a/devel/cmake/distinfo +++ b/devel/cmake/distinfo @@ -1,17 +1,17 @@ -$NetBSD: distinfo,v 1.85 2016/01/26 16:33:38 adam Exp $ +$NetBSD: distinfo,v 1.88 2016/04/17 10:10:04 wiz Exp $ -SHA1 (cmake-3.4.3.tar.gz) = 49e4f05d46d4752e514b19ba36bf97d20a7da66a -RMD160 (cmake-3.4.3.tar.gz) = 4328fe65c290f641ee37c21ddd117bde33533ed8 -SHA512 (cmake-3.4.3.tar.gz) = a326c39cfe9f5408b4586ddd291cabfa400a2442947fb46d94dd6c44db3087c48c84a9a22ca5ed38707467448150383935ed59c669fbbfb20a968d4031eaaa11 -Size (cmake-3.4.3.tar.gz) = 6722311 bytes +SHA1 (cmake-3.5.2.tar.gz) = 5d6c68c3007d61cadd6257c170e60aa67154cda1 +RMD160 (cmake-3.5.2.tar.gz) = 9053820870f124dee5845eb5ba4717ac71477231 +SHA512 (cmake-3.5.2.tar.gz) = 7b08eb9f1b37993553f89c03eceedc465dc52b787dec99b78c74ebff2817d0aac9764e82ad835e8fc39f61cd2d2c0a3544d3f5ae299234ed52e9a940edf30b81 +Size (cmake-3.5.2.tar.gz) = 6863498 bytes SHA1 (patch-CMakeLists.txt) = ae722c41e0d9a1396fe80f1000266a33e406e2f6 SHA1 (patch-Modules_FindX11.cmake) = 124a2d51155cb4455e8b829dc74598cbd50a4e1c SHA1 (patch-Modules_Platform_SCO__SV.cmake) = 3ed230b3a06ea693812db8f57bc73aebec12b99f SHA1 (patch-Source_CursesDialog_ccmake.cxx) = c77cf55df2b047908178e7ed1db6e5454834ea49 -SHA1 (patch-Source_cmELF.cxx) = 5eb9dc0b3567b5685596ddf0a03ca8e5c76e6f92 +SHA1 (patch-Source_cmELF.cxx) = ad6fa581da8ad36223aa53285a1a8dbec0c02a9d SHA1 (patch-Source_kwsys_SystemInformation.cxx) = 5e8c8ff7875c329e48c54ee03570ea4a6d52953a SHA1 (patch-Source_kwsys_SystemTools.cxx) = 634348b9bc8ccf8c72f23837baa6ba0bcacf5961 -SHA1 (patch-Utilities_KWIML_CMakeLists.txt) = 4e8cef0eab2ad8cb27cd7076e077bb5e7425a95c +SHA1 (patch-Utilities_KWIML_CMakeLists.txt) = e4bdf9fc58757e87bf7e3e3e195839eededbc796 SHA1 (patch-aa) = bab24334e025b7c1bf7caa2e69d6a439cc421ea9 SHA1 (patch-ab) = d1b39bdcd654f2a4fc63463cd20de656cce3cf8f SHA1 (patch-ac) = b5cedc6a2354beaf08e06d416c150154a7dc1f05 diff --git a/devel/cmake/patches/patch-Source_cmELF.cxx b/devel/cmake/patches/patch-Source_cmELF.cxx index 8d624d5047e1b..a1ac398cdfe41 100644 --- a/devel/cmake/patches/patch-Source_cmELF.cxx +++ b/devel/cmake/patches/patch-Source_cmELF.cxx @@ -1,10 +1,10 @@ -$NetBSD: patch-Source_cmELF.cxx,v 1.2 2015/01/17 13:29:55 adam Exp $ +$NetBSD: patch-Source_cmELF.cxx,v 1.3 2016/03/14 10:49:55 adam Exp $ * SCO OpenServer 5.0.7/3.2 has not 64bit ELF support. ---- Source/cmELF.cxx.orig 2014-12-15 20:07:43.000000000 +0000 +--- Source/cmELF.cxx.orig 2016-03-08 14:36:22.000000000 +0000 +++ Source/cmELF.cxx -@@ -49,6 +49,9 @@ +@@ -45,6 +45,9 @@ #if defined(__sun) # include // For dynamic section information #endif @@ -14,7 +14,7 @@ //---------------------------------------------------------------------------- // Low-level byte swapping implementation. -@@ -203,6 +206,8 @@ struct cmELFTypes32 +@@ -199,6 +202,8 @@ struct cmELFTypes32 }; // Configure the implementation template for 64-bit ELF files. @@ -23,15 +23,15 @@ struct cmELFTypes64 { typedef Elf64_Ehdr ELF_Ehdr; -@@ -212,6 +217,7 @@ struct cmELFTypes64 - typedef cmIML_INT_uint64_t tagtype; +@@ -208,6 +213,7 @@ struct cmELFTypes64 + typedef KWIML_INT_uint64_t tagtype; static const char* GetName() { return "64-bit"; } }; +#endif //---------------------------------------------------------------------------- // Parser implementation template. -@@ -788,11 +794,14 @@ cmELF::cmELF(const char* fname): Interna +@@ -790,11 +796,14 @@ cmELF::cmELF(const char* fname): Interna // 32-bit ELF this->Internal = new cmELFInternalImpl(this, fin, order); } diff --git a/devel/cmake/patches/patch-Utilities_KWIML_CMakeLists.txt b/devel/cmake/patches/patch-Utilities_KWIML_CMakeLists.txt index 1840b4a643907..ad44a40cae088 100644 --- a/devel/cmake/patches/patch-Utilities_KWIML_CMakeLists.txt +++ b/devel/cmake/patches/patch-Utilities_KWIML_CMakeLists.txt @@ -1,12 +1,14 @@ -$NetBSD: patch-Utilities_KWIML_CMakeLists.txt,v 1.1 2012/01/08 17:44:23 adam Exp $ +$NetBSD: patch-Utilities_KWIML_CMakeLists.txt,v 1.2 2016/03/14 10:49:55 adam Exp $ Disable tests. Solves some preprocessor problems. ---- Utilities/KWIML/CMakeLists.txt.orig 2012-01-08 16:31:36.000000000 +0000 +--- Utilities/KWIML/CMakeLists.txt.orig 2016-03-08 14:36:25.000000000 +0000 +++ Utilities/KWIML/CMakeLists.txt -@@ -75,5 +75,4 @@ endforeach() +@@ -42,7 +42,6 @@ if(KWIML_INSTALL_INCLUDE_DIR) + endif() - #----------------------------------------------------------------------------- - if(BUILD_TESTING) + if(KWIML_TEST_ENABLE) - add_subdirectory(test) endif() + + if(NOT kwiml_standalone) diff --git a/devel/cmockery2/PLIST b/devel/cmockery2/PLIST index 6de6ae7e12d53..9a34b0d397419 100644 --- a/devel/cmockery2/PLIST +++ b/devel/cmockery2/PLIST @@ -1,12 +1,12 @@ -@comment $NetBSD: PLIST,v 1.1 2014/08/07 11:18:04 manu Exp $ +@comment $NetBSD: PLIST,v 1.2 2016/03/23 14:56:07 mef Exp $ include/cmockery/cmockery.h include/cmockery/cmockery_override.h include/cmockery/pbc.h lib/libcmockery.la lib/pkgconfig/cmockery2.pc -share/doc/cmockery2-1.3.8/AUTHORS -share/doc/cmockery2-1.3.8/COPYING -share/doc/cmockery2-1.3.8/ChangeLog -share/doc/cmockery2-1.3.8/coverage.md -share/doc/cmockery2-1.3.8/index.html -share/doc/cmockery2-1.3.8/usage.md +share/doc/cmockery2-${PKGVERSION}/AUTHORS +share/doc/cmockery2-${PKGVERSION}/COPYING +share/doc/cmockery2-${PKGVERSION}/ChangeLog +share/doc/cmockery2-${PKGVERSION}/coverage.md +share/doc/cmockery2-${PKGVERSION}/index.html +share/doc/cmockery2-${PKGVERSION}/usage.md diff --git a/devel/coccinelle/Makefile b/devel/coccinelle/Makefile index c5a085d381262..a9fe698887fdf 100644 --- a/devel/coccinelle/Makefile +++ b/devel/coccinelle/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.26 2015/08/07 11:20:33 jaapb Exp $ +# $NetBSD: Makefile,v 1.27 2016/05/05 11:45:37 jaapb Exp $ DISTNAME= coccinelle-1.0.0-rc17 PKGNAME= ${DISTNAME:S/-rc/rc/} -PKGREVISION= 6 +PKGREVISION= 7 CATEGORIES= devel MASTER_SITES= http://coccinelle.lip6.fr/distrib/ EXTRACT_SUFX= .tgz diff --git a/devel/compizconfig-backend-gconf/Makefile b/devel/compizconfig-backend-gconf/Makefile index 57435a45928df..e7489db91eb84 100644 --- a/devel/compizconfig-backend-gconf/Makefile +++ b/devel/compizconfig-backend-gconf/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.39 2016/03/05 11:28:20 jperkin Exp $ +# $NetBSD: Makefile,v 1.41 2016/05/03 11:40:01 prlw1 Exp $ # PKGVER= 0.8.8 DISTNAME= compizconfig-backend-gconf-${PKGVER} -PKGREVISION= 15 +PKGREVISION= 17 CATEGORIES= devel gnome MASTER_SITES= http://releases.compiz.org/${PKGVER}/ diff --git a/devel/cpputest/DESCR b/devel/cpputest/DESCR new file mode 100644 index 0000000000000..881e7a3a05cae --- /dev/null +++ b/devel/cpputest/DESCR @@ -0,0 +1,10 @@ +CppUTest is a C/C++ based unit xUnit test framework for unit testing +and for test-driving your code. It is written in C++ but is used in C +and C++ projects and frequently used in embedded systems but it works +for any C/C++ project. + +CppUTest's core design principles are: + +- Simple in design and simple in use. +- Portable to old and new platforms. +- Build with Test-driven Development in mind. diff --git a/devel/cpputest/Makefile b/devel/cpputest/Makefile new file mode 100644 index 0000000000000..a50940efa9153 --- /dev/null +++ b/devel/cpputest/Makefile @@ -0,0 +1,35 @@ +# $NetBSD: Makefile,v 1.1 2016/05/06 18:08:45 schmonz Exp $ + +GITHUB_PROJECT= cpputest +DISTNAME= v3.7.1 +PKGNAME= ${GITHUB_PROJECT}-${DISTNAME} +CATEGORIES= devel +MASTER_SITES= ${MASTER_SITE_GITHUB:=cpputest/} +EXTRACT_SUFX= .zip +DIST_SUBDIR= ${GITHUB_PROJECT} + +MAINTAINER= schmonz@NetBSD.org +HOMEPAGE= ${MASTER_SITE_GITHUB:=cpputest/cpputest/} +COMMENT= Unit testing and mocking framework for C/C++ +LICENSE= modified-bsd + +WRKSRC= ${WRKDIR}/cpputest-3.7.1 + +PKGCONFIG_OVERRIDE+= cpputest.pc.in + +#USE_CMAKE= yes +USE_LIBTOOL= yes +GNU_CONFIGURE= yes +CONFIGURE_SCRIPT= ../configure +CONFIGURE_DIRS= cpputest_build +BUILD_DIRS= ${CONFIGURE_DIRS} +USE_TOOLS+= automake autoreconf pkg-config +USE_LANGUAGES= c c++ + +pre-configure: + cd ${WRKSRC}/${CONFIGURE_DIRS} && autoreconf .. -fiv + +# $ ../configure +# $ make + +.include "../../mk/bsd.pkg.mk" diff --git a/devel/cpputest/PLIST b/devel/cpputest/PLIST new file mode 100644 index 0000000000000..baeb362999567 --- /dev/null +++ b/devel/cpputest/PLIST @@ -0,0 +1,46 @@ +@comment $NetBSD: PLIST,v 1.1 2016/05/06 18:08:45 schmonz Exp $ +include/CppUTest/CommandLineArguments.h +include/CppUTest/CommandLineTestRunner.h +include/CppUTest/CppUTestConfig.h +include/CppUTest/JUnitTestOutput.h +include/CppUTest/MemoryLeakDetector.h +include/CppUTest/MemoryLeakDetectorMallocMacros.h +include/CppUTest/MemoryLeakDetectorNewMacros.h +include/CppUTest/MemoryLeakWarningPlugin.h +include/CppUTest/PlatformSpecificFunctions.h +include/CppUTest/PlatformSpecificFunctions_c.h +include/CppUTest/SimpleMutex.h +include/CppUTest/SimpleString.h +include/CppUTest/StandardCLibrary.h +include/CppUTest/TestFailure.h +include/CppUTest/TestFilter.h +include/CppUTest/TestHarness.h +include/CppUTest/TestHarness_c.h +include/CppUTest/TestMemoryAllocator.h +include/CppUTest/TestOutput.h +include/CppUTest/TestPlugin.h +include/CppUTest/TestRegistry.h +include/CppUTest/TestResult.h +include/CppUTest/TestTestingFixture.h +include/CppUTest/Utest.h +include/CppUTest/UtestMacros.h +include/CppUTestExt/GMock.h +include/CppUTestExt/GTest.h +include/CppUTestExt/GTestConvertor.h +include/CppUTestExt/MemoryReportAllocator.h +include/CppUTestExt/MemoryReportFormatter.h +include/CppUTestExt/MemoryReporterPlugin.h +include/CppUTestExt/MockActualCall.h +include/CppUTestExt/MockCheckedActualCall.h +include/CppUTestExt/MockCheckedExpectedCall.h +include/CppUTestExt/MockExpectedCall.h +include/CppUTestExt/MockExpectedCallsList.h +include/CppUTestExt/MockFailure.h +include/CppUTestExt/MockNamedValue.h +include/CppUTestExt/MockSupport.h +include/CppUTestExt/MockSupportPlugin.h +include/CppUTestExt/MockSupport_c.h +include/CppUTestExt/OrderedTest.h +lib/libCppUTest.a +lib/libCppUTestExt.a +lib/pkgconfig/cpputest.pc diff --git a/devel/cpputest/distinfo b/devel/cpputest/distinfo new file mode 100644 index 0000000000000..6d22a9a19bd0d --- /dev/null +++ b/devel/cpputest/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2016/05/06 18:08:45 schmonz Exp $ + +SHA1 (cpputest/v3.7.1.zip) = be970ed8d4ebc9c66e52bb8f61e9293d8e39962e +RMD160 (cpputest/v3.7.1.zip) = 6b95320ce051703266dd2095031b6ac00004c1ab +SHA512 (cpputest/v3.7.1.zip) = 76fed0c2d17d4190b60f94f3f15193f5cf8062c9e677751f50084740d589eb4f35f1bfd59839e3badd3fe5e8a931f2c4abaa2bd7629384a1ab94fe2fd0b7b055 +Size (cpputest/v3.7.1.zip) = 2651468 bytes diff --git a/devel/cre2/distinfo b/devel/cre2/distinfo index ee98660e6c70b..1446e15fc0440 100644 --- a/devel/cre2/distinfo +++ b/devel/cre2/distinfo @@ -1,6 +1,7 @@ -$NetBSD: distinfo,v 1.1 2016/02/08 05:48:07 agc Exp $ +$NetBSD: distinfo,v 1.2 2016/03/29 22:03:52 joerg Exp $ SHA1 (cre2.tar.gz) = f5e9286a1829a5387984fbe3d01fe3bfe86bc6ac RMD160 (cre2.tar.gz) = e3fab4f0b994adbcf4b7cecc45640b2023fbbfec SHA512 (cre2.tar.gz) = 3180b99bdb68079b33e78dfbe9f943737510021ad2ea2144acb1014200d0e253317e6b52d268c3dae45ddd282c90bb49053fc43de607f8ff0c7f9a9ac9aeb2b7 Size (cre2.tar.gz) = 38090 bytes +SHA1 (patch-src_cre2.cpp) = 431df2f49cc49919712e163cd97b9b41cd803f2b diff --git a/devel/cre2/patches/patch-src_cre2.cpp b/devel/cre2/patches/patch-src_cre2.cpp new file mode 100644 index 0000000000000..cc19cd6288445 --- /dev/null +++ b/devel/cre2/patches/patch-src_cre2.cpp @@ -0,0 +1,110 @@ +$NetBSD: patch-src_cre2.cpp,v 1.1 2016/03/29 22:03:52 joerg Exp $ + +--- src/cre2.cpp.orig 2016-03-28 17:32:57.445282715 +0000 ++++ src/cre2.cpp +@@ -17,6 +17,7 @@ + + #include + #include ++#include + + + /** -------------------------------------------------------------------- +@@ -201,7 +202,7 @@ cre2_match (const cre2_regexp_t *re , co + cre2_string_t *match, int nmatch) + { + re2::StringPiece text_re2(text, textlen); +- re2::StringPiece match_re2[nmatch]; ++ std::vector match_re2(nmatch); + RE2::Anchor anchor_re2 = RE2::UNANCHORED; + bool retval; // 0 for no match + // 1 for successful matching +@@ -215,7 +216,7 @@ cre2_match (const cre2_regexp_t *re , co + case CRE2_UNANCHORED: + break; + } +- retval = TO_CONST_RE2(re)->Match(text_re2, startpos, endpos, anchor_re2, match_re2, nmatch); ++ retval = TO_CONST_RE2(re)->Match(text_re2, startpos, endpos, anchor_re2, match_re2.data(), nmatch); + if (retval) { + for (int i=0; idata, text->length); \ +- re2::StringPiece strv[nmatch]; \ +- RE2::Arg argv[nmatch]; \ +- RE2::Arg * args[nmatch]; \ ++ std::vector strv(nmatch); \ ++ std::vector argv(nmatch); \ ++ std::vector args(nmatch); \ + bool retval; \ + for (int i=0; idata, text->length); \ +- re2::StringPiece strv[nmatch]; \ +- RE2::Arg argv[nmatch]; \ +- RE2::Arg * args[nmatch]; \ ++ std::vector strv(nmatch); \ ++ std::vector argv(nmatch); \ ++ std::vector args(nmatch); \ + bool retval; \ + for (int i=0; idata = input.data(); \ + text->length = input.length(); \ +@@ -335,15 +336,15 @@ DEFINE_MATCH_ZSTRING_FUN2(cre2_find_and_ + cre2_string_t * match, int nmatch) \ + { \ + re2::StringPiece input(text->data, text->length); \ +- re2::StringPiece strv[nmatch]; \ +- RE2::Arg argv[nmatch]; \ +- RE2::Arg * args[nmatch]; \ ++ std::vector strv(nmatch); \ ++ std::vector argv(nmatch); \ ++ std::vector args(nmatch); \ + bool retval; \ + for (int i=0; idata, text->length); \ +- re2::StringPiece strv[nmatch]; \ +- RE2::Arg argv[nmatch]; \ +- RE2::Arg * args[nmatch]; \ ++ std::vector strv(nmatch); \ ++ std::vector argv(nmatch); \ ++ std::vector args(nmatch); \ + bool retval; \ + for (int i=0; idata = input.data(); \ + text->length = input.length(); \ diff --git a/devel/cutter/Makefile b/devel/cutter/Makefile index ed7e6fa1da996..64fc659397e2e 100644 --- a/devel/cutter/Makefile +++ b/devel/cutter/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.44 2015/10/10 01:58:04 ryoon Exp $ +# $NetBSD: Makefile,v 1.46 2016/05/03 11:40:01 prlw1 Exp $ # DISTNAME= cutter-1.2.4 -PKGREVISION= 4 +PKGREVISION= 6 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=cutter/} diff --git a/devel/dconf-editor/Makefile b/devel/dconf-editor/Makefile index 750b0e13b7529..f16e101539674 100644 --- a/devel/dconf-editor/Makefile +++ b/devel/dconf-editor/Makefile @@ -1,37 +1,29 @@ -# $NetBSD: Makefile,v 1.32 2016/02/04 12:13:30 wiz Exp $ +# $NetBSD: Makefile,v 1.34 2016/04/20 22:08:52 prlw1 Exp $ -PKGREVISION= 3 -.include "../../devel/dconf/Makefile.common" +DISTNAME= dconf-editor-3.20.1 +CATEGORIES= devel gnome +MASTER_SITES= ${MASTER_SITE_GNOME:=sources/dconf-editor/${PKGVERSION_NOREV:R}/} +EXTRACT_SUFX= .tar.xz -PKGNAME= ${DISTNAME:S/dconf/dconf-editor/} +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= https://wiki.gnome.org/Projects/dconf +COMMENT= gsettings editor +LICENSE= gnu-gpl-v3 -DISTINFO_FILE= ${.CURDIR}/../../devel/dconf/distinfo -PATCHDIR= ${.CURDIR}/../../devel/dconf/patches - -CONFIGURE_ARGS+= --enable-editor -CONFIGURE_ARGS+= --disable-man - -BUILD_DIRS= editor -INSTALL_DIRS= editor - -SUBST_CLASSES+= prefix -SUBST_STAGE.prefix= pre-configure -SUBST_FILES.prefix= editor/dconf-model.vala -SUBST_VARS.prefix= PREFIX - -# SUBST doesn't touch - force rebuild -pre-build: - ${RM} ${WRKSRC}/editor/dconf-model.c +GNU_CONFIGURE= yes +USE_LANGUAGES= c99 +USE_LIBTOOL= yes +USE_TOOLS+= pkg-config gmake intltool msgfmt +BUILDLINK_API_DEPENDS.dconf+= dconf>=0.23.2 +.include "../../devel/dconf/buildlink3.mk" +BUILDLINK_API_DEPENDS.glib2+= glib2>=2.46.0 .include "../../devel/glib2/schemas.mk" BUILDLINK_DEPMETHOD.vala= build BUILDLINK_API_DEPENDS.vala+= vala>=0.18.0 .include "../../lang/vala/buildlink3.mk" -BUILDLINK_API_DEPENDS.dconf+= dconf>=${PKGVERSION_NOREV} -.include "../../devel/dconf/buildlink3.mk" -.include "../../sysutils/dbus/buildlink3.mk" .include "../../sysutils/desktop-file-utils/desktopdb.mk" -.include "../../textproc/libxml2/buildlink3.mk" +BUILDLINK_API_DEPENDS.gtk3+= gtk3+>=3.19.5 .include "../../x11/gtk3/buildlink3.mk" .include "../../graphics/hicolor-icon-theme/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/dconf-editor/PLIST b/devel/dconf-editor/PLIST index b056c680a8a02..5472c2815c3f3 100644 --- a/devel/dconf-editor/PLIST +++ b/devel/dconf-editor/PLIST @@ -1,15 +1,10 @@ -@comment $NetBSD: PLIST,v 1.8 2014/11/10 23:23:18 prlw1 Exp $ +@comment $NetBSD: PLIST,v 1.9 2016/04/20 22:08:52 prlw1 Exp $ bin/dconf-editor +man/man1/dconf-editor.1 share/appdata/ca.desrt.dconf-editor.appdata.xml share/applications/ca.desrt.dconf-editor.desktop share/dbus-1/services/ca.desrt.dconf-editor.service share/glib-2.0/schemas/ca.desrt.dconf-editor.gschema.xml -share/icons/HighContrast/16x16/apps/dconf-editor.png -share/icons/HighContrast/22x22/apps/dconf-editor.png -share/icons/HighContrast/24x24/apps/dconf-editor.png -share/icons/HighContrast/256x256/apps/dconf-editor.png -share/icons/HighContrast/32x32/apps/dconf-editor.png -share/icons/HighContrast/48x48/apps/dconf-editor.png share/icons/hicolor/16x16/apps/dconf-editor.png share/icons/hicolor/22x22/apps/dconf-editor.png share/icons/hicolor/24x24/apps/dconf-editor.png @@ -17,3 +12,65 @@ share/icons/hicolor/256x256/apps/dconf-editor.png share/icons/hicolor/32x32/apps/dconf-editor.png share/icons/hicolor/48x48/apps/dconf-editor.png share/icons/hicolor/64x64/apps/dconf-editor.png +share/icons/hicolor/scalable/apps/dconf-editor-symbolic.svg +share/locale/an/LC_MESSAGES/dconf.mo +share/locale/ar/LC_MESSAGES/dconf.mo +share/locale/as/LC_MESSAGES/dconf.mo +share/locale/be/LC_MESSAGES/dconf.mo +share/locale/bg/LC_MESSAGES/dconf.mo +share/locale/bn_IN/LC_MESSAGES/dconf.mo +share/locale/bs/LC_MESSAGES/dconf.mo +share/locale/ca/LC_MESSAGES/dconf.mo +share/locale/ca@valencia/LC_MESSAGES/dconf.mo +share/locale/cs/LC_MESSAGES/dconf.mo +share/locale/da/LC_MESSAGES/dconf.mo +share/locale/de/LC_MESSAGES/dconf.mo +share/locale/el/LC_MESSAGES/dconf.mo +share/locale/en_GB/LC_MESSAGES/dconf.mo +share/locale/eo/LC_MESSAGES/dconf.mo +share/locale/es/LC_MESSAGES/dconf.mo +share/locale/et/LC_MESSAGES/dconf.mo +share/locale/eu/LC_MESSAGES/dconf.mo +share/locale/fa/LC_MESSAGES/dconf.mo +share/locale/fi/LC_MESSAGES/dconf.mo +share/locale/fr/LC_MESSAGES/dconf.mo +share/locale/fur/LC_MESSAGES/dconf.mo +share/locale/gl/LC_MESSAGES/dconf.mo +share/locale/he/LC_MESSAGES/dconf.mo +share/locale/hi/LC_MESSAGES/dconf.mo +share/locale/hu/LC_MESSAGES/dconf.mo +share/locale/id/LC_MESSAGES/dconf.mo +share/locale/is/LC_MESSAGES/dconf.mo +share/locale/it/LC_MESSAGES/dconf.mo +share/locale/ja/LC_MESSAGES/dconf.mo +share/locale/kk/LC_MESSAGES/dconf.mo +share/locale/ko/LC_MESSAGES/dconf.mo +share/locale/lt/LC_MESSAGES/dconf.mo +share/locale/lv/LC_MESSAGES/dconf.mo +share/locale/ml/LC_MESSAGES/dconf.mo +share/locale/mr/LC_MESSAGES/dconf.mo +share/locale/nb/LC_MESSAGES/dconf.mo +share/locale/nl/LC_MESSAGES/dconf.mo +share/locale/oc/LC_MESSAGES/dconf.mo +share/locale/pa/LC_MESSAGES/dconf.mo +share/locale/pl/LC_MESSAGES/dconf.mo +share/locale/pt/LC_MESSAGES/dconf.mo +share/locale/pt_BR/LC_MESSAGES/dconf.mo +share/locale/ro/LC_MESSAGES/dconf.mo +share/locale/ru/LC_MESSAGES/dconf.mo +share/locale/sk/LC_MESSAGES/dconf.mo +share/locale/sl/LC_MESSAGES/dconf.mo +share/locale/sr/LC_MESSAGES/dconf.mo +share/locale/sr@latin/LC_MESSAGES/dconf.mo +share/locale/sv/LC_MESSAGES/dconf.mo +share/locale/ta/LC_MESSAGES/dconf.mo +share/locale/te/LC_MESSAGES/dconf.mo +share/locale/tg/LC_MESSAGES/dconf.mo +share/locale/th/LC_MESSAGES/dconf.mo +share/locale/tr/LC_MESSAGES/dconf.mo +share/locale/ug/LC_MESSAGES/dconf.mo +share/locale/uk/LC_MESSAGES/dconf.mo +share/locale/vi/LC_MESSAGES/dconf.mo +share/locale/zh_CN/LC_MESSAGES/dconf.mo +share/locale/zh_HK/LC_MESSAGES/dconf.mo +share/locale/zh_TW/LC_MESSAGES/dconf.mo diff --git a/devel/dconf-editor/distinfo b/devel/dconf-editor/distinfo new file mode 100644 index 0000000000000..656429ffd5609 --- /dev/null +++ b/devel/dconf-editor/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2016/04/20 22:08:52 prlw1 Exp $ + +SHA1 (dconf-editor-3.20.1.tar.xz) = 3873087902b708975a50bbbdb18459199d679c80 +RMD160 (dconf-editor-3.20.1.tar.xz) = 8ddc76f4560a1da5793679f7de45db5d09a165cb +SHA512 (dconf-editor-3.20.1.tar.xz) = 2ef85cf32614373b9ecc098af1c12f66488e6e8abe6b51ce74b688d80acce216e75cf719c1ecc51773e01ea089aaecf73d9fc6abeb375e159b06ea15762cc0b7 +Size (dconf-editor-3.20.1.tar.xz) = 336820 bytes diff --git a/devel/dconf/Makefile b/devel/dconf/Makefile index 9528ef55bf31b..114af5c734be5 100644 --- a/devel/dconf/Makefile +++ b/devel/dconf/Makefile @@ -1,21 +1,37 @@ -# $NetBSD: Makefile,v 1.31 2016/03/02 22:45:01 ryoon Exp $ - -PKGREVISION= 4 -.include "Makefile.common" - -CONFIGURE_ARGS+= --disable-editor - -PKGCONFIG_OVERRIDE+= client/dconf.pc.in dbus-1/dconf-dbus-1.pc.in +# $NetBSD: Makefile,v 1.33 2016/04/20 22:00:55 prlw1 Exp $ + +DISTNAME= dconf-0.26.0 +CATEGORIES= devel gnome +MASTER_SITES= ${MASTER_SITE_GNOME:=sources/dconf/${PKGVERSION_NOREV:R}/} +EXTRACT_SUFX= .tar.xz + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= https://wiki.gnome.org/Projects/dconf +COMMENT= Backend for gsettings +LICENSE= gnu-lgpl-v2.1 + +GNU_CONFIGURE= yes +USE_LANGUAGES= c99 +USE_LIBTOOL= yes +USE_TOOLS+= pkg-config gmake + +SUBST_CLASSES+= sysdir +SUBST_MESSAGE.sysdir= Fixes hard-coded dconf database directory name +SUBST_STAGE.sysdir= post-configure +SUBST_FILES.sysdir+= engine/dconf-engine-source-system.c +SUBST_FILES.sysdir+= engine/dconf-engine-profile.c +SUBST_FILES.sysdir+= tests/engine.c +SUBST_FILES.sysdir+= bin/dconf-update.c +SUBST_FILES.sysdir+= bin/dconf-update.vala +SUBST_SED.sysdir= -e s,/etc,${PKG_SYSCONFDIR},g + +PKGCONFIG_OVERRIDE+= client/dconf.pc.in .include "../../mk/bsd.prefs.mk" -.if ${OPSYS} == "NetBSD" || ${OPSYS} == "FreeBSD" -BUILDLINK_TRANSFORM+= rm:-ldl -.endif - SUBST_CLASSES.Darwin+= libname SUBST_STAGE.libname= pre-configure -SUBST_FILES.libname= client/Makefile.in dbus-1/Makefile.in +SUBST_FILES.libname= client/Makefile.in SUBST_FILES.libname+= gsettings/Makefile.in SUBST_SED.libname= -e "s|-Wl,-soname=|-install_name ${PREFIX}/lib/|g" SUBST_SED.libname+= -e "/^libdconfsettings_so_LDFLAGS/s,$$, -install_name ${PREFIX}/lib/gio/modules/libdconfsettings.so,g" @@ -27,7 +43,6 @@ BUILD_DEPENDS+= docbook-xsl-[0-9]*:../../textproc/docbook-xsl BUILDLINK_DEPMETHOD.vala= build BUILDLINK_API_DEPENDS.vala+= vala>=0.18.0 .include "../../lang/vala/buildlink3.mk" -BUILDLINK_API_DEPENDS.glib2+= glib2>=2.39.1 +BUILDLINK_API_DEPENDS.glib2+= glib2>=2.44.0 .include "../../devel/glib2/modules.mk" -.include "../../sysutils/dbus/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/dconf/Makefile.common b/devel/dconf/Makefile.common deleted file mode 100644 index 4e4ed64500f9d..0000000000000 --- a/devel/dconf/Makefile.common +++ /dev/null @@ -1,28 +0,0 @@ -# $NetBSD: Makefile.common,v 1.8 2016/03/02 22:45:01 ryoon Exp $ -# -# used by devel/dconf-editor/Makefile - -DISTNAME= dconf-0.22.0 -CATEGORIES= devel gnome -MASTER_SITES= ${MASTER_SITE_GNOME:=sources/dconf/${PKGVERSION_NOREV:R}/} -EXTRACT_SUFX= .tar.xz - -MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= https://wiki.gnome.org/Projects/dconf -COMMENT= Backend for gsettings -LICENSE= gnu-lgpl-v2.1 - -GNU_CONFIGURE= yes -USE_LANGUAGES= c99 -USE_LIBTOOL= yes -USE_TOOLS+= pkg-config gmake intltool msgfmt - -SUBST_CLASSES+= sysdir -SUBST_MESSAGE.sysdir= Fixes hard-coded dconf database directory name -SUBST_STAGE.sysdir= post-configure -SUBST_FILES.sysdir+= engine/dconf-engine-source-system.c -SUBST_FILES.sysdir+= engine/dconf-engine-profile.c -SUBST_FILES.sysdir+= tests/engine.c -SUBST_FILES.sysdir+= bin/dconf-update.c -SUBST_FILES.sysdir+= bin/dconf-update.vala -SUBST_SED.sysdir= -e s,/etc,${PKG_SYSCONFDIR},g diff --git a/devel/dconf/PLIST b/devel/dconf/PLIST index a494417d22934..113b49038766a 100644 --- a/devel/dconf/PLIST +++ b/devel/dconf/PLIST @@ -1,22 +1,16 @@ -@comment $NetBSD: PLIST,v 1.7 2014/09/10 10:54:46 prlw1 Exp $ +@comment $NetBSD: PLIST,v 1.8 2016/04/20 22:00:55 prlw1 Exp $ bin/dconf -include/dconf-dbus-1/dconf-dbus-1.h include/dconf/client/dconf-client.h include/dconf/common/dconf-changeset.h -include/dconf/common/dconf-error.h +include/dconf/common/dconf-enums.h include/dconf/common/dconf-paths.h include/dconf/dconf.h lib/gio/modules/libdconfsettings.so -lib/libdconf-dbus-1.so -lib/libdconf-dbus-1.so.0 -lib/libdconf-dbus-1.so.0.0.0 lib/libdconf.so lib/libdconf.so.1 lib/libdconf.so.1.0.0 -lib/pkgconfig/dconf-dbus-1.pc lib/pkgconfig/dconf.pc libexec/dconf-service -man/man1/dconf-editor.1 man/man1/dconf-service.1 man/man1/dconf.1 man/man7/dconf.7 @@ -24,12 +18,15 @@ share/bash-completion/completions/dconf share/dbus-1/services/ca.desrt.dconf.service share/gtk-doc/html/dconf/DConfClient.html share/gtk-doc/html/dconf/annotation-glossary.html +share/gtk-doc/html/dconf/api-index-0.16.html +share/gtk-doc/html/dconf/api-index-0.18.html +share/gtk-doc/html/dconf/api-index-0.20.html +share/gtk-doc/html/dconf/api-index-0.26.html share/gtk-doc/html/dconf/api-index-full.html share/gtk-doc/html/dconf/ch01.html share/gtk-doc/html/dconf/dconf-DConfChangeset.html share/gtk-doc/html/dconf/dconf-DConfError.html share/gtk-doc/html/dconf/dconf-dconf-Paths.html -share/gtk-doc/html/dconf/dconf-editor.html share/gtk-doc/html/dconf/dconf-overview.html share/gtk-doc/html/dconf/dconf-service.html share/gtk-doc/html/dconf/dconf-tool.html @@ -46,61 +43,5 @@ share/gtk-doc/html/dconf/right.png share/gtk-doc/html/dconf/style.css share/gtk-doc/html/dconf/up-insensitive.png share/gtk-doc/html/dconf/up.png -share/locale/an/LC_MESSAGES/dconf.mo -share/locale/ar/LC_MESSAGES/dconf.mo -share/locale/as/LC_MESSAGES/dconf.mo -share/locale/be/LC_MESSAGES/dconf.mo -share/locale/bg/LC_MESSAGES/dconf.mo -share/locale/bn_IN/LC_MESSAGES/dconf.mo -share/locale/ca/LC_MESSAGES/dconf.mo -share/locale/ca@valencia/LC_MESSAGES/dconf.mo -share/locale/cs/LC_MESSAGES/dconf.mo -share/locale/da/LC_MESSAGES/dconf.mo -share/locale/de/LC_MESSAGES/dconf.mo -share/locale/el/LC_MESSAGES/dconf.mo -share/locale/en_GB/LC_MESSAGES/dconf.mo -share/locale/eo/LC_MESSAGES/dconf.mo -share/locale/es/LC_MESSAGES/dconf.mo -share/locale/et/LC_MESSAGES/dconf.mo -share/locale/eu/LC_MESSAGES/dconf.mo -share/locale/fa/LC_MESSAGES/dconf.mo -share/locale/fi/LC_MESSAGES/dconf.mo -share/locale/fr/LC_MESSAGES/dconf.mo -share/locale/fur/LC_MESSAGES/dconf.mo -share/locale/gl/LC_MESSAGES/dconf.mo -share/locale/he/LC_MESSAGES/dconf.mo -share/locale/hi/LC_MESSAGES/dconf.mo -share/locale/hu/LC_MESSAGES/dconf.mo -share/locale/id/LC_MESSAGES/dconf.mo -share/locale/it/LC_MESSAGES/dconf.mo -share/locale/ja/LC_MESSAGES/dconf.mo -share/locale/ko/LC_MESSAGES/dconf.mo -share/locale/lt/LC_MESSAGES/dconf.mo -share/locale/lv/LC_MESSAGES/dconf.mo -share/locale/ml/LC_MESSAGES/dconf.mo -share/locale/mr/LC_MESSAGES/dconf.mo -share/locale/nb/LC_MESSAGES/dconf.mo -share/locale/nl/LC_MESSAGES/dconf.mo -share/locale/pa/LC_MESSAGES/dconf.mo -share/locale/pl/LC_MESSAGES/dconf.mo -share/locale/pt/LC_MESSAGES/dconf.mo -share/locale/pt_BR/LC_MESSAGES/dconf.mo -share/locale/ru/LC_MESSAGES/dconf.mo -share/locale/sk/LC_MESSAGES/dconf.mo -share/locale/sl/LC_MESSAGES/dconf.mo -share/locale/sr/LC_MESSAGES/dconf.mo -share/locale/sr@latin/LC_MESSAGES/dconf.mo -share/locale/sv/LC_MESSAGES/dconf.mo -share/locale/ta/LC_MESSAGES/dconf.mo -share/locale/te/LC_MESSAGES/dconf.mo -share/locale/tg/LC_MESSAGES/dconf.mo -share/locale/th/LC_MESSAGES/dconf.mo -share/locale/tr/LC_MESSAGES/dconf.mo -share/locale/ug/LC_MESSAGES/dconf.mo -share/locale/uk/LC_MESSAGES/dconf.mo -share/locale/vi/LC_MESSAGES/dconf.mo -share/locale/zh_CN/LC_MESSAGES/dconf.mo -share/locale/zh_HK/LC_MESSAGES/dconf.mo -share/locale/zh_TW/LC_MESSAGES/dconf.mo share/vala/vapi/dconf.deps share/vala/vapi/dconf.vapi diff --git a/devel/dconf/buildlink3.mk b/devel/dconf/buildlink3.mk index 9a20dbe338f3c..c8bf0d1dd41a9 100644 --- a/devel/dconf/buildlink3.mk +++ b/devel/dconf/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.8 2013/09/30 11:17:32 obache Exp $ +# $NetBSD: buildlink3.mk,v 1.9 2016/04/20 22:00:55 prlw1 Exp $ BUILDLINK_TREE+= dconf @@ -10,7 +10,6 @@ BUILDLINK_ABI_DEPENDS.dconf?= dconf>=0.14.0 BUILDLINK_PKGSRCDIR.dconf?= ../../devel/dconf .include "../../devel/glib2/buildlink3.mk" -.include "../../sysutils/dbus/buildlink3.mk" .endif # DCONF_BUILDLINK3_MK BUILDLINK_TREE+= -dconf diff --git a/devel/dconf/distinfo b/devel/dconf/distinfo index 8cdd87e84a676..e33b7e5d0ba3e 100644 --- a/devel/dconf/distinfo +++ b/devel/dconf/distinfo @@ -1,8 +1,6 @@ -$NetBSD: distinfo,v 1.10 2015/11/03 03:27:22 agc Exp $ +$NetBSD: distinfo,v 1.11 2016/04/20 22:00:55 prlw1 Exp $ -SHA1 (dconf-0.22.0.tar.xz) = d1a03938451b19a53f0d2fd09b6c737542fdd4c4 -RMD160 (dconf-0.22.0.tar.xz) = a69abcb409ebdb3a72923ecbb23cbf5b43a5f98c -SHA512 (dconf-0.22.0.tar.xz) = fee502b599da3634934eadc3d9fc138f2036118e88edadf0e3dc157f8e689ee1fee057342a296197b126e5f657fcb2bb1f399b6a3ffa9ff5fdcc3119d9433d9b -Size (dconf-0.22.0.tar.xz) = 393260 bytes -SHA1 (patch-aa) = c786bb85c3971f918294293df7c03fabf1ff201e -SHA1 (patch-editor_Makefile.in) = 5caa945a7b792daa36fb090741b05e38f0f3945a +SHA1 (dconf-0.26.0.tar.xz) = d4ab94969864c3e00515d0c0ee5b8090a7e0f896 +RMD160 (dconf-0.26.0.tar.xz) = 1421922be5703abb86fa59786a5d2e5c2d4cc646 +SHA512 (dconf-0.26.0.tar.xz) = ea225397a486815c90a113c064d943f113490dfc754e4acba049b033115aa3a6a3849a5cdc133663de09811cde41c963041bc244cfd9ed32d65399889e415d1e +Size (dconf-0.26.0.tar.xz) = 219688 bytes diff --git a/devel/dconf/patches/patch-aa b/devel/dconf/patches/patch-aa deleted file mode 100644 index 8c973b2a39d08..0000000000000 --- a/devel/dconf/patches/patch-aa +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-aa,v 1.4 2013/09/30 11:42:13 obache Exp $ - ---- configure.orig 2013-09-23 21:29:29.000000000 +0000 -+++ configure -@@ -5423,7 +5423,7 @@ if test "${enable_gcov+set}" = set; then - fi - - --if test "x$enable_gcov" == "xyes"; then -+if test "x$enable_gcov" = "xyes"; then - CFLAGS="$CFLAGS -O0 -fprofile-arcs -ftest-coverage" - LDFLAGS="$LDFLAGS -lgcov" - fi diff --git a/devel/dconf/patches/patch-editor_Makefile.in b/devel/dconf/patches/patch-editor_Makefile.in deleted file mode 100644 index 06f0af6ebf6cb..0000000000000 --- a/devel/dconf/patches/patch-editor_Makefile.in +++ /dev/null @@ -1,22 +0,0 @@ -$NetBSD: patch-editor_Makefile.in,v 1.4 2013/09/30 11:42:13 obache Exp $ - ---- editor/Makefile.in.orig 2013-09-23 21:29:28.000000000 +0000 -+++ editor/Makefile.in -@@ -103,7 +103,7 @@ nodist_dconf_editor_OBJECTS = dconf_edit - dconf_editor_OBJECTS = $(am_dconf_editor_OBJECTS) \ - $(nodist_dconf_editor_OBJECTS) - am__DEPENDENCIES_1 = --dconf_editor_DEPENDENCIES = ../client/libdconf.so.1 \ -+dconf_editor_DEPENDENCIES = \ - $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ - $(am__DEPENDENCIES_1) - dconf_editor_LINK = $(CCLD) $(dconf_editor_CFLAGS) $(CFLAGS) \ -@@ -355,7 +355,7 @@ TEST_PROGS = - AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/client - dconf_editor_VALAFLAGS = --vapidir ../client --pkg gtk+-3.0 --pkg gmodule-2.0 --pkg libxml-2.0 --pkg dconf - dconf_editor_LDADD = \ -- ../client/libdconf.so.1 \ -+ $(prefix)/lib/libdconf.so.1 \ - $(gtk_LIBS) \ - $(gee_LIBS) \ - $(gmodule_LIBS) \ diff --git a/devel/deforaos-coder/distinfo b/devel/deforaos-coder/distinfo index 1eadbf2e95cac..2703877f940dd 100644 --- a/devel/deforaos-coder/distinfo +++ b/devel/deforaos-coder/distinfo @@ -1,6 +1,7 @@ -$NetBSD: distinfo,v 1.7 2016/02/20 03:20:23 khorben Exp $ +$NetBSD: distinfo,v 1.8 2016/03/14 23:42:47 tnn Exp $ SHA1 (Coder-0.2.0.tar.gz) = a72127e0270fe8e1111a0e557cf6ddd8e59bc71a RMD160 (Coder-0.2.0.tar.gz) = 585f330d34550dff955577029fd3f59cc2cdd081 SHA512 (Coder-0.2.0.tar.gz) = 0bf80496c3a5c1376852a69d5a242a84193576d804be76223974368c81b460f1a80406fd8dacf28ca6ad0d374663643ad2c6245d5051e75050f2f89728ad6104 Size (Coder-0.2.0.tar.gz) = 130157 bytes +SHA1 (patch-tools_debug_ptrace.c) = 4e96b4b64373d4d95187d6497241070b065f86b0 diff --git a/devel/deforaos-coder/patches/patch-tools_debug_ptrace.c b/devel/deforaos-coder/patches/patch-tools_debug_ptrace.c new file mode 100644 index 0000000000000..9ae1db25bc75f --- /dev/null +++ b/devel/deforaos-coder/patches/patch-tools_debug_ptrace.c @@ -0,0 +1,31 @@ +$NetBSD: patch-tools_debug_ptrace.c,v 1.1 2016/03/14 23:42:47 tnn Exp $ + +fix struct reg usage according to /usr/include/i386/reg.h + +--- tools/debug/ptrace.c.orig 2016-02-20 01:27:00.000000000 +0000 ++++ tools/debug/ptrace.c +@@ -329,15 +329,15 @@ static void _ptrace_get_registers(Ptrace + helper->set_register(helper->debugger, "rbp", regs.regs[_REG_RBP]); + helper->set_register(helper->debugger, "rip", regs.regs[_REG_RIP]); + # elif defined(__i386__) +- helper->set_register(helper->debugger, "eax", regs.regs[_REG_EAX]); +- helper->set_register(helper->debugger, "ecx", regs.regs[_REG_ECX]); +- helper->set_register(helper->debugger, "edx", regs.regs[_REG_EDX]); +- helper->set_register(helper->debugger, "ebx", regs.regs[_REG_EBX]); +- helper->set_register(helper->debugger, "esi", regs.regs[_REG_ESI]); +- helper->set_register(helper->debugger, "edi", regs.regs[_REG_EDI]); +- helper->set_register(helper->debugger, "esp", regs.regs[_REG_ESP]); +- helper->set_register(helper->debugger, "ebp", regs.regs[_REG_EBP]); +- helper->set_register(helper->debugger, "eip", regs.regs[_REG_EIP]); ++ helper->set_register(helper->debugger, "eax", regs.r_eax); ++ helper->set_register(helper->debugger, "ecx", regs.r_ecx); ++ helper->set_register(helper->debugger, "edx", regs.r_edx); ++ helper->set_register(helper->debugger, "ebx", regs.r_ebx); ++ helper->set_register(helper->debugger, "esi", regs.r_esi); ++ helper->set_register(helper->debugger, "edi", regs.r_edi); ++ helper->set_register(helper->debugger, "esp", regs.r_esp); ++ helper->set_register(helper->debugger, "ebp", regs.r_ebp); ++ helper->set_register(helper->debugger, "eip", regs.r_eip); + # endif + #endif + } diff --git a/devel/dejagnu/Makefile b/devel/dejagnu/Makefile index c3cc3d375ab72..fa79ba3369d28 100644 --- a/devel/dejagnu/Makefile +++ b/devel/dejagnu/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.19 2015/05/09 23:12:20 mef Exp $ +# $NetBSD: Makefile,v 1.20 2016/04/12 13:45:00 mef Exp $ # -DISTNAME= dejagnu-1.5.2 +DISTNAME= dejagnu-1.5.3 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU:=dejagnu/} @@ -25,6 +25,4 @@ USE_LANGUAGES+= c c++ TEST_TARGET= check TEST_ENV= PATH=/usr/bin:/bin:${PREFIX}/bin -TEST_TARGET= # empty, make test won't pass for the moment - .include "../../mk/bsd.pkg.mk" diff --git a/devel/dejagnu/distinfo b/devel/dejagnu/distinfo index fd88ddc54ad2f..3b43616e6eeb7 100644 --- a/devel/dejagnu/distinfo +++ b/devel/dejagnu/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.13 2015/11/03 03:27:22 agc Exp $ +$NetBSD: distinfo,v 1.14 2016/04/12 13:45:00 mef Exp $ -SHA1 (dejagnu-1.5.2.tar.gz) = 20a6c64e8165c1e6dbbe3638c4f737859942c94d -RMD160 (dejagnu-1.5.2.tar.gz) = 2718c4e12c2a8280612d831f98efb1922fbc6620 -SHA512 (dejagnu-1.5.2.tar.gz) = 12a638eed4af9f3dab4c8e8dc21617e118b1af6774be7f656be995267747c82ca036be85e52182ea06247861e150e2442c77da2513dc3e6a56a7edd086cf21d1 -Size (dejagnu-1.5.2.tar.gz) = 596839 bytes +SHA1 (dejagnu-1.5.3.tar.gz) = d81288e7d7bd38e74b7fee8e570ebfa8c21508d9 +RMD160 (dejagnu-1.5.3.tar.gz) = 5bec81bf18313cab03bcc8689d4aa96152ffb0d0 +SHA512 (dejagnu-1.5.3.tar.gz) = 464eb17862aa4e6a3fbb11db0c97c0b4b0e57d9468d5c36aa75940c65463285c5e53b41657eec6b0a069f47be89fb772f90012c4777c847026d04c744a291500 +Size (dejagnu-1.5.3.tar.gz) = 597171 bytes diff --git a/devel/dev86/Makefile b/devel/dev86/Makefile index 9196ce9bf3da2..c4b72d3bf6780 100644 --- a/devel/dev86/Makefile +++ b/devel/dev86/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2016/02/14 03:06:35 mef Exp $ +# $NetBSD: Makefile,v 1.10 2016/05/08 16:09:38 khorben Exp $ # VER= 0.16.21 @@ -17,6 +17,8 @@ CONFLICTS+= bin86-[0-9]* WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} +MAKE_FLAGS+= CFLAGS=${CFLAGS:Q} +MAKE_FLAGS+= LDFLAGS=${LDFLAGS:Q} MAKE_FLAGS+= MANDIR=${PREFIX}/${PKGMANDIR} DESTDIR_VARNAME= DIST diff --git a/devel/devhelp/Makefile b/devel/devhelp/Makefile index 0cd3b5efb0c92..99a52194a6c5b 100644 --- a/devel/devhelp/Makefile +++ b/devel/devhelp/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.105 2016/01/06 10:46:51 adam Exp $ +# $NetBSD: Makefile,v 1.107 2016/05/03 11:40:01 prlw1 Exp $ DISTNAME= devhelp-2.32.0 -PKGREVISION= 39 +PKGREVISION= 41 CATEGORIES= devel x11 MASTER_SITES= ${MASTER_SITE_GNOME:=sources/devhelp/2.32/} EXTRACT_SUFX= .tar.bz2 diff --git a/devel/dmake/Makefile b/devel/dmake/Makefile index cc2178ffc3fc7..3f6febef3da0d 100644 --- a/devel/dmake/Makefile +++ b/devel/dmake/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2014/01/08 21:47:55 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2016/03/27 23:08:14 jperkin Exp $ DISTNAME= dmake-4.12.2 CATEGORIES= devel @@ -20,6 +20,8 @@ INSTALLATION_DIRS= bin share/dmake ${PKGMANDIR}/man1 .if ${OPSYS} == "SunOS" PLIST_SUBST+= STARTUPOS=solaris +.elif ${OPSYS} == "Darwin" +PLIST_SUBST+= STARTUPOS=macosx .else PLIST_SUBST+= STARTUPOS=linux .endif diff --git a/devel/edcommon/Makefile b/devel/edcommon/Makefile index a3021339fb944..cd0492aa118c4 100644 --- a/devel/edcommon/Makefile +++ b/devel/edcommon/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.25 2015/10/10 01:58:04 ryoon Exp $ +# $NetBSD: Makefile,v 1.26 2016/04/11 19:01:47 ryoon Exp $ # DISTNAME= edcommon-32-s PKGNAME= ${DISTNAME:S/-s$//} -PKGREVISION= 14 +PKGREVISION= 15 CATEGORIES= devel gnustep MASTER_SITES= http://www.mulle-kybernetik.com/software/EDFrameworks/Downloads/ diff --git a/devel/eio/Makefile b/devel/eio/Makefile index 602526be40071..173445e923f33 100644 --- a/devel/eio/Makefile +++ b/devel/eio/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2016/03/05 11:27:44 jperkin Exp $ +# $NetBSD: Makefile,v 1.5 2016/04/18 15:13:30 jperkin Exp $ # DISTNAME= eio-1.7.7 @@ -18,6 +18,8 @@ GNU_CONFIGURE= yes USE_LIBTOOL= yes USE_TOOLS+= pkg-config +CONFIGURE_ARGS.SunOS+= --disable-inotify + INSTALLATION_DIRS= share/doc/eio .include "../../mk/compiler.mk" diff --git a/devel/elftoolchain/Makefile b/devel/elftoolchain/Makefile index 7432f7be47d28..9ddf54efb0add 100644 --- a/devel/elftoolchain/Makefile +++ b/devel/elftoolchain/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2016/03/09 21:34:21 tnn Exp $ +# $NetBSD: Makefile,v 1.11 2016/05/07 09:52:44 joerg Exp $ DISTNAME= elftoolchain-0.5.1 PKGREVISION= 1 @@ -20,10 +20,18 @@ USE_TOOLS+= m4 MAKE_ENV+= ${BSD_MAKE_ENV} MAKE_FLAGS+= MKPROFILE=yes -CWARNFLAGS.clang= -Wno-error=missing-noreturn \ +.include "../../mk/compiler.mk" +.if !empty(PKGSRC_COMPILER:Mgcc) +CWARNFLAGS+= -Wno-error=sign-conversion \ + -Wno-error=conversion \ + -Wno-error=unused-but-set-variable \ + -Wno-error=old-style-definition +.elif !empty(PKGSRC_COMPILER:Mclang) +CWARNFLAGS+= -Wno-error=missing-noreturn \ -Wno-error=constant-logical-operand \ -Wno-error=conversion -Wno-error=cast-qual -MAKE_FLAGS+= CWARNFLAGS.clang=${CWARNFLAGS.clang:Q} +.endif +MAKE_FLAGS+= CWARNFLAGS=${CWARNFLAGS:Q} INSTALLATION_DIRS= bin lib INSTALLATION_DIRS+= ${PKGMANDIR}/man1 ${PKGMANDIR}/cat1 ${PKGMANDIR}/html1 diff --git a/devel/erlang-p1_cache_tab/DESCR b/devel/erlang-cache_tab/DESCR similarity index 100% rename from devel/erlang-p1_cache_tab/DESCR rename to devel/erlang-cache_tab/DESCR diff --git a/devel/erlang-cache_tab/Makefile b/devel/erlang-cache_tab/Makefile new file mode 100644 index 0000000000000..e331629bf00a3 --- /dev/null +++ b/devel/erlang-cache_tab/Makefile @@ -0,0 +1,17 @@ +# $NetBSD: Makefile,v 1.1 2016/04/25 14:17:53 fhajny Exp $ + +DISTNAME= cache_tab-1.0.2 +CATEGORIES= devel +MASTER_SITES= ${MASTER_SITE_GITHUB:=processone/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://github.com/processone/cache_tab/ +COMMENT= In-memory cache Erlang libraries +LICENSE= apache-2.0 + +DEPENDS+= erlang-p1_utils>=1.0.3:../../misc/erlang-p1_utils + +GITHUB_PROJECT= cache_tab + +.include "../../lang/erlang/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/devel/erlang-cache_tab/PLIST b/devel/erlang-cache_tab/PLIST new file mode 100644 index 0000000000000..a494f01d4cc84 --- /dev/null +++ b/devel/erlang-cache_tab/PLIST @@ -0,0 +1,5 @@ +@comment $NetBSD: PLIST,v 1.1 2016/04/25 14:17:53 fhajny Exp $ +lib/erlang/lib/cache_tab-${PKGVERSION}/ebin/cache_tab.app +lib/erlang/lib/cache_tab-${PKGVERSION}/ebin/cache_tab.beam +lib/erlang/lib/cache_tab-${PKGVERSION}/ebin/cache_tab_app.beam +lib/erlang/lib/cache_tab-${PKGVERSION}/ebin/cache_tab_sup.beam diff --git a/devel/erlang-cache_tab/distinfo b/devel/erlang-cache_tab/distinfo new file mode 100644 index 0000000000000..222b4ecf7f323 --- /dev/null +++ b/devel/erlang-cache_tab/distinfo @@ -0,0 +1,7 @@ +$NetBSD: distinfo,v 1.1 2016/04/25 14:17:53 fhajny Exp $ + +SHA1 (cache_tab-1.0.2.tar.gz) = 325bf7cf0ffd94d3b739a1ca803c6e0978eb0c27 +RMD160 (cache_tab-1.0.2.tar.gz) = c4d2cc274e85a0702bdc8c69b789a13315f90728 +SHA512 (cache_tab-1.0.2.tar.gz) = 9a4e225b4a1776771d964ef2b96b8eb976b930bb2e9c5ac93e1e8b238f6e259d086a550d41b4931fbde293306892cdde2a38a4af3afa581a74e9e76b5feef111 +Size (cache_tab-1.0.2.tar.gz) = 12414 bytes +SHA1 (patch-rebar.config) = f81831d96cebb017de0f0770c8b8cc7b17c69b11 diff --git a/devel/erlang-cache_tab/patches/patch-rebar.config b/devel/erlang-cache_tab/patches/patch-rebar.config new file mode 100644 index 0000000000000..0f147d6d93f14 --- /dev/null +++ b/devel/erlang-cache_tab/patches/patch-rebar.config @@ -0,0 +1,15 @@ +$NetBSD: patch-rebar.config,v 1.1 2016/04/25 14:17:53 fhajny Exp $ + +Deps are handled by pkgsrc. + +--- rebar.config.orig 2016-01-23 16:33:49.000000000 +0000 ++++ rebar.config +@@ -22,8 +22,6 @@ + + {erl_opts, [debug_info]}. + +-{deps, [{p1_utils, ".*", {git, "https://github.com/processone/p1_utils", {tag, "1.0.3"}}}]}. +- + {cover_enabled, true}. + {cover_export_enabled, true}. + diff --git a/devel/erlang-ezlib/DESCR b/devel/erlang-ezlib/DESCR new file mode 100644 index 0000000000000..f651ec465d0db --- /dev/null +++ b/devel/erlang-ezlib/DESCR @@ -0,0 +1,2 @@ +Native zlib driver for Erlang / Elixir. This library focuses +on compression / decompression of data streams. diff --git a/devel/erlang-ezlib/Makefile b/devel/erlang-ezlib/Makefile new file mode 100644 index 0000000000000..67255b625f7eb --- /dev/null +++ b/devel/erlang-ezlib/Makefile @@ -0,0 +1,16 @@ +# $NetBSD: Makefile,v 1.1 2016/04/25 14:20:46 fhajny Exp $ + +DISTNAME= ezlib-1.0.1 +CATEGORIES= devel +MASTER_SITES= ${MASTER_SITE_GITHUB:=processone/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://github.com/processone/ezlib/ +COMMENT= Native zlib driver for Erlang / Elixir +LICENSE= apache-2.0 + +GITHUB_PROJECT= ezlib + +.include "../../devel/zlib/buildlink3.mk" +.include "../../lang/erlang/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/devel/erlang-ezlib/PLIST b/devel/erlang-ezlib/PLIST new file mode 100644 index 0000000000000..84f4bbbbc1cae --- /dev/null +++ b/devel/erlang-ezlib/PLIST @@ -0,0 +1,6 @@ +@comment $NetBSD: PLIST,v 1.1 2016/04/25 14:20:46 fhajny Exp $ +lib/erlang/lib/ezlib-${PKGVERSION}/ebin/ezlib.app +lib/erlang/lib/ezlib-${PKGVERSION}/ebin/ezlib.beam +lib/erlang/lib/ezlib-${PKGVERSION}/ebin/ezlib_app.beam +lib/erlang/lib/ezlib-${PKGVERSION}/ebin/ezlib_sup.beam +lib/erlang/lib/ezlib-${PKGVERSION}/priv/lib/ezlib_drv.so diff --git a/devel/erlang-ezlib/distinfo b/devel/erlang-ezlib/distinfo new file mode 100644 index 0000000000000..bc92540cefedf --- /dev/null +++ b/devel/erlang-ezlib/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2016/04/25 14:20:46 fhajny Exp $ + +SHA1 (ezlib-1.0.1.tar.gz) = ce7b9ffab3d410960a26dfe2298ae649b222f7fe +RMD160 (ezlib-1.0.1.tar.gz) = 7616581573b7261dfc03412342a72e0a4737df30 +SHA512 (ezlib-1.0.1.tar.gz) = 7ec02dd91034eeaad3556071ef78ff6d8e890bc49b2ce5010280db48f9eb65ebfe62628fbbb89110310e359847f0da616f9281683926fb7d0f72972ee77a463b +Size (ezlib-1.0.1.tar.gz) = 45307 bytes diff --git a/devel/erlang-p1_cache_tab/Makefile b/devel/erlang-p1_cache_tab/Makefile deleted file mode 100644 index bbec56c75aac5..0000000000000 --- a/devel/erlang-p1_cache_tab/Makefile +++ /dev/null @@ -1,18 +0,0 @@ -# $NetBSD: Makefile,v 1.4 2016/01/16 19:01:20 fhajny Exp $ - -DISTNAME= cache_tab-1.0.1 -PKGREVISION= 1 -CATEGORIES= devel -MASTER_SITES= ${MASTER_SITE_GITHUB:=processone/} - -MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://github.com/processone/cache_tab/ -COMMENT= In-memory cache Erlang libraries -LICENSE= apache-2.0 - -DEPENDS+= erlang-p1_utils-[0-9]*:../../misc/erlang-p1_utils - -GITHUB_PROJECT= cache_tab - -.include "../../lang/erlang/module.mk" -.include "../../mk/bsd.pkg.mk" diff --git a/devel/erlang-p1_cache_tab/PLIST b/devel/erlang-p1_cache_tab/PLIST deleted file mode 100644 index a34bf3b3cb2cf..0000000000000 --- a/devel/erlang-p1_cache_tab/PLIST +++ /dev/null @@ -1,5 +0,0 @@ -@comment $NetBSD: PLIST,v 1.3 2016/01/16 19:01:20 fhajny Exp $ -lib/erlang/lib/cache_tab-${PKGVERSION}/ebin/cache_tab.app -lib/erlang/lib/cache_tab-${PKGVERSION}/ebin/cache_tab.beam -lib/erlang/lib/cache_tab-${PKGVERSION}/ebin/cache_tab_app.beam -lib/erlang/lib/cache_tab-${PKGVERSION}/ebin/cache_tab_sup.beam diff --git a/devel/erlang-p1_cache_tab/distinfo b/devel/erlang-p1_cache_tab/distinfo deleted file mode 100644 index f6f69df971190..0000000000000 --- a/devel/erlang-p1_cache_tab/distinfo +++ /dev/null @@ -1,7 +0,0 @@ -$NetBSD: distinfo,v 1.2 2016/01/13 15:16:02 fhajny Exp $ - -SHA1 (cache_tab-1.0.1.tar.gz) = a3fef56bb32ae4192dc469cd8a4f6b3b27994cd0 -RMD160 (cache_tab-1.0.1.tar.gz) = d78b6c1cb73c5c33ab89f8c4693a97c90cd8754b -SHA512 (cache_tab-1.0.1.tar.gz) = f57fdcd9ab60865b351d343bcf763ec5c8f653f56b16089424782433508ba5495dff46b16caefad9594df3ba377fd95e9fc4408e59a57bdeb98064e669b584ac -Size (cache_tab-1.0.1.tar.gz) = 12091 bytes -SHA1 (patch-rebar.config) = aa9fc52dbacec2eb8f99d060927011f26907ecaa diff --git a/devel/erlang-p1_cache_tab/patches/patch-rebar.config b/devel/erlang-p1_cache_tab/patches/patch-rebar.config deleted file mode 100644 index 01fe450800bab..0000000000000 --- a/devel/erlang-p1_cache_tab/patches/patch-rebar.config +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-rebar.config,v 1.2 2016/01/13 15:16:02 fhajny Exp $ - -Deps are handled by pkgsrc. - ---- rebar.config.orig 2015-12-01 18:06:39.000000000 +0000 -+++ rebar.config -@@ -22,8 +22,6 @@ - - {erl_opts, [debug_info]}. - --{deps, [{p1_utils, ".*", {git, "https://github.com/processone/p1_utils", {tag, "1.0.1"}}}]}. -- - %% Local Variables: - %% mode: erlang - %% End: diff --git a/devel/erlang-p1_zlib/DESCR b/devel/erlang-p1_zlib/DESCR deleted file mode 100644 index 160a720f573ef..0000000000000 --- a/devel/erlang-p1_zlib/DESCR +++ /dev/null @@ -1 +0,0 @@ -Native zlib driver for Erlang. diff --git a/devel/erlang-p1_zlib/Makefile b/devel/erlang-p1_zlib/Makefile deleted file mode 100644 index 638b5dbc19d18..0000000000000 --- a/devel/erlang-p1_zlib/Makefile +++ /dev/null @@ -1,18 +0,0 @@ -# $NetBSD: Makefile,v 1.3 2016/01/16 19:02:07 fhajny Exp $ - -DISTNAME= p1_zlib-1.0.0 -PKGREVISION= 1 -CATEGORIES= devel -MASTER_SITES= ${MASTER_SITE_GITHUB:=processone/} - -MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://github.com/processone/zlib/ -COMMENT= Native zlib driver for Erlang -LICENSE= gnu-gpl-v2 - -GITHUB_PROJECT= zlib -WRKSRC= ${WRKDIR}/${GITHUB_PROJECT}-${GITHUB_TAG} - -.include "../../devel/zlib/buildlink3.mk" -.include "../../lang/erlang/module.mk" -.include "../../mk/bsd.pkg.mk" diff --git a/devel/erlang-p1_zlib/PLIST b/devel/erlang-p1_zlib/PLIST deleted file mode 100644 index 2284963892bbc..0000000000000 --- a/devel/erlang-p1_zlib/PLIST +++ /dev/null @@ -1,6 +0,0 @@ -@comment $NetBSD: PLIST,v 1.2 2016/01/16 19:02:07 fhajny Exp $ -lib/erlang/lib/p1_zlib-${PKGVERSION}/ebin/ezlib.beam -lib/erlang/lib/p1_zlib-${PKGVERSION}/ebin/ezlib_app.beam -lib/erlang/lib/p1_zlib-${PKGVERSION}/ebin/ezlib_sup.beam -lib/erlang/lib/p1_zlib-${PKGVERSION}/ebin/p1_zlib.app -lib/erlang/lib/p1_zlib-${PKGVERSION}/priv/lib/ezlib_drv.so diff --git a/devel/erlang-p1_zlib/distinfo b/devel/erlang-p1_zlib/distinfo deleted file mode 100644 index bc6ce479d6581..0000000000000 --- a/devel/erlang-p1_zlib/distinfo +++ /dev/null @@ -1,6 +0,0 @@ -$NetBSD: distinfo,v 1.2 2016/01/13 15:18:07 fhajny Exp $ - -SHA1 (p1_zlib-1.0.0.tar.gz) = cdf1aa990c89d3de2ea77839bc4bb183cdecc50a -RMD160 (p1_zlib-1.0.0.tar.gz) = 7084ec36577729441416832c5280e495a0d22f38 -SHA512 (p1_zlib-1.0.0.tar.gz) = 3dc46013fd327f52dd6625277e65420b9ede060b96cc866691ef5ae62e500929ef476d4872d0dc1b34c3f6d2aadd4df34cc9b2be0ed34873c171318f6f9d7161 -Size (p1_zlib-1.0.0.tar.gz) = 44784 bytes diff --git a/devel/extra-cmake-modules/Makefile b/devel/extra-cmake-modules/Makefile index bc8bdbde769f8..7ad1f41cab7ee 100644 --- a/devel/extra-cmake-modules/Makefile +++ b/devel/extra-cmake-modules/Makefile @@ -1,12 +1,12 @@ -# $NetBSD: Makefile,v 1.3 2016/02/14 04:13:32 markd Exp $ +# $NetBSD: Makefile,v 1.4 2016/04/26 09:20:41 markd Exp $ -DISTNAME= extra-cmake-modules-5.19.0 +DISTNAME= extra-cmake-modules-5.21.0 CATEGORIES= devel kde -MASTER_SITES= ${MASTER_SITE_KDE:=frameworks/5.19/} +MASTER_SITES= ${MASTER_SITE_KDE:=frameworks/5.21/} EXTRACT_SUFX= .tar.xz MAINTAINER= markd@NetBSD.org -HOMEPAGE= http://projects.kde.org/projects/kdesupport/extra-cmake-modules +HOMEPAGE= https://community.kde.org/Frameworks COMMENT= Extra modules and scripts for CMake LICENSE= modified-bsd diff --git a/devel/extra-cmake-modules/distinfo b/devel/extra-cmake-modules/distinfo index 2530e98d6fab1..dbaf9e4878ccf 100644 --- a/devel/extra-cmake-modules/distinfo +++ b/devel/extra-cmake-modules/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2016/02/14 04:13:32 markd Exp $ +$NetBSD: distinfo,v 1.3 2016/04/26 09:20:41 markd Exp $ -SHA1 (extra-cmake-modules-5.19.0.tar.xz) = 5e5cafe2725f51d4befc37d79f9d05303a3c94b4 -RMD160 (extra-cmake-modules-5.19.0.tar.xz) = 697948609dd825ca449eee53ad1e5e6ada4d61fb -SHA512 (extra-cmake-modules-5.19.0.tar.xz) = 35797569ee44ac288430710afabda6aff3288c2270b0ef7bfd0ace166f8392799294020be3b0dbf8fae25218ef7296979a26f07c9a99ece6986946f243d4a7f5 -Size (extra-cmake-modules-5.19.0.tar.xz) = 285124 bytes +SHA1 (extra-cmake-modules-5.21.0.tar.xz) = a8f2752452c00f5ff4e71efe83cab74a2e72637a +RMD160 (extra-cmake-modules-5.21.0.tar.xz) = a5edc9a90db743bb9f4fe5d8351bd06b5d2d5717 +SHA512 (extra-cmake-modules-5.21.0.tar.xz) = d0309f16d567acd3a8838509b06e84e909b7f6895922e5670c5bc5752ba15fb89800592badd6bc6ff60678444bc2bcb2ce1d70fa89943e0595228d4dc215f753 +Size (extra-cmake-modules-5.21.0.tar.xz) = 285024 bytes diff --git a/devel/frama-c/Makefile b/devel/frama-c/Makefile index 202d4988a8516..ffa2937d4f932 100644 --- a/devel/frama-c/Makefile +++ b/devel/frama-c/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.57 2016/03/05 11:28:21 jperkin Exp $ +# $NetBSD: Makefile,v 1.60 2016/05/05 11:45:37 jaapb Exp $ # DISTNAME= frama-c-Oxygen-20120901 PKGNAME= ${DISTNAME:S/-Oxygen//} -PKGREVISION= 28 +PKGREVISION= 31 CATEGORIES= devel MASTER_SITES= http://frama-c.com/download/ diff --git a/devel/gdb/Makefile b/devel/gdb/Makefile index a3539a0b2ad42..2ba2f8fbde4e8 100644 --- a/devel/gdb/Makefile +++ b/devel/gdb/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.52 2016/03/05 09:08:46 ryoon Exp $ +# $NetBSD: Makefile,v 1.54 2016/04/14 08:40:44 fhajny Exp $ DISTNAME= gdb-7.11 +PKGREVISION= 2 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU:=gdb/} diff --git a/devel/gdb/PLIST.NetBSD b/devel/gdb/PLIST.NetBSD deleted file mode 100644 index 71d5bfc514759..0000000000000 --- a/devel/gdb/PLIST.NetBSD +++ /dev/null @@ -1,8 +0,0 @@ -@comment $NetBSD: PLIST.NetBSD,v 1.1 2015/03/15 14:56:46 bsiegert Exp $ -include/ansidecl.h -include/bfd.h -include/bfdlink.h -include/dis-asm.h -include/symcat.h -lib/libbfd.la -lib/libopcodes.la diff --git a/devel/gdb/PLIST.OpenBSD b/devel/gdb/PLIST.OpenBSD deleted file mode 100644 index 6339c1dbe49e1..0000000000000 --- a/devel/gdb/PLIST.OpenBSD +++ /dev/null @@ -1,10 +0,0 @@ -@comment $NetBSD: PLIST.OpenBSD,v 1.1 2015/12/22 13:19:55 sevan Exp $ -include/ansidecl.h -include/bfd.h -include/bfdlink.h -include/dis-asm.h -include/symcat.h -lib/libbfd.a -lib/libbfd.la -lib/libopcodes.a -lib/libopcodes.la diff --git a/devel/gdb/PLIST.SunOS b/devel/gdb/PLIST.SunOS index ac997a7531dfd..5b9f19a627925 100644 --- a/devel/gdb/PLIST.SunOS +++ b/devel/gdb/PLIST.SunOS @@ -1,10 +1,3 @@ -@comment $NetBSD: PLIST.SunOS,v 1.1 2016/02/02 07:24:47 fhajny Exp $ +@comment $NetBSD: PLIST.SunOS,v 1.2 2016/04/06 09:34:20 fhajny Exp $ bin/gcore -include/ansidecl.h -include/bfd.h -include/bfdlink.h -include/dis-asm.h -include/symcat.h -lib/libbfd.la -lib/libopcodes.la man/man1/gcore.1 diff --git a/devel/gdb/PLIST.common b/devel/gdb/PLIST.common index 5c11d4f7cc8b9..46327382c1316 100644 --- a/devel/gdb/PLIST.common +++ b/devel/gdb/PLIST.common @@ -1,9 +1,7 @@ -@comment $NetBSD: PLIST.common,v 1.9 2016/01/19 12:18:24 ryoon Exp $ +@comment $NetBSD: PLIST.common,v 1.11 2016/04/14 08:40:44 fhajny Exp $ bin/gdb include/gdb/jit-reader.h -include/plugin-api.h info/annotate.info -info/bfd.info info/gdb.info info/stabs.info man/man1/gdb.1 @@ -47,33 +45,3 @@ share/gdb/syscalls/sparc-linux.xml share/gdb/syscalls/sparc64-linux.xml share/gdb/system-gdbinit/elinos.py share/gdb/system-gdbinit/wrs-linux.py -share/locale/da/LC_MESSAGES/bfd.mo -share/locale/da/LC_MESSAGES/opcodes.mo -share/locale/de/LC_MESSAGES/opcodes.mo -share/locale/es/LC_MESSAGES/bfd.mo -share/locale/es/LC_MESSAGES/opcodes.mo -share/locale/fi/LC_MESSAGES/bfd.mo -share/locale/fi/LC_MESSAGES/opcodes.mo -share/locale/fr/LC_MESSAGES/bfd.mo -share/locale/fr/LC_MESSAGES/opcodes.mo -share/locale/ga/LC_MESSAGES/opcodes.mo -share/locale/id/LC_MESSAGES/bfd.mo -share/locale/id/LC_MESSAGES/opcodes.mo -share/locale/it/LC_MESSAGES/opcodes.mo -share/locale/ja/LC_MESSAGES/bfd.mo -share/locale/nl/LC_MESSAGES/opcodes.mo -share/locale/pt_BR/LC_MESSAGES/opcodes.mo -share/locale/ro/LC_MESSAGES/bfd.mo -share/locale/ro/LC_MESSAGES/opcodes.mo -share/locale/ru/LC_MESSAGES/bfd.mo -share/locale/rw/LC_MESSAGES/bfd.mo -share/locale/sv/LC_MESSAGES/bfd.mo -share/locale/sv/LC_MESSAGES/opcodes.mo -share/locale/tr/LC_MESSAGES/bfd.mo -share/locale/tr/LC_MESSAGES/opcodes.mo -share/locale/uk/LC_MESSAGES/bfd.mo -share/locale/uk/LC_MESSAGES/opcodes.mo -share/locale/vi/LC_MESSAGES/bfd.mo -share/locale/vi/LC_MESSAGES/opcodes.mo -share/locale/zh_CN/LC_MESSAGES/bfd.mo -share/locale/zh_CN/LC_MESSAGES/opcodes.mo diff --git a/devel/gdb/distinfo b/devel/gdb/distinfo index 153a50e1fdec6..8bbd42b0dc239 100644 --- a/devel/gdb/distinfo +++ b/devel/gdb/distinfo @@ -1,9 +1,10 @@ -$NetBSD: distinfo,v 1.25 2016/03/05 09:08:46 ryoon Exp $ +$NetBSD: distinfo,v 1.27 2016/04/14 08:40:44 fhajny Exp $ SHA1 (gdb-7.11.tar.gz) = 99f5795cf670e00a623266cb4ce59cc76ec6e5a2 RMD160 (gdb-7.11.tar.gz) = 9181c3a79dc676d36e58162567051cf9f68d354d SHA512 (gdb-7.11.tar.gz) = 6854774bba73ecf02c4d8bb4e194b8fd8fd3c6c661cbead0b3b816b9d9f736df1b85f331a669808700b0ad0f945b58483fffb77d49f5b690e828a00f65c04893 Size (gdb-7.11.tar.gz) = 35215975 bytes +SHA1 (patch-Makefile.in) = 48f65798f96fdda2a35eb8b18a7cc2993023bcc7 SHA1 (patch-ao) = fe55dc7245f438fccb7965ceb220be951f85a535 SHA1 (patch-gdb_bsd-kvm.c) = 837614b107181f79fd5c018ebd76a9010e5ab602 SHA1 (patch-gdb_ppcnbsd-nat.c) = 94c9f552fd00e3641e7a0fa8372de538b4571d0b diff --git a/devel/gdb/patches/patch-Makefile.in b/devel/gdb/patches/patch-Makefile.in new file mode 100644 index 0000000000000..88cfa27f1f64f --- /dev/null +++ b/devel/gdb/patches/patch-Makefile.in @@ -0,0 +1,32 @@ +$NetBSD: patch-Makefile.in,v 1.2 2016/04/14 08:40:44 fhajny Exp $ + +Do not install bfd and opcodes. Conflicts with devel/binutils. + +--- Makefile.in.orig 2016-02-24 09:57:08.000000000 +0000 ++++ Makefile.in +@@ -1596,7 +1596,6 @@ do-install-info: + + .PHONY: install-info-host + +-install-info-host: maybe-install-info-bfd + install-info-host: maybe-install-info-opcodes + install-info-host: maybe-install-info-binutils + install-info-host: maybe-install-info-bison +@@ -2482,8 +2481,6 @@ install: + + .PHONY: install-host-nogcc + install-host-nogcc: \ +- maybe-install-bfd \ +- maybe-install-opcodes \ + maybe-install-binutils \ + maybe-install-bison \ + maybe-install-cgen \ +@@ -2530,8 +2527,6 @@ install-host-nogcc: \ + + .PHONY: install-host + install-host: \ +- maybe-install-bfd \ +- maybe-install-opcodes \ + maybe-install-binutils \ + maybe-install-bison \ + maybe-install-cgen \ diff --git a/devel/gdb/patches/patch-bfd_Makefile.in b/devel/gdb/patches/patch-bfd_Makefile.in deleted file mode 100644 index a9b89020a5f8a..0000000000000 --- a/devel/gdb/patches/patch-bfd_Makefile.in +++ /dev/null @@ -1,12 +0,0 @@ -$NetBSD: patch-bfd_Makefile.in,v 1.1 2015/05/03 19:44:38 joerg Exp $ - ---- bfd/Makefile.in.orig 2015-05-03 13:26:51.000000000 +0000 -+++ bfd/Makefile.in -@@ -1035,6 +1035,7 @@ OPTIONAL_BACKENDS_CFILES = \ - hpux-core.c \ - irix-core.c \ - lynx-core.c \ -+ netbsd-core.c \ - osf-core.c \ - rs6000-core.c \ - sco5-core.c \ diff --git a/devel/gearmand/Makefile b/devel/gearmand/Makefile index 7962ecc02bd24..243731079d18b 100644 --- a/devel/gearmand/Makefile +++ b/devel/gearmand/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.16 2016/03/05 11:28:21 jperkin Exp $ +# $NetBSD: Makefile,v 1.17 2016/04/11 19:01:47 ryoon Exp $ DISTNAME= gearmand-1.0.6 -PKGREVISION= 14 +PKGREVISION= 15 CATEGORIES= devel MASTER_SITES= https://launchpad.net/gearmand/1.0/1.0.6/+download/ diff --git a/devel/git-base/Makefile b/devel/git-base/Makefile index 3c87beb40bd80..4bbe299a8ca6c 100644 --- a/devel/git-base/Makefile +++ b/devel/git-base/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2016/03/12 11:33:32 adam Exp $ +# $NetBSD: Makefile,v 1.24 2016/04/07 13:26:37 adam Exp $ .include "../../devel/git/Makefile.common" diff --git a/devel/git-base/distinfo b/devel/git-base/distinfo index 3eccff1bd4272..f0367e4a28b51 100644 --- a/devel/git-base/distinfo +++ b/devel/git-base/distinfo @@ -1,10 +1,10 @@ -$NetBSD: distinfo,v 1.45 2016/03/12 11:33:32 adam Exp $ +$NetBSD: distinfo,v 1.48 2016/05/09 09:08:33 adam Exp $ -SHA1 (git-2.7.3.tar.xz) = d7be9af73cc56c606e0744beb0091b612b416909 -RMD160 (git-2.7.3.tar.xz) = 5111811158362bbc6d4e0a97ec8df8e56c1bd674 -SHA512 (git-2.7.3.tar.xz) = f7acbf52d12f39d323bd90a82c7135aa2aacf2661f7087c71b41dbfbec688342e0a2fc061fc0f216848a538a0dbc4fce68e24ea2a26e747f5eb92f763fa5bc72 -Size (git-2.7.3.tar.xz) = 3909636 bytes -SHA1 (patch-aa) = 892e2dc9336a794399046ac2b4c59f3650d458f8 +SHA1 (git-2.8.2.tar.xz) = 28840754d49b58cbaa152eab17acc9498bd224cd +RMD160 (git-2.8.2.tar.xz) = 3394a42b80b3a993f57669891a90b303d545cdc7 +SHA512 (git-2.8.2.tar.xz) = 61c77138c9f29068fc639292f1d4a0119c065aa1267b9e615f90466a15ab5a23e8c1e04fb1032df0a3a5862ec1335d526927a54c02a19efe77267595f7d1cd85 +Size (git-2.8.2.tar.xz) = 3972444 bytes +SHA1 (patch-aa) = 38893bb1cff2668ac66e39fe1aa33de9636180d1 SHA1 (patch-ac) = 376cdd1c58b143c820ff6395987a8a77cf9b52ba SHA1 (patch-ae) = 9bc2e6c7f0a8fbc385b6ffda638d3245a62dc5ca SHA1 (patch-af) = 06460f220b4703a1ff98809006ec1aed5017bb23 diff --git a/devel/git-base/options.mk b/devel/git-base/options.mk index 4483c5f23eb4e..f3efa91410d35 100644 --- a/devel/git-base/options.mk +++ b/devel/git-base/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.3 2014/08/01 19:18:39 schmonz Exp $ +# $NetBSD: options.mk,v 1.4 2016/04/11 04:22:33 dbj Exp $ # PKG_OPTIONS_VAR= PKG_OPTIONS.git PKG_SUPPORTED_OPTIONS= python apple-common-crypto @@ -26,7 +26,7 @@ CONFIGURE_ARGS+= --without-python .if !empty(PKG_OPTIONS:Mapple-common-crypto) . if !empty(MACHINE_PLATFORM:MDarwin-[0-8].*-*) -PKG_FAIL_REASON= "apple-common-crypto not available on this system" +PKG_FAIL_REASON+= "apple-common-crypto not available on this system" . endif CONFIGURE_ARGS+= --without-openssl .else diff --git a/devel/git-base/patches/patch-aa b/devel/git-base/patches/patch-aa index 880cc23e6042e..0b47efbcfd33f 100644 --- a/devel/git-base/patches/patch-aa +++ b/devel/git-base/patches/patch-aa @@ -1,8 +1,8 @@ -$NetBSD: patch-aa,v 1.5 2015/10/17 07:44:56 adam Exp $ +$NetBSD: patch-aa,v 1.6 2016/04/07 13:26:37 adam Exp $ ---- Makefile.orig 2015-10-16 21:58:26.000000000 +0000 +--- Makefile.orig 2016-04-03 19:07:18.000000000 +0000 +++ Makefile -@@ -371,8 +371,6 @@ GIT-VERSION-FILE: FORCE +@@ -379,8 +379,6 @@ GIT-VERSION-FILE: FORCE CFLAGS = -g -O2 -Wall LDFLAGS = @@ -10,8 +10,8 @@ $NetBSD: patch-aa,v 1.5 2015/10/17 07:44:56 adam Exp $ -ALL_LDFLAGS = $(LDFLAGS) STRIP ?= strip - # Create as necessary, replace existing, make ranlib unneeded. -@@ -416,13 +414,9 @@ htmldir_relative = $(patsubst $(prefix)/ + ifdef DEVELOPER +@@ -436,13 +434,9 @@ htmldir_relative = $(patsubst $(prefix)/ export prefix bindir sharedir sysconfdir gitwebdir localedir @@ -25,7 +25,7 @@ $NetBSD: patch-aa,v 1.5 2015/10/17 07:44:56 adam Exp $ RPMBUILD = rpmbuild TCL_PATH = tclsh TCLTK_PATH = wish -@@ -1586,8 +1580,8 @@ ifdef DEFAULT_HELP_FORMAT +@@ -1619,8 +1613,8 @@ ifdef DEFAULT_HELP_FORMAT BASIC_CFLAGS += -DDEFAULT_HELP_FORMAT='"$(DEFAULT_HELP_FORMAT)"' endif @@ -36,7 +36,7 @@ $NetBSD: patch-aa,v 1.5 2015/10/17 07:44:56 adam Exp $ export DIFF TAR INSTALL DESTDIR SHELL_PATH -@@ -2278,11 +2272,10 @@ install: all +@@ -2315,11 +2309,10 @@ install: all ifndef NO_GETTEXT $(INSTALL) -d -m 755 '$(DESTDIR_SQ)$(localedir_SQ)' (cd po/build/locale && $(TAR) cf - .) | \ diff --git a/devel/git/Makefile.version b/devel/git/Makefile.version index cf8587197b941..3d360a2a5ed69 100644 --- a/devel/git/Makefile.version +++ b/devel/git/Makefile.version @@ -1,6 +1,6 @@ -# $NetBSD: Makefile.version,v 1.39 2016/03/12 11:33:32 adam Exp $ +# $NetBSD: Makefile.version,v 1.41 2016/05/09 09:08:33 adam Exp $ # # used by devel/git/Makefile.common # used by devel/git-svn/Makefile -GIT_VERSION= 2.7.3 +GIT_VERSION= 2.8.2 diff --git a/devel/glib/Makefile b/devel/glib/Makefile index 7a76a33600082..c68e06af37b87 100644 --- a/devel/glib/Makefile +++ b/devel/glib/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.91 2016/02/25 12:12:47 jperkin Exp $ +# $NetBSD: Makefile,v 1.92 2016/04/24 10:48:06 wiz Exp $ DISTNAME= glib-1.2.10 PKGREVISION= 11 CATEGORIES= devel -MASTER_SITES= ftp://ftp.gtk.org/pub/gtk/v1.2/ \ - ${MASTER_SITE_GNOME:=sources/glib/1.2/} +MASTER_SITES= ${MASTER_SITE_GNOME:=sources/glib/1.2/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://developer.gnome.org/glib/ diff --git a/devel/glib2/Makefile b/devel/glib2/Makefile index 1bf9f7bd37375..990d7e0add093 100644 --- a/devel/glib2/Makefile +++ b/devel/glib2/Makefile @@ -1,6 +1,5 @@ -# $NetBSD: Makefile,v 1.227 2015/06/12 10:48:49 wiz Exp $ +# $NetBSD: Makefile,v 1.229 2016/04/09 06:11:15 richard Exp $ -PKGREVISION= 1 .include "Makefile.common" CATEGORIES= devel gnome @@ -44,7 +43,7 @@ CPPFLAGS.SunOS+= -DBSD_COMP .if ${OBJECT_FMT} == "ELF" . if ${OPSYS} == "SunOS" -. if ${ABI} == 32 +. if empty(ABI:U:M64) # Solaris libelf in 32-bit mode does not support largefile. We patch files # individually to force _FILE_OFFSET_BITS=32 but need to turn back on -lelf # after configure disabled it. diff --git a/devel/glib2/Makefile.common b/devel/glib2/Makefile.common index 432f2d7486b83..b857c419f10de 100644 --- a/devel/glib2/Makefile.common +++ b/devel/glib2/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.46 2016/02/25 12:12:47 jperkin Exp $ +# $NetBSD: Makefile.common,v 1.49 2016/05/03 08:49:04 jperkin Exp $ # # used by devel/glib2/Makefile # used by devel/gdbus-codegen/Makefile @@ -6,7 +6,7 @@ # When updating this package, please apply patch-ak to configure.in and # then run a matching version of autoconf to regen patch-aa. -DISTNAME= glib-2.44.1 +DISTNAME= glib-2.48.0 PKGNAME= ${DISTNAME:S/glib/glib2/} CATEGORIES= # empty; redefined in Makefile MASTER_SITES= ${MASTER_SITE_GNOME:=sources/glib/${PKGVERSION_NOREV:R}/} @@ -64,6 +64,20 @@ SUBST_MESSAGE.thr= Fixing libgthread. .endif +# glib-2.48.0 dropped support for OSX < 10.9.0 just to add notification +# support, so we just disable that feature for older releases. +.if !empty(MACHINE_PLATFORM:MDarwin-[0-9].*) || \ + !empty(MACHINE_PLATFORM:MDarwin-1[012].*) +SUBST_CLASSES+= gcocoa +SUBST_STAGE.gcocoa= pre-configure +SUBST_FILES.gcocoa= configure +SUBST_FILES.gcocoa+= gio/Makefile.in gio/giomodule.c +SUBST_SED.gcocoa= -e 's,10.9.0,10.0.0,g' +SUBST_SED.gcocoa+= -e 's,gcocoanotificationbackend.c,,g' +SUBST_SED.gcocoa+= -e '/gcocoanotificationbackend/d' +SUBST_SED.gcocoa+= -e '/g_type_ensure.*g_cocoa_notification/d' +.endif + .if !empty(MACHINE_PLATFORM:MDarwin-[56].*-*) CONFIGURE_ENV+= gt_cv_c_wchar_t=no .endif diff --git a/devel/glib2/PLIST b/devel/glib2/PLIST index 5587b02ff5139..bfc25c275036a 100644 --- a/devel/glib2/PLIST +++ b/devel/glib2/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.84 2015/06/10 23:00:05 prlw1 Exp $ +@comment $NetBSD: PLIST,v 1.86 2016/04/08 19:43:00 adam Exp $ bin/gapplication bin/gdbus bin/gio-querymodules @@ -41,6 +41,7 @@ include/glib/glib-2.0/gio/gconverter.h include/glib/glib-2.0/gio/gconverterinputstream.h include/glib/glib-2.0/gio/gconverteroutputstream.h include/glib/glib-2.0/gio/gcredentials.h +include/glib/glib-2.0/gio/gdatagrambased.h include/glib/glib-2.0/gio/gdatainputstream.h include/glib/glib-2.0/gio/gdataoutputstream.h include/glib/glib-2.0/gio/gdbusactiongroup.h @@ -66,6 +67,9 @@ include/glib/glib-2.0/gio/gdbusproxy.h include/glib/glib-2.0/gio/gdbusserver.h include/glib/glib-2.0/gio/gdbusutils.h include/glib/glib-2.0/gio/gdrive.h +include/glib/glib-2.0/gio/gdtlsclientconnection.h +include/glib/glib-2.0/gio/gdtlsconnection.h +include/glib/glib-2.0/gio/gdtlsserverconnection.h include/glib/glib-2.0/gio/gemblem.h include/glib/glib-2.0/gio/gemblemedicon.h include/glib/glib-2.0/gio/gfile.h @@ -286,16 +290,14 @@ lib/pkgconfig/gthread-2.0.pc share/aclocal/glib-2.0.m4 share/aclocal/glib-gettext.m4 share/aclocal/gsettings.m4 -share/gdb/auto-load/libglib-2.0.so.0.4400.1-gdb.py -share/gdb/auto-load/libgobject-2.0.so.0.4400.1-gdb.py +share/gdb/auto-load${LOCALBASE}/lib/libglib-2.0.so.0.4800.0-gdb.py +share/gdb/auto-load${LOCALBASE}/lib/libgobject-2.0.so.0.4800.0-gdb.py +share/gettext/its/gschema.its +share/gettext/its/gschema.loc share/glib-2.0/gdb/glib.py share/glib-2.0/gdb/gobject.py share/glib-2.0/gettext/po/Makefile.in.in share/glib-2.0/schemas/gschema.dtd -share/gtk-doc/html/gio/ExampleAnimal.html -share/gtk-doc/html/gio/ExampleCat.html -share/gtk-doc/html/gio/ExampleObject.html -share/gtk-doc/html/gio/ExampleObjectManagerClient.html share/gtk-doc/html/gio/GAction.html share/gtk-doc/html/gio/GActionGroup.html share/gtk-doc/html/gio/GActionMap.html @@ -330,7 +332,11 @@ share/gtk-doc/html/gio/GDBusProxy.html share/gtk-doc/html/gio/GDBusServer.html share/gtk-doc/html/gio/GDataInputStream.html share/gtk-doc/html/gio/GDataOutputStream.html +share/gtk-doc/html/gio/GDatagramBased.html share/gtk-doc/html/gio/GDrive.html +share/gtk-doc/html/gio/GDtlsClientConnection.html +share/gtk-doc/html/gio/GDtlsConnection.html +share/gtk-doc/html/gio/GDtlsServerConnection.html share/gtk-doc/html/gio/GEmblem.html share/gtk-doc/html/gio/GEmblemedIcon.html share/gtk-doc/html/gio/GFile.html @@ -439,6 +445,8 @@ share/gtk-doc/html/gio/api-index-2-38.html share/gtk-doc/html/gio/api-index-2-40.html share/gtk-doc/html/gio/api-index-2-42.html share/gtk-doc/html/gio/api-index-2-44.html +share/gtk-doc/html/gio/api-index-2-46.html +share/gtk-doc/html/gio/api-index-2-48.html share/gtk-doc/html/gio/api-index-deprecated.html share/gtk-doc/html/gio/api-index-full.html share/gtk-doc/html/gio/application.html @@ -446,22 +454,21 @@ share/gtk-doc/html/gio/async.html share/gtk-doc/html/gio/ch01.html share/gtk-doc/html/gio/ch02.html share/gtk-doc/html/gio/ch03.html -share/gtk-doc/html/gio/ch31.html share/gtk-doc/html/gio/ch32.html -share/gtk-doc/html/gio/ch32s02.html -share/gtk-doc/html/gio/ch32s03.html share/gtk-doc/html/gio/ch33.html share/gtk-doc/html/gio/ch33s02.html share/gtk-doc/html/gio/ch33s03.html -share/gtk-doc/html/gio/ch33s04.html -share/gtk-doc/html/gio/ch33s05.html -share/gtk-doc/html/gio/ch33s06.html -share/gtk-doc/html/gio/ch33s07.html share/gtk-doc/html/gio/ch34.html share/gtk-doc/html/gio/ch34s02.html share/gtk-doc/html/gio/ch34s03.html share/gtk-doc/html/gio/ch34s04.html share/gtk-doc/html/gio/ch34s05.html +share/gtk-doc/html/gio/ch34s06.html +share/gtk-doc/html/gio/ch34s07.html +share/gtk-doc/html/gio/ch35.html +share/gtk-doc/html/gio/ch35s02.html +share/gtk-doc/html/gio/ch35s03.html +share/gtk-doc/html/gio/ch35s04.html share/gtk-doc/html/gio/conversion.html share/gtk-doc/html/gio/data-models.html share/gtk-doc/html/gio/extending-gio.html @@ -472,9 +479,8 @@ share/gtk-doc/html/gio/file_ops.html share/gtk-doc/html/gio/gapplication-tool.html share/gtk-doc/html/gio/gdbus-codegen.html share/gtk-doc/html/gio/gdbus-convenience.html +share/gtk-doc/html/gio/gdbus-example-gdbus-codegen.html share/gtk-doc/html/gio/gdbus-lowlevel.html -share/gtk-doc/html/gio/gdbus-org.gtk.GDBus.Example.ObjectManager.Animal.html -share/gtk-doc/html/gio/gdbus-org.gtk.GDBus.Example.ObjectManager.Cat.html share/gtk-doc/html/gio/gdbus.html share/gtk-doc/html/gio/gio-D-Bus-Addresses.html share/gtk-doc/html/gio/gio-D-Bus-Introspection-Data.html @@ -493,6 +499,7 @@ share/gtk-doc/html/gio/gio-GMenuModel-exporter.html share/gtk-doc/html/gio/gio-GSettingsSchema-GSettingsSchemaSource.html share/gtk-doc/html/gio/gio-GWin32InputStream.html share/gtk-doc/html/gio/gio-GWin32OutputStream.html +share/gtk-doc/html/gio/gio-GWin32RegistryKey.html share/gtk-doc/html/gio/gio-Owning-Bus-Names.html share/gtk-doc/html/gio/gio-TLS-Overview.html share/gtk-doc/html/gio/gio-Unix-Mounts.html @@ -521,6 +528,7 @@ share/gtk-doc/html/gio/networking.html share/gtk-doc/html/gio/permissions.html share/gtk-doc/html/gio/pt01.html share/gtk-doc/html/gio/pt02.html +share/gtk-doc/html/gio/registry.html share/gtk-doc/html/gio/resolver.html share/gtk-doc/html/gio/resources.html share/gtk-doc/html/gio/right-insensitive.png @@ -563,6 +571,8 @@ share/gtk-doc/html/glib/api-index-2-4.html share/gtk-doc/html/glib/api-index-2-40.html share/gtk-doc/html/glib/api-index-2-42.html share/gtk-doc/html/glib/api-index-2-44.html +share/gtk-doc/html/glib/api-index-2-46.html +share/gtk-doc/html/glib/api-index-2-48.html share/gtk-doc/html/glib/api-index-2-6.html share/gtk-doc/html/glib/api-index-2-8.html share/gtk-doc/html/glib/api-index-deprecated.html @@ -577,6 +587,7 @@ share/gtk-doc/html/glib/glib-Balanced-Binary-Trees.html share/gtk-doc/html/glib/glib-Base64-Encoding.html share/gtk-doc/html/glib/glib-Basic-Types.html share/gtk-doc/html/glib/glib-Bookmark-file-parser.html +share/gtk-doc/html/glib/glib-Bounds-checked-integer-arithmetic.html share/gtk-doc/html/glib/glib-Byte-Arrays.html share/gtk-doc/html/glib/glib-Byte-Order-Macros.html share/gtk-doc/html/glib/glib-Caches.html @@ -692,6 +703,7 @@ share/gtk-doc/html/gobject/api-index-2-4.html share/gtk-doc/html/gobject/api-index-2-40.html share/gtk-doc/html/gobject/api-index-2-42.html share/gtk-doc/html/gobject/api-index-2-44.html +share/gtk-doc/html/gobject/api-index-2-46.html share/gtk-doc/html/gobject/api-index-2-6.html share/gtk-doc/html/gobject/api-index-2-8.html share/gtk-doc/html/gobject/api-index-deprecated.html @@ -789,6 +801,7 @@ share/locale/fa/LC_MESSAGES/glib20.mo share/locale/fi/LC_MESSAGES/glib20.mo share/locale/fr/LC_MESSAGES/glib20.mo share/locale/ga/LC_MESSAGES/glib20.mo +share/locale/gd/LC_MESSAGES/glib20.mo share/locale/gl/LC_MESSAGES/glib20.mo share/locale/gu/LC_MESSAGES/glib20.mo share/locale/he/LC_MESSAGES/glib20.mo diff --git a/devel/glib2/distinfo b/devel/glib2/distinfo index 7adde13ceea5c..ac27befe2a582 100644 --- a/devel/glib2/distinfo +++ b/devel/glib2/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.214 2016/03/02 17:19:33 jperkin Exp $ +$NetBSD: distinfo,v 1.216 2016/04/13 10:13:43 jperkin Exp $ -SHA1 (glib-2.44.1.tar.xz) = 88176375f97ecd9ff45e7b5fd5ab80d4b7db6b34 -RMD160 (glib-2.44.1.tar.xz) = 40db36e25c4baf5bdcdde34379d4968e9b35557c -SHA512 (glib-2.44.1.tar.xz) = c24d307408e061b2657f7e7d1b8245c55605ebda26ee2dcc3497ee9d90bfc137d8e5f42f0cd5acf4b49ea28c424fa901e81f75ecf81833f6d0fe51d5e36e5888 -Size (glib-2.44.1.tar.xz) = 7132940 bytes +SHA1 (glib-2.48.0.tar.xz) = afe88c1d64a0f9bdc140e87a84ef9423ce476ca5 +RMD160 (glib-2.48.0.tar.xz) = 647bb92c1c6e94042533dda8a3cebc0b3d2693c8 +SHA512 (glib-2.48.0.tar.xz) = 684544bc594d9f6c905495d895daed40b074bcf5fa835aefb9a1034afc9564b2bd464e68d4c378c210e96918ef5d5202350da53a7104794420e990049ddbebf5 +Size (glib-2.48.0.tar.xz) = 7487800 bytes SHA1 (patch-aa) = d197ded7ca05c2e37396e6c6b185797bd9bb2821 SHA1 (patch-ab) = 04bde955a2a588011a8c77ada4923d5464a0d544 SHA1 (patch-ac) = 96e153339675457356f71e35d20375bed669d337 @@ -14,17 +14,16 @@ SHA1 (patch-aha) = 3249929122a567eec3c421a1efa0ac510f1474b7 SHA1 (patch-ak) = edf116968bd3c787fea77787add7e0164b6f1ffb SHA1 (patch-al) = 4eb4e241488dabe254973f5ada92898af57cd0f5 SHA1 (patch-am) = 99f54927d76580dfeda2a6b1909e1bea5dbdc293 -SHA1 (patch-an) = 8dfc12cf0c8f3b8c7948fe3b2543a56e0cacec98 +SHA1 (patch-an) = ce167f6441480b1c0299350a23e087c6de942018 SHA1 (patch-cb) = 56e2a9b2de04c8e528faf7ce778503fa55dcc3ac SHA1 (patch-cc) = f3d37cbb483863aab602f9c1209650e3e4795871 -SHA1 (patch-cd) = 0d574419257a604ca19e18a43aa42ec6e9a36c78 +SHA1 (patch-cd) = a8a90eca84a687400a92b0e26fafe4b9b6014ec3 SHA1 (patch-ck) = 324116cc6fb8dbce8ce8d20f5b237fc469a55cd2 SHA1 (patch-cl) = 871e1ca59f697eddd6692702fc7d63a2df826afc SHA1 (patch-cm) = 534af37ae8f2bd667f630142058d4de5ea91be93 SHA1 (patch-gio_gdbusauthmechanismsha1.c) = dfbd4a85ea842f11e4bb76d39c5509fb8b0d5baa SHA1 (patch-gio_gresource-tool.c) = 4eb7c9df25e9ac3e977edf3be8fb977a6fb39182 -SHA1 (patch-gio_gtestdbus.c) = 562d8b2f3c235d27a2ba252ff1a778b8b3e4c413 -SHA1 (patch-gio_gunixmounts.c) = 40edf6a79d37bf8eca38d0f84521a7538443c00c +SHA1 (patch-gio_inotify_inotify-kernel.c) = 18fc55be06dfa4ebf7128b8d1888aaff3b2b95c0 SHA1 (patch-glib_gmain.c) = d09ff66e475ee52d37ac0dcb463110f690ce6511 SHA1 (patch-glib_gthread-posix.c) = ca93c8dc358453eb79b518c884464c90d7628888 SHA1 (patch-glib_gtimezone.c) = d9686da52f171a073d80cfd9f80aa490088a00a3 diff --git a/devel/glib2/patches/patch-an b/devel/glib2/patches/patch-an index 2eb038e9ed561..7e37e551e6ded 100644 --- a/devel/glib2/patches/patch-an +++ b/devel/glib2/patches/patch-an @@ -1,28 +1,38 @@ -$NetBSD: patch-an,v 1.12 2014/09/05 20:49:55 prlw1 Exp $ +$NetBSD: patch-an,v 1.13 2016/04/07 18:33:05 prlw1 Exp $ - Leave gdbus-2.0/codegen sudirectory to devel/gdbus-codegen package. - Don't compile tests as they include gdbus-codegen tests. - Don't install completion data. ---- gio/Makefile.in.orig 2014-03-24 18:54:27.000000000 +0000 +--- gio/Makefile.in.orig 2016-02-16 11:35:28.000000000 +0000 +++ gio/Makefile.in -@@ -1198,8 +1198,8 @@ all_test_ltlibs = $(test_ltlibraries) $( +@@ -879,8 +879,7 @@ am__set_b = \ + *) \ + b='$*';; \ + esac +-DIST_SUBDIRS = gdbus-2.0/codegen xdgmime inotify kqueue win32 . tests \ +- fam ++DIST_SUBDIRS = gdbus-2.0/codegen xdgmime inotify kqueue win32 . fam + am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/gio.rc.in \ + $(srcdir)/gnetworking.h.in \ + $(top_srcdir)/build/Makefile.msvcproj $(top_srcdir)/depcomp \ +@@ -1257,8 +1256,8 @@ all_test_ltlibs = $(test_ltlibraries) $( @ENABLE_INSTALLED_TESTS_TRUE@ $(dist_test_scripts) $(dist_installed_test_scripts) @ENABLE_INSTALLED_TESTS_TRUE@installed_test_meta_DATA = $(installed_testcases:=.test) -SUBDIRS = gdbus-2.0/codegen $(am__append_15) $(am__append_19) \ -- $(am__append_22) $(am__append_26) $(am__append_29) . tests \ +- $(am__append_22) $(am__append_25) . tests $(am__append_28) +SUBDIRS = $(am__append_15) $(am__append_19) \ -+ $(am__append_22) $(am__append_26) $(am__append_29) . \ - $(am__append_32) ++ $(am__append_22) $(am__append_25) . $(am__append_28) @MS_LIB_AVAILABLE_TRUE@@OS_WIN32_AND_DLL_COMPILATION_TRUE@install_ms_lib_cmd = $(INSTALL) gio-2.0.lib $(DESTDIR)$(libdir) @MS_LIB_AVAILABLE_TRUE@@OS_WIN32_AND_DLL_COMPILATION_TRUE@uninstall_ms_lib_cmd = -rm $(DESTDIR)$(libdir)/gio-2.0.lib -@@ -4311,7 +4311,7 @@ info: info-recursive + AM_CPPFLAGS = \ +@@ -4547,7 +4546,7 @@ info: info-recursive info-am: -install-data-am: install-completionDATA install-data-local \ +install-data-am: install-data-local \ - install-dist_schemaDATA install-gioincludeHEADERS \ - install-giounixincludeHEADERS install-giowin32includeHEADERS \ - install-installed_testLTLIBRARIES \ + install-dist_itsDATA install-dist_schemaDATA \ + install-gioincludeHEADERS install-giounixincludeHEADERS \ + install-giowin32includeHEADERS \ diff --git a/devel/glib2/patches/patch-cd b/devel/glib2/patches/patch-cd index 1d1da8baf4e5c..68ff3d3306174 100644 --- a/devel/glib2/patches/patch-cd +++ b/devel/glib2/patches/patch-cd @@ -1,12 +1,12 @@ -$NetBSD: patch-cd,v 1.8 2013/12/08 13:08:59 prlw1 Exp $ +$NetBSD: patch-cd,v 1.9 2016/04/07 18:33:05 prlw1 Exp $ sysutils/gio-fam builds the gio/fam backend as a separate module. Force it to link against the installed version of glib2, as it is not rebuilt by the package. ---- gio/fam/Makefile.in.orig 2013-10-15 19:14:51.000000000 +0000 +--- gio/fam/Makefile.in.orig 2016-02-16 11:35:28.000000000 +0000 +++ gio/fam/Makefile.in -@@ -175,10 +175,7 @@ am__installdirs = "$(DESTDIR)$(giomodule +@@ -183,10 +183,7 @@ am__installdirs = "$(DESTDIR)$(giomodule LTLIBRARIES = $(giomodule_LTLIBRARIES) $(installed_test_LTLIBRARIES) \ $(noinst_LTLIBRARIES) am__DEPENDENCIES_1 = @@ -15,10 +15,10 @@ package. - $(top_builddir)/glib/libglib-2.0.la $(am__DEPENDENCIES_1) \ - $(am__DEPENDENCIES_1) +libgiofam_la_DEPENDENCIES = $(am__DEPENDENCIES_1) - am__objects_1 = - am_libgiofam_la_OBJECTS = libgiofam_la-fam-helper.lo \ - libgiofam_la-fam-module.lo \ -@@ -792,9 +789,7 @@ libgiofam_la_CFLAGS = \ + am_libgiofam_la_OBJECTS = libgiofam_la-gfamfilemonitor.lo + libgiofam_la_OBJECTS = $(am_libgiofam_la_OBJECTS) + AM_V_lt = $(am__v_lt_@AM_V@) +@@ -789,9 +786,7 @@ libgiofam_la_CFLAGS = \ libgiofam_la_LDFLAGS = $(module_flags) libgiofam_la_LIBADD = \ @@ -29,7 +29,7 @@ package. $(GLIB_LIBS) \ $(FAM_LIBS) \ $(NULL) -@@ -1639,9 +1634,6 @@ check-local: test-nonrecursive +@@ -1559,9 +1554,6 @@ check-local: test-nonrecursive @ENABLE_INSTALLED_TESTS_TRUE@ mv $@.tmp $@) install-data-hook: diff --git a/devel/glib2/patches/patch-gio_gtestdbus.c b/devel/glib2/patches/patch-gio_gtestdbus.c deleted file mode 100644 index e05741f041aba..0000000000000 --- a/devel/glib2/patches/patch-gio_gtestdbus.c +++ /dev/null @@ -1,32 +0,0 @@ -$NetBSD: patch-gio_gtestdbus.c,v 1.2 2015/10/16 17:00:24 tnn Exp $ - -https://bugzilla.gnome.org/show_bug.cgi?id=756706 - ---- gio/gtestdbus.c.orig 2015-05-13 02:39:04.000000000 +0000 -+++ gio/gtestdbus.c -@@ -25,6 +25,8 @@ - #include - #include - #include -+#include -+#include /* for strerror(3) */ - #ifdef G_OS_UNIX - #include - #endif -@@ -243,14 +245,14 @@ watcher_init (void) - /* fork a child to clean up when we are killed */ - if (pipe (pipe_fds) != 0) - { -- g_warning ("pipe() failed: %m"); -+ g_warning ("pipe() failed: %s", strerror(errno)); - g_assert_not_reached (); - } - - switch (fork ()) - { - case -1: -- g_warning ("fork() failed: %m"); -+ g_warning ("fork() failed: %s", strerror(errno)); - g_assert_not_reached (); - break; - diff --git a/devel/glib2/patches/patch-gio_gunixmounts.c b/devel/glib2/patches/patch-gio_gunixmounts.c deleted file mode 100644 index 956273423c03a..0000000000000 --- a/devel/glib2/patches/patch-gio_gunixmounts.c +++ /dev/null @@ -1,396 +0,0 @@ -$NetBSD: patch-gio_gunixmounts.c,v 1.1 2015/06/10 23:00:05 prlw1 Exp $ - -Revert commit 548c165a Make GUnixMountMonitor per-context -https://bugzilla.gnome.org/show_bug.cgi?id=750708 - ---- gio/gunixmounts.c.orig 2015-03-13 20:48:21.000000000 +0000 -+++ gio/gunixmounts.c -@@ -68,7 +68,6 @@ - #include "gfilemonitor.h" - #include "glibintl.h" - #include "gthemedicon.h" --#include "gcontextspecificgroup.h" - - - #ifdef HAVE_MNTENT_H -@@ -1275,50 +1274,124 @@ static guint signals[LAST_SIGNAL]; - struct _GUnixMountMonitor { - GObject parent; - -- GMainContext *context; -+ GFileMonitor *fstab_monitor; -+ GFileMonitor *mtab_monitor; -+ -+ GList *mount_poller_mounts; -+ -+ GSource *proc_mounts_watch_source; - }; - - struct _GUnixMountMonitorClass { - GObjectClass parent_class; - }; - -+static GUnixMountMonitor *the_mount_monitor = NULL; - - G_DEFINE_TYPE (GUnixMountMonitor, g_unix_mount_monitor, G_TYPE_OBJECT); - --static GContextSpecificGroup mount_monitor_group; --static GFileMonitor *fstab_monitor; --static GFileMonitor *mtab_monitor; --static GSource *proc_mounts_watch_source; --static GList *mount_poller_mounts; -+static void -+g_unix_mount_monitor_finalize (GObject *object) -+{ -+ GUnixMountMonitor *monitor; -+ -+ monitor = G_UNIX_MOUNT_MONITOR (object); -+ -+ if (monitor->fstab_monitor) -+ { -+ g_file_monitor_cancel (monitor->fstab_monitor); -+ g_object_unref (monitor->fstab_monitor); -+ } -+ -+ if (monitor->proc_mounts_watch_source != NULL) -+ g_source_destroy (monitor->proc_mounts_watch_source); -+ -+ if (monitor->mtab_monitor) -+ { -+ g_file_monitor_cancel (monitor->mtab_monitor); -+ g_object_unref (monitor->mtab_monitor); -+ } -+ -+ g_list_free_full (monitor->mount_poller_mounts, (GDestroyNotify)g_unix_mount_free); -+ -+ the_mount_monitor = NULL; -+ -+ G_OBJECT_CLASS (g_unix_mount_monitor_parent_class)->finalize (object); -+} -+ -+ -+static void -+g_unix_mount_monitor_class_init (GUnixMountMonitorClass *klass) -+{ -+ GObjectClass *gobject_class = G_OBJECT_CLASS (klass); -+ -+ gobject_class->finalize = g_unix_mount_monitor_finalize; -+ -+ /** -+ * GUnixMountMonitor::mounts-changed: -+ * @monitor: the object on which the signal is emitted -+ * -+ * Emitted when the unix mounts have changed. -+ */ -+ signals[MOUNTS_CHANGED] = -+ g_signal_new ("mounts-changed", -+ G_TYPE_FROM_CLASS (klass), -+ G_SIGNAL_RUN_LAST, -+ 0, -+ NULL, NULL, -+ g_cclosure_marshal_VOID__VOID, -+ G_TYPE_NONE, 0); -+ -+ /** -+ * GUnixMountMonitor::mountpoints-changed: -+ * @monitor: the object on which the signal is emitted -+ * -+ * Emitted when the unix mount points have changed. -+ */ -+ signals[MOUNTPOINTS_CHANGED] = -+ g_signal_new ("mountpoints-changed", -+ G_TYPE_FROM_CLASS (klass), -+ G_SIGNAL_RUN_LAST, -+ 0, -+ NULL, NULL, -+ g_cclosure_marshal_VOID__VOID, -+ G_TYPE_NONE, 0); -+} - - static void - fstab_file_changed (GFileMonitor *monitor, -- GFile *file, -- GFile *other_file, -- GFileMonitorEvent event_type, -- gpointer user_data) -+ GFile *file, -+ GFile *other_file, -+ GFileMonitorEvent event_type, -+ gpointer user_data) - { -+ GUnixMountMonitor *mount_monitor; -+ - if (event_type != G_FILE_MONITOR_EVENT_CHANGED && - event_type != G_FILE_MONITOR_EVENT_CREATED && - event_type != G_FILE_MONITOR_EVENT_DELETED) - return; - -- g_context_specific_group_emit (&mount_monitor_group, signals[MOUNTPOINTS_CHANGED]); -+ mount_monitor = user_data; -+ g_signal_emit (mount_monitor, signals[MOUNTPOINTS_CHANGED], 0); - } - - static void - mtab_file_changed (GFileMonitor *monitor, -- GFile *file, -- GFile *other_file, -- GFileMonitorEvent event_type, -- gpointer user_data) -+ GFile *file, -+ GFile *other_file, -+ GFileMonitorEvent event_type, -+ gpointer user_data) - { -+ GUnixMountMonitor *mount_monitor; -+ - if (event_type != G_FILE_MONITOR_EVENT_CHANGED && - event_type != G_FILE_MONITOR_EVENT_CREATED && - event_type != G_FILE_MONITOR_EVENT_DELETED) - return; -- -- g_context_specific_group_emit (&mount_monitor_group, signals[MOUNTS_CHANGED]); -+ -+ mount_monitor = user_data; -+ g_signal_emit (mount_monitor, signals[MOUNTS_CHANGED], 0); - } - - static gboolean -@@ -1326,21 +1399,23 @@ proc_mounts_changed (GIOChannel *chann - GIOCondition cond, - gpointer user_data) - { -+ GUnixMountMonitor *mount_monitor = G_UNIX_MOUNT_MONITOR (user_data); - if (cond & G_IO_ERR) -- g_context_specific_group_emit (&mount_monitor_group, signals[MOUNTS_CHANGED]); -- -+ g_signal_emit (mount_monitor, signals[MOUNTS_CHANGED], 0); - return TRUE; - } - - static gboolean - mount_change_poller (gpointer user_data) - { -+ GUnixMountMonitor *mount_monitor; - GList *current_mounts, *new_it, *old_it; - gboolean has_changed = FALSE; - -+ mount_monitor = user_data; - current_mounts = _g_get_unix_mounts (); - -- for ( new_it = current_mounts, old_it = mount_poller_mounts; -+ for ( new_it = current_mounts, old_it = mount_monitor->mount_poller_mounts; - new_it != NULL && old_it != NULL; - new_it = g_list_next (new_it), old_it = g_list_next (old_it) ) - { -@@ -1353,55 +1428,34 @@ mount_change_poller (gpointer user_data) - if (!(new_it == NULL && old_it == NULL)) - has_changed = TRUE; - -- g_list_free_full (mount_poller_mounts, (GDestroyNotify) g_unix_mount_free); -+ g_list_free_full (mount_monitor->mount_poller_mounts, -+ (GDestroyNotify)g_unix_mount_free); - -- mount_poller_mounts = current_mounts; -+ mount_monitor->mount_poller_mounts = current_mounts; - - if (has_changed) - { -- mount_poller_time = (guint64) g_get_monotonic_time (); -- g_context_specific_group_emit (&mount_monitor_group, signals[MOUNTPOINTS_CHANGED]); -+ mount_poller_time = (guint64)g_get_monotonic_time (); -+ g_signal_emit (mount_monitor, signals[MOUNTS_CHANGED], 0); - } - - return TRUE; - } - -- --static void --mount_monitor_stop (void) --{ -- if (fstab_monitor) -- { -- g_file_monitor_cancel (fstab_monitor); -- g_object_unref (fstab_monitor); -- } -- -- if (proc_mounts_watch_source != NULL) -- g_source_destroy (proc_mounts_watch_source); -- -- if (mtab_monitor) -- { -- g_file_monitor_cancel (mtab_monitor); -- g_object_unref (mtab_monitor); -- } -- -- g_list_free_full (mount_poller_mounts, (GDestroyNotify) g_unix_mount_free); --} -- - static void --mount_monitor_start (void) -+g_unix_mount_monitor_init (GUnixMountMonitor *monitor) - { - GFile *file; -- -+ - if (get_fstab_file () != NULL) - { - file = g_file_new_for_path (get_fstab_file ()); -- fstab_monitor = g_file_monitor_file (file, 0, NULL, NULL); -+ monitor->fstab_monitor = g_file_monitor_file (file, 0, NULL, NULL); - g_object_unref (file); -- -- g_signal_connect (fstab_monitor, "changed", (GCallback)fstab_file_changed, NULL); -+ -+ g_signal_connect (monitor->fstab_monitor, "changed", (GCallback)fstab_file_changed, monitor); - } -- -+ - if (get_mtab_monitor_file () != NULL) - { - const gchar *mtab_path; -@@ -1423,93 +1477,39 @@ mount_monitor_start (void) - } - else - { -- proc_mounts_watch_source = g_io_create_watch (proc_mounts_channel, G_IO_ERR); -- g_source_set_callback (proc_mounts_watch_source, -+ monitor->proc_mounts_watch_source = g_io_create_watch (proc_mounts_channel, G_IO_ERR); -+ g_source_set_callback (monitor->proc_mounts_watch_source, - (GSourceFunc) proc_mounts_changed, -- NULL, NULL); -- g_source_attach (proc_mounts_watch_source, -+ monitor, -+ NULL); -+ g_source_attach (monitor->proc_mounts_watch_source, - g_main_context_get_thread_default ()); -- g_source_unref (proc_mounts_watch_source); -+ g_source_unref (monitor->proc_mounts_watch_source); - g_io_channel_unref (proc_mounts_channel); - } - } - else - { - file = g_file_new_for_path (mtab_path); -- mtab_monitor = g_file_monitor_file (file, 0, NULL, NULL); -+ monitor->mtab_monitor = g_file_monitor_file (file, 0, NULL, NULL); - g_object_unref (file); -- g_signal_connect (mtab_monitor, "changed", (GCallback)mtab_file_changed, NULL); -+ g_signal_connect (monitor->mtab_monitor, "changed", (GCallback)mtab_file_changed, monitor); - } - } - else - { -- proc_mounts_watch_source = g_timeout_source_new_seconds (3); -- mount_poller_mounts = _g_get_unix_mounts (); -+ monitor->proc_mounts_watch_source = g_timeout_source_new_seconds (3); -+ monitor->mount_poller_mounts = _g_get_unix_mounts (); - mount_poller_time = (guint64)g_get_monotonic_time (); -- g_source_set_callback (proc_mounts_watch_source, -- mount_change_poller, -- NULL, NULL); -- g_source_attach (proc_mounts_watch_source, -+ g_source_set_callback (monitor->proc_mounts_watch_source, -+ (GSourceFunc)mount_change_poller, -+ monitor, NULL); -+ g_source_attach (monitor->proc_mounts_watch_source, - g_main_context_get_thread_default ()); -- g_source_unref (proc_mounts_watch_source); -+ g_source_unref (monitor->proc_mounts_watch_source); - } - } - --static void --g_unix_mount_monitor_finalize (GObject *object) --{ -- GUnixMountMonitor *monitor; -- -- monitor = G_UNIX_MOUNT_MONITOR (object); -- -- g_context_specific_group_remove (&mount_monitor_group, monitor->context, monitor, mount_monitor_stop); -- -- G_OBJECT_CLASS (g_unix_mount_monitor_parent_class)->finalize (object); --} -- --static void --g_unix_mount_monitor_class_init (GUnixMountMonitorClass *klass) --{ -- GObjectClass *gobject_class = G_OBJECT_CLASS (klass); -- -- gobject_class->finalize = g_unix_mount_monitor_finalize; -- -- /** -- * GUnixMountMonitor::mounts-changed: -- * @monitor: the object on which the signal is emitted -- * -- * Emitted when the unix mounts have changed. -- */ -- signals[MOUNTS_CHANGED] = -- g_signal_new ("mounts-changed", -- G_TYPE_FROM_CLASS (klass), -- G_SIGNAL_RUN_LAST, -- 0, -- NULL, NULL, -- g_cclosure_marshal_VOID__VOID, -- G_TYPE_NONE, 0); -- -- /** -- * GUnixMountMonitor::mountpoints-changed: -- * @monitor: the object on which the signal is emitted -- * -- * Emitted when the unix mount points have changed. -- */ -- signals[MOUNTPOINTS_CHANGED] = -- g_signal_new ("mountpoints-changed", -- G_TYPE_FROM_CLASS (klass), -- G_SIGNAL_RUN_LAST, -- 0, -- NULL, NULL, -- g_cclosure_marshal_VOID__VOID, -- G_TYPE_NONE, 0); --} -- --static void --g_unix_mount_monitor_init (GUnixMountMonitor *monitor) --{ --} -- - /** - * g_unix_mount_monitor_set_rate_limit: - * @mount_monitor: a #GUnixMountMonitor -@@ -1537,16 +1537,12 @@ g_unix_mount_monitor_set_rate_limit (GUn - /** - * g_unix_mount_monitor_get: - * -- * Gets the #GUnixMountMonitor for the current thread-default main -- * context. -+ * Gets the #GUnixMountMonitor. - * - * The mount monitor can be used to monitor for changes to the list of - * mounted filesystems as well as the list of mount points (ie: fstab - * entries). - * -- * You must only call g_object_unref() on the return value from under -- * the same main context as you called this function. -- * - * Returns: (transfer full): the #GUnixMountMonitor. - * - * Since: 2.44 -@@ -1554,10 +1550,13 @@ g_unix_mount_monitor_set_rate_limit (GUn - GUnixMountMonitor * - g_unix_mount_monitor_get (void) - { -- return g_context_specific_group_get (&mount_monitor_group, -- G_TYPE_UNIX_MOUNT_MONITOR, -- G_STRUCT_OFFSET(GUnixMountMonitor, context), -- mount_monitor_start); -+ if (the_mount_monitor == NULL) -+ { -+ the_mount_monitor = g_object_new (G_TYPE_UNIX_MOUNT_MONITOR, NULL); -+ return the_mount_monitor; -+ } -+ -+ return g_object_ref (the_mount_monitor); - } - - /** diff --git a/devel/glib2/patches/patch-gio_inotify_inotify-kernel.c b/devel/glib2/patches/patch-gio_inotify_inotify-kernel.c new file mode 100644 index 0000000000000..e2ad322877a74 --- /dev/null +++ b/devel/glib2/patches/patch-gio_inotify_inotify-kernel.c @@ -0,0 +1,16 @@ +$NetBSD: patch-gio_inotify_inotify-kernel.c,v 1.1 2016/04/13 10:13:43 jperkin Exp $ + +Use _XOPEN_NAME_MAX in lieu of NAME_MAX for SunOS. + +--- gio/inotify/inotify-kernel.c.orig 2016-02-23 22:25:36.000000000 +0000 ++++ gio/inotify/inotify-kernel.c +@@ -36,6 +36,9 @@ + #include "glib-private.h" + + /* From inotify(7) */ ++#if !defined(NAME_MAX) && defined(_XOPEN_NAME_MAX) ++#define NAME_MAX _XOPEN_NAME_MAX ++#endif + #define MAX_EVENT_SIZE (sizeof(struct inotify_event) + NAME_MAX + 1) + + /* Amount of time to sleep on receipt of uninteresting events */ diff --git a/devel/glibmm/Makefile b/devel/glibmm/Makefile index 01443dc0d7572..72895f2cd7dc2 100644 --- a/devel/glibmm/Makefile +++ b/devel/glibmm/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.66 2015/10/15 14:19:54 tnn Exp $ +# $NetBSD: Makefile,v 1.67 2016/04/12 21:27:25 adam Exp $ -DISTNAME= glibmm-2.44.0 +DISTNAME= glibmm-2.48.1 CATEGORIES= devel gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/glibmm/${PKGVERSION_NOREV:R}/} EXTRACT_SUFX= .tar.xz @@ -30,7 +30,7 @@ post-install: ${DESTDIR}${PREFIX}/share/glibmm-2.4/doctool/${tool} .endfor -BUILDLINK_API_DEPENDS.glib2+= glib2>=2.44.0 +BUILDLINK_API_DEPENDS.glib2+= glib2>=2.48.0 .include "../../devel/glib2/buildlink3.mk" BUILDLINK_API_DEPENDS.libsigcpp+= libsigc++>=2.2.10 .include "../../devel/libsigc++/buildlink3.mk" diff --git a/devel/glibmm/PLIST b/devel/glibmm/PLIST index f0c718a92197f..9e7d21ba5829a 100644 --- a/devel/glibmm/PLIST +++ b/devel/glibmm/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.35 2015/06/14 16:13:14 wiz Exp $ +@comment $NetBSD: PLIST,v 1.36 2016/04/12 21:27:25 adam Exp $ include/giomm-2.4/giomm.h include/giomm-2.4/giomm/action.h include/giomm-2.4/giomm/actiongroup.h @@ -174,8 +174,12 @@ include/giomm-2.4/giomm/private/resolver_p.h include/giomm-2.4/giomm/private/resource_p.h include/giomm-2.4/giomm/private/seekable_p.h include/giomm-2.4/giomm/private/settings_p.h +include/giomm-2.4/giomm/private/settingsschema_p.h +include/giomm-2.4/giomm/private/settingsschemakey_p.h +include/giomm-2.4/giomm/private/settingsschemasource_p.h include/giomm-2.4/giomm/private/simpleaction_p.h include/giomm-2.4/giomm/private/simpleactiongroup_p.h +include/giomm-2.4/giomm/private/simpleiostream_p.h include/giomm-2.4/giomm/private/simplepermission_p.h include/giomm-2.4/giomm/private/socket_p.h include/giomm-2.4/giomm/private/socketaddress_p.h @@ -217,8 +221,12 @@ include/giomm-2.4/giomm/resolver.h include/giomm-2.4/giomm/resource.h include/giomm-2.4/giomm/seekable.h include/giomm-2.4/giomm/settings.h +include/giomm-2.4/giomm/settingsschema.h +include/giomm-2.4/giomm/settingsschemakey.h +include/giomm-2.4/giomm/settingsschemasource.h include/giomm-2.4/giomm/simpleaction.h include/giomm-2.4/giomm/simpleactiongroup.h +include/giomm-2.4/giomm/simpleiostream.h include/giomm-2.4/giomm/simplepermission.h include/giomm-2.4/giomm/socket.h include/giomm-2.4/giomm/socketaddress.h @@ -307,6 +315,7 @@ include/glibmm-2.4/glibmm/private/interface_p.h include/glibmm-2.4/glibmm/private/iochannel_p.h include/glibmm-2.4/glibmm/private/keyfile_p.h include/glibmm-2.4/glibmm/private/markup_p.h +include/glibmm-2.4/glibmm/private/miscutils_p.h include/glibmm-2.4/glibmm/private/module_p.h include/glibmm-2.4/glibmm/private/nodetree_p.h include/glibmm-2.4/glibmm/private/object_p.h @@ -361,6 +370,7 @@ include/glibmm-2.4/glibmm/variantdict.h include/glibmm-2.4/glibmm/variantiter.h include/glibmm-2.4/glibmm/varianttype.h include/glibmm-2.4/glibmm/vectorutils.h +include/glibmm-2.4/glibmm/weakref.h include/glibmm-2.4/glibmm/wrap.h include/glibmm-2.4/glibmm/wrap_init.h include/glibmm-2.4/glibmm_generate_extra_defs/generate_extra_defs.h @@ -392,7 +402,6 @@ lib/glibmm-2.4/proc/m4/initialize_base.m4 lib/glibmm-2.4/proc/m4/initialize_gio.m4 lib/glibmm-2.4/proc/m4/initialize_glib.m4 lib/glibmm-2.4/proc/m4/initialize_glibmm.m4 -lib/glibmm-2.4/proc/m4/list.m4 lib/glibmm-2.4/proc/m4/member.m4 lib/glibmm-2.4/proc/m4/method.m4 lib/glibmm-2.4/proc/m4/property.m4 @@ -687,6 +696,12 @@ share/doc/glibmm-2.4/reference/html/classGio_1_1Seekable.html share/doc/glibmm-2.4/reference/html/classGio_1_1Seekable__inherit__graph.png share/doc/glibmm-2.4/reference/html/classGio_1_1Settings-members.html share/doc/glibmm-2.4/reference/html/classGio_1_1Settings.html +share/doc/glibmm-2.4/reference/html/classGio_1_1SettingsSchema-members.html +share/doc/glibmm-2.4/reference/html/classGio_1_1SettingsSchema.html +share/doc/glibmm-2.4/reference/html/classGio_1_1SettingsSchemaKey-members.html +share/doc/glibmm-2.4/reference/html/classGio_1_1SettingsSchemaKey.html +share/doc/glibmm-2.4/reference/html/classGio_1_1SettingsSchemaSource-members.html +share/doc/glibmm-2.4/reference/html/classGio_1_1SettingsSchemaSource.html share/doc/glibmm-2.4/reference/html/classGio_1_1Settings__inherit__graph.png share/doc/glibmm-2.4/reference/html/classGio_1_1SignalSocket-members.html share/doc/glibmm-2.4/reference/html/classGio_1_1SignalSocket.html @@ -696,6 +711,9 @@ share/doc/glibmm-2.4/reference/html/classGio_1_1SimpleActionGroup-members.html share/doc/glibmm-2.4/reference/html/classGio_1_1SimpleActionGroup.html share/doc/glibmm-2.4/reference/html/classGio_1_1SimpleActionGroup__inherit__graph.png share/doc/glibmm-2.4/reference/html/classGio_1_1SimpleAction__inherit__graph.png +share/doc/glibmm-2.4/reference/html/classGio_1_1SimpleIOStream-members.html +share/doc/glibmm-2.4/reference/html/classGio_1_1SimpleIOStream.html +share/doc/glibmm-2.4/reference/html/classGio_1_1SimpleIOStream__inherit__graph.png share/doc/glibmm-2.4/reference/html/classGio_1_1SimplePermission-members.html share/doc/glibmm-2.4/reference/html/classGio_1_1SimplePermission.html share/doc/glibmm-2.4/reference/html/classGio_1_1SimplePermission__inherit__graph.png @@ -993,36 +1011,24 @@ share/doc/glibmm-2.4/reference/html/classGlib_1_1SignalIO-members.html share/doc/glibmm-2.4/reference/html/classGlib_1_1SignalIO.html share/doc/glibmm-2.4/reference/html/classGlib_1_1SignalIdle-members.html share/doc/glibmm-2.4/reference/html/classGlib_1_1SignalIdle.html -share/doc/glibmm-2.4/reference/html/classGlib_1_1SignalProxy0-members.html -share/doc/glibmm-2.4/reference/html/classGlib_1_1SignalProxy0.html -share/doc/glibmm-2.4/reference/html/classGlib_1_1SignalProxy0__inherit__graph.png -share/doc/glibmm-2.4/reference/html/classGlib_1_1SignalProxy1-members.html -share/doc/glibmm-2.4/reference/html/classGlib_1_1SignalProxy1.html -share/doc/glibmm-2.4/reference/html/classGlib_1_1SignalProxy1__inherit__graph.png -share/doc/glibmm-2.4/reference/html/classGlib_1_1SignalProxy2-members.html -share/doc/glibmm-2.4/reference/html/classGlib_1_1SignalProxy2.html -share/doc/glibmm-2.4/reference/html/classGlib_1_1SignalProxy2__inherit__graph.png -share/doc/glibmm-2.4/reference/html/classGlib_1_1SignalProxy3-members.html -share/doc/glibmm-2.4/reference/html/classGlib_1_1SignalProxy3.html -share/doc/glibmm-2.4/reference/html/classGlib_1_1SignalProxy3__inherit__graph.png -share/doc/glibmm-2.4/reference/html/classGlib_1_1SignalProxy4-members.html -share/doc/glibmm-2.4/reference/html/classGlib_1_1SignalProxy4.html -share/doc/glibmm-2.4/reference/html/classGlib_1_1SignalProxy4__inherit__graph.png -share/doc/glibmm-2.4/reference/html/classGlib_1_1SignalProxy5-members.html -share/doc/glibmm-2.4/reference/html/classGlib_1_1SignalProxy5.html -share/doc/glibmm-2.4/reference/html/classGlib_1_1SignalProxy5__inherit__graph.png -share/doc/glibmm-2.4/reference/html/classGlib_1_1SignalProxy6-members.html -share/doc/glibmm-2.4/reference/html/classGlib_1_1SignalProxy6.html -share/doc/glibmm-2.4/reference/html/classGlib_1_1SignalProxy6__inherit__graph.png +share/doc/glibmm-2.4/reference/html/classGlib_1_1SignalProxy-members.html +share/doc/glibmm-2.4/reference/html/classGlib_1_1SignalProxy.html share/doc/glibmm-2.4/reference/html/classGlib_1_1SignalProxyBase-members.html share/doc/glibmm-2.4/reference/html/classGlib_1_1SignalProxyBase.html share/doc/glibmm-2.4/reference/html/classGlib_1_1SignalProxyBase__inherit__graph.png +share/doc/glibmm-2.4/reference/html/classGlib_1_1SignalProxyDetailed-members.html +share/doc/glibmm-2.4/reference/html/classGlib_1_1SignalProxyDetailed.html +share/doc/glibmm-2.4/reference/html/classGlib_1_1SignalProxyDetailedAnyType-members.html +share/doc/glibmm-2.4/reference/html/classGlib_1_1SignalProxyDetailedAnyType.html +share/doc/glibmm-2.4/reference/html/classGlib_1_1SignalProxyDetailedAnyType__inherit__graph.png +share/doc/glibmm-2.4/reference/html/classGlib_1_1SignalProxyDetailed__inherit__graph.png share/doc/glibmm-2.4/reference/html/classGlib_1_1SignalProxyNormal-members.html share/doc/glibmm-2.4/reference/html/classGlib_1_1SignalProxyNormal.html share/doc/glibmm-2.4/reference/html/classGlib_1_1SignalProxyNormal__inherit__graph.png share/doc/glibmm-2.4/reference/html/classGlib_1_1SignalProxyProperty-members.html share/doc/glibmm-2.4/reference/html/classGlib_1_1SignalProxyProperty.html share/doc/glibmm-2.4/reference/html/classGlib_1_1SignalProxyProperty__inherit__graph.png +share/doc/glibmm-2.4/reference/html/classGlib_1_1SignalProxy__inherit__graph.png share/doc/glibmm-2.4/reference/html/classGlib_1_1SignalTimeout-members.html share/doc/glibmm-2.4/reference/html/classGlib_1_1SignalTimeout.html share/doc/glibmm-2.4/reference/html/classGlib_1_1Source-members.html @@ -1237,6 +1243,8 @@ share/doc/glibmm-2.4/reference/html/classGlib_1_1Variant_3_01unsigned_01char_01_ share/doc/glibmm-2.4/reference/html/classGlib_1_1Variant_3_01unsigned_01char_01_4.html share/doc/glibmm-2.4/reference/html/classGlib_1_1Variant_3_01unsigned_01char_01_4__inherit__graph.png share/doc/glibmm-2.4/reference/html/classGlib_1_1Variant__inherit__graph.png +share/doc/glibmm-2.4/reference/html/classGlib_1_1WeakRef-members.html +share/doc/glibmm-2.4/reference/html/classGlib_1_1WeakRef.html share/doc/glibmm-2.4/reference/html/classGlib_1_1ustring-members.html share/doc/glibmm-2.4/reference/html/classGlib_1_1ustring.html share/doc/glibmm-2.4/reference/html/classGlib_1_1ustring__Iterator-members.html @@ -1393,6 +1401,10 @@ share/doc/glibmm-2.4/reference/html/inherit_graph_108.png share/doc/glibmm-2.4/reference/html/inherit_graph_109.png share/doc/glibmm-2.4/reference/html/inherit_graph_11.png share/doc/glibmm-2.4/reference/html/inherit_graph_110.png +share/doc/glibmm-2.4/reference/html/inherit_graph_111.png +share/doc/glibmm-2.4/reference/html/inherit_graph_112.png +share/doc/glibmm-2.4/reference/html/inherit_graph_113.png +share/doc/glibmm-2.4/reference/html/inherit_graph_114.png share/doc/glibmm-2.4/reference/html/inherit_graph_12.png share/doc/glibmm-2.4/reference/html/inherit_graph_13.png share/doc/glibmm-2.4/reference/html/inherit_graph_14.png @@ -1589,8 +1601,9 @@ share/doc/glibmm-2.4/reference/html/since_2_4.html share/doc/glibmm-2.4/reference/html/since_2_40.html share/doc/glibmm-2.4/reference/html/since_2_42.html share/doc/glibmm-2.4/reference/html/since_2_44.html +share/doc/glibmm-2.4/reference/html/since_2_46.html +share/doc/glibmm-2.4/reference/html/since_2_48.html share/doc/glibmm-2.4/reference/html/since_2_6.html -share/doc/glibmm-2.4/reference/html/since_3_2.html share/doc/glibmm-2.4/reference/html/splitbar.png share/doc/glibmm-2.4/reference/html/structGlib_1_1Container__Helpers_1_1TypeTraits-members.html share/doc/glibmm-2.4/reference/html/structGlib_1_1Container__Helpers_1_1TypeTraits.html diff --git a/devel/glibmm/distinfo b/devel/glibmm/distinfo index d952182a3f3a8..23d86c1ac1073 100644 --- a/devel/glibmm/distinfo +++ b/devel/glibmm/distinfo @@ -1,8 +1,7 @@ -$NetBSD: distinfo,v 1.48 2015/11/03 03:27:28 agc Exp $ +$NetBSD: distinfo,v 1.49 2016/04/12 21:27:25 adam Exp $ -SHA1 (glibmm-2.44.0.tar.xz) = aa152d6f19bde44cd528b88f089c53913d0cd0ea -RMD160 (glibmm-2.44.0.tar.xz) = bdfa028a5451b4cfffdc824d3f5515a976151e19 -SHA512 (glibmm-2.44.0.tar.xz) = 4a932b127ce0ed0798cef3555fdd1ca1632fc10720b74f9a39626989c216542807d76ae67ebc980049b65b1c163d236fc9875506ca2d80584c724394bbb8bfd7 -Size (glibmm-2.44.0.tar.xz) = 6102664 bytes -SHA1 (patch-gio_giomm_dbussubtreevtable.cc) = 0e6d961d1a5b354912dbf067ae364b5cb5b29e60 -SHA1 (patch-glib_glibmm_ustring.cc) = b4201eaf58f5efa3ceb69a44aeb978dd3c5a140e +SHA1 (glibmm-2.48.1.tar.xz) = 41e4d148da88e458889044421e31b1eaa35d8b0b +RMD160 (glibmm-2.48.1.tar.xz) = 297bf029a55b880feb2a448e8240ad50385f5e85 +SHA512 (glibmm-2.48.1.tar.xz) = 280949315e592ff8f3f7cfa6376d129211ffb6832146578d6533c4792aafef8b4ea5354943d5623ebf34ce31b8c71b6055a51de2b8ae8cfb419e6e033d9f98fa +Size (glibmm-2.48.1.tar.xz) = 6235724 bytes +SHA1 (patch-glib_glibmm_ustring.cc) = b4fc8965bc5fc1bcc5ea1ac377a13b22659557ee diff --git a/devel/glibmm/patches/patch-gio_giomm_dbussubtreevtable.cc b/devel/glibmm/patches/patch-gio_giomm_dbussubtreevtable.cc deleted file mode 100644 index 4be86618d0727..0000000000000 --- a/devel/glibmm/patches/patch-gio_giomm_dbussubtreevtable.cc +++ /dev/null @@ -1,21 +0,0 @@ -$NetBSD: patch-gio_giomm_dbussubtreevtable.cc,v 1.1 2012/11/16 00:45:25 joerg Exp $ - ---- gio/giomm/dbussubtreevtable.cc.orig 2012-11-13 21:31:09.000000000 +0000 -+++ gio/giomm/dbussubtreevtable.cc -@@ -122,13 +122,13 @@ static const GDBusInterfaceVTable* DBusS - - try - { -- const Gio::DBus::InterfaceVTable* vtable = -+ const Gio::DBus::InterfaceVTable* vtable2 = - (*the_slot)(Glib::wrap(connection, true), sender, object_path, - interface_name, (node ? node : "")); - -- *out_user_data = const_cast(vtable); -+ *out_user_data = const_cast(vtable2); - -- return vtable->gobj(); -+ return vtable2->gobj(); - } - catch(...) - { diff --git a/devel/glibmm/patches/patch-glib_glibmm_ustring.cc b/devel/glibmm/patches/patch-glib_glibmm_ustring.cc index 33a14e577025f..15fb8615a9f8d 100644 --- a/devel/glibmm/patches/patch-glib_glibmm_ustring.cc +++ b/devel/glibmm/patches/patch-glib_glibmm_ustring.cc @@ -1,19 +1,19 @@ -$NetBSD: patch-glib_glibmm_ustring.cc,v 1.1 2015/02/03 11:50:43 adam Exp $ +$NetBSD: patch-glib_glibmm_ustring.cc,v 1.2 2016/04/12 21:27:25 adam Exp $ Work-around NetBSD's native iconv lacking support for WCHAR_T. ---- glib/glibmm/ustring.cc.orig 2015-02-03 11:32:45.000000000 +0000 +--- glib/glibmm/ustring.cc.orig 2016-02-29 09:31:32.000000000 +0000 +++ glib/glibmm/ustring.cc -@@ -1265,7 +1265,7 @@ ustring ustring::FormatStream::to_string +@@ -1353,7 +1353,7 @@ ustring::FormatStream::to_string() const #ifdef GLIBMM_HAVE_WIDE_STREAM const std::wstring str = stream_.str(); --# if defined(__STDC_ISO_10646__) && SIZEOF_WCHAR_T == 4 -+# if (defined(__STDC_ISO_10646__) || defined(__NetBSD__)) && SIZEOF_WCHAR_T == 4 +-#if defined(__STDC_ISO_10646__) && SIZEOF_WCHAR_T == 4 ++#if (defined(__STDC_ISO_10646__) || defined(__NetBSD__)) && SIZEOF_WCHAR_T == 4 // Avoid going through iconv if wchar_t always contains UCS-4. glong n_bytes = 0; - const ScopedPtr buf (g_ucs4_to_utf8(reinterpret_cast(str.data()), -@@ -1349,7 +1349,7 @@ std::wistream& operator>>(std::wistream& + const auto buf = make_unique_ptr_gfree(g_ucs4_to_utf8( +@@ -1441,7 +1441,7 @@ operator>>(std::wistream& is, ustring& u std::wstring wstr; is >> wstr; @@ -21,13 +21,13 @@ Work-around NetBSD's native iconv lacking support for WCHAR_T. +#if (defined(__STDC_ISO_10646__) || defined(__NetBSD__)) && SIZEOF_WCHAR_T == 4 // Avoid going through iconv if wchar_t always contains UCS-4. glong n_bytes = 0; - const ScopedPtr buf (g_ucs4_to_utf8(reinterpret_cast(wstr.data()), -@@ -1380,7 +1380,7 @@ std::wostream& operator<<(std::wostream& + const auto buf = make_unique_ptr_gfree(g_ucs4_to_utf8( +@@ -1472,7 +1472,7 @@ operator<<(std::wostream& os, const ustr { - GError* error = 0; + GError* error = nullptr; -#if defined(__STDC_ISO_10646__) && SIZEOF_WCHAR_T == 4 +#if (defined(__STDC_ISO_10646__) || defined(__NetBSD__)) && SIZEOF_WCHAR_T == 4 // Avoid going through iconv if wchar_t always contains UCS-4. - const ScopedPtr buf (g_utf8_to_ucs4(utf8_string.raw().data(), - utf8_string.raw().size(), 0, 0, &error)); + const auto buf = make_unique_ptr_gfree( + g_utf8_to_ucs4(utf8_string.raw().data(), utf8_string.raw().size(), nullptr, nullptr, &error)); diff --git a/devel/global/Makefile b/devel/global/Makefile index f12df23eac5be..5b33dd7562925 100644 --- a/devel/global/Makefile +++ b/devel/global/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.57 2015/12/27 23:49:14 wiz Exp $ +# $NetBSD: Makefile,v 1.59 2016/04/11 19:01:47 ryoon Exp $ -DISTNAME= global-6.5.2 +DISTNAME= global-6.5.4 +PKGREVISION= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU:=global/} diff --git a/devel/global/PLIST b/devel/global/PLIST index 63038fd0323ca..9e4dedc9e36d0 100644 --- a/devel/global/PLIST +++ b/devel/global/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.23 2015/12/27 23:49:14 wiz Exp $ +@comment $NetBSD: PLIST,v 1.24 2016/04/08 15:01:08 wiz Exp $ bin/global bin/globash bin/gozilla @@ -9,6 +9,7 @@ bin/htags-server info/global.info lib/gtags/exuberant-ctags.la lib/gtags/pygments-parser.la +lib/gtags/universal-ctags.la lib/gtags/user-custom.la man/man1/global.1 man/man1/globash.1 @@ -36,11 +37,11 @@ share/gtags/README share/gtags/README.PATCHES share/gtags/SERVERSIDE_HOWTO share/gtags/THANKS -share/gtags/completion.cgi.tmpl +share/gtags/completion.cgi share/gtags/elvis-2.2_0.patch share/gtags/elvis.rc share/gtags/geco.rc -share/gtags/global.cgi.tmpl +share/gtags/global.cgi share/gtags/globash.rc share/gtags/gtags-cscope.vim share/gtags/gtags.conf @@ -86,13 +87,13 @@ share/gtags/jquery/jquery.suggest.css share/gtags/jquery/jquery.suggest.js share/gtags/jquery/jquery.treeview.css share/gtags/jquery/jquery.treeview.js -share/gtags/jscode_suggest.tmpl -share/gtags/jscode_treeview.tmpl +share/gtags/jscode_suggest +share/gtags/jscode_treeview share/gtags/script/elvis-global share/gtags/script/global-client share/gtags/script/gtags-client share/gtags/script/htags-client share/gtags/script/less-global share/gtags/script/pygments_parser.py -share/gtags/style.css.tmpl +share/gtags/style.css share/gtags/vim74-gtags-cscope.patch diff --git a/devel/global/distinfo b/devel/global/distinfo index 77ac778ac1200..638cb1de1c080 100644 --- a/devel/global/distinfo +++ b/devel/global/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.28 2015/12/27 23:49:14 wiz Exp $ +$NetBSD: distinfo,v 1.29 2016/04/08 15:01:08 wiz Exp $ -SHA1 (global-6.5.2.tar.gz) = 4796d688928bb8b3fb2193f49b1fed7589daedbf -RMD160 (global-6.5.2.tar.gz) = fb73ff8ed7951ff627b0991b0c7b410ea8a89624 -SHA512 (global-6.5.2.tar.gz) = b2eb71f60622bd74adb3e2d5a5a18e91f30ebb5cdeb9cd7408c3a8ea62a9902f8bb9d7de251e76226d61f61fd719ac60443655a2819ae27cb943bb76f237b58e -Size (global-6.5.2.tar.gz) = 2924850 bytes +SHA1 (global-6.5.4.tar.gz) = f214c9c6cdd2c72ddba44a9bafc22af30b4259c3 +RMD160 (global-6.5.4.tar.gz) = 6f4bba9136019ec186f6d3dd30482155b6006668 +SHA512 (global-6.5.4.tar.gz) = fe574b4b5fc0a289e500baffc90f57845653e874ba0d3271c1a17a92c91ccbfd5526517eab08d7a79a147687190ce4ed0a3524acb2bdd88eedaeeaa3221c8c0f +Size (global-6.5.4.tar.gz) = 2933151 bytes diff --git a/devel/gnome-common/Makefile b/devel/gnome-common/Makefile index 2a107b21b8421..5827acfeba299 100644 --- a/devel/gnome-common/Makefile +++ b/devel/gnome-common/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.20 2014/10/05 15:03:33 wiz Exp $ +# $NetBSD: Makefile,v 1.21 2016/04/21 23:38:28 prlw1 Exp $ -DISTNAME= gnome-common-3.14.0 +DISTNAME= gnome-common-3.18.0 CATEGORIES= devel gnome -MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-common/3.14/} +MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-common/${PKGVERSION_NOREV:R}/} EXTRACT_SUFX= .tar.xz MAINTAINER= pkgsrc-users@NetBSD.org diff --git a/devel/gnome-common/PLIST b/devel/gnome-common/PLIST index 9a7f864e73877..f63729bfe6e9c 100644 --- a/devel/gnome-common/PLIST +++ b/devel/gnome-common/PLIST @@ -1,10 +1,7 @@ -@comment $NetBSD: PLIST,v 1.6 2014/10/05 15:03:33 wiz Exp $ +@comment $NetBSD: PLIST,v 1.7 2016/04/21 23:38:28 prlw1 Exp $ bin/gnome-autogen.sh -bin/gnome-doc-common share/aclocal/ax_check_enable_debug.m4 share/aclocal/ax_code_coverage.m4 share/aclocal/gnome-code-coverage.m4 share/aclocal/gnome-common.m4 share/aclocal/gnome-compiler-flags.m4 -share/gnome-common/data/omf.make -share/gnome-common/data/xmldocs.make diff --git a/devel/gnome-common/distinfo b/devel/gnome-common/distinfo index b2841eb409331..9b6510bac02fe 100644 --- a/devel/gnome-common/distinfo +++ b/devel/gnome-common/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.16 2015/11/03 03:27:29 agc Exp $ +$NetBSD: distinfo,v 1.17 2016/04/21 23:38:28 prlw1 Exp $ -SHA1 (gnome-common-3.14.0.tar.xz) = 555ac7de25821f243f1838faa4d602da50237303 -RMD160 (gnome-common-3.14.0.tar.xz) = 4ce69a5bb5c428b4aadc155e0bae51a04e897cad -SHA512 (gnome-common-3.14.0.tar.xz) = 19f00278827fcd7f81a2ea7c198bd270b58f5308f2bb1857f59151c9743c3d968c3f8a7c9885a1b3d50e0e60719b835b0ec2dfc64cc76f00df7b1856822dd695 -Size (gnome-common-3.14.0.tar.xz) = 156320 bytes +SHA1 (gnome-common-3.18.0.tar.xz) = 332e514961374a54dc065b86032eaeb03d6d3cee +RMD160 (gnome-common-3.18.0.tar.xz) = d6ee8c9cfa1bcdd91da5101a108668098b1f98ca +SHA512 (gnome-common-3.18.0.tar.xz) = b931c9a6668d996560549738bb2d95f86f56fa68ce930c077275bdc8fddbc2d28d215c1190099db1df851417902fca87ec81f1c0e644c5b9630a175e1cde0719 +Size (gnome-common-3.18.0.tar.xz) = 155804 bytes diff --git a/devel/gnustep-base/Makefile b/devel/gnustep-base/Makefile index 14e792048a032..05446e94bcdb0 100644 --- a/devel/gnustep-base/Makefile +++ b/devel/gnustep-base/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.65 2015/12/29 23:09:35 bsiegert Exp $ +# $NetBSD: Makefile,v 1.66 2016/04/11 19:01:34 ryoon Exp $ DISTNAME= gnustep-base-1.24.0 -PKGREVISION= 11 +PKGREVISION= 12 CATEGORIES= devel gnustep MASTER_SITES= ${MASTER_SITE_GNUSTEP:=core/} diff --git a/devel/gnustep-base/buildlink3.mk b/devel/gnustep-base/buildlink3.mk index 4b2512a2fe944..b44ae12232d5d 100644 --- a/devel/gnustep-base/buildlink3.mk +++ b/devel/gnustep-base/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.23 2015/04/06 08:17:14 adam Exp $ +# $NetBSD: buildlink3.mk,v 1.24 2016/04/11 19:01:34 ryoon Exp $ BUILDLINK_TREE+= gnustep-base @@ -6,7 +6,7 @@ BUILDLINK_TREE+= gnustep-base GNUSTEP_BASE_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.gnustep-base+= gnustep-base>=1.24.0 -BUILDLINK_ABI_DEPENDS.gnustep-base+= gnustep-base>=1.24.0nb7 +BUILDLINK_ABI_DEPENDS.gnustep-base+= gnustep-base>=1.24.0nb12 BUILDLINK_PKGSRCDIR.gnustep-base?= ../../devel/gnustep-base .include "../../devel/gnustep-make/buildlink3.mk" diff --git a/devel/gnustep-base/distinfo b/devel/gnustep-base/distinfo index 20363833ecfea..edfe34bc10f93 100644 --- a/devel/gnustep-base/distinfo +++ b/devel/gnustep-base/distinfo @@ -1,10 +1,11 @@ -$NetBSD: distinfo,v 1.31 2015/12/29 23:09:35 bsiegert Exp $ +$NetBSD: distinfo,v 1.32 2016/04/03 20:23:26 joerg Exp $ SHA1 (gnustep-base-1.24.0.tar.gz) = 4d73df5b5a594213a4c7a0ed97fc04d10c9ced69 RMD160 (gnustep-base-1.24.0.tar.gz) = 3710966cac708c5f22b1e5eaee456951791a1620 SHA512 (gnustep-base-1.24.0.tar.gz) = 9232fed3439ee5e514e9c9194ef61ca8f1fbef294dc292e0b8ea0dd782e0e73ffda263f1a9e951e04d5dd379efae609f1f1a6ad4c9a606905a45b5daaa389049 Size (gnustep-base-1.24.0.tar.gz) = 2947759 bytes SHA1 (patch-Headers_GNUstepBase_GSConfig.h.in) = be5b7e9fd79dcb08a260caaf3092ddf7975ebbdc +SHA1 (patch-SSL_configure) = ef8d92f4b4bca562ee420324eba299fb177ac8a4 SHA1 (patch-Tools_gdomap.c) = 380ce89baa8e07ac63c44e80aea6185e41d6ee9b SHA1 (patch-aa) = f1298afa2775a45e0c9a04752ab28e5d8e898965 SHA1 (patch-ab) = 1d56de33bc1320962b763ab6b7b50c38751e3210 diff --git a/devel/gnustep-base/patches/patch-SSL_configure b/devel/gnustep-base/patches/patch-SSL_configure new file mode 100644 index 0000000000000..2bf271d3ecf5f --- /dev/null +++ b/devel/gnustep-base/patches/patch-SSL_configure @@ -0,0 +1,68 @@ +$NetBSD: patch-SSL_configure,v 1.1 2016/04/03 20:23:26 joerg Exp $ + +--- SSL/configure.orig 2016-04-03 18:48:25.263044871 +0000 ++++ SSL/configure +@@ -4167,9 +4167,9 @@ _ACEOF + fi + + +-{ $as_echo "$as_me:$LINENO: checking for ssl2_clear in -lssl" >&5 +-$as_echo_n "checking for ssl2_clear in -lssl... " >&6; } +-if test "${ac_cv_lib_ssl_ssl2_clear+set}" = set; then ++{ $as_echo "$as_me:$LINENO: checking for SSLv23_method in -lssl" >&5 ++$as_echo_n "checking for SSLv23_method in -lssl... " >&6; } ++if test "${ac_cv_lib_ssl_SSLv23_method+set}" = set; then + $as_echo_n "(cached) " >&6 + else + ac_check_lib_save_LIBS=$LIBS +@@ -4187,11 +4187,11 @@ cat >>conftest.$ac_ext <<_ACEOF + #ifdef __cplusplus + extern "C" + #endif +-char ssl2_clear (); ++char SSLv23_method (); + int + main () + { +-return ssl2_clear (); ++return SSLv23_method (); + ; + return 0; + } +@@ -4217,12 +4217,12 @@ $as_echo "$ac_try_echo") >&5 + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then +- ac_cv_lib_ssl_ssl2_clear=yes ++ ac_cv_lib_ssl_SSLv23_method=yes + else + $as_echo "$as_me: failed program was:" >&5 + sed 's/^/| /' conftest.$ac_ext >&5 + +- ac_cv_lib_ssl_ssl2_clear=no ++ ac_cv_lib_ssl_SSLv23_method=no + fi + + rm -rf conftest.dSYM +@@ -4230,9 +4230,9 @@ rm -f core conftest.err conftest.$ac_obj + conftest$ac_exeext conftest.$ac_ext + LIBS=$ac_check_lib_save_LIBS + fi +-{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ssl_ssl2_clear" >&5 +-$as_echo "$ac_cv_lib_ssl_ssl2_clear" >&6; } +-if test "x$ac_cv_lib_ssl_ssl2_clear" = x""yes; then ++{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ssl_SSLv23_method" >&5 ++$as_echo "$ac_cv_lib_ssl_SSLv23_method" >&6; } ++if test "x$ac_cv_lib_ssl_SSLv23_method" = x""yes; then + cat >>confdefs.h <<_ACEOF + #define HAVE_LIBSSL 1 + _ACEOF +@@ -4316,7 +4316,7 @@ _ACEOF + + fi + +- if test $ac_cv_lib_ssl_ssl2_clear = yes; then ++ if test $ac_cv_lib_ssl_SSLv23_method = yes; then + ssl_ok=yes + fi + { $as_echo "$as_me:$LINENO: checking for CRYPTO_THREADID_set_callback" >&5 diff --git a/devel/gnustep-examples/Makefile b/devel/gnustep-examples/Makefile index 1c816fe8a443a..7f202d82c0892 100644 --- a/devel/gnustep-examples/Makefile +++ b/devel/gnustep-examples/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.41 2015/10/10 01:58:04 ryoon Exp $ +# $NetBSD: Makefile,v 1.42 2016/04/11 19:01:47 ryoon Exp $ DISTNAME= gnustep-examples-1.3.0 -PKGREVISION= 9 +PKGREVISION= 10 CATEGORIES= devel gnustep MASTER_SITES= ${MASTER_SITE_GNUSTEP:=core/} diff --git a/devel/gobject-introspection/Makefile b/devel/gobject-introspection/Makefile index 6346820aac605..9dcb975d316cb 100644 --- a/devel/gobject-introspection/Makefile +++ b/devel/gobject-introspection/Makefile @@ -1,28 +1,29 @@ -# $NetBSD: Makefile,v 1.44 2015/12/05 21:25:35 adam Exp $ +# $NetBSD: Makefile,v 1.48 2016/04/08 19:49:26 adam Exp $ -DISTNAME= gobject-introspection-1.44.0 +DISTNAME= gobject-introspection-1.48.0 CATEGORIES= devel gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gobject-introspection/${PKGVERSION_NOREV:R}/} EXTRACT_SUFX= .tar.xz MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://live.gnome.org/GObjectIntrospection +HOMEPAGE= http://wiki.gnome.org/Projects/GObjectIntrospection COMMENT= GObject Introspection LICENSE= gnu-gpl-v2 AND gnu-lgpl-v2 DEPENDS+= ${PYPKGPREFIX}-cElementTree-[0-9]*:../../textproc/py-cElementTree +DEPENDS+= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 1.40.0 (Bug #728079) - -GNU_CONFIGURE= yes USE_LIBTOOL= yes USE_TOOLS+= pkg-config flex bison gmake GMAKE_REQD= 3.81 +GNU_CONFIGURE= yes +CONFIGURE_ARGS+= --disable-doctool +CONFIGURE_ARGS+= --disable-tests PKGCONFIG_OVERRIDE+= gobject-introspection-1.0.pc.in PKGCONFIG_OVERRIDE+= gobject-introspection-no-export-1.0.pc.in -SUBST_CLASSES+= timet +SUBST_CLASSES+= timet SUBST_STAGE.timet= pre-configure SUBST_FILES.timet= giscanner/ast.py SUBST_FILES.timet+= tests/scanner/Regress-1.0-expected.gir @@ -35,12 +36,15 @@ SUBST_SED.timet= -e 's,@TIMET_TYPENAME@,TYPE_LONG,g' SUBST_SED.timet+= -e 's,@TIMET_CTYPE@,glong,g' .endif +#REPLACE_PYTHON+= tools/g-ir-tool-template.in +SUBST_CLASSES+= pyenv +SUBST_STAGE.pyenv+= pre-configure +SUBST_FILES.pyenv+= tools/g-ir-tool-template.in +SUBST_SED.pyenv+= -e 's,/usr/bin/env ,,' + # not executable CHECK_INTERPRETER_SKIP+= lib/gobject-introspection/giscanner/*.py -PKGCONFIG_OVERRIDE+= gobject-introspection-1.0.pc.in - -CONFIGURE_ARGS+= --disable-doctool --disable-tests # needed for tests only #.include "../../graphics/cairo/buildlink3.mk" #.include "../../graphics/cairo-gobject/buildlink3.mk" diff --git a/devel/gobject-introspection/PLIST b/devel/gobject-introspection/PLIST index 607221ff6517f..b2d9f7f3392c6 100644 --- a/devel/gobject-introspection/PLIST +++ b/devel/gobject-introspection/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.8 2014/10/07 23:29:49 prlw1 Exp $ +@comment $NetBSD: PLIST,v 1.9 2016/04/07 20:57:14 prlw1 Exp $ bin/g-ir-annotation-tool bin/g-ir-compiler bin/g-ir-generate @@ -147,6 +147,9 @@ lib/gobject-introspection/giscanner/maintransformer.pyo lib/gobject-introspection/giscanner/message.py lib/gobject-introspection/giscanner/message.pyc lib/gobject-introspection/giscanner/message.pyo +lib/gobject-introspection/giscanner/msvccompiler.py +lib/gobject-introspection/giscanner/msvccompiler.pyc +lib/gobject-introspection/giscanner/msvccompiler.pyo lib/gobject-introspection/giscanner/scannermain.py lib/gobject-introspection/giscanner/scannermain.pyc lib/gobject-introspection/giscanner/scannermain.pyo diff --git a/devel/gobject-introspection/distinfo b/devel/gobject-introspection/distinfo index d3dcfa31d845f..35163a818162b 100644 --- a/devel/gobject-introspection/distinfo +++ b/devel/gobject-introspection/distinfo @@ -1,9 +1,8 @@ -$NetBSD: distinfo,v 1.22 2015/11/03 03:27:29 agc Exp $ +$NetBSD: distinfo,v 1.23 2016/04/07 20:28:19 prlw1 Exp $ -SHA1 (gobject-introspection-1.44.0.tar.xz) = 5bae1d170e19d6b3de2d1dd2554d5fc1230ee5fd -RMD160 (gobject-introspection-1.44.0.tar.xz) = 6c6521f2690f09ea676b3fa0093e0fed5e87bc89 -SHA512 (gobject-introspection-1.44.0.tar.xz) = 294bee6c935991620e6bfe4bd63d7b5c586079cdc9ac349dd5228f5822f86983a5a4518838c808c3fdd1152cb37f79db5ad8674245939ecad97459ce178f03e7 -Size (gobject-introspection-1.44.0.tar.xz) = 1319168 bytes -SHA1 (patch-aa) = 51027168850b4015c958f29cff58ec6821f4cb42 +SHA1 (gobject-introspection-1.48.0.tar.xz) = fb8e1550116825edf5ab4c87875cb979bbedee9d +RMD160 (gobject-introspection-1.48.0.tar.xz) = 622ac599408548aad2e850f18631cf595145051f +SHA512 (gobject-introspection-1.48.0.tar.xz) = 62b23fd94e19fd7f1557c8bdd045b4ec19b9a39c55ec4b4a75b817fc97f936c6fdbf89fa3ad09ffa707afb542b1c644b718ccaaefe194f681ad40c08d5c53975 +Size (gobject-introspection-1.48.0.tar.xz) = 1371308 bytes +SHA1 (patch-aa) = 562071f5524de4c50571cb0c4625dcf3c933bac5 SHA1 (patch-ac) = 52174e01aa90a5cf75cfe2f255826c1e46f8e183 -SHA1 (patch-giscanner_dumper.py) = f2acdc734b7b93429e3179ffaf53c94c0e16e819 diff --git a/devel/gobject-introspection/patches/patch-aa b/devel/gobject-introspection/patches/patch-aa index 39c3ed49e534e..779b325b87bbb 100644 --- a/devel/gobject-introspection/patches/patch-aa +++ b/devel/gobject-introspection/patches/patch-aa @@ -1,8 +1,8 @@ -$NetBSD: patch-aa,v 1.3 2015/06/10 23:27:56 prlw1 Exp $ +$NetBSD: patch-aa,v 1.4 2016/04/07 20:28:19 prlw1 Exp $ ---- giscanner/ast.py.orig 2015-03-04 18:30:22.000000000 +0000 +--- giscanner/ast.py.orig 2015-11-19 11:20:18.000000000 +0000 +++ giscanner/ast.py -@@ -277,13 +277,21 @@ type_names['void'] = TYPE_NONE +@@ -300,13 +300,21 @@ type_names['void'] = TYPE_NONE type_names['signed long long'] = TYPE_LONG_LONG # C99 stdint exact width types type_names['int8_t'] = TYPE_INT8 @@ -24,10 +24,10 @@ $NetBSD: patch-aa,v 1.3 2015/06/10 23:27:56 prlw1 Exp $ # C99 stdbool type_names['bool'] = TYPE_BOOLEAN -@@ -321,7 +329,7 @@ type_names['FILE*'] = TYPE_ANY - # the relevant methods, but on the other hand, since these types are just +@@ -345,7 +353,7 @@ type_names['FILE*'] = TYPE_ANY # integers it's easy enough to expand them. type_names['size_t'] = type_names['gsize'] + type_names['ssize_t'] = type_names['gssize'] -type_names['time_t'] = TYPE_LONG +type_names['time_t'] = @TIMET_TYPENAME@ type_names['off_t'] = type_names['gsize'] diff --git a/devel/gobject-introspection/patches/patch-giscanner_dumper.py b/devel/gobject-introspection/patches/patch-giscanner_dumper.py deleted file mode 100644 index fe453a685aa57..0000000000000 --- a/devel/gobject-introspection/patches/patch-giscanner_dumper.py +++ /dev/null @@ -1,19 +0,0 @@ -$NetBSD: patch-giscanner_dumper.py,v 1.3 2013/12/08 13:28:27 prlw1 Exp $ - -Don't treat 'clang' as Visual C++ compiler. - ---- giscanner/dumper.py.orig 2013-09-24 13:41:09.000000000 +0000 -+++ giscanner/dumper.py -@@ -86,12 +86,6 @@ class DumpCompiler(object): - self._linker_cmd = os.environ.get('CC', self._compiler_cmd) - self._pkgconfig_cmd = os.environ.get('PKG_CONFIG', 'pkg-config') - self._pkgconfig_msvc_flags = '' -- # Enable the --msvc-syntax pkg-config flag when -- # the Microsoft compiler is used -- # (This is the other way to check whether Visual C++ is used subsequently) -- args = self._compiler_cmd.split() -- if 'cl.exe' in args or 'cl' in args: -- self._pkgconfig_msvc_flags = '--msvc-syntax' - self._uninst_srcdir = os.environ.get( - 'UNINSTALLED_INTROSPECTION_SRCDIR') - self._packages = ['gio-2.0 gmodule-2.0'] diff --git a/devel/gputils/Makefile b/devel/gputils/Makefile index 92ffa4888ff64..26de723d4b88b 100644 --- a/devel/gputils/Makefile +++ b/devel/gputils/Makefile @@ -1,8 +1,10 @@ -# $NetBSD: Makefile,v 1.20 2015/08/22 16:27:07 bouyer Exp $ +# $NetBSD: Makefile,v 1.21 2016/03/15 20:39:52 bouyer Exp $ -DISTNAME= gputils-1.4.0-1 +DISTNAME= gputils-1.4.2-1 +PKGNAME= gputils-1.4.2.1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gputils/} +WRKSRC= ${WRKDIR}/gputils-1.4.2 MAINTAINER= dogcow@NetBSD.org HOMEPAGE= http://gputils.sourceforge.net/ diff --git a/devel/gputils/PLIST b/devel/gputils/PLIST index a82f35caa2dbb..5f38ac2ad7285 100644 --- a/devel/gputils/PLIST +++ b/devel/gputils/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.7 2014/12/30 22:19:35 ryoon Exp $ +@comment $NetBSD: PLIST,v 1.8 2016/03/15 20:39:52 bouyer Exp $ bin/gpasm bin/gpdasm bin/gplib @@ -189,6 +189,10 @@ share/gputils/header/p16f1518.inc share/gputils/header/p16f1519.inc share/gputils/header/p16f1526.inc share/gputils/header/p16f1527.inc +share/gputils/header/p16f1574.inc +share/gputils/header/p16f1575.inc +share/gputils/header/p16f1578.inc +share/gputils/header/p16f1579.inc share/gputils/header/p16f1613.inc share/gputils/header/p16f1614.inc share/gputils/header/p16f1615.inc @@ -205,6 +209,15 @@ share/gputils/header/p16f1716.inc share/gputils/header/p16f1717.inc share/gputils/header/p16f1718.inc share/gputils/header/p16f1719.inc +share/gputils/header/p16f1764.inc +share/gputils/header/p16f1765.inc +share/gputils/header/p16f1768.inc +share/gputils/header/p16f1769.inc +share/gputils/header/p16f1773.inc +share/gputils/header/p16f1776.inc +share/gputils/header/p16f1777.inc +share/gputils/header/p16f1778.inc +share/gputils/header/p16f1779.inc share/gputils/header/p16f1782.inc share/gputils/header/p16f1783.inc share/gputils/header/p16f1784.inc @@ -220,7 +233,22 @@ share/gputils/header/p16f1827.inc share/gputils/header/p16f1828.inc share/gputils/header/p16f1829.inc share/gputils/header/p16f1829lin.inc +share/gputils/header/p16f18313.inc +share/gputils/header/p16f18323.inc +share/gputils/header/p16f18324.inc +share/gputils/header/p16f18325.inc +share/gputils/header/p16f18326.inc +share/gputils/header/p16f18344.inc +share/gputils/header/p16f18345.inc +share/gputils/header/p16f18346.inc share/gputils/header/p16f1847.inc +share/gputils/header/p16f18854.inc +share/gputils/header/p16f18855.inc +share/gputils/header/p16f18856.inc +share/gputils/header/p16f18857.inc +share/gputils/header/p16f18875.inc +share/gputils/header/p16f18876.inc +share/gputils/header/p16f18877.inc share/gputils/header/p16f1933.inc share/gputils/header/p16f1934.inc share/gputils/header/p16f1936.inc @@ -331,6 +359,12 @@ share/gputils/header/p16lf1526.inc share/gputils/header/p16lf1527.inc share/gputils/header/p16lf1554.inc share/gputils/header/p16lf1559.inc +share/gputils/header/p16lf1566.inc +share/gputils/header/p16lf1567.inc +share/gputils/header/p16lf1574.inc +share/gputils/header/p16lf1575.inc +share/gputils/header/p16lf1578.inc +share/gputils/header/p16lf1579.inc share/gputils/header/p16lf1613.inc share/gputils/header/p16lf1614.inc share/gputils/header/p16lf1615.inc @@ -347,6 +381,15 @@ share/gputils/header/p16lf1716.inc share/gputils/header/p16lf1717.inc share/gputils/header/p16lf1718.inc share/gputils/header/p16lf1719.inc +share/gputils/header/p16lf1764.inc +share/gputils/header/p16lf1765.inc +share/gputils/header/p16lf1768.inc +share/gputils/header/p16lf1769.inc +share/gputils/header/p16lf1773.inc +share/gputils/header/p16lf1776.inc +share/gputils/header/p16lf1777.inc +share/gputils/header/p16lf1778.inc +share/gputils/header/p16lf1779.inc share/gputils/header/p16lf1782.inc share/gputils/header/p16lf1783.inc share/gputils/header/p16lf1784.inc @@ -364,7 +407,18 @@ share/gputils/header/p16lf1828.inc share/gputils/header/p16lf1829.inc share/gputils/header/p16lf18313.inc share/gputils/header/p16lf18323.inc +share/gputils/header/p16lf18324.inc +share/gputils/header/p16lf18325.inc +share/gputils/header/p16lf18344.inc +share/gputils/header/p16lf18345.inc share/gputils/header/p16lf1847.inc +share/gputils/header/p16lf18854.inc +share/gputils/header/p16lf18855.inc +share/gputils/header/p16lf18856.inc +share/gputils/header/p16lf18857.inc +share/gputils/header/p16lf18875.inc +share/gputils/header/p16lf18876.inc +share/gputils/header/p16lf18877.inc share/gputils/header/p16lf1902.inc share/gputils/header/p16lf1903.inc share/gputils/header/p16lf1904.inc @@ -378,6 +432,11 @@ share/gputils/header/p16lf1938.inc share/gputils/header/p16lf1939.inc share/gputils/header/p16lf1946.inc share/gputils/header/p16lf1947.inc +share/gputils/header/p16lf627.inc +share/gputils/header/p16lf627a.inc +share/gputils/header/p16lf628.inc +share/gputils/header/p16lf628a.inc +share/gputils/header/p16lf648a.inc share/gputils/header/p16lf707.inc share/gputils/header/p16lf720.inc share/gputils/header/p16lf721.inc @@ -388,6 +447,30 @@ share/gputils/header/p16lf723a.inc share/gputils/header/p16lf724.inc share/gputils/header/p16lf726.inc share/gputils/header/p16lf727.inc +share/gputils/header/p16lf74.inc +share/gputils/header/p16lf747.inc +share/gputils/header/p16lf76.inc +share/gputils/header/p16lf767.inc +share/gputils/header/p16lf77.inc +share/gputils/header/p16lf777.inc +share/gputils/header/p16lf818.inc +share/gputils/header/p16lf819.inc +share/gputils/header/p16lf83.inc +share/gputils/header/p16lf84.inc +share/gputils/header/p16lf84a.inc +share/gputils/header/p16lf87.inc +share/gputils/header/p16lf870.inc +share/gputils/header/p16lf871.inc +share/gputils/header/p16lf872.inc +share/gputils/header/p16lf873.inc +share/gputils/header/p16lf873a.inc +share/gputils/header/p16lf874.inc +share/gputils/header/p16lf874a.inc +share/gputils/header/p16lf876.inc +share/gputils/header/p16lf876a.inc +share/gputils/header/p16lf877.inc +share/gputils/header/p16lf877a.inc +share/gputils/header/p16lf88.inc share/gputils/header/p17c42.inc share/gputils/header/p17c42a.inc share/gputils/header/p17c43.inc @@ -440,6 +523,7 @@ share/gputils/header/p18f24j11.inc share/gputils/header/p18f24j50.inc share/gputils/header/p18f24k20.inc share/gputils/header/p18f24k22.inc +share/gputils/header/p18f24k40.inc share/gputils/header/p18f24k50.inc share/gputils/header/p18f2510.inc share/gputils/header/p18f2515.inc @@ -458,6 +542,7 @@ share/gputils/header/p18f25j11.inc share/gputils/header/p18f25j50.inc share/gputils/header/p18f25k20.inc share/gputils/header/p18f25k22.inc +share/gputils/header/p18f25k40.inc share/gputils/header/p18f25k50.inc share/gputils/header/p18f25k80.inc share/gputils/header/p18f2610.inc @@ -471,6 +556,7 @@ share/gputils/header/p18f26j50.inc share/gputils/header/p18f26j53.inc share/gputils/header/p18f26k20.inc share/gputils/header/p18f26k22.inc +share/gputils/header/p18f26k40.inc share/gputils/header/p18f26k80.inc share/gputils/header/p18f27j13.inc share/gputils/header/p18f27j53.inc @@ -514,6 +600,7 @@ share/gputils/header/p18f45j11.inc share/gputils/header/p18f45j50.inc share/gputils/header/p18f45k20.inc share/gputils/header/p18f45k22.inc +share/gputils/header/p18f45k40.inc share/gputils/header/p18f45k50.inc share/gputils/header/p18f45k80.inc share/gputils/header/p18f4610.inc @@ -527,9 +614,11 @@ share/gputils/header/p18f46j50.inc share/gputils/header/p18f46j53.inc share/gputils/header/p18f46k20.inc share/gputils/header/p18f46k22.inc +share/gputils/header/p18f46k40.inc share/gputils/header/p18f46k80.inc share/gputils/header/p18f47j13.inc share/gputils/header/p18f47j53.inc +share/gputils/header/p18f47k40.inc share/gputils/header/p18f6310.inc share/gputils/header/p18f6390.inc share/gputils/header/p18f6393.inc @@ -649,51 +738,165 @@ share/gputils/header/p18f96j94.inc share/gputils/header/p18f96j99.inc share/gputils/header/p18f97j60.inc share/gputils/header/p18f97j94.inc +share/gputils/header/p18lf1220.inc +share/gputils/header/p18lf1230.inc +share/gputils/header/p18lf1320.inc +share/gputils/header/p18lf1330.inc share/gputils/header/p18lf13k22.inc share/gputils/header/p18lf13k50.inc share/gputils/header/p18lf14k22.inc share/gputils/header/p18lf14k50.inc +share/gputils/header/p18lf2220.inc +share/gputils/header/p18lf2221.inc +share/gputils/header/p18lf2320.inc +share/gputils/header/p18lf2321.inc +share/gputils/header/p18lf2331.inc share/gputils/header/p18lf23k22.inc +share/gputils/header/p18lf2410.inc +share/gputils/header/p18lf242.inc +share/gputils/header/p18lf2420.inc +share/gputils/header/p18lf2423.inc +share/gputils/header/p18lf2431.inc +share/gputils/header/p18lf2439.inc +share/gputils/header/p18lf2450.inc +share/gputils/header/p18lf2455.inc +share/gputils/header/p18lf2458.inc +share/gputils/header/p18lf248.inc +share/gputils/header/p18lf2480.inc share/gputils/header/p18lf24j10.inc share/gputils/header/p18lf24j11.inc share/gputils/header/p18lf24j50.inc share/gputils/header/p18lf24k22.inc +share/gputils/header/p18lf24k40.inc share/gputils/header/p18lf24k50.inc +share/gputils/header/p18lf2510.inc +share/gputils/header/p18lf2515.inc +share/gputils/header/p18lf252.inc +share/gputils/header/p18lf2520.inc +share/gputils/header/p18lf2523.inc +share/gputils/header/p18lf2525.inc +share/gputils/header/p18lf2539.inc +share/gputils/header/p18lf2550.inc +share/gputils/header/p18lf2553.inc +share/gputils/header/p18lf258.inc +share/gputils/header/p18lf2580.inc +share/gputils/header/p18lf2585.inc share/gputils/header/p18lf25j10.inc share/gputils/header/p18lf25j11.inc share/gputils/header/p18lf25j50.inc share/gputils/header/p18lf25k22.inc +share/gputils/header/p18lf25k40.inc share/gputils/header/p18lf25k50.inc share/gputils/header/p18lf25k80.inc +share/gputils/header/p18lf2610.inc +share/gputils/header/p18lf2620.inc +share/gputils/header/p18lf2680.inc +share/gputils/header/p18lf2682.inc +share/gputils/header/p18lf2685.inc share/gputils/header/p18lf26j11.inc share/gputils/header/p18lf26j13.inc share/gputils/header/p18lf26j50.inc share/gputils/header/p18lf26j53.inc share/gputils/header/p18lf26k22.inc +share/gputils/header/p18lf26k40.inc share/gputils/header/p18lf26k80.inc share/gputils/header/p18lf27j13.inc share/gputils/header/p18lf27j53.inc +share/gputils/header/p18lf4220.inc +share/gputils/header/p18lf4221.inc +share/gputils/header/p18lf4320.inc +share/gputils/header/p18lf4321.inc +share/gputils/header/p18lf4331.inc share/gputils/header/p18lf43k22.inc +share/gputils/header/p18lf4410.inc +share/gputils/header/p18lf442.inc +share/gputils/header/p18lf4420.inc +share/gputils/header/p18lf4423.inc +share/gputils/header/p18lf4431.inc +share/gputils/header/p18lf4439.inc +share/gputils/header/p18lf4450.inc +share/gputils/header/p18lf4455.inc +share/gputils/header/p18lf4458.inc +share/gputils/header/p18lf448.inc +share/gputils/header/p18lf4480.inc share/gputils/header/p18lf44j10.inc share/gputils/header/p18lf44j11.inc share/gputils/header/p18lf44j50.inc share/gputils/header/p18lf44k22.inc +share/gputils/header/p18lf4510.inc +share/gputils/header/p18lf4515.inc +share/gputils/header/p18lf452.inc +share/gputils/header/p18lf4520.inc +share/gputils/header/p18lf4523.inc +share/gputils/header/p18lf4525.inc +share/gputils/header/p18lf4539.inc +share/gputils/header/p18lf4550.inc +share/gputils/header/p18lf4553.inc +share/gputils/header/p18lf458.inc +share/gputils/header/p18lf4580.inc +share/gputils/header/p18lf4585.inc share/gputils/header/p18lf45j10.inc share/gputils/header/p18lf45j11.inc share/gputils/header/p18lf45j50.inc share/gputils/header/p18lf45k22.inc +share/gputils/header/p18lf45k40.inc share/gputils/header/p18lf45k50.inc share/gputils/header/p18lf45k80.inc +share/gputils/header/p18lf4610.inc +share/gputils/header/p18lf4620.inc +share/gputils/header/p18lf4680.inc +share/gputils/header/p18lf4682.inc +share/gputils/header/p18lf4685.inc share/gputils/header/p18lf46j11.inc share/gputils/header/p18lf46j13.inc share/gputils/header/p18lf46j50.inc share/gputils/header/p18lf46j53.inc share/gputils/header/p18lf46k22.inc +share/gputils/header/p18lf46k40.inc share/gputils/header/p18lf46k80.inc share/gputils/header/p18lf47j13.inc share/gputils/header/p18lf47j53.inc +share/gputils/header/p18lf47k40.inc +share/gputils/header/p18lf6310.inc +share/gputils/header/p18lf6390.inc +share/gputils/header/p18lf6393.inc +share/gputils/header/p18lf6410.inc +share/gputils/header/p18lf6490.inc +share/gputils/header/p18lf6493.inc +share/gputils/header/p18lf6520.inc +share/gputils/header/p18lf6525.inc +share/gputils/header/p18lf6527.inc +share/gputils/header/p18lf6585.inc share/gputils/header/p18lf65k80.inc +share/gputils/header/p18lf6620.inc +share/gputils/header/p18lf6621.inc +share/gputils/header/p18lf6622.inc +share/gputils/header/p18lf6627.inc +share/gputils/header/p18lf6628.inc +share/gputils/header/p18lf6680.inc share/gputils/header/p18lf66k80.inc +share/gputils/header/p18lf6720.inc +share/gputils/header/p18lf6722.inc +share/gputils/header/p18lf6723.inc +share/gputils/header/p18lf8310.inc +share/gputils/header/p18lf8390.inc +share/gputils/header/p18lf8393.inc +share/gputils/header/p18lf8410.inc +share/gputils/header/p18lf8490.inc +share/gputils/header/p18lf8493.inc +share/gputils/header/p18lf8520.inc +share/gputils/header/p18lf8525.inc +share/gputils/header/p18lf8527.inc +share/gputils/header/p18lf8585.inc +share/gputils/header/p18lf8620.inc +share/gputils/header/p18lf8621.inc +share/gputils/header/p18lf8622.inc +share/gputils/header/p18lf8627.inc +share/gputils/header/p18lf8628.inc +share/gputils/header/p18lf8680.inc +share/gputils/header/p18lf8720.inc +share/gputils/header/p18lf8722.inc +share/gputils/header/p18lf8723.inc share/gputils/header/p18macro.inc share/gputils/header/pmcv08a.inc share/gputils/header/pmcv14a.inc @@ -868,6 +1071,10 @@ share/gputils/lkr/16f1518_g.lkr share/gputils/lkr/16f1519_g.lkr share/gputils/lkr/16f1526_g.lkr share/gputils/lkr/16f1527_g.lkr +share/gputils/lkr/16f1574_g.lkr +share/gputils/lkr/16f1575_g.lkr +share/gputils/lkr/16f1578_g.lkr +share/gputils/lkr/16f1579_g.lkr share/gputils/lkr/16f1613_g.lkr share/gputils/lkr/16f1614_g.lkr share/gputils/lkr/16f1615_g.lkr @@ -884,6 +1091,15 @@ share/gputils/lkr/16f1716_g.lkr share/gputils/lkr/16f1717_g.lkr share/gputils/lkr/16f1718_g.lkr share/gputils/lkr/16f1719_g.lkr +share/gputils/lkr/16f1764_g.lkr +share/gputils/lkr/16f1765_g.lkr +share/gputils/lkr/16f1768_g.lkr +share/gputils/lkr/16f1769_g.lkr +share/gputils/lkr/16f1773_g.lkr +share/gputils/lkr/16f1776_g.lkr +share/gputils/lkr/16f1777_g.lkr +share/gputils/lkr/16f1778_g.lkr +share/gputils/lkr/16f1779_g.lkr share/gputils/lkr/16f1782_g.lkr share/gputils/lkr/16f1783_g.lkr share/gputils/lkr/16f1784_g.lkr @@ -899,7 +1115,22 @@ share/gputils/lkr/16f1827_g.lkr share/gputils/lkr/16f1828_g.lkr share/gputils/lkr/16f1829_g.lkr share/gputils/lkr/16f1829lin_g.lkr +share/gputils/lkr/16f18313_g.lkr +share/gputils/lkr/16f18323_g.lkr +share/gputils/lkr/16f18324_g.lkr +share/gputils/lkr/16f18325_g.lkr +share/gputils/lkr/16f18326_g.lkr +share/gputils/lkr/16f18344_g.lkr +share/gputils/lkr/16f18345_g.lkr +share/gputils/lkr/16f18346_g.lkr share/gputils/lkr/16f1847_g.lkr +share/gputils/lkr/16f18854_g.lkr +share/gputils/lkr/16f18855_g.lkr +share/gputils/lkr/16f18856_g.lkr +share/gputils/lkr/16f18857_g.lkr +share/gputils/lkr/16f18875_g.lkr +share/gputils/lkr/16f18876_g.lkr +share/gputils/lkr/16f18877_g.lkr share/gputils/lkr/16f1933_g.lkr share/gputils/lkr/16f1934_g.lkr share/gputils/lkr/16f1936_g.lkr @@ -1008,6 +1239,12 @@ share/gputils/lkr/16lf1526_g.lkr share/gputils/lkr/16lf1527_g.lkr share/gputils/lkr/16lf1554_g.lkr share/gputils/lkr/16lf1559_g.lkr +share/gputils/lkr/16lf1566_g.lkr +share/gputils/lkr/16lf1567_g.lkr +share/gputils/lkr/16lf1574_g.lkr +share/gputils/lkr/16lf1575_g.lkr +share/gputils/lkr/16lf1578_g.lkr +share/gputils/lkr/16lf1579_g.lkr share/gputils/lkr/16lf1613_g.lkr share/gputils/lkr/16lf1614_g.lkr share/gputils/lkr/16lf1615_g.lkr @@ -1024,6 +1261,15 @@ share/gputils/lkr/16lf1716_g.lkr share/gputils/lkr/16lf1717_g.lkr share/gputils/lkr/16lf1718_g.lkr share/gputils/lkr/16lf1719_g.lkr +share/gputils/lkr/16lf1764_g.lkr +share/gputils/lkr/16lf1765_g.lkr +share/gputils/lkr/16lf1768_g.lkr +share/gputils/lkr/16lf1769_g.lkr +share/gputils/lkr/16lf1773_g.lkr +share/gputils/lkr/16lf1776_g.lkr +share/gputils/lkr/16lf1777_g.lkr +share/gputils/lkr/16lf1778_g.lkr +share/gputils/lkr/16lf1779_g.lkr share/gputils/lkr/16lf1782_g.lkr share/gputils/lkr/16lf1783_g.lkr share/gputils/lkr/16lf1784_g.lkr @@ -1041,7 +1287,18 @@ share/gputils/lkr/16lf1828_g.lkr share/gputils/lkr/16lf1829_g.lkr share/gputils/lkr/16lf18313_g.lkr share/gputils/lkr/16lf18323_g.lkr +share/gputils/lkr/16lf18324_g.lkr +share/gputils/lkr/16lf18325_g.lkr +share/gputils/lkr/16lf18344_g.lkr +share/gputils/lkr/16lf18345_g.lkr share/gputils/lkr/16lf1847_g.lkr +share/gputils/lkr/16lf18854_g.lkr +share/gputils/lkr/16lf18855_g.lkr +share/gputils/lkr/16lf18856_g.lkr +share/gputils/lkr/16lf18857_g.lkr +share/gputils/lkr/16lf18875_g.lkr +share/gputils/lkr/16lf18876_g.lkr +share/gputils/lkr/16lf18877_g.lkr share/gputils/lkr/16lf1902_g.lkr share/gputils/lkr/16lf1903_g.lkr share/gputils/lkr/16lf1904_g.lkr @@ -1055,6 +1312,11 @@ share/gputils/lkr/16lf1938_g.lkr share/gputils/lkr/16lf1939_g.lkr share/gputils/lkr/16lf1946_g.lkr share/gputils/lkr/16lf1947_g.lkr +share/gputils/lkr/16lf627_g.lkr +share/gputils/lkr/16lf627a_g.lkr +share/gputils/lkr/16lf628_g.lkr +share/gputils/lkr/16lf628a_g.lkr +share/gputils/lkr/16lf648a_g.lkr share/gputils/lkr/16lf707_g.lkr share/gputils/lkr/16lf720_g.lkr share/gputils/lkr/16lf721_g.lkr @@ -1065,6 +1327,30 @@ share/gputils/lkr/16lf723a_g.lkr share/gputils/lkr/16lf724_g.lkr share/gputils/lkr/16lf726_g.lkr share/gputils/lkr/16lf727_g.lkr +share/gputils/lkr/16lf747_g.lkr +share/gputils/lkr/16lf74_g.lkr +share/gputils/lkr/16lf767_g.lkr +share/gputils/lkr/16lf76_g.lkr +share/gputils/lkr/16lf777_g.lkr +share/gputils/lkr/16lf77_g.lkr +share/gputils/lkr/16lf818_g.lkr +share/gputils/lkr/16lf819_g.lkr +share/gputils/lkr/16lf83_g.lkr +share/gputils/lkr/16lf84_g.lkr +share/gputils/lkr/16lf84a_g.lkr +share/gputils/lkr/16lf870_g.lkr +share/gputils/lkr/16lf871_g.lkr +share/gputils/lkr/16lf872_g.lkr +share/gputils/lkr/16lf873_g.lkr +share/gputils/lkr/16lf873a_g.lkr +share/gputils/lkr/16lf874_g.lkr +share/gputils/lkr/16lf874a_g.lkr +share/gputils/lkr/16lf876_g.lkr +share/gputils/lkr/16lf876a_g.lkr +share/gputils/lkr/16lf877_g.lkr +share/gputils/lkr/16lf877a_g.lkr +share/gputils/lkr/16lf87_g.lkr +share/gputils/lkr/16lf88_g.lkr share/gputils/lkr/17c42_g.lkr share/gputils/lkr/17c42a_g.lkr share/gputils/lkr/17c43_g.lkr @@ -1116,6 +1402,7 @@ share/gputils/lkr/18f24j11_g.lkr share/gputils/lkr/18f24j50_g.lkr share/gputils/lkr/18f24k20_g.lkr share/gputils/lkr/18f24k22_g.lkr +share/gputils/lkr/18f24k40_g.lkr share/gputils/lkr/18f24k50_g.lkr share/gputils/lkr/18f2510_g.lkr share/gputils/lkr/18f2515_g.lkr @@ -1134,6 +1421,7 @@ share/gputils/lkr/18f25j11_g.lkr share/gputils/lkr/18f25j50_g.lkr share/gputils/lkr/18f25k20_g.lkr share/gputils/lkr/18f25k22_g.lkr +share/gputils/lkr/18f25k40_g.lkr share/gputils/lkr/18f25k50_g.lkr share/gputils/lkr/18f25k80_g.lkr share/gputils/lkr/18f2610_g.lkr @@ -1147,6 +1435,7 @@ share/gputils/lkr/18f26j50_g.lkr share/gputils/lkr/18f26j53_g.lkr share/gputils/lkr/18f26k20_g.lkr share/gputils/lkr/18f26k22_g.lkr +share/gputils/lkr/18f26k40_g.lkr share/gputils/lkr/18f26k80_g.lkr share/gputils/lkr/18f27j13_g.lkr share/gputils/lkr/18f27j53_g.lkr @@ -1190,6 +1479,7 @@ share/gputils/lkr/18f45j11_g.lkr share/gputils/lkr/18f45j50_g.lkr share/gputils/lkr/18f45k20_g.lkr share/gputils/lkr/18f45k22_g.lkr +share/gputils/lkr/18f45k40_g.lkr share/gputils/lkr/18f45k50_g.lkr share/gputils/lkr/18f45k80_g.lkr share/gputils/lkr/18f4610_g.lkr @@ -1203,9 +1493,11 @@ share/gputils/lkr/18f46j50_g.lkr share/gputils/lkr/18f46j53_g.lkr share/gputils/lkr/18f46k20_g.lkr share/gputils/lkr/18f46k22_g.lkr +share/gputils/lkr/18f46k40_g.lkr share/gputils/lkr/18f46k80_g.lkr share/gputils/lkr/18f47j13_g.lkr share/gputils/lkr/18f47j53_g.lkr +share/gputils/lkr/18f47k40_g.lkr share/gputils/lkr/18f6310_g.lkr share/gputils/lkr/18f6390_g.lkr share/gputils/lkr/18f6393_g.lkr @@ -1325,51 +1617,165 @@ share/gputils/lkr/18f96j94_g.lkr share/gputils/lkr/18f96j99_g.lkr share/gputils/lkr/18f97j60_g.lkr share/gputils/lkr/18f97j94_g.lkr +share/gputils/lkr/18lf1220_g.lkr +share/gputils/lkr/18lf1230_g.lkr +share/gputils/lkr/18lf1320_g.lkr +share/gputils/lkr/18lf1330_g.lkr share/gputils/lkr/18lf13k22_g.lkr share/gputils/lkr/18lf13k50_g.lkr share/gputils/lkr/18lf14k22_g.lkr share/gputils/lkr/18lf14k50_g.lkr +share/gputils/lkr/18lf2220_g.lkr +share/gputils/lkr/18lf2221_g.lkr +share/gputils/lkr/18lf2320_g.lkr +share/gputils/lkr/18lf2321_g.lkr +share/gputils/lkr/18lf2331_g.lkr share/gputils/lkr/18lf23k22_g.lkr +share/gputils/lkr/18lf2410_g.lkr +share/gputils/lkr/18lf2420_g.lkr +share/gputils/lkr/18lf2423_g.lkr +share/gputils/lkr/18lf242_g.lkr +share/gputils/lkr/18lf2431_g.lkr +share/gputils/lkr/18lf2439_g.lkr +share/gputils/lkr/18lf2450_g.lkr +share/gputils/lkr/18lf2455_g.lkr +share/gputils/lkr/18lf2458_g.lkr +share/gputils/lkr/18lf2480_g.lkr +share/gputils/lkr/18lf248_g.lkr share/gputils/lkr/18lf24j10_g.lkr share/gputils/lkr/18lf24j11_g.lkr share/gputils/lkr/18lf24j50_g.lkr share/gputils/lkr/18lf24k22_g.lkr +share/gputils/lkr/18lf24k40_g.lkr share/gputils/lkr/18lf24k50_g.lkr +share/gputils/lkr/18lf2510_g.lkr +share/gputils/lkr/18lf2515_g.lkr +share/gputils/lkr/18lf2520_g.lkr +share/gputils/lkr/18lf2523_g.lkr +share/gputils/lkr/18lf2525_g.lkr +share/gputils/lkr/18lf252_g.lkr +share/gputils/lkr/18lf2539_g.lkr +share/gputils/lkr/18lf2550_g.lkr +share/gputils/lkr/18lf2553_g.lkr +share/gputils/lkr/18lf2580_g.lkr +share/gputils/lkr/18lf2585_g.lkr +share/gputils/lkr/18lf258_g.lkr share/gputils/lkr/18lf25j10_g.lkr share/gputils/lkr/18lf25j11_g.lkr share/gputils/lkr/18lf25j50_g.lkr share/gputils/lkr/18lf25k22_g.lkr +share/gputils/lkr/18lf25k40_g.lkr share/gputils/lkr/18lf25k50_g.lkr share/gputils/lkr/18lf25k80_g.lkr +share/gputils/lkr/18lf2610_g.lkr +share/gputils/lkr/18lf2620_g.lkr +share/gputils/lkr/18lf2680_g.lkr +share/gputils/lkr/18lf2682_g.lkr +share/gputils/lkr/18lf2685_g.lkr share/gputils/lkr/18lf26j11_g.lkr share/gputils/lkr/18lf26j13_g.lkr share/gputils/lkr/18lf26j50_g.lkr share/gputils/lkr/18lf26j53_g.lkr share/gputils/lkr/18lf26k22_g.lkr +share/gputils/lkr/18lf26k40_g.lkr share/gputils/lkr/18lf26k80_g.lkr share/gputils/lkr/18lf27j13_g.lkr share/gputils/lkr/18lf27j53_g.lkr +share/gputils/lkr/18lf4220_g.lkr +share/gputils/lkr/18lf4221_g.lkr +share/gputils/lkr/18lf4320_g.lkr +share/gputils/lkr/18lf4321_g.lkr +share/gputils/lkr/18lf4331_g.lkr share/gputils/lkr/18lf43k22_g.lkr +share/gputils/lkr/18lf4410_g.lkr +share/gputils/lkr/18lf4420_g.lkr +share/gputils/lkr/18lf4423_g.lkr +share/gputils/lkr/18lf442_g.lkr +share/gputils/lkr/18lf4431_g.lkr +share/gputils/lkr/18lf4439_g.lkr +share/gputils/lkr/18lf4450_g.lkr +share/gputils/lkr/18lf4455_g.lkr +share/gputils/lkr/18lf4458_g.lkr +share/gputils/lkr/18lf4480_g.lkr +share/gputils/lkr/18lf448_g.lkr share/gputils/lkr/18lf44j10_g.lkr share/gputils/lkr/18lf44j11_g.lkr share/gputils/lkr/18lf44j50_g.lkr share/gputils/lkr/18lf44k22_g.lkr +share/gputils/lkr/18lf4510_g.lkr +share/gputils/lkr/18lf4515_g.lkr +share/gputils/lkr/18lf4520_g.lkr +share/gputils/lkr/18lf4523_g.lkr +share/gputils/lkr/18lf4525_g.lkr +share/gputils/lkr/18lf452_g.lkr +share/gputils/lkr/18lf4539_g.lkr +share/gputils/lkr/18lf4550_g.lkr +share/gputils/lkr/18lf4553_g.lkr +share/gputils/lkr/18lf4580_g.lkr +share/gputils/lkr/18lf4585_g.lkr +share/gputils/lkr/18lf458_g.lkr share/gputils/lkr/18lf45j10_g.lkr share/gputils/lkr/18lf45j11_g.lkr share/gputils/lkr/18lf45j50_g.lkr share/gputils/lkr/18lf45k22_g.lkr +share/gputils/lkr/18lf45k40_g.lkr share/gputils/lkr/18lf45k50_g.lkr share/gputils/lkr/18lf45k80_g.lkr +share/gputils/lkr/18lf4610_g.lkr +share/gputils/lkr/18lf4620_g.lkr +share/gputils/lkr/18lf4680_g.lkr +share/gputils/lkr/18lf4682_g.lkr +share/gputils/lkr/18lf4685_g.lkr share/gputils/lkr/18lf46j11_g.lkr share/gputils/lkr/18lf46j13_g.lkr share/gputils/lkr/18lf46j50_g.lkr share/gputils/lkr/18lf46j53_g.lkr share/gputils/lkr/18lf46k22_g.lkr +share/gputils/lkr/18lf46k40_g.lkr share/gputils/lkr/18lf46k80_g.lkr share/gputils/lkr/18lf47j13_g.lkr share/gputils/lkr/18lf47j53_g.lkr +share/gputils/lkr/18lf47k40_g.lkr +share/gputils/lkr/18lf6310_g.lkr +share/gputils/lkr/18lf6390_g.lkr +share/gputils/lkr/18lf6393_g.lkr +share/gputils/lkr/18lf6410_g.lkr +share/gputils/lkr/18lf6490_g.lkr +share/gputils/lkr/18lf6493_g.lkr +share/gputils/lkr/18lf6520_g.lkr +share/gputils/lkr/18lf6525_g.lkr +share/gputils/lkr/18lf6527_g.lkr +share/gputils/lkr/18lf6585_g.lkr share/gputils/lkr/18lf65k80_g.lkr +share/gputils/lkr/18lf6620_g.lkr +share/gputils/lkr/18lf6621_g.lkr +share/gputils/lkr/18lf6622_g.lkr +share/gputils/lkr/18lf6627_g.lkr +share/gputils/lkr/18lf6628_g.lkr +share/gputils/lkr/18lf6680_g.lkr share/gputils/lkr/18lf66k80_g.lkr +share/gputils/lkr/18lf6720_g.lkr +share/gputils/lkr/18lf6722_g.lkr +share/gputils/lkr/18lf6723_g.lkr +share/gputils/lkr/18lf8310_g.lkr +share/gputils/lkr/18lf8390_g.lkr +share/gputils/lkr/18lf8393_g.lkr +share/gputils/lkr/18lf8410_g.lkr +share/gputils/lkr/18lf8490_g.lkr +share/gputils/lkr/18lf8493_g.lkr +share/gputils/lkr/18lf8520_g.lkr +share/gputils/lkr/18lf8525_g.lkr +share/gputils/lkr/18lf8527_g.lkr +share/gputils/lkr/18lf8585_g.lkr +share/gputils/lkr/18lf8620_g.lkr +share/gputils/lkr/18lf8621_g.lkr +share/gputils/lkr/18lf8622_g.lkr +share/gputils/lkr/18lf8627_g.lkr +share/gputils/lkr/18lf8628_g.lkr +share/gputils/lkr/18lf8680_g.lkr +share/gputils/lkr/18lf8720_g.lkr +share/gputils/lkr/18lf8722_g.lkr +share/gputils/lkr/18lf8723_g.lkr share/gputils/lkr/hcs1365_g.lkr share/gputils/lkr/hcs1370_g.lkr share/gputils/lkr/mcv08a_g.lkr diff --git a/devel/gputils/distinfo b/devel/gputils/distinfo index 0647256b045cf..b8c84b8cd4060 100644 --- a/devel/gputils/distinfo +++ b/devel/gputils/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.10 2015/11/03 03:27:30 agc Exp $ +$NetBSD: distinfo,v 1.11 2016/03/15 20:39:52 bouyer Exp $ -SHA1 (gputils-1.4.0-1.tar.gz) = 26593b7237b0c436b4482d1038216b467ec660b7 -RMD160 (gputils-1.4.0-1.tar.gz) = aa400127282a37d8c2ea7164598ebf9fa1e9998a -SHA512 (gputils-1.4.0-1.tar.gz) = 1bf58603905de18f8bd00d07830186aa9a12d86e6938d1c053ce5887aadf446df6c5a7d952df8a3314185aff3ed34862abf6309dc159dba17d66cb3f14aece7b -Size (gputils-1.4.0-1.tar.gz) = 9664124 bytes +SHA1 (gputils-1.4.2-1.tar.gz) = f71ce8419b497ff8fc72aa11344919095726f40e +RMD160 (gputils-1.4.2-1.tar.gz) = 0084c8160f4c2c6fd75db7cbda37aba116e98220 +SHA512 (gputils-1.4.2-1.tar.gz) = dfa469157008b9cac486f353ac9089326d093d7daa7e4b909d018e703963ed09481e76a3afb275ed2d9ca0bf41c53de635bb55ff3dbe0509f48e801986982341 +Size (gputils-1.4.2-1.tar.gz) = 12505612 bytes diff --git a/devel/grantlee-qt5/DESCR b/devel/grantlee-qt5/DESCR new file mode 100644 index 0000000000000..ad01884471316 --- /dev/null +++ b/devel/grantlee-qt5/DESCR @@ -0,0 +1 @@ +String template engine in QT5 based on Django template system. diff --git a/devel/grantlee-qt5/Makefile b/devel/grantlee-qt5/Makefile new file mode 100644 index 0000000000000..baa8a96242521 --- /dev/null +++ b/devel/grantlee-qt5/Makefile @@ -0,0 +1,23 @@ +# $NetBSD: Makefile,v 1.1 2016/05/08 11:21:40 markd Exp $ +# + +DISTNAME= grantlee-5.1.0 +PKGNAME= ${DISTNAME:S/-/-qt5-/} +CATEGORIES= devel +MASTER_SITES= http://downloads.grantlee.org/ + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://www.gitorious.org/grantlee/pages/Home +COMMENT= String template engine in QT5 based on Django template system +LICENSE= gnu-lgpl-v3 + +USE_LANGUAGES= c c++ +USE_CMAKE= yes + +# Unbreak nested templates https://github.com/steveire/grantlee/issues/27 +post-patch: + cd ${WRKSRC}; find . -type f -name '*.h' -exec sed -e 's|>>|> >|g' -i {} \; + +.include "../../x11/qt5-qtscript/buildlink3.mk" + +.include "../../mk/bsd.pkg.mk" diff --git a/devel/grantlee-qt5/PLIST b/devel/grantlee-qt5/PLIST new file mode 100644 index 0000000000000..b36e6292ab75c --- /dev/null +++ b/devel/grantlee-qt5/PLIST @@ -0,0 +1,48 @@ +@comment $NetBSD: PLIST,v 1.1 2016/05/08 11:21:40 markd Exp $ +include/grantlee/abstractlocalizer.h +include/grantlee/abstractmarkupbuilder.h +include/grantlee/bbcodebuilder.h +include/grantlee/cachingloaderdecorator.h +include/grantlee/context.h +include/grantlee/engine.h +include/grantlee/exception.h +include/grantlee/filter.h +include/grantlee/filterexpression.h +include/grantlee/grantlee_templates_export.h +include/grantlee/grantlee_textdocument_export.h +include/grantlee/grantlee_version.h +include/grantlee/markupdirector.h +include/grantlee/mediawikimarkupbuilder.h +include/grantlee/metatype.h +include/grantlee/node.h +include/grantlee/outputstream.h +include/grantlee/parser.h +include/grantlee/plaintextmarkupbuilder.h +include/grantlee/qtlocalizer.h +include/grantlee/rendercontext.h +include/grantlee/safestring.h +include/grantlee/taglibraryinterface.h +include/grantlee/template.h +include/grantlee/templateloader.h +include/grantlee/texthtmlbuilder.h +include/grantlee/token.h +include/grantlee/typeaccessor.h +include/grantlee/util.h +include/grantlee/variable.h +include/grantlee_templates.h +include/grantlee_textdocument.h +lib/cmake/Grantlee5/Grantlee5Config.cmake +lib/cmake/Grantlee5/Grantlee5ConfigVersion.cmake +lib/cmake/Grantlee5/GrantleeMacros.cmake +lib/cmake/Grantlee5/GrantleeTargets-noconfig.cmake +lib/cmake/Grantlee5/GrantleeTargets.cmake +lib/grantlee/5.1/grantlee_defaultfilters.so +lib/grantlee/5.1/grantlee_defaulttags.so +lib/grantlee/5.1/grantlee_i18ntags.so +lib/grantlee/5.1/grantlee_loadertags.so +lib/libGrantlee_Templates.so +lib/libGrantlee_Templates.so.5 +lib/libGrantlee_Templates.so.${PKGVERSION} +lib/libGrantlee_TextDocument.so +lib/libGrantlee_TextDocument.so.5 +lib/libGrantlee_TextDocument.so.${PKGVERSION} diff --git a/devel/grantlee-qt5/buildlink3.mk b/devel/grantlee-qt5/buildlink3.mk new file mode 100644 index 0000000000000..4743864b936e7 --- /dev/null +++ b/devel/grantlee-qt5/buildlink3.mk @@ -0,0 +1,14 @@ +# $NetBSD: buildlink3.mk,v 1.1 2016/05/08 11:21:40 markd Exp $ + +BUILDLINK_TREE+= grantlee-qt5 + +.if !defined(GRANTLEE_QT5_BUILDLINK3_MK) +GRANTLEE_QT5_BUILDLINK3_MK:= + +BUILDLINK_API_DEPENDS.grantlee-qt5+= grantlee-qt5>=5.1.0 +BUILDLINK_PKGSRCDIR.grantlee-qt5?= ../../devel/grantlee-qt5 + +.include "../../x11/qt5-qtscript/buildlink3.mk" +.endif # GRANTLEE_QT5_BUILDLINK3_MK + +BUILDLINK_TREE+= -grantlee-qt5 diff --git a/devel/grantlee-qt5/distinfo b/devel/grantlee-qt5/distinfo new file mode 100644 index 0000000000000..5e94047364793 --- /dev/null +++ b/devel/grantlee-qt5/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2016/05/08 11:21:40 markd Exp $ + +SHA1 (grantlee-5.1.0.tar.gz) = 98429f252d850ac3ad673a1c49a0e833bafe5d3c +RMD160 (grantlee-5.1.0.tar.gz) = 7ebd801276dd2aa257f2fd5717ddf4537551d810 +SHA512 (grantlee-5.1.0.tar.gz) = 2b806a0770b9c6d02f207d5b4939ae8cae325de4fa01901320ffef5c8442ef0f1c10dd799966d0bf0d223e6541f93db8568aaf922ea1b334bcb2f85f6373a936 +Size (grantlee-5.1.0.tar.gz) = 1175380 bytes diff --git a/devel/grantlee/Makefile b/devel/grantlee/Makefile index 97b4b18b04dcd..99e1e9dc40d14 100644 --- a/devel/grantlee/Makefile +++ b/devel/grantlee/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.5 2016/03/05 11:27:44 jperkin Exp $ +# $NetBSD: Makefile,v 1.6 2016/05/08 11:13:09 markd Exp $ # DISTNAME= grantlee-0.5.1 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= devel MASTER_SITES= http://downloads.grantlee.org/ @@ -14,6 +14,12 @@ LICENSE= gnu-lgpl-v3 USE_LANGUAGES= c c++ USE_CMAKE= yes +SUBST_CLASSES+= fix-inc +SUBST_STAGE.fix-inc= post-patch +SUBST_MESSAGE.fix-inc= Fixing install dir for includes +SUBST_FILES.fix-inc+= CMakeLists.txt +SUBST_SED.fix-inc+= -e 's,INCLUDE_INSTALL_DIR include,INCLUDE_INSTALL_DIR include/grantlee-qt4,' + pre-configure: ${LN} -sf ${QTDIR}/bin/qmake ${BUILDLINK_DIR}/bin/ diff --git a/devel/grantlee/PLIST b/devel/grantlee/PLIST index 5e5b31144d517..b5e2b096e02c2 100644 --- a/devel/grantlee/PLIST +++ b/devel/grantlee/PLIST @@ -1,38 +1,38 @@ -@comment $NetBSD: PLIST,v 1.2 2014/11/13 08:58:04 markd Exp $ -include/grantlee/abstractlocalizer.h -include/grantlee/abstractmarkupbuilder.h -include/grantlee/bbcodebuilder.h -include/grantlee/cachingloaderdecorator.h -include/grantlee/containeraccessor.h -include/grantlee/context.h -include/grantlee/engine.h -include/grantlee/exception.h -include/grantlee/filter.h -include/grantlee/filterexpression.h -include/grantlee/grantlee_core_export.h -include/grantlee/grantlee_gui_export.h -include/grantlee/grantlee_version.h -include/grantlee/markupdirector.h -include/grantlee/mediawikimarkupbuilder.h -include/grantlee/metatype.h -include/grantlee/node.h -include/grantlee/outputstream.h -include/grantlee/parser.h -include/grantlee/plaintextmarkupbuilder.h -include/grantlee/qtlocalizer.h -include/grantlee/rendercontext.h -include/grantlee/safestring.h -include/grantlee/taglibraryinterface.h -include/grantlee/template.h -include/grantlee/templateloader.h -include/grantlee/texthtmlbuilder.h -include/grantlee/token.h -include/grantlee/typeaccessor.h -include/grantlee/util.h -include/grantlee/variable.h -include/grantlee_core.h -include/grantlee_templates.h -include/grantlee_textdocument.h +@comment $NetBSD: PLIST,v 1.3 2016/05/08 11:13:09 markd Exp $ +include/grantlee-qt4/grantlee/abstractlocalizer.h +include/grantlee-qt4/grantlee/abstractmarkupbuilder.h +include/grantlee-qt4/grantlee/bbcodebuilder.h +include/grantlee-qt4/grantlee/cachingloaderdecorator.h +include/grantlee-qt4/grantlee/containeraccessor.h +include/grantlee-qt4/grantlee/context.h +include/grantlee-qt4/grantlee/engine.h +include/grantlee-qt4/grantlee/exception.h +include/grantlee-qt4/grantlee/filter.h +include/grantlee-qt4/grantlee/filterexpression.h +include/grantlee-qt4/grantlee/grantlee_core_export.h +include/grantlee-qt4/grantlee/grantlee_gui_export.h +include/grantlee-qt4/grantlee/grantlee_version.h +include/grantlee-qt4/grantlee/markupdirector.h +include/grantlee-qt4/grantlee/mediawikimarkupbuilder.h +include/grantlee-qt4/grantlee/metatype.h +include/grantlee-qt4/grantlee/node.h +include/grantlee-qt4/grantlee/outputstream.h +include/grantlee-qt4/grantlee/parser.h +include/grantlee-qt4/grantlee/plaintextmarkupbuilder.h +include/grantlee-qt4/grantlee/qtlocalizer.h +include/grantlee-qt4/grantlee/rendercontext.h +include/grantlee-qt4/grantlee/safestring.h +include/grantlee-qt4/grantlee/taglibraryinterface.h +include/grantlee-qt4/grantlee/template.h +include/grantlee-qt4/grantlee/templateloader.h +include/grantlee-qt4/grantlee/texthtmlbuilder.h +include/grantlee-qt4/grantlee/token.h +include/grantlee-qt4/grantlee/typeaccessor.h +include/grantlee-qt4/grantlee/util.h +include/grantlee-qt4/grantlee/variable.h +include/grantlee-qt4/grantlee_core.h +include/grantlee-qt4/grantlee_templates.h +include/grantlee-qt4/grantlee_textdocument.h lib/cmake/grantlee/GrantleeConfig.cmake lib/cmake/grantlee/GrantleeConfigVersion.cmake lib/cmake/grantlee/GrantleeTargets-noconfig.cmake diff --git a/devel/gtexinfo/Makefile b/devel/gtexinfo/Makefile index a615da7b15d0f..52bacd1e41021 100644 --- a/devel/gtexinfo/Makefile +++ b/devel/gtexinfo/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.91 2016/02/13 07:02:07 ryoon Exp $ +# $NetBSD: Makefile,v 1.93 2016/03/20 19:09:53 wiz Exp $ DISTNAME= texinfo-6.1 PKGNAME= g${DISTNAME} +PKGREVISION= 2 CATEGORIES= devel sysutils MASTER_SITES= ${MASTER_SITE_GNU:=texinfo/} @@ -20,6 +21,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-external-libintl-perl CONFIGURE_ARGS+= --with-external-Text-Unidecode CONFIGURE_ARGS+= --with-external-Unicode-EastAsianWidth +USE_LIBTOOL= yes INFO_FILES= yes TEST_TARGET= check @@ -34,6 +36,7 @@ REPLACE_SH+= util/texi2dvi .include "../../mk/bsd.prefs.mk" .include "options.mk" +.include "../../lang/perl5/buildlink3.mk" # for EXTERN.h in XSParagraph .include "../../mk/termcap.buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/gtexinfo/PLIST b/devel/gtexinfo/PLIST index 2e87bf67d24af..ac16674c9759f 100644 --- a/devel/gtexinfo/PLIST +++ b/devel/gtexinfo/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.20 2016/02/14 07:08:01 jperkin Exp $ +@comment $NetBSD: PLIST,v 1.21 2016/03/17 05:35:47 richard Exp $ bin/info bin/install-info bin/makeinfo @@ -10,6 +10,7 @@ bin/texi2pdf bin/texindex info/info-stnd.info info/texinfo.info +lib/texinfo/XSParagraph.la man/man1/info.1 man/man1/install-info.1 man/man1/makeinfo.1 @@ -44,6 +45,7 @@ share/texinfo/Texinfo/Convert/Text.pm share/texinfo/Texinfo/Convert/TextContent.pm share/texinfo/Texinfo/Convert/UnFilled.pm share/texinfo/Texinfo/Convert/Unicode.pm +share/texinfo/Texinfo/Convert/XSParagraph/TestXS.pm share/texinfo/Texinfo/Documentlanguages.pm share/texinfo/Texinfo/Encoding.pm share/texinfo/Texinfo/ModulePath.pm diff --git a/devel/gtexinfo/distinfo b/devel/gtexinfo/distinfo index af3298cef2fdc..a29097f29f824 100644 --- a/devel/gtexinfo/distinfo +++ b/devel/gtexinfo/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.46 2016/02/13 07:02:07 ryoon Exp $ +$NetBSD: distinfo,v 1.48 2016/03/20 19:09:53 wiz Exp $ SHA1 (texinfo-6.1.tar.gz) = b6ed8b4af3fe9a4aa7c72081dc61f095f73d895c RMD160 (texinfo-6.1.tar.gz) = 6ab09576dab209cf8784c8052039126e0b21d941 @@ -9,4 +9,6 @@ SHA1 (patch-ac) = 7f7226ee521fddba9f967be4fe199f6bedcfa148 SHA1 (patch-gnulib_lib_mbiter.h) = 34c291e6994c6eb51aba803f3ebf5f09d46e9bdd SHA1 (patch-gnulib_lib_mbuiter.h) = be293674c37cb91746527be07aa40acbd285d2f4 SHA1 (patch-texindex_texindex.awk) = 1f022f1495c951337997036ef1cd758ef9c116a7 +SHA1 (patch-tp_Texinfo_Convert_XSParagraph_configure) = d4557bae4417cd42297bceaa76478b00b3875df3 +SHA1 (patch-tp_Texinfo_Convert_XSParagraph_xspara.c) = 198d64b5bc38a3b934ade641c282e8be3e41c4df SHA1 (patch-util_texi2dvi) = d17608312d4b5546a2295e1be2b193124ad97256 diff --git a/devel/gtexinfo/patches/patch-tp_Texinfo_Convert_XSParagraph_configure b/devel/gtexinfo/patches/patch-tp_Texinfo_Convert_XSParagraph_configure new file mode 100644 index 0000000000000..3cdfe29a48ef7 --- /dev/null +++ b/devel/gtexinfo/patches/patch-tp_Texinfo_Convert_XSParagraph_configure @@ -0,0 +1,13 @@ +$NetBSD: patch-tp_Texinfo_Convert_XSParagraph_configure,v 1.1 2016/03/17 05:35:47 richard Exp $ +force use of pkgsrc libtool instead of bundled to get over rm issue. +--- tp/Texinfo/Convert/XSParagraph/configure.orig 2016-01-30 18:04:16.000000000 +0000 ++++ tp/Texinfo/Convert/XSParagraph/configure +@@ -14592,7 +14592,7 @@ esac + LIBTOOL_DEPS=$ltmain + + # Always use our own libtool. +-LIBTOOL='$(SHELL) $(top_builddir)/libtool' ++#LIBTOOL='$(SHELL) $(top_builddir)/libtool' + + + diff --git a/devel/gtexinfo/patches/patch-tp_Texinfo_Convert_XSParagraph_xspara.c b/devel/gtexinfo/patches/patch-tp_Texinfo_Convert_XSParagraph_xspara.c new file mode 100644 index 0000000000000..5bec457ff46e3 --- /dev/null +++ b/devel/gtexinfo/patches/patch-tp_Texinfo_Convert_XSParagraph_xspara.c @@ -0,0 +1,37 @@ +$NetBSD: patch-tp_Texinfo_Convert_XSParagraph_xspara.c,v 1.1 2016/03/20 19:09:53 wiz Exp $ + +Do not call text_append_n with (size_t)-1. + +--- tp/Texinfo/Convert/XSParagraph/xspara.c.orig 2016-01-23 11:31:17.000000000 +0000 ++++ tp/Texinfo/Convert/XSParagraph/xspara.c +@@ -872,7 +872,7 @@ xspara_add_text (char *text) + { + if (state.space_counter > 0) + { +- /* Truncuate to at most 2 spaces, and replace any ++ /* Truncate to at most 2 spaces, and replace any + '\n' or '\r' characters with ' '. */ + + TEXT new_space; +@@ -892,12 +892,18 @@ xspara_add_text (char *text) + break; + len = mbrlen (pspace, pspace_left, NULL); + +- /* Subtitute newlines in the pending space ++ /* Substitute newlines in the pending space + with spaces. */ + if (*pspace == '\n' || *pspace == '\r') + text_append_n (&new_space, " ", 1); +- else +- text_append_n (&new_space, pspace, len); ++ else { ++ if (len > 0) { ++ text_append_n (&new_space, pspace, len); ++ } else { ++ /* skip one character and try again */ ++ len = 1; ++ } ++ } + state.space_counter++; + + pspace += len; diff --git a/devel/heirloom-libcommon/Makefile b/devel/heirloom-libcommon/Makefile index 3a79bdf699389..b5cc4e39a500d 100644 --- a/devel/heirloom-libcommon/Makefile +++ b/devel/heirloom-libcommon/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.3 2011/11/24 21:02:42 cheusov Exp $ +# $NetBSD: Makefile,v 1.4 2016/03/31 09:14:06 jperkin Exp $ PKGNAME= heirloom-libcommon-${HEIRLOOM_VER} +PKGREVISION= 1 CATEGORIES= devel DEPENDS+= heirloom-doc-${HEIRLOOM_VER}:../../sysutils/heirloom-doc @@ -28,6 +29,13 @@ PLIST_SUBST+= "NO_ALLOCA_H=@comment " PLIST_SUBST+= "NOMALLOC_H=@comment " .endif +# Need to use 'ranlib -c' which is already pre-commented out for OSX to avoid +# undefined 'extern char *' references. +SUBST_CLASSES.Darwin+= ranlib +SUBST_STAGE.ranlib= pre-configure +SUBST_FILES.ranlib= build/mk.config +SUBST_SED.ranlib= -e 's,^\#RANLIB,RANLIB,g' + do-install: .for i in ${HEADERS} if ${TEST} -r ${WRKSRC}/libcommon/${i}; then \ diff --git a/devel/include-what-you-use/Makefile b/devel/include-what-you-use/Makefile index a3d4e3ed30a5d..3696c33540fb4 100644 --- a/devel/include-what-you-use/Makefile +++ b/devel/include-what-you-use/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2015/12/30 16:23:52 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2016/03/14 14:36:39 tnn Exp $ DISTNAME= include-what-you-use-0.5.src +PKGREVISION= 1 PKGNAME= ${DISTNAME:.src=} CATEGORIES= devel MASTER_SITES= http://include-what-you-use.org/downloads/ diff --git a/devel/include-what-you-use/distinfo b/devel/include-what-you-use/distinfo index 103bb8eb2d028..27e8ca5ef04ad 100644 --- a/devel/include-what-you-use/distinfo +++ b/devel/include-what-you-use/distinfo @@ -1,7 +1,10 @@ -$NetBSD: distinfo,v 1.1 2015/12/30 16:16:13 bsiegert Exp $ +$NetBSD: distinfo,v 1.2 2016/03/14 14:36:39 tnn Exp $ SHA1 (include-what-you-use-0.5.src.tar.gz) = 6d4e3040ecb2906f93d72ba14e61381f0a8c2509 RMD160 (include-what-you-use-0.5.src.tar.gz) = 73f92c5d018e9a49c34307a4ff5c5848b78a0e99 SHA512 (include-what-you-use-0.5.src.tar.gz) = 805395873b59e4f4236853ba9ac6818d60968190ad485d580ea80d69c518eb8c44822a4281a4219b4ccc02e2dc8f3db5c470170e27e67ea0d8e04ef78da9078c Size (include-what-you-use-0.5.src.tar.gz) = 404081 bytes +SHA1 (patch-CMakeLists.txt) = 08d51a0890df1382944bd35904d8171fb031dad5 +SHA1 (patch-iwyu__ast__util.cc) = 7fa08654fb9dfeb439d17f8ea095d816398724cd +SHA1 (patch-iwyu__ast__util.h) = da1326a0f2423a3967025bf5274a80e7a1a44c0e SHA1 (patch-iwyu__output.cc) = 072236f94c44ebd7e0ca20ad828dd938c9683b4a diff --git a/devel/include-what-you-use/patches/patch-CMakeLists.txt b/devel/include-what-you-use/patches/patch-CMakeLists.txt new file mode 100644 index 0000000000000..045d0e7bc58bd --- /dev/null +++ b/devel/include-what-you-use/patches/patch-CMakeLists.txt @@ -0,0 +1,14 @@ +$NetBSD: patch-CMakeLists.txt,v 1.1 2016/03/14 14:36:39 tnn Exp $ + +fix build w/ llvm-3.8 + +--- CMakeLists.txt.orig 2015-12-11 05:46:10.000000000 +0000 ++++ CMakeLists.txt +@@ -133,7 +133,6 @@ target_link_libraries(include-what-you-u + LLVMScalarOpts + LLVMInstCombine + LLVMTransformUtils +- LLVMipa + LLVMTarget # Analysis, MC, Core, Support + LLVMAnalysis # Core, Support + LLVMOption # Support diff --git a/devel/include-what-you-use/patches/patch-iwyu__ast__util.cc b/devel/include-what-you-use/patches/patch-iwyu__ast__util.cc new file mode 100644 index 0000000000000..c072c287d40a3 --- /dev/null +++ b/devel/include-what-you-use/patches/patch-iwyu__ast__util.cc @@ -0,0 +1,72 @@ +$NetBSD: patch-iwyu__ast__util.cc,v 1.1 2016/03/14 14:36:39 tnn Exp $ + +try to fix build w/ clang-3.8 +Not sure if this change is correct, but it seems to work + +--- iwyu_ast_util.cc.orig 2015-12-11 05:45:54.000000000 +0000 ++++ iwyu_ast_util.cc +@@ -105,6 +105,7 @@ using clang::TagDecl; + using clang::TagType; + using clang::TemplateArgument; + using clang::TemplateArgumentList; ++using clang::TemplateArgumentListInfo; + using clang::TemplateArgumentLoc; + using clang::TemplateDecl; + using clang::TemplateName; +@@ -759,7 +760,7 @@ map GetTplType + num_args = call_expr->getNumArgs(); + const Expr* callee_expr = call_expr->getCallee()->IgnoreParenCasts(); + if (const ASTTemplateArgumentListInfo* explicit_tpl_args +- = GetExplicitTplArgs(callee_expr)) { ++ = GetExplicitTplArgs(decl, callee_expr)) { + retval = GetTplTypeResugarMapForFunctionExplicitTplArgs( + decl, explicit_tpl_args); + start_of_implicit_args = explicit_tpl_args->NumTemplateArgs; +@@ -767,7 +768,7 @@ map GetTplType + } else { + // If calling_expr has explicit template args, then consider them. + if (const ASTTemplateArgumentListInfo* explicit_tpl_args +- = GetExplicitTplArgs(calling_expr)) { ++ = GetExplicitTplArgs(decl, calling_expr)) { + retval = GetTplTypeResugarMapForFunctionExplicitTplArgs( + decl, explicit_tpl_args); + retval = ResugarTypeComponents(retval); +@@ -1319,18 +1320,27 @@ bool IsCastToReferenceType(const CastExp + CHECK_UNREACHABLE_("Unexpected type of cast expression"); + } + +-const ASTTemplateArgumentListInfo* GetExplicitTplArgs(const Expr* expr) { +- if (const DeclRefExpr* decl_ref = DynCastFrom(expr)) +- return decl_ref->getOptionalExplicitTemplateArgs(); +- if (const MemberExpr* member_expr = DynCastFrom(expr)) +- return member_expr->getOptionalExplicitTemplateArgs(); ++const ASTTemplateArgumentListInfo* GetExplicitTplArgs(const FunctionDecl* decl, const Expr* expr) { ++ TemplateArgumentListInfo tali; ++ if (const DeclRefExpr* decl_ref = DynCastFrom(expr)) { ++ decl_ref->copyTemplateArgumentsInto(tali); ++ return ASTTemplateArgumentListInfo::Create(decl->getASTContext(), tali); ++ } ++ if (const MemberExpr* member_expr = DynCastFrom(expr)) { ++ member_expr->copyTemplateArgumentsInto(tali); ++ return ASTTemplateArgumentListInfo::Create(decl->getASTContext(), tali); ++ } + // Ugh, annoying casts needed because no const methods exist. +- if (const OverloadExpr* overload_expr = DynCastFrom(expr)) +- return const_cast(overload_expr) +- ->getOptionalExplicitTemplateArgs(); +- if (const DependentScopeDeclRefExpr* dependent_decl_ref = DynCastFrom(expr)) +- return const_cast(dependent_decl_ref) +- ->getOptionalExplicitTemplateArgs(); ++ if (const OverloadExpr* overload_expr = DynCastFrom(expr)) { ++ const_cast(overload_expr) ++ ->copyTemplateArgumentsInto(tali); ++ return ASTTemplateArgumentListInfo::Create(decl->getASTContext(), tali); ++ } ++ if (const DependentScopeDeclRefExpr* dependent_decl_ref = DynCastFrom(expr)) { ++ const_cast(dependent_decl_ref) ++ ->copyTemplateArgumentsInto(tali); ++ return ASTTemplateArgumentListInfo::Create(decl->getASTContext(), tali); ++ } + return NULL; + } + diff --git a/devel/include-what-you-use/patches/patch-iwyu__ast__util.h b/devel/include-what-you-use/patches/patch-iwyu__ast__util.h new file mode 100644 index 0000000000000..95ee80540765d --- /dev/null +++ b/devel/include-what-you-use/patches/patch-iwyu__ast__util.h @@ -0,0 +1,15 @@ +$NetBSD: patch-iwyu__ast__util.h,v 1.1 2016/03/14 14:36:39 tnn Exp $ + +try to fix build w/ clang-3.8 +Not sure if this change is correct, but it seems to work + +--- iwyu_ast_util.h.orig 2015-12-11 05:45:54.000000000 +0000 ++++ iwyu_ast_util.h +@@ -800,6 +800,7 @@ bool IsCastToReferenceType(const clang:: + // Returns the list of explicit template args for all exprs that support + // such a concept (declrefexpr, memberexpr), and NULL if none is present. + const clang::ASTTemplateArgumentListInfo* GetExplicitTplArgs( ++ const clang::FunctionDecl* decl, + const clang::Expr* expr); + + } // namespace include_what_you_use diff --git a/devel/java-subversion/Makefile b/devel/java-subversion/Makefile index 24e6f2530671a..dc3acfe79874c 100644 --- a/devel/java-subversion/Makefile +++ b/devel/java-subversion/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.35 2016/03/05 11:28:22 jperkin Exp $ +# $NetBSD: Makefile,v 1.37 2016/05/01 00:48:33 ryoon Exp $ PKGNAME= java-subversion-${SVNVER} -PKGREVISION= 1 COMMENT= Java bindings for Subversion MAKE_JOBS_SAFE= no diff --git a/devel/jq/Makefile b/devel/jq/Makefile index 5d65a845dcd4a..b6695ac5039f9 100644 --- a/devel/jq/Makefile +++ b/devel/jq/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2015/08/28 09:09:22 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2016/05/10 09:20:52 tnn Exp $ DISTNAME= jq-1.5 +PKGREVISION= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GITHUB:=stedolan/} GITHUB_PROJECT= jq diff --git a/devel/jq/distinfo b/devel/jq/distinfo index d8a31837291db..bdcad93c260a0 100644 --- a/devel/jq/distinfo +++ b/devel/jq/distinfo @@ -1,6 +1,7 @@ -$NetBSD: distinfo,v 1.6 2015/11/03 03:27:36 agc Exp $ +$NetBSD: distinfo,v 1.7 2016/05/10 09:20:52 tnn Exp $ SHA1 (jq-1.5.tar.gz) = 664638b560d9e734178e8cafb21d98817af5b5f3 RMD160 (jq-1.5.tar.gz) = 33ac77ac93e0539f6d66d29cd717013cdab8cf61 SHA512 (jq-1.5.tar.gz) = 3f9049321e8430b04dbccf81d7f2ab691b89383e91526eaf585bbeeb67698dea73a36b3aa179f6a95ef97cd73a8a9b6dc53cb1a5b0398b6422c11289b705de7b Size (jq-1.5.tar.gz) = 1118086 bytes +SHA1 (patch-src_jv__parse.c) = efca86e70daf27291a01bf538487b745b7bd600c diff --git a/devel/jq/patches/patch-src_jv__parse.c b/devel/jq/patches/patch-src_jv__parse.c new file mode 100644 index 0000000000000..70a540e25b769 --- /dev/null +++ b/devel/jq/patches/patch-src_jv__parse.c @@ -0,0 +1,38 @@ +$NetBSD: patch-src_jv__parse.c,v 1.1 2016/05/10 09:20:52 tnn Exp $ + +CVE-2015-8863 + +From 8eb1367ca44e772963e704a700ef72ae2e12babd Mon Sep 17 00:00:00 2001 +From: Nicolas Williams +Date: Sat, 24 Oct 2015 17:24:57 -0500 +Subject: [PATCH] Heap buffer overflow in tokenadd() (fix #105) + +This was an off-by one: the NUL terminator byte was not allocated on +resize. This was triggered by JSON-encoded numbers longer than 256 +bytes. +--- + src/jv_parse.c | 4 ++-- + 1 file changed, 2 insertions(+), 2 deletions(-) + +diff --git a/src/jv_parse.c b/src/jv_parse.c +index 3102ed4..84245b8 100644 +--- jv_parse.c ++++ jv_parse.c +@@ -383,7 +383,7 @@ static pfunc stream_token(struct jv_parser* p, char ch) { + + static void tokenadd(struct jv_parser* p, char c) { + assert(p->tokenpos <= p->tokenlen); +- if (p->tokenpos == p->tokenlen) { ++ if (p->tokenpos >= (p->tokenlen - 1)) { + p->tokenlen = p->tokenlen*2 + 256; + p->tokenbuf = jv_mem_realloc(p->tokenbuf, p->tokenlen); + } +@@ -485,7 +485,7 @@ static pfunc check_literal(struct jv_parser* p) { + TRY(value(p, v)); + } else { + // FIXME: better parser +- p->tokenbuf[p->tokenpos] = 0; // FIXME: invalid ++ p->tokenbuf[p->tokenpos] = 0; + char* end = 0; + double d = jvp_strtod(&p->dtoa, p->tokenbuf, &end); + if (end == 0 || *end != 0) diff --git a/devel/js_of_ocaml/Makefile b/devel/js_of_ocaml/Makefile index b6119f70e74ce..52055c076b701 100644 --- a/devel/js_of_ocaml/Makefile +++ b/devel/js_of_ocaml/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.12 2016/02/17 17:02:30 jaapb Exp $ +# $NetBSD: Makefile,v 1.13 2016/05/05 11:45:37 jaapb Exp $ # GITHUB_PROJECT= js_of_ocaml DISTNAME= ${GITHUB_PROJECT}-2.7 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GITHUB:=ocsigen/} diff --git a/devel/kdesdk-kioslaves/Makefile b/devel/kdesdk-kioslaves/Makefile index 6930fc1f668d2..f8cc0e6fdc573 100644 --- a/devel/kdesdk-kioslaves/Makefile +++ b/devel/kdesdk-kioslaves/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.19 2016/03/05 11:28:22 jperkin Exp $ +# $NetBSD: Makefile,v 1.20 2016/04/11 19:01:47 ryoon Exp $ DISTNAME= kdesdk-kioslaves-${_KDE_VERSION} -PKGREVISION= 6 +PKGREVISION= 7 CATEGORIES= devel COMMENT= KIO-Slaves for subversion and perldoc diff --git a/devel/kdesdk3/Makefile b/devel/kdesdk3/Makefile index 072b374be9641..92a851bcf8a45 100644 --- a/devel/kdesdk3/Makefile +++ b/devel/kdesdk3/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.127 2016/03/05 11:27:44 jperkin Exp $ +# $NetBSD: Makefile,v 1.128 2016/04/11 19:01:47 ryoon Exp $ DISTNAME= kdesdk-${_KDE_VERSION} -PKGREVISION= 58 +PKGREVISION= 59 CATEGORIES= devel COMMENT= Support applications and tools used by KDE developers diff --git a/devel/kdevelop-base/Makefile b/devel/kdevelop-base/Makefile index 605cf445cac52..ca6c22147ab6c 100644 --- a/devel/kdevelop-base/Makefile +++ b/devel/kdevelop-base/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.137 2016/03/05 11:28:22 jperkin Exp $ +# $NetBSD: Makefile,v 1.138 2016/04/11 19:01:48 ryoon Exp $ DISTNAME= kdevelop_3.5.5.orig PKGNAME= kdevelop-base-3.5.5 -PKGREVISION= 51 +PKGREVISION= 52 CATEGORIES= devel kde MASTER_SITES= http://download.opensuse.org/repositories/home:/amilcarlucas/xUbuntu_6.06/ diff --git a/devel/kdevelop4/Makefile b/devel/kdevelop4/Makefile index 6a6453f564fd0..9832d6daf09a2 100644 --- a/devel/kdevelop4/Makefile +++ b/devel/kdevelop4/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.58 2016/03/05 11:28:22 jperkin Exp $ +# $NetBSD: Makefile,v 1.60 2016/05/08 11:08:51 markd Exp $ # DISTNAME= kdevelop-4.7.0 PKGNAME= kdevelop4-4.7.0 -PKGREVISION= 6 +PKGREVISION= 8 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_KDE:=kdevelop/4.7.0/src/} EXTRACT_SUFX= .tar.xz @@ -21,6 +21,8 @@ USE_LANGUAGES= c c++ # because of some expansion to ${PKGDIRNAME}.kdev4 which is done wrong by bmake USE_TOOLS+= gmake +CMAKE_ARGS+= -DWITH_KDE4Workspace:BOOL=OFF + # -std=c++11 is set GCC_REQD+= 4.7 @@ -28,7 +30,7 @@ BUILDLINK_DEPMETHOD.qt4-tools= full .include "../../meta-pkgs/kde4/kde4.mk" .include "../../x11/kdelibs4/buildlink3.mk" -.include "../../x11/kde-workspace4/buildlink3.mk" +.include "../../x11/kde-runtime4/buildlink3.mk" .include "../../devel/boost-headers/buildlink3.mk" .include "../../devel/okteta/buildlink3.mk" .include "../../devel/qjson/buildlink3.mk" diff --git a/devel/kdevplatform/Makefile b/devel/kdevplatform/Makefile index 0409c1d6dc768..6e41c756b9543 100644 --- a/devel/kdevplatform/Makefile +++ b/devel/kdevplatform/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.62 2016/03/05 11:28:23 jperkin Exp $ +# $NetBSD: Makefile,v 1.63 2016/04/11 19:01:48 ryoon Exp $ # DISTNAME= kdevplatform-1.7.0 -PKGREVISION= 7 +PKGREVISION= 8 CATEGORIES= devel kde MASTER_SITES= ${MASTER_SITE_KDE:=kdevelop/4.7.0/src/} EXTRACT_SUFX= .tar.xz diff --git a/devel/kyua/Makefile b/devel/kyua/Makefile index e7cb18ce30d4c..6a4bb6ec3e7e3 100644 --- a/devel/kyua/Makefile +++ b/devel/kyua/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.8 2015/11/23 03:39:14 jmmv Exp $ +# $NetBSD: Makefile,v 1.9 2016/04/11 19:01:48 ryoon Exp $ DISTNAME= kyua-0.12 +PKGREVISION= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GITHUB:=jmmv/kyua/releases/download/${DISTNAME}/} diff --git a/devel/libbson/Makefile b/devel/libbson/Makefile index f9ca57a956116..d3fef36a7da73 100644 --- a/devel/libbson/Makefile +++ b/devel/libbson/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.17 2016/02/16 15:25:53 fhajny Exp $ +# $NetBSD: Makefile,v 1.18 2016/04/05 12:43:23 fhajny Exp $ -DISTNAME= libbson-1.3.3 +DISTNAME= libbson-1.3.5 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GITHUB:=mongodb/} diff --git a/devel/libbson/distinfo b/devel/libbson/distinfo index dac3d6ed47db3..ff5eab644d46d 100644 --- a/devel/libbson/distinfo +++ b/devel/libbson/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.16 2016/02/16 15:25:53 fhajny Exp $ +$NetBSD: distinfo,v 1.17 2016/04/05 12:43:23 fhajny Exp $ -SHA1 (libbson-1.3.3.tar.gz) = e548b032f461eb53738e8d46b7982a004461f0f7 -RMD160 (libbson-1.3.3.tar.gz) = f999143e96a75cfeb376c4bbee1197a99d543dd4 -SHA512 (libbson-1.3.3.tar.gz) = dfae45a6943c1a4179a34cdfb13f13a46dee14b7af006022c7fef9b84e0ba9a3a8ee641d2290d6d48a65e90b88fd78a4cb645317b82ba9c7a1204ed4158c323f -Size (libbson-1.3.3.tar.gz) = 4545415 bytes +SHA1 (libbson-1.3.5.tar.gz) = 4eb4ac680aa162a838bfe29c382f607bd34214d2 +RMD160 (libbson-1.3.5.tar.gz) = c23f252b726ce207dfcc8633373087b493a8e002 +SHA512 (libbson-1.3.5.tar.gz) = b55ae1d424f786aabed6567a77cd09aa26c74ab0a09392e88faef8c156b1650c026f86f245bc8431a0ebcf404c4f80eb1b22e978a24289d32692c84375a66596 +Size (libbson-1.3.5.tar.gz) = 4547720 bytes diff --git a/devel/libcompizconfig/Makefile b/devel/libcompizconfig/Makefile index 683c47cab31f9..771c4d4a27033 100644 --- a/devel/libcompizconfig/Makefile +++ b/devel/libcompizconfig/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.47 2016/03/05 11:28:23 jperkin Exp $ +# $NetBSD: Makefile,v 1.49 2016/05/03 11:40:01 prlw1 Exp $ # PKGVER= 0.8.8 DISTNAME= libcompizconfig-${PKGVER} -PKGREVISION= 17 +PKGREVISION= 19 CATEGORIES= devel gnome MASTER_SITES= http://releases.compiz.org/${PKGVER}/ diff --git a/devel/libdbusmenu-qt5/Makefile b/devel/libdbusmenu-qt5/Makefile index c0d512d32f61d..8f633d9ebcbd4 100644 --- a/devel/libdbusmenu-qt5/Makefile +++ b/devel/libdbusmenu-qt5/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.2 2016/03/05 11:27:45 jperkin Exp $ +# $NetBSD: Makefile,v 1.3 2016/04/11 19:01:34 ryoon Exp $ -PKGREVISION= 1 +PKGREVISION= 2 .include "../../devel/libdbusmenu-qt/Makefile.common" DISTNAME= libdbusmenu-qt_${_VER} diff --git a/devel/libdbusmenu-qt5/buildlink3.mk b/devel/libdbusmenu-qt5/buildlink3.mk index e8a224b5eeb1e..538fb5efcd42d 100644 --- a/devel/libdbusmenu-qt5/buildlink3.mk +++ b/devel/libdbusmenu-qt5/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.2 2016/03/05 11:27:45 jperkin Exp $ +# $NetBSD: buildlink3.mk,v 1.3 2016/04/11 19:01:34 ryoon Exp $ BUILDLINK_TREE+= libdbusmenu-qt5 @@ -6,7 +6,7 @@ BUILDLINK_TREE+= libdbusmenu-qt5 LIBDBUSMENU_QT5_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.libdbusmenu-qt5+= libdbusmenu-qt5>=0.9.3.15.10.20150604 -BUILDLINK_ABI_DEPENDS.libdbusmenu-qt5?= libdbusmenu-qt5>=0.9.3.15.10.20150604nb1 +BUILDLINK_ABI_DEPENDS.libdbusmenu-qt5?= libdbusmenu-qt5>=0.9.3.15.10.20150604nb2 BUILDLINK_PKGSRCDIR.libdbusmenu-qt5?= ../../devel/libdbusmenu-qt5 .include "../../x11/qt5-qtbase/buildlink3.mk" diff --git a/devel/libdwarf/DESCR b/devel/libdwarf/DESCR new file mode 100644 index 0000000000000..ee39773e8a1e2 --- /dev/null +++ b/devel/libdwarf/DESCR @@ -0,0 +1,4 @@ +Library to access the DWARF debugging file format which supports source level +debugging of a number of procedural languages, such as C, C++, and Fortran. + +This package contains utility dwarfdump. diff --git a/devel/libdwarf/Makefile b/devel/libdwarf/Makefile new file mode 100644 index 0000000000000..14c866d9cc57d --- /dev/null +++ b/devel/libdwarf/Makefile @@ -0,0 +1,32 @@ +# $NetBSD: Makefile,v 1.1 2016/04/10 16:54:36 kamil Exp $ + +DISTNAME= libdwarf-20160115 +CATEGORIES= devel +MASTER_SITES= https://www.prevanders.net/ + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= https://www.prevanders.net/dwarf.html +COMMENT= Tools for parsing DWARF debug information +LICENSE= gnu-lgpl-v2.1 AND gnu-gpl-v2 + +WRKSRC= ${WRKDIR}/dwarf-${PKGVERSION_NOREV} +GNU_CONFIGURE= yes +USE_LANGUAGES= c c++ + +CONFIGURE_ARGS+= --enable-shared + +MAKE_JOBS_SAFE= no + +INSTALLATION_DIRS+= bin lib include ${PKGMANDIR}/man1 share/doc/libdwarf + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/dwarfdump/dwarfdump ${DESTDIR}${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/dwarfdump/dwarfdump.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1 + ${INSTALL_LIB} ${WRKSRC}/libdwarf/libdwarf.a ${DESTDIR}${PREFIX}/lib + ${INSTALL_LIB} ${WRKSRC}/libdwarf/libdwarf.so ${DESTDIR}${PREFIX}/lib + ${INSTALL_DATA} ${WRKSRC}/libdwarf/dwarf.h ${DESTDIR}${PREFIX}/include + ${INSTALL_DATA} ${WRKSRC}/libdwarf/libdwarf.h ${DESTDIR}${PREFIX}/include + ${INSTALL_DATA} ${WRKSRC}/libdwarf/*.pdf ${DESTDIR}${PREFIX}/share/doc/libdwarf + +.include "../../devel/libelf/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/devel/libdwarf/PLIST b/devel/libdwarf/PLIST new file mode 100644 index 0000000000000..ae5dceb591420 --- /dev/null +++ b/devel/libdwarf/PLIST @@ -0,0 +1,10 @@ +@comment $NetBSD: PLIST,v 1.1 2016/04/10 16:54:36 kamil Exp $ +bin/dwarfdump +include/dwarf.h +include/libdwarf.h +lib/libdwarf.a +lib/libdwarf.so +man/man1/dwarfdump.1 +share/doc/libdwarf/libdwarf2.1.pdf +share/doc/libdwarf/libdwarf2p.1.pdf +share/doc/libdwarf/mips_extensions.pdf diff --git a/devel/libdwarf/distinfo b/devel/libdwarf/distinfo new file mode 100644 index 0000000000000..e6b04683fb3ee --- /dev/null +++ b/devel/libdwarf/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2016/04/10 16:54:36 kamil Exp $ + +SHA1 (libdwarf-20160115.tar.gz) = 15a86bc3f7fed11092e9610218b3e18a694b3fb3 +RMD160 (libdwarf-20160115.tar.gz) = b086e7ae3e3945bb418732ee2529a8b77aedd9d5 +SHA512 (libdwarf-20160115.tar.gz) = 594519460d3cd3f60f7e97931ce3e3d775393e03068a2c932d72ba95d8cdb2c53b622671c5af8a798712937b62dbf9594e2da8945553a0021a275cf677f4d90a +Size (libdwarf-20160115.tar.gz) = 1538930 bytes diff --git a/devel/libgail-gnome/Makefile b/devel/libgail-gnome/Makefile index 2705a5f69f0c4..1683faa279069 100644 --- a/devel/libgail-gnome/Makefile +++ b/devel/libgail-gnome/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.74 2016/03/05 11:27:45 jperkin Exp $ +# $NetBSD: Makefile,v 1.76 2016/05/03 11:40:01 prlw1 Exp $ # DISTNAME= libgail-gnome-1.20.4 -PKGREVISION= 22 +PKGREVISION= 24 CATEGORIES= devel gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libgail-gnome/1.20/} EXTRACT_SUFX= .tar.bz2 diff --git a/devel/libgail-gnome/buildlink3.mk b/devel/libgail-gnome/buildlink3.mk index 905d54d2becfe..899f93943bf54 100644 --- a/devel/libgail-gnome/buildlink3.mk +++ b/devel/libgail-gnome/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.62 2016/03/05 11:27:45 jperkin Exp $ +# $NetBSD: buildlink3.mk,v 1.64 2016/05/03 11:40:01 prlw1 Exp $ BUILDLINK_TREE+= libgail-gnome @@ -6,7 +6,7 @@ BUILDLINK_TREE+= libgail-gnome LIBGAIL_GNOME_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.libgail-gnome+= libgail-gnome>=1.1.1nb2 -BUILDLINK_ABI_DEPENDS.libgail-gnome+= libgail-gnome>=1.20.4nb22 +BUILDLINK_ABI_DEPENDS.libgail-gnome+= libgail-gnome>=1.20.4nb24 BUILDLINK_PKGSRCDIR.libgail-gnome?= ../../devel/libgail-gnome .include "../../devel/at-spi/buildlink3.mk" diff --git a/devel/libgee/Makefile b/devel/libgee/Makefile index b4e35e935bf9a..f9365c7a440fc 100644 --- a/devel/libgee/Makefile +++ b/devel/libgee/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.26 2016/02/04 12:13:30 wiz Exp $ +# $NetBSD: Makefile,v 1.27 2016/04/10 19:38:52 prlw1 Exp $ DISTNAME= libgee-0.18.0 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= devel gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libgee/${PKGVERSION_NOREV:R}/} EXTRACT_SUFX= .tar.xz diff --git a/devel/libgweather/Makefile b/devel/libgweather/Makefile index 30f29360aa144..7d7c75af1ee55 100644 --- a/devel/libgweather/Makefile +++ b/devel/libgweather/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.55 2015/10/10 01:57:52 ryoon Exp $ +# $NetBSD: Makefile,v 1.57 2016/05/03 11:40:02 prlw1 Exp $ # DISTNAME= libgweather-2.30.3 -PKGREVISION= 30 +PKGREVISION= 32 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libgweather/2.30/} EXTRACT_SUFX= .tar.bz2 diff --git a/devel/libgweather/buildlink3.mk b/devel/libgweather/buildlink3.mk index f1662a35a487b..26fab39ac59cc 100644 --- a/devel/libgweather/buildlink3.mk +++ b/devel/libgweather/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.38 2015/06/07 14:14:04 youri Exp $ +# $NetBSD: buildlink3.mk,v 1.40 2016/05/03 11:40:02 prlw1 Exp $ BUILDLINK_TREE+= libgweather @@ -6,7 +6,7 @@ BUILDLINK_TREE+= libgweather LIBGWEATHER_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.libgweather+= libgweather>=2.22.0 -BUILDLINK_ABI_DEPENDS.libgweather+= libgweather>=2.30.3nb29 +BUILDLINK_ABI_DEPENDS.libgweather+= libgweather>=2.30.3nb32 BUILDLINK_PKGSRCDIR.libgweather?= ../../devel/libgweather .include "../../net/libsoup/buildlink3.mk" diff --git a/devel/libinotify/Makefile b/devel/libinotify/Makefile index 79fa27e23cf25..02e7dec289d8c 100644 --- a/devel/libinotify/Makefile +++ b/devel/libinotify/Makefile @@ -1,9 +1,12 @@ -# $NetBSD: Makefile,v 1.5 2016/03/09 11:09:02 tnn Exp $ +# $NetBSD: Makefile,v 1.6 2016/04/22 15:27:11 jperkin Exp $ # DISTNAME= libinotify-0.0 +PKGREVISION= 1 CATEGORIES= devel -MASTER_SITES= http://dmitrymatveev.co.uk/files/ +MASTER_SITES= ${MASTER_SITE_GITHUB:=dmatveev/} +GITHUB_PROJECT= libinotify-kqueue +GITHUB_TAG= b2873cf8a94b0574819075a003e33c0405f1b690 MAINTAINER= me@dmitrymatveev.co.uk HOMEPAGE= http://dmitrymatveev.co.uk/gsoc11 @@ -15,6 +18,8 @@ USE_LIBTOOL= yes USE_LANGUAGES= c c++ USE_TOOLS+= autoconf automake autoreconf +TEST_TARGET= test + NOT_FOR_PLATFORM+= SunOS-*-* Linux-*-* pre-configure: diff --git a/devel/libinotify/distinfo b/devel/libinotify/distinfo index 6a01b61074121..4951a3622a076 100644 --- a/devel/libinotify/distinfo +++ b/devel/libinotify/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2015/11/03 03:27:42 agc Exp $ +$NetBSD: distinfo,v 1.3 2016/04/22 15:27:11 jperkin Exp $ -SHA1 (libinotify-0.0.tar.gz) = 7fc5deca89a65191916e608ee6ae32b79d3d186a -RMD160 (libinotify-0.0.tar.gz) = 546d99010a98da33633126c6b9096e70c0e972fa -SHA512 (libinotify-0.0.tar.gz) = 668054a3bac094d1e0bb5a081b57fa2f6c831952cf3b0321c1d464e06f4fcc830a500c4512d856f7d59f5d799c1a5ec65ad85f42cae2546789f3d3715de2a9f9 -Size (libinotify-0.0.tar.gz) = 29345 bytes +SHA1 (libinotify-0.0-b2873cf8a94b0574819075a003e33c0405f1b690.tar.gz) = 71cef6528c1d900c2175e5188ea05967eb12b56d +RMD160 (libinotify-0.0-b2873cf8a94b0574819075a003e33c0405f1b690.tar.gz) = d156b127cccef2aacbdeef4efe2d32cc641beb99 +SHA512 (libinotify-0.0-b2873cf8a94b0574819075a003e33c0405f1b690.tar.gz) = 708ac80991bcead98f24e617d4a1429ea8fff3c37182fbd7d497829c4838d847db215859cdcdbce2972d90212c2ec799f43668d89c3a638d1d76eda367075a48 +Size (libinotify-0.0-b2873cf8a94b0574819075a003e33c0405f1b690.tar.gz) = 61571 bytes diff --git a/devel/liblangtag/Makefile b/devel/liblangtag/Makefile index 0e93b398187a3..fecd78dceb9ff 100644 --- a/devel/liblangtag/Makefile +++ b/devel/liblangtag/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.9 2015/11/17 11:55:39 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2016/04/15 08:26:26 wiz Exp $ -DISTNAME= liblangtag-0.5.8 +DISTNAME= liblangtag-0.6.0 +PKGREVISION= 1 CATEGORIES= devel MASTER_SITES= https://bitbucket.org/tagoh/liblangtag/downloads/ EXTRACT_SUFX= .tar.bz2 diff --git a/devel/liblangtag/PLIST b/devel/liblangtag/PLIST index ad4d65355f414..ead1d132fda0e 100644 --- a/devel/liblangtag/PLIST +++ b/devel/liblangtag/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2015/11/17 11:55:39 wiz Exp $ +@comment $NetBSD: PLIST,v 1.5 2016/04/14 13:37:19 wiz Exp $ include/liblangtag/langtag.h include/liblangtag/lt-config.h include/liblangtag/lt-database.h @@ -20,6 +20,7 @@ include/liblangtag/lt-redundant-db.h include/liblangtag/lt-redundant.h include/liblangtag/lt-region-db.h include/liblangtag/lt-region.h +include/liblangtag/lt-relation-db.h include/liblangtag/lt-script-db.h include/liblangtag/lt-script.h include/liblangtag/lt-string.h @@ -58,6 +59,7 @@ share/gtk-doc/html/liblangtag/liblangtag-Database---Grandfathered.html share/gtk-doc/html/liblangtag/liblangtag-Database---Language.html share/gtk-doc/html/liblangtag/liblangtag-Database---Redundant.html share/gtk-doc/html/liblangtag/liblangtag-Database---Region.html +share/gtk-doc/html/liblangtag/liblangtag-Database---Relation.html share/gtk-doc/html/liblangtag/liblangtag-Database---Script.html share/gtk-doc/html/liblangtag/liblangtag-Database---Variant.html share/gtk-doc/html/liblangtag/liblangtag-Database.html @@ -87,4 +89,6 @@ share/liblangtag/common/bcp47/transform_mt.xml share/liblangtag/common/bcp47/transform_private_use.xml share/liblangtag/common/bcp47/variant.xml share/liblangtag/common/supplemental/likelySubtags.xml +share/liblangtag/common/supplemental/supplementalData.xml +share/liblangtag/common/supplemental/supplementalMetadata.xml share/liblangtag/language-subtag-registry.xml diff --git a/devel/liblangtag/distinfo b/devel/liblangtag/distinfo index 94f963560db20..ac82a65ad28b7 100644 --- a/devel/liblangtag/distinfo +++ b/devel/liblangtag/distinfo @@ -1,6 +1,8 @@ -$NetBSD: distinfo,v 1.10 2015/11/17 11:55:39 wiz Exp $ +$NetBSD: distinfo,v 1.13 2016/04/30 05:27:18 richard Exp $ -SHA1 (liblangtag-0.5.8.tar.bz2) = a217fc028c21618c3df7407165dd9cc53ab93a1e -RMD160 (liblangtag-0.5.8.tar.bz2) = cadb3b02d07fffb6b257b0c359ad9847f1531d31 -SHA512 (liblangtag-0.5.8.tar.bz2) = 477f74d8b7eab66e5c503942117d8b448dd9d1b13866b3ec48388058bc0e5e4c6215ece88405fd947515cd092853f069d70b3fe2f307a9b41cb697b6b1dc3baf -Size (liblangtag-0.5.8.tar.bz2) = 672452 bytes +SHA1 (liblangtag-0.6.0.tar.bz2) = ce312505d13ac62aa86c205256cc000569784951 +RMD160 (liblangtag-0.6.0.tar.bz2) = 9cf57d17fcf5a03774c8a55b91b1d84fa1478c71 +SHA512 (liblangtag-0.6.0.tar.bz2) = d6a2e38e11a5413408fffc1f8defc2a556a3a4b73538d01592ba7a3cad9768c52a030103893c8924f02328edc3f62a232c5efc1d74ddb41f41b146d8a9f0df27 +Size (liblangtag-0.6.0.tar.bz2) = 760974 bytes +SHA1 (patch-liblangtag_lt-tag.h) = 7c97940c062bd811e474211a40a44f49536ff502 +SHA1 (patch-liblangtag_lt-xml.c) = 127ff81ee04db9404f1fe9c8847a21c8da9da5a8 diff --git a/devel/liblangtag/patches/patch-liblangtag_lt-tag.h b/devel/liblangtag/patches/patch-liblangtag_lt-tag.h new file mode 100644 index 0000000000000..b2c4519e4a32b --- /dev/null +++ b/devel/liblangtag/patches/patch-liblangtag_lt-tag.h @@ -0,0 +1,53 @@ +$NetBSD: patch-liblangtag_lt-tag.h,v 1.1 2016/04/15 08:26:26 wiz Exp $ + +From 3cc56cf32c006e7e8445c3ba49ffc128c646c88d Mon Sep 17 00:00:00 2001 +From: David Tardon +Date: Wed, 23 Mar 2016 14:07:48 +0100 +Subject: [PATCH] enum must be declared before it's used + +--- + liblangtag/lt-tag.h | 26 +++++++++++++------------- + 1 file changed, 13 insertions(+), 13 deletions(-) + +--- liblangtag/lt-tag.h.orig 2016-03-23 02:58:27.000000000 +0000 ++++ liblangtag/lt-tag.h +@@ -37,6 +37,19 @@ LT_BEGIN_DECLS + */ + typedef struct _lt_tag_t lt_tag_t; + ++enum _lt_tag_filter_t { ++ LT_TAG_FILTER_NONE = 0, ++ LT_TAG_FILTER_LANGUAGE = 1 << 0, ++ LT_TAG_FILTER_EXTLANG = 1 << 1, ++ LT_TAG_FILTER_SCRIPT = 1 << 2, ++ LT_TAG_FILTER_REGION = 1 << 3, ++ LT_TAG_FILTER_VARIANT = 1 << 4, ++ LT_TAG_FILTER_EXTENSION = 1 << 5, ++ LT_TAG_FILTER_PRIVATEUSE = 1 << 6, ++ LT_TAG_FILTER_GRANDFATHERED = 1 << 7, ++ LT_TAG_FILTER_ALL = -1 ++}; ++ + /** + * lt_tag_filter_t: + * @LT_TAG_FILTER_NONE: all of objects filtered. +@@ -55,19 +68,6 @@ typedef struct _lt_tag_t lt_tag_t; + */ + typedef enum _lt_tag_filter_t lt_tag_filter_t; + +-enum _lt_tag_filter_t { +- LT_TAG_FILTER_NONE = 0, +- LT_TAG_FILTER_LANGUAGE = 1 << 0, +- LT_TAG_FILTER_EXTLANG = 1 << 1, +- LT_TAG_FILTER_SCRIPT = 1 << 2, +- LT_TAG_FILTER_REGION = 1 << 3, +- LT_TAG_FILTER_VARIANT = 1 << 4, +- LT_TAG_FILTER_EXTENSION = 1 << 5, +- LT_TAG_FILTER_PRIVATEUSE = 1 << 6, +- LT_TAG_FILTER_GRANDFATHERED = 1 << 7, +- LT_TAG_FILTER_ALL = -1 +-}; +- + lt_tag_t *lt_tag_new (void); + lt_tag_t *lt_tag_ref (lt_tag_t *tag); + void lt_tag_unref (lt_tag_t *tag); diff --git a/devel/liblangtag/patches/patch-liblangtag_lt-xml.c b/devel/liblangtag/patches/patch-liblangtag_lt-xml.c new file mode 100644 index 0000000000000..e64cebbbcce8f --- /dev/null +++ b/devel/liblangtag/patches/patch-liblangtag_lt-xml.c @@ -0,0 +1,16 @@ +$NetBSD: patch-liblangtag_lt-xml.c,v 1.1 2016/04/30 05:27:18 richard Exp $ + +index() may need + +--- liblangtag/lt-xml.c.orig 2016-03-23 02:56:45.000000000 +0000 ++++ liblangtag/lt-xml.c +@@ -15,6 +15,9 @@ + #endif + + #include ++#ifdef HAVE_STRINGS_H ++#include ++#endif + #include + #include + #include diff --git a/devel/libmcs/Makefile b/devel/libmcs/Makefile index a7ab76512cc6f..00ba755b4b24c 100644 --- a/devel/libmcs/Makefile +++ b/devel/libmcs/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.5 2012/10/31 11:17:17 asau Exp $ +# $NetBSD: Makefile,v 1.6 2016/05/01 12:28:43 joerg Exp $ # DISTNAME= libmcs-0.7.1 CATEGORIES= devel -MASTER_SITES= http://distfiles.atheme.org/ +#MASTER_SITES= http://distfiles.atheme.org/ EXTRACT_SUFX= .tgz MAINTAINER= jfranz@bsdprojects.net diff --git a/devel/libmowgli/Makefile b/devel/libmowgli/Makefile index b043f7393bfee..e0645b2f6cc9c 100644 --- a/devel/libmowgli/Makefile +++ b/devel/libmowgli/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.7 2016/02/25 08:27:03 jperkin Exp $ +# $NetBSD: Makefile,v 1.8 2016/05/01 14:34:29 joerg Exp $ # DISTNAME= libmowgli-0.7.1 CATEGORIES= devel -MASTER_SITES= http://distfiles.atheme.org/ \ - http://mirror.billymays.us/libmowgli/ +#MASTER_SITES= http://distfiles.atheme.org/ +MASTER_SITES= http://mirror.billymays.us/libmowgli/ EXTRACT_SUFX= .tgz MAINTAINER= jfranz@bsdprojects.net diff --git a/devel/libmtp/Makefile b/devel/libmtp/Makefile index d03f1d3bc7204..cedd7835ed7bb 100644 --- a/devel/libmtp/Makefile +++ b/devel/libmtp/Makefile @@ -1,13 +1,14 @@ -# $NetBSD: Makefile,v 1.10 2015/05/02 10:43:29 ryoon Exp $ +# $NetBSD: Makefile,v 1.11 2016/04/09 10:09:14 richard Exp $ # -DISTNAME= libmtp-1.1.9 +DISTNAME= libmtp-1.1.11 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libmtp/} MAINTAINER= ku3@sl.aanet.ru HOMEPAGE= http://libmtp.sourceforge.net/ COMMENT= Implementation of Media Transfer Protocol (MTP) +LICENSE= gnu-lgpl-v2 USE_PKGLOCALEDIR= yes USE_LIBTOOL= yes @@ -23,12 +24,9 @@ REPLACE_SH+= libmtp.sh.in LDFLAGS.FreeBSD+= -liconv LDFLAGS.SunOS= -liconv -.include "../../mk/bsd.prefs.mk" +.include "options.mk" .include "../../converters/libiconv/buildlink3.mk" -.if ${OPSYS} == "SunOS" -.include "../../devel/libusb/buildlink3.mk" -.else .include "../../devel/libusb1/buildlink3.mk" -.endif +.include "../../security/libgcrypt/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/libmtp/buildlink3.mk b/devel/libmtp/buildlink3.mk index cd71487f7877c..79de3b080d9b5 100644 --- a/devel/libmtp/buildlink3.mk +++ b/devel/libmtp/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.4 2014/08/21 14:03:45 jperkin Exp $ +# $NetBSD: buildlink3.mk,v 1.5 2016/04/09 10:09:14 richard Exp $ BUILDLINK_TREE+= libmtp @@ -10,11 +10,7 @@ BUILDLINK_PKGSRCDIR.libmtp?= ../../devel/libmtp .include "../../mk/bsd.fast.prefs.mk" -.if ${OPSYS} == "SunOS" -.include "../../devel/libusb/buildlink3.mk" -.else .include "../../devel/libusb1/buildlink3.mk" -.endif .endif # LIBMTP_BUILDLINK3_MK diff --git a/devel/libmtp/distinfo b/devel/libmtp/distinfo index 9ab75cc144b83..f70d36c065f31 100644 --- a/devel/libmtp/distinfo +++ b/devel/libmtp/distinfo @@ -1,8 +1,11 @@ -$NetBSD: distinfo,v 1.6 2015/11/03 03:27:43 agc Exp $ +$NetBSD: distinfo,v 1.7 2016/04/09 10:09:14 richard Exp $ -SHA1 (libmtp-1.1.9.tar.gz) = 31bebf3e49612f712f4ab1a03284dedf7044000f -RMD160 (libmtp-1.1.9.tar.gz) = e486942e0d7e0e6c9bf3525c6175c7199d3fe3f8 -SHA512 (libmtp-1.1.9.tar.gz) = 6be9f14602b05830ec01defaeb0f237ac4d021f76f4003d7178eda00d8bf86d7fbbeba0053dc111d2ab9eb32f1603c2dc4f2bc128f4cbe4819228486b9b85513 -Size (libmtp-1.1.9.tar.gz) = 760593 bytes -SHA1 (patch-aa) = 8d962323f099efec2bf2f3ac0ef3109151d5d57d -SHA1 (patch-configure) = 23d434cb1ff5b8326cbe1d34ded9e6c6b4f01729 +SHA1 (libmtp-1.1.11.tar.gz) = 4f7e79e15e6a0d0a3d76adbd1ca6d6c27d4b8424 +RMD160 (libmtp-1.1.11.tar.gz) = 619154b8b98c25132de26c96024387b8fcacc77e +SHA512 (libmtp-1.1.11.tar.gz) = 966d5d831695dc02411fbe0a153873d9e5604a00e75bf0d4cc1a957887a2e7656c82209f5bf86150f7b9af037d66a96b3e3523e16d5b52ae013b835febf622c9 +Size (libmtp-1.1.11.tar.gz) = 788911 bytes +SHA1 (patch-aa) = fe8a7722c460ff66e8106a1e4dcfb1e5188ae5b1 +SHA1 (patch-configure) = 861bd3c416529a68babe1ec9692e45b2ebb7ffcf +SHA1 (patch-configure.ac) = 8c6d80693dc9ddbf75f75d9cfa86a1f37ef6da1b +SHA1 (patch-m4_byteorder.m4) = e6c1170d9099f13c637b3a73d67618d318c7a73d +SHA1 (patch-src_util.c) = f7be6760014323dc2b159e1e44f94e40d96f26d0 diff --git a/devel/libmtp/options.mk b/devel/libmtp/options.mk new file mode 100644 index 0000000000000..4b2c8c68d79c4 --- /dev/null +++ b/devel/libmtp/options.mk @@ -0,0 +1,13 @@ +# $NetBSD: options.mk,v 1.1 2016/04/09 10:09:14 richard Exp $ + +PKG_OPTIONS_VAR= PKG_OPTIONS.libmtp +PKG_SUPPORTED_OPTIONS= mtpz +PKG_SUGGESTED_OPTIONS= + +.include "../../mk/bsd.options.mk" + +.if !empty(PKG_OPTIONS:Mmtpz) +.include "../../security/libgcrypt/buildlink3.mk" +.else +CONFIGURE_ARGS+= --disable-mtpz +.endif diff --git a/devel/libmtp/patches/patch-aa b/devel/libmtp/patches/patch-aa index 26e77f151f3af..fdf0e487fcd31 100644 --- a/devel/libmtp/patches/patch-aa +++ b/devel/libmtp/patches/patch-aa @@ -1,4 +1,6 @@ -$NetBSD: patch-aa,v 1.1.1.1 2008/09/06 23:24:08 wiz Exp $ +$NetBSD: patch-aa,v 1.2 2016/04/09 10:09:14 richard Exp $ + +use '=' instead of '==' --- hotplug.sh.in.orig 2008-09-07 01:18:04.000000000 +0200 +++ hotplug.sh.in diff --git a/devel/libmtp/patches/patch-configure b/devel/libmtp/patches/patch-configure index 65f9ce9b2132b..ec0e685ceb17b 100644 --- a/devel/libmtp/patches/patch-configure +++ b/devel/libmtp/patches/patch-configure @@ -1,10 +1,10 @@ -$NetBSD: patch-configure,v 1.2 2015/05/02 10:43:29 ryoon Exp $ +$NetBSD: patch-configure,v 1.3 2016/04/09 10:09:14 richard Exp $ fix == in test ---- configure.orig 2015-04-13 18:44:18.000000000 +0000 +--- configure.orig 2016-02-10 20:17:35.000000000 +0000 +++ configure -@@ -14558,7 +14558,7 @@ fi +@@ -15087,7 +15087,7 @@ fi # (No need to use AC_SUBST on this default substituted environment variable.) # Only add these additional CFLAGS if we are using GCC. Other C compilers may # not support them. @@ -13,3 +13,52 @@ fix == in test CFLAGS="$CFLAGS -Wall -Wmissing-prototypes" fi +@@ -15684,6 +15684,36 @@ else + $as_echo "no" >&6; } + + ++{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSWAP_32 in sys/byteorder.h" >&5 ++$as_echo_n "checking for BSWAP_32 in sys/byteorder.h... " >&6; } ++cat confdefs.h - <<_ACEOF >conftest.$ac_ext ++/* end confdefs.h. */ ++ ++#include ++#ifdef BSWAP_32 ++ symbol is present ++#endif ++ ++_ACEOF ++if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | ++ $EGREP "symbol is present|\" >/dev/null 2>&1; then : ++ { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 ++$as_echo "yes" >&6; } ++ cat >> "src/gphoto2-endian.h" << EOF ++/* Define generic byte swapping functions */ ++EOF ++cat >> "src/gphoto2-endian.h" << EOF ++#define swap16(x) BSWAP_16(x) ++#define swap32(x) BSWAP_32(x) ++#define swap64(x) BSWAP_64(x) ++ ++EOF ++ ++else ++ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 ++$as_echo "no" >&6; } ++ ++ + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for bswap32 in machine/endian.h" >&5 + $as_echo_n "checking for bswap32 in machine/endian.h... " >&6; } + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +@@ -15844,6 +15874,11 @@ rm -f conftest* + + + ++fi ++rm -f conftest* ++ ++ ++ + + if test "$HAVE_LE32TOH" != "1"; then + cat >> "src/gphoto2-endian.h" << EOF diff --git a/devel/libmtp/patches/patch-configure.ac b/devel/libmtp/patches/patch-configure.ac new file mode 100644 index 0000000000000..d36494195b225 --- /dev/null +++ b/devel/libmtp/patches/patch-configure.ac @@ -0,0 +1,15 @@ +$NetBSD: patch-configure.ac,v 1.1 2016/04/09 10:09:14 richard Exp $ + +use '=' instead of '==' + +--- configure.ac.orig 2016-02-10 20:17:28.000000000 +0000 ++++ configure.ac +@@ -199,7 +199,7 @@ AC_SYS_LARGEFILE + # (No need to use AC_SUBST on this default substituted environment variable.) + # Only add these additional CFLAGS if we are using GCC. Other C compilers may + # not support them. +-if test x"$GCC" == "xyes" ; then ++if test x"$GCC" = "xyes" ; then + CFLAGS="$CFLAGS -Wall -Wmissing-prototypes" + fi + diff --git a/devel/libmtp/patches/patch-m4_byteorder.m4 b/devel/libmtp/patches/patch-m4_byteorder.m4 new file mode 100644 index 0000000000000..245951957a2c1 --- /dev/null +++ b/devel/libmtp/patches/patch-m4_byteorder.m4 @@ -0,0 +1,35 @@ +$NetBSD: patch-m4_byteorder.m4,v 1.1 2016/04/09 10:09:14 richard Exp $ + +special case SunOS support for byteswapping + +--- m4/byteorder.m4.orig 2013-03-17 08:04:49.000000000 +0000 ++++ m4/byteorder.m4 +@@ -106,6 +106,20 @@ dnl Linux GLIBC + EOF], + + [ ++dnl SunOS ++ AC_HAVE_SYMBOL(BSWAP_32,sys/byteorder.h, ++dnl sys/byteorder.h should already be implicitly included ++ [cat >> "$1" << EOF ++/* Define generic byte swapping functions */ ++EOF ++cat >> "$1" << EOF ++#define swap16(x) BSWAP_16(x) ++#define swap32(x) BSWAP_32(x) ++#define swap64(x) BSWAP_64(x) ++ ++EOF], ++ ++ [ + dnl NetBSD + AC_HAVE_SYMBOL(bswap32,machine/endian.h, + dnl We're already including machine/endian.h if this test succeeds +@@ -190,6 +204,7 @@ EOF + EOF + fi + ]) ++]) + ]) + ]) + ]) diff --git a/devel/libmtp/patches/patch-src_util.c b/devel/libmtp/patches/patch-src_util.c new file mode 100644 index 0000000000000..b2953171a51b3 --- /dev/null +++ b/devel/libmtp/patches/patch-src_util.c @@ -0,0 +1,22 @@ +$NetBSD: patch-src_util.c,v 1.1 2016/04/09 10:09:14 richard Exp $ + +config.h should always be first + +--- src/util.c.orig 2015-10-07 07:43:18.000000000 +0000 ++++ src/util.c +@@ -22,6 +22,7 @@ + * Boston, MA 02111-1307, USA. + */ + ++#include "config.h" + /* MSVC does not have these */ + #ifndef _MSC_VER + #include +@@ -34,7 +35,6 @@ + #include + #include + #include +-#include "config.h" + #include "libmtp.h" + #include "util.h" + diff --git a/devel/libpeas/Makefile b/devel/libpeas/Makefile index 212490c898a69..b7c1e1ef421fb 100644 --- a/devel/libpeas/Makefile +++ b/devel/libpeas/Makefile @@ -1,15 +1,14 @@ -# $NetBSD: Makefile,v 1.25 2015/04/25 14:20:36 tnn Exp $ +# $NetBSD: Makefile,v 1.26 2016/04/12 11:41:41 prlw1 Exp $ -DISTNAME= libpeas-1.12.1 -PKGREVISION= 1 +DISTNAME= libpeas-1.18.0 CATEGORIES= devel gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libpeas/${PKGVERSION_NOREV:R}/} EXTRACT_SUFX= .tar.xz MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://live.gnome.org/Libpeas +HOMEPAGE= http://wiki.gnome.org/Projects/Libpeas COMMENT= GObject-based plugins engine -LICENSE= gnu-lgpl-v2 +LICENSE= gnu-lgpl-v2.1 USE_PKGLOCALEDIR= yes @@ -22,10 +21,14 @@ PYTHON_VERSIONS_INCOMPATIBLE= 27 .include "../../lang/python/pyversion.mk" CONFIGURE_ARGS+= --disable-python2 CONFIGURE_ENV+= PYTHON3_CONFIG=${PYTHONCONFIG} +CONFIGURE_ARGS+= --disable-lua5.1 # looks for lua5.1.pc +CONFIGURE_ARGS+= --disable-luajit + PKGCONFIG_OVERRIDE+= data/libpeas-gtk-1.0.pc.in PKGCONFIG_OVERRIDE+= data/libpeas-1.0.pc.in +BUILDLINK_API_DEPENDS.glib2+= glib2>=2.38.0 .include "../../devel/glib2/buildlink3.mk" BUILDLINK_API_DEPENDS.gobject-introspection+= gobject-introspection>=1.39.0 .include "../../devel/gobject-introspection/buildlink3.mk" diff --git a/devel/libpeas/PLIST b/devel/libpeas/PLIST index 8c77f7a18d840..c44c7f2f9cca4 100644 --- a/devel/libpeas/PLIST +++ b/devel/libpeas/PLIST @@ -1,10 +1,12 @@ -@comment $NetBSD: PLIST,v 1.6 2014/10/11 09:54:30 prlw1 Exp $ +@comment $NetBSD: PLIST,v 1.7 2016/04/12 11:41:41 prlw1 Exp $ bin/peas-demo +include/libpeas-1.0/libpeas-gtk/peas-gtk-autocleanups.h include/libpeas-1.0/libpeas-gtk/peas-gtk-configurable.h include/libpeas-1.0/libpeas-gtk/peas-gtk-plugin-manager-view.h include/libpeas-1.0/libpeas-gtk/peas-gtk-plugin-manager.h include/libpeas-1.0/libpeas-gtk/peas-gtk.h include/libpeas-1.0/libpeas/peas-activatable.h +include/libpeas-1.0/libpeas/peas-autocleanups.h include/libpeas-1.0/libpeas/peas-engine.h include/libpeas-1.0/libpeas/peas-extension-base.h include/libpeas-1.0/libpeas/peas-extension-set.h @@ -39,13 +41,18 @@ share/gtk-doc/html/libpeas/PeasGtkPluginManagerView.html share/gtk-doc/html/libpeas/PeasObjectModule.html share/gtk-doc/html/libpeas/PeasPluginInfo.html share/gtk-doc/html/libpeas/annotation-glossary.html +share/gtk-doc/html/libpeas/api-index-1-14.html +share/gtk-doc/html/libpeas/api-index-1-18.html +share/gtk-doc/html/libpeas/api-index-1-2.html +share/gtk-doc/html/libpeas/api-index-1-4.html +share/gtk-doc/html/libpeas/api-index-1-6.html +share/gtk-doc/html/libpeas/api-index-deprecated.html share/gtk-doc/html/libpeas/api-index-full.html share/gtk-doc/html/libpeas/ch01.html share/gtk-doc/html/libpeas/ch02.html share/gtk-doc/html/libpeas/ch03.html share/gtk-doc/html/libpeas/home.png share/gtk-doc/html/libpeas/index.html -share/gtk-doc/html/libpeas/index.sgml share/gtk-doc/html/libpeas/left-insensitive.png share/gtk-doc/html/libpeas/left.png share/gtk-doc/html/libpeas/libpeas-PeasExtension.html @@ -68,6 +75,7 @@ share/locale/ast/LC_MESSAGES/libpeas.mo share/locale/be/LC_MESSAGES/libpeas.mo share/locale/bg/LC_MESSAGES/libpeas.mo share/locale/bn_IN/LC_MESSAGES/libpeas.mo +share/locale/bs/LC_MESSAGES/libpeas.mo share/locale/ca/LC_MESSAGES/libpeas.mo share/locale/ca@valencia/LC_MESSAGES/libpeas.mo share/locale/cs/LC_MESSAGES/libpeas.mo @@ -89,8 +97,10 @@ share/locale/he/LC_MESSAGES/libpeas.mo share/locale/hi/LC_MESSAGES/libpeas.mo share/locale/hu/LC_MESSAGES/libpeas.mo share/locale/id/LC_MESSAGES/libpeas.mo +share/locale/is/LC_MESSAGES/libpeas.mo share/locale/it/LC_MESSAGES/libpeas.mo share/locale/ja/LC_MESSAGES/libpeas.mo +share/locale/kk/LC_MESSAGES/libpeas.mo share/locale/kn/LC_MESSAGES/libpeas.mo share/locale/ko/LC_MESSAGES/libpeas.mo share/locale/lt/LC_MESSAGES/libpeas.mo @@ -99,7 +109,9 @@ share/locale/ml/LC_MESSAGES/libpeas.mo share/locale/mr/LC_MESSAGES/libpeas.mo share/locale/nb/LC_MESSAGES/libpeas.mo share/locale/nds/LC_MESSAGES/libpeas.mo +share/locale/ne/LC_MESSAGES/libpeas.mo share/locale/nl/LC_MESSAGES/libpeas.mo +share/locale/oc/LC_MESSAGES/libpeas.mo share/locale/or/LC_MESSAGES/libpeas.mo share/locale/pa/LC_MESSAGES/libpeas.mo share/locale/pl/LC_MESSAGES/libpeas.mo diff --git a/devel/libpeas/distinfo b/devel/libpeas/distinfo index 672a8f23551b2..25a9bc6fcfac9 100644 --- a/devel/libpeas/distinfo +++ b/devel/libpeas/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.7 2015/11/03 03:27:44 agc Exp $ +$NetBSD: distinfo,v 1.8 2016/04/12 11:41:41 prlw1 Exp $ -SHA1 (libpeas-1.12.1.tar.xz) = 220f858c2cac396fcf7b56ef6b24fa25ae3f28fb -RMD160 (libpeas-1.12.1.tar.xz) = 17784fd54f503327f436860243a4bbf39874d795 -SHA512 (libpeas-1.12.1.tar.xz) = 3b3f973066d8237da666b60fd8b34c93159c98742b255dd0205d2cfeb474635e823b60412f833564ce6116101c2c2b263fed7a59f1fc624d0a727c9e2897b58c -Size (libpeas-1.12.1.tar.xz) = 522616 bytes +SHA1 (libpeas-1.18.0.tar.xz) = e0f2324682cff45f8718c8b23304b335e2ed19e6 +RMD160 (libpeas-1.18.0.tar.xz) = c450655ecce08a6815cdda58d9f46e7fd6eac0c3 +SHA512 (libpeas-1.18.0.tar.xz) = 537402788519f3659a9ea9ea66de1bbbf365bb264335cefdfe808cd74e753c4d518b651d46ad170c7716ef38cbbc409dc8a87015bcd067f3fe025dea9c4b3ed6 +Size (libpeas-1.18.0.tar.xz) = 557028 bytes diff --git a/devel/libsigc++/Makefile b/devel/libsigc++/Makefile index 79b2c12414274..3d50580d692ae 100644 --- a/devel/libsigc++/Makefile +++ b/devel/libsigc++/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.48 2015/11/30 14:27:44 adam Exp $ +# $NetBSD: Makefile,v 1.49 2016/04/12 21:25:52 adam Exp $ -DISTNAME= libsigc++-2.6.2 +DISTNAME= libsigc++-2.8.0 CATEGORIES= devel -MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libsigc++/2.6/} +MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libsigc++/${PKGVERSION_NOREV:R}/} EXTRACT_SUFX= .tar.xz MAINTAINER= pkgsrc-users@NetBSD.org diff --git a/devel/libsigc++/PLIST b/devel/libsigc++/PLIST index 580469c7aea6d..b7e5a7b250fda 100644 --- a/devel/libsigc++/PLIST +++ b/devel/libsigc++/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.18 2015/10/15 11:04:37 wiz Exp $ +@comment $NetBSD: PLIST,v 1.19 2016/04/12 21:25:52 adam Exp $ include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h include/sigc++-2.0/sigc++/adaptors/adaptors.h include/sigc++-2.0/sigc++/adaptors/bind.h @@ -51,6 +51,8 @@ share/doc/libsigc++-2.0/reference/html/classsigc_1_1bound__argument_3_01const__r share/doc/libsigc++-2.0/reference/html/classsigc_1_1bound__argument_3_01const__reference__wrapper_3_01T__wrapped_01_4_01_4.html share/doc/libsigc++-2.0/reference/html/classsigc_1_1bound__argument_3_01reference__wrapper_3_01T__wrapped_01_4_01_4-members.html share/doc/libsigc++-2.0/reference/html/classsigc_1_1bound__argument_3_01reference__wrapper_3_01T__wrapped_01_4_01_4.html +share/doc/libsigc++-2.0/reference/html/classsigc_1_1bound__argument_3_01std_1_1reference__wrapper_3_01T__wrapped_01_4_01_4-members.html +share/doc/libsigc++-2.0/reference/html/classsigc_1_1bound__argument_3_01std_1_1reference__wrapper_3_01T__wrapped_01_4_01_4.html share/doc/libsigc++-2.0/reference/html/classsigc_1_1bound__const__mem__functor0-members.html share/doc/libsigc++-2.0/reference/html/classsigc_1_1bound__const__mem__functor0.html share/doc/libsigc++-2.0/reference/html/classsigc_1_1bound__const__mem__functor0__inherit__graph.png @@ -490,6 +492,8 @@ share/doc/libsigc++-2.0/reference/html/inherit_graph_44.png share/doc/libsigc++-2.0/reference/html/inherit_graph_45.png share/doc/libsigc++-2.0/reference/html/inherit_graph_46.png share/doc/libsigc++-2.0/reference/html/inherit_graph_47.png +share/doc/libsigc++-2.0/reference/html/inherit_graph_48.png +share/doc/libsigc++-2.0/reference/html/inherit_graph_49.png share/doc/libsigc++-2.0/reference/html/inherit_graph_5.png share/doc/libsigc++-2.0/reference/html/inherit_graph_6.png share/doc/libsigc++-2.0/reference/html/inherit_graph_7.png @@ -529,6 +533,7 @@ share/doc/libsigc++-2.0/reference/html/open.png share/doc/libsigc++-2.0/reference/html/pages.html share/doc/libsigc++-2.0/reference/html/since_2_2_11.html share/doc/libsigc++-2.0/reference/html/since_2_4.html +share/doc/libsigc++-2.0/reference/html/since_2_8.html share/doc/libsigc++-2.0/reference/html/splitbar.png share/doc/libsigc++-2.0/reference/html/structsigc_1_1adaptor__base.html share/doc/libsigc++-2.0/reference/html/structsigc_1_1adaptor__base__inherit__graph.png @@ -615,6 +620,8 @@ share/doc/libsigc++-2.0/reference/html/structsigc_1_1unwrap__reference_3_01const share/doc/libsigc++-2.0/reference/html/structsigc_1_1unwrap__reference_3_01const__reference__wrapper_3_01T__type_01_4_01_4.html share/doc/libsigc++-2.0/reference/html/structsigc_1_1unwrap__reference_3_01reference__wrapper_3_01T__type_01_4_01_4-members.html share/doc/libsigc++-2.0/reference/html/structsigc_1_1unwrap__reference_3_01reference__wrapper_3_01T__type_01_4_01_4.html +share/doc/libsigc++-2.0/reference/html/structsigc_1_1unwrap__reference_3_01std_1_1reference__wrapper_3_01T__type_01_4_01_4-members.html +share/doc/libsigc++-2.0/reference/html/structsigc_1_1unwrap__reference_3_01std_1_1reference__wrapper_3_01T__type_01_4_01_4.html share/doc/libsigc++-2.0/reference/html/structsigc_1_1visitor-members.html share/doc/libsigc++-2.0/reference/html/structsigc_1_1visitor.html share/doc/libsigc++-2.0/reference/html/sync_off.png diff --git a/devel/libsigc++/distinfo b/devel/libsigc++/distinfo index b1ce4b2138805..1d9cf9838a9fc 100644 --- a/devel/libsigc++/distinfo +++ b/devel/libsigc++/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.26 2015/11/30 14:27:44 adam Exp $ +$NetBSD: distinfo,v 1.27 2016/04/12 21:25:52 adam Exp $ -SHA1 (libsigc++-2.6.2.tar.xz) = c9bc6459756d0316b149cdf5db3a296e74cc5f4f -RMD160 (libsigc++-2.6.2.tar.xz) = 7b3a6340875d51c8276bac08416ef36e2e469bee -SHA512 (libsigc++-2.6.2.tar.xz) = 017685c3b1e11f84eda38cb4d7fbc0a4ede0217f1e65ad88c33ffaa5f973ceed16c56ded06a396919ab63e3057dd8c52f266e775fed4b0c32175784fcc86d0c9 -Size (libsigc++-2.6.2.tar.xz) = 3452588 bytes +SHA1 (libsigc++-2.8.0.tar.xz) = 4828b0719de4b05bb5a442fb7675e52e794a60cb +RMD160 (libsigc++-2.8.0.tar.xz) = 329254c36fc7d8775227073aa581fc3e4678102d +SHA512 (libsigc++-2.8.0.tar.xz) = d1fdf53c30d2ceab66c97ad78ff57ad372e8e16e3843021e62793ebbfad3002fed0222b6de941db2dfbe7ab30b9fc1d34cf84e8eef786f572d446acdd516167b +Size (libsigc++-2.8.0.tar.xz) = 3464220 bytes diff --git a/devel/libthrift/Makefile b/devel/libthrift/Makefile index 8247f9b7bcc61..3ca2f73ecd905 100644 --- a/devel/libthrift/Makefile +++ b/devel/libthrift/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.49 2016/03/05 11:27:45 jperkin Exp $ +# $NetBSD: Makefile,v 1.50 2016/04/11 19:01:48 ryoon Exp $ DISTNAME= thrift-${THRIFT_VERSION} PKGNAME= libthrift-${THRIFT_VERSION} -PKGREVISION= 31 +PKGREVISION= 32 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_APACHE:=thrift/${THRIFT_VERSION}/} EXTRACT_SUFX= .tar.gz diff --git a/devel/libusb-compat/Makefile b/devel/libusb-compat/Makefile index 613bab1678760..d4b75b7b7c7b9 100644 --- a/devel/libusb-compat/Makefile +++ b/devel/libusb-compat/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2014/11/24 12:53:19 mef Exp $ +# $NetBSD: Makefile,v 1.5 2016/03/26 07:53:32 richard Exp $ DISTNAME= libusb-compat-0.1.5 CATEGORIES= devel @@ -15,6 +15,10 @@ USE_TOOLS+= pkg-config GNU_CONFIGURE= yes PKGCONFIG_OVERRIDE+= libusb.pc.in +CPPFLAGS.SunOS+= -Du_int8_t=uint8_t +CPPFLAGS.SunOS+= -Du_int16_t=uint16_t +CPPFLAGS.SunOS+= -Du_int32_t=uint32_t + CONFLICTS= libusb-[0-9]* .include "../../devel/libusb1/buildlink3.mk" diff --git a/devel/libusb/Makefile b/devel/libusb/Makefile index 7ab57e62f635c..7b1ea18400d23 100644 --- a/devel/libusb/Makefile +++ b/devel/libusb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.37 2015/10/25 10:18:34 wiz Exp $ +# $NetBSD: Makefile,v 1.38 2016/04/10 15:26:57 richard Exp $ DISTNAME= libusb-0.1.12 PKGREVISION= 4 @@ -55,6 +55,9 @@ do-configure: cp ${FILESDIR}/libusbugen* ${WRKSRC}/ do-build: + cd ${WRKSRC} && ${SED} ${SED_TRANSFORMS} usb.h.in >usb.h + cd ${WRKSRC} && ${SED} ${SED_TRANSFORMS} libusb-config.in >libusb-config + cd ${WRKSRC} && ${SED} ${SED_TRANSFORMS} libusb.pc.in >libusb.pc cd ${WRKSRC} && ${LIBTOOL} --mode=compile --tag=CC ${CC} ${CFLAGS} \ -I. -c libusbugen.c cd ${WRKSRC} && ${LIBTOOL} --mode=link --tag=CC ${CC} \ @@ -65,9 +68,6 @@ do-build: cd ${WRKSRC} && ${LIBTOOL} --mode=link --tag=CXX ${CXX} \ -rpath ${PREFIX}/lib -version-info 8:4:4 -release 0.1 \ -o libusbpp.la usbpp.lo - cd ${WRKSRC} && ${SED} ${SED_TRANSFORMS} usb.h.in >usb.h - cd ${WRKSRC} && ${SED} ${SED_TRANSFORMS} libusb-config.in >libusb-config - cd ${WRKSRC} && ${SED} ${SED_TRANSFORMS} libusb.pc.in >libusb.pc do-install: ${INSTALL_SCRIPT} ${WRKSRC}/libusb-config ${DESTDIR}${PREFIX}/bin diff --git a/devel/libusb1/Makefile b/devel/libusb1/Makefile index 0624c879eb005..8875e743099e0 100644 --- a/devel/libusb1/Makefile +++ b/devel/libusb1/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.12 2015/08/22 21:23:46 leot Exp $ +# $NetBSD: Makefile,v 1.13 2016/04/09 08:18:58 richard Exp $ -DISTNAME= libusb-1.0.19 +DISTNAME= libusb-1.0.20 PKGNAME= ${DISTNAME:S/libusb/libusb1/} CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libusb/} @@ -14,15 +14,17 @@ LICENSE= gnu-lgpl-v2.1 # Solaris doesn't support the hardware-level interface (IIRC). # Works on Dragonfly but explicitly not wanted by DragonFly upstream; # see PR 47042. -NOT_FOR_PLATFORM= DragonFly-*-* SunOS-*-* +NOT_FOR_PLATFORM= DragonFly-*-* GNU_CONFIGURE= yes USE_LIBTOOL= yes USE_TOOLS+= pkg-config +MAKE_JOBS_SAFE= no PKGCONFIG_OVERRIDE+= libusb-1.0.pc.in CONFIGURE_ARGS+= --enable-tests-build +#CONFIGURE_ARGS+= --enable-examples-build CONFLICTS= libusbx-[0-9]* diff --git a/devel/libusb1/distinfo b/devel/libusb1/distinfo index 32d9e063f7289..1459abb242810 100644 --- a/devel/libusb1/distinfo +++ b/devel/libusb1/distinfo @@ -1,8 +1,15 @@ -$NetBSD: distinfo,v 1.6 2015/11/03 03:27:46 agc Exp $ +$NetBSD: distinfo,v 1.7 2016/04/09 08:18:58 richard Exp $ -SHA1 (libusb-1.0.19.tar.bz2) = c5d14ced155233ceeb5107c7eb3b94b16649ae05 -RMD160 (libusb-1.0.19.tar.bz2) = 0b6818be6bb2c36628ad22e332c39dcab6c762b9 -SHA512 (libusb-1.0.19.tar.bz2) = f42f0187bfec16ebabad64efef7a7651ee85dcf2af1b7cbe543b7de615f9c6432f7eea5fcc6b23335591dcad287c905eb9bd56199cc5d3b47435027ad678f2c1 -Size (libusb-1.0.19.tar.bz2) = 521496 bytes -SHA1 (patch-configure) = bef1f2108e35aa5cbddd25857dff25cdb9065388 -SHA1 (patch-configure.ac) = 1cc779623ce05635d8ce8fde03fde3fbeef1ce84 +SHA1 (libusb-1.0.20.tar.bz2) = 9537243f165927bde74ad742e6b3effb0bd50cd2 +RMD160 (libusb-1.0.20.tar.bz2) = 9019942b2c0528ef5488b4ce747720616893dbb2 +SHA512 (libusb-1.0.20.tar.bz2) = 4230047dbc18db402f399a6b228f70da37ce4f9da9d57203e5c31cf0edec5ddd664865b4f16038a2ae72c26097e713b709b9e882a11b65a274e84993d617c765 +Size (libusb-1.0.20.tar.bz2) = 795247 bytes +SHA1 (patch-config.h.in) = 8617eb16720a7a3c0c443b54e243d6459322dbae +SHA1 (patch-configure) = 03a4a61dae70a1373ba840e27b1c572c49d0d622 +SHA1 (patch-configure.ac) = 5ae1bb4788401da7d95365771e91e9298e384381 +SHA1 (patch-libusb_Makefile.am) = 814828a2e36f8636f0708cb12859146212f2676c +SHA1 (patch-libusb_Makefile.in) = 225cc2bb53b29c2af3f032347c4759ee11cd9ba2 +SHA1 (patch-libusb_core.c) = 669d92da7ed40a496a40140e0a91ef5070f336eb +SHA1 (patch-libusb_libusbi.h) = 3a916dcb0f5c4bf8f31850d7fb529df8dbad46f7 +SHA1 (patch-libusb_os_sunos__usb.c) = afa51c153cf589a1c979b96b4b34bd7a12a690cc +SHA1 (patch-libusb_os_sunos__usb.h) = d1aefc5e050c50df711a73e9ecdd22ff2ec6770c diff --git a/devel/libusb1/patches/patch-config.h.in b/devel/libusb1/patches/patch-config.h.in new file mode 100644 index 0000000000000..10c3f3c4697bb --- /dev/null +++ b/devel/libusb1/patches/patch-config.h.in @@ -0,0 +1,14 @@ +$NetBSD: patch-config.h.in,v 1.1 2016/04/09 08:18:58 richard Exp $ +prepare SunOS support +--- config.h.in.orig 2015-09-14 00:38:38.000000000 +0000 ++++ config.h.in +@@ -97,6 +97,9 @@ + /* OpenBSD backend */ + #undef OS_OPENBSD + ++/* SunOS backend */ ++#undef OS_SUNOS ++ + /* Windows backend */ + #undef OS_WINDOWS + diff --git a/devel/libusb1/patches/patch-configure b/devel/libusb1/patches/patch-configure index b11f4ebbcc5b5..bf0d9a7e4aa24 100644 --- a/devel/libusb1/patches/patch-configure +++ b/devel/libusb1/patches/patch-configure @@ -1,10 +1,27 @@ -$NetBSD: patch-configure,v 1.3 2015/08/22 21:23:46 leot Exp $ +$NetBSD: patch-configure,v 1.4 2016/04/09 08:18:58 richard Exp $ -Recognize Dragonfly. +prepare DragonFlyBSD and SunOS backend support ---- configure.orig 2014-06-13 18:28:18.000000000 +0000 +--- configure.orig 2016-03-25 05:42:03.826039410 +0000 +++ configure -@@ -11933,6 +11933,11 @@ $as_echo "OpenBSD" >&6; } +@@ -657,6 +657,8 @@ OS_WINDOWS_FALSE + OS_WINDOWS_TRUE + OS_NETBSD_FALSE + OS_NETBSD_TRUE ++OS_SUNOS_FALSE ++OS_SUNOS_TRUE + OS_OPENBSD_FALSE + OS_OPENBSD_TRUE + OS_DARWIN_FALSE +@@ -666,6 +668,7 @@ OS_LINUX_TRUE + OS_HAIKU + OS_WINDOWS + OS_NETBSD ++OS_SUNOS + OS_OPENBSD + OS_DARWIN + USE_UDEV +@@ -11939,6 +11942,11 @@ $as_echo "OpenBSD" >&6; } backend="openbsd" threads="posix" ;; @@ -16,3 +33,75 @@ Recognize Dragonfly. *-netbsd*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: NetBSD" >&5 $as_echo "NetBSD" >&6; } +@@ -11969,6 +11977,13 @@ subdirs="$subdirs libusb/os/haiku" + backend="haiku" + threads="posix" + ;; ++*-solaris*) ++ { $as_echo "$as_me:${as_lineno-$LINENO}: result: SunOS" >&5 ++$as_echo "SunOS" >&6; } ++ backend="sunos" ++ threads="posix" ++ ;; ++ + *) + as_fn_error $? "unsupported operating system" "$LINENO" 5 + esac +@@ -12230,6 +12245,31 @@ done + $as_echo "#define POLL_NFDS_TYPE nfds_t" >>confdefs.h + + ;; ++ ++sunos) ++ ++$as_echo "#define OS_SUNOS 1" >>confdefs.h ++ ++ ++ THREAD_CFLAGS="-pthread" ++ LIBS="-pthread -ldevinfo" ++ for ac_header in poll.h ++do : ++ ac_fn_c_check_header_mongrel "$LINENO" "poll.h" "ac_cv_header_poll_h" "$ac_includes_default" ++if test "x$ac_cv_header_poll_h" = xyes; then : ++ cat >>confdefs.h <<_ACEOF ++#define HAVE_POLL_H 1 ++_ACEOF ++ ++fi ++ ++done ++ ++ ++$as_echo "#define POLL_NFDS_TYPE nfds_t" >>confdefs.h ++ ++ ;; ++ + netbsd) + + $as_echo "#define OS_NETBSD 1" >>confdefs.h +@@ -12317,6 +12357,14 @@ else + OS_OPENBSD_FALSE= + fi + ++ if test "x$backend" = xsunos; then ++ OS_SUNOS_TRUE= ++ OS_SUNOS_FALSE='#' ++else ++ OS_SUNOS_TRUE='#' ++ OS_SUNOS_FALSE= ++fi ++ + if test "x$backend" = xnetbsd; then + OS_NETBSD_TRUE= + OS_NETBSD_FALSE='#' +@@ -12834,6 +12882,10 @@ if test -z "${OS_OPENBSD_TRUE}" && test + as_fn_error $? "conditional \"OS_OPENBSD\" was never defined. + Usually this means the macro was only invoked conditionally." "$LINENO" 5 + fi ++if test -z "${OS_SUNOS_TRUE}" && test -z "${OS_SUNOS_FALSE}"; then ++ as_fn_error $? "conditional \"OS_SUNOS\" was never defined. ++Usually this means the macro was only invoked conditionally." "$LINENO" 5 ++fi + if test -z "${OS_NETBSD_TRUE}" && test -z "${OS_NETBSD_FALSE}"; then + as_fn_error $? "conditional \"OS_NETBSD\" was never defined. + Usually this means the macro was only invoked conditionally." "$LINENO" 5 diff --git a/devel/libusb1/patches/patch-configure.ac b/devel/libusb1/patches/patch-configure.ac index c573c752d10bf..fb6d7dc44c110 100644 --- a/devel/libusb1/patches/patch-configure.ac +++ b/devel/libusb1/patches/patch-configure.ac @@ -1,8 +1,8 @@ -$NetBSD: patch-configure.ac,v 1.3 2015/08/22 21:23:46 leot Exp $ +$NetBSD: patch-configure.ac,v 1.4 2016/04/09 08:18:58 richard Exp $ -Recognize Dragonfly. +prepare DragonFlyBSD and SunOS backend support ---- configure.ac.orig 2014-04-22 12:19:42.000000000 +0000 +--- configure.ac.orig 2015-09-05 17:20:40.000000000 +0000 +++ configure.ac @@ -72,6 +72,10 @@ case $host in backend="openbsd" @@ -15,3 +15,41 @@ Recognize Dragonfly. *-netbsd*) AC_MSG_RESULT([NetBSD]) backend="netbsd" +@@ -95,6 +99,12 @@ case $host in + backend="haiku" + threads="posix" + ;; ++*-solaris*) ++ AC_MSG_RESULT([SunOS]) ++ backend="sunos" ++ threads="posix" ++ ;; ++ + *) + AC_MSG_ERROR([unsupported operating system]) + esac +@@ -157,6 +167,16 @@ openbsd) + AC_CHECK_HEADERS([poll.h]) + AC_DEFINE([POLL_NFDS_TYPE],[nfds_t],[type of second poll() argument]) + ;; ++ ++sunos) ++ AC_DEFINE(OS_SUNOS, 1, [SunOS backend]) ++ AC_SUBST(OS_SUNOS) ++ THREAD_CFLAGS="-pthread" ++ LIBS="-pthread -ldevinfo" ++ AC_CHECK_HEADERS([poll.h]) ++ AC_DEFINE([POLL_NFDS_TYPE],[nfds_t],[type of second poll() argument]) ++ ;; ++ + netbsd) + AC_DEFINE(OS_NETBSD, 1, [NetBSD backend]) + AC_SUBST(OS_NETBSD) +@@ -187,6 +207,7 @@ AC_SUBST(LIBS) + AM_CONDITIONAL(OS_LINUX, test "x$backend" = xlinux) + AM_CONDITIONAL(OS_DARWIN, test "x$backend" = xdarwin) + AM_CONDITIONAL(OS_OPENBSD, test "x$backend" = xopenbsd) ++AM_CONDITIONAL(OS_SUNOS, test "x$backend" = xsunos) + AM_CONDITIONAL(OS_NETBSD, test "x$backend" = xnetbsd) + AM_CONDITIONAL(OS_WINDOWS, test "x$backend" = xwindows) + AM_CONDITIONAL(OS_HAIKU, test "x$backend" = xhaiku) diff --git a/devel/libusb1/patches/patch-libusb_Makefile.am b/devel/libusb1/patches/patch-libusb_Makefile.am new file mode 100644 index 0000000000000..9ce5b8925a762 --- /dev/null +++ b/devel/libusb1/patches/patch-libusb_Makefile.am @@ -0,0 +1,33 @@ +$NetBSD: patch-libusb_Makefile.am,v 1.1 2016/04/09 08:18:58 richard Exp $ + +prepare SunOS backend support + +--- libusb/Makefile.am.orig 2015-09-05 17:20:40.000000000 +0000 ++++ libusb/Makefile.am +@@ -9,13 +9,14 @@ LINUX_USBFS_SRC = os/linux_usbfs.c + DARWIN_USB_SRC = os/darwin_usb.c + OPENBSD_USB_SRC = os/openbsd_usb.c + NETBSD_USB_SRC = os/netbsd_usb.c ++SUNOS_USB_SRC = os/sunos_usb.c os/sunos_usb.h + WINDOWS_USB_SRC = os/poll_windows.c os/windows_usb.c libusb-1.0.rc libusb-1.0.def + WINCE_USB_SRC = os/wince_usb.c os/wince_usb.h + + DIST_SUBDIRS = + + EXTRA_DIST = $(LINUX_USBFS_SRC) $(DARWIN_USB_SRC) $(OPENBSD_USB_SRC) \ +- $(NETBSD_USB_SRC) $(WINDOWS_USB_SRC) $(WINCE_USB_SRC) \ ++ $(NETBSD_USB_SRC) $(SUNOS_USB_SRC) $(WINDOWS_USB_SRC) $(WINCE_USB_SRC) \ + $(POSIX_POLL_SRC) \ + os/threads_posix.c os/threads_windows.c \ + os/linux_udev.c os/linux_netlink.c +@@ -49,6 +50,10 @@ if OS_NETBSD + OS_SRC = $(NETBSD_USB_SRC) $(POSIX_POLL_SRC) + endif + ++if OS_SUNOS ++OS_SRC = $(SUNOS_USB_SRC) $(POSIX_POLL_SRC) ++endif ++ + if OS_HAIKU + OS_SRC = $(POSIX_POLL_SRC) + SUBDIRS = os/haiku diff --git a/devel/libusb1/patches/patch-libusb_Makefile.in b/devel/libusb1/patches/patch-libusb_Makefile.in new file mode 100644 index 0000000000000..26c876ba5115b --- /dev/null +++ b/devel/libusb1/patches/patch-libusb_Makefile.in @@ -0,0 +1,118 @@ +$NetBSD: patch-libusb_Makefile.in,v 1.1 2016/04/09 08:18:58 richard Exp $ + +prepare SunOS backend support + +--- libusb/Makefile.in.orig 2016-03-25 05:31:21.617024817 +0000 ++++ libusb/Makefile.in +@@ -138,9 +138,9 @@ am__libusb_1_0_la_SOURCES_DIST = libusbi + os/threads_windows.h os/threads_windows.c os/threads_posix.h \ + os/threads_posix.c os/darwin_usb.c os/poll_posix.c \ + os/linux_usbfs.c os/linux_netlink.c os/linux_udev.c \ +- os/netbsd_usb.c os/openbsd_usb.c os/poll_windows.c \ +- os/windows_usb.c libusb-1.0.rc libusb-1.0.def os/poll_posix.h \ +- os/poll_windows.h ++ os/netbsd_usb.c os/openbsd_usb.c os/sunos_usb.c os/sunos_usb.h \ ++ os/poll_windows.c os/windows_usb.c libusb-1.0.rc \ ++ libusb-1.0.def os/poll_posix.h os/poll_windows.h + am__dirstamp = $(am__leading_dot)dirstamp + @THREADS_POSIX_FALSE@am__objects_1 = \ + @THREADS_POSIX_FALSE@ os/libusb_1_0_la-threads_windows.lo +@@ -150,25 +150,28 @@ am__objects_3 = os/libusb_1_0_la-poll_po + am__objects_4 = os/libusb_1_0_la-linux_usbfs.lo + am__objects_5 = os/libusb_1_0_la-netbsd_usb.lo + am__objects_6 = os/libusb_1_0_la-openbsd_usb.lo +-am__objects_7 = os/libusb_1_0_la-poll_windows.lo \ ++am__objects_7 = os/libusb_1_0_la-sunos_usb.lo ++am__objects_8 = os/libusb_1_0_la-poll_windows.lo \ + os/libusb_1_0_la-windows_usb.lo libusb-1.0.lo +-@OS_DARWIN_FALSE@@OS_HAIKU_FALSE@@OS_LINUX_FALSE@@OS_NETBSD_FALSE@@OS_OPENBSD_FALSE@@OS_WINDOWS_TRUE@am__objects_8 = $(am__objects_7) +-@OS_DARWIN_FALSE@@OS_HAIKU_FALSE@@OS_LINUX_FALSE@@OS_NETBSD_FALSE@@OS_OPENBSD_TRUE@am__objects_8 = $(am__objects_6) \ ++@OS_DARWIN_FALSE@@OS_HAIKU_FALSE@@OS_LINUX_FALSE@@OS_NETBSD_FALSE@@OS_OPENBSD_FALSE@@OS_SUNOS_FALSE@@OS_WINDOWS_TRUE@am__objects_9 = $(am__objects_8) ++@OS_DARWIN_FALSE@@OS_HAIKU_FALSE@@OS_LINUX_FALSE@@OS_NETBSD_FALSE@@OS_OPENBSD_FALSE@@OS_SUNOS_TRUE@am__objects_9 = $(am__objects_7) \ ++@OS_DARWIN_FALSE@@OS_HAIKU_FALSE@@OS_LINUX_FALSE@@OS_NETBSD_FALSE@@OS_OPENBSD_FALSE@@OS_SUNOS_TRUE@ $(am__objects_3) ++@OS_DARWIN_FALSE@@OS_HAIKU_FALSE@@OS_LINUX_FALSE@@OS_NETBSD_FALSE@@OS_OPENBSD_TRUE@am__objects_9 = $(am__objects_6) \ + @OS_DARWIN_FALSE@@OS_HAIKU_FALSE@@OS_LINUX_FALSE@@OS_NETBSD_FALSE@@OS_OPENBSD_TRUE@ $(am__objects_3) +-@OS_DARWIN_FALSE@@OS_HAIKU_FALSE@@OS_LINUX_FALSE@@OS_NETBSD_TRUE@am__objects_8 = $(am__objects_5) \ ++@OS_DARWIN_FALSE@@OS_HAIKU_FALSE@@OS_LINUX_FALSE@@OS_NETBSD_TRUE@am__objects_9 = $(am__objects_5) \ + @OS_DARWIN_FALSE@@OS_HAIKU_FALSE@@OS_LINUX_FALSE@@OS_NETBSD_TRUE@ $(am__objects_3) +-@OS_DARWIN_FALSE@@OS_HAIKU_FALSE@@OS_LINUX_TRUE@@USE_UDEV_FALSE@am__objects_8 = $(am__objects_4) \ ++@OS_DARWIN_FALSE@@OS_HAIKU_FALSE@@OS_LINUX_TRUE@@USE_UDEV_FALSE@am__objects_9 = $(am__objects_4) \ + @OS_DARWIN_FALSE@@OS_HAIKU_FALSE@@OS_LINUX_TRUE@@USE_UDEV_FALSE@ $(am__objects_3) \ + @OS_DARWIN_FALSE@@OS_HAIKU_FALSE@@OS_LINUX_TRUE@@USE_UDEV_FALSE@ os/libusb_1_0_la-linux_netlink.lo +-@OS_DARWIN_FALSE@@OS_HAIKU_FALSE@@OS_LINUX_TRUE@@USE_UDEV_TRUE@am__objects_8 = $(am__objects_4) \ ++@OS_DARWIN_FALSE@@OS_HAIKU_FALSE@@OS_LINUX_TRUE@@USE_UDEV_TRUE@am__objects_9 = $(am__objects_4) \ + @OS_DARWIN_FALSE@@OS_HAIKU_FALSE@@OS_LINUX_TRUE@@USE_UDEV_TRUE@ $(am__objects_3) \ + @OS_DARWIN_FALSE@@OS_HAIKU_FALSE@@OS_LINUX_TRUE@@USE_UDEV_TRUE@ os/libusb_1_0_la-linux_udev.lo +-@OS_DARWIN_FALSE@@OS_HAIKU_TRUE@am__objects_8 = $(am__objects_3) +-@OS_DARWIN_TRUE@am__objects_8 = $(am__objects_2) $(am__objects_3) ++@OS_DARWIN_FALSE@@OS_HAIKU_TRUE@am__objects_9 = $(am__objects_3) ++@OS_DARWIN_TRUE@am__objects_9 = $(am__objects_2) $(am__objects_3) + am_libusb_1_0_la_OBJECTS = libusb_1_0_la-core.lo \ + libusb_1_0_la-descriptor.lo libusb_1_0_la-io.lo \ + libusb_1_0_la-strerror.lo libusb_1_0_la-sync.lo \ +- libusb_1_0_la-hotplug.lo $(am__objects_1) $(am__objects_8) ++ libusb_1_0_la-hotplug.lo $(am__objects_1) $(am__objects_9) + libusb_1_0_la_OBJECTS = $(am_libusb_1_0_la_OBJECTS) + AM_V_lt = $(am__v_lt_@AM_V@) + am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) +@@ -335,6 +338,7 @@ OS_HAIKU = @OS_HAIKU@ + OS_LINUX = @OS_LINUX@ + OS_NETBSD = @OS_NETBSD@ + OS_OPENBSD = @OS_OPENBSD@ ++OS_SUNOS = @OS_SUNOS@ + OS_WINDOWS = @OS_WINDOWS@ + OTOOL = @OTOOL@ + OTOOL64 = @OTOOL64@ +@@ -414,11 +418,12 @@ LINUX_USBFS_SRC = os/linux_usbfs.c + DARWIN_USB_SRC = os/darwin_usb.c + OPENBSD_USB_SRC = os/openbsd_usb.c + NETBSD_USB_SRC = os/netbsd_usb.c ++SUNOS_USB_SRC = os/sunos_usb.c os/sunos_usb.h + WINDOWS_USB_SRC = os/poll_windows.c os/windows_usb.c libusb-1.0.rc libusb-1.0.def + WINCE_USB_SRC = os/wince_usb.c os/wince_usb.h + DIST_SUBDIRS = + EXTRA_DIST = $(LINUX_USBFS_SRC) $(DARWIN_USB_SRC) $(OPENBSD_USB_SRC) \ +- $(NETBSD_USB_SRC) $(WINDOWS_USB_SRC) $(WINCE_USB_SRC) \ ++ $(NETBSD_USB_SRC) $(SUNOS_USB_SRC) $(WINDOWS_USB_SRC) $(WINCE_USB_SRC) \ + $(POSIX_POLL_SRC) \ + os/threads_posix.c os/threads_windows.c \ + os/linux_udev.c os/linux_netlink.c +@@ -433,6 +438,7 @@ EXTRA_DIST = $(LINUX_USBFS_SRC) $(DARWIN + + @OS_NETBSD_TRUE@OS_SRC = $(NETBSD_USB_SRC) $(POSIX_POLL_SRC) + @OS_OPENBSD_TRUE@OS_SRC = $(OPENBSD_USB_SRC) $(POSIX_POLL_SRC) ++@OS_SUNOS_TRUE@OS_SRC = $(SUNOS_USB_SRC) $(POSIX_POLL_SRC) + @OS_WINDOWS_TRUE@OS_SRC = $(WINDOWS_USB_SRC) + @OS_DARWIN_TRUE@AM_CFLAGS_EXT = -no-cpp-precomp + @OS_HAIKU_TRUE@SUBDIRS = os/haiku +@@ -540,6 +546,8 @@ os/libusb_1_0_la-netbsd_usb.lo: os/$(am_ + os/$(DEPDIR)/$(am__dirstamp) + os/libusb_1_0_la-openbsd_usb.lo: os/$(am__dirstamp) \ + os/$(DEPDIR)/$(am__dirstamp) ++os/libusb_1_0_la-sunos_usb.lo: os/$(am__dirstamp) \ ++ os/$(DEPDIR)/$(am__dirstamp) + os/libusb_1_0_la-poll_windows.lo: os/$(am__dirstamp) \ + os/$(DEPDIR)/$(am__dirstamp) + os/libusb_1_0_la-windows_usb.lo: os/$(am__dirstamp) \ +@@ -570,6 +578,7 @@ distclean-compile: + @AMDEP_TRUE@@am__include@ @am__quote@os/$(DEPDIR)/libusb_1_0_la-openbsd_usb.Plo@am__quote@ + @AMDEP_TRUE@@am__include@ @am__quote@os/$(DEPDIR)/libusb_1_0_la-poll_posix.Plo@am__quote@ + @AMDEP_TRUE@@am__include@ @am__quote@os/$(DEPDIR)/libusb_1_0_la-poll_windows.Plo@am__quote@ ++@AMDEP_TRUE@@am__include@ @am__quote@os/$(DEPDIR)/libusb_1_0_la-sunos_usb.Plo@am__quote@ + @AMDEP_TRUE@@am__include@ @am__quote@os/$(DEPDIR)/libusb_1_0_la-threads_posix.Plo@am__quote@ + @AMDEP_TRUE@@am__include@ @am__quote@os/$(DEPDIR)/libusb_1_0_la-threads_windows.Plo@am__quote@ + @AMDEP_TRUE@@am__include@ @am__quote@os/$(DEPDIR)/libusb_1_0_la-windows_usb.Plo@am__quote@ +@@ -703,6 +712,13 @@ os/libusb_1_0_la-openbsd_usb.lo: os/open + @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libusb_1_0_la_CFLAGS) $(CFLAGS) -c -o os/libusb_1_0_la-openbsd_usb.lo `test -f 'os/openbsd_usb.c' || echo '$(srcdir)/'`os/openbsd_usb.c + ++os/libusb_1_0_la-sunos_usb.lo: os/sunos_usb.c ++@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libusb_1_0_la_CFLAGS) $(CFLAGS) -MT os/libusb_1_0_la-sunos_usb.lo -MD -MP -MF os/$(DEPDIR)/libusb_1_0_la-sunos_usb.Tpo -c -o os/libusb_1_0_la-sunos_usb.lo `test -f 'os/sunos_usb.c' || echo '$(srcdir)/'`os/sunos_usb.c ++@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) os/$(DEPDIR)/libusb_1_0_la-sunos_usb.Tpo os/$(DEPDIR)/libusb_1_0_la-sunos_usb.Plo ++@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='os/sunos_usb.c' object='os/libusb_1_0_la-sunos_usb.lo' libtool=yes @AMDEPBACKSLASH@ ++@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ ++@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libusb_1_0_la_CFLAGS) $(CFLAGS) -c -o os/libusb_1_0_la-sunos_usb.lo `test -f 'os/sunos_usb.c' || echo '$(srcdir)/'`os/sunos_usb.c ++ + os/libusb_1_0_la-poll_windows.lo: os/poll_windows.c + @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libusb_1_0_la_CFLAGS) $(CFLAGS) -MT os/libusb_1_0_la-poll_windows.lo -MD -MP -MF os/$(DEPDIR)/libusb_1_0_la-poll_windows.Tpo -c -o os/libusb_1_0_la-poll_windows.lo `test -f 'os/poll_windows.c' || echo '$(srcdir)/'`os/poll_windows.c + @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) os/$(DEPDIR)/libusb_1_0_la-poll_windows.Tpo os/$(DEPDIR)/libusb_1_0_la-poll_windows.Plo diff --git a/devel/libusb1/patches/patch-libusb_core.c b/devel/libusb1/patches/patch-libusb_core.c new file mode 100644 index 0000000000000..c469eebba545a --- /dev/null +++ b/devel/libusb1/patches/patch-libusb_core.c @@ -0,0 +1,15 @@ +$NetBSD: patch-libusb_core.c,v 1.1 2016/04/09 08:18:58 richard Exp $ + +prepare SunOS backend support + +--- libusb/core.c.orig 2015-09-05 17:30:43.000000000 +0000 ++++ libusb/core.c +@@ -58,6 +58,8 @@ const struct usbi_os_backend * const usb + const struct usbi_os_backend * const usbi_backend = &wince_backend; + #elif defined(OS_HAIKU) + const struct usbi_os_backend * const usbi_backend = &haiku_usb_raw_backend; ++#elif defined(OS_SUNOS) ++const struct usbi_os_backend * const usbi_backend = &sunos_backend; + #else + #error "Unsupported OS" + #endif diff --git a/devel/libusb1/patches/patch-libusb_libusbi.h b/devel/libusb1/patches/patch-libusb_libusbi.h new file mode 100644 index 0000000000000..7da35841764da --- /dev/null +++ b/devel/libusb1/patches/patch-libusb_libusbi.h @@ -0,0 +1,24 @@ +$NetBSD: patch-libusb_libusbi.h,v 1.1 2016/04/09 08:18:58 richard Exp $ + +prepare SunOS backend support + +--- libusb/libusbi.h.orig 2015-09-14 00:36:19.000000000 +0000 ++++ libusb/libusbi.h +@@ -493,7 +493,8 @@ int usbi_signal_event(struct libusb_cont + int usbi_clear_event(struct libusb_context *ctx); + + /* Internal abstraction for poll (needs struct usbi_transfer on Windows) */ +-#if defined(OS_LINUX) || defined(OS_DARWIN) || defined(OS_OPENBSD) || defined(OS_NETBSD) || defined(OS_HAIKU) ++#if defined(OS_LINUX) || defined(OS_DARWIN) || defined(OS_OPENBSD) || defined(OS_NETBSD) || \ ++ defined(OS_HAIKU) || defined(OS_SUNOS) + #include + #include "os/poll_posix.h" + #elif defined(OS_WINDOWS) || defined(OS_WINCE) +@@ -1091,6 +1092,7 @@ extern const struct usbi_os_backend netb + extern const struct usbi_os_backend windows_backend; + extern const struct usbi_os_backend wince_backend; + extern const struct usbi_os_backend haiku_usb_raw_backend; ++extern const struct usbi_os_backend sunos_backend; + + extern struct list_head active_contexts_list; + extern usbi_mutex_static_t active_contexts_lock; diff --git a/devel/libusb1/patches/patch-libusb_os_sunos__usb.c b/devel/libusb1/patches/patch-libusb_os_sunos__usb.c new file mode 100644 index 0000000000000..07e98262d3351 --- /dev/null +++ b/devel/libusb1/patches/patch-libusb_os_sunos__usb.c @@ -0,0 +1,1318 @@ +$NetBSD: patch-libusb_os_sunos__usb.c,v 1.1 2016/04/09 08:18:58 richard Exp $ + +prepare SunOS backend support +add di_prop_exists() for cases such as illumos not having the function yet +add timerfd support for cases such as illumos already having support + +--- libusb/os/sunos_usb.c.orig 2016-04-01 02:22:35.735471484 +0000 ++++ libusb/os/sunos_usb.c +@@ -0,0 +1,1309 @@ ++/* ++ * ++ * Copyright (c) 2016, Oracle and/or its affiliates. ++ * Copyright 2016 PALO, Richard. ++ * ++ * This library is free software; you can redistribute it and/or ++ * modify it under the terms of the GNU Lesser General Public ++ * License as published by the Free Software Foundation; either ++ * version 2.1 of the License, or (at your option) any later version. ++ * ++ * This library is distributed in the hope that it will be useful, ++ * but WITHOUT ANY WARRANTY; without even the implied warranty of ++ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ++ * Lesser General Public License for more details. ++ * ++ * You should have received a copy of the GNU Lesser General Public ++ * License along with this library; if not, write to the Free Software ++ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA ++ */ ++ ++#include ++ ++#include ++#include ++#include ++#include ++#include ++#include ++#include ++#include ++#include ++#include ++#include ++#include ++#include ++#include ++#include ++ ++#include "libusbi.h" ++#include "sunos_usb.h" ++ ++#ifndef di_prop_exists ++static int di_prop_exists(dev_t dev, di_node_t node, const char *prop_name) { ++ return (di_prop_find(dev, node, prop_name) != DI_PROP_NIL); ++} ++#endif ++ ++/* ++ * Backend functions ++ */ ++static int sunos_init(struct libusb_context *); ++static void sunos_exit(void); ++static int sunos_get_device_list(struct libusb_context *, ++ struct discovered_devs **); ++static int sunos_open(struct libusb_device_handle *); ++static void sunos_close(struct libusb_device_handle *); ++static int sunos_get_device_descriptor(struct libusb_device *, ++ uint8_t*, int *); ++static int sunos_get_active_config_descriptor(struct libusb_device *, ++ uint8_t*, size_t, int *); ++static int sunos_get_config_descriptor(struct libusb_device *, uint8_t, ++ uint8_t*, size_t, int *); ++static int sunos_get_configuration(struct libusb_device_handle *, int *); ++static int sunos_set_configuration(struct libusb_device_handle *, int); ++static int sunos_claim_interface(struct libusb_device_handle *, int); ++static int sunos_release_interface(struct libusb_device_handle *, int); ++static int sunos_set_interface_altsetting(struct libusb_device_handle *, ++ int, int); ++static int sunos_clear_halt(struct libusb_device_handle *, uint8_t); ++static int sunos_reset_device(struct libusb_device_handle *); ++static void sunos_destroy_device(struct libusb_device *); ++static int sunos_submit_transfer(struct usbi_transfer *); ++static int sunos_cancel_transfer(struct usbi_transfer *); ++static void sunos_clear_transfer_priv(struct usbi_transfer *); ++static int sunos_handle_transfer_completion(struct usbi_transfer *); ++static int sunos_clock_gettime(int, struct timespec *); ++ ++/* ++ * Private functions ++ */ ++static int _errno_to_libusb(int); ++static int sunos_usb_get_status(int fd); ++ ++static int sunos_init(struct libusb_context *ctx) ++{ ++ return (LIBUSB_SUCCESS); ++} ++ ++static void sunos_exit(void) ++{ ++ usbi_dbg(""); ++} ++ ++static int ++sunos_fill_in_dev_info(di_node_t node, struct libusb_device *dev) ++{ ++ int proplen; ++ int n, *addr, *port_prop; ++ char *phypath; ++ uint8_t *rdata; ++ struct libusb_device_descriptor *descr; ++ sunos_dev_priv_t *dpriv = (sunos_dev_priv_t *)dev->os_priv; ++ ++ /* Device descriptors */ ++ proplen = di_prop_lookup_bytes(DDI_DEV_T_ANY, node, ++ "usb-dev-descriptor", &rdata); ++ if (proplen <= 0) { ++ ++ return (LIBUSB_ERROR_IO); ++ } ++ ++ descr = (struct libusb_device_descriptor *)rdata; ++ bcopy(descr, &dpriv->dev_descr, LIBUSB_DT_DEVICE_SIZE); ++ dpriv->dev_descr.bcdUSB = libusb_cpu_to_le16(descr->bcdUSB); ++ dpriv->dev_descr.idVendor = libusb_cpu_to_le16(descr->idVendor); ++ dpriv->dev_descr.idProduct = libusb_cpu_to_le16(descr->idProduct); ++ dpriv->dev_descr.bcdDevice = libusb_cpu_to_le16(descr->bcdDevice); ++ ++ /* Raw configuration descriptors */ ++ proplen = di_prop_lookup_bytes(DDI_DEV_T_ANY, node, ++ "usb-raw-cfg-descriptors", &rdata); ++ if (proplen <= 0) { ++ usbi_dbg("can't find raw config descriptors"); ++ ++ return (LIBUSB_ERROR_IO); ++ } ++ dpriv->raw_cfgdescr = calloc(1, proplen); ++ if (dpriv->raw_cfgdescr == NULL) { ++ return (LIBUSB_ERROR_NO_MEM); ++ } else { ++ bcopy(rdata, dpriv->raw_cfgdescr, proplen); ++ dpriv->cfgvalue = ((struct libusb_config_descriptor *) ++ rdata)->bConfigurationValue; ++ } ++ ++ n = di_prop_lookup_ints(DDI_DEV_T_ANY, node, "reg", &port_prop); ++ ++ if ((n != 1) || (*port_prop <= 0)) { ++ return (LIBUSB_ERROR_IO); ++ } ++ dev->port_number = *port_prop; ++ ++ /* device physical path */ ++ phypath = di_devfs_path(node); ++ if (phypath) { ++ dpriv->phypath = strdup(phypath); ++ di_devfs_path_free(phypath); ++ } else { ++ free(dpriv->raw_cfgdescr); ++ ++ return (LIBUSB_ERROR_IO); ++ } ++ ++ /* address */ ++ n = di_prop_lookup_ints(DDI_DEV_T_ANY, node, "assigned-address", &addr); ++ if (n != 1 || *addr == 0) { ++ usbi_dbg("can't get address"); ++ } else { ++ dev->device_address = *addr; ++ } ++ ++ /* speed */ ++ if (di_prop_exists(DDI_DEV_T_ANY, node, "low-speed") == 1) { ++ dev->speed = LIBUSB_SPEED_LOW; ++ } else if (di_prop_exists(DDI_DEV_T_ANY, node, "high-speed") == 1) { ++ dev->speed = LIBUSB_SPEED_HIGH; ++ } else if (di_prop_exists(DDI_DEV_T_ANY, node, "full-speed") == 1) { ++ dev->speed = LIBUSB_SPEED_FULL; ++ } else if (di_prop_exists(DDI_DEV_T_ANY, node, "super-speed") == 1) { ++ dev->speed = LIBUSB_SPEED_SUPER; ++ } ++ ++ usbi_dbg("vid=%x pid=%x, path=%s, bus_nmber=0x%x, port_number=%d, " ++ "speed=%d", dpriv->dev_descr.idVendor, dpriv->dev_descr.idProduct, ++ dpriv->phypath, dev->bus_number, dev->port_number, dev->speed); ++ ++ return (LIBUSB_SUCCESS); ++} ++ ++ ++static int ++sunos_add_devices(di_devlink_t link, void *arg) ++{ ++ struct devlink_cbarg *largs = (struct devlink_cbarg *)arg; ++ struct node_args *nargs; ++ di_node_t myself, pnode; ++ uint64_t session_id = 0; ++ uint16_t bdf = 0; ++ struct libusb_device *dev; ++ sunos_dev_priv_t *devpriv; ++ const char *path, *newpath; ++ int n, i; ++ int *addr_prop; ++ uint8_t bus_number = 0; ++ ++ nargs = (struct node_args *)largs->nargs; ++ myself = largs->myself; ++ if (nargs->last_ugenpath) { ++ /* the same node's links */ ++ return (DI_WALK_CONTINUE); ++ } ++ ++ /* ++ * Construct session ID. ++ * session ID = ...parent hub addr|hub addr|dev addr. ++ */ ++ pnode = myself; ++ i = 0; ++ while (pnode != DI_NODE_NIL) { ++ if (di_prop_exists(DDI_DEV_T_ANY, pnode, "root-hub") == 1) { ++ /* walk to root */ ++ uint32_t *regbuf = NULL; ++ uint32_t reg; ++ ++ n = di_prop_lookup_ints(DDI_DEV_T_ANY, pnode, "reg", ++ (int **)®buf); ++ reg = regbuf[0]; ++ bdf = (PCI_REG_BUS_G(reg) << 8) | ++ (PCI_REG_DEV_G(reg) << 3) | PCI_REG_FUNC_G(reg); ++ session_id |= (bdf << i * 8); ++ ++ /* same as 'unit-address' property */ ++ bus_number = ++ (PCI_REG_DEV_G(reg) << 3) | PCI_REG_FUNC_G(reg); ++ ++ usbi_dbg("device bus address=%s:%x", ++ di_bus_addr(pnode), bus_number); ++ ++ break; ++ } ++ ++ /* usb_addr */ ++ n = di_prop_lookup_ints(DDI_DEV_T_ANY, pnode, ++ "assigned-address", &addr_prop); ++ if ((n != 1) || (addr_prop[0] == 0)) { ++ usbi_dbg("cannot get valid usb_addr"); ++ ++ return (DI_WALK_CONTINUE); ++ } ++ ++ session_id |= ((addr_prop[0] & 0xff) << i * 8); ++ if (++i > 7) ++ break; ++ ++ pnode = di_parent_node(pnode); ++ } ++ ++ path = di_devlink_path(link); ++ dev = usbi_get_device_by_session_id(nargs->ctx, session_id); ++ if (dev == NULL) { ++ dev = usbi_alloc_device(nargs->ctx, session_id); ++ if (dev == NULL) { ++ usbi_dbg("can't alloc device"); ++ ++ return (DI_WALK_TERMINATE); ++ } ++ devpriv = (sunos_dev_priv_t *)dev->os_priv; ++ if ((newpath = strrchr(path, '/')) == NULL) { ++ libusb_unref_device(dev); ++ ++ return (DI_WALK_TERMINATE); ++ } ++ devpriv->ugenpath = strndup(path, strlen(path) - ++ strlen(newpath)); ++ dev->bus_number = bus_number; ++ ++ if (sunos_fill_in_dev_info(myself, dev) != LIBUSB_SUCCESS) { ++ libusb_unref_device(dev); ++ ++ return (DI_WALK_TERMINATE); ++ } ++ if (usbi_sanitize_device(dev) < 0) { ++ libusb_unref_device(dev); ++ usbi_dbg("sanatize failed: "); ++ return (DI_WALK_TERMINATE); ++ } ++ } else { ++ usbi_dbg("Dev %s exists", path); ++ } ++ ++ devpriv = (sunos_dev_priv_t *)dev->os_priv; ++ if (nargs->last_ugenpath == NULL) { ++ /* first device */ ++ nargs->last_ugenpath = devpriv->ugenpath; ++ ++ if (discovered_devs_append(*(nargs->discdevs), dev) == NULL) { ++ usbi_dbg("cannot append device"); ++ } ++ ++ /* ++ * we alloc and hence ref this dev. We don't need to ref it ++ * hereafter. Front end or app should take care of their ref. ++ */ ++ libusb_unref_device(dev); ++ } ++ ++ usbi_dbg("Device %s %s id=0x%llx, devcount:%d, bdf=%x", ++ devpriv->ugenpath, path, (uint64_t)session_id, ++ (*nargs->discdevs)->len, bdf); ++ ++ return (DI_WALK_CONTINUE); ++} ++ ++static int ++sunos_walk_minor_node_link(di_node_t node, void *args) ++{ ++ di_minor_t minor = DI_MINOR_NIL; ++ char *minor_path; ++ struct devlink_cbarg arg; ++ struct node_args *nargs = (struct node_args *)args; ++ di_devlink_handle_t devlink_hdl = nargs->dlink_hdl; ++ ++ /* walk each minor to find ugen devices */ ++ while ((minor = di_minor_next(node, minor)) != DI_MINOR_NIL) { ++ minor_path = di_devfs_minor_path(minor); ++ arg.nargs = args; ++ arg.myself = node; ++ arg.minor = minor; ++ (void) di_devlink_walk(devlink_hdl, ++ "^usb/[0-9a-f]+[.][0-9a-f]+", minor_path, ++ DI_PRIMARY_LINK, (void *)&arg, sunos_add_devices); ++ di_devfs_path_free(minor_path); ++ } ++ ++ /* switch to a different node */ ++ nargs->last_ugenpath = NULL; ++ ++ return (DI_WALK_CONTINUE); ++} ++ ++int ++sunos_get_device_list(struct libusb_context * ctx, ++ struct discovered_devs **discdevs) ++{ ++ di_node_t root_node; ++ struct node_args args; ++ di_devlink_handle_t devlink_hdl; ++ ++ args.ctx = ctx; ++ args.discdevs = discdevs; ++ args.last_ugenpath = NULL; ++ if ((root_node = di_init("/", DINFOCPYALL)) == DI_NODE_NIL) { ++ usbi_dbg("di_int() failed: %s", strerror(errno)); ++ return (LIBUSB_ERROR_IO); ++ } ++ ++ if ((devlink_hdl = di_devlink_init(NULL, 0)) == NULL) { ++ di_fini(root_node); ++ usbi_dbg("di_devlink_init() failed: %s", strerror(errno)); ++ ++ return (LIBUSB_ERROR_IO); ++ } ++ args.dlink_hdl = devlink_hdl; ++ ++ /* walk each node to find USB devices */ ++ if (di_walk_node(root_node, DI_WALK_SIBFIRST, &args, ++ sunos_walk_minor_node_link) == -1) { ++ usbi_dbg("di_walk_node() failed: %s", strerror(errno)); ++ di_fini(root_node); ++ ++ return (LIBUSB_ERROR_IO); ++ } ++ ++ di_fini(root_node); ++ di_devlink_fini(&devlink_hdl); ++ ++ usbi_dbg("%d devices", (*discdevs)->len); ++ ++ return ((*discdevs)->len); ++} ++ ++static int ++sunos_usb_open_ep0(sunos_dev_handle_priv_t *hpriv, sunos_dev_priv_t *dpriv) ++{ ++ char filename[PATH_MAX + 1]; ++ ++ if (hpriv->eps[0].datafd > 0) { ++ ++ return (LIBUSB_SUCCESS); ++ } ++ snprintf(filename, PATH_MAX, "%s/cntrl0", dpriv->ugenpath); ++ ++ usbi_dbg("opening %s", filename); ++ hpriv->eps[0].datafd = open(filename, O_RDWR); ++ if (hpriv->eps[0].datafd < 0) { ++ return(_errno_to_libusb(errno)); ++ } ++ ++ snprintf(filename, PATH_MAX, "%s/cntrl0stat", dpriv->ugenpath); ++ hpriv->eps[0].statfd = open(filename, O_RDONLY); ++ if (hpriv->eps[0].statfd < 0) { ++ close(hpriv->eps[0].datafd); ++ hpriv->eps[0].datafd = -1; ++ ++ return(_errno_to_libusb(errno)); ++ } ++ ++ return (LIBUSB_SUCCESS); ++} ++ ++static void ++sunos_usb_close_all_eps(sunos_dev_handle_priv_t *hdev) ++{ ++ int i; ++ ++ /* not close ep0 */ ++ for (i = 1; i < USB_MAXENDPOINTS; i++) { ++ if (hdev->eps[i].datafd != -1) { ++ (void) close(hdev->eps[i].datafd); ++ hdev->eps[i].datafd = -1; ++ } ++ if (hdev->eps[i].statfd != -1) { ++ (void) close(hdev->eps[i].statfd); ++ hdev->eps[i].statfd = -1; ++ } ++ } ++} ++ ++static void ++sunos_usb_close_ep0(sunos_dev_handle_priv_t *hdev, sunos_dev_priv_t *dpriv) ++{ ++ if (hdev->eps[0].datafd >= 0) { ++ close(hdev->eps[0].datafd); ++ close(hdev->eps[0].statfd); ++ hdev->eps[0].datafd = -1; ++ hdev->eps[0].statfd = -1; ++ } ++} ++ ++static uchar_t ++sunos_usb_ep_index(uint8_t ep_addr) ++{ ++ return ((ep_addr & LIBUSB_ENDPOINT_ADDRESS_MASK) + ++ ((ep_addr & LIBUSB_ENDPOINT_DIR_MASK) ? 16 : 0)); ++} ++ ++static int ++sunos_find_interface(struct libusb_device_handle *hdev, ++ uint8_t endpoint, uint8_t *interface) ++{ ++ struct libusb_config_descriptor *config; ++ int r; ++ int iface_idx; ++ ++ r = libusb_get_active_config_descriptor(hdev->dev, &config); ++ if (r < 0) { ++ return (LIBUSB_ERROR_INVALID_PARAM); ++ } ++ ++ for (iface_idx = 0; iface_idx < config->bNumInterfaces; iface_idx++) { ++ const struct libusb_interface *iface = ++ &config->interface[iface_idx]; ++ int altsetting_idx; ++ ++ for (altsetting_idx = 0; altsetting_idx < iface->num_altsetting; ++ altsetting_idx++) { ++ const struct libusb_interface_descriptor *altsetting = ++ &iface->altsetting[altsetting_idx]; ++ int ep_idx; ++ ++ for (ep_idx = 0; ep_idx < altsetting->bNumEndpoints; ++ ep_idx++) { ++ const struct libusb_endpoint_descriptor *ep = ++ &altsetting->endpoint[ep_idx]; ++ if (ep->bEndpointAddress == endpoint) { ++ *interface = iface_idx; ++ libusb_free_config_descriptor(config); ++ ++ return (LIBUSB_SUCCESS); ++ } ++ } ++ } ++ } ++ libusb_free_config_descriptor(config); ++ ++ return (LIBUSB_ERROR_INVALID_PARAM); ++} ++ ++static int ++sunos_check_device_and_status_open(struct libusb_device_handle *hdl, ++ uint8_t ep_addr, int ep_type) ++{ ++ char filename[PATH_MAX + 1], statfilename[PATH_MAX + 1]; ++ char cfg_num[16], alt_num[16]; ++ int fd, fdstat, mode; ++ uint8_t ifc = 0; ++ uint8_t ep_index; ++ sunos_dev_handle_priv_t *hpriv; ++ ++ usbi_dbg("open ep 0x%02x", ep_addr); ++ hpriv = (sunos_dev_handle_priv_t *)hdl->os_priv; ++ ep_index = sunos_usb_ep_index(ep_addr); ++ /* ep already opened */ ++ if ((hpriv->eps[ep_index].datafd > 0) && ++ (hpriv->eps[ep_index].statfd > 0)) { ++ usbi_dbg("ep 0x%02x already opened, return success", ++ ep_addr); ++ ++ return (0); ++ } ++ ++ if (sunos_find_interface(hdl, ep_addr, &ifc) < 0) { ++ usbi_dbg("can't find interface for endpoint 0x%02x", ++ ep_addr); ++ ++ return (LIBUSB_ERROR_ACCESS); ++ } ++ ++ /* create filename */ ++ if (hpriv->config_index > 0) { ++ (void) snprintf(cfg_num, sizeof (cfg_num), "cfg%d", ++ hpriv->config_index + 1); ++ } else { ++ bzero(cfg_num, sizeof (cfg_num)); ++ } ++ ++ if (hpriv->altsetting[ifc] > 0) { ++ (void) snprintf(alt_num, sizeof (alt_num), ".%d", ++ hpriv->altsetting[ifc]); ++ } else { ++ bzero(alt_num, sizeof (alt_num)); ++ } ++ ++ (void) snprintf(filename, PATH_MAX, "%s/%sif%d%s%s%d", ++ hpriv->dpriv->ugenpath, cfg_num, ifc, alt_num, ++ (ep_addr & LIBUSB_ENDPOINT_DIR_MASK) ? "in" : ++ "out", (ep_addr & LIBUSB_ENDPOINT_ADDRESS_MASK)); ++ (void) snprintf(statfilename, PATH_MAX, "%sstat", filename); ++ ++ /* ++ * for interrupt IN endpoints, we need to enable one xfer ++ * mode before opening the endpoint ++ */ ++ if ((ep_type == LIBUSB_TRANSFER_TYPE_INTERRUPT) && ++ (ep_addr & LIBUSB_ENDPOINT_IN)) { ++ char control = USB_EP_INTR_ONE_XFER; ++ int count; ++ ++ /* open the status device node for the ep first RDWR */ ++ if ((fdstat = open(statfilename, O_RDWR)) == -1) { ++ usbi_dbg("can't open %s RDWR: %d", ++ statfilename, errno); ++ } else { ++ count = write(fdstat, &control, sizeof (control)); ++ if (count != 1) { ++ /* this should have worked */ ++ usbi_dbg("can't write to %s: %d", ++ statfilename, errno); ++ (void) close(fdstat); ++ ++ return (errno); ++ } ++ /* close status node and open xfer node first */ ++ close (fdstat); ++ } ++ } ++ ++ /* open the xfer node first in case alt needs to be changed */ ++ if (ep_type == LIBUSB_TRANSFER_TYPE_ISOCHRONOUS) { ++ mode = O_RDWR; ++ } else if (ep_addr & LIBUSB_ENDPOINT_IN) { ++ mode = O_RDONLY; ++ } else { ++ mode = O_WRONLY; ++ } ++ ++ /* ++ * IMPORTANT: must open data xfer node first and then open stat node ++ * Otherwise, it will fail on multi-config or multi-altsetting devices ++ * with "Device Busy" error. See ugen_epxs_switch_cfg_alt() and ++ * ugen_epxs_check_alt_switch() in ugen driver source code. ++ */ ++ if ((fd = open(filename, mode)) == -1) { ++ usbi_dbg("can't open %s: %d(%s)", filename, errno, ++ strerror(errno)); ++ ++ return (errno); ++ } ++ /* open the status node */ ++ if ((fdstat = open(statfilename, O_RDONLY)) == -1) { ++ usbi_dbg("can't open %s: %d", statfilename, errno); ++ ++ (void) close(fd); ++ ++ return (errno); ++ } ++ ++ hpriv->eps[ep_index].datafd = fd; ++ hpriv->eps[ep_index].statfd = fdstat; ++ usbi_dbg("ep=0x%02x datafd=%d, statfd=%d", ep_addr, fd, fdstat); ++ ++ return (0); ++} ++ ++int ++sunos_open(struct libusb_device_handle *handle) ++{ ++ sunos_dev_handle_priv_t *hpriv; ++ sunos_dev_priv_t *dpriv; ++ int i; ++ int ret; ++ ++ hpriv = (sunos_dev_handle_priv_t *)handle->os_priv; ++ dpriv = (sunos_dev_priv_t *)handle->dev->os_priv; ++ hpriv->dpriv = dpriv; ++ ++ /* set all file descriptors to "closed" */ ++ for (i = 0; i < USB_MAXENDPOINTS; i++) { ++ hpriv->eps[i].datafd = -1; ++ hpriv->eps[i].statfd = -1; ++ } ++ ++ if ((ret = sunos_usb_open_ep0(hpriv, dpriv)) != LIBUSB_SUCCESS) { ++ usbi_dbg("fail: %d", ret); ++ return (ret); ++ } ++ ++ return (LIBUSB_SUCCESS); ++} ++ ++void ++sunos_close(struct libusb_device_handle *handle) ++{ ++ sunos_dev_handle_priv_t *hpriv; ++ sunos_dev_priv_t *dpriv; ++ ++ usbi_dbg(""); ++ if (!handle) { ++ return; ++ } ++ ++ hpriv = (sunos_dev_handle_priv_t *)handle->os_priv; ++ if (!hpriv) { ++ return; ++ } ++ dpriv = (sunos_dev_priv_t *)handle->dev->os_priv; ++ if (!dpriv) { ++ return; ++ } ++ ++ sunos_usb_close_all_eps(hpriv); ++ sunos_usb_close_ep0(hpriv, dpriv); ++} ++ ++int ++sunos_get_device_descriptor(struct libusb_device *dev, uint8_t *buf, ++ int *host_endian) ++{ ++ sunos_dev_priv_t *dpriv = (sunos_dev_priv_t *)dev->os_priv; ++ ++ memcpy(buf, &dpriv->dev_descr, LIBUSB_DT_DEVICE_SIZE); ++ *host_endian = 0; ++ ++ return (LIBUSB_SUCCESS); ++} ++ ++int ++sunos_get_active_config_descriptor(struct libusb_device *dev, ++ uint8_t *buf, size_t len, int *host_endian) ++{ ++ sunos_dev_priv_t *dpriv = (sunos_dev_priv_t *)dev->os_priv; ++ struct libusb_config_descriptor *cfg; ++ int proplen; ++ di_node_t node; ++ uint8_t *rdata; ++ ++ /* ++ * Keep raw configuration descriptors updated, in case config ++ * has ever been changed through setCfg. ++ */ ++ if ((node = di_init(dpriv->phypath, DINFOCPYALL)) == DI_NODE_NIL) { ++ usbi_dbg("di_int() failed: %s", strerror(errno)); ++ return (LIBUSB_ERROR_IO); ++ } ++ proplen = di_prop_lookup_bytes(DDI_DEV_T_ANY, node, ++ "usb-raw-cfg-descriptors", &rdata); ++ if (proplen <= 0) { ++ usbi_dbg("can't find raw config descriptors"); ++ ++ return (LIBUSB_ERROR_IO); ++ } ++ dpriv->raw_cfgdescr = realloc(dpriv->raw_cfgdescr, proplen); ++ if (dpriv->raw_cfgdescr == NULL) { ++ return (LIBUSB_ERROR_NO_MEM); ++ } else { ++ bcopy(rdata, dpriv->raw_cfgdescr, proplen); ++ dpriv->cfgvalue = ((struct libusb_config_descriptor *) ++ rdata)->bConfigurationValue; ++ } ++ di_fini(node); ++ ++ cfg = (struct libusb_config_descriptor *)dpriv->raw_cfgdescr; ++ len = MIN(len, libusb_le16_to_cpu(cfg->wTotalLength)); ++ memcpy(buf, dpriv->raw_cfgdescr, len); ++ *host_endian = 0; ++ usbi_dbg("path:%s len %d", dpriv->phypath, len); ++ ++ return (len); ++} ++ ++int ++sunos_get_config_descriptor(struct libusb_device *dev, uint8_t idx, ++ uint8_t *buf, size_t len, int *host_endian) ++{ ++ /* XXX */ ++ return(sunos_get_active_config_descriptor(dev, buf, len, host_endian)); ++} ++ ++int ++sunos_get_configuration(struct libusb_device_handle *handle, int *config) ++{ ++ sunos_dev_priv_t *dpriv = (sunos_dev_priv_t *)handle->dev->os_priv; ++ ++ *config = dpriv->cfgvalue; ++ ++ usbi_dbg("bConfigurationValue %d", *config); ++ ++ return (LIBUSB_SUCCESS); ++} ++ ++int ++sunos_set_configuration(struct libusb_device_handle *handle, int config) ++{ ++ sunos_dev_priv_t *dpriv = (sunos_dev_priv_t *)handle->dev->os_priv; ++ sunos_dev_handle_priv_t *hpriv; ++ ++ usbi_dbg("bConfigurationValue %d", config); ++ hpriv = (sunos_dev_handle_priv_t *)handle->os_priv; ++ ++ if (dpriv->ugenpath == NULL) ++ return (LIBUSB_ERROR_NOT_SUPPORTED); ++ ++ if (config < 1 || config > dpriv->dev_descr.bNumConfigurations) ++ return (LIBUSB_ERROR_INVALID_PARAM); ++ ++ dpriv->cfgvalue = config; ++ hpriv->config_index = config - 1; ++ ++ return (LIBUSB_SUCCESS); ++} ++ ++int ++sunos_claim_interface(struct libusb_device_handle *handle, int iface) ++{ ++ usbi_dbg("iface %d", iface); ++ if (iface < 0) { ++ return (LIBUSB_ERROR_INVALID_PARAM); ++ } ++ ++ return (LIBUSB_SUCCESS); ++} ++ ++int ++sunos_release_interface(struct libusb_device_handle *handle, int iface) ++{ ++ sunos_dev_handle_priv_t *hpriv = ++ (sunos_dev_handle_priv_t *)handle->os_priv; ++ ++ usbi_dbg("iface %d", iface); ++ if (iface < 0) { ++ return (LIBUSB_ERROR_INVALID_PARAM); ++ } ++ ++ /* XXX: can we release it? */ ++ hpriv->altsetting[iface] = 0; ++ ++ return (LIBUSB_SUCCESS); ++} ++ ++int ++sunos_set_interface_altsetting(struct libusb_device_handle *handle, int iface, ++ int altsetting) ++{ ++ sunos_dev_priv_t *dpriv = (sunos_dev_priv_t *)handle->dev->os_priv; ++ sunos_dev_handle_priv_t *hpriv = ++ (sunos_dev_handle_priv_t *)handle->os_priv; ++ ++ usbi_dbg("iface %d, setting %d", iface, altsetting); ++ ++ if (iface < 0 || altsetting < 0) { ++ return (LIBUSB_ERROR_INVALID_PARAM); ++ } ++ if (dpriv->ugenpath == NULL) ++ return (LIBUSB_ERROR_NOT_FOUND); ++ ++ /* XXX: can we switch altsetting? */ ++ hpriv->altsetting[iface] = altsetting; ++ ++ return (LIBUSB_SUCCESS); ++} ++ ++static void ++usb_dump_data(unsigned char *data, size_t size) ++{ ++ int i; ++ ++ if (getenv("LIBUSB_DEBUG") == NULL) { ++ return; ++ } ++ ++ (void) fprintf(stderr, "data dump:"); ++ for (i = 0; i < size; i++) { ++ if (i % 16 == 0) { ++ (void) fprintf(stderr, "\n%08x ", i); ++ } ++ (void) fprintf(stderr, "%02x ", (uchar_t)data[i]); ++ } ++ (void) fprintf(stderr, "\n"); ++} ++ ++static void ++sunos_async_callback(union sigval arg) ++{ ++ struct sunos_transfer_priv *tpriv = ++ (struct sunos_transfer_priv *)arg.sival_ptr; ++ struct libusb_transfer *xfer = tpriv->transfer; ++ struct aiocb *aiocb = &tpriv->aiocb; ++ int ret; ++ sunos_dev_handle_priv_t *hpriv; ++ uint8_t ep; ++ ++ hpriv = (sunos_dev_handle_priv_t *)xfer->dev_handle->os_priv; ++ ep = sunos_usb_ep_index(xfer->endpoint); ++ ++ ret = aio_error(aiocb); ++ if (ret != 0) { ++ xfer->status = sunos_usb_get_status(hpriv->eps[ep].statfd); ++ } else { ++ xfer->actual_length = ++ LIBUSB_TRANSFER_TO_USBI_TRANSFER(xfer)->transferred = ++ aio_return(aiocb); ++ } ++ ++ usb_dump_data(xfer->buffer, xfer->actual_length); ++ ++ usbi_dbg("ret=%d, len=%d, actual_len=%d", ret, xfer->length, ++ xfer->actual_length); ++ ++ /* async notification */ ++ usbi_signal_transfer_completion(LIBUSB_TRANSFER_TO_USBI_TRANSFER(xfer)); ++} ++ ++static int ++sunos_do_async_io(struct libusb_transfer *transfer) ++{ ++ int ret = -1; ++ struct aiocb *aiocb; ++ sunos_dev_handle_priv_t *hpriv; ++ uint8_t ep; ++ struct sunos_transfer_priv *tpriv; ++ ++ usbi_dbg(""); ++ ++ tpriv = usbi_transfer_get_os_priv(LIBUSB_TRANSFER_TO_USBI_TRANSFER(transfer)); ++ hpriv = (sunos_dev_handle_priv_t *)transfer->dev_handle->os_priv; ++ ep = sunos_usb_ep_index(transfer->endpoint); ++ ++ tpriv->transfer = transfer; ++ aiocb = &tpriv->aiocb; ++ bzero(aiocb, sizeof (*aiocb)); ++ aiocb->aio_fildes = hpriv->eps[ep].datafd; ++ aiocb->aio_buf = transfer->buffer; ++ aiocb->aio_nbytes = transfer->length; ++ aiocb->aio_lio_opcode = ++ ((transfer->endpoint & LIBUSB_ENDPOINT_DIR_MASK) == ++ LIBUSB_ENDPOINT_IN) ? LIO_READ:LIO_WRITE; ++ aiocb->aio_sigevent.sigev_notify = SIGEV_THREAD; ++ aiocb->aio_sigevent.sigev_value.sival_ptr = tpriv; ++ aiocb->aio_sigevent.sigev_notify_function = sunos_async_callback; ++ ++ if (aiocb->aio_lio_opcode == LIO_READ) { ++ ret = aio_read(aiocb); ++ } else { ++ ret = aio_write(aiocb); ++ } ++ ++ return (ret); ++} ++ ++/* return the number of bytes read/written */ ++static int ++usb_do_io(int fd, int stat_fd, char *data, size_t size, int flag, int *status) ++{ ++ int error; ++ int ret = -1; ++ ++ usbi_dbg("usb_do_io(): datafd=%d statfd=%d size=0x%x flag=%s", ++ fd, stat_fd, size, flag? "WRITE":"READ"); ++ ++ switch (flag) { ++ case READ: ++ errno = 0; ++ ret = read(fd, data, size); ++ usb_dump_data(data, size); ++ break; ++ case WRITE: ++ usb_dump_data(data, size); ++ errno = 0; ++ ret = write(fd, data, size); ++ break; ++ } ++ ++ usbi_dbg("usb_do_io(): amount=%d", ret); ++ ++ if (ret < 0) { ++ int save_errno = errno; ++ ++ usbi_dbg("TID=%x io %s errno=%d(%s) ret=%d", pthread_self(), ++ flag?"WRITE":"READ", errno, strerror(errno), ret); ++ ++ /* sunos_usb_get_status will do a read and overwrite errno */ ++ error = sunos_usb_get_status(stat_fd); ++ usbi_dbg("io status=%d errno=%d(%s)", error, ++ save_errno, strerror(save_errno)); ++ ++ if (status) { ++ *status = save_errno; ++ } ++ ++ return (save_errno); ++ ++ } else if (status) { ++ *status = 0; ++ } ++ ++ return (ret); ++} ++ ++static int ++solaris_submit_ctrl_on_default(struct libusb_transfer *transfer) ++{ ++ int ret = -1, setup_ret; ++ int status; ++ sunos_dev_handle_priv_t *hpriv; ++ struct libusb_device_handle *hdl = transfer->dev_handle; ++ uint16_t wLength; ++ uint8_t *data = transfer->buffer; ++ ++ hpriv = (sunos_dev_handle_priv_t *)hdl->os_priv; ++ wLength = transfer->length - LIBUSB_CONTROL_SETUP_SIZE; ++ ++ if (hpriv->eps[0].datafd == -1) { ++ usbi_dbg("ep0 not opened"); ++ ++ return (LIBUSB_ERROR_NOT_FOUND); ++ } ++ ++ if ((data[0] & LIBUSB_ENDPOINT_DIR_MASK) == LIBUSB_ENDPOINT_IN) { ++ usbi_dbg("IN request"); ++ ret = usb_do_io(hpriv->eps[0].datafd, ++ hpriv->eps[0].statfd, (char *)data, LIBUSB_CONTROL_SETUP_SIZE, ++ WRITE, (int *)&status); ++ } else { ++ usbi_dbg("OUT request"); ++ ret = usb_do_io(hpriv->eps[0].datafd, hpriv->eps[0].statfd, ++ transfer->buffer, transfer->length, WRITE, ++ (int *)&transfer->status); ++ } ++ ++ setup_ret = ret; ++ if (ret < LIBUSB_CONTROL_SETUP_SIZE) { ++ usbi_dbg("error sending control msg: %d", ret); ++ ++ return (LIBUSB_ERROR_IO); ++ } ++ ++ ret = transfer->length - LIBUSB_CONTROL_SETUP_SIZE; ++ ++ /* Read the remaining bytes for IN request */ ++ if ((wLength) && ((data[0] & LIBUSB_ENDPOINT_DIR_MASK) == ++ LIBUSB_ENDPOINT_IN)) { ++ usbi_dbg("DATA: %d", transfer->length - setup_ret); ++ ret = usb_do_io(hpriv->eps[0].datafd, ++ hpriv->eps[0].statfd, ++ (char *)transfer->buffer + LIBUSB_CONTROL_SETUP_SIZE, ++ wLength, READ, (int *)&transfer->status); ++ } ++ ++ if (ret >= 0) { ++ transfer->actual_length = ret; ++ LIBUSB_TRANSFER_TO_USBI_TRANSFER(transfer)->transferred = ret; ++ } ++ usbi_dbg("Done: ctrl data bytes %d", ret); ++ ++ /* sync transfer handling */ ++ ret = usbi_handle_transfer_completion(LIBUSB_TRANSFER_TO_USBI_TRANSFER(transfer), ++ transfer->status); ++ ++ return (ret); ++} ++ ++int ++sunos_clear_halt(struct libusb_device_handle *handle, uint8_t endpoint) ++{ ++ int ret; ++ ++ usbi_dbg("endpoint=0x%02x", endpoint); ++ ++ ret = libusb_control_transfer(handle, LIBUSB_ENDPOINT_OUT | ++ LIBUSB_RECIPIENT_ENDPOINT | LIBUSB_REQUEST_TYPE_STANDARD, ++ LIBUSB_REQUEST_CLEAR_FEATURE, 0, endpoint, NULL, 0, 1000); ++ ++ usbi_dbg("ret=%d", ret); ++ ++ return (ret); ++} ++ ++int ++sunos_reset_device(struct libusb_device_handle *handle) ++{ ++ usbi_dbg(""); ++ ++ return (LIBUSB_ERROR_NOT_SUPPORTED); ++} ++ ++void ++sunos_destroy_device(struct libusb_device *dev) ++{ ++ sunos_dev_priv_t *dpriv = (sunos_dev_priv_t *)dev->os_priv; ++ ++ usbi_dbg(""); ++ ++ free(dpriv->raw_cfgdescr); ++ free(dpriv->ugenpath); ++ free(dpriv->phypath); ++} ++ ++int ++sunos_submit_transfer(struct usbi_transfer *itransfer) ++{ ++ struct libusb_transfer *transfer; ++ struct libusb_device_handle *hdl; ++ int err = 0; ++ ++ transfer = USBI_TRANSFER_TO_LIBUSB_TRANSFER(itransfer); ++ hdl = transfer->dev_handle; ++ ++ err = sunos_check_device_and_status_open(hdl, ++ transfer->endpoint, transfer->type); ++ if (err < 0) { ++ ++ return (_errno_to_libusb(err)); ++ } ++ ++ switch (transfer->type) { ++ case LIBUSB_TRANSFER_TYPE_CONTROL: ++ /* sync transfer */ ++ usbi_dbg("CTRL transfer: %d", transfer->length); ++ err = solaris_submit_ctrl_on_default(transfer); ++ break; ++ ++ case LIBUSB_TRANSFER_TYPE_BULK: ++ /* fallthru */ ++ case LIBUSB_TRANSFER_TYPE_INTERRUPT: ++ if (transfer->type == LIBUSB_TRANSFER_TYPE_BULK) ++ usbi_dbg("BULK transfer: %d", transfer->length); ++ else ++ usbi_dbg("INTR transfer: %d", transfer->length); ++ err = sunos_do_async_io(transfer); ++ break; ++ ++ case LIBUSB_TRANSFER_TYPE_ISOCHRONOUS: ++ /* Isochronous/Stream is not supported */ ++ ++ /* fallthru */ ++ case LIBUSB_TRANSFER_TYPE_BULK_STREAM: ++ if (transfer->type == LIBUSB_TRANSFER_TYPE_ISOCHRONOUS) ++ usbi_dbg("ISOC transfer: %d", transfer->length); ++ else ++ usbi_dbg("BULK STREAM transfer: %d", transfer->length); ++ err = LIBUSB_ERROR_NOT_SUPPORTED; ++ break; ++ } ++ ++ return (err); ++} ++ ++int ++sunos_cancel_transfer(struct usbi_transfer *itransfer) ++{ ++ sunos_xfer_priv_t *tpriv; ++ sunos_dev_handle_priv_t *hpriv; ++ struct libusb_transfer *transfer; ++ struct aiocb *aiocb; ++ uint8_t ep; ++ int ret; ++ ++ tpriv = usbi_transfer_get_os_priv(itransfer); ++ aiocb = &tpriv->aiocb; ++ transfer = USBI_TRANSFER_TO_LIBUSB_TRANSFER(itransfer); ++ hpriv = (sunos_dev_handle_priv_t *)transfer->dev_handle->os_priv; ++ ep = sunos_usb_ep_index(transfer->endpoint); ++ ++ ret = aio_cancel(hpriv->eps[ep].datafd, aiocb); ++ ++ usbi_dbg("aio->fd=%d fd=%d ret = %d, %s", aiocb->aio_fildes, ++ hpriv->eps[ep].datafd, ret, (ret == AIO_CANCELED)? ++ strerror(0):strerror(errno)); ++ ++ if (ret != AIO_CANCELED) { ++ ret = _errno_to_libusb(errno); ++ } else { ++ /* ++ * we don't need to call usbi_handle_transfer_cancellation(), ++ * because we'll handle everything in sunos_async_callback. ++ */ ++ ret = LIBUSB_SUCCESS; ++ } ++ ++ return (ret); ++} ++ ++void ++sunos_clear_transfer_priv(struct usbi_transfer *itransfer) ++{ ++ usbi_dbg(""); ++ ++ /* Nothing to do */ ++} ++ ++int ++sunos_handle_transfer_completion(struct usbi_transfer *itransfer) ++{ ++ return usbi_handle_transfer_completion(itransfer, LIBUSB_TRANSFER_COMPLETED); ++} ++ ++int ++sunos_clock_gettime(int clkid, struct timespec *tp) ++{ ++ usbi_dbg("clock %d", clkid); ++ ++ if (clkid == USBI_CLOCK_REALTIME) ++ return clock_gettime(CLOCK_REALTIME, tp); ++ ++ if (clkid == USBI_CLOCK_MONOTONIC) ++ return clock_gettime(CLOCK_MONOTONIC, tp); ++ ++ return (LIBUSB_ERROR_INVALID_PARAM); ++} ++ ++int ++_errno_to_libusb(int err) ++{ ++ usbi_dbg("error: %s (%d)", strerror(err), err); ++ ++ switch (err) { ++ case EIO: ++ return (LIBUSB_ERROR_IO); ++ case EACCES: ++ return (LIBUSB_ERROR_ACCESS); ++ case ENOENT: ++ return (LIBUSB_ERROR_NO_DEVICE); ++ case ENOMEM: ++ return (LIBUSB_ERROR_NO_MEM); ++ case ETIMEDOUT: ++ return (LIBUSB_ERROR_TIMEOUT); ++ } ++ ++ return (LIBUSB_ERROR_OTHER); ++} ++ ++/* ++ * sunos_usb_get_status: ++ * gets status of endpoint ++ * ++ * Returns: ugen's last cmd status ++ */ ++static int ++sunos_usb_get_status(int fd) ++{ ++ int status, ret; ++ ++ usbi_dbg("sunos_usb_get_status(): fd=%d", fd); ++ ++ ret = read(fd, &status, sizeof (status)); ++ if (ret == sizeof (status)) { ++ switch (status) { ++ case USB_LC_STAT_NOERROR: ++ usbi_dbg("No Error"); ++ break; ++ case USB_LC_STAT_CRC: ++ usbi_dbg("CRC Timeout Detected\n"); ++ break; ++ case USB_LC_STAT_BITSTUFFING: ++ usbi_dbg("Bit Stuffing Violation\n"); ++ break; ++ case USB_LC_STAT_DATA_TOGGLE_MM: ++ usbi_dbg("Data Toggle Mismatch\n"); ++ break; ++ case USB_LC_STAT_STALL: ++ usbi_dbg("End Point Stalled\n"); ++ break; ++ case USB_LC_STAT_DEV_NOT_RESP: ++ usbi_dbg("Device is Not Responding\n"); ++ break; ++ case USB_LC_STAT_PID_CHECKFAILURE: ++ usbi_dbg("PID Check Failure\n"); ++ break; ++ case USB_LC_STAT_UNEXP_PID: ++ usbi_dbg("Unexpected PID\n"); ++ break; ++ case USB_LC_STAT_DATA_OVERRUN: ++ usbi_dbg("Data Exceeded Size\n"); ++ break; ++ case USB_LC_STAT_DATA_UNDERRUN: ++ usbi_dbg("Less data received\n"); ++ break; ++ case USB_LC_STAT_BUFFER_OVERRUN: ++ usbi_dbg("Buffer Size Exceeded\n"); ++ break; ++ case USB_LC_STAT_BUFFER_UNDERRUN: ++ usbi_dbg("Buffer Underrun\n"); ++ break; ++ case USB_LC_STAT_TIMEOUT: ++ usbi_dbg("Command Timed Out\n"); ++ break; ++ case USB_LC_STAT_NOT_ACCESSED: ++ usbi_dbg("Not Accessed by h/w\n"); ++ break; ++ case USB_LC_STAT_UNSPECIFIED_ERR: ++ usbi_dbg("Unspecified Error\n"); ++ break; ++ case USB_LC_STAT_NO_BANDWIDTH: ++ usbi_dbg("No Bandwidth\n"); ++ break; ++ case USB_LC_STAT_HW_ERR: ++ usbi_dbg("Host Controller h/w Error\n"); ++ break; ++ case USB_LC_STAT_SUSPENDED: ++ usbi_dbg("Device was Suspended\n"); ++ break; ++ case USB_LC_STAT_DISCONNECTED: ++ usbi_dbg("Device was Disconnected\n"); ++ break; ++ case USB_LC_STAT_INTR_BUF_FULL: ++ usbi_dbg("Interrupt buffer was full\n"); ++ break; ++ case USB_LC_STAT_INVALID_REQ: ++ usbi_dbg("Request was Invalid\n"); ++ break; ++ case USB_LC_STAT_INTERRUPTED: ++ usbi_dbg("Request was Interrupted\n"); ++ break; ++ case USB_LC_STAT_NO_RESOURCES: ++ usbi_dbg("No resources available for " ++ "request\n"); ++ break; ++ case USB_LC_STAT_INTR_POLLING_FAILED: ++ usbi_dbg("Failed to Restart Poll"); ++ break; ++ default: ++ usbi_dbg("Error Not Determined %d\n", ++ status); ++ break; ++ } ++ } else { ++ usbi_dbg("read stat error: %s",strerror(errno)); ++ status = -1; ++ } ++ ++ return (status); ++} ++ ++#ifdef USBI_TIMERFD_AVAILABLE ++static clockid_t op_get_timerfd_clockid(void) ++{ ++ return CLOCK_REALTIME; ++} ++#endif ++ ++const struct usbi_os_backend sunos_backend = { ++ .name = "Solaris", ++ .caps = 0, ++ .init = sunos_init, ++ .exit = sunos_exit, ++ .get_device_list = sunos_get_device_list, ++ .get_device_descriptor = sunos_get_device_descriptor, ++ .get_active_config_descriptor = sunos_get_active_config_descriptor, ++ .get_config_descriptor = sunos_get_config_descriptor, ++ .hotplug_poll = NULL, ++ .open = sunos_open, ++ .close = sunos_close, ++ .get_configuration = sunos_get_configuration, ++ .set_configuration = sunos_set_configuration, ++ ++ .claim_interface = sunos_claim_interface, ++ .release_interface = sunos_release_interface, ++ .set_interface_altsetting = sunos_set_interface_altsetting, ++ .clear_halt = sunos_clear_halt, ++ .reset_device = sunos_reset_device, /* TODO */ ++ .alloc_streams = NULL, ++ .free_streams = NULL, ++ .kernel_driver_active = NULL, ++ .detach_kernel_driver = NULL, ++ .attach_kernel_driver = NULL, ++ .destroy_device = sunos_destroy_device, ++ .submit_transfer = sunos_submit_transfer, ++ .cancel_transfer = sunos_cancel_transfer, ++ .handle_events = NULL, ++ .clear_transfer_priv = sunos_clear_transfer_priv, ++ .handle_transfer_completion = sunos_handle_transfer_completion, ++ .clock_gettime = sunos_clock_gettime, ++#ifdef USBI_TIMERFD_AVAILABLE ++ .get_timerfd_clockid = op_get_timerfd_clockid, ++#endif ++ .device_priv_size = sizeof(sunos_dev_priv_t), ++ .device_handle_priv_size = sizeof(sunos_dev_handle_priv_t), ++ .transfer_priv_size = sizeof(sunos_xfer_priv_t), ++}; diff --git a/devel/libusb1/patches/patch-libusb_os_sunos__usb.h b/devel/libusb1/patches/patch-libusb_os_sunos__usb.h new file mode 100644 index 0000000000000..bd7226739fd11 --- /dev/null +++ b/devel/libusb1/patches/patch-libusb_os_sunos__usb.h @@ -0,0 +1,81 @@ +$NetBSD: patch-libusb_os_sunos__usb.h,v 1.1 2016/04/09 08:18:58 richard Exp $ + +prepare SunOS backend support + +--- libusb/os/sunos_usb.h.orig 2016-03-24 18:06:19.612531295 +0000 ++++ libusb/os/sunos_usb.h +@@ -0,0 +1,74 @@ ++/* ++ * ++ * Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved. ++ * ++ * This library is free software; you can redistribute it and/or ++ * modify it under the terms of the GNU Lesser General Public ++ * License as published by the Free Software Foundation; either ++ * version 2.1 of the License, or (at your option) any later version. ++ * ++ * This library is distributed in the hope that it will be useful, ++ * but WITHOUT ANY WARRANTY; without even the implied warranty of ++ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ++ * Lesser General Public License for more details. ++ * ++ * You should have received a copy of the GNU Lesser General Public ++ * License along with this library; if not, write to the Free Software ++ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA ++ */ ++ ++#ifndef __SUNOS_H__ ++#define __SUNOS_H__ ++ ++#include ++#include ++#include "libusbi.h" ++ ++#define READ 0 ++#define WRITE 1 ++ ++typedef struct sunos_device_priv { ++ uint8_t cfgvalue; /* active config value */ ++ uint8_t *raw_cfgdescr; /* active config descriptor */ ++ struct libusb_device_descriptor dev_descr; /* usb device descriptor */ ++ char *ugenpath; /* name of the ugen(4) node */ ++ char *phypath; /* physical path */ ++} sunos_dev_priv_t; ++ ++typedef struct endpoint { ++ int datafd; /* data file */ ++ int statfd; /* state file */ ++} sunos_ep_priv_t; ++ ++typedef struct sunos_device_handle_priv { ++ uint8_t altsetting[USB_MAXINTERFACES]; /* a interface's alt */ ++ uint8_t config_index; ++ sunos_ep_priv_t eps[USB_MAXENDPOINTS]; ++ sunos_dev_priv_t *dpriv; /* device private */ ++} sunos_dev_handle_priv_t; ++ ++typedef struct sunos_transfer_priv { ++ struct aiocb aiocb; ++ struct libusb_transfer *transfer; ++} sunos_xfer_priv_t; ++ ++struct node_args { ++ struct libusb_context *ctx; ++ struct discovered_devs **discdevs; ++ const char *last_ugenpath; ++ di_devlink_handle_t dlink_hdl; ++}; ++ ++struct devlink_cbarg { ++ struct node_args *nargs; /* di node walk arguments */ ++ di_node_t myself; /* the di node */ ++ di_minor_t minor; ++}; ++ ++/* AIO callback args */ ++struct aio_callback_args{ ++ struct libusb_transfer *transfer; ++ struct aiocb aiocb; ++}; ++ ++#endif /* __SUNOS_H__ */ diff --git a/devel/libuuid/Makefile b/devel/libuuid/Makefile index bd6b546509cce..aa811b6a50172 100644 --- a/devel/libuuid/Makefile +++ b/devel/libuuid/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.16 2015/11/13 11:52:50 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2016/04/22 12:30:13 jperkin Exp $ -DISTNAME= util-linux-2.27.1 +DISTNAME= util-linux-2.28 PKGNAME= ${DISTNAME:S/util-linux/libuuid/} CATEGORIES= devel -MASTER_SITES= http://www.kernel.org/pub/linux/utils/util-linux/v2.27/ +MASTER_SITES= http://www.kernel.org/pub/linux/utils/util-linux/v2.28/ EXTRACT_SUFX= .tar.xz EXTRACT_USING= gtar @@ -24,12 +24,6 @@ INSTALLATION_DIRS+= include/uuid lib/pkgconfig ${PKGMANDIR}/man3 CONFIG_SHELL= bash USE_TOOLS+= bash:build -.include "../../mk/bsd.prefs.mk" - -.if ${OPSYS} == "Darwin" || ${OPSYS} == "SunOS" -BUILDLINK_TRANSFORM+= rm:-Wl,--version-script=./libuuid/src/libuuid.sym -.endif - do-install: ${LIBTOOL} --mode=install ${INSTALL_LIB} ${WRKSRC}/libuuid.la \ ${DESTDIR}${PREFIX}/lib diff --git a/devel/libuuid/distinfo b/devel/libuuid/distinfo index 2df6b21b0164b..8485dc97ffd95 100644 --- a/devel/libuuid/distinfo +++ b/devel/libuuid/distinfo @@ -1,10 +1,10 @@ -$NetBSD: distinfo,v 1.13 2015/11/27 14:57:35 jperkin Exp $ +$NetBSD: distinfo,v 1.15 2016/04/22 12:30:13 jperkin Exp $ -SHA1 (util-linux-2.27.1.tar.xz) = 462bca6320535d39b62216d8609da5531bfef0bb -RMD160 (util-linux-2.27.1.tar.xz) = 1bb866553fdab0d7ff9315f6cdf901812ccdd029 -SHA512 (util-linux-2.27.1.tar.xz) = a450a0c2d26a6deaf5e53b8f6bddf59409aefb1f0aaf07393f68a418408fbc62c5da353c8ba53c7cac8ea6e3dddfad59161753d888c31f5ccea445e81accbad8 -Size (util-linux-2.27.1.tar.xz) = 3964512 bytes +SHA1 (util-linux-2.28.tar.xz) = 9720d4ea99f8aff018ea6732dcc5c1fc853f39b3 +RMD160 (util-linux-2.28.tar.xz) = aee0dcd454aac1418dbbcda9651dc64da08bf13a +SHA512 (util-linux-2.28.tar.xz) = a1f911bdfda5985de87105d39501e501a5f9ec0fe6a433e3f2fed9a80e104342bb4a7e0e6dc9b7d677d5429249f05b343cb5370b0ea0e068dc889699d4ec1f8a +Size (util-linux-2.28.tar.xz) = 4119560 bytes +SHA1 (patch-Makefile.in) = 299635cbf4e7073cbacadf37f406c9e48d8c3f34 SHA1 (patch-ab) = cf2f412cc4d30aa9a4b984c854c46e903abe0f41 -SHA1 (patch-configure) = 147824be085b5a984a4003a8814178fae8b9f237 -SHA1 (patch-include_strutils.h) = 938b68faf766b79f538ff549fcb6b6a16ed9ebe7 +SHA1 (patch-configure) = cadfbede1c2c62d13176490f3e7ef96619820e8c SHA1 (patch-lib_randutils.c) = cd1ec3d80c4624094e91bf54f87963b03d7c0b25 diff --git a/devel/libuuid/patches/patch-Makefile.in b/devel/libuuid/patches/patch-Makefile.in new file mode 100644 index 0000000000000..35d7b7cd8d4f8 --- /dev/null +++ b/devel/libuuid/patches/patch-Makefile.in @@ -0,0 +1,15 @@ +$NetBSD: patch-Makefile.in,v 1.1 2016/04/22 12:30:13 jperkin Exp $ + +Linker script depends on non-portable constructs. + +--- Makefile.in.orig 2016-04-12 10:34:03.276790608 +0000 ++++ Makefile.in +@@ -173,7 +173,7 @@ check_PROGRAMS = test_blkdev$(EXEEXT) te + + @BUILD_LIBUUID_TRUE@am__append_9 = test_uuid_parser + @BUILD_LIBUUID_TRUE@am__append_10 = libuuid.la +-@BUILD_LIBUUID_TRUE@@HAVE_VSCRIPT_TRUE@am__append_11 = libuuid_la_LDFLAGS += $(VSCRIPT_LDFLAGS),$(top_srcdir)/libuuid/src/libuuid.sym ++@BUILD_LIBUUID_TRUE@@HAVE_VSCRIPT_COMPLEX_TRUE@am__append_11 = libuuid_la_LDFLAGS += $(VSCRIPT_LDFLAGS),$(top_srcdir)/libuuid/src/libuuid.sym + @BUILD_LIBUUID_TRUE@am__append_12 = libuuid/src/libuuid.sym \ + @BUILD_LIBUUID_TRUE@ libuuid/COPYING + @BUILD_LIBUUID_TRUE@am__append_13 = install-exec-hook-libuuid diff --git a/devel/libuuid/patches/patch-configure b/devel/libuuid/patches/patch-configure index d0566459ac88d..614ec67709dfa 100644 --- a/devel/libuuid/patches/patch-configure +++ b/devel/libuuid/patches/patch-configure @@ -1,11 +1,11 @@ -$NetBSD: patch-configure,v 1.4 2015/11/27 14:57:35 jperkin Exp $ +$NetBSD: patch-configure,v 1.5 2016/04/17 09:56:31 wiz Exp $ Shell portability. Disable flock. ---- configure.orig 2015-11-02 10:39:48.000000000 +0000 +--- configure.orig 2016-04-12 10:34:01.936801023 +0000 +++ configure -@@ -20352,7 +20352,7 @@ else +@@ -20780,7 +20780,7 @@ else fi @@ -14,16 +14,16 @@ Disable flock. $as_echo "#define USE_LIBMOUNT_FORCE_MOUNTINFO 1" >>confdefs.h -@@ -24071,7 +24071,7 @@ fi - fi - else +@@ -24616,7 +24616,7 @@ fi + if test "x$ul_default_estate" != x; then + enable_flock=$ul_default_estate - build_flock=yes + build_flock=no - enable_flock=yes - fi - -@@ -27616,7 +27616,7 @@ else + if test "x$ul_default_estate" = xno; then + build_flock=no + fi +@@ -28664,7 +28664,7 @@ else fi diff --git a/devel/libuuid/patches/patch-include_strutils.h b/devel/libuuid/patches/patch-include_strutils.h deleted file mode 100644 index 99968bca7097d..0000000000000 --- a/devel/libuuid/patches/patch-include_strutils.h +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-include_strutils.h,v 1.1 2015/11/27 14:57:35 jperkin Exp $ - -Remove strmode declaration, libuuid doesn't use it and it conflicts -with Darwin's native strmode(3). - ---- include/strutils.h.orig 2015-10-06 06:59:51.000000000 +0000 -+++ include/strutils.h -@@ -78,7 +78,6 @@ static inline char *strdup_to_offset(voi - #define strdup_to_struct_member(_s, _m, _str) \ - strdup_to_offset((void *) _s, offsetof(__typeof__(*(_s)), _m), _str) - --extern void strmode(mode_t mode, char *str); - - /* Options for size_to_human_string() */ - enum diff --git a/devel/libuv/Makefile b/devel/libuv/Makefile index ca78c9c608182..6f4d1e3f815ba 100644 --- a/devel/libuv/Makefile +++ b/devel/libuv/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.6 2015/11/06 09:19:40 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2016/04/23 12:52:04 adam Exp $ -DISTNAME= libuv-1.7.5 +DISTNAME= libuv-1.9.0 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GITHUB:=libuv/} diff --git a/devel/libuv/distinfo b/devel/libuv/distinfo index 5ffc8a880705c..0ad53d7cda36c 100644 --- a/devel/libuv/distinfo +++ b/devel/libuv/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.5 2015/11/06 09:19:40 wiz Exp $ +$NetBSD: distinfo,v 1.6 2016/04/23 12:52:04 adam Exp $ -SHA1 (libuv-1.7.5.tar.gz) = c435788d3fba280dfb07173b02e06cb666249e34 -RMD160 (libuv-1.7.5.tar.gz) = f795b070be8f0574ac07838b73a67dec9e036fdd -SHA512 (libuv-1.7.5.tar.gz) = fb79ba02d09460d3f269fb171ea9abe7a32d9ec765672cd7a2e3b93073df3ead2e88742730325adbb83a541c93ffe22574a7bfc92a3c1b7b43f3dfe7f8812c77 -Size (libuv-1.7.5.tar.gz) = 1041054 bytes +SHA1 (libuv-1.9.0.tar.gz) = 0835eb5d9589e29b52b4032cce2c36fd1f98e546 +RMD160 (libuv-1.9.0.tar.gz) = ed73b9814154693d736c3ee1257d2bfce71e6280 +SHA512 (libuv-1.9.0.tar.gz) = f062b8386c68734c394287a272f2b101b1fd854d75ca53c2ccff860f201a5539ae0eae21a6474f6a5683d00653c397c7fe7badeb3ba05e83d9a43d12a2f8b181 +Size (libuv-1.9.0.tar.gz) = 1056331 bytes SHA1 (patch-autogen.sh) = a5f48189bfb17624c545a80626ea311b7755d232 diff --git a/devel/libwnck3/Makefile b/devel/libwnck3/Makefile index 618818ff8d56f..273ed20a9527f 100644 --- a/devel/libwnck3/Makefile +++ b/devel/libwnck3/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.13 2015/04/25 14:20:37 tnn Exp $ +# $NetBSD: Makefile,v 1.14 2016/04/13 21:40:33 prlw1 Exp $ -DISTNAME= libwnck-3.14.0 +DISTNAME= libwnck-3.14.1 PKGNAME= ${DISTNAME:S/libwnck/libwnck3/} -PKGREVISION= 1 CATEGORIES= devel x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libwnck/${PKGVERSION_NOREV:R}/} EXTRACT_SUFX= .tar.xz diff --git a/devel/libwnck3/distinfo b/devel/libwnck3/distinfo index b6a4cedf1943d..520b90a467e22 100644 --- a/devel/libwnck3/distinfo +++ b/devel/libwnck3/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.5 2015/11/03 03:27:46 agc Exp $ +$NetBSD: distinfo,v 1.6 2016/04/13 21:40:33 prlw1 Exp $ -SHA1 (libwnck-3.14.0.tar.xz) = c763b4e38aaf78dcc605b409575d24d9c0f8c32c -RMD160 (libwnck-3.14.0.tar.xz) = 94dc1e5e63c7a68a2ed1d7332c54b8cf070218a9 -SHA512 (libwnck-3.14.0.tar.xz) = bf5953d06697b6f623f82fe3ab3158ad3a794712bf08822fe901023e740afe4b47cc026854707b77c0c63d38614133fbef589d62385a39b99ce7e8c66c8940be -Size (libwnck-3.14.0.tar.xz) = 675916 bytes +SHA1 (libwnck-3.14.1.tar.xz) = 46516875e29a7d9246218362f60b46fe87905e0f +RMD160 (libwnck-3.14.1.tar.xz) = e6e25218dd6d1f50adddf2cca2502b20c484cd86 +SHA512 (libwnck-3.14.1.tar.xz) = 9ea05047b88e3bb47ab7d144089abbad8384a15b3d435ac250bd67ef45466f3bd264e6b4e36bb12d4acebb7da8c210ea7dae03ab5e020d7d6c1beb1658b97972 +Size (libwnck-3.14.1.tar.xz) = 683652 bytes diff --git a/devel/lldb/DESCR b/devel/lldb/DESCR new file mode 100644 index 0000000000000..2a231b41a08b1 --- /dev/null +++ b/devel/lldb/DESCR @@ -0,0 +1 @@ +Next generation, high-performance debugger diff --git a/devel/lldb/Makefile b/devel/lldb/Makefile new file mode 100644 index 0000000000000..d57171299dfa2 --- /dev/null +++ b/devel/lldb/Makefile @@ -0,0 +1,139 @@ +# $NetBSD: Makefile,v 1.2 2016/03/28 15:15:55 kamil Exp $ + +DISTNAME= lldb-3.8.0.src +PKGNAME= ${DISTNAME:S/.src//} +CATEGORIES= lang devel +MASTER_SITES= http://llvm.org/releases/${PKGVERSION_NOREV}/ +#MASTER_SITES= http://llvm.org/pre-releases/3.8.0/rc1/ +EXTRACT_SUFX= .tar.xz + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://lldb.org/ +COMMENT= Next generation, high-performance debugger +LICENSE= modified-bsd + +DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six + +CONFIGURE_DIRS= ${WRKDIR}/build +CMAKE_ARG_PATH= ${WRKSRC} + +USE_LANGUAGES= c c++ +USE_CMAKE= yes +GCC_REQD+= 4.8 +PY_PATCHPLIST= yes + +CMAKE_ARGS+= -DLLVM_CONFIG=${LLVM_CONFIG_PATH} +CMAKE_ARGS+= -DCMAKE_BUILD_TYPE=Release +CMAKE_ARGS+= -DCMAKE_C_COMPILER=gcc +CMAKE_ARGS+= -DCMAKE_CXX_COMPILER=g++ + +CHECK_PORTABILITY_SKIP= utils/buildit/build_llvm + +REPLACE_PERL+= packages/Python/lldbsuite/test/attic/dotest.pl +REPLACE_PERL+= scripts/build-llvm.pl +REPLACE_PERL+= scripts/checkpoint-llvm.pl +REPLACE_PERL+= scripts/disasm-gdb-remote.pl +REPLACE_PERL+= scripts/generate-vers.pl +REPLACE_PERL+= scripts/sed-sources + +REPLACE_PYTHON+= examples/darwin/heap_find/heap.py +REPLACE_PYTHON+= examples/python/cmdtemplate.py +REPLACE_PYTHON+= examples/python/crashlog.py +REPLACE_PYTHON+= examples/python/delta.py +REPLACE_PYTHON+= examples/python/disasm-stress-test.py +REPLACE_PYTHON+= examples/python/disasm.py +REPLACE_PYTHON+= examples/python/gdbremote.py +REPLACE_PYTHON+= examples/python/globals.py +REPLACE_PYTHON+= examples/python/lldb_module_utils.py +REPLACE_PYTHON+= examples/python/lldbtk.py +REPLACE_PYTHON+= examples/python/mach_o.py +REPLACE_PYTHON+= examples/python/memory.py +REPLACE_PYTHON+= examples/python/operating_system.py +REPLACE_PYTHON+= examples/python/performance.py +REPLACE_PYTHON+= examples/python/process_events.py +REPLACE_PYTHON+= examples/python/sbvalue.py +REPLACE_PYTHON+= examples/python/sources.py +REPLACE_PYTHON+= examples/python/stacks.py +REPLACE_PYTHON+= examples/python/symbolication.py +REPLACE_PYTHON+= examples/python/types.py +REPLACE_PYTHON+= examples/python/x86_64_linux_target_definition.py +REPLACE_PYTHON+= examples/python/x86_64_qemu_target_definition.py +REPLACE_PYTHON+= examples/python/x86_64_target_definition.py +REPLACE_PYTHON+= packages/Python/lldbsuite/test/attic/tester.py +REPLACE_PYTHON+= packages/Python/lldbsuite/test/bench.py +REPLACE_PYTHON+= packages/Python/lldbsuite/test/curses_results.py +REPLACE_PYTHON+= packages/Python/lldbsuite/test/dosep.py +REPLACE_PYTHON+= packages/Python/lldbsuite/test/functionalities/plugins/python_os_plugin/operating_system.py +REPLACE_PYTHON+= packages/Python/lldbsuite/test/functionalities/plugins/python_os_plugin/operating_system2.py +REPLACE_PYTHON+= packages/Python/lldbsuite/test/redo.py +REPLACE_PYTHON+= packages/Python/lldbsuite/test/test_runner/test/inferior.py +REPLACE_PYTHON+= packages/Python/lldbsuite/test/test_runner/test/process_control_tests.py +REPLACE_PYTHON+= scripts/Python/remote-build.py +REPLACE_PYTHON+= scripts/buildbot.py +REPLACE_PYTHON+= scripts/shush +REPLACE_PYTHON+= scripts/verify_api.py +REPLACE_PYTHON+= scripts/prepare_bindings.py +REPLACE_PYTHON+= test/dotest.py +REPLACE_PYTHON+= third_party/Python/module/pexpect-2.4/FSM.py +REPLACE_PYTHON+= third_party/Python/module/pexpect-2.4/examples/astat.py +REPLACE_PYTHON+= third_party/Python/module/pexpect-2.4/examples/bd_client.py +REPLACE_PYTHON+= third_party/Python/module/pexpect-2.4/examples/bd_serv.py +REPLACE_PYTHON+= third_party/Python/module/pexpect-2.4/examples/cgishell.cgi +REPLACE_PYTHON+= third_party/Python/module/pexpect-2.4/examples/chess.py +REPLACE_PYTHON+= third_party/Python/module/pexpect-2.4/examples/chess2.py +REPLACE_PYTHON+= third_party/Python/module/pexpect-2.4/examples/chess3.py +REPLACE_PYTHON+= third_party/Python/module/pexpect-2.4/examples/df.py +REPLACE_PYTHON+= third_party/Python/module/pexpect-2.4/examples/fix_cvs_files.py +REPLACE_PYTHON+= third_party/Python/module/pexpect-2.4/examples/ftp.py +REPLACE_PYTHON+= third_party/Python/module/pexpect-2.4/examples/hive.py +REPLACE_PYTHON+= third_party/Python/module/pexpect-2.4/examples/monitor.py +REPLACE_PYTHON+= third_party/Python/module/pexpect-2.4/examples/passmass.py +REPLACE_PYTHON+= third_party/Python/module/pexpect-2.4/examples/python.py +REPLACE_PYTHON+= third_party/Python/module/pexpect-2.4/examples/rippy.py +REPLACE_PYTHON+= third_party/Python/module/pexpect-2.4/examples/script.py +REPLACE_PYTHON+= third_party/Python/module/pexpect-2.4/examples/ssh_tunnel.py +REPLACE_PYTHON+= third_party/Python/module/pexpect-2.4/examples/sshls.py +REPLACE_PYTHON+= third_party/Python/module/pexpect-2.4/examples/topip.py +REPLACE_PYTHON+= third_party/Python/module/pexpect-2.4/examples/uptime.py +REPLACE_PYTHON+= third_party/Python/module/progress/progress.py +REPLACE_PYTHON+= utils/git-svn/convert.py +REPLACE_PYTHON+= utils/lui/lui.py +REPLACE_PYTHON+= utils/lui/sandbox.py +REPLACE_PYTHON+= utils/misc/grep-svn-log.py +REPLACE_PYTHON+= utils/sync-source/syncsource.py +REPLACE_PYTHON+= utils/test/disasm.py +REPLACE_PYTHON+= utils/test/lldb-disasm.py +REPLACE_PYTHON+= utils/test/llvm-mc-shell.py +REPLACE_PYTHON+= utils/test/ras.py +REPLACE_PYTHON+= utils/test/run-dis.py +REPLACE_PYTHON+= utils/test/run-until-faulted.py + +TEST_TARGET= check-lldb +TEST_ENV+= LD_LIBRARY_PATH=${WRKDIR}/build/lib + +.include "../../mk/bsd.prefs.mk" + +.if ${OPSYS} == "NetBSD" +. if exists(/usr/include/panel.h) +CMAKE_ARGS+= -DLLDB_DISABLE_CURSES:BOOL=FALSE +. else +CMAKE_ARGS+= -DLLDB_DISABLE_CURSES:BOOL=TRUE +. endif +.endif + +post-extract: + ${RUN} mkdir -p ${WRKDIR}/build + +.include "../../mk/readline.buildlink3.mk" +.include "../../mk/curses.buildlink3.mk" +.include "../../textproc/libxml2/buildlink3.mk" +DEPENDS+= llvm-${PKGVERSION_NOREV}{,nb*}:../../lang/llvm +.include "../../lang/llvm/buildlink3.mk" +DEPENDS+= clang-${PKGVERSION_NOREV}{,nb*}:../../lang/clang +.include "../../lang/clang/buildlink3.mk" +.include "../../devel/zlib/buildlink3.mk" +.include "../../lang/python/application.mk" +.include "../../lang/python/tool.mk" +.include "../../lang/python/extension.mk" +.include "../../devel/swig/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/devel/lldb/PLIST b/devel/lldb/PLIST new file mode 100644 index 0000000000000..beedea3b516c7 --- /dev/null +++ b/devel/lldb/PLIST @@ -0,0 +1,590 @@ +@comment $NetBSD: PLIST,v 1.1 2016/03/28 13:13:54 kamil Exp $ +bin/lldb +bin/lldb-3.8.0 +bin/lldb-argdumper +bin/lldb-mi +bin/lldb-mi-3.8.0 +bin/lldb-server +bin/lldb-server-3.8.0 +include/lldb/API/LLDB.h +include/lldb/API/SBAddress.h +include/lldb/API/SBAttachInfo.h +include/lldb/API/SBBlock.h +include/lldb/API/SBBreakpoint.h +include/lldb/API/SBBreakpointLocation.h +include/lldb/API/SBBroadcaster.h +include/lldb/API/SBCommandInterpreter.h +include/lldb/API/SBCommandReturnObject.h +include/lldb/API/SBCommunication.h +include/lldb/API/SBCompileUnit.h +include/lldb/API/SBData.h +include/lldb/API/SBDebugger.h +include/lldb/API/SBDeclaration.h +include/lldb/API/SBDefines.h +include/lldb/API/SBError.h +include/lldb/API/SBEvent.h +include/lldb/API/SBExecutionContext.h +include/lldb/API/SBExpressionOptions.h +include/lldb/API/SBFileSpec.h +include/lldb/API/SBFileSpecList.h +include/lldb/API/SBFrame.h +include/lldb/API/SBFunction.h +include/lldb/API/SBHostOS.h +include/lldb/API/SBInstruction.h +include/lldb/API/SBInstructionList.h +include/lldb/API/SBLanguageRuntime.h +include/lldb/API/SBLaunchInfo.h +include/lldb/API/SBLineEntry.h +include/lldb/API/SBListener.h +include/lldb/API/SBModule.h +include/lldb/API/SBModuleSpec.h +include/lldb/API/SBPlatform.h +include/lldb/API/SBProcess.h +include/lldb/API/SBQueue.h +include/lldb/API/SBQueueItem.h +include/lldb/API/SBSection.h +include/lldb/API/SBSourceManager.h +include/lldb/API/SBStream.h +include/lldb/API/SBStringList.h +include/lldb/API/SBSymbol.h +include/lldb/API/SBSymbolContext.h +include/lldb/API/SBSymbolContextList.h +include/lldb/API/SBTarget.h +include/lldb/API/SBThread.h +include/lldb/API/SBThreadCollection.h +include/lldb/API/SBThreadPlan.h +include/lldb/API/SBType.h +include/lldb/API/SBTypeCategory.h +include/lldb/API/SBTypeEnumMember.h +include/lldb/API/SBTypeFilter.h +include/lldb/API/SBTypeFormat.h +include/lldb/API/SBTypeNameSpecifier.h +include/lldb/API/SBTypeSummary.h +include/lldb/API/SBTypeSynthetic.h +include/lldb/API/SBUnixSignals.h +include/lldb/API/SBValue.h +include/lldb/API/SBValueList.h +include/lldb/API/SBVariablesOptions.h +include/lldb/API/SBWatchpoint.h +include/lldb/API/SystemInitializerFull.h +include/lldb/Breakpoint/Breakpoint.h +include/lldb/Breakpoint/BreakpointID.h +include/lldb/Breakpoint/BreakpointIDList.h +include/lldb/Breakpoint/BreakpointList.h +include/lldb/Breakpoint/BreakpointLocation.h +include/lldb/Breakpoint/BreakpointLocationCollection.h +include/lldb/Breakpoint/BreakpointLocationList.h +include/lldb/Breakpoint/BreakpointOptions.h +include/lldb/Breakpoint/BreakpointResolver.h +include/lldb/Breakpoint/BreakpointResolverAddress.h +include/lldb/Breakpoint/BreakpointResolverFileLine.h +include/lldb/Breakpoint/BreakpointResolverFileRegex.h +include/lldb/Breakpoint/BreakpointResolverName.h +include/lldb/Breakpoint/BreakpointSite.h +include/lldb/Breakpoint/BreakpointSiteList.h +include/lldb/Breakpoint/Stoppoint.h +include/lldb/Breakpoint/StoppointCallbackContext.h +include/lldb/Breakpoint/StoppointLocation.h +include/lldb/Breakpoint/Watchpoint.h +include/lldb/Breakpoint/WatchpointList.h +include/lldb/Breakpoint/WatchpointOptions.h +include/lldb/Core/Address.h +include/lldb/Core/AddressRange.h +include/lldb/Core/AddressResolver.h +include/lldb/Core/AddressResolverFileLine.h +include/lldb/Core/AddressResolverName.h +include/lldb/Core/ArchSpec.h +include/lldb/Core/Baton.h +include/lldb/Core/Broadcaster.h +include/lldb/Core/ClangForward.h +include/lldb/Core/Communication.h +include/lldb/Core/Connection.h +include/lldb/Core/ConnectionMachPort.h +include/lldb/Core/ConnectionSharedMemory.h +include/lldb/Core/ConstString.h +include/lldb/Core/CxaDemangle.h +include/lldb/Core/DataBuffer.h +include/lldb/Core/DataBufferHeap.h +include/lldb/Core/DataBufferMemoryMap.h +include/lldb/Core/DataEncoder.h +include/lldb/Core/DataExtractor.h +include/lldb/Core/Debugger.h +include/lldb/Core/Disassembler.h +include/lldb/Core/EmulateInstruction.h +include/lldb/Core/Error.h +include/lldb/Core/Event.h +include/lldb/Core/FastDemangle.h +include/lldb/Core/FileLineResolver.h +include/lldb/Core/FileSpecList.h +include/lldb/Core/Flags.h +include/lldb/Core/FormatEntity.h +include/lldb/Core/History.h +include/lldb/Core/IOHandler.h +include/lldb/Core/IOStreamMacros.h +include/lldb/Core/Listener.h +include/lldb/Core/LoadedModuleInfoList.h +include/lldb/Core/Log.h +include/lldb/Core/Logging.h +include/lldb/Core/Mangled.h +include/lldb/Core/MappedHash.h +include/lldb/Core/Module.h +include/lldb/Core/ModuleChild.h +include/lldb/Core/ModuleList.h +include/lldb/Core/ModuleSpec.h +include/lldb/Core/Opcode.h +include/lldb/Core/PluginInterface.h +include/lldb/Core/PluginManager.h +include/lldb/Core/RangeMap.h +include/lldb/Core/RegisterValue.h +include/lldb/Core/RegularExpression.h +include/lldb/Core/STLUtils.h +include/lldb/Core/Scalar.h +include/lldb/Core/SearchFilter.h +include/lldb/Core/Section.h +include/lldb/Core/SourceManager.h +include/lldb/Core/State.h +include/lldb/Core/Stream.h +include/lldb/Core/StreamAsynchronousIO.h +include/lldb/Core/StreamBuffer.h +include/lldb/Core/StreamCallback.h +include/lldb/Core/StreamFile.h +include/lldb/Core/StreamGDBRemote.h +include/lldb/Core/StreamString.h +include/lldb/Core/StreamTee.h +include/lldb/Core/StringList.h +include/lldb/Core/StructuredData.h +include/lldb/Core/ThreadSafeDenseMap.h +include/lldb/Core/ThreadSafeDenseSet.h +include/lldb/Core/ThreadSafeSTLMap.h +include/lldb/Core/ThreadSafeValue.h +include/lldb/Core/Timer.h +include/lldb/Core/UUID.h +include/lldb/Core/UniqueCStringMap.h +include/lldb/Core/UserID.h +include/lldb/Core/UserSettingsController.h +include/lldb/Core/VMRange.h +include/lldb/Core/Value.h +include/lldb/Core/ValueObject.h +include/lldb/Core/ValueObjectCast.h +include/lldb/Core/ValueObjectChild.h +include/lldb/Core/ValueObjectConstResult.h +include/lldb/Core/ValueObjectConstResultCast.h +include/lldb/Core/ValueObjectConstResultChild.h +include/lldb/Core/ValueObjectConstResultImpl.h +include/lldb/Core/ValueObjectDynamicValue.h +include/lldb/Core/ValueObjectList.h +include/lldb/Core/ValueObjectMemory.h +include/lldb/Core/ValueObjectRegister.h +include/lldb/Core/ValueObjectSyntheticFilter.h +include/lldb/Core/ValueObjectVariable.h +include/lldb/Core/dwarf.h +include/lldb/DataFormatters/CXXFunctionPointer.h +include/lldb/DataFormatters/DataVisualization.h +include/lldb/DataFormatters/DumpValueObjectOptions.h +include/lldb/DataFormatters/FormatCache.h +include/lldb/DataFormatters/FormatClasses.h +include/lldb/DataFormatters/FormatManager.h +include/lldb/DataFormatters/FormattersContainer.h +include/lldb/DataFormatters/FormattersHelpers.h +include/lldb/DataFormatters/LanguageCategory.h +include/lldb/DataFormatters/StringPrinter.h +include/lldb/DataFormatters/TypeCategory.h +include/lldb/DataFormatters/TypeCategoryMap.h +include/lldb/DataFormatters/TypeFormat.h +include/lldb/DataFormatters/TypeSummary.h +include/lldb/DataFormatters/TypeSynthetic.h +include/lldb/DataFormatters/TypeValidator.h +include/lldb/DataFormatters/ValueObjectPrinter.h +include/lldb/DataFormatters/VectorIterator.h +include/lldb/DataFormatters/VectorType.h +include/lldb/Expression/DWARFExpression.h +include/lldb/Expression/Expression.h +include/lldb/Expression/ExpressionParser.h +include/lldb/Expression/ExpressionSourceCode.h +include/lldb/Expression/ExpressionTypeSystemHelper.h +include/lldb/Expression/ExpressionVariable.h +include/lldb/Expression/FunctionCaller.h +include/lldb/Expression/IRDynamicChecks.h +include/lldb/Expression/IRExecutionUnit.h +include/lldb/Expression/IRInterpreter.h +include/lldb/Expression/IRMemoryMap.h +include/lldb/Expression/LLVMUserExpression.h +include/lldb/Expression/Materializer.h +include/lldb/Expression/REPL.h +include/lldb/Expression/UserExpression.h +include/lldb/Expression/UtilityFunction.h +include/lldb/Host/Condition.h +include/lldb/Host/Config.h +include/lldb/Host/ConnectionFileDescriptor.h +include/lldb/Host/Debug.h +include/lldb/Host/Editline.h +include/lldb/Host/Endian.h +include/lldb/Host/File.h +include/lldb/Host/FileCache.h +include/lldb/Host/FileSpec.h +include/lldb/Host/FileSystem.h +include/lldb/Host/Host.h +include/lldb/Host/HostGetOpt.h +include/lldb/Host/HostInfo.h +include/lldb/Host/HostInfoBase.h +include/lldb/Host/HostNativeProcess.h +include/lldb/Host/HostNativeProcessBase.h +include/lldb/Host/HostNativeThread.h +include/lldb/Host/HostNativeThreadBase.h +include/lldb/Host/HostNativeThreadForward.h +include/lldb/Host/HostProcess.h +include/lldb/Host/HostThread.h +include/lldb/Host/IOObject.h +include/lldb/Host/LockFile.h +include/lldb/Host/LockFileBase.h +include/lldb/Host/MainLoop.h +include/lldb/Host/MainLoopBase.h +include/lldb/Host/MonitoringProcessLauncher.h +include/lldb/Host/Mutex.h +include/lldb/Host/OptionParser.h +include/lldb/Host/Pipe.h +include/lldb/Host/PipeBase.h +include/lldb/Host/Predicate.h +include/lldb/Host/ProcessLauncher.h +include/lldb/Host/ProcessRunLock.h +include/lldb/Host/Socket.h +include/lldb/Host/SocketAddress.h +include/lldb/Host/StringConvert.h +include/lldb/Host/Symbols.h +include/lldb/Host/Terminal.h +include/lldb/Host/ThisThread.h +include/lldb/Host/ThreadLauncher.h +include/lldb/Host/Time.h +include/lldb/Host/TimeValue.h +include/lldb/Host/XML.h +include/lldb/Host/android/Android.h +include/lldb/Host/android/Config.h +include/lldb/Host/android/HostInfoAndroid.h +include/lldb/Host/android/ProcessLauncherAndroid.h +include/lldb/Host/common/GetOptInc.h +include/lldb/Host/common/NativeBreakpoint.h +include/lldb/Host/common/NativeBreakpointList.h +include/lldb/Host/common/NativeProcessProtocol.h +include/lldb/Host/common/NativeRegisterContext.h +include/lldb/Host/common/NativeRegisterContextRegisterInfo.h +include/lldb/Host/common/NativeThreadProtocol.h +include/lldb/Host/common/NativeWatchpointList.h +include/lldb/Host/common/SoftwareBreakpoint.h +include/lldb/Host/common/TCPSocket.h +include/lldb/Host/common/UDPSocket.h +include/lldb/Host/freebsd/Config.h +include/lldb/Host/freebsd/HostInfoFreeBSD.h +include/lldb/Host/freebsd/HostThreadFreeBSD.h +include/lldb/Host/linux/AbstractSocket.h +include/lldb/Host/linux/Config.h +include/lldb/Host/linux/HostInfoLinux.h +include/lldb/Host/linux/HostThreadLinux.h +include/lldb/Host/linux/Personality.h +include/lldb/Host/linux/Ptrace.h +include/lldb/Host/linux/Signalfd.h +include/lldb/Host/linux/Uio.h +include/lldb/Host/macosx/Config.h +include/lldb/Host/macosx/HostInfoMacOSX.h +include/lldb/Host/macosx/HostThreadMacOSX.h +include/lldb/Host/mingw/Config.h +include/lldb/Host/msvc/Config.h +include/lldb/Host/netbsd/Config.h +include/lldb/Host/netbsd/HostInfoNetBSD.h +include/lldb/Host/netbsd/HostThreadNetBSD.h +include/lldb/Host/posix/ConnectionFileDescriptorPosix.h +include/lldb/Host/posix/DomainSocket.h +include/lldb/Host/posix/Fcntl.h +include/lldb/Host/posix/HostInfoPosix.h +include/lldb/Host/posix/HostProcessPosix.h +include/lldb/Host/posix/HostThreadPosix.h +include/lldb/Host/posix/LockFilePosix.h +include/lldb/Host/posix/MainLoopPosix.h +include/lldb/Host/posix/PipePosix.h +include/lldb/Host/posix/ProcessLauncherPosix.h +include/lldb/Host/windows/AutoHandle.h +include/lldb/Host/windows/ConnectionGenericFileWindows.h +include/lldb/Host/windows/HostInfoWindows.h +include/lldb/Host/windows/HostProcessWindows.h +include/lldb/Host/windows/HostThreadWindows.h +include/lldb/Host/windows/LockFileWindows.h +include/lldb/Host/windows/PipeWindows.h +include/lldb/Host/windows/ProcessLauncherWindows.h +include/lldb/Host/windows/editlinewin.h +include/lldb/Host/windows/win32.h +include/lldb/Host/windows/windows.h +include/lldb/Initialization/SystemInitializer.h +include/lldb/Initialization/SystemInitializerCommon.h +include/lldb/Initialization/SystemLifetimeManager.h +include/lldb/Interpreter/Args.h +include/lldb/Interpreter/CommandCompletions.h +include/lldb/Interpreter/CommandHistory.h +include/lldb/Interpreter/CommandInterpreter.h +include/lldb/Interpreter/CommandObject.h +include/lldb/Interpreter/CommandObjectMultiword.h +include/lldb/Interpreter/CommandObjectRegexCommand.h +include/lldb/Interpreter/CommandOptionValidators.h +include/lldb/Interpreter/CommandReturnObject.h +include/lldb/Interpreter/OptionGroupArchitecture.h +include/lldb/Interpreter/OptionGroupBoolean.h +include/lldb/Interpreter/OptionGroupFile.h +include/lldb/Interpreter/OptionGroupFormat.h +include/lldb/Interpreter/OptionGroupOutputFile.h +include/lldb/Interpreter/OptionGroupPlatform.h +include/lldb/Interpreter/OptionGroupString.h +include/lldb/Interpreter/OptionGroupUInt64.h +include/lldb/Interpreter/OptionGroupUUID.h +include/lldb/Interpreter/OptionGroupValueObjectDisplay.h +include/lldb/Interpreter/OptionGroupVariable.h +include/lldb/Interpreter/OptionGroupWatchpoint.h +include/lldb/Interpreter/OptionValue.h +include/lldb/Interpreter/OptionValueArch.h +include/lldb/Interpreter/OptionValueArgs.h +include/lldb/Interpreter/OptionValueArray.h +include/lldb/Interpreter/OptionValueBoolean.h +include/lldb/Interpreter/OptionValueChar.h +include/lldb/Interpreter/OptionValueDictionary.h +include/lldb/Interpreter/OptionValueEnumeration.h +include/lldb/Interpreter/OptionValueFileSpec.h +include/lldb/Interpreter/OptionValueFileSpecList.h +include/lldb/Interpreter/OptionValueFormat.h +include/lldb/Interpreter/OptionValueFormatEntity.h +include/lldb/Interpreter/OptionValueLanguage.h +include/lldb/Interpreter/OptionValuePathMappings.h +include/lldb/Interpreter/OptionValueProperties.h +include/lldb/Interpreter/OptionValueRegex.h +include/lldb/Interpreter/OptionValueSInt64.h +include/lldb/Interpreter/OptionValueString.h +include/lldb/Interpreter/OptionValueUInt64.h +include/lldb/Interpreter/OptionValueUUID.h +include/lldb/Interpreter/OptionValues.h +include/lldb/Interpreter/Options.h +include/lldb/Interpreter/Property.h +include/lldb/Interpreter/ScriptInterpreter.h +include/lldb/Symbol/ArmUnwindInfo.h +include/lldb/Symbol/Block.h +include/lldb/Symbol/ClangASTContext.h +include/lldb/Symbol/ClangASTImporter.h +include/lldb/Symbol/ClangExternalASTSourceCallbacks.h +include/lldb/Symbol/ClangExternalASTSourceCommon.h +include/lldb/Symbol/CompactUnwindInfo.h +include/lldb/Symbol/CompileUnit.h +include/lldb/Symbol/CompilerDecl.h +include/lldb/Symbol/CompilerDeclContext.h +include/lldb/Symbol/CompilerType.h +include/lldb/Symbol/DWARFCallFrameInfo.h +include/lldb/Symbol/DebugMacros.h +include/lldb/Symbol/DeclVendor.h +include/lldb/Symbol/Declaration.h +include/lldb/Symbol/FuncUnwinders.h +include/lldb/Symbol/Function.h +include/lldb/Symbol/GoASTContext.h +include/lldb/Symbol/LineEntry.h +include/lldb/Symbol/LineTable.h +include/lldb/Symbol/ObjectContainer.h +include/lldb/Symbol/ObjectFile.h +include/lldb/Symbol/Symbol.h +include/lldb/Symbol/SymbolContext.h +include/lldb/Symbol/SymbolContextScope.h +include/lldb/Symbol/SymbolFile.h +include/lldb/Symbol/SymbolVendor.h +include/lldb/Symbol/Symtab.h +include/lldb/Symbol/TaggedASTType.h +include/lldb/Symbol/Type.h +include/lldb/Symbol/TypeList.h +include/lldb/Symbol/TypeMap.h +include/lldb/Symbol/TypeSystem.h +include/lldb/Symbol/UnwindPlan.h +include/lldb/Symbol/UnwindTable.h +include/lldb/Symbol/Variable.h +include/lldb/Symbol/VariableList.h +include/lldb/Symbol/VerifyDecl.h +include/lldb/Target/ABI.h +include/lldb/Target/CPPLanguageRuntime.h +include/lldb/Target/DynamicLoader.h +include/lldb/Target/ExecutionContext.h +include/lldb/Target/ExecutionContextScope.h +include/lldb/Target/FileAction.h +include/lldb/Target/InstrumentationRuntime.h +include/lldb/Target/InstrumentationRuntimeStopInfo.h +include/lldb/Target/JITLoader.h +include/lldb/Target/JITLoaderList.h +include/lldb/Target/Language.h +include/lldb/Target/LanguageRuntime.h +include/lldb/Target/Memory.h +include/lldb/Target/MemoryHistory.h +include/lldb/Target/MemoryRegionInfo.h +include/lldb/Target/ObjCLanguageRuntime.h +include/lldb/Target/OperatingSystem.h +include/lldb/Target/PathMappingList.h +include/lldb/Target/Platform.h +include/lldb/Target/Process.h +include/lldb/Target/ProcessInfo.h +include/lldb/Target/ProcessLaunchInfo.h +include/lldb/Target/Queue.h +include/lldb/Target/QueueItem.h +include/lldb/Target/QueueList.h +include/lldb/Target/RegisterCheckpoint.h +include/lldb/Target/RegisterContext.h +include/lldb/Target/SectionLoadHistory.h +include/lldb/Target/SectionLoadList.h +include/lldb/Target/StackFrame.h +include/lldb/Target/StackFrameList.h +include/lldb/Target/StackID.h +include/lldb/Target/StopInfo.h +include/lldb/Target/SystemRuntime.h +include/lldb/Target/Target.h +include/lldb/Target/TargetList.h +include/lldb/Target/Thread.h +include/lldb/Target/ThreadCollection.h +include/lldb/Target/ThreadList.h +include/lldb/Target/ThreadPlan.h +include/lldb/Target/ThreadPlanBase.h +include/lldb/Target/ThreadPlanCallFunction.h +include/lldb/Target/ThreadPlanCallFunctionUsingABI.h +include/lldb/Target/ThreadPlanCallUserExpression.h +include/lldb/Target/ThreadPlanPython.h +include/lldb/Target/ThreadPlanRunToAddress.h +include/lldb/Target/ThreadPlanShouldStopHere.h +include/lldb/Target/ThreadPlanStepInRange.h +include/lldb/Target/ThreadPlanStepInstruction.h +include/lldb/Target/ThreadPlanStepOut.h +include/lldb/Target/ThreadPlanStepOverBreakpoint.h +include/lldb/Target/ThreadPlanStepOverRange.h +include/lldb/Target/ThreadPlanStepRange.h +include/lldb/Target/ThreadPlanStepThrough.h +include/lldb/Target/ThreadPlanStepUntil.h +include/lldb/Target/ThreadPlanTracer.h +include/lldb/Target/ThreadSpec.h +include/lldb/Target/UnixSignals.h +include/lldb/Target/Unwind.h +include/lldb/Target/UnwindAssembly.h +include/lldb/Utility/AnsiTerminal.h +include/lldb/Utility/CleanUp.h +include/lldb/Utility/ConvertEnum.h +include/lldb/Utility/Either.h +include/lldb/Utility/Iterable.h +include/lldb/Utility/JSON.h +include/lldb/Utility/LLDBAssert.h +include/lldb/Utility/NameMatches.h +include/lldb/Utility/PriorityPointerPair.h +include/lldb/Utility/ProcessStructReader.h +include/lldb/Utility/PseudoTerminal.h +include/lldb/Utility/Range.h +include/lldb/Utility/RegisterNumber.h +include/lldb/Utility/SafeMachO.h +include/lldb/Utility/SharedCluster.h +include/lldb/Utility/SharingPtr.h +include/lldb/Utility/StringExtractor.h +include/lldb/Utility/StringLexer.h +include/lldb/Utility/TaskPool.h +include/lldb/Utility/Utils.h +include/lldb/Utility/regcclass.h +include/lldb/Utility/regcname.h +include/lldb/Utility/regex2.h +include/lldb/Utility/regex_impl.h +include/lldb/Utility/regutils.h +include/lldb/lldb-defines.h +include/lldb/lldb-enumerations.h +include/lldb/lldb-forward.h +include/lldb/lldb-private-enumerations.h +include/lldb/lldb-private-forward.h +include/lldb/lldb-private-interfaces.h +include/lldb/lldb-private-types.h +include/lldb/lldb-private.h +include/lldb/lldb-public.h +include/lldb/lldb-types.h +include/lldb/lldb-versioning.h +lib/liblldb.so +lib/liblldb.so.3.8.0 +lib/liblldbBase.a +lib/liblldbBreakpoint.a +lib/liblldbCommands.a +lib/liblldbCore.a +lib/liblldbDataFormatters.a +lib/liblldbExpression.a +lib/liblldbHost.a +lib/liblldbInitialization.a +lib/liblldbInterpreter.a +lib/liblldbPluginABIMacOSX_arm.a +lib/liblldbPluginABIMacOSX_arm64.a +lib/liblldbPluginABIMacOSX_i386.a +lib/liblldbPluginABISysV_arm.a +lib/liblldbPluginABISysV_arm64.a +lib/liblldbPluginABISysV_hexagon.a +lib/liblldbPluginABISysV_i386.a +lib/liblldbPluginABISysV_mips.a +lib/liblldbPluginABISysV_mips64.a +lib/liblldbPluginABISysV_ppc.a +lib/liblldbPluginABISysV_ppc64.a +lib/liblldbPluginABISysV_x86_64.a +lib/liblldbPluginAppleObjCRuntime.a +lib/liblldbPluginCPlusPlusLanguage.a +lib/liblldbPluginCXXItaniumABI.a +lib/liblldbPluginDisassemblerLLVM.a +lib/liblldbPluginDynamicLoaderHexagonDYLD.a +lib/liblldbPluginDynamicLoaderMacOSXDYLD.a +lib/liblldbPluginDynamicLoaderPosixDYLD.a +lib/liblldbPluginDynamicLoaderStatic.a +lib/liblldbPluginDynamicLoaderWindowsDYLD.a +lib/liblldbPluginExpressionParserClang.a +lib/liblldbPluginExpressionParserGo.a +lib/liblldbPluginGoLanguage.a +lib/liblldbPluginInstructionARM.a +lib/liblldbPluginInstructionARM64.a +lib/liblldbPluginInstructionMIPS.a +lib/liblldbPluginInstructionMIPS64.a +lib/liblldbPluginInstrumentationRuntimeAddressSanitizer.a +lib/liblldbPluginJITLoaderGDB.a +lib/liblldbPluginLanguageRuntimeGo.a +lib/liblldbPluginMemoryHistoryASan.a +lib/liblldbPluginOSGo.a +lib/liblldbPluginOSPython.a +lib/liblldbPluginObjCLanguage.a +lib/liblldbPluginObjCPlusPlusLanguage.a +lib/liblldbPluginObjectContainerBSDArchive.a +lib/liblldbPluginObjectContainerMachOArchive.a +lib/liblldbPluginObjectFileELF.a +lib/liblldbPluginObjectFileJIT.a +lib/liblldbPluginObjectFileMachO.a +lib/liblldbPluginObjectFilePECOFF.a +lib/liblldbPluginPlatformAndroid.a +lib/liblldbPluginPlatformFreeBSD.a +lib/liblldbPluginPlatformGDB.a +lib/liblldbPluginPlatformKalimba.a +lib/liblldbPluginPlatformLinux.a +lib/liblldbPluginPlatformMacOSX.a +lib/liblldbPluginPlatformNetBSD.a +lib/liblldbPluginPlatformPOSIX.a +lib/liblldbPluginPlatformWindows.a +lib/liblldbPluginProcessElfCore.a +lib/liblldbPluginProcessGDBRemote.a +lib/liblldbPluginProcessMachCore.a +lib/liblldbPluginProcessPOSIX.a +lib/liblldbPluginProcessUtility.a +lib/liblldbPluginRenderScriptRuntime.a +lib/liblldbPluginScriptInterpreterNone.a +lib/liblldbPluginScriptInterpreterPython.a +lib/liblldbPluginSymbolFileDWARF.a +lib/liblldbPluginSymbolFileSymtab.a +lib/liblldbPluginSymbolVendorELF.a +lib/liblldbPluginSystemRuntimeMacOSX.a +lib/liblldbPluginUnwindAssemblyInstEmulation.a +lib/liblldbPluginUnwindAssemblyX86.a +lib/liblldbSymbol.a +lib/liblldbTarget.a +lib/liblldbUtility.a +${PYSITELIB}/lldb/__init__.py +${PYSITELIB}/lldb/_lldb.so +${PYSITELIB}/lldb/embedded_interpreter.py +${PYSITELIB}/lldb/formatters/Logger.py +${PYSITELIB}/lldb/formatters/__init__.py +${PYSITELIB}/lldb/formatters/attrib_fromdict.py +${PYSITELIB}/lldb/formatters/cache.py +${PYSITELIB}/lldb/formatters/cpp/__init__.py +${PYSITELIB}/lldb/formatters/cpp/gnu_libstdcpp.py +${PYSITELIB}/lldb/formatters/cpp/libcxx.py +${PYSITELIB}/lldb/formatters/metrics.py +${PYSITELIB}/lldb/lldb-argdumper +${PYSITELIB}/lldb/runtime/__init__.py +${PYSITELIB}/lldb/utils/__init__.py +${PYSITELIB}/lldb/utils/symbolication.py diff --git a/devel/lldb/buildlink3.mk b/devel/lldb/buildlink3.mk new file mode 100644 index 0000000000000..7c8cbcd6eebc3 --- /dev/null +++ b/devel/lldb/buildlink3.mk @@ -0,0 +1,18 @@ +# $NetBSD: buildlink3.mk,v 1.1 2016/03/28 13:13:54 kamil Exp $ + +BUILDLINK_TREE+= lldb + +.if !defined(LLDB_BUILDLINK3_MK) +LLDB_BUILDLINK3_MK:= + +BUILDLINK_API_DEPENDS.lldb+= lldb>=3.8.0 +BUILDLINK_PKGSRCDIR.lldb?= ../../devel/lldb + +.include "../../textproc/libxml2/buildlink3.mk" +.include "../../lang/llvm/buildlink3.mk" +.include "../../lang/clang/buildlink3.mk" +.include "../../devel/zlib/buildlink3.mk" +.include "../../devel/swig/buildlink3.mk" +.endif # LLDB_BUILDLINK3_MK + +BUILDLINK_TREE+= -lldb diff --git a/devel/lldb/distinfo b/devel/lldb/distinfo new file mode 100644 index 0000000000000..68c2e0a35f15f --- /dev/null +++ b/devel/lldb/distinfo @@ -0,0 +1,28 @@ +$NetBSD: distinfo,v 1.1 2016/03/28 13:13:54 kamil Exp $ + +SHA1 (lldb-3.8.0.src.tar.xz) = 6d503cea94c131b6bfcf5254e62d32fcce1ebcc8 +RMD160 (lldb-3.8.0.src.tar.xz) = 6eadec551cebe38916590df0d730449aec22d26a +SHA512 (lldb-3.8.0.src.tar.xz) = a491209ae12b0c7d938ebd94362396a50922326ed24ed11f71b1f19b61274a34a92d2bd46857b44081e7fa3e6d0a641d148bd4022f8edf71f80ff2aa7a55ebef +Size (lldb-3.8.0.src.tar.xz) = 10929768 bytes +SHA1 (patch-cmake_modules_LLDBStandalone.cmake) = 1b8d85d5aa4ac35d4b303a1dc7754ce63cf96cb0 +SHA1 (patch-include_lldb_Utility_regcclass.h) = 9ed649e8deb5924feaf82a6e675f5c596367b3d6 +SHA1 (patch-include_lldb_Utility_regcname.h) = b67145f0437d3c09adc33a925d49267cd9ba4fd7 +SHA1 (patch-include_lldb_Utility_regengine.inc) = a031c43a63acab80a97cfb7727326d610d4ad9ab +SHA1 (patch-include_lldb_Utility_regex2.h) = 822a47b1221368ec5442bfbdbc20fe4e370c1a6b +SHA1 (patch-include_lldb_Utility_regex__impl.h) = 4d99669a756bd662ae28abc8cefe6e1538ef84b6 +SHA1 (patch-include_lldb_Utility_regutils.h) = ea36409f8cd05dcf9b81144cbc136abc5fc3a190 +SHA1 (patch-scripts_CMakeLists.txt) = 07043853b1a923aa8fcb9124b79453eca21c01fb +SHA1 (patch-scripts_Python_finishSwigPythonLLDB.py) = e2ad536cf12cea251b2a2117091b970e3081fad6 +SHA1 (patch-scripts_Python_modules_readline_readline.cpp) = 4a030226c47cf7d54ebc727e92e278c163e48bf5 +SHA1 (patch-source_Utility_CMakeLists.txt) = 5b10fe94d76135d8d5ba31862066841394dd45c1 +SHA1 (patch-source_Utility_regcomp.c) = bd315000773bab38b6fe6d119420afbcb5b83a59 +SHA1 (patch-source_Utility_regerror.c) = 6bbf8dc3f12e64515d166a475452f3f08d849ad3 +SHA1 (patch-source_Utility_regexec.c) = 6e523b4d00d74fb51d5971d415fd3d0a8323461b +SHA1 (patch-source_Utility_regfree.c) = a3033a951c2773b5fd1209ee2a60be2e042970ee +SHA1 (patch-source_Utility_regstrlcpy.c) = 284dc5d06d88e243fb91a1225008319b282d6fdc +SHA1 (patch-tools_lldb-mi_MICmnBase.cpp) = c673fa0c89c509a3c6acad1d5b154396cacb9bb2 +SHA1 (patch-tools_lldb-mi_MICmnBase.h) = 07355c151ee67a71da95056b15d9efee7b033de3 +SHA1 (patch-tools_lldb-mi_MIDriver.cpp) = 14c529a92d37a4a83221013e49b6ed18ef404e3b +SHA1 (patch-tools_lldb-mi_MIUtilParse.h) = cbd524e70c10cee25e44f1befe594a7198b008b9 +SHA1 (patch-tools_lldb-mi_MIUtilString.cpp) = fb6266ce614eec8a4836fd02a34d5a2ea94c7480 +SHA1 (patch-tools_lldb-mi_MIUtilString.h) = 34419e7f3bfccb6f669ae3075a5a27dd1064d202 diff --git a/devel/lldb/patches/patch-cmake_modules_LLDBStandalone.cmake b/devel/lldb/patches/patch-cmake_modules_LLDBStandalone.cmake new file mode 100644 index 0000000000000..fe16d5e374c01 --- /dev/null +++ b/devel/lldb/patches/patch-cmake_modules_LLDBStandalone.cmake @@ -0,0 +1,152 @@ +$NetBSD: patch-cmake_modules_LLDBStandalone.cmake,v 1.1 2016/03/28 13:13:55 kamil Exp $ + +--- cmake/modules/LLDBStandalone.cmake.orig 2015-11-10 18:09:14.000000000 +0000 ++++ cmake/modules/LLDBStandalone.cmake +@@ -6,57 +6,78 @@ if (CMAKE_SOURCE_DIR STREQUAL CMAKE_CURR + + option(LLVM_INSTALL_TOOLCHAIN_ONLY "Only include toolchain files in the 'install' target." OFF) + +- set(LLDB_PATH_TO_LLVM_SOURCE "" CACHE PATH +- "Path to LLVM source code. Not necessary if using an installed LLVM.") +- set(LLDB_PATH_TO_LLVM_BUILD "" CACHE PATH +- "Path to the directory where LLVM was built or installed.") +- +- set(LLDB_PATH_TO_CLANG_SOURCE "" CACHE PATH +- "Path to Clang source code. Not necessary if using an installed Clang.") +- set(LLDB_PATH_TO_CLANG_BUILD "" CACHE PATH +- "Path to the directory where Clang was built or installed.") +- +- if (LLDB_PATH_TO_LLVM_SOURCE) +- if (NOT EXISTS "${LLDB_PATH_TO_LLVM_SOURCE}/cmake/config-ix.cmake") +- message(FATAL_ERROR "Please set LLDB_PATH_TO_LLVM_SOURCE to the root " +- "directory of LLVM source code.") ++ # Rely on llvm-config. ++ set(CONFIG_OUTPUT) ++ find_program(LLVM_CONFIG "llvm-config") ++ if(LLVM_CONFIG) ++ message(STATUS "Found LLVM_CONFIG as ${LLVM_CONFIG}") ++ set(CONFIG_COMMAND ${LLVM_CONFIG} ++ "--assertion-mode" ++ "--bindir" ++ "--libdir" ++ "--includedir" ++ "--prefix" ++ "--src-root") ++ execute_process( ++ COMMAND ${CONFIG_COMMAND} ++ RESULT_VARIABLE HAD_ERROR ++ OUTPUT_VARIABLE CONFIG_OUTPUT ++ ) ++ if(NOT HAD_ERROR) ++ string(REGEX REPLACE ++ "[ \t]*[\r\n]+[ \t]*" ";" ++ CONFIG_OUTPUT ${CONFIG_OUTPUT}) ++ + else() +- get_filename_component(LLVM_MAIN_SRC_DIR ${LLDB_PATH_TO_LLVM_SOURCE} +- ABSOLUTE) +- set(LLVM_MAIN_INCLUDE_DIR "${LLVM_MAIN_SRC_DIR}/include") +- list(APPEND CMAKE_MODULE_PATH "${LLVM_MAIN_SRC_DIR}/cmake/modules") ++ string(REPLACE ";" " " CONFIG_COMMAND_STR "${CONFIG_COMMAND}") ++ message(STATUS "${CONFIG_COMMAND_STR}") ++ message(FATAL_ERROR "llvm-config failed with status ${HAD_ERROR}") + endif() +- endif() +- +- if (LLDB_PATH_TO_CLANG_SOURCE) +- get_filename_component(CLANG_MAIN_SRC_DIR ${LLDB_PATH_TO_CLANG_SOURCE} +- ABSOLUTE) +- set(CLANG_MAIN_INCLUDE_DIR "${CLANG_MAIN_SRC_DIR}/include") +- endif() +- +- list(APPEND CMAKE_MODULE_PATH "${LLDB_PATH_TO_LLVM_BUILD}/share/llvm/cmake") +- +- if (LLDB_PATH_TO_LLVM_BUILD) +- get_filename_component(PATH_TO_LLVM_BUILD ${LLDB_PATH_TO_LLVM_BUILD} +- ABSOLUTE) + else() +- message(FATAL_ERROR "Please set LLDB_PATH_TO_LLVM_BUILD to the root " +- "directory of LLVM build or install site.") ++ message(FATAL_ERROR "llvm-config not found -- ${LLVM_CONFIG}") + endif() + +- if (LLDB_PATH_TO_CLANG_BUILD) +- get_filename_component(PATH_TO_CLANG_BUILD ${LLDB_PATH_TO_CLANG_BUILD} +- ABSOLUTE) ++ list(GET CONFIG_OUTPUT 0 ENABLE_ASSERTIONS) ++ list(GET CONFIG_OUTPUT 1 TOOLS_BINARY_DIR) ++ list(GET CONFIG_OUTPUT 2 LIBRARY_DIR) ++ list(GET CONFIG_OUTPUT 3 INCLUDE_DIR) ++ list(GET CONFIG_OUTPUT 4 LLVM_OBJ_ROOT) ++ list(GET CONFIG_OUTPUT 5 MAIN_SRC_DIR) ++ ++ if(NOT MSVC_IDE) ++ set(LLVM_ENABLE_ASSERTIONS ${ENABLE_ASSERTIONS} ++ CACHE BOOL "Enable assertions") ++ # Assertions should follow llvm-config's. ++ mark_as_advanced(LLVM_ENABLE_ASSERTIONS) ++ endif() ++ ++ set(LLVM_TOOLS_BINARY_DIR ${TOOLS_BINARY_DIR} CACHE PATH "Path to llvm/bin") ++ set(LLVM_LIBRARY_DIR ${LIBRARY_DIR} CACHE PATH "Path to llvm/lib") ++ set(LLVM_MAIN_INCLUDE_DIR ${INCLUDE_DIR} CACHE PATH "Path to llvm/include") ++ set(LLVM_BINARY_DIR ${LLVM_OBJ_ROOT} CACHE PATH "Path to LLVM build tree") ++ set(LLVM_MAIN_SRC_DIR ${MAIN_SRC_DIR} CACHE PATH "Path to LLVM source tree") ++ ++ find_program(LLVM_TABLEGEN_EXE "llvm-tblgen" ${LLVM_TOOLS_BINARY_DIR} ++ NO_DEFAULT_PATH) ++ ++ set(LLVM_CMAKE_PATH "${LLVM_BINARY_DIR}/share/llvm/cmake") # this will change in 3.9.0 ++ set(LLVMCONFIG_FILE "${LLVM_CMAKE_PATH}/LLVMConfig.cmake") ++ if(EXISTS ${LLVMCONFIG_FILE}) ++ list(APPEND CMAKE_MODULE_PATH "${LLVM_CMAKE_PATH}") ++ include(${LLVMCONFIG_FILE}) + else() +- message(FATAL_ERROR "Please set LLDB_PATH_TO_CLANG_BUILD to the root " +- "directory of Clang build or install site.") ++ message(FATAL_ERROR "Not found: ${LLVMCONFIG_FILE}") + endif() + +- +- # These variables are used by add_llvm_library. ++ # They are used as destination of target generators. + set(LLVM_RUNTIME_OUTPUT_INTDIR ${CMAKE_BINARY_DIR}/${CMAKE_CFG_INTDIR}/bin) + set(LLVM_LIBRARY_OUTPUT_INTDIR ${CMAKE_BINARY_DIR}/${CMAKE_CFG_INTDIR}/lib${LLVM_LIBDIR_SUFFIX}) +- set(LLVM_LIBRARY_DIR ${LLVM_LIBRARY_OUTPUT_INTDIR}) ++ if(WIN32 OR CYGWIN) ++ # DLL platform -- put DLLs into bin. ++ set(LLVM_SHLIB_OUTPUT_INTDIR ${LLVM_RUNTIME_OUTPUT_INTDIR}) ++ else() ++ set(LLVM_SHLIB_OUTPUT_INTDIR ${LLVM_LIBRARY_OUTPUT_INTDIR}) ++ endif() + + include(AddLLVM) + include(HandleLLVMOptions) +@@ -73,23 +94,16 @@ if (CMAKE_SOURCE_DIR STREQUAL CMAKE_CURR + message("-- Found PythonInterp: ${PYTHON_EXECUTABLE}") + endif() + # Import CMake library targets from LLVM and Clang. +- include("${LLDB_PATH_TO_LLVM_BUILD}/share/llvm/cmake/LLVMConfig.cmake") +- if (EXISTS "${LLDB_PATH_TO_CLANG_BUILD}/share/clang/cmake/ClangConfig.cmake") +- include("${LLDB_PATH_TO_CLANG_BUILD}/share/clang/cmake/ClangConfig.cmake") +- endif() ++ include("${LLVM_OBJ_ROOT}/share/llvm/cmake/LLVMConfig.cmake") # this will change in 3.9.0 ++ include("${LLVM_OBJ_ROOT}/share/clang/cmake/ClangConfig.cmake") # this will change in 3.9.0 + + set(PACKAGE_VERSION "${LLVM_PACKAGE_VERSION}") + + set(LLVM_BINARY_DIR ${CMAKE_BINARY_DIR}) + + set(CMAKE_INCLUDE_CURRENT_DIR ON) +- include_directories("${PATH_TO_LLVM_BUILD}/include" +- "${LLVM_MAIN_INCLUDE_DIR}" +- "${PATH_TO_CLANG_BUILD}/include" +- "${CLANG_MAIN_INCLUDE_DIR}" +- "${CMAKE_CURRENT_SOURCE_DIR}/source") +- link_directories("${PATH_TO_LLVM_BUILD}/lib${LLVM_LIBDIR_SUFFIX}" +- "${PATH_TO_CLANG_BUILD}/lib${LLVM_LIBDIR_SUFFIX}") ++ include_directories("${LLVM_BINARY_DIR}/include" "${LLVM_MAIN_INCLUDE_DIR}") ++ link_directories("${LLVM_LIBRARY_DIR}") + + set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/bin) + set(CMAKE_LIBRARY_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/lib${LLVM_LIBDIR_SUFFIX}) diff --git a/devel/lldb/patches/patch-include_lldb_Utility_regcclass.h b/devel/lldb/patches/patch-include_lldb_Utility_regcclass.h new file mode 100644 index 0000000000000..094e1257c7cb0 --- /dev/null +++ b/devel/lldb/patches/patch-include_lldb_Utility_regcclass.h @@ -0,0 +1,80 @@ +$NetBSD: patch-include_lldb_Utility_regcclass.h,v 1.1 2016/03/28 13:13:55 kamil Exp $ + +--- include/lldb/Utility/regcclass.h.orig 2016-01-23 13:45:51.000000000 +0000 ++++ include/lldb/Utility/regcclass.h +@@ -0,0 +1,75 @@ ++/*- ++ * This code is derived from OpenBSD's libc/regex, original license follows: ++ * ++ * This code is derived from OpenBSD's libc/regex, original license follows: ++ * ++ * Copyright (c) 1992, 1993, 1994 Henry Spencer. ++ * Copyright (c) 1992, 1993, 1994 ++ * The Regents of the University of California. All rights reserved. ++ * ++ * This code is derived from software contributed to Berkeley by ++ * Henry Spencer. ++ * ++ * Redistribution and use in source and binary forms, with or without ++ * modification, are permitted provided that the following conditions ++ * are met: ++ * 1. Redistributions of source code must retain the above copyright ++ * notice, this list of conditions and the following disclaimer. ++ * 2. Redistributions in binary form must reproduce the above copyright ++ * notice, this list of conditions and the following disclaimer in the ++ * documentation and/or other materials provided with the distribution. ++ * 3. Neither the name of the University nor the names of its contributors ++ * may be used to endorse or promote products derived from this software ++ * without specific prior written permission. ++ * ++ * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND ++ * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE ++ * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ++ * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE ++ * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL ++ * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS ++ * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) ++ * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT ++ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY ++ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF ++ * SUCH DAMAGE. ++ * ++ * @(#)cclass.h 8.3 (Berkeley) 3/20/94 ++ */ ++ ++#ifndef LLVM_SUPPORT_REGCCLASS_H ++#define LLVM_SUPPORT_REGCCLASS_H ++ ++/* character-class table */ ++static struct cclass { ++ const char *name; ++ const char *chars; ++ const char *multis; ++} cclasses[] = { ++ { "alnum", "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz\ ++0123456789", ""} , ++ { "alpha", "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz", ++ ""} , ++ { "blank", " \t", ""} , ++ { "cntrl", "\007\b\t\n\v\f\r\1\2\3\4\5\6\16\17\20\21\22\23\24\ ++\25\26\27\30\31\32\33\34\35\36\37\177", ""} , ++ { "digit", "0123456789", ""} , ++ { "graph", "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz\ ++0123456789!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~", ++ ""} , ++ { "lower", "abcdefghijklmnopqrstuvwxyz", ++ ""} , ++ { "print", "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz\ ++0123456789!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~ ", ++ ""} , ++ { "punct", "!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~", ++ ""} , ++ { "space", "\t\n\v\f\r ", ""} , ++ { "upper", "ABCDEFGHIJKLMNOPQRSTUVWXYZ", ++ ""} , ++ { "xdigit", "0123456789ABCDEFabcdef", ++ ""} , ++ { NULL, 0, "" } ++}; ++ ++#endif diff --git a/devel/lldb/patches/patch-include_lldb_Utility_regcname.h b/devel/lldb/patches/patch-include_lldb_Utility_regcname.h new file mode 100644 index 0000000000000..caeb3e0abd99c --- /dev/null +++ b/devel/lldb/patches/patch-include_lldb_Utility_regcname.h @@ -0,0 +1,149 @@ +$NetBSD: patch-include_lldb_Utility_regcname.h,v 1.1 2016/03/28 13:13:55 kamil Exp $ + +--- include/lldb/Utility/regcname.h.orig 2016-01-23 13:45:51.000000000 +0000 ++++ include/lldb/Utility/regcname.h +@@ -0,0 +1,144 @@ ++/*- ++ * This code is derived from OpenBSD's libc/regex, original license follows: ++ * ++ * Copyright (c) 1992, 1993, 1994 Henry Spencer. ++ * Copyright (c) 1992, 1993, 1994 ++ * The Regents of the University of California. All rights reserved. ++ * ++ * This code is derived from software contributed to Berkeley by ++ * Henry Spencer. ++ * ++ * Redistribution and use in source and binary forms, with or without ++ * modification, are permitted provided that the following conditions ++ * are met: ++ * 1. Redistributions of source code must retain the above copyright ++ * notice, this list of conditions and the following disclaimer. ++ * 2. Redistributions in binary form must reproduce the above copyright ++ * notice, this list of conditions and the following disclaimer in the ++ * documentation and/or other materials provided with the distribution. ++ * 3. Neither the name of the University nor the names of its contributors ++ * may be used to endorse or promote products derived from this software ++ * without specific prior written permission. ++ * ++ * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND ++ * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE ++ * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ++ * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE ++ * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL ++ * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS ++ * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) ++ * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT ++ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY ++ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF ++ * SUCH DAMAGE. ++ * ++ * @(#)cname.h 8.3 (Berkeley) 3/20/94 ++ */ ++ ++#ifndef LLVM_SUPPORT_REGCNAME_H ++#define LLVM_SUPPORT_REGCNAME_H ++ ++/* character-name table */ ++static struct cname { ++ const char *name; ++ char code; ++} cnames[] = { ++ { "NUL", '\0' }, ++ { "SOH", '\001' }, ++ { "STX", '\002' }, ++ { "ETX", '\003' }, ++ { "EOT", '\004' }, ++ { "ENQ", '\005' }, ++ { "ACK", '\006' }, ++ { "BEL", '\007' }, ++ { "alert", '\007' }, ++ { "BS", '\010' }, ++ { "backspace", '\b' }, ++ { "HT", '\011' }, ++ { "tab", '\t' }, ++ { "LF", '\012' }, ++ { "newline", '\n' }, ++ { "VT", '\013' }, ++ { "vertical-tab", '\v' }, ++ { "FF", '\014' }, ++ { "form-feed", '\f' }, ++ { "CR", '\015' }, ++ { "carriage-return", '\r' }, ++ { "SO", '\016' }, ++ { "SI", '\017' }, ++ { "DLE", '\020' }, ++ { "DC1", '\021' }, ++ { "DC2", '\022' }, ++ { "DC3", '\023' }, ++ { "DC4", '\024' }, ++ { "NAK", '\025' }, ++ { "SYN", '\026' }, ++ { "ETB", '\027' }, ++ { "CAN", '\030' }, ++ { "EM", '\031' }, ++ { "SUB", '\032' }, ++ { "ESC", '\033' }, ++ { "IS4", '\034' }, ++ { "FS", '\034' }, ++ { "IS3", '\035' }, ++ { "GS", '\035' }, ++ { "IS2", '\036' }, ++ { "RS", '\036' }, ++ { "IS1", '\037' }, ++ { "US", '\037' }, ++ { "space", ' ' }, ++ { "exclamation-mark", '!' }, ++ { "quotation-mark", '"' }, ++ { "number-sign", '#' }, ++ { "dollar-sign", '$' }, ++ { "percent-sign", '%' }, ++ { "ampersand", '&' }, ++ { "apostrophe", '\'' }, ++ { "left-parenthesis", '(' }, ++ { "right-parenthesis", ')' }, ++ { "asterisk", '*' }, ++ { "plus-sign", '+' }, ++ { "comma", ',' }, ++ { "hyphen", '-' }, ++ { "hyphen-minus", '-' }, ++ { "period", '.' }, ++ { "full-stop", '.' }, ++ { "slash", '/' }, ++ { "solidus", '/' }, ++ { "zero", '0' }, ++ { "one", '1' }, ++ { "two", '2' }, ++ { "three", '3' }, ++ { "four", '4' }, ++ { "five", '5' }, ++ { "six", '6' }, ++ { "seven", '7' }, ++ { "eight", '8' }, ++ { "nine", '9' }, ++ { "colon", ':' }, ++ { "semicolon", ';' }, ++ { "less-than-sign", '<' }, ++ { "equals-sign", '=' }, ++ { "greater-than-sign", '>' }, ++ { "question-mark", '?' }, ++ { "commercial-at", '@' }, ++ { "left-square-bracket", '[' }, ++ { "backslash", '\\' }, ++ { "reverse-solidus", '\\' }, ++ { "right-square-bracket", ']' }, ++ { "circumflex", '^' }, ++ { "circumflex-accent", '^' }, ++ { "underscore", '_' }, ++ { "low-line", '_' }, ++ { "grave-accent", '`' }, ++ { "left-brace", '{' }, ++ { "left-curly-bracket", '{' }, ++ { "vertical-line", '|' }, ++ { "right-brace", '}' }, ++ { "right-curly-bracket", '}' }, ++ { "tilde", '~' }, ++ { "DEL", '\177' }, ++ { NULL, 0 } ++}; ++ ++#endif diff --git a/devel/lldb/patches/patch-include_lldb_Utility_regengine.inc b/devel/lldb/patches/patch-include_lldb_Utility_regengine.inc new file mode 100644 index 0000000000000..5818503e84416 --- /dev/null +++ b/devel/lldb/patches/patch-include_lldb_Utility_regengine.inc @@ -0,0 +1,1039 @@ +$NetBSD: patch-include_lldb_Utility_regengine.inc,v 1.1 2016/03/28 13:13:55 kamil Exp $ + +--- include/lldb/Utility/regengine.inc.orig 2016-01-23 13:45:51.000000000 +0000 ++++ include/lldb/Utility/regengine.inc +@@ -0,0 +1,1034 @@ ++/*- ++ * This code is derived from OpenBSD's libc/regex, original license follows: ++ * ++ * Copyright (c) 1992, 1993, 1994 Henry Spencer. ++ * Copyright (c) 1992, 1993, 1994 ++ * The Regents of the University of California. All rights reserved. ++ * ++ * This code is derived from software contributed to Berkeley by ++ * Henry Spencer. ++ * ++ * Redistribution and use in source and binary forms, with or without ++ * modification, are permitted provided that the following conditions ++ * are met: ++ * 1. Redistributions of source code must retain the above copyright ++ * notice, this list of conditions and the following disclaimer. ++ * 2. Redistributions in binary form must reproduce the above copyright ++ * notice, this list of conditions and the following disclaimer in the ++ * documentation and/or other materials provided with the distribution. ++ * 3. Neither the name of the University nor the names of its contributors ++ * may be used to endorse or promote products derived from this software ++ * without specific prior written permission. ++ * ++ * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND ++ * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE ++ * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ++ * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE ++ * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL ++ * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS ++ * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) ++ * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT ++ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY ++ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF ++ * SUCH DAMAGE. ++ * ++ * @(#)engine.c 8.5 (Berkeley) 3/20/94 ++ */ ++ ++/* ++ * The matching engine and friends. This file is #included by regexec.c ++ * after suitable #defines of a variety of macros used herein, so that ++ * different state representations can be used without duplicating masses ++ * of code. ++ */ ++ ++#ifdef SNAMES ++#define matcher smatcher ++#define fast sfast ++#define slow sslow ++#define dissect sdissect ++#define backref sbackref ++#define step sstep ++#define print sprint ++#define at sat ++#define match smat ++#define nope snope ++#endif ++#ifdef LNAMES ++#define matcher lmatcher ++#define fast lfast ++#define slow lslow ++#define dissect ldissect ++#define backref lbackref ++#define step lstep ++#define print lprint ++#define at lat ++#define match lmat ++#define nope lnope ++#endif ++ ++/* another structure passed up and down to avoid zillions of parameters */ ++struct match { ++ struct re_guts *g; ++ int eflags; ++ llvm_regmatch_t *pmatch; /* [nsub+1] (0 element unused) */ ++ const char *offp; /* offsets work from here */ ++ const char *beginp; /* start of string -- virtual NUL precedes */ ++ const char *endp; /* end of string -- virtual NUL here */ ++ const char *coldp; /* can be no match starting before here */ ++ const char **lastpos; /* [nplus+1] */ ++ STATEVARS; ++ states st; /* current states */ ++ states fresh; /* states for a fresh start */ ++ states tmp; /* temporary */ ++ states empty; /* empty set of states */ ++}; ++ ++static int matcher(struct re_guts *, const char *, size_t, ++ llvm_regmatch_t[], int); ++static const char *dissect(struct match *, const char *, const char *, sopno, ++ sopno); ++static const char *backref(struct match *, const char *, const char *, sopno, ++ sopno, sopno, int); ++static const char *fast(struct match *, const char *, const char *, sopno, sopno); ++static const char *slow(struct match *, const char *, const char *, sopno, sopno); ++static states step(struct re_guts *, sopno, sopno, states, int, states); ++#define MAX_RECURSION 100 ++#define BOL (OUT+1) ++#define EOL (BOL+1) ++#define BOLEOL (BOL+2) ++#define NOTHING (BOL+3) ++#define BOW (BOL+4) ++#define EOW (BOL+5) ++#define CODEMAX (BOL+5) /* highest code used */ ++#define NONCHAR(c) ((c) > CHAR_MAX) ++#define NNONCHAR (CODEMAX-CHAR_MAX) ++#ifdef REDEBUG ++static void print(struct match *, char *, states, int, FILE *); ++#endif ++#ifdef REDEBUG ++static void at(struct match *, char *, char *, char *, sopno, sopno); ++#endif ++#ifdef REDEBUG ++static char *pchar(int); ++#endif ++ ++#ifdef REDEBUG ++#define SP(t, s, c) print(m, t, s, c, stdout) ++#define AT(t, p1, p2, s1, s2) at(m, t, p1, p2, s1, s2) ++#define NOTE(str) { if (m->eflags®_TRACE) (void)printf("=%s\n", (str)); } ++static int nope = 0; ++#else ++#define SP(t, s, c) /* nothing */ ++#define AT(t, p1, p2, s1, s2) /* nothing */ ++#define NOTE(s) /* nothing */ ++#endif ++ ++/* ++ - matcher - the actual matching engine ++ */ ++static int /* 0 success, REG_NOMATCH failure */ ++matcher(struct re_guts *g, const char *string, size_t nmatch, ++ llvm_regmatch_t pmatch[], ++ int eflags) ++{ ++ const char *endp; ++ size_t i; ++ struct match mv; ++ struct match *m = &mv; ++ const char *dp; ++ const sopno gf = g->firststate+1; /* +1 for OEND */ ++ const sopno gl = g->laststate; ++ const char *start; ++ const char *stop; ++ ++ /* simplify the situation where possible */ ++ if (g->cflags®_NOSUB) ++ nmatch = 0; ++ if (eflags®_STARTEND) { ++ start = string + pmatch[0].rm_so; ++ stop = string + pmatch[0].rm_eo; ++ } else { ++ start = string; ++ stop = start + strlen(start); ++ } ++ if (stop < start) ++ return(REG_INVARG); ++ ++ /* prescreening; this does wonders for this rather slow code */ ++ if (g->must != NULL) { ++ for (dp = start; dp < stop; dp++) ++ if (*dp == g->must[0] && stop - dp >= g->mlen && ++ memcmp(dp, g->must, (size_t)g->mlen) == 0) ++ break; ++ if (dp == stop) /* we didn't find g->must */ ++ return(REG_NOMATCH); ++ } ++ ++ /* match struct setup */ ++ m->g = g; ++ m->eflags = eflags; ++ m->pmatch = NULL; ++ m->lastpos = NULL; ++ m->offp = string; ++ m->beginp = start; ++ m->endp = stop; ++ STATESETUP(m, 4); ++ SETUP(m->st); ++ SETUP(m->fresh); ++ SETUP(m->tmp); ++ SETUP(m->empty); ++ CLEAR(m->empty); ++ ++ /* this loop does only one repetition except for backrefs */ ++ for (;;) { ++ endp = fast(m, start, stop, gf, gl); ++ if (endp == NULL) { /* a miss */ ++ free(m->pmatch); ++ free((void*)m->lastpos); ++ STATETEARDOWN(m); ++ return(REG_NOMATCH); ++ } ++ if (nmatch == 0 && !g->backrefs) ++ break; /* no further info needed */ ++ ++ /* where? */ ++ assert(m->coldp != NULL); ++ for (;;) { ++ NOTE("finding start"); ++ endp = slow(m, m->coldp, stop, gf, gl); ++ if (endp != NULL) ++ break; ++ assert(m->coldp < m->endp); ++ m->coldp++; ++ } ++ if (nmatch == 1 && !g->backrefs) ++ break; /* no further info needed */ ++ ++ /* oh my, they want the subexpressions... */ ++ if (m->pmatch == NULL) ++ m->pmatch = (llvm_regmatch_t *)malloc((m->g->nsub + 1) * ++ sizeof(llvm_regmatch_t)); ++ if (m->pmatch == NULL) { ++ STATETEARDOWN(m); ++ return(REG_ESPACE); ++ } ++ for (i = 1; i <= m->g->nsub; i++) ++ m->pmatch[i].rm_so = m->pmatch[i].rm_eo = -1; ++ if (!g->backrefs && !(m->eflags®_BACKR)) { ++ NOTE("dissecting"); ++ dp = dissect(m, m->coldp, endp, gf, gl); ++ } else { ++ if (g->nplus > 0 && m->lastpos == NULL) ++ m->lastpos = (const char **)malloc((g->nplus+1) * ++ sizeof(char *)); ++ if (g->nplus > 0 && m->lastpos == NULL) { ++ free(m->pmatch); ++ STATETEARDOWN(m); ++ return(REG_ESPACE); ++ } ++ NOTE("backref dissect"); ++ dp = backref(m, m->coldp, endp, gf, gl, (sopno)0, 0); ++ } ++ if (dp != NULL) ++ break; ++ ++ /* uh-oh... we couldn't find a subexpression-level match */ ++ assert(g->backrefs); /* must be back references doing it */ ++ assert(g->nplus == 0 || m->lastpos != NULL); ++ for (;;) { ++ if (dp != NULL || endp <= m->coldp) ++ break; /* defeat */ ++ NOTE("backoff"); ++ endp = slow(m, m->coldp, endp-1, gf, gl); ++ if (endp == NULL) ++ break; /* defeat */ ++ /* try it on a shorter possibility */ ++#ifndef NDEBUG ++ for (i = 1; i <= m->g->nsub; i++) { ++ assert(m->pmatch[i].rm_so == -1); ++ assert(m->pmatch[i].rm_eo == -1); ++ } ++#endif ++ NOTE("backoff dissect"); ++ dp = backref(m, m->coldp, endp, gf, gl, (sopno)0, 0); ++ } ++ assert(dp == NULL || dp == endp); ++ if (dp != NULL) /* found a shorter one */ ++ break; ++ ++ /* despite initial appearances, there is no match here */ ++ NOTE("false alarm"); ++ if (m->coldp == stop) ++ break; ++ start = m->coldp + 1; /* recycle starting later */ ++ } ++ ++ /* fill in the details if requested */ ++ if (nmatch > 0) { ++ pmatch[0].rm_so = m->coldp - m->offp; ++ pmatch[0].rm_eo = endp - m->offp; ++ } ++ if (nmatch > 1) { ++ assert(m->pmatch != NULL); ++ for (i = 1; i < nmatch; i++) ++ if (i <= m->g->nsub) ++ pmatch[i] = m->pmatch[i]; ++ else { ++ pmatch[i].rm_so = -1; ++ pmatch[i].rm_eo = -1; ++ } ++ } ++ ++ if (m->pmatch != NULL) ++ free((char *)m->pmatch); ++ if (m->lastpos != NULL) ++ free((char *)m->lastpos); ++ STATETEARDOWN(m); ++ return(0); ++} ++ ++/* ++ - dissect - figure out what matched what, no back references ++ */ ++static const char * /* == stop (success) always */ ++dissect(struct match *m, const char *start, const char *stop, sopno startst, ++ sopno stopst) ++{ ++ int i; ++ sopno ss; /* start sop of current subRE */ ++ sopno es; /* end sop of current subRE */ ++ const char *sp; /* start of string matched by it */ ++ const char *stp; /* string matched by it cannot pass here */ ++ const char *rest; /* start of rest of string */ ++ const char *tail; /* string unmatched by rest of RE */ ++ sopno ssub; /* start sop of subsubRE */ ++ sopno esub; /* end sop of subsubRE */ ++ const char *ssp; /* start of string matched by subsubRE */ ++ const char *sep; /* end of string matched by subsubRE */ ++ const char *oldssp; /* previous ssp */ ++ ++ AT("diss", start, stop, startst, stopst); ++ sp = start; ++ for (ss = startst; ss < stopst; ss = es) { ++ /* identify end of subRE */ ++ es = ss; ++ switch (OP(m->g->strip[es])) { ++ case OPLUS_: ++ case OQUEST_: ++ es += OPND(m->g->strip[es]); ++ break; ++ case OCH_: ++ while (OP(m->g->strip[es]) != O_CH) ++ es += OPND(m->g->strip[es]); ++ break; ++ } ++ es++; ++ ++ /* figure out what it matched */ ++ switch (OP(m->g->strip[ss])) { ++ case OEND: ++ assert(nope); ++ break; ++ case OCHAR: ++ sp++; ++ break; ++ case OBOL: ++ case OEOL: ++ case OBOW: ++ case OEOW: ++ break; ++ case OANY: ++ case OANYOF: ++ sp++; ++ break; ++ case OBACK_: ++ case O_BACK: ++ assert(nope); ++ break; ++ /* cases where length of match is hard to find */ ++ case OQUEST_: ++ stp = stop; ++ for (;;) { ++ /* how long could this one be? */ ++ rest = slow(m, sp, stp, ss, es); ++ assert(rest != NULL); /* it did match */ ++ /* could the rest match the rest? */ ++ tail = slow(m, rest, stop, es, stopst); ++ if (tail == stop) ++ break; /* yes! */ ++ /* no -- try a shorter match for this one */ ++ stp = rest - 1; ++ assert(stp >= sp); /* it did work */ ++ } ++ ssub = ss + 1; ++ esub = es - 1; ++ /* did innards match? */ ++ if (slow(m, sp, rest, ssub, esub) != NULL) { ++ const char *dp = dissect(m, sp, rest, ssub, esub); ++ (void)dp; /* avoid warning if assertions off */ ++ assert(dp == rest); ++ } else /* no */ ++ assert(sp == rest); ++ sp = rest; ++ break; ++ case OPLUS_: ++ stp = stop; ++ for (;;) { ++ /* how long could this one be? */ ++ rest = slow(m, sp, stp, ss, es); ++ assert(rest != NULL); /* it did match */ ++ /* could the rest match the rest? */ ++ tail = slow(m, rest, stop, es, stopst); ++ if (tail == stop) ++ break; /* yes! */ ++ /* no -- try a shorter match for this one */ ++ stp = rest - 1; ++ assert(stp >= sp); /* it did work */ ++ } ++ ssub = ss + 1; ++ esub = es - 1; ++ ssp = sp; ++ oldssp = ssp; ++ for (;;) { /* find last match of innards */ ++ sep = slow(m, ssp, rest, ssub, esub); ++ if (sep == NULL || sep == ssp) ++ break; /* failed or matched null */ ++ oldssp = ssp; /* on to next try */ ++ ssp = sep; ++ } ++ if (sep == NULL) { ++ /* last successful match */ ++ sep = ssp; ++ ssp = oldssp; ++ } ++ assert(sep == rest); /* must exhaust substring */ ++ assert(slow(m, ssp, sep, ssub, esub) == rest); ++ { ++ const char *dp = dissect(m, ssp, sep, ssub, esub); ++ (void)dp; /* avoid warning if assertions off */ ++ assert(dp == sep); ++ } ++ sp = rest; ++ break; ++ case OCH_: ++ stp = stop; ++ for (;;) { ++ /* how long could this one be? */ ++ rest = slow(m, sp, stp, ss, es); ++ assert(rest != NULL); /* it did match */ ++ /* could the rest match the rest? */ ++ tail = slow(m, rest, stop, es, stopst); ++ if (tail == stop) ++ break; /* yes! */ ++ /* no -- try a shorter match for this one */ ++ stp = rest - 1; ++ assert(stp >= sp); /* it did work */ ++ } ++ ssub = ss + 1; ++ esub = ss + OPND(m->g->strip[ss]) - 1; ++ assert(OP(m->g->strip[esub]) == OOR1); ++ for (;;) { /* find first matching branch */ ++ if (slow(m, sp, rest, ssub, esub) == rest) ++ break; /* it matched all of it */ ++ /* that one missed, try next one */ ++ assert(OP(m->g->strip[esub]) == OOR1); ++ esub++; ++ assert(OP(m->g->strip[esub]) == OOR2); ++ ssub = esub + 1; ++ esub += OPND(m->g->strip[esub]); ++ if (OP(m->g->strip[esub]) == OOR2) ++ esub--; ++ else ++ assert(OP(m->g->strip[esub]) == O_CH); ++ } ++ { ++ const char *dp = dissect(m, sp, rest, ssub, esub); ++ (void)dp; /* avoid warning if assertions off */ ++ assert(dp == rest); ++ } ++ sp = rest; ++ break; ++ case O_PLUS: ++ case O_QUEST: ++ case OOR1: ++ case OOR2: ++ case O_CH: ++ assert(nope); ++ break; ++ case OLPAREN: ++ i = OPND(m->g->strip[ss]); ++ assert(0 < i && i <= m->g->nsub); ++ m->pmatch[i].rm_so = sp - m->offp; ++ break; ++ case ORPAREN: ++ i = OPND(m->g->strip[ss]); ++ assert(0 < i && i <= m->g->nsub); ++ m->pmatch[i].rm_eo = sp - m->offp; ++ break; ++ default: /* uh oh */ ++ assert(nope); ++ break; ++ } ++ } ++ ++ assert(sp == stop); ++ return(sp); ++} ++ ++/* ++ - backref - figure out what matched what, figuring in back references ++ */ ++static const char * /* == stop (success) or NULL (failure) */ ++backref(struct match *m, const char *start, const char *stop, sopno startst, ++ sopno stopst, sopno lev, int rec) /* PLUS nesting level */ ++{ ++ int i; ++ sopno ss; /* start sop of current subRE */ ++ const char *sp; /* start of string matched by it */ ++ sopno ssub; /* start sop of subsubRE */ ++ sopno esub; /* end sop of subsubRE */ ++ const char *ssp; /* start of string matched by subsubRE */ ++ const char *dp; ++ size_t len; ++ int hard; ++ sop s; ++ llvm_regoff_t offsave; ++ cset *cs; ++ ++ AT("back", start, stop, startst, stopst); ++ sp = start; ++ ++ /* get as far as we can with easy stuff */ ++ hard = 0; ++ for (ss = startst; !hard && ss < stopst; ss++) ++ switch (OP(s = m->g->strip[ss])) { ++ case OCHAR: ++ if (sp == stop || *sp++ != (char)OPND(s)) ++ return(NULL); ++ break; ++ case OANY: ++ if (sp == stop) ++ return(NULL); ++ sp++; ++ break; ++ case OANYOF: ++ cs = &m->g->sets[OPND(s)]; ++ if (sp == stop || !CHIN(cs, *sp++)) ++ return(NULL); ++ break; ++ case OBOL: ++ if ( (sp == m->beginp && !(m->eflags®_NOTBOL)) || ++ (sp < m->endp && *(sp-1) == '\n' && ++ (m->g->cflags®_NEWLINE)) ) ++ { /* yes */ } ++ else ++ return(NULL); ++ break; ++ case OEOL: ++ if ( (sp == m->endp && !(m->eflags®_NOTEOL)) || ++ (sp < m->endp && *sp == '\n' && ++ (m->g->cflags®_NEWLINE)) ) ++ { /* yes */ } ++ else ++ return(NULL); ++ break; ++ case OBOW: ++ if (( (sp == m->beginp && !(m->eflags®_NOTBOL)) || ++ (sp < m->endp && *(sp-1) == '\n' && ++ (m->g->cflags®_NEWLINE)) || ++ (sp > m->beginp && ++ !ISWORD(*(sp-1))) ) && ++ (sp < m->endp && ISWORD(*sp)) ) ++ { /* yes */ } ++ else ++ return(NULL); ++ break; ++ case OEOW: ++ if (( (sp == m->endp && !(m->eflags®_NOTEOL)) || ++ (sp < m->endp && *sp == '\n' && ++ (m->g->cflags®_NEWLINE)) || ++ (sp < m->endp && !ISWORD(*sp)) ) && ++ (sp > m->beginp && ISWORD(*(sp-1))) ) ++ { /* yes */ } ++ else ++ return(NULL); ++ break; ++ case O_QUEST: ++ break; ++ case OOR1: /* matches null but needs to skip */ ++ ss++; ++ s = m->g->strip[ss]; ++ do { ++ assert(OP(s) == OOR2); ++ ss += OPND(s); ++ } while (OP(s = m->g->strip[ss]) != O_CH); ++ /* note that the ss++ gets us past the O_CH */ ++ break; ++ default: /* have to make a choice */ ++ hard = 1; ++ break; ++ } ++ if (!hard) { /* that was it! */ ++ if (sp != stop) ++ return(NULL); ++ return(sp); ++ } ++ ss--; /* adjust for the for's final increment */ ++ ++ /* the hard stuff */ ++ AT("hard", sp, stop, ss, stopst); ++ s = m->g->strip[ss]; ++ switch (OP(s)) { ++ case OBACK_: /* the vilest depths */ ++ i = OPND(s); ++ assert(0 < i && i <= m->g->nsub); ++ if (m->pmatch[i].rm_eo == -1) ++ return(NULL); ++ assert(m->pmatch[i].rm_so != -1); ++ len = m->pmatch[i].rm_eo - m->pmatch[i].rm_so; ++ if (len == 0 && rec++ > MAX_RECURSION) ++ return(NULL); ++ assert(stop - m->beginp >= len); ++ if (sp > stop - len) ++ return(NULL); /* not enough left to match */ ++ ssp = m->offp + m->pmatch[i].rm_so; ++ if (memcmp(sp, ssp, len) != 0) ++ return(NULL); ++ while (m->g->strip[ss] != SOP(O_BACK, i)) ++ ss++; ++ return(backref(m, sp+len, stop, ss+1, stopst, lev, rec)); ++ break; ++ case OQUEST_: /* to null or not */ ++ dp = backref(m, sp, stop, ss+1, stopst, lev, rec); ++ if (dp != NULL) ++ return(dp); /* not */ ++ return(backref(m, sp, stop, ss+OPND(s)+1, stopst, lev, rec)); ++ break; ++ case OPLUS_: ++ assert(m->lastpos != NULL); ++ assert(lev+1 <= m->g->nplus); ++ m->lastpos[lev+1] = sp; ++ return(backref(m, sp, stop, ss+1, stopst, lev+1, rec)); ++ break; ++ case O_PLUS: ++ if (sp == m->lastpos[lev]) /* last pass matched null */ ++ return(backref(m, sp, stop, ss+1, stopst, lev-1, rec)); ++ /* try another pass */ ++ m->lastpos[lev] = sp; ++ dp = backref(m, sp, stop, ss-OPND(s)+1, stopst, lev, rec); ++ if (dp == NULL) ++ return(backref(m, sp, stop, ss+1, stopst, lev-1, rec)); ++ else ++ return(dp); ++ break; ++ case OCH_: /* find the right one, if any */ ++ ssub = ss + 1; ++ esub = ss + OPND(s) - 1; ++ assert(OP(m->g->strip[esub]) == OOR1); ++ for (;;) { /* find first matching branch */ ++ dp = backref(m, sp, stop, ssub, esub, lev, rec); ++ if (dp != NULL) ++ return(dp); ++ /* that one missed, try next one */ ++ if (OP(m->g->strip[esub]) == O_CH) ++ return(NULL); /* there is none */ ++ esub++; ++ assert(OP(m->g->strip[esub]) == OOR2); ++ ssub = esub + 1; ++ esub += OPND(m->g->strip[esub]); ++ if (OP(m->g->strip[esub]) == OOR2) ++ esub--; ++ else ++ assert(OP(m->g->strip[esub]) == O_CH); ++ } ++ break; ++ case OLPAREN: /* must undo assignment if rest fails */ ++ i = OPND(s); ++ assert(0 < i && i <= m->g->nsub); ++ offsave = m->pmatch[i].rm_so; ++ m->pmatch[i].rm_so = sp - m->offp; ++ dp = backref(m, sp, stop, ss+1, stopst, lev, rec); ++ if (dp != NULL) ++ return(dp); ++ m->pmatch[i].rm_so = offsave; ++ return(NULL); ++ break; ++ case ORPAREN: /* must undo assignment if rest fails */ ++ i = OPND(s); ++ assert(0 < i && i <= m->g->nsub); ++ offsave = m->pmatch[i].rm_eo; ++ m->pmatch[i].rm_eo = sp - m->offp; ++ dp = backref(m, sp, stop, ss+1, stopst, lev, rec); ++ if (dp != NULL) ++ return(dp); ++ m->pmatch[i].rm_eo = offsave; ++ return(NULL); ++ break; ++ default: /* uh oh */ ++ assert(nope); ++ break; ++ } ++ ++ /* "can't happen" */ ++ assert(nope); ++ /* NOTREACHED */ ++ return NULL; ++} ++ ++/* ++ - fast - step through the string at top speed ++ */ ++static const char * /* where tentative match ended, or NULL */ ++fast(struct match *m, const char *start, const char *stop, sopno startst, ++ sopno stopst) ++{ ++ states st = m->st; ++ states fresh = m->fresh; ++ states tmp = m->tmp; ++ const char *p = start; ++ int c = (start == m->beginp) ? OUT : *(start-1); ++ int lastc; /* previous c */ ++ int flagch; ++ int i; ++ const char *coldp; /* last p after which no match was underway */ ++ ++ CLEAR(st); ++ SET1(st, startst); ++ st = step(m->g, startst, stopst, st, NOTHING, st); ++ ASSIGN(fresh, st); ++ SP("start", st, *p); ++ coldp = NULL; ++ for (;;) { ++ /* next character */ ++ lastc = c; ++ c = (p == m->endp) ? OUT : *p; ++ if (EQ(st, fresh)) ++ coldp = p; ++ ++ /* is there an EOL and/or BOL between lastc and c? */ ++ flagch = '\0'; ++ i = 0; ++ if ( (lastc == '\n' && m->g->cflags®_NEWLINE) || ++ (lastc == OUT && !(m->eflags®_NOTBOL)) ) { ++ flagch = BOL; ++ i = m->g->nbol; ++ } ++ if ( (c == '\n' && m->g->cflags®_NEWLINE) || ++ (c == OUT && !(m->eflags®_NOTEOL)) ) { ++ flagch = (flagch == BOL) ? BOLEOL : EOL; ++ i += m->g->neol; ++ } ++ if (i != 0) { ++ for (; i > 0; i--) ++ st = step(m->g, startst, stopst, st, flagch, st); ++ SP("boleol", st, c); ++ } ++ ++ /* how about a word boundary? */ ++ if ( (flagch == BOL || (lastc != OUT && !ISWORD(lastc))) && ++ (c != OUT && ISWORD(c)) ) { ++ flagch = BOW; ++ } ++ if ( (lastc != OUT && ISWORD(lastc)) && ++ (flagch == EOL || (c != OUT && !ISWORD(c))) ) { ++ flagch = EOW; ++ } ++ if (flagch == BOW || flagch == EOW) { ++ st = step(m->g, startst, stopst, st, flagch, st); ++ SP("boweow", st, c); ++ } ++ ++ /* are we done? */ ++ if (ISSET(st, stopst) || p == stop) ++ break; /* NOTE BREAK OUT */ ++ ++ /* no, we must deal with this character */ ++ ASSIGN(tmp, st); ++ ASSIGN(st, fresh); ++ assert(c != OUT); ++ st = step(m->g, startst, stopst, tmp, c, st); ++ SP("aft", st, c); ++ assert(EQ(step(m->g, startst, stopst, st, NOTHING, st), st)); ++ p++; ++ } ++ ++ assert(coldp != NULL); ++ m->coldp = coldp; ++ if (ISSET(st, stopst)) ++ return(p+1); ++ else ++ return(NULL); ++} ++ ++/* ++ - slow - step through the string more deliberately ++ */ ++static const char * /* where it ended */ ++slow(struct match *m, const char *start, const char *stop, sopno startst, ++ sopno stopst) ++{ ++ states st = m->st; ++ states empty = m->empty; ++ states tmp = m->tmp; ++ const char *p = start; ++ int c = (start == m->beginp) ? OUT : *(start-1); ++ int lastc; /* previous c */ ++ int flagch; ++ int i; ++ const char *matchp; /* last p at which a match ended */ ++ ++ AT("slow", start, stop, startst, stopst); ++ CLEAR(st); ++ SET1(st, startst); ++ SP("sstart", st, *p); ++ st = step(m->g, startst, stopst, st, NOTHING, st); ++ matchp = NULL; ++ for (;;) { ++ /* next character */ ++ lastc = c; ++ c = (p == m->endp) ? OUT : *p; ++ ++ /* is there an EOL and/or BOL between lastc and c? */ ++ flagch = '\0'; ++ i = 0; ++ if ( (lastc == '\n' && m->g->cflags®_NEWLINE) || ++ (lastc == OUT && !(m->eflags®_NOTBOL)) ) { ++ flagch = BOL; ++ i = m->g->nbol; ++ } ++ if ( (c == '\n' && m->g->cflags®_NEWLINE) || ++ (c == OUT && !(m->eflags®_NOTEOL)) ) { ++ flagch = (flagch == BOL) ? BOLEOL : EOL; ++ i += m->g->neol; ++ } ++ if (i != 0) { ++ for (; i > 0; i--) ++ st = step(m->g, startst, stopst, st, flagch, st); ++ SP("sboleol", st, c); ++ } ++ ++ /* how about a word boundary? */ ++ if ( (flagch == BOL || (lastc != OUT && !ISWORD(lastc))) && ++ (c != OUT && ISWORD(c)) ) { ++ flagch = BOW; ++ } ++ if ( (lastc != OUT && ISWORD(lastc)) && ++ (flagch == EOL || (c != OUT && !ISWORD(c))) ) { ++ flagch = EOW; ++ } ++ if (flagch == BOW || flagch == EOW) { ++ st = step(m->g, startst, stopst, st, flagch, st); ++ SP("sboweow", st, c); ++ } ++ ++ /* are we done? */ ++ if (ISSET(st, stopst)) ++ matchp = p; ++ if (EQ(st, empty) || p == stop) ++ break; /* NOTE BREAK OUT */ ++ ++ /* no, we must deal with this character */ ++ ASSIGN(tmp, st); ++ ASSIGN(st, empty); ++ assert(c != OUT); ++ st = step(m->g, startst, stopst, tmp, c, st); ++ SP("saft", st, c); ++ assert(EQ(step(m->g, startst, stopst, st, NOTHING, st), st)); ++ p++; ++ } ++ ++ return(matchp); ++} ++ ++ ++/* ++ - step - map set of states reachable before char to set reachable after ++ */ ++static states ++step(struct re_guts *g, ++ sopno start, /* start state within strip */ ++ sopno stop, /* state after stop state within strip */ ++ states bef, /* states reachable before */ ++ int ch, /* character or NONCHAR code */ ++ states aft) /* states already known reachable after */ ++{ ++ cset *cs; ++ sop s; ++ sopno pc; ++ onestate here; /* note, macros know this name */ ++ sopno look; ++ int i; ++ ++ for (pc = start, INIT(here, pc); pc != stop; pc++, INC(here)) { ++ s = g->strip[pc]; ++ switch (OP(s)) { ++ case OEND: ++ assert(pc == stop-1); ++ break; ++ case OCHAR: ++ /* only characters can match */ ++ assert(!NONCHAR(ch) || ch != (char)OPND(s)); ++ if (ch == (char)OPND(s)) ++ FWD(aft, bef, 1); ++ break; ++ case OBOL: ++ if (ch == BOL || ch == BOLEOL) ++ FWD(aft, bef, 1); ++ break; ++ case OEOL: ++ if (ch == EOL || ch == BOLEOL) ++ FWD(aft, bef, 1); ++ break; ++ case OBOW: ++ if (ch == BOW) ++ FWD(aft, bef, 1); ++ break; ++ case OEOW: ++ if (ch == EOW) ++ FWD(aft, bef, 1); ++ break; ++ case OANY: ++ if (!NONCHAR(ch)) ++ FWD(aft, bef, 1); ++ break; ++ case OANYOF: ++ cs = &g->sets[OPND(s)]; ++ if (!NONCHAR(ch) && CHIN(cs, ch)) ++ FWD(aft, bef, 1); ++ break; ++ case OBACK_: /* ignored here */ ++ case O_BACK: ++ FWD(aft, aft, 1); ++ break; ++ case OPLUS_: /* forward, this is just an empty */ ++ FWD(aft, aft, 1); ++ break; ++ case O_PLUS: /* both forward and back */ ++ FWD(aft, aft, 1); ++ i = ISSETBACK(aft, OPND(s)); ++ BACK(aft, aft, OPND(s)); ++ if (!i && ISSETBACK(aft, OPND(s))) { ++ /* oho, must reconsider loop body */ ++ pc -= OPND(s) + 1; ++ INIT(here, pc); ++ } ++ break; ++ case OQUEST_: /* two branches, both forward */ ++ FWD(aft, aft, 1); ++ FWD(aft, aft, OPND(s)); ++ break; ++ case O_QUEST: /* just an empty */ ++ FWD(aft, aft, 1); ++ break; ++ case OLPAREN: /* not significant here */ ++ case ORPAREN: ++ FWD(aft, aft, 1); ++ break; ++ case OCH_: /* mark the first two branches */ ++ FWD(aft, aft, 1); ++ assert(OP(g->strip[pc+OPND(s)]) == OOR2); ++ FWD(aft, aft, OPND(s)); ++ break; ++ case OOR1: /* done a branch, find the O_CH */ ++ if (ISSTATEIN(aft, here)) { ++ for (look = 1; ++ OP(s = g->strip[pc+look]) != O_CH; ++ look += OPND(s)) ++ assert(OP(s) == OOR2); ++ FWD(aft, aft, look); ++ } ++ break; ++ case OOR2: /* propagate OCH_'s marking */ ++ FWD(aft, aft, 1); ++ if (OP(g->strip[pc+OPND(s)]) != O_CH) { ++ assert(OP(g->strip[pc+OPND(s)]) == OOR2); ++ FWD(aft, aft, OPND(s)); ++ } ++ break; ++ case O_CH: /* just empty */ ++ FWD(aft, aft, 1); ++ break; ++ default: /* ooooops... */ ++ assert(nope); ++ break; ++ } ++ } ++ ++ return(aft); ++} ++ ++#ifdef REDEBUG ++/* ++ - print - print a set of states ++ */ ++static void ++print(struct match *m, char *caption, states st, int ch, FILE *d) ++{ ++ struct re_guts *g = m->g; ++ int i; ++ int first = 1; ++ ++ if (!(m->eflags®_TRACE)) ++ return; ++ ++ (void)fprintf(d, "%s", caption); ++ if (ch != '\0') ++ (void)fprintf(d, " %s", pchar(ch)); ++ for (i = 0; i < g->nstates; i++) ++ if (ISSET(st, i)) { ++ (void)fprintf(d, "%s%d", (first) ? "\t" : ", ", i); ++ first = 0; ++ } ++ (void)fprintf(d, "\n"); ++} ++ ++/* ++ - at - print current situation ++ */ ++static void ++at(struct match *m, char *title, char *start, char *stop, sopno startst, ++ sopno stopst) ++{ ++ if (!(m->eflags®_TRACE)) ++ return; ++ ++ (void)printf("%s %s-", title, pchar(*start)); ++ (void)printf("%s ", pchar(*stop)); ++ (void)printf("%ld-%ld\n", (long)startst, (long)stopst); ++} ++ ++#ifndef PCHARDONE ++#define PCHARDONE /* never again */ ++/* ++ - pchar - make a character printable ++ * ++ * Is this identical to regchar() over in debug.c? Well, yes. But a ++ * duplicate here avoids having a debugging-capable regexec.o tied to ++ * a matching debug.o, and this is convenient. It all disappears in ++ * the non-debug compilation anyway, so it doesn't matter much. ++ */ ++static char * /* -> representation */ ++pchar(int ch) ++{ ++ static char pbuf[10]; ++ ++ if (isprint(ch) || ch == ' ') ++ (void)snprintf(pbuf, sizeof pbuf, "%c", ch); ++ else ++ (void)snprintf(pbuf, sizeof pbuf, "\\%o", ch); ++ return(pbuf); ++} ++#endif ++#endif ++ ++#undef matcher ++#undef fast ++#undef slow ++#undef dissect ++#undef backref ++#undef step ++#undef print ++#undef at ++#undef match ++#undef nope diff --git a/devel/lldb/patches/patch-include_lldb_Utility_regex2.h b/devel/lldb/patches/patch-include_lldb_Utility_regex2.h new file mode 100644 index 0000000000000..d97f28ffabd99 --- /dev/null +++ b/devel/lldb/patches/patch-include_lldb_Utility_regex2.h @@ -0,0 +1,167 @@ +$NetBSD: patch-include_lldb_Utility_regex2.h,v 1.1 2016/03/28 13:13:55 kamil Exp $ + +--- include/lldb/Utility/regex2.h.orig 2016-01-23 13:45:51.000000000 +0000 ++++ include/lldb/Utility/regex2.h +@@ -0,0 +1,162 @@ ++/*- ++ * This code is derived from OpenBSD's libc/regex, original license follows: ++ * ++ * Copyright (c) 1992, 1993, 1994 Henry Spencer. ++ * Copyright (c) 1992, 1993, 1994 ++ * The Regents of the University of California. All rights reserved. ++ * ++ * This code is derived from software contributed to Berkeley by ++ * Henry Spencer. ++ * ++ * Redistribution and use in source and binary forms, with or without ++ * modification, are permitted provided that the following conditions ++ * are met: ++ * 1. Redistributions of source code must retain the above copyright ++ * notice, this list of conditions and the following disclaimer. ++ * 2. Redistributions in binary form must reproduce the above copyright ++ * notice, this list of conditions and the following disclaimer in the ++ * documentation and/or other materials provided with the distribution. ++ * 3. Neither the name of the University nor the names of its contributors ++ * may be used to endorse or promote products derived from this software ++ * without specific prior written permission. ++ * ++ * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND ++ * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE ++ * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ++ * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE ++ * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL ++ * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS ++ * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) ++ * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT ++ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY ++ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF ++ * SUCH DAMAGE. ++ * ++ * @(#)regex2.h 8.4 (Berkeley) 3/20/94 ++ */ ++ ++#ifndef LLVM_SUPPORT_REGEX2_H ++#define LLVM_SUPPORT_REGEX2_H ++ ++/* ++ * internals of regex_t ++ */ ++#define MAGIC1 ((('r'^0200)<<8) | 'e') ++ ++/* ++ * The internal representation is a *strip*, a sequence of ++ * operators ending with an endmarker. (Some terminology etc. is a ++ * historical relic of earlier versions which used multiple strips.) ++ * Certain oddities in the representation are there to permit running ++ * the machinery backwards; in particular, any deviation from sequential ++ * flow must be marked at both its source and its destination. Some ++ * fine points: ++ * ++ * - OPLUS_ and O_PLUS are *inside* the loop they create. ++ * - OQUEST_ and O_QUEST are *outside* the bypass they create. ++ * - OCH_ and O_CH are *outside* the multi-way branch they create, while ++ * OOR1 and OOR2 are respectively the end and the beginning of one of ++ * the branches. Note that there is an implicit OOR2 following OCH_ ++ * and an implicit OOR1 preceding O_CH. ++ * ++ * In state representations, an operator's bit is on to signify a state ++ * immediately *preceding* "execution" of that operator. ++ */ ++typedef unsigned long sop; /* strip operator */ ++typedef long sopno; ++#define OPRMASK 0xf8000000LU ++#define OPDMASK 0x07ffffffLU ++#define OPSHIFT ((unsigned)27) ++#define OP(n) ((n)&OPRMASK) ++#define OPND(n) ((n)&OPDMASK) ++#define SOP(op, opnd) ((op)|(opnd)) ++/* operators meaning operand */ ++/* (back, fwd are offsets) */ ++#define OEND (1LU< uch [csetsize] */ ++ uch mask; /* bit within array */ ++ uch hash; /* hash code */ ++ size_t smultis; ++ char *multis; /* -> char[smulti] ab\0cd\0ef\0\0 */ ++} cset; ++/* note that CHadd and CHsub are unsafe, and CHIN doesn't yield 0/1 */ ++#define CHadd(cs, c) ((cs)->ptr[(uch)(c)] |= (cs)->mask, (cs)->hash += (c)) ++#define CHsub(cs, c) ((cs)->ptr[(uch)(c)] &= ~(cs)->mask, (cs)->hash -= (c)) ++#define CHIN(cs, c) ((cs)->ptr[(uch)(c)] & (cs)->mask) ++#define MCadd(p, cs, cp) mcadd(p, cs, cp) /* llvm_regcomp() internal fns */ ++#define MCsub(p, cs, cp) mcsub(p, cs, cp) ++#define MCin(p, cs, cp) mcin(p, cs, cp) ++ ++/* stuff for character categories */ ++typedef unsigned char cat_t; ++ ++/* ++ * main compiled-expression structure ++ */ ++struct re_guts { ++ int magic; ++# define MAGIC2 ((('R'^0200)<<8)|'E') ++ sop *strip; /* malloced area for strip */ ++ int csetsize; /* number of bits in a cset vector */ ++ int ncsets; /* number of csets in use */ ++ cset *sets; /* -> cset [ncsets] */ ++ uch *setbits; /* -> uch[csetsize][ncsets/CHAR_BIT] */ ++ int cflags; /* copy of llvm_regcomp() cflags argument */ ++ sopno nstates; /* = number of sops */ ++ sopno firststate; /* the initial OEND (normally 0) */ ++ sopno laststate; /* the final OEND */ ++ int iflags; /* internal flags */ ++# define USEBOL 01 /* used ^ */ ++# define USEEOL 02 /* used $ */ ++# define REGEX_BAD 04 /* something wrong */ ++ int nbol; /* number of ^ used */ ++ int neol; /* number of $ used */ ++ int ncategories; /* how many character categories */ ++ cat_t *categories; /* ->catspace[-CHAR_MIN] */ ++ char *must; /* match must contain this string */ ++ int mlen; /* length of must */ ++ size_t nsub; /* copy of re_nsub */ ++ int backrefs; /* does it use back references? */ ++ sopno nplus; /* how deep does it nest +s? */ ++ /* catspace must be last */ ++ cat_t catspace[1]; /* actually [NC] */ ++}; ++ ++/* misc utilities */ ++#define OUT (CHAR_MAX+1) /* a non-character value */ ++#define ISWORD(c) (isalnum(c&0xff) || (c) == '_') ++ ++#endif diff --git a/devel/lldb/patches/patch-include_lldb_Utility_regex__impl.h b/devel/lldb/patches/patch-include_lldb_Utility_regex__impl.h new file mode 100644 index 0000000000000..946f3df8fbbaf --- /dev/null +++ b/devel/lldb/patches/patch-include_lldb_Utility_regex__impl.h @@ -0,0 +1,113 @@ +$NetBSD: patch-include_lldb_Utility_regex__impl.h,v 1.1 2016/03/28 13:13:55 kamil Exp $ + +--- include/lldb/Utility/regex_impl.h.orig 2016-01-23 13:45:51.000000000 +0000 ++++ include/lldb/Utility/regex_impl.h +@@ -0,0 +1,108 @@ ++/*- ++ * This code is derived from OpenBSD's libc/regex, original license follows: ++ * ++ * Copyright (c) 1992 Henry Spencer. ++ * Copyright (c) 1992, 1993 ++ * The Regents of the University of California. All rights reserved. ++ * ++ * This code is derived from software contributed to Berkeley by ++ * Henry Spencer of the University of Toronto. ++ * ++ * Redistribution and use in source and binary forms, with or without ++ * modification, are permitted provided that the following conditions ++ * are met: ++ * 1. Redistributions of source code must retain the above copyright ++ * notice, this list of conditions and the following disclaimer. ++ * 2. Redistributions in binary form must reproduce the above copyright ++ * notice, this list of conditions and the following disclaimer in the ++ * documentation and/or other materials provided with the distribution. ++ * 3. Neither the name of the University nor the names of its contributors ++ * may be used to endorse or promote products derived from this software ++ * without specific prior written permission. ++ * ++ * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND ++ * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE ++ * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ++ * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE ++ * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL ++ * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS ++ * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) ++ * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT ++ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY ++ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF ++ * SUCH DAMAGE. ++ * ++ * @(#)regex.h 8.1 (Berkeley) 6/2/93 ++ */ ++ ++#ifndef _REGEX_H_ ++#define _REGEX_H_ ++ ++#include ++typedef off_t llvm_regoff_t; ++typedef struct { ++ llvm_regoff_t rm_so; /* start of match */ ++ llvm_regoff_t rm_eo; /* end of match */ ++} llvm_regmatch_t; ++ ++typedef struct llvm_regex { ++ int re_magic; ++ size_t re_nsub; /* number of parenthesized subexpressions */ ++ const char *re_endp; /* end pointer for REG_PEND */ ++ struct re_guts *re_g; /* none of your business :-) */ ++} llvm_regex_t; ++ ++/* llvm_regcomp() flags */ ++#define REG_BASIC 0000 ++#define REG_EXTENDED 0001 ++#define REG_ICASE 0002 ++#define REG_NOSUB 0004 ++#define REG_NEWLINE 0010 ++#define REG_NOSPEC 0020 ++#define REG_PEND 0040 ++#define REG_DUMP 0200 ++ ++/* llvm_regerror() flags */ ++#define REG_NOMATCH 1 ++#define REG_BADPAT 2 ++#define REG_ECOLLATE 3 ++#define REG_ECTYPE 4 ++#define REG_EESCAPE 5 ++#define REG_ESUBREG 6 ++#define REG_EBRACK 7 ++#define REG_EPAREN 8 ++#define REG_EBRACE 9 ++#define REG_BADBR 10 ++#define REG_ERANGE 11 ++#define REG_ESPACE 12 ++#define REG_BADRPT 13 ++#define REG_EMPTY 14 ++#define REG_ASSERT 15 ++#define REG_INVARG 16 ++#define REG_ATOI 255 /* convert name to number (!) */ ++#define REG_ITOA 0400 /* convert number to name (!) */ ++ ++/* llvm_regexec() flags */ ++#define REG_NOTBOL 00001 ++#define REG_NOTEOL 00002 ++#define REG_STARTEND 00004 ++#define REG_TRACE 00400 /* tracing of execution */ ++#define REG_LARGE 01000 /* force large representation */ ++#define REG_BACKR 02000 /* force use of backref code */ ++ ++#ifdef __cplusplus ++extern "C" { ++#endif ++ ++int llvm_regcomp(llvm_regex_t *, const char *, int); ++size_t llvm_regerror(int, const llvm_regex_t *, char *, size_t); ++int llvm_regexec(const llvm_regex_t *, const char *, size_t, ++ llvm_regmatch_t [], int); ++void llvm_regfree(llvm_regex_t *); ++size_t llvm_strlcpy(char *dst, const char *src, size_t siz); ++ ++#ifdef __cplusplus ++} ++#endif ++ ++#endif /* !_REGEX_H_ */ diff --git a/devel/lldb/patches/patch-include_lldb_Utility_regutils.h b/devel/lldb/patches/patch-include_lldb_Utility_regutils.h new file mode 100644 index 0000000000000..cd5a6bf35333d --- /dev/null +++ b/devel/lldb/patches/patch-include_lldb_Utility_regutils.h @@ -0,0 +1,63 @@ +$NetBSD: patch-include_lldb_Utility_regutils.h,v 1.1 2016/03/28 13:13:55 kamil Exp $ + +--- include/lldb/Utility/regutils.h.orig 2016-01-23 13:45:52.000000000 +0000 ++++ include/lldb/Utility/regutils.h +@@ -0,0 +1,58 @@ ++/*- ++ * This code is derived from OpenBSD's libc/regex, original license follows: ++ * ++ * Copyright (c) 1992, 1993, 1994 Henry Spencer. ++ * Copyright (c) 1992, 1993, 1994 ++ * The Regents of the University of California. All rights reserved. ++ * ++ * This code is derived from software contributed to Berkeley by ++ * Henry Spencer. ++ * ++ * Redistribution and use in source and binary forms, with or without ++ * modification, are permitted provided that the following conditions ++ * are met: ++ * 1. Redistributions of source code must retain the above copyright ++ * notice, this list of conditions and the following disclaimer. ++ * 2. Redistributions in binary form must reproduce the above copyright ++ * notice, this list of conditions and the following disclaimer in the ++ * documentation and/or other materials provided with the distribution. ++ * 3. Neither the name of the University nor the names of its contributors ++ * may be used to endorse or promote products derived from this software ++ * without specific prior written permission. ++ * ++ * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND ++ * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE ++ * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ++ * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE ++ * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL ++ * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS ++ * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) ++ * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT ++ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY ++ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF ++ * SUCH DAMAGE. ++ * ++ * @(#)utils.h 8.3 (Berkeley) 3/20/94 ++ */ ++ ++#ifndef LLVM_SUPPORT_REGUTILS_H ++#define LLVM_SUPPORT_REGUTILS_H ++ ++/* utility definitions */ ++#define NC (CHAR_MAX - CHAR_MIN + 1) ++typedef unsigned char uch; ++ ++/* switch off assertions (if not already off) if no REDEBUG */ ++#ifndef REDEBUG ++#ifndef NDEBUG ++#define NDEBUG /* no assertions please */ ++#endif ++#endif ++#include ++ ++/* for old systems with bcopy() but no memmove() */ ++#ifdef USEBCOPY ++#define memmove(d, s, c) bcopy(s, d, c) ++#endif ++ ++#endif diff --git a/devel/lldb/patches/patch-scripts_CMakeLists.txt b/devel/lldb/patches/patch-scripts_CMakeLists.txt new file mode 100644 index 0000000000000..a236b0d515638 --- /dev/null +++ b/devel/lldb/patches/patch-scripts_CMakeLists.txt @@ -0,0 +1,13 @@ +$NetBSD: patch-scripts_CMakeLists.txt,v 1.1 2016/03/28 13:13:55 kamil Exp $ + +--- scripts/CMakeLists.txt.orig 2015-12-06 02:57:30.000000000 +0000 ++++ scripts/CMakeLists.txt +@@ -9,6 +9,8 @@ set(SWIG_HEADERS + ${LLDB_SOURCE_DIR}/include/lldb/lldb-versioning.h + ) + ++include(FindPythonInterp) ++ + find_package(SWIG REQUIRED) + add_custom_command( + OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/LLDBWrapPython.cpp diff --git a/devel/lldb/patches/patch-scripts_Python_finishSwigPythonLLDB.py b/devel/lldb/patches/patch-scripts_Python_finishSwigPythonLLDB.py new file mode 100644 index 0000000000000..5baa39f3a133b --- /dev/null +++ b/devel/lldb/patches/patch-scripts_Python_finishSwigPythonLLDB.py @@ -0,0 +1,17 @@ +$NetBSD: patch-scripts_Python_finishSwigPythonLLDB.py,v 1.1 2016/03/28 13:13:55 kamil Exp $ + +Don't conflict with lang/py-six. + +--- scripts/Python/finishSwigPythonLLDB.py.orig 2016-02-21 02:08:07.000000000 +0000 ++++ scripts/Python/finishSwigPythonLLDB.py +@@ -719,8 +719,8 @@ def main(vDictArgs): + if bOk: + bOk, strMsg = create_symlinks(vDictArgs, strFrameworkPythonDir) + +- if bOk: +- bOk, strMsg = copy_six(vDictArgs, strFrameworkPythonDir) ++ # if bOk: ++ # bOk, strMsg = copy_six(vDictArgs, strFrameworkPythonDir) + + if bOk: + bOk, strMsg = copy_lldbpy_file_to_lldb_pkg_dir(vDictArgs, diff --git a/devel/lldb/patches/patch-scripts_Python_modules_readline_readline.cpp b/devel/lldb/patches/patch-scripts_Python_modules_readline_readline.cpp new file mode 100644 index 0000000000000..e01edad41ffbc --- /dev/null +++ b/devel/lldb/patches/patch-scripts_Python_modules_readline_readline.cpp @@ -0,0 +1,13 @@ +$NetBSD: patch-scripts_Python_modules_readline_readline.cpp,v 1.1 2016/03/28 13:13:55 kamil Exp $ + +--- scripts/Python/modules/readline/readline.cpp.orig 2015-10-19 01:16:17.000000000 +0000 ++++ scripts/Python/modules/readline/readline.cpp +@@ -6,7 +6,7 @@ + #include + + #ifndef LLDB_DISABLE_LIBEDIT +-#include ++#include + #endif + + // Simple implementation of the Python readline module using libedit. diff --git a/devel/lldb/patches/patch-source_Utility_CMakeLists.txt b/devel/lldb/patches/patch-source_Utility_CMakeLists.txt new file mode 100644 index 0000000000000..5e06a61e3c79e --- /dev/null +++ b/devel/lldb/patches/patch-source_Utility_CMakeLists.txt @@ -0,0 +1,14 @@ +$NetBSD: patch-source_Utility_CMakeLists.txt,v 1.1 2016/03/28 13:13:55 kamil Exp $ + +--- source/Utility/CMakeLists.txt.orig 2015-12-06 02:57:30.000000000 +0000 ++++ source/Utility/CMakeLists.txt +@@ -17,4 +17,9 @@ add_lldb_library(lldbUtility + TaskPool.cpp + TimeSpecTimeout.cpp + UriParser.cpp ++ regcomp.c ++ regerror.c ++ regexec.c ++ regfree.c ++ regstrlcpy.c + ) diff --git a/devel/lldb/patches/patch-source_Utility_regcomp.c b/devel/lldb/patches/patch-source_Utility_regcomp.c new file mode 100644 index 0000000000000..08a2a7be94750 --- /dev/null +++ b/devel/lldb/patches/patch-source_Utility_regcomp.c @@ -0,0 +1,1579 @@ +$NetBSD: patch-source_Utility_regcomp.c,v 1.1 2016/03/28 13:13:55 kamil Exp $ + +--- source/Utility/regcomp.c.orig 2016-01-23 13:45:52.000000000 +0000 ++++ source/Utility/regcomp.c +@@ -0,0 +1,1574 @@ ++/*- ++ * This code is derived from OpenBSD's libc/regex, original license follows: ++ * ++ * Copyright (c) 1992, 1993, 1994 Henry Spencer. ++ * Copyright (c) 1992, 1993, 1994 ++ * The Regents of the University of California. All rights reserved. ++ * ++ * This code is derived from software contributed to Berkeley by ++ * Henry Spencer. ++ * ++ * Redistribution and use in source and binary forms, with or without ++ * modification, are permitted provided that the following conditions ++ * are met: ++ * 1. Redistributions of source code must retain the above copyright ++ * notice, this list of conditions and the following disclaimer. ++ * 2. Redistributions in binary form must reproduce the above copyright ++ * notice, this list of conditions and the following disclaimer in the ++ * documentation and/or other materials provided with the distribution. ++ * 3. Neither the name of the University nor the names of its contributors ++ * may be used to endorse or promote products derived from this software ++ * without specific prior written permission. ++ * ++ * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND ++ * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE ++ * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ++ * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE ++ * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL ++ * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS ++ * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) ++ * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT ++ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY ++ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF ++ * SUCH DAMAGE. ++ * ++ * @(#)regcomp.c 8.5 (Berkeley) 3/20/94 ++ */ ++ ++#include ++#include ++#include ++#include ++#include ++#include ++#include "lldb/Utility/regex_impl.h" ++ ++#include "lldb/Utility/regutils.h" ++#include "lldb/Utility/regex2.h" ++ ++#include "lldb/Utility/regcclass.h" ++#include "lldb/Utility/regcname.h" ++ ++//#if HAVE_STDINT_H /* Readd check after obsoleting autoconf */ ++#if 1 ++#include ++#else ++/* Pessimistically bound memory use */ ++#define SIZE_MAX UINT_MAX ++#endif ++ ++/* ++ * parse structure, passed up and down to avoid global variables and ++ * other clumsinesses ++ */ ++struct parse { ++ char *next; /* next character in RE */ ++ char *end; /* end of string (-> NUL normally) */ ++ int error; /* has an error been seen? */ ++ sop *strip; /* malloced strip */ ++ sopno ssize; /* malloced strip size (allocated) */ ++ sopno slen; /* malloced strip length (used) */ ++ int ncsalloc; /* number of csets allocated */ ++ struct re_guts *g; ++# define NPAREN 10 /* we need to remember () 1-9 for back refs */ ++ sopno pbegin[NPAREN]; /* -> ( ([0] unused) */ ++ sopno pend[NPAREN]; /* -> ) ([0] unused) */ ++}; ++ ++static void p_ere(struct parse *, int); ++static void p_ere_exp(struct parse *); ++static void p_str(struct parse *); ++static void p_bre(struct parse *, int, int); ++static int p_simp_re(struct parse *, int); ++static int p_count(struct parse *); ++static void p_bracket(struct parse *); ++static void p_b_term(struct parse *, cset *); ++static void p_b_cclass(struct parse *, cset *); ++static void p_b_eclass(struct parse *, cset *); ++static char p_b_symbol(struct parse *); ++static char p_b_coll_elem(struct parse *, int); ++static char othercase(int); ++static void bothcases(struct parse *, int); ++static void ordinary(struct parse *, int); ++static void nonnewline(struct parse *); ++static void repeat(struct parse *, sopno, int, int); ++static int seterr(struct parse *, int); ++static cset *allocset(struct parse *); ++static void freeset(struct parse *, cset *); ++static int freezeset(struct parse *, cset *); ++static int firstch(struct parse *, cset *); ++static int nch(struct parse *, cset *); ++static void mcadd(struct parse *, cset *, const char *); ++static void mcinvert(struct parse *, cset *); ++static void mccase(struct parse *, cset *); ++static int isinsets(struct re_guts *, int); ++static int samesets(struct re_guts *, int, int); ++static void categorize(struct parse *, struct re_guts *); ++static sopno dupl(struct parse *, sopno, sopno); ++static void doemit(struct parse *, sop, size_t); ++static void doinsert(struct parse *, sop, size_t, sopno); ++static void dofwd(struct parse *, sopno, sop); ++static void enlarge(struct parse *, sopno); ++static void stripsnug(struct parse *, struct re_guts *); ++static void findmust(struct parse *, struct re_guts *); ++static sopno pluscount(struct parse *, struct re_guts *); ++ ++static char nuls[10]; /* place to point scanner in event of error */ ++ ++/* ++ * macros for use with parse structure ++ * BEWARE: these know that the parse structure is named `p' !!! ++ */ ++#define PEEK() (*p->next) ++#define PEEK2() (*(p->next+1)) ++#define MORE() (p->next < p->end) ++#define MORE2() (p->next+1 < p->end) ++#define SEE(c) (MORE() && PEEK() == (c)) ++#define SEETWO(a, b) (MORE() && MORE2() && PEEK() == (a) && PEEK2() == (b)) ++#define EAT(c) ((SEE(c)) ? (NEXT(), 1) : 0) ++#define EATTWO(a, b) ((SEETWO(a, b)) ? (NEXT2(), 1) : 0) ++#define NEXT() (p->next++) ++#define NEXT2() (p->next += 2) ++#define NEXTn(n) (p->next += (n)) ++#define GETNEXT() (*p->next++) ++#define SETERROR(e) seterr(p, (e)) ++#define REQUIRE(co, e) (void)((co) || SETERROR(e)) ++#define MUSTSEE(c, e) (REQUIRE(MORE() && PEEK() == (c), e)) ++#define MUSTEAT(c, e) (REQUIRE(MORE() && GETNEXT() == (c), e)) ++#define MUSTNOTSEE(c, e) (REQUIRE(!MORE() || PEEK() != (c), e)) ++#define EMIT(op, sopnd) doemit(p, (sop)(op), (size_t)(sopnd)) ++#define INSERT(op, pos) doinsert(p, (sop)(op), HERE()-(pos)+1, pos) ++#define AHEAD(pos) dofwd(p, pos, HERE()-(pos)) ++#define ASTERN(sop, pos) EMIT(sop, HERE()-pos) ++#define HERE() (p->slen) ++#define THERE() (p->slen - 1) ++#define THERETHERE() (p->slen - 2) ++#define DROP(n) (p->slen -= (n)) ++ ++#ifdef _POSIX2_RE_DUP_MAX ++#define DUPMAX _POSIX2_RE_DUP_MAX ++#else ++#define DUPMAX 255 ++#endif ++#define INFINITY (DUPMAX + 1) ++ ++#ifndef NDEBUG ++static int never = 0; /* for use in asserts; shuts lint up */ ++#else ++#define never 0 /* some s have bugs too */ ++#endif ++ ++/* ++ - llvm_regcomp - interface for parser and compilation ++ */ ++int /* 0 success, otherwise REG_something */ ++llvm_regcomp(llvm_regex_t *preg, const char *pattern, int cflags) ++{ ++ struct parse pa; ++ struct re_guts *g; ++ struct parse *p = &pa; ++ int i; ++ size_t len; ++#ifdef REDEBUG ++# define GOODFLAGS(f) (f) ++#else ++# define GOODFLAGS(f) ((f)&~REG_DUMP) ++#endif ++ ++ cflags = GOODFLAGS(cflags); ++ if ((cflags®_EXTENDED) && (cflags®_NOSPEC)) ++ return(REG_INVARG); ++ ++ if (cflags®_PEND) { ++ if (preg->re_endp < pattern) ++ return(REG_INVARG); ++ len = preg->re_endp - pattern; ++ } else ++ len = strlen((const char *)pattern); ++ ++ /* do the mallocs early so failure handling is easy */ ++ g = (struct re_guts *)malloc(sizeof(struct re_guts) + ++ (NC-1)*sizeof(cat_t)); ++ if (g == NULL) ++ return(REG_ESPACE); ++ p->ssize = len/(size_t)2*(size_t)3 + (size_t)1; /* ugh */ ++ p->strip = (sop *)calloc(p->ssize, sizeof(sop)); ++ p->slen = 0; ++ if (p->strip == NULL) { ++ free((char *)g); ++ return(REG_ESPACE); ++ } ++ ++ /* set things up */ ++ p->g = g; ++ p->next = (char *)pattern; /* convenience; we do not modify it */ ++ p->end = p->next + len; ++ p->error = 0; ++ p->ncsalloc = 0; ++ for (i = 0; i < NPAREN; i++) { ++ p->pbegin[i] = 0; ++ p->pend[i] = 0; ++ } ++ g->csetsize = NC; ++ g->sets = NULL; ++ g->setbits = NULL; ++ g->ncsets = 0; ++ g->cflags = cflags; ++ g->iflags = 0; ++ g->nbol = 0; ++ g->neol = 0; ++ g->must = NULL; ++ g->mlen = 0; ++ g->nsub = 0; ++ g->ncategories = 1; /* category 0 is "everything else" */ ++ g->categories = &g->catspace[-(CHAR_MIN)]; ++ (void) memset((char *)g->catspace, 0, NC*sizeof(cat_t)); ++ g->backrefs = 0; ++ ++ /* do it */ ++ EMIT(OEND, 0); ++ g->firststate = THERE(); ++ if (cflags®_EXTENDED) ++ p_ere(p, OUT); ++ else if (cflags®_NOSPEC) ++ p_str(p); ++ else ++ p_bre(p, OUT, OUT); ++ EMIT(OEND, 0); ++ g->laststate = THERE(); ++ ++ /* tidy up loose ends and fill things in */ ++ categorize(p, g); ++ stripsnug(p, g); ++ findmust(p, g); ++ g->nplus = pluscount(p, g); ++ g->magic = MAGIC2; ++ preg->re_nsub = g->nsub; ++ preg->re_g = g; ++ preg->re_magic = MAGIC1; ++#ifndef REDEBUG ++ /* not debugging, so can't rely on the assert() in llvm_regexec() */ ++ if (g->iflags®EX_BAD) ++ SETERROR(REG_ASSERT); ++#endif ++ ++ /* win or lose, we're done */ ++ if (p->error != 0) /* lose */ ++ llvm_regfree(preg); ++ return(p->error); ++} ++ ++/* ++ - p_ere - ERE parser top level, concatenation and alternation ++ */ ++static void ++p_ere(struct parse *p, int stop) /* character this ERE should end at */ ++{ ++ char c; ++ sopno prevback = 0; ++ sopno prevfwd = 0; ++ sopno conc; ++ int first = 1; /* is this the first alternative? */ ++ ++ for (;;) { ++ /* do a bunch of concatenated expressions */ ++ conc = HERE(); ++ while (MORE() && (c = PEEK()) != '|' && c != stop) ++ p_ere_exp(p); ++ REQUIRE(HERE() != conc, REG_EMPTY); /* require nonempty */ ++ ++ if (!EAT('|')) ++ break; /* NOTE BREAK OUT */ ++ ++ if (first) { ++ INSERT(OCH_, conc); /* offset is wrong */ ++ prevfwd = conc; ++ prevback = conc; ++ first = 0; ++ } ++ ASTERN(OOR1, prevback); ++ prevback = THERE(); ++ AHEAD(prevfwd); /* fix previous offset */ ++ prevfwd = HERE(); ++ EMIT(OOR2, 0); /* offset is very wrong */ ++ } ++ ++ if (!first) { /* tail-end fixups */ ++ AHEAD(prevfwd); ++ ASTERN(O_CH, prevback); ++ } ++ ++ assert(!MORE() || SEE(stop)); ++} ++ ++/* ++ - p_ere_exp - parse one subERE, an atom possibly followed by a repetition op ++ */ ++static void ++p_ere_exp(struct parse *p) ++{ ++ char c; ++ sopno pos; ++ int count; ++ int count2; ++ int backrefnum; ++ sopno subno; ++ int wascaret = 0; ++ ++ assert(MORE()); /* caller should have ensured this */ ++ c = GETNEXT(); ++ ++ pos = HERE(); ++ switch (c) { ++ case '(': ++ REQUIRE(MORE(), REG_EPAREN); ++ p->g->nsub++; ++ subno = p->g->nsub; ++ if (subno < NPAREN) ++ p->pbegin[subno] = HERE(); ++ EMIT(OLPAREN, subno); ++ if (!SEE(')')) ++ p_ere(p, ')'); ++ if (subno < NPAREN) { ++ p->pend[subno] = HERE(); ++ assert(p->pend[subno] != 0); ++ } ++ EMIT(ORPAREN, subno); ++ MUSTEAT(')', REG_EPAREN); ++ break; ++#ifndef POSIX_MISTAKE ++ case ')': /* happens only if no current unmatched ( */ ++ /* ++ * You may ask, why the ifndef? Because I didn't notice ++ * this until slightly too late for 1003.2, and none of the ++ * other 1003.2 regular-expression reviewers noticed it at ++ * all. So an unmatched ) is legal POSIX, at least until ++ * we can get it fixed. ++ */ ++ SETERROR(REG_EPAREN); ++ break; ++#endif ++ case '^': ++ EMIT(OBOL, 0); ++ p->g->iflags |= USEBOL; ++ p->g->nbol++; ++ wascaret = 1; ++ break; ++ case '$': ++ EMIT(OEOL, 0); ++ p->g->iflags |= USEEOL; ++ p->g->neol++; ++ break; ++ case '|': ++ SETERROR(REG_EMPTY); ++ break; ++ case '*': ++ case '+': ++ case '?': ++ SETERROR(REG_BADRPT); ++ break; ++ case '.': ++ if (p->g->cflags®_NEWLINE) ++ nonnewline(p); ++ else ++ EMIT(OANY, 0); ++ break; ++ case '[': ++ p_bracket(p); ++ break; ++ case '\\': ++ REQUIRE(MORE(), REG_EESCAPE); ++ c = GETNEXT(); ++ if (c >= '1' && c <= '9') { ++ /* \[0-9] is taken to be a back-reference to a previously specified ++ * matching group. backrefnum will hold the number. The matching ++ * group must exist (i.e. if \4 is found there must have been at ++ * least 4 matching groups specified in the pattern previously). ++ */ ++ backrefnum = c - '0'; ++ if (p->pend[backrefnum] == 0) { ++ SETERROR(REG_ESUBREG); ++ break; ++ } ++ ++ /* Make sure everything checks out and emit the sequence ++ * that marks a back-reference to the parse structure. ++ */ ++ assert(backrefnum <= p->g->nsub); ++ EMIT(OBACK_, backrefnum); ++ assert(p->pbegin[backrefnum] != 0); ++ assert(OP(p->strip[p->pbegin[backrefnum]]) != OLPAREN); ++ assert(OP(p->strip[p->pend[backrefnum]]) != ORPAREN); ++ (void) dupl(p, p->pbegin[backrefnum]+1, p->pend[backrefnum]); ++ EMIT(O_BACK, backrefnum); ++ p->g->backrefs = 1; ++ } else { ++ /* Other chars are simply themselves when escaped with a backslash. ++ */ ++ ordinary(p, c); ++ } ++ break; ++ case '{': /* okay as ordinary except if digit follows */ ++ REQUIRE(!MORE() || !isdigit((uch)PEEK()), REG_BADRPT); ++ /* FALLTHROUGH */ ++ default: ++ ordinary(p, c); ++ break; ++ } ++ ++ if (!MORE()) ++ return; ++ c = PEEK(); ++ /* we call { a repetition if followed by a digit */ ++ if (!( c == '*' || c == '+' || c == '?' || ++ (c == '{' && MORE2() && isdigit((uch)PEEK2())) )) ++ return; /* no repetition, we're done */ ++ NEXT(); ++ ++ REQUIRE(!wascaret, REG_BADRPT); ++ switch (c) { ++ case '*': /* implemented as +? */ ++ /* this case does not require the (y|) trick, noKLUDGE */ ++ INSERT(OPLUS_, pos); ++ ASTERN(O_PLUS, pos); ++ INSERT(OQUEST_, pos); ++ ASTERN(O_QUEST, pos); ++ break; ++ case '+': ++ INSERT(OPLUS_, pos); ++ ASTERN(O_PLUS, pos); ++ break; ++ case '?': ++ /* KLUDGE: emit y? as (y|) until subtle bug gets fixed */ ++ INSERT(OCH_, pos); /* offset slightly wrong */ ++ ASTERN(OOR1, pos); /* this one's right */ ++ AHEAD(pos); /* fix the OCH_ */ ++ EMIT(OOR2, 0); /* offset very wrong... */ ++ AHEAD(THERE()); /* ...so fix it */ ++ ASTERN(O_CH, THERETHERE()); ++ break; ++ case '{': ++ count = p_count(p); ++ if (EAT(',')) { ++ if (isdigit((uch)PEEK())) { ++ count2 = p_count(p); ++ REQUIRE(count <= count2, REG_BADBR); ++ } else /* single number with comma */ ++ count2 = INFINITY; ++ } else /* just a single number */ ++ count2 = count; ++ repeat(p, pos, count, count2); ++ if (!EAT('}')) { /* error heuristics */ ++ while (MORE() && PEEK() != '}') ++ NEXT(); ++ REQUIRE(MORE(), REG_EBRACE); ++ SETERROR(REG_BADBR); ++ } ++ break; ++ } ++ ++ if (!MORE()) ++ return; ++ c = PEEK(); ++ if (!( c == '*' || c == '+' || c == '?' || ++ (c == '{' && MORE2() && isdigit((uch)PEEK2())) ) ) ++ return; ++ SETERROR(REG_BADRPT); ++} ++ ++/* ++ - p_str - string (no metacharacters) "parser" ++ */ ++static void ++p_str(struct parse *p) ++{ ++ REQUIRE(MORE(), REG_EMPTY); ++ while (MORE()) ++ ordinary(p, GETNEXT()); ++} ++ ++/* ++ - p_bre - BRE parser top level, anchoring and concatenation ++ * Giving end1 as OUT essentially eliminates the end1/end2 check. ++ * ++ * This implementation is a bit of a kludge, in that a trailing $ is first ++ * taken as an ordinary character and then revised to be an anchor. The ++ * only undesirable side effect is that '$' gets included as a character ++ * category in such cases. This is fairly harmless; not worth fixing. ++ * The amount of lookahead needed to avoid this kludge is excessive. ++ */ ++static void ++p_bre(struct parse *p, ++ int end1, /* first terminating character */ ++ int end2) /* second terminating character */ ++{ ++ sopno start = HERE(); ++ int first = 1; /* first subexpression? */ ++ int wasdollar = 0; ++ ++ if (EAT('^')) { ++ EMIT(OBOL, 0); ++ p->g->iflags |= USEBOL; ++ p->g->nbol++; ++ } ++ while (MORE() && !SEETWO(end1, end2)) { ++ wasdollar = p_simp_re(p, first); ++ first = 0; ++ } ++ if (wasdollar) { /* oops, that was a trailing anchor */ ++ DROP(1); ++ EMIT(OEOL, 0); ++ p->g->iflags |= USEEOL; ++ p->g->neol++; ++ } ++ ++ REQUIRE(HERE() != start, REG_EMPTY); /* require nonempty */ ++} ++ ++/* ++ - p_simp_re - parse a simple RE, an atom possibly followed by a repetition ++ */ ++static int /* was the simple RE an unbackslashed $? */ ++p_simp_re(struct parse *p, ++ int starordinary) /* is a leading * an ordinary character? */ ++{ ++ int c; ++ int count; ++ int count2; ++ sopno pos; ++ int i; ++ sopno subno; ++# define BACKSL (1<g->cflags®_NEWLINE) ++ nonnewline(p); ++ else ++ EMIT(OANY, 0); ++ break; ++ case '[': ++ p_bracket(p); ++ break; ++ case BACKSL|'{': ++ SETERROR(REG_BADRPT); ++ break; ++ case BACKSL|'(': ++ p->g->nsub++; ++ subno = p->g->nsub; ++ if (subno < NPAREN) ++ p->pbegin[subno] = HERE(); ++ EMIT(OLPAREN, subno); ++ /* the MORE here is an error heuristic */ ++ if (MORE() && !SEETWO('\\', ')')) ++ p_bre(p, '\\', ')'); ++ if (subno < NPAREN) { ++ p->pend[subno] = HERE(); ++ assert(p->pend[subno] != 0); ++ } ++ EMIT(ORPAREN, subno); ++ REQUIRE(EATTWO('\\', ')'), REG_EPAREN); ++ break; ++ case BACKSL|')': /* should not get here -- must be user */ ++ case BACKSL|'}': ++ SETERROR(REG_EPAREN); ++ break; ++ case BACKSL|'1': ++ case BACKSL|'2': ++ case BACKSL|'3': ++ case BACKSL|'4': ++ case BACKSL|'5': ++ case BACKSL|'6': ++ case BACKSL|'7': ++ case BACKSL|'8': ++ case BACKSL|'9': ++ i = (c&~BACKSL) - '0'; ++ assert(i < NPAREN); ++ if (p->pend[i] != 0) { ++ assert(i <= p->g->nsub); ++ EMIT(OBACK_, i); ++ assert(p->pbegin[i] != 0); ++ assert(OP(p->strip[p->pbegin[i]]) == OLPAREN); ++ assert(OP(p->strip[p->pend[i]]) == ORPAREN); ++ (void) dupl(p, p->pbegin[i]+1, p->pend[i]); ++ EMIT(O_BACK, i); ++ } else ++ SETERROR(REG_ESUBREG); ++ p->g->backrefs = 1; ++ break; ++ case '*': ++ REQUIRE(starordinary, REG_BADRPT); ++ /* FALLTHROUGH */ ++ default: ++ ordinary(p, (char)c); ++ break; ++ } ++ ++ if (EAT('*')) { /* implemented as +? */ ++ /* this case does not require the (y|) trick, noKLUDGE */ ++ INSERT(OPLUS_, pos); ++ ASTERN(O_PLUS, pos); ++ INSERT(OQUEST_, pos); ++ ASTERN(O_QUEST, pos); ++ } else if (EATTWO('\\', '{')) { ++ count = p_count(p); ++ if (EAT(',')) { ++ if (MORE() && isdigit((uch)PEEK())) { ++ count2 = p_count(p); ++ REQUIRE(count <= count2, REG_BADBR); ++ } else /* single number with comma */ ++ count2 = INFINITY; ++ } else /* just a single number */ ++ count2 = count; ++ repeat(p, pos, count, count2); ++ if (!EATTWO('\\', '}')) { /* error heuristics */ ++ while (MORE() && !SEETWO('\\', '}')) ++ NEXT(); ++ REQUIRE(MORE(), REG_EBRACE); ++ SETERROR(REG_BADBR); ++ } ++ } else if (c == '$') /* $ (but not \$) ends it */ ++ return(1); ++ ++ return(0); ++} ++ ++/* ++ - p_count - parse a repetition count ++ */ ++static int /* the value */ ++p_count(struct parse *p) ++{ ++ int count = 0; ++ int ndigits = 0; ++ ++ while (MORE() && isdigit((uch)PEEK()) && count <= DUPMAX) { ++ count = count*10 + (GETNEXT() - '0'); ++ ndigits++; ++ } ++ ++ REQUIRE(ndigits > 0 && count <= DUPMAX, REG_BADBR); ++ return(count); ++} ++ ++/* ++ - p_bracket - parse a bracketed character list ++ * ++ * Note a significant property of this code: if the allocset() did SETERROR, ++ * no set operations are done. ++ */ ++static void ++p_bracket(struct parse *p) ++{ ++ cset *cs; ++ int invert = 0; ++ ++ /* Dept of Truly Sickening Special-Case Kludges */ ++ if (p->next + 5 < p->end && strncmp(p->next, "[:<:]]", 6) == 0) { ++ EMIT(OBOW, 0); ++ NEXTn(6); ++ return; ++ } ++ if (p->next + 5 < p->end && strncmp(p->next, "[:>:]]", 6) == 0) { ++ EMIT(OEOW, 0); ++ NEXTn(6); ++ return; ++ } ++ ++ if ((cs = allocset(p)) == NULL) { ++ /* allocset did set error status in p */ ++ return; ++ } ++ ++ if (EAT('^')) ++ invert++; /* make note to invert set at end */ ++ if (EAT(']')) ++ CHadd(cs, ']'); ++ else if (EAT('-')) ++ CHadd(cs, '-'); ++ while (MORE() && PEEK() != ']' && !SEETWO('-', ']')) ++ p_b_term(p, cs); ++ if (EAT('-')) ++ CHadd(cs, '-'); ++ MUSTEAT(']', REG_EBRACK); ++ ++ if (p->error != 0) { /* don't mess things up further */ ++ freeset(p, cs); ++ return; ++ } ++ ++ if (p->g->cflags®_ICASE) { ++ int i; ++ int ci; ++ ++ for (i = p->g->csetsize - 1; i >= 0; i--) ++ if (CHIN(cs, i) && isalpha(i)) { ++ ci = othercase(i); ++ if (ci != i) ++ CHadd(cs, ci); ++ } ++ if (cs->multis != NULL) ++ mccase(p, cs); ++ } ++ if (invert) { ++ int i; ++ ++ for (i = p->g->csetsize - 1; i >= 0; i--) ++ if (CHIN(cs, i)) ++ CHsub(cs, i); ++ else ++ CHadd(cs, i); ++ if (p->g->cflags®_NEWLINE) ++ CHsub(cs, '\n'); ++ if (cs->multis != NULL) ++ mcinvert(p, cs); ++ } ++ ++ assert(cs->multis == NULL); /* xxx */ ++ ++ if (nch(p, cs) == 1) { /* optimize singleton sets */ ++ ordinary(p, firstch(p, cs)); ++ freeset(p, cs); ++ } else ++ EMIT(OANYOF, freezeset(p, cs)); ++} ++ ++/* ++ - p_b_term - parse one term of a bracketed character list ++ */ ++static void ++p_b_term(struct parse *p, cset *cs) ++{ ++ char c; ++ char start, finish; ++ int i; ++ ++ /* classify what we've got */ ++ switch ((MORE()) ? PEEK() : '\0') { ++ case '[': ++ c = (MORE2()) ? PEEK2() : '\0'; ++ break; ++ case '-': ++ SETERROR(REG_ERANGE); ++ return; /* NOTE RETURN */ ++ break; ++ default: ++ c = '\0'; ++ break; ++ } ++ ++ switch (c) { ++ case ':': /* character class */ ++ NEXT2(); ++ REQUIRE(MORE(), REG_EBRACK); ++ c = PEEK(); ++ REQUIRE(c != '-' && c != ']', REG_ECTYPE); ++ p_b_cclass(p, cs); ++ REQUIRE(MORE(), REG_EBRACK); ++ REQUIRE(EATTWO(':', ']'), REG_ECTYPE); ++ break; ++ case '=': /* equivalence class */ ++ NEXT2(); ++ REQUIRE(MORE(), REG_EBRACK); ++ c = PEEK(); ++ REQUIRE(c != '-' && c != ']', REG_ECOLLATE); ++ p_b_eclass(p, cs); ++ REQUIRE(MORE(), REG_EBRACK); ++ REQUIRE(EATTWO('=', ']'), REG_ECOLLATE); ++ break; ++ default: /* symbol, ordinary character, or range */ ++/* xxx revision needed for multichar stuff */ ++ start = p_b_symbol(p); ++ if (SEE('-') && MORE2() && PEEK2() != ']') { ++ /* range */ ++ NEXT(); ++ if (EAT('-')) ++ finish = '-'; ++ else ++ finish = p_b_symbol(p); ++ } else ++ finish = start; ++/* xxx what about signed chars here... */ ++ REQUIRE(start <= finish, REG_ERANGE); ++ for (i = start; i <= finish; i++) ++ CHadd(cs, i); ++ break; ++ } ++} ++ ++/* ++ - p_b_cclass - parse a character-class name and deal with it ++ */ ++static void ++p_b_cclass(struct parse *p, cset *cs) ++{ ++ char *sp = p->next; ++ struct cclass *cp; ++ size_t len; ++ const char *u; ++ char c; ++ ++ while (MORE() && isalpha((uch)PEEK())) ++ NEXT(); ++ len = p->next - sp; ++ for (cp = cclasses; cp->name != NULL; cp++) ++ if (strncmp(cp->name, sp, len) == 0 && cp->name[len] == '\0') ++ break; ++ if (cp->name == NULL) { ++ /* oops, didn't find it */ ++ SETERROR(REG_ECTYPE); ++ return; ++ } ++ ++ u = cp->chars; ++ while ((c = *u++) != '\0') ++ CHadd(cs, c); ++ for (u = cp->multis; *u != '\0'; u += strlen(u) + 1) ++ MCadd(p, cs, u); ++} ++ ++/* ++ - p_b_eclass - parse an equivalence-class name and deal with it ++ * ++ * This implementation is incomplete. xxx ++ */ ++static void ++p_b_eclass(struct parse *p, cset *cs) ++{ ++ char c; ++ ++ c = p_b_coll_elem(p, '='); ++ CHadd(cs, c); ++} ++ ++/* ++ - p_b_symbol - parse a character or [..]ed multicharacter collating symbol ++ */ ++static char /* value of symbol */ ++p_b_symbol(struct parse *p) ++{ ++ char value; ++ ++ REQUIRE(MORE(), REG_EBRACK); ++ if (!EATTWO('[', '.')) ++ return(GETNEXT()); ++ ++ /* collating symbol */ ++ value = p_b_coll_elem(p, '.'); ++ REQUIRE(EATTWO('.', ']'), REG_ECOLLATE); ++ return(value); ++} ++ ++/* ++ - p_b_coll_elem - parse a collating-element name and look it up ++ */ ++static char /* value of collating element */ ++p_b_coll_elem(struct parse *p, ++ int endc) /* name ended by endc,']' */ ++{ ++ char *sp = p->next; ++ struct cname *cp; ++ int len; ++ ++ while (MORE() && !SEETWO(endc, ']')) ++ NEXT(); ++ if (!MORE()) { ++ SETERROR(REG_EBRACK); ++ return(0); ++ } ++ len = p->next - sp; ++ for (cp = cnames; cp->name != NULL; cp++) ++ if (strncmp(cp->name, sp, len) == 0 && cp->name[len] == '\0') ++ return(cp->code); /* known name */ ++ if (len == 1) ++ return(*sp); /* single character */ ++ SETERROR(REG_ECOLLATE); /* neither */ ++ return(0); ++} ++ ++/* ++ - othercase - return the case counterpart of an alphabetic ++ */ ++static char /* if no counterpart, return ch */ ++othercase(int ch) ++{ ++ ch = (uch)ch; ++ assert(isalpha(ch)); ++ if (isupper(ch)) ++ return ((uch)tolower(ch)); ++ else if (islower(ch)) ++ return ((uch)toupper(ch)); ++ else /* peculiar, but could happen */ ++ return(ch); ++} ++ ++/* ++ - bothcases - emit a dualcase version of a two-case character ++ * ++ * Boy, is this implementation ever a kludge... ++ */ ++static void ++bothcases(struct parse *p, int ch) ++{ ++ char *oldnext = p->next; ++ char *oldend = p->end; ++ char bracket[3]; ++ ++ ch = (uch)ch; ++ assert(othercase(ch) != ch); /* p_bracket() would recurse */ ++ p->next = bracket; ++ p->end = bracket+2; ++ bracket[0] = ch; ++ bracket[1] = ']'; ++ bracket[2] = '\0'; ++ p_bracket(p); ++ assert(p->next == bracket+2); ++ p->next = oldnext; ++ p->end = oldend; ++} ++ ++/* ++ - ordinary - emit an ordinary character ++ */ ++static void ++ordinary(struct parse *p, int ch) ++{ ++ cat_t *cap = p->g->categories; ++ ++ if ((p->g->cflags®_ICASE) && isalpha((uch)ch) && othercase(ch) != ch) ++ bothcases(p, ch); ++ else { ++ EMIT(OCHAR, (uch)ch); ++ if (cap[ch] == 0) ++ cap[ch] = p->g->ncategories++; ++ } ++} ++ ++/* ++ - nonnewline - emit REG_NEWLINE version of OANY ++ * ++ * Boy, is this implementation ever a kludge... ++ */ ++static void ++nonnewline(struct parse *p) ++{ ++ char *oldnext = p->next; ++ char *oldend = p->end; ++ char bracket[4]; ++ ++ p->next = bracket; ++ p->end = bracket+3; ++ bracket[0] = '^'; ++ bracket[1] = '\n'; ++ bracket[2] = ']'; ++ bracket[3] = '\0'; ++ p_bracket(p); ++ assert(p->next == bracket+3); ++ p->next = oldnext; ++ p->end = oldend; ++} ++ ++/* ++ - repeat - generate code for a bounded repetition, recursively if needed ++ */ ++static void ++repeat(struct parse *p, ++ sopno start, /* operand from here to end of strip */ ++ int from, /* repeated from this number */ ++ int to) /* to this number of times (maybe INFINITY) */ ++{ ++ sopno finish = HERE(); ++# define N 2 ++# define INF 3 ++# define REP(f, t) ((f)*8 + (t)) ++# define MAP(n) (((n) <= 1) ? (n) : ((n) == INFINITY) ? INF : N) ++ sopno copy; ++ ++ if (p->error != 0) /* head off possible runaway recursion */ ++ return; ++ ++ assert(from <= to); ++ ++ switch (REP(MAP(from), MAP(to))) { ++ case REP(0, 0): /* must be user doing this */ ++ DROP(finish-start); /* drop the operand */ ++ break; ++ case REP(0, 1): /* as x{1,1}? */ ++ case REP(0, N): /* as x{1,n}? */ ++ case REP(0, INF): /* as x{1,}? */ ++ /* KLUDGE: emit y? as (y|) until subtle bug gets fixed */ ++ INSERT(OCH_, start); /* offset is wrong... */ ++ repeat(p, start+1, 1, to); ++ ASTERN(OOR1, start); ++ AHEAD(start); /* ... fix it */ ++ EMIT(OOR2, 0); ++ AHEAD(THERE()); ++ ASTERN(O_CH, THERETHERE()); ++ break; ++ case REP(1, 1): /* trivial case */ ++ /* done */ ++ break; ++ case REP(1, N): /* as x?x{1,n-1} */ ++ /* KLUDGE: emit y? as (y|) until subtle bug gets fixed */ ++ INSERT(OCH_, start); ++ ASTERN(OOR1, start); ++ AHEAD(start); ++ EMIT(OOR2, 0); /* offset very wrong... */ ++ AHEAD(THERE()); /* ...so fix it */ ++ ASTERN(O_CH, THERETHERE()); ++ copy = dupl(p, start+1, finish+1); ++ assert(copy == finish+4); ++ repeat(p, copy, 1, to-1); ++ break; ++ case REP(1, INF): /* as x+ */ ++ INSERT(OPLUS_, start); ++ ASTERN(O_PLUS, start); ++ break; ++ case REP(N, N): /* as xx{m-1,n-1} */ ++ copy = dupl(p, start, finish); ++ repeat(p, copy, from-1, to-1); ++ break; ++ case REP(N, INF): /* as xx{n-1,INF} */ ++ copy = dupl(p, start, finish); ++ repeat(p, copy, from-1, to); ++ break; ++ default: /* "can't happen" */ ++ SETERROR(REG_ASSERT); /* just in case */ ++ break; ++ } ++} ++ ++/* ++ - seterr - set an error condition ++ */ ++static int /* useless but makes type checking happy */ ++seterr(struct parse *p, int e) ++{ ++ if (p->error == 0) /* keep earliest error condition */ ++ p->error = e; ++ p->next = nuls; /* try to bring things to a halt */ ++ p->end = nuls; ++ return(0); /* make the return value well-defined */ ++} ++ ++/* ++ - allocset - allocate a set of characters for [] ++ */ ++static cset * ++allocset(struct parse *p) ++{ ++ int no = p->g->ncsets++; ++ size_t nc; ++ size_t nbytes; ++ cset *cs; ++ size_t css = (size_t)p->g->csetsize; ++ int i; ++ ++ if (no >= p->ncsalloc) { /* need another column of space */ ++ void *ptr; ++ ++ p->ncsalloc += CHAR_BIT; ++ nc = p->ncsalloc; ++ if (nc > SIZE_MAX / sizeof(cset)) ++ goto nomem; ++ assert(nc % CHAR_BIT == 0); ++ nbytes = nc / CHAR_BIT * css; ++ ++ ptr = (cset *)realloc((char *)p->g->sets, nc * sizeof(cset)); ++ if (ptr == NULL) ++ goto nomem; ++ p->g->sets = ptr; ++ ++ ptr = (uch *)realloc((char *)p->g->setbits, nbytes); ++ if (ptr == NULL) ++ goto nomem; ++ p->g->setbits = ptr; ++ ++ for (i = 0; i < no; i++) ++ p->g->sets[i].ptr = p->g->setbits + css*(i/CHAR_BIT); ++ ++ (void) memset((char *)p->g->setbits + (nbytes - css), 0, css); ++ } ++ /* XXX should not happen */ ++ if (p->g->sets == NULL || p->g->setbits == NULL) ++ goto nomem; ++ ++ cs = &p->g->sets[no]; ++ cs->ptr = p->g->setbits + css*((no)/CHAR_BIT); ++ cs->mask = 1 << ((no) % CHAR_BIT); ++ cs->hash = 0; ++ cs->smultis = 0; ++ cs->multis = NULL; ++ ++ return(cs); ++nomem: ++ free(p->g->sets); ++ p->g->sets = NULL; ++ free(p->g->setbits); ++ p->g->setbits = NULL; ++ ++ SETERROR(REG_ESPACE); ++ /* caller's responsibility not to do set ops */ ++ return(NULL); ++} ++ ++/* ++ - freeset - free a now-unused set ++ */ ++static void ++freeset(struct parse *p, cset *cs) ++{ ++ size_t i; ++ cset *top = &p->g->sets[p->g->ncsets]; ++ size_t css = (size_t)p->g->csetsize; ++ ++ for (i = 0; i < css; i++) ++ CHsub(cs, i); ++ if (cs == top-1) /* recover only the easy case */ ++ p->g->ncsets--; ++} ++ ++/* ++ - freezeset - final processing on a set of characters ++ * ++ * The main task here is merging identical sets. This is usually a waste ++ * of time (although the hash code minimizes the overhead), but can win ++ * big if REG_ICASE is being used. REG_ICASE, by the way, is why the hash ++ * is done using addition rather than xor -- all ASCII [aA] sets xor to ++ * the same value! ++ */ ++static int /* set number */ ++freezeset(struct parse *p, cset *cs) ++{ ++ uch h = cs->hash; ++ size_t i; ++ cset *top = &p->g->sets[p->g->ncsets]; ++ cset *cs2; ++ size_t css = (size_t)p->g->csetsize; ++ ++ /* look for an earlier one which is the same */ ++ for (cs2 = &p->g->sets[0]; cs2 < top; cs2++) ++ if (cs2->hash == h && cs2 != cs) { ++ /* maybe */ ++ for (i = 0; i < css; i++) ++ if (!!CHIN(cs2, i) != !!CHIN(cs, i)) ++ break; /* no */ ++ if (i == css) ++ break; /* yes */ ++ } ++ ++ if (cs2 < top) { /* found one */ ++ freeset(p, cs); ++ cs = cs2; ++ } ++ ++ return((int)(cs - p->g->sets)); ++} ++ ++/* ++ - firstch - return first character in a set (which must have at least one) ++ */ ++static int /* character; there is no "none" value */ ++firstch(struct parse *p, cset *cs) ++{ ++ size_t i; ++ size_t css = (size_t)p->g->csetsize; ++ ++ for (i = 0; i < css; i++) ++ if (CHIN(cs, i)) ++ return((char)i); ++ assert(never); ++ return(0); /* arbitrary */ ++} ++ ++/* ++ - nch - number of characters in a set ++ */ ++static int ++nch(struct parse *p, cset *cs) ++{ ++ size_t i; ++ size_t css = (size_t)p->g->csetsize; ++ int n = 0; ++ ++ for (i = 0; i < css; i++) ++ if (CHIN(cs, i)) ++ n++; ++ return(n); ++} ++ ++/* ++ - mcadd - add a collating element to a cset ++ */ ++static void ++mcadd( struct parse *p, cset *cs, const char *cp) ++{ ++ size_t oldend = cs->smultis; ++ void *np; ++ ++ cs->smultis += strlen(cp) + 1; ++ np = realloc(cs->multis, cs->smultis); ++ if (np == NULL) { ++ if (cs->multis) ++ free(cs->multis); ++ cs->multis = NULL; ++ SETERROR(REG_ESPACE); ++ return; ++ } ++ cs->multis = np; ++ ++ llvm_strlcpy(cs->multis + oldend - 1, cp, cs->smultis - oldend + 1); ++} ++ ++/* ++ - mcinvert - invert the list of collating elements in a cset ++ * ++ * This would have to know the set of possibilities. Implementation ++ * is deferred. ++ */ ++/* ARGSUSED */ ++static void ++mcinvert(struct parse *p, cset *cs) ++{ ++ assert(cs->multis == NULL); /* xxx */ ++} ++ ++/* ++ - mccase - add case counterparts of the list of collating elements in a cset ++ * ++ * This would have to know the set of possibilities. Implementation ++ * is deferred. ++ */ ++/* ARGSUSED */ ++static void ++mccase(struct parse *p, cset *cs) ++{ ++ assert(cs->multis == NULL); /* xxx */ ++} ++ ++/* ++ - isinsets - is this character in any sets? ++ */ ++static int /* predicate */ ++isinsets(struct re_guts *g, int c) ++{ ++ uch *col; ++ int i; ++ int ncols = (g->ncsets+(CHAR_BIT-1)) / CHAR_BIT; ++ unsigned uc = (uch)c; ++ ++ for (i = 0, col = g->setbits; i < ncols; i++, col += g->csetsize) ++ if (col[uc] != 0) ++ return(1); ++ return(0); ++} ++ ++/* ++ - samesets - are these two characters in exactly the same sets? ++ */ ++static int /* predicate */ ++samesets(struct re_guts *g, int c1, int c2) ++{ ++ uch *col; ++ int i; ++ int ncols = (g->ncsets+(CHAR_BIT-1)) / CHAR_BIT; ++ unsigned uc1 = (uch)c1; ++ unsigned uc2 = (uch)c2; ++ ++ for (i = 0, col = g->setbits; i < ncols; i++, col += g->csetsize) ++ if (col[uc1] != col[uc2]) ++ return(0); ++ return(1); ++} ++ ++/* ++ - categorize - sort out character categories ++ */ ++static void ++categorize(struct parse *p, struct re_guts *g) ++{ ++ cat_t *cats = g->categories; ++ int c; ++ int c2; ++ cat_t cat; ++ ++ /* avoid making error situations worse */ ++ if (p->error != 0) ++ return; ++ ++ for (c = CHAR_MIN; c <= CHAR_MAX; c++) ++ if (cats[c] == 0 && isinsets(g, c)) { ++ cat = g->ncategories++; ++ cats[c] = cat; ++ for (c2 = c+1; c2 <= CHAR_MAX; c2++) ++ if (cats[c2] == 0 && samesets(g, c, c2)) ++ cats[c2] = cat; ++ } ++} ++ ++/* ++ - dupl - emit a duplicate of a bunch of sops ++ */ ++static sopno /* start of duplicate */ ++dupl(struct parse *p, ++ sopno start, /* from here */ ++ sopno finish) /* to this less one */ ++{ ++ sopno ret = HERE(); ++ sopno len = finish - start; ++ ++ assert(finish >= start); ++ if (len == 0) ++ return(ret); ++ enlarge(p, p->ssize + len); /* this many unexpected additions */ ++ assert(p->ssize >= p->slen + len); ++ (void) memmove((char *)(p->strip + p->slen), ++ (char *)(p->strip + start), (size_t)len*sizeof(sop)); ++ p->slen += len; ++ return(ret); ++} ++ ++/* ++ - doemit - emit a strip operator ++ * ++ * It might seem better to implement this as a macro with a function as ++ * hard-case backup, but it's just too big and messy unless there are ++ * some changes to the data structures. Maybe later. ++ */ ++static void ++doemit(struct parse *p, sop op, size_t opnd) ++{ ++ /* avoid making error situations worse */ ++ if (p->error != 0) ++ return; ++ ++ /* deal with oversize operands ("can't happen", more or less) */ ++ assert(opnd < 1<slen >= p->ssize) ++ enlarge(p, (p->ssize+1) / 2 * 3); /* +50% */ ++ assert(p->slen < p->ssize); ++ ++ /* finally, it's all reduced to the easy case */ ++ p->strip[p->slen++] = SOP(op, opnd); ++} ++ ++/* ++ - doinsert - insert a sop into the strip ++ */ ++static void ++doinsert(struct parse *p, sop op, size_t opnd, sopno pos) ++{ ++ sopno sn; ++ sop s; ++ int i; ++ ++ /* avoid making error situations worse */ ++ if (p->error != 0) ++ return; ++ ++ sn = HERE(); ++ EMIT(op, opnd); /* do checks, ensure space */ ++ assert(HERE() == sn+1); ++ s = p->strip[sn]; ++ ++ /* adjust paren pointers */ ++ assert(pos > 0); ++ for (i = 1; i < NPAREN; i++) { ++ if (p->pbegin[i] >= pos) { ++ p->pbegin[i]++; ++ } ++ if (p->pend[i] >= pos) { ++ p->pend[i]++; ++ } ++ } ++ ++ memmove((char *)&p->strip[pos+1], (char *)&p->strip[pos], ++ (HERE()-pos-1)*sizeof(sop)); ++ p->strip[pos] = s; ++} ++ ++/* ++ - dofwd - complete a forward reference ++ */ ++static void ++dofwd(struct parse *p, sopno pos, sop value) ++{ ++ /* avoid making error situations worse */ ++ if (p->error != 0) ++ return; ++ ++ assert(value < 1<strip[pos] = OP(p->strip[pos]) | value; ++} ++ ++/* ++ - enlarge - enlarge the strip ++ */ ++static void ++enlarge(struct parse *p, sopno size) ++{ ++ sop *sp; ++ ++ if (p->ssize >= size) ++ return; ++ ++ if ((uintptr_t)size > SIZE_MAX / sizeof(sop)) { ++ SETERROR(REG_ESPACE); ++ return; ++ } ++ ++ sp = (sop *)realloc(p->strip, size*sizeof(sop)); ++ if (sp == NULL) { ++ SETERROR(REG_ESPACE); ++ return; ++ } ++ p->strip = sp; ++ p->ssize = size; ++} ++ ++/* ++ - stripsnug - compact the strip ++ */ ++static void ++stripsnug(struct parse *p, struct re_guts *g) ++{ ++ g->nstates = p->slen; ++ if ((uintptr_t)p->slen > SIZE_MAX / sizeof(sop)) { ++ g->strip = p->strip; ++ SETERROR(REG_ESPACE); ++ return; ++ } ++ ++ g->strip = (sop *)realloc((char *)p->strip, p->slen * sizeof(sop)); ++ if (g->strip == NULL) { ++ SETERROR(REG_ESPACE); ++ g->strip = p->strip; ++ } ++} ++ ++/* ++ - findmust - fill in must and mlen with longest mandatory literal string ++ * ++ * This algorithm could do fancy things like analyzing the operands of | ++ * for common subsequences. Someday. This code is simple and finds most ++ * of the interesting cases. ++ * ++ * Note that must and mlen got initialized during setup. ++ */ ++static void ++findmust(struct parse *p, struct re_guts *g) ++{ ++ sop *scan; ++ sop *start = 0; /* start initialized in the default case, after that */ ++ sop *newstart = 0; /* newstart was initialized in the OCHAR case */ ++ sopno newlen; ++ sop s; ++ char *cp; ++ sopno i; ++ ++ /* avoid making error situations worse */ ++ if (p->error != 0) ++ return; ++ ++ /* find the longest OCHAR sequence in strip */ ++ newlen = 0; ++ scan = g->strip + 1; ++ do { ++ s = *scan++; ++ switch (OP(s)) { ++ case OCHAR: /* sequence member */ ++ if (newlen == 0) /* new sequence */ ++ newstart = scan - 1; ++ newlen++; ++ break; ++ case OPLUS_: /* things that don't break one */ ++ case OLPAREN: ++ case ORPAREN: ++ break; ++ case OQUEST_: /* things that must be skipped */ ++ case OCH_: ++ scan--; ++ do { ++ scan += OPND(s); ++ s = *scan; ++ /* assert() interferes w debug printouts */ ++ if (OP(s) != O_QUEST && OP(s) != O_CH && ++ OP(s) != OOR2) { ++ g->iflags |= REGEX_BAD; ++ return; ++ } ++ } while (OP(s) != O_QUEST && OP(s) != O_CH); ++ /* fallthrough */ ++ default: /* things that break a sequence */ ++ if (newlen > g->mlen) { /* ends one */ ++ start = newstart; ++ g->mlen = newlen; ++ } ++ newlen = 0; ++ break; ++ } ++ } while (OP(s) != OEND); ++ ++ if (g->mlen == 0) /* there isn't one */ ++ return; ++ ++ /* turn it into a character string */ ++ g->must = malloc((size_t)g->mlen + 1); ++ if (g->must == NULL) { /* argh; just forget it */ ++ g->mlen = 0; ++ return; ++ } ++ cp = g->must; ++ scan = start; ++ for (i = g->mlen; i > 0; i--) { ++ while (OP(s = *scan++) != OCHAR) ++ continue; ++ assert(cp < g->must + g->mlen); ++ *cp++ = (char)OPND(s); ++ } ++ assert(cp == g->must + g->mlen); ++ *cp++ = '\0'; /* just on general principles */ ++} ++ ++/* ++ - pluscount - count + nesting ++ */ ++static sopno /* nesting depth */ ++pluscount(struct parse *p, struct re_guts *g) ++{ ++ sop *scan; ++ sop s; ++ sopno plusnest = 0; ++ sopno maxnest = 0; ++ ++ if (p->error != 0) ++ return(0); /* there may not be an OEND */ ++ ++ scan = g->strip + 1; ++ do { ++ s = *scan++; ++ switch (OP(s)) { ++ case OPLUS_: ++ plusnest++; ++ break; ++ case O_PLUS: ++ if (plusnest > maxnest) ++ maxnest = plusnest; ++ plusnest--; ++ break; ++ } ++ } while (OP(s) != OEND); ++ if (plusnest != 0) ++ g->iflags |= REGEX_BAD; ++ return(maxnest); ++} diff --git a/devel/lldb/patches/patch-source_Utility_regerror.c b/devel/lldb/patches/patch-source_Utility_regerror.c new file mode 100644 index 0000000000000..795e3199e470b --- /dev/null +++ b/devel/lldb/patches/patch-source_Utility_regerror.c @@ -0,0 +1,140 @@ +$NetBSD: patch-source_Utility_regerror.c,v 1.1 2016/03/28 13:13:55 kamil Exp $ + +--- source/Utility/regerror.c.orig 2016-01-23 13:45:52.000000000 +0000 ++++ source/Utility/regerror.c +@@ -0,0 +1,135 @@ ++/*- ++ * This code is derived from OpenBSD's libc/regex, original license follows: ++ * ++ * Copyright (c) 1992, 1993, 1994 Henry Spencer. ++ * Copyright (c) 1992, 1993, 1994 ++ * The Regents of the University of California. All rights reserved. ++ * ++ * This code is derived from software contributed to Berkeley by ++ * Henry Spencer. ++ * ++ * Redistribution and use in source and binary forms, with or without ++ * modification, are permitted provided that the following conditions ++ * are met: ++ * 1. Redistributions of source code must retain the above copyright ++ * notice, this list of conditions and the following disclaimer. ++ * 2. Redistributions in binary form must reproduce the above copyright ++ * notice, this list of conditions and the following disclaimer in the ++ * documentation and/or other materials provided with the distribution. ++ * 3. Neither the name of the University nor the names of its contributors ++ * may be used to endorse or promote products derived from this software ++ * without specific prior written permission. ++ * ++ * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND ++ * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE ++ * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ++ * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE ++ * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL ++ * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS ++ * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) ++ * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT ++ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY ++ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF ++ * SUCH DAMAGE. ++ * ++ * @(#)regerror.c 8.4 (Berkeley) 3/20/94 ++ */ ++ ++#include ++#include ++#include ++#include ++#include ++#include ++#include "lldb/Utility/regex_impl.h" ++ ++#include "lldb/Utility/regutils.h" ++ ++#ifdef _MSC_VER ++#define snprintf _snprintf ++#endif ++ ++static const char *regatoi(const llvm_regex_t *, char *, int); ++ ++static struct rerr { ++ int code; ++ const char *name; ++ const char *explain; ++} rerrs[] = { ++ { REG_NOMATCH, "REG_NOMATCH", "llvm_regexec() failed to match" }, ++ { REG_BADPAT, "REG_BADPAT", "invalid regular expression" }, ++ { REG_ECOLLATE, "REG_ECOLLATE", "invalid collating element" }, ++ { REG_ECTYPE, "REG_ECTYPE", "invalid character class" }, ++ { REG_EESCAPE, "REG_EESCAPE", "trailing backslash (\\)" }, ++ { REG_ESUBREG, "REG_ESUBREG", "invalid backreference number" }, ++ { REG_EBRACK, "REG_EBRACK", "brackets ([ ]) not balanced" }, ++ { REG_EPAREN, "REG_EPAREN", "parentheses not balanced" }, ++ { REG_EBRACE, "REG_EBRACE", "braces not balanced" }, ++ { REG_BADBR, "REG_BADBR", "invalid repetition count(s)" }, ++ { REG_ERANGE, "REG_ERANGE", "invalid character range" }, ++ { REG_ESPACE, "REG_ESPACE", "out of memory" }, ++ { REG_BADRPT, "REG_BADRPT", "repetition-operator operand invalid" }, ++ { REG_EMPTY, "REG_EMPTY", "empty (sub)expression" }, ++ { REG_ASSERT, "REG_ASSERT", "\"can't happen\" -- you found a bug" }, ++ { REG_INVARG, "REG_INVARG", "invalid argument to regex routine" }, ++ { 0, "", "*** unknown regexp error code ***" } ++}; ++ ++/* ++ - llvm_regerror - the interface to error numbers ++ = extern size_t llvm_regerror(int, const llvm_regex_t *, char *, size_t); ++ */ ++/* ARGSUSED */ ++size_t ++llvm_regerror(int errcode, const llvm_regex_t *preg, char *errbuf, size_t errbuf_size) ++{ ++ struct rerr *r; ++ size_t len; ++ int target = errcode &~ REG_ITOA; ++ const char *s; ++ char convbuf[50]; ++ ++ if (errcode == REG_ATOI) ++ s = regatoi(preg, convbuf, sizeof convbuf); ++ else { ++ for (r = rerrs; r->code != 0; r++) ++ if (r->code == target) ++ break; ++ ++ if (errcode®_ITOA) { ++ if (r->code != 0) { ++ assert(strlen(r->name) < sizeof(convbuf)); ++ (void) llvm_strlcpy(convbuf, r->name, sizeof convbuf); ++ } else ++ (void)snprintf(convbuf, sizeof convbuf, ++ "REG_0x%x", target); ++ s = convbuf; ++ } else ++ s = r->explain; ++ } ++ ++ len = strlen(s) + 1; ++ if (errbuf_size > 0) { ++ llvm_strlcpy(errbuf, s, errbuf_size); ++ } ++ ++ return(len); ++} ++ ++/* ++ - regatoi - internal routine to implement REG_ATOI ++ */ ++static const char * ++regatoi(const llvm_regex_t *preg, char *localbuf, int localbufsize) ++{ ++ struct rerr *r; ++ ++ for (r = rerrs; r->code != 0; r++) ++ if (strcmp(r->name, preg->re_endp) == 0) ++ break; ++ if (r->code == 0) ++ return("0"); ++ ++ (void)snprintf(localbuf, localbufsize, "%d", r->code); ++ return(localbuf); ++} diff --git a/devel/lldb/patches/patch-source_Utility_regexec.c b/devel/lldb/patches/patch-source_Utility_regexec.c new file mode 100644 index 0000000000000..ab7b24a39eabc --- /dev/null +++ b/devel/lldb/patches/patch-source_Utility_regexec.c @@ -0,0 +1,167 @@ +$NetBSD: patch-source_Utility_regexec.c,v 1.1 2016/03/28 13:13:55 kamil Exp $ + +--- source/Utility/regexec.c.orig 2016-01-23 13:45:52.000000000 +0000 ++++ source/Utility/regexec.c +@@ -0,0 +1,162 @@ ++/*- ++ * This code is derived from OpenBSD's libc/regex, original license follows: ++ * ++ * Copyright (c) 1992, 1993, 1994 Henry Spencer. ++ * Copyright (c) 1992, 1993, 1994 ++ * The Regents of the University of California. All rights reserved. ++ * ++ * This code is derived from software contributed to Berkeley by ++ * Henry Spencer. ++ * ++ * Redistribution and use in source and binary forms, with or without ++ * modification, are permitted provided that the following conditions ++ * are met: ++ * 1. Redistributions of source code must retain the above copyright ++ * notice, this list of conditions and the following disclaimer. ++ * 2. Redistributions in binary form must reproduce the above copyright ++ * notice, this list of conditions and the following disclaimer in the ++ * documentation and/or other materials provided with the distribution. ++ * 3. Neither the name of the University nor the names of its contributors ++ * may be used to endorse or promote products derived from this software ++ * without specific prior written permission. ++ * ++ * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND ++ * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE ++ * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ++ * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE ++ * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL ++ * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS ++ * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) ++ * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT ++ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY ++ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF ++ * SUCH DAMAGE. ++ * ++ * @(#)regexec.c 8.3 (Berkeley) 3/20/94 ++ */ ++ ++/* ++ * the outer shell of llvm_regexec() ++ * ++ * This file includes engine.inc *twice*, after muchos fiddling with the ++ * macros that code uses. This lets the same code operate on two different ++ * representations for state sets. ++ */ ++#include ++#include ++#include ++#include ++#include ++#include ++#include "lldb/Utility/regex_impl.h" ++ ++#include "lldb/Utility/regutils.h" ++#include "lldb/Utility/regex2.h" ++ ++/* macros for manipulating states, small version */ ++/* FIXME: 'states' is assumed as 'long' on small version. */ ++#define states1 long /* for later use in llvm_regexec() decision */ ++#define states states1 ++#define CLEAR(v) ((v) = 0) ++#define SET0(v, n) ((v) &= ~((unsigned long)1 << (n))) ++#define SET1(v, n) ((v) |= (unsigned long)1 << (n)) ++#define ISSET(v, n) (((v) & ((unsigned long)1 << (n))) != 0) ++#define ASSIGN(d, s) ((d) = (s)) ++#define EQ(a, b) ((a) == (b)) ++#define STATEVARS long dummy /* dummy version */ ++#define STATESETUP(m, n) /* nothing */ ++#define STATETEARDOWN(m) /* nothing */ ++#define SETUP(v) ((v) = 0) ++#define onestate long ++#define INIT(o, n) ((o) = (unsigned long)1 << (n)) ++#define INC(o) ((o) = (unsigned long)(o) << 1) ++#define ISSTATEIN(v, o) (((v) & (o)) != 0) ++/* some abbreviations; note that some of these know variable names! */ ++/* do "if I'm here, I can also be there" etc without branches */ ++#define FWD(dst, src, n) ((dst) |= ((unsigned long)(src)&(here)) << (n)) ++#define BACK(dst, src, n) ((dst) |= ((unsigned long)(src)&(here)) >> (n)) ++#define ISSETBACK(v, n) (((v) & ((unsigned long)here >> (n))) != 0) ++/* function names */ ++#define SNAMES /* engine.inc looks after details */ ++ ++#include "lldb/Utility/regengine.inc" ++ ++/* now undo things */ ++#undef states ++#undef CLEAR ++#undef SET0 ++#undef SET1 ++#undef ISSET ++#undef ASSIGN ++#undef EQ ++#undef STATEVARS ++#undef STATESETUP ++#undef STATETEARDOWN ++#undef SETUP ++#undef onestate ++#undef INIT ++#undef INC ++#undef ISSTATEIN ++#undef FWD ++#undef BACK ++#undef ISSETBACK ++#undef SNAMES ++ ++/* macros for manipulating states, large version */ ++#define states char * ++#define CLEAR(v) memset(v, 0, m->g->nstates) ++#define SET0(v, n) ((v)[n] = 0) ++#define SET1(v, n) ((v)[n] = 1) ++#define ISSET(v, n) ((v)[n]) ++#define ASSIGN(d, s) memmove(d, s, m->g->nstates) ++#define EQ(a, b) (memcmp(a, b, m->g->nstates) == 0) ++#define STATEVARS long vn; char *space ++#define STATESETUP(m, nv) { (m)->space = malloc((nv)*(m)->g->nstates); \ ++ if ((m)->space == NULL) return(REG_ESPACE); \ ++ (m)->vn = 0; } ++#define STATETEARDOWN(m) { free((m)->space); } ++#define SETUP(v) ((v) = &m->space[m->vn++ * m->g->nstates]) ++#define onestate long ++#define INIT(o, n) ((o) = (n)) ++#define INC(o) ((o)++) ++#define ISSTATEIN(v, o) ((v)[o]) ++/* some abbreviations; note that some of these know variable names! */ ++/* do "if I'm here, I can also be there" etc without branches */ ++#define FWD(dst, src, n) ((dst)[here+(n)] |= (src)[here]) ++#define BACK(dst, src, n) ((dst)[here-(n)] |= (src)[here]) ++#define ISSETBACK(v, n) ((v)[here - (n)]) ++/* function names */ ++#define LNAMES /* flag */ ++ ++#include "lldb/Utility/regengine.inc" ++ ++/* ++ - llvm_regexec - interface for matching ++ * ++ * We put this here so we can exploit knowledge of the state representation ++ * when choosing which matcher to call. Also, by this point the matchers ++ * have been prototyped. ++ */ ++int /* 0 success, REG_NOMATCH failure */ ++llvm_regexec(const llvm_regex_t *preg, const char *string, size_t nmatch, ++ llvm_regmatch_t pmatch[], int eflags) ++{ ++ struct re_guts *g = preg->re_g; ++#ifdef REDEBUG ++# define GOODFLAGS(f) (f) ++#else ++# define GOODFLAGS(f) ((f)&(REG_NOTBOL|REG_NOTEOL|REG_STARTEND)) ++#endif ++ ++ if (preg->re_magic != MAGIC1 || g->magic != MAGIC2) ++ return(REG_BADPAT); ++ assert(!(g->iflags®EX_BAD)); ++ if (g->iflags®EX_BAD) /* backstop for no-debug case */ ++ return(REG_BADPAT); ++ eflags = GOODFLAGS(eflags); ++ ++ if (g->nstates <= (long)(CHAR_BIT*sizeof(states1)) && !(eflags®_LARGE)) ++ return(smatcher(g, string, nmatch, pmatch, eflags)); ++ else ++ return(lmatcher(g, string, nmatch, pmatch, eflags)); ++} diff --git a/devel/lldb/patches/patch-source_Utility_regfree.c b/devel/lldb/patches/patch-source_Utility_regfree.c new file mode 100644 index 0000000000000..d671af29e0fad --- /dev/null +++ b/devel/lldb/patches/patch-source_Utility_regfree.c @@ -0,0 +1,77 @@ +$NetBSD: patch-source_Utility_regfree.c,v 1.1 2016/03/28 13:13:55 kamil Exp $ + +--- source/Utility/regfree.c.orig 2016-01-23 13:45:52.000000000 +0000 ++++ source/Utility/regfree.c +@@ -0,0 +1,72 @@ ++/*- ++ * This code is derived from OpenBSD's libc/regex, original license follows: ++ * ++ * Copyright (c) 1992, 1993, 1994 Henry Spencer. ++ * Copyright (c) 1992, 1993, 1994 ++ * The Regents of the University of California. All rights reserved. ++ * ++ * This code is derived from software contributed to Berkeley by ++ * Henry Spencer. ++ * ++ * Redistribution and use in source and binary forms, with or without ++ * modification, are permitted provided that the following conditions ++ * are met: ++ * 1. Redistributions of source code must retain the above copyright ++ * notice, this list of conditions and the following disclaimer. ++ * 2. Redistributions in binary form must reproduce the above copyright ++ * notice, this list of conditions and the following disclaimer in the ++ * documentation and/or other materials provided with the distribution. ++ * 3. Neither the name of the University nor the names of its contributors ++ * may be used to endorse or promote products derived from this software ++ * without specific prior written permission. ++ * ++ * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND ++ * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE ++ * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ++ * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE ++ * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL ++ * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS ++ * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) ++ * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT ++ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY ++ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF ++ * SUCH DAMAGE. ++ * ++ * @(#)regfree.c 8.3 (Berkeley) 3/20/94 ++ */ ++ ++#include ++#include ++#include ++#include "lldb/Utility/regex_impl.h" ++ ++#include "lldb/Utility/regutils.h" ++#include "lldb/Utility/regex2.h" ++ ++/* ++ - llvm_regfree - free everything ++ */ ++void ++llvm_regfree(llvm_regex_t *preg) ++{ ++ struct re_guts *g; ++ ++ if (preg->re_magic != MAGIC1) /* oops */ ++ return; /* nice to complain, but hard */ ++ ++ g = preg->re_g; ++ if (g == NULL || g->magic != MAGIC2) /* oops again */ ++ return; ++ preg->re_magic = 0; /* mark it invalid */ ++ g->magic = 0; /* mark it invalid */ ++ ++ if (g->strip != NULL) ++ free((char *)g->strip); ++ if (g->sets != NULL) ++ free((char *)g->sets); ++ if (g->setbits != NULL) ++ free((char *)g->setbits); ++ if (g->must != NULL) ++ free(g->must); ++ free((char *)g); ++} diff --git a/devel/lldb/patches/patch-source_Utility_regstrlcpy.c b/devel/lldb/patches/patch-source_Utility_regstrlcpy.c new file mode 100644 index 0000000000000..4ace76de2425f --- /dev/null +++ b/devel/lldb/patches/patch-source_Utility_regstrlcpy.c @@ -0,0 +1,57 @@ +$NetBSD: patch-source_Utility_regstrlcpy.c,v 1.1 2016/03/28 13:13:55 kamil Exp $ + +--- source/Utility/regstrlcpy.c.orig 2016-01-23 13:45:52.000000000 +0000 ++++ source/Utility/regstrlcpy.c +@@ -0,0 +1,52 @@ ++/* ++ * This code is derived from OpenBSD's libc, original license follows: ++ * ++ * Copyright (c) 1998 Todd C. Miller ++ * ++ * Permission to use, copy, modify, and distribute this software for any ++ * purpose with or without fee is hereby granted, provided that the above ++ * copyright notice and this permission notice appear in all copies. ++ * ++ * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES ++ * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF ++ * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ++ * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES ++ * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ++ * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF ++ * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. ++ */ ++ ++#include ++#include ++ ++#include "lldb/Utility/regex_impl.h" ++/* ++ * Copy src to string dst of size siz. At most siz-1 characters ++ * will be copied. Always NUL terminates (unless siz == 0). ++ * Returns strlen(src); if retval >= siz, truncation occurred. ++ */ ++size_t ++llvm_strlcpy(char *dst, const char *src, size_t siz) ++{ ++ char *d = dst; ++ const char *s = src; ++ size_t n = siz; ++ ++ /* Copy as many bytes as will fit */ ++ if (n != 0) { ++ while (--n != 0) { ++ if ((*d++ = *s++) == '\0') ++ break; ++ } ++ } ++ ++ /* Not enough room in dst, add NUL and traverse rest of src */ ++ if (n == 0) { ++ if (siz != 0) ++ *d = '\0'; /* NUL-terminate dst */ ++ while (*s++) ++ ; ++ } ++ ++ return(s - src - 1); /* count does not include NUL */ ++} diff --git a/devel/lldb/patches/patch-tools_lldb-mi_MICmnBase.cpp b/devel/lldb/patches/patch-tools_lldb-mi_MICmnBase.cpp new file mode 100644 index 0000000000000..76033d1ef8ef2 --- /dev/null +++ b/devel/lldb/patches/patch-tools_lldb-mi_MICmnBase.cpp @@ -0,0 +1,16 @@ +$NetBSD: patch-tools_lldb-mi_MICmnBase.cpp,v 1.1 2016/03/28 13:13:55 kamil Exp $ + +Cannot pass object of non-trivial type 'const CMIUtilString' +through variadic function. + +--- tools/lldb-mi/MICmnBase.cpp.orig 2016-02-21 02:08:07.000000000 +0000 ++++ tools/lldb-mi/MICmnBase.cpp +@@ -127,7 +127,7 @@ CMICmnBase::ClrErrorDescription() const + // Throws: None. + //-- + void +-CMICmnBase::SetErrorDescriptionn(const CMIUtilString vFormat, ...) const ++CMICmnBase::SetErrorDescriptionn(const char *vFormat, ...) const + { + va_list args; + va_start(args, vFormat); diff --git a/devel/lldb/patches/patch-tools_lldb-mi_MICmnBase.h b/devel/lldb/patches/patch-tools_lldb-mi_MICmnBase.h new file mode 100644 index 0000000000000..84b80c0c1e66c --- /dev/null +++ b/devel/lldb/patches/patch-tools_lldb-mi_MICmnBase.h @@ -0,0 +1,16 @@ +$NetBSD: patch-tools_lldb-mi_MICmnBase.h,v 1.1 2016/03/28 13:13:55 kamil Exp $ + +Cannot pass object of non-trivial type 'const CMIUtilString' +through variadic function. + +--- tools/lldb-mi/MICmnBase.h.orig 2015-08-04 10:24:20.000000000 +0000 ++++ tools/lldb-mi/MICmnBase.h +@@ -28,7 +28,7 @@ class CMICmnBase + bool HaveErrorDescription() const; + const CMIUtilString &GetErrorDescription() const; + void SetErrorDescription(const CMIUtilString &vrTxt) const; +- void SetErrorDescriptionn(const CMIUtilString vFormat, ...) const; ++ void SetErrorDescriptionn(const char *vFormat, ...) const; + void SetErrorDescriptionNoLog(const CMIUtilString &vrTxt) const; + void ClrErrorDescription() const; + diff --git a/devel/lldb/patches/patch-tools_lldb-mi_MIDriver.cpp b/devel/lldb/patches/patch-tools_lldb-mi_MIDriver.cpp new file mode 100644 index 0000000000000..48ac0ceb1efa6 --- /dev/null +++ b/devel/lldb/patches/patch-tools_lldb-mi_MIDriver.cpp @@ -0,0 +1,16 @@ +$NetBSD: patch-tools_lldb-mi_MIDriver.cpp,v 1.1 2016/03/28 13:13:55 kamil Exp $ + +Cannot pass object of non-trivial type 'const CMIUtilString' +through variadic function. + +--- tools/lldb-mi/MIDriver.cpp.orig 2016-02-21 02:08:07.000000000 +0000 ++++ tools/lldb-mi/MIDriver.cpp +@@ -491,7 +491,7 @@ CMIDriver::StartWorkerThreads() + { + const CMIUtilString errMsg = CMIUtilString::Format(MIRSRC(IDS_THREADMGR_ERR_THREAD_FAIL_CREATE), + CMICmnThreadMgrStd::Instance().GetErrorDescription().c_str()); +- SetErrorDescriptionn(errMsg); ++ SetErrorDescriptionn(errMsg.c_str()); + return MIstatus::failure; + } + diff --git a/devel/lldb/patches/patch-tools_lldb-mi_MIUtilParse.h b/devel/lldb/patches/patch-tools_lldb-mi_MIUtilParse.h new file mode 100644 index 0000000000000..644fbbd952d6f --- /dev/null +++ b/devel/lldb/patches/patch-tools_lldb-mi_MIUtilParse.h @@ -0,0 +1,14 @@ +$NetBSD: patch-tools_lldb-mi_MIUtilParse.h,v 1.1 2016/03/28 13:13:55 kamil Exp $ + +--- tools/lldb-mi/MIUtilParse.h.orig 2015-12-06 02:57:30.000000000 +0000 ++++ tools/lldb-mi/MIUtilParse.h +@@ -9,8 +9,7 @@ + + #pragma once + +-// Third party headers: +-#include "../lib/Support/regex_impl.h" ++#include "lldb/Utility/regex_impl.h" + + // In-house headers: + #include "MIUtilString.h" diff --git a/devel/lldb/patches/patch-tools_lldb-mi_MIUtilString.cpp b/devel/lldb/patches/patch-tools_lldb-mi_MIUtilString.cpp new file mode 100644 index 0000000000000..48d5f74851456 --- /dev/null +++ b/devel/lldb/patches/patch-tools_lldb-mi_MIUtilString.cpp @@ -0,0 +1,16 @@ +$NetBSD: patch-tools_lldb-mi_MIUtilString.cpp,v 1.1 2016/03/28 13:13:55 kamil Exp $ + +Cannot pass object of non-trivial type 'const CMIUtilString' +through variadic function. + +--- tools/lldb-mi/MIUtilString.cpp.orig 2016-02-21 02:08:07.000000000 +0000 ++++ tools/lldb-mi/MIUtilString.cpp +@@ -159,7 +159,7 @@ CMIUtilString::FormatPriv(const CMIUtilS + // Throws: None. + //-- + CMIUtilString +-CMIUtilString::Format(const CMIUtilString vFormating, ...) ++CMIUtilString::Format(const char* vFormating, ...) + { + va_list args; + va_start(args, vFormating); diff --git a/devel/lldb/patches/patch-tools_lldb-mi_MIUtilString.h b/devel/lldb/patches/patch-tools_lldb-mi_MIUtilString.h new file mode 100644 index 0000000000000..3e06257e5b6ba --- /dev/null +++ b/devel/lldb/patches/patch-tools_lldb-mi_MIUtilString.h @@ -0,0 +1,16 @@ +$NetBSD: patch-tools_lldb-mi_MIUtilString.h,v 1.1 2016/03/28 13:13:55 kamil Exp $ + +Cannot pass object of non-trivial type 'const CMIUtilString' +through variadic function. + +--- tools/lldb-mi/MIUtilString.h.orig 2016-02-21 02:08:07.000000000 +0000 ++++ tools/lldb-mi/MIUtilString.h +@@ -30,7 +30,7 @@ class CMIUtilString : public std::string + + // Static method: + public: +- static CMIUtilString Format(const CMIUtilString vFormating, ...); ++ static CMIUtilString Format(const char *vFormating, ...); + static CMIUtilString FormatBinary(const MIuint64 vnDecimal); + static CMIUtilString FormatValist(const CMIUtilString &vrFormating, va_list vArgs); + static bool IsAllValidAlphaAndNumeric(const char *vpText); diff --git a/devel/man-pages/Makefile b/devel/man-pages/Makefile index 67e1a0f29451b..e1658a5d989e2 100644 --- a/devel/man-pages/Makefile +++ b/devel/man-pages/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.3 2012/10/31 11:17:27 asau Exp $ +# $NetBSD: Makefile,v 1.4 2016/04/29 12:07:55 mef Exp $ # -DISTNAME= man-pages-3.41 +DISTNAME= man-pages-4.05 CATEGORIES= devel MASTER_SITES= http://www.kernel.org/pub/linux/docs/man-pages/ EXTRACT_SUFX= .tar.xz diff --git a/devel/man-pages/PLIST b/devel/man-pages/PLIST index 85cd90afd59ea..a5e599d09c42d 100644 --- a/devel/man-pages/PLIST +++ b/devel/man-pages/PLIST @@ -1,7 +1,15 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2012/05/12 07:16:47 wiz Exp $ +@comment $NetBSD: PLIST,v 1.2 2016/04/29 12:07:55 mef Exp $ man/man1/getent.1 +man/man1/iconv.1 man/man1/intro.1 man/man1/ldd.1 +man/man1/locale.1 +man/man1/localedef.1 +man/man1/memusage.1 +man/man1/memusagestat.1 +man/man1/mtrace.1 +man/man1/pldd.1 +man/man1/sprof.1 man/man1/time.1 man/man2/_Exit.2 man/man2/__clone2.2 @@ -25,6 +33,7 @@ man/man2/arm_fadvise64_64.2 man/man2/arm_sync_file_range.2 man/man2/bdflush.2 man/man2/bind.2 +man/man2/bpf.2 man/man2/break.2 man/man2/brk.2 man/man2/cacheflush.2 @@ -43,6 +52,7 @@ man/man2/clone.2 man/man2/clone2.2 man/man2/close.2 man/man2/connect.2 +man/man2/copy_file_range.2 man/man2/creat.2 man/man2/create_module.2 man/man2/delete_module.2 @@ -57,12 +67,16 @@ man/man2/epoll_wait.2 man/man2/eventfd.2 man/man2/eventfd2.2 man/man2/execve.2 +man/man2/execveat.2 man/man2/exit.2 man/man2/exit_group.2 man/man2/faccessat.2 man/man2/fadvise64.2 man/man2/fadvise64_64.2 man/man2/fallocate.2 +man/man2/fanotify_init.2 +man/man2/fanotify_mark.2 +man/man2/fattach.2 man/man2/fchdir.2 man/man2/fchmod.2 man/man2/fchmodat.2 @@ -72,7 +86,9 @@ man/man2/fchownat.2 man/man2/fcntl.2 man/man2/fcntl64.2 man/man2/fdatasync.2 +man/man2/fdetach.2 man/man2/fgetxattr.2 +man/man2/finit_module.2 man/man2/flistxattr.2 man/man2/flock.2 man/man2/fork.2 @@ -113,6 +129,7 @@ man/man2/getgroups32.2 man/man2/gethostid.2 man/man2/gethostname.2 man/man2/getitimer.2 +man/man2/getmsg.2 man/man2/getpagesize.2 man/man2/getpeername.2 man/man2/getpgid.2 @@ -121,6 +138,7 @@ man/man2/getpid.2 man/man2/getpmsg.2 man/man2/getppid.2 man/man2/getpriority.2 +man/man2/getrandom.2 man/man2/getresgid.2 man/man2/getresgid32.2 man/man2/getresuid.2 @@ -134,6 +152,7 @@ man/man2/gettid.2 man/man2/gettimeofday.2 man/man2/getuid.2 man/man2/getuid32.2 +man/man2/getunwind.2 man/man2/getxattr.2 man/man2/gtty.2 man/man2/idle.2 @@ -158,12 +177,16 @@ man/man2/io_getevents.2 man/man2/io_setup.2 man/man2/io_submit.2 man/man2/ioctl.2 +man/man2/ioctl_fat.2 man/man2/ioctl_list.2 man/man2/ioperm.2 man/man2/iopl.2 man/man2/ioprio_get.2 man/man2/ioprio_set.2 man/man2/ipc.2 +man/man2/isastream.2 +man/man2/kcmp.2 +man/man2/kexec_file_load.2 man/man2/kexec_load.2 man/man2/keyctl.2 man/man2/kill.2 @@ -187,6 +210,8 @@ man/man2/lstat64.2 man/man2/madvise.2 man/man2/madvise1.2 man/man2/mbind.2 +man/man2/membarrier.2 +man/man2/memfd_create.2 man/man2/migrate_pages.2 man/man2/mincore.2 man/man2/mkdir.2 @@ -194,6 +219,7 @@ man/man2/mkdirat.2 man/man2/mknod.2 man/man2/mknodat.2 man/man2/mlock.2 +man/man2/mlock2.2 man/man2/mlockall.2 man/man2/mmap.2 man/man2/mmap2.2 @@ -218,7 +244,9 @@ man/man2/msync.2 man/man2/munlock.2 man/man2/munlockall.2 man/man2/munmap.2 +man/man2/name_to_handle_at.2 man/man2/nanosleep.2 +man/man2/newfstatat.2 man/man2/nfsservctl.2 man/man2/nice.2 man/man2/oldfstat.2 @@ -227,6 +255,7 @@ man/man2/oldolduname.2 man/man2/oldstat.2 man/man2/olduname.2 man/man2/open.2 +man/man2/open_by_handle_at.2 man/man2/openat.2 man/man2/outb.2 man/man2/outb_p.2 @@ -237,12 +266,14 @@ man/man2/outsl.2 man/man2/outsw.2 man/man2/outw.2 man/man2/outw_p.2 -man/man2/path_resolution.2 man/man2/pause.2 man/man2/pciconfig_iobase.2 man/man2/pciconfig_read.2 man/man2/pciconfig_write.2 +man/man2/perf_event_open.2 +man/man2/perfmonctl.2 man/man2/personality.2 +man/man2/phys.2 man/man2/pipe.2 man/man2/pipe2.2 man/man2/pivot_root.2 @@ -254,12 +285,14 @@ man/man2/pread.2 man/man2/pread64.2 man/man2/preadv.2 man/man2/prlimit.2 +man/man2/prlimit64.2 man/man2/process_vm_readv.2 man/man2/process_vm_writev.2 man/man2/prof.2 man/man2/pselect.2 man/man2/pselect6.2 man/man2/ptrace.2 +man/man2/putmsg.2 man/man2/putpmsg.2 man/man2/pwrite.2 man/man2/pwrite64.2 @@ -281,7 +314,9 @@ man/man2/remap_file_pages.2 man/man2/removexattr.2 man/man2/rename.2 man/man2/renameat.2 +man/man2/renameat2.2 man/man2/request_key.2 +man/man2/restart_syscall.2 man/man2/rmdir.2 man/man2/rt_sigaction.2 man/man2/rt_sigpending.2 @@ -291,17 +326,23 @@ man/man2/rt_sigreturn.2 man/man2/rt_sigsuspend.2 man/man2/rt_sigtimedwait.2 man/man2/rt_tgsigqueueinfo.2 +man/man2/s390_pci_mmio_read.2 +man/man2/s390_pci_mmio_write.2 +man/man2/s390_runtime_instr.2 man/man2/sbrk.2 man/man2/sched_get_priority_max.2 man/man2/sched_get_priority_min.2 man/man2/sched_getaffinity.2 +man/man2/sched_getattr.2 man/man2/sched_getparam.2 man/man2/sched_getscheduler.2 man/man2/sched_rr_get_interval.2 man/man2/sched_setaffinity.2 +man/man2/sched_setattr.2 man/man2/sched_setparam.2 man/man2/sched_setscheduler.2 man/man2/sched_yield.2 +man/man2/seccomp.2 man/man2/security.2 man/man2/select.2 man/man2/select_tut.2 @@ -454,7 +495,9 @@ man/man3/CIRCLEQ_INSERT_HEAD.3 man/man3/CIRCLEQ_INSERT_TAIL.3 man/man3/CIRCLEQ_REMOVE.3 man/man3/CMSG_ALIGN.3 +man/man3/CMSG_DATA.3 man/man3/CMSG_FIRSTHDR.3 +man/man3/CMSG_LEN.3 man/man3/CMSG_NXTHDR.3 man/man3/CMSG_SPACE.3 man/man3/CPU_ALLOC.3 @@ -487,32 +530,90 @@ man/man3/HUGE_VAL.3 man/man3/HUGE_VALF.3 man/man3/HUGE_VALL.3 man/man3/INFINITY.3 +man/man3/LIST_EMPTY.3 man/man3/LIST_ENTRY.3 +man/man3/LIST_FIRST.3 +man/man3/LIST_FOREACH.3 man/man3/LIST_HEAD.3 +man/man3/LIST_HEAD_INITIALIZER.3 man/man3/LIST_INIT.3 man/man3/LIST_INSERT_AFTER.3 +man/man3/LIST_INSERT_BEFORE.3 man/man3/LIST_INSERT_HEAD.3 +man/man3/LIST_NEXT.3 man/man3/LIST_REMOVE.3 man/man3/MB_CUR_MAX.3 man/man3/MB_LEN_MAX.3 man/man3/NAN.3 +man/man3/SLIST_EMPTY.3 +man/man3/SLIST_ENTRY.3 +man/man3/SLIST_FIRST.3 +man/man3/SLIST_FOREACH.3 +man/man3/SLIST_HEAD.3 +man/man3/SLIST_HEAD_INITIALIZER.3 +man/man3/SLIST_INIT.3 +man/man3/SLIST_INSERT_AFTER.3 +man/man3/SLIST_INSERT_HEAD.3 +man/man3/SLIST_NEXT.3 +man/man3/SLIST_REMOVE.3 +man/man3/SLIST_REMOVE_HEAD.3 +man/man3/STAILQ_CONCAT.3 +man/man3/STAILQ_EMPTY.3 +man/man3/STAILQ_ENTRY.3 +man/man3/STAILQ_FIRST.3 +man/man3/STAILQ_FOREACH.3 +man/man3/STAILQ_HEAD.3 +man/man3/STAILQ_HEAD_INITIALIZER.3 +man/man3/STAILQ_INIT.3 +man/man3/STAILQ_INSERT_AFTER.3 +man/man3/STAILQ_INSERT_HEAD.3 +man/man3/STAILQ_INSERT_TAIL.3 +man/man3/STAILQ_NEXT.3 +man/man3/STAILQ_REMOVE.3 +man/man3/STAILQ_REMOVE_HEAD.3 +man/man3/TAILQ_CONCAT.3 +man/man3/TAILQ_EMPTY.3 man/man3/TAILQ_ENTRY.3 +man/man3/TAILQ_FIRST.3 +man/man3/TAILQ_FOREACH.3 +man/man3/TAILQ_FOREACH_REVERSE.3 man/man3/TAILQ_HEAD.3 +man/man3/TAILQ_HEAD_INITIALIZER.3 man/man3/TAILQ_INIT.3 man/man3/TAILQ_INSERT_AFTER.3 +man/man3/TAILQ_INSERT_BEFORE.3 man/man3/TAILQ_INSERT_HEAD.3 man/man3/TAILQ_INSERT_TAIL.3 +man/man3/TAILQ_LAST.3 +man/man3/TAILQ_NEXT.3 +man/man3/TAILQ_PREV.3 man/man3/TAILQ_REMOVE.3 +man/man3/TAILQ_SWAP.3 +man/man3/__after_morecore_hook.3 man/man3/__fbufsize.3 man/man3/__flbf.3 man/man3/__fpending.3 man/man3/__fpurge.3 man/man3/__freadable.3 man/man3/__freading.3 +man/man3/__free_hook.3 man/man3/__fsetlocking.3 man/man3/__fwritable.3 man/man3/__fwriting.3 man/man3/__malloc_hook.3 +man/man3/__malloc_initialize_hook.3 +man/man3/__memalign_hook.3 +man/man3/__ppc_get_timebase.3 +man/man3/__ppc_get_timebase_freq.3 +man/man3/__ppc_mdoio.3 +man/man3/__ppc_mdoom.3 +man/man3/__ppc_set_ppr_low.3 +man/man3/__ppc_set_ppr_med.3 +man/man3/__ppc_set_ppr_med_high.3 +man/man3/__ppc_set_ppr_med_low.3 +man/man3/__ppc_set_ppr_very_low.3 +man/man3/__ppc_yield.3 +man/man3/__realloc_hook.3 man/man3/__setfpucw.3 man/man3/_flushlbf.3 man/man3/a64l.3 @@ -641,12 +742,6 @@ man/man3/ccosl.3 man/man3/ceil.3 man/man3/ceilf.3 man/man3/ceill.3 -man/man3/cerf.3 -man/man3/cerfc.3 -man/man3/cerfcf.3 -man/man3/cerfcl.3 -man/man3/cerff.3 -man/man3/cerfl.3 man/man3/cexp.3 man/man3/cexp2.3 man/man3/cexp2f.3 @@ -755,8 +850,11 @@ man/man3/dirname.3 man/man3/div.3 man/man3/dl_iterate_phdr.3 man/man3/dladdr.3 +man/man3/dladdr1.3 man/man3/dlclose.3 man/man3/dlerror.3 +man/man3/dlinfo.3 +man/man3/dlmopen.3 man/man3/dlopen.3 man/man3/dlsym.3 man/man3/dlvsym.3 @@ -768,6 +866,7 @@ man/man3/drand48_r.3 man/man3/drem.3 man/man3/dremf.3 man/man3/dreml.3 +man/man3/duplocale.3 man/man3/dysize.3 man/man3/eaccess.3 man/man3/ecb_crypt.3 @@ -945,6 +1044,7 @@ man/man3/free.3 man/man3/freeaddrinfo.3 man/man3/freehostent.3 man/man3/freeifaddrs.3 +man/man3/freelocale.3 man/man3/freopen.3 man/man3/frexp.3 man/man3/frexpf.3 @@ -981,26 +1081,31 @@ man/man3/gamma.3 man/man3/gammaf.3 man/man3/gammal.3 man/man3/gcvt.3 +man/man3/get_avphys_pages.3 man/man3/get_current_dir_name.3 man/man3/get_myaddress.3 man/man3/get_nprocs.3 man/man3/get_nprocs_conf.3 +man/man3/get_phys_pages.3 man/man3/getaddrinfo.3 man/man3/getaddrinfo_a.3 man/man3/getaliasbyname.3 man/man3/getaliasbyname_r.3 man/man3/getaliasent.3 man/man3/getaliasent_r.3 +man/man3/getauxval.3 man/man3/getc.3 man/man3/getc_unlocked.3 man/man3/getchar.3 man/man3/getchar_unlocked.3 +man/man3/getcontext.3 man/man3/getcwd.3 man/man3/getdate.3 man/man3/getdate_err.3 man/man3/getdate_r.3 man/man3/getdelim.3 man/man3/getdirentries.3 +man/man3/getdtablesize.3 man/man3/getenv.3 man/man3/getfsent.3 man/man3/getfsfile.3 @@ -1107,6 +1212,7 @@ man/man3/gnu_dev_minor.3 man/man3/gnu_get_libc_release.3 man/man3/gnu_get_libc_version.3 man/man3/grantpt.3 +man/man3/group_member.3 man/man3/gsignal.3 man/man3/h_errno.3 man/man3/hash.3 @@ -1133,6 +1239,10 @@ man/man3/hypotl.3 man/man3/iconv.3 man/man3/iconv_close.3 man/man3/iconv_open.3 +man/man3/if_freenameindex.3 +man/man3/if_indextoname.3 +man/man3/if_nameindex.3 +man/man3/if_nametoindex.3 man/man3/ilogb.3 man/man3/ilogbf.3 man/man3/ilogbl.3 @@ -1144,6 +1254,8 @@ man/man3/inet_addr.3 man/man3/inet_aton.3 man/man3/inet_lnaof.3 man/man3/inet_makeaddr.3 +man/man3/inet_net_ntop.3 +man/man3/inet_net_pton.3 man/man3/inet_netof.3 man/man3/inet_network.3 man/man3/inet_ntoa.3 @@ -1159,14 +1271,22 @@ man/man3/intro.3 man/man3/iruserok.3 man/man3/iruserok_af.3 man/man3/isalnum.3 +man/man3/isalnum_l.3 man/man3/isalpha.3 +man/man3/isalpha_l.3 man/man3/isascii.3 +man/man3/isascii_l.3 man/man3/isatty.3 man/man3/isblank.3 +man/man3/isblank_l.3 man/man3/iscntrl.3 +man/man3/iscntrl_l.3 man/man3/isdigit.3 +man/man3/isdigit_l.3 +man/man3/isfdtype.3 man/man3/isfinite.3 man/man3/isgraph.3 +man/man3/isgraph_l.3 man/man3/isgreater.3 man/man3/isgreaterequal.3 man/man3/isinf.3 @@ -1176,15 +1296,20 @@ man/man3/isless.3 man/man3/islessequal.3 man/man3/islessgreater.3 man/man3/islower.3 +man/man3/islower_l.3 man/man3/isnan.3 man/man3/isnanf.3 man/man3/isnanl.3 man/man3/isnormal.3 man/man3/isprint.3 +man/man3/isprint_l.3 man/man3/ispunct.3 +man/man3/ispunct_l.3 man/man3/isspace.3 +man/man3/isspace_l.3 man/man3/isunordered.3 man/man3/isupper.3 +man/man3/isupper_l.3 man/man3/iswalnum.3 man/man3/iswalpha.3 man/man3/iswblank.3 @@ -1199,6 +1324,7 @@ man/man3/iswspace.3 man/man3/iswupper.3 man/man3/iswxdigit.3 man/man3/isxdigit.3 +man/man3/isxdigit_l.3 man/man3/j0.3 man/man3/j0f.3 man/man3/j0l.3 @@ -1352,6 +1478,7 @@ man/man3/nearbyint.3 man/man3/nearbyintf.3 man/man3/nearbyintl.3 man/man3/netlink.3 +man/man3/newlocale.3 man/man3/nextafter.3 man/man3/nextafterf.3 man/man3/nextafterl.3 @@ -1360,10 +1487,14 @@ man/man3/nexttowardf.3 man/man3/nexttowardl.3 man/man3/nftw.3 man/man3/nl_langinfo.3 +man/man3/nl_langinfo_l.3 man/man3/nrand48.3 man/man3/nrand48_r.3 man/man3/ntohl.3 man/man3/ntohs.3 +man/man3/ntp_adjtime.3 +man/man3/ntp_gettime.3 +man/man3/ntp_gettimex.3 man/man3/offsetof.3 man/man3/on_exit.3 man/man3/open_memstream.3 @@ -1386,8 +1517,11 @@ man/man3/pmap_set.3 man/man3/pmap_unset.3 man/man3/popen.3 man/man3/posix_fallocate.3 +man/man3/posix_madvise.3 man/man3/posix_memalign.3 man/man3/posix_openpt.3 +man/man3/posix_spawn.3 +man/man3/posix_spawnp.3 man/man3/pow.3 man/man3/pow10.3 man/man3/pow10f.3 @@ -1435,15 +1569,19 @@ man/man3/pthread_getaffinity_np.3 man/man3/pthread_getattr_np.3 man/man3/pthread_getconcurrency.3 man/man3/pthread_getcpuclockid.3 +man/man3/pthread_getname_np.3 man/man3/pthread_getschedparam.3 man/man3/pthread_join.3 man/man3/pthread_kill.3 man/man3/pthread_kill_other_threads_np.3 +man/man3/pthread_rwlockattr_getkind_np.3 +man/man3/pthread_rwlockattr_setkind_np.3 man/man3/pthread_self.3 man/man3/pthread_setaffinity_np.3 man/man3/pthread_setcancelstate.3 man/man3/pthread_setcanceltype.3 man/man3/pthread_setconcurrency.3 +man/man3/pthread_setname_np.3 man/man3/pthread_setschedparam.3 man/man3/pthread_setschedprio.3 man/man3/pthread_sigmask.3 @@ -1510,6 +1648,12 @@ man/man3/remquof.3 man/man3/remquol.3 man/man3/res_init.3 man/man3/res_mkquery.3 +man/man3/res_ninit.3 +man/man3/res_nmkquery.3 +man/man3/res_nquery.3 +man/man3/res_nquerydomain.3 +man/man3/res_nsearch.3 +man/man3/res_nsend.3 man/man3/res_query.3 man/man3/res_querydomain.3 man/man3/res_search.3 @@ -1547,6 +1691,7 @@ man/man3/scandir.3 man/man3/scandirat.3 man/man3/scanf.3 man/man3/sched_getcpu.3 +man/man3/secure_getenv.3 man/man3/seed48.3 man/man3/seed48_r.3 man/man3/seekdir.3 @@ -1563,6 +1708,7 @@ man/man3/sem_wait.3 man/man3/setaliasent.3 man/man3/setbuf.3 man/man3/setbuffer.3 +man/man3/setcontext.3 man/man3/setenv.3 man/man3/setfsent.3 man/man3/setgrent.3 @@ -1667,8 +1813,10 @@ man/man3/strcspn.3 man/man3/strdup.3 man/man3/strdupa.3 man/man3/strerror.3 +man/man3/strerror_l.3 man/man3/strerror_r.3 man/man3/strfmon.3 +man/man3/strfmon_l.3 man/man3/strfry.3 man/man3/strftime.3 man/man3/string.3 @@ -1770,10 +1918,14 @@ man/man3/tmpnam.3 man/man3/tmpnam_r.3 man/man3/toascii.3 man/man3/tolower.3 +man/man3/tolower_l.3 man/man3/toupper.3 +man/man3/toupper_l.3 man/man3/towctrans.3 man/man3/towlower.3 +man/man3/towlower_l.3 man/man3/towupper.3 +man/man3/towupper_l.3 man/man3/trunc.3 man/man3/truncf.3 man/man3/truncl.3 @@ -1795,6 +1947,7 @@ man/man3/unlockpt.3 man/man3/unsetenv.3 man/man3/updwtmp.3 man/man3/updwtmpx.3 +man/man3/uselocale.3 man/man3/usleep.3 man/man3/utmpname.3 man/man3/utmpxname.3 @@ -1929,16 +2082,16 @@ man/man4/console_codes.4 man/man4/console_ioctl.4 man/man4/cpuid.4 man/man4/dsp56k.4 -man/man4/epoll.4 man/man4/fd.4 -man/man4/fifo.4 man/man4/full.4 -man/man4/futex.4 man/man4/hd.4 man/man4/hpsa.4 man/man4/initrd.4 man/man4/intro.4 man/man4/kmem.4 +man/man4/lirc.4 +man/man4/loop-control.4 +man/man4/loop.4 man/man4/lp.4 man/man4/mem.4 man/man4/mouse.4 @@ -1962,15 +2115,15 @@ man/man4/vcsa.4 man/man4/wavelan.4 man/man4/zero.4 man/man5/acct.5 +man/man5/attr.5 man/man5/charmap.5 -man/man5/complex.5 man/man5/core.5 man/man5/dir_colors.5 man/man5/elf.5 -man/man5/environ.5 man/man5/filesystems.5 man/man5/fs.5 man/man5/ftpusers.5 +man/man5/gai.conf.5 man/man5/group.5 man/man5/host.conf.5 man/man5/hosts.5 @@ -1983,11 +2136,14 @@ man/man5/motd.5 man/man5/networks.5 man/man5/nologin.5 man/man5/nscd.conf.5 +man/man5/nss.5 man/man5/nsswitch.conf.5 man/man5/numa_maps.5 man/man5/passwd.5 man/man5/proc.5 +man/man5/procfs.5 man/man5/protocols.5 +man/man5/repertoiremap.5 man/man5/resolv.conf.5 man/man5/resolver.5 man/man5/rpc.5 @@ -2006,17 +2162,20 @@ man/man7/aio.7 man/man7/armscii-8.7 man/man7/arp.7 man/man7/ascii.7 +man/man7/attributes.7 man/man7/boot.7 man/man7/bootparam.7 man/man7/capabilities.7 man/man7/charsets.7 man/man7/complex.7 man/man7/cp1251.7 +man/man7/cp1252.7 man/man7/cpuset.7 man/man7/credentials.7 man/man7/ddp.7 man/man7/environ.7 man/man7/epoll.7 +man/man7/fanotify.7 man/man7/feature_test_macros.7 man/man7/fifo.7 man/man7/futex.7 @@ -2095,12 +2254,15 @@ man/man7/math_error.7 man/man7/mdoc.7 man/man7/mdoc.samples.7 man/man7/mq_overview.7 +man/man7/namespaces.7 man/man7/netdevice.7 man/man7/netlink.7 +man/man7/nptl.7 man/man7/numa.7 man/man7/operator.7 man/man7/packet.7 man/man7/path_resolution.7 +man/man7/pid_namespaces.7 man/man7/pipe.7 man/man7/posixoptions.7 man/man7/pthreads.7 @@ -2109,6 +2271,7 @@ man/man7/raw.7 man/man7/regex.7 man/man7/rtld-audit.7 man/man7/rtnetlink.7 +man/man7/sched.7 man/man7/sem_overview.7 man/man7/shm_overview.7 man/man7/sigevent.7 @@ -2131,16 +2294,20 @@ man/man7/unix.7 man/man7/uri.7 man/man7/url.7 man/man7/urn.7 +man/man7/user_namespaces.7 man/man7/utf-8.7 man/man7/utf8.7 +man/man7/vdso.7 man/man7/x25.7 +man/man7/xattr.7 +man/man8/iconvconfig.8 man/man8/intro.8 man/man8/ld-linux.8 man/man8/ld-linux.so.8 man/man8/ld.so.8 man/man8/ldconfig.8 man/man8/nscd.8 -man/man8/sync.8 +man/man8/sln.8 man/man8/tzselect.8 man/man8/zdump.8 man/man8/zic.8 diff --git a/devel/man-pages/distinfo b/devel/man-pages/distinfo index 3538e6b188186..e722695590ed3 100644 --- a/devel/man-pages/distinfo +++ b/devel/man-pages/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.2 2015/11/03 03:27:49 agc Exp $ +$NetBSD: distinfo,v 1.3 2016/04/29 12:07:55 mef Exp $ -SHA1 (man-pages-3.41.tar.xz) = 61926b4b561abd9a67c620c7e15c7642216acb42 -RMD160 (man-pages-3.41.tar.xz) = d1de94957ff4ddc2d4e7c40f177c2e1e792f8dfc -SHA512 (man-pages-3.41.tar.xz) = fe083132d083c940a9de4c299e5aa82ef7cdab56430ab45f2f6b1993cee08e61c954003311eeaa44913e716ebe726ee0a4e49e7066d0493e22303450a5f8610b -Size (man-pages-3.41.tar.xz) = 1090072 bytes +SHA1 (man-pages-4.05.tar.xz) = 629065a7d408bb272f6d605943341746e2cea3d9 +RMD160 (man-pages-4.05.tar.xz) = 32fa54fd3bc4a5946c75f673450ac465f1d079b8 +SHA512 (man-pages-4.05.tar.xz) = 37464776bc9b4373e7d4caa6539db99b5c4811c3b157c6d67bac2cbe3930c3d218d4cee45ef578b8fb5b8cea8fba1e1980d1064883938b490a50fdd7708c1101 +Size (man-pages-4.05.tar.xz) = 1452936 bytes SHA1 (patch-Makefile) = de0ce7e3d86c4a1dc55ce423b52f58dd92adcbad diff --git a/devel/meld/Makefile b/devel/meld/Makefile index d867c7fd0f489..3a9f28337b893 100644 --- a/devel/meld/Makefile +++ b/devel/meld/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.65 2015/12/29 17:27:25 abs Exp $ +# $NetBSD: Makefile,v 1.68 2016/05/05 11:32:24 wiz Exp $ -DISTNAME= meld-3.15.1 -PKGREVISION= 1 +DISTNAME= meld-3.16.0 CATEGORIES= devel -MASTER_SITES= ${MASTER_SITE_GNOME:=sources/meld/3.15/} +MASTER_SITES= ${MASTER_SITE_GNOME:=sources/meld/3.16/} EXTRACT_SUFX= .tar.xz MAINTAINER= wiz@NetBSD.org diff --git a/devel/meld/PLIST b/devel/meld/PLIST index cd7695a93520d..1f6f7b6e5067d 100644 --- a/devel/meld/PLIST +++ b/devel/meld/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.24 2015/10/15 11:47:14 wiz Exp $ +@comment $NetBSD: PLIST,v 1.25 2016/04/08 14:40:55 wiz Exp $ bin/meld ${PYSITELIB}/${EGG_FILE} ${PYSITELIB}/meld/__init__.py @@ -147,6 +147,9 @@ ${PYSITELIB}/meld/vc/_vc.pyo ${PYSITELIB}/meld/vc/bzr.py ${PYSITELIB}/meld/vc/bzr.pyc ${PYSITELIB}/meld/vc/bzr.pyo +${PYSITELIB}/meld/vc/darcs.py +${PYSITELIB}/meld/vc/darcs.pyc +${PYSITELIB}/meld/vc/darcs.pyo ${PYSITELIB}/meld/vc/git.py ${PYSITELIB}/meld/vc/git.pyc ${PYSITELIB}/meld/vc/git.pyo @@ -347,6 +350,7 @@ share/meld/ui/meldapp-ui.xml share/meld/ui/meldapp.ui share/meld/ui/patch-dialog.ui share/meld/ui/preferences.ui +share/meld/ui/shortcuts.ui share/meld/ui/tab-placeholder.ui share/meld/ui/vcview-ui.xml share/meld/ui/vcview.ui diff --git a/devel/meld/distinfo b/devel/meld/distinfo index eb7e0d1496063..be8fd580340ba 100644 --- a/devel/meld/distinfo +++ b/devel/meld/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.41 2015/12/27 21:48:49 wiz Exp $ +$NetBSD: distinfo,v 1.44 2016/05/05 11:32:24 wiz Exp $ -SHA1 (meld-3.15.1.tar.xz) = 43c0b089711843524935cf2d611c35cf24bf29e0 -RMD160 (meld-3.15.1.tar.xz) = 35726330387cee22e50f50899bcf9323f1a838ea -SHA512 (meld-3.15.1.tar.xz) = 29590c5055428be2bc13df6be09626b08a3c20cd8bf855da6ba9eb25d0e121df17098b7ed8908e76c82e7352afcc10b8e7818336c18c73b9ad1b0693dc8b5e4a -Size (meld-3.15.1.tar.xz) = 504628 bytes +SHA1 (meld-3.16.0.tar.xz) = 12cd5074ad23650776334cf3d1f2d803d5f2db97 +RMD160 (meld-3.16.0.tar.xz) = 7fc0dbded07dd5efe067c7fb650fc8415ad62825 +SHA512 (meld-3.16.0.tar.xz) = 12425fbdcafcd305bebbf368292c0481fd17b2e75f73c9788d9e017ab22b6ef986f3b4ec2fb44063141b6a6072975397402f7a59ed27666a788c73e4861dd720 +Size (meld-3.16.0.tar.xz) = 532000 bytes diff --git a/devel/menhir/Makefile b/devel/menhir/Makefile index 5188a16a1caf9..0c4161e6a4ac6 100644 --- a/devel/menhir/Makefile +++ b/devel/menhir/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.15 2016/02/06 12:10:33 jaapb Exp $ +# $NetBSD: Makefile,v 1.17 2016/05/06 11:51:47 jaapb Exp $ # -DISTNAME= menhir-20140422 -PKGREVISION= 2 +DISTNAME= menhir-20160303 CATEGORIES= devel MASTER_SITES= http://cristal.inria.fr/~fpottier/menhir/ diff --git a/devel/menhir/PLIST b/devel/menhir/PLIST index 4b85cc732970d..b08babb921bc4 100644 --- a/devel/menhir/PLIST +++ b/devel/menhir/PLIST @@ -1,39 +1,62 @@ -@comment $NetBSD: PLIST,v 1.5 2014/08/17 14:37:23 jaapb Exp $ +@comment $NetBSD: PLIST,v 1.6 2016/05/06 11:51:47 jaapb Exp $ bin/menhir -lib/ocaml/site-lib/menhirLib/META -lib/ocaml/site-lib/menhirLib/menhirLib.cmi -lib/ocaml/site-lib/menhirLib/menhirLib.cmo -${PLIST.ocaml-opt}lib/ocaml/site-lib/menhirLib/menhirLib.cmx -lib/ocaml/site-lib/menhirLib/menhirLib.o +${OCAML_SITELIB}/menhirLib/META +${OCAML_SITELIB}/menhirLib/menhirLib.cmi +${OCAML_SITELIB}/menhirLib/menhirLib.cmo +${PLIST.ocaml-opt}${OCAML_SITELIB}/menhirLib/menhirLib.cmx +${OCAML_SITELIB}/menhirLib/menhirLib.ml +${OCAML_SITELIB}/menhirLib/menhirLib.mli +${OCAML_SITELIB}/menhirLib/menhirLib.o +man/man1/menhir.1 share/doc/menhir/demos/Makefile -share/doc/menhir/demos/Makefile.auto -share/doc/menhir/demos/Makefile.shared -share/doc/menhir/demos/OMakefile.shared +share/doc/menhir/demos/calc-incremental/Makefile +share/doc/menhir/demos/calc-incremental/README +share/doc/menhir/demos/calc-incremental/calc.ml +share/doc/menhir/demos/calc-incremental/lexer.mll +share/doc/menhir/demos/calc-incremental/parser.mly +share/doc/menhir/demos/calc-inspection/CalcErrorReporting.ml +share/doc/menhir/demos/calc-inspection/CalcErrorReporting.mli +share/doc/menhir/demos/calc-inspection/CalcPrinters.ml +share/doc/menhir/demos/calc-inspection/CalcPrinters.mli +share/doc/menhir/demos/calc-inspection/ErrorReporting.ml +share/doc/menhir/demos/calc-inspection/ErrorReporting.mli +share/doc/menhir/demos/calc-inspection/Makefile +share/doc/menhir/demos/calc-inspection/README +share/doc/menhir/demos/calc-inspection/calc.ml +share/doc/menhir/demos/calc-inspection/lexer.mll +share/doc/menhir/demos/calc-inspection/parser.mly share/doc/menhir/demos/calc-param/Makefile -share/doc/menhir/demos/calc-param/OMakefile -share/doc/menhir/demos/calc-param/OMakeroot share/doc/menhir/demos/calc-param/README +share/doc/menhir/demos/calc-param/_tags share/doc/menhir/demos/calc-param/calc.ml share/doc/menhir/demos/calc-param/lexer.mll +share/doc/menhir/demos/calc-param/myocamlbuild.ml share/doc/menhir/demos/calc-param/parser.mly +share/doc/menhir/demos/calc-param/parser.mlypack share/doc/menhir/demos/calc-param/tokens.mly +share/doc/menhir/demos/calc-param/tokens.mlypack share/doc/menhir/demos/calc-two/Makefile -share/doc/menhir/demos/calc-two/OMakefile -share/doc/menhir/demos/calc-two/OMakeroot share/doc/menhir/demos/calc-two/README +share/doc/menhir/demos/calc-two/_tags share/doc/menhir/demos/calc-two/algebraic.mly +share/doc/menhir/demos/calc-two/algebraic.mlypack share/doc/menhir/demos/calc-two/calc.ml share/doc/menhir/demos/calc-two/common.mly share/doc/menhir/demos/calc-two/lexer.mll +share/doc/menhir/demos/calc-two/myocamlbuild.ml share/doc/menhir/demos/calc-two/reverse.mly +share/doc/menhir/demos/calc-two/reverse.mlypack share/doc/menhir/demos/calc-two/tokens.mly +share/doc/menhir/demos/calc-two/tokens.mlypack share/doc/menhir/demos/calc/Makefile -share/doc/menhir/demos/calc/OMakefile -share/doc/menhir/demos/calc/OMakeroot share/doc/menhir/demos/calc/README share/doc/menhir/demos/calc/calc.ml share/doc/menhir/demos/calc/lexer.mll share/doc/menhir/demos/calc/parser.mly -share/doc/menhir/demos/ocamldep.wrapper +share/doc/menhir/demos/find-menhir.sh +share/doc/menhir/demos/obsolete/Makefile.auto +share/doc/menhir/demos/obsolete/Makefile.calc-two +share/doc/menhir/demos/obsolete/Makefile.shared +share/doc/menhir/demos/obsolete/ocamldep.wrapper share/doc/menhir/manual.pdf share/menhir/standard.mly diff --git a/devel/menhir/distinfo b/devel/menhir/distinfo index b4bc74e214d97..335dcbe40cc35 100644 --- a/devel/menhir/distinfo +++ b/devel/menhir/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.5 2015/11/03 03:27:49 agc Exp $ +$NetBSD: distinfo,v 1.6 2016/05/06 11:51:47 jaapb Exp $ -SHA1 (menhir-20140422.tar.gz) = 1f8980f1436f162c8abed990ade51f0e9433f7a2 -RMD160 (menhir-20140422.tar.gz) = 853424f43ded78922ab7c4dcbd63e542ee54ca46 -SHA512 (menhir-20140422.tar.gz) = 1c40664918671984a74d8341ad8b074d0871acebd9f6b3e06584d8092b3f1c67fcdb0dc13e707abc569940570d5f3282520e34990b2ed06732c047ecf3edc01f -Size (menhir-20140422.tar.gz) = 549129 bytes -SHA1 (patch-Makefile) = 7ad5387d4d8df2fba43ab42b1d041aeb32137104 +SHA1 (menhir-20160303.tar.gz) = 46d58d98e2073d056b026d0508bd52e772f19df0 +RMD160 (menhir-20160303.tar.gz) = 9dd78e488c79067f493cbc233b26019e68071b51 +SHA512 (menhir-20160303.tar.gz) = 9d5dbdf863f8e3157933a79690835d98f806e8110d3fcfe2b6e4137522fe8a5d063d058e4956ba30ed71a3ac5b2a82020f598799c67c4b692e4712e15b7f290c +Size (menhir-20160303.tar.gz) = 750200 bytes +SHA1 (patch-Makefile) = a15a0f7d42c3e5375af8b38de3296ff8634f1f68 diff --git a/devel/menhir/patches/patch-Makefile b/devel/menhir/patches/patch-Makefile index 2c04f806fb85a..2ce1dabe0bd78 100644 --- a/devel/menhir/patches/patch-Makefile +++ b/devel/menhir/patches/patch-Makefile @@ -1,39 +1,50 @@ -$NetBSD: patch-Makefile,v 1.2 2014/08/17 14:37:23 jaapb Exp $ +$NetBSD: patch-Makefile,v 1.3 2016/05/06 11:51:47 jaapb Exp $ -Use correct install locations ---- Makefile.orig 2014-04-22 08:04:21.000000000 +0000 +Use correct install locations and BSD_INSTALL_* +--- Makefile.orig 2016-03-03 10:30:08.000000000 +0000 +++ Makefile -@@ -48,10 +48,10 @@ endif - # ---------------------------------------------------------------------------- - # Installation paths. +@@ -45,10 +45,10 @@ endif + # These may be overridden from outside; e.g., our opam package description + # provides its own values of docdir, libdir, and mandir. --bindir := ${PREFIX}/bin --docdir := ${PREFIX}/share/doc/menhir --libdir := ${PREFIX}/share/menhir --mandir := ${PREFIX}/share/man/man1 -+bindir := ${DESTDIR}${PREFIX}/bin -+docdir := ${DESTDIR}${PREFIX}/share/doc/menhir -+libdir := ${DESTDIR}${PREFIX}/share/menhir -+mandir := ${DESTDIR}${PKGMANDIR}/man1 +-bindir := $(PREFIX)/bin +-docdir := $(PREFIX)/share/doc/menhir +-libdir := $(PREFIX)/share/menhir +-mandir := $(PREFIX)/share/man/man1 ++bindir := $(DESTDIR)$(PREFIX)/bin ++docdir := $(DESTDIR)$(PREFIX)/share/doc/menhir ++libdir := $(DESTDIR)$(PREFIX)/share/menhir ++mandir := $(DESTDIR)$(PREFIX)/man/man1 MANS := menhir.1 DOCS := manual.pdf demos MLYLIB := src/standard.mly -@@ -95,13 +95,15 @@ install: - mkdir -p $(libdir) - mkdir -p $(docdir) - mkdir -p $(mandir) -- install $(BUILDDIR)/menhir.native $(bindir)/$(MENHIREXE) +@@ -164,22 +164,22 @@ endif + + install: + # Install the executable. +- mkdir -p $(bindir) +- install $(BUILDDIR)/menhir.$(TARGET) $(bindir)/$(MENHIREXE) ++ $(BSD_INSTALL_PROGRAM_DIR) $(bindir) ++ $(BSD_INSTALL_PROGRAM) $(BUILDDIR)/menhir.$(TARGET) $(bindir)/$(MENHIREXE) + # Install the library. +- mkdir -p $(libdir) - install -m 644 $(MLYLIB) $(libdir) -+ ${BSD_INSTALL_PROGRAM} $(BUILDDIR)/menhir.native $(bindir)/$(MENHIREXE) -+ ${BSD_INSTALL_DATA} -m 644 $(MLYLIB) $(libdir) - cp -r $(DOCS) $(docdir) - cp -r $(MANS) $(mandir) - @if $(USE_OCAMLFIND) ; then \ ++ $(BSD_INSTALL_LIB_DIR) $(libdir) ++ $(BSD_INSTALL_DATA) -m 644 $(MLYLIB) $(libdir) + @if `$(BUILDDIR)/menhir.$(TARGET) --suggest-ocamlfind` ; then \ echo Installing MenhirLib via ocamlfind. ; \ -- ocamlfind install menhirLib src/META $(patsubst %,$(BUILDDIR)/%,$(MENHIRLIB)) ; \ -+ ocamlfind install -destdir ${DESTDIR}${PREFIX}/${OCAML_SITELIBDIR} \ -+ -ldconf ignore \ -+ menhirLib src/META $(patsubst %,$(BUILDDIR)/%,$(MENHIRLIB)) ; \ + ocamlfind install menhirLib src/META $(patsubst %,$(BUILDDIR)/%,$(MENHIRLIB)) ; \ else \ echo Installing MenhirLib manually. ; \ - install -m 644 $(patsubst %,$(BUILDDIR)/%,$(MENHIRLIB)) $(libdir) ; \ +- install -m 644 $(patsubst %,$(BUILDDIR)/%,$(MENHIRLIB)) $(libdir) ; \ ++ $(BSD_INSTALL_DATA) -m 644 $(patsubst %,$(BUILDDIR)/%,$(MENHIRLIB)) $(libdir) ; \ + fi + # Install the documentation, if it has been built. + if [ -f manual.pdf ] ; then \ +- mkdir -p $(docdir) ; \ +- mkdir -p $(mandir) ; \ ++ $(BSD_INSTALL_DATA_DIR) $(docdir) ; \ ++ $(BSD_INSTALL_MAN_DIR) $(mandir) ; \ + cp -r $(DOCS) $(docdir) ; \ + cp -r $(MANS) $(mandir) ; \ + fi diff --git a/devel/mico/distinfo b/devel/mico/distinfo index f25300781e1c1..9c36193d5b1f1 100644 --- a/devel/mico/distinfo +++ b/devel/mico/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.5 2015/11/03 03:27:49 agc Exp $ +$NetBSD: distinfo,v 1.6 2016/04/21 13:48:23 jperkin Exp $ SHA1 (mico-2.3.12.tar.gz) = e1885362d559ea97c62a2437a1d3a94114ef5b05 RMD160 (mico-2.3.12.tar.gz) = 2f45ace5044233f171ac8e4fd389d523befaca51 @@ -6,6 +6,6 @@ SHA512 (mico-2.3.12.tar.gz) = 0e8b1c5c0c713a78703fb6b34a5997269d30211d0ae807d6c4 Size (mico-2.3.12.tar.gz) = 2837502 bytes SHA1 (patch-aa) = 1a69df4063234d956ab10bf2cbbcaa34508923ad SHA1 (patch-ab) = 31c9bf32df643d5071016724799ee4ecf980788e -SHA1 (patch-ac) = a9f063059daec082ff9813b3d15020272770c14c +SHA1 (patch-ac) = 1bd6c5c4a223d4bd1ac73b8d690505b5e72f35b7 SHA1 (patch-include_mico_throw.h) = 9b58977a59104312902ec11faf02515ccfb1f2d5 SHA1 (patch-orb_fast__array.cc) = 750c8d8836c3b8cc9e02e20eea837d594ba76958 diff --git a/devel/mico/patches/patch-ac b/devel/mico/patches/patch-ac index dc7e7ffc9dcd2..ecf8158759a76 100644 --- a/devel/mico/patches/patch-ac +++ b/devel/mico/patches/patch-ac @@ -1,4 +1,6 @@ -$NetBSD: patch-ac,v 1.1.1.1 2008/09/02 07:18:26 tonnerre Exp $ +$NetBSD: patch-ac,v 1.2 2016/04/21 13:48:23 jperkin Exp $ + +Use PKGMANDIR. --- man/Makefile.orig 2005-11-25 12:15:53.000000000 +0100 +++ man/Makefile @@ -7,10 +9,10 @@ $NetBSD: patch-ac,v 1.1.1.1 2008/09/02 07:18:26 tonnerre Exp $ install: for i in $(DIRS); do \ - $(IDIRCMD) $(SHARED_INSTDIR)/man/$$i; \ -+ $(IDIRCMD) $(INSTDIR)/man/$$i; \ ++ $(IDIRCMD) $(INSTDIR)/$(PKGMANDIR)/$$i; \ for j in $$i/*.[1-9]; do $(IMANCMD) $$j \ - $(SHARED_INSTDIR)/man/$$i/; done; \ -+ $(INSTDIR)/man/$$i/; done; \ ++ $(INSTDIR)/$(PKGMANDIR)/$$i/; done; \ done install-cd: install diff --git a/devel/mono-addins/Makefile b/devel/mono-addins/Makefile index d159bd890889d..aef4944b6f1f9 100644 --- a/devel/mono-addins/Makefile +++ b/devel/mono-addins/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.30 2015/10/10 01:57:52 ryoon Exp $ +# $NetBSD: Makefile,v 1.31 2016/04/11 19:01:34 ryoon Exp $ DISTNAME= mono-addins-1.1 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= devel MASTER_SITES= http://download.mono-project.com/sources/mono-addins/ diff --git a/devel/mono-addins/buildlink3.mk b/devel/mono-addins/buildlink3.mk index 1e690779a9b24..1d44f8bf58ac5 100644 --- a/devel/mono-addins/buildlink3.mk +++ b/devel/mono-addins/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.18 2015/05/23 06:55:10 kefren Exp $ +# $NetBSD: buildlink3.mk,v 1.19 2016/04/11 19:01:34 ryoon Exp $ BUILDLINK_TREE+= mono-addins @@ -6,7 +6,7 @@ BUILDLINK_TREE+= mono-addins MONO_ADDINS_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.mono-addins+= mono-addins>=0.3 -BUILDLINK_ABI_DEPENDS.mono-addins+= mono-addins>=1.0nb7 +BUILDLINK_ABI_DEPENDS.mono-addins+= mono-addins>=1.1nb2 BUILDLINK_PKGSRCDIR.mono-addins?= ../../devel/mono-addins BUILDLINK_CONTENTS_FILTER.mono-addins+= ${EGREP} '^lib/' diff --git a/devel/mono-tools/Makefile b/devel/mono-tools/Makefile index fc410637dd1ba..1ac92ac517aa6 100644 --- a/devel/mono-tools/Makefile +++ b/devel/mono-tools/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.73 2016/03/05 11:28:24 jperkin Exp $ +# $NetBSD: Makefile,v 1.75 2016/05/03 11:40:02 prlw1 Exp $ DISTNAME= mono-tools-3.10 -PKGREVISION= 2 +PKGREVISION= 4 CATEGORIES= devel MASTER_SITES= http://download.mono-project.com/sources/mono-tools/ diff --git a/devel/monodevelop-database/Makefile b/devel/monodevelop-database/Makefile index 336c219890dd8..e99c1631e5a20 100644 --- a/devel/monodevelop-database/Makefile +++ b/devel/monodevelop-database/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.42 2016/03/05 11:28:24 jperkin Exp $ +# $NetBSD: Makefile,v 1.43 2016/04/11 19:01:48 ryoon Exp $ DISTNAME= monodevelop-database-2.4 -PKGREVISION= 40 +PKGREVISION= 41 CATEGORIES= devel MASTER_SITES= http://ftp.novell.com/pub/mono/sources/monodevelop-database/ EXTRACT_SUFX= .tar.bz2 diff --git a/devel/monodevelop/Makefile b/devel/monodevelop/Makefile index 0014ee617f258..6286623384ff2 100644 --- a/devel/monodevelop/Makefile +++ b/devel/monodevelop/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.81 2016/03/05 11:27:45 jperkin Exp $ +# $NetBSD: Makefile,v 1.82 2016/04/11 19:01:34 ryoon Exp $ MD_VERSION= 5.0.1 DISTNAME= monodevelop-${MD_VERSION}-0 PKGNAME= monodevelop-${MD_VERSION} -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= devel MASTER_SITES= http://download.mono-project.com/sources/monodevelop/ EXTRACT_SUFX= .tar.bz2 diff --git a/devel/monodevelop/buildlink3.mk b/devel/monodevelop/buildlink3.mk index 1bc9cf27003f0..6dc660bf2e2e9 100644 --- a/devel/monodevelop/buildlink3.mk +++ b/devel/monodevelop/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.39 2016/03/05 11:27:45 jperkin Exp $ +# $NetBSD: buildlink3.mk,v 1.40 2016/04/11 19:01:34 ryoon Exp $ BUILDLINK_TREE+= monodevelop @@ -6,7 +6,7 @@ BUILDLINK_TREE+= monodevelop MONODEVELOP_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.monodevelop+= monodevelop>=5.0 -BUILDLINK_ABI_DEPENDS.monodevelop+= monodevelop>=5.0.1nb3 +BUILDLINK_ABI_DEPENDS.monodevelop+= monodevelop>=5.0.1nb4 BUILDLINK_PKGSRCDIR.monodevelop?= ../../devel/monodevelop BUILDLINK_CONTENTS_FILTER.monodevelop= ${EGREP} '^lib/' diff --git a/devel/monotone-viz/Makefile b/devel/monotone-viz/Makefile index b94f93a2d2f33..6342d5ae25abd 100644 --- a/devel/monotone-viz/Makefile +++ b/devel/monotone-viz/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.74 2016/03/05 11:28:24 jperkin Exp $ +# $NetBSD: Makefile,v 1.77 2016/05/05 11:45:38 jaapb Exp $ # DISTNAME= monotone-viz-1.0.2-nolablgtk PKGNAME= ${DISTNAME:S/-nolablgtk//} -PKGREVISION= 2 +PKGREVISION= 5 CATEGORIES= devel scm MASTER_SITES= http://oandrieu.nerim.net/monotone-viz/ diff --git a/devel/monotone/Makefile b/devel/monotone/Makefile index d1477c7b528da..c0f8b53e83850 100644 --- a/devel/monotone/Makefile +++ b/devel/monotone/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.96 2015/10/10 01:58:05 ryoon Exp $ +# $NetBSD: Makefile,v 1.97 2016/04/11 19:01:48 ryoon Exp $ DISTNAME= monotone-1.1 -PKGREVISION= 6 +PKGREVISION= 7 CATEGORIES= devel scm MASTER_SITES= http://www.monotone.ca/downloads/1.1/ EXTRACT_SUFX= .tar.bz2 diff --git a/devel/nant/Makefile b/devel/nant/Makefile index be0b5fe0e6abc..cbf0460309031 100644 --- a/devel/nant/Makefile +++ b/devel/nant/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.17 2015/10/10 01:58:05 ryoon Exp $ +# $NetBSD: Makefile,v 1.18 2016/04/11 19:01:48 ryoon Exp $ # DISTNAME= nant-0.86-beta1-src PKGNAME= nant-0.86beta1 -PKGREVISION= 13 +PKGREVISION= 14 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=nant/} diff --git a/devel/nasm/Makefile b/devel/nasm/Makefile index f661bb4c814cd..cd64990271309 100644 --- a/devel/nasm/Makefile +++ b/devel/nasm/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.50 2015/06/12 10:48:51 wiz Exp $ +# $NetBSD: Makefile,v 1.51 2016/05/07 05:02:59 wen Exp $ -DISTNAME= nasm-2.11.08 -PKGREVISION= 1 +DISTNAME= nasm-2.12.01 CATEGORIES= devel lang MASTER_SITES= http://www.nasm.us/pub/nasm/releasebuilds/${PKGVERSION_NOREV}/ EXTRACT_SUFX= .tar.xz diff --git a/devel/nasm/distinfo b/devel/nasm/distinfo index 1b7fcf88bc3d0..1964fd5c5fc1f 100644 --- a/devel/nasm/distinfo +++ b/devel/nasm/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.24 2015/11/03 03:27:50 agc Exp $ +$NetBSD: distinfo,v 1.25 2016/05/07 05:02:59 wen Exp $ -SHA1 (nasm-2.11.08.tar.xz) = 6908296ac437b3ade79fadfaad0efcfd99582f70 -RMD160 (nasm-2.11.08.tar.xz) = 896ecebe1d13b23e3a5d838b1546f37ea7014325 -SHA512 (nasm-2.11.08.tar.xz) = f7caf42d0fe1b850de13180a1f363e34a6d44a02696312dd8f12f4116ad1c1f3d01e6606c3a79fb881e76fc70d20894d85b333c84a75d60265ff9551f7b8cde4 -Size (nasm-2.11.08.tar.xz) = 764872 bytes +SHA1 (nasm-2.12.01.tar.xz) = c290c7ace283c5da2a2ddcf5411fbaed590badf2 +RMD160 (nasm-2.12.01.tar.xz) = bd23e4fe270f672af8e5227fd65cae662761ab23 +SHA512 (nasm-2.12.01.tar.xz) = c016b2b26f2ef00fe8de673dc7b2effa55ddd23d1f15145380c2767a2cd4a5c60c77732faebcd5868b325f780c0bf76a5e0c49eb6189609b21e2493d2af9347c +Size (nasm-2.12.01.tar.xz) = 780112 bytes SHA1 (patch-aa) = 36635ae37b09df164039563228b79cfba805e687 SHA1 (patch-ab) = 8e3e96c8a04f348fcc94b13efaf00e63b03c5a64 SHA1 (patch-ac) = 77d88fe7fc0c03bfc0ffc59ba02bca0d433fcf72 diff --git a/devel/ncurses/Makefile.common b/devel/ncurses/Makefile.common index ca484a3973365..2fc8e0a796ca8 100644 --- a/devel/ncurses/Makefile.common +++ b/devel/ncurses/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.32 2016/02/25 12:12:48 jperkin Exp $ +# $NetBSD: Makefile.common,v 1.33 2016/03/24 13:28:49 ryoon Exp $ # # used by devel/ncurses/Makefile # used by devel/ncursesw/Makefile @@ -61,6 +61,12 @@ CONFIGURE_ARGS+= --without-manpage-tbl .include "../../mk/compiler.mk" +# Fix build under FreeBSD 10.2 +.if !empty(PKGSRC_COMPILER:Mclang) +CONFIGURE_ENV+= ac_cv_c_compiler_gnu=no +CONFIGURE_ENV+= ac_cv_cxx_compiler_gnu=no +.endif + .if ${OPSYS} == "SunOS" CONFIGURE_ARGS+= --disable-const TERMINFO_SRC= ${WRKSRC}/misc/terminfo.src diff --git a/devel/nss/Makefile b/devel/nss/Makefile index 2a718900bd516..7fd9bf195dd7c 100644 --- a/devel/nss/Makefile +++ b/devel/nss/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.110 2016/03/09 05:39:12 tnn Exp $ +# $NetBSD: Makefile,v 1.113 2016/04/17 19:27:10 ryoon Exp $ DISTNAME= nss-${NSS_RELEASE:S/.0$//} -NSS_RELEASE= 3.22.2 -PKGREVISION= 1 +NSS_RELEASE= 3.23.0 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_MOZILLA_ALL:=security/nss/releases/NSS_${NSS_RELEASE:S/.0$//:S/./_/g}_RTM/src/} diff --git a/devel/nss/distinfo b/devel/nss/distinfo index b8aa905909e7b..11c6a7b7f29de 100644 --- a/devel/nss/distinfo +++ b/devel/nss/distinfo @@ -1,20 +1,20 @@ -$NetBSD: distinfo,v 1.57 2016/03/07 12:31:17 ryoon Exp $ +$NetBSD: distinfo,v 1.59 2016/04/17 19:27:10 ryoon Exp $ -SHA1 (nss-3.22.2.tar.gz) = a0feb5b3630769f8f205d50acb0a3ad8c5fc6380 -RMD160 (nss-3.22.2.tar.gz) = 08121fff77254945b26eb61765294efd1bc2078e -SHA512 (nss-3.22.2.tar.gz) = 0c73ba579cb697fe295bca2ee62315bc1830b542f607c1ecfbf591fa881d2ccfb5a6d830b47cd1434bdfbac07e03848b4fe9e6bda9c6d131a2c34973dc3b337c -Size (nss-3.22.2.tar.gz) = 6982164 bytes +SHA1 (nss-3.23.tar.gz) = 5cb30a18d601d5f2bb635df6213ae3e93f754fe8 +RMD160 (nss-3.23.tar.gz) = 2cb9a448ec60a00edd7cf5a08321dd6583d03cb9 +SHA512 (nss-3.23.tar.gz) = f3e388a415493685faa6df932e9e968af41ea2e8e4cba3fbd539c60177443e4042e8d2e2bfe74183552e14522d49048be2f80fbe038bdbd499971e82abf2cc32 +Size (nss-3.23.tar.gz) = 7467001 bytes SHA1 (patch-am) = ee4c4beeb120397852fc4b06b7dd54534d0d5ac5 SHA1 (patch-an) = 4ab22f2a575676b5b640bc9a760b83eb05c75e69 SHA1 (patch-md) = 0a09fd2abb8674a2d301f1b6a5331af5db94178f SHA1 (patch-me) = e785e4e12b54f2618746a550a09593c2eede5f65 -SHA1 (patch-mf) = 64d3b2cc09ffbc9c4e8ffdb68cb2fa89b6897e8c +SHA1 (patch-mf) = 534fe5f711f60dadc3432bc805a6153535f11709 SHA1 (patch-mg) = 3c878548c98bdea559a3e653e63e0ed22a2a8834 SHA1 (patch-mh) = a46d3098a85c3a4a57895a9845bc1741fc5e9561 SHA1 (patch-mj) = 08ca1a37afce99e0292a20348fc6855547f44e8a SHA1 (patch-mn) = 5b79783e48249044be1a904a6cfd20ba175b5fd4 SHA1 (patch-nss_cmd_platlibs.mk) = 7dadcb72acf15714c61ae74b21c5baf45bc51d4c SHA1 (patch-nss_coreconf_OpenBSD.mk) = fa545c993038e99bf9f59b59ec1d0bd1f6c192a9 -SHA1 (patch-nss_coreconf_command.mk) = 007b7adb79d300ae73ee4cd71b7314c665172e31 +SHA1 (patch-nss_coreconf_command.mk) = 182d513f40fa9c16006601dd7a7a654bb3139828 SHA1 (patch-nss_lib_freebl_config.mk) = 1c198177da8ba7928cbfbd23e385503be99ebe27 SHA1 (patch-security_nss_cmd_shlibsign_sign.sh) = 7948b7b502a4c148ee185836dde8a84d3aa388af diff --git a/devel/nss/patches/patch-mf b/devel/nss/patches/patch-mf index 22f08b9631f16..6bd718d542531 100644 --- a/devel/nss/patches/patch-mf +++ b/devel/nss/patches/patch-mf @@ -1,9 +1,9 @@ -$NetBSD: patch-mf,v 1.4 2013/07/20 09:28:12 ryoon Exp $ +$NetBSD: patch-mf,v 1.5 2016/04/17 19:27:10 ryoon Exp $ Add DragonFly support. Make sure nss libraries have a run path defined. ---- nss/coreconf/config.mk.orig 2013-06-27 17:58:08.000000000 +0000 +--- nss/coreconf/config.mk.orig 2016-02-26 20:51:11.000000000 +0000 +++ nss/coreconf/config.mk @@ -31,7 +31,7 @@ endif ####################################################################### @@ -14,10 +14,11 @@ Make sure nss libraries have a run path defined. ifeq (,$(filter-out $(TARGET_OSES),$(OS_TARGET))) include $(CORE_DEPTH)/coreconf/$(OS_TARGET).mk -@@ -179,5 +179,6 @@ endif +@@ -187,6 +187,7 @@ endif DEFINES += -DUSE_UTIL_DIRECTLY USE_UTIL_DIRECTLY = 1 +EXTRA_SHARED_LIBS += -Wl,-R${PREFIX}/lib/${MOZILLA_PKG_NAME} # Build with NO_NSPR_10_SUPPORT to avoid using obsolete NSPR features DEFINES += -DNO_NSPR_10_SUPPORT + diff --git a/devel/nss/patches/patch-nss_coreconf_command.mk b/devel/nss/patches/patch-nss_coreconf_command.mk index 8f966c7fb14f2..783a4f21bf06f 100644 --- a/devel/nss/patches/patch-nss_coreconf_command.mk +++ b/devel/nss/patches/patch-nss_coreconf_command.mk @@ -1,15 +1,15 @@ -$NetBSD: patch-nss_coreconf_command.mk,v 1.1 2015/12/17 13:39:59 ryoon Exp $ +$NetBSD: patch-nss_coreconf_command.mk,v 1.2 2016/04/17 19:27:10 ryoon Exp $ * Pass CFLAGS from pkgsrc ---- nss/coreconf/command.mk.orig 2015-11-09 05:12:59.000000000 +0000 +--- nss/coreconf/command.mk.orig 2016-02-26 20:51:11.000000000 +0000 +++ nss/coreconf/command.mk @@ -12,7 +12,7 @@ AS = $(CC) ASFLAGS += $(CFLAGS) CCF = $(CC) $(CFLAGS) LINK_DLL = $(LINK) $(OS_DLLFLAGS) $(DLLFLAGS) $(XLDFLAGS) --CFLAGS = $(OPTIMIZER) $(OS_CFLAGS) $(XP_DEFINE) $(DEFINES) $(INCLUDES) \ -+CFLAGS += $(OPTIMIZER) $(OS_CFLAGS) $(XP_DEFINE) $(DEFINES) $(INCLUDES) \ - $(XCFLAGS) +-CFLAGS = $(OPTIMIZER) $(OS_CFLAGS) $(WARNING_CFLAGS) $(XP_DEFINE) \ ++CFLAGS += $(OPTIMIZER) $(OS_CFLAGS) $(WARNING_CFLAGS) $(XP_DEFINE) \ + $(DEFINES) $(INCLUDES) $(XCFLAGS) PERL = perl RANLIB = echo diff --git a/devel/ocaml-base64/Makefile b/devel/ocaml-base64/Makefile index 3ae2ad7ea76a9..606598c070572 100644 --- a/devel/ocaml-base64/Makefile +++ b/devel/ocaml-base64/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.1 2016/02/06 13:28:07 jaapb Exp $ +# $NetBSD: Makefile,v 1.2 2016/05/05 11:45:38 jaapb Exp $ GITHUB_PROJECT= ocaml-base64 DISTNAME= ${GITHUB_PROJECT}-2.0.0 +PKGREVISION= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GITHUB:=mirage/} GITHUB_TAG= v${PKGVERSION_NOREV} diff --git a/devel/ocaml-batteries/Makefile b/devel/ocaml-batteries/Makefile index 71cff4afa566e..5f6bf6e1321bb 100644 --- a/devel/ocaml-batteries/Makefile +++ b/devel/ocaml-batteries/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.7 2016/02/06 12:10:32 jaapb Exp $ +# $NetBSD: Makefile,v 1.8 2016/05/05 11:45:38 jaapb Exp $ DISTNAME= batteries-2.3 PKGNAME= ocaml-${DISTNAME} -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= devel MASTER_SITES= http://forge.ocamlcore.org/frs/download.php/1465/ diff --git a/devel/ocaml-cmdliner/Makefile b/devel/ocaml-cmdliner/Makefile index 1d76ebe1f794e..dfc7e390b71e8 100644 --- a/devel/ocaml-cmdliner/Makefile +++ b/devel/ocaml-cmdliner/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.7 2015/08/07 11:20:32 jaapb Exp $ +# $NetBSD: Makefile,v 1.8 2016/05/05 11:45:36 jaapb Exp $ PKGNAME= ocaml-${DISTNAME} DISTNAME= cmdliner-0.9.4 -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= devel MASTER_SITES= http://erratique.ch/software/cmdliner/releases/ EXTRACT_SUFX= .tbz diff --git a/devel/ocaml-cmdliner/buildlink3.mk b/devel/ocaml-cmdliner/buildlink3.mk index 10a08197ca4a6..6370f4e0da067 100644 --- a/devel/ocaml-cmdliner/buildlink3.mk +++ b/devel/ocaml-cmdliner/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.4 2015/08/07 11:20:32 jaapb Exp $ +# $NetBSD: buildlink3.mk,v 1.5 2016/05/05 11:45:36 jaapb Exp $ BUILDLINK_TREE+= ocaml-cmdliner @@ -6,7 +6,7 @@ BUILDLINK_TREE+= ocaml-cmdliner OCAML_CMDLINER_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.ocaml-cmdliner+= ocaml-cmdliner>=0.9.4 -BUILDLINK_ABI_DEPENDS.ocaml-cmdliner?= ocaml-cmdliner>=0.9.4nb3 +BUILDLINK_ABI_DEPENDS.ocaml-cmdliner?= ocaml-cmdliner>=0.9.4nb4 BUILDLINK_PKGSRCDIR.ocaml-cmdliner?= ../../devel/ocaml-cmdliner .include "../../devel/ocaml-findlib/buildlink3.mk" diff --git a/devel/ocaml-cppo/Makefile b/devel/ocaml-cppo/Makefile index 5c34989e7bb1c..d750c85044666 100644 --- a/devel/ocaml-cppo/Makefile +++ b/devel/ocaml-cppo/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.2 2016/02/07 10:44:47 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2016/05/05 11:45:38 jaapb Exp $ DISTNAME= cppo-1.3.1 PKGNAME= ocaml-${DISTNAME} +PKGREVISION= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GITHUB:=mjambon/} GITHUB_PROJECT= cppo diff --git a/devel/ocaml-deriving-ocsigen/Makefile b/devel/ocaml-deriving-ocsigen/Makefile index 40c21d0061db2..6196cff4f0500 100644 --- a/devel/ocaml-deriving-ocsigen/Makefile +++ b/devel/ocaml-deriving-ocsigen/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.9 2015/08/07 11:20:33 jaapb Exp $ +# $NetBSD: Makefile,v 1.10 2016/05/05 11:45:38 jaapb Exp $ # VERSION= 0.7 DISTNAME= ${VERSION} PKGNAME= ocaml-deriving-ocsigen-${VERSION} COMMENT= Extension to OCaml for deriving functions from type declarations -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= devel MASTER_SITES= https://github.com/ocsigen/deriving/archive/ DIST_SUBDIR= ocaml-deriving-ocsigen diff --git a/devel/ocaml-extlib/Makefile b/devel/ocaml-extlib/Makefile index 422dee5efbf2b..5e2159b47c2a4 100644 --- a/devel/ocaml-extlib/Makefile +++ b/devel/ocaml-extlib/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.4 2016/02/06 12:10:33 jaapb Exp $ +# $NetBSD: Makefile,v 1.5 2016/05/05 11:45:38 jaapb Exp $ DISTNAME= extlib-1.6.1 PKGNAME= ocaml-${DISTNAME} -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= devel MASTER_SITES= https://ocaml-extlib.googlecode.com/files/ diff --git a/devel/ocaml-findlib/Makefile b/devel/ocaml-findlib/Makefile index 97bb9582ee167..827eb47cef448 100644 --- a/devel/ocaml-findlib/Makefile +++ b/devel/ocaml-findlib/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.26 2016/02/06 12:06:07 jaapb Exp $ +# $NetBSD: Makefile,v 1.28 2016/05/05 09:42:19 jaapb Exp $ -DISTNAME= findlib-1.6.1 +DISTNAME= findlib-1.6.2 PKGNAME= ocaml-${DISTNAME} CATEGORIES= devel MASTER_SITES= http://download.camlcity.org/download/ @@ -12,6 +12,9 @@ LICENSE= mit .include "../../mk/ocaml.mk" +# Undeclared dependencies between different components +MAKE_JOBS_SAFE= no + USE_TOOLS+= gmake m4 bash USE_PKGLOCALEDIR= yes HAS_CONFIGURE= yes @@ -21,7 +24,6 @@ CONFIGURE_ARGS+= -config ${PKG_SYSCONFDIR}/ocamlfind.conf CONFIGURE_ARGS+= -sitelib ${PREFIX}/${OCAML_SITELIBDIR} CONFIGURE_ARGS+= -no-camlp4 - BUILD_TARGET= all .if ${OCAML_USE_OPT_COMPILER} == "yes" BUILD_TARGET+= opt diff --git a/devel/ocaml-findlib/PLIST b/devel/ocaml-findlib/PLIST index 8d4f8c28cbee4..c848044f9cdde 100644 --- a/devel/ocaml-findlib/PLIST +++ b/devel/ocaml-findlib/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.9 2016/02/02 11:41:45 jaapb Exp $ +@comment $NetBSD: PLIST,v 1.10 2016/05/05 09:42:19 jaapb Exp $ bin/ocamlfind ${OCAML_SITELIB}/bigarray/META ${OCAML_SITELIB}/bytes/META @@ -27,12 +27,12 @@ ${OCAML_SITELIB}/findlib/fl_package_base.mli ${OCAML_SITELIB}/findlib/topfind.cmi ${OCAML_SITELIB}/findlib/topfind.mli ${OCAML_SITELIB}/graphics/META +${OCAML_SITELIB}/ocamldoc/META ${OCAML_SITELIB}/num-top/META ${OCAML_SITELIB}/num-top/num_top.cma ${OCAML_SITELIB}/num-top/num_top.cmi ${OCAML_SITELIB}/num-top/num_top_printers.cmi ${OCAML_SITELIB}/num/META -${OCAML_SITELIB}/ocamlbuild/META ${OCAML_SITELIB}/stdlib/META ${OCAML_SITELIB}/str/META ${OCAML_SITELIB}/threads/META diff --git a/devel/ocaml-findlib/distinfo b/devel/ocaml-findlib/distinfo index 7fc8bc4720842..5a9265216f0bb 100644 --- a/devel/ocaml-findlib/distinfo +++ b/devel/ocaml-findlib/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.13 2016/02/02 11:41:45 jaapb Exp $ +$NetBSD: distinfo,v 1.14 2016/05/05 09:42:19 jaapb Exp $ -SHA1 (findlib-1.6.1.tar.gz) = ca84a83c4e64e1d2823386c3880cc11b00c99c39 -RMD160 (findlib-1.6.1.tar.gz) = aeec03730ef05c161e9ce7d06283ab56aecb1358 -SHA512 (findlib-1.6.1.tar.gz) = b781d117ff033e8b91b6610c562382c5868a25ceed51f0a5947a77bfdd5825723ad32adcbe1636d4f7952d4c7535093f5c8ad3b954bebb1dcf4738f7a16d3ef8 -Size (findlib-1.6.1.tar.gz) = 254797 bytes -SHA1 (patch-Makefile) = 823c52a1b581c36f1d097289bf15750ae9e41199 +SHA1 (findlib-1.6.2.tar.gz) = 25da312f0a0013fe04ebe0577594e8bc9e7f5d64 +RMD160 (findlib-1.6.2.tar.gz) = b6d448a5266254b3bfeceb8ca445e454291007fb +SHA512 (findlib-1.6.2.tar.gz) = 8c4098e6956530bc88d20a1b91512c68368e8a866398ce4d504afe3f71e81124c01644ba31ff97da6e61e7410328b533fb1d31a513166231047dab1933179fc4 +Size (findlib-1.6.2.tar.gz) = 253764 bytes +SHA1 (patch-Makefile) = c1688615027f5f0f67a738c15ddd44a31a77ffdf SHA1 (patch-configure) = 023cc1610ab082cf3cdb82efda00df0f4b25d881 SHA1 (patch-src_findlib_Makefile) = 0fc2570c4d2cb271bbd8a872d8331b3d3edcbc7c diff --git a/devel/ocaml-findlib/patches/patch-Makefile b/devel/ocaml-findlib/patches/patch-Makefile index d940571dc47d5..5a89d7dac4ed8 100644 --- a/devel/ocaml-findlib/patches/patch-Makefile +++ b/devel/ocaml-findlib/patches/patch-Makefile @@ -1,7 +1,7 @@ -$NetBSD: patch-Makefile,v 1.3 2016/02/02 11:41:46 jaapb Exp $ +$NetBSD: patch-Makefile,v 1.4 2016/05/05 09:42:19 jaapb Exp $ make package support DESTDIR; use BSD_INSTALL_* instead of mkdir and cp ---- Makefile.orig 2015-12-07 14:35:24.000000000 +0000 +--- Makefile.orig 2016-03-07 13:46:34.000000000 +0000 +++ Makefile @@ -17,14 +17,14 @@ opt: for p in $(PARTS); do ( cd src/$$p; $(MAKE) opt ) || exit; done @@ -38,8 +38,8 @@ make package support DESTDIR; use BSD_INSTALL_* instead of mkdir and cp .PHONY: install-meta install-meta: -- for x in `ls site-lib-src`; do if [ "$$x" != "CVS" -a -f "site-lib-src/$$x/META" ]; then mkdir -p "$(prefix)$(OCAML_SITELIB)/$$x"; cp site-lib-src/$$x/META "$(prefix)$(OCAML_SITELIB)/$$x"; fi; done -+ for x in `ls site-lib-src`; do if [ "$$x" != "CVS" -a -f "site-lib-src/$$x/META" ]; then $(BSD_INSTALL_DATA_DIR) "$(DESTDIR)$(prefix)$(OCAML_SITELIB)/$$x"; $(BSD_INSTALL_DATA) site-lib-src/$$x/META "$(DESTDIR)$(prefix)$(OCAML_SITELIB)/$$x"; fi; done +- for x in `ls site-lib-src`; do if [ -f "site-lib-src/$$x/META" ]; then mkdir -p "$(prefix)$(OCAML_SITELIB)/$$x"; cp site-lib-src/$$x/META "$(prefix)$(OCAML_SITELIB)/$$x"; fi; done ++ for x in `ls site-lib-src`; do if [ -f "site-lib-src/$$x/META" ]; then $(BSD_INSTALL_DATA_DIR) "$(DESTDIR)$(prefix)$(OCAML_SITELIB)/$$x"; $(BSD_INSTALL_DATA) site-lib-src/$$x/META "$(DESTDIR)$(prefix)$(OCAML_SITELIB)/$$x"; fi; done .PHONY: uninstall-meta uninstall-meta: diff --git a/devel/ocaml-lwt/Makefile b/devel/ocaml-lwt/Makefile index e445aa742d951..ddaa5a7ecffea 100644 --- a/devel/ocaml-lwt/Makefile +++ b/devel/ocaml-lwt/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.23 2016/03/05 11:28:24 jperkin Exp $ +# $NetBSD: Makefile,v 1.25 2016/05/06 15:39:36 jaapb Exp $ # -DISTNAME= lwt-2.5.1 +DISTNAME= lwt-2.5.2 PKGNAME= ocaml-${DISTNAME} -PKGREVISION= 2 CATEGORIES= devel #MASTER_SITES= http://github.com/ocsigen/lwt/archive/ MASTER_SITES= ${MASTER_SITE_GITHUB:=ocsigen/} diff --git a/devel/ocaml-lwt/distinfo b/devel/ocaml-lwt/distinfo index 5d04933b886e8..a4d8d2c4e1e19 100644 --- a/devel/ocaml-lwt/distinfo +++ b/devel/ocaml-lwt/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.10 2016/02/06 11:35:14 jaapb Exp $ +$NetBSD: distinfo,v 1.11 2016/05/06 15:39:36 jaapb Exp $ -SHA1 (lwt-2.5.1.tar.gz) = 789cf09378b4f70c868003996bd9d3361d7fc196 -RMD160 (lwt-2.5.1.tar.gz) = c075603ab875c3108957719ce3ff26796ceb1bc7 -SHA512 (lwt-2.5.1.tar.gz) = 648f08e13a5b13072ed44ec380cce226bbf2ac480ca6adcd170e5bfa789bf6a4e832af0748bb1bff0e45611fd8d1b14592ece4211fb78be5b03cbcd7c3cb3b7d -Size (lwt-2.5.1.tar.gz) = 1272834 bytes +SHA1 (lwt-2.5.2.tar.gz) = 99c0653e5422a5b80dc470f8abb83956b5628e5f +RMD160 (lwt-2.5.2.tar.gz) = d394b854d69f39f5b1977e6b864ce317a9b29193 +SHA512 (lwt-2.5.2.tar.gz) = 83c7a9d9798fe12e0bdd618e7f69ac357065a9b26e2abb644240c420cb1d507a3b558549b2f82ecc9c3fbc9ca5952e8d7cb32b6832713bfb6fffcb58975d5449 +Size (lwt-2.5.2.tar.gz) = 268168 bytes diff --git a/devel/ocaml-oasis/Makefile b/devel/ocaml-oasis/Makefile index 9c9721000ca3d..04812ed0d2ae9 100644 --- a/devel/ocaml-oasis/Makefile +++ b/devel/ocaml-oasis/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.6 2016/02/06 13:45:24 jaapb Exp $ +# $NetBSD: Makefile,v 1.7 2016/05/05 16:06:51 jaapb Exp $ -DISTNAME= oasis-0.4.4 +DISTNAME= oasis-0.4.6 PKGNAME= ocaml-${DISTNAME} -PKGREVISION= 4 CATEGORIES= devel -MASTER_SITES= http://forge.ocamlcore.org/frs/download.php/1391/ +MASTER_SITES= http://forge.ocamlcore.org/frs/download.php/1604/ MAINTAINER= jaapb@NetBSD.org HOMEPAGE= http://oasis.forge.ocamlcore.org/ @@ -12,8 +11,10 @@ COMMENT= Build system for OCaml projects LICENSE= gnu-lgpl-v2.1 OCAML_USE_OASIS= yes +OCAML_FINDLIB_DIRS= ${OCAML_SITELIBDIR}/oasis .include "../../devel/ocaml-odn/buildlink3.mk" +.include "../../devel/ocamlbuild/buildlink3.mk" .include "../../devel/ocamlify/buildlink3.mk" .include "../../devel/ocamlmod/buildlink3.mk" .include "../../mk/ocaml.mk" diff --git a/devel/ocaml-oasis/PLIST b/devel/ocaml-oasis/PLIST index 805fc4f337597..820b51e3d6b6e 100644 --- a/devel/ocaml-oasis/PLIST +++ b/devel/ocaml-oasis/PLIST @@ -1,281 +1,478 @@ -@comment $NetBSD: PLIST,v 1.1 2014/08/17 13:51:01 jaapb Exp $ +@comment $NetBSD: PLIST,v 1.2 2016/05/06 15:54:40 jaapb Exp $ bin/oasis -lib/ocaml/site-lib/oasis/BaseArgExt.cmi -${PLIST.ocaml-opt}lib/ocaml/site-lib/oasis/BaseArgExt.cmx -lib/ocaml/site-lib/oasis/BaseArgExt.mli -lib/ocaml/site-lib/oasis/BaseBuilt.cmi -${PLIST.ocaml-opt}lib/ocaml/site-lib/oasis/BaseBuilt.cmx -lib/ocaml/site-lib/oasis/BaseBuilt.mli -lib/ocaml/site-lib/oasis/BaseCheck.cmi -${PLIST.ocaml-opt}lib/ocaml/site-lib/oasis/BaseCheck.cmx -lib/ocaml/site-lib/oasis/BaseCheck.mli -lib/ocaml/site-lib/oasis/BaseContext.cmi -${PLIST.ocaml-opt}lib/ocaml/site-lib/oasis/BaseContext.cmx -lib/ocaml/site-lib/oasis/BaseContext.mli -lib/ocaml/site-lib/oasis/BaseCustom.cmi -${PLIST.ocaml-opt}lib/ocaml/site-lib/oasis/BaseCustom.cmx -lib/ocaml/site-lib/oasis/BaseCustom.mli -lib/ocaml/site-lib/oasis/BaseData.cmi -lib/ocaml/site-lib/oasis/BaseData.mli -lib/ocaml/site-lib/oasis/BaseDoc.cmi -${PLIST.ocaml-opt}lib/ocaml/site-lib/oasis/BaseDoc.cmx -lib/ocaml/site-lib/oasis/BaseDoc.mli -lib/ocaml/site-lib/oasis/BaseDynVar.cmi -${PLIST.ocaml-opt}lib/ocaml/site-lib/oasis/BaseDynVar.cmx -lib/ocaml/site-lib/oasis/BaseDynVar.mli -lib/ocaml/site-lib/oasis/BaseEnv.cmi -${PLIST.ocaml-opt}lib/ocaml/site-lib/oasis/BaseEnv.cmx -lib/ocaml/site-lib/oasis/BaseEnv.mli -lib/ocaml/site-lib/oasis/BaseEnvLight.cmi -${PLIST.ocaml-opt}lib/ocaml/site-lib/oasis/BaseEnvLight.cmx -lib/ocaml/site-lib/oasis/BaseEnvLight.mli -lib/ocaml/site-lib/oasis/BaseFileAB.cmi -${PLIST.ocaml-opt}lib/ocaml/site-lib/oasis/BaseFileAB.cmx -lib/ocaml/site-lib/oasis/BaseFileAB.mli -lib/ocaml/site-lib/oasis/BaseGenerate.cmi -${PLIST.ocaml-opt}lib/ocaml/site-lib/oasis/BaseGenerate.cmx -lib/ocaml/site-lib/oasis/BaseGenerate.mli -lib/ocaml/site-lib/oasis/BaseLog.cmi -${PLIST.ocaml-opt}lib/ocaml/site-lib/oasis/BaseLog.cmx -lib/ocaml/site-lib/oasis/BaseLog.mli -lib/ocaml/site-lib/oasis/BaseMessage.cmi -${PLIST.ocaml-opt}lib/ocaml/site-lib/oasis/BaseMessage.cmx -lib/ocaml/site-lib/oasis/BaseMessage.mli -lib/ocaml/site-lib/oasis/BaseOCamlcConfig.cmi -${PLIST.ocaml-opt}lib/ocaml/site-lib/oasis/BaseOCamlcConfig.cmx -lib/ocaml/site-lib/oasis/BaseOCamlcConfig.mli -lib/ocaml/site-lib/oasis/BaseSetup.cmi -${PLIST.ocaml-opt}lib/ocaml/site-lib/oasis/BaseSetup.cmx -lib/ocaml/site-lib/oasis/BaseSetup.mli -lib/ocaml/site-lib/oasis/BaseStandardVar.cmi -${PLIST.ocaml-opt}lib/ocaml/site-lib/oasis/BaseStandardVar.cmx -lib/ocaml/site-lib/oasis/BaseStandardVar.mli -lib/ocaml/site-lib/oasis/BaseTest.cmi -${PLIST.ocaml-opt}lib/ocaml/site-lib/oasis/BaseTest.cmx -lib/ocaml/site-lib/oasis/BaseTest.mli -lib/ocaml/site-lib/oasis/CLIArgExt.cmi -lib/ocaml/site-lib/oasis/CLIArgExt.ml -lib/ocaml/site-lib/oasis/CLICommon.cmi -lib/ocaml/site-lib/oasis/CLICommon.mli -lib/ocaml/site-lib/oasis/CLIPager.cmi -lib/ocaml/site-lib/oasis/CLIPager.ml -lib/ocaml/site-lib/oasis/CLISubCommand.cmi -lib/ocaml/site-lib/oasis/CLISubCommand.mli -${PLIST.ocaml-opt}lib/ocaml/site-lib/oasis/CustomData.cmx -lib/ocaml/site-lib/oasis/CustomPlugin.cmi -lib/ocaml/site-lib/oasis/CustomPlugin.cmx -lib/ocaml/site-lib/oasis/CustomPlugin.ml -${PLIST.ocaml-opt}lib/ocaml/site-lib/oasis/DevFilesData.cmx -lib/ocaml/site-lib/oasis/DevFilesPlugin.cmi -${PLIST.ocaml-opt}lib/ocaml/site-lib/oasis/DevFilesPlugin.cmx -lib/ocaml/site-lib/oasis/DevFilesPlugin.ml -lib/ocaml/site-lib/oasis/FormatExt.cmi -${PLIST.ocaml-opt}lib/ocaml/site-lib/oasis/FormatExt.cmx -lib/ocaml/site-lib/oasis/FormatExt.mli -lib/ocaml/site-lib/oasis/InternalConfigurePlugin.cmi -${PLIST.ocaml-opt}lib/ocaml/site-lib/oasis/InternalConfigurePlugin.cmx -lib/ocaml/site-lib/oasis/InternalConfigurePlugin.ml -${PLIST.ocaml-opt}lib/ocaml/site-lib/oasis/InternalData.cmx -${PLIST.ocaml-opt}lib/ocaml/site-lib/oasis/InternalId.cmx -lib/ocaml/site-lib/oasis/InternalInstallPlugin.cmi -${PLIST.ocaml-opt}lib/ocaml/site-lib/oasis/InternalInstallPlugin.cmx -lib/ocaml/site-lib/oasis/InternalInstallPlugin.ml -lib/ocaml/site-lib/oasis/META -${PLIST.ocaml-opt}lib/ocaml/site-lib/oasis/METAData.cmx -lib/ocaml/site-lib/oasis/METAPlugin.cmi -${PLIST.ocaml-opt}lib/ocaml/site-lib/oasis/METAPlugin.cmx -lib/ocaml/site-lib/oasis/METAPlugin.ml -${PLIST.ocaml-opt}lib/ocaml/site-lib/oasis/MyOCamlbuildBase.cmx -${PLIST.ocaml-opt}lib/ocaml/site-lib/oasis/MyOCamlbuildFindlib.cmx -${PLIST.ocaml-opt}lib/ocaml/site-lib/oasis/NoneData.cmx -lib/ocaml/site-lib/oasis/NonePlugin.cmi -${PLIST.ocaml-opt}lib/ocaml/site-lib/oasis/NonePlugin.cmx -lib/ocaml/site-lib/oasis/NonePlugin.ml -${PLIST.ocaml-opt}lib/ocaml/site-lib/oasis/OASISAst.cmx -lib/ocaml/site-lib/oasis/OASISBuildSection.cmi -${PLIST.ocaml-opt}lib/ocaml/site-lib/oasis/OASISBuildSection.cmx -lib/ocaml/site-lib/oasis/OASISBuildSection.mli -${PLIST.ocaml-opt}lib/ocaml/site-lib/oasis/OASISBuildSection_intern.cmx -lib/ocaml/site-lib/oasis/OASISBuiltinPlugins.cmi -${PLIST.ocaml-opt}lib/ocaml/site-lib/oasis/OASISBuiltinPlugins.cmx -lib/ocaml/site-lib/oasis/OASISBuiltinPlugins.ml -${PLIST.ocaml-opt}lib/ocaml/site-lib/oasis/OASISCheck.cmx -${PLIST.ocaml-opt}lib/ocaml/site-lib/oasis/OASISConf.cmx -lib/ocaml/site-lib/oasis/OASISContext.cmi -${PLIST.ocaml-opt}lib/ocaml/site-lib/oasis/OASISContext.cmx -lib/ocaml/site-lib/oasis/OASISContext.mli -${PLIST.ocaml-opt}lib/ocaml/site-lib/oasis/OASISCustom.cmx -lib/ocaml/site-lib/oasis/OASISData.cmi -${PLIST.ocaml-opt}lib/ocaml/site-lib/oasis/OASISData.cmx -lib/ocaml/site-lib/oasis/OASISDocument.cmi -${PLIST.ocaml-opt}lib/ocaml/site-lib/oasis/OASISDocument.cmx -lib/ocaml/site-lib/oasis/OASISDocument.mli -${PLIST.ocaml-opt}lib/ocaml/site-lib/oasis/OASISDocument_intern.cmx -lib/ocaml/site-lib/oasis/OASISDynRun.cmi -${PLIST.ocaml-opt}lib/ocaml/site-lib/oasis/OASISDynRun.cmx -lib/ocaml/site-lib/oasis/OASISDynRun.ml -lib/ocaml/site-lib/oasis/OASISExec.cmi -${PLIST.ocaml-opt}lib/ocaml/site-lib/oasis/OASISExec.cmx -lib/ocaml/site-lib/oasis/OASISExec.mli -lib/ocaml/site-lib/oasis/OASISExecutable.cmi -${PLIST.ocaml-opt}lib/ocaml/site-lib/oasis/OASISExecutable.cmx -lib/ocaml/site-lib/oasis/OASISExecutable.mli -${PLIST.ocaml-opt}lib/ocaml/site-lib/oasis/OASISExecutable_intern.cmx -lib/ocaml/site-lib/oasis/OASISExpr.cmi -${PLIST.ocaml-opt}lib/ocaml/site-lib/oasis/OASISExpr.cmx -lib/ocaml/site-lib/oasis/OASISExpr.mli -lib/ocaml/site-lib/oasis/OASISFeatures.cmi -${PLIST.ocaml-opt}lib/ocaml/site-lib/oasis/OASISFeatures.cmx -lib/ocaml/site-lib/oasis/OASISFeatures.ml -lib/ocaml/site-lib/oasis/OASISFileTemplate.cmi -${PLIST.ocaml-opt}lib/ocaml/site-lib/oasis/OASISFileTemplate.cmx -lib/ocaml/site-lib/oasis/OASISFileTemplate.mli -lib/ocaml/site-lib/oasis/OASISFileUtil.cmi -${PLIST.ocaml-opt}lib/ocaml/site-lib/oasis/OASISFileUtil.cmx -lib/ocaml/site-lib/oasis/OASISFileUtil.mli -lib/ocaml/site-lib/oasis/OASISFindlib.cmi -${PLIST.ocaml-opt}lib/ocaml/site-lib/oasis/OASISFindlib.cmx -lib/ocaml/site-lib/oasis/OASISFindlib.mli -lib/ocaml/site-lib/oasis/OASISFlag.cmi -${PLIST.ocaml-opt}lib/ocaml/site-lib/oasis/OASISFlag.cmx -lib/ocaml/site-lib/oasis/OASISFlag.mli -${PLIST.ocaml-opt}lib/ocaml/site-lib/oasis/OASISFlag_intern.cmx -${PLIST.ocaml-opt}lib/ocaml/site-lib/oasis/OASISFormat.cmx -lib/ocaml/site-lib/oasis/OASISGettext.cmi -${PLIST.ocaml-opt}lib/ocaml/site-lib/oasis/OASISGettext.cmx -lib/ocaml/site-lib/oasis/OASISGettext.mli -lib/ocaml/site-lib/oasis/OASISGraph.cmi -${PLIST.ocaml-opt}lib/ocaml/site-lib/oasis/OASISGraph.cmx -lib/ocaml/site-lib/oasis/OASISGraph.ml -${PLIST.ocaml-opt}lib/ocaml/site-lib/oasis/OASISHelp.cmx -lib/ocaml/site-lib/oasis/OASISHostPath.cmi -${PLIST.ocaml-opt}lib/ocaml/site-lib/oasis/OASISHostPath.cmx -lib/ocaml/site-lib/oasis/OASISHostPath.mli -lib/ocaml/site-lib/oasis/OASISLibrary.cmi -${PLIST.ocaml-opt}lib/ocaml/site-lib/oasis/OASISLibrary.cmx -lib/ocaml/site-lib/oasis/OASISLibrary.mli -lib/ocaml/site-lib/oasis/OASISLibrary_intern.cmx -lib/ocaml/site-lib/oasis/OASISLicense.cmi -${PLIST.ocaml-opt}lib/ocaml/site-lib/oasis/OASISLicense.cmx -lib/ocaml/site-lib/oasis/OASISLicense.mli -${PLIST.ocaml-opt}lib/ocaml/site-lib/oasis/OASISLicense_lexer.cmx -${PLIST.ocaml-opt}lib/ocaml/site-lib/oasis/OASISLicense_parser.cmx -${PLIST.ocaml-opt}lib/ocaml/site-lib/oasis/OASISLicense_types.cmx -lib/ocaml/site-lib/oasis/OASISMessage.cmi -${PLIST.ocaml-opt}lib/ocaml/site-lib/oasis/OASISMessage.cmx -lib/ocaml/site-lib/oasis/OASISMessage.mli -lib/ocaml/site-lib/oasis/OASISObject.cmi -${PLIST.ocaml-opt}lib/ocaml/site-lib/oasis/OASISObject.cmx -lib/ocaml/site-lib/oasis/OASISObject.mli -${PLIST.ocaml-opt}lib/ocaml/site-lib/oasis/OASISObject_intern.cmx -lib/ocaml/site-lib/oasis/OASISPackage.cmi -${PLIST.ocaml-opt}lib/ocaml/site-lib/oasis/OASISPackage.cmx -lib/ocaml/site-lib/oasis/OASISPackage.mli -${PLIST.ocaml-opt}lib/ocaml/site-lib/oasis/OASISPackage_intern.cmx -lib/ocaml/site-lib/oasis/OASISParse.cmi -${PLIST.ocaml-opt}lib/ocaml/site-lib/oasis/OASISParse.cmx -lib/ocaml/site-lib/oasis/OASISParse.mli -${PLIST.ocaml-opt}lib/ocaml/site-lib/oasis/OASISPath_intern.cmx -lib/ocaml/site-lib/oasis/OASISPlugin.cmi -${PLIST.ocaml-opt}lib/ocaml/site-lib/oasis/OASISPlugin.cmx -lib/ocaml/site-lib/oasis/OASISPlugin.mli -${PLIST.ocaml-opt}lib/ocaml/site-lib/oasis/OASISQuickstart.cmx -${PLIST.ocaml-opt}lib/ocaml/site-lib/oasis/OASISRecDescParser.cmx -lib/ocaml/site-lib/oasis/OASISSchema.cmi -${PLIST.ocaml-opt}lib/ocaml/site-lib/oasis/OASISSchema.cmx -lib/ocaml/site-lib/oasis/OASISSchema.mli -${PLIST.ocaml-opt}lib/ocaml/site-lib/oasis/OASISSchema_intern.cmx -lib/ocaml/site-lib/oasis/OASISSection.cmi -${PLIST.ocaml-opt}lib/ocaml/site-lib/oasis/OASISSection.cmx -lib/ocaml/site-lib/oasis/OASISSection.mli -${PLIST.ocaml-opt}lib/ocaml/site-lib/oasis/OASISSection_intern.cmx -lib/ocaml/site-lib/oasis/OASISSetupUpdate.cmi -${PLIST.ocaml-opt}lib/ocaml/site-lib/oasis/OASISSetupUpdate.cmx -lib/ocaml/site-lib/oasis/OASISSetupUpdate.ml -lib/ocaml/site-lib/oasis/OASISSourceRepository.cmi -${PLIST.ocaml-opt}lib/ocaml/site-lib/oasis/OASISSourceRepository.cmx -lib/ocaml/site-lib/oasis/OASISSourceRepository.mli -${PLIST.ocaml-opt}lib/ocaml/site-lib/oasis/OASISSourceRepository_intern.cmx -lib/ocaml/site-lib/oasis/OASISString.cmi -${PLIST.ocaml-opt}lib/ocaml/site-lib/oasis/OASISString.cmx -lib/ocaml/site-lib/oasis/OASISString.ml -lib/ocaml/site-lib/oasis/OASISTest.cmi -${PLIST.ocaml-opt}lib/ocaml/site-lib/oasis/OASISTest.cmx -lib/ocaml/site-lib/oasis/OASISTest.mli -${PLIST.ocaml-opt}lib/ocaml/site-lib/oasis/OASISTest_intern.cmx -lib/ocaml/site-lib/oasis/OASISText.cmi -${PLIST.ocaml-opt}lib/ocaml/site-lib/oasis/OASISText.cmx -lib/ocaml/site-lib/oasis/OASISText.ml -lib/ocaml/site-lib/oasis/OASISTypes.cmi -${PLIST.ocaml-opt}lib/ocaml/site-lib/oasis/OASISTypes.cmx -lib/ocaml/site-lib/oasis/OASISTypes.mli -lib/ocaml/site-lib/oasis/OASISUnixPath.cmi -${PLIST.ocaml-opt}lib/ocaml/site-lib/oasis/OASISUnixPath.cmx -lib/ocaml/site-lib/oasis/OASISUnixPath.mli -lib/ocaml/site-lib/oasis/OASISUtils.cmi -${PLIST.ocaml-opt}lib/ocaml/site-lib/oasis/OASISUtils.cmx -lib/ocaml/site-lib/oasis/OASISUtils.mli -lib/ocaml/site-lib/oasis/OASISValues.cmi -${PLIST.ocaml-opt}lib/ocaml/site-lib/oasis/OASISValues.cmx -lib/ocaml/site-lib/oasis/OASISValues.mli -${PLIST.ocaml-opt}lib/ocaml/site-lib/oasis/OASISValues_lexer.cmx -lib/ocaml/site-lib/oasis/OASISVersion.cmi -${PLIST.ocaml-opt}lib/ocaml/site-lib/oasis/OASISVersion.cmx -lib/ocaml/site-lib/oasis/OASISVersion.mli -${PLIST.ocaml-opt}lib/ocaml/site-lib/oasis/OASISVersion_lexer.cmx -${PLIST.ocaml-opt}lib/ocaml/site-lib/oasis/OASISVersion_parser.cmx -${PLIST.ocaml-opt}lib/ocaml/site-lib/oasis/OASISVersion_types.cmx -lib/ocaml/site-lib/oasis/OCamlbuildCommon.cmi -${PLIST.ocaml-opt}lib/ocaml/site-lib/oasis/OCamlbuildCommon.cmx -lib/ocaml/site-lib/oasis/OCamlbuildCommon.ml -${PLIST.ocaml-opt}lib/ocaml/site-lib/oasis/OCamlbuildData.cmx -lib/ocaml/site-lib/oasis/OCamlbuildDocPlugin.cmi -${PLIST.ocaml-opt}lib/ocaml/site-lib/oasis/OCamlbuildDocPlugin.cmx -lib/ocaml/site-lib/oasis/OCamlbuildDocPlugin.ml -${PLIST.ocaml-opt}lib/ocaml/site-lib/oasis/OCamlbuildId.cmx -lib/ocaml/site-lib/oasis/OCamlbuildPlugin.cmi -${PLIST.ocaml-opt}lib/ocaml/site-lib/oasis/OCamlbuildPlugin.cmx -lib/ocaml/site-lib/oasis/OCamlbuildPlugin.ml -lib/ocaml/site-lib/oasis/ODNFunc.cmi -${PLIST.ocaml-opt}lib/ocaml/site-lib/oasis/ODNFunc.cmx -lib/ocaml/site-lib/oasis/ODNFunc.mli -lib/ocaml/site-lib/oasis/PropList.cmi -${PLIST.ocaml-opt}lib/ocaml/site-lib/oasis/PropList.cmx -lib/ocaml/site-lib/oasis/PropList.mli -${PLIST.ocaml-opt}lib/ocaml/site-lib/oasis/StdFilesData.cmx -lib/ocaml/site-lib/oasis/StdFilesPlugin.cmi -${PLIST.ocaml-opt}lib/ocaml/site-lib/oasis/StdFilesPlugin.cmx -lib/ocaml/site-lib/oasis/StdFilesPlugin.ml -${PLIST.ocaml-opt}lib/ocaml/site-lib/oasis/base.a -lib/ocaml/site-lib/oasis/base.cma -${PLIST.ocaml-opt}lib/ocaml/site-lib/oasis/base.cmxa -${PLIST.ocaml-opt}lib/ocaml/site-lib/oasis/base.cmxs -${PLIST.ocaml-opt}lib/ocaml/site-lib/oasis/builtin-plugins.a -lib/ocaml/site-lib/oasis/builtin-plugins.cma -${PLIST.ocaml-opt}lib/ocaml/site-lib/oasis/builtin-plugins.cmxa -${PLIST.ocaml-opt}lib/ocaml/site-lib/oasis/builtin-plugins.cmxs -lib/ocaml/site-lib/oasis/cli.cma -${PLIST.ocaml-opt}lib/ocaml/site-lib/oasis/dynrun.a -lib/ocaml/site-lib/oasis/dynrun.cma -${PLIST.ocaml-opt}lib/ocaml/site-lib/oasis/dynrun.cmxa -${PLIST.ocaml-opt}lib/ocaml/site-lib/oasis/dynrun.cmxs -${PLIST.ocaml-opt}lib/ocaml/site-lib/oasis/oasis.a -lib/ocaml/site-lib/oasis/oasis.cma -${PLIST.ocaml-opt}lib/ocaml/site-lib/oasis/oasis.cmxa -${PLIST.ocaml-opt}lib/ocaml/site-lib/oasis/oasis.cmxs -lib/ocaml/site-lib/plugin-loader/META -lib/ocaml/site-lib/plugin-loader/PluginLoader.cmi -${PLIST.ocaml-opt}lib/ocaml/site-lib/plugin-loader/PluginLoader.cmx -lib/ocaml/site-lib/plugin-loader/PluginLoader.ml -${PLIST.ocaml-opt}lib/ocaml/site-lib/plugin-loader/plugin-loader.a -lib/ocaml/site-lib/plugin-loader/plugin-loader.cma -${PLIST.ocaml-opt}lib/ocaml/site-lib/plugin-loader/plugin-loader.cmxa -${PLIST.ocaml-opt}lib/ocaml/site-lib/plugin-loader/plugin-loader.cmxs -lib/ocaml/site-lib/userconf/META -lib/ocaml/site-lib/userconf/UserConf.cmi -${PLIST.ocaml-opt}lib/ocaml/site-lib/userconf/UserConf.cmx -lib/ocaml/site-lib/userconf/UserConf.ml -${PLIST.ocaml-opt}lib/ocaml/site-lib/userconf/userconf.a -lib/ocaml/site-lib/userconf/userconf.cma -${PLIST.ocaml-opt}lib/ocaml/site-lib/userconf/userconf.cmxa -${PLIST.ocaml-opt}lib/ocaml/site-lib/userconf/userconf.cmxs +${OCAML_SITELIB}/oasis/BaseArgExt.annot +${OCAML_SITELIB}/oasis/BaseArgExt.cmi +${OCAML_SITELIB}/oasis/BaseArgExt.cmt +${OCAML_SITELIB}/oasis/BaseArgExt.cmti +${PLIST.ocaml-opt}${OCAML_SITELIB}/oasis/BaseArgExt.cmx +${OCAML_SITELIB}/oasis/BaseArgExt.mli +${OCAML_SITELIB}/oasis/BaseBuilt.annot +${OCAML_SITELIB}/oasis/BaseBuilt.cmi +${OCAML_SITELIB}/oasis/BaseBuilt.cmt +${OCAML_SITELIB}/oasis/BaseBuilt.cmti +${PLIST.ocaml-opt}${OCAML_SITELIB}/oasis/BaseBuilt.cmx +${OCAML_SITELIB}/oasis/BaseBuilt.mli +${OCAML_SITELIB}/oasis/BaseCheck.annot +${OCAML_SITELIB}/oasis/BaseCheck.cmi +${OCAML_SITELIB}/oasis/BaseCheck.cmt +${OCAML_SITELIB}/oasis/BaseCheck.cmti +${PLIST.ocaml-opt}${OCAML_SITELIB}/oasis/BaseCheck.cmx +${OCAML_SITELIB}/oasis/BaseCheck.mli +${OCAML_SITELIB}/oasis/BaseContext.annot +${OCAML_SITELIB}/oasis/BaseContext.cmi +${OCAML_SITELIB}/oasis/BaseContext.cmt +${OCAML_SITELIB}/oasis/BaseContext.cmti +${PLIST.ocaml-opt}${OCAML_SITELIB}/oasis/BaseContext.cmx +${OCAML_SITELIB}/oasis/BaseContext.mli +${OCAML_SITELIB}/oasis/BaseCustom.annot +${OCAML_SITELIB}/oasis/BaseCustom.cmi +${OCAML_SITELIB}/oasis/BaseCustom.cmt +${OCAML_SITELIB}/oasis/BaseCustom.cmti +${PLIST.ocaml-opt}${OCAML_SITELIB}/oasis/BaseCustom.cmx +${OCAML_SITELIB}/oasis/BaseCustom.mli +${OCAML_SITELIB}/oasis/BaseData.annot +${OCAML_SITELIB}/oasis/BaseData.cmi +${OCAML_SITELIB}/oasis/BaseData.cmt +${OCAML_SITELIB}/oasis/BaseData.cmti +${OCAML_SITELIB}/oasis/BaseData.mli +${OCAML_SITELIB}/oasis/BaseDoc.annot +${OCAML_SITELIB}/oasis/BaseDoc.cmi +${OCAML_SITELIB}/oasis/BaseDoc.cmt +${OCAML_SITELIB}/oasis/BaseDoc.cmti +${PLIST.ocaml-opt}${OCAML_SITELIB}/oasis/BaseDoc.cmx +${OCAML_SITELIB}/oasis/BaseDoc.mli +${OCAML_SITELIB}/oasis/BaseDynVar.annot +${OCAML_SITELIB}/oasis/BaseDynVar.cmi +${OCAML_SITELIB}/oasis/BaseDynVar.cmt +${OCAML_SITELIB}/oasis/BaseDynVar.cmti +${PLIST.ocaml-opt}${OCAML_SITELIB}/oasis/BaseDynVar.cmx +${OCAML_SITELIB}/oasis/BaseDynVar.mli +${OCAML_SITELIB}/oasis/BaseEnv.annot +${OCAML_SITELIB}/oasis/BaseEnv.cmi +${OCAML_SITELIB}/oasis/BaseEnv.cmt +${OCAML_SITELIB}/oasis/BaseEnv.cmti +${PLIST.ocaml-opt}${OCAML_SITELIB}/oasis/BaseEnv.cmx +${OCAML_SITELIB}/oasis/BaseEnv.mli +${OCAML_SITELIB}/oasis/BaseEnvLight.annot +${OCAML_SITELIB}/oasis/BaseEnvLight.cmi +${OCAML_SITELIB}/oasis/BaseEnvLight.cmt +${OCAML_SITELIB}/oasis/BaseEnvLight.cmti +${PLIST.ocaml-opt}${OCAML_SITELIB}/oasis/BaseEnvLight.cmx +${OCAML_SITELIB}/oasis/BaseEnvLight.mli +${OCAML_SITELIB}/oasis/BaseFileAB.annot +${OCAML_SITELIB}/oasis/BaseFileAB.cmi +${OCAML_SITELIB}/oasis/BaseFileAB.cmt +${OCAML_SITELIB}/oasis/BaseFileAB.cmti +${PLIST.ocaml-opt}${OCAML_SITELIB}/oasis/BaseFileAB.cmx +${OCAML_SITELIB}/oasis/BaseFileAB.mli +${OCAML_SITELIB}/oasis/BaseGenerate.annot +${OCAML_SITELIB}/oasis/BaseGenerate.cmi +${OCAML_SITELIB}/oasis/BaseGenerate.cmt +${OCAML_SITELIB}/oasis/BaseGenerate.cmti +${PLIST.ocaml-opt}${OCAML_SITELIB}/oasis/BaseGenerate.cmx +${OCAML_SITELIB}/oasis/BaseGenerate.mli +${OCAML_SITELIB}/oasis/BaseLog.annot +${OCAML_SITELIB}/oasis/BaseLog.cmi +${OCAML_SITELIB}/oasis/BaseLog.cmt +${OCAML_SITELIB}/oasis/BaseLog.cmti +${PLIST.ocaml-opt}${OCAML_SITELIB}/oasis/BaseLog.cmx +${OCAML_SITELIB}/oasis/BaseLog.mli +${OCAML_SITELIB}/oasis/BaseMessage.annot +${OCAML_SITELIB}/oasis/BaseMessage.cmi +${OCAML_SITELIB}/oasis/BaseMessage.cmt +${OCAML_SITELIB}/oasis/BaseMessage.cmti +${PLIST.ocaml-opt}${OCAML_SITELIB}/oasis/BaseMessage.cmx +${OCAML_SITELIB}/oasis/BaseMessage.mli +${OCAML_SITELIB}/oasis/BaseOCamlcConfig.annot +${OCAML_SITELIB}/oasis/BaseOCamlcConfig.cmi +${OCAML_SITELIB}/oasis/BaseOCamlcConfig.cmt +${OCAML_SITELIB}/oasis/BaseOCamlcConfig.cmti +${PLIST.ocaml-opt}${OCAML_SITELIB}/oasis/BaseOCamlcConfig.cmx +${OCAML_SITELIB}/oasis/BaseOCamlcConfig.mli +${OCAML_SITELIB}/oasis/BaseSetup.annot +${OCAML_SITELIB}/oasis/BaseSetup.cmi +${OCAML_SITELIB}/oasis/BaseSetup.cmt +${OCAML_SITELIB}/oasis/BaseSetup.cmti +${PLIST.ocaml-opt}${OCAML_SITELIB}/oasis/BaseSetup.cmx +${OCAML_SITELIB}/oasis/BaseSetup.mli +${OCAML_SITELIB}/oasis/BaseStandardVar.annot +${OCAML_SITELIB}/oasis/BaseStandardVar.cmi +${OCAML_SITELIB}/oasis/BaseStandardVar.cmt +${OCAML_SITELIB}/oasis/BaseStandardVar.cmti +${PLIST.ocaml-opt}${OCAML_SITELIB}/oasis/BaseStandardVar.cmx +${OCAML_SITELIB}/oasis/BaseStandardVar.mli +${OCAML_SITELIB}/oasis/BaseTest.annot +${OCAML_SITELIB}/oasis/BaseTest.cmi +${OCAML_SITELIB}/oasis/BaseTest.cmt +${OCAML_SITELIB}/oasis/BaseTest.cmti +${PLIST.ocaml-opt}${OCAML_SITELIB}/oasis/BaseTest.cmx +${OCAML_SITELIB}/oasis/BaseTest.mli +${OCAML_SITELIB}/oasis/CLIArgExt.annot +${OCAML_SITELIB}/oasis/CLIArgExt.cmi +${OCAML_SITELIB}/oasis/CLIArgExt.cmt +${OCAML_SITELIB}/oasis/CLIArgExt.ml +${OCAML_SITELIB}/oasis/CLICommon.annot +${OCAML_SITELIB}/oasis/CLICommon.cmi +${OCAML_SITELIB}/oasis/CLICommon.cmt +${OCAML_SITELIB}/oasis/CLICommon.cmti +${OCAML_SITELIB}/oasis/CLICommon.mli +${OCAML_SITELIB}/oasis/CLIPager.annot +${OCAML_SITELIB}/oasis/CLIPager.cmi +${OCAML_SITELIB}/oasis/CLIPager.cmt +${OCAML_SITELIB}/oasis/CLIPager.ml +${OCAML_SITELIB}/oasis/CLISubCommand.annot +${OCAML_SITELIB}/oasis/CLISubCommand.cmi +${OCAML_SITELIB}/oasis/CLISubCommand.cmt +${OCAML_SITELIB}/oasis/CLISubCommand.cmti +${OCAML_SITELIB}/oasis/CLISubCommand.mli +${PLIST.ocaml-opt}${OCAML_SITELIB}/oasis/CustomData.cmx +${OCAML_SITELIB}/oasis/CustomPlugin.annot +${OCAML_SITELIB}/oasis/CustomPlugin.cmi +${OCAML_SITELIB}/oasis/CustomPlugin.cmt +${PLIST.ocaml-opt}${OCAML_SITELIB}/oasis/CustomPlugin.cmx +${OCAML_SITELIB}/oasis/CustomPlugin.ml +${PLIST.ocaml-opt}${OCAML_SITELIB}/oasis/DevFilesData.cmx +${OCAML_SITELIB}/oasis/DevFilesPlugin.annot +${OCAML_SITELIB}/oasis/DevFilesPlugin.cmi +${OCAML_SITELIB}/oasis/DevFilesPlugin.cmt +${PLIST.ocaml-opt}${OCAML_SITELIB}/oasis/DevFilesPlugin.cmx +${OCAML_SITELIB}/oasis/DevFilesPlugin.ml +${OCAML_SITELIB}/oasis/FormatExt.annot +${OCAML_SITELIB}/oasis/FormatExt.cmi +${OCAML_SITELIB}/oasis/FormatExt.cmt +${OCAML_SITELIB}/oasis/FormatExt.cmti +${PLIST.ocaml-opt}${OCAML_SITELIB}/oasis/FormatExt.cmx +${OCAML_SITELIB}/oasis/FormatExt.mli +${OCAML_SITELIB}/oasis/InternalConfigurePlugin.annot +${OCAML_SITELIB}/oasis/InternalConfigurePlugin.cmi +${OCAML_SITELIB}/oasis/InternalConfigurePlugin.cmt +${PLIST.ocaml-opt}${OCAML_SITELIB}/oasis/InternalConfigurePlugin.cmx +${OCAML_SITELIB}/oasis/InternalConfigurePlugin.ml +${PLIST.ocaml-opt}${OCAML_SITELIB}/oasis/InternalData.cmx +${PLIST.ocaml-opt}${OCAML_SITELIB}/oasis/InternalId.cmx +${OCAML_SITELIB}/oasis/InternalInstallPlugin.annot +${OCAML_SITELIB}/oasis/InternalInstallPlugin.cmi +${OCAML_SITELIB}/oasis/InternalInstallPlugin.cmt +${PLIST.ocaml-opt}${OCAML_SITELIB}/oasis/InternalInstallPlugin.cmx +${OCAML_SITELIB}/oasis/InternalInstallPlugin.ml +${OCAML_SITELIB}/oasis/META +${PLIST.ocaml-opt}${OCAML_SITELIB}/oasis/METAData.cmx +${OCAML_SITELIB}/oasis/METAPlugin.annot +${OCAML_SITELIB}/oasis/METAPlugin.cmi +${OCAML_SITELIB}/oasis/METAPlugin.cmt +${PLIST.ocaml-opt}${OCAML_SITELIB}/oasis/METAPlugin.cmx +${OCAML_SITELIB}/oasis/METAPlugin.ml +${PLIST.ocaml-opt}${OCAML_SITELIB}/oasis/MyOCamlbuildBase.cmx +${PLIST.ocaml-opt}${OCAML_SITELIB}/oasis/MyOCamlbuildFindlib.cmx +${PLIST.ocaml-opt}${OCAML_SITELIB}/oasis/NoneData.cmx +${OCAML_SITELIB}/oasis/NonePlugin.annot +${OCAML_SITELIB}/oasis/NonePlugin.cmi +${OCAML_SITELIB}/oasis/NonePlugin.cmt +${PLIST.ocaml-opt}${OCAML_SITELIB}/oasis/NonePlugin.cmx +${OCAML_SITELIB}/oasis/NonePlugin.ml +${PLIST.ocaml-opt}${OCAML_SITELIB}/oasis/OASISAst.cmx +${OCAML_SITELIB}/oasis/OASISBuildSection.annot +${OCAML_SITELIB}/oasis/OASISBuildSection.cmi +${OCAML_SITELIB}/oasis/OASISBuildSection.cmt +${OCAML_SITELIB}/oasis/OASISBuildSection.cmti +${PLIST.ocaml-opt}${OCAML_SITELIB}/oasis/OASISBuildSection.cmx +${OCAML_SITELIB}/oasis/OASISBuildSection.mli +${PLIST.ocaml-opt}${OCAML_SITELIB}/oasis/OASISBuildSection_intern.cmx +${OCAML_SITELIB}/oasis/OASISBuiltinPlugins.annot +${OCAML_SITELIB}/oasis/OASISBuiltinPlugins.cmi +${OCAML_SITELIB}/oasis/OASISBuiltinPlugins.cmt +${PLIST.ocaml-opt}${OCAML_SITELIB}/oasis/OASISBuiltinPlugins.cmx +${OCAML_SITELIB}/oasis/OASISBuiltinPlugins.ml +${PLIST.ocaml-opt}${OCAML_SITELIB}/oasis/OASISCheck.cmx +${PLIST.ocaml-opt}${OCAML_SITELIB}/oasis/OASISConf.cmx +${OCAML_SITELIB}/oasis/OASISContext.annot +${OCAML_SITELIB}/oasis/OASISContext.cmi +${OCAML_SITELIB}/oasis/OASISContext.cmt +${OCAML_SITELIB}/oasis/OASISContext.cmti +${PLIST.ocaml-opt}${OCAML_SITELIB}/oasis/OASISContext.cmx +${OCAML_SITELIB}/oasis/OASISContext.mli +${PLIST.ocaml-opt}${OCAML_SITELIB}/oasis/OASISCustom.cmx +${OCAML_SITELIB}/oasis/OASISData.annot +${OCAML_SITELIB}/oasis/OASISData.cmi +${OCAML_SITELIB}/oasis/OASISData.cmt +${PLIST.ocaml-opt}${OCAML_SITELIB}/oasis/OASISData.cmx +${OCAML_SITELIB}/oasis/OASISDocument.annot +${OCAML_SITELIB}/oasis/OASISDocument.cmi +${OCAML_SITELIB}/oasis/OASISDocument.cmt +${OCAML_SITELIB}/oasis/OASISDocument.cmti +${PLIST.ocaml-opt}${OCAML_SITELIB}/oasis/OASISDocument.cmx +${OCAML_SITELIB}/oasis/OASISDocument.mli +${PLIST.ocaml-opt}${OCAML_SITELIB}/oasis/OASISDocument_intern.cmx +${OCAML_SITELIB}/oasis/OASISDynRun.annot +${OCAML_SITELIB}/oasis/OASISDynRun.cmi +${OCAML_SITELIB}/oasis/OASISDynRun.cmt +${PLIST.ocaml-opt}${OCAML_SITELIB}/oasis/OASISDynRun.cmx +${OCAML_SITELIB}/oasis/OASISDynRun.ml +${OCAML_SITELIB}/oasis/OASISExec.annot +${OCAML_SITELIB}/oasis/OASISExec.cmi +${OCAML_SITELIB}/oasis/OASISExec.cmt +${OCAML_SITELIB}/oasis/OASISExec.cmti +${PLIST.ocaml-opt}${OCAML_SITELIB}/oasis/OASISExec.cmx +${OCAML_SITELIB}/oasis/OASISExec.mli +${OCAML_SITELIB}/oasis/OASISExecutable.annot +${OCAML_SITELIB}/oasis/OASISExecutable.cmi +${OCAML_SITELIB}/oasis/OASISExecutable.cmt +${OCAML_SITELIB}/oasis/OASISExecutable.cmti +${PLIST.ocaml-opt}${OCAML_SITELIB}/oasis/OASISExecutable.cmx +${OCAML_SITELIB}/oasis/OASISExecutable.mli +${PLIST.ocaml-opt}${OCAML_SITELIB}/oasis/OASISExecutable_intern.cmx +${OCAML_SITELIB}/oasis/OASISExpr.annot +${OCAML_SITELIB}/oasis/OASISExpr.cmi +${OCAML_SITELIB}/oasis/OASISExpr.cmt +${OCAML_SITELIB}/oasis/OASISExpr.cmti +${PLIST.ocaml-opt}${OCAML_SITELIB}/oasis/OASISExpr.cmx +${OCAML_SITELIB}/oasis/OASISExpr.mli +${OCAML_SITELIB}/oasis/OASISFeatures.annot +${OCAML_SITELIB}/oasis/OASISFeatures.cmi +${OCAML_SITELIB}/oasis/OASISFeatures.cmt +${PLIST.ocaml-opt}${OCAML_SITELIB}/oasis/OASISFeatures.cmx +${OCAML_SITELIB}/oasis/OASISFeatures.ml +${OCAML_SITELIB}/oasis/OASISFileTemplate.annot +${OCAML_SITELIB}/oasis/OASISFileTemplate.cmi +${OCAML_SITELIB}/oasis/OASISFileTemplate.cmt +${OCAML_SITELIB}/oasis/OASISFileTemplate.cmti +${PLIST.ocaml-opt}${OCAML_SITELIB}/oasis/OASISFileTemplate.cmx +${OCAML_SITELIB}/oasis/OASISFileTemplate.mli +${OCAML_SITELIB}/oasis/OASISFileUtil.annot +${OCAML_SITELIB}/oasis/OASISFileUtil.cmi +${OCAML_SITELIB}/oasis/OASISFileUtil.cmt +${OCAML_SITELIB}/oasis/OASISFileUtil.cmti +${PLIST.ocaml-opt}${OCAML_SITELIB}/oasis/OASISFileUtil.cmx +${OCAML_SITELIB}/oasis/OASISFileUtil.mli +${OCAML_SITELIB}/oasis/OASISFindlib.annot +${OCAML_SITELIB}/oasis/OASISFindlib.cmi +${OCAML_SITELIB}/oasis/OASISFindlib.cmt +${OCAML_SITELIB}/oasis/OASISFindlib.cmti +${PLIST.ocaml-opt}${OCAML_SITELIB}/oasis/OASISFindlib.cmx +${OCAML_SITELIB}/oasis/OASISFindlib.mli +${OCAML_SITELIB}/oasis/OASISFlag.annot +${OCAML_SITELIB}/oasis/OASISFlag.cmi +${OCAML_SITELIB}/oasis/OASISFlag.cmt +${OCAML_SITELIB}/oasis/OASISFlag.cmti +${PLIST.ocaml-opt}${OCAML_SITELIB}/oasis/OASISFlag.cmx +${OCAML_SITELIB}/oasis/OASISFlag.mli +${PLIST.ocaml-opt}${OCAML_SITELIB}/oasis/OASISFlag_intern.cmx +${PLIST.ocaml-opt}${OCAML_SITELIB}/oasis/OASISFormat.cmx +${OCAML_SITELIB}/oasis/OASISGettext.annot +${OCAML_SITELIB}/oasis/OASISGettext.cmi +${OCAML_SITELIB}/oasis/OASISGettext.cmt +${OCAML_SITELIB}/oasis/OASISGettext.cmti +${PLIST.ocaml-opt}${OCAML_SITELIB}/oasis/OASISGettext.cmx +${OCAML_SITELIB}/oasis/OASISGettext.mli +${OCAML_SITELIB}/oasis/OASISGraph.annot +${OCAML_SITELIB}/oasis/OASISGraph.cmi +${OCAML_SITELIB}/oasis/OASISGraph.cmt +${PLIST.ocaml-opt}${OCAML_SITELIB}/oasis/OASISGraph.cmx +${OCAML_SITELIB}/oasis/OASISGraph.ml +${PLIST.ocaml-opt}${OCAML_SITELIB}/oasis/OASISHelp.cmx +${OCAML_SITELIB}/oasis/OASISHostPath.annot +${OCAML_SITELIB}/oasis/OASISHostPath.cmi +${OCAML_SITELIB}/oasis/OASISHostPath.cmt +${OCAML_SITELIB}/oasis/OASISHostPath.cmti +${PLIST.ocaml-opt}${OCAML_SITELIB}/oasis/OASISHostPath.cmx +${OCAML_SITELIB}/oasis/OASISHostPath.mli +${OCAML_SITELIB}/oasis/OASISLibrary.annot +${OCAML_SITELIB}/oasis/OASISLibrary.cmi +${OCAML_SITELIB}/oasis/OASISLibrary.cmt +${OCAML_SITELIB}/oasis/OASISLibrary.cmti +${PLIST.ocaml-opt}${OCAML_SITELIB}/oasis/OASISLibrary.cmx +${OCAML_SITELIB}/oasis/OASISLibrary.mli +${PLIST.ocaml-opt}${OCAML_SITELIB}/oasis/OASISLibrary_intern.cmx +${OCAML_SITELIB}/oasis/OASISLicense.annot +${OCAML_SITELIB}/oasis/OASISLicense.cmi +${OCAML_SITELIB}/oasis/OASISLicense.cmt +${OCAML_SITELIB}/oasis/OASISLicense.cmti +${PLIST.ocaml-opt}${OCAML_SITELIB}/oasis/OASISLicense.cmx +${OCAML_SITELIB}/oasis/OASISLicense.mli +${PLIST.ocaml-opt}${OCAML_SITELIB}/oasis/OASISLicense_lexer.cmx +${PLIST.ocaml-opt}${OCAML_SITELIB}/oasis/OASISLicense_parser.cmx +${PLIST.ocaml-opt}${OCAML_SITELIB}/oasis/OASISLicense_types.cmx +${OCAML_SITELIB}/oasis/OASISMessage.annot +${OCAML_SITELIB}/oasis/OASISMessage.cmi +${OCAML_SITELIB}/oasis/OASISMessage.cmt +${OCAML_SITELIB}/oasis/OASISMessage.cmti +${PLIST.ocaml-opt}${OCAML_SITELIB}/oasis/OASISMessage.cmx +${OCAML_SITELIB}/oasis/OASISMessage.mli +${OCAML_SITELIB}/oasis/OASISObject.annot +${OCAML_SITELIB}/oasis/OASISObject.cmi +${OCAML_SITELIB}/oasis/OASISObject.cmt +${OCAML_SITELIB}/oasis/OASISObject.cmti +${PLIST.ocaml-opt}${OCAML_SITELIB}/oasis/OASISObject.cmx +${OCAML_SITELIB}/oasis/OASISObject.mli +${PLIST.ocaml-opt}${OCAML_SITELIB}/oasis/OASISObject_intern.cmx +${OCAML_SITELIB}/oasis/OASISPackage.annot +${OCAML_SITELIB}/oasis/OASISPackage.cmi +${OCAML_SITELIB}/oasis/OASISPackage.cmt +${OCAML_SITELIB}/oasis/OASISPackage.cmti +${PLIST.ocaml-opt}${OCAML_SITELIB}/oasis/OASISPackage.cmx +${OCAML_SITELIB}/oasis/OASISPackage.mli +${PLIST.ocaml-opt}${OCAML_SITELIB}/oasis/OASISPackage_intern.cmx +${OCAML_SITELIB}/oasis/OASISParse.annot +${OCAML_SITELIB}/oasis/OASISParse.cmi +${OCAML_SITELIB}/oasis/OASISParse.cmt +${OCAML_SITELIB}/oasis/OASISParse.cmti +${PLIST.ocaml-opt}${OCAML_SITELIB}/oasis/OASISParse.cmx +${OCAML_SITELIB}/oasis/OASISParse.mli +${PLIST.ocaml-opt}${OCAML_SITELIB}/oasis/OASISPath_intern.cmx +${OCAML_SITELIB}/oasis/OASISPlugin.annot +${OCAML_SITELIB}/oasis/OASISPlugin.cmi +${OCAML_SITELIB}/oasis/OASISPlugin.cmt +${OCAML_SITELIB}/oasis/OASISPlugin.cmti +${PLIST.ocaml-opt}${OCAML_SITELIB}/oasis/OASISPlugin.cmx +${OCAML_SITELIB}/oasis/OASISPlugin.mli +${PLIST.ocaml-opt}${OCAML_SITELIB}/oasis/OASISQuickstart.cmx +${PLIST.ocaml-opt}${OCAML_SITELIB}/oasis/OASISRecDescParser.cmx +${OCAML_SITELIB}/oasis/OASISSchema.annot +${OCAML_SITELIB}/oasis/OASISSchema.cmi +${OCAML_SITELIB}/oasis/OASISSchema.cmt +${OCAML_SITELIB}/oasis/OASISSchema.cmti +${PLIST.ocaml-opt}${OCAML_SITELIB}/oasis/OASISSchema.cmx +${OCAML_SITELIB}/oasis/OASISSchema.mli +${PLIST.ocaml-opt}${OCAML_SITELIB}/oasis/OASISSchema_intern.cmx +${OCAML_SITELIB}/oasis/OASISSection.annot +${OCAML_SITELIB}/oasis/OASISSection.cmi +${OCAML_SITELIB}/oasis/OASISSection.cmt +${OCAML_SITELIB}/oasis/OASISSection.cmti +${PLIST.ocaml-opt}${OCAML_SITELIB}/oasis/OASISSection.cmx +${OCAML_SITELIB}/oasis/OASISSection.mli +${PLIST.ocaml-opt}${OCAML_SITELIB}/oasis/OASISSection_intern.cmx +${OCAML_SITELIB}/oasis/OASISSetupUpdate.annot +${OCAML_SITELIB}/oasis/OASISSetupUpdate.cmi +${OCAML_SITELIB}/oasis/OASISSetupUpdate.cmt +${PLIST.ocaml-opt}${OCAML_SITELIB}/oasis/OASISSetupUpdate.cmx +${OCAML_SITELIB}/oasis/OASISSetupUpdate.ml +${OCAML_SITELIB}/oasis/OASISSourceRepository.annot +${OCAML_SITELIB}/oasis/OASISSourceRepository.cmi +${OCAML_SITELIB}/oasis/OASISSourceRepository.cmt +${OCAML_SITELIB}/oasis/OASISSourceRepository.cmti +${PLIST.ocaml-opt}${OCAML_SITELIB}/oasis/OASISSourceRepository.cmx +${OCAML_SITELIB}/oasis/OASISSourceRepository.mli +${PLIST.ocaml-opt}${OCAML_SITELIB}/oasis/OASISSourceRepository_intern.cmx +${OCAML_SITELIB}/oasis/OASISString.annot +${OCAML_SITELIB}/oasis/OASISString.cmi +${OCAML_SITELIB}/oasis/OASISString.cmt +${PLIST.ocaml-opt}${OCAML_SITELIB}/oasis/OASISString.cmx +${OCAML_SITELIB}/oasis/OASISString.ml +${OCAML_SITELIB}/oasis/OASISTest.annot +${OCAML_SITELIB}/oasis/OASISTest.cmi +${OCAML_SITELIB}/oasis/OASISTest.cmt +${OCAML_SITELIB}/oasis/OASISTest.cmti +${PLIST.ocaml-opt}${OCAML_SITELIB}/oasis/OASISTest.cmx +${OCAML_SITELIB}/oasis/OASISTest.mli +${PLIST.ocaml-opt}${OCAML_SITELIB}/oasis/OASISTest_intern.cmx +${OCAML_SITELIB}/oasis/OASISText.annot +${OCAML_SITELIB}/oasis/OASISText.cmi +${OCAML_SITELIB}/oasis/OASISText.cmt +${PLIST.ocaml-opt}${OCAML_SITELIB}/oasis/OASISText.cmx +${OCAML_SITELIB}/oasis/OASISText.ml +${OCAML_SITELIB}/oasis/OASISTypes.annot +${OCAML_SITELIB}/oasis/OASISTypes.cmi +${OCAML_SITELIB}/oasis/OASISTypes.cmt +${OCAML_SITELIB}/oasis/OASISTypes.cmti +${PLIST.ocaml-opt}${OCAML_SITELIB}/oasis/OASISTypes.cmx +${OCAML_SITELIB}/oasis/OASISTypes.mli +${OCAML_SITELIB}/oasis/OASISUnixPath.annot +${OCAML_SITELIB}/oasis/OASISUnixPath.cmi +${OCAML_SITELIB}/oasis/OASISUnixPath.cmt +${OCAML_SITELIB}/oasis/OASISUnixPath.cmti +${PLIST.ocaml-opt}${OCAML_SITELIB}/oasis/OASISUnixPath.cmx +${OCAML_SITELIB}/oasis/OASISUnixPath.mli +${OCAML_SITELIB}/oasis/OASISUtils.annot +${OCAML_SITELIB}/oasis/OASISUtils.cmi +${OCAML_SITELIB}/oasis/OASISUtils.cmt +${OCAML_SITELIB}/oasis/OASISUtils.cmti +${PLIST.ocaml-opt}${OCAML_SITELIB}/oasis/OASISUtils.cmx +${OCAML_SITELIB}/oasis/OASISUtils.mli +${OCAML_SITELIB}/oasis/OASISValues.annot +${OCAML_SITELIB}/oasis/OASISValues.cmi +${OCAML_SITELIB}/oasis/OASISValues.cmt +${OCAML_SITELIB}/oasis/OASISValues.cmti +${PLIST.ocaml-opt}${OCAML_SITELIB}/oasis/OASISValues.cmx +${OCAML_SITELIB}/oasis/OASISValues.mli +${PLIST.ocaml-opt}${OCAML_SITELIB}/oasis/OASISValues_lexer.cmx +${OCAML_SITELIB}/oasis/OASISVersion.annot +${OCAML_SITELIB}/oasis/OASISVersion.cmi +${OCAML_SITELIB}/oasis/OASISVersion.cmt +${OCAML_SITELIB}/oasis/OASISVersion.cmti +${PLIST.ocaml-opt}${OCAML_SITELIB}/oasis/OASISVersion.cmx +${OCAML_SITELIB}/oasis/OASISVersion.mli +${PLIST.ocaml-opt}${OCAML_SITELIB}/oasis/OASISVersion_lexer.cmx +${PLIST.ocaml-opt}${OCAML_SITELIB}/oasis/OASISVersion_parser.cmx +${PLIST.ocaml-opt}${OCAML_SITELIB}/oasis/OASISVersion_types.cmx +${OCAML_SITELIB}/oasis/OCamlbuildCommon.annot +${OCAML_SITELIB}/oasis/OCamlbuildCommon.cmi +${OCAML_SITELIB}/oasis/OCamlbuildCommon.cmt +${PLIST.ocaml-opt}${OCAML_SITELIB}/oasis/OCamlbuildCommon.cmx +${OCAML_SITELIB}/oasis/OCamlbuildCommon.ml +${PLIST.ocaml-opt}${OCAML_SITELIB}/oasis/OCamlbuildData.cmx +${OCAML_SITELIB}/oasis/OCamlbuildDocPlugin.annot +${OCAML_SITELIB}/oasis/OCamlbuildDocPlugin.cmi +${OCAML_SITELIB}/oasis/OCamlbuildDocPlugin.cmt +${PLIST.ocaml-opt}${OCAML_SITELIB}/oasis/OCamlbuildDocPlugin.cmx +${OCAML_SITELIB}/oasis/OCamlbuildDocPlugin.ml +${PLIST.ocaml-opt}${OCAML_SITELIB}/oasis/OCamlbuildId.cmx +${OCAML_SITELIB}/oasis/OCamlbuildPlugin.annot +${OCAML_SITELIB}/oasis/OCamlbuildPlugin.cmi +${OCAML_SITELIB}/oasis/OCamlbuildPlugin.cmt +${PLIST.ocaml-opt}${OCAML_SITELIB}/oasis/OCamlbuildPlugin.cmx +${OCAML_SITELIB}/oasis/OCamlbuildPlugin.ml +${OCAML_SITELIB}/oasis/ODNFunc.annot +${OCAML_SITELIB}/oasis/ODNFunc.cmi +${OCAML_SITELIB}/oasis/ODNFunc.cmt +${OCAML_SITELIB}/oasis/ODNFunc.cmti +${PLIST.ocaml-opt}${OCAML_SITELIB}/oasis/ODNFunc.cmx +${OCAML_SITELIB}/oasis/ODNFunc.mli +${OCAML_SITELIB}/oasis/PropList.annot +${OCAML_SITELIB}/oasis/PropList.cmi +${OCAML_SITELIB}/oasis/PropList.cmt +${OCAML_SITELIB}/oasis/PropList.cmti +${PLIST.ocaml-opt}${OCAML_SITELIB}/oasis/PropList.cmx +${OCAML_SITELIB}/oasis/PropList.mli +${PLIST.ocaml-opt}${OCAML_SITELIB}/oasis/StdFilesData.cmx +${OCAML_SITELIB}/oasis/StdFilesPlugin.annot +${OCAML_SITELIB}/oasis/StdFilesPlugin.cmi +${OCAML_SITELIB}/oasis/StdFilesPlugin.cmt +${PLIST.ocaml-opt}${OCAML_SITELIB}/oasis/StdFilesPlugin.cmx +${OCAML_SITELIB}/oasis/StdFilesPlugin.ml +${PLIST.ocaml-opt}${OCAML_SITELIB}/oasis/base.a +${OCAML_SITELIB}/oasis/base.cma +${PLIST.ocaml-opt}${OCAML_SITELIB}/oasis/base.cmxa +${PLIST.ocaml-opt}${OCAML_SITELIB}/oasis/base.cmxs +${PLIST.ocaml-opt}${OCAML_SITELIB}/oasis/builtin-plugins.a +${OCAML_SITELIB}/oasis/builtin-plugins.cma +${PLIST.ocaml-opt}${OCAML_SITELIB}/oasis/builtin-plugins.cmxa +${PLIST.ocaml-opt}${OCAML_SITELIB}/oasis/builtin-plugins.cmxs +${OCAML_SITELIB}/oasis/cli.cma +${PLIST.ocaml-opt}${OCAML_SITELIB}/oasis/dynrun.a +${OCAML_SITELIB}/oasis/dynrun.cma +${PLIST.ocaml-opt}${OCAML_SITELIB}/oasis/dynrun.cmxa +${PLIST.ocaml-opt}${OCAML_SITELIB}/oasis/dynrun.cmxs +${PLIST.ocaml-opt}${OCAML_SITELIB}/oasis/oasis.a +${OCAML_SITELIB}/oasis/oasis.cma +${PLIST.ocaml-opt}${OCAML_SITELIB}/oasis/oasis.cmxa +${PLIST.ocaml-opt}${OCAML_SITELIB}/oasis/oasis.cmxs +${OCAML_SITELIB}/plugin-loader/META +${OCAML_SITELIB}/plugin-loader/PluginLoader.annot +${OCAML_SITELIB}/plugin-loader/PluginLoader.cmi +${OCAML_SITELIB}/plugin-loader/PluginLoader.cmt +${PLIST.ocaml-opt}${OCAML_SITELIB}/plugin-loader/PluginLoader.cmx +${OCAML_SITELIB}/plugin-loader/PluginLoader.ml +${PLIST.ocaml-opt}${OCAML_SITELIB}/plugin-loader/plugin-loader.a +${OCAML_SITELIB}/plugin-loader/plugin-loader.cma +${PLIST.ocaml-opt}${OCAML_SITELIB}/plugin-loader/plugin-loader.cmxa +${PLIST.ocaml-opt}${OCAML_SITELIB}/plugin-loader/plugin-loader.cmxs +${OCAML_SITELIB}/userconf/META +${OCAML_SITELIB}/userconf/UserConf.annot +${OCAML_SITELIB}/userconf/UserConf.cmi +${OCAML_SITELIB}/userconf/UserConf.cmt +${PLIST.ocaml-opt}${OCAML_SITELIB}/userconf/UserConf.cmx +${OCAML_SITELIB}/userconf/UserConf.ml +${PLIST.ocaml-opt}${OCAML_SITELIB}/userconf/userconf.a +${OCAML_SITELIB}/userconf/userconf.cma +${PLIST.ocaml-opt}${OCAML_SITELIB}/userconf/userconf.cmxa +${PLIST.ocaml-opt}${OCAML_SITELIB}/userconf/userconf.cmxs diff --git a/devel/ocaml-oasis/buildlink3.mk b/devel/ocaml-oasis/buildlink3.mk index f33d372259ea7..1b5da3cc19a34 100644 --- a/devel/ocaml-oasis/buildlink3.mk +++ b/devel/ocaml-oasis/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.5 2015/08/07 11:20:32 jaapb Exp $ +# $NetBSD: buildlink3.mk,v 1.6 2016/05/05 16:06:51 jaapb Exp $ BUILDLINK_TREE+= ocaml-oasis @@ -6,7 +6,7 @@ BUILDLINK_TREE+= ocaml-oasis OCAML_OASIS_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.ocaml-oasis+= ocaml-oasis>=0.4.4 -BUILDLINK_ABI_DEPENDS.ocaml-oasis?= ocaml-oasis>=0.4.4nb4 +BUILDLINK_ABI_DEPENDS.ocaml-oasis?= ocaml-oasis>=0.4.5nb1 BUILDLINK_PKGSRCDIR.ocaml-oasis?= ../../devel/ocaml-oasis .include "../../lang/ocaml/buildlink3.mk" diff --git a/devel/ocaml-oasis/distinfo b/devel/ocaml-oasis/distinfo index 7818fef69c21b..c7505cb145f75 100644 --- a/devel/ocaml-oasis/distinfo +++ b/devel/ocaml-oasis/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2015/11/03 03:27:52 agc Exp $ +$NetBSD: distinfo,v 1.3 2016/05/05 16:06:51 jaapb Exp $ -SHA1 (oasis-0.4.4.tar.gz) = e3b09c0c83a6d989cf6daff11749a839372bf163 -RMD160 (oasis-0.4.4.tar.gz) = 7992772cf1e4e4b8b5d5f7ac463b7507bd19c544 -SHA512 (oasis-0.4.4.tar.gz) = 1abb6e01f93029c5d9af3422a0e93b215182577225ad949442a4b69d0904620c20547941bad96fb27ad0034a0a4b472b586aac2614e89f5faae3084b751ed3c8 -Size (oasis-0.4.4.tar.gz) = 333041 bytes +SHA1 (oasis-0.4.6.tar.gz) = a71a690323b07d2c9f397dab834b67db585c33b1 +RMD160 (oasis-0.4.6.tar.gz) = e5ef6d1e33307adfd75b8cb1de71d84e451ba570 +SHA512 (oasis-0.4.6.tar.gz) = c85432c75de1814024b11f9aea89fc740016fc13f2fd16ad1a4819de406d26a698f33a43e64649cbc17fe194c5da336e83ad85af91d6b97d0b3f70db44f33d88 +Size (oasis-0.4.6.tar.gz) = 337490 bytes diff --git a/devel/ocaml-odn/Makefile b/devel/ocaml-odn/Makefile index f94dbfc566e8d..4787107b7bb2e 100644 --- a/devel/ocaml-odn/Makefile +++ b/devel/ocaml-odn/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.5 2015/08/07 11:20:32 jaapb Exp $ +# $NetBSD: Makefile,v 1.6 2016/05/05 09:36:39 jaapb Exp $ DISTNAME= data-notation-${VERSION} PKGNAME= ocaml-odn-${VERSION} VERSION= 0.0.11 -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= devel MASTER_SITES= https://forge.ocamlcore.org/frs/download.php/1310/ @@ -15,6 +15,7 @@ LICENSE= gnu-lgpl-v2.1 WRKSRC= ${WRKDIR}/ocaml-${DISTNAME} OCAML_USE_OASIS= yes +OCAML_FINDLIB_DIRS= ${OCAML_SITELIBDIR}/odn .include "../../devel/ocaml-type_conv/buildlink3.mk" .include "../../lang/camlp4/buildlink3.mk" diff --git a/devel/ocaml-odn/PLIST b/devel/ocaml-odn/PLIST index 8c26f24f0eb02..e9c93e22ebabf 100644 --- a/devel/ocaml-odn/PLIST +++ b/devel/ocaml-odn/PLIST @@ -1,17 +1,15 @@ -@comment $NetBSD: PLIST,v 1.1 2014/08/17 13:34:06 jaapb Exp $ -@unexec %D/libexec/ocaml-findlib-register del %D/lib/ocaml/site-lib/odn -lib/ocaml/site-lib/odn/META -lib/ocaml/site-lib/odn/ODN.cmi -${PLIST.ocaml-opt}lib/ocaml/site-lib/odn/ODN.cmx -lib/ocaml/site-lib/odn/ODN.ml -${PLIST.ocaml-opt}lib/ocaml/site-lib/odn/odn.a -lib/ocaml/site-lib/odn/odn.cma -${PLIST.ocaml-opt}lib/ocaml/site-lib/odn/odn.cmxa -${PLIST.ocaml-opt}lib/ocaml/site-lib/odn/odn.cmxs -lib/ocaml/site-lib/odn/pa_noodn.cma -lib/ocaml/site-lib/odn/pa_noodn.cmi -lib/ocaml/site-lib/odn/pa_noodn.ml -lib/ocaml/site-lib/odn/pa_odn.cma -lib/ocaml/site-lib/odn/pa_odn.cmi -lib/ocaml/site-lib/odn/pa_odn.ml -@exec %D/libexec/ocaml-findlib-register add %D/lib/ocaml/site-lib/odn +@comment $NetBSD: PLIST,v 1.2 2016/05/05 09:36:39 jaapb Exp $ +${OCAML_SITELIB}/odn/META +${OCAML_SITELIB}/odn/ODN.cmi +${PLIST.ocaml-opt}${OCAML_SITELIB}/odn/ODN.cmx +${OCAML_SITELIB}/odn/ODN.ml +${PLIST.ocaml-opt}${OCAML_SITELIB}/odn/odn.a +${OCAML_SITELIB}/odn/odn.cma +${PLIST.ocaml-opt}${OCAML_SITELIB}/odn/odn.cmxa +${PLIST.ocaml-opt}${OCAML_SITELIB}/odn/odn.cmxs +${OCAML_SITELIB}/odn/pa_noodn.cma +${OCAML_SITELIB}/odn/pa_noodn.cmi +${OCAML_SITELIB}/odn/pa_noodn.ml +${OCAML_SITELIB}/odn/pa_odn.cma +${OCAML_SITELIB}/odn/pa_odn.cmi +${OCAML_SITELIB}/odn/pa_odn.ml diff --git a/devel/ocaml-odn/buildlink3.mk b/devel/ocaml-odn/buildlink3.mk index 8483eb0260269..449a9e32010a0 100644 --- a/devel/ocaml-odn/buildlink3.mk +++ b/devel/ocaml-odn/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.5 2015/08/07 11:20:32 jaapb Exp $ +# $NetBSD: buildlink3.mk,v 1.7 2016/05/05 15:32:17 jaapb Exp $ BUILDLINK_TREE+= ocaml-odn @@ -6,7 +6,7 @@ BUILDLINK_TREE+= ocaml-odn OCAML_ODN_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.ocaml-odn+= ocaml-odn>=0.0.11 -BUILDLINK_ABI_DEPENDS.ocaml-odn?= ocaml-odn>=0.0.11nb4 +BUILDLINK_ABI_DEPENDS.ocaml-odn?= ocaml-odn>=0.0.11nb5 BUILDLINK_PKGSRCDIR.ocaml-odn?= ../../devel/ocaml-odn .include "../../lang/ocaml/buildlink3.mk" diff --git a/devel/ocaml-optcomp/Makefile b/devel/ocaml-optcomp/Makefile index 7d5f196212154..0fed17f6f8fed 100644 --- a/devel/ocaml-optcomp/Makefile +++ b/devel/ocaml-optcomp/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2015/06/30 11:52:57 jaapb Exp $ +# $NetBSD: Makefile,v 1.7 2016/05/05 11:45:38 jaapb Exp $ VERSION= 1.6 -PKGREVISION= 2 +PKGREVISION= 3 DISTNAME= ${VERSION} PKGNAME= ocaml-optcomp-${VERSION} CATEGORIES= devel diff --git a/devel/ocaml-ppx_core/Makefile b/devel/ocaml-ppx_core/Makefile index b355a1a47ef94..2f4c1a15cea1a 100644 --- a/devel/ocaml-ppx_core/Makefile +++ b/devel/ocaml-ppx_core/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.1 2016/03/04 15:22:01 jaapb Exp $ +# $NetBSD: Makefile,v 1.2 2016/05/05 11:45:38 jaapb Exp $ VERSION= 113.24.00 GITHUB_PROJECT= ppx_core DISTNAME= ${GITHUB_PROJECT}-${VERSION} PKGNAME= ${GITHUB_PROJECT}-${DISTNAME} +PKGREVISION= 1 PKGNAME= ocaml-${DISTNAME} CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GITHUB:=janestreet/} diff --git a/devel/ocaml-ppx_deriving/Makefile b/devel/ocaml-ppx_deriving/Makefile index 0a9718e75801f..046717d1936f1 100644 --- a/devel/ocaml-ppx_deriving/Makefile +++ b/devel/ocaml-ppx_deriving/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2016/02/23 15:03:49 joerg Exp $ +# $NetBSD: Makefile,v 1.4 2016/05/06 12:08:58 jaapb Exp $ GITHUB_PROJECT= ppx_deriving -DISTNAME= ${GITHUB_PROJECT}-3.1 +DISTNAME= ${GITHUB_PROJECT}-3.3 PKGNAME= ocaml-${DISTNAME} CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GITHUB:=whitequark/} diff --git a/devel/ocaml-ppx_deriving/distinfo b/devel/ocaml-ppx_deriving/distinfo index 8d3bf778435d1..b55152918594e 100644 --- a/devel/ocaml-ppx_deriving/distinfo +++ b/devel/ocaml-ppx_deriving/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.1 2016/02/17 16:44:44 jaapb Exp $ +$NetBSD: distinfo,v 1.2 2016/05/06 12:08:58 jaapb Exp $ -SHA1 (ppx_deriving-3.1.tar.gz) = baf74ef207909fcbbc2df679b2e067e10c68d1a1 -RMD160 (ppx_deriving-3.1.tar.gz) = 61884c3a9455b58b4b03e9e1173372d94ce686a4 -SHA512 (ppx_deriving-3.1.tar.gz) = ef3174f4fbecea9c613deb62aebb45de2b2abf640d557973f0621575a391cc11fc4135c782dc3d202012ddbeaadb3c7dd84f42d08aef0ba668bd169dedfeedf0 -Size (ppx_deriving-3.1.tar.gz) = 40720 bytes -SHA1 (patch-Makefile) = b7a4e06f34e235b27091b015be9356ec39222900 +SHA1 (ppx_deriving-3.3.tar.gz) = c5c103a8c75c709d2111412d1000c7e90cfa9739 +RMD160 (ppx_deriving-3.3.tar.gz) = 8f14cf24927cdfd2c99c3b2066095fec2b9d6c4f +SHA512 (ppx_deriving-3.3.tar.gz) = d8c4a289c62f4b2e4a1affcf6225c5929dd45fb705714b7071b0c01609c0bf833b0367d35f95cac344ad9d06a954f86b8c440729193112d723442f790a5c2af3 +Size (ppx_deriving-3.3.tar.gz) = 43707 bytes +SHA1 (patch-Makefile) = 5c28a06e9669df38d220149964b5cdea2141b4bb diff --git a/devel/ocaml-ppx_deriving/patches/patch-Makefile b/devel/ocaml-ppx_deriving/patches/patch-Makefile index 2cced0fc34d59..e6eae75051a8e 100644 --- a/devel/ocaml-ppx_deriving/patches/patch-Makefile +++ b/devel/ocaml-ppx_deriving/patches/patch-Makefile @@ -1,9 +1,9 @@ -$NetBSD: patch-Makefile,v 1.1 2016/02/17 16:44:44 jaapb Exp $ +$NetBSD: patch-Makefile,v 1.2 2016/05/06 12:08:58 jaapb Exp $ Do not remove package before installing and use DESTDIR ---- Makefile.orig 2016-02-17 05:38:04.000000000 +0000 +--- Makefile.orig 2016-03-16 07:52:25.000000000 +0000 +++ Makefile -@@ -49,11 +49,11 @@ release: +@@ -52,11 +52,11 @@ release: rm -rf $(NAME_VERSION) install: @@ -13,7 +13,7 @@ Do not remove package before installing and use DESTDIR awk '{ print $$1 }' | \ sed -e 's:"?*::g' | \ xargs ocamlfind install ppx_deriving -- mv `ocamlfind query ppx_deriving`/ppx_deriving_main.native `ocamlfind query ppx_deriving`/ppx_deriving$(EXE) +- mv `ocamlfind query ppx_deriving -suffix /ppx_deriving_main.native` `ocamlfind query ppx_deriving -suffix /ppx_deriving$(EXE)` + mv ${DESTDIR}${PREFIX}/${OCAML_SITELIBDIR}/ppx_deriving/ppx_deriving_main.native ${DESTDIR}${PREFIX}/${OCAML_SITELIBDIR}/ppx_deriving/ppx_deriving$(EXE) .PHONY: gh-pages release diff --git a/devel/ocaml-ppx_driver/Makefile b/devel/ocaml-ppx_driver/Makefile index 309d8377f6481..e50ce1e2690d2 100644 --- a/devel/ocaml-ppx_driver/Makefile +++ b/devel/ocaml-ppx_driver/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.1 2016/03/04 15:33:50 jaapb Exp $ +# $NetBSD: Makefile,v 1.2 2016/05/05 11:45:38 jaapb Exp $ VERSION= 113.24.00 GITHUB_PROJECT= ppx_driver DISTNAME= ${GITHUB_PROJECT}-${VERSION} PKGNAME= ${GITHUB_PROJECT}-${DISTNAME} +PKGREVISION= 1 PKGNAME= ocaml-${DISTNAME} CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GITHUB:=janestreet/} diff --git a/devel/ocaml-ppx_optcomp/Makefile b/devel/ocaml-ppx_optcomp/Makefile index e7db39e4db48e..93cd185b1cb0f 100644 --- a/devel/ocaml-ppx_optcomp/Makefile +++ b/devel/ocaml-ppx_optcomp/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.1 2016/03/04 15:29:40 jaapb Exp $ +# $NetBSD: Makefile,v 1.2 2016/05/05 11:45:38 jaapb Exp $ VERSION= 113.24.00 GITHUB_PROJECT= ppx_optcomp DISTNAME= ${GITHUB_PROJECT}-${VERSION} PKGNAME= ${GITHUB_PROJECT}-${DISTNAME} +PKGREVISION= 1 PKGNAME= ocaml-${DISTNAME} CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GITHUB:=janestreet/} diff --git a/devel/ocaml-ppx_sexp_conv/Makefile b/devel/ocaml-ppx_sexp_conv/Makefile index d88169612d367..d5460780ae576 100644 --- a/devel/ocaml-ppx_sexp_conv/Makefile +++ b/devel/ocaml-ppx_sexp_conv/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.1 2016/03/04 15:50:18 jaapb Exp $ +# $NetBSD: Makefile,v 1.2 2016/05/05 11:45:39 jaapb Exp $ VERSION= 113.24.00 GITHUB_PROJECT= ppx_sexp_conv DISTNAME= ${GITHUB_PROJECT}-${VERSION} PKGNAME= ocaml-${DISTNAME} +PKGREVISION= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GITHUB:=janestreet/} diff --git a/devel/ocaml-ppx_tools/Makefile b/devel/ocaml-ppx_tools/Makefile index 3613ca4d87e88..80d889da8a666 100644 --- a/devel/ocaml-ppx_tools/Makefile +++ b/devel/ocaml-ppx_tools/Makefile @@ -1,19 +1,19 @@ -# $NetBSD: Makefile,v 1.1 2016/02/06 13:39:49 jaapb Exp $ +# $NetBSD: Makefile,v 1.3 2016/05/06 11:26:29 jaapb Exp $ -VERSION= 0.99.3 +VERSION= 5.0 GITHUB_PROJECT= ppx_tools -DISTNAME= ${GITHUB_PROJECT}_${VERSION} +GITHUB_TAG= 5.0+4.03.0 PKGNAME= ocaml-${GITHUB_PROJECT}-${VERSION} +DISTNAME= ${GITHUB_PROJECT}_${VERSION} CATEGORIES= devel -GITHUB_TAG= ${GITHUB_PROJECT}_${VERSION} -MASTER_SITES= ${MASTER_SITE_GITHUB:=diml/} +MASTER_SITES= ${MASTER_SITE_GITHUB:=alainfrisch/} MAINTAINER= jaapb@NetBSD.org HOMEPAGE= ${MASTER_SITE_GITHUB:=alainfrisch/ppx_tools/} COMMENT= Tools for authors of OCaml ppx rewriters LICENSE= mit -WRKSRC= ${WRKDIR}/ppx_tools-ppx_tools_0.99.3 +WRKSRC= ${WRKDIR}/ppx_tools-${VERSION}-4.03.0 USE_LANGUAGES= # none USE_TOOLS+= gmake OCAML_USE_FINDLIB= yes diff --git a/devel/ocaml-ppx_tools/PLIST b/devel/ocaml-ppx_tools/PLIST index 33a948436bc95..9c9d3debe5435 100644 --- a/devel/ocaml-ppx_tools/PLIST +++ b/devel/ocaml-ppx_tools/PLIST @@ -1,9 +1,15 @@ -@comment $NetBSD: PLIST,v 1.1 2016/02/06 13:39:49 jaapb Exp $ +@comment $NetBSD: PLIST,v 1.2 2016/05/06 11:26:29 jaapb Exp $ ${OCAML_SITELIB}/ppx_tools/META ${OCAML_SITELIB}/ppx_tools/ast_convenience.cmi +${OCAML_SITELIB}/ppx_tools/ast_convenience.cmt +${OCAML_SITELIB}/ppx_tools/ast_convenience.cmti ${PLIST.ocaml-opt}${OCAML_SITELIB}/ppx_tools/ast_convenience.cmx +${OCAML_SITELIB}/ppx_tools/ast_convenience.mli ${OCAML_SITELIB}/ppx_tools/ast_mapper_class.cmi +${OCAML_SITELIB}/ppx_tools/ast_mapper_class.cmt +${OCAML_SITELIB}/ppx_tools/ast_mapper_class.cmti ${PLIST.ocaml-opt}${OCAML_SITELIB}/ppx_tools/ast_mapper_class.cmx +${OCAML_SITELIB}/ppx_tools/ast_mapper_class.mli ${OCAML_SITELIB}/ppx_tools/dumpast ${OCAML_SITELIB}/ppx_tools/genlifter ${OCAML_SITELIB}/ppx_tools/ppx_metaquot diff --git a/devel/ocaml-ppx_tools/distinfo b/devel/ocaml-ppx_tools/distinfo index 78f258b5df2c2..4cbb1149597be 100644 --- a/devel/ocaml-ppx_tools/distinfo +++ b/devel/ocaml-ppx_tools/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.1 2016/02/06 13:39:49 jaapb Exp $ +$NetBSD: distinfo,v 1.2 2016/05/06 11:26:29 jaapb Exp $ -SHA1 (ppx_tools_0.99.3.tar.gz) = 07daeb047482d77249415d8464c9bc6ba4f17eeb -RMD160 (ppx_tools_0.99.3.tar.gz) = 5b61584cfb6b68157599a8bf80ccb536731563bf -SHA512 (ppx_tools_0.99.3.tar.gz) = 2b6e4e1168951b5501e930e3de294611ed0652162b8e6a3e5b72d27d602ea4b3cf07bb96dc524347553c30be6d3a7ab5b28ef4d5d69e4de6f6c6e5359e37c32d -Size (ppx_tools_0.99.3.tar.gz) = 16258 bytes +SHA1 (ppx_tools_5.0.tar.gz) = f812238b482c3fbb7b26a39594eca92722894704 +RMD160 (ppx_tools_5.0.tar.gz) = 6f16bdfebaac62ed8bdb4271df9beedc068f7962 +SHA512 (ppx_tools_5.0.tar.gz) = d1867b084885704757f390b6f6ca8b5d7702f0476149d99ea227f98230ab35d57f5c4aa779881231a0a77cfd1861255118fa2551a49ab85553f63e9aab9baae4 +Size (ppx_tools_5.0.tar.gz) = 17209 bytes diff --git a/devel/ocaml-ppx_type_conv/Makefile b/devel/ocaml-ppx_type_conv/Makefile index 57644db29eb8b..ecd41313615fb 100644 --- a/devel/ocaml-ppx_type_conv/Makefile +++ b/devel/ocaml-ppx_type_conv/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.1 2016/03/04 15:44:28 jaapb Exp $ +# $NetBSD: Makefile,v 1.2 2016/05/05 11:45:39 jaapb Exp $ VERSION= 113.24.00 GITHUB_PROJECT= ppx_type_conv DISTNAME= ${GITHUB_PROJECT}-${VERSION} PKGNAME= ${GITHUB_PROJECT}-${DISTNAME} +PKGREVISION= 1 PKGNAME= ocaml-${DISTNAME} CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GITHUB:=janestreet/} diff --git a/devel/ocaml-re/Makefile b/devel/ocaml-re/Makefile index ec505fd7565aa..82f34e39509b6 100644 --- a/devel/ocaml-re/Makefile +++ b/devel/ocaml-re/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2016/02/06 12:10:33 jaapb Exp $ +# $NetBSD: Makefile,v 1.6 2016/05/06 22:32:41 wiz Exp $ DISTNAME= ocaml-re-1.2.2 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= devel MASTER_SITES= https://github.com/ocaml/ocaml-re/archive/ @@ -28,5 +28,6 @@ do-build: do-install: cd ${WRKSRC} && ./setup.bin -install +.include "../../devel/ocamlbuild/buildlink3.mk" .include "../../mk/ocaml.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/ocaml-react/Makefile b/devel/ocaml-react/Makefile index d6cd24c5266a1..27b85117b2d66 100644 --- a/devel/ocaml-react/Makefile +++ b/devel/ocaml-react/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.10 2016/02/06 12:55:08 jaapb Exp $ +# $NetBSD: Makefile,v 1.11 2016/05/05 11:45:39 jaapb Exp $ DISTNAME= react-1.2.0 PKGNAME= ocaml-${DISTNAME} -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= devel MASTER_SITES= http://erratique.ch/software/react/releases/ EXTRACT_SUFX= .tbz diff --git a/devel/ocaml-reactiveData/Makefile b/devel/ocaml-reactiveData/Makefile index 72b7948786f82..805dda7cef30d 100644 --- a/devel/ocaml-reactiveData/Makefile +++ b/devel/ocaml-reactiveData/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.4 2016/02/06 12:10:33 jaapb Exp $ +# $NetBSD: Makefile,v 1.5 2016/05/05 11:45:39 jaapb Exp $ GITHUB_PROJECT= reactiveData DISTNAME= ${GITHUB_PROJECT}-0.2 PKGNAME= ocaml-${DISTNAME} +PKGREVISION= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GITHUB:=ocsigen/} diff --git a/devel/ocaml-sexplib/Makefile b/devel/ocaml-sexplib/Makefile index 432bd49bb24ef..fad93a67a848e 100644 --- a/devel/ocaml-sexplib/Makefile +++ b/devel/ocaml-sexplib/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.5 2016/03/04 16:06:19 jaapb Exp $ +# $NetBSD: Makefile,v 1.6 2016/05/05 11:45:39 jaapb Exp $ DISTNAME= sexplib-${VERS} PKGNAME= ocaml-${DISTNAME} +PKGREVISION= 1 VERS= 113.24.00 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GITHUB:=janestreet/sexplib/archive/} diff --git a/devel/ocaml-type_conv/Makefile b/devel/ocaml-type_conv/Makefile index eb4de714e81a7..6244518bdf1fd 100644 --- a/devel/ocaml-type_conv/Makefile +++ b/devel/ocaml-type_conv/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.6 2016/02/06 12:10:33 jaapb Exp $ +# $NetBSD: Makefile,v 1.8 2016/05/05 11:45:36 jaapb Exp $ DISTNAME= type_conv-${VERS} PKGNAME= ocaml-${DISTNAME} VERS= 113.00.02 +PKGREVISION= 2 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GITHUB:=janestreet/type_conv/archive/} DISTFILES= ${VERS}${EXTRACT_SUFX} @@ -18,7 +19,9 @@ WRKSRC= ${WRKDIR}/type_conv-${VERS} USE_TOOLS+= gmake OCAML_USE_FINDLIB= yes +OCAML_FINDLIB_DIRS= ${OCAML_SITELIBDIR}/type_conv +.include "../../devel/ocamlbuild/buildlink3.mk" .include "../../lang/camlp4/buildlink3.mk" .include "../../mk/ocaml.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/ocaml-type_conv/PLIST b/devel/ocaml-type_conv/PLIST index c5d4cfdbbf5d6..f10f582f37079 100644 --- a/devel/ocaml-type_conv/PLIST +++ b/devel/ocaml-type_conv/PLIST @@ -1,5 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2016/02/28 12:10:18 jaapb Exp $ -@unexec %D/libexec/ocaml-findlib-register del %D/lib/ocaml/site-lib/type_conv +@comment $NetBSD: PLIST,v 1.3 2016/04/12 16:05:21 jaapb Exp $ lib/ocaml/site-lib/type_conv/META ${PLIST.ocaml-opt}lib/ocaml/site-lib/type_conv/pa_type_conv.a lib/ocaml/site-lib/type_conv/pa_type_conv.annot @@ -11,4 +10,3 @@ ${PLIST.ocaml-opt}lib/ocaml/site-lib/type_conv/pa_type_conv.cmx ${PLIST.ocaml-opt}lib/ocaml/site-lib/type_conv/pa_type_conv.cmxa ${PLIST.ocaml-opt}lib/ocaml/site-lib/type_conv/pa_type_conv.cmxs lib/ocaml/site-lib/type_conv/pa_type_conv.mli -@exec %D/libexec/ocaml-findlib-register add %D/lib/ocaml/site-lib/type_conv diff --git a/devel/ocaml-type_conv/buildlink3.mk b/devel/ocaml-type_conv/buildlink3.mk index 66258c3dd867b..7ed7fd54eb284 100644 --- a/devel/ocaml-type_conv/buildlink3.mk +++ b/devel/ocaml-type_conv/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.6 2016/02/28 12:10:18 jaapb Exp $ +# $NetBSD: buildlink3.mk,v 1.8 2016/05/05 15:32:47 jaapb Exp $ BUILDLINK_TREE+= ocaml-type_conv @@ -6,7 +6,7 @@ BUILDLINK_TREE+= ocaml-type_conv OCAML_TYPE_CONV_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.ocaml-type_conv+= ocaml-type_conv>=109.60.01 -BUILDLINK_ABI_DEPENDS.ocaml-type_conv?= ocaml-type_conv>=113.00.02 +BUILDLINK_ABI_DEPENDS.ocaml-type_conv?= ocaml-type_conv>=113.00.02nb2 BUILDLINK_PKGSRCDIR.ocaml-type_conv?= ../../devel/ocaml-type_conv .include "../../lang/ocaml/buildlink3.mk" diff --git a/devel/ocamlbuild/DESCR b/devel/ocamlbuild/DESCR new file mode 100644 index 0000000000000..49869854ddb60 --- /dev/null +++ b/devel/ocamlbuild/DESCR @@ -0,0 +1,2 @@ +OCamlbuild is a generic build tool that has built-in rules for building OCaml +libraries and programs. diff --git a/devel/ocamlbuild/Makefile b/devel/ocamlbuild/Makefile new file mode 100644 index 0000000000000..8274d6eda93ad --- /dev/null +++ b/devel/ocamlbuild/Makefile @@ -0,0 +1,23 @@ +# $NetBSD: Makefile,v 1.2 2016/05/05 15:58:58 jaapb Exp $ + +DISTNAME= ocamlbuild-0.9.2 +CATEGORIES= devel +MASTER_SITES= ${MASTER_SITE_GITHUB:=ocaml/} + +MAINTAINER= jaapb@NetBSD.org +HOMEPAGE= ${MASTER_SITE_GITHUB:=ocaml/ocamlbuild/} +COMMENT= Build system for OCaml +LICENSE= gnu-lgpl-v2 + +CONFLICTS+= ocaml<=4.02.3 + +USE_LANGUAGES= # none +USE_TOOLS+= gmake + +OCAML_USE_FINDLIB= yes +INSTALL_TARGET= findlib-install + +MAKE_ENV= CHECK_IF_PREINSTALLED=false + +.include "../../mk/ocaml.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/devel/ocamlbuild/PLIST b/devel/ocamlbuild/PLIST new file mode 100644 index 0000000000000..3b48e0fe9d12d --- /dev/null +++ b/devel/ocamlbuild/PLIST @@ -0,0 +1,23 @@ +@comment $NetBSD: PLIST,v 1.2 2016/05/05 15:58:58 jaapb Exp $ +bin/ocamlbuild +bin/ocamlbuild.byte +${PLIST.ocaml-opt}bin/ocamlbuild.native +${OCAML_SITELIB}/ocamlbuild/META +${OCAML_SITELIB}/ocamlbuild/ocamlbuild.cmo +${PLIST.ocaml-opt}${OCAML_SITELIB}/ocamlbuild/ocamlbuild.cmx +${PLIST.ocaml-opt}${OCAML_SITELIB}/ocamlbuild/ocamlbuild.o +${OCAML_SITELIB}/ocamlbuild/ocamlbuild_executor.cmi +${PLIST.ocaml-opt}${OCAML_SITELIB}/ocamlbuild/ocamlbuild_executor.cmx +${PLIST.ocaml-opt}${OCAML_SITELIB}/ocamlbuild/ocamlbuild_executor.o +${OCAML_SITELIB}/ocamlbuild/ocamlbuild_pack.cmi +${PLIST.ocaml-opt}${OCAML_SITELIB}/ocamlbuild/ocamlbuild_pack.cmx +${OCAML_SITELIB}/ocamlbuild/ocamlbuild_plugin.cmi +${PLIST.ocaml-opt}${OCAML_SITELIB}/ocamlbuild/ocamlbuild_plugin.cmx +${PLIST.ocaml-opt}${OCAML_SITELIB}/ocamlbuild/ocamlbuild_plugin.o +${OCAML_SITELIB}/ocamlbuild/ocamlbuild_unix_plugin.cmi +${PLIST.ocaml-opt}${OCAML_SITELIB}/ocamlbuild/ocamlbuild_unix_plugin.cmx +${PLIST.ocaml-opt}${OCAML_SITELIB}/ocamlbuild/ocamlbuild_unix_plugin.o +${PLIST.ocaml-opt}${OCAML_SITELIB}/ocamlbuild/ocamlbuildlib.a +${OCAML_SITELIB}/ocamlbuild/ocamlbuildlib.cma +${PLIST.ocaml-opt}${OCAML_SITELIB}/ocamlbuild/ocamlbuildlib.cmxa +${OCAML_SITELIB}/ocamlbuild/signatures.mli diff --git a/devel/ocamlbuild/buildlink3.mk b/devel/ocamlbuild/buildlink3.mk new file mode 100644 index 0000000000000..8ac2dbb456c9b --- /dev/null +++ b/devel/ocamlbuild/buildlink3.mk @@ -0,0 +1,13 @@ +# $NetBSD: buildlink3.mk,v 1.2 2016/05/05 15:58:58 jaapb Exp $ + +BUILDLINK_TREE+= ocamlbuild + +.if !defined(OCAMLBUILD_BUILDLINK3_MK) +OCAMLBUILD_BUILDLINK3_MK:= + +BUILDLINK_API_DEPENDS.ocamlbuild+= ocamlbuild>=0.9.2 +BUILDLINK_PKGSRCDIR.ocamlbuild?= ../../devel/ocamlbuild +BUILDLINK_DEPMETHOD.ocamlbuild?= build +.endif # OCAMLBUILD_BUILDLINK3_MK + +BUILDLINK_TREE+= -ocamlbuild diff --git a/devel/ocamlbuild/distinfo b/devel/ocamlbuild/distinfo new file mode 100644 index 0000000000000..67a18d0602b2a --- /dev/null +++ b/devel/ocamlbuild/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.3 2016/05/05 15:58:58 jaapb Exp $ + +SHA1 (ocamlbuild-0.9.2.tar.gz) = 1d56cb0d5f4da2456306cde4f909e9dc0e02ba8f +RMD160 (ocamlbuild-0.9.2.tar.gz) = c8f2ea58004d23fe1e31a0f210b179f135f9ef15 +SHA512 (ocamlbuild-0.9.2.tar.gz) = 6f6fa2ca0030256b61a9f93275f26327a032594a1ddd288e1eb9f4c41dfc139e4cdb6cd66ae8e383dd2f8aabb435181abfbf6b4aa0892ef6fa420c29e33b391a +Size (ocamlbuild-0.9.2.tar.gz) = 163014 bytes diff --git a/devel/ocamlgraph/Makefile b/devel/ocamlgraph/Makefile index 86abdba7cba98..013ffac308c5d 100644 --- a/devel/ocamlgraph/Makefile +++ b/devel/ocamlgraph/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.8 2016/03/05 11:28:24 jperkin Exp $ +# $NetBSD: Makefile,v 1.11 2016/05/05 11:45:39 jaapb Exp $ DISTNAME= ocamlgraph-1.8.5 -PKGREVISION= 6 +PKGREVISION= 9 CATEGORIES= devel MASTER_SITES= http://ocamlgraph.lri.fr/download/ diff --git a/devel/ocamlify/Makefile b/devel/ocamlify/Makefile index 10cc9209440c3..de510d1c7f554 100644 --- a/devel/ocamlify/Makefile +++ b/devel/ocamlify/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2016/02/06 12:10:33 jaapb Exp $ +# $NetBSD: Makefile,v 1.5 2016/05/05 11:45:39 jaapb Exp $ DISTNAME= ocamlify-0.0.2 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= devel MASTER_SITES= http://forge.ocamlcore.org/frs/download.php/1209/ @@ -11,6 +11,7 @@ COMMENT= Allows embedding external resources as OCaml code LICENSE= gnu-lgpl-v2.1 OCAML_USE_OASIS= yes +OCAML_FINDLIB_REGISTER= no .include "../../mk/ocaml.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/ocamlmod/Makefile b/devel/ocamlmod/Makefile index 82f2075110145..ae9e76176b450 100644 --- a/devel/ocamlmod/Makefile +++ b/devel/ocamlmod/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2016/02/06 12:10:33 jaapb Exp $ +# $NetBSD: Makefile,v 1.5 2016/05/05 11:45:39 jaapb Exp $ DISTNAME= ocamlmod-0.0.7 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= devel MASTER_SITES= http://forge.ocamlcore.org/frs/download.php/1350/ @@ -11,6 +11,7 @@ COMMENT= Generate OCaml modules from source files LICENSE= gnu-lgpl-v2.1 OCAML_USE_OASIS= yes +OCAML_FINDLIB_REGISTER= no .include "../../mk/ocaml.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/omake/Makefile b/devel/omake/Makefile index 5c64ccf91fd2d..f5f3c480a2bee 100644 --- a/devel/omake/Makefile +++ b/devel/omake/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.12 2015/08/07 11:20:34 jaapb Exp $ +# $NetBSD: Makefile,v 1.13 2016/05/05 11:45:39 jaapb Exp $ # DISTNAME= omake-${VERSION}-0.rc1 PKGNAME= omake-${VERSION}.0rc1 -PKGREVISION= 8 +PKGREVISION= 9 CATEGORIES= devel MASTER_SITES= http://omake.metaprl.org/downloads/ diff --git a/devel/opengrok/Makefile b/devel/opengrok/Makefile index 04f190ac341a9..c4b0b3bc3bc93 100644 --- a/devel/opengrok/Makefile +++ b/devel/opengrok/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.43 2016/03/05 11:28:24 jperkin Exp $ +# $NetBSD: Makefile,v 1.44 2016/04/11 19:01:49 ryoon Exp $ DISTNAME= OpenGrok-0.12.1.5 PKGNAME= ${DISTNAME:tl:S/-rc/rc/} -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GITHUB:=OpenGrok/} diff --git a/devel/ossp-uuid/buildlink3.mk b/devel/ossp-uuid/buildlink3.mk index d6064f224daf8..53b4846295714 100644 --- a/devel/ossp-uuid/buildlink3.mk +++ b/devel/ossp-uuid/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.3 2009/03/20 19:24:25 joerg Exp $ +# $NetBSD: buildlink3.mk,v 1.4 2016/03/31 20:25:23 fhajny Exp $ BUILDLINK_TREE+= ossp-uuid @@ -8,6 +8,13 @@ OSSP_UUID_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.ossp-uuid+= ossp-uuid>=1.6.0 BUILDLINK_ABI_DEPENDS.ossp-uuid+= ossp-uuid>=1.6.2 BUILDLINK_PKGSRCDIR.ossp-uuid?= ../../devel/ossp-uuid + +.include "../../mk/bsd.fast.prefs.mk" + +.if ${OPSYS} == "SunOS" +BUILDLINK_LDADD.ossp-uuid+= -lnsl -lsocket +BUILDLINK_LDFLAGS.ossp-uuid?= ${BUILDLINK_LDADD.ossp-uuid} +.endif .endif # OSSP_UUID_BUILDLINK3_MK BUILDLINK_TREE+= -ossp-uuid diff --git a/devel/p5-Algorithm-Dependency/Makefile b/devel/p5-Algorithm-Dependency/Makefile index dd071b523763b..d6b3d2a383c3d 100644 --- a/devel/p5-Algorithm-Dependency/Makefile +++ b/devel/p5-Algorithm-Dependency/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2015/06/12 10:48:52 wiz Exp $ +# $NetBSD: Makefile,v 1.21 2016/05/03 10:54:52 wiz Exp $ DISTNAME= Algorithm-Dependency-1.110 PKGNAME= p5-${DISTNAME} @@ -6,7 +6,7 @@ PKGREVISION= 6 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Algorithm/} -MAINTAINER= rhaen@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Algorithm-Dependency/ COMMENT= Algorithmic framework for implementing dependency tree LICENSE= ${PERL5_LICENSE} diff --git a/devel/p5-Algorithm-Merge/Makefile b/devel/p5-Algorithm-Merge/Makefile index eee6f4c8dca18..1275bef5fbc4d 100644 --- a/devel/p5-Algorithm-Merge/Makefile +++ b/devel/p5-Algorithm-Merge/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2015/06/12 10:48:52 wiz Exp $ +# $NetBSD: Makefile,v 1.21 2016/05/03 10:54:52 wiz Exp $ DISTNAME= Algorithm-Merge-0.08 PKGNAME= p5-${DISTNAME} @@ -6,7 +6,7 @@ PKGREVISION= 7 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Algorithm/} -MAINTAINER= rhaen@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Algorithm-Merge/ COMMENT= Perl module providing diff3(1)-like functionality LICENSE= ${PERL5_LICENSE} diff --git a/devel/p5-Any-Moose/Makefile b/devel/p5-Any-Moose/Makefile index 7089bfd200a05..e20d1a82e273a 100644 --- a/devel/p5-Any-Moose/Makefile +++ b/devel/p5-Any-Moose/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2015/06/12 10:48:53 wiz Exp $ +# $NetBSD: Makefile,v 1.20 2016/05/03 10:54:52 wiz Exp $ DISTNAME= Any-Moose-0.26 PKGNAME= p5-${DISTNAME} @@ -6,7 +6,7 @@ PKGREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Any/} -MAINTAINER= rhaen@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Any-Moose/ COMMENT= Perl extension to check dependencies on Moose or Mouse LICENSE= ${PERL5_LICENSE} diff --git a/devel/p5-AnyEvent/Makefile b/devel/p5-AnyEvent/Makefile index 4759eac310019..ddf9400eb9eea 100644 --- a/devel/p5-AnyEvent/Makefile +++ b/devel/p5-AnyEvent/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.38 2015/07/27 14:35:35 mef Exp $ +# $NetBSD: Makefile,v 1.40 2016/05/06 12:51:54 mef Exp $ -DISTNAME= AnyEvent-7.11 +DISTNAME= AnyEvent-7.12 PKGNAME= p5-${DISTNAME} CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=AnyEvent/} -MAINTAINER= rhaen@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://software.schmorp.de/pkg/AnyEvent.html COMMENT= Simple API for io, timer and completion callbacks LICENSE= ${PERL5_LICENSE} diff --git a/devel/p5-AnyEvent/distinfo b/devel/p5-AnyEvent/distinfo index 4eef29f22ea90..b5fb5805dbd7d 100644 --- a/devel/p5-AnyEvent/distinfo +++ b/devel/p5-AnyEvent/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.27 2015/11/03 03:27:55 agc Exp $ +$NetBSD: distinfo,v 1.28 2016/05/06 12:51:54 mef Exp $ -SHA1 (AnyEvent-7.11.tar.gz) = 088cfee9929e8c150dafa0fbda5976713da79309 -RMD160 (AnyEvent-7.11.tar.gz) = f47e891b0e08f8cb43c1a4726b6ad3fea4abc8ca -SHA512 (AnyEvent-7.11.tar.gz) = 2b1949a73c3ad0ae06c3da8d06d7074089910bc9f44b32be5177b603999ddb13b5801cc81db11cefb7e490f7386b8403ca511ccbdc92f898cb3650c5d1d82b8b -Size (AnyEvent-7.11.tar.gz) = 296544 bytes +SHA1 (AnyEvent-7.12.tar.gz) = ef783cb8b08448d4bc8f40b779c702be4afb6bf3 +RMD160 (AnyEvent-7.12.tar.gz) = 6fec7729e56926cd149cbfc1b313c3c8ef62b68a +SHA512 (AnyEvent-7.12.tar.gz) = a508024ee207dd227d81544d0796672587125698034317d6d1e50a22395358fbf62001b17d0e7f3bc7ea4be69b1004f563cdf7097ac67b10a4a43545a9d2273c +Size (AnyEvent-7.12.tar.gz) = 296712 bytes diff --git a/devel/p5-App-FatPacker/Makefile b/devel/p5-App-FatPacker/Makefile index 6265f7a889548..85e9bf2b6b10a 100644 --- a/devel/p5-App-FatPacker/Makefile +++ b/devel/p5-App-FatPacker/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.16 2015/07/03 21:41:28 mef Exp $ +# $NetBSD: Makefile,v 1.17 2016/04/09 04:56:30 mef Exp $ -DISTNAME= App-FatPacker-0.010004 +DISTNAME= App-FatPacker-0.010005 PKGNAME= p5-${DISTNAME} CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=App/} diff --git a/devel/p5-App-FatPacker/distinfo b/devel/p5-App-FatPacker/distinfo index eeee5d12be25e..04e453225a611 100644 --- a/devel/p5-App-FatPacker/distinfo +++ b/devel/p5-App-FatPacker/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.9 2015/11/03 03:27:55 agc Exp $ +$NetBSD: distinfo,v 1.10 2016/04/09 04:56:30 mef Exp $ -SHA1 (App-FatPacker-0.010004.tar.gz) = 58dd570613bd0a5fd1fd235326885500a6519a12 -RMD160 (App-FatPacker-0.010004.tar.gz) = 94463e29557a4205942c72b52e9a9dac7320603b -SHA512 (App-FatPacker-0.010004.tar.gz) = e84438758eb02df24267dab24c63400fd2a6263ae8b6b9546674aed11b93f12d419a119a4336082c2d16e00e63ff82067195ebf92c3ff9423ee1db31560280fd -Size (App-FatPacker-0.010004.tar.gz) = 11293 bytes +SHA1 (App-FatPacker-0.010005.tar.gz) = e97ded73a69102b60c56eb1b678977cc01d3e179 +RMD160 (App-FatPacker-0.010005.tar.gz) = a1585d302178757209040b1a927ca2a0568d2208 +SHA512 (App-FatPacker-0.010005.tar.gz) = 3f41b8c06cae6a3c4402322f6e421ee9fad3219eb610c9f04a3d6694c5ebd08682d34abe60fe881eafda75362d1afc4d860fb1e0d180e8c5c2e4f3aa9621ee7e +Size (App-FatPacker-0.010005.tar.gz) = 11507 bytes diff --git a/devel/p5-App-perlbrew/Makefile b/devel/p5-App-perlbrew/Makefile index 2719a7ee50547..e80eab1aaecda 100644 --- a/devel/p5-App-perlbrew/Makefile +++ b/devel/p5-App-perlbrew/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.21 2015/07/12 18:56:09 wiz Exp $ +# $NetBSD: Makefile,v 1.22 2016/04/09 05:03:13 mef Exp $ -DISTNAME= App-perlbrew-0.73 +DISTNAME= App-perlbrew-0.75 PKGNAME= p5-${DISTNAME} -PKGREVISION= 2 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=App/} diff --git a/devel/p5-App-perlbrew/distinfo b/devel/p5-App-perlbrew/distinfo index 1cb35002b053d..1bc8440599d4a 100644 --- a/devel/p5-App-perlbrew/distinfo +++ b/devel/p5-App-perlbrew/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.13 2015/11/03 03:27:56 agc Exp $ +$NetBSD: distinfo,v 1.14 2016/04/09 05:03:13 mef Exp $ -SHA1 (App-perlbrew-0.73.tar.gz) = 1156ad57da44653471bd1ec0f7dc58e9d2ad5172 -RMD160 (App-perlbrew-0.73.tar.gz) = f0e931e692293ff276b6489e202c49f030cd115d -SHA512 (App-perlbrew-0.73.tar.gz) = ceb78a62b179d4a6ad9e8788e849869cf9b45e526501d73cba004f96827d01ba03969307a1179840e6629e9f90385f7bae81b3662e0be81d00bcd462da59d28a -Size (App-perlbrew-0.73.tar.gz) = 82802 bytes +SHA1 (App-perlbrew-0.75.tar.gz) = 68b22eef4da65fd38be84aaf3caa4b7240e30232 +RMD160 (App-perlbrew-0.75.tar.gz) = 8ce980da08b54077d4204a74d6d4d25ebb61c251 +SHA512 (App-perlbrew-0.75.tar.gz) = 5ef172c010f86acdbc35bda73f072c7e2a86315d3b1982d41979be17186bb7dc4638a61109caf2de66a4167a67cb3d4774232b59dfdd3c638e2b38af45af27c6 +Size (App-perlbrew-0.75.tar.gz) = 83229 bytes diff --git a/devel/p5-AppConfig-Std/Makefile b/devel/p5-AppConfig-Std/Makefile index a76b84b5d1187..7383229350756 100644 --- a/devel/p5-AppConfig-Std/Makefile +++ b/devel/p5-AppConfig-Std/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.13 2015/06/12 10:48:54 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2016/04/09 05:05:42 mef Exp $ -DISTNAME= AppConfig-Std-1.09 +DISTNAME= AppConfig-Std-1.10 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=AppConfig/} diff --git a/devel/p5-AppConfig-Std/distinfo b/devel/p5-AppConfig-Std/distinfo index aae22eb3892fe..b671e89e3d4cf 100644 --- a/devel/p5-AppConfig-Std/distinfo +++ b/devel/p5-AppConfig-Std/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.4 2015/11/03 03:27:56 agc Exp $ +$NetBSD: distinfo,v 1.5 2016/04/09 05:05:42 mef Exp $ -SHA1 (AppConfig-Std-1.09.tar.gz) = fd5ac6cdb488a277476ec2fc513f77d0e9702f19 -RMD160 (AppConfig-Std-1.09.tar.gz) = aa00288981da580a7ee1b449b85c7a74ee2d93f2 -SHA512 (AppConfig-Std-1.09.tar.gz) = 26cac3136117e0eb1b71af1012712907ee6c2359ad6ebdede7a059a4f172828eca0a3a58aa787e724ab32111cbc7539f63bf038ebc5dfc9346fafd33bd9a9098 -Size (AppConfig-Std-1.09.tar.gz) = 6946 bytes +SHA1 (AppConfig-Std-1.10.tar.gz) = 7ed6e73d210dd28951677ae756ed5f44c33f9db5 +RMD160 (AppConfig-Std-1.10.tar.gz) = 8dcda94883f6c8b6aed95a543dae5a6037677e85 +SHA512 (AppConfig-Std-1.10.tar.gz) = fbaeb77f0b184b6a368b8db921c87eba0981cb4bcd3135e035caa6cdbcad44f2bf0b9b96b6773ef16cbec5441f5361ca46554eb4867e34be507d5504b0be8d29 +Size (AppConfig-Std-1.10.tar.gz) = 13791 bytes diff --git a/devel/p5-AtExit/Makefile b/devel/p5-AtExit/Makefile index 36e08e2f82746..4e4c59fbc7db7 100644 --- a/devel/p5-AtExit/Makefile +++ b/devel/p5-AtExit/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.27 2015/06/12 10:48:54 wiz Exp $ +# $NetBSD: Makefile,v 1.28 2016/04/09 05:07:49 mef Exp $ -DISTNAME= AtExit-2.02 +DISTNAME= AtExit-2.03 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=AtExit/} @@ -11,6 +10,9 @@ HOMEPAGE= http://search.cpan.org/dist/AtExit/ COMMENT= Provides an ANSI C style atexit() function to Perl programs LICENSE= artistic +# for make test +BUILD_DEPENDS+= p5-Capture-Tiny-[0-9]*:../../devel/p5-Capture-Tiny + PERL5_PACKLIST= auto/AtExit/.packlist .include "../../lang/perl5/module.mk" diff --git a/devel/p5-AtExit/distinfo b/devel/p5-AtExit/distinfo index 7269db8ba824b..71c67a32f4bec 100644 --- a/devel/p5-AtExit/distinfo +++ b/devel/p5-AtExit/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.5 2015/11/03 03:27:56 agc Exp $ +$NetBSD: distinfo,v 1.6 2016/04/09 05:07:49 mef Exp $ -SHA1 (AtExit-2.02.tar.gz) = bac7688e8b500aa98415074fdac545f80c2ad8be -RMD160 (AtExit-2.02.tar.gz) = 9adc22fd597d43861e1dff58263993ce74cdfecd -SHA512 (AtExit-2.02.tar.gz) = 14a9c1a694272cd113919d717b36f740cc8f5b43a36934dcd3377d57bb1316a5c04562dfb7ea036a030365b1d43a101010f5e5748a96ad1241ce5b64b3280a57 -Size (AtExit-2.02.tar.gz) = 11583 bytes +SHA1 (AtExit-2.03.tar.gz) = 1ac8189f033392b76f81458baffddc6857e0c0ee +RMD160 (AtExit-2.03.tar.gz) = 76c7788296efaa02eeb8f84163dbdedf8277ac69 +SHA512 (AtExit-2.03.tar.gz) = ce522b44ad5c2360c8e7f7f49257fe50f0079bd2070ddaa33916b2484ef8e6f6430df045e5693356c37651aa96ef6a7e7694a04ecbc91817d12d032681105b60 +Size (AtExit-2.03.tar.gz) = 11263 bytes diff --git a/devel/p5-B-Keywords/Makefile b/devel/p5-B-Keywords/Makefile index d5bc046387026..19da84d31dedf 100644 --- a/devel/p5-B-Keywords/Makefile +++ b/devel/p5-B-Keywords/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.16 2015/06/12 10:48:55 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2016/04/09 05:09:42 mef Exp $ -DISTNAME= B-Keywords-1.14 +DISTNAME= B-Keywords-1.15 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=B/} diff --git a/devel/p5-B-Keywords/distinfo b/devel/p5-B-Keywords/distinfo index b4584d93427f0..a1485f520b2f5 100644 --- a/devel/p5-B-Keywords/distinfo +++ b/devel/p5-B-Keywords/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.8 2015/11/03 03:27:57 agc Exp $ +$NetBSD: distinfo,v 1.9 2016/04/09 05:09:42 mef Exp $ -SHA1 (B-Keywords-1.14.tar.gz) = 23dd984fc02a71050a38c09584497af42a6a6177 -RMD160 (B-Keywords-1.14.tar.gz) = 778ed4cce41f89093b03107d92574e5e004d2379 -SHA512 (B-Keywords-1.14.tar.gz) = 62e10e0f22fdce9855d7f4e1e96c8a2063a220d663ddc5ba0cb1a2e1b398b4f3a9d765dbc122797a66475535b5b6addf8eb655c8b27428355bc00e598930a5c4 -Size (B-Keywords-1.14.tar.gz) = 9981 bytes +SHA1 (B-Keywords-1.15.tar.gz) = 7d21a857d18a69dbb718c70d46c5889b6eb72372 +RMD160 (B-Keywords-1.15.tar.gz) = bc109f963e0ceb506e2d91f65c9a653fb854195a +SHA512 (B-Keywords-1.15.tar.gz) = 41d06de68d010095efd643153db10fb6c3cf33e320d576f76b9b60b2a96d1f0ad9da41741b4e57a3c78c8516197b81a5a6110cc6a49ee4ddf1b33085d7bcd913 +Size (B-Keywords-1.15.tar.gz) = 10140 bytes diff --git a/devel/p5-BSD-Resource/Makefile b/devel/p5-BSD-Resource/Makefile index 6931370bb23b1..4e85c9b5f58ff 100644 --- a/devel/p5-BSD-Resource/Makefile +++ b/devel/p5-BSD-Resource/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.36 2015/06/12 10:48:55 wiz Exp $ +# $NetBSD: Makefile,v 1.37 2016/04/09 05:20:19 mef Exp $ -DISTNAME= BSD-Resource-1.2907 -PKGNAME= p5-${DISTNAME:S/2907/29.07/} -PKGREVISION= 2 +DISTNAME= BSD-Resource-1.2909 +PKGNAME= p5-${DISTNAME:C/([0-9][0-9])([0-9][0-9])/\1.\2/} CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=BSD/} diff --git a/devel/p5-BSD-Resource/distinfo b/devel/p5-BSD-Resource/distinfo index b191359e04fc5..75cb95f2549ea 100644 --- a/devel/p5-BSD-Resource/distinfo +++ b/devel/p5-BSD-Resource/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.15 2015/11/03 03:27:57 agc Exp $ +$NetBSD: distinfo,v 1.16 2016/04/09 05:20:19 mef Exp $ -SHA1 (BSD-Resource-1.2907.tar.gz) = c80b07439057a2e5cc4fcca07363c032aaf5c5c8 -RMD160 (BSD-Resource-1.2907.tar.gz) = 53bf562584f44571e3576fcb5a06794f581bb7e3 -SHA512 (BSD-Resource-1.2907.tar.gz) = 1e7c574d1f4e568503cf116ea35ba787c6f3bba02cf4b910196dfbb2ee6f147587f1021f28f7411272485b28ec65d78c5d79aa7c60340af97c8144d4c25b140d -Size (BSD-Resource-1.2907.tar.gz) = 66646 bytes +SHA1 (BSD-Resource-1.2909.tar.gz) = 3844980c1e56270c6cebe6f295db2f04b0b8c8d8 +RMD160 (BSD-Resource-1.2909.tar.gz) = 07343e923e6a440b5575ced5553230db9d34868b +SHA512 (BSD-Resource-1.2909.tar.gz) = 5f489eaac5089e82081b7cf51d62638750e443751b49415407354da96b17771819b5e6e85529faa41ddd85743363750157943c7f7700276cce2bd40a429fa430 +Size (BSD-Resource-1.2909.tar.gz) = 67471 bytes diff --git a/devel/p5-BackPAN-Index/Makefile b/devel/p5-BackPAN-Index/Makefile index 296c4770008b4..b99eacb612ff3 100644 --- a/devel/p5-BackPAN-Index/Makefile +++ b/devel/p5-BackPAN-Index/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2015/07/12 18:56:10 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2016/04/19 15:13:29 mef Exp $ DISTNAME= BackPAN-Index-0.42 PKGNAME= p5-${DISTNAME} @@ -17,7 +17,6 @@ PERL5_MODULE_TYPE= Module::Build REPLACE_PERL+= create_backpan_index.pl -BUILD_DEPENDS+= p5-Test-Compile>=0.11:../../devel/p5-Test-Compile #BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.90}:../../devel/p5-Test-Simple DEPENDS+= p5-Archive-Extract>=0.74:../../archivers/p5-Archive-Extract DEPENDS+= p5-App-Cache>=0.37:../../devel/p5-App-Cache @@ -32,5 +31,11 @@ DEPENDS+= p5-Path-Class>=0.17:../../devel/p5-Path-Class #DEPENDS+= {perl>=5.10.1,p5-autodie-[0-9]*}:../../devel/p5-autodie #DEPENDS+= {perl>=5.10.1,p5-parent-[0-9]*}:../../devel/p5-parent +# for make test +# SQLite.so: Undefined PLT symbol "sqlite3_strlike" with the prior version +BUILD_DEPENDS+= sqlite3>=3.10.0:../../databases/sqlite3 +BUILD_DEPENDS+= p5-Mouse-[0-9]*:../../devel/p5-Mouse +BUILD_DEPENDS+= p5-Test-Compile>=0.11:../../devel/p5-Test-Compile + .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/p5-CPAN-Checksums/Makefile b/devel/p5-CPAN-Checksums/Makefile index b951332bd8887..086bb962776fb 100644 --- a/devel/p5-CPAN-Checksums/Makefile +++ b/devel/p5-CPAN-Checksums/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.13 2015/06/12 10:48:56 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2016/04/14 12:36:01 mef Exp $ -DISTNAME= CPAN-Checksums-2.10 +DISTNAME= CPAN-Checksums-2.11 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=CPAN/} diff --git a/devel/p5-CPAN-Checksums/distinfo b/devel/p5-CPAN-Checksums/distinfo index 039bd550fdd0f..c8e677aa496d2 100644 --- a/devel/p5-CPAN-Checksums/distinfo +++ b/devel/p5-CPAN-Checksums/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.7 2015/11/03 03:27:58 agc Exp $ +$NetBSD: distinfo,v 1.8 2016/04/14 12:36:01 mef Exp $ -SHA1 (CPAN-Checksums-2.10.tar.gz) = 795ad113bf156f38ec5b867fee5dbc500c48345b -RMD160 (CPAN-Checksums-2.10.tar.gz) = ec314e561337a41373f22104881853039cde6557 -SHA512 (CPAN-Checksums-2.10.tar.gz) = 72f9489761925bcd545b7778effd6df25e3c07fa2f7b3a34ee33ef324b8421760bcf850f161f23f69dca8f254442d34a3aef17af060d93994dd60abf85f771c4 -Size (CPAN-Checksums-2.10.tar.gz) = 14290 bytes +SHA1 (CPAN-Checksums-2.11.tar.gz) = a4c48aa3b66942080fd7ca9bc583a25869860b21 +RMD160 (CPAN-Checksums-2.11.tar.gz) = 833052436774527715a81cc0b51116efbe4522ba +SHA512 (CPAN-Checksums-2.11.tar.gz) = cdc7fcc71fe52c9f3e6512a45398d8f65693c7d348117e636bfeec8a09b5c64495e1b000e671011f19998dbea73255997b15bae85943d2d0b7a0620b1e2a8865 +Size (CPAN-Checksums-2.11.tar.gz) = 14686 bytes diff --git a/devel/p5-CPAN-Perl-Releases/Makefile b/devel/p5-CPAN-Perl-Releases/Makefile index 99e16a222e298..2b1d23e623139 100644 --- a/devel/p5-CPAN-Perl-Releases/Makefile +++ b/devel/p5-CPAN-Perl-Releases/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.26 2016/01/09 13:34:18 wen Exp $ +# $NetBSD: Makefile,v 1.30 2016/04/25 14:27:26 mef Exp $ -DISTNAME= CPAN-Perl-Releases-2.54 +DISTNAME= CPAN-Perl-Releases-2.66 PKGNAME= p5-${DISTNAME} CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=CPAN/} diff --git a/devel/p5-CPAN-Perl-Releases/distinfo b/devel/p5-CPAN-Perl-Releases/distinfo index 1e16ee7fe9ea4..a32056d34ee41 100644 --- a/devel/p5-CPAN-Perl-Releases/distinfo +++ b/devel/p5-CPAN-Perl-Releases/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.22 2016/01/09 13:34:18 wen Exp $ +$NetBSD: distinfo,v 1.26 2016/04/25 14:27:26 mef Exp $ -SHA1 (CPAN-Perl-Releases-2.54.tar.gz) = dd4841f2e512c33a20f47ddd4ebb724fa26fe381 -RMD160 (CPAN-Perl-Releases-2.54.tar.gz) = b216ce7c0a32e952df5e07c28a4c76cc30885a22 -SHA512 (CPAN-Perl-Releases-2.54.tar.gz) = b58328ae7f57fa45e608ab29226a70aa2d370f048de7a3a0a72f74a8379611721a5aba852b4016d34b5002a474b9fd433bb550ccfe60277d7484d9aad18860e1 -Size (CPAN-Perl-Releases-2.54.tar.gz) = 24697 bytes +SHA1 (CPAN-Perl-Releases-2.66.tar.gz) = d86597ba40d5c5eae2e65a7f1b846bd52e897a76 +RMD160 (CPAN-Perl-Releases-2.66.tar.gz) = abbf5926d25e60df4b094a8f42961233200b20b9 +SHA512 (CPAN-Perl-Releases-2.66.tar.gz) = 8ad9a6a5d603c73a7490b90a4bd467e8c8d30d137fc32588debe6bfcd1d2cfca23a29f4b082d8d0ecdc3d5ebcc8e46e5e5d5acbc832e5cf02c0d018310e108ff +Size (CPAN-Perl-Releases-2.66.tar.gz) = 25113 bytes diff --git a/devel/p5-CPAN-Reporter/Makefile b/devel/p5-CPAN-Reporter/Makefile index 79fbce2e08f1f..b3aa82f2c8d47 100644 --- a/devel/p5-CPAN-Reporter/Makefile +++ b/devel/p5-CPAN-Reporter/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.24 2015/08/22 23:25:45 mef Exp $ +# $NetBSD: Makefile,v 1.25 2016/04/08 14:32:58 wen Exp $ -DISTNAME= CPAN-Reporter-1.2015 +DISTNAME= CPAN-Reporter-1.2017 PKGNAME= p5-${DISTNAME} CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=CPAN/} diff --git a/devel/p5-CPAN-Reporter/distinfo b/devel/p5-CPAN-Reporter/distinfo index b873ac785f345..17dc86a437a79 100644 --- a/devel/p5-CPAN-Reporter/distinfo +++ b/devel/p5-CPAN-Reporter/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.16 2015/11/03 03:27:59 agc Exp $ +$NetBSD: distinfo,v 1.17 2016/04/08 14:32:58 wen Exp $ -SHA1 (CPAN-Reporter-1.2015.tar.gz) = 31fd2f20cb18e7166511b413f74b29dbfea3a115 -RMD160 (CPAN-Reporter-1.2015.tar.gz) = f213f2032fe677ef6ecdf471abf6a7de10e6b373 -SHA512 (CPAN-Reporter-1.2015.tar.gz) = 34c57e4b125ee73f3bf4947cd36d394df6ea85c811987ef23e58b7e285e2f40f9d58cbbf51b4273bece5ccf5827eb7d68444986985588c620fe1828785287546 -Size (CPAN-Reporter-1.2015.tar.gz) = 110193 bytes +SHA1 (CPAN-Reporter-1.2017.tar.gz) = 8b1a39e93059782e9648a93040ff2964e1573b07 +RMD160 (CPAN-Reporter-1.2017.tar.gz) = 968905177ef17c6f9db25c7e0ef6840670ceec6b +SHA512 (CPAN-Reporter-1.2017.tar.gz) = 77adf4837f1de78ec87b91707da714aa5f1221729fa34e5b0279fc4305bedada30b75453ebea565d8a3509e0b805f56a754f21faed9b8c5f80edafc4f176c40a +Size (CPAN-Reporter-1.2017.tar.gz) = 111243 bytes diff --git a/devel/p5-Cache-LRU/DESCR b/devel/p5-Cache-LRU/DESCR new file mode 100644 index 0000000000000..8d5830ff23138 --- /dev/null +++ b/devel/p5-Cache-LRU/DESCR @@ -0,0 +1,2 @@ +A simple, fast implementation of an in-memory LRU cache in pure perl with +the maximum number of entries to be stored within the cache object. diff --git a/devel/p5-Cache-LRU/Makefile b/devel/p5-Cache-LRU/Makefile new file mode 100644 index 0000000000000..799ba7c70cef4 --- /dev/null +++ b/devel/p5-Cache-LRU/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1 2016/04/10 15:14:13 wen Exp $ + +DISTNAME= Cache-LRU-0.04 +PKGNAME= p5-${DISTNAME} +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Cache/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/Cache-LRU/ +COMMENT= Simple, fast implementation of an in-memory LRU cache +LICENSE= ${PERL5_LICENSE} + +BUILD_DEPENDS+= p5-Test-Requires>=0:../../devel/p5-Test-Requires + +USE_LANGUAGES= # none + +PERL5_PACKLIST= auto/Cache/LRU/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/devel/p5-Cache-LRU/distinfo b/devel/p5-Cache-LRU/distinfo new file mode 100644 index 0000000000000..9d4721a719922 --- /dev/null +++ b/devel/p5-Cache-LRU/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2016/04/10 15:14:13 wen Exp $ + +SHA1 (Cache-LRU-0.04.tar.gz) = 628628f96b420928607d20c53c3650ba055e88e4 +RMD160 (Cache-LRU-0.04.tar.gz) = d02823af1e42884bc505f9b45d7a7b5429041155 +SHA512 (Cache-LRU-0.04.tar.gz) = 9fd4f56da78e4b8e291c4291ccb2e34bc50f7294fc8ff1d942d21fb116a5613c96f8e55ef9bb95a7ae3e810e791d3edf2f9f15063fd0fb85414a8e8964e88118 +Size (Cache-LRU-0.04.tar.gz) = 20133 bytes diff --git a/devel/p5-Cache-Memcached/Makefile b/devel/p5-Cache-Memcached/Makefile index 8dac83eb74a78..d3b897d6ee029 100644 --- a/devel/p5-Cache-Memcached/Makefile +++ b/devel/p5-Cache-Memcached/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2015/07/12 18:56:10 wiz Exp $ +# $NetBSD: Makefile,v 1.19 2016/05/03 10:54:52 wiz Exp $ DISTNAME= Cache-Memcached-1.30 PKGNAME= p5-${DISTNAME} @@ -6,7 +6,7 @@ PKGREVISION= 3 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Cache/} -MAINTAINER= rhaen@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Cache-Memcached/ COMMENT= Perl API for distributed memory cache daemon memcached LICENSE= ${PERL5_LICENSE} diff --git a/devel/p5-Canary-Stability/Makefile b/devel/p5-Canary-Stability/Makefile index 88d3f6257636d..27aad2af2b913 100644 --- a/devel/p5-Canary-Stability/Makefile +++ b/devel/p5-Canary-Stability/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.3 2015/07/31 14:12:00 bsiegert Exp $ +# $NetBSD: Makefile,v 1.4 2016/04/08 14:45:15 wiz Exp $ -DISTNAME= Canary-Stability-2006 +DISTNAME= Canary-Stability-2011 PKGNAME= p5-${DISTNAME} CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../by-authors/id/M/ML/MLEHMANN/} diff --git a/devel/p5-Canary-Stability/distinfo b/devel/p5-Canary-Stability/distinfo index 5f4f7c3a3c286..5090693eeb017 100644 --- a/devel/p5-Canary-Stability/distinfo +++ b/devel/p5-Canary-Stability/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.3 2015/11/03 03:28:00 agc Exp $ +$NetBSD: distinfo,v 1.4 2016/04/08 14:45:15 wiz Exp $ -SHA1 (Canary-Stability-2006.tar.gz) = b5a08e093093aab39622ff0f46d87066d3f83cd1 -RMD160 (Canary-Stability-2006.tar.gz) = 10cf41f8de0857684e71fe37af20d007a29b67e3 -SHA512 (Canary-Stability-2006.tar.gz) = e68de850f1383e086780ccddc125243c79d391838e5bf4ede7824023f5055d9dde6d9945f84b3016c60c8d7a3c71934fc1c8c9e7b4b0fdee2bcb1e737fb5261a -Size (Canary-Stability-2006.tar.gz) = 3621 bytes +SHA1 (Canary-Stability-2011.tar.gz) = f082fde18cf79e0601b1701a02a928f129f5546c +RMD160 (Canary-Stability-2011.tar.gz) = caf514c803a03df249d8db71f36aec5f2d7ee115 +SHA512 (Canary-Stability-2011.tar.gz) = 1505750855b969ff733985098a50040e3346aec848c3f5d2cb9c74c9123379b5e918f23603a02f0d440f57f944caf4e39ff06a088697b5f1c4c4e90bc0c272de +Size (Canary-Stability-2011.tar.gz) = 4265 bytes diff --git a/devel/p5-Capture-Tiny/Makefile b/devel/p5-Capture-Tiny/Makefile index a99666a0e01d0..776124f32c367 100644 --- a/devel/p5-Capture-Tiny/Makefile +++ b/devel/p5-Capture-Tiny/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.24 2015/06/12 10:48:57 wiz Exp $ +# $NetBSD: Makefile,v 1.25 2016/04/08 13:58:47 wen Exp $ -DISTNAME= Capture-Tiny-0.30 +DISTNAME= Capture-Tiny-0.36 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/D/DA/DAGOLDEN/} diff --git a/devel/p5-Capture-Tiny/distinfo b/devel/p5-Capture-Tiny/distinfo index 6d30cc38b9696..e4f216cc91e5d 100644 --- a/devel/p5-Capture-Tiny/distinfo +++ b/devel/p5-Capture-Tiny/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.18 2015/11/03 03:28:00 agc Exp $ +$NetBSD: distinfo,v 1.19 2016/04/08 13:58:47 wen Exp $ -SHA1 (Capture-Tiny-0.30.tar.gz) = c857c751952cf454df128e418519674dd298179e -RMD160 (Capture-Tiny-0.30.tar.gz) = f48781847db9e286d9066dcf099261412f932909 -SHA512 (Capture-Tiny-0.30.tar.gz) = c85b3d1eec69cbee68fc529a439b2e26076beae4b92001805fd0984e27a69c09a2cdecd9409797f77395ef3804934e20e0a78bbac2af83753c2e8d71b971fbac -Size (Capture-Tiny-0.30.tar.gz) = 34578 bytes +SHA1 (Capture-Tiny-0.36.tar.gz) = 70aae1ea1679c7d87d9bbb6421a4e9e6d1b5f6b5 +RMD160 (Capture-Tiny-0.36.tar.gz) = 7d1d1018f536c61ca76f6afd2dded58bb0a4ddfe +SHA512 (Capture-Tiny-0.36.tar.gz) = 5897fc20d2189dab7c4eef56d1f7c2b617ed868430f5d63c9a87ea547c04177e1543b74f1eb0c3529135f40ee5488adbf1fef4856177a994a3ae6302771646ef +Size (Capture-Tiny-0.36.tar.gz) = 36318 bytes diff --git a/devel/p5-Class-C3/Makefile b/devel/p5-Class-C3/Makefile index 68cf89c0b656a..0b6bb0b177f29 100644 --- a/devel/p5-Class-C3/Makefile +++ b/devel/p5-Class-C3/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.22 2015/11/21 14:26:34 wen Exp $ +# $NetBSD: Makefile,v 1.23 2016/04/20 13:13:16 mef Exp $ -DISTNAME= Class-C3-0.30 +DISTNAME= Class-C3-0.31 PKGNAME= p5-${DISTNAME} CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Class/} diff --git a/devel/p5-Class-C3/distinfo b/devel/p5-Class-C3/distinfo index bdf2d4b6dfb9a..968668ecd31f8 100644 --- a/devel/p5-Class-C3/distinfo +++ b/devel/p5-Class-C3/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.12 2015/11/21 14:26:34 wen Exp $ +$NetBSD: distinfo,v 1.13 2016/04/20 13:13:16 mef Exp $ -SHA1 (Class-C3-0.30.tar.gz) = 8a16c9e0e1dff7fc29bd92279049801a9fc5c2ee -RMD160 (Class-C3-0.30.tar.gz) = d994f1e17e75b1b52c77d48c602239ad8054095d -SHA512 (Class-C3-0.30.tar.gz) = 711bc1ec167f02d162e497e52d344154f3a31dc880ddc0ad5a9711b59576b8f0c5ab2500cddb930983a4414f58d18d23614e20cd7aaf5c06fcdaeeefa1e5c79f -Size (Class-C3-0.30.tar.gz) = 27579 bytes +SHA1 (Class-C3-0.31.tar.gz) = aa9d86ae5fc1ebf841923d5e3ef25b5a61e67ebd +RMD160 (Class-C3-0.31.tar.gz) = d810d16d2f583dd88e4bf7678d385310af980f84 +SHA512 (Class-C3-0.31.tar.gz) = f299e69e6ecfb51536babe89994a66e44179583c1e43cb79e23072f82db35ca3d2cabbc8119bdd59ed7d2119337ada79e55338a6d7b8509a40ea7896cd7f6173 +Size (Class-C3-0.31.tar.gz) = 27257 bytes diff --git a/devel/p5-Compress-Raw-Bzip2/Makefile b/devel/p5-Compress-Raw-Bzip2/Makefile index 71e23bd403681..d4ad345435a38 100644 --- a/devel/p5-Compress-Raw-Bzip2/Makefile +++ b/devel/p5-Compress-Raw-Bzip2/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.30 2015/06/12 10:49:02 wiz Exp $ +# $NetBSD: Makefile,v 1.31 2016/04/09 11:29:47 mef Exp $ -DISTNAME= Compress-Raw-Bzip2-2.068 +DISTNAME= Compress-Raw-Bzip2-2.069 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Compress/} diff --git a/devel/p5-Compress-Raw-Bzip2/distinfo b/devel/p5-Compress-Raw-Bzip2/distinfo index 3364774d75e52..f97b74aecf955 100644 --- a/devel/p5-Compress-Raw-Bzip2/distinfo +++ b/devel/p5-Compress-Raw-Bzip2/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.24 2015/11/03 03:28:04 agc Exp $ +$NetBSD: distinfo,v 1.25 2016/04/09 11:29:47 mef Exp $ -SHA1 (Compress-Raw-Bzip2-2.068.tar.gz) = 1a40b00e964244f475cd5269d8292512eaef6d98 -RMD160 (Compress-Raw-Bzip2-2.068.tar.gz) = b923cc0295847644aebe0600424ad52d82207193 -SHA512 (Compress-Raw-Bzip2-2.068.tar.gz) = b58d04abe5fcd7c6730c75d53edce536de25bfd4905fd365b593528358e6ede19a2d0e00f387c3c3c61821e1d7e4c268dc5cdde51e1c6b218e31f2c221d809e0 -Size (Compress-Raw-Bzip2-2.068.tar.gz) = 136281 bytes +SHA1 (Compress-Raw-Bzip2-2.069.tar.gz) = fc6e6a86e2c01c2628c1c5769e57d8c3fd9807e0 +RMD160 (Compress-Raw-Bzip2-2.069.tar.gz) = 1acc09afca9e271dacfd3d8a160aaefd0ba02043 +SHA512 (Compress-Raw-Bzip2-2.069.tar.gz) = e001e828fcf2b5d8b75f7588d627edf475afc56c872c99d704853a30b212a09b0fc289762a98295f9025f0be7cb6e1c213ceaeb2a9251306e303a654eeb34436 +Size (Compress-Raw-Bzip2-2.069.tar.gz) = 137178 bytes SHA1 (patch-Makefile.PL) = cf740129a00cb58f3bae93d96ddac67434a52f55 diff --git a/devel/p5-Compress-Raw-Zlib/Makefile b/devel/p5-Compress-Raw-Zlib/Makefile index 848c1240823d7..9fc5b16ea32cc 100644 --- a/devel/p5-Compress-Raw-Zlib/Makefile +++ b/devel/p5-Compress-Raw-Zlib/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.38 2015/06/12 10:49:02 wiz Exp $ +# $NetBSD: Makefile,v 1.39 2016/04/09 11:41:16 mef Exp $ -DISTNAME= Compress-Raw-Zlib-2.068 +DISTNAME= Compress-Raw-Zlib-2.069 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Compress/} diff --git a/devel/p5-Compress-Raw-Zlib/distinfo b/devel/p5-Compress-Raw-Zlib/distinfo index 784a13048b3ad..bfda85a682a22 100644 --- a/devel/p5-Compress-Raw-Zlib/distinfo +++ b/devel/p5-Compress-Raw-Zlib/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.28 2015/11/03 03:28:04 agc Exp $ +$NetBSD: distinfo,v 1.29 2016/04/09 11:41:16 mef Exp $ -SHA1 (Compress-Raw-Zlib-2.068.tar.gz) = 30c353bd18aafd1bbf7203527ccd94df97a16793 -RMD160 (Compress-Raw-Zlib-2.068.tar.gz) = 9f7c9dccdb6f10a39681c97677e8a217982d2b6d -SHA512 (Compress-Raw-Zlib-2.068.tar.gz) = dfdcf3dff2877b6abde3825f7c3fbd56d33ce37a1c8262454e02afa0ea508359ce6c25b8f4413ce5236cfe1f1e868034455be87e4b0c2bf8ff11cb6135a773d3 -Size (Compress-Raw-Zlib-2.068.tar.gz) = 238144 bytes +SHA1 (Compress-Raw-Zlib-2.069.tar.gz) = de1d749c1e423ba5f51405c743d66324018cfe70 +RMD160 (Compress-Raw-Zlib-2.069.tar.gz) = fe3a52b94987a298fb2b98e306767f387ba7c30a +SHA512 (Compress-Raw-Zlib-2.069.tar.gz) = eadb0b862042f7fe4935f8752b976420d2033e653c610ab97f64d80ee14bcdb9ffa73e1bdcc1a554d5a1a5314580b3398d79d3174b3820e41dc906cdd9b6bfae +Size (Compress-Raw-Zlib-2.069.tar.gz) = 238435 bytes SHA1 (patch-aa) = 399f9cc179fcabd4f753be64c94c6ea83de4c10c diff --git a/devel/p5-Config-Any/Makefile b/devel/p5-Config-Any/Makefile index f7e8905b0e865..5d881b3057a82 100644 --- a/devel/p5-Config-Any/Makefile +++ b/devel/p5-Config-Any/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.21 2015/06/12 10:49:02 wiz Exp $ +# $NetBSD: Makefile,v 1.22 2016/04/09 14:10:09 mef Exp $ -DISTNAME= Config-Any-0.26 +DISTNAME= Config-Any-0.27 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Config/} diff --git a/devel/p5-Config-Any/distinfo b/devel/p5-Config-Any/distinfo index b8065fe111da2..142d6bbdf2861 100644 --- a/devel/p5-Config-Any/distinfo +++ b/devel/p5-Config-Any/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.12 2015/11/03 03:28:04 agc Exp $ +$NetBSD: distinfo,v 1.13 2016/04/09 14:10:09 mef Exp $ -SHA1 (Config-Any-0.26.tar.gz) = fefed8907775e02bbc810078fbdf3e7b6ad56e7b -RMD160 (Config-Any-0.26.tar.gz) = 7937bac056ffbc1a9639611d7a2f5da080c0b1fc -SHA512 (Config-Any-0.26.tar.gz) = 15bac8e71340b181dd195ae211add730d8be01fcd7bbf4a7d3ed10b7fd2d7f207501a88a6ed03999d7207672249c4045defc931b7e9eb56e00166fdf7daccfda -Size (Config-Any-0.26.tar.gz) = 35193 bytes +SHA1 (Config-Any-0.27.tar.gz) = 27eb280a517e009acae5528ea25eab6f0e5218ba +RMD160 (Config-Any-0.27.tar.gz) = c6cc76f90a478e927357678c8e5b15edc94d856b +SHA512 (Config-Any-0.27.tar.gz) = 3987ab9521e5dc00f12b20f2cf3fb3ddb2fe1275903009064c6d5a29b1e5acfedde1238b9a60f0266a38c70a010fe26b4d29e4e8bccd11a01a19f28fa63625d2 +Size (Config-Any-0.27.tar.gz) = 34862 bytes diff --git a/devel/p5-Config-AutoConf/Makefile b/devel/p5-Config-AutoConf/Makefile index cc7c0c9ebdf9a..53e0acbfd5612 100644 --- a/devel/p5-Config-AutoConf/Makefile +++ b/devel/p5-Config-AutoConf/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.16 2015/07/12 18:56:11 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2016/04/14 12:45:29 mef Exp $ -DISTNAME= Config-AutoConf-0.311 +DISTNAME= Config-AutoConf-0.313 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Config/} MASTER_SITES+= ${MASTER_SITE_PERL_CPAN:=../../authors/id/A/AM/AMBS/irConfig/} diff --git a/devel/p5-Config-AutoConf/distinfo b/devel/p5-Config-AutoConf/distinfo index b463fc6a5992e..5c8b3eb96a122 100644 --- a/devel/p5-Config-AutoConf/distinfo +++ b/devel/p5-Config-AutoConf/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.9 2015/11/03 03:28:04 agc Exp $ +$NetBSD: distinfo,v 1.10 2016/04/14 12:45:29 mef Exp $ -SHA1 (Config-AutoConf-0.311.tar.gz) = 214fc27abc5537c628d2dd7e5dccb4867dd3b672 -RMD160 (Config-AutoConf-0.311.tar.gz) = 447cdda1d09456f5214ebf546b46073a2dc912a8 -SHA512 (Config-AutoConf-0.311.tar.gz) = 36ab86fdf2ede03c3e5dc0ba77a80ac19441aeaed2d51a1469d14f8c433fb0908f938d0d33d9e9fd34b978f97b96481596fa3c4c49a7d2960c8132d2f4cd5e20 -Size (Config-AutoConf-0.311.tar.gz) = 41255 bytes +SHA1 (Config-AutoConf-0.313.tar.gz) = 62627e546ec00e7880beb77d65a08c289d91c85a +RMD160 (Config-AutoConf-0.313.tar.gz) = 18524c8c700bbb072cff864493e54ee4bd043fae +SHA512 (Config-AutoConf-0.313.tar.gz) = 6867c862b6a6ee534f7a693102e37ea86426b10f6fb58e1206a2de8abe0fbe88728faedb11aad7202f7614b3fc24b5faf21a768037c12aff671d7d97dfd0d8ef +Size (Config-AutoConf-0.313.tar.gz) = 48660 bytes diff --git a/devel/p5-Config-General/Makefile b/devel/p5-Config-General/Makefile index 0c90ef4423308..98f97490f2a97 100644 --- a/devel/p5-Config-General/Makefile +++ b/devel/p5-Config-General/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.35 2015/06/12 10:49:02 wiz Exp $ +# $NetBSD: Makefile,v 1.37 2016/04/19 13:26:51 mef Exp $ -DISTNAME= Config-General-2.58 +DISTNAME= Config-General-2.61 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Config/} diff --git a/devel/p5-Config-General/distinfo b/devel/p5-Config-General/distinfo index 1cf501c5c514c..b6b32a34e48da 100644 --- a/devel/p5-Config-General/distinfo +++ b/devel/p5-Config-General/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.19 2015/11/03 03:28:04 agc Exp $ +$NetBSD: distinfo,v 1.21 2016/04/19 13:26:51 mef Exp $ -SHA1 (Config-General-2.58.tar.gz) = 1215ce366e32792977e3d746c20a77a0f984e047 -RMD160 (Config-General-2.58.tar.gz) = bb28c47d19662beb18c43a912b91c83174b8b1d9 -SHA512 (Config-General-2.58.tar.gz) = 7a2720ca4ceb7b1cbb4556e08b1cdd16a5a721609afa7ec474803355d29aa292ad09af1ba097a57e6560413486236ac94c615268d22c0fe2923c92e7e0ddf4b7 -Size (Config-General-2.58.tar.gz) = 61322 bytes +SHA1 (Config-General-2.61.tar.gz) = 7fb92901f1164e7ff82db459babbd1b7f459ca5d +RMD160 (Config-General-2.61.tar.gz) = c0efe117bb951f0d9aa7ca9636db136dcd827d59 +SHA512 (Config-General-2.61.tar.gz) = 288d18f9e82513ee6fc1b66565060d800b784b4801678e31beaed5ccd891bc01eaa0bc6521fa470f41848ca2e28f51f29e64c0315a57d8d5b4fcbcefaaf1a57c +Size (Config-General-2.61.tar.gz) = 62878 bytes diff --git a/devel/p5-Config-Grammar/Makefile b/devel/p5-Config-Grammar/Makefile index e8fcbc871799d..b4aae6815671b 100644 --- a/devel/p5-Config-Grammar/Makefile +++ b/devel/p5-Config-Grammar/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.8 2015/06/12 10:49:02 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2016/04/20 14:42:27 mef Exp $ -DISTNAME= Config-Grammar-1.10 +DISTNAME= Config-Grammar-1.11 PKGNAME= p5-${DISTNAME} -PKGREVISION= 4 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Config/} diff --git a/devel/p5-Config-Grammar/distinfo b/devel/p5-Config-Grammar/distinfo index 18d252a3fce44..f2e46b2394333 100644 --- a/devel/p5-Config-Grammar/distinfo +++ b/devel/p5-Config-Grammar/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2015/11/03 03:28:04 agc Exp $ +$NetBSD: distinfo,v 1.3 2016/04/20 14:42:27 mef Exp $ -SHA1 (Config-Grammar-1.10.tar.gz) = ad4db9c19dec9c5b6ac4557f68da027e13a33eca -RMD160 (Config-Grammar-1.10.tar.gz) = 46f53869135c991183d4ce12a3a6f7b08ab40b7c -SHA512 (Config-Grammar-1.10.tar.gz) = 0891984da560a9dd758fff0678cd577898f4b1796d275dfbed27d411941aca7830f7b6f8a4a4a913572bf0ea7b62414b3d852c0a37b5e629db6ae437c1db0690 -Size (Config-Grammar-1.10.tar.gz) = 17877 bytes +SHA1 (Config-Grammar-1.11.tar.gz) = 9b63ffd6671aeb9d9922960b2e00be1f335f49c8 +RMD160 (Config-Grammar-1.11.tar.gz) = 0fe26b4164dec83b0c556c4431d3de1c2fb95e00 +SHA512 (Config-Grammar-1.11.tar.gz) = d80f63fdad8f30cef914842299a491a4abcd1ed0e122e9cb61375a22ea0261fc4e8b3b7b928086a4bacccb511b96cd52ea7f31e14bdd8ee78beff69ed2e9ccc4 +Size (Config-Grammar-1.11.tar.gz) = 18955 bytes diff --git a/devel/p5-Config-MVP/Makefile b/devel/p5-Config-MVP/Makefile index 5d52636a6f831..2185582986e96 100644 --- a/devel/p5-Config-MVP/Makefile +++ b/devel/p5-Config-MVP/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2015/07/12 18:56:11 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2016/05/03 11:53:04 mef Exp $ DISTNAME= Config-MVP-2.200010 PKGNAME= p5-${DISTNAME} @@ -23,6 +23,9 @@ DEPENDS+= p5-Try-Tiny-[0-9]*:../../devel/p5-Try-Tiny BUILD_DEPENDS+= p5-Test-Fatal-[0-9]*:../../devel/p5-Test-Fatal #BUILD_DEPENDS+= {perl>=5.14.1,p5-Test-Simple>=0.96}:../../devel/p5-Test-Simple +# for make test +BUILD_DEPENDS+=p5-Module-Pluggable-[0-9]*:../../devel/p5-Module-Pluggable + USE_LANGUAGES= # empty PERL5_PACKLIST= auto/Config/MVP/.packlist diff --git a/devel/p5-Config-Tiny/Makefile b/devel/p5-Config-Tiny/Makefile index aca9d3f9d6747..026ae0c6d591f 100644 --- a/devel/p5-Config-Tiny/Makefile +++ b/devel/p5-Config-Tiny/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2015/10/15 02:51:21 wen Exp $ +# $NetBSD: Makefile,v 1.22 2016/05/03 10:54:52 wiz Exp $ DISTNAME= Config-Tiny-2.23 PKGNAME= p5-${DISTNAME} @@ -6,7 +6,7 @@ CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Config/} EXTRACT_SUFX= .tgz -MAINTAINER= rhaen@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Config-Tiny/ COMMENT= Read/Write .ini style files with as little code as possible LICENSE= ${PERL5_LICENSE} diff --git a/devel/p5-Contextual-Return/Makefile b/devel/p5-Contextual-Return/Makefile index 4e41bca96839e..80ee84a4d36b7 100644 --- a/devel/p5-Contextual-Return/Makefile +++ b/devel/p5-Contextual-Return/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.14 2015/07/12 18:56:11 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2016/04/09 14:18:48 mef Exp $ -DISTNAME= Contextual-Return-0.004007 -PKGNAME= p5-${DISTNAME:S/004007/004.007/} -PKGREVISION= 2 +DISTNAME= Contextual-Return-0.004008 +# insert dot between each 3 digits +PKGNAME= p5-${DISTNAME:C/([0-9][0-9][0-9])([0-9][0-9][0-9])/\1.\2/} CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/D/DC/DCONWAY/} diff --git a/devel/p5-Contextual-Return/distinfo b/devel/p5-Contextual-Return/distinfo index 4d54ef7ff0544..2d7fad33035ad 100644 --- a/devel/p5-Contextual-Return/distinfo +++ b/devel/p5-Contextual-Return/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.5 2015/11/03 03:28:05 agc Exp $ +$NetBSD: distinfo,v 1.6 2016/04/09 14:18:48 mef Exp $ -SHA1 (Contextual-Return-0.004007.tar.gz) = 0dd0394454b33638b90a6326c9eee861f15fda9c -RMD160 (Contextual-Return-0.004007.tar.gz) = c89a5652428467c3a7509b8cd37eb01a5ab403cf -SHA512 (Contextual-Return-0.004007.tar.gz) = 021b7dda5724f934e758e4781ae848697f98499db8ab0b3c0a6259128202ea0d8e8d7faeee47d469fa72f82b8be2b66aa959a2267a32bb486512407e0a2fb6c5 -Size (Contextual-Return-0.004007.tar.gz) = 39900 bytes +SHA1 (Contextual-Return-0.004008.tar.gz) = 03cf59eee025bb4dd43963df5328fa196a657dfb +RMD160 (Contextual-Return-0.004008.tar.gz) = c3c48f727e5e0d14bbb328cd7513afe523a51007 +SHA512 (Contextual-Return-0.004008.tar.gz) = 7eb2ac596197a46459ea345d29859986ea27657270353913d403516f224785fbacfb9de3cfe673f33c92cb51cce846bd40901ac3e34740d38df49f343dab1f33 +Size (Contextual-Return-0.004008.tar.gz) = 40585 bytes diff --git a/devel/p5-Convert-Binary-C/Makefile b/devel/p5-Convert-Binary-C/Makefile index 5deeab6fb9f03..5e9ee968bef2a 100644 --- a/devel/p5-Convert-Binary-C/Makefile +++ b/devel/p5-Convert-Binary-C/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.5 2015/08/06 23:59:11 wen Exp $ +# $NetBSD: Makefile,v 1.6 2016/04/10 01:34:09 mef Exp $ -DISTNAME= Convert-Binary-C-0.77 +DISTNAME= Convert-Binary-C-0.78 PKGNAME= p5-${DISTNAME} CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Convert/} diff --git a/devel/p5-Convert-Binary-C/distinfo b/devel/p5-Convert-Binary-C/distinfo index 008d05faf3d1d..2a55074697314 100644 --- a/devel/p5-Convert-Binary-C/distinfo +++ b/devel/p5-Convert-Binary-C/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.3 2015/11/03 03:28:05 agc Exp $ +$NetBSD: distinfo,v 1.4 2016/04/10 01:34:09 mef Exp $ -SHA1 (Convert-Binary-C-0.77.tar.gz) = 33ce086f5d9483c1d65518a62d714aee1e1da00d -RMD160 (Convert-Binary-C-0.77.tar.gz) = c00031f8316bd79f3f35b97e8c50eb2a67a0d6d0 -SHA512 (Convert-Binary-C-0.77.tar.gz) = 662f1dc2080f3e432727553067826f09d20f30f0dbe09154eea4cbbdd5020d32f6839806365741e4aa54e8cb85eb948787904204cb2e029b9ec7eae605599d45 -Size (Convert-Binary-C-0.77.tar.gz) = 1562435 bytes +SHA1 (Convert-Binary-C-0.78.tar.gz) = fd54a13c15c51fc91d79911842f8ef2fdcd3aafb +RMD160 (Convert-Binary-C-0.78.tar.gz) = 8c8c972d19a605ca3262afb4160ff5da0287ae3b +SHA512 (Convert-Binary-C-0.78.tar.gz) = d9b85ce2ae870c2de6c2fa0838a6b20000ec8d33f19a989f8ebe1b026f2796ae7e924391a0fe387310a3217c75dcd797ea819ff964a9c3e448d007c16d41040c +Size (Convert-Binary-C-0.78.tar.gz) = 1564698 bytes diff --git a/devel/p5-Curses/Makefile b/devel/p5-Curses/Makefile index b94eb325d026b..a6f2a84b04c6f 100644 --- a/devel/p5-Curses/Makefile +++ b/devel/p5-Curses/Makefile @@ -1,11 +1,9 @@ -# $NetBSD: Makefile,v 1.52 2015/08/18 07:31:05 wiz Exp $ +# $NetBSD: Makefile,v 1.53 2016/04/10 01:38:35 mef Exp $ -DISTNAME= Curses-1.32 +DISTNAME= Curses-1.34 PKGNAME= p5-${DISTNAME} -PKGREVISION= 2 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Curses/} -EXTRACT_SUFX= .tgz MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Curses/ diff --git a/devel/p5-Curses/distinfo b/devel/p5-Curses/distinfo index d8977232c423b..6552e24c6f5df 100644 --- a/devel/p5-Curses/distinfo +++ b/devel/p5-Curses/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.17 2015/11/03 03:28:05 agc Exp $ +$NetBSD: distinfo,v 1.18 2016/04/10 01:38:35 mef Exp $ -SHA1 (Curses-1.32.tgz) = 7b0872d4977c6ba3e0a585a6293c9dc8650bede1 -RMD160 (Curses-1.32.tgz) = 694b0d0fddadc2256d1f0eaf29c4f25549b5652d -SHA512 (Curses-1.32.tgz) = ecaa5cea2b544979229badc9f0d0ce84b385aa178ea0f821e6582865b3be63ea3d0cbc43651e2dc03334b796e5eab961c30e8f1637eec4af579843617e661562 -Size (Curses-1.32.tgz) = 134753 bytes +SHA1 (Curses-1.34.tar.gz) = 52213fe22dde2ea3b8286fbac081417a4591a245 +RMD160 (Curses-1.34.tar.gz) = 950827bf405e8fee1a1e8a56d802767e68c8b3e8 +SHA512 (Curses-1.34.tar.gz) = 5c406d23e743aa4f84daf1ae49bb8767c5f125b62fac0b7eacc4bd3f729d022ba8ec26e410152fb95b455024724b3c51688df0ab3a0a471b4662c84e175581b8 +Size (Curses-1.34.tar.gz) = 135417 bytes diff --git a/devel/p5-Data-MessagePack/Makefile b/devel/p5-Data-MessagePack/Makefile index 81e16d8d76358..2747fdfab75eb 100644 --- a/devel/p5-Data-MessagePack/Makefile +++ b/devel/p5-Data-MessagePack/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.8 2015/06/12 10:49:04 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2016/04/10 01:43:29 mef Exp $ # -DISTNAME= Data-MessagePack-0.48 +DISTNAME= Data-MessagePack-0.49 PKGNAME= p5-${DISTNAME} -PKGREVISION= 2 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Data/} diff --git a/devel/p5-Data-MessagePack/distinfo b/devel/p5-Data-MessagePack/distinfo index 083884b6baca6..e30e4f3b6208a 100644 --- a/devel/p5-Data-MessagePack/distinfo +++ b/devel/p5-Data-MessagePack/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.3 2015/11/03 03:28:06 agc Exp $ +$NetBSD: distinfo,v 1.4 2016/04/10 01:43:29 mef Exp $ -SHA1 (Data-MessagePack-0.48.tar.gz) = d1aaea7bca23c1ade6a4f6be8c7a833723a49153 -RMD160 (Data-MessagePack-0.48.tar.gz) = df3b4a8e2ff7b4891216a0a59dcd59d7e2d9f411 -SHA512 (Data-MessagePack-0.48.tar.gz) = 0e7875a800a9e2f4615e8948f9ca472436b6a69e768d9a61e80fb6366e8c20e12ec21b3614da9735ec5cea2e26cd43e6ed3a4c2ee21e5e230441564db0cacbc5 -Size (Data-MessagePack-0.48.tar.gz) = 60855 bytes +SHA1 (Data-MessagePack-0.49.tar.gz) = 394bd7d04e3fa0786cf9592de84a409dae573174 +RMD160 (Data-MessagePack-0.49.tar.gz) = 096c83fdcf08102ffcac4aeca9d425b4de0b283c +SHA512 (Data-MessagePack-0.49.tar.gz) = 3229645b8ce49b164f8570d9ca9e263a8ff5f15b40ecc006a44c14e9c6099c0d0a4ea8f564fa526829fffbfad8fd46cb601138b758e3fd47cd85858559da638b +Size (Data-MessagePack-0.49.tar.gz) = 67101 bytes diff --git a/devel/p5-Data-Munge/Makefile b/devel/p5-Data-Munge/Makefile index 95bbae912e400..d701120850098 100644 --- a/devel/p5-Data-Munge/Makefile +++ b/devel/p5-Data-Munge/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2015/06/12 10:49:05 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2016/04/10 03:03:52 mef Exp $ -DISTNAME= Data-Munge-0.095 +DISTNAME= Data-Munge-0.096 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Data/} diff --git a/devel/p5-Data-Munge/distinfo b/devel/p5-Data-Munge/distinfo index da6abc9f63b5d..4de83113c17a3 100644 --- a/devel/p5-Data-Munge/distinfo +++ b/devel/p5-Data-Munge/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.5 2015/11/03 03:28:07 agc Exp $ +$NetBSD: distinfo,v 1.6 2016/04/10 03:03:52 mef Exp $ -SHA1 (Data-Munge-0.095.tar.gz) = 8193c0cfb654eaff68504bdaddfe19c46484a171 -RMD160 (Data-Munge-0.095.tar.gz) = f5cfedab0ef20dbf4fad3562bc538b505090f2dd -SHA512 (Data-Munge-0.095.tar.gz) = e4d83a869b14494fe21d7f3be7894be7ce0e13de4dd1a94fdd5930363e703dd4000d80e83717c155d086710cc5b420d4b336186f13b0c6f74bdcd71a3d2ae07e -Size (Data-Munge-0.095.tar.gz) = 8252 bytes +SHA1 (Data-Munge-0.096.tar.gz) = 97357d9c5bd1d59fc647b52a9e517a1a78df30ed +RMD160 (Data-Munge-0.096.tar.gz) = bc04f0fae8db1f3d8360468717436a30eb7281b1 +SHA512 (Data-Munge-0.096.tar.gz) = 1e7dc51034b6fb1dc73a57aa056ed0dd115eb4ef6929479e8bce8d22ed956ae262f3924d8a5e0c4fbd1d94f16bb28ae701bd617ad512873ee18ba5cad0e623c1 +Size (Data-Munge-0.096.tar.gz) = 9290 bytes diff --git a/devel/p5-Data-OptList/Makefile b/devel/p5-Data-OptList/Makefile index a524fd3a13914..aaa5afc52f599 100644 --- a/devel/p5-Data-OptList/Makefile +++ b/devel/p5-Data-OptList/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.16 2015/06/12 10:49:05 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2016/04/08 14:47:30 wiz Exp $ -DISTNAME= Data-OptList-0.109 +DISTNAME= Data-OptList-0.110 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Data/} diff --git a/devel/p5-Data-OptList/distinfo b/devel/p5-Data-OptList/distinfo index 458216f0599c6..267883a6f9a88 100644 --- a/devel/p5-Data-OptList/distinfo +++ b/devel/p5-Data-OptList/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.9 2015/11/03 03:28:07 agc Exp $ +$NetBSD: distinfo,v 1.10 2016/04/08 14:47:30 wiz Exp $ -SHA1 (Data-OptList-0.109.tar.gz) = a5d28812f267caca3ff8619c469578efd789263e -RMD160 (Data-OptList-0.109.tar.gz) = 5c441835571426a715c3e990f8c5cb40449f99d0 -SHA512 (Data-OptList-0.109.tar.gz) = dee6e8e01fcb7004d8be991b5f162fba0184cc48c9f8ebcaec074e760f478ca3af2c3bc5d47bcbf922dedbff433957ae7543091d1969cbed51dcfde1ce0a53c9 -Size (Data-OptList-0.109.tar.gz) = 16110 bytes +SHA1 (Data-OptList-0.110.tar.gz) = c86c8cb797f9717861fc96f3b1eeea5c3359ceb5 +RMD160 (Data-OptList-0.110.tar.gz) = 2d217a7c17c042892246c9763c4f55818af9521d +SHA512 (Data-OptList-0.110.tar.gz) = 68393958a38f509a71cfba61f6dff8303821918ba29ad8492af0c23cfd4f741c6ce98c4f68ad295f27e166287fc546229c430816f0bdd6009d4f60860c967b76 +Size (Data-OptList-0.110.tar.gz) = 18846 bytes diff --git a/devel/p5-Data-Peek/Makefile b/devel/p5-Data-Peek/Makefile index 78472d523ba23..1c56b8b561c6a 100644 --- a/devel/p5-Data-Peek/Makefile +++ b/devel/p5-Data-Peek/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.18 2015/06/12 10:49:05 wiz Exp $ +# $NetBSD: Makefile,v 1.19 2016/04/10 01:56:33 mef Exp $ -DISTNAME= Data-Peek-0.44 +DISTNAME= Data-Peek-0.45 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Data/} EXTRACT_SUFX= .tgz diff --git a/devel/p5-Data-Peek/distinfo b/devel/p5-Data-Peek/distinfo index 6c715fcc66174..9e65ff8ea92ef 100644 --- a/devel/p5-Data-Peek/distinfo +++ b/devel/p5-Data-Peek/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.12 2015/11/03 03:28:07 agc Exp $ +$NetBSD: distinfo,v 1.13 2016/04/10 01:56:33 mef Exp $ -SHA1 (Data-Peek-0.44.tgz) = 0df582c9ce08b140626ffb3063b0a8f46e8f30dc -RMD160 (Data-Peek-0.44.tgz) = febdfaeae49e6b7b45db5dfd64847271a5b22551 -SHA512 (Data-Peek-0.44.tgz) = cf4acae32b58cfba23588ca273654b1f71ce17e7f25d52fd2458668e886064992c07143e2c505afc6aedd061e8c70f60e17090bb4ccda216570be14447d342f3 -Size (Data-Peek-0.44.tgz) = 60176 bytes +SHA1 (Data-Peek-0.45.tgz) = cf31560a7bae9847bc11565b214b78f16adbec70 +RMD160 (Data-Peek-0.45.tgz) = 965f9387f45f1c0665343afc3984cfdb667e5728 +SHA512 (Data-Peek-0.45.tgz) = e394af1357020a634cf52b6d4762b9b385fd52ff25f1ce5ac957041fb7f1f9c892ddaa331ecbe80a6382e53fe895d61b56a89aafe6fcf1c85cea7c22d80d78c9 +Size (Data-Peek-0.45.tgz) = 60698 bytes diff --git a/devel/p5-Devel-CheckLib/Makefile b/devel/p5-Devel-CheckLib/Makefile index fb9afc18b4c81..533786d98f45b 100644 --- a/devel/p5-Devel-CheckLib/Makefile +++ b/devel/p5-Devel-CheckLib/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.11 2016/01/10 13:37:10 wen Exp $ +# $NetBSD: Makefile,v 1.13 2016/04/10 02:01:35 mef Exp $ -DISTNAME= Devel-CheckLib-1.05 +DISTNAME= Devel-CheckLib-1.07 PKGNAME= p5-${DISTNAME} CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Devel/} diff --git a/devel/p5-Devel-CheckLib/distinfo b/devel/p5-Devel-CheckLib/distinfo index 159cf3f1a5fda..533ed3922210a 100644 --- a/devel/p5-Devel-CheckLib/distinfo +++ b/devel/p5-Devel-CheckLib/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.6 2016/01/10 13:37:10 wen Exp $ +$NetBSD: distinfo,v 1.8 2016/04/10 02:01:35 mef Exp $ -SHA1 (Devel-CheckLib-1.05.tar.gz) = 2a9e0a677f989e6f9041003ba5e32f73feeb8b35 -RMD160 (Devel-CheckLib-1.05.tar.gz) = 18b6399a8ca942845ee4b663bed01b54c747c4f1 -SHA512 (Devel-CheckLib-1.05.tar.gz) = 09c5e0b921beb69573848c220bb8233826d40db034fe3cb5495dc61312169a30432391a3dc0eb913789993624781cb3f4f5b2912089c6470e70b3356a6c01a47 -Size (Devel-CheckLib-1.05.tar.gz) = 14126 bytes +SHA1 (Devel-CheckLib-1.07.tar.gz) = edca8e45d669f2d47f18027b05721928666a5010 +RMD160 (Devel-CheckLib-1.07.tar.gz) = eb5a4bf3fe1a0a5fea3e1ae4322eb6deeeb5b191 +SHA512 (Devel-CheckLib-1.07.tar.gz) = 05ced7b976b2c9854f0705db3b461614962568045e04b33a92c11d05ec8183cf56935dc5ef2f80e4746d52cb08c6c993627166d0f701abce5c91ceceed39d103 +Size (Devel-CheckLib-1.07.tar.gz) = 15105 bytes diff --git a/devel/p5-Devel-Confess/DESCR b/devel/p5-Devel-Confess/DESCR new file mode 100644 index 0000000000000..9bb21f7ab5e8d --- /dev/null +++ b/devel/p5-Devel-Confess/DESCR @@ -0,0 +1,4 @@ +This module is meant as a debugging aid. It can be used to make +a script complain loudly with stack backtraces when warn()ing +or die()ing. Unlike other similar modules (e.g. Carp::Always), +it includes stack traces even when exception objects are thrown. diff --git a/devel/p5-Devel-Confess/Makefile b/devel/p5-Devel-Confess/Makefile new file mode 100644 index 0000000000000..d6aa92abc28e8 --- /dev/null +++ b/devel/p5-Devel-Confess/Makefile @@ -0,0 +1,17 @@ +# $NetBSD: Makefile,v 1.1 2016/04/17 13:27:51 wen Exp $ + +DISTNAME= Devel-Confess-0.008000 +PKGNAME= p5-${DISTNAME} +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Devel/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/Devel-Confess/ +COMMENT= Include stack traces on all warnings and errors +LICENSE= ${PERL5_LICENSE} + +USE_LANGUAGES= # empty +PERL5_PACKLIST= auto/Devel/Confess/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/devel/p5-Devel-Confess/distinfo b/devel/p5-Devel-Confess/distinfo new file mode 100644 index 0000000000000..017671701940b --- /dev/null +++ b/devel/p5-Devel-Confess/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2016/04/17 13:27:51 wen Exp $ + +SHA1 (Devel-Confess-0.008000.tar.gz) = 2ccf646c203b2fdbb7d3adcf07f2dfddffcb2987 +RMD160 (Devel-Confess-0.008000.tar.gz) = 6af85fecc7f71fd672b5f30ca926586568cc0523 +SHA512 (Devel-Confess-0.008000.tar.gz) = 2b02f056b107a2712e841ad070e124a4807f7e728aebc4fb883fc1e8264458fa91710f9a1f6562c141e8b8f7ffa4a944aa07ba2544f16f7418eb9c41b72f3ec0 +Size (Devel-Confess-0.008000.tar.gz) = 19100 bytes diff --git a/devel/p5-Devel-Cover/Makefile b/devel/p5-Devel-Cover/Makefile index 0ee02f605c4a5..66e68819f7b54 100644 --- a/devel/p5-Devel-Cover/Makefile +++ b/devel/p5-Devel-Cover/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.22 2016/01/23 08:49:48 wen Exp $ +# $NetBSD: Makefile,v 1.24 2016/04/25 14:36:29 mef Exp $ -DISTNAME= Devel-Cover-1.21 +DISTNAME= Devel-Cover-1.23 PKGNAME= p5-${DISTNAME} CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Devel/} diff --git a/devel/p5-Devel-Cover/distinfo b/devel/p5-Devel-Cover/distinfo index 2a24b20fe5fe6..09cf4d6df9f54 100644 --- a/devel/p5-Devel-Cover/distinfo +++ b/devel/p5-Devel-Cover/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.16 2016/01/23 08:49:48 wen Exp $ +$NetBSD: distinfo,v 1.18 2016/04/25 14:36:29 mef Exp $ -SHA1 (Devel-Cover-1.21.tar.gz) = b4fe350d8ef070a479fb19460decfc5d0efb1f21 -RMD160 (Devel-Cover-1.21.tar.gz) = 9094c6d93b882e005b77aa5c5c3b4d5eb2a089df -SHA512 (Devel-Cover-1.21.tar.gz) = 80c508161b53a42f7b971bf6a5221fdb1588bc6811afe4ed21f3343d7cab204c93942bad31c987b2593f5dfb9e40062c7a8f4c06f62e13e6f3a512046831e457 -Size (Devel-Cover-1.21.tar.gz) = 230432 bytes +SHA1 (Devel-Cover-1.23.tar.gz) = eb7164051b91aeb15269caea034ad53a5d74567e +RMD160 (Devel-Cover-1.23.tar.gz) = b4706fa9704c6f137451851761e5ca0844bf7d82 +SHA512 (Devel-Cover-1.23.tar.gz) = 075a89950f2b02aaae085d99b9fd6c8e52b173aa0ed46dc57980ca8fea9d6f6ec63fe776789d9436bfdd719c7701bad5b741e75e898582f1ceb3d0098e4574a3 +Size (Devel-Cover-1.23.tar.gz) = 198522 bytes diff --git a/devel/p5-Devel-NYTProf/Makefile b/devel/p5-Devel-NYTProf/Makefile index f2197734f7fe9..b9028a47feacf 100644 --- a/devel/p5-Devel-NYTProf/Makefile +++ b/devel/p5-Devel-NYTProf/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.23 2015/08/15 14:00:38 mef Exp $ +# $NetBSD: Makefile,v 1.24 2016/04/10 02:15:40 mef Exp $ -DISTNAME= Devel-NYTProf-6.02 +DISTNAME= Devel-NYTProf-6.03 PKGNAME= p5-${DISTNAME} CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Devel/} diff --git a/devel/p5-Devel-NYTProf/distinfo b/devel/p5-Devel-NYTProf/distinfo index 7413a8999b6d0..884e6d53f8178 100644 --- a/devel/p5-Devel-NYTProf/distinfo +++ b/devel/p5-Devel-NYTProf/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.17 2015/11/03 03:28:10 agc Exp $ +$NetBSD: distinfo,v 1.18 2016/04/10 02:15:40 mef Exp $ -SHA1 (Devel-NYTProf-6.02.tar.gz) = cf0f26eb1c6e966787a439cec3bfc7f59cc6a15c -RMD160 (Devel-NYTProf-6.02.tar.gz) = 6c95ab4964e190c1c6143a91ce45a785d73f84f2 -SHA512 (Devel-NYTProf-6.02.tar.gz) = f2e3a65d7351e982c6cb00a2cbd446d1aebd3438e89452b910169072ded0a21aac8a27a4fa99efe5f941f22e62b20881b40a17cbd2bb1cada6e5418d39b133bc -Size (Devel-NYTProf-6.02.tar.gz) = 437762 bytes +SHA1 (Devel-NYTProf-6.03.tar.gz) = 85533c100cd89eb6cca640330db7ff0cb99e7b2b +RMD160 (Devel-NYTProf-6.03.tar.gz) = 34ca942665e6a81b6d06487ba7e40477dadfeafd +SHA512 (Devel-NYTProf-6.03.tar.gz) = ac45259a1a7914941682ae6af1d1101b9248249ad34e2a839e2c4cb443c1354791ed5fb852ed6f6180b48b57943a73046bebb3791301e267f96434a17d5020e0 +Size (Devel-NYTProf-6.03.tar.gz) = 437660 bytes diff --git a/devel/p5-Devel-PatchPerl/Makefile b/devel/p5-Devel-PatchPerl/Makefile index fcf6639f2420a..469b595ed41eb 100644 --- a/devel/p5-Devel-PatchPerl/Makefile +++ b/devel/p5-Devel-PatchPerl/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.15 2015/08/16 02:40:57 mef Exp $ +# $NetBSD: Makefile,v 1.17 2016/04/25 14:34:58 mef Exp $ -DISTNAME= Devel-PatchPerl-1.38 +DISTNAME= Devel-PatchPerl-1.42 PKGNAME= p5-${DISTNAME} CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Devel/} diff --git a/devel/p5-Devel-PatchPerl/distinfo b/devel/p5-Devel-PatchPerl/distinfo index 8ad8f810af392..97d98c78d6753 100644 --- a/devel/p5-Devel-PatchPerl/distinfo +++ b/devel/p5-Devel-PatchPerl/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.10 2015/11/03 03:28:10 agc Exp $ +$NetBSD: distinfo,v 1.12 2016/04/25 14:34:58 mef Exp $ -SHA1 (Devel-PatchPerl-1.38.tar.gz) = f11616b7a7842d1d68e8b1eb0e53335e7a8be2c7 -RMD160 (Devel-PatchPerl-1.38.tar.gz) = 4f5ff1d4f012c5c62917f74204278e679e30ef53 -SHA512 (Devel-PatchPerl-1.38.tar.gz) = 4762d956107d7d86f1208ec706df5399493a388f8af24c741c20ef1aaa8b9202e1f6528725c2ee7e33e192c9c1b8d218774fcc5b4428d48683d1c56679fd134a -Size (Devel-PatchPerl-1.38.tar.gz) = 109406 bytes +SHA1 (Devel-PatchPerl-1.42.tar.gz) = 05b4eae1aa3a78c03da3183b1f1aba4b9cabbf8f +RMD160 (Devel-PatchPerl-1.42.tar.gz) = 3486e6be073e7d429c509442a841a4fd05475596 +SHA512 (Devel-PatchPerl-1.42.tar.gz) = 621443ac75e6d5072f098c7c8eb3977be5fdd0634bfb0bccf788e9d9fcb692ad7510e285194cf8119cf5974a1bcad53033dfe98841fbea04bba5bebf18111a0e +Size (Devel-PatchPerl-1.42.tar.gz) = 111924 bytes diff --git a/devel/p5-Devel-Pragma/Makefile b/devel/p5-Devel-Pragma/Makefile index 2e113eba6446b..9d9e7fd8e2c9f 100644 --- a/devel/p5-Devel-Pragma/Makefile +++ b/devel/p5-Devel-Pragma/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.8 2015/06/12 10:49:09 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2016/04/10 02:20:52 mef Exp $ -DISTNAME= Devel-Pragma-0.60 +DISTNAME= Devel-Pragma-0.62 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Devel/} diff --git a/devel/p5-Devel-Pragma/distinfo b/devel/p5-Devel-Pragma/distinfo index 33d380eac82c4..9d4b89acd4fa2 100644 --- a/devel/p5-Devel-Pragma/distinfo +++ b/devel/p5-Devel-Pragma/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.3 2015/11/03 03:28:10 agc Exp $ +$NetBSD: distinfo,v 1.4 2016/04/10 02:20:52 mef Exp $ -SHA1 (Devel-Pragma-0.60.tar.gz) = 2dc491ddabba3bea7f6bdbcefdf413d587690c5e -RMD160 (Devel-Pragma-0.60.tar.gz) = f935bdba57c4b31254501331b9b4c2ea0e6b11e1 -SHA512 (Devel-Pragma-0.60.tar.gz) = 071cf68b2c75eb1cacee97c7b4a74a89bf8f43f318fce7eb83029fe723791aaa4a82f9f0eacbf9abc67be1f2cf07ac83ed56953ec95f892903970a5e385c505b -Size (Devel-Pragma-0.60.tar.gz) = 58431 bytes +SHA1 (Devel-Pragma-0.62.tar.gz) = 31a72b1f479b23c7c95f7381a8f926413a31624d +RMD160 (Devel-Pragma-0.62.tar.gz) = 7e4cffd52dac7a0d025904c276442129c2d9fe7e +SHA512 (Devel-Pragma-0.62.tar.gz) = 863a153c0e4b753a20206923f333140539ccd41e1f33bcf24a1314841354b308c7c33229403beb93da5b9f73165d9a5c53ada5d2cd04820f98cb92dda67f4d64 +Size (Devel-Pragma-0.62.tar.gz) = 62100 bytes diff --git a/devel/p5-Devel-Profile/Makefile b/devel/p5-Devel-Profile/Makefile index 2c0d5d0b4ddf2..48f7251a9b997 100644 --- a/devel/p5-Devel-Profile/Makefile +++ b/devel/p5-Devel-Profile/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2015/07/12 18:56:12 wiz Exp $ +# $NetBSD: Makefile,v 1.20 2016/05/03 10:54:53 wiz Exp $ DISTNAME= Devel-Profile-1.05 PKGNAME= p5-${DISTNAME} @@ -6,7 +6,7 @@ PKGREVISION= 8 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Devel/} -MAINTAINER= rhaen@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Devel-Profile/ COMMENT= Perl5 module for profiling perl programs LICENSE= artistic diff --git a/devel/p5-Devel-REPL/Makefile b/devel/p5-Devel-REPL/Makefile index d348058f6ce8d..46ac0888e0d8c 100644 --- a/devel/p5-Devel-REPL/Makefile +++ b/devel/p5-Devel-REPL/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.23 2015/08/22 22:46:01 mef Exp $ +# $NetBSD: Makefile,v 1.24 2016/04/10 02:22:59 mef Exp $ -DISTNAME= Devel-REPL-1.003027 +DISTNAME= Devel-REPL-1.003028 PKGNAME= p5-${DISTNAME} CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Devel/} diff --git a/devel/p5-Devel-REPL/distinfo b/devel/p5-Devel-REPL/distinfo index 3a40e556721b6..21cd41049f926 100644 --- a/devel/p5-Devel-REPL/distinfo +++ b/devel/p5-Devel-REPL/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.14 2015/11/03 03:28:10 agc Exp $ +$NetBSD: distinfo,v 1.15 2016/04/10 02:22:59 mef Exp $ -SHA1 (Devel-REPL-1.003027.tar.gz) = 0e3fcf2f136111c49c2b39dd7e1d2cef19d56547 -RMD160 (Devel-REPL-1.003027.tar.gz) = d53ebbc4bf2aaa41a2613bba75318ae360385f23 -SHA512 (Devel-REPL-1.003027.tar.gz) = 6541b5b59b2fbadc1a5d6994ab653feae1f142531612c1efc36ced15bac2d9a356401f6737b8b3bb43e20af066382e134176ad28ec359e8de2ed2cb955c2d2aa -Size (Devel-REPL-1.003027.tar.gz) = 59295 bytes +SHA1 (Devel-REPL-1.003028.tar.gz) = 8b015358b48326d4b6611973a465c593fb9921fa +RMD160 (Devel-REPL-1.003028.tar.gz) = dfab9b6eed342cd0e69f04d0e20ca7ed97868930 +SHA512 (Devel-REPL-1.003028.tar.gz) = f3eab967fc5502cdb66a601a20ef83561cf285c19c0634d77d0a037416874b0d8faeb0f840fff7d943c3c43dfed4eca0c8afd56f82a69065938f5b872f58fe7e +Size (Devel-REPL-1.003028.tar.gz) = 60877 bytes diff --git a/devel/p5-Devel-StackTrace-AsHTML/Makefile b/devel/p5-Devel-StackTrace-AsHTML/Makefile index 3984f95ed843e..feb8600373ea7 100644 --- a/devel/p5-Devel-StackTrace-AsHTML/Makefile +++ b/devel/p5-Devel-StackTrace-AsHTML/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.10 2015/06/12 10:49:09 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2016/04/10 02:31:43 mef Exp $ -DISTNAME= Devel-StackTrace-AsHTML-0.14 +DISTNAME= Devel-StackTrace-AsHTML-0.15 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Devel/} diff --git a/devel/p5-Devel-StackTrace-AsHTML/distinfo b/devel/p5-Devel-StackTrace-AsHTML/distinfo index 9c86435f2e6b4..b4c9626d66d39 100644 --- a/devel/p5-Devel-StackTrace-AsHTML/distinfo +++ b/devel/p5-Devel-StackTrace-AsHTML/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.5 2015/11/03 03:28:11 agc Exp $ +$NetBSD: distinfo,v 1.6 2016/04/10 02:31:43 mef Exp $ -SHA1 (Devel-StackTrace-AsHTML-0.14.tar.gz) = 87b165757d71153aefc70f5f2314d8f6f46a1b28 -RMD160 (Devel-StackTrace-AsHTML-0.14.tar.gz) = 4969deca8e596e3bb58cefb88c1596ca759aa9c0 -SHA512 (Devel-StackTrace-AsHTML-0.14.tar.gz) = 341dc8718434ea714c50b0a76830775341f4ab03746543bf3197f5ea58685deca2325c16fbd8eb78b04dc5125a8b07e3df570da2f755c11c2346534078a48e89 -Size (Devel-StackTrace-AsHTML-0.14.tar.gz) = 53370 bytes +SHA1 (Devel-StackTrace-AsHTML-0.15.tar.gz) = 8a618664183ea2798890144f4c3250277002633c +RMD160 (Devel-StackTrace-AsHTML-0.15.tar.gz) = 14a33069c9d2827178eb5d87ba9c9fede8468504 +SHA512 (Devel-StackTrace-AsHTML-0.15.tar.gz) = aa81f3b88e27c83e1f8a51981b201edd9cecaa0430a16f72f0a05d323d77e9ede21c4629a40779ea5e2aa5759ecc0d9cecf67a81e752b4a82d360f23561933ce +Size (Devel-StackTrace-AsHTML-0.15.tar.gz) = 17053 bytes diff --git a/devel/p5-Devel-StackTrace/Makefile b/devel/p5-Devel-StackTrace/Makefile index bc74ecae27ec6..9c61bca7975f4 100644 --- a/devel/p5-Devel-StackTrace/Makefile +++ b/devel/p5-Devel-StackTrace/Makefile @@ -1,12 +1,11 @@ -# $NetBSD: Makefile,v 1.37 2015/06/12 10:49:09 wiz Exp $ +# $NetBSD: Makefile,v 1.39 2016/05/03 10:54:53 wiz Exp $ -DISTNAME= Devel-StackTrace-2.00 +DISTNAME= Devel-StackTrace-2.01 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Devel/} -MAINTAINER= rhaen@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Devel-StackTrace/ COMMENT= Perl5 module for stack trace and stack trace frame objects LICENSE= artistic-2.0 diff --git a/devel/p5-Devel-StackTrace/distinfo b/devel/p5-Devel-StackTrace/distinfo index 59f72bd112db9..d1d2878a56b3e 100644 --- a/devel/p5-Devel-StackTrace/distinfo +++ b/devel/p5-Devel-StackTrace/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.20 2015/11/03 03:28:11 agc Exp $ +$NetBSD: distinfo,v 1.21 2016/04/10 02:24:57 mef Exp $ -SHA1 (Devel-StackTrace-2.00.tar.gz) = 0f404354c2c4f0804e3f78608ae6381b95897da9 -RMD160 (Devel-StackTrace-2.00.tar.gz) = 6c30b1ce91bf6dc7488ccd3f43a495c88cc1f180 -SHA512 (Devel-StackTrace-2.00.tar.gz) = 3a91249dd6c6da34ceeb66d947c269e360503f193b57acbed76671b030de4d2f7e9bf2c0cc4104777fbfd1dc610c06cf3c1e21b914334bb068b66875cc4e2af7 -Size (Devel-StackTrace-2.00.tar.gz) = 30012 bytes +SHA1 (Devel-StackTrace-2.01.tar.gz) = 531a90c63395900de61fd20415aa2c1c5aa063c4 +RMD160 (Devel-StackTrace-2.01.tar.gz) = 0017d62843b9be34f40af3f2b669fbf59f6dabc0 +SHA512 (Devel-StackTrace-2.01.tar.gz) = 12f7192973f6eb4833140e0c1fbb76c1b0851803b39c805ae4012fc51506ce6e651edec9046322ac2b105412222d227a792a69cc257e316cff4a557bc90cdced +Size (Devel-StackTrace-2.01.tar.gz) = 33728 bytes diff --git a/devel/p5-Devel-Symdump/Makefile b/devel/p5-Devel-Symdump/Makefile index 3ea0dff4fbb3b..e4081645878d1 100644 --- a/devel/p5-Devel-Symdump/Makefile +++ b/devel/p5-Devel-Symdump/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.37 2015/06/14 16:50:06 wiz Exp $ +# $NetBSD: Makefile,v 1.40 2016/05/03 10:54:53 wiz Exp $ -DISTNAME= Devel-Symdump-2.15 +DISTNAME= Devel-Symdump-2.17 PKGNAME= p5-${DISTNAME}00 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Devel/} -MAINTAINER= rhaen@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Devel-Symdump/ COMMENT= Perl5 module for inspecting perl's symtable/class hiers LICENSE= ${PERL5_LICENSE} diff --git a/devel/p5-Devel-Symdump/distinfo b/devel/p5-Devel-Symdump/distinfo index e21d5d9d59f81..e75b481c7f31f 100644 --- a/devel/p5-Devel-Symdump/distinfo +++ b/devel/p5-Devel-Symdump/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.14 2015/11/03 03:28:11 agc Exp $ +$NetBSD: distinfo,v 1.16 2016/04/22 09:33:04 wiz Exp $ -SHA1 (Devel-Symdump-2.15.tar.gz) = 1075e9b15084c41492a54cc3d7d652a29a6c95f3 -RMD160 (Devel-Symdump-2.15.tar.gz) = a80d1431caa53bf29d9e30a6c7939c3f38afc632 -SHA512 (Devel-Symdump-2.15.tar.gz) = eba7178da3b8c9b8b2f4c61e572e4aef2e181a9b0be7a58f0790534511ccef51b7def381bcf7c37cd4a127de1cf57f1536284b3cb65f8a99920460a172f2e446 -Size (Devel-Symdump-2.15.tar.gz) = 18112 bytes +SHA1 (Devel-Symdump-2.17.tar.gz) = 9bb01879cfe1df2094ceddc7ed65cd08df682886 +RMD160 (Devel-Symdump-2.17.tar.gz) = 1ccc04f193b732d00b206dcf24cd77be665d97da +SHA512 (Devel-Symdump-2.17.tar.gz) = f210b0008378772abd56e953152f0a9dcef6f84009c292e46d738a461d3ecadaf536493835c4f13b51a0db2381127f043fe0e893b97f9cf3eed68eeb4af9dae8 +Size (Devel-Symdump-2.17.tar.gz) = 18410 bytes diff --git a/devel/p5-Devel-TraceUse/Makefile b/devel/p5-Devel-TraceUse/Makefile index 67813e363485a..f5514780173b3 100644 --- a/devel/p5-Devel-TraceUse/Makefile +++ b/devel/p5-Devel-TraceUse/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.12 2015/06/12 10:49:09 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2016/04/10 02:33:52 mef Exp $ -DISTNAME= Devel-TraceUse-2.093 +DISTNAME= Devel-TraceUse-2.094 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Devel/} @@ -11,7 +10,6 @@ HOMEPAGE= http://search.cpan.org/dist/Devel-TraceUse/ COMMENT= Show the modules your Perl program loads, recursively LICENSE= ${PERL5_LICENSE} -PERL5_MODULE_TYPE= Module::Build PERL5_PACKLIST= auto/Devel/TraceUse/.packlist .include "../../lang/perl5/module.mk" diff --git a/devel/p5-Devel-TraceUse/distinfo b/devel/p5-Devel-TraceUse/distinfo index d07cf0ca8b212..99d3e7fbde3a2 100644 --- a/devel/p5-Devel-TraceUse/distinfo +++ b/devel/p5-Devel-TraceUse/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.7 2015/11/03 03:28:11 agc Exp $ +$NetBSD: distinfo,v 1.8 2016/04/10 02:33:52 mef Exp $ -SHA1 (Devel-TraceUse-2.093.tar.gz) = 535a19177f14c6c325c3bcfa805b9572fd9b6131 -RMD160 (Devel-TraceUse-2.093.tar.gz) = 4e01c07ff3dbb3c711800e7b40507909325dcec1 -SHA512 (Devel-TraceUse-2.093.tar.gz) = 0220c480d0f149ab83d5d1311ae710db2459e0734e241aa8b7dfeb521df8ecc2e56fe514a17d2f833569f6f1efecfa3e59c3c4eea0d9d9f785919e401fc533c9 -Size (Devel-TraceUse-2.093.tar.gz) = 14759 bytes +SHA1 (Devel-TraceUse-2.094.tar.gz) = 605828331d0f441168f487e3d1b825bbeffa62a2 +RMD160 (Devel-TraceUse-2.094.tar.gz) = 9a582f203687c8cd0b2dfa672801e56009c8f9a1 +SHA512 (Devel-TraceUse-2.094.tar.gz) = f218fd376ffc3c73f4a2faab4cedd5f2d2c6c7cb02b93f626fb2a1c2d0b91a7cd972853de97be1fe7448a9c5c477b4a4e4e811e31eef0069671e2b7264e80b39 +Size (Devel-TraceUse-2.094.tar.gz) = 23762 bytes diff --git a/devel/p5-Dist-Zilla/Makefile b/devel/p5-Dist-Zilla/Makefile index be5ef49d6225d..00d07d23f5e13 100644 --- a/devel/p5-Dist-Zilla/Makefile +++ b/devel/p5-Dist-Zilla/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.17 2015/08/16 03:32:25 mef Exp $ +# $NetBSD: Makefile,v 1.19 2016/05/03 11:58:01 mef Exp $ -DISTNAME= Dist-Zilla-5.039 +DISTNAME= Dist-Zilla-5.047 PKGNAME= p5-${DISTNAME} CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Dist/} @@ -71,6 +71,7 @@ BUILD_DEPENDS+= p5-Test-FailWarnings-[0-9]*:../../devel/p5-Test-FailWarnings BUILD_DEPENDS+= p5-Test-Fatal-[0-9]*:../../devel/p5-Test-Fatal BUILD_DEPENDS+= p5-Test-File-ShareDir-[0-9]*:../../devel/p5-Test-File-ShareDir #BUILD_DEPENDS+= {perl>=5.14.1,p5-Test-Simple>=0.96}:../../devel/p5-Test-Simple +BUILD_DEPENDS+= p5-Scalar-List-Utils>=1.45:../../devel/p5-Scalar-List-Utils PERL5_PACKLIST= auto/Dist/Zilla/.packlist diff --git a/devel/p5-Dist-Zilla/distinfo b/devel/p5-Dist-Zilla/distinfo index d2e50bf6e3c1f..3abc80ff56bb6 100644 --- a/devel/p5-Dist-Zilla/distinfo +++ b/devel/p5-Dist-Zilla/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.11 2015/11/03 03:28:11 agc Exp $ +$NetBSD: distinfo,v 1.13 2016/05/03 11:58:01 mef Exp $ -SHA1 (Dist-Zilla-5.039.tar.gz) = 7ec4efd8938a9c7a30ef11c74371dd5fd7582279 -RMD160 (Dist-Zilla-5.039.tar.gz) = e39dc5c10b2d99c415d107d870224db2695785bb -SHA512 (Dist-Zilla-5.039.tar.gz) = 4c143d8c23d4645a12bc7042202e3a11c664d3619e50004b8d9ea16fe1e3ae28e3761864349492e528052aec64f95061f74fb2315e5d0f8cfb3ee3f721f6c62c -Size (Dist-Zilla-5.039.tar.gz) = 186919 bytes +SHA1 (Dist-Zilla-5.047.tar.gz) = 6e0d1256fa0556aa73fc60520f6142a2e9513808 +RMD160 (Dist-Zilla-5.047.tar.gz) = 952682fb63440b259f90421b06c27bcfa493ad38 +SHA512 (Dist-Zilla-5.047.tar.gz) = 929995469aaf1082309ee9a5710e9fec103c5138be5b26cab0273dca2c87aab7a6af827c1aa26764b77c49f4b7489a5f180b1bd8596b0257b57fd34769c957be +Size (Dist-Zilla-5.047.tar.gz) = 192554 bytes diff --git a/devel/p5-EV/Makefile b/devel/p5-EV/Makefile index f9636218e7e3d..466753f72fefe 100644 --- a/devel/p5-EV/Makefile +++ b/devel/p5-EV/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.20 2016/02/25 08:27:03 jperkin Exp $ +# $NetBSD: Makefile,v 1.21 2016/04/10 03:12:51 mef Exp $ -DISTNAME= EV-4.21 +DISTNAME= EV-4.22 PKGNAME= p5-${DISTNAME} CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/M/ML/MLEHMANN/} diff --git a/devel/p5-EV/distinfo b/devel/p5-EV/distinfo index 0e2d99fab53e7..349fa3ca4a2c0 100644 --- a/devel/p5-EV/distinfo +++ b/devel/p5-EV/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.13 2015/11/03 03:28:12 agc Exp $ +$NetBSD: distinfo,v 1.14 2016/04/10 03:12:51 mef Exp $ -SHA1 (EV-4.21.tar.gz) = 0937e56c98380593a6dbe88585712fe7683c2a8d -RMD160 (EV-4.21.tar.gz) = 09cf456597a7488f3fa5f3cdaaa0495ce381ee72 -SHA512 (EV-4.21.tar.gz) = 60277f311fc46ded9ee42896f4eb6a663dcbd92bd047e1e0e80f653053791f6fc7774d046aa77bc86eb380b2421a7eebe07d192c6763ea87f8ceb34904a8ef72 -Size (EV-4.21.tar.gz) = 191880 bytes +SHA1 (EV-4.22.tar.gz) = f645385c9b372efa37c3786b4f2edb04bd7e1b68 +RMD160 (EV-4.22.tar.gz) = 5a30987078c6c12f8498607d1d69f0d94c65dcd0 +SHA512 (EV-4.22.tar.gz) = 0d30d1388a75ed3af24c3b854d8c2a54bfc62c274591f13205c35748f3652122bae85f46aae174ce5963395233536222c8fae35e8118cbd5af2f7ed0c45b70de +Size (EV-4.22.tar.gz) = 193418 bytes SHA1 (patch-libev_ev.h) = d408e13260b6893147e0ce7b66355ee3ca90aa2f diff --git a/devel/p5-Error/Makefile b/devel/p5-Error/Makefile index d757fd2972672..50bb2cf37ed97 100644 --- a/devel/p5-Error/Makefile +++ b/devel/p5-Error/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.35 2015/06/12 10:49:10 wiz Exp $ +# $NetBSD: Makefile,v 1.36 2016/05/03 10:54:53 wiz Exp $ DISTNAME= Error-0.17024 PKGNAME= p5-${DISTNAME} @@ -6,7 +6,7 @@ PKGREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Error/} -MAINTAINER= rhaen@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Error/ COMMENT= Perl extension module for try/throw/catch exception handling LICENSE= ${PERL5_LICENSE} diff --git a/devel/p5-Event-RPC/Makefile b/devel/p5-Event-RPC/Makefile index 440ae1e99ca9c..f31664aadcfc6 100644 --- a/devel/p5-Event-RPC/Makefile +++ b/devel/p5-Event-RPC/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.18 2015/06/12 10:49:10 wiz Exp $ +# $NetBSD: Makefile,v 1.19 2016/04/10 03:16:37 mef Exp $ -DISTNAME= Event-RPC-1.05 +DISTNAME= Event-RPC-1.08 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= devel MASTER_SITES= http://www.exit1.org/packages/Event-RPC/dist/ diff --git a/devel/p5-Event-RPC/distinfo b/devel/p5-Event-RPC/distinfo index 6536327125656..4195fca929bc5 100644 --- a/devel/p5-Event-RPC/distinfo +++ b/devel/p5-Event-RPC/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.6 2015/11/03 03:28:12 agc Exp $ +$NetBSD: distinfo,v 1.7 2016/04/10 03:16:37 mef Exp $ -SHA1 (Event-RPC-1.05.tar.gz) = 211dcc05e9f950046f7088cf5265d5113640e1e7 -RMD160 (Event-RPC-1.05.tar.gz) = 1a706fab045abd1b8c07c6e1d66c7d2d664abf68 -SHA512 (Event-RPC-1.05.tar.gz) = 817f3c6efccc9701d091d4ddb3dc6860efbb276150f1534a40315eb668074a77dac099b0f944a7507cda98aef1a59d4a5c460a9d3cef1bd0ffe40f88d1d5b214 -Size (Event-RPC-1.05.tar.gz) = 48716 bytes +SHA1 (Event-RPC-1.08.tar.gz) = e89776ddccfa4ec66fa61f40f36b4b167a9b3415 +RMD160 (Event-RPC-1.08.tar.gz) = f3c55e47b6f0687dd8ecf59b68a2e25cf18f78b7 +SHA512 (Event-RPC-1.08.tar.gz) = 39de9feb1e958c8834e6492cf7d6d237892e8b4ea54e534af6d0a92dddae9126766872e46b9222f00deb24309981a4459b84cb37bc8ea74e7d62e4112b1fe317 +Size (Event-RPC-1.08.tar.gz) = 57504 bytes diff --git a/devel/p5-Event/Makefile b/devel/p5-Event/Makefile index 3dc716e3ed965..3988d61679147 100644 --- a/devel/p5-Event/Makefile +++ b/devel/p5-Event/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.31 2015/08/20 13:47:46 mef Exp $ +# $NetBSD: Makefile,v 1.32 2016/05/03 10:54:53 wiz Exp $ DISTNAME= Event-1.24 PKGNAME= p5-${DISTNAME} CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/E/ET/ETJ/} -MAINTAINER= rhaen@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Event/ COMMENT= Event library for Perl LICENSE= ${PERL5_LICENSE} diff --git a/devel/p5-Expect/Makefile b/devel/p5-Expect/Makefile index 779360c21e353..89ffeffa05dfe 100644 --- a/devel/p5-Expect/Makefile +++ b/devel/p5-Expect/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.37 2015/06/12 10:49:10 wiz Exp $ +# $NetBSD: Makefile,v 1.38 2016/05/03 10:54:53 wiz Exp $ DISTNAME= Expect-1.32 PKGNAME= p5-${DISTNAME} @@ -6,7 +6,7 @@ PKGREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Expect/} -MAINTAINER= rhaen@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Expect/ COMMENT= Perl version of the TCL "expect" tool LICENSE= ${PERL5_LICENSE} diff --git a/devel/p5-ExtUtils-CBuilder/Makefile b/devel/p5-ExtUtils-CBuilder/Makefile index 8a7115952a045..8b2f7d57fc72b 100644 --- a/devel/p5-ExtUtils-CBuilder/Makefile +++ b/devel/p5-ExtUtils-CBuilder/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.29 2015/08/22 23:18:49 mef Exp $ +# $NetBSD: Makefile,v 1.32 2016/04/14 14:24:40 mef Exp $ -DISTNAME= ExtUtils-CBuilder-0.280223 -PKGNAME= p5-ExtUtils-CBuilder-0.28.02.23 +DISTNAME= ExtUtils-CBuilder-0.280224 +PKGNAME= p5-${DISTNAME:C/0.([0-9][0-9])([0-9][0-9])([0-9][0-9])/0.\1.\2.\3/} CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=ExtUtils/} @@ -10,7 +10,7 @@ HOMEPAGE= http://search.cpan.org/dist/ExtUtils-CBuilder/ COMMENT= Perl5 module for compiling and linking C code for Perl modules LICENSE= ${PERL5_LICENSE} -USE_LANGUAGES= c +USE_LANGUAGES= c c++ PERL5_PACKLIST= auto/ExtUtils/CBuilder/.packlist .include "../../lang/perl5/module.mk" diff --git a/devel/p5-ExtUtils-CBuilder/distinfo b/devel/p5-ExtUtils-CBuilder/distinfo index 250e0327f44fb..fd639457e2b39 100644 --- a/devel/p5-ExtUtils-CBuilder/distinfo +++ b/devel/p5-ExtUtils-CBuilder/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.20 2015/11/03 03:28:13 agc Exp $ +$NetBSD: distinfo,v 1.21 2016/04/10 03:41:34 mef Exp $ -SHA1 (ExtUtils-CBuilder-0.280223.tar.gz) = e4daa8ff7a9c25ddab4fa0d2a4b75c50c2da9232 -RMD160 (ExtUtils-CBuilder-0.280223.tar.gz) = 042dfcd2f5e893a756cd0958a9e9fbead487348b -SHA512 (ExtUtils-CBuilder-0.280223.tar.gz) = 533765ff703fa189158daf0f792c3b23ec8bec519171182334c432cf47592431bf1ededa4b0714bb142d696a118ad0014c9604c2f9810a6db6b7130750ea5840 -Size (ExtUtils-CBuilder-0.280223.tar.gz) = 39653 bytes +SHA1 (ExtUtils-CBuilder-0.280224.tar.gz) = 5dc79083f031fcb2d1e989e0bc00526885d851f7 +RMD160 (ExtUtils-CBuilder-0.280224.tar.gz) = 4ac59f189cf8c8ec562c0b88dbef8d2f2c3787ee +SHA512 (ExtUtils-CBuilder-0.280224.tar.gz) = 926fc7c0d771f38c0e7df6bbc118b01abe74d92684b5c042b7735cad08bd91eb0e99812c398c0c3079526f3cbc74068454684f2a97a9ba563b38f51e5e2bfcfc +Size (ExtUtils-CBuilder-0.280224.tar.gz) = 39789 bytes diff --git a/devel/p5-ExtUtils-CppGuess/Makefile b/devel/p5-ExtUtils-CppGuess/Makefile index 2bae59cfc8169..d9b90ea799da8 100644 --- a/devel/p5-ExtUtils-CppGuess/Makefile +++ b/devel/p5-ExtUtils-CppGuess/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.7 2015/06/12 10:49:11 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2016/04/14 12:27:42 mef Exp $ -DISTNAME= ExtUtils-CppGuess-0.09 +DISTNAME= ExtUtils-CppGuess-0.11 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=ExtUtils/} diff --git a/devel/p5-ExtUtils-CppGuess/distinfo b/devel/p5-ExtUtils-CppGuess/distinfo index 8b7ba517d9237..848fffc693748 100644 --- a/devel/p5-ExtUtils-CppGuess/distinfo +++ b/devel/p5-ExtUtils-CppGuess/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.4 2015/11/03 03:28:13 agc Exp $ +$NetBSD: distinfo,v 1.5 2016/04/14 12:27:42 mef Exp $ -SHA1 (ExtUtils-CppGuess-0.09.tar.gz) = 55ea124498eff5aa3635225f5aa477035c64be93 -RMD160 (ExtUtils-CppGuess-0.09.tar.gz) = fb07972bee7deb97add75f7db1e31a44ec905d29 -SHA512 (ExtUtils-CppGuess-0.09.tar.gz) = b68d2275abaefd3749e4e0ec027de3e080dac1897158b6c7aac3d9d6e07d0fc520c59e343684c559b9bfa40ae3bf63f36a9a9135db8c9a6b72562e61166b0c93 -Size (ExtUtils-CppGuess-0.09.tar.gz) = 6318 bytes +SHA1 (ExtUtils-CppGuess-0.11.tar.gz) = 4cdadecd37da8c993eb6e0c05e131a9c1bad1c1c +RMD160 (ExtUtils-CppGuess-0.11.tar.gz) = 529a5107f0b7a6ed7f76ffef12aebb44572a9ac9 +SHA512 (ExtUtils-CppGuess-0.11.tar.gz) = 68039779106386efb20cd6e9125d5882e20257f6a1b1f830b32c9f4df70f66a0cf1706f573e4c80159488526656732ede844b37edbf3f1d4a111898eca66fa9e +Size (ExtUtils-CppGuess-0.11.tar.gz) = 6794 bytes diff --git a/devel/p5-ExtUtils-Depends/Makefile b/devel/p5-ExtUtils-Depends/Makefile index 5654e4e2adcef..0e306030e0401 100644 --- a/devel/p5-ExtUtils-Depends/Makefile +++ b/devel/p5-ExtUtils-Depends/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.26 2015/06/12 10:49:11 wiz Exp $ +# $NetBSD: Makefile,v 1.27 2016/04/10 05:25:19 mef Exp $ -DISTNAME= ExtUtils-Depends-0.404 +DISTNAME= ExtUtils-Depends-0.405 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=ExtUtils/} diff --git a/devel/p5-ExtUtils-Depends/distinfo b/devel/p5-ExtUtils-Depends/distinfo index 8efc35c9d9d08..40390b6f095b4 100644 --- a/devel/p5-ExtUtils-Depends/distinfo +++ b/devel/p5-ExtUtils-Depends/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.11 2015/11/03 03:28:13 agc Exp $ +$NetBSD: distinfo,v 1.12 2016/04/10 05:25:19 mef Exp $ -SHA1 (ExtUtils-Depends-0.404.tar.gz) = aa0199b158a8f84c376ba7ee1dc52a23cbf41d71 -RMD160 (ExtUtils-Depends-0.404.tar.gz) = a2b68d3efd3cf7e43047ff981978424a8fe502ca -SHA512 (ExtUtils-Depends-0.404.tar.gz) = b316309eadca551c5302b20b28b1ec2e2264a47524fc9a1a9763b59517dfbe84d22e86a76235fa0d0190c3348f49b913c40da60076ac6d01c51a98f7c0c5b783 -Size (ExtUtils-Depends-0.404.tar.gz) = 18207 bytes +SHA1 (ExtUtils-Depends-0.405.tar.gz) = ed10e15aa36c4ae71c95b4222da5014ff6df3dba +RMD160 (ExtUtils-Depends-0.405.tar.gz) = 8c7fe60b79d6a443dd0e9639675e4bf1ad675f67 +SHA512 (ExtUtils-Depends-0.405.tar.gz) = b9983ad763ff0cb81c899bc24f3152f13c69e608304b6e4446bd07b9b13d039650f3f87544c0bdd29c67246ea2973f04a1ce0fccbffb566fe89fdbe0bb03f11b +Size (ExtUtils-Depends-0.405.tar.gz) = 18122 bytes diff --git a/devel/p5-ExtUtils-F77/Makefile b/devel/p5-ExtUtils-F77/Makefile index 18e522b33e242..68d9569887af6 100644 --- a/devel/p5-ExtUtils-F77/Makefile +++ b/devel/p5-ExtUtils-F77/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.30 2015/08/22 23:31:52 mef Exp $ +# $NetBSD: Makefile,v 1.31 2016/04/10 05:27:44 mef Exp $ -DISTNAME= ExtUtils-F77-1.18 +DISTNAME= ExtUtils-F77-1.19 PKGNAME= p5-${DISTNAME} CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=ExtUtils/} diff --git a/devel/p5-ExtUtils-F77/distinfo b/devel/p5-ExtUtils-F77/distinfo index d96e955f9ddae..7d45f6a8539c6 100644 --- a/devel/p5-ExtUtils-F77/distinfo +++ b/devel/p5-ExtUtils-F77/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.8 2015/11/03 03:28:13 agc Exp $ +$NetBSD: distinfo,v 1.9 2016/04/10 05:27:44 mef Exp $ -SHA1 (ExtUtils-F77-1.18.tar.gz) = b7a96e036bdd5d42dd49f66d14283fb842a83ea4 -RMD160 (ExtUtils-F77-1.18.tar.gz) = 80d77972d4bde7039b05d9b978cc8b6bbda106e2 -SHA512 (ExtUtils-F77-1.18.tar.gz) = dba56108f2b59582780c03d1cf965d276d73cee1452f9f563b6b513ac4fab24007003b45b86d2c11c05b5d55ac9d1837a76ed14bdbd4738db5ec3a6632f7edcc -Size (ExtUtils-F77-1.18.tar.gz) = 11614 bytes +SHA1 (ExtUtils-F77-1.19.tar.gz) = a44fc06a91f7c723691add9731e35f169199d84c +RMD160 (ExtUtils-F77-1.19.tar.gz) = 6725de5a539123be4685f25b5fbbae10caf3da70 +SHA512 (ExtUtils-F77-1.19.tar.gz) = f103c94d8074fc3ca6f6afecc394608a61f08949f3d19e40ea66db2ddc7af4e17f429783e8ac9c8a76ebe98863b7295df8a7f9ba3f8eb967e4f19a168d5a7d81 +Size (ExtUtils-F77-1.19.tar.gz) = 12057 bytes diff --git a/devel/p5-ExtUtils-LibBuilder/Makefile b/devel/p5-ExtUtils-LibBuilder/Makefile index eb3ded316b05d..7646fb42cfa11 100644 --- a/devel/p5-ExtUtils-LibBuilder/Makefile +++ b/devel/p5-ExtUtils-LibBuilder/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.8 2015/07/12 18:56:12 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2016/04/14 14:30:32 mef Exp $ -DISTNAME= ExtUtils-LibBuilder-0.06 +DISTNAME= ExtUtils-LibBuilder-0.08 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=ExtUtils/} diff --git a/devel/p5-ExtUtils-LibBuilder/distinfo b/devel/p5-ExtUtils-LibBuilder/distinfo index ff5ab154aa721..4fb5e76fb400c 100644 --- a/devel/p5-ExtUtils-LibBuilder/distinfo +++ b/devel/p5-ExtUtils-LibBuilder/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.3 2015/11/03 03:28:13 agc Exp $ +$NetBSD: distinfo,v 1.4 2016/04/14 14:30:32 mef Exp $ -SHA1 (ExtUtils-LibBuilder-0.06.tar.gz) = e6954e8d22ff82ad90296afdeb0e23446a781a2c -RMD160 (ExtUtils-LibBuilder-0.06.tar.gz) = 8fc9812365f12bf37c3cb8965863228c4f033c8d -SHA512 (ExtUtils-LibBuilder-0.06.tar.gz) = e992088be341886d091f8409fb606a9430a6cfa8786cd70600d4cb2fa0855c3c668a162122f2d10aeb75f04cd9df9589c4f852f14d267d037ff34077c65234d4 -Size (ExtUtils-LibBuilder-0.06.tar.gz) = 5767 bytes +SHA1 (ExtUtils-LibBuilder-0.08.tar.gz) = c15d93062c43bc83e1b3b0d52869bb0aa6919f2b +RMD160 (ExtUtils-LibBuilder-0.08.tar.gz) = 8d41a16dd88cb03f2149d1e0a07e104bf6e549f0 +SHA512 (ExtUtils-LibBuilder-0.08.tar.gz) = c9cb95ff9ce3d30163e3e6e76adc03e164bddcef1fa58a068f6fc41e4be7289f06712457fba341244e6d37ec5976912920d44ac02ff6c9a2cde368b102e5133e +Size (ExtUtils-LibBuilder-0.08.tar.gz) = 5986 bytes diff --git a/devel/p5-ExtUtils-MakeMaker-CPANfile/Makefile b/devel/p5-ExtUtils-MakeMaker-CPANfile/Makefile index b509ac482c03a..ad88e28e899c6 100644 --- a/devel/p5-ExtUtils-MakeMaker-CPANfile/Makefile +++ b/devel/p5-ExtUtils-MakeMaker-CPANfile/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.3 2015/08/20 14:01:42 mef Exp $ +# $NetBSD: Makefile,v 1.4 2016/04/10 05:31:05 mef Exp $ -DISTNAME= ExtUtils-MakeMaker-CPANfile-0.06 +DISTNAME= ExtUtils-MakeMaker-CPANfile-0.07 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/I/IS/ISHIGAKI/} diff --git a/devel/p5-ExtUtils-MakeMaker-CPANfile/distinfo b/devel/p5-ExtUtils-MakeMaker-CPANfile/distinfo index 82fa228c5f592..c3bf416294a48 100644 --- a/devel/p5-ExtUtils-MakeMaker-CPANfile/distinfo +++ b/devel/p5-ExtUtils-MakeMaker-CPANfile/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2015/11/03 03:28:13 agc Exp $ +$NetBSD: distinfo,v 1.3 2016/04/10 05:31:05 mef Exp $ -SHA1 (ExtUtils-MakeMaker-CPANfile-0.06.tar.gz) = 5483d73b3928dba871af93aa75e3308ba4fff2d4 -RMD160 (ExtUtils-MakeMaker-CPANfile-0.06.tar.gz) = 8380e93399854b3098c6dba42742e8cb55d9501c -SHA512 (ExtUtils-MakeMaker-CPANfile-0.06.tar.gz) = 79bf10fddfb661c9d0533f30e73ac3c19f3f25fcfc9ee6e4861aee4e8429b889430b3e29fc38edcbcd8e98f7310a8ce6f44059de17f499b44425e2d734571c1d -Size (ExtUtils-MakeMaker-CPANfile-0.06.tar.gz) = 11152 bytes +SHA1 (ExtUtils-MakeMaker-CPANfile-0.07.tar.gz) = 97185c62b95dca040a33bde6deec3060d00673f6 +RMD160 (ExtUtils-MakeMaker-CPANfile-0.07.tar.gz) = 0a05dcb5c7988ce87057270dac22405573121663 +SHA512 (ExtUtils-MakeMaker-CPANfile-0.07.tar.gz) = 4a40428f27f37203fac922c802ac9f774fbba4790a5c106a6cecce444be1072c9010a9c53ac3232bdcf38a84790b6defa32696dd6ef46da1e6506b5179ac2192 +Size (ExtUtils-MakeMaker-CPANfile-0.07.tar.gz) = 11354 bytes diff --git a/devel/p5-ExtUtils-MakeMaker/Makefile b/devel/p5-ExtUtils-MakeMaker/Makefile index 546fdfa7f7ad0..5cd1feca0b762 100644 --- a/devel/p5-ExtUtils-MakeMaker/Makefile +++ b/devel/p5-ExtUtils-MakeMaker/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.37 2016/01/31 06:45:16 mef Exp $ +# $NetBSD: Makefile,v 1.39 2016/04/25 14:28:53 mef Exp $ -DISTNAME= ExtUtils-MakeMaker-7.10 +DISTNAME= ExtUtils-MakeMaker-7.14 PKGNAME= p5-${DISTNAME} CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/B/BI/BINGOS/} diff --git a/devel/p5-ExtUtils-MakeMaker/distinfo b/devel/p5-ExtUtils-MakeMaker/distinfo index e0dbb05563218..089ee09a48369 100644 --- a/devel/p5-ExtUtils-MakeMaker/distinfo +++ b/devel/p5-ExtUtils-MakeMaker/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.23 2016/01/31 06:45:16 mef Exp $ +$NetBSD: distinfo,v 1.25 2016/04/25 14:28:53 mef Exp $ -SHA1 (ExtUtils-MakeMaker-7.10.tar.gz) = f7ca9fc7e3204ddd3989fef4f3f956326ae1ec32 -RMD160 (ExtUtils-MakeMaker-7.10.tar.gz) = 18c69485dc070a8da71a6440bf811ca04c5565e5 -SHA512 (ExtUtils-MakeMaker-7.10.tar.gz) = 217cd01507225975def824b9eb89592dc017794134fd0197253b164674d302f09bde5018e8ea37178fbad805c3551635b1ca37da102fc88d4be08d784f09d774 -Size (ExtUtils-MakeMaker-7.10.tar.gz) = 445464 bytes -SHA1 (patch-ab) = dda54b01667e68613dea1405973b2683fde4ed23 +SHA1 (ExtUtils-MakeMaker-7.14.tar.gz) = aa4bc3b76bb3ec4932964c809c3d0361095a954a +RMD160 (ExtUtils-MakeMaker-7.14.tar.gz) = 75735a3746951d89ff0214c3fa6a5b02a3983eea +SHA512 (ExtUtils-MakeMaker-7.14.tar.gz) = d0f350134f1d31e82426ffa61883c417989d15670b53d6dde7111ac78b2cc07979a3c1d43ebdd846833d0e55d3edc07cca5cd79592905c93c96d93bda010eab6 +Size (ExtUtils-MakeMaker-7.14.tar.gz) = 465639 bytes +SHA1 (patch-ab) = 02e70f6a0ff56977d3ffa45d083412be7185d1cf diff --git a/devel/p5-ExtUtils-MakeMaker/patches/patch-ab b/devel/p5-ExtUtils-MakeMaker/patches/patch-ab index 556df6deacfa5..1ea79af3bef7d 100644 --- a/devel/p5-ExtUtils-MakeMaker/patches/patch-ab +++ b/devel/p5-ExtUtils-MakeMaker/patches/patch-ab @@ -1,22 +1,22 @@ -$NetBSD: patch-ab,v 1.12 2016/01/31 06:45:17 mef Exp $ +$NetBSD: patch-ab,v 1.13 2016/04/20 15:00:04 mef Exp $ Changes: o More general adaptation for BSDs o Install scripts in DESTINSTALLSITESCRIPT instead of DESTINSTALLSCRIPT o Ignore installed packlist when creating new packlist. ---- lib/ExtUtils/MM_Unix.pm.orig 2015-09-11 03:38:38.000000000 +0900 -+++ lib/ExtUtils/MM_Unix.pm 2016-01-31 15:35:49.000000000 +0900 -@@ -955,7 +955,7 @@ $(INST_DYNAMIC): $(OBJECT) $(MYEXTLIB) $ +--- lib/ExtUtils/MM_Unix.pm.orig 2016-04-19 20:24:21.000000000 +0900 ++++ lib/ExtUtils/MM_Unix.pm 2016-04-20 21:57:39.000000000 +0900 +@@ -1022,7 +1022,7 @@ sub xs_make_dynamic_lib { + push(@m," \$(RM_F) \$\@\n"); my $libs = '$(LDLOADLIBS)'; - - if (($Is{NetBSD} || $Is{Interix} || $Is{Android}) && $Config{'useshrplib'} eq 'true') { + if (( $Is{BSD} || $Is{Interix} || $Is{Android}) && $Config{'useshrplib'} eq 'true') { - # Use nothing on static perl platforms, and to the flags needed - # to link against the shared libperl library on shared perl - # platforms. We peek at lddlflags to see if we need -Wl,-R -@@ -2130,7 +2130,7 @@ q{ read "}.$self->catfile('$(PERL_ARCHL + # Use nothing on static perl platforms, and to the flags needed + # to link against the shared libperl library on shared perl + # platforms. We peek at lddlflags to see if we need -Wl,-R +@@ -2235,7 +2235,7 @@ q{ read "}.$self->catfile('$(PERL_ARCHL q{ "$(INST_LIB)" "$(DESTINSTALLPRIVLIB)" \ "$(INST_ARCHLIB)" "$(DESTINSTALLARCHLIB)" \ "$(INST_BIN)" "$(DESTINSTALLBIN)" \ @@ -25,7 +25,7 @@ Changes: "$(INST_MAN1DIR)" "$(DESTINSTALLMAN1DIR)" \ "$(INST_MAN3DIR)" "$(DESTINSTALLMAN3DIR)" $(NOECHO) $(WARN_IF_OLD_PACKLIST) \ -@@ -2141,7 +2141,7 @@ pure_site_install :: all +@@ -2246,7 +2246,7 @@ pure_site_install :: all $(NOECHO) $(MOD_INSTALL) \ }; push @m, diff --git a/devel/p5-ExtUtils-ModuleMaker/Makefile b/devel/p5-ExtUtils-ModuleMaker/Makefile index 45e812a06ba58..bdc2bf1498dd6 100644 --- a/devel/p5-ExtUtils-ModuleMaker/Makefile +++ b/devel/p5-ExtUtils-ModuleMaker/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.12 2015/06/12 10:49:12 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2016/04/10 05:33:38 mef Exp $ -DISTNAME= ExtUtils-ModuleMaker-0.54 +DISTNAME= ExtUtils-ModuleMaker-0.55 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=ExtUtils/} @@ -12,6 +11,7 @@ COMMENT= Perl extension for creating modules (better than h2xs) LICENSE= ${PERL5_LICENSE} DEPENDS+= p5-File-Save-Home>=0.03:../../devel/p5-File-Save-Home +BUILD_DEPENDS+= p5-IO-Capture-[0-9]*:../../devel/p5-IO-Capture PERL5_PACKLIST= auto/ExtUtils/ModuleMaker/.packlist diff --git a/devel/p5-ExtUtils-ModuleMaker/distinfo b/devel/p5-ExtUtils-ModuleMaker/distinfo index 972a753be3d17..443b94918ba0f 100644 --- a/devel/p5-ExtUtils-ModuleMaker/distinfo +++ b/devel/p5-ExtUtils-ModuleMaker/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.4 2015/11/03 03:28:14 agc Exp $ +$NetBSD: distinfo,v 1.5 2016/04/10 05:33:38 mef Exp $ -SHA1 (ExtUtils-ModuleMaker-0.54.tar.gz) = d8fb274086d37f3c9f03d4574887264e94edd403 -RMD160 (ExtUtils-ModuleMaker-0.54.tar.gz) = 8ea9b27ff4ae1a95cd2d849c8a73b11f4634514a -SHA512 (ExtUtils-ModuleMaker-0.54.tar.gz) = 64b97b30207115b9a7b0f9e0a4f7ca179f2fb74fe6ff67f9b87bfa16c8a2c49df5b8ba96e1997f66246644a5e50069fa1f8d16626875b4080109c425db5dde2e -Size (ExtUtils-ModuleMaker-0.54.tar.gz) = 133121 bytes +SHA1 (ExtUtils-ModuleMaker-0.55.tar.gz) = e5013c7bdad1339b64dd9a0818725116eaa22652 +RMD160 (ExtUtils-ModuleMaker-0.55.tar.gz) = 39de32a6c5b6e8d81394825009826ef5d92cecd9 +SHA512 (ExtUtils-ModuleMaker-0.55.tar.gz) = 435e443b9f5af9d8d1952385a0ceb218f50e3ced084445837f38f2224ed58a870ad8d534edb3f2a8c71d4e12b68fdd6df55e26ef39d63ed493f6c385e1e31a9f +Size (ExtUtils-ModuleMaker-0.55.tar.gz) = 133255 bytes diff --git a/devel/p5-ExtUtils-PkgConfig/Makefile b/devel/p5-ExtUtils-PkgConfig/Makefile index c1754b73b3e17..f9fde00c3097a 100644 --- a/devel/p5-ExtUtils-PkgConfig/Makefile +++ b/devel/p5-ExtUtils-PkgConfig/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.27 2015/06/12 10:49:12 wiz Exp $ +# $NetBSD: Makefile,v 1.28 2016/04/08 13:17:48 wiz Exp $ DISTNAME= ExtUtils-PkgConfig-1.15 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=ExtUtils/} diff --git a/devel/p5-File-BOM/Makefile b/devel/p5-File-BOM/Makefile index ac743fe780e1d..458e9aa7a0d88 100644 --- a/devel/p5-File-BOM/Makefile +++ b/devel/p5-File-BOM/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.8 2015/06/12 10:49:12 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2016/04/10 05:37:27 mef Exp $ -DISTNAME= File-BOM-0.14 +DISTNAME= File-BOM-0.15 PKGNAME= p5-${DISTNAME} -PKGREVISION= 6 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=File/} @@ -12,6 +11,8 @@ COMMENT= Utilities for handling Byte Order Marks LICENSE= ${PERL5_LICENSE} DEPENDS+= p5-Readonly-[0-9]*:../../devel/p5-Readonly +# for make test +BUILD_DEPENDS+= p5-Test-Exception-[0-9]*:../../devel/p5-Test-Exception PERL5_MODULE_TYPE= Module::Build PERL5_PACKLIST= auto/File/BOM/.packlist diff --git a/devel/p5-File-BOM/distinfo b/devel/p5-File-BOM/distinfo index 73e0162901051..e7305aa65a7b2 100644 --- a/devel/p5-File-BOM/distinfo +++ b/devel/p5-File-BOM/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2015/11/03 03:28:14 agc Exp $ +$NetBSD: distinfo,v 1.3 2016/04/10 05:37:27 mef Exp $ -SHA1 (File-BOM-0.14.tar.gz) = c3938acc31b884ee9d4445fcb8231267130afecf -RMD160 (File-BOM-0.14.tar.gz) = db567ef1c1a42d57b0fefb8f50b1eb8ad1060cb4 -SHA512 (File-BOM-0.14.tar.gz) = 956f86ff28f351976156e847c0b1bc12b6491d842892a9493cc705cbf2598b58ab601690c0fda1cfe813c3562d2f96a28df968bad8b52a92946fe56d2c9932eb -Size (File-BOM-0.14.tar.gz) = 15273 bytes +SHA1 (File-BOM-0.15.tar.gz) = 7f832bce3c20abd045bc0ade8dfce540682c25c5 +RMD160 (File-BOM-0.15.tar.gz) = c524e43147df94c1e6d602791f480869dce52c14 +SHA512 (File-BOM-0.15.tar.gz) = 73d9df8a8f346164613a9d99b9dd2e83b8d68f77c39a134e9f6b2b96f9c9f0dd1d8e6810a7eb897ed9bcd9b7637e11235bab6b2f68b75d0db973cbd5d11f4a81 +Size (File-BOM-0.15.tar.gz) = 19656 bytes diff --git a/devel/p5-File-DesktopEntry/Makefile b/devel/p5-File-DesktopEntry/Makefile index b629db417908b..60a7443e430be 100644 --- a/devel/p5-File-DesktopEntry/Makefile +++ b/devel/p5-File-DesktopEntry/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.17 2015/08/06 09:06:29 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2016/04/10 05:43:12 mef Exp $ -DISTNAME= File-DesktopEntry-0.12 +DISTNAME= File-DesktopEntry-0.22 PKGNAME= p5-${DISTNAME} CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=File/} @@ -11,6 +11,8 @@ COMMENT= Perl module for handling .desktop files LICENSE= ${PERL5_LICENSE} DEPENDS+= p5-File-BaseDir>=0.03:../../devel/p5-File-BaseDir +# for make test +BUILD_DEPENDS+= p5-URI-[0-9]*:../../www/p5-URI PERL5_PACKLIST= auto/File/DesktopEntry/.packlist diff --git a/devel/p5-File-DesktopEntry/distinfo b/devel/p5-File-DesktopEntry/distinfo index 1b2e50a5a1608..24840a136ddc3 100644 --- a/devel/p5-File-DesktopEntry/distinfo +++ b/devel/p5-File-DesktopEntry/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.7 2015/11/03 03:28:14 agc Exp $ +$NetBSD: distinfo,v 1.8 2016/04/10 05:43:12 mef Exp $ -SHA1 (File-DesktopEntry-0.12.tar.gz) = 11bac103879f57ac641efccd4b0390006d079447 -RMD160 (File-DesktopEntry-0.12.tar.gz) = b8ab41edd075c398a7a978049df0e6720e7c043c -SHA512 (File-DesktopEntry-0.12.tar.gz) = 2d7487d096f6852d3b95b633e75536dd8c6cb1876e1026f81c7d681e76614d4f84aac21f80ed4c30e430215d720296c61f5e1b3da350cfee21e0c5327d623864 -Size (File-DesktopEntry-0.12.tar.gz) = 17509 bytes +SHA1 (File-DesktopEntry-0.22.tar.gz) = 5cec1844dc150db3eab387467379888b43b3fb35 +RMD160 (File-DesktopEntry-0.22.tar.gz) = fcc822b86aba38104b2422a6dbc276ecc6c2812d +SHA512 (File-DesktopEntry-0.22.tar.gz) = f6a0f2a91c66ea3e5ebac1e66f82317c4109d8d3e2211b4e84cd870b9df07320c03ee0d026e89f788338a1c02152c77e36402684da4f5a7093eb3ac21ff584a7 +Size (File-DesktopEntry-0.22.tar.gz) = 18366 bytes diff --git a/devel/p5-File-MimeInfo/Makefile b/devel/p5-File-MimeInfo/Makefile index 8fdc9e977b294..c07e7a06396b4 100644 --- a/devel/p5-File-MimeInfo/Makefile +++ b/devel/p5-File-MimeInfo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2015/06/12 10:49:14 wiz Exp $ +# $NetBSD: Makefile,v 1.24 2016/04/14 13:06:03 mef Exp $ DISTNAME= File-MimeInfo-0.27 PKGNAME= p5-${DISTNAME} @@ -14,6 +14,8 @@ LICENSE= ${PERL5_LICENSE} DEPENDS+= p5-File-BaseDir-[0-9]*:../../devel/p5-File-BaseDir DEPENDS+= p5-File-DesktopEntry-[0-9]*:../../devel/p5-File-DesktopEntry DEPENDS+= shared-mime-info-[0-9]*:../../databases/shared-mime-info +# for make test (when t/05_more.t 'require (File::DesktopEntry);' +BUILD_DEPENDS+= p5-URI-[0-9]*:../../www/p5-URI PERL5_PACKLIST= auto/File/MimeInfo/.packlist diff --git a/devel/p5-File-Modified/Makefile b/devel/p5-File-Modified/Makefile index 88bb492554493..430710b420152 100644 --- a/devel/p5-File-Modified/Makefile +++ b/devel/p5-File-Modified/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.14 2015/07/12 18:56:13 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2016/04/10 05:46:56 mef Exp $ -DISTNAME= File-Modified-0.09 +DISTNAME= File-Modified-0.10 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=File/} diff --git a/devel/p5-File-Modified/distinfo b/devel/p5-File-Modified/distinfo index 45fb29cdc3fc3..0ddb538c18266 100644 --- a/devel/p5-File-Modified/distinfo +++ b/devel/p5-File-Modified/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.3 2015/11/03 03:28:16 agc Exp $ +$NetBSD: distinfo,v 1.4 2016/04/10 05:46:56 mef Exp $ -SHA1 (File-Modified-0.09.tar.gz) = c835ac11331fb4e0503c5059c057dfeb731e28a6 -RMD160 (File-Modified-0.09.tar.gz) = e7c37e4c4077b3725170d9bc6b34329b5804052d -SHA512 (File-Modified-0.09.tar.gz) = 047bb0a425ecd3f70ea39eb973441c0547c14de7eb12fa4e8547da6767f4549ec4a2e8249113a1d01cffb4aa8639343b2d13dbc72b0d31d0e798ea7084094137 -Size (File-Modified-0.09.tar.gz) = 8481 bytes +SHA1 (File-Modified-0.10.tar.gz) = 322687339bd3efdd18d29529693254e57acc19cd +RMD160 (File-Modified-0.10.tar.gz) = f5c7a25b6f042d8843aa1608fd5702e15e60dc04 +SHA512 (File-Modified-0.10.tar.gz) = 2ffbbb5337b10ce94ac1d0604fdf1cf0f19cc2fa80e3cc5fe4fcdc553718dc9eb0f13801f497579beefabffb6d998890c6e352e5ea6ad309f702c2d58eb782a0 +Size (File-Modified-0.10.tar.gz) = 14872 bytes diff --git a/devel/p5-File-Path-Tiny/Makefile b/devel/p5-File-Path-Tiny/Makefile index b018ea304c83a..d7aa1da7c600e 100644 --- a/devel/p5-File-Path-Tiny/Makefile +++ b/devel/p5-File-Path-Tiny/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.8 2015/06/12 10:49:14 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2016/04/10 05:49:15 mef Exp $ -DISTNAME= File-Path-Tiny-0.7 +DISTNAME= File-Path-Tiny-0.8 PKGNAME= p5-${DISTNAME} -PKGREVISION= 2 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=File/} diff --git a/devel/p5-File-Path-Tiny/distinfo b/devel/p5-File-Path-Tiny/distinfo index 453d510689948..465646ee2d3bc 100644 --- a/devel/p5-File-Path-Tiny/distinfo +++ b/devel/p5-File-Path-Tiny/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.3 2015/11/03 03:28:16 agc Exp $ +$NetBSD: distinfo,v 1.4 2016/04/10 05:49:15 mef Exp $ -SHA1 (File-Path-Tiny-0.7.tar.gz) = 97346515a634e66dca59ec029026559fc502231b -RMD160 (File-Path-Tiny-0.7.tar.gz) = ef4170969e6d439db6d02bf096886d6b8bb7cfd4 -SHA512 (File-Path-Tiny-0.7.tar.gz) = 7caeb8a2854652fa8ed4f660834595ecf68f8f9efef203a405048dc3d3795ccd2ce585b038a04d88a35be2a30aaf955143b46e15c633bd29f9cabc69a5e509ca -Size (File-Path-Tiny-0.7.tar.gz) = 7522 bytes +SHA1 (File-Path-Tiny-0.8.tar.gz) = 402237692f2eabc2630ea434d479ffd66c710d2e +RMD160 (File-Path-Tiny-0.8.tar.gz) = 0354b07dafcb5e406b9ede985afecbc7ca7bacda +SHA512 (File-Path-Tiny-0.8.tar.gz) = 7c2f9b482e5cb680dcb5b13dc05cf4aec6644c7dc76d566d4dd57d8cadf63225e6ffcaa265733ea115abb7059b33b51a329a517555fa7abbb39fcedac2543533 +Size (File-Path-Tiny-0.8.tar.gz) = 7723 bytes diff --git a/devel/p5-File-Touch/Makefile b/devel/p5-File-Touch/Makefile index a15f52ee59201..653679b3fe287 100644 --- a/devel/p5-File-Touch/Makefile +++ b/devel/p5-File-Touch/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.9 2015/06/12 10:49:15 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2016/04/10 05:51:20 mef Exp $ # -DISTNAME= File-Touch-0.09 +DISTNAME= File-Touch-0.11 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=File/} diff --git a/devel/p5-File-Touch/distinfo b/devel/p5-File-Touch/distinfo index 6fe6fc91f85cb..ca8cdb6d6dbdd 100644 --- a/devel/p5-File-Touch/distinfo +++ b/devel/p5-File-Touch/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.3 2015/11/03 03:28:17 agc Exp $ +$NetBSD: distinfo,v 1.4 2016/04/10 05:51:20 mef Exp $ -SHA1 (File-Touch-0.09.tar.gz) = 344a3694325857c5abe70e254da5146179a11a8f -RMD160 (File-Touch-0.09.tar.gz) = 081b60f0eec1a0fb534e89e35f0c613e9baf088a -SHA512 (File-Touch-0.09.tar.gz) = f2bd4e53ff1b57d9295e08a6445406bde1cd9e10860450612086c20177542ec3e954043be405e262ea39f331d6b51b3ea21ce3183e8538c046d5799af106d053 -Size (File-Touch-0.09.tar.gz) = 11143 bytes +SHA1 (File-Touch-0.11.tar.gz) = dacbc7131baad068a483d6a713283daf48e546af +RMD160 (File-Touch-0.11.tar.gz) = 039b6b194038b5b68ba1a5b6b5005ffaeb0536c1 +SHA512 (File-Touch-0.11.tar.gz) = 7f1d46fe26de863388854e222b0229e29f0575ee0d8ed59f8cc447a39bc40d7fda425a394a4c3bbc9f561370b6c82cec9c65f4bb784ebba4ff72dbcb5c0a4cd0 +Size (File-Touch-0.11.tar.gz) = 11749 bytes diff --git a/devel/p5-File-Util/Makefile b/devel/p5-File-Util/Makefile index 103ce21aa6427..aed9d2669ee04 100644 --- a/devel/p5-File-Util/Makefile +++ b/devel/p5-File-Util/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.12 2015/06/12 10:49:15 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2016/04/30 21:47:08 mef Exp $ # -DISTNAME= File-Util-4.132140 +DISTNAME= File-Util-4.161200 PKGNAME= p5-${DISTNAME} -PKGREVISION= 2 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=File/} diff --git a/devel/p5-File-Util/distinfo b/devel/p5-File-Util/distinfo index 066e38ba5b6b4..c64895a084223 100644 --- a/devel/p5-File-Util/distinfo +++ b/devel/p5-File-Util/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.5 2015/11/03 03:28:17 agc Exp $ +$NetBSD: distinfo,v 1.6 2016/04/30 21:47:08 mef Exp $ -SHA1 (File-Util-4.132140.tar.gz) = 1282f93e1e0fe9af8f4fd50aed09e65bc4d28853 -RMD160 (File-Util-4.132140.tar.gz) = b0d0ab1e21aa8b692802921a451450865a434d01 -SHA512 (File-Util-4.132140.tar.gz) = 619c8ed9a999add1eb56d97de087718a3389ee29a404d198aaf598ce9db24a240c56c0fa9f2ce554a62599de16c93e8c91dd873f2c342f97d50a2319885a1840 -Size (File-Util-4.132140.tar.gz) = 126689 bytes +SHA1 (File-Util-4.161200.tar.gz) = 546591f9f19ec9597efe4e254938c440056b1547 +RMD160 (File-Util-4.161200.tar.gz) = c3c8bc99bf46fa2b83da03a2256758fee00f16b8 +SHA512 (File-Util-4.161200.tar.gz) = d9f2bb85e169e806e508a516264a11c351e3d5016ee902df215dfd1a5de5cc682f8ee5cc722f7778f7ab1e3198ac24b122233b8af06e63ef21efb7054d368dfa +Size (File-Util-4.161200.tar.gz) = 129515 bytes diff --git a/devel/p5-Getopt-Long/Makefile b/devel/p5-Getopt-Long/Makefile index ab6ba897d9e80..a1f54cb0d7149 100644 --- a/devel/p5-Getopt-Long/Makefile +++ b/devel/p5-Getopt-Long/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.24 2015/11/15 04:54:38 wen Exp $ +# $NetBSD: Makefile,v 1.26 2016/05/06 12:44:53 mef Exp $ DISTNAME= Getopt-Long-2.48 PKGNAME= p5-${DISTNAME} +PKGREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Getopt/} @@ -10,6 +11,8 @@ HOMEPAGE= http://search.cpan.org/dist/Getopt-Long/ COMMENT= Extended processing of command line options LICENSE= ${PERL5_LICENSE} +DEPENDS+= p5-Perl4-CoreLibs-[0-9]*:../../devel/p5-Perl4-CoreLibs + REPLACE_PERL+= lib/Getopt/Long.pm USE_LANGUAGES= # empty diff --git a/devel/p5-Getopt-Long/distinfo b/devel/p5-Getopt-Long/distinfo index 1662b59eb4208..19139c00fe552 100644 --- a/devel/p5-Getopt-Long/distinfo +++ b/devel/p5-Getopt-Long/distinfo @@ -1,6 +1,7 @@ -$NetBSD: distinfo,v 1.13 2015/11/15 04:54:38 wen Exp $ +$NetBSD: distinfo,v 1.14 2016/05/06 12:41:59 mef Exp $ SHA1 (Getopt-Long-2.48.tar.gz) = ede3083d25402ca8ec5e459c6baa76a37246def7 RMD160 (Getopt-Long-2.48.tar.gz) = f8a517d271ef8325f206d0fe719230d051229e1f SHA512 (Getopt-Long-2.48.tar.gz) = 29e15d0e931225886cfcc31efc3b37501aa9453d5f5655ff116286faa7015712770d4da22b4bcecb775cdd8af1ceb535c0f03aeab55244de1acc51886ae835c8 Size (Getopt-Long-2.48.tar.gz) = 42740 bytes +SHA1 (patch-Makefile.PL) = 6be5f0773432d6a28c5f1b43afdcf6fed0fd0b54 diff --git a/devel/p5-Getopt-Long/patches/patch-Makefile.PL b/devel/p5-Getopt-Long/patches/patch-Makefile.PL new file mode 100644 index 0000000000000..0bc228ba78565 --- /dev/null +++ b/devel/p5-Getopt-Long/patches/patch-Makefile.PL @@ -0,0 +1,16 @@ +$NetBSD: patch-Makefile.PL,v 1.1 2016/05/06 12:41:59 mef Exp $ + +newgetopt.pl does exist in p5-Perl4-CoreLibs. To co-exist +with that, + +--- Makefile.PL.orig 2013-07-08 15:14:42.000000000 +0900 ++++ Makefile.PL 2016-04-25 22:02:20.000000000 +0900 +@@ -89,7 +89,7 @@ WriteMakefile( + ), + + INSTALLDIRS => ($] < 5.011 ? 'perl' : 'site'), +- PM => { "lib/newgetopt.pl" => '$(INST_LIB)/newgetopt.pl', ++ PM => { + "lib/Getopt/Long.pm" => '$(INST_LIB)/Getopt/Long.pm', + }, + dist => { COMPRESS => 'gzip', SUFFIX => 'gz', diff --git a/devel/p5-Git-CPAN-Patch/Makefile b/devel/p5-Git-CPAN-Patch/Makefile index 430c11027cf25..34f0d4873911a 100644 --- a/devel/p5-Git-CPAN-Patch/Makefile +++ b/devel/p5-Git-CPAN-Patch/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.16 2015/09/05 15:31:58 mef Exp $ +# $NetBSD: Makefile,v 1.18 2016/04/29 11:48:53 mef Exp $ -DISTNAME= Git-CPAN-Patch-2.2.0 +DISTNAME= Git-CPAN-Patch-2.3.0 PKGNAME= p5-${DISTNAME} CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Git/} diff --git a/devel/p5-Git-CPAN-Patch/distinfo b/devel/p5-Git-CPAN-Patch/distinfo index ede966dc91afe..fa412654b993b 100644 --- a/devel/p5-Git-CPAN-Patch/distinfo +++ b/devel/p5-Git-CPAN-Patch/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.9 2015/11/03 03:28:18 agc Exp $ +$NetBSD: distinfo,v 1.11 2016/04/29 11:48:53 mef Exp $ -SHA1 (Git-CPAN-Patch-2.2.0.tar.gz) = feb822f72d4a3c2cc8be73257b1bd630adb12955 -RMD160 (Git-CPAN-Patch-2.2.0.tar.gz) = ea642ef7dee3cad279224d3f1c88f5b707727600 -SHA512 (Git-CPAN-Patch-2.2.0.tar.gz) = e4a9f4f52dc978d65f438c5f610260837dbd6d2c938438a85cdda15d0f7d4422389ccc5fc412b8654d4d137852a5ae60f660651ccef7c745311678e64a1f7020 -Size (Git-CPAN-Patch-2.2.0.tar.gz) = 58528 bytes +SHA1 (Git-CPAN-Patch-2.3.0.tar.gz) = 7d05e3188d24406660d4d91ebfbc12780b68aea4 +RMD160 (Git-CPAN-Patch-2.3.0.tar.gz) = 6f808cc588846d172ec91ab1948fc7760e2bcefb +SHA512 (Git-CPAN-Patch-2.3.0.tar.gz) = 84a862066459e1a035a3a30642a7eb4e55d690128b2c578724dc3a38757683be66086a91adf15f70f965b2b299cb149e882cd76c3dde9f7f4331b2ca4441ced2 +Size (Git-CPAN-Patch-2.3.0.tar.gz) = 59643 bytes diff --git a/devel/p5-Git-Repository-Plugin-AUTOLOAD/Makefile b/devel/p5-Git-Repository-Plugin-AUTOLOAD/Makefile index 2d7b54e03880d..1ed379a51cce0 100644 --- a/devel/p5-Git-Repository-Plugin-AUTOLOAD/Makefile +++ b/devel/p5-Git-Repository-Plugin-AUTOLOAD/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2015/06/12 10:49:17 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2016/04/19 13:55:28 mef Exp $ -DISTNAME= Git-Repository-Plugin-AUTOLOAD-1.001 +DISTNAME= Git-Repository-Plugin-AUTOLOAD-1.003 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Git/} @@ -12,6 +11,9 @@ COMMENT= Git subcommands as Git::Repository methods LICENSE= ${PERL5_LICENSE} DEPENDS+= p5-Git-Repository>=1.309:../../devel/p5-Git-Repository +# for make test +BUILD_DEPENDS+= p5-Test-Requires-Git-[0-9]*:../../devel/p5-Test-Requires-Git +BUILD_DEPENDS+= p5-namespace-clean-[0-9]*:../../devel/p5-namespace-clean PERL5_PACKLIST= auto/Git/Repository/Plugin/AUTOLOAD/.packlist USE_LANGUAGES= # none diff --git a/devel/p5-Git-Repository-Plugin-AUTOLOAD/distinfo b/devel/p5-Git-Repository-Plugin-AUTOLOAD/distinfo index 39ec04481f43e..4a830321593c4 100644 --- a/devel/p5-Git-Repository-Plugin-AUTOLOAD/distinfo +++ b/devel/p5-Git-Repository-Plugin-AUTOLOAD/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2015/11/03 03:28:18 agc Exp $ +$NetBSD: distinfo,v 1.4 2016/04/19 13:55:28 mef Exp $ -SHA1 (Git-Repository-Plugin-AUTOLOAD-1.001.tar.gz) = be4b0e52fb84ddc41cb1f1a620d132e5e521959d -RMD160 (Git-Repository-Plugin-AUTOLOAD-1.001.tar.gz) = 1628379b2af9ff39af9e7285075656d692076b94 -SHA512 (Git-Repository-Plugin-AUTOLOAD-1.001.tar.gz) = 385d471e67c5d150b8357c9fb92c8edcbc8f7e02da124dca55c3cfd65c3403d5d1b74df344ecaa0265cad6348f0687dee3b4bbaa7d615f034fd41f6f85230a05 -Size (Git-Repository-Plugin-AUTOLOAD-1.001.tar.gz) = 11821 bytes +SHA1 (Git-Repository-Plugin-AUTOLOAD-1.003.tar.gz) = 4c54acaea4813ff6b6290be9a2054791e194d585 +RMD160 (Git-Repository-Plugin-AUTOLOAD-1.003.tar.gz) = 68f9505388c7dbd388cd4b48f38dc019cbafccca +SHA512 (Git-Repository-Plugin-AUTOLOAD-1.003.tar.gz) = 78c301c460b4e26a7a9db3b1af11cd6f90e5d8e5921f66ee7325286c33ad1934f1df6b0089e2c454d2e696560a81a784f28f136eaa1649d924c08278e04a9a6a +Size (Git-Repository-Plugin-AUTOLOAD-1.003.tar.gz) = 13528 bytes diff --git a/devel/p5-Git-Repository/Makefile b/devel/p5-Git-Repository/Makefile index 03497be8bb129..15335c17f4d5b 100644 --- a/devel/p5-Git-Repository/Makefile +++ b/devel/p5-Git-Repository/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.15 2015/09/01 12:21:08 mef Exp $ +# $NetBSD: Makefile,v 1.16 2016/03/13 13:03:14 wen Exp $ -DISTNAME= Git-Repository-1.315 +DISTNAME= Git-Repository-1.318 PKGNAME= p5-${DISTNAME} CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Git/} @@ -12,6 +12,7 @@ LICENSE= ${PERL5_LICENSE} DEPENDS+= git-base-[0-9]*:../../devel/git-base DEPENDS+= p5-System-Command>=1.103:../../devel/p5-System-Command +DEPENDS+= p5-Git-Version-Compare>=1.001:../../devel/p5-Git-Version-Compare USE_LANGUAGES= # empty PERL5_PACKLIST= auto/Git/Repository/.packlist diff --git a/devel/p5-Git-Repository/distinfo b/devel/p5-Git-Repository/distinfo index 14c746a6daffc..c6ea54b04404e 100644 --- a/devel/p5-Git-Repository/distinfo +++ b/devel/p5-Git-Repository/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.10 2015/11/03 03:28:18 agc Exp $ +$NetBSD: distinfo,v 1.11 2016/03/13 13:03:14 wen Exp $ -SHA1 (Git-Repository-1.315.tar.gz) = afd0b2ba58f205e010922faf07840cbe6c88aa05 -RMD160 (Git-Repository-1.315.tar.gz) = 07ce50f2a44e02622ca50aa6727e201ebaafa720 -SHA512 (Git-Repository-1.315.tar.gz) = c0801acff03596b91493f9914e2c23e1ca3a3a860b368d39c3e6817954fccade8a9fd36696e6df705431244fc37b5b699ad37bd7c5adcf8099c420bd6840b5a7 -Size (Git-Repository-1.315.tar.gz) = 49089 bytes +SHA1 (Git-Repository-1.318.tar.gz) = 01211fc12bb3f5c3761fcb3fdc85556e6356b6c4 +RMD160 (Git-Repository-1.318.tar.gz) = 8eed07d98fef9138823456a76eace41ea569510a +SHA512 (Git-Repository-1.318.tar.gz) = 3e70b22ed25942abea8a6b42583ebd59a041db538e70d2d21f7b4a6a5e4d664898c7bf0095b160d43578e7be0812d871d2a104c3f629dfdc40a08b195bbe8836 +Size (Git-Repository-1.318.tar.gz) = 53573 bytes diff --git a/devel/p5-Git-Version-Compare/DESCR b/devel/p5-Git-Version-Compare/DESCR new file mode 100644 index 0000000000000..c9d71621bc580 --- /dev/null +++ b/devel/p5-Git-Version-Compare/DESCR @@ -0,0 +1,5 @@ +Git::Version::Compare contains a selection of subroutines that make +dealing with Git-related things (like versions) a little bit easier. + +The strings to compare can be version numbers, tags from git.git or +the output of git version or git describe. diff --git a/devel/p5-Git-Version-Compare/Makefile b/devel/p5-Git-Version-Compare/Makefile new file mode 100644 index 0000000000000..8b1897448f6fd --- /dev/null +++ b/devel/p5-Git-Version-Compare/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.3 2016/05/03 12:03:41 mef Exp $ + +DISTNAME= Git-Version-Compare-1.002 +PKGNAME= p5-${DISTNAME} +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Git/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/Git-Version-Compare/ +COMMENT= Functions to compare Git versions +LICENSE= ${PERL5_LICENSE} + +# for make test +BUILD_DEPENDS+= p5-namespace-clean-[0-9]*:../../devel/p5-namespace-clean + +USE_LANGUAGES= # empty +PERL5_PACKLIST= auto/Git/Version/Compare/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/devel/p5-Git-Version-Compare/distinfo b/devel/p5-Git-Version-Compare/distinfo new file mode 100644 index 0000000000000..1607cfd3c2ddc --- /dev/null +++ b/devel/p5-Git-Version-Compare/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.2 2016/05/03 12:03:41 mef Exp $ + +SHA1 (Git-Version-Compare-1.002.tar.gz) = dd3229769506b9c5f6cb5e8b4444dc9d2c527aab +RMD160 (Git-Version-Compare-1.002.tar.gz) = 93e6b7932041ab9b3d65bddec6f221eeaca9a122 +SHA512 (Git-Version-Compare-1.002.tar.gz) = 0a391f6b9e53f98829fa38e8c76923296cb2b10410d45f291c6bc2fc16c657a08e756f85fdfee68ee2d7d012a677d785ead6f7852f2f44e8210c1b08b66471af +Size (Git-Version-Compare-1.002.tar.gz) = 17335 bytes diff --git a/devel/p5-Glib-Object-Introspection/Makefile b/devel/p5-Glib-Object-Introspection/Makefile index 77ab59d15882d..d6dbc1dd8b54d 100644 --- a/devel/p5-Glib-Object-Introspection/Makefile +++ b/devel/p5-Glib-Object-Introspection/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.8 2015/06/12 10:49:17 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2016/04/20 12:32:11 mef Exp $ -DISTNAME= Glib-Object-Introspection-0.027 +DISTNAME= Glib-Object-Introspection-0.040 PKGNAME= p5-${DISTNAME} -PKGREVISION= 2 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gtk2-perl/} \ ${MASTER_SITE_PERL_CPAN:=Glib/} @@ -26,7 +25,8 @@ BUILDLINK_DEPMETHOD.cairo-gobject= build .include "../../graphics/cairo-gobject/buildlink3.mk" .endif -BUILDLINK_API_DEPENDS.p5-glib2+= p5-glib2>=1.280 + +BUILDLINK_API_DEPENDS.p5-glib2+= p5-glib2>=1.320 .include "../../devel/p5-glib2/buildlink3.mk" BUILDLINK_API_DEPENDS.gobject-introspection+= gobject-introspection>=0.10.0 .include "../../devel/gobject-introspection/buildlink3.mk" diff --git a/devel/p5-Glib-Object-Introspection/distinfo b/devel/p5-Glib-Object-Introspection/distinfo index 6e34f9c4c6d07..0e045372d9250 100644 --- a/devel/p5-Glib-Object-Introspection/distinfo +++ b/devel/p5-Glib-Object-Introspection/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.3 2015/11/03 03:28:19 agc Exp $ +$NetBSD: distinfo,v 1.4 2016/04/20 12:32:11 mef Exp $ -SHA1 (Glib-Object-Introspection-0.027.tar.gz) = 9c2db5caaeb7fa52093114d24cede1aba491ddee -RMD160 (Glib-Object-Introspection-0.027.tar.gz) = c688a06dc37cd23d14b730480a7154205a1d9548 -SHA512 (Glib-Object-Introspection-0.027.tar.gz) = 43c110141ab1d4fadf4899b9bad9d1155f4fd17fc687524f4ab6bd662faf6624e86adda349aefe24b2ba2efdbeb829c7a3af1ae9a3097c1047db8230c19159f9 -Size (Glib-Object-Introspection-0.027.tar.gz) = 61731 bytes +SHA1 (Glib-Object-Introspection-0.040.tar.gz) = 848887992cc3d1993af6f428609481f9047cfeb6 +RMD160 (Glib-Object-Introspection-0.040.tar.gz) = cf978c42e5e2995d0f9b44fc79089c3a499edb49 +SHA512 (Glib-Object-Introspection-0.040.tar.gz) = bd5e4db8b6e331fb9641e75a50a95fff1a823597a8e4c4e9f99a81e7aa2ee30d93856c56ecfea3785b8719dba6590169bcd006ea06d97170889091e6b9480e9f +Size (Glib-Object-Introspection-0.040.tar.gz) = 79009 bytes diff --git a/devel/p5-Graph-ReadWrite/Makefile b/devel/p5-Graph-ReadWrite/Makefile index b6e19d9b151dc..bc90669f1ff3d 100644 --- a/devel/p5-Graph-ReadWrite/Makefile +++ b/devel/p5-Graph-ReadWrite/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.1 2015/07/21 17:25:10 gson Exp $ +# $NetBSD: Makefile,v 1.2 2016/04/10 08:00:55 mef Exp $ -DISTNAME= Graph-ReadWrite-2.07 +DISTNAME= Graph-ReadWrite-2.08 PKGNAME= p5-${DISTNAME} CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Graph/} @@ -10,6 +10,12 @@ HOMEPAGE= http://search.cpan.org/~neilb/Graph-ReadWrite/ COMMENT= Perl module for reading and writing directed graphs LICENSE= ${PERL5_LICENSE} +# for make test +BUILD_DEPENDS+= p5-Graph-[0-9]*:../../devel/p5-Graph +BUILD_DEPENDS+= p5-XML-Parser-[0-9]*:../../textproc/p5-XML-Parser +BUILD_DEPENDS+= p5-XML-Writer-[0-9]*:../../textproc/p5-XML-Writer +BUILD_DEPENDS+= p5-Parse-Yapp-[0-9]*:../../devel/p5-Parse-Yapp + PERL5_PACKLIST= auto/Graph/ReadWrite/.packlist .include "../../lang/perl5/module.mk" diff --git a/devel/p5-Graph-ReadWrite/distinfo b/devel/p5-Graph-ReadWrite/distinfo index cda2c06d072d6..69e521fb3ab43 100644 --- a/devel/p5-Graph-ReadWrite/distinfo +++ b/devel/p5-Graph-ReadWrite/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2015/11/03 03:28:19 agc Exp $ +$NetBSD: distinfo,v 1.3 2016/04/10 08:00:55 mef Exp $ -SHA1 (Graph-ReadWrite-2.07.tar.gz) = f4b71a3f93cb29186e9af1e35755e1c4600a487b -RMD160 (Graph-ReadWrite-2.07.tar.gz) = 12f378ea017e652847e73d9bf22157d47db6c6e1 -SHA512 (Graph-ReadWrite-2.07.tar.gz) = ffcfc48bcaeb136d5feae1ade2d58ff0cbafb6dfcfed2b42b0283c55ed0197630a56822aa18afbf3c04a5f66edf73f60f4b54c2c59a6f310f2f976060f613d59 -Size (Graph-ReadWrite-2.07.tar.gz) = 22450 bytes +SHA1 (Graph-ReadWrite-2.08.tar.gz) = b45fbd28e56cbee9890bcac22ea3ef18225c2f1a +RMD160 (Graph-ReadWrite-2.08.tar.gz) = 4908703565ee8031273284591af999ade1f1c753 +SHA512 (Graph-ReadWrite-2.08.tar.gz) = a97f0fddf0827a19fba7696319d1f03421740ba78c6fabf07300cdfc9a2aad602ed514e752e782164dd6cc46431691eb8fb73e52d1f90b18489e02c50e63c71a +Size (Graph-ReadWrite-2.08.tar.gz) = 29166 bytes diff --git a/devel/p5-Graph/Makefile b/devel/p5-Graph/Makefile index c609dbb8adb8c..2d0f0fff80685 100644 --- a/devel/p5-Graph/Makefile +++ b/devel/p5-Graph/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.29 2015/09/30 10:47:35 wen Exp $ +# $NetBSD: Makefile,v 1.30 2016/04/10 07:58:17 mef Exp $ -DISTNAME= Graph-0.9703 +DISTNAME= Graph-0.9704 PKGNAME= p5-${DISTNAME} CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Graph/} diff --git a/devel/p5-Graph/distinfo b/devel/p5-Graph/distinfo index a9f142c2dc443..5d6a842804d3e 100644 --- a/devel/p5-Graph/distinfo +++ b/devel/p5-Graph/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.12 2015/11/03 03:28:19 agc Exp $ +$NetBSD: distinfo,v 1.13 2016/04/10 07:58:17 mef Exp $ -SHA1 (Graph-0.9703.tar.gz) = 335d36e19e84ce1674ade231cf1362e1bf3f21f6 -RMD160 (Graph-0.9703.tar.gz) = a09a5106d18937ecd39887d2e7371adb46a4069d -SHA512 (Graph-0.9703.tar.gz) = 2165e83a48788f28d9eabcb29aee1c56fa720eb811a3bcbbd109590f54f924a55af220b2a2e0374f45aa37b7e98893eaecedf512e6b795e1437ec8a82c202245 -Size (Graph-0.9703.tar.gz) = 146813 bytes +SHA1 (Graph-0.9704.tar.gz) = 7963b2a37aaa98ee328c1ef2e0836b606a5e8da3 +RMD160 (Graph-0.9704.tar.gz) = 2046a57ad59b3f2e16ae72f729f9799f3f973e98 +SHA512 (Graph-0.9704.tar.gz) = 1eed5049577112cc2e41a83f6b3b6a22a08170597b5cb89e2eab6cc68386bfd989d3953d7ceab85bcfbd7d097a6925bd8eb43f48eed1ac07469ea4b2432149da +Size (Graph-0.9704.tar.gz) = 146930 bytes diff --git a/devel/p5-Hash-Util-FieldHash-Compat/Makefile b/devel/p5-Hash-Util-FieldHash-Compat/Makefile index fbc9de8ed1c61..626869849e441 100644 --- a/devel/p5-Hash-Util-FieldHash-Compat/Makefile +++ b/devel/p5-Hash-Util-FieldHash-Compat/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.11 2015/09/01 12:36:33 mef Exp $ +# $NetBSD: Makefile,v 1.12 2016/04/10 08:03:17 mef Exp $ # -DISTNAME= Hash-Util-FieldHash-Compat-0.09 +DISTNAME= Hash-Util-FieldHash-Compat-0.10 PKGNAME= p5-${DISTNAME} CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Hash/} diff --git a/devel/p5-Hash-Util-FieldHash-Compat/distinfo b/devel/p5-Hash-Util-FieldHash-Compat/distinfo index 3c75d8a8b55da..117fd71e18473 100644 --- a/devel/p5-Hash-Util-FieldHash-Compat/distinfo +++ b/devel/p5-Hash-Util-FieldHash-Compat/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.4 2015/11/03 03:28:20 agc Exp $ +$NetBSD: distinfo,v 1.5 2016/04/10 08:03:17 mef Exp $ -SHA1 (Hash-Util-FieldHash-Compat-0.09.tar.gz) = 4aa80595213446e22235c7fa0b8a2c6a8376851b -RMD160 (Hash-Util-FieldHash-Compat-0.09.tar.gz) = e2481c3cf27178c8f8cbe98bcf28eaa26ae47be4 -SHA512 (Hash-Util-FieldHash-Compat-0.09.tar.gz) = c26dd0cdb3ad1403c15cfcafc178bddd25b3033a4f243778426ea7977e35c71c3a3fc813a11291800bdc0473e5eefb3bb5c30aedb976c0e215bfad90954c80d7 -Size (Hash-Util-FieldHash-Compat-0.09.tar.gz) = 26907 bytes +SHA1 (Hash-Util-FieldHash-Compat-0.10.tar.gz) = 69c7120024a6fe81a8bfdbb1ff7c795f2f728a0b +RMD160 (Hash-Util-FieldHash-Compat-0.10.tar.gz) = 073339f6b5655cc1c80055e9cacd6340130ba416 +SHA512 (Hash-Util-FieldHash-Compat-0.10.tar.gz) = 559cb4eb50523ab78e69802298ef721a5760350b69a22ff58f0dcc6a4d2474a348b868e3ba937b749be0a26520ffcb1f11c0c92e24b1d2cb0c6d012c62169a61 +Size (Hash-Util-FieldHash-Compat-0.10.tar.gz) = 27200 bytes diff --git a/devel/p5-IO-Async/Makefile b/devel/p5-IO-Async/Makefile index 760e874624682..32067c3cb1892 100644 --- a/devel/p5-IO-Async/Makefile +++ b/devel/p5-IO-Async/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.7 2015/09/01 14:15:17 mef Exp $ +# $NetBSD: Makefile,v 1.8 2016/05/03 05:05:59 mef Exp $ -DISTNAME= IO-Async-0.68 +DISTNAME= IO-Async-0.70 PKGNAME= p5-${DISTNAME} CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=IO/} diff --git a/devel/p5-IO-Async/distinfo b/devel/p5-IO-Async/distinfo index 86dea5b82e9f7..ffb4b8b31d4ae 100644 --- a/devel/p5-IO-Async/distinfo +++ b/devel/p5-IO-Async/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.6 2015/11/03 03:28:20 agc Exp $ +$NetBSD: distinfo,v 1.7 2016/05/03 05:05:59 mef Exp $ -SHA1 (IO-Async-0.68.tar.gz) = a98189904c5ca6bf39f817a1bbdb7779b68154d0 -RMD160 (IO-Async-0.68.tar.gz) = ffac04634c801c0a04071ea2489abedf967b0eef -SHA512 (IO-Async-0.68.tar.gz) = e0f8215a04645cf2d377424627b8fcebdc1c92cebe6e56ea2ea85128d87a23cd903d80efcff1ba62355b5988e2dff6d9c8c00ba094ca54d8a8664a1be6753b19 -Size (IO-Async-0.68.tar.gz) = 238460 bytes +SHA1 (IO-Async-0.70.tar.gz) = ccf6d8664f4c25b3a28f717d35b158aa120cd207 +RMD160 (IO-Async-0.70.tar.gz) = 091c61bda41bd0aa0b9c1d4925eb26c4aa9a30e8 +SHA512 (IO-Async-0.70.tar.gz) = 1546b32dfb63a978c5b944d1b92dcb3efcf1ba8a92ff1b47b71b7d2a6c8bacca3d10a91407bc26dca81ccd062082407794409809f92d95e76d28185341448dec +Size (IO-Async-0.70.tar.gz) = 239783 bytes diff --git a/devel/p5-IO-Compress/Makefile b/devel/p5-IO-Compress/Makefile index 655e863ad7659..445128dc3f014 100644 --- a/devel/p5-IO-Compress/Makefile +++ b/devel/p5-IO-Compress/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.32 2015/06/12 10:49:19 wiz Exp $ +# $NetBSD: Makefile,v 1.33 2016/04/29 12:59:16 mef Exp $ -DISTNAME= IO-Compress-2.068 +DISTNAME= IO-Compress-2.069 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=IO/} diff --git a/devel/p5-IO-Compress/distinfo b/devel/p5-IO-Compress/distinfo index b840f391d523a..b25ac5144ed51 100644 --- a/devel/p5-IO-Compress/distinfo +++ b/devel/p5-IO-Compress/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.22 2015/11/03 03:28:20 agc Exp $ +$NetBSD: distinfo,v 1.23 2016/04/29 12:59:16 mef Exp $ -SHA1 (IO-Compress-2.068.tar.gz) = 8eea2029ce0355069897f33f7a0ac15c91e7eb3b -RMD160 (IO-Compress-2.068.tar.gz) = b4466e5b31895ceeb092c611728098f0be63ab7e -SHA512 (IO-Compress-2.068.tar.gz) = a42568f4c0d7abced23ab24c6e5a4e9b85aa8590186cd1d5a26314a719503051d740806c075698980d8189d4d2bdff47143b59de43027086eac89a80faf28fd6 -Size (IO-Compress-2.068.tar.gz) = 243169 bytes +SHA1 (IO-Compress-2.069.tar.gz) = 4a38acfa6bf2c9a5172cb5369de6022c80be4ffb +RMD160 (IO-Compress-2.069.tar.gz) = 77b77a38db94989bc0d5f4f6615797708bd44017 +SHA512 (IO-Compress-2.069.tar.gz) = ed2f98ec380af0f23f82b422513a95e0d3023dbbc2662e52bf6a5d59a32c744fa3c5096dd7dde7997db5e508ea1ed378095437ae29cad3b7aac6bd9a85a999fb +Size (IO-Compress-2.069.tar.gz) = 243560 bytes diff --git a/devel/p5-IO-Interactive/Makefile b/devel/p5-IO-Interactive/Makefile index eaa038ee92330..08b4c9330971f 100644 --- a/devel/p5-IO-Interactive/Makefile +++ b/devel/p5-IO-Interactive/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.14 2015/07/12 18:56:13 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2016/04/29 13:04:55 mef Exp $ # DISTNAME= IO-Interactive-0.0.6 +DISTNAME= IO-Interactive-1.021 PKGNAME= p5-${DISTNAME} -PKGREVISION= 6 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=IO/} diff --git a/devel/p5-IO-Interactive/distinfo b/devel/p5-IO-Interactive/distinfo index 0a7a73976edee..03f9e30b2d179 100644 --- a/devel/p5-IO-Interactive/distinfo +++ b/devel/p5-IO-Interactive/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.5 2015/11/03 03:28:21 agc Exp $ +$NetBSD: distinfo,v 1.6 2016/04/29 13:04:55 mef Exp $ -SHA1 (IO-Interactive-0.0.6.tar.gz) = 93022d3caff9360fc02ce7244a6e2d429e19f3fd -RMD160 (IO-Interactive-0.0.6.tar.gz) = 2358765df1b135075aea04b2355e6d5baa6241c4 -SHA512 (IO-Interactive-0.0.6.tar.gz) = beee3f3c9c6ad9c9ca34e313a36312a62520c98914c9c405beacee1c2b3bf05ad2b2fe5a53b43abff8dec1dcbccada4718dd8b7b31a98755d96a6ef0f9863863 -Size (IO-Interactive-0.0.6.tar.gz) = 6487 bytes +SHA1 (IO-Interactive-1.021.tar.gz) = 6363aceb01c9a05ebfd3a80217dee8261a68e827 +RMD160 (IO-Interactive-1.021.tar.gz) = 8e23568bad1e5d3df2874fe6225362cb3080f9a4 +SHA512 (IO-Interactive-1.021.tar.gz) = 16307148e762b6c382dcecef653eab581563fefabd5289d7f3f66a439d17fb496982e24f7e74494f5710749eb11654d366001e016bf50b2e43b1dca7564c24ae +Size (IO-Interactive-1.021.tar.gz) = 11751 bytes diff --git a/devel/p5-IO-Pager/Makefile b/devel/p5-IO-Pager/Makefile index 0882ea21029c7..dd1159709f78e 100644 --- a/devel/p5-IO-Pager/Makefile +++ b/devel/p5-IO-Pager/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.15 2015/06/12 10:49:20 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2016/04/29 12:48:02 mef Exp $ # -DISTNAME= IO-Pager-0.34 +DISTNAME= IO-Pager-0.36 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=IO/} EXTRACT_SUFX= .tgz diff --git a/devel/p5-IO-Pager/distinfo b/devel/p5-IO-Pager/distinfo index 2ec52714e65fc..10ae55950ca00 100644 --- a/devel/p5-IO-Pager/distinfo +++ b/devel/p5-IO-Pager/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.4 2015/11/03 03:28:21 agc Exp $ +$NetBSD: distinfo,v 1.5 2016/04/29 12:48:02 mef Exp $ -SHA1 (IO-Pager-0.34.tgz) = 4e5a092d22f21848d9792e80e2602b360b5d8eb2 -RMD160 (IO-Pager-0.34.tgz) = 91d06da489e1fb4a267441c4922b2c81ddf09a49 -SHA512 (IO-Pager-0.34.tgz) = ee1145d40cb2b851fd2531c6d5d3e88e9c3d2a79303e682f3ce4bfb7a629293a3983a895026baf678ce5053ed09bfcc2b8dba3cdc816acc38f0b1473ab44897e -Size (IO-Pager-0.34.tgz) = 17100 bytes +SHA1 (IO-Pager-0.36.tgz) = d61ee4bd3e5ef53f2063686afec859f3a1a64ddf +RMD160 (IO-Pager-0.36.tgz) = 4880c31fc98010e92311b84e7a80ce2fc1e36ba1 +SHA512 (IO-Pager-0.36.tgz) = 340d5a7044fa91fd15e392599793eef201a9af4fd36fcbc189d6c9d46b39752f0f08a9aad6f6b2c8156449475da333afdde5259cd10926f4167da92409a055cf +Size (IO-Pager-0.36.tgz) = 17470 bytes diff --git a/devel/p5-IO-Prompter/Makefile b/devel/p5-IO-Prompter/Makefile index dbea64d2d63c5..ef5bf6424b3fd 100644 --- a/devel/p5-IO-Prompter/Makefile +++ b/devel/p5-IO-Prompter/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.9 2015/09/02 12:11:25 mef Exp $ +# $NetBSD: Makefile,v 1.10 2016/04/29 12:54:10 mef Exp $ # -DISTNAME= IO-Prompter-0.004013 +DISTNAME= IO-Prompter-0.004014 PKGNAME= p5-${DISTNAME} CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=IO/} diff --git a/devel/p5-IO-Prompter/distinfo b/devel/p5-IO-Prompter/distinfo index fdb4d3b4454a2..bd432f459d1c3 100644 --- a/devel/p5-IO-Prompter/distinfo +++ b/devel/p5-IO-Prompter/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.5 2015/11/03 03:28:21 agc Exp $ +$NetBSD: distinfo,v 1.6 2016/04/29 12:54:10 mef Exp $ -SHA1 (IO-Prompter-0.004013.tar.gz) = 3ce515fff5e5147280600eed1ab67c2da0aa0338 -RMD160 (IO-Prompter-0.004013.tar.gz) = 19d7d03cc9dd020500206eb92fe6e4f4b57e3f29 -SHA512 (IO-Prompter-0.004013.tar.gz) = d29930bb3eded50ce5e04f410def23eafc8fa4125c222f3ee7ae3f2d0552ce347e9aaba2044f775f986700599bb5a761a99d16617f58f24ad5275bc3ed302cbd -Size (IO-Prompter-0.004013.tar.gz) = 43841 bytes +SHA1 (IO-Prompter-0.004014.tar.gz) = 34b462a25047a0c5d554e6004d2a42106620bf04 +RMD160 (IO-Prompter-0.004014.tar.gz) = 938549222c2faa6dcd9fd8d397fb1ce78a2f2547 +SHA512 (IO-Prompter-0.004014.tar.gz) = b971b7cae43210e89869a36ae0b6616bbf3417254eea52373e95d8321a30c3f53026a9c432b041c21b7727c80ddabaf46249b2e19c3f9d4752281cf1892e4797 +Size (IO-Prompter-0.004014.tar.gz) = 43919 bytes diff --git a/devel/p5-IO-TieCombine/Makefile b/devel/p5-IO-TieCombine/Makefile index 29e056d91510e..0229a450f486c 100644 --- a/devel/p5-IO-TieCombine/Makefile +++ b/devel/p5-IO-TieCombine/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.10 2015/06/12 10:49:20 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2016/04/29 13:08:59 mef Exp $ # -DISTNAME= IO-TieCombine-1.004 +DISTNAME= IO-TieCombine-1.005 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=IO/} diff --git a/devel/p5-IO-TieCombine/distinfo b/devel/p5-IO-TieCombine/distinfo index 49cbd6f67428b..ebd3ead19eebc 100644 --- a/devel/p5-IO-TieCombine/distinfo +++ b/devel/p5-IO-TieCombine/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.4 2015/11/03 03:28:22 agc Exp $ +$NetBSD: distinfo,v 1.5 2016/04/29 13:08:59 mef Exp $ -SHA1 (IO-TieCombine-1.004.tar.gz) = f2d04ab8b32d56e2e68af958576bc84c0c91bfd5 -RMD160 (IO-TieCombine-1.004.tar.gz) = e24a74de517029efa3fc0bdb71317222a12972eb -SHA512 (IO-TieCombine-1.004.tar.gz) = ffa69d2c7f0b72c56814dc5f1a54ac2b2d5827ff8646d248775a90c86f0c6b46d18dc3b95ca86d55dd48ead8b73d9caf6963ba66f75a2cb0eca3db30e5fee0e6 -Size (IO-TieCombine-1.004.tar.gz) = 14874 bytes +SHA1 (IO-TieCombine-1.005.tar.gz) = a110f37a1b2f023b46edf5a7615ea67b95a98e98 +RMD160 (IO-TieCombine-1.005.tar.gz) = d44b50f0799b61e7e5baff8260174e7d1e7008d3 +SHA512 (IO-TieCombine-1.005.tar.gz) = d0de091279d13e0421e5e0c901a994760cc2f427a1a05305d947f94feb2c040728bcd738965eb583b2c57481fdc474a5516660457069b19f30695962f56cfecf +Size (IO-TieCombine-1.005.tar.gz) = 16863 bytes diff --git a/devel/p5-IO-Tty/Makefile b/devel/p5-IO-Tty/Makefile index 82a46cce3a75a..98f3f055efa84 100644 --- a/devel/p5-IO-Tty/Makefile +++ b/devel/p5-IO-Tty/Makefile @@ -1,5 +1,4 @@ -# $NetBSD: Makefile,v 1.34 2015/06/12 10:49:20 wiz Exp $ -# +# $NetBSD: Makefile,v 1.35 2016/05/03 10:54:53 wiz Exp $ DISTNAME= IO-Tty-1.12 PKGNAME= p5-${DISTNAME:C/T/t/} @@ -7,7 +6,7 @@ PKGREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=IO/} -MAINTAINER= rhaen@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/IO-Tty/ COMMENT= Another Perl class for I/O on tty and pseudo-tty devices LICENSE= ${PERL5_LICENSE} diff --git a/devel/p5-IPC-Cmd/Makefile b/devel/p5-IPC-Cmd/Makefile index 0169a5a2328d2..9586afff2fae9 100644 --- a/devel/p5-IPC-Cmd/Makefile +++ b/devel/p5-IPC-Cmd/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.20 2015/06/12 10:49:21 wiz Exp $ +# $NetBSD: Makefile,v 1.21 2016/04/17 14:15:14 wen Exp $ -DISTNAME= IPC-Cmd-0.92 +DISTNAME= IPC-Cmd-0.94 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=IPC/} diff --git a/devel/p5-IPC-Cmd/distinfo b/devel/p5-IPC-Cmd/distinfo index 94145b16102de..5842984948de4 100644 --- a/devel/p5-IPC-Cmd/distinfo +++ b/devel/p5-IPC-Cmd/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.12 2015/11/03 03:28:22 agc Exp $ +$NetBSD: distinfo,v 1.13 2016/04/17 14:15:14 wen Exp $ -SHA1 (IPC-Cmd-0.92.tar.gz) = 9c849354c3e9c091af36bd4ddc460c08d331b3a7 -RMD160 (IPC-Cmd-0.92.tar.gz) = da12249911392e87567ac65b09a09681f79700f7 -SHA512 (IPC-Cmd-0.92.tar.gz) = 7f53708432d25622e6d3809952bdaafcfda47f2bbbf07b138810e4ec871a0a6dda45b0031fa4aa6ee12a69b62753e42ede35b2481e9e1e937d5f4363292f1fce -Size (IPC-Cmd-0.92.tar.gz) = 30129 bytes +SHA1 (IPC-Cmd-0.94.tar.gz) = d7f8ebb6ee03a6db3c6b7878ca64ba1f496d9807 +RMD160 (IPC-Cmd-0.94.tar.gz) = 8ac684c8a9f2e446c4e2c19f9ed64c76419cdad5 +SHA512 (IPC-Cmd-0.94.tar.gz) = 05b23c1427b686d516ad2440a76a778bda5d90bc176eaedea7f4b702215a854b8bc49a6b05579eeac3357536b756751c951f47fc8ddd3398110ae4a00ce5e577 +Size (IPC-Cmd-0.94.tar.gz) = 30567 bytes diff --git a/devel/p5-IPC-Run3/Makefile b/devel/p5-IPC-Run3/Makefile index 59b79c418f8b8..64d583847b520 100644 --- a/devel/p5-IPC-Run3/Makefile +++ b/devel/p5-IPC-Run3/Makefile @@ -1,5 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2015/06/12 10:49:21 wiz Exp $ -# +# $NetBSD: Makefile,v 1.16 2016/05/03 10:54:53 wiz Exp $ DISTNAME= IPC-Run3-0.048 PKGNAME= p5-${DISTNAME} @@ -7,7 +6,7 @@ PKGREVISION= 1 CATEGORIES= perl5 devel MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=IPC/} -MAINTAINER= rhaen@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/ COMMENT= IPC::Run3 - run a subprocess in batch mode LICENSE= original-bsd OR artistic OR gnu-gpl-v2 diff --git a/devel/p5-IPC-SysV/Makefile b/devel/p5-IPC-SysV/Makefile index 00272ed93ef80..d80f450d2e50f 100644 --- a/devel/p5-IPC-SysV/Makefile +++ b/devel/p5-IPC-SysV/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.12 2015/06/12 10:49:21 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2016/04/29 13:35:04 mef Exp $ -DISTNAME= IPC-SysV-2.04 +DISTNAME= IPC-SysV-2.06 PKGNAME= p5-${DISTNAME:S/_/beta/} -PKGREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=IPC/} diff --git a/devel/p5-IPC-SysV/distinfo b/devel/p5-IPC-SysV/distinfo index c5533b16b748b..3660f1610b2b6 100644 --- a/devel/p5-IPC-SysV/distinfo +++ b/devel/p5-IPC-SysV/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.5 2015/11/03 03:28:23 agc Exp $ +$NetBSD: distinfo,v 1.6 2016/04/29 13:35:04 mef Exp $ -SHA1 (IPC-SysV-2.04.tar.gz) = 0f88b1a2263907372a8857d535e6a3d0db2ee457 -RMD160 (IPC-SysV-2.04.tar.gz) = c20510f934f3177420ce5cebd59b3db79ddfd21b -SHA512 (IPC-SysV-2.04.tar.gz) = 28b173e67873856073c19b5bf8c900c64ffc5bde81e7d02dfc3d907c37418eced170e720d7c3dd3d465751b52bec8d06b6ff9cb48601eda8f7a8ccabcd9a7683 -Size (IPC-SysV-2.04.tar.gz) = 68288 bytes +SHA1 (IPC-SysV-2.06.tar.gz) = fe16f78e5163439610849c59e4aae64884c8cfd8 +RMD160 (IPC-SysV-2.06.tar.gz) = 7e6f2f1f1c9e38d294f2a2d667c2ea7658ebf386 +SHA512 (IPC-SysV-2.06.tar.gz) = 1da74c5a59dcb61392c5a6cc9e5735f97ebc7ee1ce0fa66b02da24ac61e2719f3a1eeabefa83a0d97d15120df77aa951f1c312fff2a2a3dfaa731cdde0339a3a +Size (IPC-SysV-2.06.tar.gz) = 68530 bytes diff --git a/devel/p5-Lexical-SealRequireHints/Makefile b/devel/p5-Lexical-SealRequireHints/Makefile index 5ce38d4ec37dc..7d4964f06e484 100644 --- a/devel/p5-Lexical-SealRequireHints/Makefile +++ b/devel/p5-Lexical-SealRequireHints/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.12 2015/06/12 10:49:22 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2016/04/29 13:23:06 mef Exp $ # -DISTNAME= Lexical-SealRequireHints-0.009 +DISTNAME= Lexical-SealRequireHints-0.010 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Lexical/} diff --git a/devel/p5-Lexical-SealRequireHints/distinfo b/devel/p5-Lexical-SealRequireHints/distinfo index 2cd3baaaf97f2..a3b31ff9376f1 100644 --- a/devel/p5-Lexical-SealRequireHints/distinfo +++ b/devel/p5-Lexical-SealRequireHints/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.6 2015/11/03 03:28:24 agc Exp $ +$NetBSD: distinfo,v 1.7 2016/04/29 13:23:06 mef Exp $ -SHA1 (Lexical-SealRequireHints-0.009.tar.gz) = 6acdc116cb191fb8f79c640bd32f921529c5acf8 -RMD160 (Lexical-SealRequireHints-0.009.tar.gz) = abdd91b4a51030495ab4106843955d839bc5ec38 -SHA512 (Lexical-SealRequireHints-0.009.tar.gz) = 9c0951e23c7cb6101a9ec8c9f1577d257436204f80605eed69ed301fcca3ae745c68b7a5a226a05d80a4e7118a2ac543089b613d16096d95f9779c6250c2b9b9 -Size (Lexical-SealRequireHints-0.009.tar.gz) = 20857 bytes +SHA1 (Lexical-SealRequireHints-0.010.tar.gz) = afb6a3df0149dbf434426c261fcc5a415c7a3d7d +RMD160 (Lexical-SealRequireHints-0.010.tar.gz) = 107ee569b01f57b06d97962a531b48db074effdb +SHA512 (Lexical-SealRequireHints-0.010.tar.gz) = 4c71a22397ae689349bf45c1b2177108008158052b341f9d9b09e5d97c55cd538bb427c041389c4edf8584be292bf4b1f42abdff573510a0a64fb69e5166aecd +Size (Lexical-SealRequireHints-0.010.tar.gz) = 20903 bytes diff --git a/devel/p5-List-MoreUtils/Makefile b/devel/p5-List-MoreUtils/Makefile index 68d63e733d038..bc1ec23e41376 100644 --- a/devel/p5-List-MoreUtils/Makefile +++ b/devel/p5-List-MoreUtils/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.25 2015/06/14 16:46:39 wiz Exp $ +# $NetBSD: Makefile,v 1.26 2016/05/03 03:04:43 mef Exp $ -DISTNAME= List-MoreUtils-0.413 +DISTNAME= List-MoreUtils-0.415 PKGNAME= p5-${DISTNAME} CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=List/} diff --git a/devel/p5-List-MoreUtils/distinfo b/devel/p5-List-MoreUtils/distinfo index 0826422a633c0..84b365fc29490 100644 --- a/devel/p5-List-MoreUtils/distinfo +++ b/devel/p5-List-MoreUtils/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.14 2015/11/03 03:28:24 agc Exp $ +$NetBSD: distinfo,v 1.15 2016/05/03 03:04:43 mef Exp $ -SHA1 (List-MoreUtils-0.413.tar.gz) = 1af39142f090e1a6b7918a3c26fc416f0cf0d84f -RMD160 (List-MoreUtils-0.413.tar.gz) = 7b28e1b160d4950f7cac2186b73946c39c4646d6 -SHA512 (List-MoreUtils-0.413.tar.gz) = 178c08995d2eddd75054b29cd68adb77617e92b7e56ac56a890eb7b8e04a1f8eda09f2208288d61352db563bff7da0accf58f7482906a51e03b38465ea655d17 -Size (List-MoreUtils-0.413.tar.gz) = 131313 bytes +SHA1 (List-MoreUtils-0.415.tar.gz) = 6a067e7b40cdb1ae3a0acc6e55a93302c6a28477 +RMD160 (List-MoreUtils-0.415.tar.gz) = c4e9a94d286ffb86ff8e8569634d1d9c3c6e1c22 +SHA512 (List-MoreUtils-0.415.tar.gz) = f797b3a85c6dd9222aca99e2a2102fbfdb8275ec37bfdca594b6f44a2cc46c5a21fd9053064a73fa34d5438233cfe4e1ac4a5f7b0ae737e0058e06f324580420 +Size (List-MoreUtils-0.415.tar.gz) = 132151 bytes diff --git a/devel/p5-Log-Agent/Makefile b/devel/p5-Log-Agent/Makefile index 7cbc4ae5cd8c4..ec31256db000f 100644 --- a/devel/p5-Log-Agent/Makefile +++ b/devel/p5-Log-Agent/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.24 2015/06/12 10:49:23 wiz Exp $ +# $NetBSD: Makefile,v 1.25 2016/04/16 13:58:02 wen Exp $ -DISTNAME= Log-Agent-1.000 +DISTNAME= Log-Agent-1.001 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Log/} +EXTRACT_USING= gtar MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Log-Agent/ diff --git a/devel/p5-Log-Agent/distinfo b/devel/p5-Log-Agent/distinfo index 7956e54502634..0f4807ea2b9ea 100644 --- a/devel/p5-Log-Agent/distinfo +++ b/devel/p5-Log-Agent/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.6 2015/11/03 03:28:24 agc Exp $ +$NetBSD: distinfo,v 1.7 2016/04/16 13:58:02 wen Exp $ -SHA1 (Log-Agent-1.000.tar.gz) = 8e38a4f82eab78a7d8df92e7d6a873a4bc34e85c -RMD160 (Log-Agent-1.000.tar.gz) = 99b86fda6dbac72c87291b5e633539b4289c187e -SHA512 (Log-Agent-1.000.tar.gz) = 5bdb068ebce637d88a5bfe51162de773dec4938aa2d9285130d7f51e9d875e02842387fda52c4189fa329f747ce34290bdd3e46b0a1eadfd7384008de998c302 -Size (Log-Agent-1.000.tar.gz) = 55407 bytes +SHA1 (Log-Agent-1.001.tar.gz) = 0a10565600d6d1fac8599a67d6053dffef2ef9e6 +RMD160 (Log-Agent-1.001.tar.gz) = aa0672453ea120f09e557fbf9e9b8f24699bdd11 +SHA512 (Log-Agent-1.001.tar.gz) = b8d3a15e40129add73bb4967ecc5daf37c0fd8a17eb75ed86fe338a9eb228b37ddd56b9bbf9bdef91f8453eb1b53d7fe303a96f68cbb0834820f2354fa37b5e7 +Size (Log-Agent-1.001.tar.gz) = 56215 bytes diff --git a/devel/p5-Log-Any/Makefile b/devel/p5-Log-Any/Makefile index 2f7f76d37780c..68614ecda8249 100644 --- a/devel/p5-Log-Any/Makefile +++ b/devel/p5-Log-Any/Makefile @@ -1,9 +1,7 @@ -# $NetBSD: Makefile,v 1.15 2015/06/12 10:49:23 wiz Exp $ -# +# $NetBSD: Makefile,v 1.16 2016/04/13 18:26:23 wiz Exp $ -DISTNAME= Log-Any-1.032 -PKGNAME= p5-Log-Any-1.03.2 -PKGREVISION= 1 +DISTNAME= Log-Any-1.040 +PKGNAME= p5-Log-Any-1.04.0 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Log/} diff --git a/devel/p5-Log-Any/distinfo b/devel/p5-Log-Any/distinfo index abce1eafee003..059e2415699b3 100644 --- a/devel/p5-Log-Any/distinfo +++ b/devel/p5-Log-Any/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.8 2015/11/03 03:28:24 agc Exp $ +$NetBSD: distinfo,v 1.9 2016/04/13 18:26:23 wiz Exp $ -SHA1 (Log-Any-1.032.tar.gz) = 6a83c8a22ab356194dcbd8b85f96a78201053940 -RMD160 (Log-Any-1.032.tar.gz) = 4c2bd00c6595f62a54a410455e99175db92aaf75 -SHA512 (Log-Any-1.032.tar.gz) = e7539f402c30637cb5b3935b7967130c4ecadb0bfdc35252740ab9f626c0c7752323f0bc0eb3b0530458570a5710ac8d845e48b8ea8e0517dc10b41077ac5184 -Size (Log-Any-1.032.tar.gz) = 39824 bytes +SHA1 (Log-Any-1.040.tar.gz) = c871f6d615c5bb8a4a132c94aeade8b518f26892 +RMD160 (Log-Any-1.040.tar.gz) = e6049dc37c5d982a42672dd939ea0be1c2cbed16 +SHA512 (Log-Any-1.040.tar.gz) = f6ed51725026603d2b3b3f661ec7c6b6d2075f18dee68dc48afe0d87cd55cc48d04874a27d29bcb9157cf71139244261a8bb41881bb9b6167c6746555805a43b +Size (Log-Any-1.040.tar.gz) = 41504 bytes diff --git a/devel/p5-Log-Dispatch-Array/Makefile b/devel/p5-Log-Dispatch-Array/Makefile index 35c35191189ac..de3624d7a27b0 100644 --- a/devel/p5-Log-Dispatch-Array/Makefile +++ b/devel/p5-Log-Dispatch-Array/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2015/06/12 10:49:23 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2016/05/03 10:54:53 wiz Exp $ DISTNAME= Log-Dispatch-Array-1.003 PKGNAME= p5-${DISTNAME} @@ -6,7 +6,7 @@ PKGREVISION= 2 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Log/} -MAINTAINER= rhaen@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Log-Dispatch-Array/ COMMENT= Perl 5 module to log events to an array LICENSE= ${PERL5_LICENSE} diff --git a/devel/p5-Log-Dispatch-Config/Makefile b/devel/p5-Log-Dispatch-Config/Makefile index 7b4691f1cf134..3fcc6367e22c7 100644 --- a/devel/p5-Log-Dispatch-Config/Makefile +++ b/devel/p5-Log-Dispatch-Config/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2015/07/12 18:56:14 wiz Exp $ +# $NetBSD: Makefile,v 1.29 2016/05/03 10:54:53 wiz Exp $ DISTNAME= Log-Dispatch-Config-1.04 PKGNAME= p5-${DISTNAME} @@ -6,7 +6,7 @@ PKGREVISION= 5 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Log/} -MAINTAINER= rhaen@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Log-Dispatch-Config/ COMMENT= Configure Log::Dispatch with a config file, a la Java's log4j LICENSE= ${PERL5_LICENSE} diff --git a/devel/p5-Log-Dispatch-FileRotate/Makefile b/devel/p5-Log-Dispatch-FileRotate/Makefile index 287057aa7b9d0..2572cbbcd9018 100644 --- a/devel/p5-Log-Dispatch-FileRotate/Makefile +++ b/devel/p5-Log-Dispatch-FileRotate/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2015/06/12 10:49:23 wiz Exp $ +# $NetBSD: Makefile,v 1.19 2016/05/03 10:54:53 wiz Exp $ DISTNAME= Log-Dispatch-FileRotate-1.19 PKGNAME= p5-${DISTNAME} @@ -6,7 +6,7 @@ PKGREVISION= 6 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Log/} -MAINTAINER= rhaen@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Perl5 module to log to files which archive/rotate themselves DEPENDS+= p5-Date-Manip>=5.0:../../devel/p5-Date-Manip diff --git a/devel/p5-Log-Dispatch/Makefile b/devel/p5-Log-Dispatch/Makefile index a4e47fc8be404..80ca2f13de1dd 100644 --- a/devel/p5-Log-Dispatch/Makefile +++ b/devel/p5-Log-Dispatch/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.48 2015/09/04 08:49:41 mef Exp $ +# $NetBSD: Makefile,v 1.50 2016/05/03 10:54:53 wiz Exp $ -DISTNAME= Log-Dispatch-2.50 +DISTNAME= Log-Dispatch-2.54 PKGNAME= p5-${DISTNAME} CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Log/} -MAINTAINER= rhaen@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Log-Dispatch/ COMMENT= Perl module for logging messages to multiple outputs LICENSE= artistic-2.0 diff --git a/devel/p5-Log-Dispatch/distinfo b/devel/p5-Log-Dispatch/distinfo index bdb5afb8c1b35..26780076d9efe 100644 --- a/devel/p5-Log-Dispatch/distinfo +++ b/devel/p5-Log-Dispatch/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.26 2015/11/03 03:28:24 agc Exp $ +$NetBSD: distinfo,v 1.27 2016/04/13 18:05:00 wiz Exp $ -SHA1 (Log-Dispatch-2.50.tar.gz) = 2a9826f8eb502ba07a0e729f66b6b8fa48752afd -RMD160 (Log-Dispatch-2.50.tar.gz) = 5e104a75a9089e097df4ed86d07b5298586cdeec -SHA512 (Log-Dispatch-2.50.tar.gz) = ee0313f33b66324cfd622741b109466080927289f93e3806ce6458d9677778f57f696d8ff6543034f9d98f5fafb735c38367e1f48edbd513d208b47ae8e052c3 -Size (Log-Dispatch-2.50.tar.gz) = 56093 bytes +SHA1 (Log-Dispatch-2.54.tar.gz) = fd2405e32216813fd700befe2fc4407922988bc8 +RMD160 (Log-Dispatch-2.54.tar.gz) = 8f122a2dec13e516714d4db290f72c4247901819 +SHA512 (Log-Dispatch-2.54.tar.gz) = 67dd4bf15899fa441ecd725305b443873c77fcf8eeff44e53408637f81dc14c3375bdf52514214c111d1692a7087efb929ecdc411771dd413fef10bb034dc45b +Size (Log-Dispatch-2.54.tar.gz) = 59316 bytes diff --git a/devel/p5-Log-Log4perl/Makefile b/devel/p5-Log-Log4perl/Makefile index 7b6c2e8889723..229c6286fdc3c 100644 --- a/devel/p5-Log-Log4perl/Makefile +++ b/devel/p5-Log-Log4perl/Makefile @@ -1,13 +1,11 @@ -# $NetBSD: Makefile,v 1.25 2015/06/12 10:49:24 wiz Exp $ -# +# $NetBSD: Makefile,v 1.27 2016/05/03 10:54:54 wiz Exp $ -DISTNAME= Log-Log4perl-1.46 +DISTNAME= Log-Log4perl-1.47 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Log/} -MAINTAINER= rhaen@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://log4perl.sourceforge.net/ COMMENT= Log4j implementation for Perl LICENSE= ${PERL5_LICENSE} diff --git a/devel/p5-Log-Log4perl/distinfo b/devel/p5-Log-Log4perl/distinfo index bbb0c915767bc..27c1da923e9de 100644 --- a/devel/p5-Log-Log4perl/distinfo +++ b/devel/p5-Log-Log4perl/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.17 2015/11/03 03:28:25 agc Exp $ +$NetBSD: distinfo,v 1.18 2016/04/29 13:39:44 mef Exp $ -SHA1 (Log-Log4perl-1.46.tar.gz) = 6a06e143f09b0bd05cb04789d8b0283d67ab199e -RMD160 (Log-Log4perl-1.46.tar.gz) = 06b198533b17925a43cbbfd0497d764faea51edd -SHA512 (Log-Log4perl-1.46.tar.gz) = f8e9b75eb8a3d0076069b370ab2ec455a9425fa7056e40ba2ba3d3a423489d650e1a28fd5d5e7bca57511a63f6a9dc2b438dacb10b028a955ecc3516fcf3ae45 -Size (Log-Log4perl-1.46.tar.gz) = 278058 bytes +SHA1 (Log-Log4perl-1.47.tar.gz) = 24d4087c3bfdec467ebe745a734aa7aa4dee6448 +RMD160 (Log-Log4perl-1.47.tar.gz) = 47b8fc2a62da10eec06a86cd69761bda19e74623 +SHA512 (Log-Log4perl-1.47.tar.gz) = f0630cdb22586a9ab85d9ed900a9becb74a15376155f334efdf19bd0eeba00fe76820d6cef74550263c55dc2773504ac0ac8e94b5f287da739e8fbad18a6a5a6 +Size (Log-Log4perl-1.47.tar.gz) = 278780 bytes diff --git a/devel/p5-Log-Report-Optional/Makefile b/devel/p5-Log-Report-Optional/Makefile index 13204cf3b6202..fe542fd7add5f 100644 --- a/devel/p5-Log-Report-Optional/Makefile +++ b/devel/p5-Log-Report-Optional/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.5 2015/06/12 10:49:24 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2016/04/29 14:01:56 mef Exp $ # -DISTNAME= Log-Report-Optional-1.01 +DISTNAME= Log-Report-Optional-1.02 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Log/} diff --git a/devel/p5-Log-Report-Optional/distinfo b/devel/p5-Log-Report-Optional/distinfo index 6c89403214bf5..0422351f4d332 100644 --- a/devel/p5-Log-Report-Optional/distinfo +++ b/devel/p5-Log-Report-Optional/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.3 2015/11/03 03:28:25 agc Exp $ +$NetBSD: distinfo,v 1.4 2016/04/29 14:01:56 mef Exp $ -SHA1 (Log-Report-Optional-1.01.tar.gz) = 6614adae4619c840c9e648d070421a08dee4c48b -RMD160 (Log-Report-Optional-1.01.tar.gz) = 5f4b58e6d8ec0c23db8dee32c56fd740abab9a80 -SHA512 (Log-Report-Optional-1.01.tar.gz) = bd94e483d3c1953274cc2c00c489446daa6a37a7312a173d44693ef43a481fe4a09ff1f458cc37e8bdb56b2be18eb5353416234c1036cdcda009db7c6a9b530d -Size (Log-Report-Optional-1.01.tar.gz) = 11063 bytes +SHA1 (Log-Report-Optional-1.02.tar.gz) = 9779df4992a1f941d7776bac3866847dd5bbef01 +RMD160 (Log-Report-Optional-1.02.tar.gz) = 44a727c052d56d66f802d6a8568a0fdb94b3ae5b +SHA512 (Log-Report-Optional-1.02.tar.gz) = a548aed43658133b771573e86ced16ae37bfba89d47f8b69d2b53351ab84ed3c6c6e40bcd6c98a6258c87b9155eed00f0efd9451968837efc90646b6358f3f98 +Size (Log-Report-Optional-1.02.tar.gz) = 11126 bytes diff --git a/devel/p5-Log-Report/Makefile b/devel/p5-Log-Report/Makefile index 8dde003517061..d2f6ec0ec98a2 100644 --- a/devel/p5-Log-Report/Makefile +++ b/devel/p5-Log-Report/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.17 2015/11/28 14:34:45 wen Exp $ +# $NetBSD: Makefile,v 1.18 2016/04/29 14:06:37 mef Exp $ # -DISTNAME= Log-Report-1.09 +DISTNAME= Log-Report-1.15 PKGNAME= p5-${DISTNAME} CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Log/} diff --git a/devel/p5-Log-Report/distinfo b/devel/p5-Log-Report/distinfo index fd59447324844..ada83679d057a 100644 --- a/devel/p5-Log-Report/distinfo +++ b/devel/p5-Log-Report/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.8 2015/11/28 14:34:45 wen Exp $ +$NetBSD: distinfo,v 1.9 2016/04/29 14:06:37 mef Exp $ -SHA1 (Log-Report-1.09.tar.gz) = 9bca7f39ae95325da5da12b1411a90344a67515e -RMD160 (Log-Report-1.09.tar.gz) = f3ebd736559809675e9638d9ae616a78226f8cf9 -SHA512 (Log-Report-1.09.tar.gz) = cd3c3916b62493858644a174d0aabf3f3c15753273020db0d5eb939462ac07a6308ceda7e3e3eb7ee4a74492378ada0256c449619c3ec4a0d27be9914d220947 -Size (Log-Report-1.09.tar.gz) = 84061 bytes +SHA1 (Log-Report-1.15.tar.gz) = acdd3e04d7888a33e535e6c76ab620bceb79d93e +RMD160 (Log-Report-1.15.tar.gz) = 4f42e301486c12aeaba00c885a8bb75ec13bbfb4 +SHA512 (Log-Report-1.15.tar.gz) = e01a2c8067200ad83b2505c7ba0fc936eb68226decc4bbe72aedaad07dde7d7e9462ede186ccc26854e02fda5f960e8e05530e328701d0416c77eb91d5956e1a +Size (Log-Report-1.15.tar.gz) = 88628 bytes diff --git a/devel/p5-Make/Makefile b/devel/p5-Make/Makefile index 89350aa790643..7776c4d62a788 100644 --- a/devel/p5-Make/Makefile +++ b/devel/p5-Make/Makefile @@ -1,14 +1,17 @@ -# $NetBSD: Makefile,v 1.22 2015/06/12 10:49:24 wiz Exp $ +# $NetBSD: Makefile,v 1.23 2016/04/29 13:58:47 mef Exp $ -DISTNAME= Make-1.00 -PKGNAME= p5-Make-1.00 -PKGREVISION= 9 +DISTNAME= Make-1.1.2 +PKGNAME= p5-${DISTNAME} CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Make/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.ni-s.u-net.com/ COMMENT= Perl5 module implementing 'make' in Perl +LICENSE= ${PERL5_LICENSE} + +# for make test +BUILD_DEPENDS+= p5-Test-Compile-[0-9]*:../../devel/p5-Test-Compile PERL5_PACKLIST= auto/Make/.packlist diff --git a/devel/p5-Make/distinfo b/devel/p5-Make/distinfo index a8357800bb4a3..b401a35065d3d 100644 --- a/devel/p5-Make/distinfo +++ b/devel/p5-Make/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.4 2015/11/03 03:28:26 agc Exp $ +$NetBSD: distinfo,v 1.5 2016/04/29 13:58:47 mef Exp $ -SHA1 (Make-1.00.tar.gz) = 621c3848812790ed170b03cbdc0e22c767577148 -RMD160 (Make-1.00.tar.gz) = d49de842df9ee7c60d48d1074cc01a7aee444059 -SHA512 (Make-1.00.tar.gz) = ebfa1005ec9be200833facba1f2a29d963fd5104b5f46e39da2e4c0af312063e79db84814ad845af8e2a70671133e54a1e2d90322073054b45ae8d96fa2d551d -Size (Make-1.00.tar.gz) = 12425 bytes +SHA1 (Make-1.1.2.tar.gz) = 05923ad844a406a37a7ff276c816370682244279 +RMD160 (Make-1.1.2.tar.gz) = 09e8324c2fcd7bb8c1a89ea8e4c62a46393d81c1 +SHA512 (Make-1.1.2.tar.gz) = 5775c5c65e34e9351104115195bcd46dcfe0135afa21ec2f130dd14ac24cbc14c587b5b32b4fce7a1b556ef672ae0ed7377b925c6b4dc9d79a2b0c84901ef810 +Size (Make-1.1.2.tar.gz) = 14325 bytes diff --git a/devel/p5-Method-Signatures/Makefile b/devel/p5-Method-Signatures/Makefile index 884b80ca657d9..bebbb58b5050c 100644 --- a/devel/p5-Method-Signatures/Makefile +++ b/devel/p5-Method-Signatures/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.11 2015/07/12 18:56:14 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2016/05/03 05:10:38 mef Exp $ -DISTNAME= Method-Signatures-20141021 +DISTNAME= Method-Signatures-20160315 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/B/BA/BAREFOOT/} #MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Method/} diff --git a/devel/p5-Method-Signatures/distinfo b/devel/p5-Method-Signatures/distinfo index 206b9d0f0d7ef..bea99248e197a 100644 --- a/devel/p5-Method-Signatures/distinfo +++ b/devel/p5-Method-Signatures/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.5 2015/11/03 03:28:26 agc Exp $ +$NetBSD: distinfo,v 1.6 2016/05/03 05:10:38 mef Exp $ -SHA1 (Method-Signatures-20141021.tar.gz) = cd27891188e7e292b10609a1b3a5f489463a72d2 -RMD160 (Method-Signatures-20141021.tar.gz) = fb0031ecf344fe6d9894747a28749c5124654882 -SHA512 (Method-Signatures-20141021.tar.gz) = 3eed12838d03dfea4fd2298dc3d511122805cd06c019e4551490f9607e44170925ba2b659fe0250c476d7e60c43ccfe949928b78464453e734d221b2f23bdb8c -Size (Method-Signatures-20141021.tar.gz) = 70038 bytes +SHA1 (Method-Signatures-20160315.tar.gz) = e3b0ac5417707d210267ea28535710836ebec198 +RMD160 (Method-Signatures-20160315.tar.gz) = 9cdc260cee331f47af4aa860dffe1f94de6272d9 +SHA512 (Method-Signatures-20160315.tar.gz) = 2eff9e5c644355829b57b315bba1cbfed5892fed8c5b4b3375fd69b7a1eea55ee2b7f3322770adfab245abacc50cf433997e6ece8b2ae8be6afcffc97b4316a2 +Size (Method-Signatures-20160315.tar.gz) = 79905 bytes diff --git a/devel/p5-Module-Build/Makefile b/devel/p5-Module-Build/Makefile index 269384828d15b..5662c9dd87ed2 100644 --- a/devel/p5-Module-Build/Makefile +++ b/devel/p5-Module-Build/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.49 2016/01/23 09:21:29 wen Exp $ +# $NetBSD: Makefile,v 1.50 2016/05/03 12:23:41 mef Exp $ -DISTNAME= Module-Build-0.4216 +DISTNAME= Module-Build-0.4218 PKGNAME= p5-${DISTNAME}0 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Module/} diff --git a/devel/p5-Module-Build/distinfo b/devel/p5-Module-Build/distinfo index d92aba7f5d449..522fc0b476648 100644 --- a/devel/p5-Module-Build/distinfo +++ b/devel/p5-Module-Build/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.30 2016/01/23 09:21:29 wen Exp $ +$NetBSD: distinfo,v 1.31 2016/05/03 12:23:41 mef Exp $ -SHA1 (Module-Build-0.4216.tar.gz) = 5c834111722666be6da4bed7b159a184dad5f569 -RMD160 (Module-Build-0.4216.tar.gz) = d2f77d9cf5c16255cb0685ca19bc535f4785f269 -SHA512 (Module-Build-0.4216.tar.gz) = 46b5d03e6bea1ee33a1202a38d68231daf49931b25b792b41fa39ab3b3c1321d8a47819a2714bf90a981e6686fc566aa5a6067edf61d78fe8166c7e4f83eeaa9 -Size (Module-Build-0.4216.tar.gz) = 305240 bytes +SHA1 (Module-Build-0.4218.tar.gz) = 66177f6c82beaab86f32edd55f6931dd34249d23 +RMD160 (Module-Build-0.4218.tar.gz) = 6acd45b43054f810c18cf385559ab91094cbb73b +SHA512 (Module-Build-0.4218.tar.gz) = d752226dbc89b1ae65d3dea4f4356cd355288ab73eebc34bd09efa3d4ad5f78d284a705525d8bbc8785babf6cdc934953333254a8cc7c67cbd943f88ffaab301 +Size (Module-Build-0.4218.tar.gz) = 305533 bytes diff --git a/devel/p5-Module-CPANfile/Makefile b/devel/p5-Module-CPANfile/Makefile index c090db4955454..6defafe7821a8 100644 --- a/devel/p5-Module-CPANfile/Makefile +++ b/devel/p5-Module-CPANfile/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.3 2015/09/05 13:41:22 mef Exp $ +# $NetBSD: Makefile,v 1.4 2016/04/30 10:27:23 wen Exp $ # -DISTNAME= Module-CPANfile-1.1001 +DISTNAME= Module-CPANfile-1.1002 PKGNAME= p5-${DISTNAME} CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Module/} diff --git a/devel/p5-Module-CPANfile/distinfo b/devel/p5-Module-CPANfile/distinfo index 25fa4cf2e9807..cbe0d43803606 100644 --- a/devel/p5-Module-CPANfile/distinfo +++ b/devel/p5-Module-CPANfile/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.3 2015/11/03 03:28:27 agc Exp $ +$NetBSD: distinfo,v 1.4 2016/04/30 10:27:23 wen Exp $ -SHA1 (Module-CPANfile-1.1001.tar.gz) = 00d02aa96f8ac9c839f769d62fb9144fdf31b8e1 -RMD160 (Module-CPANfile-1.1001.tar.gz) = a4e3c4ba541dff0286b5e5439d9625c6cbd4ffd8 -SHA512 (Module-CPANfile-1.1001.tar.gz) = af88f071ff48deac949f30dfa441d1879218833b10116305af4aa477017ba3a6c4fc966810190ea5a58eb4ab9ce22d360d3ae19b3eb40e8aaf6baebbb449e26d -Size (Module-CPANfile-1.1001.tar.gz) = 21871 bytes +SHA1 (Module-CPANfile-1.1002.tar.gz) = d8a8986a50ddca73e409c3801c14d3938efc3fce +RMD160 (Module-CPANfile-1.1002.tar.gz) = 4f3bf0853e4ceefd6f3016fa7780d506ff0ce8a1 +SHA512 (Module-CPANfile-1.1002.tar.gz) = 948a0d16c3af8d1694f9b1060acb1425664671f56bf2cdf1e4ec80dfee4d0d1fd3723501c81e8cdee5a06edac0da04296c9bf6806a0f8be3c0a6a0eb438c4d16 +Size (Module-CPANfile-1.1002.tar.gz) = 22117 bytes diff --git a/devel/p5-Module-CoreList/Makefile b/devel/p5-Module-CoreList/Makefile index cb475baba4cdc..3b4d820a10074 100644 --- a/devel/p5-Module-CoreList/Makefile +++ b/devel/p5-Module-CoreList/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.60 2015/09/04 11:27:47 mef Exp $ +# $NetBSD: Makefile,v 1.61 2016/05/03 12:29:08 mef Exp $ # -DISTNAME= Module-CoreList-5.20150820 +DISTNAME= Module-CoreList-5.20160429 PKGNAME= p5-${DISTNAME} CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Module/} diff --git a/devel/p5-Module-CoreList/distinfo b/devel/p5-Module-CoreList/distinfo index 0ec6c2686e7ee..85368d4ab9ef6 100644 --- a/devel/p5-Module-CoreList/distinfo +++ b/devel/p5-Module-CoreList/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.47 2015/11/03 03:28:27 agc Exp $ +$NetBSD: distinfo,v 1.48 2016/05/03 12:29:08 mef Exp $ -SHA1 (Module-CoreList-5.20150820.tar.gz) = a0a57cf5ae9cdc5e6a3b1ae7b7d8768bd6aeac06 -RMD160 (Module-CoreList-5.20150820.tar.gz) = be0c19199c39cfc5a7d639e7739a45d3d57f0b79 -SHA512 (Module-CoreList-5.20150820.tar.gz) = 2d2b666823a3648aa335ebb71c14a1a8b7ef3cd687d9038f91f93653dd323f77bdf5a056eb132dd17b350b1bbfb184b4ae09d7eca89fa92065730319360b026d -Size (Module-CoreList-5.20150820.tar.gz) = 84824 bytes +SHA1 (Module-CoreList-5.20160429.tar.gz) = 52d9ab37acc09f936aa744924f106ca91d4a597b +RMD160 (Module-CoreList-5.20160429.tar.gz) = b8d6385d268cf55d0894c52339d106a4b9f64998 +SHA512 (Module-CoreList-5.20160429.tar.gz) = fcefaa27c4e121406ef2f69268d4c3b1daf3e4fbf46cc0f12395595051d8e94bec2296f07cd025549c53163cc5fa9eff5813ef4a78bdac6359ed26bf1a11e7ae +Size (Module-CoreList-5.20160429.tar.gz) = 88339 bytes diff --git a/devel/p5-Module-ExtractUse/Makefile b/devel/p5-Module-ExtractUse/Makefile index 69045cc7def3c..9b1da73038621 100644 --- a/devel/p5-Module-ExtractUse/Makefile +++ b/devel/p5-Module-ExtractUse/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.10 2015/06/12 10:49:26 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2016/05/03 12:39:35 mef Exp $ # -DISTNAME= Module-ExtractUse-0.33 +DISTNAME= Module-ExtractUse-0.341 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Module/} diff --git a/devel/p5-Module-ExtractUse/distinfo b/devel/p5-Module-ExtractUse/distinfo index a60e0cc3bc8a3..43b7d139c0888 100644 --- a/devel/p5-Module-ExtractUse/distinfo +++ b/devel/p5-Module-ExtractUse/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.4 2015/11/03 03:28:27 agc Exp $ +$NetBSD: distinfo,v 1.5 2016/05/03 12:39:35 mef Exp $ -SHA1 (Module-ExtractUse-0.33.tar.gz) = 9b653d94bfaa57bdf6d99b6eba981a5fe7ac4170 -RMD160 (Module-ExtractUse-0.33.tar.gz) = 7c4ed89e5a51fe9f545c7c65007c2c6ac6b622cf -SHA512 (Module-ExtractUse-0.33.tar.gz) = eed4ae134deda179bdd56e81261db35eb6bed8616f52b2584941c8f228d151d0275a2922c27d9d025ec4842b73d8403b41ade6a0fe8ac6071f0ad9ac5a7f3a99 -Size (Module-ExtractUse-0.33.tar.gz) = 33599 bytes +SHA1 (Module-ExtractUse-0.341.tar.gz) = ae5926b6b7f965f17d7fb133637a61e0afe9ed4a +RMD160 (Module-ExtractUse-0.341.tar.gz) = 9ea55a28af60bf88db640461f399224747d2b411 +SHA512 (Module-ExtractUse-0.341.tar.gz) = bacabcf37bdfa0683ec661527f2e5d2c185fb7a97bac3b93bc5a24d0a01f5a3f0bca039a98e58377f12dc01173ba18afbf56b2221e3d819ceb843c32487347d7 +Size (Module-ExtractUse-0.341.tar.gz) = 47225 bytes diff --git a/devel/p5-Module-Install-ReadmeFromPod/Makefile b/devel/p5-Module-Install-ReadmeFromPod/Makefile index d4a7545956909..98a0d0573738b 100644 --- a/devel/p5-Module-Install-ReadmeFromPod/Makefile +++ b/devel/p5-Module-Install-ReadmeFromPod/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.8 2015/06/12 10:49:27 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2016/05/03 14:56:32 mef Exp $ # -DISTNAME= Module-Install-ReadmeFromPod-0.22 +DISTNAME= Module-Install-ReadmeFromPod-0.26 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Module/} @@ -15,6 +14,11 @@ LICENSE= ${PERL5_LICENSE} DEPENDS+= p5-Capture-Tiny>=0.05:../../devel/p5-Capture-Tiny DEPENDS+= p5-Module-Install>=0.85:../../devel/p5-Module-Install +# for make test +BUILD_DEPENDS+=p5-IO-All-[0-9]*:../../devel/p5-IO-All +BUILD_DEPENDS+=p5-Test-InDistDir-[0-9]*:../../devel/p5-Test-InDistDir +BUILD_DEPENDS+=p5-Pod-Markdown-[0-9]*:../../textproc/p5-Pod-Markdown + USE_LANGUAGES= # empty PERL5_PACKLIST= auto/Module/Install/ReadmeFromPod/.packlist diff --git a/devel/p5-Module-Install-ReadmeFromPod/distinfo b/devel/p5-Module-Install-ReadmeFromPod/distinfo index 9e2668166f79a..2500749494766 100644 --- a/devel/p5-Module-Install-ReadmeFromPod/distinfo +++ b/devel/p5-Module-Install-ReadmeFromPod/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.4 2015/11/03 03:28:28 agc Exp $ +$NetBSD: distinfo,v 1.5 2016/05/03 14:56:32 mef Exp $ -SHA1 (Module-Install-ReadmeFromPod-0.22.tar.gz) = f4beee67b4d80e88d5b67d90b62ab31421375d4b -RMD160 (Module-Install-ReadmeFromPod-0.22.tar.gz) = 0a4bf7d12bc41bec61c0c999c3c4a73dc1c56a94 -SHA512 (Module-Install-ReadmeFromPod-0.22.tar.gz) = 98bde6ce131d7ac03ac89a25ee3ea16e8078e16f08ccc00e0a55fc7a6b73101b0f4f64553abd4be85fc33635084a3571e66a4adf92f538aa6af3b49edef1cea7 -Size (Module-Install-ReadmeFromPod-0.22.tar.gz) = 34246 bytes +SHA1 (Module-Install-ReadmeFromPod-0.26.tar.gz) = b0290b920e2bb8ec64e2c104760d85777a966229 +RMD160 (Module-Install-ReadmeFromPod-0.26.tar.gz) = 44577c8985e109caca1896e3c992113b97cba0c9 +SHA512 (Module-Install-ReadmeFromPod-0.26.tar.gz) = 834b089153fa4ec95ea43cb20c7092df51316062830a6f6df6b0fd183192669a7b12c650345127a9714d68c03f10439d1837e3d4ea44354122e123bf4cb42be0 +Size (Module-Install-ReadmeFromPod-0.26.tar.gz) = 35869 bytes diff --git a/devel/p5-Module-ScanDeps/Makefile b/devel/p5-Module-ScanDeps/Makefile index 40079a57a9bfc..cf76cc9b73758 100644 --- a/devel/p5-Module-ScanDeps/Makefile +++ b/devel/p5-Module-ScanDeps/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.37 2015/09/04 11:36:12 mef Exp $ -# +# $NetBSD: Makefile,v 1.39 2016/05/03 15:05:19 mef Exp $ -DISTNAME= Module-ScanDeps-1.19 +DISTNAME= Module-ScanDeps-1.21 PKGNAME= p5-${DISTNAME} CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Module/} diff --git a/devel/p5-Module-ScanDeps/distinfo b/devel/p5-Module-ScanDeps/distinfo index dbe267ccb1b27..fab271d15dde6 100644 --- a/devel/p5-Module-ScanDeps/distinfo +++ b/devel/p5-Module-ScanDeps/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.22 2015/11/03 03:28:29 agc Exp $ +$NetBSD: distinfo,v 1.24 2016/05/03 15:05:19 mef Exp $ -SHA1 (Module-ScanDeps-1.19.tar.gz) = dd063aa4bea1adc6a11041bcc8bbdc8ee8a288f0 -RMD160 (Module-ScanDeps-1.19.tar.gz) = 70b05b7e312e51e97e540310e6ee458470c150b5 -SHA512 (Module-ScanDeps-1.19.tar.gz) = 627d7d8a3887a6be666d48e72e371db1fc1637c66d60da6fa797165e3020b8b2cfa0576f1520694409cb66266faa5277e12e558bcfd75b397075962b19fb0bbf -Size (Module-ScanDeps-1.19.tar.gz) = 62007 bytes +SHA1 (Module-ScanDeps-1.21.tar.gz) = 9ff9be97a59cea1879e4905973bd0c50976adb69 +RMD160 (Module-ScanDeps-1.21.tar.gz) = 88575b50e8b16074ef4e98fee811a523048e9350 +SHA512 (Module-ScanDeps-1.21.tar.gz) = d6046fae44dd265783f23ca78357e516c60c7f222f6cdfd07ed1870cf7ef6ac4deb2d0779dce56acb178c5b1b2966050154b74730693027a8b458c920c5646a8 +Size (Module-ScanDeps-1.21.tar.gz) = 64491 bytes diff --git a/devel/p5-MooX-Log-Any/Makefile b/devel/p5-MooX-Log-Any/Makefile index f1a178df5ab5e..652af7083c6d7 100644 --- a/devel/p5-MooX-Log-Any/Makefile +++ b/devel/p5-MooX-Log-Any/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2015/06/12 10:49:29 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2016/05/03 15:13:42 mef Exp $ -DISTNAME= MooX-Log-Any-0.004002 +DISTNAME= MooX-Log-Any-0.004004 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/C/CA/CAZADOR/} diff --git a/devel/p5-MooX-Log-Any/distinfo b/devel/p5-MooX-Log-Any/distinfo index 4ae665ca5bd8f..fa91242006ffe 100644 --- a/devel/p5-MooX-Log-Any/distinfo +++ b/devel/p5-MooX-Log-Any/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.5 2015/11/03 03:28:30 agc Exp $ +$NetBSD: distinfo,v 1.6 2016/05/03 15:13:42 mef Exp $ -SHA1 (MooX-Log-Any-0.004002.tar.gz) = e81bdf49f84f30cbd29be8251f423fadc1798405 -RMD160 (MooX-Log-Any-0.004002.tar.gz) = 9a8fb0d13bf0bda91e8f34d4e87529c0c04f8625 -SHA512 (MooX-Log-Any-0.004002.tar.gz) = e658a1b7d00824d542392448125092e2da9c840e95f3fbc9f4a4a6a38b994da2c6307d4aa17baec122460c0fc654e6c023d2582652f5c42d39c6d49eb7845b5c -Size (MooX-Log-Any-0.004002.tar.gz) = 12373 bytes +SHA1 (MooX-Log-Any-0.004004.tar.gz) = 72d426ecff0e7a9db636e4c3840759b960fb554e +RMD160 (MooX-Log-Any-0.004004.tar.gz) = 5fbff5df910804b2adf7e53c12683d2ee1a024c9 +SHA512 (MooX-Log-Any-0.004004.tar.gz) = 86bb8fa5bf87dc87ea726adf1cedd8a4bccad7cee6823e2f4c42ec4977b3c251248d395060da0e45944c38bf86ebab939c41d2daf3db97bce50f208b0618ebd0 +Size (MooX-Log-Any-0.004004.tar.gz) = 11685 bytes diff --git a/devel/p5-MooX-StrictConstructor/DESCR b/devel/p5-MooX-StrictConstructor/DESCR new file mode 100644 index 0000000000000..f8f8b7d6d3571 --- /dev/null +++ b/devel/p5-MooX-StrictConstructor/DESCR @@ -0,0 +1,4 @@ +Simply loading this module makes your constructors "strict". If +your constructor is called with an attribute init argument that +your class does not declare, then it dies. This is a great way to +catch small typos. diff --git a/devel/p5-MooX-StrictConstructor/Makefile b/devel/p5-MooX-StrictConstructor/Makefile new file mode 100644 index 0000000000000..dda04ffc79d35 --- /dev/null +++ b/devel/p5-MooX-StrictConstructor/Makefile @@ -0,0 +1,30 @@ +# $NetBSD: Makefile,v 1.1 2016/04/15 11:38:07 wiz Exp $ + +DISTNAME= MooX-StrictConstructor-0.008 +PKGNAME= p5-${DISTNAME} +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/H/HA/HARTZELL/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/~hartzell/MooX-StrictConstructor/ +COMMENT= Make your Moo-based object constructors blow up on unknown attributes +LICENSE= ${PERL5_LICENSE} + +DEPENDS+= p5-Class-Method-Modifiers-[0-9]*:../../devel/p5-Class-Method-Modifiers +DEPENDS+= p5-Moo-[0-9]*:../../devel/p5-Moo +DEPENDS+= p5-indirect-[0-9]*:../../devel/p5-indirect +DEPENDS+= p5-bareword-filehandles-[0-9]*:../../devel/p5-bareword-filehandles +DEPENDS+= p5-multidimensional-[0-9]*:../../devel/p5-multidimensional +DEPENDS+= p5-strictures-[0-9]*:../../devel/p5-strictures +BUILD_DEPENDS+= p5-Test-CPAN-Meta-[0-9]*:../../devel/p5-Test-CPAN-Meta +BUILD_DEPENDS+= p5-Test-Fatal-[0-9]*:../../devel/p5-Test-Fatal +BUILD_DEPENDS+= p5-Test-Pod-[0-9]*:../../devel/p5-Test-Pod +BUILD_DEPENDS+= p5-Test-Pod-Coverage-[0-9]*:../../devel/p5-Test-Pod-Coverage +BUILD_DEPENDS+= p5-Pod-Coverage-[0-9]*:../../textproc/p5-Pod-Coverage +BUILD_DEPENDS+= p5-Pod-Coverage-TrustPod-[0-9]*:../../textproc/p5-Pod-Coverage-TrustPod + +PERL5_PACKLIST= auto/MooX/StrictConstructor/.packlist +PERL5_MODULE_TYPE= Module::Build + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/devel/p5-MooX-StrictConstructor/distinfo b/devel/p5-MooX-StrictConstructor/distinfo new file mode 100644 index 0000000000000..463ec82376d9e --- /dev/null +++ b/devel/p5-MooX-StrictConstructor/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2016/04/15 11:38:07 wiz Exp $ + +SHA1 (MooX-StrictConstructor-0.008.tar.gz) = 42953287da94ff5d66a43a1178ba52c64cb09de2 +RMD160 (MooX-StrictConstructor-0.008.tar.gz) = 80d942941e1d385a1a28afd89890fc14f5ea9a27 +SHA512 (MooX-StrictConstructor-0.008.tar.gz) = e1400fee3af182d34e8f5b709b2c16f3675ff75502e4ca7841dd0b3be9c2e090a4e13f881c2f5a6b15b925264f03ee0ce2c27a25b7262b1a17485e7a33057a20 +Size (MooX-StrictConstructor-0.008.tar.gz) = 14255 bytes diff --git a/devel/p5-Moose/Makefile b/devel/p5-Moose/Makefile index 59e082e1e046a..b200ec53f9723 100644 --- a/devel/p5-Moose/Makefile +++ b/devel/p5-Moose/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.90 2016/02/17 14:24:04 wen Exp $ +# $NetBSD: Makefile,v 1.93 2016/05/05 02:03:31 wen Exp $ -DISTNAME= Moose-2.1605 +DISTNAME= Moose-2.1801 PKGNAME= p5-${DISTNAME} CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/} @@ -18,11 +18,9 @@ DEPENDS+= p5-Devel-OverloadInfo>=0.004:../../devel/p5-Devel-OverloadInfo DEPENDS+= p5-Devel-StackTrace>=1.33:../../devel/p5-Devel-StackTrace DEPENDS+= p5-Dist-CheckConflicts>=0.02:../../devel/p5-Dist-CheckConflicts DEPENDS+= p5-Eval-Closure>=0.04:../../devel/p5-Eval-Closure #XXX -DEPENDS+= p5-List-MoreUtils>=0.28:../../devel/p5-List-MoreUtils DEPENDS+= p5-Module-Runtime>=0.014:../../devel/p5-Module-Runtime DEPENDS+= p5-Module-Runtime-Conflicts>=0.002:../../devel/p5-Module-Runtime-Conflicts DEPENDS+= p5-MRO-Compat>=0.05:../../devel/p5-MRO-Compat -DEPENDS+= p5-Package-DeprecationManager>=0.11:../../devel/p5-Package-DeprecationManager DEPENDS+= p5-Package-Stash>=0.32:../../devel/p5-Package-Stash DEPENDS+= p5-Package-Stash-XS>=0.24:../../devel/p5-Package-Stash-XS DEPENDS+= p5-Params-Util>=1.00:../../devel/p5-Params-Util @@ -31,7 +29,8 @@ DEPENDS+= p5-Sub-Identify>=0:../../devel/p5-Sub-Identify DEPENDS+= p5-Sub-Name>=0.05:../../devel/p5-Sub-Name DEPENDS+= p5-Task-Weaken-[0-9]*:../../devel/p5-Task-Weaken DEPENDS+= p5-Try-Tiny>=0.02:../../devel/p5-Try-Tiny -#DEPENDS+= {perl>=5.19.5,p5-Scalar-List-Utils>=1.35}:../../devel/p5-Scalar-List-Utils +DEPENDS+= p5-namespace-autoclean-[0-9]*:../../devel/p5-namespace-autoclean +DEPENDS+= p5-Scalar-List-Utils>=1.45:../../devel/p5-Scalar-List-Utils # Note: Moose can take advantage of PartialDump, but as PartialDump depends # on Moose, we cannot add it to DEPENDS diff --git a/devel/p5-Moose/distinfo b/devel/p5-Moose/distinfo index b35c32966ab4a..9134f808d9f59 100644 --- a/devel/p5-Moose/distinfo +++ b/devel/p5-Moose/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.74 2016/02/17 14:24:04 wen Exp $ +$NetBSD: distinfo,v 1.76 2016/05/05 02:03:31 wen Exp $ -SHA1 (Moose-2.1605.tar.gz) = adf7799682bc4fc0564f75cef2562a66c4ae491d -RMD160 (Moose-2.1605.tar.gz) = 624806a356bab144e21190fe6f9c2620c8789a74 -SHA512 (Moose-2.1605.tar.gz) = 66a868a017885e626c1d46c3d85452dc04c7350e8a3c2abc20a882dd4e1854dd50a17ea8488d024edd0b0219b7f2800186c62c5a0de23109ccd19ef88e52cadf -Size (Moose-2.1605.tar.gz) = 803156 bytes +SHA1 (Moose-2.1801.tar.gz) = d4381c9cb3eadc4eeafc48e3976879770af77a88 +RMD160 (Moose-2.1801.tar.gz) = 5076ea2194ae948c656b414fd7b8267ff0856b6a +SHA512 (Moose-2.1801.tar.gz) = 9b6e893ed673d1793e1f5c88d439cada055eaf48f3fb7acd20669ba6b5194ce932599e79d555db97116a95bee8f6bb900a719cc269844fc1751aa2190e63d72a +Size (Moose-2.1801.tar.gz) = 806877 bytes diff --git a/devel/p5-MooseX-App-Cmd/Makefile b/devel/p5-MooseX-App-Cmd/Makefile index c1c9360f96bd2..be758ac69110c 100644 --- a/devel/p5-MooseX-App-Cmd/Makefile +++ b/devel/p5-MooseX-App-Cmd/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.17 2015/09/05 13:31:50 mef Exp $ +# $NetBSD: Makefile,v 1.18 2016/04/23 13:00:16 wen Exp $ # -DISTNAME= MooseX-App-Cmd-0.31 +DISTNAME= MooseX-App-Cmd-0.32 PKGNAME= p5-${DISTNAME} CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=MooseX/} diff --git a/devel/p5-MooseX-App-Cmd/distinfo b/devel/p5-MooseX-App-Cmd/distinfo index 80dfe3b90b8bb..57f3247ad1449 100644 --- a/devel/p5-MooseX-App-Cmd/distinfo +++ b/devel/p5-MooseX-App-Cmd/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.8 2015/11/03 03:28:31 agc Exp $ +$NetBSD: distinfo,v 1.9 2016/04/23 13:00:16 wen Exp $ -SHA1 (MooseX-App-Cmd-0.31.tar.gz) = 11da61486cb0f7fe9b8730e6edb87e720d5206c5 -RMD160 (MooseX-App-Cmd-0.31.tar.gz) = 6f50c833217e647c8e22e97475b1ee46b05579a0 -SHA512 (MooseX-App-Cmd-0.31.tar.gz) = 12c2ca3b8554c6a1e488dbc96516b8e8efe1e80120987272b5ee76e552cfe7b9ab91b0c277a7360ff872332a306bc2fa6363e313a565bf3e459699e5fa914a6b -Size (MooseX-App-Cmd-0.31.tar.gz) = 31239 bytes +SHA1 (MooseX-App-Cmd-0.32.tar.gz) = 456d66f91cb5fc70ec85043c14280404e022e9c9 +RMD160 (MooseX-App-Cmd-0.32.tar.gz) = 592eaf36d55d2bb0d98e4c11cb7c5578aede4cec +SHA512 (MooseX-App-Cmd-0.32.tar.gz) = 5cafa97703907ddaa2b4bd993bb5b093842e4fa8a680df38426904fa1ea71112363756e8b9f2c6a67a6105c9ad00e59cbdc9ec112c386d3f8b92473b83b728ad +Size (MooseX-App-Cmd-0.32.tar.gz) = 33993 bytes diff --git a/devel/p5-MooseX-App/Makefile b/devel/p5-MooseX-App/Makefile index 3fd703d6a4b71..639392e4ef1b9 100644 --- a/devel/p5-MooseX-App/Makefile +++ b/devel/p5-MooseX-App/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2015/06/12 10:49:29 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2016/04/20 13:10:11 mef Exp $ # DISTNAME= MooseX-App-1.33 @@ -14,10 +14,15 @@ LICENSE= ${PERL5_LICENSE} DEPENDS+= p5-Test-Most-[0-9]*:../../devel/p5-Test-Most # for make test +BUILD_DEPENDS+= p5-Config-Any-[0-9]*:../../devel/p5-Config-Any BUILD_DEPENDS+= p5-FindBin-libs-[0-9]*:../../devel/p5-FindBin-libs BUILD_DEPENDS+= p5-IO-Interactive-[0-9]*:../../devel/p5-IO-Interactive +BUILD_DEPENDS+= p5-Module-Pluggable-[0-9]*:../../devel/p5-Module-Pluggable +BUILD_DEPENDS+= p5-MooseX-Types-Path-Class-[0-9]*:../../devel/p5-MooseX-Types-Path-Class +BUILD_DEPENDS+= p5-Path-Class-[0-9]*:../../devel/p5-Path-Class BUILD_DEPENDS+= p5-Pod-Elemental-[0-9]*:../../textproc/p5-Pod-Elemental BUILD_DEPENDS+= p5-Test-NoWarnings-[0-9]*:../../devel/p5-Test-NoWarnings +BUILD_DEPENDS+= p5-Text-Diff-[0-9]*:../../textproc/p5-Text-Diff BUILD_DEPENDS+= p5-Text-WagnerFischer-[0-9]*:../../textproc/p5-Text-WagnerFischer PERL5_PACKLIST= auto/MooseX/App/.packlist diff --git a/devel/p5-MooseX-Attribute-Chained/Makefile b/devel/p5-MooseX-Attribute-Chained/Makefile index beb7c9ae4d669..a7c3d14ac6a4c 100644 --- a/devel/p5-MooseX-Attribute-Chained/Makefile +++ b/devel/p5-MooseX-Attribute-Chained/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.3 2015/06/12 10:49:30 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2016/05/03 15:37:20 mef Exp $ # -DISTNAME= MooseX-Attribute-Chained-1.0.1 +DISTNAME= MooseX-Attribute-Chained-1.0.2 PKGNAME= p5-${DISTNAME} -PKGREVISION= 2 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=MooseX/} diff --git a/devel/p5-MooseX-Attribute-Chained/distinfo b/devel/p5-MooseX-Attribute-Chained/distinfo index 8350afc06ae28..b3b8fb5c4fbb5 100644 --- a/devel/p5-MooseX-Attribute-Chained/distinfo +++ b/devel/p5-MooseX-Attribute-Chained/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2015/11/03 03:28:31 agc Exp $ +$NetBSD: distinfo,v 1.3 2016/05/03 15:37:20 mef Exp $ -SHA1 (MooseX-Attribute-Chained-1.0.1.tar.gz) = 3cbe623c20386497861478b8cf7837a0f1d76956 -RMD160 (MooseX-Attribute-Chained-1.0.1.tar.gz) = a166b54ab1f06bfebc8dca59dfa8e70633de0b40 -SHA512 (MooseX-Attribute-Chained-1.0.1.tar.gz) = 9e234b1813bbfa9f37c2d522ca78c57fc8426540afbb0b81ec520077617e7aa4da1cd9ba7539e8b71075f7439feb8d7364fa49af9b87c8fa33ede8122d14b6df -Size (MooseX-Attribute-Chained-1.0.1.tar.gz) = 15133 bytes +SHA1 (MooseX-Attribute-Chained-1.0.2.tar.gz) = b1fc53c2754282bbf81f23bc306c6321f5623e73 +RMD160 (MooseX-Attribute-Chained-1.0.2.tar.gz) = 8fb6d14c6bca62a41dd02fa0aeb7449ec541fd6d +SHA512 (MooseX-Attribute-Chained-1.0.2.tar.gz) = 03ad5956c001d45052a2248614bd00aebfbe703f940087412f90a63f07664fbf1ccf97c77e4ad28dfb52cbff4d8508f8be1cf46612f99aafcdea26e8800ea137 +Size (MooseX-Attribute-Chained-1.0.2.tar.gz) = 18714 bytes diff --git a/devel/p5-MooseX-Getopt/Makefile b/devel/p5-MooseX-Getopt/Makefile index f1e9ab8316aa9..3fb1a95e6becc 100644 --- a/devel/p5-MooseX-Getopt/Makefile +++ b/devel/p5-MooseX-Getopt/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.33 2015/06/12 10:49:30 wiz Exp $ +# $NetBSD: Makefile,v 1.34 2016/05/03 21:31:02 mef Exp $ # -DISTNAME= MooseX-Getopt-0.68 +DISTNAME= MooseX-Getopt-0.69 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=MooseX/} diff --git a/devel/p5-MooseX-Getopt/distinfo b/devel/p5-MooseX-Getopt/distinfo index 13333f1f04249..7b02cb2781d81 100644 --- a/devel/p5-MooseX-Getopt/distinfo +++ b/devel/p5-MooseX-Getopt/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.24 2015/11/03 03:28:32 agc Exp $ +$NetBSD: distinfo,v 1.25 2016/05/03 21:31:02 mef Exp $ -SHA1 (MooseX-Getopt-0.68.tar.gz) = b7a779b853bbafae2b3572b9b2c51237c395289c -RMD160 (MooseX-Getopt-0.68.tar.gz) = 0abf9aa6bdb0aa310b24d446db80a6d7a47a2d0d -SHA512 (MooseX-Getopt-0.68.tar.gz) = bc85b829fd55bb71086986863646feb3cd4c1da2f46cce6fff6c705ea95306fe37fa983288796ee1481b42c33aabc92fbf3b7411df032f509045556e8d53d5da -Size (MooseX-Getopt-0.68.tar.gz) = 51971 bytes +SHA1 (MooseX-Getopt-0.69.tar.gz) = 78d62860692a5ca1bcc9f3273d8ef4cc6c2ba173 +RMD160 (MooseX-Getopt-0.69.tar.gz) = d4a03ecd34df54a90071da0339e44ae4c84ed12d +SHA512 (MooseX-Getopt-0.69.tar.gz) = c0789ad190ff132435f77da4de254708b733d04d9c30a8d3d86908667ef4297911e826eba9915d9cee016bcc8a06255a06e811397e8c266b31ea9df39b0b0180 +Size (MooseX-Getopt-0.69.tar.gz) = 54085 bytes diff --git a/devel/p5-Package-DeprecationManager/Makefile b/devel/p5-Package-DeprecationManager/Makefile index 4fb4f8548f04c..84fd5cd6bcc8b 100644 --- a/devel/p5-Package-DeprecationManager/Makefile +++ b/devel/p5-Package-DeprecationManager/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.13 2015/11/15 05:07:55 wen Exp $ +# $NetBSD: Makefile,v 1.17 2016/04/15 12:50:17 wiz Exp $ -DISTNAME= Package-DeprecationManager-0.15 +DISTNAME= Package-DeprecationManager-0.16 PKGNAME= p5-${DISTNAME} CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Package/} @@ -13,11 +13,17 @@ LICENSE= ${PERL5_LICENSE} USE_LANGUAGES= # empty PERL5_PACKLIST= auto/Package/DeprecationManager/.packlist +DEPENDS+= p5-Package-Stash-[0-9]*:../../devel/p5-Package-Stash +DEPENDS+= p5-namespace-autoclean-[0-9]*:../../devel/p5-namespace-autoclean + BUILD_DEPENDS+= p5-Test-Exception-[0-9]*:../../devel/p5-Test-Exception #BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.88}:../../devel/p5-Test-Simple BUILD_DEPENDS+= p5-Test-Warn-[0-9]*:../../devel/p5-Test-Warn BUILD_DEPENDS+= p5-Test-Fatal-[0-9]*:../../devel/p5-Test-Fatal BUILD_DEPENDS+= p5-Test-Requires-[0-9]*:../../devel/p5-Test-Requires +# for make test +BUILD_DEPENDS+= p5-Test-Warnings-[0-9]*:../../devel/p5-Test-Warnings + DEPENDS+= p5-Params-Util-[0-9]*:../../devel/p5-Params-Util DEPENDS+= p5-Sub-Install-[0-9]*:../../devel/p5-Sub-Install diff --git a/devel/p5-Package-DeprecationManager/distinfo b/devel/p5-Package-DeprecationManager/distinfo index c386f94fa6081..59ee1f121b7cc 100644 --- a/devel/p5-Package-DeprecationManager/distinfo +++ b/devel/p5-Package-DeprecationManager/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.6 2015/11/15 05:07:55 wen Exp $ +$NetBSD: distinfo,v 1.9 2016/04/15 12:50:17 wiz Exp $ -SHA1 (Package-DeprecationManager-0.15.tar.gz) = da0677961c625592d1c718c985bacdb95584ada4 -RMD160 (Package-DeprecationManager-0.15.tar.gz) = 715eb12e13a477f9042c1c2f06cac3fcc4db15e2 -SHA512 (Package-DeprecationManager-0.15.tar.gz) = 644aae95e7124f91dab9ab71e20679a310df869dc970ee3b180d8274657226d9ad91c79d56222f6b30ad026e92f4d86609b8933ce3fc1298247da15f4a5c542b -Size (Package-DeprecationManager-0.15.tar.gz) = 23626 bytes +SHA1 (Package-DeprecationManager-0.16.tar.gz) = 1edb7711e149d35e85323a8f4e6b9b1b02c50cb0 +RMD160 (Package-DeprecationManager-0.16.tar.gz) = a4553a21d1eb14b5b81f2d11c3f10f2f63c4d39e +SHA512 (Package-DeprecationManager-0.16.tar.gz) = 30723fd738907b68a2f2a2c09111ef6e2d01b3ec74b4805ce50b9464ed2e192e1d1604ad389e77cac963faf5fc299815735742207babf92c6a44d36120c4af27 +Size (Package-DeprecationManager-0.16.tar.gz) = 26872 bytes diff --git a/devel/p5-Package-Stash/Makefile b/devel/p5-Package-Stash/Makefile index 2d6594de2e89f..91c784f5b59bb 100644 --- a/devel/p5-Package-Stash/Makefile +++ b/devel/p5-Package-Stash/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.18 2015/07/12 18:56:17 wiz Exp $ +# $NetBSD: Makefile,v 1.19 2016/04/15 12:33:57 wiz Exp $ DISTNAME= Package-Stash-0.37 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Package/} @@ -15,7 +15,6 @@ CONFLICTS+= p5-MooseX-Method-Signatures<=0.36 DEPENDS+= p5-Dist-CheckConflicts>=0.02:../../devel/p5-Dist-CheckConflicts DEPENDS+= p5-Module-Implementation>=0.06:../../devel/p5-Module-Implementation -DEPENDS+= p5-Package-DeprecationManager-[0-9]*:../../devel/p5-Package-DeprecationManager DEPENDS+= p5-Package-Stash-XS>=0.26:../../devel/p5-Package-Stash-XS BUILD_DEPENDS+= p5-Test-Fatal-[0-9]*:../../devel/p5-Test-Fatal diff --git a/devel/p5-PadWalker/Makefile b/devel/p5-PadWalker/Makefile index 73babb2928ac8..e0a42ff149876 100644 --- a/devel/p5-PadWalker/Makefile +++ b/devel/p5-PadWalker/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.14 2015/06/12 10:49:36 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2016/04/13 18:28:10 wiz Exp $ -DISTNAME= PadWalker-2.1 +DISTNAME= PadWalker-2.2 PKGNAME= p5-${DISTNAME:S/96/9.6/} -PKGREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/R/RO/ROBIN/} diff --git a/devel/p5-PadWalker/distinfo b/devel/p5-PadWalker/distinfo index c24b3721512b7..811407ebc7889 100644 --- a/devel/p5-PadWalker/distinfo +++ b/devel/p5-PadWalker/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.7 2015/11/03 03:28:38 agc Exp $ +$NetBSD: distinfo,v 1.8 2016/04/13 18:28:10 wiz Exp $ -SHA1 (PadWalker-2.1.tar.gz) = f1c2a009a85df5bdca0ba59fb2967ef3096a307e -RMD160 (PadWalker-2.1.tar.gz) = 2a1c373d79903dbd37b145af7b915b4a6afa7742 -SHA512 (PadWalker-2.1.tar.gz) = 632100ef9f13def71aa496737d6a49977d311cae749a1b4827f2b965ae797357fbb5ab756ead0927f200ba8a8a62a9b6fcce3a49f3cc0c4e196855d8427502d3 -Size (PadWalker-2.1.tar.gz) = 16096 bytes +SHA1 (PadWalker-2.2.tar.gz) = 57fd4b5cc1253430d6df36315832515577f229dc +RMD160 (PadWalker-2.2.tar.gz) = 4e13d97084b1573d1e240c9ad72fce4305723050 +SHA512 (PadWalker-2.2.tar.gz) = b0bdfd4f1ebf63e71618dda0db6249fc6b4a0165cc829a9a90e68353f31b61ec6c5873b598b67b085f0a7fb8be40fd1f890e57de85dfdd1bee5543146cc1a3f3 +Size (PadWalker-2.2.tar.gz) = 16158 bytes diff --git a/devel/p5-Params-Validate/Makefile b/devel/p5-Params-Validate/Makefile index 78e299d14416d..829aaedd0770d 100644 --- a/devel/p5-Params-Validate/Makefile +++ b/devel/p5-Params-Validate/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.59 2016/02/14 08:48:22 wiz Exp $ +# $NetBSD: Makefile,v 1.60 2016/04/08 15:10:41 wiz Exp $ -DISTNAME= Params-Validate-1.22 +DISTNAME= Params-Validate-1.23 PKGNAME= p5-${DISTNAME} CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Params/} diff --git a/devel/p5-Params-Validate/distinfo b/devel/p5-Params-Validate/distinfo index 74ab76571a49a..18b987e7723d7 100644 --- a/devel/p5-Params-Validate/distinfo +++ b/devel/p5-Params-Validate/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.33 2016/02/14 08:48:22 wiz Exp $ +$NetBSD: distinfo,v 1.34 2016/04/08 15:10:41 wiz Exp $ -SHA1 (Params-Validate-1.22.tar.gz) = 4e8b8e9a5572105e4e05bdbd7c4393587e33abbb -RMD160 (Params-Validate-1.22.tar.gz) = 5bc47f335ace049ceab6d081afa57478fef7cbba -SHA512 (Params-Validate-1.22.tar.gz) = 48451f2dcae1432c0b3111668609214ef080281d4d480501e04798a249c938fc69f45a81d2d77d653be86305aa4176fc854487e37288d9f271b1723a072fd6ba -Size (Params-Validate-1.22.tar.gz) = 125866 bytes +SHA1 (Params-Validate-1.23.tar.gz) = c26d893006ab36fa191c402cfc500fe98f2e7ad7 +RMD160 (Params-Validate-1.23.tar.gz) = 12d070a355594b9bd295a525999ca6b3c909c519 +SHA512 (Params-Validate-1.23.tar.gz) = 0f39f269ebfbe22b42fb9f76fb5e5cd12252dcfef057b9b3458aa66b28662a4ab1cc84c5124294e339421982d3343cf7218fc47db2913bb69927137d2bfd1267 +Size (Params-Validate-1.23.tar.gz) = 129865 bytes diff --git a/devel/p5-Perl6-Junction/Makefile b/devel/p5-Perl6-Junction/Makefile index 2a9f87b62eaa7..a8bfc091bcf33 100644 --- a/devel/p5-Perl6-Junction/Makefile +++ b/devel/p5-Perl6-Junction/Makefile @@ -1,5 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2015/06/12 10:49:39 wiz Exp $ -# +# $NetBSD: Makefile,v 1.12 2016/05/03 10:54:54 wiz Exp $ DISTNAME= Perl6-Junction-1.60000 PKGNAME= p5-${DISTNAME} @@ -7,7 +6,7 @@ PKGREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Perl6/} -MAINTAINER= rhaen@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/CPAN/authors/id/C/CF/CFRANKS/ COMMENT= Perl6 style Junction operators in Perl5 LICENSE= ${PERL5_LICENSE} diff --git a/devel/p5-Role-HasMessage/Makefile b/devel/p5-Role-HasMessage/Makefile index 7c4a2b61ec295..019795e3fee84 100644 --- a/devel/p5-Role-HasMessage/Makefile +++ b/devel/p5-Role-HasMessage/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2015/07/12 18:56:17 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2016/05/03 11:54:45 mef Exp $ DISTNAME= Role-HasMessage-0.006 PKGNAME= p5-${DISTNAME} @@ -19,6 +19,8 @@ DEPENDS+= p5-namespace-clean-[0-9]*:../../devel/p5-namespace-clean BUILD_DEPENDS+= p5-Moose-[0-9]*:../../devel/p5-Moose #BUILD_DEPENDS+= {perl>=5.14.1,p5-Test-Simple>=0.96}:../../devel/p5-Test-Simple +# for make test +BUILD_DEPENDS+= p5-namespace-autoclean-[0-9]*:../../devel/p5-namespace-autoclean PERL5_PACKLIST= auto/Role/HasMessage/.packlist diff --git a/devel/p5-Role-Tiny/Makefile b/devel/p5-Role-Tiny/Makefile index 3577bf67c8226..ba9754caaa942 100644 --- a/devel/p5-Role-Tiny/Makefile +++ b/devel/p5-Role-Tiny/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.18 2015/07/12 18:56:18 wiz Exp $ +# $NetBSD: Makefile,v 1.20 2016/04/24 06:32:18 wiz Exp $ -DISTNAME= Role-Tiny-2.000001 +DISTNAME= Role-Tiny-2.000003 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/H/HA/HAARG/} diff --git a/devel/p5-Role-Tiny/distinfo b/devel/p5-Role-Tiny/distinfo index 77f8f47571d43..fd22c58be605a 100644 --- a/devel/p5-Role-Tiny/distinfo +++ b/devel/p5-Role-Tiny/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.10 2015/11/03 03:28:43 agc Exp $ +$NetBSD: distinfo,v 1.12 2016/04/24 06:32:18 wiz Exp $ -SHA1 (Role-Tiny-2.000001.tar.gz) = 02035f14155797f370c192acd7df2c37d106573c -RMD160 (Role-Tiny-2.000001.tar.gz) = b59c870e69903f15de58793e3f40f8d7d86a976c -SHA512 (Role-Tiny-2.000001.tar.gz) = 64d13232db363ba53d2e1e7eb69162ef4411e3ec700dbb652fa6c91aab9b2d248ff83203274d1d1e05cc03342706566a80387b0b11dda912906da8bdc9b4f816 -Size (Role-Tiny-2.000001.tar.gz) = 21947 bytes +SHA1 (Role-Tiny-2.000003.tar.gz) = c1b607e59deccc6c19b7559670186ce9fb5a1951 +RMD160 (Role-Tiny-2.000003.tar.gz) = f375e75ef994ac70b7dc275b798fb65ea2b1cbac +SHA512 (Role-Tiny-2.000003.tar.gz) = ee1a6f776007b2fa22a2623842eac139dcb78ad17f876726b15f42d3c3a0a9a9cedcda0e013459b539b22c20d45d52b297c6589ceadd428a5573c373e543ebff +Size (Role-Tiny-2.000003.tar.gz) = 23171 bytes diff --git a/devel/p5-SVN-Notify/Makefile b/devel/p5-SVN-Notify/Makefile index 29ce0236c52d4..63ec96e93f9f0 100644 --- a/devel/p5-SVN-Notify/Makefile +++ b/devel/p5-SVN-Notify/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2015/06/12 10:49:42 wiz Exp $ +# $NetBSD: Makefile,v 1.21 2016/05/03 10:54:54 wiz Exp $ DISTNAME= SVN-Notify-2.84 PKGNAME= p5-${DISTNAME} @@ -6,7 +6,7 @@ PKGREVISION= 1 CATEGORIES= devel perl5 scm MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=SVN/} -MAINTAINER= rhaen@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/SVN-Notify/ COMMENT= Perl module for mailing messages for Subversion repository activity LICENSE= ${PERL5_LICENSE} diff --git a/devel/p5-Scalar-List-Utils/Makefile b/devel/p5-Scalar-List-Utils/Makefile index db736da41ad18..a0a3d72584c95 100644 --- a/devel/p5-Scalar-List-Utils/Makefile +++ b/devel/p5-Scalar-List-Utils/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.34 2016/02/10 07:33:27 wiz Exp $ +# $NetBSD: Makefile,v 1.35 2016/04/08 15:12:10 wiz Exp $ -DISTNAME= Scalar-List-Utils-1.43 +DISTNAME= Scalar-List-Utils-1.45 PKGNAME= p5-${DISTNAME} CATEGORIES= devel misc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Scalar/} diff --git a/devel/p5-Scalar-List-Utils/distinfo b/devel/p5-Scalar-List-Utils/distinfo index c43bf7ad97624..79bb549faaf6e 100644 --- a/devel/p5-Scalar-List-Utils/distinfo +++ b/devel/p5-Scalar-List-Utils/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.19 2016/02/10 07:33:27 wiz Exp $ +$NetBSD: distinfo,v 1.20 2016/04/08 15:12:10 wiz Exp $ -SHA1 (Scalar-List-Utils-1.43.tar.gz) = 8b62ab3d19370b5e66da422850e118d6d9a813d9 -RMD160 (Scalar-List-Utils-1.43.tar.gz) = e13b660c8b5027f6e204a70d9a2ad8a2ff36385b -SHA512 (Scalar-List-Utils-1.43.tar.gz) = e9d9d589aeee5c2d86e4e747a37a9fa8fa6f97708ec480f2dc09dbacdcba8898ee0d3886a538f149fe067a5c4c7c8635cf520ffa93068ddbbcbfee683eb85e16 -Size (Scalar-List-Utils-1.43.tar.gz) = 83419 bytes +SHA1 (Scalar-List-Utils-1.45.tar.gz) = 3eb86229acd75e4b50d1f99e839a136df42ec74b +RMD160 (Scalar-List-Utils-1.45.tar.gz) = ebf3372d6612e07e9f6a22b6b9bd9a37428015da +SHA512 (Scalar-List-Utils-1.45.tar.gz) = 879df4137205dc4c41d996fb33a0afe656499f3a6666617723fcf4c5fd74d08d150562d54da248285757990c23c1fcf7c63c20cf270e62f86f3c0a8b97535ad5 +Size (Scalar-List-Utils-1.45.tar.gz) = 86481 bytes diff --git a/devel/p5-Search-Elasticsearch/Makefile b/devel/p5-Search-Elasticsearch/Makefile index 02200754cc782..ec455d83c91a5 100644 --- a/devel/p5-Search-Elasticsearch/Makefile +++ b/devel/p5-Search-Elasticsearch/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.5 2015/09/06 06:41:44 mef Exp $ +# $NetBSD: Makefile,v 1.6 2016/04/14 12:50:34 wiz Exp $ -DISTNAME= Search-Elasticsearch-1.99 +DISTNAME= Search-Elasticsearch-2.00 PKGNAME= p5-${DISTNAME} CATEGORIES= devel MASTER_SITES= https://cpan.metacpan.org/authors/id/D/DR/DRTECH/ diff --git a/devel/p5-Search-Elasticsearch/distinfo b/devel/p5-Search-Elasticsearch/distinfo index dcef386a0799d..c4828a1f57111 100644 --- a/devel/p5-Search-Elasticsearch/distinfo +++ b/devel/p5-Search-Elasticsearch/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.4 2015/11/03 03:28:44 agc Exp $ +$NetBSD: distinfo,v 1.5 2016/04/14 12:50:34 wiz Exp $ -SHA1 (Search-Elasticsearch-1.99.tar.gz) = 99b1645b113d7a9b4613a114a0d9206f9d43c82e -RMD160 (Search-Elasticsearch-1.99.tar.gz) = 1961482246bfa5c985045f1895a5c7bd92dedbc2 -SHA512 (Search-Elasticsearch-1.99.tar.gz) = 71c3d66d410ba1df3762560bf1f3ee1d312cd13a2022e0d5e69d45c35b64022b727cec3282b4902dab50658244a6180e2651846bf2f3638d3ffa1d52a59185be -Size (Search-Elasticsearch-1.99.tar.gz) = 140176 bytes +SHA1 (Search-Elasticsearch-2.00.tar.gz) = 77e41b53bff37dbba0c28fe35bf4416155c62ad5 +RMD160 (Search-Elasticsearch-2.00.tar.gz) = bb8e959f3283e10cd445cb383c346c0128e6b825 +SHA512 (Search-Elasticsearch-2.00.tar.gz) = d20ce094418f6157054ff655911d8ad7a8acf434e67414e4368ca044ce308e6ebc29c198b26ffbcb1d288652be4fb19a23cd58832e371749f2bceb8094f74349 +Size (Search-Elasticsearch-2.00.tar.gz) = 138904 bytes diff --git a/devel/p5-Sort-Versions/Makefile b/devel/p5-Sort-Versions/Makefile index 257e59d3f6962..7bd1850b1747e 100644 --- a/devel/p5-Sort-Versions/Makefile +++ b/devel/p5-Sort-Versions/Makefile @@ -1,9 +1,7 @@ -# $NetBSD: Makefile,v 1.15 2015/06/12 10:49:43 wiz Exp $ -# +# $NetBSD: Makefile,v 1.16 2016/04/13 18:04:04 wiz Exp $ -DISTNAME= Sort-Versions-1.61 +DISTNAME= Sort-Versions-1.62 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Sort/} diff --git a/devel/p5-Sort-Versions/distinfo b/devel/p5-Sort-Versions/distinfo index 48e561343638b..e0b606d3984f1 100644 --- a/devel/p5-Sort-Versions/distinfo +++ b/devel/p5-Sort-Versions/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.4 2015/11/03 03:28:45 agc Exp $ +$NetBSD: distinfo,v 1.5 2016/04/13 18:04:04 wiz Exp $ -SHA1 (Sort-Versions-1.61.tar.gz) = 2c44d2cba8ae026463f94899ac5c6cbe4aee05ca -RMD160 (Sort-Versions-1.61.tar.gz) = 9b436248d61621224b99e44c28541451bba290ac -SHA512 (Sort-Versions-1.61.tar.gz) = e1336ffe180ebd0a15bf77d5f216809def7d297958da5d4f5e6f816c67a55f22cad48e2462b533b8b530d00b5178cda553d6dd164b6c2d9478242974d31afb59 -Size (Sort-Versions-1.61.tar.gz) = 12192 bytes +SHA1 (Sort-Versions-1.62.tar.gz) = fa2fc096719b95eda0cbd713d5b1c2e5e80f4c51 +RMD160 (Sort-Versions-1.62.tar.gz) = 05467a8e7eed92f8d1e218c6883907060ca1e11a +SHA512 (Sort-Versions-1.62.tar.gz) = b30dab96a5a31023af3ecee1857ae7bf5abc45b266294b47abb4f03c332b27825c1139d1a56bf0cfbd538487d28b3be167d83f9f5a93f079717b40157abe4d96 +Size (Sort-Versions-1.62.tar.gz) = 12295 bytes diff --git a/devel/p5-Sub-Name/Makefile b/devel/p5-Sub-Name/Makefile index 1d031386c6d17..bcc56ca060fd4 100644 --- a/devel/p5-Sub-Name/Makefile +++ b/devel/p5-Sub-Name/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.16 2015/06/12 10:49:44 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2016/04/08 14:55:59 wiz Exp $ -DISTNAME= Sub-Name-0.14 +DISTNAME= Sub-Name-0.15 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Sub/} diff --git a/devel/p5-Sub-Name/distinfo b/devel/p5-Sub-Name/distinfo index cfa6abdd23095..0d5a042a585a3 100644 --- a/devel/p5-Sub-Name/distinfo +++ b/devel/p5-Sub-Name/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.8 2015/11/03 03:28:46 agc Exp $ +$NetBSD: distinfo,v 1.9 2016/04/08 14:55:59 wiz Exp $ -SHA1 (Sub-Name-0.14.tar.gz) = efed5ab4d03f562ab469c3636c4dab28c5f64d30 -RMD160 (Sub-Name-0.14.tar.gz) = 43d607b5f151cc499ab6816b3d5285ada3af2f5a -SHA512 (Sub-Name-0.14.tar.gz) = 526fce85a60677ef93e56ea7276daff32a6be730170afa39d414d50a6253cca4556a290bf41172209e57fe79690bce1a70c4c7b672288aec4071c62d397d197b -Size (Sub-Name-0.14.tar.gz) = 75444 bytes +SHA1 (Sub-Name-0.15.tar.gz) = a9e4ea335e40437f9e95cf55794e7713d4bec9ac +RMD160 (Sub-Name-0.15.tar.gz) = c8aa08627f870b9ff38591dfc86c4f072b7478ca +SHA512 (Sub-Name-0.15.tar.gz) = 6b8f0ce56e4706148cd71d5e937986714d69162c9ce16b177866832ef1c0245f5d11f5bd555e325098ab54fdb1d46a32e37d0213d2dadef03cc53f2d4da59cc6 +Size (Sub-Name-0.15.tar.gz) = 76856 bytes diff --git a/devel/p5-Syntax-Keyword-Junction/Makefile b/devel/p5-Syntax-Keyword-Junction/Makefile index ab2503a5c1b9a..684ad8b0d16d4 100644 --- a/devel/p5-Syntax-Keyword-Junction/Makefile +++ b/devel/p5-Syntax-Keyword-Junction/Makefile @@ -1,5 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2015/06/12 10:49:45 wiz Exp $ -# +# $NetBSD: Makefile,v 1.11 2016/05/03 10:54:54 wiz Exp $ DISTNAME= Syntax-Keyword-Junction-0.003008 PKGNAME= p5-${DISTNAME} @@ -7,13 +6,15 @@ PKGREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Syntax/} -MAINTAINER= rhaen@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Syntax-Keyword-Junction/ COMMENT= Perl5 module to provide keywords for any, all, none, or one LICENSE= ${PERL5_LICENSE} DEPENDS+= p5-Sub-Exporter-Progressive>=0.001006:../../devel/p5-Sub-Exporter-Progressive DEPENDS+= p5-syntax-[0-9]*:../../devel/p5-syntax +# for make test +BUILD_DEPENDS+= p5-Test-Requires-[0-9]*:../../devel/p5-Test-Requires PERL5_PACKLIST= auto/Syntax/Keyword/Junction/.packlist diff --git a/devel/p5-TAP-Formatter-HTML/Makefile b/devel/p5-TAP-Formatter-HTML/Makefile index 88a50437ba581..33fb51fc6636a 100644 --- a/devel/p5-TAP-Formatter-HTML/Makefile +++ b/devel/p5-TAP-Formatter-HTML/Makefile @@ -1,5 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2015/07/12 18:56:19 wiz Exp $ -# +# $NetBSD: Makefile,v 1.14 2016/05/03 10:54:54 wiz Exp $ DISTNAME= TAP-Formatter-HTML-0.11 PKGNAME= p5-${DISTNAME} @@ -7,7 +6,7 @@ PKGREVISION= 4 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/S/SP/SPURKIS/} -MAINTAINER= rhaen@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/CPAN/authors/id/S/SP/SPURKIS/ COMMENT= TAP Test Harness output delegate for html output LICENSE= ${PERL5_LICENSE} diff --git a/devel/p5-Task-Weaken/Makefile b/devel/p5-Task-Weaken/Makefile index 5a08b3e4a3a2d..4041558f5021a 100644 --- a/devel/p5-Task-Weaken/Makefile +++ b/devel/p5-Task-Weaken/Makefile @@ -1,5 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2015/06/12 10:49:45 wiz Exp $ -# +# $NetBSD: Makefile,v 1.15 2016/05/03 10:54:54 wiz Exp $ DISTNAME= Task-Weaken-1.04 PKGNAME= p5-${DISTNAME} @@ -7,7 +6,7 @@ PKGREVISION= 5 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Task/} -MAINTAINER= rhaen@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist//Task-Weaken/ COMMENT= Perl 5 module to ensure that a platform has weaken support LICENSE= ${PERL5_LICENSE} diff --git a/devel/p5-Term-Shell/Makefile b/devel/p5-Term-Shell/Makefile index 648d8f819db60..5b9755cdded27 100644 --- a/devel/p5-Term-Shell/Makefile +++ b/devel/p5-Term-Shell/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2016/01/10 20:23:07 bsiegert Exp $ +# $NetBSD: Makefile,v 1.9 2016/04/04 11:09:23 taca Exp $ DISTNAME= Term-Shell-0.07 PKGNAME= p5-${DISTNAME} @@ -11,7 +11,7 @@ HOMEPAGE= http://search.cpan.org/~shlomif/${DISTNAME}/ COMMENT= Write command-line shells in Perl DEPENDS+= p5-Term-ReadKey>=2.30:../../devel/p5-Term-ReadKey -DEPENDS+= p5-Text-Autoformat-[0-9]*:../../devel/p5-Term-ReadKey +DEPENDS+= p5-Text-Autoformat-[0-9]*:../../textproc/p5-Text-Autoformat PERL5_PACKLIST= auto/Term/Shell/.packlist PERL5_MODULE_TYPE= Module::Build diff --git a/devel/p5-Test-BDD-Cucumber/Makefile b/devel/p5-Test-BDD-Cucumber/Makefile index 9ce450ce7540c..763d92f23f77f 100644 --- a/devel/p5-Test-BDD-Cucumber/Makefile +++ b/devel/p5-Test-BDD-Cucumber/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.22 2016/02/25 18:27:52 schmonz Exp $ +# $NetBSD: Makefile,v 1.23 2016/04/30 13:59:42 schmonz Exp $ -DISTNAME= Test-BDD-Cucumber-0.48 +DISTNAME= Test-BDD-Cucumber-0.50 PKGNAME= p5-${DISTNAME} CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/} diff --git a/devel/p5-Test-BDD-Cucumber/distinfo b/devel/p5-Test-BDD-Cucumber/distinfo index 95acfed0b7c2a..4900c3bf4c572 100644 --- a/devel/p5-Test-BDD-Cucumber/distinfo +++ b/devel/p5-Test-BDD-Cucumber/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.18 2016/02/25 18:27:52 schmonz Exp $ +$NetBSD: distinfo,v 1.19 2016/04/30 13:59:42 schmonz Exp $ -SHA1 (Test-BDD-Cucumber-0.48.tar.gz) = 9934e2428c5a9581adf19e7305fd4b5d4dd6a6e5 -RMD160 (Test-BDD-Cucumber-0.48.tar.gz) = 32fa09416857340955dfdf8a6cf12abf65f700a9 -SHA512 (Test-BDD-Cucumber-0.48.tar.gz) = 0852e32d1db8a0f4115c2eab9c8cd7756f6ebc16f582d928c034d3d2a2e477e60ee58389f9aba6a694e1b5d742d7c34f4b6cca2168ad0ec4bdfee472e4c93af2 -Size (Test-BDD-Cucumber-0.48.tar.gz) = 81079 bytes +SHA1 (Test-BDD-Cucumber-0.50.tar.gz) = a0f29d7b0175e04088327439a6c91869529dc566 +RMD160 (Test-BDD-Cucumber-0.50.tar.gz) = 2e397acc32e349d4fc19b9448abfd0d6ab871ea1 +SHA512 (Test-BDD-Cucumber-0.50.tar.gz) = 83ae33cd0ca772ab0b6fc022d8fc27ccc79b481ba15955b49067525004267198bb4359723ed73fd14c5432cd9393eb9624416684259aa5450eb16a7300046f70 +Size (Test-BDD-Cucumber-0.50.tar.gz) = 84739 bytes diff --git a/devel/p5-Test-Compile/Makefile b/devel/p5-Test-Compile/Makefile index 3d1c0f7bace35..22612bf47ab5f 100644 --- a/devel/p5-Test-Compile/Makefile +++ b/devel/p5-Test-Compile/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.15 2015/07/12 18:56:19 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2016/04/23 08:01:50 wen Exp $ # -DISTNAME= Test-Compile-v1.2.1 +DISTNAME= Test-Compile-v1.3.0 PKGNAME= p5-${DISTNAME:S/v1/1/} -PKGREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/} diff --git a/devel/p5-Test-Compile/distinfo b/devel/p5-Test-Compile/distinfo index a8b5e0b49b9b7..9539b6c0baff7 100644 --- a/devel/p5-Test-Compile/distinfo +++ b/devel/p5-Test-Compile/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.7 2015/11/03 03:28:50 agc Exp $ +$NetBSD: distinfo,v 1.8 2016/04/23 08:01:50 wen Exp $ -SHA1 (Test-Compile-v1.2.1.tar.gz) = 2a56b985a4cf87f2db468c3683da315967397e26 -RMD160 (Test-Compile-v1.2.1.tar.gz) = 7b8b904ffd6442727580695954866e6e6126ffab -SHA512 (Test-Compile-v1.2.1.tar.gz) = ebc11e6209e89676900d847b312252fc9915576da08ac4c9c2c73cc446e8c5007c1cdc71f0b1e3b19980a9ec2b7b9190c2d823b8510a6e2f45e798b89a979b73 -Size (Test-Compile-v1.2.1.tar.gz) = 15104 bytes +SHA1 (Test-Compile-v1.3.0.tar.gz) = f37dfc829ac5d97b3363c0291dcd28a434486711 +RMD160 (Test-Compile-v1.3.0.tar.gz) = 1c231c38fe571b0ab825a4c2c96c7bd53797905e +SHA512 (Test-Compile-v1.3.0.tar.gz) = 58396ed37a668ad005955193dfdad435d4b92f16334ed83f1ec5de8e1046bef8eec452ccefa277311f8eb903c7872fcc6ebacfeba112621f8b8ca05841089ef8 +Size (Test-Compile-v1.3.0.tar.gz) = 15198 bytes diff --git a/devel/p5-Test-Deep/Makefile b/devel/p5-Test-Deep/Makefile index 2584a47be4f4d..dbab02f6b96f2 100644 --- a/devel/p5-Test-Deep/Makefile +++ b/devel/p5-Test-Deep/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.25 2015/09/30 11:48:17 wen Exp $ +# $NetBSD: Makefile,v 1.27 2016/05/03 10:54:54 wiz Exp $ -DISTNAME= Test-Deep-0.119 +DISTNAME= Test-Deep-1.120 PKGNAME= p5-${DISTNAME} CATEGORIES= devel perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/} +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/R/RJ/RJBS/} -MAINTAINER= rhaen@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Test-Deep/ COMMENT= Perl5 module to test deep structures LICENSE= ${PERL5_LICENSE} diff --git a/devel/p5-Test-Deep/distinfo b/devel/p5-Test-Deep/distinfo index 76a840777ec91..4fae5ec1a34b7 100644 --- a/devel/p5-Test-Deep/distinfo +++ b/devel/p5-Test-Deep/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.15 2015/11/03 03:28:50 agc Exp $ +$NetBSD: distinfo,v 1.16 2016/04/15 10:35:44 wiz Exp $ -SHA1 (Test-Deep-0.119.tar.gz) = d746d1d9f853cfa8bb006be48ba0e29c7ed2b8da -RMD160 (Test-Deep-0.119.tar.gz) = 8dbb5652eb120fb1a98ca85157414b4437147e53 -SHA512 (Test-Deep-0.119.tar.gz) = ba4e0375e975b59964f4159f932c382b5d61ad5a0e6fa0808a44e81eccc9a22f653026d665e6626db62602a644afe24318c61753698121967304db1f5d95734a -Size (Test-Deep-0.119.tar.gz) = 38433 bytes +SHA1 (Test-Deep-1.120.tar.gz) = 31860fabf33520dedee66147e5962577df1ea511 +RMD160 (Test-Deep-1.120.tar.gz) = 657a339d3130eadbf5b22792aec71d11cd001da1 +SHA512 (Test-Deep-1.120.tar.gz) = 8511a3070db440b8bde3c58c2c3f9cfe81900c96e27c474d7f21c1bdcc7846b7d7bb11a3c32dabe1183957c98f0bece0442cf9874514fbe3893c88919fd35b54 +Size (Test-Deep-1.120.tar.gz) = 38973 bytes diff --git a/devel/p5-Test-Exception/Makefile b/devel/p5-Test-Exception/Makefile index c20d97900683a..54c9ec6535926 100644 --- a/devel/p5-Test-Exception/Makefile +++ b/devel/p5-Test-Exception/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.26 2015/08/06 08:32:15 wiz Exp $ +# $NetBSD: Makefile,v 1.27 2016/04/14 12:47:36 wiz Exp $ -DISTNAME= Test-Exception-0.40 +DISTNAME= Test-Exception-0.43 PKGNAME= p5-${DISTNAME} CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/} diff --git a/devel/p5-Test-Exception/distinfo b/devel/p5-Test-Exception/distinfo index 5947ef3f9c710..2a6bcc02bfe7e 100644 --- a/devel/p5-Test-Exception/distinfo +++ b/devel/p5-Test-Exception/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.14 2015/11/03 03:28:50 agc Exp $ +$NetBSD: distinfo,v 1.15 2016/04/14 12:47:36 wiz Exp $ -SHA1 (Test-Exception-0.40.tar.gz) = 9d984aa0052398c0f9bf4bf75a69885020923993 -RMD160 (Test-Exception-0.40.tar.gz) = 594281604e4fd9bc23af803f1c36c07c06f1860d -SHA512 (Test-Exception-0.40.tar.gz) = cf85ef0d1991b0797a5823f827a9ad33ceac78f163b97afab19e9c3a11e3cf7505c5a37518dadb5636db42f0337f53df8e0045a5f3fe2200159ee4d83a591902 -Size (Test-Exception-0.40.tar.gz) = 14801 bytes +SHA1 (Test-Exception-0.43.tar.gz) = f1d7589c3f8fce18331b8bba98e1429eae2e24be +RMD160 (Test-Exception-0.43.tar.gz) = b73ac3858566b3fddbfda2979ec91120858d8d3d +SHA512 (Test-Exception-0.43.tar.gz) = f5ab65ce7b142ab7a96b0075838826a7f6b975a151a285e00d99db307bea07b359d5ca44eb678ba93d97b2ae37a112f0002ae1c06bb6e5654b80ce8c5473aa20 +Size (Test-Exception-0.43.tar.gz) = 15204 bytes diff --git a/devel/p5-Test-File-Contents/Makefile b/devel/p5-Test-File-Contents/Makefile index 59d6c670c93ce..fdf40cc4240fa 100644 --- a/devel/p5-Test-File-Contents/Makefile +++ b/devel/p5-Test-File-Contents/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2015/06/12 10:49:49 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2016/05/03 10:54:54 wiz Exp $ DISTNAME= Test-File-Contents-0.21 PKGNAME= p5-${DISTNAME} @@ -6,7 +6,7 @@ PKGREVISION= 2 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/} -MAINTAINER= rhaen@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Test-File-Contents/ COMMENT= Perl5 module for test routines examining the contents of files LICENSE= ${PERL5_LICENSE} diff --git a/devel/p5-Test-Harness/Makefile b/devel/p5-Test-Harness/Makefile index 9d99874f4cb82..c8d5d85a241c3 100644 --- a/devel/p5-Test-Harness/Makefile +++ b/devel/p5-Test-Harness/Makefile @@ -1,9 +1,7 @@ -# $NetBSD: Makefile,v 1.50 2015/06/12 10:49:49 wiz Exp $ -# +# $NetBSD: Makefile,v 1.51 2016/04/14 12:46:41 wiz Exp $ -DISTNAME= Test-Harness-3.35 +DISTNAME= Test-Harness-3.36 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/L/LE/LEONT/} diff --git a/devel/p5-Test-Harness/distinfo b/devel/p5-Test-Harness/distinfo index 8f0d7f87df7c5..9bf167b376956 100644 --- a/devel/p5-Test-Harness/distinfo +++ b/devel/p5-Test-Harness/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.30 2015/11/03 03:28:51 agc Exp $ +$NetBSD: distinfo,v 1.31 2016/04/14 12:46:41 wiz Exp $ -SHA1 (Test-Harness-3.35.tar.gz) = 707ddd2dfd873014bca30841c8ceb2b88f8a3b05 -RMD160 (Test-Harness-3.35.tar.gz) = 624c647c38b2063ff8101d733827ab1225a59287 -SHA512 (Test-Harness-3.35.tar.gz) = 0efa56048d4155239eb975f34eff05523a4dff1c5e2b01f914a087573cffa242dc44cf77872b4fea4987161749f87968f0aac9f0c420c9e99cc1e4aa6032d94c -Size (Test-Harness-3.35.tar.gz) = 242400 bytes +SHA1 (Test-Harness-3.36.tar.gz) = bbfa89b016bf4c55cd6e7477357b8b3ffdb8a526 +RMD160 (Test-Harness-3.36.tar.gz) = fac810f4fd60df6f4e4461f70d9aba428bb94c9b +SHA512 (Test-Harness-3.36.tar.gz) = 77815ac1a5fda1b8089b2efafeca956087154ec30e9b1494333d55570709e0efcffe3d7281b7716d655eb692ff5aedf81e3acf6d13f1b9f58e728a0c63a0e99a +Size (Test-Harness-3.36.tar.gz) = 213440 bytes diff --git a/devel/p5-Test-Inline/Makefile b/devel/p5-Test-Inline/Makefile index add6a1f5921c4..b647742eced62 100644 --- a/devel/p5-Test-Inline/Makefile +++ b/devel/p5-Test-Inline/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2015/06/12 10:49:50 wiz Exp $ +# $NetBSD: Makefile,v 1.33 2016/05/03 10:54:54 wiz Exp $ DISTNAME= Test-Inline-2.213 PKGNAME= p5-${DISTNAME} @@ -6,7 +6,7 @@ PKGREVISION= 2 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/} -MAINTAINER= rhaen@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Test-Inline/ COMMENT= Inlining your tests next to the code being tested LICENSE= ${PERL5_LICENSE} diff --git a/devel/p5-Test-Memory-Cycle/Makefile b/devel/p5-Test-Memory-Cycle/Makefile index ccc86eb5916bf..4cba8a0d5ecff 100644 --- a/devel/p5-Test-Memory-Cycle/Makefile +++ b/devel/p5-Test-Memory-Cycle/Makefile @@ -1,9 +1,7 @@ -# $NetBSD: Makefile,v 1.17 2015/09/04 12:52:49 mef Exp $ -# +# $NetBSD: Makefile,v 1.18 2016/04/14 12:51:36 wiz Exp $ -DISTNAME= Test-Memory-Cycle-1.04 +DISTNAME= Test-Memory-Cycle-1.06 PKGNAME= p5-${DISTNAME} -PKGREVISION= 7 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/} diff --git a/devel/p5-Test-Memory-Cycle/distinfo b/devel/p5-Test-Memory-Cycle/distinfo index 82eef87c31b9e..a45df241b5730 100644 --- a/devel/p5-Test-Memory-Cycle/distinfo +++ b/devel/p5-Test-Memory-Cycle/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.5 2015/11/03 03:28:52 agc Exp $ +$NetBSD: distinfo,v 1.6 2016/04/14 12:51:36 wiz Exp $ -SHA1 (Test-Memory-Cycle-1.04.tar.gz) = c451b49cd52ce5943a43efaf64bff877742c3e99 -RMD160 (Test-Memory-Cycle-1.04.tar.gz) = e28c0d844b5d917668498624afb1eb3af8d7d525 -SHA512 (Test-Memory-Cycle-1.04.tar.gz) = f3f55947ab9440b66062036ecc6e61206a114aaf46c39a38fb3cbe727ddbb374e80dc138a066c249ef17cfb227109a28d7a7608423037b39dd05b361b1a69155 -Size (Test-Memory-Cycle-1.04.tar.gz) = 5128 bytes +SHA1 (Test-Memory-Cycle-1.06.tar.gz) = 2c3ca8f77e7198a2e96546c8436d819ad841e562 +RMD160 (Test-Memory-Cycle-1.06.tar.gz) = 71e6fed71b1994fa34d3eb401ac716f5ebd4bbd3 +SHA512 (Test-Memory-Cycle-1.06.tar.gz) = d25ffd0439e47e0b57f136489ae200ca24c8434a19473d23f70d0f8a2c8d18a93fe453e9b1b844b5edbd9c788bfe3c83f5413441389dd9b53c780f734afeb804 +Size (Test-Memory-Cycle-1.06.tar.gz) = 8928 bytes diff --git a/devel/p5-Test-MockModule/Makefile b/devel/p5-Test-MockModule/Makefile index 17cc3247cd683..7a8d46ef08b51 100644 --- a/devel/p5-Test-MockModule/Makefile +++ b/devel/p5-Test-MockModule/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.13 2016/01/30 20:49:31 rillig Exp $ -# +# $NetBSD: Makefile,v 1.14 2016/04/14 12:49:23 wiz Exp $ -DISTNAME= Test-MockModule-0.10 +DISTNAME= Test-MockModule-0.11 PKGNAME= p5-${DISTNAME} CATEGORIES= devel perl5 net MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/} diff --git a/devel/p5-Test-MockModule/distinfo b/devel/p5-Test-MockModule/distinfo index 01c5e9a1d3ed8..b570deac92963 100644 --- a/devel/p5-Test-MockModule/distinfo +++ b/devel/p5-Test-MockModule/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.4 2015/11/03 03:28:52 agc Exp $ +$NetBSD: distinfo,v 1.5 2016/04/14 12:49:23 wiz Exp $ -SHA1 (Test-MockModule-0.10.tar.gz) = b1ab6b3805a28bad9960295497880c5f723f8bd6 -RMD160 (Test-MockModule-0.10.tar.gz) = 5785001c8127bafd7d58a077521a3bd7a20b52f3 -SHA512 (Test-MockModule-0.10.tar.gz) = c7a882bb1f4382dbc13bbb05d3500d887805f66685d2fa0db3ffb9f8fe81ec846478882200c9bf451c171c2cf6d4bce277de0becadf79be046104baf658b4b13 -Size (Test-MockModule-0.10.tar.gz) = 23724 bytes +SHA1 (Test-MockModule-0.11.tar.gz) = a6d6dca16483a9e6fd57838e36ba94fa2e5b26e4 +RMD160 (Test-MockModule-0.11.tar.gz) = f261537e713f4bebecce643f8958fdf81c8eeb56 +SHA512 (Test-MockModule-0.11.tar.gz) = 417a0de701458e3e26ea194cb2de7756d9a1665b2b7283a375ee95362ee2d7b77996801d4dafd8ead12e97d59c2a57ffd1e98620446d5f47a1836c8ef18983b4 +Size (Test-MockModule-0.11.tar.gz) = 23756 bytes diff --git a/devel/p5-Test-NoWarnings/Makefile b/devel/p5-Test-NoWarnings/Makefile index 27682f634e55b..bf0894ddeda3d 100644 --- a/devel/p5-Test-NoWarnings/Makefile +++ b/devel/p5-Test-NoWarnings/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2015/06/12 10:49:51 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2016/05/03 10:54:54 wiz Exp $ DISTNAME= Test-NoWarnings-1.04 PKGNAME= p5-${DISTNAME} @@ -6,7 +6,7 @@ PKGREVISION= 5 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/} -MAINTAINER= rhaen@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Test-NoWarnings/ COMMENT= Make sure tests of Perl5 modules did not emit any warnings LICENSE= gnu-lgpl-v2.1 diff --git a/devel/p5-Test-Requires-Git/DESCR b/devel/p5-Test-Requires-Git/DESCR new file mode 100644 index 0000000000000..eca9bc3d362b8 --- /dev/null +++ b/devel/p5-Test-Requires-Git/DESCR @@ -0,0 +1,5 @@ +Test::Requires::Git checks if the version of Git available for testing +meets the given requirements. +The "current git" is obtained by running git --version (so the first git +binary found in the PATH will be tested). +If the checks fail, then all tests will be skipped. diff --git a/devel/p5-Test-Requires-Git/Makefile b/devel/p5-Test-Requires-Git/Makefile new file mode 100644 index 0000000000000..f44383348e4ea --- /dev/null +++ b/devel/p5-Test-Requires-Git/Makefile @@ -0,0 +1,21 @@ +# $NetBSD: Makefile,v 1.2 2016/04/16 13:42:24 mef Exp $ + +DISTNAME= Test-Requires-Git-1.005 +PKGNAME= p5-${DISTNAME} +CATEGORIES= devel +MASTER_SITES= http://search.cpan.org/CPAN/authors/id/B/BO/BOOK/ + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/CPAN/authors/id/B/BO/BOOK/ +COMMENT= Check your test requirements against the available version of Git +LICENSE= ${PERL5_LICENSE} + +# for make test +BUILD_DEPENDS+= p5-Git-Version-Compare-[0-9]*:../../devel/p5-Git-Version-Compare +BUILD_DEPENDS+= p5-namespace-clean-[0-9]*:../../devel/p5-namespace-clean + +PERL5_PACKLIST= auto/Test/Requires/Git/.packlist +USE_LANGUAGES= # none + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/devel/p5-Test-Requires-Git/distinfo b/devel/p5-Test-Requires-Git/distinfo new file mode 100644 index 0000000000000..b0b3a5e72f848 --- /dev/null +++ b/devel/p5-Test-Requires-Git/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2016/04/16 13:18:17 mef Exp $ + +SHA1 (Test-Requires-Git-1.005.tar.gz) = 2a9d9fa05670ae93974e3e61a299b2cd892618a6 +RMD160 (Test-Requires-Git-1.005.tar.gz) = 79c479bd791ad8926fa0d42fd78d433d323eef6c +SHA512 (Test-Requires-Git-1.005.tar.gz) = ed9488a2cce4a5279f7d24827ad182915a4628fcc4f688e0522ff9233954a04ae0502015ad9c948c2b8020a427cbf90094a0f778f3b99939f830243423923cdd +Size (Test-Requires-Git-1.005.tar.gz) = 16767 bytes diff --git a/devel/p5-Test-Script/Makefile b/devel/p5-Test-Script/Makefile index a5534ac6d3a90..7ce4df4fc9cf4 100644 --- a/devel/p5-Test-Script/Makefile +++ b/devel/p5-Test-Script/Makefile @@ -1,5 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2015/06/12 10:49:52 wiz Exp $ -# +# $NetBSD: Makefile,v 1.16 2016/05/03 10:54:54 wiz Exp $ DISTNAME= Test-Script-1.10 PKGNAME= p5-${DISTNAME} @@ -7,7 +6,7 @@ PKGREVISION= 1 CATEGORIES= perl5 devel MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/} -MAINTAINER= rhaen@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/CPAN/authors/id/A/AD/ADAMK/ COMMENT= Test::Script - Cross-platform basic tests for scripts LICENSE= ${PERL5_LICENSE} diff --git a/devel/p5-Test-Simple/Makefile b/devel/p5-Test-Simple/Makefile index 2b55faa1d5738..8a96e7d447ec0 100644 --- a/devel/p5-Test-Simple/Makefile +++ b/devel/p5-Test-Simple/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.57 2015/06/12 10:49:52 wiz Exp $ +# $NetBSD: Makefile,v 1.58 2016/05/03 10:54:54 wiz Exp $ DISTNAME= Test-Simple-1.001014 PKGNAME= p5-${DISTNAME} @@ -6,7 +6,7 @@ PKGREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/} -MAINTAINER= rhaen@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Test-Simple/ COMMENT= Perl5 module with a simple framework for writing tests LICENSE= ${PERL5_LICENSE} diff --git a/devel/p5-Test-Warnings/Makefile b/devel/p5-Test-Warnings/Makefile index a32e15e859023..1acc497ad9cac 100644 --- a/devel/p5-Test-Warnings/Makefile +++ b/devel/p5-Test-Warnings/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.12 2016/01/18 13:35:57 wen Exp $ +# $NetBSD: Makefile,v 1.13 2016/04/15 10:36:51 wiz Exp $ -DISTNAME= Test-Warnings-0.024 +DISTNAME= Test-Warnings-0.026 PKGNAME= p5-${DISTNAME} CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/} diff --git a/devel/p5-Test-Warnings/distinfo b/devel/p5-Test-Warnings/distinfo index 7cadf51b6ffa2..41e5576892a6a 100644 --- a/devel/p5-Test-Warnings/distinfo +++ b/devel/p5-Test-Warnings/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.8 2016/01/18 13:35:57 wen Exp $ +$NetBSD: distinfo,v 1.9 2016/04/15 10:36:51 wiz Exp $ -SHA1 (Test-Warnings-0.024.tar.gz) = d3742d1af8e0d5dde0db9581b9448ea5780281a0 -RMD160 (Test-Warnings-0.024.tar.gz) = 5ff56939bb8f5820f309c3ce5f07121f9e93de81 -SHA512 (Test-Warnings-0.024.tar.gz) = f4eef771f18fe24a101376ad2972d89500f72bde620958b38b226c42a415ac328cdeb20c291c74b9fb0991f129a5f0aab5ae0f8cbd06b430005ab4564bfb2748 -Size (Test-Warnings-0.024.tar.gz) = 37279 bytes +SHA1 (Test-Warnings-0.026.tar.gz) = 7b094d105d978c46896bc65e75b6ce6b5936959a +RMD160 (Test-Warnings-0.026.tar.gz) = 87e50ea003e8a3509b50f8f6442d52ef3a49a4b7 +SHA512 (Test-Warnings-0.026.tar.gz) = 510e182299173fa01482cde642fe5d84a77ea2f3b1761c7d8bf855caed963f276134357b4d7662bb3fbf09621ac6e11451fe19bf0ba2cf96bc841c280a624cd4 +Size (Test-Warnings-0.026.tar.gz) = 38058 bytes diff --git a/devel/p5-Tree-DAG_Node/Makefile b/devel/p5-Tree-DAG_Node/Makefile index 80b1e52ae86c3..d1f9fdaa5b471 100644 --- a/devel/p5-Tree-DAG_Node/Makefile +++ b/devel/p5-Tree-DAG_Node/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.32 2015/07/12 18:56:20 wiz Exp $ +# $NetBSD: Makefile,v 1.33 2016/04/29 07:40:08 mef Exp $ -DISTNAME= Tree-DAG_Node-1.26 +DISTNAME= Tree-DAG_Node-1.29 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Tree/} EXTRACT_SUFX= .tgz diff --git a/devel/p5-Tree-DAG_Node/distinfo b/devel/p5-Tree-DAG_Node/distinfo index c85f1901197c7..9488605f9c426 100644 --- a/devel/p5-Tree-DAG_Node/distinfo +++ b/devel/p5-Tree-DAG_Node/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.16 2015/11/03 03:28:56 agc Exp $ +$NetBSD: distinfo,v 1.17 2016/04/29 07:40:08 mef Exp $ -SHA1 (Tree-DAG_Node-1.26.tgz) = 89cedf61dfe5176f1a1ee3d2b625a0ed4c29461d -RMD160 (Tree-DAG_Node-1.26.tgz) = f9688ca023177e507832c4f9f91cad2b071ad0d2 -SHA512 (Tree-DAG_Node-1.26.tgz) = 226f824d46ad49362ffb12cc2eb9020891562f7fa85be4f8e382ebf5fe5c1c85c843ab45a5b63429120d9b75a698ba09d9497eaabc2b6c29bff0ef6681241259 -Size (Tree-DAG_Node-1.26.tgz) = 56728 bytes +SHA1 (Tree-DAG_Node-1.29.tgz) = ad1f84f7e0b7ea983b06d800e59c6860f6cdf3e3 +RMD160 (Tree-DAG_Node-1.29.tgz) = e7d86a50db9623cfbe9e6c1508daefab4fbc230f +SHA512 (Tree-DAG_Node-1.29.tgz) = ec5ef67834360a0931bf742f5814b92ecdacf3751801028c85485f3c51c21a139d2095974b1df65aafbb24e78611d92b013c9473efd6c24381c54b2d698d3b42 +Size (Tree-DAG_Node-1.29.tgz) = 52498 bytes diff --git a/devel/p5-Tree-Simple-VisitorFactory/Makefile b/devel/p5-Tree-Simple-VisitorFactory/Makefile index 84bb6e3e61f9c..8ee59f699bf35 100644 --- a/devel/p5-Tree-Simple-VisitorFactory/Makefile +++ b/devel/p5-Tree-Simple-VisitorFactory/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.12 2015/06/12 10:49:55 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2016/04/29 07:35:37 mef Exp $ -DISTNAME= Tree-Simple-VisitorFactory-0.12 +DISTNAME= Tree-Simple-VisitorFactory-0.14 PKGNAME= p5-${DISTNAME} -PKGREVISION= 2 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Tree/} EXTRACT_SUFX= .tgz diff --git a/devel/p5-Tree-Simple-VisitorFactory/distinfo b/devel/p5-Tree-Simple-VisitorFactory/distinfo index d661c1b22342f..1de38e71e8c0b 100644 --- a/devel/p5-Tree-Simple-VisitorFactory/distinfo +++ b/devel/p5-Tree-Simple-VisitorFactory/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.3 2015/11/03 03:28:56 agc Exp $ +$NetBSD: distinfo,v 1.4 2016/04/29 07:35:37 mef Exp $ -SHA1 (Tree-Simple-VisitorFactory-0.12.tgz) = 43444a6347374d5ac1bead3152b0de4c95151dbb -RMD160 (Tree-Simple-VisitorFactory-0.12.tgz) = 2b6e07ee91780c7646f4e47b5f95c31e37b3ebfa -SHA512 (Tree-Simple-VisitorFactory-0.12.tgz) = 24cca363d38a3e8fc0f8c0fc214dcc4efdcb38e24db07a46ad91ee6eb59d2cba0c4c16108871bb585e0ef1274ed1479a16e80295914372dbb5ffbec5776ce531 -Size (Tree-Simple-VisitorFactory-0.12.tgz) = 44779 bytes +SHA1 (Tree-Simple-VisitorFactory-0.14.tgz) = 1ab6a7a44d82fca02421c63c4cb46d552f79380e +RMD160 (Tree-Simple-VisitorFactory-0.14.tgz) = 5621cbaef052acb2ebde804ebe559db9ec9838ce +SHA512 (Tree-Simple-VisitorFactory-0.14.tgz) = 91a445c3987ea1cf44f0d86b0a5a9e1f5dc1389a66f71d2357fb573913671f941f09fab548c0a46d969ac82d674d291aae36739bedbeac5f94372534601d64f0 +Size (Tree-Simple-VisitorFactory-0.14.tgz) = 41582 bytes diff --git a/devel/p5-Tree-Simple/Makefile b/devel/p5-Tree-Simple/Makefile index 59e0de131b0e9..32856ca8632bc 100644 --- a/devel/p5-Tree-Simple/Makefile +++ b/devel/p5-Tree-Simple/Makefile @@ -1,14 +1,12 @@ -# $NetBSD: Makefile,v 1.24 2015/07/12 18:56:20 wiz Exp $ -# +# $NetBSD: Makefile,v 1.26 2016/05/03 10:54:54 wiz Exp $ -DISTNAME= Tree-Simple-1.25 +DISTNAME= Tree-Simple-1.28 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Tree/} EXTRACT_SUFX= .tgz -MAINTAINER= rhaen@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Tree-Simple/ COMMENT= Simple extension to manipulate tree objects LICENSE= ${PERL5_LICENSE} diff --git a/devel/p5-Tree-Simple/distinfo b/devel/p5-Tree-Simple/distinfo index 160426164095b..d157531ed80ca 100644 --- a/devel/p5-Tree-Simple/distinfo +++ b/devel/p5-Tree-Simple/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.10 2015/11/03 03:28:56 agc Exp $ +$NetBSD: distinfo,v 1.11 2016/04/29 07:32:46 mef Exp $ -SHA1 (Tree-Simple-1.25.tgz) = ecbd891cbf46e5f0fdcd19e1340a58394eac9417 -RMD160 (Tree-Simple-1.25.tgz) = 32c4787d0f425d8104d06eb63f968f42d2705bd9 -SHA512 (Tree-Simple-1.25.tgz) = 8eab892c9faba1c5b207c5122ccd909b99a9d6db39621e037cf55db34cb0bafd5ab04cdb98efa6c3c27311964d33fe7fe7f8402ff934b0966b441a0f54d4ecc4 -Size (Tree-Simple-1.25.tgz) = 44704 bytes +SHA1 (Tree-Simple-1.28.tgz) = f2483614b4eb5b7486578928bf956d3660442844 +RMD160 (Tree-Simple-1.28.tgz) = 6c79c895b1ae0ddc9df5256dbf784f458daf7bbb +SHA512 (Tree-Simple-1.28.tgz) = 5872a63cd7c07649e736f05f4dbadfa685d1868ff1852c52b1b5976afaae6a4798ee9b2a98b71aedddf9ce2eb81e35c0b1ac7fe6ac33f111455efc2d170053cb +Size (Tree-Simple-1.28.tgz) = 47259 bytes diff --git a/devel/p5-Variable-Magic/Makefile b/devel/p5-Variable-Magic/Makefile index 245d97611a30b..8f9d4d544c574 100644 --- a/devel/p5-Variable-Magic/Makefile +++ b/devel/p5-Variable-Magic/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.30 2015/08/06 08:26:17 wiz Exp $ +# $NetBSD: Makefile,v 1.31 2016/04/14 12:48:26 wiz Exp $ -DISTNAME= Variable-Magic-0.58 +DISTNAME= Variable-Magic-0.59 PKGNAME= p5-${DISTNAME} CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Variable/} diff --git a/devel/p5-Variable-Magic/distinfo b/devel/p5-Variable-Magic/distinfo index 3d9461518b131..602ea8f44fcca 100644 --- a/devel/p5-Variable-Magic/distinfo +++ b/devel/p5-Variable-Magic/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.23 2015/11/03 03:28:57 agc Exp $ +$NetBSD: distinfo,v 1.24 2016/04/14 12:48:26 wiz Exp $ -SHA1 (Variable-Magic-0.58.tar.gz) = ea41fda3580d17bc546124c9e23fa025b97bf1fb -RMD160 (Variable-Magic-0.58.tar.gz) = 6ee0a6e219b9a3a27bd8e26bd3444a9f75f1ff1b -SHA512 (Variable-Magic-0.58.tar.gz) = 0318dc08c73f4680731fda15c35301454cf12cd366c8276b80f36441ecbc92edd6659238a80d0749d1faa25c1dcb4ec1c3d652f1a3d96694c93967507a903ed1 -Size (Variable-Magic-0.58.tar.gz) = 73506 bytes +SHA1 (Variable-Magic-0.59.tar.gz) = 771801759f136537d3f430d5f5e0986fbdce781b +RMD160 (Variable-Magic-0.59.tar.gz) = b3ac539aa6cd32a39629307feba907324ce377b3 +SHA512 (Variable-Magic-0.59.tar.gz) = 500def84c3ef27afc0ee41d3737d4dc9d527ecd6f2fddbf53f969548d843adf30990f7b2704aa6db654bcfea9e2a6906fc5f3b89ef933abb22c72ac528acad1f +Size (Variable-Magic-0.59.tar.gz) = 74019 bytes diff --git a/devel/p5-Want/Makefile b/devel/p5-Want/Makefile index 2302de0b9be70..cc6a420a5144c 100644 --- a/devel/p5-Want/Makefile +++ b/devel/p5-Want/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.26 2016/03/04 13:26:07 wen Exp $ +# $NetBSD: Makefile,v 1.27 2016/05/03 10:54:55 wiz Exp $ DISTNAME= Want-0.29 PKGNAME= p5-${DISTNAME} CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Algorithm/ROBIN/} # this is a hack -MAINTAINER= rhaen@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Want/ COMMENT= Perl module providing a generalisation of wantarray LICENSE= ${PERL5_LICENSE} diff --git a/devel/p5-accessors/Makefile b/devel/p5-accessors/Makefile index c53ee165af627..b3eda5d9f0c08 100644 --- a/devel/p5-accessors/Makefile +++ b/devel/p5-accessors/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2015/06/12 10:49:56 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2016/05/03 10:54:55 wiz Exp $ DISTNAME= accessors-1.01 PKGNAME= p5-${DISTNAME} @@ -6,7 +6,7 @@ PKGREVISION= 6 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/S/SP/SPURKIS/} -MAINTAINER= rhaen@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/accessors/ COMMENT= Perl module - create accessor methods in caller's package LICENSE= ${PERL5_LICENSE} diff --git a/devel/p5-autobox-Core/Makefile b/devel/p5-autobox-Core/Makefile index fba2a55ef683f..93b26cf5d2e38 100644 --- a/devel/p5-autobox-Core/Makefile +++ b/devel/p5-autobox-Core/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.12 2016/01/01 01:37:49 wen Exp $ +# $NetBSD: Makefile,v 1.13 2016/04/08 13:36:23 wen Exp $ -DISTNAME= autobox-Core-1.30 +DISTNAME= autobox-Core-1.32 PKGNAME= p5-${DISTNAME} CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=autobox/} @@ -13,7 +13,8 @@ LICENSE= ${PERL5_LICENSE} USE_LANGUAGES= # empty PERL5_PACKLIST= auto/autobox/Core/.packlist -DEPENDS+= p5-autobox>=0.11:../../devel/p5-autobox +DEPENDS+= p5-autobox>=2.71:../../devel/p5-autobox +DEPENDS+= p5-Want>=0.26:../../devel/p5-Want .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/p5-autobox-Core/distinfo b/devel/p5-autobox-Core/distinfo index 076900cb138c5..98a0ea8c0f551 100644 --- a/devel/p5-autobox-Core/distinfo +++ b/devel/p5-autobox-Core/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.6 2016/01/01 01:37:49 wen Exp $ +$NetBSD: distinfo,v 1.7 2016/04/08 13:36:23 wen Exp $ -SHA1 (autobox-Core-1.30.tar.gz) = 8a4ab35feea883cc9c982eab1d625f50b4550703 -RMD160 (autobox-Core-1.30.tar.gz) = 2fa9b6679d3669c69b92d6c4de24bfa76523343e -SHA512 (autobox-Core-1.30.tar.gz) = e10c71dff77613808e13c8542be5ddcf3446aa1053d1e3fd5dd94bd1038eb29e2938f00b7469d92345f9612a66b699a5ec240874df8b7935a437aefa3137d498 -Size (autobox-Core-1.30.tar.gz) = 38631 bytes +SHA1 (autobox-Core-1.32.tar.gz) = e2881a00adcac8f49b399f0adc59704aede7c371 +RMD160 (autobox-Core-1.32.tar.gz) = b71b7b2776d96679f7fde5fc14ce50fe4f5a97c5 +SHA512 (autobox-Core-1.32.tar.gz) = 9e599edeca80b6e877249021e8e9cb4f8c9e0267b6b22bef86ef2fcc8901fb6c5e1d9fcd52d66a2229eb54cc805747c8952ddf0c22997808edc1a627c242e1cb +Size (autobox-Core-1.32.tar.gz) = 38994 bytes diff --git a/devel/p5-glib2/Makefile b/devel/p5-glib2/Makefile index 60deb92db5f5f..54e13307aa37b 100644 --- a/devel/p5-glib2/Makefile +++ b/devel/p5-glib2/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.52 2015/06/12 10:49:57 wiz Exp $ +# $NetBSD: Makefile,v 1.53 2016/04/20 12:09:17 mef Exp $ -DISTNAME= Glib-1.307 +DISTNAME= Glib-1.321 PKGNAME= p5-${DISTNAME:S/Glib/glib2/} -PKGREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gtk2-perl/} diff --git a/devel/p5-glib2/distinfo b/devel/p5-glib2/distinfo index 8f39abb2a684c..2d404236b5b9e 100644 --- a/devel/p5-glib2/distinfo +++ b/devel/p5-glib2/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.21 2015/11/03 03:28:59 agc Exp $ +$NetBSD: distinfo,v 1.22 2016/04/20 12:09:17 mef Exp $ -SHA1 (Glib-1.307.tar.gz) = c8ff231ab9518ec4d307e2c67a64a1e8ab7f5464 -RMD160 (Glib-1.307.tar.gz) = d15c0a008b072334d9761203db3f37b7aa3f6c40 -SHA512 (Glib-1.307.tar.gz) = e37efcf5ab78cb9e17c3a872b0fbf00759bf0f687223474e2ec1ab8612868fc1e104dba3217e4668960f94e4ba811e096ec199735de80e365fb93b84e14c9806 -Size (Glib-1.307.tar.gz) = 286956 bytes +SHA1 (Glib-1.321.tar.gz) = d1dedfcb69943ec5e6e4028227a388359417a26a +RMD160 (Glib-1.321.tar.gz) = 86e712f786dd89d44df7841876a267fa0d55606b +SHA512 (Glib-1.321.tar.gz) = 347edcbc41dd067808404c192fb8be83da4ce9b8b69cdac2b6dbe8cb5b4d2961e74163eaff5a002356a4cbd984251e20c0fe3f16df123069175ab08ec83fc5e8 +Size (Glib-1.321.tar.gz) = 296864 bytes diff --git a/devel/p5-namespace-autoclean/Makefile b/devel/p5-namespace-autoclean/Makefile index 8d654fd15120c..a57d1878ae9cd 100644 --- a/devel/p5-namespace-autoclean/Makefile +++ b/devel/p5-namespace-autoclean/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.19 2015/11/26 13:06:29 mef Exp $ +# $NetBSD: Makefile,v 1.20 2016/04/15 12:47:02 wiz Exp $ DISTNAME= namespace-autoclean-0.28 PKGNAME= p5-${DISTNAME} +PKGREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=namespace/} @@ -10,13 +11,16 @@ HOMEPAGE= http://search.cpan.org/dist/namespace-autoclean/ COMMENT= Keep imports out of your namespace LICENSE= ${PERL5_LICENSE} -DEPENDS+= p5-Moose>=2:../../devel/p5-Moose DEPENDS+= p5-B-Hooks-EndOfScope-[0-9]*:../../devel/p5-B-Hooks-EndOfScope DEPENDS+= p5-namespace-clean>=0.11:../../devel/p5-namespace-clean +DEPENDS+= p5-Sub-Identify-[0-9]*:../../devel/p5-Sub-Identify -BUILD_DEPENDS+= p5-Sub-Name-[0-9]*:../../devel/p5-Sub-Name # for make test BUILD_DEPENDS+= p5-Test-Requires-[0-9]*:../../devel/p5-Test-Requires +BUILD_DEPENDS+= p5-Sub-Name-[0-9]*:../../devel/p5-Sub-Name + +# used by some tests but would introduce cyclic dependency +#BUILD_DEPENDS+= p5-Moose>=2:../../devel/p5-Moose USE_LANGUAGES= # empty PERL5_PACKLIST= auto/namespace/autoclean/.packlist diff --git a/devel/p5-strictures/Makefile b/devel/p5-strictures/Makefile index 0a4407fae256e..0321a0652024e 100644 --- a/devel/p5-strictures/Makefile +++ b/devel/p5-strictures/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.17 2015/11/08 08:29:40 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2016/04/22 09:35:48 wiz Exp $ -DISTNAME= strictures-2.000002 +DISTNAME= strictures-2.000003 PKGNAME= p5-${DISTNAME} CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/H/HA/HAARG/} diff --git a/devel/p5-strictures/distinfo b/devel/p5-strictures/distinfo index ac6a2c7d99cb8..19483e32503b9 100644 --- a/devel/p5-strictures/distinfo +++ b/devel/p5-strictures/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.13 2015/11/08 08:29:40 wiz Exp $ +$NetBSD: distinfo,v 1.14 2016/04/22 09:35:48 wiz Exp $ -SHA1 (strictures-2.000002.tar.gz) = 40fa08fd4d2d38431f545a3555d829bbc1ee23f7 -RMD160 (strictures-2.000002.tar.gz) = cfb06d9bf0fca8f864dfd4890f885dd064d15894 -SHA512 (strictures-2.000002.tar.gz) = 30e7d02b4a240ef201e80f49066205f8563efade402bded4d0a818b0bde7c3bc5c4378e65b4e537ebd22d97ccab44e245764862eba5919770340d3811de346ef -Size (strictures-2.000002.tar.gz) = 15185 bytes +SHA1 (strictures-2.000003.tar.gz) = 7a8e4855318f17bff6656c01bf93ceacde7ee7c6 +RMD160 (strictures-2.000003.tar.gz) = a593fef6223922c278da45444ccb8940bcb6addc +SHA512 (strictures-2.000003.tar.gz) = c187a32f70c2be97cbe783e700d54d1e7b7ce7a8ea0b5ce72851b1efbe9b64121fb4b626463c4c62fb384893e4e3102afeaa21cd3e500fefc61c5b4b3924d21b +Size (strictures-2.000003.tar.gz) = 15319 bytes diff --git a/devel/p5-subversion/Makefile b/devel/p5-subversion/Makefile index e1275734c4315..7015cfa76b686 100644 --- a/devel/p5-subversion/Makefile +++ b/devel/p5-subversion/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.90 2016/03/05 11:28:24 jperkin Exp $ +# $NetBSD: Makefile,v 1.92 2016/05/01 00:48:33 ryoon Exp $ PKGNAME= p5-subversion-${SVNVER} -PKGREVISION= 1 COMMENT= Perl bindings for Subversion .include "../../devel/subversion/Makefile.common" diff --git a/devel/p5-version/Makefile b/devel/p5-version/Makefile index 24eb5a45684d6..4dbd9076ebac0 100644 --- a/devel/p5-version/Makefile +++ b/devel/p5-version/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.34 2016/02/25 00:40:24 wen Exp $ +# $NetBSD: Makefile,v 1.35 2016/04/17 12:53:50 wen Exp $ -DISTNAME= version-0.9914 +DISTNAME= version-0.9916 PKGNAME= p5-${DISTNAME} CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=version/} diff --git a/devel/p5-version/distinfo b/devel/p5-version/distinfo index 361da25644d7d..895d3bd739a88 100644 --- a/devel/p5-version/distinfo +++ b/devel/p5-version/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.25 2016/02/25 00:40:24 wen Exp $ +$NetBSD: distinfo,v 1.26 2016/04/17 12:53:50 wen Exp $ -SHA1 (version-0.9914.tar.gz) = c33b5dc786085b290ff6a0837f347261a8cd8b6f -RMD160 (version-0.9914.tar.gz) = 455966ff7a7f00180bb12e1d319bc980453296ff -SHA512 (version-0.9914.tar.gz) = 7b1c62487ec7b024aad4c57a3ecd0d2e1fb03812d0f42548371f9499f405fd1824b5da2954fcb49051a4d1b82a9bc8b612f0c0ee987332049467fc07f4a4dfad -Size (version-0.9914.tar.gz) = 126276 bytes +SHA1 (version-0.9916.tar.gz) = 9943c942e8226bb9fc9dbfea5ae25bb82b8ac3f0 +RMD160 (version-0.9916.tar.gz) = 059b533e703ed8dd554de9251f06969ff73415c4 +SHA512 (version-0.9916.tar.gz) = 0d32a050a33d3d5a69bbc4437d7772fd25b37cd605a08bfa81253ca38c828314cb7e78eaa5313f669e135b8140ff74990568cd7accd4bd0e1c77886dc70d999f +Size (version-0.9916.tar.gz) = 127034 bytes diff --git a/devel/pango/Makefile b/devel/pango/Makefile index c31a815a55164..429fcfb9e9bc2 100644 --- a/devel/pango/Makefile +++ b/devel/pango/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.199 2015/06/30 10:38:13 ryoon Exp $ +# $NetBSD: Makefile,v 1.201 2016/04/23 07:49:36 prlw1 Exp $ -DISTNAME= pango-1.37.1 +DISTNAME= pango-1.40.1 CATEGORIES= devel fonts MASTER_SITES= ${MASTER_SITE_GNOME:=sources/pango/${PKGVERSION_NOREV:R}/} EXTRACT_SUFX= .tar.xz diff --git a/devel/pango/PLIST b/devel/pango/PLIST index 040775d2c17bb..e0f5c6d0d05d5 100644 --- a/devel/pango/PLIST +++ b/devel/pango/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.63 2015/06/10 23:30:24 prlw1 Exp $ +@comment $NetBSD: PLIST,v 1.65 2016/04/23 07:49:36 prlw1 Exp $ bin/pango-view include/pango-1.0/pango/pango-attributes.h include/pango-1.0/pango/pango-bidi-type.h @@ -76,13 +76,13 @@ share/gtk-doc/html/pango/api-index-1-32.html share/gtk-doc/html/pango/api-index-1-34.html share/gtk-doc/html/pango/api-index-1-38.html share/gtk-doc/html/pango/api-index-1-4.html +share/gtk-doc/html/pango/api-index-1-40.html share/gtk-doc/html/pango/api-index-1-6.html share/gtk-doc/html/pango/api-index-1-8.html share/gtk-doc/html/pango/api-index-deprecated.html share/gtk-doc/html/pango/api-index-full.html share/gtk-doc/html/pango/home.png share/gtk-doc/html/pango/index.html -share/gtk-doc/html/pango/index.sgml share/gtk-doc/html/pango/layout.gif share/gtk-doc/html/pango/left-insensitive.png share/gtk-doc/html/pango/left.png diff --git a/devel/pango/buildlink3.mk b/devel/pango/buildlink3.mk index 868e46d919d31..2d0758ff9645f 100644 --- a/devel/pango/buildlink3.mk +++ b/devel/pango/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.44 2015/04/25 14:20:38 tnn Exp $ +# $NetBSD: buildlink3.mk,v 1.45 2016/04/09 06:14:51 wiz Exp $ BUILDLINK_TREE+= pango @@ -14,6 +14,10 @@ BUILDLINK_PKGSRCDIR.pango?= ../../devel/pango pkgbase := pango .include "../../mk/pkg-build-options.mk" +.if !empty(PKG_BUILD_OPTIONS.pango:Mlibthai) +.include "../../devel/libthai/buildlink3.mk" +.endif + .if !empty(PKG_BUILD_OPTIONS.pango:Mx11) .include "../../x11/libXft/buildlink3.mk" .include "../../x11/libXrender/buildlink3.mk" diff --git a/devel/pango/distinfo b/devel/pango/distinfo index fbf39313aeae0..7fbbac068fd07 100644 --- a/devel/pango/distinfo +++ b/devel/pango/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.108 2015/11/03 03:29:01 agc Exp $ +$NetBSD: distinfo,v 1.110 2016/04/23 07:49:36 prlw1 Exp $ -SHA1 (pango-1.37.1.tar.xz) = bb11406b05fd539661b749dd531e13a40b39119b -RMD160 (pango-1.37.1.tar.xz) = 26a3d7ada7a72c84ee4c4e3ad9f86da35557bf31 -SHA512 (pango-1.37.1.tar.xz) = 6b8593571fd2e29ad6d5efecd4fa9231f25d3fae3175a4461ab225a1412ee10b8089c037ff0f0c845a415dac95dd19914359f694e445d806e0d7b7b1b647fd95 -Size (pango-1.37.1.tar.xz) = 1047084 bytes +SHA1 (pango-1.40.1.tar.xz) = 4021b704c2da2ca5ebfc51c714053b7e1907282c +RMD160 (pango-1.40.1.tar.xz) = 3a1456de11d699a21df9f5c4e5cec8d389241617 +SHA512 (pango-1.40.1.tar.xz) = 0245fca0156eb7a26ac65ae23ae026271355a506f9bd4f1c0f3a5c3ac8bb44d04561390bdf259370220aaad6d883563721bfdcb4bfa47615fad47fddfe4f620f +Size (pango-1.40.1.tar.xz) = 1051912 bytes SHA1 (patch-pango_pangocoretext.h) = d6817eb02f0020c102ab95d63202f9508a70e647 SHA1 (patch-pangocairo-coretext.h) = 2f7c8efad48b58398070f48e71c16d99d3d59f57 diff --git a/devel/pangomm/Makefile b/devel/pangomm/Makefile index 18c7051215ff9..697292eaf7873 100644 --- a/devel/pangomm/Makefile +++ b/devel/pangomm/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.40 2015/10/15 14:19:54 tnn Exp $ +# $NetBSD: Makefile,v 1.41 2016/04/12 21:28:55 adam Exp $ -DISTNAME= pangomm-2.34.0 -PKGREVISION= 10 +DISTNAME= pangomm-2.40.0 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNOME:=sources/pangomm/${PKGVERSION_NOREV:R}/} EXTRACT_SUFX= .tar.xz @@ -14,14 +13,14 @@ LICENSE= gnu-lgpl-v2.1 CONFLICTS+= gtkmm<=2.13.5 USE_LANGUAGES= c c++ -CXXFLAGS+= -std=c++11 USE_LIBTOOL= yes USE_PKGLOCALEDIR= yes USE_TOOLS+= gmake pkg-config perl:run GNU_CONFIGURE= yes - PKGCONFIG_OVERRIDE+= pango/pangomm.pc.in +CXXFLAGS+= -std=c++11 + BUILDLINK_API_DEPENDS.pango+= pango>=1.26.0 .include "../../devel/glibmm/buildlink3.mk" diff --git a/devel/pangomm/PLIST b/devel/pangomm/PLIST index e21e629a453fc..ec732dc031448 100644 --- a/devel/pangomm/PLIST +++ b/devel/pangomm/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.9 2013/05/20 20:49:22 adam Exp $ +@comment $NetBSD: PLIST,v 1.10 2016/04/12 21:28:55 adam Exp $ include/pangomm-1.4/pangomm.h include/pangomm-1.4/pangomm/attributes.h include/pangomm-1.4/pangomm/attriter.h @@ -63,36 +63,48 @@ share/devhelp/books/pangomm-1.4/pangomm-1.4.devhelp2 share/doc/pangomm-1.4/images/gtkmm_logo.gif share/doc/pangomm-1.4/images/top.gif share/doc/pangomm-1.4/reference/html/annotated.html +share/doc/pangomm-1.4/reference/html/arrowdown.png +share/doc/pangomm-1.4/reference/html/arrowright.png share/doc/pangomm-1.4/reference/html/bc_s.png share/doc/pangomm-1.4/reference/html/bdwn.png share/doc/pangomm-1.4/reference/html/classPango_1_1Analysis-members.html share/doc/pangomm-1.4/reference/html/classPango_1_1Analysis.html share/doc/pangomm-1.4/reference/html/classPango_1_1AttrColor-members.html share/doc/pangomm-1.4/reference/html/classPango_1_1AttrColor.html +share/doc/pangomm-1.4/reference/html/classPango_1_1AttrColor__inherit__graph.png share/doc/pangomm-1.4/reference/html/classPango_1_1AttrFloat-members.html share/doc/pangomm-1.4/reference/html/classPango_1_1AttrFloat.html +share/doc/pangomm-1.4/reference/html/classPango_1_1AttrFloat__inherit__graph.png share/doc/pangomm-1.4/reference/html/classPango_1_1AttrFontDesc-members.html share/doc/pangomm-1.4/reference/html/classPango_1_1AttrFontDesc.html +share/doc/pangomm-1.4/reference/html/classPango_1_1AttrFontDesc__inherit__graph.png share/doc/pangomm-1.4/reference/html/classPango_1_1AttrInt-members.html share/doc/pangomm-1.4/reference/html/classPango_1_1AttrInt.html +share/doc/pangomm-1.4/reference/html/classPango_1_1AttrInt__inherit__graph.png share/doc/pangomm-1.4/reference/html/classPango_1_1AttrIter-members.html share/doc/pangomm-1.4/reference/html/classPango_1_1AttrIter.html share/doc/pangomm-1.4/reference/html/classPango_1_1AttrLanguage-members.html share/doc/pangomm-1.4/reference/html/classPango_1_1AttrLanguage.html +share/doc/pangomm-1.4/reference/html/classPango_1_1AttrLanguage__inherit__graph.png share/doc/pangomm-1.4/reference/html/classPango_1_1AttrList-members.html share/doc/pangomm-1.4/reference/html/classPango_1_1AttrList.html share/doc/pangomm-1.4/reference/html/classPango_1_1AttrShape-members.html share/doc/pangomm-1.4/reference/html/classPango_1_1AttrShape.html +share/doc/pangomm-1.4/reference/html/classPango_1_1AttrShape__inherit__graph.png share/doc/pangomm-1.4/reference/html/classPango_1_1AttrString-members.html share/doc/pangomm-1.4/reference/html/classPango_1_1AttrString.html +share/doc/pangomm-1.4/reference/html/classPango_1_1AttrString__inherit__graph.png share/doc/pangomm-1.4/reference/html/classPango_1_1Attribute-members.html share/doc/pangomm-1.4/reference/html/classPango_1_1Attribute.html +share/doc/pangomm-1.4/reference/html/classPango_1_1Attribute__inherit__graph.png share/doc/pangomm-1.4/reference/html/classPango_1_1CairoFontMap-members.html share/doc/pangomm-1.4/reference/html/classPango_1_1CairoFontMap.html +share/doc/pangomm-1.4/reference/html/classPango_1_1CairoFontMap__inherit__graph.png share/doc/pangomm-1.4/reference/html/classPango_1_1Color-members.html share/doc/pangomm-1.4/reference/html/classPango_1_1Color.html share/doc/pangomm-1.4/reference/html/classPango_1_1Context-members.html share/doc/pangomm-1.4/reference/html/classPango_1_1Context.html +share/doc/pangomm-1.4/reference/html/classPango_1_1Context__inherit__graph.png share/doc/pangomm-1.4/reference/html/classPango_1_1Coverage-members.html share/doc/pangomm-1.4/reference/html/classPango_1_1Coverage.html share/doc/pangomm-1.4/reference/html/classPango_1_1Font-members.html @@ -101,14 +113,19 @@ share/doc/pangomm-1.4/reference/html/classPango_1_1FontDescription-members.html share/doc/pangomm-1.4/reference/html/classPango_1_1FontDescription.html share/doc/pangomm-1.4/reference/html/classPango_1_1FontFace-members.html share/doc/pangomm-1.4/reference/html/classPango_1_1FontFace.html +share/doc/pangomm-1.4/reference/html/classPango_1_1FontFace__inherit__graph.png share/doc/pangomm-1.4/reference/html/classPango_1_1FontFamily-members.html share/doc/pangomm-1.4/reference/html/classPango_1_1FontFamily.html +share/doc/pangomm-1.4/reference/html/classPango_1_1FontFamily__inherit__graph.png share/doc/pangomm-1.4/reference/html/classPango_1_1FontMap-members.html share/doc/pangomm-1.4/reference/html/classPango_1_1FontMap.html +share/doc/pangomm-1.4/reference/html/classPango_1_1FontMap__inherit__graph.png share/doc/pangomm-1.4/reference/html/classPango_1_1FontMetrics-members.html share/doc/pangomm-1.4/reference/html/classPango_1_1FontMetrics.html +share/doc/pangomm-1.4/reference/html/classPango_1_1Font__inherit__graph.png share/doc/pangomm-1.4/reference/html/classPango_1_1Fontset-members.html share/doc/pangomm-1.4/reference/html/classPango_1_1Fontset.html +share/doc/pangomm-1.4/reference/html/classPango_1_1Fontset__inherit__graph.png share/doc/pangomm-1.4/reference/html/classPango_1_1GlyphGeometry-members.html share/doc/pangomm-1.4/reference/html/classPango_1_1GlyphGeometry.html share/doc/pangomm-1.4/reference/html/classPango_1_1GlyphInfo-members.html @@ -127,107 +144,132 @@ share/doc/pangomm-1.4/reference/html/classPango_1_1LayoutLine-members.html share/doc/pangomm-1.4/reference/html/classPango_1_1LayoutLine.html share/doc/pangomm-1.4/reference/html/classPango_1_1LayoutRun-members.html share/doc/pangomm-1.4/reference/html/classPango_1_1LayoutRun.html +share/doc/pangomm-1.4/reference/html/classPango_1_1Layout__inherit__graph.png share/doc/pangomm-1.4/reference/html/classPango_1_1Rectangle-members.html share/doc/pangomm-1.4/reference/html/classPango_1_1Rectangle.html share/doc/pangomm-1.4/reference/html/classPango_1_1Renderer-members.html share/doc/pangomm-1.4/reference/html/classPango_1_1Renderer.html +share/doc/pangomm-1.4/reference/html/classPango_1_1Renderer__inherit__graph.png share/doc/pangomm-1.4/reference/html/classPango_1_1TabArray-members.html share/doc/pangomm-1.4/reference/html/classPango_1_1TabArray.html share/doc/pangomm-1.4/reference/html/classes.html share/doc/pangomm-1.4/reference/html/closed.png share/doc/pangomm-1.4/reference/html/deprecated.html share/doc/pangomm-1.4/reference/html/dir_175784427b70f00f3fb8995d1114dcb0.html +share/doc/pangomm-1.4/reference/html/doc.png +share/doc/pangomm-1.4/reference/html/doxygen-extra.css share/doc/pangomm-1.4/reference/html/doxygen.css share/doc/pangomm-1.4/reference/html/doxygen.png share/doc/pangomm-1.4/reference/html/dynsections.js -share/doc/pangomm-1.4/reference/html/ftv2blank.png -share/doc/pangomm-1.4/reference/html/ftv2cl.png -share/doc/pangomm-1.4/reference/html/ftv2doc.png -share/doc/pangomm-1.4/reference/html/ftv2folderclosed.png -share/doc/pangomm-1.4/reference/html/ftv2folderopen.png -share/doc/pangomm-1.4/reference/html/ftv2lastnode.png -share/doc/pangomm-1.4/reference/html/ftv2link.png -share/doc/pangomm-1.4/reference/html/ftv2mlastnode.png -share/doc/pangomm-1.4/reference/html/ftv2mnode.png -share/doc/pangomm-1.4/reference/html/ftv2mo.png -share/doc/pangomm-1.4/reference/html/ftv2node.png -share/doc/pangomm-1.4/reference/html/ftv2ns.png -share/doc/pangomm-1.4/reference/html/ftv2plastnode.png -share/doc/pangomm-1.4/reference/html/ftv2pnode.png -share/doc/pangomm-1.4/reference/html/ftv2splitbar.png -share/doc/pangomm-1.4/reference/html/ftv2vertline.png +share/doc/pangomm-1.4/reference/html/folderclosed.png +share/doc/pangomm-1.4/reference/html/folderopen.png share/doc/pangomm-1.4/reference/html/functions.html -share/doc/pangomm-1.4/reference/html/functions_0x62.html -share/doc/pangomm-1.4/reference/html/functions_0x63.html -share/doc/pangomm-1.4/reference/html/functions_0x64.html -share/doc/pangomm-1.4/reference/html/functions_0x65.html -share/doc/pangomm-1.4/reference/html/functions_0x66.html -share/doc/pangomm-1.4/reference/html/functions_0x67.html -share/doc/pangomm-1.4/reference/html/functions_0x68.html -share/doc/pangomm-1.4/reference/html/functions_0x69.html -share/doc/pangomm-1.4/reference/html/functions_0x6c.html -share/doc/pangomm-1.4/reference/html/functions_0x6d.html -share/doc/pangomm-1.4/reference/html/functions_0x6e.html -share/doc/pangomm-1.4/reference/html/functions_0x6f.html -share/doc/pangomm-1.4/reference/html/functions_0x70.html -share/doc/pangomm-1.4/reference/html/functions_0x72.html -share/doc/pangomm-1.4/reference/html/functions_0x73.html -share/doc/pangomm-1.4/reference/html/functions_0x74.html -share/doc/pangomm-1.4/reference/html/functions_0x75.html -share/doc/pangomm-1.4/reference/html/functions_0x77.html -share/doc/pangomm-1.4/reference/html/functions_0x78.html -share/doc/pangomm-1.4/reference/html/functions_0x7e.html +share/doc/pangomm-1.4/reference/html/functions_b.html +share/doc/pangomm-1.4/reference/html/functions_c.html +share/doc/pangomm-1.4/reference/html/functions_d.html +share/doc/pangomm-1.4/reference/html/functions_e.html +share/doc/pangomm-1.4/reference/html/functions_f.html share/doc/pangomm-1.4/reference/html/functions_func.html -share/doc/pangomm-1.4/reference/html/functions_func_0x62.html -share/doc/pangomm-1.4/reference/html/functions_func_0x63.html -share/doc/pangomm-1.4/reference/html/functions_func_0x64.html -share/doc/pangomm-1.4/reference/html/functions_func_0x65.html -share/doc/pangomm-1.4/reference/html/functions_func_0x66.html -share/doc/pangomm-1.4/reference/html/functions_func_0x67.html -share/doc/pangomm-1.4/reference/html/functions_func_0x68.html -share/doc/pangomm-1.4/reference/html/functions_func_0x69.html -share/doc/pangomm-1.4/reference/html/functions_func_0x6c.html -share/doc/pangomm-1.4/reference/html/functions_func_0x6d.html -share/doc/pangomm-1.4/reference/html/functions_func_0x6e.html -share/doc/pangomm-1.4/reference/html/functions_func_0x6f.html -share/doc/pangomm-1.4/reference/html/functions_func_0x70.html -share/doc/pangomm-1.4/reference/html/functions_func_0x72.html -share/doc/pangomm-1.4/reference/html/functions_func_0x73.html -share/doc/pangomm-1.4/reference/html/functions_func_0x74.html -share/doc/pangomm-1.4/reference/html/functions_func_0x75.html -share/doc/pangomm-1.4/reference/html/functions_func_0x77.html -share/doc/pangomm-1.4/reference/html/functions_func_0x78.html -share/doc/pangomm-1.4/reference/html/functions_func_0x7e.html +share/doc/pangomm-1.4/reference/html/functions_func_b.html +share/doc/pangomm-1.4/reference/html/functions_func_c.html +share/doc/pangomm-1.4/reference/html/functions_func_d.html +share/doc/pangomm-1.4/reference/html/functions_func_e.html +share/doc/pangomm-1.4/reference/html/functions_func_f.html +share/doc/pangomm-1.4/reference/html/functions_func_g.html +share/doc/pangomm-1.4/reference/html/functions_func_h.html +share/doc/pangomm-1.4/reference/html/functions_func_i.html +share/doc/pangomm-1.4/reference/html/functions_func_l.html +share/doc/pangomm-1.4/reference/html/functions_func_m.html +share/doc/pangomm-1.4/reference/html/functions_func_n.html +share/doc/pangomm-1.4/reference/html/functions_func_o.html +share/doc/pangomm-1.4/reference/html/functions_func_p.html +share/doc/pangomm-1.4/reference/html/functions_func_r.html +share/doc/pangomm-1.4/reference/html/functions_func_s.html +share/doc/pangomm-1.4/reference/html/functions_func_t.html +share/doc/pangomm-1.4/reference/html/functions_func_u.html +share/doc/pangomm-1.4/reference/html/functions_func_w.html +share/doc/pangomm-1.4/reference/html/functions_func_x.html +share/doc/pangomm-1.4/reference/html/functions_func_~.html +share/doc/pangomm-1.4/reference/html/functions_g.html +share/doc/pangomm-1.4/reference/html/functions_h.html +share/doc/pangomm-1.4/reference/html/functions_i.html +share/doc/pangomm-1.4/reference/html/functions_l.html +share/doc/pangomm-1.4/reference/html/functions_m.html +share/doc/pangomm-1.4/reference/html/functions_n.html +share/doc/pangomm-1.4/reference/html/functions_o.html +share/doc/pangomm-1.4/reference/html/functions_p.html +share/doc/pangomm-1.4/reference/html/functions_r.html +share/doc/pangomm-1.4/reference/html/functions_s.html +share/doc/pangomm-1.4/reference/html/functions_t.html share/doc/pangomm-1.4/reference/html/functions_type.html +share/doc/pangomm-1.4/reference/html/functions_u.html share/doc/pangomm-1.4/reference/html/functions_vars.html +share/doc/pangomm-1.4/reference/html/functions_w.html +share/doc/pangomm-1.4/reference/html/functions_x.html +share/doc/pangomm-1.4/reference/html/functions_~.html share/doc/pangomm-1.4/reference/html/graph_legend.html +share/doc/pangomm-1.4/reference/html/graph_legend.png share/doc/pangomm-1.4/reference/html/group__pangommEnums.html share/doc/pangomm-1.4/reference/html/hierarchy.html share/doc/pangomm-1.4/reference/html/index.html +share/doc/pangomm-1.4/reference/html/inherit_graph_0.png +share/doc/pangomm-1.4/reference/html/inherit_graph_1.png +share/doc/pangomm-1.4/reference/html/inherit_graph_10.png +share/doc/pangomm-1.4/reference/html/inherit_graph_11.png +share/doc/pangomm-1.4/reference/html/inherit_graph_12.png +share/doc/pangomm-1.4/reference/html/inherit_graph_13.png +share/doc/pangomm-1.4/reference/html/inherit_graph_14.png +share/doc/pangomm-1.4/reference/html/inherit_graph_15.png +share/doc/pangomm-1.4/reference/html/inherit_graph_16.png +share/doc/pangomm-1.4/reference/html/inherit_graph_17.png +share/doc/pangomm-1.4/reference/html/inherit_graph_18.png +share/doc/pangomm-1.4/reference/html/inherit_graph_19.png +share/doc/pangomm-1.4/reference/html/inherit_graph_2.png +share/doc/pangomm-1.4/reference/html/inherit_graph_20.png +share/doc/pangomm-1.4/reference/html/inherit_graph_21.png +share/doc/pangomm-1.4/reference/html/inherit_graph_3.png +share/doc/pangomm-1.4/reference/html/inherit_graph_4.png +share/doc/pangomm-1.4/reference/html/inherit_graph_5.png +share/doc/pangomm-1.4/reference/html/inherit_graph_6.png +share/doc/pangomm-1.4/reference/html/inherit_graph_7.png +share/doc/pangomm-1.4/reference/html/inherit_graph_8.png +share/doc/pangomm-1.4/reference/html/inherit_graph_9.png share/doc/pangomm-1.4/reference/html/inherits.html +share/doc/pangomm-1.4/reference/html/jquery.js share/doc/pangomm-1.4/reference/html/modules.html share/doc/pangomm-1.4/reference/html/namespacePango.html share/doc/pangomm-1.4/reference/html/namespacemembers.html -share/doc/pangomm-1.4/reference/html/namespacemembers_0x63.html -share/doc/pangomm-1.4/reference/html/namespacemembers_0x64.html -share/doc/pangomm-1.4/reference/html/namespacemembers_0x65.html -share/doc/pangomm-1.4/reference/html/namespacemembers_0x66.html -share/doc/pangomm-1.4/reference/html/namespacemembers_0x67.html -share/doc/pangomm-1.4/reference/html/namespacemembers_0x69.html -share/doc/pangomm-1.4/reference/html/namespacemembers_0x6c.html -share/doc/pangomm-1.4/reference/html/namespacemembers_0x6d.html -share/doc/pangomm-1.4/reference/html/namespacemembers_0x6f.html -share/doc/pangomm-1.4/reference/html/namespacemembers_0x72.html -share/doc/pangomm-1.4/reference/html/namespacemembers_0x73.html -share/doc/pangomm-1.4/reference/html/namespacemembers_0x74.html -share/doc/pangomm-1.4/reference/html/namespacemembers_0x75.html -share/doc/pangomm-1.4/reference/html/namespacemembers_0x76.html -share/doc/pangomm-1.4/reference/html/namespacemembers_0x77.html +share/doc/pangomm-1.4/reference/html/namespacemembers_c.html +share/doc/pangomm-1.4/reference/html/namespacemembers_d.html +share/doc/pangomm-1.4/reference/html/namespacemembers_e.html share/doc/pangomm-1.4/reference/html/namespacemembers_enum.html share/doc/pangomm-1.4/reference/html/namespacemembers_eval.html +share/doc/pangomm-1.4/reference/html/namespacemembers_eval_c.html +share/doc/pangomm-1.4/reference/html/namespacemembers_eval_d.html +share/doc/pangomm-1.4/reference/html/namespacemembers_eval_e.html +share/doc/pangomm-1.4/reference/html/namespacemembers_eval_f.html +share/doc/pangomm-1.4/reference/html/namespacemembers_eval_g.html +share/doc/pangomm-1.4/reference/html/namespacemembers_eval_r.html +share/doc/pangomm-1.4/reference/html/namespacemembers_eval_s.html +share/doc/pangomm-1.4/reference/html/namespacemembers_eval_t.html +share/doc/pangomm-1.4/reference/html/namespacemembers_eval_u.html +share/doc/pangomm-1.4/reference/html/namespacemembers_eval_v.html +share/doc/pangomm-1.4/reference/html/namespacemembers_eval_w.html +share/doc/pangomm-1.4/reference/html/namespacemembers_f.html share/doc/pangomm-1.4/reference/html/namespacemembers_func.html +share/doc/pangomm-1.4/reference/html/namespacemembers_g.html +share/doc/pangomm-1.4/reference/html/namespacemembers_i.html +share/doc/pangomm-1.4/reference/html/namespacemembers_l.html +share/doc/pangomm-1.4/reference/html/namespacemembers_m.html +share/doc/pangomm-1.4/reference/html/namespacemembers_o.html +share/doc/pangomm-1.4/reference/html/namespacemembers_r.html +share/doc/pangomm-1.4/reference/html/namespacemembers_s.html +share/doc/pangomm-1.4/reference/html/namespacemembers_t.html share/doc/pangomm-1.4/reference/html/namespacemembers_type.html +share/doc/pangomm-1.4/reference/html/namespacemembers_u.html +share/doc/pangomm-1.4/reference/html/namespacemembers_v.html share/doc/pangomm-1.4/reference/html/namespacemembers_vars.html +share/doc/pangomm-1.4/reference/html/namespacemembers_w.html share/doc/pangomm-1.4/reference/html/namespaces.html share/doc/pangomm-1.4/reference/html/nav_f.png share/doc/pangomm-1.4/reference/html/nav_g.png @@ -240,12 +282,17 @@ share/doc/pangomm-1.4/reference/html/since_1_16.html share/doc/pangomm-1.4/reference/html/since_1_18.html share/doc/pangomm-1.4/reference/html/since_1_20.html share/doc/pangomm-1.4/reference/html/since_1_22.html +share/doc/pangomm-1.4/reference/html/since_1_30.html +share/doc/pangomm-1.4/reference/html/since_1_32.html +share/doc/pangomm-1.4/reference/html/since_1_38.html share/doc/pangomm-1.4/reference/html/since_1_4.html +share/doc/pangomm-1.4/reference/html/since_1_40.html share/doc/pangomm-1.4/reference/html/since_1_6.html share/doc/pangomm-1.4/reference/html/since_1_8.html share/doc/pangomm-1.4/reference/html/since_2_14.html share/doc/pangomm-1.4/reference/html/since_2_16.html share/doc/pangomm-1.4/reference/html/since_2_28.html +share/doc/pangomm-1.4/reference/html/splitbar.png share/doc/pangomm-1.4/reference/html/structPango_1_1AttributeTraits-members.html share/doc/pangomm-1.4/reference/html/structPango_1_1AttributeTraits.html share/doc/pangomm-1.4/reference/html/structPango_1_1ItemTraits-members.html diff --git a/devel/pangomm/distinfo b/devel/pangomm/distinfo index fffcf80c64635..45d0b6ac5ec7c 100644 --- a/devel/pangomm/distinfo +++ b/devel/pangomm/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.11 2015/11/03 03:29:01 agc Exp $ +$NetBSD: distinfo,v 1.12 2016/04/12 21:28:55 adam Exp $ -SHA1 (pangomm-2.34.0.tar.xz) = 15d89717a390a0c78c01871190c8febd29dad684 -RMD160 (pangomm-2.34.0.tar.xz) = 6ef9bf2db42e74df3bfd71d181d5792651bfa330 -SHA512 (pangomm-2.34.0.tar.xz) = d8fddf52189da99a56289e3e1aa0579da2b48a62ffd00981db9da505ebc03a734c67151d8f4f3ca85dcd47c79218cdf503f23b8e69074fe99c052596320c8309 -Size (pangomm-2.34.0.tar.xz) = 516028 bytes +SHA1 (pangomm-2.40.0.tar.xz) = a4e1eefbd252f19bdcbe5c03f0b91499e1f4f480 +RMD160 (pangomm-2.40.0.tar.xz) = ef5e8433c9e86240bc91617ec4296f42b0e3332a +SHA512 (pangomm-2.40.0.tar.xz) = 95d9e0a659735fcfdbdcd001bf6d98d62df941728d2faff9d61a59655bf1a19f6da54fdac7e369c1ee250d2fc49255ebf2943207fcb32aa071a04c29020e6c6f +Size (pangomm-2.40.0.tar.xz) = 795236 bytes diff --git a/devel/pcre-ocaml/Makefile b/devel/pcre-ocaml/Makefile index 6c9122a4658ce..4d2fa14c0e597 100644 --- a/devel/pcre-ocaml/Makefile +++ b/devel/pcre-ocaml/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.22 2016/02/06 12:10:32 jaapb Exp $ +# $NetBSD: Makefile,v 1.24 2016/05/05 15:53:08 jaapb Exp $ DISTNAME= pcre-ocaml-7.1.6 +PKGREVISION= 2 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GITHUB:=mmottl/} GITHUB_RELEASE= v${PKGVERSION_NOREV} @@ -19,6 +20,7 @@ MAKE_JOBS_SAFE= no EGDIR= ${PREFIX}/share/examples/pcre-ocaml INSTALLATION_DIRS+= ${EGDIR} +OCAML_FINDLIB_DIRS= ${OCAML_SITELIBDIR}/pcre post-install: cd ${WRKSRC}/examples && pax -rw -pm . ${DESTDIR}${EGDIR} diff --git a/devel/pcre/Makefile b/devel/pcre/Makefile index 0195267dd6b8f..12cb348f31bbf 100644 --- a/devel/pcre/Makefile +++ b/devel/pcre/Makefile @@ -1,6 +1,8 @@ -# $NetBSD: Makefile,v 1.77 2015/11/24 11:04:03 wiz Exp $ +# $NetBSD: Makefile,v 1.79 2016/03/22 19:38:15 tez Exp $ DISTNAME= pcre-8.38 +PKGREVISION= 2 + CATEGORIES= devel MASTER_SITES= ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/ \ ${MASTER_SITE_SOURCEFORGE:=pcre/} diff --git a/devel/pcre/distinfo b/devel/pcre/distinfo index 4e1e24851b867..d51b2d5cc15cf 100644 --- a/devel/pcre/distinfo +++ b/devel/pcre/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.58 2015/11/24 11:04:03 wiz Exp $ +$NetBSD: distinfo,v 1.60 2016/03/22 19:38:15 tez Exp $ SHA1 (pcre-8.38.tar.bz2) = ae84e3b3ef0764788ce33b1adeff1add938126e1 RMD160 (pcre-8.38.tar.bz2) = eba6da5ef34780f63f8b96c60bd70ac197df3b52 @@ -7,3 +7,6 @@ Size (pcre-8.38.tar.bz2) = 1562265 bytes SHA1 (patch-aa) = ed20cfb5ca7b1e620e368c8e41a7f691d6f93282 SHA1 (patch-ab) = 0b8fbde09c27e2716e5bfa32abce8ee4a79fb7fb SHA1 (patch-doc_pcredemo.3) = 90f9b3a021f58973149d839735d40c5e2e245912 +SHA1 (patch-pcre_compile.c) = 71ab3ebc517dc7c1fe74c447e0c2b1391c1403c7 +SHA1 (patch-pcre_internal.h) = 0005aded75cb7e68e1a271ed6f64174a5343c94b +SHA1 (patch-pcreposix.c) = 39ed9f8eb3fba1de64cbeae1fd8ff7ea88a383e2 diff --git a/devel/pcre/patches/patch-pcre_compile.c b/devel/pcre/patches/patch-pcre_compile.c new file mode 100644 index 0000000000000..4907cc5c6014e --- /dev/null +++ b/devel/pcre/patches/patch-pcre_compile.c @@ -0,0 +1,75 @@ +$NetBSD: patch-pcre_compile.c,v 1.2 2016/03/22 19:38:15 tez Exp $ + +Fix for CVE-2016-1283 from + http://vcs.pcre.org/pcre?view=revision&revision=1636 + +Fix for CVE-2016-3191 from + http://vcs.pcre.org/pcre?view=revision&revision=1631 + +--- pcre_compile.c.orig 2015-11-23 12:37:21.000000000 +0000 ++++ pcre_compile.c +@@ -6,7 +6,7 @@ + and semantics are as close as possible to those of the Perl 5 language. + + Written by Philip Hazel +- Copyright (c) 1997-2014 University of Cambridge ++ Copyright (c) 1997-2016 University of Cambridge + + ----------------------------------------------------------------------------- + Redistribution and use in source and binary forms, with or without +@@ -560,6 +560,7 @@ static const char error_texts[] = + /* 85 */ + "parentheses are too deeply nested (stack check)\0" + "digits missing in \\x{} or \\o{}\0" ++ "regular expression is too complicated\0" + ; + + /* Table to identify digits and hex digits. This is used when compiling +@@ -4591,7 +4592,8 @@ for (;; ptr++) + if (code > cd->start_workspace + cd->workspace_size - + WORK_SIZE_SAFETY_MARGIN) /* Check for overrun */ + { +- *errorcodeptr = ERR52; ++ *errorcodeptr = (code >= cd->start_workspace + cd->workspace_size)? ++ ERR52 : ERR87; + goto FAILED; + } + +@@ -6604,8 +6606,21 @@ for (;; ptr++) + cd->had_accept = TRUE; + for (oc = cd->open_caps; oc != NULL; oc = oc->next) + { +- *code++ = OP_CLOSE; +- PUT2INC(code, 0, oc->number); ++ if (lengthptr != NULL) ++ { ++#ifdef COMPILE_PCRE8 ++ *lengthptr += 1 + IMM2_SIZE; ++#elif defined COMPILE_PCRE16 ++ *lengthptr += 2 + IMM2_SIZE; ++#elif defined COMPILE_PCRE32 ++ *lengthptr += 4 + IMM2_SIZE; ++#endif ++ } ++ else ++ { ++ *code++ = OP_CLOSE; ++ PUT2INC(code, 0, oc->number); ++ } + } + setverb = *code++ = + (cd->assert_depth > 0)? OP_ASSERT_ACCEPT : OP_ACCEPT; +@@ -7274,7 +7289,12 @@ for (;; ptr++) + so far in order to get the number. If the name is not found, leave + the value of recno as 0 for a forward reference. */ + +- else ++ /* This patch (removing "else") fixes a problem when a reference is ++ to multiple identically named nested groups from within the nest. ++ Once again, it is not the "proper" fix, and it results in an ++ over-allocation of memory. */ ++ ++ /* else */ + { + ng = cd->named_groups; + for (i = 0; i < cd->names_found; i++, ng++) diff --git a/devel/pcre/patches/patch-pcre_internal.h b/devel/pcre/patches/patch-pcre_internal.h new file mode 100644 index 0000000000000..00a6da49e1b93 --- /dev/null +++ b/devel/pcre/patches/patch-pcre_internal.h @@ -0,0 +1,25 @@ +$NetBSD: patch-pcre_internal.h,v 1.1 2016/03/22 19:38:15 tez Exp $ + +Fix for CVE-2016-3191 from + http://vcs.pcre.org/pcre?view=revision&revision=1631 + +--- pcre_internal.h.orig 2016-03-22 19:14:14.468718400 +0000 ++++ pcre_internal.h +@@ -7,7 +7,7 @@ + and semantics are as close as possible to those of the Perl 5 language. + + Written by Philip Hazel +- Copyright (c) 1997-2014 University of Cambridge ++ Copyright (c) 1997-2016 University of Cambridge + + ----------------------------------------------------------------------------- + Redistribution and use in source and binary forms, with or without +@@ -2289,7 +2289,7 @@ enum { ERR0, ERR1, ERR2, ERR3, ERR4, + ERR50, ERR51, ERR52, ERR53, ERR54, ERR55, ERR56, ERR57, ERR58, ERR59, + ERR60, ERR61, ERR62, ERR63, ERR64, ERR65, ERR66, ERR67, ERR68, ERR69, + ERR70, ERR71, ERR72, ERR73, ERR74, ERR75, ERR76, ERR77, ERR78, ERR79, +- ERR80, ERR81, ERR82, ERR83, ERR84, ERR85, ERR86, ERRCOUNT }; ++ ERR80, ERR81, ERR82, ERR83, ERR84, ERR85, ERR86, ERR87, ERRCOUNT }; + + /* JIT compiling modes. The function list is indexed by them. */ + diff --git a/devel/pcre/patches/patch-pcreposix.c b/devel/pcre/patches/patch-pcreposix.c new file mode 100644 index 0000000000000..4b5c03c4acfa1 --- /dev/null +++ b/devel/pcre/patches/patch-pcreposix.c @@ -0,0 +1,26 @@ +$NetBSD: patch-pcreposix.c,v 1.1 2016/03/22 19:38:15 tez Exp $ + +Fix for CVE-2016-3191 from + http://vcs.pcre.org/pcre?view=revision&revision=1631 + +--- pcreposix.c.orig 2016-03-22 19:29:47.648202900 +0000 ++++ pcreposix.c +@@ -6,7 +6,7 @@ + and semantics are as close as possible to those of the Perl 5 language. + + Written by Philip Hazel +- Copyright (c) 1997-2014 University of Cambridge ++ Copyright (c) 1997-2016 University of Cambridge + + ----------------------------------------------------------------------------- + Redistribution and use in source and binary forms, with or without +@@ -173,7 +173,8 @@ static const int eint[] = { + REG_BADPAT, /* group name must start with a non-digit */ + /* 85 */ + REG_BADPAT, /* parentheses too deeply nested (stack check) */ +- REG_BADPAT /* missing digits in \x{} or \o{} */ ++ REG_BADPAT, /* missing digits in \x{} or \o{} */ ++ REG_BADPAT /* pattern too complicated */ + }; + + /* Table of texts corresponding to POSIX error codes */ diff --git a/devel/pkg-config/Makefile b/devel/pkg-config/Makefile index 15fb0f851a015..bfdd4724f6be7 100644 --- a/devel/pkg-config/Makefile +++ b/devel/pkg-config/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.35 2016/02/25 12:12:49 jperkin Exp $ +# $NetBSD: Makefile,v 1.36 2016/04/17 10:04:01 wiz Exp $ -DISTNAME= pkg-config-0.29 +DISTNAME= pkg-config-0.29.1 CATEGORIES= devel MASTER_SITES= http://pkgconfig.freedesktop.org/releases/ diff --git a/devel/pkg-config/distinfo b/devel/pkg-config/distinfo index 7411b3e574030..9dfe817bc097a 100644 --- a/devel/pkg-config/distinfo +++ b/devel/pkg-config/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.33 2016/03/02 17:26:34 jperkin Exp $ +$NetBSD: distinfo,v 1.34 2016/04/17 10:04:01 wiz Exp $ -SHA1 (pkg-config-0.29.tar.gz) = f4b19d203b3896a4293af4b62c7f908063c88a5a -RMD160 (pkg-config-0.29.tar.gz) = 79036ecce25b2fc74ddf03b93e082d3b70f1e73a -SHA512 (pkg-config-0.29.tar.gz) = c2857cd67801c0db5d204912453ff6bdc7da3ea61f8b1c6b38983d48dffb958725e7723f909abbc057c7b34a85c27290eec6943808312a75909306076064aa63 -Size (pkg-config-0.29.tar.gz) = 1973875 bytes +SHA1 (pkg-config-0.29.1.tar.gz) = 271ce928f6d673cc16cbced2bfd14a5f2e5d3d37 +RMD160 (pkg-config-0.29.1.tar.gz) = 2054eb2dac507c912182f2fbd90baee041aa5463 +SHA512 (pkg-config-0.29.1.tar.gz) = d2963355929d7aae0fbadad445d67b5c6762934fc4963a10a4b72ae90f7f6df4e6a38694884b924ff37eedaf636b49f3f521fe4eb3009e0322a402f330f1b4c2 +Size (pkg-config-0.29.1.tar.gz) = 2013454 bytes SHA1 (patch-configure) = 6847644b9df3e3e2334f7c45bcbb2d3b7734d165 SHA1 (patch-glib_configure) = 5080a19186a948ba305278cef91ec76a920429e4 SHA1 (patch-glib_glib_gtimer.c) = ee877a6c148b148a86f9087960863cfa8305bbf7 diff --git a/devel/pmccabe/Makefile b/devel/pmccabe/Makefile index ee8879c0032f5..79a1e7343f55e 100644 --- a/devel/pmccabe/Makefile +++ b/devel/pmccabe/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2012/10/31 11:19:25 asau Exp $ +# $NetBSD: Makefile,v 1.12 2016/04/01 11:48:27 jperkin Exp $ DISTNAME= pmccabe-2.5-CVS20081026 PKGNAME= pmccabe-2.5 @@ -16,4 +16,6 @@ MAKE_ENV+= INSTALL=${TOOLS_PATH.install:Q} TEST_TARGET= test +INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 + .include "../../mk/bsd.pkg.mk" diff --git a/devel/pmccabe/distinfo b/devel/pmccabe/distinfo index a8907db79f152..df18ffaeb998c 100644 --- a/devel/pmccabe/distinfo +++ b/devel/pmccabe/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.4 2015/11/03 03:29:03 agc Exp $ +$NetBSD: distinfo,v 1.5 2016/04/01 11:48:27 jperkin Exp $ SHA1 (pmccabe-2.5-CVS20081026.tar.gz) = cdf653dbb5198e2ea9c1581ac700b8289a365e14 RMD160 (pmccabe-2.5-CVS20081026.tar.gz) = 11e11e17df758f371ad77ef30cb5f27a749aefa9 SHA512 (pmccabe-2.5-CVS20081026.tar.gz) = 1e44d64d6ceb35bbf333bb500feaeca7edc8760cc342bfe3a0e08fede071fb2b7f7e24b59007516a29a369a7177dee8f2b8f9e4240a8004fdd0bb5d56ede255f Size (pmccabe-2.5-CVS20081026.tar.gz) = 57003 bytes -SHA1 (patch-aa) = c0b1bcb232f843eef27e7b3f6f6b251eb5f8495e +SHA1 (patch-aa) = 66a12ff9b5631c25140e008824fb2415545653f1 diff --git a/devel/pmccabe/patches/patch-aa b/devel/pmccabe/patches/patch-aa index 9b05815561f3c..6129dd28fc087 100644 --- a/devel/pmccabe/patches/patch-aa +++ b/devel/pmccabe/patches/patch-aa @@ -1,4 +1,6 @@ -$NetBSD: patch-aa,v 1.2 2006/01/09 18:37:26 joerg Exp $ +$NetBSD: patch-aa,v 1.3 2016/04/01 11:48:27 jperkin Exp $ + +Use pkgsrc layout. --- Makefile 2005/02/24 10:53:19 1.1 +++ Makefile 2005/02/24 10:55:17 @@ -36,7 +38,7 @@ $NetBSD: patch-aa,v 1.2 2006/01/09 18:37:26 joerg Exp $ - $(INSTALL) -m 755 $(PROGS) $(DESTDIR)/usr/bin + $(INSTALL) -d $(DESTDIR)/${PREFIX}/man/man1 + $(INSTALL) -d $(DESTDIR)/${PREFIX}/bin -+ $(INSTALL) -m 644 $(MANPGS) $(DESTDIR)/${PREFIX}/man/man1 ++ $(INSTALL) -m 644 $(MANPGS) $(DESTDIR)/${PREFIX}/${PKGMANDIR}/man1 + $(INSTALL) -m 755 $(PROGS) $(DESTDIR)/${PREFIX}/bin ###############} diff --git a/devel/proplib/DESCR b/devel/proplib/DESCR new file mode 100644 index 0000000000000..07381f5ab08cb --- /dev/null +++ b/devel/proplib/DESCR @@ -0,0 +1,4 @@ +The proplib library provides an abstract interface for creating and +manipulating property lists in C. Property lists have object types for boolean +values, opaque data, numbers, and strings. Structure is provided by the array +and dictionary collection types. diff --git a/devel/proplib/Makefile b/devel/proplib/Makefile new file mode 100644 index 0000000000000..ad02ca95e2db2 --- /dev/null +++ b/devel/proplib/Makefile @@ -0,0 +1,25 @@ +# $NetBSD: Makefile,v 1.2 2015/06/28 14:53:16 kirussel Exp $ + +DISTNAME= proplib-0.6.4 +CATEGORIES= devel +MASTER_SITES= ${MASTER_SITE_GITHUB:=xtraeme/} +GITHUB_PROJECT= portableproplib +GITHUB_TAG= 0.6.4 + +MAINTAINER= root@zta.lk +HOMEPAGE= https://github.com/xtraeme/portableproplib/ +COMMENT= Portable Property container object library +LICENSE= modified-bsd + +GNU_CONFIGURE= yes +USE_LIBTOOL= yes +USE_TOOLS+= autoconf automake autoreconf pkg-config + +PKGCONFIG_OVERRIDE+= proplib.pc.in + +pre-configure: + cd ${WRKSRC} && autoreconf -fi + +BUILDLINK_ABI_DEPENDS.zlib+= zlib>=1.2.3 +.include "../../devel/zlib/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/devel/proplib/PLIST b/devel/proplib/PLIST new file mode 100644 index 0000000000000..61d64cd3cf7a4 --- /dev/null +++ b/devel/proplib/PLIST @@ -0,0 +1,23 @@ +@comment $NetBSD: PLIST,v 1.1 2015/04/19 17:56:54 realzhtw Exp $ +include/prop/prop_array.h +include/prop/prop_bool.h +include/prop/prop_data.h +include/prop/prop_dictionary.h +include/prop/prop_ingest.h +include/prop/prop_number.h +include/prop/prop_object.h +include/prop/prop_string.h +include/prop/proplib.h +lib/libprop.la +lib/pkgconfig/proplib.pc +man/man3/prop_array.3 +man/man3/prop_array_util.3 +man/man3/prop_bool.3 +man/man3/prop_data.3 +man/man3/prop_dictionary.3 +man/man3/prop_dictionary_util.3 +man/man3/prop_ingest.3 +man/man3/prop_number.3 +man/man3/prop_object.3 +man/man3/prop_string.3 +man/man3/proplib.3 diff --git a/devel/proplib/distinfo b/devel/proplib/distinfo new file mode 100644 index 0000000000000..5af7a7997d089 --- /dev/null +++ b/devel/proplib/distinfo @@ -0,0 +1,7 @@ +$NetBSD: distinfo,v 1.2 2015/06/28 14:53:16 kirussel Exp $ + +SHA1 (proplib-0.6.4.tar.gz) = d115cf16d1e2545d63db20a9d3f2233c3839f48c +RMD160 (proplib-0.6.4.tar.gz) = a3cc221feacbb11d1b194ba54ca1ccc800ad00eb +Size (proplib-0.6.4.tar.gz) = 76263 bytes +SHA1 (patch-configure) = 708be1b61702b2106ee3def5e66d940dab40beea +SHA1 (patch-src_prop_object.c) = e201e838d42090a485686663ee0f333a0e34d95c diff --git a/devel/proplib/patches/patch-configure b/devel/proplib/patches/patch-configure new file mode 100644 index 0000000000000..ee5371a996704 --- /dev/null +++ b/devel/proplib/patches/patch-configure @@ -0,0 +1,16 @@ +$NetBSD: patch-configure,v 1.1 2015/06/28 14:53:16 kirussel Exp $ + +Add a check for the presence of fdatasync() in the header files. This change +has already been pushed upstream: + https://github.com/xtraeme/portableproplib/pull/1 + +--- configure.ac.orig 2014-05-17 18:15:13.000000000 +0000 ++++ configure.ac +@@ -52,6 +52,7 @@ AC_CONFIG_MACRO_DIR([m4]) + + AC_CHECK_HEADERS(limits.h stddef.h fcntl.h) + AC_CHECK_FUNCS(memmove memset munmap strchr strtoul stroull strlcat fdatasync) ++AC_CHECK_DECLS(fdatasync, [], [], [#include ]) + AC_CHECK_LIB(pthread, pthread_mutex_init, , + AC_MSG_ERROR(*** A POSIX threads library is required, aborting ***)) + AC_CHECK_LIB(z, inflate, , diff --git a/devel/proplib/patches/patch-src_prop_object.c b/devel/proplib/patches/patch-src_prop_object.c new file mode 100644 index 0000000000000..97f7ba3fe725c --- /dev/null +++ b/devel/proplib/patches/patch-src_prop_object.c @@ -0,0 +1,17 @@ +$NetBSD: patch-src_prop_object.c,v 1.1 2015/06/28 14:53:16 kirussel Exp $ + +Only use fdatasync() if it is in the header files and you can link with it. +This change has alreay been pushed upstream: + https://github.com/xtraeme/portableproplib/pull/1 + +--- src/prop_object.c.orig 2014-05-17 18:15:13.000000000 +0000 ++++ src/prop_object.c +@@ -859,7 +859,7 @@ _prop_object_externalize_write_file(cons + goto bad; + } + +-#ifdef HAVE_FDATASYNC ++#if defined(HAVE_FDATASYNC) && HAVE_DECL_FDATASYNC + if (fdatasync(fd) == -1) + #else + if (fsync(fd) == -1) diff --git a/devel/py-at-spi2/Makefile b/devel/py-at-spi2/Makefile index 7e5731e3e58fb..122cbc7ec5de5 100644 --- a/devel/py-at-spi2/Makefile +++ b/devel/py-at-spi2/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.17 2015/06/15 12:43:11 prlw1 Exp $ +# $NetBSD: Makefile,v 1.18 2016/04/10 19:08:00 prlw1 Exp $ -DISTNAME= pyatspi-2.16.0 +DISTNAME= pyatspi-2.20.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/pyatspi/at-spi2/} CATEGORIES= devel gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/pyatspi/${PKGVERSION_NOREV:R}/} diff --git a/devel/py-at-spi2/distinfo b/devel/py-at-spi2/distinfo index 524aa93944350..ae968eb598495 100644 --- a/devel/py-at-spi2/distinfo +++ b/devel/py-at-spi2/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.9 2015/11/03 03:29:05 agc Exp $ +$NetBSD: distinfo,v 1.10 2016/04/10 19:08:00 prlw1 Exp $ -SHA1 (pyatspi-2.16.0.tar.xz) = 67abdfe5f3f3c7d7eb3522e59410420348f96f71 -RMD160 (pyatspi-2.16.0.tar.xz) = e9908326f5f365bc29364d27c0a111d18fc70fa0 -SHA512 (pyatspi-2.16.0.tar.xz) = aeb3f288a40bbc9a92dc5e8155f632af5545e72452aeef4ae27d878a8b517f04ea2d39dbc88a98ecfe3404adc0d7badf77a2f2df13354d9fceedb594e4a70468 -Size (pyatspi-2.16.0.tar.xz) = 301204 bytes +SHA1 (pyatspi-2.20.0.tar.xz) = 627b20e0806571b244557daec02da8926a5a984c +RMD160 (pyatspi-2.20.0.tar.xz) = 8e3182642d8a96ba857d69f9b484825d7bc4341e +SHA512 (pyatspi-2.20.0.tar.xz) = 61129a4e409d90d7d1c3e5b7e827127870e4a0bf7539bf0ba859d70d2054e808f610711021e8d3c65cff968c97af20f923eb17c6bf3c625b7869800602e2f51b +Size (pyatspi-2.20.0.tar.xz) = 297972 bytes diff --git a/devel/py-atomicwrites/Makefile b/devel/py-atomicwrites/Makefile index 8b73ce97cccef..ed4ce9f13f41a 100644 --- a/devel/py-atomicwrites/Makefile +++ b/devel/py-atomicwrites/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.5 2016/02/21 10:42:26 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2016/04/08 15:18:59 wiz Exp $ -DISTNAME= atomicwrites-0.1.9 +DISTNAME= atomicwrites-1.0.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= time MASTER_SITES= ${MASTER_SITE_PYPI:=a/atomicwrites/} diff --git a/devel/py-atomicwrites/distinfo b/devel/py-atomicwrites/distinfo index 773309a097448..c4cb9c86dbf33 100644 --- a/devel/py-atomicwrites/distinfo +++ b/devel/py-atomicwrites/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.6 2016/02/21 10:42:26 wiz Exp $ +$NetBSD: distinfo,v 1.7 2016/04/08 15:18:59 wiz Exp $ -SHA1 (atomicwrites-0.1.9.tar.gz) = e0de0d97bedaa943640ad8577f15f4b8f39e9517 -RMD160 (atomicwrites-0.1.9.tar.gz) = 44818ff144c9608925d515f71f7595347225b9b2 -SHA512 (atomicwrites-0.1.9.tar.gz) = d7bf742c3cb1d5eee4921fca225b5d22e0fe18f2948fb7af44bc6817fc2b5d267fca0d42371d44730d3b557a400f9d6ce250ac3a05e1ce1d3600ec6569fa7aa6 -Size (atomicwrites-0.1.9.tar.gz) = 14475 bytes +SHA1 (atomicwrites-1.0.0.tar.gz) = fd062b33dfcab176440f1186cf9de1c75137325e +RMD160 (atomicwrites-1.0.0.tar.gz) = 78103147ecd8ce593a9b2e89f49f12a2e1432ff4 +SHA512 (atomicwrites-1.0.0.tar.gz) = 24194de086cdc967eb7c1cb0592d5161f6d392ccdaad3ef73ebe0deaf011b3a66b80ba16f66262816e10da23056ecb6f5c21a60f754d15f7aec261c3ff69efe9 +Size (atomicwrites-1.0.0.tar.gz) = 14696 bytes diff --git a/devel/py-attrs/DESCR b/devel/py-attrs/DESCR new file mode 100644 index 0000000000000..14e3d01ca7d1a --- /dev/null +++ b/devel/py-attrs/DESCR @@ -0,0 +1,17 @@ +attrs is an MIT-licensed Python package with class decorators that ease the +chores of implementing the most common attribute-related object protocols. + +You just specify the attributes to work with and attrs gives you: + + * a nice human-readable __repr__, + * a complete set of comparison methods, + * an initializer, + * and much more + +without writing dull boilerplate code again and again. + +This gives you the power to use actual classes with actual types in your code +instead of confusing tuples or confusingly behaving namedtuples. + +So put down that type-less data structures and welcome some class into your +life! diff --git a/devel/py-attrs/Makefile b/devel/py-attrs/Makefile new file mode 100644 index 0000000000000..ee075170ed496 --- /dev/null +++ b/devel/py-attrs/Makefile @@ -0,0 +1,16 @@ +# $NetBSD: Makefile,v 1.1 2016/04/14 11:06:27 leot Exp $ + +DISTNAME= attrs-15.2.0 +PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +CATEGORIES= devel +MASTER_SITES= ${MASTER_SITE_PYPI} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= https://attrs.readthedocs.org/ +COMMENT= Attributes without boilerplate +LICENSE= mit + +USE_LANGUAGES= # none + +.include "../../lang/python/egg.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/devel/py-attrs/PLIST b/devel/py-attrs/PLIST new file mode 100644 index 0000000000000..0759d4050b581 --- /dev/null +++ b/devel/py-attrs/PLIST @@ -0,0 +1,27 @@ +@comment $NetBSD: PLIST,v 1.1 2016/04/14 11:06:27 leot Exp $ +${PYSITELIB}/attr/__init__.py +${PYSITELIB}/attr/__init__.pyc +${PYSITELIB}/attr/__init__.pyo +${PYSITELIB}/attr/_compat.py +${PYSITELIB}/attr/_compat.pyc +${PYSITELIB}/attr/_compat.pyo +${PYSITELIB}/attr/_config.py +${PYSITELIB}/attr/_config.pyc +${PYSITELIB}/attr/_config.pyo +${PYSITELIB}/attr/_funcs.py +${PYSITELIB}/attr/_funcs.pyc +${PYSITELIB}/attr/_funcs.pyo +${PYSITELIB}/attr/_make.py +${PYSITELIB}/attr/_make.pyc +${PYSITELIB}/attr/_make.pyo +${PYSITELIB}/attr/filters.py +${PYSITELIB}/attr/filters.pyc +${PYSITELIB}/attr/filters.pyo +${PYSITELIB}/attr/validators.py +${PYSITELIB}/attr/validators.pyc +${PYSITELIB}/attr/validators.pyo +${PYSITELIB}/${EGG_INFODIR}/PKG-INFO +${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt +${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt +${PYSITELIB}/${EGG_INFODIR}/not-zip-safe +${PYSITELIB}/${EGG_INFODIR}/top_level.txt diff --git a/devel/py-attrs/distinfo b/devel/py-attrs/distinfo new file mode 100644 index 0000000000000..1bd99f523216b --- /dev/null +++ b/devel/py-attrs/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2016/04/14 11:06:27 leot Exp $ + +SHA1 (attrs-15.2.0.tar.gz) = eacb016efc4f6ae0a938318a87c69972c151cb15 +RMD160 (attrs-15.2.0.tar.gz) = 18658fe3760a14206092fc1154693be076636aec +SHA512 (attrs-15.2.0.tar.gz) = f34f70acbd01dc94c6f994ce7c764e169e26f5d71454522f4f88859b67309556e88e20504e2a6a63590e4ad8e55f04ba7cc9a90c024364c1bf932bfadd5a4491 +Size (attrs-15.2.0.tar.gz) = 36766 bytes diff --git a/devel/py-boost/Makefile b/devel/py-boost/Makefile index a883764a22f0e..26add4139f9ff 100644 --- a/devel/py-boost/Makefile +++ b/devel/py-boost/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2016/02/27 20:55:05 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2016/05/04 21:47:37 fhajny Exp $ BOOST_PACKAGE= python BOOST_COMMENT= (Boost.Python binary library) @@ -14,7 +14,6 @@ PKGREVISION= 1 BJAM_ARGS+= --user-config=${WRKSRC}/user-config.jam BJAM_ARGS+= --with-python MAKE_ENV+= BOOST_BUILD_PATH=${WRKSRC} -PYTHON_VERSIONS_INCOMPATIBLE= 33 # as of 1.58.0 .include "../../devel/boost-jam/bjam.mk" .include "../../lang/python/application.mk" diff --git a/devel/py-cffi/Makefile b/devel/py-cffi/Makefile index cfa6d2d75ea61..a7a0bc1e2c65d 100644 --- a/devel/py-cffi/Makefile +++ b/devel/py-cffi/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.15 2016/02/14 10:50:12 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2016/04/24 09:39:58 wiz Exp $ -DISTNAME= cffi-1.5.2 +DISTNAME= cffi-1.6.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel -MASTER_SITES= ${MASTER_SITE_PYPI:=c/cffi/} +MASTER_SITES= https://pypi.python.org/packages/b6/98/11feff87072e2e640fb8320712b781eccdef05d588618915236b32289d5a/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://pypi.python.org/pypi/cffi/ diff --git a/devel/py-cffi/distinfo b/devel/py-cffi/distinfo index 2696bbaf55b66..b583052fdd8a8 100644 --- a/devel/py-cffi/distinfo +++ b/devel/py-cffi/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.17 2016/02/14 10:50:12 wiz Exp $ +$NetBSD: distinfo,v 1.18 2016/04/24 09:37:29 wiz Exp $ -SHA1 (cffi-1.5.2.tar.gz) = 5239b3aa4f67eed3559c09778096ecd4faeca876 -RMD160 (cffi-1.5.2.tar.gz) = 012cc3b9a4d630a256d5771ec98b179b3bc7b1eb -SHA512 (cffi-1.5.2.tar.gz) = 3c707db85032bc13287beec0211d85a7b9f9dfcb87844adba3a86b23211acd495e88072ec23f22e7c7626d25cadd5b9843c34255d4080eefb171020ad0a2d552 -Size (cffi-1.5.2.tar.gz) = 388793 bytes +SHA1 (cffi-1.6.0.tar.gz) = 3161ff5d1e791e86f95de258c93371dff9941c4d +RMD160 (cffi-1.6.0.tar.gz) = becdee1ee5ede69d556c44dfd3b4c3e0284d00a6 +SHA512 (cffi-1.6.0.tar.gz) = 95dc7fbca624b5474ff0182ff6e1d1c6b8b34ad19c4c22cabf847f7be6c47dc32a96b23165da1c28438a46a1e9f681341fe8b7304ba5618744c595c4ae364466 +Size (cffi-1.6.0.tar.gz) = 397024 bytes diff --git a/devel/py-click-log/Makefile b/devel/py-click-log/Makefile index 3136081890a1d..fe205cf5a5b74 100644 --- a/devel/py-click-log/Makefile +++ b/devel/py-click-log/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.1 2015/11/06 09:46:51 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2016/04/15 13:33:00 wiz Exp $ -DISTNAME= click-log-0.1.1 +DISTNAME= click-log-0.1.3 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_PYPI:=c/click-log/} diff --git a/devel/py-click-log/distinfo b/devel/py-click-log/distinfo index c6b3f240f497d..6f281eea95b13 100644 --- a/devel/py-click-log/distinfo +++ b/devel/py-click-log/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.1 2015/11/06 09:46:51 wiz Exp $ +$NetBSD: distinfo,v 1.2 2016/04/15 13:33:00 wiz Exp $ -SHA1 (click-log-0.1.1.tar.gz) = ad637d69b0ff9704e646e1d32409508e0cc733f7 -RMD160 (click-log-0.1.1.tar.gz) = 6c2a7f614b9bf09888794800e4cb2febf3f33d06 -SHA512 (click-log-0.1.1.tar.gz) = 469f7cd58862c1364d47a45f8ed512ebb7d604a4e2bd1abde2797b2fdb1e31bac76629b769ad2883a71383e6b8329e8be9d56f45d167270b88ee39e7eae08b60 -Size (click-log-0.1.1.tar.gz) = 2572 bytes +SHA1 (click-log-0.1.3.tar.gz) = b309f5015313a5593ec6445aa56e3ce67f8fd96e +RMD160 (click-log-0.1.3.tar.gz) = 07d9ab919b56760aad87174e99ca7ae03f4455ec +SHA512 (click-log-0.1.3.tar.gz) = 7accdd5be62c7c76ec9b862d8dc91710473a46669778f39cb7e8e5fa56020ce0bd619fbe30453338a05d87cef971916f2c4f6d5c9cb9e4982ae32e7a885bd722 +Size (click-log-0.1.3.tar.gz) = 3377 bytes diff --git a/devel/py-click/Makefile b/devel/py-click/Makefile index 63627e6c01eb9..4dba831ea6199 100644 --- a/devel/py-click/Makefile +++ b/devel/py-click/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.8 2016/03/03 12:55:36 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2016/04/13 17:58:32 wiz Exp $ -DISTNAME= click-6.3 +DISTNAME= click-6.6 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_PYPI:=c/click/} diff --git a/devel/py-click/distinfo b/devel/py-click/distinfo index f45afa584cb6c..9ab5b2d4f884b 100644 --- a/devel/py-click/distinfo +++ b/devel/py-click/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.9 2016/03/03 12:55:36 wiz Exp $ +$NetBSD: distinfo,v 1.11 2016/04/13 17:58:32 wiz Exp $ -SHA1 (click-6.3.tar.gz) = 512519c16b75b7027269cf077ad4687d638556f4 -RMD160 (click-6.3.tar.gz) = 44a350d3786e8ee2e146ae32b59119d403812bff -SHA512 (click-6.3.tar.gz) = c7518b9c595fe35efb6be4391006a471cdc909f6725b9b3c45b06ec7b8b24560543ee151ff3afabc76ea23f4367795c4e5ace9b4b780c18c48a3e512474e3bf8 -Size (click-6.3.tar.gz) = 283062 bytes +SHA1 (click-6.6.tar.gz) = 46ad5b97b5c1899c37e11b652f8f52f5f0b29aef +RMD160 (click-6.6.tar.gz) = 7add6592768045a87ab5fb2673116e437f5425ad +SHA512 (click-6.6.tar.gz) = 5650cfe6c8b55a7e823e22248964143278d61383dac63497508a864807f1950f9dd5d76ce6a501e589dd81fed6e2a1248d3f8973be25a91950896b7408dc88bc +Size (click-6.6.tar.gz) = 283420 bytes diff --git a/devel/py-compizconfig/Makefile b/devel/py-compizconfig/Makefile index 83e05262bb09f..98a063010e365 100644 --- a/devel/py-compizconfig/Makefile +++ b/devel/py-compizconfig/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.46 2016/03/05 11:28:25 jperkin Exp $ +# $NetBSD: Makefile,v 1.48 2016/05/03 11:40:02 prlw1 Exp $ PKGVER= 0.8.4 DISTNAME= compizconfig-python-${PKGVER} PKGNAME= ${PYPKGPREFIX}-compizconfig-${PKGVER} -PKGREVISION= 33 +PKGREVISION= 35 CATEGORIES= devel gnome MASTER_SITES= http://releases.compiz.org/${PKGVER}/ diff --git a/devel/py-cycler/DESCR b/devel/py-cycler/DESCR new file mode 100644 index 0000000000000..4288a64b04bda --- /dev/null +++ b/devel/py-cycler/DESCR @@ -0,0 +1 @@ +omposable style cycles. diff --git a/devel/py-cycler/Makefile b/devel/py-cycler/Makefile new file mode 100644 index 0000000000000..5ee5b96384cb4 --- /dev/null +++ b/devel/py-cycler/Makefile @@ -0,0 +1,16 @@ +# $NetBSD: Makefile,v 1.1 2016/05/08 14:11:37 wen Exp $ + +DISTNAME= cycler-0.10.0 +PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +CATEGORIES= devel +MASTER_SITES= ${MASTER_SITE_PYPI:=C/Cycler/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://github.com/matplotlib/cycler +COMMENT= Composable style cycles +LICENSE= 2-clause-bsd + +DEPENDS+= ${PYPKGPREFIX}-six>=0:../../lang/py-six + +.include "../../lang/python/egg.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/devel/py-cycler/PLIST b/devel/py-cycler/PLIST new file mode 100644 index 0000000000000..443dff3619ef3 --- /dev/null +++ b/devel/py-cycler/PLIST @@ -0,0 +1,9 @@ +@comment $NetBSD: PLIST,v 1.1 2016/05/08 14:11:37 wen Exp $ +${PYSITELIB}/${EGG_INFODIR}/PKG-INFO +${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt +${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt +${PYSITELIB}/${EGG_INFODIR}/requires.txt +${PYSITELIB}/${EGG_INFODIR}/top_level.txt +${PYSITELIB}/cycler.py +${PYSITELIB}/cycler.pyc +${PYSITELIB}/cycler.pyo diff --git a/devel/py-cycler/distinfo b/devel/py-cycler/distinfo new file mode 100644 index 0000000000000..b3db3f7d75c3c --- /dev/null +++ b/devel/py-cycler/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2016/05/08 14:11:37 wen Exp $ + +SHA1 (cycler-0.10.0.tar.gz) = 1bcf4a985a5f414333603f3f70a7deebbaf30439 +RMD160 (cycler-0.10.0.tar.gz) = f19ee3f9164e3b0a8c4ee42b0d604ee42724c6c4 +SHA512 (cycler-0.10.0.tar.gz) = b7d2ba19861ffaf4dea0444bfe68b5a6264a022d7b3f02c9ff5e5859e3901de12a90f8dc7469e995e09c418515b3df55dbf05a0cfe5368d40790a2c878a74819 +Size (cycler-0.10.0.tar.gz) = 16553 bytes diff --git a/devel/py-cython/Makefile b/devel/py-cython/Makefile index c9105cf7ad7cc..555e7810f9a2b 100644 --- a/devel/py-cython/Makefile +++ b/devel/py-cython/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.31 2015/10/19 09:42:22 wiz Exp $ +# $NetBSD: Makefile,v 1.32 2016/04/13 18:13:49 wiz Exp $ -DISTNAME= Cython-0.23.4 +DISTNAME= Cython-0.24 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/Cy/cy/} CATEGORIES= lang python MASTER_SITES= http://cython.org/release/ diff --git a/devel/py-cython/PLIST b/devel/py-cython/PLIST index bc661a7e07267..d34ffcb651f06 100644 --- a/devel/py-cython/PLIST +++ b/devel/py-cython/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.17 2015/08/14 17:47:54 wiz Exp $ +@comment $NetBSD: PLIST,v 1.18 2016/04/13 18:13:49 wiz Exp $ bin/cygdb${PYVERSSUFFIX} bin/cython${PYVERSSUFFIX} bin/cythonize${PYVERSSUFFIX} @@ -150,6 +150,12 @@ ${PYSITELIB}/Cython/Compiler/Tests/TestBuffer.pyo ${PYSITELIB}/Cython/Compiler/Tests/TestCmdLine.py ${PYSITELIB}/Cython/Compiler/Tests/TestCmdLine.pyc ${PYSITELIB}/Cython/Compiler/Tests/TestCmdLine.pyo +${PYSITELIB}/Cython/Compiler/Tests/TestFlowControl.py +${PYSITELIB}/Cython/Compiler/Tests/TestFlowControl.pyc +${PYSITELIB}/Cython/Compiler/Tests/TestFlowControl.pyo +${PYSITELIB}/Cython/Compiler/Tests/TestGrammar.py +${PYSITELIB}/Cython/Compiler/Tests/TestGrammar.pyc +${PYSITELIB}/Cython/Compiler/Tests/TestGrammar.pyo ${PYSITELIB}/Cython/Compiler/Tests/TestMemView.py ${PYSITELIB}/Cython/Compiler/Tests/TestMemView.pyc ${PYSITELIB}/Cython/Compiler/Tests/TestMemView.pyo @@ -341,6 +347,8 @@ ${PYSITELIB}/Cython/Includes/libcpp/algorithm.pxd ${PYSITELIB}/Cython/Includes/libcpp/cast.pxd ${PYSITELIB}/Cython/Includes/libcpp/complex.pxd ${PYSITELIB}/Cython/Includes/libcpp/deque.pxd +${PYSITELIB}/Cython/Includes/libcpp/iterator.pxd +${PYSITELIB}/Cython/Includes/libcpp/limits.pxd ${PYSITELIB}/Cython/Includes/libcpp/list.pxd ${PYSITELIB}/Cython/Includes/libcpp/map.pxd ${PYSITELIB}/Cython/Includes/libcpp/memory.pxd @@ -357,12 +365,15 @@ ${PYSITELIB}/Cython/Includes/numpy/__init__.pxd ${PYSITELIB}/Cython/Includes/numpy/math.pxd ${PYSITELIB}/Cython/Includes/openmp.pxd ${PYSITELIB}/Cython/Includes/posix/__init__.pxd +${PYSITELIB}/Cython/Includes/posix/dlfcn.pxd ${PYSITELIB}/Cython/Includes/posix/fcntl.pxd ${PYSITELIB}/Cython/Includes/posix/ioctl.pxd ${PYSITELIB}/Cython/Includes/posix/mman.pxd ${PYSITELIB}/Cython/Includes/posix/resource.pxd +${PYSITELIB}/Cython/Includes/posix/select.pxd ${PYSITELIB}/Cython/Includes/posix/signal.pxd ${PYSITELIB}/Cython/Includes/posix/stat.pxd +${PYSITELIB}/Cython/Includes/posix/stdio.pxd ${PYSITELIB}/Cython/Includes/posix/stdlib.pxd ${PYSITELIB}/Cython/Includes/posix/strings.pxd ${PYSITELIB}/Cython/Includes/posix/time.pxd @@ -455,6 +466,7 @@ ${PYSITELIB}/Cython/Utility/CMath.c ${PYSITELIB}/Cython/Utility/Capsule.c ${PYSITELIB}/Cython/Utility/CommonTypes.c ${PYSITELIB}/Cython/Utility/Coroutine.c +${PYSITELIB}/Cython/Utility/CpdefEnums.pyx ${PYSITELIB}/Cython/Utility/CppConvert.pyx ${PYSITELIB}/Cython/Utility/CppSupport.cpp ${PYSITELIB}/Cython/Utility/CythonFunction.c diff --git a/devel/py-cython/distinfo b/devel/py-cython/distinfo index 5a3f0612cbec2..9651e11130d82 100644 --- a/devel/py-cython/distinfo +++ b/devel/py-cython/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.25 2015/11/04 17:41:17 agc Exp $ +$NetBSD: distinfo,v 1.26 2016/04/13 18:13:49 wiz Exp $ -SHA1 (Cython-0.23.4.tar.gz) = fc574c5050cd5a8e34435432e2a4a693353ed807 -RMD160 (Cython-0.23.4.tar.gz) = ac41bb0f649dd849c0da180acef3debe71c87ed7 -SHA512 (Cython-0.23.4.tar.gz) = 67f4d2be22def78318e8d3edc99b944c50291dc812064b0c8829dd453881bb288037087ee8472b161b9624ac13a50ece71a0d7560c9f2f7d94cc6fcad107e749 -Size (Cython-0.23.4.tar.gz) = 1628326 bytes +SHA1 (Cython-0.24.tar.gz) = 32f12b8dd976111668ef8ba7e716a850869a0bf6 +RMD160 (Cython-0.24.tar.gz) = 897098b87df320dec734d1832ac967064b0ce782 +SHA512 (Cython-0.24.tar.gz) = 9ac22934a4f344b02246538d8317cbecc66236e9c84d782f8121ef2e2c100de2a21cbfb55de3defcab294c71847467870e56fdb5bc38c0db0de7acd560d16e96 +Size (Cython-0.24.tar.gz) = 1671837 bytes SHA1 (patch-ac) = d0e06dd9e4b5a34d0614ec17f51c129eb7724323 SHA1 (patch-runtests.py) = 788ff593da9ce447af368957f1a8be562e2d40da diff --git a/devel/py-enum34/Makefile b/devel/py-enum34/Makefile index ccae69a1bd36d..12da14c69e279 100644 --- a/devel/py-enum34/Makefile +++ b/devel/py-enum34/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.4 2015/12/30 00:01:13 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2016/05/05 11:39:16 wiz Exp $ -DISTNAME= enum34-1.1.2 +DISTNAME= enum34-1.1.4 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel python -MASTER_SITES= ${MASTER_SITE_PYPI:=e/enum34/} +MASTER_SITES= https://pypi.python.org/packages/eb/c2/ea4077a72a167fb75f38bac63801910dfa2d5083e23ddaa0c4062848f78c/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://pypi.python.org/pypi/enum34 @@ -12,5 +12,5 @@ LICENSE= modified-bsd PYTHON_VERSIONS_ACCEPTED= 33 27 # unnecessary on 34 and newer -.include "../../lang/python/distutils.mk" +.include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/py-enum34/PLIST b/devel/py-enum34/PLIST index 43fce171cf94e..c5368a015e688 100644 --- a/devel/py-enum34/PLIST +++ b/devel/py-enum34/PLIST @@ -1,5 +1,8 @@ -@comment $NetBSD: PLIST,v 1.3 2015/12/06 11:44:10 wiz Exp $ -${PYSITELIB}/${EGG_FILE} +@comment $NetBSD: PLIST,v 1.4 2016/04/17 09:47:44 wiz Exp $ +${PYSITELIB}/${EGG_INFODIR}/PKG-INFO +${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt +${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt +${PYSITELIB}/${EGG_INFODIR}/top_level.txt ${PYSITELIB}/enum/LICENSE ${PYSITELIB}/enum/README ${PYSITELIB}/enum/__init__.py @@ -7,6 +10,6 @@ ${PYSITELIB}/enum/__init__.pyc ${PYSITELIB}/enum/__init__.pyo ${PYSITELIB}/enum/doc/enum.pdf ${PYSITELIB}/enum/doc/enum.rst -${PYSITELIB}/enum/test_enum.py -${PYSITELIB}/enum/test_enum.pyc -${PYSITELIB}/enum/test_enum.pyo +${PYSITELIB}/enum/test.py +${PYSITELIB}/enum/test.pyc +${PYSITELIB}/enum/test.pyo diff --git a/devel/py-enum34/distinfo b/devel/py-enum34/distinfo index 51e2269297efe..485e1b785e27e 100644 --- a/devel/py-enum34/distinfo +++ b/devel/py-enum34/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.5 2015/12/30 00:01:13 wiz Exp $ +$NetBSD: distinfo,v 1.7 2016/05/05 11:39:16 wiz Exp $ -SHA1 (enum34-1.1.2.tar.gz) = 98f4db4b3455533c4433e8294764eef8d90a2219 -RMD160 (enum34-1.1.2.tar.gz) = 803bd3c0fbcc2c653879483348b3ec9a6209c3ad -SHA512 (enum34-1.1.2.tar.gz) = 61e47d27969237f5e0de814f42e8f9217147f3d2d3081a1fadaf665cee293af1dd978420fb918000ac9f0fe323249faf7993f204660acdebff880bca1dde2487 -Size (enum34-1.1.2.tar.gz) = 46757 bytes +SHA1 (enum34-1.1.4.tar.gz) = a075655a706842853c9e6cae575369c50f07542e +RMD160 (enum34-1.1.4.tar.gz) = c8040740faa5c7167dab863d78520dc05850202d +SHA512 (enum34-1.1.4.tar.gz) = c33c04747e3d6c4e0bbf409ef28cdc705d589e08169b15df2a33d72c5c5eafb1b2a8f44a9899a07b8a229aa574f7ac8d86d50ab298b00dfbcc5ff2c06d6cb310 +Size (enum34-1.1.4.tar.gz) = 39840 bytes diff --git a/devel/py-funcsigs/Makefile b/devel/py-funcsigs/Makefile index 06277a20a96c5..ea983e65c1cbb 100644 --- a/devel/py-funcsigs/Makefile +++ b/devel/py-funcsigs/Makefile @@ -1,17 +1,18 @@ -# $NetBSD: Makefile,v 1.2 2015/12/02 21:20:29 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2016/05/04 14:02:18 wiz Exp $ -DISTNAME= funcsigs-0.4 +DISTNAME= funcsigs-1.0.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel -MASTER_SITES= ${MASTER_SITE_GITHUB:=aliles/} -GITHUB_PROJECT= funcsigs +MASTER_SITES= https://pypi.python.org/packages/94/4a/db842e7a0545de1cdb0439bb80e6e42dfe82aaeaadd4072f2263a4fbed23/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://github.com/aliles/funcsigs/ COMMENT= Python function signatures package for Python 2.6, 2.7 and 3.2+ LICENSE= apache-2.0 -PYTHON_VERSION_ACCEPTED= 27 +PYTHON_VERSIONS_ACCEPTED= 27 + +BUILD_DEPENDS+= ${PYPKGPREFIX}-unittest2-[0-9]*:../../devel/py-unittest2 .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/py-funcsigs/PLIST b/devel/py-funcsigs/PLIST index 12aa90983e2fa..1d9aadc233e94 100644 --- a/devel/py-funcsigs/PLIST +++ b/devel/py-funcsigs/PLIST @@ -1,15 +1,14 @@ -@comment $NetBSD: PLIST,v 1.1 2015/12/01 07:58:50 fhajny Exp $ +@comment $NetBSD: PLIST,v 1.2 2016/05/04 14:02:18 wiz Exp $ ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt ${PYSITELIB}/${EGG_INFODIR}/not-zip-safe +${PYSITELIB}/${EGG_INFODIR}/pbr.json +${PYSITELIB}/${EGG_INFODIR}/requires.txt ${PYSITELIB}/${EGG_INFODIR}/top_level.txt ${PYSITELIB}/funcsigs/__init__.py ${PYSITELIB}/funcsigs/__init__.pyc ${PYSITELIB}/funcsigs/__init__.pyo -${PYSITELIB}/funcsigs/odict.py -${PYSITELIB}/funcsigs/odict.pyc -${PYSITELIB}/funcsigs/odict.pyo ${PYSITELIB}/funcsigs/version.py ${PYSITELIB}/funcsigs/version.pyc ${PYSITELIB}/funcsigs/version.pyo diff --git a/devel/py-funcsigs/distinfo b/devel/py-funcsigs/distinfo index 95f469107fadf..cde33b1f6892a 100644 --- a/devel/py-funcsigs/distinfo +++ b/devel/py-funcsigs/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.1 2015/12/01 07:58:50 fhajny Exp $ +$NetBSD: distinfo,v 1.2 2016/05/04 14:02:18 wiz Exp $ -SHA1 (funcsigs-0.4.tar.gz) = 928ad451d02d4556af829aede70527b02ff5e2a3 -RMD160 (funcsigs-0.4.tar.gz) = 1bfa9cbac20d2993543d892c8f7a8835a540f744 -SHA512 (funcsigs-0.4.tar.gz) = 0a5d2a2eca954344b0fc5d4de6457bd191097faf8fe6c38097953fb576de8a59d9573426b7da6fe40bba5205f73e909294bc4659971b615b84701a7ad4ba0d25 -Size (funcsigs-0.4.tar.gz) = 24832 bytes +SHA1 (funcsigs-1.0.2.tar.gz) = d09f1a17d4b7323f815e27c1baabfa1f4dd2d9fe +RMD160 (funcsigs-1.0.2.tar.gz) = b42f623b0351d9d6444ce9dd29af870246b0429f +SHA512 (funcsigs-1.0.2.tar.gz) = 4e583bb7081bb1d6c0fe5a6935ca03032d562b93ef5c11b51a72ce9e7ac12902451cc2233c7e6f70440629d88d8e6e9625965ee408100b80b0024f3a6204afda +Size (funcsigs-1.0.2.tar.gz) = 27947 bytes diff --git a/devel/py-future/DESCR b/devel/py-future/DESCR new file mode 100644 index 0000000000000..d165f402677f0 --- /dev/null +++ b/devel/py-future/DESCR @@ -0,0 +1,3 @@ +future is the missing compatibility layer between Python 2 and Python 3. +It allows you to use a single, clean Python 3.x-compatible codebase to +support both Python 2 and Python 3 with minimal overhead. diff --git a/devel/py-future/Makefile b/devel/py-future/Makefile new file mode 100644 index 0000000000000..44d3c2d9a1a3d --- /dev/null +++ b/devel/py-future/Makefile @@ -0,0 +1,17 @@ +# $NetBSD: Makefile,v 1.1 2016/05/08 07:22:24 wen Exp $ + +DISTNAME= future-0.15.2 +PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +CATEGORIES= devel +MASTER_SITES= ${MASTER_SITE_PYPI:=f/future/} + +MAINTAINER= gde@llew.me +HOMEPAGE= https://python-future.org/ +COMMENT= Clean single-source support for Python 3 and 2 +LICENSE= mit + +USE_LANGUAGES= # none + +.include "../../lang/python/pyversion.mk" +.include "../../lang/python/egg.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/devel/py-future/PLIST b/devel/py-future/PLIST new file mode 100644 index 0000000000000..b6f862ae13eee --- /dev/null +++ b/devel/py-future/PLIST @@ -0,0 +1,1146 @@ +@comment $NetBSD: PLIST,v 1.1 2016/05/08 07:22:24 wen Exp $ +bin/futurize +bin/pasteurize +${PYSITELIB}/future/__init__.py +${PYSITELIB}/future/__init__.pyc +${PYSITELIB}/future/__init__.pyo +${PYSITELIB}/future/backports/__init__.py +${PYSITELIB}/future/backports/__init__.pyc +${PYSITELIB}/future/backports/__init__.pyo +${PYSITELIB}/future/backports/_markupbase.pyc +${PYSITELIB}/future/backports/_markupbase.pyo +${PYSITELIB}/future/backports/datetime.pyc +${PYSITELIB}/future/backports/datetime.pyo +${PYSITELIB}/future/backports/misc.pyc +${PYSITELIB}/future/backports/misc.pyo +${PYSITELIB}/future/backports/socket.pyc +${PYSITELIB}/future/backports/socket.pyo +${PYSITELIB}/future/backports/socketserver.pyc +${PYSITELIB}/future/backports/socketserver.pyo +${PYSITELIB}/future/backports/total_ordering.pyc +${PYSITELIB}/future/backports/total_ordering.pyo +${PYSITELIB}/future/backports/urllib/__init__.py +${PYSITELIB}/future/backports/urllib/__init__.pyc +${PYSITELIB}/future/backports/urllib/__init__.pyo +${PYSITELIB}/future/backports/urllib/error.pyc +${PYSITELIB}/future/backports/urllib/error.pyo +${PYSITELIB}/future/backports/urllib/parse.pyc +${PYSITELIB}/future/backports/urllib/parse.pyo +${PYSITELIB}/future/backports/urllib/request.pyc +${PYSITELIB}/future/backports/urllib/request.pyo +${PYSITELIB}/future/backports/urllib/response.pyc +${PYSITELIB}/future/backports/urllib/response.pyo +${PYSITELIB}/future/backports/urllib/robotparser.pyc +${PYSITELIB}/future/backports/urllib/robotparser.pyo +${PYSITELIB}/future/backports/xmlrpc/__init__.py +${PYSITELIB}/future/backports/xmlrpc/__init__.pyc +${PYSITELIB}/future/backports/xmlrpc/__init__.pyo +${PYSITELIB}/future/backports/xmlrpc/client.pyc +${PYSITELIB}/future/backports/xmlrpc/client.pyo +${PYSITELIB}/future/backports/xmlrpc/server.pyc +${PYSITELIB}/future/backports/xmlrpc/server.pyo +${PYSITELIB}/future/builtins/__init__.py +${PYSITELIB}/future/builtins/__init__.pyc +${PYSITELIB}/future/builtins/__init__.pyo +${PYSITELIB}/future/builtins/disabled.pyc +${PYSITELIB}/future/builtins/disabled.pyo +${PYSITELIB}/future/builtins/iterators.pyc +${PYSITELIB}/future/builtins/iterators.pyo +${PYSITELIB}/future/builtins/misc.pyc +${PYSITELIB}/future/builtins/misc.pyo +${PYSITELIB}/future/builtins/newnext.pyc +${PYSITELIB}/future/builtins/newnext.pyo +${PYSITELIB}/future/builtins/newround.pyc +${PYSITELIB}/future/builtins/newround.pyo +${PYSITELIB}/future/builtins/newsuper.pyc +${PYSITELIB}/future/builtins/newsuper.pyo +${PYSITELIB}/future/moves/__init__.py +${PYSITELIB}/future/moves/__init__.pyc +${PYSITELIB}/future/moves/__init__.pyo +${PYSITELIB}/future/moves/_dummy_thread.pyc +${PYSITELIB}/future/moves/_dummy_thread.pyo +${PYSITELIB}/future/moves/_markupbase.pyc +${PYSITELIB}/future/moves/_markupbase.pyo +${PYSITELIB}/future/moves/_thread.pyc +${PYSITELIB}/future/moves/_thread.pyo +${PYSITELIB}/future/moves/builtins.pyc +${PYSITELIB}/future/moves/builtins.pyo +${PYSITELIB}/future/moves/collections.pyc +${PYSITELIB}/future/moves/collections.pyo +${PYSITELIB}/future/moves/configparser.pyc +${PYSITELIB}/future/moves/configparser.pyo +${PYSITELIB}/future/moves/copyreg.pyc +${PYSITELIB}/future/moves/copyreg.pyo +${PYSITELIB}/future/moves/itertools.pyc +${PYSITELIB}/future/moves/itertools.pyo +${PYSITELIB}/future/moves/pickle.pyc +${PYSITELIB}/future/moves/pickle.pyo +${PYSITELIB}/future/moves/queue.pyc +${PYSITELIB}/future/moves/queue.pyo +${PYSITELIB}/future/moves/reprlib.pyc +${PYSITELIB}/future/moves/reprlib.pyo +${PYSITELIB}/future/moves/socketserver.pyc +${PYSITELIB}/future/moves/socketserver.pyo +${PYSITELIB}/future/moves/subprocess.pyc +${PYSITELIB}/future/moves/subprocess.pyo +${PYSITELIB}/future/moves/sys.pyc +${PYSITELIB}/future/moves/sys.pyo +${PYSITELIB}/future/moves/winreg.pyc +${PYSITELIB}/future/moves/winreg.pyo +${PYSITELIB}/future/moves/xmlrpc/__init__.py +${PYSITELIB}/future/moves/xmlrpc/__init__.pyc +${PYSITELIB}/future/moves/xmlrpc/__init__.pyo +${PYSITELIB}/future/moves/xmlrpc/client.pyc +${PYSITELIB}/future/moves/xmlrpc/client.pyo +${PYSITELIB}/future/moves/xmlrpc/server.pyc +${PYSITELIB}/future/moves/xmlrpc/server.pyo +${PYSITELIB}/future/standard_library/__init__.py +${PYSITELIB}/future/standard_library/__init__.pyc +${PYSITELIB}/future/standard_library/__init__.pyo +${PYSITELIB}/future/tests/__init__.py +${PYSITELIB}/future/tests/__init__.pyc +${PYSITELIB}/future/tests/__init__.pyo +${PYSITELIB}/future/tests/base.pyc +${PYSITELIB}/future/tests/base.pyo +${PYSITELIB}/future/types/__init__.py +${PYSITELIB}/future/types/__init__.pyc +${PYSITELIB}/future/types/__init__.pyo +${PYSITELIB}/future/types/newbytes.pyc +${PYSITELIB}/future/types/newbytes.pyo +${PYSITELIB}/future/types/newdict.pyc +${PYSITELIB}/future/types/newdict.pyo +${PYSITELIB}/future/types/newint.pyc +${PYSITELIB}/future/types/newint.pyo +${PYSITELIB}/future/types/newlist.pyc +${PYSITELIB}/future/types/newlist.pyo +${PYSITELIB}/future/types/newmemoryview.pyc +${PYSITELIB}/future/types/newmemoryview.pyo +${PYSITELIB}/future/types/newobject.pyc +${PYSITELIB}/future/types/newobject.pyo +${PYSITELIB}/future/types/newopen.pyc +${PYSITELIB}/future/types/newopen.pyo +${PYSITELIB}/future/types/newrange.pyc +${PYSITELIB}/future/types/newrange.pyo +${PYSITELIB}/future/types/newstr.pyc +${PYSITELIB}/future/types/newstr.pyo +${PYSITELIB}/future/utils/__init__.py +${PYSITELIB}/future/utils/__init__.pyc +${PYSITELIB}/future/utils/__init__.pyo +${PYSITELIB}/future/utils/surrogateescape.pyc +${PYSITELIB}/future/utils/surrogateescape.pyo +${PYSITELIB}/libfuturize/__init__.py +${PYSITELIB}/libfuturize/__init__.pyc +${PYSITELIB}/libfuturize/__init__.pyo +${PYSITELIB}/libfuturize/fixer_util.pyc +${PYSITELIB}/libfuturize/fixer_util.pyo +${PYSITELIB}/libfuturize/main.pyc +${PYSITELIB}/libfuturize/main.pyo +${PYSITELIB}/libpasteurize/__init__.py +${PYSITELIB}/libpasteurize/__init__.pyc +${PYSITELIB}/libpasteurize/__init__.pyo +${PYSITELIB}/libpasteurize/main.pyc +${PYSITELIB}/libpasteurize/main.pyo +${PYSITELIB}/past/__init__.py +${PYSITELIB}/past/__init__.pyc +${PYSITELIB}/past/__init__.pyo +${PYSITELIB}/past/builtins/__init__.py +${PYSITELIB}/past/builtins/__init__.pyc +${PYSITELIB}/past/builtins/__init__.pyo +${PYSITELIB}/past/builtins/misc.pyc +${PYSITELIB}/past/builtins/misc.pyo +${PYSITELIB}/past/builtins/noniterators.pyc +${PYSITELIB}/past/builtins/noniterators.pyo +${PYSITELIB}/past/tests/__init__.py +${PYSITELIB}/past/tests/__init__.pyc +${PYSITELIB}/past/tests/__init__.pyo +${PYSITELIB}/past/translation/__init__.py +${PYSITELIB}/past/translation/__init__.pyc +${PYSITELIB}/past/translation/__init__.pyo +${PYSITELIB}/past/types/__init__.py +${PYSITELIB}/past/types/__init__.pyc +${PYSITELIB}/past/types/__init__.pyo +${PYSITELIB}/past/types/basestring.pyc +${PYSITELIB}/past/types/basestring.pyo +${PYSITELIB}/past/types/olddict.pyc +${PYSITELIB}/past/types/olddict.pyo +${PYSITELIB}/past/types/oldstr.pyc +${PYSITELIB}/past/types/oldstr.pyo +${PYSITELIB}/past/utils/__init__.py +${PYSITELIB}/past/utils/__init__.pyc +${PYSITELIB}/past/utils/__init__.pyo +${PLIST.py2x}${PYSITELIB}/_dummy_thread/__init__.py +${PLIST.py2x}${PYSITELIB}/_dummy_thread/__init__.pyc +${PLIST.py2x}${PYSITELIB}/_dummy_thread/__init__.pyo +${PLIST.py2x}${PYSITELIB}/_markupbase/__init__.py +${PLIST.py2x}${PYSITELIB}/_markupbase/__init__.pyc +${PLIST.py2x}${PYSITELIB}/_markupbase/__init__.pyo +${PLIST.py2x}${PYSITELIB}/_thread/__init__.py +${PLIST.py2x}${PYSITELIB}/_thread/__init__.pyc +${PLIST.py2x}${PYSITELIB}/_thread/__init__.pyo +${PLIST.py2x}${PYSITELIB}/builtins/__init__.py +${PLIST.py2x}${PYSITELIB}/builtins/__init__.pyc +${PLIST.py2x}${PYSITELIB}/builtins/__init__.pyo +${PLIST.py2x}${PYSITELIB}/configparser/__init__.py +${PLIST.py2x}${PYSITELIB}/configparser/__init__.pyc +${PLIST.py2x}${PYSITELIB}/configparser/__init__.pyo +${PLIST.py2x}${PYSITELIB}/copyreg/__init__.py +${PLIST.py2x}${PYSITELIB}/copyreg/__init__.pyc +${PLIST.py2x}${PYSITELIB}/copyreg/__init__.pyo +${PLIST.py2x}${PYSITELIB}/${EGG_INFODIR}/PKG-INFO +${PLIST.py2x}${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt +${PLIST.py2x}${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt +${PLIST.py2x}${PYSITELIB}/${EGG_INFODIR}/entry_points.txt +${PLIST.py2x}${PYSITELIB}/${EGG_INFODIR}/top_level.txt +${PLIST.py2x}${PYSITELIB}/future/backports/_markupbase.py +${PLIST.py2x}${PYSITELIB}/future/backports/datetime.py +${PLIST.py2x}${PYSITELIB}/future/backports/email/__init__.py +${PLIST.py2x}${PYSITELIB}/future/backports/email/__init__.pyc +${PLIST.py2x}${PYSITELIB}/future/backports/email/__init__.pyo +${PLIST.py2x}${PYSITELIB}/future/backports/email/_encoded_words.py +${PLIST.py2x}${PYSITELIB}/future/backports/email/_encoded_words.pyc +${PLIST.py2x}${PYSITELIB}/future/backports/email/_encoded_words.pyo +${PLIST.py2x}${PYSITELIB}/future/backports/email/_header_value_parser.py +${PLIST.py2x}${PYSITELIB}/future/backports/email/_header_value_parser.pyc +${PLIST.py2x}${PYSITELIB}/future/backports/email/_header_value_parser.pyo +${PLIST.py2x}${PYSITELIB}/future/backports/email/_parseaddr.py +${PLIST.py2x}${PYSITELIB}/future/backports/email/_parseaddr.pyc +${PLIST.py2x}${PYSITELIB}/future/backports/email/_parseaddr.pyo +${PLIST.py2x}${PYSITELIB}/future/backports/email/_policybase.py +${PLIST.py2x}${PYSITELIB}/future/backports/email/_policybase.pyc +${PLIST.py2x}${PYSITELIB}/future/backports/email/_policybase.pyo +${PLIST.py2x}${PYSITELIB}/future/backports/email/base64mime.py +${PLIST.py2x}${PYSITELIB}/future/backports/email/base64mime.pyc +${PLIST.py2x}${PYSITELIB}/future/backports/email/base64mime.pyo +${PLIST.py2x}${PYSITELIB}/future/backports/email/charset.py +${PLIST.py2x}${PYSITELIB}/future/backports/email/charset.pyc +${PLIST.py2x}${PYSITELIB}/future/backports/email/charset.pyo +${PLIST.py2x}${PYSITELIB}/future/backports/email/encoders.py +${PLIST.py2x}${PYSITELIB}/future/backports/email/encoders.pyc +${PLIST.py2x}${PYSITELIB}/future/backports/email/encoders.pyo +${PLIST.py2x}${PYSITELIB}/future/backports/email/errors.py +${PLIST.py2x}${PYSITELIB}/future/backports/email/errors.pyc +${PLIST.py2x}${PYSITELIB}/future/backports/email/errors.pyo +${PLIST.py2x}${PYSITELIB}/future/backports/email/feedparser.py +${PLIST.py2x}${PYSITELIB}/future/backports/email/feedparser.pyc +${PLIST.py2x}${PYSITELIB}/future/backports/email/feedparser.pyo +${PLIST.py2x}${PYSITELIB}/future/backports/email/generator.py +${PLIST.py2x}${PYSITELIB}/future/backports/email/generator.pyc +${PLIST.py2x}${PYSITELIB}/future/backports/email/generator.pyo +${PLIST.py2x}${PYSITELIB}/future/backports/email/header.py +${PLIST.py2x}${PYSITELIB}/future/backports/email/header.pyc +${PLIST.py2x}${PYSITELIB}/future/backports/email/header.pyo +${PLIST.py2x}${PYSITELIB}/future/backports/email/headerregistry.py +${PLIST.py2x}${PYSITELIB}/future/backports/email/headerregistry.pyc +${PLIST.py2x}${PYSITELIB}/future/backports/email/headerregistry.pyo +${PLIST.py2x}${PYSITELIB}/future/backports/email/iterators.py +${PLIST.py2x}${PYSITELIB}/future/backports/email/iterators.pyc +${PLIST.py2x}${PYSITELIB}/future/backports/email/iterators.pyo +${PLIST.py2x}${PYSITELIB}/future/backports/email/message.py +${PLIST.py2x}${PYSITELIB}/future/backports/email/message.pyc +${PLIST.py2x}${PYSITELIB}/future/backports/email/message.pyo +${PLIST.py2x}${PYSITELIB}/future/backports/email/mime/__init__.py +${PLIST.py2x}${PYSITELIB}/future/backports/email/mime/__init__.pyc +${PLIST.py2x}${PYSITELIB}/future/backports/email/mime/__init__.pyo +${PLIST.py2x}${PYSITELIB}/future/backports/email/mime/application.py +${PLIST.py2x}${PYSITELIB}/future/backports/email/mime/application.pyc +${PLIST.py2x}${PYSITELIB}/future/backports/email/mime/application.pyo +${PLIST.py2x}${PYSITELIB}/future/backports/email/mime/audio.py +${PLIST.py2x}${PYSITELIB}/future/backports/email/mime/audio.pyc +${PLIST.py2x}${PYSITELIB}/future/backports/email/mime/audio.pyo +${PLIST.py2x}${PYSITELIB}/future/backports/email/mime/base.py +${PLIST.py2x}${PYSITELIB}/future/backports/email/mime/base.pyc +${PLIST.py2x}${PYSITELIB}/future/backports/email/mime/base.pyo +${PLIST.py2x}${PYSITELIB}/future/backports/email/mime/image.py +${PLIST.py2x}${PYSITELIB}/future/backports/email/mime/image.pyc +${PLIST.py2x}${PYSITELIB}/future/backports/email/mime/image.pyo +${PLIST.py2x}${PYSITELIB}/future/backports/email/mime/message.py +${PLIST.py2x}${PYSITELIB}/future/backports/email/mime/message.pyc +${PLIST.py2x}${PYSITELIB}/future/backports/email/mime/message.pyo +${PLIST.py2x}${PYSITELIB}/future/backports/email/mime/multipart.py +${PLIST.py2x}${PYSITELIB}/future/backports/email/mime/multipart.pyc +${PLIST.py2x}${PYSITELIB}/future/backports/email/mime/multipart.pyo +${PLIST.py2x}${PYSITELIB}/future/backports/email/mime/nonmultipart.py +${PLIST.py2x}${PYSITELIB}/future/backports/email/mime/nonmultipart.pyc +${PLIST.py2x}${PYSITELIB}/future/backports/email/mime/nonmultipart.pyo +${PLIST.py2x}${PYSITELIB}/future/backports/email/mime/text.py +${PLIST.py2x}${PYSITELIB}/future/backports/email/mime/text.pyc +${PLIST.py2x}${PYSITELIB}/future/backports/email/mime/text.pyo +${PLIST.py2x}${PYSITELIB}/future/backports/email/parser.py +${PLIST.py2x}${PYSITELIB}/future/backports/email/parser.pyc +${PLIST.py2x}${PYSITELIB}/future/backports/email/parser.pyo +${PLIST.py2x}${PYSITELIB}/future/backports/email/policy.py +${PLIST.py2x}${PYSITELIB}/future/backports/email/policy.pyc +${PLIST.py2x}${PYSITELIB}/future/backports/email/policy.pyo +${PLIST.py2x}${PYSITELIB}/future/backports/email/quoprimime.py +${PLIST.py2x}${PYSITELIB}/future/backports/email/quoprimime.pyc +${PLIST.py2x}${PYSITELIB}/future/backports/email/quoprimime.pyo +${PLIST.py2x}${PYSITELIB}/future/backports/email/utils.py +${PLIST.py2x}${PYSITELIB}/future/backports/email/utils.pyc +${PLIST.py2x}${PYSITELIB}/future/backports/email/utils.pyo +${PLIST.py2x}${PYSITELIB}/future/backports/html/__init__.py +${PLIST.py2x}${PYSITELIB}/future/backports/html/__init__.pyc +${PLIST.py2x}${PYSITELIB}/future/backports/html/__init__.pyo +${PLIST.py2x}${PYSITELIB}/future/backports/html/entities.py +${PLIST.py2x}${PYSITELIB}/future/backports/html/entities.pyc +${PLIST.py2x}${PYSITELIB}/future/backports/html/entities.pyo +${PLIST.py2x}${PYSITELIB}/future/backports/html/parser.py +${PLIST.py2x}${PYSITELIB}/future/backports/html/parser.pyc +${PLIST.py2x}${PYSITELIB}/future/backports/html/parser.pyo +${PLIST.py2x}${PYSITELIB}/future/backports/http/__init__.py +${PLIST.py2x}${PYSITELIB}/future/backports/http/__init__.pyc +${PLIST.py2x}${PYSITELIB}/future/backports/http/__init__.pyo +${PLIST.py2x}${PYSITELIB}/future/backports/http/client.py +${PLIST.py2x}${PYSITELIB}/future/backports/http/client.pyc +${PLIST.py2x}${PYSITELIB}/future/backports/http/client.pyo +${PLIST.py2x}${PYSITELIB}/future/backports/http/cookiejar.py +${PLIST.py2x}${PYSITELIB}/future/backports/http/cookiejar.pyc +${PLIST.py2x}${PYSITELIB}/future/backports/http/cookiejar.pyo +${PLIST.py2x}${PYSITELIB}/future/backports/http/cookies.py +${PLIST.py2x}${PYSITELIB}/future/backports/http/cookies.pyc +${PLIST.py2x}${PYSITELIB}/future/backports/http/cookies.pyo +${PLIST.py2x}${PYSITELIB}/future/backports/http/server.py +${PLIST.py2x}${PYSITELIB}/future/backports/http/server.pyc +${PLIST.py2x}${PYSITELIB}/future/backports/http/server.pyo +${PLIST.py2x}${PYSITELIB}/future/backports/misc.py +${PLIST.py2x}${PYSITELIB}/future/backports/socket.py +${PLIST.py2x}${PYSITELIB}/future/backports/socketserver.py +${PLIST.py2x}${PYSITELIB}/future/backports/test/__init__.py +${PLIST.py2x}${PYSITELIB}/future/backports/test/__init__.pyc +${PLIST.py2x}${PYSITELIB}/future/backports/test/__init__.pyo +${PLIST.py2x}${PYSITELIB}/future/backports/test/badcert.pem +${PLIST.py2x}${PYSITELIB}/future/backports/test/badkey.pem +${PLIST.py2x}${PYSITELIB}/future/backports/test/dh512.pem +${PLIST.py2x}${PYSITELIB}/future/backports/test/https_svn_python_org_root.pem +${PLIST.py2x}${PYSITELIB}/future/backports/test/keycert.passwd.pem +${PLIST.py2x}${PYSITELIB}/future/backports/test/keycert.pem +${PLIST.py2x}${PYSITELIB}/future/backports/test/keycert2.pem +${PLIST.py2x}${PYSITELIB}/future/backports/test/nokia.pem +${PLIST.py2x}${PYSITELIB}/future/backports/test/nullbytecert.pem +${PLIST.py2x}${PYSITELIB}/future/backports/test/nullcert.pem +${PLIST.py2x}${PYSITELIB}/future/backports/test/pystone.py +${PLIST.py2x}${PYSITELIB}/future/backports/test/pystone.pyc +${PLIST.py2x}${PYSITELIB}/future/backports/test/pystone.pyo +${PLIST.py2x}${PYSITELIB}/future/backports/test/sha256.pem +${PLIST.py2x}${PYSITELIB}/future/backports/test/ssl_cert.pem +${PLIST.py2x}${PYSITELIB}/future/backports/test/ssl_key.passwd.pem +${PLIST.py2x}${PYSITELIB}/future/backports/test/ssl_key.pem +${PLIST.py2x}${PYSITELIB}/future/backports/test/ssl_servers.py +${PLIST.py2x}${PYSITELIB}/future/backports/test/ssl_servers.pyc +${PLIST.py2x}${PYSITELIB}/future/backports/test/ssl_servers.pyo +${PLIST.py2x}${PYSITELIB}/future/backports/test/support.py +${PLIST.py2x}${PYSITELIB}/future/backports/test/support.pyc +${PLIST.py2x}${PYSITELIB}/future/backports/test/support.pyo +${PLIST.py2x}${PYSITELIB}/future/backports/total_ordering.py +${PLIST.py2x}${PYSITELIB}/future/backports/urllib/error.py +${PLIST.py2x}${PYSITELIB}/future/backports/urllib/parse.py +${PLIST.py2x}${PYSITELIB}/future/backports/urllib/request.py +${PLIST.py2x}${PYSITELIB}/future/backports/urllib/response.py +${PLIST.py2x}${PYSITELIB}/future/backports/urllib/robotparser.py +${PLIST.py2x}${PYSITELIB}/future/backports/xmlrpc/client.py +${PLIST.py2x}${PYSITELIB}/future/backports/xmlrpc/server.py +${PLIST.py2x}${PYSITELIB}/future/builtins/disabled.py +${PLIST.py2x}${PYSITELIB}/future/builtins/iterators.py +${PLIST.py2x}${PYSITELIB}/future/builtins/misc.py +${PLIST.py2x}${PYSITELIB}/future/builtins/newnext.py +${PLIST.py2x}${PYSITELIB}/future/builtins/newround.py +${PLIST.py2x}${PYSITELIB}/future/builtins/newsuper.py +${PLIST.py2x}${PYSITELIB}/future/moves/_dummy_thread.py +${PLIST.py2x}${PYSITELIB}/future/moves/_markupbase.py +${PLIST.py2x}${PYSITELIB}/future/moves/_thread.py +${PLIST.py2x}${PYSITELIB}/future/moves/builtins.py +${PLIST.py2x}${PYSITELIB}/future/moves/collections.py +${PLIST.py2x}${PYSITELIB}/future/moves/configparser.py +${PLIST.py2x}${PYSITELIB}/future/moves/copyreg.py +${PLIST.py2x}${PYSITELIB}/future/moves/dbm/__init__.py +${PLIST.py2x}${PYSITELIB}/future/moves/dbm/__init__.pyc +${PLIST.py2x}${PYSITELIB}/future/moves/dbm/__init__.pyo +${PLIST.py2x}${PYSITELIB}/future/moves/dbm/dumb.py +${PLIST.py2x}${PYSITELIB}/future/moves/dbm/dumb.pyc +${PLIST.py2x}${PYSITELIB}/future/moves/dbm/dumb.pyo +${PLIST.py2x}${PYSITELIB}/future/moves/dbm/gnu.py +${PLIST.py2x}${PYSITELIB}/future/moves/dbm/gnu.pyc +${PLIST.py2x}${PYSITELIB}/future/moves/dbm/gnu.pyo +${PLIST.py2x}${PYSITELIB}/future/moves/dbm/ndbm.py +${PLIST.py2x}${PYSITELIB}/future/moves/dbm/ndbm.pyc +${PLIST.py2x}${PYSITELIB}/future/moves/dbm/ndbm.pyo +${PLIST.py2x}${PYSITELIB}/future/moves/html/__init__.py +${PLIST.py2x}${PYSITELIB}/future/moves/html/__init__.pyc +${PLIST.py2x}${PYSITELIB}/future/moves/html/__init__.pyo +${PLIST.py2x}${PYSITELIB}/future/moves/html/entities.py +${PLIST.py2x}${PYSITELIB}/future/moves/html/entities.pyc +${PLIST.py2x}${PYSITELIB}/future/moves/html/entities.pyo +${PLIST.py2x}${PYSITELIB}/future/moves/html/parser.py +${PLIST.py2x}${PYSITELIB}/future/moves/html/parser.pyc +${PLIST.py2x}${PYSITELIB}/future/moves/html/parser.pyo +${PLIST.py2x}${PYSITELIB}/future/moves/http/__init__.py +${PLIST.py2x}${PYSITELIB}/future/moves/http/__init__.pyc +${PLIST.py2x}${PYSITELIB}/future/moves/http/__init__.pyo +${PLIST.py2x}${PYSITELIB}/future/moves/http/client.py +${PLIST.py2x}${PYSITELIB}/future/moves/http/client.pyc +${PLIST.py2x}${PYSITELIB}/future/moves/http/client.pyo +${PLIST.py2x}${PYSITELIB}/future/moves/http/cookiejar.py +${PLIST.py2x}${PYSITELIB}/future/moves/http/cookiejar.pyc +${PLIST.py2x}${PYSITELIB}/future/moves/http/cookiejar.pyo +${PLIST.py2x}${PYSITELIB}/future/moves/http/cookies.py +${PLIST.py2x}${PYSITELIB}/future/moves/http/cookies.pyc +${PLIST.py2x}${PYSITELIB}/future/moves/http/cookies.pyo +${PLIST.py2x}${PYSITELIB}/future/moves/http/server.py +${PLIST.py2x}${PYSITELIB}/future/moves/http/server.pyc +${PLIST.py2x}${PYSITELIB}/future/moves/http/server.pyo +${PLIST.py2x}${PYSITELIB}/future/moves/itertools.py +${PLIST.py2x}${PYSITELIB}/future/moves/pickle.py +${PLIST.py2x}${PYSITELIB}/future/moves/queue.py +${PLIST.py2x}${PYSITELIB}/future/moves/reprlib.py +${PLIST.py2x}${PYSITELIB}/future/moves/socketserver.py +${PLIST.py2x}${PYSITELIB}/future/moves/subprocess.py +${PLIST.py2x}${PYSITELIB}/future/moves/sys.py +${PLIST.py2x}${PYSITELIB}/future/moves/test/__init__.py +${PLIST.py2x}${PYSITELIB}/future/moves/test/__init__.pyc +${PLIST.py2x}${PYSITELIB}/future/moves/test/__init__.pyo +${PLIST.py2x}${PYSITELIB}/future/moves/test/support.py +${PLIST.py2x}${PYSITELIB}/future/moves/test/support.pyc +${PLIST.py2x}${PYSITELIB}/future/moves/test/support.pyo +${PLIST.py2x}${PYSITELIB}/future/moves/tkinter/__init__.py +${PLIST.py2x}${PYSITELIB}/future/moves/tkinter/__init__.pyc +${PLIST.py2x}${PYSITELIB}/future/moves/tkinter/__init__.pyo +${PLIST.py2x}${PYSITELIB}/future/moves/tkinter/colorchooser.py +${PLIST.py2x}${PYSITELIB}/future/moves/tkinter/colorchooser.pyc +${PLIST.py2x}${PYSITELIB}/future/moves/tkinter/colorchooser.pyo +${PLIST.py2x}${PYSITELIB}/future/moves/tkinter/commondialog.py +${PLIST.py2x}${PYSITELIB}/future/moves/tkinter/commondialog.pyc +${PLIST.py2x}${PYSITELIB}/future/moves/tkinter/commondialog.pyo +${PLIST.py2x}${PYSITELIB}/future/moves/tkinter/constants.py +${PLIST.py2x}${PYSITELIB}/future/moves/tkinter/constants.pyc +${PLIST.py2x}${PYSITELIB}/future/moves/tkinter/constants.pyo +${PLIST.py2x}${PYSITELIB}/future/moves/tkinter/dialog.py +${PLIST.py2x}${PYSITELIB}/future/moves/tkinter/dialog.pyc +${PLIST.py2x}${PYSITELIB}/future/moves/tkinter/dialog.pyo +${PLIST.py2x}${PYSITELIB}/future/moves/tkinter/dnd.py +${PLIST.py2x}${PYSITELIB}/future/moves/tkinter/dnd.pyc +${PLIST.py2x}${PYSITELIB}/future/moves/tkinter/dnd.pyo +${PLIST.py2x}${PYSITELIB}/future/moves/tkinter/filedialog.py +${PLIST.py2x}${PYSITELIB}/future/moves/tkinter/filedialog.pyc +${PLIST.py2x}${PYSITELIB}/future/moves/tkinter/filedialog.pyo +${PLIST.py2x}${PYSITELIB}/future/moves/tkinter/font.py +${PLIST.py2x}${PYSITELIB}/future/moves/tkinter/font.pyc +${PLIST.py2x}${PYSITELIB}/future/moves/tkinter/font.pyo +${PLIST.py2x}${PYSITELIB}/future/moves/tkinter/messagebox.py +${PLIST.py2x}${PYSITELIB}/future/moves/tkinter/messagebox.pyc +${PLIST.py2x}${PYSITELIB}/future/moves/tkinter/messagebox.pyo +${PLIST.py2x}${PYSITELIB}/future/moves/tkinter/scrolledtext.py +${PLIST.py2x}${PYSITELIB}/future/moves/tkinter/scrolledtext.pyc +${PLIST.py2x}${PYSITELIB}/future/moves/tkinter/scrolledtext.pyo +${PLIST.py2x}${PYSITELIB}/future/moves/tkinter/simpledialog.py +${PLIST.py2x}${PYSITELIB}/future/moves/tkinter/simpledialog.pyc +${PLIST.py2x}${PYSITELIB}/future/moves/tkinter/simpledialog.pyo +${PLIST.py2x}${PYSITELIB}/future/moves/tkinter/tix.py +${PLIST.py2x}${PYSITELIB}/future/moves/tkinter/tix.pyc +${PLIST.py2x}${PYSITELIB}/future/moves/tkinter/tix.pyo +${PLIST.py2x}${PYSITELIB}/future/moves/tkinter/ttk.py +${PLIST.py2x}${PYSITELIB}/future/moves/tkinter/ttk.pyc +${PLIST.py2x}${PYSITELIB}/future/moves/tkinter/ttk.pyo +${PLIST.py2x}${PYSITELIB}/future/moves/urllib/__init__.py +${PLIST.py2x}${PYSITELIB}/future/moves/urllib/__init__.pyc +${PLIST.py2x}${PYSITELIB}/future/moves/urllib/__init__.pyo +${PLIST.py2x}${PYSITELIB}/future/moves/urllib/error.py +${PLIST.py2x}${PYSITELIB}/future/moves/urllib/error.pyc +${PLIST.py2x}${PYSITELIB}/future/moves/urllib/error.pyo +${PLIST.py2x}${PYSITELIB}/future/moves/urllib/parse.py +${PLIST.py2x}${PYSITELIB}/future/moves/urllib/parse.pyc +${PLIST.py2x}${PYSITELIB}/future/moves/urllib/parse.pyo +${PLIST.py2x}${PYSITELIB}/future/moves/urllib/request.py +${PLIST.py2x}${PYSITELIB}/future/moves/urllib/request.pyc +${PLIST.py2x}${PYSITELIB}/future/moves/urllib/request.pyo +${PLIST.py2x}${PYSITELIB}/future/moves/urllib/response.py +${PLIST.py2x}${PYSITELIB}/future/moves/urllib/response.pyc +${PLIST.py2x}${PYSITELIB}/future/moves/urllib/response.pyo +${PLIST.py2x}${PYSITELIB}/future/moves/urllib/robotparser.py +${PLIST.py2x}${PYSITELIB}/future/moves/urllib/robotparser.pyc +${PLIST.py2x}${PYSITELIB}/future/moves/urllib/robotparser.pyo +${PLIST.py2x}${PYSITELIB}/future/moves/winreg.py +${PLIST.py2x}${PYSITELIB}/future/moves/xmlrpc/client.py +${PLIST.py2x}${PYSITELIB}/future/moves/xmlrpc/server.py +${PLIST.py2x}${PYSITELIB}/future/tests/base.py +${PLIST.py2x}${PYSITELIB}/future/types/newbytes.py +${PLIST.py2x}${PYSITELIB}/future/types/newdict.py +${PLIST.py2x}${PYSITELIB}/future/types/newint.py +${PLIST.py2x}${PYSITELIB}/future/types/newlist.py +${PLIST.py2x}${PYSITELIB}/future/types/newmemoryview.py +${PLIST.py2x}${PYSITELIB}/future/types/newobject.py +${PLIST.py2x}${PYSITELIB}/future/types/newopen.py +${PLIST.py2x}${PYSITELIB}/future/types/newrange.py +${PLIST.py2x}${PYSITELIB}/future/types/newstr.py +${PLIST.py2x}${PYSITELIB}/future/utils/surrogateescape.py +${PLIST.py2x}${PYSITELIB}/html/__init__.py +${PLIST.py2x}${PYSITELIB}/html/__init__.pyc +${PLIST.py2x}${PYSITELIB}/html/__init__.pyo +${PLIST.py2x}${PYSITELIB}/html/entities.py +${PLIST.py2x}${PYSITELIB}/html/entities.pyc +${PLIST.py2x}${PYSITELIB}/html/entities.pyo +${PLIST.py2x}${PYSITELIB}/html/parser.py +${PLIST.py2x}${PYSITELIB}/html/parser.pyc +${PLIST.py2x}${PYSITELIB}/html/parser.pyo +${PLIST.py2x}${PYSITELIB}/http/__init__.py +${PLIST.py2x}${PYSITELIB}/http/__init__.pyc +${PLIST.py2x}${PYSITELIB}/http/__init__.pyo +${PLIST.py2x}${PYSITELIB}/http/client.py +${PLIST.py2x}${PYSITELIB}/http/client.pyc +${PLIST.py2x}${PYSITELIB}/http/client.pyo +${PLIST.py2x}${PYSITELIB}/http/cookiejar.py +${PLIST.py2x}${PYSITELIB}/http/cookiejar.pyc +${PLIST.py2x}${PYSITELIB}/http/cookiejar.pyo +${PLIST.py2x}${PYSITELIB}/http/cookies.py +${PLIST.py2x}${PYSITELIB}/http/cookies.pyc +${PLIST.py2x}${PYSITELIB}/http/cookies.pyo +${PLIST.py2x}${PYSITELIB}/http/server.py +${PLIST.py2x}${PYSITELIB}/http/server.pyc +${PLIST.py2x}${PYSITELIB}/http/server.pyo +${PLIST.py2x}${PYSITELIB}/libfuturize/fixer_util.py +${PLIST.py2x}${PYSITELIB}/libfuturize/fixes/__init__.py +${PLIST.py2x}${PYSITELIB}/libfuturize/fixes/__init__.pyc +${PLIST.py2x}${PYSITELIB}/libfuturize/fixes/__init__.pyo +${PLIST.py2x}${PYSITELIB}/libfuturize/fixes/fix_UserDict.py +${PLIST.py2x}${PYSITELIB}/libfuturize/fixes/fix_UserDict.pyc +${PLIST.py2x}${PYSITELIB}/libfuturize/fixes/fix_UserDict.pyo +${PLIST.py2x}${PYSITELIB}/libfuturize/fixes/fix_absolute_import.py +${PLIST.py2x}${PYSITELIB}/libfuturize/fixes/fix_absolute_import.pyc +${PLIST.py2x}${PYSITELIB}/libfuturize/fixes/fix_absolute_import.pyo +${PLIST.py2x}${PYSITELIB}/libfuturize/fixes/fix_add__future__imports_except_unicode_literals.py +${PLIST.py2x}${PYSITELIB}/libfuturize/fixes/fix_add__future__imports_except_unicode_literals.pyc +${PLIST.py2x}${PYSITELIB}/libfuturize/fixes/fix_add__future__imports_except_unicode_literals.pyo +${PLIST.py2x}${PYSITELIB}/libfuturize/fixes/fix_basestring.py +${PLIST.py2x}${PYSITELIB}/libfuturize/fixes/fix_basestring.pyc +${PLIST.py2x}${PYSITELIB}/libfuturize/fixes/fix_basestring.pyo +${PLIST.py2x}${PYSITELIB}/libfuturize/fixes/fix_bytes.py +${PLIST.py2x}${PYSITELIB}/libfuturize/fixes/fix_bytes.pyc +${PLIST.py2x}${PYSITELIB}/libfuturize/fixes/fix_bytes.pyo +${PLIST.py2x}${PYSITELIB}/libfuturize/fixes/fix_cmp.py +${PLIST.py2x}${PYSITELIB}/libfuturize/fixes/fix_cmp.pyc +${PLIST.py2x}${PYSITELIB}/libfuturize/fixes/fix_cmp.pyo +${PLIST.py2x}${PYSITELIB}/libfuturize/fixes/fix_division.py +${PLIST.py2x}${PYSITELIB}/libfuturize/fixes/fix_division.pyc +${PLIST.py2x}${PYSITELIB}/libfuturize/fixes/fix_division.pyo +${PLIST.py2x}${PYSITELIB}/libfuturize/fixes/fix_division_safe.py +${PLIST.py2x}${PYSITELIB}/libfuturize/fixes/fix_division_safe.pyc +${PLIST.py2x}${PYSITELIB}/libfuturize/fixes/fix_division_safe.pyo +${PLIST.py2x}${PYSITELIB}/libfuturize/fixes/fix_execfile.py +${PLIST.py2x}${PYSITELIB}/libfuturize/fixes/fix_execfile.pyc +${PLIST.py2x}${PYSITELIB}/libfuturize/fixes/fix_execfile.pyo +${PLIST.py2x}${PYSITELIB}/libfuturize/fixes/fix_future_builtins.py +${PLIST.py2x}${PYSITELIB}/libfuturize/fixes/fix_future_builtins.pyc +${PLIST.py2x}${PYSITELIB}/libfuturize/fixes/fix_future_builtins.pyo +${PLIST.py2x}${PYSITELIB}/libfuturize/fixes/fix_future_standard_library.py +${PLIST.py2x}${PYSITELIB}/libfuturize/fixes/fix_future_standard_library.pyc +${PLIST.py2x}${PYSITELIB}/libfuturize/fixes/fix_future_standard_library.pyo +${PLIST.py2x}${PYSITELIB}/libfuturize/fixes/fix_future_standard_library_urllib.py +${PLIST.py2x}${PYSITELIB}/libfuturize/fixes/fix_future_standard_library_urllib.pyc +${PLIST.py2x}${PYSITELIB}/libfuturize/fixes/fix_future_standard_library_urllib.pyo +${PLIST.py2x}${PYSITELIB}/libfuturize/fixes/fix_metaclass.py +${PLIST.py2x}${PYSITELIB}/libfuturize/fixes/fix_metaclass.pyc +${PLIST.py2x}${PYSITELIB}/libfuturize/fixes/fix_metaclass.pyo +${PLIST.py2x}${PYSITELIB}/libfuturize/fixes/fix_next_call.py +${PLIST.py2x}${PYSITELIB}/libfuturize/fixes/fix_next_call.pyc +${PLIST.py2x}${PYSITELIB}/libfuturize/fixes/fix_next_call.pyo +${PLIST.py2x}${PYSITELIB}/libfuturize/fixes/fix_object.py +${PLIST.py2x}${PYSITELIB}/libfuturize/fixes/fix_object.pyc +${PLIST.py2x}${PYSITELIB}/libfuturize/fixes/fix_object.pyo +${PLIST.py2x}${PYSITELIB}/libfuturize/fixes/fix_oldstr_wrap.py +${PLIST.py2x}${PYSITELIB}/libfuturize/fixes/fix_oldstr_wrap.pyc +${PLIST.py2x}${PYSITELIB}/libfuturize/fixes/fix_oldstr_wrap.pyo +${PLIST.py2x}${PYSITELIB}/libfuturize/fixes/fix_order___future__imports.py +${PLIST.py2x}${PYSITELIB}/libfuturize/fixes/fix_order___future__imports.pyc +${PLIST.py2x}${PYSITELIB}/libfuturize/fixes/fix_order___future__imports.pyo +${PLIST.py2x}${PYSITELIB}/libfuturize/fixes/fix_print.py +${PLIST.py2x}${PYSITELIB}/libfuturize/fixes/fix_print.pyc +${PLIST.py2x}${PYSITELIB}/libfuturize/fixes/fix_print.pyo +${PLIST.py2x}${PYSITELIB}/libfuturize/fixes/fix_print_with_import.py +${PLIST.py2x}${PYSITELIB}/libfuturize/fixes/fix_print_with_import.pyc +${PLIST.py2x}${PYSITELIB}/libfuturize/fixes/fix_print_with_import.pyo +${PLIST.py2x}${PYSITELIB}/libfuturize/fixes/fix_raise.py +${PLIST.py2x}${PYSITELIB}/libfuturize/fixes/fix_raise.pyc +${PLIST.py2x}${PYSITELIB}/libfuturize/fixes/fix_raise.pyo +${PLIST.py2x}${PYSITELIB}/libfuturize/fixes/fix_remove_old__future__imports.py +${PLIST.py2x}${PYSITELIB}/libfuturize/fixes/fix_remove_old__future__imports.pyc +${PLIST.py2x}${PYSITELIB}/libfuturize/fixes/fix_remove_old__future__imports.pyo +${PLIST.py2x}${PYSITELIB}/libfuturize/fixes/fix_unicode_keep_u.py +${PLIST.py2x}${PYSITELIB}/libfuturize/fixes/fix_unicode_keep_u.pyc +${PLIST.py2x}${PYSITELIB}/libfuturize/fixes/fix_unicode_keep_u.pyo +${PLIST.py2x}${PYSITELIB}/libfuturize/fixes/fix_unicode_literals_import.py +${PLIST.py2x}${PYSITELIB}/libfuturize/fixes/fix_unicode_literals_import.pyc +${PLIST.py2x}${PYSITELIB}/libfuturize/fixes/fix_unicode_literals_import.pyo +${PLIST.py2x}${PYSITELIB}/libfuturize/fixes/fix_xrange_with_import.py +${PLIST.py2x}${PYSITELIB}/libfuturize/fixes/fix_xrange_with_import.pyc +${PLIST.py2x}${PYSITELIB}/libfuturize/fixes/fix_xrange_with_import.pyo +${PLIST.py2x}${PYSITELIB}/libfuturize/main.py +${PLIST.py2x}${PYSITELIB}/libpasteurize/fixes/__init__.py +${PLIST.py2x}${PYSITELIB}/libpasteurize/fixes/__init__.pyc +${PLIST.py2x}${PYSITELIB}/libpasteurize/fixes/__init__.pyo +${PLIST.py2x}${PYSITELIB}/libpasteurize/fixes/feature_base.py +${PLIST.py2x}${PYSITELIB}/libpasteurize/fixes/feature_base.pyc +${PLIST.py2x}${PYSITELIB}/libpasteurize/fixes/feature_base.pyo +${PLIST.py2x}${PYSITELIB}/libpasteurize/fixes/fix_add_all__future__imports.py +${PLIST.py2x}${PYSITELIB}/libpasteurize/fixes/fix_add_all__future__imports.pyc +${PLIST.py2x}${PYSITELIB}/libpasteurize/fixes/fix_add_all__future__imports.pyo +${PLIST.py2x}${PYSITELIB}/libpasteurize/fixes/fix_add_all_future_builtins.py +${PLIST.py2x}${PYSITELIB}/libpasteurize/fixes/fix_add_all_future_builtins.pyc +${PLIST.py2x}${PYSITELIB}/libpasteurize/fixes/fix_add_all_future_builtins.pyo +${PLIST.py2x}${PYSITELIB}/libpasteurize/fixes/fix_add_future_standard_library_import.py +${PLIST.py2x}${PYSITELIB}/libpasteurize/fixes/fix_add_future_standard_library_import.pyc +${PLIST.py2x}${PYSITELIB}/libpasteurize/fixes/fix_add_future_standard_library_import.pyo +${PLIST.py2x}${PYSITELIB}/libpasteurize/fixes/fix_annotations.py +${PLIST.py2x}${PYSITELIB}/libpasteurize/fixes/fix_annotations.pyc +${PLIST.py2x}${PYSITELIB}/libpasteurize/fixes/fix_annotations.pyo +${PLIST.py2x}${PYSITELIB}/libpasteurize/fixes/fix_division.py +${PLIST.py2x}${PYSITELIB}/libpasteurize/fixes/fix_division.pyc +${PLIST.py2x}${PYSITELIB}/libpasteurize/fixes/fix_division.pyo +${PLIST.py2x}${PYSITELIB}/libpasteurize/fixes/fix_features.py +${PLIST.py2x}${PYSITELIB}/libpasteurize/fixes/fix_features.pyc +${PLIST.py2x}${PYSITELIB}/libpasteurize/fixes/fix_features.pyo +${PLIST.py2x}${PYSITELIB}/libpasteurize/fixes/fix_fullargspec.py +${PLIST.py2x}${PYSITELIB}/libpasteurize/fixes/fix_fullargspec.pyc +${PLIST.py2x}${PYSITELIB}/libpasteurize/fixes/fix_fullargspec.pyo +${PLIST.py2x}${PYSITELIB}/libpasteurize/fixes/fix_future_builtins.py +${PLIST.py2x}${PYSITELIB}/libpasteurize/fixes/fix_future_builtins.pyc +${PLIST.py2x}${PYSITELIB}/libpasteurize/fixes/fix_future_builtins.pyo +${PLIST.py2x}${PYSITELIB}/libpasteurize/fixes/fix_getcwd.py +${PLIST.py2x}${PYSITELIB}/libpasteurize/fixes/fix_getcwd.pyc +${PLIST.py2x}${PYSITELIB}/libpasteurize/fixes/fix_getcwd.pyo +${PLIST.py2x}${PYSITELIB}/libpasteurize/fixes/fix_imports.py +${PLIST.py2x}${PYSITELIB}/libpasteurize/fixes/fix_imports.pyc +${PLIST.py2x}${PYSITELIB}/libpasteurize/fixes/fix_imports.pyo +${PLIST.py2x}${PYSITELIB}/libpasteurize/fixes/fix_imports2.py +${PLIST.py2x}${PYSITELIB}/libpasteurize/fixes/fix_imports2.pyc +${PLIST.py2x}${PYSITELIB}/libpasteurize/fixes/fix_imports2.pyo +${PLIST.py2x}${PYSITELIB}/libpasteurize/fixes/fix_kwargs.py +${PLIST.py2x}${PYSITELIB}/libpasteurize/fixes/fix_kwargs.pyc +${PLIST.py2x}${PYSITELIB}/libpasteurize/fixes/fix_kwargs.pyo +${PLIST.py2x}${PYSITELIB}/libpasteurize/fixes/fix_memoryview.py +${PLIST.py2x}${PYSITELIB}/libpasteurize/fixes/fix_memoryview.pyc +${PLIST.py2x}${PYSITELIB}/libpasteurize/fixes/fix_memoryview.pyo +${PLIST.py2x}${PYSITELIB}/libpasteurize/fixes/fix_metaclass.py +${PLIST.py2x}${PYSITELIB}/libpasteurize/fixes/fix_metaclass.pyc +${PLIST.py2x}${PYSITELIB}/libpasteurize/fixes/fix_metaclass.pyo +${PLIST.py2x}${PYSITELIB}/libpasteurize/fixes/fix_newstyle.py +${PLIST.py2x}${PYSITELIB}/libpasteurize/fixes/fix_newstyle.pyc +${PLIST.py2x}${PYSITELIB}/libpasteurize/fixes/fix_newstyle.pyo +${PLIST.py2x}${PYSITELIB}/libpasteurize/fixes/fix_next.py +${PLIST.py2x}${PYSITELIB}/libpasteurize/fixes/fix_next.pyc +${PLIST.py2x}${PYSITELIB}/libpasteurize/fixes/fix_next.pyo +${PLIST.py2x}${PYSITELIB}/libpasteurize/fixes/fix_printfunction.py +${PLIST.py2x}${PYSITELIB}/libpasteurize/fixes/fix_printfunction.pyc +${PLIST.py2x}${PYSITELIB}/libpasteurize/fixes/fix_printfunction.pyo +${PLIST.py2x}${PYSITELIB}/libpasteurize/fixes/fix_raise.py +${PLIST.py2x}${PYSITELIB}/libpasteurize/fixes/fix_raise.pyc +${PLIST.py2x}${PYSITELIB}/libpasteurize/fixes/fix_raise.pyo +${PLIST.py2x}${PYSITELIB}/libpasteurize/fixes/fix_raise_.py +${PLIST.py2x}${PYSITELIB}/libpasteurize/fixes/fix_raise_.pyc +${PLIST.py2x}${PYSITELIB}/libpasteurize/fixes/fix_raise_.pyo +${PLIST.py2x}${PYSITELIB}/libpasteurize/fixes/fix_throw.py +${PLIST.py2x}${PYSITELIB}/libpasteurize/fixes/fix_throw.pyc +${PLIST.py2x}${PYSITELIB}/libpasteurize/fixes/fix_throw.pyo +${PLIST.py2x}${PYSITELIB}/libpasteurize/fixes/fix_unpacking.py +${PLIST.py2x}${PYSITELIB}/libpasteurize/fixes/fix_unpacking.pyc +${PLIST.py2x}${PYSITELIB}/libpasteurize/fixes/fix_unpacking.pyo +${PLIST.py2x}${PYSITELIB}/libpasteurize/main.py +${PLIST.py2x}${PYSITELIB}/past/builtins/misc.py +${PLIST.py2x}${PYSITELIB}/past/builtins/noniterators.py +${PLIST.py2x}${PYSITELIB}/past/types/basestring.py +${PLIST.py2x}${PYSITELIB}/past/types/olddict.py +${PLIST.py2x}${PYSITELIB}/past/types/oldstr.py +${PLIST.py2x}${PYSITELIB}/queue/__init__.py +${PLIST.py2x}${PYSITELIB}/queue/__init__.pyc +${PLIST.py2x}${PYSITELIB}/queue/__init__.pyo +${PLIST.py2x}${PYSITELIB}/reprlib/__init__.py +${PLIST.py2x}${PYSITELIB}/reprlib/__init__.pyc +${PLIST.py2x}${PYSITELIB}/reprlib/__init__.pyo +${PLIST.py2x}${PYSITELIB}/socketserver/__init__.py +${PLIST.py2x}${PYSITELIB}/socketserver/__init__.pyc +${PLIST.py2x}${PYSITELIB}/socketserver/__init__.pyo +${PLIST.py2x}${PYSITELIB}/tkinter/__init__.py +${PLIST.py2x}${PYSITELIB}/tkinter/__init__.pyc +${PLIST.py2x}${PYSITELIB}/tkinter/__init__.pyo +${PLIST.py2x}${PYSITELIB}/tkinter/colorchooser.py +${PLIST.py2x}${PYSITELIB}/tkinter/colorchooser.pyc +${PLIST.py2x}${PYSITELIB}/tkinter/colorchooser.pyo +${PLIST.py2x}${PYSITELIB}/tkinter/commondialog.py +${PLIST.py2x}${PYSITELIB}/tkinter/commondialog.pyc +${PLIST.py2x}${PYSITELIB}/tkinter/commondialog.pyo +${PLIST.py2x}${PYSITELIB}/tkinter/constants.py +${PLIST.py2x}${PYSITELIB}/tkinter/constants.pyc +${PLIST.py2x}${PYSITELIB}/tkinter/constants.pyo +${PLIST.py2x}${PYSITELIB}/tkinter/dialog.py +${PLIST.py2x}${PYSITELIB}/tkinter/dialog.pyc +${PLIST.py2x}${PYSITELIB}/tkinter/dialog.pyo +${PLIST.py2x}${PYSITELIB}/tkinter/dnd.py +${PLIST.py2x}${PYSITELIB}/tkinter/dnd.pyc +${PLIST.py2x}${PYSITELIB}/tkinter/dnd.pyo +${PLIST.py2x}${PYSITELIB}/tkinter/filedialog.py +${PLIST.py2x}${PYSITELIB}/tkinter/filedialog.pyc +${PLIST.py2x}${PYSITELIB}/tkinter/filedialog.pyo +${PLIST.py2x}${PYSITELIB}/tkinter/font.py +${PLIST.py2x}${PYSITELIB}/tkinter/font.pyc +${PLIST.py2x}${PYSITELIB}/tkinter/font.pyo +${PLIST.py2x}${PYSITELIB}/tkinter/messagebox.py +${PLIST.py2x}${PYSITELIB}/tkinter/messagebox.pyc +${PLIST.py2x}${PYSITELIB}/tkinter/messagebox.pyo +${PLIST.py2x}${PYSITELIB}/tkinter/scrolledtext.py +${PLIST.py2x}${PYSITELIB}/tkinter/scrolledtext.pyc +${PLIST.py2x}${PYSITELIB}/tkinter/scrolledtext.pyo +${PLIST.py2x}${PYSITELIB}/tkinter/simpledialog.py +${PLIST.py2x}${PYSITELIB}/tkinter/simpledialog.pyc +${PLIST.py2x}${PYSITELIB}/tkinter/simpledialog.pyo +${PLIST.py2x}${PYSITELIB}/tkinter/tix.py +${PLIST.py2x}${PYSITELIB}/tkinter/tix.pyc +${PLIST.py2x}${PYSITELIB}/tkinter/tix.pyo +${PLIST.py2x}${PYSITELIB}/tkinter/ttk.py +${PLIST.py2x}${PYSITELIB}/tkinter/ttk.pyc +${PLIST.py2x}${PYSITELIB}/tkinter/ttk.pyo +${PLIST.py2x}${PYSITELIB}/winreg/__init__.py +${PLIST.py2x}${PYSITELIB}/winreg/__init__.pyc +${PLIST.py2x}${PYSITELIB}/winreg/__init__.pyo +${PLIST.py2x}${PYSITELIB}/xmlrpc/__init__.py +${PLIST.py2x}${PYSITELIB}/xmlrpc/__init__.pyc +${PLIST.py2x}${PYSITELIB}/xmlrpc/__init__.pyo +${PLIST.py2x}${PYSITELIB}/xmlrpc/client.py +${PLIST.py2x}${PYSITELIB}/xmlrpc/client.pyc +${PLIST.py2x}${PYSITELIB}/xmlrpc/client.pyo +${PLIST.py2x}${PYSITELIB}/xmlrpc/server.py +${PLIST.py2x}${PYSITELIB}/xmlrpc/server.pyc +${PLIST.py2x}${PYSITELIB}/xmlrpc/server.pyo +${PLIST.py3x}${PYSITELIB}/${EGG_INFODIR}/PKG-INFO +${PLIST.py3x}${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt +${PLIST.py3x}${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt +${PLIST.py3x}${PYSITELIB}/${EGG_INFODIR}/entry_points.txt +${PLIST.py3x}${PYSITELIB}/${EGG_INFODIR}/top_level.txt +${PLIST.py3x}${PYSITELIB}/future/backports/_markupbase.py +${PLIST.py3x}${PYSITELIB}/future/backports/datetime.py +${PLIST.py3x}${PYSITELIB}/future/backports/email/__init__.py +${PLIST.py3x}${PYSITELIB}/future/backports/email/__init__.pyc +${PLIST.py3x}${PYSITELIB}/future/backports/email/__init__.pyo +${PLIST.py3x}${PYSITELIB}/future/backports/email/_encoded_words.pyc +${PLIST.py3x}${PYSITELIB}/future/backports/email/_encoded_words.pyo +${PLIST.py3x}${PYSITELIB}/future/backports/email/_header_value_parser.pyc +${PLIST.py3x}${PYSITELIB}/future/backports/email/_header_value_parser.pyo +${PLIST.py3x}${PYSITELIB}/future/backports/email/_parseaddr.pyc +${PLIST.py3x}${PYSITELIB}/future/backports/email/_parseaddr.pyo +${PLIST.py3x}${PYSITELIB}/future/backports/email/_policybase.pyc +${PLIST.py3x}${PYSITELIB}/future/backports/email/_policybase.pyo +${PLIST.py3x}${PYSITELIB}/future/backports/email/base64mime.pyc +${PLIST.py3x}${PYSITELIB}/future/backports/email/base64mime.pyo +${PLIST.py3x}${PYSITELIB}/future/backports/email/charset.pyc +${PLIST.py3x}${PYSITELIB}/future/backports/email/charset.pyo +${PLIST.py3x}${PYSITELIB}/future/backports/email/encoders.pyc +${PLIST.py3x}${PYSITELIB}/future/backports/email/encoders.pyo +${PLIST.py3x}${PYSITELIB}/future/backports/email/errors.pyc +${PLIST.py3x}${PYSITELIB}/future/backports/email/errors.pyo +${PLIST.py3x}${PYSITELIB}/future/backports/email/feedparser.pyc +${PLIST.py3x}${PYSITELIB}/future/backports/email/feedparser.pyo +${PLIST.py3x}${PYSITELIB}/future/backports/email/generator.pyc +${PLIST.py3x}${PYSITELIB}/future/backports/email/generator.pyo +${PLIST.py3x}${PYSITELIB}/future/backports/email/header.pyc +${PLIST.py3x}${PYSITELIB}/future/backports/email/header.pyo +${PLIST.py3x}${PYSITELIB}/future/backports/email/headerregistry.pyc +${PLIST.py3x}${PYSITELIB}/future/backports/email/headerregistry.pyo +${PLIST.py3x}${PYSITELIB}/future/backports/email/iterators.pyc +${PLIST.py3x}${PYSITELIB}/future/backports/email/iterators.pyo +${PLIST.py3x}${PYSITELIB}/future/backports/email/message.pyc +${PLIST.py3x}${PYSITELIB}/future/backports/email/message.pyo +${PLIST.py3x}${PYSITELIB}/future/backports/email/parser.pyc +${PLIST.py3x}${PYSITELIB}/future/backports/email/parser.pyo +${PLIST.py3x}${PYSITELIB}/future/backports/email/policy.pyc +${PLIST.py3x}${PYSITELIB}/future/backports/email/policy.pyo +${PLIST.py3x}${PYSITELIB}/future/backports/email/quoprimime.pyc +${PLIST.py3x}${PYSITELIB}/future/backports/email/quoprimime.pyo +${PLIST.py3x}${PYSITELIB}/future/backports/email/utils.pyc +${PLIST.py3x}${PYSITELIB}/future/backports/email/utils.pyo +${PLIST.py3x}${PYSITELIB}/future/backports/email/_encoded_words.py +${PLIST.py3x}${PYSITELIB}/future/backports/email/_header_value_parser.py +${PLIST.py3x}${PYSITELIB}/future/backports/email/_parseaddr.py +${PLIST.py3x}${PYSITELIB}/future/backports/email/_policybase.py +${PLIST.py3x}${PYSITELIB}/future/backports/email/base64mime.py +${PLIST.py3x}${PYSITELIB}/future/backports/email/charset.py +${PLIST.py3x}${PYSITELIB}/future/backports/email/encoders.py +${PLIST.py3x}${PYSITELIB}/future/backports/email/errors.py +${PLIST.py3x}${PYSITELIB}/future/backports/email/feedparser.py +${PLIST.py3x}${PYSITELIB}/future/backports/email/generator.py +${PLIST.py3x}${PYSITELIB}/future/backports/email/header.py +${PLIST.py3x}${PYSITELIB}/future/backports/email/headerregistry.py +${PLIST.py3x}${PYSITELIB}/future/backports/email/iterators.py +${PLIST.py3x}${PYSITELIB}/future/backports/email/message.py +${PLIST.py3x}${PYSITELIB}/future/backports/email/mime/__init__.py +${PLIST.py3x}${PYSITELIB}/future/backports/email/mime/__init__.pyc +${PLIST.py3x}${PYSITELIB}/future/backports/email/mime/__init__.pyo +${PLIST.py3x}${PYSITELIB}/future/backports/email/mime/application.pyc +${PLIST.py3x}${PYSITELIB}/future/backports/email/mime/application.pyo +${PLIST.py3x}${PYSITELIB}/future/backports/email/mime/audio.pyc +${PLIST.py3x}${PYSITELIB}/future/backports/email/mime/audio.pyo +${PLIST.py3x}${PYSITELIB}/future/backports/email/mime/base.pyc +${PLIST.py3x}${PYSITELIB}/future/backports/email/mime/base.pyo +${PLIST.py3x}${PYSITELIB}/future/backports/email/mime/image.pyc +${PLIST.py3x}${PYSITELIB}/future/backports/email/mime/image.pyo +${PLIST.py3x}${PYSITELIB}/future/backports/email/mime/message.pyc +${PLIST.py3x}${PYSITELIB}/future/backports/email/mime/message.pyo +${PLIST.py3x}${PYSITELIB}/future/backports/email/mime/multipart.pyc +${PLIST.py3x}${PYSITELIB}/future/backports/email/mime/multipart.pyo +${PLIST.py3x}${PYSITELIB}/future/backports/email/mime/nonmultipart.pyc +${PLIST.py3x}${PYSITELIB}/future/backports/email/mime/nonmultipart.pyo +${PLIST.py3x}${PYSITELIB}/future/backports/email/mime/text.pyc +${PLIST.py3x}${PYSITELIB}/future/backports/email/mime/text.pyo +${PLIST.py3x}${PYSITELIB}/future/backports/email/mime/application.py +${PLIST.py3x}${PYSITELIB}/future/backports/email/mime/audio.py +${PLIST.py3x}${PYSITELIB}/future/backports/email/mime/base.py +${PLIST.py3x}${PYSITELIB}/future/backports/email/mime/image.py +${PLIST.py3x}${PYSITELIB}/future/backports/email/mime/message.py +${PLIST.py3x}${PYSITELIB}/future/backports/email/mime/multipart.py +${PLIST.py3x}${PYSITELIB}/future/backports/email/mime/nonmultipart.py +${PLIST.py3x}${PYSITELIB}/future/backports/email/mime/text.py +${PLIST.py3x}${PYSITELIB}/future/backports/email/parser.py +${PLIST.py3x}${PYSITELIB}/future/backports/email/policy.py +${PLIST.py3x}${PYSITELIB}/future/backports/email/quoprimime.py +${PLIST.py3x}${PYSITELIB}/future/backports/email/utils.py +${PLIST.py3x}${PYSITELIB}/future/backports/html/__init__.py +${PLIST.py3x}${PYSITELIB}/future/backports/html/__init__.pyc +${PLIST.py3x}${PYSITELIB}/future/backports/html/__init__.pyo +${PLIST.py3x}${PYSITELIB}/future/backports/html/entities.pyc +${PLIST.py3x}${PYSITELIB}/future/backports/html/entities.pyo +${PLIST.py3x}${PYSITELIB}/future/backports/html/parser.pyc +${PLIST.py3x}${PYSITELIB}/future/backports/html/parser.pyo +${PLIST.py3x}${PYSITELIB}/future/backports/html/entities.py +${PLIST.py3x}${PYSITELIB}/future/backports/html/parser.py +${PLIST.py3x}${PYSITELIB}/future/backports/http/__init__.py +${PLIST.py3x}${PYSITELIB}/future/backports/http/__init__.pyc +${PLIST.py3x}${PYSITELIB}/future/backports/http/__init__.pyo +${PLIST.py3x}${PYSITELIB}/future/backports/http/client.pyc +${PLIST.py3x}${PYSITELIB}/future/backports/http/client.pyo +${PLIST.py3x}${PYSITELIB}/future/backports/http/cookiejar.pyc +${PLIST.py3x}${PYSITELIB}/future/backports/http/cookiejar.pyo +${PLIST.py3x}${PYSITELIB}/future/backports/http/cookies.pyc +${PLIST.py3x}${PYSITELIB}/future/backports/http/cookies.pyo +${PLIST.py3x}${PYSITELIB}/future/backports/http/server.pyc +${PLIST.py3x}${PYSITELIB}/future/backports/http/server.pyo +${PLIST.py3x}${PYSITELIB}/future/backports/http/client.py +${PLIST.py3x}${PYSITELIB}/future/backports/http/cookiejar.py +${PLIST.py3x}${PYSITELIB}/future/backports/http/cookies.py +${PLIST.py3x}${PYSITELIB}/future/backports/http/server.py +${PLIST.py3x}${PYSITELIB}/future/backports/misc.py +${PLIST.py3x}${PYSITELIB}/future/backports/socket.py +${PLIST.py3x}${PYSITELIB}/future/backports/socketserver.py +${PLIST.py3x}${PYSITELIB}/future/backports/test/__init__.py +${PLIST.py3x}${PYSITELIB}/future/backports/test/__init__.pyc +${PLIST.py3x}${PYSITELIB}/future/backports/test/__init__.pyo +${PLIST.py3x}${PYSITELIB}/future/backports/test/pystone.pyc +${PLIST.py3x}${PYSITELIB}/future/backports/test/pystone.pyo +${PLIST.py3x}${PYSITELIB}/future/backports/test/ssl_servers.pyc +${PLIST.py3x}${PYSITELIB}/future/backports/test/ssl_servers.pyo +${PLIST.py3x}${PYSITELIB}/future/backports/test/support.pyc +${PLIST.py3x}${PYSITELIB}/future/backports/test/support.pyo +${PLIST.py3x}${PYSITELIB}/future/backports/test/badcert.pem +${PLIST.py3x}${PYSITELIB}/future/backports/test/badkey.pem +${PLIST.py3x}${PYSITELIB}/future/backports/test/dh512.pem +${PLIST.py3x}${PYSITELIB}/future/backports/test/https_svn_python_org_root.pem +${PLIST.py3x}${PYSITELIB}/future/backports/test/keycert.passwd.pem +${PLIST.py3x}${PYSITELIB}/future/backports/test/keycert.pem +${PLIST.py3x}${PYSITELIB}/future/backports/test/keycert2.pem +${PLIST.py3x}${PYSITELIB}/future/backports/test/nokia.pem +${PLIST.py3x}${PYSITELIB}/future/backports/test/nullbytecert.pem +${PLIST.py3x}${PYSITELIB}/future/backports/test/nullcert.pem +${PLIST.py3x}${PYSITELIB}/future/backports/test/pystone.py +${PLIST.py3x}${PYSITELIB}/future/backports/test/sha256.pem +${PLIST.py3x}${PYSITELIB}/future/backports/test/ssl_cert.pem +${PLIST.py3x}${PYSITELIB}/future/backports/test/ssl_key.passwd.pem +${PLIST.py3x}${PYSITELIB}/future/backports/test/ssl_key.pem +${PLIST.py3x}${PYSITELIB}/future/backports/test/ssl_servers.py +${PLIST.py3x}${PYSITELIB}/future/backports/test/support.py +${PLIST.py3x}${PYSITELIB}/future/backports/total_ordering.py +${PLIST.py3x}${PYSITELIB}/future/backports/urllib/error.py +${PLIST.py3x}${PYSITELIB}/future/backports/urllib/parse.py +${PLIST.py3x}${PYSITELIB}/future/backports/urllib/request.py +${PLIST.py3x}${PYSITELIB}/future/backports/urllib/response.py +${PLIST.py3x}${PYSITELIB}/future/backports/urllib/robotparser.py +${PLIST.py3x}${PYSITELIB}/future/backports/xmlrpc/client.py +${PLIST.py3x}${PYSITELIB}/future/backports/xmlrpc/server.py +${PLIST.py3x}${PYSITELIB}/future/builtins/disabled.py +${PLIST.py3x}${PYSITELIB}/future/builtins/iterators.py +${PLIST.py3x}${PYSITELIB}/future/builtins/misc.py +${PLIST.py3x}${PYSITELIB}/future/builtins/newnext.py +${PLIST.py3x}${PYSITELIB}/future/builtins/newround.py +${PLIST.py3x}${PYSITELIB}/future/builtins/newsuper.py +${PLIST.py3x}${PYSITELIB}/future/moves/_dummy_thread.py +${PLIST.py3x}${PYSITELIB}/future/moves/_markupbase.py +${PLIST.py3x}${PYSITELIB}/future/moves/_thread.py +${PLIST.py3x}${PYSITELIB}/future/moves/builtins.py +${PLIST.py3x}${PYSITELIB}/future/moves/collections.py +${PLIST.py3x}${PYSITELIB}/future/moves/configparser.py +${PLIST.py3x}${PYSITELIB}/future/moves/copyreg.py +${PLIST.py3x}${PYSITELIB}/future/moves/dbm/__init__.py +${PLIST.py3x}${PYSITELIB}/future/moves/dbm/__init__.pyc +${PLIST.py3x}${PYSITELIB}/future/moves/dbm/__init__.pyo +${PLIST.py3x}${PYSITELIB}/future/moves/dbm/dumb.pyc +${PLIST.py3x}${PYSITELIB}/future/moves/dbm/dumb.pyo +${PLIST.py3x}${PYSITELIB}/future/moves/dbm/gnu.pyc +${PLIST.py3x}${PYSITELIB}/future/moves/dbm/gnu.pyo +${PLIST.py3x}${PYSITELIB}/future/moves/dbm/ndbm.pyc +${PLIST.py3x}${PYSITELIB}/future/moves/dbm/ndbm.pyo +${PLIST.py3x}${PYSITELIB}/future/moves/dbm/dumb.py +${PLIST.py3x}${PYSITELIB}/future/moves/dbm/gnu.py +${PLIST.py3x}${PYSITELIB}/future/moves/dbm/ndbm.py +${PLIST.py3x}${PYSITELIB}/future/moves/html/__init__.py +${PLIST.py3x}${PYSITELIB}/future/moves/html/__init__.pyc +${PLIST.py3x}${PYSITELIB}/future/moves/html/__init__.pyo +${PLIST.py3x}${PYSITELIB}/future/moves/html/entities.pyc +${PLIST.py3x}${PYSITELIB}/future/moves/html/entities.pyo +${PLIST.py3x}${PYSITELIB}/future/moves/html/parser.pyc +${PLIST.py3x}${PYSITELIB}/future/moves/html/parser.pyo +${PLIST.py3x}${PYSITELIB}/future/moves/html/entities.py +${PLIST.py3x}${PYSITELIB}/future/moves/html/parser.py +${PLIST.py3x}${PYSITELIB}/future/moves/http/__init__.py +${PLIST.py3x}${PYSITELIB}/future/moves/http/__init__.pyc +${PLIST.py3x}${PYSITELIB}/future/moves/http/__init__.pyo +${PLIST.py3x}${PYSITELIB}/future/moves/http/client.pyc +${PLIST.py3x}${PYSITELIB}/future/moves/http/client.pyo +${PLIST.py3x}${PYSITELIB}/future/moves/http/cookiejar.pyc +${PLIST.py3x}${PYSITELIB}/future/moves/http/cookiejar.pyo +${PLIST.py3x}${PYSITELIB}/future/moves/http/cookies.pyc +${PLIST.py3x}${PYSITELIB}/future/moves/http/cookies.pyo +${PLIST.py3x}${PYSITELIB}/future/moves/http/server.pyc +${PLIST.py3x}${PYSITELIB}/future/moves/http/server.pyo +${PLIST.py3x}${PYSITELIB}/future/moves/http/client.py +${PLIST.py3x}${PYSITELIB}/future/moves/http/cookiejar.py +${PLIST.py3x}${PYSITELIB}/future/moves/http/cookies.py +${PLIST.py3x}${PYSITELIB}/future/moves/http/server.py +${PLIST.py3x}${PYSITELIB}/future/moves/itertools.py +${PLIST.py3x}${PYSITELIB}/future/moves/pickle.py +${PLIST.py3x}${PYSITELIB}/future/moves/queue.py +${PLIST.py3x}${PYSITELIB}/future/moves/reprlib.py +${PLIST.py3x}${PYSITELIB}/future/moves/socketserver.py +${PLIST.py3x}${PYSITELIB}/future/moves/subprocess.py +${PLIST.py3x}${PYSITELIB}/future/moves/sys.py +${PLIST.py3x}${PYSITELIB}/future/moves/test/__init__.py +${PLIST.py3x}${PYSITELIB}/future/moves/test/__init__.pyc +${PLIST.py3x}${PYSITELIB}/future/moves/test/__init__.pyo +${PLIST.py3x}${PYSITELIB}/future/moves/test/support.pyc +${PLIST.py3x}${PYSITELIB}/future/moves/test/support.pyo +${PLIST.py3x}${PYSITELIB}/future/moves/test/support.py +${PLIST.py3x}${PYSITELIB}/future/moves/tkinter/__init__.py +${PLIST.py3x}${PYSITELIB}/future/moves/tkinter/__init__.pyc +${PLIST.py3x}${PYSITELIB}/future/moves/tkinter/__init__.pyo +${PLIST.py3x}${PYSITELIB}/future/moves/tkinter/colorchooser.pyc +${PLIST.py3x}${PYSITELIB}/future/moves/tkinter/colorchooser.pyo +${PLIST.py3x}${PYSITELIB}/future/moves/tkinter/commondialog.pyc +${PLIST.py3x}${PYSITELIB}/future/moves/tkinter/commondialog.pyo +${PLIST.py3x}${PYSITELIB}/future/moves/tkinter/constants.pyc +${PLIST.py3x}${PYSITELIB}/future/moves/tkinter/constants.pyo +${PLIST.py3x}${PYSITELIB}/future/moves/tkinter/dialog.pyc +${PLIST.py3x}${PYSITELIB}/future/moves/tkinter/dialog.pyo +${PLIST.py3x}${PYSITELIB}/future/moves/tkinter/dnd.pyc +${PLIST.py3x}${PYSITELIB}/future/moves/tkinter/dnd.pyo +${PLIST.py3x}${PYSITELIB}/future/moves/tkinter/filedialog.pyc +${PLIST.py3x}${PYSITELIB}/future/moves/tkinter/filedialog.pyo +${PLIST.py3x}${PYSITELIB}/future/moves/tkinter/font.pyc +${PLIST.py3x}${PYSITELIB}/future/moves/tkinter/font.pyo +${PLIST.py3x}${PYSITELIB}/future/moves/tkinter/messagebox.pyc +${PLIST.py3x}${PYSITELIB}/future/moves/tkinter/messagebox.pyo +${PLIST.py3x}${PYSITELIB}/future/moves/tkinter/scrolledtext.pyc +${PLIST.py3x}${PYSITELIB}/future/moves/tkinter/scrolledtext.pyo +${PLIST.py3x}${PYSITELIB}/future/moves/tkinter/simpledialog.pyc +${PLIST.py3x}${PYSITELIB}/future/moves/tkinter/simpledialog.pyo +${PLIST.py3x}${PYSITELIB}/future/moves/tkinter/tix.pyc +${PLIST.py3x}${PYSITELIB}/future/moves/tkinter/tix.pyo +${PLIST.py3x}${PYSITELIB}/future/moves/tkinter/ttk.pyc +${PLIST.py3x}${PYSITELIB}/future/moves/tkinter/ttk.pyo +${PLIST.py3x}${PYSITELIB}/future/moves/tkinter/colorchooser.py +${PLIST.py3x}${PYSITELIB}/future/moves/tkinter/commondialog.py +${PLIST.py3x}${PYSITELIB}/future/moves/tkinter/constants.py +${PLIST.py3x}${PYSITELIB}/future/moves/tkinter/dialog.py +${PLIST.py3x}${PYSITELIB}/future/moves/tkinter/dnd.py +${PLIST.py3x}${PYSITELIB}/future/moves/tkinter/filedialog.py +${PLIST.py3x}${PYSITELIB}/future/moves/tkinter/font.py +${PLIST.py3x}${PYSITELIB}/future/moves/tkinter/messagebox.py +${PLIST.py3x}${PYSITELIB}/future/moves/tkinter/scrolledtext.py +${PLIST.py3x}${PYSITELIB}/future/moves/tkinter/simpledialog.py +${PLIST.py3x}${PYSITELIB}/future/moves/tkinter/tix.py +${PLIST.py3x}${PYSITELIB}/future/moves/tkinter/ttk.py +${PLIST.py3x}${PYSITELIB}/future/moves/urllib/__init__.py +${PLIST.py3x}${PYSITELIB}/future/moves/urllib/__init__.pyc +${PLIST.py3x}${PYSITELIB}/future/moves/urllib/__init__.pyo +${PLIST.py3x}${PYSITELIB}/future/moves/urllib/error.pyc +${PLIST.py3x}${PYSITELIB}/future/moves/urllib/error.pyo +${PLIST.py3x}${PYSITELIB}/future/moves/urllib/parse.pyc +${PLIST.py3x}${PYSITELIB}/future/moves/urllib/parse.pyo +${PLIST.py3x}${PYSITELIB}/future/moves/urllib/request.pyc +${PLIST.py3x}${PYSITELIB}/future/moves/urllib/request.pyo +${PLIST.py3x}${PYSITELIB}/future/moves/urllib/response.pyc +${PLIST.py3x}${PYSITELIB}/future/moves/urllib/response.pyo +${PLIST.py3x}${PYSITELIB}/future/moves/urllib/robotparser.pyc +${PLIST.py3x}${PYSITELIB}/future/moves/urllib/robotparser.pyo +${PLIST.py3x}${PYSITELIB}/future/moves/urllib/error.py +${PLIST.py3x}${PYSITELIB}/future/moves/urllib/parse.py +${PLIST.py3x}${PYSITELIB}/future/moves/urllib/request.py +${PLIST.py3x}${PYSITELIB}/future/moves/urllib/response.py +${PLIST.py3x}${PYSITELIB}/future/moves/urllib/robotparser.py +${PLIST.py3x}${PYSITELIB}/future/moves/winreg.py +${PLIST.py3x}${PYSITELIB}/future/moves/xmlrpc/client.py +${PLIST.py3x}${PYSITELIB}/future/moves/xmlrpc/server.py +${PLIST.py3x}${PYSITELIB}/future/tests/base.py +${PLIST.py3x}${PYSITELIB}/future/types/newbytes.py +${PLIST.py3x}${PYSITELIB}/future/types/newdict.py +${PLIST.py3x}${PYSITELIB}/future/types/newint.py +${PLIST.py3x}${PYSITELIB}/future/types/newlist.py +${PLIST.py3x}${PYSITELIB}/future/types/newmemoryview.py +${PLIST.py3x}${PYSITELIB}/future/types/newobject.py +${PLIST.py3x}${PYSITELIB}/future/types/newopen.py +${PLIST.py3x}${PYSITELIB}/future/types/newrange.py +${PLIST.py3x}${PYSITELIB}/future/types/newstr.py +${PLIST.py3x}${PYSITELIB}/future/utils/surrogateescape.py +${PLIST.py3x}${PYSITELIB}/libfuturize/fixer_util.py +${PLIST.py3x}${PYSITELIB}/libfuturize/fixes/__init__.py +${PLIST.py3x}${PYSITELIB}/libfuturize/fixes/__init__.pyc +${PLIST.py3x}${PYSITELIB}/libfuturize/fixes/__init__.pyo +${PLIST.py3x}${PYSITELIB}/libfuturize/fixes/fix_UserDict.pyc +${PLIST.py3x}${PYSITELIB}/libfuturize/fixes/fix_UserDict.pyo +${PLIST.py3x}${PYSITELIB}/libfuturize/fixes/fix_absolute_import.pyc +${PLIST.py3x}${PYSITELIB}/libfuturize/fixes/fix_absolute_import.pyo +${PLIST.py3x}${PYSITELIB}/libfuturize/fixes/fix_add__future__imports_except_unicode_literals.pyc +${PLIST.py3x}${PYSITELIB}/libfuturize/fixes/fix_add__future__imports_except_unicode_literals.pyo +${PLIST.py3x}${PYSITELIB}/libfuturize/fixes/fix_basestring.pyc +${PLIST.py3x}${PYSITELIB}/libfuturize/fixes/fix_basestring.pyo +${PLIST.py3x}${PYSITELIB}/libfuturize/fixes/fix_bytes.pyc +${PLIST.py3x}${PYSITELIB}/libfuturize/fixes/fix_bytes.pyo +${PLIST.py3x}${PYSITELIB}/libfuturize/fixes/fix_cmp.pyc +${PLIST.py3x}${PYSITELIB}/libfuturize/fixes/fix_cmp.pyo +${PLIST.py3x}${PYSITELIB}/libfuturize/fixes/fix_division.pyc +${PLIST.py3x}${PYSITELIB}/libfuturize/fixes/fix_division.pyo +${PLIST.py3x}${PYSITELIB}/libfuturize/fixes/fix_division_safe.pyc +${PLIST.py3x}${PYSITELIB}/libfuturize/fixes/fix_division_safe.pyo +${PLIST.py3x}${PYSITELIB}/libfuturize/fixes/fix_execfile.pyc +${PLIST.py3x}${PYSITELIB}/libfuturize/fixes/fix_execfile.pyo +${PLIST.py3x}${PYSITELIB}/libfuturize/fixes/fix_future_builtins.pyc +${PLIST.py3x}${PYSITELIB}/libfuturize/fixes/fix_future_builtins.pyo +${PLIST.py3x}${PYSITELIB}/libfuturize/fixes/fix_future_standard_library.pyc +${PLIST.py3x}${PYSITELIB}/libfuturize/fixes/fix_future_standard_library.pyo +${PLIST.py3x}${PYSITELIB}/libfuturize/fixes/fix_future_standard_library_urllib.pyc +${PLIST.py3x}${PYSITELIB}/libfuturize/fixes/fix_future_standard_library_urllib.pyo +${PLIST.py3x}${PYSITELIB}/libfuturize/fixes/fix_metaclass.pyc +${PLIST.py3x}${PYSITELIB}/libfuturize/fixes/fix_metaclass.pyo +${PLIST.py3x}${PYSITELIB}/libfuturize/fixes/fix_next_call.pyc +${PLIST.py3x}${PYSITELIB}/libfuturize/fixes/fix_next_call.pyo +${PLIST.py3x}${PYSITELIB}/libfuturize/fixes/fix_object.pyc +${PLIST.py3x}${PYSITELIB}/libfuturize/fixes/fix_object.pyo +${PLIST.py3x}${PYSITELIB}/libfuturize/fixes/fix_oldstr_wrap.pyc +${PLIST.py3x}${PYSITELIB}/libfuturize/fixes/fix_oldstr_wrap.pyo +${PLIST.py3x}${PYSITELIB}/libfuturize/fixes/fix_order___future__imports.pyc +${PLIST.py3x}${PYSITELIB}/libfuturize/fixes/fix_order___future__imports.pyo +${PLIST.py3x}${PYSITELIB}/libfuturize/fixes/fix_print.pyc +${PLIST.py3x}${PYSITELIB}/libfuturize/fixes/fix_print.pyo +${PLIST.py3x}${PYSITELIB}/libfuturize/fixes/fix_print_with_import.pyc +${PLIST.py3x}${PYSITELIB}/libfuturize/fixes/fix_print_with_import.pyo +${PLIST.py3x}${PYSITELIB}/libfuturize/fixes/fix_raise.pyc +${PLIST.py3x}${PYSITELIB}/libfuturize/fixes/fix_raise.pyo +${PLIST.py3x}${PYSITELIB}/libfuturize/fixes/fix_remove_old__future__imports.pyc +${PLIST.py3x}${PYSITELIB}/libfuturize/fixes/fix_remove_old__future__imports.pyo +${PLIST.py3x}${PYSITELIB}/libfuturize/fixes/fix_unicode_keep_u.pyc +${PLIST.py3x}${PYSITELIB}/libfuturize/fixes/fix_unicode_keep_u.pyo +${PLIST.py3x}${PYSITELIB}/libfuturize/fixes/fix_unicode_literals_import.pyc +${PLIST.py3x}${PYSITELIB}/libfuturize/fixes/fix_unicode_literals_import.pyo +${PLIST.py3x}${PYSITELIB}/libfuturize/fixes/fix_xrange_with_import.pyc +${PLIST.py3x}${PYSITELIB}/libfuturize/fixes/fix_xrange_with_import.pyo +${PLIST.py3x}${PYSITELIB}/libfuturize/fixes/fix_UserDict.py +${PLIST.py3x}${PYSITELIB}/libfuturize/fixes/fix_absolute_import.py +${PLIST.py3x}${PYSITELIB}/libfuturize/fixes/fix_add__future__imports_except_unicode_literals.py +${PLIST.py3x}${PYSITELIB}/libfuturize/fixes/fix_basestring.py +${PLIST.py3x}${PYSITELIB}/libfuturize/fixes/fix_bytes.py +${PLIST.py3x}${PYSITELIB}/libfuturize/fixes/fix_cmp.py +${PLIST.py3x}${PYSITELIB}/libfuturize/fixes/fix_division.py +${PLIST.py3x}${PYSITELIB}/libfuturize/fixes/fix_division_safe.py +${PLIST.py3x}${PYSITELIB}/libfuturize/fixes/fix_execfile.py +${PLIST.py3x}${PYSITELIB}/libfuturize/fixes/fix_future_builtins.py +${PLIST.py3x}${PYSITELIB}/libfuturize/fixes/fix_future_standard_library.py +${PLIST.py3x}${PYSITELIB}/libfuturize/fixes/fix_future_standard_library_urllib.py +${PLIST.py3x}${PYSITELIB}/libfuturize/fixes/fix_metaclass.py +${PLIST.py3x}${PYSITELIB}/libfuturize/fixes/fix_next_call.py +${PLIST.py3x}${PYSITELIB}/libfuturize/fixes/fix_object.py +${PLIST.py3x}${PYSITELIB}/libfuturize/fixes/fix_oldstr_wrap.py +${PLIST.py3x}${PYSITELIB}/libfuturize/fixes/fix_order___future__imports.py +${PLIST.py3x}${PYSITELIB}/libfuturize/fixes/fix_print.py +${PLIST.py3x}${PYSITELIB}/libfuturize/fixes/fix_print_with_import.py +${PLIST.py3x}${PYSITELIB}/libfuturize/fixes/fix_raise.py +${PLIST.py3x}${PYSITELIB}/libfuturize/fixes/fix_remove_old__future__imports.py +${PLIST.py3x}${PYSITELIB}/libfuturize/fixes/fix_unicode_keep_u.py +${PLIST.py3x}${PYSITELIB}/libfuturize/fixes/fix_unicode_literals_import.py +${PLIST.py3x}${PYSITELIB}/libfuturize/fixes/fix_xrange_with_import.py +${PLIST.py3x}${PYSITELIB}/libfuturize/main.py +${PLIST.py3x}${PYSITELIB}/libpasteurize/fixes/__init__.py +${PLIST.py3x}${PYSITELIB}/libpasteurize/fixes/__init__.pyc +${PLIST.py3x}${PYSITELIB}/libpasteurize/fixes/__init__.pyo +${PLIST.py3x}${PYSITELIB}/libpasteurize/fixes/feature_base.pyc +${PLIST.py3x}${PYSITELIB}/libpasteurize/fixes/feature_base.pyo +${PLIST.py3x}${PYSITELIB}/libpasteurize/fixes/fix_add_all__future__imports.pyc +${PLIST.py3x}${PYSITELIB}/libpasteurize/fixes/fix_add_all__future__imports.pyo +${PLIST.py3x}${PYSITELIB}/libpasteurize/fixes/fix_add_all_future_builtins.pyc +${PLIST.py3x}${PYSITELIB}/libpasteurize/fixes/fix_add_all_future_builtins.pyo +${PLIST.py3x}${PYSITELIB}/libpasteurize/fixes/fix_add_future_standard_library_import.pyc +${PLIST.py3x}${PYSITELIB}/libpasteurize/fixes/fix_add_future_standard_library_import.pyo +${PLIST.py3x}${PYSITELIB}/libpasteurize/fixes/fix_annotations.pyc +${PLIST.py3x}${PYSITELIB}/libpasteurize/fixes/fix_annotations.pyo +${PLIST.py3x}${PYSITELIB}/libpasteurize/fixes/fix_division.pyc +${PLIST.py3x}${PYSITELIB}/libpasteurize/fixes/fix_division.pyo +${PLIST.py3x}${PYSITELIB}/libpasteurize/fixes/fix_features.pyc +${PLIST.py3x}${PYSITELIB}/libpasteurize/fixes/fix_features.pyo +${PLIST.py3x}${PYSITELIB}/libpasteurize/fixes/fix_fullargspec.pyc +${PLIST.py3x}${PYSITELIB}/libpasteurize/fixes/fix_fullargspec.pyo +${PLIST.py3x}${PYSITELIB}/libpasteurize/fixes/fix_future_builtins.pyc +${PLIST.py3x}${PYSITELIB}/libpasteurize/fixes/fix_future_builtins.pyo +${PLIST.py3x}${PYSITELIB}/libpasteurize/fixes/fix_getcwd.pyc +${PLIST.py3x}${PYSITELIB}/libpasteurize/fixes/fix_getcwd.pyo +${PLIST.py3x}${PYSITELIB}/libpasteurize/fixes/fix_imports.pyc +${PLIST.py3x}${PYSITELIB}/libpasteurize/fixes/fix_imports.pyo +${PLIST.py3x}${PYSITELIB}/libpasteurize/fixes/fix_imports2.pyc +${PLIST.py3x}${PYSITELIB}/libpasteurize/fixes/fix_imports2.pyo +${PLIST.py3x}${PYSITELIB}/libpasteurize/fixes/fix_kwargs.pyc +${PLIST.py3x}${PYSITELIB}/libpasteurize/fixes/fix_kwargs.pyo +${PLIST.py3x}${PYSITELIB}/libpasteurize/fixes/fix_memoryview.pyc +${PLIST.py3x}${PYSITELIB}/libpasteurize/fixes/fix_memoryview.pyo +${PLIST.py3x}${PYSITELIB}/libpasteurize/fixes/fix_metaclass.pyc +${PLIST.py3x}${PYSITELIB}/libpasteurize/fixes/fix_metaclass.pyo +${PLIST.py3x}${PYSITELIB}/libpasteurize/fixes/fix_newstyle.pyc +${PLIST.py3x}${PYSITELIB}/libpasteurize/fixes/fix_newstyle.pyo +${PLIST.py3x}${PYSITELIB}/libpasteurize/fixes/fix_next.pyc +${PLIST.py3x}${PYSITELIB}/libpasteurize/fixes/fix_next.pyo +${PLIST.py3x}${PYSITELIB}/libpasteurize/fixes/fix_printfunction.pyc +${PLIST.py3x}${PYSITELIB}/libpasteurize/fixes/fix_printfunction.pyo +${PLIST.py3x}${PYSITELIB}/libpasteurize/fixes/fix_raise.pyc +${PLIST.py3x}${PYSITELIB}/libpasteurize/fixes/fix_raise.pyo +${PLIST.py3x}${PYSITELIB}/libpasteurize/fixes/fix_raise_.pyc +${PLIST.py3x}${PYSITELIB}/libpasteurize/fixes/fix_raise_.pyo +${PLIST.py3x}${PYSITELIB}/libpasteurize/fixes/fix_throw.pyc +${PLIST.py3x}${PYSITELIB}/libpasteurize/fixes/fix_throw.pyo +${PLIST.py3x}${PYSITELIB}/libpasteurize/fixes/fix_unpacking.pyc +${PLIST.py3x}${PYSITELIB}/libpasteurize/fixes/fix_unpacking.pyo +${PLIST.py3x}${PYSITELIB}/libpasteurize/fixes/feature_base.py +${PLIST.py3x}${PYSITELIB}/libpasteurize/fixes/fix_add_all__future__imports.py +${PLIST.py3x}${PYSITELIB}/libpasteurize/fixes/fix_add_all_future_builtins.py +${PLIST.py3x}${PYSITELIB}/libpasteurize/fixes/fix_add_future_standard_library_import.py +${PLIST.py3x}${PYSITELIB}/libpasteurize/fixes/fix_annotations.py +${PLIST.py3x}${PYSITELIB}/libpasteurize/fixes/fix_division.py +${PLIST.py3x}${PYSITELIB}/libpasteurize/fixes/fix_features.py +${PLIST.py3x}${PYSITELIB}/libpasteurize/fixes/fix_fullargspec.py +${PLIST.py3x}${PYSITELIB}/libpasteurize/fixes/fix_future_builtins.py +${PLIST.py3x}${PYSITELIB}/libpasteurize/fixes/fix_getcwd.py +${PLIST.py3x}${PYSITELIB}/libpasteurize/fixes/fix_imports.py +${PLIST.py3x}${PYSITELIB}/libpasteurize/fixes/fix_imports2.py +${PLIST.py3x}${PYSITELIB}/libpasteurize/fixes/fix_kwargs.py +${PLIST.py3x}${PYSITELIB}/libpasteurize/fixes/fix_memoryview.py +${PLIST.py3x}${PYSITELIB}/libpasteurize/fixes/fix_metaclass.py +${PLIST.py3x}${PYSITELIB}/libpasteurize/fixes/fix_newstyle.py +${PLIST.py3x}${PYSITELIB}/libpasteurize/fixes/fix_next.py +${PLIST.py3x}${PYSITELIB}/libpasteurize/fixes/fix_printfunction.py +${PLIST.py3x}${PYSITELIB}/libpasteurize/fixes/fix_raise.py +${PLIST.py3x}${PYSITELIB}/libpasteurize/fixes/fix_raise_.py +${PLIST.py3x}${PYSITELIB}/libpasteurize/fixes/fix_throw.py +${PLIST.py3x}${PYSITELIB}/libpasteurize/fixes/fix_unpacking.py +${PLIST.py3x}${PYSITELIB}/libpasteurize/main.py +${PLIST.py3x}${PYSITELIB}/past/builtins/misc.py +${PLIST.py3x}${PYSITELIB}/past/builtins/noniterators.py +${PLIST.py3x}${PYSITELIB}/past/types/basestring.py +${PLIST.py3x}${PYSITELIB}/past/types/olddict.py +${PLIST.py3x}${PYSITELIB}/past/types/oldstr.py diff --git a/devel/py-future/distinfo b/devel/py-future/distinfo new file mode 100644 index 0000000000000..d238a260d982f --- /dev/null +++ b/devel/py-future/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2016/05/08 07:22:24 wen Exp $ + +SHA1 (future-0.15.2.tar.gz) = 431bf8ff160e8e785a2f76c3e57c1b6c2b13b41a +RMD160 (future-0.15.2.tar.gz) = 6ed4c6ce80b367724103b3b99a4643180c3f5fa0 +SHA512 (future-0.15.2.tar.gz) = 24a0eaf70795efe1644b098c5abbcb0103d9172a5243721f0d26b1cbd108872b6c0616180da8f5507855ddfc7b26bb10a606a64e59d307d39042b346700f77ee +Size (future-0.15.2.tar.gz) = 1583441 bytes diff --git a/devel/py-futures/DESCR b/devel/py-futures/DESCR new file mode 100644 index 0000000000000..ea0778e27f327 --- /dev/null +++ b/devel/py-futures/DESCR @@ -0,0 +1,2 @@ +Package that provides a high level interface to execute computations +asynchronously diff --git a/devel/py-futures/Makefile b/devel/py-futures/Makefile new file mode 100644 index 0000000000000..af0e9c37b341d --- /dev/null +++ b/devel/py-futures/Makefile @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1 2016/04/19 12:32:36 fhajny Exp $ + +DISTNAME= futures-3.0.5 +PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +CATEGORIES= devel +MASTER_SITES= ${MASTER_SITE_PYPI:=f/futures/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= https://github.com/agronholm/pythonfutures +COMMENT= Library brings asynchronous computations from Python 3.x +LICENSE= modified-bsd + +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # included in 3+ + +USE_LANGUAGES= # none + +.include "../../lang/python/egg.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/devel/py-futures/PLIST b/devel/py-futures/PLIST new file mode 100644 index 0000000000000..d502c64c30903 --- /dev/null +++ b/devel/py-futures/PLIST @@ -0,0 +1,22 @@ +@comment $NetBSD: PLIST,v 1.1 2016/04/19 12:32:36 fhajny Exp $ +${PYSITELIB}/concurrent/__init__.py +${PYSITELIB}/concurrent/__init__.pyc +${PYSITELIB}/concurrent/__init__.pyo +${PYSITELIB}/concurrent/futures/__init__.py +${PYSITELIB}/concurrent/futures/__init__.pyc +${PYSITELIB}/concurrent/futures/__init__.pyo +${PYSITELIB}/concurrent/futures/_base.py +${PYSITELIB}/concurrent/futures/_base.pyc +${PYSITELIB}/concurrent/futures/_base.pyo +${PYSITELIB}/concurrent/futures/process.py +${PYSITELIB}/concurrent/futures/process.pyc +${PYSITELIB}/concurrent/futures/process.pyo +${PYSITELIB}/concurrent/futures/thread.py +${PYSITELIB}/concurrent/futures/thread.pyc +${PYSITELIB}/concurrent/futures/thread.pyo +${PYSITELIB}/${EGG_INFODIR}/PKG-INFO +${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt +${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt +${PYSITELIB}/${EGG_INFODIR}/not-zip-safe +${PYSITELIB}/${EGG_INFODIR}/pbr.json +${PYSITELIB}/${EGG_INFODIR}/top_level.txt diff --git a/devel/py-futures/distinfo b/devel/py-futures/distinfo new file mode 100644 index 0000000000000..dcaa488ebfcd0 --- /dev/null +++ b/devel/py-futures/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2016/04/19 12:32:36 fhajny Exp $ + +SHA1 (futures-3.0.5.tar.gz) = 759bf3669b517808810c96a4a620e9a272064487 +RMD160 (futures-3.0.5.tar.gz) = ebd01361f9090f063a2dff50ee16b503323618b5 +SHA512 (futures-3.0.5.tar.gz) = 29f366a273600924acba4b78d53e2f911379da04a7067c3bc2911c20c0fe880300fc2b8c91d8f1b6689e5732b79eeb4198fde56854ab2b7caf47382ad5942435 +Size (futures-3.0.5.tar.gz) = 25153 bytes diff --git a/devel/py-gobject3/Makefile b/devel/py-gobject3/Makefile index 205ac79f7fc9c..bb080a7553f52 100644 --- a/devel/py-gobject3/Makefile +++ b/devel/py-gobject3/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.29 2015/04/25 14:20:39 tnn Exp $ +# $NetBSD: Makefile,v 1.30 2016/04/08 07:41:26 prlw1 Exp $ # https://bugzilla.gnome.org/show_bug.cgi?id=685094 # https://bugzilla.gnome.org/show_bug.cgi?id=707196 PYTHON_VERSIONED_DEPENDENCIES= cairo:link -PKGREVISION= 1 .include "../../lang/python/versioned_dependencies.mk" .include "../../graphics/cairo-gobject/buildlink3.mk" TEST_TARGET= check diff --git a/devel/py-gobject3/Makefile.common b/devel/py-gobject3/Makefile.common index c9a0aeb966522..cc216cd086843 100644 --- a/devel/py-gobject3/Makefile.common +++ b/devel/py-gobject3/Makefile.common @@ -1,8 +1,8 @@ -# $NetBSD: Makefile.common,v 1.6 2015/06/11 08:41:02 prlw1 Exp $ +# $NetBSD: Makefile.common,v 1.7 2016/04/08 07:41:26 prlw1 Exp $ # used by devel/py-gobject3/Makefile # used by devel/py-gobject3-common/Makefile -VER= 3.16.1 +VER= 3.20.0 DISTNAME= pygobject-${VER} CATEGORIES= devel gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/pygobject/${PKGVERSION_NOREV:R}/} @@ -40,6 +40,6 @@ PLIST_SUBST+= PLATFORM=${PLATFORM:Q} BUILDLINK_API_DEPENDS.glib2= glib2>=2.38.0 .include "../../devel/glib2/buildlink3.mk" -BUILDLINK_API_DEPENDS.gobject-introspection= gobject-introspection>=1.39.0 +BUILDLINK_API_DEPENDS.gobject-introspection= gobject-introspection>=1.46.0 .include "../../devel/gobject-introspection/buildlink3.mk" .include "../../devel/libffi/buildlink3.mk" diff --git a/devel/py-gobject3/distinfo b/devel/py-gobject3/distinfo index e9920b431d4fa..de3fb05ba4a0d 100644 --- a/devel/py-gobject3/distinfo +++ b/devel/py-gobject3/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.14 2015/11/03 03:29:08 agc Exp $ +$NetBSD: distinfo,v 1.15 2016/04/08 07:41:26 prlw1 Exp $ -SHA1 (pygobject-3.16.1.tar.xz) = 398dee18cc905c0d54b741163d66ad3fbeba37ed -RMD160 (pygobject-3.16.1.tar.xz) = d52d83c0b5942ff5ff35b2b5421c8785caa170d8 -SHA512 (pygobject-3.16.1.tar.xz) = f32db7620b6714fdc780ec28c282566c0e662648a53f37b2466cbed609d1cbbbf998e30fd42d24ae1e5c0334656b04276dd3a8bf210f9b93f2bfb66f305f7a72 -Size (pygobject-3.16.1.tar.xz) = 725220 bytes +SHA1 (pygobject-3.20.0.tar.xz) = 22ba2e23a956246cfe2574b735b359279e0b11bd +RMD160 (pygobject-3.20.0.tar.xz) = 887609a6fb670d494aaac928baf6b81d940e8f32 +SHA512 (pygobject-3.20.0.tar.xz) = a9eba7bcb9a1f1802fb872fcbd353643f7d18e69eef28731e3440c563199ccdde954881356dd10a294b7edc7195829b81d3a3a66cf306bb522aa9035282910e3 +Size (pygobject-3.20.0.tar.xz) = 749068 bytes diff --git a/devel/py-hash/DESCR b/devel/py-hash/DESCR new file mode 100644 index 0000000000000..84ec3d5856ba3 --- /dev/null +++ b/devel/py-hash/DESCR @@ -0,0 +1,3 @@ +pyhash is a python non-cryptographic hash library. It provide +several common hash algorithms with C/C++ implementation for +performance. diff --git a/devel/py-hash/Makefile b/devel/py-hash/Makefile new file mode 100644 index 0000000000000..3545d4a5ce990 --- /dev/null +++ b/devel/py-hash/Makefile @@ -0,0 +1,23 @@ +# $NetBSD: Makefile,v 1.2 2016/05/03 19:27:12 jperkin Exp $ + +DISTNAME= pyfasthash-0.6.2 +PKGNAME= ${DISTNAME:S/pyfast/${PYPKGPREFIX}-/} +CATEGORIES= devel +MASTER_SITES= ${MASTER_SITE_GITHUB:=flier/} + +MAINTAINER= filip@joyent.com +HOMEPAGE= http://github.com/flier/pyfasthash/ +COMMENT= Python Non-cryptographic Hash Library +LICENSE= apache-2.0 + +GITHUB_PROJECT= pyfasthash + +USE_LANGUAGES= c c++ + +EGG_NAME= ${DISTNAME:S/fast//} + +PYTHON_VERSIONS_INCOMPATIBLE= 33 # devel/py-boost + +.include "../../devel/py-boost/buildlink3.mk" +.include "../../lang/python/egg.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/devel/py-hash/PLIST b/devel/py-hash/PLIST new file mode 100644 index 0000000000000..80c7fd2bd86dd --- /dev/null +++ b/devel/py-hash/PLIST @@ -0,0 +1,9 @@ +@comment $NetBSD: PLIST,v 1.1 2016/05/03 14:53:05 fhajny Exp $ +${PYSITELIB}/_pyhash.so +${PYSITELIB}/${EGG_INFODIR}/PKG-INFO +${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt +${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt +${PYSITELIB}/${EGG_INFODIR}/top_level.txt +${PYSITELIB}/pyhash.py +${PYSITELIB}/pyhash.pyc +${PYSITELIB}/pyhash.pyo diff --git a/devel/py-hash/distinfo b/devel/py-hash/distinfo new file mode 100644 index 0000000000000..7a42d57c6cba9 --- /dev/null +++ b/devel/py-hash/distinfo @@ -0,0 +1,9 @@ +$NetBSD: distinfo,v 1.1 2016/05/03 14:53:05 fhajny Exp $ + +SHA1 (pyfasthash-0.6.2.tar.gz) = e703ff597cd8db8bfd83f44f0e42e7ac9153c302 +RMD160 (pyfasthash-0.6.2.tar.gz) = 3a6e3f5015c8b2c8d4a7f2bc04ef0ca7f75eabb6 +SHA512 (pyfasthash-0.6.2.tar.gz) = 1820a56f27dd58d1aff4657230b1e5c9b276d64fc1573ad5c14612efd92d584070f12414a9e4fd9929eb61e054a6d65dc6ce1f25457431eaf736c38ecb6fc9be +Size (pyfasthash-0.6.2.tar.gz) = 197576 bytes +SHA1 (patch-setup.py) = c3eb408f636d3db00d1a72da4dfa190cc2350291 +SHA1 (patch-src_fnv_fnv.h) = c942d2bb434ffdc99a6110781bf66e5cb878a889 +SHA1 (patch-src_lookup3_lookup3.c) = 7f4ffad27d55f1c2d52288b9cb2afb1c5af8213b diff --git a/devel/py-hash/patches/patch-setup.py b/devel/py-hash/patches/patch-setup.py new file mode 100644 index 0000000000000..7fe5c2ef06d6c --- /dev/null +++ b/devel/py-hash/patches/patch-setup.py @@ -0,0 +1,15 @@ +$NetBSD: patch-setup.py,v 1.1 2016/05/03 14:53:05 fhajny Exp $ + +print is a function in Python 3. + +--- setup.py.orig 2014-07-29 06:26:59.000000000 +0000 ++++ setup.py +@@ -63,7 +63,7 @@ elif os.name == "posix": + extra_compile_args += ["-msse4.2"] + + if os.getenv('TRAVIS') == 'true': +- print "force to link boost::python base on Python version v%d.%d" % (sys.version_info.major, sys.version_info.minor) ++ print("force to link boost::python base on Python version v%d.%d" % (sys.version_info.major, sys.version_info.minor)) + + os.remove('/usr/lib/libboost_python.so') + os.symlink('/usr/lib/libboost_python-py%d%d.so' % (sys.version_info.major, sys.version_info.minor), diff --git a/devel/py-hash/patches/patch-src_fnv_fnv.h b/devel/py-hash/patches/patch-src_fnv_fnv.h new file mode 100644 index 0000000000000..caadd22d9bdcc --- /dev/null +++ b/devel/py-hash/patches/patch-src_fnv_fnv.h @@ -0,0 +1,28 @@ +$NetBSD: patch-src_fnv_fnv.h,v 1.1 2016/05/03 14:53:05 fhajny Exp $ + +Use standard int types. + +--- src/fnv/fnv.h.orig 2014-07-29 06:26:59.000000000 +0000 ++++ src/fnv/fnv.h +@@ -88,7 +88,7 @@ typedef unsigned int u_int32_t; + /* + * 32 bit FNV-0 hash type + */ +-typedef u_int32_t Fnv32_t; ++typedef uint32_t Fnv32_t; + + + /* +@@ -130,10 +130,10 @@ typedef unsigned long long u_int64_t; + * 64 bit FNV-0 hash + */ + #if defined(HAVE_64BIT_LONG_LONG) +-typedef u_int64_t Fnv64_t; ++typedef uint64_t Fnv64_t; + #else /* HAVE_64BIT_LONG_LONG */ + typedef struct { +- u_int32_t w32[2]; /* w32[0] is low order, w32[1] is high order word */ ++ uint32_t w32[2]; /* w32[0] is low order, w32[1] is high order word */ + } Fnv64_t; + #endif /* HAVE_64BIT_LONG_LONG */ + diff --git a/devel/py-hash/patches/patch-src_lookup3_lookup3.c b/devel/py-hash/patches/patch-src_lookup3_lookup3.c new file mode 100644 index 0000000000000..ad286aef7919d --- /dev/null +++ b/devel/py-hash/patches/patch-src_lookup3_lookup3.c @@ -0,0 +1,15 @@ +$NetBSD: patch-src_lookup3_lookup3.c,v 1.1 2016/05/03 14:53:05 fhajny Exp $ + +SunOS doesn't have endian.h. + +--- src/lookup3/lookup3.c.orig 2014-07-29 06:26:59.000000000 +0000 ++++ src/lookup3/lookup3.c +@@ -47,7 +47,7 @@ typedef unsigned int uint32_t; + # include /* attempt to define endianness */ + # if defined(__APPLE__) + # include +-# else ++# elif !defined(__sun) + # include /* attempt to define endianness */ + # endif + #endif diff --git a/devel/py-hypothesis/DESCR b/devel/py-hypothesis/DESCR new file mode 100644 index 0000000000000..d9a785a5791b9 --- /dev/null +++ b/devel/py-hypothesis/DESCR @@ -0,0 +1,10 @@ +Hypothesis is a library for testing your Python code against a much +larger range of examples than you would ever want to write by hand. +It's based on the Haskell library, Quickcheck, and is designed to +integrate seamlessly into your existing Python unit testing work +flow. + +Hypothesis is both extremely practical and also advances the state +of the art of unit testing by some way. It's easy to use, stable, +and extremely powerful. If you're not using Hypothesis to test your +project then you're missing out. diff --git a/devel/py-hypothesis/Makefile b/devel/py-hypothesis/Makefile new file mode 100644 index 0000000000000..5688f85d1b365 --- /dev/null +++ b/devel/py-hypothesis/Makefile @@ -0,0 +1,16 @@ +# $NetBSD: Makefile,v 1.1 2016/04/24 09:44:35 wiz Exp $ + +DISTNAME= hypothesis-3.1.0 +PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +CATEGORIES= devel +MASTER_SITES= https://pypi.python.org/packages/7a/0c/f28f6d95fdbe4cfb810f1f5ae0e806400d39068f0f706c8e9772a6520dfd/ + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= https://pypi.python.org/pypi/hypothesis/ +COMMENT= Python library for property based testing +LICENSE= mpl-2.0 + +USE_LANGUAGES= # none + +.include "../../lang/python/egg.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/devel/py-hypothesis/PLIST b/devel/py-hypothesis/PLIST new file mode 100644 index 0000000000000..862eef656a9a4 --- /dev/null +++ b/devel/py-hypothesis/PLIST @@ -0,0 +1,176 @@ +@comment $NetBSD: PLIST,v 1.1 2016/04/24 09:44:35 wiz Exp $ +${PYSITELIB}/${EGG_INFODIR}/PKG-INFO +${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt +${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt +${PYSITELIB}/${EGG_INFODIR}/entry_points.txt +${PYSITELIB}/${EGG_INFODIR}/not-zip-safe +${PYSITELIB}/${EGG_INFODIR}/requires.txt +${PYSITELIB}/${EGG_INFODIR}/top_level.txt +${PYSITELIB}/hypothesis/__init__.py +${PYSITELIB}/hypothesis/__init__.pyc +${PYSITELIB}/hypothesis/__init__.pyo +${PYSITELIB}/hypothesis/_settings.py +${PYSITELIB}/hypothesis/_settings.pyc +${PYSITELIB}/hypothesis/_settings.pyo +${PYSITELIB}/hypothesis/configuration.py +${PYSITELIB}/hypothesis/configuration.pyc +${PYSITELIB}/hypothesis/configuration.pyo +${PYSITELIB}/hypothesis/control.py +${PYSITELIB}/hypothesis/control.pyc +${PYSITELIB}/hypothesis/control.pyo +${PYSITELIB}/hypothesis/core.py +${PYSITELIB}/hypothesis/core.pyc +${PYSITELIB}/hypothesis/core.pyo +${PYSITELIB}/hypothesis/database.py +${PYSITELIB}/hypothesis/database.pyc +${PYSITELIB}/hypothesis/database.pyo +${PYSITELIB}/hypothesis/errors.py +${PYSITELIB}/hypothesis/errors.pyc +${PYSITELIB}/hypothesis/errors.pyo +${PYSITELIB}/hypothesis/executors.py +${PYSITELIB}/hypothesis/executors.pyc +${PYSITELIB}/hypothesis/executors.pyo +${PYSITELIB}/hypothesis/extra/__init__.py +${PYSITELIB}/hypothesis/extra/__init__.pyc +${PYSITELIB}/hypothesis/extra/__init__.pyo +${PYSITELIB}/hypothesis/extra/datetime.py +${PYSITELIB}/hypothesis/extra/datetime.pyc +${PYSITELIB}/hypothesis/extra/datetime.pyo +${PYSITELIB}/hypothesis/extra/django/__init__.py +${PYSITELIB}/hypothesis/extra/django/__init__.pyc +${PYSITELIB}/hypothesis/extra/django/__init__.pyo +${PYSITELIB}/hypothesis/extra/django/models.py +${PYSITELIB}/hypothesis/extra/django/models.pyc +${PYSITELIB}/hypothesis/extra/django/models.pyo +${PYSITELIB}/hypothesis/extra/fakefactory.py +${PYSITELIB}/hypothesis/extra/fakefactory.pyc +${PYSITELIB}/hypothesis/extra/fakefactory.pyo +${PYSITELIB}/hypothesis/extra/numpy.py +${PYSITELIB}/hypothesis/extra/numpy.pyc +${PYSITELIB}/hypothesis/extra/numpy.pyo +${PYSITELIB}/hypothesis/extra/pytestplugin.py +${PYSITELIB}/hypothesis/extra/pytestplugin.pyc +${PYSITELIB}/hypothesis/extra/pytestplugin.pyo +${PYSITELIB}/hypothesis/internal/__init__.py +${PYSITELIB}/hypothesis/internal/__init__.pyc +${PYSITELIB}/hypothesis/internal/__init__.pyo +${PYSITELIB}/hypothesis/internal/charmap.py +${PYSITELIB}/hypothesis/internal/charmap.pyc +${PYSITELIB}/hypothesis/internal/charmap.pyo +${PYSITELIB}/hypothesis/internal/classmap.py +${PYSITELIB}/hypothesis/internal/classmap.pyc +${PYSITELIB}/hypothesis/internal/classmap.pyo +${PYSITELIB}/hypothesis/internal/compat.py +${PYSITELIB}/hypothesis/internal/compat.pyc +${PYSITELIB}/hypothesis/internal/compat.pyo +${PYSITELIB}/hypothesis/internal/conjecture/__init__.py +${PYSITELIB}/hypothesis/internal/conjecture/__init__.pyc +${PYSITELIB}/hypothesis/internal/conjecture/__init__.pyo +${PYSITELIB}/hypothesis/internal/conjecture/data.py +${PYSITELIB}/hypothesis/internal/conjecture/data.pyc +${PYSITELIB}/hypothesis/internal/conjecture/data.pyo +${PYSITELIB}/hypothesis/internal/conjecture/engine.py +${PYSITELIB}/hypothesis/internal/conjecture/engine.pyc +${PYSITELIB}/hypothesis/internal/conjecture/engine.pyo +${PYSITELIB}/hypothesis/internal/conjecture/minimizer.py +${PYSITELIB}/hypothesis/internal/conjecture/minimizer.pyc +${PYSITELIB}/hypothesis/internal/conjecture/minimizer.pyo +${PYSITELIB}/hypothesis/internal/conjecture/utils.py +${PYSITELIB}/hypothesis/internal/conjecture/utils.pyc +${PYSITELIB}/hypothesis/internal/conjecture/utils.pyo +${PYSITELIB}/hypothesis/internal/debug.py +${PYSITELIB}/hypothesis/internal/debug.pyc +${PYSITELIB}/hypothesis/internal/debug.pyo +${PYSITELIB}/hypothesis/internal/floats.py +${PYSITELIB}/hypothesis/internal/floats.pyc +${PYSITELIB}/hypothesis/internal/floats.pyo +${PYSITELIB}/hypothesis/internal/intervalsets.py +${PYSITELIB}/hypothesis/internal/intervalsets.pyc +${PYSITELIB}/hypothesis/internal/intervalsets.pyo +${PYSITELIB}/hypothesis/internal/reflection.py +${PYSITELIB}/hypothesis/internal/reflection.pyc +${PYSITELIB}/hypothesis/internal/reflection.pyo +${PYSITELIB}/hypothesis/reporting.py +${PYSITELIB}/hypothesis/reporting.pyc +${PYSITELIB}/hypothesis/reporting.pyo +${PYSITELIB}/hypothesis/searchstrategy/__init__.py +${PYSITELIB}/hypothesis/searchstrategy/__init__.pyc +${PYSITELIB}/hypothesis/searchstrategy/__init__.pyo +${PYSITELIB}/hypothesis/searchstrategy/collections.py +${PYSITELIB}/hypothesis/searchstrategy/collections.pyc +${PYSITELIB}/hypothesis/searchstrategy/collections.pyo +${PYSITELIB}/hypothesis/searchstrategy/deferred.py +${PYSITELIB}/hypothesis/searchstrategy/deferred.pyc +${PYSITELIB}/hypothesis/searchstrategy/deferred.pyo +${PYSITELIB}/hypothesis/searchstrategy/fixed.py +${PYSITELIB}/hypothesis/searchstrategy/fixed.pyc +${PYSITELIB}/hypothesis/searchstrategy/fixed.pyo +${PYSITELIB}/hypothesis/searchstrategy/flatmapped.py +${PYSITELIB}/hypothesis/searchstrategy/flatmapped.pyc +${PYSITELIB}/hypothesis/searchstrategy/flatmapped.pyo +${PYSITELIB}/hypothesis/searchstrategy/misc.py +${PYSITELIB}/hypothesis/searchstrategy/misc.pyc +${PYSITELIB}/hypothesis/searchstrategy/misc.pyo +${PYSITELIB}/hypothesis/searchstrategy/numbers.py +${PYSITELIB}/hypothesis/searchstrategy/numbers.pyc +${PYSITELIB}/hypothesis/searchstrategy/numbers.pyo +${PYSITELIB}/hypothesis/searchstrategy/recursive.py +${PYSITELIB}/hypothesis/searchstrategy/recursive.pyc +${PYSITELIB}/hypothesis/searchstrategy/recursive.pyo +${PYSITELIB}/hypothesis/searchstrategy/reprwrapper.py +${PYSITELIB}/hypothesis/searchstrategy/reprwrapper.pyc +${PYSITELIB}/hypothesis/searchstrategy/reprwrapper.pyo +${PYSITELIB}/hypothesis/searchstrategy/shared.py +${PYSITELIB}/hypothesis/searchstrategy/shared.pyc +${PYSITELIB}/hypothesis/searchstrategy/shared.pyo +${PYSITELIB}/hypothesis/searchstrategy/strategies.py +${PYSITELIB}/hypothesis/searchstrategy/strategies.pyc +${PYSITELIB}/hypothesis/searchstrategy/strategies.pyo +${PYSITELIB}/hypothesis/searchstrategy/streams.py +${PYSITELIB}/hypothesis/searchstrategy/streams.pyc +${PYSITELIB}/hypothesis/searchstrategy/streams.pyo +${PYSITELIB}/hypothesis/searchstrategy/strings.py +${PYSITELIB}/hypothesis/searchstrategy/strings.pyc +${PYSITELIB}/hypothesis/searchstrategy/strings.pyo +${PYSITELIB}/hypothesis/searchstrategy/wrappers.py +${PYSITELIB}/hypothesis/searchstrategy/wrappers.pyc +${PYSITELIB}/hypothesis/searchstrategy/wrappers.pyo +${PYSITELIB}/hypothesis/stateful.py +${PYSITELIB}/hypothesis/stateful.pyc +${PYSITELIB}/hypothesis/stateful.pyo +${PYSITELIB}/hypothesis/strategies.py +${PYSITELIB}/hypothesis/strategies.pyc +${PYSITELIB}/hypothesis/strategies.pyo +${PYSITELIB}/hypothesis/strategytests.py +${PYSITELIB}/hypothesis/strategytests.pyc +${PYSITELIB}/hypothesis/strategytests.pyo +${PYSITELIB}/hypothesis/tools/__init__.py +${PYSITELIB}/hypothesis/tools/__init__.pyc +${PYSITELIB}/hypothesis/tools/__init__.pyo +${PYSITELIB}/hypothesis/tools/mergedbs.py +${PYSITELIB}/hypothesis/tools/mergedbs.pyc +${PYSITELIB}/hypothesis/tools/mergedbs.pyo +${PYSITELIB}/hypothesis/types.py +${PYSITELIB}/hypothesis/types.pyc +${PYSITELIB}/hypothesis/types.pyo +${PYSITELIB}/hypothesis/utils/__init__.py +${PYSITELIB}/hypothesis/utils/__init__.pyc +${PYSITELIB}/hypothesis/utils/__init__.pyo +${PYSITELIB}/hypothesis/utils/conventions.py +${PYSITELIB}/hypothesis/utils/conventions.pyc +${PYSITELIB}/hypothesis/utils/conventions.pyo +${PYSITELIB}/hypothesis/utils/dynamicvariables.py +${PYSITELIB}/hypothesis/utils/dynamicvariables.pyc +${PYSITELIB}/hypothesis/utils/dynamicvariables.pyo +${PYSITELIB}/hypothesis/utils/size.py +${PYSITELIB}/hypothesis/utils/size.pyc +${PYSITELIB}/hypothesis/utils/size.pyo +${PYSITELIB}/hypothesis/vendor/__init__.py +${PYSITELIB}/hypothesis/vendor/__init__.pyc +${PYSITELIB}/hypothesis/vendor/__init__.pyo +${PYSITELIB}/hypothesis/vendor/pretty.py +${PYSITELIB}/hypothesis/vendor/pretty.pyc +${PYSITELIB}/hypothesis/vendor/pretty.pyo +${PYSITELIB}/hypothesis/version.py +${PYSITELIB}/hypothesis/version.pyc +${PYSITELIB}/hypothesis/version.pyo diff --git a/devel/py-hypothesis/distinfo b/devel/py-hypothesis/distinfo new file mode 100644 index 0000000000000..10a00e8baef2d --- /dev/null +++ b/devel/py-hypothesis/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2016/04/24 09:44:35 wiz Exp $ + +SHA1 (hypothesis-3.1.0.tar.gz) = ed7d1186582516fe9871765d3686a57117af606d +RMD160 (hypothesis-3.1.0.tar.gz) = 1f447d90a45f8658981558b5b5f161c9fff30df4 +SHA512 (hypothesis-3.1.0.tar.gz) = c258c450960cf8742a54e2c5fb58609f4c529b5ba2cf0fb48966b7a7678223bf2f52919aa4f05690c7e7e7527a4e008fad1ca5ec18b27f3ee5d6546b26881706 +Size (hypothesis-3.1.0.tar.gz) = 69051 bytes diff --git a/devel/py-ipython/Makefile b/devel/py-ipython/Makefile index ee1d43f46b510..1ae504e262f98 100644 --- a/devel/py-ipython/Makefile +++ b/devel/py-ipython/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2015/12/15 10:23:03 markd Exp $ +# $NetBSD: Makefile,v 1.14 2016/03/30 08:23:33 jperkin Exp $ DISTNAME= ipython-3.2.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -31,7 +31,7 @@ post-install: for f in ipcluster ipcontroller ipengine ipython ; \ do \ mv ${DESTDIR}${PREFIX}/bin/$$f ${DESTDIR}${PREFIX}/bin/$${f}${PYVERSSUFFIX}; \ - mv ${DESTDIR}${PREFIX}/man/man1/$${f}.1 ${DESTDIR}${PREFIX}/man/man1/$${f}${PYVERSSUFFIX}.1; \ + mv ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/$${f}.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/$${f}${PYVERSSUFFIX}.1; \ done .include "../../lang/python/distutils.mk" diff --git a/devel/py-mercurial/Makefile.version b/devel/py-mercurial/Makefile.version index 6b9b11e51fb94..2e9c6a670cacc 100644 --- a/devel/py-mercurial/Makefile.version +++ b/devel/py-mercurial/Makefile.version @@ -1,6 +1,6 @@ -# $NetBSD: Makefile.version,v 1.31 2016/03/02 19:31:13 wiz Exp $ +# $NetBSD: Makefile.version,v 1.33 2016/05/05 12:42:46 wiz Exp $ -VERSION= 3.7.2 +VERSION= 3.8.1 PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 3.4.1 # see also http://mercurial.selenic.com/wiki/SupportedPythonVersions diff --git a/devel/py-mercurial/PLIST b/devel/py-mercurial/PLIST index 7b2c244acc5ce..210fa123b9edf 100644 --- a/devel/py-mercurial/PLIST +++ b/devel/py-mercurial/PLIST @@ -1,11 +1,15 @@ -@comment $NetBSD: PLIST,v 1.9 2016/02/03 17:40:10 wiz Exp $ +@comment $NetBSD: PLIST,v 1.10 2016/05/05 12:42:46 wiz Exp $ bin/hg +${PYSITELIB}/${EGG_FILE} ${PYSITELIB}/hgext/__init__.py ${PYSITELIB}/hgext/__init__.pyc ${PYSITELIB}/hgext/__init__.pyo ${PYSITELIB}/hgext/acl.py ${PYSITELIB}/hgext/acl.pyc ${PYSITELIB}/hgext/acl.pyo +${PYSITELIB}/hgext/automv.py +${PYSITELIB}/hgext/automv.pyc +${PYSITELIB}/hgext/automv.pyo ${PYSITELIB}/hgext/blackbox.py ${PYSITELIB}/hgext/blackbox.pyc ${PYSITELIB}/hgext/blackbox.pyo @@ -87,6 +91,25 @@ ${PYSITELIB}/hgext/factotum.pyo ${PYSITELIB}/hgext/fetch.py ${PYSITELIB}/hgext/fetch.pyc ${PYSITELIB}/hgext/fetch.pyo +${PYSITELIB}/hgext/fsmonitor/__init__.py +${PYSITELIB}/hgext/fsmonitor/__init__.pyc +${PYSITELIB}/hgext/fsmonitor/__init__.pyo +${PYSITELIB}/hgext/fsmonitor/pywatchman/__init__.py +${PYSITELIB}/hgext/fsmonitor/pywatchman/__init__.pyc +${PYSITELIB}/hgext/fsmonitor/pywatchman/__init__.pyo +${PYSITELIB}/hgext/fsmonitor/pywatchman/bser.so +${PYSITELIB}/hgext/fsmonitor/pywatchman/capabilities.py +${PYSITELIB}/hgext/fsmonitor/pywatchman/capabilities.pyc +${PYSITELIB}/hgext/fsmonitor/pywatchman/capabilities.pyo +${PYSITELIB}/hgext/fsmonitor/pywatchman/pybser.py +${PYSITELIB}/hgext/fsmonitor/pywatchman/pybser.pyc +${PYSITELIB}/hgext/fsmonitor/pywatchman/pybser.pyo +${PYSITELIB}/hgext/fsmonitor/state.py +${PYSITELIB}/hgext/fsmonitor/state.pyc +${PYSITELIB}/hgext/fsmonitor/state.pyo +${PYSITELIB}/hgext/fsmonitor/watchmanclient.py +${PYSITELIB}/hgext/fsmonitor/watchmanclient.pyc +${PYSITELIB}/hgext/fsmonitor/watchmanclient.pyo ${PYSITELIB}/hgext/gpg.py ${PYSITELIB}/hgext/gpg.pyc ${PYSITELIB}/hgext/gpg.pyo @@ -144,6 +167,9 @@ ${PYSITELIB}/hgext/largefiles/uisetup.pyo ${PYSITELIB}/hgext/largefiles/wirestore.py ${PYSITELIB}/hgext/largefiles/wirestore.pyc ${PYSITELIB}/hgext/largefiles/wirestore.pyo +${PYSITELIB}/hgext/logtoprocess.py +${PYSITELIB}/hgext/logtoprocess.pyc +${PYSITELIB}/hgext/logtoprocess.pyo ${PYSITELIB}/hgext/mq.py ${PYSITELIB}/hgext/mq.pyc ${PYSITELIB}/hgext/mq.pyo @@ -195,10 +221,15 @@ ${PYSITELIB}/hgext/zeroconf/Zeroconf.pyo ${PYSITELIB}/hgext/zeroconf/__init__.py ${PYSITELIB}/hgext/zeroconf/__init__.pyc ${PYSITELIB}/hgext/zeroconf/__init__.pyo -${PYSITELIB}/${EGG_FILE} +${PYSITELIB}/hgext3rd/__init__.py +${PYSITELIB}/hgext3rd/__init__.pyc +${PYSITELIB}/hgext3rd/__init__.pyo ${PYSITELIB}/mercurial/__init__.py ${PYSITELIB}/mercurial/__init__.pyc ${PYSITELIB}/mercurial/__init__.pyo +${PYSITELIB}/mercurial/__modulepolicy__.py +${PYSITELIB}/mercurial/__modulepolicy__.pyc +${PYSITELIB}/mercurial/__modulepolicy__.pyo ${PYSITELIB}/mercurial/__version__.py ${PYSITELIB}/mercurial/__version__.pyc ${PYSITELIB}/mercurial/__version__.pyo @@ -327,6 +358,7 @@ ${PYSITELIB}/mercurial/help/hgrc.5.txt ${PYSITELIB}/mercurial/help/hgweb.txt ${PYSITELIB}/mercurial/help/internals/bundles.txt ${PYSITELIB}/mercurial/help/internals/changegroups.txt +${PYSITELIB}/mercurial/help/internals/requirements.txt ${PYSITELIB}/mercurial/help/internals/revlogs.txt ${PYSITELIB}/mercurial/help/merge-tools.txt ${PYSITELIB}/mercurial/help/multirevs.txt @@ -500,6 +532,9 @@ ${PYSITELIB}/mercurial/pvec.pyo ${PYSITELIB}/mercurial/py3kcompat.py ${PYSITELIB}/mercurial/py3kcompat.pyc ${PYSITELIB}/mercurial/py3kcompat.pyo +${PYSITELIB}/mercurial/pycompat.py +${PYSITELIB}/mercurial/pycompat.pyc +${PYSITELIB}/mercurial/pycompat.pyo ${PYSITELIB}/mercurial/registrar.py ${PYSITELIB}/mercurial/registrar.pyc ${PYSITELIB}/mercurial/registrar.pyo diff --git a/devel/py-mercurial/distinfo b/devel/py-mercurial/distinfo index 8a13807de525b..08b64fdedde08 100644 --- a/devel/py-mercurial/distinfo +++ b/devel/py-mercurial/distinfo @@ -1,8 +1,6 @@ -$NetBSD: distinfo,v 1.32 2016/03/02 19:31:13 wiz Exp $ +$NetBSD: distinfo,v 1.34 2016/05/05 12:42:46 wiz Exp $ -SHA1 (mercurial-3.7.2.tar.gz) = d684386cfe7a1f4170243ce51c78e64ee1cd8d75 -RMD160 (mercurial-3.7.2.tar.gz) = ac59bdef478819f25124035ae55d28fd121128ab -SHA512 (mercurial-3.7.2.tar.gz) = 573b35052ec50f4672cdd5afd93080edc864deb854b890c8cedba53c40d6d3a37a560e364b94b819cfc6d9fc5c07c0411a13167f0888007e5c9366bc94154306 -Size (mercurial-3.7.2.tar.gz) = 4634748 bytes -SHA1 (patch-mercurial_repoview.py) = 7d154dd2186edf5311dfc8902638857a72ba6129 -SHA1 (patch-tests_test-commandserver.t) = 12c3092e3e832b414dd4155ffb678b7f0612495d +SHA1 (mercurial-3.8.1.tar.gz) = a77ddd9640600c8901d0a870f525a660fa6251fa +RMD160 (mercurial-3.8.1.tar.gz) = 0067ea6ad76a0198f0fde2e90269eef6299cd03f +SHA512 (mercurial-3.8.1.tar.gz) = f5a3aae85478cf7fbb70146e56237ee569f0ad51f6bd7b7a763f4cb6333b4aa78b57fd540993c3d36ca35dbab55641e4987ab8212a0fbf32e9e3b53aee300a79 +Size (mercurial-3.8.1.tar.gz) = 4766849 bytes diff --git a/devel/py-mercurial/patches/patch-mercurial_repoview.py b/devel/py-mercurial/patches/patch-mercurial_repoview.py deleted file mode 100644 index b8c5532f572ad..0000000000000 --- a/devel/py-mercurial/patches/patch-mercurial_repoview.py +++ /dev/null @@ -1,23 +0,0 @@ -$NetBSD: patch-mercurial_repoview.py,v 1.1 2016/03/02 19:31:13 wiz Exp $ - -changeset: 34663:332926212ef8 -user: FUJIWARA Katsunori -date: Wed Feb 24 06:10:46 2016 +0900 -files: mercurial/repoview.py tests/test-commandserver.t -description: -repoview: discard filtered changelog if index isn't shared with unfiltered - ---- mercurial/repoview.py.orig 2016-03-02 00:03:43.000000000 +0000 -+++ mercurial/repoview.py -@@ -315,7 +315,10 @@ class repoview(object): - revs = filterrevs(unfi, self.filtername) - cl = self._clcache - newkey = (unfilen, unfinode, hash(revs), unfichangelog._delayed) -- if cl is not None and newkey != self._clcachekey: -+ # if cl.index is not unfiindex, unfi.changelog would be -+ # recreated, and our clcache refers to garbage object -+ if (cl is not None and -+ (cl.index is not unfiindex or newkey != self._clcachekey)): - cl = None - # could have been made None by the previous if - if cl is None: diff --git a/devel/py-mercurial/patches/patch-tests_test-commandserver.t b/devel/py-mercurial/patches/patch-tests_test-commandserver.t deleted file mode 100644 index af0a706023458..0000000000000 --- a/devel/py-mercurial/patches/patch-tests_test-commandserver.t +++ /dev/null @@ -1,145 +0,0 @@ -$NetBSD: patch-tests_test-commandserver.t,v 1.1 2016/03/02 19:31:13 wiz Exp $ - -changeset: 34663:332926212ef8 -user: FUJIWARA Katsunori -date: Wed Feb 24 06:10:46 2016 +0900 -files: mercurial/repoview.py tests/test-commandserver.t -description: -repoview: discard filtered changelog if index isn't shared with unfiltered - ---- tests/test-commandserver.t.orig 2016-03-02 00:03:43.000000000 +0000 -+++ tests/test-commandserver.t -@@ -725,3 +725,133 @@ unix domain socket: - [255] - - #endif -+ -+ $ cd .. -+ -+Test that accessing to invalid changelog cache is avoided at -+subsequent operations even if repo object is reused even after failure -+of transaction (see 0a7610758c42 also) -+ -+"hg log" after failure of transaction is needed to detect invalid -+cache in repoview: this can't detect by "hg verify" only. -+ -+Combination of "finalization" and "empty-ness of changelog" (2 x 2 = -+4) are tested, because '00changelog.i' are differently changed in each -+cases. -+ -+ $ cat > $TESTTMP/failafterfinalize.py < # extension to abort transaction after finalization forcibly -+ > from mercurial import commands, error, extensions, lock as lockmod -+ > def fail(tr): -+ > raise error.Abort('fail after finalization') -+ > def reposetup(ui, repo): -+ > class failrepo(repo.__class__): -+ > def commitctx(self, ctx, error=False): -+ > if self.ui.configbool('failafterfinalize', 'fail'): -+ > # 'sorted()' by ASCII code on category names causes -+ > # invoking 'fail' after finalization of changelog -+ > # using "'cl-%i' % id(self)" as category name -+ > self.currenttransaction().addfinalize('zzzzzzzz', fail) -+ > return super(failrepo, self).commitctx(ctx, error) -+ > repo.__class__ = failrepo -+ > EOF -+ -+ $ hg init repo3 -+ $ cd repo3 -+ -+ $ cat <> $HGRCPATH -+ > [ui] -+ > logtemplate = {rev} {desc|firstline} ({files})\n -+ > -+ > [extensions] -+ > failafterfinalize = $TESTTMP/failafterfinalize.py -+ > EOF -+ -+- test failure with "empty changelog" -+ -+ $ echo foo > foo -+ $ hg add foo -+ -+(failuer before finalization) -+ -+ >>> from hgclient import readchannel, runcommand, check -+ >>> @check -+ ... def abort(server): -+ ... readchannel(server) -+ ... runcommand(server, ['commit', -+ ... '--config', 'hooks.pretxncommit=false', -+ ... '-mfoo']) -+ ... runcommand(server, ['log']) -+ ... runcommand(server, ['verify', '-q']) -+ *** runcommand commit --config hooks.pretxncommit=false -mfoo -+ transaction abort! -+ rollback completed -+ abort: pretxncommit hook exited with status 1 -+ [255] -+ *** runcommand log -+ *** runcommand verify -q -+ -+(failuer after finalization) -+ -+ >>> from hgclient import readchannel, runcommand, check -+ >>> @check -+ ... def abort(server): -+ ... readchannel(server) -+ ... runcommand(server, ['commit', -+ ... '--config', 'failafterfinalize.fail=true', -+ ... '-mfoo']) -+ ... runcommand(server, ['log']) -+ ... runcommand(server, ['verify', '-q']) -+ *** runcommand commit --config failafterfinalize.fail=true -mfoo -+ transaction abort! -+ rollback completed -+ abort: fail after finalization -+ [255] -+ *** runcommand log -+ *** runcommand verify -q -+ -+- test failure with "not-empty changelog" -+ -+ $ echo bar > bar -+ $ hg add bar -+ $ hg commit -mbar bar -+ -+(failure before finalization) -+ -+ >>> from hgclient import readchannel, runcommand, check -+ >>> @check -+ ... def abort(server): -+ ... readchannel(server) -+ ... runcommand(server, ['commit', -+ ... '--config', 'hooks.pretxncommit=false', -+ ... '-mfoo', 'foo']) -+ ... runcommand(server, ['log']) -+ ... runcommand(server, ['verify', '-q']) -+ *** runcommand commit --config hooks.pretxncommit=false -mfoo foo -+ transaction abort! -+ rollback completed -+ abort: pretxncommit hook exited with status 1 -+ [255] -+ *** runcommand log -+ 0 bar (bar) -+ *** runcommand verify -q -+ -+(failure after finalization) -+ -+ >>> from hgclient import readchannel, runcommand, check -+ >>> @check -+ ... def abort(server): -+ ... readchannel(server) -+ ... runcommand(server, ['commit', -+ ... '--config', 'failafterfinalize.fail=true', -+ ... '-mfoo', 'foo']) -+ ... runcommand(server, ['log']) -+ ... runcommand(server, ['verify', '-q']) -+ *** runcommand commit --config failafterfinalize.fail=true -mfoo foo -+ transaction abort! -+ rollback completed -+ abort: fail after finalization -+ [255] -+ *** runcommand log -+ 0 bar (bar) -+ *** runcommand verify -q diff --git a/devel/py-mock/Makefile b/devel/py-mock/Makefile index 49b505bd2a288..8f09521537793 100644 --- a/devel/py-mock/Makefile +++ b/devel/py-mock/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.9 2015/12/01 08:01:30 fhajny Exp $ +# $NetBSD: Makefile,v 1.12 2016/05/04 14:04:09 wiz Exp $ -DISTNAME= mock-1.3.0 +DISTNAME= mock-2.0.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} PKGREVISION= 1 CATEGORIES= devel @@ -11,12 +11,14 @@ HOMEPAGE= http://pypi.python.org/pypi/mock COMMENT= Python testing framework LICENSE= gnu-gpl-v2 -.include "../../lang/python/egg.mk" - DEPENDS+= ${PYPKGPREFIX}-pbr>=0.11:../../devel/py-pbr DEPENDS+= ${PYPKGPREFIX}-six>=1.7:../../lang/py-six +BUILD_DEPENDS+= ${PYPKGPREFIX}-unittest2-[0-9]*:../../devel/py-unittest2 + +.include "../../lang/python/egg.mk" + .if ${_PYTHON_VERSION} < 33 -DEPENDS+= ${PYPKGPREFIX}-funcsigs-[0-9]*:../../devel/py-funcsigs +DEPENDS+= ${PYPKGPREFIX}-funcsigs>=1:../../devel/py-funcsigs .endif USE_LANGUAGES= # none diff --git a/devel/py-mock/distinfo b/devel/py-mock/distinfo index 0b2ba2b107b0a..c2a654bcdeca1 100644 --- a/devel/py-mock/distinfo +++ b/devel/py-mock/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.7 2015/11/03 03:29:10 agc Exp $ +$NetBSD: distinfo,v 1.8 2016/04/13 17:56:24 wiz Exp $ -SHA1 (mock-1.3.0.tar.gz) = cb362c68ed4dce3212de55ba6faadf005c3e7420 -RMD160 (mock-1.3.0.tar.gz) = b40ee0b0e020f6182c86d79d13f0efd5e099c249 -SHA512 (mock-1.3.0.tar.gz) = 10cbb78b89f2e82abfcadc035a526182f83b59df4775cd85acfdbeb4505791c63b7a3761e6126a08d9aedbd07ead8632ac2a728dc07a362f4aaeea694bdecaf9 -Size (mock-1.3.0.tar.gz) = 70908 bytes +SHA1 (mock-2.0.0.tar.gz) = 397ed52eb2d8d4b326bc3fa6b38adda5f0b090d3 +RMD160 (mock-2.0.0.tar.gz) = 10f4cb9343d99620e298cc0ffea143ee321e4ec2 +SHA512 (mock-2.0.0.tar.gz) = a08007651b749d2843b94f5045d74c122958888290aea21930455538a854e6b04c07115e21d82edde996154bf597d7a8784a2f4213cbabc49a98dec22dd92238 +Size (mock-2.0.0.tar.gz) = 73684 bytes diff --git a/devel/py-multimethods/DESCR b/devel/py-multimethods/DESCR new file mode 100644 index 0000000000000..2b5343fa0547f --- /dev/null +++ b/devel/py-multimethods/DESCR @@ -0,0 +1 @@ +A multimethod implementation, loosely based on Guido’s initial ‘Five-minute Multimethods in Python’ diff --git a/devel/py-multimethods/Makefile b/devel/py-multimethods/Makefile new file mode 100644 index 0000000000000..db68beb5b250b --- /dev/null +++ b/devel/py-multimethods/Makefile @@ -0,0 +1,14 @@ +# $NetBSD: Makefile,v 1.1 2015/03/17 16:56:35 realzhtw Exp $ + +DISTNAME= multimethods-1.0.0 +PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +CATEGORIES= devel python +MASTER_SITES= https://pypi.python.org/packages/source/m/multimethods/ + +MAINTAINER= root@zta.lk +HOMEPAGE= https://github.com/weissjeffm/multimethods +COMMENT= Multimethods for Python +LICENSE= + +.include "../../lang/python/egg.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/devel/py-multimethods/PLIST b/devel/py-multimethods/PLIST new file mode 100644 index 0000000000000..30cfd309a59f2 --- /dev/null +++ b/devel/py-multimethods/PLIST @@ -0,0 +1,14 @@ +@comment $NetBSD: PLIST,v 1.1 2015/03/17 16:56:35 realzhtw Exp $ +${PYSITELIB}/${EGG_INFODIR}/PKG-INFO +${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt +${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt +${PYSITELIB}/${EGG_INFODIR}/top_level.txt +${PYSITELIB}/multimethods/__init__.py +${PYSITELIB}/multimethods/__init__.pyc +${PYSITELIB}/multimethods/__init__.pyo +${PYSITELIB}/tests/__init__.py +${PYSITELIB}/tests/__init__.pyc +${PYSITELIB}/tests/__init__.pyo +${PYSITELIB}/tests/test_multimethod.py +${PYSITELIB}/tests/test_multimethod.pyc +${PYSITELIB}/tests/test_multimethod.pyo diff --git a/devel/py-multimethods/distinfo b/devel/py-multimethods/distinfo new file mode 100644 index 0000000000000..8ff478e038e95 --- /dev/null +++ b/devel/py-multimethods/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2015/03/17 16:56:35 realzhtw Exp $ + +SHA1 (multimethods-1.0.0.tar.gz) = 19fe83576c03b3ffc4260491b0a7f02e32a92197 +RMD160 (multimethods-1.0.0.tar.gz) = afcc73de56512a8181b08b49f88b4eabe880015d +Size (multimethods-1.0.0.tar.gz) = 3065 bytes diff --git a/devel/py-pbr/Makefile b/devel/py-pbr/Makefile index 81aedee8753f7..f041666460d59 100644 --- a/devel/py-pbr/Makefile +++ b/devel/py-pbr/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.9 2015/12/30 11:12:27 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2016/04/17 09:49:03 wiz Exp $ -DISTNAME= pbr-1.8.1 +DISTNAME= pbr-1.9.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=p/pbr/} diff --git a/devel/py-pbr/PLIST b/devel/py-pbr/PLIST index 0c3312cc9c576..3f57b841f4b79 100644 --- a/devel/py-pbr/PLIST +++ b/devel/py-pbr/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 2015/09/30 19:18:26 wiz Exp $ +@comment $NetBSD: PLIST,v 1.6 2016/04/17 09:49:03 wiz Exp $ bin/pbr${PYVERSSUFFIX} ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt @@ -103,6 +103,12 @@ ${PYSITELIB}/pbr/tests/testpackage/README.txt ${PYSITELIB}/pbr/tests/testpackage/data_files/a.txt ${PYSITELIB}/pbr/tests/testpackage/data_files/b.txt ${PYSITELIB}/pbr/tests/testpackage/data_files/c.rst +${PYSITELIB}/pbr/tests/testpackage/doc/source/conf.py +${PYSITELIB}/pbr/tests/testpackage/doc/source/conf.pyc +${PYSITELIB}/pbr/tests/testpackage/doc/source/conf.pyo +${PYSITELIB}/pbr/tests/testpackage/doc/source/index.rst +${PYSITELIB}/pbr/tests/testpackage/doc/source/installation.rst +${PYSITELIB}/pbr/tests/testpackage/doc/source/usage.rst ${PYSITELIB}/pbr/tests/testpackage/extra-file.txt ${PYSITELIB}/pbr/tests/testpackage/git-extra-file.txt ${PYSITELIB}/pbr/tests/testpackage/pbr_testpackage/__init__.py diff --git a/devel/py-pbr/distinfo b/devel/py-pbr/distinfo index d313563affc06..6ab87c8b2facc 100644 --- a/devel/py-pbr/distinfo +++ b/devel/py-pbr/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.10 2015/11/04 17:41:17 agc Exp $ +$NetBSD: distinfo,v 1.11 2016/04/17 09:49:03 wiz Exp $ -SHA1 (pbr-1.8.1.tar.gz) = 26ad8e76497ff16d82a6c12424383322d66d50ca -RMD160 (pbr-1.8.1.tar.gz) = 3cfdbbdbd43163a578467450acb8be26a33af306 -SHA512 (pbr-1.8.1.tar.gz) = 909b3ef463787d68f75f300b483ffb7d1e54ef246ed893ab5cf84e5489e171b67b77c90a1f90259ca274eeb286a66a3f221d5e0c17df5d14d0aa263d36ba6eb4 -Size (pbr-1.8.1.tar.gz) = 104584 bytes +SHA1 (pbr-1.9.1.tar.gz) = 5ad0b4d2ea919bcf2beb167cab549b5a3ec053d9 +RMD160 (pbr-1.9.1.tar.gz) = 32e4ca8487b1726ffda01dbe6f83c41d683aac23 +SHA512 (pbr-1.9.1.tar.gz) = 02c05652ee7504ec45330ab281be5880d70aa8017b1181446323d811b97e0c2deb6b3ff693516e32dd9ba2ecc653b13dbe33114e52414e78a478f5374b195cf1 +Size (pbr-1.9.1.tar.gz) = 113439 bytes diff --git a/devel/py-pkgconfig/Makefile b/devel/py-pkgconfig/Makefile index 46b29b09e1410..32231aa02d5f9 100644 --- a/devel/py-pkgconfig/Makefile +++ b/devel/py-pkgconfig/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.1 2015/09/23 12:09:18 joerg Exp $ +# $NetBSD: Makefile,v 1.2 2016/04/08 13:17:48 wiz Exp $ DISTNAME= pkgconfig-1.1.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +PKGREVISION= 1 CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=p/pkgconfig/} diff --git a/devel/py-pysvn/Makefile b/devel/py-pysvn/Makefile index 187d1a33f2952..d8a77118222ba 100644 --- a/devel/py-pysvn/Makefile +++ b/devel/py-pysvn/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.31 2016/03/05 11:28:25 jperkin Exp $ +# $NetBSD: Makefile,v 1.32 2016/04/11 19:01:49 ryoon Exp $ # VERS= 1.7.6 DISTNAME= pysvn-${VERS} PKGNAME= ${PYPKGPREFIX}-pysvn-${VERS} -PKGREVISION= 11 +PKGREVISION= 12 CATEGORIES= devel MASTER_SITES= http://pysvn.barrys-emacs.org/source_kits/ diff --git a/devel/py-requests/Makefile b/devel/py-requests/Makefile index a76002e043393..402a5a1f778f5 100644 --- a/devel/py-requests/Makefile +++ b/devel/py-requests/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.20 2016/01/03 13:08:23 wiz Exp $ +# $NetBSD: Makefile,v 1.21 2016/05/05 11:47:45 wiz Exp $ -DISTNAME= requests-2.9.1 +DISTNAME= requests-2.10.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel www -MASTER_SITES= ${MASTER_SITE_PYPI:=r/requests/} +MASTER_SITES= https://pypi.python.org/packages/49/6f/183063f01aae1e025cf0130772b55848750a2f3a89bfa11b385b35d7329d/ MAINTAINER= imil@NetBSD.org HOMEPAGE= http://docs.python-requests.org/en/latest/ diff --git a/devel/py-requests/PLIST b/devel/py-requests/PLIST index bcd3c4cd6e1e0..5986f17a09126 100644 --- a/devel/py-requests/PLIST +++ b/devel/py-requests/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.7 2015/11/06 21:42:14 wiz Exp $ +@comment $NetBSD: PLIST,v 1.8 2016/05/05 11:47:45 wiz Exp $ ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt @@ -177,6 +177,9 @@ ${PYSITELIB}/requests/packages/urllib3/contrib/ntlmpool.pyo ${PYSITELIB}/requests/packages/urllib3/contrib/pyopenssl.py ${PYSITELIB}/requests/packages/urllib3/contrib/pyopenssl.pyc ${PYSITELIB}/requests/packages/urllib3/contrib/pyopenssl.pyo +${PYSITELIB}/requests/packages/urllib3/contrib/socks.py +${PYSITELIB}/requests/packages/urllib3/contrib/socks.pyc +${PYSITELIB}/requests/packages/urllib3/contrib/socks.pyo ${PYSITELIB}/requests/packages/urllib3/exceptions.py ${PYSITELIB}/requests/packages/urllib3/exceptions.pyc ${PYSITELIB}/requests/packages/urllib3/exceptions.pyo diff --git a/devel/py-requests/distinfo b/devel/py-requests/distinfo index 5b476512c706b..4a133eb2407c0 100644 --- a/devel/py-requests/distinfo +++ b/devel/py-requests/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.14 2016/01/02 10:49:49 wiz Exp $ +$NetBSD: distinfo,v 1.15 2016/05/05 11:47:45 wiz Exp $ -SHA1 (requests-2.9.1.tar.gz) = 17f01c47a0d7c676f6291608ef2f43db3fa74095 -RMD160 (requests-2.9.1.tar.gz) = d1be9cc088b10dea06cee4b26030f795df7d230b -SHA512 (requests-2.9.1.tar.gz) = 0b2b64b2ebb68703f2a222a3e5d0227cf15250319195a13497e38959c64b82359b70221157eab2ab828dfc79bcfec13ede4d6272f0202ae1b22ae79d5810adb9 -Size (requests-2.9.1.tar.gz) = 484252 bytes +SHA1 (requests-2.10.0.tar.gz) = 1b9a2395402692262fc61fa15bedbc3e112b1029 +RMD160 (requests-2.10.0.tar.gz) = 60d1a1fbe79798ef86407a194289c8e483f0f97e +SHA512 (requests-2.10.0.tar.gz) = 05c6a1a742d31511ca4d3f39534e3e081cce0864c3a8a08480a95fb6e28f0309a4b1a571b8c3987bac98ba177e9bc06862f219c53a1805c163d10d24c1328b46 +Size (requests-2.10.0.tar.gz) = 477617 bytes diff --git a/devel/py-setuptools/Makefile b/devel/py-setuptools/Makefile index b4a07d2744d78..4215753f81a77 100644 --- a/devel/py-setuptools/Makefile +++ b/devel/py-setuptools/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.91 2016/03/03 13:01:11 wiz Exp $ +# $NetBSD: Makefile,v 1.94 2016/05/05 11:52:09 wiz Exp $ -DISTNAME= setuptools-20.2.2 +DISTNAME= setuptools-21.0.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel python -MASTER_SITES= ${MASTER_SITE_PYPI:=s/setuptools/} +MASTER_SITES= https://pypi.python.org/packages/ff/d4/209f4939c49e31f5524fa0027bf1c8ec3107abaf7c61fdaad704a648c281/ MAINTAINER= joerg@NetBSD.org HOMEPAGE= https://pypi.python.org/pypi/setuptools diff --git a/devel/py-setuptools/distinfo b/devel/py-setuptools/distinfo index f2d4e44b53f96..a73ee1e765152 100644 --- a/devel/py-setuptools/distinfo +++ b/devel/py-setuptools/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.72 2016/03/03 13:01:11 wiz Exp $ +$NetBSD: distinfo,v 1.75 2016/05/05 11:52:09 wiz Exp $ -SHA1 (setuptools-20.2.2.tar.gz) = 9350ce6a92ec5d4cfdac487b6612400a6069e0ab -RMD160 (setuptools-20.2.2.tar.gz) = da9c6148542c88a5054b7f8180891fa1b5991aee -SHA512 (setuptools-20.2.2.tar.gz) = e74004e5755e1abd9e6efb94887c9124a36e67651e6e626424e96575cf8e84a258d48ee6fa8f0389f15de3bddcbcb0a690810dd46c358f85659ad6f20f905a2d -Size (setuptools-20.2.2.tar.gz) = 676284 bytes +SHA1 (setuptools-21.0.0.tar.gz) = 38f9bd98b2c36bd4bae64ea06495e35e43b09b43 +RMD160 (setuptools-21.0.0.tar.gz) = 360960a37fa49702a472965e5a5bee9cfa6f5daf +SHA512 (setuptools-21.0.0.tar.gz) = 8490858546ebb5d899ddfac734ad38f7fee8803a72f48d28e8dda654a1dfa080166d161749563203e9bd13711baab6b7bac7e173aa40b9250376365b88b59697 +Size (setuptools-21.0.0.tar.gz) = 643381 bytes SHA1 (patch-setup.py) = be1078e5e2b6e9ec8c859c2c6e2a4a44fe3c2840 diff --git a/devel/py-setuptools_trial/Makefile b/devel/py-setuptools_trial/Makefile index 9dc66bd19b50c..6e3ab1f465a8e 100644 --- a/devel/py-setuptools_trial/Makefile +++ b/devel/py-setuptools_trial/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.8 2015/12/05 21:25:39 adam Exp $ +# $NetBSD: Makefile,v 1.9 2016/04/13 18:25:05 wiz Exp $ -DISTNAME= setuptools_trial-0.5.12 +DISTNAME= setuptools_trial-0.6.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel MASTER_SITES= http://pypi.python.org/packages/source/s/setuptools_trial/ diff --git a/devel/py-setuptools_trial/PLIST b/devel/py-setuptools_trial/PLIST index 9ddec166f5db6..5e03ad91aa1a2 100644 --- a/devel/py-setuptools_trial/PLIST +++ b/devel/py-setuptools_trial/PLIST @@ -1,9 +1,8 @@ -@comment $NetBSD: PLIST,v 1.2 2010/07/25 13:45:05 gdt Exp $ +@comment $NetBSD: PLIST,v 1.3 2016/04/13 18:25:05 wiz Exp $ ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt ${PYSITELIB}/${EGG_INFODIR}/entry_points.txt -${PYSITELIB}/${EGG_INFODIR}/not-zip-safe ${PYSITELIB}/${EGG_INFODIR}/requires.txt ${PYSITELIB}/${EGG_INFODIR}/top_level.txt ${PYSITELIB}/setuptools_trial/__init__.py @@ -16,4 +15,4 @@ ${PYSITELIB}/setuptools_trial/setuptools_trial.py ${PYSITELIB}/setuptools_trial/setuptools_trial.pyc ${PYSITELIB}/setuptools_trial/setuptools_trial.pyo share/doc/python-setuptools_trial/COPYING.SPL.txt -share/doc/python-setuptools_trial/README.txt +share/doc/python-setuptools_trial/README.rst diff --git a/devel/py-setuptools_trial/distinfo b/devel/py-setuptools_trial/distinfo index bba33fbb06a37..628c07b06010d 100644 --- a/devel/py-setuptools_trial/distinfo +++ b/devel/py-setuptools_trial/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.4 2015/11/03 03:29:16 agc Exp $ +$NetBSD: distinfo,v 1.5 2016/04/13 18:25:05 wiz Exp $ -SHA1 (setuptools_trial-0.5.12.tar.gz) = 465ccff8f4bd0de54fb68e70c18f8d1a676a443b -RMD160 (setuptools_trial-0.5.12.tar.gz) = 74165d81a8301de6ed4431551953ba34bae13488 -SHA512 (setuptools_trial-0.5.12.tar.gz) = f1217ad4c1cb80515f118e2879cce110a7bae91a5b4f69c71b5c0093d193fa8567e92b8a7acc3609bd03b7cf255feb3d111f902f5cc19c3d969d9b883f84b829 -Size (setuptools_trial-0.5.12.tar.gz) = 5200 bytes +SHA1 (setuptools_trial-0.6.0.tar.gz) = 5ea83c7b55a07c3ab9c7e48779b10b603668c007 +RMD160 (setuptools_trial-0.6.0.tar.gz) = 6653a4f01be35d7739ee49007afb76e7dbd891c6 +SHA512 (setuptools_trial-0.6.0.tar.gz) = 9104b98627f57ed53c90d22042346875c5324d7b30e1ec9ba1718b5c59a786915a8fe0a53789a5dbd9318a12b27122661234f5be403365261db6a8728ce39827 +Size (setuptools_trial-0.6.0.tar.gz) = 6227 bytes diff --git a/devel/py-subversion/Makefile b/devel/py-subversion/Makefile index 016df5caf6505..39a77ac973cbd 100644 --- a/devel/py-subversion/Makefile +++ b/devel/py-subversion/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.68 2016/03/05 11:28:25 jperkin Exp $ +# $NetBSD: Makefile,v 1.70 2016/05/01 00:48:33 ryoon Exp $ PKGNAME= ${PYPKGPREFIX}-subversion-${SVNVER} -PKGREVISION= 1 COMMENT= Python bindings and tools for Subversion .include "../../devel/subversion/Makefile.common" diff --git a/devel/py-subvertpy/Makefile b/devel/py-subvertpy/Makefile index b40cc4ca88b32..b92b2d557d64e 100644 --- a/devel/py-subvertpy/Makefile +++ b/devel/py-subvertpy/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.34 2016/03/05 11:28:25 jperkin Exp $ +# $NetBSD: Makefile,v 1.35 2016/04/11 19:01:49 ryoon Exp $ DISTNAME= subvertpy-0.9.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= devel scm MASTER_SITES= http://samba.org/~jelmer/subvertpy/ diff --git a/devel/py-test-runner/Makefile b/devel/py-test-runner/Makefile index b3fcf1c0f0faa..bb9185073e6c2 100644 --- a/devel/py-test-runner/Makefile +++ b/devel/py-test-runner/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.2 2016/02/14 10:46:35 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2016/04/13 18:49:08 wiz Exp $ -DISTNAME= pytest-runner-2.7 +DISTNAME= pytest-runner-2.7.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//} CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytest-runner/} diff --git a/devel/py-test-runner/PLIST b/devel/py-test-runner/PLIST index 4737e586984aa..bdb10773bae8a 100644 --- a/devel/py-test-runner/PLIST +++ b/devel/py-test-runner/PLIST @@ -1,8 +1,9 @@ -@comment $NetBSD: PLIST,v 1.1 2015/11/07 18:58:06 wiz Exp $ +@comment $NetBSD: PLIST,v 1.2 2016/04/13 18:49:08 wiz Exp $ ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt ${PYSITELIB}/${EGG_INFODIR}/entry_points.txt +${PYSITELIB}/${EGG_INFODIR}/namespace_packages.txt ${PYSITELIB}/${EGG_INFODIR}/top_level.txt ${PYSITELIB}/ptr.py ${PYSITELIB}/ptr.pyc diff --git a/devel/py-test-runner/distinfo b/devel/py-test-runner/distinfo index 51c37215c0e56..72a3221595e0e 100644 --- a/devel/py-test-runner/distinfo +++ b/devel/py-test-runner/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2016/02/14 10:46:35 wiz Exp $ +$NetBSD: distinfo,v 1.3 2016/04/13 18:49:08 wiz Exp $ -SHA1 (pytest-runner-2.7.tar.gz) = b3ebefd7ea840a57ce168e16226aa7c2729904d2 -RMD160 (pytest-runner-2.7.tar.gz) = 174e6fdaf68daa8ee69401d40bbc07ef513c4b72 -SHA512 (pytest-runner-2.7.tar.gz) = 0c73a0a0340854cfd9fdb88a01bb10e6b4ffa574f9fab78d6addf36d1e6b125bf64b539832a879a9c5750f4cbed19e63ad178b47e580bf05dc6dba7f1d47a88e -Size (pytest-runner-2.7.tar.gz) = 6525 bytes +SHA1 (pytest-runner-2.7.1.tar.gz) = 585083e9b94685fb3bc4a6f3de7afa00cca1f700 +RMD160 (pytest-runner-2.7.1.tar.gz) = b234b504d06485273a6d00569da6232a45b97613 +SHA512 (pytest-runner-2.7.1.tar.gz) = 7b8b347fefc174dd78b5a19184ed3427deb953db5b18e2a990e40afcbc183de56259bd848870b609572b8db325b3ff2d0545b0ada64fbdc4717044e8a99e7b5b +Size (pytest-runner-2.7.1.tar.gz) = 7059 bytes diff --git a/devel/py-test/Makefile b/devel/py-test/Makefile index 218960a5bfdac..f3eec1e81bf9a 100644 --- a/devel/py-test/Makefile +++ b/devel/py-test/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.15 2016/02/01 13:03:45 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2016/04/13 18:39:21 wiz Exp $ -DISTNAME= pytest-2.8.7 +DISTNAME= pytest-2.9.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//} CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytest/} diff --git a/devel/py-test/PLIST b/devel/py-test/PLIST index 2f2426ba72c0d..c1f71333d9c60 100644 --- a/devel/py-test/PLIST +++ b/devel/py-test/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2015/10/19 09:44:10 wiz Exp $ +@comment $NetBSD: PLIST,v 1.4 2016/04/13 18:39:21 wiz Exp $ bin/py.test-${PYVERSSUFFIX} ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt @@ -13,18 +13,24 @@ ${PYSITELIB}/_pytest/__init__.pyo ${PYSITELIB}/_pytest/_argcomplete.py ${PYSITELIB}/_pytest/_argcomplete.pyc ${PYSITELIB}/_pytest/_argcomplete.pyo +${PYSITELIB}/_pytest/_code/__init__.py +${PYSITELIB}/_pytest/_code/__init__.pyc +${PYSITELIB}/_pytest/_code/__init__.pyo +${PYSITELIB}/_pytest/_code/_py2traceback.py +${PYSITELIB}/_pytest/_code/_py2traceback.pyc +${PYSITELIB}/_pytest/_code/_py2traceback.pyo +${PYSITELIB}/_pytest/_code/code.py +${PYSITELIB}/_pytest/_code/code.pyc +${PYSITELIB}/_pytest/_code/code.pyo +${PYSITELIB}/_pytest/_code/source.py +${PYSITELIB}/_pytest/_code/source.pyc +${PYSITELIB}/_pytest/_code/source.pyo ${PYSITELIB}/_pytest/_pluggy.py ${PYSITELIB}/_pytest/_pluggy.pyc ${PYSITELIB}/_pytest/_pluggy.pyo ${PYSITELIB}/_pytest/assertion/__init__.py ${PYSITELIB}/_pytest/assertion/__init__.pyc ${PYSITELIB}/_pytest/assertion/__init__.pyo -${PYSITELIB}/_pytest/assertion/newinterpret.py -${PYSITELIB}/_pytest/assertion/newinterpret.pyc -${PYSITELIB}/_pytest/assertion/newinterpret.pyo -${PYSITELIB}/_pytest/assertion/oldinterpret.py -${PYSITELIB}/_pytest/assertion/oldinterpret.pyc -${PYSITELIB}/_pytest/assertion/oldinterpret.pyo ${PYSITELIB}/_pytest/assertion/reinterpret.py ${PYSITELIB}/_pytest/assertion/reinterpret.pyc ${PYSITELIB}/_pytest/assertion/reinterpret.pyo diff --git a/devel/py-test/distinfo b/devel/py-test/distinfo index d154061e3427b..d4a52d18ee7db 100644 --- a/devel/py-test/distinfo +++ b/devel/py-test/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.16 2016/02/01 13:03:45 wiz Exp $ +$NetBSD: distinfo,v 1.17 2016/04/13 18:39:21 wiz Exp $ -SHA1 (pytest-2.8.7.tar.gz) = 58474cc27e8737ddde907b8d7b9917fc88493b1f -RMD160 (pytest-2.8.7.tar.gz) = 10eb0ec9284f84862106ea230bdd320c7b4a05ad -SHA512 (pytest-2.8.7.tar.gz) = c7f626ceb599811caeab4646389a2c489dd22d766c772d6ca686098cef9a11dca47ef41a4a4b811110f358bca1f1a678b549b2adfea48317ae70cf166289b371 -Size (pytest-2.8.7.tar.gz) = 564943 bytes +SHA1 (pytest-2.9.1.tar.gz) = f1c1c9ca02907285a15613cdbea36b7bd9da5e23 +RMD160 (pytest-2.9.1.tar.gz) = f8aec6c6a68ab78b6cb32cb78a709c748f9f34a9 +SHA512 (pytest-2.9.1.tar.gz) = 88b579e88cc641ffe33e7a97c174890bb3e8d2ad6c7c9a0888e29ff7d1a670d377804ad0cc1885c82b077ca4956995122ae44cabb91703a07af6b8192ee82019 +Size (pytest-2.9.1.tar.gz) = 700602 bytes SHA1 (patch-aa) = 8f328ce39459c5a6fb7cca404f4986c1030d7981 diff --git a/devel/py-thrift/Makefile b/devel/py-thrift/Makefile index 5df9305d94c88..b30d84658f101 100644 --- a/devel/py-thrift/Makefile +++ b/devel/py-thrift/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.1 2016/03/09 20:49:59 bsiegert Exp $ +# $NetBSD: Makefile,v 1.3 2016/03/30 13:25:41 wiz Exp $ DISTNAME= thrift-0.9.3 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +PKGREVISION= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_PYPI:=t/thrift/} @@ -10,5 +11,7 @@ HOMEPAGE= https://pypi.python.org/pypi/thrift COMMENT= Python bindings for the Apache Thrift RPC system LICENSE= apache-2.0 +PYTHON_VERSIONS_ACCEPTED= 27 # uses cStringio.h header + .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/py-thrift/PLIST b/devel/py-thrift/PLIST index 8cea83615a776..7e23f76a422ba 100644 --- a/devel/py-thrift/PLIST +++ b/devel/py-thrift/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2016/03/09 20:49:59 bsiegert Exp $ +@comment $NetBSD: PLIST,v 1.2 2016/03/29 22:49:34 khorben Exp $ ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt @@ -45,6 +45,7 @@ ${PYSITELIB}/thrift/protocol/TProtocolDecorator.pyo ${PYSITELIB}/thrift/protocol/__init__.py ${PYSITELIB}/thrift/protocol/__init__.pyc ${PYSITELIB}/thrift/protocol/__init__.pyo +${PYSITELIB}/thrift/protocol/fastbinary.so ${PYSITELIB}/thrift/server/THttpServer.py ${PYSITELIB}/thrift/server/THttpServer.pyc ${PYSITELIB}/thrift/server/THttpServer.pyo diff --git a/devel/py-tortoisehg/Makefile b/devel/py-tortoisehg/Makefile index 4a009e0fc8a6c..2f7b3f4018ca5 100644 --- a/devel/py-tortoisehg/Makefile +++ b/devel/py-tortoisehg/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.30 2016/03/08 15:17:14 wiz Exp $ +# $NetBSD: Makefile,v 1.32 2016/05/05 12:45:04 wiz Exp $ -DISTNAME= tortoisehg-3.7.2 +DISTNAME= tortoisehg-3.8.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel python MASTER_SITES= http://bitbucket.org/tortoisehg/targz/downloads/ diff --git a/devel/py-tortoisehg/distinfo b/devel/py-tortoisehg/distinfo index b0338c2122441..1115bbd8197fc 100644 --- a/devel/py-tortoisehg/distinfo +++ b/devel/py-tortoisehg/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.27 2016/03/08 15:17:14 wiz Exp $ +$NetBSD: distinfo,v 1.29 2016/05/05 12:45:04 wiz Exp $ -SHA1 (tortoisehg-3.7.2.tar.gz) = f6c43787326a3cb9b6a577a55110dc99b0ac3090 -RMD160 (tortoisehg-3.7.2.tar.gz) = 41c660b2dba4d53b7897b710e0ed576833fe7b9c -SHA512 (tortoisehg-3.7.2.tar.gz) = 66cb4e188e523c6b4923974d922708fced751c06ad1f335cd7721a9cc114c858a0f8d720b88856146fa3ed926fad499e2bbbc48d6a3661707168c50eae36cbf2 -Size (tortoisehg-3.7.2.tar.gz) = 7806000 bytes +SHA1 (tortoisehg-3.8.1.tar.gz) = 630ad1c3becd53df4b4e2714fb575f821ebecc39 +RMD160 (tortoisehg-3.8.1.tar.gz) = 35052d842d075280b1a7df69954b0171a4907ebf +SHA512 (tortoisehg-3.8.1.tar.gz) = 1ab9328462035ab78c4ffadba3bf60a58e641947a69be10cc6c7892a71de4f8436f0225806fa898c7de95593dd4e7b7b76aa9ef3dc8115bbd8bbadc20fe82612 +Size (tortoisehg-3.8.1.tar.gz) = 7807685 bytes SHA1 (patch-setup.py) = a28c82a1709b932f54610fa770cae3c78de3a8d5 SHA1 (patch-tortoisehg_hgqt_qtlib.py) = 7c66aaf4472ac39f158e4c393bf03afafbd707d9 SHA1 (patch-tortoisehg_util_paths.py) = 0eea97a668b27d1ee8293bc2f2b6f6692a18b365 diff --git a/devel/py-virtualenv/Makefile b/devel/py-virtualenv/Makefile index a30dcde9e51e3..a1529d79f564d 100644 --- a/devel/py-virtualenv/Makefile +++ b/devel/py-virtualenv/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.28 2016/03/08 15:19:16 wiz Exp $ +# $NetBSD: Makefile,v 1.29 2016/04/13 18:51:05 wiz Exp $ -DISTNAME= virtualenv-15.0.0 +DISTNAME= virtualenv-15.0.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel python MASTER_SITES= http://pypi.python.org/packages/source/v/virtualenv/ diff --git a/devel/py-virtualenv/PLIST b/devel/py-virtualenv/PLIST index 974ca32d39cc4..974d20b0e2c8e 100644 --- a/devel/py-virtualenv/PLIST +++ b/devel/py-virtualenv/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.26 2016/03/08 15:19:16 wiz Exp $ +@comment $NetBSD: PLIST,v 1.27 2016/04/13 18:51:05 wiz Exp $ ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt @@ -12,6 +12,6 @@ ${PYSITELIB}/virtualenv_support/__init__.py ${PYSITELIB}/virtualenv_support/__init__.pyc ${PYSITELIB}/virtualenv_support/__init__.pyo ${PYSITELIB}/virtualenv_support/argparse-1.4.0-py2.py3-none-any.whl -${PYSITELIB}/virtualenv_support/pip-8.1.0-py2.py3-none-any.whl -${PYSITELIB}/virtualenv_support/setuptools-20.2.2-py2.py3-none-any.whl +${PYSITELIB}/virtualenv_support/pip-8.1.1-py2.py3-none-any.whl +${PYSITELIB}/virtualenv_support/setuptools-20.3-py2.py3-none-any.whl ${PYSITELIB}/virtualenv_support/wheel-0.29.0-py2.py3-none-any.whl diff --git a/devel/py-virtualenv/distinfo b/devel/py-virtualenv/distinfo index 627376ea9594c..478225b1dd270 100644 --- a/devel/py-virtualenv/distinfo +++ b/devel/py-virtualenv/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.25 2016/03/08 15:19:16 wiz Exp $ +$NetBSD: distinfo,v 1.26 2016/04/13 18:51:05 wiz Exp $ -SHA1 (virtualenv-15.0.0.tar.gz) = a51d035c4a5bdf0dda28a66d823b619d29c0d5e4 -RMD160 (virtualenv-15.0.0.tar.gz) = 364c17cecc15fb6336e8a971b30e52a955f02f3b -SHA512 (virtualenv-15.0.0.tar.gz) = d47bc903689f6e8824144dfb410f3cd01f4f03dbe2249a8a8ab10372b6c0129435403bdd11ad97032d3b2c3b8cefff95f9e9a0dc3c50676c30635103669de5ae -Size (virtualenv-15.0.0.tar.gz) = 1842672 bytes +SHA1 (virtualenv-15.0.1.tar.gz) = 9fcdaaf7e822dd55c8acf06a464f21c1a90cd310 +RMD160 (virtualenv-15.0.1.tar.gz) = 5d45bc4b34c2483427c9556fd10833fcce9e661d +SHA512 (virtualenv-15.0.1.tar.gz) = 419f496235f4317528e3a6c2effbd9561c5f8cc7052df5d82f5124a7ee18949f05170fdead6e5269e3cc28812f3e638dab059518e00abf931d10b8aa8b02e7ec +Size (virtualenv-15.0.1.tar.gz) = 1842776 bytes diff --git a/devel/py-wrapt/DESCR b/devel/py-wrapt/DESCR new file mode 100644 index 0000000000000..aa77d1579e12c --- /dev/null +++ b/devel/py-wrapt/DESCR @@ -0,0 +1,17 @@ +A Python module for decorators, wrappers and monkey patching. + +The aim of the wrapt module is to provide a transparent object proxy for +Python, which can be used as the basis for the construction of function +wrappers and decorator functions. + +The wrapt module focuses very much on correctness. It therefore goes way +beyond existing mechanisms such as functools.wraps() to ensure that +decorators preserve introspectability, signatures, type checking abilities +etc. The decorators that can be constructed using this module will work in +far more scenarios than typical decorators and provide more predictable and +consistent behaviour. + +To ensure that the overhead is as minimal as possible, a C extension module +is used for performance critical components. An automatic fallback to a pure +Python implementation is also provided where a target system does not have a +compiler to allow the C extension to be compiled. diff --git a/devel/py-wrapt/Makefile b/devel/py-wrapt/Makefile new file mode 100644 index 0000000000000..af041660b70dd --- /dev/null +++ b/devel/py-wrapt/Makefile @@ -0,0 +1,14 @@ +# $NetBSD: Makefile,v 1.1 2016/05/05 11:15:33 richard Exp $ + +DISTNAME= wrapt-1.10.8 +PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +CATEGORIES= devel +MASTER_SITES= ${MASTER_SITE_PYPI:=w/wrapt/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://github.com/GrahamDumpleton/wrapt +COMMENT= Python module for decorators, wrappers and monkey patching +LICENSE= 2-clause-bsd + +.include "../../lang/python/distutils.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/devel/py-wrapt/PLIST b/devel/py-wrapt/PLIST new file mode 100644 index 0000000000000..e5dc381545e13 --- /dev/null +++ b/devel/py-wrapt/PLIST @@ -0,0 +1,18 @@ +@comment $NetBSD: PLIST,v 1.1 2016/05/05 11:15:33 richard Exp $ +${PYSITELIB}/${EGG_FILE} +${PYSITELIB}/wrapt/__init__.py +${PYSITELIB}/wrapt/__init__.pyc +${PYSITELIB}/wrapt/__init__.pyo +${PYSITELIB}/wrapt/_wrappers.so +${PYSITELIB}/wrapt/arguments.py +${PYSITELIB}/wrapt/arguments.pyc +${PYSITELIB}/wrapt/arguments.pyo +${PYSITELIB}/wrapt/decorators.py +${PYSITELIB}/wrapt/decorators.pyc +${PYSITELIB}/wrapt/decorators.pyo +${PYSITELIB}/wrapt/importer.py +${PYSITELIB}/wrapt/importer.pyc +${PYSITELIB}/wrapt/importer.pyo +${PYSITELIB}/wrapt/wrappers.py +${PYSITELIB}/wrapt/wrappers.pyc +${PYSITELIB}/wrapt/wrappers.pyo diff --git a/devel/py-wrapt/distinfo b/devel/py-wrapt/distinfo new file mode 100644 index 0000000000000..8a7424679de53 --- /dev/null +++ b/devel/py-wrapt/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2016/05/05 11:15:33 richard Exp $ + +SHA1 (wrapt-1.10.8.tar.gz) = bf61e605eb54383666e3a403b99f49c4dee406d3 +RMD160 (wrapt-1.10.8.tar.gz) = 55882ba07e05aed13ceb301fd545aa9f891bb8a9 +SHA512 (wrapt-1.10.8.tar.gz) = 0e16bdf6cd18af546e4f8c862bcbe247a6e61977b5a6f26d7756564d188da210bbe1b7fea12e476a0bbf1fabc168d9d1864b2af4d5a4bc875fef936317320f29 +Size (wrapt-1.10.8.tar.gz) = 25183 bytes diff --git a/devel/qconf/Makefile b/devel/qconf/Makefile index 3f273a7ded438..239c17b725bfc 100644 --- a/devel/qconf/Makefile +++ b/devel/qconf/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.30 2016/03/09 23:21:29 nros Exp $ +# $NetBSD: Makefile,v 1.31 2016/04/11 19:01:49 ryoon Exp $ # DISTNAME= qconf-2.0 +PKGREVISION= 1 CATEGORIES= devel MASTER_SITES= http://delta.affinix.com/download/ EXTRACT_SUFX= .tar.bz2 diff --git a/devel/radare2-valabind/Makefile b/devel/radare2-valabind/Makefile index 5a3e418668cdf..3c988c5f94393 100644 --- a/devel/radare2-valabind/Makefile +++ b/devel/radare2-valabind/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.5 2016/02/04 12:13:30 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2016/04/10 19:38:52 prlw1 Exp $ .include "../../devel/radare2/Makefile.common" PKGNAME= radare2-valabind-0.9.2 -PKGREVISION= 2 +PKGREVISION= 3 DISTNAME= valabind-0.9.2 CATEGORIES= devel diff --git a/devel/rapidsvn/Makefile b/devel/rapidsvn/Makefile index 0ea6a7f1f0419..187cbbe05ed26 100644 --- a/devel/rapidsvn/Makefile +++ b/devel/rapidsvn/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.85 2016/03/05 11:28:25 jperkin Exp $ +# $NetBSD: Makefile,v 1.87 2016/04/11 19:01:49 ryoon Exp $ DISTNAME= rapidsvn-0.12.1 -PKGREVISION= 18 +PKGREVISION= 20 CATEGORIES= devel x11 scm MASTER_SITES= http://www.rapidsvn.org/download/release/0.12.1/ diff --git a/devel/rapidsvn/distinfo b/devel/rapidsvn/distinfo index fe45da88c1bb6..c495807e07b63 100644 --- a/devel/rapidsvn/distinfo +++ b/devel/rapidsvn/distinfo @@ -1,7 +1,10 @@ -$NetBSD: distinfo,v 1.18 2015/11/03 03:29:19 agc Exp $ +$NetBSD: distinfo,v 1.19 2016/03/31 09:00:39 markd Exp $ SHA1 (rapidsvn-0.12.1.tar.gz) = 65d051b5a84fe8b5b0ce906f2ba5cf134a560feb RMD160 (rapidsvn-0.12.1.tar.gz) = dde655f385245ba9346a5fc4a051ef01c5551501 SHA512 (rapidsvn-0.12.1.tar.gz) = 892dab56e8ec19c5f26a0ddfab378187bc0325275f9fcf759c12beead70aab17876f7e5920bcf214fc86354faef58244ce25926ba010158f7354cd144e1c4c07 Size (rapidsvn-0.12.1.tar.gz) = 1087511 bytes +SHA1 (patch-include_svncpp_dirent.hpp) = 2c1dca7f31227caeb6cc483e9d77e9e1c6e7a074 SHA1 (patch-src_locale_Makefile.in) = fe0fe3a74e03ef6f1f9c50cf4ae4db393aa21f9f +SHA1 (patch-src_svncpp_client_ls.cpp) = 223bc7a2b306ffcb5aa759c7b609af85eab38724 +SHA1 (patch-src_svncpp_dirent.cpp) = b256d12e890efc2a7555c3ceeabb691e5c4369cf diff --git a/devel/rapidsvn/patches/patch-include_svncpp_dirent.hpp b/devel/rapidsvn/patches/patch-include_svncpp_dirent.hpp new file mode 100644 index 0000000000000..54455c85c5fea --- /dev/null +++ b/devel/rapidsvn/patches/patch-include_svncpp_dirent.hpp @@ -0,0 +1,21 @@ +$NetBSD: patch-include_svncpp_dirent.hpp,v 1.1 2016/03/31 09:00:39 markd Exp $ + +Build with subversion 1.9 +https://github.com/RapidSVN/RapidSVN/issues/6 + +--- include/svncpp/dirent.hpp.orig 2012-06-28 06:39:20.000000000 +0000 ++++ include/svncpp/dirent.hpp +@@ -41,7 +41,7 @@ namespace svn + /** + * constructor for existing @a svn_dirent_t entries + */ +- DirEntry(const char * name, svn_dirent_t * dirEntry); ++ DirEntry(const char * name, const svn_dirent_t * dirEntry); + + /** + * copy constructor +@@ -91,3 +91,4 @@ namespace svn + * eval: (load-file "../../rapidsvn-dev.el") + * end: + */ ++ diff --git a/devel/rapidsvn/patches/patch-src_svncpp_client_ls.cpp b/devel/rapidsvn/patches/patch-src_svncpp_client_ls.cpp new file mode 100644 index 0000000000000..06ef01c288603 --- /dev/null +++ b/devel/rapidsvn/patches/patch-src_svncpp_client_ls.cpp @@ -0,0 +1,100 @@ +$NetBSD: patch-src_svncpp_client_ls.cpp,v 1.1 2016/03/31 09:00:39 markd Exp $ + +Build with subversion 1.9 +https://github.com/RapidSVN/RapidSVN/issues/6 + +--- src/svncpp/client_ls.cpp.orig 2012-06-28 06:39:33.000000000 +0000 ++++ src/svncpp/client_ls.cpp +@@ -29,6 +29,7 @@ + #include "svn_client.h" + #include "svn_path.h" + #include "svn_sorts.h" ++#include "svn_version.h" + //#include "svn_utf.h" + + // svncpp +@@ -37,6 +38,8 @@ + #include "svncpp/exception.hpp" + + ++#if SVN_VER_MAJOR == 1 && SVN_VER_MINOR < 8 ++ + static int + compare_items_as_paths(const svn_sort__item_t *a, const svn_sort__item_t *b) + { +@@ -90,8 +93,75 @@ namespace svn + } + } + ++#else ++ ++#include ++ ++static svn_error_t* store_entry( ++ void *baton, ++ const char *path, ++ const svn_dirent_t *dirent, ++ const svn_lock_t *, ++ const char *abs_path, ++ const char *, ++ const char *, ++ apr_pool_t *scratch_pool) ++{ ++ svn::DirEntries *entries = reinterpret_cast(baton); ++ if (path[0] == '\0') { ++ if (dirent->kind == svn_node_file) { ++ // for compatibility with svn_client_ls behaviour, listing a file ++ // stores that file name ++ entries->push_back(svn::DirEntry(svn_path_basename(abs_path, scratch_pool), dirent)); ++ } ++ } else { ++ entries->push_back(svn::DirEntry(path, dirent)); ++ } ++ return SVN_NO_ERROR; ++} ++ ++static bool sort_by_path(svn::DirEntry const& a, svn::DirEntry const& b) ++{ ++ return svn_path_compare_paths(a.name(), b.name()) < 0; ++} ++ ++namespace svn ++{ ++ DirEntries ++ Client::list(const char * pathOrUrl, ++ svn_opt_revision_t * revision, ++ bool recurse) throw(ClientException) ++ { ++ Pool pool; ++ DirEntries entries; ++ ++ svn_error_t * error = ++ svn_client_list3(pathOrUrl, ++ revision, ++ revision, ++ SVN_DEPTH_INFINITY_OR_IMMEDIATES(recurse), ++ SVN_DIRENT_ALL, ++ FALSE, // fetch locks ++ FALSE, // include externals ++ &store_entry, ++ &entries, ++ *m_context, ++ pool); ++ ++ if (error != SVN_NO_ERROR) ++ throw ClientException(error); ++ ++ std::sort(entries.begin(), entries.end(), &sort_by_path); ++ ++ return entries; ++ } ++} ++ ++#endif ++ + /* ----------------------------------------------------------------- + * local variables: + * eval: (load-file "../../rapidsvn-dev.el") + * end: + */ ++ diff --git a/devel/rapidsvn/patches/patch-src_svncpp_dirent.cpp b/devel/rapidsvn/patches/patch-src_svncpp_dirent.cpp new file mode 100644 index 0000000000000..8559148034ae4 --- /dev/null +++ b/devel/rapidsvn/patches/patch-src_svncpp_dirent.cpp @@ -0,0 +1,25 @@ +$NetBSD: patch-src_svncpp_dirent.cpp,v 1.1 2016/03/31 09:00:39 markd Exp $ + +Build with subversion 1.9 +https://github.com/RapidSVN/RapidSVN/issues/6 + +--- src/svncpp/dirent.cpp.orig 2012-06-28 06:39:33.000000000 +0000 ++++ src/svncpp/dirent.cpp +@@ -47,7 +47,7 @@ public: + { + } + +- Data(const char * _name, svn_dirent_t * dirEntry) ++ Data(const char * _name, const svn_dirent_t * dirEntry) + : name(_name), kind(dirEntry->kind), size(dirEntry->size), + hasProps(dirEntry->has_props != 0), + createdRev(dirEntry->created_rev), time(dirEntry->time) +@@ -78,7 +78,7 @@ public: + { + } + +- DirEntry::DirEntry(const char * name, svn_dirent_t * DirEntry) ++ DirEntry::DirEntry(const char * name, const svn_dirent_t * DirEntry) + : m(new Data(name, DirEntry)) + { + } diff --git a/devel/ruby-curses-gem/Makefile b/devel/ruby-curses-gem/Makefile index 942a1e4ef5249..1edd320f7311b 100644 --- a/devel/ruby-curses-gem/Makefile +++ b/devel/ruby-curses-gem/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.4 2015/12/30 15:49:10 taca Exp $ +# $NetBSD: Makefile,v 1.5 2016/03/16 13:07:31 taca Exp $ -DISTNAME= curses-1.0.1 -PKGREVISION= 1 +DISTNAME= curses-1.0.2 CATEGORIES= devel MAINTAINER= pkgsrc-users@NetBSD.org diff --git a/devel/ruby-curses-gem/distinfo b/devel/ruby-curses-gem/distinfo index 1b60d167e4c28..f2b274e71c11f 100644 --- a/devel/ruby-curses-gem/distinfo +++ b/devel/ruby-curses-gem/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2015/11/03 03:29:21 agc Exp $ +$NetBSD: distinfo,v 1.3 2016/03/16 13:07:31 taca Exp $ -SHA1 (curses-1.0.1.gem) = 7bd16b9f7198e73cea7ec74c228c09d247bb9ac8 -RMD160 (curses-1.0.1.gem) = a1d946a1ca0a718f63af8ed52846749ea77f40dc -SHA512 (curses-1.0.1.gem) = bc28a57046740e74b26f986c83a398d4f8bd96476658b14c226b94086beffb56d0f6a7a6fb21747bb3f81a8b6c9cd027ae0870468a32fddcf58143d940c94a79 -Size (curses-1.0.1.gem) = 34304 bytes +SHA1 (curses-1.0.2.gem) = 27f6cd667a0384724ff5d6b1f99b69886266fbb6 +RMD160 (curses-1.0.2.gem) = 8ca5382b4054679c0fd01ebf79740126c8a2ca98 +SHA512 (curses-1.0.2.gem) = 5c448359106604ccf99d804bf3f2a6c3e62c23fc9e5926198cfdb83f5a108445cd780f1a7cba76a9929cee499d2c9e8ed1a14bcd9b72f9bf2dfde94c685f625d +Size (curses-1.0.2.gem) = 34304 bytes diff --git a/devel/ruby-curses/Makefile b/devel/ruby-curses/Makefile index e5f744c9a7806..e5bec8175465c 100644 --- a/devel/ruby-curses/Makefile +++ b/devel/ruby-curses/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2015/11/23 15:46:58 taca Exp $ +# $NetBSD: Makefile,v 1.21 2016/03/14 00:59:05 tnn Exp $ # DISTNAME= ${RUBY_DISTNAME} @@ -20,7 +20,7 @@ CURSES_EXAMPLES= hello.rb rain.rb view.rb view2.rb REPLACE_RUBY= ${CURSES_EXAMPLES} INSTALLATION_DIRS= ${RUBY_EG}/curses -RUBY_VERSION_SUPPORTED= 200 18 +RUBY_VERSION_SUPPORTED= 18 post-install: .for f in ${CURSES_EXAMPLES} diff --git a/devel/ruby-debugger-linecache/DESCR b/devel/ruby-debugger-linecache/DESCR deleted file mode 100644 index 07cef8e368393..0000000000000 --- a/devel/ruby-debugger-linecache/DESCR +++ /dev/null @@ -1,2 +0,0 @@ -Linecache is a module for reading and caching lines. This may be useful for -example in a debugger where the same lines are shown many times. diff --git a/devel/ruby-debugger-linecache/Makefile b/devel/ruby-debugger-linecache/Makefile deleted file mode 100644 index ef914e93145f4..0000000000000 --- a/devel/ruby-debugger-linecache/Makefile +++ /dev/null @@ -1,14 +0,0 @@ -# $NetBSD: Makefile,v 1.3 2015/12/27 12:06:16 taca Exp $ - -DISTNAME= debugger-linecache-1.2.0 -CATEGORIES= devel - -MAINTAINER= taca@NetBSD.org -HOMEPAGE= https://github.com/cldwalker/debugger-linecache -COMMENT= Read file with caching -LICENSE= mit - -RUBY_VERSION_SUPPORTED= 200 - -.include "../../lang/ruby/gem.mk" -.include "../../mk/bsd.pkg.mk" diff --git a/devel/ruby-debugger-linecache/PLIST b/devel/ruby-debugger-linecache/PLIST deleted file mode 100644 index d18a5269d6390..0000000000000 --- a/devel/ruby-debugger-linecache/PLIST +++ /dev/null @@ -1,50 +0,0 @@ -@comment $NetBSD: PLIST,v 1.1 2015/02/04 13:36:04 taca Exp $ -${GEM_HOME}/cache/${GEM_NAME}.gem -${GEM_LIBDIR}/.travis.yml -${GEM_LIBDIR}/CHANGELOG.md -${GEM_LIBDIR}/CONTRIBUTING.md -${GEM_LIBDIR}/LICENSE.txt -${GEM_LIBDIR}/OLD_CHANGELOG -${GEM_LIBDIR}/OLD_README -${GEM_LIBDIR}/README.md -${GEM_LIBDIR}/Rakefile -${GEM_LIBDIR}/debugger-linecache.gemspec -${GEM_LIBDIR}/lib/debugger/linecache.rb -${GEM_LIBDIR}/lib/linecache19.rb -${GEM_LIBDIR}/lib/tracelines19.rb -${GEM_LIBDIR}/test/data/begin1.rb -${GEM_LIBDIR}/test/data/begin2.rb -${GEM_LIBDIR}/test/data/begin3.rb -${GEM_LIBDIR}/test/data/block1.rb -${GEM_LIBDIR}/test/data/block2.rb -${GEM_LIBDIR}/test/data/case1.rb -${GEM_LIBDIR}/test/data/case2.rb -${GEM_LIBDIR}/test/data/case3.rb -${GEM_LIBDIR}/test/data/case4.rb -${GEM_LIBDIR}/test/data/case5.rb -${GEM_LIBDIR}/test/data/class1.rb -${GEM_LIBDIR}/test/data/comments1.rb -${GEM_LIBDIR}/test/data/def1.rb -${GEM_LIBDIR}/test/data/each1.rb -${GEM_LIBDIR}/test/data/end.rb -${GEM_LIBDIR}/test/data/for1.rb -${GEM_LIBDIR}/test/data/if1.rb -${GEM_LIBDIR}/test/data/if2.rb -${GEM_LIBDIR}/test/data/if3.rb -${GEM_LIBDIR}/test/data/if4.rb -${GEM_LIBDIR}/test/data/if5.rb -${GEM_LIBDIR}/test/data/if6.rb -${GEM_LIBDIR}/test/data/if7.rb -${GEM_LIBDIR}/test/data/match.rb -${GEM_LIBDIR}/test/data/match3.rb -${GEM_LIBDIR}/test/data/match3a.rb -${GEM_LIBDIR}/test/data/not-lit.rb -${GEM_LIBDIR}/test/lnum-diag.rb -${GEM_LIBDIR}/test/parse-show.rb -${GEM_LIBDIR}/test/rcov-bug.rb -${GEM_LIBDIR}/test/short-file -${GEM_LIBDIR}/test/test-linecache.rb -${GEM_LIBDIR}/test/test-lnum.rb -${GEM_LIBDIR}/test/test-tracelines.rb -${GEM_HOME}/specifications/${GEM_NAME}.gemspec - diff --git a/devel/ruby-debugger-linecache/distinfo b/devel/ruby-debugger-linecache/distinfo deleted file mode 100644 index dc44e74701e9d..0000000000000 --- a/devel/ruby-debugger-linecache/distinfo +++ /dev/null @@ -1,6 +0,0 @@ -$NetBSD: distinfo,v 1.2 2015/11/03 03:29:22 agc Exp $ - -SHA1 (debugger-linecache-1.2.0.gem) = c2f6599dadd3f4868b232b66a3c8a474500d9668 -RMD160 (debugger-linecache-1.2.0.gem) = 69900bfa924749c963a0114dcacd7cbd14bb4cfa -SHA512 (debugger-linecache-1.2.0.gem) = deccae8f190da60a4e3b75017bf8bf691bcd3dad904bd153ed73d6b1b147ba710df0eff8b70449470f561f9227d43520faca69a45d765823c68650b2bb3ae65b -Size (debugger-linecache-1.2.0.gem) = 15872 bytes diff --git a/devel/ruby-debugger-ruby_core_source/DESCR b/devel/ruby-debugger-ruby_core_source/DESCR deleted file mode 100644 index 9e33b29acda0d..0000000000000 --- a/devel/ruby-debugger-ruby_core_source/DESCR +++ /dev/null @@ -1 +0,0 @@ -Provide Ruby core source files for C extensions that need them. diff --git a/devel/ruby-debugger-ruby_core_source/Makefile b/devel/ruby-debugger-ruby_core_source/Makefile deleted file mode 100644 index 30afd8ca00468..0000000000000 --- a/devel/ruby-debugger-ruby_core_source/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -# $NetBSD: Makefile,v 1.6 2015/12/27 12:07:40 taca Exp $ - -DISTNAME= debugger-ruby_core_source-1.3.8 -PKGREVISION= 2 -CATEGORIES= devel - -MAINTAINER= taca@NetBSD.org -HOMEPAGE= https://github.com/cldwalker/debugger-ruby_core_source -COMMENT= Provide Ruby core source files -LICENSE= mit - -RUBY_VERSION_SUPPORTED= 200 - -post-install: - cd ${DESTDIR}${PREFIX}/${GEM_LIBDIR}/lib/debugger/ruby_core_source && \ - ${LN} -s ruby-2.0.0-p481 \ - ruby-${RUBY200_VERSION}-${RUBY200_PATCHLEVEL} - -.include "../../lang/ruby/gem.mk" -.include "../../mk/bsd.pkg.mk" diff --git a/devel/ruby-debugger-ruby_core_source/PLIST b/devel/ruby-debugger-ruby_core_source/PLIST deleted file mode 100644 index a5ce43aebb065..0000000000000 --- a/devel/ruby-debugger-ruby_core_source/PLIST +++ /dev/null @@ -1,1138 +0,0 @@ -@comment $NetBSD: PLIST,v 1.2 2015/12/27 12:07:40 taca Exp $ -${GEM_HOME}/cache/${GEM_NAME}.gem -${GEM_LIBDIR}/CHANGELOG.md -${GEM_LIBDIR}/README.md -${GEM_LIBDIR}/Rakefile -${GEM_LIBDIR}/debugger-ruby_core_source.gemspec -${GEM_LIBDIR}/lib/debugger/ruby_core_source.rb -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.2-p290/debug.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.2-p290/dln.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.2-p290/encdb.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.2-p290/eval_intern.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.2-p290/gc.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.2-p290/id.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.2-p290/insns.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.2-p290/insns_info.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.2-p290/iseq.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.2-p290/known_errors.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.2-p290/method.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.2-p290/node.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.2-p290/node_name.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.2-p290/opt_sc.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.2-p290/optinsn.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.2-p290/optunifs.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.2-p290/parse.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.2-p290/regenc.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.2-p290/regint.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.2-p290/regparse.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.2-p290/revision.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.2-p290/thread_pthread.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.2-p290/thread_win32.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.2-p290/timev.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.2-p290/transcode_data.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.2-p290/transdb.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.2-p290/version.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.2-p290/vm.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.2-p290/vm_core.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.2-p290/vm_exec.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.2-p290/vm_insnhelper.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.2-p290/vm_opts.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.2-p290/vmtc.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.2-p318/debug.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.2-p318/dln.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.2-p318/encdb.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.2-p318/eval_intern.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.2-p318/gc.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.2-p318/id.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.2-p318/insns.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.2-p318/insns_info.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.2-p318/iseq.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.2-p318/known_errors.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.2-p318/method.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.2-p318/node.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.2-p318/node_name.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.2-p318/opt_sc.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.2-p318/optinsn.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.2-p318/optunifs.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.2-p318/parse.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.2-p318/regenc.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.2-p318/regint.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.2-p318/regparse.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.2-p318/revision.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.2-p318/thread_pthread.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.2-p318/thread_win32.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.2-p318/timev.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.2-p318/transcode_data.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.2-p318/transdb.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.2-p318/version.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.2-p318/vm.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.2-p318/vm_core.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.2-p318/vm_exec.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.2-p318/vm_insnhelper.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.2-p318/vm_opts.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.2-p318/vmtc.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.2-p320/debug.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.2-p320/dln.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.2-p320/encdb.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.2-p320/eval_intern.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.2-p320/gc.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.2-p320/id.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.2-p320/insns.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.2-p320/insns_info.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.2-p320/iseq.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.2-p320/known_errors.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.2-p320/method.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.2-p320/node.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.2-p320/node_name.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.2-p320/opt_sc.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.2-p320/optinsn.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.2-p320/optunifs.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.2-p320/parse.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.2-p320/regenc.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.2-p320/regint.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.2-p320/regparse.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.2-p320/revision.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.2-p320/thread_pthread.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.2-p320/thread_win32.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.2-p320/timev.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.2-p320/transcode_data.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.2-p320/transdb.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.2-p320/version.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.2-p320/vm.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.2-p320/vm_core.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.2-p320/vm_exec.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.2-p320/vm_insnhelper.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.2-p320/vm_opts.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.2-p320/vmtc.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.2-p330/debug.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.2-p330/dln.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.2-p330/encdb.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.2-p330/eval_intern.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.2-p330/gc.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.2-p330/id.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.2-p330/insns.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.2-p330/insns_info.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.2-p330/iseq.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.2-p330/known_errors.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.2-p330/method.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.2-p330/node.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.2-p330/node_name.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.2-p330/opt_sc.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.2-p330/optinsn.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.2-p330/optunifs.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.2-p330/parse.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.2-p330/regenc.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.2-p330/regint.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.2-p330/regparse.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.2-p330/revision.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.2-p330/thread_pthread.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.2-p330/thread_win32.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.2-p330/timev.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.2-p330/transcode_data.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.2-p330/transdb.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.2-p330/version.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.2-p330/vm.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.2-p330/vm_core.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.2-p330/vm_exec.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.2-p330/vm_insnhelper.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.2-p330/vm_opts.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.2-p330/vmtc.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p0/addr2line.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p0/atomic.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p0/constant.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p0/debug.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p0/dln.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p0/encdb.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p0/eval_intern.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p0/gc.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p0/id.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p0/insns.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p0/insns_info.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p0/internal.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p0/iseq.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p0/known_errors.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p0/method.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p0/node.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p0/node_name.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p0/opt_sc.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p0/optinsn.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p0/optunifs.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p0/parse.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p0/regenc.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p0/regint.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p0/regparse.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p0/revision.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p0/thread_pthread.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p0/thread_win32.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p0/timev.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p0/transcode_data.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p0/transdb.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p0/version.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p0/vm.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p0/vm_core.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p0/vm_exec.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p0/vm_insnhelper.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p0/vm_opts.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p0/vmtc.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p125/addr2line.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p125/atomic.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p125/constant.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p125/debug.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p125/dln.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p125/encdb.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p125/eval_intern.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p125/gc.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p125/id.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p125/insns.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p125/insns_info.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p125/internal.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p125/iseq.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p125/known_errors.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p125/method.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p125/node.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p125/node_name.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p125/opt_sc.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p125/optinsn.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p125/optunifs.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p125/parse.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p125/regenc.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p125/regint.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p125/regparse.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p125/revision.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p125/thread_pthread.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p125/thread_win32.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p125/timev.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p125/transcode_data.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p125/transdb.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p125/version.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p125/vm.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p125/vm_core.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p125/vm_exec.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p125/vm_insnhelper.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p125/vm_opts.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p125/vmtc.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p194/addr2line.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p194/atomic.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p194/constant.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p194/debug.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p194/dln.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p194/encdb.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p194/eval_intern.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p194/gc.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p194/id.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p194/insns.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p194/insns_info.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p194/internal.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p194/iseq.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p194/known_errors.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p194/method.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p194/node.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p194/node_name.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p194/opt_sc.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p194/optinsn.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p194/optunifs.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p194/parse.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p194/regenc.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p194/regint.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p194/regparse.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p194/revision.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p194/thread_pthread.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p194/thread_win32.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p194/timev.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p194/transcode_data.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p194/transdb.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p194/version.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p194/vm.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p194/vm_core.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p194/vm_exec.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p194/vm_insnhelper.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p194/vm_opts.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p194/vmtc.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p286/addr2line.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p286/atomic.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p286/constant.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p286/debug.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p286/dln.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p286/encdb.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p286/eval_intern.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p286/gc.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p286/id.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p286/insns.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p286/insns_info.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p286/internal.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p286/iseq.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p286/known_errors.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p286/method.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p286/node.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p286/node_name.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p286/opt_sc.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p286/optinsn.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p286/optunifs.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p286/parse.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p286/regenc.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p286/regint.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p286/regparse.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p286/revision.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p286/thread_pthread.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p286/thread_win32.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p286/timev.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p286/transcode_data.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p286/transdb.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p286/version.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p286/vm.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p286/vm_core.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p286/vm_exec.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p286/vm_insnhelper.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p286/vm_opts.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p286/vmtc.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p327/addr2line.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p327/atomic.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p327/constant.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p327/debug.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p327/dln.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p327/encdb.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p327/eval_intern.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p327/gc.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p327/id.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p327/insns.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p327/insns_info.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p327/internal.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p327/iseq.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p327/known_errors.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p327/method.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p327/node.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p327/node_name.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p327/opt_sc.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p327/optinsn.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p327/optunifs.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p327/parse.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p327/regenc.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p327/regint.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p327/regparse.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p327/revision.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p327/siphash.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p327/thread_pthread.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p327/thread_win32.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p327/timev.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p327/transcode_data.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p327/transdb.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p327/version.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p327/vm.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p327/vm_core.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p327/vm_exec.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p327/vm_insnhelper.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p327/vm_opts.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p327/vmtc.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p362/addr2line.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p362/constant.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p362/debug.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p362/dln.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p362/encdb.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p362/eval_intern.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p362/gc.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p362/id.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p362/insns.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p362/insns_info.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p362/internal.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p362/iseq.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p362/known_errors.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p362/method.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p362/node.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p362/node_name.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p362/opt_sc.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p362/optinsn.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p362/optunifs.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p362/parse.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p362/regenc.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p362/regint.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p362/regparse.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p362/revision.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p362/ruby_atomic.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p362/siphash.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p362/thread_pthread.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p362/thread_win32.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p362/timev.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p362/transcode_data.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p362/transdb.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p362/version.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p362/vm.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p362/vm_core.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p362/vm_exec.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p362/vm_insnhelper.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p362/vm_opts.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p362/vmtc.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p374/addr2line.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p374/constant.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p374/debug.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p374/dln.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p374/encdb.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p374/eval_intern.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p374/gc.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p374/id.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p374/insns.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p374/insns_info.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p374/internal.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p374/iseq.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p374/known_errors.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p374/method.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p374/node.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p374/node_name.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p374/opt_sc.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p374/optinsn.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p374/optunifs.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p374/parse.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p374/regenc.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p374/regint.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p374/regparse.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p374/revision.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p374/ruby_atomic.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p374/siphash.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p374/thread_pthread.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p374/thread_win32.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p374/timev.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p374/transcode_data.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p374/transdb.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p374/version.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p374/vm.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p374/vm_core.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p374/vm_exec.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p374/vm_insnhelper.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p374/vm_opts.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p374/vmtc.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p385/addr2line.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p385/constant.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p385/debug.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p385/dln.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p385/encdb.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p385/eval_intern.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p385/gc.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p385/id.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p385/insns.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p385/insns_info.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p385/internal.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p385/iseq.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p385/known_errors.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p385/method.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p385/node.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p385/node_name.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p385/opt_sc.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p385/optinsn.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p385/optunifs.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p385/parse.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p385/regenc.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p385/regint.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p385/regparse.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p385/revision.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p385/ruby_atomic.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p385/siphash.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p385/thread_pthread.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p385/thread_win32.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p385/timev.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p385/transcode_data.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p385/transdb.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p385/version.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p385/vm.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p385/vm_core.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p385/vm_exec.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p385/vm_insnhelper.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p385/vm_opts.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p385/vmtc.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p392/addr2line.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p392/constant.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p392/debug.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p392/dln.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p392/encdb.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p392/eval_intern.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p392/gc.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p392/id.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p392/insns.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p392/insns_info.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p392/internal.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p392/iseq.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p392/known_errors.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p392/method.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p392/node.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p392/node_name.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p392/opt_sc.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p392/optinsn.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p392/optunifs.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p392/parse.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p392/regenc.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p392/regint.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p392/regparse.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p392/revision.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p392/ruby_atomic.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p392/siphash.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p392/thread_pthread.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p392/thread_win32.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p392/timev.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p392/transcode_data.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p392/transdb.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p392/version.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p392/vm.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p392/vm_core.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p392/vm_exec.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p392/vm_insnhelper.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p392/vm_opts.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p392/vmtc.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p426/addr2line.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p426/constant.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p426/debug.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p426/dln.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p426/encdb.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p426/eval_intern.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p426/gc.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p426/id.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p426/insns.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p426/insns_info.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p426/internal.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p426/iseq.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p426/known_errors.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p426/method.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p426/node.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p426/node_name.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p426/opt_sc.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p426/optinsn.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p426/optunifs.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p426/parse.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p426/regenc.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p426/regint.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p426/regparse.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p426/revision.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p426/ruby_atomic.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p426/siphash.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p426/thread_pthread.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p426/thread_win32.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p426/timev.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p426/transcode_data.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p426/transdb.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p426/version.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p426/vm.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p426/vm_core.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p426/vm_exec.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p426/vm_insnhelper.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p426/vm_opts.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p426/vmtc.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p429/addr2line.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p429/constant.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p429/debug.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p429/dln.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p429/encdb.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p429/eval_intern.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p429/gc.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p429/id.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p429/insns.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p429/insns_info.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p429/internal.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p429/iseq.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p429/known_errors.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p429/method.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p429/node.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p429/node_name.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p429/opt_sc.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p429/optinsn.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p429/optunifs.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p429/parse.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p429/regenc.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p429/regint.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p429/regparse.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p429/revision.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p429/ruby_atomic.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p429/siphash.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p429/thread_pthread.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p429/thread_win32.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p429/timev.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p429/transcode_data.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p429/transdb.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p429/version.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p429/vm.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p429/vm_core.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p429/vm_exec.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p429/vm_insnhelper.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p429/vm_opts.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p429/vmtc.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p448/addr2line.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p448/constant.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p448/debug.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p448/dln.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p448/encdb.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p448/eval_intern.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p448/gc.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p448/id.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p448/insns.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p448/insns_info.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p448/internal.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p448/iseq.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p448/known_errors.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p448/method.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p448/node.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p448/node_name.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p448/opt_sc.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p448/optinsn.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p448/optunifs.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p448/parse.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p448/regenc.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p448/regint.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p448/regparse.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p448/revision.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p448/ruby_atomic.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p448/siphash.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p448/thread_pthread.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p448/thread_win32.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p448/timev.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p448/transcode_data.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p448/transdb.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p448/version.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p448/vm.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p448/vm_core.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p448/vm_exec.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p448/vm_insnhelper.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p448/vm_opts.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p448/vmtc.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p484/addr2line.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p484/constant.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p484/debug.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p484/dln.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p484/encdb.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p484/eval_intern.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p484/gc.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p484/id.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p484/insns.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p484/insns_info.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p484/internal.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p484/iseq.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p484/known_errors.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p484/method.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p484/node.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p484/node_name.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p484/opt_sc.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p484/optinsn.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p484/optunifs.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p484/parse.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p484/regenc.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p484/regint.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p484/regparse.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p484/revision.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p484/ruby_atomic.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p484/siphash.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p484/thread_pthread.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p484/thread_win32.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p484/timev.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p484/transcode_data.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p484/transdb.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p484/version.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p484/vm.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p484/vm_core.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p484/vm_exec.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p484/vm_insnhelper.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p484/vm_opts.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p484/vmtc.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p545/addr2line.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p545/constant.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p545/debug.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p545/dln.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p545/encdb.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p545/eval_intern.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p545/gc.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p545/id.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p545/insns.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p545/insns_info.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p545/internal.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p545/iseq.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p545/known_errors.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p545/method.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p545/node.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p545/node_name.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p545/opt_sc.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p545/optinsn.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p545/optunifs.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p545/parse.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p545/regenc.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p545/regint.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p545/regparse.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p545/revision.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p545/ruby_atomic.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p545/siphash.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p545/thread_pthread.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p545/thread_win32.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p545/timev.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p545/transcode_data.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p545/transdb.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p545/version.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p545/vm.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p545/vm_core.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p545/vm_exec.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p545/vm_insnhelper.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p545/vm_opts.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p545/vmtc.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p547/addr2line.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p547/constant.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p547/debug.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p547/dln.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p547/encdb.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p547/eval_intern.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p547/gc.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p547/id.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p547/insns.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p547/insns_info.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p547/internal.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p547/iseq.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p547/known_errors.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p547/method.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p547/node.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p547/node_name.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p547/opt_sc.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p547/optinsn.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p547/optunifs.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p547/parse.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p547/regenc.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p547/regint.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p547/regparse.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p547/revision.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p547/ruby_atomic.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p547/siphash.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p547/thread_pthread.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p547/thread_win32.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p547/timev.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p547/transcode_data.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p547/transdb.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p547/version.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p547/vm.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p547/vm_core.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p547/vm_exec.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p547/vm_insnhelper.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p547/vm_opts.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p547/vmtc.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p550/addr2line.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p550/constant.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p550/debug.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p550/dln.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p550/encdb.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p550/eval_intern.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p550/gc.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p550/id.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p550/insns.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p550/insns_info.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p550/internal.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p550/iseq.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p550/known_errors.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p550/method.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p550/node.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p550/node_name.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p550/opt_sc.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p550/optinsn.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p550/optunifs.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p550/parse.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p550/regenc.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p550/regint.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p550/regparse.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p550/revision.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p550/ruby_atomic.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p550/siphash.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p550/thread_pthread.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p550/thread_win32.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p550/timev.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p550/transcode_data.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p550/transdb.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p550/version.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p550/vm.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p550/vm_core.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p550/vm_exec.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p550/vm_insnhelper.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p550/vm_opts.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p550/vmtc.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p551/addr2line.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p551/constant.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p551/debug.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p551/dln.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p551/encdb.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p551/eval_intern.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p551/gc.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p551/id.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p551/insns.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p551/insns_info.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p551/internal.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p551/iseq.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p551/known_errors.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p551/method.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p551/node.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p551/node_name.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p551/opt_sc.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p551/optinsn.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p551/optunifs.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p551/parse.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p551/regenc.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p551/regint.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p551/regparse.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p551/revision.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p551/ruby_atomic.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p551/siphash.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p551/thread_pthread.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p551/thread_win32.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p551/timev.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p551/transcode_data.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p551/transdb.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p551/version.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p551/vm.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p551/vm_core.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p551/vm_exec.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p551/vm_insnhelper.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p551/vm_opts.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-1.9.3-p551/vmtc.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.0.0-p0/addr2line.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.0.0-p0/constant.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.0.0-p0/dln.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.0.0-p0/encdb.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.0.0-p0/eval_intern.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.0.0-p0/gc.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.0.0-p0/id.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.0.0-p0/insns.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.0.0-p0/insns_info.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.0.0-p0/internal.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.0.0-p0/iseq.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.0.0-p0/known_errors.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.0.0-p0/method.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.0.0-p0/node.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.0.0-p0/node_name.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.0.0-p0/opt_sc.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.0.0-p0/optinsn.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.0.0-p0/optunifs.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.0.0-p0/parse.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.0.0-p0/probes_helper.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.0.0-p0/regenc.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.0.0-p0/regint.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.0.0-p0/regparse.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.0.0-p0/revision.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.0.0-p0/ruby_atomic.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.0.0-p0/siphash.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.0.0-p0/thread_pthread.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.0.0-p0/thread_win32.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.0.0-p0/timev.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.0.0-p0/transcode_data.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.0.0-p0/transdb.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.0.0-p0/version.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.0.0-p0/vm.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.0.0-p0/vm_core.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.0.0-p0/vm_debug.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.0.0-p0/vm_exec.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.0.0-p0/vm_insnhelper.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.0.0-p0/vm_opts.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.0.0-p0/vmtc.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.0.0-p195/addr2line.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.0.0-p195/constant.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.0.0-p195/dln.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.0.0-p195/encdb.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.0.0-p195/eval_intern.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.0.0-p195/gc.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.0.0-p195/id.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.0.0-p195/insns.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.0.0-p195/insns_info.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.0.0-p195/internal.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.0.0-p195/iseq.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.0.0-p195/known_errors.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.0.0-p195/method.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.0.0-p195/node.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.0.0-p195/node_name.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.0.0-p195/opt_sc.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.0.0-p195/optinsn.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.0.0-p195/optunifs.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.0.0-p195/parse.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.0.0-p195/probes_helper.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.0.0-p195/regenc.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.0.0-p195/regint.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.0.0-p195/regparse.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.0.0-p195/revision.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.0.0-p195/ruby_atomic.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.0.0-p195/siphash.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.0.0-p195/thread_pthread.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.0.0-p195/thread_win32.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.0.0-p195/timev.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.0.0-p195/transcode_data.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.0.0-p195/transdb.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.0.0-p195/version.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.0.0-p195/vm.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.0.0-p195/vm_core.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.0.0-p195/vm_debug.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.0.0-p195/vm_exec.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.0.0-p195/vm_insnhelper.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.0.0-p195/vm_opts.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.0.0-p195/vmtc.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.0.0-p247/addr2line.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.0.0-p247/constant.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.0.0-p247/dln.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.0.0-p247/encdb.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.0.0-p247/eval_intern.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.0.0-p247/gc.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.0.0-p247/id.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.0.0-p247/insns.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.0.0-p247/insns_info.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.0.0-p247/internal.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.0.0-p247/iseq.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.0.0-p247/known_errors.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.0.0-p247/method.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.0.0-p247/node.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.0.0-p247/node_name.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.0.0-p247/opt_sc.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.0.0-p247/optinsn.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.0.0-p247/optunifs.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.0.0-p247/parse.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.0.0-p247/probes_helper.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.0.0-p247/regenc.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.0.0-p247/regint.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.0.0-p247/regparse.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.0.0-p247/revision.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.0.0-p247/ruby_atomic.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.0.0-p247/siphash.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.0.0-p247/thread_pthread.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.0.0-p247/thread_win32.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.0.0-p247/timev.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.0.0-p247/transcode_data.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.0.0-p247/transdb.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.0.0-p247/version.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.0.0-p247/vm.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.0.0-p247/vm_core.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.0.0-p247/vm_debug.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.0.0-p247/vm_exec.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.0.0-p247/vm_insnhelper.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.0.0-p247/vm_opts.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.0.0-p247/vmtc.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.0.0-p353/addr2line.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.0.0-p353/constant.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.0.0-p353/dln.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.0.0-p353/encdb.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.0.0-p353/eval_intern.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.0.0-p353/gc.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.0.0-p353/id.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.0.0-p353/insns.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.0.0-p353/insns_info.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.0.0-p353/internal.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.0.0-p353/iseq.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.0.0-p353/known_errors.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.0.0-p353/method.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.0.0-p353/node.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.0.0-p353/node_name.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.0.0-p353/opt_sc.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.0.0-p353/optinsn.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.0.0-p353/optunifs.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.0.0-p353/parse.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.0.0-p353/probes_helper.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.0.0-p353/regenc.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.0.0-p353/regint.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.0.0-p353/regparse.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.0.0-p353/revision.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.0.0-p353/ruby_atomic.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.0.0-p353/siphash.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.0.0-p353/thread_pthread.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.0.0-p353/thread_win32.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.0.0-p353/timev.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.0.0-p353/transcode_data.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.0.0-p353/transdb.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.0.0-p353/version.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.0.0-p353/vm.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.0.0-p353/vm_core.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.0.0-p353/vm_debug.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.0.0-p353/vm_exec.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.0.0-p353/vm_insnhelper.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.0.0-p353/vm_opts.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.0.0-p353/vmtc.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.0.0-p451/addr2line.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.0.0-p451/constant.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.0.0-p451/dln.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.0.0-p451/encdb.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.0.0-p451/eval_intern.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.0.0-p451/gc.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.0.0-p451/id.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.0.0-p451/insns.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.0.0-p451/insns_info.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.0.0-p451/internal.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.0.0-p451/iseq.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.0.0-p451/known_errors.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.0.0-p451/method.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.0.0-p451/node.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.0.0-p451/node_name.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.0.0-p451/opt_sc.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.0.0-p451/optinsn.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.0.0-p451/optunifs.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.0.0-p451/parse.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.0.0-p451/probes_helper.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.0.0-p451/regenc.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.0.0-p451/regint.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.0.0-p451/regparse.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.0.0-p451/revision.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.0.0-p451/ruby_atomic.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.0.0-p451/siphash.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.0.0-p451/thread_pthread.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.0.0-p451/thread_win32.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.0.0-p451/timev.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.0.0-p451/transcode_data.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.0.0-p451/transdb.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.0.0-p451/version.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.0.0-p451/vm.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.0.0-p451/vm_core.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.0.0-p451/vm_debug.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.0.0-p451/vm_exec.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.0.0-p451/vm_insnhelper.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.0.0-p451/vm_opts.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.0.0-p451/vmtc.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.0.0-p481/addr2line.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.0.0-p481/constant.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.0.0-p481/dln.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.0.0-p481/encdb.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.0.0-p481/eval_intern.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.0.0-p481/gc.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.0.0-p481/id.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.0.0-p481/insns.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.0.0-p481/insns_info.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.0.0-p481/internal.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.0.0-p481/iseq.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.0.0-p481/known_errors.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.0.0-p481/method.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.0.0-p481/node.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.0.0-p481/node_name.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.0.0-p481/opt_sc.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.0.0-p481/optinsn.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.0.0-p481/optunifs.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.0.0-p481/parse.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.0.0-p481/probes_helper.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.0.0-p481/regenc.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.0.0-p481/regint.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.0.0-p481/regparse.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.0.0-p481/revision.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.0.0-p481/ruby_atomic.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.0.0-p481/siphash.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.0.0-p481/thread_pthread.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.0.0-p481/thread_win32.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.0.0-p481/timev.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.0.0-p481/transcode_data.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.0.0-p481/transdb.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.0.0-p481/version.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.0.0-p481/vm.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.0.0-p481/vm_core.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.0.0-p481/vm_debug.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.0.0-p481/vm_exec.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.0.0-p481/vm_insnhelper.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.0.0-p481/vm_opts.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.0.0-p481/vmtc.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.0.0-p648 -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.1.0-p0/addr2line.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.1.0-p0/constant.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.1.0-p0/dln.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.1.0-p0/encdb.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.1.0-p0/eval_intern.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.1.0-p0/gc.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.1.0-p0/id.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.1.0-p0/insns.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.1.0-p0/insns_info.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.1.0-p0/internal.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.1.0-p0/iseq.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.1.0-p0/known_errors.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.1.0-p0/method.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.1.0-p0/node.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.1.0-p0/node_name.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.1.0-p0/opt_sc.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.1.0-p0/optinsn.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.1.0-p0/optunifs.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.1.0-p0/parse.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.1.0-p0/probes_helper.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.1.0-p0/regenc.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.1.0-p0/regint.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.1.0-p0/regparse.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.1.0-p0/revision.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.1.0-p0/ruby_atomic.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.1.0-p0/siphash.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.1.0-p0/thread_native.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.1.0-p0/thread_pthread.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.1.0-p0/thread_win32.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.1.0-p0/timev.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.1.0-p0/transcode_data.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.1.0-p0/transdb.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.1.0-p0/version.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.1.0-p0/vm.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.1.0-p0/vm_core.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.1.0-p0/vm_debug.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.1.0-p0/vm_exec.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.1.0-p0/vm_insnhelper.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.1.0-p0/vm_opts.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.1.0-p0/vmtc.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.1.1-p76/addr2line.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.1.1-p76/constant.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.1.1-p76/dln.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.1.1-p76/encdb.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.1.1-p76/eval_intern.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.1.1-p76/gc.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.1.1-p76/id.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.1.1-p76/insns.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.1.1-p76/insns_info.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.1.1-p76/internal.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.1.1-p76/iseq.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.1.1-p76/known_errors.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.1.1-p76/method.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.1.1-p76/node.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.1.1-p76/node_name.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.1.1-p76/opt_sc.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.1.1-p76/optinsn.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.1.1-p76/optunifs.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.1.1-p76/parse.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.1.1-p76/probes_helper.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.1.1-p76/regenc.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.1.1-p76/regint.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.1.1-p76/regparse.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.1.1-p76/revision.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.1.1-p76/ruby_atomic.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.1.1-p76/siphash.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.1.1-p76/thread_native.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.1.1-p76/thread_pthread.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.1.1-p76/thread_win32.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.1.1-p76/timev.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.1.1-p76/transcode_data.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.1.1-p76/transdb.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.1.1-p76/version.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.1.1-p76/vm.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.1.1-p76/vm_core.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.1.1-p76/vm_debug.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.1.1-p76/vm_exec.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.1.1-p76/vm_insnhelper.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.1.1-p76/vm_opts.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.1.1-p76/vmtc.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.1.2-p95/addr2line.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.1.2-p95/constant.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.1.2-p95/dln.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.1.2-p95/encdb.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.1.2-p95/eval_intern.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.1.2-p95/gc.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.1.2-p95/id.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.1.2-p95/insns.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.1.2-p95/insns_info.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.1.2-p95/internal.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.1.2-p95/iseq.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.1.2-p95/known_errors.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.1.2-p95/method.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.1.2-p95/node.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.1.2-p95/node_name.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.1.2-p95/opt_sc.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.1.2-p95/optinsn.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.1.2-p95/optunifs.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.1.2-p95/parse.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.1.2-p95/probes_helper.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.1.2-p95/regenc.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.1.2-p95/regint.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.1.2-p95/regparse.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.1.2-p95/revision.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.1.2-p95/ruby_atomic.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.1.2-p95/siphash.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.1.2-p95/thread_native.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.1.2-p95/thread_pthread.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.1.2-p95/thread_win32.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.1.2-p95/timev.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.1.2-p95/transcode_data.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.1.2-p95/transdb.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.1.2-p95/version.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.1.2-p95/vm.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.1.2-p95/vm_core.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.1.2-p95/vm_debug.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.1.2-p95/vm_exec.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.1.2-p95/vm_insnhelper.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.1.2-p95/vm_opts.h -${GEM_LIBDIR}/lib/debugger/ruby_core_source/ruby-2.1.2-p95/vmtc.inc -${GEM_LIBDIR}/lib/debugger/ruby_core_source/version.rb -${GEM_HOME}/specifications/${GEM_NAME}.gemspec diff --git a/devel/ruby-debugger-ruby_core_source/distinfo b/devel/ruby-debugger-ruby_core_source/distinfo deleted file mode 100644 index ae5b8a0c4f7b4..0000000000000 --- a/devel/ruby-debugger-ruby_core_source/distinfo +++ /dev/null @@ -1,6 +0,0 @@ -$NetBSD: distinfo,v 1.2 2015/11/03 03:29:22 agc Exp $ - -SHA1 (debugger-ruby_core_source-1.3.8.gem) = b2a356d9a1e042994f8efabcd7c27bf684fde56b -RMD160 (debugger-ruby_core_source-1.3.8.gem) = f85eb27cb92b9aad6a4a1657da46f2301cb356fa -SHA512 (debugger-ruby_core_source-1.3.8.gem) = 7dcab4d49c9c950564f30b3e4985e7246ef3b7b191e548fc74cbd54675f61f74eee9f0e12c99cc84164c64b8a1a0f72a677a1222e8775ab02f370daf7b6e2da7 -Size (debugger-ruby_core_source-1.3.8.gem) = 1865216 bytes diff --git a/devel/ruby-debugger/DESCR b/devel/ruby-debugger/DESCR deleted file mode 100644 index 625498bc2d7ca..0000000000000 --- a/devel/ruby-debugger/DESCR +++ /dev/null @@ -1,5 +0,0 @@ -debugger is a fast implementation of the standard Ruby debugger debug.rb. - -It is implemented by utilizing a new Ruby C API hook. The core component -provides support that front-ends can build on. It provides breakpoint -handling, bindings for stack frames among other things. diff --git a/devel/ruby-debugger/Makefile b/devel/ruby-debugger/Makefile deleted file mode 100644 index a7960638547d0..0000000000000 --- a/devel/ruby-debugger/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# $NetBSD: Makefile,v 1.7 2015/12/27 12:06:16 taca Exp $ - -DISTNAME= debugger-1.6.8 -PKGREVISION= 1 -CATEGORIES= devel - -MAINTAINER= taca@NetBSD.org -HOMEPAGE= https://github.com/cldwalker/debugger -COMMENT= Fast Ruby debugger - base + cli -LICENSE= mit - -DEPENDS+= ${RUBY_PKGPREFIX}-columnize>=0.3.1:../../misc/ruby-columnize -DEPENDS+= ${RUBY_PKGPREFIX}-debugger-ruby_core_source>=1.3.5<1.4:../../devel/ruby-debugger-ruby_core_source -DEPENDS+= ${RUBY_PKGPREFIX}-debugger-linecache>=1.2.0<1.3:../../devel/ruby-debugger-linecache - -BUILDLINK_PASSTHRU_DIRS+= ${PREFIX}/${GEM_HOME}/gems - -RUBY_VERSION_SUPPORTED= 200 - -.include "../../lang/ruby/gem.mk" -.include "../../mk/bsd.pkg.mk" diff --git a/devel/ruby-debugger/PLIST b/devel/ruby-debugger/PLIST deleted file mode 100644 index 9b6528a547ac5..0000000000000 --- a/devel/ruby-debugger/PLIST +++ /dev/null @@ -1,205 +0,0 @@ -@comment $NetBSD: PLIST,v 1.1 2015/02/04 13:39:43 taca Exp $ -bin/rdebug -${GEM_HOME}/cache/${GEM_NAME}.gem -${GEM_LIBDIR}/.gitignore -${GEM_LIBDIR}/.travis.yml -${GEM_LIBDIR}/AUTHORS -${GEM_LIBDIR}/CHANGELOG.md -${GEM_LIBDIR}/CONTRIBUTING.md -${GEM_LIBDIR}/Gemfile -${GEM_LIBDIR}/LICENSE -${GEM_LIBDIR}/OLDER_CHANGELOG -${GEM_LIBDIR}/OLD_CHANGELOG -${GEM_LIBDIR}/OLD_README -${GEM_LIBDIR}/README.md -${GEM_LIBDIR}/Rakefile -${GEM_LIBDIR}/bin/rdebug -${GEM_LIBDIR}/debugger.gemspec -${GEM_LIBDIR}/doc/.cvsignore -${GEM_LIBDIR}/doc/Makefile.am -${GEM_LIBDIR}/doc/emacs-notes.txt -${GEM_LIBDIR}/doc/hanoi.rb -${GEM_LIBDIR}/doc/primes.rb -${GEM_LIBDIR}/doc/rdebug-emacs.texi -${GEM_LIBDIR}/doc/ruby-debug.texi -${GEM_LIBDIR}/doc/test-tri2.rb -${GEM_LIBDIR}/doc/tri3.rb -${GEM_LIBDIR}/doc/triangle.rb -${GEM_LIBDIR}/emacs/Makefile.am -${GEM_LIBDIR}/emacs/rdebug-annotate.el -${GEM_LIBDIR}/emacs/rdebug-breaks.el -${GEM_LIBDIR}/emacs/rdebug-cmd.el -${GEM_LIBDIR}/emacs/rdebug-core.el -${GEM_LIBDIR}/emacs/rdebug-dbg.el -${GEM_LIBDIR}/emacs/rdebug-error.el -${GEM_LIBDIR}/emacs/rdebug-fns.el -${GEM_LIBDIR}/emacs/rdebug-frames.el -${GEM_LIBDIR}/emacs/rdebug-gud.el -${GEM_LIBDIR}/emacs/rdebug-help.el -${GEM_LIBDIR}/emacs/rdebug-info.el -${GEM_LIBDIR}/emacs/rdebug-layouts.el -${GEM_LIBDIR}/emacs/rdebug-locring.el -${GEM_LIBDIR}/emacs/rdebug-output.el -${GEM_LIBDIR}/emacs/rdebug-regexp.el -${GEM_LIBDIR}/emacs/rdebug-secondary.el -${GEM_LIBDIR}/emacs/rdebug-shortkey.el -${GEM_LIBDIR}/emacs/rdebug-source.el -${GEM_LIBDIR}/emacs/rdebug-track.el -${GEM_LIBDIR}/emacs/rdebug-varbuf.el -${GEM_LIBDIR}/emacs/rdebug-vars.el -${GEM_LIBDIR}/emacs/rdebug-watch.el -${GEM_LIBDIR}/emacs/rdebug.el -${GEM_LIBDIR}/emacs/test/elk-test.el -${GEM_LIBDIR}/emacs/test/test-annotate.el -${GEM_LIBDIR}/emacs/test/test-cmd.el -${GEM_LIBDIR}/emacs/test/test-core.el -${GEM_LIBDIR}/emacs/test/test-fns.el -${GEM_LIBDIR}/emacs/test/test-frames.el -${GEM_LIBDIR}/emacs/test/test-gud.el -${GEM_LIBDIR}/emacs/test/test-indent.el -${GEM_LIBDIR}/emacs/test/test-regexp.el -${GEM_LIBDIR}/emacs/test/test-shortkey.el -${GEM_LIBDIR}/ext/ruby_debug/192/breakpoint.c -${GEM_LIBDIR}/ext/ruby_debug/192/ruby_debug.c -${GEM_LIBDIR}/ext/ruby_debug/192/ruby_debug.h -${GEM_LIBDIR}/ext/ruby_debug/193/breakpoint.c -${GEM_LIBDIR}/ext/ruby_debug/193/ruby_debug.c -${GEM_LIBDIR}/ext/ruby_debug/193/ruby_debug.h -${GEM_LIBDIR}/ext/ruby_debug/200/breakpoint.c -${GEM_LIBDIR}/ext/ruby_debug/200/ruby_debug.c -${GEM_LIBDIR}/ext/ruby_debug/200/ruby_debug.h -${GEM_LIBDIR}/ext/ruby_debug/210/breakpoint.c -${GEM_LIBDIR}/ext/ruby_debug/210/ruby_debug.c -${GEM_LIBDIR}/ext/ruby_debug/210/ruby_debug.h -${GEM_LIBDIR}/ext/ruby_debug/211/breakpoint.c -${GEM_LIBDIR}/ext/ruby_debug/211/ruby_debug.c -${GEM_LIBDIR}/ext/ruby_debug/211/ruby_debug.h -${GEM_LIBDIR}/ext/ruby_debug/extconf.rb -${GEM_LIBDIR}/lib/debugger.rb -${GEM_LIBDIR}/lib/debugger/test.rb -${GEM_LIBDIR}/lib/debugger/test/breakpoint.rb -${GEM_LIBDIR}/lib/debugger/test/context.rb -${GEM_LIBDIR}/lib/debugger/test/matchers.rb -${GEM_LIBDIR}/lib/debugger/test/mocha_extensions.rb -${GEM_LIBDIR}/lib/debugger/test/printer_helpers.rb -${GEM_LIBDIR}/lib/debugger/test/processor.rb -${GEM_LIBDIR}/lib/debugger/test/test_dsl.rb -${GEM_LIBDIR}/lib/debugger/test/test_interface.rb -${GEM_LIBDIR}/lib/debugger/version.rb -${GEM_LIBDIR}/lib/ruby-debug-base.rb -${GEM_LIBDIR}/lib/ruby-debug.rb -${GEM_LIBDIR}/lib/ruby-debug/command.rb -${GEM_LIBDIR}/lib/ruby-debug/commands/breakpoints.rb -${GEM_LIBDIR}/lib/ruby-debug/commands/catchpoint.rb -${GEM_LIBDIR}/lib/ruby-debug/commands/condition.rb -${GEM_LIBDIR}/lib/ruby-debug/commands/continue.rb -${GEM_LIBDIR}/lib/ruby-debug/commands/control.rb -${GEM_LIBDIR}/lib/ruby-debug/commands/display.rb -${GEM_LIBDIR}/lib/ruby-debug/commands/edit.rb -${GEM_LIBDIR}/lib/ruby-debug/commands/enable.rb -${GEM_LIBDIR}/lib/ruby-debug/commands/eval.rb -${GEM_LIBDIR}/lib/ruby-debug/commands/finish.rb -${GEM_LIBDIR}/lib/ruby-debug/commands/frame.rb -${GEM_LIBDIR}/lib/ruby-debug/commands/help.rb -${GEM_LIBDIR}/lib/ruby-debug/commands/info.rb -${GEM_LIBDIR}/lib/ruby-debug/commands/irb.rb -${GEM_LIBDIR}/lib/ruby-debug/commands/jump.rb -${GEM_LIBDIR}/lib/ruby-debug/commands/kill.rb -${GEM_LIBDIR}/lib/ruby-debug/commands/list.rb -${GEM_LIBDIR}/lib/ruby-debug/commands/method.rb -${GEM_LIBDIR}/lib/ruby-debug/commands/quit.rb -${GEM_LIBDIR}/lib/ruby-debug/commands/reload.rb -${GEM_LIBDIR}/lib/ruby-debug/commands/save.rb -${GEM_LIBDIR}/lib/ruby-debug/commands/set.rb -${GEM_LIBDIR}/lib/ruby-debug/commands/show.rb -${GEM_LIBDIR}/lib/ruby-debug/commands/skip.rb -${GEM_LIBDIR}/lib/ruby-debug/commands/source.rb -${GEM_LIBDIR}/lib/ruby-debug/commands/start.rb -${GEM_LIBDIR}/lib/ruby-debug/commands/stepping.rb -${GEM_LIBDIR}/lib/ruby-debug/commands/threads.rb -${GEM_LIBDIR}/lib/ruby-debug/commands/tmate.rb -${GEM_LIBDIR}/lib/ruby-debug/commands/trace.rb -${GEM_LIBDIR}/lib/ruby-debug/commands/variables.rb -${GEM_LIBDIR}/lib/ruby-debug/debugger.rb -${GEM_LIBDIR}/lib/ruby-debug/helper.rb -${GEM_LIBDIR}/lib/ruby-debug/interface.rb -${GEM_LIBDIR}/lib/ruby-debug/printers/base.rb -${GEM_LIBDIR}/lib/ruby-debug/printers/plain.rb -${GEM_LIBDIR}/lib/ruby-debug/printers/texts/base.yml -${GEM_LIBDIR}/lib/ruby-debug/printers/texts/plain.yml -${GEM_LIBDIR}/lib/ruby-debug/processor.rb -${GEM_LIBDIR}/lib/ruby_debug.${RUBY_DLEXT} -${GEM_LIBDIR}/man/rdebug.1 -${GEM_LIBDIR}/old_scripts/Makefile.am -${GEM_LIBDIR}/old_scripts/README.md -${GEM_LIBDIR}/old_scripts/autogen.sh -${GEM_LIBDIR}/old_scripts/configure.ac -${GEM_LIBDIR}/old_scripts/rdbg.rb -${GEM_LIBDIR}/old_scripts/runner.sh -${GEM_LIBDIR}/old_scripts/svn2cl_usermap -${GEM_LIBDIR}/test/.cvsignore -${GEM_LIBDIR}/test/breakpoints_test.rb -${GEM_LIBDIR}/test/conditions_test.rb -${GEM_LIBDIR}/test/continue_test.rb -${GEM_LIBDIR}/test/display_test.rb -${GEM_LIBDIR}/test/edit_test.rb -${GEM_LIBDIR}/test/eval_test.rb -${GEM_LIBDIR}/test/examples/breakpoint1.rb -${GEM_LIBDIR}/test/examples/breakpoint2.rb -${GEM_LIBDIR}/test/examples/conditions.rb -${GEM_LIBDIR}/test/examples/continue.rb -${GEM_LIBDIR}/test/examples/display.rb -${GEM_LIBDIR}/test/examples/edit.rb -${GEM_LIBDIR}/test/examples/edit2.rb -${GEM_LIBDIR}/test/examples/eval.rb -${GEM_LIBDIR}/test/examples/finish.rb -${GEM_LIBDIR}/test/examples/frame.rb -${GEM_LIBDIR}/test/examples/help.rb -${GEM_LIBDIR}/test/examples/info.rb -${GEM_LIBDIR}/test/examples/info2.rb -${GEM_LIBDIR}/test/examples/irb.rb -${GEM_LIBDIR}/test/examples/jump.rb -${GEM_LIBDIR}/test/examples/kill.rb -${GEM_LIBDIR}/test/examples/list.rb -${GEM_LIBDIR}/test/examples/method.rb -${GEM_LIBDIR}/test/examples/post_mortem.rb -${GEM_LIBDIR}/test/examples/quit.rb -${GEM_LIBDIR}/test/examples/reload.rb -${GEM_LIBDIR}/test/examples/restart.rb -${GEM_LIBDIR}/test/examples/save.rb -${GEM_LIBDIR}/test/examples/set.rb -${GEM_LIBDIR}/test/examples/set_annotate.rb -${GEM_LIBDIR}/test/examples/settings.rb -${GEM_LIBDIR}/test/examples/show.rb -${GEM_LIBDIR}/test/examples/source.rb -${GEM_LIBDIR}/test/examples/stepping.rb -${GEM_LIBDIR}/test/examples/thread.rb -${GEM_LIBDIR}/test/examples/tmate.rb -${GEM_LIBDIR}/test/examples/trace.rb -${GEM_LIBDIR}/test/examples/trace_threads.rb -${GEM_LIBDIR}/test/examples/variables.rb -${GEM_LIBDIR}/test/finish_test.rb -${GEM_LIBDIR}/test/frame_test.rb -${GEM_LIBDIR}/test/help_test.rb -${GEM_LIBDIR}/test/info_test.rb -${GEM_LIBDIR}/test/irb_test.rb -${GEM_LIBDIR}/test/jump_test.rb -${GEM_LIBDIR}/test/kill_test.rb -${GEM_LIBDIR}/test/list_test.rb -${GEM_LIBDIR}/test/method_test.rb -${GEM_LIBDIR}/test/new/printers/plain_test.rb -${GEM_LIBDIR}/test/post_mortem_test.rb -${GEM_LIBDIR}/test/quit_test.rb -${GEM_LIBDIR}/test/reload_test.rb -${GEM_LIBDIR}/test/restart_test.rb -${GEM_LIBDIR}/test/save_test.rb -${GEM_LIBDIR}/test/set_test.rb -${GEM_LIBDIR}/test/show_test.rb -${GEM_LIBDIR}/test/source_test.rb -${GEM_LIBDIR}/test/stepping_test.rb -${GEM_LIBDIR}/test/test_helper.rb -${GEM_LIBDIR}/test/thread_test.rb -${GEM_LIBDIR}/test/tmate_test.rb -${GEM_LIBDIR}/test/trace_test.rb -${GEM_LIBDIR}/test/variables_test.rb -${GEM_HOME}/specifications/${GEM_NAME}.gemspec diff --git a/devel/ruby-debugger/distinfo b/devel/ruby-debugger/distinfo deleted file mode 100644 index 6b8c054c2149f..0000000000000 --- a/devel/ruby-debugger/distinfo +++ /dev/null @@ -1,6 +0,0 @@ -$NetBSD: distinfo,v 1.2 2015/11/03 03:29:21 agc Exp $ - -SHA1 (debugger-1.6.8.gem) = af2fc1f586e1a34b0925a71b9e2ea0f56ad9c459 -RMD160 (debugger-1.6.8.gem) = b79a4885c9abb29c32f575ceafcabafd2d1bcc60 -SHA512 (debugger-1.6.8.gem) = d93b56d26f6c807a460c4c8642221ad62f9e0ca6c8abc68bf88a8b56b586f45055a378e75088d8190d40bc969caaebe1c02655a952c1a49c1dd2020c05e75cee -Size (debugger-1.6.8.gem) = 318976 bytes diff --git a/devel/ruby-eventmachine/Makefile b/devel/ruby-eventmachine/Makefile index bba633b1c681f..d628cccdb427e 100644 --- a/devel/ruby-eventmachine/Makefile +++ b/devel/ruby-eventmachine/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.18 2016/03/05 11:28:26 jperkin Exp $ +# $NetBSD: Makefile,v 1.20 2016/03/16 13:04:18 taca Exp $ -DISTNAME= eventmachine-1.0.9.1 -PKGREVISION= 1 +DISTNAME= eventmachine-1.2.0.1 CATEGORIES= devel MAINTAINER= pkgsrc-users@NetBSD.org diff --git a/devel/ruby-eventmachine/PLIST b/devel/ruby-eventmachine/PLIST index e6a541e7c3642..a9bd65ae5fcdc 100644 --- a/devel/ruby-eventmachine/PLIST +++ b/devel/ruby-eventmachine/PLIST @@ -1,17 +1,12 @@ -@comment $NetBSD: PLIST,v 1.11 2015/03/08 15:17:19 taca Exp $ +@comment $NetBSD: PLIST,v 1.12 2016/03/15 17:07:03 taca Exp $ ${GEM_HOME}/cache/${GEM_NAME}.gem ${GEM_EXTSDIR}/fastfilereaderext.${RUBY_DLEXT} ${GEM_EXTSDIR}/gem.build_complete ${GEM_EXTSDIR}/rubyeventmachine.${RUBY_DLEXT} -${GEM_LIBDIR}/.gitignore -${GEM_LIBDIR}/.travis.yml -${GEM_LIBDIR}/.yardopts ${GEM_LIBDIR}/CHANGELOG.md ${GEM_LIBDIR}/GNU -${GEM_LIBDIR}/Gemfile ${GEM_LIBDIR}/LICENSE ${GEM_LIBDIR}/README.md -${GEM_LIBDIR}/Rakefile ${GEM_LIBDIR}/docs/DocumentationGuidesIndex.md ${GEM_LIBDIR}/docs/GettingStarted.md ${GEM_LIBDIR}/docs/old/ChangeLog @@ -26,7 +21,6 @@ ${GEM_LIBDIR}/docs/old/RELEASE_NOTES ${GEM_LIBDIR}/docs/old/SMTP ${GEM_LIBDIR}/docs/old/SPAWNED_PROCESSES ${GEM_LIBDIR}/docs/old/TODO -${GEM_LIBDIR}/eventmachine.gemspec ${GEM_LIBDIR}/examples/guides/getting_started/01_eventmachine_echo_server.rb ${GEM_LIBDIR}/examples/guides/getting_started/02_eventmachine_echo_server_that_recognizes_exit_command.rb ${GEM_LIBDIR}/examples/guides/getting_started/03_simple_chat_server.rb @@ -111,11 +105,11 @@ ${GEM_LIBDIR}/lib/eventmachine.rb ${GEM_LIBDIR}/lib/fastfilereaderext.${RUBY_DLEXT} ${GEM_LIBDIR}/lib/jeventmachine.rb ${GEM_LIBDIR}/lib/rubyeventmachine.${RUBY_DLEXT} -${GEM_LIBDIR}/rakelib/cpp.rake_example ${GEM_LIBDIR}/rakelib/package.rake ${GEM_LIBDIR}/rakelib/test.rake ${GEM_LIBDIR}/tests/client.crt ${GEM_LIBDIR}/tests/client.key +${GEM_LIBDIR}/tests/dhparam.pem ${GEM_LIBDIR}/tests/em_test_helper.rb ${GEM_LIBDIR}/tests/test_attach.rb ${GEM_LIBDIR}/tests/test_basic.rb @@ -129,6 +123,7 @@ ${GEM_LIBDIR}/tests/test_epoll.rb ${GEM_LIBDIR}/tests/test_error_handler.rb ${GEM_LIBDIR}/tests/test_exc.rb ${GEM_LIBDIR}/tests/test_file_watch.rb +${GEM_LIBDIR}/tests/test_fork.rb ${GEM_LIBDIR}/tests/test_futures.rb ${GEM_LIBDIR}/tests/test_get_sock_opt.rb ${GEM_LIBDIR}/tests/test_handler_check.rb @@ -137,6 +132,8 @@ ${GEM_LIBDIR}/tests/test_httpclient.rb ${GEM_LIBDIR}/tests/test_httpclient2.rb ${GEM_LIBDIR}/tests/test_idle_connection.rb ${GEM_LIBDIR}/tests/test_inactivity_timeout.rb +${GEM_LIBDIR}/tests/test_ipv4.rb +${GEM_LIBDIR}/tests/test_ipv6.rb ${GEM_LIBDIR}/tests/test_iterator.rb ${GEM_LIBDIR}/tests/test_kb.rb ${GEM_LIBDIR}/tests/test_line_protocol.rb @@ -164,7 +161,11 @@ ${GEM_LIBDIR}/tests/test_smtpclient.rb ${GEM_LIBDIR}/tests/test_smtpserver.rb ${GEM_LIBDIR}/tests/test_spawn.rb ${GEM_LIBDIR}/tests/test_ssl_args.rb +${GEM_LIBDIR}/tests/test_ssl_dhparam.rb +${GEM_LIBDIR}/tests/test_ssl_ecdh_curve.rb +${GEM_LIBDIR}/tests/test_ssl_extensions.rb ${GEM_LIBDIR}/tests/test_ssl_methods.rb +${GEM_LIBDIR}/tests/test_ssl_protocols.rb ${GEM_LIBDIR}/tests/test_ssl_verify.rb ${GEM_LIBDIR}/tests/test_stomp.rb ${GEM_LIBDIR}/tests/test_system.rb diff --git a/devel/ruby-eventmachine/distinfo b/devel/ruby-eventmachine/distinfo index 070d39f25c5c0..f1e6e510127be 100644 --- a/devel/ruby-eventmachine/distinfo +++ b/devel/ruby-eventmachine/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.14 2016/02/16 14:57:10 taca Exp $ +$NetBSD: distinfo,v 1.16 2016/03/16 13:04:18 taca Exp $ -SHA1 (eventmachine-1.0.9.1.gem) = 18c08a4995fde24aeedde4c78e83aa74141a838d -RMD160 (eventmachine-1.0.9.1.gem) = 10b9c2a8a16ccab7c64e093b51f51942355c2458 -SHA512 (eventmachine-1.0.9.1.gem) = 5cbc178c604fe9a21850c298f7a5b6f904573f5e1db9e07fee599c5700841c52ec0311a6e50192eff9c1bb45cf30a9dd81d2150fe9d04cabd24cc7c9c32c5df0 -Size (eventmachine-1.0.9.1.gem) = 235008 bytes +SHA1 (eventmachine-1.2.0.1.gem) = 60b6f1d8391cd374c6a2ef3977cb1397ed89055a +RMD160 (eventmachine-1.2.0.1.gem) = 9068f407ecd9946fbd5839891ad80e9fa15ad5ce +SHA512 (eventmachine-1.2.0.1.gem) = a861a2c5172b7cf2720bdb54f52ea96c311c10efdb2f54970054901674e044a72307a5b32210efbbdb78d0472a9b3fb6e898640e1c0b406bdad8b581970e30aa +Size (eventmachine-1.2.0.1.gem) = 241152 bytes diff --git a/devel/ruby-gnome2-atk/Makefile b/devel/ruby-gnome2-atk/Makefile index 2943bfc956d1f..5f52a0772d996 100644 --- a/devel/ruby-gnome2-atk/Makefile +++ b/devel/ruby-gnome2-atk/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.20 2016/01/24 05:03:22 tsutsui Exp $ +# $NetBSD: Makefile,v 1.21 2016/04/16 17:41:03 tsutsui Exp $ # DISTNAME= atk-${VERSION} PKGNAME= ${RUBY_PKGPREFIX}-gnome2-${DISTNAME} -PKGREVISION= 1 COMMENT= Ruby binding of ATK-1.0.x or later CATEGORIES= devel diff --git a/devel/ruby-gnome2-atk/distinfo b/devel/ruby-gnome2-atk/distinfo index 63da96c68cb4a..8b97deba3d266 100644 --- a/devel/ruby-gnome2-atk/distinfo +++ b/devel/ruby-gnome2-atk/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.1 2016/01/24 05:03:22 tsutsui Exp $ +$NetBSD: distinfo,v 1.2 2016/04/16 17:41:03 tsutsui Exp $ -SHA1 (atk-3.0.7.gem) = 849566d7d627dd4fe79ef397ff6a20d204d22e11 -RMD160 (atk-3.0.7.gem) = fe62e2dc21585f02ed2d6a0820715d2fac23a80e -SHA512 (atk-3.0.7.gem) = 7626ea1f6fc5bdabaa7175d340467a6f632d81b90e03244e50012b35ca619399e0208d3fbfbe14dfc22a746067c9c39ef11be092cdb7df6f5aba091cc19d779a -Size (atk-3.0.7.gem) = 20480 bytes +SHA1 (atk-3.0.8.gem) = d9b990ffbbf513a74145144b4c36f055118c5af5 +RMD160 (atk-3.0.8.gem) = bb001b25a998732d8b1806d5dc569460131e6dc5 +SHA512 (atk-3.0.8.gem) = 14f6cd77fe0b76c344d3e44b7e670e0e2a583b5256c5d3e1b1744a90c964a19f97fac370512efb8601a58146483b3f1732b7ceed0982cedfca3774005700af0b +Size (atk-3.0.8.gem) = 20480 bytes diff --git a/devel/ruby-gnome2-gio/Makefile b/devel/ruby-gnome2-gio/Makefile index 6328b054b18a4..8dc11bf45c249 100644 --- a/devel/ruby-gnome2-gio/Makefile +++ b/devel/ruby-gnome2-gio/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.17 2016/01/24 05:03:22 tsutsui Exp $ +# $NetBSD: Makefile,v 1.18 2016/04/16 17:41:03 tsutsui Exp $ # DISTNAME= gio2-${VERSION} PKGNAME= ${RUBY_PKGPREFIX}-gnome2-gio-${VERSION} -PKGREVISION= 1 COMMENT= Ruby binding of gio-2.0.x CATEGORIES= devel diff --git a/devel/ruby-gnome2-gio/distinfo b/devel/ruby-gnome2-gio/distinfo index 46e16cc37ead5..64efd6f2675cd 100644 --- a/devel/ruby-gnome2-gio/distinfo +++ b/devel/ruby-gnome2-gio/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.1 2016/01/24 05:03:22 tsutsui Exp $ +$NetBSD: distinfo,v 1.2 2016/04/16 17:41:03 tsutsui Exp $ -SHA1 (gio2-3.0.7.gem) = 20ed8bb69c52c1318ad88e7f67d9e2cd3f686510 -RMD160 (gio2-3.0.7.gem) = 202377b9ecf357e9fdf66c265e98a38365926d2d -SHA512 (gio2-3.0.7.gem) = 5ff7b36520d43d17cd8cc44f69142c910c8ede7e4cad082f0ea42dda081e5cb1600e708e31d4cb902712e23474209526338ebcb3cc0c6c5d947f009cd74341bb -Size (gio2-3.0.7.gem) = 24064 bytes +SHA1 (gio2-3.0.8.gem) = 0df05d9a6a20110701908276c527e7fa23437140 +RMD160 (gio2-3.0.8.gem) = 61594de17dd3122acba67ac46ed64baf63390886 +SHA512 (gio2-3.0.8.gem) = cd93730bba265d728d171c07386cbfc07b7766c9c18b873495bffe58d78ff38edda1c51467f04a8c5809ad9b281eeaacafe9639ed81b80c6685b818737ee0315 +Size (gio2-3.0.8.gem) = 24064 bytes diff --git a/devel/ruby-gnome2-glib/Makefile b/devel/ruby-gnome2-glib/Makefile index 2642db8b89588..38531bf3d1626 100644 --- a/devel/ruby-gnome2-glib/Makefile +++ b/devel/ruby-gnome2-glib/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.26 2016/01/24 05:03:22 tsutsui Exp $ +# $NetBSD: Makefile,v 1.27 2016/04/16 17:41:03 tsutsui Exp $ # DISTNAME= glib2-${VERSION} PKGNAME= ${RUBY_PKGPREFIX}-gnome2-glib-${VERSION} -PKGREVISION= 1 COMMENT= Ruby binding of GLib-2.x CATEGORIES= devel diff --git a/devel/ruby-gnome2-glib/PLIST b/devel/ruby-gnome2-glib/PLIST index 413dd7225a66d..489fa03a777a5 100644 --- a/devel/ruby-gnome2-glib/PLIST +++ b/devel/ruby-gnome2-glib/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.17 2016/01/24 05:03:22 tsutsui Exp $ +@comment $NetBSD: PLIST,v 1.18 2016/04/16 17:41:03 tsutsui Exp $ ${GEM_HOME}/cache/${GEM_NAME}.gem ${GEM_EXTSDIR}/gem.build_complete ${GEM_EXTSDIR}/glib-enum-types.h @@ -37,8 +37,10 @@ ${GEM_LIBDIR}/ext/glib2/rbglib_iochannelerror.c ${GEM_LIBDIR}/ext/glib2/rbglib_keyfile.c ${GEM_LIBDIR}/ext/glib2/rbglib_maincontext.c ${GEM_LIBDIR}/ext/glib2/rbglib_mainloop.c +${GEM_LIBDIR}/ext/glib2/rbglib_matchinfo.c ${GEM_LIBDIR}/ext/glib2/rbglib_messages.c ${GEM_LIBDIR}/ext/glib2/rbglib_pollfd.c +${GEM_LIBDIR}/ext/glib2/rbglib_regex.c ${GEM_LIBDIR}/ext/glib2/rbglib_shell.c ${GEM_LIBDIR}/ext/glib2/rbglib_shellerror.c ${GEM_LIBDIR}/ext/glib2/rbglib_source.c @@ -91,6 +93,7 @@ ${GEM_LIBDIR}/lib/glib-mkenums.rb ${GEM_LIBDIR}/lib/glib2.rb ${GEM_LIBDIR}/lib/glib2.${RUBY_DLEXT} ${GEM_LIBDIR}/lib/glib2/deprecatable.rb +${GEM_LIBDIR}/lib/glib2/regex.rb ${GEM_LIBDIR}/lib/glib2/version.rb ${GEM_LIBDIR}/lib/gnome2-raketask.rb ${GEM_LIBDIR}/lib/gnome2/rake/external-package.rb @@ -125,6 +128,8 @@ ${GEM_LIBDIR}/test/glib-test-init.rb ${GEM_LIBDIR}/test/glib-test-utils.rb ${GEM_LIBDIR}/test/run-test.rb ${GEM_LIBDIR}/test/test-binding.rb +${GEM_LIBDIR}/test/test-match-info.rb +${GEM_LIBDIR}/test/test-regex.rb ${GEM_LIBDIR}/test/test-variant-type.rb ${GEM_LIBDIR}/test/test-version.rb ${GEM_LIBDIR}/test/test_enum.rb diff --git a/devel/ruby-gnome2-glib/distinfo b/devel/ruby-gnome2-glib/distinfo index ffcdbba8858d9..fc11d1b5a20b9 100644 --- a/devel/ruby-gnome2-glib/distinfo +++ b/devel/ruby-gnome2-glib/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.4 2016/01/24 05:03:22 tsutsui Exp $ +$NetBSD: distinfo,v 1.5 2016/04/16 17:41:03 tsutsui Exp $ -SHA1 (glib2-3.0.7.gem) = 053ac46316fd524fb8159d3be159d2e01aa275c8 -RMD160 (glib2-3.0.7.gem) = 1e15b8d8321af4682d6b02490e5bfa916fdc50c5 -SHA512 (glib2-3.0.7.gem) = 59f7bcdba4d8492a08e9a393d92425c17642a394adbb77de67b1fb2f8357d951f6f8daf400d986ccb65fe993acfaab1e31d06a38f3e97bf7c534011c6f0e7880 -Size (glib2-3.0.7.gem) = 129024 bytes +SHA1 (glib2-3.0.8.gem) = a57eb231b96452144f81682c9f57a410247ffad5 +RMD160 (glib2-3.0.8.gem) = aa6a9586bf849861e3ab5c2bb6d46ea992b4c35d +SHA512 (glib2-3.0.8.gem) = 1dd7a3f5c4ed9365ae9b6cd47c48a22f2a384828dd932267910f655a8445972f3ba94572417859d9be0b7f96fef2f1194015124657304c2b6976276e64e87992 +Size (glib2-3.0.8.gem) = 135168 bytes diff --git a/devel/ruby-gnome2-gobject-introspection/Makefile b/devel/ruby-gnome2-gobject-introspection/Makefile index 8003f491056ab..c8e130ef3100f 100644 --- a/devel/ruby-gnome2-gobject-introspection/Makefile +++ b/devel/ruby-gnome2-gobject-introspection/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.4 2016/01/24 05:03:23 tsutsui Exp $ +# $NetBSD: Makefile,v 1.5 2016/04/16 17:41:03 tsutsui Exp $ # DISTNAME= gobject-introspection-${VERSION} PKGNAME= ${RUBY_PKGPREFIX}-gnome2-${DISTNAME} -PKGREVISION= 1 COMMENT= Ruby binding of Gobject Introspection CATEGORIES= devel diff --git a/devel/ruby-gnome2-gobject-introspection/distinfo b/devel/ruby-gnome2-gobject-introspection/distinfo index 8115432227f73..32fe89f1fe994 100644 --- a/devel/ruby-gnome2-gobject-introspection/distinfo +++ b/devel/ruby-gnome2-gobject-introspection/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.1 2016/01/24 05:03:23 tsutsui Exp $ +$NetBSD: distinfo,v 1.2 2016/04/16 17:41:03 tsutsui Exp $ -SHA1 (gobject-introspection-3.0.7.gem) = 794c81a17474e297793bb9a1ecff0e1cde6ea6fb -RMD160 (gobject-introspection-3.0.7.gem) = a335901597256ceb4410a03bc45aca55746710eb -SHA512 (gobject-introspection-3.0.7.gem) = 37c12c39563f85f70df85a9da2798ab267c9067992d68728b0f2ce005cb8a8a3e248a23040cfd10a368db68c9e83dbff6d6b9f55970e22842851c955c8088031 -Size (gobject-introspection-3.0.7.gem) = 46592 bytes +SHA1 (gobject-introspection-3.0.8.gem) = f2c1903e65fd6a3d96625256725231f97b0340b1 +RMD160 (gobject-introspection-3.0.8.gem) = 5ca1fd4214f4c4a998b2f12e04a7cc6f626ac13a +SHA512 (gobject-introspection-3.0.8.gem) = 5c32d7351cd286d835cd99f2aed90e6935ea05309ea890a560113a0e26d1ef3d92753aa8fbb5ee1b753e8ccdab17fd65e67d4c0221bef72f0bb1cc25b6f0ec20 +Size (gobject-introspection-3.0.8.gem) = 49664 bytes diff --git a/devel/ruby-gnome2-pango/Makefile b/devel/ruby-gnome2-pango/Makefile index f6b533227e39c..ded5e49eadc35 100644 --- a/devel/ruby-gnome2-pango/Makefile +++ b/devel/ruby-gnome2-pango/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.49 2016/01/24 05:03:23 tsutsui Exp $ +# $NetBSD: Makefile,v 1.50 2016/04/16 17:41:03 tsutsui Exp $ # DISTNAME= pango-${VERSION} PKGNAME= ${RUBY_PKGPREFIX}-gnome2-${DISTNAME} -PKGREVISION= 1 COMMENT= Ruby binding of pango-1.x CATEGORIES= devel fonts diff --git a/devel/ruby-gnome2-pango/distinfo b/devel/ruby-gnome2-pango/distinfo index 0028059ca7998..3c64d9f1f0f96 100644 --- a/devel/ruby-gnome2-pango/distinfo +++ b/devel/ruby-gnome2-pango/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.3 2016/01/24 05:03:23 tsutsui Exp $ +$NetBSD: distinfo,v 1.4 2016/04/16 17:41:03 tsutsui Exp $ -SHA1 (pango-3.0.7.gem) = 8d7f3049f703dd2e1b32c2694688b1b296380da1 -RMD160 (pango-3.0.7.gem) = eba2cb8cfbbe55058e127d18c4e40b12c352756e -SHA512 (pango-3.0.7.gem) = 32a5e29abbc0041da79fb8b308dcbe02f8cfb6be0d3a169ad1dfc547abdf3ed162295705c87713383cb343b6c69c3fa51d22bb2ed36a85364b7460ce9e45b5ee -Size (pango-3.0.7.gem) = 39936 bytes +SHA1 (pango-3.0.8.gem) = 4bc3a95744dd6e86a476f00678e033c71822ca07 +RMD160 (pango-3.0.8.gem) = 4c9d5122c4cd3269fcb44b604ecea846c7f0c414 +SHA512 (pango-3.0.8.gem) = 3f216edda262f2e14eed5cf82eb81137d1d7c32a7908a933641dc05d3069d5b0c9fcbd47c294fa40bf6baacb181642ef0afac506c3fa5a810adb0c5bd69251c9 +Size (pango-3.0.8.gem) = 39936 bytes diff --git a/devel/ruby-logging/Makefile b/devel/ruby-logging/Makefile index bf3c06609a74a..4bc9f4ff11195 100644 --- a/devel/ruby-logging/Makefile +++ b/devel/ruby-logging/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.8 2015/06/03 14:45:17 taca Exp $ +# $NetBSD: Makefile,v 1.9 2016/03/15 16:54:33 taca Exp $ -DISTNAME= logging-2.0.0 +DISTNAME= logging-2.1.0 CATEGORIES= devel MAINTAINER= pkgsrc-users@NetBSD.org @@ -9,7 +9,7 @@ COMMENT= Flexible logging library for Ruby based on log4j LICENSE= ruby-license DEPENDS+= ${RUBY_PKGPREFIX}-little-plugger>=1.1.3:../../devel/ruby-little-plugger -DEPENDS+= ${RUBY_PKGPREFIX}-multi_json>=1.3.6:../../textproc/ruby-multi_json +DEPENDS+= ${RUBY_PKGPREFIX}-multi_json>=1.10:../../textproc/ruby-multi_json .include "../../lang/ruby/gem.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/ruby-logging/PLIST b/devel/ruby-logging/PLIST index a55df9db6f811..20a005ba3e701 100644 --- a/devel/ruby-logging/PLIST +++ b/devel/ruby-logging/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.8 2015/06/03 14:45:17 taca Exp $ +@comment $NetBSD: PLIST,v 1.9 2016/03/15 16:54:33 taca Exp $ ${GEM_HOME}/cache/${GEM_NAME}.gem ${GEM_LIBDIR}/.gitignore ${GEM_LIBDIR}/.travis.yml @@ -17,6 +17,7 @@ ${GEM_LIBDIR}/examples/lazy.rb ${GEM_LIBDIR}/examples/loggers.rb ${GEM_LIBDIR}/examples/mdc.rb ${GEM_LIBDIR}/examples/names.rb +${GEM_LIBDIR}/examples/rails4.rb ${GEM_LIBDIR}/examples/rspec_integration.rb ${GEM_LIBDIR}/examples/simple.rb ${GEM_LIBDIR}/lib/logging.rb @@ -51,11 +52,12 @@ ${GEM_LIBDIR}/lib/rspec/logging_helper.rb ${GEM_LIBDIR}/lib/spec/logging_helper.rb ${GEM_LIBDIR}/logging.gemspec ${GEM_LIBDIR}/script/bootstrap +${GEM_LIBDIR}/script/console +${GEM_LIBDIR}/test/appenders/test_async_flushing.rb ${GEM_LIBDIR}/test/appenders/test_buffered_io.rb ${GEM_LIBDIR}/test/appenders/test_console.rb ${GEM_LIBDIR}/test/appenders/test_file.rb ${GEM_LIBDIR}/test/appenders/test_io.rb -${GEM_LIBDIR}/test/appenders/test_periodic_flushing.rb ${GEM_LIBDIR}/test/appenders/test_rolling_file.rb ${GEM_LIBDIR}/test/appenders/test_string_io.rb ${GEM_LIBDIR}/test/appenders/test_syslog.rb @@ -65,6 +67,7 @@ ${GEM_LIBDIR}/test/layouts/test_color_pattern.rb ${GEM_LIBDIR}/test/layouts/test_json.rb ${GEM_LIBDIR}/test/layouts/test_pattern.rb ${GEM_LIBDIR}/test/layouts/test_yaml.rb +${GEM_LIBDIR}/test/performance.rb ${GEM_LIBDIR}/test/setup.rb ${GEM_LIBDIR}/test/test_appender.rb ${GEM_LIBDIR}/test/test_color_scheme.rb diff --git a/devel/ruby-logging/distinfo b/devel/ruby-logging/distinfo index f2fed399581ff..455f9b994443a 100644 --- a/devel/ruby-logging/distinfo +++ b/devel/ruby-logging/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.8 2015/11/03 03:29:24 agc Exp $ +$NetBSD: distinfo,v 1.9 2016/03/15 16:54:33 taca Exp $ -SHA1 (logging-2.0.0.gem) = 3424c3386549543152245efff3328b929c5aa6a8 -RMD160 (logging-2.0.0.gem) = 7ac52ebd3792a6ce67c6dd03df48a128fc08b132 -SHA512 (logging-2.0.0.gem) = cddd1a8fb083662c60ac06adfd3a1ddb3db19bd249ddddee7580a16c15f3c2886abb367113affd43c7dcb7fd9358fd334f812815a4fdf55b674ba086792d482e -Size (logging-2.0.0.gem) = 81408 bytes +SHA1 (logging-2.1.0.gem) = 88f616d8e6df89a65bd3c17eed6cffb2f331cf18 +RMD160 (logging-2.1.0.gem) = 923a543285367bf0a662009676a7e82e58f85f6d +SHA512 (logging-2.1.0.gem) = e8aad48ef24f8f70fad2aa4d78c25cb675b8c65ea883e14f6e2697af79111de38bced389d2f20d5699bc722274268ddac835c34f89884ea0aee86571a7ca1b55 +Size (logging-2.1.0.gem) = 83456 bytes diff --git a/devel/ruby-mercenary/Makefile b/devel/ruby-mercenary/Makefile index 1aef8347f8fb5..ffdb0d465e6f0 100644 --- a/devel/ruby-mercenary/Makefile +++ b/devel/ruby-mercenary/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.2 2015/02/01 14:45:18 taca Exp $ +# $NetBSD: Makefile,v 1.3 2016/04/14 21:52:55 wiz Exp $ -DISTNAME= mercenary-0.3.5 +DISTNAME= mercenary-0.3.6 PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME} CATEGORIES= devel diff --git a/devel/ruby-mercenary/distinfo b/devel/ruby-mercenary/distinfo index 072fb21a7da81..8d05b2d7f1fd1 100644 --- a/devel/ruby-mercenary/distinfo +++ b/devel/ruby-mercenary/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.3 2015/11/03 03:29:25 agc Exp $ +$NetBSD: distinfo,v 1.4 2016/04/14 21:52:55 wiz Exp $ -SHA1 (mercenary-0.3.5.gem) = 56884c5ee5a4fea5215dd0bfbd15a376aeaaa4ce -RMD160 (mercenary-0.3.5.gem) = 01f4e90caada47e2295cf8f9e77ebbe150305b47 -SHA512 (mercenary-0.3.5.gem) = 2f44a40b5e51046e7815f6e2f1500583276d378018ba31e6ef9c12bf9e511122579952864acd4349d0c5f8b7aac1d8b878533b5b79c0913926ff82873672b2dd -Size (mercenary-0.3.5.gem) = 16896 bytes +SHA1 (mercenary-0.3.6.gem) = adac8d8842a318495c169665ff0bd5d09d39bf58 +RMD160 (mercenary-0.3.6.gem) = a9d15a2c7d61dd295bf9a31cf8dc595cb398b46f +SHA512 (mercenary-0.3.6.gem) = 90ec97ceaea74c511bcd8227e4f466e4e254ae868db0b61ad5703d0f78d9bb771e431eda0361cc224c721b150c3066d1796c333c41964f04d88ba22a4e7884be +Size (mercenary-0.3.6.gem) = 16896 bytes diff --git a/devel/ruby-power_assert/Makefile b/devel/ruby-power_assert/Makefile index f79a0269a85f3..5d509cc6bdaa0 100644 --- a/devel/ruby-power_assert/Makefile +++ b/devel/ruby-power_assert/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2016/02/16 15:20:40 taca Exp $ +# $NetBSD: Makefile,v 1.10 2016/03/14 00:59:06 tnn Exp $ DISTNAME= power_assert-0.2.7 CATEGORIES= devel @@ -8,7 +8,7 @@ HOMEPAGE= https://github.com/k-tsj/power_assert COMMENT= Power Assert for Ruby LICENSE= 2-clause-bsd -#RUBY_VERSION_SUPPORTED?= 200 21 22 +#RUBY_VERSION_SUPPORTED?= 21 22 .include "../../lang/ruby/gem.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/ruby-rake/Makefile b/devel/ruby-rake/Makefile index c799b56c4383e..8586b23c51014 100644 --- a/devel/ruby-rake/Makefile +++ b/devel/ruby-rake/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2015/11/23 15:46:58 taca Exp $ +# $NetBSD: Makefile,v 1.15 2016/03/14 00:59:06 tnn Exp $ DISTNAME= rake-${VERS} CATEGORIES= devel @@ -14,7 +14,7 @@ USE_TOOLS+= gzip FIX_PERM= doc/release_notes/rake-0.7.3.rdoc VERS= 10.4.2 -RUBY_VERSION_SUPPORTED= 200 18 21 22 +RUBY_VERSION_SUPPORTED= 18 21 22 FILES_SUBST+= GEM_NAME=${GEM_NAME} RAKE_HACK=${RAKE_HACK} RAKEBIN=${RAKEBIN} PLIST_SUBST+= RAKE_HACK=${RAKE_HACK} RAKEBIN=${RAKEBIN} diff --git a/devel/ruby-rdoc/Makefile b/devel/ruby-rdoc/Makefile index 46162a28894b2..cf438cf968907 100644 --- a/devel/ruby-rdoc/Makefile +++ b/devel/ruby-rdoc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2016/02/06 10:59:55 taca Exp $ +# $NetBSD: Makefile,v 1.14 2016/03/14 00:59:06 tnn Exp $ DISTNAME= rdoc-${RUBY_RDOC_PKGSRC_VERS} CATEGORIES= devel @@ -9,7 +9,7 @@ COMMENT= Produces HTML and command-line documentation for Ruby projects LICENSE= gnu-gpl-v2 OR ruby-license # ruby23 has 4.2.1 in tree. -RUBY_VERSION_SUPPORTED= 22 200 18 21 +RUBY_VERSION_SUPPORTED= 22 18 21 RUBY_JSON_REQD= 1.4 GEM_PATH= ${RUBYGEM_INSTALL_ROOT}${PREFIX}/${GEM_LIBDIR}:${PREFIX}/${GEM_HOME} diff --git a/devel/ruby-readline/Makefile b/devel/ruby-readline/Makefile index b0b051f338e15..345cf5a9a1fac 100644 --- a/devel/ruby-readline/Makefile +++ b/devel/ruby-readline/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.41 2015/12/30 15:03:13 taca Exp $ +# $NetBSD: Makefile,v 1.42 2016/03/14 00:59:06 tnn Exp $ # DISTNAME= ${RUBY_DISTNAME} @@ -12,7 +12,7 @@ MAINTAINER= taca@NetBSD.org HOMEPAGE= ${RUBY_HOMEPAGE} COMMENT= Ruby extension to readline library -RUBY_VERSION_SUPPORTED= 23 22 21 200 18 +RUBY_VERSION_SUPPORTED= 23 22 21 18 USE_RUBY_EXTCONF= yes EXTRACT_ELEMENTS= ${RUBY_DISTNAME}/ext/readline WRKSRC= ${RUBY_WRKSRC}/ext/readline diff --git a/devel/ruby-redmine/Makefile b/devel/ruby-redmine/Makefile index 408f6846c2235..92313b6ce1b2f 100644 --- a/devel/ruby-redmine/Makefile +++ b/devel/ruby-redmine/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.12 2016/03/05 11:28:26 jperkin Exp $ +# $NetBSD: Makefile,v 1.13 2016/04/11 19:01:49 ryoon Exp $ DISTNAME= redmine-3.1.2 PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME} -PKGREVISION= 2 +PKGREVISION= 3 PREV_PKGPATH= devel/redmine CATEGORIES= devel MASTER_SITES= http://www.redmine.org/releases/ diff --git a/devel/ruby-subversion/Makefile b/devel/ruby-subversion/Makefile index 4e7f3e2ec236a..d10a31a34597c 100644 --- a/devel/ruby-subversion/Makefile +++ b/devel/ruby-subversion/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.57 2016/03/05 11:28:26 jperkin Exp $ +# $NetBSD: Makefile,v 1.59 2016/05/01 00:48:32 ryoon Exp $ PKGNAME= ${RUBY_PKGPREFIX}-subversion-${SVNVER} -PKGREVISION= 1 COMMENT= Ruby bindings for Subversion .include "../../devel/subversion/Makefile.common" diff --git a/devel/ruby-tins/Makefile b/devel/ruby-tins/Makefile index 90e19b685b9a8..e52b2b3a97432 100644 --- a/devel/ruby-tins/Makefile +++ b/devel/ruby-tins/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.10 2016/02/16 16:17:24 taca Exp $ +# $NetBSD: Makefile,v 1.11 2016/03/15 14:24:46 taca Exp $ -DISTNAME= tins-1.8.2 +DISTNAME= tins-1.9.0 CATEGORIES= time MAINTAINER= pkgsrc-users@NetBSD.org diff --git a/devel/ruby-tins/PLIST b/devel/ruby-tins/PLIST index 9beb406b1a968..f8e2178d8e732 100644 --- a/devel/ruby-tins/PLIST +++ b/devel/ruby-tins/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.7 2015/12/12 14:38:26 taca Exp $ +@comment $NetBSD: PLIST,v 1.8 2016/03/15 14:24:46 taca Exp $ ${GEM_HOME}/cache/${GEM_NAME}.gem ${GEM_LIBDIR}/.gitignore ${GEM_LIBDIR}/.travis.yml @@ -52,6 +52,7 @@ ${GEM_LIBDIR}/lib/tins/date_time_dummy.rb ${GEM_LIBDIR}/lib/tins/deep_const_get.rb ${GEM_LIBDIR}/lib/tins/deep_dup.rb ${GEM_LIBDIR}/lib/tins/dslkit.rb +${GEM_LIBDIR}/lib/tins/duration.rb ${GEM_LIBDIR}/lib/tins/extract_last_argument_options.rb ${GEM_LIBDIR}/lib/tins/file_binary.rb ${GEM_LIBDIR}/lib/tins/find.rb @@ -152,6 +153,7 @@ ${GEM_LIBDIR}/tests/deep_const_get_test.rb ${GEM_LIBDIR}/tests/deep_dup_test.rb ${GEM_LIBDIR}/tests/delegate_test.rb ${GEM_LIBDIR}/tests/dslkit_test.rb +${GEM_LIBDIR}/tests/duaration_test.rb ${GEM_LIBDIR}/tests/dynamic_scope_test.rb ${GEM_LIBDIR}/tests/extract_last_argument_options_test.rb ${GEM_LIBDIR}/tests/file_binary_test.rb diff --git a/devel/ruby-tins/distinfo b/devel/ruby-tins/distinfo index 34bbd3798189a..7aac997cae46a 100644 --- a/devel/ruby-tins/distinfo +++ b/devel/ruby-tins/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.11 2016/02/16 16:17:24 taca Exp $ +$NetBSD: distinfo,v 1.12 2016/03/15 14:24:46 taca Exp $ -SHA1 (tins-1.8.2.gem) = cb6e0df278f1c2b1267b604e851c499ca2fc07ec -RMD160 (tins-1.8.2.gem) = 21d74ee65de28203b842295a7b1426ace1cd41eb -SHA512 (tins-1.8.2.gem) = 9ade583904002473ebc0a193be5733f60be0192594e419e7123f9653841b44738936c794bc78ace024fb4fde3117a3446cc29461f0b5e2bb8c0e38416adbf7d1 -Size (tins-1.8.2.gem) = 300032 bytes +SHA1 (tins-1.9.0.gem) = 3b6f5c64493b61e7df7eda88be30ae1def2059ea +RMD160 (tins-1.9.0.gem) = f12560473f172700d521690d5fdd817d9fa6f502 +SHA512 (tins-1.9.0.gem) = 6ef081d492030dc42a548e849699f0b8650d50644dc2c0aacf9b9a1694ff02c1da19bca8926d42d042537c2ea672b1e49dcd88a3fc41d9daf675029db1bc06b2 +Size (tins-1.9.0.gem) = 301056 bytes diff --git a/devel/scons/Makefile b/devel/scons/Makefile index a1094047c4bb6..c08a523332cf1 100644 --- a/devel/scons/Makefile +++ b/devel/scons/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.31 2015/12/05 21:25:40 adam Exp $ +# $NetBSD: Makefile,v 1.32 2016/05/09 08:58:43 adam Exp $ -DISTNAME= scons-2.4.1 +DISTNAME= scons-2.5.0 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=scons/} @@ -11,7 +11,7 @@ LICENSE= mit REPLACE_PYTHON+= script/scons script/scons-time script/sconsign -# not yet ported as of 2.4.1, but progress promised +# not yet ported as of 2.5.0, but progress promised PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 .include "../../lang/python/application.mk" diff --git a/devel/scons/PLIST b/devel/scons/PLIST index 99c42a21363fa..8853ebfb89dfc 100644 --- a/devel/scons/PLIST +++ b/devel/scons/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.13 2014/07/19 12:30:49 adam Exp $ +@comment $NetBSD: PLIST,v 1.14 2016/05/09 08:58:43 adam Exp $ bin/scons bin/${PKGNAME} bin/scons-time @@ -132,6 +132,9 @@ lib/${PKGNAME}/SCons/Scanner/Prog.pyo lib/${PKGNAME}/SCons/Scanner/RC.py lib/${PKGNAME}/SCons/Scanner/RC.pyc lib/${PKGNAME}/SCons/Scanner/RC.pyo +lib/${PKGNAME}/SCons/Scanner/SWIG.py +lib/${PKGNAME}/SCons/Scanner/SWIG.pyc +lib/${PKGNAME}/SCons/Scanner/SWIG.pyo lib/${PKGNAME}/SCons/Scanner/__init__.py lib/${PKGNAME}/SCons/Scanner/__init__.pyc lib/${PKGNAME}/SCons/Scanner/__init__.pyo @@ -567,27 +570,9 @@ lib/${PKGNAME}/SCons/__init__.pyo lib/${PKGNAME}/SCons/compat/__init__.py lib/${PKGNAME}/SCons/compat/__init__.pyc lib/${PKGNAME}/SCons/compat/__init__.pyo -lib/${PKGNAME}/SCons/compat/_scons_builtins.py -lib/${PKGNAME}/SCons/compat/_scons_builtins.pyc -lib/${PKGNAME}/SCons/compat/_scons_builtins.pyo -lib/${PKGNAME}/SCons/compat/_scons_collections.py -lib/${PKGNAME}/SCons/compat/_scons_collections.pyc -lib/${PKGNAME}/SCons/compat/_scons_collections.pyo lib/${PKGNAME}/SCons/compat/_scons_dbm.py lib/${PKGNAME}/SCons/compat/_scons_dbm.pyc lib/${PKGNAME}/SCons/compat/_scons_dbm.pyo -lib/${PKGNAME}/SCons/compat/_scons_hashlib.py -lib/${PKGNAME}/SCons/compat/_scons_hashlib.pyc -lib/${PKGNAME}/SCons/compat/_scons_hashlib.pyo -lib/${PKGNAME}/SCons/compat/_scons_io.py -lib/${PKGNAME}/SCons/compat/_scons_io.pyc -lib/${PKGNAME}/SCons/compat/_scons_io.pyo -lib/${PKGNAME}/SCons/compat/_scons_sets.py -lib/${PKGNAME}/SCons/compat/_scons_sets.pyc -lib/${PKGNAME}/SCons/compat/_scons_sets.pyo -lib/${PKGNAME}/SCons/compat/_scons_subprocess.py -lib/${PKGNAME}/SCons/compat/_scons_subprocess.pyc -lib/${PKGNAME}/SCons/compat/_scons_subprocess.pyo lib/${PKGNAME}/SCons/cpp.py lib/${PKGNAME}/SCons/cpp.pyc lib/${PKGNAME}/SCons/cpp.pyo diff --git a/devel/scons/distinfo b/devel/scons/distinfo index 93d64d804cce4..038ed4f7ee71d 100644 --- a/devel/scons/distinfo +++ b/devel/scons/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.19 2015/11/20 17:16:03 adam Exp $ +$NetBSD: distinfo,v 1.20 2016/05/09 08:58:43 adam Exp $ -SHA1 (scons-2.4.1.tar.gz) = f0bfbe81aa1c1571e8de74e30a0ae1015516a9e8 -RMD160 (scons-2.4.1.tar.gz) = 0fd9476f4d623a4d08a848e332f505d506d476f5 -SHA512 (scons-2.4.1.tar.gz) = bd0830719dfc0c2e8620ec767ee6342af74a170cd895acda2995761eafe52e1efa9471626fcaedb0dd9a779ef9bb9b4306bd6cd3c2a5bd7bd2500018b40653e0 -Size (scons-2.4.1.tar.gz) = 638990 bytes +SHA1 (scons-2.5.0.tar.gz) = fd997a9637eb64c24374831bbf1cf3edf6b4f914 +RMD160 (scons-2.5.0.tar.gz) = 45621d53c646ea626e13bdad6ec43868a4c32494 +SHA512 (scons-2.5.0.tar.gz) = abb0069976390182b77dbf6f20819c30ccf5fe9f58032eef7694ef408dceb63cfd1d1be69e7c0bced8a179297243b1a93924dd5064cd7c123ea118619bb53572 +Size (scons-2.5.0.tar.gz) = 619991 bytes SHA1 (patch-aa) = 3175e49f2ef8575f7097d9af8a7f6067258bd085 SHA1 (patch-engine_SCons_Platform___init__.py) = 51ea2b6b3bc0ee11c863c924d60ec4b5cbde8416 diff --git a/devel/st/Makefile b/devel/st/Makefile index 31504a242edcc..a25a923aae7eb 100644 --- a/devel/st/Makefile +++ b/devel/st/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.17 2015/01/04 05:41:01 dholland Exp $ +# $NetBSD: Makefile,v 1.18 2016/04/28 13:49:04 gson Exp $ # -DISTNAME= st-1.8 +DISTNAME= st-1.9 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=state-threads/} diff --git a/devel/st/distinfo b/devel/st/distinfo index 06a92cb0ab7da..46e2ecde5f92c 100644 --- a/devel/st/distinfo +++ b/devel/st/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.9 2015/11/03 03:29:33 agc Exp $ +$NetBSD: distinfo,v 1.10 2016/04/28 13:49:04 gson Exp $ -SHA1 (st-1.8.tar.gz) = 3f9c9bfe0a6074ccfcb642c1b95320dba496b9e8 -RMD160 (st-1.8.tar.gz) = 951c55807d2164c1a8f1fcde75d97aeb6a47a256 -SHA512 (st-1.8.tar.gz) = e9078c5f1380095d7acf8346b9a291d97af665bcf9aa6a97d61aedb755005139717cca1c5aaf8dda1f55c1958bb9699ac73f54e2218226b99abb0bdd2ab555c2 -Size (st-1.8.tar.gz) = 106604 bytes -SHA1 (patch-aa) = 57fcd19a3768d198a874edddaf9f4395e002d243 +SHA1 (st-1.9.tar.gz) = 316597c082743f0e32391ac84d435c428b76bf8b +RMD160 (st-1.9.tar.gz) = 5daaa5a81f5cdc96465115e8093f702a2154844a +SHA512 (st-1.9.tar.gz) = 66a63076993b36f52cad472dd39cfb0ed256c75153ac06573b062ff8453d2c630f8738e434b4da907dfeddfaf38291b5710904deb67962d5072f33238ffb8b84 +Size (st-1.9.tar.gz) = 108756 bytes +SHA1 (patch-aa) = 07e9ae26981f6db25ac30a78cfe154008a5a7e5a SHA1 (patch-ab) = b1967d6ee1dcdd549f3f90f53f51aa253be2dc5c SHA1 (patch-md_h) = 954e32e14277d6875c0fe60d51d8c374c88c6c50 diff --git a/devel/st/patches/patch-aa b/devel/st/patches/patch-aa index 904c478ed7799..27325983fd68b 100644 --- a/devel/st/patches/patch-aa +++ b/devel/st/patches/patch-aa @@ -1,12 +1,12 @@ -$NetBSD: patch-aa,v 1.5 2012/12/17 01:58:55 dholland Exp $ +$NetBSD: patch-aa,v 1.6 2016/04/28 13:49:04 gson Exp $ - honor pkgsrc CC, AR, LD, RANLIB (CC matters for libtool, the others less so) - use libtool - other previously uncommented stuff (XXX) ---- Makefile.orig 2007-03-14 02:34:20.000000000 +0000 +--- Makefile.orig 2009-10-01 22:55:03.000000000 +0000 +++ Makefile -@@ -56,10 +56,10 @@ VERSION = 1.8 +@@ -57,10 +57,10 @@ VERSION = 1.9 # possible compilation options. ########################## @@ -21,7 +21,7 @@ $NetBSD: patch-aa,v 1.5 2012/12/17 01:58:55 dholland Exp $ LN = ln SHELL = /bin/sh -@@ -184,6 +184,13 @@ LDFLAGS = -shared -soname=$(SONAME) +@@ -196,6 +196,13 @@ LDFLAGS = -shared -soname=$(SONAME) OTHER_FLAGS = -Wall endif @@ -35,7 +35,7 @@ $NetBSD: patch-aa,v 1.5 2012/12/17 01:58:55 dholland Exp $ ifeq ($(OS), OPENBSD) SFLAGS = -fPIC LDFLAGS = -shared -soname=$(SONAME) -lc -@@ -273,15 +280,15 @@ endif +@@ -285,15 +292,15 @@ endif CFLAGS += $(DEFINES) $(OTHER_FLAGS) $(EXTRA_CFLAGS) @@ -58,7 +58,7 @@ $NetBSD: patch-aa,v 1.5 2012/12/17 01:58:55 dholland Exp $ DLIBRARY = $(TARGETDIR)/libst.$(DSO_SUFFIX).$(VERSION) EXAMPLES = examples -@@ -332,8 +339,7 @@ $(TARGETDIR): +@@ -344,8 +351,7 @@ $(TARGETDIR): if [ ! -d $(TARGETDIR) ]; then mkdir $(TARGETDIR); fi $(SLIBRARY): $(OBJS) @@ -68,7 +68,7 @@ $NetBSD: patch-aa,v 1.5 2012/12/17 01:58:55 dholland Exp $ rm -f obj; $(LN) $(LNFLAGS) $(TARGETDIR) obj $(DLIBRARY): $(OBJS:%.o=%-pic.o) -@@ -349,11 +355,11 @@ $(HEADER): public.h +@@ -361,11 +367,11 @@ $(HEADER): public.h rm -f $@ cp public.h $@ @@ -83,4 +83,4 @@ $NetBSD: patch-aa,v 1.5 2012/12/17 01:58:55 dholland Exp $ + $(LIBTOOL) --mode=compile $(CC) $(CFLAGS) -c $< -o $@ examples:: - @cd $@; $(MAKE) CC="$(CC)" CFLAGS="$(CFLAGS)" OS="$(OS)" TARGETDIR="$(TARGETDIR)" + @echo Making $@ diff --git a/devel/startbug1/Makefile b/devel/startbug1/Makefile index 1adf7551b6f89..c0417cc2b05c1 100644 --- a/devel/startbug1/Makefile +++ b/devel/startbug1/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.9 2015/10/10 01:58:06 ryoon Exp $ +# $NetBSD: Makefile,v 1.10 2016/04/11 19:01:49 ryoon Exp $ DISTNAME= starbug1-1.6.01 -PKGREVISION= 6 +PKGREVISION= 7 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_OSDN:=starbug1/57514/} diff --git a/devel/stgit/Makefile b/devel/stgit/Makefile index dd419531fe61e..9956650d1f0ed 100644 --- a/devel/stgit/Makefile +++ b/devel/stgit/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.28 2015/12/05 21:25:40 adam Exp $ +# $NetBSD: Makefile,v 1.30 2016/03/19 19:18:34 sevan Exp $ -DISTNAME= stgit-0.14.3 -PKGREVISION= 9 +DISTNAME= stgit-0.17.1 +PKGREVISION= 10 CATEGORIES= devel -MASTER_SITES= http://homepage.ntlworld.com/cmarinas/stgit/ +MASTER_SITES= http://download.gna.org/stgit/ -MAINTAINER= pkgsrc-users@NetBSD.org +MAINTAINER= terin@terinstock.com HOMEPAGE= http://www.procode.org/stgit/ COMMENT= Stacked GIT LICENSE= gnu-gpl-v2 @@ -60,7 +60,6 @@ post-install: ${INSTALL_SCRIPT} stg-* ${DESTDIR}${PREFIX}/bin cd ${WRKSRC}/Documentation && \ ${INSTALL_MAN} *.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1 && \ - ${INSTALL_DATA} *.html \ - ${DESTDIR}${PREFIX}/share/doc/${PKGBASE}/html + ${INSTALL_DATA} *.html ${DESTDIR}/${PREFIX}/share/doc/${PKGBASE}/html .include "../../mk/bsd.pkg.mk" diff --git a/devel/stgit/PLIST b/devel/stgit/PLIST index 425d70d216cd8..a18e7836bad34 100644 --- a/devel/stgit/PLIST +++ b/devel/stgit/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.9 2012/04/08 20:21:48 wiz Exp $ +@comment $NetBSD: PLIST,v 1.10 2016/03/18 23:13:26 sevan Exp $ bin/stg bin/stg-cvs bin/stg-dispatch @@ -11,22 +11,22 @@ bin/stg-show-old bin/stg-swallow bin/stg-unnew bin/stg-whatchanged -${PYSITELIB}/${EGG_FILE} +${PYSITELIB}/${PKGNAME}_dirty-py2.7.egg-info ${PYSITELIB}/stgit/__init__.py ${PYSITELIB}/stgit/__init__.pyc ${PYSITELIB}/stgit/__init__.pyo +${PYSITELIB}/stgit/argparse.py +${PYSITELIB}/stgit/argparse.pyc +${PYSITELIB}/stgit/argparse.pyo ${PYSITELIB}/stgit/basedir.py ${PYSITELIB}/stgit/basedir.pyc ${PYSITELIB}/stgit/basedir.pyo +${PYSITELIB}/stgit/builtin_version.py +${PYSITELIB}/stgit/builtin_version.pyc +${PYSITELIB}/stgit/builtin_version.pyo ${PYSITELIB}/stgit/commands/__init__.py ${PYSITELIB}/stgit/commands/__init__.pyc ${PYSITELIB}/stgit/commands/__init__.pyo -${PYSITELIB}/stgit/commands/add.py -${PYSITELIB}/stgit/commands/add.pyc -${PYSITELIB}/stgit/commands/add.pyo -${PYSITELIB}/stgit/commands/applied.py -${PYSITELIB}/stgit/commands/applied.pyc -${PYSITELIB}/stgit/commands/applied.pyo ${PYSITELIB}/stgit/commands/branch.py ${PYSITELIB}/stgit/commands/branch.pyc ${PYSITELIB}/stgit/commands/branch.pyo @@ -36,15 +36,15 @@ ${PYSITELIB}/stgit/commands/clean.pyo ${PYSITELIB}/stgit/commands/clone.py ${PYSITELIB}/stgit/commands/clone.pyc ${PYSITELIB}/stgit/commands/clone.pyo +${PYSITELIB}/stgit/commands/cmdlist.py +${PYSITELIB}/stgit/commands/cmdlist.pyc +${PYSITELIB}/stgit/commands/cmdlist.pyo ${PYSITELIB}/stgit/commands/commit.py ${PYSITELIB}/stgit/commands/commit.pyc ${PYSITELIB}/stgit/commands/commit.pyo ${PYSITELIB}/stgit/commands/common.py ${PYSITELIB}/stgit/commands/common.pyc ${PYSITELIB}/stgit/commands/common.pyo -${PYSITELIB}/stgit/commands/copy.py -${PYSITELIB}/stgit/commands/copy.pyc -${PYSITELIB}/stgit/commands/copy.pyo ${PYSITELIB}/stgit/commands/delete.py ${PYSITELIB}/stgit/commands/delete.pyc ${PYSITELIB}/stgit/commands/delete.pyo @@ -90,6 +90,9 @@ ${PYSITELIB}/stgit/commands/mail.pyo ${PYSITELIB}/stgit/commands/new.py ${PYSITELIB}/stgit/commands/new.pyc ${PYSITELIB}/stgit/commands/new.pyo +${PYSITELIB}/stgit/commands/next.py +${PYSITELIB}/stgit/commands/next.pyc +${PYSITELIB}/stgit/commands/next.pyo ${PYSITELIB}/stgit/commands/patches.py ${PYSITELIB}/stgit/commands/patches.pyc ${PYSITELIB}/stgit/commands/patches.pyo @@ -99,6 +102,12 @@ ${PYSITELIB}/stgit/commands/pick.pyo ${PYSITELIB}/stgit/commands/pop.py ${PYSITELIB}/stgit/commands/pop.pyc ${PYSITELIB}/stgit/commands/pop.pyo +${PYSITELIB}/stgit/commands/prev.py +${PYSITELIB}/stgit/commands/prev.pyc +${PYSITELIB}/stgit/commands/prev.pyo +${PYSITELIB}/stgit/commands/publish.py +${PYSITELIB}/stgit/commands/publish.pyc +${PYSITELIB}/stgit/commands/publish.pyo ${PYSITELIB}/stgit/commands/pull.py ${PYSITELIB}/stgit/commands/pull.pyc ${PYSITELIB}/stgit/commands/pull.pyo @@ -108,6 +117,9 @@ ${PYSITELIB}/stgit/commands/push.pyo ${PYSITELIB}/stgit/commands/rebase.py ${PYSITELIB}/stgit/commands/rebase.pyc ${PYSITELIB}/stgit/commands/rebase.pyo +${PYSITELIB}/stgit/commands/redo.py +${PYSITELIB}/stgit/commands/redo.pyc +${PYSITELIB}/stgit/commands/redo.pyo ${PYSITELIB}/stgit/commands/refresh.py ${PYSITELIB}/stgit/commands/refresh.pyc ${PYSITELIB}/stgit/commands/refresh.pyo @@ -117,12 +129,9 @@ ${PYSITELIB}/stgit/commands/rename.pyo ${PYSITELIB}/stgit/commands/repair.py ${PYSITELIB}/stgit/commands/repair.pyc ${PYSITELIB}/stgit/commands/repair.pyo -${PYSITELIB}/stgit/commands/resolved.py -${PYSITELIB}/stgit/commands/resolved.pyc -${PYSITELIB}/stgit/commands/resolved.pyo -${PYSITELIB}/stgit/commands/rm.py -${PYSITELIB}/stgit/commands/rm.pyc -${PYSITELIB}/stgit/commands/rm.pyo +${PYSITELIB}/stgit/commands/reset.py +${PYSITELIB}/stgit/commands/reset.pyc +${PYSITELIB}/stgit/commands/reset.pyo ${PYSITELIB}/stgit/commands/series.py ${PYSITELIB}/stgit/commands/series.pyc ${PYSITELIB}/stgit/commands/series.pyo @@ -132,24 +141,27 @@ ${PYSITELIB}/stgit/commands/show.pyo ${PYSITELIB}/stgit/commands/sink.py ${PYSITELIB}/stgit/commands/sink.pyc ${PYSITELIB}/stgit/commands/sink.pyo -${PYSITELIB}/stgit/commands/status.py -${PYSITELIB}/stgit/commands/status.pyc -${PYSITELIB}/stgit/commands/status.pyo +${PYSITELIB}/stgit/commands/squash.py +${PYSITELIB}/stgit/commands/squash.pyc +${PYSITELIB}/stgit/commands/squash.pyo ${PYSITELIB}/stgit/commands/sync.py ${PYSITELIB}/stgit/commands/sync.pyc ${PYSITELIB}/stgit/commands/sync.pyo ${PYSITELIB}/stgit/commands/top.py ${PYSITELIB}/stgit/commands/top.pyc ${PYSITELIB}/stgit/commands/top.pyo -${PYSITELIB}/stgit/commands/unapplied.py -${PYSITELIB}/stgit/commands/unapplied.pyc -${PYSITELIB}/stgit/commands/unapplied.pyo ${PYSITELIB}/stgit/commands/uncommit.py ${PYSITELIB}/stgit/commands/uncommit.pyc ${PYSITELIB}/stgit/commands/uncommit.pyo +${PYSITELIB}/stgit/commands/undo.py +${PYSITELIB}/stgit/commands/undo.pyc +${PYSITELIB}/stgit/commands/undo.pyo ${PYSITELIB}/stgit/commands/unhide.py ${PYSITELIB}/stgit/commands/unhide.pyc ${PYSITELIB}/stgit/commands/unhide.pyo +${PYSITELIB}/stgit/completion.py +${PYSITELIB}/stgit/completion.pyc +${PYSITELIB}/stgit/completion.pyo ${PYSITELIB}/stgit/config.py ${PYSITELIB}/stgit/config.pyc ${PYSITELIB}/stgit/config.pyo @@ -159,9 +171,27 @@ ${PYSITELIB}/stgit/exception.pyo ${PYSITELIB}/stgit/git.py ${PYSITELIB}/stgit/git.pyc ${PYSITELIB}/stgit/git.pyo -${PYSITELIB}/stgit/gitmergeonefile.py -${PYSITELIB}/stgit/gitmergeonefile.pyc -${PYSITELIB}/stgit/gitmergeonefile.pyo +${PYSITELIB}/stgit/lib/__init__.py +${PYSITELIB}/stgit/lib/__init__.pyc +${PYSITELIB}/stgit/lib/__init__.pyo +${PYSITELIB}/stgit/lib/edit.py +${PYSITELIB}/stgit/lib/edit.pyc +${PYSITELIB}/stgit/lib/edit.pyo +${PYSITELIB}/stgit/lib/git.py +${PYSITELIB}/stgit/lib/git.pyc +${PYSITELIB}/stgit/lib/git.pyo +${PYSITELIB}/stgit/lib/log.py +${PYSITELIB}/stgit/lib/log.pyc +${PYSITELIB}/stgit/lib/log.pyo +${PYSITELIB}/stgit/lib/stack.py +${PYSITELIB}/stgit/lib/stack.pyc +${PYSITELIB}/stgit/lib/stack.pyo +${PYSITELIB}/stgit/lib/stackupgrade.py +${PYSITELIB}/stgit/lib/stackupgrade.pyc +${PYSITELIB}/stgit/lib/stackupgrade.pyo +${PYSITELIB}/stgit/lib/transaction.py +${PYSITELIB}/stgit/lib/transaction.pyc +${PYSITELIB}/stgit/lib/transaction.pyo ${PYSITELIB}/stgit/main.py ${PYSITELIB}/stgit/main.pyc ${PYSITELIB}/stgit/main.pyo @@ -184,24 +214,98 @@ ${PYSITELIB}/stgit/version.py ${PYSITELIB}/stgit/version.pyc ${PYSITELIB}/stgit/version.pyo man/man1/stg-branch.1 +man/man1/stg-clean.1 man/man1/stg-clone.1 -man/man1/stg-cp.1 +man/man1/stg-commit.1 +man/man1/stg-delete.1 +man/man1/stg-diff.1 +man/man1/stg-edit.1 +man/man1/stg-export.1 +man/man1/stg-files.1 +man/man1/stg-float.1 +man/man1/stg-fold.1 +man/man1/stg-goto.1 +man/man1/stg-hide.1 +man/man1/stg-id.1 +man/man1/stg-import.1 man/man1/stg-init.1 +man/man1/stg-log.1 +man/man1/stg-mail.1 man/man1/stg-new.1 +man/man1/stg-next.1 +man/man1/stg-patches.1 +man/man1/stg-pick.1 +man/man1/stg-pop.1 +man/man1/stg-prev.1 +man/man1/stg-publish.1 +man/man1/stg-pull.1 +man/man1/stg-push.1 +man/man1/stg-rebase.1 +man/man1/stg-redo.1 +man/man1/stg-refresh.1 +man/man1/stg-rename.1 +man/man1/stg-repair.1 +man/man1/stg-reset.1 +man/man1/stg-series.1 +man/man1/stg-show.1 man/man1/stg-sink.1 +man/man1/stg-squash.1 +man/man1/stg-sync.1 +man/man1/stg-top.1 +man/man1/stg-uncommit.1 +man/man1/stg-undo.1 +man/man1/stg-unhide.1 man/man1/stg.1 share/doc/stgit/html/stg-branch.html +share/doc/stgit/html/stg-clean.html share/doc/stgit/html/stg-clone.html -share/doc/stgit/html/stg-cp.html +share/doc/stgit/html/stg-commit.html +share/doc/stgit/html/stg-delete.html +share/doc/stgit/html/stg-diff.html +share/doc/stgit/html/stg-edit.html +share/doc/stgit/html/stg-export.html +share/doc/stgit/html/stg-files.html +share/doc/stgit/html/stg-float.html +share/doc/stgit/html/stg-fold.html +share/doc/stgit/html/stg-goto.html +share/doc/stgit/html/stg-hide.html +share/doc/stgit/html/stg-id.html +share/doc/stgit/html/stg-import.html share/doc/stgit/html/stg-init.html +share/doc/stgit/html/stg-log.html +share/doc/stgit/html/stg-mail.html share/doc/stgit/html/stg-new.html +share/doc/stgit/html/stg-next.html +share/doc/stgit/html/stg-patches.html +share/doc/stgit/html/stg-pick.html +share/doc/stgit/html/stg-pop.html +share/doc/stgit/html/stg-prev.html +share/doc/stgit/html/stg-publish.html +share/doc/stgit/html/stg-pull.html +share/doc/stgit/html/stg-push.html +share/doc/stgit/html/stg-rebase.html +share/doc/stgit/html/stg-redo.html +share/doc/stgit/html/stg-refresh.html +share/doc/stgit/html/stg-rename.html +share/doc/stgit/html/stg-repair.html +share/doc/stgit/html/stg-reset.html +share/doc/stgit/html/stg-series.html +share/doc/stgit/html/stg-show.html share/doc/stgit/html/stg-sink.html +share/doc/stgit/html/stg-squash.html +share/doc/stgit/html/stg-sync.html +share/doc/stgit/html/stg-top.html +share/doc/stgit/html/stg-uncommit.html +share/doc/stgit/html/stg-undo.html +share/doc/stgit/html/stg-unhide.html share/doc/stgit/html/stg.html share/doc/stgit/html/tutorial.html -share/examples/stgit/gitconfig +share/stgit/completion/stgit-completion.bash share/stgit/contrib/stgbashprompt.sh -share/stgit/contrib/stgit-completion.bash +share/stgit/examples/gitconfig +share/stgit/examples/patchdescr.tmpl share/stgit/templates/covermail.tmpl share/stgit/templates/mailattch.tmpl +share/stgit/templates/patchandattch.tmpl share/stgit/templates/patchexport.tmpl share/stgit/templates/patchmail.tmpl diff --git a/devel/stgit/distinfo b/devel/stgit/distinfo index b99d171d9adb2..8db257c799914 100644 --- a/devel/stgit/distinfo +++ b/devel/stgit/distinfo @@ -1,10 +1,7 @@ -$NetBSD: distinfo,v 1.10 2015/11/03 03:29:34 agc Exp $ +$NetBSD: distinfo,v 1.11 2016/03/18 23:13:26 sevan Exp $ -SHA1 (stgit-0.14.3.tar.gz) = 9ea2e859281f8fe3cbb7f2bd9fd83b9846923cbe -RMD160 (stgit-0.14.3.tar.gz) = 5ed7ab18a3f98269c3fc29e4d1dd353171add7d9 -SHA512 (stgit-0.14.3.tar.gz) = 1b45d6b4799339c6882b1e5f512a21a67d3c912133c4d50ea27009fd5d241a04acbf1ff756094582386b12fb81942c94d7011a26e0f9ec6a464f9b47e5638482 -Size (stgit-0.14.3.tar.gz) = 227645 bytes -SHA1 (patch-aa) = 364103963f8e74eee12dbd548b4ed48b349b662f -SHA1 (patch-ab) = 4808d98409c39cd6af33aad1b318a8df41c9cfec -SHA1 (patch-ac) = ce1df6ab709c4c4e27b96491a8fc37669c593cb0 -SHA1 (patch-ad) = 71d7a3c7e71512a84231f08574713390f1db300d +SHA1 (stgit-0.17.1.tar.gz) = 5918fd983919ab70ab191868b84e917a06556cc2 +RMD160 (stgit-0.17.1.tar.gz) = 74cfb72865b3c290613ca355d360b47baa1c8351 +SHA512 (stgit-0.17.1.tar.gz) = 3efdfb9bc024c3a7c0d74d49e85f157d5d5209c9a2ad0ce63a07138c02fb1580e92ac4a91796e79bbd221e6884317e975f9f44e35db0b484fd916bc67cd61abe +Size (stgit-0.17.1.tar.gz) = 398466 bytes +SHA1 (patch-aa) = 83bf9651149e53ef9264a6d98d4e4e9faf3692cf diff --git a/devel/stgit/patches/patch-aa b/devel/stgit/patches/patch-aa index b51ffa8cb4df9..3c1195da603de 100644 --- a/devel/stgit/patches/patch-aa +++ b/devel/stgit/patches/patch-aa @@ -1,17 +1,37 @@ -$NetBSD: patch-aa,v 1.1 2008/01/10 06:35:49 bjs Exp $ +$NetBSD: patch-aa,v 1.2 2016/03/18 23:13:26 sevan Exp $ ---- contrib/stg-gitk.orig 2007-12-11 18:54:04.000000000 -0500 -+++ contrib/stg-gitk -@@ -48,10 +48,10 @@ if [ $allbranches = 1 ]; then - refdirs="$GIT_DIR/refs" - else - # default to current branch -- if [ "$branches" == "" ]; then -+ if [ "$branches" = "" ]; then - branches="$(stg branch)" - fi -- if [ "$branches" == "" ]; then -+ if [ "$branches" = "" ]; then - echo >&2 "ERROR: cannot find current branch." - exit 1 - fi +Honor PYTHON settings in Documentation Makefile. +Backport of commit e22723c8ee19cf1bb4fdf68b2f1207442ab59e39 + +Allow ASCIIDOC_EXTRA to be overridden + +--- Documentation/Makefile.orig 2009-10-26 16:09:04.000000000 +0000 ++++ Documentation/Makefile +@@ -1,4 +1,4 @@ +-COMMANDS = $(shell ../stg-build --commands) ++COMMANDS = $(shell $(PYTHON) ../stg-build --commands) + COMMANDS_TXT = $(patsubst %,stg-%.txt,$(COMMANDS)) + + MAN1_TXT= stg.txt $(COMMANDS_TXT) +@@ -19,7 +19,7 @@ man1dir=$(mandir)/man1 + # DESTDIR= + + ASCIIDOC=asciidoc --unsafe +-ASCIIDOC_EXTRA = ++ASCIIDOC_EXTRA ?= + INSTALL?=install + + # +@@ -63,10 +63,10 @@ clean: + ALL_PY = $(shell find ../stgit -name '*.py') + + $(COMMANDS_TXT): $(ALL_PY) +- ../stg-build --asciidoc $(basename $(subst stg-,,$@)) > $@ ++ $(PYTHON) ../stg-build --asciidoc $(basename $(subst stg-,,$@)) > $@ + + command-list.txt: $(ALL_PY) +- ../stg-build --cmd-list > $@ ++ $(PYTHON) ../stg-build --cmd-list > $@ + + %.html : %.txt + $(ASCIIDOC) -b xhtml11 -d manpage -f asciidoc.conf $(ASCIIDOC_EXTRA) $< diff --git a/devel/stgit/patches/patch-ab b/devel/stgit/patches/patch-ab deleted file mode 100644 index 2ba35bc3559d4..0000000000000 --- a/devel/stgit/patches/patch-ab +++ /dev/null @@ -1,17 +0,0 @@ -$NetBSD: patch-ab,v 1.2 2008/04/10 12:11:34 bjs Exp $ - ---- setup.py.orig 2008-03-24 15:21:30.000000000 -0400 -+++ setup.py -@@ -62,10 +62,8 @@ setup(name = 'stgit', - scripts = ['stg'], - packages = ['stgit', 'stgit.commands'], - data_files = [('share/stgit/templates', glob.glob('templates/*.tmpl')), -- ('share/stgit/examples', glob.glob('examples/*.tmpl')), -- ('share/stgit/examples', ['examples/gitconfig']), -- ('share/stgit/contrib', ['contrib/diffcol.sh', -- 'contrib/stgbashprompt.sh', -+ ('share/examples/stgit', ['examples/gitconfig']), -+ ('share/stgit/contrib', ['contrib/stgbashprompt.sh', - 'contrib/stgit-completion.bash']), - ('share/doc/stgit', glob.glob('doc/*.txt'))] - ) diff --git a/devel/stgit/patches/patch-ac b/devel/stgit/patches/patch-ac deleted file mode 100644 index c8fcf605be623..0000000000000 --- a/devel/stgit/patches/patch-ac +++ /dev/null @@ -1,31 +0,0 @@ -$NetBSD: patch-ac,v 1.2 2008/07/25 04:00:59 bjs Exp $ - ---- Documentation/Makefile.orig 2007-07-25 19:49:46.000000000 -0400 -+++ Documentation/Makefile 2008-02-11 14:55:30.000000000 -0500 -@@ -20,7 +20,7 @@ - # DESTDIR= - - ASCIIDOC=asciidoc --unsafe --ASCIIDOC_EXTRA = -+#ASCIIDOC_EXTRA = - INSTALL?=install - - # -@@ -44,9 +44,14 @@ - man7: $(DOC_MAN7) - - install: man -- $(INSTALL) -d -m755 $(DESTDIR)$(man1dir) $(DESTDIR)$(man7dir) -- $(INSTALL) -m644 $(DOC_MAN1) $(DESTDIR)$(man1dir) -- $(INSTALL) -m644 $(DOC_MAN7) $(DESTDIR)$(man7dir) -+ $(BSD_INSTALL_MAN_DIR) $(DESTDIR)$(man1dir) -+ $(BSD_INSTALL_MAN_DIR) $(DESTDIR)$(man7dir) -+ for fn in $(DOC_MAN1); do \ -+ $(BSD_INSTALL_MAN) $$fn $(DESTDIR)$(man1dir); \ -+ done -+ for fn in $(DOC_MAN7); do \ -+ $(BSD_INSTALL_MAN) $$fn $(DESTDIR)$(man7dir); \ -+ done - # - # Determine "include::" file references in asciidoc files. - # diff --git a/devel/stgit/patches/patch-ad b/devel/stgit/patches/patch-ad deleted file mode 100644 index 32efb1fc3efda..0000000000000 --- a/devel/stgit/patches/patch-ad +++ /dev/null @@ -1,12 +0,0 @@ -$NetBSD: patch-ad,v 1.1 2011/01/21 13:09:51 dmcmahill Exp $ - -Remove level 0 markup which is not allowed for an 'article' document. - ---- Documentation/tutorial.txt.orig 2011-01-21 12:56:56.000000000 +0000 -+++ Documentation/tutorial.txt 2011-01-21 12:57:06.000000000 +0000 -@@ -1,4 +1,4 @@ - StGIT Tutorial --############## -+=============== - - diff --git a/devel/subversion-base/Makefile b/devel/subversion-base/Makefile index 368ff5eaf97fa..1c3f68cd76221 100644 --- a/devel/subversion-base/Makefile +++ b/devel/subversion-base/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.101 2016/03/05 11:27:46 jperkin Exp $ +# $NetBSD: Makefile,v 1.104 2016/05/01 00:48:32 ryoon Exp $ PKGNAME= subversion-base-${SVNVER} -PKGREVISION= 1 COMMENT= Version control system, base programs and libraries # on at least solaris, configure fails to figure out @@ -80,4 +79,5 @@ svn-build-outputs-hack: .include "../../devel/apr/buildlink3.mk" .include "../../devel/gettext-lib/buildlink3.mk" +.include "../../mk/curses.buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/subversion-base/buildlink3.mk b/devel/subversion-base/buildlink3.mk index e09f732c5b71b..c7a57fa60db7c 100644 --- a/devel/subversion-base/buildlink3.mk +++ b/devel/subversion-base/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.42 2016/03/05 11:27:46 jperkin Exp $ +# $NetBSD: buildlink3.mk,v 1.44 2016/04/11 19:01:35 ryoon Exp $ .include "../../mk/bsd.fast.prefs.mk" .include "../../devel/subversion/Makefile.version" @@ -9,7 +9,7 @@ BUILDLINK_TREE+= subversion-base SUBVERSION_BASE_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.subversion-base+= subversion-base>=1.5.2nb1 -BUILDLINK_ABI_DEPENDS.subversion-base+= subversion-base>=1.9.3nb1 +BUILDLINK_ABI_DEPENDS.subversion-base+= subversion-base>=1.9.3nb2 BUILDLINK_PKGSRCDIR.subversion-base?= ../../devel/subversion-base BUILDLINK_FILES.subversion-base+= bin/svn-config @@ -30,6 +30,7 @@ BUILDLINK_API_DEPENDS.sqlite3+= sqlite3>=3.7.15.1 .include "../../devel/apr/buildlink3.mk" .include "../../devel/apr-util/buildlink3.mk" .include "../../devel/zlib/buildlink3.mk" +.include "../../mk/curses.buildlink3.mk" .endif # SUBVERSION_BASE_BUILDLINK3_MK BUILDLINK_TREE+= -subversion-base diff --git a/devel/subversion/Makefile.version b/devel/subversion/Makefile.version index c336d3ad7acca..44549b7962abe 100644 --- a/devel/subversion/Makefile.version +++ b/devel/subversion/Makefile.version @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.version,v 1.76 2015/12/18 17:49:06 adam Exp $ +# $NetBSD: Makefile.version,v 1.77 2016/05/01 00:48:32 ryoon Exp $ # When updating subversion, all packages are updated at the same time # to have a consistent set of packages. A particularly tricky aspect @@ -7,5 +7,5 @@ # changing the version. .if !defined(SVNVER) -SVNVER= 1.9.3 +SVNVER= 1.9.4 .endif diff --git a/devel/subversion/distinfo b/devel/subversion/distinfo index c42f42fdc321e..0246aee79991e 100644 --- a/devel/subversion/distinfo +++ b/devel/subversion/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.104 2016/02/15 07:36:13 wiz Exp $ +$NetBSD: distinfo,v 1.105 2016/05/01 00:48:32 ryoon Exp $ -SHA1 (subversion-1.9.3.tar.bz2) = 27e8df191c92095f48314a415194ec37c682cbcf -RMD160 (subversion-1.9.3.tar.bz2) = b60556c629f92429378fce9554fc4db98c68f5cc -SHA512 (subversion-1.9.3.tar.bz2) = 2197c5076e688ac09e63c345e45f2a5ee2999426edb76a91c6b92d229fa8c87772d76e99003a4438035771b4c11c502de399d44f4f42c0d759dcbd01b628a4cb -Size (subversion-1.9.3.tar.bz2) = 7909193 bytes +SHA1 (subversion-1.9.4.tar.bz2) = bc7d51fdda43bea01e1272dfe9d23d0a9d6cd11c +RMD160 (subversion-1.9.4.tar.bz2) = 9ea97e177a673f7b64f6f4ea8848b8640918387f +SHA512 (subversion-1.9.4.tar.bz2) = fa512d8315dd6a435dcc5a3c2ca3cd7cf932364dd3a82063be868aa3ebcc04caf87cd3ff732d3e3d8aec86f3f58848e2b55987451d4697479bb151d1269db07f +Size (subversion-1.9.4.tar.bz2) = 7911473 bytes SHA1 (patch-ad) = 2c158d03d6636309f97fb785bb244b150c4ec8c3 SHA1 (patch-ae) = a9cd7d26fb5f9da8ff81413ef32948ccd6c4290e SHA1 (patch-tools_dev_benchmarks_large__dirs_create__bigdir.sh) = ff19087ff4d348fdcf904eb52406f6b717fe444a diff --git a/devel/talloc/Makefile b/devel/talloc/Makefile index 8715d4af6f880..a778c6a1bd1b9 100644 --- a/devel/talloc/Makefile +++ b/devel/talloc/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.14 2016/02/18 14:39:51 gdt Exp $ +# $NetBSD: Makefile,v 1.15 2016/04/13 17:52:38 wiz Exp $ -DISTNAME= talloc-2.1.5 -PKGREVISION= 1 +DISTNAME= talloc-2.1.6 CATEGORIES= devel MASTER_SITES= http://www.samba.org/ftp/talloc/ diff --git a/devel/talloc/distinfo b/devel/talloc/distinfo index 8c0001cfce12b..2393674c3097c 100644 --- a/devel/talloc/distinfo +++ b/devel/talloc/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.9 2015/11/13 14:50:01 wiz Exp $ +$NetBSD: distinfo,v 1.10 2016/04/13 17:52:38 wiz Exp $ -SHA1 (talloc-2.1.5.tar.gz) = bdf3b3d8449e2c354f1ebc43d3e1058160eb4adb -RMD160 (talloc-2.1.5.tar.gz) = 376ac8d701eb124e8588533d5db29db81944e585 -SHA512 (talloc-2.1.5.tar.gz) = b938d67fcf4c6618f1149b4ec665957a604e3b07ee26e96ed36d94312db8f56b50498f69f9a07782f7f10a25047604e32b0d1786e1051d5f36b696c2755f8741 -Size (talloc-2.1.5.tar.gz) = 436193 bytes +SHA1 (talloc-2.1.6.tar.gz) = bf30a1b0d3a86b686caa7fb6057c25309f2aa7cf +RMD160 (talloc-2.1.6.tar.gz) = 48294d18a2f8328ce72a08f8adce00d6c12e1663 +SHA512 (talloc-2.1.6.tar.gz) = d872780d7ea13757ddb5640c0de5d5c013a9669d07820e9f95b32c460854a4d9327501816a210f33db434b69218a266a6532d5b89fcb6ca84ede90908e3f95c6 +Size (talloc-2.1.6.tar.gz) = 436983 bytes SHA1 (patch-buildtools_wafsamba_samba__conftests.py) = 8e40688a23fbf6112153b82a538df8801bf96247 diff --git a/devel/tet3/Makefile b/devel/tet3/Makefile index 21bc8a5d52146..01058295eae77 100644 --- a/devel/tet3/Makefile +++ b/devel/tet3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2015/06/12 10:50:00 wiz Exp $ +# $NetBSD: Makefile,v 1.27 2016/03/15 12:15:26 wiz Exp $ DISTNAME= tet3.7-unsup.src PKGNAME= tet3-3.7 @@ -28,6 +28,8 @@ REPLACE_PERL+= src/perl/api.pl REPLACE_KSH+= src/scripts/tet_start.sh MAKE_FILE= makefile +INSTALLATION_DIRS= tet3/bin tet3/lib + .include "../../mk/bsd.prefs.mk" PLIST_VARS+= java @@ -36,10 +38,7 @@ PLIST.java= yes .endif post-install: - ${INSTALL_PROGRAM_DIR} ${DESTDIR}${PREFIX}/tet3 - ${INSTALL_PROGRAM_DIR} ${DESTDIR}${PREFIX}/tet3/bin cd ${WRKSRC}/bin && pax -rwpp . ${DESTDIR}${PREFIX}/tet3/bin - ${INSTALL_PROGRAM_DIR} ${DESTDIR}${PREFIX}/tet3/lib cd ${WRKSRC}/lib && pax -rwpp . ${DESTDIR}${PREFIX}/tet3/lib PTHREAD_OPTS+= native # only native threads make sense diff --git a/devel/tet3/distinfo b/devel/tet3/distinfo index b41be0c54e291..19c2c1170d499 100644 --- a/devel/tet3/distinfo +++ b/devel/tet3/distinfo @@ -1,17 +1,15 @@ -$NetBSD: distinfo,v 1.9 2015/11/03 03:29:35 agc Exp $ +$NetBSD: distinfo,v 1.10 2016/03/15 12:15:26 wiz Exp $ SHA1 (tet3.7-unsup.src.tgz) = 43a3720d0472b6d3261b1b1cd7fa5192a2911b73 RMD160 (tet3.7-unsup.src.tgz) = 7e266fc77e2a01ece7cd1b041d3ee28426d1bd3d SHA512 (tet3.7-unsup.src.tgz) = c3f192a907e521d628f47c5d676f8cb3681f1fae2bed2d458b2d65d05525a6302e024bc90e99bc8ae1b5abade71ca07fb24a3b0dd914d2af8487c54041ca822f Size (tet3.7-unsup.src.tgz) = 953406 bytes -SHA1 (patch-aa) = 6b67991e3deed46ef7a3451e3ff94dee286d1d65 -SHA1 (patch-ab) = a18d1928e58ea8e5eef7fd797641f802e99cc02d +SHA1 (patch-aa) = 37c1da834d026be3b6b79afe40b257fd4104d108 +SHA1 (patch-ab) = 8a4046b5fa63ef25995506f22d7e948c33695b73 SHA1 (patch-ac) = 6de35a54caa6df438bb7a9abf59769626a16e9bb -SHA1 (patch-ad) = ba0bb07f74a70691cf62d72502a3d608e522e2c0 -SHA1 (patch-ae) = adb90e2ce7ad8429a701718ec4a79ddb2f93d509 -SHA1 (patch-ah) = aaee593e861966595ef71ab59b535372facc1115 -SHA1 (patch-ai) = 256d4903ec91f4a4ffe147accb5d7e80740e6c46 +SHA1 (patch-ad) = 3541d02db440e29d4c9ea36bd988499be3e2c082 +SHA1 (patch-ai) = 3039a9a1bdaa7f3e00d359cd0d05fd2bbb701f3d SHA1 (patch-aj) = 98738ce53f8746e478475f6ad483db2af16ee6b8 SHA1 (patch-ak) = a907e0492849aec9a23eef2167aecb92e4ca589a SHA1 (patch-al) = 840feab081b56a1f44f3c5094f5962b9700350e5 -SHA1 (patch-src_scripts_tet_start.sh) = 3b3ae5806c88b3f795a51ed1b057df4134f1961c +SHA1 (patch-src_scripts_tet_start.sh) = 7c1c464d69a6ba346ad0c81f452426c44b008e56 diff --git a/devel/tet3/patches/patch-aa b/devel/tet3/patches/patch-aa index 29f44125bca75..bfeb0f89388bb 100644 --- a/devel/tet3/patches/patch-aa +++ b/devel/tet3/patches/patch-aa @@ -1,4 +1,6 @@ -$NetBSD: patch-aa,v 1.2 2006/06/08 16:57:59 rillig Exp $ +$NetBSD: patch-aa,v 1.3 2016/03/15 12:15:26 wiz Exp $ + +Add build framework for NetBSD. --- /dev/null 2003-06-16 16:02:04.000000000 +0100 +++ contrib/configtool/defines/netbsd.mk 2003-06-16 16:01:30.000000000 +0100 diff --git a/devel/tet3/patches/patch-ab b/devel/tet3/patches/patch-ab index fd882ad04c7d2..9fdddf7c8b83e 100644 --- a/devel/tet3/patches/patch-ab +++ b/devel/tet3/patches/patch-ab @@ -1,4 +1,6 @@ -$NetBSD: patch-ab,v 1.3 2006/06/08 16:57:59 rillig Exp $ +$NetBSD: patch-ab,v 1.4 2016/03/15 12:15:26 wiz Exp $ + +Support DragonFly and NetBSD. --- configure.orig 2000-03-07 02:12:40.000000000 +0000 +++ configure diff --git a/devel/tet3/patches/patch-ad b/devel/tet3/patches/patch-ad index 11daebf5afb8c..43108b70df8e7 100644 --- a/devel/tet3/patches/patch-ad +++ b/devel/tet3/patches/patch-ad @@ -1,6 +1,4 @@ -$NetBSD: patch-ad,v 1.2 2006/06/08 16:57:59 rillig Exp $ - -Matt Thomas's patch +$NetBSD: patch-ad,v 1.3 2016/03/15 12:15:26 wiz Exp $ --- src/tet3/dtet2lib/notty.c 1999-09-04 15:47:17.000000000 +0100 +++ src/tet3/dtet2lib/notty.c 2003-05-27 23:55:51.000000000 +0100 diff --git a/devel/tet3/patches/patch-ae b/devel/tet3/patches/patch-ae deleted file mode 100644 index 2fc9aec74236f..0000000000000 --- a/devel/tet3/patches/patch-ae +++ /dev/null @@ -1,6 +0,0 @@ -$NetBSD: patch-ae,v 1.2 2006/06/08 16:57:59 rillig Exp $ - ---- src/perl/api.pl 2003/07/22 17:24:43 1.1 -+++ src/perl/api.pl 2003/07/22 17:25:04 -@@ -1,0 +1,1 @@ -+#! /usr/bin/perl diff --git a/devel/tet3/patches/patch-ah b/devel/tet3/patches/patch-ah deleted file mode 100644 index e770941368466..0000000000000 --- a/devel/tet3/patches/patch-ah +++ /dev/null @@ -1,6 +0,0 @@ -$NetBSD: patch-ah,v 1.2 2006/06/08 16:57:59 rillig Exp $ - ---- contrib/tetreport/tetreport.pl 2003/07/22 17:27:03 1.1 -+++ contrib/tetreport/tetreport.pl 2003/07/22 17:27:18 -@@ -1,0 +1,1 @@ -+#! /usr/bin/perl diff --git a/devel/tet3/patches/patch-ai b/devel/tet3/patches/patch-ai index 9da6f7ae5ee87..3b9eb36d79f10 100644 --- a/devel/tet3/patches/patch-ai +++ b/devel/tet3/patches/patch-ai @@ -1,4 +1,6 @@ -$NetBSD: patch-ai,v 1.2 2006/06/08 16:57:59 rillig Exp $ +$NetBSD: patch-ai,v 1.3 2016/03/15 12:15:26 wiz Exp $ + +Add DragonFly support. --- src/helpers/GuessOS.orig 2006-01-09 15:31:00.000000000 +0000 +++ src/helpers/GuessOS diff --git a/devel/tet3/patches/patch-src_scripts_tet_start.sh b/devel/tet3/patches/patch-src_scripts_tet_start.sh index a7bf1c2023fc5..9029db31d0edd 100644 --- a/devel/tet3/patches/patch-src_scripts_tet_start.sh +++ b/devel/tet3/patches/patch-src_scripts_tet_start.sh @@ -1,4 +1,6 @@ -$NetBSD: patch-src_scripts_tet_start.sh,v 1.1 2011/12/11 11:57:09 marino Exp $ +$NetBSD: patch-src_scripts_tet_start.sh,v 1.2 2016/03/15 12:15:26 wiz Exp $ + +Fix shebang. --- src/scripts/tet_start.sh.orig 2011-12-11 11:02:59.580983000 +0000 +++ src/scripts/tet_start.sh diff --git a/devel/tkcvs/Makefile b/devel/tkcvs/Makefile index 757d1a60c9d39..346c40cdc7cfb 100644 --- a/devel/tkcvs/Makefile +++ b/devel/tkcvs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.40 2014/10/09 14:06:31 wiz Exp $ +# $NetBSD: Makefile,v 1.41 2016/04/21 13:29:07 jperkin Exp $ # DISTNAME= tkcvs-8.2.3 @@ -15,6 +15,11 @@ NO_CONFIGURE= yes NO_BUILD= yes USE_LANGUAGES= # empty +SUBST_CLASSES+= manpath +SUBST_STAGE.manpath= pre-install +SUBST_FILES.manpath= doinstall.tcl +SUBST_SED.manpath= -e 's, man , ${PKGMANDIR} ,g' + do-install: (cd ${WRKSRC} && ./doinstall.tcl ${DESTDIR}${PREFIX}) diff --git a/devel/waf/Makefile b/devel/waf/Makefile index 6370d5d28a509..c42f748fa9584 100644 --- a/devel/waf/Makefile +++ b/devel/waf/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.19 2016/02/01 11:23:16 wiz Exp $ +# $NetBSD: Makefile,v 1.20 2016/04/13 17:50:08 wiz Exp $ -DISTNAME= waf-1.8.19 +DISTNAME= waf-1.8.20 CATEGORIES= devel -MASTER_SITES= http://ftp.waf.io/pub/release/ +MASTER_SITES= https://waf.io/ EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org diff --git a/devel/waf/distinfo b/devel/waf/distinfo index 2dd32f6a11896..83d167c4dba0d 100644 --- a/devel/waf/distinfo +++ b/devel/waf/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.21 2016/02/01 11:23:16 wiz Exp $ +$NetBSD: distinfo,v 1.22 2016/04/13 17:50:08 wiz Exp $ -SHA1 (waf-1.8.19.tar.bz2) = e67e181897c6b6a6bee75b237f4a57bc5caaec26 -RMD160 (waf-1.8.19.tar.bz2) = 6f99db02fe31d1a45bd6c6bcafa5b221c25f3688 -SHA512 (waf-1.8.19.tar.bz2) = d7b975b71f97bbc64f2c8f6d4c18807b95d26710f4dba03a894f4001a102909e30b489c739830ebc3171b3816c4d789079e00f503f3b6a3703d4636ac2e767a8 -Size (waf-1.8.19.tar.bz2) = 1362758 bytes +SHA1 (waf-1.8.20.tar.bz2) = aaac5f962b534da0bf47e3624d7176e3ea23acf2 +RMD160 (waf-1.8.20.tar.bz2) = 86188880c172f44db26fb4f7788c8ef30570fa97 +SHA512 (waf-1.8.20.tar.bz2) = 0e4e9314443311ddd5625163cd49b8e8fd8844f968bb89b373c002088b8ac7d7b15d51214414190a3ab8dea8b4ac279e3f1582d1082a955f3bcf41cfdfc9d99b +Size (waf-1.8.20.tar.bz2) = 1364825 bytes diff --git a/devel/xa65/distinfo b/devel/xa65/distinfo index 5bac6e305d40f..3f3b9c9a63d4e 100644 --- a/devel/xa65/distinfo +++ b/devel/xa65/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.2 2015/11/03 03:29:38 agc Exp $ +$NetBSD: distinfo,v 1.3 2016/04/01 11:30:16 jperkin Exp $ SHA1 (xa-2.3.5.tar.gz) = d8f4564953adfcee69faacfa300b954875fabe21 RMD160 (xa-2.3.5.tar.gz) = 7b03a1b217dc855064f7b2b952bdb3762bfed014 SHA512 (xa-2.3.5.tar.gz) = 5dc2c8d673f853eed7ad1672fc23edfc6cef73bb37e63d8c67a797bd38609923964a1d349e1314a84e15b3939f542316c3c7e501dc37add1e2ae3acc7c53ab95 Size (xa-2.3.5.tar.gz) = 132551 bytes -SHA1 (patch-Makefile) = d66b210b479135d876bfd5fe2ec8316f63238e10 +SHA1 (patch-Makefile) = 29baed7ac2a6cc4c1fc32dc3c2aed9627bdf1344 SHA1 (patch-src_xa.c) = 1c42a07c14cfb4771d29a7f2774368fa57edb5b8 diff --git a/devel/xa65/patches/patch-Makefile b/devel/xa65/patches/patch-Makefile index f357baa2a8017..5285d649a3bc9 100644 --- a/devel/xa65/patches/patch-Makefile +++ b/devel/xa65/patches/patch-Makefile @@ -1,4 +1,4 @@ -$NetBSD: patch-Makefile,v 1.1 2012/12/12 13:16:02 wiz Exp $ +$NetBSD: patch-Makefile,v 1.2 2016/04/01 11:30:16 jperkin Exp $ Install documentation, fix Makefile variables @@ -15,7 +15,7 @@ Install documentation, fix Makefile variables -MANDIR = $(DESTDIR)/share/man/man1 -DOCDIR = $(DESTDIR)/share/doc +BINDIR = $(PREFIX)/bin -+MANDIR = $(PREFIX)/man/man1 ++MANDIR = $(PREFIX)/${PKGMANDIR}/man1 +DOCDIR = $(PREFIX)/share/doc MKDIR = mkdir -p diff --git a/devel/xulrunner10/Makefile b/devel/xulrunner10/Makefile index 37f9217c1675a..d2d3cb10c220f 100644 --- a/devel/xulrunner10/Makefile +++ b/devel/xulrunner10/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.40 2016/03/05 11:27:46 jperkin Exp $ +# $NetBSD: Makefile,v 1.41 2016/04/11 19:01:49 ryoon Exp $ .include "dist.mk" PKGNAME= xulrunner10-${MOZ_BRANCH}${MOZ_BRANCH_MINOR} -PKGREVISION= 28 +PKGREVISION= 29 CATEGORIES= devel www MAINTAINER= pkgsrc-users@NetBSD.org diff --git a/devel/xulrunner10/distinfo b/devel/xulrunner10/distinfo index c3c51d4793eba..57582c22f9867 100644 --- a/devel/xulrunner10/distinfo +++ b/devel/xulrunner10/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.18 2015/11/03 03:29:39 agc Exp $ +$NetBSD: distinfo,v 1.20 2016/05/07 09:54:34 joerg Exp $ SHA1 (firefox-10.0.12esr.source.tar.bz2) = d9086cabf06e04ef5200a8731288c0df27eb84d7 RMD160 (firefox-10.0.12esr.source.tar.bz2) = b112325fa37435d62e5e2737f2e87caf58f25b3c @@ -34,6 +34,7 @@ SHA1 (patch-bg) = 669ca920b137d5fdd10b621013a7a02f78bfba6b SHA1 (patch-bi) = 9e76596ab9a48abdab0bfbcd9f8bb3d067c6f7bd SHA1 (patch-build_autoconf_gcc-pr49911.m4) = d994d058116875255af451c4bf411929caf8c1a9 SHA1 (patch-build_autoconf_nss.m4) = a4519ad6274102512f73eabce1c4821801aa7e77 +SHA1 (patch-config_system-headers) = ba92e292e159ab98423101db785545ddd44d34ad SHA1 (patch-content_svg_content_src_SVGNumberList.cpp) = e0541b67954f8e49c98302dccd74e63a22d579c4 SHA1 (patch-content_svg_content_src_nsSVGFilters.cpp) = 2e1db9ff49bf209f395171f6324830254901c76d SHA1 (patch-content_svg_content_src_nsSVGFilters.h) = 15a1f1ccbdcf197983805e4393053cbd6e02562b @@ -82,6 +83,7 @@ SHA1 (patch-ma) = 247368e8cd2a2ce6cb2d21a2ebd942dc5b410e7a SHA1 (patch-mb) = e2a63c095399de1f1dbd6abad08df09bbec446d7 SHA1 (patch-md) = aa4edf887d1b2cfb29e845fa514dd0867f78d6bb SHA1 (patch-me) = c88f67ceedfb910f83f5a13d1696736386d54c93 +SHA1 (patch-media_libnestegg_src_align.h) = 9d5b11be15a24435f45a44a3df59dfa6d55782a6 SHA1 (patch-media_libvpx_vpx__config.h) = e80d16bc127f4b06924e911aa60a74b2c533e73b SHA1 (patch-media_libvpx_vpx__config__c.c) = b099f480176225df5cc2f5776b35099dca0bbb4c SHA1 (patch-mf) = ab10485bd3f702ca0c5e2289342576193872abcf diff --git a/devel/xulrunner10/patches/patch-config_system-headers b/devel/xulrunner10/patches/patch-config_system-headers new file mode 100644 index 0000000000000..6554d60fd6f32 --- /dev/null +++ b/devel/xulrunner10/patches/patch-config_system-headers @@ -0,0 +1,12 @@ +$NetBSD: patch-config_system-headers,v 1.1 2016/05/07 09:54:34 joerg Exp $ + +--- config/system-headers.orig 2016-05-06 19:01:02.000000000 +0000 ++++ config/system-headers +@@ -274,6 +274,7 @@ freetype/ttnameid.h + freetype/tttables.h + freetype/t1tables.h + fribidi/fribidi.h ++tttables.h + FSp_fopen.h + fstream + fstream.h diff --git a/devel/xulrunner10/patches/patch-media_libnestegg_src_align.h b/devel/xulrunner10/patches/patch-media_libnestegg_src_align.h new file mode 100644 index 0000000000000..95938cba6227c --- /dev/null +++ b/devel/xulrunner10/patches/patch-media_libnestegg_src_align.h @@ -0,0 +1,14 @@ +$NetBSD: patch-media_libnestegg_src_align.h,v 1.1 2016/03/26 23:26:14 joerg Exp $ + +--- media/libnestegg/src/align.h.orig 2016-03-26 12:36:49.221957164 +0000 ++++ media/libnestegg/src/align.h +@@ -30,7 +30,9 @@ union max_align + void (*q)(void); + }; + ++#if (__STDC_VERSION__ - 0) < 201112L && (__cplusplus - 0) < 201103L + typedef union max_align max_align_t; ++#endif + + #endif + diff --git a/devel/xulrunner17/Makefile b/devel/xulrunner17/Makefile index a7cf621355165..94a3f1972a4d3 100644 --- a/devel/xulrunner17/Makefile +++ b/devel/xulrunner17/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.39 2016/03/05 11:27:47 jperkin Exp $ +# $NetBSD: Makefile,v 1.40 2016/04/11 19:01:50 ryoon Exp $ .include "dist.mk" PKGNAME= xulrunner17-${MOZ_BRANCH}${MOZ_BRANCH_MINOR:S/esr//} -PKGREVISION= 16 +PKGREVISION= 17 CATEGORIES= devel www MAINTAINER= pkgsrc-users@NetBSD.org diff --git a/devel/xulrunner17/distinfo b/devel/xulrunner17/distinfo index c6e0149a73c7b..530fda60183ff 100644 --- a/devel/xulrunner17/distinfo +++ b/devel/xulrunner17/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.20 2016/01/20 22:14:13 ryoon Exp $ +$NetBSD: distinfo,v 1.21 2016/03/26 23:26:14 joerg Exp $ SHA1 (firefox-17.0.11esr.source.tar.bz2) = 593153bc2658be0bdf6d1361a079d4ce8fd516bd RMD160 (firefox-17.0.11esr.source.tar.bz2) = 9797f1553bf20008e62df2713a22c5844e7e3bdc @@ -83,6 +83,7 @@ SHA1 (patch-mb) = d1348344ad269df7008d857417551c594c9b9195 SHA1 (patch-md) = 1369069901aacaa47d76753772236fe159d42362 SHA1 (patch-me) = 93d5ef914cb00389cd5c2d92d228f47ec2436cb3 SHA1 (patch-media_libcubeb_src_Makefile.in) = a5026b121bca81043340104d331b6343953d5dc8 +SHA1 (patch-media_libnestegg_src_align.h) = 9d5b11be15a24435f45a44a3df59dfa6d55782a6 SHA1 (patch-media_libsydneyaudio_src_Makefile.in) = 7e55e41cdbcd193f57beb417e4b5c3511e8ddae0 SHA1 (patch-media_libsydneyaudio_src_sydney_audio_pulseaudio.c) = 75b828c074ccc71ff430795e2b044bebd8ff69eb SHA1 (patch-mf) = 6d314e67e9ad99c43faf0aea53dd67a77802ba8a diff --git a/devel/xulrunner17/patches/patch-media_libnestegg_src_align.h b/devel/xulrunner17/patches/patch-media_libnestegg_src_align.h new file mode 100644 index 0000000000000..95938cba6227c --- /dev/null +++ b/devel/xulrunner17/patches/patch-media_libnestegg_src_align.h @@ -0,0 +1,14 @@ +$NetBSD: patch-media_libnestegg_src_align.h,v 1.1 2016/03/26 23:26:14 joerg Exp $ + +--- media/libnestegg/src/align.h.orig 2016-03-26 12:36:49.221957164 +0000 ++++ media/libnestegg/src/align.h +@@ -30,7 +30,9 @@ union max_align + void (*q)(void); + }; + ++#if (__STDC_VERSION__ - 0) < 201112L && (__cplusplus - 0) < 201103L + typedef union max_align max_align_t; ++#endif + + #endif + diff --git a/devel/xulrunner192/Makefile b/devel/xulrunner192/Makefile index 6c55ed608d2c0..f3c8d133bfa4f 100644 --- a/devel/xulrunner192/Makefile +++ b/devel/xulrunner192/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.46 2016/03/05 11:27:47 jperkin Exp $ +# $NetBSD: Makefile,v 1.47 2016/04/11 19:01:50 ryoon Exp $ .include "dist.mk" PKGNAME= xulrunner192-${MOZ_BRANCH}${MOZ_BRANCH_MINOR} -PKGREVISION= 30 +PKGREVISION= 31 CATEGORIES= devel www MAINTAINER= pkgsrc-users@NetBSD.org diff --git a/devel/xulrunner192/distinfo b/devel/xulrunner192/distinfo index 3c4fbea3c7c43..9d1bf178b9251 100644 --- a/devel/xulrunner192/distinfo +++ b/devel/xulrunner192/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.21 2015/11/03 03:29:39 agc Exp $ +$NetBSD: distinfo,v 1.22 2016/05/07 09:54:16 joerg Exp $ SHA1 (firefox-3.6.28.source.tar.bz2) = adeaa9bdd367878c5b522766e681798178e31577 RMD160 (firefox-3.6.28.source.tar.bz2) = 87cfca8e3f1df30e06eccffbf994825904eeedbc @@ -37,6 +37,7 @@ SHA1 (patch-bf) = 6295d27762eb91162c00362306acbd47eeda61ac SHA1 (patch-bg) = ab79e04b5ac1453157cfb57754613210c74c3b90 SHA1 (patch-build_autoconf_moznbytetype.m4) = c0299f856d074f220d29f6388d5b0d96ad4b3e51 SHA1 (patch-config_milestone.pl) = 11252595ce322f6f3307ec6597ac4b9eb71bbf75 +SHA1 (patch-config_system-headers) = f0e83260d7fff51973ba1df7fd1eac2ad5edb294 SHA1 (patch-content_svg_content_src_nsSVGFilters.cpp) = ab83b19616148054046f5b2befdd1c447e27d485 SHA1 (patch-content_svg_content_src_nsSVGFilters.h) = d6a7b2616a450a182e227d917203b7369dbf184e SHA1 (patch-dom_src_threads_nsDOMWorkerEvents.cpp) = 2e29c52ddefa76a7ce28307d6dc8c0a87d8cecc2 @@ -60,7 +61,6 @@ SHA1 (patch-ml) = 9003af056e5b671b2345d0a75e99836746369c00 SHA1 (patch-mm) = 8db6fbb1197147978bce1de5c9b8017ed940efd1 SHA1 (patch-mn) = e7e5e615ca26f7cee0fb27b796fd3d423d693f6b SHA1 (patch-mp) = 34bf95224cdecedd93566f9405f725b0c9b5ee0f -SHA1 (patch-nsprpub_config_make-system-wrappers.pl) = d9f71cc3080b5bf8a89ae2c131c368fd2857e090 SHA1 (patch-pa) = df6b19762f03070794fb4cdce79fe792ed9284b1 SHA1 (patch-pb) = 61f9b8aa5bc377167980f8c2a8715062ac00e66e SHA1 (patch-pc) = 4fac35249d1a36c6ccaa3f4e3b4677998ee1d6ee diff --git a/devel/xulrunner192/patches/patch-config_system-headers b/devel/xulrunner192/patches/patch-config_system-headers new file mode 100644 index 0000000000000..60657f76d469e --- /dev/null +++ b/devel/xulrunner192/patches/patch-config_system-headers @@ -0,0 +1,12 @@ +$NetBSD: patch-config_system-headers,v 1.1 2016/05/07 09:54:16 joerg Exp $ + +--- config/system-headers.orig 2016-05-06 20:05:18.000000000 +0000 ++++ config/system-headers +@@ -276,6 +276,7 @@ fribidi/fribidi.h + FSp_fopen.h + fstream.h + ft2build.h ++tttables.h + fts.h + gconf/gconf-client.h + Gdiplus.h diff --git a/devel/xulrunner192/patches/patch-nsprpub_config_make-system-wrappers.pl b/devel/xulrunner192/patches/patch-nsprpub_config_make-system-wrappers.pl deleted file mode 100644 index 4c75aefbe56d2..0000000000000 --- a/devel/xulrunner192/patches/patch-nsprpub_config_make-system-wrappers.pl +++ /dev/null @@ -1,18 +0,0 @@ -$NetBSD: patch-nsprpub_config_make-system-wrappers.pl,v 1.1 2014/03/22 18:02:14 gdt Exp $ - ---- ./nsprpub/config/make-system-wrappers.pl.orig 2012-03-06 14:45:41.000000000 +0000 -+++ ./nsprpub/config/make-system-wrappers.pl -@@ -52,7 +52,12 @@ while () { - open OUT, ">$output_dir/$_"; - print OUT "#pragma GCC system_header\n"; # suppress include_next warning - print OUT "#pragma GCC visibility push(default)\n"; -- print OUT "#include_next \<$_\>\n"; -+ if ($_ =~ "freetype/tttables.h") { -+ print OUT "#include \\n"; -+ print OUT "#include_next FT_TRUETYPE_TABLES_H\n"; -+ } else { -+ print OUT "#include_next \<$_\>\n"; -+ } - print OUT "#pragma GCC visibility pop\n"; - close OUT; - } diff --git a/devel/xulrunner31/Makefile b/devel/xulrunner31/Makefile index 16fa915d2e9d8..25080a64da217 100644 --- a/devel/xulrunner31/Makefile +++ b/devel/xulrunner31/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2016/03/05 11:27:47 jperkin Exp $ +# $NetBSD: Makefile,v 1.18 2016/04/11 19:01:50 ryoon Exp $ MOZ_BRANCH= 31.8 MOZ_BRANCH_MINOR= .0esr @@ -9,7 +9,7 @@ MASTER_SITES= ${MASTER_SITE_MOZILLA_ALL:=firefox/releases/${MOZ_VER}/source/} EXTRACT_SUFX= .tar.bz2 PKGNAME= xulrunner31-${MOZ_BRANCH}${MOZ_BRANCH_MINOR:S/esr//:S/b/beta/} -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= devel www MAINTAINER= ryoon@NetBSD.org diff --git a/devel/xulrunner38/Makefile b/devel/xulrunner38/Makefile index 74c97b6111961..ab9e134800169 100644 --- a/devel/xulrunner38/Makefile +++ b/devel/xulrunner38/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.5 2016/03/05 11:27:47 jperkin Exp $ +# $NetBSD: Makefile,v 1.8 2016/05/04 09:56:26 ryoon Exp $ -MOZ_BRANCH= 38.6 -MOZ_BRANCH_MINOR= .1esr +MOZ_BRANCH= 38.8 +MOZ_BRANCH_MINOR= .0esr MOZ_VER= ${MOZ_BRANCH}${MOZ_BRANCH_MINOR} DISTNAME= firefox-${MOZ_VER}.source MASTER_SITES= ${MASTER_SITE_MOZILLA_ALL:=firefox/releases/${MOZ_VER}/source/} @@ -9,7 +9,6 @@ MASTER_SITES= ${MASTER_SITE_MOZILLA_ALL:=firefox/releases/${MOZ_VER}/source/} EXTRACT_SUFX= .tar.bz2 PKGNAME= xulrunner38-${MOZ_BRANCH}${MOZ_BRANCH_MINOR:S/esr//:S/b/beta/} -PKGREVISION= 1 CATEGORIES= devel www MAINTAINER= ryoon@NetBSD.org diff --git a/devel/xulrunner38/PLIST b/devel/xulrunner38/PLIST index e712479513f31..3b8086714f2bf 100644 --- a/devel/xulrunner38/PLIST +++ b/devel/xulrunner38/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2015/12/10 22:58:22 ryoon Exp $ +@comment $NetBSD: PLIST,v 1.2 2016/05/04 09:56:26 ryoon Exp $ bin/xulrunner38 include/xulrunner38/AVCCDecoderModule.h include/xulrunner38/AbstractMediaDecoder.h @@ -631,6 +631,7 @@ include/xulrunner38/mozilla/NumericLimits.h include/xulrunner38/mozilla/OSFileConstants.h include/xulrunner38/mozilla/Observer.h include/xulrunner38/mozilla/Omnijar.h +include/xulrunner38/mozilla/Opaque.h include/xulrunner38/mozilla/PaintTracker.h include/xulrunner38/mozilla/Pair.h include/xulrunner38/mozilla/PeerIdentity.h diff --git a/devel/xulrunner45/DESCR b/devel/xulrunner45/DESCR new file mode 100644 index 0000000000000..afc9497d195e0 --- /dev/null +++ b/devel/xulrunner45/DESCR @@ -0,0 +1,5 @@ +XULRunner is a runtime environment for applications using the +XML User Interface Language, XUL. It is the successor of the "Gecko" +runtime environment. + +This package tracks 45 extended support release. diff --git a/devel/xulrunner45/Makefile b/devel/xulrunner45/Makefile new file mode 100644 index 0000000000000..0824fc76fa9f6 --- /dev/null +++ b/devel/xulrunner45/Makefile @@ -0,0 +1,80 @@ +# $NetBSD: Makefile,v 1.2 2016/05/05 11:59:02 ryoon Exp $ + +MOZ_BRANCH= 45.1 +MOZ_BRANCH_MINOR= .1esr +MOZ_VER= ${MOZ_BRANCH}${MOZ_BRANCH_MINOR} +DISTNAME= firefox-${MOZ_VER}.source +MASTER_SITES= ${MASTER_SITE_MOZILLA_ALL:=firefox/releases/${MOZ_VER}/source/} +#MASTER_SITES+= ${MASTER_SITE_MOZILLA:=firefox/releases/${MOZ_VER}/source/} +EXTRACT_SUFX= .tar.xz + +PKGNAME= xulrunner45-${MOZ_BRANCH}${MOZ_BRANCH_MINOR:S/esr//:S/b/beta/} +CATEGORIES= devel www + +MAINTAINER= ryoon@NetBSD.org +HOMEPAGE= http://developer.mozilla.org/en/docs/XULRunner +COMMENT= XML User Interface Language runtime environment +LICENSE= mpl-1.1 + +WRKSRC= ${WRKDIR}/${DISTNAME:S/.source//} + +DISTINFO_FILE= ${.CURDIR}/../../www/firefox45/distinfo +PATCHDIR= ${.CURDIR}/../../www/firefox45/patches + +CHECK_PORTABILITY_SKIP+= js/src/tests/update-test262.sh + +MOZILLA_DIR= # empty + +PKGCONFIG_OVERRIDE+= xulrunner45/installer/libxul-embedding.pc.in +PKGCONFIG_OVERRIDE+= xulrunner45/installer/libxul.pc.in +PKGCONFIG_OVERRIDE+= xulrunner45/installer/mozilla-gtkmozembed-embedding.pc.in +PKGCONFIG_OVERRIDE+= xulrunner45/installer/mozilla-gtkmozembed.pc.in +PKGCONFIG_OVERRIDE+= xulrunner45/installer/mozilla-js.pc.in +PKGCONFIG_OVERRIDE+= xulrunner45/installer/mozilla-nspr.pc.in +PKGCONFIG_OVERRIDE+= xulrunner45/installer/mozilla-nss.pc.in +PKGCONFIG_OVERRIDE+= xulrunner45/installer/mozilla-plugin.pc.in + +CONFIGURE_ARGS+= --enable-application=xulrunner +CONFIGURE_ARGS+= --enable-libxul + +ALL_ENV+= MOZILLA_PKG_NAME=xulrunner45 + +MAKE_ENV+= FREEBL_NO_DEPEND=0 + +# workround for link of xulrunner-bin etc. +LDFLAGS+= ${COMPILER_RPATH_FLAG}${PREFIX}/lib/xulrunner45 ${COMPILER_RPATH_FLAG}${PREFIX}/lib +LDFLAGS.SunOS+= -lm + +CHECK_INTERPRETER_SKIP+=lib/xulrunner45/sdk/bin/header.py +CHECK_INTERPRETER_SKIP+=lib/xulrunner45/sdk/bin/typelib.py +CHECK_INTERPRETER_SKIP+=lib/xulrunner45/sdk/bin/xpidl.py +CHECK_INTERPRETER_SKIP+=lib/xulrunner45/sdk/bin/xpt.py + +.include "../../www/firefox45/mozilla-common.mk" +.include "../../www/firefox45/options.mk" + +post-extract: + mv ${WRKSRC}/gfx/ycbcr/yuv_row_arm.s ${WRKSRC}/gfx/ycbcr/yuv_row_arm.S + +pre-configure: + cd ${WRKSRC} && mkdir ${OBJDIR} + cd ${WRKSRC} && autoconf + cd ${WRKSRC}/js/src && autoconf + mkdir ${WRKSRC}/js/src/.deps + +post-install: + rm -f ${DESTDIR}${PREFIX}/lib/xulrunner45/libxpcomglue.a + ln -s sdk/lib/libxpcomglue.a \ + ${DESTDIR}${PREFIX}/lib/xulrunner45/libxpcomglue.a + rm -f ${DESTDIR}${PREFIX}/lib/xulrunner45/libxpcomglue_s.a + ln -s sdk/lib/libxpcomglue_s.a \ + ${DESTDIR}${PREFIX}/lib/xulrunner45/libxpcomglue_s.a + rm -f ${DESTDIR}${PREFIX}/lib/xulrunner45/libunicharutil_external_s.a + ln -s sdk/lib/libunicharutil_external_s.a \ + ${DESTDIR}${PREFIX}/lib/xulrunner45/libunicharutil_external_s.a + rm -f ${DESTDIR}${PREFIX}/lib/xulrunner45/libmozglue.a + ln -s sdk/lib/libmozglue.a \ + ${DESTDIR}${PREFIX}/lib/xulrunner45/libmozglue.a + ${TOUCH} ${TOUCH_FLAGS} ${DESTDIR}${PREFIX}/include/xulrunner45/mozilla/throw_gcc.h + +.include "../../mk/bsd.pkg.mk" diff --git a/devel/xulrunner45/PLIST b/devel/xulrunner45/PLIST new file mode 100644 index 0000000000000..b1936b3220080 --- /dev/null +++ b/devel/xulrunner45/PLIST @@ -0,0 +1,7456 @@ +@comment $NetBSD: PLIST,v 1.1 2016/05/04 10:01:06 ryoon Exp $ +bin/xulrunner45 +include/xulrunner45/ADTSDecoder.h +include/xulrunner45/ADTSDemuxer.h +include/xulrunner45/AbstractMediaDecoder.h +include/xulrunner45/AccEvent.h +include/xulrunner45/ActiveLayerTracker.h +include/xulrunner45/AgnosticDecoderModule.h +include/xulrunner45/AlignedTArray.h +include/xulrunner45/AndroidNativeWindow.h +include/xulrunner45/AndroidSurfaceTexture.h +include/xulrunner45/AnimationCommon.h +include/xulrunner45/AsyncEventRunner.h +include/xulrunner45/AsyncScrollBase.h +include/xulrunner45/AudioBlock.h +include/xulrunner45/AudioBufferUtils.h +include/xulrunner45/AudioChannelAgent.h +include/xulrunner45/AudioChannelFormat.h +include/xulrunner45/AudioChannelService.h +include/xulrunner45/AudioCompactor.h +include/xulrunner45/AudioEventTimeline.h +include/xulrunner45/AudioMixer.h +include/xulrunner45/AudioNodeEngine.h +include/xulrunner45/AudioNodeExternalInputStream.h +include/xulrunner45/AudioNodeStream.h +include/xulrunner45/AudioPacketizer.h +include/xulrunner45/AudioParamTimeline.h +include/xulrunner45/AudioSampleFormat.h +include/xulrunner45/AudioSegment.h +include/xulrunner45/AudioStream.h +include/xulrunner45/AutocompleteFieldList.h +include/xulrunner45/BackstagePass.h +include/xulrunner45/BasicCanvasLayer.h +include/xulrunner45/BasicImplData.h +include/xulrunner45/BasicLayers.h +include/xulrunner45/BasicLayersImpl.h +include/xulrunner45/BasicPaintedLayer.h +include/xulrunner45/BufferMediaResource.h +include/xulrunner45/CacheObserver.h +include/xulrunner45/CacheStorageService.h +include/xulrunner45/CameraCommon.h +include/xulrunner45/CameraPreferences.h +include/xulrunner45/CaretAssociationHint.h +include/xulrunner45/CertVerifier.h +include/xulrunner45/ClientCanvasLayer.h +include/xulrunner45/ClientContainerLayer.h +include/xulrunner45/ClientLayerManager.h +include/xulrunner45/ClientPaintedLayer.h +include/xulrunner45/ClientTiledPaintedLayer.h +include/xulrunner45/CodeAddressService.h +include/xulrunner45/Composer2D.h +include/xulrunner45/CompositableHost.h +include/xulrunner45/CompositorTypes.h +include/xulrunner45/ContainerWriter.h +include/xulrunner45/ContentHandlerService.h +include/xulrunner45/ContentHelper.h +include/xulrunner45/ContextStateTracker.h +include/xulrunner45/CopyableCanvasLayer.h +include/xulrunner45/CounterStyleManager.h +include/xulrunner45/Crypto.h +include/xulrunner45/CryptoTask.h +include/xulrunner45/CubebUtils.h +include/xulrunner45/D3D9SurfaceImage.h +include/xulrunner45/DOMCameraManager.h +include/xulrunner45/DOMMediaStream.h +include/xulrunner45/DecoderTraits.h +include/xulrunner45/DecomposeIntoNoRepeatTriangles.h +include/xulrunner45/DeviceStorage.h +include/xulrunner45/DeviceStorageFileDescriptor.h +include/xulrunner45/DiskSpaceWatcher.h +include/xulrunner45/DisplayItemClip.h +include/xulrunner45/DisplayListClipState.h +include/xulrunner45/DrawMode.h +include/xulrunner45/DrawResult.h +include/xulrunner45/DriverCrashGuard.h +include/xulrunner45/EGLUtils.h +include/xulrunner45/EMEAudioDecoder.h +include/xulrunner45/EMEDecoderModule.h +include/xulrunner45/EMEVideoDecoder.h +include/xulrunner45/EncodedBufferCache.h +include/xulrunner45/EncodedFrameContainer.h +include/xulrunner45/Entries.h +include/xulrunner45/ErrorList.h +include/xulrunner45/EventTracer.h +include/xulrunner45/FFmpegRuntimeLinker.h +include/xulrunner45/FakeInputPortService.h +include/xulrunner45/FileBlockCache.h +include/xulrunner45/FilterSupport.h +include/xulrunner45/FlushableTaskQueue.h +include/xulrunner45/ForceDiscreteGPUHelperCGL.h +include/xulrunner45/FrameLayerBuilder.h +include/xulrunner45/FrameMetrics.h +include/xulrunner45/FramePropertyTable.h +include/xulrunner45/FrameStatistics.h +include/xulrunner45/FuzzingWrapper.h +include/xulrunner45/GLBlitHelper.h +include/xulrunner45/GLConsts.h +include/xulrunner45/GLContext.h +include/xulrunner45/GLContextEGL.h +include/xulrunner45/GLContextGLX.h +include/xulrunner45/GLContextProvider.h +include/xulrunner45/GLContextProviderImpl.h +include/xulrunner45/GLContextSymbols.h +include/xulrunner45/GLContextTypes.h +include/xulrunner45/GLDefs.h +include/xulrunner45/GLImages.h +include/xulrunner45/GLLibraryEGL.h +include/xulrunner45/GLLibraryLoader.h +include/xulrunner45/GLReadTexImageHelper.h +include/xulrunner45/GLScreenBuffer.h +include/xulrunner45/GLTextureImage.h +include/xulrunner45/GLTypes.h +include/xulrunner45/GLUploadHelpers.h +include/xulrunner45/GLXLibrary.h +include/xulrunner45/GMPAudioDecoder.h +include/xulrunner45/GMPAudioDecoderChild.h +include/xulrunner45/GMPAudioDecoderParent.h +include/xulrunner45/GMPAudioDecoderProxy.h +include/xulrunner45/GMPAudioHost.h +include/xulrunner45/GMPCallbackBase.h +include/xulrunner45/GMPChild.h +include/xulrunner45/GMPContentChild.h +include/xulrunner45/GMPContentParent.h +include/xulrunner45/GMPDecoderModule.h +include/xulrunner45/GMPDecryptorChild.h +include/xulrunner45/GMPDecryptorParent.h +include/xulrunner45/GMPDecryptorProxy.h +include/xulrunner45/GMPEncryptedBufferDataImpl.h +include/xulrunner45/GMPLoader.h +include/xulrunner45/GMPMessageUtils.h +include/xulrunner45/GMPParent.h +include/xulrunner45/GMPPlatform.h +include/xulrunner45/GMPProcessChild.h +include/xulrunner45/GMPProcessParent.h +include/xulrunner45/GMPService.h +include/xulrunner45/GMPServiceChild.h +include/xulrunner45/GMPServiceParent.h +include/xulrunner45/GMPSharedMemManager.h +include/xulrunner45/GMPStorageChild.h +include/xulrunner45/GMPStorageParent.h +include/xulrunner45/GMPTimerChild.h +include/xulrunner45/GMPTimerParent.h +include/xulrunner45/GMPUtils.h +include/xulrunner45/GMPVideoDecoder.h +include/xulrunner45/GMPVideoDecoderChild.h +include/xulrunner45/GMPVideoDecoderParent.h +include/xulrunner45/GMPVideoDecoderProxy.h +include/xulrunner45/GMPVideoEncodedFrameImpl.h +include/xulrunner45/GMPVideoEncoderChild.h +include/xulrunner45/GMPVideoEncoderParent.h +include/xulrunner45/GMPVideoEncoderProxy.h +include/xulrunner45/GMPVideoHost.h +include/xulrunner45/GMPVideoPlaneImpl.h +include/xulrunner45/GMPVideoi420FrameImpl.h +include/xulrunner45/GStreamerDecoder.h +include/xulrunner45/GStreamerFormatHelper.h +include/xulrunner45/GStreamerLoader.h +include/xulrunner45/GStreamerReader.h +include/xulrunner45/GeckoProfiler.h +include/xulrunner45/GfxDriverInfo.h +include/xulrunner45/GfxInfoBase.h +include/xulrunner45/GfxInfoCollector.h +include/xulrunner45/GfxTexturesReporter.h +include/xulrunner45/GrallocImages.h +include/xulrunner45/GreekCasing.h +include/xulrunner45/H264Converter.h +include/xulrunner45/HTMLPropertiesCollection.h +include/xulrunner45/HTMLSplitOnSpacesTokenizer.h +include/xulrunner45/HeapCopyOfStackArray.h +include/xulrunner45/ICUUtils.h +include/xulrunner45/IJSDebugger.h +include/xulrunner45/IMFYCbCrImage.h +include/xulrunner45/IProgressObserver.h +include/xulrunner45/ImageCacheKey.h +include/xulrunner45/ImageContainer.h +include/xulrunner45/ImageHost.h +include/xulrunner45/ImageLayers.h +include/xulrunner45/ImageLogging.h +include/xulrunner45/ImageOps.h +include/xulrunner45/ImageRegion.h +include/xulrunner45/ImageTypes.h +include/xulrunner45/InputData.h +include/xulrunner45/InputPortData.h +include/xulrunner45/InputPortListeners.h +include/xulrunner45/InputPortServiceFactory.h +include/xulrunner45/InterceptedJARChannel.h +include/xulrunner45/Intervals.h +include/xulrunner45/IrishCasing.h +include/xulrunner45/Latency.h +include/xulrunner45/LayerScope.h +include/xulrunner45/LayerScopePacket.pb.h +include/xulrunner45/LayerSorter.h +include/xulrunner45/LayerState.h +include/xulrunner45/LayerTreeInvalidation.h +include/xulrunner45/LayerUserData.h +include/xulrunner45/Layers.h +include/xulrunner45/LayersLogging.h +include/xulrunner45/LayersTypes.h +include/xulrunner45/LayoutLogging.h +include/xulrunner45/LookupCache.h +include/xulrunner45/MP3Decoder.h +include/xulrunner45/MP3Demuxer.h +include/xulrunner45/MP3FrameParser.h +include/xulrunner45/MP4Decoder.h +include/xulrunner45/MP4Demuxer.h +include/xulrunner45/MP4Stream.h +include/xulrunner45/MainThreadUtils.h +include/xulrunner45/MediaBufferDecoder.h +include/xulrunner45/MediaCache.h +include/xulrunner45/MediaData.h +include/xulrunner45/MediaDataDecoderProxy.h +include/xulrunner45/MediaDataDemuxer.h +include/xulrunner45/MediaDecoder.h +include/xulrunner45/MediaDecoderOwner.h +include/xulrunner45/MediaDecoderReader.h +include/xulrunner45/MediaDecoderStateMachine.h +include/xulrunner45/MediaEncoder.h +include/xulrunner45/MediaEngine.h +include/xulrunner45/MediaEngineCameraVideoSource.h +include/xulrunner45/MediaEngineDefault.h +include/xulrunner45/MediaEventSource.h +include/xulrunner45/MediaFormatReader.h +include/xulrunner45/MediaInfo.h +include/xulrunner45/MediaMetadataManager.h +include/xulrunner45/MediaQueue.h +include/xulrunner45/MediaRecorder.h +include/xulrunner45/MediaResource.h +include/xulrunner45/MediaResourceCallback.h +include/xulrunner45/MediaSegment.h +include/xulrunner45/MediaSourceDecoder.h +include/xulrunner45/MediaSourceDemuxer.h +include/xulrunner45/MediaStatistics.h +include/xulrunner45/MediaStreamGraph.h +include/xulrunner45/MediaTimer.h +include/xulrunner45/MediaTrack.h +include/xulrunner45/MediaTrackConstraints.h +include/xulrunner45/MediaTrackList.h +include/xulrunner45/NSSErrorsService.h +include/xulrunner45/NativeFileWatcherNotSupported.h +include/xulrunner45/NesteggPacketHolder.h +include/xulrunner45/OCSPCache.h +include/xulrunner45/OGLShaderProgram.h +include/xulrunner45/OggCodecState.h +include/xulrunner45/OggDecoder.h +include/xulrunner45/OggReader.h +include/xulrunner45/OggWriter.h +include/xulrunner45/OmxDecoderModule.h +include/xulrunner45/OpusDecoder.h +include/xulrunner45/OpusParser.h +include/xulrunner45/OpusTrackEncoder.h +include/xulrunner45/Orientation.h +include/xulrunner45/PDMFactory.h +include/xulrunner45/PLDHashTable.h +include/xulrunner45/PlatformDecoderModule.h +include/xulrunner45/PluginWidgetProxy.h +include/xulrunner45/PuppetWidget.h +include/xulrunner45/ReadbackLayer.h +include/xulrunner45/RoundedRect.h +include/xulrunner45/RtspMediaResource.h +include/xulrunner45/RubyUtils.h +include/xulrunner45/SVGAttrValueWrapper.h +include/xulrunner45/SVGContentUtils.h +include/xulrunner45/SVGImageContext.h +include/xulrunner45/SVGPreserveAspectRatio.h +include/xulrunner45/SVGStringList.h +include/xulrunner45/SamplesWaitingForKey.h +include/xulrunner45/ScopedGLHelpers.h +include/xulrunner45/ScopedNSSTypes.h +include/xulrunner45/ScrollbarActivity.h +include/xulrunner45/ScrollbarStyles.h +include/xulrunner45/SelfRef.h +include/xulrunner45/SerializedLoadContext.h +include/xulrunner45/SharedBuffer.h +include/xulrunner45/SharedCertVerifier.h +include/xulrunner45/SharedSurface.h +include/xulrunner45/SharedSurfaceEGL.h +include/xulrunner45/SharedSurfaceGL.h +include/xulrunner45/SharedSurfaceGLX.h +include/xulrunner45/SkiaGLGlue.h +include/xulrunner45/SoftwareVsyncSource.h +include/xulrunner45/SoftwareWebMVideoDecoder.h +include/xulrunner45/SourceBufferContentManager.h +include/xulrunner45/SpecialSystemDirectory.h +include/xulrunner45/StackArena.h +include/xulrunner45/StreamBuffer.h +include/xulrunner45/SurfaceCache.h +include/xulrunner45/SurfaceFlags.h +include/xulrunner45/SurfaceTypes.h +include/xulrunner45/TextureGarbageBin.h +include/xulrunner45/TexturePoolOGL.h +include/xulrunner45/ThreadPoolCOMListener.h +include/xulrunner45/ThreadSafeRefcountingWithMainThreadDestruction.h +include/xulrunner45/ThreeDPoint.h +include/xulrunner45/TiledLayerBuffer.h +include/xulrunner45/TimeUnits.h +include/xulrunner45/TrackEncoder.h +include/xulrunner45/TrackMetadataBase.h +include/xulrunner45/TrackUnionStream.h +include/xulrunner45/UnitTransforms.h +include/xulrunner45/Units.h +include/xulrunner45/VPXDecoder.h +include/xulrunner45/VideoFrameContainer.h +include/xulrunner45/VideoSegment.h +include/xulrunner45/VideoUtils.h +include/xulrunner45/VorbisDecoder.h +include/xulrunner45/VorbisUtils.h +include/xulrunner45/VsyncSource.h +include/xulrunner45/WaveDecoder.h +include/xulrunner45/WaveReader.h +include/xulrunner45/WebAudioUtils.h +include/xulrunner45/WebMBufferedParser.h +include/xulrunner45/WebMDecoder.h +include/xulrunner45/WebMDemuxer.h +include/xulrunner45/WebMReader.h +include/xulrunner45/WordMovementType.h +include/xulrunner45/WrapperFactory.h +include/xulrunner45/XPCJSMemoryReporter.h +include/xulrunner45/XiphExtradata.h +include/xulrunner45/YCbCrUtils.h +include/xulrunner45/amIAddonManager.h +include/xulrunner45/amIAddonPathService.h +include/xulrunner45/amIWebInstallListener.h +include/xulrunner45/amIWebInstaller.h +include/xulrunner45/angle/KHR/khrplatform.h +include/xulrunner45/angle/ShaderLang.h +include/xulrunner45/angle/ShaderVars.h +include/xulrunner45/bit_reader.h +include/xulrunner45/chromium_types.h +include/xulrunner45/cubeb/cubeb-stdint.h +include/xulrunner45/cubeb/cubeb.h +include/xulrunner45/decode.h +include/xulrunner45/demuxer/TrackDemuxer.h +include/xulrunner45/domstubs.h +include/xulrunner45/expat.h +include/xulrunner45/expat_config.h +include/xulrunner45/expat_external.h +include/xulrunner45/extIApplication.h +include/xulrunner45/ftpCore.h +include/xulrunner45/gfx2DGlue.h +include/xulrunner45/gfxASurface.h +include/xulrunner45/gfxAlphaRecovery.h +include/xulrunner45/gfxBaseSharedMemorySurface.h +include/xulrunner45/gfxBlur.h +include/xulrunner45/gfxColor.h +include/xulrunner45/gfxContext.h +include/xulrunner45/gfxCrashReporterUtils.h +include/xulrunner45/gfxDrawable.h +include/xulrunner45/gfxEnv.h +include/xulrunner45/gfxFT2FontBase.h +include/xulrunner45/gfxFailure.h +include/xulrunner45/gfxFont.h +include/xulrunner45/gfxFontConstants.h +include/xulrunner45/gfxFontEntry.h +include/xulrunner45/gfxFontFamilyList.h +include/xulrunner45/gfxFontFeatures.h +include/xulrunner45/gfxFontInfoLoader.h +include/xulrunner45/gfxFontPrefLangList.h +include/xulrunner45/gfxFontTest.h +include/xulrunner45/gfxFontUtils.h +include/xulrunner45/gfxFontconfigFonts.h +include/xulrunner45/gfxGdkNativeRenderer.h +include/xulrunner45/gfxGradientCache.h +include/xulrunner45/gfxImageSurface.h +include/xulrunner45/gfxLineSegment.h +include/xulrunner45/gfxMathTable.h +include/xulrunner45/gfxMatrix.h +include/xulrunner45/gfxPDFSurface.h +include/xulrunner45/gfxPSSurface.h +include/xulrunner45/gfxPattern.h +include/xulrunner45/gfxPlatform.h +include/xulrunner45/gfxPlatformGtk.h +include/xulrunner45/gfxPoint.h +include/xulrunner45/gfxPrefs.h +include/xulrunner45/gfxQuad.h +include/xulrunner45/gfxQuaternion.h +include/xulrunner45/gfxRect.h +include/xulrunner45/gfxReusableImageSurfaceWrapper.h +include/xulrunner45/gfxReusableSharedImageSurfaceWrapper.h +include/xulrunner45/gfxReusableSurfaceWrapper.h +include/xulrunner45/gfxSVGGlyphs.h +include/xulrunner45/gfxSharedImageSurface.h +include/xulrunner45/gfxSharedQuartzSurface.h +include/xulrunner45/gfxSkipChars.h +include/xulrunner45/gfxTeeSurface.h +include/xulrunner45/gfxTelemetry.h +include/xulrunner45/gfxTextRun.h +include/xulrunner45/gfxTypes.h +include/xulrunner45/gfxUserFontSet.h +include/xulrunner45/gfxUtils.h +include/xulrunner45/gfxVR.h +include/xulrunner45/gfxXlibNativeRenderer.h +include/xulrunner45/gfxXlibSurface.h +include/xulrunner45/gfxipc/ShadowLayerUtils.h +include/xulrunner45/gmp-async-shutdown.h +include/xulrunner45/gmp-audio-codec.h +include/xulrunner45/gmp-audio-decode.h +include/xulrunner45/gmp-audio-host.h +include/xulrunner45/gmp-audio-samples.h +include/xulrunner45/gmp-decryption.h +include/xulrunner45/gmp-entrypoints.h +include/xulrunner45/gmp-errors.h +include/xulrunner45/gmp-platform.h +include/xulrunner45/gmp-storage.h +include/xulrunner45/gmp-video-codec.h +include/xulrunner45/gmp-video-decode.h +include/xulrunner45/gmp-video-encode.h +include/xulrunner45/gmp-video-frame-encoded.h +include/xulrunner45/gmp-video-frame-i420.h +include/xulrunner45/gmp-video-frame.h +include/xulrunner45/gmp-video-host.h +include/xulrunner45/gmp-video-plane.h +include/xulrunner45/google/protobuf/descriptor.h +include/xulrunner45/google/protobuf/descriptor.pb.h +include/xulrunner45/google/protobuf/descriptor_database.h +include/xulrunner45/google/protobuf/dynamic_message.h +include/xulrunner45/google/protobuf/extension_set.h +include/xulrunner45/google/protobuf/generated_enum_reflection.h +include/xulrunner45/google/protobuf/generated_message_reflection.h +include/xulrunner45/google/protobuf/generated_message_util.h +include/xulrunner45/google/protobuf/io/coded_stream.h +include/xulrunner45/google/protobuf/io/coded_stream_inl.h +include/xulrunner45/google/protobuf/io/gzip_stream.h +include/xulrunner45/google/protobuf/io/package_info.h +include/xulrunner45/google/protobuf/io/printer.h +include/xulrunner45/google/protobuf/io/strtod.h +include/xulrunner45/google/protobuf/io/tokenizer.h +include/xulrunner45/google/protobuf/io/zero_copy_stream.h +include/xulrunner45/google/protobuf/io/zero_copy_stream_impl.h +include/xulrunner45/google/protobuf/io/zero_copy_stream_impl_lite.h +include/xulrunner45/google/protobuf/message.h +include/xulrunner45/google/protobuf/message_lite.h +include/xulrunner45/google/protobuf/package_info.h +include/xulrunner45/google/protobuf/reflection_ops.h +include/xulrunner45/google/protobuf/repeated_field.h +include/xulrunner45/google/protobuf/service.h +include/xulrunner45/google/protobuf/stubs/atomicops.h +include/xulrunner45/google/protobuf/stubs/atomicops_internals_arm64_gcc.h +include/xulrunner45/google/protobuf/stubs/atomicops_internals_arm_gcc.h +include/xulrunner45/google/protobuf/stubs/atomicops_internals_arm_qnx.h +include/xulrunner45/google/protobuf/stubs/atomicops_internals_atomicword_compat.h +include/xulrunner45/google/protobuf/stubs/atomicops_internals_generic_gcc.h +include/xulrunner45/google/protobuf/stubs/atomicops_internals_macosx.h +include/xulrunner45/google/protobuf/stubs/atomicops_internals_mips_gcc.h +include/xulrunner45/google/protobuf/stubs/atomicops_internals_pnacl.h +include/xulrunner45/google/protobuf/stubs/atomicops_internals_solaris.h +include/xulrunner45/google/protobuf/stubs/atomicops_internals_tsan.h +include/xulrunner45/google/protobuf/stubs/atomicops_internals_x86_gcc.h +include/xulrunner45/google/protobuf/stubs/atomicops_internals_x86_msvc.h +include/xulrunner45/google/protobuf/stubs/common.h +include/xulrunner45/google/protobuf/stubs/hash.h +include/xulrunner45/google/protobuf/stubs/map_util.h +include/xulrunner45/google/protobuf/stubs/once.h +include/xulrunner45/google/protobuf/stubs/platform_macros.h +include/xulrunner45/google/protobuf/stubs/shared_ptr.h +include/xulrunner45/google/protobuf/stubs/stl_util.h +include/xulrunner45/google/protobuf/stubs/stringprintf.h +include/xulrunner45/google/protobuf/stubs/strutil.h +include/xulrunner45/google/protobuf/stubs/substitute.h +include/xulrunner45/google/protobuf/stubs/template_util.h +include/xulrunner45/google/protobuf/stubs/type_traits.h +include/xulrunner45/google/protobuf/text_format.h +include/xulrunner45/google/protobuf/unknown_field_set.h +include/xulrunner45/google/protobuf/wire_format.h +include/xulrunner45/google/protobuf/wire_format_lite.h +include/xulrunner45/google/protobuf/wire_format_lite_inl.h +include/xulrunner45/gtest/MozGtestFriend.h +include/xulrunner45/gtk2xtbin.h +include/xulrunner45/huffman.h +include/xulrunner45/imgICache.h +include/xulrunner45/imgIContainer.h +include/xulrunner45/imgIContainerDebug.h +include/xulrunner45/imgIEncoder.h +include/xulrunner45/imgILoader.h +include/xulrunner45/imgINotificationObserver.h +include/xulrunner45/imgIOnloadBlocker.h +include/xulrunner45/imgIRequest.h +include/xulrunner45/imgIScriptedNotificationObserver.h +include/xulrunner45/imgITools.h +include/xulrunner45/imgLoader.h +include/xulrunner45/imgRequest.h +include/xulrunner45/imgRequestProxy.h +include/xulrunner45/inICSSValueSearch.h +include/xulrunner45/inIDOMUtils.h +include/xulrunner45/inIDOMView.h +include/xulrunner45/inIDeepTreeWalker.h +include/xulrunner45/inISearchObserver.h +include/xulrunner45/inISearchProcess.h +include/xulrunner45/ipc/DataStorageIPCUtils.h +include/xulrunner45/ipc/ErrorIPCUtils.h +include/xulrunner45/ipc/IPCMessageUtils.h +include/xulrunner45/ipc/nsGUIEventIPC.h +include/xulrunner45/jArray.h +include/xulrunner45/js-config.h +include/xulrunner45/js.msg +include/xulrunner45/js/CallArgs.h +include/xulrunner45/js/CallNonGenericMethod.h +include/xulrunner45/js/CharacterEncoding.h +include/xulrunner45/js/Class.h +include/xulrunner45/js/Conversions.h +include/xulrunner45/js/Date.h +include/xulrunner45/js/Debug.h +include/xulrunner45/js/GCAPI.h +include/xulrunner45/js/GCHashTable.h +include/xulrunner45/js/HashTable.h +include/xulrunner45/js/HeapAPI.h +include/xulrunner45/js/Id.h +include/xulrunner45/js/Initialization.h +include/xulrunner45/js/LegacyIntTypes.h +include/xulrunner45/js/MemoryMetrics.h +include/xulrunner45/js/Principals.h +include/xulrunner45/js/ProfilingFrameIterator.h +include/xulrunner45/js/ProfilingStack.h +include/xulrunner45/js/Proxy.h +include/xulrunner45/js/RequiredDefines.h +include/xulrunner45/js/RootingAPI.h +include/xulrunner45/js/SliceBudget.h +include/xulrunner45/js/StructuredClone.h +include/xulrunner45/js/TraceKind.h +include/xulrunner45/js/TraceableVector.h +include/xulrunner45/js/TracingAPI.h +include/xulrunner45/js/TrackedOptimizationInfo.h +include/xulrunner45/js/TypeDecls.h +include/xulrunner45/js/UbiNode.h +include/xulrunner45/js/UbiNodeBreadthFirst.h +include/xulrunner45/js/UbiNodeCensus.h +include/xulrunner45/js/UbiNodeDominatorTree.h +include/xulrunner45/js/UbiNodePostOrder.h +include/xulrunner45/js/Utility.h +include/xulrunner45/js/Value.h +include/xulrunner45/js/Vector.h +include/xulrunner45/js/WeakMapPtr.h +include/xulrunner45/jsalloc.h +include/xulrunner45/jsapi.h +include/xulrunner45/jsbytecode.h +include/xulrunner45/jsclist.h +include/xulrunner45/jscpucfg.h +include/xulrunner45/jsfriendapi.h +include/xulrunner45/jsperf.h +include/xulrunner45/jsprf.h +include/xulrunner45/jsprototypes.h +include/xulrunner45/jspubtd.h +include/xulrunner45/jstypes.h +include/xulrunner45/jsversion.h +include/xulrunner45/jswrapper.h +include/xulrunner45/kiss_fft/kiss_fft.h +include/xulrunner45/kiss_fft/kiss_fftr.h +include/xulrunner45/libavcodec/avfft.h +include/xulrunner45/libavcodec/fft.h +include/xulrunner45/libavutil/mem.h +include/xulrunner45/mozAutoDocUpdate.h +include/xulrunner45/mozFlushType.h +include/xulrunner45/mozIApplication.h +include/xulrunner45/mozIApplicationClearPrivateDataParams.h +include/xulrunner45/mozIAsyncFavicons.h +include/xulrunner45/mozIAsyncHistory.h +include/xulrunner45/mozIAsyncLivemarks.h +include/xulrunner45/mozIColorAnalyzer.h +include/xulrunner45/mozIDownloadPlatform.h +include/xulrunner45/mozIGeckoMediaPluginChromeService.h +include/xulrunner45/mozIGeckoMediaPluginService.h +include/xulrunner45/mozIJSSubScriptLoader.h +include/xulrunner45/mozIPersonalDictionary.h +include/xulrunner45/mozIPlacesAutoComplete.h +include/xulrunner45/mozISpellCheckingEngine.h +include/xulrunner45/mozISpellI18NManager.h +include/xulrunner45/mozISpellI18NUtil.h +include/xulrunner45/mozIStorageAggregateFunction.h +include/xulrunner45/mozIStorageAsyncConnection.h +include/xulrunner45/mozIStorageAsyncStatement.h +include/xulrunner45/mozIStorageBaseStatement.h +include/xulrunner45/mozIStorageBindingParams.h +include/xulrunner45/mozIStorageBindingParamsArray.h +include/xulrunner45/mozIStorageCompletionCallback.h +include/xulrunner45/mozIStorageConnection.h +include/xulrunner45/mozIStorageError.h +include/xulrunner45/mozIStorageFunction.h +include/xulrunner45/mozIStoragePendingStatement.h +include/xulrunner45/mozIStorageProgressHandler.h +include/xulrunner45/mozIStorageResultSet.h +include/xulrunner45/mozIStorageRow.h +include/xulrunner45/mozIStorageService.h +include/xulrunner45/mozIStorageStatement.h +include/xulrunner45/mozIStorageStatementCallback.h +include/xulrunner45/mozIStorageStatementParams.h +include/xulrunner45/mozIStorageStatementRow.h +include/xulrunner45/mozIStorageVacuumParticipant.h +include/xulrunner45/mozIStorageValueArray.h +include/xulrunner45/mozITXTToHTMLConv.h +include/xulrunner45/mozIThirdPartyUtil.h +include/xulrunner45/mozStorageCID.h +include/xulrunner45/mozStorageHelper.h +include/xulrunner45/mozcontainer.h +include/xulrunner45/mozilla-config.h +include/xulrunner45/mozilla/AbstractThread.h +include/xulrunner45/mozilla/AbstractTimelineMarker.h +include/xulrunner45/mozilla/AddonContentPolicy.h +include/xulrunner45/mozilla/AddonPathService.h +include/xulrunner45/mozilla/Alignment.h +include/xulrunner45/mozilla/AllocPolicy.h +include/xulrunner45/mozilla/AlreadyAddRefed.h +include/xulrunner45/mozilla/AnimationComparator.h +include/xulrunner45/mozilla/AnimationUtils.h +include/xulrunner45/mozilla/AppData.h +include/xulrunner45/mozilla/AppProcessChecker.h +include/xulrunner45/mozilla/AppUnits.h +include/xulrunner45/mozilla/ArenaObjectID.h +include/xulrunner45/mozilla/ArenaRefPtr.h +include/xulrunner45/mozilla/ArenaRefPtrInlines.h +include/xulrunner45/mozilla/Array.h +include/xulrunner45/mozilla/ArrayUtils.h +include/xulrunner45/mozilla/Assertions.h +include/xulrunner45/mozilla/AsyncEventDispatcher.h +include/xulrunner45/mozilla/Atomics.h +include/xulrunner45/mozilla/Attributes.h +include/xulrunner45/mozilla/AutoGlobalTimelineMarker.h +include/xulrunner45/mozilla/AutoRestore.h +include/xulrunner45/mozilla/AutoTimelineMarker.h +include/xulrunner45/mozilla/AvailableMemoryTracker.h +include/xulrunner45/mozilla/BackgroundHangMonitor.h +include/xulrunner45/mozilla/Base64.h +include/xulrunner45/mozilla/BasePrincipal.h +include/xulrunner45/mozilla/BasicEvents.h +include/xulrunner45/mozilla/BinarySearch.h +include/xulrunner45/mozilla/BlockingResourceBase.h +include/xulrunner45/mozilla/BloomFilter.h +include/xulrunner45/mozilla/BrowserElementParent.h +include/xulrunner45/mozilla/CDMCallbackProxy.h +include/xulrunner45/mozilla/CDMCaps.h +include/xulrunner45/mozilla/CDMProxy.h +include/xulrunner45/mozilla/CORSMode.h +include/xulrunner45/mozilla/CSSStyleSheet.h +include/xulrunner45/mozilla/CSSVariableDeclarations.h +include/xulrunner45/mozilla/CSSVariableResolver.h +include/xulrunner45/mozilla/CSSVariableValues.h +include/xulrunner45/mozilla/Casting.h +include/xulrunner45/mozilla/ChaosMode.h +include/xulrunner45/mozilla/Char16.h +include/xulrunner45/mozilla/CheckedInt.h +include/xulrunner45/mozilla/ClearOnShutdown.h +include/xulrunner45/mozilla/CommandList.h +include/xulrunner45/mozilla/Compiler.h +include/xulrunner45/mozilla/CompositeTimelineMarker.h +include/xulrunner45/mozilla/Compression.h +include/xulrunner45/mozilla/ComputedTimingFunction.h +include/xulrunner45/mozilla/CondVar.h +include/xulrunner45/mozilla/ConsoleReportCollector.h +include/xulrunner45/mozilla/ConsoleTimelineMarker.h +include/xulrunner45/mozilla/ContentCache.h +include/xulrunner45/mozilla/ContentEvents.h +include/xulrunner45/mozilla/CountingAllocatorBase.h +include/xulrunner45/mozilla/CycleCollectedJSRuntime.h +include/xulrunner45/mozilla/D3DMessageUtils.h +include/xulrunner45/mozilla/DOMEventTargetHelper.h +include/xulrunner45/mozilla/DataStorage.h +include/xulrunner45/mozilla/DeadlockDetector.h +include/xulrunner45/mozilla/Debug.h +include/xulrunner45/mozilla/DebugOnly.h +include/xulrunner45/mozilla/DebuggerOnGCRunnable.h +include/xulrunner45/mozilla/Decimal.h +include/xulrunner45/mozilla/DeferredFinalize.h +include/xulrunner45/mozilla/DetailedPromise.h +include/xulrunner45/mozilla/DocLoadingTimelineMarker.h +include/xulrunner45/mozilla/EMEUtils.h +include/xulrunner45/mozilla/EffectCompositor.h +include/xulrunner45/mozilla/EffectSet.h +include/xulrunner45/mozilla/Endian.h +include/xulrunner45/mozilla/EnumSet.h +include/xulrunner45/mozilla/EnumeratedArray.h +include/xulrunner45/mozilla/EnumeratedArrayCycleCollection.h +include/xulrunner45/mozilla/EnumeratedRange.h +include/xulrunner45/mozilla/ErrorNames.h +include/xulrunner45/mozilla/ErrorResult.h +include/xulrunner45/mozilla/EventClassList.h +include/xulrunner45/mozilla/EventDispatcher.h +include/xulrunner45/mozilla/EventForwards.h +include/xulrunner45/mozilla/EventListenerManager.h +include/xulrunner45/mozilla/EventMessageList.h +include/xulrunner45/mozilla/EventNameList.h +include/xulrunner45/mozilla/EventStateManager.h +include/xulrunner45/mozilla/EventStates.h +include/xulrunner45/mozilla/EventTimelineMarker.h +include/xulrunner45/mozilla/FFTBlock.h +include/xulrunner45/mozilla/FastBernoulliTrial.h +include/xulrunner45/mozilla/FeedWriterEnabled.h +include/xulrunner45/mozilla/FileLocation.h +include/xulrunner45/mozilla/FileUtils.h +include/xulrunner45/mozilla/FinalizationWitnessService.h +include/xulrunner45/mozilla/FloatingPoint.h +include/xulrunner45/mozilla/FontRange.h +include/xulrunner45/mozilla/Function.h +include/xulrunner45/mozilla/GenericFactory.h +include/xulrunner45/mozilla/GenericRefCounted.h +include/xulrunner45/mozilla/GeometryUtils.h +include/xulrunner45/mozilla/GfxMessageUtils.h +include/xulrunner45/mozilla/GuardObjects.h +include/xulrunner45/mozilla/Hal.h +include/xulrunner45/mozilla/HalImpl.h +include/xulrunner45/mozilla/HalSandbox.h +include/xulrunner45/mozilla/HalScreenConfiguration.h +include/xulrunner45/mozilla/HalSensor.h +include/xulrunner45/mozilla/HalTypes.h +include/xulrunner45/mozilla/HalWakeLock.h +include/xulrunner45/mozilla/HangAnnotations.h +include/xulrunner45/mozilla/HangMonitor.h +include/xulrunner45/mozilla/HashFunctions.h +include/xulrunner45/mozilla/HoldDropJSObjects.h +include/xulrunner45/mozilla/IHistory.h +include/xulrunner45/mozilla/IMEStateManager.h +include/xulrunner45/mozilla/IOInterposer.h +include/xulrunner45/mozilla/IncrementalClearCOMRuleArray.h +include/xulrunner45/mozilla/IndexSequence.h +include/xulrunner45/mozilla/IntegerPrintfMacros.h +include/xulrunner45/mozilla/IntegerRange.h +include/xulrunner45/mozilla/IntegerTypeTraits.h +include/xulrunner45/mozilla/IntentionalCrash.h +include/xulrunner45/mozilla/InternalMutationEvent.h +include/xulrunner45/mozilla/JSEventHandler.h +include/xulrunner45/mozilla/JSONWriter.h +include/xulrunner45/mozilla/JSObjectHolder.h +include/xulrunner45/mozilla/JavascriptTimelineMarker.h +include/xulrunner45/mozilla/KeyNameList.h +include/xulrunner45/mozilla/LateWriteChecks.h +include/xulrunner45/mozilla/LayerAnimationInfo.h +include/xulrunner45/mozilla/LayerTimelineMarker.h +include/xulrunner45/mozilla/LazyIdleThread.h +include/xulrunner45/mozilla/Likely.h +include/xulrunner45/mozilla/LinkedList.h +include/xulrunner45/mozilla/LinuxUtils.h +include/xulrunner45/mozilla/LoadContext.h +include/xulrunner45/mozilla/LoadInfo.h +include/xulrunner45/mozilla/LoadTainting.h +include/xulrunner45/mozilla/Logging.h +include/xulrunner45/mozilla/LookAndFeel.h +include/xulrunner45/mozilla/MacroArgs.h +include/xulrunner45/mozilla/MacroForEach.h +include/xulrunner45/mozilla/MarkersStorage.h +include/xulrunner45/mozilla/MathAlgorithms.h +include/xulrunner45/mozilla/Maybe.h +include/xulrunner45/mozilla/MaybeOneOf.h +include/xulrunner45/mozilla/MediaManager.h +include/xulrunner45/mozilla/MediaStreamAudioDestinationNode.h +include/xulrunner45/mozilla/MemoryChecking.h +include/xulrunner45/mozilla/MemoryReporting.h +include/xulrunner45/mozilla/MiscEvents.h +include/xulrunner45/mozilla/Module.h +include/xulrunner45/mozilla/ModuleLoader.h +include/xulrunner45/mozilla/ModuleUtils.h +include/xulrunner45/mozilla/Monitor.h +include/xulrunner45/mozilla/MouseEvents.h +include/xulrunner45/mozilla/Move.h +include/xulrunner45/mozilla/MozPromise.h +include/xulrunner45/mozilla/Mutex.h +include/xulrunner45/mozilla/NativeOSFileInternals.h +include/xulrunner45/mozilla/NullPtr.h +include/xulrunner45/mozilla/NumericLimits.h +include/xulrunner45/mozilla/OSFileConstants.h +include/xulrunner45/mozilla/ObservedDocShell.h +include/xulrunner45/mozilla/Observer.h +include/xulrunner45/mozilla/Omnijar.h +include/xulrunner45/mozilla/Opaque.h +include/xulrunner45/mozilla/OwningNonNull.h +include/xulrunner45/mozilla/PaintTracker.h +include/xulrunner45/mozilla/Pair.h +include/xulrunner45/mozilla/PeerIdentity.h +include/xulrunner45/mozilla/PendingAnimationTracker.h +include/xulrunner45/mozilla/PhysicalKeyCodeNameList.h +include/xulrunner45/mozilla/PluginLibrary.h +include/xulrunner45/mozilla/PluginPRLibrary.h +include/xulrunner45/mozilla/PodOperations.h +include/xulrunner45/mozilla/Poison.h +include/xulrunner45/mozilla/PoisonIOInterposer.h +include/xulrunner45/mozilla/PreallocatedProcessManager.h +include/xulrunner45/mozilla/Preferences.h +include/xulrunner45/mozilla/ProcessHangMonitor.h +include/xulrunner45/mozilla/ProcessHangMonitorIPC.h +include/xulrunner45/mozilla/ProcessPriorityManager.h +include/xulrunner45/mozilla/ProcessedStack.h +include/xulrunner45/mozilla/PublicSSL.h +include/xulrunner45/mozilla/Range.h +include/xulrunner45/mozilla/RangedArray.h +include/xulrunner45/mozilla/RangedPtr.h +include/xulrunner45/mozilla/ReentrancyGuard.h +include/xulrunner45/mozilla/ReentrantMonitor.h +include/xulrunner45/mozilla/RefCountType.h +include/xulrunner45/mozilla/RefCounted.h +include/xulrunner45/mozilla/RefPtr.h +include/xulrunner45/mozilla/RemoteSpellCheckEngineChild.h +include/xulrunner45/mozilla/RemoteSpellCheckEngineParent.h +include/xulrunner45/mozilla/RestyleLogging.h +include/xulrunner45/mozilla/RestyleTimelineMarker.h +include/xulrunner45/mozilla/ReverseIterator.h +include/xulrunner45/mozilla/RollingMean.h +include/xulrunner45/mozilla/RuleNodeCacheConditions.h +include/xulrunner45/mozilla/RuleProcessorCache.h +include/xulrunner45/mozilla/SHA1.h +include/xulrunner45/mozilla/SSE.h +include/xulrunner45/mozilla/ScopeExit.h +include/xulrunner45/mozilla/Scoped.h +include/xulrunner45/mozilla/SegmentedVector.h +include/xulrunner45/mozilla/ServiceList.h +include/xulrunner45/mozilla/Services.h +include/xulrunner45/mozilla/SharedThreadPool.h +include/xulrunner45/mozilla/SheetType.h +include/xulrunner45/mozilla/ShmemPool.h +include/xulrunner45/mozilla/SizePrintfMacros.h +include/xulrunner45/mozilla/SnappyCompressOutputStream.h +include/xulrunner45/mozilla/SnappyFrameUtils.h +include/xulrunner45/mozilla/SnappyUncompressInputStream.h +include/xulrunner45/mozilla/Snprintf.h +include/xulrunner45/mozilla/SplayTree.h +include/xulrunner45/mozilla/StackWalk.h +include/xulrunner45/mozilla/StartupTimeline.h +include/xulrunner45/mozilla/StateMirroring.h +include/xulrunner45/mozilla/StateWatching.h +include/xulrunner45/mozilla/StaticMutex.h +include/xulrunner45/mozilla/StaticPtr.h +include/xulrunner45/mozilla/StickyTimeDuration.h +include/xulrunner45/mozilla/StyleAnimationValue.h +include/xulrunner45/mozilla/SyncRunnable.h +include/xulrunner45/mozilla/SystemMemoryReporter.h +include/xulrunner45/mozilla/TaggedAnonymousMemory.h +include/xulrunner45/mozilla/TaskDispatcher.h +include/xulrunner45/mozilla/TaskQueue.h +include/xulrunner45/mozilla/Telemetry.h +include/xulrunner45/mozilla/TelemetryHistogramEnums.h +include/xulrunner45/mozilla/TemplateLib.h +include/xulrunner45/mozilla/TextComposition.h +include/xulrunner45/mozilla/TextEventDispatcher.h +include/xulrunner45/mozilla/TextEventDispatcherListener.h +include/xulrunner45/mozilla/TextEvents.h +include/xulrunner45/mozilla/TextInputProcessor.h +include/xulrunner45/mozilla/TextRange.h +include/xulrunner45/mozilla/ThreadHangStats.h +include/xulrunner45/mozilla/ThreadLocal.h +include/xulrunner45/mozilla/TimeStamp.h +include/xulrunner45/mozilla/TimelineConsumers.h +include/xulrunner45/mozilla/TimelineMarker.h +include/xulrunner45/mozilla/TimelineMarkerEnums.h +include/xulrunner45/mozilla/TimestampTimelineMarker.h +include/xulrunner45/mozilla/ToString.h +include/xulrunner45/mozilla/Tokenizer.h +include/xulrunner45/mozilla/TouchEvents.h +include/xulrunner45/mozilla/Tuple.h +include/xulrunner45/mozilla/TypeTraits.h +include/xulrunner45/mozilla/TypedEnumBits.h +include/xulrunner45/mozilla/Types.h +include/xulrunner45/mozilla/UniquePtr.h +include/xulrunner45/mozilla/UniquePtrExtensions.h +include/xulrunner45/mozilla/UseCounter.h +include/xulrunner45/mozilla/Variant.h +include/xulrunner45/mozilla/Vector.h +include/xulrunner45/mozilla/VirtualKeyCodeList.h +include/xulrunner45/mozilla/VolatileBuffer.h +include/xulrunner45/mozilla/VsyncDispatcher.h +include/xulrunner45/mozilla/WeakPtr.h +include/xulrunner45/mozilla/WebBrowserPersistDocumentChild.h +include/xulrunner45/mozilla/WebBrowserPersistDocumentParent.h +include/xulrunner45/mozilla/WebBrowserPersistLocalDocument.h +include/xulrunner45/mozilla/WidgetTraceEvent.h +include/xulrunner45/mozilla/WidgetUtils.h +include/xulrunner45/mozilla/WidgetUtilsGtk.h +include/xulrunner45/mozilla/WindowsDllBlocklist.h +include/xulrunner45/mozilla/WorkerTimelineMarker.h +include/xulrunner45/mozilla/WritingModes.h +include/xulrunner45/mozilla/X11Util.h +include/xulrunner45/mozilla/XPCOM.h +include/xulrunner45/mozilla/XPTInterfaceInfoManager.h +include/xulrunner45/mozilla/XorShift128PlusRNG.h +include/xulrunner45/mozilla/a11y/AccTypes.h +include/xulrunner45/mozilla/a11y/Accessible.h +include/xulrunner45/mozilla/a11y/AccessibleWrap.h +include/xulrunner45/mozilla/a11y/DocAccessible.h +include/xulrunner45/mozilla/a11y/DocAccessibleChild.h +include/xulrunner45/mozilla/a11y/DocAccessibleParent.h +include/xulrunner45/mozilla/a11y/DocManager.h +include/xulrunner45/mozilla/a11y/FocusManager.h +include/xulrunner45/mozilla/a11y/HyperTextAccessible.h +include/xulrunner45/mozilla/a11y/HyperTextAccessibleWrap.h +include/xulrunner45/mozilla/a11y/Platform.h +include/xulrunner45/mozilla/a11y/ProxyAccessible.h +include/xulrunner45/mozilla/a11y/RelationType.h +include/xulrunner45/mozilla/a11y/Role.h +include/xulrunner45/mozilla/a11y/SelectionManager.h +include/xulrunner45/mozilla/a11y/States.h +include/xulrunner45/mozilla/arm.h +include/xulrunner45/mozilla/chrome/RegistryMessageUtils.h +include/xulrunner45/mozilla/css/Declaration.h +include/xulrunner45/mozilla/css/ErrorReporter.h +include/xulrunner45/mozilla/css/GroupRule.h +include/xulrunner45/mozilla/css/ImageLoader.h +include/xulrunner45/mozilla/css/ImportRule.h +include/xulrunner45/mozilla/css/Loader.h +include/xulrunner45/mozilla/css/NameSpaceRule.h +include/xulrunner45/mozilla/css/Rule.h +include/xulrunner45/mozilla/css/StyleRule.h +include/xulrunner45/mozilla/devtools/AutoMemMap.h +include/xulrunner45/mozilla/devtools/CoreDump.pb.h +include/xulrunner45/mozilla/devtools/DeserializedNode.h +include/xulrunner45/mozilla/devtools/DominatorTree.h +include/xulrunner45/mozilla/devtools/FileDescriptorOutputStream.h +include/xulrunner45/mozilla/devtools/HeapSnapshot.h +include/xulrunner45/mozilla/devtools/HeapSnapshotTempFileHelperChild.h +include/xulrunner45/mozilla/devtools/HeapSnapshotTempFileHelperParent.h +include/xulrunner45/mozilla/devtools/ZeroCopyNSIOutputStream.h +include/xulrunner45/mozilla/docshell/OfflineCacheUpdateChild.h +include/xulrunner45/mozilla/docshell/OfflineCacheUpdateParent.h +include/xulrunner45/mozilla/dom/APZTestDataBinding.h +include/xulrunner45/mozilla/dom/AVInputPort.h +include/xulrunner45/mozilla/dom/AVInputPortBinding.h +include/xulrunner45/mozilla/dom/AbortablePromise.h +include/xulrunner45/mozilla/dom/AbortablePromiseBinding.h +include/xulrunner45/mozilla/dom/AbstractWorkerBinding.h +include/xulrunner45/mozilla/dom/Activity.h +include/xulrunner45/mozilla/dom/ActivityRequestHandlerBinding.h +include/xulrunner45/mozilla/dom/AlarmsManagerBinding.h +include/xulrunner45/mozilla/dom/AnalyserNode.h +include/xulrunner45/mozilla/dom/AnalyserNodeBinding.h +include/xulrunner45/mozilla/dom/AnimatableBinding.h +include/xulrunner45/mozilla/dom/Animation.h +include/xulrunner45/mozilla/dom/AnimationBinding.h +include/xulrunner45/mozilla/dom/AnimationEffectReadOnly.h +include/xulrunner45/mozilla/dom/AnimationEffectReadOnlyBinding.h +include/xulrunner45/mozilla/dom/AnimationEvent.h +include/xulrunner45/mozilla/dom/AnimationEventBinding.h +include/xulrunner45/mozilla/dom/AnimationPlaybackEvent.h +include/xulrunner45/mozilla/dom/AnimationPlaybackEventBinding.h +include/xulrunner45/mozilla/dom/AnimationTimeline.h +include/xulrunner45/mozilla/dom/AnimationTimelineBinding.h +include/xulrunner45/mozilla/dom/AnonymousContent.h +include/xulrunner45/mozilla/dom/AnonymousContentBinding.h +include/xulrunner45/mozilla/dom/AppInfoBinding.h +include/xulrunner45/mozilla/dom/AppNotificationServiceOptionsBinding.h +include/xulrunner45/mozilla/dom/AppsBinding.h +include/xulrunner45/mozilla/dom/ArchiveReaderBinding.h +include/xulrunner45/mozilla/dom/ArchiveRequestBinding.h +include/xulrunner45/mozilla/dom/AtomList.h +include/xulrunner45/mozilla/dom/Attr.h +include/xulrunner45/mozilla/dom/AttrBinding.h +include/xulrunner45/mozilla/dom/AudioBuffer.h +include/xulrunner45/mozilla/dom/AudioBufferBinding.h +include/xulrunner45/mozilla/dom/AudioBufferSourceNode.h +include/xulrunner45/mozilla/dom/AudioBufferSourceNodeBinding.h +include/xulrunner45/mozilla/dom/AudioChannelBinding.h +include/xulrunner45/mozilla/dom/AudioContext.h +include/xulrunner45/mozilla/dom/AudioContextBinding.h +include/xulrunner45/mozilla/dom/AudioDestinationNode.h +include/xulrunner45/mozilla/dom/AudioDestinationNodeBinding.h +include/xulrunner45/mozilla/dom/AudioListener.h +include/xulrunner45/mozilla/dom/AudioListenerBinding.h +include/xulrunner45/mozilla/dom/AudioNode.h +include/xulrunner45/mozilla/dom/AudioNodeBinding.h +include/xulrunner45/mozilla/dom/AudioParam.h +include/xulrunner45/mozilla/dom/AudioParamBinding.h +include/xulrunner45/mozilla/dom/AudioProcessingEvent.h +include/xulrunner45/mozilla/dom/AudioProcessingEventBinding.h +include/xulrunner45/mozilla/dom/AudioStreamTrack.h +include/xulrunner45/mozilla/dom/AudioStreamTrackBinding.h +include/xulrunner45/mozilla/dom/AudioTrack.h +include/xulrunner45/mozilla/dom/AudioTrackBinding.h +include/xulrunner45/mozilla/dom/AudioTrackList.h +include/xulrunner45/mozilla/dom/AudioTrackListBinding.h +include/xulrunner45/mozilla/dom/AutocompleteErrorEvent.h +include/xulrunner45/mozilla/dom/AutocompleteErrorEventBinding.h +include/xulrunner45/mozilla/dom/AutocompleteInfoBinding.h +include/xulrunner45/mozilla/dom/BarPropBinding.h +include/xulrunner45/mozilla/dom/BarProps.h +include/xulrunner45/mozilla/dom/BatteryManagerBinding.h +include/xulrunner45/mozilla/dom/BeforeAfterKeyboardEvent.h +include/xulrunner45/mozilla/dom/BeforeAfterKeyboardEventBinding.h +include/xulrunner45/mozilla/dom/BeforeUnloadEvent.h +include/xulrunner45/mozilla/dom/BeforeUnloadEventBinding.h +include/xulrunner45/mozilla/dom/BindingDeclarations.h +include/xulrunner45/mozilla/dom/BindingUtils.h +include/xulrunner45/mozilla/dom/BiquadFilterNode.h +include/xulrunner45/mozilla/dom/BiquadFilterNodeBinding.h +include/xulrunner45/mozilla/dom/BlobBinding.h +include/xulrunner45/mozilla/dom/BlobEvent.h +include/xulrunner45/mozilla/dom/BlobEventBinding.h +include/xulrunner45/mozilla/dom/BlobSet.h +include/xulrunner45/mozilla/dom/BoxObject.h +include/xulrunner45/mozilla/dom/BoxObjectBinding.h +include/xulrunner45/mozilla/dom/BroadcastChannel.h +include/xulrunner45/mozilla/dom/BroadcastChannelBinding.h +include/xulrunner45/mozilla/dom/BrowserElementAudioChannel.h +include/xulrunner45/mozilla/dom/BrowserElementAudioChannelBinding.h +include/xulrunner45/mozilla/dom/BrowserElementBinding.h +include/xulrunner45/mozilla/dom/BrowserElementDictionariesBinding.h +include/xulrunner45/mozilla/dom/BrowserElementProxyBinding.h +include/xulrunner45/mozilla/dom/BrowserFeedWriterBinding.h +include/xulrunner45/mozilla/dom/CDATASection.h +include/xulrunner45/mozilla/dom/CDATASectionBinding.h +include/xulrunner45/mozilla/dom/CFStateChangeEvent.h +include/xulrunner45/mozilla/dom/CFStateChangeEventBinding.h +include/xulrunner45/mozilla/dom/CPOWManagerGetter.h +include/xulrunner45/mozilla/dom/CSPDictionariesBinding.h +include/xulrunner45/mozilla/dom/CSPReportBinding.h +include/xulrunner45/mozilla/dom/CSS.h +include/xulrunner45/mozilla/dom/CSS2PropertiesBinding.h +include/xulrunner45/mozilla/dom/CSSAnimationBinding.h +include/xulrunner45/mozilla/dom/CSSBinding.h +include/xulrunner45/mozilla/dom/CSSLexer.h +include/xulrunner45/mozilla/dom/CSSLexerBinding.h +include/xulrunner45/mozilla/dom/CSSPrimitiveValueBinding.h +include/xulrunner45/mozilla/dom/CSSRuleList.h +include/xulrunner45/mozilla/dom/CSSRuleListBinding.h +include/xulrunner45/mozilla/dom/CSSStyleDeclarationBinding.h +include/xulrunner45/mozilla/dom/CSSStyleSheetBinding.h +include/xulrunner45/mozilla/dom/CSSTransitionBinding.h +include/xulrunner45/mozilla/dom/CSSValue.h +include/xulrunner45/mozilla/dom/CSSValueBinding.h +include/xulrunner45/mozilla/dom/CSSValueListBinding.h +include/xulrunner45/mozilla/dom/CacheBinding.h +include/xulrunner45/mozilla/dom/CacheStorageBinding.h +include/xulrunner45/mozilla/dom/CallEvent.h +include/xulrunner45/mozilla/dom/CallEventBinding.h +include/xulrunner45/mozilla/dom/CallGroupErrorEvent.h +include/xulrunner45/mozilla/dom/CallGroupErrorEventBinding.h +include/xulrunner45/mozilla/dom/CallbackFunction.h +include/xulrunner45/mozilla/dom/CallbackInterface.h +include/xulrunner45/mozilla/dom/CallbackObject.h +include/xulrunner45/mozilla/dom/CallsList.h +include/xulrunner45/mozilla/dom/CallsListBinding.h +include/xulrunner45/mozilla/dom/CameraCapabilitiesBinding.h +include/xulrunner45/mozilla/dom/CameraClosedEvent.h +include/xulrunner45/mozilla/dom/CameraClosedEventBinding.h +include/xulrunner45/mozilla/dom/CameraConfigurationEvent.h +include/xulrunner45/mozilla/dom/CameraConfigurationEventBinding.h +include/xulrunner45/mozilla/dom/CameraControlBinding.h +include/xulrunner45/mozilla/dom/CameraFacesDetectedEvent.h +include/xulrunner45/mozilla/dom/CameraFacesDetectedEventBinding.h +include/xulrunner45/mozilla/dom/CameraManagerBinding.h +include/xulrunner45/mozilla/dom/CameraStateChangeEvent.h +include/xulrunner45/mozilla/dom/CameraStateChangeEventBinding.h +include/xulrunner45/mozilla/dom/CameraUtilBinding.h +include/xulrunner45/mozilla/dom/CanvasCaptureMediaStream.h +include/xulrunner45/mozilla/dom/CanvasCaptureMediaStreamBinding.h +include/xulrunner45/mozilla/dom/CanvasGradient.h +include/xulrunner45/mozilla/dom/CanvasPath.h +include/xulrunner45/mozilla/dom/CanvasPattern.h +include/xulrunner45/mozilla/dom/CanvasRenderingContext2D.h +include/xulrunner45/mozilla/dom/CanvasRenderingContext2DBinding.h +include/xulrunner45/mozilla/dom/CanvasRenderingContextHelper.h +include/xulrunner45/mozilla/dom/CanvasUtils.h +include/xulrunner45/mozilla/dom/CaretPositionBinding.h +include/xulrunner45/mozilla/dom/CaretStateChangedEvent.h +include/xulrunner45/mozilla/dom/CaretStateChangedEventBinding.h +include/xulrunner45/mozilla/dom/CellBroadcast.h +include/xulrunner45/mozilla/dom/CellBroadcastMessage.h +include/xulrunner45/mozilla/dom/ChannelInfo.h +include/xulrunner45/mozilla/dom/ChannelMergerNode.h +include/xulrunner45/mozilla/dom/ChannelMergerNodeBinding.h +include/xulrunner45/mozilla/dom/ChannelSplitterNode.h +include/xulrunner45/mozilla/dom/ChannelSplitterNodeBinding.h +include/xulrunner45/mozilla/dom/CharacterDataBinding.h +include/xulrunner45/mozilla/dom/ChildIterator.h +include/xulrunner45/mozilla/dom/ChildNodeBinding.h +include/xulrunner45/mozilla/dom/ChromeNodeList.h +include/xulrunner45/mozilla/dom/ChromeNodeListBinding.h +include/xulrunner45/mozilla/dom/ChromeNotificationsBinding.h +include/xulrunner45/mozilla/dom/ChromeUtils.h +include/xulrunner45/mozilla/dom/ChromeUtilsBinding.h +include/xulrunner45/mozilla/dom/ClientBinding.h +include/xulrunner45/mozilla/dom/ClientsBinding.h +include/xulrunner45/mozilla/dom/ClipboardEvent.h +include/xulrunner45/mozilla/dom/ClipboardEventBinding.h +include/xulrunner45/mozilla/dom/CloseEvent.h +include/xulrunner45/mozilla/dom/CloseEventBinding.h +include/xulrunner45/mozilla/dom/CommandEvent.h +include/xulrunner45/mozilla/dom/CommandEventBinding.h +include/xulrunner45/mozilla/dom/Comment.h +include/xulrunner45/mozilla/dom/CommentBinding.h +include/xulrunner45/mozilla/dom/CompositionEvent.h +include/xulrunner45/mozilla/dom/CompositionEventBinding.h +include/xulrunner45/mozilla/dom/Console.h +include/xulrunner45/mozilla/dom/ConsoleBinding.h +include/xulrunner45/mozilla/dom/ContactsBinding.h +include/xulrunner45/mozilla/dom/ContainerBoxObject.h +include/xulrunner45/mozilla/dom/ContainerBoxObjectBinding.h +include/xulrunner45/mozilla/dom/ContentBridgeChild.h +include/xulrunner45/mozilla/dom/ContentBridgeParent.h +include/xulrunner45/mozilla/dom/ContentChild.h +include/xulrunner45/mozilla/dom/ContentParent.h +include/xulrunner45/mozilla/dom/ContentProcess.h +include/xulrunner45/mozilla/dom/ContentProcessManager.h +include/xulrunner45/mozilla/dom/ConvolverNode.h +include/xulrunner45/mozilla/dom/ConvolverNodeBinding.h +include/xulrunner45/mozilla/dom/CoordinatesBinding.h +include/xulrunner45/mozilla/dom/CrashReporterChild.h +include/xulrunner45/mozilla/dom/CrashReporterParent.h +include/xulrunner45/mozilla/dom/CreateOfferRequestBinding.h +include/xulrunner45/mozilla/dom/CryptoBinding.h +include/xulrunner45/mozilla/dom/CryptoBuffer.h +include/xulrunner45/mozilla/dom/CryptoKey.h +include/xulrunner45/mozilla/dom/CustomEvent.h +include/xulrunner45/mozilla/dom/CustomEventBinding.h +include/xulrunner45/mozilla/dom/DOMCursor.h +include/xulrunner45/mozilla/dom/DOMCursorBinding.h +include/xulrunner45/mozilla/dom/DOMError.h +include/xulrunner45/mozilla/dom/DOMErrorBinding.h +include/xulrunner45/mozilla/dom/DOMException.h +include/xulrunner45/mozilla/dom/DOMExceptionBinding.h +include/xulrunner45/mozilla/dom/DOMImplementation.h +include/xulrunner45/mozilla/dom/DOMImplementationBinding.h +include/xulrunner45/mozilla/dom/DOMJSClass.h +include/xulrunner45/mozilla/dom/DOMJSProxyHandler.h +include/xulrunner45/mozilla/dom/DOMMatrix.h +include/xulrunner45/mozilla/dom/DOMMatrixBinding.h +include/xulrunner45/mozilla/dom/DOMMobileMessageError.h +include/xulrunner45/mozilla/dom/DOMMobileMessageErrorBinding.h +include/xulrunner45/mozilla/dom/DOMParser.h +include/xulrunner45/mozilla/dom/DOMParserBinding.h +include/xulrunner45/mozilla/dom/DOMPoint.h +include/xulrunner45/mozilla/dom/DOMPointBinding.h +include/xulrunner45/mozilla/dom/DOMQuad.h +include/xulrunner45/mozilla/dom/DOMQuadBinding.h +include/xulrunner45/mozilla/dom/DOMRect.h +include/xulrunner45/mozilla/dom/DOMRectBinding.h +include/xulrunner45/mozilla/dom/DOMRectListBinding.h +include/xulrunner45/mozilla/dom/DOMRequest.h +include/xulrunner45/mozilla/dom/DOMRequestBinding.h +include/xulrunner45/mozilla/dom/DOMSettableTokenListBinding.h +include/xulrunner45/mozilla/dom/DOMStorage.h +include/xulrunner45/mozilla/dom/DOMStorageIPC.h +include/xulrunner45/mozilla/dom/DOMString.h +include/xulrunner45/mozilla/dom/DOMStringList.h +include/xulrunner45/mozilla/dom/DOMStringListBinding.h +include/xulrunner45/mozilla/dom/DOMStringMapBinding.h +include/xulrunner45/mozilla/dom/DOMTokenListBinding.h +include/xulrunner45/mozilla/dom/DOMTransactionBinding.h +include/xulrunner45/mozilla/dom/DOMTransactionEvent.h +include/xulrunner45/mozilla/dom/DOMTransactionEventBinding.h +include/xulrunner45/mozilla/dom/DataContainerEvent.h +include/xulrunner45/mozilla/dom/DataContainerEventBinding.h +include/xulrunner45/mozilla/dom/DataErrorEvent.h +include/xulrunner45/mozilla/dom/DataErrorEventBinding.h +include/xulrunner45/mozilla/dom/DataStore.h +include/xulrunner45/mozilla/dom/DataStoreBinding.h +include/xulrunner45/mozilla/dom/DataStoreChangeEvent.h +include/xulrunner45/mozilla/dom/DataStoreChangeEventBinding.h +include/xulrunner45/mozilla/dom/DataStoreCursor.h +include/xulrunner45/mozilla/dom/DataStoreImplBinding.h +include/xulrunner45/mozilla/dom/DataStoreService.h +include/xulrunner45/mozilla/dom/DataTransfer.h +include/xulrunner45/mozilla/dom/DataTransferBinding.h +include/xulrunner45/mozilla/dom/Date.h +include/xulrunner45/mozilla/dom/DedicatedWorkerGlobalScopeBinding.h +include/xulrunner45/mozilla/dom/DelayNode.h +include/xulrunner45/mozilla/dom/DelayNodeBinding.h +include/xulrunner45/mozilla/dom/DesktopNotification.h +include/xulrunner45/mozilla/dom/DesktopNotificationBinding.h +include/xulrunner45/mozilla/dom/DeviceLightEvent.h +include/xulrunner45/mozilla/dom/DeviceLightEventBinding.h +include/xulrunner45/mozilla/dom/DeviceMotionEvent.h +include/xulrunner45/mozilla/dom/DeviceMotionEventBinding.h +include/xulrunner45/mozilla/dom/DeviceOrientationEvent.h +include/xulrunner45/mozilla/dom/DeviceOrientationEventBinding.h +include/xulrunner45/mozilla/dom/DeviceProximityEvent.h +include/xulrunner45/mozilla/dom/DeviceProximityEventBinding.h +include/xulrunner45/mozilla/dom/DeviceStorageAreaChangedEvent.h +include/xulrunner45/mozilla/dom/DeviceStorageAreaChangedEventBinding.h +include/xulrunner45/mozilla/dom/DeviceStorageAreaListener.h +include/xulrunner45/mozilla/dom/DeviceStorageAreaListenerBinding.h +include/xulrunner45/mozilla/dom/DeviceStorageBinding.h +include/xulrunner45/mozilla/dom/DeviceStorageChangeEvent.h +include/xulrunner45/mozilla/dom/DeviceStorageChangeEventBinding.h +include/xulrunner45/mozilla/dom/DeviceStorageFileSystem.h +include/xulrunner45/mozilla/dom/DirectionalityUtils.h +include/xulrunner45/mozilla/dom/Directory.h +include/xulrunner45/mozilla/dom/DirectoryBinding.h +include/xulrunner45/mozilla/dom/DisplayPortInputPort.h +include/xulrunner45/mozilla/dom/DisplayPortInputPortBinding.h +include/xulrunner45/mozilla/dom/DocumentBinding.h +include/xulrunner45/mozilla/dom/DocumentFragment.h +include/xulrunner45/mozilla/dom/DocumentFragmentBinding.h +include/xulrunner45/mozilla/dom/DocumentTimeline.h +include/xulrunner45/mozilla/dom/DocumentTimelineBinding.h +include/xulrunner45/mozilla/dom/DocumentType.h +include/xulrunner45/mozilla/dom/DocumentTypeBinding.h +include/xulrunner45/mozilla/dom/DominatorTreeBinding.h +include/xulrunner45/mozilla/dom/DownloadEvent.h +include/xulrunner45/mozilla/dom/DownloadEventBinding.h +include/xulrunner45/mozilla/dom/DownloadsBinding.h +include/xulrunner45/mozilla/dom/DragEvent.h +include/xulrunner45/mozilla/dom/DragEventBinding.h +include/xulrunner45/mozilla/dom/DummyBindingBinding.h +include/xulrunner45/mozilla/dom/DynamicsCompressorNode.h +include/xulrunner45/mozilla/dom/DynamicsCompressorNodeBinding.h +include/xulrunner45/mozilla/dom/Element.h +include/xulrunner45/mozilla/dom/ElementBinding.h +include/xulrunner45/mozilla/dom/ElementInlines.h +include/xulrunner45/mozilla/dom/EncodingUtils.h +include/xulrunner45/mozilla/dom/EngineeringModeBinding.h +include/xulrunner45/mozilla/dom/ErrorEvent.h +include/xulrunner45/mozilla/dom/ErrorEventBinding.h +include/xulrunner45/mozilla/dom/Errors.msg +include/xulrunner45/mozilla/dom/Event.h +include/xulrunner45/mozilla/dom/EventBinding.h +include/xulrunner45/mozilla/dom/EventHandlerBinding.h +include/xulrunner45/mozilla/dom/EventListenerBinding.h +include/xulrunner45/mozilla/dom/EventSource.h +include/xulrunner45/mozilla/dom/EventSourceBinding.h +include/xulrunner45/mozilla/dom/EventTarget.h +include/xulrunner45/mozilla/dom/EventTargetBinding.h +include/xulrunner45/mozilla/dom/Exceptions.h +include/xulrunner45/mozilla/dom/ExtendableEventBinding.h +include/xulrunner45/mozilla/dom/ExtendableMessageEventBinding.h +include/xulrunner45/mozilla/dom/ExternalAppEvent.h +include/xulrunner45/mozilla/dom/ExternalAppEventBinding.h +include/xulrunner45/mozilla/dom/ExternalBinding.h +include/xulrunner45/mozilla/dom/ExternalHelperAppChild.h +include/xulrunner45/mozilla/dom/ExternalHelperAppParent.h +include/xulrunner45/mozilla/dom/FakePluginTagInitBinding.h +include/xulrunner45/mozilla/dom/FakeSpeechRecognitionService.h +include/xulrunner45/mozilla/dom/FakeTVService.h +include/xulrunner45/mozilla/dom/FallbackEncoding.h +include/xulrunner45/mozilla/dom/FeatureList.h +include/xulrunner45/mozilla/dom/Fetch.h +include/xulrunner45/mozilla/dom/FetchBinding.h +include/xulrunner45/mozilla/dom/FetchDriver.h +include/xulrunner45/mozilla/dom/FetchEventBinding.h +include/xulrunner45/mozilla/dom/FetchUtil.h +include/xulrunner45/mozilla/dom/File.h +include/xulrunner45/mozilla/dom/FileBinding.h +include/xulrunner45/mozilla/dom/FileHandleBase.h +include/xulrunner45/mozilla/dom/FileHandleCommon.h +include/xulrunner45/mozilla/dom/FileHandleStorage.h +include/xulrunner45/mozilla/dom/FileList.h +include/xulrunner45/mozilla/dom/FileListBinding.h +include/xulrunner45/mozilla/dom/FileModeBinding.h +include/xulrunner45/mozilla/dom/FilePickerParent.h +include/xulrunner45/mozilla/dom/FileReader.h +include/xulrunner45/mozilla/dom/FileReaderBinding.h +include/xulrunner45/mozilla/dom/FileReaderSyncBinding.h +include/xulrunner45/mozilla/dom/FileRequestBase.h +include/xulrunner45/mozilla/dom/FileSystemBase.h +include/xulrunner45/mozilla/dom/FileSystemRequestParent.h +include/xulrunner45/mozilla/dom/FileSystemTaskBase.h +include/xulrunner45/mozilla/dom/FileSystemUtils.h +include/xulrunner45/mozilla/dom/FocusEvent.h +include/xulrunner45/mozilla/dom/FocusEventBinding.h +include/xulrunner45/mozilla/dom/FontFace.h +include/xulrunner45/mozilla/dom/FontFaceBinding.h +include/xulrunner45/mozilla/dom/FontFaceSet.h +include/xulrunner45/mozilla/dom/FontFaceSetBinding.h +include/xulrunner45/mozilla/dom/FontFaceSetIterator.h +include/xulrunner45/mozilla/dom/FontFaceSetLoadEvent.h +include/xulrunner45/mozilla/dom/FontFaceSetLoadEventBinding.h +include/xulrunner45/mozilla/dom/FontFaceSourceBinding.h +include/xulrunner45/mozilla/dom/FormDataBinding.h +include/xulrunner45/mozilla/dom/FragmentOrElement.h +include/xulrunner45/mozilla/dom/FromParser.h +include/xulrunner45/mozilla/dom/FunctionBinding.h +include/xulrunner45/mozilla/dom/GMPVideoDecoderTrialCreator.h +include/xulrunner45/mozilla/dom/GainNode.h +include/xulrunner45/mozilla/dom/GainNodeBinding.h +include/xulrunner45/mozilla/dom/GeneratedAtomList.h +include/xulrunner45/mozilla/dom/GeneratedEventList.h +include/xulrunner45/mozilla/dom/GeolocationBinding.h +include/xulrunner45/mozilla/dom/GeometryUtilsBinding.h +include/xulrunner45/mozilla/dom/GetUserMediaRequest.h +include/xulrunner45/mozilla/dom/GetUserMediaRequestBinding.h +include/xulrunner45/mozilla/dom/HDMIInputPort.h +include/xulrunner45/mozilla/dom/HDMIInputPortBinding.h +include/xulrunner45/mozilla/dom/HTMLAllCollection.h +include/xulrunner45/mozilla/dom/HTMLAllCollectionBinding.h +include/xulrunner45/mozilla/dom/HTMLAnchorElement.h +include/xulrunner45/mozilla/dom/HTMLAnchorElementBinding.h +include/xulrunner45/mozilla/dom/HTMLAppletElementBinding.h +include/xulrunner45/mozilla/dom/HTMLAreaElement.h +include/xulrunner45/mozilla/dom/HTMLAreaElementBinding.h +include/xulrunner45/mozilla/dom/HTMLAudioElement.h +include/xulrunner45/mozilla/dom/HTMLAudioElementBinding.h +include/xulrunner45/mozilla/dom/HTMLBRElement.h +include/xulrunner45/mozilla/dom/HTMLBRElementBinding.h +include/xulrunner45/mozilla/dom/HTMLBaseElementBinding.h +include/xulrunner45/mozilla/dom/HTMLBodyElement.h +include/xulrunner45/mozilla/dom/HTMLBodyElementBinding.h +include/xulrunner45/mozilla/dom/HTMLButtonElement.h +include/xulrunner45/mozilla/dom/HTMLButtonElementBinding.h +include/xulrunner45/mozilla/dom/HTMLCanvasElement.h +include/xulrunner45/mozilla/dom/HTMLCanvasElementBinding.h +include/xulrunner45/mozilla/dom/HTMLCollectionBinding.h +include/xulrunner45/mozilla/dom/HTMLContentElement.h +include/xulrunner45/mozilla/dom/HTMLContentElementBinding.h +include/xulrunner45/mozilla/dom/HTMLDListElementBinding.h +include/xulrunner45/mozilla/dom/HTMLDataElement.h +include/xulrunner45/mozilla/dom/HTMLDataElementBinding.h +include/xulrunner45/mozilla/dom/HTMLDataListElement.h +include/xulrunner45/mozilla/dom/HTMLDataListElementBinding.h +include/xulrunner45/mozilla/dom/HTMLDirectoryElementBinding.h +include/xulrunner45/mozilla/dom/HTMLDivElement.h +include/xulrunner45/mozilla/dom/HTMLDivElementBinding.h +include/xulrunner45/mozilla/dom/HTMLDocumentBinding.h +include/xulrunner45/mozilla/dom/HTMLElementBinding.h +include/xulrunner45/mozilla/dom/HTMLEmbedElementBinding.h +include/xulrunner45/mozilla/dom/HTMLExtAppElement.h +include/xulrunner45/mozilla/dom/HTMLExtAppElementBinding.h +include/xulrunner45/mozilla/dom/HTMLFieldSetElement.h +include/xulrunner45/mozilla/dom/HTMLFieldSetElementBinding.h +include/xulrunner45/mozilla/dom/HTMLFontElement.h +include/xulrunner45/mozilla/dom/HTMLFontElementBinding.h +include/xulrunner45/mozilla/dom/HTMLFormControlsCollection.h +include/xulrunner45/mozilla/dom/HTMLFormControlsCollectionBinding.h +include/xulrunner45/mozilla/dom/HTMLFormElement.h +include/xulrunner45/mozilla/dom/HTMLFormElementBinding.h +include/xulrunner45/mozilla/dom/HTMLFrameElement.h +include/xulrunner45/mozilla/dom/HTMLFrameElementBinding.h +include/xulrunner45/mozilla/dom/HTMLFrameSetElement.h +include/xulrunner45/mozilla/dom/HTMLFrameSetElementBinding.h +include/xulrunner45/mozilla/dom/HTMLHRElement.h +include/xulrunner45/mozilla/dom/HTMLHRElementBinding.h +include/xulrunner45/mozilla/dom/HTMLHeadElementBinding.h +include/xulrunner45/mozilla/dom/HTMLHeadingElement.h +include/xulrunner45/mozilla/dom/HTMLHeadingElementBinding.h +include/xulrunner45/mozilla/dom/HTMLHtmlElementBinding.h +include/xulrunner45/mozilla/dom/HTMLHyperlinkElementUtilsBinding.h +include/xulrunner45/mozilla/dom/HTMLIFrameElement.h +include/xulrunner45/mozilla/dom/HTMLIFrameElementBinding.h +include/xulrunner45/mozilla/dom/HTMLImageElement.h +include/xulrunner45/mozilla/dom/HTMLImageElementBinding.h +include/xulrunner45/mozilla/dom/HTMLInputElement.h +include/xulrunner45/mozilla/dom/HTMLInputElementBinding.h +include/xulrunner45/mozilla/dom/HTMLLIElement.h +include/xulrunner45/mozilla/dom/HTMLLIElementBinding.h +include/xulrunner45/mozilla/dom/HTMLLabelElement.h +include/xulrunner45/mozilla/dom/HTMLLabelElementBinding.h +include/xulrunner45/mozilla/dom/HTMLLegendElement.h +include/xulrunner45/mozilla/dom/HTMLLegendElementBinding.h +include/xulrunner45/mozilla/dom/HTMLLinkElement.h +include/xulrunner45/mozilla/dom/HTMLLinkElementBinding.h +include/xulrunner45/mozilla/dom/HTMLMapElement.h +include/xulrunner45/mozilla/dom/HTMLMapElementBinding.h +include/xulrunner45/mozilla/dom/HTMLMediaElement.h +include/xulrunner45/mozilla/dom/HTMLMediaElementBinding.h +include/xulrunner45/mozilla/dom/HTMLMenuElement.h +include/xulrunner45/mozilla/dom/HTMLMenuElementBinding.h +include/xulrunner45/mozilla/dom/HTMLMenuItemElement.h +include/xulrunner45/mozilla/dom/HTMLMenuItemElementBinding.h +include/xulrunner45/mozilla/dom/HTMLMetaElement.h +include/xulrunner45/mozilla/dom/HTMLMetaElementBinding.h +include/xulrunner45/mozilla/dom/HTMLMeterElement.h +include/xulrunner45/mozilla/dom/HTMLMeterElementBinding.h +include/xulrunner45/mozilla/dom/HTMLModElement.h +include/xulrunner45/mozilla/dom/HTMLModElementBinding.h +include/xulrunner45/mozilla/dom/HTMLOListElementBinding.h +include/xulrunner45/mozilla/dom/HTMLObjectElement.h +include/xulrunner45/mozilla/dom/HTMLObjectElementBinding.h +include/xulrunner45/mozilla/dom/HTMLOptGroupElement.h +include/xulrunner45/mozilla/dom/HTMLOptGroupElementBinding.h +include/xulrunner45/mozilla/dom/HTMLOptionElement.h +include/xulrunner45/mozilla/dom/HTMLOptionElementBinding.h +include/xulrunner45/mozilla/dom/HTMLOptionsCollection.h +include/xulrunner45/mozilla/dom/HTMLOptionsCollectionBinding.h +include/xulrunner45/mozilla/dom/HTMLOutputElement.h +include/xulrunner45/mozilla/dom/HTMLOutputElementBinding.h +include/xulrunner45/mozilla/dom/HTMLParagraphElement.h +include/xulrunner45/mozilla/dom/HTMLParagraphElementBinding.h +include/xulrunner45/mozilla/dom/HTMLParamElementBinding.h +include/xulrunner45/mozilla/dom/HTMLPictureElement.h +include/xulrunner45/mozilla/dom/HTMLPictureElementBinding.h +include/xulrunner45/mozilla/dom/HTMLPreElement.h +include/xulrunner45/mozilla/dom/HTMLPreElementBinding.h +include/xulrunner45/mozilla/dom/HTMLProgressElement.h +include/xulrunner45/mozilla/dom/HTMLProgressElementBinding.h +include/xulrunner45/mozilla/dom/HTMLPropertiesCollectionBinding.h +include/xulrunner45/mozilla/dom/HTMLQuoteElementBinding.h +include/xulrunner45/mozilla/dom/HTMLScriptElement.h +include/xulrunner45/mozilla/dom/HTMLScriptElementBinding.h +include/xulrunner45/mozilla/dom/HTMLSelectElement.h +include/xulrunner45/mozilla/dom/HTMLSelectElementBinding.h +include/xulrunner45/mozilla/dom/HTMLShadowElement.h +include/xulrunner45/mozilla/dom/HTMLShadowElementBinding.h +include/xulrunner45/mozilla/dom/HTMLSharedElement.h +include/xulrunner45/mozilla/dom/HTMLSharedListElement.h +include/xulrunner45/mozilla/dom/HTMLSharedObjectElement.h +include/xulrunner45/mozilla/dom/HTMLSourceElement.h +include/xulrunner45/mozilla/dom/HTMLSourceElementBinding.h +include/xulrunner45/mozilla/dom/HTMLSpanElement.h +include/xulrunner45/mozilla/dom/HTMLSpanElementBinding.h +include/xulrunner45/mozilla/dom/HTMLStyleElement.h +include/xulrunner45/mozilla/dom/HTMLStyleElementBinding.h +include/xulrunner45/mozilla/dom/HTMLTableCaptionElement.h +include/xulrunner45/mozilla/dom/HTMLTableCaptionElementBinding.h +include/xulrunner45/mozilla/dom/HTMLTableCellElement.h +include/xulrunner45/mozilla/dom/HTMLTableCellElementBinding.h +include/xulrunner45/mozilla/dom/HTMLTableColElement.h +include/xulrunner45/mozilla/dom/HTMLTableColElementBinding.h +include/xulrunner45/mozilla/dom/HTMLTableElement.h +include/xulrunner45/mozilla/dom/HTMLTableElementBinding.h +include/xulrunner45/mozilla/dom/HTMLTableRowElement.h +include/xulrunner45/mozilla/dom/HTMLTableRowElementBinding.h +include/xulrunner45/mozilla/dom/HTMLTableSectionElement.h +include/xulrunner45/mozilla/dom/HTMLTableSectionElementBinding.h +include/xulrunner45/mozilla/dom/HTMLTemplateElement.h +include/xulrunner45/mozilla/dom/HTMLTemplateElementBinding.h +include/xulrunner45/mozilla/dom/HTMLTextAreaElement.h +include/xulrunner45/mozilla/dom/HTMLTextAreaElementBinding.h +include/xulrunner45/mozilla/dom/HTMLTimeElement.h +include/xulrunner45/mozilla/dom/HTMLTimeElementBinding.h +include/xulrunner45/mozilla/dom/HTMLTitleElement.h +include/xulrunner45/mozilla/dom/HTMLTitleElementBinding.h +include/xulrunner45/mozilla/dom/HTMLTrackElement.h +include/xulrunner45/mozilla/dom/HTMLTrackElementBinding.h +include/xulrunner45/mozilla/dom/HTMLUListElementBinding.h +include/xulrunner45/mozilla/dom/HTMLUnknownElement.h +include/xulrunner45/mozilla/dom/HTMLVideoElement.h +include/xulrunner45/mozilla/dom/HTMLVideoElementBinding.h +include/xulrunner45/mozilla/dom/HashChangeEvent.h +include/xulrunner45/mozilla/dom/HashChangeEventBinding.h +include/xulrunner45/mozilla/dom/Headers.h +include/xulrunner45/mozilla/dom/HeadersBinding.h +include/xulrunner45/mozilla/dom/HeapSnapshotBinding.h +include/xulrunner45/mozilla/dom/HistoryBinding.h +include/xulrunner45/mozilla/dom/IDBCursorBinding.h +include/xulrunner45/mozilla/dom/IDBDatabaseBinding.h +include/xulrunner45/mozilla/dom/IDBEnvironmentBinding.h +include/xulrunner45/mozilla/dom/IDBFactoryBinding.h +include/xulrunner45/mozilla/dom/IDBFileHandleBinding.h +include/xulrunner45/mozilla/dom/IDBFileRequestBinding.h +include/xulrunner45/mozilla/dom/IDBIndexBinding.h +include/xulrunner45/mozilla/dom/IDBKeyRangeBinding.h +include/xulrunner45/mozilla/dom/IDBMutableFileBinding.h +include/xulrunner45/mozilla/dom/IDBObjectStoreBinding.h +include/xulrunner45/mozilla/dom/IDBOpenDBRequestBinding.h +include/xulrunner45/mozilla/dom/IDBRequestBinding.h +include/xulrunner45/mozilla/dom/IDBTransactionBinding.h +include/xulrunner45/mozilla/dom/IDBVersionChangeEventBinding.h +include/xulrunner45/mozilla/dom/Icc.h +include/xulrunner45/mozilla/dom/IccCardLockError.h +include/xulrunner45/mozilla/dom/IccCardLockErrorBinding.h +include/xulrunner45/mozilla/dom/IccChangeEvent.h +include/xulrunner45/mozilla/dom/IccChangeEventBinding.h +include/xulrunner45/mozilla/dom/IccInfo.h +include/xulrunner45/mozilla/dom/IccManager.h +include/xulrunner45/mozilla/dom/ImageBitmap.h +include/xulrunner45/mozilla/dom/ImageBitmapBinding.h +include/xulrunner45/mozilla/dom/ImageBitmapSource.h +include/xulrunner45/mozilla/dom/ImageCapture.h +include/xulrunner45/mozilla/dom/ImageCaptureBinding.h +include/xulrunner45/mozilla/dom/ImageCaptureError.h +include/xulrunner45/mozilla/dom/ImageCaptureErrorEvent.h +include/xulrunner45/mozilla/dom/ImageCaptureErrorEventBinding.h +include/xulrunner45/mozilla/dom/ImageData.h +include/xulrunner45/mozilla/dom/ImageDataBinding.h +include/xulrunner45/mozilla/dom/ImageDocument.h +include/xulrunner45/mozilla/dom/ImageDocumentBinding.h +include/xulrunner45/mozilla/dom/ImageEncoder.h +include/xulrunner45/mozilla/dom/ImportManager.h +include/xulrunner45/mozilla/dom/InputEvent.h +include/xulrunner45/mozilla/dom/InputEventBinding.h +include/xulrunner45/mozilla/dom/InputMethodBinding.h +include/xulrunner45/mozilla/dom/InputPort.h +include/xulrunner45/mozilla/dom/InputPortBinding.h +include/xulrunner45/mozilla/dom/InputPortManager.h +include/xulrunner45/mozilla/dom/InputPortManagerBinding.h +include/xulrunner45/mozilla/dom/InspectorUtilsBinding.h +include/xulrunner45/mozilla/dom/InstallTriggerBinding.h +include/xulrunner45/mozilla/dom/InterAppComm.h +include/xulrunner45/mozilla/dom/InterAppConnectionBinding.h +include/xulrunner45/mozilla/dom/InterAppConnectionRequestBinding.h +include/xulrunner45/mozilla/dom/InterAppMessagePortBinding.h +include/xulrunner45/mozilla/dom/InternalHeaders.h +include/xulrunner45/mozilla/dom/InternalRequest.h +include/xulrunner45/mozilla/dom/InternalResponse.h +include/xulrunner45/mozilla/dom/IterableIterator.h +include/xulrunner45/mozilla/dom/IterableIteratorBinding.h +include/xulrunner45/mozilla/dom/JSSlots.h +include/xulrunner45/mozilla/dom/KeyAlgorithmBinding.h +include/xulrunner45/mozilla/dom/KeyAlgorithmProxy.h +include/xulrunner45/mozilla/dom/KeyEventBinding.h +include/xulrunner45/mozilla/dom/KeyboardEvent.h +include/xulrunner45/mozilla/dom/KeyboardEventBinding.h +include/xulrunner45/mozilla/dom/KeyframeBinding.h +include/xulrunner45/mozilla/dom/KeyframeEffect.h +include/xulrunner45/mozilla/dom/KeyframeEffectBinding.h +include/xulrunner45/mozilla/dom/KillSwitchBinding.h +include/xulrunner45/mozilla/dom/LegacyQueryInterfaceBinding.h +include/xulrunner45/mozilla/dom/Link.h +include/xulrunner45/mozilla/dom/LinkStyleBinding.h +include/xulrunner45/mozilla/dom/ListBoxObject.h +include/xulrunner45/mozilla/dom/ListBoxObjectBinding.h +include/xulrunner45/mozilla/dom/LocalMediaStreamBinding.h +include/xulrunner45/mozilla/dom/LocationBinding.h +include/xulrunner45/mozilla/dom/MMICall.h +include/xulrunner45/mozilla/dom/MMICallBinding.h +include/xulrunner45/mozilla/dom/MediaDeviceInfo.h +include/xulrunner45/mozilla/dom/MediaDeviceInfoBinding.h +include/xulrunner45/mozilla/dom/MediaDevices.h +include/xulrunner45/mozilla/dom/MediaDevicesBinding.h +include/xulrunner45/mozilla/dom/MediaElementAudioSourceNode.h +include/xulrunner45/mozilla/dom/MediaElementAudioSourceNodeBinding.h +include/xulrunner45/mozilla/dom/MediaEncryptedEvent.h +include/xulrunner45/mozilla/dom/MediaEncryptedEventBinding.h +include/xulrunner45/mozilla/dom/MediaError.h +include/xulrunner45/mozilla/dom/MediaErrorBinding.h +include/xulrunner45/mozilla/dom/MediaKeyError.h +include/xulrunner45/mozilla/dom/MediaKeyErrorBinding.h +include/xulrunner45/mozilla/dom/MediaKeyMessageEvent.h +include/xulrunner45/mozilla/dom/MediaKeyMessageEventBinding.h +include/xulrunner45/mozilla/dom/MediaKeySession.h +include/xulrunner45/mozilla/dom/MediaKeySessionBinding.h +include/xulrunner45/mozilla/dom/MediaKeyStatusMap.h +include/xulrunner45/mozilla/dom/MediaKeyStatusMapBinding.h +include/xulrunner45/mozilla/dom/MediaKeySystemAccess.h +include/xulrunner45/mozilla/dom/MediaKeySystemAccessBinding.h +include/xulrunner45/mozilla/dom/MediaKeySystemAccessManager.h +include/xulrunner45/mozilla/dom/MediaKeys.h +include/xulrunner45/mozilla/dom/MediaKeysBinding.h +include/xulrunner45/mozilla/dom/MediaKeysRequestStatusBinding.h +include/xulrunner45/mozilla/dom/MediaListBinding.h +include/xulrunner45/mozilla/dom/MediaQueryList.h +include/xulrunner45/mozilla/dom/MediaQueryListBinding.h +include/xulrunner45/mozilla/dom/MediaRecorderBinding.h +include/xulrunner45/mozilla/dom/MediaSource.h +include/xulrunner45/mozilla/dom/MediaSourceBinding.h +include/xulrunner45/mozilla/dom/MediaStreamAudioDestinationNode.h +include/xulrunner45/mozilla/dom/MediaStreamAudioDestinationNodeBinding.h +include/xulrunner45/mozilla/dom/MediaStreamAudioSourceNode.h +include/xulrunner45/mozilla/dom/MediaStreamAudioSourceNodeBinding.h +include/xulrunner45/mozilla/dom/MediaStreamBinding.h +include/xulrunner45/mozilla/dom/MediaStreamError.h +include/xulrunner45/mozilla/dom/MediaStreamErrorBinding.h +include/xulrunner45/mozilla/dom/MediaStreamEvent.h +include/xulrunner45/mozilla/dom/MediaStreamEventBinding.h +include/xulrunner45/mozilla/dom/MediaStreamTrack.h +include/xulrunner45/mozilla/dom/MediaStreamTrackBinding.h +include/xulrunner45/mozilla/dom/MediaTrackConstraintSetBinding.h +include/xulrunner45/mozilla/dom/MediaTrackSupportedConstraintsBinding.h +include/xulrunner45/mozilla/dom/MenuBoxObject.h +include/xulrunner45/mozilla/dom/MenuBoxObjectBinding.h +include/xulrunner45/mozilla/dom/MessageChannel.h +include/xulrunner45/mozilla/dom/MessageChannelBinding.h +include/xulrunner45/mozilla/dom/MessageEvent.h +include/xulrunner45/mozilla/dom/MessageEventBinding.h +include/xulrunner45/mozilla/dom/MessagePort.h +include/xulrunner45/mozilla/dom/MessagePortBinding.h +include/xulrunner45/mozilla/dom/MessagePortChild.h +include/xulrunner45/mozilla/dom/MessagePortList.h +include/xulrunner45/mozilla/dom/MessagePortListBinding.h +include/xulrunner45/mozilla/dom/MessagePortParent.h +include/xulrunner45/mozilla/dom/MimeTypeArrayBinding.h +include/xulrunner45/mozilla/dom/MimeTypeBinding.h +include/xulrunner45/mozilla/dom/MmsMessage.h +include/xulrunner45/mozilla/dom/MmsMessageBinding.h +include/xulrunner45/mozilla/dom/MobileCellInfo.h +include/xulrunner45/mozilla/dom/MobileConnection.h +include/xulrunner45/mozilla/dom/MobileConnectionArray.h +include/xulrunner45/mozilla/dom/MobileConnectionInfo.h +include/xulrunner45/mozilla/dom/MobileMessageManager.h +include/xulrunner45/mozilla/dom/MobileMessageThread.h +include/xulrunner45/mozilla/dom/MobileMessageThreadBinding.h +include/xulrunner45/mozilla/dom/MobileNetworkInfo.h +include/xulrunner45/mozilla/dom/MouseEvent.h +include/xulrunner45/mozilla/dom/MouseEventBinding.h +include/xulrunner45/mozilla/dom/MouseScrollEvent.h +include/xulrunner45/mozilla/dom/MouseScrollEventBinding.h +include/xulrunner45/mozilla/dom/MozActivityBinding.h +include/xulrunner45/mozilla/dom/MozApplicationEvent.h +include/xulrunner45/mozilla/dom/MozApplicationEventBinding.h +include/xulrunner45/mozilla/dom/MozCellBroadcastBinding.h +include/xulrunner45/mozilla/dom/MozCellBroadcastEvent.h +include/xulrunner45/mozilla/dom/MozCellBroadcastEventBinding.h +include/xulrunner45/mozilla/dom/MozCellBroadcastMessageBinding.h +include/xulrunner45/mozilla/dom/MozClirModeEvent.h +include/xulrunner45/mozilla/dom/MozClirModeEventBinding.h +include/xulrunner45/mozilla/dom/MozContactChangeEvent.h +include/xulrunner45/mozilla/dom/MozContactChangeEventBinding.h +include/xulrunner45/mozilla/dom/MozEmergencyCbModeEvent.h +include/xulrunner45/mozilla/dom/MozEmergencyCbModeEventBinding.h +include/xulrunner45/mozilla/dom/MozIccBinding.h +include/xulrunner45/mozilla/dom/MozIccInfoBinding.h +include/xulrunner45/mozilla/dom/MozIccManagerBinding.h +include/xulrunner45/mozilla/dom/MozInterAppMessageEvent.h +include/xulrunner45/mozilla/dom/MozInterAppMessageEventBinding.h +include/xulrunner45/mozilla/dom/MozMap.h +include/xulrunner45/mozilla/dom/MozMessageDeletedEvent.h +include/xulrunner45/mozilla/dom/MozMessageDeletedEventBinding.h +include/xulrunner45/mozilla/dom/MozMmsEvent.h +include/xulrunner45/mozilla/dom/MozMmsEventBinding.h +include/xulrunner45/mozilla/dom/MozMobileCellInfoBinding.h +include/xulrunner45/mozilla/dom/MozMobileConnectionArrayBinding.h +include/xulrunner45/mozilla/dom/MozMobileConnectionBinding.h +include/xulrunner45/mozilla/dom/MozMobileConnectionInfoBinding.h +include/xulrunner45/mozilla/dom/MozMobileMessageManagerBinding.h +include/xulrunner45/mozilla/dom/MozMobileNetworkInfoBinding.h +include/xulrunner45/mozilla/dom/MozOtaStatusEvent.h +include/xulrunner45/mozilla/dom/MozOtaStatusEventBinding.h +include/xulrunner45/mozilla/dom/MozPowerManagerBinding.h +include/xulrunner45/mozilla/dom/MozSelfSupportBinding.h +include/xulrunner45/mozilla/dom/MozSettingsEvent.h +include/xulrunner45/mozilla/dom/MozSettingsEventBinding.h +include/xulrunner45/mozilla/dom/MozSettingsTransactionEvent.h +include/xulrunner45/mozilla/dom/MozSettingsTransactionEventBinding.h +include/xulrunner45/mozilla/dom/MozSmsEvent.h +include/xulrunner45/mozilla/dom/MozSmsEventBinding.h +include/xulrunner45/mozilla/dom/MozStkCommandEvent.h +include/xulrunner45/mozilla/dom/MozStkCommandEventBinding.h +include/xulrunner45/mozilla/dom/MozTetheringManagerBinding.h +include/xulrunner45/mozilla/dom/MozTimeManagerBinding.h +include/xulrunner45/mozilla/dom/MozVoicemailBinding.h +include/xulrunner45/mozilla/dom/MozVoicemailEvent.h +include/xulrunner45/mozilla/dom/MozVoicemailEventBinding.h +include/xulrunner45/mozilla/dom/MozVoicemailStatusBinding.h +include/xulrunner45/mozilla/dom/MozWakeLockBinding.h +include/xulrunner45/mozilla/dom/MutableFileBase.h +include/xulrunner45/mozilla/dom/MutationEvent.h +include/xulrunner45/mozilla/dom/MutationEventBinding.h +include/xulrunner45/mozilla/dom/MutationObserverBinding.h +include/xulrunner45/mozilla/dom/NameSpaceConstants.h +include/xulrunner45/mozilla/dom/NamedNodeMapBinding.h +include/xulrunner45/mozilla/dom/NativeOSFileInternalsBinding.h +include/xulrunner45/mozilla/dom/Navigator.h +include/xulrunner45/mozilla/dom/NavigatorBinding.h +include/xulrunner45/mozilla/dom/NetDashboardBinding.h +include/xulrunner45/mozilla/dom/NetworkInformationBinding.h +include/xulrunner45/mozilla/dom/NetworkOptionsBinding.h +include/xulrunner45/mozilla/dom/NodeBinding.h +include/xulrunner45/mozilla/dom/NodeFilterBinding.h +include/xulrunner45/mozilla/dom/NodeInfo.h +include/xulrunner45/mozilla/dom/NodeInfoInlines.h +include/xulrunner45/mozilla/dom/NodeIterator.h +include/xulrunner45/mozilla/dom/NodeIteratorBinding.h +include/xulrunner45/mozilla/dom/NodeListBinding.h +include/xulrunner45/mozilla/dom/NonRefcountedDOMObject.h +include/xulrunner45/mozilla/dom/Notification.h +include/xulrunner45/mozilla/dom/NotificationBinding.h +include/xulrunner45/mozilla/dom/NotificationEvent.h +include/xulrunner45/mozilla/dom/NotificationEventBinding.h +include/xulrunner45/mozilla/dom/NotifyPaintEvent.h +include/xulrunner45/mozilla/dom/NotifyPaintEventBinding.h +include/xulrunner45/mozilla/dom/Nullable.h +include/xulrunner45/mozilla/dom/NuwaChild.h +include/xulrunner45/mozilla/dom/NuwaParent.h +include/xulrunner45/mozilla/dom/OSFileSystem.h +include/xulrunner45/mozilla/dom/OfflineAudioCompletionEvent.h +include/xulrunner45/mozilla/dom/OfflineAudioCompletionEventBinding.h +include/xulrunner45/mozilla/dom/OfflineAudioContextBinding.h +include/xulrunner45/mozilla/dom/OfflineResourceListBinding.h +include/xulrunner45/mozilla/dom/OffscreenCanvas.h +include/xulrunner45/mozilla/dom/OffscreenCanvasBinding.h +include/xulrunner45/mozilla/dom/OscillatorNode.h +include/xulrunner45/mozilla/dom/OscillatorNodeBinding.h +include/xulrunner45/mozilla/dom/PageTransitionEvent.h +include/xulrunner45/mozilla/dom/PageTransitionEventBinding.h +include/xulrunner45/mozilla/dom/PaintRequest.h +include/xulrunner45/mozilla/dom/PaintRequestBinding.h +include/xulrunner45/mozilla/dom/PaintRequestListBinding.h +include/xulrunner45/mozilla/dom/PannerNode.h +include/xulrunner45/mozilla/dom/PannerNodeBinding.h +include/xulrunner45/mozilla/dom/ParentNodeBinding.h +include/xulrunner45/mozilla/dom/PerformanceBinding.h +include/xulrunner45/mozilla/dom/PerformanceCompositeTiming.h +include/xulrunner45/mozilla/dom/PerformanceCompositeTimingBinding.h +include/xulrunner45/mozilla/dom/PerformanceEntry.h +include/xulrunner45/mozilla/dom/PerformanceEntryBinding.h +include/xulrunner45/mozilla/dom/PerformanceEntryEvent.h +include/xulrunner45/mozilla/dom/PerformanceEntryEventBinding.h +include/xulrunner45/mozilla/dom/PerformanceMark.h +include/xulrunner45/mozilla/dom/PerformanceMarkBinding.h +include/xulrunner45/mozilla/dom/PerformanceMeasure.h +include/xulrunner45/mozilla/dom/PerformanceMeasureBinding.h +include/xulrunner45/mozilla/dom/PerformanceNavigationBinding.h +include/xulrunner45/mozilla/dom/PerformanceObserver.h +include/xulrunner45/mozilla/dom/PerformanceObserverBinding.h +include/xulrunner45/mozilla/dom/PerformanceObserverEntryList.h +include/xulrunner45/mozilla/dom/PerformanceObserverEntryListBinding.h +include/xulrunner45/mozilla/dom/PerformanceRenderTiming.h +include/xulrunner45/mozilla/dom/PerformanceRenderTimingBinding.h +include/xulrunner45/mozilla/dom/PerformanceResourceTiming.h +include/xulrunner45/mozilla/dom/PerformanceResourceTimingBinding.h +include/xulrunner45/mozilla/dom/PerformanceTimingBinding.h +include/xulrunner45/mozilla/dom/PeriodicWave.h +include/xulrunner45/mozilla/dom/PeriodicWaveBinding.h +include/xulrunner45/mozilla/dom/PermissionMessageUtils.h +include/xulrunner45/mozilla/dom/PermissionSettingsBinding.h +include/xulrunner45/mozilla/dom/PermissionStatus.h +include/xulrunner45/mozilla/dom/PermissionStatusBinding.h +include/xulrunner45/mozilla/dom/Permissions.h +include/xulrunner45/mozilla/dom/PermissionsBinding.h +include/xulrunner45/mozilla/dom/PhoneNumberServiceBinding.h +include/xulrunner45/mozilla/dom/PluginArrayBinding.h +include/xulrunner45/mozilla/dom/PluginBinding.h +include/xulrunner45/mozilla/dom/PluginCrashedEvent.h +include/xulrunner45/mozilla/dom/PluginCrashedEventBinding.h +include/xulrunner45/mozilla/dom/PointerEvent.h +include/xulrunner45/mozilla/dom/PointerEventBinding.h +include/xulrunner45/mozilla/dom/PopStateEvent.h +include/xulrunner45/mozilla/dom/PopStateEventBinding.h +include/xulrunner45/mozilla/dom/PopupBlockedEvent.h +include/xulrunner45/mozilla/dom/PopupBlockedEventBinding.h +include/xulrunner45/mozilla/dom/PopupBoxObject.h +include/xulrunner45/mozilla/dom/PopupBoxObjectBinding.h +include/xulrunner45/mozilla/dom/PositionBinding.h +include/xulrunner45/mozilla/dom/PositionErrorBinding.h +include/xulrunner45/mozilla/dom/PowerManager.h +include/xulrunner45/mozilla/dom/Presentation.h +include/xulrunner45/mozilla/dom/PresentationAvailability.h +include/xulrunner45/mozilla/dom/PresentationAvailabilityBinding.h +include/xulrunner45/mozilla/dom/PresentationBinding.h +include/xulrunner45/mozilla/dom/PresentationCallbacks.h +include/xulrunner45/mozilla/dom/PresentationChild.h +include/xulrunner45/mozilla/dom/PresentationConnection.h +include/xulrunner45/mozilla/dom/PresentationConnectionAvailableEvent.h +include/xulrunner45/mozilla/dom/PresentationConnectionAvailableEventBinding.h +include/xulrunner45/mozilla/dom/PresentationConnectionBinding.h +include/xulrunner45/mozilla/dom/PresentationDeviceInfoManagerBinding.h +include/xulrunner45/mozilla/dom/PresentationDeviceManager.h +include/xulrunner45/mozilla/dom/PresentationIPCService.h +include/xulrunner45/mozilla/dom/PresentationParent.h +include/xulrunner45/mozilla/dom/PresentationReceiver.h +include/xulrunner45/mozilla/dom/PresentationReceiverBinding.h +include/xulrunner45/mozilla/dom/PresentationRequest.h +include/xulrunner45/mozilla/dom/PresentationRequestBinding.h +include/xulrunner45/mozilla/dom/PresentationService.h +include/xulrunner45/mozilla/dom/PresentationSessionInfo.h +include/xulrunner45/mozilla/dom/PresentationSessionTransport.h +include/xulrunner45/mozilla/dom/PrimitiveConversions.h +include/xulrunner45/mozilla/dom/ProcessGlobal.h +include/xulrunner45/mozilla/dom/ProcessingInstruction.h +include/xulrunner45/mozilla/dom/ProcessingInstructionBinding.h +include/xulrunner45/mozilla/dom/ProfileTimelineMarkerBinding.h +include/xulrunner45/mozilla/dom/ProgressEvent.h +include/xulrunner45/mozilla/dom/ProgressEventBinding.h +include/xulrunner45/mozilla/dom/Promise.h +include/xulrunner45/mozilla/dom/PromiseBinding.h +include/xulrunner45/mozilla/dom/PromiseDebugging.h +include/xulrunner45/mozilla/dom/PromiseDebuggingBinding.h +include/xulrunner45/mozilla/dom/PromiseNativeAbortCallback.h +include/xulrunner45/mozilla/dom/PromiseNativeHandler.h +include/xulrunner45/mozilla/dom/PromiseWorkerProxy.h +include/xulrunner45/mozilla/dom/PropertyIndexedKeyframesBinding.h +include/xulrunner45/mozilla/dom/PrototypeList.h +include/xulrunner45/mozilla/dom/PushEventBinding.h +include/xulrunner45/mozilla/dom/PushManager.h +include/xulrunner45/mozilla/dom/PushManagerBinding.h +include/xulrunner45/mozilla/dom/PushMessageDataBinding.h +include/xulrunner45/mozilla/dom/PushSubscriptionBinding.h +include/xulrunner45/mozilla/dom/RGBColorBinding.h +include/xulrunner45/mozilla/dom/RTCCertificate.h +include/xulrunner45/mozilla/dom/RTCStatsReportBinding.h +include/xulrunner45/mozilla/dom/RadioNodeList.h +include/xulrunner45/mozilla/dom/RadioNodeListBinding.h +include/xulrunner45/mozilla/dom/RangeBinding.h +include/xulrunner45/mozilla/dom/RecordErrorEvent.h +include/xulrunner45/mozilla/dom/RecordErrorEventBinding.h +include/xulrunner45/mozilla/dom/RectBinding.h +include/xulrunner45/mozilla/dom/RegisterBindings.h +include/xulrunner45/mozilla/dom/RegisterWorkerBindings.h +include/xulrunner45/mozilla/dom/Request.h +include/xulrunner45/mozilla/dom/RequestBinding.h +include/xulrunner45/mozilla/dom/RequestSyncManagerBinding.h +include/xulrunner45/mozilla/dom/RequestSyncSchedulerBinding.h +include/xulrunner45/mozilla/dom/RequestSyncWifiService.h +include/xulrunner45/mozilla/dom/ResolveSystemBinding.h +include/xulrunner45/mozilla/dom/ResourceStatsBinding.h +include/xulrunner45/mozilla/dom/ResourceStatsManagerBinding.h +include/xulrunner45/mozilla/dom/Response.h +include/xulrunner45/mozilla/dom/ResponseBinding.h +include/xulrunner45/mozilla/dom/ResponsiveImageSelector.h +include/xulrunner45/mozilla/dom/RootedDictionary.h +include/xulrunner45/mozilla/dom/SRICheck.h +include/xulrunner45/mozilla/dom/SRIMetadata.h +include/xulrunner45/mozilla/dom/SVGAElement.h +include/xulrunner45/mozilla/dom/SVGAElementBinding.h +include/xulrunner45/mozilla/dom/SVGAltGlyphElement.h +include/xulrunner45/mozilla/dom/SVGAltGlyphElementBinding.h +include/xulrunner45/mozilla/dom/SVGAngle.h +include/xulrunner45/mozilla/dom/SVGAngleBinding.h +include/xulrunner45/mozilla/dom/SVGAnimateElement.h +include/xulrunner45/mozilla/dom/SVGAnimateElementBinding.h +include/xulrunner45/mozilla/dom/SVGAnimateMotionElement.h +include/xulrunner45/mozilla/dom/SVGAnimateMotionElementBinding.h +include/xulrunner45/mozilla/dom/SVGAnimateTransformElement.h +include/xulrunner45/mozilla/dom/SVGAnimateTransformElementBinding.h +include/xulrunner45/mozilla/dom/SVGAnimatedAngle.h +include/xulrunner45/mozilla/dom/SVGAnimatedAngleBinding.h +include/xulrunner45/mozilla/dom/SVGAnimatedBoolean.h +include/xulrunner45/mozilla/dom/SVGAnimatedBooleanBinding.h +include/xulrunner45/mozilla/dom/SVGAnimatedEnumeration.h +include/xulrunner45/mozilla/dom/SVGAnimatedEnumerationBinding.h +include/xulrunner45/mozilla/dom/SVGAnimatedInteger.h +include/xulrunner45/mozilla/dom/SVGAnimatedIntegerBinding.h +include/xulrunner45/mozilla/dom/SVGAnimatedLength.h +include/xulrunner45/mozilla/dom/SVGAnimatedLengthBinding.h +include/xulrunner45/mozilla/dom/SVGAnimatedLengthListBinding.h +include/xulrunner45/mozilla/dom/SVGAnimatedNumber.h +include/xulrunner45/mozilla/dom/SVGAnimatedNumberBinding.h +include/xulrunner45/mozilla/dom/SVGAnimatedNumberListBinding.h +include/xulrunner45/mozilla/dom/SVGAnimatedPathDataBinding.h +include/xulrunner45/mozilla/dom/SVGAnimatedPointsBinding.h +include/xulrunner45/mozilla/dom/SVGAnimatedPreserveAspectRatioBinding.h +include/xulrunner45/mozilla/dom/SVGAnimatedRect.h +include/xulrunner45/mozilla/dom/SVGAnimatedRectBinding.h +include/xulrunner45/mozilla/dom/SVGAnimatedString.h +include/xulrunner45/mozilla/dom/SVGAnimatedStringBinding.h +include/xulrunner45/mozilla/dom/SVGAnimatedTransformList.h +include/xulrunner45/mozilla/dom/SVGAnimatedTransformListBinding.h +include/xulrunner45/mozilla/dom/SVGAnimationElement.h +include/xulrunner45/mozilla/dom/SVGAnimationElementBinding.h +include/xulrunner45/mozilla/dom/SVGCircleElement.h +include/xulrunner45/mozilla/dom/SVGCircleElementBinding.h +include/xulrunner45/mozilla/dom/SVGClipPathElement.h +include/xulrunner45/mozilla/dom/SVGClipPathElementBinding.h +include/xulrunner45/mozilla/dom/SVGComponentTransferFunctionElement.h +include/xulrunner45/mozilla/dom/SVGComponentTransferFunctionElementBinding.h +include/xulrunner45/mozilla/dom/SVGDefsElement.h +include/xulrunner45/mozilla/dom/SVGDefsElementBinding.h +include/xulrunner45/mozilla/dom/SVGDescElement.h +include/xulrunner45/mozilla/dom/SVGDescElementBinding.h +include/xulrunner45/mozilla/dom/SVGDocument.h +include/xulrunner45/mozilla/dom/SVGDocumentBinding.h +include/xulrunner45/mozilla/dom/SVGElementBinding.h +include/xulrunner45/mozilla/dom/SVGEllipseElement.h +include/xulrunner45/mozilla/dom/SVGEllipseElementBinding.h +include/xulrunner45/mozilla/dom/SVGFEBlendElement.h +include/xulrunner45/mozilla/dom/SVGFEBlendElementBinding.h +include/xulrunner45/mozilla/dom/SVGFEColorMatrixElement.h +include/xulrunner45/mozilla/dom/SVGFEColorMatrixElementBinding.h +include/xulrunner45/mozilla/dom/SVGFEComponentTransferElement.h +include/xulrunner45/mozilla/dom/SVGFEComponentTransferElementBinding.h +include/xulrunner45/mozilla/dom/SVGFECompositeElement.h +include/xulrunner45/mozilla/dom/SVGFECompositeElementBinding.h +include/xulrunner45/mozilla/dom/SVGFEConvolveMatrixElement.h +include/xulrunner45/mozilla/dom/SVGFEConvolveMatrixElementBinding.h +include/xulrunner45/mozilla/dom/SVGFEDiffuseLightingElement.h +include/xulrunner45/mozilla/dom/SVGFEDiffuseLightingElementBinding.h +include/xulrunner45/mozilla/dom/SVGFEDisplacementMapElement.h +include/xulrunner45/mozilla/dom/SVGFEDisplacementMapElementBinding.h +include/xulrunner45/mozilla/dom/SVGFEDistantLightElement.h +include/xulrunner45/mozilla/dom/SVGFEDistantLightElementBinding.h +include/xulrunner45/mozilla/dom/SVGFEDropShadowElement.h +include/xulrunner45/mozilla/dom/SVGFEDropShadowElementBinding.h +include/xulrunner45/mozilla/dom/SVGFEFloodElement.h +include/xulrunner45/mozilla/dom/SVGFEFloodElementBinding.h +include/xulrunner45/mozilla/dom/SVGFEFuncAElementBinding.h +include/xulrunner45/mozilla/dom/SVGFEFuncBElementBinding.h +include/xulrunner45/mozilla/dom/SVGFEFuncGElementBinding.h +include/xulrunner45/mozilla/dom/SVGFEFuncRElementBinding.h +include/xulrunner45/mozilla/dom/SVGFEGaussianBlurElement.h +include/xulrunner45/mozilla/dom/SVGFEGaussianBlurElementBinding.h +include/xulrunner45/mozilla/dom/SVGFEImageElement.h +include/xulrunner45/mozilla/dom/SVGFEImageElementBinding.h +include/xulrunner45/mozilla/dom/SVGFEMergeElement.h +include/xulrunner45/mozilla/dom/SVGFEMergeElementBinding.h +include/xulrunner45/mozilla/dom/SVGFEMergeNodeElement.h +include/xulrunner45/mozilla/dom/SVGFEMergeNodeElementBinding.h +include/xulrunner45/mozilla/dom/SVGFEMorphologyElement.h +include/xulrunner45/mozilla/dom/SVGFEMorphologyElementBinding.h +include/xulrunner45/mozilla/dom/SVGFEOffsetElement.h +include/xulrunner45/mozilla/dom/SVGFEOffsetElementBinding.h +include/xulrunner45/mozilla/dom/SVGFEPointLightElement.h +include/xulrunner45/mozilla/dom/SVGFEPointLightElementBinding.h +include/xulrunner45/mozilla/dom/SVGFESpecularLightingElement.h +include/xulrunner45/mozilla/dom/SVGFESpecularLightingElementBinding.h +include/xulrunner45/mozilla/dom/SVGFESpotLightElement.h +include/xulrunner45/mozilla/dom/SVGFESpotLightElementBinding.h +include/xulrunner45/mozilla/dom/SVGFETileElement.h +include/xulrunner45/mozilla/dom/SVGFETileElementBinding.h +include/xulrunner45/mozilla/dom/SVGFETurbulenceElement.h +include/xulrunner45/mozilla/dom/SVGFETurbulenceElementBinding.h +include/xulrunner45/mozilla/dom/SVGFilterElement.h +include/xulrunner45/mozilla/dom/SVGFilterElementBinding.h +include/xulrunner45/mozilla/dom/SVGFilterPrimitiveStandardAttributesBinding.h +include/xulrunner45/mozilla/dom/SVGFitToViewBoxBinding.h +include/xulrunner45/mozilla/dom/SVGForeignObjectElement.h +include/xulrunner45/mozilla/dom/SVGForeignObjectElementBinding.h +include/xulrunner45/mozilla/dom/SVGGElement.h +include/xulrunner45/mozilla/dom/SVGGElementBinding.h +include/xulrunner45/mozilla/dom/SVGGradientElement.h +include/xulrunner45/mozilla/dom/SVGGradientElementBinding.h +include/xulrunner45/mozilla/dom/SVGGraphicsElement.h +include/xulrunner45/mozilla/dom/SVGGraphicsElementBinding.h +include/xulrunner45/mozilla/dom/SVGIRect.h +include/xulrunner45/mozilla/dom/SVGImageElement.h +include/xulrunner45/mozilla/dom/SVGImageElementBinding.h +include/xulrunner45/mozilla/dom/SVGLengthBinding.h +include/xulrunner45/mozilla/dom/SVGLengthListBinding.h +include/xulrunner45/mozilla/dom/SVGLineElement.h +include/xulrunner45/mozilla/dom/SVGLineElementBinding.h +include/xulrunner45/mozilla/dom/SVGLinearGradientElementBinding.h +include/xulrunner45/mozilla/dom/SVGMPathElement.h +include/xulrunner45/mozilla/dom/SVGMPathElementBinding.h +include/xulrunner45/mozilla/dom/SVGMarkerElement.h +include/xulrunner45/mozilla/dom/SVGMarkerElementBinding.h +include/xulrunner45/mozilla/dom/SVGMaskElement.h +include/xulrunner45/mozilla/dom/SVGMaskElementBinding.h +include/xulrunner45/mozilla/dom/SVGMatrix.h +include/xulrunner45/mozilla/dom/SVGMatrixBinding.h +include/xulrunner45/mozilla/dom/SVGMetadataElement.h +include/xulrunner45/mozilla/dom/SVGMetadataElementBinding.h +include/xulrunner45/mozilla/dom/SVGNumberBinding.h +include/xulrunner45/mozilla/dom/SVGNumberListBinding.h +include/xulrunner45/mozilla/dom/SVGPathElement.h +include/xulrunner45/mozilla/dom/SVGPathElementBinding.h +include/xulrunner45/mozilla/dom/SVGPathSegBinding.h +include/xulrunner45/mozilla/dom/SVGPathSegListBinding.h +include/xulrunner45/mozilla/dom/SVGPatternElement.h +include/xulrunner45/mozilla/dom/SVGPatternElementBinding.h +include/xulrunner45/mozilla/dom/SVGPointBinding.h +include/xulrunner45/mozilla/dom/SVGPointListBinding.h +include/xulrunner45/mozilla/dom/SVGPolygonElement.h +include/xulrunner45/mozilla/dom/SVGPolygonElementBinding.h +include/xulrunner45/mozilla/dom/SVGPolylineElement.h +include/xulrunner45/mozilla/dom/SVGPolylineElementBinding.h +include/xulrunner45/mozilla/dom/SVGPreserveAspectRatioBinding.h +include/xulrunner45/mozilla/dom/SVGRadialGradientElementBinding.h +include/xulrunner45/mozilla/dom/SVGRect.h +include/xulrunner45/mozilla/dom/SVGRectBinding.h +include/xulrunner45/mozilla/dom/SVGRectElement.h +include/xulrunner45/mozilla/dom/SVGRectElementBinding.h +include/xulrunner45/mozilla/dom/SVGSVGElement.h +include/xulrunner45/mozilla/dom/SVGSVGElementBinding.h +include/xulrunner45/mozilla/dom/SVGScriptElement.h +include/xulrunner45/mozilla/dom/SVGScriptElementBinding.h +include/xulrunner45/mozilla/dom/SVGSetElement.h +include/xulrunner45/mozilla/dom/SVGSetElementBinding.h +include/xulrunner45/mozilla/dom/SVGStopElement.h +include/xulrunner45/mozilla/dom/SVGStopElementBinding.h +include/xulrunner45/mozilla/dom/SVGStringListBinding.h +include/xulrunner45/mozilla/dom/SVGStyleElement.h +include/xulrunner45/mozilla/dom/SVGStyleElementBinding.h +include/xulrunner45/mozilla/dom/SVGSwitchElement.h +include/xulrunner45/mozilla/dom/SVGSwitchElementBinding.h +include/xulrunner45/mozilla/dom/SVGSymbolElement.h +include/xulrunner45/mozilla/dom/SVGSymbolElementBinding.h +include/xulrunner45/mozilla/dom/SVGTSpanElement.h +include/xulrunner45/mozilla/dom/SVGTSpanElementBinding.h +include/xulrunner45/mozilla/dom/SVGTests.h +include/xulrunner45/mozilla/dom/SVGTestsBinding.h +include/xulrunner45/mozilla/dom/SVGTextContentElement.h +include/xulrunner45/mozilla/dom/SVGTextContentElementBinding.h +include/xulrunner45/mozilla/dom/SVGTextElement.h +include/xulrunner45/mozilla/dom/SVGTextElementBinding.h +include/xulrunner45/mozilla/dom/SVGTextPathElement.h +include/xulrunner45/mozilla/dom/SVGTextPathElementBinding.h +include/xulrunner45/mozilla/dom/SVGTextPositioningElement.h +include/xulrunner45/mozilla/dom/SVGTextPositioningElementBinding.h +include/xulrunner45/mozilla/dom/SVGTitleElement.h +include/xulrunner45/mozilla/dom/SVGTitleElementBinding.h +include/xulrunner45/mozilla/dom/SVGTransform.h +include/xulrunner45/mozilla/dom/SVGTransformBinding.h +include/xulrunner45/mozilla/dom/SVGTransformListBinding.h +include/xulrunner45/mozilla/dom/SVGTransformableElement.h +include/xulrunner45/mozilla/dom/SVGURIReferenceBinding.h +include/xulrunner45/mozilla/dom/SVGUnitTypesBinding.h +include/xulrunner45/mozilla/dom/SVGUseElement.h +include/xulrunner45/mozilla/dom/SVGUseElementBinding.h +include/xulrunner45/mozilla/dom/SVGViewElement.h +include/xulrunner45/mozilla/dom/SVGViewElementBinding.h +include/xulrunner45/mozilla/dom/SVGZoomAndPanBinding.h +include/xulrunner45/mozilla/dom/SVGZoomEvent.h +include/xulrunner45/mozilla/dom/SVGZoomEventBinding.h +include/xulrunner45/mozilla/dom/SameProcessMessageQueue.h +include/xulrunner45/mozilla/dom/ScreenBinding.h +include/xulrunner45/mozilla/dom/ScreenOrientation.h +include/xulrunner45/mozilla/dom/ScreenOrientationBinding.h +include/xulrunner45/mozilla/dom/ScriptProcessorNode.h +include/xulrunner45/mozilla/dom/ScriptProcessorNodeBinding.h +include/xulrunner45/mozilla/dom/ScriptSettings.h +include/xulrunner45/mozilla/dom/ScrollAreaEvent.h +include/xulrunner45/mozilla/dom/ScrollAreaEventBinding.h +include/xulrunner45/mozilla/dom/ScrollBoxObject.h +include/xulrunner45/mozilla/dom/ScrollBoxObjectBinding.h +include/xulrunner45/mozilla/dom/ScrollViewChangeEvent.h +include/xulrunner45/mozilla/dom/ScrollViewChangeEventBinding.h +include/xulrunner45/mozilla/dom/SecureElementBinding.h +include/xulrunner45/mozilla/dom/SecureElementManagerBinding.h +include/xulrunner45/mozilla/dom/Selection.h +include/xulrunner45/mozilla/dom/SelectionBinding.h +include/xulrunner45/mozilla/dom/SelectionStateChangedEvent.h +include/xulrunner45/mozilla/dom/SelectionStateChangedEventBinding.h +include/xulrunner45/mozilla/dom/ServiceWorkerBinding.h +include/xulrunner45/mozilla/dom/ServiceWorkerCommon.h +include/xulrunner45/mozilla/dom/ServiceWorkerContainer.h +include/xulrunner45/mozilla/dom/ServiceWorkerContainerBinding.h +include/xulrunner45/mozilla/dom/ServiceWorkerEvents.h +include/xulrunner45/mozilla/dom/ServiceWorkerGlobalScopeBinding.h +include/xulrunner45/mozilla/dom/ServiceWorkerMessageEvent.h +include/xulrunner45/mozilla/dom/ServiceWorkerMessageEventBinding.h +include/xulrunner45/mozilla/dom/ServiceWorkerRegistrar.h +include/xulrunner45/mozilla/dom/ServiceWorkerRegistration.h +include/xulrunner45/mozilla/dom/ServiceWorkerRegistrationBinding.h +include/xulrunner45/mozilla/dom/SettingChangeNotificationBinding.h +include/xulrunner45/mozilla/dom/SettingsManagerBinding.h +include/xulrunner45/mozilla/dom/ShadowRoot.h +include/xulrunner45/mozilla/dom/ShadowRootBinding.h +include/xulrunner45/mozilla/dom/SharedWorkerBinding.h +include/xulrunner45/mozilla/dom/SharedWorkerGlobalScopeBinding.h +include/xulrunner45/mozilla/dom/SimpleGestureEvent.h +include/xulrunner45/mozilla/dom/SimpleGestureEventBinding.h +include/xulrunner45/mozilla/dom/SmsMessage.h +include/xulrunner45/mozilla/dom/SmsMessageBinding.h +include/xulrunner45/mozilla/dom/SocketCommonBinding.h +include/xulrunner45/mozilla/dom/SourceBuffer.h +include/xulrunner45/mozilla/dom/SourceBufferBinding.h +include/xulrunner45/mozilla/dom/SourceBufferList.h +include/xulrunner45/mozilla/dom/SourceBufferListBinding.h +include/xulrunner45/mozilla/dom/SpeechGrammar.h +include/xulrunner45/mozilla/dom/SpeechGrammarBinding.h +include/xulrunner45/mozilla/dom/SpeechGrammarList.h +include/xulrunner45/mozilla/dom/SpeechGrammarListBinding.h +include/xulrunner45/mozilla/dom/SpeechRecognition.h +include/xulrunner45/mozilla/dom/SpeechRecognitionAlternative.h +include/xulrunner45/mozilla/dom/SpeechRecognitionAlternativeBinding.h +include/xulrunner45/mozilla/dom/SpeechRecognitionBinding.h +include/xulrunner45/mozilla/dom/SpeechRecognitionError.h +include/xulrunner45/mozilla/dom/SpeechRecognitionErrorBinding.h +include/xulrunner45/mozilla/dom/SpeechRecognitionEvent.h +include/xulrunner45/mozilla/dom/SpeechRecognitionEventBinding.h +include/xulrunner45/mozilla/dom/SpeechRecognitionResult.h +include/xulrunner45/mozilla/dom/SpeechRecognitionResultBinding.h +include/xulrunner45/mozilla/dom/SpeechRecognitionResultList.h +include/xulrunner45/mozilla/dom/SpeechRecognitionResultListBinding.h +include/xulrunner45/mozilla/dom/SpeechStreamListener.h +include/xulrunner45/mozilla/dom/SpeechSynthesis.h +include/xulrunner45/mozilla/dom/SpeechSynthesisBinding.h +include/xulrunner45/mozilla/dom/SpeechSynthesisChild.h +include/xulrunner45/mozilla/dom/SpeechSynthesisErrorEvent.h +include/xulrunner45/mozilla/dom/SpeechSynthesisErrorEventBinding.h +include/xulrunner45/mozilla/dom/SpeechSynthesisEvent.h +include/xulrunner45/mozilla/dom/SpeechSynthesisEventBinding.h +include/xulrunner45/mozilla/dom/SpeechSynthesisParent.h +include/xulrunner45/mozilla/dom/SpeechSynthesisUtterance.h +include/xulrunner45/mozilla/dom/SpeechSynthesisUtteranceBinding.h +include/xulrunner45/mozilla/dom/SpeechSynthesisVoice.h +include/xulrunner45/mozilla/dom/SpeechSynthesisVoiceBinding.h +include/xulrunner45/mozilla/dom/StereoPannerNode.h +include/xulrunner45/mozilla/dom/StereoPannerNodeBinding.h +include/xulrunner45/mozilla/dom/StorageBinding.h +include/xulrunner45/mozilla/dom/StorageEvent.h +include/xulrunner45/mozilla/dom/StorageEventBinding.h +include/xulrunner45/mozilla/dom/StorageTypeBinding.h +include/xulrunner45/mozilla/dom/StructuredClone.h +include/xulrunner45/mozilla/dom/StructuredCloneHolder.h +include/xulrunner45/mozilla/dom/StructuredCloneTags.h +include/xulrunner45/mozilla/dom/StyleRuleChangeEvent.h +include/xulrunner45/mozilla/dom/StyleRuleChangeEventBinding.h +include/xulrunner45/mozilla/dom/StyleSheetApplicableStateChangeEvent.h +include/xulrunner45/mozilla/dom/StyleSheetApplicableStateChangeEventBinding.h +include/xulrunner45/mozilla/dom/StyleSheetBinding.h +include/xulrunner45/mozilla/dom/StyleSheetChangeEvent.h +include/xulrunner45/mozilla/dom/StyleSheetChangeEventBinding.h +include/xulrunner45/mozilla/dom/StyleSheetList.h +include/xulrunner45/mozilla/dom/StyleSheetListBinding.h +include/xulrunner45/mozilla/dom/SubtleCrypto.h +include/xulrunner45/mozilla/dom/SubtleCryptoBinding.h +include/xulrunner45/mozilla/dom/SystemUpdateBinding.h +include/xulrunner45/mozilla/dom/TCPServerSocket.h +include/xulrunner45/mozilla/dom/TCPServerSocketBinding.h +include/xulrunner45/mozilla/dom/TCPServerSocketEvent.h +include/xulrunner45/mozilla/dom/TCPServerSocketEventBinding.h +include/xulrunner45/mozilla/dom/TCPSocket.h +include/xulrunner45/mozilla/dom/TCPSocketBinding.h +include/xulrunner45/mozilla/dom/TCPSocketErrorEvent.h +include/xulrunner45/mozilla/dom/TCPSocketErrorEventBinding.h +include/xulrunner45/mozilla/dom/TCPSocketEvent.h +include/xulrunner45/mozilla/dom/TCPSocketEventBinding.h +include/xulrunner45/mozilla/dom/TVChannel.h +include/xulrunner45/mozilla/dom/TVChannelBinding.h +include/xulrunner45/mozilla/dom/TVCurrentChannelChangedEvent.h +include/xulrunner45/mozilla/dom/TVCurrentChannelChangedEventBinding.h +include/xulrunner45/mozilla/dom/TVCurrentSourceChangedEvent.h +include/xulrunner45/mozilla/dom/TVCurrentSourceChangedEventBinding.h +include/xulrunner45/mozilla/dom/TVEITBroadcastedEvent.h +include/xulrunner45/mozilla/dom/TVEITBroadcastedEventBinding.h +include/xulrunner45/mozilla/dom/TVListeners.h +include/xulrunner45/mozilla/dom/TVManager.h +include/xulrunner45/mozilla/dom/TVManagerBinding.h +include/xulrunner45/mozilla/dom/TVProgram.h +include/xulrunner45/mozilla/dom/TVProgramBinding.h +include/xulrunner45/mozilla/dom/TVScanningStateChangedEvent.h +include/xulrunner45/mozilla/dom/TVScanningStateChangedEventBinding.h +include/xulrunner45/mozilla/dom/TVServiceCallbacks.h +include/xulrunner45/mozilla/dom/TVServiceFactory.h +include/xulrunner45/mozilla/dom/TVServiceRunnables.h +include/xulrunner45/mozilla/dom/TVSource.h +include/xulrunner45/mozilla/dom/TVSourceBinding.h +include/xulrunner45/mozilla/dom/TVTuner.h +include/xulrunner45/mozilla/dom/TVTunerBinding.h +include/xulrunner45/mozilla/dom/TVTypes.h +include/xulrunner45/mozilla/dom/TVUtils.h +include/xulrunner45/mozilla/dom/TabChild.h +include/xulrunner45/mozilla/dom/TabContext.h +include/xulrunner45/mozilla/dom/TabMessageUtils.h +include/xulrunner45/mozilla/dom/TabParent.h +include/xulrunner45/mozilla/dom/Telephony.h +include/xulrunner45/mozilla/dom/TelephonyBinding.h +include/xulrunner45/mozilla/dom/TelephonyCall.h +include/xulrunner45/mozilla/dom/TelephonyCallBinding.h +include/xulrunner45/mozilla/dom/TelephonyCallGroup.h +include/xulrunner45/mozilla/dom/TelephonyCallGroupBinding.h +include/xulrunner45/mozilla/dom/TelephonyCallId.h +include/xulrunner45/mozilla/dom/TelephonyCallIdBinding.h +include/xulrunner45/mozilla/dom/Text.h +include/xulrunner45/mozilla/dom/TextBinding.h +include/xulrunner45/mozilla/dom/TextDecoder.h +include/xulrunner45/mozilla/dom/TextDecoderBinding.h +include/xulrunner45/mozilla/dom/TextEncoder.h +include/xulrunner45/mozilla/dom/TextEncoderBinding.h +include/xulrunner45/mozilla/dom/TextMetrics.h +include/xulrunner45/mozilla/dom/TextTrack.h +include/xulrunner45/mozilla/dom/TextTrackBinding.h +include/xulrunner45/mozilla/dom/TextTrackCue.h +include/xulrunner45/mozilla/dom/TextTrackCueBinding.h +include/xulrunner45/mozilla/dom/TextTrackCueList.h +include/xulrunner45/mozilla/dom/TextTrackCueListBinding.h +include/xulrunner45/mozilla/dom/TextTrackList.h +include/xulrunner45/mozilla/dom/TextTrackListBinding.h +include/xulrunner45/mozilla/dom/TextTrackManager.h +include/xulrunner45/mozilla/dom/TextTrackRegion.h +include/xulrunner45/mozilla/dom/ThreadSafeChromeUtilsBinding.h +include/xulrunner45/mozilla/dom/TimeEvent.h +include/xulrunner45/mozilla/dom/TimeEventBinding.h +include/xulrunner45/mozilla/dom/TimeRanges.h +include/xulrunner45/mozilla/dom/TimeRangesBinding.h +include/xulrunner45/mozilla/dom/ToJSValue.h +include/xulrunner45/mozilla/dom/Touch.h +include/xulrunner45/mozilla/dom/TouchBinding.h +include/xulrunner45/mozilla/dom/TouchEvent.h +include/xulrunner45/mozilla/dom/TouchEventBinding.h +include/xulrunner45/mozilla/dom/TouchListBinding.h +include/xulrunner45/mozilla/dom/TrackEvent.h +include/xulrunner45/mozilla/dom/TrackEventBinding.h +include/xulrunner45/mozilla/dom/TransitionEvent.h +include/xulrunner45/mozilla/dom/TransitionEventBinding.h +include/xulrunner45/mozilla/dom/TreeBoxObject.h +include/xulrunner45/mozilla/dom/TreeBoxObjectBinding.h +include/xulrunner45/mozilla/dom/TreeColumnBinding.h +include/xulrunner45/mozilla/dom/TreeColumnsBinding.h +include/xulrunner45/mozilla/dom/TreeWalker.h +include/xulrunner45/mozilla/dom/TreeWalkerBinding.h +include/xulrunner45/mozilla/dom/TypedArray.h +include/xulrunner45/mozilla/dom/UDPMessageEvent.h +include/xulrunner45/mozilla/dom/UDPMessageEventBinding.h +include/xulrunner45/mozilla/dom/UDPSocket.h +include/xulrunner45/mozilla/dom/UDPSocketBinding.h +include/xulrunner45/mozilla/dom/UIEvent.h +include/xulrunner45/mozilla/dom/UIEventBinding.h +include/xulrunner45/mozilla/dom/URL.h +include/xulrunner45/mozilla/dom/URLBinding.h +include/xulrunner45/mozilla/dom/URLSearchParams.h +include/xulrunner45/mozilla/dom/URLSearchParamsBinding.h +include/xulrunner45/mozilla/dom/USSDReceivedEvent.h +include/xulrunner45/mozilla/dom/USSDReceivedEventBinding.h +include/xulrunner45/mozilla/dom/USSDSession.h +include/xulrunner45/mozilla/dom/USSDSessionBinding.h +include/xulrunner45/mozilla/dom/UndoManager.h +include/xulrunner45/mozilla/dom/UndoManagerBinding.h +include/xulrunner45/mozilla/dom/UnionConversions.h +include/xulrunner45/mozilla/dom/UnionMember.h +include/xulrunner45/mozilla/dom/UnionTypes.h +include/xulrunner45/mozilla/dom/UseCounterList.h +include/xulrunner45/mozilla/dom/UserProximityEvent.h +include/xulrunner45/mozilla/dom/UserProximityEventBinding.h +include/xulrunner45/mozilla/dom/VRDevice.h +include/xulrunner45/mozilla/dom/VRDeviceBinding.h +include/xulrunner45/mozilla/dom/VTTCueBinding.h +include/xulrunner45/mozilla/dom/VTTRegionBinding.h +include/xulrunner45/mozilla/dom/ValidityState.h +include/xulrunner45/mozilla/dom/ValidityStateBinding.h +include/xulrunner45/mozilla/dom/VideoPlaybackQuality.h +include/xulrunner45/mozilla/dom/VideoPlaybackQualityBinding.h +include/xulrunner45/mozilla/dom/VideoStreamTrack.h +include/xulrunner45/mozilla/dom/VideoStreamTrackBinding.h +include/xulrunner45/mozilla/dom/VideoTrack.h +include/xulrunner45/mozilla/dom/VideoTrackBinding.h +include/xulrunner45/mozilla/dom/VideoTrackList.h +include/xulrunner45/mozilla/dom/VideoTrackListBinding.h +include/xulrunner45/mozilla/dom/Voicemail.h +include/xulrunner45/mozilla/dom/VoicemailStatus.h +include/xulrunner45/mozilla/dom/WakeLock.h +include/xulrunner45/mozilla/dom/WaveShaperNode.h +include/xulrunner45/mozilla/dom/WaveShaperNodeBinding.h +include/xulrunner45/mozilla/dom/WebComponentsBinding.h +include/xulrunner45/mozilla/dom/WebCryptoCommon.h +include/xulrunner45/mozilla/dom/WebCryptoTask.h +include/xulrunner45/mozilla/dom/WebCryptoThreadPool.h +include/xulrunner45/mozilla/dom/WebGL2RenderingContextBinding.h +include/xulrunner45/mozilla/dom/WebGLRenderingContextBinding.h +include/xulrunner45/mozilla/dom/WebGLVertexArrayObject.h +include/xulrunner45/mozilla/dom/WebSocket.h +include/xulrunner45/mozilla/dom/WebSocketBinding.h +include/xulrunner45/mozilla/dom/WheelEvent.h +include/xulrunner45/mozilla/dom/WheelEventBinding.h +include/xulrunner45/mozilla/dom/WifiOptionsBinding.h +include/xulrunner45/mozilla/dom/WindowBinding.h +include/xulrunner45/mozilla/dom/WindowOrientationObserver.h +include/xulrunner45/mozilla/dom/WindowRootBinding.h +include/xulrunner45/mozilla/dom/WorkerBinding.h +include/xulrunner45/mozilla/dom/WorkerDebuggerGlobalScopeBinding.h +include/xulrunner45/mozilla/dom/WorkerGlobalScopeBinding.h +include/xulrunner45/mozilla/dom/WorkerLocationBinding.h +include/xulrunner45/mozilla/dom/WorkerNavigatorBinding.h +include/xulrunner45/mozilla/dom/WorkerPrefs.h +include/xulrunner45/mozilla/dom/WorkerPrivate.h +include/xulrunner45/mozilla/dom/WorkerRunnable.h +include/xulrunner45/mozilla/dom/WorkerScope.h +include/xulrunner45/mozilla/dom/XBLChildrenElement.h +include/xulrunner45/mozilla/dom/XMLDocument.h +include/xulrunner45/mozilla/dom/XMLDocumentBinding.h +include/xulrunner45/mozilla/dom/XMLHttpRequestBinding.h +include/xulrunner45/mozilla/dom/XMLHttpRequestEventTargetBinding.h +include/xulrunner45/mozilla/dom/XMLHttpRequestUploadBinding.h +include/xulrunner45/mozilla/dom/XMLSerializerBinding.h +include/xulrunner45/mozilla/dom/XMLStylesheetProcessingInstruction.h +include/xulrunner45/mozilla/dom/XMLStylesheetProcessingInstructionBinding.h +include/xulrunner45/mozilla/dom/XPathEvaluator.h +include/xulrunner45/mozilla/dom/XPathEvaluatorBinding.h +include/xulrunner45/mozilla/dom/XPathExpression.h +include/xulrunner45/mozilla/dom/XPathExpressionBinding.h +include/xulrunner45/mozilla/dom/XPathNSResolverBinding.h +include/xulrunner45/mozilla/dom/XPathResult.h +include/xulrunner45/mozilla/dom/XPathResultBinding.h +include/xulrunner45/mozilla/dom/XSLTProcessorBinding.h +include/xulrunner45/mozilla/dom/XULCommandEvent.h +include/xulrunner45/mozilla/dom/XULCommandEventBinding.h +include/xulrunner45/mozilla/dom/XULDocumentBinding.h +include/xulrunner45/mozilla/dom/XULElementBinding.h +include/xulrunner45/mozilla/dom/alarm/AlarmHalService.h +include/xulrunner45/mozilla/dom/archivereader/ArchiveEvent.h +include/xulrunner45/mozilla/dom/archivereader/ArchiveReader.h +include/xulrunner45/mozilla/dom/archivereader/ArchiveReaderCommon.h +include/xulrunner45/mozilla/dom/archivereader/ArchiveRequest.h +include/xulrunner45/mozilla/dom/archivereader/ArchiveZipEvent.h +include/xulrunner45/mozilla/dom/archivereader/ArchiveZipFile.h +include/xulrunner45/mozilla/dom/asmjscache/AsmJSCache.h +include/xulrunner45/mozilla/dom/battery/Constants.h +include/xulrunner45/mozilla/dom/battery/Types.h +include/xulrunner45/mozilla/dom/bluetooth/BluetoothAdapter.h +include/xulrunner45/mozilla/dom/bluetooth/BluetoothClassOfDevice.h +include/xulrunner45/mozilla/dom/bluetooth/BluetoothCommon.h +include/xulrunner45/mozilla/dom/bluetooth/BluetoothDevice.h +include/xulrunner45/mozilla/dom/bluetooth/BluetoothDiscoveryHandle.h +include/xulrunner45/mozilla/dom/bluetooth/BluetoothGatt.h +include/xulrunner45/mozilla/dom/bluetooth/BluetoothGattAttributeEvent.h +include/xulrunner45/mozilla/dom/bluetooth/BluetoothGattCharacteristic.h +include/xulrunner45/mozilla/dom/bluetooth/BluetoothGattDescriptor.h +include/xulrunner45/mozilla/dom/bluetooth/BluetoothGattServer.h +include/xulrunner45/mozilla/dom/bluetooth/BluetoothGattService.h +include/xulrunner45/mozilla/dom/bluetooth/BluetoothHashKeys.h +include/xulrunner45/mozilla/dom/bluetooth/BluetoothLeDeviceEvent.h +include/xulrunner45/mozilla/dom/bluetooth/BluetoothManager.h +include/xulrunner45/mozilla/dom/bluetooth/BluetoothMapRequestHandle.h +include/xulrunner45/mozilla/dom/bluetooth/BluetoothObexAuthHandle.h +include/xulrunner45/mozilla/dom/bluetooth/BluetoothPairingHandle.h +include/xulrunner45/mozilla/dom/bluetooth/BluetoothPairingListener.h +include/xulrunner45/mozilla/dom/bluetooth/BluetoothPbapRequestHandle.h +include/xulrunner45/mozilla/dom/bluetooth/ipc/BluetoothMessageUtils.h +include/xulrunner45/mozilla/dom/cache/Action.h +include/xulrunner45/mozilla/dom/cache/ActorChild.h +include/xulrunner45/mozilla/dom/cache/ActorUtils.h +include/xulrunner45/mozilla/dom/cache/AutoUtils.h +include/xulrunner45/mozilla/dom/cache/Cache.h +include/xulrunner45/mozilla/dom/cache/CacheChild.h +include/xulrunner45/mozilla/dom/cache/CacheOpChild.h +include/xulrunner45/mozilla/dom/cache/CacheOpParent.h +include/xulrunner45/mozilla/dom/cache/CacheParent.h +include/xulrunner45/mozilla/dom/cache/CachePushStreamChild.h +include/xulrunner45/mozilla/dom/cache/CachePushStreamParent.h +include/xulrunner45/mozilla/dom/cache/CacheStorage.h +include/xulrunner45/mozilla/dom/cache/CacheStorageChild.h +include/xulrunner45/mozilla/dom/cache/CacheStorageParent.h +include/xulrunner45/mozilla/dom/cache/CacheStreamControlChild.h +include/xulrunner45/mozilla/dom/cache/CacheStreamControlParent.h +include/xulrunner45/mozilla/dom/cache/Connection.h +include/xulrunner45/mozilla/dom/cache/Context.h +include/xulrunner45/mozilla/dom/cache/DBAction.h +include/xulrunner45/mozilla/dom/cache/DBSchema.h +include/xulrunner45/mozilla/dom/cache/Feature.h +include/xulrunner45/mozilla/dom/cache/FileUtils.h +include/xulrunner45/mozilla/dom/cache/IPCUtils.h +include/xulrunner45/mozilla/dom/cache/Manager.h +include/xulrunner45/mozilla/dom/cache/ManagerId.h +include/xulrunner45/mozilla/dom/cache/PrincipalVerifier.h +include/xulrunner45/mozilla/dom/cache/QuotaClient.h +include/xulrunner45/mozilla/dom/cache/ReadStream.h +include/xulrunner45/mozilla/dom/cache/SavedTypes.h +include/xulrunner45/mozilla/dom/cache/StreamControl.h +include/xulrunner45/mozilla/dom/cache/StreamList.h +include/xulrunner45/mozilla/dom/cache/TypeUtils.h +include/xulrunner45/mozilla/dom/cache/Types.h +include/xulrunner45/mozilla/dom/cellbroadcast/CellBroadcastIPCService.h +include/xulrunner45/mozilla/dom/cellbroadcast/CellBroadcastParent.h +include/xulrunner45/mozilla/dom/devicestorage/DeviceStorageRequestChild.h +include/xulrunner45/mozilla/dom/devicestorage/DeviceStorageRequestParent.h +include/xulrunner45/mozilla/dom/devicestorage/DeviceStorageStatics.h +include/xulrunner45/mozilla/dom/filehandle/ActorsChild.h +include/xulrunner45/mozilla/dom/filehandle/ActorsParent.h +include/xulrunner45/mozilla/dom/filehandle/SerializationHelpers.h +include/xulrunner45/mozilla/dom/icc/IccChild.h +include/xulrunner45/mozilla/dom/icc/IccIPCUtils.h +include/xulrunner45/mozilla/dom/icc/IccParent.h +include/xulrunner45/mozilla/dom/indexedDB/ActorsParent.h +include/xulrunner45/mozilla/dom/indexedDB/FileSnapshot.h +include/xulrunner45/mozilla/dom/indexedDB/IDBCursor.h +include/xulrunner45/mozilla/dom/indexedDB/IDBDatabase.h +include/xulrunner45/mozilla/dom/indexedDB/IDBEvents.h +include/xulrunner45/mozilla/dom/indexedDB/IDBFactory.h +include/xulrunner45/mozilla/dom/indexedDB/IDBFileHandle.h +include/xulrunner45/mozilla/dom/indexedDB/IDBFileRequest.h +include/xulrunner45/mozilla/dom/indexedDB/IDBIndex.h +include/xulrunner45/mozilla/dom/indexedDB/IDBKeyRange.h +include/xulrunner45/mozilla/dom/indexedDB/IDBMutableFile.h +include/xulrunner45/mozilla/dom/indexedDB/IDBObjectStore.h +include/xulrunner45/mozilla/dom/indexedDB/IDBRequest.h +include/xulrunner45/mozilla/dom/indexedDB/IDBTransaction.h +include/xulrunner45/mozilla/dom/indexedDB/IDBWrapperCache.h +include/xulrunner45/mozilla/dom/indexedDB/IndexedDatabase.h +include/xulrunner45/mozilla/dom/indexedDB/IndexedDatabaseManager.h +include/xulrunner45/mozilla/dom/indexedDB/Key.h +include/xulrunner45/mozilla/dom/indexedDB/KeyPath.h +include/xulrunner45/mozilla/dom/indexedDB/SerializationHelpers.h +include/xulrunner45/mozilla/dom/ipc/BlobChild.h +include/xulrunner45/mozilla/dom/ipc/BlobParent.h +include/xulrunner45/mozilla/dom/ipc/IdType.h +include/xulrunner45/mozilla/dom/ipc/StructuredCloneData.h +include/xulrunner45/mozilla/dom/ipc/nsIRemoteBlob.h +include/xulrunner45/mozilla/dom/mobileconnection/MobileCallForwardingOptions.h +include/xulrunner45/mozilla/dom/mobileconnection/MobileConnectionChild.h +include/xulrunner45/mozilla/dom/mobileconnection/MobileConnectionIPCSerializer.h +include/xulrunner45/mozilla/dom/mobileconnection/MobileConnectionParent.h +include/xulrunner45/mozilla/dom/mobilemessage/Constants.h +include/xulrunner45/mozilla/dom/mobilemessage/SmsChild.h +include/xulrunner45/mozilla/dom/mobilemessage/SmsParent.h +include/xulrunner45/mozilla/dom/mobilemessage/Types.h +include/xulrunner45/mozilla/dom/network/Connection.h +include/xulrunner45/mozilla/dom/network/Constants.h +include/xulrunner45/mozilla/dom/network/TCPServerSocketChild.h +include/xulrunner45/mozilla/dom/network/TCPServerSocketParent.h +include/xulrunner45/mozilla/dom/network/TCPSocketChild.h +include/xulrunner45/mozilla/dom/network/TCPSocketParent.h +include/xulrunner45/mozilla/dom/network/Types.h +include/xulrunner45/mozilla/dom/network/UDPSocketChild.h +include/xulrunner45/mozilla/dom/network/UDPSocketParent.h +include/xulrunner45/mozilla/dom/nsBrowserElement.h +include/xulrunner45/mozilla/dom/nsCSPContext.h +include/xulrunner45/mozilla/dom/nsCSPService.h +include/xulrunner45/mozilla/dom/nsCSPUtils.h +include/xulrunner45/mozilla/dom/nsContentSecurityManager.h +include/xulrunner45/mozilla/dom/nsIContentChild.h +include/xulrunner45/mozilla/dom/nsIContentParent.h +include/xulrunner45/mozilla/dom/nsMixedContentBlocker.h +include/xulrunner45/mozilla/dom/nsSVGAnimatedTransformList.h +include/xulrunner45/mozilla/dom/nsSpeechTask.h +include/xulrunner45/mozilla/dom/nsSynthVoiceRegistry.h +include/xulrunner45/mozilla/dom/nsXMLElement.h +include/xulrunner45/mozilla/dom/power/PowerManagerService.h +include/xulrunner45/mozilla/dom/power/Types.h +include/xulrunner45/mozilla/dom/quota/ActorsParent.h +include/xulrunner45/mozilla/dom/quota/Client.h +include/xulrunner45/mozilla/dom/quota/FileStreams.h +include/xulrunner45/mozilla/dom/quota/PersistenceType.h +include/xulrunner45/mozilla/dom/quota/QuotaCommon.h +include/xulrunner45/mozilla/dom/quota/QuotaManager.h +include/xulrunner45/mozilla/dom/quota/QuotaManagerService.h +include/xulrunner45/mozilla/dom/quota/QuotaObject.h +include/xulrunner45/mozilla/dom/quota/SerializationHelpers.h +include/xulrunner45/mozilla/dom/quota/UsageInfo.h +include/xulrunner45/mozilla/dom/telephony/TelephonyCallInfo.h +include/xulrunner45/mozilla/dom/telephony/TelephonyCallback.h +include/xulrunner45/mozilla/dom/telephony/TelephonyChild.h +include/xulrunner45/mozilla/dom/telephony/TelephonyCommon.h +include/xulrunner45/mozilla/dom/telephony/TelephonyDialCallback.h +include/xulrunner45/mozilla/dom/telephony/TelephonyIPCSerializer.h +include/xulrunner45/mozilla/dom/telephony/TelephonyParent.h +include/xulrunner45/mozilla/dom/time/DateCacheCleaner.h +include/xulrunner45/mozilla/dom/time/TimeChangeObserver.h +include/xulrunner45/mozilla/dom/time/TimeManager.h +include/xulrunner45/mozilla/dom/time/TimeService.h +include/xulrunner45/mozilla/dom/txMozillaXSLTProcessor.h +include/xulrunner45/mozilla/dom/voicemail/VoicemailIPCService.h +include/xulrunner45/mozilla/dom/voicemail/VoicemailParent.h +include/xulrunner45/mozilla/dom/workers/ServiceWorkerManager.h +include/xulrunner45/mozilla/dom/workers/WorkerDebuggerManager.h +include/xulrunner45/mozilla/dom/workers/Workers.h +include/xulrunner45/mozilla/dom/workers/bindings/DataStore.h +include/xulrunner45/mozilla/dom/workers/bindings/DataStoreCursor.h +include/xulrunner45/mozilla/dom/workers/bindings/FileReaderSync.h +include/xulrunner45/mozilla/dom/workers/bindings/Location.h +include/xulrunner45/mozilla/dom/workers/bindings/Navigator.h +include/xulrunner45/mozilla/dom/workers/bindings/Performance.h +include/xulrunner45/mozilla/dom/workers/bindings/ServiceWorker.h +include/xulrunner45/mozilla/dom/workers/bindings/ServiceWorkerClient.h +include/xulrunner45/mozilla/dom/workers/bindings/ServiceWorkerClients.h +include/xulrunner45/mozilla/dom/workers/bindings/ServiceWorkerWindowClient.h +include/xulrunner45/mozilla/dom/workers/bindings/SharedWorker.h +include/xulrunner45/mozilla/dom/workers/bindings/URL.h +include/xulrunner45/mozilla/dom/workers/bindings/WorkerFeature.h +include/xulrunner45/mozilla/dom/workers/bindings/XMLHttpRequest.h +include/xulrunner45/mozilla/dom/workers/bindings/XMLHttpRequestUpload.h +include/xulrunner45/mozilla/double-conversion.h +include/xulrunner45/mozilla/embedding/printingui/PrintingParent.h +include/xulrunner45/mozilla/fallible.h +include/xulrunner45/mozilla/gfx/2D.h +include/xulrunner45/mozilla/gfx/BaseCoord.h +include/xulrunner45/mozilla/gfx/BaseMargin.h +include/xulrunner45/mozilla/gfx/BasePoint.h +include/xulrunner45/mozilla/gfx/BasePoint3D.h +include/xulrunner45/mozilla/gfx/BasePoint4D.h +include/xulrunner45/mozilla/gfx/BaseRect.h +include/xulrunner45/mozilla/gfx/BaseSize.h +include/xulrunner45/mozilla/gfx/Blur.h +include/xulrunner45/mozilla/gfx/BorrowedContext.h +include/xulrunner45/mozilla/gfx/Coord.h +include/xulrunner45/mozilla/gfx/CriticalSection.h +include/xulrunner45/mozilla/gfx/DataSurfaceHelpers.h +include/xulrunner45/mozilla/gfx/DrawTargetTiled.h +include/xulrunner45/mozilla/gfx/Filters.h +include/xulrunner45/mozilla/gfx/Helpers.h +include/xulrunner45/mozilla/gfx/HelpersCairo.h +include/xulrunner45/mozilla/gfx/HelpersSkia.h +include/xulrunner45/mozilla/gfx/IterableArena.h +include/xulrunner45/mozilla/gfx/JobScheduler.h +include/xulrunner45/mozilla/gfx/JobScheduler_posix.h +include/xulrunner45/mozilla/gfx/JobScheduler_win32.h +include/xulrunner45/mozilla/gfx/Logging.h +include/xulrunner45/mozilla/gfx/Matrix.h +include/xulrunner45/mozilla/gfx/MatrixFwd.h +include/xulrunner45/mozilla/gfx/NumericTools.h +include/xulrunner45/mozilla/gfx/PathHelpers.h +include/xulrunner45/mozilla/gfx/PatternHelpers.h +include/xulrunner45/mozilla/gfx/Point.h +include/xulrunner45/mozilla/gfx/Quaternion.h +include/xulrunner45/mozilla/gfx/Rect.h +include/xulrunner45/mozilla/gfx/RefPtrSkia.h +include/xulrunner45/mozilla/gfx/Scale.h +include/xulrunner45/mozilla/gfx/ScaleFactor.h +include/xulrunner45/mozilla/gfx/ScaleFactors2D.h +include/xulrunner45/mozilla/gfx/SharedDIB.h +include/xulrunner45/mozilla/gfx/SourceSurfaceCairo.h +include/xulrunner45/mozilla/gfx/SourceSurfaceRawData.h +include/xulrunner45/mozilla/gfx/StackArray.h +include/xulrunner45/mozilla/gfx/Tools.h +include/xulrunner45/mozilla/gfx/Types.h +include/xulrunner45/mozilla/gfx/UserData.h +include/xulrunner45/mozilla/ipc/BackgroundChild.h +include/xulrunner45/mozilla/ipc/BackgroundParent.h +include/xulrunner45/mozilla/ipc/BackgroundUtils.h +include/xulrunner45/mozilla/ipc/BrowserProcessSubThread.h +include/xulrunner45/mozilla/ipc/CrossProcessMutex.h +include/xulrunner45/mozilla/ipc/DocumentRendererChild.h +include/xulrunner45/mozilla/ipc/DocumentRendererParent.h +include/xulrunner45/mozilla/ipc/FileDescriptor.h +include/xulrunner45/mozilla/ipc/FileDescriptorSetChild.h +include/xulrunner45/mozilla/ipc/FileDescriptorSetParent.h +include/xulrunner45/mozilla/ipc/FileDescriptorUtils.h +include/xulrunner45/mozilla/ipc/GeckoChildProcessHost.h +include/xulrunner45/mozilla/ipc/IOThreadChild.h +include/xulrunner45/mozilla/ipc/InputStreamUtils.h +include/xulrunner45/mozilla/ipc/MessageChannel.h +include/xulrunner45/mozilla/ipc/MessageLink.h +include/xulrunner45/mozilla/ipc/Neutering.h +include/xulrunner45/mozilla/ipc/ProcessChild.h +include/xulrunner45/mozilla/ipc/ProtocolUtils.h +include/xulrunner45/mozilla/ipc/ScopedXREEmbed.h +include/xulrunner45/mozilla/ipc/SharedMemory.h +include/xulrunner45/mozilla/ipc/SharedMemoryBasic.h +include/xulrunner45/mozilla/ipc/SharedMemoryBasic_chromium.h +include/xulrunner45/mozilla/ipc/SharedMemorySysV.h +include/xulrunner45/mozilla/ipc/Shmem.h +include/xulrunner45/mozilla/ipc/TestShellChild.h +include/xulrunner45/mozilla/ipc/TestShellParent.h +include/xulrunner45/mozilla/ipc/Transport.h +include/xulrunner45/mozilla/ipc/Transport_posix.h +include/xulrunner45/mozilla/ipc/URIUtils.h +include/xulrunner45/mozilla/ipc/WindowsMessageLoop.h +include/xulrunner45/mozilla/ipc/XPCShellEnvironment.h +include/xulrunner45/mozilla/jsipc/CpowHolder.h +include/xulrunner45/mozilla/jsipc/CrossProcessObjectWrappers.h +include/xulrunner45/mozilla/layers/APZCCallbackHelper.h +include/xulrunner45/mozilla/layers/APZCTreeManager.h +include/xulrunner45/mozilla/layers/APZEventState.h +include/xulrunner45/mozilla/layers/APZTestData.h +include/xulrunner45/mozilla/layers/APZThreadUtils.h +include/xulrunner45/mozilla/layers/APZUtils.h +include/xulrunner45/mozilla/layers/ActiveElementManager.h +include/xulrunner45/mozilla/layers/AsyncCanvasRenderer.h +include/xulrunner45/mozilla/layers/AsyncCompositionManager.h +include/xulrunner45/mozilla/layers/AsyncDragMetrics.h +include/xulrunner45/mozilla/layers/AsyncPanZoomAnimation.h +include/xulrunner45/mozilla/layers/AsyncTransactionTracker.h +include/xulrunner45/mozilla/layers/AtomicRefCountedWithFinalize.h +include/xulrunner45/mozilla/layers/AxisPhysicsMSDModel.h +include/xulrunner45/mozilla/layers/AxisPhysicsModel.h +include/xulrunner45/mozilla/layers/BasicCompositor.h +include/xulrunner45/mozilla/layers/BufferTexture.h +include/xulrunner45/mozilla/layers/CanvasClient.h +include/xulrunner45/mozilla/layers/CanvasLayerComposite.h +include/xulrunner45/mozilla/layers/ChromeProcessController.h +include/xulrunner45/mozilla/layers/ColorLayerComposite.h +include/xulrunner45/mozilla/layers/CompositableClient.h +include/xulrunner45/mozilla/layers/CompositableForwarder.h +include/xulrunner45/mozilla/layers/CompositableTransactionParent.h +include/xulrunner45/mozilla/layers/CompositingRenderTargetOGL.h +include/xulrunner45/mozilla/layers/Compositor.h +include/xulrunner45/mozilla/layers/CompositorChild.h +include/xulrunner45/mozilla/layers/CompositorLRU.h +include/xulrunner45/mozilla/layers/CompositorOGL.h +include/xulrunner45/mozilla/layers/CompositorParent.h +include/xulrunner45/mozilla/layers/CompositorTypes.h +include/xulrunner45/mozilla/layers/ContainerLayerComposite.h +include/xulrunner45/mozilla/layers/ContentClient.h +include/xulrunner45/mozilla/layers/ContentHost.h +include/xulrunner45/mozilla/layers/D3D11ShareHandleImage.h +include/xulrunner45/mozilla/layers/D3D9SurfaceImage.h +include/xulrunner45/mozilla/layers/DoubleTapToZoom.h +include/xulrunner45/mozilla/layers/Effects.h +include/xulrunner45/mozilla/layers/FenceUtils.h +include/xulrunner45/mozilla/layers/FrameUniformityData.h +include/xulrunner45/mozilla/layers/GeckoContentController.h +include/xulrunner45/mozilla/layers/GrallocTextureClient.h +include/xulrunner45/mozilla/layers/GrallocTextureHost.h +include/xulrunner45/mozilla/layers/ISurfaceAllocator.h +include/xulrunner45/mozilla/layers/ImageBridgeChild.h +include/xulrunner45/mozilla/layers/ImageBridgeParent.h +include/xulrunner45/mozilla/layers/ImageClient.h +include/xulrunner45/mozilla/layers/ImageContainerParent.h +include/xulrunner45/mozilla/layers/ImageDataSerializer.h +include/xulrunner45/mozilla/layers/ImageHost.h +include/xulrunner45/mozilla/layers/ImageLayerComposite.h +include/xulrunner45/mozilla/layers/InputAPZContext.h +include/xulrunner45/mozilla/layers/LayerManagerComposite.h +include/xulrunner45/mozilla/layers/LayerMetricsWrapper.h +include/xulrunner45/mozilla/layers/LayerTransactionChild.h +include/xulrunner45/mozilla/layers/LayerTransactionParent.h +include/xulrunner45/mozilla/layers/LayersTypes.h +include/xulrunner45/mozilla/layers/MacIOSurfaceTextureClientOGL.h +include/xulrunner45/mozilla/layers/MacIOSurfaceTextureHostBasic.h +include/xulrunner45/mozilla/layers/MacIOSurfaceTextureHostOGL.h +include/xulrunner45/mozilla/layers/PaintedLayerComposite.h +include/xulrunner45/mozilla/layers/PersistentBufferProvider.h +include/xulrunner45/mozilla/layers/RenderTrace.h +include/xulrunner45/mozilla/layers/ShadowLayerChild.h +include/xulrunner45/mozilla/layers/ShadowLayerUtilsX11.h +include/xulrunner45/mozilla/layers/ShadowLayers.h +include/xulrunner45/mozilla/layers/ShadowLayersManager.h +include/xulrunner45/mozilla/layers/SharedBufferManagerChild.h +include/xulrunner45/mozilla/layers/SharedBufferManagerParent.h +include/xulrunner45/mozilla/layers/SharedPlanarYCbCrImage.h +include/xulrunner45/mozilla/layers/SharedRGBImage.h +include/xulrunner45/mozilla/layers/SingleTiledContentClient.h +include/xulrunner45/mozilla/layers/TextureClient.h +include/xulrunner45/mozilla/layers/TextureClientOGL.h +include/xulrunner45/mozilla/layers/TextureClientPool.h +include/xulrunner45/mozilla/layers/TextureClientRecycleAllocator.h +include/xulrunner45/mozilla/layers/TextureClientSharedSurface.h +include/xulrunner45/mozilla/layers/TextureClientX11.h +include/xulrunner45/mozilla/layers/TextureHost.h +include/xulrunner45/mozilla/layers/TextureHostBasic.h +include/xulrunner45/mozilla/layers/TextureHostOGL.h +include/xulrunner45/mozilla/layers/TextureWrapperImage.h +include/xulrunner45/mozilla/layers/TiledContentClient.h +include/xulrunner45/mozilla/layers/TiledContentHost.h +include/xulrunner45/mozilla/layers/TouchCounter.h +include/xulrunner45/mozilla/layers/TransactionIdAllocator.h +include/xulrunner45/mozilla/layers/X11TextureHost.h +include/xulrunner45/mozilla/layers/X11TextureSourceBasic.h +include/xulrunner45/mozilla/layers/X11TextureSourceOGL.h +include/xulrunner45/mozilla/layers/YCbCrImageDataSerializer.h +include/xulrunner45/mozilla/layout/FrameChildList.h +include/xulrunner45/mozilla/layout/RenderFrameChild.h +include/xulrunner45/mozilla/layout/RenderFrameParent.h +include/xulrunner45/mozilla/layout/VsyncChild.h +include/xulrunner45/mozilla/layout/VsyncParent.h +include/xulrunner45/mozilla/media/MediaChild.h +include/xulrunner45/mozilla/media/MediaParent.h +include/xulrunner45/mozilla/media/MediaSystemResourceClient.h +include/xulrunner45/mozilla/media/MediaSystemResourceManager.h +include/xulrunner45/mozilla/media/MediaSystemResourceManagerChild.h +include/xulrunner45/mozilla/media/MediaSystemResourceManagerParent.h +include/xulrunner45/mozilla/media/MediaSystemResourceMessageUtils.h +include/xulrunner45/mozilla/media/MediaSystemResourceService.h +include/xulrunner45/mozilla/media/MediaSystemResourceTypes.h +include/xulrunner45/mozilla/media/MediaUtils.h +include/xulrunner45/mozilla/media/webrtc/WebrtcGlobal.h +include/xulrunner45/mozilla/mozSpellChecker.h +include/xulrunner45/mozilla/mozalloc.h +include/xulrunner45/mozilla/mozalloc_abort.h +include/xulrunner45/mozilla/mozalloc_oom.h +include/xulrunner45/mozilla/net/BaseWebSocketChannel.h +include/xulrunner45/mozilla/net/CaptivePortalService.h +include/xulrunner45/mozilla/net/ChannelDiverterChild.h +include/xulrunner45/mozilla/net/ChannelDiverterParent.h +include/xulrunner45/mozilla/net/ChannelEventQueue.h +include/xulrunner45/mozilla/net/ChildDNSService.h +include/xulrunner45/mozilla/net/CookieServiceChild.h +include/xulrunner45/mozilla/net/CookieServiceParent.h +include/xulrunner45/mozilla/net/DNS.h +include/xulrunner45/mozilla/net/DNSListenerProxy.h +include/xulrunner45/mozilla/net/DNSRequestChild.h +include/xulrunner45/mozilla/net/DNSRequestParent.h +include/xulrunner45/mozilla/net/Dashboard.h +include/xulrunner45/mozilla/net/DashboardTypes.h +include/xulrunner45/mozilla/net/DataChannelParent.h +include/xulrunner45/mozilla/net/FTPChannelChild.h +include/xulrunner45/mozilla/net/FTPChannelParent.h +include/xulrunner45/mozilla/net/HttpBaseChannel.h +include/xulrunner45/mozilla/net/HttpChannelChild.h +include/xulrunner45/mozilla/net/HttpChannelParent.h +include/xulrunner45/mozilla/net/HttpInfo.h +include/xulrunner45/mozilla/net/MemoryDownloader.h +include/xulrunner45/mozilla/net/NeckoChild.h +include/xulrunner45/mozilla/net/NeckoCommon.h +include/xulrunner45/mozilla/net/NeckoMessageUtils.h +include/xulrunner45/mozilla/net/NeckoParent.h +include/xulrunner45/mozilla/net/NullHttpChannel.h +include/xulrunner45/mozilla/net/OfflineObserver.h +include/xulrunner45/mozilla/net/PDNSParams.h +include/xulrunner45/mozilla/net/PHttpChannelParams.h +include/xulrunner45/mozilla/net/PSpdyPush.h +include/xulrunner45/mozilla/net/PackagedAppService.h +include/xulrunner45/mozilla/net/PackagedAppVerifier.h +include/xulrunner45/mozilla/net/ReferrerPolicy.h +include/xulrunner45/mozilla/net/RemoteOpenFileChild.h +include/xulrunner45/mozilla/net/RemoteOpenFileParent.h +include/xulrunner45/mozilla/net/TimingStruct.h +include/xulrunner45/mozilla/net/WebSocketChannel.h +include/xulrunner45/mozilla/net/WebSocketChannelChild.h +include/xulrunner45/mozilla/net/WebSocketChannelParent.h +include/xulrunner45/mozilla/net/WebSocketEventListenerChild.h +include/xulrunner45/mozilla/net/WebSocketEventListenerParent.h +include/xulrunner45/mozilla/net/WebSocketEventService.h +include/xulrunner45/mozilla/net/WebSocketFrame.h +include/xulrunner45/mozilla/net/WyciwygChannelChild.h +include/xulrunner45/mozilla/net/WyciwygChannelParent.h +include/xulrunner45/mozilla/net/nsFileProtocolHandler.h +include/xulrunner45/mozilla/nsMemoryInfoDumper.h +include/xulrunner45/mozilla/places/Database.h +include/xulrunner45/mozilla/places/History.h +include/xulrunner45/mozilla/plugins/AStream.h +include/xulrunner45/mozilla/plugins/BrowserStreamChild.h +include/xulrunner45/mozilla/plugins/BrowserStreamParent.h +include/xulrunner45/mozilla/plugins/ChildAsyncCall.h +include/xulrunner45/mozilla/plugins/ChildTimer.h +include/xulrunner45/mozilla/plugins/NPEventAndroid.h +include/xulrunner45/mozilla/plugins/NPEventOSX.h +include/xulrunner45/mozilla/plugins/NPEventUnix.h +include/xulrunner45/mozilla/plugins/NPEventWindows.h +include/xulrunner45/mozilla/plugins/PluginAsyncSurrogate.h +include/xulrunner45/mozilla/plugins/PluginBridge.h +include/xulrunner45/mozilla/plugins/PluginDataResolver.h +include/xulrunner45/mozilla/plugins/PluginInstanceChild.h +include/xulrunner45/mozilla/plugins/PluginInstanceParent.h +include/xulrunner45/mozilla/plugins/PluginMessageUtils.h +include/xulrunner45/mozilla/plugins/PluginModuleChild.h +include/xulrunner45/mozilla/plugins/PluginModuleParent.h +include/xulrunner45/mozilla/plugins/PluginProcessChild.h +include/xulrunner45/mozilla/plugins/PluginProcessParent.h +include/xulrunner45/mozilla/plugins/PluginQuirks.h +include/xulrunner45/mozilla/plugins/PluginScriptableObjectChild.h +include/xulrunner45/mozilla/plugins/PluginScriptableObjectParent.h +include/xulrunner45/mozilla/plugins/PluginScriptableObjectUtils-inl.h +include/xulrunner45/mozilla/plugins/PluginScriptableObjectUtils.h +include/xulrunner45/mozilla/plugins/PluginStreamChild.h +include/xulrunner45/mozilla/plugins/PluginStreamParent.h +include/xulrunner45/mozilla/plugins/PluginUtilsOSX.h +include/xulrunner45/mozilla/plugins/PluginWidgetChild.h +include/xulrunner45/mozilla/plugins/PluginWidgetParent.h +include/xulrunner45/mozilla/plugins/StreamNotifyChild.h +include/xulrunner45/mozilla/plugins/StreamNotifyParent.h +include/xulrunner45/mozilla/plugins/TaskFactory.h +include/xulrunner45/mozilla/psm/PSMContentListener.h +include/xulrunner45/mozilla/scache/StartupCache.h +include/xulrunner45/mozilla/scache/StartupCacheUtils.h +include/xulrunner45/mozilla/storage.h +include/xulrunner45/mozilla/storage/StatementCache.h +include/xulrunner45/mozilla/storage/Variant.h +include/xulrunner45/mozilla/storage/Variant_inl.h +include/xulrunner45/mozilla/throw_gcc.h +include/xulrunner45/mozilla/unused.h +include/xulrunner45/mozilla/utils.h +include/xulrunner45/mozilla/widget/IMEData.h +include/xulrunner45/mozilla/widget/PuppetBidiKeyboard.h +include/xulrunner45/mozilla/widget/WidgetMessageUtils.h +include/xulrunner45/mp4_demuxer/Adts.h +include/xulrunner45/mp4_demuxer/AnnexB.h +include/xulrunner45/mp4_demuxer/Atom.h +include/xulrunner45/mp4_demuxer/AtomType.h +include/xulrunner45/mp4_demuxer/BufferStream.h +include/xulrunner45/mp4_demuxer/ByteReader.h +include/xulrunner45/mp4_demuxer/ByteWriter.h +include/xulrunner45/mp4_demuxer/DecoderData.h +include/xulrunner45/mp4_demuxer/H264.h +include/xulrunner45/mp4_demuxer/Index.h +include/xulrunner45/mp4_demuxer/Interval.h +include/xulrunner45/mp4_demuxer/MP4Metadata.h +include/xulrunner45/mp4_demuxer/MoofParser.h +include/xulrunner45/mp4_demuxer/ResourceStream.h +include/xulrunner45/mp4_demuxer/SinfParser.h +include/xulrunner45/mp4_demuxer/Stream.h +include/xulrunner45/necko-config.h +include/xulrunner45/nestegg/nestegg-stdint.h +include/xulrunner45/nestegg/nestegg.h +include/xulrunner45/netCore.h +include/xulrunner45/npapi.h +include/xulrunner45/npfunctions.h +include/xulrunner45/npruntime.h +include/xulrunner45/nptypes.h +include/xulrunner45/nsAHtml5TreeBuilderState.h +include/xulrunner45/nsAHtml5TreeOpSink.h +include/xulrunner45/nsASocketHandler.h +include/xulrunner45/nsAString.h +include/xulrunner45/nsAXPCNativeCallContext.h +include/xulrunner45/nsAboutProtocolUtils.h +include/xulrunner45/nsAccessibilityService.h +include/xulrunner45/nsAgg.h +include/xulrunner45/nsAlertsUtils.h +include/xulrunner45/nsAlgorithm.h +include/xulrunner45/nsAnimationManager.h +include/xulrunner45/nsAnonymousTemporaryFile.h +include/xulrunner45/nsAppDirectoryServiceDefs.h +include/xulrunner45/nsAppRunner.h +include/xulrunner45/nsAppShellCID.h +include/xulrunner45/nsApplicationCacheService.h +include/xulrunner45/nsArenaMemoryStats.h +include/xulrunner45/nsArray.h +include/xulrunner45/nsArrayEnumerator.h +include/xulrunner45/nsArrayUtils.h +include/xulrunner45/nsAsyncRedirectVerifyHelper.h +include/xulrunner45/nsAtomListUtils.h +include/xulrunner45/nsAtomService.h +include/xulrunner45/nsAttrAndChildArray.h +include/xulrunner45/nsAttrName.h +include/xulrunner45/nsAttrValue.h +include/xulrunner45/nsAttrValueInlines.h +include/xulrunner45/nsAutoPtr.h +include/xulrunner45/nsAutoRef.h +include/xulrunner45/nsBaseHashtable.h +include/xulrunner45/nsBaseScreen.h +include/xulrunner45/nsBaseWidget.h +include/xulrunner45/nsBidi.h +include/xulrunner45/nsBidiPresUtils.h +include/xulrunner45/nsBidiUtils.h +include/xulrunner45/nsBindingManager.h +include/xulrunner45/nsBoundingMetrics.h +include/xulrunner45/nsBox.h +include/xulrunner45/nsCDefaultURIFixup.h +include/xulrunner45/nsCExternalHandlerService.h +include/xulrunner45/nsCOMArray.h +include/xulrunner45/nsCOMPtr.h +include/xulrunner45/nsCORSListenerProxy.h +include/xulrunner45/nsCPrefetchService.h +include/xulrunner45/nsCRT.h +include/xulrunner45/nsCRTGlue.h +include/xulrunner45/nsCSSAnonBoxList.h +include/xulrunner45/nsCSSAnonBoxes.h +include/xulrunner45/nsCSSCounterDescList.h +include/xulrunner45/nsCSSFontDescList.h +include/xulrunner45/nsCSSFrameConstructor.h +include/xulrunner45/nsCSSKeywordList.h +include/xulrunner45/nsCSSKeywords.h +include/xulrunner45/nsCSSParser.h +include/xulrunner45/nsCSSPropAliasList.h +include/xulrunner45/nsCSSPropList.h +include/xulrunner45/nsCSSPropLogicalGroupList.h +include/xulrunner45/nsCSSProperty.h +include/xulrunner45/nsCSSPropertySet.h +include/xulrunner45/nsCSSProps.h +include/xulrunner45/nsCSSPseudoClassList.h +include/xulrunner45/nsCSSPseudoClasses.h +include/xulrunner45/nsCSSPseudoElementList.h +include/xulrunner45/nsCSSPseudoElements.h +include/xulrunner45/nsCSSRuleProcessor.h +include/xulrunner45/nsCSSScanner.h +include/xulrunner45/nsCSSValue.h +include/xulrunner45/nsCTooltipTextProvider.h +include/xulrunner45/nsCURILoader.h +include/xulrunner45/nsCWebBrowser.h +include/xulrunner45/nsCWebBrowserPersist.h +include/xulrunner45/nsCacheService.h +include/xulrunner45/nsCanvasFrame.h +include/xulrunner45/nsCaret.h +include/xulrunner45/nsCaseTreatment.h +include/xulrunner45/nsCategoryCache.h +include/xulrunner45/nsCategoryManagerUtils.h +include/xulrunner45/nsChangeHint.h +include/xulrunner45/nsCharSeparatedTokenizer.h +include/xulrunner45/nsCharTraits.h +include/xulrunner45/nsCharsetSource.h +include/xulrunner45/nsCheapSets.h +include/xulrunner45/nsChildContentList.h +include/xulrunner45/nsClassHashtable.h +include/xulrunner45/nsClientAuthRemember.h +include/xulrunner45/nsCollation.h +include/xulrunner45/nsCollationCID.h +include/xulrunner45/nsColor.h +include/xulrunner45/nsColorNameList.h +include/xulrunner45/nsColorNames.h +include/xulrunner45/nsCom.h +include/xulrunner45/nsCompatibility.h +include/xulrunner45/nsComponentManagerUtils.h +include/xulrunner45/nsComputedDOMStylePropertyList.h +include/xulrunner45/nsContainerFrame.h +include/xulrunner45/nsContentCID.h +include/xulrunner45/nsContentCreatorFunctions.h +include/xulrunner45/nsContentDLF.h +include/xulrunner45/nsContentList.h +include/xulrunner45/nsContentListDeclarations.h +include/xulrunner45/nsContentPermissionHelper.h +include/xulrunner45/nsContentPolicyUtils.h +include/xulrunner45/nsContentSecurityManager.h +include/xulrunner45/nsContentSink.h +include/xulrunner45/nsContentTypeParser.h +include/xulrunner45/nsContentUtils.h +include/xulrunner45/nsCoord.h +include/xulrunner45/nsCopySupport.h +include/xulrunner45/nsCrypto.h +include/xulrunner45/nsCycleCollectionNoteChild.h +include/xulrunner45/nsCycleCollectionNoteRootCallback.h +include/xulrunner45/nsCycleCollectionParticipant.h +include/xulrunner45/nsCycleCollectionTraversalCallback.h +include/xulrunner45/nsCycleCollector.h +include/xulrunner45/nsDOMAttributeMap.h +include/xulrunner45/nsDOMCID.h +include/xulrunner45/nsDOMCSSAttrDeclaration.h +include/xulrunner45/nsDOMCSSDeclaration.h +include/xulrunner45/nsDOMCSSRGBColor.h +include/xulrunner45/nsDOMClassInfoClasses.h +include/xulrunner45/nsDOMClassInfoID.h +include/xulrunner45/nsDOMJSUtils.h +include/xulrunner45/nsDOMNavigationTiming.h +include/xulrunner45/nsDOMOfflineResourceList.h +include/xulrunner45/nsDOMString.h +include/xulrunner45/nsDataHashtable.h +include/xulrunner45/nsDateTimeFormatCID.h +include/xulrunner45/nsDebug.h +include/xulrunner45/nsDebugImpl.h +include/xulrunner45/nsDeleteDir.h +include/xulrunner45/nsDependentString.h +include/xulrunner45/nsDependentSubstring.h +include/xulrunner45/nsDeprecatedOperationList.h +include/xulrunner45/nsDeque.h +include/xulrunner45/nsDetectionConfident.h +include/xulrunner45/nsDeviceContext.h +include/xulrunner45/nsDeviceSensors.h +include/xulrunner45/nsDeviceStorage.h +include/xulrunner45/nsDirection.h +include/xulrunner45/nsDirectoryService.h +include/xulrunner45/nsDirectoryServiceAtomList.h +include/xulrunner45/nsDirectoryServiceDefs.h +include/xulrunner45/nsDirectoryServiceUtils.h +include/xulrunner45/nsDisplayItemTypes.h +include/xulrunner45/nsDisplayItemTypesList.h +include/xulrunner45/nsDisplayList.h +include/xulrunner45/nsDisplayListInvalidation.h +include/xulrunner45/nsDocElementCreatedNotificationRunner.h +include/xulrunner45/nsDocLoader.h +include/xulrunner45/nsDocShellCID.h +include/xulrunner45/nsDocShellLoadTypes.h +include/xulrunner45/nsDocumentWarningList.h +include/xulrunner45/nsDumpUtils.h +include/xulrunner45/nsEditorCID.h +include/xulrunner45/nsEmbedCID.h +include/xulrunner45/nsEmbedString.h +include/xulrunner45/nsEncoderDecoderUtils.h +include/xulrunner45/nsEnumeratorUtils.h +include/xulrunner45/nsError.h +include/xulrunner45/nsEscape.h +include/xulrunner45/nsEventQueue.h +include/xulrunner45/nsExpirationTracker.h +include/xulrunner45/nsExternalHelperAppService.h +include/xulrunner45/nsFileStreams.h +include/xulrunner45/nsFilterInstance.h +include/xulrunner45/nsFocusManager.h +include/xulrunner45/nsFont.h +include/xulrunner45/nsFontFace.h +include/xulrunner45/nsFontFaceList.h +include/xulrunner45/nsFontMetrics.h +include/xulrunner45/nsFormData.h +include/xulrunner45/nsFormSubmission.h +include/xulrunner45/nsFrame.h +include/xulrunner45/nsFrameIdList.h +include/xulrunner45/nsFrameList.h +include/xulrunner45/nsFrameManager.h +include/xulrunner45/nsFrameManagerBase.h +include/xulrunner45/nsFrameMessageManager.h +include/xulrunner45/nsFrameSelection.h +include/xulrunner45/nsFrameState.h +include/xulrunner45/nsFrameStateBits.h +include/xulrunner45/nsFrameTraversal.h +include/xulrunner45/nsGTKToolkit.h +include/xulrunner45/nsGZFileWriter.h +include/xulrunner45/nsGenericDOMDataNode.h +include/xulrunner45/nsGenericHTMLElement.h +include/xulrunner45/nsGeoPosition.h +include/xulrunner45/nsGeoPositionIPCSerialiser.h +include/xulrunner45/nsGeolocationSettings.h +include/xulrunner45/nsGfxCIID.h +include/xulrunner45/nsGkAtomList.h +include/xulrunner45/nsGkAtoms.h +include/xulrunner45/nsGrid.h +include/xulrunner45/nsGridCell.h +include/xulrunner45/nsGridLayout2.h +include/xulrunner45/nsGridRow.h +include/xulrunner45/nsGridRowGroupLayout.h +include/xulrunner45/nsGridRowLayout.h +include/xulrunner45/nsGridRowLeafFrame.h +include/xulrunner45/nsGridRowLeafLayout.h +include/xulrunner45/nsHTMLDNSPrefetch.h +include/xulrunner45/nsHTMLParts.h +include/xulrunner45/nsHTMLReflowMetrics.h +include/xulrunner45/nsHTMLReflowState.h +include/xulrunner45/nsHTMLTagList.h +include/xulrunner45/nsHTMLTags.h +include/xulrunner45/nsHashKeys.h +include/xulrunner45/nsHashPropertyBag.h +include/xulrunner45/nsHostObjectProtocolHandler.h +include/xulrunner45/nsHostObjectURI.h +include/xulrunner45/nsHtml5ArrayCopy.h +include/xulrunner45/nsHtml5AtomList.h +include/xulrunner45/nsHtml5AtomTable.h +include/xulrunner45/nsHtml5Atoms.h +include/xulrunner45/nsHtml5ByteReadable.h +include/xulrunner45/nsHtml5DependentUTF16Buffer.h +include/xulrunner45/nsHtml5DocumentBuilder.h +include/xulrunner45/nsHtml5DocumentMode.h +include/xulrunner45/nsHtml5HtmlAttributes.h +include/xulrunner45/nsHtml5Macros.h +include/xulrunner45/nsHtml5MetaScanner.h +include/xulrunner45/nsHtml5MetaScannerHSupplement.h +include/xulrunner45/nsHtml5Module.h +include/xulrunner45/nsHtml5NamedCharacters.h +include/xulrunner45/nsHtml5NamedCharactersAccel.h +include/xulrunner45/nsHtml5OplessBuilder.h +include/xulrunner45/nsHtml5OwningUTF16Buffer.h +include/xulrunner45/nsHtml5Parser.h +include/xulrunner45/nsHtml5PlainTextUtils.h +include/xulrunner45/nsHtml5RefPtr.h +include/xulrunner45/nsHtml5SVGLoadDispatcher.h +include/xulrunner45/nsHtml5Speculation.h +include/xulrunner45/nsHtml5SpeculativeLoad.h +include/xulrunner45/nsHtml5StreamListener.h +include/xulrunner45/nsHtml5StreamParser.h +include/xulrunner45/nsHtml5StringParser.h +include/xulrunner45/nsHtml5TreeOpExecutor.h +include/xulrunner45/nsHtml5TreeOpStage.h +include/xulrunner45/nsHtml5TreeOperation.h +include/xulrunner45/nsHtml5UTF16Buffer.h +include/xulrunner45/nsHtml5UTF16BufferHSupplement.h +include/xulrunner45/nsHtml5ViewSourceUtils.h +include/xulrunner45/nsHttp.h +include/xulrunner45/nsHttpAtomList.h +include/xulrunner45/nsHttpHeaderArray.h +include/xulrunner45/nsHttpRequestHead.h +include/xulrunner45/nsHttpResponseHead.h +include/xulrunner45/nsHyphenationManager.h +include/xulrunner45/nsHyphenator.h +include/xulrunner45/nsIASN1Object.h +include/xulrunner45/nsIASN1PrintableItem.h +include/xulrunner45/nsIASN1Sequence.h +include/xulrunner45/nsIASN1Tree.h +include/xulrunner45/nsIAboutModule.h +include/xulrunner45/nsIAccessibilityService.h +include/xulrunner45/nsIAccessible.h +include/xulrunner45/nsIAccessibleApplication.h +include/xulrunner45/nsIAccessibleCaretMoveEvent.h +include/xulrunner45/nsIAccessibleDocument.h +include/xulrunner45/nsIAccessibleEditableText.h +include/xulrunner45/nsIAccessibleEvent.h +include/xulrunner45/nsIAccessibleHideEvent.h +include/xulrunner45/nsIAccessibleHyperLink.h +include/xulrunner45/nsIAccessibleHyperText.h +include/xulrunner45/nsIAccessibleImage.h +include/xulrunner45/nsIAccessibleObjectAttributeChangedEvent.h +include/xulrunner45/nsIAccessiblePivot.h +include/xulrunner45/nsIAccessibleRelation.h +include/xulrunner45/nsIAccessibleRetrieval.h +include/xulrunner45/nsIAccessibleRole.h +include/xulrunner45/nsIAccessibleSelectable.h +include/xulrunner45/nsIAccessibleStateChangeEvent.h +include/xulrunner45/nsIAccessibleStates.h +include/xulrunner45/nsIAccessibleTable.h +include/xulrunner45/nsIAccessibleTableChangeEvent.h +include/xulrunner45/nsIAccessibleText.h +include/xulrunner45/nsIAccessibleTextChangeEvent.h +include/xulrunner45/nsIAccessibleTextRange.h +include/xulrunner45/nsIAccessibleTypes.h +include/xulrunner45/nsIAccessibleValue.h +include/xulrunner45/nsIAccessibleVirtualCursorChangeEvent.h +include/xulrunner45/nsIActivityProxy.h +include/xulrunner45/nsIActivityUIGlue.h +include/xulrunner45/nsIAddonInterposition.h +include/xulrunner45/nsIAddonPolicyService.h +include/xulrunner45/nsIAlarmHalService.h +include/xulrunner45/nsIAlertsService.h +include/xulrunner45/nsIAnimationObserver.h +include/xulrunner45/nsIAnnotationService.h +include/xulrunner45/nsIAnonymousContentCreator.h +include/xulrunner45/nsIAppShell.h +include/xulrunner45/nsIAppShellService.h +include/xulrunner45/nsIAppStartup.h +include/xulrunner45/nsIAppStartupNotifier.h +include/xulrunner45/nsIApplicationCache.h +include/xulrunner45/nsIApplicationCacheChannel.h +include/xulrunner45/nsIApplicationCacheContainer.h +include/xulrunner45/nsIApplicationCacheService.h +include/xulrunner45/nsIApplicationReputation.h +include/xulrunner45/nsIAppsService.h +include/xulrunner45/nsIArray.h +include/xulrunner45/nsIArrayBufferInputStream.h +include/xulrunner45/nsIAssociatedContentSecurity.h +include/xulrunner45/nsIAsyncInputStream.h +include/xulrunner45/nsIAsyncOutputStream.h +include/xulrunner45/nsIAsyncShutdown.h +include/xulrunner45/nsIAsyncStreamCopier.h +include/xulrunner45/nsIAsyncStreamCopier2.h +include/xulrunner45/nsIAsyncVerifyRedirectCallback.h +include/xulrunner45/nsIAtom.h +include/xulrunner45/nsIAtomService.h +include/xulrunner45/nsIAttribute.h +include/xulrunner45/nsIAudioChannelAgent.h +include/xulrunner45/nsIAudioChannelService.h +include/xulrunner45/nsIAuthInformation.h +include/xulrunner45/nsIAuthModule.h +include/xulrunner45/nsIAuthPrompt.h +include/xulrunner45/nsIAuthPrompt2.h +include/xulrunner45/nsIAuthPromptAdapterFactory.h +include/xulrunner45/nsIAuthPromptCallback.h +include/xulrunner45/nsIAuthPromptProvider.h +include/xulrunner45/nsIAutoCompleteController.h +include/xulrunner45/nsIAutoCompleteInput.h +include/xulrunner45/nsIAutoCompletePopup.h +include/xulrunner45/nsIAutoCompleteResult.h +include/xulrunner45/nsIAutoCompleteSearch.h +include/xulrunner45/nsIAutoCompleteSimpleResult.h +include/xulrunner45/nsIAutoConfig.h +include/xulrunner45/nsIBFCacheEntry.h +include/xulrunner45/nsIBackgroundFileSaver.h +include/xulrunner45/nsIBadCertListener2.h +include/xulrunner45/nsIBaseWindow.h +include/xulrunner45/nsIBidiKeyboard.h +include/xulrunner45/nsIBinaryInputStream.h +include/xulrunner45/nsIBinaryOutputStream.h +include/xulrunner45/nsIBlocklistService.h +include/xulrunner45/nsIBoxObject.h +include/xulrunner45/nsIBrowserBoxObject.h +include/xulrunner45/nsIBrowserDOMWindow.h +include/xulrunner45/nsIBrowserElementAPI.h +include/xulrunner45/nsIBrowserHistory.h +include/xulrunner45/nsIBrowserSearchService.h +include/xulrunner45/nsIBufEntropyCollector.h +include/xulrunner45/nsIBufferedStreams.h +include/xulrunner45/nsIByteRangeRequest.h +include/xulrunner45/nsICSSDeclaration.h +include/xulrunner45/nsICSSLoaderObserver.h +include/xulrunner45/nsICSSPseudoComparator.h +include/xulrunner45/nsICSSStyleRuleDOMWrapper.h +include/xulrunner45/nsICSSUnprefixingService.h +include/xulrunner45/nsICache.h +include/xulrunner45/nsICacheEntry.h +include/xulrunner45/nsICacheEntryDescriptor.h +include/xulrunner45/nsICacheEntryDoomCallback.h +include/xulrunner45/nsICacheEntryOpenCallback.h +include/xulrunner45/nsICacheInfoChannel.h +include/xulrunner45/nsICacheListener.h +include/xulrunner45/nsICacheService.h +include/xulrunner45/nsICacheSession.h +include/xulrunner45/nsICacheStorage.h +include/xulrunner45/nsICacheStorageService.h +include/xulrunner45/nsICacheStorageVisitor.h +include/xulrunner45/nsICacheTesting.h +include/xulrunner45/nsICacheVisitor.h +include/xulrunner45/nsICachedFileDescriptorListener.h +include/xulrunner45/nsICachingChannel.h +include/xulrunner45/nsICancelable.h +include/xulrunner45/nsICancelableRunnable.h +include/xulrunner45/nsICanvasRenderingContextInternal.h +include/xulrunner45/nsICaptivePortalDetector.h +include/xulrunner45/nsICaptivePortalService.h +include/xulrunner45/nsICaseConversion.h +include/xulrunner45/nsICategoryManager.h +include/xulrunner45/nsICellBroadcastService.h +include/xulrunner45/nsICellInfo.h +include/xulrunner45/nsICertBlocklist.h +include/xulrunner45/nsICertOverrideService.h +include/xulrunner45/nsICertPickDialogs.h +include/xulrunner45/nsICertTree.h +include/xulrunner45/nsICertificateDialogs.h +include/xulrunner45/nsIChannel.h +include/xulrunner45/nsIChannelEventSink.h +include/xulrunner45/nsICharsetDetectionObserver.h +include/xulrunner45/nsICharsetDetector.h +include/xulrunner45/nsIChildChannel.h +include/xulrunner45/nsIChromeRegistry.h +include/xulrunner45/nsIClassInfo.h +include/xulrunner45/nsIClassInfoImpl.h +include/xulrunner45/nsIClassOfService.h +include/xulrunner45/nsIClientAuthDialogs.h +include/xulrunner45/nsIClipboard.h +include/xulrunner45/nsIClipboardCommands.h +include/xulrunner45/nsIClipboardDragDropHookList.h +include/xulrunner45/nsIClipboardDragDropHooks.h +include/xulrunner45/nsIClipboardHelper.h +include/xulrunner45/nsIClipboardOwner.h +include/xulrunner45/nsICloneableInputStream.h +include/xulrunner45/nsICollation.h +include/xulrunner45/nsICollection.h +include/xulrunner45/nsIColorPicker.h +include/xulrunner45/nsIComboboxControlFrame.h +include/xulrunner45/nsICommandHandler.h +include/xulrunner45/nsICommandLine.h +include/xulrunner45/nsICommandLineHandler.h +include/xulrunner45/nsICommandLineRunner.h +include/xulrunner45/nsICommandLineValidator.h +include/xulrunner45/nsICommandManager.h +include/xulrunner45/nsICommandParams.h +include/xulrunner45/nsIComponentManager.h +include/xulrunner45/nsIComponentRegistrar.h +include/xulrunner45/nsICompressConvStats.h +include/xulrunner45/nsIConsoleAPIStorage.h +include/xulrunner45/nsIConsoleListener.h +include/xulrunner45/nsIConsoleMessage.h +include/xulrunner45/nsIConsoleReportCollector.h +include/xulrunner45/nsIConsoleService.h +include/xulrunner45/nsIConstraintValidation.h +include/xulrunner45/nsIContainerBoxObject.h +include/xulrunner45/nsIContent.h +include/xulrunner45/nsIContentDispatchChooser.h +include/xulrunner45/nsIContentFilter.h +include/xulrunner45/nsIContentHandle.h +include/xulrunner45/nsIContentHandler.h +include/xulrunner45/nsIContentInlines.h +include/xulrunner45/nsIContentIterator.h +include/xulrunner45/nsIContentPermissionPrompt.h +include/xulrunner45/nsIContentPolicy.h +include/xulrunner45/nsIContentPolicyBase.h +include/xulrunner45/nsIContentPrefService.h +include/xulrunner45/nsIContentPrefService2.h +include/xulrunner45/nsIContentSecurityManager.h +include/xulrunner45/nsIContentSecurityPolicy.h +include/xulrunner45/nsIContentSerializer.h +include/xulrunner45/nsIContentSink.h +include/xulrunner45/nsIContentSniffer.h +include/xulrunner45/nsIContentURIGrouper.h +include/xulrunner45/nsIContentViewer.h +include/xulrunner45/nsIContentViewerContainer.h +include/xulrunner45/nsIContentViewerEdit.h +include/xulrunner45/nsIContentViewerFile.h +include/xulrunner45/nsIContextMenuListener.h +include/xulrunner45/nsIContextMenuListener2.h +include/xulrunner45/nsIController.h +include/xulrunner45/nsIControllerCommand.h +include/xulrunner45/nsIControllerCommandTable.h +include/xulrunner45/nsIControllerContext.h +include/xulrunner45/nsIControllers.h +include/xulrunner45/nsIConverterInputStream.h +include/xulrunner45/nsIConverterOutputStream.h +include/xulrunner45/nsICookie.h +include/xulrunner45/nsICookie2.h +include/xulrunner45/nsICookieAcceptDialog.h +include/xulrunner45/nsICookieManager.h +include/xulrunner45/nsICookieManager2.h +include/xulrunner45/nsICookiePermission.h +include/xulrunner45/nsICookiePromptService.h +include/xulrunner45/nsICookieService.h +include/xulrunner45/nsICryptoFIPSInfo.h +include/xulrunner45/nsICryptoHMAC.h +include/xulrunner45/nsICryptoHash.h +include/xulrunner45/nsICurrentCharsetListener.h +include/xulrunner45/nsICycleCollectorListener.h +include/xulrunner45/nsID.h +include/xulrunner45/nsIDNSListener.h +include/xulrunner45/nsIDNSRecord.h +include/xulrunner45/nsIDNSService.h +include/xulrunner45/nsIDNSServiceDiscovery.h +include/xulrunner45/nsIDOMAnimationEvent.h +include/xulrunner45/nsIDOMAttr.h +include/xulrunner45/nsIDOMBeforeUnloadEvent.h +include/xulrunner45/nsIDOMBlob.h +include/xulrunner45/nsIDOMCDATASection.h +include/xulrunner45/nsIDOMCSSConditionRule.h +include/xulrunner45/nsIDOMCSSCounterStyleRule.h +include/xulrunner45/nsIDOMCSSFontFaceRule.h +include/xulrunner45/nsIDOMCSSFontFeatureValuesRule.h +include/xulrunner45/nsIDOMCSSGroupingRule.h +include/xulrunner45/nsIDOMCSSImportRule.h +include/xulrunner45/nsIDOMCSSMediaRule.h +include/xulrunner45/nsIDOMCSSMozDocumentRule.h +include/xulrunner45/nsIDOMCSSPageRule.h +include/xulrunner45/nsIDOMCSSPrimitiveValue.h +include/xulrunner45/nsIDOMCSSRule.h +include/xulrunner45/nsIDOMCSSRuleList.h +include/xulrunner45/nsIDOMCSSStyleDeclaration.h +include/xulrunner45/nsIDOMCSSStyleRule.h +include/xulrunner45/nsIDOMCSSStyleSheet.h +include/xulrunner45/nsIDOMCSSSupportsRule.h +include/xulrunner45/nsIDOMCSSUnknownRule.h +include/xulrunner45/nsIDOMCSSValue.h +include/xulrunner45/nsIDOMCSSValueList.h +include/xulrunner45/nsIDOMCanvasRenderingContext2D.h +include/xulrunner45/nsIDOMCharacterData.h +include/xulrunner45/nsIDOMChromeWindow.h +include/xulrunner45/nsIDOMClassInfo.h +include/xulrunner45/nsIDOMClientRect.h +include/xulrunner45/nsIDOMClientRectList.h +include/xulrunner45/nsIDOMClipboardEvent.h +include/xulrunner45/nsIDOMCommandEvent.h +include/xulrunner45/nsIDOMComment.h +include/xulrunner45/nsIDOMCompositionEvent.h +include/xulrunner45/nsIDOMConstructor.h +include/xulrunner45/nsIDOMCounter.h +include/xulrunner45/nsIDOMCrypto.h +include/xulrunner45/nsIDOMCustomEvent.h +include/xulrunner45/nsIDOMDOMCursor.h +include/xulrunner45/nsIDOMDOMException.h +include/xulrunner45/nsIDOMDOMImplementation.h +include/xulrunner45/nsIDOMDOMRequest.h +include/xulrunner45/nsIDOMDataChannel.h +include/xulrunner45/nsIDOMDataContainerEvent.h +include/xulrunner45/nsIDOMDataTransfer.h +include/xulrunner45/nsIDOMDesktopNotification.h +include/xulrunner45/nsIDOMDocument.h +include/xulrunner45/nsIDOMDocumentFragment.h +include/xulrunner45/nsIDOMDocumentType.h +include/xulrunner45/nsIDOMDocumentXBL.h +include/xulrunner45/nsIDOMDragEvent.h +include/xulrunner45/nsIDOMElement.h +include/xulrunner45/nsIDOMElementCSSInlineStyle.h +include/xulrunner45/nsIDOMEvent.h +include/xulrunner45/nsIDOMEventListener.h +include/xulrunner45/nsIDOMEventTarget.h +include/xulrunner45/nsIDOMFileList.h +include/xulrunner45/nsIDOMFocusEvent.h +include/xulrunner45/nsIDOMFontFace.h +include/xulrunner45/nsIDOMFontFaceList.h +include/xulrunner45/nsIDOMFormData.h +include/xulrunner45/nsIDOMGeoGeolocation.h +include/xulrunner45/nsIDOMGeoPosition.h +include/xulrunner45/nsIDOMGeoPositionCallback.h +include/xulrunner45/nsIDOMGeoPositionCoords.h +include/xulrunner45/nsIDOMGeoPositionError.h +include/xulrunner45/nsIDOMGeoPositionErrorCallback.h +include/xulrunner45/nsIDOMGlobalPropertyInitializer.h +include/xulrunner45/nsIDOMHTMLAnchorElement.h +include/xulrunner45/nsIDOMHTMLAppletElement.h +include/xulrunner45/nsIDOMHTMLAreaElement.h +include/xulrunner45/nsIDOMHTMLBaseElement.h +include/xulrunner45/nsIDOMHTMLBodyElement.h +include/xulrunner45/nsIDOMHTMLButtonElement.h +include/xulrunner45/nsIDOMHTMLCanvasElement.h +include/xulrunner45/nsIDOMHTMLCollection.h +include/xulrunner45/nsIDOMHTMLDirectoryElement.h +include/xulrunner45/nsIDOMHTMLDocument.h +include/xulrunner45/nsIDOMHTMLElement.h +include/xulrunner45/nsIDOMHTMLEmbedElement.h +include/xulrunner45/nsIDOMHTMLFieldSetElement.h +include/xulrunner45/nsIDOMHTMLFormElement.h +include/xulrunner45/nsIDOMHTMLFrameElement.h +include/xulrunner45/nsIDOMHTMLFrameSetElement.h +include/xulrunner45/nsIDOMHTMLHRElement.h +include/xulrunner45/nsIDOMHTMLHeadElement.h +include/xulrunner45/nsIDOMHTMLHtmlElement.h +include/xulrunner45/nsIDOMHTMLIFrameElement.h +include/xulrunner45/nsIDOMHTMLImageElement.h +include/xulrunner45/nsIDOMHTMLInputElement.h +include/xulrunner45/nsIDOMHTMLLIElement.h +include/xulrunner45/nsIDOMHTMLLabelElement.h +include/xulrunner45/nsIDOMHTMLLinkElement.h +include/xulrunner45/nsIDOMHTMLMapElement.h +include/xulrunner45/nsIDOMHTMLMediaElement.h +include/xulrunner45/nsIDOMHTMLMenuElement.h +include/xulrunner45/nsIDOMHTMLMenuItemElement.h +include/xulrunner45/nsIDOMHTMLMetaElement.h +include/xulrunner45/nsIDOMHTMLOListElement.h +include/xulrunner45/nsIDOMHTMLObjectElement.h +include/xulrunner45/nsIDOMHTMLOptGroupElement.h +include/xulrunner45/nsIDOMHTMLOptionElement.h +include/xulrunner45/nsIDOMHTMLOptionsCollection.h +include/xulrunner45/nsIDOMHTMLParagraphElement.h +include/xulrunner45/nsIDOMHTMLPictureElement.h +include/xulrunner45/nsIDOMHTMLPreElement.h +include/xulrunner45/nsIDOMHTMLQuoteElement.h +include/xulrunner45/nsIDOMHTMLScriptElement.h +include/xulrunner45/nsIDOMHTMLSelectElement.h +include/xulrunner45/nsIDOMHTMLSourceElement.h +include/xulrunner45/nsIDOMHTMLStyleElement.h +include/xulrunner45/nsIDOMHTMLTableCellElement.h +include/xulrunner45/nsIDOMHTMLTextAreaElement.h +include/xulrunner45/nsIDOMHTMLUListElement.h +include/xulrunner45/nsIDOMHistory.h +include/xulrunner45/nsIDOMKeyEvent.h +include/xulrunner45/nsIDOMLocation.h +include/xulrunner45/nsIDOMMediaError.h +include/xulrunner45/nsIDOMMediaList.h +include/xulrunner45/nsIDOMMessageEvent.h +include/xulrunner45/nsIDOMModalContentWindow.h +include/xulrunner45/nsIDOMMouseEvent.h +include/xulrunner45/nsIDOMMouseScrollEvent.h +include/xulrunner45/nsIDOMMozBrowserFrame.h +include/xulrunner45/nsIDOMMozCSSKeyframeRule.h +include/xulrunner45/nsIDOMMozCSSKeyframesRule.h +include/xulrunner45/nsIDOMMozNamedAttrMap.h +include/xulrunner45/nsIDOMMutationEvent.h +include/xulrunner45/nsIDOMNSEditableElement.h +include/xulrunner45/nsIDOMNSEvent.h +include/xulrunner45/nsIDOMNavigator.h +include/xulrunner45/nsIDOMNavigatorSystemMessages.h +include/xulrunner45/nsIDOMNavigatorUserMedia.h +include/xulrunner45/nsIDOMNode.h +include/xulrunner45/nsIDOMNodeFilter.h +include/xulrunner45/nsIDOMNodeIterator.h +include/xulrunner45/nsIDOMNodeList.h +include/xulrunner45/nsIDOMNotifyPaintEvent.h +include/xulrunner45/nsIDOMOfflineResourceList.h +include/xulrunner45/nsIDOMPaintRequest.h +include/xulrunner45/nsIDOMParser.h +include/xulrunner45/nsIDOMProcessingInstruction.h +include/xulrunner45/nsIDOMRange.h +include/xulrunner45/nsIDOMRect.h +include/xulrunner45/nsIDOMSVGElement.h +include/xulrunner45/nsIDOMSVGLength.h +include/xulrunner45/nsIDOMScreen.h +include/xulrunner45/nsIDOMScriptObjectFactory.h +include/xulrunner45/nsIDOMScrollAreaEvent.h +include/xulrunner45/nsIDOMSerializer.h +include/xulrunner45/nsIDOMSimpleGestureEvent.h +include/xulrunner45/nsIDOMStorage.h +include/xulrunner45/nsIDOMStorageManager.h +include/xulrunner45/nsIDOMStyleSheet.h +include/xulrunner45/nsIDOMStyleSheetList.h +include/xulrunner45/nsIDOMText.h +include/xulrunner45/nsIDOMTimeEvent.h +include/xulrunner45/nsIDOMTimeRanges.h +include/xulrunner45/nsIDOMTransitionEvent.h +include/xulrunner45/nsIDOMTreeWalker.h +include/xulrunner45/nsIDOMUIEvent.h +include/xulrunner45/nsIDOMValidityState.h +include/xulrunner45/nsIDOMWakeLockListener.h +include/xulrunner45/nsIDOMWebGLRenderingContext.h +include/xulrunner45/nsIDOMWheelEvent.h +include/xulrunner45/nsIDOMWindow.h +include/xulrunner45/nsIDOMWindowCollection.h +include/xulrunner45/nsIDOMWindowUtils.h +include/xulrunner45/nsIDOMXMLDocument.h +include/xulrunner45/nsIDOMXPathEvaluator.h +include/xulrunner45/nsIDOMXPathResult.h +include/xulrunner45/nsIDOMXULButtonElement.h +include/xulrunner45/nsIDOMXULCheckboxElement.h +include/xulrunner45/nsIDOMXULCommandDispatcher.h +include/xulrunner45/nsIDOMXULCommandEvent.h +include/xulrunner45/nsIDOMXULContainerElement.h +include/xulrunner45/nsIDOMXULControlElement.h +include/xulrunner45/nsIDOMXULDescriptionElement.h +include/xulrunner45/nsIDOMXULDocument.h +include/xulrunner45/nsIDOMXULElement.h +include/xulrunner45/nsIDOMXULImageElement.h +include/xulrunner45/nsIDOMXULLabelElement.h +include/xulrunner45/nsIDOMXULLabeledControlEl.h +include/xulrunner45/nsIDOMXULMenuListElement.h +include/xulrunner45/nsIDOMXULMultSelectCntrlEl.h +include/xulrunner45/nsIDOMXULPopupElement.h +include/xulrunner45/nsIDOMXULRelatedElement.h +include/xulrunner45/nsIDOMXULSelectCntrlEl.h +include/xulrunner45/nsIDOMXULSelectCntrlItemEl.h +include/xulrunner45/nsIDOMXULTextboxElement.h +include/xulrunner45/nsIDOMXULTreeElement.h +include/xulrunner45/nsIDTD.h +include/xulrunner45/nsIDashboard.h +include/xulrunner45/nsIDashboardEventNotifier.h +include/xulrunner45/nsIDataSignatureVerifier.h +include/xulrunner45/nsIDataStore.h +include/xulrunner45/nsIDataStoreService.h +include/xulrunner45/nsIDateTimeFormat.h +include/xulrunner45/nsIDebug2.h +include/xulrunner45/nsIDeletedMessageInfo.h +include/xulrunner45/nsIDeprecationWarner.h +include/xulrunner45/nsIDeviceContextSpec.h +include/xulrunner45/nsIDeviceSensors.h +include/xulrunner45/nsIDialogParamBlock.h +include/xulrunner45/nsIDirIndex.h +include/xulrunner45/nsIDirIndexListener.h +include/xulrunner45/nsIDirectoryEnumerator.h +include/xulrunner45/nsIDirectoryService.h +include/xulrunner45/nsIDiskSpaceWatcher.h +include/xulrunner45/nsIDisplayInfo.h +include/xulrunner45/nsIDivertableChannel.h +include/xulrunner45/nsIDocCharset.h +include/xulrunner45/nsIDocShell.h +include/xulrunner45/nsIDocShellLoadInfo.h +include/xulrunner45/nsIDocShellTreeItem.h +include/xulrunner45/nsIDocShellTreeOwner.h +include/xulrunner45/nsIDocument.h +include/xulrunner45/nsIDocumentActivity.h +include/xulrunner45/nsIDocumentEncoder.h +include/xulrunner45/nsIDocumentInlines.h +include/xulrunner45/nsIDocumentLoader.h +include/xulrunner45/nsIDocumentLoaderFactory.h +include/xulrunner45/nsIDocumentObserver.h +include/xulrunner45/nsIDocumentStateListener.h +include/xulrunner45/nsIDocumentTransformer.h +include/xulrunner45/nsIDomainPolicy.h +include/xulrunner45/nsIDownload.h +include/xulrunner45/nsIDownloadHistory.h +include/xulrunner45/nsIDownloadManager.h +include/xulrunner45/nsIDownloadManagerUI.h +include/xulrunner45/nsIDownloadProgressListener.h +include/xulrunner45/nsIDownloader.h +include/xulrunner45/nsIDragService.h +include/xulrunner45/nsIDragSession.h +include/xulrunner45/nsIDroppedLinkHandler.h +include/xulrunner45/nsIEditActionListener.h +include/xulrunner45/nsIEditingSession.h +include/xulrunner45/nsIEditor.h +include/xulrunner45/nsIEditorIMESupport.h +include/xulrunner45/nsIEditorMailSupport.h +include/xulrunner45/nsIEditorObserver.h +include/xulrunner45/nsIEditorSpellCheck.h +include/xulrunner45/nsIEditorStyleSheets.h +include/xulrunner45/nsIEffectiveTLDService.h +include/xulrunner45/nsIEmbeddingSiteWindow.h +include/xulrunner45/nsIEncodedChannel.h +include/xulrunner45/nsIEntityConverter.h +include/xulrunner45/nsIEntropyCollector.h +include/xulrunner45/nsIEnumerator.h +include/xulrunner45/nsIEnvironment.h +include/xulrunner45/nsIErrorService.h +include/xulrunner45/nsIEventListenerService.h +include/xulrunner45/nsIEventTarget.h +include/xulrunner45/nsIException.h +include/xulrunner45/nsIExpatSink.h +include/xulrunner45/nsIExtendedExpatSink.h +include/xulrunner45/nsIExternalApplication.h +include/xulrunner45/nsIExternalHelperAppService.h +include/xulrunner45/nsIExternalProtocolHandler.h +include/xulrunner45/nsIExternalProtocolService.h +include/xulrunner45/nsIExternalSharingAppService.h +include/xulrunner45/nsIExternalURLHandlerService.h +include/xulrunner45/nsIFTPChannel.h +include/xulrunner45/nsIFactory.h +include/xulrunner45/nsIFaviconService.h +include/xulrunner45/nsIFeed.h +include/xulrunner45/nsIFeedContainer.h +include/xulrunner45/nsIFeedElementBase.h +include/xulrunner45/nsIFeedEntry.h +include/xulrunner45/nsIFeedGenerator.h +include/xulrunner45/nsIFeedListener.h +include/xulrunner45/nsIFeedPerson.h +include/xulrunner45/nsIFeedProcessor.h +include/xulrunner45/nsIFeedResult.h +include/xulrunner45/nsIFeedTextConstruct.h +include/xulrunner45/nsIFile.h +include/xulrunner45/nsIFileChannel.h +include/xulrunner45/nsIFilePicker.h +include/xulrunner45/nsIFileProtocolHandler.h +include/xulrunner45/nsIFileStreams.h +include/xulrunner45/nsIFileURL.h +include/xulrunner45/nsIFileView.h +include/xulrunner45/nsIFinalizationWitnessService.h +include/xulrunner45/nsIFind.h +include/xulrunner45/nsIFindService.h +include/xulrunner45/nsIFocusManager.h +include/xulrunner45/nsIFontEnumerator.h +include/xulrunner45/nsIForcePendingChannel.h +include/xulrunner45/nsIForm.h +include/xulrunner45/nsIFormAutoComplete.h +include/xulrunner45/nsIFormAutofillContentService.h +include/xulrunner45/nsIFormControl.h +include/xulrunner45/nsIFormControlFrame.h +include/xulrunner45/nsIFormFillController.h +include/xulrunner45/nsIFormHistory.h +include/xulrunner45/nsIFormProcessor.h +include/xulrunner45/nsIFormSubmitObserver.h +include/xulrunner45/nsIFormatConverter.h +include/xulrunner45/nsIFragmentContentSink.h +include/xulrunner45/nsIFrame.h +include/xulrunner45/nsIFrameInlines.h +include/xulrunner45/nsIFrameLoader.h +include/xulrunner45/nsIFrameTraversal.h +include/xulrunner45/nsIFrameUtil.h +include/xulrunner45/nsIFxAccountsUIGlue.h +include/xulrunner45/nsIGConfService.h +include/xulrunner45/nsIGIOService.h +include/xulrunner45/nsIGSettingsService.h +include/xulrunner45/nsIGZFileWriter.h +include/xulrunner45/nsIGamepadServiceTest.h +include/xulrunner45/nsIGenKeypairInfoDlg.h +include/xulrunner45/nsIGeolocationProvider.h +include/xulrunner45/nsIGfxInfo.h +include/xulrunner45/nsIGfxInfoDebug.h +include/xulrunner45/nsIGlobalHistory2.h +include/xulrunner45/nsIGlobalObject.h +include/xulrunner45/nsIGridPart.h +include/xulrunner45/nsIHTMLAbsPosEditor.h +include/xulrunner45/nsIHTMLCollection.h +include/xulrunner45/nsIHTMLContentSink.h +include/xulrunner45/nsIHTMLDocument.h +include/xulrunner45/nsIHTMLEditor.h +include/xulrunner45/nsIHTMLInlineTableEditor.h +include/xulrunner45/nsIHTMLMenu.h +include/xulrunner45/nsIHTMLObjectResizeListener.h +include/xulrunner45/nsIHTMLObjectResizer.h +include/xulrunner45/nsIHTTPHeaderListener.h +include/xulrunner45/nsIHTTPIndex.h +include/xulrunner45/nsIHandlerService.h +include/xulrunner45/nsIHangReport.h +include/xulrunner45/nsIHapticFeedback.h +include/xulrunner45/nsIHashable.h +include/xulrunner45/nsIHelperAppLauncherDialog.h +include/xulrunner45/nsIHttpActivityObserver.h +include/xulrunner45/nsIHttpAuthManager.h +include/xulrunner45/nsIHttpAuthenticableChannel.h +include/xulrunner45/nsIHttpAuthenticator.h +include/xulrunner45/nsIHttpChannel.h +include/xulrunner45/nsIHttpChannelAuthProvider.h +include/xulrunner45/nsIHttpChannelChild.h +include/xulrunner45/nsIHttpChannelInternal.h +include/xulrunner45/nsIHttpEventSink.h +include/xulrunner45/nsIHttpHeaderVisitor.h +include/xulrunner45/nsIHttpProtocolHandler.h +include/xulrunner45/nsIHttpPushListener.h +include/xulrunner45/nsIID.h +include/xulrunner45/nsIIDNService.h +include/xulrunner45/nsIIMEPicker.h +include/xulrunner45/nsIINIParser.h +include/xulrunner45/nsIIOService.h +include/xulrunner45/nsIIOService2.h +include/xulrunner45/nsIIOUtil.h +include/xulrunner45/nsIIPCBackgroundChildCreateCallback.h +include/xulrunner45/nsIIPCSerializableInputStream.h +include/xulrunner45/nsIIPCSerializableURI.h +include/xulrunner45/nsIIccContact.h +include/xulrunner45/nsIIccInfo.h +include/xulrunner45/nsIIccService.h +include/xulrunner45/nsIIconURI.h +include/xulrunner45/nsIIdentityCryptoService.h +include/xulrunner45/nsIIdleObserver.h +include/xulrunner45/nsIIdleService.h +include/xulrunner45/nsIIdleServiceInternal.h +include/xulrunner45/nsIImageDocument.h +include/xulrunner45/nsIImageLoadingContent.h +include/xulrunner45/nsIImageToPixbuf.h +include/xulrunner45/nsIIncrementalDownload.h +include/xulrunner45/nsIIncrementalStreamLoader.h +include/xulrunner45/nsIInlineSpellChecker.h +include/xulrunner45/nsIInputListAutoComplete.h +include/xulrunner45/nsIInputPortService.h +include/xulrunner45/nsIInputStream.h +include/xulrunner45/nsIInputStreamChannel.h +include/xulrunner45/nsIInputStreamPump.h +include/xulrunner45/nsIInputStreamTee.h +include/xulrunner45/nsIInstallPackagedWebapp.h +include/xulrunner45/nsIInterAppCommService.h +include/xulrunner45/nsIInterAppCommUIGlue.h +include/xulrunner45/nsIInterfaceInfo.h +include/xulrunner45/nsIInterfaceInfoManager.h +include/xulrunner45/nsIInterfaceRequestor.h +include/xulrunner45/nsIInterfaceRequestorUtils.h +include/xulrunner45/nsIJARChannel.h +include/xulrunner45/nsIJARProtocolHandler.h +include/xulrunner45/nsIJARURI.h +include/xulrunner45/nsIJSInspector.h +include/xulrunner45/nsIJSON.h +include/xulrunner45/nsIKeyModule.h +include/xulrunner45/nsIKeygenThread.h +include/xulrunner45/nsILanguageAtomService.h +include/xulrunner45/nsILayoutDebugger.h +include/xulrunner45/nsILayoutHistoryState.h +include/xulrunner45/nsILineBreaker.h +include/xulrunner45/nsILineInputStream.h +include/xulrunner45/nsILineIterator.h +include/xulrunner45/nsILinkHandler.h +include/xulrunner45/nsIListBoxObject.h +include/xulrunner45/nsIListControlFrame.h +include/xulrunner45/nsILoadContext.h +include/xulrunner45/nsILoadContextInfo.h +include/xulrunner45/nsILoadGroup.h +include/xulrunner45/nsILoadGroupChild.h +include/xulrunner45/nsILoadInfo.h +include/xulrunner45/nsILocalCertService.h +include/xulrunner45/nsILocalFile.h +include/xulrunner45/nsILocalFileWin.h +include/xulrunner45/nsILocalStore.h +include/xulrunner45/nsILocale.h +include/xulrunner45/nsILocaleService.h +include/xulrunner45/nsILoginInfo.h +include/xulrunner45/nsILoginManager.h +include/xulrunner45/nsILoginManagerCrypto.h +include/xulrunner45/nsILoginManagerPrompter.h +include/xulrunner45/nsILoginManagerStorage.h +include/xulrunner45/nsILoginMetaInfo.h +include/xulrunner45/nsIMIMEHeaderParam.h +include/xulrunner45/nsIMIMEInfo.h +include/xulrunner45/nsIMIMEInputStream.h +include/xulrunner45/nsIMIMEService.h +include/xulrunner45/nsIMathMLFrame.h +include/xulrunner45/nsIMediaManager.h +include/xulrunner45/nsIMemory.h +include/xulrunner45/nsIMemoryInfoDumper.h +include/xulrunner45/nsIMemoryReporter.h +include/xulrunner45/nsIMenuBoxObject.h +include/xulrunner45/nsIMenuBuilder.h +include/xulrunner45/nsIMessageLoop.h +include/xulrunner45/nsIMessageManager.h +include/xulrunner45/nsIMmsMessage.h +include/xulrunner45/nsIMmsService.h +include/xulrunner45/nsIMobileCallForwardingOptions.h +include/xulrunner45/nsIMobileCellInfo.h +include/xulrunner45/nsIMobileConnectionInfo.h +include/xulrunner45/nsIMobileConnectionService.h +include/xulrunner45/nsIMobileDeviceIdentities.h +include/xulrunner45/nsIMobileMessageCallback.h +include/xulrunner45/nsIMobileMessageCursorCallback.h +include/xulrunner45/nsIMobileMessageDatabaseService.h +include/xulrunner45/nsIMobileMessageService.h +include/xulrunner45/nsIMobileMessageThread.h +include/xulrunner45/nsIMobileNetworkInfo.h +include/xulrunner45/nsIModule.h +include/xulrunner45/nsIMozBrowserFrame.h +include/xulrunner45/nsIMozNavigatorNetwork.h +include/xulrunner45/nsIMozSAXXMLDeclarationHandler.h +include/xulrunner45/nsIMultiPartChannel.h +include/xulrunner45/nsIMultiplexInputStream.h +include/xulrunner45/nsIMutable.h +include/xulrunner45/nsIMutableArray.h +include/xulrunner45/nsIMutationObserver.h +include/xulrunner45/nsINIParser.h +include/xulrunner45/nsINSSErrorsService.h +include/xulrunner45/nsINSSVersion.h +include/xulrunner45/nsINativeAppSupport.h +include/xulrunner45/nsINativeFileWatcher.h +include/xulrunner45/nsINativeOSFileInternals.h +include/xulrunner45/nsINavBookmarksService.h +include/xulrunner45/nsINavHistoryService.h +include/xulrunner45/nsINeighboringCellInfo.h +include/xulrunner45/nsINestedURI.h +include/xulrunner45/nsINetAddr.h +include/xulrunner45/nsINetUtil.h +include/xulrunner45/nsINetworkInterceptController.h +include/xulrunner45/nsINetworkLinkService.h +include/xulrunner45/nsINetworkPredictor.h +include/xulrunner45/nsINetworkPredictorVerifier.h +include/xulrunner45/nsINetworkProperties.h +include/xulrunner45/nsINode.h +include/xulrunner45/nsINodeList.h +include/xulrunner45/nsINotificationStorage.h +include/xulrunner45/nsINullChannel.h +include/xulrunner45/nsIOSFileConstantsService.h +include/xulrunner45/nsIObjectFrame.h +include/xulrunner45/nsIObjectInputStream.h +include/xulrunner45/nsIObjectLoadingContent.h +include/xulrunner45/nsIObjectOutputStream.h +include/xulrunner45/nsIObserver.h +include/xulrunner45/nsIObserverService.h +include/xulrunner45/nsIOfflineCacheUpdate.h +include/xulrunner45/nsIOutputStream.h +include/xulrunner45/nsIPACGenerator.h +include/xulrunner45/nsIPK11Token.h +include/xulrunner45/nsIPK11TokenDB.h +include/xulrunner45/nsIPKCS11.h +include/xulrunner45/nsIPKCS11Module.h +include/xulrunner45/nsIPKCS11ModuleDB.h +include/xulrunner45/nsIPKCS11Slot.h +include/xulrunner45/nsIPackageKitService.h +include/xulrunner45/nsIPackagedAppChannelListener.h +include/xulrunner45/nsIPackagedAppService.h +include/xulrunner45/nsIPackagedAppUtils.h +include/xulrunner45/nsIPackagedAppVerifier.h +include/xulrunner45/nsIPageSequenceFrame.h +include/xulrunner45/nsIParentChannel.h +include/xulrunner45/nsIParentRedirectingChannel.h +include/xulrunner45/nsIParentalControlsService.h +include/xulrunner45/nsIParser.h +include/xulrunner45/nsIParserService.h +include/xulrunner45/nsIParserUtils.h +include/xulrunner45/nsIPercentBSizeObserver.h +include/xulrunner45/nsIPermission.h +include/xulrunner45/nsIPermissionManager.h +include/xulrunner45/nsIPermissionPromptService.h +include/xulrunner45/nsIPersistentProperties2.h +include/xulrunner45/nsIPhonetic.h +include/xulrunner45/nsIPipe.h +include/xulrunner45/nsIPlaintextEditor.h +include/xulrunner45/nsIPlatformCharset.h +include/xulrunner45/nsIPluginDocument.h +include/xulrunner45/nsIPluginHost.h +include/xulrunner45/nsIPluginInputStream.h +include/xulrunner45/nsIPluginInstanceOwner.h +include/xulrunner45/nsIPluginTag.h +include/xulrunner45/nsIPluginWidget.h +include/xulrunner45/nsIPopupWindowManager.h +include/xulrunner45/nsIPowerManagerService.h +include/xulrunner45/nsIPrefBranch.h +include/xulrunner45/nsIPrefBranch2.h +include/xulrunner45/nsIPrefBranchInternal.h +include/xulrunner45/nsIPrefLocalizedString.h +include/xulrunner45/nsIPrefService.h +include/xulrunner45/nsIPrefetchService.h +include/xulrunner45/nsIPresShell.h +include/xulrunner45/nsIPresentationControlChannel.h +include/xulrunner45/nsIPresentationDevice.h +include/xulrunner45/nsIPresentationDeviceManager.h +include/xulrunner45/nsIPresentationDevicePrompt.h +include/xulrunner45/nsIPresentationDeviceProvider.h +include/xulrunner45/nsIPresentationListener.h +include/xulrunner45/nsIPresentationRequestUIGlue.h +include/xulrunner45/nsIPresentationService.h +include/xulrunner45/nsIPresentationSessionRequest.h +include/xulrunner45/nsIPresentationSessionTransport.h +include/xulrunner45/nsIPrincipal.h +include/xulrunner45/nsIPrintDialogService.h +include/xulrunner45/nsIPrintOptions.h +include/xulrunner45/nsIPrintProgress.h +include/xulrunner45/nsIPrintProgressParams.h +include/xulrunner45/nsIPrintSession.h +include/xulrunner45/nsIPrintSettings.h +include/xulrunner45/nsIPrintSettingsService.h +include/xulrunner45/nsIPrintStatusFeedback.h +include/xulrunner45/nsIPrintingPrompt.h +include/xulrunner45/nsIPrintingPromptService.h +include/xulrunner45/nsIPrivacyTransitionObserver.h +include/xulrunner45/nsIPrivateBrowsingChannel.h +include/xulrunner45/nsIPrivateBrowsingTrackingProtectionWhitelist.h +include/xulrunner45/nsIProcess.h +include/xulrunner45/nsIProfileMigrator.h +include/xulrunner45/nsIProfileUnlocker.h +include/xulrunner45/nsIProgrammingLanguage.h +include/xulrunner45/nsIProgressEventSink.h +include/xulrunner45/nsIPrompt.h +include/xulrunner45/nsIPromptFactory.h +include/xulrunner45/nsIPromptService.h +include/xulrunner45/nsIPromptService2.h +include/xulrunner45/nsIProperties.h +include/xulrunner45/nsIProperty.h +include/xulrunner45/nsIPropertyBag.h +include/xulrunner45/nsIPropertyBag2.h +include/xulrunner45/nsIProtectedAuthThread.h +include/xulrunner45/nsIProtocolHandler.h +include/xulrunner45/nsIProtocolProxyCallback.h +include/xulrunner45/nsIProtocolProxyFilter.h +include/xulrunner45/nsIProtocolProxyService.h +include/xulrunner45/nsIProtocolProxyService2.h +include/xulrunner45/nsIProxiedChannel.h +include/xulrunner45/nsIProxiedProtocolHandler.h +include/xulrunner45/nsIProxyInfo.h +include/xulrunner45/nsIPushClient.h +include/xulrunner45/nsIPushNotificationService.h +include/xulrunner45/nsIPushObserverNotification.h +include/xulrunner45/nsIQueryContentEventResult.h +include/xulrunner45/nsIQuotaCallbacks.h +include/xulrunner45/nsIQuotaManagerService.h +include/xulrunner45/nsIQuotaRequests.h +include/xulrunner45/nsIRDFCompositeDataSource.h +include/xulrunner45/nsIRDFContainer.h +include/xulrunner45/nsIRDFContainerUtils.h +include/xulrunner45/nsIRDFContentSink.h +include/xulrunner45/nsIRDFDataSource.h +include/xulrunner45/nsIRDFDelegateFactory.h +include/xulrunner45/nsIRDFInMemoryDataSource.h +include/xulrunner45/nsIRDFInferDataSource.h +include/xulrunner45/nsIRDFLiteral.h +include/xulrunner45/nsIRDFNode.h +include/xulrunner45/nsIRDFObserver.h +include/xulrunner45/nsIRDFPropagatableDataSource.h +include/xulrunner45/nsIRDFPurgeableDataSource.h +include/xulrunner45/nsIRDFRemoteDataSource.h +include/xulrunner45/nsIRDFResource.h +include/xulrunner45/nsIRDFService.h +include/xulrunner45/nsIRDFXMLParser.h +include/xulrunner45/nsIRDFXMLSerializer.h +include/xulrunner45/nsIRDFXMLSink.h +include/xulrunner45/nsIRDFXMLSource.h +include/xulrunner45/nsIRadioGroupContainer.h +include/xulrunner45/nsIRadioVisitor.h +include/xulrunner45/nsIRandomGenerator.h +include/xulrunner45/nsIReadConfig.h +include/xulrunner45/nsIRecoveryService.h +include/xulrunner45/nsIRedirectChannelRegistrar.h +include/xulrunner45/nsIRedirectResultListener.h +include/xulrunner45/nsIReflowCallback.h +include/xulrunner45/nsIReflowObserver.h +include/xulrunner45/nsIRefreshURI.h +include/xulrunner45/nsIRelativeFilePref.h +include/xulrunner45/nsIRemoteBrowser.h +include/xulrunner45/nsIRemoteOpenFileListener.h +include/xulrunner45/nsIRemoteService.h +include/xulrunner45/nsIRemoteTagService.h +include/xulrunner45/nsIRemoteWindowContext.h +include/xulrunner45/nsIRequest.h +include/xulrunner45/nsIRequestObserver.h +include/xulrunner45/nsIRequestObserverProxy.h +include/xulrunner45/nsIResProtocolHandler.h +include/xulrunner45/nsIResponseHeadProvider.h +include/xulrunner45/nsIResumableChannel.h +include/xulrunner45/nsIRollupListener.h +include/xulrunner45/nsIRunnable.h +include/xulrunner45/nsISAXAttributes.h +include/xulrunner45/nsISAXContentHandler.h +include/xulrunner45/nsISAXDTDHandler.h +include/xulrunner45/nsISAXErrorHandler.h +include/xulrunner45/nsISAXLexicalHandler.h +include/xulrunner45/nsISAXLocator.h +include/xulrunner45/nsISAXMutableAttributes.h +include/xulrunner45/nsISAXXMLFilter.h +include/xulrunner45/nsISAXXMLReader.h +include/xulrunner45/nsISHContainer.h +include/xulrunner45/nsISHEntry.h +include/xulrunner45/nsISHTransaction.h +include/xulrunner45/nsISHistory.h +include/xulrunner45/nsISHistoryInternal.h +include/xulrunner45/nsISHistoryListener.h +include/xulrunner45/nsISMILAttr.h +include/xulrunner45/nsISMILType.h +include/xulrunner45/nsISOCKSSocketInfo.h +include/xulrunner45/nsISSLSocketControl.h +include/xulrunner45/nsISSLStatus.h +include/xulrunner45/nsISSLStatusProvider.h +include/xulrunner45/nsISafeOutputStream.h +include/xulrunner45/nsISaveAsCharset.h +include/xulrunner45/nsISchedulingContext.h +include/xulrunner45/nsIScreen.h +include/xulrunner45/nsIScreenManager.h +include/xulrunner45/nsIScriptChannel.h +include/xulrunner45/nsIScriptContext.h +include/xulrunner45/nsIScriptElement.h +include/xulrunner45/nsIScriptError.h +include/xulrunner45/nsIScriptGlobalObject.h +include/xulrunner45/nsIScriptLoaderObserver.h +include/xulrunner45/nsIScriptNameSpaceManager.h +include/xulrunner45/nsIScriptObjectPrincipal.h +include/xulrunner45/nsIScriptSecurityManager.h +include/xulrunner45/nsIScriptTimeoutHandler.h +include/xulrunner45/nsIScriptableBase64Encoder.h +include/xulrunner45/nsIScriptableDateFormat.h +include/xulrunner45/nsIScriptableInputStream.h +include/xulrunner45/nsIScriptableRegion.h +include/xulrunner45/nsIScriptableUConv.h +include/xulrunner45/nsIScriptableUnescapeHTML.h +include/xulrunner45/nsIScrollBoxObject.h +include/xulrunner45/nsIScrollObserver.h +include/xulrunner45/nsIScrollPositionListener.h +include/xulrunner45/nsIScrollable.h +include/xulrunner45/nsIScrollableFrame.h +include/xulrunner45/nsIScrollbarMediator.h +include/xulrunner45/nsISecCheckWrapChannel.h +include/xulrunner45/nsISecretDecoderRing.h +include/xulrunner45/nsISecureBrowserUI.h +include/xulrunner45/nsISecurityConsoleMessage.h +include/xulrunner45/nsISecurityEventSink.h +include/xulrunner45/nsISecurityInfoProvider.h +include/xulrunner45/nsISecurityUITelemetry.h +include/xulrunner45/nsISeekableStream.h +include/xulrunner45/nsISelectControlFrame.h +include/xulrunner45/nsISelection.h +include/xulrunner45/nsISelectionController.h +include/xulrunner45/nsISelectionDisplay.h +include/xulrunner45/nsISelectionListener.h +include/xulrunner45/nsISelectionPrivate.h +include/xulrunner45/nsISemanticUnitScanner.h +include/xulrunner45/nsISensitiveInfoHiddenURI.h +include/xulrunner45/nsISerializable.h +include/xulrunner45/nsISerializationHelper.h +include/xulrunner45/nsIServerSocket.h +include/xulrunner45/nsIServiceManager.h +include/xulrunner45/nsIServiceWorkerManager.h +include/xulrunner45/nsISettingsService.h +include/xulrunner45/nsISimpleContentPolicy.h +include/xulrunner45/nsISimpleEnumerator.h +include/xulrunner45/nsISimpleStreamListener.h +include/xulrunner45/nsISimpleTest.h +include/xulrunner45/nsISimpleUnicharStreamFactory.h +include/xulrunner45/nsISiteSecurityService.h +include/xulrunner45/nsISiteSpecificUserAgent.h +include/xulrunner45/nsISizeOf.h +include/xulrunner45/nsISliderListener.h +include/xulrunner45/nsISlowScriptDebug.h +include/xulrunner45/nsISmsMessage.h +include/xulrunner45/nsISmsService.h +include/xulrunner45/nsISocketProvider.h +include/xulrunner45/nsISocketProviderService.h +include/xulrunner45/nsISocketTransport.h +include/xulrunner45/nsISocketTransportService.h +include/xulrunner45/nsISound.h +include/xulrunner45/nsISpeculativeConnect.h +include/xulrunner45/nsISpeechRecognitionService.h +include/xulrunner45/nsISpeechService.h +include/xulrunner45/nsISpellChecker.h +include/xulrunner45/nsIStandardURL.h +include/xulrunner45/nsIStartupCache.h +include/xulrunner45/nsIStatefulFrame.h +include/xulrunner45/nsIStatusReporter.h +include/xulrunner45/nsIStkCmdFactory.h +include/xulrunner45/nsIStkProactiveCmd.h +include/xulrunner45/nsIStorageStream.h +include/xulrunner45/nsIStreamBufferAccess.h +include/xulrunner45/nsIStreamConverter.h +include/xulrunner45/nsIStreamConverterService.h +include/xulrunner45/nsIStreamListener.h +include/xulrunner45/nsIStreamListenerTee.h +include/xulrunner45/nsIStreamLoader.h +include/xulrunner45/nsIStreamTransportService.h +include/xulrunner45/nsIStreamingProtocolController.h +include/xulrunner45/nsIStreamingProtocolService.h +include/xulrunner45/nsIStringBundle.h +include/xulrunner45/nsIStringBundleOverride.h +include/xulrunner45/nsIStringCharsetDetector.h +include/xulrunner45/nsIStringEnumerator.h +include/xulrunner45/nsIStringStream.h +include/xulrunner45/nsIStructuredCloneContainer.h +include/xulrunner45/nsIStyleRule.h +include/xulrunner45/nsIStyleRuleProcessor.h +include/xulrunner45/nsIStyleSheetLinkingElement.h +include/xulrunner45/nsIStyleSheetService.h +include/xulrunner45/nsISubstitutingProtocolHandler.h +include/xulrunner45/nsISupports.h +include/xulrunner45/nsISupportsArray.h +include/xulrunner45/nsISupportsBase.h +include/xulrunner45/nsISupportsImpl.h +include/xulrunner45/nsISupportsIterators.h +include/xulrunner45/nsISupportsPrimitives.h +include/xulrunner45/nsISupportsPriority.h +include/xulrunner45/nsISupportsUtils.h +include/xulrunner45/nsISyncJPAKE.h +include/xulrunner45/nsISyncStreamListener.h +include/xulrunner45/nsISynthVoiceRegistry.h +include/xulrunner45/nsISystemMessageCache.h +include/xulrunner45/nsISystemMessageGlue.h +include/xulrunner45/nsISystemMessagesInternal.h +include/xulrunner45/nsISystemProxySettings.h +include/xulrunner45/nsISystemUpdateProvider.h +include/xulrunner45/nsITCPPresentationServer.h +include/xulrunner45/nsITCPSocketCallback.h +include/xulrunner45/nsITLSServerSocket.h +include/xulrunner45/nsITVService.h +include/xulrunner45/nsITVSimulatorService.h +include/xulrunner45/nsITXTToHTMLConv.h +include/xulrunner45/nsITabChild.h +include/xulrunner45/nsITabParent.h +include/xulrunner45/nsITabSource.h +include/xulrunner45/nsITableCellLayout.h +include/xulrunner45/nsITableEditor.h +include/xulrunner45/nsITaggingService.h +include/xulrunner45/nsITelemetry.h +include/xulrunner45/nsITelephonyCallInfo.h +include/xulrunner45/nsITelephonyService.h +include/xulrunner45/nsITextControlElement.h +include/xulrunner45/nsITextControlFrame.h +include/xulrunner45/nsITextInputProcessor.h +include/xulrunner45/nsITextInputProcessorCallback.h +include/xulrunner45/nsITextScroll.h +include/xulrunner45/nsITextService.h +include/xulrunner45/nsITextServicesDocument.h +include/xulrunner45/nsITextServicesFilter.h +include/xulrunner45/nsITextToSubURI.h +include/xulrunner45/nsITheme.h +include/xulrunner45/nsIThread.h +include/xulrunner45/nsIThreadInternal.h +include/xulrunner45/nsIThreadManager.h +include/xulrunner45/nsIThreadPool.h +include/xulrunner45/nsIThreadRetargetableRequest.h +include/xulrunner45/nsIThreadRetargetableStreamListener.h +include/xulrunner45/nsITimeService.h +include/xulrunner45/nsITimedChannel.h +include/xulrunner45/nsITimer.h +include/xulrunner45/nsITokenDialogs.h +include/xulrunner45/nsITokenPasswordDialogs.h +include/xulrunner45/nsITokenizer.h +include/xulrunner45/nsIToolkitChromeRegistry.h +include/xulrunner45/nsIToolkitProfile.h +include/xulrunner45/nsIToolkitProfileService.h +include/xulrunner45/nsITooltipListener.h +include/xulrunner45/nsITooltipTextProvider.h +include/xulrunner45/nsITraceableChannel.h +include/xulrunner45/nsITransaction.h +include/xulrunner45/nsITransactionList.h +include/xulrunner45/nsITransactionListener.h +include/xulrunner45/nsITransactionManager.h +include/xulrunner45/nsITransfer.h +include/xulrunner45/nsITransferable.h +include/xulrunner45/nsITransport.h +include/xulrunner45/nsITransportSecurityInfo.h +include/xulrunner45/nsITreeBoxObject.h +include/xulrunner45/nsITreeColumns.h +include/xulrunner45/nsITreeContentView.h +include/xulrunner45/nsITreeSelection.h +include/xulrunner45/nsITreeView.h +include/xulrunner45/nsITypeAheadFind.h +include/xulrunner45/nsIUDPSocket.h +include/xulrunner45/nsIUDPSocketChild.h +include/xulrunner45/nsIUDPSocketFilter.h +include/xulrunner45/nsIUGenCategory.h +include/xulrunner45/nsIURI.h +include/xulrunner45/nsIURIClassifier.h +include/xulrunner45/nsIURIContentListener.h +include/xulrunner45/nsIURIFixup.h +include/xulrunner45/nsIURILoader.h +include/xulrunner45/nsIURIRefObject.h +include/xulrunner45/nsIURIWithPrincipal.h +include/xulrunner45/nsIURL.h +include/xulrunner45/nsIURLFormatter.h +include/xulrunner45/nsIURLParser.h +include/xulrunner45/nsIUTF8ConverterService.h +include/xulrunner45/nsIUUIDGenerator.h +include/xulrunner45/nsIUnicharInputStream.h +include/xulrunner45/nsIUnicharLineInputStream.h +include/xulrunner45/nsIUnicharOutputStream.h +include/xulrunner45/nsIUnicharStreamLoader.h +include/xulrunner45/nsIUnicodeDecoder.h +include/xulrunner45/nsIUnicodeEncoder.h +include/xulrunner45/nsIUnicodeNormalizer.h +include/xulrunner45/nsIUpdateTimerManager.h +include/xulrunner45/nsIUploadChannel.h +include/xulrunner45/nsIUploadChannel2.h +include/xulrunner45/nsIUrlClassifierDBService.h +include/xulrunner45/nsIUrlClassifierHashCompleter.h +include/xulrunner45/nsIUrlClassifierPrefixSet.h +include/xulrunner45/nsIUrlClassifierStreamUpdater.h +include/xulrunner45/nsIUrlClassifierUtils.h +include/xulrunner45/nsIUrlListManager.h +include/xulrunner45/nsIUserCertPicker.h +include/xulrunner45/nsIUserInfo.h +include/xulrunner45/nsIVariant.h +include/xulrunner45/nsIVersionComparator.h +include/xulrunner45/nsIViewSourceChannel.h +include/xulrunner45/nsIVoicemailService.h +include/xulrunner45/nsIWapPushApplication.h +include/xulrunner45/nsIWeakCryptoOverride.h +include/xulrunner45/nsIWeakReference.h +include/xulrunner45/nsIWeakReferenceUtils.h +include/xulrunner45/nsIWebBrowser.h +include/xulrunner45/nsIWebBrowserChrome.h +include/xulrunner45/nsIWebBrowserChrome2.h +include/xulrunner45/nsIWebBrowserChrome3.h +include/xulrunner45/nsIWebBrowserChromeFocus.h +include/xulrunner45/nsIWebBrowserFind.h +include/xulrunner45/nsIWebBrowserFocus.h +include/xulrunner45/nsIWebBrowserPersist.h +include/xulrunner45/nsIWebBrowserPersistDocument.h +include/xulrunner45/nsIWebBrowserPersistable.h +include/xulrunner45/nsIWebBrowserPrint.h +include/xulrunner45/nsIWebBrowserSetup.h +include/xulrunner45/nsIWebBrowserStream.h +include/xulrunner45/nsIWebContentHandlerRegistrar.h +include/xulrunner45/nsIWebNavigation.h +include/xulrunner45/nsIWebNavigationInfo.h +include/xulrunner45/nsIWebPageDescriptor.h +include/xulrunner45/nsIWebProgress.h +include/xulrunner45/nsIWebProgressListener.h +include/xulrunner45/nsIWebProgressListener2.h +include/xulrunner45/nsIWebShellServices.h +include/xulrunner45/nsIWebSocketChannel.h +include/xulrunner45/nsIWebSocketEventService.h +include/xulrunner45/nsIWebSocketListener.h +include/xulrunner45/nsIWebVTTListener.h +include/xulrunner45/nsIWebVTTParserWrapper.h +include/xulrunner45/nsIWidget.h +include/xulrunner45/nsIWidgetListener.h +include/xulrunner45/nsIWindowCreator.h +include/xulrunner45/nsIWindowCreator2.h +include/xulrunner45/nsIWindowDataSource.h +include/xulrunner45/nsIWindowMediator.h +include/xulrunner45/nsIWindowMediatorListener.h +include/xulrunner45/nsIWindowProvider.h +include/xulrunner45/nsIWindowWatcher.h +include/xulrunner45/nsIWordBreaker.h +include/xulrunner45/nsIWorkerDebugger.h +include/xulrunner45/nsIWorkerDebuggerManager.h +include/xulrunner45/nsIWritablePropertyBag.h +include/xulrunner45/nsIWritablePropertyBag2.h +include/xulrunner45/nsIWyciwygChannel.h +include/xulrunner45/nsIX509Cert.h +include/xulrunner45/nsIX509CertDB.h +include/xulrunner45/nsIX509CertList.h +include/xulrunner45/nsIX509CertValidity.h +include/xulrunner45/nsIXBLAccessible.h +include/xulrunner45/nsIXMLContentSink.h +include/xulrunner45/nsIXMLHttpRequest.h +include/xulrunner45/nsIXPCScriptable.h +include/xulrunner45/nsIXPConnect.h +include/xulrunner45/nsIXSLTException.h +include/xulrunner45/nsIXSLTProcessor.h +include/xulrunner45/nsIXSLTProcessorPrivate.h +include/xulrunner45/nsIXULAppInfo.h +include/xulrunner45/nsIXULBrowserWindow.h +include/xulrunner45/nsIXULBuilderListener.h +include/xulrunner45/nsIXULDocument.h +include/xulrunner45/nsIXULOverlayProvider.h +include/xulrunner45/nsIXULRuntime.h +include/xulrunner45/nsIXULSortService.h +include/xulrunner45/nsIXULStore.h +include/xulrunner45/nsIXULTemplateBuilder.h +include/xulrunner45/nsIXULTemplateQueryProcessor.h +include/xulrunner45/nsIXULTemplateResult.h +include/xulrunner45/nsIXULTemplateRuleFilter.h +include/xulrunner45/nsIXULWindow.h +include/xulrunner45/nsIZipReader.h +include/xulrunner45/nsIZipWriter.h +include/xulrunner45/nsImageLoadingContent.h +include/xulrunner45/nsImageModule.h +include/xulrunner45/nsInputStreamPump.h +include/xulrunner45/nsInterfaceHashtable.h +include/xulrunner45/nsInterfaceRequestorAgg.h +include/xulrunner45/nsJARURI.h +include/xulrunner45/nsJSEnvironment.h +include/xulrunner45/nsJSNPRuntime.h +include/xulrunner45/nsJSON.h +include/xulrunner45/nsJSPrincipals.h +include/xulrunner45/nsJSProtocolHandler.h +include/xulrunner45/nsJSThingHashtable.h +include/xulrunner45/nsJSUtils.h +include/xulrunner45/nsLWBrkCIID.h +include/xulrunner45/nsLayoutCID.h +include/xulrunner45/nsLayoutStatics.h +include/xulrunner45/nsLayoutStylesheetCache.h +include/xulrunner45/nsLayoutUtils.h +include/xulrunner45/nsLineBreaker.h +include/xulrunner45/nsLinebreakConverter.h +include/xulrunner45/nsLiteralString.h +include/xulrunner45/nsLocalFile.h +include/xulrunner45/nsLocalFileUnix.h +include/xulrunner45/nsMIMEInputStream.h +include/xulrunner45/nsMappedAttributeElement.h +include/xulrunner45/nsMargin.h +include/xulrunner45/nsMathMLOperators.h +include/xulrunner45/nsMathUtils.h +include/xulrunner45/nsMediaSniffer.h +include/xulrunner45/nsMemory.h +include/xulrunner45/nsMemoryPressure.h +include/xulrunner45/nsMimeTypes.h +include/xulrunner45/nsMultiplexInputStream.h +include/xulrunner45/nsNCRFallbackEncoderWrapper.h +include/xulrunner45/nsNPAPIPluginInstance.h +include/xulrunner45/nsNSSCallbacks.h +include/xulrunner45/nsNSSCertificate.h +include/xulrunner45/nsNSSComponent.h +include/xulrunner45/nsNSSHelper.h +include/xulrunner45/nsNSSShutDown.h +include/xulrunner45/nsNameSpaceManager.h +include/xulrunner45/nsNativeCharsetUtils.h +include/xulrunner45/nsNetCID.h +include/xulrunner45/nsNetUtil.h +include/xulrunner45/nsNetUtil.inl +include/xulrunner45/nsNodeInfoManager.h +include/xulrunner45/nsNodeUtils.h +include/xulrunner45/nsNullPrincipal.h +include/xulrunner45/nsNullPrincipalURI.h +include/xulrunner45/nsOSHelperAppService.h +include/xulrunner45/nsObjCExceptions.h +include/xulrunner45/nsPIBoxObject.h +include/xulrunner45/nsPICommandUpdater.h +include/xulrunner45/nsPIDNSService.h +include/xulrunner45/nsPIDOMWindow.h +include/xulrunner45/nsPIEditorTransaction.h +include/xulrunner45/nsPIListBoxObject.h +include/xulrunner45/nsPILoadGroupInternal.h +include/xulrunner45/nsPIPlacesDatabase.h +include/xulrunner45/nsPIPromptService.h +include/xulrunner45/nsPISocketTransportService.h +include/xulrunner45/nsPIWindowRoot.h +include/xulrunner45/nsPIWindowWatcher.h +include/xulrunner45/nsParserBase.h +include/xulrunner45/nsParserCIID.h +include/xulrunner45/nsParserConstants.h +include/xulrunner45/nsParserUtils.h +include/xulrunner45/nsPerformance.h +include/xulrunner45/nsPluginDirServiceProvider.h +include/xulrunner45/nsPluginFrame.h +include/xulrunner45/nsPluginHost.h +include/xulrunner45/nsPluginInstanceOwner.h +include/xulrunner45/nsPluginLogging.h +include/xulrunner45/nsPluginNativeWindow.h +include/xulrunner45/nsPluginNativeWindowGtk.h +include/xulrunner45/nsPluginTags.h +include/xulrunner45/nsPluginsCID.h +include/xulrunner45/nsPluginsDir.h +include/xulrunner45/nsPoint.h +include/xulrunner45/nsPosixLocale.h +include/xulrunner45/nsPresArena.h +include/xulrunner45/nsPresArenaObjectList.h +include/xulrunner45/nsPresContext.h +include/xulrunner45/nsPresState.h +include/xulrunner45/nsPrintOptionsImpl.h +include/xulrunner45/nsPrintfCString.h +include/xulrunner45/nsPrintingProxy.h +include/xulrunner45/nsProcess.h +include/xulrunner45/nsPromiseFlatString.h +include/xulrunner45/nsPromptUtils.h +include/xulrunner45/nsPropertyTable.h +include/xulrunner45/nsProxyRelease.h +include/xulrunner45/nsQueryFrame.h +include/xulrunner45/nsQueryObject.h +include/xulrunner45/nsQuickSort.h +include/xulrunner45/nsRDFCID.h +include/xulrunner45/nsRDFResource.h +include/xulrunner45/nsRandomGenerator.h +include/xulrunner45/nsRange.h +include/xulrunner45/nsReadLine.h +include/xulrunner45/nsReadableUtils.h +include/xulrunner45/nsRect.h +include/xulrunner45/nsRefPtrHashtable.h +include/xulrunner45/nsReferencedElement.h +include/xulrunner45/nsRefreshDriver.h +include/xulrunner45/nsRegion.h +include/xulrunner45/nsRegionFwd.h +include/xulrunner45/nsRenderingContext.h +include/xulrunner45/nsRubyBaseContainerFrame.h +include/xulrunner45/nsRubyBaseFrame.h +include/xulrunner45/nsRubyFrame.h +include/xulrunner45/nsRubyTextContainerFrame.h +include/xulrunner45/nsRubyTextFrame.h +include/xulrunner45/nsRuleData.h +include/xulrunner45/nsRuleNode.h +include/xulrunner45/nsRuleProcessorData.h +include/xulrunner45/nsRuleWalker.h +include/xulrunner45/nsSAXAttributes.h +include/xulrunner45/nsSAXLocator.h +include/xulrunner45/nsSAXXMLReader.h +include/xulrunner45/nsSHEntryShared.h +include/xulrunner45/nsSMILAnimationController.h +include/xulrunner45/nsSMILAnimationFunction.h +include/xulrunner45/nsSMILCSSProperty.h +include/xulrunner45/nsSMILCompositorTable.h +include/xulrunner45/nsSMILInstanceTime.h +include/xulrunner45/nsSMILInterval.h +include/xulrunner45/nsSMILKeySpline.h +include/xulrunner45/nsSMILMappedAttribute.h +include/xulrunner45/nsSMILMilestone.h +include/xulrunner45/nsSMILNullType.h +include/xulrunner45/nsSMILRepeatCount.h +include/xulrunner45/nsSMILSetAnimationFunction.h +include/xulrunner45/nsSMILTargetIdentifier.h +include/xulrunner45/nsSMILTimeContainer.h +include/xulrunner45/nsSMILTimeValue.h +include/xulrunner45/nsSMILTimeValueSpec.h +include/xulrunner45/nsSMILTimeValueSpecParams.h +include/xulrunner45/nsSMILTimedElement.h +include/xulrunner45/nsSMILTypes.h +include/xulrunner45/nsSMILValue.h +include/xulrunner45/nsSVGClass.h +include/xulrunner45/nsSVGEffects.h +include/xulrunner45/nsSVGElement.h +include/xulrunner45/nsSVGFeatures.h +include/xulrunner45/nsSVGFilterInstance.h +include/xulrunner45/nsSVGForeignObjectFrame.h +include/xulrunner45/nsSVGIntegrationUtils.h +include/xulrunner45/nsSVGUtils.h +include/xulrunner45/nsSandboxFlags.h +include/xulrunner45/nsScannerString.h +include/xulrunner45/nsScriptLoader.h +include/xulrunner45/nsScriptableInputStream.h +include/xulrunner45/nsSerializationHelper.h +include/xulrunner45/nsServiceManagerUtils.h +include/xulrunner45/nsSimpleNestedURI.h +include/xulrunner45/nsSimpleURI.h +include/xulrunner45/nsSize.h +include/xulrunner45/nsSpecialCasingData.h +include/xulrunner45/nsSplittableFrame.h +include/xulrunner45/nsStaticAtom.h +include/xulrunner45/nsStaticNameTable.h +include/xulrunner45/nsStorageStream.h +include/xulrunner45/nsStreamListenerWrapper.h +include/xulrunner45/nsStreamUtils.h +include/xulrunner45/nsString.h +include/xulrunner45/nsStringAPI.h +include/xulrunner45/nsStringBuffer.h +include/xulrunner45/nsStringEnumerator.h +include/xulrunner45/nsStringFwd.h +include/xulrunner45/nsStringGlue.h +include/xulrunner45/nsStringIterator.h +include/xulrunner45/nsStringStream.h +include/xulrunner45/nsStructuredCloneContainer.h +include/xulrunner45/nsStubAnimationObserver.h +include/xulrunner45/nsStubDocumentObserver.h +include/xulrunner45/nsStubMutationObserver.h +include/xulrunner45/nsStyleChangeList.h +include/xulrunner45/nsStyleConsts.h +include/xulrunner45/nsStyleContext.h +include/xulrunner45/nsStyleCoord.h +include/xulrunner45/nsStyleSet.h +include/xulrunner45/nsStyleStruct.h +include/xulrunner45/nsStyleStructFwd.h +include/xulrunner45/nsStyleStructInlines.h +include/xulrunner45/nsStyleStructList.h +include/xulrunner45/nsStyleTransformMatrix.h +include/xulrunner45/nsStyleUtil.h +include/xulrunner45/nsStyledElement.h +include/xulrunner45/nsSubDocumentFrame.h +include/xulrunner45/nsSubstring.h +include/xulrunner45/nsSubstringTuple.h +include/xulrunner45/nsSupportsArray.h +include/xulrunner45/nsSupportsPrimitives.h +include/xulrunner45/nsTArray-inl.h +include/xulrunner45/nsTArray.h +include/xulrunner45/nsTArrayForwardDeclare.h +include/xulrunner45/nsTArrayHelpers.h +include/xulrunner45/nsTDependentString.h +include/xulrunner45/nsTDependentSubstring.h +include/xulrunner45/nsTHashtable.h +include/xulrunner45/nsTLiteralString.h +include/xulrunner45/nsTObserverArray.h +include/xulrunner45/nsTPriorityQueue.h +include/xulrunner45/nsTPromiseFlatString.h +include/xulrunner45/nsTString.h +include/xulrunner45/nsTSubstring.h +include/xulrunner45/nsTSubstringTuple.h +include/xulrunner45/nsTWeakRef.h +include/xulrunner45/nsTemporaryFileInputStream.h +include/xulrunner45/nsTerminator.h +include/xulrunner45/nsTextEditorState.h +include/xulrunner45/nsTextFormatter.h +include/xulrunner45/nsTextFragment.h +include/xulrunner45/nsTextRunTransformations.h +include/xulrunner45/nsTextServicesCID.h +include/xulrunner45/nsThemeConstants.h +include/xulrunner45/nsThread.h +include/xulrunner45/nsThreadUtils.h +include/xulrunner45/nsToken.h +include/xulrunner45/nsToolkitCompsCID.h +include/xulrunner45/nsTraceRefcnt.h +include/xulrunner45/nsTransactionManagerCID.h +include/xulrunner45/nsTransform2D.h +include/xulrunner45/nsTraversal.h +include/xulrunner45/nsTreeColFrame.h +include/xulrunner45/nsTreeColumns.h +include/xulrunner45/nsTreeSanitizer.h +include/xulrunner45/nsTreeUtils.h +include/xulrunner45/nsUCSupport.h +include/xulrunner45/nsUCVJA2CID.h +include/xulrunner45/nsUCVJACID.h +include/xulrunner45/nsUConvCID.h +include/xulrunner45/nsUCvCnCID.h +include/xulrunner45/nsUCvKOCID.h +include/xulrunner45/nsUCvLatinCID.h +include/xulrunner45/nsURIHashKey.h +include/xulrunner45/nsURILoader.h +include/xulrunner45/nsURLHelper.h +include/xulrunner45/nsURLParsers.h +include/xulrunner45/nsUTF8Utils.h +include/xulrunner45/nsUnicharInputStream.h +include/xulrunner45/nsUnicharUtilCIID.h +include/xulrunner45/nsUnicharUtils.h +include/xulrunner45/nsUnicodeNormalizer.h +include/xulrunner45/nsUnicodeProperties.h +include/xulrunner45/nsUnicodeScriptCodes.h +include/xulrunner45/nsUrlClassifierPrefixSet.h +include/xulrunner45/nsVariant.h +include/xulrunner45/nsVersionComparator.h +include/xulrunner45/nsView.h +include/xulrunner45/nsViewManager.h +include/xulrunner45/nsViewportInfo.h +include/xulrunner45/nsWeakPtr.h +include/xulrunner45/nsWeakReference.h +include/xulrunner45/nsWhitespaceTokenizer.h +include/xulrunner45/nsWidgetInitData.h +include/xulrunner45/nsWidgetsCID.h +include/xulrunner45/nsWildCard.h +include/xulrunner45/nsWin32Locale.h +include/xulrunner45/nsWindowMemoryReporter.h +include/xulrunner45/nsWindowWatcher.h +include/xulrunner45/nsWrapperCache.h +include/xulrunner45/nsWrapperCacheInlines.h +include/xulrunner45/nsXBLBinding.h +include/xulrunner45/nsXBLService.h +include/xulrunner45/nsXMLNameSpaceMap.h +include/xulrunner45/nsXPCOM.h +include/xulrunner45/nsXPCOMCID.h +include/xulrunner45/nsXPCOMCIDInternal.h +include/xulrunner45/nsXPCOMGlue.h +include/xulrunner45/nsXPCOMStrings.h +include/xulrunner45/nsXPIDLString.h +include/xulrunner45/nsXPTCUtils.h +include/xulrunner45/nsXREAppData.h +include/xulrunner45/nsXULAppAPI.h +include/xulrunner45/nsXULPopupManager.h +include/xulrunner45/nsZipArchive.h +include/xulrunner45/nscore.h +include/xulrunner45/nspluginroot.h +include/xulrunner45/nsrootidl.h +include/xulrunner45/ogg/config_types.h +include/xulrunner45/ogg/ogg.h +include/xulrunner45/ogg/os_types.h +include/xulrunner45/opentype-sanitiser.h +include/xulrunner45/opus/opus.h +include/xulrunner45/opus/opus_defines.h +include/xulrunner45/opus/opus_multistream.h +include/xulrunner45/opus/opus_types.h +include/xulrunner45/ots-memory-stream.h +include/xulrunner45/png.h +include/xulrunner45/pngconf.h +include/xulrunner45/pnglibconf.h +include/xulrunner45/port.h +include/xulrunner45/qcms.h +include/xulrunner45/qcmstypes.h +include/xulrunner45/qsObjectHelper.h +include/xulrunner45/rdf.h +include/xulrunner45/rdfIDataSource.h +include/xulrunner45/rdfISerializer.h +include/xulrunner45/rdfITripleVisitor.h +include/xulrunner45/snappy/snappy-c.h +include/xulrunner45/snappy/snappy-stubs-public.h +include/xulrunner45/snappy/snappy.h +include/xulrunner45/soundtouch/FIFOSamplePipe.h +include/xulrunner45/soundtouch/STTypes.h +include/xulrunner45/soundtouch/SoundTouch.h +include/xulrunner45/soundtouch/SoundTouchFactory.h +include/xulrunner45/soundtouch/soundtouch_config.h +include/xulrunner45/speex/speex_resampler.h +include/xulrunner45/sqlite3.h +include/xulrunner45/state.h +include/xulrunner45/streams.h +include/xulrunner45/string-template-def-char.h +include/xulrunner45/string-template-def-unichar.h +include/xulrunner45/string-template-undef.h +include/xulrunner45/theora/codec.h +include/xulrunner45/theora/theoradec.h +include/xulrunner45/theora/theoraenc.h +include/xulrunner45/txIEXSLTRegExFunctions.h +include/xulrunner45/txIFunctionEvaluationContext.h +include/xulrunner45/txINodeSet.h +include/xulrunner45/txIXPathObject.h +include/xulrunner45/types.h +include/xulrunner45/uconvutil.h +include/xulrunner45/vorbis/codec.h +include/xulrunner45/vorbis/vorbisenc.h +include/xulrunner45/xpcAccEvents.h +include/xulrunner45/xpcIJSGetFactory.h +include/xulrunner45/xpcIJSModuleLoader.h +include/xulrunner45/xpcIJSWeakReference.h +include/xulrunner45/xpcObjectHelper.h +include/xulrunner45/xpc_map_end.h +include/xulrunner45/xpccomponents.h +include/xulrunner45/xpcexception.h +include/xulrunner45/xpcjsid.h +include/xulrunner45/xpcom-config.h +include/xulrunner45/xpcpublic.h +include/xulrunner45/xpt_arena.h +include/xulrunner45/xpt_struct.h +include/xulrunner45/xpt_xdr.h +include/xulrunner45/xptcall.h +include/xulrunner45/xptcstubsdecl.inc +include/xulrunner45/xptcstubsdef.inc +include/xulrunner45/xptinfo.h +include/xulrunner45/xrecore.h +include/xulrunner45/ycbcr_to_rgb565.h +include/xulrunner45/yuv_convert.h +include/xulrunner45/yuv_row.h +include/xulrunner45/zipstruct.h +lib/xulrunner45/LICENSE +lib/xulrunner45/README.xulrunner +lib/xulrunner45/bin +lib/xulrunner45/chrome.manifest +lib/xulrunner45/chrome/chrome.manifest +lib/xulrunner45/chrome/devtools/modules/devtools/acorn/acorn.js +lib/xulrunner45/chrome/devtools/modules/devtools/acorn/acorn_loose.js +lib/xulrunner45/chrome/devtools/modules/devtools/acorn/walk.js +lib/xulrunner45/chrome/devtools/modules/devtools/server/actors/actor-registry.js +lib/xulrunner45/chrome/devtools/modules/devtools/server/actors/addon.js +lib/xulrunner45/chrome/devtools/modules/devtools/server/actors/animation.js +lib/xulrunner45/chrome/devtools/modules/devtools/server/actors/call-watcher.js +lib/xulrunner45/chrome/devtools/modules/devtools/server/actors/canvas.js +lib/xulrunner45/chrome/devtools/modules/devtools/server/actors/child-process.js +lib/xulrunner45/chrome/devtools/modules/devtools/server/actors/childtab.js +lib/xulrunner45/chrome/devtools/modules/devtools/server/actors/chrome.js +lib/xulrunner45/chrome/devtools/modules/devtools/server/actors/common.js +lib/xulrunner45/chrome/devtools/modules/devtools/server/actors/csscoverage.js +lib/xulrunner45/chrome/devtools/modules/devtools/server/actors/device.js +lib/xulrunner45/chrome/devtools/modules/devtools/server/actors/director-manager.js +lib/xulrunner45/chrome/devtools/modules/devtools/server/actors/director-registry.js +lib/xulrunner45/chrome/devtools/modules/devtools/server/actors/eventlooplag.js +lib/xulrunner45/chrome/devtools/modules/devtools/server/actors/framerate.js +lib/xulrunner45/chrome/devtools/modules/devtools/server/actors/gcli.js +lib/xulrunner45/chrome/devtools/modules/devtools/server/actors/heap-snapshot-file.js +lib/xulrunner45/chrome/devtools/modules/devtools/server/actors/highlighters.css +lib/xulrunner45/chrome/devtools/modules/devtools/server/actors/highlighters.js +lib/xulrunner45/chrome/devtools/modules/devtools/server/actors/highlighters/auto-refresh.js +lib/xulrunner45/chrome/devtools/modules/devtools/server/actors/highlighters/box-model.js +lib/xulrunner45/chrome/devtools/modules/devtools/server/actors/highlighters/css-transform.js +lib/xulrunner45/chrome/devtools/modules/devtools/server/actors/highlighters/geometry-editor.js +lib/xulrunner45/chrome/devtools/modules/devtools/server/actors/highlighters/measuring-tool.js +lib/xulrunner45/chrome/devtools/modules/devtools/server/actors/highlighters/rect.js +lib/xulrunner45/chrome/devtools/modules/devtools/server/actors/highlighters/rulers.js +lib/xulrunner45/chrome/devtools/modules/devtools/server/actors/highlighters/selector.js +lib/xulrunner45/chrome/devtools/modules/devtools/server/actors/highlighters/simple-outline.js +lib/xulrunner45/chrome/devtools/modules/devtools/server/actors/highlighters/utils/markup.js +lib/xulrunner45/chrome/devtools/modules/devtools/server/actors/inspector.js +lib/xulrunner45/chrome/devtools/modules/devtools/server/actors/layout.js +lib/xulrunner45/chrome/devtools/modules/devtools/server/actors/memory.js +lib/xulrunner45/chrome/devtools/modules/devtools/server/actors/memprof.js +lib/xulrunner45/chrome/devtools/modules/devtools/server/actors/monitor.js +lib/xulrunner45/chrome/devtools/modules/devtools/server/actors/object.js +lib/xulrunner45/chrome/devtools/modules/devtools/server/actors/performance-entries.js +lib/xulrunner45/chrome/devtools/modules/devtools/server/actors/performance-recording.js +lib/xulrunner45/chrome/devtools/modules/devtools/server/actors/performance.js +lib/xulrunner45/chrome/devtools/modules/devtools/server/actors/preference.js +lib/xulrunner45/chrome/devtools/modules/devtools/server/actors/pretty-print-worker.js +lib/xulrunner45/chrome/devtools/modules/devtools/server/actors/process.js +lib/xulrunner45/chrome/devtools/modules/devtools/server/actors/profiler.js +lib/xulrunner45/chrome/devtools/modules/devtools/server/actors/promises.js +lib/xulrunner45/chrome/devtools/modules/devtools/server/actors/root.js +lib/xulrunner45/chrome/devtools/modules/devtools/server/actors/script.js +lib/xulrunner45/chrome/devtools/modules/devtools/server/actors/settings.js +lib/xulrunner45/chrome/devtools/modules/devtools/server/actors/storage.js +lib/xulrunner45/chrome/devtools/modules/devtools/server/actors/string.js +lib/xulrunner45/chrome/devtools/modules/devtools/server/actors/styleeditor.js +lib/xulrunner45/chrome/devtools/modules/devtools/server/actors/styles.js +lib/xulrunner45/chrome/devtools/modules/devtools/server/actors/stylesheets.js +lib/xulrunner45/chrome/devtools/modules/devtools/server/actors/timeline.js +lib/xulrunner45/chrome/devtools/modules/devtools/server/actors/utils/ScriptStore.js +lib/xulrunner45/chrome/devtools/modules/devtools/server/actors/utils/TabSources.js +lib/xulrunner45/chrome/devtools/modules/devtools/server/actors/utils/actor-registry-utils.js +lib/xulrunner45/chrome/devtools/modules/devtools/server/actors/utils/audionodes.json +lib/xulrunner45/chrome/devtools/modules/devtools/server/actors/utils/automation-timeline.js +lib/xulrunner45/chrome/devtools/modules/devtools/server/actors/utils/make-debugger.js +lib/xulrunner45/chrome/devtools/modules/devtools/server/actors/utils/map-uri-to-addon-id.js +lib/xulrunner45/chrome/devtools/modules/devtools/server/actors/utils/stack.js +lib/xulrunner45/chrome/devtools/modules/devtools/server/actors/utils/walker-search.js +lib/xulrunner45/chrome/devtools/modules/devtools/server/actors/webapps.js +lib/xulrunner45/chrome/devtools/modules/devtools/server/actors/webaudio.js +lib/xulrunner45/chrome/devtools/modules/devtools/server/actors/webbrowser.js +lib/xulrunner45/chrome/devtools/modules/devtools/server/actors/webconsole.js +lib/xulrunner45/chrome/devtools/modules/devtools/server/actors/webgl.js +lib/xulrunner45/chrome/devtools/modules/devtools/server/actors/worker.js +lib/xulrunner45/chrome/devtools/modules/devtools/server/child.js +lib/xulrunner45/chrome/devtools/modules/devtools/server/content-globals.js +lib/xulrunner45/chrome/devtools/modules/devtools/server/content-server.jsm +lib/xulrunner45/chrome/devtools/modules/devtools/server/main.js +lib/xulrunner45/chrome/devtools/modules/devtools/server/performance/framerate.js +lib/xulrunner45/chrome/devtools/modules/devtools/server/performance/memory.js +lib/xulrunner45/chrome/devtools/modules/devtools/server/performance/profiler.js +lib/xulrunner45/chrome/devtools/modules/devtools/server/performance/recorder.js +lib/xulrunner45/chrome/devtools/modules/devtools/server/performance/timeline.js +lib/xulrunner45/chrome/devtools/modules/devtools/server/protocol.js +lib/xulrunner45/chrome/devtools/modules/devtools/server/worker.js +lib/xulrunner45/chrome/devtools/modules/devtools/shared/DevToolsUtils.js +lib/xulrunner45/chrome/devtools/modules/devtools/shared/Loader.jsm +lib/xulrunner45/chrome/devtools/modules/devtools/shared/Parser.jsm +lib/xulrunner45/chrome/devtools/modules/devtools/shared/apps/Devices.jsm +lib/xulrunner45/chrome/devtools/modules/devtools/shared/apps/Simulator.jsm +lib/xulrunner45/chrome/devtools/modules/devtools/shared/apps/app-actor-front.js +lib/xulrunner45/chrome/devtools/modules/devtools/shared/async-storage.js +lib/xulrunner45/chrome/devtools/modules/devtools/shared/async-utils.js +lib/xulrunner45/chrome/devtools/modules/devtools/shared/client/connection-manager.js +lib/xulrunner45/chrome/devtools/modules/devtools/shared/client/main.js +lib/xulrunner45/chrome/devtools/modules/devtools/shared/content-observer.js +lib/xulrunner45/chrome/devtools/modules/devtools/shared/css-color.js +lib/xulrunner45/chrome/devtools/modules/devtools/shared/deprecated-sync-thenables.js +lib/xulrunner45/chrome/devtools/modules/devtools/shared/discovery/discovery.js +lib/xulrunner45/chrome/devtools/modules/devtools/shared/event-emitter.js +lib/xulrunner45/chrome/devtools/modules/devtools/shared/event-parsers.js +lib/xulrunner45/chrome/devtools/modules/devtools/shared/gcli/Templater.jsm +lib/xulrunner45/chrome/devtools/modules/devtools/shared/gcli/commands/addon.js +lib/xulrunner45/chrome/devtools/modules/devtools/shared/gcli/commands/appcache.js +lib/xulrunner45/chrome/devtools/modules/devtools/shared/gcli/commands/calllog.js +lib/xulrunner45/chrome/devtools/modules/devtools/shared/gcli/commands/cmd.js +lib/xulrunner45/chrome/devtools/modules/devtools/shared/gcli/commands/cookie.js +lib/xulrunner45/chrome/devtools/modules/devtools/shared/gcli/commands/csscoverage.js +lib/xulrunner45/chrome/devtools/modules/devtools/shared/gcli/commands/folder.js +lib/xulrunner45/chrome/devtools/modules/devtools/shared/gcli/commands/highlight.js +lib/xulrunner45/chrome/devtools/modules/devtools/shared/gcli/commands/index.js +lib/xulrunner45/chrome/devtools/modules/devtools/shared/gcli/commands/inject.js +lib/xulrunner45/chrome/devtools/modules/devtools/shared/gcli/commands/jsb.js +lib/xulrunner45/chrome/devtools/modules/devtools/shared/gcli/commands/listen.js +lib/xulrunner45/chrome/devtools/modules/devtools/shared/gcli/commands/measure.js +lib/xulrunner45/chrome/devtools/modules/devtools/shared/gcli/commands/media.js +lib/xulrunner45/chrome/devtools/modules/devtools/shared/gcli/commands/pagemod.js +lib/xulrunner45/chrome/devtools/modules/devtools/shared/gcli/commands/paintflashing.js +lib/xulrunner45/chrome/devtools/modules/devtools/shared/gcli/commands/qsa.js +lib/xulrunner45/chrome/devtools/modules/devtools/shared/gcli/commands/restart.js +lib/xulrunner45/chrome/devtools/modules/devtools/shared/gcli/commands/rulers.js +lib/xulrunner45/chrome/devtools/modules/devtools/shared/gcli/commands/screenshot.js +lib/xulrunner45/chrome/devtools/modules/devtools/shared/gcli/commands/security.js +lib/xulrunner45/chrome/devtools/modules/devtools/shared/gcli/commands/tools.js +lib/xulrunner45/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/cli.js +lib/xulrunner45/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/commands/clear.js +lib/xulrunner45/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/commands/commands.js +lib/xulrunner45/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/commands/connect.js +lib/xulrunner45/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/commands/context.js +lib/xulrunner45/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/commands/exec.js +lib/xulrunner45/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/commands/global.js +lib/xulrunner45/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/commands/help.js +lib/xulrunner45/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/commands/intro.js +lib/xulrunner45/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/commands/lang.js +lib/xulrunner45/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/commands/mocks.js +lib/xulrunner45/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/commands/pref.js +lib/xulrunner45/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/commands/preflist.js +lib/xulrunner45/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/commands/test.js +lib/xulrunner45/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/connectors/connectors.js +lib/xulrunner45/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/converters/basic.js +lib/xulrunner45/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/converters/converters.js +lib/xulrunner45/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/converters/html.js +lib/xulrunner45/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/converters/terminal.js +lib/xulrunner45/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/fields/delegate.js +lib/xulrunner45/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/fields/fields.js +lib/xulrunner45/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/fields/selection.js +lib/xulrunner45/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/index.js +lib/xulrunner45/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/l10n.js +lib/xulrunner45/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/languages/command.html +lib/xulrunner45/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/languages/command.js +lib/xulrunner45/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/languages/javascript.js +lib/xulrunner45/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/languages/languages.js +lib/xulrunner45/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/mozui/completer.js +lib/xulrunner45/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/mozui/inputter.js +lib/xulrunner45/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/mozui/tooltip.js +lib/xulrunner45/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/settings.js +lib/xulrunner45/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/system.js +lib/xulrunner45/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/types/array.js +lib/xulrunner45/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/types/boolean.js +lib/xulrunner45/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/types/command.js +lib/xulrunner45/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/types/date.js +lib/xulrunner45/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/types/delegate.js +lib/xulrunner45/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/types/file.js +lib/xulrunner45/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/types/fileparser.js +lib/xulrunner45/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/types/javascript.js +lib/xulrunner45/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/types/node.js +lib/xulrunner45/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/types/number.js +lib/xulrunner45/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/types/resource.js +lib/xulrunner45/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/types/selection.js +lib/xulrunner45/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/types/setting.js +lib/xulrunner45/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/types/string.js +lib/xulrunner45/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/types/types.js +lib/xulrunner45/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/types/union.js +lib/xulrunner45/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/types/url.js +lib/xulrunner45/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/ui/focus.js +lib/xulrunner45/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/ui/history.js +lib/xulrunner45/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/ui/intro.js +lib/xulrunner45/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/ui/menu.css +lib/xulrunner45/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/ui/menu.html +lib/xulrunner45/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/ui/menu.js +lib/xulrunner45/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/ui/view.js +lib/xulrunner45/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/util/domtemplate.js +lib/xulrunner45/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/util/fileparser.js +lib/xulrunner45/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/util/filesystem.js +lib/xulrunner45/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/util/host.js +lib/xulrunner45/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/util/l10n.js +lib/xulrunner45/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/util/legacy.js +lib/xulrunner45/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/util/prism.js +lib/xulrunner45/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/util/spell.js +lib/xulrunner45/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/util/util.js +lib/xulrunner45/chrome/devtools/modules/devtools/shared/heapsnapshot/CensusUtils.js +lib/xulrunner45/chrome/devtools/modules/devtools/shared/heapsnapshot/DominatorTreeNode.js +lib/xulrunner45/chrome/devtools/modules/devtools/shared/heapsnapshot/HeapAnalysesClient.js +lib/xulrunner45/chrome/devtools/modules/devtools/shared/heapsnapshot/HeapAnalysesWorker.js +lib/xulrunner45/chrome/devtools/modules/devtools/shared/heapsnapshot/HeapSnapshotFileUtils.js +lib/xulrunner45/chrome/devtools/modules/devtools/shared/heapsnapshot/census-tree-node.js +lib/xulrunner45/chrome/devtools/modules/devtools/shared/indentation.js +lib/xulrunner45/chrome/devtools/modules/devtools/shared/jsbeautify/beautify.js +lib/xulrunner45/chrome/devtools/modules/devtools/shared/jsbeautify/lib/sanitytest.js +lib/xulrunner45/chrome/devtools/modules/devtools/shared/jsbeautify/lib/urlencode_unpacker.js +lib/xulrunner45/chrome/devtools/modules/devtools/shared/jsbeautify/src/beautify-css.js +lib/xulrunner45/chrome/devtools/modules/devtools/shared/jsbeautify/src/beautify-html.js +lib/xulrunner45/chrome/devtools/modules/devtools/shared/jsbeautify/src/beautify-js.js +lib/xulrunner45/chrome/devtools/modules/devtools/shared/jsbeautify/src/beautify-tests.js +lib/xulrunner45/chrome/devtools/modules/devtools/shared/layout/utils.js +lib/xulrunner45/chrome/devtools/modules/devtools/shared/path.js +lib/xulrunner45/chrome/devtools/modules/devtools/shared/performance/process-communication.js +lib/xulrunner45/chrome/devtools/modules/devtools/shared/performance/recording-common.js +lib/xulrunner45/chrome/devtools/modules/devtools/shared/performance/recording-utils.js +lib/xulrunner45/chrome/devtools/modules/devtools/shared/pretty-fast/pretty-fast.js +lib/xulrunner45/chrome/devtools/modules/devtools/shared/qrcode/decoder/index.js +lib/xulrunner45/chrome/devtools/modules/devtools/shared/qrcode/encoder/index.js +lib/xulrunner45/chrome/devtools/modules/devtools/shared/qrcode/index.js +lib/xulrunner45/chrome/devtools/modules/devtools/shared/security/auth.js +lib/xulrunner45/chrome/devtools/modules/devtools/shared/security/cert.js +lib/xulrunner45/chrome/devtools/modules/devtools/shared/security/prompt.js +lib/xulrunner45/chrome/devtools/modules/devtools/shared/security/socket.js +lib/xulrunner45/chrome/devtools/modules/devtools/shared/sourcemap/source-map.js +lib/xulrunner45/chrome/devtools/modules/devtools/shared/styleinspector/css-logic.js +lib/xulrunner45/chrome/devtools/modules/devtools/shared/system.js +lib/xulrunner45/chrome/devtools/modules/devtools/shared/touch/simulator-content.js +lib/xulrunner45/chrome/devtools/modules/devtools/shared/touch/simulator.js +lib/xulrunner45/chrome/devtools/modules/devtools/shared/transport/packets.js +lib/xulrunner45/chrome/devtools/modules/devtools/shared/transport/stream-utils.js +lib/xulrunner45/chrome/devtools/modules/devtools/shared/transport/transport.js +lib/xulrunner45/chrome/devtools/modules/devtools/shared/webconsole/client.js +lib/xulrunner45/chrome/devtools/modules/devtools/shared/webconsole/js-property-provider.js +lib/xulrunner45/chrome/devtools/modules/devtools/shared/webconsole/network-helper.js +lib/xulrunner45/chrome/devtools/modules/devtools/shared/webconsole/network-monitor.js +lib/xulrunner45/chrome/devtools/modules/devtools/shared/webconsole/server-logger-monitor.js +lib/xulrunner45/chrome/devtools/modules/devtools/shared/webconsole/server-logger.js +lib/xulrunner45/chrome/devtools/modules/devtools/shared/webconsole/utils.js +lib/xulrunner45/chrome/devtools/modules/devtools/shared/webconsole/worker-utils.js +lib/xulrunner45/chrome/devtools/modules/devtools/shared/worker/helper.js +lib/xulrunner45/chrome/devtools/modules/devtools/shared/worker/loader.js +lib/xulrunner45/chrome/devtools/modules/devtools/shared/worker/worker.js +lib/xulrunner45/chrome/en-US/locale/en-US/alerts/alert.dtd +lib/xulrunner45/chrome/en-US/locale/en-US/alerts/alert.properties +lib/xulrunner45/chrome/en-US/locale/en-US/autoconfig/autoconfig.properties +lib/xulrunner45/chrome/en-US/locale/en-US/cookie/cookieAcceptDialog.dtd +lib/xulrunner45/chrome/en-US/locale/en-US/cookie/cookieAcceptDialog.properties +lib/xulrunner45/chrome/en-US/locale/en-US/devtools/shared/csscoverage.dtd +lib/xulrunner45/chrome/en-US/locale/en-US/devtools/shared/csscoverage.properties +lib/xulrunner45/chrome/en-US/locale/en-US/devtools/shared/debugger.properties +lib/xulrunner45/chrome/en-US/locale/en-US/devtools/shared/gcli.properties +lib/xulrunner45/chrome/en-US/locale/en-US/devtools/shared/gclicommands.properties +lib/xulrunner45/chrome/en-US/locale/en-US/devtools/shared/styleinspector.properties +lib/xulrunner45/chrome/en-US/locale/en-US/formautofill/requestAutocomplete.dtd +lib/xulrunner45/chrome/en-US/locale/en-US/global-platform/mac/accessible.properties +lib/xulrunner45/chrome/en-US/locale/en-US/global-platform/mac/intl.properties +lib/xulrunner45/chrome/en-US/locale/en-US/global-platform/mac/platformKeys.properties +lib/xulrunner45/chrome/en-US/locale/en-US/global-platform/unix/accessible.properties +lib/xulrunner45/chrome/en-US/locale/en-US/global-platform/unix/intl.properties +lib/xulrunner45/chrome/en-US/locale/en-US/global-platform/unix/platformKeys.properties +lib/xulrunner45/chrome/en-US/locale/en-US/global-platform/win/accessible.properties +lib/xulrunner45/chrome/en-US/locale/en-US/global-platform/win/intl.properties +lib/xulrunner45/chrome/en-US/locale/en-US/global-platform/win/platformKeys.properties +lib/xulrunner45/chrome/en-US/locale/en-US/global-region/region.properties +lib/xulrunner45/chrome/en-US/locale/en-US/global/AccessFu.properties +lib/xulrunner45/chrome/en-US/locale/en-US/global/about.dtd +lib/xulrunner45/chrome/en-US/locale/en-US/global/aboutAbout.dtd +lib/xulrunner45/chrome/en-US/locale/en-US/global/aboutNetworking.dtd +lib/xulrunner45/chrome/en-US/locale/en-US/global/aboutReader.properties +lib/xulrunner45/chrome/en-US/locale/en-US/global/aboutRights.dtd +lib/xulrunner45/chrome/en-US/locale/en-US/global/aboutServiceWorkers.dtd +lib/xulrunner45/chrome/en-US/locale/en-US/global/aboutServiceWorkers.properties +lib/xulrunner45/chrome/en-US/locale/en-US/global/aboutSupport.dtd +lib/xulrunner45/chrome/en-US/locale/en-US/global/aboutSupport.properties +lib/xulrunner45/chrome/en-US/locale/en-US/global/aboutTelemetry.dtd +lib/xulrunner45/chrome/en-US/locale/en-US/global/aboutTelemetry.properties +lib/xulrunner45/chrome/en-US/locale/en-US/global/aboutWebrtc.properties +lib/xulrunner45/chrome/en-US/locale/en-US/global/appPicker.dtd +lib/xulrunner45/chrome/en-US/locale/en-US/global/appstrings.properties +lib/xulrunner45/chrome/en-US/locale/en-US/global/autocomplete.properties +lib/xulrunner45/chrome/en-US/locale/en-US/global/brand.dtd +lib/xulrunner45/chrome/en-US/locale/en-US/global/browser.properties +lib/xulrunner45/chrome/en-US/locale/en-US/global/charsetMenu.dtd +lib/xulrunner45/chrome/en-US/locale/en-US/global/charsetMenu.properties +lib/xulrunner45/chrome/en-US/locale/en-US/global/commonDialog.dtd +lib/xulrunner45/chrome/en-US/locale/en-US/global/commonDialogs.properties +lib/xulrunner45/chrome/en-US/locale/en-US/global/config.dtd +lib/xulrunner45/chrome/en-US/locale/en-US/global/config.properties +lib/xulrunner45/chrome/en-US/locale/en-US/global/console.dtd +lib/xulrunner45/chrome/en-US/locale/en-US/global/console.properties +lib/xulrunner45/chrome/en-US/locale/en-US/global/contentAreaCommands.properties +lib/xulrunner45/chrome/en-US/locale/en-US/global/crashes.dtd +lib/xulrunner45/chrome/en-US/locale/en-US/global/crashes.properties +lib/xulrunner45/chrome/en-US/locale/en-US/global/css.properties +lib/xulrunner45/chrome/en-US/locale/en-US/global/customizeToolbar.dtd +lib/xulrunner45/chrome/en-US/locale/en-US/global/customizeToolbar.properties +lib/xulrunner45/chrome/en-US/locale/en-US/global/dateFormat.properties +lib/xulrunner45/chrome/en-US/locale/en-US/global/datetimepicker.dtd +lib/xulrunner45/chrome/en-US/locale/en-US/global/dialog.properties +lib/xulrunner45/chrome/en-US/locale/en-US/global/dialogOverlay.dtd +lib/xulrunner45/chrome/en-US/locale/en-US/global/dom/dom.properties +lib/xulrunner45/chrome/en-US/locale/en-US/global/editMenuOverlay.dtd +lib/xulrunner45/chrome/en-US/locale/en-US/global/fallbackMenubar.properties +lib/xulrunner45/chrome/en-US/locale/en-US/global/filefield.properties +lib/xulrunner45/chrome/en-US/locale/en-US/global/filepicker.dtd +lib/xulrunner45/chrome/en-US/locale/en-US/global/filepicker.properties +lib/xulrunner45/chrome/en-US/locale/en-US/global/findbar.dtd +lib/xulrunner45/chrome/en-US/locale/en-US/global/findbar.properties +lib/xulrunner45/chrome/en-US/locale/en-US/global/finddialog.dtd +lib/xulrunner45/chrome/en-US/locale/en-US/global/finddialog.properties +lib/xulrunner45/chrome/en-US/locale/en-US/global/global-strres.properties +lib/xulrunner45/chrome/en-US/locale/en-US/global/global.dtd +lib/xulrunner45/chrome/en-US/locale/en-US/global/globalKeys.dtd +lib/xulrunner45/chrome/en-US/locale/en-US/global/headsUpDisplay.properties +lib/xulrunner45/chrome/en-US/locale/en-US/global/intl.css +lib/xulrunner45/chrome/en-US/locale/en-US/global/intl.properties +lib/xulrunner45/chrome/en-US/locale/en-US/global/keys.properties +lib/xulrunner45/chrome/en-US/locale/en-US/global/languageNames.properties +lib/xulrunner45/chrome/en-US/locale/en-US/global/layout/HtmlForm.properties +lib/xulrunner45/chrome/en-US/locale/en-US/global/layout/MediaDocument.properties +lib/xulrunner45/chrome/en-US/locale/en-US/global/layout/htmlparser.properties +lib/xulrunner45/chrome/en-US/locale/en-US/global/layout/xmlparser.properties +lib/xulrunner45/chrome/en-US/locale/en-US/global/layout_errors.properties +lib/xulrunner45/chrome/en-US/locale/en-US/global/mathml/mathml.properties +lib/xulrunner45/chrome/en-US/locale/en-US/global/mozilla.dtd +lib/xulrunner45/chrome/en-US/locale/en-US/global/netError.dtd +lib/xulrunner45/chrome/en-US/locale/en-US/global/netErrorApp.dtd +lib/xulrunner45/chrome/en-US/locale/en-US/global/notification.dtd +lib/xulrunner45/chrome/en-US/locale/en-US/global/nsWebBrowserPersist.properties +lib/xulrunner45/chrome/en-US/locale/en-US/global/plugins.properties +lib/xulrunner45/chrome/en-US/locale/en-US/global/preferences.dtd +lib/xulrunner45/chrome/en-US/locale/en-US/global/printPageSetup.dtd +lib/xulrunner45/chrome/en-US/locale/en-US/global/printPreview.dtd +lib/xulrunner45/chrome/en-US/locale/en-US/global/printPreviewProgress.dtd +lib/xulrunner45/chrome/en-US/locale/en-US/global/printProgress.dtd +lib/xulrunner45/chrome/en-US/locale/en-US/global/printdialog.dtd +lib/xulrunner45/chrome/en-US/locale/en-US/global/printdialog.properties +lib/xulrunner45/chrome/en-US/locale/en-US/global/printing.properties +lib/xulrunner45/chrome/en-US/locale/en-US/global/printjoboptions.dtd +lib/xulrunner45/chrome/en-US/locale/en-US/global/regionNames.properties +lib/xulrunner45/chrome/en-US/locale/en-US/global/resetProfile.dtd +lib/xulrunner45/chrome/en-US/locale/en-US/global/resetProfile.properties +lib/xulrunner45/chrome/en-US/locale/en-US/global/search/search.properties +lib/xulrunner45/chrome/en-US/locale/en-US/global/security/caps.properties +lib/xulrunner45/chrome/en-US/locale/en-US/global/security/csp.properties +lib/xulrunner45/chrome/en-US/locale/en-US/global/security/security.properties +lib/xulrunner45/chrome/en-US/locale/en-US/global/svg/svg.properties +lib/xulrunner45/chrome/en-US/locale/en-US/global/textcontext.dtd +lib/xulrunner45/chrome/en-US/locale/en-US/global/tree.dtd +lib/xulrunner45/chrome/en-US/locale/en-US/global/videocontrols.dtd +lib/xulrunner45/chrome/en-US/locale/en-US/global/viewSource.dtd +lib/xulrunner45/chrome/en-US/locale/en-US/global/viewSource.properties +lib/xulrunner45/chrome/en-US/locale/en-US/global/webapps.properties +lib/xulrunner45/chrome/en-US/locale/en-US/global/wizard.dtd +lib/xulrunner45/chrome/en-US/locale/en-US/global/wizard.properties +lib/xulrunner45/chrome/en-US/locale/en-US/global/xbl.properties +lib/xulrunner45/chrome/en-US/locale/en-US/global/xml/prettyprint.dtd +lib/xulrunner45/chrome/en-US/locale/en-US/global/xslt/xslt.properties +lib/xulrunner45/chrome/en-US/locale/en-US/global/xul.properties +lib/xulrunner45/chrome/en-US/locale/en-US/mozapps/downloads/downloads.dtd +lib/xulrunner45/chrome/en-US/locale/en-US/mozapps/downloads/downloads.properties +lib/xulrunner45/chrome/en-US/locale/en-US/mozapps/downloads/settingsChange.dtd +lib/xulrunner45/chrome/en-US/locale/en-US/mozapps/downloads/unknownContentType.dtd +lib/xulrunner45/chrome/en-US/locale/en-US/mozapps/downloads/unknownContentType.properties +lib/xulrunner45/chrome/en-US/locale/en-US/mozapps/extensions/about.dtd +lib/xulrunner45/chrome/en-US/locale/en-US/mozapps/extensions/blocklist.dtd +lib/xulrunner45/chrome/en-US/locale/en-US/mozapps/extensions/extensions.dtd +lib/xulrunner45/chrome/en-US/locale/en-US/mozapps/extensions/extensions.properties +lib/xulrunner45/chrome/en-US/locale/en-US/mozapps/extensions/newaddon.dtd +lib/xulrunner45/chrome/en-US/locale/en-US/mozapps/extensions/newaddon.properties +lib/xulrunner45/chrome/en-US/locale/en-US/mozapps/extensions/selectAddons.dtd +lib/xulrunner45/chrome/en-US/locale/en-US/mozapps/extensions/selectAddons.properties +lib/xulrunner45/chrome/en-US/locale/en-US/mozapps/extensions/update.dtd +lib/xulrunner45/chrome/en-US/locale/en-US/mozapps/extensions/update.properties +lib/xulrunner45/chrome/en-US/locale/en-US/mozapps/handling/handling.dtd +lib/xulrunner45/chrome/en-US/locale/en-US/mozapps/handling/handling.properties +lib/xulrunner45/chrome/en-US/locale/en-US/mozapps/preferences/changemp.dtd +lib/xulrunner45/chrome/en-US/locale/en-US/mozapps/preferences/preferences.properties +lib/xulrunner45/chrome/en-US/locale/en-US/mozapps/preferences/removemp.dtd +lib/xulrunner45/chrome/en-US/locale/en-US/mozapps/profile/createProfileWizard.dtd +lib/xulrunner45/chrome/en-US/locale/en-US/mozapps/profile/profileSelection.dtd +lib/xulrunner45/chrome/en-US/locale/en-US/mozapps/profile/profileSelection.properties +lib/xulrunner45/chrome/en-US/locale/en-US/mozapps/update/history.dtd +lib/xulrunner45/chrome/en-US/locale/en-US/mozapps/update/updates.dtd +lib/xulrunner45/chrome/en-US/locale/en-US/mozapps/update/updates.properties +lib/xulrunner45/chrome/en-US/locale/en-US/mozapps/xpinstall/xpinstallConfirm.dtd +lib/xulrunner45/chrome/en-US/locale/en-US/mozapps/xpinstall/xpinstallConfirm.properties +lib/xulrunner45/chrome/en-US/locale/en-US/necko/necko.properties +lib/xulrunner45/chrome/en-US/locale/en-US/passwordmgr/passwordManager.dtd +lib/xulrunner45/chrome/en-US/locale/en-US/passwordmgr/passwordmgr.properties +lib/xulrunner45/chrome/en-US/locale/en-US/pipnss/nsserrors.properties +lib/xulrunner45/chrome/en-US/locale/en-US/pipnss/pipnss.properties +lib/xulrunner45/chrome/en-US/locale/en-US/pippki/certManager.dtd +lib/xulrunner45/chrome/en-US/locale/en-US/pippki/deviceManager.dtd +lib/xulrunner45/chrome/en-US/locale/en-US/pippki/pippki.dtd +lib/xulrunner45/chrome/en-US/locale/en-US/pippki/pippki.properties +lib/xulrunner45/chrome/en-US/locale/en-US/places/places.properties +lib/xulrunner45/chrome/en-US/locale/en-US/pluginproblem/pluginproblem.dtd +lib/xulrunner45/chrome/en-US/locale/en-US/services/errors.properties +lib/xulrunner45/chrome/en-US/locale/en-US/services/sync.properties +lib/xulrunner45/chrome/icons/default/default16.png +lib/xulrunner45/chrome/icons/default/default32.png +lib/xulrunner45/chrome/icons/default/default48.png +lib/xulrunner45/chrome/marionette/content/Assert.jsm +lib/xulrunner45/chrome/marionette/content/ChromePowers.js +lib/xulrunner45/chrome/marionette/content/ChromeUtils.js +lib/xulrunner45/chrome/marionette/content/EventUtils.js +lib/xulrunner45/chrome/marionette/content/MockColorPicker.jsm +lib/xulrunner45/chrome/marionette/content/MockFilePicker.jsm +lib/xulrunner45/chrome/marionette/content/MockPaymentsUIGlue.jsm +lib/xulrunner45/chrome/marionette/content/MockPermissionPrompt.jsm +lib/xulrunner45/chrome/marionette/content/MozillaLogger.js +lib/xulrunner45/chrome/marionette/content/SpecialPowersObserver.jsm +lib/xulrunner45/chrome/marionette/content/SpecialPowersObserverAPI.js +lib/xulrunner45/chrome/marionette/content/actions.js +lib/xulrunner45/chrome/marionette/content/atoms.js +lib/xulrunner45/chrome/marionette/content/capture.js +lib/xulrunner45/chrome/marionette/content/common.js +lib/xulrunner45/chrome/marionette/content/cookies.js +lib/xulrunner45/chrome/marionette/content/dispatcher.js +lib/xulrunner45/chrome/marionette/content/driver.js +lib/xulrunner45/chrome/marionette/content/elements.js +lib/xulrunner45/chrome/marionette/content/emulator.js +lib/xulrunner45/chrome/marionette/content/error.js +lib/xulrunner45/chrome/marionette/content/frame-manager.js +lib/xulrunner45/chrome/marionette/content/listener.js +lib/xulrunner45/chrome/marionette/content/message.js +lib/xulrunner45/chrome/marionette/content/modal.js +lib/xulrunner45/chrome/marionette/content/proxy.js +lib/xulrunner45/chrome/marionette/content/sendkeys.js +lib/xulrunner45/chrome/marionette/content/server.js +lib/xulrunner45/chrome/marionette/content/simpletest.js +lib/xulrunner45/chrome/marionette/content/specialpowers.js +lib/xulrunner45/chrome/marionette/content/specialpowersAPI.js +lib/xulrunner45/chrome/pippki/content/pippki/CAOverlay.xul +lib/xulrunner45/chrome/pippki/content/pippki/MineOverlay.xul +lib/xulrunner45/chrome/pippki/content/pippki/OrphanOverlay.xul +lib/xulrunner45/chrome/pippki/content/pippki/OthersOverlay.xul +lib/xulrunner45/chrome/pippki/content/pippki/WebSitesOverlay.xul +lib/xulrunner45/chrome/pippki/content/pippki/certDump.xul +lib/xulrunner45/chrome/pippki/content/pippki/certManager.js +lib/xulrunner45/chrome/pippki/content/pippki/certManager.xul +lib/xulrunner45/chrome/pippki/content/pippki/certViewer.xul +lib/xulrunner45/chrome/pippki/content/pippki/certpicker.js +lib/xulrunner45/chrome/pippki/content/pippki/certpicker.xul +lib/xulrunner45/chrome/pippki/content/pippki/changepassword.xul +lib/xulrunner45/chrome/pippki/content/pippki/choosetoken.js +lib/xulrunner45/chrome/pippki/content/pippki/choosetoken.xul +lib/xulrunner45/chrome/pippki/content/pippki/clientauthask.js +lib/xulrunner45/chrome/pippki/content/pippki/clientauthask.xul +lib/xulrunner45/chrome/pippki/content/pippki/createCertInfo.js +lib/xulrunner45/chrome/pippki/content/pippki/createCertInfo.xul +lib/xulrunner45/chrome/pippki/content/pippki/deletecert.js +lib/xulrunner45/chrome/pippki/content/pippki/deletecert.xul +lib/xulrunner45/chrome/pippki/content/pippki/device_manager.js +lib/xulrunner45/chrome/pippki/content/pippki/device_manager.xul +lib/xulrunner45/chrome/pippki/content/pippki/downloadcert.js +lib/xulrunner45/chrome/pippki/content/pippki/downloadcert.xul +lib/xulrunner45/chrome/pippki/content/pippki/editcacert.xul +lib/xulrunner45/chrome/pippki/content/pippki/editcerts.js +lib/xulrunner45/chrome/pippki/content/pippki/exceptionDialog.js +lib/xulrunner45/chrome/pippki/content/pippki/exceptionDialog.xul +lib/xulrunner45/chrome/pippki/content/pippki/load_device.xul +lib/xulrunner45/chrome/pippki/content/pippki/password.js +lib/xulrunner45/chrome/pippki/content/pippki/pippki.js +lib/xulrunner45/chrome/pippki/content/pippki/protectedAuth.js +lib/xulrunner45/chrome/pippki/content/pippki/protectedAuth.xul +lib/xulrunner45/chrome/pippki/content/pippki/resetpassword.js +lib/xulrunner45/chrome/pippki/content/pippki/resetpassword.xul +lib/xulrunner45/chrome/pippki/content/pippki/setp12password.xul +lib/xulrunner45/chrome/pippki/content/pippki/viewCertDetails.js +lib/xulrunner45/chrome/pippki/content/pippki/viewCertDetails.xul +lib/xulrunner45/chrome/recording/content/recording.js +lib/xulrunner45/chrome/recording/content/recording.xul +lib/xulrunner45/chrome/toolkit/content/cookie/cookieAcceptDialog.js +lib/xulrunner45/chrome/toolkit/content/cookie/cookieAcceptDialog.xul +lib/xulrunner45/chrome/toolkit/content/extensions/ext-alarms.js +lib/xulrunner45/chrome/toolkit/content/extensions/ext-backgroundPage.js +lib/xulrunner45/chrome/toolkit/content/extensions/ext-cookies.js +lib/xulrunner45/chrome/toolkit/content/extensions/ext-extension.js +lib/xulrunner45/chrome/toolkit/content/extensions/ext-i18n.js +lib/xulrunner45/chrome/toolkit/content/extensions/ext-idle.js +lib/xulrunner45/chrome/toolkit/content/extensions/ext-notifications.js +lib/xulrunner45/chrome/toolkit/content/extensions/ext-runtime.js +lib/xulrunner45/chrome/toolkit/content/extensions/ext-storage.js +lib/xulrunner45/chrome/toolkit/content/extensions/ext-test.js +lib/xulrunner45/chrome/toolkit/content/extensions/ext-webNavigation.js +lib/xulrunner45/chrome/toolkit/content/extensions/ext-webRequest.js +lib/xulrunner45/chrome/toolkit/content/extensions/schemas/cookies.json +lib/xulrunner45/chrome/toolkit/content/extensions/schemas/extension_types.json +lib/xulrunner45/chrome/toolkit/content/extensions/schemas/web_navigation.json +lib/xulrunner45/chrome/toolkit/content/extensions/schemas/web_request.json +lib/xulrunner45/chrome/toolkit/content/formautofill/requestAutocomplete.js +lib/xulrunner45/chrome/toolkit/content/formautofill/requestAutocomplete.xhtml +lib/xulrunner45/chrome/toolkit/content/gfxsanity/gfxFrameScript.js +lib/xulrunner45/chrome/toolkit/content/gfxsanity/sanityparent.html +lib/xulrunner45/chrome/toolkit/content/gfxsanity/sanitytest.html +lib/xulrunner45/chrome/toolkit/content/gfxsanity/videotest.mp4 +lib/xulrunner45/chrome/toolkit/content/global/BrowserElementChild.js +lib/xulrunner45/chrome/toolkit/content/global/BrowserElementChildPreload.js +lib/xulrunner45/chrome/toolkit/content/global/BrowserElementCopyPaste.js +lib/xulrunner45/chrome/toolkit/content/global/BrowserElementPanning.js +lib/xulrunner45/chrome/toolkit/content/global/BrowserElementPanningAPZDisabled.js +lib/xulrunner45/chrome/toolkit/content/global/TopLevelVideoDocument.js +lib/xulrunner45/chrome/toolkit/content/global/XPCNativeWrapper.js +lib/xulrunner45/chrome/toolkit/content/global/about.js +lib/xulrunner45/chrome/toolkit/content/global/about.xhtml +lib/xulrunner45/chrome/toolkit/content/global/aboutAbout.js +lib/xulrunner45/chrome/toolkit/content/global/aboutAbout.xhtml +lib/xulrunner45/chrome/toolkit/content/global/aboutCache.js +lib/xulrunner45/chrome/toolkit/content/global/aboutMemory.css +lib/xulrunner45/chrome/toolkit/content/global/aboutMemory.js +lib/xulrunner45/chrome/toolkit/content/global/aboutMemory.xhtml +lib/xulrunner45/chrome/toolkit/content/global/aboutNetworking.js +lib/xulrunner45/chrome/toolkit/content/global/aboutNetworking.xhtml +lib/xulrunner45/chrome/toolkit/content/global/aboutRights.xhtml +lib/xulrunner45/chrome/toolkit/content/global/aboutServiceWorkers.js +lib/xulrunner45/chrome/toolkit/content/global/aboutServiceWorkers.xhtml +lib/xulrunner45/chrome/toolkit/content/global/aboutSupport.js +lib/xulrunner45/chrome/toolkit/content/global/aboutSupport.xhtml +lib/xulrunner45/chrome/toolkit/content/global/aboutTelemetry.css +lib/xulrunner45/chrome/toolkit/content/global/aboutTelemetry.js +lib/xulrunner45/chrome/toolkit/content/global/aboutTelemetry.xhtml +lib/xulrunner45/chrome/toolkit/content/global/aboutwebrtc/aboutWebrtc.css +lib/xulrunner45/chrome/toolkit/content/global/aboutwebrtc/aboutWebrtc.js +lib/xulrunner45/chrome/toolkit/content/global/aboutwebrtc/aboutWebrtc.xhtml +lib/xulrunner45/chrome/toolkit/content/global/accessibility/AccessFu.css +lib/xulrunner45/chrome/toolkit/content/global/accessibility/clicked.ogg +lib/xulrunner45/chrome/toolkit/content/global/accessibility/content-script.js +lib/xulrunner45/chrome/toolkit/content/global/accessibility/virtual_cursor_key.ogg +lib/xulrunner45/chrome/toolkit/content/global/accessibility/virtual_cursor_move.ogg +lib/xulrunner45/chrome/toolkit/content/global/alerts/alert.css +lib/xulrunner45/chrome/toolkit/content/global/alerts/alert.js +lib/xulrunner45/chrome/toolkit/content/global/alerts/alert.xul +lib/xulrunner45/chrome/toolkit/content/global/appPicker.js +lib/xulrunner45/chrome/toolkit/content/global/appPicker.xul +lib/xulrunner45/chrome/toolkit/content/global/autocomplete.css +lib/xulrunner45/chrome/toolkit/content/global/backgroundPageThumbsContent.js +lib/xulrunner45/chrome/toolkit/content/global/bindings/autocomplete.xml +lib/xulrunner45/chrome/toolkit/content/global/bindings/browser.xml +lib/xulrunner45/chrome/toolkit/content/global/bindings/button.xml +lib/xulrunner45/chrome/toolkit/content/global/bindings/checkbox.xml +lib/xulrunner45/chrome/toolkit/content/global/bindings/colorpicker.xml +lib/xulrunner45/chrome/toolkit/content/global/bindings/datetimepicker.xml +lib/xulrunner45/chrome/toolkit/content/global/bindings/dialog.xml +lib/xulrunner45/chrome/toolkit/content/global/bindings/editor.xml +lib/xulrunner45/chrome/toolkit/content/global/bindings/expander.xml +lib/xulrunner45/chrome/toolkit/content/global/bindings/filefield.xml +lib/xulrunner45/chrome/toolkit/content/global/bindings/findbar.xml +lib/xulrunner45/chrome/toolkit/content/global/bindings/general.xml +lib/xulrunner45/chrome/toolkit/content/global/bindings/groupbox.xml +lib/xulrunner45/chrome/toolkit/content/global/bindings/listbox.xml +lib/xulrunner45/chrome/toolkit/content/global/bindings/menu.xml +lib/xulrunner45/chrome/toolkit/content/global/bindings/menulist.xml +lib/xulrunner45/chrome/toolkit/content/global/bindings/notification.xml +lib/xulrunner45/chrome/toolkit/content/global/bindings/numberbox.xml +lib/xulrunner45/chrome/toolkit/content/global/bindings/popup.xml +lib/xulrunner45/chrome/toolkit/content/global/bindings/preferences.xml +lib/xulrunner45/chrome/toolkit/content/global/bindings/progressmeter.xml +lib/xulrunner45/chrome/toolkit/content/global/bindings/radio.xml +lib/xulrunner45/chrome/toolkit/content/global/bindings/remote-browser.xml +lib/xulrunner45/chrome/toolkit/content/global/bindings/resizer.xml +lib/xulrunner45/chrome/toolkit/content/global/bindings/richlistbox.xml +lib/xulrunner45/chrome/toolkit/content/global/bindings/scale.xml +lib/xulrunner45/chrome/toolkit/content/global/bindings/scrollbar.xml +lib/xulrunner45/chrome/toolkit/content/global/bindings/scrollbox.xml +lib/xulrunner45/chrome/toolkit/content/global/bindings/spinbuttons.xml +lib/xulrunner45/chrome/toolkit/content/global/bindings/splitter.xml +lib/xulrunner45/chrome/toolkit/content/global/bindings/stringbundle.xml +lib/xulrunner45/chrome/toolkit/content/global/bindings/tabbox.xml +lib/xulrunner45/chrome/toolkit/content/global/bindings/text.xml +lib/xulrunner45/chrome/toolkit/content/global/bindings/textbox.xml +lib/xulrunner45/chrome/toolkit/content/global/bindings/toolbar.xml +lib/xulrunner45/chrome/toolkit/content/global/bindings/toolbarbutton.xml +lib/xulrunner45/chrome/toolkit/content/global/bindings/tree.xml +lib/xulrunner45/chrome/toolkit/content/global/bindings/videocontrols.css +lib/xulrunner45/chrome/toolkit/content/global/bindings/videocontrols.xml +lib/xulrunner45/chrome/toolkit/content/global/bindings/wizard.xml +lib/xulrunner45/chrome/toolkit/content/global/browser-child.js +lib/xulrunner45/chrome/toolkit/content/global/browser-content.js +lib/xulrunner45/chrome/toolkit/content/global/buildconfig.html +lib/xulrunner45/chrome/toolkit/content/global/commonDialog.css +lib/xulrunner45/chrome/toolkit/content/global/commonDialog.js +lib/xulrunner45/chrome/toolkit/content/global/commonDialog.xul +lib/xulrunner45/chrome/toolkit/content/global/config.js +lib/xulrunner45/chrome/toolkit/content/global/config.xul +lib/xulrunner45/chrome/toolkit/content/global/console.css +lib/xulrunner45/chrome/toolkit/content/global/console.js +lib/xulrunner45/chrome/toolkit/content/global/console.xul +lib/xulrunner45/chrome/toolkit/content/global/consoleBindings.xml +lib/xulrunner45/chrome/toolkit/content/global/contentAreaUtils.js +lib/xulrunner45/chrome/toolkit/content/global/customizeToolbar.css +lib/xulrunner45/chrome/toolkit/content/global/customizeToolbar.js +lib/xulrunner45/chrome/toolkit/content/global/customizeToolbar.xul +lib/xulrunner45/chrome/toolkit/content/global/devicestorage.properties +lib/xulrunner45/chrome/toolkit/content/global/dialogOverlay.js +lib/xulrunner45/chrome/toolkit/content/global/dialogOverlay.xul +lib/xulrunner45/chrome/toolkit/content/global/directionDetector.html +lib/xulrunner45/chrome/toolkit/content/global/editMenuOverlay.js +lib/xulrunner45/chrome/toolkit/content/global/editMenuOverlay.xul +lib/xulrunner45/chrome/toolkit/content/global/extensions.js +lib/xulrunner45/chrome/toolkit/content/global/filepicker.js +lib/xulrunner45/chrome/toolkit/content/global/filepicker.properties +lib/xulrunner45/chrome/toolkit/content/global/filepicker.xul +lib/xulrunner45/chrome/toolkit/content/global/findUtils.js +lib/xulrunner45/chrome/toolkit/content/global/finddialog.js +lib/xulrunner45/chrome/toolkit/content/global/finddialog.xul +lib/xulrunner45/chrome/toolkit/content/global/forms.js +lib/xulrunner45/chrome/toolkit/content/global/globalOverlay.js +lib/xulrunner45/chrome/toolkit/content/global/globalOverlay.xul +lib/xulrunner45/chrome/toolkit/content/global/inlineSpellCheckUI.js +lib/xulrunner45/chrome/toolkit/content/global/license.html +lib/xulrunner45/chrome/toolkit/content/global/manifestMessages.js +lib/xulrunner45/chrome/toolkit/content/global/menulist.css +lib/xulrunner45/chrome/toolkit/content/global/minimal-xul.css +lib/xulrunner45/chrome/toolkit/content/global/mozilla.xhtml +lib/xulrunner45/chrome/toolkit/content/global/netError.xhtml +lib/xulrunner45/chrome/toolkit/content/global/notfound.wav +lib/xulrunner45/chrome/toolkit/content/global/nsClipboard.js +lib/xulrunner45/chrome/toolkit/content/global/nsDragAndDrop.js +lib/xulrunner45/chrome/toolkit/content/global/nsUserSettings.js +lib/xulrunner45/chrome/toolkit/content/global/platformHTMLBindings.xml +lib/xulrunner45/chrome/toolkit/content/global/plugins.css +lib/xulrunner45/chrome/toolkit/content/global/plugins.html +lib/xulrunner45/chrome/toolkit/content/global/preload.js +lib/xulrunner45/chrome/toolkit/content/global/printPageSetup.js +lib/xulrunner45/chrome/toolkit/content/global/printPageSetup.xul +lib/xulrunner45/chrome/toolkit/content/global/printPreviewBindings.xml +lib/xulrunner45/chrome/toolkit/content/global/printPreviewProgress.js +lib/xulrunner45/chrome/toolkit/content/global/printPreviewProgress.xul +lib/xulrunner45/chrome/toolkit/content/global/printProgress.js +lib/xulrunner45/chrome/toolkit/content/global/printProgress.xul +lib/xulrunner45/chrome/toolkit/content/global/printUtils.js +lib/xulrunner45/chrome/toolkit/content/global/printdialog.js +lib/xulrunner45/chrome/toolkit/content/global/printdialog.xul +lib/xulrunner45/chrome/toolkit/content/global/printjoboptions.js +lib/xulrunner45/chrome/toolkit/content/global/printjoboptions.xul +lib/xulrunner45/chrome/toolkit/content/global/process-content.js +lib/xulrunner45/chrome/toolkit/content/global/reader/aboutReader.html +lib/xulrunner45/chrome/toolkit/content/global/reader/aboutReader.js +lib/xulrunner45/chrome/toolkit/content/global/remote-test-ipc.js +lib/xulrunner45/chrome/toolkit/content/global/resetProfile.css +lib/xulrunner45/chrome/toolkit/content/global/resetProfile.js +lib/xulrunner45/chrome/toolkit/content/global/resetProfile.xul +lib/xulrunner45/chrome/toolkit/content/global/resetProfileProgress.xul +lib/xulrunner45/chrome/toolkit/content/global/select-child.js +lib/xulrunner45/chrome/toolkit/content/global/selectDialog.js +lib/xulrunner45/chrome/toolkit/content/global/selectDialog.xul +lib/xulrunner45/chrome/toolkit/content/global/strres.js +lib/xulrunner45/chrome/toolkit/content/global/svg/svgBindings.xml +lib/xulrunner45/chrome/toolkit/content/global/tabprompts.css +lib/xulrunner45/chrome/toolkit/content/global/tabprompts.xml +lib/xulrunner45/chrome/toolkit/content/global/test-ipc.xul +lib/xulrunner45/chrome/toolkit/content/global/textbox.css +lib/xulrunner45/chrome/toolkit/content/global/treeUtils.js +lib/xulrunner45/chrome/toolkit/content/global/viewPartialSource.js +lib/xulrunner45/chrome/toolkit/content/global/viewPartialSource.xul +lib/xulrunner45/chrome/toolkit/content/global/viewSource-content.js +lib/xulrunner45/chrome/toolkit/content/global/viewSource.css +lib/xulrunner45/chrome/toolkit/content/global/viewSource.js +lib/xulrunner45/chrome/toolkit/content/global/viewSource.xul +lib/xulrunner45/chrome/toolkit/content/global/viewSourceUtils.js +lib/xulrunner45/chrome/toolkit/content/global/viewZoomOverlay.js +lib/xulrunner45/chrome/toolkit/content/global/xml/XMLMonoPrint.css +lib/xulrunner45/chrome/toolkit/content/global/xml/XMLPrettyPrint.css +lib/xulrunner45/chrome/toolkit/content/global/xml/XMLPrettyPrint.xml +lib/xulrunner45/chrome/toolkit/content/global/xml/XMLPrettyPrint.xsl +lib/xulrunner45/chrome/toolkit/content/global/xul.css +lib/xulrunner45/chrome/toolkit/content/mozapps/downloads/DownloadProgressListener.js +lib/xulrunner45/chrome/toolkit/content/mozapps/downloads/download.xml +lib/xulrunner45/chrome/toolkit/content/mozapps/downloads/downloads.css +lib/xulrunner45/chrome/toolkit/content/mozapps/downloads/downloads.js +lib/xulrunner45/chrome/toolkit/content/mozapps/downloads/downloads.xul +lib/xulrunner45/chrome/toolkit/content/mozapps/downloads/helperApps.js +lib/xulrunner45/chrome/toolkit/content/mozapps/downloads/unknownContentType.xul +lib/xulrunner45/chrome/toolkit/content/mozapps/extensions/OpenH264-license.txt +lib/xulrunner45/chrome/toolkit/content/mozapps/extensions/about.js +lib/xulrunner45/chrome/toolkit/content/mozapps/extensions/about.xul +lib/xulrunner45/chrome/toolkit/content/mozapps/extensions/blocklist.css +lib/xulrunner45/chrome/toolkit/content/mozapps/extensions/blocklist.js +lib/xulrunner45/chrome/toolkit/content/mozapps/extensions/blocklist.xml +lib/xulrunner45/chrome/toolkit/content/mozapps/extensions/blocklist.xul +lib/xulrunner45/chrome/toolkit/content/mozapps/extensions/eula.js +lib/xulrunner45/chrome/toolkit/content/mozapps/extensions/eula.xul +lib/xulrunner45/chrome/toolkit/content/mozapps/extensions/extensions.css +lib/xulrunner45/chrome/toolkit/content/mozapps/extensions/extensions.js +lib/xulrunner45/chrome/toolkit/content/mozapps/extensions/extensions.xml +lib/xulrunner45/chrome/toolkit/content/mozapps/extensions/extensions.xul +lib/xulrunner45/chrome/toolkit/content/mozapps/extensions/gmpPrefs.xul +lib/xulrunner45/chrome/toolkit/content/mozapps/extensions/list.js +lib/xulrunner45/chrome/toolkit/content/mozapps/extensions/list.xul +lib/xulrunner45/chrome/toolkit/content/mozapps/extensions/newaddon.js +lib/xulrunner45/chrome/toolkit/content/mozapps/extensions/newaddon.xul +lib/xulrunner45/chrome/toolkit/content/mozapps/extensions/pluginPrefs.xul +lib/xulrunner45/chrome/toolkit/content/mozapps/extensions/selectAddons.css +lib/xulrunner45/chrome/toolkit/content/mozapps/extensions/selectAddons.js +lib/xulrunner45/chrome/toolkit/content/mozapps/extensions/selectAddons.xml +lib/xulrunner45/chrome/toolkit/content/mozapps/extensions/selectAddons.xul +lib/xulrunner45/chrome/toolkit/content/mozapps/extensions/setting.xml +lib/xulrunner45/chrome/toolkit/content/mozapps/extensions/update.js +lib/xulrunner45/chrome/toolkit/content/mozapps/extensions/update.xul +lib/xulrunner45/chrome/toolkit/content/mozapps/extensions/updateinfo.xsl +lib/xulrunner45/chrome/toolkit/content/mozapps/handling/dialog.js +lib/xulrunner45/chrome/toolkit/content/mozapps/handling/dialog.xul +lib/xulrunner45/chrome/toolkit/content/mozapps/handling/handler.css +lib/xulrunner45/chrome/toolkit/content/mozapps/handling/handler.xml +lib/xulrunner45/chrome/toolkit/content/mozapps/preferences/changemp.js +lib/xulrunner45/chrome/toolkit/content/mozapps/preferences/changemp.xul +lib/xulrunner45/chrome/toolkit/content/mozapps/preferences/fontbuilder.js +lib/xulrunner45/chrome/toolkit/content/mozapps/preferences/removemp.js +lib/xulrunner45/chrome/toolkit/content/mozapps/preferences/removemp.xul +lib/xulrunner45/chrome/toolkit/content/mozapps/profile/createProfileWizard.js +lib/xulrunner45/chrome/toolkit/content/mozapps/profile/createProfileWizard.xul +lib/xulrunner45/chrome/toolkit/content/mozapps/profile/profileSelection.js +lib/xulrunner45/chrome/toolkit/content/mozapps/profile/profileSelection.xul +lib/xulrunner45/chrome/toolkit/content/mozapps/xpinstall/xpinstallConfirm.css +lib/xulrunner45/chrome/toolkit/content/mozapps/xpinstall/xpinstallConfirm.js +lib/xulrunner45/chrome/toolkit/content/mozapps/xpinstall/xpinstallConfirm.xul +lib/xulrunner45/chrome/toolkit/content/mozapps/xpinstall/xpinstallItem.xml +lib/xulrunner45/chrome/toolkit/content/passwordmgr/login.xml +lib/xulrunner45/chrome/toolkit/content/passwordmgr/passwordManager.js +lib/xulrunner45/chrome/toolkit/content/passwordmgr/passwordManager.xul +lib/xulrunner45/chrome/toolkit/content/passwordmgr/passwordManagerCommon.js +lib/xulrunner45/chrome/toolkit/content/passwordmgr/passwordManagerExceptions.js +lib/xulrunner45/chrome/toolkit/content/passwordmgr/passwordManagerExceptions.xul +lib/xulrunner45/chrome/toolkit/content/passwordmgr/recipes.json +lib/xulrunner45/chrome/toolkit/content/satchel/formSubmitListener.js +lib/xulrunner45/chrome/toolkit/content/xbl-marquee/xbl-marquee.css +lib/xulrunner45/chrome/toolkit/content/xbl-marquee/xbl-marquee.xml +lib/xulrunner45/chrome/toolkit/pluginproblem/pluginFinderBinding.css +lib/xulrunner45/chrome/toolkit/pluginproblem/pluginProblem.xml +lib/xulrunner45/chrome/toolkit/pluginproblem/pluginProblemBinding.css +lib/xulrunner45/chrome/toolkit/pluginproblem/pluginProblemContent.css +lib/xulrunner45/chrome/toolkit/res/arrow-left.gif +lib/xulrunner45/chrome/toolkit/res/arrow-right.gif +lib/xulrunner45/chrome/toolkit/res/arrow.gif +lib/xulrunner45/chrome/toolkit/res/arrowd-left.gif +lib/xulrunner45/chrome/toolkit/res/arrowd-right.gif +lib/xulrunner45/chrome/toolkit/res/arrowd.gif +lib/xulrunner45/chrome/toolkit/res/broken-image.png +lib/xulrunner45/chrome/toolkit/res/counterstyles.css +lib/xulrunner45/chrome/toolkit/res/forms.css +lib/xulrunner45/chrome/toolkit/res/hiddenWindow.html +lib/xulrunner45/chrome/toolkit/res/html.css +lib/xulrunner45/chrome/toolkit/res/loading-image.png +lib/xulrunner45/chrome/toolkit/res/mathml.css +lib/xulrunner45/chrome/toolkit/res/noframes.css +lib/xulrunner45/chrome/toolkit/res/noscript.css +lib/xulrunner45/chrome/toolkit/res/number-control.css +lib/xulrunner45/chrome/toolkit/res/plaintext.css +lib/xulrunner45/chrome/toolkit/res/quirk.css +lib/xulrunner45/chrome/toolkit/res/ua.css +lib/xulrunner45/chrome/toolkit/res/viewsource.css +lib/xulrunner45/chrome/toolkit/skin/classic/global/Filepicker.png +lib/xulrunner45/chrome/toolkit/skin/classic/global/about.css +lib/xulrunner45/chrome/toolkit/skin/classic/global/aboutCache.css +lib/xulrunner45/chrome/toolkit/skin/classic/global/aboutCacheEntry.css +lib/xulrunner45/chrome/toolkit/skin/classic/global/aboutMemory.css +lib/xulrunner45/chrome/toolkit/skin/classic/global/aboutReader.css +lib/xulrunner45/chrome/toolkit/skin/classic/global/aboutReaderContent.css +lib/xulrunner45/chrome/toolkit/skin/classic/global/aboutReaderControls.css +lib/xulrunner45/chrome/toolkit/skin/classic/global/aboutSupport.css +lib/xulrunner45/chrome/toolkit/skin/classic/global/alerts/alert-common.css +lib/xulrunner45/chrome/toolkit/skin/classic/global/alerts/alert.css +lib/xulrunner45/chrome/toolkit/skin/classic/global/appPicker.css +lib/xulrunner45/chrome/toolkit/skin/classic/global/arrow.css +lib/xulrunner45/chrome/toolkit/skin/classic/global/arrow/arrow-dn-dis.gif +lib/xulrunner45/chrome/toolkit/skin/classic/global/arrow/arrow-dn-hov.gif +lib/xulrunner45/chrome/toolkit/skin/classic/global/arrow/arrow-dn-sharp.gif +lib/xulrunner45/chrome/toolkit/skin/classic/global/arrow/arrow-dn.gif +lib/xulrunner45/chrome/toolkit/skin/classic/global/arrow/arrow-down.png +lib/xulrunner45/chrome/toolkit/skin/classic/global/arrow/arrow-lft-dis.gif +lib/xulrunner45/chrome/toolkit/skin/classic/global/arrow/arrow-lft-sharp-end.gif +lib/xulrunner45/chrome/toolkit/skin/classic/global/arrow/arrow-lft-sharp.gif +lib/xulrunner45/chrome/toolkit/skin/classic/global/arrow/arrow-lft.gif +lib/xulrunner45/chrome/toolkit/skin/classic/global/arrow/arrow-rit-dis.gif +lib/xulrunner45/chrome/toolkit/skin/classic/global/arrow/arrow-rit-sharp-end.gif +lib/xulrunner45/chrome/toolkit/skin/classic/global/arrow/arrow-rit-sharp.gif +lib/xulrunner45/chrome/toolkit/skin/classic/global/arrow/arrow-rit.gif +lib/xulrunner45/chrome/toolkit/skin/classic/global/arrow/arrow-up-dis.gif +lib/xulrunner45/chrome/toolkit/skin/classic/global/arrow/arrow-up-hov.gif +lib/xulrunner45/chrome/toolkit/skin/classic/global/arrow/arrow-up-sharp.gif +lib/xulrunner45/chrome/toolkit/skin/classic/global/arrow/arrow-up.gif +lib/xulrunner45/chrome/toolkit/skin/classic/global/arrow/panelarrow-horizontal-themed.svg +lib/xulrunner45/chrome/toolkit/skin/classic/global/arrow/panelarrow-horizontal.svg +lib/xulrunner45/chrome/toolkit/skin/classic/global/arrow/panelarrow-vertical-themed.svg +lib/xulrunner45/chrome/toolkit/skin/classic/global/arrow/panelarrow-vertical.svg +lib/xulrunner45/chrome/toolkit/skin/classic/global/autocomplete.css +lib/xulrunner45/chrome/toolkit/skin/classic/global/button.css +lib/xulrunner45/chrome/toolkit/skin/classic/global/checkbox.css +lib/xulrunner45/chrome/toolkit/skin/classic/global/checkbox/cbox-check-dis.gif +lib/xulrunner45/chrome/toolkit/skin/classic/global/checkbox/cbox-check.gif +lib/xulrunner45/chrome/toolkit/skin/classic/global/colorpicker.css +lib/xulrunner45/chrome/toolkit/skin/classic/global/commonDialog.css +lib/xulrunner45/chrome/toolkit/skin/classic/global/config.css +lib/xulrunner45/chrome/toolkit/skin/classic/global/console/console-error-caret.gif +lib/xulrunner45/chrome/toolkit/skin/classic/global/console/console-error-dash.gif +lib/xulrunner45/chrome/toolkit/skin/classic/global/console/console-toolbar.png +lib/xulrunner45/chrome/toolkit/skin/classic/global/console/console.css +lib/xulrunner45/chrome/toolkit/skin/classic/global/console/console.png +lib/xulrunner45/chrome/toolkit/skin/classic/global/console/itemSelected.png +lib/xulrunner45/chrome/toolkit/skin/classic/global/customizeToolbar.css +lib/xulrunner45/chrome/toolkit/skin/classic/global/datetimepicker.css +lib/xulrunner45/chrome/toolkit/skin/classic/global/dialog.css +lib/xulrunner45/chrome/toolkit/skin/classic/global/dirListing/dirListing.css +lib/xulrunner45/chrome/toolkit/skin/classic/global/dirListing/folder.png +lib/xulrunner45/chrome/toolkit/skin/classic/global/dirListing/local.png +lib/xulrunner45/chrome/toolkit/skin/classic/global/dirListing/remote.png +lib/xulrunner45/chrome/toolkit/skin/classic/global/dirListing/up.png +lib/xulrunner45/chrome/toolkit/skin/classic/global/dropmarker.css +lib/xulrunner45/chrome/toolkit/skin/classic/global/expander.css +lib/xulrunner45/chrome/toolkit/skin/classic/global/filefield.css +lib/xulrunner45/chrome/toolkit/skin/classic/global/filepicker.css +lib/xulrunner45/chrome/toolkit/skin/classic/global/findBar.css +lib/xulrunner45/chrome/toolkit/skin/classic/global/global.css +lib/xulrunner45/chrome/toolkit/skin/classic/global/globalBindings.xml +lib/xulrunner45/chrome/toolkit/skin/classic/global/groupbox.css +lib/xulrunner45/chrome/toolkit/skin/classic/global/icons/Authentication.png +lib/xulrunner45/chrome/toolkit/skin/classic/global/icons/Close.gif +lib/xulrunner45/chrome/toolkit/skin/classic/global/icons/Error.png +lib/xulrunner45/chrome/toolkit/skin/classic/global/icons/Landscape.png +lib/xulrunner45/chrome/toolkit/skin/classic/global/icons/Minimize.gif +lib/xulrunner45/chrome/toolkit/skin/classic/global/icons/Portrait.png +lib/xulrunner45/chrome/toolkit/skin/classic/global/icons/Print-preview.png +lib/xulrunner45/chrome/toolkit/skin/classic/global/icons/Question.png +lib/xulrunner45/chrome/toolkit/skin/classic/global/icons/Restore.gif +lib/xulrunner45/chrome/toolkit/skin/classic/global/icons/Search-close.png +lib/xulrunner45/chrome/toolkit/skin/classic/global/icons/Search-glass.png +lib/xulrunner45/chrome/toolkit/skin/classic/global/icons/Warning.png +lib/xulrunner45/chrome/toolkit/skin/classic/global/icons/autocomplete-search.svg +lib/xulrunner45/chrome/toolkit/skin/classic/global/icons/autoscroll.png +lib/xulrunner45/chrome/toolkit/skin/classic/global/icons/blacklist_favicon.png +lib/xulrunner45/chrome/toolkit/skin/classic/global/icons/blacklist_large.png +lib/xulrunner45/chrome/toolkit/skin/classic/global/icons/close-inverted.png +lib/xulrunner45/chrome/toolkit/skin/classic/global/icons/close-inverted@2x.png +lib/xulrunner45/chrome/toolkit/skin/classic/global/icons/close.png +lib/xulrunner45/chrome/toolkit/skin/classic/global/icons/close.svg +lib/xulrunner45/chrome/toolkit/skin/classic/global/icons/close@2x.png +lib/xulrunner45/chrome/toolkit/skin/classic/global/icons/collapse.png +lib/xulrunner45/chrome/toolkit/skin/classic/global/icons/error-16.png +lib/xulrunner45/chrome/toolkit/skin/classic/global/icons/error-64.png +lib/xulrunner45/chrome/toolkit/skin/classic/global/icons/expand.png +lib/xulrunner45/chrome/toolkit/skin/classic/global/icons/find-arrows.png +lib/xulrunner45/chrome/toolkit/skin/classic/global/icons/folder-item.png +lib/xulrunner45/chrome/toolkit/skin/classic/global/icons/info.svg +lib/xulrunner45/chrome/toolkit/skin/classic/global/icons/information-16.png +lib/xulrunner45/chrome/toolkit/skin/classic/global/icons/information-24.png +lib/xulrunner45/chrome/toolkit/skin/classic/global/icons/information-32.png +lib/xulrunner45/chrome/toolkit/skin/classic/global/icons/loading-inverted.png +lib/xulrunner45/chrome/toolkit/skin/classic/global/icons/loading-inverted@2x.png +lib/xulrunner45/chrome/toolkit/skin/classic/global/icons/loading_16.png +lib/xulrunner45/chrome/toolkit/skin/classic/global/icons/panelarrow-horizontal.svg +lib/xulrunner45/chrome/toolkit/skin/classic/global/icons/panelarrow-vertical.svg +lib/xulrunner45/chrome/toolkit/skin/classic/global/icons/question-16.png +lib/xulrunner45/chrome/toolkit/skin/classic/global/icons/question-64.png +lib/xulrunner45/chrome/toolkit/skin/classic/global/icons/resizer-rtl.png +lib/xulrunner45/chrome/toolkit/skin/classic/global/icons/resizer.png +lib/xulrunner45/chrome/toolkit/skin/classic/global/icons/sslWarning.png +lib/xulrunner45/chrome/toolkit/skin/classic/global/icons/tabprompts-bgtexture.png +lib/xulrunner45/chrome/toolkit/skin/classic/global/icons/warning-16.png +lib/xulrunner45/chrome/toolkit/skin/classic/global/icons/warning-64.png +lib/xulrunner45/chrome/toolkit/skin/classic/global/icons/warning-large.png +lib/xulrunner45/chrome/toolkit/skin/classic/global/icons/warning.svg +lib/xulrunner45/chrome/toolkit/skin/classic/global/icons/webapps-16.png +lib/xulrunner45/chrome/toolkit/skin/classic/global/icons/webapps-64.png +lib/xulrunner45/chrome/toolkit/skin/classic/global/icons/windowControls.png +lib/xulrunner45/chrome/toolkit/skin/classic/global/in-content/check-partial.svg +lib/xulrunner45/chrome/toolkit/skin/classic/global/in-content/check.svg +lib/xulrunner45/chrome/toolkit/skin/classic/global/in-content/common.css +lib/xulrunner45/chrome/toolkit/skin/classic/global/in-content/dropdown.svg +lib/xulrunner45/chrome/toolkit/skin/classic/global/in-content/help-glyph.svg +lib/xulrunner45/chrome/toolkit/skin/classic/global/in-content/info-pages.css +lib/xulrunner45/chrome/toolkit/skin/classic/global/in-content/radio.svg +lib/xulrunner45/chrome/toolkit/skin/classic/global/linkTree.css +lib/xulrunner45/chrome/toolkit/skin/classic/global/listbox.css +lib/xulrunner45/chrome/toolkit/skin/classic/global/media/TopLevelImageDocument.css +lib/xulrunner45/chrome/toolkit/skin/classic/global/media/TopLevelVideoDocument.css +lib/xulrunner45/chrome/toolkit/skin/classic/global/media/clicktoplay-bgtexture.png +lib/xulrunner45/chrome/toolkit/skin/classic/global/media/error.png +lib/xulrunner45/chrome/toolkit/skin/classic/global/media/fullscreenButton.png +lib/xulrunner45/chrome/toolkit/skin/classic/global/media/imagedoc-darknoise.png +lib/xulrunner45/chrome/toolkit/skin/classic/global/media/imagedoc-lightnoise.png +lib/xulrunner45/chrome/toolkit/skin/classic/global/media/muteButton.png +lib/xulrunner45/chrome/toolkit/skin/classic/global/media/noAudio.png +lib/xulrunner45/chrome/toolkit/skin/classic/global/media/pauseButton.png +lib/xulrunner45/chrome/toolkit/skin/classic/global/media/playButton.png +lib/xulrunner45/chrome/toolkit/skin/classic/global/media/scrubberThumb.png +lib/xulrunner45/chrome/toolkit/skin/classic/global/media/scrubberThumbWide.png +lib/xulrunner45/chrome/toolkit/skin/classic/global/media/stalled.png +lib/xulrunner45/chrome/toolkit/skin/classic/global/media/throbber.png +lib/xulrunner45/chrome/toolkit/skin/classic/global/media/unmuteButton.png +lib/xulrunner45/chrome/toolkit/skin/classic/global/media/videoClickToPlayButton.svg +lib/xulrunner45/chrome/toolkit/skin/classic/global/media/videocontrols.css +lib/xulrunner45/chrome/toolkit/skin/classic/global/media/volume-empty.png +lib/xulrunner45/chrome/toolkit/skin/classic/global/media/volume-full.png +lib/xulrunner45/chrome/toolkit/skin/classic/global/menu.css +lib/xulrunner45/chrome/toolkit/skin/classic/global/menu/shared-menu-check-active.svg +lib/xulrunner45/chrome/toolkit/skin/classic/global/menu/shared-menu-check-black.svg +lib/xulrunner45/chrome/toolkit/skin/classic/global/menu/shared-menu-check-hover.svg +lib/xulrunner45/chrome/toolkit/skin/classic/global/menu/shared-menu-check.png +lib/xulrunner45/chrome/toolkit/skin/classic/global/menu/shared-menu-check@2x.png +lib/xulrunner45/chrome/toolkit/skin/classic/global/menulist.css +lib/xulrunner45/chrome/toolkit/skin/classic/global/netError.css +lib/xulrunner45/chrome/toolkit/skin/classic/global/notification.css +lib/xulrunner45/chrome/toolkit/skin/classic/global/numberbox.css +lib/xulrunner45/chrome/toolkit/skin/classic/global/passwordmgr.css +lib/xulrunner45/chrome/toolkit/skin/classic/global/popup.css +lib/xulrunner45/chrome/toolkit/skin/classic/global/preferences.css +lib/xulrunner45/chrome/toolkit/skin/classic/global/printPageSetup.css +lib/xulrunner45/chrome/toolkit/skin/classic/global/printPreview.css +lib/xulrunner45/chrome/toolkit/skin/classic/global/printpreview/arrow-left-end.png +lib/xulrunner45/chrome/toolkit/skin/classic/global/printpreview/arrow-left.png +lib/xulrunner45/chrome/toolkit/skin/classic/global/printpreview/arrow-right-end.png +lib/xulrunner45/chrome/toolkit/skin/classic/global/printpreview/arrow-right.png +lib/xulrunner45/chrome/toolkit/skin/classic/global/progressmeter.css +lib/xulrunner45/chrome/toolkit/skin/classic/global/radio.css +lib/xulrunner45/chrome/toolkit/skin/classic/global/radio/radio-check-dis.gif +lib/xulrunner45/chrome/toolkit/skin/classic/global/radio/radio-check.gif +lib/xulrunner45/chrome/toolkit/skin/classic/global/reader/RM-Add-24x24.svg +lib/xulrunner45/chrome/toolkit/skin/classic/global/reader/RM-Close-24x24.svg +lib/xulrunner45/chrome/toolkit/skin/classic/global/reader/RM-Delete-24x24.svg +lib/xulrunner45/chrome/toolkit/skin/classic/global/reader/RM-Minus-24x24.svg +lib/xulrunner45/chrome/toolkit/skin/classic/global/reader/RM-Plus-24x24.svg +lib/xulrunner45/chrome/toolkit/skin/classic/global/reader/RM-Reading-List-24x24.svg +lib/xulrunner45/chrome/toolkit/skin/classic/global/reader/RM-Type-Controls-24x24.svg +lib/xulrunner45/chrome/toolkit/skin/classic/global/reader/RM-Type-Controls-Arrow.svg +lib/xulrunner45/chrome/toolkit/skin/classic/global/reader/pocket.svg +lib/xulrunner45/chrome/toolkit/skin/classic/global/resizer.css +lib/xulrunner45/chrome/toolkit/skin/classic/global/richlistbox.css +lib/xulrunner45/chrome/toolkit/skin/classic/global/scale.css +lib/xulrunner45/chrome/toolkit/skin/classic/global/scrollbar/slider.gif +lib/xulrunner45/chrome/toolkit/skin/classic/global/scrollbars.css +lib/xulrunner45/chrome/toolkit/skin/classic/global/scrollbox.css +lib/xulrunner45/chrome/toolkit/skin/classic/global/spinbuttons.css +lib/xulrunner45/chrome/toolkit/skin/classic/global/splitter.css +lib/xulrunner45/chrome/toolkit/skin/classic/global/splitter/grip-bottom.gif +lib/xulrunner45/chrome/toolkit/skin/classic/global/splitter/grip-left.gif +lib/xulrunner45/chrome/toolkit/skin/classic/global/splitter/grip-right.gif +lib/xulrunner45/chrome/toolkit/skin/classic/global/splitter/grip-top.gif +lib/xulrunner45/chrome/toolkit/skin/classic/global/tabbox.css +lib/xulrunner45/chrome/toolkit/skin/classic/global/tabprompts.css +lib/xulrunner45/chrome/toolkit/skin/classic/global/textbox.css +lib/xulrunner45/chrome/toolkit/skin/classic/global/toolbar.css +lib/xulrunner45/chrome/toolkit/skin/classic/global/toolbar/chevron-inverted.png +lib/xulrunner45/chrome/toolkit/skin/classic/global/toolbar/chevron.gif +lib/xulrunner45/chrome/toolkit/skin/classic/global/toolbar/spring.png +lib/xulrunner45/chrome/toolkit/skin/classic/global/toolbarbutton.css +lib/xulrunner45/chrome/toolkit/skin/classic/global/tree.css +lib/xulrunner45/chrome/toolkit/skin/classic/global/tree/columnpicker.gif +lib/xulrunner45/chrome/toolkit/skin/classic/global/tree/sort-asc-classic.png +lib/xulrunner45/chrome/toolkit/skin/classic/global/tree/sort-asc.png +lib/xulrunner45/chrome/toolkit/skin/classic/global/tree/sort-dsc-classic.png +lib/xulrunner45/chrome/toolkit/skin/classic/global/tree/sort-dsc.png +lib/xulrunner45/chrome/toolkit/skin/classic/global/tree/twisty-clsd.png +lib/xulrunner45/chrome/toolkit/skin/classic/global/tree/twisty-open.png +lib/xulrunner45/chrome/toolkit/skin/classic/global/wizard.css +lib/xulrunner45/chrome/toolkit/skin/classic/help/Toolbar-rtl.png +lib/xulrunner45/chrome/toolkit/skin/classic/help/Toolbar.png +lib/xulrunner45/chrome/toolkit/skin/classic/help/Weblink-rtl.png +lib/xulrunner45/chrome/toolkit/skin/classic/help/Weblink.png +lib/xulrunner45/chrome/toolkit/skin/classic/help/helpFileLayout.css +lib/xulrunner45/chrome/toolkit/skin/classic/mozapps/aboutNetworking.css +lib/xulrunner45/chrome/toolkit/skin/classic/mozapps/aboutServiceWorkers.css +lib/xulrunner45/chrome/toolkit/skin/classic/mozapps/downloads/downloadButtons.png +lib/xulrunner45/chrome/toolkit/skin/classic/mozapps/downloads/downloadIcon.png +lib/xulrunner45/chrome/toolkit/skin/classic/mozapps/downloads/downloads.css +lib/xulrunner45/chrome/toolkit/skin/classic/mozapps/downloads/unknownContentType.css +lib/xulrunner45/chrome/toolkit/skin/classic/mozapps/extensions/about.css +lib/xulrunner45/chrome/toolkit/skin/classic/mozapps/extensions/alerticon-error.svg +lib/xulrunner45/chrome/toolkit/skin/classic/mozapps/extensions/alerticon-info-negative.svg +lib/xulrunner45/chrome/toolkit/skin/classic/mozapps/extensions/alerticon-info-positive.svg +lib/xulrunner45/chrome/toolkit/skin/classic/mozapps/extensions/alerticon-warning.svg +lib/xulrunner45/chrome/toolkit/skin/classic/mozapps/extensions/blocklist.css +lib/xulrunner45/chrome/toolkit/skin/classic/mozapps/extensions/cancel.png +lib/xulrunner45/chrome/toolkit/skin/classic/mozapps/extensions/category-available.png +lib/xulrunner45/chrome/toolkit/skin/classic/mozapps/extensions/category-discover.png +lib/xulrunner45/chrome/toolkit/skin/classic/mozapps/extensions/category-plugins.png +lib/xulrunner45/chrome/toolkit/skin/classic/mozapps/extensions/category-recent.png +lib/xulrunner45/chrome/toolkit/skin/classic/mozapps/extensions/category-search.png +lib/xulrunner45/chrome/toolkit/skin/classic/mozapps/extensions/category-service.png +lib/xulrunner45/chrome/toolkit/skin/classic/mozapps/extensions/dictionaryGeneric-16.png +lib/xulrunner45/chrome/toolkit/skin/classic/mozapps/extensions/dictionaryGeneric.png +lib/xulrunner45/chrome/toolkit/skin/classic/mozapps/extensions/discover-logo.png +lib/xulrunner45/chrome/toolkit/skin/classic/mozapps/extensions/eula.css +lib/xulrunner45/chrome/toolkit/skin/classic/mozapps/extensions/experimentGeneric.png +lib/xulrunner45/chrome/toolkit/skin/classic/mozapps/extensions/extensionGeneric-16.png +lib/xulrunner45/chrome/toolkit/skin/classic/mozapps/extensions/extensionGeneric.svg +lib/xulrunner45/chrome/toolkit/skin/classic/mozapps/extensions/extensions.css +lib/xulrunner45/chrome/toolkit/skin/classic/mozapps/extensions/heart.png +lib/xulrunner45/chrome/toolkit/skin/classic/mozapps/extensions/localeGeneric.png +lib/xulrunner45/chrome/toolkit/skin/classic/mozapps/extensions/navigation.png +lib/xulrunner45/chrome/toolkit/skin/classic/mozapps/extensions/newaddon.css +lib/xulrunner45/chrome/toolkit/skin/classic/mozapps/extensions/rating-not-won.png +lib/xulrunner45/chrome/toolkit/skin/classic/mozapps/extensions/rating-won.png +lib/xulrunner45/chrome/toolkit/skin/classic/mozapps/extensions/selectAddons.css +lib/xulrunner45/chrome/toolkit/skin/classic/mozapps/extensions/themeGeneric-16.png +lib/xulrunner45/chrome/toolkit/skin/classic/mozapps/extensions/themeGeneric.png +lib/xulrunner45/chrome/toolkit/skin/classic/mozapps/extensions/update.css +lib/xulrunner45/chrome/toolkit/skin/classic/mozapps/extensions/utilities.svg +lib/xulrunner45/chrome/toolkit/skin/classic/mozapps/formautofill/requestAutocomplete.css +lib/xulrunner45/chrome/toolkit/skin/classic/mozapps/handling/handling.css +lib/xulrunner45/chrome/toolkit/skin/classic/mozapps/passwordmgr/key-16.png +lib/xulrunner45/chrome/toolkit/skin/classic/mozapps/passwordmgr/key-64.png +lib/xulrunner45/chrome/toolkit/skin/classic/mozapps/places/defaultFavicon.png +lib/xulrunner45/chrome/toolkit/skin/classic/mozapps/places/defaultFavicon@2x.png +lib/xulrunner45/chrome/toolkit/skin/classic/mozapps/plugins/contentPluginActivate.png +lib/xulrunner45/chrome/toolkit/skin/classic/mozapps/plugins/contentPluginBlocked.png +lib/xulrunner45/chrome/toolkit/skin/classic/mozapps/plugins/contentPluginClose.png +lib/xulrunner45/chrome/toolkit/skin/classic/mozapps/plugins/contentPluginCrashed.png +lib/xulrunner45/chrome/toolkit/skin/classic/mozapps/plugins/contentPluginDisabled.png +lib/xulrunner45/chrome/toolkit/skin/classic/mozapps/plugins/contentPluginDownload.png +lib/xulrunner45/chrome/toolkit/skin/classic/mozapps/plugins/contentPluginMissing.png +lib/xulrunner45/chrome/toolkit/skin/classic/mozapps/plugins/contentPluginStripe.png +lib/xulrunner45/chrome/toolkit/skin/classic/mozapps/plugins/pluginBlocked-64.png +lib/xulrunner45/chrome/toolkit/skin/classic/mozapps/plugins/pluginBlocked.png +lib/xulrunner45/chrome/toolkit/skin/classic/mozapps/plugins/pluginGeneric-16.png +lib/xulrunner45/chrome/toolkit/skin/classic/mozapps/plugins/pluginGeneric.png +lib/xulrunner45/chrome/toolkit/skin/classic/mozapps/plugins/pluginHelp-16.png +lib/xulrunner45/chrome/toolkit/skin/classic/mozapps/plugins/pluginProblem.css +lib/xulrunner45/chrome/toolkit/skin/classic/mozapps/profile/profileSelection.css +lib/xulrunner45/chrome/toolkit/skin/classic/mozapps/profile/profileicon.png +lib/xulrunner45/chrome/toolkit/skin/classic/mozapps/update/downloadButtons.png +lib/xulrunner45/chrome/toolkit/skin/classic/mozapps/update/updates.css +lib/xulrunner45/chrome/toolkit/skin/classic/mozapps/viewsource/viewsource.css +lib/xulrunner45/chrome/toolkit/skin/classic/mozapps/xpinstall/xpinstallConfirm.css +lib/xulrunner45/components/ActivityMessageConfigurator.js +lib/xulrunner45/components/ActivityProxy.js +lib/xulrunner45/components/ActivityRequestHandler.js +lib/xulrunner45/components/ActivityWrapper.js +lib/xulrunner45/components/AlarmsManager.js +lib/xulrunner45/components/AppsService.js +lib/xulrunner45/components/BrowserElementParent.js +lib/xulrunner45/components/BrowserElementProxy.js +lib/xulrunner45/components/CSSUnprefixingService.js +lib/xulrunner45/components/ChromeNotifications.js +lib/xulrunner45/components/ColorAnalyzer.js +lib/xulrunner45/components/ConsoleAPIStorage.js +lib/xulrunner45/components/ContactManager.js +lib/xulrunner45/components/ContentProcessSingleton.js +lib/xulrunner45/components/DOMSecureElement.js +lib/xulrunner45/components/DataReportingService.js +lib/xulrunner45/components/DataStoreImpl.js +lib/xulrunner45/components/DownloadLegacy.js +lib/xulrunner45/components/FeedProcessor.js +lib/xulrunner45/components/FormAutofillContentService.js +lib/xulrunner45/components/FormAutofillStartup.js +lib/xulrunner45/components/FormHistoryStartup.js +lib/xulrunner45/components/InstallPackagedWebapp.js +lib/xulrunner45/components/InterAppCommService.js +lib/xulrunner45/components/InterAppConnection.js +lib/xulrunner45/components/InterAppMessagePort.js +lib/xulrunner45/components/MainProcessSingleton.js +lib/xulrunner45/components/MozKeyboard.js +lib/xulrunner45/components/NetworkGeolocationProvider.js +lib/xulrunner45/components/NotificationStorage.js +lib/xulrunner45/components/PACGenerator.js +lib/xulrunner45/components/PackagedAppUtils.js +lib/xulrunner45/components/PageThumbsProtocol.js +lib/xulrunner45/components/PeerConnection.js +lib/xulrunner45/components/PermissionPromptService.js +lib/xulrunner45/components/PermissionSettings.js +lib/xulrunner45/components/PhoneNumberService.js +lib/xulrunner45/components/PlacesCategoriesStarter.js +lib/xulrunner45/components/PresentationDeviceInfoManager.js +lib/xulrunner45/components/PrivateBrowsingTrackingProtectionWhitelist.js +lib/xulrunner45/components/Push.js +lib/xulrunner45/components/PushClient.js +lib/xulrunner45/components/PushNotificationService.js +lib/xulrunner45/components/RemoteWebNavigation.js +lib/xulrunner45/components/RequestSyncManager.js +lib/xulrunner45/components/RequestSyncScheduler.js +lib/xulrunner45/components/ResourceStatsManager.js +lib/xulrunner45/components/SettingsManager.js +lib/xulrunner45/components/SiteSpecificUserAgent.js +lib/xulrunner45/components/SlowScriptDebug.js +lib/xulrunner45/components/SystemMessageCache.js +lib/xulrunner45/components/SystemMessageInternal.js +lib/xulrunner45/components/SystemMessageManager.js +lib/xulrunner45/components/SystemUpdateManager.js +lib/xulrunner45/components/TCPPresentationServer.js +lib/xulrunner45/components/TVSimulatorService.js +lib/xulrunner45/components/TelemetryStartup.js +lib/xulrunner45/components/UnifiedComplete.js +lib/xulrunner45/components/Weave.js +lib/xulrunner45/components/WebVTTParserWrapper.js +lib/xulrunner45/components/Webapps.js +lib/xulrunner45/components/XULStore.js +lib/xulrunner45/components/addonManager.js +lib/xulrunner45/components/amContentHandler.js +lib/xulrunner45/components/amInstallTrigger.js +lib/xulrunner45/components/amWebInstallListener.js +lib/xulrunner45/components/captivedetect.js +lib/xulrunner45/components/components.manifest +lib/xulrunner45/components/contentAreaDropListener.js +lib/xulrunner45/components/crypto-SDR.js +lib/xulrunner45/components/defaultShims.js +lib/xulrunner45/components/htmlMenuBuilder.js +lib/xulrunner45/components/interfaces.xpt +lib/xulrunner45/components/jsconsole-clhandler.js +lib/xulrunner45/components/marionettecomponent.js +lib/xulrunner45/components/messageWakeupService.js +lib/xulrunner45/components/multiprocessShims.js +lib/xulrunner45/components/nsAsyncShutdown.js +lib/xulrunner45/components/nsBlocklistService.js +lib/xulrunner45/components/nsBlocklistServiceContent.js +lib/xulrunner45/components/nsContentDispatchChooser.js +lib/xulrunner45/components/nsContentPrefService.js +lib/xulrunner45/components/nsCrashMonitor.js +lib/xulrunner45/components/nsDefaultCLH.js +lib/xulrunner45/components/nsDownloadManagerUI.js +lib/xulrunner45/components/nsFilePicker.js +lib/xulrunner45/components/nsFormAutoComplete.js +lib/xulrunner45/components/nsFormHistory.js +lib/xulrunner45/components/nsHandlerService.js +lib/xulrunner45/components/nsHelperAppDlg.js +lib/xulrunner45/components/nsINIProcessor.js +lib/xulrunner45/components/nsInputListAutoComplete.js +lib/xulrunner45/components/nsLivemarkService.js +lib/xulrunner45/components/nsLoginInfo.js +lib/xulrunner45/components/nsLoginManager.js +lib/xulrunner45/components/nsLoginManagerPrompter.js +lib/xulrunner45/components/nsPlacesAutoComplete.js +lib/xulrunner45/components/nsPlacesExpiration.js +lib/xulrunner45/components/nsPrompter.js +lib/xulrunner45/components/nsSearchService.js +lib/xulrunner45/components/nsSearchSuggestions.js +lib/xulrunner45/components/nsSidebar.js +lib/xulrunner45/components/nsTaggingService.js +lib/xulrunner45/components/nsTerminatorTelemetry.js +lib/xulrunner45/components/nsURLFormatter.js +lib/xulrunner45/components/nsUpdateTimerManager.js +lib/xulrunner45/components/nsUrlClassifierHashCompleter.js +lib/xulrunner45/components/nsUrlClassifierLib.js +lib/xulrunner45/components/nsUrlClassifierListManager.js +lib/xulrunner45/components/nsWebHandlerApp.js +lib/xulrunner45/components/recording-cmdline.js +lib/xulrunner45/components/simpleServices.js +lib/xulrunner45/components/storage-json.js +lib/xulrunner45/components/txEXSLTRegExFunctions.js +lib/xulrunner45/defaults/autoconfig/prefcalls.js +lib/xulrunner45/defaults/pref/services-common.js +lib/xulrunner45/defaults/pref/services-sync.js +lib/xulrunner45/defaults/pref/xulrunner.js +lib/xulrunner45/defaults/profile/US/chrome/userChrome-example.css +lib/xulrunner45/defaults/profile/US/chrome/userContent-example.css +lib/xulrunner45/defaults/profile/US/localstore.rdf +lib/xulrunner45/defaults/profile/chrome/userChrome-example.css +lib/xulrunner45/defaults/profile/chrome/userContent-example.css +lib/xulrunner45/defaults/profile/localstore.rdf +lib/xulrunner45/dependentlibs.list +lib/xulrunner45/dictionaries/en-US.aff +lib/xulrunner45/dictionaries/en-US.dic +lib/xulrunner45/gmp-clearkey/0.1/clearkey.info +lib/xulrunner45/gmp-clearkey/0.1/libclearkey.so +lib/xulrunner45/gmp-fake/1.0/fake.info +lib/xulrunner45/gmp-fake/1.0/fake.voucher +lib/xulrunner45/gmp-fake/1.0/libfake.so +lib/xulrunner45/gmp-fakeopenh264/1.0/fakeopenh264.info +lib/xulrunner45/gmp-fakeopenh264/1.0/fakeopenh264.voucher +lib/xulrunner45/gmp-fakeopenh264/1.0/libfakeopenh264.so +lib/xulrunner45/greprefs.js +lib/xulrunner45/hyphenation/hyph_af.dic +lib/xulrunner45/hyphenation/hyph_bg.dic +lib/xulrunner45/hyphenation/hyph_ca.dic +lib/xulrunner45/hyphenation/hyph_cy.dic +lib/xulrunner45/hyphenation/hyph_da.dic +lib/xulrunner45/hyphenation/hyph_de-1901.dic +lib/xulrunner45/hyphenation/hyph_de-1996.dic +lib/xulrunner45/hyphenation/hyph_de-CH.dic +lib/xulrunner45/hyphenation/hyph_en_US.dic +lib/xulrunner45/hyphenation/hyph_eo.dic +lib/xulrunner45/hyphenation/hyph_es.dic +lib/xulrunner45/hyphenation/hyph_et.dic +lib/xulrunner45/hyphenation/hyph_fi.dic +lib/xulrunner45/hyphenation/hyph_fr.dic +lib/xulrunner45/hyphenation/hyph_gl.dic +lib/xulrunner45/hyphenation/hyph_hr.dic +lib/xulrunner45/hyphenation/hyph_hsb.dic +lib/xulrunner45/hyphenation/hyph_hu.dic +lib/xulrunner45/hyphenation/hyph_ia.dic +lib/xulrunner45/hyphenation/hyph_is.dic +lib/xulrunner45/hyphenation/hyph_it.dic +lib/xulrunner45/hyphenation/hyph_kmr.dic +lib/xulrunner45/hyphenation/hyph_la.dic +lib/xulrunner45/hyphenation/hyph_lt.dic +lib/xulrunner45/hyphenation/hyph_mn.dic +lib/xulrunner45/hyphenation/hyph_nb.dic +lib/xulrunner45/hyphenation/hyph_nl.dic +lib/xulrunner45/hyphenation/hyph_nn.dic +lib/xulrunner45/hyphenation/hyph_pl.dic +lib/xulrunner45/hyphenation/hyph_pt.dic +lib/xulrunner45/hyphenation/hyph_ru.dic +lib/xulrunner45/hyphenation/hyph_sh.dic +lib/xulrunner45/hyphenation/hyph_sl.dic +lib/xulrunner45/hyphenation/hyph_sv.dic +lib/xulrunner45/hyphenation/hyph_tr.dic +lib/xulrunner45/hyphenation/hyph_uk.dic +lib/xulrunner45/idl +lib/xulrunner45/include +lib/xulrunner45/js-gdb.py +lib/xulrunner45/lib +lib/xulrunner45/liblgpllibs.so +lib/xulrunner45/libmozglue.a +lib/xulrunner45/libmozsqlite3.so +lib/xulrunner45/libunicharutil_external_s.a +lib/xulrunner45/libxpcomglue.a +lib/xulrunner45/libxpcomglue_s.a +lib/xulrunner45/libxul.so +lib/xulrunner45/modules/AboutReader.jsm +lib/xulrunner45/modules/ActivitiesService.jsm +lib/xulrunner45/modules/ActivitiesServiceFilter.jsm +lib/xulrunner45/modules/AddonManager.jsm +lib/xulrunner45/modules/AlarmDB.jsm +lib/xulrunner45/modules/AlarmService.jsm +lib/xulrunner45/modules/AppConstants.jsm +lib/xulrunner45/modules/AppDownloadManager.jsm +lib/xulrunner45/modules/AppsServiceChild.jsm +lib/xulrunner45/modules/AppsUtils.jsm +lib/xulrunner45/modules/AsyncShutdown.jsm +lib/xulrunner45/modules/AsyncSpellCheckTestHelper.jsm +lib/xulrunner45/modules/AutoCompleteE10S.jsm +lib/xulrunner45/modules/BackgroundPageThumbs.jsm +lib/xulrunner45/modules/Battery.jsm +lib/xulrunner45/modules/BinarySearch.jsm +lib/xulrunner45/modules/BookmarkHTMLUtils.jsm +lib/xulrunner45/modules/BookmarkJSONUtils.jsm +lib/xulrunner45/modules/Bookmarks.jsm +lib/xulrunner45/modules/BrowserElementPromptService.jsm +lib/xulrunner45/modules/BrowserUtils.jsm +lib/xulrunner45/modules/CertUtils.jsm +lib/xulrunner45/modules/CharsetMenu.jsm +lib/xulrunner45/modules/ChromeManifestParser.jsm +lib/xulrunner45/modules/ClientID.jsm +lib/xulrunner45/modules/ClusterLib.js +lib/xulrunner45/modules/ColorAnalyzer_worker.js +lib/xulrunner45/modules/ColorConversion.js +lib/xulrunner45/modules/CommonDialog.jsm +lib/xulrunner45/modules/CompatWarning.jsm +lib/xulrunner45/modules/Console.jsm +lib/xulrunner45/modules/ContactDB.jsm +lib/xulrunner45/modules/ContactService.jsm +lib/xulrunner45/modules/ContentPrefInstance.jsm +lib/xulrunner45/modules/ContentPrefService2.jsm +lib/xulrunner45/modules/ContentPrefServiceChild.jsm +lib/xulrunner45/modules/ContentPrefServiceParent.jsm +lib/xulrunner45/modules/ContentPrefStore.jsm +lib/xulrunner45/modules/ContentPrefUtils.jsm +lib/xulrunner45/modules/CrashMonitor.jsm +lib/xulrunner45/modules/Credentials.jsm +lib/xulrunner45/modules/DOMRequestHelper.jsm +lib/xulrunner45/modules/DataStoreChangeNotifier.jsm +lib/xulrunner45/modules/DataStoreCursorImpl.jsm +lib/xulrunner45/modules/DataStoreDB.jsm +lib/xulrunner45/modules/DeferredSave.jsm +lib/xulrunner45/modules/DeferredTask.jsm +lib/xulrunner45/modules/Deprecated.jsm +lib/xulrunner45/modules/DownloadCore.jsm +lib/xulrunner45/modules/DownloadImport.jsm +lib/xulrunner45/modules/DownloadIntegration.jsm +lib/xulrunner45/modules/DownloadLastDir.jsm +lib/xulrunner45/modules/DownloadList.jsm +lib/xulrunner45/modules/DownloadPaths.jsm +lib/xulrunner45/modules/DownloadStore.jsm +lib/xulrunner45/modules/DownloadTaskbarProgress.jsm +lib/xulrunner45/modules/DownloadUIHelper.jsm +lib/xulrunner45/modules/DownloadUtils.jsm +lib/xulrunner45/modules/Downloads.jsm +lib/xulrunner45/modules/Extension.jsm +lib/xulrunner45/modules/ExtensionContent.jsm +lib/xulrunner45/modules/ExtensionManagement.jsm +lib/xulrunner45/modules/ExtensionStorage.jsm +lib/xulrunner45/modules/ExtensionUtils.jsm +lib/xulrunner45/modules/FileUtils.jsm +lib/xulrunner45/modules/Finder.jsm +lib/xulrunner45/modules/ForgetAboutSite.jsm +lib/xulrunner45/modules/FormAutofill.jsm +lib/xulrunner45/modules/FormAutofillIntegration.jsm +lib/xulrunner45/modules/FormData.jsm +lib/xulrunner45/modules/FormHistory.jsm +lib/xulrunner45/modules/FrameWorker.jsm +lib/xulrunner45/modules/FrameWorkerContent.js +lib/xulrunner45/modules/FreeSpaceWatcher.jsm +lib/xulrunner45/modules/FxAccounts.jsm +lib/xulrunner45/modules/FxAccountsClient.jsm +lib/xulrunner45/modules/FxAccountsCommon.js +lib/xulrunner45/modules/FxAccountsOAuthClient.jsm +lib/xulrunner45/modules/FxAccountsOAuthGrantClient.jsm +lib/xulrunner45/modules/FxAccountsProfile.jsm +lib/xulrunner45/modules/FxAccountsProfileClient.jsm +lib/xulrunner45/modules/FxAccountsStorage.jsm +lib/xulrunner45/modules/FxAccountsWebChannel.jsm +lib/xulrunner45/modules/GMPInstallManager.jsm +lib/xulrunner45/modules/GMPUtils.jsm +lib/xulrunner45/modules/Geometry.jsm +lib/xulrunner45/modules/HealthReport.jsm +lib/xulrunner45/modules/History.jsm +lib/xulrunner45/modules/Http.jsm +lib/xulrunner45/modules/ISO8601DateUtils.jsm +lib/xulrunner45/modules/ImageObjectProcessor.jsm +lib/xulrunner45/modules/ImportExport.jsm +lib/xulrunner45/modules/IndexedDBHelper.jsm +lib/xulrunner45/modules/InlineSpellChecker.jsm +lib/xulrunner45/modules/InlineSpellCheckerContent.jsm +lib/xulrunner45/modules/InsecurePasswordUtils.jsm +lib/xulrunner45/modules/InterAppCommService.jsm +lib/xulrunner45/modules/Keyboard.jsm +lib/xulrunner45/modules/Langpacks.jsm +lib/xulrunner45/modules/LightweightThemeConsumer.jsm +lib/xulrunner45/modules/LightweightThemeManager.jsm +lib/xulrunner45/modules/LoadContextInfo.jsm +lib/xulrunner45/modules/Locale.jsm +lib/xulrunner45/modules/Log.jsm +lib/xulrunner45/modules/LoginHelper.jsm +lib/xulrunner45/modules/LoginImport.jsm +lib/xulrunner45/modules/LoginManagerContent.jsm +lib/xulrunner45/modules/LoginManagerParent.jsm +lib/xulrunner45/modules/LoginRecipes.jsm +lib/xulrunner45/modules/LoginStore.jsm +lib/xulrunner45/modules/ManifestFinder.jsm +lib/xulrunner45/modules/ManifestObtainer.jsm +lib/xulrunner45/modules/ManifestProcessor.jsm +lib/xulrunner45/modules/MatchPattern.jsm +lib/xulrunner45/modules/MessageBroadcaster.jsm +lib/xulrunner45/modules/MessagePortBase.jsm +lib/xulrunner45/modules/MessagePortWorker.js +lib/xulrunner45/modules/Metrics.jsm +lib/xulrunner45/modules/Microformats.js +lib/xulrunner45/modules/MozSocialAPI.jsm +lib/xulrunner45/modules/NativeApp.jsm +lib/xulrunner45/modules/NetUtil.jsm +lib/xulrunner45/modules/NewTabUtils.jsm +lib/xulrunner45/modules/NotificationDB.jsm +lib/xulrunner45/modules/OSCrypto.jsm +lib/xulrunner45/modules/ObjectUtils.jsm +lib/xulrunner45/modules/OfflineCacheInstaller.jsm +lib/xulrunner45/modules/OperatorApps.jsm +lib/xulrunner45/modules/PageMenu.jsm +lib/xulrunner45/modules/PageMetadata.jsm +lib/xulrunner45/modules/PageThumbUtils.jsm +lib/xulrunner45/modules/PageThumbs.jsm +lib/xulrunner45/modules/PageThumbsWorker.js +lib/xulrunner45/modules/PerfMeasurement.jsm +lib/xulrunner45/modules/PermissionSettings.jsm +lib/xulrunner45/modules/PermissionsInstaller.jsm +lib/xulrunner45/modules/PermissionsTable.jsm +lib/xulrunner45/modules/PermissionsUtils.jsm +lib/xulrunner45/modules/PhoneNumber.jsm +lib/xulrunner45/modules/PhoneNumberMetaData.jsm +lib/xulrunner45/modules/PhoneNumberNormalizer.jsm +lib/xulrunner45/modules/PhoneNumberUtils.jsm +lib/xulrunner45/modules/PlacesBackups.jsm +lib/xulrunner45/modules/PlacesDBUtils.jsm +lib/xulrunner45/modules/PlacesRemoteTabsAutocompleteProvider.jsm +lib/xulrunner45/modules/PlacesSearchAutocompleteProvider.jsm +lib/xulrunner45/modules/PlacesTransactions.jsm +lib/xulrunner45/modules/PlacesUtils.jsm +lib/xulrunner45/modules/PluralForm.jsm +lib/xulrunner45/modules/PopupNotifications.jsm +lib/xulrunner45/modules/Preferences.jsm +lib/xulrunner45/modules/Prefetcher.jsm +lib/xulrunner45/modules/PresentationDeviceInfoManager.jsm +lib/xulrunner45/modules/PrivateBrowsingUtils.jsm +lib/xulrunner45/modules/ProfileAge.jsm +lib/xulrunner45/modules/Promise-backend.js +lib/xulrunner45/modules/Promise.jsm +lib/xulrunner45/modules/PromiseMessage.jsm +lib/xulrunner45/modules/PromiseUtils.jsm +lib/xulrunner45/modules/PromiseWorker.jsm +lib/xulrunner45/modules/PropertyListUtils.jsm +lib/xulrunner45/modules/PushCrypto.jsm +lib/xulrunner45/modules/PushDB.jsm +lib/xulrunner45/modules/PushRecord.jsm +lib/xulrunner45/modules/PushService.jsm +lib/xulrunner45/modules/PushServiceChildPreload.jsm +lib/xulrunner45/modules/PushServiceHttp2.jsm +lib/xulrunner45/modules/PushServiceWebSocket.jsm +lib/xulrunner45/modules/ReaderMode.jsm +lib/xulrunner45/modules/RemoteAddonsChild.jsm +lib/xulrunner45/modules/RemoteAddonsParent.jsm +lib/xulrunner45/modules/RemoteController.jsm +lib/xulrunner45/modules/RemoteFinder.jsm +lib/xulrunner45/modules/RemotePageManager.jsm +lib/xulrunner45/modules/RemoteSecurityUI.jsm +lib/xulrunner45/modules/RemoteWebProgress.jsm +lib/xulrunner45/modules/RequestAutocompleteUI.jsm +lib/xulrunner45/modules/RequestSyncApp.jsm +lib/xulrunner45/modules/RequestSyncService.jsm +lib/xulrunner45/modules/RequestSyncTask.jsm +lib/xulrunner45/modules/ResetProfile.jsm +lib/xulrunner45/modules/ResourceStatsDB.jsm +lib/xulrunner45/modules/ResourceStatsService.jsm +lib/xulrunner45/modules/RokuApp.jsm +lib/xulrunner45/modules/SafeBrowsing.jsm +lib/xulrunner45/modules/Schemas.jsm +lib/xulrunner45/modules/ScriptPreloader.jsm +lib/xulrunner45/modules/ScrollPosition.jsm +lib/xulrunner45/modules/SearchStaticData.jsm +lib/xulrunner45/modules/SearchSuggestionController.jsm +lib/xulrunner45/modules/SelectContentHelper.jsm +lib/xulrunner45/modules/SelectParentHelper.jsm +lib/xulrunner45/modules/Services.jsm +lib/xulrunner45/modules/SessionRecorder.jsm +lib/xulrunner45/modules/SettingsDB.jsm +lib/xulrunner45/modules/SettingsRequestManager.jsm +lib/xulrunner45/modules/SharedPromptUtils.jsm +lib/xulrunner45/modules/ShimWaiver.jsm +lib/xulrunner45/modules/ShortcutUtils.jsm +lib/xulrunner45/modules/SimpleServiceDiscovery.jsm +lib/xulrunner45/modules/Sntp.jsm +lib/xulrunner45/modules/SocialService.jsm +lib/xulrunner45/modules/SpatialNavigation.jsm +lib/xulrunner45/modules/Sqlite.jsm +lib/xulrunner45/modules/StoreTrustAnchor.jsm +lib/xulrunner45/modules/SystemMessagePermissionsChecker.jsm +lib/xulrunner45/modules/SystemUpdateService.jsm +lib/xulrunner45/modules/Task.jsm +lib/xulrunner45/modules/TelemetryArchive.jsm +lib/xulrunner45/modules/TelemetryController.jsm +lib/xulrunner45/modules/TelemetryEnvironment.jsm +lib/xulrunner45/modules/TelemetryLog.jsm +lib/xulrunner45/modules/TelemetryReportingPolicy.jsm +lib/xulrunner45/modules/TelemetrySend.jsm +lib/xulrunner45/modules/TelemetrySession.jsm +lib/xulrunner45/modules/TelemetryStopwatch.jsm +lib/xulrunner45/modules/TelemetryStorage.jsm +lib/xulrunner45/modules/TelemetryTimestamps.jsm +lib/xulrunner45/modules/TelemetryUtils.jsm +lib/xulrunner45/modules/ThirdPartyCookieProbe.jsm +lib/xulrunner45/modules/Timer.jsm +lib/xulrunner45/modules/Troubleshoot.jsm +lib/xulrunner45/modules/UITelemetry.jsm +lib/xulrunner45/modules/UpdateUtils.jsm +lib/xulrunner45/modules/UserAgentOverrides.jsm +lib/xulrunner45/modules/UserAgentUpdates.jsm +lib/xulrunner45/modules/UserCustomizations.jsm +lib/xulrunner45/modules/ValueExtractor.jsm +lib/xulrunner45/modules/ViewSourceBrowser.jsm +lib/xulrunner45/modules/WebChannel.jsm +lib/xulrunner45/modules/WebNavigation.jsm +lib/xulrunner45/modules/WebNavigationContent.js +lib/xulrunner45/modules/WebRequest.jsm +lib/xulrunner45/modules/WebRequestCommon.jsm +lib/xulrunner45/modules/WebRequestContent.js +lib/xulrunner45/modules/WebappOSUtils.jsm +lib/xulrunner45/modules/Webapps.jsm +lib/xulrunner45/modules/WindowDraggingUtils.jsm +lib/xulrunner45/modules/WorkerAPI.jsm +lib/xulrunner45/modules/XPCOMUtils.jsm +lib/xulrunner45/modules/XPathGenerator.jsm +lib/xulrunner45/modules/ZipUtils.jsm +lib/xulrunner45/modules/accessibility/AccessFu.jsm +lib/xulrunner45/modules/accessibility/Constants.jsm +lib/xulrunner45/modules/accessibility/ContentControl.jsm +lib/xulrunner45/modules/accessibility/EventManager.jsm +lib/xulrunner45/modules/accessibility/Gestures.jsm +lib/xulrunner45/modules/accessibility/OutputGenerator.jsm +lib/xulrunner45/modules/accessibility/PointerAdapter.jsm +lib/xulrunner45/modules/accessibility/Presentation.jsm +lib/xulrunner45/modules/accessibility/Traversal.jsm +lib/xulrunner45/modules/accessibility/Utils.jsm +lib/xulrunner45/modules/addons/AddonConstants.jsm +lib/xulrunner45/modules/addons/AddonLogging.jsm +lib/xulrunner45/modules/addons/AddonRepository.jsm +lib/xulrunner45/modules/addons/AddonRepository_SQLiteMigrator.jsm +lib/xulrunner45/modules/addons/AddonUpdateChecker.jsm +lib/xulrunner45/modules/addons/Content.js +lib/xulrunner45/modules/addons/GMPProvider.jsm +lib/xulrunner45/modules/addons/LightweightThemeImageOptimizer.jsm +lib/xulrunner45/modules/addons/PluginProvider.jsm +lib/xulrunner45/modules/addons/ProductAddonChecker.jsm +lib/xulrunner45/modules/addons/SpellCheckDictionaryBootstrap.js +lib/xulrunner45/modules/addons/WebExtensionBootstrap.js +lib/xulrunner45/modules/addons/XPIProvider.jsm +lib/xulrunner45/modules/addons/XPIProviderUtils.js +lib/xulrunner45/modules/commonjs/dev/debuggee.js +lib/xulrunner45/modules/commonjs/dev/frame-script.js +lib/xulrunner45/modules/commonjs/dev/panel.js +lib/xulrunner45/modules/commonjs/dev/panel/view.js +lib/xulrunner45/modules/commonjs/dev/ports.js +lib/xulrunner45/modules/commonjs/dev/theme.js +lib/xulrunner45/modules/commonjs/dev/theme/hooks.js +lib/xulrunner45/modules/commonjs/dev/toolbox.js +lib/xulrunner45/modules/commonjs/dev/utils.js +lib/xulrunner45/modules/commonjs/dev/volcan.js +lib/xulrunner45/modules/commonjs/diffpatcher/diff.js +lib/xulrunner45/modules/commonjs/diffpatcher/index.js +lib/xulrunner45/modules/commonjs/diffpatcher/patch.js +lib/xulrunner45/modules/commonjs/diffpatcher/rebase.js +lib/xulrunner45/modules/commonjs/diffpatcher/test/common.js +lib/xulrunner45/modules/commonjs/diffpatcher/test/diff.js +lib/xulrunner45/modules/commonjs/diffpatcher/test/index.js +lib/xulrunner45/modules/commonjs/diffpatcher/test/patch.js +lib/xulrunner45/modules/commonjs/diffpatcher/test/tap.js +lib/xulrunner45/modules/commonjs/framescript/FrameScriptManager.jsm +lib/xulrunner45/modules/commonjs/framescript/content.jsm +lib/xulrunner45/modules/commonjs/framescript/context-menu.js +lib/xulrunner45/modules/commonjs/framescript/manager.js +lib/xulrunner45/modules/commonjs/framescript/util.js +lib/xulrunner45/modules/commonjs/index.js +lib/xulrunner45/modules/commonjs/jetpack-id/index.js +lib/xulrunner45/modules/commonjs/method/core.js +lib/xulrunner45/modules/commonjs/method/test/browser.js +lib/xulrunner45/modules/commonjs/method/test/common.js +lib/xulrunner45/modules/commonjs/mozilla-toolkit-versioning/index.js +lib/xulrunner45/modules/commonjs/mozilla-toolkit-versioning/lib/utils.js +lib/xulrunner45/modules/commonjs/node/os.js +lib/xulrunner45/modules/commonjs/sdk/addon/bootstrap.js +lib/xulrunner45/modules/commonjs/sdk/addon/events.js +lib/xulrunner45/modules/commonjs/sdk/addon/host.js +lib/xulrunner45/modules/commonjs/sdk/addon/installer.js +lib/xulrunner45/modules/commonjs/sdk/addon/manager.js +lib/xulrunner45/modules/commonjs/sdk/addon/runner.js +lib/xulrunner45/modules/commonjs/sdk/addon/window.js +lib/xulrunner45/modules/commonjs/sdk/base64.js +lib/xulrunner45/modules/commonjs/sdk/browser/events.js +lib/xulrunner45/modules/commonjs/sdk/clipboard.js +lib/xulrunner45/modules/commonjs/sdk/console/plain-text.js +lib/xulrunner45/modules/commonjs/sdk/console/traceback.js +lib/xulrunner45/modules/commonjs/sdk/content/content-worker.js +lib/xulrunner45/modules/commonjs/sdk/content/content.js +lib/xulrunner45/modules/commonjs/sdk/content/context-menu.js +lib/xulrunner45/modules/commonjs/sdk/content/events.js +lib/xulrunner45/modules/commonjs/sdk/content/l10n-html.js +lib/xulrunner45/modules/commonjs/sdk/content/loader.js +lib/xulrunner45/modules/commonjs/sdk/content/mod.js +lib/xulrunner45/modules/commonjs/sdk/content/page-mod.js +lib/xulrunner45/modules/commonjs/sdk/content/page-worker.js +lib/xulrunner45/modules/commonjs/sdk/content/sandbox.js +lib/xulrunner45/modules/commonjs/sdk/content/sandbox/events.js +lib/xulrunner45/modules/commonjs/sdk/content/tab-events.js +lib/xulrunner45/modules/commonjs/sdk/content/thumbnail.js +lib/xulrunner45/modules/commonjs/sdk/content/utils.js +lib/xulrunner45/modules/commonjs/sdk/content/worker-child.js +lib/xulrunner45/modules/commonjs/sdk/content/worker.js +lib/xulrunner45/modules/commonjs/sdk/context-menu.js +lib/xulrunner45/modules/commonjs/sdk/context-menu/context.js +lib/xulrunner45/modules/commonjs/sdk/context-menu/core.js +lib/xulrunner45/modules/commonjs/sdk/context-menu/readers.js +lib/xulrunner45/modules/commonjs/sdk/context-menu@2.js +lib/xulrunner45/modules/commonjs/sdk/core/disposable.js +lib/xulrunner45/modules/commonjs/sdk/core/heritage.js +lib/xulrunner45/modules/commonjs/sdk/core/namespace.js +lib/xulrunner45/modules/commonjs/sdk/core/observer.js +lib/xulrunner45/modules/commonjs/sdk/core/promise.js +lib/xulrunner45/modules/commonjs/sdk/core/reference.js +lib/xulrunner45/modules/commonjs/sdk/deprecated/api-utils.js +lib/xulrunner45/modules/commonjs/sdk/deprecated/events/assembler.js +lib/xulrunner45/modules/commonjs/sdk/deprecated/sync-worker.js +lib/xulrunner45/modules/commonjs/sdk/deprecated/unit-test-finder.js +lib/xulrunner45/modules/commonjs/sdk/deprecated/unit-test.js +lib/xulrunner45/modules/commonjs/sdk/deprecated/window-utils.js +lib/xulrunner45/modules/commonjs/sdk/dom/events-shimmed.js +lib/xulrunner45/modules/commonjs/sdk/dom/events.js +lib/xulrunner45/modules/commonjs/sdk/dom/events/keys.js +lib/xulrunner45/modules/commonjs/sdk/event/chrome.js +lib/xulrunner45/modules/commonjs/sdk/event/core.js +lib/xulrunner45/modules/commonjs/sdk/event/dom.js +lib/xulrunner45/modules/commonjs/sdk/event/target.js +lib/xulrunner45/modules/commonjs/sdk/event/utils.js +lib/xulrunner45/modules/commonjs/sdk/frame/hidden-frame.js +lib/xulrunner45/modules/commonjs/sdk/frame/utils.js +lib/xulrunner45/modules/commonjs/sdk/fs/path.js +lib/xulrunner45/modules/commonjs/sdk/hotkeys.js +lib/xulrunner45/modules/commonjs/sdk/indexed-db.js +lib/xulrunner45/modules/commonjs/sdk/input/browser.js +lib/xulrunner45/modules/commonjs/sdk/input/customizable-ui.js +lib/xulrunner45/modules/commonjs/sdk/input/frame.js +lib/xulrunner45/modules/commonjs/sdk/input/system.js +lib/xulrunner45/modules/commonjs/sdk/io/buffer.js +lib/xulrunner45/modules/commonjs/sdk/io/byte-streams.js +lib/xulrunner45/modules/commonjs/sdk/io/file.js +lib/xulrunner45/modules/commonjs/sdk/io/fs.js +lib/xulrunner45/modules/commonjs/sdk/io/stream.js +lib/xulrunner45/modules/commonjs/sdk/io/text-streams.js +lib/xulrunner45/modules/commonjs/sdk/keyboard/hotkeys.js +lib/xulrunner45/modules/commonjs/sdk/keyboard/observer.js +lib/xulrunner45/modules/commonjs/sdk/keyboard/utils.js +lib/xulrunner45/modules/commonjs/sdk/l10n.js +lib/xulrunner45/modules/commonjs/sdk/l10n/core.js +lib/xulrunner45/modules/commonjs/sdk/l10n/html.js +lib/xulrunner45/modules/commonjs/sdk/l10n/json/core.js +lib/xulrunner45/modules/commonjs/sdk/l10n/loader.js +lib/xulrunner45/modules/commonjs/sdk/l10n/locale.js +lib/xulrunner45/modules/commonjs/sdk/l10n/plural-rules.js +lib/xulrunner45/modules/commonjs/sdk/l10n/prefs.js +lib/xulrunner45/modules/commonjs/sdk/l10n/properties/core.js +lib/xulrunner45/modules/commonjs/sdk/lang/functional.js +lib/xulrunner45/modules/commonjs/sdk/lang/functional/concurrent.js +lib/xulrunner45/modules/commonjs/sdk/lang/functional/core.js +lib/xulrunner45/modules/commonjs/sdk/lang/functional/helpers.js +lib/xulrunner45/modules/commonjs/sdk/lang/type.js +lib/xulrunner45/modules/commonjs/sdk/lang/weak-set.js +lib/xulrunner45/modules/commonjs/sdk/loader/cuddlefish.js +lib/xulrunner45/modules/commonjs/sdk/loader/sandbox.js +lib/xulrunner45/modules/commonjs/sdk/messaging.js +lib/xulrunner45/modules/commonjs/sdk/model/core.js +lib/xulrunner45/modules/commonjs/sdk/net/url.js +lib/xulrunner45/modules/commonjs/sdk/net/xhr.js +lib/xulrunner45/modules/commonjs/sdk/notifications.js +lib/xulrunner45/modules/commonjs/sdk/output/system.js +lib/xulrunner45/modules/commonjs/sdk/page-mod.js +lib/xulrunner45/modules/commonjs/sdk/page-mod/match-pattern.js +lib/xulrunner45/modules/commonjs/sdk/page-worker.js +lib/xulrunner45/modules/commonjs/sdk/panel.js +lib/xulrunner45/modules/commonjs/sdk/panel/events.js +lib/xulrunner45/modules/commonjs/sdk/panel/utils.js +lib/xulrunner45/modules/commonjs/sdk/passwords.js +lib/xulrunner45/modules/commonjs/sdk/passwords/utils.js +lib/xulrunner45/modules/commonjs/sdk/places/bookmarks.js +lib/xulrunner45/modules/commonjs/sdk/places/contract.js +lib/xulrunner45/modules/commonjs/sdk/places/events.js +lib/xulrunner45/modules/commonjs/sdk/places/favicon.js +lib/xulrunner45/modules/commonjs/sdk/places/history.js +lib/xulrunner45/modules/commonjs/sdk/places/host/host-bookmarks.js +lib/xulrunner45/modules/commonjs/sdk/places/host/host-query.js +lib/xulrunner45/modules/commonjs/sdk/places/host/host-tags.js +lib/xulrunner45/modules/commonjs/sdk/places/utils.js +lib/xulrunner45/modules/commonjs/sdk/platform/xpcom.js +lib/xulrunner45/modules/commonjs/sdk/preferences/event-target.js +lib/xulrunner45/modules/commonjs/sdk/preferences/native-options.js +lib/xulrunner45/modules/commonjs/sdk/preferences/service.js +lib/xulrunner45/modules/commonjs/sdk/preferences/utils.js +lib/xulrunner45/modules/commonjs/sdk/private-browsing.js +lib/xulrunner45/modules/commonjs/sdk/private-browsing/utils.js +lib/xulrunner45/modules/commonjs/sdk/querystring.js +lib/xulrunner45/modules/commonjs/sdk/remote/child.js +lib/xulrunner45/modules/commonjs/sdk/remote/core.js +lib/xulrunner45/modules/commonjs/sdk/remote/parent.js +lib/xulrunner45/modules/commonjs/sdk/remote/utils.js +lib/xulrunner45/modules/commonjs/sdk/request.js +lib/xulrunner45/modules/commonjs/sdk/selection.js +lib/xulrunner45/modules/commonjs/sdk/self.js +lib/xulrunner45/modules/commonjs/sdk/simple-prefs.js +lib/xulrunner45/modules/commonjs/sdk/simple-storage.js +lib/xulrunner45/modules/commonjs/sdk/stylesheet/style.js +lib/xulrunner45/modules/commonjs/sdk/stylesheet/utils.js +lib/xulrunner45/modules/commonjs/sdk/system.js +lib/xulrunner45/modules/commonjs/sdk/system/child_process.js +lib/xulrunner45/modules/commonjs/sdk/system/child_process/subprocess.js +lib/xulrunner45/modules/commonjs/sdk/system/child_process/subprocess_worker_unix.js +lib/xulrunner45/modules/commonjs/sdk/system/child_process/subprocess_worker_win.js +lib/xulrunner45/modules/commonjs/sdk/system/environment.js +lib/xulrunner45/modules/commonjs/sdk/system/events-shimmed.js +lib/xulrunner45/modules/commonjs/sdk/system/events.js +lib/xulrunner45/modules/commonjs/sdk/system/globals.js +lib/xulrunner45/modules/commonjs/sdk/system/process.js +lib/xulrunner45/modules/commonjs/sdk/system/runtime.js +lib/xulrunner45/modules/commonjs/sdk/system/unload.js +lib/xulrunner45/modules/commonjs/sdk/system/xul-app.js +lib/xulrunner45/modules/commonjs/sdk/system/xul-app.jsm +lib/xulrunner45/modules/commonjs/sdk/tab/events.js +lib/xulrunner45/modules/commonjs/sdk/tabs.js +lib/xulrunner45/modules/commonjs/sdk/tabs/common.js +lib/xulrunner45/modules/commonjs/sdk/tabs/events.js +lib/xulrunner45/modules/commonjs/sdk/tabs/helpers.js +lib/xulrunner45/modules/commonjs/sdk/tabs/namespace.js +lib/xulrunner45/modules/commonjs/sdk/tabs/observer.js +lib/xulrunner45/modules/commonjs/sdk/tabs/tab-fennec.js +lib/xulrunner45/modules/commonjs/sdk/tabs/tab-firefox.js +lib/xulrunner45/modules/commonjs/sdk/tabs/tab.js +lib/xulrunner45/modules/commonjs/sdk/tabs/tabs-firefox.js +lib/xulrunner45/modules/commonjs/sdk/tabs/utils.js +lib/xulrunner45/modules/commonjs/sdk/tabs/worker.js +lib/xulrunner45/modules/commonjs/sdk/test.js +lib/xulrunner45/modules/commonjs/sdk/test/assert.js +lib/xulrunner45/modules/commonjs/sdk/test/harness.js +lib/xulrunner45/modules/commonjs/sdk/test/httpd.js +lib/xulrunner45/modules/commonjs/sdk/test/loader.js +lib/xulrunner45/modules/commonjs/sdk/test/memory.js +lib/xulrunner45/modules/commonjs/sdk/test/options.js +lib/xulrunner45/modules/commonjs/sdk/test/runner.js +lib/xulrunner45/modules/commonjs/sdk/test/utils.js +lib/xulrunner45/modules/commonjs/sdk/timers.js +lib/xulrunner45/modules/commonjs/sdk/ui.js +lib/xulrunner45/modules/commonjs/sdk/ui/button/action.js +lib/xulrunner45/modules/commonjs/sdk/ui/button/contract.js +lib/xulrunner45/modules/commonjs/sdk/ui/button/toggle.js +lib/xulrunner45/modules/commonjs/sdk/ui/button/view.js +lib/xulrunner45/modules/commonjs/sdk/ui/button/view/events.js +lib/xulrunner45/modules/commonjs/sdk/ui/component.js +lib/xulrunner45/modules/commonjs/sdk/ui/frame.js +lib/xulrunner45/modules/commonjs/sdk/ui/frame/model.js +lib/xulrunner45/modules/commonjs/sdk/ui/frame/view.html +lib/xulrunner45/modules/commonjs/sdk/ui/frame/view.js +lib/xulrunner45/modules/commonjs/sdk/ui/id.js +lib/xulrunner45/modules/commonjs/sdk/ui/sidebar.js +lib/xulrunner45/modules/commonjs/sdk/ui/sidebar/actions.js +lib/xulrunner45/modules/commonjs/sdk/ui/sidebar/contract.js +lib/xulrunner45/modules/commonjs/sdk/ui/sidebar/namespace.js +lib/xulrunner45/modules/commonjs/sdk/ui/sidebar/utils.js +lib/xulrunner45/modules/commonjs/sdk/ui/sidebar/view.js +lib/xulrunner45/modules/commonjs/sdk/ui/state.js +lib/xulrunner45/modules/commonjs/sdk/ui/state/events.js +lib/xulrunner45/modules/commonjs/sdk/ui/toolbar.js +lib/xulrunner45/modules/commonjs/sdk/ui/toolbar/model.js +lib/xulrunner45/modules/commonjs/sdk/ui/toolbar/view.js +lib/xulrunner45/modules/commonjs/sdk/uri/resource.js +lib/xulrunner45/modules/commonjs/sdk/url.js +lib/xulrunner45/modules/commonjs/sdk/url/utils.js +lib/xulrunner45/modules/commonjs/sdk/util/array.js +lib/xulrunner45/modules/commonjs/sdk/util/collection.js +lib/xulrunner45/modules/commonjs/sdk/util/contract.js +lib/xulrunner45/modules/commonjs/sdk/util/deprecate.js +lib/xulrunner45/modules/commonjs/sdk/util/dispatcher.js +lib/xulrunner45/modules/commonjs/sdk/util/list.js +lib/xulrunner45/modules/commonjs/sdk/util/match-pattern.js +lib/xulrunner45/modules/commonjs/sdk/util/object.js +lib/xulrunner45/modules/commonjs/sdk/util/rules.js +lib/xulrunner45/modules/commonjs/sdk/util/sequence.js +lib/xulrunner45/modules/commonjs/sdk/util/uuid.js +lib/xulrunner45/modules/commonjs/sdk/view/core.js +lib/xulrunner45/modules/commonjs/sdk/window/browser.js +lib/xulrunner45/modules/commonjs/sdk/window/events.js +lib/xulrunner45/modules/commonjs/sdk/window/helpers.js +lib/xulrunner45/modules/commonjs/sdk/window/namespace.js +lib/xulrunner45/modules/commonjs/sdk/window/utils.js +lib/xulrunner45/modules/commonjs/sdk/windows.js +lib/xulrunner45/modules/commonjs/sdk/windows/fennec.js +lib/xulrunner45/modules/commonjs/sdk/windows/firefox.js +lib/xulrunner45/modules/commonjs/sdk/windows/observer.js +lib/xulrunner45/modules/commonjs/sdk/windows/tabs-fennec.js +lib/xulrunner45/modules/commonjs/sdk/worker/utils.js +lib/xulrunner45/modules/commonjs/sdk/zip/utils.js +lib/xulrunner45/modules/commonjs/test.js +lib/xulrunner45/modules/commonjs/toolkit/loader.js +lib/xulrunner45/modules/commonjs/toolkit/require.js +lib/xulrunner45/modules/ctypes.jsm +lib/xulrunner45/modules/debug.js +lib/xulrunner45/modules/devtools/Console.jsm +lib/xulrunner45/modules/devtools/Loader.jsm +lib/xulrunner45/modules/devtools/Simulator.jsm +lib/xulrunner45/modules/devtools/dbg-client.jsm +lib/xulrunner45/modules/devtools/dbg-server.jsm +lib/xulrunner45/modules/devtools/event-emitter.js +lib/xulrunner45/modules/devtools/shared/Console.jsm +lib/xulrunner45/modules/devtools/shared/Loader.jsm +lib/xulrunner45/modules/devtools/shared/apps/Simulator.jsm +lib/xulrunner45/modules/identity/FirefoxAccounts.jsm +lib/xulrunner45/modules/identity/Identity.jsm +lib/xulrunner45/modules/identity/IdentityProvider.jsm +lib/xulrunner45/modules/identity/IdentityStore.jsm +lib/xulrunner45/modules/identity/IdentityUtils.jsm +lib/xulrunner45/modules/identity/LogUtils.jsm +lib/xulrunner45/modules/identity/MinimalIdentity.jsm +lib/xulrunner45/modules/identity/RelyingParty.jsm +lib/xulrunner45/modules/identity/Sandbox.jsm +lib/xulrunner45/modules/identity/jwcrypto.jsm +lib/xulrunner45/modules/jsdebugger.jsm +lib/xulrunner45/modules/lz4.js +lib/xulrunner45/modules/lz4_internal.js +lib/xulrunner45/modules/mcc_iso3166_table.jsm +lib/xulrunner45/modules/media/IdpSandbox.jsm +lib/xulrunner45/modules/media/PeerConnectionIdp.jsm +lib/xulrunner45/modules/media/RTCStatsReport.jsm +lib/xulrunner45/modules/nsFormAutoCompleteResult.jsm +lib/xulrunner45/modules/osfile.jsm +lib/xulrunner45/modules/osfile/osfile_async_front.jsm +lib/xulrunner45/modules/osfile/osfile_async_worker.js +lib/xulrunner45/modules/osfile/osfile_native.jsm +lib/xulrunner45/modules/osfile/osfile_shared_allthreads.jsm +lib/xulrunner45/modules/osfile/osfile_shared_front.jsm +lib/xulrunner45/modules/osfile/osfile_unix_allthreads.jsm +lib/xulrunner45/modules/osfile/osfile_unix_back.jsm +lib/xulrunner45/modules/osfile/osfile_unix_front.jsm +lib/xulrunner45/modules/osfile/osfile_win_allthreads.jsm +lib/xulrunner45/modules/osfile/osfile_win_back.jsm +lib/xulrunner45/modules/osfile/osfile_win_front.jsm +lib/xulrunner45/modules/osfile/ospath.jsm +lib/xulrunner45/modules/osfile/ospath_unix.jsm +lib/xulrunner45/modules/osfile/ospath_win.jsm +lib/xulrunner45/modules/reader/JSDOMParser.js +lib/xulrunner45/modules/reader/Readability.js +lib/xulrunner45/modules/reader/ReaderWorker.js +lib/xulrunner45/modules/reader/ReaderWorker.jsm +lib/xulrunner45/modules/reflect.jsm +lib/xulrunner45/modules/sdk/bootstrap.js +lib/xulrunner45/modules/sdk/system/Startup.js +lib/xulrunner45/modules/services-common/async.js +lib/xulrunner45/modules/services-common/bagheeraclient.js +lib/xulrunner45/modules/services-common/hawkclient.js +lib/xulrunner45/modules/services-common/hawkrequest.js +lib/xulrunner45/modules/services-common/logmanager.js +lib/xulrunner45/modules/services-common/moz-kinto-client.js +lib/xulrunner45/modules/services-common/observers.js +lib/xulrunner45/modules/services-common/rest.js +lib/xulrunner45/modules/services-common/stringbundle.js +lib/xulrunner45/modules/services-common/tokenserverclient.js +lib/xulrunner45/modules/services-common/utils.js +lib/xulrunner45/modules/services-crypto/WeaveCrypto.js +lib/xulrunner45/modules/services-crypto/utils.js +lib/xulrunner45/modules/services-sync/FxaMigrator.jsm +lib/xulrunner45/modules/services-sync/SyncedTabs.jsm +lib/xulrunner45/modules/services-sync/addonsreconciler.js +lib/xulrunner45/modules/services-sync/addonutils.js +lib/xulrunner45/modules/services-sync/browserid_identity.js +lib/xulrunner45/modules/services-sync/constants.js +lib/xulrunner45/modules/services-sync/engines.js +lib/xulrunner45/modules/services-sync/engines/addons.js +lib/xulrunner45/modules/services-sync/engines/bookmarks.js +lib/xulrunner45/modules/services-sync/engines/clients.js +lib/xulrunner45/modules/services-sync/engines/forms.js +lib/xulrunner45/modules/services-sync/engines/history.js +lib/xulrunner45/modules/services-sync/engines/passwords.js +lib/xulrunner45/modules/services-sync/engines/prefs.js +lib/xulrunner45/modules/services-sync/engines/tabs.js +lib/xulrunner45/modules/services-sync/healthreport.jsm +lib/xulrunner45/modules/services-sync/identity.js +lib/xulrunner45/modules/services-sync/jpakeclient.js +lib/xulrunner45/modules/services-sync/keys.js +lib/xulrunner45/modules/services-sync/main.js +lib/xulrunner45/modules/services-sync/policies.js +lib/xulrunner45/modules/services-sync/record.js +lib/xulrunner45/modules/services-sync/resource.js +lib/xulrunner45/modules/services-sync/rest.js +lib/xulrunner45/modules/services-sync/service.js +lib/xulrunner45/modules/services-sync/stages/cluster.js +lib/xulrunner45/modules/services-sync/stages/declined.js +lib/xulrunner45/modules/services-sync/stages/enginesync.js +lib/xulrunner45/modules/services-sync/status.js +lib/xulrunner45/modules/services-sync/userapi.js +lib/xulrunner45/modules/services-sync/util.js +lib/xulrunner45/modules/services/datareporting/policy.jsm +lib/xulrunner45/modules/services/healthreport/healthreporter.jsm +lib/xulrunner45/modules/services/healthreport/profile.jsm +lib/xulrunner45/modules/services/healthreport/providers.jsm +lib/xulrunner45/modules/services/metrics/dataprovider.jsm +lib/xulrunner45/modules/services/metrics/providermanager.jsm +lib/xulrunner45/modules/services/metrics/storage.jsm +lib/xulrunner45/modules/sqlite/sqlite_internal.js +lib/xulrunner45/modules/vtt.jsm +lib/xulrunner45/modules/workers/PromiseWorker.js +lib/xulrunner45/modules/workers/require.js +lib/xulrunner45/pkgconfig/libxul-embedding.pc +lib/xulrunner45/pkgconfig/libxul.pc +lib/xulrunner45/pkgconfig/mozilla-js.pc +lib/xulrunner45/pkgconfig/mozilla-plugin.pc +lib/xulrunner45/platform.ini +lib/xulrunner45/plugin-container +lib/xulrunner45/res/EditorOverride.css +lib/xulrunner45/res/ImageDocument.css +lib/xulrunner45/res/TopLevelImageDocument.css +lib/xulrunner45/res/TopLevelVideoDocument.css +lib/xulrunner45/res/accessiblecaret.png +lib/xulrunner45/res/accessiblecaret@1.5x.png +lib/xulrunner45/res/accessiblecaret@2.25x.png +lib/xulrunner45/res/accessiblecaret@2x.png +lib/xulrunner45/res/accessiblecaret_tilt_left.png +lib/xulrunner45/res/accessiblecaret_tilt_left@1.5x.png +lib/xulrunner45/res/accessiblecaret_tilt_left@2.25x.png +lib/xulrunner45/res/accessiblecaret_tilt_left@2x.png +lib/xulrunner45/res/accessiblecaret_tilt_right.png +lib/xulrunner45/res/accessiblecaret_tilt_right@1.5x.png +lib/xulrunner45/res/accessiblecaret_tilt_right@2.25x.png +lib/xulrunner45/res/accessiblecaret_tilt_right@2x.png +lib/xulrunner45/res/contenteditable.css +lib/xulrunner45/res/designmode.css +lib/xulrunner45/res/dtd/htmlmathml-f.ent +lib/xulrunner45/res/entityTables/html40Latin1.properties +lib/xulrunner45/res/entityTables/html40Special.properties +lib/xulrunner45/res/entityTables/html40Symbols.properties +lib/xulrunner45/res/entityTables/mathml20.properties +lib/xulrunner45/res/fonts/mathfont.properties +lib/xulrunner45/res/fonts/mathfontSTIXGeneral.properties +lib/xulrunner45/res/fonts/mathfontUnicode.properties +lib/xulrunner45/res/grabber.gif +lib/xulrunner45/res/html/folder.png +lib/xulrunner45/res/langGroups.properties +lib/xulrunner45/res/language.properties +lib/xulrunner45/res/svg.css +lib/xulrunner45/res/table-add-column-after-active.gif +lib/xulrunner45/res/table-add-column-after-hover.gif +lib/xulrunner45/res/table-add-column-after.gif +lib/xulrunner45/res/table-add-column-before-active.gif +lib/xulrunner45/res/table-add-column-before-hover.gif +lib/xulrunner45/res/table-add-column-before.gif +lib/xulrunner45/res/table-add-row-after-active.gif +lib/xulrunner45/res/table-add-row-after-hover.gif +lib/xulrunner45/res/table-add-row-after.gif +lib/xulrunner45/res/table-add-row-before-active.gif +lib/xulrunner45/res/table-add-row-before-hover.gif +lib/xulrunner45/res/table-add-row-before.gif +lib/xulrunner45/res/table-remove-column-active.gif +lib/xulrunner45/res/table-remove-column-hover.gif +lib/xulrunner45/res/table-remove-column.gif +lib/xulrunner45/res/table-remove-row-active.gif +lib/xulrunner45/res/table-remove-row-hover.gif +lib/xulrunner45/res/table-remove-row.gif +lib/xulrunner45/res/text_caret.png +lib/xulrunner45/res/text_caret@1.5x.png +lib/xulrunner45/res/text_caret@2.25x.png +lib/xulrunner45/res/text_caret@2x.png +lib/xulrunner45/res/text_caret_tilt_left.png +lib/xulrunner45/res/text_caret_tilt_left@1.5x.png +lib/xulrunner45/res/text_caret_tilt_left@2.25x.png +lib/xulrunner45/res/text_caret_tilt_left@2x.png +lib/xulrunner45/res/text_caret_tilt_right.png +lib/xulrunner45/res/text_caret_tilt_right@1.5x.png +lib/xulrunner45/res/text_caret_tilt_right@2.25x.png +lib/xulrunner45/res/text_caret_tilt_right@2x.png +lib/xulrunner45/sdk/bin/header.py +lib/xulrunner45/sdk/bin/ply/__init__.py +lib/xulrunner45/sdk/bin/ply/lex.py +lib/xulrunner45/sdk/bin/ply/yacc.py +lib/xulrunner45/sdk/bin/run-mozilla.sh +lib/xulrunner45/sdk/bin/typelib.py +lib/xulrunner45/sdk/bin/xpcshell +lib/xulrunner45/sdk/bin/xpidl.py +lib/xulrunner45/sdk/bin/xpidllex.py +lib/xulrunner45/sdk/bin/xpidlyacc.py +lib/xulrunner45/sdk/bin/xpt.py +lib/xulrunner45/sdk/lib/libmozglue.a +lib/xulrunner45/sdk/lib/libunicharutil_external_s.a +lib/xulrunner45/sdk/lib/libxpcomglue.a +lib/xulrunner45/sdk/lib/libxpcomglue_s.a +lib/xulrunner45/sdk/lib/libxul.so +lib/xulrunner45/update.locale +lib/xulrunner45/xpcom-config.h +lib/xulrunner45/xulrunner +lib/xulrunner45/xulrunner-stub +share/idl/xulrunner45/IJSDebugger.idl +share/idl/xulrunner45/amIAddonManager.idl +share/idl/xulrunner45/amIAddonPathService.idl +share/idl/xulrunner45/amIWebInstallListener.idl +share/idl/xulrunner45/amIWebInstaller.idl +share/idl/xulrunner45/domstubs.idl +share/idl/xulrunner45/extIApplication.idl +share/idl/xulrunner45/imgICache.idl +share/idl/xulrunner45/imgIContainer.idl +share/idl/xulrunner45/imgIContainerDebug.idl +share/idl/xulrunner45/imgIEncoder.idl +share/idl/xulrunner45/imgILoader.idl +share/idl/xulrunner45/imgINotificationObserver.idl +share/idl/xulrunner45/imgIOnloadBlocker.idl +share/idl/xulrunner45/imgIRequest.idl +share/idl/xulrunner45/imgIScriptedNotificationObserver.idl +share/idl/xulrunner45/imgITools.idl +share/idl/xulrunner45/inICSSValueSearch.idl +share/idl/xulrunner45/inIDOMUtils.idl +share/idl/xulrunner45/inIDOMView.idl +share/idl/xulrunner45/inIDeepTreeWalker.idl +share/idl/xulrunner45/inISearchObserver.idl +share/idl/xulrunner45/inISearchProcess.idl +share/idl/xulrunner45/mozIApplication.idl +share/idl/xulrunner45/mozIApplicationClearPrivateDataParams.idl +share/idl/xulrunner45/mozIAsyncFavicons.idl +share/idl/xulrunner45/mozIAsyncHistory.idl +share/idl/xulrunner45/mozIAsyncLivemarks.idl +share/idl/xulrunner45/mozIColorAnalyzer.idl +share/idl/xulrunner45/mozIDownloadPlatform.idl +share/idl/xulrunner45/mozIGeckoMediaPluginChromeService.idl +share/idl/xulrunner45/mozIGeckoMediaPluginService.idl +share/idl/xulrunner45/mozIJSSubScriptLoader.idl +share/idl/xulrunner45/mozIPersonalDictionary.idl +share/idl/xulrunner45/mozIPlacesAutoComplete.idl +share/idl/xulrunner45/mozISpellCheckingEngine.idl +share/idl/xulrunner45/mozISpellI18NManager.idl +share/idl/xulrunner45/mozISpellI18NUtil.idl +share/idl/xulrunner45/mozIStorageAggregateFunction.idl +share/idl/xulrunner45/mozIStorageAsyncConnection.idl +share/idl/xulrunner45/mozIStorageAsyncStatement.idl +share/idl/xulrunner45/mozIStorageBaseStatement.idl +share/idl/xulrunner45/mozIStorageBindingParams.idl +share/idl/xulrunner45/mozIStorageBindingParamsArray.idl +share/idl/xulrunner45/mozIStorageCompletionCallback.idl +share/idl/xulrunner45/mozIStorageConnection.idl +share/idl/xulrunner45/mozIStorageError.idl +share/idl/xulrunner45/mozIStorageFunction.idl +share/idl/xulrunner45/mozIStoragePendingStatement.idl +share/idl/xulrunner45/mozIStorageProgressHandler.idl +share/idl/xulrunner45/mozIStorageResultSet.idl +share/idl/xulrunner45/mozIStorageRow.idl +share/idl/xulrunner45/mozIStorageService.idl +share/idl/xulrunner45/mozIStorageStatement.idl +share/idl/xulrunner45/mozIStorageStatementCallback.idl +share/idl/xulrunner45/mozIStorageStatementParams.idl +share/idl/xulrunner45/mozIStorageStatementRow.idl +share/idl/xulrunner45/mozIStorageVacuumParticipant.idl +share/idl/xulrunner45/mozIStorageValueArray.idl +share/idl/xulrunner45/mozITXTToHTMLConv.idl +share/idl/xulrunner45/mozIThirdPartyUtil.idl +share/idl/xulrunner45/nsCDefaultURIFixup.idl +share/idl/xulrunner45/nsCExternalHandlerService.idl +share/idl/xulrunner45/nsCURILoader.idl +share/idl/xulrunner45/nsCWebBrowser.idl +share/idl/xulrunner45/nsCWebBrowserPersist.idl +share/idl/xulrunner45/nsIASN1Object.idl +share/idl/xulrunner45/nsIASN1PrintableItem.idl +share/idl/xulrunner45/nsIASN1Sequence.idl +share/idl/xulrunner45/nsIASN1Tree.idl +share/idl/xulrunner45/nsIAboutModule.idl +share/idl/xulrunner45/nsIAccessible.idl +share/idl/xulrunner45/nsIAccessibleApplication.idl +share/idl/xulrunner45/nsIAccessibleCaretMoveEvent.idl +share/idl/xulrunner45/nsIAccessibleDocument.idl +share/idl/xulrunner45/nsIAccessibleEditableText.idl +share/idl/xulrunner45/nsIAccessibleEvent.idl +share/idl/xulrunner45/nsIAccessibleHideEvent.idl +share/idl/xulrunner45/nsIAccessibleHyperLink.idl +share/idl/xulrunner45/nsIAccessibleHyperText.idl +share/idl/xulrunner45/nsIAccessibleImage.idl +share/idl/xulrunner45/nsIAccessibleObjectAttributeChangedEvent.idl +share/idl/xulrunner45/nsIAccessiblePivot.idl +share/idl/xulrunner45/nsIAccessibleRelation.idl +share/idl/xulrunner45/nsIAccessibleRetrieval.idl +share/idl/xulrunner45/nsIAccessibleRole.idl +share/idl/xulrunner45/nsIAccessibleSelectable.idl +share/idl/xulrunner45/nsIAccessibleStateChangeEvent.idl +share/idl/xulrunner45/nsIAccessibleStates.idl +share/idl/xulrunner45/nsIAccessibleTable.idl +share/idl/xulrunner45/nsIAccessibleTableChangeEvent.idl +share/idl/xulrunner45/nsIAccessibleText.idl +share/idl/xulrunner45/nsIAccessibleTextChangeEvent.idl +share/idl/xulrunner45/nsIAccessibleTextRange.idl +share/idl/xulrunner45/nsIAccessibleTypes.idl +share/idl/xulrunner45/nsIAccessibleValue.idl +share/idl/xulrunner45/nsIAccessibleVirtualCursorChangeEvent.idl +share/idl/xulrunner45/nsIActivityProxy.idl +share/idl/xulrunner45/nsIActivityUIGlue.idl +share/idl/xulrunner45/nsIAddonInterposition.idl +share/idl/xulrunner45/nsIAddonPolicyService.idl +share/idl/xulrunner45/nsIAlarmHalService.idl +share/idl/xulrunner45/nsIAlertsService.idl +share/idl/xulrunner45/nsIAnnotationService.idl +share/idl/xulrunner45/nsIAppShell.idl +share/idl/xulrunner45/nsIAppShellService.idl +share/idl/xulrunner45/nsIAppStartup.idl +share/idl/xulrunner45/nsIApplicationCache.idl +share/idl/xulrunner45/nsIApplicationCacheChannel.idl +share/idl/xulrunner45/nsIApplicationCacheContainer.idl +share/idl/xulrunner45/nsIApplicationCacheService.idl +share/idl/xulrunner45/nsIApplicationReputation.idl +share/idl/xulrunner45/nsIAppsService.idl +share/idl/xulrunner45/nsIArray.idl +share/idl/xulrunner45/nsIArrayBufferInputStream.idl +share/idl/xulrunner45/nsIAssociatedContentSecurity.idl +share/idl/xulrunner45/nsIAsyncInputStream.idl +share/idl/xulrunner45/nsIAsyncOutputStream.idl +share/idl/xulrunner45/nsIAsyncShutdown.idl +share/idl/xulrunner45/nsIAsyncStreamCopier.idl +share/idl/xulrunner45/nsIAsyncStreamCopier2.idl +share/idl/xulrunner45/nsIAsyncVerifyRedirectCallback.idl +share/idl/xulrunner45/nsIAtom.idl +share/idl/xulrunner45/nsIAtomService.idl +share/idl/xulrunner45/nsIAudioChannelAgent.idl +share/idl/xulrunner45/nsIAudioChannelService.idl +share/idl/xulrunner45/nsIAuthInformation.idl +share/idl/xulrunner45/nsIAuthModule.idl +share/idl/xulrunner45/nsIAuthPrompt.idl +share/idl/xulrunner45/nsIAuthPrompt2.idl +share/idl/xulrunner45/nsIAuthPromptAdapterFactory.idl +share/idl/xulrunner45/nsIAuthPromptCallback.idl +share/idl/xulrunner45/nsIAuthPromptProvider.idl +share/idl/xulrunner45/nsIAutoCompleteController.idl +share/idl/xulrunner45/nsIAutoCompleteInput.idl +share/idl/xulrunner45/nsIAutoCompletePopup.idl +share/idl/xulrunner45/nsIAutoCompleteResult.idl +share/idl/xulrunner45/nsIAutoCompleteSearch.idl +share/idl/xulrunner45/nsIAutoCompleteSimpleResult.idl +share/idl/xulrunner45/nsIAutoConfig.idl +share/idl/xulrunner45/nsIBFCacheEntry.idl +share/idl/xulrunner45/nsIBackgroundFileSaver.idl +share/idl/xulrunner45/nsIBadCertListener2.idl +share/idl/xulrunner45/nsIBaseWindow.idl +share/idl/xulrunner45/nsIBidiKeyboard.idl +share/idl/xulrunner45/nsIBinaryInputStream.idl +share/idl/xulrunner45/nsIBinaryOutputStream.idl +share/idl/xulrunner45/nsIBlocklistService.idl +share/idl/xulrunner45/nsIBoxObject.idl +share/idl/xulrunner45/nsIBrowserBoxObject.idl +share/idl/xulrunner45/nsIBrowserDOMWindow.idl +share/idl/xulrunner45/nsIBrowserElementAPI.idl +share/idl/xulrunner45/nsIBrowserHistory.idl +share/idl/xulrunner45/nsIBrowserSearchService.idl +share/idl/xulrunner45/nsIBufEntropyCollector.idl +share/idl/xulrunner45/nsIBufferedStreams.idl +share/idl/xulrunner45/nsIByteRangeRequest.idl +share/idl/xulrunner45/nsICSSUnprefixingService.idl +share/idl/xulrunner45/nsICache.idl +share/idl/xulrunner45/nsICacheEntry.idl +share/idl/xulrunner45/nsICacheEntryDescriptor.idl +share/idl/xulrunner45/nsICacheEntryDoomCallback.idl +share/idl/xulrunner45/nsICacheEntryOpenCallback.idl +share/idl/xulrunner45/nsICacheInfoChannel.idl +share/idl/xulrunner45/nsICacheListener.idl +share/idl/xulrunner45/nsICacheService.idl +share/idl/xulrunner45/nsICacheSession.idl +share/idl/xulrunner45/nsICacheStorage.idl +share/idl/xulrunner45/nsICacheStorageService.idl +share/idl/xulrunner45/nsICacheStorageVisitor.idl +share/idl/xulrunner45/nsICacheTesting.idl +share/idl/xulrunner45/nsICacheVisitor.idl +share/idl/xulrunner45/nsICachingChannel.idl +share/idl/xulrunner45/nsICancelable.idl +share/idl/xulrunner45/nsICancelableRunnable.idl +share/idl/xulrunner45/nsICaptivePortalDetector.idl +share/idl/xulrunner45/nsICaptivePortalService.idl +share/idl/xulrunner45/nsICategoryManager.idl +share/idl/xulrunner45/nsICellBroadcastService.idl +share/idl/xulrunner45/nsICellInfo.idl +share/idl/xulrunner45/nsICertBlocklist.idl +share/idl/xulrunner45/nsICertOverrideService.idl +share/idl/xulrunner45/nsICertPickDialogs.idl +share/idl/xulrunner45/nsICertTree.idl +share/idl/xulrunner45/nsICertificateDialogs.idl +share/idl/xulrunner45/nsIChannel.idl +share/idl/xulrunner45/nsIChannelEventSink.idl +share/idl/xulrunner45/nsIChildChannel.idl +share/idl/xulrunner45/nsIChromeRegistry.idl +share/idl/xulrunner45/nsIClassInfo.idl +share/idl/xulrunner45/nsIClassOfService.idl +share/idl/xulrunner45/nsIClientAuthDialogs.idl +share/idl/xulrunner45/nsIClipboard.idl +share/idl/xulrunner45/nsIClipboardCommands.idl +share/idl/xulrunner45/nsIClipboardDragDropHookList.idl +share/idl/xulrunner45/nsIClipboardDragDropHooks.idl +share/idl/xulrunner45/nsIClipboardHelper.idl +share/idl/xulrunner45/nsIClipboardOwner.idl +share/idl/xulrunner45/nsICloneableInputStream.idl +share/idl/xulrunner45/nsICollation.idl +share/idl/xulrunner45/nsICollection.idl +share/idl/xulrunner45/nsIColorPicker.idl +share/idl/xulrunner45/nsICommandHandler.idl +share/idl/xulrunner45/nsICommandLine.idl +share/idl/xulrunner45/nsICommandLineHandler.idl +share/idl/xulrunner45/nsICommandLineRunner.idl +share/idl/xulrunner45/nsICommandLineValidator.idl +share/idl/xulrunner45/nsICommandManager.idl +share/idl/xulrunner45/nsICommandParams.idl +share/idl/xulrunner45/nsIComponentManager.idl +share/idl/xulrunner45/nsIComponentRegistrar.idl +share/idl/xulrunner45/nsICompressConvStats.idl +share/idl/xulrunner45/nsIConsoleAPIStorage.idl +share/idl/xulrunner45/nsIConsoleListener.idl +share/idl/xulrunner45/nsIConsoleMessage.idl +share/idl/xulrunner45/nsIConsoleService.idl +share/idl/xulrunner45/nsIContainerBoxObject.idl +share/idl/xulrunner45/nsIContentDispatchChooser.idl +share/idl/xulrunner45/nsIContentFilter.idl +share/idl/xulrunner45/nsIContentHandler.idl +share/idl/xulrunner45/nsIContentPermissionPrompt.idl +share/idl/xulrunner45/nsIContentPolicy.idl +share/idl/xulrunner45/nsIContentPolicyBase.idl +share/idl/xulrunner45/nsIContentPrefService.idl +share/idl/xulrunner45/nsIContentPrefService2.idl +share/idl/xulrunner45/nsIContentSecurityManager.idl +share/idl/xulrunner45/nsIContentSecurityPolicy.idl +share/idl/xulrunner45/nsIContentSniffer.idl +share/idl/xulrunner45/nsIContentURIGrouper.idl +share/idl/xulrunner45/nsIContentViewer.idl +share/idl/xulrunner45/nsIContentViewerContainer.idl +share/idl/xulrunner45/nsIContentViewerEdit.idl +share/idl/xulrunner45/nsIContentViewerFile.idl +share/idl/xulrunner45/nsIContextMenuListener.idl +share/idl/xulrunner45/nsIContextMenuListener2.idl +share/idl/xulrunner45/nsIController.idl +share/idl/xulrunner45/nsIControllerCommand.idl +share/idl/xulrunner45/nsIControllerCommandTable.idl +share/idl/xulrunner45/nsIControllerContext.idl +share/idl/xulrunner45/nsIControllers.idl +share/idl/xulrunner45/nsIConverterInputStream.idl +share/idl/xulrunner45/nsIConverterOutputStream.idl +share/idl/xulrunner45/nsICookie.idl +share/idl/xulrunner45/nsICookie2.idl +share/idl/xulrunner45/nsICookieAcceptDialog.idl +share/idl/xulrunner45/nsICookieManager.idl +share/idl/xulrunner45/nsICookieManager2.idl +share/idl/xulrunner45/nsICookiePermission.idl +share/idl/xulrunner45/nsICookiePromptService.idl +share/idl/xulrunner45/nsICookieService.idl +share/idl/xulrunner45/nsICryptoFIPSInfo.idl +share/idl/xulrunner45/nsICryptoHMAC.idl +share/idl/xulrunner45/nsICryptoHash.idl +share/idl/xulrunner45/nsICurrentCharsetListener.idl +share/idl/xulrunner45/nsICycleCollectorListener.idl +share/idl/xulrunner45/nsIDNSListener.idl +share/idl/xulrunner45/nsIDNSRecord.idl +share/idl/xulrunner45/nsIDNSService.idl +share/idl/xulrunner45/nsIDNSServiceDiscovery.idl +share/idl/xulrunner45/nsIDOMAnimationEvent.idl +share/idl/xulrunner45/nsIDOMAttr.idl +share/idl/xulrunner45/nsIDOMBeforeUnloadEvent.idl +share/idl/xulrunner45/nsIDOMBlob.idl +share/idl/xulrunner45/nsIDOMCDATASection.idl +share/idl/xulrunner45/nsIDOMCSSConditionRule.idl +share/idl/xulrunner45/nsIDOMCSSCounterStyleRule.idl +share/idl/xulrunner45/nsIDOMCSSFontFaceRule.idl +share/idl/xulrunner45/nsIDOMCSSFontFeatureValuesRule.idl +share/idl/xulrunner45/nsIDOMCSSGroupingRule.idl +share/idl/xulrunner45/nsIDOMCSSImportRule.idl +share/idl/xulrunner45/nsIDOMCSSMediaRule.idl +share/idl/xulrunner45/nsIDOMCSSMozDocumentRule.idl +share/idl/xulrunner45/nsIDOMCSSPageRule.idl +share/idl/xulrunner45/nsIDOMCSSPrimitiveValue.idl +share/idl/xulrunner45/nsIDOMCSSRule.idl +share/idl/xulrunner45/nsIDOMCSSRuleList.idl +share/idl/xulrunner45/nsIDOMCSSStyleDeclaration.idl +share/idl/xulrunner45/nsIDOMCSSStyleRule.idl +share/idl/xulrunner45/nsIDOMCSSStyleSheet.idl +share/idl/xulrunner45/nsIDOMCSSSupportsRule.idl +share/idl/xulrunner45/nsIDOMCSSUnknownRule.idl +share/idl/xulrunner45/nsIDOMCSSValue.idl +share/idl/xulrunner45/nsIDOMCSSValueList.idl +share/idl/xulrunner45/nsIDOMCanvasRenderingContext2D.idl +share/idl/xulrunner45/nsIDOMCharacterData.idl +share/idl/xulrunner45/nsIDOMChromeWindow.idl +share/idl/xulrunner45/nsIDOMClientRect.idl +share/idl/xulrunner45/nsIDOMClientRectList.idl +share/idl/xulrunner45/nsIDOMClipboardEvent.idl +share/idl/xulrunner45/nsIDOMCommandEvent.idl +share/idl/xulrunner45/nsIDOMComment.idl +share/idl/xulrunner45/nsIDOMCompositionEvent.idl +share/idl/xulrunner45/nsIDOMConstructor.idl +share/idl/xulrunner45/nsIDOMCounter.idl +share/idl/xulrunner45/nsIDOMCrypto.idl +share/idl/xulrunner45/nsIDOMCustomEvent.idl +share/idl/xulrunner45/nsIDOMDOMCursor.idl +share/idl/xulrunner45/nsIDOMDOMException.idl +share/idl/xulrunner45/nsIDOMDOMImplementation.idl +share/idl/xulrunner45/nsIDOMDOMRequest.idl +share/idl/xulrunner45/nsIDOMDataChannel.idl +share/idl/xulrunner45/nsIDOMDataContainerEvent.idl +share/idl/xulrunner45/nsIDOMDataTransfer.idl +share/idl/xulrunner45/nsIDOMDesktopNotification.idl +share/idl/xulrunner45/nsIDOMDocument.idl +share/idl/xulrunner45/nsIDOMDocumentFragment.idl +share/idl/xulrunner45/nsIDOMDocumentType.idl +share/idl/xulrunner45/nsIDOMDocumentXBL.idl +share/idl/xulrunner45/nsIDOMDragEvent.idl +share/idl/xulrunner45/nsIDOMElement.idl +share/idl/xulrunner45/nsIDOMElementCSSInlineStyle.idl +share/idl/xulrunner45/nsIDOMEvent.idl +share/idl/xulrunner45/nsIDOMEventListener.idl +share/idl/xulrunner45/nsIDOMEventTarget.idl +share/idl/xulrunner45/nsIDOMFileList.idl +share/idl/xulrunner45/nsIDOMFocusEvent.idl +share/idl/xulrunner45/nsIDOMFontFace.idl +share/idl/xulrunner45/nsIDOMFontFaceList.idl +share/idl/xulrunner45/nsIDOMFormData.idl +share/idl/xulrunner45/nsIDOMGeoGeolocation.idl +share/idl/xulrunner45/nsIDOMGeoPosition.idl +share/idl/xulrunner45/nsIDOMGeoPositionCallback.idl +share/idl/xulrunner45/nsIDOMGeoPositionCoords.idl +share/idl/xulrunner45/nsIDOMGeoPositionError.idl +share/idl/xulrunner45/nsIDOMGeoPositionErrorCallback.idl +share/idl/xulrunner45/nsIDOMGlobalPropertyInitializer.idl +share/idl/xulrunner45/nsIDOMHTMLAnchorElement.idl +share/idl/xulrunner45/nsIDOMHTMLAppletElement.idl +share/idl/xulrunner45/nsIDOMHTMLAreaElement.idl +share/idl/xulrunner45/nsIDOMHTMLBaseElement.idl +share/idl/xulrunner45/nsIDOMHTMLBodyElement.idl +share/idl/xulrunner45/nsIDOMHTMLButtonElement.idl +share/idl/xulrunner45/nsIDOMHTMLCanvasElement.idl +share/idl/xulrunner45/nsIDOMHTMLCollection.idl +share/idl/xulrunner45/nsIDOMHTMLDirectoryElement.idl +share/idl/xulrunner45/nsIDOMHTMLDocument.idl +share/idl/xulrunner45/nsIDOMHTMLElement.idl +share/idl/xulrunner45/nsIDOMHTMLEmbedElement.idl +share/idl/xulrunner45/nsIDOMHTMLFieldSetElement.idl +share/idl/xulrunner45/nsIDOMHTMLFormElement.idl +share/idl/xulrunner45/nsIDOMHTMLFrameElement.idl +share/idl/xulrunner45/nsIDOMHTMLFrameSetElement.idl +share/idl/xulrunner45/nsIDOMHTMLHRElement.idl +share/idl/xulrunner45/nsIDOMHTMLHeadElement.idl +share/idl/xulrunner45/nsIDOMHTMLHtmlElement.idl +share/idl/xulrunner45/nsIDOMHTMLIFrameElement.idl +share/idl/xulrunner45/nsIDOMHTMLImageElement.idl +share/idl/xulrunner45/nsIDOMHTMLInputElement.idl +share/idl/xulrunner45/nsIDOMHTMLLIElement.idl +share/idl/xulrunner45/nsIDOMHTMLLabelElement.idl +share/idl/xulrunner45/nsIDOMHTMLLinkElement.idl +share/idl/xulrunner45/nsIDOMHTMLMapElement.idl +share/idl/xulrunner45/nsIDOMHTMLMediaElement.idl +share/idl/xulrunner45/nsIDOMHTMLMenuElement.idl +share/idl/xulrunner45/nsIDOMHTMLMenuItemElement.idl +share/idl/xulrunner45/nsIDOMHTMLMetaElement.idl +share/idl/xulrunner45/nsIDOMHTMLOListElement.idl +share/idl/xulrunner45/nsIDOMHTMLObjectElement.idl +share/idl/xulrunner45/nsIDOMHTMLOptGroupElement.idl +share/idl/xulrunner45/nsIDOMHTMLOptionElement.idl +share/idl/xulrunner45/nsIDOMHTMLOptionsCollection.idl +share/idl/xulrunner45/nsIDOMHTMLParagraphElement.idl +share/idl/xulrunner45/nsIDOMHTMLPictureElement.idl +share/idl/xulrunner45/nsIDOMHTMLPreElement.idl +share/idl/xulrunner45/nsIDOMHTMLQuoteElement.idl +share/idl/xulrunner45/nsIDOMHTMLScriptElement.idl +share/idl/xulrunner45/nsIDOMHTMLSelectElement.idl +share/idl/xulrunner45/nsIDOMHTMLSourceElement.idl +share/idl/xulrunner45/nsIDOMHTMLStyleElement.idl +share/idl/xulrunner45/nsIDOMHTMLTableCellElement.idl +share/idl/xulrunner45/nsIDOMHTMLTextAreaElement.idl +share/idl/xulrunner45/nsIDOMHTMLUListElement.idl +share/idl/xulrunner45/nsIDOMHistory.idl +share/idl/xulrunner45/nsIDOMKeyEvent.idl +share/idl/xulrunner45/nsIDOMLocation.idl +share/idl/xulrunner45/nsIDOMMediaError.idl +share/idl/xulrunner45/nsIDOMMediaList.idl +share/idl/xulrunner45/nsIDOMMessageEvent.idl +share/idl/xulrunner45/nsIDOMModalContentWindow.idl +share/idl/xulrunner45/nsIDOMMouseEvent.idl +share/idl/xulrunner45/nsIDOMMouseScrollEvent.idl +share/idl/xulrunner45/nsIDOMMozBrowserFrame.idl +share/idl/xulrunner45/nsIDOMMozCSSKeyframeRule.idl +share/idl/xulrunner45/nsIDOMMozCSSKeyframesRule.idl +share/idl/xulrunner45/nsIDOMMozNamedAttrMap.idl +share/idl/xulrunner45/nsIDOMMutationEvent.idl +share/idl/xulrunner45/nsIDOMNSEditableElement.idl +share/idl/xulrunner45/nsIDOMNSEvent.idl +share/idl/xulrunner45/nsIDOMNavigator.idl +share/idl/xulrunner45/nsIDOMNavigatorSystemMessages.idl +share/idl/xulrunner45/nsIDOMNavigatorUserMedia.idl +share/idl/xulrunner45/nsIDOMNode.idl +share/idl/xulrunner45/nsIDOMNodeFilter.idl +share/idl/xulrunner45/nsIDOMNodeIterator.idl +share/idl/xulrunner45/nsIDOMNodeList.idl +share/idl/xulrunner45/nsIDOMNotifyPaintEvent.idl +share/idl/xulrunner45/nsIDOMOfflineResourceList.idl +share/idl/xulrunner45/nsIDOMPaintRequest.idl +share/idl/xulrunner45/nsIDOMParser.idl +share/idl/xulrunner45/nsIDOMProcessingInstruction.idl +share/idl/xulrunner45/nsIDOMRange.idl +share/idl/xulrunner45/nsIDOMRect.idl +share/idl/xulrunner45/nsIDOMSVGElement.idl +share/idl/xulrunner45/nsIDOMSVGLength.idl +share/idl/xulrunner45/nsIDOMScreen.idl +share/idl/xulrunner45/nsIDOMScrollAreaEvent.idl +share/idl/xulrunner45/nsIDOMSerializer.idl +share/idl/xulrunner45/nsIDOMSimpleGestureEvent.idl +share/idl/xulrunner45/nsIDOMStorage.idl +share/idl/xulrunner45/nsIDOMStorageManager.idl +share/idl/xulrunner45/nsIDOMStyleSheet.idl +share/idl/xulrunner45/nsIDOMStyleSheetList.idl +share/idl/xulrunner45/nsIDOMText.idl +share/idl/xulrunner45/nsIDOMTimeEvent.idl +share/idl/xulrunner45/nsIDOMTimeRanges.idl +share/idl/xulrunner45/nsIDOMTransitionEvent.idl +share/idl/xulrunner45/nsIDOMTreeWalker.idl +share/idl/xulrunner45/nsIDOMUIEvent.idl +share/idl/xulrunner45/nsIDOMValidityState.idl +share/idl/xulrunner45/nsIDOMWakeLockListener.idl +share/idl/xulrunner45/nsIDOMWebGLRenderingContext.idl +share/idl/xulrunner45/nsIDOMWheelEvent.idl +share/idl/xulrunner45/nsIDOMWindow.idl +share/idl/xulrunner45/nsIDOMWindowCollection.idl +share/idl/xulrunner45/nsIDOMWindowUtils.idl +share/idl/xulrunner45/nsIDOMXMLDocument.idl +share/idl/xulrunner45/nsIDOMXPathEvaluator.idl +share/idl/xulrunner45/nsIDOMXPathResult.idl +share/idl/xulrunner45/nsIDOMXULButtonElement.idl +share/idl/xulrunner45/nsIDOMXULCheckboxElement.idl +share/idl/xulrunner45/nsIDOMXULCommandDispatcher.idl +share/idl/xulrunner45/nsIDOMXULCommandEvent.idl +share/idl/xulrunner45/nsIDOMXULContainerElement.idl +share/idl/xulrunner45/nsIDOMXULControlElement.idl +share/idl/xulrunner45/nsIDOMXULDescriptionElement.idl +share/idl/xulrunner45/nsIDOMXULDocument.idl +share/idl/xulrunner45/nsIDOMXULElement.idl +share/idl/xulrunner45/nsIDOMXULImageElement.idl +share/idl/xulrunner45/nsIDOMXULLabelElement.idl +share/idl/xulrunner45/nsIDOMXULLabeledControlEl.idl +share/idl/xulrunner45/nsIDOMXULMenuListElement.idl +share/idl/xulrunner45/nsIDOMXULMultSelectCntrlEl.idl +share/idl/xulrunner45/nsIDOMXULPopupElement.idl +share/idl/xulrunner45/nsIDOMXULRelatedElement.idl +share/idl/xulrunner45/nsIDOMXULSelectCntrlEl.idl +share/idl/xulrunner45/nsIDOMXULSelectCntrlItemEl.idl +share/idl/xulrunner45/nsIDOMXULTextboxElement.idl +share/idl/xulrunner45/nsIDOMXULTreeElement.idl +share/idl/xulrunner45/nsIDashboard.idl +share/idl/xulrunner45/nsIDashboardEventNotifier.idl +share/idl/xulrunner45/nsIDataSignatureVerifier.idl +share/idl/xulrunner45/nsIDataStore.idl +share/idl/xulrunner45/nsIDataStoreService.idl +share/idl/xulrunner45/nsIDebug2.idl +share/idl/xulrunner45/nsIDeletedMessageInfo.idl +share/idl/xulrunner45/nsIDeprecationWarner.idl +share/idl/xulrunner45/nsIDeviceSensors.idl +share/idl/xulrunner45/nsIDialogParamBlock.idl +share/idl/xulrunner45/nsIDirIndex.idl +share/idl/xulrunner45/nsIDirIndexListener.idl +share/idl/xulrunner45/nsIDirectoryEnumerator.idl +share/idl/xulrunner45/nsIDirectoryService.idl +share/idl/xulrunner45/nsIDiskSpaceWatcher.idl +share/idl/xulrunner45/nsIDisplayInfo.idl +share/idl/xulrunner45/nsIDivertableChannel.idl +share/idl/xulrunner45/nsIDocCharset.idl +share/idl/xulrunner45/nsIDocShell.idl +share/idl/xulrunner45/nsIDocShellLoadInfo.idl +share/idl/xulrunner45/nsIDocShellTreeItem.idl +share/idl/xulrunner45/nsIDocShellTreeOwner.idl +share/idl/xulrunner45/nsIDocumentEncoder.idl +share/idl/xulrunner45/nsIDocumentLoader.idl +share/idl/xulrunner45/nsIDocumentLoaderFactory.idl +share/idl/xulrunner45/nsIDocumentStateListener.idl +share/idl/xulrunner45/nsIDomainPolicy.idl +share/idl/xulrunner45/nsIDownload.idl +share/idl/xulrunner45/nsIDownloadHistory.idl +share/idl/xulrunner45/nsIDownloadManager.idl +share/idl/xulrunner45/nsIDownloadManagerUI.idl +share/idl/xulrunner45/nsIDownloadProgressListener.idl +share/idl/xulrunner45/nsIDownloader.idl +share/idl/xulrunner45/nsIDragService.idl +share/idl/xulrunner45/nsIDragSession.idl +share/idl/xulrunner45/nsIDroppedLinkHandler.idl +share/idl/xulrunner45/nsIEditActionListener.idl +share/idl/xulrunner45/nsIEditingSession.idl +share/idl/xulrunner45/nsIEditor.idl +share/idl/xulrunner45/nsIEditorIMESupport.idl +share/idl/xulrunner45/nsIEditorMailSupport.idl +share/idl/xulrunner45/nsIEditorObserver.idl +share/idl/xulrunner45/nsIEditorSpellCheck.idl +share/idl/xulrunner45/nsIEditorStyleSheets.idl +share/idl/xulrunner45/nsIEffectiveTLDService.idl +share/idl/xulrunner45/nsIEmbeddingSiteWindow.idl +share/idl/xulrunner45/nsIEncodedChannel.idl +share/idl/xulrunner45/nsIEntityConverter.idl +share/idl/xulrunner45/nsIEntropyCollector.idl +share/idl/xulrunner45/nsIEnumerator.idl +share/idl/xulrunner45/nsIEnvironment.idl +share/idl/xulrunner45/nsIErrorService.idl +share/idl/xulrunner45/nsIEventListenerService.idl +share/idl/xulrunner45/nsIEventTarget.idl +share/idl/xulrunner45/nsIException.idl +share/idl/xulrunner45/nsIExpatSink.idl +share/idl/xulrunner45/nsIExtendedExpatSink.idl +share/idl/xulrunner45/nsIExternalApplication.idl +share/idl/xulrunner45/nsIExternalHelperAppService.idl +share/idl/xulrunner45/nsIExternalProtocolHandler.idl +share/idl/xulrunner45/nsIExternalProtocolService.idl +share/idl/xulrunner45/nsIExternalSharingAppService.idl +share/idl/xulrunner45/nsIExternalURLHandlerService.idl +share/idl/xulrunner45/nsIFTPChannel.idl +share/idl/xulrunner45/nsIFactory.idl +share/idl/xulrunner45/nsIFaviconService.idl +share/idl/xulrunner45/nsIFeed.idl +share/idl/xulrunner45/nsIFeedContainer.idl +share/idl/xulrunner45/nsIFeedElementBase.idl +share/idl/xulrunner45/nsIFeedEntry.idl +share/idl/xulrunner45/nsIFeedGenerator.idl +share/idl/xulrunner45/nsIFeedListener.idl +share/idl/xulrunner45/nsIFeedPerson.idl +share/idl/xulrunner45/nsIFeedProcessor.idl +share/idl/xulrunner45/nsIFeedResult.idl +share/idl/xulrunner45/nsIFeedTextConstruct.idl +share/idl/xulrunner45/nsIFile.idl +share/idl/xulrunner45/nsIFileChannel.idl +share/idl/xulrunner45/nsIFilePicker.idl +share/idl/xulrunner45/nsIFileProtocolHandler.idl +share/idl/xulrunner45/nsIFileStreams.idl +share/idl/xulrunner45/nsIFileURL.idl +share/idl/xulrunner45/nsIFileView.idl +share/idl/xulrunner45/nsIFinalizationWitnessService.idl +share/idl/xulrunner45/nsIFind.idl +share/idl/xulrunner45/nsIFindService.idl +share/idl/xulrunner45/nsIFocusManager.idl +share/idl/xulrunner45/nsIFontEnumerator.idl +share/idl/xulrunner45/nsIForcePendingChannel.idl +share/idl/xulrunner45/nsIFormAutoComplete.idl +share/idl/xulrunner45/nsIFormAutofillContentService.idl +share/idl/xulrunner45/nsIFormFillController.idl +share/idl/xulrunner45/nsIFormHistory.idl +share/idl/xulrunner45/nsIFormSubmitObserver.idl +share/idl/xulrunner45/nsIFormatConverter.idl +share/idl/xulrunner45/nsIFrameLoader.idl +share/idl/xulrunner45/nsIFxAccountsUIGlue.idl +share/idl/xulrunner45/nsIGConfService.idl +share/idl/xulrunner45/nsIGIOService.idl +share/idl/xulrunner45/nsIGSettingsService.idl +share/idl/xulrunner45/nsIGZFileWriter.idl +share/idl/xulrunner45/nsIGamepadServiceTest.idl +share/idl/xulrunner45/nsIGenKeypairInfoDlg.idl +share/idl/xulrunner45/nsIGeolocationProvider.idl +share/idl/xulrunner45/nsIGfxInfo.idl +share/idl/xulrunner45/nsIGfxInfoDebug.idl +share/idl/xulrunner45/nsIGlobalHistory2.idl +share/idl/xulrunner45/nsIHTMLAbsPosEditor.idl +share/idl/xulrunner45/nsIHTMLEditor.idl +share/idl/xulrunner45/nsIHTMLInlineTableEditor.idl +share/idl/xulrunner45/nsIHTMLMenu.idl +share/idl/xulrunner45/nsIHTMLObjectResizeListener.idl +share/idl/xulrunner45/nsIHTMLObjectResizer.idl +share/idl/xulrunner45/nsIHTTPHeaderListener.idl +share/idl/xulrunner45/nsIHTTPIndex.idl +share/idl/xulrunner45/nsIHandlerService.idl +share/idl/xulrunner45/nsIHangReport.idl +share/idl/xulrunner45/nsIHapticFeedback.idl +share/idl/xulrunner45/nsIHashable.idl +share/idl/xulrunner45/nsIHelperAppLauncherDialog.idl +share/idl/xulrunner45/nsIHttpActivityObserver.idl +share/idl/xulrunner45/nsIHttpAuthManager.idl +share/idl/xulrunner45/nsIHttpAuthenticableChannel.idl +share/idl/xulrunner45/nsIHttpAuthenticator.idl +share/idl/xulrunner45/nsIHttpChannel.idl +share/idl/xulrunner45/nsIHttpChannelAuthProvider.idl +share/idl/xulrunner45/nsIHttpChannelChild.idl +share/idl/xulrunner45/nsIHttpChannelInternal.idl +share/idl/xulrunner45/nsIHttpEventSink.idl +share/idl/xulrunner45/nsIHttpHeaderVisitor.idl +share/idl/xulrunner45/nsIHttpProtocolHandler.idl +share/idl/xulrunner45/nsIHttpPushListener.idl +share/idl/xulrunner45/nsIIDNService.idl +share/idl/xulrunner45/nsIIMEPicker.idl +share/idl/xulrunner45/nsIINIParser.idl +share/idl/xulrunner45/nsIIOService.idl +share/idl/xulrunner45/nsIIOService2.idl +share/idl/xulrunner45/nsIIOUtil.idl +share/idl/xulrunner45/nsIIccContact.idl +share/idl/xulrunner45/nsIIccInfo.idl +share/idl/xulrunner45/nsIIccService.idl +share/idl/xulrunner45/nsIIconURI.idl +share/idl/xulrunner45/nsIIdentityCryptoService.idl +share/idl/xulrunner45/nsIIdleObserver.idl +share/idl/xulrunner45/nsIIdleService.idl +share/idl/xulrunner45/nsIIdleServiceInternal.idl +share/idl/xulrunner45/nsIImageDocument.idl +share/idl/xulrunner45/nsIImageLoadingContent.idl +share/idl/xulrunner45/nsIIncrementalDownload.idl +share/idl/xulrunner45/nsIIncrementalStreamLoader.idl +share/idl/xulrunner45/nsIInlineSpellChecker.idl +share/idl/xulrunner45/nsIInputListAutoComplete.idl +share/idl/xulrunner45/nsIInputPortService.idl +share/idl/xulrunner45/nsIInputStream.idl +share/idl/xulrunner45/nsIInputStreamChannel.idl +share/idl/xulrunner45/nsIInputStreamPump.idl +share/idl/xulrunner45/nsIInputStreamTee.idl +share/idl/xulrunner45/nsIInstallPackagedWebapp.idl +share/idl/xulrunner45/nsIInterAppCommService.idl +share/idl/xulrunner45/nsIInterAppCommUIGlue.idl +share/idl/xulrunner45/nsIInterfaceInfo.idl +share/idl/xulrunner45/nsIInterfaceInfoManager.idl +share/idl/xulrunner45/nsIInterfaceRequestor.idl +share/idl/xulrunner45/nsIJARChannel.idl +share/idl/xulrunner45/nsIJARProtocolHandler.idl +share/idl/xulrunner45/nsIJARURI.idl +share/idl/xulrunner45/nsIJSInspector.idl +share/idl/xulrunner45/nsIJSON.idl +share/idl/xulrunner45/nsIKeyModule.idl +share/idl/xulrunner45/nsIKeygenThread.idl +share/idl/xulrunner45/nsILineInputStream.idl +share/idl/xulrunner45/nsIListBoxObject.idl +share/idl/xulrunner45/nsILoadContext.idl +share/idl/xulrunner45/nsILoadContextInfo.idl +share/idl/xulrunner45/nsILoadGroup.idl +share/idl/xulrunner45/nsILoadGroupChild.idl +share/idl/xulrunner45/nsILoadInfo.idl +share/idl/xulrunner45/nsILocalCertService.idl +share/idl/xulrunner45/nsILocalFile.idl +share/idl/xulrunner45/nsILocalFileWin.idl +share/idl/xulrunner45/nsILocale.idl +share/idl/xulrunner45/nsILocaleService.idl +share/idl/xulrunner45/nsILoginInfo.idl +share/idl/xulrunner45/nsILoginManager.idl +share/idl/xulrunner45/nsILoginManagerCrypto.idl +share/idl/xulrunner45/nsILoginManagerPrompter.idl +share/idl/xulrunner45/nsILoginManagerStorage.idl +share/idl/xulrunner45/nsILoginMetaInfo.idl +share/idl/xulrunner45/nsIMIMEHeaderParam.idl +share/idl/xulrunner45/nsIMIMEInfo.idl +share/idl/xulrunner45/nsIMIMEInputStream.idl +share/idl/xulrunner45/nsIMIMEService.idl +share/idl/xulrunner45/nsIMediaManager.idl +share/idl/xulrunner45/nsIMemory.idl +share/idl/xulrunner45/nsIMemoryInfoDumper.idl +share/idl/xulrunner45/nsIMemoryReporter.idl +share/idl/xulrunner45/nsIMenuBoxObject.idl +share/idl/xulrunner45/nsIMenuBuilder.idl +share/idl/xulrunner45/nsIMessageLoop.idl +share/idl/xulrunner45/nsIMessageManager.idl +share/idl/xulrunner45/nsIMmsMessage.idl +share/idl/xulrunner45/nsIMmsService.idl +share/idl/xulrunner45/nsIMobileCallForwardingOptions.idl +share/idl/xulrunner45/nsIMobileCellInfo.idl +share/idl/xulrunner45/nsIMobileConnectionInfo.idl +share/idl/xulrunner45/nsIMobileConnectionService.idl +share/idl/xulrunner45/nsIMobileDeviceIdentities.idl +share/idl/xulrunner45/nsIMobileMessageCallback.idl +share/idl/xulrunner45/nsIMobileMessageCursorCallback.idl +share/idl/xulrunner45/nsIMobileMessageDatabaseService.idl +share/idl/xulrunner45/nsIMobileMessageService.idl +share/idl/xulrunner45/nsIMobileMessageThread.idl +share/idl/xulrunner45/nsIMobileNetworkInfo.idl +share/idl/xulrunner45/nsIModule.idl +share/idl/xulrunner45/nsIMozBrowserFrame.idl +share/idl/xulrunner45/nsIMozNavigatorNetwork.idl +share/idl/xulrunner45/nsIMozSAXXMLDeclarationHandler.idl +share/idl/xulrunner45/nsIMultiPartChannel.idl +share/idl/xulrunner45/nsIMultiplexInputStream.idl +share/idl/xulrunner45/nsIMutable.idl +share/idl/xulrunner45/nsIMutableArray.idl +share/idl/xulrunner45/nsINSSErrorsService.idl +share/idl/xulrunner45/nsINSSVersion.idl +share/idl/xulrunner45/nsINativeAppSupport.idl +share/idl/xulrunner45/nsINativeFileWatcher.idl +share/idl/xulrunner45/nsINativeOSFileInternals.idl +share/idl/xulrunner45/nsINavBookmarksService.idl +share/idl/xulrunner45/nsINavHistoryService.idl +share/idl/xulrunner45/nsINeighboringCellInfo.idl +share/idl/xulrunner45/nsINestedURI.idl +share/idl/xulrunner45/nsINetAddr.idl +share/idl/xulrunner45/nsINetUtil.idl +share/idl/xulrunner45/nsINetworkInterceptController.idl +share/idl/xulrunner45/nsINetworkLinkService.idl +share/idl/xulrunner45/nsINetworkPredictor.idl +share/idl/xulrunner45/nsINetworkPredictorVerifier.idl +share/idl/xulrunner45/nsINetworkProperties.idl +share/idl/xulrunner45/nsINotificationStorage.idl +share/idl/xulrunner45/nsINullChannel.idl +share/idl/xulrunner45/nsIOSFileConstantsService.idl +share/idl/xulrunner45/nsIObjectInputStream.idl +share/idl/xulrunner45/nsIObjectLoadingContent.idl +share/idl/xulrunner45/nsIObjectOutputStream.idl +share/idl/xulrunner45/nsIObserver.idl +share/idl/xulrunner45/nsIObserverService.idl +share/idl/xulrunner45/nsIOfflineCacheUpdate.idl +share/idl/xulrunner45/nsIOutputStream.idl +share/idl/xulrunner45/nsIPACGenerator.idl +share/idl/xulrunner45/nsIPK11Token.idl +share/idl/xulrunner45/nsIPK11TokenDB.idl +share/idl/xulrunner45/nsIPKCS11.idl +share/idl/xulrunner45/nsIPKCS11Module.idl +share/idl/xulrunner45/nsIPKCS11ModuleDB.idl +share/idl/xulrunner45/nsIPKCS11Slot.idl +share/idl/xulrunner45/nsIPackageKitService.idl +share/idl/xulrunner45/nsIPackagedAppChannelListener.idl +share/idl/xulrunner45/nsIPackagedAppService.idl +share/idl/xulrunner45/nsIPackagedAppUtils.idl +share/idl/xulrunner45/nsIPackagedAppVerifier.idl +share/idl/xulrunner45/nsIParentChannel.idl +share/idl/xulrunner45/nsIParentRedirectingChannel.idl +share/idl/xulrunner45/nsIParentalControlsService.idl +share/idl/xulrunner45/nsIParserUtils.idl +share/idl/xulrunner45/nsIPermission.idl +share/idl/xulrunner45/nsIPermissionManager.idl +share/idl/xulrunner45/nsIPermissionPromptService.idl +share/idl/xulrunner45/nsIPersistentProperties2.idl +share/idl/xulrunner45/nsIPhonetic.idl +share/idl/xulrunner45/nsIPipe.idl +share/idl/xulrunner45/nsIPlaintextEditor.idl +share/idl/xulrunner45/nsIPluginDocument.idl +share/idl/xulrunner45/nsIPluginHost.idl +share/idl/xulrunner45/nsIPluginInputStream.idl +share/idl/xulrunner45/nsIPluginInstanceOwner.idl +share/idl/xulrunner45/nsIPluginTag.idl +share/idl/xulrunner45/nsIPopupWindowManager.idl +share/idl/xulrunner45/nsIPowerManagerService.idl +share/idl/xulrunner45/nsIPrefBranch.idl +share/idl/xulrunner45/nsIPrefBranch2.idl +share/idl/xulrunner45/nsIPrefBranchInternal.idl +share/idl/xulrunner45/nsIPrefLocalizedString.idl +share/idl/xulrunner45/nsIPrefService.idl +share/idl/xulrunner45/nsIPrefetchService.idl +share/idl/xulrunner45/nsIPresentationControlChannel.idl +share/idl/xulrunner45/nsIPresentationDevice.idl +share/idl/xulrunner45/nsIPresentationDeviceManager.idl +share/idl/xulrunner45/nsIPresentationDevicePrompt.idl +share/idl/xulrunner45/nsIPresentationDeviceProvider.idl +share/idl/xulrunner45/nsIPresentationListener.idl +share/idl/xulrunner45/nsIPresentationRequestUIGlue.idl +share/idl/xulrunner45/nsIPresentationService.idl +share/idl/xulrunner45/nsIPresentationSessionRequest.idl +share/idl/xulrunner45/nsIPresentationSessionTransport.idl +share/idl/xulrunner45/nsIPrincipal.idl +share/idl/xulrunner45/nsIPrintOptions.idl +share/idl/xulrunner45/nsIPrintProgress.idl +share/idl/xulrunner45/nsIPrintProgressParams.idl +share/idl/xulrunner45/nsIPrintSession.idl +share/idl/xulrunner45/nsIPrintSettings.idl +share/idl/xulrunner45/nsIPrintSettingsService.idl +share/idl/xulrunner45/nsIPrintStatusFeedback.idl +share/idl/xulrunner45/nsIPrintingPrompt.idl +share/idl/xulrunner45/nsIPrintingPromptService.idl +share/idl/xulrunner45/nsIPrivacyTransitionObserver.idl +share/idl/xulrunner45/nsIPrivateBrowsingChannel.idl +share/idl/xulrunner45/nsIPrivateBrowsingTrackingProtectionWhitelist.idl +share/idl/xulrunner45/nsIProcess.idl +share/idl/xulrunner45/nsIProfileMigrator.idl +share/idl/xulrunner45/nsIProfileUnlocker.idl +share/idl/xulrunner45/nsIProgrammingLanguage.idl +share/idl/xulrunner45/nsIProgressEventSink.idl +share/idl/xulrunner45/nsIPrompt.idl +share/idl/xulrunner45/nsIPromptFactory.idl +share/idl/xulrunner45/nsIPromptService.idl +share/idl/xulrunner45/nsIPromptService2.idl +share/idl/xulrunner45/nsIProperties.idl +share/idl/xulrunner45/nsIProperty.idl +share/idl/xulrunner45/nsIPropertyBag.idl +share/idl/xulrunner45/nsIPropertyBag2.idl +share/idl/xulrunner45/nsIProtectedAuthThread.idl +share/idl/xulrunner45/nsIProtocolHandler.idl +share/idl/xulrunner45/nsIProtocolProxyCallback.idl +share/idl/xulrunner45/nsIProtocolProxyFilter.idl +share/idl/xulrunner45/nsIProtocolProxyService.idl +share/idl/xulrunner45/nsIProtocolProxyService2.idl +share/idl/xulrunner45/nsIProxiedChannel.idl +share/idl/xulrunner45/nsIProxiedProtocolHandler.idl +share/idl/xulrunner45/nsIProxyInfo.idl +share/idl/xulrunner45/nsIPushClient.idl +share/idl/xulrunner45/nsIPushNotificationService.idl +share/idl/xulrunner45/nsIPushObserverNotification.idl +share/idl/xulrunner45/nsIQueryContentEventResult.idl +share/idl/xulrunner45/nsIQuotaCallbacks.idl +share/idl/xulrunner45/nsIQuotaManagerService.idl +share/idl/xulrunner45/nsIQuotaRequests.idl +share/idl/xulrunner45/nsIRDFCompositeDataSource.idl +share/idl/xulrunner45/nsIRDFContainer.idl +share/idl/xulrunner45/nsIRDFContainerUtils.idl +share/idl/xulrunner45/nsIRDFDataSource.idl +share/idl/xulrunner45/nsIRDFDelegateFactory.idl +share/idl/xulrunner45/nsIRDFInMemoryDataSource.idl +share/idl/xulrunner45/nsIRDFInferDataSource.idl +share/idl/xulrunner45/nsIRDFLiteral.idl +share/idl/xulrunner45/nsIRDFNode.idl +share/idl/xulrunner45/nsIRDFObserver.idl +share/idl/xulrunner45/nsIRDFPropagatableDataSource.idl +share/idl/xulrunner45/nsIRDFPurgeableDataSource.idl +share/idl/xulrunner45/nsIRDFRemoteDataSource.idl +share/idl/xulrunner45/nsIRDFResource.idl +share/idl/xulrunner45/nsIRDFService.idl +share/idl/xulrunner45/nsIRDFXMLParser.idl +share/idl/xulrunner45/nsIRDFXMLSerializer.idl +share/idl/xulrunner45/nsIRDFXMLSink.idl +share/idl/xulrunner45/nsIRDFXMLSource.idl +share/idl/xulrunner45/nsIRandomGenerator.idl +share/idl/xulrunner45/nsIReadConfig.idl +share/idl/xulrunner45/nsIRecoveryService.idl +share/idl/xulrunner45/nsIRedirectChannelRegistrar.idl +share/idl/xulrunner45/nsIRedirectResultListener.idl +share/idl/xulrunner45/nsIReflowObserver.idl +share/idl/xulrunner45/nsIRefreshURI.idl +share/idl/xulrunner45/nsIRelativeFilePref.idl +share/idl/xulrunner45/nsIRemoteBrowser.idl +share/idl/xulrunner45/nsIRemoteOpenFileListener.idl +share/idl/xulrunner45/nsIRemoteService.idl +share/idl/xulrunner45/nsIRemoteTagService.idl +share/idl/xulrunner45/nsIRemoteWindowContext.idl +share/idl/xulrunner45/nsIRequest.idl +share/idl/xulrunner45/nsIRequestObserver.idl +share/idl/xulrunner45/nsIRequestObserverProxy.idl +share/idl/xulrunner45/nsIResProtocolHandler.idl +share/idl/xulrunner45/nsIResponseHeadProvider.idl +share/idl/xulrunner45/nsIResumableChannel.idl +share/idl/xulrunner45/nsIRunnable.idl +share/idl/xulrunner45/nsISAXAttributes.idl +share/idl/xulrunner45/nsISAXContentHandler.idl +share/idl/xulrunner45/nsISAXDTDHandler.idl +share/idl/xulrunner45/nsISAXErrorHandler.idl +share/idl/xulrunner45/nsISAXLexicalHandler.idl +share/idl/xulrunner45/nsISAXLocator.idl +share/idl/xulrunner45/nsISAXMutableAttributes.idl +share/idl/xulrunner45/nsISAXXMLFilter.idl +share/idl/xulrunner45/nsISAXXMLReader.idl +share/idl/xulrunner45/nsISHContainer.idl +share/idl/xulrunner45/nsISHEntry.idl +share/idl/xulrunner45/nsISHTransaction.idl +share/idl/xulrunner45/nsISHistory.idl +share/idl/xulrunner45/nsISHistoryInternal.idl +share/idl/xulrunner45/nsISHistoryListener.idl +share/idl/xulrunner45/nsISOCKSSocketInfo.idl +share/idl/xulrunner45/nsISSLSocketControl.idl +share/idl/xulrunner45/nsISSLStatus.idl +share/idl/xulrunner45/nsISSLStatusProvider.idl +share/idl/xulrunner45/nsISafeOutputStream.idl +share/idl/xulrunner45/nsISaveAsCharset.idl +share/idl/xulrunner45/nsISchedulingContext.idl +share/idl/xulrunner45/nsIScreen.idl +share/idl/xulrunner45/nsIScreenManager.idl +share/idl/xulrunner45/nsIScriptChannel.idl +share/idl/xulrunner45/nsIScriptError.idl +share/idl/xulrunner45/nsIScriptLoaderObserver.idl +share/idl/xulrunner45/nsIScriptSecurityManager.idl +share/idl/xulrunner45/nsIScriptableBase64Encoder.idl +share/idl/xulrunner45/nsIScriptableDateFormat.idl +share/idl/xulrunner45/nsIScriptableInputStream.idl +share/idl/xulrunner45/nsIScriptableRegion.idl +share/idl/xulrunner45/nsIScriptableUConv.idl +share/idl/xulrunner45/nsIScriptableUnescapeHTML.idl +share/idl/xulrunner45/nsIScrollBoxObject.idl +share/idl/xulrunner45/nsIScrollable.idl +share/idl/xulrunner45/nsISecCheckWrapChannel.idl +share/idl/xulrunner45/nsISecretDecoderRing.idl +share/idl/xulrunner45/nsISecureBrowserUI.idl +share/idl/xulrunner45/nsISecurityConsoleMessage.idl +share/idl/xulrunner45/nsISecurityEventSink.idl +share/idl/xulrunner45/nsISecurityInfoProvider.idl +share/idl/xulrunner45/nsISecurityUITelemetry.idl +share/idl/xulrunner45/nsISeekableStream.idl +share/idl/xulrunner45/nsISelection.idl +share/idl/xulrunner45/nsISelectionController.idl +share/idl/xulrunner45/nsISelectionDisplay.idl +share/idl/xulrunner45/nsISelectionListener.idl +share/idl/xulrunner45/nsISelectionPrivate.idl +share/idl/xulrunner45/nsISemanticUnitScanner.idl +share/idl/xulrunner45/nsISensitiveInfoHiddenURI.idl +share/idl/xulrunner45/nsISerializable.idl +share/idl/xulrunner45/nsISerializationHelper.idl +share/idl/xulrunner45/nsIServerSocket.idl +share/idl/xulrunner45/nsIServiceManager.idl +share/idl/xulrunner45/nsIServiceWorkerManager.idl +share/idl/xulrunner45/nsISettingsService.idl +share/idl/xulrunner45/nsISimpleContentPolicy.idl +share/idl/xulrunner45/nsISimpleEnumerator.idl +share/idl/xulrunner45/nsISimpleStreamListener.idl +share/idl/xulrunner45/nsISimpleTest.idl +share/idl/xulrunner45/nsISimpleUnicharStreamFactory.idl +share/idl/xulrunner45/nsISiteSecurityService.idl +share/idl/xulrunner45/nsISiteSpecificUserAgent.idl +share/idl/xulrunner45/nsISliderListener.idl +share/idl/xulrunner45/nsISlowScriptDebug.idl +share/idl/xulrunner45/nsISmsMessage.idl +share/idl/xulrunner45/nsISmsService.idl +share/idl/xulrunner45/nsISocketProvider.idl +share/idl/xulrunner45/nsISocketProviderService.idl +share/idl/xulrunner45/nsISocketTransport.idl +share/idl/xulrunner45/nsISocketTransportService.idl +share/idl/xulrunner45/nsISound.idl +share/idl/xulrunner45/nsISpeculativeConnect.idl +share/idl/xulrunner45/nsISpeechRecognitionService.idl +share/idl/xulrunner45/nsISpeechService.idl +share/idl/xulrunner45/nsIStandardURL.idl +share/idl/xulrunner45/nsIStartupCache.idl +share/idl/xulrunner45/nsIStatusReporter.idl +share/idl/xulrunner45/nsIStkCmdFactory.idl +share/idl/xulrunner45/nsIStkProactiveCmd.idl +share/idl/xulrunner45/nsIStorageStream.idl +share/idl/xulrunner45/nsIStreamBufferAccess.idl +share/idl/xulrunner45/nsIStreamConverter.idl +share/idl/xulrunner45/nsIStreamConverterService.idl +share/idl/xulrunner45/nsIStreamListener.idl +share/idl/xulrunner45/nsIStreamListenerTee.idl +share/idl/xulrunner45/nsIStreamLoader.idl +share/idl/xulrunner45/nsIStreamTransportService.idl +share/idl/xulrunner45/nsIStreamingProtocolController.idl +share/idl/xulrunner45/nsIStreamingProtocolService.idl +share/idl/xulrunner45/nsIStringBundle.idl +share/idl/xulrunner45/nsIStringBundleOverride.idl +share/idl/xulrunner45/nsIStringEnumerator.idl +share/idl/xulrunner45/nsIStringStream.idl +share/idl/xulrunner45/nsIStructuredCloneContainer.idl +share/idl/xulrunner45/nsIStyleSheetService.idl +share/idl/xulrunner45/nsISubstitutingProtocolHandler.idl +share/idl/xulrunner45/nsISupports.idl +share/idl/xulrunner45/nsISupportsArray.idl +share/idl/xulrunner45/nsISupportsIterators.idl +share/idl/xulrunner45/nsISupportsPrimitives.idl +share/idl/xulrunner45/nsISupportsPriority.idl +share/idl/xulrunner45/nsISyncJPAKE.idl +share/idl/xulrunner45/nsISyncStreamListener.idl +share/idl/xulrunner45/nsISynthVoiceRegistry.idl +share/idl/xulrunner45/nsISystemMessageCache.idl +share/idl/xulrunner45/nsISystemMessageGlue.idl +share/idl/xulrunner45/nsISystemMessagesInternal.idl +share/idl/xulrunner45/nsISystemProxySettings.idl +share/idl/xulrunner45/nsISystemUpdateProvider.idl +share/idl/xulrunner45/nsITCPPresentationServer.idl +share/idl/xulrunner45/nsITCPSocketCallback.idl +share/idl/xulrunner45/nsITLSServerSocket.idl +share/idl/xulrunner45/nsITVService.idl +share/idl/xulrunner45/nsITVSimulatorService.idl +share/idl/xulrunner45/nsITXTToHTMLConv.idl +share/idl/xulrunner45/nsITabChild.idl +share/idl/xulrunner45/nsITabParent.idl +share/idl/xulrunner45/nsITabSource.idl +share/idl/xulrunner45/nsITableEditor.idl +share/idl/xulrunner45/nsITaggingService.idl +share/idl/xulrunner45/nsITelemetry.idl +share/idl/xulrunner45/nsITelephonyCallInfo.idl +share/idl/xulrunner45/nsITelephonyService.idl +share/idl/xulrunner45/nsITextInputProcessor.idl +share/idl/xulrunner45/nsITextInputProcessorCallback.idl +share/idl/xulrunner45/nsITextScroll.idl +share/idl/xulrunner45/nsITextServicesFilter.idl +share/idl/xulrunner45/nsITextToSubURI.idl +share/idl/xulrunner45/nsIThread.idl +share/idl/xulrunner45/nsIThreadInternal.idl +share/idl/xulrunner45/nsIThreadManager.idl +share/idl/xulrunner45/nsIThreadPool.idl +share/idl/xulrunner45/nsIThreadRetargetableRequest.idl +share/idl/xulrunner45/nsIThreadRetargetableStreamListener.idl +share/idl/xulrunner45/nsITimeService.idl +share/idl/xulrunner45/nsITimedChannel.idl +share/idl/xulrunner45/nsITimer.idl +share/idl/xulrunner45/nsITokenDialogs.idl +share/idl/xulrunner45/nsITokenPasswordDialogs.idl +share/idl/xulrunner45/nsIToolkitChromeRegistry.idl +share/idl/xulrunner45/nsIToolkitProfile.idl +share/idl/xulrunner45/nsIToolkitProfileService.idl +share/idl/xulrunner45/nsITooltipListener.idl +share/idl/xulrunner45/nsITooltipTextProvider.idl +share/idl/xulrunner45/nsITraceableChannel.idl +share/idl/xulrunner45/nsITransaction.idl +share/idl/xulrunner45/nsITransactionList.idl +share/idl/xulrunner45/nsITransactionListener.idl +share/idl/xulrunner45/nsITransactionManager.idl +share/idl/xulrunner45/nsITransfer.idl +share/idl/xulrunner45/nsITransferable.idl +share/idl/xulrunner45/nsITransport.idl +share/idl/xulrunner45/nsITransportSecurityInfo.idl +share/idl/xulrunner45/nsITreeBoxObject.idl +share/idl/xulrunner45/nsITreeColumns.idl +share/idl/xulrunner45/nsITreeContentView.idl +share/idl/xulrunner45/nsITreeSelection.idl +share/idl/xulrunner45/nsITreeView.idl +share/idl/xulrunner45/nsITypeAheadFind.idl +share/idl/xulrunner45/nsIUDPSocket.idl +share/idl/xulrunner45/nsIUDPSocketChild.idl +share/idl/xulrunner45/nsIUDPSocketFilter.idl +share/idl/xulrunner45/nsIURI.idl +share/idl/xulrunner45/nsIURIClassifier.idl +share/idl/xulrunner45/nsIURIContentListener.idl +share/idl/xulrunner45/nsIURIFixup.idl +share/idl/xulrunner45/nsIURILoader.idl +share/idl/xulrunner45/nsIURIRefObject.idl +share/idl/xulrunner45/nsIURIWithPrincipal.idl +share/idl/xulrunner45/nsIURL.idl +share/idl/xulrunner45/nsIURLFormatter.idl +share/idl/xulrunner45/nsIURLParser.idl +share/idl/xulrunner45/nsIUTF8ConverterService.idl +share/idl/xulrunner45/nsIUUIDGenerator.idl +share/idl/xulrunner45/nsIUnicharInputStream.idl +share/idl/xulrunner45/nsIUnicharLineInputStream.idl +share/idl/xulrunner45/nsIUnicharOutputStream.idl +share/idl/xulrunner45/nsIUnicharStreamLoader.idl +share/idl/xulrunner45/nsIUnicodeNormalizer.idl +share/idl/xulrunner45/nsIUpdateTimerManager.idl +share/idl/xulrunner45/nsIUploadChannel.idl +share/idl/xulrunner45/nsIUploadChannel2.idl +share/idl/xulrunner45/nsIUrlClassifierDBService.idl +share/idl/xulrunner45/nsIUrlClassifierHashCompleter.idl +share/idl/xulrunner45/nsIUrlClassifierPrefixSet.idl +share/idl/xulrunner45/nsIUrlClassifierStreamUpdater.idl +share/idl/xulrunner45/nsIUrlClassifierUtils.idl +share/idl/xulrunner45/nsIUrlListManager.idl +share/idl/xulrunner45/nsIUserCertPicker.idl +share/idl/xulrunner45/nsIUserInfo.idl +share/idl/xulrunner45/nsIVariant.idl +share/idl/xulrunner45/nsIVersionComparator.idl +share/idl/xulrunner45/nsIViewSourceChannel.idl +share/idl/xulrunner45/nsIVoicemailService.idl +share/idl/xulrunner45/nsIWapPushApplication.idl +share/idl/xulrunner45/nsIWeakCryptoOverride.idl +share/idl/xulrunner45/nsIWeakReference.idl +share/idl/xulrunner45/nsIWebBrowser.idl +share/idl/xulrunner45/nsIWebBrowserChrome.idl +share/idl/xulrunner45/nsIWebBrowserChrome2.idl +share/idl/xulrunner45/nsIWebBrowserChrome3.idl +share/idl/xulrunner45/nsIWebBrowserChromeFocus.idl +share/idl/xulrunner45/nsIWebBrowserFind.idl +share/idl/xulrunner45/nsIWebBrowserFocus.idl +share/idl/xulrunner45/nsIWebBrowserPersist.idl +share/idl/xulrunner45/nsIWebBrowserPersistDocument.idl +share/idl/xulrunner45/nsIWebBrowserPersistable.idl +share/idl/xulrunner45/nsIWebBrowserPrint.idl +share/idl/xulrunner45/nsIWebBrowserSetup.idl +share/idl/xulrunner45/nsIWebBrowserStream.idl +share/idl/xulrunner45/nsIWebContentHandlerRegistrar.idl +share/idl/xulrunner45/nsIWebNavigation.idl +share/idl/xulrunner45/nsIWebNavigationInfo.idl +share/idl/xulrunner45/nsIWebPageDescriptor.idl +share/idl/xulrunner45/nsIWebProgress.idl +share/idl/xulrunner45/nsIWebProgressListener.idl +share/idl/xulrunner45/nsIWebProgressListener2.idl +share/idl/xulrunner45/nsIWebSocketChannel.idl +share/idl/xulrunner45/nsIWebSocketEventService.idl +share/idl/xulrunner45/nsIWebSocketListener.idl +share/idl/xulrunner45/nsIWebVTTListener.idl +share/idl/xulrunner45/nsIWebVTTParserWrapper.idl +share/idl/xulrunner45/nsIWindowCreator.idl +share/idl/xulrunner45/nsIWindowCreator2.idl +share/idl/xulrunner45/nsIWindowDataSource.idl +share/idl/xulrunner45/nsIWindowMediator.idl +share/idl/xulrunner45/nsIWindowMediatorListener.idl +share/idl/xulrunner45/nsIWindowProvider.idl +share/idl/xulrunner45/nsIWindowWatcher.idl +share/idl/xulrunner45/nsIWorkerDebugger.idl +share/idl/xulrunner45/nsIWorkerDebuggerManager.idl +share/idl/xulrunner45/nsIWritablePropertyBag.idl +share/idl/xulrunner45/nsIWritablePropertyBag2.idl +share/idl/xulrunner45/nsIWyciwygChannel.idl +share/idl/xulrunner45/nsIX509Cert.idl +share/idl/xulrunner45/nsIX509CertDB.idl +share/idl/xulrunner45/nsIX509CertList.idl +share/idl/xulrunner45/nsIX509CertValidity.idl +share/idl/xulrunner45/nsIXBLAccessible.idl +share/idl/xulrunner45/nsIXMLHttpRequest.idl +share/idl/xulrunner45/nsIXPCScriptable.idl +share/idl/xulrunner45/nsIXPConnect.idl +share/idl/xulrunner45/nsIXSLTException.idl +share/idl/xulrunner45/nsIXSLTProcessor.idl +share/idl/xulrunner45/nsIXSLTProcessorPrivate.idl +share/idl/xulrunner45/nsIXULAppInfo.idl +share/idl/xulrunner45/nsIXULBrowserWindow.idl +share/idl/xulrunner45/nsIXULBuilderListener.idl +share/idl/xulrunner45/nsIXULOverlayProvider.idl +share/idl/xulrunner45/nsIXULRuntime.idl +share/idl/xulrunner45/nsIXULSortService.idl +share/idl/xulrunner45/nsIXULStore.idl +share/idl/xulrunner45/nsIXULTemplateBuilder.idl +share/idl/xulrunner45/nsIXULTemplateQueryProcessor.idl +share/idl/xulrunner45/nsIXULTemplateResult.idl +share/idl/xulrunner45/nsIXULTemplateRuleFilter.idl +share/idl/xulrunner45/nsIXULWindow.idl +share/idl/xulrunner45/nsIZipReader.idl +share/idl/xulrunner45/nsIZipWriter.idl +share/idl/xulrunner45/nsPICommandUpdater.idl +share/idl/xulrunner45/nsPIDNSService.idl +share/idl/xulrunner45/nsPIEditorTransaction.idl +share/idl/xulrunner45/nsPILoadGroupInternal.idl +share/idl/xulrunner45/nsPIPlacesDatabase.idl +share/idl/xulrunner45/nsPIPromptService.idl +share/idl/xulrunner45/nsPISocketTransportService.idl +share/idl/xulrunner45/nsPIWindowWatcher.idl +share/idl/xulrunner45/nspluginroot.idl +share/idl/xulrunner45/nsrootidl.idl +share/idl/xulrunner45/rdfIDataSource.idl +share/idl/xulrunner45/rdfISerializer.idl +share/idl/xulrunner45/rdfITripleVisitor.idl +share/idl/xulrunner45/txIEXSLTRegExFunctions.idl +share/idl/xulrunner45/txIFunctionEvaluationContext.idl +share/idl/xulrunner45/txINodeSet.idl +share/idl/xulrunner45/txIXPathObject.idl +share/idl/xulrunner45/xpcIJSGetFactory.idl +share/idl/xulrunner45/xpcIJSModuleLoader.idl +share/idl/xulrunner45/xpcIJSWeakReference.idl +share/idl/xulrunner45/xpccomponents.idl +share/idl/xulrunner45/xpcexception.idl +share/idl/xulrunner45/xpcjsid.idl diff --git a/devel/xulrunner45/buildlink3.mk b/devel/xulrunner45/buildlink3.mk new file mode 100644 index 0000000000000..06e9acd06528b --- /dev/null +++ b/devel/xulrunner45/buildlink3.mk @@ -0,0 +1,30 @@ +# $NetBSD: buildlink3.mk,v 1.1 2016/05/04 10:01:06 ryoon Exp $ + +BUILDLINK_TREE+= xulrunner45 + +.if !defined(XULRUNNER45_BUILDLINK3_MK) +XULRUNNER45_BUILDLINK3_MK:= + +BUILDLINK_API_DEPENDS.xulrunner45+= xulrunner45>=45.1.0 +BUILDLINK_ABI_DEPENDS.xulrunner45+= xulrunner45>=45.1.0 +BUILDLINK_PKGSRCDIR.xulrunner45?= ../../devel/xulrunner45 + +BUILDLINK_INCDIRS.xulrunner45+= lib/xulrunner45/include +BUILDLINK_INCDIRS.xulrunner45+= include/xulrunner45 +BUILDLINK_FILES.xulrunner45+= lib/xulrunner45/include/*.h + +BUILDLINK_LIBDIRS.xulrunner45+= lib/xulrunner45/lib +BUILDLINK_FILES.xulrunner45+= lib/xulrunner45/lib/*.so +BUILDLINK_FILES.xulrunner45+= lib/xulrunner45/pkgconfig/*pc +BUILDLINK_FNAME_TRANSFORM.xulrunner45+= -e "s|lib/xulrunner45/pkgconfig|lib/pkgconfig|" + +pkgbase := xulrunner45 +.include "../../mk/pkg-build-options.mk" +.if !empty(PKG_BUILD_OPTIONS.xulrunner45:Mgnome) +. include "../../devel/libgnomeui/buildlink3.mk" +. include "../../sysutils/gnome-vfs/buildlink3.mk" +.endif +.include "../../devel/nspr/buildlink3.mk" +.endif # XULRUNNER45_BUILDLINK3_MK + +BUILDLINK_TREE+= -xulrunner45 diff --git a/devel/yasm/Makefile b/devel/yasm/Makefile index a130734718487..e6808882e62b8 100644 --- a/devel/yasm/Makefile +++ b/devel/yasm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.35 2016/02/25 12:12:50 jperkin Exp $ +# $NetBSD: Makefile,v 1.36 2016/04/14 23:18:04 khorben Exp $ DISTNAME= yasm-1.3.0 CATEGORIES= devel @@ -14,6 +14,8 @@ GNU_CONFIGURE= YES USE_LIBTOOL= YES TEST_TARGET= check +MAKE_FLAGS+= CFLAGS_FOR_BUILD=${CFLAGS:Q} + .include "../../mk/bsd.prefs.mk" # Commit message suggests this is Darwin-specific. Won't work to diff --git a/devel/yasm/distinfo b/devel/yasm/distinfo index 5b25387c3708c..b0faa543e4bff 100644 --- a/devel/yasm/distinfo +++ b/devel/yasm/distinfo @@ -1,6 +1,7 @@ -$NetBSD: distinfo,v 1.18 2015/11/03 03:29:39 agc Exp $ +$NetBSD: distinfo,v 1.19 2016/04/14 23:18:04 khorben Exp $ SHA1 (yasm-1.3.0.tar.gz) = b7574e9f0826bedef975d64d3825f75fbaeef55e RMD160 (yasm-1.3.0.tar.gz) = 9d9d40aa8cf5a20617564085f581b14ab1a553b4 SHA512 (yasm-1.3.0.tar.gz) = 572d3b45568b10f58e48f1188c2d6bcbdd16429c8afaccc8c6d37859b45635e106885d679e41d0bee78c23822108c7ae75aa7475eed5ba58057e0a6fe1b68645 Size (yasm-1.3.0.tar.gz) = 1492156 bytes +SHA1 (patch-Makefile.in) = 3b633316c5c37680d457e69fad098492ea6388fe diff --git a/devel/yasm/patches/patch-Makefile.in b/devel/yasm/patches/patch-Makefile.in new file mode 100644 index 0000000000000..b3862625b2601 --- /dev/null +++ b/devel/yasm/patches/patch-Makefile.in @@ -0,0 +1,33 @@ +$NetBSD: patch-Makefile.in,v 1.1 2016/04/14 23:18:04 khorben Exp $ + +Add support for CFLAGS + +--- Makefile.in.orig 2014-08-11 06:19:02.000000000 +0000 ++++ Makefile.in +@@ -4174,7 +4174,7 @@ version.mac: genversion$(EXEEXT) + $(top_builddir)/genversion$(EXEEXT) $@ + + genversion.$(OBJEXT): modules/preprocs/nasm/genversion.c +- $(CC_FOR_BUILD) $(DEFAULT_INCLUDES) $(INCLUDES) -c -o $@ `test -f modules/preprocs/nasm/genversion.c || echo '$(srcdir)/'`modules/preprocs/nasm/genversion.c ++ $(CC_FOR_BUILD) $(CFLAGS_FOR_BUILD) $(DEFAULT_INCLUDES) $(INCLUDES) -c -o $@ `test -f modules/preprocs/nasm/genversion.c || echo '$(srcdir)/'`modules/preprocs/nasm/genversion.c + + #EXTRA_DIST += modules/preprocs/gas/tests/rawpp_test.sh + #EXTRA_DIST += modules/preprocs/gas/tests/longline.asm +@@ -4201,7 +4201,7 @@ module.c: $(top_srcdir)/libyasm/module.i + $(top_builddir)/genmodule$(EXEEXT) $(top_srcdir)/libyasm/module.in Makefile + + genmodule.$(OBJEXT): libyasm/genmodule.c +- $(CC_FOR_BUILD) $(DEFAULT_INCLUDES) $(INCLUDES) -c -o $@ `test -f libyasm/genmodule.c || echo '$(srcdir)/'`libyasm/genmodule.c ++ $(CC_FOR_BUILD) $(CFLAGS_FOR_BUILD) $(DEFAULT_INCLUDES) $(INCLUDES) -c -o $@ `test -f libyasm/genmodule.c || echo '$(srcdir)/'`libyasm/genmodule.c + + @BUILD_MAN_TRUE@yasm.1: frontends/yasm/yasm.xml + @BUILD_MAN_TRUE@ $(XMLTO) -o $(top_builddir) man $(srcdir)/frontends/yasm/yasm.xml +@@ -4234,7 +4234,7 @@ install-exec-hook: python-install + uninstall-hook: python-uninstall + + genstring.$(OBJEXT): genstring.c +- $(CC_FOR_BUILD) $(DEFAULT_INCLUDES) $(INCLUDES) -c -o $@ `test -f genstring.c || echo '$(srcdir)/'`genstring.c ++ $(CC_FOR_BUILD) $(CFLAGS_FOR_BUILD) $(DEFAULT_INCLUDES) $(INCLUDES) -c -o $@ `test -f genstring.c || echo '$(srcdir)/'`genstring.c + + # Tell versions [3.59,3.63) of GNU make to not export all variables. + # Otherwise a system limit (for SysV at least) may be exceeded. diff --git a/doc/CHANGES-2016 b/doc/CHANGES-2016 index ab25df1476415..a06c94cde95b6 100644 --- a/doc/CHANGES-2016 +++ b/doc/CHANGES-2016 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2016,v 1.1141 2016/03/13 03:55:03 mef Exp $ +$NetBSD: CHANGES-2016,v 1.1925 2016/05/10 16:41:59 adam Exp $ Changes to the packages collection and infrastructure in 2016: @@ -129,7 +129,7 @@ Changes to the packages collection and infrastructure in 2016: Updated devel/p5-Sub-Identify to 0.12 [wiz 2016-01-07] Updated devel/flex to 2.6.0 [wiz 2016-01-07] Updated devel/py-unittest2 to 1.1.0 [wiz 2016-01-07] - Updated textproc/py-sphinx-theme-cloud to 1.7.1. [darcy 2016-01-07] + Updated textproc/py-sphinx-theme-cloud to 1.7.1 [darcy 2016-01-07] Updated mail/mutt to 1.5.24nb1 [wiz 2016-01-07] Updated mail/mutt-kz to 1.5.23.1rc1nb2 [wiz 2016-01-07] Updated textproc/py-xlsxwriter to 0.7.8 [fhajny 2016-01-07] @@ -918,6 +918,7 @@ Changes to the packages collection and infrastructure in 2016: Added www/ap-authnz-crowd version 2.2.2 [jperkin 2016-02-15] Updated x11/libdrm to 2.4.67 [wiz 2016-02-15] Updated net/php-baikal to 0.3.1 [wiz 2016-02-15] + Updated math/octave to 4.0.0 [dbj 2016-02-16] Updated www/squid3 to 3.5.14 [taca 2016-02-16] Updated audio/moc to 2.5.0 [leot 2016-02-16] Removed audio/moc-devel successor audio/moc [leot 2016-02-16] @@ -1527,3 +1528,982 @@ Changes to the packages collection and infrastructure in 2016: Updated security/p11-kit to 0.22.1 [ryoon 2016-03-13] Updated lang/scala to 2.11.8 [ryoon 2016-03-13] Updated devel/p5-App-cpanminus to 1.7040 [mef 2016-03-13] + Updated graphics/ivtools to 1.2.8nb4 [dholland 2016-03-13] + Updated net/nocol to 4.3.1nb12 [dholland 2016-03-13] + Updated games/lgogdownloader to 2.27 [wiz 2016-03-13] + Updated x11/rxvt-unicode to 9.22 [morr 2016-03-13] + Added devel/p5-Git-Version-Compare version 1.001 [wen 2016-03-13] + Updated devel/p5-Git-Repository to 1.318 [wen 2016-03-13] + Updated pkgtools/pkglint to 5.3.6 [rillig 2016-03-13] + Removed devel/ruby-debugger [taca 2016-03-13] + Removed devel/ruby-debugger-linecache [taca 2016-03-13] + Removed devel/ruby-debugger-ruby_core_source [taca 2016-03-13] + Removed lang/ruby200 [taca 2016-03-13] + Removed lang/ruby200-base [taca 2016-03-13] + Updated security/p5-Crypt-ECB to 2.10 [wiz 2016-03-13] + Updated net/php-baikal to 0.3.5 [wiz 2016-03-13] + Updated www/sassc to 3.3.3 [adam 2016-03-13] + Updated comms/conserver8 to 8.2.1 [schnoebe 2016-03-13] + Updated databases/mongodb to 3.2.4 [fhajny 2016-03-13] + Updated databases/mongo-tools to 3.2.4 [fhajny 2016-03-13] + Removed databases/postgresql-postgis successor databases/postgresql-postgis2 [gdt 2016-03-14] + Updated net/haproxy to 1.6.4 [fhajny 2016-03-14] + Updated security/lasso to 2.5.1 [manu 2016-03-14] + Updated www/ap2-auth-mellon to 0.12.0 [manu 2016-03-14] + Updated devel/cmake to 3.5.0 [adam 2016-03-14] + Updated geography/opencpn to 4.2.0 [bouyer 2016-03-14] + Updated geography/opencpn-plugin-weather_routing to 20160208 [bouyer 2016-03-14] + Updated sysutils/facette to 0.4.0devnb6 [imil 2016-03-14] + Updated textproc/grep to 2.24 [ryoon 2016-03-14] + Updated security/putty to 0.67 [ryoon 2016-03-14] + Updated security/tor-browser to 5.5.3 [ryoon 2016-03-14] + Removed www/drupal6 [taca 2016-03-14] + Updated x11/mlterm to 3.7.0 [tsutsui 2016-03-14] + Updated net/proftpd to 1.3.5b [wiedi 2016-03-14] + Updated devel/nss to 3.22.3 [ryoon 2016-03-15] + Updated graphics/sane-backends to 1.0.25nb3 [martin 2016-03-15] + Added sysutils/tarsnap-gui version 0.8 [wiz 2016-03-15] + Updated databases/pgbouncer to 1.7.2 [fhajny 2016-03-15] + Updated print/pdf2djvu to 0.9.3nb2 [ryoon 2016-03-15] + Updated sysutils/puppet to 3.8.6 [fhajny 2016-03-15] + Updated print/pdf2djvu to 0.9.4 [ryoon 2016-03-15] + Updated fonts/umefont-ttf to 0.600 [ryoon 2016-03-15] + Updated textproc/hs-tagsoup to 0.13.9 [szptvlfn 2016-03-15] + Updated net/nsd to 4.1.9 [pettai 2016-03-15] + Updated devel/ruby-tins to 1.9.0 [taca 2016-03-15] + Updated misc/ruby-commander to 4.4.0 [taca 2016-03-15] + Updated misc/ruby-ohai to 8.12.0 [taca 2016-03-15] + Updated misc/ruby-parallel to 1.6.2 [taca 2016-03-15] + Updated misc/ruby-rainbow to 2.1.0 [taca 2016-03-15] + Updated net/ruby-dnsruby to 1.59.2 [taca 2016-03-15] + Updated ham/fldigi to 3.23.08 [mef 2016-03-15] + Updated net/ruby-domain_name to 0.5.20160309 [taca 2016-03-15] + Updated net/ruby-ipaddress to 0.8.3 [taca 2016-03-15] + Updated net/ruby-net-ldap to 0.14.0 [taca 2016-03-15] + Updated net/ruby-netaddr to 1.5.1 [taca 2016-03-15] + Updated net/ruby-twitter-text to 1.13.4 [taca 2016-03-15] + Updated print/ruby-pdf-core to 0.6.1 [taca 2016-03-15] + Updated print/ruby-pdf-reader to 1.4.0 [taca 2016-03-15] + Updated print/ruby-prawn to 2.1.0 [taca 2016-03-15] + Updated security/ruby-bcrypt to 3.1.11 [taca 2016-03-15] + Updated security/ruby-oauth to 0.5.1 [taca 2016-03-15] + Added cad/klayout version 0.24.5 [mef 2016-03-15] + Updated sysutils/ruby-childprocess to 0.5.9 [taca 2016-03-15] + Updated security/mit-krb5 to 1.14.1 [tez 2016-03-15] + Updated sysutils/ruby-facter to 2.4.6 [taca 2016-03-15] + Updated sysutils/ruby-rb-inotify to 0.9.7 [taca 2016-03-15] + Updated sysutils/ruby-listen to 3.0.6 [taca 2016-03-15] + Updated textproc/ruby-coderay to 1.1.1 [taca 2016-03-15] + Updated textproc/ruby-kramdown to 1.10.0 [taca 2016-03-15] + Updated textproc/ruby-nokogiri to 1.6.7.2 [taca 2016-03-15] + Updated textproc/ruby-plist to 3.2.0 [taca 2016-03-15] + Updated textproc/ruby-redcarpet to 3.3.4 [taca 2016-03-15] + Updated textproc/ruby-will-paginate to 3.1.0 [taca 2016-03-15] + Updated www/ruby-capybara to 2.6.2 [taca 2016-03-15] + Updated www/ruby-cookiejar to 0.3.3 [taca 2016-03-15] + Updated www/ruby-jekyll-watch to 1.3.1 [taca 2016-03-15] + Updated www/ruby-jekyll to 3.1.2 [taca 2016-03-15] + Updated www/ruby-rack-cache to 1.6.1 [taca 2016-03-15] + Updated www/ruby-sass to 3.4.21 [taca 2016-03-15] + Updated www/ruby-sinatra to 1.4.7 [taca 2016-03-15] + Updated www/ruby-padrino-support to 0.13.1 [taca 2016-03-15] + Updated www/ruby-padrino-helpers to 0.13.1 [taca 2016-03-15] + Updated www/ruby-padrino-core to 0.13.1 [taca 2016-03-15] + Updated www/ruby-padrino-cache to 0.13.1 [taca 2016-03-15] + Updated www/ruby-padrino-gen to 0.13.1 [taca 2016-03-15] + Updated www/ruby-padrino-admin to 0.13.1 [taca 2016-03-15] + Updated www/ruby-padrino-mailer to 0.13.1 [taca 2016-03-15] + Updated www/ruby-padrino to 0.13.1 [taca 2016-03-15] + Updated www/ruby-puma to 2.16.0 [taca 2016-03-15] + Updated www/ruby-mustermann19 to 0.4.2 [taca 2016-03-15] + Updated www/ruby-raindrops to 0.16.0 [taca 2016-03-15] + Updated devel/ruby-logging to 2.1.0 [taca 2016-03-15] + Updated www/ruby-patron to 0.5.1 [taca 2016-03-15] + Updated devel/ruby-eventmachine to 1.2.0 [taca 2016-03-15] + Updated misc/ruby-ohai to 8.12.1 [taca 2016-03-15] + Updated www/webkit24-gtk to 2.4.10 [leot 2016-03-15] + Updated www/webkit24-gtk3 to 2.4.10 [leot 2016-03-15] + Updated devel/gputils to 1.4.2.1 [bouyer 2016-03-15] + Updated security/openssh to 7.2.2 [bsiegert 2016-03-15] + Updated lang/racket-textual to 6.4 [asau 2016-03-16] + Updated lang/racket to 6.4 [asau 2016-03-16] + Updated databases/pgadmin3 to 1.22.0 [richard 2016-03-16] + Updated time/ruby-tzinfo-data to 1.2016.2 [taca 2016-03-16] + Updated devel/ruby-eventmachine to 1.2.0.1 [taca 2016-03-16] + Updated devel/ruby-curses-gem to 1.0.2 [taca 2016-03-16] + Updated ham/trustedQSL to 2.2.1 [mef 2016-03-16] + Removed misc/ruby-hashie1 [tsutsui 2016-03-16] + Updated textproc/expat to 2.1.1 [ryoon 2016-03-16] + Updated sysutils/znapzend to 0.15.3 [wiedi 2016-03-17] + Updated www/goaccess to 0.9.8 [wiedi 2016-03-17] + Updated lang/ruby22-base to 2.2.4nb3 [wiz 2016-03-17] + Updated lang/ruby23-base to 2.3.0nb2 [wiz 2016-03-17] + Updated graphics/leptonica to 1.73 [fhajny 2016-03-17] + Updated graphics/tesseract to 3.04.01 [fhajny 2016-03-17] + Updated devel/p5-Devel-CheckLib to 1.06 [mef 2016-03-17] + Updated fonts/p5-Font-TTF to 1.05 [mef 2016-03-17] + Updated time/ruby-tzinfo03 to 0.3.47 [taca 2016-03-17] + Updated www/p5-Mojolicious to 6.56 [wen 2016-03-18] + mk/bsd.pkg.mk: started freeze for pkgsrc-2016Q1 branch [agc 2016-03-17] + Updated mail/opendkim to 2.10.3 [pettai 2016-03-18] + Updated devel/pcre to 8.38nb1 [tez 2016-03-18] + Updated devel/stgit to 0.17.1 [sevan 2016-03-18] + Updated net/rancid to 3.4.1 [pettai 2016-03-19] + Updated www/firefox to 45.0.1 [ryoon 2016-03-19] + Updated www/firefox-l10n to 45.0.1 [ryoon 2016-03-19] + Updated www/firefox38 to 38.7.1 [ryoon 2016-03-19] + Updated www/firefox38-l10n to 38.7.1 [ryoon 2016-03-19] + Updated devel/xulrunner38 to 38.7.1 [ryoon 2016-03-19] + Updated security/tor-browser to 5.5.4 [ryoon 2016-03-20] + Updated textproc/xmltooling to 1.5.6 [pettai 2016-03-20] + Updated security/opensaml to 2.5.5 [pettai 2016-03-20] + Updated devel/gtexinfo to 6.1nb2 [wiz 2016-03-20] + Updated databases/py-postgresql to 5.0 [darcy 2016-03-20] + Updated databases/py-pgnotify to 0.1nb3 [wiz 2016-03-20] + Updated mail/thunderbird to 38.7.0 [ryoon 2016-03-21] + Updated mail/thunderbird-l10n to 38.7.0 [ryoon 2016-03-21] + Updated www/php-owncloud to 9.0.0 [ryoon 2016-03-21] + Updated net/owncloudclient to 2.1.1 [ryoon 2016-03-21] + Updated editors/Sigil to 0.9.4 [ryoon 2016-03-21] + Updated net/quagga to 1.0.20160315 [gdt 2016-03-21] + Updated filesystems/glusterfs to 3.7.9 [manu 2016-03-22] + Updated www/contao35 to 3.5.9 [taca 2016-03-22] + Updated devel/pcre to 8.38nb2 [tez 2016-03-22] + Updated graphics/tiff to 4.0.6nb1 [tez 2016-03-22] + Updated comms/minicom to 2.7nb1 [ryoon 2016-03-22] + Updated textproc/pdfgrep to 1.4.1 [ryoon 2016-03-23] + Added emulators/shoebill version 0.0.5 [hauke 2016-03-23] + Updated mail/thunderbird-enigmail to 1.9.1nb1 [ryoon 2016-03-24] + Updated mail/seamonkey-enigmail to 1.9.1nb1 [ryoon 2016-03-24] + Updated math/sc to 7.16 [youri 2016-03-24] + Updated security/py-rsa to 3.4 [wiz 2016-03-24] + Updated graphics/graphite2 to 1.3.7 [wiz 2016-03-24] + Updated www/contao41 to 4.1.2 [taca 2016-03-25] + Updated chat/pidgin-otr to 4.0.2 [gdt 2016-03-28] + Updated mail/thunderbird to 38.7.1 [ryoon 2016-03-28] + Updated mail/thunderbird-l10n to 38.7.1 [ryoon 2016-03-28] + Updated lang/openjdk8 to 1.8.77 [ryoon 2016-03-28] + Added lang/libunwind version 3.8.0 [kamil 2016-03-28] + Added devel/lldb version 3.8.0 [kamil 2016-03-28] + Updated sysutils/deforaos-terminal to 0.1.0 [khorben 2016-03-28] + Updated multimedia/ffmpeg2 to 2.8.6nb2 [jperkin 2016-03-30] + Updated multimedia/ffmpeg3 to 3.0nb3 [jperkin 2016-03-30] + Updated www/seamonkey to 2.40 [ryoon 2016-03-30] + Updated www/seamonkey-l10n to 2.40 [ryoon 2016-03-30] + Updated net/isc-dhcp4 to 4.3.4 [taca 2016-03-30] + Updated net/isc-dhclient4 to 4.3.4 [taca 2016-03-30] + Updated net/isc-dhcpd4 to 4.3.4 [taca 2016-03-30] + Updated net/isc-dhcrelay4 to 4.3.4 [taca 2016-03-30] + Updated devel/heirloom-libcommon to 070715nb1 [jperkin 2016-03-31] + Updated fonts/umefont-ttf to 0.610 [ryoon 2016-03-31] + Updated lang/nodejs to 5.10.0 [fhajny 2016-04-01] + Updated lang/nodejs4 to 4.4.2 [fhajny 2016-04-01] + Updated filesystems/glusterfs to 3.7.10 [manu 2016-04-02] + Updated lang/php55 to 5.5.34 [taca 2016-04-02] + Updated lang/php56 to 5.6.20 [taca 2016-04-02] + Updated lang/php70 to 7.0.5 [taca 2016-04-02] + Updated www/squid3 to 3.5.16 [taca 2016-04-02] + Updated filesystems/openafs to 1.6.17nb1 [jakllsch 2016-04-04] + Updated sysutils/salt-docs to 2015.8.5 [khorben 2016-04-05] + Updated time/py-parsedatetime to 2.1 [fhajny 2016-04-05] + Updated devel/libbson to 1.3.5 [fhajny 2016-04-05] + Updated databases/mongo-c-driver to 1.3.5 [fhajny 2016-04-05] + Updated net/zeromq to 4.1.4nb1 [wiz 2016-04-05] + Updated mail/deforaos-mailer to 0.1.8 [khorben 2016-04-05] + Added www/ap24-authnz-external version 3.3.1 [manu 2016-04-06] + Updated security/clusterssh to 4.03.06nb1 [imil 2016-04-06] + mk/bsd.pkg.mk: freeze ended for pkgsrc-2016Q1 branch [agc 2016-04-06] + Updated devel/cmake to 3.5.1 [adam 2016-04-07] + Updated multimedia/ffmpeg3 to 3.0.1 [adam 2016-04-07] + Updated www/netsurf to 3.4nb2 [leot 2016-04-07] + Updated lang/py27-html-docs to 2.7.11 [leot 2016-04-07] + Updated net/youtube-dl to 20160406 [leot 2016-04-07] + Updated print/ghostscript-agpl to 9.19 [adam 2016-04-07] + Updated graphics/enblend-enfuse to 4.2 [adam 2016-04-07] + Updated graphics/freetype2 to 2.6.3 [adam 2016-04-07] + Updated fonts/fontforge to 20160404 [adam 2016-04-07] + Updated www/curl to 7.48.0 [adam 2016-04-07] + Updated audio/wavpack to 4.80.0 [adam 2016-04-07] + Updated textproc/p5-Pod-Spell to 1.19 [wen 2016-04-07] + Updated security/p5-Crypt-ECB to 2.15 [wen 2016-04-07] + Updated math/p5-Math-Base-Convert to 0.11 [wen 2016-04-07] + Updated mail/p5-Email-Valid to 1.200 [wen 2016-04-07] + Updated mail/p5-Email-Simple to 2.210 [wen 2016-04-07] + Updated devel/git to 2.8.1 [adam 2016-04-07] + Updated net/p5-Net to 3.08 [wen 2016-04-07] + Updated mail/p5-Email-Sender to 1.300027 [wen 2016-04-07] + Updated emulators/dynamips to 0.2.16 [ryoon 2016-04-07] + Updated editors/Sigil to 0.9.5 [ryoon 2016-04-07] + Updated converters/libkkc to 0.3.5 [ryoon 2016-04-07] + Updated archivers/p7zip to 15.14 [ryoon 2016-04-07] + Added net/p5-NetAddr-MAC version 0.94 [bouyer 2016-04-06] + Updated fonts/harfbuzz to 1.2.5 [prlw1 2016-04-07] + Updated devel/glib2 to 2.48.0 [prlw1 2016-04-07] + Updated devel/pango to 1.40.0 [prlw1 2016-04-07] + Updated graphics/hugin to 2016.0.0 [adam 2016-04-07] + Updated devel/gobject-introspection to 1.48.0 [prlw1 2016-04-07] + Updated devel/py-gobject3 to 3.20.0 [prlw1 2016-04-08] + Updated databases/sqlite3 to 3.12.0 [adam 2016-04-08] + Updated databases/sqlite3-docs to 3.12.0 [adam 2016-04-08] + Updated databases/sqlite3-tcl to 3.12.0 [adam 2016-04-08] + Updated mail/dovecot2 to 2.2.23 [adam 2016-04-08] + Updated devel/p5-autobox-Core to 1.32 [wen 2016-04-08] + Updated devel/p5-Capture-Tiny to 0.36 [wen 2016-04-08] + Updated devel/p5-CPAN-Perl-Releases to 2.60 [wen 2016-04-08] + Updated devel/p5-CPAN-Reporter to 1.2017 [wen 2016-04-08] + Updated misc/libreoffice to 5.1.2.2 [ryoon 2016-04-08] + Updated devel/meld to 3.15.2 [wiz 2016-04-08] + Updated x11/xterm to 324 [wiz 2016-04-08] + Updated www/p5-CGI to 4.28 [wiz 2016-04-08] + Updated devel/p5-Canary-Stability to 2011 [wiz 2016-04-08] + Updated security/p5-Crypt-PWSafe3 to 1.22 [wiz 2016-04-08] + Updated devel/p5-Data-OptList to 0.110 [wiz 2016-04-08] + Updated devel/afl to 2.10b [wiz 2016-04-08] + Updated x11/inputproto to 2.3.2 [wiz 2016-04-08] + Updated math/p5-Statistics-Descriptive to 3.0612 [wen 2016-04-08] + Updated textproc/iso-codes to 3.67 [wiz 2016-04-08] + Updated audio/musicpd to 0.19.14 [wiz 2016-04-08] + Updated devel/p5-Sub-Name to 0.15 [wiz 2016-04-08] + Updated archivers/p5-Archive-Zip to 1.57 [wiz 2016-04-08] + Updated time/p5-DateTime to 1.2600 [wiz 2016-04-08] + Updated devel/global to 6.5.4 [wiz 2016-04-08] + Updated time/p5-DateTime-Locale to 1.03 [wiz 2016-04-08] + Updated time/p5-DateTime-TimeZone to 1.97 [wiz 2016-04-08] + Updated www/p5-HTML-Escape to 1.10 [wiz 2016-04-08] + Updated security/p5-IO-Socket-SSL to 2.025 [wiz 2016-04-08] + Updated devel/p5-Params-Validate to 1.23 [wiz 2016-04-08] + Updated devel/p5-Scalar-List-Utils to 1.45 [wiz 2016-04-08] + Updated net/p5-Socket6 to 0.27 [wiz 2016-04-08] + Updated devel/py-atomicwrites to 1.0.0 [wiz 2016-04-08] + Updated devel/py-click to 6.4 [wiz 2016-04-08] + Updated security/py-cryptography to 1.3.1 [wiz 2016-04-08] + Updated www/py-idna to 2.1 [wiz 2016-04-08] + Updated textproc/py-lxml to 3.6.0 [wiz 2016-04-08] + Updated lang/nodejs to 5.10.1 [fhajny 2016-04-08] + Updated databases/py-cassandra-driver to 3.1.1 [fhajny 2016-04-08] + Updated www/py-django to 1.9.5 [adam 2016-04-08] + Updated www/nghttp2 to 1.9.2 [adam 2016-04-08] + Added net/ndpi version 1.7.1 [adam 2016-04-08] + Added net/ntopng version 2.2 [adam 2016-04-08] + Added devel/MoarVM version 2016.03 [bsiegert 2016-04-08] + Updated devel/py-mercurial to 3.7.3 [wiz 2016-04-08] + Updated misc/py-anki2 to 2.0.35 [wiz 2016-04-08] + Updated finance/gnucash to 2.6.12 [wiz 2016-04-08] + Updated cad/klayout to 0.24.6 [mef 2016-04-08] + Updated textproc/p5-Unicode-LineBreak to 2016.003 [wen 2016-04-09] + Updated ham/fldigi to 3.23.09 [mef 2016-04-09] + Updated textproc/p5-Swim to 0.1.43 [wen 2016-04-09] + Updated devel/p5-App-FatPacker to 0.010005 [mef 2016-04-09] + Updated devel/p5-App-perlbrew to 0.75 [mef 2016-04-09] + Updated devel/p5-AppConfig-Std to 1.10 [mef 2016-04-09] + Updated devel/RBTools to 0.7.5 [richard 2016-04-09] + Updated devel/p5-AtExit to 2.03 [mef 2016-04-09] + Updated devel/p5-B-Keywords to 1.15 [mef 2016-04-09] + Updated devel/p5-BSD-Resource to 1.29.09 [mef 2016-04-09] + Updated archivers/file-roller to 2.32.2nb24 [richard 2016-04-09] + Updated finance/gnucash-docs to 2.6.12 [wiz 2016-04-09] + Updated net/avahi to 0.6.32 [richard 2016-04-09] + Updated net/nmap to 7.12 [adam 2016-04-09] + Updated devel/libusb1 to 1.0.20 [richard 2016-04-09] + Updated math/R-plyr to 1.8.3 [wen 2016-04-09] + Updated math/R-statmod to 1.4.24 [wen 2016-04-09] + Updated mail/mutt to 1.6.0 [tron 2016-04-09] + Updated databases/sqlite3 to 3.12.1 [adam 2016-04-09] + Updated databases/sqlite3-docs to 3.12.1 [adam 2016-04-09] + Updated databases/sqlite3-tcl to 3.12.1 [adam 2016-04-09] + Updated mail/mutt-kz to 1.6.0.1 [tron 2016-04-09] + Updated devel/libmtp to 1.1.11 [richard 2016-04-09] + Updated mail/exim to 4.87 [adam 2016-04-09] + Updated mail/exim-html to 4.87 [adam 2016-04-09] + Updated devel/R-Rcpp to 0.12.4 [wen 2016-04-09] + Updated graphics/R-latticeExtra to 0.6.28 [wen 2016-04-09] + Updated math/R-quantreg to 5.21 [wen 2016-04-09] + Updated math/R-hwde to 0.67 [wen 2016-04-09] + Updated math/R-ISwR to 2.0.7 [wen 2016-04-09] + Updated devel/p5-Compress-Raw-Bzip2 to 2.069 [mef 2016-04-09] + Updated devel/p5-Compress-Raw-Zlib to 2.069 [mef 2016-04-09] + Updated multimedia/adobe-flash-plugin11 to 11.2.202.616 [tsutsui 2016-04-09] + Updated www/py-django-cms to 3.2.3 [adam 2016-04-09] + Updated databases/postgresql91 to 9.1.21 [adam 2016-04-09] + Updated databases/postgresql92 to 9.2.16 [adam 2016-04-09] + Updated databases/postgresql93 to 9.3.12 [adam 2016-04-09] + Updated databases/postgresql94 to 9.4.7 [adam 2016-04-09] + Updated databases/postgresql95 to 9.5.2 [adam 2016-04-09] + Updated math/R-genetics to 1.3.8.1 [wen 2016-04-09] + Updated databases/ruby-sequel to 4.33.0 [wen 2016-04-09] + Updated textproc/p5-XML-XPath to 1.35 [wen 2016-04-09] + Updated devel/p5-Config-Any to 0.27 [mef 2016-04-09] + Updated devel/p5-Config-General to 2.60 [mef 2016-04-09] + Updated devel/p5-Contextual-Return to 0.004.008 [mef 2016-04-09] + Updated net/syncthing to 0.12.21 [abs 2016-04-09] + Updated multimedia/kdenlive to 0.9.10 [abs 2016-04-09] + Updated devel/p5-Convert-Binary-C to 0.78 [mef 2016-04-10] + Updated devel/p5-Curses to 1.34 [mef 2016-04-10] + Updated devel/p5-Data-MessagePack to 0.49 [mef 2016-04-10] + Updated devel/p5-Data-Peek to 0.45 [mef 2016-04-10] + Updated devel/p5-Devel-CheckLib to 1.07 [mef 2016-04-10] + Updated devel/p5-Devel-Cover to 1.22 [mef 2016-04-10] + Updated devel/p5-Devel-NYTProf to 6.03 [mef 2016-04-10] + Updated devel/p5-Devel-PatchPerl to 1.40 [mef 2016-04-10] + Updated devel/p5-Devel-Pragma to 0.62 [mef 2016-04-10] + Updated devel/p5-Devel-REPL to 1.003028 [mef 2016-04-10] + Updated devel/p5-Devel-StackTrace to 2.01 [mef 2016-04-10] + Updated devel/p5-Devel-StackTrace-AsHTML to 0.15 [mef 2016-04-10] + Updated devel/p5-Devel-TraceUse to 2.094 [mef 2016-04-10] + Updated devel/p5-Data-Munge to 0.096 [mef 2016-04-10] + Updated www/moodle to 3.0.3 [wen 2016-04-10] + Updated devel/p5-EV to 4.22 [mef 2016-04-10] + Updated devel/p5-Event-RPC to 1.08 [mef 2016-04-10] + Updated devel/p5-ExtUtils-CBuilder to 0.28.02.24 [mef 2016-04-10] + Updated devel/p5-ExtUtils-Depends to 0.405 [mef 2016-04-10] + Updated devel/p5-ExtUtils-F77 to 1.19 [mef 2016-04-10] + Updated devel/p5-ExtUtils-MakeMaker-CPANfile to 0.07 [mef 2016-04-10] + Updated devel/p5-ExtUtils-ModuleMaker to 0.55 [mef 2016-04-10] + Updated devel/p5-File-BOM to 0.15 [mef 2016-04-10] + Updated devel/p5-File-DesktopEntry to 0.22 [mef 2016-04-10] + Updated devel/p5-File-Modified to 0.10 [mef 2016-04-10] + Updated devel/p5-File-Path-Tiny to 0.8 [mef 2016-04-10] + Updated devel/p5-File-Touch to 0.11 [mef 2016-04-10] + Updated devel/p5-Git-CPAN-Patch to 2.2.1 [mef 2016-04-10] + Updated devel/p5-Git-Repository-Plugin-AUTOLOAD to 1.002 [mef 2016-04-10] + Updated devel/p5-Graph to 0.9704 [mef 2016-04-10] + Updated devel/p5-Graph-ReadWrite to 2.08 [mef 2016-04-10] + Updated devel/p5-Hash-Util-FieldHash-Compat to 0.10 [mef 2016-04-10] + Updated devel/p5-Dist-Zilla to 5.044 [mef 2016-04-10] + Updated print/cups-filters to 1.8.3 [leot 2016-04-10] + Added textproc/p5-Text-VisualWidth-PP version 0.04 [mef 2016-04-10] + Updated math/maxima to 5.38.0 [wen 2016-04-10] + Updated time/p5-Date-Extract to 0.05 [wen 2016-04-10] + Added devel/p5-Cache-LRU version 0.04 [wen 2016-04-10] + Updated net/p5-Net-GitHub to 0.83 [wen 2016-04-10] + Added devel/libdwarf version 20160115 [kamil 2016-04-10] + Updated lang/vala to 0.32.0 [prlw1 2016-04-10] + Updated devel/atk to 2.20.0 [prlw1 2016-04-10] + Updated devel/at-spi2-core to 2.20.0 [prlw1 2016-04-10] + Updated devel/at-spi2-atk to 2.20.0 [prlw1 2016-04-10] + Updated devel/py-at-spi2 to 2.20.0 [prlw1 2016-04-10] + Updated graphics/adwaita-icon-theme to 3.20 [prlw1 2016-04-10] + Updated graphics/gdk-pixbuf2 to 2.32.3 [prlw1 2016-04-10] + mk/bsd.pkg.mk: remove non-DESTDIR support [joerg 2016-04-10] + Updated x11/gtk3 to 3.20.2 [prlw1 2016-04-10] + Updated fonts/harfbuzz to 1.2.6 [prlw1 2016-04-10] + Updated www/webkit24-gtk to 2.4.11 [leot 2016-04-11] + Updated www/webkit24-gtk3 to 2.4.11 [leot 2016-04-11] + Updated databases/py-sqlalchemy to 1.0.12 [adam 2016-04-11] + Updated net/libtelnet to 0.21 [fhajny 2016-04-11] + Updated databases/postgresql-postgis2 to 2.2.2 [gdt 2016-04-11] + Updated pkgtools/bootstrap-mk-files to 20160411 [jperkin 2016-04-11] + Updated sysutils/cfengine3 to 3.7.3 [fhajny 2016-04-11] + Updated archivers/p7zip to 15.14.1 [ryoon 2016-04-11] + Updated textproc/icu to 57.1 [ryoon 2016-04-11] + Updated www/webkit-gtk to 2.10.9 [leot 2016-04-12] + Updated net/rabbitmq-c to 0.8.0 [fhajny 2016-04-12] + Updated devel/libpeas to 1.18.0 [prlw1 2016-04-12] + Updated x11/gtksourceview3 to 3.20.1 [prlw1 2016-04-12] + Updated devel/dejagnu to 1.5.3 [mef 2016-04-12] + Updated devel/ocaml-type_conv to 113.00.02nb1 [jaapb 2016-04-12] + Added textproc/gspell version 1.0.1 [prlw1 2016-04-12] + Updated editors/gedit3 to 3.20.1 [prlw1 2016-04-12] + Updated graphics/py-Pillow to 3.1.2 [adam 2016-04-12] + Updated www/liferea to 1.10.19 [leot 2016-04-12] + Updated devel/libsigc++ to 2.8.0 [adam 2016-04-12] + Updated devel/glibmm to 2.48.1 [adam 2016-04-12] + Updated devel/pangomm to 2.40.0 [adam 2016-04-12] + Updated devel/atkmm to 2.24.2 [adam 2016-04-12] + Updated graphics/inkscape to 0.91nb13 [adam 2016-04-12] + Updated math/glpk to 4.60 [adam 2016-04-12] + Updated graphics/eog3 to 3.20.1 [prlw1 2016-04-12] + Updated lang/go to 1.6.1 [bsiegert 2016-04-13] + Updated net/samba4 to 4.3.8 [manu 2016-04-13] + Updated lang/nodejs to 5.10.1nb2 [ryoon 2016-04-13] + Updated devel/atkmm to 2.24.2nb1 [wiz 2016-04-13] + Updated lang/nodejs4 to 4.4.3 [fhajny 2016-04-13] + Updated databases/py-cassandra-driver to 3.2.0 [fhajny 2016-04-13] + Updated www/p5-Mojolicious to 6.58 [wen 2016-04-13] + Updated security/p5-Digest-MD5 to 2.55 [wen 2016-04-13] + Updated math/p5-Math-Derivative to 0.04 [wen 2016-04-13] + Updated editors/xemacs to 21.4.24 [hauke 2016-04-13] + Updated mail/p5-Mail-Mbox-MessageParser to 1.5105 [wen 2016-04-13] + Updated mail/R-mime to 0.4 [wen 2016-04-13] + Updated textproc/R-markdown to 0.7.7 [wen 2016-04-13] + Updated math/R-mvtnorm to 1.0.5 [wen 2016-04-13] + Updated multimedia/mpv to 0.17.0 [leot 2016-04-13] + Updated audio/abcde to 2.7.2 [wiz 2016-04-13] + Updated devel/waf to 1.8.20 [wiz 2016-04-13] + Updated devel/talloc to 2.1.6 [wiz 2016-04-13] + Updated security/py-rsa to 3.4.1 [wiz 2016-04-13] + Updated devel/py-mock to 2.0.0 [wiz 2016-04-13] + Updated devel/py-click to 6.6 [wiz 2016-04-13] + Updated graphics/jbig2dec to 0.13 [wiz 2016-04-13] + Updated security/gnupg2 to 2.0.30 [wiz 2016-04-13] + Updated textproc/p5-YAML-LibYAML to 0.62 [wiz 2016-04-13] + Updated devel/p5-Sort-Versions to 1.62 [wiz 2016-04-13] + Updated devel/p5-Log-Dispatch to 2.54 [wiz 2016-04-13] + Updated sysutils/spice-protocol to 0.12.11 [wiz 2016-04-13] + Updated time/py-vdirsyncer to 0.9.3 [wiz 2016-04-13] + Updated devel/py-cython to 0.24 [wiz 2016-04-13] + Updated time/p5-Time-HiRes to 1.9728 [wiz 2016-04-13] + Updated misc/py-anki2 to 2.0.36 [wiz 2016-04-13] + Updated net/py-foolscap to 0.11.0 [wiz 2016-04-13] + Updated devel/py-setuptools to 20.6.7 [wiz 2016-04-13] + Updated devel/py-setuptools_trial to 0.6.0 [wiz 2016-04-13] + Updated devel/p5-Log-Any to 1.04.0 [wiz 2016-04-13] + Updated devel/p5-PadWalker to 2.2 [wiz 2016-04-13] + Updated security/p5-Net-SSLeay to 1.74 [wiz 2016-04-13] + Updated sysutils/mc to 4.8.16 [wiz 2016-04-13] + Updated devel/py-test to 2.9.1 [wiz 2016-04-13] + Updated x11/modular-xorg-server to 1.18.3 [wiz 2016-04-13] + Updated x11/modular-xorg-xephyr to 1.18.3 [wiz 2016-04-13] + Updated x11/xf86-video-ati to 7.7.0 [wiz 2016-04-13] + Updated x11/xf86-video-amdgpu to 1.1.0 [wiz 2016-04-13] + Updated devel/py-test-runner to 2.7.1 [wiz 2016-04-13] + Updated devel/py-virtualenv to 15.0.1 [wiz 2016-04-13] + Updated net/py-twisted to 16.1.1 [wiz 2016-04-13] + Updated net/py-twisted-docs to 16.1.1 [wiz 2016-04-13] + Updated www/firefox to 45.0.2 [ryoon 2016-04-13] + Updated www/firefox-l10n to 45.0.2 [ryoon 2016-04-13] + Updated converters/p5-Unicode-Normalize to 1.25 [markd 2016-04-13] + Updated math/R to 3.2.4 [markd 2016-04-13] + Updated devel/libwnck3 to 3.14.1 [prlw1 2016-04-13] + Updated cad/gtkwave to 3.3.72 [mef 2016-04-14] + Updated print/evince3 to 3.20.0 [prlw1 2016-04-14] + Updated www/libsass to 3.3.4 [adam 2016-04-14] + Updated www/sassc to 3.3.4 [adam 2016-04-14] + Added devel/py-attrs version 15.2.0 [leot 2016-04-14] + Updated devel/automake to 1.15nb3 [wiz 2016-04-14] + Updated devel/autoconf-archive to 2016.03.20 [wiz 2016-04-14] + Updated security/py-service_identity to 16.0.0nb1 [leot 2016-04-14] + Updated www/apache24 to 2.4.20 [adam 2016-04-14] + Updated devel/p5-ExtUtils-CppGuess to 0.11 [mef 2016-04-14] + Updated devel/p5-CPAN-Checksums to 2.11 [mef 2016-04-14] + Updated devel/p5-CPAN-Perl-Releases to 2.62 [mef 2016-04-14] + Updated textproc/hunspell-de to 20160407 [wiz 2016-04-14] + Updated x11/libxkbcommon to 0.6.1 [wiz 2016-04-14] + Updated devel/p5-Test-Harness to 3.36 [wiz 2016-04-14] + Updated devel/p5-Test-Exception to 0.43 [wiz 2016-04-14] + Updated devel/p5-Variable-Magic to 0.59 [wiz 2016-04-14] + Updated devel/p5-Test-MockModule to 0.11 [wiz 2016-04-14] + Updated devel/p5-Search-Elasticsearch to 2.00 [wiz 2016-04-14] + Updated devel/p5-Test-Memory-Cycle to 1.06 [wiz 2016-04-14] + Updated devel/p5-Devel-Symdump to 2.1600 [mef 2016-04-14] + Updated time/p5-Time-Duration-Parse to 0.13 [wiz 2016-04-14] + Updated devel/py-tortoisehg to 3.7.3 [wiz 2016-04-14] + Updated devel/liblangtag to 0.6.0 [wiz 2016-04-14] + Updated devel/p5-ExtUtils-LibBuilder to 0.08 [mef 2016-04-14] + Updated emulators/mame to 0.172 [wiz 2016-04-14] + Updated devel/ruby-mercenary to 0.3.6 [wiz 2016-04-14] + Updated lang/smlnj to 110.73nb1 [dholland 2016-04-14] + Added net/tvnjviewer version 2.7.2 [abs 2016-04-14] + Updated sysutils/deforaos-browser to 0.5.1 [khorben 2016-04-15] + Updated devel/liblangtag to 0.6.0nb1 [wiz 2016-04-15] + Updated misc/calibre to 2.54.0 [wiz 2016-04-15] + Updated audio/alsa-lib to 1.1.1 [wiz 2016-04-15] + Updated audio/alsa-utils to 1.1.1 [wiz 2016-04-15] + Updated audio/alsa-plugins-oss to 1.1.1 [wiz 2016-04-15] + Updated audio/alsa-plugins-pulse to 1.1.1 [wiz 2016-04-15] + Updated chat/farstream to 0.2.8 [wiz 2016-04-15] + Updated net/transmission to 2.92 [wiz 2016-04-15] + Updated net/transmission-gtk to 2.92 [wiz 2016-04-15] + Updated net/transmission-qt to 2.92 [wiz 2016-04-15] + Updated sysutils/dbus-python-common to 1.2.4 [wiz 2016-04-15] + Updated sysutils/py-dbus to 1.2.4 [wiz 2016-04-15] + Updated archivers/innoextract to 1.6 [wiz 2016-04-15] + Updated www/p5-HTML-Format to 2.12 [wiz 2016-04-15] + Updated devel/p5-Test-Deep to 1.120 [wiz 2016-04-15] + Updated devel/p5-Test-Warnings to 0.026 [wiz 2016-04-15] + Added www/p5-HTML-Restrict version 2.2.2 [wiz 2016-04-15] + Added www/p5-HTTP-CookieMonster version 0.09 [wiz 2016-04-15] + Added textproc/p5-Pod-Coverage-TrustPod version 0.100003 [wiz 2016-04-15] + Added devel/p5-MooX-StrictConstructor version 0.008 [wiz 2016-04-15] + Added mail/p5-Parse-MIME version 1.003 [wiz 2016-04-15] + Added textproc/p5-Text-SimpleTable-AutoWidth version 0.09 [wiz 2016-04-15] + Added www/p5-URI-Query version 0.15 [wiz 2016-04-15] + Added textproc/p5-String-Trim version 0.005 [wiz 2016-04-15] + Added www/p5-Plack-Test-Agent version 1.4 [wiz 2016-04-15] + Added www/p5-LWP-ConsoleLogger version 0.000022 [wiz 2016-04-15] + Updated www/p5-WWW-Mechanize-Cached to 1.50 [wiz 2016-04-15] + Updated devel/p5-Package-Stash to 0.37nb2 [wiz 2016-04-15] + Updated www/py-werkzeug to 0.11.7 [kleink 2016-04-15] + Updated www/py-werkzeug-docs to 0.11.7 [kleink 2016-04-15] + Updated devel/p5-Moose to 2.1605nb1 [wiz 2016-04-15] + Updated devel/p5-Package-DeprecationManager to 0.16 [wiz 2016-04-15] + Updated sysutils/py-borgbackup to 1.0.1 [wiz 2016-04-15] + Updated devel/py-click-log to 0.1.3 [wiz 2016-04-15] + Updated time/py-vdirsyncer to 0.9.3nb1 [wiz 2016-04-15] + Updated filesystems/p5-Path-Tiny to 0.086 [mef 2016-04-15] + Updated multimedia/gstreamer1 to 1.8.0 [wiz 2016-04-15] + Updated multimedia/gst-plugins1-base to 1.8.0 [wiz 2016-04-15] + Updated multimedia/gst-plugins1-bad to 1.8.0 [wiz 2016-04-15] + Updated multimedia/gst-plugins1-ugly to 1.8.0 [wiz 2016-04-15] + Updated multimedia/gst-plugins1-good to 1.8.0 [wiz 2016-04-15] + Updated multimedia/gst-plugins1-libav to 1.8.0 [wiz 2016-04-15] + Updated filesystems/fuse-wikipediafs to 0.4 [mef 2016-04-15] + Updated print/poppler to 0.42.0 [wiz 2016-04-15] + Updated net/syncthing to 0.12.22 [abs 2016-04-15] + Updated www/bozohttpd to 20160415 [mrg 2016-04-15] + Updated filesystems/p5-Path-Tiny to 0.088 [mef 2016-04-15] + Updated databases/p5-DBD-XBase to 1.06 [wen 2016-04-16] + Updated databases/p5-DBIx-DBSchema to 0.45 [wen 2016-04-16] + Updated databases/p5-Fsdb to 2.58 [wen 2016-04-16] + Added devel/p5-Test-Requires-Git version 1.005 [mef 2016-04-16] + Updated databases/p5-perl-ldap to 0.65 [wen 2016-04-16] + Updated databases/p5-SQL-Statement to 1.410 [wen 2016-04-16] + Updated devel/p5-Log-Agent to 1.001 [wen 2016-04-16] + Updated devel/R-evaluate to 0.8.3 [wen 2016-04-16] + Added textproc/R-yaml version 2.1.13 [wen 2016-04-16] + Updated textproc/R-formatR to 1.3 [wen 2016-04-16] + Updated security/R-digest to 0.6.9 [wen 2016-04-16] + Updated print/R-knitr to 1.12.3 [wen 2016-04-16] + Updated meta-pkgs/ruby-gnome2 to 3.0.8 [tsutsui 2016-04-16] + Updated devel/ruby-gnome2-atk to 3.0.8 [tsutsui 2016-04-16] + Updated devel/ruby-gnome2-gio to 3.0.8 [tsutsui 2016-04-16] + Updated devel/ruby-gnome2-glib to 3.0.8 [tsutsui 2016-04-16] + Updated devel/ruby-gnome2-gobject-introspection to 3.0.8 [tsutsui 2016-04-16] + Updated devel/ruby-gnome2-pango to 3.0.8 [tsutsui 2016-04-16] + Updated graphics/ruby-gnome2-cairo-gobject to 3.0.8 [tsutsui 2016-04-16] + Updated graphics/ruby-gnome2-clutter to 3.0.8 [tsutsui 2016-04-16] + Updated graphics/ruby-gnome2-clutter-gtk to 3.0.8 [tsutsui 2016-04-16] + Updated graphics/ruby-gnome2-gdk3 to 3.0.8 [tsutsui 2016-04-16] + Updated graphics/ruby-gnome2-gdkpixbuf to 3.0.8 [tsutsui 2016-04-16] + Updated graphics/ruby-gnome2-rsvg to 3.0.8 [tsutsui 2016-04-16] + Updated multimedia/ruby-gnome2-clutter-gstreamer to 3.0.8 [tsutsui 2016-04-16] + Updated multimedia/ruby-gnome2-gstreamer to 3.0.8 [tsutsui 2016-04-16] + Updated print/ruby-gnome2-poppler to 3.0.8 [tsutsui 2016-04-16] + Updated www/ruby-gnome2-webkit-gtk to 3.0.8 [tsutsui 2016-04-16] + Updated www/ruby-gnome2-webkit-gtk2 to 3.0.8 [tsutsui 2016-04-16] + Updated x11/ruby-gnome2-gtk to 3.0.8 [tsutsui 2016-04-16] + Updated x11/ruby-gnome2-gtk3 to 3.0.8 [tsutsui 2016-04-16] + Updated x11/ruby-gnome2-gtksourceview2 to 3.0.8 [tsutsui 2016-04-16] + Updated x11/ruby-gnome2-gtksourceview3 to 3.0.8 [tsutsui 2016-04-16] + Updated x11/ruby-gnome2-vte to 3.0.8 [tsutsui 2016-04-16] + Updated graphics/MesaLib to 11.2.0 [wiz 2016-04-17] + Added math/R-nloptr version 1.0.4 [wen 2016-04-17] + Updated net/p5-NetAddr-IP to 4.079 [wiz 2016-04-17] + Updated security/p5-Crypt-OpenPGP to 1.12 [wiz 2016-04-17] + Updated devel/p5-Module-ScanDeps to 1.20 [wiz 2016-04-17] + Updated graphics/geeqie to 1.2.3 [wiz 2016-04-17] + Updated devel/py-enum34 to 1.1.3 [wiz 2016-04-17] + Updated devel/py-pbr to 1.9.1 [wiz 2016-04-17] + Updated devel/py-setuptools to 20.9.0 [wiz 2016-04-17] + Updated devel/apache-ant to 1.9.7 [wiz 2016-04-17] + Updated devel/libuuid to 2.28 [wiz 2016-04-17] + Updated www/py-betamax to 0.6.0 [wiz 2016-04-17] + Updated textproc/py-html2text to 2016.4.2 [wiz 2016-04-17] + Updated devel/pkg-config to 0.29.1 [wiz 2016-04-17] + Updated devel/cmake to 3.5.2 [wiz 2016-04-17] + Updated www/p5-CSS-Tiny to 1.20 [wen 2016-04-17] + Updated textproc/p5-XML-XPath to 1.36 [wen 2016-04-17] + Updated mail/p5-IMAP-Admin to 1.6.8 [wen 2016-04-17] + Updated devel/p5-version to 0.9916 [wen 2016-04-17] + Updated databases/p5-DBIx-Connector to 0.56 [wen 2016-04-17] + Added devel/p5-Devel-Confess version 0.008000 [wen 2016-04-17] + Updated databases/p5-DBIx-Class-Fixtures to 1.001036 [wen 2016-04-17] + Updated databases/p5-DBIx-Class-Helpers to 2.032001 [wen 2016-04-17] + Updated converters/p5-Convert-UUlib to 1.5 [wen 2016-04-17] + Updated archivers/p5-Compress-Bzip2 to 2.24 [wen 2016-04-17] + Updated devel/p5-IPC-Cmd to 0.94 [wen 2016-04-17] + Updated security/mit-krb5 to 1.14.1nb1 [kamil 2016-04-17] + Added mail/thunderbird38 version 38.7.2 [ryoon 2016-04-17] + Added mail/thunderbird38-l10n version 38.7.2 [ryoon 2016-04-17] + Updated mail/thunderbird to 45.0 [ryoon 2016-04-17] + Updated mail/thunderbird-l10n to 45.0 [ryoon 2016-04-17] + Updated devel/nss to 3.23 [ryoon 2016-04-17] + Updated net/youtube-dl to 20160413 [adam 2016-04-17] + Updated security/libgcrypt to 1.7.0 [wiz 2016-04-18] + Updated security/dsniff to 2.3nb15 [leot 2016-04-18] + Updated security/dsniff-nox11 to 2.3nb9 [leot 2016-04-18] + Updated databases/mysql55-client to 5.5.49 [adam 2016-04-18] + Updated databases/mysql55-server to 5.5.49 [adam 2016-04-18] + Updated databases/mysql56-client to 5.6.30 [adam 2016-04-18] + Updated databases/mysql56-server to 5.6.30 [adam 2016-04-18] + Updated graphics/MesaLib to 11.2.1 [wiz 2016-04-18] + Updated editors/poedit to 1.8.7.1 [ryoon 2016-04-18] + Updated sysutils/duplicity to 0.7.07 [bsiegert 2016-04-18] + Updated www/netsurf to 3.5 [leot 2016-04-18] + Updated filesystems/glusterfs to 3.7.11 [manu 2016-04-19] + Updated multimedia/xine-lib to 1.2.6nb4 [jperkin 2016-04-19] + Updated textproc/jsoncpp to 1.7.2 [wiz 2016-04-19] + Updated textproc/py-xlsxwriter to 0.8.5 [fhajny 2016-04-19] + Added devel/py-futures version 3.0.5 [fhajny 2016-04-19] + Updated databases/py-cassandra-driver to 3.2.1 [fhajny 2016-04-19] + Updated devel/p5-Config-General to 2.61 [mef 2016-04-19] + Updated devel/p5-Git-Repository-Plugin-AUTOLOAD to 1.003 [mef 2016-04-19] + Updated databases/sqlite3 to 3.12.2 [adam 2016-04-20] + Updated databases/sqlite3-docs to 3.12.2 [adam 2016-04-20] + Updated databases/sqlite3-tcl to 3.12.2 [adam 2016-04-20] + Updated graphics/girara to 0.2.6 [leot 2016-04-20] + Updated print/zathura to 0.3.6 [leot 2016-04-20] + Updated net/dhcpcd to 6.10.3 [roy 2016-04-20] + Updated devel/p5-glib2 to 1.321 [mef 2016-04-20] + Updated devel/p5-Glib-Object-Introspection to 0.040 [mef 2016-04-20] + Updated devel/p5-Class-C3 to 0.31 [mef 2016-04-20] + Updated devel/p5-CPAN-Perl-Releases to 2.64 [mef 2016-04-20] + Updated devel/p5-Config-Grammar to 1.11 [mef 2016-04-20] + Updated devel/p5-ExtUtils-MakeMaker to 7.12 [mef 2016-04-20] + Updated security/py-OpenSSL to 16.0.0 [leot 2016-04-20] + Updated www/py-h2 to 2.2.3 [leot 2016-04-20] + Updated www/py-django-reversion to 1.10.2 [adam 2016-04-20] + Updated www/py-django-easy-thumbnails to 2.3 [adam 2016-04-20] + Added www/py-django-polymorphic version 0.9.1 [adam 2016-04-20] + Added www/py-django-filer version 1.1.1 [adam 2016-04-20] + Updated www/py-django-treebeard to 4.0 [adam 2016-04-20] + Added textproc/p5-Text-Roman version 3.5 [markd 2016-04-20] + Updated devel/dconf to 0.26.0 [prlw1 2016-04-20] + Updated devel/dconf-editor to 3.20.1 [prlw1 2016-04-20] + Updated graphics/py-Pillow to 3.2.0 [leot 2016-04-21] + Updated net/mitmproxy to 0.17 [leot 2016-04-21] + Removed net/py-netlib [leot 2016-04-21] + Updated devel/atkmm to 2.24.2nb2 [wiz 2016-04-21] + Updated sysutils/rsyslog to 8.18.0 [fhajny 2016-04-21] + Updated databases/py-cassandra-driver to 3.2.2 [fhajny 2016-04-21] + Updated misc/calibre to 2.55.0 [wiz 2016-04-21] + Updated lang/erlang to 18.3 [fhajny 2016-04-21] + Updated lang/erlang-doc to 18.3 [fhajny 2016-04-21] + Updated lang/erlang-man to 18.3 [fhajny 2016-04-21] + Updated mail/sid-milter to 1.0.0nb5 [jperkin 2016-04-21] + Updated net/sendfile to 2.1bnb3 [jperkin 2016-04-21] + Updated net/glib-networking to 2.48.0 [prlw1 2016-04-21] + Updated net/libsoup to 2.54.0.1 [prlw1 2016-04-21] + Updated x11/gtk3 to 3.20.3 [prlw1 2016-04-21] + Updated math/gnome-calculator to 3.20.0 [prlw1 2016-04-21] + Updated games/gnome-sudoku to 3.20.0 [prlw1 2016-04-21] + Updated games/hitori to 3.20.0 [prlw1 2016-04-21] + Updated devel/gnome-common to 3.18.0 [prlw1 2016-04-21] + Updated time/p5-DateTime-TimeZone to 1.98 [wiz 2016-04-22] + Updated devel/p5-Devel-Symdump to 2.1700 [wiz 2016-04-22] + Updated mail/p5-MailTools to 2.16 [wiz 2016-04-22] + Updated devel/p5-Role-Tiny to 2.000002 [wiz 2016-04-22] + Updated devel/p5-strictures to 2.000003 [wiz 2016-04-22] + Updated databases/erlang-p1_mysql to 1.0.1 [fhajny 2016-04-22] + Updated databases/erlang-p1_pgsql to 1.1.0 [fhajny 2016-04-22] + Updated databases/erlang-sqlite3 to 1.1.5 [fhajny 2016-04-22] + Updated misc/erlang-p1_utils to 1.0.3 [fhajny 2016-04-22] + Updated textproc/erlang-jiffy to 0.14.8 [fhajny 2016-04-22] + Added lang/erlang-luerl version 0.2 [fhajny 2016-04-22] + Updated www/squid3 to 3.5.17 [adam 2016-04-22] + Updated devel/libinotify to 0.0nb1 [jperkin 2016-04-22] + Updated sysutils/gsettings-desktop-schemas to 3.20.0 [prlw1 2016-04-22] + Updated databases/rrdtool to 1.6.0 [adam 2016-04-23] + Updated databases/ruby-rrdtool to 1.6.0 [adam 2016-04-23] + Updated x11/py-qt5 to 5.5.1nb4 [wiz 2016-04-23] + Updated devel/pango to 1.40.1 [prlw1 2016-04-23] + Updated devel/p5-Test-Compile to 1.3.0 [wen 2016-04-23] + Updated audio/qjackctl to 0.4.2 [nros 2016-04-23] + Updated audio/qsynth to 0.4.1 [nros 2016-04-23] + Updated www/contao35 to 3.5.12 [taca 2016-04-23] + Updated devel/libuv to 1.9.0 [adam 2016-04-23] + Updated devel/p5-MooseX-App-Cmd to 0.32 [wen 2016-04-23] + Updated time/p5-Time-HiRes to 1.9732 [wen 2016-04-23] + Updated www/contao41 to 4.1.3 [taca 2016-04-23] + Added graphics/py-imagesize version 0.7.1 [adam 2016-04-23] + Updated textproc/py-sphinx to 1.4.1 [adam 2016-04-23] + Added www/wslay version 1.0.0 [adam 2016-04-23] + Updated www/h2o to 1.7.1 [adam 2016-04-23] + Updated print/p5-biblatex-biber to 2.4 [markd 2016-04-23] + Updated print/tex-biblatex to 3.3 [markd 2016-04-23] + Updated print/tex-biblatex-doc to 3.3 [markd 2016-04-23] + Added graphics/tex-pgfgantt version 4.0 [markd 2016-04-23] + Added graphics/tex-pgfgantt-doc version 4.0 [markd 2016-04-23] + Added graphics/tex-pst-ovl version 0.06 [markd 2016-04-23] + Added graphics/tex-pst-ovl-doc version 0.06 [markd 2016-04-23] + Added graphics/tex-pst-tools version 0.05 [markd 2016-04-23] + Added graphics/tex-pst-tools-doc version 0.05 [markd 2016-04-23] + Added graphics/tex-tikz-cd version 0.9e [markd 2016-04-23] + Added graphics/tex-tikz-cd-doc version 0.9e [markd 2016-04-23] + Updated math/py-scipy to 0.17.0 [markd 2016-04-23] + Updated security/p5-IO-Socket-SSL to 2.027 [wiz 2016-04-24] + Updated devel/p5-Role-Tiny to 2.000003 [wiz 2016-04-24] + Updated graphics/p5-Image-ExifTool to 10.15 [wiz 2016-04-24] + Updated games/freeciv-share to 2.5.3 [prlw1 2016-04-24] + Updated games/freeciv-server to 2.5.3 [prlw1 2016-04-24] + Updated games/freeciv-client to 2.5.3 [prlw1 2016-04-24] + Updated devel/meld to 3.15.3 [wiz 2016-04-24] + Updated devel/py-cffi to 1.6.0 [wiz 2016-04-24] + Added devel/py-hypothesis version 3.1.0 [wiz 2016-04-24] + Updated time/py-vdirsyncer to 0.10.0 [wiz 2016-04-24] + Updated net/wireshark to 2.0.3 [wiz 2016-04-24] + Added geography/opencpn-plugin-draw version 20160415 [bouyer 2016-04-24] + Added geography/opencpn-plugin-watchdog version 20160415 [bouyer 2016-04-24] + Updated graphics/feh to 2.15.2 [szptvlfn 2016-04-24] + Updated devel/ccache to 3.2.5 [adam 2016-04-25] + Updated databases/p5-Data-Table to 1.75 [mef 2016-04-25] + Updated databases/p5-DBI to 1.635 [mef 2016-04-25] + Updated www/p5-Mojolicious to 6.59 [mef 2016-04-25] + Updated devel/p5-CPAN-Perl-Releases to 2.66 [mef 2016-04-25] + Updated devel/p5-ExtUtils-MakeMaker to 7.14 [mef 2016-04-25] + Updated devel/p5-Devel-PatchPerl to 1.42 [mef 2016-04-25] + Updated devel/p5-Devel-Cover to 1.23 [mef 2016-04-25] + Moved devel/erlang-p1_cache_tab to devel/erlang-cache_tab [fhajny 2016-04-25] + Added devel/erlang-ezlib version 1.0.1 [fhajny 2016-04-25] + Added converters/erlang-iconv version 1.0.0 [fhajny 2016-04-25] + Added security/erlang-fast_tls version 1.0.1 [fhajny 2016-04-25] + Added security/erlang-p1_oauth2 version 0.6.1 [fhajny 2016-04-25] + Added textproc/erlang-fast_xml version 1.1.3 [fhajny 2016-04-25] + Added textproc/erlang-fast_yaml version 1.0.3 [fhajny 2016-04-25] + Added textproc/erlang-p1_xmlrpc version 1.15.1 [fhajny 2016-04-25] + Added textproc/erlang-stringprep version 1.0.2 [fhajny 2016-04-25] + Added net/erlang-stun version 1.0.1 [fhajny 2016-04-25] + Added net/erlang-esip version 1.0.2 [fhajny 2016-04-25] + Updated chat/ejabberd to 16.03 [fhajny 2016-04-25] + Removed converters/erlang-p1_iconv [fhajny 2016-04-25] + Removed devel/erlang-p1_cache_tab [fhajny 2016-04-25] + Removed devel/erlang-p1_zlib [fhajny 2016-04-25] + Removed net/erlang-p1_sip [fhajny 2016-04-25] + Removed net/erlang-p1_stun [fhajny 2016-04-25] + Removed security/erlang-oauth2 [fhajny 2016-04-25] + Removed security/erlang-p1_tls [fhajny 2016-04-25] + Removed textproc/erlang-p1_stringprep [fhajny 2016-04-25] + Removed textproc/erlang-p1_xml [fhajny 2016-04-25] + Removed textproc/erlang-p1_yaml [fhajny 2016-04-25] + Removed textproc/erlang-xmlrpc [fhajny 2016-04-25] + Updated graphics/gdk-pixbuf2 to 2.34.0 [prlw1 2016-04-26] + Updated x11/gnome-desktop3 to 3.20.1 [prlw1 2016-04-26] + Updated multimedia/phonon to 4.9.0 [markd 2016-04-26] + Updated multimedia/phonon-qt5 to 4.9.0 [markd 2016-04-26] + Updated multimedia/phonon-backend-vlc to 0.9.0 [markd 2016-04-26] + Updated multimedia/phonon-qt5-backend-vlc to 0.9.0 [markd 2016-04-26] + Updated multimedia/phonon-backend-gstreamer to 4.9.0 [markd 2016-04-26] + Updated multimedia/phonon-backend-gstreamer-shared to 4.9.0 [markd 2016-04-26] + Updated multimedia/phonon-qt5-backend-gstreamer to 4.9.0 [markd 2016-04-26] + Updated graphics/oxygen-icons to 5.21.0 [markd 2016-04-26] + Updated devel/extra-cmake-modules to 5.21.0 [markd 2016-04-26] + Updated lang/nodejs to 5.11.0 [fhajny 2016-04-26] + Updated www/nghttp2 to 1.10.0 [adam 2016-04-26] + Updated print/hplip to 3.16.3 [schnoebe 2016-04-26] + Updated print/mupdf to 1.9a [leot 2016-04-27] + Updated print/zathura-pdf-mupdf to 0.3.0nb2 [leot 2016-04-27] + Updated lang/nodejs to 6.0.0 [fhajny 2016-04-27] + Updated net/ntp4 to 4.2.8p7 [wen 2016-04-27] + Updated www/firefox to 46.0 [ryoon 2016-04-27] + Updated www/firefox-l10n to 46.0 [ryoon 2016-04-27] + Added www/firefox45 version 45.1.0 [ryoon 2016-04-27] + Added www/firefox45-l10n version 45.1.0 [ryoon 2016-04-27] + Updated databases/p5-DBI to 1.636 [wiz 2016-04-27] + Updated www/firefox38 to 38.8.0 [ryoon 2016-04-27] + Updated www/firefox38-l10n to 38.8.0 [ryoon 2016-04-27] + Added sysutils/libbaloo4 version 4.14.3 [markd 2016-04-28] + Updated multimedia/ffmpeg2 to 2.8.6nb3 [leot 2016-04-28] + Updated multimedia/ffplay2 to 2.8.6nb1 [leot 2016-04-28] + Updated multimedia/ffplay3 to 3.0.1nb1 [leot 2016-04-28] + Updated ham/uhd to 3.9.3 [mef 2016-04-28] + Updated devel/st to 1.9 [gson 2016-04-28] + Updated sysutils/libgtop to 2.28.4nb9 [jperkin 2016-04-28] + Updated devel/p5-Tree-Simple to 1.28 [mef 2016-04-29] + Updated devel/p5-Tree-Simple-VisitorFactory to 0.14 [mef 2016-04-29] + Updated devel/p5-Tree-DAG_Node to 1.29 [mef 2016-04-29] + Updated emulators/mame to 0.173 [wiz 2016-04-29] + Updated geography/kplex to 1.3.2 [plunky 2016-04-29] + Updated textproc/py-xlsxwriter to 0.8.6 [fhajny 2016-04-29] + Updated lang/openjdk8 to 1.8.77nb1 [ryoon 2016-04-29] + Updated databases/elasticsearch to 2.3.2 [fhajny 2016-04-29] + Updated x11/libdrm to 2.4.68 [wiz 2016-04-29] + Updated devel/p5-Git-CPAN-Patch to 2.3.0 [mef 2016-04-29] + Added net/libfilezilla version 0.5.0 [wiz 2016-04-29] + Added textproc/pugixml version 1.7 [wiz 2016-04-29] + Updated net/filezilla to 3.17.0 [wiz 2016-04-29] + Updated devel/man-pages to 4.05 [mef 2016-04-29] + Updated graphics/ImageMagick to 6.9.3.8 [wiz 2016-04-29] + Updated graphics/p5-PerlMagick to 6.9.3.8 [wiz 2016-04-29] + Updated devel/SDL_gfx to 2.0.25 [mef 2016-04-29] + Updated devel/p5-IO-Pager to 0.36 [mef 2016-04-29] + Updated devel/p5-IO-Prompter to 0.004014 [mef 2016-04-29] + Updated devel/p5-IO-Compress to 2.069 [mef 2016-04-29] + Updated devel/p5-IO-Interactive to 1.021 [mef 2016-04-29] + Updated devel/p5-IO-TieCombine to 1.005 [mef 2016-04-29] + Updated multimedia/gstreamer1 to 1.8.1 [wiz 2016-04-29] + Updated multimedia/gst-plugins1-base to 1.8.1 [wiz 2016-14-29] + Updated multimedia/gst-plugins1-bad to 1.8.1 [wiz 2016-04-29] + Updated multimedia/gst-plugins1-ugly to 1.8.1 [wiz 2016-04-29] + Updated multimedia/gst-plugins1-good to 1.8.1 [wiz 2016-04-29] + Updated multimedia/gst-plugins1-libav to 1.8.1 [wiz 2016-04-29] + Updated devel/p5-Lexical-SealRequireHints to 0.010 [mef 2016-04-29] + Updated devel/p5-IPC-SysV to 2.06 [mef 2016-04-29] + Updated devel/p5-Log-Log4perl to 1.47 [mef 2016-04-29] + Updated devel/p5-Make to 1.1.2 [mef 2016-04-29] + Updated www/p5-HTML-Strip to 2.10 [wen 2016-04-29] + Updated devel/p5-Log-Report to 1.15 [mef 2016-04-29] + Updated devel/p5-Log-Report-Optional to 1.02 [mef 2016-04-29] + Updated textproc/p5-Text-CSV_XS to 1.23 [wen 2016-04-29] + Updated textproc/p5-Text-BibTeX to 0.72 [wen 2016-04-29] + Updated math/R-intervals to 0.15.1 [wen 2016-04-29] + Updated sysutils/py-psutil to 4.1.0 [prlw1 2016-04-29] + Updated misc/erlang-p1_utils to 1.0.4 [fhajny 2016-04-29] + Updated security/erlang-fast_tls to 1.0.3 [fhajny 2016-04-29] + Updated textproc/erlang-stringprep to 1.0.3 [fhajny 2016-04-29] + Updated net/erlang-stun to 1.0.3 [fhajny 2016-04-29] + Updated net/erlang-esip to 1.0.4 [fhajny 2016-04-29] + Updated chat/ejabberd to 16.04 [fhajny 2016-04-29] + Updated multimedia/ffmpeg2 to 2.8.7 [adam 2016-04-29] + Updated multimedia/ffplay2 to 2.8.7 [adam 2016-04-29] + Updated multimedia/ffmpeg3 to 3.0.2 [adam 2016-04-29] + Updated multimedia/ffplay3 to 3.0.2 [adam 2016-04-29] + Updated www/firefox to 46.0nb1 [ryoon 2016-04-29] + Updated www/php-ja-wordpress to 4.5.1 [ryoon 2016-04-30] + Updated geography/gama to 1.17 [gdt 2016-04-30] + Updated sysutils/py-borgbackup to 1.0.2 [wiz 2016-04-30] + Updated devel/p5-Module-CPANfile to 1.1002 [wen 2016-04-30] + Updated lang/go to 1.6.2 [bsiegert 2016-04-30] + Updated converters/p5-MIME-Base32 to 1.301 [schmonz 2016-04-30] + Updated devel/p5-Test-BDD-Cucumber to 0.50 [schmonz 2016-04-30] + Updated textproc/xapian to 1.2.23 [schmonz 2016-04-30] + Updated textproc/xapian-omega to 1.2.23 [schmonz 2016-04-30] + Updated textproc/p5-Search-Xapian to 1.2.23.0 [schmonz 2016-04-30] + Added security/codecrypt version 1.7.5 [agc 2016-04-30] + Updated devel/p5-File-Util to 4.161200 [mef 2016-04-30] + Updated geography/gama to 1.17 [gdt 2016-04-30] + Updated lang/perl5 to 5.22.2 [ryoon 2016-05-01] + Updated www/apache-tomcat7 to 7.0.69 [ryoon 2016-05-01] + Updated www/apache-tomcat8 to 8.0.33 [ryoon 2016-05-01] + Updated devel/subversion-base to 1.9.4 [ryoon 2016-05-01] + Updated devel/ruby-subversion to 1.9.4 [ryoon 2016-05-01] + Updated devel/p5-subversion to 1.9.4 [ryoon 2016-05-01] + Updated devel/py-subversion to 1.9.4 [ryoon 2016-05-01] + Updated devel/java-subversion to 1.9.4 [ryoon 2016-05-01] + Updated www/ap2-subversion to 1.9.4 [ryoon 2016-05-01] + Updated mail/cue to 20151214 [mef 2016-05-01] + Added net/libasr version 1.0.2 [mef 2016-05-01] + Updated devel/p5-Moose to 2.1800 [wen 2016-05-01] + Updated mail/opensmtpd to 5.7.3p2 [mef 2016-05-01] + Updated wm/i3 to 4.12 [degroote 2016-05-01] + Updated net/youtube-dl to 20160501 [leot 2016-05-01] + Updated wm/afterstep to 2.2.11nb13 [dholland 2016-05-01] + Updated x11/aterm to 1.0.0nb12 [dholland 2016-05-01] + Updated graphics/giflib to 5.1.4 [leot 2016-05-01] + Updated graphics/giflib-util to 5.1.4 [leot 2016-05-01] + Updated graphics/imlib2 to 1.4.9 [leot 2016-05-01] + Added devel/bats version 0.4.0 [seb 2016-05-02] + Updated net/tkined to 1.4.11nb9 [dholland 2016-05-02] + Updated mail/mutt to 1.6.1 [tron 2016-05-02] + Updated lang/php55 to 5.5.35 [taca 2016-05-02] + Updated lang/php56 to 5.6.21 [taca 2016-05-02] + Updated lang/php70 to 7.0.6 [taca 2016-05-02] + Updated net/bind99 to 9.9.9 [taca 2016-05-02] + Updated net/bind910 to 9.10.4 [taca 2016-05-02] + Added fonts/ohruri-ttf version 20150606 [nonaka 2016-05-02] + Updated mail/dovecot2 to 2.2.24 [taca 2016-05-03] + Updated mail/dovecot2-pigeonhole to 0.4.14 [taca 2016-05-03] + Updated games/gnuchess to 6.2.2 [mef 2016-05-03] + Updated games/xboard to 4.8.0 [mef 2016-05-03] + Updated devel/p5-List-MoreUtils to 0.415 [mef 2016-05-03] + Updated devel/p5-IO-Async to 0.70 [mef 2016-05-03] + Updated devel/p5-Method-Signatures to 20160315 [mef 2016-05-03] + Updated sysutils/lastfss to 0.2 [manu 2016-05-03] + Updated sysutils/p5-Unix-Statgrab to 0.111 [wiz 2016-05-03] + Updated net/libsoup to 2.54.1 [prlw1 2016-05-03] + Updated devel/p5-Dist-Zilla to 5.047 [mef 2016-05-03] + Updated devel/p5-Git-Version-Compare to 1.002 [mef 2016-05-03] + Updated devel/p5-Module-Build to 0.42180 [mef 2016-05-03] + Updated devel/p5-Module-CoreList to 5.20160429 [mef 2016-05-03] + Updated devel/p5-Module-ExtractUse to 0.341 [mef 2016-05-03] + Updated devel/acr to 0.10.1 [mef 2016-05-03] + Updated security/openssl to 1.0.2h [jperkin 2016-05-03] + Added devel/py-hash version 0.6.2 [fhajny 2016-05-03] + Updated devel/p5-Module-Install-ReadmeFromPod to 0.26 [mef 2016-05-03] + Updated devel/p5-Module-ScanDeps to 1.21 [mef 2016-05-03] + Updated devel/p5-MooseX-Attribute-Chained to 1.0.2 [mef 2016-05-03] + Updated devel/p5-MooseX-Getopt to 0.69 [mef 2016-05-03] + Updated devel/xulrunner38 to 38.8.0 [ryoon 2016-05-04] + Added devel/xulrunner45 version 45.1.0 [ryoon 2016-05-04] + Updated graphics/djview4 to 4.10.6 [ryoon 2016-05-04] + Updated devel/py-funcsigs to 1.0.2 [wiz 2016-05-04] + Updated devel/py-mock to 2.0.0nb1 [wiz 2016-05-04] + Updated www/firefox to 46.0nb2 [martin 2016-05-04] + Updated www/wordpress to 4.5.1 [morr 2016-05-04] + Updated comms/asterisk to 11.22.0 [jnemeth 2016-05-05] + Updated devel/p5-Moose to 2.1801 [wen 2016-05-05] + Added lang/libduktape version 1.5.0 [agc 2016-05-05] + Added lang/duktape version 1.5.0 [agc 2016-05-05] + Updated multimedia/ffmpeg2 to 2.8.7nb1 [leot 2016-05-25] + Updated multimedia/ffmpeg3 to 3.0.2nb1 [leot 2016-05-05] + Updated lang/ocaml to 4.03.0 [jaapb 2016-05-05] + Updated archivers/unrar to 5.3.11 [adam 2016-05-05] + Updated devel/ocaml-findlib to 1.6.2 [jaapb 2016-05-05] + Added devel/ocamlbuild version 0.9.1 [jaapb 2016-05-05] + Updated lang/camlp4 to 4.03.1 [jaapb 2016-05-05] + Updated graphics/SDL2_image to 2.0.1 [wiz 2016-05-05] + Updated devel/afl to 2.11b [wiz 2016-05-05] + Updated security/caff to 2.3 [wiz 2016-05-05] + Updated devel/py-wrapt to 1.10.8 [richard 2016-05-05] + Updated misc/calibre to 2.56.0 [wiz 2016-05-05] + Updated misc/dialog to 1.3.20160424 [wiz 2016-05-05] + Updated audio/musicpd to 0.19.15 [wiz 2016-05-05] + Updated devel/meld to 3.16.0 [wiz 2016-05-05] + Updated security/libgpg-error to 1.22 [wiz 2016-05-05] + Updated mail/notmuch to 0.22 [wiz 2016-05-05] + Updated www/py-betamax to 0.7.0 [wiz 2016-05-05] + Updated devel/py-enum34 to 1.1.4 [wiz 2016-05-05] + Updated security/py-oauthlib to 1.1.1 [wiz 2016-05-05] + Updated www/firefox to 46.0.1 [ryoon 2016-05-05] + Updated devel/py-requests to 2.10.0 [wiz 2016-05-05] + Updated www/firefox-l10n to 46.0.1 [ryoon 2016-05-05] + Updated www/firefox45 to 45.1.1 [ryoon 2016-05-05] + Updated devel/py-setuptools to 21.0.0 [wiz 2016-05-05] + Updated www/firefox45-l10n to 45.1.1 [ryoon 2016-05-05] + Updated devel/xulrunner45 to 45.1.1 [ryoon 2016-05-05] + Updated audio/taglib to 1.11 [wiz 2016-05-05] + Updated mail/seamonkey-enigmail to 1.9.2 [wiz 2016-05-05] + Updated security/gnupg21 to 2.1.12 [wiz 2016-05-05] + Updated mail/thunderbird-enigmail to 1.9.2 [wiz 2016-05-05] + Updated devel/py-mercurial to 3.8.1 [wiz 2016-05-05] + Updated devel/py-tortoisehg to 3.8.1 [wiz 2016-05-05] + Updated net/ocamlnet to 4.1.1 [jaapb 2016-05-05] + Updated devel/ocamlbuild to 0.9.2 [jaapb 2016-05-05] + Updated devel/ocaml-oasis to 0.4.6 [jaapb 2016-05-05] + Updated comms/asterisk13 to 13.8.2 [jnemeth 2016-05-06] + Added misc/iwatch version 1.0.3 [nonaka 2016-05-06] + Updated sysutils/htop to 2.0.1 [wiz 2016-05-06] + Updated lang/nodejs to 6.1.0 [fhajny 2016-05-06] + Updated lang/nodejs4 to 4.4.4 [fhajny 2016-05-06] + Updated databases/py-cassandra-driver to 3.3.0 [fhajny 2016-05-06] + Updated databases/py-peewee to 2.8.1 [fhajny 2016-05-06] + Updated lang/camlp5 to 6.16 [jaapb 2016-05-06] + Updated devel/ocaml-ppx_tools to 5.0 [jaapb 2016-05-06] + Updated devel/menhir to 20160303 [jaapb 2016-05-06] + Updated devel/ocaml-ppx_deriving to 3.3 [jaapb 2016-05-06] + Updated fonts/koruri-ttf to 20160506 [nonaka 2016-05-06] + Updated devel/p5-AnyEvent to 7.12 [mef 2016-05-06] + Added security/vault version 0.5.2 [fhajny 2016-05-06] + Updated lang/openjdk8 to 1.8.92 [ryoon 2016-05-06] + Added sysutils/consul version 0.6.4 [fhajny 2016-05-06] + Updated databases/redis to 3.2.0 [fhajny 2016-05-06] + Updated security/ocaml-cryptokit to 1.10 [jaapb 2016-05-06] + Updated devel/ocaml-lwt to 2.5.2 [jaapb 2016-05-06] + Added devel/cpputest version v3.7.1 [schmonz 2016-05-06] + Updated lang/sbcl to 1.3.5 [asau 2016-05-06] + Updated print/p5-LaTeX-Driver to 0.300.2 [wen 2016-05-07] + Updated net/samba4 to 4.3.9 [taca 2016-05-07] + Updated www/typo3_62 to 6.2.22 [taca 2016-05-07] + Updated devel/nasm to 2.12.01 [wen 2016-05-07] + Updated security/p5-Crypt-OpenSSL-Bignum to 0.06 [wen 2016-05-07] + Updated time/p5-DateTime-Format-Strptime to 1.6700 [wen 2016-05-07] + Updated www/ikiwiki to 3.20160506 [schmonz 2016-05-07] + Updated www/py-django to 1.9.6 [adam 2016-05-07] + Updated textproc/yelp-xsl to 3.20.1 [prlw1 2016-05-07] + Updated misc/yelp3 to 3.20.1 [prlw1 2016-05-07] + Updated cross/stlink to 1.2.0 [ryoon 2016-05-07] + Updated chat/weechat to 1.5 [tonio 2016-05-07] + Added devel/py-future version 0.15.2 [wen 2016-05-08] + Updated games/lgogdownloader to 2.28 [wiz 2016-05-08] + Updated sysutils/smartmontools to 6.5 [nonaka 2016-05-08] + Added x11/libkactivities4 version 4.13.3 [markd 2016-05-08] + Added devel/grantlee-qt5 version 5.1.0 [markd 2016-05-08] + Added fonts/oxygen-fonts version 5.4.3 [markd 2016-05-08] + Added devel/py-cycler version 0.10.0 [wen 2016-05-08] + Updated converters/p5-Sereal-Encoder to 3.014 [wen 2016-05-08] + Updated converters/p5-Sereal-Decoder to 3.014 [wen 2016-05-08] + Updated lang/sun-jre7 to 7.0.80 [christos 2016-05-08] + Updated lang/sun-jdk7 to 7.0.80 [christos 2016-05-08] + Updated lang/oracle-jre8 to 8.0.92 [christos 2016-05-08] + Updated lang/oracle-jdk8 to 8.0.92 [christos 2016-05-08] + Added archivers/bmap-tools version 3.2 [jakllsch 2016-05-08] + Updated www/squid3 to 3.5.19 [taca 2016-05-08] + Updated devel/scons to 2.5.0 [adam 2016-05-09] + Updated devel/git to 2.8.2 [adam 2016-05-09] + Updated net/dhcpcd to 6.11.0 [roy 2016-05-09] + Updated net/scapy to 2.3.2 [adam 2016-05-09] + Updated misc/tmux to 2.2 [fhajny 2016-05-09] + Updated www/awstats to 7.5 [adam 2016-05-09] + Updated www/ikiwiki to 3.20160509 [schmonz 2016-05-10] + Updated net/syncthing to 0.12.23 [abs 2016-05-10] + Updated graphics/ImageMagick to 7.0.1.3 [adam 2016-05-10] + Updated graphics/p5-PerlMagick to 7.0.1.3 [adam 2016-05-10] diff --git a/doc/HOWTO-use-crosscompile b/doc/HOWTO-use-crosscompile index f31f901e53ad2..1801a10bf992e 100644 --- a/doc/HOWTO-use-crosscompile +++ b/doc/HOWTO-use-crosscompile @@ -1,7 +1,7 @@ Cross-compilation in pkgsrc (user's guide) -*- outline -*- Taylor R. Campbell -$NetBSD: HOWTO-use-crosscompile,v 1.2 2013/05/11 20:15:10 riastradh Exp $ +$NetBSD: HOWTO-use-crosscompile,v 1.4 2016/05/04 02:05:22 riastradh Exp $ The following steps enable you to build binary packages for a machine architecture other than the one you are building on. For example, you @@ -27,7 +27,7 @@ mk.conf. $ ./build.sh -m evbppc distribution By default, the destdir will be /usr/obj/destdir.evbppc, and the -tooldir will be (say) /usr/obj/tooldir.NetBSD-6.1.amd64 if you're +tooldir will be (say) /usr/obj/tooldir.NetBSD-6.1-amd64 if you're running NetBSD 6.1 on amd64. * Set up mk.conf @@ -57,11 +57,11 @@ In addition to whatever else you want in your mk.conf for pkgsrc, add: # XXX There is no obvious variable that is set to amd64 so that we # could use # - # TOOLDIR= /usr/obj/tooldir.${OPSYS}-${OS_VERSION}.${NATIVE_xyz} + # TOOLDIR= /usr/obj/tooldir.${OPSYS}-${OS_VERSION}-${NATIVE_xyz} # # MACHINE is amd64 but, since it's not NATIVE_xyz, it's wrong. # NATIVE_MACHINE_ARCH is x86_64, not amd64. - TOOLDIR= /usr/obj/tooldir.NetBSD-6.1.amd64 + TOOLDIR= /usr/obj/tooldir.NetBSD-6.1-amd64 CROSS_DESTDIR= /usr/obj/destdir.evbppc # Put target work and packages in separate directories. (You might @@ -125,7 +125,7 @@ messing with the package installations I use for development. NetBSD srcdir: ~/netbsd/current/src NetBSD objdir: ~/netbsd/current/obj.evbppc - NetBSD tooldir: ~/netbsd/current/obj.evbppc/tooldir.NetBSD-6.1.amd64 + NetBSD tooldir: ~/netbsd/current/obj.evbppc/tooldir.NetBSD-6.1-amd64 NetBSD destdir: ~/netbsd/current/obj.evbppc/destdir.evbppc pkgsrc: ~/pkgsrc/current/pkgsrc pkgsrc LOCALBASE: ~/pkgsrc/current/pkg diff --git a/doc/TODO b/doc/TODO index 6f7f0fce2f905..63bf019a5f26f 100644 --- a/doc/TODO +++ b/doc/TODO @@ -1,4 +1,4 @@ -$NetBSD: TODO,v 1.15586 2016/03/13 03:55:03 mef Exp $ +$NetBSD: TODO,v 1.15876 2016/05/10 09:46:10 wiz Exp $ Suggested new packages ====================== @@ -54,11 +54,6 @@ Suggested new packages QT-based wizard for doxygen documentation generator. See devel/doxygen - tkfontsel - http://ftp.sunet.se/pub/lang/tcl/sorted/graphics/tkfontsel/ - http://ftp.se.kde.org/pub/lang/tcl/sorted/packages-7.6/graphics/tkfontsel/ - Simple Tk font browser. - xftlsfonts FreeType font list displayer. @@ -364,37 +359,18 @@ For possible Perl packages updates, see http://www.NetBSD.org/~wiz/perl.html. o PACK-0.0.4 o PAM-0.99.7.1 o Pantomime-1.2.2 - o R-3.2.3 o R-DAAG-1.22 - o R-ISwR-2.0.7 o R-RPostgreSQL-0.4 o R-RandomFields-3.1.8 - o R-Rcpp-0.12.3 o R-akima-11 o R-car-25 - o R-chron-47 - o R-digest-0.6.9 - o R-evaluate-0.8.3 - o R-formatR-1.3 o R-gdata-2.17.0 - o R-genetics-1.3.8.1 o R-gtools-3.5.0 o R-httpRequest-0.0.10 - o R-hwde-0.67 - o R-intervals-0.15.1 - o R-knitr-1.12.3 - o R-latticeExtra-28 o R-mapproj-3 o R-maps-3.1.0 - o R-markdown-0.7.7 - o R-mime-0.4 - o R-mvtnorm-3 o R-ncdf-1.6.8 - o R-plyr-1.8.3 - o R-quantreg-5.21 - o R-statmod-1.4.24 o ROMInfo-28 - o SDL2_image-2.0.1 o SDL2_net-2.0.1 o SOPE-3.0.2 o TeXmacs-1.99.4 @@ -407,6 +383,7 @@ For possible Perl packages updates, see http://www.NetBSD.org/~wiz/perl.html. o adocman-0.13 o adodb-5.20 o aewm++-1.0.27 + o afl-2.12b o afterstep-2.2.12 o aget-0.4.1 o alacarte-0.13.2 @@ -414,10 +391,9 @@ For possible Perl packages updates, see http://www.NetBSD.org/~wiz/perl.html. o allegro-5.10 o alpine-2.20 o alsa-plugins-1.1.0 - o amaya-11.4.4 - o ampache-3.8.2 o amavis-perl-0.3.12 [called just amavis] o amaya-11.4.4 [wip] + o ampache-3.8.2 o angband-3.2 o anjuta-3.16.0 o anope-1.8.7 @@ -461,7 +437,6 @@ For possible Perl packages updates, see http://www.NetBSD.org/~wiz/perl.html. o audacious-plugins-3.7.1 o audacity-2.1.1 o augeas-1.4.0 - o autoconf-archive-2015.09.25 o autoconvert-0.3.16 o autogen-5.18.7 o avant-window-navigator-0.4.2 @@ -471,7 +446,6 @@ For possible Perl packages updates, see http://www.NetBSD.org/~wiz/perl.html. o avr-libc-2.0.0 o avrdude-6.3 o awesome-3.5.9 - o awstats-7.5 o baci-20040415 o base-1.4.5 o bastet-0.43 @@ -501,6 +475,7 @@ For possible Perl packages updates, see http://www.NetBSD.org/~wiz/perl.html. o bottlerocket-0.05b3 o bpython-0.15 o brasero-3.4.0 + o bsdtar-3.2.0 o bugzilla-5.0.2 o bwa-0.7.12 [needs shm_open(3), please contact MAINTAINER] o byacc-20150711 @@ -517,7 +492,6 @@ For possible Perl packages updates, see http://www.NetBSD.org/~wiz/perl.html. o calc-2.11.10.1 o calcoo-2.1.0 o calligra-2.9.9 [in wip; koffice successor] - o camlp5-6.15 o cardboard-schedule-1.14c [at http://www.bright-green.com/downloads/] o catdoc-1.1 o catdoc-tk-1.1 @@ -560,9 +534,8 @@ For possible Perl packages updates, see http://www.NetBSD.org/~wiz/perl.html. o concurrencykit-0.5.1 o cone-0.92 o confuse-3.0 - o conserver8-8.2.1 o cook-2.31 - o courier-0.74.2 + o courier-0.76.0 o courier-authlib-0.66.2 o courier-imap-4.16.1 o courier-mta-0.74.2 @@ -577,7 +550,6 @@ For possible Perl packages updates, see http://www.NetBSD.org/~wiz/perl.html. o crossfire-1.71.0 o crossfire-client-gtk2-1.60.0 o csharp-mysql-6.9.8 - o cue-20151214 o cvm-0.97 o cvs-fast-export-1.38 o cvs2p4-2.5.5 [schmonz] @@ -593,7 +565,7 @@ For possible Perl packages updates, see http://www.NetBSD.org/~wiz/perl.html. o dact-0.8.42 o dap-3.10 o dar-2.4.14 - o darcs-2.10.3 + o darcs-2.12.0 o darkstat-3.0.719 [pkg/50113] o darktable-2.0 o dasher-4.11 @@ -601,11 +573,11 @@ For possible Perl packages updates, see http://www.NetBSD.org/~wiz/perl.html. o davical-1.1.4 o dd_rescue-1.46 o dd_rhelp-0.3.0 - o ddrescue-1.20 + o ddrescue-1.21 o dega-1.12 - o dejagnu-1.5.3 + o dejagnu-1.6 o delegate-9.9.13 - o denemo-2.0.2 + o denemo-2.0.6 o desklaunch-1.1.7 o deskmenu-1.4.5 o dhcpcd-dbus-0.6.1 @@ -617,13 +589,14 @@ For possible Perl packages updates, see http://www.NetBSD.org/~wiz/perl.html. o dnssec-tools-2.2 o doclifter-2.16 o dolphin-4.0.2 + o doxygen-1.8.11 o dpkg-1.18.4 o drivel-3.0.5 - o dropbear-2015.71 + o dropbear-2016.72 o drupal-8.0.3 - o duplicity-0.7.06 + o duplicity-0.7.07.1 o dvdisaster-0.79.5 - o dvdstyler-2.9.3 + o dvdstyler-2.9.6 o e2fsprogs-1.42.12 [wip] o easymenu-0.7.2p1 o eboard-1.1.1 @@ -682,7 +655,7 @@ For possible Perl packages updates, see http://www.NetBSD.org/~wiz/perl.html. o evas-software-x11-1.7.10 o evas-tiff-1.7.10 o evas-xpm-1.7.10 - o evolution-3.16.2 + o evolution-3.18.5.2 o evolution-couchdb-0.4.5 o evolution-data-server-3.16.2 o evolution-exchange-3.5.2 @@ -696,14 +669,12 @@ For possible Perl packages updates, see http://www.NetBSD.org/~wiz/perl.html. o facter-2.4.5 o fakeroot-1.6.5 o fcitx-3.6.2 - o fdupes-1.51 o felt-3.07 [wip] o fengoffice-3.4.0.17 o festival-2.4 o fet-5.28.6 o fetchmail-6.3.26 o fetchyahoo-2.14.0 - o ffmpeg-3.0 o filerunner-14.06.18.10 o fillets-ng-0.7.4 o fillets-ng-data-0.7.4 @@ -743,13 +714,12 @@ For possible Perl packages updates, see http://www.NetBSD.org/~wiz/perl.html. o fvwm2-themes-0.7.0 o g-wrap-1.9.15 o gallery3-3.0.2 - o gama-1.17 o ganglia-3.7.1 o gap-4r4p9 o gated-3.6 o gbrainy-2.27 o gcal-4 - o gcc-5.1 + o gcc-6.1 o gcc48-4.8.5 o gcin-1.5.5 o gcombust-0.1.55 @@ -782,12 +752,11 @@ For possible Perl packages updates, see http://www.NetBSD.org/~wiz/perl.html. o gliv-1.9.7 o glom-1.14.2 [GNOME 2.26] o gloox-1.0.14 - o glpk-4.58 o glx-utils-8.3.0 o gmock-1.7.0 o gnet1-1.1.9 o gnetman-20050429 - o gnome-3.18.2 + o gnome-3.20.1 o gnome-applets-3.14.0 o gnome-bluetooth-2.30.0 [GNOME 2.30] o gnome-chemistry-utils-0.14.11 @@ -822,9 +791,8 @@ For possible Perl packages updates, see http://www.NetBSD.org/~wiz/perl.html. o gnomeicu-0.99.16 o gnopernicus-1.1.2 o gnu-crypto-2.1.0 - o gnu-pw-mgr-1.6 + o gnu-pw-mgr-2.0 o gnucap-20130423 - o gnuchess-6.2.2 o gnuchess-book-1.02 o gnustep-back-0.24.1 o gnustep-base-1.24.8 @@ -832,6 +800,7 @@ For possible Perl packages updates, see http://www.NetBSD.org/~wiz/perl.html. o gnustep-gui-0.24.1 o gnustep-make-2.6.7 o gnustep-objc-1.8 + o gnutls-3.4.10 [wip] o goaccess-0.12 o gob-2.0.19 o gobby-0.5.0 @@ -851,6 +820,7 @@ For possible Perl packages updates, see http://www.NetBSD.org/~wiz/perl.html. o gramps-4.1.0 o grantlee-5.0.0 o greed-4.1 + o grep-2.25 o grilo-0.2.12 o grilo-plugins-0.2.14 o gromacs-5.1.2 @@ -869,27 +839,30 @@ For possible Perl packages updates, see http://www.NetBSD.org/~wiz/perl.html. o gtodo-applet-0.16.2 o guile-gnome-2.16.4 o guile-gtk-2.1 + o gummi-0.6.6 [fixes CVE-2015-7758] o gvfs-1.22.0 o gworkspace-0.9.3 o gxine-0.99.9 o gxmessage-3.4.3 + o gzip-1.8 o h323plus-1.24.0 [replaces openh323, from http://www.h323plus.org/] o hamster-applet-2.32.1 [GNOME 2.32] o handbrake-0.10.2 o hanzim-3.5 + o harfbuzz-1.2.7 o harminv-1.4 - o haskell-mode-1.45 + o haskell-mode-13.20 o hdevtools-0.1.3.0 o hdf-4.2.8 o hercules-3.12 o hesiod-3.2.1 o hevea-2.28 o heyu-2.9.0 - o hiawatha-9.5 + o hiawatha-10.2 o highlight-3.27 o honeyd-1.5c o horde-5.2.9 - o howm-1.4.3 + o howm-1.4.3 [pkg/51101] o hs-HTTP-4000.3.3 o hs-MonadRandom-0.4.2.2 o hs-QuickCheck-2.8.2 @@ -925,7 +898,6 @@ For possible Perl packages updates, see http://www.NetBSD.org/~wiz/perl.html. o hs-stringsearch-0.3.6.6 o hs-syb-0.6 o hs-tagged-0.8.3 - o hs-tagsoup-0.13.8 o hs-temporary-1.2.0.4 o hs-texmath-0.8.4.2 o hs-transformers-0.5.2.0 @@ -938,9 +910,7 @@ For possible Perl packages updates, see http://www.NetBSD.org/~wiz/perl.html. o hs-zlib-0.6.1.1 o html2wml-0.4.11 o htmldoc-1.8.28 - o htop-2.0.1 o http_load-20140814 - o i3-4.12 o icbirc-2.0 o icc11-13.0 o icdprog-0.5 @@ -968,6 +938,7 @@ For possible Perl packages updates, see http://www.NetBSD.org/~wiz/perl.html. o ircservices-5.1.21 o iroffer-1.4b01 o isl-0.16.1 + o iso-codes-3.68 o ispell-ga-4.6 o ispell-ru-0.99g5 o ispell-ru-io-0.99g5 @@ -987,6 +958,7 @@ For possible Perl packages updates, see http://www.NetBSD.org/~wiz/perl.html. o jdbc-mysql5-5.1.36 o jdom-2.0.6 o jed-0.99-18 + o jenkins-2.0 o jetty7-7.6.17 o jetty9-9.3.7 o jools-1.0 @@ -1017,7 +989,7 @@ For possible Perl packages updates, see http://www.NetBSD.org/~wiz/perl.html. o kmymoney2-4.6.1 o knights-2.5.0 o knock-0.7 - o kodi-16.0 + o kodi-16.1 o koffice-l10n-de-2.0.2 o konversation-1.6 o kphotobook-0.0.7 @@ -1036,6 +1008,7 @@ For possible Perl packages updates, see http://www.NetBSD.org/~wiz/perl.html. o leafpad-0.8.18.1 o lftp-4.6.5 o lgeneral-1.3.1 + o libarchive-3.2.0 o libassuan-2.4.2 o libbpg-0.9.6 o libburn-1.4.0 @@ -1074,7 +1047,8 @@ For possible Perl packages updates, see http://www.NetBSD.org/~wiz/perl.html. o libpgm-5.2.122 o libprelude-1.2.5 o libquantum-1.1.0 [pkg/43728, development release] - o libressl-2.3.2 + o librecad-2.0.9 + o libressl-2.3.3 o libstree-0.4.2 o libtar-1.2.20 o libtcl-nothread-8.5.1 @@ -1122,7 +1096,6 @@ For possible Perl packages updates, see http://www.NetBSD.org/~wiz/perl.html. o makeself-2.2.0 o maketool-0.8.4 o makeztxt-1.60 - o man-pages-4.04 o manedit-1.2.1 o mantis-1.2.19 o mapserver-7.0.1 @@ -1136,7 +1109,6 @@ For possible Perl packages updates, see http://www.NetBSD.org/~wiz/perl.html. o mecab-ipadic-2.7.0.20070801 o mednafen-0.9.38.2 o megatools-1.9.97 - o menhir-20160303 o mergeant-0.67 o merkaator-0.18.2 o mesure-0.7.2 @@ -1154,16 +1126,14 @@ For possible Perl packages updates, see http://www.NetBSD.org/~wiz/perl.html. o mini_sendmail-1.3.9 o minivmac-3.2.3 o miredo-1.2.4 - o mit-krb5-1.12.1 o mit-scheme-bin-9.2 o mksh-52b o mkvtoolnix-5.9.0 - o mlterm-3.6.2 o modular-xorg-xquartz-1.18.0 o molden-4.8 [after which PR 40252 can be closed] o molden-5.5 o monit-5.17 - o mono-4.2.2 + o mono-4.4.0.122 o mono-tools-4.2 o mono-xsp-4.2 o mono2-4.0.4.1 @@ -1178,7 +1148,7 @@ For possible Perl packages updates, see http://www.NetBSD.org/~wiz/perl.html. o mpop-1.2.4 o mr-1.20150503 o mserv-devel-0.41 - o msgpack-1.0.0 + o msgpack-1.4.1 [pkg/51083] o multitail-6.2 o munin-doc-1.4.6 o munin-node-1.4.6 @@ -1209,6 +1179,7 @@ For possible Perl packages updates, see http://www.NetBSD.org/~wiz/perl.html. o netio-132 o netramet-50 o newmail-1.0.2 + o nginx-1.10 o nginx-devel-1.9.12 o nikto-2.1.5 o nqp-2016.02 @@ -1225,12 +1196,11 @@ For possible Perl packages updates, see http://www.NetBSD.org/~wiz/perl.html. o objc-3.3.1 o ocaml-cmdliner-0.9.8 o ocaml-graphics-4.02.3 + o ocaml-lablgtk-2.18.4 o ocaml-mysql-1.2.0 - o ocaml-oasis-0.4.5 - o ocamlgraph-1.8.6 - o ocamlnet-4.1.1 + o ocamlgraph-1.8.7 o ocrad-0.25 - o octave-4.0.0 + o octave-4.0.1 o odbc-postgresql-09.03.0400 o olvwm-4.5 o oniguruma-5.9.6 @@ -1242,14 +1212,14 @@ For possible Perl packages updates, see http://www.NetBSD.org/~wiz/perl.html. o openh323-1.19.1 o openmortal-0.7.1 o openmpi-1.10.2 + o openntpd-5.9p1 [pkg/51092] o openoffice-4.1 o openoffice3-3.3 o openscad-2013.06 o openslp-2.0.0 - o opensmtpd-5.7.3 o openssh-7.2p2 o opera-26 - o orcus-0.11.0 + o orcus-0.11.1 o oroborus-2.0.18 o ortp-0.25.0 o oto-0.5 @@ -1260,157 +1230,82 @@ For possible Perl packages updates, see http://www.NetBSD.org/~wiz/perl.html. o p5-Alien-wxWidgets-0.67 o p5-Apache-Gallery-1.0.2 o p5-Apache-LogFormat-Compiler-0.33 - o p5-App-FatPacker-0.010005 - o p5-App-perlbrew-0.74 - o p5-AppConfig-Std-1.10 - o p5-AtExit-2.03 o p5-AuthCAS-1.6 o p5-Authen-CAS-Client-0.07 o p5-Authen-TacacsPlus-0.26 - o p5-B-Keywords-1.15 - o p5-BSD-Resource-1.2909 o p5-BerkeleyDB-0.55 o p5-Bytes-Random-Secure-0.29 o p5-CDB_File-0.98 o p5-CDDB-2.00 - o p5-CHI-1.27 - o p5-CPAN-Perl-Releases-2.58 - o p5-CPAN-Reporter-1.2017 o p5-CPANPLUS-2.102 o p5-Captcha-reCAPTCHA-0.97 - o p5-Capture-Tiny-0.36 - o p5-Carp-Assert-1.14 o p5-Catalyst-Engine-PSGI-0.14 o p5-Catalyst-View-Email-0.36 o p5-CatalystX-CRUD-0.57 o p5-CatalystX-CRUD-ModelAdapter-DBIC-0.15 o p5-Chart-3.2 - o p5-Compress-Bzip2-2.24 - o p5-Compress-Raw-Bzip2-2.069 - o p5-Compress-Raw-Zlib-2.069 o p5-Config-Augeas-1.300 - o p5-Config-Grammar-1.11 - o p5-Contextual-Return-0.004008 - o p5-Convert-Binary-C-0.78 o p5-Convert-NLS_DATE_FORMAT-0.06 - o p5-Convert-UUlib-1.50 o p5-Crypt-GeneratePassword-0.05 - o p5-Crypt-OpenPGP-1.12 o p5-DBD-DB2-1.85 o p5-DBD-ODBC-1.52 o p5-DBD-Oracle-1.74 o p5-DBD-SQLite2-0.37 - o p5-DBIx-Class-Fixtures-1.001034 - o p5-DBIx-Connector-0.55 - o p5-DBIx-DBSchema-0.45 o p5-Data-AMF-0.02004 - o p5-Data-MessagePack-0.49 - o p5-Data-Munge-0.096 - o p5-Data-Peek-0.45 o p5-Data-SimplePassword-0.11 - o p5-Date-Extract-0.05 - o p5-Devel-CheckLib-1.06 - o p5-Devel-PatchPerl-1.40 - o p5-Devel-Pragma-0.62 - o p5-Devel-REPL-1.003028 - o p5-Devel-StackTrace-2.01 o p5-Device-XBee-API-0.8 o p5-Digest-Hashcash-1.1 - o p5-Dist-Zilla-5.043 - o p5-EV-4.22 o p5-Encode-2.82 o p5-Excel-Template-0.34 o p5-Excel-Template-Plus-0.06 - o p5-ExtUtils-CBuilder-0.280224 - o p5-ExtUtils-CppGuess-0.11 - o p5-ExtUtils-F77-1.19 - o p5-ExtUtils-LibBuilder-0.08 - o p5-ExtUtils-MakeMaker-CPANfile-0.07 - o p5-ExtUtils-ModuleMaker-0.55 o p5-FCGI-1.3.3 - o p5-File-BOM-0.15 - o p5-File-DesktopEntry-0.22 - o p5-File-Modified-0.10 - o p5-File-Path-Tiny-0.8 - o p5-File-Touch-0.11 o p5-Font-FreeType-0.07 - o p5-Font-TTF-1.05 o p5-FormValidator-Simple-1.00 - o p5-Fsdb-2.58 o p5-GDGraph-1.52 o p5-GStreamer-0.20 o p5-Geo-IPfree-1.151940 - o p5-Git-CPAN-Patch-2.2.1 - o p5-Git-Repository-1.317 - o p5-Git-Repository-Plugin-AUTOLOAD-1.002 o p5-Git-Wrapper-0.045 - o p5-Glib-Object-Introspection-0.029 - o p5-Graph-0.9704 - o p5-Graph-ReadWrite-2.08 o p5-GraphViz-2.20 o p5-GraphViz2-2.37 o p5-GraphicsMagick-1.4.020160216 o p5-Gtk2-1.223 - o p5-HTML-Format-2.12 o p5-HTTP-Server-EV-0.69 - o p5-Hash-Util-FieldHash-Compat-0.10 o p5-Heap-1.04 o p5-IO-AIO-4.33 - o p5-IO-Async-0.70 - o p5-IO-Compress-2.069 - o p5-IO-Interactive-1.021 o p5-IO-Interface-1.09 - o p5-IO-Pager-0.36 o p5-IO-Prompt-0.997003 - o p5-IO-Prompter-0.004014 - o p5-IO-TieCombine-1.005 o p5-IP-Country-3.03 o p5-IPC-Cmd-0.94 - o p5-IPC-SysV-2.06 o p5-JSON-Any-1.39 o p5-LWP-Protocol-PSGI-0.09 o p5-Lingua-PT-Stemmer-0.02 o p5-Lingua-Stem-Ru-0.04 o p5-Locale-Codes-3.38 o p5-Locale-Currency-Format-1.35 - o p5-Log-Agent-1.001 - o p5-Log-Any-1.040 - o p5-Log-Dispatch-2.54 - o p5-Log-Report-1.13 - o p5-Log-Report-Optional-1.02 o p5-MIME-EncWords-1.014.3 o p5-Mail-IMAPClient-3.38 - o p5-Mail-Mbox-MessageParser-1.5105 - o p5-Math-Base-Convert-0.11 o p5-Math-BigInt-GMP-1.49 o p5-Math-BigInt-Pari-1.25 - o p5-Math-Derivative-0.04 + o p5-Math-Pari-2.01080900 o p5-Math-Random-0.72 o p5-Math-Random-MT-1.17 o p5-Math-Random-MT-Perl-1.15 o p5-Memoize-Memcached-0.11 - o p5-Module-CPANfile-1.1002 - o p5-Module-CoreList-5.20160121 - o p5-Module-ExtractUse-0.341 - o p5-Module-ScanDeps-1.20 o p5-MooX-Log-Any-0.004004 o p5-Moose-Policy-0.05 o p5-MooseX-App-1.34 - o p5-MooseX-App-Cmd-0.32 o p5-MooseX-AttributeHelpers-0.25 o p5-MooseX-Daemonize-0.21 o p5-MooseX-Method-Signatures-0.49 o p5-MooseX-MethodAttributes-0.31 o p5-MooseX-Role-WithOverloading-0.17 o p5-MooseX-Types-Structured-0.35 - o p5-Net-3.08 o p5-Net-Amazon-S3-0.80 o p5-Net-DBus-1.1.0 o p5-Net-DHCP-0.696 o p5-Net-DNS-SEC-1.02 o p5-Net-Dict-2.21 o p5-Net-Frame-1.16 - o p5-Net-GitHub-0.83 o p5-Net-ManageSieve-0.13 o p5-Net-OpenID-Common-1.20 o p5-Net-OpenID-Consumer-1.18 @@ -1421,13 +1316,11 @@ For possible Perl packages updates, see http://www.NetBSD.org/~wiz/perl.html. o p5-Number-Tolerant-1.708 o p5-Object-Declare-0.23 o p5-PAR-1.029 - o p5-PAR-Dist-1.11 o p5-PDF-API2-2.026 o p5-PDF-Create-1.29 o p5-POE-Component-Client-DNS-1.054 o p5-POE-Component-Server-SimpleHTTP-2.22 o p5-PPIx-EditorTools-0.19 - o p5-PadWalker-2.2 o p5-Padre-1.00 o p5-Padre-Plugin-Autoformat-1.22 o p5-Padre-Plugin-Catalyst-0.13 @@ -1445,9 +1338,7 @@ For possible Perl packages updates, see http://www.NetBSD.org/~wiz/perl.html. o p5-Parse-ErrorString-Perl-0.22 o p5-Perl-APIReference-0.22 o p5-Perl6-Export-0.009 - o p5-PerlMagick-6.9.1.10 o p5-Pod-Markdown-3.005 - o p5-Pod-Spell-1.19 o p5-PostScript-2.32 o p5-PostScript-Simple-1.02 o p5-Proc-Wait3-0.05 @@ -1456,7 +1347,6 @@ For possible Perl packages updates, see http://www.NetBSD.org/~wiz/perl.html. o p5-RRDTool-OO-0.36 o p5-RT-Authen-ExternalAuth-0.25 o p5-RT-Client-REST-0.50 - o p5-Readonly-3 o p5-Regexp-Common-net-CIDR-0.03 o p5-Return-Value-1.666005 o p5-Rose-DBx-Garden-0.193 @@ -1465,22 +1355,16 @@ For possible Perl packages updates, see http://www.NetBSD.org/~wiz/perl.html. o p5-SVG-Graph-0.0402 o p5-SVN-Simple-0.312 o p5-Schedule-Cron-Events-1.94 - o p5-Search-Elasticsearch-2.00 o p5-Search-Indexer-0.78 o p5-Search-QueryParser-SQL-0.010 - o p5-Sereal-Decoder-3.014 - o p5-Sereal-Encoder-3.014 o p5-Smart-Comments-1.06 o p5-Software-License-0.103011 - o p5-Sort-Versions-1.62 o p5-Spreadsheet-Read-0.63 o p5-Spreadsheet-WriteExcel-2.40 o p5-Spreadsheet-XLSX-0.15 o p5-Starlet-0.29 - o p5-Statistics-Descriptive-3.0612 o p5-Struct-Dumb-0.08 o p5-Sub-Exporter-GlobExporter-0.005 - o p5-Swim-0.1.43 o p5-Switch-2.17 o p5-Sys-Utmp-1.7 o p5-System-Command-1.117 @@ -1488,56 +1372,36 @@ For possible Perl packages updates, see http://www.NetBSD.org/~wiz/perl.html. o p5-Term-ANSIColor-4.04 o p5-Term-ReadLine-1.30 o p5-Test-Aggregate-0.373 - o p5-Test-BDD-Cucumber-0.49 - o p5-Test-Compile-1.3.0 - o p5-Test-Deep-1.120 - o p5-Test-Exception-0.43 o p5-Test-File-Contents-0.22 - o p5-Test-Harness-3.36 - o p5-Test-Memory-Cycle-1.06 o p5-Test-MinimumVersion-0.101082 - o p5-Test-MockModule-0.11 o p5-Test-SharedFork-0.35 o p5-Test-Stream-1.302027 o p5-Test-TempDir-Tiny-0.012 - o p5-Test-Warnings-0.026 o p5-Text-FindIndent-0.11 o p5-Text-Hunspell-2.14 o p5-Tie-Cycle-1.221 o p5-Tie-DBI-1.06 - o p5-Time-Duration-Parse-0.13 - o p5-Time-HiRes-1.9728 o p5-Time-Progress-2.11 - o p5-Tree-DAG_Node-1.29 - o p5-Tree-Simple-1.26 o p5-URI-FromHash-0.05 - o p5-Unicode-Normalize-1.19 o p5-User-Identity-0.94 - o p5-Variable-Magic-0.59 - o p5-WWW-Mechanize-Cached-1.50 o p5-WebService-Google-Reader-0.23 o p5-Wx-0.9928 o p5-X11-Protocol-29 o p5-XML-Clean-1.010101 o p5-XML-RSS-1.59 - o p5-XML-XPath-1.33 - o p5-YAML-LibYAML-0.62 o p5-autobox-20090629 - o p5-autobox-Core-1.32 o p5-collectd-5.5.1 o p5-eBay-API-0.29 o p5-experimental-0.016 o p5-gtk2-1.300 o p5-pango-1.227 o p5-pcsc-1.4.14 - o p5-perl-ldap-0.65 o p5-sqlrelay-0.64 o p5-sybperl-2.18 o p5-xmltv-0.5.66 o packagekit-0.5.3 o pam-krb5-4.7 o pam-passwdqc-1.3.0 - o pam-radius-1.4.0 o pam-saml-1.5 o pam-yubico-2.21 o paragui-1.1.8 @@ -1550,11 +1414,8 @@ For possible Perl packages updates, see http://www.NetBSD.org/~wiz/perl.html. o pcc-1.1.0 o pcc-current-20160305 o pcc-libs-1.1.0 - o pciutils-3.4.0 o pcmanfm-0.5.2 [pkg/42451] o pcsc-tools-1.4.25 - o pdf2djvu-0.9.4 - o pdfgrep-1.4.1 o pdmenu-1.2.87 o pear-Console_Table-1.3.0 o pear-DB-1.9.2 @@ -1574,12 +1435,10 @@ For possible Perl packages updates, see http://www.NetBSD.org/~wiz/perl.html. o php-libawl-0.54 o php-memcache-3.0.8 o php-ming-0.4.7 - o php-mrbs-1.5.0 o php-mongo-1.6.12 o php-mongodb-1.1.2 + o php-mrbs-1.5.0 o php-orangehrm-3.3.1 - o php-owncloud-8.1.3 [pkg/50247] - o php-owncloud-9.0 o php-pdflib-3.0.4 (require pdflib 7 or later) o php-phrasea2-3.8.6 (php-phrasea-3.8.6?) o php-pthread-3.1.6 @@ -1600,14 +1459,13 @@ For possible Perl packages updates, see http://www.NetBSD.org/~wiz/perl.html. o pinfo-0.6.10 o pingus-0.7.4 o pioneers-15.3 - o pkg-config-0.29.1 o pks-0.9.6 o plan-1.10.1 o plasma-5.4.1 o ploticus-examples-230 o ply-3.8 o pngcrush-1.8.0 - o podcastdl-0.3.2 + o podcastdl-0.3.3 o pokerth-1.0.1 o policyd-weight-0.1.15.2 o polsms-2.1.0 @@ -1632,8 +1490,7 @@ For possible Perl packages updates, see http://www.NetBSD.org/~wiz/perl.html. o privoxy-3.0.24 o profit-2.5.3 o psmisc-22.20 - o pspp-0.8.5 - o puppet-3.8.5 + o pspp-0.10.1 o pure-ftpd-1.0.40 o pvs-5.0 o pwlib-1.11.1 @@ -1644,7 +1501,6 @@ For possible Perl packages updates, see http://www.NetBSD.org/~wiz/perl.html. o py-acora-1.9 o py-apache-libcloud-0.20.1 o py-bleach-1.4.2 - o py-borgbackup-1.0 o py-bsddb3-6.1.1 o py-buildbot-0.9.0b5 o py-buildbot-slave-0.9.0b5 @@ -1652,6 +1508,7 @@ For possible Perl packages updates, see http://www.NetBSD.org/~wiz/perl.html. o py-collectd-5.5.1 o py-colorama-0.3.6 o py-creole-1.1.1 + o py-cryptography-1.3.2 o py-cups-1.9.73 o py-d2to1-0.2.12 o py-daemon-2.1.1 @@ -1693,7 +1550,7 @@ For possible Perl packages updates, see http://www.NetBSD.org/~wiz/perl.html. o py-proteus-3.6.1 o py-ptt-1.10.2 o py-quixote-2.9 - o py-radare2-0.10.1 + o py-radare2-0.10.2 o py-reportlab-3.0 o py-rope-0.9.4 o py-scgi-1.15 @@ -1707,7 +1564,6 @@ For possible Perl packages updates, see http://www.NetBSD.org/~wiz/perl.html. o py-stdnum-1.2 o py-suds-0.4.1 o py-sybase-0.37 - o py-test-2.9.0 o py-test-httpbin-0.2.3 o py-tlslite-0.4.6 o py-uliweb-0.5b0 @@ -1718,14 +1574,17 @@ For possible Perl packages updates, see http://www.NetBSD.org/~wiz/perl.html. o py34-html-docs-3.4.3 o pythontidy-1.23 o qbzr-0.22.4 - o qcad-3.7.5.0 + o qcad-3.13.1.3 + o qemu-2.5.1 o qgis-2.14.0 o qlandkartegt-1.8.1 [pkg/49910] o qnetwalk-1.4 o qt4-creator-3.4.0 + o qt5-5.6.0 + o qt5-qtbase-5.6.0 o quodlibet2-3.5.3 o rabbitmq-3.6.1 - o radare2-0.10.0 + o radare2-0.10.2 o radare2-valabind-0.10.0 o radiance-4R1 o ragel-7.0.0.6 @@ -1733,7 +1592,6 @@ For possible Perl packages updates, see http://www.NetBSD.org/~wiz/perl.html. o rainbowcrack-1.5 o raine-0.64.9 o rakudo-star-2016.01 - o rancid-3.4.1 o rasmol-2.7.5.2 o rat-4.2.25 o ratmen-2.2.3 @@ -1764,37 +1622,30 @@ For possible Perl packages updates, see http://www.NetBSD.org/~wiz/perl.html. o rp-l2tp-0.4 o rp-pppoe-3.11 o rsnapshot-1.4.2 - o rspamd-1.1.4 + o rspamd-1.2 o rt4-4.4.0 o rtcw-1.41.3 o rtty-4.0 [at ftp://ftp.isc.org/isc/rtty/] o rubber-1.4 - o ruby-jquery-rails-4.1.0 - o ruby-redmine-3.2.0 - o ruby-stomp-1.3.5 - o ruby-twitter-text-1.13.4 - o rump-20131213 - o rxvt-unicode-9.22 - o rubber-1.2 o ruby-actionmailer-4.2.5 o ruby-actionpack-4.2.5 o ruby-activemodel-4.2.5 o ruby-builder-3.2.2 o ruby-chef-12.5.1 o ruby-chef-zero-4.3.2 - o ruby-jquery-rails-4.0.4 + o ruby-jquery-rails-4.1.0 o ruby-ncurses-1.3.1 [where is this package available from?] o ruby-railties-4.2.5 - o ruby-redmine-3.1.3 + o ruby-redmine-3.2.0 o ruby-redmine_work_time-0.3.1 o ruby-review-1.4.0 [wip] o ruby-selenium-webdriver-2.46.2 - o ruby-tzinfo-1.2.2 + o ruby-stomp-1.3.5 + o ruby-twitter-text-1.13.4 o rump-20131213 o sabayon-2.30.1 [GNOME 2.30] o sablecc-3.7 - o samba-4.3.6 - o samba4-4.3.5 + o samba-4.4.0 o sarg-2.2.5 o scew-1.1.7 o scilab-5.5.2 @@ -1803,7 +1654,6 @@ For possible Perl packages updates, see http://www.NetBSD.org/~wiz/perl.html. o scripts-1.0.1 o scrollz-2.3 o scsh-1.3.0 - o scummvm-1.8.0 o seahorse-3.14 o seahorse-nautilus-3.10.1 o seccure-0.5a @@ -1820,6 +1670,7 @@ For possible Perl packages updates, see http://www.NetBSD.org/~wiz/perl.html. o sharity-3.7 o sharity-light-1.3 o shc-3.8.9b + o shotwell-0.22.1 o showfont-1.0.4 [wip] o siege-3.1.4 o silc-1.1.11 @@ -1870,7 +1721,7 @@ For possible Perl packages updates, see http://www.NetBSD.org/~wiz/perl.html. o srp_client-1.7.5 o ssh-askpass-1.2.4.1 o sshfp-1.2.2 - o sshguard-1.6.1 + o sshguard-1.6.4 o sslsplit-0.4.11 o stalin-0.11 o star-1.5.3 @@ -1905,6 +1756,7 @@ For possible Perl packages updates, see http://www.NetBSD.org/~wiz/perl.html. o tacacs-4.0.4.29a o tacacs-shrubbery-5.0.0a1 o tads-3.0.16 + o talloc-2.1.7 o taskjuggler-3.3.0 o tc-hasida-table-0.8 [wip] o tcpdpriv-0.9 @@ -1913,7 +1765,7 @@ For possible Perl packages updates, see http://www.NetBSD.org/~wiz/perl.html. o tcpreplay-4.0.4 o tct-1.19 o tds-1.6.2 - o tea-41.1.0 + o tea-41.1.1 o ted-2.23 o ted-en-us-2.23 o teem-1.10.0 @@ -1921,7 +1773,6 @@ For possible Perl packages updates, see http://www.NetBSD.org/~wiz/perl.html. o telepathy-logger-0.8.2 o telepathy-mission-control5-5.16.3 o tellico-2.3.11 - o tesseract-3.04.01 o tetrinetx-1.40c o tex2page-20130325 o texlive-2014 @@ -1934,6 +1785,7 @@ For possible Perl packages updates, see http://www.NetBSD.org/~wiz/perl.html. o tightvnc-2.7.10 o tile-0.7.4 o tileworld-1.3.2 + o tin-2.3.3 o tk85-8.5.18 o tkhylafax-3.2 o tkpasman-2.2b @@ -1942,9 +1794,9 @@ For possible Perl packages updates, see http://www.NetBSD.org/~wiz/perl.html. o tomboy-1.10.2 o top-3.8beta1 o topgit-0.8 + o tor-browser-5.5.5 o totem-3.14.1 o totem-pl-parser-3.10.3 - o transmission-2.91 o tripwire-2.3.1 [see also pkg/22362] o trojita-0.6 o ts-0.7.5 @@ -1974,7 +1826,7 @@ For possible Perl packages updates, see http://www.NetBSD.org/~wiz/perl.html. o verilog-10.1.1 o verilog-current-20130827 [wip] o verilog-current-20150513 - o veusz-1.23.2 + o veusz-1.24 o vfu-4.09 o vicq-0.4.2 o vile-9.8q @@ -1984,6 +1836,7 @@ For possible Perl packages updates, see http://www.NetBSD.org/~wiz/perl.html. o virtinst-0.600.4 o virtuoso-7.2.0p1 o visual-regexp-3.1 + o vlc-2.2.2 o vm-8.0.7.522 [pkg/37707] o vnc-4.0 [http://www.realvnc.com/download.html|pkgsrc-wip] o vnstat-1.15 @@ -1997,6 +1850,7 @@ For possible Perl packages updates, see http://www.NetBSD.org/~wiz/perl.html. o wbm-virtual-server-5.01 o wcalc-2.4 o webalizer-2.23.05 + o webkit-gtk-2.12 o webmin-1.780 o websvn-2.3.3 o weewm-0.01 @@ -2004,8 +1858,8 @@ For possible Perl packages updates, see http://www.NetBSD.org/~wiz/perl.html. o whohas-0.29.1 o whowatch-1.8.5 o windowlab-1.40 - o wine-1.8.1 - o wine-devel-1.9.5 + o wine-1.8.2 + o wine-devel-1.9.8 o wmi-11 o wmii+ixp-3.9.2 [pkg/43459; wip (wmii-devel); see also libixp entry] o wmx-8 @@ -2016,12 +1870,12 @@ For possible Perl packages updates, see http://www.NetBSD.org/~wiz/perl.html. o wwwoffle-2.9i o wxGTK-3.1.0 o wxRemind-101 + o x264-devel-20160507 o x2vnc-1.31 o xa65-2.3.7 o xaric-0.13.7 o xbindkeys-1.8.6 o xbindkeys-tk-1.8.0 - o xboard-4.8.0 o xcircuit-3.9.44 o xcoral-3.14 o xdaliclock-2.43 @@ -2089,7 +1943,6 @@ For possible Perl packages updates, see http://www.NetBSD.org/~wiz/perl.html. o zile-2.4.11 o zim-0.65 o zkt-1.1.3 - o znapzend-0.15.3 o zoneminder-1.29.0 o zopeedit-0.8 diff --git a/doc/guide/files/build.xml b/doc/guide/files/build.xml index cf4ad7f24fa78..820dfcc2ce2a7 100644 --- a/doc/guide/files/build.xml +++ b/doc/guide/files/build.xml @@ -1,4 +1,4 @@ - + The build process @@ -743,6 +743,13 @@ ${FETCH_CMD} ${FETCH_BEFORE_ARGS} ${site}${file} ${FETCH_AFTER_ARGS} Some other variables are: + INSTALL_UNSTRIPPED + + If set to yes, do not run &man.strip.1; + when installing binaries. Any debugging sections and symbols present in + binaries will be preserved. + + INSTALLATION_DIRS A list of directories relative to diff --git a/doc/guide/files/configuring.xml b/doc/guide/files/configuring.xml index 30c1c8b727f4d..0f88e8341bb2f 100644 --- a/doc/guide/files/configuring.xml +++ b/doc/guide/files/configuring.xml @@ -1,4 +1,4 @@ - + Configuring pkgsrc @@ -139,7 +139,7 @@ works. Variables affecting the installation process - Most packages support installation into a + Packages have to support installation into a subdirectory of WRKDIR. This allows a package to be built, before the actual filesystem is touched. DESTDIR support exists in two variations: @@ -150,10 +150,6 @@ works. build, installation and packaging as normal user. Root privileges are only needed to add packages. - DESTDIR support is now the default. To switch back to non-DESTDIR, - you can set - USE_DESTDIR=no; this setting will be deprecated though, - so it's preferable to convert a package to DESTDIR instead. With basic DESTDIR support, make clean needs to be run as root. diff --git a/doc/guide/files/fixes.xml b/doc/guide/files/fixes.xml index e448cc05ed0d2..12a702e82fe9b 100644 --- a/doc/guide/files/fixes.xml +++ b/doc/guide/files/fixes.xml @@ -1,4 +1,4 @@ - + Making your package work @@ -788,7 +788,7 @@ EXTRACT_SUFX= .zip DISTNAME= example-1.0 -MASTER_SITES= ${MASTER_SITE_GITHUB:example/} +MASTER_SITES= ${MASTER_SITE_GITHUB:=example/} #GITHUB_PROJECT= # can be omitted if same as DISTNAME GITHUB_TAG= 988881adc9fc3655077dc2d4d757d480b5ea0e11 diff --git a/doc/guide/files/pkgsrc.xml b/doc/guide/files/pkgsrc.xml index d12eed315bc93..19edc609909d6 100644 --- a/doc/guide/files/pkgsrc.xml +++ b/doc/guide/files/pkgsrc.xml @@ -1,5 +1,5 @@ - + - 1994-2015 + 1994-2016 The NetBSD Foundation, Inc - $NetBSD: pkgsrc.xml,v 1.28 2015/01/01 05:19:02 jnemeth Exp $ + $NetBSD: pkgsrc.xml,v 1.29 2016/05/06 17:26:34 jnemeth Exp $ diff --git a/doc/pkgsrc.html b/doc/pkgsrc.html index 5eb0dfbbe4fae..8bfda4525f617 100644 --- a/doc/pkgsrc.html +++ b/doc/pkgsrc.html @@ -30,8 +30,8 @@

The pkgsrc Developers

-
-

$NetBSD: pkgsrc.xml,v 1.28 2015/01/01 05:19:02 jnemeth Exp $

+
+

$NetBSD: pkgsrc.xml,v 1.29 2016/05/06 17:26:34 jnemeth Exp $

Abstract

pkgsrc is a centralized package management system for @@ -584,7 +584,7 @@

grown a lot, and now supports the following platforms:

Table�1.1.�Platforms supported by pkgsrc

-
+
@@ -2257,7 +2257,7 @@

Note

5.3.�Variables affecting the installation process

-

Most packages support installation into a +

Packages have to support installation into a subdirectory of WRKDIR. This allows a package to be built, before the actual filesystem is touched. DESTDIR support exists in two variations:

@@ -2268,10 +2268,6 @@

Note

build, installation and packaging as normal user. Root privileges are only needed to add packages.

-

DESTDIR support is now the default. To switch back to non-DESTDIR, - you can set - USE_DESTDIR=no; this setting will be deprecated though, - so it's preferable to convert a package to DESTDIR instead.

With basic DESTDIR support, make clean needs to be run as root.

Considering the foo/bar package, @@ -4283,7 +4279,7 @@

Note

Some typical examples:

Table�11.1.�Patching examples

-
+
@@ -6872,6 +6868,11 @@

Legacy note

Some other variables are:

+
INSTALL_UNSTRIPPED
+

If set to yes, do not run strip(1) + when installing binaries. Any debugging sections and symbols present in + binaries will be preserved. +

INSTALLATION_DIRS

A list of directories relative to PREFIX that are created by pkgsrc at the @@ -7359,7 +7360,7 @@

Legacy note

18.4.�Questions regarding the tools

@@ -7388,7 +7389,7 @@

Legacy note

@@ -7399,7 +7400,7 @@

Legacy note

-

18.4.1.

+

18.4.1.

How do I add a new tool?

-

18.4.2.

+

18.4.2.

How do I get a list of all available tools?

-

18.4.3.

+

18.4.3.

How can I get a list of all the tools that a package is using while being built? I want to know whether it @@ -8170,7 +8171,7 @@

Note

 DISTNAME=       example-1.0
-MASTER_SITES=   ${MASTER_SITE_GITHUB:example/}
+MASTER_SITES=   ${MASTER_SITE_GITHUB:=example/}
 #GITHUB_PROJECT=        # can be omitted if same as DISTNAME
 GITHUB_TAG=     988881adc9fc3655077dc2d4d757d480b5ea0e11
       
@@ -8597,7 +8598,7 @@

Note

link to a shared library it needs. The following functions are known to cause this error message over and over.

- +
@@ -9560,7 +9561,7 @@

Note

and if you still don't have the answer, ask on the pkgsrc-users mailing list.

@@ -9735,7 +9736,7 @@

Note

@@ -9783,7 +9784,7 @@

Note

@@ -9954,7 +9955,7 @@

We need your help!

make print-PLIST and ensure it is correct.

Table�23.1.�PLIST handling for GNOME packages

-
-

22.1.

+

22.1.

What is the difference between MAKEFLAGS, .MAKEFLAGS and @@ -9621,7 +9622,7 @@

Note

-

22.2.

+

22.2.

What is the difference between MAKE, GMAKE and @@ -9639,7 +9640,7 @@

Note

-

22.3.

+

22.3.

What is the difference between CC, PKG_CC and @@ -9657,7 +9658,7 @@

Note

-

22.4.

+

22.4.

What is the difference between BUILDLINK_LDFLAGS, @@ -9670,7 +9671,7 @@

Note

-

22.5.

+

22.5.

Why does make show-var VARNAME=BUILDLINK_PREFIX.foo @@ -9686,7 +9687,7 @@

Note

-

22.6.

+

22.6.

What does ${MASTER_SITE_SOURCEFORGE:=package/} mean? I @@ -9710,7 +9711,7 @@

Note

-

22.7.

+

22.7.

Which mailing lists are there for package developers?

-

22.8.

+

22.8.

Where is the pkgsrc documentation?

-

22.9.

+

22.9.

I have a little time to kill. What shall I do?

+
diff --git a/doc/pkgsrc.txt b/doc/pkgsrc.txt index 3681e227f273d..47e4dc4835ff3 100644 --- a/doc/pkgsrc.txt +++ b/doc/pkgsrc.txt @@ -12,9 +12,9 @@ Hubert Feyrer The pkgsrc Developers -Copyright 1994-2015 The NetBSD Foundation, Inc +Copyright 1994-2016 The NetBSD Foundation, Inc -$NetBSD: pkgsrc.xml,v 1.28 2015/01/01 05:19:02 jnemeth Exp $ +$NetBSD: pkgsrc.xml,v 1.29 2016/05/06 17:26:34 jnemeth Exp $ Abstract @@ -1948,9 +1948,9 @@ XXX 5.3. Variables affecting the installation process -Most packages support installation into a subdirectory of WRKDIR. This allows a -package to be built, before the actual filesystem is touched. DESTDIR support -exists in two variations: +Packages have to support installation into a subdirectory of WRKDIR. This +allows a package to be built, before the actual filesystem is touched. DESTDIR +support exists in two variations: * Basic DESTDIR support means that the package installation and packaging is still run as root. @@ -1958,10 +1958,6 @@ exists in two variations: * Full DESTDIR support can run the complete build, installation and packaging as normal user. Root privileges are only needed to add packages. -DESTDIR support is now the default. To switch back to non-DESTDIR, you can set -USE_DESTDIR=no; this setting will be deprecated though, so it's preferable to -convert a package to DESTDIR instead. - With basic DESTDIR support, make clean needs to be run as root. Considering the foo/bar package, DESTDIR full support can be tested using the @@ -5774,6 +5770,11 @@ INSTALL_MAN Some other variables are: +INSTALL_UNSTRIPPED + + If set to yes, do not run strip(1) when installing binaries. Any debugging + sections and symbols present in binaries will be preserved. + INSTALLATION_DIRS A list of directories relative to PREFIX that are created by pkgsrc at the @@ -6850,7 +6851,7 @@ If your distfile URL looks similar to http://github.com/example/example/archive specific commit not tied to a release. DISTNAME= example-1.0 -MASTER_SITES= ${MASTER_SITE_GITHUB:example/} +MASTER_SITES= ${MASTER_SITE_GITHUB:=example/} #GITHUB_PROJECT= # can be omitted if same as DISTNAME GITHUB_TAG= 988881adc9fc3655077dc2d4d757d480b5ea0e11 diff --git a/editors/Sigil/Makefile b/editors/Sigil/Makefile index c767227bd5f88..c690cdc3b1184 100644 --- a/editors/Sigil/Makefile +++ b/editors/Sigil/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.79 2016/03/05 11:28:26 jperkin Exp $ +# $NetBSD: Makefile,v 1.82 2016/04/11 19:01:50 ryoon Exp $ -DISTNAME= Sigil-0.9.3 +DISTNAME= Sigil-0.9.5 PKGREVISION= 1 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_GITHUB:=Sigil-Ebook/} diff --git a/editors/Sigil/PLIST b/editors/Sigil/PLIST index 9e57dfc5bd0fb..edc856e6ea055 100644 --- a/editors/Sigil/PLIST +++ b/editors/Sigil/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.12 2016/03/02 23:08:22 ryoon Exp $ +@comment $NetBSD: PLIST,v 1.13 2016/03/21 11:40:30 ryoon Exp $ bin/sigil lib/sigil/libhunspell.${RUBY_DLEXT} lib/sigil/libsigilgumbo.${RUBY_DLEXT} @@ -69,7 +69,9 @@ share/sigil/plugin_launchers/python/validationcontainer.py share/sigil/plugin_launchers/python/validationresult.py share/sigil/plugin_launchers/python/wrapper.py share/sigil/polyfills/MathJax.js -share/sigil/python3lib/navgenerator.py +share/sigil/python3lib/metadata_utils.py +share/sigil/python3lib/metaproc2.py +share/sigil/python3lib/metaproc3.py share/sigil/python3lib/ncxgenerator.py share/sigil/python3lib/opf_newparser.py share/sigil/python3lib/sanitycheck.py @@ -82,10 +84,8 @@ share/sigil/translations/sigil_de.qm share/sigil/translations/sigil_el_GR.qm share/sigil/translations/sigil_en.qm share/sigil/translations/sigil_es.qm -share/sigil/translations/sigil_es_419.qm share/sigil/translations/sigil_fi.qm share/sigil/translations/sigil_fr.qm -share/sigil/translations/sigil_gl.qm share/sigil/translations/sigil_he.qm share/sigil/translations/sigil_hu_HU.qm share/sigil/translations/sigil_id_ID.qm diff --git a/editors/Sigil/distinfo b/editors/Sigil/distinfo index 4a5e0a862cd1e..06972bfae5cb5 100644 --- a/editors/Sigil/distinfo +++ b/editors/Sigil/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.34 2016/03/02 23:08:22 ryoon Exp $ +$NetBSD: distinfo,v 1.36 2016/04/07 14:28:59 ryoon Exp $ -SHA1 (Sigil-0.9.3.tar.gz) = 312b7e45491256dac64370ed009e77470ef276e6 -RMD160 (Sigil-0.9.3.tar.gz) = 8f68a281306d7579f09bd6c5c45aec70bb5524a7 -SHA512 (Sigil-0.9.3.tar.gz) = c3463e0b16188b9d15f2f00e2b4fb8c565c0281cde144b840e49dbf7026462251d44ad8b5ae4b0ac8f88569ce73c6a9bcd781864283f3b5b8b25be7962b0f9b1 -Size (Sigil-0.9.3.tar.gz) = 18095814 bytes +SHA1 (Sigil-0.9.5.tar.gz) = b52957f188cd4ac42ab2acbc34ebdd785bb46b1a +RMD160 (Sigil-0.9.5.tar.gz) = 89e0549cfd825cf187e405c85ec41be7af406dc4 +SHA512 (Sigil-0.9.5.tar.gz) = 130b311aea3f1892861367f9e1e899bc5199d0aed2539a664d88af18adca9c2c05e06b23ef5163b240ab8d3d57396037dbe8568349e7f6115de846b1ebe780bc +Size (Sigil-0.9.5.tar.gz) = 18095579 bytes SHA1 (patch-3rdparty_minizip_ioapi.c) = a68dead89687529b7022cda3bc8a079e5f5c1459 diff --git a/editors/abiword-plugins/Makefile b/editors/abiword-plugins/Makefile index c9863163e5da3..ca8df39f6e379 100644 --- a/editors/abiword-plugins/Makefile +++ b/editors/abiword-plugins/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.64 2016/03/05 11:28:26 jperkin Exp $ +# $NetBSD: Makefile,v 1.66 2016/05/03 11:40:02 prlw1 Exp $ .include "../../editors/abiword/Makefile.common" DISTNAME= abiword-${ABIVERSION} PKGNAME= abiword-plugins-${ABIVERSION} -PKGREVISION= 3 +PKGREVISION= 5 CATEGORIES= editors MASTER_SITES= http://www.abiword.com/downloads/abiword/${PKGVERSION_NOREV}/source/ diff --git a/editors/abiword/distinfo b/editors/abiword/distinfo index 4dd979b70fdca..0d857b78e9b88 100644 --- a/editors/abiword/distinfo +++ b/editors/abiword/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.69 2016/02/12 23:42:15 jperkin Exp $ +$NetBSD: distinfo,v 1.70 2016/04/18 15:29:50 jperkin Exp $ SHA1 (abiword-3.0.1.tar.gz) = 7badf9663564a144e16764a456cadda18df70991 RMD160 (abiword-3.0.1.tar.gz) = 05d92a7304e4e419776970d7b35065ceb59f7681 @@ -25,5 +25,6 @@ SHA1 (patch-src_af_util_xp_ut__iconv.cpp) = 613f162d4db0ba9520e0481a98564e59ccd8 SHA1 (patch-src_af_util_xp_ut__iconv.h) = bbcfa2098ea77d393feb50d69de9ae29fcce302f SHA1 (patch-src_af_util_xp_ut__mbtowc.cpp) = 01f6793651533e7e39f665e5c15e6c12e1c7b96d SHA1 (patch-src_af_util_xp_ut__misc.cpp) = f552ecbb87490355d8e74218dd59fd3961f1af5d +SHA1 (patch-src_text_fmt_xp_fv__FrameEdit.h) = 684310bf9aece4ce72d004dfae9a4b4b6ca69570 SHA1 (patch-src_text_ptbl_xp_pd__DocumentRDF.cpp) = d07eaf64446efc83c24e02e5969e0921451269a8 SHA1 (patch-src_text_ptbl_xp_pd__DocumentRDF.h) = 59837727c060bc8f8f14478c3a0245b877c2d29a diff --git a/editors/abiword/patches/patch-src_text_fmt_xp_fv__FrameEdit.h b/editors/abiword/patches/patch-src_text_fmt_xp_fv__FrameEdit.h new file mode 100644 index 0000000000000..9100e1104330c --- /dev/null +++ b/editors/abiword/patches/patch-src_text_fmt_xp_fv__FrameEdit.h @@ -0,0 +1,15 @@ +$NetBSD: patch-src_text_fmt_xp_fv__FrameEdit.h,v 1.1 2016/04/18 15:29:50 jperkin Exp $ + +Avoid FS define on SunOS. + +--- src/text/fmt/xp/fv_FrameEdit.h.orig 2013-04-07 13:53:03.000000000 +0000 ++++ src/text/fmt/xp/fv_FrameEdit.h +@@ -71,7 +71,7 @@ public: + void deleteFrame(fl_FrameLayout * pFL = NULL); + void setDragType(UT_sint32 x,UT_sint32 y, bool bDrawFrame); + bool getFrameStrings(UT_sint32 x, UT_sint32 y, +- fv_FrameStrings &FS, ++ fv_FrameStrings &FString, + fl_BlockLayout ** pCloseBL, + fp_Page ** pPage); + fl_FrameLayout * getFrameLayout(void) const diff --git a/editors/beav/distinfo b/editors/beav/distinfo index b0e8231741bc9..1945d7714b56f 100644 --- a/editors/beav/distinfo +++ b/editors/beav/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.11 2015/11/03 03:32:14 agc Exp $ +$NetBSD: distinfo,v 1.12 2016/03/30 10:03:46 jperkin Exp $ SHA1 (beav_1.40-18.diff.gz) = 9cd82a3b8de391e1f001d241be1c2c3fadb3efb9 RMD160 (beav_1.40-18.diff.gz) = 0e7b19fdc7ea16e1e24e8302d81dfb247e947603 @@ -8,11 +8,11 @@ SHA1 (beav_1.40.orig.tar.gz) = c610a0c3581c681c26726c8e1e19bf7e38ca8a6a RMD160 (beav_1.40.orig.tar.gz) = 621df359860a8ec9205413520961d4366b1ad8ea SHA512 (beav_1.40.orig.tar.gz) = 560a35b9b3a6adeef5ccd41a6bca7055feeb2110eb7f931b5e6fc30a83ca7e49532420f96fa929025e096e598d03230fa8eb8247c71bf8963f4549c8b41e4e01 Size (beav_1.40.orig.tar.gz) = 128103 bytes -SHA1 (patch-aa) = 59a2043fa5da8c326dc0732701b3377ed7422a44 +SHA1 (patch-aa) = 14bb0e27736ea7f49311a7fd32dc030201c90c3e SHA1 (patch-ab) = 3d18ee1e757e96392acc554c131e9174276252b2 SHA1 (patch-ac) = d232aa9fdd53c42e4e12408605fd82f28ca90843 -SHA1 (patch-ad) = 4cb29fa7dab5d5fc7ccff1dff090b189146e32c8 -SHA1 (patch-ae) = 9377308aac390dd0130df3fd970f56e2e4826398 -SHA1 (patch-af) = 9ff674374a96878a6fbb1babf50620a92aa6a34b -SHA1 (patch-ag) = 6376ad9d23b48bf3249700c9ab8e8361aa497253 -SHA1 (patch-ai) = 83071e6e15bd3875c278660db9038b249ec2f64d +SHA1 (patch-ad) = a39834bab7717be78aa04a6ebd013294e75e5e00 +SHA1 (patch-ae) = 3a7bc7db106b98900a4ef5e72f197ac165b17712 +SHA1 (patch-af) = 21f776110105711fee0c6c9f898fa02efa0d2ffa +SHA1 (patch-ag) = cb142eb1b59e5914dba7a08c6fe925131db5063c +SHA1 (patch-ai) = ccdc5d2d7ef230a4a0e30d64f8516935cc221588 diff --git a/editors/beav/patches/patch-aa b/editors/beav/patches/patch-aa index 7e220c1aa2abf..6bab42cf37bf5 100644 --- a/editors/beav/patches/patch-aa +++ b/editors/beav/patches/patch-aa @@ -1,4 +1,6 @@ -$NetBSD: patch-aa,v 1.3 2008/06/20 01:09:17 joerg Exp $ +$NetBSD: patch-aa,v 1.4 2016/03/30 10:03:46 jperkin Exp $ + +Use pkgsrc flags/layout. --- Makefile.orig 2007-11-25 12:10:44.000000000 +0000 +++ Makefile @@ -21,7 +23,7 @@ $NetBSD: patch-aa,v 1.3 2008/06/20 01:09:17 joerg Exp $ + $(BSD_INSTALL_PROGRAM) beav ${DESTDIR}$(PREFIX)/bin + mkdir -p ${DESTDIR}$(PREFIX)/share/doc/beav + $(BSD_INSTALL_DATA) beav140.txt ${DESTDIR}$(PREFIX)/share/doc/beav/beav.txt -+ $(BSD_INSTALL_MAN) beav.1 ${DESTDIR}$(PREFIX)/man/man1 ++ $(BSD_INSTALL_MAN) beav.1 ${DESTDIR}$(PREFIX)/${PKGMANDIR}/man1 clean: rm -f *.o beav diff --git a/editors/beav/patches/patch-ad b/editors/beav/patches/patch-ad index ce832fc3398a0..bac09c1612fb4 100644 --- a/editors/beav/patches/patch-ad +++ b/editors/beav/patches/patch-ad @@ -1,4 +1,6 @@ -$NetBSD: patch-ad,v 1.2 2007/11/25 12:15:53 wiz Exp $ +$NetBSD: patch-ad,v 1.3 2016/03/30 10:03:46 jperkin Exp $ + +Add more includes. --- def.h.orig 2007-11-25 12:09:23.000000000 +0000 +++ def.h diff --git a/editors/beav/patches/patch-ae b/editors/beav/patches/patch-ae index 8442505ed140b..624db8fc015ed 100644 --- a/editors/beav/patches/patch-ae +++ b/editors/beav/patches/patch-ae @@ -1,4 +1,6 @@ -$NetBSD: patch-ae,v 1.3 2007/11/25 12:15:53 wiz Exp $ +$NetBSD: patch-ae,v 1.4 2016/03/30 10:03:46 jperkin Exp $ + +Remove unused functions. --- symbol.c.orig 2007-11-25 12:03:46.000000000 +0000 +++ symbol.c diff --git a/editors/beav/patches/patch-af b/editors/beav/patches/patch-af index eb8fba1b1f7c1..c9347edc43d32 100644 --- a/editors/beav/patches/patch-af +++ b/editors/beav/patches/patch-af @@ -1,4 +1,6 @@ -$NetBSD: patch-af,v 1.2 2007/11/25 12:15:53 wiz Exp $ +$NetBSD: patch-af,v 1.3 2016/03/30 10:03:46 jperkin Exp $ + +Remove unused functions. --- random.c.orig 2007-11-25 12:03:46.000000000 +0000 +++ random.c diff --git a/editors/beav/patches/patch-ag b/editors/beav/patches/patch-ag index 9797e064e06a6..4ef9f8b81dfd5 100644 --- a/editors/beav/patches/patch-ag +++ b/editors/beav/patches/patch-ag @@ -1,4 +1,6 @@ -$NetBSD: patch-ag,v 1.2 2007/11/25 12:15:53 wiz Exp $ +$NetBSD: patch-ag,v 1.3 2016/03/30 10:03:46 jperkin Exp $ + +Remove unused functions. --- file.c.orig 2007-11-25 12:03:46.000000000 +0000 +++ file.c diff --git a/editors/beav/patches/patch-ai b/editors/beav/patches/patch-ai index eb3588a35b770..bafe09124dc99 100644 --- a/editors/beav/patches/patch-ai +++ b/editors/beav/patches/patch-ai @@ -1,4 +1,6 @@ -$NetBSD: patch-ai,v 1.1 2005/12/09 13:56:51 joerg Exp $ +$NetBSD: patch-ai,v 1.2 2016/03/30 10:03:46 jperkin Exp $ + +Remove unused functions. --- basic.c.orig 2005-12-09 13:48:37.000000000 +0000 +++ basic.c diff --git a/editors/emacs-snapshot/Makefile b/editors/emacs-snapshot/Makefile index 997fa5e3acad6..0819005ba091f 100644 --- a/editors/emacs-snapshot/Makefile +++ b/editors/emacs-snapshot/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.67 2016/03/05 11:28:27 jperkin Exp $ +# $NetBSD: Makefile,v 1.68 2016/04/11 19:01:50 ryoon Exp $ #PKGREVISION= 1 -PKGREVISION= 7 +PKGREVISION= 8 .include "../../editors/emacs-snapshot/Makefile.common" .include "options.mk" diff --git a/editors/emacs21/distinfo b/editors/emacs21/distinfo index 67a45e6853401..401915c5c2369 100644 --- a/editors/emacs21/distinfo +++ b/editors/emacs21/distinfo @@ -1,10 +1,10 @@ -$NetBSD: distinfo,v 1.20 2015/11/03 03:32:15 agc Exp $ +$NetBSD: distinfo,v 1.21 2016/05/03 09:41:20 wiz Exp $ SHA1 (emacs-21.4a.tar.gz) = cdb33731180fe4a912838af805dd35e3f55394d4 RMD160 (emacs-21.4a.tar.gz) = c312e739935b56d08783bbfe97992297a363cb8a SHA512 (emacs-21.4a.tar.gz) = 6932db498e7b6b904d90f817e335690c5c681510812332c514af1d84d91b9841ea3eff0357429c7bf866a55ab94d03193fc9cdbf403a9fe4b71d2673c23b863e Size (emacs-21.4a.tar.gz) = 20403483 bytes -SHA1 (patch-aa) = fee6fe91fb9a2f75300903cc5c6e023bb8de6be5 +SHA1 (patch-aa) = a7146ff6cc24de8d0caf56a0bc0ce057f659f536 SHA1 (patch-ab) = 884b8fe5643b06340948c1f10b7c5d643fad2bf6 SHA1 (patch-ac) = a2de7619fece50cb42b0e23b1651b5bf742ff69a SHA1 (patch-ad) = 39a11bc214ae3d2f9d634c30b196a46d473ab92f @@ -25,7 +25,7 @@ SHA1 (patch-ar) = d681a5e6daef094da957f198ab1607dca95a306a SHA1 (patch-as) = 15ab1dcc2d6a445b119b7f2bb8a8331b4aa1fbd0 SHA1 (patch-at) = bdd1bf7eea72a0b81677817d9b36cddaa07a189c SHA1 (patch-au) = e5d90961b4d78c37dec196097a16e0b6ac22e3bb -SHA1 (patch-av) = 9b6ea439df406a55310e2ca1af45ed56f1663263 +SHA1 (patch-av) = 056358b717e8e994bf5796ad2f2f7ba120293505 SHA1 (patch-aw) = d7d9013734853a9542fd657f1b532d3c108f88e0 SHA1 (patch-ax) = d2fe8db12f7a3533699037e840a2e35c4cbf0be9 SHA1 (patch-ay) = 82e4eb371be4dff891878973888c38ca53e9f326 @@ -33,6 +33,7 @@ SHA1 (patch-az) = 43753accb1b9ffc2c63e638c31236b8e4880080b SHA1 (patch-ba) = ae05985ce8cabffdfbfb84905e1d6b0de7690b25 SHA1 (patch-bb) = bf748292c57459b1240da01f9d3df16e4dc40fa2 SHA1 (patch-cf) = 1b5b83eb02872414fd7ca29c344c0560feaf1b7e -SHA1 (patch-src_Makefile.in) = cecef2516c4b9a4171926080a32826fad92ea077 +SHA1 (patch-src_Makefile.in) = 2e7f689eb50b82847d1858b698db5cfb9e5c3c7f SHA1 (patch-src_alloc_c) = c9d2c7832b8b48835b81789f938540e3827f7cd8 +SHA1 (patch-src_syntax.c) = c56c3b0d1e215cf56f29349bf7e9bf9cce8d0f02 SHA1 (patch-xx) = 6e5b55c1738c4e8ef58e45065b55629ec26c9b91 diff --git a/editors/emacs21/hacks.mk b/editors/emacs21/hacks.mk new file mode 100644 index 0000000000000..f1282890e23e1 --- /dev/null +++ b/editors/emacs21/hacks.mk @@ -0,0 +1,18 @@ +# $NetBSD: hacks.mk,v 1.1 2016/05/03 09:41:20 wiz Exp $ + +.if !defined(EMACS_HACKS_MK) +EMACS_HACKS_MK= defined + +.include "../../mk/compiler.mk" + +### On NetBSD/amd64 7.99.27, gcc optimisation, at least for version 5.3, +### produces, a "temacs" binary which segfaults. +### +. if !empty(MACHINE_PLATFORM:MNetBSD-*-x86_64) +. if !empty(CC_VERSION:Mgcc-5.3.*) +PKG_HACKS+= optimisation +BUILDLINK_TRANSFORM+= opt:-O2:-O0 +. endif +. endif + +.endif # EMACS_HACKS_MK diff --git a/editors/emacs21/patches/patch-aa b/editors/emacs21/patches/patch-aa index 2de50a5b2b595..99d9a17d64223 100644 --- a/editors/emacs21/patches/patch-aa +++ b/editors/emacs21/patches/patch-aa @@ -1,8 +1,8 @@ -$NetBSD: patch-aa,v 1.3 2007/06/11 13:38:33 markd Exp $ +$NetBSD: patch-aa,v 1.4 2016/05/03 09:41:20 wiz Exp $ ---- man/Makefile.in.orig Wed Apr 24 16:54:15 2002 -+++ man/Makefile.in Wed Apr 24 16:55:45 2002 -@@ -34,7 +34,7 @@ +--- man/Makefile.in.orig 2001-12-21 08:15:45.000000000 +0000 ++++ man/Makefile.in +@@ -34,7 +34,7 @@ VPATH=@srcdir@ MAKEINFO = makeinfo INFO_TARGETS = ../info/emacs ../info/ccmode ../info/cl \ ../info/dired-x ../info/ediff ../info/forms ../info/gnus \ @@ -11,7 +11,7 @@ $NetBSD: patch-aa,v 1.3 2007/06/11 13:38:33 markd Exp $ ../info/sc ../info/vip ../info/viper ../info/widget \ ../info/efaq ../info/ada-mode ../info/autotype \ ../info/idlwave ../info/eudc ../info/ebrowse ../info/pcl-cvs \ -@@ -100,6 +100,7 @@ +@@ -100,6 +100,7 @@ EMACSSOURCES= \ ${srcdir}/glossary.texi \ ${srcdir}/ack.texi @@ -19,16 +19,16 @@ $NetBSD: patch-aa,v 1.3 2007/06/11 13:38:33 markd Exp $ info: $(INFO_TARGETS) dvi: $(DVI_TARGETS) -@@ -112,12 +113,6 @@ - # The following target uses an explicit -o switch to work around +@@ -113,12 +114,6 @@ dvi: $(DVI_TARGETS) # the @setfilename directive in info.texi, which is required for # the Texinfo distribution. -- + -../info/info: ${INFOSOURCES} - cd $(srcdir); $(MAKEINFO) --no-split info.texi -o $@ - -info.dvi: ${INFOSOURCES} - $(ENVADD) $(TEXI2DVI) ${srcdir}/info.texi - +- ../info/emacs: ${EMACSSOURCES} cd $(srcdir); $(MAKEINFO) emacs.texi + diff --git a/editors/emacs21/patches/patch-av b/editors/emacs21/patches/patch-av index fb4651be2cbbc..aaf2ff6971108 100644 --- a/editors/emacs21/patches/patch-av +++ b/editors/emacs21/patches/patch-av @@ -1,7 +1,16 @@ -$NetBSD: patch-av,v 1.1 2007/06/11 13:38:42 markd Exp $ +$NetBSD: patch-av,v 1.2 2016/05/03 09:41:20 wiz Exp $ ---- src/dispnew.c.orig 2005-12-29 13:38:38.000000000 +0000 +--- src/dispnew.c.orig 2002-03-31 17:08:22.000000000 +0000 +++ src/dispnew.c +@@ -1256,7 +1256,7 @@ swap_glyph_pointers (a, b) + /* Copy glyph row structure FROM to glyph row structure TO, except + that glyph pointers in the structures are left unchanged. */ + +-INLINE void ++static INLINE void + copy_row_except_pointers (to, from) + struct glyph_row *to, *from; + { @@ -5820,9 +5820,6 @@ window_change_signal (signalnum) /* If w int signalnum; /* some compilers complain in signal calls. */ { diff --git a/editors/emacs21/patches/patch-src_Makefile.in b/editors/emacs21/patches/patch-src_Makefile.in index 8dfaf8ae9f976..13bd6b8cf31c6 100644 --- a/editors/emacs21/patches/patch-src_Makefile.in +++ b/editors/emacs21/patches/patch-src_Makefile.in @@ -1,4 +1,4 @@ -$NetBSD: patch-src_Makefile.in,v 1.1 2013/07/05 13:44:07 ryoon Exp $ +$NetBSD: patch-src_Makefile.in,v 1.2 2016/05/03 09:41:20 wiz Exp $ * Use giflib 5.0. @@ -13,3 +13,29 @@ $NetBSD: patch-src_Makefile.in,v 1.1 2013/07/05 13:44:07 ryoon Exp $ #endif /* not defined LIBGIF */ #else /* not HAVE_GIF */ #define LIBGIF +@@ -847,6 +847,7 @@ emacs: temacs ${etc}DOC ${lisp} + #else /* ! defined (HAVE_SHM) */ + LC_ALL=C ./temacs -batch -l loadup dump + #endif /* ! defined (HAVE_SHM) */ ++ -/usr/sbin/paxctl +a emacs + #endif /* ! defined (CANNOT_DUMP) */ + -./emacs -q -batch -f list-load-path-shadows + +@@ -875,6 +876,9 @@ temacs: MAKE_PARALLEL $(LOCALCPP) $(STAR + $(LD) YMF_PASS_LDFLAGS (${STARTFLAGS} ${ALL_LDFLAGS}) \ + -o temacs ${STARTFILES} ${obj} ${otherobj} \ + OBJECTS_MACHINE ${LIBES} ++#ifndef CANNOT_DUMP ++ -/usr/sbin/paxctl +a temacs ++#endif + + /* We don't use ALL_LDFLAGS because LD_SWITCH_SYSTEM and LD_SWITCH_MACHINE + often contain options that have to do with using Emacs's crt0, +@@ -1241,6 +1245,7 @@ bootstrap-emacs: bootstrap-temacs bootst + ./temacs -nl -batch -l loadup bootstrap + #else /* ! defined (HAVE_SHM) */ + ./temacs --batch --load loadup bootstrap ++ -/usr/sbin/paxctl +a emacs + #endif /* ! defined (HAVE_SHM) */ + #endif /* ! defined (CANNOT_DUMP) */ + mv -f emacs bootstrap-emacs diff --git a/editors/emacs21/patches/patch-src_syntax.c b/editors/emacs21/patches/patch-src_syntax.c new file mode 100644 index 0000000000000..7badd0845f268 --- /dev/null +++ b/editors/emacs21/patches/patch-src_syntax.c @@ -0,0 +1,22 @@ +$NetBSD: patch-src_syntax.c,v 1.1 2016/05/03 09:41:20 wiz Exp $ + +--- src/syntax.c.orig 2001-09-08 14:30:12.000000000 +0000 ++++ src/syntax.c +@@ -316,7 +316,7 @@ char_quoted (charpos, bytepos) + /* Return the bytepos one character after BYTEPOS. + We assume that BYTEPOS is not at the end of the buffer. */ + +-INLINE int ++static INLINE int + inc_bytepos (bytepos) + int bytepos; + { +@@ -330,7 +330,7 @@ inc_bytepos (bytepos) + /* Return the bytepos one character before BYTEPOS. + We assume that BYTEPOS is not at the start of the buffer. */ + +-INLINE int ++static INLINE int + dec_bytepos (bytepos) + int bytepos; + { diff --git a/editors/emacs23/Makefile b/editors/emacs23/Makefile index 38327277750ef..cd8077f0f3bc9 100644 --- a/editors/emacs23/Makefile +++ b/editors/emacs23/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.24 2015/11/18 14:19:49 ryoon Exp $ +# $NetBSD: Makefile,v 1.25 2016/04/11 19:01:50 ryoon Exp $ CONFLICTS+= emacs23-nox11-[0-9]* .include "../../editors/emacs23/Makefile.common" -PKGREVISION= 35 +PKGREVISION= 36 .include "options.mk" diff --git a/editors/emacs24/Makefile b/editors/emacs24/Makefile index 7b92ace82f61e..6dbc407c43520 100644 --- a/editors/emacs24/Makefile +++ b/editors/emacs24/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.44 2016/03/05 15:31:45 gson Exp $ +# $NetBSD: Makefile,v 1.45 2016/04/11 19:01:50 ryoon Exp $ CONFLICTS+= emacs24-nox11-[0-9]* -PKGREVISION= 9 +PKGREVISION= 10 .include "../../editors/emacs24/Makefile.common" .include "options.mk" diff --git a/editors/emacs24/hacks.mk b/editors/emacs24/hacks.mk new file mode 100644 index 0000000000000..7807065c8bd79 --- /dev/null +++ b/editors/emacs24/hacks.mk @@ -0,0 +1,33 @@ +# $NetBSD: hacks.mk,v 1.3 2016/04/25 12:12:40 wiz Exp $ + +.if !defined(EMACS_HACKS_MK) +EMACS_HACKS_MK= defined + +.include "../../mk/compiler.mk" + +### On NetBSD/amd64 7.99.26, gcc optimisation, at least for version 5.3, +### produces, a "temacs" binary which segfaults. +### +. if !empty(MACHINE_PLATFORM:MNetBSD-*-x86_64) +. if !empty(CC_VERSION:Mgcc-5.3.*) +PKG_HACKS+= optimisation +BUILDLINK_TRANSFORM+= opt:-O2:-O0 +. endif +. endif + +### PaX is enabled, bootstrap-emacs command dumps core with segfault. +### emacs-24.5/src/Makefile.in does not support NetBSD paxctl(8) syntax. +### http://debbugs.gnu.org/cgi/bugreport.cgi?bug=23371 +### +. if !empty(MACHINE_PLATFORM:MNetBSD-*-x86_64) +. if exists(/usr/sbin/paxctl) +SUBST_CLASSES+= paxctl +SUBST_STAGE.paxctl= pre-configure +SUBST_MESSAGE.paxctl= Setting paxctl command +SUBST_FILES.paxctl+= src/Makefile.in +SUBST_SED.paxctl+= -e 's,test "X$$(PAXCTL)" = X || $$(PAXCTL) -zex,/usr/sbin/paxctl +a,g' +SUBST_SED.paxctl+= -e 's,test "X$$(PAXCTL)" = X || $$(PAXCTL) -r,/usr/sbin/paxctl +a,g' +. endif +. endif + +.endif # EMACS_HACKS_MK diff --git a/editors/gedit3/Makefile b/editors/gedit3/Makefile index 4599a5466f859..ca68c5337732e 100644 --- a/editors/gedit3/Makefile +++ b/editors/gedit3/Makefile @@ -1,12 +1,12 @@ -# $NetBSD: Makefile,v 1.27 2015/12/12 09:21:27 prlw1 Exp $ +# $NetBSD: Makefile,v 1.28 2016/04/12 16:12:55 prlw1 Exp $ -DISTNAME= gedit-3.16.4 +DISTNAME= gedit-3.20.1 CATEGORIES= editors gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gedit/${PKGVERSION_NOREV:R}/} EXTRACT_SUFX= .tar.xz MAINTAINER= prlw1@cam.ac.uk -HOMEPAGE= http://www.gedit.org/ +HOMEPAGE= http://wiki.gnome.org/Apps/Gedit COMMENT= Lightweight GNOME UTF-8 text editor LICENSE= gnu-gpl-v2 @@ -17,7 +17,7 @@ USE_PKGLOCALEDIR= yes PKGCONFIG_OVERRIDE+= data/gedit.pc.in PY_PATCHPLIST= yes -PY_PEP3147= no +#PY_PEP3147= no PYTHON_VERSIONS_INCOMPATIBLE= 27 REPLACE_PYTHON+= plugins/externaltools/data/send-to-fpaste.tool.in @@ -32,17 +32,18 @@ BUILD_DEPENDS+= itstool-[0-9]*:../../textproc/itstool DEPENDS+= adwaita-icon-theme-[0-9]*:../../graphics/adwaita-icon-theme .include "../../devel/gobject-introspection/buildlink3.mk" -BUILDLINK_API_DEPENDS.libpeas+= libpeas>=1.7.0 +BUILDLINK_API_DEPENDS.libpeas+= libpeas>=1.14.1 .include "../../devel/libpeas/buildlink3.mk" .include "../../devel/py-gobject3/buildlink3.mk" -BUILDLINK_API_DEPENDS.glib2+= glib2>=2.40.0 +BUILDLINK_API_DEPENDS.glib2+= glib2>=2.44.0 .include "../../devel/glib2/schemas.mk" +.include "../../graphics/hicolor-icon-theme/buildlink3.mk" .include "../../sysutils/desktop-file-utils/desktopdb.mk" .include "../../sysutils/gsettings-desktop-schemas/buildlink3.mk" .include "../../textproc/libxml2/buildlink3.mk" -BUILDLINK_API_DEPENDS.gtk3+= gtk3+>=3.16 +BUILDLINK_API_DEPENDS.gtk3+= gtk3+>=3.19.0 .include "../../x11/gtk3/buildlink3.mk" -BUILDLINK_API_DEPENDS.gtksourceview3+= gtksourceview3>=3.16 +BUILDLINK_API_DEPENDS.gtksourceview3+= gtksourceview3>=3.19.4 .include "../../x11/gtksourceview3/buildlink3.mk" .include "../../x11/libICE/buildlink3.mk" .include "../../x11/libSM/buildlink3.mk" diff --git a/editors/gedit3/PLIST b/editors/gedit3/PLIST index c63e2a0d0a4f7..ce5bbfef4dd0b 100644 --- a/editors/gedit3/PLIST +++ b/editors/gedit3/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.6 2015/06/17 19:30:48 prlw1 Exp $ +@comment $NetBSD: PLIST,v 1.7 2016/04/12 16:12:55 prlw1 Exp $ bin/gedit bin/gnome-text-editor include/gedit-3.14/gedit/gedit-app-activatable.h @@ -149,7 +149,6 @@ share/appdata/org.gnome.gedit.appdata.xml share/applications/org.gnome.gedit.desktop share/dbus-1/services/org.gnome.gedit.service share/gedit/gir-1.0/Gedit-3.0.gir -share/gedit/logo/gedit-logo.png share/gedit/plugins/externaltools/tools/build share/gedit/plugins/externaltools/tools/open-terminal-here share/gedit/plugins/externaltools/tools/remove-trailing-spaces @@ -178,6 +177,7 @@ share/gedit/plugins/snippets/markdown.xml share/gedit/plugins/snippets/perl.xml share/gedit/plugins/snippets/php.xml share/gedit/plugins/snippets/python.xml +share/gedit/plugins/snippets/rpmspec.xml share/gedit/plugins/snippets/ruby.xml share/gedit/plugins/snippets/sh.xml share/gedit/plugins/snippets/snippets.xml @@ -193,9 +193,13 @@ share/glib-2.0/schemas/org.gnome.gedit.plugins.filebrowser.gschema.xml share/glib-2.0/schemas/org.gnome.gedit.plugins.pythonconsole.gschema.xml share/glib-2.0/schemas/org.gnome.gedit.plugins.time.enums.xml share/glib-2.0/schemas/org.gnome.gedit.plugins.time.gschema.xml +share/gtk-doc/html/gedit/GeditApp.html share/gtk-doc/html/gedit/GeditAppActivatable.html +share/gtk-doc/html/gedit/GeditDocument.html +share/gtk-doc/html/gedit/GeditEncodingsComboBox.html share/gtk-doc/html/gedit/GeditMessage.html share/gtk-doc/html/gedit/GeditMessageBus.html +share/gtk-doc/html/gedit/GeditStatusbar.html share/gtk-doc/html/gedit/GeditViewActivatable.html share/gtk-doc/html/gedit/GeditWindowActivatable.html share/gtk-doc/html/gedit/annotation-glossary.html @@ -204,13 +208,9 @@ share/gtk-doc/html/gedit/api-index-deprecated.html share/gtk-doc/html/gedit/api-index-full.html share/gtk-doc/html/gedit/ch01.html share/gtk-doc/html/gedit/gedit-GeditCommands.html -share/gtk-doc/html/gedit/gedit-gedit-app.html share/gtk-doc/html/gedit/gedit-gedit-debug.html -share/gtk-doc/html/gedit/gedit-gedit-document.html -share/gtk-doc/html/gedit/gedit-gedit-encodings-combo-box.html share/gtk-doc/html/gedit/gedit-gedit-menu-extension.html share/gtk-doc/html/gedit/gedit-gedit-progress-info-bar.html -share/gtk-doc/html/gedit/gedit-gedit-statusbar.html share/gtk-doc/html/gedit/gedit-gedit-tab.html share/gtk-doc/html/gedit/gedit-gedit-utils.html share/gtk-doc/html/gedit/gedit-gedit-view.html @@ -218,7 +218,6 @@ share/gtk-doc/html/gedit/gedit-gedit-window.html share/gtk-doc/html/gedit/gedit.devhelp2 share/gtk-doc/html/gedit/home.png share/gtk-doc/html/gedit/index.html -share/gtk-doc/html/gedit/index.sgml share/gtk-doc/html/gedit/left-insensitive.png share/gtk-doc/html/gedit/left.png share/gtk-doc/html/gedit/object-tree.html @@ -272,7 +271,6 @@ share/help/C/gedit/gedit-tab-groups.page share/help/C/gedit/gedit-tabs-moving.page share/help/C/gedit/gedit-tabs.page share/help/C/gedit/gedit-undo-recent-action.page -share/help/C/gedit/gedit-view-open-files-in-sidepane.page share/help/C/gedit/index.page share/help/C/gedit/legal.xml share/help/ar/gedit/figures/gedit-html-snippet.png @@ -320,7 +318,6 @@ share/help/ar/gedit/gedit-tab-groups.page share/help/ar/gedit/gedit-tabs-moving.page share/help/ar/gedit/gedit-tabs.page share/help/ar/gedit/gedit-undo-recent-action.page -share/help/ar/gedit/gedit-view-open-files-in-sidepane.page share/help/ar/gedit/index.page share/help/ar/gedit/legal.xml share/help/bg/gedit/figures/gedit-html-snippet.png @@ -368,7 +365,6 @@ share/help/bg/gedit/gedit-tab-groups.page share/help/bg/gedit/gedit-tabs-moving.page share/help/bg/gedit/gedit-tabs.page share/help/bg/gedit/gedit-undo-recent-action.page -share/help/bg/gedit/gedit-view-open-files-in-sidepane.page share/help/bg/gedit/index.page share/help/bg/gedit/legal.xml share/help/ca/gedit/figures/gedit-html-snippet.png @@ -416,7 +412,6 @@ share/help/ca/gedit/gedit-tab-groups.page share/help/ca/gedit/gedit-tabs-moving.page share/help/ca/gedit/gedit-tabs.page share/help/ca/gedit/gedit-undo-recent-action.page -share/help/ca/gedit/gedit-view-open-files-in-sidepane.page share/help/ca/gedit/index.page share/help/ca/gedit/legal.xml share/help/cs/gedit/figures/gedit-html-snippet.png @@ -464,7 +459,6 @@ share/help/cs/gedit/gedit-tab-groups.page share/help/cs/gedit/gedit-tabs-moving.page share/help/cs/gedit/gedit-tabs.page share/help/cs/gedit/gedit-undo-recent-action.page -share/help/cs/gedit/gedit-view-open-files-in-sidepane.page share/help/cs/gedit/index.page share/help/cs/gedit/legal.xml share/help/da/gedit/figures/gedit-html-snippet.png @@ -512,7 +506,6 @@ share/help/da/gedit/gedit-tab-groups.page share/help/da/gedit/gedit-tabs-moving.page share/help/da/gedit/gedit-tabs.page share/help/da/gedit/gedit-undo-recent-action.page -share/help/da/gedit/gedit-view-open-files-in-sidepane.page share/help/da/gedit/index.page share/help/da/gedit/legal.xml share/help/de/gedit/figures/gedit-html-snippet.png @@ -560,7 +553,6 @@ share/help/de/gedit/gedit-tab-groups.page share/help/de/gedit/gedit-tabs-moving.page share/help/de/gedit/gedit-tabs.page share/help/de/gedit/gedit-undo-recent-action.page -share/help/de/gedit/gedit-view-open-files-in-sidepane.page share/help/de/gedit/index.page share/help/de/gedit/legal.xml share/help/el/gedit/figures/gedit-html-snippet.png @@ -608,7 +600,6 @@ share/help/el/gedit/gedit-tab-groups.page share/help/el/gedit/gedit-tabs-moving.page share/help/el/gedit/gedit-tabs.page share/help/el/gedit/gedit-undo-recent-action.page -share/help/el/gedit/gedit-view-open-files-in-sidepane.page share/help/el/gedit/index.page share/help/el/gedit/legal.xml share/help/es/gedit/figures/gedit-html-snippet.png @@ -656,7 +647,6 @@ share/help/es/gedit/gedit-tab-groups.page share/help/es/gedit/gedit-tabs-moving.page share/help/es/gedit/gedit-tabs.page share/help/es/gedit/gedit-undo-recent-action.page -share/help/es/gedit/gedit-view-open-files-in-sidepane.page share/help/es/gedit/index.page share/help/es/gedit/legal.xml share/help/eu/gedit/figures/gedit-html-snippet.png @@ -704,7 +694,6 @@ share/help/eu/gedit/gedit-tab-groups.page share/help/eu/gedit/gedit-tabs-moving.page share/help/eu/gedit/gedit-tabs.page share/help/eu/gedit/gedit-undo-recent-action.page -share/help/eu/gedit/gedit-view-open-files-in-sidepane.page share/help/eu/gedit/index.page share/help/eu/gedit/legal.xml share/help/fi/gedit/figures/gedit-html-snippet.png @@ -752,7 +741,6 @@ share/help/fi/gedit/gedit-tab-groups.page share/help/fi/gedit/gedit-tabs-moving.page share/help/fi/gedit/gedit-tabs.page share/help/fi/gedit/gedit-undo-recent-action.page -share/help/fi/gedit/gedit-view-open-files-in-sidepane.page share/help/fi/gedit/index.page share/help/fi/gedit/legal.xml share/help/fr/gedit/figures/gedit-html-snippet.png @@ -800,7 +788,6 @@ share/help/fr/gedit/gedit-tab-groups.page share/help/fr/gedit/gedit-tabs-moving.page share/help/fr/gedit/gedit-tabs.page share/help/fr/gedit/gedit-undo-recent-action.page -share/help/fr/gedit/gedit-view-open-files-in-sidepane.page share/help/fr/gedit/index.page share/help/fr/gedit/legal.xml share/help/gl/gedit/figures/gedit-html-snippet.png @@ -848,7 +835,6 @@ share/help/gl/gedit/gedit-tab-groups.page share/help/gl/gedit/gedit-tabs-moving.page share/help/gl/gedit/gedit-tabs.page share/help/gl/gedit/gedit-undo-recent-action.page -share/help/gl/gedit/gedit-view-open-files-in-sidepane.page share/help/gl/gedit/index.page share/help/gl/gedit/legal.xml share/help/hu/gedit/figures/gedit-html-snippet.png @@ -896,7 +882,6 @@ share/help/hu/gedit/gedit-tab-groups.page share/help/hu/gedit/gedit-tabs-moving.page share/help/hu/gedit/gedit-tabs.page share/help/hu/gedit/gedit-undo-recent-action.page -share/help/hu/gedit/gedit-view-open-files-in-sidepane.page share/help/hu/gedit/index.page share/help/hu/gedit/legal.xml share/help/id/gedit/figures/gedit-html-snippet.png @@ -944,7 +929,6 @@ share/help/id/gedit/gedit-tab-groups.page share/help/id/gedit/gedit-tabs-moving.page share/help/id/gedit/gedit-tabs.page share/help/id/gedit/gedit-undo-recent-action.page -share/help/id/gedit/gedit-view-open-files-in-sidepane.page share/help/id/gedit/index.page share/help/id/gedit/legal.xml share/help/it/gedit/figures/gedit-html-snippet.png @@ -992,7 +976,6 @@ share/help/it/gedit/gedit-tab-groups.page share/help/it/gedit/gedit-tabs-moving.page share/help/it/gedit/gedit-tabs.page share/help/it/gedit/gedit-undo-recent-action.page -share/help/it/gedit/gedit-view-open-files-in-sidepane.page share/help/it/gedit/index.page share/help/it/gedit/legal.xml share/help/ja/gedit/figures/gedit-html-snippet.png @@ -1040,7 +1023,6 @@ share/help/ja/gedit/gedit-tab-groups.page share/help/ja/gedit/gedit-tabs-moving.page share/help/ja/gedit/gedit-tabs.page share/help/ja/gedit/gedit-undo-recent-action.page -share/help/ja/gedit/gedit-view-open-files-in-sidepane.page share/help/ja/gedit/index.page share/help/ja/gedit/legal.xml share/help/ko/gedit/figures/gedit-html-snippet.png @@ -1088,7 +1070,6 @@ share/help/ko/gedit/gedit-tab-groups.page share/help/ko/gedit/gedit-tabs-moving.page share/help/ko/gedit/gedit-tabs.page share/help/ko/gedit/gedit-undo-recent-action.page -share/help/ko/gedit/gedit-view-open-files-in-sidepane.page share/help/ko/gedit/index.page share/help/ko/gedit/legal.xml share/help/lv/gedit/figures/gedit-html-snippet.png @@ -1136,7 +1117,6 @@ share/help/lv/gedit/gedit-tab-groups.page share/help/lv/gedit/gedit-tabs-moving.page share/help/lv/gedit/gedit-tabs.page share/help/lv/gedit/gedit-undo-recent-action.page -share/help/lv/gedit/gedit-view-open-files-in-sidepane.page share/help/lv/gedit/index.page share/help/lv/gedit/legal.xml share/help/oc/gedit/figures/gedit-html-snippet.png @@ -1184,7 +1164,6 @@ share/help/oc/gedit/gedit-tab-groups.page share/help/oc/gedit/gedit-tabs-moving.page share/help/oc/gedit/gedit-tabs.page share/help/oc/gedit/gedit-undo-recent-action.page -share/help/oc/gedit/gedit-view-open-files-in-sidepane.page share/help/oc/gedit/index.page share/help/oc/gedit/legal.xml share/help/pt_BR/gedit/figures/gedit-html-snippet.png @@ -1232,9 +1211,55 @@ share/help/pt_BR/gedit/gedit-tab-groups.page share/help/pt_BR/gedit/gedit-tabs-moving.page share/help/pt_BR/gedit/gedit-tabs.page share/help/pt_BR/gedit/gedit-undo-recent-action.page -share/help/pt_BR/gedit/gedit-view-open-files-in-sidepane.page share/help/pt_BR/gedit/index.page share/help/pt_BR/gedit/legal.xml +share/help/ro/gedit/figures/gedit-html-snippet.png +share/help/ro/gedit/figures/gedit-icon.png +share/help/ro/gedit/figures/gedit-new-external-tool.png +share/help/ro/gedit/figures/gedit-open-location.png +share/help/ro/gedit/figures/gedit-side-pane1.png +share/help/ro/gedit/figures/gedit-side-pane2.png +share/help/ro/gedit/figures/gedit-side-pane3.png +share/help/ro/gedit/figures/gedit3-screenshot.png +share/help/ro/gedit/gedit-change-color-scheme.page +share/help/ro/gedit/gedit-change-default-font.page +share/help/ro/gedit/gedit-close-file.page +share/help/ro/gedit/gedit-create-new-file.page +share/help/ro/gedit/gedit-edit-as-root.page +share/help/ro/gedit/gedit-files-basic.page +share/help/ro/gedit/gedit-full-screen.page +share/help/ro/gedit/gedit-open-files-from-sidepane.page +share/help/ro/gedit/gedit-open-files.page +share/help/ro/gedit/gedit-open-on-server.page +share/help/ro/gedit/gedit-open-recent.page +share/help/ro/gedit/gedit-plugin-guide.page +share/help/ro/gedit/gedit-plugins-change-case.page +share/help/ro/gedit/gedit-plugins-doc-stats.page +share/help/ro/gedit/gedit-plugins-external-tools.page +share/help/ro/gedit/gedit-plugins-file-browser.page +share/help/ro/gedit/gedit-plugins-insert-date-time.page +share/help/ro/gedit/gedit-plugins-install.page +share/help/ro/gedit/gedit-plugins-modelines.page +share/help/ro/gedit/gedit-plugins-pyconsole.page +share/help/ro/gedit/gedit-plugins-quick-open.page +share/help/ro/gedit/gedit-plugins-snippets.page +share/help/ro/gedit/gedit-plugins-sort.page +share/help/ro/gedit/gedit-printing-order.page +share/help/ro/gedit/gedit-printing-select.page +share/help/ro/gedit/gedit-printing.page +share/help/ro/gedit/gedit-quickstart.page +share/help/ro/gedit/gedit-replace.page +share/help/ro/gedit/gedit-save-file.page +share/help/ro/gedit/gedit-search.page +share/help/ro/gedit/gedit-shortcut-keys.page +share/help/ro/gedit/gedit-spellcheck.page +share/help/ro/gedit/gedit-syntax-highlighting.page +share/help/ro/gedit/gedit-tab-groups.page +share/help/ro/gedit/gedit-tabs-moving.page +share/help/ro/gedit/gedit-tabs.page +share/help/ro/gedit/gedit-undo-recent-action.page +share/help/ro/gedit/index.page +share/help/ro/gedit/legal.xml share/help/ru/gedit/figures/gedit-html-snippet.png share/help/ru/gedit/figures/gedit-icon.png share/help/ru/gedit/figures/gedit-new-external-tool.png @@ -1280,7 +1305,6 @@ share/help/ru/gedit/gedit-tab-groups.page share/help/ru/gedit/gedit-tabs-moving.page share/help/ru/gedit/gedit-tabs.page share/help/ru/gedit/gedit-undo-recent-action.page -share/help/ru/gedit/gedit-view-open-files-in-sidepane.page share/help/ru/gedit/index.page share/help/ru/gedit/legal.xml share/help/sl/gedit/figures/gedit-html-snippet.png @@ -1328,7 +1352,6 @@ share/help/sl/gedit/gedit-tab-groups.page share/help/sl/gedit/gedit-tabs-moving.page share/help/sl/gedit/gedit-tabs.page share/help/sl/gedit/gedit-undo-recent-action.page -share/help/sl/gedit/gedit-view-open-files-in-sidepane.page share/help/sl/gedit/index.page share/help/sl/gedit/legal.xml share/help/sv/gedit/figures/gedit-html-snippet.png @@ -1376,7 +1399,6 @@ share/help/sv/gedit/gedit-tab-groups.page share/help/sv/gedit/gedit-tabs-moving.page share/help/sv/gedit/gedit-tabs.page share/help/sv/gedit/gedit-undo-recent-action.page -share/help/sv/gedit/gedit-view-open-files-in-sidepane.page share/help/sv/gedit/index.page share/help/sv/gedit/legal.xml share/help/te/gedit/figures/gedit-html-snippet.png @@ -1424,7 +1446,6 @@ share/help/te/gedit/gedit-tab-groups.page share/help/te/gedit/gedit-tabs-moving.page share/help/te/gedit/gedit-tabs.page share/help/te/gedit/gedit-undo-recent-action.page -share/help/te/gedit/gedit-view-open-files-in-sidepane.page share/help/te/gedit/index.page share/help/te/gedit/legal.xml share/help/th/gedit/figures/gedit-html-snippet.png @@ -1472,7 +1493,6 @@ share/help/th/gedit/gedit-tab-groups.page share/help/th/gedit/gedit-tabs-moving.page share/help/th/gedit/gedit-tabs.page share/help/th/gedit/gedit-undo-recent-action.page -share/help/th/gedit/gedit-view-open-files-in-sidepane.page share/help/th/gedit/index.page share/help/th/gedit/legal.xml share/help/uk/gedit/figures/gedit-html-snippet.png @@ -1520,7 +1540,6 @@ share/help/uk/gedit/gedit-tab-groups.page share/help/uk/gedit/gedit-tabs-moving.page share/help/uk/gedit/gedit-tabs.page share/help/uk/gedit/gedit-undo-recent-action.page -share/help/uk/gedit/gedit-view-open-files-in-sidepane.page share/help/uk/gedit/index.page share/help/uk/gedit/legal.xml share/help/zh_CN/gedit/figures/gedit-html-snippet.png @@ -1568,7 +1587,6 @@ share/help/zh_CN/gedit/gedit-tab-groups.page share/help/zh_CN/gedit/gedit-tabs-moving.page share/help/zh_CN/gedit/gedit-tabs.page share/help/zh_CN/gedit/gedit-undo-recent-action.page -share/help/zh_CN/gedit/gedit-view-open-files-in-sidepane.page share/help/zh_CN/gedit/index.page share/help/zh_CN/gedit/legal.xml share/help/zh_HK/gedit/figures/gedit-html-snippet.png @@ -1616,7 +1634,6 @@ share/help/zh_HK/gedit/gedit-tab-groups.page share/help/zh_HK/gedit/gedit-tabs-moving.page share/help/zh_HK/gedit/gedit-tabs.page share/help/zh_HK/gedit/gedit-undo-recent-action.page -share/help/zh_HK/gedit/gedit-view-open-files-in-sidepane.page share/help/zh_HK/gedit/index.page share/help/zh_HK/gedit/legal.xml share/help/zh_TW/gedit/figures/gedit-html-snippet.png @@ -1664,9 +1681,15 @@ share/help/zh_TW/gedit/gedit-tab-groups.page share/help/zh_TW/gedit/gedit-tabs-moving.page share/help/zh_TW/gedit/gedit-tabs.page share/help/zh_TW/gedit/gedit-undo-recent-action.page -share/help/zh_TW/gedit/gedit-view-open-files-in-sidepane.page share/help/zh_TW/gedit/index.page share/help/zh_TW/gedit/legal.xml +share/icons/hicolor/16x16/apps/gedit.png +share/icons/hicolor/22x22/apps/gedit.png +share/icons/hicolor/24x24/apps/gedit.png +share/icons/hicolor/256x256/apps/gedit.png +share/icons/hicolor/32x32/apps/gedit.png +share/icons/hicolor/48x48/apps/gedit.png +share/icons/hicolor/symbolic/apps/gedit-symbolic.svg share/locale/af/LC_MESSAGES/gedit.mo share/locale/am/LC_MESSAGES/gedit.mo share/locale/an/LC_MESSAGES/gedit.mo diff --git a/editors/gedit3/distinfo b/editors/gedit3/distinfo index 564bb3e642261..4e6693fde9038 100644 --- a/editors/gedit3/distinfo +++ b/editors/gedit3/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.10 2015/12/12 09:21:27 prlw1 Exp $ +$NetBSD: distinfo,v 1.11 2016/04/12 16:12:55 prlw1 Exp $ -SHA1 (gedit-3.16.4.tar.xz) = afc2953a3ba313ca3d2094ffa52f58fe99db2496 -RMD160 (gedit-3.16.4.tar.xz) = 56ddf0c073a95cdcd62c047c89f75352aa2700a6 -SHA512 (gedit-3.16.4.tar.xz) = 6320e11f6387b317789f6af4bdbb54350af89bd00c1443b26e68afdacf87c672ca74caf50c9ead80f4395a826d07a8da640e5d5ae89f71bccf75da683f420a81 -Size (gedit-3.16.4.tar.xz) = 2925984 bytes +SHA1 (gedit-3.20.1.tar.xz) = 702ca2d3a47a75147ab7cb263afbb5dea2e4e96a +RMD160 (gedit-3.20.1.tar.xz) = 69f9d81d26ff4a1a41d6f0ec2c043f22951af9f8 +SHA512 (gedit-3.20.1.tar.xz) = c721aaa4e54a248ca4b8da68bb9e011bb440a337a0f1b875b7dad3836fc3340c5fd3c33e6933e6b0d06affa2787358eb2e43f3444732aef57d4c56de3addaf0c +Size (gedit-3.20.1.tar.xz) = 3158924 bytes diff --git a/editors/gedit3/options.mk b/editors/gedit3/options.mk index 199b2cbb7ff91..2970e89fabeec 100644 --- a/editors/gedit3/options.mk +++ b/editors/gedit3/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.1 2014/12/06 20:41:36 prlw1 Exp $ +# $NetBSD: options.mk,v 1.2 2016/04/12 16:12:55 prlw1 Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.gedit3 PKG_SUPPORTED_OPTIONS= enchant @@ -10,11 +10,11 @@ PLIST_VARS= enchant ### ### Spell-check plugin which uses enchant +### (gspell is a wrapper for enchant) ### .if !empty(PKG_OPTIONS:Menchant) CONFIGURE_ARGS+= --enable-spell -.include "../../textproc/enchant/buildlink3.mk" -.include "../../textproc/iso-codes/buildlink3.mk" +.include "../../textproc/gspell/buildlink3.mk" PLIST.enchant= yes .else CONFIGURE_ARGS+= --disable-spell diff --git a/editors/gnuserv/distinfo b/editors/gnuserv/distinfo index 749fae14dadab..33d5c32b96e0a 100644 --- a/editors/gnuserv/distinfo +++ b/editors/gnuserv/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.5 2015/11/03 03:32:16 agc Exp $ +$NetBSD: distinfo,v 1.6 2016/04/01 19:18:23 jperkin Exp $ SHA1 (gnuserv-3.12.7.tar.gz) = 5f5fd98b068fd1b221d32a0760c9914455e197b5 RMD160 (gnuserv-3.12.7.tar.gz) = 2fd5a28fb86cc05c26da50cab8d9ee036f2e2d00 SHA512 (gnuserv-3.12.7.tar.gz) = 3d5f64358a6c0d9d05eabf5aeb345400f8fcc53bc91ffde6ab17c6cffbe58aaa463111d426e7fda4e1757e0e25a10b9dd9e935d5d7a4829cb6bea0d700032c51 Size (gnuserv-3.12.7.tar.gz) = 93709 bytes SHA1 (patch-aa) = f10c267b84290265df2a757454b0548bf8383889 -SHA1 (patch-ab) = f96a239e3efa786e8af84a3e7b9421c00a573735 +SHA1 (patch-ab) = 05df71e2531d13f801a0d0ab2a9acb8faa2742ea diff --git a/editors/gnuserv/patches/patch-ab b/editors/gnuserv/patches/patch-ab index 13a7177e96fc4..baed4fba04521 100644 --- a/editors/gnuserv/patches/patch-ab +++ b/editors/gnuserv/patches/patch-ab @@ -1,10 +1,10 @@ -$NetBSD: patch-ab,v 1.1 2010/06/30 12:41:10 markd Exp $ +$NetBSD: patch-ab,v 1.2 2016/04/01 19:18:23 jperkin Exp $ DESTDIR support --- Makefile.in.orig 2004-10-20 01:20:54.000000000 +0000 +++ Makefile.in -@@ -42,8 +42,8 @@ CFLAGS = @CFLAGS@ +@@ -42,7 +42,7 @@ CFLAGS = @CFLAGS@ CPPFLAGS = @CPPFLAGS@ LDFLAGS = @LDFLAGS@ @@ -13,4 +13,12 @@ DESTDIR support exec_prefix = @exec_prefix@ # The directory for installing executable programs that users can run. - bindir = $(exec_prefix)/bin +@@ -59,7 +59,7 @@ datadir = $(prefix)/share + elispdir = $(datadir)/emacs/site-lisp + + # Where to install the manual pages. +-man1dir = $(prefix)/man/man1 ++man1dir = $(DESTDIR)@mandir@/man1 + # Prefix/suffix for each installed man page, normally empty or `g'. + man1prefix = $(binprefix) + man1suffix = $(binsuffix) diff --git a/editors/gummi/Makefile b/editors/gummi/Makefile index c3858bb5ae8fa..be8f05258f414 100644 --- a/editors/gummi/Makefile +++ b/editors/gummi/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.31 2016/01/27 10:31:29 wiz Exp $ +# $NetBSD: Makefile,v 1.32 2016/04/15 14:42:51 wiz Exp $ # DISTNAME= gummi-0.6.5 -PKGREVISION= 22 +PKGREVISION= 23 CATEGORIES= editors MASTER_SITES= http://dev.midnightcoding.org/attachments/download/301/ diff --git a/editors/kate/Makefile b/editors/kate/Makefile index 167f452c31ddc..bf0f93e98a9d9 100644 --- a/editors/kate/Makefile +++ b/editors/kate/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.33 2016/03/05 11:28:27 jperkin Exp $ +# $NetBSD: Makefile,v 1.34 2016/05/08 10:55:45 markd Exp $ DISTNAME= kate-${_KDE_VERSION} -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= editors COMMENT= KDE advanced text editor @@ -18,7 +18,7 @@ CHECK_PORTABILITY_SKIP+= examples/syntax/highlight.sh .include "../../lang/python/application.mk" .include "../../lang/python/extension.mk" .include "../../sysutils/desktop-file-utils/desktopdb.mk" -.include "../../x11/kactivities/buildlink3.mk" +.include "../../x11/libkactivities4/buildlink3.mk" .include "../../x11/kdelibs4/buildlink3.mk" .include "../../x11/py-kde4/buildlink3.mk" .include "../../x11/py-sip/buildlink3.mk" diff --git a/editors/lyx/Makefile b/editors/lyx/Makefile index 3c117a5173079..6c67d17946606 100644 --- a/editors/lyx/Makefile +++ b/editors/lyx/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.50 2016/03/05 11:28:27 jperkin Exp $ +# $NetBSD: Makefile,v 1.53 2016/05/10 12:16:06 jperkin Exp $ DISTNAME= lyx-2.1.2.2 PKGREVISION= 4 @@ -62,12 +62,13 @@ UNLIMIT_RESOURCES+= datasize USE_LANGUAGES= c c++ GNU_CONFIGURE= YES -USE_TOOLS+= gmake perl:run pkg-config +USE_TOOLS+= gmake perl:run pkg-config xgettext USE_LIBTOOL= YES USE_PKGLOCALEDIR= YES PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 1.6.10 CXXFLAGS.Linux+= -fpermissive +LDFLAGS.SunOS+= -liconv CONFIGURE_ARGS+= --without-included-mythes CONFIGURE_ARGS+= --without-included-boost @@ -186,8 +187,5 @@ SUBST_SED.python+= -e 's,command("python -tt,command("${PYTHONBIN} -tt,' .include "../../sysutils/desktop-file-utils/desktopdb.mk" .include "../../graphics/hicolor-icon-theme/buildlink3.mk" - -CXXFLAGS+= ${CLANG_NO_VALUE_PROPAGATION_PASS} - .include "../../mk/pthread.buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/editors/mg/distinfo b/editors/mg/distinfo index aca0d04ca1f1b..346eff3ea6227 100644 --- a/editors/mg/distinfo +++ b/editors/mg/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.8 2015/11/03 03:32:18 agc Exp $ +$NetBSD: distinfo,v 1.9 2016/04/01 13:14:32 jperkin Exp $ SHA1 (mg-20110905.tar.gz) = 51d2bac801cab33c9b552c36db5f8637fbbe9363 RMD160 (mg-20110905.tar.gz) = 721b2a2e9059ddf6ea637dafd205575150b58c8c @@ -7,7 +7,7 @@ Size (mg-20110905.tar.gz) = 138805 bytes SHA1 (patch-ab) = 2deb4c7e78d580434cfedfe9ea23add3b19cc300 SHA1 (patch-ad) = 12515e4f5ce063f2984e5a144e467ba9b1693a7e SHA1 (patch-af) = b3c845deb4d7d70d006b8e00eeb5cf89a4b1027b -SHA1 (patch-ag) = f6ac048ea94517fd0c4e3fb9b72045b8eca063fd +SHA1 (patch-ag) = 3575193533f5585ebd378ef5de5dc9ab733b8f88 SHA1 (patch-ah) = 4c30216b73e895c0905c1245918c1bf04363ab16 SHA1 (patch-ai) = bc9950469e4792867532dcaddba331f07131215c SHA1 (patch-basic.c) = bf528fd1b41d669427b00eb39c3c244cca725b5a diff --git a/editors/mg/patches/patch-ag b/editors/mg/patches/patch-ag index ce33400901264..3d9f68387400a 100644 --- a/editors/mg/patches/patch-ag +++ b/editors/mg/patches/patch-ag @@ -1,4 +1,6 @@ -$NetBSD: patch-ag,v 1.2 2012/12/12 12:47:50 wiz Exp $ +$NetBSD: patch-ag,v 1.3 2016/04/01 13:14:32 jperkin Exp $ + +Use pkgsrc layout/flags. --- Makefile.in.orig 2011-09-05 18:59:14.000000000 +0000 +++ Makefile.in @@ -11,7 +13,8 @@ $NetBSD: patch-ag,v 1.2 2012/12/12 12:47:50 wiz Exp $ bindir= $(prefix)/bin libdir= $(prefix)/lib includedir= $(prefix)/include - mandir= $(prefix)/man +-mandir= $(prefix)/man ++mandir= $(prefix)/${PKGMANDIR} +docdir= $(prefix)/share/doc diff --git a/editors/nano/Makefile b/editors/nano/Makefile index 900bd843c5c39..e05fdf6b144df 100644 --- a/editors/nano/Makefile +++ b/editors/nano/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.53 2016/03/07 18:34:15 wiedi Exp $ +# $NetBSD: Makefile,v 1.54 2016/03/26 20:21:37 bsiegert Exp $ DISTNAME= nano-2.5.3 +PKGREVISION= 1 CATEGORIES= editors MASTER_SITES= http://www.nano-editor.org/dist/v2.5/ diff --git a/editors/nano/distinfo b/editors/nano/distinfo index b171ad9944a7b..1f6dae661dfad 100644 --- a/editors/nano/distinfo +++ b/editors/nano/distinfo @@ -1,7 +1,8 @@ -$NetBSD: distinfo,v 1.26 2016/03/07 18:34:15 wiedi Exp $ +$NetBSD: distinfo,v 1.27 2016/03/26 20:21:37 bsiegert Exp $ SHA1 (nano-2.5.3.tar.gz) = 5ab42a39283a17f61ac5f044d9eae92e41ea8114 RMD160 (nano-2.5.3.tar.gz) = 7f5d2bf718408d3a3c43e066ef66ba585b5e53ab SHA512 (nano-2.5.3.tar.gz) = 1d859f0bd88b9d907cfcaa84edc212bcaea4335c203922eb5b7378c2b45d88dffe1f3e4cb499a824d33781485834ef564997c58cf1fd92610d08f6ce8dcb67d5 Size (nano-2.5.3.tar.gz) = 1967760 bytes SHA1 (patch-configure) = 3a63b02a39000d5a15087739648b82e999d14f56 +SHA1 (patch-src_files.c) = 3416d3437743794aa909ce62b545a02576277060 diff --git a/editors/nano/patches/patch-src_files.c b/editors/nano/patches/patch-src_files.c new file mode 100644 index 0000000000000..79587bd0838b8 --- /dev/null +++ b/editors/nano/patches/patch-src_files.c @@ -0,0 +1,13 @@ +$NetBSD: patch-src_files.c,v 1.1 2016/03/26 20:21:37 bsiegert Exp $ + +--- src/files.c.orig 2016-02-25 20:47:10.000000000 +0000 ++++ src/files.c +@@ -43,7 +43,7 @@ bool has_valid_path(const char *filename + if (strrchr(filename, '/') == NULL) + parentdir = mallocstrcpy(NULL, "."); + else +- parentdir = dirname(mallocstrcpy(NULL, filename)); ++ parentdir = mallocstrcpy(NULL, dirname(filename)); + + if (stat(parentdir, &parentinfo) == -1) { + if (errno == ENOENT) diff --git a/editors/poedit/Makefile b/editors/poedit/Makefile index 6253096f1f860..2c70015f111ab 100644 --- a/editors/poedit/Makefile +++ b/editors/poedit/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.54 2015/04/25 14:20:43 tnn Exp $ +# $NetBSD: Makefile,v 1.55 2016/04/18 13:39:29 ryoon Exp $ -DISTNAME= poedit-1.4.6.1 -PKGREVISION= 23 +DISTNAME= poedit-1.8.7.1 CATEGORIES= editors -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=poedit/} +MASTER_SITES= https://github.com/vslavik/poedit/releases/download/v${PKGVERSION_NOREV}-oss/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.poedit.net/ @@ -18,8 +17,13 @@ GNU_CONFIGURE= yes CONFIGURE_ENV+= BDB_TYPE="${BDB_TYPE}" CONFIGURE_ENV+= WX_CONFIG_NAME=${BUILDLINK_PREFIX.wxGTK28}/bin/wx-config +CONFIGURE_ARGS+= --enable-debug + +.include "../../devel/boost-libs/buildlink3.mk" .include "../../textproc/gtkspell/buildlink3.mk" -.include "../../x11/wxGTK28/buildlink3.mk" +.include "../../textproc/icu/buildlink3.mk" +.include "../../textproc/lucene++/buildlink3.mk" +.include "../../x11/wxGTK30/buildlink3.mk" .include "../../sysutils/desktop-file-utils/desktopdb.mk" .include "../../mk/bdb.buildlink3.mk" .include "../../mk/pthread.buildlink3.mk" diff --git a/editors/poedit/PLIST b/editors/poedit/PLIST index 752044befab0c..9ac3ab7bb9d68 100644 --- a/editors/poedit/PLIST +++ b/editors/poedit/PLIST @@ -1,58 +1,87 @@ -@comment $NetBSD: PLIST,v 1.6 2010/06/02 12:32:18 adam Exp $ +@comment $NetBSD: PLIST,v 1.7 2016/04/18 13:39:29 ryoon Exp $ bin/poedit +libexec/poedit-dump-legacy-tm man/man1/poedit.1 +share/applications/poedit-uri.desktop share/applications/poedit.desktop share/icons/hicolor/16x16/apps/poedit.png +share/icons/hicolor/16x16/mimetypes/gnome-mime-text-x-gettext-translation.png +share/icons/hicolor/16x16/mimetypes/poedit-translation-generic.png +share/icons/hicolor/16x16/mimetypes/text-x-gettext-translation.png +share/icons/hicolor/22x22/apps/poedit.png +share/icons/hicolor/22x22/mimetypes/gnome-mime-text-x-gettext-translation.png +share/icons/hicolor/22x22/mimetypes/poedit-translation-generic.png +share/icons/hicolor/22x22/mimetypes/text-x-gettext-translation.png +share/icons/hicolor/24x24/apps/poedit.png +share/icons/hicolor/24x24/mimetypes/gnome-mime-text-x-gettext-translation.png +share/icons/hicolor/24x24/mimetypes/poedit-translation-generic.png +share/icons/hicolor/24x24/mimetypes/text-x-gettext-translation.png share/icons/hicolor/32x32/apps/poedit.png +share/icons/hicolor/32x32/mimetypes/gnome-mime-text-x-gettext-translation.png +share/icons/hicolor/32x32/mimetypes/poedit-translation-generic.png +share/icons/hicolor/32x32/mimetypes/text-x-gettext-translation.png share/icons/hicolor/48x48/apps/poedit.png share/icons/hicolor/scalable/apps/poedit.svg -share/locale/af_ZA/LC_MESSAGES/poedit.mo +share/icons/hicolor/scalable/mimetypes/gnome-mime-text-x-gettext-translation.svg +share/icons/hicolor/scalable/mimetypes/poedit-translation-generic.svg +share/icons/hicolor/scalable/mimetypes/text-x-gettext-translation.svg +share/locale/af/LC_MESSAGES/poedit.mo share/locale/am/LC_MESSAGES/poedit.mo +share/locale/an/LC_MESSAGES/poedit.mo share/locale/ar/LC_MESSAGES/poedit.mo share/locale/ast/LC_MESSAGES/poedit.mo +share/locale/az/LC_MESSAGES/poedit.mo share/locale/be/LC_MESSAGES/poedit.mo share/locale/be@latin/LC_MESSAGES/poedit.mo share/locale/bg/LC_MESSAGES/poedit.mo share/locale/bn/LC_MESSAGES/poedit.mo share/locale/br/LC_MESSAGES/poedit.mo +share/locale/bs/LC_MESSAGES/poedit.mo share/locale/ca/LC_MESSAGES/poedit.mo share/locale/ca@valencia/LC_MESSAGES/poedit.mo +share/locale/ckb/LC_MESSAGES/poedit.mo +share/locale/co/LC_MESSAGES/poedit.mo share/locale/cs/LC_MESSAGES/poedit.mo share/locale/da/LC_MESSAGES/poedit.mo share/locale/de/LC_MESSAGES/poedit.mo share/locale/el/LC_MESSAGES/poedit.mo +share/locale/en_GB/LC_MESSAGES/poedit.mo share/locale/eo/LC_MESSAGES/poedit.mo share/locale/es/LC_MESSAGES/poedit.mo -share/locale/es_PR/LC_MESSAGES/poedit.mo share/locale/et/LC_MESSAGES/poedit.mo share/locale/eu/LC_MESSAGES/poedit.mo -share/locale/fa_IR/LC_MESSAGES/poedit.mo +share/locale/fa/LC_MESSAGES/poedit.mo share/locale/fi/LC_MESSAGES/poedit.mo share/locale/fr/LC_MESSAGES/poedit.mo share/locale/fur/LC_MESSAGES/poedit.mo +share/locale/fy_NL/LC_MESSAGES/poedit.mo share/locale/ga/LC_MESSAGES/poedit.mo share/locale/gl/LC_MESSAGES/poedit.mo share/locale/he/LC_MESSAGES/poedit.mo share/locale/hi/LC_MESSAGES/poedit.mo share/locale/hr/LC_MESSAGES/poedit.mo share/locale/hu/LC_MESSAGES/poedit.mo +share/locale/hy/LC_MESSAGES/poedit.mo share/locale/id/LC_MESSAGES/poedit.mo share/locale/is/LC_MESSAGES/poedit.mo share/locale/it/LC_MESSAGES/poedit.mo share/locale/ja/LC_MESSAGES/poedit.mo share/locale/ka/LC_MESSAGES/poedit.mo +share/locale/kab/LC_MESSAGES/poedit.mo share/locale/kk/LC_MESSAGES/poedit.mo share/locale/ko/LC_MESSAGES/poedit.mo -share/locale/ku/LC_MESSAGES/poedit.mo share/locale/ky/LC_MESSAGES/poedit.mo share/locale/lt/LC_MESSAGES/poedit.mo share/locale/lv/LC_MESSAGES/poedit.mo share/locale/mk/LC_MESSAGES/poedit.mo share/locale/mn/LC_MESSAGES/poedit.mo +share/locale/mr/LC_MESSAGES/poedit.mo share/locale/ms/LC_MESSAGES/poedit.mo share/locale/nb/LC_MESSAGES/poedit.mo +share/locale/ne/LC_MESSAGES/poedit.mo share/locale/nl/LC_MESSAGES/poedit.mo share/locale/nn/LC_MESSAGES/poedit.mo +share/locale/oc/LC_MESSAGES/poedit.mo share/locale/pa/LC_MESSAGES/poedit.mo share/locale/pl/LC_MESSAGES/poedit.mo share/locale/pt_BR/LC_MESSAGES/poedit.mo @@ -61,10 +90,11 @@ share/locale/ro/LC_MESSAGES/poedit.mo share/locale/ru/LC_MESSAGES/poedit.mo share/locale/sk/LC_MESSAGES/poedit.mo share/locale/sl/LC_MESSAGES/poedit.mo -share/locale/sq_AL/LC_MESSAGES/poedit.mo +share/locale/sq/LC_MESSAGES/poedit.mo share/locale/sr/LC_MESSAGES/poedit.mo share/locale/sv/LC_MESSAGES/poedit.mo share/locale/ta/LC_MESSAGES/poedit.mo +share/locale/tg/LC_MESSAGES/poedit.mo share/locale/th/LC_MESSAGES/poedit.mo share/locale/tr/LC_MESSAGES/poedit.mo share/locale/tt/LC_MESSAGES/poedit.mo @@ -77,67 +107,25 @@ share/locale/wa/LC_MESSAGES/poedit.mo share/locale/zh_CN/LC_MESSAGES/poedit.mo share/locale/zh_TW/LC_MESSAGES/poedit.mo share/pixmaps/poedit.png -share/poedit/help/common/comment.gif -share/poedit/help/common/fileopen.gif -share/poedit/help/common/filesave.gif -share/poedit/help/common/fullscreen.gif -share/poedit/help/common/fuzzy.gif -share/poedit/help/common/poedit.css -share/poedit/help/common/quotes.gif -share/poedit/help/common/update.gif -share/poedit/help/en/basics.html -share/poedit/help/en/gettext/gettext.hhc -share/poedit/help/en/gettext/gettext.hhp -share/poedit/help/en/gettext/gettext_1.html -share/poedit/help/en/gettext/gettext_10.html -share/poedit/help/en/gettext/gettext_11.html -share/poedit/help/en/gettext/gettext_12.html -share/poedit/help/en/gettext/gettext_2.html -share/poedit/help/en/gettext/gettext_3.html -share/poedit/help/en/gettext/gettext_4.html -share/poedit/help/en/gettext/gettext_5.html -share/poedit/help/en/gettext/gettext_6.html -share/poedit/help/en/gettext/gettext_7.html -share/poedit/help/en/gettext/gettext_8.html -share/poedit/help/en/gettext/gettext_9.html -share/poedit/help/en/gettext/gettext_foot.html -share/poedit/help/en/gettext/gettext_toc.html -share/poedit/help/en/gettext/index.html -share/poedit/help/en/index.html -share/poedit/help/en/manager.html -share/poedit/help/en/menu.html -share/poedit/help/en/poedit.hhc -share/poedit/help/en/poedit.hhp -share/poedit/help/en/settings.html -share/poedit/help/en/tm.html -share/poedit/help/en/ui.html -share/poedit/help/en/update.html -share/poedit/help/hr/basics.html -share/poedit/help/hr/index.html -share/poedit/help/hr/manager.html -share/poedit/help/hr/menu.html -share/poedit/help/hr/poedit.hhc -share/poedit/help/hr/poedit.hhp -share/poedit/help/hr/settings.html -share/poedit/help/hr/tm.html -share/poedit/help/hr/ui.html -share/poedit/help/hr/update.html -share/poedit/icons/README +share/poedit/icons/CrowdinLogo.png +share/poedit/icons/PoeditWelcome.png +share/poedit/icons/SuggestionError.png +share/poedit/icons/SuggestionTM.png share/poedit/icons/document-new.png share/poedit/icons/document-open.png share/poedit/icons/document-properties.png share/poedit/icons/document-save.png share/poedit/icons/edit-delete.png -share/poedit/icons/help-browser.png -share/poedit/icons/poedit-comment.png share/poedit/icons/poedit-fuzzy.png share/poedit/icons/poedit-status-automatic.png +share/poedit/icons/poedit-status-bookmark.png share/poedit/icons/poedit-status-cat-mid.png share/poedit/icons/poedit-status-cat-no.png share/poedit/icons/poedit-status-cat-ok.png -share/poedit/icons/poedit-status-comment-modif.png share/poedit/icons/poedit-status-comment.png -share/poedit/icons/poedit-status-modified.png share/poedit/icons/poedit-status-nothing.png +share/poedit/icons/poedit-sync.png share/poedit/icons/poedit-update.png -share/poedit/icons/view-fullscreen.png +share/poedit/icons/poedit-validate.png +share/poedit/icons/sidebar.png +share/poedit/icons/window-close.png diff --git a/editors/poedit/distinfo b/editors/poedit/distinfo index c89fc8efd788c..e16e6b5d6c0e3 100644 --- a/editors/poedit/distinfo +++ b/editors/poedit/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.8 2015/11/03 03:32:20 agc Exp $ +$NetBSD: distinfo,v 1.9 2016/04/18 13:39:29 ryoon Exp $ -SHA1 (poedit-1.4.6.1.tar.gz) = 8c4d61aef7695aa48607e9367df4c5899ad3bf83 -RMD160 (poedit-1.4.6.1.tar.gz) = 7b4fbb3f4632b53a46382f9f4b875d375c5c54b8 -SHA512 (poedit-1.4.6.1.tar.gz) = c8084c80a75cc8499615d736ee6d1a1fcf5753ab610f2931c151167c5c5b2fccff5892e971a90bc53eae815074d209c9e3b5854cc05bed8d72e8f0c2f00b96ed -Size (poedit-1.4.6.1.tar.gz) = 1585949 bytes -SHA1 (patch-aa) = d0acac229545a35e43c774329c03714fc7affcab +SHA1 (poedit-1.8.7.1.tar.gz) = 1b1be55992985094b10877e749816415b297f52a +RMD160 (poedit-1.8.7.1.tar.gz) = 296d29a22c8352f5ae1afbbcbc0c4d0a447007eb +SHA512 (poedit-1.8.7.1.tar.gz) = 72a91f015248220eff379485ad462cefb17a5ad78854c07f212371a56601319e4f3b28d7c90128e3b8e78113deee3a3d2bb2201fdf8dcc9023b08e885ef9f804 +Size (poedit-1.8.7.1.tar.gz) = 2484117 bytes +SHA1 (patch-aa) = 65c82daafb227196ac64928a029b3507b9016a4f diff --git a/editors/poedit/patches/patch-aa b/editors/poedit/patches/patch-aa index 864b25276b40a..27ae2476c2e77 100644 --- a/editors/poedit/patches/patch-aa +++ b/editors/poedit/patches/patch-aa @@ -1,30 +1,40 @@ -$NetBSD: patch-aa,v 1.3 2010/06/02 12:32:18 adam Exp $ +$NetBSD: patch-aa,v 1.4 2016/04/18 13:39:29 ryoon Exp $ ---- configure.orig 2010-06-01 09:19:56.000000000 +0000 +--- configure.orig 2016-02-23 11:59:22.000000000 +0000 +++ configure -@@ -6057,15 +6057,9 @@ $as_echo_n "checking for Berkeley DB... - $as_echo_n "checking for Berkeley DB >= $minversion... " >&6; } - fi - -- for version in "" 5.0 4.9 4.8 4.7 4.6 4.5 4.4 4.3 4.2 4.1 4.0 3.6 3.5 3.4 3.3 3.2 3.1 ; do +@@ -6196,16 +6196,8 @@ ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS + ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' + ac_compiler_gnu=$ac_cv_cxx_compiler_gnu +- +- for version in "" 5.9 5.8 5.7 5.6 5.5 5.4 5.3 5.2 5.1 5.0 4.8 4.7 4.6 4.5 4.4 4.3 4.2 4.1 ; do +- - if test -z $version ; then -- db_lib="-ldb" -- try_headers="db.h" +- db_lib="-ldb_cxx" +- try_headers="db_cxx.h" - else -- db_lib="-ldb-$version" -- try_headers="db$version/db.h db`echo $version | sed -e 's,\..*,,g'`/db.h" +- db_lib="-ldb_cxx-$version" +- try_headers="db$version/db_cxx.h db`echo $version | sed -e 's,\..*,,g'`/db_cxx.h" - fi -+ db_lib="-l${BDB_TYPE}" -+ try_headers="${BDB_TYPE}/db.h" ++ db_lib="-l${BDB_TYPE}_cxx" ++ try_headers="${BDB_TYPE}/db_cxx.h" LIBS="$old_LIBS $db_lib" -@@ -6140,7 +6134,6 @@ rm -f core conftest.err conftest.$ac_obj - conftest$ac_exeext conftest.$ac_ext +@@ -6248,7 +6240,6 @@ rm -f core conftest.err conftest.$ac_obj + conftest$ac_exeext conftest.$ac_ext fi done - done - LIBS="$old_LIBS" + ac_ext=cpp + ac_cpp='$CXXCPP $CPPFLAGS' +@@ -6451,7 +6442,7 @@ fi + + +-if test "x$GXX" == "xyes"; then ++if test "x$GXX" = "xyes"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5 + $as_echo_n "checking for a sed that does not truncate output... " >&6; } + if ${ac_cv_path_SED+:} false; then : diff --git a/editors/sandy/Makefile b/editors/sandy/Makefile index 00ce42e15dc5a..7b0fecc98ab50 100644 --- a/editors/sandy/Makefile +++ b/editors/sandy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2015/08/17 17:11:22 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2016/04/01 16:51:16 jperkin Exp $ # DISTNAME= sandy-0.4 @@ -18,7 +18,7 @@ SUBST_FILES.fix-paths= config.mk SUBST_SED.fix-paths= -e 's,/usr/local,${PREFIX},g' SUBST_SED.fix-paths+= -e 's,/usr/include,${BUILDLINK_PREFIX.ncursesw}/include,g' SUBST_SED.fix-paths+= -e 's,/usr/lib,${BUILDLINK_PREFIX.ncursesw}/lib -Wl\,-R${BUILDLINK_PREFIX.ncursesw}/lib,g' -SUBST_SED.fix-paths+= -e 's,share/man,man,g' +SUBST_SED.fix-paths+= -e 's,share/man,${PKGMANDIR},g' .include "../../devel/ncursesw/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/editors/ssam/distinfo b/editors/ssam/distinfo index 13d50c40ccdb8..3a70327be7102 100644 --- a/editors/ssam/distinfo +++ b/editors/ssam/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.8 2015/11/03 03:32:21 agc Exp $ +$NetBSD: distinfo,v 1.9 2016/04/01 21:40:06 jperkin Exp $ SHA1 (ssam-1.9.tar.gz) = 6fee1e64d3cbf6bef72fe60798cc8ad7eab9260e RMD160 (ssam-1.9.tar.gz) = 378f838fad503693caec5ec3e699d08fc3b7e9eb SHA512 (ssam-1.9.tar.gz) = bd30ef0f5aa9117a53b9cb8eb399a596b48a1833554b09a7dc93ff47065947abade1a3c2f08d662f5c9cbb7743e7a8fa9e7792889f4e59137935188747b34ec3 Size (ssam-1.9.tar.gz) = 41186 bytes -SHA1 (patch-aa) = 117faef49e067bde9dcae8abb769946c86ff9c4f +SHA1 (patch-aa) = 4ef6dc83bd24df6ba0d38b774cff4894c0e515c1 SHA1 (patch-ab) = 7ea16aa146e9a68d1b921a56fb80dc968df140f3 SHA1 (patch-ac) = 14536f279e719d9a43e4c9ca1f9367d8909e39bf diff --git a/editors/ssam/patches/patch-aa b/editors/ssam/patches/patch-aa index d489486a61f93..552be76e85a2d 100644 --- a/editors/ssam/patches/patch-aa +++ b/editors/ssam/patches/patch-aa @@ -1,13 +1,22 @@ -$NetBSD: patch-aa,v 1.3 2008/05/09 10:47:29 agc Exp $ +$NetBSD: patch-aa,v 1.4 2016/04/01 21:40:06 jperkin Exp $ Use LDFLAGS when linking, just in case we're ELF. Add DESTDIR support Make sure "install" is a phony target, so that the file INSTALL isn't recognised as install on case-insensitive file systems ---- Makefile.in.orig 1997-10-21 09:28:16.000000000 +0100 -+++ Makefile.in 2008-05-08 10:59:18.000000000 +0100 -@@ -22,7 +22,7 @@ +--- Makefile.in.orig 1997-10-21 08:28:16.000000000 +0000 ++++ Makefile.in +@@ -8,7 +8,7 @@ exec_prefix=@exec_prefix@ + BINDIR=$(exec_prefix)/bin + LIBDIR=$(exec_prefix)/lib + INCDIR=$(prefix)/include +-MANDIR=$(prefix)/man ++MANDIR=$(prefix)/${PKGMANDIR} + + CC= @CC@ + OPTIM= -g -O +@@ -22,7 +22,7 @@ INSTALL_DATA= @INSTALL_DATA@ RANLIB= @RANLIB@ $(EXE) : $(OBJS) @@ -16,7 +25,7 @@ Make sure "install" is a phony target, so that the file INSTALL isn't tst: $(EXE) test -d tests || ln -s $(srcdir)/tests . -@@ -170,10 +170,12 @@ +@@ -170,10 +170,12 @@ distclean: make clean rm -f config.cache config.log config.status Makefile config.h diff --git a/editors/texmaker/Makefile b/editors/texmaker/Makefile index 30baeccbc46a6..d3e03ae369f2f 100644 --- a/editors/texmaker/Makefile +++ b/editors/texmaker/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.61 2016/03/05 11:28:28 jperkin Exp $ +# $NetBSD: Makefile,v 1.63 2016/04/15 14:42:51 wiz Exp $ DISTNAME= texmaker-4.5 -PKGREVISION= 4 +PKGREVISION= 6 CATEGORIES= editors MASTER_SITES= http://www.xm1math.net/texmaker/ EXTRACT_SUFX= .tar.bz2 diff --git a/editors/texstudio/Makefile b/editors/texstudio/Makefile index fdfc01ed7b6c4..f05f7262cc2ee 100644 --- a/editors/texstudio/Makefile +++ b/editors/texstudio/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.3 2016/03/05 11:28:28 jperkin Exp $ +# $NetBSD: Makefile,v 1.4 2016/04/15 14:42:51 wiz Exp $ DISTNAME= texstudio-2.10.8 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=texstudio/} diff --git a/editors/texworks/Makefile b/editors/texworks/Makefile index 8357c4f9cd266..beba5f0d3cf56 100644 --- a/editors/texworks/Makefile +++ b/editors/texworks/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.34 2016/03/05 11:28:28 jperkin Exp $ +# $NetBSD: Makefile,v 1.36 2016/04/21 11:05:14 jperkin Exp $ DISTNAME= texworks-0.4.5-r1281 PKGNAME= texworks-0.4.5 -PKGREVISION= 11 +PKGREVISION= 12 CATEGORIES= editors MASTER_SITES= http://texworks.googlecode.com/files/ @@ -19,10 +19,10 @@ DEPENDS+= poppler-data>=0.4.5:../../print/poppler-data WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} -SUBST_CLASSES+=man -SUBST_STAGE.man=post-configure -SUBST_FILES.man=Makefile -SUBST_SED.man=-e s!/share/man/man1!/man/man1!g +SUBST_CLASSES+= man +SUBST_STAGE.man= post-configure +SUBST_FILES.man= Makefile +SUBST_SED.man= -e "s!/share/man/man1!/${PKGMANDIR}/man1!g" pre-configure: ${LN} -sf ${QTDIR}/bin/qmake ${BUILDLINK_DIR}/bin/ diff --git a/editors/tomboy/Makefile b/editors/tomboy/Makefile index e2aed6bca85ad..d68a658b390b9 100644 --- a/editors/tomboy/Makefile +++ b/editors/tomboy/Makefile @@ -1,12 +1,11 @@ -# $NetBSD: Makefile,v 1.69 2016/03/05 11:28:28 jperkin Exp $ -# +# $NetBSD: Makefile,v 1.72 2016/05/03 11:40:02 prlw1 Exp $ DISTNAME= tomboy-1.2.1 -PKGREVISION= 44 +PKGREVISION= 46 CATEGORIES= editors misc MASTER_SITES= ${MASTER_SITE_GNOME:=sources/tomboy/1.2/} -MAINTAINER= rhaen@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.gnome.org/projects/tomboy COMMENT= Gnome desktop note application LICENSE= gnu-lgpl-v2.1 diff --git a/editors/tweak/distinfo b/editors/tweak/distinfo index 19ecea9513800..a095b3eecc401 100644 --- a/editors/tweak/distinfo +++ b/editors/tweak/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.3 2015/11/03 03:32:23 agc Exp $ +$NetBSD: distinfo,v 1.4 2016/04/01 11:38:57 jperkin Exp $ SHA1 (tweak-3.01.tar.gz) = 23e731d14837f9bd7c80c3a03c1c82a39928f0fc RMD160 (tweak-3.01.tar.gz) = 09e904523f6d38b46609e64df5d9ae7276691d23 SHA512 (tweak-3.01.tar.gz) = e126d1df437b2eccb6baa647b4c2b36e9ad8f528de9028e7d215891f0b55110f8a8ed80119f4f2ce73225c42fd1f02f98800c3bc70f4b79c592c909714379699 Size (tweak-3.01.tar.gz) = 71681 bytes -SHA1 (patch-Makefile) = 76e89955dbf32aa5ad5dad0ee24bfd15f5464c2e +SHA1 (patch-Makefile) = 69dc5059a34202b6d6606e04260712b3ce37c8ce SHA1 (patch-rcfile.c) = 82bf8d167537de068650d3feaf5552ff7bb2be1b diff --git a/editors/tweak/patches/patch-Makefile b/editors/tweak/patches/patch-Makefile index 60643a8af25e9..43b7af2422c20 100644 --- a/editors/tweak/patches/patch-Makefile +++ b/editors/tweak/patches/patch-Makefile @@ -1,4 +1,4 @@ -$NetBSD: patch-Makefile,v 1.2 2013/10/16 23:28:49 roy Exp $ +$NetBSD: patch-Makefile,v 1.3 2016/04/01 11:38:57 jperkin Exp $ DESTDIR and curses support. @@ -13,7 +13,7 @@ DESTDIR and curses support. -BINDIR=$(PREFIX)/bin -MANDIR=$(PREFIX)/man/man1 +BINDIR=$(DESTDIR)$(PREFIX)/bin -+MANDIR=$(DESTDIR)$(PREFIX)/man/man1 ++MANDIR=$(DESTDIR)$(PREFIX)/${PKGMANDIR}/man1 TWEAK := main.o keytab.o actions.o search.o rcfile.o buffer.o btree.o diff --git a/editors/vilearn/distinfo b/editors/vilearn/distinfo index bcf5c82014f05..b7d182e5d9843 100644 --- a/editors/vilearn/distinfo +++ b/editors/vilearn/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.6 2015/11/03 03:32:23 agc Exp $ +$NetBSD: distinfo,v 1.7 2016/03/30 09:22:48 jperkin Exp $ SHA1 (vilearn-1.0.shar.Z) = 08aed424df46f30c93c604f3dc79d2affe1ec70e RMD160 (vilearn-1.0.shar.Z) = 081d6c4055d7de7e6739e217501ca1fa7054e2fc SHA512 (vilearn-1.0.shar.Z) = 55456ebcb37ab2edfad1643626cd803e77e39183d497ac7093f27095e0c859d470b2020c23909eff2c98701ba49884874c9c94258de098307d0fe746b463b9f2 Size (vilearn-1.0.shar.Z) = 25787 bytes -SHA1 (patch-aa) = 7ddff60dc58e7d866e5d81a91a792553a47912ef +SHA1 (patch-aa) = 69c0f1e87ed6dd886e213182f79c358352032169 diff --git a/editors/vilearn/patches/patch-aa b/editors/vilearn/patches/patch-aa index bcaee82feef8a..38c34d66d2773 100644 --- a/editors/vilearn/patches/patch-aa +++ b/editors/vilearn/patches/patch-aa @@ -1,4 +1,6 @@ -$NetBSD: patch-aa,v 1.3 2008/06/20 01:09:17 joerg Exp $ +$NetBSD: patch-aa,v 1.4 2016/03/30 09:22:48 jperkin Exp $ + +Use pkgsrc layout. --- Makefile.orig Wed Sep 24 16:22:05 2003 +++ Makefile Wed Sep 24 16:26:08 2003 @@ -13,7 +15,7 @@ $NetBSD: patch-aa,v 1.3 2008/06/20 01:09:17 joerg Exp $ # should be somewhere that the default man command will search. -MANDIR= /usr/local/man -+MANDIR= ${PREFIX}/man ++MANDIR= ${PREFIX}/${PKGMANDIR} # SEC is the section of the manual that vilearn's man page will be # installed in. diff --git a/editors/wily/distinfo b/editors/wily/distinfo index 5f8b9570aae2e..547430c3140de 100644 --- a/editors/wily/distinfo +++ b/editors/wily/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.5 2015/11/03 03:32:23 agc Exp $ +$NetBSD: distinfo,v 1.6 2016/04/01 21:44:02 jperkin Exp $ SHA1 (wily-0.13.41.tgz) = 2d6c6dfbda2c7b7b37181aaac20b02f8954c69ee RMD160 (wily-0.13.41.tgz) = 970e6b90b1093ce1c8bad535aff9db90200763e6 SHA512 (wily-0.13.41.tgz) = e828fc528f4b8ba45d4c475fef9fe558d9293ab4ae2a7121c06e2a0e8442ef7d48d5862f9d5f0399b5ef6bb60d1c2585e4f87677b19665e8800124eb5a671207 Size (wily-0.13.41.tgz) = 483429 bytes -SHA1 (patch-aa) = 5308659dd6b0100124f7a34dea425dc2161d6c61 +SHA1 (patch-aa) = 7f0236f2270b4216abb92c1116f4139c39505460 SHA1 (patch-ab) = a8076717ebafc3dbc66a838b9b9c9d4a62feaad2 diff --git a/editors/wily/patches/patch-aa b/editors/wily/patches/patch-aa index 7bbb7d8872124..8b0374a9a6f31 100644 --- a/editors/wily/patches/patch-aa +++ b/editors/wily/patches/patch-aa @@ -1,4 +1,4 @@ -$NetBSD: patch-aa,v 1.3 2007/08/17 23:46:18 agc Exp $ +$NetBSD: patch-aa,v 1.4 2016/04/01 21:44:02 jperkin Exp $ --- Makefile.in.orig 1997-05-03 07:37:17.000000000 +0100 +++ Makefile.in 2007-08-18 00:31:59.000000000 +0100 @@ -6,8 +6,8 @@ $NetBSD: patch-aa,v 1.3 2007/08/17 23:46:18 agc Exp $ install: all cd wily; $(MAKE) $(MFLAGS) install -+ @INSTALL@ -d 0755 ${DESTDIR}${PREFIX}/man/man1 -+ @INSTALL@ -m 0444 Doc/old/wily.1 ${DESTDIR}${PREFIX}/man/man1 ++ @INSTALL@ -d 0755 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1 ++ @INSTALL@ -m 0444 Doc/old/wily.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1 clean: for i in $(SUBDIRS); do \ (cd $$i; $(MAKE) $(MFLAGS) $@); \ diff --git a/editors/xemacs-current/distinfo b/editors/xemacs-current/distinfo index 4722fd497fb6e..65a96053ea25c 100644 --- a/editors/xemacs-current/distinfo +++ b/editors/xemacs-current/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.27 2016/01/29 15:46:48 joerg Exp $ +$NetBSD: distinfo,v 1.28 2016/03/26 23:26:14 joerg Exp $ SHA1 (xemacs-21.5.27.tar.gz) = 55fc3e9c8fe3cac92791ffe1a0870aeae1baf0b8 RMD160 (xemacs-21.5.27.tar.gz) = ee0caff8730c999d37aa3a19b19f23d5756837ad @@ -20,3 +20,4 @@ SHA1 (patch-am) = 0ccbead4be5da92e73a15432ff1b063da13cf0b4 SHA1 (patch-an) = f382865087f011ea3806d707cbf784fac81ad746 SHA1 (patch-src_config.h.in) = 8032e1a040b46131763d40e625a1b7e841f9b233 SHA1 (patch-src_glyphs-eimage.c) = a382113190a65d27747a90e58294a41f3bb6df42 +SHA1 (patch-src_lisp.h) = a99b2c3a25c5a20f654ca217234dc49b2424262d diff --git a/editors/xemacs-current/patches/patch-src_lisp.h b/editors/xemacs-current/patches/patch-src_lisp.h new file mode 100644 index 0000000000000..3c1f09fef3ea3 --- /dev/null +++ b/editors/xemacs-current/patches/patch-src_lisp.h @@ -0,0 +1,20 @@ +$NetBSD: patch-src_lisp.h,v 1.1 2016/03/26 23:26:14 joerg Exp $ + +--- src/lisp.h.orig 2016-03-26 13:47:05.129185443 +0000 ++++ src/lisp.h +@@ -957,6 +957,7 @@ typedef int Boolint; + + /* No type has a greater alignment requirement than max_align_t. + (except perhaps for types we don't use, like long double) */ ++#if (__STDC_VERSION__ - 0) < 201112L && (__cplusplus - 0) < 201103L + typedef union + { + struct { long l; } l; +@@ -964,6 +965,7 @@ typedef union + struct { void (*f)(void); } f; + struct { double d; } d; + } max_align_t; ++#endif + + /* ALIGNOF returns the required alignment of a type -- i.e. a value such + that data of this type must begin at a memory address which is a diff --git a/editors/xemacs-nox11/Makefile b/editors/xemacs-nox11/Makefile index 1e6c25871ac28..7f2d5cc286ecf 100644 --- a/editors/xemacs-nox11/Makefile +++ b/editors/xemacs-nox11/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2012/10/03 11:43:47 asau Exp $ +# $NetBSD: Makefile,v 1.22 2016/04/13 13:54:30 hauke Exp $ PKGNAME= ${DISTNAME:S/-/-nox11-/} @@ -8,7 +8,6 @@ PKGDIR= ${.CURDIR}/../../editors/xemacs .include "../../mk/bsd.prefs.mk" -PKG_OPTIONS.xemacs+= -x11 -lucid -#PKG_OPTIONS.xemacs+= -gtk -motif -xaw +PKG_OPTIONS.xemacs+= -x11 .include "../../editors/xemacs/Makefile" diff --git a/editors/xemacs-packages/distinfo b/editors/xemacs-packages/distinfo index b9d35c111a1e0..d1902bd425549 100644 --- a/editors/xemacs-packages/distinfo +++ b/editors/xemacs-packages/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.22 2015/11/11 15:02:33 hauke Exp $ +$NetBSD: distinfo,v 1.23 2016/04/23 20:47:23 hauke Exp $ SHA1 (xemacs-packages/Sun-1.16-pkg.tar.gz) = a23d5ff683e28ec1d8ae24f6e5a163005bc6615d RMD160 (xemacs-packages/Sun-1.16-pkg.tar.gz) = 4fc6848fcc0d5dd542c2b79260969898aaefcf06 @@ -513,5 +513,5 @@ RMD160 (xemacs-packages/zenirc-1.16-pkg.tar.gz) = 8eca17ee3dce43632b1a3a88878567 SHA512 (xemacs-packages/zenirc-1.16-pkg.tar.gz) = 2fd93791a94682bd26a2133a9a10b13587aa5a5d0b9a559c9589153f3132810c86d5fd7c6b607f2b777f22edf3aa4eab61d47ca161e0c2bf8b4a6f43ced2a07c Size (xemacs-packages/zenirc-1.16-pkg.tar.gz) = 277377 bytes SHA1 (patch-lisp_guided-tour_guided-tour.el) = 28556cc7fbb9a18ba88d6e2cf23f3b517461f580 -SHA1 (patch-lisp_vc_vc-git.el) = 5b55c88501fca6e6680875e7bbd21e76dc06ea1b +SHA1 (patch-lisp_vc_vc-git.el) = 8b5aa902cc56a256c9c2210b49437bf7929f6e30 SHA1 (patch-lisp_vc_vc.el) = ec13ecf02b41dca5bb80afc63ee4fb9f0b283a45 diff --git a/editors/xemacs-packages/patches/patch-lisp_vc_vc-git.el b/editors/xemacs-packages/patches/patch-lisp_vc_vc-git.el index c1c0160665c57..eb710ded0c584 100644 --- a/editors/xemacs-packages/patches/patch-lisp_vc_vc-git.el +++ b/editors/xemacs-packages/patches/patch-lisp_vc_vc-git.el @@ -1,4 +1,4 @@ -$NetBSD: patch-lisp_vc_vc-git.el,v 1.1 2015/09/30 10:11:45 hauke Exp $ +$NetBSD: patch-lisp_vc_vc-git.el,v 1.2 2016/04/23 09:24:07 hauke Exp $ Instead of blindly assuming a utf-8 capable XEmacs, look at the current buffer for the encoding to use. @@ -12,7 +12,7 @@ current buffer for the encoding to use. -(defvar git-commits-coding-system 'utf-8 +(defun vc-git-determine-coding-system () + -+ "Return utf-8 om 21.5, or the current buffer's coding on 21,4" ++ "Return utf-8 on 21.5, or the current buffer's encoding on 21.4" + + (if (and (featurep 'xemacs) + (<= emacs-major-version 21) diff --git a/editors/xemacs/Makefile b/editors/xemacs/Makefile index a5894ba2a2650..5337019f89599 100644 --- a/editors/xemacs/Makefile +++ b/editors/xemacs/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.115 2016/03/05 11:28:28 jperkin Exp $ +# $NetBSD: Makefile,v 1.116 2016/04/13 13:52:27 hauke Exp $ PKGNAME?= ${DISTNAME} COMMENT?= XEmacs text editor version 21 -DISTNAME= xemacs-21.4.23 -PKGREVISION= 3 +DISTNAME= xemacs-21.4.24 +#PKGREVISION= 1 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_XEMACS:=${DISTNAME:C/[.][^.]*$//}/} @@ -16,8 +16,6 @@ CONFLICTS+= gnuserv-[0-9]* CONFLICTS+= xemacs-[0-9]* CONFLICTS+= xemacs-nox11-[0-9]* -BROKEN_ON_PLATFORM= *-*-mips* # fails purespace dumping - USE_TOOLS+= makeinfo HAS_CONFIGURE= yes @@ -37,8 +35,9 @@ PLIST_SUBST+= ELSUFX='' .include "options.mk" CONFIGURE_ARGS+= ${MACHINE_GNU_PLATFORM} -CONFIGURE_ARGS+= --prefix=${PREFIX:Q} -CONFIGURE_ARGS+= --mandir=${PREFIX:Q}/${PKGMANDIR:Q}/man1 +CONFIGURE_ARGS+= --prefix=${PREFIX} +CONFIGURE_ARGS+= --mandir=${PREFIX}/${PKGMANDIR}/man1 +CONFIGURE_ARGS+= --infopath=${PREFIX}/${PKGINFODIR} CONFIGURE_ARGS+= --with-clash-detection CONFIGURE_ARGS+= --with-mule=yes CONFIGURE_ARGS+= --with-msw=no @@ -52,13 +51,6 @@ CFLAGS+= -Dunix CPPFLAGS+= -DTERMINFO .endif -.if ${X11_TYPE} != "modular" -INFOPATH= ${PREFIX}/${PKGINFODIR}:${X11BASE}/${PKGINFODIR}:${LOCALBASE}/${PKGINFODIR} -.else -INFOPATH= ${PREFIX}/${PKGINFODIR}:${LOCALBASE}/${PKGINFODIR} -.endif -CONFIGURE_ARGS+= --infopath=${INFOPATH:Q} - .if ${OPSYS} == "SunOS" . if !exists(/usr/demo/SOUND/libaudio.a) && \ !exists(/usr/demo/SOUND/lib/libaudio.a) diff --git a/editors/xemacs/distinfo b/editors/xemacs/distinfo index 67bf8157eaffd..ed6d9173fba3b 100644 --- a/editors/xemacs/distinfo +++ b/editors/xemacs/distinfo @@ -1,25 +1,17 @@ -$NetBSD: distinfo,v 1.21 2016/01/17 07:51:34 richard Exp $ +$NetBSD: distinfo,v 1.25 2016/04/23 10:43:02 wiz Exp $ -SHA1 (xemacs/xemacs-21.4.23.tar.gz) = b57bc569cf8d376c1e2443b6ea1f40d30271e9a6 -RMD160 (xemacs/xemacs-21.4.23.tar.gz) = 9df94c576b546a4df30c29ed3b5609ee816ad43c -SHA512 (xemacs/xemacs-21.4.23.tar.gz) = 5f7b71c937ebcd7c16e42da8e0ac3d9619f8adc9e3b70707942285dd3a0b440d49c6f5ce929ec4a2b6f1093c7940354087221eac193233025b31b8b4b2ff2aee -Size (xemacs/xemacs-21.4.23.tar.gz) = 8537366 bytes -SHA1 (patch-Makefile.in.in) = ac8e41c0057a3c3aed0f02dc282423eb48158b7c -SHA1 (patch-configure) = a48c1a92098c67d6f3e87c0c0e9917bc545d5155 -SHA1 (patch-configure.in) = 6ae72ac1746b42fc7f9a451579a5288f53a2b21c -SHA1 (patch-lib-src_Makefile.in.in) = 865662811be6a92d5022f76e8325d0b194942791 -SHA1 (patch-lib-src_vcdiff) = bd42965219395cdae24d63972c23b3578229f375 -SHA1 (patch-lwlib_Makefile.in.in) = 2de9b7c45d7f5337d25138e518cd303b3c721fab -SHA1 (patch-man_custom.texi) = 516baec86e2d04facd94ce07e8cdd7390b1fcd79 -SHA1 (patch-man_info.texi) = eb40eb9b6392c558db8d831e02b7693aaadb83b9 -SHA1 (patch-man_lispref_edebug-inc.texi) = 8e0cb2c29886ca7eb0c9d18d750e1455fc0c0fae -SHA1 (patch-man_lispref_packaging.texi) = 8a778def392f5654122cc633177668b9c3d565fd -SHA1 (patch-man_term.texi) = 47aff3a7678d315e5ec24ddce1e2418ccb988ad4 -SHA1 (patch-man_widget.texi) = 54076e3a3a14a2b26a9dc352a5359c6475d1f5c4 -SHA1 (patch-src_Makefile.in.in) = 28098f18870c34165b37fe11e84cbd6f5584bc63 -SHA1 (patch-src_config.h.in) = 9a031ace4ca6f89dacbf599484d9fcd410d7841f -SHA1 (patch-src_dired.c) = 98f1c076c29385e3d5052cdb84d067f6cec8bc22 -SHA1 (patch-src_glyphs-eimage.c) = ea561758dd454003eb3274508087fd302d9d9fd4 -SHA1 (patch-src_lisp.h) = 92f866c17745a3bf664c3c1153249f15fffb1866 -SHA1 (patch-src_unexelf.c) = 738d09ea8a3d10b609e474b0efb8806d3e302bf9 -SHA1 (patch-src_unexfreebsd.c) = 89ce80b21fa5d6cf8be98762183c6a8b0d8f71dd +SHA1 (xemacs/xemacs-21.4.24.tar.gz) = e9ff7693adbef333b78f51b4dfdddd296bad0fcc +RMD160 (xemacs/xemacs-21.4.24.tar.gz) = 0e01971c0dd47d9dd401d02e508edf241208969b +SHA512 (xemacs/xemacs-21.4.24.tar.gz) = b7a88d5a4a9f74f74c2067ed60f7ea87ac8ccad5d9c2c1033ecf07f540250191f8fa5f9e6d23d9fedd0f2ab1eb5ea6c29a7665a310ec512d85e2e4f337447213 +Size (xemacs/xemacs-21.4.24.tar.gz) = 8543879 bytes +SHA1 (patch-Makefile.in.in) = a65cf383a343bb582f6950a28c4e7219e3dd22e7 +SHA1 (patch-lib-src_Makefile.in.in) = 5e11bf2904145804f521fed0ef956da94e5f21bd +SHA1 (patch-lwlib_Makefile.in.in) = 97fcf6de4299dfd5ba7a9827ee88bc037df0491e +SHA1 (patch-man_lispref_debugging.texi) = 4d6f99c17bc8e25e700a663f7eff147b72fd9a14 +SHA1 (patch-man_lispref_intro.texi) = 5837f8a0e8057649921cdbddd8e8329165ec1104 +SHA1 (patch-man_xemacs_custom.texi) = e564906bced48b0a7c788c217c02eafe167fee59 +SHA1 (patch-src_Makefile.in.in) = 8d2c262983ff16197c99429e7d4cc80cd8371775 +SHA1 (patch-src_config.h.in) = 25ac897560abad51d83b58818e1dc2e77a8519e4 +SHA1 (patch-src_lisp.h) = ed1210a179f7dce537634e3129acc93f9c9b5966 +SHA1 (patch-src_unexelf.c) = 5147a3f41d1188aaf08b99e768d8b93e9e28d305 +SHA1 (patch-src_unexfreebsd.c) = 8bcbd103884430cec31c584bc489e4ab98d79448 diff --git a/editors/xemacs/hacks.mk b/editors/xemacs/hacks.mk deleted file mode 100644 index 0d10d6678afcb..0000000000000 --- a/editors/xemacs/hacks.mk +++ /dev/null @@ -1,18 +0,0 @@ -# $NetBSD: hacks.mk,v 1.3 2014/12/15 11:46:34 jperkin Exp $ - -.if !defined(XEMACS_HACKS_MK) -XEMACS_HACKS_MK= defined - -.include "../../mk/compiler.mk" - -### [Sun Dec 10 10:00:00 UTC 2011 : hauke] -### On PowerPC, building with -O2 optimisation with GCC (on netbsd-5, -### at least) results in 'xemacs -vanilla' dumping core. -### Lower optimisation as a workaround, until GCC is fixed. -### -.if !empty(CC_VERSION:Mgcc*) && !empty(MACHINE_PLATFORM:MNetBSD-*-powerpc) -PKG_HACKS+= powerpc-codegen -BUILDLINK_TRANSFORM+= opt:-O[0-9]*:-Os -.endif - -.endif # XEMACS_HACKS_MK diff --git a/editors/xemacs/options.mk b/editors/xemacs/options.mk index 1ef91a23efd40..d94f02f1c0ee4 100644 --- a/editors/xemacs/options.mk +++ b/editors/xemacs/options.mk @@ -1,65 +1,14 @@ -# $NetBSD: options.mk,v 1.11 2015/02/15 13:13:24 hauke Exp $ +# $NetBSD: options.mk,v 1.12 2016/04/13 13:52:27 hauke Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.xemacs PKG_SUPPORTED_OPTIONS= ldap xface canna x11 debug -PKG_OPTIONS_OPTIONAL_GROUPS= toolkit -PKG_OPTIONS_GROUP.toolkit= lucid - -# GUI configuration is a mess... only support "lucid" for now. -#PKG_OPTIONS_GROUP.toolkit+= gtk motif xaw -#PKG_OPTIONS_LEGACY_VARS+= USE_ATHENA:xaw -#PKG_OPTIONS_LEGACY_VARS+= USE_GTK:gtk -#PKG_OPTIONS_LEGACY_VARS+= USE_MOTIF:motif PKG_SUGGESTED_OPTIONS= x11 .include "../../mk/bsd.options.mk" ### -### Any of the "toolkit" options implies "x11". -### -.if !empty(PKG_OPTIONS:Mgtk) || !empty(PKG_OPTIONS:Mlucid) || \ - !empty(PKG_OPTIONS:Mmotif) || !empty(PKG_OPTIONS:Mxaw) -. if empty(PKG_OPTIONS:Mx11) -PKG_OPTIONS+= x11 -. endif -.endif - -### -### Default to using the Lucid X11 toolkit if none is specified. -### -.if !empty(PKG_OPTIONS:Mx11) -. if empty(PKG_OPTIONS:Mgtk) && empty(PKG_OPTIONS:Mlucid) && \ - empty(PKG_OPTIONS:Mmotif) && empty(PKG_OPTIONS:Mxaw) -PKG_OPTIONS+= lucid -. endif -.endif - -.if !empty(PKG_OPTIONS:Mldap) -CONFIGURE_ARGS+= --with-ldap -. include "../../databases/openldap-client/buildlink3.mk" -.else -CONFIGURE_ARGS+= --without-ldap -.endif - -.if !empty(PKG_OPTIONS:Mxface) -CONFIGURE_ARGS+= --with-xface -. include "../../mail/faces/buildlink3.mk" -.else -CONFIGURE_ARGS+= --without-xface -.endif - -PLIST_VARS+= canna -.if !empty(PKG_OPTIONS:Mcanna) -. include "../../inputmethod/canna-lib/buildlink3.mk" -CONFIGURE_ARGS+= --with-canna -PLIST.canna= yes -.else -CONFIGURE_ARGS+= --without-canna -.endif - -### -### Support drawing pretty X11 widgets. +### Support drawing pretty X11 Lucid widgets ### PLIST_VARS+= x11 .if !empty(PKG_OPTIONS:Mx11) @@ -67,6 +16,7 @@ PLIST_VARS+= x11 . include "../../graphics/png/buildlink3.mk" . include "../../graphics/tiff/buildlink3.mk" . include "../../x11/libXpm/buildlink3.mk" +. include "../../mk/xaw.buildlink3.mk" . include "../../x11/xbitmaps/buildlink3.mk" PLIST.x11= yes CONFIGURE_ARGS+= --with-x @@ -77,6 +27,14 @@ CONFIGURE_ARGS+= --with-xpm CONFIGURE_ARGS+= --site-includes=${PREFIX}/include:${X11BASE}/include CONFIGURE_ARGS+= --site-libraries=${PREFIX}/lib:${X11BASE}/lib CONFIGURE_ARGS+= --site-runtime-libraries=${PREFIX}/lib:${X11BASE}/lib +# Lucid widgets +CONFIGURE_ARGS+= --with-toolbars=yes +CONFIGURE_ARGS+= --with-menubars=yes +CONFIGURE_ARGS+= --with-scrollbars=lucid +CONFIGURE_ARGS+= --with-dialogs=lucid +CONFIGURE_ARGS+= --with-widgets=lucid +CONFIGURE_ARGS+= --with-athena=xaw +CONFIGURE_ARGS+= --with-xim=xlib .else CONFIGURE_ARGS+= --without-x CONFIGURE_ARGS+= --without-jpeg @@ -88,56 +46,27 @@ CONFIGURE_ARGS+= --site-libraries=${PREFIX}/lib CONFIGURE_ARGS+= --site-runtime-libraries=${PREFIX}/lib .endif -### -### Support using GTK X11 widgets. -### -.if !empty(PKG_OPTIONS:Mgtk) -. include "../../x11/gtk/buildlink3.mk" -CONFIGURE_ARGS+= --with-gtk -CONFIGURE_ARGS+= --with-menubars=yes -CONFIGURE_ARGS+= --with-scrollbars=yes -CONFIGURE_ARGS+= --with-dialogs=yes -CONFIGURE_ARGS+= --with-widgets=yes -CONFIGURE_ARGS+= --with-xim=yes -.endif - -### -### Support using Lucid X11 widgets. -### -.if !empty(PKG_OPTIONS:Mlucid) -. include "../../mk/xaw.buildlink3.mk" -CONFIGURE_ARGS+= --with-toolbars=yes -CONFIGURE_ARGS+= --with-menubars=yes -CONFIGURE_ARGS+= --with-scrollbars=lucid -CONFIGURE_ARGS+= --with-dialogs=lucid -CONFIGURE_ARGS+= --with-widgets=lucid -CONFIGURE_ARGS+= --with-athena=xaw -CONFIGURE_ARGS+= --with-xim=xlib +.if !empty(PKG_OPTIONS:Mldap) +CONFIGURE_ARGS+= --with-ldap +. include "../../databases/openldap-client/buildlink3.mk" +.else +CONFIGURE_ARGS+= --without-ldap .endif -### -### Support using Motif X11 widgets. -### -.if !empty(PKG_OPTIONS:Mmotif) -. include "../../mk/motif.buildlink3.mk" -CONFIGURE_ARGS+= --with-menubars=motif -CONFIGURE_ARGS+= --with-scrollbars=motif -CONFIGURE_ARGS+= --with-dialogs=motif -CONFIGURE_ARGS+= --with-widgets=motif -CONFIGURE_ARGS+= --with-xim=motif +.if !empty(PKG_OPTIONS:Mxface) +CONFIGURE_ARGS+= --with-xface +. include "../../mail/faces/buildlink3.mk" +.else +CONFIGURE_ARGS+= --without-xface .endif -### -### Support using Athena X11 widgets. -### -.if !empty(PKG_OPTIONS:Mxaw) -. include "../../mk/xaw.buildlink3.mk" -CONFIGURE_ARGS+= --with-menubars=athena -CONFIGURE_ARGS+= --with-scrollbars=athena -CONFIGURE_ARGS+= --with-dialogs=athena -CONFIGURE_ARGS+= --with-widgets=athena -CONFIGURE_ARGS+= --with-athena=xaw -CONFIGURE_ARGS+= --with-xim=xlib +PLIST_VARS+= canna +.if !empty(PKG_OPTIONS:Mcanna) +. include "../../inputmethod/canna-lib/buildlink3.mk" +CONFIGURE_ARGS+= --with-canna +PLIST.canna= yes +.else +CONFIGURE_ARGS+= --without-canna .endif PLIST_VARS+= debug diff --git a/editors/xemacs/patches/patch-Makefile.in.in b/editors/xemacs/patches/patch-Makefile.in.in index 4e437b5e62ec3..9564d295ee137 100644 --- a/editors/xemacs/patches/patch-Makefile.in.in +++ b/editors/xemacs/patches/patch-Makefile.in.in @@ -1,4 +1,8 @@ -$NetBSD: patch-Makefile.in.in,v 1.1 2015/02/04 09:19:20 hauke Exp $ +$NetBSD: patch-Makefile.in.in,v 1.3 2016/04/23 09:34:18 hauke Exp $ + +Avoid picking up local config when checking features + +Install {c,e}tags man pages with xemacs prefix --- Makefile.in.in.orig 2015-01-29 15:04:29.000000000 +0000 +++ Makefile.in.in diff --git a/editors/xemacs/patches/patch-configure b/editors/xemacs/patches/patch-configure deleted file mode 100644 index a25a1d08eb9a7..0000000000000 --- a/editors/xemacs/patches/patch-configure +++ /dev/null @@ -1,91 +0,0 @@ -$NetBSD: patch-configure,v 1.1 2015/02/04 09:19:20 hauke Exp $ - ---- configure.orig 2015-01-29 15:04:29.000000000 +0000 -+++ configure -@@ -1130,6 +1130,7 @@ echo "$ac_t""$configuration" 1>&6 - machine='' opsys='' - - case "$canonical" in -+ arm-*-* ) machine=sparc ;; - sparc-*-* ) machine=sparc ;; - alpha*-*-* ) machine=alpha ;; - vax-*-* ) machine=vax ;; -@@ -1202,9 +1203,10 @@ case "$canonical" in - case "$canonical" in - i[3-9]86-*-netbsd*) machine=intel386 ;; - hp300-*-netbsd* | amiga-*-netbsd* | sun3-*-netbsd* | mac68k-*-netbsd* | da30-*-netbsd* | m68k-*-netbsd* ) -- machine=hp9000s300 ;; -+ machine=m68k ;; - pc532-*-netbsd* | ns32k-*-netbsd* ) machine=ns32000 ;; - pmax-*-netbsd* | mips-*-netbsd* ) machine=pmax ;; -+ alpha-*-netbsd ) machine=alpha ;; - esac - ;; - -@@ -1508,6 +1510,7 @@ EOF - *-sysv5* ) opsys=sco7 ;; - *-386bsd* ) opsys=386bsd ;; - *-freebsd* ) opsys=freebsd ;; -+ *-dragonfly* ) opsys=dragonfly ;; - *-nextstep* ) opsys=nextstep ;; - *-pc-cygwin* ) opsys=cygwin32 ;; - *-pc-mingw* ) opsys=mingw32 ; -@@ -3132,7 +3135,7 @@ echo "configure:3130: checking "for runt - decosf* | linux* | irix*) dash_r="-rpath " ;; - *) - dash_r="" -- for try_dash_r in "-R" "-R " "-rpath "; do -+ for try_dash_r in "-Wl,-R" "-R" "-R " "-rpath "; do - xe_check_libs="${try_dash_r}/no/such/file-or-directory" - - if test "$GCC" = "yes"; then -@@ -14312,6 +14315,41 @@ else for feature in ncurses gpm; do - eval "with_${feature}=no" - done - fi -+echo $ac_n "checking for main in -lossaudio""... $ac_c" 1>&6 -+echo "configure:10915: checking for main in -lossaudio" >&5 -+ac_lib_var=`echo ossaudio'_'main | sed 'y%./+-%__p_%'` -+ -+xe_check_libs=" -lossaudio " -+cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && -+ test -s conftest${ac_exeext}; then -+ rm -rf conftest* -+ eval "ac_cv_lib_$ac_lib_var=yes" -+else -+ echo "configure: failed program was:" >&5 -+ cat conftest.$ac_ext >&5 -+ rm -rf conftest* -+ eval "ac_cv_lib_$ac_lib_var=no" -+fi -+rm -f conftest* -+xe_check_libs="" -+ -+if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes" ; then -+ echo "$ac_t""yes" 1>&6 -+ LIBOSSAUDIO=-lossaudio -+else -+ echo "$ac_t""no" 1>&6 -+fi - test "$with_x11" = "yes" -o "$with_tty" = "yes" -o "$need_event_unixoid" = "yes" && extra_objs="$extra_objs event-unixoid.o" && if test "$extra_verbose" = "yes"; then - echo " xemacs will be linked with \"event-unixoid.o\"" - fi -@@ -16917,6 +16955,7 @@ s%@libs_xauth@%$libs_xauth%g - s%@dnd_objs@%$dnd_objs%g - s%@lwlib_objs@%$lwlib_objs%g - s%@ALLOCA@%$ALLOCA%g -+s%@LIBOSSAUDIO@%$LIBOSSAUDIO%g - s%@have_esd_config@%$have_esd_config%g - s%@dll_ld@%$dll_ld%g - s%@dll_cflags@%$dll_cflags%g diff --git a/editors/xemacs/patches/patch-configure.in b/editors/xemacs/patches/patch-configure.in deleted file mode 100644 index 150acfef02925..0000000000000 --- a/editors/xemacs/patches/patch-configure.in +++ /dev/null @@ -1,52 +0,0 @@ -$NetBSD: patch-configure.in,v 1.1 2015/02/04 09:19:20 hauke Exp $ - ---- configure.in.orig 2015-01-29 15:04:29.000000000 +0000 -+++ configure.in -@@ -1082,6 +1082,7 @@ machine='' opsys='' - - dnl Straightforward machine determination - case "$canonical" in -+ arm-*-* ) machine=arm ;; - sparc-*-* ) machine=sparc ;; - alpha*-*-* ) machine=alpha ;; - vax-*-* ) machine=vax ;; -@@ -1160,10 +1161,10 @@ case "$canonical" in - case "$canonical" in - i[[3-9]]86-*-netbsd*) machine=intel386 ;; - hp300-*-netbsd* | amiga-*-netbsd* | sun3-*-netbsd* | mac68k-*-netbsd* | da30-*-netbsd* | m68k-*-netbsd* ) -- dnl Yes, this is somewhat bogus. -- machine=hp9000s300 ;; -+ machine=m68k ;; - pc532-*-netbsd* | ns32k-*-netbsd* ) machine=ns32000 ;; - pmax-*-netbsd* | mips-*-netbsd* ) machine=pmax ;; -+ alpha-*-netbsd* ) machine=alpha ;; - esac - ;; - -@@ -1545,6 +1546,7 @@ case "$canonical" in - *-sysv5* ) opsys=sco7 ;; - *-386bsd* ) opsys=386bsd ;; - *-freebsd* ) opsys=freebsd ;; -+ *-dragonfly* ) opsys=dragonfly ;; - *-nextstep* ) opsys=nextstep ;; - *-pc-cygwin* ) opsys=cygwin32 ;; - *-pc-mingw* ) opsys=mingw32 ; -@@ -2245,7 +2247,7 @@ if test "$add_runtime_path" = "yes"; the - decosf* | linux* | irix*) dash_r="-rpath " ;; - *) - dash_r="" -- for try_dash_r in "-R" "-R " "-rpath "; do -+ for try_dash_r in "-Wl,-R" "-R" "-R " "-rpath "; do - xe_check_libs="${try_dash_r}/no/such/file-or-directory" - XE_PROTECT_LINKER_FLAGS(xe_check_libs) - AC_TRY_LINK(, , dash_r="$try_dash_r") -@@ -4522,6 +4524,9 @@ else dnl "$with_tty" = "no" - done - fi dnl with_tty - -+AC_CHECK_LIB(ossaudio, main, LIBOSSAUDIO=-lossaudio) -+AC_SUBST(LIBOSSAUDIO) -+ - dnl Do we need event-unixoid.o ? - dnl This is needed for X, or for TTY, or for MSWIN w/Cygwin select() - dnl [but not Mingw MSWIN] diff --git a/editors/xemacs/patches/patch-lib-src_Makefile.in.in b/editors/xemacs/patches/patch-lib-src_Makefile.in.in index 401ab6b1f2abd..0746eb5438261 100644 --- a/editors/xemacs/patches/patch-lib-src_Makefile.in.in +++ b/editors/xemacs/patches/patch-lib-src_Makefile.in.in @@ -1,4 +1,6 @@ -$NetBSD: patch-lib-src_Makefile.in.in,v 1.1 2015/02/04 09:19:20 hauke Exp $ +$NetBSD: patch-lib-src_Makefile.in.in,v 1.2 2016/04/13 13:52:27 hauke Exp $ + +Install selected files, using bsd.pkg.mk functionality --- lib-src/Makefile.in.in.orig 2015-01-29 15:04:29.000000000 +0000 +++ lib-src/Makefile.in.in diff --git a/editors/xemacs/patches/patch-lib-src_vcdiff b/editors/xemacs/patches/patch-lib-src_vcdiff deleted file mode 100644 index 0054aa9090355..0000000000000 --- a/editors/xemacs/patches/patch-lib-src_vcdiff +++ /dev/null @@ -1,111 +0,0 @@ -$NetBSD: patch-lib-src_vcdiff,v 1.1 2015/02/04 09:19:20 hauke Exp $ - ---- lib-src/vcdiff.orig 2015-01-29 15:04:29.000000000 +0000 -+++ lib-src/vcdiff -@@ -1,23 +1,35 @@ --#!/bin/sh -+#! /bin/sh - # - # Enhanced sccs diff utility for use with vc mode. - # This version is more compatible with rcsdiff(1). - # --# !Id: vcdiff,v 1.4 1993/12/03 09:29:18 eggert Exp ! -+# Copyright (C) 1992, 1993, 1995, 1997, 2001, 2002, 2003, 2004, -+# 2005, 2006, 2007, 2008 Free Software Foundation, Inc. - # --# Modified by: vladimir@Eng.Sun.COM on 95-06-07 --# * Made sure that file arguments are specifed as s.. --# * Switched the assignments to $f inside the 3rd and 4th case statements of --# the first for-loop --# * Removed the incorrect initialization of sid1 before the first for-loop. -+# This file is part of GNU Emacs. -+# -+# GNU Emacs is free software; you can redistribute it and/or modify -+# it under the terms of the GNU General Public License as published by -+# the Free Software Foundation; either version 3, or (at your option) -+# any later version. -+# -+# GNU Emacs is distributed in the hope that it will be useful, -+# but WITHOUT ANY WARRANTY; without even the implied warranty of -+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -+# GNU General Public License for more details. -+# -+# You should have received a copy of the GNU General Public License -+# along with GNU Emacs; see the file COPYING. If not, write to the -+# Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, -+# Boston, MA 02110-1301, USA. - # - - DIFF="diff" - usage="$0: Usage: vcdiff [--brief] [-q] [-r] [-r] [diffopts] sccsfile..." - --PATH=$PATH:/usr/ccs/bin:/usr/sccs # common SCCS hangouts -+PATH=$PATH:/usr/ccs/bin:/usr/sccs:/usr/xpg4/bin # common SCCS hangouts - --echo= -+echo="echo" - sid1= sid2= - - for f -@@ -31,14 +43,14 @@ do - echo=:;; - -r?*) - case $sid1 in -- -r*) -- sid2=$f -+ '') -+ sid1=$f - ;; -- *) -+ *) - case $sid2 in -- ?*) echo "$usage" >&2; exit 2 ;; -+ ?*) echo "$usage" >&2; exit 2 ;; - esac -- sid1=$f -+ sid2=$f - ;; - esac - ;; -@@ -67,31 +79,24 @@ trap 'rm -f $rev1 $rev2 || status=2; exi - - for f - do -- s=2 -- -- # For files under SCCS control, fixup the file name to be the s. filename -- if [ -d SCCS ]; then -- if [ $f = `echo $f | sed -e 's|SCCS/s.||'` ]; then -- f="SCCS/s.$f" -- fi -- fi -+ s=2 - - case $f in - s.* | */s.*) - if -- rev1=/tmp/geta$$ -+ rev1=`mktemp /tmp/geta.XXXXXXXX` - get -s -p -k $sid1 "$f" > $rev1 && - case $sid2 in - '') - workfile=`expr " /$f" : '.*/s.\(.*\)'` - ;; - *) -- rev2=/tmp/getb$$ -+ rev2=`mktemp /tmp/getb.XXXXXXXX` - get -s -p -k $sid2 "$f" > $rev2 - workfile=$rev2 - esac - then -- $echo $DIFF $options $sid1 $sid2 $workfile >&2 -+ $echo $DIFF $options $rev1 $workfile >&2 - $DIFF $options $rev1 $workfile - s=$? - fi -@@ -104,3 +109,5 @@ do - then status=$s - fi - done -+ -+# arch-tag: 4344ba3a-bcbe-4f77-971c-f43c1606953a diff --git a/editors/xemacs/patches/patch-lwlib_Makefile.in.in b/editors/xemacs/patches/patch-lwlib_Makefile.in.in index 90be6060d0ce7..8361fc7c13adc 100644 --- a/editors/xemacs/patches/patch-lwlib_Makefile.in.in +++ b/editors/xemacs/patches/patch-lwlib_Makefile.in.in @@ -1,4 +1,6 @@ -$NetBSD: patch-lwlib_Makefile.in.in,v 1.1 2015/02/04 09:19:20 hauke Exp $ +$NetBSD: patch-lwlib_Makefile.in.in,v 1.2 2016/04/13 13:52:27 hauke Exp $ + +SunOS 5 bmake / gmake fixes --- lwlib/Makefile.in.in.orig 2015-01-29 15:04:29.000000000 +0000 +++ lwlib/Makefile.in.in diff --git a/editors/xemacs/patches/patch-man_custom.texi b/editors/xemacs/patches/patch-man_custom.texi deleted file mode 100644 index 50bdbc59d7992..0000000000000 --- a/editors/xemacs/patches/patch-man_custom.texi +++ /dev/null @@ -1,67 +0,0 @@ -$NetBSD: patch-man_custom.texi,v 1.1 2016/01/17 07:51:34 richard Exp $ -http://tracker.xemacs.org/XEmacs/its/issue859 ---- man/custom.texi.orig 2015-01-29 15:04:29.000000000 +0000 -+++ man/custom.texi -@@ -60,7 +60,7 @@ automatically created from the options n - - @node Declaring Groups, Declaring Variables, Top, Top - @comment node-name, next, previous, up --@section Declaring Groups -+@chapter Declaring Groups - - Use @code{defgroup} to declare new customization groups. - -@@ -92,7 +92,7 @@ tag for that member. - - @node Declaring Variables, Declaring Faces, Declaring Groups, Top - @comment node-name, next, previous, up --@section Declaring Variables -+@chapter Declaring Variables - - Use @code{defcustom} to declare user editable variables. - -@@ -176,7 +176,7 @@ member. For other types of variables, t - - @node Declaring Faces, Usage for Package Authors, Declaring Variables, Top - @comment node-name, next, previous, up --@section Declaring Faces -+@chapter Declaring Faces - - Faces are declared with @code{defface}. - -@@ -228,7 +228,7 @@ documentation string.@refill - - @node Usage for Package Authors, Utilities, Declaring Faces, Top - @comment node-name, next, previous, up --@section Usage for Package Authors -+@chapter Usage for Package Authors - - The recommended usage for the author of a typical emacs lisp package is - to create one group identifying the package, and make all user options -@@ -244,7 +244,7 @@ keyword. - - @node Utilities, The Init File, Usage for Package Authors, Top - @comment node-name, next, previous, up --@section Utilities -+@chapter Utilities - - These utilities can come in handy when adding customization support. - -@@ -276,7 +276,7 @@ The menu is in a format applicable to @c - - @node The Init File, Wishlist, Utilities, Top - @comment node-name, next, previous, up --@section The Init File -+@chapter The Init File - - Customizations are saved to the file specified by @code{custom-file}, as - calls to @code{custom-set-variables} and @code{custom-set-faces}. -@@ -299,7 +299,7 @@ about enforcing its idea of the correct - - @node Wishlist, , The Init File, Top - @comment node-name, next, previous, up --@section Wishlist -+@chapter Wishlist - - @itemize @bullet - @item diff --git a/editors/xemacs/patches/patch-man_info.texi b/editors/xemacs/patches/patch-man_info.texi deleted file mode 100644 index a76b0a946ee77..0000000000000 --- a/editors/xemacs/patches/patch-man_info.texi +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-man_info.texi,v 1.1 2016/01/17 07:51:34 richard Exp $ -http://tracker.xemacs.org/XEmacs/its/issue859 ---- man/info.texi.orig 2015-01-29 15:04:29.000000000 +0000 -+++ man/info.texi -@@ -542,6 +542,10 @@ to cancel the @samp{f}. - - @c If a menu appears at the end of this node, remove it. - @c It is an accident of the menu updating command. -+@c Except now texinfo5 insists on one -+@menu -+* Help-Cross:: Cross reference section -+@end menu - - @node Help-Cross, , , Help-Adv - @subsection The node reached by the cross reference in Info diff --git a/editors/xemacs/patches/patch-man_lispref_debugging.texi b/editors/xemacs/patches/patch-man_lispref_debugging.texi new file mode 100644 index 0000000000000..086ca1578e89f --- /dev/null +++ b/editors/xemacs/patches/patch-man_lispref_debugging.texi @@ -0,0 +1,15 @@ +$NetBSD: patch-man_lispref_debugging.texi,v 1.1 2016/04/13 13:52:27 hauke Exp $ + +Fix makeinfo 4 build errors. + +--- man/lispref/debugging.texi.orig 2015-03-25 11:25:33.000000000 +0000 ++++ man/lispref/debugging.texi +@@ -725,7 +725,7 @@ the old indentation actually fit the int + and you have put back those parentheses, @kbd{C-M-q} should not change + anything. + +-@node Compilation Errors, , Syntax Errors, Debugging ++@node Compilation Errors, Edebug , Syntax Errors, Debugging + @section Debugging Problems in Compilation + + When an error happens during byte compilation, it is normally due to diff --git a/editors/xemacs/patches/patch-man_lispref_edebug-inc.texi b/editors/xemacs/patches/patch-man_lispref_edebug-inc.texi deleted file mode 100644 index 977cb70253c1a..0000000000000 --- a/editors/xemacs/patches/patch-man_lispref_edebug-inc.texi +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-man_lispref_edebug-inc.texi,v 1.1 2016/01/17 07:51:34 richard Exp $ -http://tracker.xemacs.org/XEmacs/its/issue859 ---- man/lispref/edebug-inc.texi.orig 2015-01-29 15:04:29.000000000 +0000 -+++ man/lispref/edebug-inc.texi -@@ -1103,7 +1103,7 @@ by an alternative, equivalent specificat - Here is a table of the possibilities for @var{specification} and how each - directs processing of arguments. - --@table @bullet -+@table @code - - @item @code{t} - All arguments are instrumented for evaluation. diff --git a/editors/xemacs/patches/patch-man_lispref_intro.texi b/editors/xemacs/patches/patch-man_lispref_intro.texi new file mode 100644 index 0000000000000..3387688ee27d4 --- /dev/null +++ b/editors/xemacs/patches/patch-man_lispref_intro.texi @@ -0,0 +1,24 @@ +$NetBSD: patch-man_lispref_intro.texi,v 1.1 2016/04/13 13:52:27 hauke Exp $ + +Fix makeinfo 4 build errors. + +--- man/lispref/intro.texi.orig 2015-03-25 11:25:33.000000000 +0000 ++++ man/lispref/intro.texi +@@ -4,7 +4,7 @@ + @c See the file lispref.texi for copying conditions. + @setfilename ../../info/intro.info + +-@node Copying, Introduction ++@node Copying, Introduction, Top, Top + @unnumbered GNU GENERAL PUBLIC LICENSE + @center Version 2, June 1991 + +@@ -400,7 +400,7 @@ consider it more useful to permit linkin + library. If this is what you want to do, use the GNU Library General + Public License instead of this License. + +-@node Introduction, , Copying ++@node Introduction, Packaging , Copying, Top + @chapter Introduction + + Most of the XEmacs text editor is written in the programming diff --git a/editors/xemacs/patches/patch-man_lispref_packaging.texi b/editors/xemacs/patches/patch-man_lispref_packaging.texi deleted file mode 100644 index be415235bb57e..0000000000000 --- a/editors/xemacs/patches/patch-man_lispref_packaging.texi +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-man_lispref_packaging.texi,v 1.1 2016/01/17 07:51:34 richard Exp $ -http://tracker.xemacs.org/XEmacs/its/issue859 ---- man/lispref/packaging.texi.orig 2015-01-29 15:04:29.000000000 +0000 -+++ man/lispref/packaging.texi -@@ -600,7 +600,7 @@ Builds the HTML versions of the document - Does most of the work. Builds the elcs, infos at a minimum. - @end table - --@subsection The targets that most people would be interested in would be: -+@section The targets that most people would be interested in would be: - - @itemize @bullet - @item @code{all} diff --git a/editors/xemacs/patches/patch-man_term.texi b/editors/xemacs/patches/patch-man_term.texi deleted file mode 100644 index 7d631bdfb2d78..0000000000000 --- a/editors/xemacs/patches/patch-man_term.texi +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-man_term.texi,v 1.1 2016/01/17 07:51:34 richard Exp $ -http://tracker.xemacs.org/XEmacs/its/issue859 ---- man/term.texi.orig 2015-01-29 15:04:29.000000000 +0000 -+++ man/term.texi -@@ -4,7 +4,7 @@ settitle Notes about emacs Term mode - - @titlepage - @sp 6 --@center @titlefont(Notes about Emacs TERM Mode) -+@center @titlefont{Notes about Emacs TERM Mode} - @end titlepage - - @ifinfo diff --git a/editors/xemacs/patches/patch-man_widget.texi b/editors/xemacs/patches/patch-man_widget.texi deleted file mode 100644 index 580b0b6b8aba5..0000000000000 --- a/editors/xemacs/patches/patch-man_widget.texi +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-man_widget.texi,v 1.1 2016/01/17 07:51:34 richard Exp $ -http://tracker.xemacs.org/XEmacs/its/issue859 ---- man/widget.texi.orig 2015-01-29 15:04:29.000000000 +0000 -+++ man/widget.texi -@@ -38,7 +38,7 @@ - - @node Introduction, User Interface, Top, Top - @comment node-name, next, previous, up --@section Introduction -+@chapter Introduction - - Most graphical user interface toolkits, such as Motif and XView, provide - a number of standard user interface controls (sometimes known as diff --git a/editors/xemacs/patches/patch-man_xemacs_custom.texi b/editors/xemacs/patches/patch-man_xemacs_custom.texi new file mode 100644 index 0000000000000..0dac3af8435cd --- /dev/null +++ b/editors/xemacs/patches/patch-man_xemacs_custom.texi @@ -0,0 +1,15 @@ +$NetBSD: patch-man_xemacs_custom.texi,v 1.1 2016/04/13 13:52:27 hauke Exp $ + +Fix makeinfo 4 build errors. + +--- man/xemacs/custom.texi.orig 2015-03-25 11:25:33.000000000 +0000 ++++ man/xemacs/custom.texi +@@ -35,7 +35,7 @@ file to do the customization in each ses + behavior of XEmacs. + @end menu + +-@node Minor Modes, , Customization, Customization ++@node Minor Modes, Variables, Customization, Customization + @section Minor Modes + @cindex minor modes + diff --git a/editors/xemacs/patches/patch-src_Makefile.in.in b/editors/xemacs/patches/patch-src_Makefile.in.in index 782c1c3521000..4d516e249386f 100644 --- a/editors/xemacs/patches/patch-src_Makefile.in.in +++ b/editors/xemacs/patches/patch-src_Makefile.in.in @@ -1,4 +1,13 @@ -$NetBSD: patch-src_Makefile.in.in,v 1.1 2015/02/04 09:19:20 hauke Exp $ +$NetBSD: patch-src_Makefile.in.in,v 1.2 2016/04/13 13:52:27 hauke Exp $ + +Directly substitute the local value of etcdir (``../etc/'') +into src/Makefile.in.in. This allows for overriding etcdir via +INSTALL_MAKE_FLAGS at install-time so that destdir-style installation +will work. + +liboss support + +SunOS 5 bmake / gmake fixes --- src/Makefile.in.in.orig 2015-01-29 15:04:29.000000000 +0000 +++ src/Makefile.in.in diff --git a/editors/xemacs/patches/patch-src_config.h.in b/editors/xemacs/patches/patch-src_config.h.in index 2aa3891e8c3f8..f8d75470b6a4f 100644 --- a/editors/xemacs/patches/patch-src_config.h.in +++ b/editors/xemacs/patches/patch-src_config.h.in @@ -1,4 +1,6 @@ -$NetBSD: patch-src_config.h.in,v 1.2 2015/02/04 09:19:20 hauke Exp $ +$NetBSD: patch-src_config.h.in,v 1.3 2016/04/13 13:52:27 hauke Exp $ + +Always use static inline to fix build with C99 compilers. --- src/config.h.in.orig 2015-01-29 15:04:29.000000000 +0000 +++ src/config.h.in diff --git a/editors/xemacs/patches/patch-src_dired.c b/editors/xemacs/patches/patch-src_dired.c deleted file mode 100644 index 2b7cea567b1fb..0000000000000 --- a/editors/xemacs/patches/patch-src_dired.c +++ /dev/null @@ -1,24 +0,0 @@ -$NetBSD: patch-src_dired.c,v 1.1 2015/02/04 09:19:20 hauke Exp $ - ---- src/dired.c.orig 2015-01-29 15:04:29.000000000 +0000 -+++ src/dired.c -@@ -21,6 +21,7 @@ Boston, MA 02111-1307, USA. */ - /* Synched up with: FSF 19.30. */ - - #include -+#include - #include "lisp.h" - - #include "sysfile.h" -@@ -97,7 +98,11 @@ If FILES-ONLY is the symbol t, then only - directory = Ffile_name_as_directory (directory); - directorylen = XSTRING_LENGTH (directory); - -+#ifdef NAME_MAX -+ statbuf = (char *)alloca (directorylen + NAME_MAX + 1); -+#else - statbuf = (char *)alloca (directorylen + MAXNAMLEN + 1); -+#endif - memcpy (statbuf, XSTRING_DATA (directory), directorylen); - statbuf_tail = statbuf + directorylen; - diff --git a/editors/xemacs/patches/patch-src_glyphs-eimage.c b/editors/xemacs/patches/patch-src_glyphs-eimage.c deleted file mode 100644 index c59154ddfbc74..0000000000000 --- a/editors/xemacs/patches/patch-src_glyphs-eimage.c +++ /dev/null @@ -1,95 +0,0 @@ -$NetBSD: patch-src_glyphs-eimage.c,v 1.2 2015/02/04 09:19:20 hauke Exp $ - -Fix CVE-2009-2688, via - ---- src/glyphs-eimage.c.orig 2015-01-29 15:04:29.000000000 +0000 -+++ src/glyphs-eimage.c -@@ -407,6 +407,7 @@ jpeg_instantiate (Lisp_Object image_inst - */ - - { -+ UINT_64_BIT pixels_sq; - int jpeg_gray = 0; /* if we're dealing with a grayscale */ - /* Step 4: set parameters for decompression. */ - -@@ -429,7 +430,10 @@ jpeg_instantiate (Lisp_Object image_inst - jpeg_start_decompress (&cinfo); - - /* Step 6: Read in the data and put into EImage format (8bit RGB triples)*/ -- -+ pixels_sq = -+ (UINT_64_BIT) cinfo.output_width * (UINT_64_BIT) cinfo.output_height; -+ if (pixels_sq > ((size_t) -1) / 3) -+ signal_image_error ("JPEG image too large to instantiate", instantiator); - unwind.eimage = (unsigned char*) xmalloc (cinfo.output_width * cinfo.output_height * 3); - if (!unwind.eimage) - signal_image_error("Unable to allocate enough memory for image", instantiator); -@@ -671,6 +675,7 @@ gif_instantiate (Lisp_Object image_insta - { - ColorMapObject *cmo = unwind.giffile->SColorMap; - int i, j, row, pass, interlace, slice; -+ UINT_64_BIT pixels_sq; - unsigned char *eip; - /* interlaced gifs have rows in this order: - 0, 8, 16, ..., 4, 12, 20, ..., 2, 6, 10, ..., 1, 3, 5, ... */ -@@ -679,6 +684,9 @@ gif_instantiate (Lisp_Object image_insta - - height = unwind.giffile->SHeight; - width = unwind.giffile->SWidth; -+ pixels_sq = (UINT_64_BIT) width * (UINT_64_BIT) height; -+ if (pixels_sq > ((size_t) -1) / (3 * unwind.giffile->ImageCount)) -+ signal_image_error ("GIF image too large to instantiate", instantiator); - unwind.eimage = (unsigned char*) - xmalloc (width * height * 3 * unwind.giffile->ImageCount); - if (!unwind.eimage) -@@ -939,7 +947,14 @@ png_instantiate (Lisp_Object image_insta - unsigned char **row_pointers; - height = png_get_image_height(png_ptr, info_ptr); - width = png_get_image_width(png_ptr, info_ptr); -+ UINT_64_BIT pixels_sq; - -+ pixels_sq = (UINT_64_BIT) width * (UINT_64_BIT) height; -+ if (pixels_sq > ((size_t) -1) / 3) { -+ signal_image_error ("PNG image too large to instantiate", -+ instantiator); -+ } -+ - /* Wow, allocate all the memory. Truly, exciting. - Well, yes, there's excitement to be had. It turns out that libpng - strips in place, so the last row overruns the buffer if depth is 16 -@@ -949,7 +964,7 @@ png_instantiate (Lisp_Object image_insta - - padding = 5 * width; - unwind.eimage = xnew_array_and_zero (unsigned char, -- width * height * 3 + padding); -+ pixels_sq * 3 + padding); - - /* libpng expects that the image buffer passed in contains a - picture to draw on top of if the png has any transparencies. -@@ -1286,6 +1301,7 @@ tiff_instantiate (Lisp_Object image_inst - - uint32 *raster; - unsigned char *ep; -+ UINT_64_BIT pixels_sq; - - assert (!NILP (data)); - -@@ -1308,12 +1324,16 @@ tiff_instantiate (Lisp_Object image_inst - - TIFFGetField (unwind.tiff, TIFFTAG_IMAGEWIDTH, &width); - TIFFGetField (unwind.tiff, TIFFTAG_IMAGELENGTH, &height); -- unwind.eimage = (unsigned char *) xmalloc (width * height * 3); -+ pixels_sq = (UINT_64_BIT) width * (UINT_64_BIT) height; -+ if (pixels_sq >= 1 << 29) -+ signal_image_error ("TIFF image too large to instantiate", instantiator); -+ unwind.eimage = (unsigned char *) xmalloc (pixels_sq * 3); -+ - - /* #### This is little more than proof-of-concept/function testing. - It needs to be reimplemented via scanline reads for both memory - compactness. */ -- raster = (uint32*) _TIFFmalloc (width * height * sizeof (uint32)); -+ raster = (uint32*) _TIFFmalloc ((tsize_t) (pixels_sq * sizeof (uint32))); - if (raster != NULL) - { - int i,j; diff --git a/editors/xemacs/patches/patch-src_lisp.h b/editors/xemacs/patches/patch-src_lisp.h index 63e04f31d6a27..fe5e6af1c14f8 100644 --- a/editors/xemacs/patches/patch-src_lisp.h +++ b/editors/xemacs/patches/patch-src_lisp.h @@ -1,16 +1,22 @@ -$NetBSD: patch-src_lisp.h,v 1.2 2015/02/04 09:19:20 hauke Exp $ +$NetBSD: patch-src_lisp.h,v 1.5 2016/04/13 13:52:27 hauke Exp $ + +Don't try to define max_align_t in C11 or C++11 mode. --- src/lisp.h.orig 2015-01-29 15:04:29.000000000 +0000 +++ src/lisp.h -@@ -265,6 +265,11 @@ void assert_failed (const char *, int, c - /*#define REGISTER register*/ - /*#endif*/ +@@ -195,6 +195,7 @@ void xfree (void *); -+#if SIZEOF_LONG == 8 -+#define UINT_64_BIT unsigned long -+#elif SIZEOF_LONG_LONG == 8 -+#define UINT_64_BIT unsigned long long + /* No type has a greater alignment requirement than max_align_t. + (except perhaps for types we don't use, like long double) */ ++#if (__STDC_VERSION__ - 0) < 201112L && (__cplusplus - 0) < 201103L + typedef union + { + struct { long l; } l; +@@ -202,6 +203,7 @@ typedef union + struct { void (*f)(void); } f; + struct { double d; } d; + } max_align_t; +#endif - /* EMACS_INT is the underlying integral type into which a Lisp_Object must fit. - In particular, it must be large enough to contain a pointer. + #ifndef ALIGNOF + # if defined (__GNUC__) && (__GNUC__ >= 2) diff --git a/editors/xemacs/patches/patch-src_unexelf.c b/editors/xemacs/patches/patch-src_unexelf.c index 2a2849e135bf7..bc0fcd07a84bd 100644 --- a/editors/xemacs/patches/patch-src_unexelf.c +++ b/editors/xemacs/patches/patch-src_unexelf.c @@ -1,4 +1,6 @@ -$NetBSD: patch-src_unexelf.c,v 1.1 2015/02/04 09:19:20 hauke Exp $ +$NetBSD: patch-src_unexelf.c,v 1.2 2016/04/13 13:52:27 hauke Exp $ + +Build on NetBSD/alpha --- src/unexelf.c.orig 2015-01-29 15:04:29.000000000 +0000 +++ src/unexelf.c diff --git a/editors/xemacs/patches/patch-src_unexfreebsd.c b/editors/xemacs/patches/patch-src_unexfreebsd.c index 60ad8d402c799..cb85ffd1832dc 100644 --- a/editors/xemacs/patches/patch-src_unexfreebsd.c +++ b/editors/xemacs/patches/patch-src_unexfreebsd.c @@ -1,4 +1,6 @@ -$NetBSD: patch-src_unexfreebsd.c,v 1.1 2015/02/04 09:19:20 hauke Exp $ +$NetBSD: patch-src_unexfreebsd.c,v 1.2 2016/04/13 13:52:27 hauke Exp $ + +Build on NetBSD/arm* --- src/unexfreebsd.c.orig 2015-01-29 15:04:29.000000000 +0000 +++ src/unexfreebsd.c diff --git a/editors/xournal/Makefile b/editors/xournal/Makefile index 816e8f8f1efeb..e1730be1386c9 100644 --- a/editors/xournal/Makefile +++ b/editors/xournal/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.43 2016/01/27 10:31:29 wiz Exp $ +# $NetBSD: Makefile,v 1.44 2016/04/15 14:42:52 wiz Exp $ DISTNAME= xournal-0.4.8 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=xournal/} diff --git a/editors/yed/Makefile b/editors/yed/Makefile index 31028e5da5243..9e34876ef5659 100644 --- a/editors/yed/Makefile +++ b/editors/yed/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.2 2016/03/09 20:43:38 tnn Exp $ +# $NetBSD: Makefile,v 1.4 2016/03/24 17:05:04 tnn Exp $ -DISTNAME= yEd-3.15 +DISTNAME= yEd-3.15.0.2 PKGNAME= ${DISTNAME:C:E:e:} CATEGORIES= editors MASTER_SITES= http://www.yworks.com/products/yed/demo/ diff --git a/editors/yed/distinfo b/editors/yed/distinfo index 42ae0992d6022..87a3fe48441dd 100644 --- a/editors/yed/distinfo +++ b/editors/yed/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2016/03/09 20:43:38 tnn Exp $ +$NetBSD: distinfo,v 1.4 2016/03/24 17:05:04 tnn Exp $ -SHA1 (yEd-3.15.zip) = 4648480610a53a213486125ef7c8e7bf11298dea -RMD160 (yEd-3.15.zip) = d38bfa2831e5d4d0500d7805b94a02771b70d8c1 -SHA512 (yEd-3.15.zip) = 232817caf356b1b47e98df32c6d807b6954940c3994d3dc7870da39132bb8d8d85bdbf180932dcb59eb993a5aa1eeefce471ae771141059019e656bf1c1c182b -Size (yEd-3.15.zip) = 29754644 bytes +SHA1 (yEd-3.15.0.2.zip) = c53097177c1f81d6d7bc74d9727556e562244468 +RMD160 (yEd-3.15.0.2.zip) = 69839f8718f2780ef74514c2e88c1e9d14e90979 +SHA512 (yEd-3.15.0.2.zip) = 534efaad0393c5173ab1a7ca6ad5d6f93390aef5caa47e1aa3499d6e4f6db19b9b576323835d726e0d882022f84ad62cc99124bef3b595ec848f54d6e4dbaff4 +Size (yEd-3.15.0.2.zip) = 29762976 bytes diff --git a/emulators/Makefile b/emulators/Makefile index 73340abbfc907..89be0b305b88e 100644 --- a/emulators/Makefile +++ b/emulators/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.242 2016/01/17 20:47:34 wiz Exp $ +# $NetBSD: Makefile,v 1.244 2016/03/23 14:23:18 hauke Exp $ # COMMENT= Emulators for other operating systems @@ -128,6 +128,7 @@ SUBDIR+= qemu0 SUBDIR+= raine SUBDIR+= realboy SUBDIR+= retroarch +SUBDIR+= shoebill SUBDIR+= simh SUBDIR+= simulavr SUBDIR+= ski diff --git a/emulators/atari800/distinfo b/emulators/atari800/distinfo index 5af9e90ec3586..5160c153442c2 100644 --- a/emulators/atari800/distinfo +++ b/emulators/atari800/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.18 2013/05/19 07:35:56 adam Exp $ +$NetBSD: distinfo,v 1.19 2016/04/01 15:49:02 jperkin Exp $ SHA1 (atari800-3.0.0.tar.gz) = 24dca4580805d2c1d6aa28a2b440c552a2dd171f RMD160 (atari800-3.0.0.tar.gz) = 705e132d8f0e8a17f520a011fe6074bc27a6de20 @@ -8,6 +8,6 @@ RMD160 (xf25.zip) = e3960898223dd4d1b9a9cc5cfb1251bd726ea5a7 Size (xf25.zip) = 188942 bytes SHA1 (patch-aa) = 2bd0dc856397aec91f01ad3ab0f3835d6e062aed SHA1 (patch-ab) = 23062b3f9f858914c668b522e2a76d068dd24abf -SHA1 (patch-ac) = c9ef6b078f48ebeedf3719af15469abf6959991d +SHA1 (patch-ac) = 28a10768c6214cbe3cad9006916dbfa28b70eb96 SHA1 (patch-ad) = 1567687cd851d606616aa35dc36a4e63e839181a SHA1 (patch-rdevice.c) = 9c17f7e600db506e7e6e9f1f3780e66b404813be diff --git a/emulators/atari800/patches/patch-ac b/emulators/atari800/patches/patch-ac index 2d2127ad92aa8..825fe1e9174a2 100644 --- a/emulators/atari800/patches/patch-ac +++ b/emulators/atari800/patches/patch-ac @@ -1,4 +1,6 @@ -$NetBSD: patch-ac,v 1.7 2013/05/19 07:35:56 adam Exp $ +$NetBSD: patch-ac,v 1.8 2016/04/01 15:49:02 jperkin Exp $ + +Use pkgsrc layout/flags. --- Makefile.in.orig 2012-03-18 15:31:09.000000000 +0000 +++ Makefile.in @@ -17,7 +19,7 @@ $NetBSD: patch-ac,v 1.7 2013/05/19 07:35:56 adam Exp $ BIN_DIR = @prefix@/bin -MAN_DIR = @prefix@/share/man/man1 -+MAN_DIR = @prefix@/man/man1 ++MAN_DIR = @prefix@/${PKGMANDIR}/man1 DOC_DIR = @prefix@/share/doc/atari800 DESTDIR = diff --git a/emulators/ckmame/Makefile b/emulators/ckmame/Makefile index 2411e5deb2c27..32a7e9e8659ca 100644 --- a/emulators/ckmame/Makefile +++ b/emulators/ckmame/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.29 2015/10/10 01:58:07 ryoon Exp $ +# $NetBSD: Makefile,v 1.30 2016/04/11 19:01:50 ryoon Exp $ DISTNAME= ckmame-0.12 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= emulators MASTER_SITES= http://www.nih.at/ckmame/ EXTRACT_SUFX= .tar.xz diff --git a/emulators/dynamips/Makefile b/emulators/dynamips/Makefile index 0ef1edc648959..115e06e7a6bbf 100644 --- a/emulators/dynamips/Makefile +++ b/emulators/dynamips/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.10 2015/12/12 20:20:04 markd Exp $ +# $NetBSD: Makefile,v 1.11 2016/04/07 14:24:51 ryoon Exp $ -PKGNAME= dynamips-0.2.15 -DISTNAME= ${PKGNAME:S/dynamips-/v/} +DISTNAME= dynamips-0.2.16 CATEGORIES= emulators -MASTER_SITES= ${MASTER_SITE_GITHUB:=GNS3/dynamips/archive/} -DIST_SUBDIR= dynamips +MASTER_SITES= ${MASTER_SITE_GITHUB:=GNS3/} +GITHUB_PROJECT= dynamips +GITHUB_TAG= v${PKGVERSION_NOREV} MAINTAINER= kefren@NetBSD.org HOMEPAGE= https://github.com/GNS3/dynamips @@ -14,8 +14,6 @@ LICENSE= gnu-gpl-v2 USE_TOOLS+= gmake USE_CMAKE= yes -WRKSRC= ${WRKDIR}/${PKGNAME} - SUBST_CLASSES+= libelf SUBST_STAGE.libelf= post-patch SUBST_FILES.libelf= common/dynamips.h common/rom2c.c diff --git a/emulators/dynamips/PLIST b/emulators/dynamips/PLIST index c8411a852e374..548670127032a 100644 --- a/emulators/dynamips/PLIST +++ b/emulators/dynamips/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2015/12/12 20:20:04 markd Exp $ +@comment $NetBSD: PLIST,v 1.3 2016/04/07 14:24:51 ryoon Exp $ bin/dynamips bin/nvram_export man/man1/dynamips.1 @@ -7,7 +7,7 @@ man/man7/hypervisor_mode.7 share/doc/dynamips/ChangeLog share/doc/dynamips/COPYING share/doc/dynamips/MAINTAINERS -share/doc/dynamips/README +share/doc/dynamips/README.md share/doc/dynamips/README.hypervisor share/doc/dynamips/RELEASE-NOTES share/doc/dynamips/TODO diff --git a/emulators/dynamips/distinfo b/emulators/dynamips/distinfo index 72e09ef22ee2d..85af50f02e1cd 100644 --- a/emulators/dynamips/distinfo +++ b/emulators/dynamips/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.9 2015/12/12 20:20:04 markd Exp $ +$NetBSD: distinfo,v 1.10 2016/04/07 14:24:51 ryoon Exp $ -SHA1 (dynamips/v0.2.15.tar.gz) = 890c9357c668c91b7fd39a96f017b4e5e6ca580e -RMD160 (dynamips/v0.2.15.tar.gz) = d9ffabf0ec38790d0f8a6b7b38e35e36f5c99c70 -SHA512 (dynamips/v0.2.15.tar.gz) = c46248c2803168676c2011e6b3ff4e68a90681c56fd655243d5aad652c8257701c37fdd770842e24830a95a748622e7a78d680e5564296856d06ef8daa215251 -Size (dynamips/v0.2.15.tar.gz) = 839493 bytes +SHA1 (dynamips-0.2.16.tar.gz) = 613e7f3447ead2ce68af4982c5db07c2f117a0df +RMD160 (dynamips-0.2.16.tar.gz) = ed57bfe1dc86c838d6c778ea54479ebbefeedd83 +SHA512 (dynamips-0.2.16.tar.gz) = d2e719f3bd7d6e54ec49d0558645a3baa4cf77e0a911e069078463c7cafa391b6400a5aa7661744022b722d3e16ef07323056280df3b4121fd09eb64a7a1aa49 +Size (dynamips-0.2.16.tar.gz) = 832173 bytes diff --git a/emulators/gxemul/Makefile b/emulators/gxemul/Makefile index 3cb4551422014..7382bad1c5dce 100644 --- a/emulators/gxemul/Makefile +++ b/emulators/gxemul/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.52 2014/12/08 20:55:19 ryoon Exp $ +# $NetBSD: Makefile,v 1.53 2016/03/29 19:03:07 mrg Exp $ DISTNAME= gxemul-0.6.0.1 +PKGREVISION= 1 CATEGORIES= emulators MASTER_SITES= http://gxemul.sourceforge.net/src/ diff --git a/emulators/gxemul/distinfo b/emulators/gxemul/distinfo index 0048c3d174a6f..6c19664a3ae65 100644 --- a/emulators/gxemul/distinfo +++ b/emulators/gxemul/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.43 2015/11/03 20:30:58 agc Exp $ +$NetBSD: distinfo,v 1.44 2016/03/29 19:03:07 mrg Exp $ SHA1 (gxemul-0.6.0.1.tar.gz) = 8a9b7a6c08628c2a59a6e7e9c7c449c3826b4744 RMD160 (gxemul-0.6.0.1.tar.gz) = 6943173d4149bfe40218715b8ed2c82b5b361e50 @@ -11,6 +11,8 @@ SHA1 (patch-ag) = 09cbf456c27399df985dcc6772b38c54b2a9187d SHA1 (patch-src_components_cpu_CPUDyntransComponent.cc) = 1a70375b3ed409ef43122ce7e6935c07b4ed386d SHA1 (patch-src_components_cpu_M88K__CPUComponent.cc) = 931cdc9a806e9ff48dccb2a63873c52491336b30 SHA1 (patch-src_components_cpu_MIPS__CPUComponent.cc) = 75d8276092fcdc9f548f874e5807ae8e6a2b9eae +SHA1 (patch-src_cpus_cpu_mips.cc) = d239116e4ce5e040a1bdf39b803ca9a05500be53 +SHA1 (patch-src_cpus_cpu_mips_instr.cc) = be40f86a103d2366d13a884d957848d4f680dc61 SHA1 (patch-src_include_components_CPUDyntransComponent.h) = 4fa3c327c4ce5ee9e39e7bc49ce6029b2a7da100 SHA1 (patch-src_include_components_M88K__CPUComponent.h) = afd07ae4df33d0c0a9d3d8c15dca4ef9ee7dd916 SHA1 (patch-src_include_components_MIPS__CPUComponent.h) = 4e49da9af0d220a1ea7c4520d8e7e53d8d84c155 diff --git a/emulators/gxemul/patches/patch-src_cpus_cpu_mips.cc b/emulators/gxemul/patches/patch-src_cpus_cpu_mips.cc new file mode 100644 index 0000000000000..bb4d67183758c --- /dev/null +++ b/emulators/gxemul/patches/patch-src_cpus_cpu_mips.cc @@ -0,0 +1,19 @@ +$NetBSD: patch-src_cpus_cpu_mips.cc,v 1.1 2016/03/29 19:03:07 mrg Exp $ + +implement trap with immediate instructions present in MIPS32. + +--- src/cpus/cpu_mips.cc.orig 2014-08-17 01:45:15.000000000 -0700 ++++ src/cpus/cpu_mips.cc 2016-03-28 11:51:05.000000000 -0700 +@@ -1457,6 +1457,12 @@ + case REGIMM_BLTZALL: + case REGIMM_BGEZAL: + case REGIMM_BGEZALL: ++ case REGIMM_TGEI: ++ case REGIMM_TGEIU: ++ case REGIMM_TLTI: ++ case REGIMM_TLTIU: ++ case REGIMM_TEQI: ++ case REGIMM_TNEI: + debug("%s\t%s,", regimm_names[regimm5], regnames[rs]); + + addr = (dumpaddr + 4) + (imm << 2); diff --git a/emulators/gxemul/patches/patch-src_cpus_cpu_mips_instr.cc b/emulators/gxemul/patches/patch-src_cpus_cpu_mips_instr.cc new file mode 100644 index 0000000000000..3603eec0343ce --- /dev/null +++ b/emulators/gxemul/patches/patch-src_cpus_cpu_mips_instr.cc @@ -0,0 +1,137 @@ +$NetBSD: patch-src_cpus_cpu_mips_instr.cc,v 1.1 2016/03/29 19:03:07 mrg Exp $ + +implement trap with immediate instructions present in MIPS32. + +--- src/cpus/cpu_mips_instr.cc.orig 2016-03-28 11:59:41.000000000 -0700 ++++ src/cpus/cpu_mips_instr.cc 2016-03-28 12:04:07.000000000 -0700 +@@ -1461,6 +1461,92 @@ + } + } + ++/* ++ * 1-register + 1-immediate: ++ * ++ * arg[0] = ptr to rs ++ * arg[1] = ([u]int16_t) immediate value ++ */ ++ ++X(tgei) ++{ ++ MODE_int_t a = reg(ic->arg[0]), b = (int16_t)ic->arg[1]; ++ if (a >= b) { ++ /* Synch. PC and cause an exception: */ ++ int low_pc = ((size_t)ic - (size_t)cpu->cd.mips.cur_ic_page) ++ / sizeof(struct mips_instr_call); ++ cpu->pc &= ~((MIPS_IC_ENTRIES_PER_PAGE-1) ++ << MIPS_INSTR_ALIGNMENT_SHIFT); ++ cpu->pc += (low_pc << MIPS_INSTR_ALIGNMENT_SHIFT); ++ mips_cpu_exception(cpu, EXCEPTION_TR, 0, 0, 0, 0, 0, 0); ++ } ++} ++X(tgeiu) ++{ ++ MODE_uint_t a = reg(ic->arg[0]), b = ic->arg[1]; ++ if (a >= b) { ++ /* Synch. PC and cause an exception: */ ++ int low_pc = ((size_t)ic - (size_t)cpu->cd.mips.cur_ic_page) ++ / sizeof(struct mips_instr_call); ++ cpu->pc &= ~((MIPS_IC_ENTRIES_PER_PAGE-1) ++ << MIPS_INSTR_ALIGNMENT_SHIFT); ++ cpu->pc += (low_pc << MIPS_INSTR_ALIGNMENT_SHIFT); ++ mips_cpu_exception(cpu, EXCEPTION_TR, 0, 0, 0, 0, 0, 0); ++ } ++} ++X(tlti) ++{ ++ MODE_int_t a = reg(ic->arg[0]), b = (int16_t)ic->arg[1]; ++ if (a < b) { ++ /* Synch. PC and cause an exception: */ ++ int low_pc = ((size_t)ic - (size_t)cpu->cd.mips.cur_ic_page) ++ / sizeof(struct mips_instr_call); ++ cpu->pc &= ~((MIPS_IC_ENTRIES_PER_PAGE-1) ++ << MIPS_INSTR_ALIGNMENT_SHIFT); ++ cpu->pc += (low_pc << MIPS_INSTR_ALIGNMENT_SHIFT); ++ mips_cpu_exception(cpu, EXCEPTION_TR, 0, 0, 0, 0, 0, 0); ++ } ++} ++X(tltiu) ++{ ++ MODE_uint_t a = reg(ic->arg[0]), b = ic->arg[1]; ++ if (a < b) { ++ /* Synch. PC and cause an exception: */ ++ int low_pc = ((size_t)ic - (size_t)cpu->cd.mips.cur_ic_page) ++ / sizeof(struct mips_instr_call); ++ cpu->pc &= ~((MIPS_IC_ENTRIES_PER_PAGE-1) ++ << MIPS_INSTR_ALIGNMENT_SHIFT); ++ cpu->pc += (low_pc << MIPS_INSTR_ALIGNMENT_SHIFT); ++ mips_cpu_exception(cpu, EXCEPTION_TR, 0, 0, 0, 0, 0, 0); ++ } ++} ++X(teqi) ++{ ++ MODE_uint_t a = reg(ic->arg[0]), b = (int16_t)ic->arg[1]; ++ if (a == b) { ++ /* Synch. PC and cause an exception: */ ++ int low_pc = ((size_t)ic - (size_t)cpu->cd.mips.cur_ic_page) ++ / sizeof(struct mips_instr_call); ++ cpu->pc &= ~((MIPS_IC_ENTRIES_PER_PAGE-1) ++ << MIPS_INSTR_ALIGNMENT_SHIFT); ++ cpu->pc += (low_pc << MIPS_INSTR_ALIGNMENT_SHIFT); ++ mips_cpu_exception(cpu, EXCEPTION_TR, 0, 0, 0, 0, 0, 0); ++ } ++} ++X(tnei) ++{ ++ MODE_uint_t a = reg(ic->arg[0]), b = ic->arg[1]; ++ if (a != b) { ++ /* Synch. PC and cause an exception: */ ++ int low_pc = ((size_t)ic - (size_t)cpu->cd.mips.cur_ic_page) ++ / sizeof(struct mips_instr_call); ++ cpu->pc &= ~((MIPS_IC_ENTRIES_PER_PAGE-1) ++ << MIPS_INSTR_ALIGNMENT_SHIFT); ++ cpu->pc += (low_pc << MIPS_INSTR_ALIGNMENT_SHIFT); ++ mips_cpu_exception(cpu, EXCEPTION_TR, 0, 0, 0, 0, 0, 0); ++ } ++} ++ + + /* + * 3-register arithmetic instructions: +@@ -4446,6 +4532,37 @@ + } + break; + ++ case REGIMM_TGEI: ++ case REGIMM_TGEIU: ++ case REGIMM_TLTI: ++ case REGIMM_TLTIU: ++ case REGIMM_TEQI: ++ case REGIMM_TNEI: ++ switch (rt) { ++ case REGIMM_TGEI: ++ ic->f = instr(tgei); ++ break; ++ case REGIMM_TGEIU: ++ ic->f = instr(tgeiu); ++ break; ++ case REGIMM_TLTI: ++ ic->f = instr(tlti); ++ break; ++ case REGIMM_TLTIU: ++ ic->f = instr(tltiu); ++ break; ++ case REGIMM_TEQI: ++ ic->f = instr(teqi); ++ break; ++ case REGIMM_TNEI: ++ ic->f = instr(tnei); ++ break; ++ } ++ ++ ic->arg[0] = (size_t)&cpu->cd.mips.gpr[rs]; ++ ic->arg[1] = imm; ++ break; ++ + default:if (!cpu->translation_readahead) + fatal("UNIMPLEMENTED regimm rt=%i\n", rt); + goto bad; diff --git a/emulators/hatari/distinfo b/emulators/hatari/distinfo index 3f81cdaa44ba3..3b5fcc9e64774 100644 --- a/emulators/hatari/distinfo +++ b/emulators/hatari/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.20 2015/11/23 19:40:39 adam Exp $ +$NetBSD: distinfo,v 1.21 2016/04/21 11:31:22 jperkin Exp $ SHA1 (hatari-1.9.0.tar.bz2) = a4d4613704573ea4c9f6efc7b10ce0304cc0d514 RMD160 (hatari-1.9.0.tar.bz2) = 0bc9bd21a81211ebf293911d9aaa5e9cb84c0400 SHA512 (hatari-1.9.0.tar.bz2) = 916138aecbb105729def2f4338415f248f556293e948ac91b2806f743f186d008684299f73ff49a71330ca7a170d5172b0e4c821b55d9d915054529df34d206e Size (hatari-1.9.0.tar.bz2) = 2379016 bytes -SHA1 (patch-aa) = 1ebe2f92ee176cf5d5b1e4a7c5e2143b1d766ea8 -SHA1 (patch-ab) = fc2b8a9cbaff50e845e6c716cab893facf2c527d +SHA1 (patch-aa) = 870a2855a0fc74e22d6222c4df74fcaf21692c75 +SHA1 (patch-ab) = c030a27ce9dcf69190adec80923f23ec8d8ee874 diff --git a/emulators/hatari/patches/patch-aa b/emulators/hatari/patches/patch-aa index e05603a66b152..753b9b09c2d98 100644 --- a/emulators/hatari/patches/patch-aa +++ b/emulators/hatari/patches/patch-aa @@ -1,4 +1,6 @@ -$NetBSD: patch-aa,v 1.2 2004/11/19 10:09:48 adam Exp $ +$NetBSD: patch-aa,v 1.3 2016/04/21 11:31:22 jperkin Exp $ + +Add OF() compat macro. --- src/includes/unzip.h.orig 2003-03-30 14:39:27.000000000 +0100 +++ src/includes/unzip.h diff --git a/emulators/hatari/patches/patch-ab b/emulators/hatari/patches/patch-ab index 8cab2ab490b60..190da40685be9 100644 --- a/emulators/hatari/patches/patch-ab +++ b/emulators/hatari/patches/patch-ab @@ -1,4 +1,6 @@ -$NetBSD: patch-ab,v 1.3 2010/08/27 08:24:27 adam Exp $ +$NetBSD: patch-ab,v 1.4 2016/04/21 11:31:22 jperkin Exp $ + +Use CMAKE_INSTALL_MANDIR. --- CMakeLists.txt.orig 2010-07-22 18:25:40.000000000 +0000 +++ CMakeLists.txt @@ -7,7 +9,7 @@ $NetBSD: patch-ab,v 1.3 2010/08/27 08:24:27 adam Exp $ if(NOT MANDIR) - set(MANDIR share/man/man1) -+ set(MANDIR man/man1) ++ set(MANDIR ${CMAKE_INSTALL_MANDIR}/man1) endif() if(NOT DOCDIR) diff --git a/emulators/mame/Makefile b/emulators/mame/Makefile index 624d26044b47a..3ba947f6c4343 100644 --- a/emulators/mame/Makefile +++ b/emulators/mame/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.53 2016/03/04 12:47:13 wiz Exp $ +# $NetBSD: Makefile,v 1.56 2016/04/29 08:30:50 wiz Exp $ -DISTNAME= mame-0.171 +DISTNAME= mame-0.173 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_GITHUB:=mamedev/} GITHUB_TAG= ${DISTNAME:S/-//S/.//} @@ -8,12 +8,13 @@ GITHUB_TAG= ${DISTNAME:S/-//S/.//} MAINTAINER= wiz@NetBSD.org HOMEPAGE= http://www.mamedev.org/ COMMENT= Multiple Arcade Machine Emulator -LICENSE= mame-license +LICENSE= modified-bsd AND gnu-gpl-v2 DOCDIR= share/doc/mame SHAREDIR= share/mame INSTALLATION_DIRS= bin ${DOCDIR} ${PKGMANDIR}/man1 ${PKGMANDIR}/man6 -INSTALLATION_DIRS+= ${SHAREDIR}/artwork ${SHAREDIR}/hash +INSTALLATION_DIRS+= ${SHAREDIR}/artwork/bgfx/border_blur +INSTALLATION_DIRS+= ${SHAREDIR}/artwork/bgfx/chains ${SHAREDIR}/hash RESTRICTED= selling is not allowed NO_SRC_ON_CDROM= ${RESTRICTED} @@ -106,13 +107,16 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/mame64 ${DESTDIR}${PREFIX}/bin/mame set -e; \ for prg in castool chdman floptool imgtool jedutil ldresample ldverify \ - nltool pngcmp regrep romcmp split src2html srcclean testkeys unidasm; \ + nltool nlwav pngcmp regrep romcmp split src2html srcclean unidasm; \ do \ ${INSTALL_PROGRAM} ${WRKSRC}/"$$prg" ${DESTDIR}${PREFIX}/bin; \ done - ${INSTALL_DATA} ${WRKSRC}/src/osd/sdl/man/*.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1 - ${INSTALL_DATA} ${WRKSRC}/src/osd/sdl/man/*.6 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man6 - ${INSTALL_DATA} ${WRKSRC}/artwork/* ${DESTDIR}${PREFIX}/${SHAREDIR}/artwork + ${INSTALL_DATA} ${WRKSRC}/docs/man/*.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1 + ${INSTALL_DATA} ${WRKSRC}/docs/man/*.6 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man6 + ${INSTALL_DATA} ${WRKSRC}/artwork/LICENSE ${DESTDIR}${PREFIX}/${SHAREDIR}/artwork + ${INSTALL_DATA} ${WRKSRC}/artwork/*.* ${DESTDIR}${PREFIX}/${SHAREDIR}/artwork + ${INSTALL_DATA} ${WRKSRC}/artwork/bgfx/border_blur/* ${DESTDIR}${PREFIX}/${SHAREDIR}/artwork/bgfx/border_blur + ${INSTALL_DATA} ${WRKSRC}/artwork/bgfx/chains/* ${DESTDIR}${PREFIX}/${SHAREDIR}/artwork/bgfx/chains ${INSTALL_DATA} ${WRKSRC}/docs/*.txt ${DESTDIR}${PREFIX}/${DOCDIR} ${INSTALL_DATA} ${WRKSRC}/hash/* ${DESTDIR}${PREFIX}/${SHAREDIR}/hash diff --git a/emulators/mame/PLIST b/emulators/mame/PLIST index c07c32c038548..0ed6782ef35cf 100644 --- a/emulators/mame/PLIST +++ b/emulators/mame/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.11 2016/03/04 12:47:13 wiz Exp $ +@comment $NetBSD: PLIST,v 1.13 2016/04/29 08:30:50 wiz Exp $ bin/castool bin/chdman bin/floptool @@ -8,13 +8,13 @@ bin/ldresample bin/ldverify bin/mame bin/nltool +bin/nlwav bin/pngcmp bin/regrep bin/romcmp bin/split bin/src2html bin/srcclean -bin/testkeys bin/unidasm man/man1/castool.1 man/man1/chdman.1 @@ -36,11 +36,16 @@ share/doc/mame/hlsl.txt share/doc/mame/imgtool.txt share/doc/mame/m6502.txt share/doc/mame/mame.txt -share/doc/mame/mamelicense.txt share/doc/mame/newvideo.txt share/doc/mame/nscsi.txt share/doc/mame/windows.txt -share/mame/artwork/adapture-grill.png +share/mame/artwork/LICENSE +share/mame/artwork/README.md +share/mame/artwork/aperture-grille.png +share/mame/artwork/bgfx/border_blur/default.lay +share/mame/artwork/bgfx/chains/hq2x.png +share/mame/artwork/bgfx/chains/hq3x.png +share/mame/artwork/bgfx/chains/hq4x.png share/mame/artwork/monochrome-chessboard.png share/mame/artwork/monochrome-matrix.png share/mame/artwork/shadow-mask.png @@ -49,6 +54,8 @@ share/mame/artwork/slot-mask.png share/mame/artwork/white.png share/mame/hash/32x.xml share/mame/hash/3do_m2.xml +share/mame/hash/LICENSE +share/mame/hash/README.md share/mame/hash/a2600.xml share/mame/hash/a2600_cass.xml share/mame/hash/a5200.hsi @@ -318,6 +325,7 @@ share/mame/hash/pc8801_flop.xml share/mame/hash/pc88va.xml share/mame/hash/pc98.xml share/mame/hash/pce.xml +share/mame/hash/pce_tourvision.xml share/mame/hash/pcecd.xml share/mame/hash/pcw.xml share/mame/hash/pcw16.xml @@ -336,6 +344,8 @@ share/mame/hash/plus4_cart.xml share/mame/hash/plus4_cass.xml share/mame/hash/plus4_flop.xml share/mame/hash/pmd85_cass.xml +share/mame/hash/pockchalv1.xml +share/mame/hash/pockchalv2.xml share/mame/hash/pokemini.xml share/mame/hash/pro128_cart.xml share/mame/hash/pro128s_flop.xml diff --git a/emulators/mame/distinfo b/emulators/mame/distinfo index 27e98bd7e699d..f2ad92c5a1ffd 100644 --- a/emulators/mame/distinfo +++ b/emulators/mame/distinfo @@ -1,12 +1,11 @@ -$NetBSD: distinfo,v 1.48 2016/03/04 12:47:13 wiz Exp $ +$NetBSD: distinfo,v 1.52 2016/05/02 15:52:28 wiz Exp $ -SHA1 (mame-0.171.tar.gz) = 53a6c72b2b8c11e72e622c14cb4d2ec710c1dbd5 -RMD160 (mame-0.171.tar.gz) = 7f0468d0240f3dd7f927eb135925d7ad78a66464 -SHA512 (mame-0.171.tar.gz) = 0d15261d6eea983258f6d747f63f159fcba440f0b7f098e5bebd7cefa5cef1e0189e41858df40bbfd0c2e4cb8820a967e7c291632d817fa5d5d29489c51553da -Size (mame-0.171.tar.gz) = 98456350 bytes +SHA1 (mame-0.173.tar.gz) = 682035727ac201384d36a28c4ad0ca90011f321c +RMD160 (mame-0.173.tar.gz) = 5f093104d36976fa28ce345e18a5f63ad1b59169 +SHA512 (mame-0.173.tar.gz) = 731e94af1cde80ce0d62a4ff65ed7b1de97ed0e84633396eb9ec6e3a10d5da0717424f277fcbde5cd64a622a669ea7776047837d8f86f8baf6f077916eb982ee +Size (mame-0.173.tar.gz) = 98395748 bytes SHA1 (patch-3rdparty_bgfx_examples_common_font_font__manager.cpp) = e39b2dff553505531adb5f0a31b0a22306b8e2e4 SHA1 (patch-3rdparty_bx_include_bx_thread.h) = 779c8b750a3ae5d50d12c6430678ada64a4b82ed -SHA1 (patch-3rdparty_libuv_src_unix_netbsd.c) = 63d2378c19cbbcb71d7540e088c3bdf5940f4dc6 -SHA1 (patch-3rdparty_luv_deps_uv.cmake) = 619cebcb8013139d765c2dfe2bcf7b5b86f50681 -SHA1 (patch-3rdparty_luv_src_dns.c) = 44d480e34971362ee696191c267dbac08005ec0f +SHA1 (patch-makefile) = 0be740e7d61cdaa66c1c415f84344b37da267a45 +SHA1 (patch-scripts_genie.lua) = f0b6b9fe00b6f572089fc2a7495fe1fd3c86ae4e SHA1 (patch-scripts_src_3rdparty.lua) = 306917af65da601667ffc9ffaf7b8092a2d03ef7 diff --git a/emulators/mame/patches/patch-3rdparty_libuv_src_unix_netbsd.c b/emulators/mame/patches/patch-3rdparty_libuv_src_unix_netbsd.c deleted file mode 100644 index b22ebb1242d5f..0000000000000 --- a/emulators/mame/patches/patch-3rdparty_libuv_src_unix_netbsd.c +++ /dev/null @@ -1,14 +0,0 @@ -$NetBSD: patch-3rdparty_libuv_src_unix_netbsd.c,v 1.1 2016/03/04 12:47:13 wiz Exp $ - ---- 3rdparty/libuv/src/unix/netbsd.c.orig 2016-02-24 07:02:17.000000000 +0000 -+++ 3rdparty/libuv/src/unix/netbsd.c -@@ -18,6 +18,9 @@ - * IN THE SOFTWARE. - */ - -+/* needs kernel internal types */ -+#define _KMEMUSER 1 -+ - #include "uv.h" - #include "internal.h" - diff --git a/emulators/mame/patches/patch-3rdparty_luv_deps_uv.cmake b/emulators/mame/patches/patch-3rdparty_luv_deps_uv.cmake deleted file mode 100644 index 1028cb3fbb02e..0000000000000 --- a/emulators/mame/patches/patch-3rdparty_luv_deps_uv.cmake +++ /dev/null @@ -1,33 +0,0 @@ -$NetBSD: patch-3rdparty_luv_deps_uv.cmake,v 1.1 2016/03/04 12:47:13 wiz Exp $ - ---- 3rdparty/luv/deps/uv.cmake.orig 2016-02-24 07:02:17.000000000 +0000 -+++ 3rdparty/luv/deps/uv.cmake -@@ -138,6 +138,14 @@ if("${CMAKE_SYSTEM_NAME}" MATCHES "FreeB - ) - endif() - -+## NetBSD -+if("${CMAKE_SYSTEM_NAME}" MATCHES "NetBSD") -+ set(SOURCES ${SOURCES} -+ ${LIBUVDIR}/src/unix/kqueue.c -+ ${LIBUVDIR}/src/unix/freebsd.c -+ ) -+endif() -+ - ## Linux - if("${CMAKE_SYSTEM_NAME}" MATCHES "Linux") - add_definitions( -@@ -187,6 +195,13 @@ if("${CMAKE_SYSTEM_NAME}" MATCHES "FreeB - ) - endif() - -+if("${CMAKE_SYSTEM_NAME}" MATCHES "NetBSD") -+ target_link_libraries(uv -+ pthread -+ kvm -+ ) -+endif() -+ - if("${CMAKE_SYSTEM_NAME}" MATCHES "Linux") - target_link_libraries(uv - pthread diff --git a/emulators/mame/patches/patch-3rdparty_luv_src_dns.c b/emulators/mame/patches/patch-3rdparty_luv_src_dns.c deleted file mode 100644 index 82e8d172eefd6..0000000000000 --- a/emulators/mame/patches/patch-3rdparty_luv_src_dns.c +++ /dev/null @@ -1,24 +0,0 @@ -$NetBSD: patch-3rdparty_luv_src_dns.c,v 1.1 2016/03/04 12:47:13 wiz Exp $ - -Only use existing defines. - ---- 3rdparty/luv/src/dns.c.orig 2016-02-24 07:02:17.000000000 +0000 -+++ 3rdparty/luv/src/dns.c -@@ -150,13 +150,17 @@ static int luv_getaddrinfo(lua_State* L) - if (lua_toboolean(L, -1)) hints->ai_flags |= AI_ADDRCONFIG; - lua_pop(L, 1); - -+#if defined(AI_V4MAPPED) - lua_getfield(L, 3, "v4mapped"); - if (lua_toboolean(L, -1)) hints->ai_flags |= AI_V4MAPPED; - lua_pop(L, 1); -+#endif - -+#if defined(AI_ALL) - lua_getfield(L, 3, "all"); - if (lua_toboolean(L, -1)) hints->ai_flags |= AI_ALL; - lua_pop(L, 1); -+#endif - - lua_getfield(L, 3, "numerichost"); - if (lua_toboolean(L, -1)) hints->ai_flags |= AI_NUMERICHOST; diff --git a/emulators/mame/patches/patch-makefile b/emulators/mame/patches/patch-makefile new file mode 100644 index 0000000000000..f6dce1aabb248 --- /dev/null +++ b/emulators/mame/patches/patch-makefile @@ -0,0 +1,16 @@ +$NetBSD: patch-makefile,v 1.15 2016/04/14 21:47:07 wiz Exp $ + +--- makefile.orig 2016-03-30 09:03:03.000000000 +0000 ++++ makefile +@@ -833,11 +833,6 @@ $(info GCC $(GCC_VERSION) detected) + else + $(info Clang $(CLANG_VERSION) detected) + ifneq ($(TARGETOS),asmjs) +-ifeq ($(ARCHITECTURE),_x64) +-ARCHITECTURE := _x64_clang +-else +-ARCHITECTURE := _x86_clang +-endif + endif + endif + diff --git a/emulators/mame/patches/patch-scripts_genie.lua b/emulators/mame/patches/patch-scripts_genie.lua new file mode 100644 index 0000000000000..1372420559f19 --- /dev/null +++ b/emulators/mame/patches/patch-scripts_genie.lua @@ -0,0 +1,91 @@ +$NetBSD: patch-scripts_genie.lua,v 1.3 2016/04/29 08:30:50 wiz Exp $ + +Precompilation is broken on NetBSD with gcc-5.3. +Use GNU version of the C++ standard to avoid trouble with alloca on NetBSD. +Detect clang correctly. + +--- scripts/genie.lua.orig 2016-04-27 06:13:59.000000000 +0000 ++++ scripts/genie.lua +@@ -65,11 +65,6 @@ function layoutbuildtask(_folder, _name) + end + + function precompiledheaders() +- if _OPTIONS["precompile"]==nil or (_OPTIONS["precompile"]~=nil and _OPTIONS["precompile"]=="1") then +- configuration { "not xcode4" } +- pchheader("emu.h") +- configuration { } +- end + end + + function addprojectflags() +@@ -692,22 +687,22 @@ local version = str_to_version(_OPTIONS[ + if string.find(_OPTIONS["gcc"], "clang") and ((version < 30500) or (_OPTIONS["targetos"]=="macosx" and (version <= 60000))) then + buildoptions_cpp { + "-x c++", +- "-std=c++1y", ++ "-std=gnu++1y", + } + + buildoptions_objc { + "-x objective-c++", +- "-std=c++1y", ++ "-std=gnu++1y", + } + else + buildoptions_cpp { + "-x c++", +- "-std=c++14", ++ "-std=gnu++14", + } + + buildoptions_objc { + "-x objective-c++", +- "-std=c++14", ++ "-std=gnu++14", + } + end + -- this speeds it up a bit by piping between the preprocessor/compiler/assembler +@@ -950,7 +945,17 @@ end + + + local version = str_to_version(_OPTIONS["gcc_version"]) +- if string.find(_OPTIONS["gcc"], "clang") or string.find(_OPTIONS["gcc"], "pnacl") or string.find(_OPTIONS["gcc"], "asmjs") or string.find(_OPTIONS["gcc"], "android") then ++ if _OPTIONS["clang_version"] == "" then ++ if (version < 40900) then ++ print("GCC version 4.9 or later needed") ++ os.exit(-1) ++ end ++ buildoptions { ++ "-Wno-unused-result", -- needed for fgets,fread on linux ++ -- array bounds checking seems to be buggy in 4.8.1 (try it on video/stvvdp1.c and video/model1.c without -Wno-array-bounds) ++ "-Wno-array-bounds", ++ } ++ else + if (version < 30400) then + print("Clang version 3.4 or later needed") + os.exit(-1) +@@ -963,7 +968,6 @@ end + "-Wno-inline-new-delete", + "-Wno-constant-logical-operand", + "-Wno-deprecated-register", +- "-fdiagnostics-show-note-include-stack", + } + if (version >= 30500) then + buildoptions { +@@ -977,16 +981,6 @@ end + "-Wno-tautological-undefined-compare", + } + end +- else +- if (version < 40900) then +- print("GCC version 4.9 or later needed") +- os.exit(-1) +- end +- buildoptions { +- "-Wno-unused-result", -- needed for fgets,fread on linux +- -- array bounds checking seems to be buggy in 4.8.1 (try it on video/stvvdp1.c and video/model1.c without -Wno-array-bounds) +- "-Wno-array-bounds", +- } + end + end + diff --git a/emulators/qemu/distinfo b/emulators/qemu/distinfo index 545846e4307bd..1930f7605fb03 100644 --- a/emulators/qemu/distinfo +++ b/emulators/qemu/distinfo @@ -1,11 +1,11 @@ -$NetBSD: distinfo,v 1.113 2016/03/06 19:41:24 dbj Exp $ +$NetBSD: distinfo,v 1.114 2016/03/24 15:21:10 khorben Exp $ SHA1 (qemu-2.5.0.tar.bz2) = ed6c02a267f9edf98058743f0f76a25743a0dfe7 RMD160 (qemu-2.5.0.tar.bz2) = 51007a50ddbeae1ba2c986e0cb0b110efeae2dc9 SHA512 (qemu-2.5.0.tar.bz2) = 12153f94cc7f834fd6a85f25690c36f2331d88d414426fb8b9ac20a34e6f9222b1eda30b727674af583580fae90dfd6d0614a905dce1567d94cd049d426b9dd3 Size (qemu-2.5.0.tar.bz2) = 25464996 bytes SHA1 (patch-Makefile.objs) = 81274d0dde593a8379428df1f974d6c50a65dd92 -SHA1 (patch-configure) = c15a44d127d7bdd82285d0b81b710cef7ad81e83 +SHA1 (patch-configure) = 668aff0a22a5800993645a4b40899e7694803ee6 SHA1 (patch-default-configs_pci.mak) = 09567d0d56cdee3d72ae93c0609dee7ca749ef18 SHA1 (patch-ef) = 6e57de87f91067e8a9a1388c91133a31b3582b3a SHA1 (patch-et) = e9b850ac5985cbe934b541acbfdb330cce421d50 diff --git a/emulators/qemu/patches/patch-configure b/emulators/qemu/patches/patch-configure index ea02a62e7f715..e711bddb01f70 100644 --- a/emulators/qemu/patches/patch-configure +++ b/emulators/qemu/patches/patch-configure @@ -1,7 +1,8 @@ -$NetBSD: patch-configure,v 1.11 2016/03/06 19:41:24 dbj Exp $ +$NetBSD: patch-configure,v 1.12 2016/03/24 15:21:10 khorben Exp $ Don't use gld on SunOS add check for shm_open +avoid bad substitution --- configure.orig 2015-12-16 22:04:48.000000000 +0000 +++ configure @@ -66,6 +67,15 @@ add check for shm_open fi fi if test "$softmmu" = yes ; then +@@ -4758,7 +4785,7 @@ echo "GTK GL support $gtk_gl" + echo "GNUTLS support $gnutls" + echo "GNUTLS hash $gnutls_hash" + echo "libgcrypt $gcrypt" +-echo "nettle $nettle ${nettle+($nettle_version)}" ++echo "nettle $nettle ($nettle_version)" + echo "libtasn1 $tasn1" + echo "VTE support $vte" + echo "curses support $curses" @@ -5049,6 +5076,9 @@ fi if test "$fallocate_zero_range" = "yes" ; then echo "CONFIG_FALLOCATE_ZERO_RANGE=y" >> $config_host_mak diff --git a/emulators/shoebill/DESCR b/emulators/shoebill/DESCR new file mode 100644 index 0000000000000..dbe61507556bf --- /dev/null +++ b/emulators/shoebill/DESCR @@ -0,0 +1,21 @@ +Shoebill is an all-new, BSD-licensed Macintosh II emulator designed +from the ground up with the singular goal of running A/UX, first +presented on +. + +Shoebill requires a Macintosh II, IIx or IIcx ROM, e.g. from +, and a disk image with +A/UX installed. + +Shoebill is different from other Macintosh emulators in how it +boots. Instead of booting directly into the Macintosh ROM, Shoebill +implements a bootloader and boots directly into A/UX +itself. Traditionally, A/UX is booted by first booting Mac OS, and +then running SASH/launch to mount the A/UX root partition, run fsck if +necessary, load the unix kernel, and then boot it. SASH provides the +ability to manipulate the A/UX filesystem while actually running in +regular Mac OS. + +Shoebill cannot boot into regular Mac OS, although that's a future +goal. Instead, it replicates the functionality of Apple's bootloader, +and boots directly into A/UX. diff --git a/emulators/shoebill/Makefile b/emulators/shoebill/Makefile new file mode 100644 index 0000000000000..3dbcdbbaaf038 --- /dev/null +++ b/emulators/shoebill/Makefile @@ -0,0 +1,42 @@ +# $NetBSD: Makefile,v 1.4 2016/03/29 22:03:08 joerg Exp $ + +GITHUB_PROJECT= shoebill +DISTNAME= 0.0.5 +PKGNAME= ${GITHUB_PROJECT}-${DISTNAME} +CATEGORIES= emulators +MASTER_SITES= ${MASTER_SITE_GITHUB:=pruten/} +DIST_SUBDIR= ${GITHUB_PROJECT} + +MAINTAINER= hauke@NetBSD.org +HOMEPAGE= ${MASTER_SITE_GITHUB:=pruten/shoebill/} +COMMENT= Macintosh II emulator that runs A/UX +LICENSE= 2-clause-bsd + +# Missing long double math functions +NOT_FOR_PLATFORM= NetBSD-[0-6]*-* + +USE_TOOLS+= perl gtar +EXTRACT_USING= gtar + +REPLACE_PERL+= core/macro.pl + +WRKSRC= ${WRKDIR}/${PKGNAME} + +DOCDIR= share/doc/shoebill +INSTALLATION_DIRS= bin ${DOCDIR} + +CFLAGS+= -g3 +INSTALL_UNSTRIPPED= yes + +do-build: + ( cd ${WRKSRC}/sdl-gui && \ + ${PKGSRC_SETENV} CC=${CC:Q} CFLAGS=${CFLAGS:Q} LDFLAGS=${LDFLAGS:Q} \ + ${SH} ./lin_build.sh ) + +do-install: + ${INSTALL_DATA} files/shoebill.usage ${DESTDIR}${PREFIX}/${DOCDIR} + ${INSTALL_DATA} ${WRKSRC}/README.md ${DESTDIR}${PREFIX}/${DOCDIR} + ${INSTALL_PROGRAM} ${WRKSRC}/sdl-gui/shoebill ${DESTDIR}${PREFIX}/bin + +.include "../../devel/SDL2/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/emulators/shoebill/PLIST b/emulators/shoebill/PLIST new file mode 100644 index 0000000000000..21b91a533dd44 --- /dev/null +++ b/emulators/shoebill/PLIST @@ -0,0 +1,4 @@ +@comment $NetBSD: PLIST,v 1.1 2016/03/23 14:21:03 hauke Exp $ +bin/shoebill +share/doc/shoebill/README.md +share/doc/shoebill/shoebill.usage diff --git a/emulators/shoebill/distinfo b/emulators/shoebill/distinfo new file mode 100644 index 0000000000000..ad0ab1a05ecd6 --- /dev/null +++ b/emulators/shoebill/distinfo @@ -0,0 +1,8 @@ +$NetBSD: distinfo,v 1.3 2016/03/29 22:03:08 joerg Exp $ + +SHA1 (shoebill/0.0.5.tar.gz) = 40b9ae839bbb9d065ca7d36363b1b4660d780010 +RMD160 (shoebill/0.0.5.tar.gz) = 20143081d2418d6961f86626e3d994b2feda8a4b +SHA512 (shoebill/0.0.5.tar.gz) = cf8d7945943d6d7a505c233b5c99371f5d37d5d60dd5beeeadbe442ef43b9980e96d51f193d69a03eb58a0a2b13103b4dba311a53c939b633b20753a8c19a772 +Size (shoebill/0.0.5.tar.gz) = 253877 bytes +SHA1 (patch-sdl-gui_lin_build.sh) = 8eb8bf622bc7b83f06a0d4dcdb8b77b25001163b +SHA1 (patch-sdl-gui_sdl.c) = ee433b37104dcccc700d1d08b97807689ed8da67 diff --git a/emulators/shoebill/files/shoebill.usage b/emulators/shoebill/files/shoebill.usage new file mode 100644 index 0000000000000..b692b875f87a6 --- /dev/null +++ b/emulators/shoebill/files/shoebill.usage @@ -0,0 +1,37 @@ +Shoebill v0.0.4 - http://github.com/pruten/shoebill - Peter Rutenbar (c) 2014 + +Arguments have the form name=value. + +rom= +Specifies the path to a Macintosh II ROM. +E.g. rom=/home/foo/macii.rom + +disk0..disk6= + +Specifies the path to a disk image for the given SCSI ID. Shoebill +will always boot from disk0, so make sure disk0 points to a bootable +A/UX image. E.g. disk0=/home/foo/aux3.img disk1=/blah.img + +ram= +E.g. ram=16 + +height= +Specifies the height of the screen in pixels. + +width= +Specifies the width of the screen in pixels. + +pram-path= +Defaults to ~/.shoebill_pram + +verbose=<1 or 0> +Whether to boot A/UX in verbose mode. Best to leave it at default (1). + +unix-path= +Path to the kernel file on the root disk image. Best to leave it at +default (/unix). + + +Example: + +./shoebill disk0=/aux3.img rom=/macii.rom width=1024 height=768 ram=64 diff --git a/emulators/shoebill/patches/patch-sdl-gui_lin_build.sh b/emulators/shoebill/patches/patch-sdl-gui_lin_build.sh new file mode 100644 index 0000000000000..40796fd60241c --- /dev/null +++ b/emulators/shoebill/patches/patch-sdl-gui_lin_build.sh @@ -0,0 +1,24 @@ +$NetBSD: patch-sdl-gui_lin_build.sh,v 1.3 2016/03/29 22:03:08 joerg Exp $ + +Make build parameters settable from pkg Makefile + +--- sdl-gui/lin_build.sh.orig 2015-09-14 02:11:18.000000000 +0000 ++++ sdl-gui/lin_build.sh +@@ -1,6 +1,7 @@ +-#!/bin/bash ++#!/bin/sh + +-CC=gcc ++CC=${CC:-"gcc"} ++CFLAGS=${CFLAGS:-"-O2"} + + files="" + for i in adb fpu mc68851 mem via floppy core_api cpu dis; do +@@ -17,6 +18,6 @@ $CC -O1 ../core/decoder_gen.c -o decoder + ./decoder_gen dis . + + +-cmd="$CC -O3 -ggdb -flto $files sdl.c -lpthread -lm -lSDL2 -lGL -o shoebill" ++cmd="$CC ${CFLAGS} $files sdl.c -lpthread -lm -lSDL2 -lGL ${LDFLAGS} -o shoebill" + echo $cmd + $cmd diff --git a/emulators/shoebill/patches/patch-sdl-gui_sdl.c b/emulators/shoebill/patches/patch-sdl-gui_sdl.c new file mode 100644 index 0000000000000..f4f77fc736f8b --- /dev/null +++ b/emulators/shoebill/patches/patch-sdl-gui_sdl.c @@ -0,0 +1,15 @@ +$NetBSD: patch-sdl-gui_sdl.c,v 1.1 2016/03/23 14:21:03 hauke Exp $ + +Fix #include path + +--- sdl-gui/sdl.c.orig 2015-09-14 02:11:18.000000000 +0000 ++++ sdl-gui/sdl.c +@@ -220,7 +220,7 @@ struct { + #if !((defined WIN32) || (defined _WIN64)) + #include + #include +-#include ++#include + #endif + + static char* _get_home_dir (const char *terminal_element) diff --git a/emulators/simh/distinfo b/emulators/simh/distinfo index d34b345444eee..b4e0ec278da7d 100644 --- a/emulators/simh/distinfo +++ b/emulators/simh/distinfo @@ -1,10 +1,10 @@ -$NetBSD: distinfo,v 1.24 2016/01/12 12:51:19 abs Exp $ +$NetBSD: distinfo,v 1.25 2016/05/03 08:26:43 wiz Exp $ SHA1 (simhv39-0.zip) = 1de3938f0dcb51d55b0e53aea8ae9769ccc57bdb RMD160 (simhv39-0.zip) = a464e7d1fc6d58dd23a3ef623c3c018d5d60b050 SHA512 (simhv39-0.zip) = 5e8cbf92e980b7cb40d68ff60a266f70c0bef0eecdc169a8077ae72a6a71fe12a7be5c62bd033ca36727e2cb8f266a5a6f8a5ed6dd509afbf0a9d7b618f1a4f6 Size (simhv39-0.zip) = 3103657 bytes -SHA1 (patch-aa) = 96d323402f4d5850340b979587046e346014f9d0 +SHA1 (patch-aa) = a1c90dca4747f8535c5544dc7c11ff70613196fc SHA1 (patch-ab) = aa6f7fa5246b469ec7de28182922d2e6e18ce0de SHA1 (patch-ac) = 9d12df82e971b057be33d4cf54b1539597ae94f3 SHA1 (patch-sim__timer.h) = 1ee43b9a6586cdeb0f4dd22321957de8d30d3376 diff --git a/emulators/simh/patches/patch-aa b/emulators/simh/patches/patch-aa index f9468a3f2b4a3..39ee45837e807 100644 --- a/emulators/simh/patches/patch-aa +++ b/emulators/simh/patches/patch-aa @@ -1,17 +1,17 @@ -$NetBSD: patch-aa,v 1.14 2016/01/12 12:51:19 abs Exp $ +$NetBSD: patch-aa,v 1.15 2016/05/03 08:26:43 wiz Exp $ Exclude -flto for gcc 4.1.3 (used in NetBSD/vax 6) Exclude -flto for gcc 4.4.7 (Used in DragonFly 2.13 - 3.1) Make -O2 conditional so can be overridden by environment ---- makefile.orig 2012-06-13 16:46:32.000000000 +0000 +--- makefile.orig 2012-04-23 16:28:04.000000000 +0000 +++ makefile @@ -63,7 +63,7 @@ ifeq ($(WIN32),) #*nix Environments (&& OSNAME = windows-build endif GCC_VERSION = $(shell $(GCC) -v /dev/null 2>&1 | grep 'gcc version' | awk '{ print $$3 }') - LTO_EXCLUDE_VERSIONS = -+ LTO_EXCLUDE_VERSIONS = 4.1.3 4.4.7 4.8.3 4.8.4 4.8.5 ++ LTO_EXCLUDE_VERSIONS = 4.1.3 4.4.7 4.8.3 4.8.4 4.8.5 5.3.0 PCAPLIB = pcap ifeq (agcc,$(findstring agcc,$(GCC))) # Android target build? OS_CCDEFS = -D_GNU_SOURCE diff --git a/emulators/suse121_linux/Makefile.common b/emulators/suse121_linux/Makefile.common index 8aeed5776ef1b..d90c1a339a9a2 100644 --- a/emulators/suse121_linux/Makefile.common +++ b/emulators/suse121_linux/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.12 2015/09/26 00:44:03 kamil Exp $ +# $NetBSD: Makefile.common,v 1.13 2016/04/11 04:22:34 dbj Exp $ # # used by emulators/suse121_alsa/Makefile # used by emulators/suse121_aspell/Makefile @@ -105,7 +105,7 @@ FILES_SUBST+= LINUX_LIBSUBDIR=${LINUX_LIBSUBDIR:Q} .sinclude "${SUSE_PKGSRCDIR}/suse.${EMUL_ARCH}.mk" .if make(distinfo) || make(makedistinfo) || make(mdi) || make(makesum) -PKG_FAIL_REASON= "please use make emul-fetch or make emul-distinfo" +PKG_FAIL_REASON+= "please use make emul-fetch or make emul-distinfo" .endif .if defined(RPMPKGS) && !empty(RPMPKGS) diff --git a/emulators/suse131_linux/Makefile.common b/emulators/suse131_linux/Makefile.common index 2f5f9f7015164..985400c7352c4 100644 --- a/emulators/suse131_linux/Makefile.common +++ b/emulators/suse131_linux/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.14 2015/09/26 00:40:58 kamil Exp $ +# $NetBSD: Makefile.common,v 1.15 2016/04/11 04:22:34 dbj Exp $ # # used by emulators/suse131_alsa/Makefile # used by emulators/suse131_aspell/Makefile @@ -123,7 +123,7 @@ FILES_SUBST+= LINUX_LIBSUBDIR=${LINUX_LIBSUBDIR:Q} .sinclude "${SUSE_PKGSRCDIR}/suse.${EMUL_ARCH}.mk" .if make(distinfo) || make(makedistinfo) || make(mdi) || make(makesum) -PKG_FAIL_REASON= "please use make emul-fetch or make emul-distinfo" +PKG_FAIL_REASON+= "please use make emul-fetch or make emul-distinfo" .endif .if defined(RPMPKGS) && !empty(RPMPKGS) diff --git a/emulators/tme/Makefile b/emulators/tme/Makefile index 64da72092d7f1..cad4e21e43655 100644 --- a/emulators/tme/Makefile +++ b/emulators/tme/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.59 2015/09/13 15:08:09 joerg Exp $ +# $NetBSD: Makefile,v 1.60 2016/04/04 18:00:16 mrg Exp $ # DISTNAME= tme-0.8 @@ -19,29 +19,16 @@ GNU_CONFIGURE= yes USE_TOOLS+= gmake perl:run pkg-config yacc CONFIGURE_ARGS+= --disable-debug +# XXX Turn off -Werror for now; there are a very very large number of +# warnings generated, increasing with every compiler version. +CONFIGURE_ARGS+= --disable-warnings BUILDLINK_DEPMETHOD.libXt?= build .include "../../mk/compiler.mk" -.if !empty(PKGSRC_COMPILER:Mclang) -_WRAP_EXTRA_ARGS.CC+= -Wno-error=tautological-compare \ - -Wno-error=sometimes-uninitialized \ - -Wno-error=unused-function \ - -Wno-error=absolute-value \ - -Wno-error=pointer-bool-conversion -CWRAPPERS_APPEND.cc+= -Wno-error=tautological-compare \ - -Wno-error=sometimes-uninitialized \ - -Wno-error=unused-function \ - -Wno-error=absolute-value \ - -Wno-error=pointer-bool-conversion -.elif !empty(CC_VERSION:Mgcc-4.8.*) -_WRAP_EXTRA_ARGS.CC+= -Wno-error=unused-but-set-variable \ - -Wno-error=array-bounds \ - -fno-strict-aliasing -CWRAPPERS_APPEND.cc+= -Wno-error=unused-but-set-variable \ - -Wno-error=array-bounds \ - -fno-strict-aliasing - +.if !empty(CC_VERSION:Mgcc-4.[89].*) || !empty(CC_VERSION:Mgcc-[56789].*) +_WRAP_EXTRA_ARGS.CC+= -fno-strict-aliasing +CWRAPPERS_APPEND.cc+= -fno-strict-aliasing .endif PLIST_VARS+= bsd diff --git a/filesystems/fuse-svnfs/Makefile b/filesystems/fuse-svnfs/Makefile index 0c888bf2a72df..05de311095f29 100644 --- a/filesystems/fuse-svnfs/Makefile +++ b/filesystems/fuse-svnfs/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.32 2016/03/05 11:28:29 jperkin Exp $ +# $NetBSD: Makefile,v 1.33 2016/04/11 19:01:51 ryoon Exp $ # DISTNAME= svnfs-0.4 -PKGREVISION= 27 +PKGREVISION= 28 CATEGORIES= filesystems MASTER_SITES= http://www.jmadden.eu/wp-content/uploads/svnfs/ EXTRACT_SUFX= .tgz diff --git a/filesystems/fuse-wikipediafs/Makefile b/filesystems/fuse-wikipediafs/Makefile index cd486f634a61f..1e286030bd3a8 100644 --- a/filesystems/fuse-wikipediafs/Makefile +++ b/filesystems/fuse-wikipediafs/Makefile @@ -1,17 +1,17 @@ -# $NetBSD: Makefile,v 1.15 2015/12/05 21:25:42 adam Exp $ +# $NetBSD: Makefile,v 1.16 2016/04/15 14:28:08 mef Exp $ -DISTNAME= wikipediafs-0.3 +DISTNAME= wikipediafs-0.4 PKGNAME= fuse-${DISTNAME} -PKGREVISION= 5 CATEGORIES= filesystems MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=wikipediafs/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://wikipediafs.sourceforge.net/ COMMENT= FUSE filesystem for accessing the wikipedia +LICENSE= gnu-gpl-v2 PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-fuse-bindings -EGG_NAME= wikipediafs-0.1 +EGG_NAME= wikipediafs-0.0.0 SUBST_CLASSES+= config SUBST_STAGE.config= post-patch diff --git a/filesystems/fuse-wikipediafs/distinfo b/filesystems/fuse-wikipediafs/distinfo index 3c7c5b58387f3..1a3652f68924c 100644 --- a/filesystems/fuse-wikipediafs/distinfo +++ b/filesystems/fuse-wikipediafs/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.3 2015/11/03 00:15:01 agc Exp $ +$NetBSD: distinfo,v 1.4 2016/04/15 14:28:08 mef Exp $ -SHA1 (wikipediafs-0.3.tar.gz) = 8814afbb18f122492857a06a9f7a949b16e7b714 -RMD160 (wikipediafs-0.3.tar.gz) = 16377047749665082328421ffcb108f363db3dab -SHA512 (wikipediafs-0.3.tar.gz) = 69d978c04e099b1433860c702cd12e69af77c7d190c494b79f25e139825c819ed8011e6f0309358bdb91fbe432d621d1db44334afc7ef2a54c6ec437b27151b3 -Size (wikipediafs-0.3.tar.gz) = 25409 bytes +SHA1 (wikipediafs-0.4.tar.gz) = e4abed5c0c06745b18842881d3796d1da5b05a34 +RMD160 (wikipediafs-0.4.tar.gz) = 440b508f0378dc559bf40bc3d12cc800b21f8a92 +SHA512 (wikipediafs-0.4.tar.gz) = 0c014c0788ca95b0ff7c18f650427be7fff3c74c99e1e0064191d4f3a53bcb5d31cb8866262fa13f432bd0e64547ab5a01ed53560ab8d66f518d1901a59855b4 +Size (wikipediafs-0.4.tar.gz) = 70957 bytes diff --git a/filesystems/glusterfs/Makefile b/filesystems/glusterfs/Makefile index 65a4417e23e8a..5c203a48abba4 100644 --- a/filesystems/glusterfs/Makefile +++ b/filesystems/glusterfs/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.62 2016/03/05 11:28:29 jperkin Exp $ +# $NetBSD: Makefile,v 1.66 2016/04/19 03:12:42 manu Exp $ -DISTNAME= glusterfs-3.7.8 +DISTNAME= glusterfs-3.7.11 #PKGREVISION= 1 -PKGREVISION= 1 CATEGORIES= filesystems MASTER_SITES= http://bits.gluster.org/pub/gluster/glusterfs/src/ @@ -25,6 +24,8 @@ MAKE_FLAGS+= LEXLIB="" PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # only 2.x supported as of 3.6.0 REPLACE_PYTHON+= contrib/ipaddr-py/ipaddr.py +REPLACE_PYTHON+= extras/ganesha/scripts/generate-epoch.py +REPLACE_PYTHON+= extras/geo-rep/schedule_georep.py REPLACE_PYTHON+= extras/snap_scheduler/gcron.py REPLACE_PYTHON+= extras/snap_scheduler/snap_scheduler.py REPLACE_PYTHON+= geo-replication/src/peer_mountbroker.in @@ -78,7 +79,7 @@ SUBST_SED.etc= -e "s,/etc/gluster,${PREFIX}/etc/gluster,g" SUBST_CLASSES+= vol SUBST_STAGE.vol= post-build SUBST_FILES.vol= extras/Makefile -SUBST_SED.vol= -e "/^vol_DATA/s/glusterd.vol/glusterd.vol.sample/g" +SUBST_SED.vol= -e "/vol_DATA/s/glusterd.vol/glusterd.vol.sample/g" EGDIR= ${PREFIX}/etc/glusterfs CONF_FILES+= ${EGDIR}/glusterd.vol.sample ${EGDIR}/glusterd.vol @@ -91,6 +92,7 @@ PLIST_SRC= ${PLIST_SRC_DFLT} PLIST_SUBST+= VARBASE=${VARBASE} PLIST_SUBST+= PKG_SYSCONFDIR=${PKG_SYSCONFDIR} PLIST_SUBST+= PYSITELIB=${PYSITELIB:Q} +PLIST_SUBST+= GLUSTERFS_VERSION=${DISTNAME:S/glusterfs-//} MESSAGE_SRC= ${PKGDIR}/MESSAGE.${OPSYS} pre-build: diff --git a/filesystems/glusterfs/PLIST b/filesystems/glusterfs/PLIST index a02f3d24cd096..6c633bcdeafb3 100644 --- a/filesystems/glusterfs/PLIST +++ b/filesystems/glusterfs/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.31 2016/02/09 11:04:51 manu Exp $ +@comment $NetBSD: PLIST,v 1.34 2016/04/19 03:12:42 manu Exp $ ${PYSITELIB}/gluster/__init__.py ${PYSITELIB}/gluster/__init__.pyc ${PYSITELIB}/gluster/__init__.pyo @@ -23,83 +23,83 @@ include/glusterfs/gfdb/gfdb_data_store_types.h include/glusterfs/gfdb/gfdb_mem-types.h include/glusterfs/gfdb/gfdb_sqlite3.h include/glusterfs/gfdb/gfdb_sqlite3_helper.h -lib/glusterfs/3.7.8/auth/addr.la -lib/glusterfs/3.7.8/auth/login.la -lib/glusterfs/3.7.8/rpc-transport/socket.la -lib/glusterfs/3.7.8/xlator/cluster/afr.la -lib/glusterfs/3.7.8/xlator/cluster/dht.la -lib/glusterfs/3.7.8/xlator/cluster/disperse.so -lib/glusterfs/3.7.8/xlator/cluster/distribute.so -lib/glusterfs/3.7.8/xlator/cluster/ec.la -lib/glusterfs/3.7.8/xlator/cluster/nufa.la -lib/glusterfs/3.7.8/xlator/cluster/pump.la -lib/glusterfs/3.7.8/xlator/cluster/replicate.so -lib/glusterfs/3.7.8/xlator/cluster/stripe.la -lib/glusterfs/3.7.8/xlator/cluster/switch.la -lib/glusterfs/3.7.8/xlator/cluster/tier.la -lib/glusterfs/3.7.8/xlator/debug/error-gen.la -lib/glusterfs/3.7.8/xlator/debug/io-stats.la -lib/glusterfs/3.7.8/xlator/debug/trace.la -lib/glusterfs/3.7.8/xlator/encryption/crypt.la -lib/glusterfs/3.7.8/xlator/encryption/rot-13.la -lib/glusterfs/3.7.8/xlator/features/access-control.so -lib/glusterfs/3.7.8/xlator/features/arbiter.la -lib/glusterfs/3.7.8/xlator/features/barrier.la -lib/glusterfs/3.7.8/xlator/features/bit-rot.la -lib/glusterfs/3.7.8/xlator/features/bitrot-stub.la -lib/glusterfs/3.7.8/xlator/features/cdc.la -lib/glusterfs/3.7.8/xlator/features/changelog.la -lib/glusterfs/3.7.8/xlator/features/changetimerecorder.la -lib/glusterfs/3.7.8/xlator/features/ganesha.la -lib/glusterfs/3.7.8/xlator/features/gfid-access.la -lib/glusterfs/3.7.8/xlator/features/glupy.la -lib/glusterfs/3.7.8/xlator/features/glupy/debug-trace.py -lib/glusterfs/3.7.8/xlator/features/glupy/debug-trace.pyc -lib/glusterfs/3.7.8/xlator/features/glupy/debug-trace.pyo -lib/glusterfs/3.7.8/xlator/features/glupy/helloworld.py -lib/glusterfs/3.7.8/xlator/features/glupy/helloworld.pyc -lib/glusterfs/3.7.8/xlator/features/glupy/helloworld.pyo -lib/glusterfs/3.7.8/xlator/features/glupy/negative.py -lib/glusterfs/3.7.8/xlator/features/glupy/negative.pyc -lib/glusterfs/3.7.8/xlator/features/glupy/negative.pyo -lib/glusterfs/3.7.8/xlator/features/index.la -lib/glusterfs/3.7.8/xlator/features/locks.la -lib/glusterfs/3.7.8/xlator/features/mac-compat.la -lib/glusterfs/3.7.8/xlator/features/marker.la -lib/glusterfs/3.7.8/xlator/features/posix-locks.so -lib/glusterfs/3.7.8/xlator/features/prot_client.la -lib/glusterfs/3.7.8/xlator/features/prot_dht.la -lib/glusterfs/3.7.8/xlator/features/prot_server.la -lib/glusterfs/3.7.8/xlator/features/quiesce.la -lib/glusterfs/3.7.8/xlator/features/quota.la -lib/glusterfs/3.7.8/xlator/features/quotad.la -lib/glusterfs/3.7.8/xlator/features/read-only.la -lib/glusterfs/3.7.8/xlator/features/shard.la -lib/glusterfs/3.7.8/xlator/features/snapview-client.la -lib/glusterfs/3.7.8/xlator/features/snapview-server.la -lib/glusterfs/3.7.8/xlator/features/trash.la -lib/glusterfs/3.7.8/xlator/features/upcall.la -lib/glusterfs/3.7.8/xlator/features/worm.la -lib/glusterfs/3.7.8/xlator/meta.la -lib/glusterfs/3.7.8/xlator/mgmt/glusterd.la -lib/glusterfs/3.7.8/xlator/mount/api.la -lib/glusterfs/3.7.8/xlator/mount/fuse.la -lib/glusterfs/3.7.8/xlator/nfs/server.la -lib/glusterfs/3.7.8/xlator/performance/io-cache.la -lib/glusterfs/3.7.8/xlator/performance/io-threads.la -lib/glusterfs/3.7.8/xlator/performance/md-cache.la -lib/glusterfs/3.7.8/xlator/performance/open-behind.la -lib/glusterfs/3.7.8/xlator/performance/quick-read.la -lib/glusterfs/3.7.8/xlator/performance/read-ahead.la -lib/glusterfs/3.7.8/xlator/performance/readdir-ahead.la -lib/glusterfs/3.7.8/xlator/performance/stat-prefetch.so -lib/glusterfs/3.7.8/xlator/performance/write-behind.la -lib/glusterfs/3.7.8/xlator/protocol/client.la -lib/glusterfs/3.7.8/xlator/protocol/server.la -lib/glusterfs/3.7.8/xlator/storage/posix.la -lib/glusterfs/3.7.8/xlator/system/posix-acl.la -lib/glusterfs/3.7.8/xlator/testing/features/template.la -lib/glusterfs/3.7.8/xlator/testing/performance/symlink-cache.la +lib/glusterfs/${GLUSTERFS_VERSION}/auth/addr.la +lib/glusterfs/${GLUSTERFS_VERSION}/auth/login.la +lib/glusterfs/${GLUSTERFS_VERSION}/rpc-transport/socket.la +lib/glusterfs/${GLUSTERFS_VERSION}/xlator/cluster/afr.la +lib/glusterfs/${GLUSTERFS_VERSION}/xlator/cluster/dht.la +lib/glusterfs/${GLUSTERFS_VERSION}/xlator/cluster/disperse.so +lib/glusterfs/${GLUSTERFS_VERSION}/xlator/cluster/distribute.so +lib/glusterfs/${GLUSTERFS_VERSION}/xlator/cluster/ec.la +lib/glusterfs/${GLUSTERFS_VERSION}/xlator/cluster/nufa.la +lib/glusterfs/${GLUSTERFS_VERSION}/xlator/cluster/pump.la +lib/glusterfs/${GLUSTERFS_VERSION}/xlator/cluster/replicate.so +lib/glusterfs/${GLUSTERFS_VERSION}/xlator/cluster/stripe.la +lib/glusterfs/${GLUSTERFS_VERSION}/xlator/cluster/switch.la +lib/glusterfs/${GLUSTERFS_VERSION}/xlator/cluster/tier.la +lib/glusterfs/${GLUSTERFS_VERSION}/xlator/debug/error-gen.la +lib/glusterfs/${GLUSTERFS_VERSION}/xlator/debug/io-stats.la +lib/glusterfs/${GLUSTERFS_VERSION}/xlator/debug/trace.la +lib/glusterfs/${GLUSTERFS_VERSION}/xlator/encryption/crypt.la +lib/glusterfs/${GLUSTERFS_VERSION}/xlator/encryption/rot-13.la +lib/glusterfs/${GLUSTERFS_VERSION}/xlator/features/access-control.so +lib/glusterfs/${GLUSTERFS_VERSION}/xlator/features/arbiter.la +lib/glusterfs/${GLUSTERFS_VERSION}/xlator/features/barrier.la +lib/glusterfs/${GLUSTERFS_VERSION}/xlator/features/bit-rot.la +lib/glusterfs/${GLUSTERFS_VERSION}/xlator/features/bitrot-stub.la +lib/glusterfs/${GLUSTERFS_VERSION}/xlator/features/cdc.la +lib/glusterfs/${GLUSTERFS_VERSION}/xlator/features/changelog.la +lib/glusterfs/${GLUSTERFS_VERSION}/xlator/features/changetimerecorder.la +lib/glusterfs/${GLUSTERFS_VERSION}/xlator/features/ganesha.la +lib/glusterfs/${GLUSTERFS_VERSION}/xlator/features/gfid-access.la +lib/glusterfs/${GLUSTERFS_VERSION}/xlator/features/glupy.la +lib/glusterfs/${GLUSTERFS_VERSION}/xlator/features/glupy/debug-trace.py +lib/glusterfs/${GLUSTERFS_VERSION}/xlator/features/glupy/debug-trace.pyc +lib/glusterfs/${GLUSTERFS_VERSION}/xlator/features/glupy/debug-trace.pyo +lib/glusterfs/${GLUSTERFS_VERSION}/xlator/features/glupy/helloworld.py +lib/glusterfs/${GLUSTERFS_VERSION}/xlator/features/glupy/helloworld.pyc +lib/glusterfs/${GLUSTERFS_VERSION}/xlator/features/glupy/helloworld.pyo +lib/glusterfs/${GLUSTERFS_VERSION}/xlator/features/glupy/negative.py +lib/glusterfs/${GLUSTERFS_VERSION}/xlator/features/glupy/negative.pyc +lib/glusterfs/${GLUSTERFS_VERSION}/xlator/features/glupy/negative.pyo +lib/glusterfs/${GLUSTERFS_VERSION}/xlator/features/index.la +lib/glusterfs/${GLUSTERFS_VERSION}/xlator/features/locks.la +lib/glusterfs/${GLUSTERFS_VERSION}/xlator/features/mac-compat.la +lib/glusterfs/${GLUSTERFS_VERSION}/xlator/features/marker.la +lib/glusterfs/${GLUSTERFS_VERSION}/xlator/features/posix-locks.so +lib/glusterfs/${GLUSTERFS_VERSION}/xlator/features/prot_client.la +lib/glusterfs/${GLUSTERFS_VERSION}/xlator/features/prot_dht.la +lib/glusterfs/${GLUSTERFS_VERSION}/xlator/features/prot_server.la +lib/glusterfs/${GLUSTERFS_VERSION}/xlator/features/quiesce.la +lib/glusterfs/${GLUSTERFS_VERSION}/xlator/features/quota.la +lib/glusterfs/${GLUSTERFS_VERSION}/xlator/features/quotad.la +lib/glusterfs/${GLUSTERFS_VERSION}/xlator/features/read-only.la +lib/glusterfs/${GLUSTERFS_VERSION}/xlator/features/shard.la +lib/glusterfs/${GLUSTERFS_VERSION}/xlator/features/snapview-client.la +lib/glusterfs/${GLUSTERFS_VERSION}/xlator/features/snapview-server.la +lib/glusterfs/${GLUSTERFS_VERSION}/xlator/features/trash.la +lib/glusterfs/${GLUSTERFS_VERSION}/xlator/features/upcall.la +lib/glusterfs/${GLUSTERFS_VERSION}/xlator/features/worm.la +lib/glusterfs/${GLUSTERFS_VERSION}/xlator/meta.la +lib/glusterfs/${GLUSTERFS_VERSION}/xlator/mgmt/glusterd.la +lib/glusterfs/${GLUSTERFS_VERSION}/xlator/mount/api.la +lib/glusterfs/${GLUSTERFS_VERSION}/xlator/mount/fuse.la +lib/glusterfs/${GLUSTERFS_VERSION}/xlator/nfs/server.la +lib/glusterfs/${GLUSTERFS_VERSION}/xlator/performance/io-cache.la +lib/glusterfs/${GLUSTERFS_VERSION}/xlator/performance/io-threads.la +lib/glusterfs/${GLUSTERFS_VERSION}/xlator/performance/md-cache.la +lib/glusterfs/${GLUSTERFS_VERSION}/xlator/performance/open-behind.la +lib/glusterfs/${GLUSTERFS_VERSION}/xlator/performance/quick-read.la +lib/glusterfs/${GLUSTERFS_VERSION}/xlator/performance/read-ahead.la +lib/glusterfs/${GLUSTERFS_VERSION}/xlator/performance/readdir-ahead.la +lib/glusterfs/${GLUSTERFS_VERSION}/xlator/performance/stat-prefetch.so +lib/glusterfs/${GLUSTERFS_VERSION}/xlator/performance/write-behind.la +lib/glusterfs/${GLUSTERFS_VERSION}/xlator/protocol/client.la +lib/glusterfs/${GLUSTERFS_VERSION}/xlator/protocol/server.la +lib/glusterfs/${GLUSTERFS_VERSION}/xlator/storage/posix.la +lib/glusterfs/${GLUSTERFS_VERSION}/xlator/system/posix-acl.la +lib/glusterfs/${GLUSTERFS_VERSION}/xlator/testing/features/template.la +lib/glusterfs/${GLUSTERFS_VERSION}/xlator/testing/performance/symlink-cache.la lib/libgfapi.la lib/libgfchangelog.la lib/libgfdb.la @@ -117,6 +117,7 @@ lib/pkgconfig/libgfdb.pc libexec/ganesha/create-export-ganesha.sh libexec/ganesha/dbus-send.sh libexec/ganesha/ganesha-ha.sh +libexec/ganesha/generate-epoch.py libexec/glusterfs/gfind_missing_files/gcrawler libexec/glusterfs/gfind_missing_files/gfid_to_path.py libexec/glusterfs/gfind_missing_files/gfid_to_path.sh @@ -222,6 +223,7 @@ share/glusterfs/scripts/gsync-sync-gfid share/glusterfs/scripts/gsync-upgrade.sh share/glusterfs/scripts/post-upgrade-script-for-quota.sh share/glusterfs/scripts/pre-upgrade-script-for-quota.sh +share/glusterfs/scripts/schedule_georep.py share/glusterfs/scripts/slave-upgrade.sh share/glusterfs/scripts/stop-all-gluster-processes.sh @exec test -d ${PKG_SYSCONFDIR}/glusterd -a ! -d ${VARBASE}/lib/glusterd && ${MKDIR} -p ${VARBASE}/lib/ && mv ${PKG_SYSCONFDIR}/glusterd ${VARBASE}/lib/glusterd && ${LN} -s ${VARBASE}/lib/glusterd ${PKG_SYSCONFDIR}/glusterd diff --git a/filesystems/glusterfs/distinfo b/filesystems/glusterfs/distinfo index bdcba59688fc1..df9ddadeb25b4 100644 --- a/filesystems/glusterfs/distinfo +++ b/filesystems/glusterfs/distinfo @@ -1,5 +1,6 @@ -$NetBSD: distinfo,v 1.48 2016/02/09 11:04:51 manu Exp $ +$NetBSD: distinfo,v 1.54 2016/04/19 03:12:42 manu Exp $ -SHA1 (glusterfs-3.7.8.tar.gz) = 7e35c369e9dbca8125bd977f4d537f7bd6ae3d63 -RMD160 (glusterfs-3.7.8.tar.gz) = b040564a67cd17fb299455532b8c3bb0fb387ea1 -Size (glusterfs-3.7.8.tar.gz) = 7866091 bytes +SHA1 (glusterfs-3.7.11.tar.gz) = f8cc65fae0a2326f9ee44f539ed6a81b50b2505f +RMD160 (glusterfs-3.7.11.tar.gz) = f830b3d4e6650acdd5059c7afdb3c85e8b5fb33e +Size (glusterfs-3.7.11.tar.gz) = 8043775 bytes +SHA1 (patch-xlators_mgmt_glusterd_src_Makefile.in) = bfc093b482edc1e95f95152ab407633bdf7d0f55 diff --git a/filesystems/glusterfs/patches/patch-xlators_mgmt_glusterd_src_Makefile.in b/filesystems/glusterfs/patches/patch-xlators_mgmt_glusterd_src_Makefile.in new file mode 100644 index 0000000000000..09492abcc2f7b --- /dev/null +++ b/filesystems/glusterfs/patches/patch-xlators_mgmt_glusterd_src_Makefile.in @@ -0,0 +1,13 @@ +$NetBSD: patch-xlators_mgmt_glusterd_src_Makefile.in,v 1.8 2016/03/29 22:02:35 joerg Exp $ + +--- xlators/mgmt/glusterd/src/Makefile.in.orig 2015-11-08 21:58:06.000000000 +0000 ++++ xlators/mgmt/glusterd/src/Makefile.in +@@ -409,7 +409,7 @@ noinst_HEADERS = glusterd.h glusterd-uti + glusterd-server-quorum.h glusterd-errno.h + + AM_CPPFLAGS = $(GF_CPPFLAGS) -I$(top_srcdir)/libglusterfs/src \ +- -I$(rpclibdir) -I$(CONTRIBDIR)/rbtree \ ++ -I$(CONTRIBDIR)/rbtree \ + -I$(top_srcdir)/rpc/xdr/src -I$(top_srcdir)/rpc/rpc-lib/src \ + -I$(CONTRIBDIR)/mount \ + -I$(CONTRIBDIR)/userspace-rcu \ diff --git a/filesystems/openafs/Makefile b/filesystems/openafs/Makefile index c6e4a79d478c9..789396c5c6e3d 100644 --- a/filesystems/openafs/Makefile +++ b/filesystems/openafs/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.10 2015/10/28 19:43:01 jakllsch Exp $ +# $NetBSD: Makefile,v 1.12 2016/04/04 12:48:29 jakllsch Exp $ -DISTNAME= openafs-1.6.15-src +DISTNAME= openafs-1.6.17-src PKGNAME= ${DISTNAME:C/-src//} +PKGREVISION= 1 CATEGORIES= filesystems net sysutils -MASTER_SITES= http://www.openafs.org/dl/openafs/1.6.15/ +MASTER_SITES= http://www.openafs.org/dl/openafs/1.6.17/ EXTRACT_SUFX= .tar.bz2 MAINTAINER= gendalia@NetBSD.org @@ -45,13 +46,18 @@ FILES_SUBST+= HOSTNAME_CMD=${HOSTNAME_CMD:Q} BUILD_DEFS+= VARBASE # attempt to future-proof configuration -pre-build: +pre-patch: cd ${WRKSRC}/src/config && for i in 70 80 90; do \ ${SED} -e 's|nbsd60|nbsd'$$i'|g' param.i386_nbsd60.h > param.i386_nbsd$$i.h; \ ${SED} -e 's|nbsd60|nbsd'$$i'|g' param.amd64_nbsd60.h > param.amd64_nbsd$$i.h; \ ${CP} param.nbsd60.h param.nbsd$$i.h; \ done +post-patch: + cd ${WRKSRC}/src/config && for i in 80 90; do \ + ${CP} param.nbsd70.h param.nbsd$$i.h; \ + done + MAKE_ENV+= LD_RUN_PATH=${PREFIX}/lib .include "../../mk/bsd.pkg.mk" diff --git a/filesystems/openafs/distinfo b/filesystems/openafs/distinfo index 958d607aaf504..9a8dc0fff03ca 100644 --- a/filesystems/openafs/distinfo +++ b/filesystems/openafs/distinfo @@ -1,7 +1,12 @@ -$NetBSD: distinfo,v 1.12 2015/11/04 17:41:18 agc Exp $ +$NetBSD: distinfo,v 1.14 2016/04/04 12:48:29 jakllsch Exp $ -SHA1 (openafs-1.6.15-src.tar.bz2) = f6d300a408943a1f3edada4d12a8f0b60635d839 -RMD160 (openafs-1.6.15-src.tar.bz2) = b88ff1914fa5566649f218aec063a0b1be1fc54a -SHA512 (openafs-1.6.15-src.tar.bz2) = 17ac239366bb6dc8f7978b74ae5069bedab1976b7a39da76886ada5808159aa4ddc6347f49aae49c2d4e9ea14044a375217e48d443059967e50b0f82e0596065 -Size (openafs-1.6.15-src.tar.bz2) = 14388197 bytes +SHA1 (openafs-1.6.17-src.tar.bz2) = 1898679226a87659eb71e073de29384e4d8d4739 +RMD160 (openafs-1.6.17-src.tar.bz2) = b21fc9986cae46385c6440b14ac562d08cbc59c9 +SHA512 (openafs-1.6.17-src.tar.bz2) = 3ca61a7731c9bd9bae7da2f7b3900438fcc9f75c95b354574389c2203af2ec0a7b4dcaaf13a437743477fcad8a46c3bbb8c68255a976b9a9917b8f0a0cdf028f +Size (openafs-1.6.17-src.tar.bz2) = 14607107 bytes +SHA1 (patch-acinclude.m4) = 16efdc809c134698a0a834c3e8064d201f61ca68 +SHA1 (patch-configure) = be58e44c599e2c424a7b561010d890c97e5d871a +SHA1 (patch-src_cf_osconf.m4) = 2ae23bc82dd3f19cfa3fecf50dcca514e09d7a4b SHA1 (patch-src_comerr_Makefile.in) = dd5e996481d7ef908710868aa9dc1b65feb98717 +SHA1 (patch-src_config_afs__sysnames.h) = b1b9da619b37e03d1be2bd6da6073332028b0227 +SHA1 (patch-src_config_param.nbsd70.h) = bebb86bd5c01e25befbb800f6ae43058e13524d4 diff --git a/filesystems/openafs/patches/patch-acinclude.m4 b/filesystems/openafs/patches/patch-acinclude.m4 new file mode 100644 index 0000000000000..4f487f6c056ff --- /dev/null +++ b/filesystems/openafs/patches/patch-acinclude.m4 @@ -0,0 +1,14 @@ +$NetBSD: patch-acinclude.m4,v 1.1 2016/04/04 12:48:29 jakllsch Exp $ + +--- acinclude.m4.orig 2016-03-16 14:31:22.000000000 +0000 ++++ acinclude.m4 +@@ -777,6 +777,9 @@ case $AFS_SYSNAME in + *_nbsd40) AFS_PARAM_COMMON=param.nbsd40.h ;; + *_nbsd50) AFS_PARAM_COMMON=param.nbsd50.h ;; + *_nbsd60) AFS_PARAM_COMMON=param.nbsd60.h ;; ++ *_nbsd70) AFS_PARAM_COMMON=param.nbsd70.h ;; ++ *_nbsd80) AFS_PARAM_COMMON=param.nbsd80.h ;; ++ *_nbsd90) AFS_PARAM_COMMON=param.nbsd90.h ;; + *_obsd31) AFS_PARAM_COMMON=param.obsd31.h ;; + *_obsd32) AFS_PARAM_COMMON=param.obsd32.h ;; + *_obsd33) AFS_PARAM_COMMON=param.obsd33.h ;; diff --git a/filesystems/openafs/patches/patch-configure b/filesystems/openafs/patches/patch-configure new file mode 100644 index 0000000000000..8d98491b93f36 --- /dev/null +++ b/filesystems/openafs/patches/patch-configure @@ -0,0 +1,23 @@ +$NetBSD: patch-configure,v 1.1 2016/04/04 12:48:29 jakllsch Exp $ + +--- configure.orig 2016-03-16 14:32:21.000000000 +0000 ++++ configure +@@ -7559,6 +7559,9 @@ case $AFS_SYSNAME in + *_nbsd40) AFS_PARAM_COMMON=param.nbsd40.h ;; + *_nbsd50) AFS_PARAM_COMMON=param.nbsd50.h ;; + *_nbsd60) AFS_PARAM_COMMON=param.nbsd60.h ;; ++ *_nbsd70) AFS_PARAM_COMMON=param.nbsd70.h ;; ++ *_nbsd80) AFS_PARAM_COMMON=param.nbsd80.h ;; ++ *_nbsd90) AFS_PARAM_COMMON=param.nbsd90.h ;; + *_obsd31) AFS_PARAM_COMMON=param.obsd31.h ;; + *_obsd32) AFS_PARAM_COMMON=param.obsd32.h ;; + *_obsd33) AFS_PARAM_COMMON=param.obsd33.h ;; +@@ -23865,7 +23868,7 @@ case $AFS_SYSNAME in + XCFLAGS="-O2 -pipe -fPIC" + ;; + +- *nbsd2*|*nbsd3*|*nbsd4*|*nbsd5*|*nbsd6*) ++ *nbsd2*|*nbsd3*|*nbsd4*|*nbsd5*|*nbsd6*|*nbsd*0) + MT_CFLAGS='-DAFS_PTHREAD_ENV -pthread -D_REENTRANT ${XCFLAGS}' + MT_LIBS="-pthread" + PAM_OPTMZ=-O2 diff --git a/filesystems/openafs/patches/patch-src_cf_osconf.m4 b/filesystems/openafs/patches/patch-src_cf_osconf.m4 new file mode 100644 index 0000000000000..b217a690e50e4 --- /dev/null +++ b/filesystems/openafs/patches/patch-src_cf_osconf.m4 @@ -0,0 +1,13 @@ +$NetBSD: patch-src_cf_osconf.m4,v 1.1 2016/04/04 12:48:29 jakllsch Exp $ + +--- src/cf/osconf.m4.orig 2016-03-16 14:31:22.000000000 +0000 ++++ src/cf/osconf.m4 +@@ -205,7 +205,7 @@ case $AFS_SYSNAME in + XCFLAGS="-O2 -pipe -fPIC" + ;; + +- *nbsd2*|*nbsd3*|*nbsd4*|*nbsd5*|*nbsd6*) ++ *nbsd2*|*nbsd3*|*nbsd4*|*nbsd5*|*nbsd6*|*nbsd*0) + MT_CFLAGS='-DAFS_PTHREAD_ENV -pthread -D_REENTRANT ${XCFLAGS}' + MT_LIBS="-pthread" + PAM_OPTMZ=-O2 diff --git a/filesystems/openafs/patches/patch-src_config_afs__sysnames.h b/filesystems/openafs/patches/patch-src_config_afs__sysnames.h new file mode 100644 index 0000000000000..31ad49d73d808 --- /dev/null +++ b/filesystems/openafs/patches/patch-src_config_afs__sysnames.h @@ -0,0 +1,17 @@ +$NetBSD: patch-src_config_afs__sysnames.h,v 1.3 2016/04/04 12:48:29 jakllsch Exp $ + +--- src/config/afs_sysnames.h.orig 2016-03-16 14:31:22.000000000 +0000 ++++ src/config/afs_sysnames.h +@@ -267,6 +267,12 @@ + #define SYS_NAME_ID_macppc_nbsd50 2541 + #define SYS_NAME_ID_amd64_nbsd60 2542 + #define SYS_NAME_ID_i386_nbsd60 2543 ++#define SYS_NAME_ID_amd64_nbsd70 2544 ++#define SYS_NAME_ID_i386_nbsd70 2545 ++#define SYS_NAME_ID_amd64_nbsd80 2546 ++#define SYS_NAME_ID_i386_nbsd80 2547 ++#define SYS_NAME_ID_amd64_nbsd90 2548 ++#define SYS_NAME_ID_i386_nbsd90 2549 + + #define SYS_NAME_ID_i386_obsd31 2600 + #define SYS_NAME_ID_i386_obsd32 2601 diff --git a/filesystems/openafs/patches/patch-src_config_param.nbsd70.h b/filesystems/openafs/patches/patch-src_config_param.nbsd70.h new file mode 100644 index 0000000000000..69ee6ca0026d8 --- /dev/null +++ b/filesystems/openafs/patches/patch-src_config_param.nbsd70.h @@ -0,0 +1,22 @@ +$NetBSD: patch-src_config_param.nbsd70.h,v 1.1 2016/04/04 12:48:29 jakllsch Exp $ + +--- src/config/param.nbsd70.h.orig 2016-04-03 18:39:15.000000000 +0000 ++++ src/config/param.nbsd70.h +@@ -41,6 +41,8 @@ + #define AFS_NBSD30_ENV 1 + #define AFS_NBSD40_ENV 1 + #define AFS_NBSD50_ENV 1 ++#define AFS_NBSD60_ENV 1 ++#define AFS_NBSD70_ENV 1 + #undef AFS_NONFSTRANS + #define AFS_NONFSTRANS 1 + +@@ -52,6 +54,8 @@ + #define AFS_HAVE_STATVFS 1 /* System supports statvfs */ + #endif + ++#define ROOTINO UFS_ROOTINO ++ + #ifndef UKERNEL + + #if !defined(ASSEMBLER) && !defined(__LANGUAGE_ASSEMBLY__) && !defined(IGNORE_STDS_H) diff --git a/filesystems/ori/Makefile b/filesystems/ori/Makefile index aff422a359128..53c32b6e9c50d 100644 --- a/filesystems/ori/Makefile +++ b/filesystems/ori/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2016/03/05 11:28:29 jperkin Exp $ +# $NetBSD: Makefile,v 1.5 2016/03/25 21:13:51 joerg Exp $ DISTNAME= ori-0.8.1 PKGREVISION= 2 @@ -22,6 +22,13 @@ SUBST_FILES.man+= SConstruct SUBST_STAGE.man= pre-build SUBST_MESSAGE.man= Fixing man page installation path. +.include "../../mk/bsd.prefs.mk" + +.if ${OPSYS} == "NetBSD" +_WRAP_EXTRA_ARGS.CXX+= -D_KERNTYPES +CWRAPPERS_APPEND.cxx+= -D_KERNTYPES +.endif + do-build: cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/scons diff --git a/filesystems/p5-Path-Tiny/Makefile b/filesystems/p5-Path-Tiny/Makefile index 76ef629cbfec9..454f5ad34e29e 100644 --- a/filesystems/p5-Path-Tiny/Makefile +++ b/filesystems/p5-Path-Tiny/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.16 2016/03/09 12:25:01 wen Exp $ +# $NetBSD: Makefile,v 1.18 2016/04/15 23:15:26 mef Exp $ -DISTNAME= Path-Tiny-0.084 +DISTNAME= Path-Tiny-0.088 PKGNAME= p5-${DISTNAME} CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/D/DA/DAGOLDEN/} diff --git a/filesystems/p5-Path-Tiny/distinfo b/filesystems/p5-Path-Tiny/distinfo index ddd91dcacecfb..a95a34f82bd73 100644 --- a/filesystems/p5-Path-Tiny/distinfo +++ b/filesystems/p5-Path-Tiny/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.12 2016/03/09 12:25:01 wen Exp $ +$NetBSD: distinfo,v 1.14 2016/04/15 23:15:26 mef Exp $ -SHA1 (Path-Tiny-0.084.tar.gz) = f421429066cc08aab365ec7c45a99b371b410022 -RMD160 (Path-Tiny-0.084.tar.gz) = 46d532930e093aabf634524ca371d4581903f2b0 -SHA512 (Path-Tiny-0.084.tar.gz) = c8a5853f04afdb5d8db1e8f533d4706cf1030caefbb0f1b05f0fab7b71de34a0463269ba1733f549d1c1c7a370ce88f428d108387b10c6cb56c668280e2449c6 -Size (Path-Tiny-0.084.tar.gz) = 89052 bytes +SHA1 (Path-Tiny-0.088.tar.gz) = b70837699dfb1ffc12b8e8f8ccbcf7f4e0cff185 +RMD160 (Path-Tiny-0.088.tar.gz) = 4b2bd76b5ca5ab69bd0d7a313c33d0619bb560f0 +SHA512 (Path-Tiny-0.088.tar.gz) = 546e8d75f0cb21c8a386c1df6cf68fa7c9b695f79a29c7d409752c883a2c280f3bb3ad1173230c0af71615c9a4118c62ec3f36084deeae5889b752afd4ca2172 +Size (Path-Tiny-0.088.tar.gz) = 89852 bytes diff --git a/finance/gnucash-docs/Makefile b/finance/gnucash-docs/Makefile index a72374c7383c4..5357ad38ba002 100644 --- a/finance/gnucash-docs/Makefile +++ b/finance/gnucash-docs/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.32 2016/01/12 11:48:43 wiz Exp $ +# $NetBSD: Makefile,v 1.33 2016/04/09 05:55:46 wiz Exp $ -DISTNAME= gnucash-docs-2.6.11 +DISTNAME= gnucash-docs-2.6.12 CATEGORIES= finance MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gnucash/} diff --git a/finance/gnucash-docs/PLIST b/finance/gnucash-docs/PLIST index dc19225ba3080..dc6e8ad50f8ce 100644 --- a/finance/gnucash-docs/PLIST +++ b/finance/gnucash-docs/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.10 2016/01/12 11:48:43 wiz Exp $ +@comment $NetBSD: PLIST,v 1.11 2016/04/09 05:55:46 wiz Exp $ share/gnome/help/gnucash-guide/C/appendixa.xml share/gnome/help/gnucash-guide/C/appendixb.xml share/gnome/help/gnucash-guide/C/appendixc.xml @@ -44,6 +44,7 @@ share/gnome/help/gnucash-guide/C/figures/basics_NewAccountHierarchySetup_Account share/gnome/help/gnucash-guide/C/figures/basics_NewAccountHierarchySetup_Finish.png share/gnome/help/gnucash-guide/C/figures/basics_NewAccountHierarchySetup_Setup.png share/gnome/help/gnucash-guide/C/figures/basics_NewAccountHierarchySetup_currency.png +share/gnome/help/gnucash-guide/C/figures/basics_NewBookOpts.png share/gnome/help/gnucash-guide/C/figures/basics_QIF_Import_welcome.png share/gnome/help/gnucash-guide/C/figures/basics_SaveSQL.png share/gnome/help/gnucash-guide/C/figures/basics_SaveXML.png @@ -794,6 +795,202 @@ share/gnome/help/gnucash-guide/ja/figures/txns_sxn_ledger3.png share/gnome/help/gnucash-guide/ja/figures/txns_sxn_ledger4.png share/gnome/help/gnucash-guide/ja/gnucash-guide.xml share/gnome/help/gnucash-guide/ja/legal.xml +share/gnome/help/gnucash-guide/pt_PT/appendixa.xml +share/gnome/help/gnucash-guide/pt_PT/appendixb.xml +share/gnome/help/gnucash-guide/pt_PT/appendixc.xml +share/gnome/help/gnucash-guide/pt_PT/appendixd.xml +share/gnome/help/gnucash-guide/pt_PT/ch_accts.xml +share/gnome/help/gnucash-guide/pt_PT/ch_basics.xml +share/gnome/help/gnucash-guide/pt_PT/ch_budgets.xml +share/gnome/help/gnucash-guide/pt_PT/ch_bus_ap.xml +share/gnome/help/gnucash-guide/pt_PT/ch_bus_ar.xml +share/gnome/help/gnucash-guide/pt_PT/ch_bus_intro.xml +share/gnome/help/gnucash-guide/pt_PT/ch_bus_pay.xml +share/gnome/help/gnucash-guide/pt_PT/ch_bus_setup.xml +share/gnome/help/gnucash-guide/pt_PT/ch_capgain.xml +share/gnome/help/gnucash-guide/pt_PT/ch_cbook.xml +share/gnome/help/gnucash-guide/pt_PT/ch_cc.xml +share/gnome/help/gnucash-guide/pt_PT/ch_currency.xml +share/gnome/help/gnucash-guide/pt_PT/ch_dep.xml +share/gnome/help/gnucash-guide/pt_PT/ch_import_business_data.xml +share/gnome/help/gnucash-guide/pt_PT/ch_invest.xml +share/gnome/help/gnucash-guide/pt_PT/ch_loans.xml +share/gnome/help/gnucash-guide/pt_PT/ch_oth_assets.xml +share/gnome/help/gnucash-guide/pt_PT/ch_oview.xml +share/gnome/help/gnucash-guide/pt_PT/ch_python_bindings.xml +share/gnome/help/gnucash-guide/pt_PT/ch_txns.xml +share/gnome/help/gnucash-guide/pt_PT/fdl-appendix.xml +share/gnome/help/gnucash-guide/pt_PT/figures/accts_CreateAssetsAccount.png +share/gnome/help/gnucash-guide/pt_PT/figures/accts_DefaultExpenseAccounts.png +share/gnome/help/gnucash-guide/pt_PT/figures/accts_DefaultIncomeAccounts.png +share/gnome/help/gnucash-guide/pt_PT/figures/accts_toplevel.png +share/gnome/help/gnucash-guide/pt_PT/figures/accts_tree.png +share/gnome/help/gnucash-guide/pt_PT/figures/basics_AccountRelationships.png +share/gnome/help/gnucash-guide/pt_PT/figures/basics_Accounts.png +share/gnome/help/gnucash-guide/pt_PT/figures/basics_AccountsSampleQIF.png +share/gnome/help/gnucash-guide/pt_PT/figures/basics_CheckAccount.png +share/gnome/help/gnucash-guide/pt_PT/figures/basics_DoubleEntryIntro_SalarySplit.png +share/gnome/help/gnucash-guide/pt_PT/figures/basics_DoubleEntryIntro_compact.png +share/gnome/help/gnucash-guide/pt_PT/figures/basics_DoubleEntryIntro_expanded.png +share/gnome/help/gnucash-guide/pt_PT/figures/basics_DoubleEntryIntro_groceries.png +share/gnome/help/gnucash-guide/pt_PT/figures/basics_DoubleEntryIntro_salary.png +share/gnome/help/gnucash-guide/pt_PT/figures/basics_EmptyAccounts.png +share/gnome/help/gnucash-guide/pt_PT/figures/basics_NewAccountHierarchySetup.png +share/gnome/help/gnucash-guide/pt_PT/figures/basics_NewAccountHierarchySetup_Accounts.png +share/gnome/help/gnucash-guide/pt_PT/figures/basics_NewAccountHierarchySetup_Finish.png +share/gnome/help/gnucash-guide/pt_PT/figures/basics_NewAccountHierarchySetup_Setup.png +share/gnome/help/gnucash-guide/pt_PT/figures/basics_NewAccountHierarchySetup_book_options.png +share/gnome/help/gnucash-guide/pt_PT/figures/basics_NewAccountHierarchySetup_currency.png +share/gnome/help/gnucash-guide/pt_PT/figures/basics_QIF_Import_welcome.png +share/gnome/help/gnucash-guide/pt_PT/figures/basics_SaveSQL.png +share/gnome/help/gnucash-guide/pt_PT/figures/basics_SaveXML.png +share/gnome/help/gnucash-guide/pt_PT/figures/basics_TipOfDay.png +share/gnome/help/gnucash-guide/pt_PT/figures/bus_ap_billedit.png +share/gnome/help/gnucash-guide/pt_PT/figures/bus_ap_billnew.png +share/gnome/help/gnucash-guide/pt_PT/figures/bus_ap_billpost.png +share/gnome/help/gnucash-guide/pt_PT/figures/bus_ap_jobnew.png +share/gnome/help/gnucash-guide/pt_PT/figures/bus_ap_payment.png +share/gnome/help/gnucash-guide/pt_PT/figures/bus_ap_vendorfind.png +share/gnome/help/gnucash-guide/pt_PT/figures/bus_ap_vendornew.png +share/gnome/help/gnucash-guide/pt_PT/figures/bus_ar_custfind.png +share/gnome/help/gnucash-guide/pt_PT/figures/bus_ar_custnew.png +share/gnome/help/gnucash-guide/pt_PT/figures/bus_ar_invoicechange1.png +share/gnome/help/gnucash-guide/pt_PT/figures/bus_ar_invoicechange2.png +share/gnome/help/gnucash-guide/pt_PT/figures/bus_ar_invoicechange3.png +share/gnome/help/gnucash-guide/pt_PT/figures/bus_ar_invoiceedit.png +share/gnome/help/gnucash-guide/pt_PT/figures/bus_ar_invoicenew.png +share/gnome/help/gnucash-guide/pt_PT/figures/bus_ar_invoicepost.png +share/gnome/help/gnucash-guide/pt_PT/figures/bus_ar_invoiceprint.png +share/gnome/help/gnucash-guide/pt_PT/figures/bus_ar_jobnew.png +share/gnome/help/gnucash-guide/pt_PT/figures/bus_ar_payment.png +share/gnome/help/gnucash-guide/pt_PT/figures/bus_co_reg.png +share/gnome/help/gnucash-guide/pt_PT/figures/bus_pay_ex1.png +share/gnome/help/gnucash-guide/pt_PT/figures/bus_pay_ex2.png +share/gnome/help/gnucash-guide/pt_PT/figures/bus_pay_ex3.png +share/gnome/help/gnucash-guide/pt_PT/figures/bus_pay_ex4.png +share/gnome/help/gnucash-guide/pt_PT/figures/bus_tax_main.png +share/gnome/help/gnucash-guide/pt_PT/figures/bus_tax_new.png +share/gnome/help/gnucash-guide/pt_PT/figures/bus_terms_main.png +share/gnome/help/gnucash-guide/pt_PT/figures/bus_terms_new.png +share/gnome/help/gnucash-guide/pt_PT/figures/capgain_app2main.png +share/gnome/help/gnucash-guide/pt_PT/figures/capgain_app3main.png +share/gnome/help/gnucash-guide/pt_PT/figures/capgain_appmain.png +share/gnome/help/gnucash-guide/pt_PT/figures/cbook_CashFlow.png +share/gnome/help/gnucash-guide/pt_PT/figures/cbook_TransactionRptAssets.png +share/gnome/help/gnucash-guide/pt_PT/figures/cbook_TransactionRptExpenses.png +share/gnome/help/gnucash-guide/pt_PT/figures/cbook_atm.png +share/gnome/help/gnucash-guide/pt_PT/figures/cbook_bankstmt.png +share/gnome/help/gnucash-guide/pt_PT/figures/cbook_chartaccts5.png +share/gnome/help/gnucash-guide/pt_PT/figures/cbook_checkexamp.png +share/gnome/help/gnucash-guide/pt_PT/figures/cbook_gcashdata4.png +share/gnome/help/gnucash-guide/pt_PT/figures/cbook_reconciledCheckAct.png +share/gnome/help/gnucash-guide/pt_PT/figures/cbook_reconexamp.png +share/gnome/help/gnucash-guide/pt_PT/figures/cbook_servch.png +share/gnome/help/gnucash-guide/pt_PT/figures/cbook_transferin.png +share/gnome/help/gnucash-guide/pt_PT/figures/cc_CashFlow.png +share/gnome/help/gnucash-guide/pt_PT/figures/cc_Reversing_Transaction_1.png +share/gnome/help/gnucash-guide/pt_PT/figures/cc_Reversing_Transaction_2.png +share/gnome/help/gnucash-guide/pt_PT/figures/cc_TransactionRptExpenses.png +share/gnome/help/gnucash-guide/pt_PT/figures/cc_TransactionRptVisa.png +share/gnome/help/gnucash-guide/pt_PT/figures/cc_accounts.png +share/gnome/help/gnucash-guide/pt_PT/figures/cc_final.png +share/gnome/help/gnucash-guide/pt_PT/figures/cc_interest.png +share/gnome/help/gnucash-guide/pt_PT/figures/cc_payment.png +share/gnome/help/gnucash-guide/pt_PT/figures/cc_purchases.png +share/gnome/help/gnucash-guide/pt_PT/figures/cc_reconcile.png +share/gnome/help/gnucash-guide/pt_PT/figures/cc_reconcile_init.png +share/gnome/help/gnucash-guide/pt_PT/figures/cc_refund.png +share/gnome/help/gnucash-guide/pt_PT/figures/currency_AfterGetOnlineQuotes.png +share/gnome/help/gnucash-guide/pt_PT/figures/currency_BeforeGetOnlineQuotes.png +share/gnome/help/gnucash-guide/pt_PT/figures/currency_PutTogether_AfterMoney.png +share/gnome/help/gnucash-guide/pt_PT/figures/currency_PutTogether_AfterStocks.png +share/gnome/help/gnucash-guide/pt_PT/figures/currency_PutTogether_AussieHouse.png +share/gnome/help/gnucash-guide/pt_PT/figures/currency_addcurr.png +share/gnome/help/gnucash-guide/pt_PT/figures/currency_main1.png +share/gnome/help/gnucash-guide/pt_PT/figures/currency_main2.png +share/gnome/help/gnucash-guide/pt_PT/figures/currency_main3.png +share/gnome/help/gnucash-guide/pt_PT/figures/currency_peditor.png +share/gnome/help/gnucash-guide/pt_PT/figures/currency_purchase_AfterBoat.png +share/gnome/help/gnucash-guide/pt_PT/figures/currency_purchase_AfterStocks.png +share/gnome/help/gnucash-guide/pt_PT/figures/currency_purchase_BeforeBoat.png +share/gnome/help/gnucash-guide/pt_PT/figures/currency_purchase_BeforeStocks.png +share/gnome/help/gnucash-guide/pt_PT/figures/currency_purchase_Commodities.png +share/gnome/help/gnucash-guide/pt_PT/figures/currency_purchase_MoveMoney.png +share/gnome/help/gnucash-guide/pt_PT/figures/currency_purchase_SetExchangeRate.png +share/gnome/help/gnucash-guide/pt_PT/figures/currency_purchase_ToAmount.png +share/gnome/help/gnucash-guide/pt_PT/figures/dep_assetmain.png +share/gnome/help/gnucash-guide/pt_PT/figures/dep_assetreg.png +share/gnome/help/gnucash-guide/pt_PT/figures/dep_example.png +share/gnome/help/gnucash-guide/pt_PT/figures/invest_AccountsPredef.png +share/gnome/help/gnucash-guide/pt_PT/figures/invest_SetupPortfolio2.png +share/gnome/help/gnucash-guide/pt_PT/figures/invest_dividendcash.png +share/gnome/help/gnucash-guide/pt_PT/figures/invest_dividendreinvest1.png +share/gnome/help/gnucash-guide/pt_PT/figures/invest_int1.png +share/gnome/help/gnucash-guide/pt_PT/figures/invest_int2-1.png +share/gnome/help/gnucash-guide/pt_PT/figures/invest_int2.png +share/gnome/help/gnucash-guide/pt_PT/figures/invest_int3.png +share/gnome/help/gnucash-guide/pt_PT/figures/invest_merge2.png +share/gnome/help/gnucash-guide/pt_PT/figures/invest_merge3.png +share/gnome/help/gnucash-guide/pt_PT/figures/invest_newaccount.png +share/gnome/help/gnucash-guide/pt_PT/figures/invest_newsecurity.png +share/gnome/help/gnucash-guide/pt_PT/figures/invest_peditor.png +share/gnome/help/gnucash-guide/pt_PT/figures/invest_peditor2.png +share/gnome/help/gnucash-guide/pt_PT/figures/invest_selectsecurity.png +share/gnome/help/gnucash-guide/pt_PT/figures/invest_sellstock.png +share/gnome/help/gnucash-guide/pt_PT/figures/invest_sellstock2.png +share/gnome/help/gnucash-guide/pt_PT/figures/invest_sellstockLoss.png +share/gnome/help/gnucash-guide/pt_PT/figures/invest_sellstockLoss2.png +share/gnome/help/gnucash-guide/pt_PT/figures/invest_setup_current.png +share/gnome/help/gnucash-guide/pt_PT/figures/invest_setup_portfolio1.png +share/gnome/help/gnucash-guide/pt_PT/figures/invest_simplesplit1.png +share/gnome/help/gnucash-guide/pt_PT/figures/invest_split1.png +share/gnome/help/gnucash-guide/pt_PT/figures/invest_split2.png +share/gnome/help/gnucash-guide/pt_PT/figures/invest_split3.png +share/gnome/help/gnucash-guide/pt_PT/figures/invest_split4.png +share/gnome/help/gnucash-guide/pt_PT/figures/invest_split5.png +share/gnome/help/gnucash-guide/pt_PT/figures/invest_stockmerge1.png +share/gnome/help/gnucash-guide/pt_PT/figures/invest_stockvalue.png +share/gnome/help/gnucash-guide/pt_PT/figures/invest_stockvalue_report.png +share/gnome/help/gnucash-guide/pt_PT/figures/invest_stockvalue_report_options.png +share/gnome/help/gnucash-guide/pt_PT/figures/loans_PrivateLoanCalculation.png +share/gnome/help/gnucash-guide/pt_PT/figures/loans_PrivateLoanFirstPayment.png +share/gnome/help/gnucash-guide/pt_PT/figures/loans_PrivateLoanInitial.png +share/gnome/help/gnucash-guide/pt_PT/figures/loans_PrivateLoanSecondPayment.png +share/gnome/help/gnucash-guide/pt_PT/figures/loans_PrivateLoanSecondPaymentAccounts.png +share/gnome/help/gnucash-guide/pt_PT/figures/loans_fcalc.png +share/gnome/help/gnucash-guide/pt_PT/figures/loans_mortgage1.png +share/gnome/help/gnucash-guide/pt_PT/figures/loans_mortgage2.png +share/gnome/help/gnucash-guide/pt_PT/figures/loans_mortgage3.png +share/gnome/help/gnucash-guide/pt_PT/figures/oview_intro.png +share/gnome/help/gnucash-guide/pt_PT/figures/txns_CashFlow.png +share/gnome/help/gnucash-guide/pt_PT/figures/txns_TransactionRptChecking.png +share/gnome/help/gnucash-guide/pt_PT/figures/txns_TransactionRptExpenses.png +share/gnome/help/gnucash-guide/pt_PT/figures/txns_puttoget_Charts.png +share/gnome/help/gnucash-guide/pt_PT/figures/txns_puttoget_Charts1.png +share/gnome/help/gnucash-guide/pt_PT/figures/txns_puttoget_Charts2.png +share/gnome/help/gnucash-guide/pt_PT/figures/txns_reconcile_window1.png +share/gnome/help/gnucash-guide/pt_PT/figures/txns_reconcile_window2.png +share/gnome/help/gnucash-guide/pt_PT/figures/txns_reconcile_window3.png +share/gnome/help/gnucash-guide/pt_PT/figures/txns_register_2account.png +share/gnome/help/gnucash-guide/pt_PT/figures/txns_register_2account2.png +share/gnome/help/gnucash-guide/pt_PT/figures/txns_register_multiaccount.png +share/gnome/help/gnucash-guide/pt_PT/figures/txns_registersplit2.png +share/gnome/help/gnucash-guide/pt_PT/figures/txns_registersplit3.png +share/gnome/help/gnucash-guide/pt_PT/figures/txns_registersplit4.png +share/gnome/help/gnucash-guide/pt_PT/figures/txns_registersplit5.png +share/gnome/help/gnucash-guide/pt_PT/figures/txns_registersplit6.png +share/gnome/help/gnucash-guide/pt_PT/figures/txns_sxn_editor-2.png +share/gnome/help/gnucash-guide/pt_PT/figures/txns_sxn_editor-3-frequency.png +share/gnome/help/gnucash-guide/pt_PT/figures/txns_sxn_editor-3-overview.png +share/gnome/help/gnucash-guide/pt_PT/figures/txns_sxn_editor-3-template.png +share/gnome/help/gnucash-guide/pt_PT/figures/txns_sxn_editor-4.png +share/gnome/help/gnucash-guide/pt_PT/figures/txns_sxn_editor_slr.png +share/gnome/help/gnucash-guide/pt_PT/figures/txns_sxn_ledger1.png +share/gnome/help/gnucash-guide/pt_PT/figures/txns_sxn_ledger2.png +share/gnome/help/gnucash-guide/pt_PT/figures/txns_sxn_ledger3.png +share/gnome/help/gnucash-guide/pt_PT/figures/txns_sxn_ledger4.png +share/gnome/help/gnucash-guide/pt_PT/gnucash-guide.xml +share/gnome/help/gnucash-guide/pt_PT/legal.xml share/gnome/help/gnucash-help/C/Help_ch_Account-Actions.xml share/gnome/help/gnucash-help/C/Help_ch_Business.xml share/gnome/help/gnucash-help/C/Help_ch_Customize.xml @@ -867,3 +1064,43 @@ share/gnome/help/gnucash-help/it/figures/left.png share/gnome/help/gnucash-help/it/figures/right.png share/gnome/help/gnucash-help/it/figures/up.png share/gnome/help/gnucash-help/it/gnucash-help.xml +share/gnome/help/gnucash-help/pt/Help_ch_Account-Actions.xml +share/gnome/help/gnucash-help/pt/Help_ch_Business.xml +share/gnome/help/gnucash-help/pt/Help_ch_Customize.xml +share/gnome/help/gnucash-help/pt/Help_ch_GUIMenus.xml +share/gnome/help/gnucash-help/pt/Help_ch_GettingHelp.xml +share/gnome/help/gnucash-help/pt/Help_ch_GettingStarted.xml +share/gnome/help/gnucash-help/pt/Help_ch_Intro.xml +share/gnome/help/gnucash-help/pt/Help_ch_Reports.xml +share/gnome/help/gnucash-help/pt/Help_ch_Tools_Assistants.xml +share/gnome/help/gnucash-help/pt/Help_ch_Transactions.xml +share/gnome/help/gnucash-help/pt/Help_chartofaccts.xml +share/gnome/help/gnucash-help/pt/Help_chtacctseg.xml +share/gnome/help/gnucash-help/pt/Help_fdl-appendix.xml +share/gnome/help/gnucash-help/pt/Help_legal.xml +share/gnome/help/gnucash-help/pt/Help_tips-appendix.xml +share/gnome/help/gnucash-help/pt/Help_txf-categories.xml +share/gnome/help/gnucash-help/pt/figures/Help_AccountReg_Screen.png +share/gnome/help/gnucash-help/pt/figures/Help_AccountTree_Screen.png +share/gnome/help/gnucash-help/pt/figures/Help_Pref_AccntPeriod.png +share/gnome/help/gnucash-help/pt/figures/Help_Pref_Accnts.png +share/gnome/help/gnucash-help/pt/figures/Help_Pref_Business.png +share/gnome/help/gnucash-help/pt/figures/Help_Pref_DateTime.png +share/gnome/help/gnucash-help/pt/figures/Help_Pref_General.png +share/gnome/help/gnucash-help/pt/figures/Help_Pref_OnlineBanking.png +share/gnome/help/gnucash-help/pt/figures/Help_Pref_Printing.png +share/gnome/help/gnucash-help/pt/figures/Help_Pref_Register.png +share/gnome/help/gnucash-help/pt/figures/Help_Pref_RegisterDefaults.png +share/gnome/help/gnucash-help/pt/figures/Help_Pref_Reports.png +share/gnome/help/gnucash-help/pt/figures/Help_Pref_Sched.png +share/gnome/help/gnucash-help/pt/figures/Help_Pref_Windows.png +share/gnome/help/gnucash-help/pt/figures/Help_Report_Screen.png +share/gnome/help/gnucash-help/pt/figures/Help_TxRptOpt_Screen.png +share/gnome/help/gnucash-help/pt/figures/Main-window-callouts.png +share/gnome/help/gnucash-help/pt/figures/Report_Screen.png +share/gnome/help/gnucash-help/pt/figures/Report_Screen_pt_PT.png +share/gnome/help/gnucash-help/pt/figures/home.png +share/gnome/help/gnucash-help/pt/figures/left.png +share/gnome/help/gnucash-help/pt/figures/right.png +share/gnome/help/gnucash-help/pt/figures/up.png +share/gnome/help/gnucash-help/pt/gnucash-help.xml diff --git a/finance/gnucash-docs/distinfo b/finance/gnucash-docs/distinfo index baa60f2ede9b8..90c80d05a444e 100644 --- a/finance/gnucash-docs/distinfo +++ b/finance/gnucash-docs/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.14 2016/01/12 11:48:43 wiz Exp $ +$NetBSD: distinfo,v 1.15 2016/04/09 05:55:46 wiz Exp $ -SHA1 (gnucash-docs-2.6.11.tar.gz) = b44e83920f4588088fa967beed1d81ff65ce0470 -RMD160 (gnucash-docs-2.6.11.tar.gz) = 54dec808afefe5027309fde15df695fec16a7592 -SHA512 (gnucash-docs-2.6.11.tar.gz) = 3c78edbdcb757c6f2ef9d6738e150a2c44405a069d92f4177841fbb3df18f8031cc31654f35c2229d73444211124dbfe72b2757864e31e947738fb351a3931e6 -Size (gnucash-docs-2.6.11.tar.gz) = 66441458 bytes +SHA1 (gnucash-docs-2.6.12.tar.gz) = 4757611742def025b189f2b2a804c48af6f4ca77 +RMD160 (gnucash-docs-2.6.12.tar.gz) = 80e7011f5cf269c848e93b542221a2035ab605b6 +SHA512 (gnucash-docs-2.6.12.tar.gz) = bb153e11391408d41d63f02ae1d4c1f836099618fa49c31684ac945207a6c0d1fc5eb7df4740bf75acabfe39e778f89c747bf0938e9fee8810cb72a1f88c184a +Size (gnucash-docs-2.6.12.tar.gz) = 79469496 bytes diff --git a/finance/gnucash/Makefile b/finance/gnucash/Makefile index 57714ed178712..15010a014a306 100644 --- a/finance/gnucash/Makefile +++ b/finance/gnucash/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.227 2016/02/01 13:51:47 wiz Exp $ +# $NetBSD: Makefile,v 1.230 2016/05/03 11:40:02 prlw1 Exp $ -DISTNAME= gnucash-2.6.11 -PKGREVISION= 1 +DISTNAME= gnucash-2.6.12 +PKGREVISION= 2 CATEGORIES= finance MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gnucash/} EXTRACT_SUFX= .tar.bz2 diff --git a/finance/gnucash/PLIST b/finance/gnucash/PLIST index 76fb9ab0acb4f..855dd06d10b85 100644 --- a/finance/gnucash/PLIST +++ b/finance/gnucash/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.58 2016/01/12 10:33:45 wiz Exp $ +@comment $NetBSD: PLIST,v 1.59 2016/04/08 22:00:40 wiz Exp $ bin/gnc-fq-check bin/gnc-fq-dump bin/gnc-fq-helper @@ -422,6 +422,7 @@ share/doc/gnucash/ChangeLog.2011 share/doc/gnucash/ChangeLog.2012 share/doc/gnucash/ChangeLog.2013 share/doc/gnucash/ChangeLog.2014 +share/doc/gnucash/ChangeLog.2015 share/doc/gnucash/DOCUMENTERS share/doc/gnucash/HACKING share/doc/gnucash/INSTALL @@ -1201,7 +1202,6 @@ share/locale/nl/LC_MESSAGES/gnucash.mo share/locale/pl/LC_MESSAGES/gnucash.mo share/locale/pt/LC_MESSAGES/gnucash.mo share/locale/pt_BR/LC_MESSAGES/gnucash.mo -share/locale/pt_PT/LC_MESSAGES/gnucash.mo share/locale/ro/LC_MESSAGES/gnucash.mo share/locale/ru/LC_MESSAGES/gnucash.mo share/locale/rw/LC_MESSAGES/gnucash.mo diff --git a/finance/gnucash/distinfo b/finance/gnucash/distinfo index 57276c3b1b201..46bb9e1999d82 100644 --- a/finance/gnucash/distinfo +++ b/finance/gnucash/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.75 2016/01/12 10:33:45 wiz Exp $ +$NetBSD: distinfo,v 1.76 2016/04/08 22:00:40 wiz Exp $ -SHA1 (gnucash-2.6.11.tar.bz2) = 40d0fb36112b21b3749552b0811c461b1467923a -RMD160 (gnucash-2.6.11.tar.bz2) = b137950f9a0849db880b0a0544919212e1d0c6ec -SHA512 (gnucash-2.6.11.tar.bz2) = f3708018f85d17377e11ce55452be7cedd6041da12f66e00047e3cdafb0190da850eb4cbb5699f01cbd79c540af7ef75b44b93c2d5929e13c2a47484741e6a7e -Size (gnucash-2.6.11.tar.bz2) = 13626927 bytes +SHA1 (gnucash-2.6.12.tar.bz2) = c4e38f8ffb2d82a2dfc8ebc6884e53eeaef72d9f +RMD160 (gnucash-2.6.12.tar.bz2) = 092b0ca57ad273d8baeb7f277612189a474d7a29 +SHA512 (gnucash-2.6.12.tar.bz2) = 3abf6f27413e087b2d4242772cdae87c9f13c1c952ccc0b79cb262baa0c076ee4fe227458346ece3967d1e1158aa38db3ec5dfb20db27050e4580e7762854993 +Size (gnucash-2.6.12.tar.bz2) = 13549926 bytes SHA1 (patch-src_bin_gnucash-bin.c) = 68edf468f278faf324bbf5c5725b4954d23d8c19 diff --git a/finance/kmymoney2/Makefile b/finance/kmymoney2/Makefile index 75bb0ce66a01b..3388270c24325 100644 --- a/finance/kmymoney2/Makefile +++ b/finance/kmymoney2/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.91 2016/03/05 11:28:29 jperkin Exp $ +# $NetBSD: Makefile,v 1.92 2016/04/11 19:01:51 ryoon Exp $ DISTNAME= kmymoney2-1.0.5 -PKGREVISION= 36 +PKGREVISION= 37 CATEGORIES= finance kde MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=kmymoney2/} EXTRACT_SUFX= .tar.bz2 diff --git a/fonts/Makefile b/fonts/Makefile index 6f3da76ecc769..b0e2850d1adba 100644 --- a/fonts/Makefile +++ b/fonts/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.292 2016/02/07 17:49:37 wiz Exp $ +# $NetBSD: Makefile,v 1.294 2016/05/08 11:38:40 markd Exp $ # COMMENT= Fonts @@ -172,8 +172,10 @@ SUBDIR+= mplayer-fonts SUBDIR+= ms-ttf SUBDIR+= nanum-ttf SUBDIR+= noto-ttf +SUBDIR+= ohruri-ttf SUBDIR+= otf2bdf SUBDIR+= oto +SUBDIR+= oxygen-fonts SUBDIR+= p5-Font-AFM SUBDIR+= p5-Font-FreeType SUBDIR+= p5-Font-TTF diff --git a/fonts/fontforge/Makefile b/fonts/fontforge/Makefile index c935cdc84a15e..c2cf36d5786df 100644 --- a/fonts/fontforge/Makefile +++ b/fonts/fontforge/Makefile @@ -1,16 +1,20 @@ -# $NetBSD: Makefile,v 1.95 2016/02/07 14:09:08 adam Exp $ +# $NetBSD: Makefile,v 1.97 2016/04/07 10:09:02 adam Exp $ -DISTNAME= fontforge-20150824 +DISTNAME= fontforge-dist-20160404 +PKGNAME= ${DISTNAME:S/-dist-/-/} CATEGORIES= fonts editors MASTER_SITES= ${MASTER_SITE_GITHUB:=fontforge/} GITHUB_PROJECT= fontforge -GITHUB_RELEASE= 20150824 +GITHUB_RELEASE= ${PKGVERSION_NOREV} MAINTAINER= adam@NetBSD.org HOMEPAGE= http://fontforge.github.io/ COMMENT= Postscript font editor LICENSE= modified-bsd +EXTRACT_USING= bsdtar +WRKSRC= ${WRKDIR}/fontforge-2.0.20140101 + USE_LANGUAGES= c USE_LIBTOOL= yes USE_PKGLOCALEDIR= yes diff --git a/fonts/fontforge/distinfo b/fonts/fontforge/distinfo index 46792316fc65a..e6ee1328e39cc 100644 --- a/fonts/fontforge/distinfo +++ b/fonts/fontforge/distinfo @@ -1,10 +1,10 @@ -$NetBSD: distinfo,v 1.61 2016/02/07 14:09:08 adam Exp $ +$NetBSD: distinfo,v 1.63 2016/04/07 10:09:02 adam Exp $ -SHA1 (fontforge-20150824.tar.gz) = 2dd442baee9cd16efb5928bf51cc3d6b9c73d9af -RMD160 (fontforge-20150824.tar.gz) = e26fca6affc11d1ea6c927751a63dae0bfeab47b -SHA512 (fontforge-20150824.tar.gz) = 82a33b41667b5637706aa11ca56695cf0d7a485c66cb37b8c3346087ca3b738967b77141f9aaaaddd90c8a4c2cec7e4924609de0ff18133a91e5862b1ad1ae2d -Size (fontforge-20150824.tar.gz) = 20796482 bytes +SHA1 (fontforge-dist-20160404.tar.gz) = e7c235f3d0ef59196df30707e18ad1198ff7baae +RMD160 (fontforge-dist-20160404.tar.gz) = e72662db3a00a9da6a2639d36f8f0b9890cda936 +SHA512 (fontforge-dist-20160404.tar.gz) = be94f04881b12ed3b1a34d0d7cc9149321db17d51458f135b2683ea600401e4fa55647ced4b4e014555ba1c900a684b9d5d6f2e2812ce03c432d23ca72f5c363 +Size (fontforge-dist-20160404.tar.gz) = 20906256 bytes SHA1 (patch-Makefile.in) = 5a7cad2f9516540048008a13a257d6c9720a22c9 -SHA1 (patch-configure) = 47cd1d1ff60d40114aa08308d4e73b7c2da4716e -SHA1 (patch-fontforge_python.c) = 1c1cb83feada6e8588754a728863ee92d7f9368f +SHA1 (patch-configure) = d85d82bed7ee84c5b8282afd1310872eca39a3dd SHA1 (patch-fontforge_splinefont.h) = b518e61e3ba88c7fb86ebe53fb62109447791121 +SHA1 (patch-po_Makefile.in) = 75990b7371e5ce525deba693c651dbd5222e558b diff --git a/fonts/fontforge/options.mk b/fonts/fontforge/options.mk index 6d13e57370ad8..57073a1ba3dd2 100644 --- a/fonts/fontforge/options.mk +++ b/fonts/fontforge/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.1 2008/11/01 09:51:59 adam Exp $ +# $NetBSD: options.mk,v 1.2 2016/04/04 17:33:10 joerg Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.fontforge PKG_SUPPORTED_OPTIONS= x11 @@ -12,6 +12,7 @@ PLIST_VARS+= x11 PLIST.x11= yes # checks for X11/Intrinsic.h BUILDLINK_DEPMETHOD.libXt+= build +.include "../../x11/libSM/buildlink3.mk" .include "../../x11/libXt/buildlink3.mk" .include "../../x11/libX11/buildlink3.mk" .include "../../x11/libXi/buildlink3.mk" diff --git a/fonts/fontforge/patches/patch-configure b/fonts/fontforge/patches/patch-configure index 608aca7f6e7bd..29fd675b9b663 100644 --- a/fonts/fontforge/patches/patch-configure +++ b/fonts/fontforge/patches/patch-configure @@ -1,10 +1,11 @@ -$NetBSD: patch-configure,v 1.1 2016/02/07 14:09:08 adam Exp $ +$NetBSD: patch-configure,v 1.2 2016/04/07 10:09:02 adam Exp $ Fix building on OS X. +Portability fix. ---- configure.orig 2016-02-07 11:36:39.000000000 +0000 +--- configure.orig 2016-04-05 01:57:34.000000000 +0000 +++ configure -@@ -15139,7 +15139,6 @@ $as_echo "#define __Mac 1" >>confdefs.h +@@ -15228,7 +15228,6 @@ $as_echo "#define __Mac 1" >>confdefs.h MACAPP="" fi @@ -12,7 +13,16 @@ Fix building on OS X. -@@ -32762,7 +32761,7 @@ fi +@@ -19653,7 +19652,7 @@ fi + + fi + +- if test x"${have_zlib}" == xyes; then ++ if test x"${have_zlib}" = xyes; then + ac_fn_c_check_header_mongrel "$LINENO" "zlib.h" "ac_cv_header_zlib_h" "$ac_includes_default" + if test "x$ac_cv_header_zlib_h" = xyes; then : + +@@ -35279,7 +35278,7 @@ fi #-------------------------------------------------------------------------- # Check whether --enable-breakpad was given. diff --git a/fonts/fontforge/patches/patch-fontforge_python.c b/fonts/fontforge/patches/patch-fontforge_python.c deleted file mode 100644 index c7710fa11b756..0000000000000 --- a/fonts/fontforge/patches/patch-fontforge_python.c +++ /dev/null @@ -1,18 +0,0 @@ -$NetBSD: patch-fontforge_python.c,v 1.1 2016/02/07 14:09:08 adam Exp $ - -Fix for Python 3.5+. - ---- fontforge/python.c.orig 2016-02-07 11:15:18.000000000 +0000 -+++ fontforge/python.c -@@ -18174,7 +18174,11 @@ static PyObject* CreatePyModule( module_ - mdef->runtime.pymod_def.m_doc = mdef->docstring; - mdef->runtime.pymod_def.m_methods = mdef->methods; - mdef->runtime.pymod_def.m_size = -1; -+#if PY_MINOR_VERSION >= 5 -+ mdef->runtime.pymod_def.m_slots = NULL; -+#else - mdef->runtime.pymod_def.m_reload = NULL; -+#endif - mdef->runtime.pymod_def.m_traverse = NULL; - mdef->runtime.pymod_def.m_clear = NULL; - mdef->runtime.pymod_def.m_free = NULL; diff --git a/fonts/fontforge/patches/patch-po_Makefile.in b/fonts/fontforge/patches/patch-po_Makefile.in new file mode 100644 index 0000000000000..3e90e21a43533 --- /dev/null +++ b/fonts/fontforge/patches/patch-po_Makefile.in @@ -0,0 +1,15 @@ +$NetBSD: patch-po_Makefile.in,v 1.1 2016/03/14 15:37:47 tnn Exp $ + +--check trips up gettext 0.14. + +--- po/Makefile.in.orig 2015-08-25 09:53:09.000000000 +0000 ++++ po/Makefile.in +@@ -1396,7 +1396,7 @@ uninstall-am: uninstall-local + + + .po.mo: +- $(MSGFMT) --check --output-file=$@ $< ++ $(MSGFMT) --output-file=$@ $< + + all-local: $(MO_FILES) + diff --git a/fonts/harfbuzz/Makefile b/fonts/harfbuzz/Makefile index 5925c2f5d89de..6cc41c9f957b2 100644 --- a/fonts/harfbuzz/Makefile +++ b/fonts/harfbuzz/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.64 2016/03/03 12:34:33 wiz Exp $ +# $NetBSD: Makefile,v 1.67 2016/04/11 19:01:51 ryoon Exp $ -DISTNAME= harfbuzz-1.2.3 +DISTNAME= harfbuzz-1.2.6 +PKGREVISION= 1 CATEGORIES= fonts MASTER_SITES= http://www.freedesktop.org/software/harfbuzz/release/ EXTRACT_SUFX= .tar.bz2 diff --git a/fonts/harfbuzz/distinfo b/fonts/harfbuzz/distinfo index f12141c6b6071..8548b1729d774 100644 --- a/fonts/harfbuzz/distinfo +++ b/fonts/harfbuzz/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.52 2016/03/03 12:34:33 wiz Exp $ +$NetBSD: distinfo,v 1.54 2016/04/10 20:16:49 prlw1 Exp $ -SHA1 (harfbuzz-1.2.3.tar.bz2) = 5d9c84f6a8a00277491baae5079a5c9c5851a314 -RMD160 (harfbuzz-1.2.3.tar.bz2) = 7f85abb72bdabe0c96044810699308275692a930 -SHA512 (harfbuzz-1.2.3.tar.bz2) = 9df730dd07f726150252e6c1db1b9f49182492d9b0443388aa3bb102482749cb3299079dde8f83430e7947633ccf8d21bc41a95f02ba497bfd8195e702d3b031 -Size (harfbuzz-1.2.3.tar.bz2) = 1337003 bytes +SHA1 (harfbuzz-1.2.6.tar.bz2) = 4fb155f14178a17b50e5c6eb9ef7497b2e5dd568 +RMD160 (harfbuzz-1.2.6.tar.bz2) = abf75717cde4925bb0c1e7cb0d4c33fe92be03e5 +SHA512 (harfbuzz-1.2.6.tar.bz2) = 00963674f41d12fb231c59813693f7b665924a1b57d9410a7a00de533aa6c5693b3852fbf03b8ed07183fb2e648b9250d949df59830e38c6adc0360ae8580edc +Size (harfbuzz-1.2.6.tar.bz2) = 1336078 bytes diff --git a/fonts/koruri-ttf/Makefile b/fonts/koruri-ttf/Makefile index c051ea54b99a4..0fc7f2daa504d 100644 --- a/fonts/koruri-ttf/Makefile +++ b/fonts/koruri-ttf/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.10 2015/10/21 03:24:20 nonaka Exp $ +# $NetBSD: Makefile,v 1.11 2016/05/06 12:10:03 nonaka Exp $ # DISTNAME= Koruri-${KORURI_VERSION} PKGNAME= koruri-ttf-${KORURI_VERSION} CATEGORIES= fonts japanese -MASTER_SITES= ${MASTER_SITE_OSDN:=koruri/63935/} +MASTER_SITES= ${MASTER_SITE_OSDN:=koruri/65771/} EXTRACT_SUFX= .tar.xz MAINTAINER= nonakap@gmail.com @@ -12,7 +12,7 @@ HOMEPAGE= http://koruri.lindwurm.biz/ COMMENT= Koruri Japanese TrueType fonts LICENSE= apache-2.0 -KORURI_VERSION= 20151021 +KORURI_VERSION= 20160506 NO_CONFIGURE= YES NO_BUILD= YES diff --git a/fonts/koruri-ttf/distinfo b/fonts/koruri-ttf/distinfo index 3aab2bb4f477c..8e68123206418 100644 --- a/fonts/koruri-ttf/distinfo +++ b/fonts/koruri-ttf/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.9 2015/11/04 17:41:18 agc Exp $ +$NetBSD: distinfo,v 1.10 2016/05/06 12:10:03 nonaka Exp $ -SHA1 (Koruri-20151021.tar.xz) = e2da8341580ee673fb63153e3442269d2ab2a1d4 -RMD160 (Koruri-20151021.tar.xz) = a816f384cabb7fe4ea90fc7ba31ea40e7e179407 -SHA512 (Koruri-20151021.tar.xz) = 5d08b436efe141a14722c039daf40a4d2ee9602a791f4b6dfdbfe5526a9accf78be71273195676f1592eaf4074b25b53b1dbafddbd6c5056e39b10493d39290c -Size (Koruri-20151021.tar.xz) = 14755668 bytes +SHA1 (Koruri-20160506.tar.xz) = 82cbf6c344f63bf08837164b89e5d5bcee17ed6d +RMD160 (Koruri-20160506.tar.xz) = b34b9ee32186a517d7b37fb7fbf9c5a2c19f7e81 +SHA512 (Koruri-20160506.tar.xz) = 4f4fa9a4f32c4d1f684cc1bc93cffe6d1998ff7340c6790e8964b9577d3945e54c6512bce749c47fa58b5cddfd8a65162b1375c5eee8adc3e6f175f2d643c6f8 +Size (Koruri-20160506.tar.xz) = 4200076 bytes diff --git a/fonts/liberation-ttf/Makefile b/fonts/liberation-ttf/Makefile index a75e8136ae532..81a01f80c95b4 100644 --- a/fonts/liberation-ttf/Makefile +++ b/fonts/liberation-ttf/Makefile @@ -1,11 +1,10 @@ -# $NetBSD: Makefile,v 1.13 2014/06/01 16:35:36 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2016/04/12 08:06:24 wiz Exp $ DISTNAME= liberation-fonts-ttf-2.00.1 PKGNAME= ${DISTNAME:S/-fonts//} PKGREVISION= 1 CATEGORIES= fonts -MASTER_SITES= https://fedorahosted.org/releases/l/i/liberation-fonts/ \ - ${MASTER_SITE_LOCAL} +MASTER_SITES= https://fedorahosted.org/releases/l/i/liberation-fonts/ MAINTAINER= bartosz.kuzma@gmail.com HOMEPAGE= http://www.redhat.com/promo/fonts/ diff --git a/fonts/ohruri-ttf/DESCR b/fonts/ohruri-ttf/DESCR new file mode 100644 index 0000000000000..f256920424850 --- /dev/null +++ b/fonts/ohruri-ttf/DESCR @@ -0,0 +1,2 @@ +Ohruri Japanese TrueType fonts. +It is based on M+ Font, Source Han Sans and Open Sans Font (alphanumeric). diff --git a/fonts/ohruri-ttf/Makefile b/fonts/ohruri-ttf/Makefile new file mode 100644 index 0000000000000..a5197f874a20f --- /dev/null +++ b/fonts/ohruri-ttf/Makefile @@ -0,0 +1,46 @@ +# $NetBSD: Makefile,v 1.1 2016/05/02 15:46:28 nonaka Exp $ +# + +DISTNAME= Ohruri-${OHRURI_VERSION} +PKGNAME= ohruri-ttf-${OHRURI_VERSION} +CATEGORIES= fonts japanese +MASTER_SITES= ${MASTER_SITE_OSDN:=koruri/63358/} +EXTRACT_SUFX= .tar.xz + +MAINTAINER= nonakap@gmail.com +HOMEPAGE= http://koruri.lindwurm.biz/ +COMMENT= Ohruri Japanese TrueType fonts +LICENSE= apache-2.0 + +OHRURI_VERSION= 20150606 + +NO_CONFIGURE= YES +NO_BUILD= YES + +FONTDIR= ${PREFIX}/share/fonts/X11/TTF +FONTS_DIRS.ttf= ${FONTDIR} +DOCSDIR= ${PREFIX}/share/doc/${PKGBASE} + +INSTALLATION_DIRS= share/fonts/X11/TTF \ + share/doc/${PKGBASE} + +INSTALL_FONTS= Ohruri-Bold.ttf \ + Ohruri-Extrabold.ttf \ + Ohruri-Light.ttf \ + Ohruri-Regular.ttf \ + Ohruri-Semibold.ttf +INSTALL_DOCS= LICENSE \ + README.md + + +USE_LANGUAGES= # none + +do-install: +.for fontfile in ${INSTALL_FONTS} + ${INSTALL_DATA} ${WRKSRC}/${fontfile} ${DESTDIR}${FONTDIR} +.endfor +.for docfile in ${INSTALL_DOCS} + ${INSTALL_DATA} ${WRKSRC}/${docfile} ${DESTDIR}${DOCSDIR} +.endfor + +.include "../../mk/bsd.pkg.mk" diff --git a/fonts/ohruri-ttf/PLIST b/fonts/ohruri-ttf/PLIST new file mode 100644 index 0000000000000..c71e82eeea85f --- /dev/null +++ b/fonts/ohruri-ttf/PLIST @@ -0,0 +1,8 @@ +@comment $NetBSD: PLIST,v 1.1 2016/05/02 15:46:28 nonaka Exp $ +share/fonts/X11/TTF/Ohruri-Bold.ttf +share/fonts/X11/TTF/Ohruri-Extrabold.ttf +share/fonts/X11/TTF/Ohruri-Light.ttf +share/fonts/X11/TTF/Ohruri-Regular.ttf +share/fonts/X11/TTF/Ohruri-Semibold.ttf +share/doc/${PKGBASE}/LICENSE +share/doc/${PKGBASE}/README.md diff --git a/fonts/ohruri-ttf/distinfo b/fonts/ohruri-ttf/distinfo new file mode 100644 index 0000000000000..e96c698c86826 --- /dev/null +++ b/fonts/ohruri-ttf/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2016/05/02 15:46:28 nonaka Exp $ + +SHA1 (Ohruri-20150606.tar.xz) = d39fe6640e5a33e0f8b30e21bb1fcaf815e17550 +RMD160 (Ohruri-20150606.tar.xz) = bcab1df0d0965a797000a1947e7f415d88cf7572 +SHA512 (Ohruri-20150606.tar.xz) = 6cc2ba38a10759eb95c104b7ab3eb896c796713dc0576e942d56e2d8d16bc3885a2d4e6bfb3a0a1e81f5237187faf446d7497a5af60b8d70e20fe790e800470b +Size (Ohruri-20150606.tar.xz) = 12633376 bytes diff --git a/fonts/oxygen-fonts/DESCR b/fonts/oxygen-fonts/DESCR new file mode 100644 index 0000000000000..af3a5dabe5f44 --- /dev/null +++ b/fonts/oxygen-fonts/DESCR @@ -0,0 +1,7 @@ +Oxygen Font is a project to design a desktop/gui font for integrated +use with the KDE desktop. + +The basic concept for Oxygen Font is to design a clear, legible, sans +serif font which would be rendered with Freetype on Linux-based +devices. In addition a bold weight, plus regular and bold italics, and +a monospace version will be made. diff --git a/fonts/oxygen-fonts/Makefile b/fonts/oxygen-fonts/Makefile new file mode 100644 index 0000000000000..3e84d00280960 --- /dev/null +++ b/fonts/oxygen-fonts/Makefile @@ -0,0 +1,27 @@ +# $NetBSD: Makefile,v 1.2 2016/05/09 10:36:55 markd Exp $ + +DISTNAME= oxygen-fonts-${PLASMAVER} +CATEGORIES= fonts kde +MASTER_SITES= ${MASTER_SITE_KDE:=plasma/${PLASMAVER}/} +EXTRACT_SUFX= .tar.xz + +MAINTAINER= markd@NetBSD.org +HOMEPAGE= http://projects.kde.org/projects/oxygen-fonts +COMMENT= The Oxygen font family +LICENSE= gnu-gpl-v3 AND ofl-v1.1 + +PLASMAVER= 5.4.3 +BUILD_DEPENDS+= extra-cmake-modules>=5.19.0:../../devel/extra-cmake-modules +BUILD_DEPENDS+= fontforge-[0-9]*:../../fonts/fontforge + +USE_CMAKE= yes +USE_LANGUAGES= c c++ +CMAKE_ARG_PATH= .. +CONFIGURE_DIRS= _KDE_build + +CMAKE_ARGS+= -DOXYGEN_FONT_INSTALL_DIR=${PREFIX}/share/fonts/X11/TTF + +pre-configure: + ${MKDIR} ${WRKSRC}/_KDE_build + +.include "../../mk/bsd.pkg.mk" diff --git a/fonts/oxygen-fonts/PLIST b/fonts/oxygen-fonts/PLIST new file mode 100644 index 0000000000000..233aa347c6a78 --- /dev/null +++ b/fonts/oxygen-fonts/PLIST @@ -0,0 +1,6 @@ +@comment $NetBSD: PLIST,v 1.1 2016/05/08 11:36:50 markd Exp $ +lib/cmake/OxygenFont/OxygenFontConfig.cmake +lib/cmake/OxygenFont/OxygenFontConfigVersion.cmake +share/fonts/X11/TTF/Oxygen-Sans-Bold.ttf +share/fonts/X11/TTF/Oxygen-Sans.ttf +share/fonts/X11/TTF/OxygenMono-Regular.ttf diff --git a/fonts/oxygen-fonts/distinfo b/fonts/oxygen-fonts/distinfo new file mode 100644 index 0000000000000..2635f064eb9e0 --- /dev/null +++ b/fonts/oxygen-fonts/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2016/05/08 11:36:50 markd Exp $ + +SHA1 (oxygen-fonts-5.4.3.tar.xz) = 328ef4ea6d9d579c92e065aab53aa2f435adaa08 +RMD160 (oxygen-fonts-5.4.3.tar.xz) = 76972ab6e850c18b77c247a132757b01c9ad30db +SHA512 (oxygen-fonts-5.4.3.tar.xz) = 6dab7b2ef3f7540cd28e91435662f6c43ef9e972fe4ccd1e58ba8904d1b4e8f1ca562384d02df1fc7c5dd5366e9be1ed0a1590a9b9a182621e4bab26ffc3497f +Size (oxygen-fonts-5.4.3.tar.xz) = 161700 bytes diff --git a/fonts/p5-Font-TTF/Makefile b/fonts/p5-Font-TTF/Makefile index ae89dfbd1453a..0f6b52bb15797 100644 --- a/fonts/p5-Font-TTF/Makefile +++ b/fonts/p5-Font-TTF/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.26 2015/06/12 10:50:05 wiz Exp $ +# $NetBSD: Makefile,v 1.27 2016/03/17 14:38:58 mef Exp $ # -DISTNAME= Font-TTF-1.04 +DISTNAME= Font-TTF-1.05 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Font/} diff --git a/fonts/p5-Font-TTF/distinfo b/fonts/p5-Font-TTF/distinfo index 6e1989a5395c0..2e6adda30125c 100644 --- a/fonts/p5-Font-TTF/distinfo +++ b/fonts/p5-Font-TTF/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.10 2015/11/03 20:44:38 agc Exp $ +$NetBSD: distinfo,v 1.11 2016/03/17 14:38:58 mef Exp $ -SHA1 (Font-TTF-1.04.tar.gz) = 3fcc0d97aa0fd484815846eed1d26a4a9fccd67f -RMD160 (Font-TTF-1.04.tar.gz) = d5b0d11da41ce3d6f2d71cd8356fdc63b4237910 -SHA512 (Font-TTF-1.04.tar.gz) = 6d5a4e672b1c9b214ae4e9db6c5e7e3db13773bef5cdae89e62e2fd944dc9949a4c69761cfdbb95ff2f22ece88ee62532bddc1133371f7d38681358e64524078 -Size (Font-TTF-1.04.tar.gz) = 251656 bytes +SHA1 (Font-TTF-1.05.tar.gz) = 2cd694692305c514335c345a4ecf12c4e3eb4dd4 +RMD160 (Font-TTF-1.05.tar.gz) = 04f22870496a73d22879ca47479acfd830751c7b +SHA512 (Font-TTF-1.05.tar.gz) = 7288a2de63fc92c36f3706f365b2ea886e37361b13400a14f940961b0263f6492b02f73048c653bdcd5c5d1bb714977f3c5326b7217dcf3683b16d5048cd1e63 +Size (Font-TTF-1.05.tar.gz) = 256957 bytes diff --git a/fonts/ricty-ttf/Makefile b/fonts/ricty-ttf/Makefile index 8c7dfd06fca4b..7243995fe8509 100644 --- a/fonts/ricty-ttf/Makefile +++ b/fonts/ricty-ttf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2015/11/25 12:50:14 jperkin Exp $ +# $NetBSD: Makefile,v 1.22 2016/04/04 17:33:38 joerg Exp $ DISTNAME= Ricty-3.2.4 PKGNAME= ${DISTNAME:S/Ricty/ricty-ttf/} @@ -12,6 +12,7 @@ HOMEPAGE= https://github.com/yascentur/Ricty COMMENT= Migu 1M and Inconsolata based TrueType fonts for programming LICENSE= ipafont AND ofl-v1.1 AND 2-clause-bsd +USE_TOOLS+= bash BUILD_DEPENDS+= fontforge-[0-9]*:../../fonts/fontforge BUILD_DEPENDS+= migu-ttf-[0-9]*:../../fonts/migu-ttf BUILD_DEPENDS+= inconsolata-ttf-[0-9]*:../../fonts/inconsolata-ttf @@ -40,7 +41,8 @@ USE_LANGUAGES= # none do-build: set -e; \ cd ${WRKSRC}; \ - ${BASH} ./ricty_generator.sh \ + ${PKGSRC_SETENV} ${MAKE_ENV} \ + ${BASH} -x ./ricty_generator.sh \ ${LOCALBASE}/share/fonts/X11/TTF/Inconsolata.otf \ ${LOCALBASE}/share/fonts/X11/TTF/migu-1m-regular.ttf \ ${LOCALBASE}/share/fonts/X11/TTF/migu-1m-bold.ttf diff --git a/fonts/ttf2pt1/distinfo b/fonts/ttf2pt1/distinfo index cb4dffee3f6af..f06d6fac928b9 100644 --- a/fonts/ttf2pt1/distinfo +++ b/fonts/ttf2pt1/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.7 2015/11/03 20:45:23 agc Exp $ +$NetBSD: distinfo,v 1.8 2016/03/30 08:32:55 jperkin Exp $ SHA1 (ttf2pt1-3.4.4.tgz) = 936771b11a740c16a8e0adb737b54b22cca18cb2 RMD160 (ttf2pt1-3.4.4.tgz) = f88d7a26b30fa02055fd12ce1450220bd52d8df2 SHA512 (ttf2pt1-3.4.4.tgz) = ff2b41b0d54c2feb8565c4bcf9fbc2ce799aa6228815c2787e26127f6c0ca380114b3ab7a12fa50a52279a3452bcb91dbad5c661e83078f25036f69a4d1cf014 Size (ttf2pt1-3.4.4.tgz) = 230547 bytes -SHA1 (patch-aa) = 3168178e1801a876f5161e98f796c7796d40ab94 +SHA1 (patch-aa) = 7f23539c05d31b7b34da3a9a1046b86e3c0d236e SHA1 (patch-ab) = 3c93b8179ed3d4e354813a79f492e6ddd9bcd132 diff --git a/fonts/ttf2pt1/patches/patch-aa b/fonts/ttf2pt1/patches/patch-aa index 91e1a59e46c49..7d9e7f3c9a865 100644 --- a/fonts/ttf2pt1/patches/patch-aa +++ b/fonts/ttf2pt1/patches/patch-aa @@ -1,4 +1,6 @@ -$NetBSD: patch-aa,v 1.4 2009/07/08 17:03:51 joerg Exp $ +$NetBSD: patch-aa,v 1.5 2016/03/30 08:32:55 jperkin Exp $ + +Various pkgsrc flag/path fixes. --- Makefile.orig 2002-08-30 18:03:07.000000000 +0000 +++ Makefile @@ -29,7 +31,7 @@ $NetBSD: patch-aa,v 1.4 2009/07/08 17:03:51 joerg Exp $ # To enable use of the FreeType-2 library # (if the include and lib directory do not match your installation, -@@ -111,20 +111,20 @@ CFLAGS_PREF= +@@ -111,23 +111,23 @@ CFLAGS_PREF= #CFLAGS_PREF= -DPREFER_FREETYPE # Uncomment the second line to not compile t1asm into ttf2pt1 @@ -54,7 +56,11 @@ $NetBSD: patch-aa,v 1.4 2009/07/08 17:03:51 joerg Exp $ +LIBXDIR = $(INSTDIR)/bin # for scripts, maps/encodings etc. SHAREDIR = $(INSTDIR)/share/ttf2pt1 - MANDIR = $(INSTDIR)/man +-MANDIR = $(INSTDIR)/man ++MANDIR = $(INSTDIR)/${PKGMANDIR} + + # owner and group of installed files + OWNER = root @@ -145,12 +145,12 @@ DOCS=CHANGES README FONTS FONTS.hpux enc app/X11/README app/netscape/README app/TeX/README diff --git a/fonts/ubuntu-fonts/Makefile b/fonts/ubuntu-fonts/Makefile index 34034f1745f90..d355384f0c513 100644 --- a/fonts/ubuntu-fonts/Makefile +++ b/fonts/ubuntu-fonts/Makefile @@ -1,12 +1,11 @@ -# $NetBSD: Makefile,v 1.3 2015/08/30 14:39:30 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2016/04/12 08:07:48 wiz Exp $ VERSION= 0.83 PKGNAME= ubuntu-fonts-${VERSION} CATEGORIES= fonts DISTNAME= ubuntu-font-family-${VERSION} EXTRACT_SUFX= .zip -MASTER_SITES= http://font.ubuntu.com/download/ \ - ${MASTER_SITE_LOCAL} +MASTER_SITES= http://font.ubuntu.com/download/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://font.ubuntu.com/ diff --git a/fonts/umefont-ttf/Makefile b/fonts/umefont-ttf/Makefile index 46da1c0b635dc..da34cafb2d948 100644 --- a/fonts/umefont-ttf/Makefile +++ b/fonts/umefont-ttf/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.57 2016/01/31 08:01:28 ryoon Exp $ +# $NetBSD: Makefile,v 1.59 2016/03/31 13:56:46 ryoon Exp $ # -DISTNAME= umefont_590 +DISTNAME= umefont_610 PKGNAME= ${DISTNAME:S/_/-ttf-0./} CATEGORIES= fonts japanese MASTER_SITES= ${MASTER_SITE_OSDN:=ume-font/22212/} diff --git a/fonts/umefont-ttf/distinfo b/fonts/umefont-ttf/distinfo index ebd33ae3530ac..098c01923af6b 100644 --- a/fonts/umefont-ttf/distinfo +++ b/fonts/umefont-ttf/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.52 2016/01/31 08:01:28 ryoon Exp $ +$NetBSD: distinfo,v 1.54 2016/03/31 13:56:46 ryoon Exp $ -SHA1 (umefont_590.tar.xz) = 686406718c17d8971eff1590a90da4a0c1affa83 -RMD160 (umefont_590.tar.xz) = d409aab56d792325bb581382495d0313bd0fd6ad -SHA512 (umefont_590.tar.xz) = 80abea6bad180da5232e2b0f5d8730bd60655967bd29df09b041583c12ece2547aa4b4fee05565db1c096da9bef83ba5f145df436386805d1c08e03c6ab666c2 -Size (umefont_590.tar.xz) = 6533636 bytes +SHA1 (umefont_610.tar.xz) = 68e56a6b9b3984599bb6a903e5f989b1c28eea81 +RMD160 (umefont_610.tar.xz) = 83574f89582b579128d4bcbbb591a55420c99227 +SHA512 (umefont_610.tar.xz) = eb57e683f53b06b942e543229685cc9d9edb8f8f4b174ecbdc9375651528ff1d2800a4cc4d016faa672c5ecd4ac53f282bcfb488aa00d82f8243091a6adb0646 +Size (umefont_610.tar.xz) = 6238992 bytes diff --git a/games/flightgear/distinfo b/games/flightgear/distinfo index 6e527cce6bfc0..38629f714d72f 100644 --- a/games/flightgear/distinfo +++ b/games/flightgear/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.6 2015/11/03 20:56:49 agc Exp $ +$NetBSD: distinfo,v 1.7 2016/05/07 09:56:57 joerg Exp $ SHA1 (flightgear-2.8.0.tar.bz2) = fee4b2f1f6aca8e163ea018ae9897b99971c20bd RMD160 (flightgear-2.8.0.tar.bz2) = 97d8f572aeb186bfed27eb5b06803a0fa5213a61 @@ -6,6 +6,7 @@ SHA512 (flightgear-2.8.0.tar.bz2) = 4d9b2584dd7c2fa4ad28d9769a9429809e420c7bf858 Size (flightgear-2.8.0.tar.bz2) = 2311023 bytes SHA1 (patch-CMakeModules_FindPLIB_cmake) = c5761d425743761f5f0c711ef2ca384a06f6d524 SHA1 (patch-src_Canvas_ShivaVG_src_shConfig_h) = bd70a1e41a59196e31789e38ec67e65cef546edf +SHA1 (patch-src_Canvas_ShivaVG_src_shDefs.h) = a71c8f03ccf871cda5bcc4c80a34a2df55c38b37 SHA1 (patch-src_FDM_JSBSim_models_propulsion_FGEngine.cpp) = 9c066364096452868194f84d8c853131aec83f80 SHA1 (patch-src_Main_locale_cxx) = 327f4103ff3aea60f2394a2ed192c5f6af36f60b SHA1 (patch-src_Network_ATC-Inputs_cxx) = 08644c682ddddcefea48aa84fa538b8fd20289c0 diff --git a/games/flightgear/patches/patch-src_Canvas_ShivaVG_src_shDefs.h b/games/flightgear/patches/patch-src_Canvas_ShivaVG_src_shDefs.h new file mode 100644 index 0000000000000..627481a62a910 --- /dev/null +++ b/games/flightgear/patches/patch-src_Canvas_ShivaVG_src_shDefs.h @@ -0,0 +1,14 @@ +$NetBSD: patch-src_Canvas_ShivaVG_src_shDefs.h,v 1.1 2016/05/07 09:56:57 joerg Exp $ + +On NetBSD7, glxext.h actually requires the typedefs from glext.h. + +--- src/Canvas/ShivaVG/src/shDefs.h.orig 2016-05-06 14:28:17.000000000 +0000 ++++ src/Canvas/ShivaVG/src/shDefs.h +@@ -167,7 +167,6 @@ SHfloat getMaxFloat(); + #include + #include + #else +- #define GL_GLEXT_LEGACY /* don't include glext.h */ + #include + #include + #include diff --git a/games/freeciv-client/Makefile b/games/freeciv-client/Makefile index 9c53de3c00ea7..2e3ce2aa11480 100644 --- a/games/freeciv-client/Makefile +++ b/games/freeciv-client/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.71 2016/03/05 11:28:31 jperkin Exp $ +# $NetBSD: Makefile,v 1.73 2016/04/24 06:52:44 prlw1 Exp $ PKGNAME= ${DISTNAME:S/-/-client-/} -PKGREVISION= 3 COMMENT= Freeciv client DEPENDS+= freeciv-share>=${FC_VERS}:../../games/freeciv-share diff --git a/games/freeciv-server/Makefile b/games/freeciv-server/Makefile index c269c28ae1db6..ad83b94599d82 100644 --- a/games/freeciv-server/Makefile +++ b/games/freeciv-server/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.44 2016/03/05 11:28:31 jperkin Exp $ +# $NetBSD: Makefile,v 1.45 2016/04/24 06:52:44 prlw1 Exp $ PKGNAME= ${DISTNAME:S/-/-server-/} -PKGREVISION= 1 COMMENT= Freeciv game server DEPENDS+= freeciv-share>=${FC_VERS}:../../games/freeciv-share diff --git a/games/freeciv-share/Makefile b/games/freeciv-share/Makefile index d8c1ab4c2ab31..98119e8fe4ea5 100644 --- a/games/freeciv-share/Makefile +++ b/games/freeciv-share/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.25 2016/03/05 11:28:31 jperkin Exp $ +# $NetBSD: Makefile,v 1.26 2016/04/24 06:52:44 prlw1 Exp $ PKGNAME= ${DISTNAME:S/-/-share-/} -PKGREVISION= 1 #PKGREVISION= 0 COMMENT= Machine independent files for Freeciv diff --git a/games/freeciv-share/Makefile.common b/games/freeciv-share/Makefile.common index 8e222c959322c..826c002d4910c 100644 --- a/games/freeciv-share/Makefile.common +++ b/games/freeciv-share/Makefile.common @@ -1,11 +1,11 @@ -# $NetBSD: Makefile.common,v 1.46 2015/12/05 21:25:43 adam Exp $ +# $NetBSD: Makefile.common,v 1.47 2016/04/24 06:52:44 prlw1 Exp $ # used by games/freeciv-share/Makefile # used by games/freeciv-client/Makefile # used by games/freeciv-server/Makefile DISTNAME= freeciv-${FC_VERS} -FC_VERS= 2.5.0 +FC_VERS= 2.5.3 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=freeciv/} EXTRACT_SUFX= .tar.bz2 diff --git a/games/freeciv-share/PLIST b/games/freeciv-share/PLIST index 0ff336094ffc2..d34a5d769ad56 100644 --- a/games/freeciv-share/PLIST +++ b/games/freeciv-share/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.13 2015/04/26 19:19:42 spz Exp $ +@comment $NetBSD: PLIST,v 1.14 2016/04/24 06:52:44 prlw1 Exp $ etc/freeciv/database.lua lib/libfreeciv.la man/man6/freeciv-client.6 @@ -32,10 +32,10 @@ share/doc/freeciv/README.AI_modules share/doc/freeciv/README.SDLClient share/doc/freeciv/README.agents share/doc/freeciv/README.attributes -share/doc/freeciv/README.cma share/doc/freeciv/README.delta share/doc/freeciv/README.effects share/doc/freeciv/README.fcdb +share/doc/freeciv/README.governor share/doc/freeciv/README.graphics share/doc/freeciv/README.nations share/doc/freeciv/README.packaging @@ -2465,6 +2465,8 @@ share/freeciv/hex2t/select.png share/freeciv/hex2t/select.spec share/freeciv/hex2t/tiles.png share/freeciv/hex2t/tiles.spec +share/freeciv/hex2t/unitcost.png +share/freeciv/hex2t/unitcost.spec share/freeciv/isophex.tilespec share/freeciv/isophex/darkness.png share/freeciv/isophex/darkness.spec @@ -2495,6 +2497,8 @@ share/freeciv/isotrident/terrain2.png share/freeciv/isotrident/terrain2.spec share/freeciv/isotrident/tiles.png share/freeciv/isotrident/tiles.spec +share/freeciv/isotrident/unitcost.png +share/freeciv/isotrident/unitcost.spec share/freeciv/isotrident/unitextras.png share/freeciv/isotrident/unitextras.spec share/freeciv/misc/buildings-large.spec diff --git a/games/freeciv-share/distinfo b/games/freeciv-share/distinfo index c410de58eecb0..f8c9f1eb8c99d 100644 --- a/games/freeciv-share/distinfo +++ b/games/freeciv-share/distinfo @@ -1,17 +1,6 @@ -$NetBSD: distinfo,v 1.30 2015/11/03 20:56:50 agc Exp $ +$NetBSD: distinfo,v 1.31 2016/04/24 06:52:44 prlw1 Exp $ -SHA1 (freeciv-2.5.0.tar.bz2) = 477b60e02606e47b31a019b065353c1a6da6c305 -RMD160 (freeciv-2.5.0.tar.bz2) = 51d16d9c746bd42123c333c2103882b771c6b796 -SHA512 (freeciv-2.5.0.tar.bz2) = f03bafdca47da0677ad81ed945afe79bbd01ae871b95e6bdaf6249acb8420e78e3210dd60f520d960ec127e1d443f45c11fcc484b49b6bb59cab5904e51fc651 -Size (freeciv-2.5.0.tar.bz2) = 40323793 bytes -SHA1 (patch-aa) = bac3e05393c154defd288cc621606a3dbd7f00eb -SHA1 (patch-common_dataio.c) = 6fd08d7185f953fbfdc2c554ad67c4e5c8f2be87 -SHA1 (patch-common_dataio.h) = 4a513230ee814269466959fcb977b1360a78ee53 -SHA1 (patch-common_generate__packets.py) = 0fb74f024d1ada9ad85f62b12099c385d1e972c7 -SHA1 (patch-common_packets.c) = 7ea66b3d0068a1255d818a9808bf7e581c95fb71 -SHA1 (patch-configure.ac) = 3c9ce11318a497df6c06f2e272183b1dd1eaf483 -SHA1 (patch-dependencies_lua-5.1_src_Makefile.am) = 2d240eb7488bfd0071867b68e5a78a6927c85089 -SHA1 (patch-dependencies_tolua-5.1_src_bin_Makefile.am) = 933dd8a213a3b2fecc290d59d3d12437e9c5ce2c -SHA1 (patch-dependencies_tolua-5.1_src_lib_Makefile.am) = 8810cd3865433a52783f8ae274ebb0d8b50deee8 -SHA1 (patch-m4_x.m4) = 53e685c02ab97fcef9c39be1fee5dc5e73775588 -SHA1 (patch-server_Makefile.am) = 6f4cac8fccd8a289d944db6593bbbabb3650d4b9 +SHA1 (freeciv-2.5.3.tar.bz2) = 070900a13c5861a9ce23e7dad03552277e3b9395 +RMD160 (freeciv-2.5.3.tar.bz2) = c20bc780f744e1ff79656c86b3776c97b66faee5 +SHA512 (freeciv-2.5.3.tar.bz2) = a3e1ee5f585be062ec5fc7783dfe24f4cd313bea016af47b868e01561fc3958a86ed310edd41130fc5ede6ca2547ca38198c8dbb18974db7d14defd103277b4b +Size (freeciv-2.5.3.tar.bz2) = 41010519 bytes diff --git a/games/freeciv-share/suppress_installation.mk b/games/freeciv-share/suppress_installation.mk index 79a9c55ab7634..bd34bb46b613e 100644 --- a/games/freeciv-share/suppress_installation.mk +++ b/games/freeciv-share/suppress_installation.mk @@ -1,4 +1,4 @@ -# $NetBSD: suppress_installation.mk,v 1.3 2015/04/26 19:19:42 spz Exp $ +# $NetBSD: suppress_installation.mk,v 1.4 2016/04/24 06:52:44 prlw1 Exp $ # Makefile snippet to be included by freeciv-client and freeciv-server to # prevent files installed by freeciv-share from being installed again. @@ -40,4 +40,3 @@ SUBST_STAGE.installfix2= post-configure SUBST_FILES.installfix2= common/Makefile SUBST_SED.installfix2+= -e 's|^install-exec-am: install-libLTLIBRARIES|install-exec-am: \# install-libLTLIBRARIES|' SUBST_MESSAGE.installfix2= Suppressing installation of libs already in freeciv-share. - diff --git a/games/gbrainy/Makefile b/games/gbrainy/Makefile index f25ba96714588..8e7aedf6c7941 100644 --- a/games/gbrainy/Makefile +++ b/games/gbrainy/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.78 2015/10/10 01:58:08 ryoon Exp $ +# $NetBSD: Makefile,v 1.79 2016/04/11 19:01:51 ryoon Exp $ DISTNAME= gbrainy-2.2.1 PKGNAME= gbrainy-2.21 -PKGREVISION= 9 +PKGREVISION= 10 CATEGORIES= games MASTER_SITES= http://gent.softcatala.org/jmas/gbrainy/ diff --git a/games/gcompris/Makefile b/games/gcompris/Makefile index a032c1a3378b7..20ede85620163 100644 --- a/games/gcompris/Makefile +++ b/games/gcompris/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.64 2016/03/05 11:28:31 jperkin Exp $ +# $NetBSD: Makefile,v 1.65 2016/04/11 19:01:51 ryoon Exp $ DISTNAME= gcompris-12.11 -PKGREVISION= 20 +PKGREVISION= 21 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gcompris/} EXTRACT_SUFX= .tar.bz2 diff --git a/games/gnome-sudoku/Makefile b/games/gnome-sudoku/Makefile index 23f8896c75302..69618832f2a31 100644 --- a/games/gnome-sudoku/Makefile +++ b/games/gnome-sudoku/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.6 2016/02/04 12:13:30 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2016/04/21 22:17:16 prlw1 Exp $ -DISTNAME= gnome-sudoku-3.16.0 -PKGREVISION= 1 +DISTNAME= gnome-sudoku-3.20.0 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-sudoku/${PKGVERSION_NOREV:R}/} EXTRACT_SUFX= .tar.xz @@ -9,7 +8,7 @@ EXTRACT_SUFX= .tar.xz MAINTAINER= prlw1@cam.ac.uk HOMEPAGE= https://wiki.gnome.org/Apps/Sudoku COMMENT= Number grid logic puzzle -LICENSE= gnu-gpl-v2 +LICENSE= gnu-gpl-v3 GNU_CONFIGURE= yes USE_LIBTOOL= yes @@ -30,7 +29,7 @@ BUILDLINK_API_DEPENDS.vala+= vala>=0.27.1.30 .include "../../lang/vala/buildlink3.mk" .include "../../sysutils/desktop-file-utils/desktopdb.mk" .include "../../textproc/json-glib/buildlink3.mk" -BUILDLINK_API_DEPENDS.gtk3+= gtk3+>=3.15.0 +BUILDLINK_API_DEPENDS.gtk3+= gtk3+>=3.19.0 .include "../../x11/gtk3/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/games/gnome-sudoku/PLIST b/games/gnome-sudoku/PLIST index 4f3da0a4aa3b9..b61c4eebe9dbb 100644 --- a/games/gnome-sudoku/PLIST +++ b/games/gnome-sudoku/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2015/06/17 19:10:01 prlw1 Exp $ +@comment $NetBSD: PLIST,v 1.3 2016/04/21 22:17:16 prlw1 Exp $ bin/gnome-sudoku man/man6/gnome-sudoku.6 share/appdata/gnome-sudoku.appdata.xml @@ -635,11 +635,6 @@ share/help/zh_CN/gnome-sudoku/strategy.page share/help/zh_CN/gnome-sudoku/toolbar.page share/help/zh_CN/gnome-sudoku/trackers.page share/help/zh_CN/gnome-sudoku/translate.page -share/icons/HighContrast/16x16/apps/gnome-sudoku.png -share/icons/HighContrast/22x22/apps/gnome-sudoku.png -share/icons/HighContrast/24x24/apps/gnome-sudoku.png -share/icons/HighContrast/256x256/apps/gnome-sudoku.png -share/icons/HighContrast/48x48/apps/gnome-sudoku.png share/icons/hicolor/16x16/apps/gnome-sudoku.png share/icons/hicolor/22x22/apps/gnome-sudoku.png share/icons/hicolor/24x24/apps/gnome-sudoku.png @@ -677,6 +672,7 @@ share/locale/eu/LC_MESSAGES/gnome-sudoku.mo share/locale/fa/LC_MESSAGES/gnome-sudoku.mo share/locale/fi/LC_MESSAGES/gnome-sudoku.mo share/locale/fr/LC_MESSAGES/gnome-sudoku.mo +share/locale/fur/LC_MESSAGES/gnome-sudoku.mo share/locale/ga/LC_MESSAGES/gnome-sudoku.mo share/locale/gl/LC_MESSAGES/gnome-sudoku.mo share/locale/gu/LC_MESSAGES/gnome-sudoku.mo diff --git a/games/gnome-sudoku/distinfo b/games/gnome-sudoku/distinfo index f6f35eac29a63..6e2a687f02a39 100644 --- a/games/gnome-sudoku/distinfo +++ b/games/gnome-sudoku/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.3 2015/11/03 20:56:51 agc Exp $ +$NetBSD: distinfo,v 1.4 2016/04/21 22:17:16 prlw1 Exp $ -SHA1 (gnome-sudoku-3.16.0.tar.xz) = 5b92380696bb4ce56ff32201299f7cde067bdc29 -RMD160 (gnome-sudoku-3.16.0.tar.xz) = 04784380b47c6a8798c83f91f9a00d0404664159 -SHA512 (gnome-sudoku-3.16.0.tar.xz) = 26567f0eeaa03dedaa22a86ed74404d70fb6954087222d3c5f0dc1f1aa3ad89307aec9c136c829dc4b0c39d028214c146d7c0c4b0080043f2f89405534da6914 -Size (gnome-sudoku-3.16.0.tar.xz) = 3063340 bytes +SHA1 (gnome-sudoku-3.20.0.tar.xz) = b1a745bb5224db111d739ab40eb85159e2df27bc +RMD160 (gnome-sudoku-3.20.0.tar.xz) = c69861beded077248e2360c06d2cecbff12fbab2 +SHA512 (gnome-sudoku-3.20.0.tar.xz) = c4e1834f0e15bd8a1758af28ecb5c4edef7e69018854a39cf816ee706ac929207fc533ce7754b22d5c32665da73ab3d53c7c3064daf7ab2b5663ae09b0111932 +Size (gnome-sudoku-3.20.0.tar.xz) = 3026544 bytes diff --git a/games/gnuchess/Makefile b/games/gnuchess/Makefile index 302a1096684cb..726be7770fc4a 100644 --- a/games/gnuchess/Makefile +++ b/games/gnuchess/Makefile @@ -1,20 +1,24 @@ -# $NetBSD: Makefile,v 1.39 2014/10/09 14:06:33 wiz Exp $ +# $NetBSD: Makefile,v 1.40 2016/05/03 01:46:15 mef Exp $ -DISTNAME= gnuchess-5.07 -PKGREVISION= 4 +DISTNAME= gnuchess-6.2.2 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_GNU:=chess/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.gnu.org/software/chess/chess.html COMMENT= GNU chess engine +LICENSE= gnu-gpl-v3 GNU_CONFIGURE= yes USE_TOOLS+= flex gmake +USE_LANGUAGES= c c++ -BOOKDIR= ${PREFIX}/lib/gnuchess +#BOOKDIR= ${PREFIX}/lib/gnuchess DOCDIR= ${PREFIX}/share/doc/gnuchess +CONFIGURE_ARGS+= --infodir=${PREFIX}/${PKGINFODIR} +INFO_FILES= yes + # powerpc has problems with anything >= -O2 here .if (${MACHINE_ARCH} == "powerpc") CONFIGURE_ENV+= CFLAGS="-O -Winline -Wmissing-prototypes -funroll-loops" @@ -26,7 +30,7 @@ SUBST_CLASSES+= paths SUBST_MESSAGE.paths= Fixing hardcoded paths. SUBST_STAGE.paths= post-patch SUBST_FILES.paths= src/book.h -SUBST_SED.paths= -e 's,/usr/lib/games/,${LOCALBASE}/lib/,g' +SUBST_SED.paths= -e 's,/usr/lib/games/,${PREFIX}/lib/,g' INSTALLATION_DIRS= ${DOCDIR} diff --git a/games/gnuchess/PLIST b/games/gnuchess/PLIST index 6aa5f6c51f9d2..536a7691f2d75 100644 --- a/games/gnuchess/PLIST +++ b/games/gnuchess/PLIST @@ -1,4 +1,11 @@ -@comment $NetBSD: PLIST,v 1.3 2009/06/14 17:56:47 joerg Exp $ +@comment $NetBSD: PLIST,v 1.4 2016/05/03 01:46:15 mef Exp $ bin/gnuchess +bin/gnuchessu bin/gnuchessx +info/gnuchess.info +man/man1/gnuchess.1 share/doc/gnuchess/README +share/games/plugins/logos/gnuchess.png +share/games/plugins/xboard/gnuchess.eng +share/gnuchess/gnuchess.ini +share/gnuchess/smallbook.bin diff --git a/games/gnuchess/distinfo b/games/gnuchess/distinfo index dda052cf0ea58..f35faa9dd5a99 100644 --- a/games/gnuchess/distinfo +++ b/games/gnuchess/distinfo @@ -1,10 +1,6 @@ -$NetBSD: distinfo,v 1.11 2015/11/03 20:56:51 agc Exp $ +$NetBSD: distinfo,v 1.12 2016/05/03 01:46:15 mef Exp $ -SHA1 (gnuchess-5.07.tar.gz) = 7dbaf957bfea9cf37fe393e1fec7306de0162a16 -RMD160 (gnuchess-5.07.tar.gz) = 043ee9bfd9dacccd6c55905d4a1c390bf56ba603 -SHA512 (gnuchess-5.07.tar.gz) = 4f7cd59572671e98901eb68245f1046b63a72bc0ce8ca7a2458899651d2fce509eba00e35a3d5133412644bd1f7dc888cec4910ea21641feaed27a13bcc3b095 -Size (gnuchess-5.07.tar.gz) = 234542 bytes -SHA1 (patch-aa) = 417c8ca61142d08c827d2ca760b5ffb0c1988099 -SHA1 (patch-ab) = 05d484b3f3e911a5a90e8b86c0026a7fe70f0ae3 -SHA1 (patch-ac) = 4d5a9a3ea1e898745607347848d50cb5ed0d1880 -SHA1 (patch-ad) = 9917b31ff41a8c3e9bdf130f5315a12bbe3c3a12 +SHA1 (gnuchess-6.2.2.tar.gz) = 98e4ef7837b84b7e1e01f4cc74e9d1831ca485e5 +RMD160 (gnuchess-6.2.2.tar.gz) = 31dddc1f21a11c2e070d67a0adf3c7675995f088 +SHA512 (gnuchess-6.2.2.tar.gz) = 3b9bbf8999301a867f6b0e277ee01240472553d4e6dd43b9c479558b3bba687ebaa188f23cc8dbcb8656ddbd5c9511d89cf68ae717c55824f0c797460c4ab101 +Size (gnuchess-6.2.2.tar.gz) = 747054 bytes diff --git a/games/gnuchess/patches/patch-aa b/games/gnuchess/patches/patch-aa deleted file mode 100644 index 409ecbc66158f..0000000000000 --- a/games/gnuchess/patches/patch-aa +++ /dev/null @@ -1,12 +0,0 @@ -$NetBSD: patch-aa,v 1.7 2004/03/09 23:30:40 kristerw Exp $ - ---- src/iterate.c.orig Tue Mar 9 23:14:23 2004 -+++ src/iterate.c Tue Mar 9 23:14:54 2004 -@@ -192,6 +192,7 @@ - } - while (!(flags & TIMEOUT)) - { -+ sched_yield(); - if (score > MATE-255) - { - RootAlpha = score-1; diff --git a/games/gnuchess/patches/patch-ab b/games/gnuchess/patches/patch-ab deleted file mode 100644 index 26ada2c69331e..0000000000000 --- a/games/gnuchess/patches/patch-ab +++ /dev/null @@ -1,21 +0,0 @@ -$NetBSD: patch-ab,v 1.8 2009/10/31 14:24:14 tnn Exp $ - ---- src/common.h.orig 2003-06-30 13:28:38.000000000 +0200 -+++ src/common.h -@@ -716,7 +716,6 @@ void DBTest (void); - - /* Input thread and thread function */ - #include --extern pthread_t input_thread; - void *input_func(void *); - - /* -@@ -745,7 +744,7 @@ void wait_for_input(void); - * Input routine, initialized to one of the specific - * input routines. The given argument is the prompt. - */ --void (*getline) (char *); -+void (*get_line) (char *); - - #define MAXSTR 128 - extern char inputstr[MAXSTR]; diff --git a/games/gnuchess/patches/patch-ac b/games/gnuchess/patches/patch-ac deleted file mode 100644 index d16d1fd4057c7..0000000000000 --- a/games/gnuchess/patches/patch-ac +++ /dev/null @@ -1,12 +0,0 @@ -$NetBSD: patch-ac,v 1.7 2008/04/03 09:07:49 joerg Exp $ - ---- src/lexpgn.l.orig 2008-04-03 11:01:56.000000000 +0200 -+++ src/lexpgn.l -@@ -37,6 +37,7 @@ - #include - #include - #include -+#include - - #include "common.h" - #include "lexpgn.h" diff --git a/games/gnuchess/patches/patch-ad b/games/gnuchess/patches/patch-ad deleted file mode 100644 index 927243fe26d56..0000000000000 --- a/games/gnuchess/patches/patch-ad +++ /dev/null @@ -1,30 +0,0 @@ -$NetBSD: patch-ad,v 1.8 2009/10/31 14:24:14 tnn Exp $ - ---- src/input.c.orig 2003-07-01 19:06:43.000000000 +0200 -+++ src/input.c -@@ -127,7 +127,7 @@ void *input_func(void *arg __attribute__ - (RealGameCnt+1)/2 + 1 ); - } - pthread_mutex_lock(&input_mutex); -- getline(prompt); -+ get_line(prompt); - input_status = INPUT_AVAILABLE; - pthread_cond_signal(&input_cond); - pthread_mutex_unlock(&input_mutex); -@@ -173,13 +173,13 @@ void InitInput(void) - { - #ifdef HAVE_LIBREADLINE - if (isatty(STDIN_FILENO)) { -- getline = getline_readline; -+ get_line = getline_readline; - using_history(); - } else { -- getline = getline_standard; -+ get_line = getline_standard; - } - #else -- getline = getline_standard; -+ get_line = getline_standard; - #endif - /* Start input thread */ - pthread_create(&input_thread, NULL, input_func, NULL); diff --git a/games/hitori/Makefile b/games/hitori/Makefile index 5ad9eba253f49..6b06b301a159d 100644 --- a/games/hitori/Makefile +++ b/games/hitori/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.5 2015/06/17 19:13:57 prlw1 Exp $ +# $NetBSD: Makefile,v 1.6 2016/04/21 22:20:15 prlw1 Exp $ -DISTNAME= hitori-3.16.1 +DISTNAME= hitori-3.20.0 CATEGORIES= games gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/hitori/${PKGVERSION_NOREV:R}/} EXTRACT_SUFX= .tar.xz diff --git a/games/hitori/PLIST b/games/hitori/PLIST index 3c47bfeef3f24..8fea455f7c42b 100644 --- a/games/hitori/PLIST +++ b/games/hitori/PLIST @@ -1,7 +1,7 @@ -@comment $NetBSD: PLIST,v 1.3 2015/06/17 19:13:57 prlw1 Exp $ +@comment $NetBSD: PLIST,v 1.4 2016/04/21 22:20:15 prlw1 Exp $ bin/hitori -share/appdata/hitori.appdata.xml -share/applications/hitori.desktop +share/appdata/org.gnome.Hitori.appdata.xml +share/applications/org.gnome.Hitori.desktop share/glib-2.0/schemas/org.gnome.hitori.gschema.xml share/help/C/hitori/customization.page share/help/C/hitori/figures/hitori_main_window.png @@ -94,12 +94,15 @@ share/help/zh_CN/hitori/index.page share/help/zh_CN/hitori/legal.xml share/help/zh_CN/hitori/playing.page share/help/zh_CN/hitori/strategy.page -share/icons/hicolor/16x16/apps/hitori.png -share/icons/hicolor/22x22/apps/hitori.png -share/icons/hicolor/32x32/apps/hitori.png -share/icons/hicolor/48x48/apps/hitori.png -share/icons/hicolor/symbolic/apps/hitori-symbolic.svg +share/icons/hicolor/16x16/apps/org.gnome.Hitori.png +share/icons/hicolor/22x22/apps/org.gnome.Hitori.png +share/icons/hicolor/32x32/apps/org.gnome.Hitori.png +share/icons/hicolor/48x48/apps/org.gnome.Hitori.png +share/icons/hicolor/symbolic/apps/org.gnome.Hitori-symbolic.svg +share/locale/an/LC_MESSAGES/hitori.mo +share/locale/ar/LC_MESSAGES/hitori.mo share/locale/as/LC_MESSAGES/hitori.mo +share/locale/bg/LC_MESSAGES/hitori.mo share/locale/bs/LC_MESSAGES/hitori.mo share/locale/ca/LC_MESSAGES/hitori.mo share/locale/ca@valencia/LC_MESSAGES/hitori.mo @@ -124,8 +127,10 @@ share/locale/lt/LC_MESSAGES/hitori.mo share/locale/lv/LC_MESSAGES/hitori.mo share/locale/nb/LC_MESSAGES/hitori.mo share/locale/ne/LC_MESSAGES/hitori.mo +share/locale/oc/LC_MESSAGES/hitori.mo share/locale/pa/LC_MESSAGES/hitori.mo share/locale/pl/LC_MESSAGES/hitori.mo +share/locale/pt/LC_MESSAGES/hitori.mo share/locale/pt_BR/LC_MESSAGES/hitori.mo share/locale/ro/LC_MESSAGES/hitori.mo share/locale/ru/LC_MESSAGES/hitori.mo diff --git a/games/hitori/distinfo b/games/hitori/distinfo index 8956772226033..b4b83c48f3eb9 100644 --- a/games/hitori/distinfo +++ b/games/hitori/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.4 2015/11/03 20:56:53 agc Exp $ +$NetBSD: distinfo,v 1.5 2016/04/21 22:20:15 prlw1 Exp $ -SHA1 (hitori-3.16.1.tar.xz) = 49ef8d21cb7aa5cc2725403bf4194a37c1b2e347 -RMD160 (hitori-3.16.1.tar.xz) = e24b6c96d70571be19a49fa04e5c552bb93987bb -SHA512 (hitori-3.16.1.tar.xz) = c051662eeccd1b453501ed6d461de72c049f432af14359dedbe13f7e8ebbfd659f1788d7795dd936db191e492f1ea06954d8bfe84232a70d80bdb3a147835742 -Size (hitori-3.16.1.tar.xz) = 494796 bytes +SHA1 (hitori-3.20.0.tar.xz) = 471f8724e8ae29c00b1cf05587a94081f06aa450 +RMD160 (hitori-3.20.0.tar.xz) = b4c54914a38f23954218c29ffd55859db9eb8091 +SHA512 (hitori-3.20.0.tar.xz) = c8724453ed4bbd83fb7e50d9249d1b2ec490f65a207f8b319c70a9d8cbefa1008c3e7c65da1fa5e2b7d427e75ad44a74cafccf7a27385eed2f5e268be1d4c839 +Size (hitori-3.20.0.tar.xz) = 391496 bytes diff --git a/games/kajongg/Makefile b/games/kajongg/Makefile index 7137f825b2348..ba5b948263c6f 100644 --- a/games/kajongg/Makefile +++ b/games/kajongg/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.28 2016/03/05 11:28:31 jperkin Exp $ +# $NetBSD: Makefile,v 1.29 2016/04/11 19:01:51 ryoon Exp $ DISTNAME= kajongg-${_KDE_VERSION} -PKGREVISION= 5 +PKGREVISION= 6 CATEGORIES= games COMMENT= Maj Jong game diff --git a/games/lgogdownloader/Makefile b/games/lgogdownloader/Makefile index 65751877a4bc9..bcb86bb2d7c3e 100644 --- a/games/lgogdownloader/Makefile +++ b/games/lgogdownloader/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.20 2016/03/05 11:28:34 jperkin Exp $ +# $NetBSD: Makefile,v 1.22 2016/05/08 09:13:13 wiz Exp $ -DISTNAME= lgogdownloader-2.26 -PKGREVISION= 1 +DISTNAME= lgogdownloader-2.28 CATEGORIES= games MASTER_SITES= http://sites.google.com/site/gogdownloader/ @@ -12,13 +11,16 @@ COMMENT= Download games from GOG BUILD_DEPENDS+= help2man-[0-9]*:../../converters/help2man -#WRKSRC= ${WRKDIR}/lgogdownloader USE_LANGUAGES= c++ -USE_TOOLS+= gmake gunzip - -MAKE_FLAGS+= PREFIX=${PREFIX} -MAKE_FLAGS+= MANPREFIX=${PREFIX} -MAKE_FLAGS+= LDFLAGS=${LDFLAGS:Q} +USE_CMAKE= yes +USE_TOOLS+= pkg-config +CMAKE_ARGS+= -DPC_JSONCPP_FOUND:BOOL=1 +CMAKE_ARGS+= -DPC_JSONCPP_INCLUDEDIRS:PATH=${BUILDLINK_PREFIX.jsoncpp}/include/json +CMAKE_ARGS+= -DPC_JSONCPP_LIBRARY_DIRS:PATH=${BUILDLINK_PREFIX.jsoncpp}/lib +CMAKE_ARGS+= -DPC_TINYXML_FOUND:BOOL=1 +CMAKE_ARGS+= -DPC_TINYXML_LIBRARY_DIRS:PATH=${BUILDLINK_PREFIX.tinyxml}/lib +# for man page +CMAKE_ARGS+= -DINSTALL_SHARE_DIR:PATH=${PREFIX} .include "../../devel/boost-libs/buildlink3.mk" .include "../../security/liboauth/buildlink3.mk" diff --git a/games/lgogdownloader/distinfo b/games/lgogdownloader/distinfo index f12362ec52d06..da74bb3e5f293 100644 --- a/games/lgogdownloader/distinfo +++ b/games/lgogdownloader/distinfo @@ -1,6 +1,7 @@ -$NetBSD: distinfo,v 1.16 2015/11/04 17:41:18 agc Exp $ +$NetBSD: distinfo,v 1.19 2016/05/08 09:13:13 wiz Exp $ -SHA1 (lgogdownloader-2.26.tar.gz) = da95d3bf78880c71776f91cc91a9584785004f23 -RMD160 (lgogdownloader-2.26.tar.gz) = 4c1095e1571fdb3fc53bd9b096b879ada1417c68 -SHA512 (lgogdownloader-2.26.tar.gz) = 6820f577e02adb510c97212b658178d0778d60c97a7c6e08471ff7840909e80eef9e505ddf99f57766a45ea397a1fbaec6c8a1d33146c14f94f6d924b413a9bd -Size (lgogdownloader-2.26.tar.gz) = 47424 bytes +SHA1 (lgogdownloader-2.28.tar.gz) = 7ff982d3575b7dd7e7479884df0d8331a640adca +RMD160 (lgogdownloader-2.28.tar.gz) = c65561e21fc0a99723796fe549f11734fdeac749 +SHA512 (lgogdownloader-2.28.tar.gz) = dccaa3517675fc0c4218151aac89576404185b2531496443cb7b7d6f6367ead53fb113f88dedc2656afad889f04614986159af1b1009ac7a90e4fa564884f8a4 +Size (lgogdownloader-2.28.tar.gz) = 51147 bytes +SHA1 (patch-cmake_FindJsoncpp.cmake) = 0ab831e8d26625a748cf9c4ab270cd7a39a4472e diff --git a/games/lgogdownloader/patches/patch-cmake_FindJsoncpp.cmake b/games/lgogdownloader/patches/patch-cmake_FindJsoncpp.cmake new file mode 100644 index 0000000000000..f77d04d752de8 --- /dev/null +++ b/games/lgogdownloader/patches/patch-cmake_FindJsoncpp.cmake @@ -0,0 +1,14 @@ +$NetBSD: patch-cmake_FindJsoncpp.cmake,v 1.1 2016/03/13 08:49:31 wiz Exp $ + +jsoncpp does not provide a pkg-config file, don't insist on one. + +--- cmake/FindJsoncpp.cmake.orig 2016-01-17 17:41:13.000000000 +0000 ++++ cmake/FindJsoncpp.cmake +@@ -6,7 +6,6 @@ + # Jsoncpp_LIBRARIES - link these to use Jsoncpp + + find_package(PkgConfig) +-pkg_check_modules(PC_JSONCPP REQUIRED jsoncpp) + + find_path(JSONCPP_INCLUDE_DIR + NAMES diff --git a/games/openttd/Makefile b/games/openttd/Makefile index a90981a6970fd..84fe9eb42e32e 100644 --- a/games/openttd/Makefile +++ b/games/openttd/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.62 2016/02/25 13:19:47 jperkin Exp $ +# $NetBSD: Makefile,v 1.63 2016/04/11 19:01:51 ryoon Exp $ DISTNAME= openttd-1.5.3-source PKGNAME= ${DISTNAME:S/-source//} +PKGREVISION= 1 CATEGORIES= games x11 MASTER_SITES= http://binaries.openttd.org/releases/${PKGVERSION_NOREV}/ EXTRACT_SUFX= .tar.xz diff --git a/games/plib/Makefile b/games/plib/Makefile index 9e3129e10eff5..059c6c402fcf8 100644 --- a/games/plib/Makefile +++ b/games/plib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2015/04/25 14:23:02 tnn Exp $ +# $NetBSD: Makefile,v 1.29 2016/04/17 16:39:22 youri Exp $ DISTNAME= plib-1.8.5 PKGREVISION= 4 @@ -8,6 +8,7 @@ MASTER_SITES= http://plib.sourceforge.net/dist/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://plib.sourceforge.net/ COMMENT= Libraries for writing portable games/realtime interactive apps +LICENSE= gnu-lgpl-v2 GNU_CONFIGURE= YES USE_LANGUAGES= c c++ @@ -17,6 +18,18 @@ CPPFLAGS+= -Dunix=1 CXXFLAGS+= -fPIC .endif +.include "../../mk/bsd.prefs.mk" + +PLIST_VARS+= sl pw + +.if ${OPSYS} == "Darwin" && ${ABI} == "64" +CONFIGURE_ARGS+=--disable-sl \ + --disable-pw +.else +PLIST.sl= yes +PLIST.pw= yes +.endif + .include "../../graphics/Mesa/buildlink3.mk" .include "../../mk/oss.buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/games/plib/PLIST b/games/plib/PLIST index 1026891346143..7868ccfd46eb7 100644 --- a/games/plib/PLIST +++ b/games/plib/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2009/06/14 17:56:53 joerg Exp $ +@comment $NetBSD: PLIST,v 1.5 2016/04/17 16:39:22 youri Exp $ include/plib/fnt.h include/plib/js.h include/plib/net.h @@ -18,11 +18,11 @@ include/plib/puGLUT.h include/plib/puNative.h include/plib/puPW.h include/plib/puSDL.h -include/plib/pw.h +${PLIST.pw}include/plib/pw.h include/plib/sg.h -include/plib/sl.h -include/plib/slPortability.h -include/plib/sm.h +${PLIST.sl}include/plib/sl.h +${PLIST.sl}include/plib/slPortability.h +${PLIST.sl}include/plib/sm.h include/plib/ssg.h include/plib/ssgAux.h include/plib/ssgKeyFlier.h @@ -45,10 +45,10 @@ lib/libplibnet.a lib/libplibpsl.a lib/libplibpu.a lib/libplibpuaux.a -lib/libplibpw.a +${PLIST.pw}lib/libplibpw.a lib/libplibsg.a -lib/libplibsl.a -lib/libplibsm.a +${PLIST.sl}lib/libplibsl.a +${PLIST.sl}lib/libplibsm.a lib/libplibssg.a lib/libplibssgaux.a lib/libplibul.a diff --git a/games/scummvm-tools/Makefile b/games/scummvm-tools/Makefile index 52d4ad5f2f78a..313d0554d3701 100644 --- a/games/scummvm-tools/Makefile +++ b/games/scummvm-tools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2015/04/25 14:23:03 tnn Exp $ +# $NetBSD: Makefile,v 1.33 2016/03/25 21:13:31 joerg Exp $ # DISTNAME= scummvm-tools-1.4.0 @@ -19,8 +19,6 @@ CONFIGURE_ARGS+= --prefix=${PREFIX} INSTALLATION_DIRS= bin -MAKE_ENV+= CLANG_NO_OPT=${CLANG_NO_VALUE_PROPAGATION_PASS:Q} - .include "../../audio/flac/buildlink3.mk" .include "../../audio/libmad/buildlink3.mk" .include "../../audio/libvorbis/buildlink3.mk" diff --git a/games/teeworlds/DESCR b/games/teeworlds/DESCR index d27bf6453cdec..0d86fac01b1cb 100644 --- a/games/teeworlds/DESCR +++ b/games/teeworlds/DESCR @@ -1,4 +1,4 @@ -Teeworlds is a free online multiplayer game, available for all major -operating systems. Battle with up to 16 players in a variety of game -modes, including Team Deathmatch and Capture The Flag. You can even -design your own maps! +Teeworlds is an online multiplayer shooter, free and available for all +major operating systems. Battle with up to 16 players in a variety of +game modes, including Team Deathmatch and Capture The Flag. You can +even design your own maps! diff --git a/games/wormz/Makefile b/games/wormz/Makefile index f0648d0647732..8cbf56d2e2f1e 100644 --- a/games/wormz/Makefile +++ b/games/wormz/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2014/09/25 12:25:07 jperkin Exp $ +# $NetBSD: Makefile,v 1.26 2016/05/07 09:57:16 joerg Exp $ # DISTNAME= Wormz-1.0b5 @@ -12,6 +12,9 @@ HOMEPAGE= http://lide.punknet.cz/miri/Wormz.html COMMENT= Networked game for X11 LICENSE= gnu-gpl-v2 +# NetBSD/UDPConnection.o: file not recognized: File truncated +MAKE_JOBS_SAFE= no + WRKSRC= ${WRKDIR}/Wormz USE_LANGUAGES= c c++ USE_TOOLS+= gmake diff --git a/games/xboard/Makefile b/games/xboard/Makefile index 669cca813157e..4bfdb6bf7e319 100644 --- a/games/xboard/Makefile +++ b/games/xboard/Makefile @@ -1,19 +1,19 @@ -# $NetBSD: Makefile,v 1.44 2015/10/14 20:17:25 wiz Exp $ +# $NetBSD: Makefile,v 1.45 2016/05/03 02:39:30 mef Exp $ -DISTNAME= xboard-4.6.2 -PKGREVISION= 4 +DISTNAME= xboard-4.8.0 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_GNU:=xboard/} MAINTAINER= simonb@NetBSD.org HOMEPAGE= http://www.gnu.org/software/xboard/ COMMENT= Graphical frontend for chess engines and servers +LICENSE= gnu-gpl-v3 CONFIGURE_ARGS+= --enable-xpm CONFIGURE_ARGS+= --enable-zippy # interface to ICS CONFIGURE_ARGS+= PERLPATH=${PERL5} GNU_CONFIGURE= yes -USE_TOOLS+= perl:run makeinfo +USE_TOOLS+= perl:run makeinfo pkg-config INFO_FILES= yes REPLACE_PERL= texi2man @@ -28,9 +28,9 @@ CONFIGURE_ARGS+= --with-Xaw3d .endif SUBST_CLASSES+= engine -SUBST_MESSAGE.engine= Setting default chess engine. +SUBST_MESSAGE.engine= Setting gnuchess as default chess engine. SUBST_STAGE.engine= pre-configure -SUBST_FILES.engine= xboard.conf.in +SUBST_FILES.engine= xboard.conf SUBST_SED.engine= -e '/ChessProgram / s,fairymax,gnuchess,' DEPENDS+= gnuchess-[0-9]*:../../games/gnuchess @@ -39,20 +39,20 @@ WAVPLAYER= /usr/bin/audioplay .elif ${OPSYS} == "OpenBSD" WAVPLAYER= /usr/bin/aucat -i .elif ${OPSYS} == "Darwin" -WAVPLAYER= ${LOCALBASE}/bin/qtplay +WAVPLAYER= ${PREFIX}/bin/qtplay DEPENDS+= qtplay-[0-9]*:../../audio/qtplay .elif ${OPSYS} == "Linux" -WAVPLAYER= ${LOCALBASE}/bin/aplay -q +WAVPLAYER= ${PREFIX}/bin/aplay -q DEPENDS+= alsa-utils-[0-9]*:../../audio/alsa-utils .else CHECK_BUILTIN.oss:= yes . include "../../mk/oss.builtin.mk" CHECK_BUILTIN.oss:= no . if defined(IS_BUILTIN.oss) && !empty(IS_BUILTIN.oss:M[yY][eE][sS]) -WAVPLAYER= ${LOCALBASE}/bin/sndfile-play +WAVPLAYER= ${PREFIX}/bin/sndfile-play DEPENDS+= libsndfile-[0-9]*:../../audio/libsndfile #. else # most crossplatform, but a bit too many dependencies -#WAVPLAYER= ${LOCALBASE}/bin/playsound +#WAVPLAYER= ${PREFIX}/bin/playsound #DEPENDS+= SDL_sound-[0-9]*:../../audio/SDL_sound . endif .endif @@ -64,11 +64,15 @@ SUBST_FILES.wavplayer= xboard.conf SUBST_SED.wavplayer= -e 's,aplay -q,${WAVPLAYER},g' post-install: - $(INSTALL_SCRIPT) ${WRKSRC}/cmail ${DESTDIR}${PREFIX}/bin - $(INSTALL_DATA) ${WRKSRC}/xboard.conf ${DESTDIR}${PREFIX}/share/examples/xboard + ${INSTALL_SCRIPT} ${WRKSRC}/cmail ${DESTDIR}${PREFIX}/bin + ${INSTALL_DATA} ${WRKSRC}/xboard.conf ${DESTDIR}${PREFIX}/share/examples/xboard .include "../../devel/gettext-lib/buildlink3.mk" -.include "../../x11/libXpm/buildlink3.mk" +.include "../../graphics/cairo/buildlink3.mk" +.include "../../graphics/hicolor-icon-theme/buildlink3.mk" +.include "../../graphics/librsvg/buildlink3.mk" .include "../../mk/xaw.buildlink3.mk" .include "../../sysutils/desktop-file-utils/desktopdb.mk" +.include "../../x11/libXpm/buildlink3.mk" + .include "../../mk/bsd.pkg.mk" diff --git a/games/xboard/PLIST b/games/xboard/PLIST index 0fe8aea3d34a2..3049ab1ba804a 100644 --- a/games/xboard/PLIST +++ b/games/xboard/PLIST @@ -1,397 +1,20 @@ -@comment $NetBSD: PLIST,v 1.7 2012/12/12 12:25:14 wiz Exp $ +@comment $NetBSD: PLIST,v 1.8 2016/05/03 02:39:30 mef Exp $ bin/cmail bin/xboard info/xboard.info man/man6/xboard.6 +share/applications/xboard-config.desktop share/applications/xboard-fen-viewer.desktop share/applications/xboard-pgn-viewer.desktop share/applications/xboard-tourney.desktop share/applications/xboard.desktop share/examples/xboard/xboard.conf -share/games/xboard/bitmaps/default/a33o.bm -share/games/xboard/bitmaps/default/a33s.bm -share/games/xboard/bitmaps/default/a37o.bm -share/games/xboard/bitmaps/default/a37s.bm -share/games/xboard/bitmaps/default/a40o.bm -share/games/xboard/bitmaps/default/a40s.bm -share/games/xboard/bitmaps/default/a45o.bm -share/games/xboard/bitmaps/default/a45s.bm -share/games/xboard/bitmaps/default/a49o.bm -share/games/xboard/bitmaps/default/a49s.bm -share/games/xboard/bitmaps/default/a54o.bm -share/games/xboard/bitmaps/default/a54s.bm -share/games/xboard/bitmaps/default/a58o.bm -share/games/xboard/bitmaps/default/a58s.bm -share/games/xboard/bitmaps/default/a64o.bm -share/games/xboard/bitmaps/default/a64s.bm -share/games/xboard/bitmaps/default/a72o.bm -share/games/xboard/bitmaps/default/a72s.bm -share/games/xboard/bitmaps/default/as45o.bm -share/games/xboard/bitmaps/default/as45s.bm -share/games/xboard/bitmaps/default/b108o.bm -share/games/xboard/bitmaps/default/b108s.bm -share/games/xboard/bitmaps/default/b116o.bm -share/games/xboard/bitmaps/default/b116s.bm -share/games/xboard/bitmaps/default/b129o.bm -share/games/xboard/bitmaps/default/b129s.bm -share/games/xboard/bitmaps/default/b21o.bm -share/games/xboard/bitmaps/default/b21s.bm -share/games/xboard/bitmaps/default/b25o.bm -share/games/xboard/bitmaps/default/b25s.bm -share/games/xboard/bitmaps/default/b29o.bm -share/games/xboard/bitmaps/default/b29s.bm -share/games/xboard/bitmaps/default/b33o.bm -share/games/xboard/bitmaps/default/b33s.bm -share/games/xboard/bitmaps/default/b37o.bm -share/games/xboard/bitmaps/default/b37s.bm -share/games/xboard/bitmaps/default/b40o.bm -share/games/xboard/bitmaps/default/b40s.bm -share/games/xboard/bitmaps/default/b45o.bm -share/games/xboard/bitmaps/default/b45s.bm -share/games/xboard/bitmaps/default/b49o.bm -share/games/xboard/bitmaps/default/b49s.bm -share/games/xboard/bitmaps/default/b54o.bm -share/games/xboard/bitmaps/default/b54s.bm -share/games/xboard/bitmaps/default/b58o.bm -share/games/xboard/bitmaps/default/b58s.bm -share/games/xboard/bitmaps/default/b64o.bm -share/games/xboard/bitmaps/default/b64s.bm -share/games/xboard/bitmaps/default/b72o.bm -share/games/xboard/bitmaps/default/b72s.bm -share/games/xboard/bitmaps/default/b80o.bm -share/games/xboard/bitmaps/default/b80s.bm -share/games/xboard/bitmaps/default/b87o.bm -share/games/xboard/bitmaps/default/b87s.bm -share/games/xboard/bitmaps/default/b95o.bm -share/games/xboard/bitmaps/default/b95s.bm -share/games/xboard/bitmaps/default/c33o.bm -share/games/xboard/bitmaps/default/c33s.bm -share/games/xboard/bitmaps/default/c37o.bm -share/games/xboard/bitmaps/default/c37s.bm -share/games/xboard/bitmaps/default/c40o.bm -share/games/xboard/bitmaps/default/c40s.bm -share/games/xboard/bitmaps/default/c45o.bm -share/games/xboard/bitmaps/default/c45s.bm -share/games/xboard/bitmaps/default/c49o.bm -share/games/xboard/bitmaps/default/c49s.bm -share/games/xboard/bitmaps/default/c54o.bm -share/games/xboard/bitmaps/default/c54s.bm -share/games/xboard/bitmaps/default/c58o.bm -share/games/xboard/bitmaps/default/c58s.bm -share/games/xboard/bitmaps/default/c64o.bm -share/games/xboard/bitmaps/default/c64s.bm -share/games/xboard/bitmaps/default/c72o.bm -share/games/xboard/bitmaps/default/c72s.bm -share/games/xboard/bitmaps/default/checkmark.bm -share/games/xboard/bitmaps/default/d33o.bm -share/games/xboard/bitmaps/default/d33s.bm -share/games/xboard/bitmaps/default/d37o.bm -share/games/xboard/bitmaps/default/d37s.bm -share/games/xboard/bitmaps/default/d40o.bm -share/games/xboard/bitmaps/default/d40s.bm -share/games/xboard/bitmaps/default/d45o.bm -share/games/xboard/bitmaps/default/d45s.bm -share/games/xboard/bitmaps/default/d49o.bm -share/games/xboard/bitmaps/default/d49s.bm -share/games/xboard/bitmaps/default/d54o.bm -share/games/xboard/bitmaps/default/d54s.bm -share/games/xboard/bitmaps/default/d58o.bm -share/games/xboard/bitmaps/default/d58s.bm -share/games/xboard/bitmaps/default/d64o.bm -share/games/xboard/bitmaps/default/d64s.bm -share/games/xboard/bitmaps/default/d72o.bm -share/games/xboard/bitmaps/default/d72s.bm -share/games/xboard/bitmaps/default/e33o.bm -share/games/xboard/bitmaps/default/e33s.bm -share/games/xboard/bitmaps/default/e49o.bm -share/games/xboard/bitmaps/default/e49s.bm -share/games/xboard/bitmaps/default/e72o.bm -share/games/xboard/bitmaps/default/e72s.bm -share/games/xboard/bitmaps/default/f33o.bm -share/games/xboard/bitmaps/default/f33s.bm -share/games/xboard/bitmaps/default/f49o.bm -share/games/xboard/bitmaps/default/f49s.bm -share/games/xboard/bitmaps/default/f72o.bm -share/games/xboard/bitmaps/default/f72s.bm -share/games/xboard/bitmaps/default/g33o.bm -share/games/xboard/bitmaps/default/g33s.bm -share/games/xboard/bitmaps/default/g49o.bm -share/games/xboard/bitmaps/default/g49s.bm -share/games/xboard/bitmaps/default/g72o.bm -share/games/xboard/bitmaps/default/g72s.bm -share/games/xboard/bitmaps/default/h33o.bm -share/games/xboard/bitmaps/default/h33s.bm -share/games/xboard/bitmaps/default/h49o.bm -share/games/xboard/bitmaps/default/h49s.bm -share/games/xboard/bitmaps/default/h72o.bm -share/games/xboard/bitmaps/default/h72s.bm -share/games/xboard/bitmaps/default/i33o.bm -share/games/xboard/bitmaps/default/i33s.bm -share/games/xboard/bitmaps/default/i49o.bm -share/games/xboard/bitmaps/default/i49s.bm -share/games/xboard/bitmaps/default/i72o.bm -share/games/xboard/bitmaps/default/i72s.bm -share/games/xboard/bitmaps/default/icon_black.bm -share/games/xboard/bitmaps/default/icon_outline.bm -share/games/xboard/bitmaps/default/icon_white.bm -share/games/xboard/bitmaps/default/j33o.bm -share/games/xboard/bitmaps/default/j33s.bm -share/games/xboard/bitmaps/default/j49o.bm -share/games/xboard/bitmaps/default/j49s.bm -share/games/xboard/bitmaps/default/j72o.bm -share/games/xboard/bitmaps/default/j72s.bm -share/games/xboard/bitmaps/default/k108o.bm -share/games/xboard/bitmaps/default/k108s.bm -share/games/xboard/bitmaps/default/k116o.bm -share/games/xboard/bitmaps/default/k116s.bm -share/games/xboard/bitmaps/default/k129o.bm -share/games/xboard/bitmaps/default/k129s.bm -share/games/xboard/bitmaps/default/k21o.bm -share/games/xboard/bitmaps/default/k21s.bm -share/games/xboard/bitmaps/default/k25o.bm -share/games/xboard/bitmaps/default/k25s.bm -share/games/xboard/bitmaps/default/k29o.bm -share/games/xboard/bitmaps/default/k29s.bm -share/games/xboard/bitmaps/default/k33o.bm -share/games/xboard/bitmaps/default/k33s.bm -share/games/xboard/bitmaps/default/k37o.bm -share/games/xboard/bitmaps/default/k37s.bm -share/games/xboard/bitmaps/default/k40o.bm -share/games/xboard/bitmaps/default/k40s.bm -share/games/xboard/bitmaps/default/k45o.bm -share/games/xboard/bitmaps/default/k45s.bm -share/games/xboard/bitmaps/default/k49o.bm -share/games/xboard/bitmaps/default/k49s.bm -share/games/xboard/bitmaps/default/k54o.bm -share/games/xboard/bitmaps/default/k54s.bm -share/games/xboard/bitmaps/default/k58o.bm -share/games/xboard/bitmaps/default/k58s.bm -share/games/xboard/bitmaps/default/k64o.bm -share/games/xboard/bitmaps/default/k64s.bm -share/games/xboard/bitmaps/default/k72o.bm -share/games/xboard/bitmaps/default/k72s.bm -share/games/xboard/bitmaps/default/k80o.bm -share/games/xboard/bitmaps/default/k80s.bm -share/games/xboard/bitmaps/default/k87o.bm -share/games/xboard/bitmaps/default/k87s.bm -share/games/xboard/bitmaps/default/k95o.bm -share/games/xboard/bitmaps/default/k95s.bm -share/games/xboard/bitmaps/default/l33o.bm -share/games/xboard/bitmaps/default/l33s.bm -share/games/xboard/bitmaps/default/l37o.bm -share/games/xboard/bitmaps/default/l37s.bm -share/games/xboard/bitmaps/default/l40o.bm -share/games/xboard/bitmaps/default/l40s.bm -share/games/xboard/bitmaps/default/l45o.bm -share/games/xboard/bitmaps/default/l45s.bm -share/games/xboard/bitmaps/default/l49o.bm -share/games/xboard/bitmaps/default/l49s.bm -share/games/xboard/bitmaps/default/l54o.bm -share/games/xboard/bitmaps/default/l54s.bm -share/games/xboard/bitmaps/default/l58o.bm -share/games/xboard/bitmaps/default/l58s.bm -share/games/xboard/bitmaps/default/l64o.bm -share/games/xboard/bitmaps/default/l64s.bm -share/games/xboard/bitmaps/default/l72o.bm -share/games/xboard/bitmaps/default/l72s.bm -share/games/xboard/bitmaps/default/m33o.bm -share/games/xboard/bitmaps/default/m33s.bm -share/games/xboard/bitmaps/default/m49o.bm -share/games/xboard/bitmaps/default/m49s.bm -share/games/xboard/bitmaps/default/m72o.bm -share/games/xboard/bitmaps/default/m72s.bm -share/games/xboard/bitmaps/default/n108o.bm -share/games/xboard/bitmaps/default/n108s.bm -share/games/xboard/bitmaps/default/n116o.bm -share/games/xboard/bitmaps/default/n116s.bm -share/games/xboard/bitmaps/default/n129o.bm -share/games/xboard/bitmaps/default/n129s.bm -share/games/xboard/bitmaps/default/n21o.bm -share/games/xboard/bitmaps/default/n21s.bm -share/games/xboard/bitmaps/default/n25o.bm -share/games/xboard/bitmaps/default/n25s.bm -share/games/xboard/bitmaps/default/n29o.bm -share/games/xboard/bitmaps/default/n29s.bm -share/games/xboard/bitmaps/default/n33o.bm -share/games/xboard/bitmaps/default/n33s.bm -share/games/xboard/bitmaps/default/n37o.bm -share/games/xboard/bitmaps/default/n37s.bm -share/games/xboard/bitmaps/default/n40o.bm -share/games/xboard/bitmaps/default/n40s.bm -share/games/xboard/bitmaps/default/n45o.bm -share/games/xboard/bitmaps/default/n45s.bm -share/games/xboard/bitmaps/default/n49o.bm -share/games/xboard/bitmaps/default/n49s.bm -share/games/xboard/bitmaps/default/n54o.bm -share/games/xboard/bitmaps/default/n54s.bm -share/games/xboard/bitmaps/default/n58o.bm -share/games/xboard/bitmaps/default/n58s.bm -share/games/xboard/bitmaps/default/n64o.bm -share/games/xboard/bitmaps/default/n64s.bm -share/games/xboard/bitmaps/default/n72o.bm -share/games/xboard/bitmaps/default/n72s.bm -share/games/xboard/bitmaps/default/n80o.bm -share/games/xboard/bitmaps/default/n80s.bm -share/games/xboard/bitmaps/default/n87o.bm -share/games/xboard/bitmaps/default/n87s.bm -share/games/xboard/bitmaps/default/n95o.bm -share/games/xboard/bitmaps/default/n95s.bm -share/games/xboard/bitmaps/default/o33o.bm -share/games/xboard/bitmaps/default/o33s.bm -share/games/xboard/bitmaps/default/o49o.bm -share/games/xboard/bitmaps/default/o49s.bm -share/games/xboard/bitmaps/default/o72o.bm -share/games/xboard/bitmaps/default/o72s.bm -share/games/xboard/bitmaps/default/p108o.bm -share/games/xboard/bitmaps/default/p108s.bm -share/games/xboard/bitmaps/default/p116o.bm -share/games/xboard/bitmaps/default/p116s.bm -share/games/xboard/bitmaps/default/p129o.bm -share/games/xboard/bitmaps/default/p129s.bm -share/games/xboard/bitmaps/default/p21o.bm -share/games/xboard/bitmaps/default/p21s.bm -share/games/xboard/bitmaps/default/p25o.bm -share/games/xboard/bitmaps/default/p25s.bm -share/games/xboard/bitmaps/default/p29o.bm -share/games/xboard/bitmaps/default/p29s.bm -share/games/xboard/bitmaps/default/p33o.bm -share/games/xboard/bitmaps/default/p33s.bm -share/games/xboard/bitmaps/default/p37o.bm -share/games/xboard/bitmaps/default/p37s.bm -share/games/xboard/bitmaps/default/p40o.bm -share/games/xboard/bitmaps/default/p40s.bm -share/games/xboard/bitmaps/default/p45o.bm -share/games/xboard/bitmaps/default/p45s.bm -share/games/xboard/bitmaps/default/p49o.bm -share/games/xboard/bitmaps/default/p49s.bm -share/games/xboard/bitmaps/default/p54o.bm -share/games/xboard/bitmaps/default/p54s.bm -share/games/xboard/bitmaps/default/p58o.bm -share/games/xboard/bitmaps/default/p58s.bm -share/games/xboard/bitmaps/default/p64o.bm -share/games/xboard/bitmaps/default/p64s.bm -share/games/xboard/bitmaps/default/p72o.bm -share/games/xboard/bitmaps/default/p72s.bm -share/games/xboard/bitmaps/default/p80o.bm -share/games/xboard/bitmaps/default/p80s.bm -share/games/xboard/bitmaps/default/p87o.bm -share/games/xboard/bitmaps/default/p87s.bm -share/games/xboard/bitmaps/default/p95o.bm -share/games/xboard/bitmaps/default/p95s.bm -share/games/xboard/bitmaps/default/q108o.bm -share/games/xboard/bitmaps/default/q108s.bm -share/games/xboard/bitmaps/default/q116o.bm -share/games/xboard/bitmaps/default/q116s.bm -share/games/xboard/bitmaps/default/q129o.bm -share/games/xboard/bitmaps/default/q129s.bm -share/games/xboard/bitmaps/default/q21o.bm -share/games/xboard/bitmaps/default/q21s.bm -share/games/xboard/bitmaps/default/q25o.bm -share/games/xboard/bitmaps/default/q25s.bm -share/games/xboard/bitmaps/default/q29o.bm -share/games/xboard/bitmaps/default/q29s.bm -share/games/xboard/bitmaps/default/q33o.bm -share/games/xboard/bitmaps/default/q33s.bm -share/games/xboard/bitmaps/default/q37o.bm -share/games/xboard/bitmaps/default/q37s.bm -share/games/xboard/bitmaps/default/q40o.bm -share/games/xboard/bitmaps/default/q40s.bm -share/games/xboard/bitmaps/default/q45o.bm -share/games/xboard/bitmaps/default/q45s.bm -share/games/xboard/bitmaps/default/q49o.bm -share/games/xboard/bitmaps/default/q49s.bm -share/games/xboard/bitmaps/default/q54o.bm -share/games/xboard/bitmaps/default/q54s.bm -share/games/xboard/bitmaps/default/q58o.bm -share/games/xboard/bitmaps/default/q58s.bm -share/games/xboard/bitmaps/default/q64o.bm -share/games/xboard/bitmaps/default/q64s.bm -share/games/xboard/bitmaps/default/q72o.bm -share/games/xboard/bitmaps/default/q72s.bm -share/games/xboard/bitmaps/default/q80o.bm -share/games/xboard/bitmaps/default/q80s.bm -share/games/xboard/bitmaps/default/q87o.bm -share/games/xboard/bitmaps/default/q87s.bm -share/games/xboard/bitmaps/default/q95o.bm -share/games/xboard/bitmaps/default/q95s.bm -share/games/xboard/bitmaps/default/r108o.bm -share/games/xboard/bitmaps/default/r108s.bm -share/games/xboard/bitmaps/default/r116o.bm -share/games/xboard/bitmaps/default/r116s.bm -share/games/xboard/bitmaps/default/r129o.bm -share/games/xboard/bitmaps/default/r129s.bm -share/games/xboard/bitmaps/default/r21o.bm -share/games/xboard/bitmaps/default/r21s.bm -share/games/xboard/bitmaps/default/r25o.bm -share/games/xboard/bitmaps/default/r25s.bm -share/games/xboard/bitmaps/default/r29o.bm -share/games/xboard/bitmaps/default/r29s.bm -share/games/xboard/bitmaps/default/r33o.bm -share/games/xboard/bitmaps/default/r33s.bm -share/games/xboard/bitmaps/default/r37o.bm -share/games/xboard/bitmaps/default/r37s.bm -share/games/xboard/bitmaps/default/r40o.bm -share/games/xboard/bitmaps/default/r40s.bm -share/games/xboard/bitmaps/default/r45o.bm -share/games/xboard/bitmaps/default/r45s.bm -share/games/xboard/bitmaps/default/r49o.bm -share/games/xboard/bitmaps/default/r49s.bm -share/games/xboard/bitmaps/default/r54o.bm -share/games/xboard/bitmaps/default/r54s.bm -share/games/xboard/bitmaps/default/r58o.bm -share/games/xboard/bitmaps/default/r58s.bm -share/games/xboard/bitmaps/default/r64o.bm -share/games/xboard/bitmaps/default/r64s.bm -share/games/xboard/bitmaps/default/r72o.bm -share/games/xboard/bitmaps/default/r72s.bm -share/games/xboard/bitmaps/default/r80o.bm -share/games/xboard/bitmaps/default/r80s.bm -share/games/xboard/bitmaps/default/r87o.bm -share/games/xboard/bitmaps/default/r87s.bm -share/games/xboard/bitmaps/default/r95o.bm -share/games/xboard/bitmaps/default/r95s.bm -share/games/xboard/bitmaps/default/s49o.bm -share/games/xboard/bitmaps/default/s49s.bm -share/games/xboard/bitmaps/default/s72o.bm -share/games/xboard/bitmaps/default/s72s.bm -share/games/xboard/bitmaps/default/u49o.bm -share/games/xboard/bitmaps/default/u49s.bm -share/games/xboard/bitmaps/default/u72o.bm -share/games/xboard/bitmaps/default/u72s.bm -share/games/xboard/bitmaps/default/v33o.bm -share/games/xboard/bitmaps/default/v33s.bm -share/games/xboard/bitmaps/default/v49o.bm -share/games/xboard/bitmaps/default/v49s.bm -share/games/xboard/bitmaps/default/v72o.bm -share/games/xboard/bitmaps/default/v72s.bm -share/games/xboard/bitmaps/default/w33o.bm -share/games/xboard/bitmaps/default/w33s.bm -share/games/xboard/bitmaps/default/w49o.bm -share/games/xboard/bitmaps/default/w49s.bm -share/games/xboard/bitmaps/default/w72o.bm -share/games/xboard/bitmaps/default/w72s.bm -share/games/xboard/bitmaps/default/wl49o.bm -share/games/xboard/bitmaps/default/wl49s.bm -share/games/xboard/bitmaps/default/wl72o.bm -share/games/xboard/bitmaps/default/wl72s.bm -share/games/xboard/bitmaps/default/wn49o.bm -share/games/xboard/bitmaps/default/wn49s.bm -share/games/xboard/bitmaps/default/wn72o.bm -share/games/xboard/bitmaps/default/wn72s.bm -share/games/xboard/bitmaps/default/wp49o.bm -share/games/xboard/bitmaps/default/wp49s.bm -share/games/xboard/bitmaps/default/wp72o.bm -share/games/xboard/bitmaps/default/wp72s.bm -share/games/xboard/bitmaps/default/ws49o.bm -share/games/xboard/bitmaps/default/ws49s.bm -share/games/xboard/bitmaps/default/ws72o.bm -share/games/xboard/bitmaps/default/ws72s.bm -share/games/xboard/pixmaps/textures/board32.xpm -share/games/xboard/pixmaps/textures/board48.xpm -share/games/xboard/pixmaps/textures/cross32.xpm -share/games/xboard/pixmaps/textures/cross48.xpm -share/games/xboard/pixmaps/textures/wood_d.xpm -share/games/xboard/pixmaps/textures/wood_l.xpm +share/games/xboard/pixmaps/textures/board32.png +share/games/xboard/pixmaps/textures/board48.png +share/games/xboard/pixmaps/textures/cross32.png +share/games/xboard/pixmaps/textures/cross48.png +share/games/xboard/pixmaps/textures/ini32.png +share/games/xboard/pixmaps/textures/ini48.png share/games/xboard/sounds/cymbal.wav share/games/xboard/sounds/ding1.wav share/games/xboard/sounds/gong.wav @@ -400,14 +23,158 @@ share/games/xboard/sounds/laser.wav share/games/xboard/sounds/penalty.wav share/games/xboard/sounds/phone.wav share/games/xboard/sounds/pop2.wav +share/games/xboard/sounds/roar.wav share/games/xboard/sounds/slap.wav share/games/xboard/sounds/woodthunk.wav +share/games/xboard/themes/conf/chu +share/games/xboard/themes/conf/ics +share/games/xboard/themes/conf/mini +share/games/xboard/themes/conf/mini.fen +share/games/xboard/themes/conf/sho +share/games/xboard/themes/conf/sho.fen +share/games/xboard/themes/conf/shogi +share/games/xboard/themes/conf/xq +share/games/xboard/themes/default/BlackAdvisor.svg +share/games/xboard/themes/default/BlackArchbishop.svg +share/games/xboard/themes/default/BlackBishop.svg +share/games/xboard/themes/default/BlackCanon.svg +share/games/xboard/themes/default/BlackChancellor.svg +share/games/xboard/themes/default/BlackClaw.svg +share/games/xboard/themes/default/BlackCobra.svg +share/games/xboard/themes/default/BlackCommoner.svg +share/games/xboard/themes/default/BlackCrownedBishop.svg +share/games/xboard/themes/default/BlackCrownedRook.svg +share/games/xboard/themes/default/BlackDolphin.svg +share/games/xboard/themes/default/BlackElephant.svg +share/games/xboard/themes/default/BlackGold.svg +share/games/xboard/themes/default/BlackGoldKnight.svg +share/games/xboard/themes/default/BlackGoldLance.svg +share/games/xboard/themes/default/BlackGoldPawn.svg +share/games/xboard/themes/default/BlackGoldSilver.svg +share/games/xboard/themes/default/BlackHCrown.svg +share/games/xboard/themes/default/BlackHSword.svg +share/games/xboard/themes/default/BlackHawk.svg +share/games/xboard/themes/default/BlackKing.svg +share/games/xboard/themes/default/BlackKnight.svg +share/games/xboard/themes/default/BlackLance.svg +share/games/xboard/themes/default/BlackLeopard.svg +share/games/xboard/themes/default/BlackLion.svg +share/games/xboard/themes/default/BlackMarshall.svg +share/games/xboard/themes/default/BlackNightrider.svg +share/games/xboard/themes/default/BlackPawn.svg +share/games/xboard/themes/default/BlackPrincess.svg +share/games/xboard/themes/default/BlackPromoBishop.svg +share/games/xboard/themes/default/BlackPromoDragon.svg +share/games/xboard/themes/default/BlackPromoHSword.svg +share/games/xboard/themes/default/BlackPromoHorse.svg +share/games/xboard/themes/default/BlackPromoRook.svg +share/games/xboard/themes/default/BlackPromoSword.svg +share/games/xboard/themes/default/BlackQueen.svg +share/games/xboard/themes/default/BlackRook.svg +share/games/xboard/themes/default/BlackSword.svg +share/games/xboard/themes/default/BlackUnicorn.svg +share/games/xboard/themes/default/WhiteAdvisor.svg +share/games/xboard/themes/default/WhiteArchbishop.svg +share/games/xboard/themes/default/WhiteBishop.svg +share/games/xboard/themes/default/WhiteCanon.svg +share/games/xboard/themes/default/WhiteChancellor.svg +share/games/xboard/themes/default/WhiteClaw.svg +share/games/xboard/themes/default/WhiteCobra.svg +share/games/xboard/themes/default/WhiteCommoner.svg +share/games/xboard/themes/default/WhiteCrownedBishop.svg +share/games/xboard/themes/default/WhiteCrownedRook.svg +share/games/xboard/themes/default/WhiteDolphin.svg +share/games/xboard/themes/default/WhiteElephant.svg +share/games/xboard/themes/default/WhiteGold.svg +share/games/xboard/themes/default/WhiteGoldKnight.svg +share/games/xboard/themes/default/WhiteGoldLance.svg +share/games/xboard/themes/default/WhiteGoldPawn.svg +share/games/xboard/themes/default/WhiteGoldSilver.svg +share/games/xboard/themes/default/WhiteHCrown.svg +share/games/xboard/themes/default/WhiteHSword.svg +share/games/xboard/themes/default/WhiteHawk.svg +share/games/xboard/themes/default/WhiteKing.svg +share/games/xboard/themes/default/WhiteKnight.svg +share/games/xboard/themes/default/WhiteLance.svg +share/games/xboard/themes/default/WhiteLeopard.svg +share/games/xboard/themes/default/WhiteLion.svg +share/games/xboard/themes/default/WhiteMarshall.svg +share/games/xboard/themes/default/WhiteNightrider.svg +share/games/xboard/themes/default/WhitePawn.svg +share/games/xboard/themes/default/WhitePrincess.svg +share/games/xboard/themes/default/WhitePromoBishop.svg +share/games/xboard/themes/default/WhitePromoDragon.svg +share/games/xboard/themes/default/WhitePromoHSword.svg +share/games/xboard/themes/default/WhitePromoHorse.svg +share/games/xboard/themes/default/WhitePromoRook.svg +share/games/xboard/themes/default/WhitePromoSword.svg +share/games/xboard/themes/default/WhiteQueen.svg +share/games/xboard/themes/default/WhiteRook.svg +share/games/xboard/themes/default/WhiteSword.svg +share/games/xboard/themes/default/WhiteUnicorn.svg +share/games/xboard/themes/default/eo_Analyzing.svg +share/games/xboard/themes/default/eo_Black.svg +share/games/xboard/themes/default/eo_Clear.svg +share/games/xboard/themes/default/eo_Ponder.svg +share/games/xboard/themes/default/eo_Thinking.svg +share/games/xboard/themes/default/eo_Unknown.svg +share/games/xboard/themes/default/eo_White.svg +share/games/xboard/themes/default/icon_black.svg +share/games/xboard/themes/default/icon_white.svg +share/games/xboard/themes/shogi/BlackAdvisor.svg +share/games/xboard/themes/shogi/BlackBishop.svg +share/games/xboard/themes/shogi/BlackCrownedBishop.svg +share/games/xboard/themes/shogi/BlackCrownedRook.svg +share/games/xboard/themes/shogi/BlackGold.svg +share/games/xboard/themes/shogi/BlackGoldKnight.svg +share/games/xboard/themes/shogi/BlackGoldLance.svg +share/games/xboard/themes/shogi/BlackGoldPawn.svg +share/games/xboard/themes/shogi/BlackGoldSilver.svg +share/games/xboard/themes/shogi/BlackKing.svg +share/games/xboard/themes/shogi/BlackKnight.svg +share/games/xboard/themes/shogi/BlackLance.svg +share/games/xboard/themes/shogi/BlackPawn.svg +share/games/xboard/themes/shogi/BlackRook.svg +share/games/xboard/themes/shogi/WhiteAdvisor.svg +share/games/xboard/themes/shogi/WhiteBishop.svg +share/games/xboard/themes/shogi/WhiteCrownedBishop.svg +share/games/xboard/themes/shogi/WhiteCrownedRook.svg +share/games/xboard/themes/shogi/WhiteGold.svg +share/games/xboard/themes/shogi/WhiteGoldKnight.svg +share/games/xboard/themes/shogi/WhiteGoldLance.svg +share/games/xboard/themes/shogi/WhiteGoldPawn.svg +share/games/xboard/themes/shogi/WhiteGoldSilver.svg +share/games/xboard/themes/shogi/WhiteKing.svg +share/games/xboard/themes/shogi/WhiteKnight.svg +share/games/xboard/themes/shogi/WhiteLance.svg +share/games/xboard/themes/shogi/WhitePawn.svg +share/games/xboard/themes/shogi/WhiteRook.svg +share/games/xboard/themes/textures/hatch.png +share/games/xboard/themes/textures/wood_d.png +share/games/xboard/themes/textures/wood_l.png +share/games/xboard/themes/textures/xqboard.png +share/games/xboard/themes/xiangqi/BlackAdvisor.svg +share/games/xboard/themes/xiangqi/BlackCanon.svg +share/games/xboard/themes/xiangqi/BlackElephant.svg +share/games/xboard/themes/xiangqi/BlackGold.svg +share/games/xboard/themes/xiangqi/BlackKnight.svg +share/games/xboard/themes/xiangqi/BlackPawn.svg +share/games/xboard/themes/xiangqi/BlackRook.svg +share/games/xboard/themes/xiangqi/WhiteAdvisor.svg +share/games/xboard/themes/xiangqi/WhiteCanon.svg +share/games/xboard/themes/xiangqi/WhiteElephant.svg +share/games/xboard/themes/xiangqi/WhiteGold.svg +share/games/xboard/themes/xiangqi/WhiteKnight.svg +share/games/xboard/themes/xiangqi/WhitePawn.svg +share/games/xboard/themes/xiangqi/WhiteRook.svg share/icons/hicolor/48x48/apps/xboard.png share/icons/hicolor/scalable/apps/xboard.svg share/locale/da/LC_MESSAGES/xboard.mo share/locale/de/LC_MESSAGES/xboard.mo share/locale/es/LC_MESSAGES/xboard.mo share/locale/it/LC_MESSAGES/xboard.mo +share/locale/nl/LC_MESSAGES/xboard.mo +share/locale/pl/LC_MESSAGES/xboard.mo share/locale/ru/LC_MESSAGES/xboard.mo share/locale/tr/LC_MESSAGES/xboard.mo share/locale/uk/LC_MESSAGES/xboard.mo diff --git a/games/xboard/distinfo b/games/xboard/distinfo index 4e79d0e357607..761bcf396dded 100644 --- a/games/xboard/distinfo +++ b/games/xboard/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.9 2015/11/03 20:57:07 agc Exp $ +$NetBSD: distinfo,v 1.10 2016/05/03 02:39:30 mef Exp $ -SHA1 (xboard-4.6.2.tar.gz) = fdda353252495978be22d3e79f8487142f87ea77 -RMD160 (xboard-4.6.2.tar.gz) = b2c457785538865712df53643fe45a96160b218e -SHA512 (xboard-4.6.2.tar.gz) = a079e4ca4f825ab3463f2e60d98b977ce0783bc36fa018b79bd3b5c8f16441feef2313f5f586eabe7747ce6fffe0d9a967d19b68502f67f438720db607e3c516 -Size (xboard-4.6.2.tar.gz) = 2956198 bytes -SHA1 (patch-Makefile.in) = 3e9d7153f1e12e407c425a73abee82ff5f3e3f7a +SHA1 (xboard-4.8.0.tar.gz) = b44de53d704c2d524a3dc79a0c1afdd7414a3ff3 +RMD160 (xboard-4.8.0.tar.gz) = 2ac17ce9efa182b95f108ef78d83490cbe189327 +SHA512 (xboard-4.8.0.tar.gz) = fc3231f170baacdf97df5d08488f5a1fb9a144810f7b0eb72e3e95d345ce47aa2ff67a586ef45b6a9e45932300babc59c161a29e055dd0d19b133ba986985c81 +Size (xboard-4.8.0.tar.gz) = 3691531 bytes +SHA1 (patch-Makefile.in) = 9f0b08576f612d31cb85b962ee0a3934f5909238 diff --git a/games/xboard/patches/patch-Makefile.in b/games/xboard/patches/patch-Makefile.in index c8488ccc682a8..aeb637b9d251b 100644 --- a/games/xboard/patches/patch-Makefile.in +++ b/games/xboard/patches/patch-Makefile.in @@ -1,21 +1,33 @@ -$NetBSD: patch-Makefile.in,v 1.1 2012/12/12 12:25:14 wiz Exp $ +$NetBSD: patch-Makefile.in,v 1.2 2016/05/03 02:39:30 mef Exp $ +(1) +To avoid "ld: cannot find -ldl", which is not necessary for *BSD +(2) Let pkgsrc framework deal with config file. ---- Makefile.in.orig 2012-04-18 02:37:44.000000000 +0000 -+++ Makefile.in -@@ -381,7 +381,7 @@ xboard_TEXINFOS = copyright.texi +--- Makefile.in.orig 2014-10-25 00:20:31.000000000 +0900 ++++ Makefile.in 2016-05-03 09:42:35.000000000 +0900 +@@ -532,7 +532,7 @@ xboard_SOURCES = backend.c backend.h bac + + ### + SUBDIRS = po +-xboard_LDADD = -ldl -lm @FRONTEND_LIBS@ @X_LIBS@ @LIBINTL@ @CAIRO_LIBS@ ++xboard_LDADD = -lm @FRONTEND_LIBS@ @X_LIBS@ @LIBINTL@ @CAIRO_LIBS@ + EXTRA_DIST = pixmaps themes png sounds winboard \ + xboard.texi gpl.texinfo texi2man texinfo.tex xboard.man xboard.desktop xboard-config.desktop \ + xboard-fen-viewer.desktop xboard-pgn-viewer.desktop xboard-tourney.desktop xboard.xml \ +@@ -551,7 +551,7 @@ xboard_TEXINFOS = copyright.texi man6_MANS = xboard.man ### config file -sysconf_DATA = xboard.conf -+sysconf_DATA = ++sysconf_DATA = ### icon files - icondir = $(datadir)/icons/hicolor/48x48/apps -@@ -481,7 +481,7 @@ dist_sounds_DATA = \ - edit = sed -e 's|@pixmapsdir[@]|$(pixmapsdir)|g' \ - -e 's|@soundsdir[@]|$(soundsdir)|g' + icondir = @ICONSDIR@ +@@ -660,7 +660,7 @@ dist_sounds_DATA = \ + sounds/cymbal.wav sounds/pop2.wav sounds/slap.wav sounds/ding1.wav sounds/laser.wav \ + sounds/woodthunk.wav sounds/gong.wav sounds/penalty.wav sounds/honkhonk.wav sounds/phone.wav sounds/roar.wav -all: config.h +all: config.h xboard.conf diff --git a/games/xbomb/distinfo b/games/xbomb/distinfo index 703f1db5ff99b..89bc8397c542c 100644 --- a/games/xbomb/distinfo +++ b/games/xbomb/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.4 2015/11/03 20:57:07 agc Exp $ +$NetBSD: distinfo,v 1.5 2016/03/30 10:00:07 jperkin Exp $ SHA1 (xbomb-2.2.tgz) = 065d9283c92ff0dca844b637f237a381b1ad72c0 RMD160 (xbomb-2.2.tgz) = 51a212d8cbe62d765e75751ae7b3d341ce6a3ada SHA512 (xbomb-2.2.tgz) = fd3c77c4c5e13a880a95cd2e478ea0778ef1a3c68416ecce17e57354822f11c5493e67f6d144deb40bf6402801aa64bc3347d1a72b926d3cb7b8251fc952877b Size (xbomb-2.2.tgz) = 24872 bytes -SHA1 (patch-aa) = b064540c8b092c5c317e2a91ff72a1ce1325509e -SHA1 (patch-ab) = b9e4123e8ed936a8c4c8c5b533ffdefd7f2c0a98 +SHA1 (patch-aa) = e25b71c414b67d8d7d588cabbd8da7e667678835 +SHA1 (patch-ab) = 94ba453322e35eb07a81f223e36563dceac04bdc diff --git a/games/xbomb/patches/patch-aa b/games/xbomb/patches/patch-aa index 32c7b202009a5..7154954933d59 100644 --- a/games/xbomb/patches/patch-aa +++ b/games/xbomb/patches/patch-aa @@ -1,4 +1,6 @@ -$NetBSD: patch-aa,v 1.1.1.1 2004/10/14 12:28:03 adam Exp $ +$NetBSD: patch-aa,v 1.2 2016/03/30 10:00:08 jperkin Exp $ + +Use pkgsrc layout/flags. --- Makefile.orig 1996-01-20 21:02:46.000000000 +0000 +++ Makefile @@ -41,5 +43,5 @@ $NetBSD: patch-aa,v 1.1.1.1 2004/10/14 12:28:03 adam Exp $ - install -m 644 xbomb.6 $(INSTDIR)/man/man6 - install -m 644 xbomb.ad $(INSTDIR)/lib/app-defaults/XBomb + ${BSD_INSTALL_PROGRAM} xbomb $(INSTDIR)/bin -+ ${BSD_INSTALL_DATA} xbomb.6 $(INSTDIR)/man/man6 ++ ${BSD_INSTALL_DATA} xbomb.6 $(INSTDIR)/${PKGMANDIR}/man6 + ${BSD_INSTALL_DATA} xbomb.ad $(INSTDIR)/lib/X11/app-defaults/XBomb diff --git a/games/xbomb/patches/patch-ab b/games/xbomb/patches/patch-ab index 48e1cf96a4746..3a02ee40b5d42 100644 --- a/games/xbomb/patches/patch-ab +++ b/games/xbomb/patches/patch-ab @@ -1,4 +1,6 @@ -$NetBSD: patch-ab,v 1.2 2008/11/21 16:48:33 adam Exp $ +$NetBSD: patch-ab,v 1.3 2016/03/30 10:00:08 jperkin Exp $ + +Use pkgsrc paths. --- hiscore.c.orig 2008-01-05 20:23:07.000000000 +0100 +++ hiscore.c diff --git a/games/xevil/distinfo b/games/xevil/distinfo index b529a5be75466..57bafe0faee63 100644 --- a/games/xevil/distinfo +++ b/games/xevil/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.10 2015/11/03 20:57:08 agc Exp $ +$NetBSD: distinfo,v 1.11 2016/05/07 09:57:53 joerg Exp $ SHA1 (xevilsrc2.02r2.zip) = e9a262daffc7ee5c06196dc94cf35c199be86bbc RMD160 (xevilsrc2.02r2.zip) = dca82298ac2dfe66e4e92a02731bb6851563b67e @@ -10,14 +10,14 @@ SHA1 (patch-ad) = df17b2c15b3eedaebd62e1de9e08fd01f98c37f0 SHA1 (patch-ae) = bd4c1811aabf3791563a80c392afe96e0c4ed749 SHA1 (patch-af) = 4d1e6e7cfa7c1b4423ac9edc8f3ece68dbab9b79 SHA1 (patch-ag) = c826c7ee631b3661ca78fe243b6aeb1ff37d73e2 -SHA1 (patch-ah) = b78acf6e01bd555024eb1a6a5d80ab8c393de4c5 -SHA1 (patch-ai) = 8579f4f6594ff2d01c35c2becc7cf395a5195550 +SHA1 (patch-ah) = 15c730952ed18425dce6a398eb71bdc17bd822be +SHA1 (patch-ai) = 22dd40db2b111860090a83314dace236110645e2 SHA1 (patch-aj) = 78214c3bf9d643f9f8ade8c24944eea6b976ea6c SHA1 (patch-ak) = a83854de16104e124213e3990597555c21533411 SHA1 (patch-al) = 2530864b88b66b5c45b0996cb65269899b115e3f SHA1 (patch-am) = 9250c6c734b22f1edf63040e2c70579917593f59 SHA1 (patch-an) = 4325b3ff1f32a9b09b540bcc0b482acdf8e96237 -SHA1 (patch-ao) = 85f4b0f2238ea1cbfe3ed16a9cd58ed2c64a0da1 +SHA1 (patch-ao) = b6871101e4a5e7c8b83f6754474d74183309375f SHA1 (patch-ap) = 7fb4d991f629ee5f36718a047ce4667c563fd95b SHA1 (patch-aq) = 2a781bd3118bda38244f7b7a0bb1a202a90c3983 SHA1 (patch-ar) = 8be1ce3f1ed2bd55dfc77042fa5f62fc6b036903 diff --git a/games/xevil/patches/patch-ah b/games/xevil/patches/patch-ah index bb3e3ff8e92fb..8abfdaa3cf93a 100644 --- a/games/xevil/patches/patch-ah +++ b/games/xevil/patches/patch-ah @@ -1,10 +1,12 @@ -$NetBSD: patch-ah,v 1.2 2008/08/17 23:50:06 dholland Exp $ +$NetBSD: patch-ah,v 1.3 2016/05/07 09:57:54 joerg Exp $ ---- cmn/actual.cpp.orig 2000-01-19 12:54:36.000000000 -0500 -+++ cmn/actual.cpp 2008-08-17 19:09:43.000000000 -0400 -@@ -32,7 +32,8 @@ +--- cmn/actual.cpp.orig 2000-01-19 12:54:36.000000000 +0000 ++++ cmn/actual.cpp +@@ -31,8 +31,10 @@ + #endif // Include Files ++#include #if X11 -#include +#include @@ -12,7 +14,7 @@ $NetBSD: patch-ah,v 1.2 2008/08/17 23:50:06 dholland Exp $ #endif #if WIN32 #include -@@ -1534,7 +1535,7 @@ Boolean Transmogifier::transmogify_targe +@@ -1534,7 +1536,7 @@ Boolean Transmogifier::transmogify_targe void *closure) { // notThis is used to prevent transmogifying into the same class an object // already is. diff --git a/games/xevil/patches/patch-ai b/games/xevil/patches/patch-ai index 66dc7a1089cd6..2cc1940240f42 100644 --- a/games/xevil/patches/patch-ai +++ b/games/xevil/patches/patch-ai @@ -1,12 +1,13 @@ -$NetBSD: patch-ai,v 1.2 2008/08/17 23:50:06 dholland Exp $ +$NetBSD: patch-ai,v 1.3 2016/05/07 09:57:54 joerg Exp $ ---- cmn/xetp.cpp.orig 2000-01-19 12:54:30.000000000 -0500 -+++ cmn/xetp.cpp 2008-08-17 19:12:24.000000000 -0400 -@@ -29,9 +29,10 @@ +--- cmn/xetp.cpp.orig 2000-01-19 12:54:30.000000000 +0000 ++++ cmn/xetp.cpp +@@ -29,9 +29,11 @@ #include "stdafx.h" -#include ++#include +#include #if X11 -#include @@ -15,7 +16,7 @@ $NetBSD: patch-ai,v 1.2 2008/08/17 23:50:06 dholland Exp $ #endif #if WIN32 #include -@@ -159,7 +160,7 @@ void XETP::send_objects(OutStreamP out,c +@@ -159,7 +161,7 @@ void XETP::send_objects(OutStreamP out,c for (n = 0; n < physicals.length(); n++) { PhysicalP p = (PhysicalP)physicals.get(n); // computing object_length twice, but who cares. diff --git a/games/xevil/patches/patch-ao b/games/xevil/patches/patch-ao index 3776bf2ef999f..32c180f5980be 100644 --- a/games/xevil/patches/patch-ao +++ b/games/xevil/patches/patch-ao @@ -1,8 +1,8 @@ -$NetBSD: patch-ao,v 1.3 2011/11/27 19:43:33 joerg Exp $ +$NetBSD: patch-ao,v 1.4 2016/05/07 09:57:54 joerg Exp $ --- cmn/game_style.cpp.orig 2003-03-22 20:47:42.000000000 +0000 +++ cmn/game_style.cpp -@@ -29,19 +29,18 @@ +@@ -29,19 +29,19 @@ // Include Files #include "stdafx.h" @@ -10,6 +10,7 @@ $NetBSD: patch-ao,v 1.3 2011/11/27 19:43:33 joerg Exp $ -#include -} +#include ++#include #if X11 -#include @@ -26,7 +27,7 @@ $NetBSD: patch-ao,v 1.3 2011/11/27 19:43:33 joerg Exp $ #include "utils.h" #include "coord.h" #include "world.h" -@@ -2680,7 +2679,7 @@ int ZigZag::new_level_check(int,WorldP w +@@ -2680,7 +2680,7 @@ int ZigZag::new_level_check(int,WorldP w HumanP human = locator->get_human(n); if (human) { // previous depth diff --git a/games/xracer/Makefile b/games/xracer/Makefile index 59e61af3cf3ae..e3d3374261a7b 100644 --- a/games/xracer/Makefile +++ b/games/xracer/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.60 2015/06/27 09:32:15 dholland Exp $ +# $NetBSD: Makefile,v 1.61 2016/04/04 17:33:42 khorben Exp $ # DISTNAME= xracer-0.96.9 -PKGREVISION= 18 +PKGREVISION= 19 CATEGORIES= games x11 MASTER_SITES= http://www.annexia.org/_file/ diff --git a/games/xracer/distinfo b/games/xracer/distinfo index 1fbd863fd56ed..0d900688a3c05 100644 --- a/games/xracer/distinfo +++ b/games/xracer/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.11 2015/11/03 20:57:09 agc Exp $ +$NetBSD: distinfo,v 1.12 2016/04/04 17:33:42 khorben Exp $ SHA1 (xracer-0.96.9.tar.gz) = 8c7a4f0be46ee83bbb588f6c5834340f519a3059 RMD160 (xracer-0.96.9.tar.gz) = 1e9611dd55b1a3f0bf681a7051fcbb37bec47a6e @@ -32,3 +32,4 @@ SHA1 (patch-src_player.c) = e2a8305257f38073b03fbd39a95c1a35542506af SHA1 (patch-src_text.c) = bec183a1fb701e4bf854df52012e22bf87053891 SHA1 (patch-src_utils.c) = d8fc536848a3e116528af64b7f97fd50667f7af1 SHA1 (patch-src_video.c) = fa81bfea35390ab48c024433288b2252dada39d1 +SHA1 (patch-src_ws__x11.c) = f3c60f58c8281aad0420abbec7b77f8fbfbe1fde diff --git a/games/xracer/patches/patch-src_ws__x11.c b/games/xracer/patches/patch-src_ws__x11.c new file mode 100644 index 0000000000000..a3f7df5fbd03d --- /dev/null +++ b/games/xracer/patches/patch-src_ws__x11.c @@ -0,0 +1,71 @@ +$NetBSD: patch-src_ws__x11.c,v 1.1 2016/04/04 17:33:42 khorben Exp $ + +Avoid references to obsolete GLUT internals + +--- src/ws_x11.c.orig 2016-04-04 07:44:51.000000000 +0000 ++++ src/ws_x11.c +@@ -28,6 +28,7 @@ + #include "xracer-ws.h" + #include "xracer-log.h" + ++#if 0 + /* X11- and GLUT-specific hack to warp and grab the pointer into the window. */ + struct GLUTwindow + { +@@ -39,33 +40,43 @@ extern Display *__glutDisplay; + + extern Window __glutRoot; + extern struct GLUTwindow *__glutCurrentWindow; ++#endif + + void + xrWsWarpPointer () + { ++#if 0 + Window window = __glutCurrentWindow->win; + + XWarpPointer(__glutDisplay, 0, window, 0, 0, 0, 0, xrWidth/2, xrHeight/2); ++#else ++ glutWarpPointer(xrWidth/2, xrHeight/2); ++#endif + } + + /* Grab the pointer. */ + void + xrWsGrabPointer () + { ++#if 0 + Window window = __glutCurrentWindow->win; + + if (XGrabPointer(__glutDisplay, window, True, + ButtonReleaseMask | ButtonPressMask, + GrabModeAsync, GrabModeAsync, + window, None, CurrentTime) != GrabSuccess) ++#else + xrLog (LOG_ERROR, "pointer grab failed"); ++#endif + } + + /* Flush out the event queue. */ + void + xrWsFlushEventQueue () + { ++#if 0 + XSync(__glutDisplay, False); ++#endif + } + + /* X11 hack to give window a class, so WindowManagers can interact with it +@@ -75,10 +86,12 @@ xrWsFlushEventQueue () + void + xrWsFixWindowClass () + { ++#if 0 + XClassHint classhint; + Window window = __glutCurrentWindow->win; + + classhint.res_name = (char *) "xracer"; + classhint.res_class = (char *) "XRacer"; + XSetClassHint (__glutDisplay, window, &classhint); ++#endif + } diff --git a/games/zombies/distinfo b/games/zombies/distinfo index 5ee7beaeb5f95..5d9d88920209e 100644 --- a/games/zombies/distinfo +++ b/games/zombies/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.12 2015/11/03 20:57:10 agc Exp $ +$NetBSD: distinfo,v 1.13 2016/03/30 08:40:53 jperkin Exp $ SHA1 (zombies-1.0.tar.gz) = 5bc4c87211b5aa29edffb7df74ee12c0bbdc408a RMD160 (zombies-1.0.tar.gz) = 006fcb8876f6712178ae7486b15c6a27de6270ee SHA512 (zombies-1.0.tar.gz) = 6e495534fbaa18c4069b2cd6c83736187c0dd24d697bac6af336a5d6aab415c5b7c2f9f85e977018d772451e3ad142b9cb0c2dd7756500f33b7e69d533a3c4c6 Size (zombies-1.0.tar.gz) = 9482 bytes -SHA1 (patch-aa) = b54c11aa5f7c0ba18e0b662a5bc0ec0132b612bf -SHA1 (patch-ab) = be8f4baf75ede5154a30617368651ca2df735574 +SHA1 (patch-aa) = 85bc2c262bd0007d59ada01c623a84f71478db8b +SHA1 (patch-ab) = 4e0b05e0c2341b14533c41c9b24a0571dfbfb6e9 diff --git a/games/zombies/patches/patch-aa b/games/zombies/patches/patch-aa index 8849bc97f7b27..4d7ce885144eb 100644 --- a/games/zombies/patches/patch-aa +++ b/games/zombies/patches/patch-aa @@ -1,4 +1,6 @@ -$NetBSD: patch-aa,v 1.8 2011/08/31 12:13:30 obache Exp $ +$NetBSD: patch-aa,v 1.9 2016/03/30 08:40:53 jperkin Exp $ + +Use pkgsrc flags/layout. --- Makefile.orig 1999-06-26 14:37:17.000000000 +0000 +++ Makefile @@ -9,7 +11,7 @@ $NetBSD: patch-aa,v 1.8 2011/08/31 12:13:30 obache Exp $ -PREFIX = /usr/local +#PREFIX = /usr/local BINDIR = ${PREFIX}/bin - MANDIR = ${PREFIX}/man/man6 +-MANDIR = ${PREFIX}/man/man6 -SCOREFILE = /var/games/zombies_score -BINOWN = games -BINGRP = games @@ -17,6 +19,7 @@ $NetBSD: patch-aa,v 1.8 2011/08/31 12:13:30 obache Exp $ -MANOWN = root -MANGRP = wheel -MANMODE = 444 ++MANDIR = ${PREFIX}/${PKGMANDIR}/man6 +SCOREFILE ?= ${VARBASE}/games/zombies_score +#BINOWN = games +#BINGRP = games diff --git a/games/zombies/patches/patch-ab b/games/zombies/patches/patch-ab index caf7f39b81b25..d9d17b4cb4feb 100644 --- a/games/zombies/patches/patch-ab +++ b/games/zombies/patches/patch-ab @@ -1,4 +1,6 @@ -$NetBSD: patch-ab,v 1.2 2009/12/10 20:59:22 abs Exp $ +$NetBSD: patch-ab,v 1.3 2016/03/30 08:40:53 jperkin Exp $ + +Don't try to use CE, just call clrtoeol() instead. --- main.c.orig 1999-06-26 13:48:39.000000000 +0000 +++ main.c diff --git a/geography/Makefile b/geography/Makefile index a833ba4436345..af239638f6f98 100644 --- a/geography/Makefile +++ b/geography/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.59 2015/11/27 17:52:35 adam Exp $ +# $NetBSD: Makefile,v 1.60 2016/04/24 10:24:40 bouyer Exp $ # COMMENT= Software for geographical-related uses @@ -34,7 +34,9 @@ SUBDIR+= libspatialite SUBDIR+= mapserver SUBDIR+= merkaartor SUBDIR+= opencpn +SUBDIR+= opencpn-plugin-draw SUBDIR+= opencpn-plugin-gshhs +SUBDIR+= opencpn-plugin-watchdog SUBDIR+= opencpn-plugin-weather_routing SUBDIR+= osm-gps-map SUBDIR+= osm2pgsql diff --git a/geography/cm2gpx/Makefile b/geography/cm2gpx/Makefile index 1765e14c5741f..ef39c5169191c 100644 --- a/geography/cm2gpx/Makefile +++ b/geography/cm2gpx/Makefile @@ -1,11 +1,10 @@ -# $NetBSD: Makefile,v 1.2 2012/10/04 09:19:16 asau Exp $ -# +# $NetBSD: Makefile,v 1.3 2016/05/03 10:54:55 wiz Exp $ DISTNAME= cm2gpx-1.0.4 CATEGORIES= geography MASTER_SITES= http://www.smittyware.com/download/ -MAINTAINER= rhaen@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.smittyware.com/download/ COMMENT= CacheMate PDB-to-GPX file converter diff --git a/geography/cmconvert/Makefile b/geography/cmconvert/Makefile index cb07d928a2956..085f9a423a2bb 100644 --- a/geography/cmconvert/Makefile +++ b/geography/cmconvert/Makefile @@ -1,12 +1,11 @@ -# $NetBSD: Makefile,v 1.3 2012/10/04 09:19:16 asau Exp $ -# +# $NetBSD: Makefile,v 1.4 2016/05/03 10:54:55 wiz Exp $ DISTNAME= cmconvert-1.9.5 PKGREVISION= 1 CATEGORIES= geography MASTER_SITES= http://www.smittyware.com/download/ -MAINTAINER= rhaen@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.smittyware.com/download/ COMMENT= CacheMate import file converter for GPS GPX files diff --git a/geography/emerillon/Makefile b/geography/emerillon/Makefile index b663502e3dd7c..43f42ac54f61f 100644 --- a/geography/emerillon/Makefile +++ b/geography/emerillon/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.38 2016/02/04 12:13:30 wiz Exp $ +# $NetBSD: Makefile,v 1.41 2016/05/03 11:40:02 prlw1 Exp $ # DISTNAME= emerillon-0.1.2 -PKGREVISION= 33 +PKGREVISION= 36 CATEGORIES= geography MASTER_SITES= ${MASTER_SITE_GNOME:=sources/emerillon/0.1/} EXTRACT_SUFX= .tar.bz2 diff --git a/geography/gama/Makefile b/geography/gama/Makefile index 97a3ac3505ec9..603ce4fce07df 100644 --- a/geography/gama/Makefile +++ b/geography/gama/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.14 2015/10/10 01:58:08 ryoon Exp $ +# $NetBSD: Makefile,v 1.16 2016/04/30 01:17:44 gdt Exp $ # -DISTNAME= gama-1.15 -PKGREVISION= 4 +DISTNAME= gama-1.17 CATEGORIES= geography MASTER_SITES= ${MASTER_SITE_GNU:=gama/} diff --git a/geography/gama/distinfo b/geography/gama/distinfo index bf2e8c02df367..8158cca7f7f6d 100644 --- a/geography/gama/distinfo +++ b/geography/gama/distinfo @@ -1,6 +1,8 @@ -$NetBSD: distinfo,v 1.5 2015/11/03 00:08:41 agc Exp $ +$NetBSD: distinfo,v 1.6 2016/04/30 01:17:44 gdt Exp $ -SHA1 (gama-1.15.tar.gz) = d29689bb8e7d1ceef378df4c50db9a5302cdf60e -RMD160 (gama-1.15.tar.gz) = 4a6db7ed30a37a46f0c42ae8d295bb90cf98872a -SHA512 (gama-1.15.tar.gz) = b87693146999fd36a67e97ff4383db5e1c29d808ca1a181519fd3d8c8e79fc069df3b5e521005f5bea57a4ab9f026ed2673b8ad7b278183a6ebbec41d344fb6c -Size (gama-1.15.tar.gz) = 1078852 bytes +SHA1 (gama-1.17.tar.gz) = b0d79b4133ec5052a2e70e50cf82a32eb1978785 +RMD160 (gama-1.17.tar.gz) = a5d90d171935115bc69b85b5086ffda182437700 +SHA512 (gama-1.17.tar.gz) = 56994ff7f9385c758c32e1794fb4263ecf8c838979029e0fceed70650314e40d3507b3b10224d1acfc4e5f63884b5f193407f2d49dbde32244fcaa38ff3aaf04 +Size (gama-1.17.tar.gz) = 1114918 bytes +SHA1 (patch-tests_gama-local_scripts_gama-local-parameters.in) = e9e96391ac6ad32ed63533d3177a96ba245a8a8d +SHA1 (patch-tests_gama-local_scripts_gama-local-updated-xml.in) = 5f72be1b1a854fd9825bc9dda73c4a5ce24689dc diff --git a/geography/gama/patches/patch-tests_gama-local_scripts_gama-local-parameters.in b/geography/gama/patches/patch-tests_gama-local_scripts_gama-local-parameters.in new file mode 100644 index 0000000000000..04512a826fb60 --- /dev/null +++ b/geography/gama/patches/patch-tests_gama-local_scripts_gama-local-parameters.in @@ -0,0 +1,13 @@ +$NetBSD: patch-tests_gama-local_scripts_gama-local-parameters.in,v 1.1 2016/04/30 01:17:44 gdt Exp $ + +--- tests/gama-local/scripts/gama-local-parameters.in.orig 2015-07-31 12:00:08.000000000 +0000 ++++ tests/gama-local/scripts/gama-local-parameters.in +@@ -32,7 +32,7 @@ if test -n "$(diff $RES/par.txt $RES/nop + exit 1 + fi + +-if test "x$GNU_GAMA_LOCAL_TEST_XMLLINT" == "xyes"; then ++if test "x$GNU_GAMA_LOCAL_TEST_XMLLINT" = "xyes"; then + xmllint --schema @GAMA_XML@/gama-local.xsd --noout \ + @GAMA_INPUT@/gama-local-par.gkf + xmllint --schema @GAMA_XML@/gama-local.xsd --noout \ diff --git a/geography/gama/patches/patch-tests_gama-local_scripts_gama-local-updated-xml.in b/geography/gama/patches/patch-tests_gama-local_scripts_gama-local-updated-xml.in new file mode 100644 index 0000000000000..fb63494b7af46 --- /dev/null +++ b/geography/gama/patches/patch-tests_gama-local_scripts_gama-local-updated-xml.in @@ -0,0 +1,13 @@ +$NetBSD: patch-tests_gama-local_scripts_gama-local-updated-xml.in,v 1.1 2016/04/30 01:17:44 gdt Exp $ + +--- tests/gama-local/scripts/gama-local-updated-xml.in.orig 2015-07-31 12:00:08.000000000 +0000 ++++ tests/gama-local/scripts/gama-local-updated-xml.in +@@ -23,7 +23,7 @@ do + $RES/$t-1.xml \ + $RES/$t-2.xml + +-if test "x$GNU_GAMA_LOCAL_TEST_XMLLINT" == "xyes"; then ++if test "x$GNU_GAMA_LOCAL_TEST_XMLLINT" = "xyes"; then + xmllint --schema $GAMA_LOCAL_XSD \ + $RES/$t-1.gkf --noout + fi diff --git a/geography/gdal-lib/Makefile b/geography/gdal-lib/Makefile index 50d00b4d10c0a..e9f578edcb843 100644 --- a/geography/gdal-lib/Makefile +++ b/geography/gdal-lib/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.79 2016/03/05 11:27:47 jperkin Exp $ +# $NetBSD: Makefile,v 1.80 2016/04/11 19:01:52 ryoon Exp $ DISTNAME= gdal-1.11.3 PKGNAME= ${DISTNAME:S/gdal/gdal-lib/} -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= geography MASTER_SITES= http://download.osgeo.org/gdal/${PKGVERSION_NOREV}/ diff --git a/geography/kplex/Makefile b/geography/kplex/Makefile index 465fafde8e7bf..3ffa82ecbaf81 100644 --- a/geography/kplex/Makefile +++ b/geography/kplex/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.2 2015/10/06 19:49:32 plunky Exp $ +# $NetBSD: Makefile,v 1.3 2016/04/29 08:49:45 plunky Exp $ -DISTNAME= kplex-1.3.1 +DISTNAME= kplex-1.3.2 CATEGORIES= geography MASTER_SITES= http://www.stripydog.com/download/ EXTRACT_SUFX= .tgz diff --git a/geography/kplex/distinfo b/geography/kplex/distinfo index b2de9585510f3..b18b9e0cb7901 100644 --- a/geography/kplex/distinfo +++ b/geography/kplex/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.3 2015/11/03 00:08:42 agc Exp $ +$NetBSD: distinfo,v 1.4 2016/04/29 08:49:45 plunky Exp $ -SHA1 (kplex-1.3.1.tgz) = 2083467db05811741d007b0645bfa3728dc81db5 -RMD160 (kplex-1.3.1.tgz) = 1644b3d18bdd67ba5bf98577f61812e434081172 -SHA512 (kplex-1.3.1.tgz) = e48e8e142737efbb2b9c8b66f73fa884c37f4f6bbd432861669c987066c05a9ed6623b7e5a13397d402604ed3835eb20a40567660fc265730ab0bf6d562549dc -Size (kplex-1.3.1.tgz) = 81874 bytes +SHA1 (kplex-1.3.2.tgz) = 67e37e5512ab437f1306375daa363e55ae42e385 +RMD160 (kplex-1.3.2.tgz) = 90c12558523e93be99bacc658a58b7edae72eef5 +SHA512 (kplex-1.3.2.tgz) = 2507c87b056a6a8142bc78255201bbdc8a0e53891d00282f4280ca90eff4c6fc267aae260cdca58bbaa51a589871bcb73a3e3328ce949d7711b1d507757139b9 +Size (kplex-1.3.2.tgz) = 85591 bytes diff --git a/geography/libchamplain012/Makefile b/geography/libchamplain012/Makefile index aa940d3a8632b..e2fa3f4f376ef 100644 --- a/geography/libchamplain012/Makefile +++ b/geography/libchamplain012/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.2 2015/10/10 01:58:08 ryoon Exp $ +# $NetBSD: Makefile,v 1.4 2016/05/03 11:40:02 prlw1 Exp $ DISTNAME= libchamplain-0.12.10 PKGNAME= libchamplain012-0.12.10 -PKGREVISION= 1 +PKGREVISION= 3 CATEGORIES= geography MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libchamplain/0.12/} EXTRACT_SUFX= .tar.xz diff --git a/geography/libchamplain04/Makefile b/geography/libchamplain04/Makefile index f1c00ecdd2122..e8ed6c4c5af49 100644 --- a/geography/libchamplain04/Makefile +++ b/geography/libchamplain04/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.38 2015/10/10 01:57:52 ryoon Exp $ +# $NetBSD: Makefile,v 1.40 2016/05/03 11:40:02 prlw1 Exp $ # DISTNAME= libchamplain-0.4.7 PKGNAME= libchamplain04-0.4.7 -PKGREVISION= 28 +PKGREVISION= 30 CATEGORIES= geography MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libchamplain/0.4/} EXTRACT_SUFX= .tar.bz2 diff --git a/geography/libchamplain04/buildlink3.mk b/geography/libchamplain04/buildlink3.mk index 4ca913edf312a..7ff19cac67749 100644 --- a/geography/libchamplain04/buildlink3.mk +++ b/geography/libchamplain04/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.35 2015/06/07 14:14:04 youri Exp $ +# $NetBSD: buildlink3.mk,v 1.37 2016/05/03 11:40:02 prlw1 Exp $ BUILDLINK_TREE+= libchamplain @@ -6,7 +6,7 @@ BUILDLINK_TREE+= libchamplain LIBCHAMPLAIN_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.libchamplain+= libchamplain04>=0.4.6 -BUILDLINK_ABI_DEPENDS.libchamplain+= libchamplain04>=0.4.7nb27 +BUILDLINK_ABI_DEPENDS.libchamplain+= libchamplain04>=0.4.7nb30 BUILDLINK_PKGSRCDIR.libchamplain?= ../../geography/libchamplain04 .include "../../devel/glib2/buildlink3.mk" diff --git a/geography/libchamplain06/Makefile b/geography/libchamplain06/Makefile index ce8601cf3c47a..1a9fc4107906f 100644 --- a/geography/libchamplain06/Makefile +++ b/geography/libchamplain06/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.37 2015/10/10 01:57:52 ryoon Exp $ +# $NetBSD: Makefile,v 1.39 2016/05/03 11:40:02 prlw1 Exp $ # DISTNAME= libchamplain-0.6.1 PKGNAME= libchamplain06-0.6.1 -PKGREVISION= 34 +PKGREVISION= 36 CATEGORIES= geography MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libchamplain/0.6/} EXTRACT_SUFX= .tar.bz2 diff --git a/geography/libchamplain06/buildlink3.mk b/geography/libchamplain06/buildlink3.mk index 51b7a7421dee7..d84bd1df673fb 100644 --- a/geography/libchamplain06/buildlink3.mk +++ b/geography/libchamplain06/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.35 2015/06/07 14:14:04 youri Exp $ +# $NetBSD: buildlink3.mk,v 1.37 2016/05/03 11:40:02 prlw1 Exp $ BUILDLINK_TREE+= libchamplain06 @@ -6,7 +6,7 @@ BUILDLINK_TREE+= libchamplain06 LIBCHAMPLAIN06_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.libchamplain06+= libchamplain06>=0.6.1 -BUILDLINK_ABI_DEPENDS.libchamplain06+= libchamplain06>=0.6.1nb33 +BUILDLINK_ABI_DEPENDS.libchamplain06+= libchamplain06>=0.6.1nb36 BUILDLINK_PKGSRCDIR.libchamplain06?= ../../geography/libchamplain06 .include "../../devel/glib2/buildlink3.mk" diff --git a/geography/libchamplain08/Makefile b/geography/libchamplain08/Makefile index fd05a9c37f49f..8c480c30280e3 100644 --- a/geography/libchamplain08/Makefile +++ b/geography/libchamplain08/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.33 2015/10/10 01:57:52 ryoon Exp $ +# $NetBSD: Makefile,v 1.35 2016/05/03 11:40:03 prlw1 Exp $ # DISTNAME= libchamplain-0.8.3 PKGNAME= libchamplain08-0.8.3 -PKGREVISION= 30 +PKGREVISION= 32 CATEGORIES= geography MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libchamplain/0.8/} EXTRACT_SUFX= .tar.bz2 diff --git a/geography/libchamplain08/buildlink3.mk b/geography/libchamplain08/buildlink3.mk index ac1031162c6f1..2578bb736cdd0 100644 --- a/geography/libchamplain08/buildlink3.mk +++ b/geography/libchamplain08/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.31 2015/06/07 14:14:04 youri Exp $ +# $NetBSD: buildlink3.mk,v 1.33 2016/05/03 11:40:03 prlw1 Exp $ BUILDLINK_TREE+= libchamplain08 @@ -6,7 +6,7 @@ BUILDLINK_TREE+= libchamplain08 LIBCHAMPLAIN08_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.libchamplain08+= libchamplain08>=0.8.3 -BUILDLINK_ABI_DEPENDS.libchamplain08+= libchamplain08>=0.8.3nb29 +BUILDLINK_ABI_DEPENDS.libchamplain08+= libchamplain08>=0.8.3nb32 BUILDLINK_PKGSRCDIR.libchamplain08?= ../../geography/libchamplain08 .include "../../devel/glib2/buildlink3.mk" diff --git a/geography/libspatialite/Makefile b/geography/libspatialite/Makefile index 16143ab3b39d4..cdf8ba8cba6d1 100644 --- a/geography/libspatialite/Makefile +++ b/geography/libspatialite/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.1 2015/11/27 14:03:33 adam Exp $ +# $NetBSD: Makefile,v 1.3 2016/04/11 19:01:35 ryoon Exp $ DISTNAME= libspatialite-4.3.0a +PKGREVISION= 1 CATEGORIES= geography MASTER_SITES= http://www.gaia-gis.it/gaia-sins/ @@ -16,6 +17,11 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS+= --disable-examples PKGCONFIG_OVERRIDE= spatialite.pc.in +# src/shapefiles wants to create both a module and library +# from the same sources. This confuses some temporary file handling +# in libtool 2.4.2. +MAKE_JOBS_SAFE=no + .include "../../converters/libiconv/buildlink3.mk" .include "../../databases/sqlite3/buildlink3.mk" .include "../../geography/geos/buildlink3.mk" diff --git a/geography/libspatialite/buildlink3.mk b/geography/libspatialite/buildlink3.mk index 89f0bbd814368..66cd343f14aca 100644 --- a/geography/libspatialite/buildlink3.mk +++ b/geography/libspatialite/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.1 2015/11/27 14:03:33 adam Exp $ +# $NetBSD: buildlink3.mk,v 1.2 2016/04/11 19:01:35 ryoon Exp $ BUILDLINK_TREE+= libspatialite @@ -6,6 +6,7 @@ BUILDLINK_TREE+= libspatialite LIBSPATIALITE_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.libspatialite+= libspatialite>=4.3.0a +BUILDLINK_ABI_DEPENDS.libspatialite?= libspatialite>=4.3.0anb1 BUILDLINK_PKGSRCDIR.libspatialite?= ../../geography/libspatialite .include "../../converters/libiconv/buildlink3.mk" diff --git a/geography/mapcode/DESCR b/geography/mapcode/DESCR new file mode 100644 index 0000000000000..761e82eaabab2 --- /dev/null +++ b/geography/mapcode/DESCR @@ -0,0 +1,4 @@ +A mapcode represents a location. Every location on Earth can be represented +by a mapcode. Mapcodes were designed to be short, easy to recognise, remember +and communicate. They are precise to a few meters, which is good enough for +every-day use. diff --git a/geography/mapcode/Makefile b/geography/mapcode/Makefile new file mode 100644 index 0000000000000..1891669718704 --- /dev/null +++ b/geography/mapcode/Makefile @@ -0,0 +1,30 @@ +# $NetBSD$ + +VERSION= 2.2.1 +GITHUB_PROJECT= mapcode-cpp +DISTNAME= v${VERSION} +PKGNAME= mapcode-${VERSION} +CATEGORIES= geography +MASTER_SITES= ${MASTER_SITE_GITHUB:=mapcode-foundation/} +DIST_SUBDIR= ${GITHUB_PROJECT} + +MAINTAINER= root@zta.lk +HOMEPAGE= http://www.mapcode.com/ +COMMENT= Utility to convert mapcodes to lon:lat and back +LICENSE= apache-2.0 + +WRKSRC= ${WRKDIR}/mapcode-cpp-2.2.1 +USE_LANGUAGES= c c++ + +INSTALLATION_DIRS=bin lib include + +do-build: + cd ${WRKSRC}/mapcodelib && ${SETENV} ${MAKE_ENV} ${CC} -fPIC -shared mapcoder.c -o libmapcode.so + cd ${WRKSRC}/utility && ${SETENV} ${MAKE_ENV} ${CXX} mapcode.cpp -o mapcode + +do-install: + ${INSTALL_DATA} ${WRKSRC}/mapcodelib/mapcoder.h ${DESTDIR}/${PREFIX}/include/mapcode.h + ${INSTALL_LIB} ${WRKSRC}/mapcodelib/libmapcode.so ${DESTDIR}/${PREFIX}/lib + ${INSTALL_PROGRAM} ${WRKSRC}/utility/mapcode ${DESTDIR}/${PREFIX}/bin + +.include "../../mk/bsd.pkg.mk" diff --git a/geography/mapcode/PLIST b/geography/mapcode/PLIST new file mode 100644 index 0000000000000..afa45e48cbb1d --- /dev/null +++ b/geography/mapcode/PLIST @@ -0,0 +1,4 @@ +@comment $NetBSD$ +bin/mapcode +include/mapcode.h +lib/libmapcode.so diff --git a/geography/mapcode/distinfo b/geography/mapcode/distinfo new file mode 100644 index 0000000000000..0cb83b8248de3 --- /dev/null +++ b/geography/mapcode/distinfo @@ -0,0 +1,6 @@ +$NetBSD$ + +SHA1 (mapcode-cpp/v2.2.1.tar.gz) = 7665b61e95ef5fffb04d5329d69108d862fe7ffa +RMD160 (mapcode-cpp/v2.2.1.tar.gz) = 670ad9dbd3ef3f21c477ebf11187b2f7fb3a780b +SHA512 (mapcode-cpp/v2.2.1.tar.gz) = 7bccdf9d74817551108ed7ac459fb730b548f5c40a0388b54619c415b8b6896546f02fae9325c18cbdfdc346216e55b46a0a4afb665df80702bd446897370ecd +Size (mapcode-cpp/v2.2.1.tar.gz) = 624990 bytes diff --git a/geography/opencpn-plugin-draw/DESCR b/geography/opencpn-plugin-draw/DESCR new file mode 100644 index 0000000000000..f43d58972c5cd --- /dev/null +++ b/geography/opencpn-plugin-draw/DESCR @@ -0,0 +1,17 @@ +OpenCPN is a free software (GPLv2) project to create a concise chart plotter +and navigation software, for use underway or as a planning tool. OpenCPN is +developed by a team of active sailors using real world conditions for +program testing and refinement. + +This plugin is designed to allow users to place objects/items on the OpenCPN +interface and have these georeferenced. This allows the objects/items to move +with the chart and have a definined Latitude and Longitude. There are two +basic types of object/item that can be used: points and paths. + +Points are very similar to Waypoints and mark locations on the chart. +Paths joint two or more points together and draw a line between them. +Currently these Points exist: Boundary Point, Text Point, +Electronic Brearing Line (EBL) Point, Dead Reckoning (DR) Point. + +These Points are used to construct special types of Paths: Boundary, +Electronic Bearing Line (EBL) and Dead Reckoning (DR). diff --git a/geography/opencpn-plugin-draw/Makefile b/geography/opencpn-plugin-draw/Makefile new file mode 100644 index 0000000000000..cccc93787df7d --- /dev/null +++ b/geography/opencpn-plugin-draw/Makefile @@ -0,0 +1,33 @@ +# $NetBSD: Makefile,v 1.1 2016/04/24 10:21:54 bouyer Exp $ +# + +VERSION= 20160415 +DISTNAME= ocpn_draw_pi-${VERSION} +PKGNAME= opencpn-plugin-draw-${VERSION} +CATEGORIES= geography +MASTER_SITES= ${MASTER_SITE_GITHUB:=jongough/} +GITHUB_PROJECT= ocpn_draw_pi +GITHUB_TAG= 047bb4c19c45e75f0bef3aba17ef7b52ef43d8af + +MAINTAINER= bouyer@NetBSD.org +HOMEPAGE= http://opencpn.org/ocpn/Plugins_external_odraw +COMMENT= place georeferenced objects/items on the OpenCPN interface +LICENSE= gnu-gpl-v2 + +USE_LANGUAGES= c c++ +USE_CMAKE= yes + +CMAKE_ARGS+= -DPREFIX:PATH=${PREFIX} -DPREFIX_PLUGINS:PATH=${PREFIX}/lib/opencpn +CMAKE_MODULE_PATH_OVERRIDE = \ + cmake/PluginConfigure.cmake \ + cmake/PluginInstall.cmake \ + cmake/PluginLocalization.cmake \ + cmake/PluginPackage.cmake + +.include "../../devel/cmake/buildlink3.mk" +.include "../../x11/gtk2/buildlink3.mk" +.include "../../x11/wxGTK30/buildlink3.mk" +.include "../../graphics/MesaLib/buildlink3.mk" +.include "../../graphics/glu/buildlink3.mk" +.include "../../textproc/tinyxml/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/geography/opencpn-plugin-draw/PLIST b/geography/opencpn-plugin-draw/PLIST new file mode 100644 index 0000000000000..583002527e2a2 --- /dev/null +++ b/geography/opencpn-plugin-draw/PLIST @@ -0,0 +1,48 @@ +@comment $NetBSD: PLIST,v 1.1 2016/04/24 10:21:54 bouyer Exp $ +lib/opencpn/libocpn_draw_pi.so +share/locale/ca/LC_MESSAGES/opencpn-ocpn_draw_pi.mo +share/locale/cs/LC_MESSAGES/opencpn-ocpn_draw_pi.mo +share/locale/da/LC_MESSAGES/opencpn-ocpn_draw_pi.mo +share/locale/de/LC_MESSAGES/opencpn-ocpn_draw_pi.mo +share/locale/el/LC_MESSAGES/opencpn-ocpn_draw_pi.mo +share/locale/es/LC_MESSAGES/opencpn-ocpn_draw_pi.mo +share/locale/et/LC_MESSAGES/opencpn-ocpn_draw_pi.mo +share/locale/fi/LC_MESSAGES/opencpn-ocpn_draw_pi.mo +share/locale/fr/LC_MESSAGES/opencpn-ocpn_draw_pi.mo +share/locale/gl/LC_MESSAGES/opencpn-ocpn_draw_pi.mo +share/locale/hu/LC_MESSAGES/opencpn-ocpn_draw_pi.mo +share/locale/it/LC_MESSAGES/opencpn-ocpn_draw_pi.mo +share/locale/ja/LC_MESSAGES/opencpn-ocpn_draw_pi.mo +share/locale/nb/LC_MESSAGES/opencpn-ocpn_draw_pi.mo +share/locale/nl/LC_MESSAGES/opencpn-ocpn_draw_pi.mo +share/locale/pl/LC_MESSAGES/opencpn-ocpn_draw_pi.mo +share/locale/pt/LC_MESSAGES/opencpn-ocpn_draw_pi.mo +share/locale/ru/LC_MESSAGES/opencpn-ocpn_draw_pi.mo +share/locale/sv/LC_MESSAGES/opencpn-ocpn_draw_pi.mo +share/locale/tr/LC_MESSAGES/opencpn-ocpn_draw_pi.mo +share/locale/vi/LC_MESSAGES/opencpn-ocpn_draw_pi.mo +share/locale/zh/LC_MESSAGES/opencpn-ocpn_draw_pi.mo +share/opencpn/plugins/ocpn_draw_pi/data/DR.png +share/opencpn/plugins/ocpn_draw_pi/data/DR.svg +share/opencpn/plugins/ocpn_draw_pi/data/DRgrey.png +share/opencpn/plugins/ocpn_draw_pi/data/DRgrey.svg +share/opencpn/plugins/ocpn_draw_pi/data/EBL.png +share/opencpn/plugins/ocpn_draw_pi/data/EBL.svg +share/opencpn/plugins/ocpn_draw_pi/data/EBLgrey.png +share/opencpn/plugins/ocpn_draw_pi/data/EBLgrey.svg +share/opencpn/plugins/ocpn_draw_pi/data/ODManager.png +share/opencpn/plugins/ocpn_draw_pi/data/ODManager.svg +share/opencpn/plugins/ocpn_draw_pi/data/ODManagerGrey.png +share/opencpn/plugins/ocpn_draw_pi/data/ODManagergrey.svg +share/opencpn/plugins/ocpn_draw_pi/data/boundary.png +share/opencpn/plugins/ocpn_draw_pi/data/boundary.svg +share/opencpn/plugins/ocpn_draw_pi/data/boundarygrey.png +share/opencpn/plugins/ocpn_draw_pi/data/boundarygrey.svg +share/opencpn/plugins/ocpn_draw_pi/data/pointbutton.png +share/opencpn/plugins/ocpn_draw_pi/data/pointbutton.svg +share/opencpn/plugins/ocpn_draw_pi/data/pointbuttongrey.png +share/opencpn/plugins/ocpn_draw_pi/data/pointbuttongrey.svg +share/opencpn/plugins/ocpn_draw_pi/data/textpointbutton.png +share/opencpn/plugins/ocpn_draw_pi/data/textpointbutton.svg +share/opencpn/plugins/ocpn_draw_pi/data/textpointbuttongrey.png +share/opencpn/plugins/ocpn_draw_pi/data/textpointbuttongrey.svg diff --git a/geography/opencpn-plugin-draw/distinfo b/geography/opencpn-plugin-draw/distinfo new file mode 100644 index 0000000000000..c97d756c12649 --- /dev/null +++ b/geography/opencpn-plugin-draw/distinfo @@ -0,0 +1,7 @@ +$NetBSD: distinfo,v 1.1 2016/04/24 10:21:54 bouyer Exp $ + +SHA1 (ocpn_draw_pi-20160415-047bb4c19c45e75f0bef3aba17ef7b52ef43d8af.tar.gz) = a1e06d6c810ad8e02a1f8f35677517e18adc28f6 +RMD160 (ocpn_draw_pi-20160415-047bb4c19c45e75f0bef3aba17ef7b52ef43d8af.tar.gz) = 60c84b16d04a2e10a189a7c72e14b4f1405c9686 +SHA512 (ocpn_draw_pi-20160415-047bb4c19c45e75f0bef3aba17ef7b52ef43d8af.tar.gz) = 639392c7c219cafcbcba88f04f9b75801c4f7e66a4c641fb28af79025333b9b57a16d37820a04cc353432f775e2fa3ee7d556d49f61c8d4741ba373998c27ee9 +Size (ocpn_draw_pi-20160415-047bb4c19c45e75f0bef3aba17ef7b52ef43d8af.tar.gz) = 1124238 bytes +SHA1 (patch-cmake_PluginConfigure.cmake) = 15ee7241c1ef77bf5ac2da414d727a5e2f40b7a1 diff --git a/geography/opencpn-plugin-draw/patches/patch-cmake_PluginConfigure.cmake b/geography/opencpn-plugin-draw/patches/patch-cmake_PluginConfigure.cmake new file mode 100644 index 0000000000000..583b0e53c6721 --- /dev/null +++ b/geography/opencpn-plugin-draw/patches/patch-cmake_PluginConfigure.cmake @@ -0,0 +1,19 @@ +$NetBSD: patch-cmake_PluginConfigure.cmake,v 1.1 2016/04/24 10:21:54 bouyer Exp $ +Do not overwrite CMAKE_SHARED_LINKER_FLAGS + +--- cmake/PluginConfigure.cmake.orig 2016-04-13 08:28:11.000000000 +0200 ++++ cmake/PluginConfigure.cmake 2016-04-15 16:03:44.000000000 +0200 +@@ -45,11 +45,9 @@ + # ADD_DEFINITIONS( "-Wall -Wno-unused-result -g -O2 -fexceptions" ) + ENDIF(PROFILING) + +- IF(NOT APPLE) +- SET(CMAKE_SHARED_LINKER_FLAGS "-Wl,-Bsymbolic") +- ELSE(NOT APPLE) ++ IF(APPLE) + SET(CMAKE_SHARED_LINKER_FLAGS "-Wl -undefined dynamic_lookup") +- ENDIF(NOT APPLE) ++ ENDIF(APPLE) + + ENDIF(NOT MSVC) + diff --git a/geography/opencpn-plugin-watchdog/DESCR b/geography/opencpn-plugin-watchdog/DESCR new file mode 100644 index 0000000000000..51580ac4d0af5 --- /dev/null +++ b/geography/opencpn-plugin-watchdog/DESCR @@ -0,0 +1,11 @@ +OpenCPN is a free software (GPLv2) project to create a concise chart plotter +and navigation software, for use underway or as a planning tool. OpenCPN is +developed by a team of active sailors using real world conditions for +program testing and refinement. + +This plugin is developed by Sean D'Epagnier and implements various configurable +alarms alerting the user about the changing conditions round the boat. +Watchdog also implements a Deadman-alarm and an improved anchor alarm. +Watchdog communicates with another very useful plug-in, called OpenCPN ODraw +Plugin (opencpn-plugin-draw in pkgsrc). That plugin is a tool to draw +geo-referenced points, lines and shapes within OpenCPN. diff --git a/geography/opencpn-plugin-watchdog/Makefile b/geography/opencpn-plugin-watchdog/Makefile new file mode 100644 index 0000000000000..a55dc5098b847 --- /dev/null +++ b/geography/opencpn-plugin-watchdog/Makefile @@ -0,0 +1,33 @@ +# $NetBSD: Makefile,v 1.1 2016/04/24 10:23:38 bouyer Exp $ +# + +VERSION= 20160415 +DISTNAME= watchdog_pi-${VERSION} +PKGNAME= opencpn-plugin-watchdog-${VERSION} +CATEGORIES= geography +MASTER_SITES= ${MASTER_SITE_GITHUB:=seandepagnier/} +GITHUB_PROJECT= watchdog_pi +GITHUB_TAG= f525c6b25646ae9a81cd0fe6e53aa267529af964 + +MAINTAINER= bouyer@NetBSD.org +HOMEPAGE= http://opencpn.org/ocpn/Plugins_external_watchdog +COMMENT= implements various configurable alarms in OpenCPN +LICENSE= gnu-gpl-v2 + +USE_LANGUAGES= c c++ +USE_CMAKE= yes + +CMAKE_ARGS+= -DPREFIX:PATH=${PREFIX} -DPREFIX_PLUGINS:PATH=${PREFIX}/lib/opencpn +CMAKE_MODULE_PATH_OVERRIDE = \ + cmake/PluginConfigure.cmake \ + cmake/PluginInstall.cmake \ + cmake/PluginLocalization.cmake \ + cmake/PluginPackage.cmake + +.include "../../devel/cmake/buildlink3.mk" +.include "../../x11/gtk2/buildlink3.mk" +.include "../../x11/wxGTK30/buildlink3.mk" +.include "../../graphics/MesaLib/buildlink3.mk" +.include "../../graphics/glu/buildlink3.mk" +.include "../../textproc/tinyxml/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/geography/opencpn-plugin-watchdog/PLIST b/geography/opencpn-plugin-watchdog/PLIST new file mode 100644 index 0000000000000..38b1e2ec06882 --- /dev/null +++ b/geography/opencpn-plugin-watchdog/PLIST @@ -0,0 +1,24 @@ +@comment $NetBSD: PLIST,v 1.1 2016/04/24 10:23:38 bouyer Exp $ +lib/opencpn/libwatchdog_pi.so +share/locale/ca/LC_MESSAGES/opencpn-watchdog_pi.mo +share/locale/cs/LC_MESSAGES/opencpn-watchdog_pi.mo +share/locale/da/LC_MESSAGES/opencpn-watchdog_pi.mo +share/locale/de/LC_MESSAGES/opencpn-watchdog_pi.mo +share/locale/el/LC_MESSAGES/opencpn-watchdog_pi.mo +share/locale/es/LC_MESSAGES/opencpn-watchdog_pi.mo +share/locale/et/LC_MESSAGES/opencpn-watchdog_pi.mo +share/locale/fi/LC_MESSAGES/opencpn-watchdog_pi.mo +share/locale/fr/LC_MESSAGES/opencpn-watchdog_pi.mo +share/locale/gl/LC_MESSAGES/opencpn-watchdog_pi.mo +share/locale/hu/LC_MESSAGES/opencpn-watchdog_pi.mo +share/locale/it/LC_MESSAGES/opencpn-watchdog_pi.mo +share/locale/ja/LC_MESSAGES/opencpn-watchdog_pi.mo +share/locale/nb/LC_MESSAGES/opencpn-watchdog_pi.mo +share/locale/nl/LC_MESSAGES/opencpn-watchdog_pi.mo +share/locale/pl/LC_MESSAGES/opencpn-watchdog_pi.mo +share/locale/pt/LC_MESSAGES/opencpn-watchdog_pi.mo +share/locale/ru/LC_MESSAGES/opencpn-watchdog_pi.mo +share/locale/sv/LC_MESSAGES/opencpn-watchdog_pi.mo +share/locale/tr/LC_MESSAGES/opencpn-watchdog_pi.mo +share/locale/vi/LC_MESSAGES/opencpn-watchdog_pi.mo +share/locale/zh/LC_MESSAGES/opencpn-watchdog_pi.mo diff --git a/geography/opencpn-plugin-watchdog/distinfo b/geography/opencpn-plugin-watchdog/distinfo new file mode 100644 index 0000000000000..8fcdc5b03da25 --- /dev/null +++ b/geography/opencpn-plugin-watchdog/distinfo @@ -0,0 +1,7 @@ +$NetBSD: distinfo,v 1.1 2016/04/24 10:23:38 bouyer Exp $ + +SHA1 (watchdog_pi-20160415-f525c6b25646ae9a81cd0fe6e53aa267529af964.tar.gz) = b87098bc762224d7b58b115d7e8e16fc9874996d +RMD160 (watchdog_pi-20160415-f525c6b25646ae9a81cd0fe6e53aa267529af964.tar.gz) = 60f4de1fc7b716946c7e1a65c4dca93a9347da22 +SHA512 (watchdog_pi-20160415-f525c6b25646ae9a81cd0fe6e53aa267529af964.tar.gz) = e930baa1164e794cbc752e1cb321a6203857c1f24fcf90a20beea22586e71aac1f468eeae825d2c38cec7a57056ac102928b39cb815b3d907f21ee0c696f3f54 +Size (watchdog_pi-20160415-f525c6b25646ae9a81cd0fe6e53aa267529af964.tar.gz) = 409199 bytes +SHA1 (patch-cmake_PluginConfigure.cmake) = 2b4058ef26c9e711a05c93103da576bd3fb60a58 diff --git a/geography/opencpn-plugin-watchdog/patches/patch-cmake_PluginConfigure.cmake b/geography/opencpn-plugin-watchdog/patches/patch-cmake_PluginConfigure.cmake new file mode 100644 index 0000000000000..c28f834d7d46b --- /dev/null +++ b/geography/opencpn-plugin-watchdog/patches/patch-cmake_PluginConfigure.cmake @@ -0,0 +1,19 @@ +$NetBSD: patch-cmake_PluginConfigure.cmake,v 1.1 2016/04/24 10:23:38 bouyer Exp $ +Do not overwrite CMAKE_SHARED_LINKER_FLAGS + +--- cmake/PluginConfigure.cmake.orig 2016-04-13 23:56:21.000000000 +0200 ++++ cmake/PluginConfigure.cmake 2016-04-15 16:25:56.000000000 +0200 +@@ -40,11 +40,9 @@ + ADD_DEFINITIONS( "-Wall -Wno-unused-result -g -O0 -fexceptions" ) + ENDIF(PROFILING) + +- IF(NOT APPLE) +- SET(CMAKE_SHARED_LINKER_FLAGS "-Wl,-Bsymbolic") +- ELSE(NOT APPLE) ++ IF(APPLE) + SET(CMAKE_SHARED_LINKER_FLAGS "-Wl -undefined dynamic_lookup") +- ENDIF(NOT APPLE) ++ ENDIF(APPLE) + + ENDIF(NOT MSVC) + diff --git a/geography/opencpn-plugin-weather_routing/Makefile b/geography/opencpn-plugin-weather_routing/Makefile index b137d5cac4d3b..62a257d41be5a 100644 --- a/geography/opencpn-plugin-weather_routing/Makefile +++ b/geography/opencpn-plugin-weather_routing/Makefile @@ -1,18 +1,17 @@ -# $NetBSD: Makefile,v 1.3 2015/09/09 11:07:07 bouyer Exp $ +# $NetBSD: Makefile,v 1.4 2016/03/14 11:07:59 bouyer Exp $ # -VERSION= 20150829 +VERSION= 20160208 DISTNAME= weather_routing_pi-${VERSION} PKGNAME= opencpn-plugin-weather_routing-${VERSION} -#PKGREVISION= 1 CATEGORIES= geography MASTER_SITES= ${MASTER_SITE_GITHUB:=seandepagnier/} GITHUB_PROJECT= weather_routing_pi -GITHUB_TAG= e652536aca24809cd3514c8c903603806b22bb0d +GITHUB_TAG= 509fd720895fcc19fd55bc175305d3a956b0cc8b MAINTAINER= bouyer@NetBSD.org HOMEPAGE= http://opencpn.org/ocpn/weather_routing_plugin -COMMENT= OpenCPN plugin to create optimized weather routes +COMMENT= Concise ChartPlotter/Navigator - developement version LICENSE= gnu-gpl-v2 USE_LANGUAGES= c c++ @@ -28,7 +27,7 @@ CMAKE_MODULE_PATH_OVERRIDE = \ .include "../../devel/cmake/buildlink3.mk" .include "../../x11/gtk2/buildlink3.mk" -.include "../../x11/wxGTK28/buildlink3.mk" +.include "../../x11/wxGTK30/buildlink3.mk" .include "../../graphics/MesaLib/buildlink3.mk" .include "../../graphics/glu/buildlink3.mk" .include "../../textproc/tinyxml/buildlink3.mk" diff --git a/geography/opencpn-plugin-weather_routing/PLIST b/geography/opencpn-plugin-weather_routing/PLIST index 72d47eb691dbc..20b1ee3dd406f 100644 --- a/geography/opencpn-plugin-weather_routing/PLIST +++ b/geography/opencpn-plugin-weather_routing/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2015/09/09 11:07:07 bouyer Exp $ +@comment $NetBSD: PLIST,v 1.3 2016/03/14 11:07:59 bouyer Exp $ lib/opencpn/libweather_routing_pi.so share/locale/ca/LC_MESSAGES/opencpn-weather_routing_pi.mo share/locale/cs/LC_MESSAGES/opencpn-weather_routing_pi.mo diff --git a/geography/opencpn-plugin-weather_routing/distinfo b/geography/opencpn-plugin-weather_routing/distinfo index 25c8121af2dfe..2e21264255016 100644 --- a/geography/opencpn-plugin-weather_routing/distinfo +++ b/geography/opencpn-plugin-weather_routing/distinfo @@ -1,6 +1,7 @@ -$NetBSD: distinfo,v 1.3 2015/11/03 00:08:43 agc Exp $ +$NetBSD: distinfo,v 1.4 2016/03/14 11:07:59 bouyer Exp $ -SHA1 (weather_routing_pi-20150829-e652536aca24809cd3514c8c903603806b22bb0d.tar.gz) = ee3a7a485f9e0f6be60ba7a5d92309b27acea029 -RMD160 (weather_routing_pi-20150829-e652536aca24809cd3514c8c903603806b22bb0d.tar.gz) = f563544b3601b5f325e5c00bb60eff847b52b467 -SHA512 (weather_routing_pi-20150829-e652536aca24809cd3514c8c903603806b22bb0d.tar.gz) = be0a3bd43b00ece9bc1353683c8245cbc800da4ebd3bc624eb6f8771025277b6287705761b653167f9c68c8b6e2761d5aa2bc8f4553df3470e89aed88e005154 -Size (weather_routing_pi-20150829-e652536aca24809cd3514c8c903603806b22bb0d.tar.gz) = 787968 bytes +SHA1 (weather_routing_pi-20160208-509fd720895fcc19fd55bc175305d3a956b0cc8b.tar.gz) = 5fa4e285a8628bf546e7aa674a79eb181594ee4d +RMD160 (weather_routing_pi-20160208-509fd720895fcc19fd55bc175305d3a956b0cc8b.tar.gz) = 484c173e0f85a384ae30d39f98ae429bcff40793 +SHA512 (weather_routing_pi-20160208-509fd720895fcc19fd55bc175305d3a956b0cc8b.tar.gz) = 93bc3147bf532cfc956e78a927f7e22be3f1628591ee0baf4a7df94adba6102947b2c6d2863f8429215522122a92c3dbe3acd4d0c258843bec6a2c0d5ae10a66 +Size (weather_routing_pi-20160208-509fd720895fcc19fd55bc175305d3a956b0cc8b.tar.gz) = 793334 bytes +SHA1 (patch-cmake_PluginConfigure.cmake) = e2873cbba3d776227d72b8538634f687dc04c439 diff --git a/geography/opencpn-plugin-weather_routing/patches/patch-cmake_PluginConfigure.cmake b/geography/opencpn-plugin-weather_routing/patches/patch-cmake_PluginConfigure.cmake new file mode 100644 index 0000000000000..004b0c89aa674 --- /dev/null +++ b/geography/opencpn-plugin-weather_routing/patches/patch-cmake_PluginConfigure.cmake @@ -0,0 +1,19 @@ +$NetBSD: patch-cmake_PluginConfigure.cmake,v 1.1 2016/03/14 11:07:59 bouyer Exp $ +Do not overwrite CMAKE_SHARED_LINKER_FLAGS + +--- cmake/PluginConfigure.cmake.orig 2016-02-10 19:43:27.000000000 +0100 ++++ cmake/PluginConfigure.cmake 2016-02-10 19:43:46.000000000 +0100 +@@ -43,11 +43,9 @@ + ENDIF(DEBUG) + ENDIF(PROFILING) + +- IF(NOT APPLE) +- SET(CMAKE_SHARED_LINKER_FLAGS "-Wl,-Bsymbolic") +- ELSE(NOT APPLE) ++ IF(APPLE) + SET(CMAKE_SHARED_LINKER_FLAGS "-Wl -undefined dynamic_lookup") +- ENDIF(NOT APPLE) ++ ENDIF(APPLE) + + ENDIF(NOT MSVC) + diff --git a/geography/opencpn/Makefile b/geography/opencpn/Makefile index fd0aff15b7ba2..6679655f61638 100644 --- a/geography/opencpn/Makefile +++ b/geography/opencpn/Makefile @@ -1,12 +1,15 @@ -# $NetBSD: Makefile,v 1.4 2015/04/25 14:23:06 tnn Exp $ +# $NetBSD: Makefile,v 1.5 2016/03/14 11:01:06 bouyer Exp $ # -VERSION= 4.0.0 -DISTNAME= OpenCPN-${VERSION}-Source +VERSION= 4.2.0 +#PKGREVISION= 1 +DISTNAME= OpenCPN-${VERSION} PKGNAME= opencpn-${VERSION} -PKGREVISION= 1 CATEGORIES= geography -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=opencpn/${VERSION}/} +MASTER_SITES= ${MASTER_SITE_GITHUB:=OpenCPN/} +GITHUB_PROJECT= OpenCPN +GITHUB_TAG= a555b4988b50f555be052394c184ef26c5ad0e8a +EXTRACT_SUFX= .zip MAINTAINER= bouyer@NetBSD.org HOMEPAGE= http://www.opencpn.org/ @@ -19,12 +22,13 @@ USE_CMAKE= yes CMAKE_ARGS+= -DPREFIX:PATH=${PREFIX} -DPREFIX_PLUGINS:PATH=${PREFIX}/lib/opencpn CMAKE_ARGS+= -DBUNDLE_DOCS=ON -DBUNDLE_GSHHS=CRUDE -DBUNDLE_TCDATA=ON +CMAKE_ARGS+= -DCMAKE_BUILD_TYPE=Debug CMAKE_MODULE_PATH_OVERRIDE = \ - plugins/grib_pi/CMakeLists.txt \ - plugins/demo_pi_sample/src/CMakeLists.txt \ - plugins/demo_pi_sample/CMakeLists.txt \ - plugins/dashboard_pi/CMakeLists.txt \ - plugins/CMakeLists.txt + plugins/chartdldr_pi/CMakeLists.txt \ + plugins/dashboard_pi/CMakeLists.txt \ + plugins/grib_pi/CMakeLists.txt \ + plugins/wmm_pi/CMakeLists.txt \ + plugins/CMakeLists.txt SUBST_CLASSES+= prefix SUBST_STAGE.prefix= pre-configure @@ -40,7 +44,7 @@ LDFLAGS+= ${EXPORT_SYMBOLS_LDFLAGS} .include "../../devel/cmake/buildlink3.mk" .include "../../x11/gtk2/buildlink3.mk" -.include "../../x11/wxGTK28/buildlink3.mk" +.include "../../x11/wxGTK30/buildlink3.mk" .include "../../graphics/MesaLib/buildlink3.mk" .include "../../graphics/glu/buildlink3.mk" .include "../../archivers/bzip2/buildlink3.mk" @@ -48,4 +52,5 @@ LDFLAGS+= ${EXPORT_SYMBOLS_LDFLAGS} .include "../../textproc/tinyxml/buildlink3.mk" .include "../../graphics/hicolor-icon-theme/buildlink3.mk" .include "../../sysutils/desktop-file-utils/desktopdb.mk" +.include "../../www/curl/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/geography/opencpn/PLIST b/geography/opencpn/PLIST index 089b7d6608223..6bc7fc21eccc6 100644 --- a/geography/opencpn/PLIST +++ b/geography/opencpn/PLIST @@ -1,218 +1,271 @@ -@comment $NetBSD: PLIST,v 1.2 2015/01/22 12:34:15 bouyer Exp $ +@comment $NetBSD: PLIST,v 1.3 2016/03/14 11:01:06 bouyer Exp $ bin/opencpn +lib/opencpn/libchartdldr_pi.so lib/opencpn/libdashboard_pi.so lib/opencpn/libgrib_pi.so +lib/opencpn/libwmm_pi.so share/applications/opencpn.desktop share/doc/opencpn/changelog.Debian.gz share/doc/opencpn/copyright share/icons/hicolor/48x48/apps/opencpn.png share/icons/hicolor/scalable/apps/opencpn.svg +share/locale/ca/LC_MESSAGES/opencpn-chartdldr_pi.mo +share/locale/ca/LC_MESSAGES/opencpn-dashboard_pi.mo +share/locale/ca/LC_MESSAGES/opencpn-grib_pi.mo +share/locale/ca/LC_MESSAGES/opencpn-wmm_pi.mo share/locale/ca_ES/LC_MESSAGES/opencpn.mo +share/locale/cs/LC_MESSAGES/opencpn-chartdldr_pi.mo share/locale/cs/LC_MESSAGES/opencpn-dashboard_pi.mo share/locale/cs/LC_MESSAGES/opencpn-grib_pi.mo +share/locale/cs/LC_MESSAGES/opencpn-wmm_pi.mo share/locale/cs/LC_MESSAGES/opencpn.mo +share/locale/da/LC_MESSAGES/opencpn-chartdldr_pi.mo share/locale/da/LC_MESSAGES/opencpn-dashboard_pi.mo share/locale/da/LC_MESSAGES/opencpn-grib_pi.mo +share/locale/da/LC_MESSAGES/opencpn-wmm_pi.mo share/locale/da/LC_MESSAGES/opencpn.mo +share/locale/de/LC_MESSAGES/opencpn-chartdldr_pi.mo share/locale/de/LC_MESSAGES/opencpn-dashboard_pi.mo share/locale/de/LC_MESSAGES/opencpn-grib_pi.mo +share/locale/de/LC_MESSAGES/opencpn-wmm_pi.mo share/locale/de/LC_MESSAGES/opencpn.mo +share/locale/el/LC_MESSAGES/opencpn-chartdldr_pi.mo +share/locale/el/LC_MESSAGES/opencpn-dashboard_pi.mo +share/locale/el/LC_MESSAGES/opencpn-grib_pi.mo +share/locale/el/LC_MESSAGES/opencpn-wmm_pi.mo share/locale/el_GR/LC_MESSAGES/opencpn-dashboard_pi.mo share/locale/el_GR/LC_MESSAGES/opencpn-grib_pi.mo share/locale/el_GR/LC_MESSAGES/opencpn.mo +share/locale/es/LC_MESSAGES/opencpn-chartdldr_pi.mo share/locale/es/LC_MESSAGES/opencpn-dashboard_pi.mo share/locale/es/LC_MESSAGES/opencpn-grib_pi.mo +share/locale/es/LC_MESSAGES/opencpn-wmm_pi.mo share/locale/es/LC_MESSAGES/opencpn.mo +share/locale/et/LC_MESSAGES/opencpn-chartdldr_pi.mo share/locale/et/LC_MESSAGES/opencpn-dashboard_pi.mo share/locale/et/LC_MESSAGES/opencpn-grib_pi.mo +share/locale/et/LC_MESSAGES/opencpn-wmm_pi.mo share/locale/et/LC_MESSAGES/opencpn.mo +share/locale/fi/LC_MESSAGES/opencpn-chartdldr_pi.mo +share/locale/fi/LC_MESSAGES/opencpn-dashboard_pi.mo +share/locale/fi/LC_MESSAGES/opencpn-grib_pi.mo +share/locale/fi/LC_MESSAGES/opencpn-wmm_pi.mo share/locale/fi_FI/LC_MESSAGES/opencpn-dashboard_pi.mo share/locale/fi_FI/LC_MESSAGES/opencpn-grib_pi.mo share/locale/fi_FI/LC_MESSAGES/opencpn.mo +share/locale/fr/LC_MESSAGES/opencpn-chartdldr_pi.mo share/locale/fr/LC_MESSAGES/opencpn-dashboard_pi.mo share/locale/fr/LC_MESSAGES/opencpn-grib_pi.mo +share/locale/fr/LC_MESSAGES/opencpn-wmm_pi.mo share/locale/fr/LC_MESSAGES/opencpn.mo +share/locale/gl/LC_MESSAGES/opencpn-chartdldr_pi.mo +share/locale/gl/LC_MESSAGES/opencpn-dashboard_pi.mo +share/locale/gl/LC_MESSAGES/opencpn-grib_pi.mo +share/locale/gl/LC_MESSAGES/opencpn-wmm_pi.mo share/locale/gl_ES/LC_MESSAGES/opencpn.mo +share/locale/hu/LC_MESSAGES/opencpn-chartdldr_pi.mo +share/locale/hu/LC_MESSAGES/opencpn-dashboard_pi.mo share/locale/hu/LC_MESSAGES/opencpn-grib_pi.mo +share/locale/hu/LC_MESSAGES/opencpn-wmm_pi.mo share/locale/hu_HU/LC_MESSAGES/opencpn-dashboard_pi.mo share/locale/hu_HU/LC_MESSAGES/opencpn.mo +share/locale/it/LC_MESSAGES/opencpn-chartdldr_pi.mo share/locale/it/LC_MESSAGES/opencpn-dashboard_pi.mo share/locale/it/LC_MESSAGES/opencpn-grib_pi.mo +share/locale/it/LC_MESSAGES/opencpn-wmm_pi.mo share/locale/it/LC_MESSAGES/opencpn.mo +share/locale/ja/LC_MESSAGES/opencpn-chartdldr_pi.mo +share/locale/ja/LC_MESSAGES/opencpn-dashboard_pi.mo +share/locale/ja/LC_MESSAGES/opencpn-grib_pi.mo +share/locale/ja/LC_MESSAGES/opencpn-wmm_pi.mo +share/locale/nb/LC_MESSAGES/opencpn-chartdldr_pi.mo +share/locale/nb/LC_MESSAGES/opencpn-dashboard_pi.mo +share/locale/nb/LC_MESSAGES/opencpn-grib_pi.mo +share/locale/nb/LC_MESSAGES/opencpn-wmm_pi.mo share/locale/nb_NO/LC_MESSAGES/opencpn-dashboard_pi.mo share/locale/nb_NO/LC_MESSAGES/opencpn-grib_pi.mo share/locale/nb_NO/LC_MESSAGES/opencpn.mo +share/locale/nl/LC_MESSAGES/opencpn-chartdldr_pi.mo share/locale/nl/LC_MESSAGES/opencpn-dashboard_pi.mo share/locale/nl/LC_MESSAGES/opencpn-grib_pi.mo +share/locale/nl/LC_MESSAGES/opencpn-wmm_pi.mo share/locale/nl/LC_MESSAGES/opencpn.mo +share/locale/pl/LC_MESSAGES/opencpn-chartdldr_pi.mo share/locale/pl/LC_MESSAGES/opencpn-dashboard_pi.mo share/locale/pl/LC_MESSAGES/opencpn-grib_pi.mo +share/locale/pl/LC_MESSAGES/opencpn-wmm_pi.mo share/locale/pl/LC_MESSAGES/opencpn.mo share/locale/pl_PL/LC_MESSAGES/opencpn-dashboard_pi.mo share/locale/pl_PL/LC_MESSAGES/opencpn-grib_pi.mo +share/locale/pt/LC_MESSAGES/opencpn-chartdldr_pi.mo +share/locale/pt/LC_MESSAGES/opencpn-dashboard_pi.mo +share/locale/pt/LC_MESSAGES/opencpn-grib_pi.mo +share/locale/pt/LC_MESSAGES/opencpn-wmm_pi.mo share/locale/pt_BR/LC_MESSAGES/opencpn-dashboard_pi.mo share/locale/pt_BR/LC_MESSAGES/opencpn-grib_pi.mo share/locale/pt_BR/LC_MESSAGES/opencpn.mo share/locale/pt_PT/LC_MESSAGES/opencpn-dashboard_pi.mo share/locale/pt_PT/LC_MESSAGES/opencpn-grib_pi.mo share/locale/pt_PT/LC_MESSAGES/opencpn.mo +share/locale/ru/LC_MESSAGES/opencpn-chartdldr_pi.mo share/locale/ru/LC_MESSAGES/opencpn-dashboard_pi.mo share/locale/ru/LC_MESSAGES/opencpn-grib_pi.mo +share/locale/ru/LC_MESSAGES/opencpn-wmm_pi.mo share/locale/ru/LC_MESSAGES/opencpn.mo +share/locale/sv/LC_MESSAGES/opencpn-chartdldr_pi.mo share/locale/sv/LC_MESSAGES/opencpn-dashboard_pi.mo share/locale/sv/LC_MESSAGES/opencpn-grib_pi.mo +share/locale/sv/LC_MESSAGES/opencpn-wmm_pi.mo share/locale/sv/LC_MESSAGES/opencpn.mo +share/locale/tr/LC_MESSAGES/opencpn-chartdldr_pi.mo +share/locale/tr/LC_MESSAGES/opencpn-dashboard_pi.mo +share/locale/tr/LC_MESSAGES/opencpn-grib_pi.mo +share/locale/tr/LC_MESSAGES/opencpn-wmm_pi.mo share/locale/tr_TR/LC_MESSAGES/opencpn-dashboard_pi.mo share/locale/tr_TR/LC_MESSAGES/opencpn-grib_pi.mo share/locale/tr_TR/LC_MESSAGES/opencpn.mo +share/locale/vi/LC_MESSAGES/opencpn-chartdldr_pi.mo +share/locale/vi/LC_MESSAGES/opencpn-dashboard_pi.mo +share/locale/vi/LC_MESSAGES/opencpn-grib_pi.mo +share/locale/zh/LC_MESSAGES/opencpn-chartdldr_pi.mo +share/locale/zh/LC_MESSAGES/opencpn-dashboard_pi.mo +share/locale/zh/LC_MESSAGES/opencpn-grib_pi.mo +share/locale/zh/LC_MESSAGES/opencpn-wmm_pi.mo share/locale/zh_TW/LC_MESSAGES/opencpn-dashboard_pi.mo share/locale/zh_TW/LC_MESSAGES/opencpn-grib_pi.mo share/locale/zh_TW/LC_MESSAGES/opencpn.mo share/opencpn/doc/help_en_US.html share/opencpn/doc/help_web.html -share/opencpn/doc/images/0.png -share/opencpn/doc/images/10_1mile.png -share/opencpn/doc/images/1_2.png -share/opencpn/doc/images/2.png -share/opencpn/doc/images/2624.png -share/opencpn/doc/images/3.png +share/opencpn/doc/images/0.jpg +share/opencpn/doc/images/02.jpg +share/opencpn/doc/images/03-Chart-Downloader-Tab-First-Time.jpg +share/opencpn/doc/images/08-AfterDownloading.jpg +share/opencpn/doc/images/1.jpg +share/opencpn/doc/images/10_1mile.jpg +share/opencpn/doc/images/15-Chart-Status-Selection.jpg +share/opencpn/doc/images/16-Show-Local-Files.jpg +share/opencpn/doc/images/17preferences.jpg +share/opencpn/doc/images/1AU-Add-Edit-Custom-Chart-Source.jpg +share/opencpn/doc/images/1AUAddNewChartSource-Predefined201.jpg +share/opencpn/doc/images/1AUpreferences.jpg +share/opencpn/doc/images/1Charts.jpg +share/opencpn/doc/images/1PleaseUpdate.jpg +share/opencpn/doc/images/1_2.jpg +share/opencpn/doc/images/1ancorIcon.jpg +share/opencpn/doc/images/1sliders.jpg +share/opencpn/doc/images/2.jpg +share/opencpn/doc/images/3.jpg share/opencpn/doc/images/33AISlist2.jpg -share/opencpn/doc/images/33AISlist2.png -share/opencpn/doc/images/33Accuracy_10K.png -share/opencpn/doc/images/33Accuracy_12m.png -share/opencpn/doc/images/33Accuracy_info.png -share/opencpn/doc/images/33Accuracy_info2.png -share/opencpn/doc/images/33Aton2.png -share/opencpn/doc/images/33AtonOnPos.png -share/opencpn/doc/images/33Blacklist.png -share/opencpn/doc/images/33Dash-App.png -share/opencpn/doc/images/33GFS16.png -share/opencpn/doc/images/33GribInterpolation.png -share/opencpn/doc/images/33GribOverlayColors.png -share/opencpn/doc/images/33GribPreference2.png -share/opencpn/doc/images/33GribUnits.png +share/opencpn/doc/images/33Accuracy_10K.jpg +share/opencpn/doc/images/33Accuracy_12m.jpg +share/opencpn/doc/images/33Accuracy_info.jpg +share/opencpn/doc/images/33Accuracy_info2.jpg +share/opencpn/doc/images/33Aton2.jpg +share/opencpn/doc/images/33AtonOnPos.jpg +share/opencpn/doc/images/33Blacklist.jpg +share/opencpn/doc/images/33Dash-App.jpg +share/opencpn/doc/images/33GFS16.jpg +share/opencpn/doc/images/33GribInterpolation.jpg +share/opencpn/doc/images/33GribOverlayColors.jpg +share/opencpn/doc/images/33GribPreference2.jpg +share/opencpn/doc/images/33GribUnits.jpg share/opencpn/doc/images/33Gribmail1.jpg share/opencpn/doc/images/33Gribmail10.jpg -share/opencpn/doc/images/33Gribmail10.png share/opencpn/doc/images/33Gribmail2.jpg -share/opencpn/doc/images/33Gribmail2.png share/opencpn/doc/images/33Gribmail3.jpg -share/opencpn/doc/images/33Gribmail3.png share/opencpn/doc/images/33Gribmail4.jpg -share/opencpn/doc/images/33Gribmail4.png share/opencpn/doc/images/33Gribmail5.jpg -share/opencpn/doc/images/33Gribmail5.png share/opencpn/doc/images/33Gribmail6.jpg -share/opencpn/doc/images/33Gribmail6.png share/opencpn/doc/images/33Gribmail7.jpg -share/opencpn/doc/images/33Gribmail7.png share/opencpn/doc/images/33Gribmail8.jpg -share/opencpn/doc/images/33Gribmail8.png share/opencpn/doc/images/33Gribmail9.jpg -share/opencpn/doc/images/33Gribmail9.png -share/opencpn/doc/images/33HideTrack.png -share/opencpn/doc/images/33OptionsConnections.png -share/opencpn/doc/images/33VAton2.png -share/opencpn/doc/images/33WxTable.png -share/opencpn/doc/images/33WxTable_1.png -share/opencpn/doc/images/33YellowOwnShip.png -share/opencpn/doc/images/33_S57_info.png -share/opencpn/doc/images/33ais-showname.png -share/opencpn/doc/images/33ereqZy2.png -share/opencpn/doc/images/33gribcurrent.png -share/opencpn/doc/images/33jmantoolbar.png -share/opencpn/doc/images/33speed12.png -share/opencpn/doc/images/33speed50.png -share/opencpn/doc/images/33tradtoolbar.png -share/opencpn/doc/images/33vec.png -share/opencpn/doc/images/33vofpos.png -share/opencpn/doc/images/3jmanflattoolbar.png -share/opencpn/doc/images/4-S63-1.png -share/opencpn/doc/images/4-S63.png -share/opencpn/doc/images/4.png -share/opencpn/doc/images/48px-Under_construction_icon-blue.png -share/opencpn/doc/images/4Chartgroups2.png -share/opencpn/doc/images/4DefaultMark.png -share/opencpn/doc/images/4GL-expert.png -share/opencpn/doc/images/4GribAreaSelection.png -share/opencpn/doc/images/4GribControledColours.png -share/opencpn/doc/images/4GribCurrent_0.png -share/opencpn/doc/images/4GribDisplayChoices.png -share/opencpn/doc/images/4GribGraph-Selection.png -share/opencpn/doc/images/4GribRequest.png -share/opencpn/doc/images/4GribSettings.png -share/opencpn/doc/images/4GribSettingsATemp.png -share/opencpn/doc/images/4GribSettingsCAPE.png -share/opencpn/doc/images/4GribSettingsGusts.png -share/opencpn/doc/images/4GribSettingsPressure.png -share/opencpn/doc/images/4GribSettingsWaves.png -share/opencpn/doc/images/4GribWind.png -share/opencpn/doc/images/4MMSI-prop.png -share/opencpn/doc/images/4MOB1.png -share/opencpn/doc/images/4MOB3.png +share/opencpn/doc/images/33HideTrack.jpg +share/opencpn/doc/images/33VAton2.jpg +share/opencpn/doc/images/33WxTable.jpg +share/opencpn/doc/images/33WxTable_1.jpg +share/opencpn/doc/images/33YellowOwnShip.jpg +share/opencpn/doc/images/33_S57_info.jpg +share/opencpn/doc/images/33ais-showname.jpg +share/opencpn/doc/images/33gribcurrent.jpg +share/opencpn/doc/images/33jmantoolbar.jpg +share/opencpn/doc/images/33speed12.jpg +share/opencpn/doc/images/33speed50.jpg +share/opencpn/doc/images/33tradtoolbar.jpg +share/opencpn/doc/images/33vec.jpg +share/opencpn/doc/images/33vofpos.jpg +share/opencpn/doc/images/3jmanflattoolbar.jpg +share/opencpn/doc/images/4-S63-1.jpg +share/opencpn/doc/images/4-S63.jpg +share/opencpn/doc/images/4.jpg +share/opencpn/doc/images/420OptionConnections.jpg +share/opencpn/doc/images/421OptionConnections.jpg +share/opencpn/doc/images/42AddSerialConnection.jpg +share/opencpn/doc/images/48px-Under_construction_icon-blue.jpg +share/opencpn/doc/images/4Chartgroups2.jpg +share/opencpn/doc/images/4GL-expert.jpg +share/opencpn/doc/images/4GribAreaSelection.jpg +share/opencpn/doc/images/4GribControledColours.jpg +share/opencpn/doc/images/4GribCurrent_0.jpg +share/opencpn/doc/images/4GribDisplayChoices.jpg +share/opencpn/doc/images/4GribGraph-Selection.jpg +share/opencpn/doc/images/4MMSI-prop.jpg +share/opencpn/doc/images/4MOB1.jpg +share/opencpn/doc/images/4MOB3.jpg share/opencpn/doc/images/4MOB4.jpg -share/opencpn/doc/images/4MOB4.png -share/opencpn/doc/images/4MOB6.png -share/opencpn/doc/images/4Objq.png -share/opencpn/doc/images/4OptChartTide.png -share/opencpn/doc/images/4Options-Connections.jpg -share/opencpn/doc/images/4Options-Connections.png -share/opencpn/doc/images/4OptionsDisplayAdvanced2.png -share/opencpn/doc/images/4OptionsOwnShipAddMMSI_1.png -share/opencpn/doc/images/4OptionsUserInterface2.png -share/opencpn/doc/images/4PlugIns.png -share/opencpn/doc/images/4RNG.png -share/opencpn/doc/images/4RealScaleBitmap.png -share/opencpn/doc/images/4RightClRoute.png -share/opencpn/doc/images/4RightclickLayerTrack.png -share/opencpn/doc/images/4RightclickTrack.png -share/opencpn/doc/images/4SendtoGPS.png -share/opencpn/doc/images/4ShowRadarRings.png -share/opencpn/doc/images/4Start-Charts.png -share/opencpn/doc/images/4Start-Charts1.png -share/opencpn/doc/images/4Start-Charts2.png -share/opencpn/doc/images/4Start-Charts3.png -share/opencpn/doc/images/4Start-Charts4.png -share/opencpn/doc/images/4Target-Query1.png -share/opencpn/doc/images/4Target-Query2.png -share/opencpn/doc/images/4Target-Real-Size.png -share/opencpn/doc/images/4TrackProperties.png -share/opencpn/doc/images/4TracksTab.png +share/opencpn/doc/images/4MOB6.jpg +share/opencpn/doc/images/4Objq.jpg +share/opencpn/doc/images/4OptChartTide.jpg +share/opencpn/doc/images/4PlugIns.jpg +share/opencpn/doc/images/4RNG.jpg +share/opencpn/doc/images/4RealScaleBitmap.jpg +share/opencpn/doc/images/4RightClRoute.jpg +share/opencpn/doc/images/4RightclickLayerTrack.jpg +share/opencpn/doc/images/4RightclickTrack.jpg +share/opencpn/doc/images/4SendtoGPS.jpg +share/opencpn/doc/images/4ShowRadarRings.jpg +share/opencpn/doc/images/4Start-Charts.jpg +share/opencpn/doc/images/4Start-Charts1.jpg +share/opencpn/doc/images/4Start-Charts2.jpg +share/opencpn/doc/images/4Start-Charts3.jpg +share/opencpn/doc/images/4Start-Charts4.jpg +share/opencpn/doc/images/4Target-Query1.jpg +share/opencpn/doc/images/4Target-Query2.jpg +share/opencpn/doc/images/4Target-Real-Size.jpg +share/opencpn/doc/images/4TrackProperties.jpg +share/opencpn/doc/images/4TracksTab.jpg share/opencpn/doc/images/4VectorChartsDisplay.jpg -share/opencpn/doc/images/4fps.png -share/opencpn/doc/images/4gribControl.png -share/opencpn/doc/images/5.png -share/opencpn/doc/images/500mb.png -share/opencpn/doc/images/5GL-non-expert.png -share/opencpn/doc/images/6.png -share/opencpn/doc/images/7.png -share/opencpn/doc/images/8.png -share/opencpn/doc/images/9.png -share/opencpn/doc/images/About32.png -share/opencpn/doc/images/Anch2.png -share/opencpn/doc/images/Anch3.png -share/opencpn/doc/images/Anch4.png -share/opencpn/doc/images/Anch5.png -share/opencpn/doc/images/Anch6.png -share/opencpn/doc/images/Anch8.png -share/opencpn/doc/images/Anch9.png +share/opencpn/doc/images/4fps.jpg +share/opencpn/doc/images/4gribControl.jpg +share/opencpn/doc/images/5.jpg +share/opencpn/doc/images/500mb.jpg +share/opencpn/doc/images/5GL-non-expert.jpg +share/opencpn/doc/images/6.jpg +share/opencpn/doc/images/7.jpg +share/opencpn/doc/images/8.jpg +share/opencpn/doc/images/9.jpg +share/opencpn/doc/images/Activation_NVC-Charts.jpg +share/opencpn/doc/images/Anch2.jpg +share/opencpn/doc/images/Anch3.jpg +share/opencpn/doc/images/Anch4.jpg +share/opencpn/doc/images/Anch5.jpg +share/opencpn/doc/images/Anch6.jpg +share/opencpn/doc/images/Anch8.jpg +share/opencpn/doc/images/Anch9.jpg +share/opencpn/doc/images/AtoN_all.jpg share/opencpn/doc/images/BGchart.jpg share/opencpn/doc/images/CCC-Castine-Climatology-Config-Standard-Current.jpg share/opencpn/doc/images/CCC-Castine-Climatology-Config-Standard-SeaLevelPressure.jpg share/opencpn/doc/images/CCC-Castine-Climatology-Config-Standard-SeaSurfaceTemperatur.jpg share/opencpn/doc/images/CCC-Castine-Climatology-Config-Standard-Wind.jpg share/opencpn/doc/images/CCC-Castine-Climatology-Config-Wind.jpg -share/opencpn/doc/images/CCC-Castine-Grib.png +share/opencpn/doc/images/CCC-Castine-Grib.jpg share/opencpn/doc/images/CCC-Castine-Wx-Rte-1d-23h.jpg share/opencpn/doc/images/CM-top.jpg share/opencpn/doc/images/ChartGroups321.jpg share/opencpn/doc/images/ChartGroups322.jpg -share/opencpn/doc/images/ChartGroups322.png -share/opencpn/doc/images/Chartbar32.png -share/opencpn/doc/images/Chartbar322.png -share/opencpn/doc/images/ClassicShell_zpsbfed952c.png +share/opencpn/doc/images/Chartbar32.jpg +share/opencpn/doc/images/ClassicShell_zpsbfed952c.jpg share/opencpn/doc/images/Climatology-Clouds-in-July.jpg -share/opencpn/doc/images/Climatology-Current-Dec.png share/opencpn/doc/images/Climatology-Cyclones-Dec.jpg share/opencpn/doc/images/Climatology-Precipitation-in-July.jpg share/opencpn/doc/images/Climatology-Pressure-Dec.jpg @@ -220,127 +273,279 @@ share/opencpn/doc/images/Climatology-RelativeHumidity-in-July.jpg share/opencpn/doc/images/Climatology-SeaDepth.jpg share/opencpn/doc/images/Climatology-SeaLevelPressure-in-July.jpg share/opencpn/doc/images/Climatology-SeaLevelTemperature-in-July.jpg -share/opencpn/doc/images/Climatology-Wind-Dec.png +share/opencpn/doc/images/Climatology-Wind-Dec.jpg share/opencpn/doc/images/ClimatologyCycloneConfig.jpg -share/opencpn/doc/images/Con-net2.png -share/opencpn/doc/images/Connections.png -share/opencpn/doc/images/Dash24.png -share/opencpn/doc/images/Dashprop322.png +share/opencpn/doc/images/Connections-Output-Filter-Sentence.jpg +share/opencpn/doc/images/Connections.jpg +share/opencpn/doc/images/Dashprop322.jpg share/opencpn/doc/images/Debug_win.jpg +share/opencpn/doc/images/Des-activation_NVC-Charts.jpg share/opencpn/doc/images/DeviceManager-1.jpg -share/opencpn/doc/images/DeviceManager_zpsb0197e16.png +share/opencpn/doc/images/DeviceManager_zpsb0197e16.jpg +share/opencpn/doc/images/Diagram-0-sm.jpg +share/opencpn/doc/images/Diagram-1-sm.jpg +share/opencpn/doc/images/Diagram-2-sm.jpg +share/opencpn/doc/images/Diagram-3-sm.jpg +share/opencpn/doc/images/Diagram-4-sm.jpg +share/opencpn/doc/images/Draw-Toolbar.jpg +share/opencpn/doc/images/Draw_Manager_and_Draw_Toolbar_Icons.jpg +share/opencpn/doc/images/Ecran_affichage_1.jpg +share/opencpn/doc/images/Ecran_affichage_2.jpg +share/opencpn/doc/images/Ecran_affichage_3.jpg +share/opencpn/doc/images/Ecran_affichage_4.jpg +share/opencpn/doc/images/FI-Setup.jpg +share/opencpn/doc/images/Find-Logbook.jpg share/opencpn/doc/images/Four-Circles-of-Position.jpg share/opencpn/doc/images/Four-Sights-Entered.jpg -share/opencpn/doc/images/GD_NGA24390.png -share/opencpn/doc/images/GeolocationTCP_zps5cb554ea.png -share/opencpn/doc/images/MOB-choice.png +share/opencpn/doc/images/GD_NGA24390.jpg +share/opencpn/doc/images/GeolocationTCP_zps5cb554ea.jpg +share/opencpn/doc/images/Girb-Hide-Data.jpg +share/opencpn/doc/images/Grib-Menu-2.jpg +share/opencpn/doc/images/Grib-Settings-Bottom-Slider.jpg +share/opencpn/doc/images/Grib-Settings-Data-Air-Temperature.jpg +share/opencpn/doc/images/Grib-Settings-Data-CAPE.jpg +share/opencpn/doc/images/Grib-Settings-Data-Pressure.jpg +share/opencpn/doc/images/Grib-Settings-Data-Waves-Data.jpg +share/opencpn/doc/images/Grib-Settings-Data-Waves-Gui.jpg +share/opencpn/doc/images/Grib-Settings-Data-Waves-Playback.jpg +share/opencpn/doc/images/Grib-Settings-Data-Wind-Gust.jpg +share/opencpn/doc/images/Grib-Settings-Data-Wind.jpg +share/opencpn/doc/images/Grib-Settings-Message-Saildocs.jpg +share/opencpn/doc/images/Grib-Settings-Message-Zygrib.jpg +share/opencpn/doc/images/Help-About.jpg +share/opencpn/doc/images/IEC_AIS_AtoN_sym-Real.jpg +share/opencpn/doc/images/IEC_AIS_AtoN_sym-Virtual.jpg +share/opencpn/doc/images/IMGP0105.jpg +share/opencpn/doc/images/IMGP0107.jpg +share/opencpn/doc/images/Icon-Enc-Text-On.jpg +share/opencpn/doc/images/Installationnvc_pi_2.jpg +share/opencpn/doc/images/Installationnvc_pi_3.jpg +share/opencpn/doc/images/Installationnvc_pi_4.jpg +share/opencpn/doc/images/Installationvc_pi_1.jpg +share/opencpn/doc/images/Locations.jpg +share/opencpn/doc/images/MMSI_Prop_List1.jpg +share/opencpn/doc/images/MOB-choice.jpg share/opencpn/doc/images/MagnifierZoomB.jpg -share/opencpn/doc/images/Menu-Tools.png -share/opencpn/doc/images/MenuBar.png -share/opencpn/doc/images/MenuBar3.png -share/opencpn/doc/images/MenuBar5.png -share/opencpn/doc/images/MenuBarView.png -share/opencpn/doc/images/MenuNavigateExit.png -share/opencpn/doc/images/Mob2.png +share/opencpn/doc/images/MenuBar.jpg +share/opencpn/doc/images/Menubar-AIS.jpg +share/opencpn/doc/images/Menubar-Help.jpg +share/opencpn/doc/images/Menubar-Navigation.jpg +share/opencpn/doc/images/Menubar-Tools.jpg +share/opencpn/doc/images/Menubar-View.jpg +share/opencpn/doc/images/Menubar-toolbar-chart.jpg +share/opencpn/doc/images/NV_Verlag_web_site.jpg share/opencpn/doc/images/Nassau_to_Newport_May.jpg -share/opencpn/doc/images/Nr9.png -share/opencpn/doc/images/OZ.png -share/opencpn/doc/images/OZ1.png +share/opencpn/doc/images/Nr9.jpg +share/opencpn/doc/images/OCPN-BSB4-DLL-Enable.jpg +share/opencpn/doc/images/OCPN-BSB4-Install.jpg +share/opencpn/doc/images/OCPN-OptionsMenu.jpg +share/opencpn/doc/images/OD-Preferences-About.jpg +share/opencpn/doc/images/OD-Preferences-Boundary-Point.jpg +share/opencpn/doc/images/OD-Preferences-Boundary.jpg +share/opencpn/doc/images/OD-Preferences-DR-Point.jpg +share/opencpn/doc/images/OD-Preferences-DR.jpg +share/opencpn/doc/images/OD-Preferences-EBL.jpg +share/opencpn/doc/images/OD-Preferences-Path.jpg +share/opencpn/doc/images/OD-Preferences-Text-Point.jpg +share/opencpn/doc/images/OD-Preferences-dialog.jpg +share/opencpn/doc/images/OD-objects.jpg +share/opencpn/doc/images/OZ.jpg +share/opencpn/doc/images/OZ1.jpg share/opencpn/doc/images/OZ2-INT702.jpg -share/opencpn/doc/images/OZ2-INT702.png -share/opencpn/doc/images/Options-Charts-ChartFiles.png -share/opencpn/doc/images/Options-Charts-ChartGroups.png -share/opencpn/doc/images/Options-Charts-Tides.png -share/opencpn/doc/images/Options-Charts-VectorChartDisplay.png -share/opencpn/doc/images/Options-Connections-Network_0.png -share/opencpn/doc/images/Options-Connections-Serial_0.png -share/opencpn/doc/images/Options-Connections_zps80f51d7f.png -share/opencpn/doc/images/Options-Display-General.png -share/opencpn/doc/images/Options-Display-Units.png -share/opencpn/doc/images/Options-Plugins-32.png -share/opencpn/doc/images/Options-Plugins.png -share/opencpn/doc/images/Options-Ships-AisTargets.jpg -share/opencpn/doc/images/Options-Ships-OwnShip-Routes.png -share/opencpn/doc/images/Options-Ships-OwnShip.png -share/opencpn/doc/images/Options-UserInterface_zpsfc3672fb.png +share/opencpn/doc/images/Options-Chart-Buttons-ENC.jpg +share/opencpn/doc/images/Options-Chart-Buttons-RNC-Icon.jpg +share/opencpn/doc/images/Options-Charts-Icon.jpg +share/opencpn/doc/images/Options-Connection-Icon.jpg +share/opencpn/doc/images/Options-Connections-Network_0.jpg +share/opencpn/doc/images/Options-Connections_zps80f51d7f.jpg +share/opencpn/doc/images/Options-GPS-Orient-Icon.jpg +share/opencpn/doc/images/Options-Plugins-Icon.jpg +share/opencpn/doc/images/Options-Plugins.jpg +share/opencpn/doc/images/Options-Ships-OwnShip-Routes.jpg +share/opencpn/doc/images/Options-UserInterface_zpsfc3672fb.jpg share/opencpn/doc/images/ParticleMap.jpg +share/opencpn/doc/images/Polar-Pi-eliminate-zeros.jpg share/opencpn/doc/images/Prolific.jpg +share/opencpn/doc/images/Provisions.jpg share/opencpn/doc/images/Puerto_Morelos1.jpg -share/opencpn/doc/images/Puerto_Morelos2.png +share/opencpn/doc/images/Puerto_Morelos2.jpg share/opencpn/doc/images/Quilt1.jpg share/opencpn/doc/images/Quilt2.jpg -share/opencpn/doc/images/Quilt2.png share/opencpn/doc/images/Quilt3.jpg -share/opencpn/doc/images/Quilt3.png share/opencpn/doc/images/Quilt4.jpg -share/opencpn/doc/images/Quilt4.png -share/opencpn/doc/images/Reduce-Data.png -share/opencpn/doc/images/Reduce-Data1.png +share/opencpn/doc/images/Reduce-Data.jpg +share/opencpn/doc/images/Reduce-Data1.jpg +share/opencpn/doc/images/Right-Click-ENC-quilting.jpg +share/opencpn/doc/images/Right-Click-ENC-single-chart.jpg +share/opencpn/doc/images/Right-Click-RNC-quilting.jpg +share/opencpn/doc/images/Right-Click-RNC-single-chart.jpg share/opencpn/doc/images/Route-Properties.jpg -share/opencpn/doc/images/Route-Properties1.png -share/opencpn/doc/images/Route-Properties2.png +share/opencpn/doc/images/Route-Properties1.jpg +share/opencpn/doc/images/Route-Properties2.jpg share/opencpn/doc/images/Route-rollover.jpg -share/opencpn/doc/images/Route-rollover.png -share/opencpn/doc/images/Route21.png -share/opencpn/doc/images/Route23.png +share/opencpn/doc/images/Route21.jpg share/opencpn/doc/images/Routing1.jpg -share/opencpn/doc/images/Routing2.png -share/opencpn/doc/images/Routing3.png -share/opencpn/doc/images/Routing5.png -share/opencpn/doc/images/Routing7.png -share/opencpn/doc/images/Routing8.png -share/opencpn/doc/images/S63-3.png -share/opencpn/doc/images/S63message.png -share/opencpn/doc/images/S64usp.png -share/opencpn/doc/images/S65inst.png -share/opencpn/doc/images/SART1.png -share/opencpn/doc/images/SART3.png -share/opencpn/doc/images/SART4.png -share/opencpn/doc/images/SART5.png -share/opencpn/doc/images/SARTalarm.png -share/opencpn/doc/images/Sight-1-Degrees-Minutes-Uncertainty.png -share/opencpn/doc/images/Sight-2-Date-Time-Certainty-Shift.png -share/opencpn/doc/images/Sight-3-Configuration.png -share/opencpn/doc/images/Sight-4-Parameters.png -share/opencpn/doc/images/Sight-5-Calculations.png +share/opencpn/doc/images/Routing2.jpg +share/opencpn/doc/images/Routing3.jpg +share/opencpn/doc/images/Routing5.jpg +share/opencpn/doc/images/Routing7.jpg +share/opencpn/doc/images/Routing8.jpg +share/opencpn/doc/images/S-63-keys-permits.png +share/opencpn/doc/images/S-WDpi-01-Husky.jpg +share/opencpn/doc/images/S-WDpi-02.jpg +share/opencpn/doc/images/S-WDpi-03.jpg +share/opencpn/doc/images/S-WDpi-04.jpg +share/opencpn/doc/images/S-WDpi-04aa.jpg +share/opencpn/doc/images/S-WDpi-04b.jpg +share/opencpn/doc/images/S-WDpi-05.jpg +share/opencpn/doc/images/S-WDpi-06.jpg +share/opencpn/doc/images/S-WDpi-07.jpg +share/opencpn/doc/images/S-WDpi-08_0.jpg +share/opencpn/doc/images/S-WDpi-09.jpg +share/opencpn/doc/images/S-WDpi-10.jpg +share/opencpn/doc/images/S-WDpi-11.jpg +share/opencpn/doc/images/S-WDpi-12.jpg +share/opencpn/doc/images/S-WDpi-13_0.jpg +share/opencpn/doc/images/S-WDpi-14.jpg +share/opencpn/doc/images/S-WDpi-15.jpg +share/opencpn/doc/images/S-WDpi-16.jpg +share/opencpn/doc/images/S-WDpi-17.jpg +share/opencpn/doc/images/S-WDpi-18.jpg +share/opencpn/doc/images/S-WDpi-19.jpg +share/opencpn/doc/images/S-WDpi-20.jpg +share/opencpn/doc/images/S-WDpi-21_0.jpg +share/opencpn/doc/images/S-WDpi-22.jpg +share/opencpn/doc/images/S-WDpi-23.jpg +share/opencpn/doc/images/S-WDpi-24.jpg +share/opencpn/doc/images/S-WDpi-25.jpg +share/opencpn/doc/images/S-WDpi-26.jpg +share/opencpn/doc/images/S-WDpi-27.jpg +share/opencpn/doc/images/S-WDpi-28.jpg +share/opencpn/doc/images/S-WDpi-29.jpg +share/opencpn/doc/images/S-WDpi-30.jpg +share/opencpn/doc/images/S-WDpi-31.jpg +share/opencpn/doc/images/S-WDpi-32_0.jpg +share/opencpn/doc/images/S-WDpi-32a.jpg +share/opencpn/doc/images/S-WDpi-32b.jpg +share/opencpn/doc/images/S-WDpi-32c.jpg +share/opencpn/doc/images/S-WDpi-33.jpg +share/opencpn/doc/images/S-WDpi-34.jpg +share/opencpn/doc/images/S-WDpi-35.jpg +share/opencpn/doc/images/S-WDpi-36.jpg +share/opencpn/doc/images/S-WDpi-37.jpg +share/opencpn/doc/images/S-WDpi-38.jpg +share/opencpn/doc/images/S-WDpi-39.jpg +share/opencpn/doc/images/S-WDpi-40.jpg +share/opencpn/doc/images/S-WDpi-41.jpg +share/opencpn/doc/images/S-WDpi-42.jpg +share/opencpn/doc/images/S-WDpi-43.jpg +share/opencpn/doc/images/S-WDpi-44.jpg +share/opencpn/doc/images/S-WDpi-45.jpg +share/opencpn/doc/images/S-WDpi-46.jpg +share/opencpn/doc/images/S-WDpi-47.jpg +share/opencpn/doc/images/S-WDpi-48.jpg +share/opencpn/doc/images/S-WDpi-49_0.jpg +share/opencpn/doc/images/S-WDpi-50.jpg +share/opencpn/doc/images/S-WDpi-51.jpg +share/opencpn/doc/images/S-WDpi-52.jpg +share/opencpn/doc/images/S-WDpi-53_0.jpg +share/opencpn/doc/images/S-WDpi-54.jpg +share/opencpn/doc/images/S-WDpi-55.jpg +share/opencpn/doc/images/S-WDpi-56.jpg +share/opencpn/doc/images/S-WDpi-57.jpg +share/opencpn/doc/images/S-WDpi-58.jpg +share/opencpn/doc/images/S-WDpi-59_0.jpg +share/opencpn/doc/images/S-WDpi-60-0.jpg +share/opencpn/doc/images/S-WDpi-61-0.jpg +share/opencpn/doc/images/S-WDpi-62-0.jpg +share/opencpn/doc/images/S-WDpi-62-01.jpg +share/opencpn/doc/images/S-WDpi-62-02.jpg +share/opencpn/doc/images/S-WDpi-63_0.jpg +share/opencpn/doc/images/S-WDpi-64.jpg +share/opencpn/doc/images/S-WDpi-65.jpg +share/opencpn/doc/images/S-WDpi-66.jpg +share/opencpn/doc/images/S-WDpi-67.jpg +share/opencpn/doc/images/S-WDpi-68_0.jpg +share/opencpn/doc/images/S-WDpi-69.jpg +share/opencpn/doc/images/S-WDpi-70.jpg +share/opencpn/doc/images/S-WDpi-71.jpg +share/opencpn/doc/images/S-WDpi-72.jpg +share/opencpn/doc/images/S-WDpi-73.jpg +share/opencpn/doc/images/S-WDpi-AlarmAction.jpg +share/opencpn/doc/images/S-WDpi-slider.jpg +share/opencpn/doc/images/S63-3.jpg +share/opencpn/doc/images/S63message.jpg +share/opencpn/doc/images/S64usp.jpg +share/opencpn/doc/images/S65inst.jpg +share/opencpn/doc/images/SART1.jpg +share/opencpn/doc/images/SART3.jpg +share/opencpn/doc/images/SART4.jpg +share/opencpn/doc/images/SART5.jpg +share/opencpn/doc/images/SARTalarm.jpg +share/opencpn/doc/images/Settings-Ship-MMSI-Add-MMSI-Properties.jpg +share/opencpn/doc/images/Settings-Ship-MMSI-Less-than-Nine.jpg +share/opencpn/doc/images/Settings.jpg +share/opencpn/doc/images/Sight-1-Degrees-Minutes-Uncertainty.jpg +share/opencpn/doc/images/Sight-2-Date-Time-Certainty-Shift.jpg +share/opencpn/doc/images/Sight-3-Configuration.jpg +share/opencpn/doc/images/Sight-4-Parameters.jpg +share/opencpn/doc/images/Sight-5-Calculations.jpg share/opencpn/doc/images/TS1.jpg -share/opencpn/doc/images/TS2.png -share/opencpn/doc/images/TargetCPA.png -share/opencpn/doc/images/Tide-interference.png -share/opencpn/doc/images/Tide1.png -share/opencpn/doc/images/Tide2.png -share/opencpn/doc/images/Tide4.png -share/opencpn/doc/images/Tide5.png -share/opencpn/doc/images/Tide6.png -share/opencpn/doc/images/Tide7.png -share/opencpn/doc/images/ToolBAR22.png +share/opencpn/doc/images/TS2.jpg +share/opencpn/doc/images/TargetCPA.jpg +share/opencpn/doc/images/Telechargement_nvc_pi-1.jpg +share/opencpn/doc/images/Tide-interference.jpg +share/opencpn/doc/images/Tide1.jpg +share/opencpn/doc/images/Tide2.jpg +share/opencpn/doc/images/Tide4.jpg +share/opencpn/doc/images/Tide5.jpg +share/opencpn/doc/images/Tide6.jpg +share/opencpn/doc/images/Tide7.jpg +share/opencpn/doc/images/ToolBAR22.jpg +share/opencpn/doc/images/Toolbar-AIS.jpg +share/opencpn/doc/images/Toolbar-Options-Charts-Chart-Files.jpg +share/opencpn/doc/images/Toolbar-Options-Charts-Chart-Groups.jpg +share/opencpn/doc/images/Toolbar-Options-Charts-Tides-Currents.jpg +share/opencpn/doc/images/Toolbar-Options-Charts-Vector-Chart-Display.jpg +share/opencpn/doc/images/Toolbar-Options-Connections-Net-1.jpg +share/opencpn/doc/images/Toolbar-Options-Connections-Net-2.jpg +share/opencpn/doc/images/Toolbar-Options-Display-Advanced.jpg +share/opencpn/doc/images/Toolbar-Options-Display-General_0.jpg +share/opencpn/doc/images/Toolbar-Options-Display-Units_0.jpg +share/opencpn/doc/images/Toolbar-Options-Ships-AIS-Targets-1.jpg +share/opencpn/doc/images/Toolbar-Options-Ships-AIS-Targets-2.jpg +share/opencpn/doc/images/Toolbar-Options-Ships-Own-Ship.jpg +share/opencpn/doc/images/Toolbar-Options-User-Interface.jpg +share/opencpn/doc/images/Units.jpg share/opencpn/doc/images/VDR-AIS_Simulation-2.jpg -share/opencpn/doc/images/VDR-AIS_Simulation-2.png share/opencpn/doc/images/WH.jpg -share/opencpn/doc/images/WH1.png -share/opencpn/doc/images/WH2.png -share/opencpn/doc/images/WMM1.png -share/opencpn/doc/images/WMM2.png -share/opencpn/doc/images/WMM3.png -share/opencpn/doc/images/WMM4.png -share/opencpn/doc/images/WMM5.png -share/opencpn/doc/images/WMM6.png -share/opencpn/doc/images/WMM7.png -share/opencpn/doc/images/WMM8.png -share/opencpn/doc/images/WMM9.png +share/opencpn/doc/images/WH1.jpg +share/opencpn/doc/images/WH2.jpg +share/opencpn/doc/images/WMM1.jpg +share/opencpn/doc/images/WMM2.jpg +share/opencpn/doc/images/WMM3.jpg +share/opencpn/doc/images/WMM4.jpg +share/opencpn/doc/images/WMM5.jpg +share/opencpn/doc/images/WMM6.jpg +share/opencpn/doc/images/WMM7.jpg +share/opencpn/doc/images/WMM8.jpg +share/opencpn/doc/images/WMM9.jpg +share/opencpn/doc/images/Waypoint-Rings-Bottom.jpg +share/opencpn/doc/images/Waypoint-Rings.jpg +share/opencpn/doc/images/Waypoint-Rings_0.jpg share/opencpn/doc/images/WeatherRoutingConfiguration.jpg share/opencpn/doc/images/WeatherRoutingConfiguration1.jpg -share/opencpn/doc/images/Werror1.png -share/opencpn/doc/images/Werror2.png -share/opencpn/doc/images/Werror3.png -share/opencpn/doc/images/Wpt21.png +share/opencpn/doc/images/Werror1.jpg +share/opencpn/doc/images/Werror2.jpg +share/opencpn/doc/images/Werror3.jpg +share/opencpn/doc/images/Wpt21.jpg share/opencpn/doc/images/Wx-0-Retrieve-Internet-Overlaid-on-Chart.jpg -share/opencpn/doc/images/Wx-1-File-Menu.png -share/opencpn/doc/images/Wx-2-Retrieve-Menu.png -share/opencpn/doc/images/Wx-A1-Ret-AudioCapture-Recieving.png -share/opencpn/doc/images/Wx-B1-Ret-HFRadioSch-FilterTab-Menu.png -share/opencpn/doc/images/Wx-B2-Ret-HFRadioSch-AlarmTab-Menu.png -share/opencpn/doc/images/Wx-B3-Ret-HFRadioSch-CaptureOptionsTab-Menu.png +share/opencpn/doc/images/Wx-1-File-Menu.jpg +share/opencpn/doc/images/Wx-2-Retrieve-Menu.jpg +share/opencpn/doc/images/Wx-A1-Ret-AudioCapture-Recieving.jpg +share/opencpn/doc/images/Wx-B1-Ret-HFRadioSch-FilterTab-Menu.jpg +share/opencpn/doc/images/Wx-B2-Ret-HFRadioSch-AlarmTab-Menu.jpg +share/opencpn/doc/images/Wx-B3-Ret-HFRadioSch-CaptureOptionsTab-Menu.jpg share/opencpn/doc/images/Wx-B4-Ret-HFRadioSch-InfoTab-Menu.jpg share/opencpn/doc/images/Wx-C0-Ret-Inet-Menu-1_0.jpg share/opencpn/doc/images/Wx-C1-Ret-Inet-Aviation-Americas.jpg @@ -350,324 +555,377 @@ share/opencpn/doc/images/Wx-C4-Ret-Inet-Noaa-Atlantic-24hr-500mb.jpg share/opencpn/doc/images/Wx-C5-Ret-Inet-Noaa-Atlantic-24hrSurf.jpg share/opencpn/doc/images/Wx-C6-Ret-Inet-Passage-NE.jpg share/opencpn/doc/images/Wx-C7-Ret-Inet-Passage-NovaSoctia.jpg -share/opencpn/doc/images/Wx-C8-Ret-Inet-Downloaded-List.png -share/opencpn/doc/images/ZeroXTE.png -share/opencpn/doc/images/aa-mob.png -share/opencpn/doc/images/action-filter.png -share/opencpn/doc/images/activeroutewpt.png -share/opencpn/doc/images/aground.png +share/opencpn/doc/images/Wx-C8-Ret-Inet-Downloaded-List.jpg +share/opencpn/doc/images/ZeroXTE.jpg +share/opencpn/doc/images/aa-mob.jpg +share/opencpn/doc/images/action-filter.jpg +share/opencpn/doc/images/activeroutewpt.jpg +share/opencpn/doc/images/add_options.jpg +share/opencpn/doc/images/after_clipboard.jpg +share/opencpn/doc/images/aground.jpg share/opencpn/doc/images/ais-alarm.jpg -share/opencpn/doc/images/ais-green.png -share/opencpn/doc/images/ais-grey.png -share/opencpn/doc/images/ais-lemon.png -share/opencpn/doc/images/ais-lost.png -share/opencpn/doc/images/ais-moor.png -share/opencpn/doc/images/ais-red.png -share/opencpn/doc/images/ais-yellow.png -share/opencpn/doc/images/ais.png -share/opencpn/doc/images/ais11.png -share/opencpn/doc/images/ais2.png -share/opencpn/doc/images/ais_alarm.png -share/opencpn/doc/images/ais_alive_active.png -share/opencpn/doc/images/ais_disabled.png -share/opencpn/doc/images/ais_supressed.png -share/opencpn/doc/images/aisfocus.png -share/opencpn/doc/images/anch.png +share/opencpn/doc/images/ais-green.jpg +share/opencpn/doc/images/ais-grey.jpg +share/opencpn/doc/images/ais-lemon.jpg +share/opencpn/doc/images/ais-lost.jpg +share/opencpn/doc/images/ais-moor.jpg +share/opencpn/doc/images/ais-red.jpg +share/opencpn/doc/images/ais-yellow.jpg +share/opencpn/doc/images/ais.jpg +share/opencpn/doc/images/ais11.jpg +share/opencpn/doc/images/ais2.jpg +share/opencpn/doc/images/ais_alarm.jpg +share/opencpn/doc/images/ais_alive_active.jpg +share/opencpn/doc/images/ais_disabled.jpg +share/opencpn/doc/images/ais_supressed.jpg +share/opencpn/doc/images/aisfocus.jpg +share/opencpn/doc/images/anch.jpg share/opencpn/doc/images/anegpass.jpg -share/opencpn/doc/images/aprs.png +share/opencpn/doc/images/aprs.jpg share/opencpn/doc/images/area-query.jpg -share/opencpn/doc/images/arpa1.png -share/opencpn/doc/images/arpa2.png -share/opencpn/doc/images/arpa3.png -share/opencpn/doc/images/arpa4.png -share/opencpn/doc/images/aton_off.png -share/opencpn/doc/images/aton_std.png -share/opencpn/doc/images/aton_virt.png -share/opencpn/doc/images/attachment.jpeg -share/opencpn/doc/images/attachment_002.jpeg -share/opencpn/doc/images/attachment_003.jpeg -share/opencpn/doc/images/auto-follow_0.png -share/opencpn/doc/images/base.png -share/opencpn/doc/images/base_raster_quilt.png -share/opencpn/doc/images/base_raster_single.png -share/opencpn/doc/images/base_vector_quilt.png -share/opencpn/doc/images/base_vectot_single1.png -share/opencpn/doc/images/basestn.png -share/opencpn/doc/images/bluesquare.png -share/opencpn/doc/images/br24_advanced_emu_osx.png -share/opencpn/doc/images/br24_button.png -share/opencpn/doc/images/br24_controls.png +share/opencpn/doc/images/arpa1.jpg +share/opencpn/doc/images/arpa2.jpg +share/opencpn/doc/images/arpa3.jpg +share/opencpn/doc/images/arpa4.jpg +share/opencpn/doc/images/aton_off.jpg +share/opencpn/doc/images/aton_std.jpg +share/opencpn/doc/images/aton_virt.jpg +share/opencpn/doc/images/attachment.jpg +share/opencpn/doc/images/attachment_002.jpg +share/opencpn/doc/images/attachment_003.jpg +share/opencpn/doc/images/auto-follow_0.jpg +share/opencpn/doc/images/base.jpg +share/opencpn/doc/images/basestn.jpg +share/opencpn/doc/images/bluesquare.jpg +share/opencpn/doc/images/boundaryPoint.jpg +share/opencpn/doc/images/br24_advanced_emu_osx.jpg +share/opencpn/doc/images/br24_button.jpg +share/opencpn/doc/images/br24_controls.jpg share/opencpn/doc/images/br24_emulator.jpg -share/opencpn/doc/images/br24_overlay_messages.png -share/opencpn/doc/images/br24_plugin_11_status.png +share/opencpn/doc/images/br24_overlay_messages.jpg +share/opencpn/doc/images/br24_plugin_11_status.jpg share/opencpn/doc/images/br24_preferences_097.jpg -share/opencpn/doc/images/br24_preferences_097.png -share/opencpn/doc/images/bramb.png -share/opencpn/doc/images/bramb1.png -share/opencpn/doc/images/bramb2.png +share/opencpn/doc/images/bramb.jpg +share/opencpn/doc/images/bramb1.jpg +share/opencpn/doc/images/bramb2.jpg share/opencpn/doc/images/brazil.jpg -share/opencpn/doc/images/bud-icon.png -share/opencpn/doc/images/buttons-select.png -share/opencpn/doc/images/classB.png +share/opencpn/doc/images/bud-icon.jpg +share/opencpn/doc/images/buttons-select.jpg +share/opencpn/doc/images/classB.jpg share/opencpn/doc/images/climatology1thumb.jpg share/opencpn/doc/images/climatologyctr_0.jpg -share/opencpn/doc/images/cm93.png -share/opencpn/doc/images/cm93grp.png -share/opencpn/doc/images/colscheme.png -share/opencpn/doc/images/composite.png -share/opencpn/doc/images/composite1.png +share/opencpn/doc/images/clipboard_gpsbabel.jpg +share/opencpn/doc/images/cm93.jpg +share/opencpn/doc/images/cm93grp.jpg +share/opencpn/doc/images/colscheme.jpg +share/opencpn/doc/images/composite.jpg +share/opencpn/doc/images/composite1.jpg share/opencpn/doc/images/course-up.jpg -share/opencpn/doc/images/course-up_0.png -share/opencpn/doc/images/cur1_0.png -share/opencpn/doc/images/current-digits.png -share/opencpn/doc/images/current.png -share/opencpn/doc/images/current1.png -share/opencpn/doc/images/currents_box.png -share/opencpn/doc/images/dark-green.png +share/opencpn/doc/images/course-up_0.jpg +share/opencpn/doc/images/current-digits.jpg +share/opencpn/doc/images/current.jpg +share/opencpn/doc/images/current1.jpg +share/opencpn/doc/images/currents_box.jpg +share/opencpn/doc/images/dark-green.jpg share/opencpn/doc/images/dash-big-fonts.jpg share/opencpn/doc/images/dash-drag.jpg -share/opencpn/doc/images/dash-select-instr_0.png -share/opencpn/doc/images/dash-set.png +share/opencpn/doc/images/dash-select-instr_0.jpg +share/opencpn/doc/images/dash-set.jpg share/opencpn/doc/images/dashboard-docked32.jpg -share/opencpn/doc/images/dashboard-docked32.png -share/opencpn/doc/images/dashboard-plugin32.png +share/opencpn/doc/images/dashboard-plugin32.jpg share/opencpn/doc/images/dashboard32.jpg -share/opencpn/doc/images/dashboard32.png -share/opencpn/doc/images/dashn3.png -share/opencpn/doc/images/dataconnections4.png +share/opencpn/doc/images/dashn3.jpg share/opencpn/doc/images/ddd1.jpg share/opencpn/doc/images/ddd2.jpg -share/opencpn/doc/images/ddd2.png share/opencpn/doc/images/ddd3.jpg -share/opencpn/doc/images/ddd3.png share/opencpn/doc/images/ddd4.jpg -share/opencpn/doc/images/ddd4.png -share/opencpn/doc/images/dh.png -share/opencpn/doc/images/dim1.png -share/opencpn/doc/images/dpare.png -share/opencpn/doc/images/dsc-alert.png +share/opencpn/doc/images/dh.jpg +share/opencpn/doc/images/dim1.jpg +share/opencpn/doc/images/dpare.jpg +share/opencpn/doc/images/dsc-alert.jpg share/opencpn/doc/images/dsc-list.jpg -share/opencpn/doc/images/dsc-not-ok.png -share/opencpn/doc/images/dsc-ok.png -share/opencpn/doc/images/dsc-ok2.png +share/opencpn/doc/images/dsc-not-ok.jpg +share/opencpn/doc/images/dsc-ok.jpg +share/opencpn/doc/images/dsc-ok2.jpg share/opencpn/doc/images/dsc_distress.jpg -share/opencpn/doc/images/dse1.png -share/opencpn/doc/images/dyngnaset.png +share/opencpn/doc/images/dse1.jpg +share/opencpn/doc/images/dyngnaset.jpg share/opencpn/doc/images/europe1.jpg -share/opencpn/doc/images/europe3.png -share/opencpn/doc/images/explain.png -share/opencpn/doc/images/eye33.png -share/opencpn/doc/images/filtering.png -share/opencpn/doc/images/fishing.png -share/opencpn/doc/images/folderoptions.png -share/opencpn/doc/images/font.png -share/opencpn/doc/images/font1.png +share/opencpn/doc/images/europe3.jpg +share/opencpn/doc/images/explain.jpg +share/opencpn/doc/images/export_dr_gpx.jpg +share/opencpn/doc/images/export_route.jpg +share/opencpn/doc/images/eye33.jpg +share/opencpn/doc/images/file_gpsbabel.jpg +share/opencpn/doc/images/filtering.jpg +share/opencpn/doc/images/fishing.jpg +share/opencpn/doc/images/folderoptions.jpg +share/opencpn/doc/images/font.jpg +share/opencpn/doc/images/font1.jpg share/opencpn/doc/images/gc-comp.jpg -share/opencpn/doc/images/gc1.png -share/opencpn/doc/images/gc3.png -share/opencpn/doc/images/gc4.png -share/opencpn/doc/images/gc6.png -share/opencpn/doc/images/gc7.png -share/opencpn/doc/images/gc8.png +share/opencpn/doc/images/gc1.jpg +share/opencpn/doc/images/gc3.jpg +share/opencpn/doc/images/gc4.jpg +share/opencpn/doc/images/gc6.jpg +share/opencpn/doc/images/gc7.jpg +share/opencpn/doc/images/gc8.jpg share/opencpn/doc/images/gdb.jpg share/opencpn/doc/images/gdb1.jpg -share/opencpn/doc/images/gl.png -share/opencpn/doc/images/gps1.png -share/opencpn/doc/images/gps2.png -share/opencpn/doc/images/gps3.png -share/opencpn/doc/images/gpsGrn.png -share/opencpn/doc/images/gpsRed.png -share/opencpn/doc/images/gpsd-con1.png +share/opencpn/doc/images/gl.jpg +share/opencpn/doc/images/gps1.jpg +share/opencpn/doc/images/gps2.jpg +share/opencpn/doc/images/gps3.jpg +share/opencpn/doc/images/gpsGrn.jpg +share/opencpn/doc/images/gpsRed.jpg +share/opencpn/doc/images/gpsd-con1.jpg share/opencpn/doc/images/gpsg_buddy.jpg -share/opencpn/doc/images/gradar_domecont.png -share/opencpn/doc/images/gradar_icon_green.png -share/opencpn/doc/images/gradar_icon_red.png -share/opencpn/doc/images/gradar_noisecont.png -share/opencpn/doc/images/gradar_opcont.png -share/opencpn/doc/images/gradar_rangecont.png -share/opencpn/doc/images/gradar_rightclick.png -share/opencpn/doc/images/gray-nogps.png -share/opencpn/doc/images/grib.png -share/opencpn/doc/images/grib2.png -share/opencpn/doc/images/grib_0.png +share/opencpn/doc/images/gradar_domecont.jpg +share/opencpn/doc/images/gradar_icon_green.jpg +share/opencpn/doc/images/gradar_icon_red.jpg +share/opencpn/doc/images/gradar_log.jpg +share/opencpn/doc/images/gradar_noisecont.jpg +share/opencpn/doc/images/gradar_opcont.jpg +share/opencpn/doc/images/gradar_optionenable.jpg +share/opencpn/doc/images/gradar_rangecont.jpg +share/opencpn/doc/images/gradar_rightclick.jpg +share/opencpn/doc/images/gray-nogps.jpg +share/opencpn/doc/images/grib.jpg +share/opencpn/doc/images/grib_0.jpg share/opencpn/doc/images/gribplugin33.jpg -share/opencpn/doc/images/gribplugin33.png -share/opencpn/doc/images/group.jpeg -share/opencpn/doc/images/halfadegree.png -share/opencpn/doc/images/havannah-ext.png -share/opencpn/doc/images/havannah-noext.png -share/opencpn/doc/images/headingline1.png -share/opencpn/doc/images/help.png -share/opencpn/doc/images/help_002.png -share/opencpn/doc/images/help_1.png -share/opencpn/doc/images/hidden-quilt.png -share/opencpn/doc/images/highlight.png -share/opencpn/doc/images/hotkeys3.gif -share/opencpn/doc/images/hsc.png -share/opencpn/doc/images/ifeahche_1.png -share/opencpn/doc/images/in1.png -share/opencpn/doc/images/in11.png -share/opencpn/doc/images/in2.png -share/opencpn/doc/images/in22.png -share/opencpn/doc/images/incwpt.png -share/opencpn/doc/images/incwpt1.png -share/opencpn/doc/images/incwpt2.png -share/opencpn/doc/images/incwpt3.png -share/opencpn/doc/images/incwpt4.png -share/opencpn/doc/images/incwpt5.png -share/opencpn/doc/images/incwpt6.png +share/opencpn/doc/images/group.jpg +share/opencpn/doc/images/halfadegree.jpg +share/opencpn/doc/images/havannah-ext.jpg +share/opencpn/doc/images/havannah-noext.jpg +share/opencpn/doc/images/headingline1.jpg +share/opencpn/doc/images/help.jpg +share/opencpn/doc/images/help_002.jpg +share/opencpn/doc/images/help_1.jpg +share/opencpn/doc/images/hidden-quilt.jpg +share/opencpn/doc/images/highlight.jpg +share/opencpn/doc/images/hotkeys3.jpg +share/opencpn/doc/images/hotkeys3_(2).jpg +share/opencpn/doc/images/hotkeys3_(3).jpg +share/opencpn/doc/images/hotkeys3_(4).jpg +share/opencpn/doc/images/hotkeys3_(5).jpg +share/opencpn/doc/images/hotkeys3_(6).jpg +share/opencpn/doc/images/hsc.jpg +share/opencpn/doc/images/ifeahche_1.jpg +share/opencpn/doc/images/import_dr_gpx.jpg +share/opencpn/doc/images/import_dr_gpx_route_manager.jpg +share/opencpn/doc/images/import_gpx.jpg +share/opencpn/doc/images/in1.jpg +share/opencpn/doc/images/in11.jpg +share/opencpn/doc/images/in2.jpg +share/opencpn/doc/images/in22.jpg +share/opencpn/doc/images/incwpt.jpg +share/opencpn/doc/images/incwpt1.jpg +share/opencpn/doc/images/incwpt2.jpg +share/opencpn/doc/images/incwpt3.jpg +share/opencpn/doc/images/incwpt4.jpg +share/opencpn/doc/images/incwpt5.jpg +share/opencpn/doc/images/incwpt6.jpg share/opencpn/doc/images/incwpt7.jpg -share/opencpn/doc/images/incwpt7.png -share/opencpn/doc/images/incwpt8.png -share/opencpn/doc/images/inland-blue.png -share/opencpn/doc/images/last-button.png -share/opencpn/doc/images/layer-prop.png -share/opencpn/doc/images/layer-prop1.png -share/opencpn/doc/images/layer-track2.png +share/opencpn/doc/images/incwpt8.jpg +share/opencpn/doc/images/inland-blue.jpg +share/opencpn/doc/images/kml_clipboard.jpg +share/opencpn/doc/images/last-button.jpg +share/opencpn/doc/images/layer-prop.jpg +share/opencpn/doc/images/layer-prop1.jpg +share/opencpn/doc/images/layer-track2.jpg share/opencpn/doc/images/layer22.jpg -share/opencpn/doc/images/layer22.png -share/opencpn/doc/images/layer_route1.png -share/opencpn/doc/images/layers-show2.png -share/opencpn/doc/images/lockwpt.png -share/opencpn/doc/images/lowprec.png -share/opencpn/doc/images/lowprec1.png -share/opencpn/doc/images/mad-track.png -share/opencpn/doc/images/mad-track2.png -share/opencpn/doc/images/magnetic_show.png -share/opencpn/doc/images/marina_grn.png -share/opencpn/doc/images/mark10.png -share/opencpn/doc/images/mark2.png -share/opencpn/doc/images/mark3.png +share/opencpn/doc/images/layer_route1.jpg +share/opencpn/doc/images/layers-show2.jpg +share/opencpn/doc/images/lockwpt.jpg +share/opencpn/doc/images/lowprec.jpg +share/opencpn/doc/images/lowprec1.jpg +share/opencpn/doc/images/mad-track.jpg +share/opencpn/doc/images/mad-track2.jpg +share/opencpn/doc/images/magnetic_show.jpg +share/opencpn/doc/images/main_screen_start.jpg +share/opencpn/doc/images/marina_grn.jpg +share/opencpn/doc/images/mark-create.jpg +share/opencpn/doc/images/mark-shipwreck.jpg +share/opencpn/doc/images/mark-triangle.jpg +share/opencpn/doc/images/mark-undo-create-waypoint.jpg +share/opencpn/doc/images/mark10.jpg +share/opencpn/doc/images/mark2.jpg +share/opencpn/doc/images/mark3.jpg share/opencpn/doc/images/mark4.jpg -share/opencpn/doc/images/mark4.png -share/opencpn/doc/images/mark6.png -share/opencpn/doc/images/mark7.png -share/opencpn/doc/images/mark8.png -share/opencpn/doc/images/mark9.png -share/opencpn/doc/images/meta.png -share/opencpn/doc/images/mob_btn.png -share/opencpn/doc/images/moored.png -share/opencpn/doc/images/multileg.png -share/opencpn/doc/images/nmea-debug-dsc.png -share/opencpn/doc/images/nogl.png -share/opencpn/doc/images/north-up.png -share/opencpn/doc/images/not_participate.png -share/opencpn/doc/images/notundcom.png -share/opencpn/doc/images/objq.png +share/opencpn/doc/images/mark6.jpg +share/opencpn/doc/images/mark7.jpg +share/opencpn/doc/images/mark8.jpg +share/opencpn/doc/images/mark9.jpg +share/opencpn/doc/images/menu_bar.jpg +share/opencpn/doc/images/meta.jpg +share/opencpn/doc/images/mob_btn.jpg +share/opencpn/doc/images/moored.jpg +share/opencpn/doc/images/multileg.jpg +share/opencpn/doc/images/nmea-converter.jpg +share/opencpn/doc/images/nmea-debug-dsc.jpg +share/opencpn/doc/images/nogl.jpg +share/opencpn/doc/images/north-up.jpg +share/opencpn/doc/images/not_participate.jpg +share/opencpn/doc/images/notundcom.jpg +share/opencpn/doc/images/ob_options.jpg +share/opencpn/doc/images/ob_using%20kml.jpg +share/opencpn/doc/images/objq.jpg share/opencpn/doc/images/offsets2.jpg -share/opencpn/doc/images/offsets2.png share/opencpn/doc/images/offsets4.jpg -share/opencpn/doc/images/offsets4.png share/opencpn/doc/images/offsets5.jpg -share/opencpn/doc/images/offsets5.png share/opencpn/doc/images/offsets6.jpg -share/opencpn/doc/images/offsets6.png share/opencpn/doc/images/opencpn.jpg -share/opencpn/doc/images/opencpn2.png -share/opencpn/doc/images/opencpn_002.png -share/opencpn/doc/images/options-Ships2.png -share/opencpn/doc/images/options-Ships3.png -share/opencpn/doc/images/options-Ships4.png -share/opencpn/doc/images/options-Ships5.png -share/opencpn/doc/images/options-Ships6.png -share/opencpn/doc/images/options-charts-tides-2.png -share/opencpn/doc/images/options-ships-ais.png -share/opencpn/doc/images/options-user2.png -share/opencpn/doc/images/orig.png -share/opencpn/doc/images/orig1.png -share/opencpn/doc/images/orig2.png -share/opencpn/doc/images/out11.png -share/opencpn/doc/images/out12.png -share/opencpn/doc/images/out21.png -share/opencpn/doc/images/out22.png +share/opencpn/doc/images/opencpn2.jpg +share/opencpn/doc/images/opencpn4.jpg +share/opencpn/doc/images/opencpn_002.jpg +share/opencpn/doc/images/options-Ships2.jpg +share/opencpn/doc/images/options-Ships4.jpg +share/opencpn/doc/images/options-Ships6.jpg +share/opencpn/doc/images/orig.jpg +share/opencpn/doc/images/orig1.jpg +share/opencpn/doc/images/orig2.jpg +share/opencpn/doc/images/ot_browse_button.jpg +share/opencpn/doc/images/ot_interval_select.jpg +share/opencpn/doc/images/ot_next_button.jpg +share/opencpn/doc/images/ot_now_button.jpg +share/opencpn/doc/images/ot_preferences.jpg +share/opencpn/doc/images/ot_select_button.jpg +share/opencpn/doc/images/ot_toolbar_icon.jpg +share/opencpn/doc/images/out11.jpg +share/opencpn/doc/images/out12.jpg +share/opencpn/doc/images/out21.jpg +share/opencpn/doc/images/out22.jpg share/opencpn/doc/images/overzoom.jpg share/opencpn/doc/images/overzoom2.jpg -share/opencpn/doc/images/overzoom2.png -share/opencpn/doc/images/own4.png -share/opencpn/doc/images/own5.png -share/opencpn/doc/images/own_vector.png -share/opencpn/doc/images/pencil.png -share/opencpn/doc/images/pencil2.png +share/opencpn/doc/images/own4.jpg +share/opencpn/doc/images/own5.jpg +share/opencpn/doc/images/own_vector.jpg +share/opencpn/doc/images/pencil.jpg +share/opencpn/doc/images/pencil2.jpg share/opencpn/doc/images/plan1.jpg share/opencpn/doc/images/plan2.jpg -share/opencpn/doc/images/plan2.png share/opencpn/doc/images/plan5.jpg -share/opencpn/doc/images/plan5.png -share/opencpn/doc/images/polyconic.png -share/opencpn/doc/images/portable.png -share/opencpn/doc/images/print.png -share/opencpn/doc/images/printroute.png -share/opencpn/doc/images/quilt-ref.png +share/opencpn/doc/images/polyconic.jpg +share/opencpn/doc/images/portable.jpg +share/opencpn/doc/images/ppa_1.jpg +share/opencpn/doc/images/ppa_2.jpg +share/opencpn/doc/images/ppa_3.jpg +share/opencpn/doc/images/ppa_4.jpg +share/opencpn/doc/images/ppa_5.jpg +share/opencpn/doc/images/ppa_6.jpg +share/opencpn/doc/images/print.jpg +share/opencpn/doc/images/printroute.jpg +share/opencpn/doc/images/quilt-ref.jpg share/opencpn/doc/images/r820t.jpg -share/opencpn/doc/images/rad13.jpeg +share/opencpn/doc/images/rad13.jpg share/opencpn/doc/images/rasteroverz.jpg -share/opencpn/doc/images/rc_active-route.png -share/opencpn/doc/images/rc_wpt-del-mv.png -share/opencpn/doc/images/red-gps.png -share/opencpn/doc/images/restrman_1.png -share/opencpn/doc/images/rollover.png -share/opencpn/doc/images/route-button.png -share/opencpn/doc/images/route-legs.png -share/opencpn/doc/images/route-legs1.png -share/opencpn/doc/images/route.png -share/opencpn/doc/images/route_002.png -share/opencpn/doc/images/route_focus3.png -share/opencpn/doc/images/route_manager.png -share/opencpn/doc/images/route_plugin.png -share/opencpn/doc/images/routing6.png -share/opencpn/doc/images/rtlsdr.png +share/opencpn/doc/images/rc_wpt-del-mv.jpg +share/opencpn/doc/images/red-gps.jpg +share/opencpn/doc/images/restrman_1.jpg +share/opencpn/doc/images/rollover.jpg +share/opencpn/doc/images/route-button.jpg +share/opencpn/doc/images/route-legs.jpg +share/opencpn/doc/images/route-legs1.jpg +share/opencpn/doc/images/route.jpg +share/opencpn/doc/images/route_002.jpg +share/opencpn/doc/images/route_manager.jpg +share/opencpn/doc/images/route_plugin.jpg +share/opencpn/doc/images/routing6.jpg +share/opencpn/doc/images/rtlsdr.jpg share/opencpn/doc/images/sart-alarm2.jpg -share/opencpn/doc/images/sart-alarm2.png -share/opencpn/doc/images/sart-testing.png -share/opencpn/doc/images/scin.png -share/opencpn/doc/images/scout.png -share/opencpn/doc/images/seg.png -share/opencpn/doc/images/sentence-filters.png -share/opencpn/doc/images/sentence-filters1.png -share/opencpn/doc/images/sentence-filters2.png -share/opencpn/doc/images/settings.png -share/opencpn/doc/images/settings_002.png -share/opencpn/doc/images/settings_003.png -share/opencpn/doc/images/ship_grey.png -share/opencpn/doc/images/ship_red.png -share/opencpn/doc/images/skewed.png -share/opencpn/doc/images/skewed32.png -share/opencpn/doc/images/sounding.png -share/opencpn/doc/images/stXhole1.png -share/opencpn/doc/images/start.png -share/opencpn/doc/images/start1.png -share/opencpn/doc/images/start2.png +share/opencpn/doc/images/sart-testing.jpg +share/opencpn/doc/images/scin.jpg +share/opencpn/doc/images/scout.jpg +share/opencpn/doc/images/seg.jpg +share/opencpn/doc/images/sentence-filters.jpg +share/opencpn/doc/images/sentence-filters1.jpg +share/opencpn/doc/images/sentence-filters2.jpg +share/opencpn/doc/images/settings_002.jpg +share/opencpn/doc/images/settings_003.jpg +share/opencpn/doc/images/ship_grey.jpg +share/opencpn/doc/images/ship_red.jpg +share/opencpn/doc/images/show_dr_gpx.jpg +share/opencpn/doc/images/skewed.jpg +share/opencpn/doc/images/sounding.jpg +share/opencpn/doc/images/stXhole1.jpg +share/opencpn/doc/images/start.jpg +share/opencpn/doc/images/start1.jpg share/opencpn/doc/images/start3.jpg -share/opencpn/doc/images/start3.png -share/opencpn/doc/images/status-bar.png -share/opencpn/doc/images/std-grib.png +share/opencpn/doc/images/status-bar.jpg +share/opencpn/doc/images/std-grib.jpg share/opencpn/doc/images/swlook.jpg -share/opencpn/doc/images/text.png -share/opencpn/doc/images/tide-select1.png -share/opencpn/doc/images/tide-select2.png -share/opencpn/doc/images/tide.png -share/opencpn/doc/images/tmerc.png -share/opencpn/doc/images/tongue.gif -share/opencpn/doc/images/toolbar-2.png -share/opencpn/doc/images/track-pressed.png -share/opencpn/doc/images/track-prop1.png -share/opencpn/doc/images/track_off.png -share/opencpn/doc/images/tracks.png -share/opencpn/doc/images/trail.png -share/opencpn/doc/images/us_rnc_charts_structure.png -share/opencpn/doc/images/vdr-control.png -share/opencpn/doc/images/vdr-icons.png +share/opencpn/doc/images/text.jpg +share/opencpn/doc/images/tide-select1.jpg +share/opencpn/doc/images/tide-select2.jpg +share/opencpn/doc/images/tide.jpg +share/opencpn/doc/images/tmerc.jpg +share/opencpn/doc/images/tongue.jpg +share/opencpn/doc/images/toolbar-2.jpg +share/opencpn/doc/images/tools_plugins.jpg +share/opencpn/doc/images/track-pressed.jpg +share/opencpn/doc/images/track-prop1.jpg +share/opencpn/doc/images/track_off.jpg +share/opencpn/doc/images/tracks.jpg +share/opencpn/doc/images/trail.jpg +share/opencpn/doc/images/us_rnc_charts_structure.jpg +share/opencpn/doc/images/v05_settings.jpg +share/opencpn/doc/images/vdr-control.jpg +share/opencpn/doc/images/vdr-icons.jpg share/opencpn/doc/images/vecoverz.jpg -share/opencpn/doc/images/vector-light.png +share/opencpn/doc/images/vector-light.jpg +share/opencpn/doc/images/waypoint-active.jpg +share/opencpn/doc/images/waypoint-delete.jpg share/opencpn/doc/images/weather_route_data_types_1.jpg -share/opencpn/doc/images/wpt_focus2.png -share/opencpn/doc/images/zoomin.png -share/opencpn/doc/images/zoomout.png +share/opencpn/doc/images/wpt_focus2.jpg +share/opencpn/doc/images/wwm.jpg +share/opencpn/doc/images/xxmtamessage2.jpg +share/opencpn/doc/images/zoomin.jpg +share/opencpn/doc/images/zoomout.jpg share/opencpn/doc/readme share/opencpn/gshhs/poly-c-1.dat share/opencpn/gshhs/wdb_borders_c.b share/opencpn/gshhs/wdb_rivers_c.b share/opencpn/license.txt +share/opencpn/plugins/chartdldr_pi/data/chart_sources.xml +share/opencpn/plugins/chartdldr_pi/data/doc/03-Chart-Downloader-Tab-First-Time.png +share/opencpn/plugins/chartdldr_pi/data/doc/04-AddNewChartSource-Predefined.png +share/opencpn/plugins/chartdldr_pi/data/doc/05-PleaseUpdate.png +share/opencpn/plugins/chartdldr_pi/data/doc/08-AfterDownloading.png +share/opencpn/plugins/chartdldr_pi/data/doc/12-Add-Edit-Custom-Chart-Source.png +share/opencpn/plugins/chartdldr_pi/data/doc/15-Chart-Status-Selection.png +share/opencpn/plugins/chartdldr_pi/data/doc/16-Show-Local-Files.png +share/opencpn/plugins/chartdldr_pi/data/doc/MathJax.js +share/opencpn/plugins/chartdldr_pi/data/doc/advanced.html +share/opencpn/plugins/chartdldr_pi/data/doc/basic.html +share/opencpn/plugins/chartdldr_pi/data/doc/github.min.css +share/opencpn/plugins/chartdldr_pi/data/doc/highlight.min.js +share/opencpn/plugins/chartdldr_pi/data/doc/index.html +share/opencpn/plugins/chartdldr_pi/data/doc/preferences.png +share/opencpn/plugins/chartdldr_pi/data/folder215.png +share/opencpn/plugins/chartdldr_pi/data/open182.png +share/opencpn/plugins/dashboard_pi/data/Dashboard.svg +share/opencpn/plugins/dashboard_pi/data/Dashboard_rollover.svg +share/opencpn/plugins/dashboard_pi/data/Dashboard_toggled.svg +share/opencpn/plugins/grib_pi/data/altitude.svg +share/opencpn/plugins/grib_pi/data/curdata.svg +share/opencpn/plugins/grib_pi/data/grib.svg +share/opencpn/plugins/grib_pi/data/grib_rollover.svg +share/opencpn/plugins/grib_pi/data/grib_toggled.svg +share/opencpn/plugins/grib_pi/data/ncurdata.svg +share/opencpn/plugins/grib_pi/data/next.svg +share/opencpn/plugins/grib_pi/data/now.svg +share/opencpn/plugins/grib_pi/data/openfile.svg +share/opencpn/plugins/grib_pi/data/play.svg +share/opencpn/plugins/grib_pi/data/prev.svg +share/opencpn/plugins/grib_pi/data/request.svg +share/opencpn/plugins/grib_pi/data/request_end.svg +share/opencpn/plugins/grib_pi/data/selzone.svg +share/opencpn/plugins/grib_pi/data/setting.svg +share/opencpn/plugins/grib_pi/data/slider.svg +share/opencpn/plugins/grib_pi/data/stop.svg +share/opencpn/plugins/grib_pi/data/zoomto.svg +share/opencpn/plugins/wmm_pi/data/WMM.COF +share/opencpn/plugins/wmm_pi/data/wmm_live.svg +share/opencpn/plugins/wmm_pi/data/wmm_pi.svg share/opencpn/s57data/S52RAZDS.RLE share/opencpn/s57data/attdecode.csv share/opencpn/s57data/chartsymbols.xml @@ -683,7 +941,98 @@ share/opencpn/sounds/README.bells share/opencpn/tcdata/HARMONIC share/opencpn/tcdata/HARMONIC.IDX share/opencpn/tcdata/README.harmonics +share/opencpn/uidata/journeyman/CompassRose.svg +share/opencpn/uidata/journeyman/CompassRoseBlue.svg +share/opencpn/uidata/journeyman/gps1Bar.svg +share/opencpn/uidata/journeyman/gps2Bar.svg +share/opencpn/uidata/journeyman/gps3Bar.svg +share/opencpn/uidata/journeyman/gpsGrn.svg +share/opencpn/uidata/journeyman/gpsGry.svg +share/opencpn/uidata/journeyman/gpsRed.svg +share/opencpn/uidata/journeyman_flat/CompassRose.svg +share/opencpn/uidata/journeyman_flat/CompassRoseBlue.svg +share/opencpn/uidata/journeyman_flat/gps1Bar.svg +share/opencpn/uidata/journeyman_flat/gps2Bar.svg +share/opencpn/uidata/journeyman_flat/gps3Bar.svg +share/opencpn/uidata/journeyman_flat/gpsGrn.svg +share/opencpn/uidata/journeyman_flat/gpsGry.svg +share/opencpn/uidata/journeyman_flat/gpsRed.svg share/opencpn/uidata/styles.xml share/opencpn/uidata/toolicons_journeyman.png share/opencpn/uidata/toolicons_journeyman_flat.png share/opencpn/uidata/toolicons_traditional.png +share/opencpn/uidata/traditional/AIS.svg +share/opencpn/uidata/traditional/AIS_AlertGeneral.svg +share/opencpn/uidata/traditional/AIS_AlertGeneral_Active.svg +share/opencpn/uidata/traditional/AIS_AlertGeneral_Active_rollover.svg +share/opencpn/uidata/traditional/AIS_AlertGeneral_rollover.svg +share/opencpn/uidata/traditional/AIS_Disabled.svg +share/opencpn/uidata/traditional/AIS_Disabled_rollover.svg +share/opencpn/uidata/traditional/AIS_Normal_Active.svg +share/opencpn/uidata/traditional/AIS_Normal_Active_rollover.svg +share/opencpn/uidata/traditional/AIS_Suppressed.svg +share/opencpn/uidata/traditional/AIS_Suppressed_Active.svg +share/opencpn/uidata/traditional/AIS_Suppressed_Active_rollover.svg +share/opencpn/uidata/traditional/AIS_Suppressed_rollover.svg +share/opencpn/uidata/traditional/AIS_rollover.svg +share/opencpn/uidata/traditional/CompassRose.svg +share/opencpn/uidata/traditional/CompassRoseBlue.svg +share/opencpn/uidata/traditional/colorscheme.svg +share/opencpn/uidata/traditional/colorscheme_rollover.svg +share/opencpn/uidata/traditional/current.svg +share/opencpn/uidata/traditional/current_rollover.svg +share/opencpn/uidata/traditional/current_rollover_toggled.svg +share/opencpn/uidata/traditional/current_toggled.svg +share/opencpn/uidata/traditional/down.svg +share/opencpn/uidata/traditional/follow.svg +share/opencpn/uidata/traditional/follow_rollover.svg +share/opencpn/uidata/traditional/follow_rollover_toggled.svg +share/opencpn/uidata/traditional/follow_toggled.svg +share/opencpn/uidata/traditional/gps1Bar.svg +share/opencpn/uidata/traditional/gps2Bar.svg +share/opencpn/uidata/traditional/gps3Bar.svg +share/opencpn/uidata/traditional/gpsGrn.svg +share/opencpn/uidata/traditional/gpsGry.svg +share/opencpn/uidata/traditional/gpsRed.svg +share/opencpn/uidata/traditional/help.svg +share/opencpn/uidata/traditional/help_rollover.svg +share/opencpn/uidata/traditional/left.svg +share/opencpn/uidata/traditional/mob.svg +share/opencpn/uidata/traditional/mob_btn.svg +share/opencpn/uidata/traditional/mob_btn_rollover.svg +share/opencpn/uidata/traditional/pencil.svg +share/opencpn/uidata/traditional/print.svg +share/opencpn/uidata/traditional/print_rollover.svg +share/opencpn/uidata/traditional/right.svg +share/opencpn/uidata/traditional/route.svg +share/opencpn/uidata/traditional/route_manager.svg +share/opencpn/uidata/traditional/route_manager_rollover.svg +share/opencpn/uidata/traditional/route_rollover.svg +share/opencpn/uidata/traditional/route_rollover_toggled.svg +share/opencpn/uidata/traditional/route_toggled.svg +share/opencpn/uidata/traditional/scin.svg +share/opencpn/uidata/traditional/scin_disabled.svg +share/opencpn/uidata/traditional/scin_rollover.svg +share/opencpn/uidata/traditional/scout.svg +share/opencpn/uidata/traditional/scout_disabled.svg +share/opencpn/uidata/traditional/scout_rollover.svg +share/opencpn/uidata/traditional/settings.svg +share/opencpn/uidata/traditional/settings_disabled.svg +share/opencpn/uidata/traditional/settings_rollover.svg +share/opencpn/uidata/traditional/text.svg +share/opencpn/uidata/traditional/text_rollover.svg +share/opencpn/uidata/traditional/text_rollover_toggled.svg +share/opencpn/uidata/traditional/text_toggled.svg +share/opencpn/uidata/traditional/tide.svg +share/opencpn/uidata/traditional/tide_rollover.svg +share/opencpn/uidata/traditional/tide_rollover_toggled.svg +share/opencpn/uidata/traditional/tide_toggled.svg +share/opencpn/uidata/traditional/track.svg +share/opencpn/uidata/traditional/track_rollover.svg +share/opencpn/uidata/traditional/track_rollover_toggled.svg +share/opencpn/uidata/traditional/track_toggled.svg +share/opencpn/uidata/traditional/up.svg +share/opencpn/uidata/traditional/zoomin.svg +share/opencpn/uidata/traditional/zoomin_rollover.svg +share/opencpn/uidata/traditional/zoomout.svg +share/opencpn/uidata/traditional/zoomout_rollover.svg diff --git a/geography/opencpn/distinfo b/geography/opencpn/distinfo index 47503aeab34de..3520c6724d410 100644 --- a/geography/opencpn/distinfo +++ b/geography/opencpn/distinfo @@ -1,12 +1,21 @@ -$NetBSD: distinfo,v 1.4 2015/11/03 00:08:43 agc Exp $ +$NetBSD: distinfo,v 1.7 2016/04/01 19:56:02 joerg Exp $ -SHA1 (OpenCPN-4.0.0-Source.tar.gz) = a8fe31476a3472cff18e55179094cbc4434699ce -RMD160 (OpenCPN-4.0.0-Source.tar.gz) = 614889e41c8cd5453f3210781201cb29912d8cc1 -SHA512 (OpenCPN-4.0.0-Source.tar.gz) = d815a0e299debb726c982341e43338ea4ebacc0346ddb31a033e5380f27b56615ecd730f2462696cab4096185207b3c463b8c3a071f81493adc8641e4def6317 -Size (OpenCPN-4.0.0-Source.tar.gz) = 193305992 bytes -SHA1 (patch-CMakeLists.txt) = 57abad7a02bf5fa64a522aceeddc4c67a3d5a3e2 +SHA1 (OpenCPN-4.2.0-a555b4988b50f555be052394c184ef26c5ad0e8a.zip) = 39baa5f89ded9a5c62824e6e1445dbfc4f168578 +RMD160 (OpenCPN-4.2.0-a555b4988b50f555be052394c184ef26c5ad0e8a.zip) = d344b9caffe40dabcad1d9ac148ce54d75f1573c +SHA512 (OpenCPN-4.2.0-a555b4988b50f555be052394c184ef26c5ad0e8a.zip) = 3ea2136ab777f711aeaa66f34722b3b091af91104ff60303b61c587f95354826afae6dbc8f6a9228357399ae36e96a34098596c0a278d2184ce59283c88f4051 +Size (OpenCPN-4.2.0-a555b4988b50f555be052394c184ef26c5ad0e8a.zip) = 42779485 bytes +SHA1 (patch-CMakeLists.txt) = 124a5f3836cf57b61c1452a5ded65dc7b16a4c69 SHA1 (patch-FindPortaudio.cmake) = e1bebe2203c6f3dc76f92ee5bdcb01eca66b6b9a +SHA1 (patch-plugins_chartdldr_pi_cmake_PluginConfigure.cmake) = 9d6ade1c32f7d52b53848a2e382a4838d0240530 +SHA1 (patch-plugins_dashboard_pi_CMakeLists.txt) = f96234755ccdb0cf4d890b44c3983a71700e6de7 +SHA1 (patch-plugins_grib_pi_CMakeLists.txt) = fbac6b6da5c8efceb6931a6b41bec4a8ea7cbccb +SHA1 (patch-plugins_wmm_pi_cmake_PluginConfigure.cmake) = 086de4106760df22b30330a40e3ec52d88d8b996 SHA1 (patch-src_chart1.cpp) = ae7c1d8a59c9a275914a613205de71e2dca89dc6 +SHA1 (patch-src_chartimg.cpp) = f0e3841ab1920dcab74462a5007b74e905d794c0 +SHA1 (patch-src_chcanv.cpp) = af76f36b6fd6d613720945195d5a24902012a020 SHA1 (patch-src_crashprint.cpp) = a96e8aa980eb3b19c3dce3343582511d608e6625 +SHA1 (patch-src_glu_libtess_sweep.c) = 68e3e69239d8bdce353bcad0f5606be5b447b5a7 +SHA1 (patch-src_mipmap_mipmap.c) = 3bdb2c37e7a6d89fc6a531af6e0396a1ff385aeb +SHA1 (patch-src_printtable.cpp) = 940e7f42dd7e6a9776db2009027989ca79429cb1 +SHA1 (patch-src_routeprintout.cpp) = bbf135bd71e3fc87100b0c6d4e200f68754937c3 SHA1 (patch-src_tcmgr.cpp) = 3fb4edf3368f3f3907f231ebcabd8e5061699040 -SHA1 (patch-src_texcmp_squish_squish.cpp) = 3a70d4da7a3d6b54cac122a3e80a35b46a91af19 diff --git a/geography/opencpn/patches/patch-CMakeLists.txt b/geography/opencpn/patches/patch-CMakeLists.txt index bc788e4c15a32..d6189b13dd28b 100644 --- a/geography/opencpn/patches/patch-CMakeLists.txt +++ b/geography/opencpn/patches/patch-CMakeLists.txt @@ -1,8 +1,17 @@ -$NetBSD: patch-CMakeLists.txt,v 1.2 2015/01/22 12:34:15 bouyer Exp $ +$NetBSD: patch-CMakeLists.txt,v 1.3 2016/03/14 11:01:06 bouyer Exp $ ---- CMakeLists.txt.orig 2014-05-26 21:26:36.000000000 +0200 -+++ CMakeLists.txt 2014-06-16 11:41:17.000000000 +0200 -@@ -1007,9 +1007,9 @@ +--- CMakeLists.txt.orig 2016-02-03 18:44:17.000000000 +0100 ++++ CMakeLists.txt 2016-02-17 17:40:51.000000000 +0100 +@@ -282,7 +282,7 @@ + + # Search for opengles, short of running a program to test the speed + # of acceleration, I simply use gles on "native linux" arm systems +-IF (ARCH MATCHES "arm*" AND (NOT QT_ANDROID) ) ++IF (ARCH MATCHES "arm*" AND (NOT QT_ANDROID) AND CMAKE_SYSTEM_NAME MATCHES ".*Linux" ) + find_path(OPENGLESv1_INCLUDE_DIR GLES/gl.h ) + IF (OPENGLESv1_INCLUDE_DIR) + MESSAGE (STATUS "Found OpenGLESv1") +@@ -1755,9 +1755,9 @@ # Certain older Cmake FindGTK2 modules ( e.g. cmake-2.8.0-2) do not yield all of the required link libraries # So, add them manually. These declarations may be redundant in some architectures, but do no harm. @@ -12,5 +21,5 @@ $NetBSD: patch-CMakeLists.txt,v 1.2 2015/01/22 12:34:15 bouyer Exp $ -ENDIF(UNIX) +ENDIF(CMAKE_SYSTEM_NAME MATCHES ".*Linux") - IF(GTK2_FOUND) - TARGET_LINK_LIBRARIES( ${PACKAGE_NAME} gobject-2.0 ) + IF(QT_LINUX) + TARGET_LINK_LIBRARIES( ${PACKAGE_NAME} Qt5Widgets Qt5OpenGL Qt5Gui Qt5Test Qt5Core ) diff --git a/geography/opencpn/patches/patch-plugins_chartdldr_pi_cmake_PluginConfigure.cmake b/geography/opencpn/patches/patch-plugins_chartdldr_pi_cmake_PluginConfigure.cmake new file mode 100644 index 0000000000000..2b575bd772f69 --- /dev/null +++ b/geography/opencpn/patches/patch-plugins_chartdldr_pi_cmake_PluginConfigure.cmake @@ -0,0 +1,16 @@ +--- plugins/chartdldr_pi/cmake/PluginConfigure.cmake.orig 2016-02-10 17:29:03.000000000 +0100 ++++ plugins/chartdldr_pi/cmake/PluginConfigure.cmake 2016-02-10 17:29:36.000000000 +0100 +@@ -41,11 +41,9 @@ + ADD_DEFINITIONS( "-Wall -Wno-unused-result -g -O2 -fexceptions" ) + ENDIF(PROFILING) + +- IF(NOT APPLE) +- SET(CMAKE_SHARED_LINKER_FLAGS "-Wl,-Bsymbolic") +- ELSE(NOT APPLE) ++ IF(APPLE) + SET(CMAKE_SHARED_LINKER_FLAGS "-Wl -undefined dynamic_lookup") +- ENDIF(NOT APPLE) ++ ENDIF(APPLE) + + ENDIF(NOT MSVC) + diff --git a/geography/opencpn/patches/patch-plugins_dashboard_pi_CMakeLists.txt b/geography/opencpn/patches/patch-plugins_dashboard_pi_CMakeLists.txt new file mode 100644 index 0000000000000..907f91e7eb8af --- /dev/null +++ b/geography/opencpn/patches/patch-plugins_dashboard_pi_CMakeLists.txt @@ -0,0 +1,13 @@ +--- plugins/dashboard_pi/CMakeLists.txt.orig 2016-02-10 17:24:22.000000000 +0100 ++++ plugins/dashboard_pi/CMakeLists.txt 2016-02-10 17:24:27.000000000 +0100 +@@ -43,10 +43,9 @@ + #ADD_DEFINITIONS( "-Wall -ansi -pedantic -Wno-variadic-macros" ) + #TODO: Should we use -fno-stack-protector + # IF NOT DEBUGGING CFLAGS="-O2 -march=native" + IF(NOT WIN32 AND NOT APPLE) + ADD_DEFINITIONS( "-Wall -O2 -fexceptions -fvisibility=hidden" ) +- SET(CMAKE_SHARED_LINKER_FLAGS "-Wl,-Bsymbolic") + ENDIF(NOT WIN32 AND NOT APPLE) + + IF( APPLE ) + ADD_DEFINITIONS( "-O3 -fexceptions -fvisibility=hidden" ) diff --git a/geography/opencpn/patches/patch-plugins_grib_pi_CMakeLists.txt b/geography/opencpn/patches/patch-plugins_grib_pi_CMakeLists.txt new file mode 100644 index 0000000000000..dfa38d0125d48 --- /dev/null +++ b/geography/opencpn/patches/patch-plugins_grib_pi_CMakeLists.txt @@ -0,0 +1,10 @@ +--- plugins/grib_pi/CMakeLists.txt.orig 2016-02-10 17:26:23.000000000 +0100 ++++ plugins/grib_pi/CMakeLists.txt 2016-02-10 17:27:16.000000000 +0100 +@@ -44,7 +44,6 @@ + # IF NOT DEBUGGING CFLAGS="-O2 -march=native" + IF(NOT WIN32 AND NOT APPLE) + ADD_DEFINITIONS( "-Wall -fexceptions -fvisibility=hidden" ) +- SET(CMAKE_SHARED_LINKER_FLAGS "-Wl,-Bsymbolic") + ENDIF(NOT WIN32 AND NOT APPLE) + + IF( APPLE ) diff --git a/geography/opencpn/patches/patch-plugins_wmm_pi_cmake_PluginConfigure.cmake b/geography/opencpn/patches/patch-plugins_wmm_pi_cmake_PluginConfigure.cmake new file mode 100644 index 0000000000000..6909cd6513b8f --- /dev/null +++ b/geography/opencpn/patches/patch-plugins_wmm_pi_cmake_PluginConfigure.cmake @@ -0,0 +1,16 @@ +--- plugins/wmm_pi/cmake/PluginConfigure.cmake.orig 2016-02-10 17:29:03.000000000 +0100 ++++ plugins/wmm_pi/cmake/PluginConfigure.cmake 2016-02-10 17:30:10.000000000 +0100 +@@ -41,11 +41,9 @@ + ADD_DEFINITIONS( "-Wall -Wno-unused-result -g -O2 -fexceptions" ) + ENDIF(PROFILING) + +- IF(NOT APPLE) +- SET(CMAKE_SHARED_LINKER_FLAGS "-Wl,-Bsymbolic") +- ELSE(NOT APPLE) ++ IF(APPLE) + SET(CMAKE_SHARED_LINKER_FLAGS "-Wl -undefined dynamic_lookup") +- ENDIF(NOT APPLE) ++ ENDIF(APPLE) + + ENDIF(NOT MSVC) + diff --git a/geography/opencpn/patches/patch-src_chartimg.cpp b/geography/opencpn/patches/patch-src_chartimg.cpp new file mode 100644 index 0000000000000..d9ee9a58f1a34 --- /dev/null +++ b/geography/opencpn/patches/patch-src_chartimg.cpp @@ -0,0 +1,15 @@ +$NetBSD: patch-src_chartimg.cpp,v 1.1 2016/03/14 11:01:06 bouyer Exp $ +From master: +https://github.com/OpenCPN/OpenCPN/commit/39f9b1af047330d0a8ea3a72ac66ddb15ff96285 + +--- src/chartimg.cpp.orig ++++ src/chartimg.cpp +@@ -2886,7 +2886,7 @@ void ChartBaseBSB::latlong_to_chartpix(double lat, double lon, double &pixx, dou + alat = lat + m_lat_datum_adjust; + + // Get e/n from Projection +- xlon = AdjustLongitude(xlon); ++ xlon = AdjustLongitude(alon); + + toSM_ECC(alat, xlon, m_proj_lat, m_proj_lon, &easting, &northing); + diff --git a/geography/opencpn/patches/patch-src_chcanv.cpp b/geography/opencpn/patches/patch-src_chcanv.cpp new file mode 100644 index 0000000000000..f0035124cccc5 --- /dev/null +++ b/geography/opencpn/patches/patch-src_chcanv.cpp @@ -0,0 +1,18 @@ +$NetBSD: patch-src_chcanv.cpp,v 1.1 2016/03/14 11:01:06 bouyer Exp $ +From master: +https://github.com/OpenCPN/OpenCPN/commit/39c0b7c3367181ed92adfe0e41d59b7fb65d3a9a + +--- src/chcanv.cpp.orig ++++ src/chcanv.cpp +@@ -10172,6 +10172,11 @@ void ChartCanvas::DrawAllRoutesInBBox( ocpnDC& dc, LLBBox& BltBBox, const wxRegi + continue; + } + ++ if ( 0 == pRouteDraw->GetnPoints() ) { ++ node = node->GetNext(); ++ continue; ++ } ++ + LLBBox test_box = pRouteDraw->GetBBox(); + + if( b_run ) test_box.Expand( gLon, gLat ); diff --git a/geography/opencpn/patches/patch-src_glu_libtess_sweep.c b/geography/opencpn/patches/patch-src_glu_libtess_sweep.c new file mode 100644 index 0000000000000..f2114f05a96ab --- /dev/null +++ b/geography/opencpn/patches/patch-src_glu_libtess_sweep.c @@ -0,0 +1,61 @@ +$NetBSD: patch-src_glu_libtess_sweep.c,v 1.1 2016/03/14 11:01:06 bouyer Exp $ +Fix segfault; it seems that RegionAbove(regUp) can return NULL + +--- src/glu/libtess/sweep.c.orig 2016-02-03 18:44:17.000000000 +0100 ++++ src/glu/libtess/sweep.c 2016-02-11 13:50:32.000000000 +0100 +@@ -33,6 +33,7 @@ + */ + + #include "gluos.h" ++#include + #include + #include + #include /* longjmp */ +@@ -546,7 +547,9 @@ + if( EdgeSign( eUp->Dst, eLo->Org, eUp->Org ) < 0 ) return FALSE; + + /* eLo->Org appears to be above eUp, so splice eLo->Org into eUp */ +- RegionAbove(regUp)->dirty = regUp->dirty = TRUE; ++ if (RegionAbove(regUp)) ++ RegionAbove(regUp)->dirty = TRUE; ++ regUp->dirty = TRUE; + if (__gl_meshSplitEdge( eUp->Sym ) == NULL) longjmp(tess->env,1); + if ( !__gl_meshSplice( eLo->Oprev, eUp ) ) longjmp(tess->env,1); + } +@@ -584,7 +587,9 @@ + if( EdgeSign( eUp->Dst, eLo->Dst, eUp->Org ) < 0 ) return FALSE; + + /* eLo->Dst is above eUp, so splice eLo->Dst into eUp */ +- RegionAbove(regUp)->dirty = regUp->dirty = TRUE; ++ if (RegionAbove(regUp) != NULL) ++ RegionAbove(regUp)->dirty = TRUE; ++ regUp->dirty = TRUE; + e = __gl_meshSplitEdge( eUp ); + if (e == NULL) longjmp(tess->env,1); + if ( !__gl_meshSplice( eLo->Sym, e ) ) longjmp(tess->env,1); +@@ -1025,15 +1030,23 @@ + tmp.eUp = vEvent->anEdge->Sym; + /* __GL_DICTLISTKEY */ /* __gl_dictListSearch */ + regUp = (ActiveRegion *)dictKey( dictSearch( tess->dict, &tmp )); +- regLo = RegionBelow( regUp ); ++ if (regUp == NULL) { ++ fprintf(stderr, "ConnectLeftVertex botch 1\n"); ++ return; ++ } + eUp = regUp->eUp; +- eLo = regLo->eUp; + + /* Try merging with U or L first */ + if( EdgeSign( eUp->Dst, vEvent, eUp->Org ) == 0 ) { + ConnectLeftDegenerate( tess, regUp, vEvent ); + return; + } ++ regLo = RegionBelow( regUp ); ++ if (regLo == NULL) { ++ fprintf(stderr, "ConnectLeftVertex botch 2\n"); ++ return; ++ } ++ eLo = regLo->eUp; + + /* Connect vEvent to rightmost processed vertex of either chain. + * e->Dst is the vertex that we will connect to vEvent. diff --git a/geography/opencpn/patches/patch-src_mipmap_mipmap.c b/geography/opencpn/patches/patch-src_mipmap_mipmap.c new file mode 100644 index 0000000000000..359a7ed578504 --- /dev/null +++ b/geography/opencpn/patches/patch-src_mipmap_mipmap.c @@ -0,0 +1,15 @@ +$NetBSD: patch-src_mipmap_mipmap.c,v 1.1 2016/03/14 11:01:06 bouyer Exp $ + +be consistent with #if where the function is defined + +--- src/mipmap/mipmap.c.orig 2016-02-10 16:22:54.000000000 +0100 ++++ src/mipmap/mipmap.c 2016-02-10 16:23:26.000000000 +0100 +@@ -184,7 +184,7 @@ + MipMap_24 = MipMap_24_ssse3; + } + +-#if (GCC_VERSION > 40800) || defined(__MSVC__) ++#if defined(__AVX2__) || (defined(__MSVC__) && (_MSC_VER >= 1700)) + if (nIds >= 0x00000007) { + cpuid(info,0x00000007); + diff --git a/geography/opencpn/patches/patch-src_printtable.cpp b/geography/opencpn/patches/patch-src_printtable.cpp new file mode 100644 index 0000000000000..c9ebebbfd7c52 --- /dev/null +++ b/geography/opencpn/patches/patch-src_printtable.cpp @@ -0,0 +1,21 @@ +$NetBSD: patch-src_printtable.cpp,v 1.1 2016/04/01 19:56:02 joerg Exp $ + +--- src/printtable.cpp.orig 2016-04-01 19:47:54.585451048 +0000 ++++ src/printtable.cpp +@@ -28,7 +28,6 @@ + #include + #include + #include +-using namespace std; + + #include "wx/wxprec.h" + +@@ -74,6 +73,8 @@ using namespace std; + + #include "printtable.h" + ++using namespace std; ++ + void PrintCell::Init( const wxString& _content, wxDC* _dc, int _width, int _cellpadding, bool _bold_font ) + { + bold_font = _bold_font; diff --git a/geography/opencpn/patches/patch-src_routeprintout.cpp b/geography/opencpn/patches/patch-src_routeprintout.cpp new file mode 100644 index 0000000000000..055a7fb62a09e --- /dev/null +++ b/geography/opencpn/patches/patch-src_routeprintout.cpp @@ -0,0 +1,21 @@ +$NetBSD: patch-src_routeprintout.cpp,v 1.1 2016/04/01 19:56:02 joerg Exp $ + +--- src/routeprintout.cpp.orig 2016-04-01 19:46:52.064847404 +0000 ++++ src/routeprintout.cpp +@@ -24,7 +24,6 @@ + **************************************************************************/ + + #include +-using namespace std; + + #include "wx/wxprec.h" + +@@ -72,6 +71,8 @@ using namespace std; + #include "printtable.h" + #include "wx28compat.h" + ++using namespace std; ++ + #define PRINT_WP_NAME 0 + #define PRINT_WP_POSITION 1 + #define PRINT_WP_COURSE 2 diff --git a/geography/opencpn/patches/patch-src_texcmp_squish_squish.cpp b/geography/opencpn/patches/patch-src_texcmp_squish_squish.cpp deleted file mode 100644 index e15ba1d40bede..0000000000000 --- a/geography/opencpn/patches/patch-src_texcmp_squish_squish.cpp +++ /dev/null @@ -1,12 +0,0 @@ -$NetBSD: patch-src_texcmp_squish_squish.cpp,v 1.1 2015/03/31 15:41:14 joerg Exp $ - ---- src/texcmp/squish/squish.cpp.orig 2015-03-27 17:03:21.000000000 +0000 -+++ src/texcmp/squish/squish.cpp -@@ -23,6 +23,7 @@ - - -------------------------------------------------------------------------- */ - -+#include - #include - #include "colourset.h" - #include "maths.h" diff --git a/geography/osm-gps-map/Makefile b/geography/osm-gps-map/Makefile index 727d4c750b23b..935bcc1c7fcf8 100644 --- a/geography/osm-gps-map/Makefile +++ b/geography/osm-gps-map/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2015/10/10 01:58:08 ryoon Exp $ +# $NetBSD: Makefile,v 1.4 2016/05/03 11:40:03 prlw1 Exp $ DISTNAME= osm-gps-map-1.0.2 -PKGREVISION= 1 +PKGREVISION= 3 CATEGORIES= geography MASTER_SITES= ${MASTER_SITE_GITHUB:=nzjrs/} GITHUB_RELEASE= 1.0.2 diff --git a/geography/py-google-maps-services-python/Makefile b/geography/py-google-maps-services-python/Makefile index c43bdf8aefa32..c21b10b309043 100644 --- a/geography/py-google-maps-services-python/Makefile +++ b/geography/py-google-maps-services-python/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2016/01/10 13:42:02 kleink Exp $ +# $NetBSD: Makefile,v 1.6 2016/05/06 06:51:15 wiz Exp $ DISTNAME= google-maps-services-python-2.4.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -10,7 +10,8 @@ HOMEPAGE= https://github.com/googlemaps/google-maps-services-python/ COMMENT= Python client library for Google Maps API Web Services LICENSE= apache-2.0 -DEPENDS+= ${PYPKGPREFIX}-requests<=2.9.1:../../devel/py-requests +#DEPENDS+= ${PYPKGPREFIX}-requests<=2.9.1:../../devel/py-requests +BROKEN= Needs old version of py-requests. EGG_NAME= googlemaps-${PKGVERSION_NOREV} PYTHON_VERSIONS_INCOMPATIBLE= 33 diff --git a/geography/qgis/Makefile b/geography/qgis/Makefile index e94d5658dcde2..67df6e26ed2aa 100644 --- a/geography/qgis/Makefile +++ b/geography/qgis/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.46 2016/03/05 11:28:36 jperkin Exp $ +# $NetBSD: Makefile,v 1.47 2016/04/11 19:01:52 ryoon Exp $ DISTNAME= qgis-2.12.3 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= geography MASTER_SITES= http://qgis.org/downloads/ EXTRACT_SUFX= .tar.bz2 diff --git a/geography/viking/Makefile b/geography/viking/Makefile index 2d405d916eeb3..7fedca34a56e3 100644 --- a/geography/viking/Makefile +++ b/geography/viking/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.65 2016/03/05 11:28:36 jperkin Exp $ +# $NetBSD: Makefile,v 1.66 2016/04/11 19:01:52 ryoon Exp $ # VERSION= 1.6 DISTNAME= viking-${VERSION} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= geography MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=viking/}${VERSION}/ EXTRACT_SUFX= .tar.bz2 diff --git a/graphics/Cenon/Makefile b/graphics/Cenon/Makefile index c23174c326eb9..206b1c7bdd433 100644 --- a/graphics/Cenon/Makefile +++ b/graphics/Cenon/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.26 2015/10/10 01:58:08 ryoon Exp $ +# $NetBSD: Makefile,v 1.27 2016/04/11 19:01:52 ryoon Exp $ # DISTNAME= Cenon-3.9.6 -PKGREVISION= 7 +PKGREVISION= 8 CATEGORIES= graphics cad gnustep MASTER_SITES= http://www.vhf-group.com/vhfInterservice/download/source/ EXTRACT_SUFX= .tar.bz2 diff --git a/graphics/ImageMagick/Makefile b/graphics/ImageMagick/Makefile index eafe5927ed1a2..490a61b758e04 100644 --- a/graphics/ImageMagick/Makefile +++ b/graphics/ImageMagick/Makefile @@ -1,6 +1,5 @@ -# $NetBSD: Makefile,v 1.221 2016/03/05 11:27:47 jperkin Exp $ +# $NetBSD: Makefile,v 1.224 2016/05/10 16:40:45 adam Exp $ -PKGREVISION= 2 .include "Makefile.common" PKGNAME= ImageMagick-${DISTVERSION} @@ -72,6 +71,12 @@ SUBST_MESSAGE.fix-etc= Handle configuration files. SUBST_FILES.fix-etc= Makefile.in SUBST_SED.fix-etc= -e 's,^configlibdir =.*,configlibdir = $$(DATA_DIR)/examples/ImageMagick,' +SUBST_CLASSES+= fix-tools +SUBST_STAGE.fix-tools= pre-install +SUBST_MESSAGE.fix-tools=Unwrapping tools path in delegate paths. +SUBST_FILES.fix-tools= config/delegates.xml +SUBST_SED.fix-tools= -e 's,${TOOLS_DIR},,g' + .include "../../archivers/bzip2/buildlink3.mk" .include "../../archivers/xz/buildlink3.mk" .include "../../devel/libltdl/buildlink3.mk" diff --git a/graphics/ImageMagick/Makefile.common b/graphics/ImageMagick/Makefile.common index 76f6b6bff2c0e..bc396e152fd61 100644 --- a/graphics/ImageMagick/Makefile.common +++ b/graphics/ImageMagick/Makefile.common @@ -1,10 +1,10 @@ -# $NetBSD: Makefile.common,v 1.116 2015/07/08 11:51:50 wiz Exp $ +# $NetBSD: Makefile.common,v 1.118 2016/05/10 16:40:45 adam Exp $ # # used by graphics/p5-PerlMagick/Makefile -IM_MAJOR_VER= 6.9.1 -IM_MINOR_VER= 7 -IM_MAJOR_LIB_VER= 6 +IM_MAJOR_VER= 7.0.1 +IM_MINOR_VER= 3 +IM_MAJOR_LIB_VER= 7 .if (${IM_MINOR_VER} != NONE) DISTSUFFIX= ${IM_MAJOR_VER}-${IM_MINOR_VER} diff --git a/graphics/ImageMagick/PLIST b/graphics/ImageMagick/PLIST index a11f54e858960..471d817245f26 100644 --- a/graphics/ImageMagick/PLIST +++ b/graphics/ImageMagick/PLIST @@ -1,9 +1,7 @@ -@comment $NetBSD: PLIST,v 1.84 2015/06/07 09:13:11 wiz Exp $ +@comment $NetBSD: PLIST,v 1.86 2016/05/10 16:40:45 adam Exp $ bin/Magick++-config -bin/Magick-config bin/MagickCore-config bin/MagickWand-config -bin/Wand-config bin/animate bin/compare bin/composite @@ -12,167 +10,162 @@ bin/convert bin/display bin/identify bin/import +bin/magick +bin/magick-script bin/mogrify bin/montage bin/stream -include/ImageMagick-6/Magick++.h -include/ImageMagick-6/Magick++/Blob.h -include/ImageMagick-6/Magick++/ChannelMoments.h -include/ImageMagick-6/Magick++/CoderInfo.h -include/ImageMagick-6/Magick++/Color.h -include/ImageMagick-6/Magick++/Drawable.h -include/ImageMagick-6/Magick++/Exception.h -include/ImageMagick-6/Magick++/Functions.h -include/ImageMagick-6/Magick++/Geometry.h -include/ImageMagick-6/Magick++/Image.h -include/ImageMagick-6/Magick++/Include.h -include/ImageMagick-6/Magick++/Montage.h -include/ImageMagick-6/Magick++/Pixels.h -include/ImageMagick-6/Magick++/ResourceLimits.h -include/ImageMagick-6/Magick++/STL.h -include/ImageMagick-6/Magick++/TypeMetric.h -include/ImageMagick-6/magick/ImageMagick.h -include/ImageMagick-6/magick/MagickCore.h -include/ImageMagick-6/magick/PreRvIcccm.h -include/ImageMagick-6/magick/accelerate.h -include/ImageMagick-6/magick/animate.h -include/ImageMagick-6/magick/annotate.h -include/ImageMagick-6/magick/api.h -include/ImageMagick-6/magick/artifact.h -include/ImageMagick-6/magick/attribute.h -include/ImageMagick-6/magick/blob.h -include/ImageMagick-6/magick/cache-view.h -include/ImageMagick-6/magick/cache.h -include/ImageMagick-6/magick/channel.h -include/ImageMagick-6/magick/cipher.h -include/ImageMagick-6/magick/client.h -include/ImageMagick-6/magick/coder.h -include/ImageMagick-6/magick/color.h -include/ImageMagick-6/magick/colormap.h -include/ImageMagick-6/magick/colorspace.h -include/ImageMagick-6/magick/compare.h -include/ImageMagick-6/magick/composite.h -include/ImageMagick-6/magick/compress.h -include/ImageMagick-6/magick/configure.h -include/ImageMagick-6/magick/constitute.h -include/ImageMagick-6/magick/decorate.h -include/ImageMagick-6/magick/delegate.h -include/ImageMagick-6/magick/deprecate.h -include/ImageMagick-6/magick/display.h -include/ImageMagick-6/magick/distort.h -include/ImageMagick-6/magick/distribute-cache.h -include/ImageMagick-6/magick/draw.h -include/ImageMagick-6/magick/effect.h -include/ImageMagick-6/magick/enhance.h -include/ImageMagick-6/magick/exception.h -include/ImageMagick-6/magick/feature.h -include/ImageMagick-6/magick/fourier.h -include/ImageMagick-6/magick/fx.h -include/ImageMagick-6/magick/gem.h -include/ImageMagick-6/magick/geometry.h -include/ImageMagick-6/magick/hashmap.h -include/ImageMagick-6/magick/histogram.h -include/ImageMagick-6/magick/identify.h -include/ImageMagick-6/magick/image-view.h -include/ImageMagick-6/magick/image.h -include/ImageMagick-6/magick/layer.h -include/ImageMagick-6/magick/list.h -include/ImageMagick-6/magick/locale_.h -include/ImageMagick-6/magick/log.h -include/ImageMagick-6/magick/magic.h -include/ImageMagick-6/magick/magick-baseconfig.h -include/ImageMagick-6/magick/magick-config.h -include/ImageMagick-6/magick/magick-type.h -include/ImageMagick-6/magick/magick.h -include/ImageMagick-6/magick/matrix.h -include/ImageMagick-6/magick/memory_.h -include/ImageMagick-6/magick/method-attribute.h -include/ImageMagick-6/magick/methods.h -include/ImageMagick-6/magick/mime.h -include/ImageMagick-6/magick/module.h -include/ImageMagick-6/magick/monitor.h -include/ImageMagick-6/magick/montage.h -include/ImageMagick-6/magick/morphology.h -include/ImageMagick-6/magick/opencl.h -include/ImageMagick-6/magick/option.h -include/ImageMagick-6/magick/paint.h -include/ImageMagick-6/magick/pixel-accessor.h -include/ImageMagick-6/magick/pixel.h -include/ImageMagick-6/magick/policy.h -include/ImageMagick-6/magick/prepress.h -include/ImageMagick-6/magick/profile.h -include/ImageMagick-6/magick/property.h -include/ImageMagick-6/magick/quantize.h -include/ImageMagick-6/magick/quantum.h -include/ImageMagick-6/magick/random_.h -include/ImageMagick-6/magick/registry.h -include/ImageMagick-6/magick/resample.h -include/ImageMagick-6/magick/resize.h -include/ImageMagick-6/magick/resource_.h -include/ImageMagick-6/magick/segment.h -include/ImageMagick-6/magick/semaphore.h -include/ImageMagick-6/magick/shear.h -include/ImageMagick-6/magick/signature.h -include/ImageMagick-6/magick/splay-tree.h -include/ImageMagick-6/magick/statistic.h -include/ImageMagick-6/magick/stream.h -include/ImageMagick-6/magick/string_.h -include/ImageMagick-6/magick/studio.h -include/ImageMagick-6/magick/threshold.h -include/ImageMagick-6/magick/timer.h -include/ImageMagick-6/magick/token.h -include/ImageMagick-6/magick/transform.h -include/ImageMagick-6/magick/type.h -include/ImageMagick-6/magick/utility.h -include/ImageMagick-6/magick/version.h -include/ImageMagick-6/magick/vision.h -include/ImageMagick-6/magick/widget.h -include/ImageMagick-6/magick/xml-tree.h -include/ImageMagick-6/magick/xwindow.h -include/ImageMagick-6/wand/MagickWand.h -include/ImageMagick-6/wand/animate.h -include/ImageMagick-6/wand/compare.h -include/ImageMagick-6/wand/composite.h -include/ImageMagick-6/wand/conjure.h -include/ImageMagick-6/wand/convert.h -include/ImageMagick-6/wand/deprecate.h -include/ImageMagick-6/wand/display.h -include/ImageMagick-6/wand/drawing-wand.h -include/ImageMagick-6/wand/identify.h -include/ImageMagick-6/wand/import.h -include/ImageMagick-6/wand/magick-image.h -include/ImageMagick-6/wand/magick-property.h -include/ImageMagick-6/wand/magick-wand.h -include/ImageMagick-6/wand/magick_wand.h -include/ImageMagick-6/wand/method-attribute.h -include/ImageMagick-6/wand/mogrify.h -include/ImageMagick-6/wand/montage.h -include/ImageMagick-6/wand/pixel-iterator.h -include/ImageMagick-6/wand/pixel-wand.h -include/ImageMagick-6/wand/stream.h -include/ImageMagick-6/wand/wand-view.h -lib/ImageMagick-6.9.1/config-Q16/configure.xml -lib/libMagick++-6.Q16.la -lib/libMagickCore-6.Q16.la -lib/libMagickWand-6.Q16.la -lib/pkgconfig/ImageMagick++-6.Q16.pc -lib/pkgconfig/ImageMagick++.pc -lib/pkgconfig/ImageMagick-6.Q16.pc +include/ImageMagick-7/Magick++.h +include/ImageMagick-7/Magick++/Blob.h +include/ImageMagick-7/Magick++/CoderInfo.h +include/ImageMagick-7/Magick++/Color.h +include/ImageMagick-7/Magick++/Drawable.h +include/ImageMagick-7/Magick++/Exception.h +include/ImageMagick-7/Magick++/Functions.h +include/ImageMagick-7/Magick++/Geometry.h +include/ImageMagick-7/Magick++/Image.h +include/ImageMagick-7/Magick++/Include.h +include/ImageMagick-7/Magick++/Montage.h +include/ImageMagick-7/Magick++/Pixels.h +include/ImageMagick-7/Magick++/ResourceLimits.h +include/ImageMagick-7/Magick++/STL.h +include/ImageMagick-7/Magick++/Statistic.h +include/ImageMagick-7/Magick++/TypeMetric.h +include/ImageMagick-7/MagickCore/MagickCore.h +include/ImageMagick-7/MagickCore/accelerate.h +include/ImageMagick-7/MagickCore/animate.h +include/ImageMagick-7/MagickCore/annotate.h +include/ImageMagick-7/MagickCore/artifact.h +include/ImageMagick-7/MagickCore/attribute.h +include/ImageMagick-7/MagickCore/blob.h +include/ImageMagick-7/MagickCore/cache-view.h +include/ImageMagick-7/MagickCore/cache.h +include/ImageMagick-7/MagickCore/channel.h +include/ImageMagick-7/MagickCore/cipher.h +include/ImageMagick-7/MagickCore/client.h +include/ImageMagick-7/MagickCore/coder.h +include/ImageMagick-7/MagickCore/color.h +include/ImageMagick-7/MagickCore/colormap.h +include/ImageMagick-7/MagickCore/colorspace.h +include/ImageMagick-7/MagickCore/compare.h +include/ImageMagick-7/MagickCore/composite.h +include/ImageMagick-7/MagickCore/compress.h +include/ImageMagick-7/MagickCore/configure.h +include/ImageMagick-7/MagickCore/constitute.h +include/ImageMagick-7/MagickCore/decorate.h +include/ImageMagick-7/MagickCore/delegate.h +include/ImageMagick-7/MagickCore/deprecate.h +include/ImageMagick-7/MagickCore/display.h +include/ImageMagick-7/MagickCore/distort.h +include/ImageMagick-7/MagickCore/distribute-cache.h +include/ImageMagick-7/MagickCore/draw.h +include/ImageMagick-7/MagickCore/effect.h +include/ImageMagick-7/MagickCore/enhance.h +include/ImageMagick-7/MagickCore/exception.h +include/ImageMagick-7/MagickCore/feature.h +include/ImageMagick-7/MagickCore/fourier.h +include/ImageMagick-7/MagickCore/fx.h +include/ImageMagick-7/MagickCore/gem.h +include/ImageMagick-7/MagickCore/geometry.h +include/ImageMagick-7/MagickCore/histogram.h +include/ImageMagick-7/MagickCore/identify.h +include/ImageMagick-7/MagickCore/image-view.h +include/ImageMagick-7/MagickCore/image.h +include/ImageMagick-7/MagickCore/layer.h +include/ImageMagick-7/MagickCore/linked-list.h +include/ImageMagick-7/MagickCore/list.h +include/ImageMagick-7/MagickCore/locale_.h +include/ImageMagick-7/MagickCore/log.h +include/ImageMagick-7/MagickCore/magic.h +include/ImageMagick-7/MagickCore/magick-baseconfig.h +include/ImageMagick-7/MagickCore/magick-config.h +include/ImageMagick-7/MagickCore/magick-type.h +include/ImageMagick-7/MagickCore/magick.h +include/ImageMagick-7/MagickCore/matrix.h +include/ImageMagick-7/MagickCore/memory_.h +include/ImageMagick-7/MagickCore/method-attribute.h +include/ImageMagick-7/MagickCore/methods.h +include/ImageMagick-7/MagickCore/mime.h +include/ImageMagick-7/MagickCore/module.h +include/ImageMagick-7/MagickCore/monitor.h +include/ImageMagick-7/MagickCore/montage.h +include/ImageMagick-7/MagickCore/morphology.h +include/ImageMagick-7/MagickCore/nt-base.h +include/ImageMagick-7/MagickCore/opencl.h +include/ImageMagick-7/MagickCore/option.h +include/ImageMagick-7/MagickCore/paint.h +include/ImageMagick-7/MagickCore/pixel-accessor.h +include/ImageMagick-7/MagickCore/pixel.h +include/ImageMagick-7/MagickCore/policy.h +include/ImageMagick-7/MagickCore/prepress.h +include/ImageMagick-7/MagickCore/profile.h +include/ImageMagick-7/MagickCore/property.h +include/ImageMagick-7/MagickCore/quantize.h +include/ImageMagick-7/MagickCore/quantum.h +include/ImageMagick-7/MagickCore/random_.h +include/ImageMagick-7/MagickCore/registry.h +include/ImageMagick-7/MagickCore/resample.h +include/ImageMagick-7/MagickCore/resize.h +include/ImageMagick-7/MagickCore/resource_.h +include/ImageMagick-7/MagickCore/segment.h +include/ImageMagick-7/MagickCore/semaphore.h +include/ImageMagick-7/MagickCore/shear.h +include/ImageMagick-7/MagickCore/signature.h +include/ImageMagick-7/MagickCore/splay-tree.h +include/ImageMagick-7/MagickCore/statistic.h +include/ImageMagick-7/MagickCore/stream.h +include/ImageMagick-7/MagickCore/string_.h +include/ImageMagick-7/MagickCore/studio.h +include/ImageMagick-7/MagickCore/threshold.h +include/ImageMagick-7/MagickCore/timer.h +include/ImageMagick-7/MagickCore/token.h +include/ImageMagick-7/MagickCore/transform.h +include/ImageMagick-7/MagickCore/type.h +include/ImageMagick-7/MagickCore/utility.h +include/ImageMagick-7/MagickCore/version.h +include/ImageMagick-7/MagickCore/vision.h +include/ImageMagick-7/MagickCore/widget.h +include/ImageMagick-7/MagickCore/xml-tree.h +include/ImageMagick-7/MagickCore/xwindow.h +include/ImageMagick-7/MagickWand/MagickWand.h +include/ImageMagick-7/MagickWand/animate.h +include/ImageMagick-7/MagickWand/compare.h +include/ImageMagick-7/MagickWand/composite.h +include/ImageMagick-7/MagickWand/conjure.h +include/ImageMagick-7/MagickWand/convert.h +include/ImageMagick-7/MagickWand/deprecate.h +include/ImageMagick-7/MagickWand/display.h +include/ImageMagick-7/MagickWand/drawing-wand.h +include/ImageMagick-7/MagickWand/identify.h +include/ImageMagick-7/MagickWand/import.h +include/ImageMagick-7/MagickWand/magick-cli.h +include/ImageMagick-7/MagickWand/magick-image.h +include/ImageMagick-7/MagickWand/magick-property.h +include/ImageMagick-7/MagickWand/method-attribute.h +include/ImageMagick-7/MagickWand/mogrify.h +include/ImageMagick-7/MagickWand/montage.h +include/ImageMagick-7/MagickWand/operation.h +include/ImageMagick-7/MagickWand/pixel-iterator.h +include/ImageMagick-7/MagickWand/pixel-wand.h +include/ImageMagick-7/MagickWand/stream.h +include/ImageMagick-7/MagickWand/wand-view.h +include/ImageMagick-7/MagickWand/wandcli.h +lib/ImageMagick-7.0.1/config-Q16HDRI/configure.xml +lib/libMagick++-7.Q16HDRI.la +lib/libMagickCore-7.Q16HDRI.la +lib/libMagickWand-7.Q16HDRI.la +lib/pkgconfig/ImageMagick-7.Q16HDRI.pc lib/pkgconfig/ImageMagick.pc -lib/pkgconfig/Magick++-6.Q16.pc +lib/pkgconfig/Magick++-7.Q16HDRI.pc lib/pkgconfig/Magick++.pc -lib/pkgconfig/MagickCore-6.Q16.pc +lib/pkgconfig/MagickCore-7.Q16HDRI.pc lib/pkgconfig/MagickCore.pc -lib/pkgconfig/MagickWand-6.Q16.pc +lib/pkgconfig/MagickWand-7.Q16HDRI.pc lib/pkgconfig/MagickWand.pc -lib/pkgconfig/Wand-6.Q16.pc -lib/pkgconfig/Wand.pc man/man1/ImageMagick.1 man/man1/Magick++-config.1 -man/man1/Magick-config.1 man/man1/MagickCore-config.1 man/man1/MagickWand-config.1 -man/man1/Wand-config.1 man/man1/animate.1 man/man1/compare.1 man/man1/composite.1 @@ -181,1018 +174,1090 @@ man/man1/convert.1 man/man1/display.1 man/man1/identify.1 man/man1/import.1 +man/man1/magick-script.1 +man/man1/magick.1 man/man1/mogrify.1 man/man1/montage.1 man/man1/stream.1 -share/ImageMagick-6/english.xml -share/ImageMagick-6/francais.xml -share/ImageMagick-6/locale.xml -share/doc/ImageMagick-6/ChangeLog -share/doc/ImageMagick-6/LICENSE -share/doc/ImageMagick-6/NEWS.txt -share/doc/ImageMagick-6/images/ImageMagick.ico -share/doc/ImageMagick-6/images/affine.png -share/doc/ImageMagick-6/images/arc.png -share/doc/ImageMagick-6/images/background.jpg -share/doc/ImageMagick-6/images/black.png -share/doc/ImageMagick-6/images/bluebells_clipped.jpg -share/doc/ImageMagick-6/images/bluebells_darker.jpg -share/doc/ImageMagick-6/images/bluebells_lin.jpg -share/doc/ImageMagick-6/images/bluebells_log.jpg -share/doc/ImageMagick-6/images/button.gif -share/doc/ImageMagick-6/images/configure.jpg -share/doc/ImageMagick-6/images/cylinder_shaded.png -share/doc/ImageMagick-6/images/difference.png -share/doc/ImageMagick-6/images/examples.jpg -share/doc/ImageMagick-6/images/frame.jpg -share/doc/ImageMagick-6/images/fuzzy-magick.png -share/doc/ImageMagick-6/images/gaussian-blur.png -share/doc/ImageMagick-6/images/granite.png -share/doc/ImageMagick-6/images/imade_art2.jpg -share/doc/ImageMagick-6/images/label.gif -share/doc/ImageMagick-6/images/litecoin.png -share/doc/ImageMagick-6/images/logo-sm-flop.png -share/doc/ImageMagick-6/images/logo-sm-fx.png -share/doc/ImageMagick-6/images/logo-sm.png -share/doc/ImageMagick-6/images/logo.jpg -share/doc/ImageMagick-6/images/logo.png -share/doc/ImageMagick-6/images/montage.jpg -share/doc/ImageMagick-6/images/navy.png -share/doc/ImageMagick-6/images/objects.gif -share/doc/ImageMagick-6/images/objects.jpg -share/doc/ImageMagick-6/images/objects.png -share/doc/ImageMagick-6/images/patterns/bricks.png -share/doc/ImageMagick-6/images/patterns/checkerboard.png -share/doc/ImageMagick-6/images/patterns/circles.png -share/doc/ImageMagick-6/images/patterns/crosshatch.png -share/doc/ImageMagick-6/images/patterns/crosshatch30.png -share/doc/ImageMagick-6/images/patterns/crosshatch45.png -share/doc/ImageMagick-6/images/patterns/fishscales.png -share/doc/ImageMagick-6/images/patterns/gray0.png -share/doc/ImageMagick-6/images/patterns/gray10.png -share/doc/ImageMagick-6/images/patterns/gray100.png -share/doc/ImageMagick-6/images/patterns/gray15.png -share/doc/ImageMagick-6/images/patterns/gray20.png -share/doc/ImageMagick-6/images/patterns/gray25.png -share/doc/ImageMagick-6/images/patterns/gray30.png -share/doc/ImageMagick-6/images/patterns/gray35.png -share/doc/ImageMagick-6/images/patterns/gray40.png -share/doc/ImageMagick-6/images/patterns/gray45.png -share/doc/ImageMagick-6/images/patterns/gray5.png -share/doc/ImageMagick-6/images/patterns/gray50.png -share/doc/ImageMagick-6/images/patterns/gray55.png -share/doc/ImageMagick-6/images/patterns/gray60.png -share/doc/ImageMagick-6/images/patterns/gray65.png -share/doc/ImageMagick-6/images/patterns/gray70.png -share/doc/ImageMagick-6/images/patterns/gray75.png -share/doc/ImageMagick-6/images/patterns/gray80.png -share/doc/ImageMagick-6/images/patterns/gray85.png -share/doc/ImageMagick-6/images/patterns/gray90.png -share/doc/ImageMagick-6/images/patterns/gray95.png -share/doc/ImageMagick-6/images/patterns/hexagons.png -share/doc/ImageMagick-6/images/patterns/horizontal.png -share/doc/ImageMagick-6/images/patterns/horizontal2.png -share/doc/ImageMagick-6/images/patterns/horizontal3.png -share/doc/ImageMagick-6/images/patterns/horizontalsaw.png -share/doc/ImageMagick-6/images/patterns/hs_bdiagonal.png -share/doc/ImageMagick-6/images/patterns/hs_cross.png -share/doc/ImageMagick-6/images/patterns/hs_diagcross.png -share/doc/ImageMagick-6/images/patterns/hs_fdiagonal.png -share/doc/ImageMagick-6/images/patterns/hs_horizontal.png -share/doc/ImageMagick-6/images/patterns/hs_vertical.png -share/doc/ImageMagick-6/images/patterns/left30.png -share/doc/ImageMagick-6/images/patterns/left45.png -share/doc/ImageMagick-6/images/patterns/leftshingle.png -share/doc/ImageMagick-6/images/patterns/octagons.png -share/doc/ImageMagick-6/images/patterns/right30.png -share/doc/ImageMagick-6/images/patterns/right45.png -share/doc/ImageMagick-6/images/patterns/rightshingle.png -share/doc/ImageMagick-6/images/patterns/smallfishscales.png -share/doc/ImageMagick-6/images/patterns/vertical.png -share/doc/ImageMagick-6/images/patterns/vertical2.png -share/doc/ImageMagick-6/images/patterns/vertical3.png -share/doc/ImageMagick-6/images/patterns/verticalbricks.png -share/doc/ImageMagick-6/images/patterns/verticalleftshingle.png -share/doc/ImageMagick-6/images/patterns/verticalrightshingle.png -share/doc/ImageMagick-6/images/patterns/verticalsaw.png -share/doc/ImageMagick-6/images/piechart.png -share/doc/ImageMagick-6/images/radial-gradient.png -share/doc/ImageMagick-6/images/reconstruct.jpg -share/doc/ImageMagick-6/images/red-ball.png -share/doc/ImageMagick-6/images/red-circle.png -share/doc/ImageMagick-6/images/right.gif -share/doc/ImageMagick-6/images/rose-over.png -share/doc/ImageMagick-6/images/rose-sigmoidal.png -share/doc/ImageMagick-6/images/rose.jpg -share/doc/ImageMagick-6/images/rose.png -share/doc/ImageMagick-6/images/rose.pnm -share/doc/ImageMagick-6/images/script.png -share/doc/ImageMagick-6/images/smile.gif -share/doc/ImageMagick-6/images/sponsor.jpg -share/doc/ImageMagick-6/images/sprite.jpg -share/doc/ImageMagick-6/images/t-shirt.png -share/doc/ImageMagick-6/images/wand.ico -share/doc/ImageMagick-6/images/wand.png -share/doc/ImageMagick-6/images/white-highlight.png -share/doc/ImageMagick-6/images/wizard.jpg -share/doc/ImageMagick-6/images/wizard.png -share/doc/ImageMagick-6/index.html -share/doc/ImageMagick-6/www/ImageMagickObject.html -share/doc/ImageMagick-6/www/Magick++/Blob.html -share/doc/ImageMagick-6/www/Magick++/Cache.fig -share/doc/ImageMagick-6/www/Magick++/Cache.png -share/doc/ImageMagick-6/www/Magick++/Cache.svg -share/doc/ImageMagick-6/www/Magick++/ChangeLog.html -share/doc/ImageMagick-6/www/Magick++/CoderInfo.html -share/doc/ImageMagick-6/www/Magick++/Color.html -share/doc/ImageMagick-6/www/Magick++/Documentation.html -share/doc/ImageMagick-6/www/Magick++/Drawable.html -share/doc/ImageMagick-6/www/Magick++/Drawable_example_1.png -share/doc/ImageMagick-6/www/Magick++/Enumerations.html -share/doc/ImageMagick-6/www/Magick++/Exception.html -share/doc/ImageMagick-6/www/Magick++/FormatCharacters.html -share/doc/ImageMagick-6/www/Magick++/Future.html -share/doc/ImageMagick-6/www/Magick++/Geometry.html -share/doc/ImageMagick-6/www/Magick++/Image.fig -share/doc/ImageMagick-6/www/Magick++/Image.html -share/doc/ImageMagick-6/www/Magick++/Image.png -share/doc/ImageMagick-6/www/Magick++/ImageDesign.html -share/doc/ImageMagick-6/www/Magick++/ImageMagick.png -share/doc/ImageMagick-6/www/Magick++/Install.html -share/doc/ImageMagick-6/www/Magick++/Magick++.png -share/doc/ImageMagick-6/www/Magick++/Montage.html -share/doc/ImageMagick-6/www/Magick++/NEWS.html -share/doc/ImageMagick-6/www/Magick++/PixelPacket.html -share/doc/ImageMagick-6/www/Magick++/Pixels.html -share/doc/ImageMagick-6/www/Magick++/README.txt -share/doc/ImageMagick-6/www/Magick++/STL.html -share/doc/ImageMagick-6/www/Magick++/TypeMetric.html -share/doc/ImageMagick-6/www/Magick++/index.html -share/doc/ImageMagick-6/www/Magick++/magick.css -share/doc/ImageMagick-6/www/Magick++/montage-sample-framed.jpg -share/doc/ImageMagick-6/www/Magick++/right_triangle.png -share/doc/ImageMagick-6/www/Magick++/thumbnail-anatomy-framed.fig -share/doc/ImageMagick-6/www/Magick++/thumbnail-anatomy-framed.jpg -share/doc/ImageMagick-6/www/Magick++/thumbnail-anatomy-plain.fig -share/doc/ImageMagick-6/www/Magick++/thumbnail-anatomy-plain.jpg -share/doc/ImageMagick-6/www/Magick++/thumbnail-sample-framed.jpg -share/doc/ImageMagick-6/www/Magick++/thumbnail-sample-plain.jpg -share/doc/ImageMagick-6/www/advanced-unix-installation.html -share/doc/ImageMagick-6/www/advanced-windows-installation.html -share/doc/ImageMagick-6/www/animate.html -share/doc/ImageMagick-6/www/api.html -share/doc/ImageMagick-6/www/api/MagickCore/ImageMagick_8h-source.html -share/doc/ImageMagick-6/www/api/MagickCore/ImageMagick_8h.html -share/doc/ImageMagick-6/www/api/MagickCore/MagickCore_8h-source.html -share/doc/ImageMagick-6/www/api/MagickCore/MagickCore_8h.html -share/doc/ImageMagick-6/www/api/MagickCore/PreRvIcccm_8c.html -share/doc/ImageMagick-6/www/api/MagickCore/PreRvIcccm_8h-source.html -share/doc/ImageMagick-6/www/api/MagickCore/PreRvIcccm_8h.html -share/doc/ImageMagick-6/www/api/MagickCore/animate-private_8h-source.html -share/doc/ImageMagick-6/www/api/MagickCore/animate-private_8h.html -share/doc/ImageMagick-6/www/api/MagickCore/animate_8c.html -share/doc/ImageMagick-6/www/api/MagickCore/animate_8h-source.html -share/doc/ImageMagick-6/www/api/MagickCore/animate_8h.html -share/doc/ImageMagick-6/www/api/MagickCore/annotate_8c.html -share/doc/ImageMagick-6/www/api/MagickCore/annotate_8h-source.html -share/doc/ImageMagick-6/www/api/MagickCore/annotate_8h.html -share/doc/ImageMagick-6/www/api/MagickCore/annotated.html -share/doc/ImageMagick-6/www/api/MagickCore/api_8h-source.html -share/doc/ImageMagick-6/www/api/MagickCore/api_8h.html -share/doc/ImageMagick-6/www/api/MagickCore/artifact_8c.html -share/doc/ImageMagick-6/www/api/MagickCore/artifact_8h-source.html -share/doc/ImageMagick-6/www/api/MagickCore/artifact_8h.html -share/doc/ImageMagick-6/www/api/MagickCore/blob-private_8h-source.html -share/doc/ImageMagick-6/www/api/MagickCore/blob-private_8h.html -share/doc/ImageMagick-6/www/api/MagickCore/blob_8c.html -share/doc/ImageMagick-6/www/api/MagickCore/blob_8h-source.html -share/doc/ImageMagick-6/www/api/MagickCore/blob_8h.html -share/doc/ImageMagick-6/www/api/MagickCore/cache-private_8h-source.html -share/doc/ImageMagick-6/www/api/MagickCore/cache-private_8h.html -share/doc/ImageMagick-6/www/api/MagickCore/cache-view_8c.html -share/doc/ImageMagick-6/www/api/MagickCore/cache-view_8h-source.html -share/doc/ImageMagick-6/www/api/MagickCore/cache-view_8h.html -share/doc/ImageMagick-6/www/api/MagickCore/cache_8c.html -share/doc/ImageMagick-6/www/api/MagickCore/cache_8h-source.html -share/doc/ImageMagick-6/www/api/MagickCore/cache_8h.html -share/doc/ImageMagick-6/www/api/MagickCore/classes.html -share/doc/ImageMagick-6/www/api/MagickCore/client_8c.html -share/doc/ImageMagick-6/www/api/MagickCore/client_8h-source.html -share/doc/ImageMagick-6/www/api/MagickCore/client_8h.html -share/doc/ImageMagick-6/www/api/MagickCore/coder_8c.html -share/doc/ImageMagick-6/www/api/MagickCore/coder_8h-source.html -share/doc/ImageMagick-6/www/api/MagickCore/coder_8h.html -share/doc/ImageMagick-6/www/api/MagickCore/color-private_8h-source.html -share/doc/ImageMagick-6/www/api/MagickCore/color-private_8h.html -share/doc/ImageMagick-6/www/api/MagickCore/color_8c.html -share/doc/ImageMagick-6/www/api/MagickCore/color_8h-source.html -share/doc/ImageMagick-6/www/api/MagickCore/color_8h.html -share/doc/ImageMagick-6/www/api/MagickCore/colorspace-private_8h-source.html -share/doc/ImageMagick-6/www/api/MagickCore/colorspace-private_8h.html -share/doc/ImageMagick-6/www/api/MagickCore/colorspace_8c.html -share/doc/ImageMagick-6/www/api/MagickCore/colorspace_8h-source.html -share/doc/ImageMagick-6/www/api/MagickCore/colorspace_8h.html -share/doc/ImageMagick-6/www/api/MagickCore/compare_8c.html -share/doc/ImageMagick-6/www/api/MagickCore/compare_8h-source.html -share/doc/ImageMagick-6/www/api/MagickCore/compare_8h.html -share/doc/ImageMagick-6/www/api/MagickCore/composite-private_8h-source.html -share/doc/ImageMagick-6/www/api/MagickCore/composite-private_8h.html -share/doc/ImageMagick-6/www/api/MagickCore/composite_8c.html -share/doc/ImageMagick-6/www/api/MagickCore/composite_8h-source.html -share/doc/ImageMagick-6/www/api/MagickCore/composite_8h.html -share/doc/ImageMagick-6/www/api/MagickCore/compress_8c.html -share/doc/ImageMagick-6/www/api/MagickCore/compress_8h-source.html -share/doc/ImageMagick-6/www/api/MagickCore/compress_8h.html -share/doc/ImageMagick-6/www/api/MagickCore/configure_8c.html -share/doc/ImageMagick-6/www/api/MagickCore/configure_8h-source.html -share/doc/ImageMagick-6/www/api/MagickCore/configure_8h.html -share/doc/ImageMagick-6/www/api/MagickCore/constitute_8c.html -share/doc/ImageMagick-6/www/api/MagickCore/constitute_8h-source.html -share/doc/ImageMagick-6/www/api/MagickCore/constitute_8h.html -share/doc/ImageMagick-6/www/api/MagickCore/decorate_8c.html -share/doc/ImageMagick-6/www/api/MagickCore/decorate_8h-source.html -share/doc/ImageMagick-6/www/api/MagickCore/decorate_8h.html -share/doc/ImageMagick-6/www/api/MagickCore/delegate_8c.html -share/doc/ImageMagick-6/www/api/MagickCore/delegate_8h-source.html -share/doc/ImageMagick-6/www/api/MagickCore/delegate_8h.html -share/doc/ImageMagick-6/www/api/MagickCore/deprecate_8c.html -share/doc/ImageMagick-6/www/api/MagickCore/deprecate_8h-source.html -share/doc/ImageMagick-6/www/api/MagickCore/deprecate_8h.html -share/doc/ImageMagick-6/www/api/MagickCore/dir_b44b349db36f8365f5234e57d3038770.html -share/doc/ImageMagick-6/www/api/MagickCore/dirs.html -share/doc/ImageMagick-6/www/api/MagickCore/display-private_8h-source.html -share/doc/ImageMagick-6/www/api/MagickCore/display-private_8h.html -share/doc/ImageMagick-6/www/api/MagickCore/display_8c.html -share/doc/ImageMagick-6/www/api/MagickCore/display_8h-source.html -share/doc/ImageMagick-6/www/api/MagickCore/display_8h.html -share/doc/ImageMagick-6/www/api/MagickCore/distort_8c.html -share/doc/ImageMagick-6/www/api/MagickCore/distort_8h-source.html -share/doc/ImageMagick-6/www/api/MagickCore/distort_8h.html -share/doc/ImageMagick-6/www/api/MagickCore/doxygen.css -share/doc/ImageMagick-6/www/api/MagickCore/doxygen.png -share/doc/ImageMagick-6/www/api/MagickCore/draw-private_8h-source.html -share/doc/ImageMagick-6/www/api/MagickCore/draw-private_8h.html -share/doc/ImageMagick-6/www/api/MagickCore/draw_8c.html -share/doc/ImageMagick-6/www/api/MagickCore/draw_8h-source.html -share/doc/ImageMagick-6/www/api/MagickCore/draw_8h.html -share/doc/ImageMagick-6/www/api/MagickCore/effect_8c.html -share/doc/ImageMagick-6/www/api/MagickCore/effect_8h-source.html -share/doc/ImageMagick-6/www/api/MagickCore/effect_8h.html -share/doc/ImageMagick-6/www/api/MagickCore/enhance_8c.html -share/doc/ImageMagick-6/www/api/MagickCore/enhance_8h-source.html -share/doc/ImageMagick-6/www/api/MagickCore/enhance_8h.html -share/doc/ImageMagick-6/www/api/MagickCore/exception-private_8h-source.html -share/doc/ImageMagick-6/www/api/MagickCore/exception-private_8h.html -share/doc/ImageMagick-6/www/api/MagickCore/exception_8c.html -share/doc/ImageMagick-6/www/api/MagickCore/exception_8h-source.html -share/doc/ImageMagick-6/www/api/MagickCore/exception_8h.html -share/doc/ImageMagick-6/www/api/MagickCore/files.html -share/doc/ImageMagick-6/www/api/MagickCore/ftv2blank.png -share/doc/ImageMagick-6/www/api/MagickCore/ftv2doc.png -share/doc/ImageMagick-6/www/api/MagickCore/ftv2folderclosed.png -share/doc/ImageMagick-6/www/api/MagickCore/ftv2folderopen.png -share/doc/ImageMagick-6/www/api/MagickCore/ftv2lastnode.png -share/doc/ImageMagick-6/www/api/MagickCore/ftv2link.png -share/doc/ImageMagick-6/www/api/MagickCore/ftv2mlastnode.png -share/doc/ImageMagick-6/www/api/MagickCore/ftv2mnode.png -share/doc/ImageMagick-6/www/api/MagickCore/ftv2node.png -share/doc/ImageMagick-6/www/api/MagickCore/ftv2plastnode.png -share/doc/ImageMagick-6/www/api/MagickCore/ftv2pnode.png -share/doc/ImageMagick-6/www/api/MagickCore/ftv2vertline.png -share/doc/ImageMagick-6/www/api/MagickCore/functions.html -share/doc/ImageMagick-6/www/api/MagickCore/functions_0x61.html -share/doc/ImageMagick-6/www/api/MagickCore/functions_0x62.html -share/doc/ImageMagick-6/www/api/MagickCore/functions_0x63.html -share/doc/ImageMagick-6/www/api/MagickCore/functions_0x64.html -share/doc/ImageMagick-6/www/api/MagickCore/functions_0x65.html -share/doc/ImageMagick-6/www/api/MagickCore/functions_0x66.html -share/doc/ImageMagick-6/www/api/MagickCore/functions_0x67.html -share/doc/ImageMagick-6/www/api/MagickCore/functions_0x68.html -share/doc/ImageMagick-6/www/api/MagickCore/functions_0x69.html -share/doc/ImageMagick-6/www/api/MagickCore/functions_0x6b.html -share/doc/ImageMagick-6/www/api/MagickCore/functions_0x6c.html -share/doc/ImageMagick-6/www/api/MagickCore/functions_0x6d.html -share/doc/ImageMagick-6/www/api/MagickCore/functions_0x6e.html -share/doc/ImageMagick-6/www/api/MagickCore/functions_0x6f.html -share/doc/ImageMagick-6/www/api/MagickCore/functions_0x70.html -share/doc/ImageMagick-6/www/api/MagickCore/functions_0x71.html -share/doc/ImageMagick-6/www/api/MagickCore/functions_0x72.html -share/doc/ImageMagick-6/www/api/MagickCore/functions_0x73.html -share/doc/ImageMagick-6/www/api/MagickCore/functions_0x74.html -share/doc/ImageMagick-6/www/api/MagickCore/functions_0x75.html -share/doc/ImageMagick-6/www/api/MagickCore/functions_0x76.html -share/doc/ImageMagick-6/www/api/MagickCore/functions_0x77.html -share/doc/ImageMagick-6/www/api/MagickCore/functions_0x78.html -share/doc/ImageMagick-6/www/api/MagickCore/functions_0x79.html -share/doc/ImageMagick-6/www/api/MagickCore/functions_0x7a.html -share/doc/ImageMagick-6/www/api/MagickCore/functions_func.html -share/doc/ImageMagick-6/www/api/MagickCore/functions_vars.html -share/doc/ImageMagick-6/www/api/MagickCore/functions_vars_0x61.html -share/doc/ImageMagick-6/www/api/MagickCore/functions_vars_0x62.html -share/doc/ImageMagick-6/www/api/MagickCore/functions_vars_0x63.html -share/doc/ImageMagick-6/www/api/MagickCore/functions_vars_0x64.html -share/doc/ImageMagick-6/www/api/MagickCore/functions_vars_0x65.html -share/doc/ImageMagick-6/www/api/MagickCore/functions_vars_0x66.html -share/doc/ImageMagick-6/www/api/MagickCore/functions_vars_0x67.html -share/doc/ImageMagick-6/www/api/MagickCore/functions_vars_0x68.html -share/doc/ImageMagick-6/www/api/MagickCore/functions_vars_0x69.html -share/doc/ImageMagick-6/www/api/MagickCore/functions_vars_0x6b.html -share/doc/ImageMagick-6/www/api/MagickCore/functions_vars_0x6c.html -share/doc/ImageMagick-6/www/api/MagickCore/functions_vars_0x6d.html -share/doc/ImageMagick-6/www/api/MagickCore/functions_vars_0x6e.html -share/doc/ImageMagick-6/www/api/MagickCore/functions_vars_0x6f.html -share/doc/ImageMagick-6/www/api/MagickCore/functions_vars_0x70.html -share/doc/ImageMagick-6/www/api/MagickCore/functions_vars_0x71.html -share/doc/ImageMagick-6/www/api/MagickCore/functions_vars_0x72.html -share/doc/ImageMagick-6/www/api/MagickCore/functions_vars_0x73.html -share/doc/ImageMagick-6/www/api/MagickCore/functions_vars_0x74.html -share/doc/ImageMagick-6/www/api/MagickCore/functions_vars_0x75.html -share/doc/ImageMagick-6/www/api/MagickCore/functions_vars_0x76.html -share/doc/ImageMagick-6/www/api/MagickCore/functions_vars_0x77.html -share/doc/ImageMagick-6/www/api/MagickCore/functions_vars_0x78.html -share/doc/ImageMagick-6/www/api/MagickCore/functions_vars_0x79.html -share/doc/ImageMagick-6/www/api/MagickCore/functions_vars_0x7a.html -share/doc/ImageMagick-6/www/api/MagickCore/fx-private_8h-source.html -share/doc/ImageMagick-6/www/api/MagickCore/fx-private_8h.html -share/doc/ImageMagick-6/www/api/MagickCore/fx_8c.html -share/doc/ImageMagick-6/www/api/MagickCore/fx_8h-source.html -share/doc/ImageMagick-6/www/api/MagickCore/fx_8h.html -share/doc/ImageMagick-6/www/api/MagickCore/gem_8c.html -share/doc/ImageMagick-6/www/api/MagickCore/gem_8h-source.html -share/doc/ImageMagick-6/www/api/MagickCore/gem_8h.html -share/doc/ImageMagick-6/www/api/MagickCore/geometry_8c.html -share/doc/ImageMagick-6/www/api/MagickCore/geometry_8h-source.html -share/doc/ImageMagick-6/www/api/MagickCore/geometry_8h.html -share/doc/ImageMagick-6/www/api/MagickCore/globals.html -share/doc/ImageMagick-6/www/api/MagickCore/globals_0x61.html -share/doc/ImageMagick-6/www/api/MagickCore/globals_0x62.html -share/doc/ImageMagick-6/www/api/MagickCore/globals_0x63.html -share/doc/ImageMagick-6/www/api/MagickCore/globals_0x64.html -share/doc/ImageMagick-6/www/api/MagickCore/globals_0x65.html -share/doc/ImageMagick-6/www/api/MagickCore/globals_0x66.html -share/doc/ImageMagick-6/www/api/MagickCore/globals_0x67.html -share/doc/ImageMagick-6/www/api/MagickCore/globals_0x68.html -share/doc/ImageMagick-6/www/api/MagickCore/globals_0x69.html -share/doc/ImageMagick-6/www/api/MagickCore/globals_0x6a.html -share/doc/ImageMagick-6/www/api/MagickCore/globals_0x6b.html -share/doc/ImageMagick-6/www/api/MagickCore/globals_0x6c.html -share/doc/ImageMagick-6/www/api/MagickCore/globals_0x6d.html -share/doc/ImageMagick-6/www/api/MagickCore/globals_0x6e.html -share/doc/ImageMagick-6/www/api/MagickCore/globals_0x6f.html -share/doc/ImageMagick-6/www/api/MagickCore/globals_0x70.html -share/doc/ImageMagick-6/www/api/MagickCore/globals_0x71.html -share/doc/ImageMagick-6/www/api/MagickCore/globals_0x72.html -share/doc/ImageMagick-6/www/api/MagickCore/globals_0x73.html -share/doc/ImageMagick-6/www/api/MagickCore/globals_0x74.html -share/doc/ImageMagick-6/www/api/MagickCore/globals_0x75.html -share/doc/ImageMagick-6/www/api/MagickCore/globals_0x76.html -share/doc/ImageMagick-6/www/api/MagickCore/globals_0x77.html -share/doc/ImageMagick-6/www/api/MagickCore/globals_0x78.html -share/doc/ImageMagick-6/www/api/MagickCore/globals_0x79.html -share/doc/ImageMagick-6/www/api/MagickCore/globals_0x7a.html -share/doc/ImageMagick-6/www/api/MagickCore/globals_defs.html -share/doc/ImageMagick-6/www/api/MagickCore/globals_defs_0x61.html -share/doc/ImageMagick-6/www/api/MagickCore/globals_defs_0x62.html -share/doc/ImageMagick-6/www/api/MagickCore/globals_defs_0x63.html -share/doc/ImageMagick-6/www/api/MagickCore/globals_defs_0x64.html -share/doc/ImageMagick-6/www/api/MagickCore/globals_defs_0x65.html -share/doc/ImageMagick-6/www/api/MagickCore/globals_defs_0x66.html -share/doc/ImageMagick-6/www/api/MagickCore/globals_defs_0x67.html -share/doc/ImageMagick-6/www/api/MagickCore/globals_defs_0x68.html -share/doc/ImageMagick-6/www/api/MagickCore/globals_defs_0x69.html -share/doc/ImageMagick-6/www/api/MagickCore/globals_defs_0x6b.html -share/doc/ImageMagick-6/www/api/MagickCore/globals_defs_0x6c.html -share/doc/ImageMagick-6/www/api/MagickCore/globals_defs_0x6d.html -share/doc/ImageMagick-6/www/api/MagickCore/globals_defs_0x6e.html -share/doc/ImageMagick-6/www/api/MagickCore/globals_defs_0x6f.html -share/doc/ImageMagick-6/www/api/MagickCore/globals_defs_0x70.html -share/doc/ImageMagick-6/www/api/MagickCore/globals_defs_0x71.html -share/doc/ImageMagick-6/www/api/MagickCore/globals_defs_0x72.html -share/doc/ImageMagick-6/www/api/MagickCore/globals_defs_0x73.html -share/doc/ImageMagick-6/www/api/MagickCore/globals_defs_0x74.html -share/doc/ImageMagick-6/www/api/MagickCore/globals_defs_0x75.html -share/doc/ImageMagick-6/www/api/MagickCore/globals_defs_0x76.html -share/doc/ImageMagick-6/www/api/MagickCore/globals_defs_0x77.html -share/doc/ImageMagick-6/www/api/MagickCore/globals_defs_0x78.html -share/doc/ImageMagick-6/www/api/MagickCore/globals_defs_0x79.html -share/doc/ImageMagick-6/www/api/MagickCore/globals_enum.html -share/doc/ImageMagick-6/www/api/MagickCore/globals_eval.html -share/doc/ImageMagick-6/www/api/MagickCore/globals_eval_0x62.html -share/doc/ImageMagick-6/www/api/MagickCore/globals_eval_0x63.html -share/doc/ImageMagick-6/www/api/MagickCore/globals_eval_0x64.html -share/doc/ImageMagick-6/www/api/MagickCore/globals_eval_0x65.html -share/doc/ImageMagick-6/www/api/MagickCore/globals_eval_0x66.html -share/doc/ImageMagick-6/www/api/MagickCore/globals_eval_0x67.html -share/doc/ImageMagick-6/www/api/MagickCore/globals_eval_0x68.html -share/doc/ImageMagick-6/www/api/MagickCore/globals_eval_0x69.html -share/doc/ImageMagick-6/www/api/MagickCore/globals_eval_0x6a.html -share/doc/ImageMagick-6/www/api/MagickCore/globals_eval_0x6b.html -share/doc/ImageMagick-6/www/api/MagickCore/globals_eval_0x6c.html -share/doc/ImageMagick-6/www/api/MagickCore/globals_eval_0x6d.html -share/doc/ImageMagick-6/www/api/MagickCore/globals_eval_0x6e.html -share/doc/ImageMagick-6/www/api/MagickCore/globals_eval_0x6f.html -share/doc/ImageMagick-6/www/api/MagickCore/globals_eval_0x70.html -share/doc/ImageMagick-6/www/api/MagickCore/globals_eval_0x71.html -share/doc/ImageMagick-6/www/api/MagickCore/globals_eval_0x72.html -share/doc/ImageMagick-6/www/api/MagickCore/globals_eval_0x73.html -share/doc/ImageMagick-6/www/api/MagickCore/globals_eval_0x74.html -share/doc/ImageMagick-6/www/api/MagickCore/globals_eval_0x75.html -share/doc/ImageMagick-6/www/api/MagickCore/globals_eval_0x76.html -share/doc/ImageMagick-6/www/api/MagickCore/globals_eval_0x77.html -share/doc/ImageMagick-6/www/api/MagickCore/globals_eval_0x78.html -share/doc/ImageMagick-6/www/api/MagickCore/globals_eval_0x79.html -share/doc/ImageMagick-6/www/api/MagickCore/globals_eval_0x7a.html -share/doc/ImageMagick-6/www/api/MagickCore/globals_func.html -share/doc/ImageMagick-6/www/api/MagickCore/globals_func_0x62.html -share/doc/ImageMagick-6/www/api/MagickCore/globals_func_0x63.html -share/doc/ImageMagick-6/www/api/MagickCore/globals_func_0x64.html -share/doc/ImageMagick-6/www/api/MagickCore/globals_func_0x65.html -share/doc/ImageMagick-6/www/api/MagickCore/globals_func_0x66.html -share/doc/ImageMagick-6/www/api/MagickCore/globals_func_0x67.html -share/doc/ImageMagick-6/www/api/MagickCore/globals_func_0x68.html -share/doc/ImageMagick-6/www/api/MagickCore/globals_func_0x69.html -share/doc/ImageMagick-6/www/api/MagickCore/globals_func_0x6a.html -share/doc/ImageMagick-6/www/api/MagickCore/globals_func_0x6b.html -share/doc/ImageMagick-6/www/api/MagickCore/globals_func_0x6c.html -share/doc/ImageMagick-6/www/api/MagickCore/globals_func_0x6d.html -share/doc/ImageMagick-6/www/api/MagickCore/globals_func_0x6e.html -share/doc/ImageMagick-6/www/api/MagickCore/globals_func_0x6f.html -share/doc/ImageMagick-6/www/api/MagickCore/globals_func_0x70.html -share/doc/ImageMagick-6/www/api/MagickCore/globals_func_0x71.html -share/doc/ImageMagick-6/www/api/MagickCore/globals_func_0x72.html -share/doc/ImageMagick-6/www/api/MagickCore/globals_func_0x73.html -share/doc/ImageMagick-6/www/api/MagickCore/globals_func_0x74.html -share/doc/ImageMagick-6/www/api/MagickCore/globals_func_0x75.html -share/doc/ImageMagick-6/www/api/MagickCore/globals_func_0x76.html -share/doc/ImageMagick-6/www/api/MagickCore/globals_func_0x77.html -share/doc/ImageMagick-6/www/api/MagickCore/globals_func_0x78.html -share/doc/ImageMagick-6/www/api/MagickCore/globals_func_0x79.html -share/doc/ImageMagick-6/www/api/MagickCore/globals_func_0x7a.html -share/doc/ImageMagick-6/www/api/MagickCore/globals_type.html -share/doc/ImageMagick-6/www/api/MagickCore/globals_vars.html -share/doc/ImageMagick-6/www/api/MagickCore/hashmap_8c.html -share/doc/ImageMagick-6/www/api/MagickCore/hashmap_8h-source.html -share/doc/ImageMagick-6/www/api/MagickCore/hashmap_8h.html -share/doc/ImageMagick-6/www/api/MagickCore/identify_8c.html -share/doc/ImageMagick-6/www/api/MagickCore/identify_8h-source.html -share/doc/ImageMagick-6/www/api/MagickCore/identify_8h.html -share/doc/ImageMagick-6/www/api/MagickCore/image-private_8h-source.html -share/doc/ImageMagick-6/www/api/MagickCore/image-private_8h.html -share/doc/ImageMagick-6/www/api/MagickCore/image_8c.html -share/doc/ImageMagick-6/www/api/MagickCore/image_8h-source.html -share/doc/ImageMagick-6/www/api/MagickCore/image_8h.html -share/doc/ImageMagick-6/www/api/MagickCore/index.html -share/doc/ImageMagick-6/www/api/MagickCore/layer_8c.html -share/doc/ImageMagick-6/www/api/MagickCore/layer_8h-source.html -share/doc/ImageMagick-6/www/api/MagickCore/layer_8h.html -share/doc/ImageMagick-6/www/api/MagickCore/list_8c.html -share/doc/ImageMagick-6/www/api/MagickCore/list_8h-source.html -share/doc/ImageMagick-6/www/api/MagickCore/list_8h.html -share/doc/ImageMagick-6/www/api/MagickCore/locale_8c.html -share/doc/ImageMagick-6/www/api/MagickCore/locale___8h-source.html -share/doc/ImageMagick-6/www/api/MagickCore/locale___8h.html -share/doc/ImageMagick-6/www/api/MagickCore/log_8c.html -share/doc/ImageMagick-6/www/api/MagickCore/log_8h-source.html -share/doc/ImageMagick-6/www/api/MagickCore/log_8h.html -share/doc/ImageMagick-6/www/api/MagickCore/mac_8c.html -share/doc/ImageMagick-6/www/api/MagickCore/mac_8h-source.html -share/doc/ImageMagick-6/www/api/MagickCore/mac_8h.html -share/doc/ImageMagick-6/www/api/MagickCore/magic_8c.html -share/doc/ImageMagick-6/www/api/MagickCore/magic_8h-source.html -share/doc/ImageMagick-6/www/api/MagickCore/magic_8h.html -share/doc/ImageMagick-6/www/api/MagickCore/magick-config_8h-source.html -share/doc/ImageMagick-6/www/api/MagickCore/magick-config_8h.html -share/doc/ImageMagick-6/www/api/MagickCore/magick-type_8h-source.html -share/doc/ImageMagick-6/www/api/MagickCore/magick-type_8h.html -share/doc/ImageMagick-6/www/api/MagickCore/magick_8c.html -share/doc/ImageMagick-6/www/api/MagickCore/magick_8h-source.html -share/doc/ImageMagick-6/www/api/MagickCore/magick_8h.html -share/doc/ImageMagick-6/www/api/MagickCore/main.html -share/doc/ImageMagick-6/www/api/MagickCore/matrix_8c.html -share/doc/ImageMagick-6/www/api/MagickCore/matrix_8h-source.html -share/doc/ImageMagick-6/www/api/MagickCore/matrix_8h.html -share/doc/ImageMagick-6/www/api/MagickCore/memory_8c.html -share/doc/ImageMagick-6/www/api/MagickCore/memory___8h-source.html -share/doc/ImageMagick-6/www/api/MagickCore/memory___8h.html -share/doc/ImageMagick-6/www/api/MagickCore/methods_8h-source.html -share/doc/ImageMagick-6/www/api/MagickCore/methods_8h.html -share/doc/ImageMagick-6/www/api/MagickCore/mime-private_8h-source.html -share/doc/ImageMagick-6/www/api/MagickCore/mime-private_8h.html -share/doc/ImageMagick-6/www/api/MagickCore/mime_8c.html -share/doc/ImageMagick-6/www/api/MagickCore/mime_8h-source.html -share/doc/ImageMagick-6/www/api/MagickCore/mime_8h.html -share/doc/ImageMagick-6/www/api/MagickCore/module_8c.html -share/doc/ImageMagick-6/www/api/MagickCore/module_8h-source.html -share/doc/ImageMagick-6/www/api/MagickCore/module_8h.html -share/doc/ImageMagick-6/www/api/MagickCore/monitor_8c.html -share/doc/ImageMagick-6/www/api/MagickCore/monitor_8h-source.html -share/doc/ImageMagick-6/www/api/MagickCore/monitor_8h.html -share/doc/ImageMagick-6/www/api/MagickCore/montage_8c.html -share/doc/ImageMagick-6/www/api/MagickCore/montage_8h-source.html -share/doc/ImageMagick-6/www/api/MagickCore/montage_8h.html -share/doc/ImageMagick-6/www/api/MagickCore/nt-base_8c.html -share/doc/ImageMagick-6/www/api/MagickCore/nt-base_8h-source.html -share/doc/ImageMagick-6/www/api/MagickCore/nt-base_8h.html -share/doc/ImageMagick-6/www/api/MagickCore/nt-feature_8c.html -share/doc/ImageMagick-6/www/api/MagickCore/nt-feature_8h-source.html -share/doc/ImageMagick-6/www/api/MagickCore/nt-feature_8h.html -share/doc/ImageMagick-6/www/api/MagickCore/option_8c.html -share/doc/ImageMagick-6/www/api/MagickCore/option_8h-source.html -share/doc/ImageMagick-6/www/api/MagickCore/option_8h.html -share/doc/ImageMagick-6/www/api/MagickCore/paint_8c.html -share/doc/ImageMagick-6/www/api/MagickCore/paint_8h-source.html -share/doc/ImageMagick-6/www/api/MagickCore/paint_8h.html -share/doc/ImageMagick-6/www/api/MagickCore/pixel-private_8h-source.html -share/doc/ImageMagick-6/www/api/MagickCore/pixel-private_8h.html -share/doc/ImageMagick-6/www/api/MagickCore/pixel_8c.html -share/doc/ImageMagick-6/www/api/MagickCore/pixel_8h-source.html -share/doc/ImageMagick-6/www/api/MagickCore/pixel_8h.html -share/doc/ImageMagick-6/www/api/MagickCore/prepress_8c.html -share/doc/ImageMagick-6/www/api/MagickCore/prepress_8h-source.html -share/doc/ImageMagick-6/www/api/MagickCore/prepress_8h.html -share/doc/ImageMagick-6/www/api/MagickCore/profile_8c.html -share/doc/ImageMagick-6/www/api/MagickCore/profile_8h-source.html -share/doc/ImageMagick-6/www/api/MagickCore/profile_8h.html -share/doc/ImageMagick-6/www/api/MagickCore/property_8c.html -share/doc/ImageMagick-6/www/api/MagickCore/property_8h-source.html -share/doc/ImageMagick-6/www/api/MagickCore/property_8h.html -share/doc/ImageMagick-6/www/api/MagickCore/quantize_8c.html -share/doc/ImageMagick-6/www/api/MagickCore/quantize_8h-source.html -share/doc/ImageMagick-6/www/api/MagickCore/quantize_8h.html -share/doc/ImageMagick-6/www/api/MagickCore/quantum-private_8h-source.html -share/doc/ImageMagick-6/www/api/MagickCore/quantum-private_8h.html -share/doc/ImageMagick-6/www/api/MagickCore/quantum_8c.html -share/doc/ImageMagick-6/www/api/MagickCore/quantum_8h-source.html -share/doc/ImageMagick-6/www/api/MagickCore/quantum_8h.html -share/doc/ImageMagick-6/www/api/MagickCore/random_8c.html -share/doc/ImageMagick-6/www/api/MagickCore/random___8h-source.html -share/doc/ImageMagick-6/www/api/MagickCore/random___8h.html -share/doc/ImageMagick-6/www/api/MagickCore/registry_8c.html -share/doc/ImageMagick-6/www/api/MagickCore/registry_8h-source.html -share/doc/ImageMagick-6/www/api/MagickCore/registry_8h.html -share/doc/ImageMagick-6/www/api/MagickCore/resample_8c.html -share/doc/ImageMagick-6/www/api/MagickCore/resample_8h-source.html -share/doc/ImageMagick-6/www/api/MagickCore/resample_8h.html -share/doc/ImageMagick-6/www/api/MagickCore/resize-private_8h-source.html -share/doc/ImageMagick-6/www/api/MagickCore/resize-private_8h.html -share/doc/ImageMagick-6/www/api/MagickCore/resize_8c.html -share/doc/ImageMagick-6/www/api/MagickCore/resize_8h-source.html -share/doc/ImageMagick-6/www/api/MagickCore/resize_8h.html -share/doc/ImageMagick-6/www/api/MagickCore/resource_8c.html -share/doc/ImageMagick-6/www/api/MagickCore/resource___8h-source.html -share/doc/ImageMagick-6/www/api/MagickCore/resource___8h.html -share/doc/ImageMagick-6/www/api/MagickCore/segment_8c.html -share/doc/ImageMagick-6/www/api/MagickCore/segment_8h-source.html -share/doc/ImageMagick-6/www/api/MagickCore/segment_8h.html -share/doc/ImageMagick-6/www/api/MagickCore/semaphore_8c.html -share/doc/ImageMagick-6/www/api/MagickCore/semaphore_8h-source.html -share/doc/ImageMagick-6/www/api/MagickCore/semaphore_8h.html -share/doc/ImageMagick-6/www/api/MagickCore/shear_8c.html -share/doc/ImageMagick-6/www/api/MagickCore/shear_8h-source.html -share/doc/ImageMagick-6/www/api/MagickCore/shear_8h.html -share/doc/ImageMagick-6/www/api/MagickCore/signature_8c.html -share/doc/ImageMagick-6/www/api/MagickCore/signature_8h-source.html -share/doc/ImageMagick-6/www/api/MagickCore/signature_8h.html -share/doc/ImageMagick-6/www/api/MagickCore/splay-tree_8c.html -share/doc/ImageMagick-6/www/api/MagickCore/splay-tree_8h-source.html -share/doc/ImageMagick-6/www/api/MagickCore/splay-tree_8h.html -share/doc/ImageMagick-6/www/api/MagickCore/static_8c.html -share/doc/ImageMagick-6/www/api/MagickCore/static_8h-source.html -share/doc/ImageMagick-6/www/api/MagickCore/static_8h.html -share/doc/ImageMagick-6/www/api/MagickCore/statistic_8c.html -share/doc/ImageMagick-6/www/api/MagickCore/statistic_8h-source.html -share/doc/ImageMagick-6/www/api/MagickCore/statistic_8h.html -share/doc/ImageMagick-6/www/api/MagickCore/stream-private_8h-source.html -share/doc/ImageMagick-6/www/api/MagickCore/stream-private_8h.html -share/doc/ImageMagick-6/www/api/MagickCore/stream_8c.html -share/doc/ImageMagick-6/www/api/MagickCore/stream_8h-source.html -share/doc/ImageMagick-6/www/api/MagickCore/stream_8h.html -share/doc/ImageMagick-6/www/api/MagickCore/string_8c.html -share/doc/ImageMagick-6/www/api/MagickCore/string___8h-source.html -share/doc/ImageMagick-6/www/api/MagickCore/string___8h.html -share/doc/ImageMagick-6/www/api/MagickCore/structHuffmanTable.html -share/doc/ImageMagick-6/www/api/MagickCore/structSemaphoreInfo.html -share/doc/ImageMagick-6/www/api/MagickCore/struct__AffineMatrix.html -share/doc/ImageMagick-6/www/api/MagickCore/struct__Ascii85Info.html -share/doc/ImageMagick-6/www/api/MagickCore/struct__BlobInfo.html -share/doc/ImageMagick-6/www/api/MagickCore/struct__CacheInfo.html -share/doc/ImageMagick-6/www/api/MagickCore/struct__CacheMethods.html -share/doc/ImageMagick-6/www/api/MagickCore/struct__CacheView.html -share/doc/ImageMagick-6/www/api/MagickCore/struct__ChannelStatistics.html -share/doc/ImageMagick-6/www/api/MagickCore/struct__ChromaticityInfo.html -share/doc/ImageMagick-6/www/api/MagickCore/struct__Cluster.html -share/doc/ImageMagick-6/www/api/MagickCore/struct__CoderInfo.html -share/doc/ImageMagick-6/www/api/MagickCore/struct__ColorInfo.html -share/doc/ImageMagick-6/www/api/MagickCore/struct__ColorPacket.html -share/doc/ImageMagick-6/www/api/MagickCore/struct__ConfigureInfo.html -share/doc/ImageMagick-6/www/api/MagickCore/struct__ContributionInfo.html -share/doc/ImageMagick-6/www/api/MagickCore/struct__CubeInfo.html -share/doc/ImageMagick-6/www/api/MagickCore/struct__DIR.html -share/doc/ImageMagick-6/www/api/MagickCore/struct__DataSegmentInfo.html -share/doc/ImageMagick-6/www/api/MagickCore/struct__DelegateInfo.html -share/doc/ImageMagick-6/www/api/MagickCore/struct__DiversityPacket.html -share/doc/ImageMagick-6/www/api/MagickCore/struct__DoublePixelPacket.html -share/doc/ImageMagick-6/www/api/MagickCore/struct__DrawInfo.html -share/doc/ImageMagick-6/www/api/MagickCore/struct__EdgeInfo.html -share/doc/ImageMagick-6/www/api/MagickCore/struct__ElementInfo.html -share/doc/ImageMagick-6/www/api/MagickCore/struct__ElementReference.html -share/doc/ImageMagick-6/www/api/MagickCore/struct__EntryInfo.html -share/doc/ImageMagick-6/www/api/MagickCore/struct__ErrorInfo.html -share/doc/ImageMagick-6/www/api/MagickCore/struct__EventInfo.html -share/doc/ImageMagick-6/www/api/MagickCore/struct__ExceptionInfo.html -share/doc/ImageMagick-6/www/api/MagickCore/struct__ExtentPacket.html -share/doc/ImageMagick-6/www/api/MagickCore/struct__FrameInfo.html -share/doc/ImageMagick-6/www/api/MagickCore/struct__FxInfo.html -share/doc/ImageMagick-6/www/api/MagickCore/struct__GeometryInfo.html -share/doc/ImageMagick-6/www/api/MagickCore/struct__GhostscriptVectors.html -share/doc/ImageMagick-6/www/api/MagickCore/struct__GradientInfo.html -share/doc/ImageMagick-6/www/api/MagickCore/struct__HandlerInfo.html -share/doc/ImageMagick-6/www/api/MagickCore/struct__HashmapInfo.html -share/doc/ImageMagick-6/www/api/MagickCore/struct__Image.html -share/doc/ImageMagick-6/www/api/MagickCore/struct__ImageAttribute.html -share/doc/ImageMagick-6/www/api/MagickCore/struct__ImageInfo.html -share/doc/ImageMagick-6/www/api/MagickCore/struct__IntervalTree.html -share/doc/ImageMagick-6/www/api/MagickCore/struct__LinkedListInfo.html -share/doc/ImageMagick-6/www/api/MagickCore/struct__LocaleInfo.html -share/doc/ImageMagick-6/www/api/MagickCore/struct__LogInfo.html -share/doc/ImageMagick-6/www/api/MagickCore/struct__LongPixelPacket.html -share/doc/ImageMagick-6/www/api/MagickCore/struct__MagicInfo.html -share/doc/ImageMagick-6/www/api/MagickCore/struct__MagickInfo.html -share/doc/ImageMagick-6/www/api/MagickCore/struct__MagickPixelPacket.html -share/doc/ImageMagick-6/www/api/MagickCore/struct__MedianListNode.html -share/doc/ImageMagick-6/www/api/MagickCore/struct__MedianPixelList.html -share/doc/ImageMagick-6/www/api/MagickCore/struct__MedianSkipList.html -share/doc/ImageMagick-6/www/api/MagickCore/struct__MemoryInfo.html -share/doc/ImageMagick-6/www/api/MagickCore/struct__MimeInfo.html -share/doc/ImageMagick-6/www/api/MagickCore/struct__ModuleInfo.html -share/doc/ImageMagick-6/www/api/MagickCore/struct__MontageInfo.html -share/doc/ImageMagick-6/www/api/MagickCore/struct__NTMEMORYSTATUSEX.html -share/doc/ImageMagick-6/www/api/MagickCore/struct__NexusInfo.html -share/doc/ImageMagick-6/www/api/MagickCore/struct__NodeInfo.html -share/doc/ImageMagick-6/www/api/MagickCore/struct__Nodes.html -share/doc/ImageMagick-6/www/api/MagickCore/struct__OptionInfo.html -share/doc/ImageMagick-6/www/api/MagickCore/struct__PathInfo.html -share/doc/ImageMagick-6/www/api/MagickCore/struct__PixelPacket.html -share/doc/ImageMagick-6/www/api/MagickCore/struct__PointInfo.html -share/doc/ImageMagick-6/www/api/MagickCore/struct__PolygonInfo.html -share/doc/ImageMagick-6/www/api/MagickCore/struct__PrimaryInfo.html -share/doc/ImageMagick-6/www/api/MagickCore/struct__PrimitiveInfo.html -share/doc/ImageMagick-6/www/api/MagickCore/struct__ProfileInfo.html -share/doc/ImageMagick-6/www/api/MagickCore/struct__QuantizeInfo.html -share/doc/ImageMagick-6/www/api/MagickCore/struct__QuantumInfo.html -share/doc/ImageMagick-6/www/api/MagickCore/struct__QuantumState.html -share/doc/ImageMagick-6/www/api/MagickCore/struct__RandomInfo.html -share/doc/ImageMagick-6/www/api/MagickCore/struct__RealPixelPacket.html -share/doc/ImageMagick-6/www/api/MagickCore/struct__RectangleInfo.html -share/doc/ImageMagick-6/www/api/MagickCore/struct__RegistryInfo.html -share/doc/ImageMagick-6/www/api/MagickCore/struct__ResampleFilter.html -share/doc/ImageMagick-6/www/api/MagickCore/struct__ResizeFilter.html -share/doc/ImageMagick-6/www/api/MagickCore/struct__ResourceInfo.html -share/doc/ImageMagick-6/www/api/MagickCore/struct__SegmentInfo.html -share/doc/ImageMagick-6/www/api/MagickCore/struct__SignatureInfo.html -share/doc/ImageMagick-6/www/api/MagickCore/struct__SplayTreeInfo.html -share/doc/ImageMagick-6/www/api/MagickCore/struct__StopInfo.html -share/doc/ImageMagick-6/www/api/MagickCore/struct__StreamInfo.html -share/doc/ImageMagick-6/www/api/MagickCore/struct__StringInfo.html -share/doc/ImageMagick-6/www/api/MagickCore/struct__ThresholdMap.html -share/doc/ImageMagick-6/www/api/MagickCore/struct__Timer.html -share/doc/ImageMagick-6/www/api/MagickCore/struct__TimerInfo.html -share/doc/ImageMagick-6/www/api/MagickCore/struct__TokenInfo.html -share/doc/ImageMagick-6/www/api/MagickCore/struct__TypeInfo.html -share/doc/ImageMagick-6/www/api/MagickCore/struct__TypeMetric.html -share/doc/ImageMagick-6/www/api/MagickCore/struct__ViewInfo.html -share/doc/ImageMagick-6/www/api/MagickCore/struct__XImportInfo.html -share/doc/ImageMagick-6/www/api/MagickCore/struct__XMLTreeInfo.html -share/doc/ImageMagick-6/www/api/MagickCore/struct__XMLTreeRoot.html -share/doc/ImageMagick-6/www/api/MagickCore/struct__XWidgetInfo.html -share/doc/ImageMagick-6/www/api/MagickCore/struct__ZeroCrossing.html -share/doc/ImageMagick-6/www/api/MagickCore/struct__dirdesc.html -share/doc/ImageMagick-6/www/api/MagickCore/struct__ile3.html -share/doc/ImageMagick-6/www/api/MagickCore/structdirent.html -share/doc/ImageMagick-6/www/api/MagickCore/studio_8h-source.html -share/doc/ImageMagick-6/www/api/MagickCore/studio_8h.html -share/doc/ImageMagick-6/www/api/MagickCore/tab_b.gif -share/doc/ImageMagick-6/www/api/MagickCore/tab_l.gif -share/doc/ImageMagick-6/www/api/MagickCore/tab_r.gif -share/doc/ImageMagick-6/www/api/MagickCore/tabs.css -share/doc/ImageMagick-6/www/api/MagickCore/threshold_8c.html -share/doc/ImageMagick-6/www/api/MagickCore/threshold_8h-source.html -share/doc/ImageMagick-6/www/api/MagickCore/threshold_8h.html -share/doc/ImageMagick-6/www/api/MagickCore/timer_8c.html -share/doc/ImageMagick-6/www/api/MagickCore/timer_8h-source.html -share/doc/ImageMagick-6/www/api/MagickCore/timer_8h.html -share/doc/ImageMagick-6/www/api/MagickCore/token_8c.html -share/doc/ImageMagick-6/www/api/MagickCore/token_8h-source.html -share/doc/ImageMagick-6/www/api/MagickCore/token_8h.html -share/doc/ImageMagick-6/www/api/MagickCore/transform_8c.html -share/doc/ImageMagick-6/www/api/MagickCore/transform_8h-source.html -share/doc/ImageMagick-6/www/api/MagickCore/transform_8h.html -share/doc/ImageMagick-6/www/api/MagickCore/tree.html -share/doc/ImageMagick-6/www/api/MagickCore/type_8c.html -share/doc/ImageMagick-6/www/api/MagickCore/type_8h-source.html -share/doc/ImageMagick-6/www/api/MagickCore/type_8h.html -share/doc/ImageMagick-6/www/api/MagickCore/utility_8c.html -share/doc/ImageMagick-6/www/api/MagickCore/utility_8h-source.html -share/doc/ImageMagick-6/www/api/MagickCore/utility_8h.html -share/doc/ImageMagick-6/www/api/MagickCore/version_8c.html -share/doc/ImageMagick-6/www/api/MagickCore/version_8h-source.html -share/doc/ImageMagick-6/www/api/MagickCore/version_8h.html -share/doc/ImageMagick-6/www/api/MagickCore/vms_8c.html -share/doc/ImageMagick-6/www/api/MagickCore/vms_8h-source.html -share/doc/ImageMagick-6/www/api/MagickCore/vms_8h.html -share/doc/ImageMagick-6/www/api/MagickCore/widget_8c.html -share/doc/ImageMagick-6/www/api/MagickCore/widget_8h-source.html -share/doc/ImageMagick-6/www/api/MagickCore/widget_8h.html -share/doc/ImageMagick-6/www/api/MagickCore/xml-tree_8c.html -share/doc/ImageMagick-6/www/api/MagickCore/xml-tree_8h-source.html -share/doc/ImageMagick-6/www/api/MagickCore/xml-tree_8h.html -share/doc/ImageMagick-6/www/api/MagickCore/xwindow-private_8h-source.html -share/doc/ImageMagick-6/www/api/MagickCore/xwindow-private_8h.html -share/doc/ImageMagick-6/www/api/MagickCore/xwindow_8c.html -share/doc/ImageMagick-6/www/api/MagickCore/xwindow_8h-source.html -share/doc/ImageMagick-6/www/api/MagickCore/xwindow_8h.html -share/doc/ImageMagick-6/www/api/MagickWand/MagickWand_8h-source.html -share/doc/ImageMagick-6/www/api/MagickWand/MagickWand_8h.html -share/doc/ImageMagick-6/www/api/MagickWand/animate_8c.html -share/doc/ImageMagick-6/www/api/MagickWand/animate_8h-source.html -share/doc/ImageMagick-6/www/api/MagickWand/animate_8h.html -share/doc/ImageMagick-6/www/api/MagickWand/annotated.html -share/doc/ImageMagick-6/www/api/MagickWand/classes.html -share/doc/ImageMagick-6/www/api/MagickWand/compare_8c.html -share/doc/ImageMagick-6/www/api/MagickWand/compare_8h-source.html -share/doc/ImageMagick-6/www/api/MagickWand/compare_8h.html -share/doc/ImageMagick-6/www/api/MagickWand/composite_8c.html -share/doc/ImageMagick-6/www/api/MagickWand/composite_8h-source.html -share/doc/ImageMagick-6/www/api/MagickWand/composite_8h.html -share/doc/ImageMagick-6/www/api/MagickWand/conjure_8c.html -share/doc/ImageMagick-6/www/api/MagickWand/conjure_8h-source.html -share/doc/ImageMagick-6/www/api/MagickWand/conjure_8h.html -share/doc/ImageMagick-6/www/api/MagickWand/convert_8c.html -share/doc/ImageMagick-6/www/api/MagickWand/convert_8h-source.html -share/doc/ImageMagick-6/www/api/MagickWand/convert_8h.html -share/doc/ImageMagick-6/www/api/MagickWand/deprecate_8c.html -share/doc/ImageMagick-6/www/api/MagickWand/deprecate_8h-source.html -share/doc/ImageMagick-6/www/api/MagickWand/deprecate_8h.html -share/doc/ImageMagick-6/www/api/MagickWand/dir_101f7ac0a894e32543a314e85b2e1524.html -share/doc/ImageMagick-6/www/api/MagickWand/dirs.html -share/doc/ImageMagick-6/www/api/MagickWand/display_8c.html -share/doc/ImageMagick-6/www/api/MagickWand/display_8h-source.html -share/doc/ImageMagick-6/www/api/MagickWand/display_8h.html -share/doc/ImageMagick-6/www/api/MagickWand/doxygen.css -share/doc/ImageMagick-6/www/api/MagickWand/doxygen.png -share/doc/ImageMagick-6/www/api/MagickWand/drawing-wand_8c.html -share/doc/ImageMagick-6/www/api/MagickWand/drawing-wand_8h-source.html -share/doc/ImageMagick-6/www/api/MagickWand/drawing-wand_8h.html -share/doc/ImageMagick-6/www/api/MagickWand/drawtest_8c.html -share/doc/ImageMagick-6/www/api/MagickWand/files.html -share/doc/ImageMagick-6/www/api/MagickWand/ftv2blank.png -share/doc/ImageMagick-6/www/api/MagickWand/ftv2doc.png -share/doc/ImageMagick-6/www/api/MagickWand/ftv2folderclosed.png -share/doc/ImageMagick-6/www/api/MagickWand/ftv2folderopen.png -share/doc/ImageMagick-6/www/api/MagickWand/ftv2lastnode.png -share/doc/ImageMagick-6/www/api/MagickWand/ftv2link.png -share/doc/ImageMagick-6/www/api/MagickWand/ftv2mlastnode.png -share/doc/ImageMagick-6/www/api/MagickWand/ftv2mnode.png -share/doc/ImageMagick-6/www/api/MagickWand/ftv2node.png -share/doc/ImageMagick-6/www/api/MagickWand/ftv2plastnode.png -share/doc/ImageMagick-6/www/api/MagickWand/ftv2pnode.png -share/doc/ImageMagick-6/www/api/MagickWand/ftv2vertline.png -share/doc/ImageMagick-6/www/api/MagickWand/functions.html -share/doc/ImageMagick-6/www/api/MagickWand/functions_vars.html -share/doc/ImageMagick-6/www/api/MagickWand/globals.html -share/doc/ImageMagick-6/www/api/MagickWand/globals_0x61.html -share/doc/ImageMagick-6/www/api/MagickWand/globals_0x62.html -share/doc/ImageMagick-6/www/api/MagickWand/globals_0x63.html -share/doc/ImageMagick-6/www/api/MagickWand/globals_0x64.html -share/doc/ImageMagick-6/www/api/MagickWand/globals_0x65.html -share/doc/ImageMagick-6/www/api/MagickWand/globals_0x67.html -share/doc/ImageMagick-6/www/api/MagickWand/globals_0x69.html -share/doc/ImageMagick-6/www/api/MagickWand/globals_0x6d.html -share/doc/ImageMagick-6/www/api/MagickWand/globals_0x6e.html -share/doc/ImageMagick-6/www/api/MagickWand/globals_0x6f.html -share/doc/ImageMagick-6/www/api/MagickWand/globals_0x70.html -share/doc/ImageMagick-6/www/api/MagickWand/globals_0x71.html -share/doc/ImageMagick-6/www/api/MagickWand/globals_0x72.html -share/doc/ImageMagick-6/www/api/MagickWand/globals_0x73.html -share/doc/ImageMagick-6/www/api/MagickWand/globals_0x74.html -share/doc/ImageMagick-6/www/api/MagickWand/globals_0x75.html -share/doc/ImageMagick-6/www/api/MagickWand/globals_0x77.html -share/doc/ImageMagick-6/www/api/MagickWand/globals_0x78.html -share/doc/ImageMagick-6/www/api/MagickWand/globals_defs.html -share/doc/ImageMagick-6/www/api/MagickWand/globals_enum.html -share/doc/ImageMagick-6/www/api/MagickWand/globals_eval.html -share/doc/ImageMagick-6/www/api/MagickWand/globals_func.html -share/doc/ImageMagick-6/www/api/MagickWand/globals_func_0x63.html -share/doc/ImageMagick-6/www/api/MagickWand/globals_func_0x64.html -share/doc/ImageMagick-6/www/api/MagickWand/globals_func_0x67.html -share/doc/ImageMagick-6/www/api/MagickWand/globals_func_0x69.html -share/doc/ImageMagick-6/www/api/MagickWand/globals_func_0x6d.html -share/doc/ImageMagick-6/www/api/MagickWand/globals_func_0x6e.html -share/doc/ImageMagick-6/www/api/MagickWand/globals_func_0x70.html -share/doc/ImageMagick-6/www/api/MagickWand/globals_func_0x72.html -share/doc/ImageMagick-6/www/api/MagickWand/globals_func_0x73.html -share/doc/ImageMagick-6/www/api/MagickWand/globals_type.html -share/doc/ImageMagick-6/www/api/MagickWand/globals_vars.html -share/doc/ImageMagick-6/www/api/MagickWand/identify_8c.html -share/doc/ImageMagick-6/www/api/MagickWand/identify_8h-source.html -share/doc/ImageMagick-6/www/api/MagickWand/identify_8h.html -share/doc/ImageMagick-6/www/api/MagickWand/import_8c.html -share/doc/ImageMagick-6/www/api/MagickWand/import_8h-source.html -share/doc/ImageMagick-6/www/api/MagickWand/import_8h.html -share/doc/ImageMagick-6/www/api/MagickWand/index.html -share/doc/ImageMagick-6/www/api/MagickWand/magick-image_8c.html -share/doc/ImageMagick-6/www/api/MagickWand/magick-image_8h-source.html -share/doc/ImageMagick-6/www/api/MagickWand/magick-image_8h.html -share/doc/ImageMagick-6/www/api/MagickWand/magick-property_8c.html -share/doc/ImageMagick-6/www/api/MagickWand/magick-property_8h-source.html -share/doc/ImageMagick-6/www/api/MagickWand/magick-property_8h.html -share/doc/ImageMagick-6/www/api/MagickWand/magick-wand-private_8h-source.html -share/doc/ImageMagick-6/www/api/MagickWand/magick-wand-private_8h.html -share/doc/ImageMagick-6/www/api/MagickWand/magick-wand_8c.html -share/doc/ImageMagick-6/www/api/MagickWand/magick-wand_8h-source.html -share/doc/ImageMagick-6/www/api/MagickWand/magick-wand_8h.html -share/doc/ImageMagick-6/www/api/MagickWand/magick__wand_8h-source.html -share/doc/ImageMagick-6/www/api/MagickWand/magick__wand_8h.html -share/doc/ImageMagick-6/www/api/MagickWand/main.html -share/doc/ImageMagick-6/www/api/MagickWand/mogrify-private_8h-source.html -share/doc/ImageMagick-6/www/api/MagickWand/mogrify-private_8h.html -share/doc/ImageMagick-6/www/api/MagickWand/mogrify_8c.html -share/doc/ImageMagick-6/www/api/MagickWand/mogrify_8h-source.html -share/doc/ImageMagick-6/www/api/MagickWand/mogrify_8h.html -share/doc/ImageMagick-6/www/api/MagickWand/montage_8c.html -share/doc/ImageMagick-6/www/api/MagickWand/montage_8h-source.html -share/doc/ImageMagick-6/www/api/MagickWand/montage_8h.html -share/doc/ImageMagick-6/www/api/MagickWand/pixel-iterator_8c.html -share/doc/ImageMagick-6/www/api/MagickWand/pixel-iterator_8h-source.html -share/doc/ImageMagick-6/www/api/MagickWand/pixel-iterator_8h.html -share/doc/ImageMagick-6/www/api/MagickWand/pixel-wand-private_8h-source.html -share/doc/ImageMagick-6/www/api/MagickWand/pixel-wand-private_8h.html -share/doc/ImageMagick-6/www/api/MagickWand/pixel-wand_8c.html -share/doc/ImageMagick-6/www/api/MagickWand/pixel-wand_8h-source.html -share/doc/ImageMagick-6/www/api/MagickWand/pixel-wand_8h.html -share/doc/ImageMagick-6/www/api/MagickWand/stream_8c.html -share/doc/ImageMagick-6/www/api/MagickWand/stream_8h-source.html -share/doc/ImageMagick-6/www/api/MagickWand/stream_8h.html -share/doc/ImageMagick-6/www/api/MagickWand/struct__CompositeOptions.html -share/doc/ImageMagick-6/www/api/MagickWand/struct__DrawVTable.html -share/doc/ImageMagick-6/www/api/MagickWand/struct__DrawingWand.html -share/doc/ImageMagick-6/www/api/MagickWand/struct__MagickWand.html -share/doc/ImageMagick-6/www/api/MagickWand/struct__PixelIterator.html -share/doc/ImageMagick-6/www/api/MagickWand/struct__PixelWand.html -share/doc/ImageMagick-6/www/api/MagickWand/studio_8h-source.html -share/doc/ImageMagick-6/www/api/MagickWand/studio_8h.html -share/doc/ImageMagick-6/www/api/MagickWand/tab_b.gif -share/doc/ImageMagick-6/www/api/MagickWand/tab_l.gif -share/doc/ImageMagick-6/www/api/MagickWand/tab_r.gif -share/doc/ImageMagick-6/www/api/MagickWand/tabs.css -share/doc/ImageMagick-6/www/api/MagickWand/tree.html -share/doc/ImageMagick-6/www/api/MagickWand/wand_8c.html -share/doc/ImageMagick-6/www/api/MagickWand/wand_8h-source.html -share/doc/ImageMagick-6/www/api/MagickWand/wand_8h.html -share/doc/ImageMagick-6/www/api/MagickWand/wandtest_8c.html -share/doc/ImageMagick-6/www/api/animate.html -share/doc/ImageMagick-6/www/api/annotate.html -share/doc/ImageMagick-6/www/api/attribute.html -share/doc/ImageMagick-6/www/api/blob.html -share/doc/ImageMagick-6/www/api/cache-view.html -share/doc/ImageMagick-6/www/api/cache.html -share/doc/ImageMagick-6/www/api/channel.html -share/doc/ImageMagick-6/www/api/cipher.html -share/doc/ImageMagick-6/www/api/color.html -share/doc/ImageMagick-6/www/api/colormap.html -share/doc/ImageMagick-6/www/api/colorspace.html -share/doc/ImageMagick-6/www/api/compare.html -share/doc/ImageMagick-6/www/api/composite.html -share/doc/ImageMagick-6/www/api/constitute.html -share/doc/ImageMagick-6/www/api/decorate.html -share/doc/ImageMagick-6/www/api/deprecate.html -share/doc/ImageMagick-6/www/api/display.html -share/doc/ImageMagick-6/www/api/distort.html -share/doc/ImageMagick-6/www/api/draw.html -share/doc/ImageMagick-6/www/api/drawing-wand.html -share/doc/ImageMagick-6/www/api/effect.html -share/doc/ImageMagick-6/www/api/enhance.html -share/doc/ImageMagick-6/www/api/exception.html -share/doc/ImageMagick-6/www/api/feature.html -share/doc/ImageMagick-6/www/api/fourier.html -share/doc/ImageMagick-6/www/api/fx.html -share/doc/ImageMagick-6/www/api/histogram.html -share/doc/ImageMagick-6/www/api/image-view.html -share/doc/ImageMagick-6/www/api/image.html -share/doc/ImageMagick-6/www/api/layer.html -share/doc/ImageMagick-6/www/api/list.html -share/doc/ImageMagick-6/www/api/magick-deprecate.html -share/doc/ImageMagick-6/www/api/magick-image.html -share/doc/ImageMagick-6/www/api/magick-property.html -share/doc/ImageMagick-6/www/api/magick-wand.html -share/doc/ImageMagick-6/www/api/magick.html -share/doc/ImageMagick-6/www/api/memory.html -share/doc/ImageMagick-6/www/api/mime.html -share/doc/ImageMagick-6/www/api/module.html -share/doc/ImageMagick-6/www/api/mogrify.html -share/doc/ImageMagick-6/www/api/monitor.html -share/doc/ImageMagick-6/www/api/montage.html -share/doc/ImageMagick-6/www/api/morphology.html -share/doc/ImageMagick-6/www/api/paint.html -share/doc/ImageMagick-6/www/api/pixel-iterator.html -share/doc/ImageMagick-6/www/api/pixel-wand.html -share/doc/ImageMagick-6/www/api/profile.html -share/doc/ImageMagick-6/www/api/property.html -share/doc/ImageMagick-6/www/api/quantize.html -share/doc/ImageMagick-6/www/api/registry.html -share/doc/ImageMagick-6/www/api/resize.html -share/doc/ImageMagick-6/www/api/resource.html -share/doc/ImageMagick-6/www/api/segment.html -share/doc/ImageMagick-6/www/api/shear.html -share/doc/ImageMagick-6/www/api/signature.html -share/doc/ImageMagick-6/www/api/statistic.html -share/doc/ImageMagick-6/www/api/stream.html -share/doc/ImageMagick-6/www/api/transform.html -share/doc/ImageMagick-6/www/api/version.html -share/doc/ImageMagick-6/www/api/wand-view.html -share/doc/ImageMagick-6/www/architecture.html -share/doc/ImageMagick-6/www/binary-releases.html -share/doc/ImageMagick-6/www/changelog.html -share/doc/ImageMagick-6/www/cipher.html -share/doc/ImageMagick-6/www/color-management.html -share/doc/ImageMagick-6/www/color.html -share/doc/ImageMagick-6/www/command-line-options.html -share/doc/ImageMagick-6/www/command-line-processing.html -share/doc/ImageMagick-6/www/command-line-tools.html -share/doc/ImageMagick-6/www/compare.html -share/doc/ImageMagick-6/www/compose.html -share/doc/ImageMagick-6/www/composite.html -share/doc/ImageMagick-6/www/conjure.html -share/doc/ImageMagick-6/www/connected-components.html -share/doc/ImageMagick-6/www/contact.html -share/doc/ImageMagick-6/www/convert.html -share/doc/ImageMagick-6/www/css/bootstrap.min.css -share/doc/ImageMagick-6/www/css/magick.css -share/doc/ImageMagick-6/www/display.html -share/doc/ImageMagick-6/www/distribute-pixel-cache.html -share/doc/ImageMagick-6/www/download.html -share/doc/ImageMagick-6/www/escape.html -share/doc/ImageMagick-6/www/examples.html -share/doc/ImageMagick-6/www/exception.html -share/doc/ImageMagick-6/www/export.html -share/doc/ImageMagick-6/www/favicon.ico -share/doc/ImageMagick-6/www/formats.html -share/doc/ImageMagick-6/www/fx.html -share/doc/ImageMagick-6/www/high-dynamic-range.html -share/doc/ImageMagick-6/www/history.html -share/doc/ImageMagick-6/www/identify.html -share/doc/ImageMagick-6/www/import.html -share/doc/ImageMagick-6/www/index.html -share/doc/ImageMagick-6/www/install-source.html -share/doc/ImageMagick-6/www/jp2.html -share/doc/ImageMagick-6/www/js/bootstrap.min.js -share/doc/ImageMagick-6/www/license.html -share/doc/ImageMagick-6/www/links.html -share/doc/ImageMagick-6/www/magick++.html -share/doc/ImageMagick-6/www/magick-core.html -share/doc/ImageMagick-6/www/magick-vector-graphics.html -share/doc/ImageMagick-6/www/magick-wand.html -share/doc/ImageMagick-6/www/magick.css -share/doc/ImageMagick-6/www/miff.html -share/doc/ImageMagick-6/www/mogrify.html -share/doc/ImageMagick-6/www/montage.html -share/doc/ImageMagick-6/www/motion-picture.html -share/doc/ImageMagick-6/www/openmp.html -share/doc/ImageMagick-6/www/perl-magick.html -share/doc/ImageMagick-6/www/porting.html -share/doc/ImageMagick-6/www/quantize.html -share/doc/ImageMagick-6/www/resources.html -share/doc/ImageMagick-6/www/search.html -share/doc/ImageMagick-6/www/sitemap.html -share/doc/ImageMagick-6/www/source/analyze.c -share/doc/ImageMagick-6/www/source/coder.xml -share/doc/ImageMagick-6/www/source/colors.xml -share/doc/ImageMagick-6/www/source/configure.xml -share/doc/ImageMagick-6/www/source/contrast.c -share/doc/ImageMagick-6/www/source/core.c -share/doc/ImageMagick-6/www/source/delegates.xml -share/doc/ImageMagick-6/www/source/english.xml -share/doc/ImageMagick-6/www/source/examples.pl -share/doc/ImageMagick-6/www/source/francais.xml -share/doc/ImageMagick-6/www/source/incantation.msl -share/doc/ImageMagick-6/www/source/locale.xml -share/doc/ImageMagick-6/www/source/log.xml -share/doc/ImageMagick-6/www/source/magic.xml -share/doc/ImageMagick-6/www/source/mime.xml -share/doc/ImageMagick-6/www/source/piechart.mvg -share/doc/ImageMagick-6/www/source/piechart.svg -share/doc/ImageMagick-6/www/source/policy.xml -share/doc/ImageMagick-6/www/source/thresholds.xml -share/doc/ImageMagick-6/www/source/type-ghostscript.xml -share/doc/ImageMagick-6/www/source/type-windows.xml -share/doc/ImageMagick-6/www/source/type.xml -share/doc/ImageMagick-6/www/source/wand.c -share/doc/ImageMagick-6/www/stream.html -share/doc/ImageMagick-6/www/subversion.html -share/doc/ImageMagick-6/www/support.html -share/doc/ImageMagick-6/www/t-shirt.html -share/doc/ImageMagick-6/www/wand.png -share/doc/ImageMagick-6/www/webp.html +share/ImageMagick-7/english.xml +share/ImageMagick-7/francais.xml +share/ImageMagick-7/locale.xml +share/doc/ImageMagick-7/ChangeLog +share/doc/ImageMagick-7/LICENSE +share/doc/ImageMagick-7/NEWS.txt +share/doc/ImageMagick-7/images/ImageMagick.ico +share/doc/ImageMagick-7/images/affine.png +share/doc/ImageMagick-7/images/annotate.png +share/doc/ImageMagick-7/images/arc.png +share/doc/ImageMagick-7/images/atop.gif +share/doc/ImageMagick-7/images/background.jpg +share/doc/ImageMagick-7/images/black.png +share/doc/ImageMagick-7/images/bluebells_clipped.jpg +share/doc/ImageMagick-7/images/bluebells_darker.jpg +share/doc/ImageMagick-7/images/bluebells_lin.jpg +share/doc/ImageMagick-7/images/bluebells_log.jpg +share/doc/ImageMagick-7/images/button.gif +share/doc/ImageMagick-7/images/configure.jpg +share/doc/ImageMagick-7/images/cylinder_shaded.png +share/doc/ImageMagick-7/images/difference.png +share/doc/ImageMagick-7/images/examples.jpg +share/doc/ImageMagick-7/images/frame.jpg +share/doc/ImageMagick-7/images/fuzzy-magick.png +share/doc/ImageMagick-7/images/gaussian-blur.png +share/doc/ImageMagick-7/images/granite.png +share/doc/ImageMagick-7/images/imade_art2.jpg +share/doc/ImageMagick-7/images/label.gif +share/doc/ImageMagick-7/images/litecoin.png +share/doc/ImageMagick-7/images/logo-sm-flop.png +share/doc/ImageMagick-7/images/logo-sm-fx.png +share/doc/ImageMagick-7/images/logo-sm.png +share/doc/ImageMagick-7/images/logo.jpg +share/doc/ImageMagick-7/images/logo.png +share/doc/ImageMagick-7/images/montage.jpg +share/doc/ImageMagick-7/images/navy.png +share/doc/ImageMagick-7/images/objects.gif +share/doc/ImageMagick-7/images/objects.jpg +share/doc/ImageMagick-7/images/objects.png +share/doc/ImageMagick-7/images/over.gif +share/doc/ImageMagick-7/images/patterns/bricks.png +share/doc/ImageMagick-7/images/patterns/checkerboard.png +share/doc/ImageMagick-7/images/patterns/circles.png +share/doc/ImageMagick-7/images/patterns/crosshatch.png +share/doc/ImageMagick-7/images/patterns/crosshatch30.png +share/doc/ImageMagick-7/images/patterns/crosshatch45.png +share/doc/ImageMagick-7/images/patterns/fishscales.png +share/doc/ImageMagick-7/images/patterns/gray0.png +share/doc/ImageMagick-7/images/patterns/gray10.png +share/doc/ImageMagick-7/images/patterns/gray100.png +share/doc/ImageMagick-7/images/patterns/gray15.png +share/doc/ImageMagick-7/images/patterns/gray20.png +share/doc/ImageMagick-7/images/patterns/gray25.png +share/doc/ImageMagick-7/images/patterns/gray30.png +share/doc/ImageMagick-7/images/patterns/gray35.png +share/doc/ImageMagick-7/images/patterns/gray40.png +share/doc/ImageMagick-7/images/patterns/gray45.png +share/doc/ImageMagick-7/images/patterns/gray5.png +share/doc/ImageMagick-7/images/patterns/gray50.png +share/doc/ImageMagick-7/images/patterns/gray55.png +share/doc/ImageMagick-7/images/patterns/gray60.png +share/doc/ImageMagick-7/images/patterns/gray65.png +share/doc/ImageMagick-7/images/patterns/gray70.png +share/doc/ImageMagick-7/images/patterns/gray75.png +share/doc/ImageMagick-7/images/patterns/gray80.png +share/doc/ImageMagick-7/images/patterns/gray85.png +share/doc/ImageMagick-7/images/patterns/gray90.png +share/doc/ImageMagick-7/images/patterns/gray95.png +share/doc/ImageMagick-7/images/patterns/hexagons.png +share/doc/ImageMagick-7/images/patterns/horizontal.png +share/doc/ImageMagick-7/images/patterns/horizontal2.png +share/doc/ImageMagick-7/images/patterns/horizontal3.png +share/doc/ImageMagick-7/images/patterns/horizontalsaw.png +share/doc/ImageMagick-7/images/patterns/hs_bdiagonal.png +share/doc/ImageMagick-7/images/patterns/hs_cross.png +share/doc/ImageMagick-7/images/patterns/hs_diagcross.png +share/doc/ImageMagick-7/images/patterns/hs_fdiagonal.png +share/doc/ImageMagick-7/images/patterns/hs_horizontal.png +share/doc/ImageMagick-7/images/patterns/hs_vertical.png +share/doc/ImageMagick-7/images/patterns/left30.png +share/doc/ImageMagick-7/images/patterns/left45.png +share/doc/ImageMagick-7/images/patterns/leftshingle.png +share/doc/ImageMagick-7/images/patterns/octagons.png +share/doc/ImageMagick-7/images/patterns/right30.png +share/doc/ImageMagick-7/images/patterns/right45.png +share/doc/ImageMagick-7/images/patterns/rightshingle.png +share/doc/ImageMagick-7/images/patterns/smallfishscales.png +share/doc/ImageMagick-7/images/patterns/vertical.png +share/doc/ImageMagick-7/images/patterns/vertical2.png +share/doc/ImageMagick-7/images/patterns/vertical3.png +share/doc/ImageMagick-7/images/patterns/verticalbricks.png +share/doc/ImageMagick-7/images/patterns/verticalleftshingle.png +share/doc/ImageMagick-7/images/patterns/verticalrightshingle.png +share/doc/ImageMagick-7/images/patterns/verticalsaw.png +share/doc/ImageMagick-7/images/piechart.png +share/doc/ImageMagick-7/images/radial-gradient.png +share/doc/ImageMagick-7/images/reconstruct.jpg +share/doc/ImageMagick-7/images/red-ball.png +share/doc/ImageMagick-7/images/red-circle.png +share/doc/ImageMagick-7/images/right.gif +share/doc/ImageMagick-7/images/rose-over.png +share/doc/ImageMagick-7/images/rose-sigmoidal.png +share/doc/ImageMagick-7/images/rose.jpg +share/doc/ImageMagick-7/images/rose.png +share/doc/ImageMagick-7/images/rose.pnm +share/doc/ImageMagick-7/images/script.png +share/doc/ImageMagick-7/images/smile.gif +share/doc/ImageMagick-7/images/sponsor.jpg +share/doc/ImageMagick-7/images/sprite.jpg +share/doc/ImageMagick-7/images/t-shirt.png +share/doc/ImageMagick-7/images/wand.ico +share/doc/ImageMagick-7/images/wand.png +share/doc/ImageMagick-7/images/white-highlight.png +share/doc/ImageMagick-7/images/wizard.jpg +share/doc/ImageMagick-7/images/wizard.png +share/doc/ImageMagick-7/index.html +share/doc/ImageMagick-7/www/ImageMagickObject.html +share/doc/ImageMagick-7/www/Magick++/Blob.html +share/doc/ImageMagick-7/www/Magick++/Cache.fig +share/doc/ImageMagick-7/www/Magick++/Cache.png +share/doc/ImageMagick-7/www/Magick++/Cache.svg +share/doc/ImageMagick-7/www/Magick++/ChangeLog.html +share/doc/ImageMagick-7/www/Magick++/CoderInfo.html +share/doc/ImageMagick-7/www/Magick++/Color.html +share/doc/ImageMagick-7/www/Magick++/Documentation.html +share/doc/ImageMagick-7/www/Magick++/Drawable.html +share/doc/ImageMagick-7/www/Magick++/Drawable_example_1.png +share/doc/ImageMagick-7/www/Magick++/Enumerations.html +share/doc/ImageMagick-7/www/Magick++/Exception.html +share/doc/ImageMagick-7/www/Magick++/FormatCharacters.html +share/doc/ImageMagick-7/www/Magick++/Future.html +share/doc/ImageMagick-7/www/Magick++/Geometry.html +share/doc/ImageMagick-7/www/Magick++/Image++.html +share/doc/ImageMagick-7/www/Magick++/Image.fig +share/doc/ImageMagick-7/www/Magick++/Image.html +share/doc/ImageMagick-7/www/Magick++/Image.png +share/doc/ImageMagick-7/www/Magick++/ImageDesign.html +share/doc/ImageMagick-7/www/Magick++/ImageMagick.png +share/doc/ImageMagick-7/www/Magick++/Install.html +share/doc/ImageMagick-7/www/Magick++/Magick++.png +share/doc/ImageMagick-7/www/Magick++/Montage.html +share/doc/ImageMagick-7/www/Magick++/NEWS.html +share/doc/ImageMagick-7/www/Magick++/PixelPacket.html +share/doc/ImageMagick-7/www/Magick++/Pixels.html +share/doc/ImageMagick-7/www/Magick++/README.txt +share/doc/ImageMagick-7/www/Magick++/STL.html +share/doc/ImageMagick-7/www/Magick++/TypeMetric.html +share/doc/ImageMagick-7/www/Magick++/index.html +share/doc/ImageMagick-7/www/Magick++/magick.css +share/doc/ImageMagick-7/www/Magick++/montage-sample-framed.jpg +share/doc/ImageMagick-7/www/Magick++/right_triangle.png +share/doc/ImageMagick-7/www/Magick++/thumbnail-anatomy-framed.fig +share/doc/ImageMagick-7/www/Magick++/thumbnail-anatomy-framed.jpg +share/doc/ImageMagick-7/www/Magick++/thumbnail-anatomy-plain.fig +share/doc/ImageMagick-7/www/Magick++/thumbnail-anatomy-plain.jpg +share/doc/ImageMagick-7/www/Magick++/thumbnail-sample-framed.jpg +share/doc/ImageMagick-7/www/Magick++/thumbnail-sample-plain.jpg +share/doc/ImageMagick-7/www/advanced-unix-installation.html +share/doc/ImageMagick-7/www/advanced-windows-installation.html +share/doc/ImageMagick-7/www/animate.html +share/doc/ImageMagick-7/www/api.html +share/doc/ImageMagick-7/www/api/Image++.html +share/doc/ImageMagick-7/www/api/MagickCore/ImageMagick_8h-source.html +share/doc/ImageMagick-7/www/api/MagickCore/ImageMagick_8h.html +share/doc/ImageMagick-7/www/api/MagickCore/MagickCore_8h-source.html +share/doc/ImageMagick-7/www/api/MagickCore/MagickCore_8h.html +share/doc/ImageMagick-7/www/api/MagickCore/PreRvIcccm_8c.html +share/doc/ImageMagick-7/www/api/MagickCore/PreRvIcccm_8h-source.html +share/doc/ImageMagick-7/www/api/MagickCore/PreRvIcccm_8h.html +share/doc/ImageMagick-7/www/api/MagickCore/animate-private_8h-source.html +share/doc/ImageMagick-7/www/api/MagickCore/animate-private_8h.html +share/doc/ImageMagick-7/www/api/MagickCore/animate_8c.html +share/doc/ImageMagick-7/www/api/MagickCore/animate_8h-source.html +share/doc/ImageMagick-7/www/api/MagickCore/animate_8h.html +share/doc/ImageMagick-7/www/api/MagickCore/annotate_8c.html +share/doc/ImageMagick-7/www/api/MagickCore/annotate_8h-source.html +share/doc/ImageMagick-7/www/api/MagickCore/annotate_8h.html +share/doc/ImageMagick-7/www/api/MagickCore/annotated.html +share/doc/ImageMagick-7/www/api/MagickCore/api_8h-source.html +share/doc/ImageMagick-7/www/api/MagickCore/api_8h.html +share/doc/ImageMagick-7/www/api/MagickCore/artifact_8c.html +share/doc/ImageMagick-7/www/api/MagickCore/artifact_8h-source.html +share/doc/ImageMagick-7/www/api/MagickCore/artifact_8h.html +share/doc/ImageMagick-7/www/api/MagickCore/blob-private_8h-source.html +share/doc/ImageMagick-7/www/api/MagickCore/blob-private_8h.html +share/doc/ImageMagick-7/www/api/MagickCore/blob_8c.html +share/doc/ImageMagick-7/www/api/MagickCore/blob_8h-source.html +share/doc/ImageMagick-7/www/api/MagickCore/blob_8h.html +share/doc/ImageMagick-7/www/api/MagickCore/cache-private_8h-source.html +share/doc/ImageMagick-7/www/api/MagickCore/cache-private_8h.html +share/doc/ImageMagick-7/www/api/MagickCore/cache-view_8c.html +share/doc/ImageMagick-7/www/api/MagickCore/cache-view_8h-source.html +share/doc/ImageMagick-7/www/api/MagickCore/cache-view_8h.html +share/doc/ImageMagick-7/www/api/MagickCore/cache_8c.html +share/doc/ImageMagick-7/www/api/MagickCore/cache_8h-source.html +share/doc/ImageMagick-7/www/api/MagickCore/cache_8h.html +share/doc/ImageMagick-7/www/api/MagickCore/classes.html +share/doc/ImageMagick-7/www/api/MagickCore/client_8c.html +share/doc/ImageMagick-7/www/api/MagickCore/client_8h-source.html +share/doc/ImageMagick-7/www/api/MagickCore/client_8h.html +share/doc/ImageMagick-7/www/api/MagickCore/coder_8c.html +share/doc/ImageMagick-7/www/api/MagickCore/coder_8h-source.html +share/doc/ImageMagick-7/www/api/MagickCore/coder_8h.html +share/doc/ImageMagick-7/www/api/MagickCore/color-private_8h-source.html +share/doc/ImageMagick-7/www/api/MagickCore/color-private_8h.html +share/doc/ImageMagick-7/www/api/MagickCore/color_8c.html +share/doc/ImageMagick-7/www/api/MagickCore/color_8h-source.html +share/doc/ImageMagick-7/www/api/MagickCore/color_8h.html +share/doc/ImageMagick-7/www/api/MagickCore/colorspace-private_8h-source.html +share/doc/ImageMagick-7/www/api/MagickCore/colorspace-private_8h.html +share/doc/ImageMagick-7/www/api/MagickCore/colorspace_8c.html +share/doc/ImageMagick-7/www/api/MagickCore/colorspace_8h-source.html +share/doc/ImageMagick-7/www/api/MagickCore/colorspace_8h.html +share/doc/ImageMagick-7/www/api/MagickCore/compare_8c.html +share/doc/ImageMagick-7/www/api/MagickCore/compare_8h-source.html +share/doc/ImageMagick-7/www/api/MagickCore/compare_8h.html +share/doc/ImageMagick-7/www/api/MagickCore/composite-private_8h-source.html +share/doc/ImageMagick-7/www/api/MagickCore/composite-private_8h.html +share/doc/ImageMagick-7/www/api/MagickCore/composite_8c.html +share/doc/ImageMagick-7/www/api/MagickCore/composite_8h-source.html +share/doc/ImageMagick-7/www/api/MagickCore/composite_8h.html +share/doc/ImageMagick-7/www/api/MagickCore/compress_8c.html +share/doc/ImageMagick-7/www/api/MagickCore/compress_8h-source.html +share/doc/ImageMagick-7/www/api/MagickCore/compress_8h.html +share/doc/ImageMagick-7/www/api/MagickCore/configure_8c.html +share/doc/ImageMagick-7/www/api/MagickCore/configure_8h-source.html +share/doc/ImageMagick-7/www/api/MagickCore/configure_8h.html +share/doc/ImageMagick-7/www/api/MagickCore/constitute_8c.html +share/doc/ImageMagick-7/www/api/MagickCore/constitute_8h-source.html +share/doc/ImageMagick-7/www/api/MagickCore/constitute_8h.html +share/doc/ImageMagick-7/www/api/MagickCore/decorate_8c.html +share/doc/ImageMagick-7/www/api/MagickCore/decorate_8h-source.html +share/doc/ImageMagick-7/www/api/MagickCore/decorate_8h.html +share/doc/ImageMagick-7/www/api/MagickCore/delegate_8c.html +share/doc/ImageMagick-7/www/api/MagickCore/delegate_8h-source.html +share/doc/ImageMagick-7/www/api/MagickCore/delegate_8h.html +share/doc/ImageMagick-7/www/api/MagickCore/deprecate_8c.html +share/doc/ImageMagick-7/www/api/MagickCore/deprecate_8h-source.html +share/doc/ImageMagick-7/www/api/MagickCore/deprecate_8h.html +share/doc/ImageMagick-7/www/api/MagickCore/dir_b44b349db36f8365f5234e57d3038770.html +share/doc/ImageMagick-7/www/api/MagickCore/dirs.html +share/doc/ImageMagick-7/www/api/MagickCore/display-private_8h-source.html +share/doc/ImageMagick-7/www/api/MagickCore/display-private_8h.html +share/doc/ImageMagick-7/www/api/MagickCore/display_8c.html +share/doc/ImageMagick-7/www/api/MagickCore/display_8h-source.html +share/doc/ImageMagick-7/www/api/MagickCore/display_8h.html +share/doc/ImageMagick-7/www/api/MagickCore/distort_8c.html +share/doc/ImageMagick-7/www/api/MagickCore/distort_8h-source.html +share/doc/ImageMagick-7/www/api/MagickCore/distort_8h.html +share/doc/ImageMagick-7/www/api/MagickCore/doxygen.css +share/doc/ImageMagick-7/www/api/MagickCore/doxygen.png +share/doc/ImageMagick-7/www/api/MagickCore/draw-private_8h-source.html +share/doc/ImageMagick-7/www/api/MagickCore/draw-private_8h.html +share/doc/ImageMagick-7/www/api/MagickCore/draw_8c.html +share/doc/ImageMagick-7/www/api/MagickCore/draw_8h-source.html +share/doc/ImageMagick-7/www/api/MagickCore/draw_8h.html +share/doc/ImageMagick-7/www/api/MagickCore/effect_8c.html +share/doc/ImageMagick-7/www/api/MagickCore/effect_8h-source.html +share/doc/ImageMagick-7/www/api/MagickCore/effect_8h.html +share/doc/ImageMagick-7/www/api/MagickCore/enhance_8c.html +share/doc/ImageMagick-7/www/api/MagickCore/enhance_8h-source.html +share/doc/ImageMagick-7/www/api/MagickCore/enhance_8h.html +share/doc/ImageMagick-7/www/api/MagickCore/exception-private_8h-source.html +share/doc/ImageMagick-7/www/api/MagickCore/exception-private_8h.html +share/doc/ImageMagick-7/www/api/MagickCore/exception_8c.html +share/doc/ImageMagick-7/www/api/MagickCore/exception_8h-source.html +share/doc/ImageMagick-7/www/api/MagickCore/exception_8h.html +share/doc/ImageMagick-7/www/api/MagickCore/files.html +share/doc/ImageMagick-7/www/api/MagickCore/ftv2blank.png +share/doc/ImageMagick-7/www/api/MagickCore/ftv2doc.png +share/doc/ImageMagick-7/www/api/MagickCore/ftv2folderclosed.png +share/doc/ImageMagick-7/www/api/MagickCore/ftv2folderopen.png +share/doc/ImageMagick-7/www/api/MagickCore/ftv2lastnode.png +share/doc/ImageMagick-7/www/api/MagickCore/ftv2link.png +share/doc/ImageMagick-7/www/api/MagickCore/ftv2mlastnode.png +share/doc/ImageMagick-7/www/api/MagickCore/ftv2mnode.png +share/doc/ImageMagick-7/www/api/MagickCore/ftv2node.png +share/doc/ImageMagick-7/www/api/MagickCore/ftv2plastnode.png +share/doc/ImageMagick-7/www/api/MagickCore/ftv2pnode.png +share/doc/ImageMagick-7/www/api/MagickCore/ftv2vertline.png +share/doc/ImageMagick-7/www/api/MagickCore/functions.html +share/doc/ImageMagick-7/www/api/MagickCore/functions_0x61.html +share/doc/ImageMagick-7/www/api/MagickCore/functions_0x62.html +share/doc/ImageMagick-7/www/api/MagickCore/functions_0x63.html +share/doc/ImageMagick-7/www/api/MagickCore/functions_0x64.html +share/doc/ImageMagick-7/www/api/MagickCore/functions_0x65.html +share/doc/ImageMagick-7/www/api/MagickCore/functions_0x66.html +share/doc/ImageMagick-7/www/api/MagickCore/functions_0x67.html +share/doc/ImageMagick-7/www/api/MagickCore/functions_0x68.html +share/doc/ImageMagick-7/www/api/MagickCore/functions_0x69.html +share/doc/ImageMagick-7/www/api/MagickCore/functions_0x6b.html +share/doc/ImageMagick-7/www/api/MagickCore/functions_0x6c.html +share/doc/ImageMagick-7/www/api/MagickCore/functions_0x6d.html +share/doc/ImageMagick-7/www/api/MagickCore/functions_0x6e.html +share/doc/ImageMagick-7/www/api/MagickCore/functions_0x6f.html +share/doc/ImageMagick-7/www/api/MagickCore/functions_0x70.html +share/doc/ImageMagick-7/www/api/MagickCore/functions_0x71.html +share/doc/ImageMagick-7/www/api/MagickCore/functions_0x72.html +share/doc/ImageMagick-7/www/api/MagickCore/functions_0x73.html +share/doc/ImageMagick-7/www/api/MagickCore/functions_0x74.html +share/doc/ImageMagick-7/www/api/MagickCore/functions_0x75.html +share/doc/ImageMagick-7/www/api/MagickCore/functions_0x76.html +share/doc/ImageMagick-7/www/api/MagickCore/functions_0x77.html +share/doc/ImageMagick-7/www/api/MagickCore/functions_0x78.html +share/doc/ImageMagick-7/www/api/MagickCore/functions_0x79.html +share/doc/ImageMagick-7/www/api/MagickCore/functions_0x7a.html +share/doc/ImageMagick-7/www/api/MagickCore/functions_func.html +share/doc/ImageMagick-7/www/api/MagickCore/functions_vars.html +share/doc/ImageMagick-7/www/api/MagickCore/functions_vars_0x61.html +share/doc/ImageMagick-7/www/api/MagickCore/functions_vars_0x62.html +share/doc/ImageMagick-7/www/api/MagickCore/functions_vars_0x63.html +share/doc/ImageMagick-7/www/api/MagickCore/functions_vars_0x64.html +share/doc/ImageMagick-7/www/api/MagickCore/functions_vars_0x65.html +share/doc/ImageMagick-7/www/api/MagickCore/functions_vars_0x66.html +share/doc/ImageMagick-7/www/api/MagickCore/functions_vars_0x67.html +share/doc/ImageMagick-7/www/api/MagickCore/functions_vars_0x68.html +share/doc/ImageMagick-7/www/api/MagickCore/functions_vars_0x69.html +share/doc/ImageMagick-7/www/api/MagickCore/functions_vars_0x6b.html +share/doc/ImageMagick-7/www/api/MagickCore/functions_vars_0x6c.html +share/doc/ImageMagick-7/www/api/MagickCore/functions_vars_0x6d.html +share/doc/ImageMagick-7/www/api/MagickCore/functions_vars_0x6e.html +share/doc/ImageMagick-7/www/api/MagickCore/functions_vars_0x6f.html +share/doc/ImageMagick-7/www/api/MagickCore/functions_vars_0x70.html +share/doc/ImageMagick-7/www/api/MagickCore/functions_vars_0x71.html +share/doc/ImageMagick-7/www/api/MagickCore/functions_vars_0x72.html +share/doc/ImageMagick-7/www/api/MagickCore/functions_vars_0x73.html +share/doc/ImageMagick-7/www/api/MagickCore/functions_vars_0x74.html +share/doc/ImageMagick-7/www/api/MagickCore/functions_vars_0x75.html +share/doc/ImageMagick-7/www/api/MagickCore/functions_vars_0x76.html +share/doc/ImageMagick-7/www/api/MagickCore/functions_vars_0x77.html +share/doc/ImageMagick-7/www/api/MagickCore/functions_vars_0x78.html +share/doc/ImageMagick-7/www/api/MagickCore/functions_vars_0x79.html +share/doc/ImageMagick-7/www/api/MagickCore/functions_vars_0x7a.html +share/doc/ImageMagick-7/www/api/MagickCore/fx-private_8h-source.html +share/doc/ImageMagick-7/www/api/MagickCore/fx-private_8h.html +share/doc/ImageMagick-7/www/api/MagickCore/fx_8c.html +share/doc/ImageMagick-7/www/api/MagickCore/fx_8h-source.html +share/doc/ImageMagick-7/www/api/MagickCore/fx_8h.html +share/doc/ImageMagick-7/www/api/MagickCore/gem_8c.html +share/doc/ImageMagick-7/www/api/MagickCore/gem_8h-source.html +share/doc/ImageMagick-7/www/api/MagickCore/gem_8h.html +share/doc/ImageMagick-7/www/api/MagickCore/geometry_8c.html +share/doc/ImageMagick-7/www/api/MagickCore/geometry_8h-source.html +share/doc/ImageMagick-7/www/api/MagickCore/geometry_8h.html +share/doc/ImageMagick-7/www/api/MagickCore/globals.html +share/doc/ImageMagick-7/www/api/MagickCore/globals_0x61.html +share/doc/ImageMagick-7/www/api/MagickCore/globals_0x62.html +share/doc/ImageMagick-7/www/api/MagickCore/globals_0x63.html +share/doc/ImageMagick-7/www/api/MagickCore/globals_0x64.html +share/doc/ImageMagick-7/www/api/MagickCore/globals_0x65.html +share/doc/ImageMagick-7/www/api/MagickCore/globals_0x66.html +share/doc/ImageMagick-7/www/api/MagickCore/globals_0x67.html +share/doc/ImageMagick-7/www/api/MagickCore/globals_0x68.html +share/doc/ImageMagick-7/www/api/MagickCore/globals_0x69.html +share/doc/ImageMagick-7/www/api/MagickCore/globals_0x6a.html +share/doc/ImageMagick-7/www/api/MagickCore/globals_0x6b.html +share/doc/ImageMagick-7/www/api/MagickCore/globals_0x6c.html +share/doc/ImageMagick-7/www/api/MagickCore/globals_0x6d.html +share/doc/ImageMagick-7/www/api/MagickCore/globals_0x6e.html +share/doc/ImageMagick-7/www/api/MagickCore/globals_0x6f.html +share/doc/ImageMagick-7/www/api/MagickCore/globals_0x70.html +share/doc/ImageMagick-7/www/api/MagickCore/globals_0x71.html +share/doc/ImageMagick-7/www/api/MagickCore/globals_0x72.html +share/doc/ImageMagick-7/www/api/MagickCore/globals_0x73.html +share/doc/ImageMagick-7/www/api/MagickCore/globals_0x74.html +share/doc/ImageMagick-7/www/api/MagickCore/globals_0x75.html +share/doc/ImageMagick-7/www/api/MagickCore/globals_0x76.html +share/doc/ImageMagick-7/www/api/MagickCore/globals_0x77.html +share/doc/ImageMagick-7/www/api/MagickCore/globals_0x78.html +share/doc/ImageMagick-7/www/api/MagickCore/globals_0x79.html +share/doc/ImageMagick-7/www/api/MagickCore/globals_0x7a.html +share/doc/ImageMagick-7/www/api/MagickCore/globals_defs.html +share/doc/ImageMagick-7/www/api/MagickCore/globals_defs_0x61.html +share/doc/ImageMagick-7/www/api/MagickCore/globals_defs_0x62.html +share/doc/ImageMagick-7/www/api/MagickCore/globals_defs_0x63.html +share/doc/ImageMagick-7/www/api/MagickCore/globals_defs_0x64.html +share/doc/ImageMagick-7/www/api/MagickCore/globals_defs_0x65.html +share/doc/ImageMagick-7/www/api/MagickCore/globals_defs_0x66.html +share/doc/ImageMagick-7/www/api/MagickCore/globals_defs_0x67.html +share/doc/ImageMagick-7/www/api/MagickCore/globals_defs_0x68.html +share/doc/ImageMagick-7/www/api/MagickCore/globals_defs_0x69.html +share/doc/ImageMagick-7/www/api/MagickCore/globals_defs_0x6b.html +share/doc/ImageMagick-7/www/api/MagickCore/globals_defs_0x6c.html +share/doc/ImageMagick-7/www/api/MagickCore/globals_defs_0x6d.html +share/doc/ImageMagick-7/www/api/MagickCore/globals_defs_0x6e.html +share/doc/ImageMagick-7/www/api/MagickCore/globals_defs_0x6f.html +share/doc/ImageMagick-7/www/api/MagickCore/globals_defs_0x70.html +share/doc/ImageMagick-7/www/api/MagickCore/globals_defs_0x71.html +share/doc/ImageMagick-7/www/api/MagickCore/globals_defs_0x72.html +share/doc/ImageMagick-7/www/api/MagickCore/globals_defs_0x73.html +share/doc/ImageMagick-7/www/api/MagickCore/globals_defs_0x74.html +share/doc/ImageMagick-7/www/api/MagickCore/globals_defs_0x75.html +share/doc/ImageMagick-7/www/api/MagickCore/globals_defs_0x76.html +share/doc/ImageMagick-7/www/api/MagickCore/globals_defs_0x77.html +share/doc/ImageMagick-7/www/api/MagickCore/globals_defs_0x78.html +share/doc/ImageMagick-7/www/api/MagickCore/globals_defs_0x79.html +share/doc/ImageMagick-7/www/api/MagickCore/globals_enum.html +share/doc/ImageMagick-7/www/api/MagickCore/globals_eval.html +share/doc/ImageMagick-7/www/api/MagickCore/globals_eval_0x62.html +share/doc/ImageMagick-7/www/api/MagickCore/globals_eval_0x63.html +share/doc/ImageMagick-7/www/api/MagickCore/globals_eval_0x64.html +share/doc/ImageMagick-7/www/api/MagickCore/globals_eval_0x65.html +share/doc/ImageMagick-7/www/api/MagickCore/globals_eval_0x66.html +share/doc/ImageMagick-7/www/api/MagickCore/globals_eval_0x67.html +share/doc/ImageMagick-7/www/api/MagickCore/globals_eval_0x68.html +share/doc/ImageMagick-7/www/api/MagickCore/globals_eval_0x69.html +share/doc/ImageMagick-7/www/api/MagickCore/globals_eval_0x6a.html +share/doc/ImageMagick-7/www/api/MagickCore/globals_eval_0x6b.html +share/doc/ImageMagick-7/www/api/MagickCore/globals_eval_0x6c.html +share/doc/ImageMagick-7/www/api/MagickCore/globals_eval_0x6d.html +share/doc/ImageMagick-7/www/api/MagickCore/globals_eval_0x6e.html +share/doc/ImageMagick-7/www/api/MagickCore/globals_eval_0x6f.html +share/doc/ImageMagick-7/www/api/MagickCore/globals_eval_0x70.html +share/doc/ImageMagick-7/www/api/MagickCore/globals_eval_0x71.html +share/doc/ImageMagick-7/www/api/MagickCore/globals_eval_0x72.html +share/doc/ImageMagick-7/www/api/MagickCore/globals_eval_0x73.html +share/doc/ImageMagick-7/www/api/MagickCore/globals_eval_0x74.html +share/doc/ImageMagick-7/www/api/MagickCore/globals_eval_0x75.html +share/doc/ImageMagick-7/www/api/MagickCore/globals_eval_0x76.html +share/doc/ImageMagick-7/www/api/MagickCore/globals_eval_0x77.html +share/doc/ImageMagick-7/www/api/MagickCore/globals_eval_0x78.html +share/doc/ImageMagick-7/www/api/MagickCore/globals_eval_0x79.html +share/doc/ImageMagick-7/www/api/MagickCore/globals_eval_0x7a.html +share/doc/ImageMagick-7/www/api/MagickCore/globals_func.html +share/doc/ImageMagick-7/www/api/MagickCore/globals_func_0x62.html +share/doc/ImageMagick-7/www/api/MagickCore/globals_func_0x63.html +share/doc/ImageMagick-7/www/api/MagickCore/globals_func_0x64.html +share/doc/ImageMagick-7/www/api/MagickCore/globals_func_0x65.html +share/doc/ImageMagick-7/www/api/MagickCore/globals_func_0x66.html +share/doc/ImageMagick-7/www/api/MagickCore/globals_func_0x67.html +share/doc/ImageMagick-7/www/api/MagickCore/globals_func_0x68.html +share/doc/ImageMagick-7/www/api/MagickCore/globals_func_0x69.html +share/doc/ImageMagick-7/www/api/MagickCore/globals_func_0x6a.html +share/doc/ImageMagick-7/www/api/MagickCore/globals_func_0x6b.html +share/doc/ImageMagick-7/www/api/MagickCore/globals_func_0x6c.html +share/doc/ImageMagick-7/www/api/MagickCore/globals_func_0x6d.html +share/doc/ImageMagick-7/www/api/MagickCore/globals_func_0x6e.html +share/doc/ImageMagick-7/www/api/MagickCore/globals_func_0x6f.html +share/doc/ImageMagick-7/www/api/MagickCore/globals_func_0x70.html +share/doc/ImageMagick-7/www/api/MagickCore/globals_func_0x71.html +share/doc/ImageMagick-7/www/api/MagickCore/globals_func_0x72.html +share/doc/ImageMagick-7/www/api/MagickCore/globals_func_0x73.html +share/doc/ImageMagick-7/www/api/MagickCore/globals_func_0x74.html +share/doc/ImageMagick-7/www/api/MagickCore/globals_func_0x75.html +share/doc/ImageMagick-7/www/api/MagickCore/globals_func_0x76.html +share/doc/ImageMagick-7/www/api/MagickCore/globals_func_0x77.html +share/doc/ImageMagick-7/www/api/MagickCore/globals_func_0x78.html +share/doc/ImageMagick-7/www/api/MagickCore/globals_func_0x79.html +share/doc/ImageMagick-7/www/api/MagickCore/globals_func_0x7a.html +share/doc/ImageMagick-7/www/api/MagickCore/globals_type.html +share/doc/ImageMagick-7/www/api/MagickCore/globals_vars.html +share/doc/ImageMagick-7/www/api/MagickCore/hashmap_8c.html +share/doc/ImageMagick-7/www/api/MagickCore/hashmap_8h-source.html +share/doc/ImageMagick-7/www/api/MagickCore/hashmap_8h.html +share/doc/ImageMagick-7/www/api/MagickCore/identify_8c.html +share/doc/ImageMagick-7/www/api/MagickCore/identify_8h-source.html +share/doc/ImageMagick-7/www/api/MagickCore/identify_8h.html +share/doc/ImageMagick-7/www/api/MagickCore/image-private_8h-source.html +share/doc/ImageMagick-7/www/api/MagickCore/image-private_8h.html +share/doc/ImageMagick-7/www/api/MagickCore/image_8c.html +share/doc/ImageMagick-7/www/api/MagickCore/image_8h-source.html +share/doc/ImageMagick-7/www/api/MagickCore/image_8h.html +share/doc/ImageMagick-7/www/api/MagickCore/index.html +share/doc/ImageMagick-7/www/api/MagickCore/layer_8c.html +share/doc/ImageMagick-7/www/api/MagickCore/layer_8h-source.html +share/doc/ImageMagick-7/www/api/MagickCore/layer_8h.html +share/doc/ImageMagick-7/www/api/MagickCore/list_8c.html +share/doc/ImageMagick-7/www/api/MagickCore/list_8h-source.html +share/doc/ImageMagick-7/www/api/MagickCore/list_8h.html +share/doc/ImageMagick-7/www/api/MagickCore/locale_8c.html +share/doc/ImageMagick-7/www/api/MagickCore/locale___8h-source.html +share/doc/ImageMagick-7/www/api/MagickCore/locale___8h.html +share/doc/ImageMagick-7/www/api/MagickCore/log_8c.html +share/doc/ImageMagick-7/www/api/MagickCore/log_8h-source.html +share/doc/ImageMagick-7/www/api/MagickCore/log_8h.html +share/doc/ImageMagick-7/www/api/MagickCore/mac_8c.html +share/doc/ImageMagick-7/www/api/MagickCore/mac_8h-source.html +share/doc/ImageMagick-7/www/api/MagickCore/mac_8h.html +share/doc/ImageMagick-7/www/api/MagickCore/magic_8c.html +share/doc/ImageMagick-7/www/api/MagickCore/magic_8h-source.html +share/doc/ImageMagick-7/www/api/MagickCore/magic_8h.html +share/doc/ImageMagick-7/www/api/MagickCore/magick-config_8h-source.html +share/doc/ImageMagick-7/www/api/MagickCore/magick-config_8h.html +share/doc/ImageMagick-7/www/api/MagickCore/magick-type_8h-source.html +share/doc/ImageMagick-7/www/api/MagickCore/magick-type_8h.html +share/doc/ImageMagick-7/www/api/MagickCore/magick_8c.html +share/doc/ImageMagick-7/www/api/MagickCore/magick_8h-source.html +share/doc/ImageMagick-7/www/api/MagickCore/magick_8h.html +share/doc/ImageMagick-7/www/api/MagickCore/main.html +share/doc/ImageMagick-7/www/api/MagickCore/matrix_8c.html +share/doc/ImageMagick-7/www/api/MagickCore/matrix_8h-source.html +share/doc/ImageMagick-7/www/api/MagickCore/matrix_8h.html +share/doc/ImageMagick-7/www/api/MagickCore/memory_8c.html +share/doc/ImageMagick-7/www/api/MagickCore/memory___8h-source.html +share/doc/ImageMagick-7/www/api/MagickCore/memory___8h.html +share/doc/ImageMagick-7/www/api/MagickCore/methods_8h-source.html +share/doc/ImageMagick-7/www/api/MagickCore/methods_8h.html +share/doc/ImageMagick-7/www/api/MagickCore/mime-private_8h-source.html +share/doc/ImageMagick-7/www/api/MagickCore/mime-private_8h.html +share/doc/ImageMagick-7/www/api/MagickCore/mime_8c.html +share/doc/ImageMagick-7/www/api/MagickCore/mime_8h-source.html +share/doc/ImageMagick-7/www/api/MagickCore/mime_8h.html +share/doc/ImageMagick-7/www/api/MagickCore/module_8c.html +share/doc/ImageMagick-7/www/api/MagickCore/module_8h-source.html +share/doc/ImageMagick-7/www/api/MagickCore/module_8h.html +share/doc/ImageMagick-7/www/api/MagickCore/monitor_8c.html +share/doc/ImageMagick-7/www/api/MagickCore/monitor_8h-source.html +share/doc/ImageMagick-7/www/api/MagickCore/monitor_8h.html +share/doc/ImageMagick-7/www/api/MagickCore/montage_8c.html +share/doc/ImageMagick-7/www/api/MagickCore/montage_8h-source.html +share/doc/ImageMagick-7/www/api/MagickCore/montage_8h.html +share/doc/ImageMagick-7/www/api/MagickCore/nt-base_8c.html +share/doc/ImageMagick-7/www/api/MagickCore/nt-base_8h-source.html +share/doc/ImageMagick-7/www/api/MagickCore/nt-base_8h.html +share/doc/ImageMagick-7/www/api/MagickCore/nt-feature_8c.html +share/doc/ImageMagick-7/www/api/MagickCore/nt-feature_8h-source.html +share/doc/ImageMagick-7/www/api/MagickCore/nt-feature_8h.html +share/doc/ImageMagick-7/www/api/MagickCore/option_8c.html +share/doc/ImageMagick-7/www/api/MagickCore/option_8h-source.html +share/doc/ImageMagick-7/www/api/MagickCore/option_8h.html +share/doc/ImageMagick-7/www/api/MagickCore/paint_8c.html +share/doc/ImageMagick-7/www/api/MagickCore/paint_8h-source.html +share/doc/ImageMagick-7/www/api/MagickCore/paint_8h.html +share/doc/ImageMagick-7/www/api/MagickCore/pixel-private_8h-source.html +share/doc/ImageMagick-7/www/api/MagickCore/pixel-private_8h.html +share/doc/ImageMagick-7/www/api/MagickCore/pixel_8c.html +share/doc/ImageMagick-7/www/api/MagickCore/pixel_8h-source.html +share/doc/ImageMagick-7/www/api/MagickCore/pixel_8h.html +share/doc/ImageMagick-7/www/api/MagickCore/prepress_8c.html +share/doc/ImageMagick-7/www/api/MagickCore/prepress_8h-source.html +share/doc/ImageMagick-7/www/api/MagickCore/prepress_8h.html +share/doc/ImageMagick-7/www/api/MagickCore/profile_8c.html +share/doc/ImageMagick-7/www/api/MagickCore/profile_8h-source.html +share/doc/ImageMagick-7/www/api/MagickCore/profile_8h.html +share/doc/ImageMagick-7/www/api/MagickCore/property_8c.html +share/doc/ImageMagick-7/www/api/MagickCore/property_8h-source.html +share/doc/ImageMagick-7/www/api/MagickCore/property_8h.html +share/doc/ImageMagick-7/www/api/MagickCore/quantize_8c.html +share/doc/ImageMagick-7/www/api/MagickCore/quantize_8h-source.html +share/doc/ImageMagick-7/www/api/MagickCore/quantize_8h.html +share/doc/ImageMagick-7/www/api/MagickCore/quantum-private_8h-source.html +share/doc/ImageMagick-7/www/api/MagickCore/quantum-private_8h.html +share/doc/ImageMagick-7/www/api/MagickCore/quantum_8c.html +share/doc/ImageMagick-7/www/api/MagickCore/quantum_8h-source.html +share/doc/ImageMagick-7/www/api/MagickCore/quantum_8h.html +share/doc/ImageMagick-7/www/api/MagickCore/random_8c.html +share/doc/ImageMagick-7/www/api/MagickCore/random___8h-source.html +share/doc/ImageMagick-7/www/api/MagickCore/random___8h.html +share/doc/ImageMagick-7/www/api/MagickCore/registry_8c.html +share/doc/ImageMagick-7/www/api/MagickCore/registry_8h-source.html +share/doc/ImageMagick-7/www/api/MagickCore/registry_8h.html +share/doc/ImageMagick-7/www/api/MagickCore/resample_8c.html +share/doc/ImageMagick-7/www/api/MagickCore/resample_8h-source.html +share/doc/ImageMagick-7/www/api/MagickCore/resample_8h.html +share/doc/ImageMagick-7/www/api/MagickCore/resize-private_8h-source.html +share/doc/ImageMagick-7/www/api/MagickCore/resize-private_8h.html +share/doc/ImageMagick-7/www/api/MagickCore/resize_8c.html +share/doc/ImageMagick-7/www/api/MagickCore/resize_8h-source.html +share/doc/ImageMagick-7/www/api/MagickCore/resize_8h.html +share/doc/ImageMagick-7/www/api/MagickCore/resource_8c.html +share/doc/ImageMagick-7/www/api/MagickCore/resource___8h-source.html +share/doc/ImageMagick-7/www/api/MagickCore/resource___8h.html +share/doc/ImageMagick-7/www/api/MagickCore/segment_8c.html +share/doc/ImageMagick-7/www/api/MagickCore/segment_8h-source.html +share/doc/ImageMagick-7/www/api/MagickCore/segment_8h.html +share/doc/ImageMagick-7/www/api/MagickCore/semaphore_8c.html +share/doc/ImageMagick-7/www/api/MagickCore/semaphore_8h-source.html +share/doc/ImageMagick-7/www/api/MagickCore/semaphore_8h.html +share/doc/ImageMagick-7/www/api/MagickCore/shear_8c.html +share/doc/ImageMagick-7/www/api/MagickCore/shear_8h-source.html +share/doc/ImageMagick-7/www/api/MagickCore/shear_8h.html +share/doc/ImageMagick-7/www/api/MagickCore/signature_8c.html +share/doc/ImageMagick-7/www/api/MagickCore/signature_8h-source.html +share/doc/ImageMagick-7/www/api/MagickCore/signature_8h.html +share/doc/ImageMagick-7/www/api/MagickCore/splay-tree_8c.html +share/doc/ImageMagick-7/www/api/MagickCore/splay-tree_8h-source.html +share/doc/ImageMagick-7/www/api/MagickCore/splay-tree_8h.html +share/doc/ImageMagick-7/www/api/MagickCore/static_8c.html +share/doc/ImageMagick-7/www/api/MagickCore/static_8h-source.html +share/doc/ImageMagick-7/www/api/MagickCore/static_8h.html +share/doc/ImageMagick-7/www/api/MagickCore/statistic_8c.html +share/doc/ImageMagick-7/www/api/MagickCore/statistic_8h-source.html +share/doc/ImageMagick-7/www/api/MagickCore/statistic_8h.html +share/doc/ImageMagick-7/www/api/MagickCore/stream-private_8h-source.html +share/doc/ImageMagick-7/www/api/MagickCore/stream-private_8h.html +share/doc/ImageMagick-7/www/api/MagickCore/stream_8c.html +share/doc/ImageMagick-7/www/api/MagickCore/stream_8h-source.html +share/doc/ImageMagick-7/www/api/MagickCore/stream_8h.html +share/doc/ImageMagick-7/www/api/MagickCore/string_8c.html +share/doc/ImageMagick-7/www/api/MagickCore/string___8h-source.html +share/doc/ImageMagick-7/www/api/MagickCore/string___8h.html +share/doc/ImageMagick-7/www/api/MagickCore/structHuffmanTable.html +share/doc/ImageMagick-7/www/api/MagickCore/structSemaphoreInfo.html +share/doc/ImageMagick-7/www/api/MagickCore/struct__AffineMatrix.html +share/doc/ImageMagick-7/www/api/MagickCore/struct__Ascii85Info.html +share/doc/ImageMagick-7/www/api/MagickCore/struct__BlobInfo.html +share/doc/ImageMagick-7/www/api/MagickCore/struct__CacheInfo.html +share/doc/ImageMagick-7/www/api/MagickCore/struct__CacheMethods.html +share/doc/ImageMagick-7/www/api/MagickCore/struct__CacheView.html +share/doc/ImageMagick-7/www/api/MagickCore/struct__ChannelStatistics.html +share/doc/ImageMagick-7/www/api/MagickCore/struct__ChromaticityInfo.html +share/doc/ImageMagick-7/www/api/MagickCore/struct__Cluster.html +share/doc/ImageMagick-7/www/api/MagickCore/struct__CoderInfo.html +share/doc/ImageMagick-7/www/api/MagickCore/struct__ColorInfo.html +share/doc/ImageMagick-7/www/api/MagickCore/struct__ColorPacket.html +share/doc/ImageMagick-7/www/api/MagickCore/struct__ConfigureInfo.html +share/doc/ImageMagick-7/www/api/MagickCore/struct__ContributionInfo.html +share/doc/ImageMagick-7/www/api/MagickCore/struct__CubeInfo.html +share/doc/ImageMagick-7/www/api/MagickCore/struct__DIR.html +share/doc/ImageMagick-7/www/api/MagickCore/struct__DataSegmentInfo.html +share/doc/ImageMagick-7/www/api/MagickCore/struct__DelegateInfo.html +share/doc/ImageMagick-7/www/api/MagickCore/struct__DiversityPacket.html +share/doc/ImageMagick-7/www/api/MagickCore/struct__DoublePixelPacket.html +share/doc/ImageMagick-7/www/api/MagickCore/struct__DrawInfo.html +share/doc/ImageMagick-7/www/api/MagickCore/struct__EdgeInfo.html +share/doc/ImageMagick-7/www/api/MagickCore/struct__ElementInfo.html +share/doc/ImageMagick-7/www/api/MagickCore/struct__ElementReference.html +share/doc/ImageMagick-7/www/api/MagickCore/struct__EntryInfo.html +share/doc/ImageMagick-7/www/api/MagickCore/struct__ErrorInfo.html +share/doc/ImageMagick-7/www/api/MagickCore/struct__EventInfo.html +share/doc/ImageMagick-7/www/api/MagickCore/struct__ExceptionInfo.html +share/doc/ImageMagick-7/www/api/MagickCore/struct__ExtentPacket.html +share/doc/ImageMagick-7/www/api/MagickCore/struct__FrameInfo.html +share/doc/ImageMagick-7/www/api/MagickCore/struct__FxInfo.html +share/doc/ImageMagick-7/www/api/MagickCore/struct__GeometryInfo.html +share/doc/ImageMagick-7/www/api/MagickCore/struct__GhostscriptVectors.html +share/doc/ImageMagick-7/www/api/MagickCore/struct__GradientInfo.html +share/doc/ImageMagick-7/www/api/MagickCore/struct__HandlerInfo.html +share/doc/ImageMagick-7/www/api/MagickCore/struct__HashmapInfo.html +share/doc/ImageMagick-7/www/api/MagickCore/struct__Image.html +share/doc/ImageMagick-7/www/api/MagickCore/struct__ImageAttribute.html +share/doc/ImageMagick-7/www/api/MagickCore/struct__ImageInfo.html +share/doc/ImageMagick-7/www/api/MagickCore/struct__IntervalTree.html +share/doc/ImageMagick-7/www/api/MagickCore/struct__LinkedListInfo.html +share/doc/ImageMagick-7/www/api/MagickCore/struct__LocaleInfo.html +share/doc/ImageMagick-7/www/api/MagickCore/struct__LogInfo.html +share/doc/ImageMagick-7/www/api/MagickCore/struct__LongPixelPacket.html +share/doc/ImageMagick-7/www/api/MagickCore/struct__MagicInfo.html +share/doc/ImageMagick-7/www/api/MagickCore/struct__MagickInfo.html +share/doc/ImageMagick-7/www/api/MagickCore/struct__MagickPixelPacket.html +share/doc/ImageMagick-7/www/api/MagickCore/struct__MedianListNode.html +share/doc/ImageMagick-7/www/api/MagickCore/struct__MedianPixelList.html +share/doc/ImageMagick-7/www/api/MagickCore/struct__MedianSkipList.html +share/doc/ImageMagick-7/www/api/MagickCore/struct__MemoryInfo.html +share/doc/ImageMagick-7/www/api/MagickCore/struct__MimeInfo.html +share/doc/ImageMagick-7/www/api/MagickCore/struct__ModuleInfo.html +share/doc/ImageMagick-7/www/api/MagickCore/struct__MontageInfo.html +share/doc/ImageMagick-7/www/api/MagickCore/struct__NTMEMORYSTATUSEX.html +share/doc/ImageMagick-7/www/api/MagickCore/struct__NexusInfo.html +share/doc/ImageMagick-7/www/api/MagickCore/struct__NodeInfo.html +share/doc/ImageMagick-7/www/api/MagickCore/struct__Nodes.html +share/doc/ImageMagick-7/www/api/MagickCore/struct__OptionInfo.html +share/doc/ImageMagick-7/www/api/MagickCore/struct__PathInfo.html +share/doc/ImageMagick-7/www/api/MagickCore/struct__PixelPacket.html +share/doc/ImageMagick-7/www/api/MagickCore/struct__PointInfo.html +share/doc/ImageMagick-7/www/api/MagickCore/struct__PolygonInfo.html +share/doc/ImageMagick-7/www/api/MagickCore/struct__PrimaryInfo.html +share/doc/ImageMagick-7/www/api/MagickCore/struct__PrimitiveInfo.html +share/doc/ImageMagick-7/www/api/MagickCore/struct__ProfileInfo.html +share/doc/ImageMagick-7/www/api/MagickCore/struct__QuantizeInfo.html +share/doc/ImageMagick-7/www/api/MagickCore/struct__QuantumInfo.html +share/doc/ImageMagick-7/www/api/MagickCore/struct__QuantumState.html +share/doc/ImageMagick-7/www/api/MagickCore/struct__RandomInfo.html +share/doc/ImageMagick-7/www/api/MagickCore/struct__RealPixelPacket.html +share/doc/ImageMagick-7/www/api/MagickCore/struct__RectangleInfo.html +share/doc/ImageMagick-7/www/api/MagickCore/struct__RegistryInfo.html +share/doc/ImageMagick-7/www/api/MagickCore/struct__ResampleFilter.html +share/doc/ImageMagick-7/www/api/MagickCore/struct__ResizeFilter.html +share/doc/ImageMagick-7/www/api/MagickCore/struct__ResourceInfo.html +share/doc/ImageMagick-7/www/api/MagickCore/struct__SegmentInfo.html +share/doc/ImageMagick-7/www/api/MagickCore/struct__SignatureInfo.html +share/doc/ImageMagick-7/www/api/MagickCore/struct__SplayTreeInfo.html +share/doc/ImageMagick-7/www/api/MagickCore/struct__StopInfo.html +share/doc/ImageMagick-7/www/api/MagickCore/struct__StreamInfo.html +share/doc/ImageMagick-7/www/api/MagickCore/struct__StringInfo.html +share/doc/ImageMagick-7/www/api/MagickCore/struct__ThresholdMap.html +share/doc/ImageMagick-7/www/api/MagickCore/struct__Timer.html +share/doc/ImageMagick-7/www/api/MagickCore/struct__TimerInfo.html +share/doc/ImageMagick-7/www/api/MagickCore/struct__TokenInfo.html +share/doc/ImageMagick-7/www/api/MagickCore/struct__TypeInfo.html +share/doc/ImageMagick-7/www/api/MagickCore/struct__TypeMetric.html +share/doc/ImageMagick-7/www/api/MagickCore/struct__ViewInfo.html +share/doc/ImageMagick-7/www/api/MagickCore/struct__XImportInfo.html +share/doc/ImageMagick-7/www/api/MagickCore/struct__XMLTreeInfo.html +share/doc/ImageMagick-7/www/api/MagickCore/struct__XMLTreeRoot.html +share/doc/ImageMagick-7/www/api/MagickCore/struct__XWidgetInfo.html +share/doc/ImageMagick-7/www/api/MagickCore/struct__ZeroCrossing.html +share/doc/ImageMagick-7/www/api/MagickCore/struct__dirdesc.html +share/doc/ImageMagick-7/www/api/MagickCore/struct__ile3.html +share/doc/ImageMagick-7/www/api/MagickCore/structdirent.html +share/doc/ImageMagick-7/www/api/MagickCore/studio_8h-source.html +share/doc/ImageMagick-7/www/api/MagickCore/studio_8h.html +share/doc/ImageMagick-7/www/api/MagickCore/tab_b.gif +share/doc/ImageMagick-7/www/api/MagickCore/tab_l.gif +share/doc/ImageMagick-7/www/api/MagickCore/tab_r.gif +share/doc/ImageMagick-7/www/api/MagickCore/tabs.css +share/doc/ImageMagick-7/www/api/MagickCore/threshold_8c.html +share/doc/ImageMagick-7/www/api/MagickCore/threshold_8h-source.html +share/doc/ImageMagick-7/www/api/MagickCore/threshold_8h.html +share/doc/ImageMagick-7/www/api/MagickCore/timer_8c.html +share/doc/ImageMagick-7/www/api/MagickCore/timer_8h-source.html +share/doc/ImageMagick-7/www/api/MagickCore/timer_8h.html +share/doc/ImageMagick-7/www/api/MagickCore/token_8c.html +share/doc/ImageMagick-7/www/api/MagickCore/token_8h-source.html +share/doc/ImageMagick-7/www/api/MagickCore/token_8h.html +share/doc/ImageMagick-7/www/api/MagickCore/transform_8c.html +share/doc/ImageMagick-7/www/api/MagickCore/transform_8h-source.html +share/doc/ImageMagick-7/www/api/MagickCore/transform_8h.html +share/doc/ImageMagick-7/www/api/MagickCore/tree.html +share/doc/ImageMagick-7/www/api/MagickCore/type_8c.html +share/doc/ImageMagick-7/www/api/MagickCore/type_8h-source.html +share/doc/ImageMagick-7/www/api/MagickCore/type_8h.html +share/doc/ImageMagick-7/www/api/MagickCore/utility_8c.html +share/doc/ImageMagick-7/www/api/MagickCore/utility_8h-source.html +share/doc/ImageMagick-7/www/api/MagickCore/utility_8h.html +share/doc/ImageMagick-7/www/api/MagickCore/version_8c.html +share/doc/ImageMagick-7/www/api/MagickCore/version_8h-source.html +share/doc/ImageMagick-7/www/api/MagickCore/version_8h.html +share/doc/ImageMagick-7/www/api/MagickCore/vms_8c.html +share/doc/ImageMagick-7/www/api/MagickCore/vms_8h-source.html +share/doc/ImageMagick-7/www/api/MagickCore/vms_8h.html +share/doc/ImageMagick-7/www/api/MagickCore/widget_8c.html +share/doc/ImageMagick-7/www/api/MagickCore/widget_8h-source.html +share/doc/ImageMagick-7/www/api/MagickCore/widget_8h.html +share/doc/ImageMagick-7/www/api/MagickCore/xml-tree_8c.html +share/doc/ImageMagick-7/www/api/MagickCore/xml-tree_8h-source.html +share/doc/ImageMagick-7/www/api/MagickCore/xml-tree_8h.html +share/doc/ImageMagick-7/www/api/MagickCore/xwindow-private_8h-source.html +share/doc/ImageMagick-7/www/api/MagickCore/xwindow-private_8h.html +share/doc/ImageMagick-7/www/api/MagickCore/xwindow_8c.html +share/doc/ImageMagick-7/www/api/MagickCore/xwindow_8h-source.html +share/doc/ImageMagick-7/www/api/MagickCore/xwindow_8h.html +share/doc/ImageMagick-7/www/api/MagickWand/MagickWand_8h-source.html +share/doc/ImageMagick-7/www/api/MagickWand/MagickWand_8h.html +share/doc/ImageMagick-7/www/api/MagickWand/animate_8c.html +share/doc/ImageMagick-7/www/api/MagickWand/animate_8h-source.html +share/doc/ImageMagick-7/www/api/MagickWand/animate_8h.html +share/doc/ImageMagick-7/www/api/MagickWand/annotated.html +share/doc/ImageMagick-7/www/api/MagickWand/classes.html +share/doc/ImageMagick-7/www/api/MagickWand/compare_8c.html +share/doc/ImageMagick-7/www/api/MagickWand/compare_8h-source.html +share/doc/ImageMagick-7/www/api/MagickWand/compare_8h.html +share/doc/ImageMagick-7/www/api/MagickWand/composite_8c.html +share/doc/ImageMagick-7/www/api/MagickWand/composite_8h-source.html +share/doc/ImageMagick-7/www/api/MagickWand/composite_8h.html +share/doc/ImageMagick-7/www/api/MagickWand/conjure_8c.html +share/doc/ImageMagick-7/www/api/MagickWand/conjure_8h-source.html +share/doc/ImageMagick-7/www/api/MagickWand/conjure_8h.html +share/doc/ImageMagick-7/www/api/MagickWand/convert_8c.html +share/doc/ImageMagick-7/www/api/MagickWand/convert_8h-source.html +share/doc/ImageMagick-7/www/api/MagickWand/convert_8h.html +share/doc/ImageMagick-7/www/api/MagickWand/deprecate_8c.html +share/doc/ImageMagick-7/www/api/MagickWand/deprecate_8h-source.html +share/doc/ImageMagick-7/www/api/MagickWand/deprecate_8h.html +share/doc/ImageMagick-7/www/api/MagickWand/dir_101f7ac0a894e32543a314e85b2e1524.html +share/doc/ImageMagick-7/www/api/MagickWand/dirs.html +share/doc/ImageMagick-7/www/api/MagickWand/display_8c.html +share/doc/ImageMagick-7/www/api/MagickWand/display_8h-source.html +share/doc/ImageMagick-7/www/api/MagickWand/display_8h.html +share/doc/ImageMagick-7/www/api/MagickWand/doxygen.css +share/doc/ImageMagick-7/www/api/MagickWand/doxygen.png +share/doc/ImageMagick-7/www/api/MagickWand/drawing-wand_8c.html +share/doc/ImageMagick-7/www/api/MagickWand/drawing-wand_8h-source.html +share/doc/ImageMagick-7/www/api/MagickWand/drawing-wand_8h.html +share/doc/ImageMagick-7/www/api/MagickWand/drawtest_8c.html +share/doc/ImageMagick-7/www/api/MagickWand/files.html +share/doc/ImageMagick-7/www/api/MagickWand/ftv2blank.png +share/doc/ImageMagick-7/www/api/MagickWand/ftv2doc.png +share/doc/ImageMagick-7/www/api/MagickWand/ftv2folderclosed.png +share/doc/ImageMagick-7/www/api/MagickWand/ftv2folderopen.png +share/doc/ImageMagick-7/www/api/MagickWand/ftv2lastnode.png +share/doc/ImageMagick-7/www/api/MagickWand/ftv2link.png +share/doc/ImageMagick-7/www/api/MagickWand/ftv2mlastnode.png +share/doc/ImageMagick-7/www/api/MagickWand/ftv2mnode.png +share/doc/ImageMagick-7/www/api/MagickWand/ftv2node.png +share/doc/ImageMagick-7/www/api/MagickWand/ftv2plastnode.png +share/doc/ImageMagick-7/www/api/MagickWand/ftv2pnode.png +share/doc/ImageMagick-7/www/api/MagickWand/ftv2vertline.png +share/doc/ImageMagick-7/www/api/MagickWand/functions.html +share/doc/ImageMagick-7/www/api/MagickWand/functions_vars.html +share/doc/ImageMagick-7/www/api/MagickWand/globals.html +share/doc/ImageMagick-7/www/api/MagickWand/globals_0x61.html +share/doc/ImageMagick-7/www/api/MagickWand/globals_0x62.html +share/doc/ImageMagick-7/www/api/MagickWand/globals_0x63.html +share/doc/ImageMagick-7/www/api/MagickWand/globals_0x64.html +share/doc/ImageMagick-7/www/api/MagickWand/globals_0x65.html +share/doc/ImageMagick-7/www/api/MagickWand/globals_0x67.html +share/doc/ImageMagick-7/www/api/MagickWand/globals_0x69.html +share/doc/ImageMagick-7/www/api/MagickWand/globals_0x6d.html +share/doc/ImageMagick-7/www/api/MagickWand/globals_0x6e.html +share/doc/ImageMagick-7/www/api/MagickWand/globals_0x6f.html +share/doc/ImageMagick-7/www/api/MagickWand/globals_0x70.html +share/doc/ImageMagick-7/www/api/MagickWand/globals_0x71.html +share/doc/ImageMagick-7/www/api/MagickWand/globals_0x72.html +share/doc/ImageMagick-7/www/api/MagickWand/globals_0x73.html +share/doc/ImageMagick-7/www/api/MagickWand/globals_0x74.html +share/doc/ImageMagick-7/www/api/MagickWand/globals_0x75.html +share/doc/ImageMagick-7/www/api/MagickWand/globals_0x77.html +share/doc/ImageMagick-7/www/api/MagickWand/globals_0x78.html +share/doc/ImageMagick-7/www/api/MagickWand/globals_defs.html +share/doc/ImageMagick-7/www/api/MagickWand/globals_enum.html +share/doc/ImageMagick-7/www/api/MagickWand/globals_eval.html +share/doc/ImageMagick-7/www/api/MagickWand/globals_func.html +share/doc/ImageMagick-7/www/api/MagickWand/globals_func_0x63.html +share/doc/ImageMagick-7/www/api/MagickWand/globals_func_0x64.html +share/doc/ImageMagick-7/www/api/MagickWand/globals_func_0x67.html +share/doc/ImageMagick-7/www/api/MagickWand/globals_func_0x69.html +share/doc/ImageMagick-7/www/api/MagickWand/globals_func_0x6d.html +share/doc/ImageMagick-7/www/api/MagickWand/globals_func_0x6e.html +share/doc/ImageMagick-7/www/api/MagickWand/globals_func_0x70.html +share/doc/ImageMagick-7/www/api/MagickWand/globals_func_0x72.html +share/doc/ImageMagick-7/www/api/MagickWand/globals_func_0x73.html +share/doc/ImageMagick-7/www/api/MagickWand/globals_type.html +share/doc/ImageMagick-7/www/api/MagickWand/globals_vars.html +share/doc/ImageMagick-7/www/api/MagickWand/identify_8c.html +share/doc/ImageMagick-7/www/api/MagickWand/identify_8h-source.html +share/doc/ImageMagick-7/www/api/MagickWand/identify_8h.html +share/doc/ImageMagick-7/www/api/MagickWand/import_8c.html +share/doc/ImageMagick-7/www/api/MagickWand/import_8h-source.html +share/doc/ImageMagick-7/www/api/MagickWand/import_8h.html +share/doc/ImageMagick-7/www/api/MagickWand/index.html +share/doc/ImageMagick-7/www/api/MagickWand/magick-image_8c.html +share/doc/ImageMagick-7/www/api/MagickWand/magick-image_8h-source.html +share/doc/ImageMagick-7/www/api/MagickWand/magick-image_8h.html +share/doc/ImageMagick-7/www/api/MagickWand/magick-property_8c.html +share/doc/ImageMagick-7/www/api/MagickWand/magick-property_8h-source.html +share/doc/ImageMagick-7/www/api/MagickWand/magick-property_8h.html +share/doc/ImageMagick-7/www/api/MagickWand/magick-wand-private_8h-source.html +share/doc/ImageMagick-7/www/api/MagickWand/magick-wand-private_8h.html +share/doc/ImageMagick-7/www/api/MagickWand/magick-wand_8c.html +share/doc/ImageMagick-7/www/api/MagickWand/magick-wand_8h-source.html +share/doc/ImageMagick-7/www/api/MagickWand/magick-wand_8h.html +share/doc/ImageMagick-7/www/api/MagickWand/magick__wand_8h-source.html +share/doc/ImageMagick-7/www/api/MagickWand/magick__wand_8h.html +share/doc/ImageMagick-7/www/api/MagickWand/main.html +share/doc/ImageMagick-7/www/api/MagickWand/mogrify-private_8h-source.html +share/doc/ImageMagick-7/www/api/MagickWand/mogrify-private_8h.html +share/doc/ImageMagick-7/www/api/MagickWand/mogrify_8c.html +share/doc/ImageMagick-7/www/api/MagickWand/mogrify_8h-source.html +share/doc/ImageMagick-7/www/api/MagickWand/mogrify_8h.html +share/doc/ImageMagick-7/www/api/MagickWand/montage_8c.html +share/doc/ImageMagick-7/www/api/MagickWand/montage_8h-source.html +share/doc/ImageMagick-7/www/api/MagickWand/montage_8h.html +share/doc/ImageMagick-7/www/api/MagickWand/pixel-iterator_8c.html +share/doc/ImageMagick-7/www/api/MagickWand/pixel-iterator_8h-source.html +share/doc/ImageMagick-7/www/api/MagickWand/pixel-iterator_8h.html +share/doc/ImageMagick-7/www/api/MagickWand/pixel-wand-private_8h-source.html +share/doc/ImageMagick-7/www/api/MagickWand/pixel-wand-private_8h.html +share/doc/ImageMagick-7/www/api/MagickWand/pixel-wand_8c.html +share/doc/ImageMagick-7/www/api/MagickWand/pixel-wand_8h-source.html +share/doc/ImageMagick-7/www/api/MagickWand/pixel-wand_8h.html +share/doc/ImageMagick-7/www/api/MagickWand/stream_8c.html +share/doc/ImageMagick-7/www/api/MagickWand/stream_8h-source.html +share/doc/ImageMagick-7/www/api/MagickWand/stream_8h.html +share/doc/ImageMagick-7/www/api/MagickWand/struct__CompositeOptions.html +share/doc/ImageMagick-7/www/api/MagickWand/struct__DrawVTable.html +share/doc/ImageMagick-7/www/api/MagickWand/struct__DrawingWand.html +share/doc/ImageMagick-7/www/api/MagickWand/struct__MagickWand.html +share/doc/ImageMagick-7/www/api/MagickWand/struct__PixelIterator.html +share/doc/ImageMagick-7/www/api/MagickWand/struct__PixelWand.html +share/doc/ImageMagick-7/www/api/MagickWand/studio_8h-source.html +share/doc/ImageMagick-7/www/api/MagickWand/studio_8h.html +share/doc/ImageMagick-7/www/api/MagickWand/tab_b.gif +share/doc/ImageMagick-7/www/api/MagickWand/tab_l.gif +share/doc/ImageMagick-7/www/api/MagickWand/tab_r.gif +share/doc/ImageMagick-7/www/api/MagickWand/tabs.css +share/doc/ImageMagick-7/www/api/MagickWand/tree.html +share/doc/ImageMagick-7/www/api/MagickWand/wand_8c.html +share/doc/ImageMagick-7/www/api/MagickWand/wand_8h-source.html +share/doc/ImageMagick-7/www/api/MagickWand/wand_8h.html +share/doc/ImageMagick-7/www/api/MagickWand/wandtest_8c.html +share/doc/ImageMagick-7/www/api/animate.html +share/doc/ImageMagick-7/www/api/animate.php +share/doc/ImageMagick-7/www/api/annotate.html +share/doc/ImageMagick-7/www/api/annotate.php +share/doc/ImageMagick-7/www/api/attribute.html +share/doc/ImageMagick-7/www/api/attribute.php +share/doc/ImageMagick-7/www/api/blob.html +share/doc/ImageMagick-7/www/api/blob.php +share/doc/ImageMagick-7/www/api/cache-view.html +share/doc/ImageMagick-7/www/api/cache-view.php +share/doc/ImageMagick-7/www/api/cache.html +share/doc/ImageMagick-7/www/api/cache.php +share/doc/ImageMagick-7/www/api/channel.html +share/doc/ImageMagick-7/www/api/channel.php +share/doc/ImageMagick-7/www/api/cipher.html +share/doc/ImageMagick-7/www/api/cipher.php +share/doc/ImageMagick-7/www/api/color.html +share/doc/ImageMagick-7/www/api/color.php +share/doc/ImageMagick-7/www/api/colormap.html +share/doc/ImageMagick-7/www/api/colormap.php +share/doc/ImageMagick-7/www/api/colorspace.html +share/doc/ImageMagick-7/www/api/colorspace.php +share/doc/ImageMagick-7/www/api/compare.html +share/doc/ImageMagick-7/www/api/compare.php +share/doc/ImageMagick-7/www/api/composite.html +share/doc/ImageMagick-7/www/api/composite.php +share/doc/ImageMagick-7/www/api/constitute.html +share/doc/ImageMagick-7/www/api/constitute.php +share/doc/ImageMagick-7/www/api/decorate.html +share/doc/ImageMagick-7/www/api/decorate.php +share/doc/ImageMagick-7/www/api/deprecate.html +share/doc/ImageMagick-7/www/api/deprecate.php +share/doc/ImageMagick-7/www/api/display.html +share/doc/ImageMagick-7/www/api/display.php +share/doc/ImageMagick-7/www/api/distort.html +share/doc/ImageMagick-7/www/api/distort.php +share/doc/ImageMagick-7/www/api/draw.html +share/doc/ImageMagick-7/www/api/draw.php +share/doc/ImageMagick-7/www/api/drawing-wand.html +share/doc/ImageMagick-7/www/api/drawing-wand.php +share/doc/ImageMagick-7/www/api/effect.html +share/doc/ImageMagick-7/www/api/effect.php +share/doc/ImageMagick-7/www/api/enhance.html +share/doc/ImageMagick-7/www/api/enhance.php +share/doc/ImageMagick-7/www/api/exception.html +share/doc/ImageMagick-7/www/api/exception.php +share/doc/ImageMagick-7/www/api/feature.html +share/doc/ImageMagick-7/www/api/feature.php +share/doc/ImageMagick-7/www/api/fourier.html +share/doc/ImageMagick-7/www/api/fourier.php +share/doc/ImageMagick-7/www/api/fx.html +share/doc/ImageMagick-7/www/api/fx.php +share/doc/ImageMagick-7/www/api/histogram.html +share/doc/ImageMagick-7/www/api/histogram.php +share/doc/ImageMagick-7/www/api/image-view.html +share/doc/ImageMagick-7/www/api/image-view.php +share/doc/ImageMagick-7/www/api/image.html +share/doc/ImageMagick-7/www/api/image.php +share/doc/ImageMagick-7/www/api/layer.html +share/doc/ImageMagick-7/www/api/layer.php +share/doc/ImageMagick-7/www/api/list.html +share/doc/ImageMagick-7/www/api/list.php +share/doc/ImageMagick-7/www/api/magick++-classes.html +share/doc/ImageMagick-7/www/api/magick-deprecate.html +share/doc/ImageMagick-7/www/api/magick-deprecate.php +share/doc/ImageMagick-7/www/api/magick-image.html +share/doc/ImageMagick-7/www/api/magick-image.php +share/doc/ImageMagick-7/www/api/magick-property.html +share/doc/ImageMagick-7/www/api/magick-property.php +share/doc/ImageMagick-7/www/api/magick-wand.html +share/doc/ImageMagick-7/www/api/magick-wand.php +share/doc/ImageMagick-7/www/api/magick.html +share/doc/ImageMagick-7/www/api/magick.php +share/doc/ImageMagick-7/www/api/memory.html +share/doc/ImageMagick-7/www/api/memory.php +share/doc/ImageMagick-7/www/api/mime.html +share/doc/ImageMagick-7/www/api/mime.php +share/doc/ImageMagick-7/www/api/module.html +share/doc/ImageMagick-7/www/api/module.php +share/doc/ImageMagick-7/www/api/mogrify.html +share/doc/ImageMagick-7/www/api/mogrify.php +share/doc/ImageMagick-7/www/api/monitor.html +share/doc/ImageMagick-7/www/api/monitor.php +share/doc/ImageMagick-7/www/api/montage.html +share/doc/ImageMagick-7/www/api/montage.php +share/doc/ImageMagick-7/www/api/morphology.html +share/doc/ImageMagick-7/www/api/morphology.php +share/doc/ImageMagick-7/www/api/paint.html +share/doc/ImageMagick-7/www/api/paint.php +share/doc/ImageMagick-7/www/api/pixel-iterator.html +share/doc/ImageMagick-7/www/api/pixel-iterator.php +share/doc/ImageMagick-7/www/api/pixel-wand.html +share/doc/ImageMagick-7/www/api/pixel-wand.php +share/doc/ImageMagick-7/www/api/profile.html +share/doc/ImageMagick-7/www/api/profile.php +share/doc/ImageMagick-7/www/api/property.html +share/doc/ImageMagick-7/www/api/property.php +share/doc/ImageMagick-7/www/api/quantize.html +share/doc/ImageMagick-7/www/api/quantize.php +share/doc/ImageMagick-7/www/api/registry.html +share/doc/ImageMagick-7/www/api/registry.php +share/doc/ImageMagick-7/www/api/resize.html +share/doc/ImageMagick-7/www/api/resize.php +share/doc/ImageMagick-7/www/api/resource.html +share/doc/ImageMagick-7/www/api/resource.php +share/doc/ImageMagick-7/www/api/segment.html +share/doc/ImageMagick-7/www/api/segment.php +share/doc/ImageMagick-7/www/api/shear.html +share/doc/ImageMagick-7/www/api/shear.php +share/doc/ImageMagick-7/www/api/signature.html +share/doc/ImageMagick-7/www/api/signature.php +share/doc/ImageMagick-7/www/api/statistic.html +share/doc/ImageMagick-7/www/api/statistic.php +share/doc/ImageMagick-7/www/api/stream.html +share/doc/ImageMagick-7/www/api/stream.php +share/doc/ImageMagick-7/www/api/transform.html +share/doc/ImageMagick-7/www/api/transform.php +share/doc/ImageMagick-7/www/api/version.html +share/doc/ImageMagick-7/www/api/version.php +share/doc/ImageMagick-7/www/api/wand-view.html +share/doc/ImageMagick-7/www/api/wand-view.php +share/doc/ImageMagick-7/www/architecture.html +share/doc/ImageMagick-7/www/binary-releases.html +share/doc/ImageMagick-7/www/changelog.html +share/doc/ImageMagick-7/www/cipher.html +share/doc/ImageMagick-7/www/color-management.html +share/doc/ImageMagick-7/www/color.html +share/doc/ImageMagick-7/www/command-line-options.html +share/doc/ImageMagick-7/www/command-line-processing.html +share/doc/ImageMagick-7/www/command-line-tools.html +share/doc/ImageMagick-7/www/compare.html +share/doc/ImageMagick-7/www/compose.html +share/doc/ImageMagick-7/www/composite.html +share/doc/ImageMagick-7/www/conjure.html +share/doc/ImageMagick-7/www/connected-components.html +share/doc/ImageMagick-7/www/contact.html +share/doc/ImageMagick-7/www/convert.html +share/doc/ImageMagick-7/www/css/README.txt +share/doc/ImageMagick-7/www/css/magick.css +share/doc/ImageMagick-7/www/display.html +share/doc/ImageMagick-7/www/distribute-pixel-cache.html +share/doc/ImageMagick-7/www/download.html +share/doc/ImageMagick-7/www/escape.html +share/doc/ImageMagick-7/www/examples.html +share/doc/ImageMagick-7/www/exception.html +share/doc/ImageMagick-7/www/export.html +share/doc/ImageMagick-7/www/favicon.ico +share/doc/ImageMagick-7/www/formats.html +share/doc/ImageMagick-7/www/fx.html +share/doc/ImageMagick-7/www/gradient.html +share/doc/ImageMagick-7/www/high-dynamic-range.html +share/doc/ImageMagick-7/www/history.html +share/doc/ImageMagick-7/www/identify.html +share/doc/ImageMagick-7/www/import.html +share/doc/ImageMagick-7/www/index.html +share/doc/ImageMagick-7/www/install-source.html +share/doc/ImageMagick-7/www/jp2.html +share/doc/ImageMagick-7/www/js/README.txt +share/doc/ImageMagick-7/www/js/magick.js +share/doc/ImageMagick-7/www/license.html +share/doc/ImageMagick-7/www/links.html +share/doc/ImageMagick-7/www/magick++.html +share/doc/ImageMagick-7/www/magick-core.html +share/doc/ImageMagick-7/www/magick-script.html +share/doc/ImageMagick-7/www/magick-vector-graphics.html +share/doc/ImageMagick-7/www/magick-wand.html +share/doc/ImageMagick-7/www/magick.html +share/doc/ImageMagick-7/www/miff.html +share/doc/ImageMagick-7/www/mogrify.html +share/doc/ImageMagick-7/www/montage.html +share/doc/ImageMagick-7/www/motion-picture.html +share/doc/ImageMagick-7/www/opencl.html +share/doc/ImageMagick-7/www/openmp.html +share/doc/ImageMagick-7/www/perl-magick.html +share/doc/ImageMagick-7/www/porting.html +share/doc/ImageMagick-7/www/quantize.html +share/doc/ImageMagick-7/www/resources.html +share/doc/ImageMagick-7/www/search.html +share/doc/ImageMagick-7/www/sitemap.html +share/doc/ImageMagick-7/www/source/analyze.c +share/doc/ImageMagick-7/www/source/coder.xml +share/doc/ImageMagick-7/www/source/colors.xml +share/doc/ImageMagick-7/www/source/configure.xml +share/doc/ImageMagick-7/www/source/contrast.c +share/doc/ImageMagick-7/www/source/core.c +share/doc/ImageMagick-7/www/source/delegates.xml +share/doc/ImageMagick-7/www/source/english.xml +share/doc/ImageMagick-7/www/source/examples.pl +share/doc/ImageMagick-7/www/source/francais.xml +share/doc/ImageMagick-7/www/source/incantation.msl +share/doc/ImageMagick-7/www/source/locale.xml +share/doc/ImageMagick-7/www/source/log.xml +share/doc/ImageMagick-7/www/source/magic.xml +share/doc/ImageMagick-7/www/source/mgk.c +share/doc/ImageMagick-7/www/source/mime.xml +share/doc/ImageMagick-7/www/source/piechart.mvg +share/doc/ImageMagick-7/www/source/piechart.svg +share/doc/ImageMagick-7/www/source/policy.xml +share/doc/ImageMagick-7/www/source/thresholds.xml +share/doc/ImageMagick-7/www/source/type-ghostscript.xml +share/doc/ImageMagick-7/www/source/type-windows.xml +share/doc/ImageMagick-7/www/source/type.xml +share/doc/ImageMagick-7/www/source/wand.c +share/doc/ImageMagick-7/www/sponsors.html +share/doc/ImageMagick-7/www/stream.html +share/doc/ImageMagick-7/www/support.html +share/doc/ImageMagick-7/www/wand.png +share/doc/ImageMagick-7/www/webp.html share/examples/ImageMagick/coder.xml share/examples/ImageMagick/colors.xml share/examples/ImageMagick/delegates.xml @@ -1202,6 +1267,7 @@ share/examples/ImageMagick/mime.xml share/examples/ImageMagick/policy.xml share/examples/ImageMagick/quantization-table.xml share/examples/ImageMagick/thresholds.xml +share/examples/ImageMagick/type-apple.xml share/examples/ImageMagick/type-dejavu.xml share/examples/ImageMagick/type-ghostscript.xml share/examples/ImageMagick/type-windows.xml diff --git a/graphics/ImageMagick/distinfo b/graphics/ImageMagick/distinfo index eecd5984bb8b4..23f61c2c0f609 100644 --- a/graphics/ImageMagick/distinfo +++ b/graphics/ImageMagick/distinfo @@ -1,7 +1,6 @@ -$NetBSD: distinfo,v 1.135 2015/11/03 21:33:51 agc Exp $ +$NetBSD: distinfo,v 1.137 2016/05/10 16:40:45 adam Exp $ -SHA1 (ImageMagick-6.9.1-7.tar.xz) = d58a448e6026cb2ecc2cc5804e35d6bc09924081 -RMD160 (ImageMagick-6.9.1-7.tar.xz) = 79d903b831d72dce50712dfc2632260b263a94b5 -SHA512 (ImageMagick-6.9.1-7.tar.xz) = 6eeef09b0e0297347e95c25c94305439e32e3e95a6f1c2e476a84911e8ca036c52634693a63cd28832c5dd0df14ca0c3ff41bad577f07bfe86c4085576350434 -Size (ImageMagick-6.9.1-7.tar.xz) = 8284892 bytes -SHA1 (patch-magick_property.c) = bffd5d465bb000d83de76ba81c3913e003b26299 +SHA1 (ImageMagick-7.0.1-3.tar.xz) = 91f22fe55456442d3afa842a96342693b147fda9 +RMD160 (ImageMagick-7.0.1-3.tar.xz) = 4e60047f28dfb3eddef371b57deb75516a9199c6 +SHA512 (ImageMagick-7.0.1-3.tar.xz) = 8428e4235a68a67553db5eee79f37217317e3d5a73e36d53ff92dd11fe144c6caf7330967e1630ce48df1b92f63763154a711f94c45e5286e91c38196d0d08d9 +Size (ImageMagick-7.0.1-3.tar.xz) = 8286332 bytes diff --git a/graphics/ImageMagick/patches/patch-magick_property.c b/graphics/ImageMagick/patches/patch-magick_property.c deleted file mode 100644 index c218a5f825d43..0000000000000 --- a/graphics/ImageMagick/patches/patch-magick_property.c +++ /dev/null @@ -1,17 +0,0 @@ -$NetBSD: patch-magick_property.c,v 1.4 2015/07/01 12:41:20 wiz Exp $ - -Adapt for pkgsrc path of lcms2. - ---- magick/property.c.orig 2015-06-06 13:46:25.000000000 +0000 -+++ magick/property.c -@@ -81,8 +81,8 @@ - #include "magick/version.h" - #include "magick/xml-tree.h" - #if defined(MAGICKCORE_LCMS_DELEGATE) --#if defined(MAGICKCORE_HAVE_LCMS_LCMS2_H) --#include -+#if defined(MAGICKCORE_HAVE_LCMS2_LCMS2_H) -+#include - #elif defined(MAGICKCORE_HAVE_LCMS2_H) - #include "lcms2.h" - #elif defined(MAGICKCORE_HAVE_LCMS_LCMS_H) diff --git a/graphics/ImageViewer/Makefile b/graphics/ImageViewer/Makefile index a5ec2a430a1fb..2b2d8b02e7f9d 100644 --- a/graphics/ImageViewer/Makefile +++ b/graphics/ImageViewer/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.37 2015/10/10 01:58:09 ryoon Exp $ +# $NetBSD: Makefile,v 1.38 2016/04/11 19:01:52 ryoon Exp $ DISTNAME= ImageViewer-0.6.3 -PKGREVISION= 15 +PKGREVISION= 16 CATEGORIES= graphics gnustep MASTER_SITES= http://www.nice.ch/~phip/ diff --git a/graphics/Makefile b/graphics/Makefile index 6e3a7ebe4ed02..d6f63d2a66e2c 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.733 2016/02/14 13:59:46 leot Exp $ +# $NetBSD: Makefile,v 1.735 2016/04/23 22:35:38 markd Exp $ # COMMENT= Graphics tools and libraries @@ -416,6 +416,7 @@ SUBDIR+= py-gnuplot SUBDIR+= py-goocanvas SUBDIR+= py-graphviz SUBDIR+= py-gtkglext +SUBDIR+= py-imagesize SUBDIR+= py-imaging SUBDIR+= py-imagingtk SUBDIR+= py-matplotlib @@ -562,6 +563,8 @@ SUBDIR+= tex-mptopdf SUBDIR+= tex-mptopdf-doc SUBDIR+= tex-pdfcrop SUBDIR+= tex-pdfcrop-doc +SUBDIR+= tex-pgfgantt +SUBDIR+= tex-pgfgantt-doc SUBDIR+= tex-pictex SUBDIR+= tex-pictex-doc SUBDIR+= tex-piechartmp @@ -600,6 +603,8 @@ SUBDIR+= tex-pst-node SUBDIR+= tex-pst-node-doc SUBDIR+= tex-pst-osci SUBDIR+= tex-pst-osci-doc +SUBDIR+= tex-pst-ovl +SUBDIR+= tex-pst-ovl-doc SUBDIR+= tex-pst-pdf SUBDIR+= tex-pst-pdf-doc SUBDIR+= tex-pst-plot @@ -610,6 +615,8 @@ SUBDIR+= tex-pst-slpe SUBDIR+= tex-pst-slpe-doc SUBDIR+= tex-pst-text SUBDIR+= tex-pst-text-doc +SUBDIR+= tex-pst-tools +SUBDIR+= tex-pst-tools-doc SUBDIR+= tex-pst-tree SUBDIR+= tex-pst-tree-doc SUBDIR+= tex-pst-vue3d @@ -641,6 +648,8 @@ SUBDIR+= tex-threeddice SUBDIR+= tex-threeddice-doc SUBDIR+= tex-tikz-3dplot SUBDIR+= tex-tikz-3dplot-doc +SUBDIR+= tex-tikz-cd +SUBDIR+= tex-tikz-cd-doc SUBDIR+= tex-tikzinclude SUBDIR+= tex-tikzinclude-doc SUBDIR+= tex-tikzmark diff --git a/graphics/MesaLib/Makefile b/graphics/MesaLib/Makefile index 903918dff74a9..24b345c615449 100644 --- a/graphics/MesaLib/Makefile +++ b/graphics/MesaLib/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.122 2016/03/08 21:08:19 tnn Exp $ +# $NetBSD: Makefile,v 1.126 2016/04/18 10:43:00 wiz Exp $ -DISTNAME= mesa-11.1.2 -PKGREVISION= 1 +DISTNAME= mesa-11.2.1 PKGNAME= ${DISTNAME:S/mesa/MesaLib/} CATEGORIES= graphics x11 MASTER_SITES= ftp://ftp.freedesktop.org/pub/mesa/${PKGVERSION_NOREV}/ @@ -13,7 +12,7 @@ COMMENT= The Mesa 3D Graphics Library LICENSE= mit GNU_CONFIGURE= yes -USE_TOOLS+= pkg-config gmake +USE_TOOLS+= bison pkg-config gmake flex USE_LANGUAGES= c99 c++ USE_LIBTOOL= yes diff --git a/graphics/MesaLib/distinfo b/graphics/MesaLib/distinfo index 14d5b7cfa37af..b20ebf0cda1ed 100644 --- a/graphics/MesaLib/distinfo +++ b/graphics/MesaLib/distinfo @@ -1,11 +1,12 @@ -$NetBSD: distinfo,v 1.114 2016/02/23 11:16:55 jperkin Exp $ +$NetBSD: distinfo,v 1.116 2016/04/18 10:43:00 wiz Exp $ -SHA1 (mesa-11.1.2.tar.xz) = f6c306828427ad694885ebd488d3b7681eaafa87 -RMD160 (mesa-11.1.2.tar.xz) = 6d47d523dc79260dfbc57fa24724cef804c794b3 -SHA512 (mesa-11.1.2.tar.xz) = 4037728cbe7c5c492cf1e6d20c61250c0ff4fe82cf89ba1cd6ff029776220160359dce197582d2c3f3f7ba5d76fe6b055515210fc46b59f821fc66f453cb77ae -Size (mesa-11.1.2.tar.xz) = 7561920 bytes +SHA1 (mesa-11.2.1.tar.xz) = 16860f93322dfc75dc55c078239dab266661d303 +RMD160 (mesa-11.2.1.tar.xz) = 21c7615fab453efda971d5503fff0145f4b74a88 +SHA512 (mesa-11.2.1.tar.xz) = e70df5f1a80c2904fd15db13c2a0d26eef3b3826cc77ccf79c50dc63e385a2123394c3c7f197882c8d35d8aa6cb9200a8fca705ccf3631000de89599c21891ac +Size (mesa-11.2.1.tar.xz) = 7857308 bytes SHA1 (patch-configure) = 87f0f2e60f342c91b3aecab02d3a4d8940eadf0a SHA1 (patch-include_GL_glxext.h) = 830902f2d38a8395cda682c059fc5223e1b0e89e +SHA1 (patch-src_compiler_glsl_glsl__parser__extras.cpp) = c5046ce848d0b1ea428e29611b6822d4f4ab970d SHA1 (patch-src_egl_drivers_dri2_platform__drm.c) = 99b6dd6739c29551ae2c885eabd7babd159fc3e5 SHA1 (patch-src_egl_drivers_dri2_platform__x11.c) = 8102c982cefc3fff667b6e30b7b3133f5e0f2143 SHA1 (patch-src_egl_main_eglglobals.c) = 2d81ae27f09162d23bc684456cc5fef48c042652 @@ -21,7 +22,6 @@ SHA1 (patch-src_gallium_winsys_radeon_drm_radeon__drm__winsys.c) = 2358b7d5ea89e SHA1 (patch-src_gallium_winsys_svga_drm_vmw__screen.c) = 4b2ae565377b1a0396c8bf6b2663c261592b8e5e SHA1 (patch-src_gallium_winsys_svga_drm_vmw__screen__ioctl.c) = e4b891e8b4ebe5b8e8c7b8c2c1dbed11b9c417df SHA1 (patch-src_gbm_main_gbm.c) = 70225ab7352f123c9efc68b6d4ff0d9675b6f9dc -SHA1 (patch-src_glsl_glsl__parser__extras.cpp) = eb05a70782edb0ccb82c04ef17de60352c840268 SHA1 (patch-src_glsl_ralloc.c) = 63c8e40b9f74404033c20c5c9a00c5f6d8df6433 SHA1 (patch-src_glx_apple_apple__glapi.c) = df70afc24759978f954ac3a774a14e6518dde97a SHA1 (patch-src_glx_glxclient.h) = e15256851559dafb7a86e1eb7e9d6afc86de581b diff --git a/graphics/MesaLib/patches/patch-src_compiler_glsl_glsl__parser__extras.cpp b/graphics/MesaLib/patches/patch-src_compiler_glsl_glsl__parser__extras.cpp new file mode 100644 index 0000000000000..d912e19e49f3c --- /dev/null +++ b/graphics/MesaLib/patches/patch-src_compiler_glsl_glsl__parser__extras.cpp @@ -0,0 +1,15 @@ +$NetBSD: patch-src_compiler_glsl_glsl__parser__extras.cpp,v 1.1 2016/04/17 00:03:00 wiz Exp $ + +atexit() is not a good idea in a library; use destructor attribute. + +--- src/compiler/glsl/glsl_parser_extras.cpp.orig 2016-04-04 10:24:28.000000000 +0000 ++++ src/compiler/glsl/glsl_parser_extras.cpp +@@ -1938,7 +1938,7 @@ extern "C" { + * programs would be invalid. So this should happen at approximately + * program exit. + */ +-void ++void __attribute__((__destructor__)) + _mesa_destroy_shader_compiler(void) + { + _mesa_destroy_shader_compiler_caches(); diff --git a/graphics/MesaLib/patches/patch-src_glsl_glsl__parser__extras.cpp b/graphics/MesaLib/patches/patch-src_glsl_glsl__parser__extras.cpp deleted file mode 100644 index 3d6544b5aad87..0000000000000 --- a/graphics/MesaLib/patches/patch-src_glsl_glsl__parser__extras.cpp +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-src_glsl_glsl__parser__extras.cpp,v 1.1 2016/01/27 07:39:54 wiz Exp $ - -atexit() is not a good idea in shared libraries. - ---- src/glsl/glsl_parser_extras.cpp.orig 2016-01-07 16:17:53.000000000 +0000 -+++ src/glsl/glsl_parser_extras.cpp -@@ -1967,7 +1967,7 @@ extern "C" { - * programs would be invalid. So this should happen at approximately - * program exit. - */ --void -+void __attribute__((__destructor__)) - _mesa_destroy_shader_compiler(void) - { - _mesa_destroy_shader_compiler_caches(); diff --git a/graphics/MesaLib7/Makefile b/graphics/MesaLib7/Makefile index 143a936c1fda5..89535209d5be5 100644 --- a/graphics/MesaLib7/Makefile +++ b/graphics/MesaLib7/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.5 2016/02/25 13:37:46 jperkin Exp $ +# $NetBSD: Makefile,v 1.6 2016/03/26 23:45:21 joerg Exp $ DISTNAME?= ${MESA_DISTNAME} PKGNAME= MesaLib7-${MESA_PKGVERSION} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= graphics MASTER_SITES= ${MESA_SITES} EXTRACT_SUFX= .tar.bz2 @@ -29,6 +29,8 @@ CONFLICTS+= xf86driproto<2.0.4 PLIST_VARS= dri nodri +BUILDLINK_PASSTHRU_RPATHDIRS+= ${PREFIX}/MesaLib7/lib + PKGCONFIG_OVERRIDE+= src/mesa/drivers/dri/dri.pc.in PKGCONFIG_OVERRIDE+= src/mesa/gl.pc.in PKGCONFIG_OVERRIDE+= src/mesa/osmesa.pc.in diff --git a/graphics/MesaLib7/distinfo b/graphics/MesaLib7/distinfo index 8eda1d75aba48..722943bfd3cef 100644 --- a/graphics/MesaLib7/distinfo +++ b/graphics/MesaLib7/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.2 2015/11/03 21:33:51 agc Exp $ +$NetBSD: distinfo,v 1.3 2016/03/26 23:45:21 joerg Exp $ SHA1 (Mesa-7.11.2/MesaLib-7.11.2.tar.bz2) = 5981ac2de8438e5f4a1f3561f2044d700c5f0de9 RMD160 (Mesa-7.11.2/MesaLib-7.11.2.tar.bz2) = 656ded1db6c1f6fdd15a3f2cdee1b895d393bcea @@ -6,7 +6,7 @@ SHA512 (Mesa-7.11.2/MesaLib-7.11.2.tar.bz2) = f9f93aeb5ba3e4f0cdd7041a7bba6cd18d Size (Mesa-7.11.2/MesaLib-7.11.2.tar.bz2) = 6257280 bytes SHA1 (patch-af) = da0bd412b81d4b826b6d9b4bb8d98ca1fe0006ba SHA1 (patch-bin_mklib) = 8c54bf5382541cab9d971b0e0e627035db1af468 -SHA1 (patch-configure.ac) = 0e3f9a1f21ba3a50161312683e9a0ad36f9f3e61 +SHA1 (patch-configure.ac) = a35dabc387d78282b3eadf3be98380cb84b796d7 SHA1 (patch-include_GL_gl.h) = a97ab309556c78d818d0b8bd867b5f2412c141b0 SHA1 (patch-src_gallium_auxiliary_util_u__atomic.h) = 68ba9694aca506add2aa96a6892a7227481c2c11 SHA1 (patch-src_gallium_include_pipe_p__config.h) = 34f4c2a033dd7a494dd3f51db407002a3388f84e diff --git a/graphics/MesaLib7/options.mk b/graphics/MesaLib7/options.mk index 1497a9d7f082a..92be4d31b1644 100644 --- a/graphics/MesaLib7/options.mk +++ b/graphics/MesaLib7/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.2 2015/04/05 17:02:45 tnn Exp $ +# $NetBSD: options.mk,v 1.3 2016/04/11 04:22:34 dbj Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.MesaLib7 PKG_SUPPORTED_OPTIONS= @@ -57,7 +57,7 @@ CONFIGURE_ARGS+= --with-dri-drivers="i810 i915 i965 mach64 mga r128 r200 CONFIGURE_ARGS+= --with-driver=xlib PLIST.nodri= yes .if !empty(MACHINE_PLATFORM:MNetBSD-[4-9]*-*86*) -PKG_FAIL_REASON= "The dri option needs to be enabled for this to build on NetBSD." +PKG_FAIL_REASON+= "The dri option needs to be enabled for this to build on NetBSD." .endif ### ### XXX building libOSMesa breaks with -j, and GNU make has no .WAIT diff --git a/graphics/MesaLib7/patches/patch-configure.ac b/graphics/MesaLib7/patches/patch-configure.ac index 64e36587d3f13..0940fba211971 100644 --- a/graphics/MesaLib7/patches/patch-configure.ac +++ b/graphics/MesaLib7/patches/patch-configure.ac @@ -1,4 +1,4 @@ -$NetBSD: patch-configure.ac,v 1.1 2015/04/05 17:01:37 tnn Exp $ +$NetBSD: patch-configure.ac,v 1.2 2016/03/26 23:45:21 joerg Exp $ --- configure.ac.orig 2011-10-15 00:43:58.000000000 +0000 +++ configure.ac @@ -11,3 +11,30 @@ $NetBSD: patch-configure.ac,v 1.1 2015/04/05 17:01:37 tnn Exp $ ;; cygwin*) DEFINES="$DEFINES -DUSE_EXTERNAL_DXTN_LIB=1 -DIN_DRI_DRIVER" +@@ -1430,7 +1432,7 @@ if test "x$enable_glu" = xyes; then + GLU_PC_LIB_PRIV="-lm" + if test "$enable_static" = no; then + GLU_LIB_DEPS="-lm" +- GLU_MESA_DEPS='-l$(GL_LIB)' ++ GLU_MESA_DEPS='$(COMPILER_RPATH_FLAG)$(prefix)/lib -l$(GL_LIB)' + else + GLU_LIB_DEPS="" + GLU_MESA_DEPS="" +@@ -1509,7 +1511,7 @@ if test "x$enable_glw" = xyes; then + # If static, empty GLW_LIB_DEPS and add libs for programs to link + GLW_PC_LIB_PRIV="$GLW_PC_LIB_PRIV" + if test "$enable_static" = no; then +- GLW_MESA_DEPS='-l$(GL_LIB)' ++ GLW_MESA_DEPS='$(COMPILER_RPATH_FLAG)$(prefix)/lib -l$(GL_LIB)' + GLW_LIB_DEPS="$GLW_LIB_DEPS" + else + APP_LIB_DEPS="$APP_LIB_DEPS $GLW_LIB_DEPS" +@@ -1574,7 +1576,7 @@ if test "x$enable_glut" = xyes; then + + # If static, empty GLUT_LIB_DEPS and add libs for programs to link + if test "$enable_static" = no; then +- GLUT_MESA_DEPS='-l$(GLU_LIB) -l$(GL_LIB)' ++ GLUT_MESA_DEPS='$(COMPILER_RPATH_FLAG)$(prefix)/lib -l$(GLU_LIB) -l$(GL_LIB)' + else + APP_LIB_DEPS="$APP_LIB_DEPS $GLUT_LIB_DEPS" + GLUT_LIB_DEPS="" diff --git a/graphics/R-latticeExtra/Makefile b/graphics/R-latticeExtra/Makefile index 98b954e795ec9..e2f0e99784d95 100644 --- a/graphics/R-latticeExtra/Makefile +++ b/graphics/R-latticeExtra/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2014/09/19 16:50:27 brook Exp $ +# $NetBSD: Makefile,v 1.2 2016/04/09 11:02:10 wen Exp $ CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/} @@ -9,7 +9,7 @@ COMMENT= Extra graphical utilities based on lattice LICENSE= gnu-gpl-v2 R_PKGNAME= latticeExtra -R_PKGVER= 0.6-26 +R_PKGVER= 0.6-28 DEPENDS+= R-RColorBrewer>=1.0.5:../../math/R-RColorBrewer diff --git a/graphics/R-latticeExtra/distinfo b/graphics/R-latticeExtra/distinfo index c2b5b23fb1387..61d04d95a7e69 100644 --- a/graphics/R-latticeExtra/distinfo +++ b/graphics/R-latticeExtra/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2015/11/03 21:33:51 agc Exp $ +$NetBSD: distinfo,v 1.3 2016/04/09 11:02:10 wen Exp $ -SHA1 (R/latticeExtra_0.6-26.tar.gz) = b3ffbce688ccabca143c9174c647f93edd23d7ab -RMD160 (R/latticeExtra_0.6-26.tar.gz) = 2f0313fb3356aa12d0af36ba5cf77b18b1e432c4 -SHA512 (R/latticeExtra_0.6-26.tar.gz) = e9623a14650af9418a3df4ebfd73c16f2227c0fb4d5247f135fec85e16b2cc32424c60099101e2ec2b9b17dd5093f12faf1b63a83870958171c815b4f693fa84 -Size (R/latticeExtra_0.6-26.tar.gz) = 1295154 bytes +SHA1 (R/latticeExtra_0.6-28.tar.gz) = aa69ca76b26295a9fd1f037769725be74169703b +RMD160 (R/latticeExtra_0.6-28.tar.gz) = f429ef40f9a9a10bd083715f46ec3d7bde8ea7a2 +SHA512 (R/latticeExtra_0.6-28.tar.gz) = a5d2532dc6f1d428035b07d220076055585fa8fab02ab50884c2076b90ffefa38ea854a1625cc3e6a705ff5ac82060fcdee9cb244dcf33545fbd90e7ccf90077 +Size (R/latticeExtra_0.6-28.tar.gz) = 1294369 bytes diff --git a/graphics/SDL2_image/Makefile b/graphics/SDL2_image/Makefile index 655588d245731..06a7d3c01f74b 100644 --- a/graphics/SDL2_image/Makefile +++ b/graphics/SDL2_image/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.7 2016/01/06 10:46:52 adam Exp $ +# $NetBSD: Makefile,v 1.8 2016/05/05 11:12:14 wiz Exp $ -DISTNAME= SDL2_image-2.0.0 -PKGREVISION= 4 +DISTNAME= SDL2_image-2.0.1 CATEGORIES= graphics devel MASTER_SITES= http://www.libsdl.org/projects/SDL_image/release/ @@ -16,7 +15,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS+= ac_cv_prog_ac_ct_OBJC=${CC:Q} INSTALLATION_DIRS= bin -PKGCONFIG_OVERRIDE= SDL_image.pc.in +PKGCONFIG_OVERRIDE= SDL2_image.pc.in CHECK_PORTABILITY_SKIP= external/tiff-4.0.3/configure post-install: diff --git a/graphics/SDL2_image/distinfo b/graphics/SDL2_image/distinfo index f6fdf1c1a1e9c..6683cf272d4d8 100644 --- a/graphics/SDL2_image/distinfo +++ b/graphics/SDL2_image/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.2 2015/11/03 21:33:52 agc Exp $ +$NetBSD: distinfo,v 1.3 2016/05/05 11:12:14 wiz Exp $ -SHA1 (SDL2_image-2.0.0.tar.gz) = 20b1b0db9dd540d6d5e40c7da8a39c6a81248865 -RMD160 (SDL2_image-2.0.0.tar.gz) = 1bd3e383bada30852fe1bcc4ac1f5d144a9158ca -SHA512 (SDL2_image-2.0.0.tar.gz) = 300ff078c4c9a74ccc143692630e9c97e25a223bf80661cd5e7d684a25c6ad7760b20778d492d6cc41521dcd2a00e4a76947cf6dffc679fdbd54f430b3906ea6 -Size (SDL2_image-2.0.0.tar.gz) = 8398016 bytes +SHA1 (SDL2_image-2.0.1.tar.gz) = 76c5da0a59a77e5160a65a1c8f53bef016bdc373 +RMD160 (SDL2_image-2.0.1.tar.gz) = d9ceaaa5f0e887b3d19986e4de6ef299f21c032b +SHA512 (SDL2_image-2.0.1.tar.gz) = 99ed5f7b69966cea5fcf9173e7270167c24b55ab459774f10dbf90f26dcb9d5f118971ffd4e583a83148976f44ca166474669398a561169d24ffba80f852306f +Size (SDL2_image-2.0.1.tar.gz) = 7797848 bytes SHA1 (patch-Makefile.in) = dbe3c8578e6b2be2ab1ed82c170817417f30e021 -SHA1 (patch-configure) = 78123313737fe09eed0d80e5c30eef63e16e908b +SHA1 (patch-configure) = db88780d385e4bbf8416f9ff01bf30e9ad09bba5 diff --git a/graphics/SDL2_image/patches/patch-configure b/graphics/SDL2_image/patches/patch-configure index c85ccafd3e00e..dd41e0b9d7af8 100644 --- a/graphics/SDL2_image/patches/patch-configure +++ b/graphics/SDL2_image/patches/patch-configure @@ -1,13 +1,13 @@ -$NetBSD: patch-configure,v 1.1 2014/03/31 10:10:14 adam Exp $ +$NetBSD: patch-configure,v 1.2 2016/05/05 11:12:14 wiz Exp $ Add frameworks required to link under OS X. ---- configure.orig 2014-03-19 15:55:16.000000000 +0000 +--- configure.orig 2016-01-03 05:52:28.000000000 +0000 +++ configure @@ -12024,6 +12024,7 @@ fi if test x$enable_imageio = xyes; then - IMG_LIBS="-Wl,-framework,ApplicationServices $IMG_LIBS" + IMG_LIBS="-Wl,-framework,ApplicationServices -lobjc $IMG_LIBS" + IMG_LIBS="-Wl,-framework,Cocoa -Wl,-framework,Carbon -Wl,-framework,IOKit -Wl,-framework,ForceFeedback $IMG_LIBS" else CFLAGS="$CFLAGS -DSDL_IMAGE_USE_COMMON_BACKEND" diff --git a/graphics/adwaita-icon-theme/Makefile b/graphics/adwaita-icon-theme/Makefile index 63301b03f15d1..a0fc32cc8bb66 100644 --- a/graphics/adwaita-icon-theme/Makefile +++ b/graphics/adwaita-icon-theme/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.5 2015/11/25 12:50:43 jperkin Exp $ +# $NetBSD: Makefile,v 1.6 2016/04/10 19:17:25 prlw1 Exp $ -DISTNAME= adwaita-icon-theme-3.16.2.1 +DISTNAME= adwaita-icon-theme-3.20 CATEGORIES= graphics gnome -MASTER_SITES= ${MASTER_SITE_GNOME:=/sources/adwaita-icon-theme/${PKGVERSION_NOREV:R:R}/} +MASTER_SITES= ${MASTER_SITE_GNOME:=/sources/adwaita-icon-theme/${PKGVERSION_NOREV}/} EXTRACT_SUFX= .tar.xz MAINTAINER= prlw1@cam.ac.uk @@ -15,7 +15,7 @@ TOOL_DEPENDS+= librsvg>=2.22.3:../../graphics/librsvg TOOL_DEPENDS+= gtk3+>=3:../../x11/gtk3 GNU_CONFIGURE= yes -USE_TOOLS+= gmake intltool msgfmt pkg-config +USE_TOOLS+= gmake pkg-config # otherwise it creates lots of superfluous lib/locale dirs USE_PKGLOCALEDIR= yes TOOLS_NOOP+= gtk-update-icon-cache diff --git a/graphics/adwaita-icon-theme/PLIST b/graphics/adwaita-icon-theme/PLIST index cc1d7363cf170..94571bbdd2997 100644 --- a/graphics/adwaita-icon-theme/PLIST +++ b/graphics/adwaita-icon-theme/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2015/06/14 22:19:00 prlw1 Exp $ +@comment $NetBSD: PLIST,v 1.3 2016/04/10 19:17:25 prlw1 Exp $ share/icons/Adwaita/16x16/actions/action-unavailable-symbolic.symbolic.png share/icons/Adwaita/16x16/actions/address-book-new-symbolic.symbolic.png share/icons/Adwaita/16x16/actions/address-book-new.png @@ -15,6 +15,7 @@ share/icons/Adwaita/16x16/actions/call-stop.png share/icons/Adwaita/16x16/actions/color-select-symbolic.symbolic.png share/icons/Adwaita/16x16/actions/contact-new-symbolic.symbolic.png share/icons/Adwaita/16x16/actions/contact-new.png +share/icons/Adwaita/16x16/actions/document-edit-symbolic.symbolic.png share/icons/Adwaita/16x16/actions/document-new-symbolic.symbolic.png share/icons/Adwaita/16x16/actions/document-new.png share/icons/Adwaita/16x16/actions/document-open-recent-symbolic.symbolic.png @@ -93,10 +94,10 @@ share/icons/Adwaita/16x16/actions/format-justify-right-symbolic.symbolic.png share/icons/Adwaita/16x16/actions/format-justify-right.png share/icons/Adwaita/16x16/actions/format-text-bold-symbolic.symbolic.png share/icons/Adwaita/16x16/actions/format-text-bold.png -share/icons/Adwaita/16x16/actions/format-text-direction-ltr-symbolic.symbolic.png share/icons/Adwaita/16x16/actions/format-text-direction-ltr.png -share/icons/Adwaita/16x16/actions/format-text-direction-rtl-symbolic.symbolic.png share/icons/Adwaita/16x16/actions/format-text-direction-rtl.png +share/icons/Adwaita/16x16/actions/format-text-direction-symbolic-rtl.symbolic.png +share/icons/Adwaita/16x16/actions/format-text-direction-symbolic.symbolic.png share/icons/Adwaita/16x16/actions/format-text-italic-symbolic.symbolic.png share/icons/Adwaita/16x16/actions/format-text-italic.png share/icons/Adwaita/16x16/actions/format-text-strikethrough-symbolic.symbolic.png @@ -135,10 +136,6 @@ share/icons/Adwaita/16x16/actions/help-about-symbolic.symbolic.png share/icons/Adwaita/16x16/actions/help-about.png share/icons/Adwaita/16x16/actions/help-contents.png share/icons/Adwaita/16x16/actions/help-faq.png -share/icons/Adwaita/16x16/actions/image-crop-symbolic.symbolic.png -share/icons/Adwaita/16x16/actions/image-denoise-symbolic.symbolic.png -share/icons/Adwaita/16x16/actions/image-filter-symbolic.symbolic.png -share/icons/Adwaita/16x16/actions/image-sharpen-symbolic.symbolic.png share/icons/Adwaita/16x16/actions/insert-image-symbolic.symbolic.png share/icons/Adwaita/16x16/actions/insert-image.png share/icons/Adwaita/16x16/actions/insert-link-symbolic.symbolic.png @@ -233,6 +230,7 @@ share/icons/Adwaita/16x16/actions/tab-new-symbolic.symbolic.png share/icons/Adwaita/16x16/actions/tab-new.png share/icons/Adwaita/16x16/actions/tools-check-spelling-symbolic.symbolic.png share/icons/Adwaita/16x16/actions/tools-check-spelling.png +share/icons/Adwaita/16x16/actions/view-app-grid-symbolic.symbolic.png share/icons/Adwaita/16x16/actions/view-continuous-symbolic.symbolic.png share/icons/Adwaita/16x16/actions/view-dual-symbolic.symbolic.png share/icons/Adwaita/16x16/actions/view-fullscreen-symbolic.symbolic.png @@ -396,6 +394,7 @@ share/icons/Adwaita/16x16/devices/drive-optical-symbolic.symbolic.png share/icons/Adwaita/16x16/devices/drive-optical.png share/icons/Adwaita/16x16/devices/drive-removable-media-symbolic.symbolic.png share/icons/Adwaita/16x16/devices/drive-removable-media.png +share/icons/Adwaita/16x16/devices/ebook-reader.png share/icons/Adwaita/16x16/devices/input-dialpad-symbolic.symbolic.png share/icons/Adwaita/16x16/devices/input-dialpad.png share/icons/Adwaita/16x16/devices/input-gaming-symbolic.symbolic.png @@ -529,6 +528,7 @@ share/icons/Adwaita/16x16/emotes/face-yawn-symbolic.symbolic.png share/icons/Adwaita/16x16/mimetypes/application-certificate-symbolic.symbolic.png share/icons/Adwaita/16x16/mimetypes/application-certificate.png share/icons/Adwaita/16x16/mimetypes/application-rss+xml-symbolic.symbolic.png +share/icons/Adwaita/16x16/mimetypes/application-x-addon-symbolic.symbolic.png share/icons/Adwaita/16x16/mimetypes/application-x-addon.png share/icons/Adwaita/16x16/mimetypes/application-x-appliance-symbolic.symbolic.png share/icons/Adwaita/16x16/mimetypes/application-x-executable-symbolic.symbolic.png @@ -687,14 +687,14 @@ share/icons/Adwaita/16x16/status/mail-signed-verified.png share/icons/Adwaita/16x16/status/mail-signed.png share/icons/Adwaita/16x16/status/mail-unread-symbolic.symbolic.png share/icons/Adwaita/16x16/status/mail-unread.png -share/icons/Adwaita/16x16/status/media-playlist-consecutive-rtl-symbolic.symbolic.png +share/icons/Adwaita/16x16/status/media-playlist-consecutive-symbolic-rtl.symbolic.png share/icons/Adwaita/16x16/status/media-playlist-consecutive-symbolic.symbolic.png -share/icons/Adwaita/16x16/status/media-playlist-repeat-rtl-symbolic.symbolic.png -share/icons/Adwaita/16x16/status/media-playlist-repeat-song-rtl-symbolic.symbolic.png +share/icons/Adwaita/16x16/status/media-playlist-repeat-song-symbolic-rtl.symbolic.png share/icons/Adwaita/16x16/status/media-playlist-repeat-song-symbolic.symbolic.png +share/icons/Adwaita/16x16/status/media-playlist-repeat-symbolic-rtl.symbolic.png share/icons/Adwaita/16x16/status/media-playlist-repeat-symbolic.symbolic.png share/icons/Adwaita/16x16/status/media-playlist-repeat.png -share/icons/Adwaita/16x16/status/media-playlist-shuffle-rtl-symbolic.symbolic.png +share/icons/Adwaita/16x16/status/media-playlist-shuffle-symbolic-rtl.symbolic.png share/icons/Adwaita/16x16/status/media-playlist-shuffle-symbolic.symbolic.png share/icons/Adwaita/16x16/status/media-playlist-shuffle.png share/icons/Adwaita/16x16/status/microphone-sensitivity-high-symbolic.symbolic.png @@ -770,8 +770,8 @@ share/icons/Adwaita/16x16/status/security-low-symbolic.symbolic.png share/icons/Adwaita/16x16/status/security-low.png share/icons/Adwaita/16x16/status/security-medium-symbolic.symbolic.png share/icons/Adwaita/16x16/status/security-medium.png -share/icons/Adwaita/16x16/status/semi-starred-rtl-symbolic.symbolic.png share/icons/Adwaita/16x16/status/semi-starred-rtl.png +share/icons/Adwaita/16x16/status/semi-starred-symbolic-rtl.symbolic.png share/icons/Adwaita/16x16/status/semi-starred-symbolic.symbolic.png share/icons/Adwaita/16x16/status/semi-starred.png share/icons/Adwaita/16x16/status/software-update-available-symbolic.symbolic.png @@ -799,6 +799,7 @@ share/icons/Adwaita/16x16/status/user-idle-symbolic.symbolic.png share/icons/Adwaita/16x16/status/user-idle.png share/icons/Adwaita/16x16/status/user-invisible-symbolic.symbolic.png share/icons/Adwaita/16x16/status/user-invisible.png +share/icons/Adwaita/16x16/status/user-not-tracked-symbolic.symbolic.png share/icons/Adwaita/16x16/status/user-offline-symbolic.symbolic.png share/icons/Adwaita/16x16/status/user-offline.png share/icons/Adwaita/16x16/status/user-status-pending-symbolic.symbolic.png @@ -1012,6 +1013,7 @@ share/icons/Adwaita/22x22/devices/drive-harddisk.png share/icons/Adwaita/22x22/devices/drive-multidisk.png share/icons/Adwaita/22x22/devices/drive-optical.png share/icons/Adwaita/22x22/devices/drive-removable-media.png +share/icons/Adwaita/22x22/devices/ebook-reader.png share/icons/Adwaita/22x22/devices/input-dialpad.png share/icons/Adwaita/22x22/devices/input-gaming.png share/icons/Adwaita/22x22/devices/input-keyboard.png @@ -1220,6 +1222,7 @@ share/icons/Adwaita/24x24/actions/call-stop.png share/icons/Adwaita/24x24/actions/color-select-symbolic.symbolic.png share/icons/Adwaita/24x24/actions/contact-new-symbolic.symbolic.png share/icons/Adwaita/24x24/actions/contact-new.png +share/icons/Adwaita/24x24/actions/document-edit-symbolic.symbolic.png share/icons/Adwaita/24x24/actions/document-new-symbolic.symbolic.png share/icons/Adwaita/24x24/actions/document-new.png share/icons/Adwaita/24x24/actions/document-open-recent-symbolic.symbolic.png @@ -1295,8 +1298,8 @@ share/icons/Adwaita/24x24/actions/format-justify-right-symbolic.symbolic.png share/icons/Adwaita/24x24/actions/format-justify-right.png share/icons/Adwaita/24x24/actions/format-text-bold-symbolic.symbolic.png share/icons/Adwaita/24x24/actions/format-text-bold.png -share/icons/Adwaita/24x24/actions/format-text-direction-ltr-symbolic.symbolic.png -share/icons/Adwaita/24x24/actions/format-text-direction-rtl-symbolic.symbolic.png +share/icons/Adwaita/24x24/actions/format-text-direction-symbolic-rtl.symbolic.png +share/icons/Adwaita/24x24/actions/format-text-direction-symbolic.symbolic.png share/icons/Adwaita/24x24/actions/format-text-italic-symbolic.symbolic.png share/icons/Adwaita/24x24/actions/format-text-italic.png share/icons/Adwaita/24x24/actions/format-text-strikethrough-symbolic.symbolic.png @@ -1335,10 +1338,6 @@ share/icons/Adwaita/24x24/actions/help-about-symbolic.symbolic.png share/icons/Adwaita/24x24/actions/help-about.png share/icons/Adwaita/24x24/actions/help-contents.png share/icons/Adwaita/24x24/actions/help-faq.png -share/icons/Adwaita/24x24/actions/image-crop-symbolic.symbolic.png -share/icons/Adwaita/24x24/actions/image-denoise-symbolic.symbolic.png -share/icons/Adwaita/24x24/actions/image-filter-symbolic.symbolic.png -share/icons/Adwaita/24x24/actions/image-sharpen-symbolic.symbolic.png share/icons/Adwaita/24x24/actions/insert-image-symbolic.symbolic.png share/icons/Adwaita/24x24/actions/insert-image.png share/icons/Adwaita/24x24/actions/insert-link-symbolic.symbolic.png @@ -1432,6 +1431,7 @@ share/icons/Adwaita/24x24/actions/tab-new-symbolic.symbolic.png share/icons/Adwaita/24x24/actions/tab-new.png share/icons/Adwaita/24x24/actions/tools-check-spelling-symbolic.symbolic.png share/icons/Adwaita/24x24/actions/tools-check-spelling.png +share/icons/Adwaita/24x24/actions/view-app-grid-symbolic.symbolic.png share/icons/Adwaita/24x24/actions/view-continuous-symbolic.symbolic.png share/icons/Adwaita/24x24/actions/view-dual-symbolic.symbolic.png share/icons/Adwaita/24x24/actions/view-fullscreen-symbolic.symbolic.png @@ -1592,6 +1592,7 @@ share/icons/Adwaita/24x24/devices/drive-optical-symbolic.symbolic.png share/icons/Adwaita/24x24/devices/drive-optical.png share/icons/Adwaita/24x24/devices/drive-removable-media-symbolic.symbolic.png share/icons/Adwaita/24x24/devices/drive-removable-media.png +share/icons/Adwaita/24x24/devices/ebook-reader.png share/icons/Adwaita/24x24/devices/input-dialpad-symbolic.symbolic.png share/icons/Adwaita/24x24/devices/input-dialpad.png share/icons/Adwaita/24x24/devices/input-gaming-symbolic.symbolic.png @@ -1724,6 +1725,7 @@ share/icons/Adwaita/24x24/emotes/face-yawn-symbolic.symbolic.png share/icons/Adwaita/24x24/mimetypes/application-certificate-symbolic.symbolic.png share/icons/Adwaita/24x24/mimetypes/application-certificate.png share/icons/Adwaita/24x24/mimetypes/application-rss+xml-symbolic.symbolic.png +share/icons/Adwaita/24x24/mimetypes/application-x-addon-symbolic.symbolic.png share/icons/Adwaita/24x24/mimetypes/application-x-addon.png share/icons/Adwaita/24x24/mimetypes/application-x-appliance-symbolic.symbolic.png share/icons/Adwaita/24x24/mimetypes/application-x-executable-symbolic.symbolic.png @@ -1882,14 +1884,14 @@ share/icons/Adwaita/24x24/status/mail-signed-verified.png share/icons/Adwaita/24x24/status/mail-signed.png share/icons/Adwaita/24x24/status/mail-unread-symbolic.symbolic.png share/icons/Adwaita/24x24/status/mail-unread.png -share/icons/Adwaita/24x24/status/media-playlist-consecutive-rtl-symbolic.symbolic.png +share/icons/Adwaita/24x24/status/media-playlist-consecutive-symbolic-rtl.symbolic.png share/icons/Adwaita/24x24/status/media-playlist-consecutive-symbolic.symbolic.png -share/icons/Adwaita/24x24/status/media-playlist-repeat-rtl-symbolic.symbolic.png -share/icons/Adwaita/24x24/status/media-playlist-repeat-song-rtl-symbolic.symbolic.png +share/icons/Adwaita/24x24/status/media-playlist-repeat-song-symbolic-rtl.symbolic.png share/icons/Adwaita/24x24/status/media-playlist-repeat-song-symbolic.symbolic.png +share/icons/Adwaita/24x24/status/media-playlist-repeat-symbolic-rtl.symbolic.png share/icons/Adwaita/24x24/status/media-playlist-repeat-symbolic.symbolic.png share/icons/Adwaita/24x24/status/media-playlist-repeat.png -share/icons/Adwaita/24x24/status/media-playlist-shuffle-rtl-symbolic.symbolic.png +share/icons/Adwaita/24x24/status/media-playlist-shuffle-symbolic-rtl.symbolic.png share/icons/Adwaita/24x24/status/media-playlist-shuffle-symbolic.symbolic.png share/icons/Adwaita/24x24/status/media-playlist-shuffle.png share/icons/Adwaita/24x24/status/microphone-sensitivity-high-symbolic.symbolic.png @@ -1965,8 +1967,8 @@ share/icons/Adwaita/24x24/status/security-low-symbolic.symbolic.png share/icons/Adwaita/24x24/status/security-low.png share/icons/Adwaita/24x24/status/security-medium-symbolic.symbolic.png share/icons/Adwaita/24x24/status/security-medium.png -share/icons/Adwaita/24x24/status/semi-starred-rtl-symbolic.symbolic.png share/icons/Adwaita/24x24/status/semi-starred-rtl.png +share/icons/Adwaita/24x24/status/semi-starred-symbolic-rtl.symbolic.png share/icons/Adwaita/24x24/status/semi-starred-symbolic.symbolic.png share/icons/Adwaita/24x24/status/semi-starred.png share/icons/Adwaita/24x24/status/software-update-available-symbolic.symbolic.png @@ -1994,6 +1996,7 @@ share/icons/Adwaita/24x24/status/user-idle-symbolic.symbolic.png share/icons/Adwaita/24x24/status/user-idle.png share/icons/Adwaita/24x24/status/user-invisible-symbolic.symbolic.png share/icons/Adwaita/24x24/status/user-invisible.png +share/icons/Adwaita/24x24/status/user-not-tracked-symbolic.symbolic.png share/icons/Adwaita/24x24/status/user-offline-symbolic.symbolic.png share/icons/Adwaita/24x24/status/user-offline.png share/icons/Adwaita/24x24/status/user-status-pending-symbolic.symbolic.png @@ -2107,6 +2110,7 @@ share/icons/Adwaita/256x256/devices/drive-harddisk.png share/icons/Adwaita/256x256/devices/drive-multidisk.png share/icons/Adwaita/256x256/devices/drive-optical.png share/icons/Adwaita/256x256/devices/drive-removable-media.png +share/icons/Adwaita/256x256/devices/ebook-reader.png share/icons/Adwaita/256x256/devices/input-dialpad.png share/icons/Adwaita/256x256/devices/input-gaming.png share/icons/Adwaita/256x256/devices/input-keyboard.png @@ -2264,6 +2268,7 @@ share/icons/Adwaita/32x32/actions/call-stop.png share/icons/Adwaita/32x32/actions/color-select-symbolic.symbolic.png share/icons/Adwaita/32x32/actions/contact-new-symbolic.symbolic.png share/icons/Adwaita/32x32/actions/contact-new.png +share/icons/Adwaita/32x32/actions/document-edit-symbolic.symbolic.png share/icons/Adwaita/32x32/actions/document-new-symbolic.symbolic.png share/icons/Adwaita/32x32/actions/document-new.png share/icons/Adwaita/32x32/actions/document-open-recent-symbolic.symbolic.png @@ -2342,10 +2347,10 @@ share/icons/Adwaita/32x32/actions/format-justify-right-symbolic.symbolic.png share/icons/Adwaita/32x32/actions/format-justify-right.png share/icons/Adwaita/32x32/actions/format-text-bold-symbolic.symbolic.png share/icons/Adwaita/32x32/actions/format-text-bold.png -share/icons/Adwaita/32x32/actions/format-text-direction-ltr-symbolic.symbolic.png share/icons/Adwaita/32x32/actions/format-text-direction-ltr.png -share/icons/Adwaita/32x32/actions/format-text-direction-rtl-symbolic.symbolic.png share/icons/Adwaita/32x32/actions/format-text-direction-rtl.png +share/icons/Adwaita/32x32/actions/format-text-direction-symbolic-rtl.symbolic.png +share/icons/Adwaita/32x32/actions/format-text-direction-symbolic.symbolic.png share/icons/Adwaita/32x32/actions/format-text-italic-symbolic.symbolic.png share/icons/Adwaita/32x32/actions/format-text-italic.png share/icons/Adwaita/32x32/actions/format-text-strikethrough-symbolic.symbolic.png @@ -2384,10 +2389,6 @@ share/icons/Adwaita/32x32/actions/help-about-symbolic.symbolic.png share/icons/Adwaita/32x32/actions/help-about.png share/icons/Adwaita/32x32/actions/help-contents.png share/icons/Adwaita/32x32/actions/help-faq.png -share/icons/Adwaita/32x32/actions/image-crop-symbolic.symbolic.png -share/icons/Adwaita/32x32/actions/image-denoise-symbolic.symbolic.png -share/icons/Adwaita/32x32/actions/image-filter-symbolic.symbolic.png -share/icons/Adwaita/32x32/actions/image-sharpen-symbolic.symbolic.png share/icons/Adwaita/32x32/actions/insert-image-symbolic.symbolic.png share/icons/Adwaita/32x32/actions/insert-image.png share/icons/Adwaita/32x32/actions/insert-link-symbolic.symbolic.png @@ -2481,6 +2482,7 @@ share/icons/Adwaita/32x32/actions/system-shutdown.png share/icons/Adwaita/32x32/actions/tab-new-symbolic.symbolic.png share/icons/Adwaita/32x32/actions/tools-check-spelling-symbolic.symbolic.png share/icons/Adwaita/32x32/actions/tools-check-spelling.png +share/icons/Adwaita/32x32/actions/view-app-grid-symbolic.symbolic.png share/icons/Adwaita/32x32/actions/view-continuous-symbolic.symbolic.png share/icons/Adwaita/32x32/actions/view-dual-symbolic.symbolic.png share/icons/Adwaita/32x32/actions/view-fullscreen-symbolic.symbolic.png @@ -2644,6 +2646,7 @@ share/icons/Adwaita/32x32/devices/drive-optical-symbolic.symbolic.png share/icons/Adwaita/32x32/devices/drive-optical.png share/icons/Adwaita/32x32/devices/drive-removable-media-symbolic.symbolic.png share/icons/Adwaita/32x32/devices/drive-removable-media.png +share/icons/Adwaita/32x32/devices/ebook-reader.png share/icons/Adwaita/32x32/devices/input-dialpad-symbolic.symbolic.png share/icons/Adwaita/32x32/devices/input-dialpad.png share/icons/Adwaita/32x32/devices/input-gaming-symbolic.symbolic.png @@ -2777,6 +2780,7 @@ share/icons/Adwaita/32x32/emotes/face-yawn-symbolic.symbolic.png share/icons/Adwaita/32x32/mimetypes/application-certificate-symbolic.symbolic.png share/icons/Adwaita/32x32/mimetypes/application-certificate.png share/icons/Adwaita/32x32/mimetypes/application-rss+xml-symbolic.symbolic.png +share/icons/Adwaita/32x32/mimetypes/application-x-addon-symbolic.symbolic.png share/icons/Adwaita/32x32/mimetypes/application-x-addon.png share/icons/Adwaita/32x32/mimetypes/application-x-appliance-symbolic.symbolic.png share/icons/Adwaita/32x32/mimetypes/application-x-executable-symbolic.symbolic.png @@ -2933,14 +2937,14 @@ share/icons/Adwaita/32x32/status/mail-replied-symbolic.symbolic.png share/icons/Adwaita/32x32/status/mail-replied.png share/icons/Adwaita/32x32/status/mail-unread-symbolic.symbolic.png share/icons/Adwaita/32x32/status/mail-unread.png -share/icons/Adwaita/32x32/status/media-playlist-consecutive-rtl-symbolic.symbolic.png +share/icons/Adwaita/32x32/status/media-playlist-consecutive-symbolic-rtl.symbolic.png share/icons/Adwaita/32x32/status/media-playlist-consecutive-symbolic.symbolic.png -share/icons/Adwaita/32x32/status/media-playlist-repeat-rtl-symbolic.symbolic.png -share/icons/Adwaita/32x32/status/media-playlist-repeat-song-rtl-symbolic.symbolic.png +share/icons/Adwaita/32x32/status/media-playlist-repeat-song-symbolic-rtl.symbolic.png share/icons/Adwaita/32x32/status/media-playlist-repeat-song-symbolic.symbolic.png +share/icons/Adwaita/32x32/status/media-playlist-repeat-symbolic-rtl.symbolic.png share/icons/Adwaita/32x32/status/media-playlist-repeat-symbolic.symbolic.png share/icons/Adwaita/32x32/status/media-playlist-repeat.png -share/icons/Adwaita/32x32/status/media-playlist-shuffle-rtl-symbolic.symbolic.png +share/icons/Adwaita/32x32/status/media-playlist-shuffle-symbolic-rtl.symbolic.png share/icons/Adwaita/32x32/status/media-playlist-shuffle-symbolic.symbolic.png share/icons/Adwaita/32x32/status/media-playlist-shuffle.png share/icons/Adwaita/32x32/status/microphone-sensitivity-high-symbolic.symbolic.png @@ -3015,8 +3019,8 @@ share/icons/Adwaita/32x32/status/security-low-symbolic.symbolic.png share/icons/Adwaita/32x32/status/security-low.png share/icons/Adwaita/32x32/status/security-medium-symbolic.symbolic.png share/icons/Adwaita/32x32/status/security-medium.png -share/icons/Adwaita/32x32/status/semi-starred-rtl-symbolic.symbolic.png share/icons/Adwaita/32x32/status/semi-starred-rtl.png +share/icons/Adwaita/32x32/status/semi-starred-symbolic-rtl.symbolic.png share/icons/Adwaita/32x32/status/semi-starred-symbolic.symbolic.png share/icons/Adwaita/32x32/status/semi-starred.png share/icons/Adwaita/32x32/status/software-update-available-symbolic.symbolic.png @@ -3044,6 +3048,7 @@ share/icons/Adwaita/32x32/status/user-idle-symbolic.symbolic.png share/icons/Adwaita/32x32/status/user-idle.png share/icons/Adwaita/32x32/status/user-invisible-symbolic.symbolic.png share/icons/Adwaita/32x32/status/user-invisible.png +share/icons/Adwaita/32x32/status/user-not-tracked-symbolic.symbolic.png share/icons/Adwaita/32x32/status/user-offline-symbolic.symbolic.png share/icons/Adwaita/32x32/status/user-offline.png share/icons/Adwaita/32x32/status/user-status-pending-symbolic.symbolic.png @@ -3089,6 +3094,7 @@ share/icons/Adwaita/48x48/actions/call-stop.png share/icons/Adwaita/48x48/actions/color-select-symbolic.symbolic.png share/icons/Adwaita/48x48/actions/contact-new-symbolic.symbolic.png share/icons/Adwaita/48x48/actions/contact-new.png +share/icons/Adwaita/48x48/actions/document-edit-symbolic.symbolic.png share/icons/Adwaita/48x48/actions/document-new-symbolic.symbolic.png share/icons/Adwaita/48x48/actions/document-new.png share/icons/Adwaita/48x48/actions/document-open-recent-symbolic.symbolic.png @@ -3167,10 +3173,10 @@ share/icons/Adwaita/48x48/actions/format-justify-right-symbolic.symbolic.png share/icons/Adwaita/48x48/actions/format-justify-right.png share/icons/Adwaita/48x48/actions/format-text-bold-symbolic.symbolic.png share/icons/Adwaita/48x48/actions/format-text-bold.png -share/icons/Adwaita/48x48/actions/format-text-direction-ltr-symbolic.symbolic.png share/icons/Adwaita/48x48/actions/format-text-direction-ltr.png -share/icons/Adwaita/48x48/actions/format-text-direction-rtl-symbolic.symbolic.png share/icons/Adwaita/48x48/actions/format-text-direction-rtl.png +share/icons/Adwaita/48x48/actions/format-text-direction-symbolic-rtl.symbolic.png +share/icons/Adwaita/48x48/actions/format-text-direction-symbolic.symbolic.png share/icons/Adwaita/48x48/actions/format-text-italic-symbolic.symbolic.png share/icons/Adwaita/48x48/actions/format-text-italic.png share/icons/Adwaita/48x48/actions/format-text-strikethrough-symbolic.symbolic.png @@ -3209,10 +3215,6 @@ share/icons/Adwaita/48x48/actions/help-about-symbolic.symbolic.png share/icons/Adwaita/48x48/actions/help-about.png share/icons/Adwaita/48x48/actions/help-contents.png share/icons/Adwaita/48x48/actions/help-faq.png -share/icons/Adwaita/48x48/actions/image-crop-symbolic.symbolic.png -share/icons/Adwaita/48x48/actions/image-denoise-symbolic.symbolic.png -share/icons/Adwaita/48x48/actions/image-filter-symbolic.symbolic.png -share/icons/Adwaita/48x48/actions/image-sharpen-symbolic.symbolic.png share/icons/Adwaita/48x48/actions/insert-image-symbolic.symbolic.png share/icons/Adwaita/48x48/actions/insert-image.png share/icons/Adwaita/48x48/actions/insert-link-symbolic.symbolic.png @@ -3306,6 +3308,7 @@ share/icons/Adwaita/48x48/actions/system-shutdown.png share/icons/Adwaita/48x48/actions/tab-new-symbolic.symbolic.png share/icons/Adwaita/48x48/actions/tools-check-spelling-symbolic.symbolic.png share/icons/Adwaita/48x48/actions/tools-check-spelling.png +share/icons/Adwaita/48x48/actions/view-app-grid-symbolic.symbolic.png share/icons/Adwaita/48x48/actions/view-continuous-symbolic.symbolic.png share/icons/Adwaita/48x48/actions/view-dual-symbolic.symbolic.png share/icons/Adwaita/48x48/actions/view-fullscreen-symbolic.symbolic.png @@ -3469,6 +3472,7 @@ share/icons/Adwaita/48x48/devices/drive-optical-symbolic.symbolic.png share/icons/Adwaita/48x48/devices/drive-optical.png share/icons/Adwaita/48x48/devices/drive-removable-media-symbolic.symbolic.png share/icons/Adwaita/48x48/devices/drive-removable-media.png +share/icons/Adwaita/48x48/devices/ebook-reader.png share/icons/Adwaita/48x48/devices/input-dialpad-symbolic.symbolic.png share/icons/Adwaita/48x48/devices/input-dialpad.png share/icons/Adwaita/48x48/devices/input-gaming-symbolic.symbolic.png @@ -3603,6 +3607,7 @@ share/icons/Adwaita/48x48/emotes/face-yawn-symbolic.symbolic.png share/icons/Adwaita/48x48/mimetypes/application-certificate-symbolic.symbolic.png share/icons/Adwaita/48x48/mimetypes/application-certificate.png share/icons/Adwaita/48x48/mimetypes/application-rss+xml-symbolic.symbolic.png +share/icons/Adwaita/48x48/mimetypes/application-x-addon-symbolic.symbolic.png share/icons/Adwaita/48x48/mimetypes/application-x-addon.png share/icons/Adwaita/48x48/mimetypes/application-x-appliance-symbolic.symbolic.png share/icons/Adwaita/48x48/mimetypes/application-x-executable-symbolic.symbolic.png @@ -3759,14 +3764,14 @@ share/icons/Adwaita/48x48/status/mail-replied-symbolic.symbolic.png share/icons/Adwaita/48x48/status/mail-replied.png share/icons/Adwaita/48x48/status/mail-unread-symbolic.symbolic.png share/icons/Adwaita/48x48/status/mail-unread.png -share/icons/Adwaita/48x48/status/media-playlist-consecutive-rtl-symbolic.symbolic.png +share/icons/Adwaita/48x48/status/media-playlist-consecutive-symbolic-rtl.symbolic.png share/icons/Adwaita/48x48/status/media-playlist-consecutive-symbolic.symbolic.png -share/icons/Adwaita/48x48/status/media-playlist-repeat-rtl-symbolic.symbolic.png -share/icons/Adwaita/48x48/status/media-playlist-repeat-song-rtl-symbolic.symbolic.png +share/icons/Adwaita/48x48/status/media-playlist-repeat-song-symbolic-rtl.symbolic.png share/icons/Adwaita/48x48/status/media-playlist-repeat-song-symbolic.symbolic.png +share/icons/Adwaita/48x48/status/media-playlist-repeat-symbolic-rtl.symbolic.png share/icons/Adwaita/48x48/status/media-playlist-repeat-symbolic.symbolic.png share/icons/Adwaita/48x48/status/media-playlist-repeat.png -share/icons/Adwaita/48x48/status/media-playlist-shuffle-rtl-symbolic.symbolic.png +share/icons/Adwaita/48x48/status/media-playlist-shuffle-symbolic-rtl.symbolic.png share/icons/Adwaita/48x48/status/media-playlist-shuffle-symbolic.symbolic.png share/icons/Adwaita/48x48/status/media-playlist-shuffle.png share/icons/Adwaita/48x48/status/microphone-sensitivity-high-symbolic.symbolic.png @@ -3841,8 +3846,8 @@ share/icons/Adwaita/48x48/status/security-low-symbolic.symbolic.png share/icons/Adwaita/48x48/status/security-low.png share/icons/Adwaita/48x48/status/security-medium-symbolic.symbolic.png share/icons/Adwaita/48x48/status/security-medium.png -share/icons/Adwaita/48x48/status/semi-starred-rtl-symbolic.symbolic.png share/icons/Adwaita/48x48/status/semi-starred-rtl.png +share/icons/Adwaita/48x48/status/semi-starred-symbolic-rtl.symbolic.png share/icons/Adwaita/48x48/status/semi-starred-symbolic.symbolic.png share/icons/Adwaita/48x48/status/semi-starred.png share/icons/Adwaita/48x48/status/software-update-available-symbolic.symbolic.png @@ -3870,6 +3875,7 @@ share/icons/Adwaita/48x48/status/user-idle-symbolic.symbolic.png share/icons/Adwaita/48x48/status/user-idle.png share/icons/Adwaita/48x48/status/user-invisible-symbolic.symbolic.png share/icons/Adwaita/48x48/status/user-invisible.png +share/icons/Adwaita/48x48/status/user-not-tracked-symbolic.symbolic.png share/icons/Adwaita/48x48/status/user-offline-symbolic.symbolic.png share/icons/Adwaita/48x48/status/user-offline.png share/icons/Adwaita/48x48/status/user-status-pending-symbolic.symbolic.png @@ -3908,6 +3914,7 @@ share/icons/Adwaita/64x64/actions/call-start-symbolic.symbolic.png share/icons/Adwaita/64x64/actions/call-stop-symbolic.symbolic.png share/icons/Adwaita/64x64/actions/color-select-symbolic.symbolic.png share/icons/Adwaita/64x64/actions/contact-new-symbolic.symbolic.png +share/icons/Adwaita/64x64/actions/document-edit-symbolic.symbolic.png share/icons/Adwaita/64x64/actions/document-new-symbolic.symbolic.png share/icons/Adwaita/64x64/actions/document-open-recent-symbolic.symbolic.png share/icons/Adwaita/64x64/actions/document-open-symbolic.symbolic.png @@ -3950,8 +3957,8 @@ share/icons/Adwaita/64x64/actions/format-justify-fill-symbolic.symbolic.png share/icons/Adwaita/64x64/actions/format-justify-left-symbolic.symbolic.png share/icons/Adwaita/64x64/actions/format-justify-right-symbolic.symbolic.png share/icons/Adwaita/64x64/actions/format-text-bold-symbolic.symbolic.png -share/icons/Adwaita/64x64/actions/format-text-direction-ltr-symbolic.symbolic.png -share/icons/Adwaita/64x64/actions/format-text-direction-rtl-symbolic.symbolic.png +share/icons/Adwaita/64x64/actions/format-text-direction-symbolic-rtl.symbolic.png +share/icons/Adwaita/64x64/actions/format-text-direction-symbolic.symbolic.png share/icons/Adwaita/64x64/actions/format-text-italic-symbolic.symbolic.png share/icons/Adwaita/64x64/actions/format-text-strikethrough-symbolic.symbolic.png share/icons/Adwaita/64x64/actions/format-text-underline-symbolic.symbolic.png @@ -3970,10 +3977,6 @@ share/icons/Adwaita/64x64/actions/go-previous-symbolic.symbolic.png share/icons/Adwaita/64x64/actions/go-top-symbolic.symbolic.png share/icons/Adwaita/64x64/actions/go-up-symbolic.symbolic.png share/icons/Adwaita/64x64/actions/help-about-symbolic.symbolic.png -share/icons/Adwaita/64x64/actions/image-crop-symbolic.symbolic.png -share/icons/Adwaita/64x64/actions/image-denoise-symbolic.symbolic.png -share/icons/Adwaita/64x64/actions/image-filter-symbolic.symbolic.png -share/icons/Adwaita/64x64/actions/image-sharpen-symbolic.symbolic.png share/icons/Adwaita/64x64/actions/insert-image-symbolic.symbolic.png share/icons/Adwaita/64x64/actions/insert-link-symbolic.symbolic.png share/icons/Adwaita/64x64/actions/insert-object-symbolic.symbolic.png @@ -4024,6 +4027,7 @@ share/icons/Adwaita/64x64/actions/system-search-symbolic.symbolic.png share/icons/Adwaita/64x64/actions/system-shutdown-symbolic.symbolic.png share/icons/Adwaita/64x64/actions/tab-new-symbolic.symbolic.png share/icons/Adwaita/64x64/actions/tools-check-spelling-symbolic.symbolic.png +share/icons/Adwaita/64x64/actions/view-app-grid-symbolic.symbolic.png share/icons/Adwaita/64x64/actions/view-continuous-symbolic.symbolic.png share/icons/Adwaita/64x64/actions/view-dual-symbolic.symbolic.png share/icons/Adwaita/64x64/actions/view-fullscreen-symbolic.symbolic.png @@ -4180,6 +4184,7 @@ share/icons/Adwaita/64x64/emotes/face-worried-symbolic.symbolic.png share/icons/Adwaita/64x64/emotes/face-yawn-symbolic.symbolic.png share/icons/Adwaita/64x64/mimetypes/application-certificate-symbolic.symbolic.png share/icons/Adwaita/64x64/mimetypes/application-rss+xml-symbolic.symbolic.png +share/icons/Adwaita/64x64/mimetypes/application-x-addon-symbolic.symbolic.png share/icons/Adwaita/64x64/mimetypes/application-x-appliance-symbolic.symbolic.png share/icons/Adwaita/64x64/mimetypes/application-x-executable-symbolic.symbolic.png share/icons/Adwaita/64x64/mimetypes/audio-x-generic-symbolic.symbolic.png @@ -4260,13 +4265,13 @@ share/icons/Adwaita/64x64/status/mail-attachment-symbolic.symbolic.png share/icons/Adwaita/64x64/status/mail-read-symbolic.symbolic.png share/icons/Adwaita/64x64/status/mail-replied-symbolic.symbolic.png share/icons/Adwaita/64x64/status/mail-unread-symbolic.symbolic.png -share/icons/Adwaita/64x64/status/media-playlist-consecutive-rtl-symbolic.symbolic.png +share/icons/Adwaita/64x64/status/media-playlist-consecutive-symbolic-rtl.symbolic.png share/icons/Adwaita/64x64/status/media-playlist-consecutive-symbolic.symbolic.png -share/icons/Adwaita/64x64/status/media-playlist-repeat-rtl-symbolic.symbolic.png -share/icons/Adwaita/64x64/status/media-playlist-repeat-song-rtl-symbolic.symbolic.png +share/icons/Adwaita/64x64/status/media-playlist-repeat-song-symbolic-rtl.symbolic.png share/icons/Adwaita/64x64/status/media-playlist-repeat-song-symbolic.symbolic.png +share/icons/Adwaita/64x64/status/media-playlist-repeat-symbolic-rtl.symbolic.png share/icons/Adwaita/64x64/status/media-playlist-repeat-symbolic.symbolic.png -share/icons/Adwaita/64x64/status/media-playlist-shuffle-rtl-symbolic.symbolic.png +share/icons/Adwaita/64x64/status/media-playlist-shuffle-symbolic-rtl.symbolic.png share/icons/Adwaita/64x64/status/media-playlist-shuffle-symbolic.symbolic.png share/icons/Adwaita/64x64/status/microphone-sensitivity-high-symbolic.symbolic.png share/icons/Adwaita/64x64/status/microphone-sensitivity-low-symbolic.symbolic.png @@ -4322,7 +4327,7 @@ share/icons/Adwaita/64x64/status/rotation-locked-symbolic.symbolic.png share/icons/Adwaita/64x64/status/security-high-symbolic.symbolic.png share/icons/Adwaita/64x64/status/security-low-symbolic.symbolic.png share/icons/Adwaita/64x64/status/security-medium-symbolic.symbolic.png -share/icons/Adwaita/64x64/status/semi-starred-rtl-symbolic.symbolic.png +share/icons/Adwaita/64x64/status/semi-starred-symbolic-rtl.symbolic.png share/icons/Adwaita/64x64/status/semi-starred-symbolic.symbolic.png share/icons/Adwaita/64x64/status/software-update-available-symbolic.symbolic.png share/icons/Adwaita/64x64/status/software-update-urgent-symbolic.symbolic.png @@ -4336,6 +4341,7 @@ share/icons/Adwaita/64x64/status/user-away-symbolic.symbolic.png share/icons/Adwaita/64x64/status/user-busy-symbolic.symbolic.png share/icons/Adwaita/64x64/status/user-idle-symbolic.symbolic.png share/icons/Adwaita/64x64/status/user-invisible-symbolic.symbolic.png +share/icons/Adwaita/64x64/status/user-not-tracked-symbolic.symbolic.png share/icons/Adwaita/64x64/status/user-offline-symbolic.symbolic.png share/icons/Adwaita/64x64/status/user-status-pending-symbolic.symbolic.png share/icons/Adwaita/64x64/status/user-trash-full-symbolic.symbolic.png @@ -4367,6 +4373,7 @@ share/icons/Adwaita/96x96/actions/call-start-symbolic.symbolic.png share/icons/Adwaita/96x96/actions/call-stop-symbolic.symbolic.png share/icons/Adwaita/96x96/actions/color-select-symbolic.symbolic.png share/icons/Adwaita/96x96/actions/contact-new-symbolic.symbolic.png +share/icons/Adwaita/96x96/actions/document-edit-symbolic.symbolic.png share/icons/Adwaita/96x96/actions/document-new-symbolic.symbolic.png share/icons/Adwaita/96x96/actions/document-open-recent-symbolic.symbolic.png share/icons/Adwaita/96x96/actions/document-open-symbolic.symbolic.png @@ -4409,8 +4416,8 @@ share/icons/Adwaita/96x96/actions/format-justify-fill-symbolic.symbolic.png share/icons/Adwaita/96x96/actions/format-justify-left-symbolic.symbolic.png share/icons/Adwaita/96x96/actions/format-justify-right-symbolic.symbolic.png share/icons/Adwaita/96x96/actions/format-text-bold-symbolic.symbolic.png -share/icons/Adwaita/96x96/actions/format-text-direction-ltr-symbolic.symbolic.png -share/icons/Adwaita/96x96/actions/format-text-direction-rtl-symbolic.symbolic.png +share/icons/Adwaita/96x96/actions/format-text-direction-symbolic-rtl.symbolic.png +share/icons/Adwaita/96x96/actions/format-text-direction-symbolic.symbolic.png share/icons/Adwaita/96x96/actions/format-text-italic-symbolic.symbolic.png share/icons/Adwaita/96x96/actions/format-text-strikethrough-symbolic.symbolic.png share/icons/Adwaita/96x96/actions/format-text-underline-symbolic.symbolic.png @@ -4429,10 +4436,6 @@ share/icons/Adwaita/96x96/actions/go-previous-symbolic.symbolic.png share/icons/Adwaita/96x96/actions/go-top-symbolic.symbolic.png share/icons/Adwaita/96x96/actions/go-up-symbolic.symbolic.png share/icons/Adwaita/96x96/actions/help-about-symbolic.symbolic.png -share/icons/Adwaita/96x96/actions/image-crop-symbolic.symbolic.png -share/icons/Adwaita/96x96/actions/image-denoise-symbolic.symbolic.png -share/icons/Adwaita/96x96/actions/image-filter-symbolic.symbolic.png -share/icons/Adwaita/96x96/actions/image-sharpen-symbolic.symbolic.png share/icons/Adwaita/96x96/actions/insert-image-symbolic.symbolic.png share/icons/Adwaita/96x96/actions/insert-link-symbolic.symbolic.png share/icons/Adwaita/96x96/actions/insert-object-symbolic.symbolic.png @@ -4483,6 +4486,7 @@ share/icons/Adwaita/96x96/actions/system-search-symbolic.symbolic.png share/icons/Adwaita/96x96/actions/system-shutdown-symbolic.symbolic.png share/icons/Adwaita/96x96/actions/tab-new-symbolic.symbolic.png share/icons/Adwaita/96x96/actions/tools-check-spelling-symbolic.symbolic.png +share/icons/Adwaita/96x96/actions/view-app-grid-symbolic.symbolic.png share/icons/Adwaita/96x96/actions/view-continuous-symbolic.symbolic.png share/icons/Adwaita/96x96/actions/view-dual-symbolic.symbolic.png share/icons/Adwaita/96x96/actions/view-fullscreen-symbolic.symbolic.png @@ -4639,6 +4643,7 @@ share/icons/Adwaita/96x96/emotes/face-worried-symbolic.symbolic.png share/icons/Adwaita/96x96/emotes/face-yawn-symbolic.symbolic.png share/icons/Adwaita/96x96/mimetypes/application-certificate-symbolic.symbolic.png share/icons/Adwaita/96x96/mimetypes/application-rss+xml-symbolic.symbolic.png +share/icons/Adwaita/96x96/mimetypes/application-x-addon-symbolic.symbolic.png share/icons/Adwaita/96x96/mimetypes/application-x-appliance-symbolic.symbolic.png share/icons/Adwaita/96x96/mimetypes/application-x-executable-symbolic.symbolic.png share/icons/Adwaita/96x96/mimetypes/audio-x-generic-symbolic.symbolic.png @@ -4720,13 +4725,13 @@ share/icons/Adwaita/96x96/status/mail-attachment-symbolic.symbolic.png share/icons/Adwaita/96x96/status/mail-read-symbolic.symbolic.png share/icons/Adwaita/96x96/status/mail-replied-symbolic.symbolic.png share/icons/Adwaita/96x96/status/mail-unread-symbolic.symbolic.png -share/icons/Adwaita/96x96/status/media-playlist-consecutive-rtl-symbolic.symbolic.png +share/icons/Adwaita/96x96/status/media-playlist-consecutive-symbolic-rtl.symbolic.png share/icons/Adwaita/96x96/status/media-playlist-consecutive-symbolic.symbolic.png -share/icons/Adwaita/96x96/status/media-playlist-repeat-rtl-symbolic.symbolic.png -share/icons/Adwaita/96x96/status/media-playlist-repeat-song-rtl-symbolic.symbolic.png +share/icons/Adwaita/96x96/status/media-playlist-repeat-song-symbolic-rtl.symbolic.png share/icons/Adwaita/96x96/status/media-playlist-repeat-song-symbolic.symbolic.png +share/icons/Adwaita/96x96/status/media-playlist-repeat-symbolic-rtl.symbolic.png share/icons/Adwaita/96x96/status/media-playlist-repeat-symbolic.symbolic.png -share/icons/Adwaita/96x96/status/media-playlist-shuffle-rtl-symbolic.symbolic.png +share/icons/Adwaita/96x96/status/media-playlist-shuffle-symbolic-rtl.symbolic.png share/icons/Adwaita/96x96/status/media-playlist-shuffle-symbolic.symbolic.png share/icons/Adwaita/96x96/status/microphone-sensitivity-high-symbolic.symbolic.png share/icons/Adwaita/96x96/status/microphone-sensitivity-low-symbolic.symbolic.png @@ -4782,7 +4787,7 @@ share/icons/Adwaita/96x96/status/rotation-locked-symbolic.symbolic.png share/icons/Adwaita/96x96/status/security-high-symbolic.symbolic.png share/icons/Adwaita/96x96/status/security-low-symbolic.symbolic.png share/icons/Adwaita/96x96/status/security-medium-symbolic.symbolic.png -share/icons/Adwaita/96x96/status/semi-starred-rtl-symbolic.symbolic.png +share/icons/Adwaita/96x96/status/semi-starred-symbolic-rtl.symbolic.png share/icons/Adwaita/96x96/status/semi-starred-symbolic.symbolic.png share/icons/Adwaita/96x96/status/software-update-available-symbolic.symbolic.png share/icons/Adwaita/96x96/status/software-update-urgent-symbolic.symbolic.png @@ -4796,6 +4801,7 @@ share/icons/Adwaita/96x96/status/user-away-symbolic.symbolic.png share/icons/Adwaita/96x96/status/user-busy-symbolic.symbolic.png share/icons/Adwaita/96x96/status/user-idle-symbolic.symbolic.png share/icons/Adwaita/96x96/status/user-invisible-symbolic.symbolic.png +share/icons/Adwaita/96x96/status/user-not-tracked-symbolic.symbolic.png share/icons/Adwaita/96x96/status/user-offline-symbolic.symbolic.png share/icons/Adwaita/96x96/status/user-status-pending-symbolic.symbolic.png share/icons/Adwaita/96x96/status/user-trash-full-symbolic.symbolic.png @@ -4828,6 +4834,7 @@ share/icons/Adwaita/cursors/640fb0e74195791501fd1ed57b41487f share/icons/Adwaita/cursors/9081237383d90e509aa00f00170e968f share/icons/Adwaita/cursors/9d800788f1b08800ae810202380a0822 share/icons/Adwaita/cursors/X_cursor +share/icons/Adwaita/cursors/alias share/icons/Adwaita/cursors/all-scroll share/icons/Adwaita/cursors/arrow share/icons/Adwaita/cursors/bd_double_arrow @@ -4836,13 +4843,16 @@ share/icons/Adwaita/cursors/bottom_right_corner share/icons/Adwaita/cursors/bottom_side share/icons/Adwaita/cursors/bottom_tee share/icons/Adwaita/cursors/c7088f0f3e6c8088236ef8e1e3e70000 +share/icons/Adwaita/cursors/cell share/icons/Adwaita/cursors/circle +share/icons/Adwaita/cursors/col-resize share/icons/Adwaita/cursors/copy share/icons/Adwaita/cursors/cross share/icons/Adwaita/cursors/cross_reverse share/icons/Adwaita/cursors/crossed_circle share/icons/Adwaita/cursors/crosshair share/icons/Adwaita/cursors/d9ce0ab605698f320427677b458ad60b +share/icons/Adwaita/cursors/default share/icons/Adwaita/cursors/diamond_cross share/icons/Adwaita/cursors/dnd-ask share/icons/Adwaita/cursors/dnd-copy @@ -4855,7 +4865,9 @@ share/icons/Adwaita/cursors/double_arrow share/icons/Adwaita/cursors/draft_large share/icons/Adwaita/cursors/draft_small share/icons/Adwaita/cursors/draped_box +share/icons/Adwaita/cursors/e-resize share/icons/Adwaita/cursors/e29285e634086352946a0e7090d73106 +share/icons/Adwaita/cursors/ew-resize share/icons/Adwaita/cursors/fcf1c3c7cd4491d801f1e1c78f100000 share/icons/Adwaita/cursors/fd_double_arrow share/icons/Adwaita/cursors/fleur @@ -4876,22 +4888,42 @@ share/icons/Adwaita/cursors/link share/icons/Adwaita/cursors/ll_angle share/icons/Adwaita/cursors/lr_angle share/icons/Adwaita/cursors/move +share/icons/Adwaita/cursors/n-resize +share/icons/Adwaita/cursors/ne-resize +share/icons/Adwaita/cursors/nesw-resize +share/icons/Adwaita/cursors/no-drop +share/icons/Adwaita/cursors/not-allowed +share/icons/Adwaita/cursors/ns-resize +share/icons/Adwaita/cursors/nw-resize +share/icons/Adwaita/cursors/nwse-resize share/icons/Adwaita/cursors/pencil share/icons/Adwaita/cursors/pirate share/icons/Adwaita/cursors/plus +share/icons/Adwaita/cursors/pointer share/icons/Adwaita/cursors/pointer-move +share/icons/Adwaita/cursors/progress share/icons/Adwaita/cursors/question_arrow share/icons/Adwaita/cursors/right_ptr share/icons/Adwaita/cursors/right_side share/icons/Adwaita/cursors/right_tee +share/icons/Adwaita/cursors/row-resize +share/icons/Adwaita/cursors/s-resize share/icons/Adwaita/cursors/sb_down_arrow share/icons/Adwaita/cursors/sb_h_double_arrow share/icons/Adwaita/cursors/sb_left_arrow share/icons/Adwaita/cursors/sb_right_arrow share/icons/Adwaita/cursors/sb_up_arrow share/icons/Adwaita/cursors/sb_v_double_arrow +share/icons/Adwaita/cursors/se-resize +share/icons/Adwaita/cursors/size_all +share/icons/Adwaita/cursors/size_bdiag +share/icons/Adwaita/cursors/size_fdiag +share/icons/Adwaita/cursors/size_hor +share/icons/Adwaita/cursors/size_ver +share/icons/Adwaita/cursors/sw-resize share/icons/Adwaita/cursors/target share/icons/Adwaita/cursors/tcross +share/icons/Adwaita/cursors/text share/icons/Adwaita/cursors/top_left_arrow share/icons/Adwaita/cursors/top_left_corner share/icons/Adwaita/cursors/top_right_corner @@ -4901,6 +4933,8 @@ share/icons/Adwaita/cursors/ul_angle share/icons/Adwaita/cursors/ur_angle share/icons/Adwaita/cursors/v_double_arrow share/icons/Adwaita/cursors/vertical-text +share/icons/Adwaita/cursors/w-resize +share/icons/Adwaita/cursors/wait share/icons/Adwaita/cursors/watch share/icons/Adwaita/cursors/xterm share/icons/Adwaita/cursors/zoom-in @@ -4916,6 +4950,7 @@ share/icons/Adwaita/scalable/actions/call-start-symbolic.svg share/icons/Adwaita/scalable/actions/call-stop-symbolic.svg share/icons/Adwaita/scalable/actions/color-select-symbolic.svg share/icons/Adwaita/scalable/actions/contact-new-symbolic.svg +share/icons/Adwaita/scalable/actions/document-edit-symbolic.svg share/icons/Adwaita/scalable/actions/document-new-symbolic.svg share/icons/Adwaita/scalable/actions/document-open-recent-symbolic.svg share/icons/Adwaita/scalable/actions/document-open-symbolic.svg @@ -4958,8 +4993,8 @@ share/icons/Adwaita/scalable/actions/format-justify-fill-symbolic.svg share/icons/Adwaita/scalable/actions/format-justify-left-symbolic.svg share/icons/Adwaita/scalable/actions/format-justify-right-symbolic.svg share/icons/Adwaita/scalable/actions/format-text-bold-symbolic.svg -share/icons/Adwaita/scalable/actions/format-text-direction-ltr-symbolic.svg -share/icons/Adwaita/scalable/actions/format-text-direction-rtl-symbolic.svg +share/icons/Adwaita/scalable/actions/format-text-direction-symbolic-rtl.svg +share/icons/Adwaita/scalable/actions/format-text-direction-symbolic.svg share/icons/Adwaita/scalable/actions/format-text-italic-symbolic.svg share/icons/Adwaita/scalable/actions/format-text-strikethrough-symbolic.svg share/icons/Adwaita/scalable/actions/format-text-underline-symbolic.svg @@ -4978,10 +5013,6 @@ share/icons/Adwaita/scalable/actions/go-previous-symbolic.svg share/icons/Adwaita/scalable/actions/go-top-symbolic.svg share/icons/Adwaita/scalable/actions/go-up-symbolic.svg share/icons/Adwaita/scalable/actions/help-about-symbolic.svg -share/icons/Adwaita/scalable/actions/image-crop-symbolic.svg -share/icons/Adwaita/scalable/actions/image-denoise-symbolic.svg -share/icons/Adwaita/scalable/actions/image-filter-symbolic.svg -share/icons/Adwaita/scalable/actions/image-sharpen-symbolic.svg share/icons/Adwaita/scalable/actions/insert-image-symbolic.svg share/icons/Adwaita/scalable/actions/insert-link-symbolic.svg share/icons/Adwaita/scalable/actions/insert-object-symbolic.svg @@ -5032,6 +5063,7 @@ share/icons/Adwaita/scalable/actions/system-search-symbolic.svg share/icons/Adwaita/scalable/actions/system-shutdown-symbolic.svg share/icons/Adwaita/scalable/actions/tab-new-symbolic.svg share/icons/Adwaita/scalable/actions/tools-check-spelling-symbolic.svg +share/icons/Adwaita/scalable/actions/view-app-grid-symbolic.svg share/icons/Adwaita/scalable/actions/view-continuous-symbolic.svg share/icons/Adwaita/scalable/actions/view-dual-symbolic.svg share/icons/Adwaita/scalable/actions/view-fullscreen-symbolic.svg @@ -5188,6 +5220,7 @@ share/icons/Adwaita/scalable/emotes/face-worried-symbolic.svg share/icons/Adwaita/scalable/emotes/face-yawn-symbolic.svg share/icons/Adwaita/scalable/mimetypes/application-certificate-symbolic.svg share/icons/Adwaita/scalable/mimetypes/application-rss+xml-symbolic.svg +share/icons/Adwaita/scalable/mimetypes/application-x-addon-symbolic.svg share/icons/Adwaita/scalable/mimetypes/application-x-appliance-symbolic.svg share/icons/Adwaita/scalable/mimetypes/application-x-executable-symbolic.svg share/icons/Adwaita/scalable/mimetypes/audio-x-generic-symbolic.svg @@ -5268,13 +5301,13 @@ share/icons/Adwaita/scalable/status/mail-attachment-symbolic.svg share/icons/Adwaita/scalable/status/mail-read-symbolic.svg share/icons/Adwaita/scalable/status/mail-replied-symbolic.svg share/icons/Adwaita/scalable/status/mail-unread-symbolic.svg -share/icons/Adwaita/scalable/status/media-playlist-consecutive-rtl-symbolic.svg +share/icons/Adwaita/scalable/status/media-playlist-consecutive-symbolic-rtl.svg share/icons/Adwaita/scalable/status/media-playlist-consecutive-symbolic.svg -share/icons/Adwaita/scalable/status/media-playlist-repeat-rtl-symbolic.svg -share/icons/Adwaita/scalable/status/media-playlist-repeat-song-rtl-symbolic.svg +share/icons/Adwaita/scalable/status/media-playlist-repeat-song-symbolic-rtl.svg share/icons/Adwaita/scalable/status/media-playlist-repeat-song-symbolic.svg +share/icons/Adwaita/scalable/status/media-playlist-repeat-symbolic-rtl.svg share/icons/Adwaita/scalable/status/media-playlist-repeat-symbolic.svg -share/icons/Adwaita/scalable/status/media-playlist-shuffle-rtl-symbolic.svg +share/icons/Adwaita/scalable/status/media-playlist-shuffle-symbolic-rtl.svg share/icons/Adwaita/scalable/status/media-playlist-shuffle-symbolic.svg share/icons/Adwaita/scalable/status/microphone-sensitivity-high-symbolic.svg share/icons/Adwaita/scalable/status/microphone-sensitivity-low-symbolic.svg @@ -5330,7 +5363,7 @@ share/icons/Adwaita/scalable/status/rotation-locked-symbolic.svg share/icons/Adwaita/scalable/status/security-high-symbolic.svg share/icons/Adwaita/scalable/status/security-low-symbolic.svg share/icons/Adwaita/scalable/status/security-medium-symbolic.svg -share/icons/Adwaita/scalable/status/semi-starred-rtl-symbolic.svg +share/icons/Adwaita/scalable/status/semi-starred-symbolic-rtl.svg share/icons/Adwaita/scalable/status/semi-starred-symbolic.svg share/icons/Adwaita/scalable/status/software-update-available-symbolic.svg share/icons/Adwaita/scalable/status/software-update-urgent-symbolic.svg @@ -5344,6 +5377,7 @@ share/icons/Adwaita/scalable/status/user-away-symbolic.svg share/icons/Adwaita/scalable/status/user-busy-symbolic.svg share/icons/Adwaita/scalable/status/user-idle-symbolic.svg share/icons/Adwaita/scalable/status/user-invisible-symbolic.svg +share/icons/Adwaita/scalable/status/user-not-tracked-symbolic.svg share/icons/Adwaita/scalable/status/user-offline-symbolic.svg share/icons/Adwaita/scalable/status/user-status-pending-symbolic.svg share/icons/Adwaita/scalable/status/user-trash-full-symbolic.svg diff --git a/graphics/adwaita-icon-theme/distinfo b/graphics/adwaita-icon-theme/distinfo index 991be0d84c679..f3ce70e439ba6 100644 --- a/graphics/adwaita-icon-theme/distinfo +++ b/graphics/adwaita-icon-theme/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.3 2015/11/03 21:33:52 agc Exp $ +$NetBSD: distinfo,v 1.4 2016/04/10 19:17:25 prlw1 Exp $ -SHA1 (adwaita-icon-theme-3.16.2.1.tar.xz) = 3a0603f3636c511f8c835f13571fa622f43ffbb4 -RMD160 (adwaita-icon-theme-3.16.2.1.tar.xz) = 08a6f8d2c73ef80d8c64fc66b6fcd3648636fe98 -SHA512 (adwaita-icon-theme-3.16.2.1.tar.xz) = a38d59d54e204f8c2ab8c8ef2d6120dad636c5534293578692d1fb9a288e5862596117fa938eddf752137ef27e1d1a86eb0a1a046b87961a84c5673df58a5eec -Size (adwaita-icon-theme-3.16.2.1.tar.xz) = 18860704 bytes +SHA1 (adwaita-icon-theme-3.20.tar.xz) = 33211f47eb84f54671488d7d2d4d725ed9f14d32 +RMD160 (adwaita-icon-theme-3.20.tar.xz) = 210c9bf8e1f9be0d396726638f0eb4ebfa723500 +SHA512 (adwaita-icon-theme-3.20.tar.xz) = df3818b09aa986f0cc6f26c9f0cf39652814518ca51b1a9896ce957ad7a3868a0e19519386ad964a13960e10aa5201da7424113a93ff5149b0c202ba4a44e1dd +Size (adwaita-icon-theme-3.20.tar.xz) = 18821792 bytes diff --git a/graphics/autopano-sift-C/Makefile b/graphics/autopano-sift-C/Makefile index 3a69fc26845f3..b0cb492719cfc 100644 --- a/graphics/autopano-sift-C/Makefile +++ b/graphics/autopano-sift-C/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2014/07/09 00:39:33 obache Exp $ +# $NetBSD: Makefile,v 1.17 2016/04/14 11:46:39 jperkin Exp $ DISTNAME= autopano-sift-C-2.5.1 PKGREVISION= 9 @@ -16,6 +16,7 @@ USE_LANGUAGES= c c++ USE_LIBTOOL= yes LDFLAGS.DragonFly= -lm +LDFLAGS.SunOS= -lm # work-around finding libpng post-extract: diff --git a/graphics/autopano-sift-C/distinfo b/graphics/autopano-sift-C/distinfo index 81f07933e969b..65e80b069f10b 100644 --- a/graphics/autopano-sift-C/distinfo +++ b/graphics/autopano-sift-C/distinfo @@ -1,7 +1,8 @@ -$NetBSD: distinfo,v 1.3 2015/11/03 21:33:52 agc Exp $ +$NetBSD: distinfo,v 1.4 2016/04/14 11:46:39 jperkin Exp $ SHA1 (autopano-sift-C-2.5.1.tar.gz) = f8c5f4004ae51cb58acc5cedb065ae0ef3e19a8c RMD160 (autopano-sift-C-2.5.1.tar.gz) = e51d996cdc7dcae3abde22878fe76ff904c55950 SHA512 (autopano-sift-C-2.5.1.tar.gz) = 4f3c9e8738c7bc29ff6284033b7b813de61ef440c3d544755be8c4ad715a6e4175801ee4c02642df5e05bac82929c5554d85a5c488a2c27da1e5e81d3cd72931 Size (autopano-sift-C-2.5.1.tar.gz) = 192267 bytes +SHA1 (patch-APSCpp_ANN_kd__split.cpp) = 86e6a31fea8cb7a67245481ea911de1f01839851 SHA1 (patch-aa) = 7f5fbf5a7b0b9e9f936a4d3883b9415d421b2cc5 diff --git a/graphics/autopano-sift-C/patches/patch-APSCpp_ANN_kd__split.cpp b/graphics/autopano-sift-C/patches/patch-APSCpp_ANN_kd__split.cpp new file mode 100644 index 0000000000000..75088db79099f --- /dev/null +++ b/graphics/autopano-sift-C/patches/patch-APSCpp_ANN_kd__split.cpp @@ -0,0 +1,33 @@ +$NetBSD: patch-APSCpp_ANN_kd__split.cpp,v 1.1 2016/04/14 11:46:39 jperkin Exp $ + +Avoid redefining ERR. + +--- APSCpp/ANN/kd_split.cpp.orig 2009-10-06 20:51:08.000000000 +0000 ++++ APSCpp/ANN/kd_split.cpp +@@ -31,7 +31,7 @@ + // Constants + //---------------------------------------------------------------------- + +-const double ERR = 0.001; // a small value ++const double MYERR = 0.001; // a small value + const double FS_ASPECT_RATIO = 3.0; // maximum allowed aspect ratio + // in fair split. Must be >= 2. + +@@ -95,7 +95,7 @@ void midpt_split( + ANNcoord max_spread = -1; // find long side with most spread + for (d = 0; d < dim; d++) { + // is it among longest? +- if (double(bnds.hi[d] - bnds.lo[d]) >= (1-ERR)*max_length) { ++ if (double(bnds.hi[d] - bnds.lo[d]) >= (1-MYERR)*max_length) { + // compute its spread + ANNcoord spr = annSpread(pa, pidx, n, d); + if (spr > max_spread) { // is it max so far? +@@ -165,7 +165,7 @@ void sl_midpt_split( + ANNcoord max_spread = -1; // find long side with most spread + for (d = 0; d < dim; d++) { + // is it among longest? +- if ((bnds.hi[d] - bnds.lo[d]) >= (1-ERR)*max_length) { ++ if ((bnds.hi[d] - bnds.lo[d]) >= (1-MYERR)*max_length) { + // compute its spread + ANNcoord spr = annSpread(pa, pidx, n, d); + if (spr > max_spread) { // is it max so far? diff --git a/graphics/cairo-gobject/Makefile b/graphics/cairo-gobject/Makefile index 5f6997dcfe159..5e45888666284 100644 --- a/graphics/cairo-gobject/Makefile +++ b/graphics/cairo-gobject/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2015/11/06 11:15:52 wiz Exp $ +# $NetBSD: Makefile,v 1.32 2016/04/11 04:59:10 dbj Exp $ .include "../../graphics/cairo/Makefile.common" @@ -15,8 +15,27 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/src/cairo-gobject.pc \ ${DESTDIR}${PREFIX}/lib/pkgconfig +.include "../../graphics/cairo/buildlink3.mk" +### +### X11 and XCB support (XCB implies X11) +### +### This matches the logic in ../../graphics/cairo/options.mk +### +.if !empty(PKG_BUILD_OPTIONS.cairo:Mx11) || !empty(PKG_BUILD_OPTIONS.cairo:Mxcb) +CONFIGURE_ARGS+= --enable-xlib +CONFIGURE_ARGS+= --enable-xlib-xrender +. if !empty(PKG_BUILD_OPTIONS.cairo:Mxcb) +CONFIGURE_ARGS+= --enable-xcb +. else +CONFIGURE_ARGS+= --disable-xcb +. endif +.else +CONFIGURE_ARGS+= --disable-xlib +CONFIGURE_ARGS+= --disable-xlib-xrender +CONFIGURE_ARGS+= --disable-xcb +.endif + BUILDLINK_ABI_DEPENDS.glib2+= glib2>=2.14.0 .include "../../devel/glib2/buildlink3.mk" -.include "../../graphics/cairo/buildlink3.mk" .include "../../mk/pthread.buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/graphics/camlimages/Makefile b/graphics/camlimages/Makefile index 7ced2b1ab6d6d..ecd029763e87e 100644 --- a/graphics/camlimages/Makefile +++ b/graphics/camlimages/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.83 2016/03/05 11:28:36 jperkin Exp $ +# $NetBSD: Makefile,v 1.86 2016/05/05 11:45:39 jaapb Exp $ VERSION= 4.0.1 PKGNAME= camlimages-${VERSION} -PKGREVISION= 47 +PKGREVISION= 50 CATEGORIES= graphics MASTER_SITES= https://bitbucket.org/camlspotter/camlimages/get/ DISTNAME= v${VERSION} diff --git a/graphics/cheese/Makefile b/graphics/cheese/Makefile index 3c2043aa9c61e..c2216be3ebab0 100644 --- a/graphics/cheese/Makefile +++ b/graphics/cheese/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.59 2015/10/10 01:58:09 ryoon Exp $ +# $NetBSD: Makefile,v 1.61 2016/05/03 11:40:03 prlw1 Exp $ DISTNAME= cheese-2.26.3 -PKGREVISION= 43 +PKGREVISION= 45 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_GNOME:=sources/cheese/2.26/} diff --git a/graphics/cnxtview/distinfo b/graphics/cnxtview/distinfo index eaa50b4880cac..fd7777df6c88d 100644 --- a/graphics/cnxtview/distinfo +++ b/graphics/cnxtview/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.5 2015/11/03 21:33:54 agc Exp $ +$NetBSD: distinfo,v 1.6 2016/03/25 21:12:57 joerg Exp $ SHA1 (cnxtutil-0.00-alpha.tar.gz) = bd151410026a307562ed928d72feb8aa57b2cb51 RMD160 (cnxtutil-0.00-alpha.tar.gz) = a9ef8504c8254c2f6e99cea2a1345dcdc48a6bda @@ -9,4 +9,4 @@ SHA1 (patch-ab) = e9277d522b02191e49a9d0b8ef9057b64ae0ae6b SHA1 (patch-ac) = f9502c50575ca5b8917a3c78cbcdf0bb3afe1bcf SHA1 (patch-ad) = 89fa87ebbe611e05cda5dc8087aa6d5179bbe01a SHA1 (patch-ae) = eff3d6b1c2c6e94c7d6edd5ef8375beb86b71241 -SHA1 (patch-jpeg__decode.c) = df308f9ea2e8462cc2fd31e1c69cba46e4d310c3 +SHA1 (patch-jpeg__decode.c) = e877f099541f98ba6167a0b37b2120524c190392 diff --git a/graphics/cnxtview/patches/patch-jpeg__decode.c b/graphics/cnxtview/patches/patch-jpeg__decode.c index 28cc13456902f..0f428347f9816 100644 --- a/graphics/cnxtview/patches/patch-jpeg__decode.c +++ b/graphics/cnxtview/patches/patch-jpeg__decode.c @@ -1,6 +1,6 @@ -$NetBSD: patch-jpeg__decode.c,v 1.1 2014/02/10 11:46:55 obache Exp $ +$NetBSD: patch-jpeg__decode.c,v 1.2 2016/03/25 21:12:57 joerg Exp $ -* To match prototype from jpeg>=8 libary +* To match prototype from jpeg>=9 libary --- jpeg_decode.c.orig 2004-01-13 16:40:32.000000000 +0000 +++ jpeg_decode.c @@ -9,7 +9,7 @@ GLOBAL(void) -jpeg_mem_src (j_decompress_ptr cinfo, unsigned char * source_ptr, size_t source_length) -+jpeg_mem_src (j_decompress_ptr cinfo, unsigned char * source_ptr, unsigned long source_length) ++jpeg_mem_src (j_decompress_ptr cinfo, const unsigned char * source_ptr, unsigned long source_length) { mem_src_ptr src; diff --git a/graphics/cpia2view/distinfo b/graphics/cpia2view/distinfo index 35f0bff9fbbc4..3edbbcb29f822 100644 --- a/graphics/cpia2view/distinfo +++ b/graphics/cpia2view/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.6 2015/11/03 21:33:54 agc Exp $ +$NetBSD: distinfo,v 1.7 2016/03/22 18:55:30 joerg Exp $ SHA1 (cpia2_driver-1.0.tgz) = 72c70f88fd894118510e761c9c9f5f5a928e7e42 RMD160 (cpia2_driver-1.0.tgz) = bdec7a2cd68c08d10a734ad66f16433b9622ba84 @@ -14,4 +14,4 @@ SHA1 (patch-ac) = f4645a7c31dbbc9232ecdc71619ba1c4b777b266 SHA1 (patch-ad) = 4e92276bb154bdb33af581a278c1bb656d139895 SHA1 (patch-ae) = 4f2f601f02e4d5060ce39d002fad8aaa5cdc5afc SHA1 (patch-af) = 11cfd02d70bd35e8485f3d92a3cb3e8b96f480d3 -SHA1 (patch-jpeg__decode.c) = 102e8afe4a8a8cf650cd4811ea7d687ad10cdf98 +SHA1 (patch-jpeg__decode.c) = 82290a80d6ced8d7a724b9828c127a854bebc6b3 diff --git a/graphics/cpia2view/patches/patch-jpeg__decode.c b/graphics/cpia2view/patches/patch-jpeg__decode.c index 81f3bb22f705e..24267ddf7668c 100644 --- a/graphics/cpia2view/patches/patch-jpeg__decode.c +++ b/graphics/cpia2view/patches/patch-jpeg__decode.c @@ -1,6 +1,6 @@ -$NetBSD: patch-jpeg__decode.c,v 1.1 2014/02/10 11:43:09 obache Exp $ +$NetBSD: patch-jpeg__decode.c,v 1.2 2016/03/22 18:55:30 joerg Exp $ -* To match prototype from jpeg>=8 library. +* To match prototype from jpeg>=9 library. --- jpeg_decode.c.orig 2014-02-10 11:34:47.000000000 +0000 +++ jpeg_decode.c @@ -9,7 +9,7 @@ GLOBAL(void) -jpeg_mem_src (j_decompress_ptr cinfo, unsigned char * source_ptr, size_t source_length) -+jpeg_mem_src (j_decompress_ptr cinfo, unsigned char * source_ptr, unsigned long source_length) ++jpeg_mem_src (j_decompress_ptr cinfo, const unsigned char * source_ptr, unsigned long source_length) { mem_src_ptr src; diff --git a/graphics/darktable/Makefile b/graphics/darktable/Makefile index 6578b6b8c10e1..3e1442d1832ec 100644 --- a/graphics/darktable/Makefile +++ b/graphics/darktable/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.59 2016/03/05 11:28:37 jperkin Exp $ +# $NetBSD: Makefile,v 1.62 2016/05/07 09:58:25 joerg Exp $ DISTNAME= darktable-1.2.3 -PKGREVISION= 13 +PKGREVISION= 15 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=darktable/} EXTRACT_SUFX= .tar.xz @@ -51,6 +51,12 @@ CFLAGS+= -mstackrealign -msse2 -march=i686 CFLAGS.NetBSD+= -D_NETBSD_SOURCE +.include "../../mk/compiler.mk" +.if !empty(PKGSRC_COMPILER:Mgcc) +# gdk_pixbuf_new_from_inline +CFLAGS+= -Wno-error=deprecated-declarations +.endif + CHECK_PORTABILITY_SKIP+= packaging/macosx/start pre-configure: diff --git a/graphics/digikam-kde3/Makefile b/graphics/digikam-kde3/Makefile index 42eb163ff8a68..772293ab15415 100644 --- a/graphics/digikam-kde3/Makefile +++ b/graphics/digikam-kde3/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.49 2016/03/05 11:28:37 jperkin Exp $ +# $NetBSD: Makefile,v 1.50 2016/04/11 19:01:52 ryoon Exp $ DISTNAME= digikam-0.9.6 -PKGREVISION= 44 +PKGREVISION= 45 CATEGORIES= graphics kde MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=digikam/} EXTRACT_SUFX= .tar.bz2 diff --git a/graphics/digikam/Makefile b/graphics/digikam/Makefile index 598bd744b083e..020156f62ad3c 100644 --- a/graphics/digikam/Makefile +++ b/graphics/digikam/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.122 2016/03/05 11:28:37 jperkin Exp $ +# $NetBSD: Makefile,v 1.124 2016/04/28 07:14:32 markd Exp $ DISTNAME= digikam-4.13.0 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_KDE:=digikam/} EXTRACT_SUFX= .tar.bz2 @@ -22,6 +22,8 @@ CMAKE_ARGS+= -DMYSQLD_PATH:PATH=${BUILDLINK_PREFIX.mysql-server}/libexec CMAKE_ARGS+= -DENABLE_OPENCV3:BOOL=ON USE_TOOLS+= gawk msgfmt perl:run pkg-config +CXXFLAGS.NetBSD+= -D_KERNTYPES + .include "options.mk" post-patch: @@ -43,7 +45,7 @@ post-patch: .include "../../math/eigen3/buildlink3.mk" .include "../../misc/libkgeomap/buildlink3.mk" .include "../../misc/libkvkontakte/buildlink3.mk" -.include "../../sysutils/baloo/buildlink3.mk" +.include "../../sysutils/libbaloo4/buildlink3.mk" .include "../../sysutils/desktop-file-utils/desktopdb.mk" .include "../../www/libmediawiki/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/graphics/djview4/Makefile b/graphics/djview4/Makefile index fa077d004b275..12cc5d285f93c 100644 --- a/graphics/djview4/Makefile +++ b/graphics/djview4/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.35 2016/03/05 11:28:37 jperkin Exp $ +# $NetBSD: Makefile,v 1.36 2016/05/04 10:29:17 ryoon Exp $ # -DISTNAME= djview-4.10.5 +DISTNAME= djview-4.10.6 PKGNAME= ${DISTNAME:S/djview/djview4/} -PKGREVISION= 1 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=djvu/} diff --git a/graphics/djview4/distinfo b/graphics/djview4/distinfo index 52f26550c47a8..bae12b8e0ffe3 100644 --- a/graphics/djview4/distinfo +++ b/graphics/djview4/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.7 2016/01/31 07:27:04 ryoon Exp $ +$NetBSD: distinfo,v 1.8 2016/05/04 10:29:17 ryoon Exp $ -SHA1 (djview-4.10.5.tar.gz) = b3ca4d638a630913cd2596e2399f8049b4559a4f -RMD160 (djview-4.10.5.tar.gz) = 6fbdc99db79ed96d0944a6c9c32f72a57dd54936 -SHA512 (djview-4.10.5.tar.gz) = d7fa4e643e006cb1d71fe6d808fd1b200b965928bf2cdd872c9c1c1833bed71ac3c70a2967a06f31bbd83f347cb5e330f4869e42e7d9c6cd13a0db54e4354614 -Size (djview-4.10.5.tar.gz) = 1111729 bytes +SHA1 (djview-4.10.6.tar.gz) = 9d2790f208fea45f5cd31cfd5ab6b24a3ba91415 +RMD160 (djview-4.10.6.tar.gz) = 9c8a5d878a594e4f87d3c1a392674148076061ee +SHA512 (djview-4.10.6.tar.gz) = c06b9c4c7addd9dededdc9d441094bca685c4d23744e3d1208eab33d9d341a85f120176bf9f1b879ac6620f591eefe05ac774870b1ba3215c43baf1eaf9d14f8 +Size (djview-4.10.6.tar.gz) = 1113072 bytes SHA1 (patch-configure) = 184199fb193c3eba562fc1fca336bcefe70eacde SHA1 (patch-src_Makefile.in) = 041fb914c6c7cc6b574fe06f4af97d1e4c9f2664 diff --git a/graphics/enblend-enfuse/Makefile b/graphics/enblend-enfuse/Makefile index 380b509dfe145..e1f6b92d51a59 100644 --- a/graphics/enblend-enfuse/Makefile +++ b/graphics/enblend-enfuse/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.36 2016/01/03 20:45:23 markd Exp $ +# $NetBSD: Makefile,v 1.37 2016/04/07 09:38:43 adam Exp $ -DISTNAME= enblend-enfuse-4.1.4 +DISTNAME= enblend-enfuse-4.2 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=enblend/} @@ -13,23 +13,17 @@ USE_LANGUAGES= c c++ USE_LIBTOOL= yes USE_TOOLS+= gmake perl:build pkg-config GNU_CONFIGURE= yes -CONFIGURE_ARGS+= --with-boost-filesystem CONFIGURE_ENV+= GNUPLOT=false BUILD_DEPENDS+= help2man-[0-9]*:../../converters/help2man .include "../../mk/bsd.prefs.mk" -.if ${OPSYS} == "Darwin" -CONFIGURE_ARGS+= --enable-openmp -CONFIGURE_ARGS+= --with-apple-opengl-framework -.else +.if ${OPSYS} != "Darwin" CONFIGURE_ARGS+= --with-x .include "../../graphics/glut/buildlink3.mk" .endif -LIBS+= -lboost_system - .include "../../devel/boost-headers/buildlink3.mk" .include "../../devel/boost-libs/buildlink3.mk" .include "../../graphics/glew/buildlink3.mk" diff --git a/graphics/enblend-enfuse/distinfo b/graphics/enblend-enfuse/distinfo index 2b22291775c22..3128d463519ee 100644 --- a/graphics/enblend-enfuse/distinfo +++ b/graphics/enblend-enfuse/distinfo @@ -1,10 +1,7 @@ -$NetBSD: distinfo,v 1.15 2015/11/03 21:33:56 agc Exp $ +$NetBSD: distinfo,v 1.16 2016/04/07 09:38:43 adam Exp $ -SHA1 (enblend-enfuse-4.1.4.tar.gz) = ae23b3a58f905da1d5fb349cbcc07f46d406db2d -RMD160 (enblend-enfuse-4.1.4.tar.gz) = e7db0f7888edd35478872878ec1992625f5efbfd -SHA512 (enblend-enfuse-4.1.4.tar.gz) = f04bf4a335f96bc95e9a39183665c435f1e20010c39cb305f84d569b0a42bfa25f07d37f21b67a910c5596cd2007b3df63a25d1801d8beccaf722852a992c82c -Size (enblend-enfuse-4.1.4.tar.gz) = 881787 bytes -SHA1 (patch-ab) = 7e641cf3806fe1b5e797085014a54b2fc16c6613 -SHA1 (patch-ac) = 883137e4e4920760d375d3dea27085c265ccf117 -SHA1 (patch-ad) = af20f116736699b10868385822163fe719dfc1d9 -SHA1 (patch-src_gpu.cc) = 8a126e995a4f993e940814f647f1b961037470cf +SHA1 (enblend-enfuse-4.2.tar.gz) = bc03ddb0066a0682cc8c08fa2529e602d671735a +RMD160 (enblend-enfuse-4.2.tar.gz) = 997a849a39da3f367b666c6d0d344059d97738d7 +SHA512 (enblend-enfuse-4.2.tar.gz) = 15d6e3bfbca94cc0f74741d6683ac211050877a4cddfd6b28872f1c159f74c2a0e5ef19f8a5f1ec554511e2c4cc1ec4e25d59d361e1e4bc6d3cad2720cd7c582 +Size (enblend-enfuse-4.2.tar.gz) = 777747 bytes +SHA1 (patch-configure) = 8a76cd08785909b358fbd8a8f6e374bd669cac37 diff --git a/graphics/enblend-enfuse/patches/patch-ab b/graphics/enblend-enfuse/patches/patch-ab deleted file mode 100644 index a9a9f574279c7..0000000000000 --- a/graphics/enblend-enfuse/patches/patch-ab +++ /dev/null @@ -1,26 +0,0 @@ -$NetBSD: patch-ab,v 1.3 2012/12/09 00:11:42 adam Exp $ - ---- src/enfuse.cc.orig 2012-12-08 08:23:59.000000000 +0000 -+++ src/enfuse.cc -@@ -51,8 +51,12 @@ extern "C" char *optarg; - extern "C" int optind; - - #ifndef _MSC_VER -+#ifdef __NetBSD__ -+//#include -+#else - #include - #endif -+#endif - - #include - #include -@@ -1663,6 +1667,8 @@ int main(int argc, char** argv) - // functions in float_cast.h will work properly. - // See changes in vigra numerictraits.hxx - _controlfp(_RC_NEAR, _MCW_RC); -+#elif defined(__NetBSD__) -+ //fpsetround(FE_TONEAREST); - #else - fesetround(FE_TONEAREST); - #endif diff --git a/graphics/enblend-enfuse/patches/patch-ac b/graphics/enblend-enfuse/patches/patch-ac deleted file mode 100644 index a0825d7d5cbe5..0000000000000 --- a/graphics/enblend-enfuse/patches/patch-ac +++ /dev/null @@ -1,26 +0,0 @@ -$NetBSD: patch-ac,v 1.3 2012/12/09 00:11:42 adam Exp $ - ---- src/enblend.cc.orig 2012-12-08 08:23:59.000000000 +0000 -+++ src/enblend.cc -@@ -51,8 +51,12 @@ extern "C" char *optarg; - extern "C" int optind; - - #ifndef _MSC_VER -+#ifdef __NetBSD__ -+//#include -+#else - #include - #endif -+#endif - - #include - #include -@@ -1657,6 +1661,8 @@ int main(int argc, char** argv) - // functions in float_cast.h will work properly. - // See changes in vigra numerictraits.hxx - _controlfp(_RC_NEAR, _MCW_RC); -+#elif defined(__NetBSD__) -+ //fpsetround(FE_TONEAREST); - #else - fesetround(FE_TONEAREST); - #endif diff --git a/graphics/enblend-enfuse/patches/patch-ad b/graphics/enblend-enfuse/patches/patch-ad deleted file mode 100644 index 99fd6f3874c9a..0000000000000 --- a/graphics/enblend-enfuse/patches/patch-ad +++ /dev/null @@ -1,36 +0,0 @@ -$NetBSD: patch-ad,v 1.4 2014/11/07 19:39:34 adam Exp $ - ---- configure.orig 2014-03-19 07:27:50.000000000 +0000 -+++ configure -@@ -10218,7 +10218,7 @@ if test "$enable_debug" = yes; then - $as_echo "yes" >&6; } - enable_debug=yes - else -- CXXFLAGS="$CXXFLAGS -O2 -DNDEBUG -Wall" -+ CXXFLAGS="$CXXFLAGS -DNDEBUG -Wall" - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 - $as_echo "no" >&6; } - enable_debug=no -@@ -10271,7 +10271,7 @@ else - ax_cv_cxx_openmp=unknown - # Flags to try: -fopenmp (gcc), -openmp (icc), -mp (SGI & PGI), - # -xopenmp (Sun), -omp (Tru64), -qsmp=omp (AIX), none --ax_openmp_flags="-fopenmp -openmp -mp -xopenmp -omp -qsmp=omp none" -+ax_openmp_flags="-fopenmp -fopenmp=libiomp5 -openmp -mp -xopenmp -omp -qsmp=omp none" - if test "x$OPENMP_CXXFLAGS" != x; then - ax_openmp_flags="$OPENMP_CXXFLAGS $ax_openmp_flags" - fi -@@ -10289,11 +10289,11 @@ for ax_openmp_flag in $ax_openmp_flags; - #ifdef __cplusplus - extern "C" - #endif --char omp_set_num_threads (); -+#include - int - main () - { --return omp_set_num_threads (); -+return omp_get_num_threads (); - ; - return 0; - } diff --git a/graphics/enblend-enfuse/patches/patch-configure b/graphics/enblend-enfuse/patches/patch-configure new file mode 100644 index 0000000000000..76d81ff026771 --- /dev/null +++ b/graphics/enblend-enfuse/patches/patch-configure @@ -0,0 +1,51 @@ +$NetBSD: patch-configure,v 1.1 2016/04/07 09:38:43 adam Exp $ + +Do not fail for missing LaTeX - it is not needed anyway. +Do not force optimisation flags. +Fix OpenMP detection. + +--- configure.orig 2016-03-28 14:51:58.000000000 +0000 ++++ configure +@@ -8716,10 +8716,6 @@ done + test -n "$latex" || latex="no" + + export latex; +-if test $latex = "no" ; +-then +- as_fn_error $? "Unable to find a LaTeX application" "$LINENO" 5; +-fi + + + +@@ -11710,7 +11706,7 @@ if test "$enable_debug" = yes; then + $as_echo "yes" >&6; } + enable_debug=yes + else +- CXXFLAGS="$CXXFLAGS -O2 -DNDEBUG" ++ CXXFLAGS="$CXXFLAGS -DNDEBUG" + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 + $as_echo "no" >&6; } + enable_debug=no +@@ -11763,7 +11759,7 @@ else + ax_cv_cxx_openmp=unknown + # Flags to try: -fopenmp (gcc), -openmp (icc), -mp (SGI & PGI), + # -xopenmp (Sun), -omp (Tru64), -qsmp=omp (AIX), none +-ax_openmp_flags="-fopenmp -openmp -mp -xopenmp -omp -qsmp=omp none" ++ax_openmp_flags="-fopenmp -fopenmp=libiomp5 -openmp -mp -xopenmp -omp -qsmp=omp none" + if test "x$OPENMP_CXXFLAGS" != x; then + ax_openmp_flags="$OPENMP_CXXFLAGS $ax_openmp_flags" + fi +@@ -11781,11 +11777,11 @@ for ax_openmp_flag in $ax_openmp_flags; + #ifdef __cplusplus + extern "C" + #endif +-char omp_set_num_threads (); ++#include + int + main () + { +-return omp_set_num_threads (); ++return omp_get_num_threads (); + ; + return 0; + } diff --git a/graphics/enblend-enfuse/patches/patch-src_gpu.cc b/graphics/enblend-enfuse/patches/patch-src_gpu.cc deleted file mode 100644 index 095b4aa563ea3..0000000000000 --- a/graphics/enblend-enfuse/patches/patch-src_gpu.cc +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-src_gpu.cc,v 1.1 2012/12/09 00:11:42 adam Exp $ - -Fix type mismatch. - ---- src/gpu.cc.orig 2012-12-08 23:53:14.000000000 +0000 -+++ src/gpu.cc -@@ -155,7 +155,7 @@ CGLContextObj cgl_init() - }; - CGLPixelFormatObj pixel_format = NULL; - CGLContextObj cgl_context = NULL; -- long int pixel_formats = 0L; -+ GLint pixel_formats = 0; - CGLError cgl_error; - - diff --git a/graphics/eog-plugins-map/Makefile b/graphics/eog-plugins-map/Makefile index 126216933ab4e..e6df247c4a983 100644 --- a/graphics/eog-plugins-map/Makefile +++ b/graphics/eog-plugins-map/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.37 2015/10/10 01:58:09 ryoon Exp $ +# $NetBSD: Makefile,v 1.39 2016/05/03 11:40:03 prlw1 Exp $ # PKGNAME= eog-plugins-map-2.30.2 -PKGREVISION= 31 +PKGREVISION= 33 COMMENT= Plugin collection for eog - map plugin BUILD_DIRS= plugins/map diff --git a/graphics/eog3/Makefile b/graphics/eog3/Makefile index 17fb70bc924ef..a841bcdaccf1e 100644 --- a/graphics/eog3/Makefile +++ b/graphics/eog3/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.22 2015/06/17 19:35:58 prlw1 Exp $ +# $NetBSD: Makefile,v 1.25 2016/04/28 08:39:23 prlw1 Exp $ -DISTNAME= eog-3.16.2 +DISTNAME= eog-3.20.1 +PKGREVISION= 2 CATEGORIES= graphics gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/eog/${PKGVERSION_NOREV:R}/} EXTRACT_SUFX= .tar.xz @@ -21,15 +22,16 @@ PKGCONFIG_OVERRIDE+= data/eog.pc.in BUILD_DEPENDS+= itstool-[0-9]*:../../textproc/itstool .include "../../databases/shared-mime-info/buildlink3.mk" -BUILDLINK_API_DEPENDS.glib2+= glib2>=2.38.0 +BUILDLINK_API_DEPENDS.glib2+= glib2>=2.42.0 .include "../../devel/glib2/schemas.mk" .include "../../devel/libpeas/buildlink3.mk" +BUILDLINK_API_DEPENDS.gdk-pixbuf2+= gdk-pixbuf2>=2.30.0 .include "../../graphics/gdk-pixbuf2/buildlink3.mk" .include "../../graphics/hicolor-icon-theme/buildlink3.mk" .include "../../sysutils/desktop-file-utils/desktopdb.mk" .include "../../sysutils/gsettings-desktop-schemas/buildlink3.mk" .include "../../x11/gnome-desktop3/buildlink3.mk" -BUILDLINK_API_DEPENDS.gtk3+= gtk3+>=3.14.0 +BUILDLINK_API_DEPENDS.gtk3+= gtk3+>=3.19.3 .include "../../x11/gtk3/buildlink3.mk" # "semi-optional": diff --git a/graphics/eog3/PLIST b/graphics/eog3/PLIST index d60b5fa6cf05e..5eaa923e01496 100644 --- a/graphics/eog3/PLIST +++ b/graphics/eog3/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 2015/06/17 19:35:58 prlw1 Exp $ +@comment $NetBSD: PLIST,v 1.6 2016/04/12 23:58:48 prlw1 Exp $ bin/eog include/eog-3.0/eog/eog-application-activatable.h include/eog-3.0/eog/eog-application.h @@ -36,19 +36,15 @@ share/GConf/gsettings/eog.convert share/appdata/eog.appdata.xml share/applications/eog.desktop share/eog/gir-1.0/Eog-3.0.gir -share/eog/icons/hicolor/16x16/actions/eog-image-gallery.png share/eog/icons/hicolor/16x16/actions/eog-plugin.png share/eog/icons/hicolor/16x16/actions/slideshow-play.png -share/eog/icons/hicolor/22x22/actions/eog-image-gallery.png share/eog/icons/hicolor/22x22/actions/eog-plugin.png share/eog/icons/hicolor/22x22/actions/slideshow-play.png -share/eog/icons/hicolor/24x24/actions/eog-image-gallery.png share/eog/icons/hicolor/24x24/actions/slideshow-play.png -share/eog/icons/hicolor/32x32/actions/eog-image-gallery.png share/eog/icons/hicolor/32x32/actions/eog-plugin.png share/eog/icons/hicolor/32x32/actions/slideshow-play.png share/eog/icons/hicolor/48x48/actions/slideshow-play.png -share/eog/icons/hicolor/scalable/actions/eog-image-gallery.svg +share/eog/icons/hicolor/scalable/actions/eog-image-gallery-symbolic.svg share/eog/icons/hicolor/scalable/actions/eog-plugin.svg share/eog/icons/hicolor/scalable/actions/slideshow-play.svg share/glib-2.0/schemas/org.gnome.eog.enums.xml diff --git a/graphics/eog3/distinfo b/graphics/eog3/distinfo index 4cd581eec6c49..b8d34bf469124 100644 --- a/graphics/eog3/distinfo +++ b/graphics/eog3/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.7 2015/11/03 21:33:56 agc Exp $ +$NetBSD: distinfo,v 1.8 2016/04/12 23:58:48 prlw1 Exp $ -SHA1 (eog-3.16.2.tar.xz) = 6b5c802617fc59161e478e1cdb4a691e19634bb6 -RMD160 (eog-3.16.2.tar.xz) = 8bbf9638670beb9c242f9ceb9d89a94b5ef4eb88 -SHA512 (eog-3.16.2.tar.xz) = 9c3b20d57dd9edd7691ebb6735fd74ed0857d69efec845b462640a45e3179f91490ba3560ce8890455ee71445c6d789a8783af3503cf16680abd34849ea8eef1 -Size (eog-3.16.2.tar.xz) = 4307228 bytes +SHA1 (eog-3.20.1.tar.xz) = c69e71e397cd5edd52a2730cadd2d4ae01972d78 +RMD160 (eog-3.20.1.tar.xz) = 12966f0c3ad68ca88528275b4079862561b44b21 +SHA512 (eog-3.20.1.tar.xz) = 63afd225667d534bb5e01540d324c251391162452bc797317ba7c55fdbce768c1d2fa1bc653fe2f9551fd1af64b6fea046836572eeb35c30190258b169729254 +Size (eog-3.20.1.tar.xz) = 4340952 bytes diff --git a/graphics/f-spot/Makefile b/graphics/f-spot/Makefile index 53b75a664e727..927a0356275ec 100644 --- a/graphics/f-spot/Makefile +++ b/graphics/f-spot/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.73 2016/03/05 11:28:37 jperkin Exp $ +# $NetBSD: Makefile,v 1.75 2016/05/03 11:40:03 prlw1 Exp $ # DISTNAME= f-spot-0.8.2 -PKGREVISION= 33 +PKGREVISION= 35 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_GNOME:=sources/f-spot/0.8/} EXTRACT_SUFX= .tar.bz2 diff --git a/graphics/feh/Makefile b/graphics/feh/Makefile index d4dfd1b482ad0..f13982024b511 100644 --- a/graphics/feh/Makefile +++ b/graphics/feh/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.70 2016/03/05 11:28:37 jperkin Exp $ +# $NetBSD: Makefile,v 1.71 2016/04/24 23:18:14 szptvlfn Exp $ -DISTNAME= feh-2.14.2 -PKGREVISION= 1 +DISTNAME= feh-2.15.2 CATEGORIES= graphics MASTER_SITES= http://feh.finalrewind.org/ EXTRACT_SUFX= .tar.bz2 diff --git a/graphics/feh/distinfo b/graphics/feh/distinfo index d9b460c3a245a..10b4096edaa8b 100644 --- a/graphics/feh/distinfo +++ b/graphics/feh/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.33 2016/02/20 04:40:12 szptvlfn Exp $ +$NetBSD: distinfo,v 1.35 2016/04/24 23:18:14 szptvlfn Exp $ -SHA1 (feh-2.14.2.tar.bz2) = f548cdc0f5ac767eef2f69eb9fff27f70f92162b -RMD160 (feh-2.14.2.tar.bz2) = 9ed97ef0631f6c5b2618b631d6802b53b56ecf37 -SHA512 (feh-2.14.2.tar.bz2) = e88a5e5fa89043ba262d53c1494136cc3904ef33b31763148d131363b2c88c89971862db6c0d3fdc4f902385fcf21e3e22db6bd32ff2dcca5fff0f0a4f296b94 -Size (feh-2.14.2.tar.bz2) = 2119370 bytes -SHA1 (patch-config.mk) = 7f99ff19820a62c8a7a9d3b0fb9c7f1a8151f6c5 +SHA1 (feh-2.15.2.tar.bz2) = 299f3ac0f96bb2ed36c0743eb6aaf74cb7d68295 +RMD160 (feh-2.15.2.tar.bz2) = 27e1e4813a695084a7e2807018ccb1ede71c739a +SHA512 (feh-2.15.2.tar.bz2) = 5e4838432699bc75f5c5a2388b3dcbe39edaa5b3eccb98c4f52a6ab04a651a133f81ae2f6b27f645e37fb8426ba8dba653d4e2b2c53ebebc5e00020e99bb7308 +Size (feh-2.15.2.tar.bz2) = 2120269 bytes +SHA1 (patch-config.mk) = af7990e42c4c0a351c0d40eeb8221cd619ef72fb SHA1 (patch-src_imlib_c) = 925d2536b69f99acc949cb6bd67422d001335492 diff --git a/graphics/feh/patches/patch-config.mk b/graphics/feh/patches/patch-config.mk index 87c8fbdd019cb..ef96614b7c19d 100644 --- a/graphics/feh/patches/patch-config.mk +++ b/graphics/feh/patches/patch-config.mk @@ -1,4 +1,4 @@ -$NetBSD: patch-config.mk,v 1.2 2012/05/01 14:58:47 gls Exp $ +$NetBSD: patch-config.mk,v 1.3 2016/04/01 15:34:59 jperkin Exp $ Fix man pages installation path @@ -9,7 +9,7 @@ Fix man pages installation path # Directories for manuals, executables, docs, data, etc. main_dir = ${DESTDIR}${PREFIX} -man_dir = ${main_dir}/share/man -+man_dir = ${main_dir}/man ++man_dir = ${main_dir}/${PKGMANDIR} bin_dir = ${main_dir}/bin doc_dir = ${main_dir}/share/doc/feh image_dir = ${main_dir}/share/feh/images diff --git a/graphics/flickrnet/Makefile b/graphics/flickrnet/Makefile index 1b6bfe75f7de9..fafc4c78eb970 100644 --- a/graphics/flickrnet/Makefile +++ b/graphics/flickrnet/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.5 2015/12/31 08:55:48 ryoon Exp $ +# $NetBSD: Makefile,v 1.6 2016/04/11 19:01:53 ryoon Exp $ DISTNAME= FlickrNet-3.17.0 PKGNAME= ${DISTNAME:tl} +PKGREVISION= 1 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_GITHUB:=samjudson/} GITHUB_PROJECT= flickr-net diff --git a/graphics/freetype2/Makefile b/graphics/freetype2/Makefile index 6f3242078a09f..dd1cee055e733 100644 --- a/graphics/freetype2/Makefile +++ b/graphics/freetype2/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.102 2016/02/25 13:37:47 jperkin Exp $ +# $NetBSD: Makefile,v 1.104 2016/04/07 10:02:13 adam Exp $ -DISTNAME= freetype-2.6.2 +DISTNAME= freetype-2.6.3 PKGNAME= ${DISTNAME:S/-/2-/} CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=freetype/} \ @@ -52,5 +52,8 @@ post-configure: .endif .include "../../archivers/bzip2/buildlink3.mk" +# Avoid creating a fake zlib.pc, because if it does +# we will add a Requires for it to our .pc file +CHECK_BUILTIN.zlib:=yes .include "../../devel/zlib/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/graphics/freetype2/builtin.mk b/graphics/freetype2/builtin.mk index 49d9a460147ce..6269a96f144da 100644 --- a/graphics/freetype2/builtin.mk +++ b/graphics/freetype2/builtin.mk @@ -1,4 +1,4 @@ -# $NetBSD: builtin.mk,v 1.15 2015/02/18 09:53:27 wiz Exp $ +# $NetBSD: builtin.mk,v 1.16 2016/04/07 10:02:13 adam Exp $ BUILTIN_PKG:= freetype2 @@ -22,7 +22,7 @@ H_FREETYPE2:= ${H_FREETYPE2_NEW} IS_BUILTIN.freetype2= no . endif .endif -MAKEVARS+= IS_BUILTIN.freetype2 +MAKEVARS+= IS_BUILTIN.freetype2 ### ### If there is a built-in implementation, then set BUILTIN_PKG. to @@ -87,11 +87,11 @@ BUILDLINK_API_DEPENDS.freetype2+= freetype2>=2.1.3 ("${BUILTIN_VERSION.freetype2}" == "2.5.3")) _FT2_VER_MAP.2.5.3=17.2.11 _FT2_VER_MAP.2.4.5=13.0.7 -SUBST_CLASSES+= fx-ft2-pc-version -SUBST_STAGE.fx-ft2-pc-version= post-wrapper +SUBST_CLASSES+= fx-ft2-pc-version +SUBST_STAGE.fx-ft2-pc-version= post-wrapper SUBST_MESSAGE.fx-ft2-pc-version=\ Fixes wrong module version in freetype2.pc -SUBST_FILES.fx-ft2-pc-version= ${BUILDLINK_X11_DIR}/lib/pkgconfig/freetype2.pc +SUBST_FILES.fx-ft2-pc-version= ${BUILDLINK_X11_DIR}/lib/pkgconfig/freetype2.pc SUBST_SED.fx-ft2-pc-version= \ -e 's|^\(Version:\).*|\1 ${_FT2_VER_MAP.${BUILTIN_VERSION.freetype2}}|' . endif diff --git a/graphics/freetype2/distinfo b/graphics/freetype2/distinfo index 51572c836a1c4..cb3c97b450dd9 100644 --- a/graphics/freetype2/distinfo +++ b/graphics/freetype2/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.56 2016/01/10 21:16:33 bsiegert Exp $ +$NetBSD: distinfo,v 1.57 2016/04/07 10:02:13 adam Exp $ -SHA1 (freetype-2.6.2.tar.bz2) = 29c22b85b77cb22cf95c13e7062e21f39fe6b17a -RMD160 (freetype-2.6.2.tar.bz2) = 33c5d3a30e0a3224238b45f670e536391d0076ac -SHA512 (freetype-2.6.2.tar.bz2) = 269d7a2ba728b4cb79d1d533ce93674bfd483566ab80bc6be0ec24f869cb65ba1fd852fbeff8f045607dd044845ce3d125374faeb14c986761b94dce7d1ff48b -Size (freetype-2.6.2.tar.bz2) = 1767940 bytes +SHA1 (freetype-2.6.3.tar.bz2) = 6c98bd5d0be313207c37ca23d25faf983486aee5 +RMD160 (freetype-2.6.3.tar.bz2) = ee9c267faa7606a3f1e76c72ea8b49fa8136b931 +SHA512 (freetype-2.6.3.tar.bz2) = e1f9018835fc88beeb4479537b59f866c52393ae18d24a1e0710a464cf948ab02b35c2c6043bc20c1db3a04871ee4eb0bb1d210550c0ea2780c8b1aea98fbf0d +Size (freetype-2.6.3.tar.bz2) = 1753083 bytes SHA1 (patch-ab) = cb8c9552e2db1e1f3da3d20971c22f174e343162 diff --git a/graphics/gdchart/Makefile b/graphics/gdchart/Makefile index 7afc2f5f72aa2..83cff30656e5d 100644 --- a/graphics/gdchart/Makefile +++ b/graphics/gdchart/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.38 2015/11/18 14:19:46 ryoon Exp $ +# $NetBSD: Makefile,v 1.39 2016/05/07 09:58:49 joerg Exp $ DISTNAME= gdchart0.11.5dev PKGNAME= gdchart-0.11.5 -PKGREVISION= 15 +PKGREVISION= 16 CATEGORIES= graphics MASTER_SITES= http://www.fred.net/brv/chart/ diff --git a/graphics/gdchart/distinfo b/graphics/gdchart/distinfo index 1e5cbb4919874..b3e7e175490d2 100644 --- a/graphics/gdchart/distinfo +++ b/graphics/gdchart/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.12 2015/11/03 21:33:58 agc Exp $ +$NetBSD: distinfo,v 1.13 2016/05/07 09:58:49 joerg Exp $ SHA1 (gdchart0.11.5dev.tar.gz) = c23e1cd233c38ac007b57420c20a5fa7fa206841 RMD160 (gdchart0.11.5dev.tar.gz) = be9b11eb446738d9e30d78e8ce73b8a418b1f520 SHA512 (gdchart0.11.5dev.tar.gz) = dc08d02c0273fd41d0de193126b5fd8524473e76e17ea972ed1891354ca67dd406c1073f07fe5f11a2623b575499bb7e5633825d43033fdfd2b492d19db957a3 Size (gdchart0.11.5dev.tar.gz) = 38783 bytes -SHA1 (patch-ac) = eb4bc3be51bb1a9e8b3db9cd8c6038381fbf734a +SHA1 (patch-ac) = 191ad026f5203cd115deb9c5e7d55f981858d401 diff --git a/graphics/gdchart/patches/patch-ac b/graphics/gdchart/patches/patch-ac index 4860a8e1d4e83..aa276fb478857 100644 --- a/graphics/gdchart/patches/patch-ac +++ b/graphics/gdchart/patches/patch-ac @@ -1,4 +1,4 @@ -$NetBSD: patch-ac,v 1.8 2005/03/11 08:51:58 adam Exp $ +$NetBSD: patch-ac,v 1.9 2016/05/07 09:58:49 joerg Exp $ --- Makefile.orig 2004-12-17 17:53:47.000000000 +0000 +++ Makefile @@ -126,7 +126,7 @@ $NetBSD: patch-ac,v 1.8 2005/03/11 08:51:58 adam Exp $ - ranlib libgdc.a +libgdchart.a: ${LIB_OBJS} + ${LIBTOOL} --mode=link ${CC} -o libgdchart.la ${LIB_OBJS:.o=.lo} \ -+ -L${GD_LD} -lgd -version-info 0:11 -rpath ${PREFIX}/lib ++ -L${GD_LD} -lgd -version-info 0:11 -rpath ${PREFIX}/lib ${COMPILER_RPATH_FLAG}${X11BASE}/lib # --- supporting libraries --- # should be compile & installed separately diff --git a/graphics/gdk-pixbuf2/Makefile.version b/graphics/gdk-pixbuf2/Makefile.version index af1147dbf4d85..ca0099d561b0f 100644 --- a/graphics/gdk-pixbuf2/Makefile.version +++ b/graphics/gdk-pixbuf2/Makefile.version @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.version,v 1.10 2015/10/01 15:53:48 wiz Exp $ +# $NetBSD: Makefile.version,v 1.12 2016/04/26 07:14:00 prlw1 Exp $ -PIXBUF2_VERSION= 2.32.1 +PIXBUF2_VERSION= 2.34.0 MSITE_VERSION= ${PIXBUF2_VERSION:R} diff --git a/graphics/gdk-pixbuf2/PLIST b/graphics/gdk-pixbuf2/PLIST index 78a98a8152b38..dbf9199222126 100644 --- a/graphics/gdk-pixbuf2/PLIST +++ b/graphics/gdk-pixbuf2/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.11 2015/10/01 15:53:48 wiz Exp $ +@comment $NetBSD: PLIST,v 1.13 2016/04/26 07:14:00 prlw1 Exp $ bin/gdk-pixbuf-csource bin/gdk-pixbuf-pixdata bin/gdk-pixbuf-query-loaders diff --git a/graphics/gdk-pixbuf2/distinfo b/graphics/gdk-pixbuf2/distinfo index e2b2c8db6831e..0ae513ee61dbb 100644 --- a/graphics/gdk-pixbuf2/distinfo +++ b/graphics/gdk-pixbuf2/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.28 2015/12/09 23:36:09 dsainty Exp $ +$NetBSD: distinfo,v 1.30 2016/04/26 07:14:00 prlw1 Exp $ -SHA1 (gdk-pixbuf-2.32.1.tar.xz) = 40482f165f3fc587e54a08bb9212aeca97e2d07d -RMD160 (gdk-pixbuf-2.32.1.tar.xz) = e78b300ef06e0a1df35d5f9b4eaa0efda3e135aa -SHA512 (gdk-pixbuf-2.32.1.tar.xz) = 4c744f166e86c17cafebe0db9434794666b64850a60597e34675cf9b902e48e89c3ff45032a10899944ae59b6c0db63c1ff33c4d2c50846393e77bad3a3adec2 -Size (gdk-pixbuf-2.32.1.tar.xz) = 2427908 bytes +SHA1 (gdk-pixbuf-2.34.0.tar.xz) = 240018b35da047500e43caac7e32a4482edd3852 +RMD160 (gdk-pixbuf-2.34.0.tar.xz) = 7e20f674b07387a052500564a1a9749e91eabaf2 +SHA512 (gdk-pixbuf-2.34.0.tar.xz) = 874aed9af0352592674f2bebd4d9b0a945932a410c9f0b776f45766c2f18d442a39c684cca69b1aca6d14f67f18e690489f388ff58699dbd0efbd13244a1a8b5 +Size (gdk-pixbuf-2.34.0.tar.xz) = 2709320 bytes SHA1 (patch-ab) = a64a1c9a4dd4c51d918e3409d40d76fd63146150 SHA1 (patch-ac) = c55b59e380cf58ae7e94c760dc0dbb32b6b5fb69 SHA1 (patch-gdk-pixbuf_gdk-pixbuf-scaled-anim.c) = 486db8d3f352b0d72b7074ba48f14ccbfa09deda diff --git a/graphics/geeqie/Makefile b/graphics/geeqie/Makefile index 902b9b721877d..95227e016df8f 100644 --- a/graphics/geeqie/Makefile +++ b/graphics/geeqie/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.53 2015/10/10 01:58:09 ryoon Exp $ -# +# $NetBSD: Makefile,v 1.56 2016/05/03 11:40:03 prlw1 Exp $ -DISTNAME= geeqie-1.2.2 -PKGREVISION= 3 +DISTNAME= geeqie-1.2.3 EXTRACT_SUFX= .tar.xz +PKGREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://www.geeqie.org/ @@ -18,12 +17,15 @@ LDFLAGS.SunOS+= -lm -lsocket -lnsl USE_PKGLOCALEDIR= yes USE_LANGUAGES= c c++ -USE_TOOLS= bash:run gmake intltool msgfmt pkg-config +USE_TOOLS= bash:run gmake intltool msgfmt pkg-config automake autoconf autoreconf REPLACE_BASH= plugins/rotate/geeqie-rotate REPLACE_BASH+= plugins/ufraw/geeqie-ufraw REPLACE_BASH+= plugins/import/geeqie-import +pre-configure: + cd ${WRKSRC} && ${SH} ./autogen.sh + post-build: cd ${WRKSRC}/doc && ${MAKE_PROGRAM} html diff --git a/graphics/geeqie/distinfo b/graphics/geeqie/distinfo index 3f871a7cc51fb..a090ed9ddf1b9 100644 --- a/graphics/geeqie/distinfo +++ b/graphics/geeqie/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.9 2015/11/03 21:33:58 agc Exp $ +$NetBSD: distinfo,v 1.10 2016/04/17 09:45:59 wiz Exp $ -SHA1 (geeqie-1.2.2.tar.xz) = 9dd094707d7bf7389eb62a218ff7bc86339fc995 -RMD160 (geeqie-1.2.2.tar.xz) = 45e301763f3c174aa664254037ede7a9a508f179 -SHA512 (geeqie-1.2.2.tar.xz) = 0e134802b42061e76ec2f2d9069ab13ebcab17f889b04917e15aba74a208a4c4ffa5a957f45eb5bd14917d98d2d6250c1085cb065a1ae487050e5e2f325c14c4 -Size (geeqie-1.2.2.tar.xz) = 1156616 bytes -SHA1 (patch-ab) = 6c60aa3ca9e623525cdb6c282c02ed477ecb8b6d +SHA1 (geeqie-1.2.3.tar.xz) = d01c971ed5906973ff4788d1f7387563dcdbb0e9 +RMD160 (geeqie-1.2.3.tar.xz) = b50e79e1d32ecbda75ed3a0f0b578b64455dee3a +SHA512 (geeqie-1.2.3.tar.xz) = 1bb2a6e5782cdafb4aeb1ab9247f7d43f4ef341594ea795214c136ba1fe416cf8bc37faa43462780eca3d0b07a7852e27719f8d23c8bdb42c899857846b4f7b1 +Size (geeqie-1.2.3.tar.xz) = 1129804 bytes SHA1 (patch-ac) = e551d5e733354902254c1a392be5738da6c88170 -SHA1 (patch-configure) = 0923c577fbe92c6cbf8ec429dd5c149423a649f3 +SHA1 (patch-configure.in) = 4d1ca9003938669651f98cc43a6d525979b737da +SHA1 (patch-doc_Makefile.am) = 0efedf8892e4a1bc342e6f6ebc757151c33920b2 diff --git a/graphics/geeqie/patches/patch-ab b/graphics/geeqie/patches/patch-ab deleted file mode 100644 index bb51247c681b7..0000000000000 --- a/graphics/geeqie/patches/patch-ab +++ /dev/null @@ -1,21 +0,0 @@ -$NetBSD: patch-ab,v 1.6 2015/09/10 19:06:57 gdt Exp $ - -Generate html docs in build phase (instead of install phase). -gnome-doc-tool seems to ignore "-o html" so manually generate -the same effect. - -Solves PLIST problem due to missing html files. - -This is not know to be reported upstream. - ---- doc/Makefile.in.orig 2015-09-10 14:28:35.000000000 +0000 -+++ doc/Makefile.in -@@ -496,7 +496,7 @@ uninstall-am: - html/GuideIndex.html: docbook/GuideIndex.xml - rm -rf html; mkdir html - if [ -x "$(GNOME_DOC_TOOL)" ]; then \ -- "$(GNOME_DOC_TOOL)" html -o html $(srcdir)/docbook/GuideIndex.xml ; \ -+ cd html && "$(GNOME_DOC_TOOL)" html ../$(srcdir)/docbook/GuideIndex.xml ; \ - else \ - echo "gnome-doc-tool not found, html is not built" ; \ - fi diff --git a/graphics/geeqie/patches/patch-configure b/graphics/geeqie/patches/patch-configure deleted file mode 100644 index c1a57299eaa37..0000000000000 --- a/graphics/geeqie/patches/patch-configure +++ /dev/null @@ -1,25 +0,0 @@ -$NetBSD: patch-configure,v 1.1 2015/09/10 19:06:57 gdt Exp $ - -Fix bashisms. -Reported upstream 20150910. - ---- configure.orig 2015-09-10 14:28:36.000000000 +0000 -+++ configure -@@ -9146,7 +9146,7 @@ else - fi - - --if test x$gtk3 == xyes; then -+if test x$gtk3 = xyes; then - { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \"Gtk3 enabled\"" >&5 - $as_echo "$as_me: WARNING: \"Gtk3 enabled\"" >&2;} - -@@ -9158,7 +9158,7 @@ $as_echo "$as_me: WARNING: \"Gtk3 is pre - fi - fi - --if test x$gtk3 == xno; then -+if test x$gtk3 = xno; then - # Check whether --enable-gtktest was given. - if test "${enable_gtktest+set}" = set; then : - enableval=$enable_gtktest; diff --git a/graphics/geeqie/patches/patch-configure.in b/graphics/geeqie/patches/patch-configure.in new file mode 100644 index 0000000000000..3304d3df74fb7 --- /dev/null +++ b/graphics/geeqie/patches/patch-configure.in @@ -0,0 +1,24 @@ +$NetBSD: patch-configure.in,v 1.1 2016/04/17 09:45:59 wiz Exp $ + +Fix unportable test(1) operator. + +--- configure.in.orig 2016-03-07 10:21:06.000000000 +0000 ++++ configure.in +@@ -192,7 +192,7 @@ fi + AM_PATH_GLIB_2_0(2.24.0,,AC_MSG_ERROR(GLIB >= 2.24.0 not installed.)) + AC_ARG_ENABLE([gtk3], AC_HELP_STRING([--disable-gtk3], [use gtk2 instead of gtk3]),[gtk3="${enableval}"], [gtk3=m4_ifdef([AM_PATH_GTK_3_0], [auto], [no])]) + +-if test x$gtk3 == xyes; then ++if test x$gtk3 = xyes; then + AC_MSG_WARN("Gtk3 enabled") + m4_ifdef([AM_PATH_GTK_3_0], [AM_PATH_GTK_3_0(3.0.0,,AC_MSG_ERROR(GTK+ >= 3.0.0 not installed.))]) + else +@@ -202,7 +202,7 @@ else + fi + fi + +-if test x$gtk3 == xno; then ++if test x$gtk3 = xno; then + m4_ifdef([AM_PATH_GTK_2_0], [AM_PATH_GTK_2_0(2.20.0,,AC_MSG_ERROR(GTK+ >= 2.20.0 not installed.))]) + true + fi diff --git a/graphics/geeqie/patches/patch-doc_Makefile.am b/graphics/geeqie/patches/patch-doc_Makefile.am new file mode 100644 index 0000000000000..eb16eb171de67 --- /dev/null +++ b/graphics/geeqie/patches/patch-doc_Makefile.am @@ -0,0 +1,21 @@ +$NetBSD: patch-doc_Makefile.am,v 1.1 2016/04/17 09:45:59 wiz Exp $ + +Generate html docs in build phase (instead of install phase). +gnome-doc-tool seems to ignore "-o html" so manually generate +the same effect. + +Solves PLIST problem due to missing html files. + +This is not know to be reported upstream. + +--- doc/Makefile.am.orig 2016-03-07 10:21:06.000000000 +0000 ++++ doc/Makefile.am +@@ -7,7 +7,7 @@ EXTRA_DIST = docbook2html.sh docbook + html/GuideIndex.html: docbook/GuideIndex.xml + rm -rf html; mkdir html + if [ -x "$(GNOME_DOC_TOOL)" ]; then \ +- "$(GNOME_DOC_TOOL)" html -o html $(srcdir)/docbook/GuideIndex.xml ; \ ++ cd html && "$(GNOME_DOC_TOOL)" html $(srcdir)/../docbook/GuideIndex.xml ; \ + else \ + echo "gnome-doc-tool not found, html is not built" ; \ + fi diff --git a/graphics/giflib/Makefile.common b/graphics/giflib/Makefile.common index fa9d669584291..4cdc3e729c617 100644 --- a/graphics/giflib/Makefile.common +++ b/graphics/giflib/Makefile.common @@ -1,8 +1,8 @@ -# $NetBSD: Makefile.common,v 1.10 2016/01/18 19:02:56 leot Exp $ +# $NetBSD: Makefile.common,v 1.11 2016/05/01 20:28:44 leot Exp $ # used by graphics/giflib/Makefile # used by graphics/giflib-util/Makefile -DISTNAME= giflib-5.1.2 +DISTNAME= giflib-5.1.4 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=giflib/} EXTRACT_SUFX= .tar.bz2 diff --git a/graphics/giflib/distinfo b/graphics/giflib/distinfo index 49201ef9c8e09..ace1b3bea2472 100644 --- a/graphics/giflib/distinfo +++ b/graphics/giflib/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.17 2016/01/18 14:34:36 leot Exp $ +$NetBSD: distinfo,v 1.18 2016/05/01 20:28:44 leot Exp $ -SHA1 (giflib-5.1.2.tar.bz2) = 3f7bc86280db30a7120b2113f9f261301c515ad2 -RMD160 (giflib-5.1.2.tar.bz2) = 93bb79ca74d8063da74f8597ddec4d6a79bdfd2f -SHA512 (giflib-5.1.2.tar.bz2) = 062adabd25d8c879d2bd6fd007244efb5c41248f68b75d184d94836d2e5dcbfcb1427928a3bc78017ecb4e679a336178d28851ba1f3c1a40f70e694f3ff8449d -Size (giflib-5.1.2.tar.bz2) = 638967 bytes +SHA1 (giflib-5.1.4.tar.bz2) = 5f1157cfc377916280849e247b8e34fa0446513f +RMD160 (giflib-5.1.4.tar.bz2) = 0a970b30afb113036183a35bf55b7edcfbcc46c8 +SHA512 (giflib-5.1.4.tar.bz2) = 32b5e342056c210e6478e9cb3b6ceec9594dcfaf34feea1eb4dad633a081ed4465bceee578c19165907cb47cb83912ac359ceea666a8e07dbbb5420f9928f96d +Size (giflib-5.1.4.tar.bz2) = 639703 bytes diff --git a/graphics/gimp/Makefile b/graphics/gimp/Makefile index 0fd4d29a27a7f..a0f8b1f2789a8 100644 --- a/graphics/gimp/Makefile +++ b/graphics/gimp/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.253 2016/01/27 10:31:29 wiz Exp $ +# $NetBSD: Makefile,v 1.255 2016/04/15 14:42:52 wiz Exp $ DISTNAME= gimp-2.8.16 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= graphics MASTER_SITES= http://download.gimp.org/pub/gimp/v${PKGVERSION_NOREV:R}/ \ ${MASTER_SITE_GNU:=gimp/v${PKGVERSION_NOREV:R}/} \ @@ -69,6 +69,9 @@ PLIST.remote= yes .include "../../x11/libSM/buildlink3.mk" .include "../../x11/libXmu/buildlink3.mk" .include "../../x11/libXpm/buildlink3.mk" +.else +CONFIGURE_ARGS+= --without-xmc +CONFIGURE_ARGS+= --without-libxpm .endif .if !empty(PKG_BUILD_OPTIONS.gtk2:Mquartz) .include "../../x11/gtk-mac-integration/buildlink3.mk" diff --git a/graphics/girara/Makefile b/graphics/girara/Makefile index ac5ea9f84e5fc..6ed83eb34d5d9 100644 --- a/graphics/girara/Makefile +++ b/graphics/girara/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.1 2016/02/14 13:38:37 leot Exp $ +# $NetBSD: Makefile,v 1.2 2016/04/20 06:57:21 leot Exp $ # -DISTNAME= girara-0.2.5 +DISTNAME= girara-0.2.6 CATEGORIES= x11 MASTER_SITES= http://pwmt.org/projects/girara/download/ diff --git a/graphics/girara/distinfo b/graphics/girara/distinfo index a7c0193bd0ed3..b0ffb9d1ec378 100644 --- a/graphics/girara/distinfo +++ b/graphics/girara/distinfo @@ -1,7 +1,8 @@ -$NetBSD: distinfo,v 1.1 2016/02/14 13:38:37 leot Exp $ +$NetBSD: distinfo,v 1.2 2016/04/20 06:57:21 leot Exp $ -SHA1 (girara-0.2.5.tar.gz) = 45a6b3fece67a10c44409c776946dc412f41bfaa -RMD160 (girara-0.2.5.tar.gz) = d51ba0e216a88a8e16a881af3eef870690dd00f8 -SHA512 (girara-0.2.5.tar.gz) = 62f497d0bcab0765946d141b5c9bd79459e526e385da32f69311e810c9142e570de41521b98df8e08b44e0e34326db370f5b5ed4cb02bbdc2124febe6c2cce45 -Size (girara-0.2.5.tar.gz) = 75215 bytes +SHA1 (girara-0.2.6.tar.gz) = 674e4294fe091fe93a1c186d95b3263b30cd8a5e +RMD160 (girara-0.2.6.tar.gz) = 872889a2d5abcb907d8dbe2a27e7c9bb238963b8 +SHA512 (girara-0.2.6.tar.gz) = a55702fc85594c6b8ee2cf3cdcde659b2b85559d1d5d2eff9ff05247b9762d0ee4ccc8e5e2fbb12ad174fb85bca7941a413c866aafa419765ed88cc1c4efa901 +Size (girara-0.2.6.tar.gz) = 75841 bytes +SHA1 (patch-Makefile) = 26e28108f3d448ee4305cd4e3d8f7e9e3b24d343 SHA1 (patch-macros.h) = f9467ab009a53feec710a5f3d984c7b67b6747be diff --git a/graphics/girara/patches/patch-Makefile b/graphics/girara/patches/patch-Makefile new file mode 100644 index 0000000000000..7be845b98ab94 --- /dev/null +++ b/graphics/girara/patches/patch-Makefile @@ -0,0 +1,15 @@ +$NetBSD: patch-Makefile,v 1.1 2016/04/20 06:57:21 leot Exp $ + +Fix install permissions of shared libraries. + +--- Makefile.orig 2016-04-18 20:35:34.000000000 +0000 ++++ Makefile +@@ -265,7 +265,7 @@ install-static: static + install-shared: shared + $(call colorecho,INSTALL,"Install shared library") + $(QUIET)mkdir -m 755 -p ${DESTDIR}${LIBDIR} +- $(QUIET)install -m 644 ${BUILDDIR_RELEASE}/${BINDIR}/${SOVERSIONFILE} ${DESTDIR}${LIBDIR} ++ $(QUIET)install -m 755 ${BUILDDIR_RELEASE}/${BINDIR}/${SOVERSIONFILE} ${DESTDIR}${LIBDIR} + $(QUIET)ln -sf ${SOVERSIONFILE} ${DESTDIR}${LIBDIR}/${SOMAJORFILE} || \ + echo "Failed to create ${SOMAJORFILE}. Please check if it exists and points to the correct version of ${SOFILE}." + $(QUIET)ln -sf ${SOVERSIONFILE} ${DESTDIR}${LIBDIR}/${SOFILE} || \ diff --git a/graphics/graphite2/Makefile b/graphics/graphite2/Makefile index 1f041703f6559..026e85ea833a5 100644 --- a/graphics/graphite2/Makefile +++ b/graphics/graphite2/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.3 2016/01/26 13:56:23 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2016/03/24 20:31:02 wiz Exp $ -DISTNAME= graphite2-1.3.5 +DISTNAME= graphite2-1.3.7 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=silgraphite/} EXTRACT_SUFX= .tgz diff --git a/graphics/graphite2/distinfo b/graphics/graphite2/distinfo index 4ac441e9905b3..4e7303630e433 100644 --- a/graphics/graphite2/distinfo +++ b/graphics/graphite2/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.6 2016/02/07 01:05:11 ryoon Exp $ +$NetBSD: distinfo,v 1.7 2016/03/24 20:31:02 wiz Exp $ -SHA1 (graphite2-1.3.5.tgz) = 044f65d5b4ade3169f5fcd75a25f047c81f5d33e -RMD160 (graphite2-1.3.5.tgz) = 49c0c9d919a23ab215402d082670083b7cfba61e -SHA512 (graphite2-1.3.5.tgz) = 70e85ff44d63dcca6beb55aa68966888453610c4ec1fca0d0986910a8f396ad64fd0b9f393270fd403c93e7e5d45cdc134c3965f47761cd40cd659b92b8abcec -Size (graphite2-1.3.5.tgz) = 3880214 bytes +SHA1 (graphite2-1.3.7.tgz) = 83fde60cca7ce82d3b90b335a6e6ea719d15ffec +RMD160 (graphite2-1.3.7.tgz) = a4fe7f52d67e126c20678863309aaf2b85a7ddf7 +SHA512 (graphite2-1.3.7.tgz) = 163ac1455003398690b173f2ce56509bba1ae1e480585635888e3b061fef1ff8493c86f4647efde65ea10cd82b4048fcc8e882ea56811a8169956ad27bd10b8f +Size (graphite2-1.3.7.tgz) = 3883666 bytes SHA1 (patch-src_CMakeLists.txt) = 4751d4cb699a368b9b612a18c45176346e29968b diff --git a/graphics/graphviz/Makefile b/graphics/graphviz/Makefile index 263e9d0f765e8..b8edefec8fea2 100644 --- a/graphics/graphviz/Makefile +++ b/graphics/graphviz/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.155 2016/03/05 11:28:38 jperkin Exp $ +# $NetBSD: Makefile,v 1.156 2016/05/05 11:45:40 jaapb Exp $ DISTNAME= graphviz-2.38.0 -PKGREVISION= 11 +PKGREVISION= 12 CATEGORIES= graphics MASTER_SITES= http://www.graphviz.org/pub/graphviz/stable/SOURCES/ diff --git a/graphics/gwenview/Makefile b/graphics/gwenview/Makefile index cb1548b13873e..3164d2956f4f0 100644 --- a/graphics/gwenview/Makefile +++ b/graphics/gwenview/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.82 2016/03/05 11:28:38 jperkin Exp $ +# $NetBSD: Makefile,v 1.84 2016/05/08 10:54:39 markd Exp $ DISTNAME= gwenview-${_KDE_VERSION} -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= graphics COMMENT= KDE image viewer @@ -16,9 +16,9 @@ COMMENT= KDE image viewer .include "../../graphics/hicolor-icon-theme/buildlink3.mk" #.include "../../misc/nepomuk-core/buildlink3.mk" .include "../../sysutils/desktop-file-utils/desktopdb.mk" -.include "../../sysutils/baloo/buildlink3.mk" +.include "../../sysutils/libbaloo4/buildlink3.mk" .include "../../sysutils/kfilemetadata/buildlink3.mk" -.include "../../x11/kactivities/buildlink3.mk" +.include "../../x11/libkactivities4/buildlink3.mk" .include "../../x11/kdelibs4/buildlink3.mk" .include "../../x11/kde-baseapps4/buildlink3.mk" diff --git a/graphics/hugin/Makefile b/graphics/hugin/Makefile index 27c252699465a..d430df5eda126 100644 --- a/graphics/hugin/Makefile +++ b/graphics/hugin/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.56 2015/10/18 15:56:56 adam Exp $ +# $NetBSD: Makefile,v 1.57 2016/04/07 19:23:26 adam Exp $ -DISTNAME= hugin-2015.0.0 +DISTNAME= hugin-2016.0.0 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=hugin/} EXTRACT_SUFX= .tar.bz2 @@ -38,6 +38,7 @@ SUBST_SED.apple= -e 's,(APPLE),(ELPPA),g' .include "../../graphics/glut/buildlink3.mk" .include "../../graphics/gnome-icon-theme/buildlink3.mk" .include "../../graphics/lensfun/buildlink3.mk" +.include "../../graphics/lcms2/buildlink3.mk" .include "../../graphics/libpano13/buildlink3.mk" .include "../../graphics/openexr/buildlink3.mk" .include "../../graphics/vigra/buildlink3.mk" diff --git a/graphics/hugin/PLIST b/graphics/hugin/PLIST index 3b9249ac795e3..e199ec41dbd5b 100644 --- a/graphics/hugin/PLIST +++ b/graphics/hugin/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.7 2015/12/24 12:59:29 adam Exp $ +@comment $NetBSD: PLIST,v 1.8 2016/04/07 19:23:26 adam Exp $ bin/PTBatcherGUI bin/align_image_stack bin/autooptimiser @@ -74,9 +74,15 @@ share/applications/PTBatcherGUI.desktop share/applications/calibrate_lens_gui.desktop share/applications/hugin.desktop share/applications/pto_gen.desktop +share/hugin/data/blended_stacks.executor share/hugin/data/celeste.model share/hugin/data/default.setting +share/hugin/data/fused_layers.executor +share/hugin/data/hdr_pano.executor share/hugin/data/hugin_exiftool_copy.arg +share/hugin/data/normal_enblend.executor +share/hugin/data/normal_smartblend.executor +share/hugin/data/zeronoise.executor share/hugin/xrc/about.xrc share/hugin/xrc/batch_frame.xrc share/hugin/xrc/batch_menu.xrc @@ -607,6 +613,10 @@ share/hugin/xrc/data/preview_white_balance.png share/hugin/xrc/data/preview_white_balance_small.png share/hugin/xrc/data/ptbatcher.ico share/hugin/xrc/data/ptbatcher.png +share/hugin/xrc/data/ptbatcher_pause.ico +share/hugin/xrc/data/ptbatcher_pause.png +share/hugin/xrc/data/ptbatcher_running.ico +share/hugin/xrc/data/ptbatcher_running.png share/hugin/xrc/data/pto_icon.ico share/hugin/xrc/data/pto_icon.png share/hugin/xrc/data/redo.png diff --git a/graphics/hugin/distinfo b/graphics/hugin/distinfo index 61647eec2eb92..da24586d403b5 100644 --- a/graphics/hugin/distinfo +++ b/graphics/hugin/distinfo @@ -1,17 +1,19 @@ -$NetBSD: distinfo,v 1.15 2015/11/04 17:41:19 agc Exp $ +$NetBSD: distinfo,v 1.16 2016/04/07 19:23:26 adam Exp $ -SHA1 (hugin-2015.0.0.tar.bz2) = be7153a0791f2147153e93e8711912ef23b60b61 -RMD160 (hugin-2015.0.0.tar.bz2) = d5780454dc6e2c3c5315d3c5b755d5f6fd17bf1c -SHA512 (hugin-2015.0.0.tar.bz2) = bb2acf4dea80d43280778f67594dd1ddb0c2e186bcbaafe460fe47e0bd464ae2191b9b25344245e7267316e602ac2179cc838a0dcecb0d408c2206890a5ab6a2 -Size (hugin-2015.0.0.tar.bz2) = 10611519 bytes -SHA1 (patch-CMakeLists.txt) = 3edb8ff7c07ca499221fe7c5fd8faf0de120d168 -SHA1 (patch-CMakeModules_FindGLUT.cmake) = 22185536efa1883f84bb97fe31efc3ef8df1f9fd +SHA1 (hugin-2016.0.0.tar.bz2) = 6811e19f1c10da163e1c4228779beb4c12448db9 +RMD160 (hugin-2016.0.0.tar.bz2) = 9d73e78accbfae2194b347d3d7f7c3932adc018a +SHA512 (hugin-2016.0.0.tar.bz2) = 029b30c39bb29de5cfb3c8d7d713d58662abf14311279e984f62cf7287edb9c9efdafdcb6990ba320d6098c4dd1de09dd9ceec9925eb52dafd234261a9615fd1 +Size (hugin-2016.0.0.tar.bz2) = 10508576 bytes +SHA1 (patch-CMakeLists.txt) = 54f11138438c2650673a4056f85fa7e6bf869d00 SHA1 (patch-CMakeModules_FindPNG.cmake) = 811fd3cf6f819b31129e1560cd8acd1f7ee6defc SHA1 (patch-doc_deghosting_mask.pod) = fe5462b10966420b0cf3fab004854d9dab3bfb4f SHA1 (patch-src_hugin1_base__wx_StitchingExecutor.cpp) = c30a62b1da413fce9524d7d558ec5bb1f21eb65e +SHA1 (patch-src_hugin1_base__wx_platform.cpp) = f0f544438a4818e9bbad9fd0f7fb0af06f1bdf4e SHA1 (patch-src_hugin1_base__wx_wxPanoCommand.cpp) = d5bf8f747ae86338e728c472d3dc04bf4c84f182 SHA1 (patch-src_hugin1_calibrate__lens_LensCalFrame.cpp) = 9b815a681317cb19880e7bb6ef170bc14d01b28b -SHA1 (patch-src_hugin1_icpfind_AutoCtrlPointCreator.cpp) = 213399693c9b7e680d472ee281183fde42e58e9a +SHA1 (patch-src_hugin1_hugin_CPEditorPanel.cpp) = d373c00d4783b3edc1bad5a67339163a0c23d8c5 +SHA1 (patch-src_hugin1_hugin_GLPreviewFrame.cpp) = 47bae7f5c57f8c7028dee4451840dcb2a2bb1f39 +SHA1 (patch-src_hugin1_icpfind_AutoCtrlPointCreator.cpp) = 2016aec03f6ef24fc7e70b289702a87df48b382a SHA1 (patch-src_hugin1_ptbatcher_BatchFrame.cpp) = 51ce24f1eb99cc5c0151758299eb1ecc34128171 -SHA1 (patch-src_tools_align_image_stack.cpp) = d83099c308665173fde059502a89b90adf167736 -SHA1 (patch-src_tools_tca__correct.cpp) = b5b39c5cc7096903bb7d537230eeb6328677b2d2 +SHA1 (patch-src_tools_align_image_stack.cpp) = fc2759f0722365d4c5339c5c8bc1eda1a6bf7a71 +SHA1 (patch-src_tools_tca__correct.cpp) = 73a86d3086336f168de5fb1cc02378a3ecc43104 diff --git a/graphics/hugin/patches/patch-CMakeLists.txt b/graphics/hugin/patches/patch-CMakeLists.txt index aab89d5d03545..906196f4d5ef2 100644 --- a/graphics/hugin/patches/patch-CMakeLists.txt +++ b/graphics/hugin/patches/patch-CMakeLists.txt @@ -1,11 +1,22 @@ -$NetBSD: patch-CMakeLists.txt,v 1.1 2015/10/18 15:56:56 adam Exp $ +$NetBSD: patch-CMakeLists.txt,v 1.2 2016/04/07 19:23:26 adam Exp $ Correct 'man' path. Do not make an application bundle on OS X. ---- CMakeLists.txt.orig 2013-06-26 11:19:08.000000000 +0000 +--- CMakeLists.txt.orig 2016-01-23 08:37:46.000000000 +0000 +++ CMakeLists.txt -@@ -423,7 +423,7 @@ IF (NOT MANDIR AND NOT $ENV{MANDIR} STRE +@@ -2,10 +2,6 @@ + # require at least cmake 2.8 + cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR ) + +-# prevent in-tree building +-if("${CMAKE_SOURCE_DIR}" STREQUAL "${CMAKE_BINARY_DIR}") +- message(FATAL_ERROR "In-source builds are not allowed.") +-endif() + + if(COMMAND cmake_policy) + cmake_policy(SET CMP0003 NEW) +@@ -518,7 +514,7 @@ IF (NOT MANDIR AND NOT $ENV{MANDIR} STRE ELSEIF(CMAKE_SYSTEM_NAME STREQUAL "FreeBSD" OR CMAKE_SYSTEM_NAME STREQUAL "NetBSD") SET (MANDIR "man") ELSE(NOT MANDIR AND NOT $ENV{MANDIR} STREQUAL "") @@ -14,7 +25,7 @@ Do not make an application bundle on OS X. ENDIF(NOT MANDIR AND NOT $ENV{MANDIR} STREQUAL "") SET(LOCALEDIR share/locale) -@@ -447,16 +447,6 @@ IF (APPLE) +@@ -543,16 +539,6 @@ IF (APPLE) ENDIF (NOT MAC_SELF_CONTAINED_BUNDLE) ENDIF (APPLE) diff --git a/graphics/hugin/patches/patch-CMakeModules_FindGLUT.cmake b/graphics/hugin/patches/patch-CMakeModules_FindGLUT.cmake deleted file mode 100644 index 1a8bb750a1343..0000000000000 --- a/graphics/hugin/patches/patch-CMakeModules_FindGLUT.cmake +++ /dev/null @@ -1,18 +0,0 @@ -$NetBSD: patch-CMakeModules_FindGLUT.cmake,v 1.1 2015/10/18 15:56:56 adam Exp $ - -Fix configure phase on OS X. - ---- CMakeModules/FindGLUT.cmake.orig 2014-02-12 17:14:43.000000000 +0000 -+++ CMakeModules/FindGLUT.cmake -@@ -31,10 +31,7 @@ ELSE (WIN32) - - IF (APPLE) - # These values for Apple could probably do with improvement. -- FIND_PATH( GLUT_INCLUDE_DIR glut.h -- /System/Library/Frameworks/GLUT.framework/Versions/A/Headers -- ${OPENGL_LIBRARY_DIR} -- ) -+ SET(GLUT_INCLUDE_DIR "/usr/include") - SET(GLUT_glut_LIBRARY "-framework GLUT" CACHE STRING "GLUT library for OSX") - SET(GLUT_cocoa_LIBRARY "-framework Cocoa" CACHE STRING "Cocoa framework for OSX") - ELSE (APPLE) diff --git a/graphics/hugin/patches/patch-src_hugin1_base__wx_platform.cpp b/graphics/hugin/patches/patch-src_hugin1_base__wx_platform.cpp new file mode 100644 index 0000000000000..003c7d9e02c42 --- /dev/null +++ b/graphics/hugin/patches/patch-src_hugin1_base__wx_platform.cpp @@ -0,0 +1,17 @@ +$NetBSD: patch-src_hugin1_base__wx_platform.cpp,v 1.1 2016/04/07 19:23:26 adam Exp $ + +Re-order includes to fix building. + +--- src/hugin1/base_wx/platform.cpp.orig 2016-02-19 22:26:02.000000000 +0000 ++++ src/hugin1/base_wx/platform.cpp +@@ -24,9 +24,9 @@ + * + */ + +-#include "platform.h" + + #include ++#include "platform.h" + + #if defined __WXMAC__ || defined __WXOSX_COCOA__ + diff --git a/graphics/hugin/patches/patch-src_hugin1_hugin_CPEditorPanel.cpp b/graphics/hugin/patches/patch-src_hugin1_hugin_CPEditorPanel.cpp new file mode 100644 index 0000000000000..81862d8d6f646 --- /dev/null +++ b/graphics/hugin/patches/patch-src_hugin1_hugin_CPEditorPanel.cpp @@ -0,0 +1,32 @@ +$NetBSD: patch-src_hugin1_hugin_CPEditorPanel.cpp,v 1.1 2016/04/07 19:23:26 adam Exp $ + +Re-order includes to fix building. + +--- src/hugin1/hugin/CPEditorPanel.cpp.orig 2016-02-19 22:28:54.000000000 +0000 ++++ src/hugin1/hugin/CPEditorPanel.cpp +@@ -34,6 +34,12 @@ + #include "panoinc.h" + // both includes above need to come before other wx includes on OSX + ++// more vigra include if needed ++#include "vigra/cornerdetection.hxx" ++#include "vigra/localminmax.hxx" ++#include "vigra_ext/openmp_vigra.h" ++#include "vigra_ext/Correlation.h" ++#include "vigra_ext/cms.h" + // hugin's + #include "hugin/huginApp.h" + #include "hugin/config_defaults.h" +@@ -54,12 +60,6 @@ + #include + #include + +-// more vigra include if needed +-#include "vigra/cornerdetection.hxx" +-#include "vigra/localminmax.hxx" +-#include "vigra_ext/openmp_vigra.h" +-#include "vigra_ext/Correlation.h" +-#include "vigra_ext/cms.h" + + // Celeste header + #include "Celeste.h" diff --git a/graphics/hugin/patches/patch-src_hugin1_hugin_GLPreviewFrame.cpp b/graphics/hugin/patches/patch-src_hugin1_hugin_GLPreviewFrame.cpp new file mode 100644 index 0000000000000..d355d469d5f22 --- /dev/null +++ b/graphics/hugin/patches/patch-src_hugin1_hugin_GLPreviewFrame.cpp @@ -0,0 +1,24 @@ +$NetBSD: patch-src_hugin1_hugin_GLPreviewFrame.cpp,v 1.1 2016/04/07 19:23:26 adam Exp $ + +Re-order includes to fix building. + +--- src/hugin1/hugin/GLPreviewFrame.cpp.orig 2016-02-19 22:31:49.000000000 +0000 ++++ src/hugin1/hugin/GLPreviewFrame.cpp +@@ -41,6 +41,8 @@ + #include "panoinc_WX.h" + #include "panoinc.h" + ++#include "vigra_ext/InterestPoints.h" ++#include "vigra_ext/Correlation.h" + #include "base_wx/platform.h" + #include "base_wx/wxPlatform.h" + #include "base_wx/LensTools.h" +@@ -65,8 +67,6 @@ + #include "hugin/PanoOperation.h" + #include "hugin/PanoOutputDialog.h" + #include "base_wx/PTWXDlg.h" +-#include "vigra_ext/InterestPoints.h" +-#include "vigra_ext/Correlation.h" + #include "algorithms/control_points/CleanCP.h" + #include "hugin_utils/openmp_lock.h" + diff --git a/graphics/hugin/patches/patch-src_hugin1_icpfind_AutoCtrlPointCreator.cpp b/graphics/hugin/patches/patch-src_hugin1_icpfind_AutoCtrlPointCreator.cpp index 0c8117dd88f3f..3013379fcbb7a 100644 --- a/graphics/hugin/patches/patch-src_hugin1_icpfind_AutoCtrlPointCreator.cpp +++ b/graphics/hugin/patches/patch-src_hugin1_icpfind_AutoCtrlPointCreator.cpp @@ -1,15 +1,15 @@ -$NetBSD: patch-src_hugin1_icpfind_AutoCtrlPointCreator.cpp,v 1.2 2015/10/18 15:56:56 adam Exp $ +$NetBSD: patch-src_hugin1_icpfind_AutoCtrlPointCreator.cpp,v 1.3 2016/04/07 19:23:26 adam Exp $ Fix building with Clang. ---- src/hugin1/icpfind/AutoCtrlPointCreator.cpp.orig 2014-06-14 11:02:49.000000000 +0000 +--- src/hugin1/icpfind/AutoCtrlPointCreator.cpp.orig 2016-02-19 22:03:11.000000000 +0000 +++ src/hugin1/icpfind/AutoCtrlPointCreator.cpp @@ -28,7 +28,7 @@ #include "panoinc.h" #include --#ifdef __GNUC__ -+#if defined(__GNUC__) && !defined(__clang__) +-#if defined (__GNUC__) && !defined (__FreeBSD__) ++#if defined(__GNUC__) && !defined(__FreeBSD__) && !defined(__clang__) #include #endif diff --git a/graphics/hugin/patches/patch-src_tools_align_image_stack.cpp b/graphics/hugin/patches/patch-src_tools_align_image_stack.cpp index 3159f344bca2d..98f3e69ac9938 100644 --- a/graphics/hugin/patches/patch-src_tools_align_image_stack.cpp +++ b/graphics/hugin/patches/patch-src_tools_align_image_stack.cpp @@ -1,21 +1,21 @@ -$NetBSD: patch-src_tools_align_image_stack.cpp,v 1.1 2015/10/18 15:56:56 adam Exp $ +$NetBSD: patch-src_tools_align_image_stack.cpp,v 1.2 2016/04/07 19:23:26 adam Exp $ Avoid conflict with another variable called 'lock'. ---- src/tools/align_image_stack.cpp.orig 2015-06-20 19:13:37.000000000 +0000 +--- src/tools/align_image_stack.cpp.orig 2016-02-19 22:03:11.000000000 +0000 +++ src/tools/align_image_stack.cpp -@@ -121,7 +121,7 @@ static void usage(const char* name) +@@ -113,7 +113,7 @@ static void usage(const char* name) } typedef std::multimap MapPoints; -static hugin_omp::Lock lock; +static hugin_omp::Lock mylock; - template - void FineTuneInterestPoints(Panorama& pano, -@@ -193,7 +193,7 @@ void FineTuneInterestPoints(Panorama& pa + namespace detail + { +@@ -202,7 +202,7 @@ void FineTuneInterestPoints(HuginBase::P res.maxpos.y, - stereo ? ControlPoint::Y : ControlPoint::X_Y); + stereo ? HuginBase::ControlPoint::Y : HuginBase::ControlPoint::X_Y); { - hugin_omp::ScopedLock sl(lock); + hugin_omp::ScopedLock sl(mylock); diff --git a/graphics/hugin/patches/patch-src_tools_tca__correct.cpp b/graphics/hugin/patches/patch-src_tools_tca__correct.cpp index 2061c384c7a46..e605bd6830924 100644 --- a/graphics/hugin/patches/patch-src_tools_tca__correct.cpp +++ b/graphics/hugin/patches/patch-src_tools_tca__correct.cpp @@ -1,11 +1,11 @@ -$NetBSD: patch-src_tools_tca__correct.cpp,v 1.1 2015/10/18 15:56:56 adam Exp $ +$NetBSD: patch-src_tools_tca__correct.cpp,v 1.2 2016/04/07 19:23:26 adam Exp $ Avoid conflict with another variable called 'lock'. ---- src/tools/tca_correct.cpp.orig 2015-06-20 19:58:52.000000000 +0000 +--- src/tools/tca_correct.cpp.orig 2016-02-19 22:03:11.000000000 +0000 +++ src/tools/tca_correct.cpp -@@ -465,7 +465,7 @@ static void usage(const char* name) - << " commandline arguments for fulla" << endl; +@@ -449,7 +449,7 @@ static void usage(const char* name) + << " commandline arguments for fulla" << std::endl; } -static hugin_omp::Lock lock; @@ -13,12 +13,12 @@ Avoid conflict with another variable called 'lock'. typedef std::multimap MapPoints; template -@@ -584,7 +584,7 @@ void createCtrlPoints(Panorama& pano, co +@@ -567,7 +567,7 @@ void createCtrlPoints(HuginBase::Panoram } if (!cps.empty()) { - hugin_omp::ScopedLock sl(lock); + hugin_omp::ScopedLock sl(mylock); - for (CPVector::const_iterator it = cps.begin(); it != cps.end(); ++it) + for (HuginBase::CPVector::const_iterator it = cps.begin(); it != cps.end(); ++it) { pano.addCtrlPoint(*it); diff --git a/graphics/imlib2/Makefile b/graphics/imlib2/Makefile index 4d7d02d99623f..13cd1b9fc801d 100644 --- a/graphics/imlib2/Makefile +++ b/graphics/imlib2/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.71 2016/01/22 21:06:59 leot Exp $ +# $NetBSD: Makefile,v 1.72 2016/05/01 20:58:41 leot Exp $ -DISTNAME= imlib2-1.4.7 +DISTNAME= imlib2-1.4.9 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=enlightenment/} EXTRACT_SUFX= .tar.bz2 diff --git a/graphics/imlib2/PLIST b/graphics/imlib2/PLIST index ddd92186a9ff3..ad4bf10bee6b0 100644 --- a/graphics/imlib2/PLIST +++ b/graphics/imlib2/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.11 2009/06/14 17:59:18 joerg Exp $ +@comment $NetBSD: PLIST,v 1.12 2016/05/01 20:58:41 leot Exp $ bin/imlib2-config ${PLIST.x11}bin/imlib2_bumpmap ${PLIST.x11}bin/imlib2_colorspace @@ -15,6 +15,7 @@ lib/imlib2/filters/testfilter.la lib/imlib2/loaders/argb.la lib/imlib2/loaders/bmp.la lib/imlib2/loaders/bz2.la +lib/imlib2/loaders/ff.la lib/imlib2/loaders/gif.la lib/imlib2/loaders/jpeg.la lib/imlib2/loaders/lbm.la diff --git a/graphics/imlib2/distinfo b/graphics/imlib2/distinfo index 9effd8af39450..a98ed8869fb23 100644 --- a/graphics/imlib2/distinfo +++ b/graphics/imlib2/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.36 2016/01/22 21:06:59 leot Exp $ +$NetBSD: distinfo,v 1.37 2016/05/01 20:58:41 leot Exp $ -SHA1 (imlib2-1.4.7.tar.bz2) = 0ed225afbbee8e990c655cf13ed802bda8a5cd8a -RMD160 (imlib2-1.4.7.tar.bz2) = 9d857475b4f514bc34479efa42a0c5a4b65d4b80 -SHA512 (imlib2-1.4.7.tar.bz2) = 3954d6426efbe2fcfb755c74a0ea7c1c61e65c5dc3cbdcea88c9e5de6294de69439ac05c724d83f4703f121d70f6af2f860e2aa423296c30ef99f4bdd2e60db8 -Size (imlib2-1.4.7.tar.bz2) = 889510 bytes +SHA1 (imlib2-1.4.9.tar.bz2) = f389d67c337b604a365e620b0083b2d342dd724e +RMD160 (imlib2-1.4.9.tar.bz2) = 61657386d238625044f61440f8ede70c781fa6d2 +SHA512 (imlib2-1.4.9.tar.bz2) = 741c002e5920425a4df57fc96a02c70d276ecc810fadd1fdc5a997df88efb00a24802b56301faa8c62836f0a4486c610a200ec5ca482ac8d07d228612d72e0f4 +Size (imlib2-1.4.9.tar.bz2) = 892290 bytes SHA1 (patch-ab) = 9ec9287a8003760e3c330b6a751c0d28bef19afc SHA1 (patch-ac) = b570d72992643d88edbd00126cf77b5ffcd79d49 SHA1 (patch-ad) = 3dc74b7804fde49f6fa0f0b8fe8c1bd87b37535a diff --git a/graphics/inkscape/Makefile b/graphics/inkscape/Makefile index 905ba18a23b40..822efaa6b27be 100644 --- a/graphics/inkscape/Makefile +++ b/graphics/inkscape/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.126 2016/03/05 11:28:38 jperkin Exp $ +# $NetBSD: Makefile,v 1.129 2016/04/15 14:42:52 wiz Exp $ DISTNAME= inkscape-0.91 -PKGREVISION= 11 +PKGREVISION= 14 CATEGORIES= graphics #MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=inkscape/} MASTER_SITES= https://inkscape.global.ssl.fastly.net/media/resources/file/ diff --git a/graphics/inkscape/distinfo b/graphics/inkscape/distinfo index fd457de2cefc1..cd50de0a93277 100644 --- a/graphics/inkscape/distinfo +++ b/graphics/inkscape/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.56 2015/11/03 21:34:04 agc Exp $ +$NetBSD: distinfo,v 1.57 2016/04/12 21:33:49 adam Exp $ SHA1 (inkscape-0.91.tar.bz2) = 9941ee467af570ac71a70f965cd9c48d4993b8f3 RMD160 (inkscape-0.91.tar.bz2) = 77421bcb96c6ad4fe17e775e86b77d576b90cf32 @@ -13,4 +13,5 @@ SHA1 (patch-src_extension_internal_pdfinput_pdf-parser.cpp) = 7a1aab18cc36756fad SHA1 (patch-src_extension_internal_pdfinput_pdf-parser.h) = ba408f45544853f9323f8bd879bd55604072bb7a SHA1 (patch-src_io_inkjar.cpp) = 060d59225cfe7b66db5e9f41e76860df9ce12d01 SHA1 (patch-src_trace_siox.cpp) = daeff4626dace6997f64ab9c96b0bfb304e724c8 +SHA1 (patch-src_ui_clipboard.cpp) = 06fd0f4b15b0c282027db36690d163e90aac06ed SHA1 (patch-src_ui_tool_node.h) = 2900ab737d6b9245aabefee5e79564bdbaec57bc diff --git a/graphics/inkscape/patches/patch-src_ui_clipboard.cpp b/graphics/inkscape/patches/patch-src_ui_clipboard.cpp new file mode 100644 index 0000000000000..56d0c502098cf --- /dev/null +++ b/graphics/inkscape/patches/patch-src_ui_clipboard.cpp @@ -0,0 +1,15 @@ +$NetBSD: patch-src_ui_clipboard.cpp,v 1.1 2016/04/12 21:33:49 adam Exp $ + +Fix building with newer glibmm. + +--- src/ui/clipboard.cpp.orig 2016-04-12 21:18:03.000000000 +0000 ++++ src/ui/clipboard.cpp +@@ -1402,7 +1402,7 @@ void ClipboardManagerImpl::_inkscape_wai + + Glib::ustring target; + if (atom_name) { +- target = Glib::ScopedPtr(atom_name).get(); //This frees the gchar*. ++ target = Glib::make_unique_ptr_gfree(atom_name).get(); //This frees the gchar*. + } + + listTargets.push_back(target); diff --git a/graphics/ivtools/Makefile b/graphics/ivtools/Makefile index 77381d844725d..7c97133c2a602 100644 --- a/graphics/ivtools/Makefile +++ b/graphics/ivtools/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.31 2014/12/25 05:10:38 obache Exp $ +# $NetBSD: Makefile,v 1.32 2016/03/13 07:45:12 dholland Exp $ DISTNAME= ivtools-1.2.8 -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ivtools/} EXTRACT_SUFX= .tgz @@ -35,6 +35,7 @@ pre-install: ${RM} -f ${WRKSRC}/config/arch.def.orig .include "../../graphics/tiff/buildlink3.mk" +.include "../../x11/libX11/buildlink3.mk" .include "../../x11/libXext/buildlink3.mk" .include "../../x11/libXt/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/graphics/jbig2dec/Makefile b/graphics/jbig2dec/Makefile index 53a29fa7f360e..aac796ae74571 100644 --- a/graphics/jbig2dec/Makefile +++ b/graphics/jbig2dec/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.5 2015/09/05 19:41:34 adam Exp $ +# $NetBSD: Makefile,v 1.6 2016/04/13 17:59:34 wiz Exp $ -DISTNAME= jbig2dec-0.12 +DISTNAME= jbig2dec-0.13 CATEGORIES= graphics MASTER_SITES= http://downloads.ghostscript.com/public/jbig2dec/ diff --git a/graphics/jbig2dec/distinfo b/graphics/jbig2dec/distinfo index 45e3ad6882bcd..3b122b60b1428 100644 --- a/graphics/jbig2dec/distinfo +++ b/graphics/jbig2dec/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.4 2015/11/03 21:34:04 agc Exp $ +$NetBSD: distinfo,v 1.5 2016/04/13 17:59:34 wiz Exp $ -SHA1 (jbig2dec-0.12.tar.gz) = b543d1c73267bc029f0fc57f468f8fcac27dd20f -RMD160 (jbig2dec-0.12.tar.gz) = 75a6289c6f149866e08da389123203e8621dd9e1 -SHA512 (jbig2dec-0.12.tar.gz) = 4cec380b478f23f895c707129e0d60fa2d00d1210f7231c56095be1c3fd3e88de0005364df7632703d1e5f8fe0bbeadb9f8cb736cae9f44a40f84e2cd2226674 -Size (jbig2dec-0.12.tar.gz) = 330935 bytes +SHA1 (jbig2dec-0.13.tar.gz) = d7b07ef308e95dc44a83f2193ca4f445630e6355 +RMD160 (jbig2dec-0.13.tar.gz) = 84b4c9730d3a62e75524f4a251379b884cfe00d3 +SHA512 (jbig2dec-0.13.tar.gz) = ef64a65c54bec65f61602de7130dc9594aae58aaea7958f7cc987f25d0794511e15a423e86501ace4f40c0364796fb97ceab72edb0b69232926767ba16c1b05d +Size (jbig2dec-0.13.tar.gz) = 442571 bytes diff --git a/graphics/jpeginfo/distinfo b/graphics/jpeginfo/distinfo index bf167aecf7bc0..fc18a51317c75 100644 --- a/graphics/jpeginfo/distinfo +++ b/graphics/jpeginfo/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.5 2015/11/03 21:34:04 agc Exp $ +$NetBSD: distinfo,v 1.6 2016/04/01 13:05:37 jperkin Exp $ SHA1 (jpeginfo-1.6.1.tar.gz) = 8fd998c3090908d1b100ed38d5d7fc2600e5742b RMD160 (jpeginfo-1.6.1.tar.gz) = d145384f4bfc002eb93da6ab9053965164394492 SHA512 (jpeginfo-1.6.1.tar.gz) = 9cc9367b8b3e38ba46bff9477b8f61e63b55bd41a67ea2895cca9c097abba2a7a3ae068c235ecfea72c99af52bba91cbb1eb92feb019ba4eb08e826a7083c68b Size (jpeginfo-1.6.1.tar.gz) = 64856 bytes -SHA1 (patch-aa) = 126062e32e56654e2d5e7577f6ea06d164e24529 +SHA1 (patch-aa) = c7926744637b3810bba5a9e817ac4959cdab21af diff --git a/graphics/jpeginfo/patches/patch-aa b/graphics/jpeginfo/patches/patch-aa index 25c778ab77ee9..72d1c6366a498 100644 --- a/graphics/jpeginfo/patches/patch-aa +++ b/graphics/jpeginfo/patches/patch-aa @@ -1,4 +1,6 @@ -$NetBSD: patch-aa,v 1.2 2009/02/23 23:13:12 cube Exp $ +$NetBSD: patch-aa,v 1.3 2016/04/01 13:05:37 jperkin Exp $ + +Use PKGMANDIR. --- Makefile.in.orig 2002-12-07 22:13:21.000000000 +0000 +++ Makefile.in @@ -7,7 +9,7 @@ $NetBSD: patch-aa,v 1.2 2009/02/23 23:13:12 cube Exp $ # Where to put the manual pages. -mandir = $(prefix)/share/man -+mandir = $(prefix)/man ++mandir = $(prefix)/${PKGMANDIR} +INSTALL_ROOT= $(DESTDIR) diff --git a/graphics/leptonica/Makefile b/graphics/leptonica/Makefile index 8b1a454679dd7..5d949b36c2aa7 100644 --- a/graphics/leptonica/Makefile +++ b/graphics/leptonica/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.5 2016/01/06 10:46:49 adam Exp $ +# $NetBSD: Makefile,v 1.6 2016/03/17 12:44:58 fhajny Exp $ -DISTNAME= leptonica-1.71 -PKGREVISION= 2 +DISTNAME= leptonica-1.73 CATEGORIES= graphics MASTER_SITES= http://www.leptonica.org/source/ diff --git a/graphics/leptonica/PLIST b/graphics/leptonica/PLIST index 69e0871f0d322..5540e6c0e5bbb 100644 --- a/graphics/leptonica/PLIST +++ b/graphics/leptonica/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2014/10/02 07:23:56 adam Exp $ +@comment $NetBSD: PLIST,v 1.2 2016/03/17 12:44:58 fhajny Exp $ bin/convertfilestopdf bin/convertfilestops bin/convertformat @@ -19,6 +19,7 @@ include/leptonica/arrayaccess.h include/leptonica/bbuffer.h include/leptonica/bilateral.h include/leptonica/bmf.h +include/leptonica/bmfdata.h include/leptonica/bmp.h include/leptonica/ccbord.h include/leptonica/dewarp.h @@ -34,10 +35,12 @@ include/leptonica/morph.h include/leptonica/pix.h include/leptonica/ptra.h include/leptonica/queue.h +include/leptonica/rbtree.h include/leptonica/readbarcode.h include/leptonica/recog.h include/leptonica/regutils.h include/leptonica/stack.h +include/leptonica/stringcode.h include/leptonica/sudoku.h include/leptonica/watershed.h lib/liblept.la diff --git a/graphics/leptonica/buildlink3.mk b/graphics/leptonica/buildlink3.mk index de353a26a7e2f..10c5c09cc572a 100644 --- a/graphics/leptonica/buildlink3.mk +++ b/graphics/leptonica/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.3 2016/01/06 10:46:49 adam Exp $ +# $NetBSD: buildlink3.mk,v 1.4 2016/03/17 12:44:58 fhajny Exp $ BUILDLINK_TREE+= leptonica @@ -6,7 +6,7 @@ BUILDLINK_TREE+= leptonica LEPTONICA_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.leptonica+= leptonica>=1.71 -BUILDLINK_ABI_DEPENDS.leptonica?= leptonica>=1.71nb2 +BUILDLINK_ABI_DEPENDS.leptonica+= leptonica>=1.71nb2 BUILDLINK_PKGSRCDIR.leptonica?= ../../graphics/leptonica .include "../../graphics/giflib/buildlink3.mk" diff --git a/graphics/leptonica/distinfo b/graphics/leptonica/distinfo index 08b9e64675b95..c66231e014bc2 100644 --- a/graphics/leptonica/distinfo +++ b/graphics/leptonica/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2015/11/03 21:34:06 agc Exp $ +$NetBSD: distinfo,v 1.3 2016/03/17 12:44:58 fhajny Exp $ -SHA1 (leptonica-1.71.tar.gz) = 1ee59b06fd6c6402876f46c26c21b17ffd3c9b6b -RMD160 (leptonica-1.71.tar.gz) = 597dcd4f5319c925a2b5d4f2adcaa855a45f0124 -SHA512 (leptonica-1.71.tar.gz) = fd02eec19a442d767ba39ce01132ef1304a977e038bdbf64ec5e763607d51adf1c06aaa687fc3ec542854e535618b6da2042f10709286c2e1d236e43d77efd51 -Size (leptonica-1.71.tar.gz) = 10212309 bytes +SHA1 (leptonica-1.73.tar.gz) = f4b33b391483d90df45eba95079f0bd826e4039a +RMD160 (leptonica-1.73.tar.gz) = a95b69ca0ea40203519b2cf59ea71f037179fb46 +SHA512 (leptonica-1.73.tar.gz) = 4808474d5941a91fbf542a22fed26ddc33f9c4baf2699096acf5e894b7e4e84889d165373b7d1df391a68cda8176113cf122f15203a9e38d3059e17140efc575 +Size (leptonica-1.73.tar.gz) = 10894175 bytes diff --git a/graphics/libepoxy/Makefile b/graphics/libepoxy/Makefile index b470f2cae6017..9597afaad3beb 100644 --- a/graphics/libepoxy/Makefile +++ b/graphics/libepoxy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2015/11/30 14:36:35 tnn Exp $ +# $NetBSD: Makefile,v 1.16 2016/04/11 04:22:34 dbj Exp $ DISTNAME= libepoxy-1.3.1 PKGREVISION= 3 @@ -49,7 +49,7 @@ PLIST.egl= yes BUILD_GLX= no BUILD_EGL= no . if !(${OPSYS} == "Darwin" && ${X11_TYPE} == "native") -PKG_FAIL_REASON= "The x11 option must be enabled on this platform/configuration." +PKG_FAIL_REASON+= "The x11 option must be enabled on this platform/configuration." . endif .endif diff --git a/graphics/libkface/Makefile b/graphics/libkface/Makefile index 57ff701cb5fa8..cf3ab020ec382 100644 --- a/graphics/libkface/Makefile +++ b/graphics/libkface/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.29 2016/03/05 11:27:49 jperkin Exp $ +# $NetBSD: Makefile,v 1.30 2016/03/29 10:14:05 markd Exp $ # PKGNAME= libkface-4.13.0 -PKGREVISION= 1 +PKGREVISION= 2 DISTNAME= digikam-4.13.0 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_KDE:=digikam/} diff --git a/graphics/libkface/distinfo b/graphics/libkface/distinfo index f355ede6752ef..d749df1547a41 100644 --- a/graphics/libkface/distinfo +++ b/graphics/libkface/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.6 2015/11/03 20:28:57 markd Exp $ +$NetBSD: distinfo,v 1.7 2016/03/29 10:14:05 markd Exp $ SHA1 (digikam-4.13.0.tar.bz2) = d696ac88dcb3bcbd3a5da83b0fbe5e7315a43f92 RMD160 (digikam-4.13.0.tar.bz2) = 11d6aa15a94cd38acca79f2a31f65393a01a2b0b @@ -9,6 +9,6 @@ SHA1 (patch-README) = 520dd6ee6562b708fb96adf6bf209056adb5d159 SHA1 (patch-libkface_CMakeLists.txt) = d183bcfa09244984350fa0ae2957d877618b2d0d SHA1 (patch-libkface_detection_opencvfacedetector.cpp) = e8a31a469df3f0bc4d3f3bb2c3864a0913985fab SHA1 (patch-libkface_libopencv.h.cmake.in) = 354103b0be8e202630059dc438af9d03837bed72 -SHA1 (patch-libkface_recognition-opencv-lbph_facerec_borrowed.cpp) = d66bbb999105426df7b1281f0e5082f755864c73 -SHA1 (patch-libkface_recognition-opencv-lbph_facerec_borrowed.h) = a69318610fd96dd13e177c7bb93cf22bf9c4768d +SHA1 (patch-libkface_recognition-opencv-lbph_facerec_borrowed.cpp) = 29d390a44a52daf15e7bfd8f2b7e7ee73d59f45a +SHA1 (patch-libkface_recognition-opencv-lbph_facerec_borrowed.h) = 96e28212344df9bd749ed8db69d877a0aba3c140 SHA1 (patch-libkface_recognition-opencv-lbph_lbphfacemodel.cpp) = c181d1b94948f7988081b09e3c2bf3190eaf046e diff --git a/graphics/libkface/patches/patch-libkface_recognition-opencv-lbph_facerec_borrowed.cpp b/graphics/libkface/patches/patch-libkface_recognition-opencv-lbph_facerec_borrowed.cpp index d1b81f42ddb68..792ad25b0f7b5 100644 --- a/graphics/libkface/patches/patch-libkface_recognition-opencv-lbph_facerec_borrowed.cpp +++ b/graphics/libkface/patches/patch-libkface_recognition-opencv-lbph_facerec_borrowed.cpp @@ -1,10 +1,147 @@ -$NetBSD: patch-libkface_recognition-opencv-lbph_facerec_borrowed.cpp,v 1.1 2015/11/03 20:28:57 markd Exp $ +$NetBSD: patch-libkface_recognition-opencv-lbph_facerec_borrowed.cpp,v 1.2 2016/03/29 10:14:05 markd Exp $ opencv3 support. https://bugs.kde.org/show_bug.cgi?id=349601 +opencv3.1 - https://git.reviewboard.kde.org/r/126833/ with test reversed --- libkface/recognition-opencv-lbph/facerec_borrowed.cpp.orig 2015-09-03 21:22:44.000000000 +0000 +++ libkface/recognition-opencv-lbph/facerec_borrowed.cpp -@@ -531,14 +531,16 @@ Ptr LBPHFaceRecogniz +@@ -36,6 +36,8 @@ + * + * ============================================================ */ + ++#define QT_NO_EMIT ++ + #include "facerec_borrowed.h" + + // C++ includes +@@ -375,7 +377,11 @@ void LBPHFaceRecognizer::train(InputArra + } + } + ++#if OPENCV_VERSION < OPENCV_MAKE_VERSION(3,1,0) + void LBPHFaceRecognizer::predict(InputArray _src, int &minClass, double &minDist) const ++#else ++void LBPHFaceRecognizer::predict(cv::InputArray _src, cv::Ptr collector, const int state) const ++#endif + { + if(m_histograms.empty()) + { +@@ -394,8 +400,12 @@ void LBPHFaceRecognizer::predict(InputAr + m_grid_y, /* grid size y */ + true /* normed histograms */ + ); ++#if OPENCV_VERSION < OPENCV_MAKE_VERSION(3,1,0) + minDist = DBL_MAX; + minClass = -1; ++#else ++ collector->init((int)m_histograms.size(), state); ++#endif + + // This is the standard method + +@@ -406,11 +416,19 @@ void LBPHFaceRecognizer::predict(InputAr + { + double dist = compareHist(m_histograms[sampleIdx], query, CV_COMP_CHISQR); + ++#if OPENCV_VERSION < OPENCV_MAKE_VERSION(3,1,0) + if((dist < minDist) && (dist < m_threshold)) + { + minDist = dist; + minClass = m_labels.at((int) sampleIdx); + } ++#else ++ int label = m_labels.at((int) sampleIdx); ++ if (!collector->emit(label, dist, state)) ++ { ++ return; ++ } ++#endif + } + } + +@@ -422,7 +440,7 @@ void LBPHFaceRecognizer::predict(InputAr + // Create map "label -> vector of distances to all histograms for this label" + std::map > distancesMap; + +- for(size_t sampleIdx = 0; sampleIdx < m_histograms.size(); sampleIdx++) ++ for(size_t sampleIdx = 0; sampleIdx < m_histograms.size(); sampleIdx++) + { + double dist = compareHist(m_histograms[sampleIdx], query, CV_COMP_CHISQR); + std::vector& distances = distancesMap[m_labels.at((int) sampleIdx)]; +@@ -445,11 +463,18 @@ void LBPHFaceRecognizer::predict(InputAr + double mean = sum / it->second.size(); + s += QString("%1: %2 - ").arg(it->first).arg(mean); + ++#if OPENCV_VERSION < OPENCV_MAKE_VERSION(3,1,0) + if((mean < minDist) && (mean < m_threshold)) + { + minDist = mean; + minClass = it->first; + } ++#else ++ if (!collector->emit(it->first, mean, state)) ++ { ++ return; ++ } ++#endif + } + + kDebug() << s; +@@ -462,7 +487,7 @@ void LBPHFaceRecognizer::predict(InputAr + // map "label -> number of histograms" + std::map countMap; + +- for(size_t sampleIdx = 0; sampleIdx < m_histograms.size(); sampleIdx++) ++ for(size_t sampleIdx = 0; sampleIdx < m_histograms.size(); sampleIdx++) + { + int label = m_labels.at((int) sampleIdx); + double dist = compareHist(m_histograms[sampleIdx], query, CV_COMP_CHISQR); +@@ -480,7 +505,9 @@ void LBPHFaceRecognizer::predict(InputAr + scoreMap[it->second]++; + } + ++#if OPENCV_VERSION < OPENCV_MAKE_VERSION(3,1,0) + minDist = 0; ++#endif + QString s("Nearest Neighbor score: "); + + for (std::map::iterator it = scoreMap.begin(); it != scoreMap.end(); ++it) +@@ -488,17 +515,26 @@ void LBPHFaceRecognizer::predict(InputAr + double score = double(it->second) / countMap.at(it->first); + s += QString("%1/%2 %3 ").arg(it->second).arg(countMap.at(it->first)).arg(score); + ++#if OPENCV_VERSION < OPENCV_MAKE_VERSION(3,1,0) + if (score > minDist) + { + minDist = score; + minClass = it->first; + } ++#else ++ // large is better thus it is -score. ++ if (!collector->emit(it->first, -score, state)) ++ { ++ return; ++ } ++#endif + } + + kDebug() << s; + } + } + ++#if OPENCV_VERSION < OPENCV_MAKE_VERSION(3,1,0) + int LBPHFaceRecognizer::predict(InputArray _src) const + { + int label; +@@ -506,6 +542,7 @@ int LBPHFaceRecognizer::predict(InputArr + predict(_src, label, dummy); + return label; + } ++#endif + + // Static method ---------------------------------------------------- + +@@ -531,14 +568,16 @@ Ptr LBPHFaceRecogniz return ptr; } diff --git a/graphics/libkface/patches/patch-libkface_recognition-opencv-lbph_facerec_borrowed.h b/graphics/libkface/patches/patch-libkface_recognition-opencv-lbph_facerec_borrowed.h index 435a8a2aec3a0..a156006a49bc2 100644 --- a/graphics/libkface/patches/patch-libkface_recognition-opencv-lbph_facerec_borrowed.h +++ b/graphics/libkface/patches/patch-libkface_recognition-opencv-lbph_facerec_borrowed.h @@ -1,6 +1,7 @@ -$NetBSD: patch-libkface_recognition-opencv-lbph_facerec_borrowed.h,v 1.1 2015/11/03 20:28:57 markd Exp $ +$NetBSD: patch-libkface_recognition-opencv-lbph_facerec_borrowed.h,v 1.2 2016/03/29 10:14:05 markd Exp $ opencv3 support. https://bugs.kde.org/show_bug.cgi?id=349601 +opencv3.1 - https://git.reviewboard.kde.org/r/126833/ with test reversed --- libkface/recognition-opencv-lbph/facerec_borrowed.h.orig 2015-09-03 21:22:44.000000000 +0000 +++ libkface/recognition-opencv-lbph/facerec_borrowed.h @@ -30,7 +31,30 @@ opencv3 support. https://bugs.kde.org/show_bug.cgi?id=349601 static cv::Ptr create(int radius=1, int neighbors=8, int grid_x=8, int grid_y=8, double threshold = DBL_MAX, PredictionStatistics statistics = NearestNeighbor); -@@ -139,6 +148,34 @@ public: +@@ -116,6 +125,8 @@ public: + */ + void update(cv::InputArrayOfArrays src, cv::InputArray labels); + ++ ++#if OPENCV_VERSION < OPENCV_MAKE_VERSION(3,1,0) + /** + * Predicts the label of a query image in src. + */ +@@ -125,6 +136,13 @@ public: + * Predicts the label and confidence for a given sample. + */ + void predict(cv::InputArray _src, int &label, double &dist) const; ++#else ++ using cv::face::FaceRecognizer::predict; ++ /* ++ * Predict ++ */ ++ void predict(cv::InputArray src, cv::Ptr collector, const int state = 0) const override; ++#endif + + /** + * See FaceRecognizer::load(). +@@ -139,6 +157,34 @@ public: /** * Getter functions. */ @@ -65,7 +89,7 @@ opencv3 support. https://bugs.kde.org/show_bug.cgi?id=349601 int neighbors() const { return m_neighbors; } int radius() const { return m_radius; } int grid_x() const { return m_grid_x; } -@@ -147,6 +184,8 @@ public: +@@ -147,6 +193,8 @@ public: // NOTE: Implementation done through CV_INIT_ALGORITHM macro from OpenCV. cv::AlgorithmInfo* info() const; diff --git a/graphics/libpano13/distinfo b/graphics/libpano13/distinfo index e3d6303dc9746..1c73470eb3a5d 100644 --- a/graphics/libpano13/distinfo +++ b/graphics/libpano13/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.9 2015/11/03 21:34:09 agc Exp $ +$NetBSD: distinfo,v 1.10 2016/04/21 15:54:31 jperkin Exp $ SHA1 (libpano13-2.9.19.tar.gz) = 85d8d94c96780fa5b6df2c2e4929f8d20557f128 RMD160 (libpano13-2.9.19.tar.gz) = 88b8770815d3a8bd41cfe367ae19daffcf2ec76a SHA512 (libpano13-2.9.19.tar.gz) = f9f147426d44d8babac09cb1a1b5111f88b9c2fc079f33df80133492bcf24cbd1edd771e6bec7bed4b0256bf15c700139c0a83119d3adf296ae5c567e006d868 Size (libpano13-2.9.19.tar.gz) = 3527845 bytes -SHA1 (patch-man_CMakeLists.txt) = fe68c0f3a53f496dfb9a09583b02fe3a37a225e7 +SHA1 (patch-man_CMakeLists.txt) = 1179abddde7821d6fc52f5e2cb88d93e9c4f28c4 diff --git a/graphics/libpano13/patches/patch-man_CMakeLists.txt b/graphics/libpano13/patches/patch-man_CMakeLists.txt index b5168d2c86fd7..e4719ae2944ea 100644 --- a/graphics/libpano13/patches/patch-man_CMakeLists.txt +++ b/graphics/libpano13/patches/patch-man_CMakeLists.txt @@ -1,4 +1,4 @@ -$NetBSD: patch-man_CMakeLists.txt,v 1.1 2014/07/10 13:41:48 adam Exp $ +$NetBSD: patch-man_CMakeLists.txt,v 1.2 2016/04/21 15:54:31 jperkin Exp $ Fix man path. @@ -9,4 +9,4 @@ Fix man path. add_custom_target(man ALL DEPENDS ${_manuals}) -install(FILES ${_manuals} DESTINATION "share/man/man1" COMPONENT doc) -+install(FILES ${_manuals} DESTINATION "man/man1" COMPONENT doc) ++install(FILES ${_manuals} DESTINATION "${CMAKE_INSTALL_MANDIR}/man1" COMPONENT doc) diff --git a/graphics/luminance-hdr/Makefile b/graphics/luminance-hdr/Makefile index f0170d235f7d4..6dafc67902d14 100644 --- a/graphics/luminance-hdr/Makefile +++ b/graphics/luminance-hdr/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2016/03/05 11:28:40 jperkin Exp $ +# $NetBSD: Makefile,v 1.4 2016/04/11 19:01:53 ryoon Exp $ DISTNAME= luminance-hdr-2.4.0 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=qtpfsgui/} EXTRACT_SUFX= .tar.bz2 @@ -25,5 +25,6 @@ USE_CMAKE= yes .include "../../math/fftwf/buildlink3.mk" .include "../../math/gsl/buildlink3.mk" .include "../../sysutils/desktop-file-utils/desktopdb.mk" +.include "../../x11/qt5-qttools/buildlink3.mk" .include "../../x11/qt5-qtwebkit/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/graphics/luminance-hdr/distinfo b/graphics/luminance-hdr/distinfo index f726e8d425cd0..12068b35601d1 100644 --- a/graphics/luminance-hdr/distinfo +++ b/graphics/luminance-hdr/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.1 2016/02/07 22:10:47 markd Exp $ +$NetBSD: distinfo,v 1.2 2016/04/03 12:47:45 joerg Exp $ SHA1 (luminance-hdr-2.4.0.tar.bz2) = 58e711531bd20be80b4761137c9c684b4b67000f RMD160 (luminance-hdr-2.4.0.tar.bz2) = 41fbd29ececa8f8de89dccabd6b48a66cc870307 @@ -6,3 +6,4 @@ SHA512 (luminance-hdr-2.4.0.tar.bz2) = aa14a13d12ba382f5f8dcb79a57aa68864678db62 Size (luminance-hdr-2.4.0.tar.bz2) = 10507522 bytes SHA1 (patch-CMakeLists.txt) = 16492e3df08517fece3a03daf588a71f9296f4c3 SHA1 (patch-src_HelpBrowser_CMakeLists.txt) = 57277fd03e6c201fb6fadc3df169276c358460fa +SHA1 (patch-src_MainCli_commandline.cpp) = bbbe118f6712381e9324629d921d934d73e48da8 diff --git a/graphics/luminance-hdr/patches/patch-src_MainCli_commandline.cpp b/graphics/luminance-hdr/patches/patch-src_MainCli_commandline.cpp new file mode 100644 index 0000000000000..1d4fa813efab7 --- /dev/null +++ b/graphics/luminance-hdr/patches/patch-src_MainCli_commandline.cpp @@ -0,0 +1,15 @@ +$NetBSD: patch-src_MainCli_commandline.cpp,v 1.1 2016/04/03 12:47:45 joerg Exp $ + +--- src/MainCli/commandline.cpp.orig 2016-04-02 18:17:21.047535103 +0000 ++++ src/MainCli/commandline.cpp +@@ -47,6 +47,10 @@ + #include + #endif + ++#ifdef __NetBSD__ ++#define getopt_long_only getopt_long ++#endif ++ + namespace + { + void printErrorAndExit(const QString& error_str) diff --git a/graphics/netpbm/Makefile b/graphics/netpbm/Makefile index 5634d0920cb1d..5b56a4db54fb5 100644 --- a/graphics/netpbm/Makefile +++ b/graphics/netpbm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.206 2016/02/26 11:40:30 jperkin Exp $ +# $NetBSD: Makefile,v 1.207 2016/04/09 20:08:53 alnsn Exp $ DISTNAME= netpbm-10.68.02 CATEGORIES= graphics @@ -26,6 +26,8 @@ INSTALL_TARGET= install-dev install-run MAKE_ENV+= INSTALL=${INSTALL:Q} STRIPFLAG=${_STRIPFLAG_INSTALL:Q} \ pkgdir=${STAGEDIR:Q} MACHINE=${MACHINE:Q} MAKE_FLAGS+= PKGMANDIR=${PKGMANDIR:Q} +MAKE_FLAGS+= CFLAGS_FOR_BUILD=${CFLAGS:Q} +MAKE_FLAGS+= LDFLAGS_FOR_BUILD=${LDFLAGS:Q} MAKE_FILE= GNUmakefile REPLACE_PERL+= converter/pbm/pbmtox10bm REPLACE_PERL+= editor/pnmflip diff --git a/graphics/opencv-contrib-face/Makefile b/graphics/opencv-contrib-face/Makefile index c25c2a1dcaf31..b3eef06a8633d 100644 --- a/graphics/opencv-contrib-face/Makefile +++ b/graphics/opencv-contrib-face/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2016/02/25 08:27:03 jperkin Exp $ +# $NetBSD: Makefile,v 1.6 2016/03/29 10:08:08 markd Exp $ DISTNAME= opencv_contrib-3.1.0 PKGNAME= ${DISTNAME:S/_contrib/-contrib-face/} @@ -36,6 +36,7 @@ CXXFLAGS+= -std=c++11 CMAKE_ARGS+= -DZLIB_ROOT=${BUILDLINK_PREFIX.zlib} CMAKE_ARGS.SunOS+= -DENABLE_PRECOMPILED_HEADERS=NO +CMAKE_ARGS+= -DWITH_EIGEN=NO CMAKE_ARGS+= -DOPENCV_EXTRA_MODULES_PATH=${WRKDIR}/${DISTNAME}/modules CMAKE_ARGS+= -DBUILD_opencv_adas=OFF @@ -45,6 +46,7 @@ CMAKE_ARGS+= -DBUILD_opencv_ccalib=OFF CMAKE_ARGS+= -DBUILD_opencv_contrib_world=OFF CMAKE_ARGS+= -DBUILD_opencv_cvv=OFF CMAKE_ARGS+= -DBUILD_opencv_datasets=OFF +CMAKE_ARGS+= -DBUILD_opencv_hdf=OFF CMAKE_ARGS+= -DBUILD_opencv_latentsvm=OFF CMAKE_ARGS+= -DBUILD_opencv_line_descriptor=OFF CMAKE_ARGS+= -DBUILD_opencv_matlab=OFF diff --git a/graphics/opencv-contrib-face/distinfo b/graphics/opencv-contrib-face/distinfo index 32648f40fca03..aa1f5e99b48a0 100644 --- a/graphics/opencv-contrib-face/distinfo +++ b/graphics/opencv-contrib-face/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.2 2016/02/24 17:33:48 fhajny Exp $ +$NetBSD: distinfo,v 1.3 2016/05/05 06:27:34 wiz Exp $ SHA1 (opencv-3.1.0.zip) = 8c932b68fe2e1575e88dde759ab1ed1d53d6f41b RMD160 (opencv-3.1.0.zip) = d7a811c67cfb16243470822150760252d5770165 @@ -22,3 +22,4 @@ SHA1 (patch-modules_flann_include_opencv2_flann_defines.h) = ab848e67c4e03219670 SHA1 (patch-modules_java_CMakeLists.txt) = 020a8d2048d927e5d3819867df0d889bb516d8b4 SHA1 (patch-modules_objdetect_include_opencv_objdetect_detection__based__tracker.hpp) = 83575857156321ae07f3fb03d1b3c61b804b3832 SHA1 (patch-modules_ts_src_ts.cpp) = b9a3992014b02dbd89d46375a2476385e91dc24c +SHA1 (patch-modules_videoio_src_cap__v4l.cpp) = f8f786f97a9b8c047180b79e399b83f71735f91e diff --git a/graphics/opencv/Makefile b/graphics/opencv/Makefile index 65aeba59619b1..b74202fb06a03 100644 --- a/graphics/opencv/Makefile +++ b/graphics/opencv/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.61 2016/02/25 08:27:03 jperkin Exp $ +# $NetBSD: Makefile,v 1.62 2016/03/29 10:04:40 markd Exp $ DISTNAME= opencv-3.1.0 CATEGORIES= graphics devel @@ -37,6 +37,7 @@ CXXFLAGS+= -std=c++11 CMAKE_ARGS+= -DPYTHON_EXECUTABLE:FILEPATH=${PYTHONBIN} CMAKE_ARGS+= -DZLIB_ROOT=${BUILDLINK_PREFIX.zlib} CMAKE_ARGS.SunOS+= -DENABLE_PRECOMPILED_HEADERS=NO +CMAKE_ARGS+= -DWITH_EIGEN=NO CONFIGURE_ENV+= MACHINE_ARCH=${MACHINE_ARCH} diff --git a/graphics/openjpeg15/distinfo b/graphics/openjpeg15/distinfo index 40dc1529a9f09..947993f3dd2a4 100644 --- a/graphics/openjpeg15/distinfo +++ b/graphics/openjpeg15/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.3 2015/11/03 21:34:11 agc Exp $ +$NetBSD: distinfo,v 1.4 2016/04/01 11:53:06 jperkin Exp $ SHA1 (openjpeg-1.5.2.tar.gz) = 496e99ff1d37b73bbce6a066dd9bd3576ebca0a2 RMD160 (openjpeg-1.5.2.tar.gz) = 7b97b05e7a604da082ec8db03b6021b58537fb91 SHA512 (openjpeg-1.5.2.tar.gz) = b945cf4f8b5e3227a0c07120c94b0ed5bf30c901de73059ee1d47975f46744fb62bbe84cdb2917c6431128f400020874eb07160af870b5448ced897998b08862 Size (openjpeg-1.5.2.tar.gz) = 1385702 bytes -SHA1 (patch-CMakeLists.txt) = db61f1b1c2c3c436008951ec6e5a856e3caa87d7 +SHA1 (patch-CMakeLists.txt) = 11025cbeb92d943614903d6f7e4d36a4b0375686 SHA1 (patch-aa) = 1b689282033f6fb032eb8720761c9e1fc7888834 diff --git a/graphics/openjpeg15/patches/patch-CMakeLists.txt b/graphics/openjpeg15/patches/patch-CMakeLists.txt index 31e629d4413b9..0c0957c1825ec 100644 --- a/graphics/openjpeg15/patches/patch-CMakeLists.txt +++ b/graphics/openjpeg15/patches/patch-CMakeLists.txt @@ -1,4 +1,4 @@ -$NetBSD: patch-CMakeLists.txt,v 1.1 2014/04/07 14:49:41 adam Exp $ +$NetBSD: patch-CMakeLists.txt,v 1.2 2016/04/01 11:53:07 jperkin Exp $ Correct MANDIR. @@ -9,7 +9,7 @@ Correct MANDIR. IF(NOT OPENJPEG_INSTALL_MAN_DIR) - SET(OPENJPEG_INSTALL_MAN_DIR "share/man/") -+ SET(OPENJPEG_INSTALL_MAN_DIR "man/") ++ SET(OPENJPEG_INSTALL_MAN_DIR "${CMAKE_INSTALL_MANDIR}/") ENDIF(NOT OPENJPEG_INSTALL_MAN_DIR) IF(NOT OPENJPEG_INSTALL_DOC_DIR) diff --git a/graphics/optipng/Makefile b/graphics/optipng/Makefile index 358cf02451dcc..fbdec4cabcf61 100644 --- a/graphics/optipng/Makefile +++ b/graphics/optipng/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2014/03/31 07:15:19 adam Exp $ +# $NetBSD: Makefile,v 1.32 2016/04/01 22:32:45 jperkin Exp $ DISTNAME= optipng-0.7.5 CATEGORIES= graphics @@ -11,6 +11,7 @@ LICENSE= zlib HAS_CONFIGURE= yes CONFIGURE_ARGS+= -prefix=${PREFIX} +CONFIGURE_ARGS+= -mandir=${PREFIX}/${PKGMANDIR} CONFIGURE_ARGS+= -with-system-zlib CONFIGURE_ARGS+= -with-system-libpng diff --git a/graphics/oxygen-icons/Makefile b/graphics/oxygen-icons/Makefile index d2b9580552905..1a193ad5eebb6 100644 --- a/graphics/oxygen-icons/Makefile +++ b/graphics/oxygen-icons/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.26 2016/02/14 04:16:18 markd Exp $ +# $NetBSD: Makefile,v 1.27 2016/04/26 09:27:11 markd Exp $ -DISTNAME= oxygen-icons5-5.19.0 +DISTNAME= oxygen-icons5-5.21.0 PKGNAME= ${DISTNAME:S/5//} CATEGORIES= graphics kde -MASTER_SITES= ${MASTER_SITE_KDE:=frameworks/5.19/} +MASTER_SITES= ${MASTER_SITE_KDE:=frameworks/5.21/} EXTRACT_SUFX= .tar.xz MAINTAINER= markd@NetBSD.org @@ -11,7 +11,7 @@ HOMEPAGE= http://www.oxygen-icons.org/ COMMENT= Oxygen icon set for the KDE integrated X11 desktop LICENSE= gnu-lgpl-v3 -BUILD_DEPENDS+= extra-cmake-modules>=5.19.0:../../devel/extra-cmake-modules +BUILD_DEPENDS+= extra-cmake-modules>=5.21.0:../../devel/extra-cmake-modules TOOLS_DEPENDS.cmake= cmake>=2.6.3:../../devel/cmake USE_CMAKE= yes diff --git a/graphics/oxygen-icons/PLIST b/graphics/oxygen-icons/PLIST index 1441eda718024..3b1ae5b2f6adf 100644 --- a/graphics/oxygen-icons/PLIST +++ b/graphics/oxygen-icons/PLIST @@ -1,7842 +1,8445 @@ -@comment $NetBSD: PLIST,v 1.22 2016/02/14 04:16:18 markd Exp $ -share/icons/oxygen/128x128/actions/address-book-new.png -share/icons/oxygen/128x128/actions/application-exit.png -share/icons/oxygen/128x128/actions/appointment-new.png -share/icons/oxygen/128x128/actions/bookmark-new.png -share/icons/oxygen/128x128/actions/call-start.png -share/icons/oxygen/128x128/actions/call-stop.png -share/icons/oxygen/128x128/actions/configure.png -share/icons/oxygen/128x128/actions/contact-new.png -share/icons/oxygen/128x128/actions/continue-data-project.png -share/icons/oxygen/128x128/actions/dashboard-show.png -share/icons/oxygen/128x128/actions/dialog-ok-apply.png -share/icons/oxygen/128x128/actions/dialog-ok.png -share/icons/oxygen/128x128/actions/document-edit.png -share/icons/oxygen/128x128/actions/document-preview-archive.png -share/icons/oxygen/128x128/actions/document-preview.png -share/icons/oxygen/128x128/actions/edit-bomb.png -share/icons/oxygen/128x128/actions/edit-find.png -share/icons/oxygen/128x128/actions/edit-paste.png -share/icons/oxygen/128x128/actions/go-bottom.png -share/icons/oxygen/128x128/actions/go-down.png -share/icons/oxygen/128x128/actions/go-first-view-page.png -share/icons/oxygen/128x128/actions/go-first.png -share/icons/oxygen/128x128/actions/go-last-view-page.png -share/icons/oxygen/128x128/actions/go-last.png -share/icons/oxygen/128x128/actions/go-next-view-page.png -share/icons/oxygen/128x128/actions/go-next.png -share/icons/oxygen/128x128/actions/go-previous-view-page.png -share/icons/oxygen/128x128/actions/go-previous.png -share/icons/oxygen/128x128/actions/go-top.png -share/icons/oxygen/128x128/actions/go-up.png -share/icons/oxygen/128x128/actions/im-ban-kick-user.png -share/icons/oxygen/128x128/actions/im-ban-user.png -share/icons/oxygen/128x128/actions/im-invisible-user.png -share/icons/oxygen/128x128/actions/im-kick-user.png -share/icons/oxygen/128x128/actions/im-user-away.png -share/icons/oxygen/128x128/actions/im-user-busy.png -share/icons/oxygen/128x128/actions/im-user-offline.png -share/icons/oxygen/128x128/actions/im-user.png -share/icons/oxygen/128x128/actions/insert-horizontal-rule.png -share/icons/oxygen/128x128/actions/insert-link.png -share/icons/oxygen/128x128/actions/list-add-user.png -share/icons/oxygen/128x128/actions/list-remove.png -share/icons/oxygen/128x128/actions/mail-forward.png -share/icons/oxygen/128x128/actions/mail-mark-junk.png -share/icons/oxygen/128x128/actions/mail-mark-unread-new.png -share/icons/oxygen/128x128/actions/mail-message-new.png -share/icons/oxygen/128x128/actions/mail-queue.png -share/icons/oxygen/128x128/actions/mail-receive.png -share/icons/oxygen/128x128/actions/mail-reply-all.png -share/icons/oxygen/128x128/actions/mail-reply-list.png -share/icons/oxygen/128x128/actions/mail-reply-sender.png -share/icons/oxygen/128x128/actions/mail-send.png -share/icons/oxygen/128x128/actions/page-zoom.png -share/icons/oxygen/128x128/actions/resource-group.png -share/icons/oxygen/128x128/actions/roll.png -share/icons/oxygen/128x128/actions/svn-commit.png -share/icons/oxygen/128x128/actions/svn-update.png -share/icons/oxygen/128x128/actions/system-lock-screen.png -share/icons/oxygen/128x128/actions/system-log-out.png -share/icons/oxygen/128x128/actions/system-reboot.png -share/icons/oxygen/128x128/actions/system-run.png -share/icons/oxygen/128x128/actions/system-search.png -share/icons/oxygen/128x128/actions/system-shutdown.png -share/icons/oxygen/128x128/actions/system-suspend-hibernate.png -share/icons/oxygen/128x128/actions/system-suspend.png -share/icons/oxygen/128x128/actions/system-switch-user.png -share/icons/oxygen/128x128/actions/tool-animator.png -share/icons/oxygen/128x128/actions/tools-media-optical-burn-image.png -share/icons/oxygen/128x128/actions/tools-media-optical-burn.png -share/icons/oxygen/128x128/actions/tools-media-optical-copy.png -share/icons/oxygen/128x128/actions/tools-media-optical-erase.png -share/icons/oxygen/128x128/actions/tools-media-optical-format.png -share/icons/oxygen/128x128/actions/tools-report-bug.png -share/icons/oxygen/128x128/actions/tools-rip-audio-cd.png -share/icons/oxygen/128x128/actions/tools-rip-video-cd.png -share/icons/oxygen/128x128/actions/tools-rip-video-dvd.png -share/icons/oxygen/128x128/actions/tools-wizard.png -share/icons/oxygen/128x128/actions/transform-crop-and-resize.png -share/icons/oxygen/128x128/actions/transform-move.png -share/icons/oxygen/128x128/actions/transform-scale.png -share/icons/oxygen/128x128/actions/user-group-new.png -share/icons/oxygen/128x128/actions/view-conversation-balloon.png -share/icons/oxygen/128x128/actions/view-media-lyrics.png -share/icons/oxygen/128x128/actions/view-media-playlist.png -share/icons/oxygen/128x128/actions/view-pim-contacts.png -share/icons/oxygen/128x128/actions/view-presentation.png -share/icons/oxygen/128x128/actions/window-duplicate.png -share/icons/oxygen/128x128/actions/zoom-fit-best.png -share/icons/oxygen/128x128/actions/zoom-fit-height.png -share/icons/oxygen/128x128/actions/zoom-fit-width.png -share/icons/oxygen/128x128/apps/Charm.png -share/icons/oxygen/128x128/apps/accessories-calculator.png -share/icons/oxygen/128x128/apps/accessories-character-map.png -share/icons/oxygen/128x128/apps/accessories-dictionary.png -share/icons/oxygen/128x128/apps/accessories-text-editor.png -share/icons/oxygen/128x128/apps/acroread.png -share/icons/oxygen/128x128/apps/akonadi.png -share/icons/oxygen/128x128/apps/akregator.png -share/icons/oxygen/128x128/apps/amarok.png -share/icons/oxygen/128x128/apps/ark.png -share/icons/oxygen/128x128/apps/baloo.png -share/icons/oxygen/128x128/apps/basket.png -share/icons/oxygen/128x128/apps/braindump.png -share/icons/oxygen/128x128/apps/calligraauthor.png -share/icons/oxygen/128x128/apps/calligraflow.png -share/icons/oxygen/128x128/apps/calligrakexi.png -share/icons/oxygen/128x128/apps/calligrakrita.png -share/icons/oxygen/128x128/apps/calligrasheets.png -share/icons/oxygen/128x128/apps/calligrastage.png -share/icons/oxygen/128x128/apps/calligrawords.png -share/icons/oxygen/128x128/apps/clock.png -share/icons/oxygen/128x128/apps/device-notifier.png -share/icons/oxygen/128x128/apps/digikam.png -share/icons/oxygen/128x128/apps/dragonplayer.png -share/icons/oxygen/128x128/apps/esd.png -share/icons/oxygen/128x128/apps/fontforge.png -share/icons/oxygen/128x128/apps/graphics-viewer-document.png -share/icons/oxygen/128x128/apps/gwenview.png -share/icons/oxygen/128x128/apps/help-browser.png -share/icons/oxygen/128x128/apps/hwinfo.png -share/icons/oxygen/128x128/apps/inkscape.png -share/icons/oxygen/128x128/apps/internet-mail.png -share/icons/oxygen/128x128/apps/internet-telephony.png -share/icons/oxygen/128x128/apps/internet-web-browser.png -share/icons/oxygen/128x128/apps/k3b.png -share/icons/oxygen/128x128/apps/kaddressbook.png -share/icons/oxygen/128x128/apps/kaffeine.png -share/icons/oxygen/128x128/apps/kate.png -share/icons/oxygen/128x128/apps/kblogger.png -share/icons/oxygen/128x128/apps/kbruch.png -share/icons/oxygen/128x128/apps/kbugbuster.png -share/icons/oxygen/128x128/apps/kchart.png -share/icons/oxygen/128x128/apps/kcolorchooser.png -share/icons/oxygen/128x128/apps/kde-gtk-config.png -share/icons/oxygen/128x128/apps/kde-windows.png -share/icons/oxygen/128x128/apps/kde.png -share/icons/oxygen/128x128/apps/kdevelop.png -share/icons/oxygen/128x128/apps/kdf.png -share/icons/oxygen/128x128/apps/kformula.png -share/icons/oxygen/128x128/apps/kgpg.png -share/icons/oxygen/128x128/apps/kig.png -share/icons/oxygen/128x128/apps/kivio.png -share/icons/oxygen/128x128/apps/kjournal.png -share/icons/oxygen/128x128/apps/klipper.png -share/icons/oxygen/128x128/apps/kmag.png -share/icons/oxygen/128x128/apps/kmail.png -share/icons/oxygen/128x128/apps/kmail2.png -share/icons/oxygen/128x128/apps/kmix.png -share/icons/oxygen/128x128/apps/kmplayer.png -share/icons/oxygen/128x128/apps/knewsticker.png -share/icons/oxygen/128x128/apps/knotes.png -share/icons/oxygen/128x128/apps/kolf.png -share/icons/oxygen/128x128/apps/konqueror.png -share/icons/oxygen/128x128/apps/kontact-import-wizard.png -share/icons/oxygen/128x128/apps/kontact.png -share/icons/oxygen/128x128/apps/konversation.png -share/icons/oxygen/128x128/apps/kopete-offline.png -share/icons/oxygen/128x128/apps/kopete.png -share/icons/oxygen/128x128/apps/korg-journal.png -share/icons/oxygen/128x128/apps/korg-todo.png -share/icons/oxygen/128x128/apps/korgac.png -share/icons/oxygen/128x128/apps/korganizer.png -share/icons/oxygen/128x128/apps/kplato.png -share/icons/oxygen/128x128/apps/kpresenter.png -share/icons/oxygen/128x128/apps/krdc.png -share/icons/oxygen/128x128/apps/krfb.png -share/icons/oxygen/128x128/apps/ksnapshot.png -share/icons/oxygen/128x128/apps/ksniffer.png -share/icons/oxygen/128x128/apps/kspread.png -share/icons/oxygen/128x128/apps/ksudoku.png -share/icons/oxygen/128x128/apps/kthesaurus.png -share/icons/oxygen/128x128/apps/ktip.png -share/icons/oxygen/128x128/apps/ktorrent.png -share/icons/oxygen/128x128/apps/kuickshow.png -share/icons/oxygen/128x128/apps/kverbos.png -share/icons/oxygen/128x128/apps/kwalletmanager.png -share/icons/oxygen/128x128/apps/kword.png -share/icons/oxygen/128x128/apps/lokalize.png -share/icons/oxygen/128x128/apps/mameexecutor.png -share/icons/oxygen/128x128/apps/multimedia-volume-control.png -share/icons/oxygen/128x128/apps/muondiscover.png -share/icons/oxygen/128x128/apps/nepomuk.png -share/icons/oxygen/128x128/apps/office-address-book.png -share/icons/oxygen/128x128/apps/office-calendar.png -share/icons/oxygen/128x128/apps/okteta.png -share/icons/oxygen/128x128/apps/okular.png -share/icons/oxygen/128x128/apps/oxygen.png -share/icons/oxygen/128x128/apps/partitionmanager.png -share/icons/oxygen/128x128/apps/picmi.png -share/icons/oxygen/128x128/apps/planner.png -share/icons/oxygen/128x128/apps/plasma.png -share/icons/oxygen/128x128/apps/plasmagik.png -share/icons/oxygen/128x128/apps/preferences-contact-list.png -share/icons/oxygen/128x128/apps/preferences-desktop-accessibility.png -share/icons/oxygen/128x128/apps/preferences-desktop-color.png -share/icons/oxygen/128x128/apps/preferences-desktop-cryptography.png -share/icons/oxygen/128x128/apps/preferences-desktop-default-applications.png -share/icons/oxygen/128x128/apps/preferences-desktop-display-color.png -share/icons/oxygen/128x128/apps/preferences-desktop-display.png -share/icons/oxygen/128x128/apps/preferences-desktop-font.png -share/icons/oxygen/128x128/apps/preferences-desktop-gaming.png -share/icons/oxygen/128x128/apps/preferences-desktop-icons.png -share/icons/oxygen/128x128/apps/preferences-desktop-keyboard.png -share/icons/oxygen/128x128/apps/preferences-desktop-locale.png -share/icons/oxygen/128x128/apps/preferences-desktop-mouse.png -share/icons/oxygen/128x128/apps/preferences-desktop-notification.png -share/icons/oxygen/128x128/apps/preferences-desktop-printer.png -share/icons/oxygen/128x128/apps/preferences-desktop-screensaver.png -share/icons/oxygen/128x128/apps/preferences-desktop-sound.png -share/icons/oxygen/128x128/apps/preferences-desktop-text-to-speech.png -share/icons/oxygen/128x128/apps/preferences-desktop-theme.png -share/icons/oxygen/128x128/apps/preferences-desktop-user-password.png -share/icons/oxygen/128x128/apps/preferences-desktop-user.png -share/icons/oxygen/128x128/apps/preferences-desktop-wallpaper.png -share/icons/oxygen/128x128/apps/preferences-kcalc-constants.png -share/icons/oxygen/128x128/apps/preferences-plugin.png -share/icons/oxygen/128x128/apps/preferences-system-bluetooth-inactive.png -share/icons/oxygen/128x128/apps/preferences-system-bluetooth.png -share/icons/oxygen/128x128/apps/preferences-system-login.png -share/icons/oxygen/128x128/apps/preferences-system-network-sharing.png -share/icons/oxygen/128x128/apps/preferences-system-power-management.png -share/icons/oxygen/128x128/apps/preferences-system-time.png -share/icons/oxygen/128x128/apps/preferences-system-windows-actions.png -share/icons/oxygen/128x128/apps/preferences-system-windows-move.png -share/icons/oxygen/128x128/apps/preferences-system-windows.png -share/icons/oxygen/128x128/apps/preferences-web-browser-identification.png -share/icons/oxygen/128x128/apps/qelectrotech.png -share/icons/oxygen/128x128/apps/quassel.png -share/icons/oxygen/128x128/apps/scribus.png -share/icons/oxygen/128x128/apps/semn.png -share/icons/oxygen/128x128/apps/showfoto.png -share/icons/oxygen/128x128/apps/skrooge-black.png -share/icons/oxygen/128x128/apps/skrooge-initial.png -share/icons/oxygen/128x128/apps/skrooge.png -share/icons/oxygen/128x128/apps/step.png -share/icons/oxygen/128x128/apps/strigi.png -share/icons/oxygen/128x128/apps/system-diagnosis.png -share/icons/oxygen/128x128/apps/system-file-manager.png -share/icons/oxygen/128x128/apps/system-software-update.png -share/icons/oxygen/128x128/apps/system-users.png -share/icons/oxygen/128x128/apps/tagua.png -share/icons/oxygen/128x128/apps/telepathy-kde.png -share/icons/oxygen/128x128/apps/utilities-desktop-extra.png -share/icons/oxygen/128x128/apps/utilities-file-archiver.png -share/icons/oxygen/128x128/apps/utilities-log-viewer.png -share/icons/oxygen/128x128/apps/utilities-system-monitor.png -share/icons/oxygen/128x128/apps/utilities-terminal.png -share/icons/oxygen/128x128/apps/wine.png -share/icons/oxygen/128x128/apps/xorg.png -share/icons/oxygen/128x128/apps/yakuake.png -share/icons/oxygen/128x128/apps/zanshin.png -share/icons/oxygen/128x128/categories/applications-accessories.png -share/icons/oxygen/128x128/categories/applications-development-translation.png -share/icons/oxygen/128x128/categories/applications-development-web.png -share/icons/oxygen/128x128/categories/applications-development.png -share/icons/oxygen/128x128/categories/applications-education-language.png -share/icons/oxygen/128x128/categories/applications-education-mathematics.png -share/icons/oxygen/128x128/categories/applications-education-miscellaneous.png -share/icons/oxygen/128x128/categories/applications-education-preschool.png -share/icons/oxygen/128x128/categories/applications-education-school.png -share/icons/oxygen/128x128/categories/applications-education-science.png -share/icons/oxygen/128x128/categories/applications-education-university.png -share/icons/oxygen/128x128/categories/applications-education.png -share/icons/oxygen/128x128/categories/applications-engineering.png -share/icons/oxygen/128x128/categories/applications-games.png -share/icons/oxygen/128x128/categories/applications-graphics.png -share/icons/oxygen/128x128/categories/applications-internet.png -share/icons/oxygen/128x128/categories/applications-multimedia.png -share/icons/oxygen/128x128/categories/applications-office.png -share/icons/oxygen/128x128/categories/applications-other.png -share/icons/oxygen/128x128/categories/applications-science.png -share/icons/oxygen/128x128/categories/applications-system.png -share/icons/oxygen/128x128/categories/applications-toys.png -share/icons/oxygen/128x128/categories/applications-utilities.png -share/icons/oxygen/128x128/categories/preferences-desktop-peripherals.png -share/icons/oxygen/128x128/categories/preferences-desktop-personal.png -share/icons/oxygen/128x128/categories/preferences-desktop.png -share/icons/oxygen/128x128/categories/preferences-other.png -share/icons/oxygen/128x128/categories/preferences-system-network.png -share/icons/oxygen/128x128/categories/preferences-system.png -share/icons/oxygen/128x128/categories/system-help.png -share/icons/oxygen/128x128/devices/audio-card.png -share/icons/oxygen/128x128/devices/audio-headphones.png -share/icons/oxygen/128x128/devices/audio-headset.png -share/icons/oxygen/128x128/devices/audio-input-line.png -share/icons/oxygen/128x128/devices/audio-input-microphone.png -share/icons/oxygen/128x128/devices/battery.png -share/icons/oxygen/128x128/devices/camera-photo.png -share/icons/oxygen/128x128/devices/camera-web.png -share/icons/oxygen/128x128/devices/computer-laptop.png -share/icons/oxygen/128x128/devices/computer.png -share/icons/oxygen/128x128/devices/cpu.png -share/icons/oxygen/128x128/devices/drive-harddisk.png -share/icons/oxygen/128x128/devices/drive-optical.png -share/icons/oxygen/128x128/devices/drive-removable-media-usb-pendrive.png -share/icons/oxygen/128x128/devices/drive-removable-media-usb.png -share/icons/oxygen/128x128/devices/drive-removable-media.png -share/icons/oxygen/128x128/devices/input-gaming.png -share/icons/oxygen/128x128/devices/input-keyboard.png -share/icons/oxygen/128x128/devices/input-mouse.png -share/icons/oxygen/128x128/devices/input-tablet.png -share/icons/oxygen/128x128/devices/media-flash-memory-stick.png -share/icons/oxygen/128x128/devices/media-flash-sd-mmc.png -share/icons/oxygen/128x128/devices/media-flash-smart-media.png -share/icons/oxygen/128x128/devices/media-flash.png -share/icons/oxygen/128x128/devices/media-floppy.png -share/icons/oxygen/128x128/devices/media-optical-audio.png -share/icons/oxygen/128x128/devices/media-optical-blu-ray.png -share/icons/oxygen/128x128/devices/media-optical-data.png -share/icons/oxygen/128x128/devices/media-optical-dvd-video.png -share/icons/oxygen/128x128/devices/media-optical-dvd.png -share/icons/oxygen/128x128/devices/media-optical-mixed-cd.png -share/icons/oxygen/128x128/devices/media-optical-recordable.png -share/icons/oxygen/128x128/devices/media-optical-video.png -share/icons/oxygen/128x128/devices/media-optical.png -share/icons/oxygen/128x128/devices/media-tape.png -share/icons/oxygen/128x128/devices/modem.png -share/icons/oxygen/128x128/devices/multimedia-player-apple-ipod.png -share/icons/oxygen/128x128/devices/multimedia-player.png -share/icons/oxygen/128x128/devices/network-wired.png -share/icons/oxygen/128x128/devices/network-wireless-connected-00.png -share/icons/oxygen/128x128/devices/network-wireless-connected-100.png -share/icons/oxygen/128x128/devices/network-wireless-connected-25.png -share/icons/oxygen/128x128/devices/network-wireless-connected-50.png -share/icons/oxygen/128x128/devices/network-wireless-connected-75.png -share/icons/oxygen/128x128/devices/network-wireless-disconnected.png -share/icons/oxygen/128x128/devices/network-wireless.png -share/icons/oxygen/128x128/devices/pda.png -share/icons/oxygen/128x128/devices/phone-openmoko-freerunner.png -share/icons/oxygen/128x128/devices/phone.png -share/icons/oxygen/128x128/devices/printer-laser.png -share/icons/oxygen/128x128/devices/printer.png -share/icons/oxygen/128x128/devices/scanner.png -share/icons/oxygen/128x128/devices/secure-card.png -share/icons/oxygen/128x128/devices/smartphone.png -share/icons/oxygen/128x128/devices/tablet.png -share/icons/oxygen/128x128/devices/video-display.png -share/icons/oxygen/128x128/devices/video-projector.png -share/icons/oxygen/128x128/devices/video-television.png -share/icons/oxygen/128x128/emblems/emblem-mounted.png -share/icons/oxygen/128x128/emblems/emblem-symbolic-link.png -share/icons/oxygen/128x128/emotes/face-angel.png -share/icons/oxygen/128x128/emotes/face-embarrassed.png -share/icons/oxygen/128x128/emotes/face-kiss.png -share/icons/oxygen/128x128/emotes/face-laugh.png -share/icons/oxygen/128x128/emotes/face-plain.png -share/icons/oxygen/128x128/emotes/face-raspberry.png -share/icons/oxygen/128x128/emotes/face-sad.png -share/icons/oxygen/128x128/emotes/face-smile-big.png -share/icons/oxygen/128x128/emotes/face-smile.png -share/icons/oxygen/128x128/emotes/face-surprise.png -share/icons/oxygen/128x128/emotes/face-uncertain.png -share/icons/oxygen/128x128/emotes/face-wink.png -share/icons/oxygen/128x128/mimetypes/application-atom+xml.png -share/icons/oxygen/128x128/mimetypes/application-epub+zip.png -share/icons/oxygen/128x128/mimetypes/application-illustrator.png -share/icons/oxygen/128x128/mimetypes/application-javascript.png -share/icons/oxygen/128x128/mimetypes/application-msword-template.png -share/icons/oxygen/128x128/mimetypes/application-msword.png -share/icons/oxygen/128x128/mimetypes/application-octet-stream.png -share/icons/oxygen/128x128/mimetypes/application-ogg.png -share/icons/oxygen/128x128/mimetypes/application-pdf.png -share/icons/oxygen/128x128/mimetypes/application-pgp-encrypted.png -share/icons/oxygen/128x128/mimetypes/application-pgp-keys.png -share/icons/oxygen/128x128/mimetypes/application-pkcs7-mime.png -share/icons/oxygen/128x128/mimetypes/application-postscript.png -share/icons/oxygen/128x128/mimetypes/application-relaxng.png -share/icons/oxygen/128x128/mimetypes/application-rss+xml.png -share/icons/oxygen/128x128/mimetypes/application-rtf.png -share/icons/oxygen/128x128/mimetypes/application-sxw.png -share/icons/oxygen/128x128/mimetypes/application-vnd-google-earth-kml.png -share/icons/oxygen/128x128/mimetypes/application-vnd.iccprofile.png -share/icons/oxygen/128x128/mimetypes/application-vnd.ms-access.png -share/icons/oxygen/128x128/mimetypes/application-vnd.ms-excel.png -share/icons/oxygen/128x128/mimetypes/application-vnd.ms-powerpoint.png -share/icons/oxygen/128x128/mimetypes/application-vnd.oasis.opendocument.chart.png -share/icons/oxygen/128x128/mimetypes/application-vnd.oasis.opendocument.database.png -share/icons/oxygen/128x128/mimetypes/application-vnd.oasis.opendocument.draw.template.png -share/icons/oxygen/128x128/mimetypes/application-vnd.oasis.opendocument.drawing.png -share/icons/oxygen/128x128/mimetypes/application-vnd.oasis.opendocument.drawing.template.png -share/icons/oxygen/128x128/mimetypes/application-vnd.oasis.opendocument.formula-template.png -share/icons/oxygen/128x128/mimetypes/application-vnd.oasis.opendocument.formula.png -share/icons/oxygen/128x128/mimetypes/application-vnd.oasis.opendocument.graphics.png -share/icons/oxygen/128x128/mimetypes/application-vnd.oasis.opendocument.image.png -share/icons/oxygen/128x128/mimetypes/application-vnd.oasis.opendocument.presentation-template.png -share/icons/oxygen/128x128/mimetypes/application-vnd.oasis.opendocument.presentation.png -share/icons/oxygen/128x128/mimetypes/application-vnd.oasis.opendocument.spreadsheet-template.png -share/icons/oxygen/128x128/mimetypes/application-vnd.oasis.opendocument.spreadsheet.png -share/icons/oxygen/128x128/mimetypes/application-vnd.oasis.opendocument.text-master.png -share/icons/oxygen/128x128/mimetypes/application-vnd.oasis.opendocument.text-template.png -share/icons/oxygen/128x128/mimetypes/application-vnd.oasis.opendocument.text.png -share/icons/oxygen/128x128/mimetypes/application-vnd.oasis.opendocument.web.template.png -share/icons/oxygen/128x128/mimetypes/application-vnd.openxmlformats-officedocument.wordprocessingml.document.png -share/icons/oxygen/128x128/mimetypes/application-vnd.rn-realmedia.png -share/icons/oxygen/128x128/mimetypes/application-vnd.scribus.png -share/icons/oxygen/128x128/mimetypes/application-vnd.stardivision.calc.png -share/icons/oxygen/128x128/mimetypes/application-vnd.stardivision.draw.png -share/icons/oxygen/128x128/mimetypes/application-vnd.stardivision.mail.png -share/icons/oxygen/128x128/mimetypes/application-vnd.stardivision.math.png -share/icons/oxygen/128x128/mimetypes/application-vnd.sun.xml.calc.png -share/icons/oxygen/128x128/mimetypes/application-vnd.sun.xml.calc.template.png -share/icons/oxygen/128x128/mimetypes/application-vnd.sun.xml.draw.png -share/icons/oxygen/128x128/mimetypes/application-vnd.sun.xml.draw.template.png -share/icons/oxygen/128x128/mimetypes/application-vnd.sun.xml.impress.png -share/icons/oxygen/128x128/mimetypes/application-vnd.sun.xml.impress.template.png -share/icons/oxygen/128x128/mimetypes/application-vnd.sun.xml.math.png -share/icons/oxygen/128x128/mimetypes/application-vnd.sun.xml.writer.global.png -share/icons/oxygen/128x128/mimetypes/application-vnd.sun.xml.writer.png -share/icons/oxygen/128x128/mimetypes/application-vnd.sun.xml.writer.template.png -share/icons/oxygen/128x128/mimetypes/application-vnd.wordperfect.png -share/icons/oxygen/128x128/mimetypes/application-x-7z-compressed.png -share/icons/oxygen/128x128/mimetypes/application-x-abiword.png -share/icons/oxygen/128x128/mimetypes/application-x-ace.png -share/icons/oxygen/128x128/mimetypes/application-x-applix-spreadsheet.png -share/icons/oxygen/128x128/mimetypes/application-x-applix-word.png -share/icons/oxygen/128x128/mimetypes/application-x-ar.png -share/icons/oxygen/128x128/mimetypes/application-x-arc.png -share/icons/oxygen/128x128/mimetypes/application-x-archive.png -share/icons/oxygen/128x128/mimetypes/application-x-arj.png -share/icons/oxygen/128x128/mimetypes/application-x-awk.png -share/icons/oxygen/128x128/mimetypes/application-x-bittorrent.png -share/icons/oxygen/128x128/mimetypes/application-x-blender.png -share/icons/oxygen/128x128/mimetypes/application-x-bzdvi.png -share/icons/oxygen/128x128/mimetypes/application-x-bzip-compressed-tar.png -share/icons/oxygen/128x128/mimetypes/application-x-bzip.png -share/icons/oxygen/128x128/mimetypes/application-x-cd-image.png -share/icons/oxygen/128x128/mimetypes/application-x-cda.png -share/icons/oxygen/128x128/mimetypes/application-x-chm.png -share/icons/oxygen/128x128/mimetypes/application-x-compress.png -share/icons/oxygen/128x128/mimetypes/application-x-compressed-tar.png -share/icons/oxygen/128x128/mimetypes/application-x-cpio.png -share/icons/oxygen/128x128/mimetypes/application-x-cue.png -share/icons/oxygen/128x128/mimetypes/application-x-deb.png -share/icons/oxygen/128x128/mimetypes/application-x-designer.png -share/icons/oxygen/128x128/mimetypes/application-x-desktop.png -share/icons/oxygen/128x128/mimetypes/application-x-egon.png -share/icons/oxygen/128x128/mimetypes/application-x-executable-script.png -share/icons/oxygen/128x128/mimetypes/application-x-executable.png -share/icons/oxygen/128x128/mimetypes/application-x-flash-video.png -share/icons/oxygen/128x128/mimetypes/application-x-font-afm.png -share/icons/oxygen/128x128/mimetypes/application-x-font-bdf.png -share/icons/oxygen/128x128/mimetypes/application-x-font-otf.png -share/icons/oxygen/128x128/mimetypes/application-x-font-pcf.png -share/icons/oxygen/128x128/mimetypes/application-x-font-snf.png -share/icons/oxygen/128x128/mimetypes/application-x-font-ttf.png -share/icons/oxygen/128x128/mimetypes/application-x-font-type1.png -share/icons/oxygen/128x128/mimetypes/application-x-gnumeric.png -share/icons/oxygen/128x128/mimetypes/application-x-gzdvi.png -share/icons/oxygen/128x128/mimetypes/application-x-gzip.png -share/icons/oxygen/128x128/mimetypes/application-x-gzpostscript.png -share/icons/oxygen/128x128/mimetypes/application-x-iso.png -share/icons/oxygen/128x128/mimetypes/application-x-it87.png -share/icons/oxygen/128x128/mimetypes/application-x-jar.png -share/icons/oxygen/128x128/mimetypes/application-x-java-applet.png -share/icons/oxygen/128x128/mimetypes/application-x-java-archive.png -share/icons/oxygen/128x128/mimetypes/application-x-java.png -share/icons/oxygen/128x128/mimetypes/application-x-javascript.png -share/icons/oxygen/128x128/mimetypes/application-x-k3b.png -share/icons/oxygen/128x128/mimetypes/application-x-kcsrc.png -share/icons/oxygen/128x128/mimetypes/application-x-kdenlivetitle.png -share/icons/oxygen/128x128/mimetypes/application-x-kexi-connectiondata.png -share/icons/oxygen/128x128/mimetypes/application-x-kexiproject-shortcut.png -share/icons/oxygen/128x128/mimetypes/application-x-kexiproject-sqlite.png -share/icons/oxygen/128x128/mimetypes/application-x-kexiproject-sqlite2.png -share/icons/oxygen/128x128/mimetypes/application-x-kexiproject-sqlite3.png -share/icons/oxygen/128x128/mimetypes/application-x-kformula.png -share/icons/oxygen/128x128/mimetypes/application-x-kgetlist.png -share/icons/oxygen/128x128/mimetypes/application-x-kontour.png -share/icons/oxygen/128x128/mimetypes/application-x-kplato.png -share/icons/oxygen/128x128/mimetypes/application-x-krita.png -share/icons/oxygen/128x128/mimetypes/application-x-kvtml.png -share/icons/oxygen/128x128/mimetypes/application-x-kword.png -share/icons/oxygen/128x128/mimetypes/application-x-lha.png -share/icons/oxygen/128x128/mimetypes/application-x-lyx.png -share/icons/oxygen/128x128/mimetypes/application-x-lzma-compressed-tar.png -share/icons/oxygen/128x128/mimetypes/application-x-lzop.png -share/icons/oxygen/128x128/mimetypes/application-x-m4.png -share/icons/oxygen/128x128/mimetypes/application-x-marble.png -share/icons/oxygen/128x128/mimetypes/application-x-mimearchive.png -share/icons/oxygen/128x128/mimetypes/application-x-mplayer2.png -share/icons/oxygen/128x128/mimetypes/application-x-ms-dos-executable.png -share/icons/oxygen/128x128/mimetypes/application-x-mswinurl.png -share/icons/oxygen/128x128/mimetypes/application-x-mswrite.png -share/icons/oxygen/128x128/mimetypes/application-x-nzb.png -share/icons/oxygen/128x128/mimetypes/application-x-object.png -share/icons/oxygen/128x128/mimetypes/application-x-pak.png -share/icons/oxygen/128x128/mimetypes/application-x-pem-key.png -share/icons/oxygen/128x128/mimetypes/application-x-perl.png -share/icons/oxygen/128x128/mimetypes/application-x-php.png -share/icons/oxygen/128x128/mimetypes/application-x-plasma.png -share/icons/oxygen/128x128/mimetypes/application-x-python-bytecode.png -share/icons/oxygen/128x128/mimetypes/application-x-qet-element.png -share/icons/oxygen/128x128/mimetypes/application-x-qet-project.png -share/icons/oxygen/128x128/mimetypes/application-x-quattropro.png -share/icons/oxygen/128x128/mimetypes/application-x-rar.png -share/icons/oxygen/128x128/mimetypes/application-x-raw-disk-image.png -share/icons/oxygen/128x128/mimetypes/application-x-rpm.png -share/icons/oxygen/128x128/mimetypes/application-x-ruby.png -share/icons/oxygen/128x128/mimetypes/application-x-sharedlib.png -share/icons/oxygen/128x128/mimetypes/application-x-shellscript.png -share/icons/oxygen/128x128/mimetypes/application-x-shockwave-flash.png -share/icons/oxygen/128x128/mimetypes/application-x-siag.png -share/icons/oxygen/128x128/mimetypes/application-x-sif.png -share/icons/oxygen/128x128/mimetypes/application-x-skg.png -share/icons/oxygen/128x128/mimetypes/application-x-skgc.png -share/icons/oxygen/128x128/mimetypes/application-x-smb-server.png -share/icons/oxygen/128x128/mimetypes/application-x-smb-workgroup.png -share/icons/oxygen/128x128/mimetypes/application-x-sqlite2.png -share/icons/oxygen/128x128/mimetypes/application-x-sqlite3.png -share/icons/oxygen/128x128/mimetypes/application-x-srt.png -share/icons/oxygen/128x128/mimetypes/application-x-srtrip.png -share/icons/oxygen/128x128/mimetypes/application-x-subrip.png -share/icons/oxygen/128x128/mimetypes/application-x-tar.png -share/icons/oxygen/128x128/mimetypes/application-x-tarz.png -share/icons/oxygen/128x128/mimetypes/application-x-tgif.png -share/icons/oxygen/128x128/mimetypes/application-x-trash.png -share/icons/oxygen/128x128/mimetypes/application-x-troff-man.png -share/icons/oxygen/128x128/mimetypes/application-x-tzo.png -share/icons/oxygen/128x128/mimetypes/application-x-wmf.png -share/icons/oxygen/128x128/mimetypes/application-x-zerosize.png -share/icons/oxygen/128x128/mimetypes/application-x-zoo.png -share/icons/oxygen/128x128/mimetypes/application-xhtml+xml.png -share/icons/oxygen/128x128/mimetypes/application-xml.png -share/icons/oxygen/128x128/mimetypes/application-xsd.png -share/icons/oxygen/128x128/mimetypes/application-xslt+xml.png -share/icons/oxygen/128x128/mimetypes/application-zip.png -share/icons/oxygen/128x128/mimetypes/audio-ac3.png -share/icons/oxygen/128x128/mimetypes/audio-midi.png -share/icons/oxygen/128x128/mimetypes/audio-mp2.png -share/icons/oxygen/128x128/mimetypes/audio-mp3.png -share/icons/oxygen/128x128/mimetypes/audio-mp4.png -share/icons/oxygen/128x128/mimetypes/audio-prs.sid.png -share/icons/oxygen/128x128/mimetypes/audio-vn.rn-realmedia.png -share/icons/oxygen/128x128/mimetypes/audio-vn.rn-realvideo.png -share/icons/oxygen/128x128/mimetypes/audio-vnd.rn-realvideo.png -share/icons/oxygen/128x128/mimetypes/audio-x-adpcm.png -share/icons/oxygen/128x128/mimetypes/audio-x-aiff.png -share/icons/oxygen/128x128/mimetypes/audio-x-flac+ogg.png -share/icons/oxygen/128x128/mimetypes/audio-x-flac.png -share/icons/oxygen/128x128/mimetypes/audio-x-generic.png -share/icons/oxygen/128x128/mimetypes/audio-x-monkey.png -share/icons/oxygen/128x128/mimetypes/audio-x-mp2.png -share/icons/oxygen/128x128/mimetypes/audio-x-mpeg.png -share/icons/oxygen/128x128/mimetypes/audio-x-speex+ogg.png -share/icons/oxygen/128x128/mimetypes/audio-x-wav.png -share/icons/oxygen/128x128/mimetypes/encrypted.png -share/icons/oxygen/128x128/mimetypes/fonts-package.png -share/icons/oxygen/128x128/mimetypes/image-bmp.png -share/icons/oxygen/128x128/mimetypes/image-gif.png -share/icons/oxygen/128x128/mimetypes/image-jpeg.png -share/icons/oxygen/128x128/mimetypes/image-jpeg2000.png -share/icons/oxygen/128x128/mimetypes/image-png.png -share/icons/oxygen/128x128/mimetypes/image-svg+xml-compressed.png -share/icons/oxygen/128x128/mimetypes/image-svg+xml.png -share/icons/oxygen/128x128/mimetypes/image-tiff.png -share/icons/oxygen/128x128/mimetypes/image-vnd.adobe.photoshop.png -share/icons/oxygen/128x128/mimetypes/image-vnd.dgn.png -share/icons/oxygen/128x128/mimetypes/image-vnd.dwg.png -share/icons/oxygen/128x128/mimetypes/image-x-adobe-dng.png -share/icons/oxygen/128x128/mimetypes/image-x-compressed-xcf.png -share/icons/oxygen/128x128/mimetypes/image-x-emf.png -share/icons/oxygen/128x128/mimetypes/image-x-eps.png -share/icons/oxygen/128x128/mimetypes/image-x-generic.png -share/icons/oxygen/128x128/mimetypes/image-x-krita.png -share/icons/oxygen/128x128/mimetypes/image-x-portable-bitmap.png -share/icons/oxygen/128x128/mimetypes/image-x-psd.png -share/icons/oxygen/128x128/mimetypes/image-x-psdimage-x-psd.png -share/icons/oxygen/128x128/mimetypes/image-x-tga.png -share/icons/oxygen/128x128/mimetypes/image-x-vnd.trolltech.qpicture.png -share/icons/oxygen/128x128/mimetypes/image-x-win-bitmap.png -share/icons/oxygen/128x128/mimetypes/image-x-win-bmp.png -share/icons/oxygen/128x128/mimetypes/image-x-wmf.png -share/icons/oxygen/128x128/mimetypes/image-x-xcf.png -share/icons/oxygen/128x128/mimetypes/image-x-xfig.png -share/icons/oxygen/128x128/mimetypes/inode-directory.png -share/icons/oxygen/128x128/mimetypes/libreoffice-database.png -share/icons/oxygen/128x128/mimetypes/libreoffice-drawing-template.png -share/icons/oxygen/128x128/mimetypes/libreoffice-drawing.png -share/icons/oxygen/128x128/mimetypes/libreoffice-formula.png -share/icons/oxygen/128x128/mimetypes/libreoffice-oasis-database.png -share/icons/oxygen/128x128/mimetypes/libreoffice-oasis-drawing-template.png -share/icons/oxygen/128x128/mimetypes/libreoffice-oasis-drawing.png -share/icons/oxygen/128x128/mimetypes/libreoffice-oasis-formula.png -share/icons/oxygen/128x128/mimetypes/libreoffice-oasis-presentation-template.png -share/icons/oxygen/128x128/mimetypes/libreoffice-oasis-presentation.png -share/icons/oxygen/128x128/mimetypes/libreoffice-oasis-spreadsheet-template.png -share/icons/oxygen/128x128/mimetypes/libreoffice-oasis-spreadsheet.png -share/icons/oxygen/128x128/mimetypes/libreoffice-oasis-text-template.png -share/icons/oxygen/128x128/mimetypes/libreoffice-oasis-text.png -share/icons/oxygen/128x128/mimetypes/libreoffice-oasis-web-template.png -share/icons/oxygen/128x128/mimetypes/libreoffice-presentation-template.png -share/icons/oxygen/128x128/mimetypes/libreoffice-presentation.png -share/icons/oxygen/128x128/mimetypes/libreoffice-spreadsheet-template.png -share/icons/oxygen/128x128/mimetypes/libreoffice-spreadsheet.png -share/icons/oxygen/128x128/mimetypes/libreoffice-text-template.png -share/icons/oxygen/128x128/mimetypes/libreoffice-text.png -share/icons/oxygen/128x128/mimetypes/mail-message-new-list.png -share/icons/oxygen/128x128/mimetypes/message-news.png -share/icons/oxygen/128x128/mimetypes/message-partial.png -share/icons/oxygen/128x128/mimetypes/message-rfc822.png -share/icons/oxygen/128x128/mimetypes/message-x-gnu-rmail.png -share/icons/oxygen/128x128/mimetypes/message.png -share/icons/oxygen/128x128/mimetypes/odf.png -share/icons/oxygen/128x128/mimetypes/package-x-generic.png -share/icons/oxygen/128x128/mimetypes/text-calendar.png -share/icons/oxygen/128x128/mimetypes/text-csharp.png -share/icons/oxygen/128x128/mimetypes/text-css.png -share/icons/oxygen/128x128/mimetypes/text-csv.png -share/icons/oxygen/128x128/mimetypes/text-directory.png -share/icons/oxygen/128x128/mimetypes/text-enriched.png -share/icons/oxygen/128x128/mimetypes/text-html.png -share/icons/oxygen/128x128/mimetypes/text-mathml.png -share/icons/oxygen/128x128/mimetypes/text-plain.png -share/icons/oxygen/128x128/mimetypes/text-rdf+xml.png -share/icons/oxygen/128x128/mimetypes/text-rdf.png -share/icons/oxygen/128x128/mimetypes/text-rtf.png -share/icons/oxygen/128x128/mimetypes/text-sgml.png -share/icons/oxygen/128x128/mimetypes/text-troff.png -share/icons/oxygen/128x128/mimetypes/text-vcalendar.png -share/icons/oxygen/128x128/mimetypes/text-vnd.abc.png -share/icons/oxygen/128x128/mimetypes/text-vnd.wap.wml.png -share/icons/oxygen/128x128/mimetypes/text-x-adasrc.png -share/icons/oxygen/128x128/mimetypes/text-x-authors.png -share/icons/oxygen/128x128/mimetypes/text-x-bibtex.png -share/icons/oxygen/128x128/mimetypes/text-x-c++hdr.png -share/icons/oxygen/128x128/mimetypes/text-x-c++src.png -share/icons/oxygen/128x128/mimetypes/text-x-changelog.png -share/icons/oxygen/128x128/mimetypes/text-x-chdr.png -share/icons/oxygen/128x128/mimetypes/text-x-cmake.png -share/icons/oxygen/128x128/mimetypes/text-x-copying.png -share/icons/oxygen/128x128/mimetypes/text-x-credits.png -share/icons/oxygen/128x128/mimetypes/text-x-csharp.png -share/icons/oxygen/128x128/mimetypes/text-x-csrc.png -share/icons/oxygen/128x128/mimetypes/text-x-dtd.png -share/icons/oxygen/128x128/mimetypes/text-x-generic.png -share/icons/oxygen/128x128/mimetypes/text-x-generic.svapplicatiopn-x-awk.png -share/icons/oxygen/128x128/mimetypes/text-x-haskell.png -share/icons/oxygen/128x128/mimetypes/text-x-hex.png -share/icons/oxygen/128x128/mimetypes/text-x-install.png -share/icons/oxygen/128x128/mimetypes/text-x-java-source.png -share/icons/oxygen/128x128/mimetypes/text-x-java.png -share/icons/oxygen/128x128/mimetypes/text-x-javascript.png -share/icons/oxygen/128x128/mimetypes/text-x-katefilelist.png -share/icons/oxygen/128x128/mimetypes/text-x-ldif.png -share/icons/oxygen/128x128/mimetypes/text-x-lilypond.png -share/icons/oxygen/128x128/mimetypes/text-x-log.png -share/icons/oxygen/128x128/mimetypes/text-x-makefile.png -share/icons/oxygen/128x128/mimetypes/text-x-nfo.png -share/icons/oxygen/128x128/mimetypes/text-x-objchdr.png -share/icons/oxygen/128x128/mimetypes/text-x-objcsrc.png -share/icons/oxygen/128x128/mimetypes/text-x-opml+xml.png -share/icons/oxygen/128x128/mimetypes/text-x-opml.png -share/icons/oxygen/128x128/mimetypes/text-x-pascal.png -share/icons/oxygen/128x128/mimetypes/text-x-patch.png -share/icons/oxygen/128x128/mimetypes/text-x-plain.png -share/icons/oxygen/128x128/mimetypes/text-x-po.png -share/icons/oxygen/128x128/mimetypes/text-x-python.png -share/icons/oxygen/128x128/mimetypes/text-x-qml.png -share/icons/oxygen/128x128/mimetypes/text-x-readme.png -share/icons/oxygen/128x128/mimetypes/text-x-rpm-spec.png -share/icons/oxygen/128x128/mimetypes/text-x-script.png -share/icons/oxygen/128x128/mimetypes/text-x-sql.png -share/icons/oxygen/128x128/mimetypes/text-x-tcl.png -share/icons/oxygen/128x128/mimetypes/text-x-tex.png -share/icons/oxygen/128x128/mimetypes/text-x-texinfo.png -share/icons/oxygen/128x128/mimetypes/text-x-vcard.png -share/icons/oxygen/128x128/mimetypes/text-x-xslfo.png -share/icons/oxygen/128x128/mimetypes/text-xmcd.png -share/icons/oxygen/128x128/mimetypes/text-xml.png -share/icons/oxygen/128x128/mimetypes/unknown.png -share/icons/oxygen/128x128/mimetypes/uri-mms.png -share/icons/oxygen/128x128/mimetypes/uri-mmst.png -share/icons/oxygen/128x128/mimetypes/uri-mmsu.png -share/icons/oxygen/128x128/mimetypes/uri-pnm.png -share/icons/oxygen/128x128/mimetypes/uri-rtspt.png -share/icons/oxygen/128x128/mimetypes/uri-rtspu.png -share/icons/oxygen/128x128/mimetypes/video-mp4.png -share/icons/oxygen/128x128/mimetypes/video-vivo.png -share/icons/oxygen/128x128/mimetypes/video-vnd.rn-realvideo.png -share/icons/oxygen/128x128/mimetypes/video-wavelet.png -share/icons/oxygen/128x128/mimetypes/video-webm.png -share/icons/oxygen/128x128/mimetypes/video-x-anim.png -share/icons/oxygen/128x128/mimetypes/video-x-flic.png -share/icons/oxygen/128x128/mimetypes/video-x-flv.png -share/icons/oxygen/128x128/mimetypes/video-x-generic.png -share/icons/oxygen/128x128/mimetypes/video-x-google-vlc-plugin.png -share/icons/oxygen/128x128/mimetypes/video-x-javafx.png -share/icons/oxygen/128x128/mimetypes/video-x-matroska.png -share/icons/oxygen/128x128/mimetypes/video-x-mng.png -share/icons/oxygen/128x128/mimetypes/video-x-ms-wmp.png -share/icons/oxygen/128x128/mimetypes/video-x-ms-wmv.png -share/icons/oxygen/128x128/mimetypes/video-x-msvideo.png -share/icons/oxygen/128x128/mimetypes/video-x-ogm+ogg.png -share/icons/oxygen/128x128/mimetypes/video-x-theor+ogg.png -share/icons/oxygen/128x128/mimetypes/video-x-wmv.png -share/icons/oxygen/128x128/mimetypes/x-kde-nsplugin-generated.png -share/icons/oxygen/128x128/mimetypes/x-mail-distribution-list.png -share/icons/oxygen/128x128/mimetypes/x-media-podcast.png -share/icons/oxygen/128x128/mimetypes/x-office-address-book.png -share/icons/oxygen/128x128/mimetypes/x-office-calendar.png -share/icons/oxygen/128x128/mimetypes/x-office-document.png -share/icons/oxygen/128x128/mimetypes/x-office-drawing.png -share/icons/oxygen/128x128/mimetypes/x-office-presentation.png -share/icons/oxygen/128x128/mimetypes/x-office-spreadsheet.png -share/icons/oxygen/128x128/places/bookmarks.png -share/icons/oxygen/128x128/places/certificate-server.png -share/icons/oxygen/128x128/places/document-multiple.png -share/icons/oxygen/128x128/places/favorites.png -share/icons/oxygen/128x128/places/folder-activities.png -share/icons/oxygen/128x128/places/folder-black.png -share/icons/oxygen/128x128/places/folder-blue.png -share/icons/oxygen/128x128/places/folder-bookmark.png -share/icons/oxygen/128x128/places/folder-brown.png -share/icons/oxygen/128x128/places/folder-cloud.png -share/icons/oxygen/128x128/places/folder-cyan.png -share/icons/oxygen/128x128/places/folder-development.png -share/icons/oxygen/128x128/places/folder-documents.png -share/icons/oxygen/128x128/places/folder-download.png -share/icons/oxygen/128x128/places/folder-downloads.png -share/icons/oxygen/128x128/places/folder-dropbox.png -share/icons/oxygen/128x128/places/folder-favorites.png -share/icons/oxygen/128x128/places/folder-gdrive.png -share/icons/oxygen/128x128/places/folder-green.png -share/icons/oxygen/128x128/places/folder-grey.png -share/icons/oxygen/128x128/places/folder-html.png -share/icons/oxygen/128x128/places/folder-image-people.png -share/icons/oxygen/128x128/places/folder-image.png -share/icons/oxygen/128x128/places/folder-images.png -share/icons/oxygen/128x128/places/folder-important.png -share/icons/oxygen/128x128/places/folder-locked.png -share/icons/oxygen/128x128/places/folder-mail.png -share/icons/oxygen/128x128/places/folder-music.png -share/icons/oxygen/128x128/places/folder-network.png -share/icons/oxygen/128x128/places/folder-onedrive.png -share/icons/oxygen/128x128/places/folder-orange.png -share/icons/oxygen/128x128/places/folder-owncloud.png -share/icons/oxygen/128x128/places/folder-picture.png -share/icons/oxygen/128x128/places/folder-pictures.png -share/icons/oxygen/128x128/places/folder-print.png -share/icons/oxygen/128x128/places/folder-public.png -share/icons/oxygen/128x128/places/folder-publicshare.png -share/icons/oxygen/128x128/places/folder-red.png -share/icons/oxygen/128x128/places/folder-remote.png -share/icons/oxygen/128x128/places/folder-script.png -share/icons/oxygen/128x128/places/folder-sound.png -share/icons/oxygen/128x128/places/folder-tar.png -share/icons/oxygen/128x128/places/folder-temp.png -share/icons/oxygen/128x128/places/folder-text.png -share/icons/oxygen/128x128/places/folder-txt.png -share/icons/oxygen/128x128/places/folder-video.png -share/icons/oxygen/128x128/places/folder-videos.png -share/icons/oxygen/128x128/places/folder-violet.png -share/icons/oxygen/128x128/places/folder-yellow.png -share/icons/oxygen/128x128/places/folder.png -share/icons/oxygen/128x128/places/mail-folder-outbox.png -share/icons/oxygen/128x128/places/mail-folder-sent.png -share/icons/oxygen/128x128/places/mail-message.png -share/icons/oxygen/128x128/places/network-server-database.png -share/icons/oxygen/128x128/places/network-server.png -share/icons/oxygen/128x128/places/network-workgroup.png -share/icons/oxygen/128x128/places/repository.png -share/icons/oxygen/128x128/places/server-database.png -share/icons/oxygen/128x128/places/start-here-kde.png -share/icons/oxygen/128x128/places/start-here.png -share/icons/oxygen/128x128/places/stock_folder.png -share/icons/oxygen/128x128/places/user-desktop.png -share/icons/oxygen/128x128/places/user-home.png -share/icons/oxygen/128x128/places/user-identity.png -share/icons/oxygen/128x128/places/user-trash-full.png -share/icons/oxygen/128x128/places/user-trash.png -share/icons/oxygen/128x128/status/dialog-error.png -share/icons/oxygen/128x128/status/dialog-information.png -share/icons/oxygen/128x128/status/dialog-password.png -share/icons/oxygen/128x128/status/dialog-warning.png -share/icons/oxygen/128x128/status/image-missing.png -share/icons/oxygen/128x128/status/mail-queued.png -share/icons/oxygen/128x128/status/mail-unread-new.png -share/icons/oxygen/128x128/status/meeting-chair.png -share/icons/oxygen/128x128/status/meeting-observer.png -share/icons/oxygen/128x128/status/meeting-organizer.png -share/icons/oxygen/128x128/status/meeting-participant-optional.png -share/icons/oxygen/128x128/status/meeting-participant-reply.png -share/icons/oxygen/128x128/status/meeting-participant.png -share/icons/oxygen/128x128/status/script-error.png -share/icons/oxygen/128x128/status/security-high.png -share/icons/oxygen/128x128/status/security-low.png -share/icons/oxygen/128x128/status/security-medium.png -share/icons/oxygen/128x128/status/user-trash-full.png -share/icons/oxygen/128x128/status/weather-clear-night.png -share/icons/oxygen/128x128/status/weather-clear.png -share/icons/oxygen/128x128/status/weather-clouds-night.png -share/icons/oxygen/128x128/status/weather-clouds.png -share/icons/oxygen/128x128/status/weather-few-clouds-night.png -share/icons/oxygen/128x128/status/weather-few-clouds.png -share/icons/oxygen/128x128/status/weather-freezing-rain.png -share/icons/oxygen/128x128/status/weather-hail.png -share/icons/oxygen/128x128/status/weather-many-clouds.png -share/icons/oxygen/128x128/status/weather-mist.png -share/icons/oxygen/128x128/status/weather-none-available.png -share/icons/oxygen/128x128/status/weather-showers-day.png -share/icons/oxygen/128x128/status/weather-showers-night.png -share/icons/oxygen/128x128/status/weather-showers-scattered-day.png -share/icons/oxygen/128x128/status/weather-showers-scattered-night.png -share/icons/oxygen/128x128/status/weather-showers-scattered.png -share/icons/oxygen/128x128/status/weather-showers.png -share/icons/oxygen/128x128/status/weather-snow-rain.png -share/icons/oxygen/128x128/status/weather-snow-scattered-day.png -share/icons/oxygen/128x128/status/weather-snow-scattered-night.png -share/icons/oxygen/128x128/status/weather-snow-scattered.png -share/icons/oxygen/128x128/status/weather-snow.png -share/icons/oxygen/128x128/status/weather-storm-day.png -share/icons/oxygen/128x128/status/weather-storm-night.png -share/icons/oxygen/128x128/status/weather-storm.png -share/icons/oxygen/16x16/actions/acrobat.png -share/icons/oxygen/16x16/actions/address-book-new.png -share/icons/oxygen/16x16/actions/align-horizontal-center.png -share/icons/oxygen/16x16/actions/align-horizontal-left-out.png -share/icons/oxygen/16x16/actions/align-horizontal-left.png -share/icons/oxygen/16x16/actions/align-horizontal-right-out.png -share/icons/oxygen/16x16/actions/align-horizontal-right.png -share/icons/oxygen/16x16/actions/align-vertical-bottom-out.png -share/icons/oxygen/16x16/actions/align-vertical-bottom.png -share/icons/oxygen/16x16/actions/align-vertical-center.png -share/icons/oxygen/16x16/actions/align-vertical-top-out.png -share/icons/oxygen/16x16/actions/align-vertical-top.png -share/icons/oxygen/16x16/actions/application-exit.png -share/icons/oxygen/16x16/actions/appointment-new.png -share/icons/oxygen/16x16/actions/archive-extract.png -share/icons/oxygen/16x16/actions/archive-insert-directory.png -share/icons/oxygen/16x16/actions/archive-insert.png -share/icons/oxygen/16x16/actions/archive-remove.png -share/icons/oxygen/16x16/actions/arrow-down-double.png -share/icons/oxygen/16x16/actions/arrow-down.png -share/icons/oxygen/16x16/actions/arrow-left-double.png -share/icons/oxygen/16x16/actions/arrow-left.png -share/icons/oxygen/16x16/actions/arrow-right-double.png -share/icons/oxygen/16x16/actions/arrow-right.png -share/icons/oxygen/16x16/actions/arrow-up-double.png -share/icons/oxygen/16x16/actions/arrow-up.png -share/icons/oxygen/16x16/actions/bookmark-new-list.png -share/icons/oxygen/16x16/actions/bookmark-new.png -share/icons/oxygen/16x16/actions/bookmark-toolbar.png -share/icons/oxygen/16x16/actions/bookmarks-organize.png -share/icons/oxygen/16x16/actions/call-start.png -share/icons/oxygen/16x16/actions/call-stop.png -share/icons/oxygen/16x16/actions/character-set.png -share/icons/oxygen/16x16/actions/checkbox.png -share/icons/oxygen/16x16/actions/chronometer.png -share/icons/oxygen/16x16/actions/code-block.png -share/icons/oxygen/16x16/actions/code-class.png -share/icons/oxygen/16x16/actions/code-context.png -share/icons/oxygen/16x16/actions/code-function.png -share/icons/oxygen/16x16/actions/code-typedef.png -share/icons/oxygen/16x16/actions/code-variable.png -share/icons/oxygen/16x16/actions/color-picker-black.png -share/icons/oxygen/16x16/actions/color-picker-grey.png -share/icons/oxygen/16x16/actions/color-picker-white.png -share/icons/oxygen/16x16/actions/color-picker.png -share/icons/oxygen/16x16/actions/configure-shortcuts.png -share/icons/oxygen/16x16/actions/configure-toolbars.png -share/icons/oxygen/16x16/actions/configure.png -share/icons/oxygen/16x16/actions/contact-new.png -share/icons/oxygen/16x16/actions/dashboard-show.png -share/icons/oxygen/16x16/actions/debug-execute-from-cursor.png -share/icons/oxygen/16x16/actions/debug-execute-to-cursor.png -share/icons/oxygen/16x16/actions/debug-run-cursor.png -share/icons/oxygen/16x16/actions/debug-run.png -share/icons/oxygen/16x16/actions/debug-step-instruction.png -share/icons/oxygen/16x16/actions/debug-step-into-instruction.png -share/icons/oxygen/16x16/actions/debug-step-into.png -share/icons/oxygen/16x16/actions/debug-step-out.png -share/icons/oxygen/16x16/actions/debug-step-over.png -share/icons/oxygen/16x16/actions/dialog-cancel.png -share/icons/oxygen/16x16/actions/dialog-close.png -share/icons/oxygen/16x16/actions/dialog-ok-apply.png -share/icons/oxygen/16x16/actions/dialog-ok.png -share/icons/oxygen/16x16/actions/distribute-horizontal-center.png -share/icons/oxygen/16x16/actions/distribute-horizontal-equal.png -share/icons/oxygen/16x16/actions/distribute-horizontal-left.png -share/icons/oxygen/16x16/actions/distribute-horizontal-margin.png -share/icons/oxygen/16x16/actions/distribute-horizontal-page.png -share/icons/oxygen/16x16/actions/distribute-horizontal-right.png -share/icons/oxygen/16x16/actions/distribute-horizontal-x.png -share/icons/oxygen/16x16/actions/distribute-vertical-bottom.png -share/icons/oxygen/16x16/actions/distribute-vertical-center.png -share/icons/oxygen/16x16/actions/distribute-vertical-equal.png -share/icons/oxygen/16x16/actions/distribute-vertical-margin.png -share/icons/oxygen/16x16/actions/distribute-vertical-page.png -share/icons/oxygen/16x16/actions/distribute-vertical-top.png -share/icons/oxygen/16x16/actions/distribute-vertical-y.png -share/icons/oxygen/16x16/actions/document-close.png -share/icons/oxygen/16x16/actions/document-decrypt.png -share/icons/oxygen/16x16/actions/document-edit-decrypt-verify.png -share/icons/oxygen/16x16/actions/document-edit-decrypt.png -share/icons/oxygen/16x16/actions/document-edit-encrypt.png -share/icons/oxygen/16x16/actions/document-edit-sign-encrypt.png -share/icons/oxygen/16x16/actions/document-edit-sign.png -share/icons/oxygen/16x16/actions/document-edit-verify.png -share/icons/oxygen/16x16/actions/document-edit.png -share/icons/oxygen/16x16/actions/document-encrypt.png -share/icons/oxygen/16x16/actions/document-export-table.png -share/icons/oxygen/16x16/actions/document-export.png -share/icons/oxygen/16x16/actions/document-import.png -share/icons/oxygen/16x16/actions/document-new.png -share/icons/oxygen/16x16/actions/document-open-data.png -share/icons/oxygen/16x16/actions/document-open-folder.png -share/icons/oxygen/16x16/actions/document-open-recent.png -share/icons/oxygen/16x16/actions/document-open-remote.png -share/icons/oxygen/16x16/actions/document-open.png -share/icons/oxygen/16x16/actions/document-preview-archive.png -share/icons/oxygen/16x16/actions/document-preview.png -share/icons/oxygen/16x16/actions/document-print-direct.png -share/icons/oxygen/16x16/actions/document-print-frame.png -share/icons/oxygen/16x16/actions/document-print-preview.png -share/icons/oxygen/16x16/actions/document-print.png -share/icons/oxygen/16x16/actions/document-properties.png -share/icons/oxygen/16x16/actions/document-revert.png -share/icons/oxygen/16x16/actions/document-save-all.png -share/icons/oxygen/16x16/actions/document-save-as.png -share/icons/oxygen/16x16/actions/document-save.png -share/icons/oxygen/16x16/actions/document-sign.png -share/icons/oxygen/16x16/actions/document-swap.png -share/icons/oxygen/16x16/actions/documentation.png -share/icons/oxygen/16x16/actions/documentinfo.png -share/icons/oxygen/16x16/actions/download-later.png -share/icons/oxygen/16x16/actions/download.png -share/icons/oxygen/16x16/actions/draw-arrow-back.png -share/icons/oxygen/16x16/actions/draw-arrow-down.png -share/icons/oxygen/16x16/actions/draw-arrow-forward.png -share/icons/oxygen/16x16/actions/draw-arrow-up.png -share/icons/oxygen/16x16/actions/draw-bezier-curves.png -share/icons/oxygen/16x16/actions/draw-brush.png -share/icons/oxygen/16x16/actions/draw-circle.png -share/icons/oxygen/16x16/actions/draw-cross.png -share/icons/oxygen/16x16/actions/draw-donut.png -share/icons/oxygen/16x16/actions/draw-ellipse.png -share/icons/oxygen/16x16/actions/draw-eraser.png -share/icons/oxygen/16x16/actions/draw-freehand.png -share/icons/oxygen/16x16/actions/draw-halfcircle1.png -share/icons/oxygen/16x16/actions/draw-halfcircle2.png -share/icons/oxygen/16x16/actions/draw-halfcircle3.png -share/icons/oxygen/16x16/actions/draw-halfcircle4.png -share/icons/oxygen/16x16/actions/draw-line.png -share/icons/oxygen/16x16/actions/draw-path.png -share/icons/oxygen/16x16/actions/draw-polygon.png -share/icons/oxygen/16x16/actions/draw-polyline.png -share/icons/oxygen/16x16/actions/draw-rectangle.png -share/icons/oxygen/16x16/actions/draw-spiral.png -share/icons/oxygen/16x16/actions/draw-square-inverted-corners.png -share/icons/oxygen/16x16/actions/draw-star.png -share/icons/oxygen/16x16/actions/draw-text.png -share/icons/oxygen/16x16/actions/draw-triangle.png -share/icons/oxygen/16x16/actions/draw-triangle1.png -share/icons/oxygen/16x16/actions/draw-triangle2.png -share/icons/oxygen/16x16/actions/draw-triangle3.png -share/icons/oxygen/16x16/actions/draw-triangle4.png -share/icons/oxygen/16x16/actions/edit-bomb.png -share/icons/oxygen/16x16/actions/edit-clear-history.png -share/icons/oxygen/16x16/actions/edit-clear-list.png -share/icons/oxygen/16x16/actions/edit-clear-locationbar-ltr.png -share/icons/oxygen/16x16/actions/edit-clear-locationbar-rtl.png -share/icons/oxygen/16x16/actions/edit-clear.png -share/icons/oxygen/16x16/actions/edit-copy.png -share/icons/oxygen/16x16/actions/edit-cut.png -share/icons/oxygen/16x16/actions/edit-delete-shred.png -share/icons/oxygen/16x16/actions/edit-delete.png -share/icons/oxygen/16x16/actions/edit-find-mail.png -share/icons/oxygen/16x16/actions/edit-find-project.png -share/icons/oxygen/16x16/actions/edit-find-replace.png -share/icons/oxygen/16x16/actions/edit-find-user.png -share/icons/oxygen/16x16/actions/edit-find.png -share/icons/oxygen/16x16/actions/edit-guides.png -share/icons/oxygen/16x16/actions/edit-image-face-add.png -share/icons/oxygen/16x16/actions/edit-image-face-detect.png -share/icons/oxygen/16x16/actions/edit-image-face-recognize.png -share/icons/oxygen/16x16/actions/edit-image-face-show.png -share/icons/oxygen/16x16/actions/edit-link.png -share/icons/oxygen/16x16/actions/edit-node.png -share/icons/oxygen/16x16/actions/edit-paste.png -share/icons/oxygen/16x16/actions/edit-redo.png -share/icons/oxygen/16x16/actions/edit-rename.png -share/icons/oxygen/16x16/actions/edit-select-all.png -share/icons/oxygen/16x16/actions/edit-select.png -share/icons/oxygen/16x16/actions/edit-table-cell-merge.png -share/icons/oxygen/16x16/actions/edit-table-cell-split.png -share/icons/oxygen/16x16/actions/edit-table-delete-column.png -share/icons/oxygen/16x16/actions/edit-table-delete-row.png -share/icons/oxygen/16x16/actions/edit-table-insert-column-left.png -share/icons/oxygen/16x16/actions/edit-table-insert-column-right.png -share/icons/oxygen/16x16/actions/edit-table-insert-row-above.png -share/icons/oxygen/16x16/actions/edit-table-insert-row-below.png -share/icons/oxygen/16x16/actions/edit-table-insert-row-under.png -share/icons/oxygen/16x16/actions/edit-text-frame-update.png -share/icons/oxygen/16x16/actions/edit-undo.png -share/icons/oxygen/16x16/actions/feed-subscribe.png -share/icons/oxygen/16x16/actions/fill-color.png -share/icons/oxygen/16x16/actions/flag-black.png -share/icons/oxygen/16x16/actions/flag-blue.png -share/icons/oxygen/16x16/actions/flag-green.png -share/icons/oxygen/16x16/actions/flag-red.png -share/icons/oxygen/16x16/actions/flag-yellow.png -share/icons/oxygen/16x16/actions/flag.png -share/icons/oxygen/16x16/actions/folder-new.png -share/icons/oxygen/16x16/actions/folder-sync.png -share/icons/oxygen/16x16/actions/fork.png -share/icons/oxygen/16x16/actions/format-add-node.png -share/icons/oxygen/16x16/actions/format-break-node.png -share/icons/oxygen/16x16/actions/format-connect-node.png -share/icons/oxygen/16x16/actions/format-disconnect-node.png -share/icons/oxygen/16x16/actions/format-fill-color.png -share/icons/oxygen/16x16/actions/format-font-size-less.png -share/icons/oxygen/16x16/actions/format-font-size-more.png -share/icons/oxygen/16x16/actions/format-indent-less.png -share/icons/oxygen/16x16/actions/format-indent-more.png -share/icons/oxygen/16x16/actions/format-join-node.png -share/icons/oxygen/16x16/actions/format-justify-center.png -share/icons/oxygen/16x16/actions/format-justify-fill.png -share/icons/oxygen/16x16/actions/format-justify-left.png -share/icons/oxygen/16x16/actions/format-justify-right.png -share/icons/oxygen/16x16/actions/format-line-spacing-double.png -share/icons/oxygen/16x16/actions/format-line-spacing-normal.png -share/icons/oxygen/16x16/actions/format-line-spacing-triple.png -share/icons/oxygen/16x16/actions/format-list-ordered.png -share/icons/oxygen/16x16/actions/format-list-unordered.png -share/icons/oxygen/16x16/actions/format-remove-node.png -share/icons/oxygen/16x16/actions/format-stroke-color.png -share/icons/oxygen/16x16/actions/format-text-bold.png -share/icons/oxygen/16x16/actions/format-text-color.png -share/icons/oxygen/16x16/actions/format-text-direction-ltr.png -share/icons/oxygen/16x16/actions/format-text-direction-rtl.png -share/icons/oxygen/16x16/actions/format-text-italic.png -share/icons/oxygen/16x16/actions/format-text-strikethrough.png -share/icons/oxygen/16x16/actions/format-text-subscript.png -share/icons/oxygen/16x16/actions/format-text-superscript.png -share/icons/oxygen/16x16/actions/format-text-underline.png -share/icons/oxygen/16x16/actions/games-achievements.png -share/icons/oxygen/16x16/actions/games-config-background.png -share/icons/oxygen/16x16/actions/games-config-board.png -share/icons/oxygen/16x16/actions/games-config-custom.png -share/icons/oxygen/16x16/actions/games-config-options.png -share/icons/oxygen/16x16/actions/games-config-theme.png -share/icons/oxygen/16x16/actions/games-config-tiles.png -share/icons/oxygen/16x16/actions/games-difficult.png -share/icons/oxygen/16x16/actions/games-endturn.png -share/icons/oxygen/16x16/actions/games-highscores.png -share/icons/oxygen/16x16/actions/games-hint.png -share/icons/oxygen/16x16/actions/games-solve.png -share/icons/oxygen/16x16/actions/get-hot-new-stuff.png -share/icons/oxygen/16x16/actions/go-bottom.png -share/icons/oxygen/16x16/actions/go-down-search.png -share/icons/oxygen/16x16/actions/go-down.png -share/icons/oxygen/16x16/actions/go-first-view-page.png -share/icons/oxygen/16x16/actions/go-first-view.png -share/icons/oxygen/16x16/actions/go-first.png -share/icons/oxygen/16x16/actions/go-home.png -share/icons/oxygen/16x16/actions/go-jump-declaration.png -share/icons/oxygen/16x16/actions/go-jump-definition.png -share/icons/oxygen/16x16/actions/go-jump-locationbar.png -share/icons/oxygen/16x16/actions/go-jump-today.png -share/icons/oxygen/16x16/actions/go-jump.png -share/icons/oxygen/16x16/actions/go-last-view-page.png -share/icons/oxygen/16x16/actions/go-last-view.png -share/icons/oxygen/16x16/actions/go-last.png -share/icons/oxygen/16x16/actions/go-next-context.png -share/icons/oxygen/16x16/actions/go-next-use.png -share/icons/oxygen/16x16/actions/go-next-view-page.png -share/icons/oxygen/16x16/actions/go-next-view.png -share/icons/oxygen/16x16/actions/go-next.png -share/icons/oxygen/16x16/actions/go-parent-folder.png -share/icons/oxygen/16x16/actions/go-previous-context.png -share/icons/oxygen/16x16/actions/go-previous-use.png -share/icons/oxygen/16x16/actions/go-previous-view-page.png -share/icons/oxygen/16x16/actions/go-previous-view.png -share/icons/oxygen/16x16/actions/go-previous.png -share/icons/oxygen/16x16/actions/go-top.png -share/icons/oxygen/16x16/actions/go-up-search.png -share/icons/oxygen/16x16/actions/go-up.png -share/icons/oxygen/16x16/actions/help-about.png -share/icons/oxygen/16x16/actions/help-contents.png -share/icons/oxygen/16x16/actions/help-contextual.png -share/icons/oxygen/16x16/actions/help-donate.png -share/icons/oxygen/16x16/actions/help-feedback.png -share/icons/oxygen/16x16/actions/help-hint.png -share/icons/oxygen/16x16/actions/im-aim.png -share/icons/oxygen/16x16/actions/im-ban-kick-user.png -share/icons/oxygen/16x16/actions/im-ban-user.png -share/icons/oxygen/16x16/actions/im-facebook.png -share/icons/oxygen/16x16/actions/im-icq.png -share/icons/oxygen/16x16/actions/im-identi.ca.png -share/icons/oxygen/16x16/actions/im-invisible-user.png -share/icons/oxygen/16x16/actions/im-jabber.png -share/icons/oxygen/16x16/actions/im-kick-user.png -share/icons/oxygen/16x16/actions/im-msn.png -share/icons/oxygen/16x16/actions/im-qq.png -share/icons/oxygen/16x16/actions/im-skype.png -share/icons/oxygen/16x16/actions/im-twitter.png -share/icons/oxygen/16x16/actions/im-user-away.png -share/icons/oxygen/16x16/actions/im-user-busy.png -share/icons/oxygen/16x16/actions/im-user-offline.png -share/icons/oxygen/16x16/actions/im-user.png -share/icons/oxygen/16x16/actions/im-yahoo.png -share/icons/oxygen/16x16/actions/insert-button.png -share/icons/oxygen/16x16/actions/insert-horizontal-rule.png -share/icons/oxygen/16x16/actions/insert-image.png -share/icons/oxygen/16x16/actions/insert-link.png -share/icons/oxygen/16x16/actions/insert-table.png -share/icons/oxygen/16x16/actions/insert-text-frame.png -share/icons/oxygen/16x16/actions/insert-text.png -share/icons/oxygen/16x16/actions/irc-close-channel.png -share/icons/oxygen/16x16/actions/irc-join-channel.png -share/icons/oxygen/16x16/actions/irc-operator.png -share/icons/oxygen/16x16/actions/irc-remove-operator.png -share/icons/oxygen/16x16/actions/irc-unvoice.png -share/icons/oxygen/16x16/actions/irc-voice.png -share/icons/oxygen/16x16/actions/key-enter.png -share/icons/oxygen/16x16/actions/kmix-master.png -share/icons/oxygen/16x16/actions/layer-visible-off.png -share/icons/oxygen/16x16/actions/layer-visible-on.png -share/icons/oxygen/16x16/actions/list-add-font.png -share/icons/oxygen/16x16/actions/list-add-user.png -share/icons/oxygen/16x16/actions/list-add.png -share/icons/oxygen/16x16/actions/list-remove-user.png -share/icons/oxygen/16x16/actions/list-remove.png -share/icons/oxygen/16x16/actions/list-resource-add.png -share/icons/oxygen/16x16/actions/mail-encrypted-full.png -share/icons/oxygen/16x16/actions/mail-encrypted-part.png -share/icons/oxygen/16x16/actions/mail-encrypted.png -share/icons/oxygen/16x16/actions/mail-flag.png -share/icons/oxygen/16x16/actions/mail-forward.png -share/icons/oxygen/16x16/actions/mail-forwarded-replied.png -share/icons/oxygen/16x16/actions/mail-forwarded.png -share/icons/oxygen/16x16/actions/mail-invitation.png -share/icons/oxygen/16x16/actions/mail-mark-important.png -share/icons/oxygen/16x16/actions/mail-mark-junk.png -share/icons/oxygen/16x16/actions/mail-mark-notjunk.png -share/icons/oxygen/16x16/actions/mail-mark-read.png -share/icons/oxygen/16x16/actions/mail-mark-unread-new.png -share/icons/oxygen/16x16/actions/mail-mark-unread.png -share/icons/oxygen/16x16/actions/mail-meeting-request-reply.png -share/icons/oxygen/16x16/actions/mail-message-new-list.png -share/icons/oxygen/16x16/actions/mail-message-new.png -share/icons/oxygen/16x16/actions/mail-queue.png -share/icons/oxygen/16x16/actions/mail-receive.png -share/icons/oxygen/16x16/actions/mail-replied.png -share/icons/oxygen/16x16/actions/mail-reply-all.png -share/icons/oxygen/16x16/actions/mail-reply-custom-all.png -share/icons/oxygen/16x16/actions/mail-reply-custom.png -share/icons/oxygen/16x16/actions/mail-reply-list.png -share/icons/oxygen/16x16/actions/mail-reply-sender.png -share/icons/oxygen/16x16/actions/mail-send.png -share/icons/oxygen/16x16/actions/mail-signature-unknown.png -share/icons/oxygen/16x16/actions/mail-signed-full.png -share/icons/oxygen/16x16/actions/mail-signed-fully.png -share/icons/oxygen/16x16/actions/mail-signed-part.png -share/icons/oxygen/16x16/actions/mail-signed-verified.png -share/icons/oxygen/16x16/actions/mail-signed.png -share/icons/oxygen/16x16/actions/mail-tagged.png -share/icons/oxygen/16x16/actions/measure.png -share/icons/oxygen/16x16/actions/media-eject.png -share/icons/oxygen/16x16/actions/media-playback-pause.png -share/icons/oxygen/16x16/actions/media-playback-start.png -share/icons/oxygen/16x16/actions/media-playback-stop.png -share/icons/oxygen/16x16/actions/media-record.png -share/icons/oxygen/16x16/actions/media-seek-backward.png -share/icons/oxygen/16x16/actions/media-seek-forward.png -share/icons/oxygen/16x16/actions/media-skip-backward.png -share/icons/oxygen/16x16/actions/media-skip-forward.png -share/icons/oxygen/16x16/actions/meeting-attending-tentative.png -share/icons/oxygen/16x16/actions/meeting-attending.png -share/icons/oxygen/16x16/actions/meeting-participant-no-response.png -share/icons/oxygen/16x16/actions/meeting-participant-request-response.png -share/icons/oxygen/16x16/actions/milestone.png -share/icons/oxygen/16x16/actions/network-connect.png -share/icons/oxygen/16x16/actions/network-disconnect.png -share/icons/oxygen/16x16/actions/news-subscribe.png -share/icons/oxygen/16x16/actions/news-unsubscribe.png -share/icons/oxygen/16x16/actions/object-flip-horizontal.png -share/icons/oxygen/16x16/actions/object-flip-vertical.png -share/icons/oxygen/16x16/actions/object-group.png -share/icons/oxygen/16x16/actions/object-order-back.png -share/icons/oxygen/16x16/actions/object-order-front.png -share/icons/oxygen/16x16/actions/object-order-lower.png -share/icons/oxygen/16x16/actions/object-order-raise.png -share/icons/oxygen/16x16/actions/object-rotate-left.png -share/icons/oxygen/16x16/actions/object-rotate-right.png -share/icons/oxygen/16x16/actions/object-ungroup.png -share/icons/oxygen/16x16/actions/office-chart-area-focus-peak-node.png -share/icons/oxygen/16x16/actions/office-chart-area-percentage.png -share/icons/oxygen/16x16/actions/office-chart-area-stacked.png -share/icons/oxygen/16x16/actions/office-chart-area.png -share/icons/oxygen/16x16/actions/office-chart-bar-percentage.png -share/icons/oxygen/16x16/actions/office-chart-bar-stacked.png -share/icons/oxygen/16x16/actions/office-chart-bar.png -share/icons/oxygen/16x16/actions/office-chart-line-percentage.png -share/icons/oxygen/16x16/actions/office-chart-line-stacked.png -share/icons/oxygen/16x16/actions/office-chart-line.png -share/icons/oxygen/16x16/actions/office-chart-pie.png -share/icons/oxygen/16x16/actions/office-chart-polar-stacked.png -share/icons/oxygen/16x16/actions/office-chart-polar.png -share/icons/oxygen/16x16/actions/office-chart-ring.png -share/icons/oxygen/16x16/actions/office-chart-scatter.png -share/icons/oxygen/16x16/actions/page-2sides.png -share/icons/oxygen/16x16/actions/page-3sides.png -share/icons/oxygen/16x16/actions/page-4sides.png -share/icons/oxygen/16x16/actions/page-simple.png -share/icons/oxygen/16x16/actions/page-zoom.png -share/icons/oxygen/16x16/actions/pdf-annotations.png -share/icons/oxygen/16x16/actions/player-time.png -share/icons/oxygen/16x16/actions/player-volume.png -share/icons/oxygen/16x16/actions/preferences-activities.png -share/icons/oxygen/16x16/actions/preflight-verifier.png -share/icons/oxygen/16x16/actions/process-stop.png -share/icons/oxygen/16x16/actions/project-development-close-all.png -share/icons/oxygen/16x16/actions/project-development-close.png -share/icons/oxygen/16x16/actions/project-development-new-template.png -share/icons/oxygen/16x16/actions/project-development.png -share/icons/oxygen/16x16/actions/project-open.png -share/icons/oxygen/16x16/actions/quickopen-class.png -share/icons/oxygen/16x16/actions/quickopen-file.png -share/icons/oxygen/16x16/actions/quickopen-function.png -share/icons/oxygen/16x16/actions/quickopen.png -share/icons/oxygen/16x16/actions/rating.png -share/icons/oxygen/16x16/actions/resource-calendar-child-insert.png -share/icons/oxygen/16x16/actions/resource-calendar-child.png -share/icons/oxygen/16x16/actions/resource-calendar-insert.png -share/icons/oxygen/16x16/actions/resource-group-new.png -share/icons/oxygen/16x16/actions/resource-group.png -share/icons/oxygen/16x16/actions/roll.png -share/icons/oxygen/16x16/actions/run-build-clean.png -share/icons/oxygen/16x16/actions/run-build-configure.png -share/icons/oxygen/16x16/actions/run-build-file.png -share/icons/oxygen/16x16/actions/run-build-install-root.png -share/icons/oxygen/16x16/actions/run-build-install.png -share/icons/oxygen/16x16/actions/run-build-prune.png -share/icons/oxygen/16x16/actions/run-build.png -share/icons/oxygen/16x16/actions/select-rectangular.png -share/icons/oxygen/16x16/actions/services.png -share/icons/oxygen/16x16/actions/show-menu.png -share/icons/oxygen/16x16/actions/skg-chart-bubble.png -share/icons/oxygen/16x16/actions/skrooge_credit_card.png -share/icons/oxygen/16x16/actions/skrooge_less.png -share/icons/oxygen/16x16/actions/skrooge_more.png -share/icons/oxygen/16x16/actions/skrooge_much_less.png -share/icons/oxygen/16x16/actions/skrooge_much_more.png -share/icons/oxygen/16x16/actions/skrooge_type.png -share/icons/oxygen/16x16/actions/snap-extension.png -share/icons/oxygen/16x16/actions/snap-guideline.png -share/icons/oxygen/16x16/actions/snap-intersection.png -share/icons/oxygen/16x16/actions/snap-node.png -share/icons/oxygen/16x16/actions/snap-orthogonal.png -share/icons/oxygen/16x16/actions/speaker.png -share/icons/oxygen/16x16/actions/story-editor.png -share/icons/oxygen/16x16/actions/stroke-cap-butt.png -share/icons/oxygen/16x16/actions/stroke-cap-round.png -share/icons/oxygen/16x16/actions/stroke-cap-square.png -share/icons/oxygen/16x16/actions/stroke-join-bevel.png -share/icons/oxygen/16x16/actions/stroke-join-miter.png -share/icons/oxygen/16x16/actions/stroke-join-round.png -share/icons/oxygen/16x16/actions/svn-commit.png -share/icons/oxygen/16x16/actions/svn-update.png -share/icons/oxygen/16x16/actions/system-lock-screen.png -share/icons/oxygen/16x16/actions/system-log-out.png -share/icons/oxygen/16x16/actions/system-reboot.png -share/icons/oxygen/16x16/actions/system-run.png -share/icons/oxygen/16x16/actions/system-search.png -share/icons/oxygen/16x16/actions/system-shutdown.png -share/icons/oxygen/16x16/actions/system-suspend-hibernate.png -share/icons/oxygen/16x16/actions/system-suspend.png -share/icons/oxygen/16x16/actions/system-switch-user.png -share/icons/oxygen/16x16/actions/tab-close-other.png -share/icons/oxygen/16x16/actions/tab-close.png -share/icons/oxygen/16x16/actions/tab-detach.png -share/icons/oxygen/16x16/actions/tab-duplicate.png -share/icons/oxygen/16x16/actions/tab-new-background.png -share/icons/oxygen/16x16/actions/tab-new.png -share/icons/oxygen/16x16/actions/text-field.png -share/icons/oxygen/16x16/actions/text-frame-link.png -share/icons/oxygen/16x16/actions/text-frame-unlink.png -share/icons/oxygen/16x16/actions/text-speak.png -share/icons/oxygen/16x16/actions/tool-animator.png -share/icons/oxygen/16x16/actions/tools-check-spelling.png -share/icons/oxygen/16x16/actions/tools-media-optical-burn-image.png -share/icons/oxygen/16x16/actions/tools-media-optical-burn.png -share/icons/oxygen/16x16/actions/tools-media-optical-copy.png -share/icons/oxygen/16x16/actions/tools-media-optical-erase.png -share/icons/oxygen/16x16/actions/tools-media-optical-format.png -share/icons/oxygen/16x16/actions/tools-report-bug.png -share/icons/oxygen/16x16/actions/tools-rip-audio-cd.png -share/icons/oxygen/16x16/actions/tools-rip-video-cd.png -share/icons/oxygen/16x16/actions/tools-rip-video-dvd.png -share/icons/oxygen/16x16/actions/tools-wizard.png -share/icons/oxygen/16x16/actions/transform-crop-and-resize.png -share/icons/oxygen/16x16/actions/transform-crop.png -share/icons/oxygen/16x16/actions/transform-move.png -share/icons/oxygen/16x16/actions/transform-rotate.png -share/icons/oxygen/16x16/actions/transform-scale.png -share/icons/oxygen/16x16/actions/transform-shear-down.png -share/icons/oxygen/16x16/actions/transform-shear-left.png -share/icons/oxygen/16x16/actions/transform-shear-right.png -share/icons/oxygen/16x16/actions/transform-shear-up.png -share/icons/oxygen/16x16/actions/trash-empty.png -share/icons/oxygen/16x16/actions/user-group-delete.png -share/icons/oxygen/16x16/actions/user-group-new.png -share/icons/oxygen/16x16/actions/user-group-properties.png -share/icons/oxygen/16x16/actions/user-properties.png -share/icons/oxygen/16x16/actions/view-bank.png -share/icons/oxygen/16x16/actions/view-barcode-add.png -share/icons/oxygen/16x16/actions/view-barcode.png -share/icons/oxygen/16x16/actions/view-calendar-agenda.png -share/icons/oxygen/16x16/actions/view-calendar-birthday.png -share/icons/oxygen/16x16/actions/view-calendar-day.png -share/icons/oxygen/16x16/actions/view-calendar-holiday.png -share/icons/oxygen/16x16/actions/view-calendar-journal.png -share/icons/oxygen/16x16/actions/view-calendar-list.png -share/icons/oxygen/16x16/actions/view-calendar-month.png -share/icons/oxygen/16x16/actions/view-calendar-special-occasion.png -share/icons/oxygen/16x16/actions/view-calendar-tasks.png -share/icons/oxygen/16x16/actions/view-calendar-time-spent.png -share/icons/oxygen/16x16/actions/view-calendar-timeline.png -share/icons/oxygen/16x16/actions/view-calendar-upcoming-days.png -share/icons/oxygen/16x16/actions/view-calendar-upcoming-events.png -share/icons/oxygen/16x16/actions/view-calendar-wedding-anniversary.png -share/icons/oxygen/16x16/actions/view-calendar-week.png -share/icons/oxygen/16x16/actions/view-calendar-whatsnext.png -share/icons/oxygen/16x16/actions/view-calendar-workweek.png -share/icons/oxygen/16x16/actions/view-calendar.png -share/icons/oxygen/16x16/actions/view-certificate-add.png -share/icons/oxygen/16x16/actions/view-certificate-export-secret.png -share/icons/oxygen/16x16/actions/view-certificate-export-server.png -share/icons/oxygen/16x16/actions/view-certificate-export.png -share/icons/oxygen/16x16/actions/view-certificate-import.png -share/icons/oxygen/16x16/actions/view-certificate-server-configure.png -share/icons/oxygen/16x16/actions/view-certificate-sign.png -share/icons/oxygen/16x16/actions/view-certificate.png -share/icons/oxygen/16x16/actions/view-choose.png -share/icons/oxygen/16x16/actions/view-close.png -share/icons/oxygen/16x16/actions/view-conversation-balloon.png -share/icons/oxygen/16x16/actions/view-file-columns.png -share/icons/oxygen/16x16/actions/view-filter.png -share/icons/oxygen/16x16/actions/view-financial-forecast.png -share/icons/oxygen/16x16/actions/view-form-action.png -share/icons/oxygen/16x16/actions/view-form-table.png -share/icons/oxygen/16x16/actions/view-form.png -share/icons/oxygen/16x16/actions/view-fullscreen.png -share/icons/oxygen/16x16/actions/view-grid.png -share/icons/oxygen/16x16/actions/view-group.png -share/icons/oxygen/16x16/actions/view-history.png -share/icons/oxygen/16x16/actions/view-ldap-resource.png -share/icons/oxygen/16x16/actions/view-left-close.png -share/icons/oxygen/16x16/actions/view-list-details.png -share/icons/oxygen/16x16/actions/view-list-icons.png -share/icons/oxygen/16x16/actions/view-list-text.png -share/icons/oxygen/16x16/actions/view-list-tree.png -share/icons/oxygen/16x16/actions/view-media-artist.png -share/icons/oxygen/16x16/actions/view-media-equalizer.png -share/icons/oxygen/16x16/actions/view-media-lyrics.png -share/icons/oxygen/16x16/actions/view-media-playlist.png -share/icons/oxygen/16x16/actions/view-media-visualization.png -share/icons/oxygen/16x16/actions/view-multiple-objects.png -share/icons/oxygen/16x16/actions/view-object-histogram-linear.png -share/icons/oxygen/16x16/actions/view-object-histogram-logarithmic.png -share/icons/oxygen/16x16/actions/view-pim-calendar.png -share/icons/oxygen/16x16/actions/view-pim-contacts.png -share/icons/oxygen/16x16/actions/view-pim-journal.png -share/icons/oxygen/16x16/actions/view-pim-mail.png -share/icons/oxygen/16x16/actions/view-pim-news.png -share/icons/oxygen/16x16/actions/view-pim-notes.png -share/icons/oxygen/16x16/actions/view-pim-summary.png -share/icons/oxygen/16x16/actions/view-pim-tasks-pending.png -share/icons/oxygen/16x16/actions/view-pim-tasks.png -share/icons/oxygen/16x16/actions/view-presentation.png -share/icons/oxygen/16x16/actions/view-preview.png -share/icons/oxygen/16x16/actions/view-process-all-tree.png -share/icons/oxygen/16x16/actions/view-process-all.png -share/icons/oxygen/16x16/actions/view-process-own.png -share/icons/oxygen/16x16/actions/view-process-system.png -share/icons/oxygen/16x16/actions/view-process-tree.png -share/icons/oxygen/16x16/actions/view-process-users.png -share/icons/oxygen/16x16/actions/view-refresh.png -share/icons/oxygen/16x16/actions/view-resource-calendar.png -share/icons/oxygen/16x16/actions/view-restore.png -share/icons/oxygen/16x16/actions/view-right-close.png -share/icons/oxygen/16x16/actions/view-right-new.png -share/icons/oxygen/16x16/actions/view-sidetree.png -share/icons/oxygen/16x16/actions/view-sort-ascending.png -share/icons/oxygen/16x16/actions/view-sort-descending.png -share/icons/oxygen/16x16/actions/view-split-left-right.png -share/icons/oxygen/16x16/actions/view-split-top-bottom.png -share/icons/oxygen/16x16/actions/view-statistics.png -share/icons/oxygen/16x16/actions/view-task-add.png -share/icons/oxygen/16x16/actions/view-task-child-add.png -share/icons/oxygen/16x16/actions/view-task-child.png -share/icons/oxygen/16x16/actions/view-task.png -share/icons/oxygen/16x16/actions/view-time-schedule-baselined-add.png -share/icons/oxygen/16x16/actions/view-time-schedule-baselined-remove.png -share/icons/oxygen/16x16/actions/view-time-schedule-baselined.png -share/icons/oxygen/16x16/actions/view-time-schedule-calculus.png -share/icons/oxygen/16x16/actions/view-time-schedule-child-insert.png -share/icons/oxygen/16x16/actions/view-time-schedule-edit.png -share/icons/oxygen/16x16/actions/view-time-schedule-insert.png -share/icons/oxygen/16x16/actions/view-time-schedule.png -share/icons/oxygen/16x16/actions/view-web-browser-dom-tree.png -share/icons/oxygen/16x16/actions/window-close.png -share/icons/oxygen/16x16/actions/window-duplicate.png -share/icons/oxygen/16x16/actions/window-new.png -share/icons/oxygen/16x16/actions/zoom-1-to-2.png -share/icons/oxygen/16x16/actions/zoom-2-to-1.png -share/icons/oxygen/16x16/actions/zoom-draw.png -share/icons/oxygen/16x16/actions/zoom-fit-best.png -share/icons/oxygen/16x16/actions/zoom-fit-height.png -share/icons/oxygen/16x16/actions/zoom-fit-width.png -share/icons/oxygen/16x16/actions/zoom-in.png -share/icons/oxygen/16x16/actions/zoom-next.png -share/icons/oxygen/16x16/actions/zoom-original.png -share/icons/oxygen/16x16/actions/zoom-out.png -share/icons/oxygen/16x16/actions/zoom-previous.png -share/icons/oxygen/16x16/actions/zoom-select.png -share/icons/oxygen/16x16/animations/process-idle-kde.png -share/icons/oxygen/16x16/animations/process-working-kde.png -share/icons/oxygen/16x16/apps/Charm.png -share/icons/oxygen/16x16/apps/accessories-calculator.png -share/icons/oxygen/16x16/apps/accessories-character-map.png -share/icons/oxygen/16x16/apps/accessories-dictionary.png -share/icons/oxygen/16x16/apps/accessories-text-editor.png -share/icons/oxygen/16x16/apps/acroread.png -share/icons/oxygen/16x16/apps/akonadi.png -share/icons/oxygen/16x16/apps/akregator.png -share/icons/oxygen/16x16/apps/amarok.png -share/icons/oxygen/16x16/apps/ark.png -share/icons/oxygen/16x16/apps/basket.png -share/icons/oxygen/16x16/apps/braindump.png -share/icons/oxygen/16x16/apps/calligraauthor.png -share/icons/oxygen/16x16/apps/calligraflow.png -share/icons/oxygen/16x16/apps/calligrakexi.png -share/icons/oxygen/16x16/apps/calligrakrita.png -share/icons/oxygen/16x16/apps/calligrasheets.png -share/icons/oxygen/16x16/apps/calligrastage.png -share/icons/oxygen/16x16/apps/calligrawords.png -share/icons/oxygen/16x16/apps/clock.png -share/icons/oxygen/16x16/apps/digikam.png -share/icons/oxygen/16x16/apps/dragonplayer.png -share/icons/oxygen/16x16/apps/esd.png -share/icons/oxygen/16x16/apps/fontforge.png -share/icons/oxygen/16x16/apps/graphics-viewer-document.png -share/icons/oxygen/16x16/apps/gwenview.png -share/icons/oxygen/16x16/apps/help-browser.png -share/icons/oxygen/16x16/apps/hwinfo.png -share/icons/oxygen/16x16/apps/inkscape.png -share/icons/oxygen/16x16/apps/internet-mail.png -share/icons/oxygen/16x16/apps/internet-telephony.png -share/icons/oxygen/16x16/apps/internet-web-browser.png -share/icons/oxygen/16x16/apps/java.png -share/icons/oxygen/16x16/apps/k3b.png -share/icons/oxygen/16x16/apps/kaffeine.png -share/icons/oxygen/16x16/apps/kate.png -share/icons/oxygen/16x16/apps/kblogger.png -share/icons/oxygen/16x16/apps/kbruch.png -share/icons/oxygen/16x16/apps/kbugbuster.png -share/icons/oxygen/16x16/apps/kchart.png -share/icons/oxygen/16x16/apps/kcolorchooser.png -share/icons/oxygen/16x16/apps/kde-gtk-config.png -share/icons/oxygen/16x16/apps/kde-windows.png -share/icons/oxygen/16x16/apps/kde.png -share/icons/oxygen/16x16/apps/kdevelop.png -share/icons/oxygen/16x16/apps/kdf.png -share/icons/oxygen/16x16/apps/kfind.png -share/icons/oxygen/16x16/apps/kformula.png -share/icons/oxygen/16x16/apps/kgpg.png -share/icons/oxygen/16x16/apps/kig.png -share/icons/oxygen/16x16/apps/kivio.png -share/icons/oxygen/16x16/apps/kjournal.png -share/icons/oxygen/16x16/apps/klipper.png -share/icons/oxygen/16x16/apps/kmag.png -share/icons/oxygen/16x16/apps/kmail.png -share/icons/oxygen/16x16/apps/kmix.png -share/icons/oxygen/16x16/apps/kmplayer.png -share/icons/oxygen/16x16/apps/knetattach.png -share/icons/oxygen/16x16/apps/knewsticker.png -share/icons/oxygen/16x16/apps/knotes.png -share/icons/oxygen/16x16/apps/kolf.png -share/icons/oxygen/16x16/apps/konqueror.png -share/icons/oxygen/16x16/apps/kontact.png -share/icons/oxygen/16x16/apps/konversation.png -share/icons/oxygen/16x16/apps/kopete-offline.png -share/icons/oxygen/16x16/apps/kopete.png -share/icons/oxygen/16x16/apps/korgac.png -share/icons/oxygen/16x16/apps/korganizer.png -share/icons/oxygen/16x16/apps/kplato.png -share/icons/oxygen/16x16/apps/kpresenter.png -share/icons/oxygen/16x16/apps/krdc.png -share/icons/oxygen/16x16/apps/krfb.png -share/icons/oxygen/16x16/apps/ksnapshot.png -share/icons/oxygen/16x16/apps/ksniffer.png -share/icons/oxygen/16x16/apps/kspread.png -share/icons/oxygen/16x16/apps/ksudoku.png -share/icons/oxygen/16x16/apps/kthesaurus.png -share/icons/oxygen/16x16/apps/ktip.png -share/icons/oxygen/16x16/apps/ktorrent.png -share/icons/oxygen/16x16/apps/kuickshow.png -share/icons/oxygen/16x16/apps/kverbos.png -share/icons/oxygen/16x16/apps/kwalletmanager.png -share/icons/oxygen/16x16/apps/kword.png -share/icons/oxygen/16x16/apps/lokalize.png -share/icons/oxygen/16x16/apps/multimedia-volume-control.png -share/icons/oxygen/16x16/apps/muondiscover.png -share/icons/oxygen/16x16/apps/nepomuk.png -share/icons/oxygen/16x16/apps/office-address-book.png -share/icons/oxygen/16x16/apps/office-calendar.png -share/icons/oxygen/16x16/apps/okteta.png -share/icons/oxygen/16x16/apps/okular.png -share/icons/oxygen/16x16/apps/oxygen.png -share/icons/oxygen/16x16/apps/partitionmanager.png -share/icons/oxygen/16x16/apps/picmi.png -share/icons/oxygen/16x16/apps/plasma.png -share/icons/oxygen/16x16/apps/plasmagik.png -share/icons/oxygen/16x16/apps/preferences-contact-list.png -share/icons/oxygen/16x16/apps/preferences-desktop-accessibility.png -share/icons/oxygen/16x16/apps/preferences-desktop-color.png -share/icons/oxygen/16x16/apps/preferences-desktop-cryptography.png -share/icons/oxygen/16x16/apps/preferences-desktop-default-applications.png -share/icons/oxygen/16x16/apps/preferences-desktop-display-color.png -share/icons/oxygen/16x16/apps/preferences-desktop-display.png -share/icons/oxygen/16x16/apps/preferences-desktop-filetype-association.png -share/icons/oxygen/16x16/apps/preferences-desktop-font.png -share/icons/oxygen/16x16/apps/preferences-desktop-gaming.png -share/icons/oxygen/16x16/apps/preferences-desktop-icons.png -share/icons/oxygen/16x16/apps/preferences-desktop-keyboard.png -share/icons/oxygen/16x16/apps/preferences-desktop-launch-feedback.png -share/icons/oxygen/16x16/apps/preferences-desktop-locale.png -share/icons/oxygen/16x16/apps/preferences-desktop-mouse.png -share/icons/oxygen/16x16/apps/preferences-desktop-notification-bell.png -share/icons/oxygen/16x16/apps/preferences-desktop-notification.png -share/icons/oxygen/16x16/apps/preferences-desktop-printer.png -share/icons/oxygen/16x16/apps/preferences-desktop-screensaver.png -share/icons/oxygen/16x16/apps/preferences-desktop-sound.png -share/icons/oxygen/16x16/apps/preferences-desktop-text-to-speech.png -share/icons/oxygen/16x16/apps/preferences-desktop-theme.png -share/icons/oxygen/16x16/apps/preferences-desktop-user-password.png -share/icons/oxygen/16x16/apps/preferences-desktop-user.png -share/icons/oxygen/16x16/apps/preferences-desktop-wallpaper.png -share/icons/oxygen/16x16/apps/preferences-kcalc-constants.png -share/icons/oxygen/16x16/apps/preferences-plugin-script.png -share/icons/oxygen/16x16/apps/preferences-plugin.png -share/icons/oxygen/16x16/apps/preferences-system-bluetooth-inactive.png -share/icons/oxygen/16x16/apps/preferences-system-bluetooth.png -share/icons/oxygen/16x16/apps/preferences-system-login.png -share/icons/oxygen/16x16/apps/preferences-system-network-sharing.png -share/icons/oxygen/16x16/apps/preferences-system-performance.png -share/icons/oxygen/16x16/apps/preferences-system-power-management.png -share/icons/oxygen/16x16/apps/preferences-system-session-services.png -share/icons/oxygen/16x16/apps/preferences-system-time.png -share/icons/oxygen/16x16/apps/preferences-system-windows-actions.png -share/icons/oxygen/16x16/apps/preferences-system-windows-move.png -share/icons/oxygen/16x16/apps/preferences-system-windows.png -share/icons/oxygen/16x16/apps/preferences-web-browser-adblock.png -share/icons/oxygen/16x16/apps/preferences-web-browser-cache.png -share/icons/oxygen/16x16/apps/preferences-web-browser-cookies.png -share/icons/oxygen/16x16/apps/preferences-web-browser-identification.png -share/icons/oxygen/16x16/apps/preferences-web-browser-shortcuts.png -share/icons/oxygen/16x16/apps/preferences-web-browser-stylesheets.png -share/icons/oxygen/16x16/apps/qelectrotech.png -share/icons/oxygen/16x16/apps/quassel.png -share/icons/oxygen/16x16/apps/scribus.png -share/icons/oxygen/16x16/apps/semn.png -share/icons/oxygen/16x16/apps/showfoto.png -share/icons/oxygen/16x16/apps/skrooge-black.png -share/icons/oxygen/16x16/apps/skrooge-initial.png -share/icons/oxygen/16x16/apps/skrooge.png -share/icons/oxygen/16x16/apps/step.png -share/icons/oxygen/16x16/apps/strigi.png -share/icons/oxygen/16x16/apps/system-file-manager.png -share/icons/oxygen/16x16/apps/system-software-update.png -share/icons/oxygen/16x16/apps/system-users.png -share/icons/oxygen/16x16/apps/tagua.png -share/icons/oxygen/16x16/apps/telepathy-kde.png -share/icons/oxygen/16x16/apps/utilities-desktop-extra.png -share/icons/oxygen/16x16/apps/utilities-file-archiver.png -share/icons/oxygen/16x16/apps/utilities-log-viewer.png -share/icons/oxygen/16x16/apps/utilities-system-monitor.png -share/icons/oxygen/16x16/apps/utilities-terminal.png -share/icons/oxygen/16x16/apps/wine.png -share/icons/oxygen/16x16/apps/xorg.png -share/icons/oxygen/16x16/apps/yakuake.png -share/icons/oxygen/16x16/categories/applications-accessories.png -share/icons/oxygen/16x16/categories/applications-development-translation.png -share/icons/oxygen/16x16/categories/applications-development-web.png -share/icons/oxygen/16x16/categories/applications-development.png -share/icons/oxygen/16x16/categories/applications-education-language.png -share/icons/oxygen/16x16/categories/applications-education-mathematics.png -share/icons/oxygen/16x16/categories/applications-education-miscellaneous.png -share/icons/oxygen/16x16/categories/applications-education-preschool.png -share/icons/oxygen/16x16/categories/applications-education-school.png -share/icons/oxygen/16x16/categories/applications-education-science.png -share/icons/oxygen/16x16/categories/applications-education-university.png -share/icons/oxygen/16x16/categories/applications-education.png -share/icons/oxygen/16x16/categories/applications-engineering.png -share/icons/oxygen/16x16/categories/applications-games.png -share/icons/oxygen/16x16/categories/applications-graphics.png -share/icons/oxygen/16x16/categories/applications-internet.png -share/icons/oxygen/16x16/categories/applications-multimedia.png -share/icons/oxygen/16x16/categories/applications-office.png -share/icons/oxygen/16x16/categories/applications-other.png -share/icons/oxygen/16x16/categories/applications-science.png -share/icons/oxygen/16x16/categories/applications-system.png -share/icons/oxygen/16x16/categories/applications-toys.png -share/icons/oxygen/16x16/categories/applications-utilities.png -share/icons/oxygen/16x16/categories/preferences-desktop-peripherals.png -share/icons/oxygen/16x16/categories/preferences-desktop-personal.png -share/icons/oxygen/16x16/categories/preferences-desktop.png -share/icons/oxygen/16x16/categories/preferences-other.png -share/icons/oxygen/16x16/categories/preferences-system-network.png -share/icons/oxygen/16x16/categories/preferences-system.png -share/icons/oxygen/16x16/categories/system-help.png -share/icons/oxygen/16x16/devices/audio-card.png -share/icons/oxygen/16x16/devices/audio-headphones.png -share/icons/oxygen/16x16/devices/audio-headset.png -share/icons/oxygen/16x16/devices/audio-input-line.png -share/icons/oxygen/16x16/devices/audio-input-microphone.png -share/icons/oxygen/16x16/devices/battery.png -share/icons/oxygen/16x16/devices/camera-photo.png -share/icons/oxygen/16x16/devices/camera-web.png -share/icons/oxygen/16x16/devices/computer-laptop.png -share/icons/oxygen/16x16/devices/computer.png -share/icons/oxygen/16x16/devices/cpu.png -share/icons/oxygen/16x16/devices/drive-harddisk.png -share/icons/oxygen/16x16/devices/drive-optical.png -share/icons/oxygen/16x16/devices/drive-removable-media-usb-pendrive.png -share/icons/oxygen/16x16/devices/drive-removable-media-usb.png -share/icons/oxygen/16x16/devices/drive-removable-media.png -share/icons/oxygen/16x16/devices/input-gaming.png -share/icons/oxygen/16x16/devices/input-keyboard.png -share/icons/oxygen/16x16/devices/input-mouse.png -share/icons/oxygen/16x16/devices/input-tablet.png -share/icons/oxygen/16x16/devices/media-flash-memory-stick.png -share/icons/oxygen/16x16/devices/media-flash-sd-mmc.png -share/icons/oxygen/16x16/devices/media-flash-smart-media.png -share/icons/oxygen/16x16/devices/media-flash.png -share/icons/oxygen/16x16/devices/media-floppy.png -share/icons/oxygen/16x16/devices/media-optical-audio.png -share/icons/oxygen/16x16/devices/media-optical-blu-ray.png -share/icons/oxygen/16x16/devices/media-optical-data.png -share/icons/oxygen/16x16/devices/media-optical-dvd.png -share/icons/oxygen/16x16/devices/media-optical-mixed-cd.png -share/icons/oxygen/16x16/devices/media-optical-recordable.png -share/icons/oxygen/16x16/devices/media-optical-video.png -share/icons/oxygen/16x16/devices/media-optical.png -share/icons/oxygen/16x16/devices/media-tape.png -share/icons/oxygen/16x16/devices/modem.png -share/icons/oxygen/16x16/devices/multimedia-player-apple-ipod.png -share/icons/oxygen/16x16/devices/multimedia-player.png -share/icons/oxygen/16x16/devices/network-wired.png -share/icons/oxygen/16x16/devices/network-wireless.png -share/icons/oxygen/16x16/devices/pda.png -share/icons/oxygen/16x16/devices/phone-openmoko-freerunner.png -share/icons/oxygen/16x16/devices/phone.png -share/icons/oxygen/16x16/devices/printer.png -share/icons/oxygen/16x16/devices/scanner.png -share/icons/oxygen/16x16/devices/secure-card.png -share/icons/oxygen/16x16/devices/smartphone.png -share/icons/oxygen/16x16/devices/tablet.png -share/icons/oxygen/16x16/devices/video-display.png -share/icons/oxygen/16x16/devices/video-projector.png -share/icons/oxygen/16x16/devices/video-television.png -share/icons/oxygen/16x16/emblems/emblem-encrypted-locked.png -share/icons/oxygen/16x16/emblems/emblem-encrypted-unlocked.png -share/icons/oxygen/16x16/emblems/emblem-favorite.png -share/icons/oxygen/16x16/emblems/emblem-important.png -share/icons/oxygen/16x16/emblems/emblem-locked.png -share/icons/oxygen/16x16/emblems/emblem-mounted.png -share/icons/oxygen/16x16/emblems/emblem-new.png -share/icons/oxygen/16x16/emblems/emblem-symbolic-link.png -share/icons/oxygen/16x16/emblems/emblem-unlocked.png -share/icons/oxygen/16x16/emblems/emblem-unmounted.png -share/icons/oxygen/16x16/emblems/image-has-versions-open.png -share/icons/oxygen/16x16/emblems/image-has-versions.png -share/icons/oxygen/16x16/emblems/image-stack-open.png -share/icons/oxygen/16x16/emblems/image-stack.png -share/icons/oxygen/16x16/emblems/vcs-added.png -share/icons/oxygen/16x16/emblems/vcs-conflicting.png -share/icons/oxygen/16x16/emblems/vcs-locally-modified-unstaged.png -share/icons/oxygen/16x16/emblems/vcs-locally-modified.png -share/icons/oxygen/16x16/emblems/vcs-normal.png -share/icons/oxygen/16x16/emblems/vcs-removed.png -share/icons/oxygen/16x16/emblems/vcs-update-required.png -share/icons/oxygen/16x16/emotes/face-angel.png -share/icons/oxygen/16x16/emotes/face-embarrassed.png -share/icons/oxygen/16x16/emotes/face-kiss.png -share/icons/oxygen/16x16/emotes/face-laugh.png -share/icons/oxygen/16x16/emotes/face-plain.png -share/icons/oxygen/16x16/emotes/face-raspberry.png -share/icons/oxygen/16x16/emotes/face-sad.png -share/icons/oxygen/16x16/emotes/face-smile-big.png -share/icons/oxygen/16x16/emotes/face-smile.png -share/icons/oxygen/16x16/emotes/face-surprise.png -share/icons/oxygen/16x16/emotes/face-uncertain.png -share/icons/oxygen/16x16/emotes/face-wink.png -share/icons/oxygen/16x16/mimetypes/application-atom+xml.png -share/icons/oxygen/16x16/mimetypes/application-epub+zip.png -share/icons/oxygen/16x16/mimetypes/application-illustrator.png -share/icons/oxygen/16x16/mimetypes/application-javascript.png -share/icons/oxygen/16x16/mimetypes/application-msword-template.png -share/icons/oxygen/16x16/mimetypes/application-msword.png -share/icons/oxygen/16x16/mimetypes/application-octet-stream.png -share/icons/oxygen/16x16/mimetypes/application-ogg.png -share/icons/oxygen/16x16/mimetypes/application-pdf.png -share/icons/oxygen/16x16/mimetypes/application-pgp-encrypted.png -share/icons/oxygen/16x16/mimetypes/application-pgp-keys.png -share/icons/oxygen/16x16/mimetypes/application-pgp-signature.png -share/icons/oxygen/16x16/mimetypes/application-pgp.png -share/icons/oxygen/16x16/mimetypes/application-pkcs7-mime.png -share/icons/oxygen/16x16/mimetypes/application-pkcs7-signature.png -share/icons/oxygen/16x16/mimetypes/application-postscript.png -share/icons/oxygen/16x16/mimetypes/application-relaxng.png -share/icons/oxygen/16x16/mimetypes/application-rss+xml.png -share/icons/oxygen/16x16/mimetypes/application-rtf.png -share/icons/oxygen/16x16/mimetypes/application-sxw.png -share/icons/oxygen/16x16/mimetypes/application-vnd-google-earth-kml.png -share/icons/oxygen/16x16/mimetypes/application-vnd.iccprofile.png -share/icons/oxygen/16x16/mimetypes/application-vnd.ms-access.png -share/icons/oxygen/16x16/mimetypes/application-vnd.ms-excel.png -share/icons/oxygen/16x16/mimetypes/application-vnd.ms-powerpoint.png -share/icons/oxygen/16x16/mimetypes/application-vnd.oasis.opendocument.chart.png -share/icons/oxygen/16x16/mimetypes/application-vnd.oasis.opendocument.database.png -share/icons/oxygen/16x16/mimetypes/application-vnd.oasis.opendocument.draw.template.png -share/icons/oxygen/16x16/mimetypes/application-vnd.oasis.opendocument.drawing.png -share/icons/oxygen/16x16/mimetypes/application-vnd.oasis.opendocument.drawing.template.png -share/icons/oxygen/16x16/mimetypes/application-vnd.oasis.opendocument.formula-template.png -share/icons/oxygen/16x16/mimetypes/application-vnd.oasis.opendocument.formula.png -share/icons/oxygen/16x16/mimetypes/application-vnd.oasis.opendocument.graphics.png -share/icons/oxygen/16x16/mimetypes/application-vnd.oasis.opendocument.image.png -share/icons/oxygen/16x16/mimetypes/application-vnd.oasis.opendocument.presentation-template.png -share/icons/oxygen/16x16/mimetypes/application-vnd.oasis.opendocument.presentation.png -share/icons/oxygen/16x16/mimetypes/application-vnd.oasis.opendocument.spreadsheet-template.png -share/icons/oxygen/16x16/mimetypes/application-vnd.oasis.opendocument.spreadsheet.png -share/icons/oxygen/16x16/mimetypes/application-vnd.oasis.opendocument.text-master.png -share/icons/oxygen/16x16/mimetypes/application-vnd.oasis.opendocument.text-template.png -share/icons/oxygen/16x16/mimetypes/application-vnd.oasis.opendocument.text.png -share/icons/oxygen/16x16/mimetypes/application-vnd.oasis.opendocument.web.template.png -share/icons/oxygen/16x16/mimetypes/application-vnd.openxmlformats-officedocument.wordprocessingml.document.png -share/icons/oxygen/16x16/mimetypes/application-vnd.rn-realmedia.png -share/icons/oxygen/16x16/mimetypes/application-vnd.scribus.png -share/icons/oxygen/16x16/mimetypes/application-vnd.stardivision.calc.png -share/icons/oxygen/16x16/mimetypes/application-vnd.stardivision.draw.png -share/icons/oxygen/16x16/mimetypes/application-vnd.stardivision.mail.png -share/icons/oxygen/16x16/mimetypes/application-vnd.stardivision.math.png -share/icons/oxygen/16x16/mimetypes/application-vnd.sun.xml.calc.png -share/icons/oxygen/16x16/mimetypes/application-vnd.sun.xml.calc.template.png -share/icons/oxygen/16x16/mimetypes/application-vnd.sun.xml.draw.png -share/icons/oxygen/16x16/mimetypes/application-vnd.sun.xml.draw.template.png -share/icons/oxygen/16x16/mimetypes/application-vnd.sun.xml.impress.png -share/icons/oxygen/16x16/mimetypes/application-vnd.sun.xml.impress.template.png -share/icons/oxygen/16x16/mimetypes/application-vnd.sun.xml.math.png -share/icons/oxygen/16x16/mimetypes/application-vnd.sun.xml.writer.global.png -share/icons/oxygen/16x16/mimetypes/application-vnd.sun.xml.writer.png -share/icons/oxygen/16x16/mimetypes/application-vnd.sun.xml.writer.template.png -share/icons/oxygen/16x16/mimetypes/application-vnd.wordperfect.png -share/icons/oxygen/16x16/mimetypes/application-x-7z-compressed.png -share/icons/oxygen/16x16/mimetypes/application-x-abiword.png -share/icons/oxygen/16x16/mimetypes/application-x-ace.png -share/icons/oxygen/16x16/mimetypes/application-x-applix-spreadsheet.png -share/icons/oxygen/16x16/mimetypes/application-x-applix-word.png -share/icons/oxygen/16x16/mimetypes/application-x-ar.png -share/icons/oxygen/16x16/mimetypes/application-x-arc.png -share/icons/oxygen/16x16/mimetypes/application-x-archive.png -share/icons/oxygen/16x16/mimetypes/application-x-arj.png -share/icons/oxygen/16x16/mimetypes/application-x-awk.png -share/icons/oxygen/16x16/mimetypes/application-x-bittorrent.png -share/icons/oxygen/16x16/mimetypes/application-x-blender.png -share/icons/oxygen/16x16/mimetypes/application-x-bzdvi.png -share/icons/oxygen/16x16/mimetypes/application-x-bzip-compressed-tar.png -share/icons/oxygen/16x16/mimetypes/application-x-bzip.png -share/icons/oxygen/16x16/mimetypes/application-x-cd-image.png -share/icons/oxygen/16x16/mimetypes/application-x-cda.png -share/icons/oxygen/16x16/mimetypes/application-x-chm.png -share/icons/oxygen/16x16/mimetypes/application-x-compress.png -share/icons/oxygen/16x16/mimetypes/application-x-compressed-tar.png -share/icons/oxygen/16x16/mimetypes/application-x-cpio.png -share/icons/oxygen/16x16/mimetypes/application-x-cue.png -share/icons/oxygen/16x16/mimetypes/application-x-deb.png -share/icons/oxygen/16x16/mimetypes/application-x-designer.png -share/icons/oxygen/16x16/mimetypes/application-x-desktop.png -share/icons/oxygen/16x16/mimetypes/application-x-egon.png -share/icons/oxygen/16x16/mimetypes/application-x-executable-script.png -share/icons/oxygen/16x16/mimetypes/application-x-executable.png -share/icons/oxygen/16x16/mimetypes/application-x-flash-video.png -share/icons/oxygen/16x16/mimetypes/application-x-font-afm.png -share/icons/oxygen/16x16/mimetypes/application-x-font-bdf.png -share/icons/oxygen/16x16/mimetypes/application-x-font-otf.png -share/icons/oxygen/16x16/mimetypes/application-x-font-pcf.png -share/icons/oxygen/16x16/mimetypes/application-x-font-snf.png -share/icons/oxygen/16x16/mimetypes/application-x-font-ttf.png -share/icons/oxygen/16x16/mimetypes/application-x-font-type1.png -share/icons/oxygen/16x16/mimetypes/application-x-gnumeric.png -share/icons/oxygen/16x16/mimetypes/application-x-gzdvi.png -share/icons/oxygen/16x16/mimetypes/application-x-gzip.png -share/icons/oxygen/16x16/mimetypes/application-x-gzpostscript.png -share/icons/oxygen/16x16/mimetypes/application-x-iso.png -share/icons/oxygen/16x16/mimetypes/application-x-it87.png -share/icons/oxygen/16x16/mimetypes/application-x-jar.png -share/icons/oxygen/16x16/mimetypes/application-x-java-applet.png -share/icons/oxygen/16x16/mimetypes/application-x-java-archive.png -share/icons/oxygen/16x16/mimetypes/application-x-java.png -share/icons/oxygen/16x16/mimetypes/application-x-javascript.png -share/icons/oxygen/16x16/mimetypes/application-x-k3b.png -share/icons/oxygen/16x16/mimetypes/application-x-kcsrc.png -share/icons/oxygen/16x16/mimetypes/application-x-kdenlivetitle.png -share/icons/oxygen/16x16/mimetypes/application-x-kexi-connectiondata.png -share/icons/oxygen/16x16/mimetypes/application-x-kexiproject-shortcut.png -share/icons/oxygen/16x16/mimetypes/application-x-kexiproject-sqlite.png -share/icons/oxygen/16x16/mimetypes/application-x-kexiproject-sqlite2.png -share/icons/oxygen/16x16/mimetypes/application-x-kexiproject-sqlite3.png -share/icons/oxygen/16x16/mimetypes/application-x-kformula.png -share/icons/oxygen/16x16/mimetypes/application-x-kgetlist.png -share/icons/oxygen/16x16/mimetypes/application-x-kontour.png -share/icons/oxygen/16x16/mimetypes/application-x-kplato.png -share/icons/oxygen/16x16/mimetypes/application-x-krita.png -share/icons/oxygen/16x16/mimetypes/application-x-kvtml.png -share/icons/oxygen/16x16/mimetypes/application-x-kword.png -share/icons/oxygen/16x16/mimetypes/application-x-lha.png -share/icons/oxygen/16x16/mimetypes/application-x-lyx.png -share/icons/oxygen/16x16/mimetypes/application-x-lzma-compressed-tar.png -share/icons/oxygen/16x16/mimetypes/application-x-lzop.png -share/icons/oxygen/16x16/mimetypes/application-x-m4.png -share/icons/oxygen/16x16/mimetypes/application-x-marble.png -share/icons/oxygen/16x16/mimetypes/application-x-mimearchive.png -share/icons/oxygen/16x16/mimetypes/application-x-mplayer2.png -share/icons/oxygen/16x16/mimetypes/application-x-ms-dos-executable.png -share/icons/oxygen/16x16/mimetypes/application-x-mswinurl.png -share/icons/oxygen/16x16/mimetypes/application-x-mswrite.png -share/icons/oxygen/16x16/mimetypes/application-x-nzb.png -share/icons/oxygen/16x16/mimetypes/application-x-object.png -share/icons/oxygen/16x16/mimetypes/application-x-pak.png -share/icons/oxygen/16x16/mimetypes/application-x-pem-key.png -share/icons/oxygen/16x16/mimetypes/application-x-perl.png -share/icons/oxygen/16x16/mimetypes/application-x-php.png -share/icons/oxygen/16x16/mimetypes/application-x-plasma.png -share/icons/oxygen/16x16/mimetypes/application-x-python-bytecode.png -share/icons/oxygen/16x16/mimetypes/application-x-qet-element.png -share/icons/oxygen/16x16/mimetypes/application-x-qet-project.png -share/icons/oxygen/16x16/mimetypes/application-x-quattropro.png -share/icons/oxygen/16x16/mimetypes/application-x-rar.png -share/icons/oxygen/16x16/mimetypes/application-x-raw-disk-image.png -share/icons/oxygen/16x16/mimetypes/application-x-rpm.png -share/icons/oxygen/16x16/mimetypes/application-x-ruby.png -share/icons/oxygen/16x16/mimetypes/application-x-sharedlib.png -share/icons/oxygen/16x16/mimetypes/application-x-shellscript.png -share/icons/oxygen/16x16/mimetypes/application-x-shockwave-flash.png -share/icons/oxygen/16x16/mimetypes/application-x-siag.png -share/icons/oxygen/16x16/mimetypes/application-x-sif.png -share/icons/oxygen/16x16/mimetypes/application-x-skg.png -share/icons/oxygen/16x16/mimetypes/application-x-skgc.png -share/icons/oxygen/16x16/mimetypes/application-x-smb-server.png -share/icons/oxygen/16x16/mimetypes/application-x-smb-workgroup.png -share/icons/oxygen/16x16/mimetypes/application-x-sqlite2.png -share/icons/oxygen/16x16/mimetypes/application-x-sqlite3.png -share/icons/oxygen/16x16/mimetypes/application-x-srt.png -share/icons/oxygen/16x16/mimetypes/application-x-srtrip.png -share/icons/oxygen/16x16/mimetypes/application-x-subrip.png -share/icons/oxygen/16x16/mimetypes/application-x-tar.png -share/icons/oxygen/16x16/mimetypes/application-x-tarz.png -share/icons/oxygen/16x16/mimetypes/application-x-tgif.png -share/icons/oxygen/16x16/mimetypes/application-x-trash.png -share/icons/oxygen/16x16/mimetypes/application-x-troff-man.png -share/icons/oxygen/16x16/mimetypes/application-x-tzo.png -share/icons/oxygen/16x16/mimetypes/application-x-wmf.png -share/icons/oxygen/16x16/mimetypes/application-x-zerosize.png -share/icons/oxygen/16x16/mimetypes/application-x-zoo.png -share/icons/oxygen/16x16/mimetypes/application-xhtml+xml.png -share/icons/oxygen/16x16/mimetypes/application-xml.png -share/icons/oxygen/16x16/mimetypes/application-xsd.png -share/icons/oxygen/16x16/mimetypes/application-xslt+xml.png -share/icons/oxygen/16x16/mimetypes/application-zip.png -share/icons/oxygen/16x16/mimetypes/audio-ac3.png -share/icons/oxygen/16x16/mimetypes/audio-midi.png -share/icons/oxygen/16x16/mimetypes/audio-mp2.png -share/icons/oxygen/16x16/mimetypes/audio-mp3.png -share/icons/oxygen/16x16/mimetypes/audio-mp4.png -share/icons/oxygen/16x16/mimetypes/audio-prs.sid.png -share/icons/oxygen/16x16/mimetypes/audio-vn.rn-realmedia.png -share/icons/oxygen/16x16/mimetypes/audio-vnd.rn-realvideo.png -share/icons/oxygen/16x16/mimetypes/audio-x-adpcm.png -share/icons/oxygen/16x16/mimetypes/audio-x-aiff.png -share/icons/oxygen/16x16/mimetypes/audio-x-flac+ogg.png -share/icons/oxygen/16x16/mimetypes/audio-x-flac.png -share/icons/oxygen/16x16/mimetypes/audio-x-generic.png -share/icons/oxygen/16x16/mimetypes/audio-x-monkey.png -share/icons/oxygen/16x16/mimetypes/audio-x-mp2.png -share/icons/oxygen/16x16/mimetypes/audio-x-mpeg.png -share/icons/oxygen/16x16/mimetypes/audio-x-speex+ogg.png -share/icons/oxygen/16x16/mimetypes/audio-x-wav.png -share/icons/oxygen/16x16/mimetypes/encrypted.png -share/icons/oxygen/16x16/mimetypes/fonts-package.png -share/icons/oxygen/16x16/mimetypes/image-bmp.png -share/icons/oxygen/16x16/mimetypes/image-gif.png -share/icons/oxygen/16x16/mimetypes/image-jpeg.png -share/icons/oxygen/16x16/mimetypes/image-jpeg2000.png -share/icons/oxygen/16x16/mimetypes/image-png.png -share/icons/oxygen/16x16/mimetypes/image-svg+xml-compressed.png -share/icons/oxygen/16x16/mimetypes/image-svg+xml.png -share/icons/oxygen/16x16/mimetypes/image-tiff.png -share/icons/oxygen/16x16/mimetypes/image-vnd.adobe.photoshop.png -share/icons/oxygen/16x16/mimetypes/image-vnd.dgn.png -share/icons/oxygen/16x16/mimetypes/image-vnd.dwg.png -share/icons/oxygen/16x16/mimetypes/image-x-adobe-dng.png -share/icons/oxygen/16x16/mimetypes/image-x-compressed-xcf.png -share/icons/oxygen/16x16/mimetypes/image-x-emf.png -share/icons/oxygen/16x16/mimetypes/image-x-eps.png -share/icons/oxygen/16x16/mimetypes/image-x-generic.png -share/icons/oxygen/16x16/mimetypes/image-x-krita.png -share/icons/oxygen/16x16/mimetypes/image-x-portable-bitmap.png -share/icons/oxygen/16x16/mimetypes/image-x-psd.png -share/icons/oxygen/16x16/mimetypes/image-x-psdimage-x-psd.png -share/icons/oxygen/16x16/mimetypes/image-x-tga.png -share/icons/oxygen/16x16/mimetypes/image-x-vnd.trolltech.qpicture.png -share/icons/oxygen/16x16/mimetypes/image-x-win-bitmap.png -share/icons/oxygen/16x16/mimetypes/image-x-win-bmp.png -share/icons/oxygen/16x16/mimetypes/image-x-wmf.png -share/icons/oxygen/16x16/mimetypes/image-x-xcf.png -share/icons/oxygen/16x16/mimetypes/image-x-xfig.png -share/icons/oxygen/16x16/mimetypes/inode-directory.png -share/icons/oxygen/16x16/mimetypes/libreoffice-database.png -share/icons/oxygen/16x16/mimetypes/libreoffice-drawing-template.png -share/icons/oxygen/16x16/mimetypes/libreoffice-drawing.png -share/icons/oxygen/16x16/mimetypes/libreoffice-formula.png -share/icons/oxygen/16x16/mimetypes/libreoffice-oasis-database.png -share/icons/oxygen/16x16/mimetypes/libreoffice-oasis-drawing-template.png -share/icons/oxygen/16x16/mimetypes/libreoffice-oasis-drawing.png -share/icons/oxygen/16x16/mimetypes/libreoffice-oasis-formula.png -share/icons/oxygen/16x16/mimetypes/libreoffice-oasis-presentation-template.png -share/icons/oxygen/16x16/mimetypes/libreoffice-oasis-presentation.png -share/icons/oxygen/16x16/mimetypes/libreoffice-oasis-spreadsheet-template.png -share/icons/oxygen/16x16/mimetypes/libreoffice-oasis-spreadsheet.png -share/icons/oxygen/16x16/mimetypes/libreoffice-oasis-text-template.png -share/icons/oxygen/16x16/mimetypes/libreoffice-oasis-text.png -share/icons/oxygen/16x16/mimetypes/libreoffice-oasis-web-template.png -share/icons/oxygen/16x16/mimetypes/libreoffice-presentation-template.png -share/icons/oxygen/16x16/mimetypes/libreoffice-presentation.png -share/icons/oxygen/16x16/mimetypes/libreoffice-spreadsheet-template.png -share/icons/oxygen/16x16/mimetypes/libreoffice-spreadsheet.png -share/icons/oxygen/16x16/mimetypes/libreoffice-text-template.png -share/icons/oxygen/16x16/mimetypes/libreoffice-text.png -share/icons/oxygen/16x16/mimetypes/mail-message-new-list.png -share/icons/oxygen/16x16/mimetypes/message-news.png -share/icons/oxygen/16x16/mimetypes/message-partial.png -share/icons/oxygen/16x16/mimetypes/message-rfc822.png -share/icons/oxygen/16x16/mimetypes/message-x-gnu-rmail.png -share/icons/oxygen/16x16/mimetypes/message.png -share/icons/oxygen/16x16/mimetypes/odf.png -share/icons/oxygen/16x16/mimetypes/package-x-generic.png -share/icons/oxygen/16x16/mimetypes/text-calendar.png -share/icons/oxygen/16x16/mimetypes/text-csharp.png -share/icons/oxygen/16x16/mimetypes/text-css.png -share/icons/oxygen/16x16/mimetypes/text-csv.png -share/icons/oxygen/16x16/mimetypes/text-directory.png -share/icons/oxygen/16x16/mimetypes/text-enriched.png -share/icons/oxygen/16x16/mimetypes/text-html.png -share/icons/oxygen/16x16/mimetypes/text-mathml.png -share/icons/oxygen/16x16/mimetypes/text-plain.png -share/icons/oxygen/16x16/mimetypes/text-rdf+xml.png -share/icons/oxygen/16x16/mimetypes/text-rdf.png -share/icons/oxygen/16x16/mimetypes/text-rtf.png -share/icons/oxygen/16x16/mimetypes/text-sgml.png -share/icons/oxygen/16x16/mimetypes/text-troff.png -share/icons/oxygen/16x16/mimetypes/text-vcalendar.png -share/icons/oxygen/16x16/mimetypes/text-vnd.abc.png -share/icons/oxygen/16x16/mimetypes/text-vnd.wap.wml.png -share/icons/oxygen/16x16/mimetypes/text-x-adasrc.png -share/icons/oxygen/16x16/mimetypes/text-x-authors.png -share/icons/oxygen/16x16/mimetypes/text-x-bibtex.png -share/icons/oxygen/16x16/mimetypes/text-x-c++hdr.png -share/icons/oxygen/16x16/mimetypes/text-x-c++src.png -share/icons/oxygen/16x16/mimetypes/text-x-changelog.png -share/icons/oxygen/16x16/mimetypes/text-x-chdr.png -share/icons/oxygen/16x16/mimetypes/text-x-cmake.png -share/icons/oxygen/16x16/mimetypes/text-x-copying.png -share/icons/oxygen/16x16/mimetypes/text-x-credits.png -share/icons/oxygen/16x16/mimetypes/text-x-csharp.png -share/icons/oxygen/16x16/mimetypes/text-x-csrc.png -share/icons/oxygen/16x16/mimetypes/text-x-dtd.png -share/icons/oxygen/16x16/mimetypes/text-x-generic.png -share/icons/oxygen/16x16/mimetypes/text-x-generic.svapplicatiopn-x-awk.png -share/icons/oxygen/16x16/mimetypes/text-x-haskell.png -share/icons/oxygen/16x16/mimetypes/text-x-hex.png -share/icons/oxygen/16x16/mimetypes/text-x-install.png -share/icons/oxygen/16x16/mimetypes/text-x-java-source.png -share/icons/oxygen/16x16/mimetypes/text-x-java.png -share/icons/oxygen/16x16/mimetypes/text-x-javascript.png -share/icons/oxygen/16x16/mimetypes/text-x-katefilelist.png -share/icons/oxygen/16x16/mimetypes/text-x-ldif.png -share/icons/oxygen/16x16/mimetypes/text-x-lilypond.png -share/icons/oxygen/16x16/mimetypes/text-x-log.png -share/icons/oxygen/16x16/mimetypes/text-x-makefile.png -share/icons/oxygen/16x16/mimetypes/text-x-nfo.png -share/icons/oxygen/16x16/mimetypes/text-x-objchdr.png -share/icons/oxygen/16x16/mimetypes/text-x-objcsrc.png -share/icons/oxygen/16x16/mimetypes/text-x-opml+xml.png -share/icons/oxygen/16x16/mimetypes/text-x-opml.png -share/icons/oxygen/16x16/mimetypes/text-x-pascal.png -share/icons/oxygen/16x16/mimetypes/text-x-patch.png -share/icons/oxygen/16x16/mimetypes/text-x-plain.png -share/icons/oxygen/16x16/mimetypes/text-x-po.png -share/icons/oxygen/16x16/mimetypes/text-x-python.png -share/icons/oxygen/16x16/mimetypes/text-x-qml.png -share/icons/oxygen/16x16/mimetypes/text-x-readme.png -share/icons/oxygen/16x16/mimetypes/text-x-rpm-spec.png -share/icons/oxygen/16x16/mimetypes/text-x-script.png -share/icons/oxygen/16x16/mimetypes/text-x-sql.png -share/icons/oxygen/16x16/mimetypes/text-x-tcl.png -share/icons/oxygen/16x16/mimetypes/text-x-tex.png -share/icons/oxygen/16x16/mimetypes/text-x-texinfo.png -share/icons/oxygen/16x16/mimetypes/text-x-vcard.png -share/icons/oxygen/16x16/mimetypes/text-x-xslfo.png -share/icons/oxygen/16x16/mimetypes/text-xmcd.png -share/icons/oxygen/16x16/mimetypes/text-xml.png -share/icons/oxygen/16x16/mimetypes/unknown.png -share/icons/oxygen/16x16/mimetypes/uri-mms.png -share/icons/oxygen/16x16/mimetypes/uri-mmst.png -share/icons/oxygen/16x16/mimetypes/uri-mmsu.png -share/icons/oxygen/16x16/mimetypes/uri-pnm.png -share/icons/oxygen/16x16/mimetypes/uri-rtspt.png -share/icons/oxygen/16x16/mimetypes/uri-rtspu.png -share/icons/oxygen/16x16/mimetypes/video-mp4.png -share/icons/oxygen/16x16/mimetypes/video-vivo.png -share/icons/oxygen/16x16/mimetypes/video-vnd.rn-realvideo.png -share/icons/oxygen/16x16/mimetypes/video-wavelet.png -share/icons/oxygen/16x16/mimetypes/video-webm.png -share/icons/oxygen/16x16/mimetypes/video-x-anim.png -share/icons/oxygen/16x16/mimetypes/video-x-flic.png -share/icons/oxygen/16x16/mimetypes/video-x-flv.png -share/icons/oxygen/16x16/mimetypes/video-x-generic.png -share/icons/oxygen/16x16/mimetypes/video-x-google-vlc-plugin.png -share/icons/oxygen/16x16/mimetypes/video-x-javafx.png -share/icons/oxygen/16x16/mimetypes/video-x-matroska.png -share/icons/oxygen/16x16/mimetypes/video-x-mng.png -share/icons/oxygen/16x16/mimetypes/video-x-ms-wmp.png -share/icons/oxygen/16x16/mimetypes/video-x-ms-wmv.png -share/icons/oxygen/16x16/mimetypes/video-x-msvideo.png -share/icons/oxygen/16x16/mimetypes/video-x-ogm+ogg.png -share/icons/oxygen/16x16/mimetypes/video-x-theor+ogg.png -share/icons/oxygen/16x16/mimetypes/video-x-wmv.png -share/icons/oxygen/16x16/mimetypes/x-kde-nsplugin-generated.png -share/icons/oxygen/16x16/mimetypes/x-mail-distribution-list.png -share/icons/oxygen/16x16/mimetypes/x-media-podcast.png -share/icons/oxygen/16x16/mimetypes/x-office-address-book.png -share/icons/oxygen/16x16/mimetypes/x-office-calendar.png -share/icons/oxygen/16x16/mimetypes/x-office-contact.png -share/icons/oxygen/16x16/mimetypes/x-office-document.png -share/icons/oxygen/16x16/mimetypes/x-office-drawing.png -share/icons/oxygen/16x16/mimetypes/x-office-presentation.png -share/icons/oxygen/16x16/mimetypes/x-office-spreadsheet.png -share/icons/oxygen/16x16/places/bookmarks.png -share/icons/oxygen/16x16/places/certificate-server.png -share/icons/oxygen/16x16/places/document-multiple.png -share/icons/oxygen/16x16/places/favorites.png -share/icons/oxygen/16x16/places/folder-activities.png -share/icons/oxygen/16x16/places/folder-black.png -share/icons/oxygen/16x16/places/folder-blue.png -share/icons/oxygen/16x16/places/folder-bookmark.png -share/icons/oxygen/16x16/places/folder-brown.png -share/icons/oxygen/16x16/places/folder-cloud.png -share/icons/oxygen/16x16/places/folder-cyan.png -share/icons/oxygen/16x16/places/folder-development.png -share/icons/oxygen/16x16/places/folder-documents.png -share/icons/oxygen/16x16/places/folder-download.png -share/icons/oxygen/16x16/places/folder-downloads.png -share/icons/oxygen/16x16/places/folder-dropbox.png -share/icons/oxygen/16x16/places/folder-favorites.png -share/icons/oxygen/16x16/places/folder-gdrive.png -share/icons/oxygen/16x16/places/folder-green.png -share/icons/oxygen/16x16/places/folder-grey.png -share/icons/oxygen/16x16/places/folder-html.png -share/icons/oxygen/16x16/places/folder-image-people.png -share/icons/oxygen/16x16/places/folder-image.png -share/icons/oxygen/16x16/places/folder-images.png -share/icons/oxygen/16x16/places/folder-important.png -share/icons/oxygen/16x16/places/folder-locked.png -share/icons/oxygen/16x16/places/folder-mail.png -share/icons/oxygen/16x16/places/folder-music.png -share/icons/oxygen/16x16/places/folder-network.png -share/icons/oxygen/16x16/places/folder-onedrive.png -share/icons/oxygen/16x16/places/folder-open.png -share/icons/oxygen/16x16/places/folder-orange.png -share/icons/oxygen/16x16/places/folder-owncloud.png -share/icons/oxygen/16x16/places/folder-picture.png -share/icons/oxygen/16x16/places/folder-pictures.png -share/icons/oxygen/16x16/places/folder-print.png -share/icons/oxygen/16x16/places/folder-public.png -share/icons/oxygen/16x16/places/folder-publicshare.png -share/icons/oxygen/16x16/places/folder-red.png -share/icons/oxygen/16x16/places/folder-remote.png -share/icons/oxygen/16x16/places/folder-script.png -share/icons/oxygen/16x16/places/folder-sound.png -share/icons/oxygen/16x16/places/folder-tar.png -share/icons/oxygen/16x16/places/folder-temp.png -share/icons/oxygen/16x16/places/folder-text.png -share/icons/oxygen/16x16/places/folder-txt.png -share/icons/oxygen/16x16/places/folder-video.png -share/icons/oxygen/16x16/places/folder-videos.png -share/icons/oxygen/16x16/places/folder-violet.png -share/icons/oxygen/16x16/places/folder-yellow.png -share/icons/oxygen/16x16/places/folder.png -share/icons/oxygen/16x16/places/mail-folder-inbox.png -share/icons/oxygen/16x16/places/mail-folder-outbox.png -share/icons/oxygen/16x16/places/mail-folder-sent.png -share/icons/oxygen/16x16/places/mail-message.png -share/icons/oxygen/16x16/places/network-server-database.png -share/icons/oxygen/16x16/places/network-server.png -share/icons/oxygen/16x16/places/network-workgroup.png -share/icons/oxygen/16x16/places/repository.png -share/icons/oxygen/16x16/places/server-database.png -share/icons/oxygen/16x16/places/start-here-kde.png -share/icons/oxygen/16x16/places/start-here.png -share/icons/oxygen/16x16/places/stock_folder.png -share/icons/oxygen/16x16/places/user-desktop.png -share/icons/oxygen/16x16/places/user-home.png -share/icons/oxygen/16x16/places/user-identity.png -share/icons/oxygen/16x16/places/user-trash-full.png -share/icons/oxygen/16x16/places/user-trash.png -share/icons/oxygen/16x16/special/file-zoom-in.png -share/icons/oxygen/16x16/special/file-zoom-out.png -share/icons/oxygen/16x16/special/image-zoom-in.png -share/icons/oxygen/16x16/special/image-zoom-out.png -share/icons/oxygen/16x16/status/appointment-recurring.png -share/icons/oxygen/16x16/status/appointment-reminder.png -share/icons/oxygen/16x16/status/audio-volume-high.png -share/icons/oxygen/16x16/status/audio-volume-low.png -share/icons/oxygen/16x16/status/audio-volume-medium.png -share/icons/oxygen/16x16/status/audio-volume-muted.png -share/icons/oxygen/16x16/status/battery-040.png -share/icons/oxygen/16x16/status/battery-060.png -share/icons/oxygen/16x16/status/battery-080.png -share/icons/oxygen/16x16/status/battery-100.png -share/icons/oxygen/16x16/status/battery-caution.png -share/icons/oxygen/16x16/status/battery-charging-040.png -share/icons/oxygen/16x16/status/battery-charging-060.png -share/icons/oxygen/16x16/status/battery-charging-080.png -share/icons/oxygen/16x16/status/battery-charging-caution.png -share/icons/oxygen/16x16/status/battery-charging-low.png -share/icons/oxygen/16x16/status/battery-charging.png -share/icons/oxygen/16x16/status/battery-low.png -share/icons/oxygen/16x16/status/battery-missing.png -share/icons/oxygen/16x16/status/dialog-error.png -share/icons/oxygen/16x16/status/dialog-information.png -share/icons/oxygen/16x16/status/dialog-password.png -share/icons/oxygen/16x16/status/dialog-warning.png -share/icons/oxygen/16x16/status/folder-open.png -share/icons/oxygen/16x16/status/image-loading.png -share/icons/oxygen/16x16/status/image-missing.png -share/icons/oxygen/16x16/status/mail-attachment.png -share/icons/oxygen/16x16/status/mail-queued.png -share/icons/oxygen/16x16/status/mail-read.png -share/icons/oxygen/16x16/status/mail-replied.png -share/icons/oxygen/16x16/status/mail-sent.png -share/icons/oxygen/16x16/status/mail-tagged.png -share/icons/oxygen/16x16/status/mail-task.png -share/icons/oxygen/16x16/status/mail-unread-new.png -share/icons/oxygen/16x16/status/mail-unread.png -share/icons/oxygen/16x16/status/media-playlist-repeat.png -share/icons/oxygen/16x16/status/media-playlist-shuffle.png -share/icons/oxygen/16x16/status/meeting-chair.png -share/icons/oxygen/16x16/status/meeting-observer.png -share/icons/oxygen/16x16/status/meeting-organizer.png -share/icons/oxygen/16x16/status/meeting-participant-optional.png -share/icons/oxygen/16x16/status/meeting-participant-reply.png -share/icons/oxygen/16x16/status/meeting-participant.png -share/icons/oxygen/16x16/status/object-locked.png -share/icons/oxygen/16x16/status/object-unlocked.png -share/icons/oxygen/16x16/status/printer-error.png -share/icons/oxygen/16x16/status/printer-printing.png -share/icons/oxygen/16x16/status/script-error.png -share/icons/oxygen/16x16/status/security-high.png -share/icons/oxygen/16x16/status/security-low.png -share/icons/oxygen/16x16/status/security-medium.png -share/icons/oxygen/16x16/status/task-accepted.png -share/icons/oxygen/16x16/status/task-attempt.png -share/icons/oxygen/16x16/status/task-attention.png -share/icons/oxygen/16x16/status/task-complete.png -share/icons/oxygen/16x16/status/task-delegate.png -share/icons/oxygen/16x16/status/task-ongoing.png -share/icons/oxygen/16x16/status/task-recurring.png -share/icons/oxygen/16x16/status/task-reject.png -share/icons/oxygen/16x16/status/task-reminder.png -share/icons/oxygen/16x16/status/user-away-extended.png -share/icons/oxygen/16x16/status/user-away.png -share/icons/oxygen/16x16/status/user-busy.png -share/icons/oxygen/16x16/status/user-invisible.png -share/icons/oxygen/16x16/status/user-offline.png -share/icons/oxygen/16x16/status/user-online.png -share/icons/oxygen/16x16/status/user-trash-full.png -share/icons/oxygen/16x16/status/wallet-closed.png -share/icons/oxygen/16x16/status/wallet-open.png -share/icons/oxygen/16x16/status/weather-clear-night.png -share/icons/oxygen/16x16/status/weather-clear.png -share/icons/oxygen/16x16/status/weather-clouds-night.png -share/icons/oxygen/16x16/status/weather-clouds.png -share/icons/oxygen/16x16/status/weather-few-clouds-night.png -share/icons/oxygen/16x16/status/weather-few-clouds.png -share/icons/oxygen/16x16/status/weather-freezing-rain.png -share/icons/oxygen/16x16/status/weather-hail.png -share/icons/oxygen/16x16/status/weather-many-clouds.png -share/icons/oxygen/16x16/status/weather-mist.png -share/icons/oxygen/16x16/status/weather-showers-day.png -share/icons/oxygen/16x16/status/weather-showers-night.png -share/icons/oxygen/16x16/status/weather-showers-scattered-day.png -share/icons/oxygen/16x16/status/weather-showers-scattered-night.png -share/icons/oxygen/16x16/status/weather-showers-scattered.png -share/icons/oxygen/16x16/status/weather-showers.png -share/icons/oxygen/16x16/status/weather-snow-rain.png -share/icons/oxygen/16x16/status/weather-snow-scattered-day.png -share/icons/oxygen/16x16/status/weather-snow-scattered-night.png -share/icons/oxygen/16x16/status/weather-snow-scattered.png -share/icons/oxygen/16x16/status/weather-snow.png -share/icons/oxygen/16x16/status/weather-storm.png -share/icons/oxygen/16x16/status/window-suppressed.png -share/icons/oxygen/22x22/actions/acrobat.png -share/icons/oxygen/22x22/actions/address-book-new.png -share/icons/oxygen/22x22/actions/align-horizontal-center.png -share/icons/oxygen/22x22/actions/align-horizontal-left-out.png -share/icons/oxygen/22x22/actions/align-horizontal-left.png -share/icons/oxygen/22x22/actions/align-horizontal-right-out.png -share/icons/oxygen/22x22/actions/align-horizontal-right.png -share/icons/oxygen/22x22/actions/align-vertical-bottom-out.png -share/icons/oxygen/22x22/actions/align-vertical-bottom.png -share/icons/oxygen/22x22/actions/align-vertical-center.png -share/icons/oxygen/22x22/actions/align-vertical-top-out.png -share/icons/oxygen/22x22/actions/align-vertical-top.png -share/icons/oxygen/22x22/actions/application-exit.png -share/icons/oxygen/22x22/actions/appointment-new.png -share/icons/oxygen/22x22/actions/archive-extract.png -share/icons/oxygen/22x22/actions/archive-insert-directory.png -share/icons/oxygen/22x22/actions/archive-insert.png -share/icons/oxygen/22x22/actions/archive-remove.png -share/icons/oxygen/22x22/actions/arrow-down-double.png -share/icons/oxygen/22x22/actions/arrow-down.png -share/icons/oxygen/22x22/actions/arrow-left-double.png -share/icons/oxygen/22x22/actions/arrow-left.png -share/icons/oxygen/22x22/actions/arrow-right-double.png -share/icons/oxygen/22x22/actions/arrow-right.png -share/icons/oxygen/22x22/actions/arrow-up-double.png -share/icons/oxygen/22x22/actions/arrow-up.png -share/icons/oxygen/22x22/actions/bookmark-new-list.png -share/icons/oxygen/22x22/actions/bookmark-new.png -share/icons/oxygen/22x22/actions/bookmark-toolbar.png -share/icons/oxygen/22x22/actions/bookmarks-organize.png -share/icons/oxygen/22x22/actions/bookmarks.png -share/icons/oxygen/22x22/actions/call-start.png -share/icons/oxygen/22x22/actions/call-stop.png -share/icons/oxygen/22x22/actions/character-set.png -share/icons/oxygen/22x22/actions/checkbox.png -share/icons/oxygen/22x22/actions/chronometer.png -share/icons/oxygen/22x22/actions/code-block.png -share/icons/oxygen/22x22/actions/code-class.png -share/icons/oxygen/22x22/actions/code-context.png -share/icons/oxygen/22x22/actions/code-function.png -share/icons/oxygen/22x22/actions/code-typedef.png -share/icons/oxygen/22x22/actions/code-variable.png -share/icons/oxygen/22x22/actions/color-picker-black.png -share/icons/oxygen/22x22/actions/color-picker-grey.png -share/icons/oxygen/22x22/actions/color-picker-white.png -share/icons/oxygen/22x22/actions/color-picker.png -share/icons/oxygen/22x22/actions/configure-shortcuts.png -share/icons/oxygen/22x22/actions/configure-toolbars.png -share/icons/oxygen/22x22/actions/configure.png -share/icons/oxygen/22x22/actions/contact-new.png -share/icons/oxygen/22x22/actions/dashboard-show.png -share/icons/oxygen/22x22/actions/debug-execute-from-cursor.png -share/icons/oxygen/22x22/actions/debug-execute-to-cursor.png -share/icons/oxygen/22x22/actions/debug-run-cursor.png -share/icons/oxygen/22x22/actions/debug-run.png -share/icons/oxygen/22x22/actions/debug-step-instruction.png -share/icons/oxygen/22x22/actions/debug-step-into-instruction.png -share/icons/oxygen/22x22/actions/debug-step-into.png -share/icons/oxygen/22x22/actions/debug-step-out.png -share/icons/oxygen/22x22/actions/debug-step-over.png -share/icons/oxygen/22x22/actions/dialog-cancel.png -share/icons/oxygen/22x22/actions/dialog-close.png -share/icons/oxygen/22x22/actions/dialog-ok-apply.png -share/icons/oxygen/22x22/actions/dialog-ok.png -share/icons/oxygen/22x22/actions/distribute-horizontal-center.png -share/icons/oxygen/22x22/actions/distribute-horizontal-equal.png -share/icons/oxygen/22x22/actions/distribute-horizontal-left.png -share/icons/oxygen/22x22/actions/distribute-horizontal-margin.png -share/icons/oxygen/22x22/actions/distribute-horizontal-page.png -share/icons/oxygen/22x22/actions/distribute-horizontal-right.png -share/icons/oxygen/22x22/actions/distribute-horizontal-x.png -share/icons/oxygen/22x22/actions/distribute-vertical-bottom.png -share/icons/oxygen/22x22/actions/distribute-vertical-center.png -share/icons/oxygen/22x22/actions/distribute-vertical-equal.png -share/icons/oxygen/22x22/actions/distribute-vertical-margin.png -share/icons/oxygen/22x22/actions/distribute-vertical-page.png -share/icons/oxygen/22x22/actions/distribute-vertical-top.png -share/icons/oxygen/22x22/actions/distribute-vertical-y.png -share/icons/oxygen/22x22/actions/document-close.png -share/icons/oxygen/22x22/actions/document-decrypt.png -share/icons/oxygen/22x22/actions/document-edit-decrypt-verify.png -share/icons/oxygen/22x22/actions/document-edit-decrypt.png -share/icons/oxygen/22x22/actions/document-edit-encrypt.png -share/icons/oxygen/22x22/actions/document-edit-sign-encrypt.png -share/icons/oxygen/22x22/actions/document-edit-sign.png -share/icons/oxygen/22x22/actions/document-edit-verify.png -share/icons/oxygen/22x22/actions/document-edit.png -share/icons/oxygen/22x22/actions/document-encrypt.png -share/icons/oxygen/22x22/actions/document-encrypted.png -share/icons/oxygen/22x22/actions/document-export-table.png -share/icons/oxygen/22x22/actions/document-export.png -share/icons/oxygen/22x22/actions/document-import.png -share/icons/oxygen/22x22/actions/document-new.png -share/icons/oxygen/22x22/actions/document-open-folder.png -share/icons/oxygen/22x22/actions/document-open-recent.png -share/icons/oxygen/22x22/actions/document-open-remote.png -share/icons/oxygen/22x22/actions/document-open.png -share/icons/oxygen/22x22/actions/document-preview-archive.png -share/icons/oxygen/22x22/actions/document-preview.png -share/icons/oxygen/22x22/actions/document-print-direct.png -share/icons/oxygen/22x22/actions/document-print-frame.png -share/icons/oxygen/22x22/actions/document-print-preview.png -share/icons/oxygen/22x22/actions/document-print.png -share/icons/oxygen/22x22/actions/document-properties.png -share/icons/oxygen/22x22/actions/document-revert.png -share/icons/oxygen/22x22/actions/document-save-all.png -share/icons/oxygen/22x22/actions/document-save-as.png -share/icons/oxygen/22x22/actions/document-save.png -share/icons/oxygen/22x22/actions/document-sign.png -share/icons/oxygen/22x22/actions/documentation.png -share/icons/oxygen/22x22/actions/documentinfo.png -share/icons/oxygen/22x22/actions/download-later.png -share/icons/oxygen/22x22/actions/download.png -share/icons/oxygen/22x22/actions/draw-arrow-back.png -share/icons/oxygen/22x22/actions/draw-arrow-down.png -share/icons/oxygen/22x22/actions/draw-arrow-forward.png -share/icons/oxygen/22x22/actions/draw-arrow-up.png -share/icons/oxygen/22x22/actions/draw-bezier-curves.png -share/icons/oxygen/22x22/actions/draw-brush.png -share/icons/oxygen/22x22/actions/draw-circle.png -share/icons/oxygen/22x22/actions/draw-cross.png -share/icons/oxygen/22x22/actions/draw-donut.png -share/icons/oxygen/22x22/actions/draw-ellipse.png -share/icons/oxygen/22x22/actions/draw-eraser.png -share/icons/oxygen/22x22/actions/draw-freehand.png -share/icons/oxygen/22x22/actions/draw-halfcircle1.png -share/icons/oxygen/22x22/actions/draw-halfcircle2.png -share/icons/oxygen/22x22/actions/draw-halfcircle3.png -share/icons/oxygen/22x22/actions/draw-halfcircle4.png -share/icons/oxygen/22x22/actions/draw-path.png -share/icons/oxygen/22x22/actions/draw-polygon.png -share/icons/oxygen/22x22/actions/draw-polyline.png -share/icons/oxygen/22x22/actions/draw-rectangle.png -share/icons/oxygen/22x22/actions/draw-spiral.png -share/icons/oxygen/22x22/actions/draw-square-inverted-corners.png -share/icons/oxygen/22x22/actions/draw-star.png -share/icons/oxygen/22x22/actions/draw-text.png -share/icons/oxygen/22x22/actions/draw-triangle.png -share/icons/oxygen/22x22/actions/draw-triangle1.png -share/icons/oxygen/22x22/actions/draw-triangle2.png -share/icons/oxygen/22x22/actions/draw-triangle3.png -share/icons/oxygen/22x22/actions/draw-triangle4.png -share/icons/oxygen/22x22/actions/edit-bomb.png -share/icons/oxygen/22x22/actions/edit-clear-history.png -share/icons/oxygen/22x22/actions/edit-clear-list.png -share/icons/oxygen/22x22/actions/edit-clear-locationbar-ltr.png -share/icons/oxygen/22x22/actions/edit-clear-locationbar-rtl.png -share/icons/oxygen/22x22/actions/edit-clear.png -share/icons/oxygen/22x22/actions/edit-copy.png -share/icons/oxygen/22x22/actions/edit-cut.png -share/icons/oxygen/22x22/actions/edit-delete-shred.png -share/icons/oxygen/22x22/actions/edit-delete.png -share/icons/oxygen/22x22/actions/edit-find-mail.png -share/icons/oxygen/22x22/actions/edit-find-project.png -share/icons/oxygen/22x22/actions/edit-find-replace.png -share/icons/oxygen/22x22/actions/edit-find-user.png -share/icons/oxygen/22x22/actions/edit-find.png -share/icons/oxygen/22x22/actions/edit-guides.png -share/icons/oxygen/22x22/actions/edit-image-face-add.png -share/icons/oxygen/22x22/actions/edit-image-face-detect.png -share/icons/oxygen/22x22/actions/edit-image-face-recognize.png -share/icons/oxygen/22x22/actions/edit-image-face-show.png -share/icons/oxygen/22x22/actions/edit-node.png -share/icons/oxygen/22x22/actions/edit-paste.png -share/icons/oxygen/22x22/actions/edit-redo.png -share/icons/oxygen/22x22/actions/edit-rename.png -share/icons/oxygen/22x22/actions/edit-select-all.png -share/icons/oxygen/22x22/actions/edit-select.png -share/icons/oxygen/22x22/actions/edit-table-cell-merge.png -share/icons/oxygen/22x22/actions/edit-table-cell-split.png -share/icons/oxygen/22x22/actions/edit-table-delete-column.png -share/icons/oxygen/22x22/actions/edit-table-delete-row.png -share/icons/oxygen/22x22/actions/edit-table-insert-column-left.png -share/icons/oxygen/22x22/actions/edit-table-insert-column-right.png -share/icons/oxygen/22x22/actions/edit-table-insert-row-above.png -share/icons/oxygen/22x22/actions/edit-table-insert-row-under.png -share/icons/oxygen/22x22/actions/edit-text-frame-update.png -share/icons/oxygen/22x22/actions/edit-undo.png -share/icons/oxygen/22x22/actions/feed-subscribe.png -share/icons/oxygen/22x22/actions/fill-color.png -share/icons/oxygen/22x22/actions/flag-black.png -share/icons/oxygen/22x22/actions/flag-blue.png -share/icons/oxygen/22x22/actions/flag-green.png -share/icons/oxygen/22x22/actions/flag-red.png -share/icons/oxygen/22x22/actions/flag-yellow.png -share/icons/oxygen/22x22/actions/flag.png -share/icons/oxygen/22x22/actions/folder-new.png -share/icons/oxygen/22x22/actions/folder-sync.png -share/icons/oxygen/22x22/actions/fork.png -share/icons/oxygen/22x22/actions/format-add-node.png -share/icons/oxygen/22x22/actions/format-break-node.png -share/icons/oxygen/22x22/actions/format-connect-node.png -share/icons/oxygen/22x22/actions/format-disconnect-node.png -share/icons/oxygen/22x22/actions/format-fill-color.png -share/icons/oxygen/22x22/actions/format-font-size-less.png -share/icons/oxygen/22x22/actions/format-font-size-more.png -share/icons/oxygen/22x22/actions/format-indent-less.png -share/icons/oxygen/22x22/actions/format-indent-more.png -share/icons/oxygen/22x22/actions/format-join-node.png -share/icons/oxygen/22x22/actions/format-justify-center.png -share/icons/oxygen/22x22/actions/format-justify-fill.png -share/icons/oxygen/22x22/actions/format-justify-left.png -share/icons/oxygen/22x22/actions/format-justify-right.png -share/icons/oxygen/22x22/actions/format-line-spacing-double.png -share/icons/oxygen/22x22/actions/format-line-spacing-normal.png -share/icons/oxygen/22x22/actions/format-line-spacing-triple.png -share/icons/oxygen/22x22/actions/format-list-ordered.png -share/icons/oxygen/22x22/actions/format-list-unordered.png -share/icons/oxygen/22x22/actions/format-remove-node.png -share/icons/oxygen/22x22/actions/format-stroke-color.png -share/icons/oxygen/22x22/actions/format-text-bold.png -share/icons/oxygen/22x22/actions/format-text-color.png -share/icons/oxygen/22x22/actions/format-text-direction-ltr.png -share/icons/oxygen/22x22/actions/format-text-direction-rtl.png -share/icons/oxygen/22x22/actions/format-text-italic.png -share/icons/oxygen/22x22/actions/format-text-strikethrough.png -share/icons/oxygen/22x22/actions/format-text-subscript.png -share/icons/oxygen/22x22/actions/format-text-superscript.png -share/icons/oxygen/22x22/actions/format-text-underline.png -share/icons/oxygen/22x22/actions/games-achievements.png -share/icons/oxygen/22x22/actions/games-config-background.png -share/icons/oxygen/22x22/actions/games-config-board.png -share/icons/oxygen/22x22/actions/games-config-custom.png -share/icons/oxygen/22x22/actions/games-config-options.png -share/icons/oxygen/22x22/actions/games-config-theme.png -share/icons/oxygen/22x22/actions/games-config-tiles.png -share/icons/oxygen/22x22/actions/games-difficult.png -share/icons/oxygen/22x22/actions/games-endturn.png -share/icons/oxygen/22x22/actions/games-highscores.png -share/icons/oxygen/22x22/actions/games-hint.png -share/icons/oxygen/22x22/actions/games-solve.png -share/icons/oxygen/22x22/actions/get-hot-new-stuff.png -share/icons/oxygen/22x22/actions/go-bottom.png -share/icons/oxygen/22x22/actions/go-down-search.png -share/icons/oxygen/22x22/actions/go-down.png -share/icons/oxygen/22x22/actions/go-first-view-page.png -share/icons/oxygen/22x22/actions/go-first-view.png -share/icons/oxygen/22x22/actions/go-first.png -share/icons/oxygen/22x22/actions/go-home.png -share/icons/oxygen/22x22/actions/go-jump-declaration.png -share/icons/oxygen/22x22/actions/go-jump-definition.png -share/icons/oxygen/22x22/actions/go-jump-locationbar.png -share/icons/oxygen/22x22/actions/go-jump-today.png -share/icons/oxygen/22x22/actions/go-jump.png -share/icons/oxygen/22x22/actions/go-last-view-page.png -share/icons/oxygen/22x22/actions/go-last-view.png -share/icons/oxygen/22x22/actions/go-last.png -share/icons/oxygen/22x22/actions/go-next-context.png -share/icons/oxygen/22x22/actions/go-next-use.png -share/icons/oxygen/22x22/actions/go-next-view-page.png -share/icons/oxygen/22x22/actions/go-next-view.png -share/icons/oxygen/22x22/actions/go-next.png -share/icons/oxygen/22x22/actions/go-previous-context.png -share/icons/oxygen/22x22/actions/go-previous-use.png -share/icons/oxygen/22x22/actions/go-previous-view-page.png -share/icons/oxygen/22x22/actions/go-previous-view.png -share/icons/oxygen/22x22/actions/go-previous.png -share/icons/oxygen/22x22/actions/go-top.png -share/icons/oxygen/22x22/actions/go-up-search.png -share/icons/oxygen/22x22/actions/go-up.png -share/icons/oxygen/22x22/actions/help-about.png -share/icons/oxygen/22x22/actions/help-contents.png -share/icons/oxygen/22x22/actions/help-contextual.png -share/icons/oxygen/22x22/actions/help-donate.png -share/icons/oxygen/22x22/actions/help-feedback.png -share/icons/oxygen/22x22/actions/help-hint.png -share/icons/oxygen/22x22/actions/im-aim.png -share/icons/oxygen/22x22/actions/im-ban-kick-user.png -share/icons/oxygen/22x22/actions/im-ban-user.png -share/icons/oxygen/22x22/actions/im-facebook.png -share/icons/oxygen/22x22/actions/im-gadugadu.png -share/icons/oxygen/22x22/actions/im-google-talk.png -share/icons/oxygen/22x22/actions/im-google.png -share/icons/oxygen/22x22/actions/im-icq.png -share/icons/oxygen/22x22/actions/im-identi.ca.png -share/icons/oxygen/22x22/actions/im-invisible-user.png -share/icons/oxygen/22x22/actions/im-jabber.png -share/icons/oxygen/22x22/actions/im-kick-user.png -share/icons/oxygen/22x22/actions/im-msn.png -share/icons/oxygen/22x22/actions/im-qq.png -share/icons/oxygen/22x22/actions/im-skype.png -share/icons/oxygen/22x22/actions/im-twitter.png -share/icons/oxygen/22x22/actions/im-user-away.png -share/icons/oxygen/22x22/actions/im-user-busy.png -share/icons/oxygen/22x22/actions/im-user-offline.png -share/icons/oxygen/22x22/actions/im-user.png -share/icons/oxygen/22x22/actions/im-yahoo.png -share/icons/oxygen/22x22/actions/insert-horizontal-rule.png -share/icons/oxygen/22x22/actions/insert-image.png -share/icons/oxygen/22x22/actions/insert-link.png -share/icons/oxygen/22x22/actions/insert-table.png -share/icons/oxygen/22x22/actions/insert-text.png -share/icons/oxygen/22x22/actions/irc-close-channel.png -share/icons/oxygen/22x22/actions/irc-join-channel.png -share/icons/oxygen/22x22/actions/irc-operator.png -share/icons/oxygen/22x22/actions/irc-remove-operator.png -share/icons/oxygen/22x22/actions/irc-unvoice.png -share/icons/oxygen/22x22/actions/irc-voice.png -share/icons/oxygen/22x22/actions/key-enter.png -share/icons/oxygen/22x22/actions/layer-visible-off.png -share/icons/oxygen/22x22/actions/layer-visible-on.png -share/icons/oxygen/22x22/actions/list-add-font.png -share/icons/oxygen/22x22/actions/list-add-user.png -share/icons/oxygen/22x22/actions/list-add.png -share/icons/oxygen/22x22/actions/list-remove-user.png -share/icons/oxygen/22x22/actions/list-remove.png -share/icons/oxygen/22x22/actions/list-resource-add.png -share/icons/oxygen/22x22/actions/mail-encrypted-full.png -share/icons/oxygen/22x22/actions/mail-encrypted-part.png -share/icons/oxygen/22x22/actions/mail-encrypted.png -share/icons/oxygen/22x22/actions/mail-flag.png -share/icons/oxygen/22x22/actions/mail-forward.png -share/icons/oxygen/22x22/actions/mail-forwarded.png -share/icons/oxygen/22x22/actions/mail-invitation.png -share/icons/oxygen/22x22/actions/mail-mark-important.png -share/icons/oxygen/22x22/actions/mail-mark-junk.png -share/icons/oxygen/22x22/actions/mail-mark-notjunk.png -share/icons/oxygen/22x22/actions/mail-mark-read.png -share/icons/oxygen/22x22/actions/mail-mark-task.png -share/icons/oxygen/22x22/actions/mail-mark-unread-new.png -share/icons/oxygen/22x22/actions/mail-mark-unread.png -share/icons/oxygen/22x22/actions/mail-meeting-request-reply.png -share/icons/oxygen/22x22/actions/mail-message-new-list.png -share/icons/oxygen/22x22/actions/mail-message-new.png -share/icons/oxygen/22x22/actions/mail-queue.png -share/icons/oxygen/22x22/actions/mail-receive.png -share/icons/oxygen/22x22/actions/mail-replied.png -share/icons/oxygen/22x22/actions/mail-reply-all.png -share/icons/oxygen/22x22/actions/mail-reply-custom-all.png -share/icons/oxygen/22x22/actions/mail-reply-custom.png -share/icons/oxygen/22x22/actions/mail-reply-list.png -share/icons/oxygen/22x22/actions/mail-reply-sender.png -share/icons/oxygen/22x22/actions/mail-send.png -share/icons/oxygen/22x22/actions/mail-signature-unknown.png -share/icons/oxygen/22x22/actions/mail-signed-full.png -share/icons/oxygen/22x22/actions/mail-signed-part.png -share/icons/oxygen/22x22/actions/mail-signed-verified.png -share/icons/oxygen/22x22/actions/mail-signed.png -share/icons/oxygen/22x22/actions/mail-tagged.png -share/icons/oxygen/22x22/actions/measure.png -share/icons/oxygen/22x22/actions/media-eject.png -share/icons/oxygen/22x22/actions/media-playback-pause.png -share/icons/oxygen/22x22/actions/media-playback-start.png -share/icons/oxygen/22x22/actions/media-playback-stop.png -share/icons/oxygen/22x22/actions/media-record.png -share/icons/oxygen/22x22/actions/media-seek-backward.png -share/icons/oxygen/22x22/actions/media-seek-forward.png -share/icons/oxygen/22x22/actions/media-skip-backward.png -share/icons/oxygen/22x22/actions/media-skip-forward.png -share/icons/oxygen/22x22/actions/meeting-attending-tentative.png -share/icons/oxygen/22x22/actions/meeting-attending.png -share/icons/oxygen/22x22/actions/meeting-participant-no-response.png -share/icons/oxygen/22x22/actions/meeting-participant-request-response.png -share/icons/oxygen/22x22/actions/milestone.png -share/icons/oxygen/22x22/actions/mixer-ac97.png -share/icons/oxygen/22x22/actions/mixer-capture-secondary.png -share/icons/oxygen/22x22/actions/mixer-capture.png -share/icons/oxygen/22x22/actions/mixer-cd.png -share/icons/oxygen/22x22/actions/mixer-digital.png -share/icons/oxygen/22x22/actions/mixer-front.png -share/icons/oxygen/22x22/actions/mixer-headset.png -share/icons/oxygen/22x22/actions/mixer-lfe.png -share/icons/oxygen/22x22/actions/mixer-line.png -share/icons/oxygen/22x22/actions/mixer-master.png -share/icons/oxygen/22x22/actions/mixer-microphone-boost.png -share/icons/oxygen/22x22/actions/mixer-microphone-front-boost.png -share/icons/oxygen/22x22/actions/mixer-microphone-front.png -share/icons/oxygen/22x22/actions/mixer-microphone.png -share/icons/oxygen/22x22/actions/mixer-midi.png -share/icons/oxygen/22x22/actions/mixer-pc-speaker.png -share/icons/oxygen/22x22/actions/mixer-pcm-default.png -share/icons/oxygen/22x22/actions/mixer-pcm.png -share/icons/oxygen/22x22/actions/mixer-surround-center.png -share/icons/oxygen/22x22/actions/mixer-surround.png -share/icons/oxygen/22x22/actions/mixer-video.png -share/icons/oxygen/22x22/actions/network-connect.png -share/icons/oxygen/22x22/actions/network-disconnect.png -share/icons/oxygen/22x22/actions/news-subscribe.png -share/icons/oxygen/22x22/actions/news-unsubscribe.png -share/icons/oxygen/22x22/actions/object-flip-horizontal.png -share/icons/oxygen/22x22/actions/object-flip-vertical.png -share/icons/oxygen/22x22/actions/object-rotate-left.png -share/icons/oxygen/22x22/actions/object-rotate-right.png -share/icons/oxygen/22x22/actions/office-chart-area-focus-peak-node.png -share/icons/oxygen/22x22/actions/office-chart-area-percentage.png -share/icons/oxygen/22x22/actions/office-chart-area-stacked.png -share/icons/oxygen/22x22/actions/office-chart-area.png -share/icons/oxygen/22x22/actions/office-chart-bar-percentage.png -share/icons/oxygen/22x22/actions/office-chart-bar-stacked.png -share/icons/oxygen/22x22/actions/office-chart-bar.png -share/icons/oxygen/22x22/actions/office-chart-line-percentage.png -share/icons/oxygen/22x22/actions/office-chart-line-stacked.png -share/icons/oxygen/22x22/actions/office-chart-line.png -share/icons/oxygen/22x22/actions/office-chart-pie.png -share/icons/oxygen/22x22/actions/office-chart-polar-stacked.png -share/icons/oxygen/22x22/actions/office-chart-polar.png -share/icons/oxygen/22x22/actions/office-chart-ring.png -share/icons/oxygen/22x22/actions/office-chart-scatter.png -share/icons/oxygen/22x22/actions/page-2sides.png -share/icons/oxygen/22x22/actions/page-3sides.png -share/icons/oxygen/22x22/actions/page-4sides.png -share/icons/oxygen/22x22/actions/page-simple.png -share/icons/oxygen/22x22/actions/page-zoom.png -share/icons/oxygen/22x22/actions/player-time.png -share/icons/oxygen/22x22/actions/player-volume.png -share/icons/oxygen/22x22/actions/preferences-activities.png -share/icons/oxygen/22x22/actions/preflight-verifier.png -share/icons/oxygen/22x22/actions/process-stop.png -share/icons/oxygen/22x22/actions/project-development-close-all.png -share/icons/oxygen/22x22/actions/project-development-close.png -share/icons/oxygen/22x22/actions/project-development-new-template.png -share/icons/oxygen/22x22/actions/project-development.png -share/icons/oxygen/22x22/actions/project-open.png -share/icons/oxygen/22x22/actions/quickopen-class.png -share/icons/oxygen/22x22/actions/quickopen-file.png -share/icons/oxygen/22x22/actions/quickopen-function.png -share/icons/oxygen/22x22/actions/quickopen.png -share/icons/oxygen/22x22/actions/rating.png -share/icons/oxygen/22x22/actions/resource-calendar-child-insert.png -share/icons/oxygen/22x22/actions/resource-calendar-child.png -share/icons/oxygen/22x22/actions/resource-calendar-insert.png -share/icons/oxygen/22x22/actions/resource-group-new.png -share/icons/oxygen/22x22/actions/resource-group.png -share/icons/oxygen/22x22/actions/roll.png -share/icons/oxygen/22x22/actions/run-build-clean.png -share/icons/oxygen/22x22/actions/run-build-configure.png -share/icons/oxygen/22x22/actions/run-build-file.png -share/icons/oxygen/22x22/actions/run-build-install-root.png -share/icons/oxygen/22x22/actions/run-build-install.png -share/icons/oxygen/22x22/actions/run-build-prune.png -share/icons/oxygen/22x22/actions/run-build.png -share/icons/oxygen/22x22/actions/select-rectangular.png -share/icons/oxygen/22x22/actions/services.png -share/icons/oxygen/22x22/actions/show-menu.png -share/icons/oxygen/22x22/actions/skg-chart-bubble.png -share/icons/oxygen/22x22/actions/skrooge_credit_card.png -share/icons/oxygen/22x22/actions/skrooge_less.png -share/icons/oxygen/22x22/actions/skrooge_more.png -share/icons/oxygen/22x22/actions/skrooge_much_less.png -share/icons/oxygen/22x22/actions/skrooge_much_more.png -share/icons/oxygen/22x22/actions/skrooge_type.png -share/icons/oxygen/22x22/actions/snap-extension.png -share/icons/oxygen/22x22/actions/snap-guideline.png -share/icons/oxygen/22x22/actions/snap-intersection.png -share/icons/oxygen/22x22/actions/snap-node.png -share/icons/oxygen/22x22/actions/snap-orthogonal.png -share/icons/oxygen/22x22/actions/speaker.png -share/icons/oxygen/22x22/actions/story-editor.png -share/icons/oxygen/22x22/actions/stroke-cap-bevel.png -share/icons/oxygen/22x22/actions/stroke-cap-butt.png -share/icons/oxygen/22x22/actions/stroke-cap-miter.png -share/icons/oxygen/22x22/actions/stroke-cap-round.png -share/icons/oxygen/22x22/actions/stroke-cap-square.png -share/icons/oxygen/22x22/actions/stroke-join-round.png -share/icons/oxygen/22x22/actions/svn-commit.png -share/icons/oxygen/22x22/actions/svn-update.png -share/icons/oxygen/22x22/actions/system-lock-screen.png -share/icons/oxygen/22x22/actions/system-log-out.png -share/icons/oxygen/22x22/actions/system-reboot.png -share/icons/oxygen/22x22/actions/system-run.png -share/icons/oxygen/22x22/actions/system-search.png -share/icons/oxygen/22x22/actions/system-shutdown.png -share/icons/oxygen/22x22/actions/system-suspend-hibernate.png -share/icons/oxygen/22x22/actions/system-suspend.png -share/icons/oxygen/22x22/actions/system-switch-user.png -share/icons/oxygen/22x22/actions/tab-close-other.png -share/icons/oxygen/22x22/actions/tab-close.png -share/icons/oxygen/22x22/actions/tab-detach.png -share/icons/oxygen/22x22/actions/tab-duplicate.png -share/icons/oxygen/22x22/actions/tab-new-background.png -share/icons/oxygen/22x22/actions/tab-new.png -share/icons/oxygen/22x22/actions/text-field.png -share/icons/oxygen/22x22/actions/text-frame-link.png -share/icons/oxygen/22x22/actions/text-frame-unlink.png -share/icons/oxygen/22x22/actions/text-speak.png -share/icons/oxygen/22x22/actions/tool-animator.png -share/icons/oxygen/22x22/actions/tools-check-spelling.png -share/icons/oxygen/22x22/actions/tools-media-optical-burn-image.png -share/icons/oxygen/22x22/actions/tools-media-optical-burn.png -share/icons/oxygen/22x22/actions/tools-media-optical-copy.png -share/icons/oxygen/22x22/actions/tools-media-optical-erase.png -share/icons/oxygen/22x22/actions/tools-media-optical-format.png -share/icons/oxygen/22x22/actions/tools-report-bug.png -share/icons/oxygen/22x22/actions/tools-rip-audio-cd.png -share/icons/oxygen/22x22/actions/tools-rip-video-cd.png -share/icons/oxygen/22x22/actions/tools-rip-video-dvd.png -share/icons/oxygen/22x22/actions/tools-wizard.png -share/icons/oxygen/22x22/actions/transform-crop-and-resize.png -share/icons/oxygen/22x22/actions/transform-crop.png -share/icons/oxygen/22x22/actions/transform-move.png -share/icons/oxygen/22x22/actions/transform-rotate.png -share/icons/oxygen/22x22/actions/transform-scale.png -share/icons/oxygen/22x22/actions/transform-shear-down.png -share/icons/oxygen/22x22/actions/transform-shear-left.png -share/icons/oxygen/22x22/actions/transform-shear-right.png -share/icons/oxygen/22x22/actions/transform-shear-up.png -share/icons/oxygen/22x22/actions/trash-empty.png -share/icons/oxygen/22x22/actions/user-group-delete.png -share/icons/oxygen/22x22/actions/user-group-new.png -share/icons/oxygen/22x22/actions/user-group-properties.png -share/icons/oxygen/22x22/actions/user-properties.png -share/icons/oxygen/22x22/actions/view-bank-account.png -share/icons/oxygen/22x22/actions/view-bank.png -share/icons/oxygen/22x22/actions/view-barcode-add.png -share/icons/oxygen/22x22/actions/view-barcode.png -share/icons/oxygen/22x22/actions/view-calendar-agenda.png -share/icons/oxygen/22x22/actions/view-calendar-birthday.png -share/icons/oxygen/22x22/actions/view-calendar-day.png -share/icons/oxygen/22x22/actions/view-calendar-holiday.png -share/icons/oxygen/22x22/actions/view-calendar-journal.png -share/icons/oxygen/22x22/actions/view-calendar-list.png -share/icons/oxygen/22x22/actions/view-calendar-month.png -share/icons/oxygen/22x22/actions/view-calendar-special-occasion.png -share/icons/oxygen/22x22/actions/view-calendar-tasks.png -share/icons/oxygen/22x22/actions/view-calendar-time-spent.png -share/icons/oxygen/22x22/actions/view-calendar-timeline.png -share/icons/oxygen/22x22/actions/view-calendar-upcoming-days.png -share/icons/oxygen/22x22/actions/view-calendar-upcoming-events.png -share/icons/oxygen/22x22/actions/view-calendar-wedding-anniversary.png -share/icons/oxygen/22x22/actions/view-calendar-week.png -share/icons/oxygen/22x22/actions/view-calendar-whatsnext.png -share/icons/oxygen/22x22/actions/view-calendar-workweek.png -share/icons/oxygen/22x22/actions/view-certificate-add.png -share/icons/oxygen/22x22/actions/view-certificate-export-secret.png -share/icons/oxygen/22x22/actions/view-certificate-export-server.png -share/icons/oxygen/22x22/actions/view-certificate-export.png -share/icons/oxygen/22x22/actions/view-certificate-import.png -share/icons/oxygen/22x22/actions/view-certificate-server-configure.png -share/icons/oxygen/22x22/actions/view-certificate-sign.png -share/icons/oxygen/22x22/actions/view-certificate.png -share/icons/oxygen/22x22/actions/view-choose.png -share/icons/oxygen/22x22/actions/view-close.png -share/icons/oxygen/22x22/actions/view-conversation-balloon.png -share/icons/oxygen/22x22/actions/view-file-columns.png -share/icons/oxygen/22x22/actions/view-filter.png -share/icons/oxygen/22x22/actions/view-financial-forecast.png -share/icons/oxygen/22x22/actions/view-form-action.png -share/icons/oxygen/22x22/actions/view-form-table.png -share/icons/oxygen/22x22/actions/view-form.png -share/icons/oxygen/22x22/actions/view-fullscreen.png -share/icons/oxygen/22x22/actions/view-grid.png -share/icons/oxygen/22x22/actions/view-group.png -share/icons/oxygen/22x22/actions/view-history.png -share/icons/oxygen/22x22/actions/view-ldap-resource.png -share/icons/oxygen/22x22/actions/view-left-close.png -share/icons/oxygen/22x22/actions/view-list-details.png -share/icons/oxygen/22x22/actions/view-list-icons.png -share/icons/oxygen/22x22/actions/view-list-text.png -share/icons/oxygen/22x22/actions/view-list-tree.png -share/icons/oxygen/22x22/actions/view-media-artist.png -share/icons/oxygen/22x22/actions/view-media-equalizer.png -share/icons/oxygen/22x22/actions/view-media-lyrics.png -share/icons/oxygen/22x22/actions/view-media-playlist.png -share/icons/oxygen/22x22/actions/view-media-visualization.png -share/icons/oxygen/22x22/actions/view-multiple-objects.png -share/icons/oxygen/22x22/actions/view-object-histogram-linear.png -share/icons/oxygen/22x22/actions/view-object-histogram-logarithmic.png -share/icons/oxygen/22x22/actions/view-pim-calendar.png -share/icons/oxygen/22x22/actions/view-pim-contacts.png -share/icons/oxygen/22x22/actions/view-pim-journal.png -share/icons/oxygen/22x22/actions/view-pim-mail.png -share/icons/oxygen/22x22/actions/view-pim-news.png -share/icons/oxygen/22x22/actions/view-pim-notes.png -share/icons/oxygen/22x22/actions/view-pim-summary.png -share/icons/oxygen/22x22/actions/view-pim-tasks-pending.png -share/icons/oxygen/22x22/actions/view-pim-tasks.png -share/icons/oxygen/22x22/actions/view-presentation.png -share/icons/oxygen/22x22/actions/view-preview.png -share/icons/oxygen/22x22/actions/view-process-all-tree.png -share/icons/oxygen/22x22/actions/view-process-all.png -share/icons/oxygen/22x22/actions/view-process-own.png -share/icons/oxygen/22x22/actions/view-process-system.png -share/icons/oxygen/22x22/actions/view-process-users.png -share/icons/oxygen/22x22/actions/view-refresh.png -share/icons/oxygen/22x22/actions/view-resource-calendar.png -share/icons/oxygen/22x22/actions/view-restore.png -share/icons/oxygen/22x22/actions/view-right-close.png -share/icons/oxygen/22x22/actions/view-right-new.png -share/icons/oxygen/22x22/actions/view-sidetree.png -share/icons/oxygen/22x22/actions/view-sort-ascending.png -share/icons/oxygen/22x22/actions/view-sort-descending.png -share/icons/oxygen/22x22/actions/view-split-left-right.png -share/icons/oxygen/22x22/actions/view-split-top-bottom.png -share/icons/oxygen/22x22/actions/view-statistics.png -share/icons/oxygen/22x22/actions/view-table-of-contents-ltr.png -share/icons/oxygen/22x22/actions/view-table-of-contents-rtl.png -share/icons/oxygen/22x22/actions/view-task-add.png -share/icons/oxygen/22x22/actions/view-task-child-add.png -share/icons/oxygen/22x22/actions/view-task-child.png -share/icons/oxygen/22x22/actions/view-task.png -share/icons/oxygen/22x22/actions/view-time-schedule-baselined-add.png -share/icons/oxygen/22x22/actions/view-time-schedule-baselined-remove.png -share/icons/oxygen/22x22/actions/view-time-schedule-baselined.png -share/icons/oxygen/22x22/actions/view-time-schedule-calculus.png -share/icons/oxygen/22x22/actions/view-time-schedule-child-insert.png -share/icons/oxygen/22x22/actions/view-time-schedule-edit.png -share/icons/oxygen/22x22/actions/view-time-schedule-insert.png -share/icons/oxygen/22x22/actions/view-time-schedule.png -share/icons/oxygen/22x22/actions/view-web-browser-dom-tree.png -share/icons/oxygen/22x22/actions/window-close.png -share/icons/oxygen/22x22/actions/window-duplicate.png -share/icons/oxygen/22x22/actions/window-new.png -share/icons/oxygen/22x22/actions/zoom-1-to-2.png -share/icons/oxygen/22x22/actions/zoom-2-to-1.png -share/icons/oxygen/22x22/actions/zoom-draw.png -share/icons/oxygen/22x22/actions/zoom-fit-best.png -share/icons/oxygen/22x22/actions/zoom-fit-height.png -share/icons/oxygen/22x22/actions/zoom-fit-width.png -share/icons/oxygen/22x22/actions/zoom-in.png -share/icons/oxygen/22x22/actions/zoom-next.png -share/icons/oxygen/22x22/actions/zoom-original.png -share/icons/oxygen/22x22/actions/zoom-out.png -share/icons/oxygen/22x22/actions/zoom-previous.png -share/icons/oxygen/22x22/actions/zoom-select.png -share/icons/oxygen/22x22/animations/process-idle-kde.png -share/icons/oxygen/22x22/animations/process-idle.png -share/icons/oxygen/22x22/animations/process-working-kde.png -share/icons/oxygen/22x22/animations/process-working.png -share/icons/oxygen/22x22/apps/Charm.png -share/icons/oxygen/22x22/apps/accessories-calculator.png -share/icons/oxygen/22x22/apps/accessories-character-map.png -share/icons/oxygen/22x22/apps/accessories-dictionary.png -share/icons/oxygen/22x22/apps/accessories-text-editor.png -share/icons/oxygen/22x22/apps/acroread.png -share/icons/oxygen/22x22/apps/akonadi.png -share/icons/oxygen/22x22/apps/akregator.png -share/icons/oxygen/22x22/apps/amarok.png -share/icons/oxygen/22x22/apps/ark.png -share/icons/oxygen/22x22/apps/basket.png -share/icons/oxygen/22x22/apps/calligraflow.png -share/icons/oxygen/22x22/apps/calligrakexi.png -share/icons/oxygen/22x22/apps/calligrakrita.png -share/icons/oxygen/22x22/apps/calligrasheets.png -share/icons/oxygen/22x22/apps/calligrastage.png -share/icons/oxygen/22x22/apps/calligrawords.png -share/icons/oxygen/22x22/apps/clock.png -share/icons/oxygen/22x22/apps/device-notifier.png -share/icons/oxygen/22x22/apps/digikam.png -share/icons/oxygen/22x22/apps/dragonplayer.png -share/icons/oxygen/22x22/apps/esd.png -share/icons/oxygen/22x22/apps/filelight.png -share/icons/oxygen/22x22/apps/fontforge.png -share/icons/oxygen/22x22/apps/graphics-viewer-document.png -share/icons/oxygen/22x22/apps/gwenview.png -share/icons/oxygen/22x22/apps/help-browser.png -share/icons/oxygen/22x22/apps/hwinfo.png -share/icons/oxygen/22x22/apps/inkscape.png -share/icons/oxygen/22x22/apps/internet-mail.png -share/icons/oxygen/22x22/apps/internet-telephony.png -share/icons/oxygen/22x22/apps/internet-web-browser.png -share/icons/oxygen/22x22/apps/java.png -share/icons/oxygen/22x22/apps/k3b.png -share/icons/oxygen/22x22/apps/kaddressbook.png -share/icons/oxygen/22x22/apps/kaffeine.png -share/icons/oxygen/22x22/apps/kate.png -share/icons/oxygen/22x22/apps/kblogger.png -share/icons/oxygen/22x22/apps/kbruch.png -share/icons/oxygen/22x22/apps/kbugbuster.png -share/icons/oxygen/22x22/apps/kchart.png -share/icons/oxygen/22x22/apps/kcolorchooser.png -share/icons/oxygen/22x22/apps/kde-gtk-config.png -share/icons/oxygen/22x22/apps/kde-windows.png -share/icons/oxygen/22x22/apps/kde.png -share/icons/oxygen/22x22/apps/kdevelop.png -share/icons/oxygen/22x22/apps/kdf.png -share/icons/oxygen/22x22/apps/kformula.png -share/icons/oxygen/22x22/apps/kgpg.png -share/icons/oxygen/22x22/apps/kig.png -share/icons/oxygen/22x22/apps/kjournal.png -share/icons/oxygen/22x22/apps/klipper.png -share/icons/oxygen/22x22/apps/kmag.png -share/icons/oxygen/22x22/apps/kmail.png -share/icons/oxygen/22x22/apps/kmplayer.png -share/icons/oxygen/22x22/apps/knetattach.png -share/icons/oxygen/22x22/apps/knotes.png -share/icons/oxygen/22x22/apps/kolf.png -share/icons/oxygen/22x22/apps/konqueror.png -share/icons/oxygen/22x22/apps/kontact.png -share/icons/oxygen/22x22/apps/konversation.png -share/icons/oxygen/22x22/apps/kopete-offline.png -share/icons/oxygen/22x22/apps/kopete.png -share/icons/oxygen/22x22/apps/korg-journal.png -share/icons/oxygen/22x22/apps/korg-todo.png -share/icons/oxygen/22x22/apps/korgac.png -share/icons/oxygen/22x22/apps/korganizer.png -share/icons/oxygen/22x22/apps/kplato.png -share/icons/oxygen/22x22/apps/kpresenter.png -share/icons/oxygen/22x22/apps/krdc.png -share/icons/oxygen/22x22/apps/krfb.png -share/icons/oxygen/22x22/apps/ksnapshot.png -share/icons/oxygen/22x22/apps/ksniffer.png -share/icons/oxygen/22x22/apps/kspread.png -share/icons/oxygen/22x22/apps/ksudoku.png -share/icons/oxygen/22x22/apps/kthesaurus.png -share/icons/oxygen/22x22/apps/ktip.png -share/icons/oxygen/22x22/apps/ktorrent.png -share/icons/oxygen/22x22/apps/kuickshow.png -share/icons/oxygen/22x22/apps/kverbos.png -share/icons/oxygen/22x22/apps/kwalletmanager.png -share/icons/oxygen/22x22/apps/kword.png -share/icons/oxygen/22x22/apps/lokalize.png -share/icons/oxygen/22x22/apps/multimedia-volume-control.png -share/icons/oxygen/22x22/apps/muondiscover.png -share/icons/oxygen/22x22/apps/nepomuk.png -share/icons/oxygen/22x22/apps/office-address-book.png -share/icons/oxygen/22x22/apps/office-calendar.png -share/icons/oxygen/22x22/apps/okteta.png -share/icons/oxygen/22x22/apps/okular.png -share/icons/oxygen/22x22/apps/oxygen.png -share/icons/oxygen/22x22/apps/partitionmanager.png -share/icons/oxygen/22x22/apps/picmi.png -share/icons/oxygen/22x22/apps/plasma.png -share/icons/oxygen/22x22/apps/plasmagik.png -share/icons/oxygen/22x22/apps/preferences-contact-list.png -share/icons/oxygen/22x22/apps/preferences-desktop-accessibility.png -share/icons/oxygen/22x22/apps/preferences-desktop-color.png -share/icons/oxygen/22x22/apps/preferences-desktop-cryptography.png -share/icons/oxygen/22x22/apps/preferences-desktop-default-applications.png -share/icons/oxygen/22x22/apps/preferences-desktop-display-color.png -share/icons/oxygen/22x22/apps/preferences-desktop-display.png -share/icons/oxygen/22x22/apps/preferences-desktop-filetype-association.png -share/icons/oxygen/22x22/apps/preferences-desktop-font.png -share/icons/oxygen/22x22/apps/preferences-desktop-gaming.png -share/icons/oxygen/22x22/apps/preferences-desktop-icons.png -share/icons/oxygen/22x22/apps/preferences-desktop-keyboard.png -share/icons/oxygen/22x22/apps/preferences-desktop-launch-feedback.png -share/icons/oxygen/22x22/apps/preferences-desktop-locale.png -share/icons/oxygen/22x22/apps/preferences-desktop-mouse.png -share/icons/oxygen/22x22/apps/preferences-desktop-notification-bell.png -share/icons/oxygen/22x22/apps/preferences-desktop-notification.png -share/icons/oxygen/22x22/apps/preferences-desktop-printer.png -share/icons/oxygen/22x22/apps/preferences-desktop-screensaver.png -share/icons/oxygen/22x22/apps/preferences-desktop-sound.png -share/icons/oxygen/22x22/apps/preferences-desktop-text-to-speech.png -share/icons/oxygen/22x22/apps/preferences-desktop-theme.png -share/icons/oxygen/22x22/apps/preferences-desktop-user-password.png -share/icons/oxygen/22x22/apps/preferences-desktop-user.png -share/icons/oxygen/22x22/apps/preferences-desktop-wallpaper.png -share/icons/oxygen/22x22/apps/preferences-kcalc-constants.png -share/icons/oxygen/22x22/apps/preferences-plugin-script.png -share/icons/oxygen/22x22/apps/preferences-plugin.png -share/icons/oxygen/22x22/apps/preferences-system-bluetooth-inactive.png -share/icons/oxygen/22x22/apps/preferences-system-bluetooth.png -share/icons/oxygen/22x22/apps/preferences-system-login.png -share/icons/oxygen/22x22/apps/preferences-system-network-sharing.png -share/icons/oxygen/22x22/apps/preferences-system-performance.png -share/icons/oxygen/22x22/apps/preferences-system-power-management.png -share/icons/oxygen/22x22/apps/preferences-system-session-services.png -share/icons/oxygen/22x22/apps/preferences-system-time.png -share/icons/oxygen/22x22/apps/preferences-system-windows-actions.png -share/icons/oxygen/22x22/apps/preferences-system-windows-move.png -share/icons/oxygen/22x22/apps/preferences-system-windows.png -share/icons/oxygen/22x22/apps/preferences-web-browser-adblock.png -share/icons/oxygen/22x22/apps/preferences-web-browser-cache.png -share/icons/oxygen/22x22/apps/preferences-web-browser-cookies.png -share/icons/oxygen/22x22/apps/preferences-web-browser-shortcuts.png -share/icons/oxygen/22x22/apps/preferences-web-browser-stylesheets.png -share/icons/oxygen/22x22/apps/qelectrotech.png -share/icons/oxygen/22x22/apps/quassel.png -share/icons/oxygen/22x22/apps/scribus.png -share/icons/oxygen/22x22/apps/semn.png -share/icons/oxygen/22x22/apps/showfoto.png -share/icons/oxygen/22x22/apps/skrooge-black.png -share/icons/oxygen/22x22/apps/skrooge-initial.png -share/icons/oxygen/22x22/apps/skrooge.png -share/icons/oxygen/22x22/apps/step.png -share/icons/oxygen/22x22/apps/strigi.png -share/icons/oxygen/22x22/apps/system-file-manager.png -share/icons/oxygen/22x22/apps/system-software-update.png -share/icons/oxygen/22x22/apps/system-users.png -share/icons/oxygen/22x22/apps/tagua.png -share/icons/oxygen/22x22/apps/telepathy-kde.png -share/icons/oxygen/22x22/apps/utilities-desktop-extra.png -share/icons/oxygen/22x22/apps/utilities-file-archiver.png -share/icons/oxygen/22x22/apps/utilities-log-viewer.png -share/icons/oxygen/22x22/apps/utilities-system-monitor.png -share/icons/oxygen/22x22/apps/utilities-terminal.png -share/icons/oxygen/22x22/apps/wine.png -share/icons/oxygen/22x22/apps/xorg.png -share/icons/oxygen/22x22/apps/yakuake.png -share/icons/oxygen/22x22/categories/applications-accessories.png -share/icons/oxygen/22x22/categories/applications-development-translation.png -share/icons/oxygen/22x22/categories/applications-development-web.png -share/icons/oxygen/22x22/categories/applications-development.png -share/icons/oxygen/22x22/categories/applications-education-language.png -share/icons/oxygen/22x22/categories/applications-education-mathematics.png -share/icons/oxygen/22x22/categories/applications-education-miscellaneous.png -share/icons/oxygen/22x22/categories/applications-education-preschool.png -share/icons/oxygen/22x22/categories/applications-education-school.png -share/icons/oxygen/22x22/categories/applications-education-science.png -share/icons/oxygen/22x22/categories/applications-education-university.png -share/icons/oxygen/22x22/categories/applications-education.png -share/icons/oxygen/22x22/categories/applications-engineering.png -share/icons/oxygen/22x22/categories/applications-games.png -share/icons/oxygen/22x22/categories/applications-graphics.png -share/icons/oxygen/22x22/categories/applications-internet.png -share/icons/oxygen/22x22/categories/applications-multimedia.png -share/icons/oxygen/22x22/categories/applications-office.png -share/icons/oxygen/22x22/categories/applications-other.png -share/icons/oxygen/22x22/categories/applications-science.png -share/icons/oxygen/22x22/categories/applications-system.png -share/icons/oxygen/22x22/categories/applications-toys.png -share/icons/oxygen/22x22/categories/applications-utilities.png -share/icons/oxygen/22x22/categories/preferences-desktop-peripherals.png -share/icons/oxygen/22x22/categories/preferences-desktop-personal.png -share/icons/oxygen/22x22/categories/preferences-desktop.png -share/icons/oxygen/22x22/categories/preferences-other.png -share/icons/oxygen/22x22/categories/preferences-system-network.png -share/icons/oxygen/22x22/categories/preferences-system.png -share/icons/oxygen/22x22/categories/system-help.png -share/icons/oxygen/22x22/devices/audio-card.png -share/icons/oxygen/22x22/devices/audio-headphones.png -share/icons/oxygen/22x22/devices/audio-headset.png -share/icons/oxygen/22x22/devices/audio-input-line.png -share/icons/oxygen/22x22/devices/audio-input-microphone.png -share/icons/oxygen/22x22/devices/battery.png -share/icons/oxygen/22x22/devices/camera-photo.png -share/icons/oxygen/22x22/devices/camera-web.png -share/icons/oxygen/22x22/devices/computer-laptop.png -share/icons/oxygen/22x22/devices/computer.png -share/icons/oxygen/22x22/devices/cpu.png -share/icons/oxygen/22x22/devices/drive-harddisk.png -share/icons/oxygen/22x22/devices/drive-optical.png -share/icons/oxygen/22x22/devices/drive-removable-media-usb-pendrive.png -share/icons/oxygen/22x22/devices/drive-removable-media-usb.png -share/icons/oxygen/22x22/devices/drive-removable-media.png -share/icons/oxygen/22x22/devices/input-gaming.png -share/icons/oxygen/22x22/devices/input-keyboard.png -share/icons/oxygen/22x22/devices/input-mouse.png -share/icons/oxygen/22x22/devices/input-tablet.png -share/icons/oxygen/22x22/devices/media-flash-memory-stick.png -share/icons/oxygen/22x22/devices/media-flash-sd-mmc.png -share/icons/oxygen/22x22/devices/media-flash-smart-media.png -share/icons/oxygen/22x22/devices/media-flash.png -share/icons/oxygen/22x22/devices/media-floppy.png -share/icons/oxygen/22x22/devices/media-optical-audio.png -share/icons/oxygen/22x22/devices/media-optical-blu-ray.png -share/icons/oxygen/22x22/devices/media-optical-data.png -share/icons/oxygen/22x22/devices/media-optical-dvd.png -share/icons/oxygen/22x22/devices/media-optical-mixed-cd.png -share/icons/oxygen/22x22/devices/media-optical-recordable.png -share/icons/oxygen/22x22/devices/media-optical-video.png -share/icons/oxygen/22x22/devices/media-optical.png -share/icons/oxygen/22x22/devices/media-tape.png -share/icons/oxygen/22x22/devices/modem.png -share/icons/oxygen/22x22/devices/multimedia-player-apple-ipod.png -share/icons/oxygen/22x22/devices/multimedia-player.png -share/icons/oxygen/22x22/devices/network-wired.png -share/icons/oxygen/22x22/devices/network-wireless-connected-00.png -share/icons/oxygen/22x22/devices/network-wireless-connected-100.png -share/icons/oxygen/22x22/devices/network-wireless-connected-25.png -share/icons/oxygen/22x22/devices/network-wireless-connected-50.png -share/icons/oxygen/22x22/devices/network-wireless-connected-75.png -share/icons/oxygen/22x22/devices/network-wireless-disconnected.png -share/icons/oxygen/22x22/devices/network-wireless.png -share/icons/oxygen/22x22/devices/pda.png -share/icons/oxygen/22x22/devices/phone-openmoko-freerunner.png -share/icons/oxygen/22x22/devices/phone.png -share/icons/oxygen/22x22/devices/printer.png -share/icons/oxygen/22x22/devices/scanner.png -share/icons/oxygen/22x22/devices/secure-card.png -share/icons/oxygen/22x22/devices/smartphone.png -share/icons/oxygen/22x22/devices/tablet.png -share/icons/oxygen/22x22/devices/video-display.png -share/icons/oxygen/22x22/devices/video-projector.png -share/icons/oxygen/22x22/devices/video-television.png -share/icons/oxygen/22x22/emblems/emblem-encrypted-locked.png -share/icons/oxygen/22x22/emblems/emblem-encrypted-unlocked.png -share/icons/oxygen/22x22/emblems/emblem-favorite.png -share/icons/oxygen/22x22/emblems/emblem-important.png -share/icons/oxygen/22x22/emblems/emblem-locked.png -share/icons/oxygen/22x22/emblems/emblem-mounted.png -share/icons/oxygen/22x22/emblems/emblem-new.png -share/icons/oxygen/22x22/emblems/emblem-symbolic-link.png -share/icons/oxygen/22x22/emblems/emblem-unlocked.png -share/icons/oxygen/22x22/emblems/emblem-unmounted.png -share/icons/oxygen/22x22/emblems/image-has-versions-open.png -share/icons/oxygen/22x22/emblems/image-has-versions.png -share/icons/oxygen/22x22/emblems/image-stack-open.png -share/icons/oxygen/22x22/emblems/image-stack.png -share/icons/oxygen/22x22/emblems/vcs-added.png -share/icons/oxygen/22x22/emblems/vcs-conflicting.png -share/icons/oxygen/22x22/emblems/vcs-locally-modified-unstaged.png -share/icons/oxygen/22x22/emblems/vcs-locally-modified.png -share/icons/oxygen/22x22/emblems/vcs-normal.png -share/icons/oxygen/22x22/emblems/vcs-removed.png -share/icons/oxygen/22x22/emblems/vcs-update-required.png -share/icons/oxygen/22x22/emotes/drink-beer.png -share/icons/oxygen/22x22/emotes/drink-martini.png -share/icons/oxygen/22x22/emotes/face-angel.png -share/icons/oxygen/22x22/emotes/face-angry.png -share/icons/oxygen/22x22/emotes/face-clown.png -share/icons/oxygen/22x22/emotes/face-confused.png -share/icons/oxygen/22x22/emotes/face-cool.png -share/icons/oxygen/22x22/emotes/face-crying.png -share/icons/oxygen/22x22/emotes/face-devilish.png -share/icons/oxygen/22x22/emotes/face-embarrassed.png -share/icons/oxygen/22x22/emotes/face-foot-in-mouth.png -share/icons/oxygen/22x22/emotes/face-glasses.png -share/icons/oxygen/22x22/emotes/face-hug-left.png -share/icons/oxygen/22x22/emotes/face-hug-right.png -share/icons/oxygen/22x22/emotes/face-in-love.png -share/icons/oxygen/22x22/emotes/face-kiss.png -share/icons/oxygen/22x22/emotes/face-laugh.png -share/icons/oxygen/22x22/emotes/face-laughing.png -share/icons/oxygen/22x22/emotes/face-ninja.png -share/icons/oxygen/22x22/emotes/face-pirate.png -share/icons/oxygen/22x22/emotes/face-plain.png -share/icons/oxygen/22x22/emotes/face-quiet.png -share/icons/oxygen/22x22/emotes/face-raspberry.png -share/icons/oxygen/22x22/emotes/face-sad.png -share/icons/oxygen/22x22/emotes/face-sick.png -share/icons/oxygen/22x22/emotes/face-sleep.png -share/icons/oxygen/22x22/emotes/face-sleeping.png -share/icons/oxygen/22x22/emotes/face-smile-big.png -share/icons/oxygen/22x22/emotes/face-smile-gearhead-female.png -share/icons/oxygen/22x22/emotes/face-smile-gearhead-male.png -share/icons/oxygen/22x22/emotes/face-smile-grin.png -share/icons/oxygen/22x22/emotes/face-smile.png -share/icons/oxygen/22x22/emotes/face-smirk.png -share/icons/oxygen/22x22/emotes/face-star.png -share/icons/oxygen/22x22/emotes/face-surprise.png -share/icons/oxygen/22x22/emotes/face-uncertain.png -share/icons/oxygen/22x22/emotes/face-wink.png -share/icons/oxygen/22x22/emotes/face-worried.png -share/icons/oxygen/22x22/emotes/face-yawn.png -share/icons/oxygen/22x22/emotes/food-cake.png -share/icons/oxygen/22x22/emotes/food-pizza.png -share/icons/oxygen/22x22/emotes/food.png -share/icons/oxygen/22x22/emotes/gift.png -share/icons/oxygen/22x22/emotes/heart-broken.png -share/icons/oxygen/22x22/emotes/heart.png -share/icons/oxygen/22x22/emotes/opinion-agree.png -share/icons/oxygen/22x22/emotes/opinion-disagree.png -share/icons/oxygen/22x22/emotes/opinion-no.png -share/icons/oxygen/22x22/emotes/opinion-okay.png -share/icons/oxygen/22x22/emotes/rose-wilted.png -share/icons/oxygen/22x22/emotes/rose.png -share/icons/oxygen/22x22/mimetypes/application-atom+xml.png -share/icons/oxygen/22x22/mimetypes/application-epub+zip.png -share/icons/oxygen/22x22/mimetypes/application-illustrator.png -share/icons/oxygen/22x22/mimetypes/application-javascript.png -share/icons/oxygen/22x22/mimetypes/application-msword-template.png -share/icons/oxygen/22x22/mimetypes/application-msword.png -share/icons/oxygen/22x22/mimetypes/application-octet-stream.png -share/icons/oxygen/22x22/mimetypes/application-ogg.png -share/icons/oxygen/22x22/mimetypes/application-pdf.png -share/icons/oxygen/22x22/mimetypes/application-pgp-encrypted.png -share/icons/oxygen/22x22/mimetypes/application-pgp-keys.png -share/icons/oxygen/22x22/mimetypes/application-pgp-signature.png -share/icons/oxygen/22x22/mimetypes/application-pgp.png -share/icons/oxygen/22x22/mimetypes/application-pkcs7-mime.png -share/icons/oxygen/22x22/mimetypes/application-pkcs7-signature.png -share/icons/oxygen/22x22/mimetypes/application-postscript.png -share/icons/oxygen/22x22/mimetypes/application-relaxng.png -share/icons/oxygen/22x22/mimetypes/application-rss+xml.png -share/icons/oxygen/22x22/mimetypes/application-rtf.png -share/icons/oxygen/22x22/mimetypes/application-sxw.png -share/icons/oxygen/22x22/mimetypes/application-vnd-google-earth-kml.png -share/icons/oxygen/22x22/mimetypes/application-vnd.iccprofile.png -share/icons/oxygen/22x22/mimetypes/application-vnd.ms-access.png -share/icons/oxygen/22x22/mimetypes/application-vnd.ms-excel.png -share/icons/oxygen/22x22/mimetypes/application-vnd.ms-powerpoint.png -share/icons/oxygen/22x22/mimetypes/application-vnd.oasis.opendocument.chart.png -share/icons/oxygen/22x22/mimetypes/application-vnd.oasis.opendocument.database.png -share/icons/oxygen/22x22/mimetypes/application-vnd.oasis.opendocument.draw.template.png -share/icons/oxygen/22x22/mimetypes/application-vnd.oasis.opendocument.drawing.png -share/icons/oxygen/22x22/mimetypes/application-vnd.oasis.opendocument.drawing.template.png -share/icons/oxygen/22x22/mimetypes/application-vnd.oasis.opendocument.formula-template.png -share/icons/oxygen/22x22/mimetypes/application-vnd.oasis.opendocument.formula.png -share/icons/oxygen/22x22/mimetypes/application-vnd.oasis.opendocument.graphics.png -share/icons/oxygen/22x22/mimetypes/application-vnd.oasis.opendocument.image.png -share/icons/oxygen/22x22/mimetypes/application-vnd.oasis.opendocument.presentation-template.png -share/icons/oxygen/22x22/mimetypes/application-vnd.oasis.opendocument.presentation.png -share/icons/oxygen/22x22/mimetypes/application-vnd.oasis.opendocument.spreadsheet-template.png -share/icons/oxygen/22x22/mimetypes/application-vnd.oasis.opendocument.spreadsheet.png -share/icons/oxygen/22x22/mimetypes/application-vnd.oasis.opendocument.text-master.png -share/icons/oxygen/22x22/mimetypes/application-vnd.oasis.opendocument.text-template.png -share/icons/oxygen/22x22/mimetypes/application-vnd.oasis.opendocument.text.png -share/icons/oxygen/22x22/mimetypes/application-vnd.oasis.opendocument.web.template.png -share/icons/oxygen/22x22/mimetypes/application-vnd.openxmlformats-officedocument.wordprocessingml.document.png -share/icons/oxygen/22x22/mimetypes/application-vnd.rn-realmedia.png -share/icons/oxygen/22x22/mimetypes/application-vnd.scribus.png -share/icons/oxygen/22x22/mimetypes/application-vnd.stardivision.calc.png -share/icons/oxygen/22x22/mimetypes/application-vnd.stardivision.draw.png -share/icons/oxygen/22x22/mimetypes/application-vnd.stardivision.mail.png -share/icons/oxygen/22x22/mimetypes/application-vnd.stardivision.math.png -share/icons/oxygen/22x22/mimetypes/application-vnd.sun.xml.calc.png -share/icons/oxygen/22x22/mimetypes/application-vnd.sun.xml.calc.template.png -share/icons/oxygen/22x22/mimetypes/application-vnd.sun.xml.draw.png -share/icons/oxygen/22x22/mimetypes/application-vnd.sun.xml.draw.template.png -share/icons/oxygen/22x22/mimetypes/application-vnd.sun.xml.impress.png -share/icons/oxygen/22x22/mimetypes/application-vnd.sun.xml.impress.template.png -share/icons/oxygen/22x22/mimetypes/application-vnd.sun.xml.math.png -share/icons/oxygen/22x22/mimetypes/application-vnd.sun.xml.writer.global.png -share/icons/oxygen/22x22/mimetypes/application-vnd.sun.xml.writer.png -share/icons/oxygen/22x22/mimetypes/application-vnd.sun.xml.writer.template.png -share/icons/oxygen/22x22/mimetypes/application-vnd.wordperfect.png -share/icons/oxygen/22x22/mimetypes/application-x-7z-compressed.png -share/icons/oxygen/22x22/mimetypes/application-x-abiword.png -share/icons/oxygen/22x22/mimetypes/application-x-ace.png -share/icons/oxygen/22x22/mimetypes/application-x-applix-spreadsheet.png -share/icons/oxygen/22x22/mimetypes/application-x-applix-word.png -share/icons/oxygen/22x22/mimetypes/application-x-ar.png -share/icons/oxygen/22x22/mimetypes/application-x-arc.png -share/icons/oxygen/22x22/mimetypes/application-x-archive.png -share/icons/oxygen/22x22/mimetypes/application-x-arj.png -share/icons/oxygen/22x22/mimetypes/application-x-awk.png -share/icons/oxygen/22x22/mimetypes/application-x-bittorrent.png -share/icons/oxygen/22x22/mimetypes/application-x-blender.png -share/icons/oxygen/22x22/mimetypes/application-x-bzdvi.png -share/icons/oxygen/22x22/mimetypes/application-x-bzip-compressed-tar.png -share/icons/oxygen/22x22/mimetypes/application-x-bzip.png -share/icons/oxygen/22x22/mimetypes/application-x-cd-image.png -share/icons/oxygen/22x22/mimetypes/application-x-cda.png -share/icons/oxygen/22x22/mimetypes/application-x-chm.png -share/icons/oxygen/22x22/mimetypes/application-x-compress.png -share/icons/oxygen/22x22/mimetypes/application-x-compressed-tar.png -share/icons/oxygen/22x22/mimetypes/application-x-cpio.png -share/icons/oxygen/22x22/mimetypes/application-x-cue.png -share/icons/oxygen/22x22/mimetypes/application-x-deb.png -share/icons/oxygen/22x22/mimetypes/application-x-designer.png -share/icons/oxygen/22x22/mimetypes/application-x-desktop.png -share/icons/oxygen/22x22/mimetypes/application-x-egon.png -share/icons/oxygen/22x22/mimetypes/application-x-executable-script.png -share/icons/oxygen/22x22/mimetypes/application-x-executable.png -share/icons/oxygen/22x22/mimetypes/application-x-flash-video.png -share/icons/oxygen/22x22/mimetypes/application-x-font-afm.png -share/icons/oxygen/22x22/mimetypes/application-x-font-bdf.png -share/icons/oxygen/22x22/mimetypes/application-x-font-otf.png -share/icons/oxygen/22x22/mimetypes/application-x-font-pcf.png -share/icons/oxygen/22x22/mimetypes/application-x-font-snf.png -share/icons/oxygen/22x22/mimetypes/application-x-font-ttf.png -share/icons/oxygen/22x22/mimetypes/application-x-font-type1.png -share/icons/oxygen/22x22/mimetypes/application-x-gnumeric.png -share/icons/oxygen/22x22/mimetypes/application-x-gzdvi.png -share/icons/oxygen/22x22/mimetypes/application-x-gzip.png -share/icons/oxygen/22x22/mimetypes/application-x-gzpostscript.png -share/icons/oxygen/22x22/mimetypes/application-x-iso.png -share/icons/oxygen/22x22/mimetypes/application-x-it87.png -share/icons/oxygen/22x22/mimetypes/application-x-jar.png -share/icons/oxygen/22x22/mimetypes/application-x-java-applet.png -share/icons/oxygen/22x22/mimetypes/application-x-java-archive.png -share/icons/oxygen/22x22/mimetypes/application-x-java.png -share/icons/oxygen/22x22/mimetypes/application-x-javascript.png -share/icons/oxygen/22x22/mimetypes/application-x-k3b.png -share/icons/oxygen/22x22/mimetypes/application-x-kcsrc.png -share/icons/oxygen/22x22/mimetypes/application-x-kdenlivetitle.png -share/icons/oxygen/22x22/mimetypes/application-x-kexi-connectiondata.png -share/icons/oxygen/22x22/mimetypes/application-x-kexiproject-shortcut.png -share/icons/oxygen/22x22/mimetypes/application-x-kexiproject-sqlite.png -share/icons/oxygen/22x22/mimetypes/application-x-kexiproject-sqlite2.png -share/icons/oxygen/22x22/mimetypes/application-x-kexiproject-sqlite3.png -share/icons/oxygen/22x22/mimetypes/application-x-kformula.png -share/icons/oxygen/22x22/mimetypes/application-x-kgetlist.png -share/icons/oxygen/22x22/mimetypes/application-x-kontour.png -share/icons/oxygen/22x22/mimetypes/application-x-kplato.png -share/icons/oxygen/22x22/mimetypes/application-x-krita.png -share/icons/oxygen/22x22/mimetypes/application-x-kvtml.png -share/icons/oxygen/22x22/mimetypes/application-x-kword.png -share/icons/oxygen/22x22/mimetypes/application-x-lha.png -share/icons/oxygen/22x22/mimetypes/application-x-lyx.png -share/icons/oxygen/22x22/mimetypes/application-x-lzma-compressed-tar.png -share/icons/oxygen/22x22/mimetypes/application-x-lzop.png -share/icons/oxygen/22x22/mimetypes/application-x-m4.png -share/icons/oxygen/22x22/mimetypes/application-x-marble.png -share/icons/oxygen/22x22/mimetypes/application-x-mimearchive.png -share/icons/oxygen/22x22/mimetypes/application-x-mplayer2.png -share/icons/oxygen/22x22/mimetypes/application-x-ms-dos-executable.png -share/icons/oxygen/22x22/mimetypes/application-x-mswinurl.png -share/icons/oxygen/22x22/mimetypes/application-x-mswrite.png -share/icons/oxygen/22x22/mimetypes/application-x-nzb.png -share/icons/oxygen/22x22/mimetypes/application-x-object.png -share/icons/oxygen/22x22/mimetypes/application-x-pak.png -share/icons/oxygen/22x22/mimetypes/application-x-pem-key.png -share/icons/oxygen/22x22/mimetypes/application-x-perl.png -share/icons/oxygen/22x22/mimetypes/application-x-php.png -share/icons/oxygen/22x22/mimetypes/application-x-plasma.png -share/icons/oxygen/22x22/mimetypes/application-x-python-bytecode.png -share/icons/oxygen/22x22/mimetypes/application-x-qet-element.png -share/icons/oxygen/22x22/mimetypes/application-x-qet-project.png -share/icons/oxygen/22x22/mimetypes/application-x-quattropro.png -share/icons/oxygen/22x22/mimetypes/application-x-rar.png -share/icons/oxygen/22x22/mimetypes/application-x-raw-disk-image.png -share/icons/oxygen/22x22/mimetypes/application-x-rpm.png -share/icons/oxygen/22x22/mimetypes/application-x-ruby.png -share/icons/oxygen/22x22/mimetypes/application-x-sharedlib.png -share/icons/oxygen/22x22/mimetypes/application-x-shellscript.png -share/icons/oxygen/22x22/mimetypes/application-x-shockwave-flash.png -share/icons/oxygen/22x22/mimetypes/application-x-siag.png -share/icons/oxygen/22x22/mimetypes/application-x-sif.png -share/icons/oxygen/22x22/mimetypes/application-x-skg.png -share/icons/oxygen/22x22/mimetypes/application-x-skgc.png -share/icons/oxygen/22x22/mimetypes/application-x-smb-server.png -share/icons/oxygen/22x22/mimetypes/application-x-smb-workgroup.png -share/icons/oxygen/22x22/mimetypes/application-x-sqlite2.png -share/icons/oxygen/22x22/mimetypes/application-x-sqlite3.png -share/icons/oxygen/22x22/mimetypes/application-x-srt.png -share/icons/oxygen/22x22/mimetypes/application-x-srtrip.png -share/icons/oxygen/22x22/mimetypes/application-x-subrip.png -share/icons/oxygen/22x22/mimetypes/application-x-tar.png -share/icons/oxygen/22x22/mimetypes/application-x-tarz.png -share/icons/oxygen/22x22/mimetypes/application-x-tgif.png -share/icons/oxygen/22x22/mimetypes/application-x-trash.png -share/icons/oxygen/22x22/mimetypes/application-x-troff-man.png -share/icons/oxygen/22x22/mimetypes/application-x-tzo.png -share/icons/oxygen/22x22/mimetypes/application-x-wmf.png -share/icons/oxygen/22x22/mimetypes/application-x-zerosize.png -share/icons/oxygen/22x22/mimetypes/application-x-zoo.png -share/icons/oxygen/22x22/mimetypes/application-xhtml+xml.png -share/icons/oxygen/22x22/mimetypes/application-xml.png -share/icons/oxygen/22x22/mimetypes/application-xsd.png -share/icons/oxygen/22x22/mimetypes/application-xslt+xml.png -share/icons/oxygen/22x22/mimetypes/application-zip.png -share/icons/oxygen/22x22/mimetypes/audio-ac3.png -share/icons/oxygen/22x22/mimetypes/audio-midi.png -share/icons/oxygen/22x22/mimetypes/audio-mp2.png -share/icons/oxygen/22x22/mimetypes/audio-mp3.png -share/icons/oxygen/22x22/mimetypes/audio-mp4.png -share/icons/oxygen/22x22/mimetypes/audio-prs.sid.png -share/icons/oxygen/22x22/mimetypes/audio-vn.rn-realmedia.png -share/icons/oxygen/22x22/mimetypes/audio-vnd.rn-realvideo.png -share/icons/oxygen/22x22/mimetypes/audio-x-adpcm.png -share/icons/oxygen/22x22/mimetypes/audio-x-aiff.png -share/icons/oxygen/22x22/mimetypes/audio-x-flac+ogg.png -share/icons/oxygen/22x22/mimetypes/audio-x-flac.png -share/icons/oxygen/22x22/mimetypes/audio-x-generic.png -share/icons/oxygen/22x22/mimetypes/audio-x-monkey.png -share/icons/oxygen/22x22/mimetypes/audio-x-mp2.png -share/icons/oxygen/22x22/mimetypes/audio-x-mpeg.png -share/icons/oxygen/22x22/mimetypes/audio-x-speex+ogg.png -share/icons/oxygen/22x22/mimetypes/audio-x-wav.png -share/icons/oxygen/22x22/mimetypes/encrypted.png -share/icons/oxygen/22x22/mimetypes/fonts-package.png -share/icons/oxygen/22x22/mimetypes/image-bmp.png -share/icons/oxygen/22x22/mimetypes/image-gif.png -share/icons/oxygen/22x22/mimetypes/image-jpeg.png -share/icons/oxygen/22x22/mimetypes/image-jpeg2000.png -share/icons/oxygen/22x22/mimetypes/image-png.png -share/icons/oxygen/22x22/mimetypes/image-svg+xml-compressed.png -share/icons/oxygen/22x22/mimetypes/image-svg+xml.png -share/icons/oxygen/22x22/mimetypes/image-tiff.png -share/icons/oxygen/22x22/mimetypes/image-vnd.adobe.photoshop.png -share/icons/oxygen/22x22/mimetypes/image-vnd.dgn.png -share/icons/oxygen/22x22/mimetypes/image-vnd.dwg.png -share/icons/oxygen/22x22/mimetypes/image-x-adobe-dng.png -share/icons/oxygen/22x22/mimetypes/image-x-compressed-xcf.png -share/icons/oxygen/22x22/mimetypes/image-x-emf.png -share/icons/oxygen/22x22/mimetypes/image-x-eps.png -share/icons/oxygen/22x22/mimetypes/image-x-generic.png -share/icons/oxygen/22x22/mimetypes/image-x-krita.png -share/icons/oxygen/22x22/mimetypes/image-x-portable-bitmap.png -share/icons/oxygen/22x22/mimetypes/image-x-psd.png -share/icons/oxygen/22x22/mimetypes/image-x-psdimage-x-psd.png -share/icons/oxygen/22x22/mimetypes/image-x-tga.png -share/icons/oxygen/22x22/mimetypes/image-x-vnd.trolltech.qpicture.png -share/icons/oxygen/22x22/mimetypes/image-x-win-bitmap.png -share/icons/oxygen/22x22/mimetypes/image-x-win-bmp.png -share/icons/oxygen/22x22/mimetypes/image-x-wmf.png -share/icons/oxygen/22x22/mimetypes/image-x-xcf.png -share/icons/oxygen/22x22/mimetypes/image-x-xfig.png -share/icons/oxygen/22x22/mimetypes/inode-directory.png -share/icons/oxygen/22x22/mimetypes/libreoffice-database.png -share/icons/oxygen/22x22/mimetypes/libreoffice-drawing-template.png -share/icons/oxygen/22x22/mimetypes/libreoffice-drawing.png -share/icons/oxygen/22x22/mimetypes/libreoffice-formula.png -share/icons/oxygen/22x22/mimetypes/libreoffice-oasis-database.png -share/icons/oxygen/22x22/mimetypes/libreoffice-oasis-drawing-template.png -share/icons/oxygen/22x22/mimetypes/libreoffice-oasis-drawing.png -share/icons/oxygen/22x22/mimetypes/libreoffice-oasis-formula.png -share/icons/oxygen/22x22/mimetypes/libreoffice-oasis-presentation-template.png -share/icons/oxygen/22x22/mimetypes/libreoffice-oasis-presentation.png -share/icons/oxygen/22x22/mimetypes/libreoffice-oasis-spreadsheet-template.png -share/icons/oxygen/22x22/mimetypes/libreoffice-oasis-spreadsheet.png -share/icons/oxygen/22x22/mimetypes/libreoffice-oasis-text-template.png -share/icons/oxygen/22x22/mimetypes/libreoffice-oasis-text.png -share/icons/oxygen/22x22/mimetypes/libreoffice-oasis-web-template.png -share/icons/oxygen/22x22/mimetypes/libreoffice-presentation-template.png -share/icons/oxygen/22x22/mimetypes/libreoffice-presentation.png -share/icons/oxygen/22x22/mimetypes/libreoffice-spreadsheet-template.png -share/icons/oxygen/22x22/mimetypes/libreoffice-spreadsheet.png -share/icons/oxygen/22x22/mimetypes/libreoffice-text-template.png -share/icons/oxygen/22x22/mimetypes/libreoffice-text.png -share/icons/oxygen/22x22/mimetypes/mail-message-new-list.png -share/icons/oxygen/22x22/mimetypes/message-news.png -share/icons/oxygen/22x22/mimetypes/message-partial.png -share/icons/oxygen/22x22/mimetypes/message-rfc822.png -share/icons/oxygen/22x22/mimetypes/message-x-gnu-rmail.png -share/icons/oxygen/22x22/mimetypes/message.png -share/icons/oxygen/22x22/mimetypes/odf.png -share/icons/oxygen/22x22/mimetypes/package-x-generic.png -share/icons/oxygen/22x22/mimetypes/text-calendar.png -share/icons/oxygen/22x22/mimetypes/text-csharp.png -share/icons/oxygen/22x22/mimetypes/text-css.png -share/icons/oxygen/22x22/mimetypes/text-csv.png -share/icons/oxygen/22x22/mimetypes/text-directory.png -share/icons/oxygen/22x22/mimetypes/text-enriched.png -share/icons/oxygen/22x22/mimetypes/text-html.png -share/icons/oxygen/22x22/mimetypes/text-mathml.png -share/icons/oxygen/22x22/mimetypes/text-plain.png -share/icons/oxygen/22x22/mimetypes/text-rdf+xml.png -share/icons/oxygen/22x22/mimetypes/text-rdf.png -share/icons/oxygen/22x22/mimetypes/text-rtf.png -share/icons/oxygen/22x22/mimetypes/text-sgml.png -share/icons/oxygen/22x22/mimetypes/text-troff.png -share/icons/oxygen/22x22/mimetypes/text-vcalendar.png -share/icons/oxygen/22x22/mimetypes/text-vnd.abc.png -share/icons/oxygen/22x22/mimetypes/text-vnd.wap.wml.png -share/icons/oxygen/22x22/mimetypes/text-x-adasrc.png -share/icons/oxygen/22x22/mimetypes/text-x-authors.png -share/icons/oxygen/22x22/mimetypes/text-x-bibtex.png -share/icons/oxygen/22x22/mimetypes/text-x-c++hdr.png -share/icons/oxygen/22x22/mimetypes/text-x-c++src.png -share/icons/oxygen/22x22/mimetypes/text-x-changelog.png -share/icons/oxygen/22x22/mimetypes/text-x-chdr.png -share/icons/oxygen/22x22/mimetypes/text-x-cmake.png -share/icons/oxygen/22x22/mimetypes/text-x-copying.png -share/icons/oxygen/22x22/mimetypes/text-x-credits.png -share/icons/oxygen/22x22/mimetypes/text-x-csharp.png -share/icons/oxygen/22x22/mimetypes/text-x-csrc.png -share/icons/oxygen/22x22/mimetypes/text-x-dtd.png -share/icons/oxygen/22x22/mimetypes/text-x-generic.png -share/icons/oxygen/22x22/mimetypes/text-x-generic.svapplicatiopn-x-awk.png -share/icons/oxygen/22x22/mimetypes/text-x-haskell.png -share/icons/oxygen/22x22/mimetypes/text-x-hex.png -share/icons/oxygen/22x22/mimetypes/text-x-install.png -share/icons/oxygen/22x22/mimetypes/text-x-java-source.png -share/icons/oxygen/22x22/mimetypes/text-x-java.png -share/icons/oxygen/22x22/mimetypes/text-x-javascript.png -share/icons/oxygen/22x22/mimetypes/text-x-katefilelist.png -share/icons/oxygen/22x22/mimetypes/text-x-ldif.png -share/icons/oxygen/22x22/mimetypes/text-x-lilypond.png -share/icons/oxygen/22x22/mimetypes/text-x-log.png -share/icons/oxygen/22x22/mimetypes/text-x-makefile.png -share/icons/oxygen/22x22/mimetypes/text-x-nfo.png -share/icons/oxygen/22x22/mimetypes/text-x-objchdr.png -share/icons/oxygen/22x22/mimetypes/text-x-objcsrc.png -share/icons/oxygen/22x22/mimetypes/text-x-opml+xml.png -share/icons/oxygen/22x22/mimetypes/text-x-opml.png -share/icons/oxygen/22x22/mimetypes/text-x-pascal.png -share/icons/oxygen/22x22/mimetypes/text-x-patch.png -share/icons/oxygen/22x22/mimetypes/text-x-plain.png -share/icons/oxygen/22x22/mimetypes/text-x-po.png -share/icons/oxygen/22x22/mimetypes/text-x-python.png -share/icons/oxygen/22x22/mimetypes/text-x-qml.png -share/icons/oxygen/22x22/mimetypes/text-x-readme.png -share/icons/oxygen/22x22/mimetypes/text-x-rpm-spec.png -share/icons/oxygen/22x22/mimetypes/text-x-script.png -share/icons/oxygen/22x22/mimetypes/text-x-sql.png -share/icons/oxygen/22x22/mimetypes/text-x-tcl.png -share/icons/oxygen/22x22/mimetypes/text-x-tex.png -share/icons/oxygen/22x22/mimetypes/text-x-texinfo.png -share/icons/oxygen/22x22/mimetypes/text-x-vcard.png -share/icons/oxygen/22x22/mimetypes/text-x-xslfo.png -share/icons/oxygen/22x22/mimetypes/text-xmcd.png -share/icons/oxygen/22x22/mimetypes/text-xml.png -share/icons/oxygen/22x22/mimetypes/unknown.png -share/icons/oxygen/22x22/mimetypes/uri-mms.png -share/icons/oxygen/22x22/mimetypes/uri-mmst.png -share/icons/oxygen/22x22/mimetypes/uri-mmsu.png -share/icons/oxygen/22x22/mimetypes/uri-pnm.png -share/icons/oxygen/22x22/mimetypes/uri-rtspt.png -share/icons/oxygen/22x22/mimetypes/uri-rtspu.png -share/icons/oxygen/22x22/mimetypes/video-mp4.png -share/icons/oxygen/22x22/mimetypes/video-vivo.png -share/icons/oxygen/22x22/mimetypes/video-vnd.rn-realvideo.png -share/icons/oxygen/22x22/mimetypes/video-wavelet.png -share/icons/oxygen/22x22/mimetypes/video-webm.png -share/icons/oxygen/22x22/mimetypes/video-x-anim.png -share/icons/oxygen/22x22/mimetypes/video-x-flic.png -share/icons/oxygen/22x22/mimetypes/video-x-flv.png -share/icons/oxygen/22x22/mimetypes/video-x-generic.png -share/icons/oxygen/22x22/mimetypes/video-x-google-vlc-plugin.png -share/icons/oxygen/22x22/mimetypes/video-x-javafx.png -share/icons/oxygen/22x22/mimetypes/video-x-matroska.png -share/icons/oxygen/22x22/mimetypes/video-x-mng.png -share/icons/oxygen/22x22/mimetypes/video-x-ms-wmp.png -share/icons/oxygen/22x22/mimetypes/video-x-ms-wmv.png -share/icons/oxygen/22x22/mimetypes/video-x-msvideo.png -share/icons/oxygen/22x22/mimetypes/video-x-ogm+ogg.png -share/icons/oxygen/22x22/mimetypes/video-x-theor+ogg.png -share/icons/oxygen/22x22/mimetypes/video-x-wmv.png -share/icons/oxygen/22x22/mimetypes/x-kde-nsplugin-generated.png -share/icons/oxygen/22x22/mimetypes/x-mail-distribution-list.png -share/icons/oxygen/22x22/mimetypes/x-media-podcast.png -share/icons/oxygen/22x22/mimetypes/x-office-address-book.png -share/icons/oxygen/22x22/mimetypes/x-office-calendar.png -share/icons/oxygen/22x22/mimetypes/x-office-contact.png -share/icons/oxygen/22x22/mimetypes/x-office-document.png -share/icons/oxygen/22x22/mimetypes/x-office-drawing.png -share/icons/oxygen/22x22/mimetypes/x-office-presentation.png -share/icons/oxygen/22x22/mimetypes/x-office-spreadsheet.png -share/icons/oxygen/22x22/places/bookmarks.png -share/icons/oxygen/22x22/places/certificate-server.png -share/icons/oxygen/22x22/places/document-multiple.png -share/icons/oxygen/22x22/places/favorites.png -share/icons/oxygen/22x22/places/folder-activities.png -share/icons/oxygen/22x22/places/folder-black.png -share/icons/oxygen/22x22/places/folder-blue.png -share/icons/oxygen/22x22/places/folder-bookmark.png -share/icons/oxygen/22x22/places/folder-brown.png -share/icons/oxygen/22x22/places/folder-cloud.png -share/icons/oxygen/22x22/places/folder-cyan.png -share/icons/oxygen/22x22/places/folder-development.png -share/icons/oxygen/22x22/places/folder-documents.png -share/icons/oxygen/22x22/places/folder-download.png -share/icons/oxygen/22x22/places/folder-downloads.png -share/icons/oxygen/22x22/places/folder-dropbox.png -share/icons/oxygen/22x22/places/folder-favorites.png -share/icons/oxygen/22x22/places/folder-gdrive.png -share/icons/oxygen/22x22/places/folder-green.png -share/icons/oxygen/22x22/places/folder-grey.png -share/icons/oxygen/22x22/places/folder-html.png -share/icons/oxygen/22x22/places/folder-image-people.png -share/icons/oxygen/22x22/places/folder-image.png -share/icons/oxygen/22x22/places/folder-images.png -share/icons/oxygen/22x22/places/folder-important.png -share/icons/oxygen/22x22/places/folder-locked.png -share/icons/oxygen/22x22/places/folder-mail.png -share/icons/oxygen/22x22/places/folder-music.png -share/icons/oxygen/22x22/places/folder-network.png -share/icons/oxygen/22x22/places/folder-onedrive.png -share/icons/oxygen/22x22/places/folder-open.png -share/icons/oxygen/22x22/places/folder-orange.png -share/icons/oxygen/22x22/places/folder-owncloud.png -share/icons/oxygen/22x22/places/folder-picture.png -share/icons/oxygen/22x22/places/folder-pictures.png -share/icons/oxygen/22x22/places/folder-print.png -share/icons/oxygen/22x22/places/folder-public.png -share/icons/oxygen/22x22/places/folder-publicshare.png -share/icons/oxygen/22x22/places/folder-red.png -share/icons/oxygen/22x22/places/folder-remote.png -share/icons/oxygen/22x22/places/folder-script.png -share/icons/oxygen/22x22/places/folder-sound.png -share/icons/oxygen/22x22/places/folder-tar.png -share/icons/oxygen/22x22/places/folder-temp.png -share/icons/oxygen/22x22/places/folder-text.png -share/icons/oxygen/22x22/places/folder-txt.png -share/icons/oxygen/22x22/places/folder-video.png -share/icons/oxygen/22x22/places/folder-videos.png -share/icons/oxygen/22x22/places/folder-violet.png -share/icons/oxygen/22x22/places/folder-yellow.png -share/icons/oxygen/22x22/places/folder.png -share/icons/oxygen/22x22/places/mail-folder-inbox.png -share/icons/oxygen/22x22/places/mail-folder-outbox.png -share/icons/oxygen/22x22/places/mail-folder-sent.png -share/icons/oxygen/22x22/places/mail-message.png -share/icons/oxygen/22x22/places/network-server-database.png -share/icons/oxygen/22x22/places/network-server.png -share/icons/oxygen/22x22/places/network-workgroup.png -share/icons/oxygen/22x22/places/repository.png -share/icons/oxygen/22x22/places/server-database.png -share/icons/oxygen/22x22/places/start-here-kde.png -share/icons/oxygen/22x22/places/start-here.png -share/icons/oxygen/22x22/places/stock_folder.png -share/icons/oxygen/22x22/places/user-desktop.png -share/icons/oxygen/22x22/places/user-home.png -share/icons/oxygen/22x22/places/user-identity.png -share/icons/oxygen/22x22/places/user-trash-full.png -share/icons/oxygen/22x22/places/user-trash.png -share/icons/oxygen/22x22/special/file-zoom-in.png -share/icons/oxygen/22x22/special/file-zoom-out.png -share/icons/oxygen/22x22/special/image-zoom-in.png -share/icons/oxygen/22x22/special/image-zoom-out.png -share/icons/oxygen/22x22/status/appointment-recurring.png -share/icons/oxygen/22x22/status/appointment-reminder.png -share/icons/oxygen/22x22/status/audio-volume-high.png -share/icons/oxygen/22x22/status/audio-volume-low.png -share/icons/oxygen/22x22/status/audio-volume-medium.png -share/icons/oxygen/22x22/status/audio-volume-muted.png -share/icons/oxygen/22x22/status/battery-040.png -share/icons/oxygen/22x22/status/battery-060.png -share/icons/oxygen/22x22/status/battery-080.png -share/icons/oxygen/22x22/status/battery-100.png -share/icons/oxygen/22x22/status/battery-caution.png -share/icons/oxygen/22x22/status/battery-charging-040.png -share/icons/oxygen/22x22/status/battery-charging-060.png -share/icons/oxygen/22x22/status/battery-charging-080.png -share/icons/oxygen/22x22/status/battery-charging-caution.png -share/icons/oxygen/22x22/status/battery-charging-low.png -share/icons/oxygen/22x22/status/battery-charging.png -share/icons/oxygen/22x22/status/battery-low.png -share/icons/oxygen/22x22/status/battery-missing.png -share/icons/oxygen/22x22/status/dialog-error.png -share/icons/oxygen/22x22/status/dialog-information.png -share/icons/oxygen/22x22/status/dialog-password.png -share/icons/oxygen/22x22/status/dialog-warning.png -share/icons/oxygen/22x22/status/folder-open.png -share/icons/oxygen/22x22/status/image-loading.png -share/icons/oxygen/22x22/status/image-missing.png -share/icons/oxygen/22x22/status/mail-attachment.png -share/icons/oxygen/22x22/status/mail-queued.png -share/icons/oxygen/22x22/status/mail-read.png -share/icons/oxygen/22x22/status/mail-replied.png -share/icons/oxygen/22x22/status/mail-task.png -share/icons/oxygen/22x22/status/mail-unread-new.png -share/icons/oxygen/22x22/status/mail-unread.png -share/icons/oxygen/22x22/status/media-playlist-repeat.png -share/icons/oxygen/22x22/status/media-playlist-shuffle.png -share/icons/oxygen/22x22/status/meeting-chair.png -share/icons/oxygen/22x22/status/meeting-observer.png -share/icons/oxygen/22x22/status/meeting-organizer.png -share/icons/oxygen/22x22/status/meeting-participant-optional.png -share/icons/oxygen/22x22/status/meeting-participant-reply.png -share/icons/oxygen/22x22/status/meeting-participant.png -share/icons/oxygen/22x22/status/object-locked.png -share/icons/oxygen/22x22/status/object-unlocked.png -share/icons/oxygen/22x22/status/printer-error.png -share/icons/oxygen/22x22/status/printer-printing.png -share/icons/oxygen/22x22/status/script-error.png -share/icons/oxygen/22x22/status/security-high.png -share/icons/oxygen/22x22/status/security-low.png -share/icons/oxygen/22x22/status/security-medium.png -share/icons/oxygen/22x22/status/task-accepted.png -share/icons/oxygen/22x22/status/task-attempt.png -share/icons/oxygen/22x22/status/task-attention.png -share/icons/oxygen/22x22/status/task-complete.png -share/icons/oxygen/22x22/status/task-delegate.png -share/icons/oxygen/22x22/status/task-ongoing.png -share/icons/oxygen/22x22/status/task-recurring.png -share/icons/oxygen/22x22/status/task-reject.png -share/icons/oxygen/22x22/status/task-reminder.png -share/icons/oxygen/22x22/status/user-away-extended.png -share/icons/oxygen/22x22/status/user-away.png -share/icons/oxygen/22x22/status/user-busy.png -share/icons/oxygen/22x22/status/user-invisible.png -share/icons/oxygen/22x22/status/user-offline.png -share/icons/oxygen/22x22/status/user-online.png -share/icons/oxygen/22x22/status/user-trash-full.png -share/icons/oxygen/22x22/status/wallet-closed.png -share/icons/oxygen/22x22/status/wallet-open.png -share/icons/oxygen/22x22/status/weather-clear-night.png -share/icons/oxygen/22x22/status/weather-clear.png -share/icons/oxygen/22x22/status/weather-clouds-night.png -share/icons/oxygen/22x22/status/weather-clouds.png -share/icons/oxygen/22x22/status/weather-few-clouds-night.png -share/icons/oxygen/22x22/status/weather-few-clouds.png -share/icons/oxygen/22x22/status/weather-freezing-rain.png -share/icons/oxygen/22x22/status/weather-hail.png -share/icons/oxygen/22x22/status/weather-many-clouds.png -share/icons/oxygen/22x22/status/weather-mist.png -share/icons/oxygen/22x22/status/weather-showers-day.png -share/icons/oxygen/22x22/status/weather-showers-night.png -share/icons/oxygen/22x22/status/weather-showers-scattered-day.png -share/icons/oxygen/22x22/status/weather-showers-scattered-night.png -share/icons/oxygen/22x22/status/weather-showers-scattered.png -share/icons/oxygen/22x22/status/weather-showers.png -share/icons/oxygen/22x22/status/weather-snow-rain.png -share/icons/oxygen/22x22/status/weather-snow-scattered-day.png -share/icons/oxygen/22x22/status/weather-snow-scattered-night.png -share/icons/oxygen/22x22/status/weather-snow-scattered.png -share/icons/oxygen/22x22/status/weather-snow.png -share/icons/oxygen/22x22/status/weather-storm.png -share/icons/oxygen/22x22/status/window-suppressed.png -share/icons/oxygen/256x256/actions/archive-insert-directory.png -share/icons/oxygen/256x256/actions/continue-data-project.png -share/icons/oxygen/256x256/actions/folder-new.png -share/icons/oxygen/256x256/actions/tools-media-optical-copy.png -share/icons/oxygen/256x256/actions/tools-media-optical-erase.png -share/icons/oxygen/256x256/actions/tools-media-optical-format.png -share/icons/oxygen/256x256/actions/tools-rip-audio-cd.png -share/icons/oxygen/256x256/actions/tools-rip-video-dvd.png -share/icons/oxygen/256x256/applets/applets-template.png -share/icons/oxygen/256x256/applets/org.kde.ktpcontactlist.png -share/icons/oxygen/256x256/applets/org.kde.muonnotifier.png -share/icons/oxygen/256x256/applets/org.kde.plasma.activitybar.png -share/icons/oxygen/256x256/applets/org.kde.plasma.analogclock.png -share/icons/oxygen/256x256/applets/org.kde.plasma.battery.png -share/icons/oxygen/256x256/applets/org.kde.plasma.binaryclock.png -share/icons/oxygen/256x256/applets/org.kde.plasma.calculator.png -share/icons/oxygen/256x256/applets/org.kde.plasma.calendar.png -share/icons/oxygen/256x256/applets/org.kde.plasma.clipboard.png -share/icons/oxygen/256x256/applets/org.kde.plasma.colorpicker.png -share/icons/oxygen/256x256/applets/org.kde.plasma.comic.png -share/icons/oxygen/256x256/applets/org.kde.plasma.devicenotifier.png -share/icons/oxygen/256x256/applets/org.kde.plasma.digitalclock.png -share/icons/oxygen/256x256/applets/org.kde.plasma.fifteenpuzzle.png -share/icons/oxygen/256x256/applets/org.kde.plasma.folder.png -share/icons/oxygen/256x256/applets/org.kde.plasma.frame.png -share/icons/oxygen/256x256/applets/org.kde.plasma.fuzzyclock.png -share/icons/oxygen/256x256/applets/org.kde.plasma.icontasks.png -share/icons/oxygen/256x256/applets/org.kde.plasma.kicker.png -share/icons/oxygen/256x256/applets/org.kde.plasma.kickerdash.png -share/icons/oxygen/256x256/applets/org.kde.plasma.kickoff.png -share/icons/oxygen/256x256/applets/org.kde.plasma.mediacontroller.png -share/icons/oxygen/256x256/applets/org.kde.plasma.networkmanagement.png -share/icons/oxygen/256x256/applets/org.kde.plasma.notes.png -share/icons/oxygen/256x256/applets/org.kde.plasma.pager.png -share/icons/oxygen/256x256/applets/org.kde.plasma.quicklaunch.png -share/icons/oxygen/256x256/applets/org.kde.plasma.showActivityManager.png -share/icons/oxygen/256x256/applets/org.kde.plasma.systemloadviewer.png -share/icons/oxygen/256x256/applets/org.kde.plasma.systemmonitor.cpu.png -share/icons/oxygen/256x256/applets/org.kde.plasma.systemmonitor.diskactivity.png -share/icons/oxygen/256x256/applets/org.kde.plasma.systemmonitor.diskusage.png -share/icons/oxygen/256x256/applets/org.kde.plasma.systemmonitor.memory.png -share/icons/oxygen/256x256/applets/org.kde.plasma.systemmonitor.net.png -share/icons/oxygen/256x256/applets/org.kde.plasma.systemtray.png -share/icons/oxygen/256x256/applets/org.kde.plasma.taskmanager.png -share/icons/oxygen/256x256/applets/org.kde.plasma.timer.png -share/icons/oxygen/256x256/applets/org.kde.plasma.userswitcher.png -share/icons/oxygen/256x256/applets/org.kde.plasma.volume.png -share/icons/oxygen/256x256/applets/org.kde.plasma.windowlist.png -share/icons/oxygen/256x256/apps/Charm.png -share/icons/oxygen/256x256/apps/accessories-calculator.png -share/icons/oxygen/256x256/apps/accessories-dictionary.png -share/icons/oxygen/256x256/apps/akonadi.png -share/icons/oxygen/256x256/apps/akregator.png -share/icons/oxygen/256x256/apps/clock.png -share/icons/oxygen/256x256/apps/digikam.png -share/icons/oxygen/256x256/apps/internet-web-browser.png -share/icons/oxygen/256x256/apps/k3b.png -share/icons/oxygen/256x256/apps/kbruch.png -share/icons/oxygen/256x256/apps/kchart.png -share/icons/oxygen/256x256/apps/kde-windows.png -share/icons/oxygen/256x256/apps/kdevelop.png -share/icons/oxygen/256x256/apps/kdf.png -share/icons/oxygen/256x256/apps/kformula.png -share/icons/oxygen/256x256/apps/kgpg.png -share/icons/oxygen/256x256/apps/kig.png -share/icons/oxygen/256x256/apps/kivio.png -share/icons/oxygen/256x256/apps/kmag.png -share/icons/oxygen/256x256/apps/kmail2.png -share/icons/oxygen/256x256/apps/knetattach.png -share/icons/oxygen/256x256/apps/konqueror.png -share/icons/oxygen/256x256/apps/kontact-import-wizard.png -share/icons/oxygen/256x256/apps/korgac.png -share/icons/oxygen/256x256/apps/kplato.png -share/icons/oxygen/256x256/apps/kpresenter.png -share/icons/oxygen/256x256/apps/kspread.png -share/icons/oxygen/256x256/apps/kwalletmanager.png -share/icons/oxygen/256x256/apps/kword.png -share/icons/oxygen/256x256/apps/lokalize.png -share/icons/oxygen/256x256/apps/mameexecutor.png -share/icons/oxygen/256x256/apps/multimedia-volume-control.png -share/icons/oxygen/256x256/apps/oxygen.png -share/icons/oxygen/256x256/apps/partitionmanager.png -share/icons/oxygen/256x256/apps/picmi.png -share/icons/oxygen/256x256/apps/planner.png -share/icons/oxygen/256x256/apps/preferences-desktop-locale.png -share/icons/oxygen/256x256/apps/preferences-desktop-screensaver.png -share/icons/oxygen/256x256/apps/preferences-system-bluetooth-inactive.png -share/icons/oxygen/256x256/apps/preferences-system-bluetooth.png -share/icons/oxygen/256x256/apps/qelectrotech.png -share/icons/oxygen/256x256/apps/quassel.png -share/icons/oxygen/256x256/apps/showfoto.png -share/icons/oxygen/256x256/apps/strigi.png -share/icons/oxygen/256x256/apps/system-diagnosis.png -share/icons/oxygen/256x256/apps/telepathy-kde.png -share/icons/oxygen/256x256/apps/timevault.png -share/icons/oxygen/256x256/apps/yakuake.png -share/icons/oxygen/256x256/apps/zanshin.png -share/icons/oxygen/256x256/categories/applications-engineering.png -share/icons/oxygen/256x256/categories/applications-graphics.png -share/icons/oxygen/256x256/categories/applications-internet.png -share/icons/oxygen/256x256/categories/applications-multimedia.png -share/icons/oxygen/256x256/categories/applications-office.png -share/icons/oxygen/256x256/categories/applications-other.png -share/icons/oxygen/256x256/categories/applications-science.png -share/icons/oxygen/256x256/categories/applications-system.png -share/icons/oxygen/256x256/categories/preferences-desktop.png -share/icons/oxygen/256x256/categories/preferences-other.png -share/icons/oxygen/256x256/categories/preferences-system-network.png -share/icons/oxygen/256x256/categories/preferences-system.png -share/icons/oxygen/256x256/devices/audio-card.png -share/icons/oxygen/256x256/devices/audio-headphones.png -share/icons/oxygen/256x256/devices/camera-photo.png -share/icons/oxygen/256x256/devices/computer-laptop.png -share/icons/oxygen/256x256/devices/computer.png -share/icons/oxygen/256x256/devices/drive-harddisk.png -share/icons/oxygen/256x256/devices/drive-optical.png -share/icons/oxygen/256x256/devices/drive-removable-media-usb-pendrive.png -share/icons/oxygen/256x256/devices/drive-removable-media-usb.png -share/icons/oxygen/256x256/devices/drive-removable-media.png -share/icons/oxygen/256x256/devices/input-keyboard.png -share/icons/oxygen/256x256/devices/input-mouse.png -share/icons/oxygen/256x256/devices/media-flash-memory-stick.png -share/icons/oxygen/256x256/devices/media-flash-sd-mmc.png -share/icons/oxygen/256x256/devices/media-flash-smart-media.png -share/icons/oxygen/256x256/devices/media-flash.png -share/icons/oxygen/256x256/devices/media-floppy.png -share/icons/oxygen/256x256/devices/media-optical-audio.png -share/icons/oxygen/256x256/devices/media-optical-blu-ray.png -share/icons/oxygen/256x256/devices/media-optical-data.png -share/icons/oxygen/256x256/devices/media-optical-dvd-data.png -share/icons/oxygen/256x256/devices/media-optical-dvd-video.png -share/icons/oxygen/256x256/devices/media-optical-dvd.png -share/icons/oxygen/256x256/devices/media-optical-mixed-cd.png -share/icons/oxygen/256x256/devices/media-optical-recordable.png -share/icons/oxygen/256x256/devices/media-optical-video.png -share/icons/oxygen/256x256/devices/media-optical.png -share/icons/oxygen/256x256/devices/network-wired.png -share/icons/oxygen/256x256/devices/network-wireless-connected-00.png -share/icons/oxygen/256x256/devices/network-wireless-connected-100.png -share/icons/oxygen/256x256/devices/network-wireless-connected-25.png -share/icons/oxygen/256x256/devices/network-wireless-connected-50.png -share/icons/oxygen/256x256/devices/network-wireless-connected-75.png -share/icons/oxygen/256x256/devices/network-wireless-disconnected.png -share/icons/oxygen/256x256/devices/network-wireless.png -share/icons/oxygen/256x256/devices/printer-laser.png -share/icons/oxygen/256x256/devices/secure-card.png -share/icons/oxygen/256x256/devices/smartphone.png -share/icons/oxygen/256x256/devices/tablet.png -share/icons/oxygen/256x256/devices/video-display.png -share/icons/oxygen/256x256/mimetypes/application-atom+xml.png -share/icons/oxygen/256x256/mimetypes/application-epub+zip.png -share/icons/oxygen/256x256/mimetypes/application-illustrator.png -share/icons/oxygen/256x256/mimetypes/application-javascript.png -share/icons/oxygen/256x256/mimetypes/application-msword-template.png -share/icons/oxygen/256x256/mimetypes/application-msword.png -share/icons/oxygen/256x256/mimetypes/application-octet-stream.png -share/icons/oxygen/256x256/mimetypes/application-ogg.png -share/icons/oxygen/256x256/mimetypes/application-pdf.png -share/icons/oxygen/256x256/mimetypes/application-pgp-encrypted.png -share/icons/oxygen/256x256/mimetypes/application-pgp-keys.png -share/icons/oxygen/256x256/mimetypes/application-pkcs7-mime.png -share/icons/oxygen/256x256/mimetypes/application-postscript.png -share/icons/oxygen/256x256/mimetypes/application-relaxng.png -share/icons/oxygen/256x256/mimetypes/application-rss+xml.png -share/icons/oxygen/256x256/mimetypes/application-rtf.png -share/icons/oxygen/256x256/mimetypes/application-sxw.png -share/icons/oxygen/256x256/mimetypes/application-vnd-google-earth-kml.png -share/icons/oxygen/256x256/mimetypes/application-vnd.iccprofile.png -share/icons/oxygen/256x256/mimetypes/application-vnd.ms-access.png -share/icons/oxygen/256x256/mimetypes/application-vnd.ms-excel.png -share/icons/oxygen/256x256/mimetypes/application-vnd.ms-powerpoint.png -share/icons/oxygen/256x256/mimetypes/application-vnd.oasis.opendocument.chart.png -share/icons/oxygen/256x256/mimetypes/application-vnd.oasis.opendocument.database.png -share/icons/oxygen/256x256/mimetypes/application-vnd.oasis.opendocument.draw.template.png -share/icons/oxygen/256x256/mimetypes/application-vnd.oasis.opendocument.drawing.png -share/icons/oxygen/256x256/mimetypes/application-vnd.oasis.opendocument.drawing.template.png -share/icons/oxygen/256x256/mimetypes/application-vnd.oasis.opendocument.formula-template.png -share/icons/oxygen/256x256/mimetypes/application-vnd.oasis.opendocument.formula.png -share/icons/oxygen/256x256/mimetypes/application-vnd.oasis.opendocument.graphics.png -share/icons/oxygen/256x256/mimetypes/application-vnd.oasis.opendocument.image.png -share/icons/oxygen/256x256/mimetypes/application-vnd.oasis.opendocument.presentation-template.png -share/icons/oxygen/256x256/mimetypes/application-vnd.oasis.opendocument.presentation.png -share/icons/oxygen/256x256/mimetypes/application-vnd.oasis.opendocument.spreadsheet-template.png -share/icons/oxygen/256x256/mimetypes/application-vnd.oasis.opendocument.spreadsheet.png -share/icons/oxygen/256x256/mimetypes/application-vnd.oasis.opendocument.text-master.png -share/icons/oxygen/256x256/mimetypes/application-vnd.oasis.opendocument.text.png -share/icons/oxygen/256x256/mimetypes/application-vnd.oasis.opendocument.web.template.png -share/icons/oxygen/256x256/mimetypes/application-vnd.openxmlformats-officedocument.wordprocessingml.document.png -share/icons/oxygen/256x256/mimetypes/application-vnd.rn-realmedia.png -share/icons/oxygen/256x256/mimetypes/application-vnd.scribus.png -share/icons/oxygen/256x256/mimetypes/application-vnd.stardivision.calc.png -share/icons/oxygen/256x256/mimetypes/application-vnd.stardivision.draw.png -share/icons/oxygen/256x256/mimetypes/application-vnd.stardivision.mail.png -share/icons/oxygen/256x256/mimetypes/application-vnd.stardivision.math.png -share/icons/oxygen/256x256/mimetypes/application-vnd.sun.xml.calc.png -share/icons/oxygen/256x256/mimetypes/application-vnd.sun.xml.calc.template.png -share/icons/oxygen/256x256/mimetypes/application-vnd.sun.xml.draw.png -share/icons/oxygen/256x256/mimetypes/application-vnd.sun.xml.draw.template.png -share/icons/oxygen/256x256/mimetypes/application-vnd.sun.xml.impress.png.png -share/icons/oxygen/256x256/mimetypes/application-vnd.sun.xml.impress.template.png.png -share/icons/oxygen/256x256/mimetypes/application-vnd.sun.xml.math.png -share/icons/oxygen/256x256/mimetypes/application-vnd.sun.xml.writer.global.png -share/icons/oxygen/256x256/mimetypes/application-vnd.sun.xml.writer.png.png -share/icons/oxygen/256x256/mimetypes/application-vnd.wordperfect.png -share/icons/oxygen/256x256/mimetypes/application-x-7z-compressed.png -share/icons/oxygen/256x256/mimetypes/application-x-abiword.png -share/icons/oxygen/256x256/mimetypes/application-x-ace.png -share/icons/oxygen/256x256/mimetypes/application-x-applix-spreadsheet.png -share/icons/oxygen/256x256/mimetypes/application-x-applix-word.png -share/icons/oxygen/256x256/mimetypes/application-x-ar.png -share/icons/oxygen/256x256/mimetypes/application-x-arc.png -share/icons/oxygen/256x256/mimetypes/application-x-archive.png -share/icons/oxygen/256x256/mimetypes/application-x-arj.png -share/icons/oxygen/256x256/mimetypes/application-x-bittorrent.png -share/icons/oxygen/256x256/mimetypes/application-x-blender.png -share/icons/oxygen/256x256/mimetypes/application-x-bzdvi.png -share/icons/oxygen/256x256/mimetypes/application-x-bzip-compressed-tar.png -share/icons/oxygen/256x256/mimetypes/application-x-bzip.png -share/icons/oxygen/256x256/mimetypes/application-x-cd-image.png -share/icons/oxygen/256x256/mimetypes/application-x-cda.png -share/icons/oxygen/256x256/mimetypes/application-x-chm.png -share/icons/oxygen/256x256/mimetypes/application-x-compress.png -share/icons/oxygen/256x256/mimetypes/application-x-compressed-tar.png -share/icons/oxygen/256x256/mimetypes/application-x-cpio.png -share/icons/oxygen/256x256/mimetypes/application-x-cue.png -share/icons/oxygen/256x256/mimetypes/application-x-deb.png -share/icons/oxygen/256x256/mimetypes/application-x-designer.png -share/icons/oxygen/256x256/mimetypes/application-x-desktop.png -share/icons/oxygen/256x256/mimetypes/application-x-dgn.png -share/icons/oxygen/256x256/mimetypes/application-x-egon.png -share/icons/oxygen/256x256/mimetypes/application-x-executable-script.png -share/icons/oxygen/256x256/mimetypes/application-x-executable.png -share/icons/oxygen/256x256/mimetypes/application-x-flash-video.png -share/icons/oxygen/256x256/mimetypes/application-x-font-afm.png -share/icons/oxygen/256x256/mimetypes/application-x-font-bdf.png -share/icons/oxygen/256x256/mimetypes/application-x-font-otf.png -share/icons/oxygen/256x256/mimetypes/application-x-font-pcf.png -share/icons/oxygen/256x256/mimetypes/application-x-font-snf.png -share/icons/oxygen/256x256/mimetypes/application-x-font-ttf.png -share/icons/oxygen/256x256/mimetypes/application-x-font-type1.png -share/icons/oxygen/256x256/mimetypes/application-x-gnumeric.png -share/icons/oxygen/256x256/mimetypes/application-x-gzdvi.png -share/icons/oxygen/256x256/mimetypes/application-x-gzip.png -share/icons/oxygen/256x256/mimetypes/application-x-gzpostscript.png -share/icons/oxygen/256x256/mimetypes/application-x-iso.png -share/icons/oxygen/256x256/mimetypes/application-x-it87.png -share/icons/oxygen/256x256/mimetypes/application-x-jar.png -share/icons/oxygen/256x256/mimetypes/application-x-java-applet.png -share/icons/oxygen/256x256/mimetypes/application-x-java-archive.png -share/icons/oxygen/256x256/mimetypes/application-x-java.png -share/icons/oxygen/256x256/mimetypes/application-x-javascript.png -share/icons/oxygen/256x256/mimetypes/application-x-k3b.png -share/icons/oxygen/256x256/mimetypes/application-x-kcsrc.png -share/icons/oxygen/256x256/mimetypes/application-x-kdenlivetitle.png -share/icons/oxygen/256x256/mimetypes/application-x-kexi-connectiondata.png -share/icons/oxygen/256x256/mimetypes/application-x-kexiproject-shortcut.png -share/icons/oxygen/256x256/mimetypes/application-x-kexiproject-sqlite.png -share/icons/oxygen/256x256/mimetypes/application-x-kexiproject-sqlite2.png -share/icons/oxygen/256x256/mimetypes/application-x-kexiproject-sqlite3.png -share/icons/oxygen/256x256/mimetypes/application-x-kformula.png -share/icons/oxygen/256x256/mimetypes/application-x-kgetlist.png -share/icons/oxygen/256x256/mimetypes/application-x-kontour.png -share/icons/oxygen/256x256/mimetypes/application-x-kplato.png -share/icons/oxygen/256x256/mimetypes/application-x-krita.png -share/icons/oxygen/256x256/mimetypes/application-x-kword.png -share/icons/oxygen/256x256/mimetypes/application-x-lha.png -share/icons/oxygen/256x256/mimetypes/application-x-lyx.png -share/icons/oxygen/256x256/mimetypes/application-x-lzma-compressed-tar.png -share/icons/oxygen/256x256/mimetypes/application-x-lzop.png -share/icons/oxygen/256x256/mimetypes/application-x-m4.png -share/icons/oxygen/256x256/mimetypes/application-x-marble.png -share/icons/oxygen/256x256/mimetypes/application-x-mimearchive.png -share/icons/oxygen/256x256/mimetypes/application-x-mplayer2.png -share/icons/oxygen/256x256/mimetypes/application-x-ms-dos-executable.png -share/icons/oxygen/256x256/mimetypes/application-x-mswinurl.png -share/icons/oxygen/256x256/mimetypes/application-x-mswrite.png -share/icons/oxygen/256x256/mimetypes/application-x-nzb.png -share/icons/oxygen/256x256/mimetypes/application-x-object.png -share/icons/oxygen/256x256/mimetypes/application-x-pak.png -share/icons/oxygen/256x256/mimetypes/application-x-pem-key.png -share/icons/oxygen/256x256/mimetypes/application-x-perl.png -share/icons/oxygen/256x256/mimetypes/application-x-php.png -share/icons/oxygen/256x256/mimetypes/application-x-plasma.png -share/icons/oxygen/256x256/mimetypes/application-x-python-bytecode.png -share/icons/oxygen/256x256/mimetypes/application-x-qet-element.png -share/icons/oxygen/256x256/mimetypes/application-x-qet-project.png -share/icons/oxygen/256x256/mimetypes/application-x-quattropro.png -share/icons/oxygen/256x256/mimetypes/application-x-rar.png -share/icons/oxygen/256x256/mimetypes/application-x-raw-disk-image.png -share/icons/oxygen/256x256/mimetypes/application-x-rpm.png -share/icons/oxygen/256x256/mimetypes/application-x-ruby.png -share/icons/oxygen/256x256/mimetypes/application-x-sharedlib.png -share/icons/oxygen/256x256/mimetypes/application-x-shellscript.png -share/icons/oxygen/256x256/mimetypes/application-x-shockwave-flash.png -share/icons/oxygen/256x256/mimetypes/application-x-siag.png -share/icons/oxygen/256x256/mimetypes/application-x-sif.png -share/icons/oxygen/256x256/mimetypes/application-x-smb-server.png -share/icons/oxygen/256x256/mimetypes/application-x-smb-workgroup.png -share/icons/oxygen/256x256/mimetypes/application-x-sqlite2.png -share/icons/oxygen/256x256/mimetypes/application-x-sqlite3.png -share/icons/oxygen/256x256/mimetypes/application-x-srt.png -share/icons/oxygen/256x256/mimetypes/application-x-srtrip.png -share/icons/oxygen/256x256/mimetypes/application-x-subrip.png -share/icons/oxygen/256x256/mimetypes/application-x-tar.png -share/icons/oxygen/256x256/mimetypes/application-x-tarz.png -share/icons/oxygen/256x256/mimetypes/application-x-tgif.png -share/icons/oxygen/256x256/mimetypes/application-x-trash.png -share/icons/oxygen/256x256/mimetypes/application-x-troff-man.png -share/icons/oxygen/256x256/mimetypes/application-x-tzo.png -share/icons/oxygen/256x256/mimetypes/application-x-wmf.png -share/icons/oxygen/256x256/mimetypes/application-x-zerosize.png -share/icons/oxygen/256x256/mimetypes/application-x-zoo.png -share/icons/oxygen/256x256/mimetypes/application-xhtml+xml.png -share/icons/oxygen/256x256/mimetypes/application-xml.png -share/icons/oxygen/256x256/mimetypes/application-xsd.png -share/icons/oxygen/256x256/mimetypes/application-xslt+xml.png -share/icons/oxygen/256x256/mimetypes/application-zip.png -share/icons/oxygen/256x256/mimetypes/audio-ac3.png -share/icons/oxygen/256x256/mimetypes/audio-midi.png -share/icons/oxygen/256x256/mimetypes/audio-mp2.png -share/icons/oxygen/256x256/mimetypes/audio-mp3.png -share/icons/oxygen/256x256/mimetypes/audio-mp4.png -share/icons/oxygen/256x256/mimetypes/audio-prs.sid.png -share/icons/oxygen/256x256/mimetypes/audio-vn.rn-realmedia.png -share/icons/oxygen/256x256/mimetypes/audio-vn.rn-realvideo.png -share/icons/oxygen/256x256/mimetypes/audio-vnd.rn-realvideo.png -share/icons/oxygen/256x256/mimetypes/audio-x-adpcm.png -share/icons/oxygen/256x256/mimetypes/audio-x-aiff.png -share/icons/oxygen/256x256/mimetypes/audio-x-flac+ogg.png -share/icons/oxygen/256x256/mimetypes/audio-x-flac.png -share/icons/oxygen/256x256/mimetypes/audio-x-generic.png -share/icons/oxygen/256x256/mimetypes/audio-x-monkey.png -share/icons/oxygen/256x256/mimetypes/audio-x-mp2.png -share/icons/oxygen/256x256/mimetypes/audio-x-mpeg.png -share/icons/oxygen/256x256/mimetypes/audio-x-speex+ogg.png -share/icons/oxygen/256x256/mimetypes/audio-x-wav.png -share/icons/oxygen/256x256/mimetypes/encrypted.png -share/icons/oxygen/256x256/mimetypes/fonts-package.png -share/icons/oxygen/256x256/mimetypes/image-bmp.png -share/icons/oxygen/256x256/mimetypes/image-gif.png -share/icons/oxygen/256x256/mimetypes/image-jpeg.png -share/icons/oxygen/256x256/mimetypes/image-jpeg2000.png -share/icons/oxygen/256x256/mimetypes/image-png.png -share/icons/oxygen/256x256/mimetypes/image-svg+xml-compressed.png -share/icons/oxygen/256x256/mimetypes/image-svg+xml.png -share/icons/oxygen/256x256/mimetypes/image-tiff.png -share/icons/oxygen/256x256/mimetypes/image-vnd.adobe.photoshop.png -share/icons/oxygen/256x256/mimetypes/image-vnd.dwg.png -share/icons/oxygen/256x256/mimetypes/image-x-adobe-dng.png -share/icons/oxygen/256x256/mimetypes/image-x-compressed-xcf.png -share/icons/oxygen/256x256/mimetypes/image-x-emf.png -share/icons/oxygen/256x256/mimetypes/image-x-eps.png -share/icons/oxygen/256x256/mimetypes/image-x-generic.png -share/icons/oxygen/256x256/mimetypes/image-x-krita.png -share/icons/oxygen/256x256/mimetypes/image-x-portable-bitmap.png -share/icons/oxygen/256x256/mimetypes/image-x-psd.png -share/icons/oxygen/256x256/mimetypes/image-x-psdimage-x-psd.png -share/icons/oxygen/256x256/mimetypes/image-x-tga.png -share/icons/oxygen/256x256/mimetypes/image-x-vnd.trolltech.qpicture.png -share/icons/oxygen/256x256/mimetypes/image-x-win-bitmap.png -share/icons/oxygen/256x256/mimetypes/image-x-win-bmp.png -share/icons/oxygen/256x256/mimetypes/image-x-wmf.png -share/icons/oxygen/256x256/mimetypes/image-x-xcf.png -share/icons/oxygen/256x256/mimetypes/image-x-xfig.png -share/icons/oxygen/256x256/mimetypes/inode-directory.png -share/icons/oxygen/256x256/mimetypes/libreoffice-database.png -share/icons/oxygen/256x256/mimetypes/libreoffice-drawing-template.png -share/icons/oxygen/256x256/mimetypes/libreoffice-drawing.png -share/icons/oxygen/256x256/mimetypes/libreoffice-formula.png -share/icons/oxygen/256x256/mimetypes/libreoffice-oasis-database.png -share/icons/oxygen/256x256/mimetypes/libreoffice-oasis-drawing-template.png -share/icons/oxygen/256x256/mimetypes/libreoffice-oasis-drawing.png -share/icons/oxygen/256x256/mimetypes/libreoffice-oasis-formula.png -share/icons/oxygen/256x256/mimetypes/libreoffice-oasis-presentation-template.png -share/icons/oxygen/256x256/mimetypes/libreoffice-oasis-presentation.png -share/icons/oxygen/256x256/mimetypes/libreoffice-oasis-spreadsheet-template.png -share/icons/oxygen/256x256/mimetypes/libreoffice-oasis-spreadsheet.png -share/icons/oxygen/256x256/mimetypes/libreoffice-oasis-text-template.png -share/icons/oxygen/256x256/mimetypes/libreoffice-oasis-text.png -share/icons/oxygen/256x256/mimetypes/libreoffice-oasis-web-template.png -share/icons/oxygen/256x256/mimetypes/libreoffice-presentation-template.png -share/icons/oxygen/256x256/mimetypes/libreoffice-presentation.png -share/icons/oxygen/256x256/mimetypes/libreoffice-spreadsheet-template.png -share/icons/oxygen/256x256/mimetypes/libreoffice-spreadsheet.png -share/icons/oxygen/256x256/mimetypes/libreoffice-text-template.png -share/icons/oxygen/256x256/mimetypes/libreoffice-text.png -share/icons/oxygen/256x256/mimetypes/message-news.png -share/icons/oxygen/256x256/mimetypes/message-partial.png -share/icons/oxygen/256x256/mimetypes/message-rfc822.png -share/icons/oxygen/256x256/mimetypes/message-x-gnu-rmail.png -share/icons/oxygen/256x256/mimetypes/message.png -share/icons/oxygen/256x256/mimetypes/odf.png -share/icons/oxygen/256x256/mimetypes/package-x-generic.png -share/icons/oxygen/256x256/mimetypes/text-calendar.png -share/icons/oxygen/256x256/mimetypes/text-csharp.png -share/icons/oxygen/256x256/mimetypes/text-css.png -share/icons/oxygen/256x256/mimetypes/text-csv.png -share/icons/oxygen/256x256/mimetypes/text-directory.png -share/icons/oxygen/256x256/mimetypes/text-enriched.png -share/icons/oxygen/256x256/mimetypes/text-html.png -share/icons/oxygen/256x256/mimetypes/text-mathml.png -share/icons/oxygen/256x256/mimetypes/text-plain.png -share/icons/oxygen/256x256/mimetypes/text-rdf+xml.png -share/icons/oxygen/256x256/mimetypes/text-rdf.png -share/icons/oxygen/256x256/mimetypes/text-rtf.png -share/icons/oxygen/256x256/mimetypes/text-sgml.png -share/icons/oxygen/256x256/mimetypes/text-troff.png -share/icons/oxygen/256x256/mimetypes/text-vcalendar.png -share/icons/oxygen/256x256/mimetypes/text-vnd.abc.png -share/icons/oxygen/256x256/mimetypes/text-vnd.wap.wml.png -share/icons/oxygen/256x256/mimetypes/text-x-adasrc.png -share/icons/oxygen/256x256/mimetypes/text-x-authors.png -share/icons/oxygen/256x256/mimetypes/text-x-bibtex.png -share/icons/oxygen/256x256/mimetypes/text-x-c++hdr.png -share/icons/oxygen/256x256/mimetypes/text-x-c++src.png -share/icons/oxygen/256x256/mimetypes/text-x-changelog.png -share/icons/oxygen/256x256/mimetypes/text-x-chdr.png -share/icons/oxygen/256x256/mimetypes/text-x-cmake.png -share/icons/oxygen/256x256/mimetypes/text-x-copying.png -share/icons/oxygen/256x256/mimetypes/text-x-credits.png -share/icons/oxygen/256x256/mimetypes/text-x-csharp.png -share/icons/oxygen/256x256/mimetypes/text-x-csrc.png -share/icons/oxygen/256x256/mimetypes/text-x-dtd.png -share/icons/oxygen/256x256/mimetypes/text-x-generic.png -share/icons/oxygen/256x256/mimetypes/text-x-generic.svapplicatiopn-x-awk.png -share/icons/oxygen/256x256/mimetypes/text-x-haskell.png -share/icons/oxygen/256x256/mimetypes/text-x-hex.png -share/icons/oxygen/256x256/mimetypes/text-x-install.png -share/icons/oxygen/256x256/mimetypes/text-x-java-source.png -share/icons/oxygen/256x256/mimetypes/text-x-java.png -share/icons/oxygen/256x256/mimetypes/text-x-javascript.png -share/icons/oxygen/256x256/mimetypes/text-x-katefilelist.png -share/icons/oxygen/256x256/mimetypes/text-x-ldif.png -share/icons/oxygen/256x256/mimetypes/text-x-lilypond.png -share/icons/oxygen/256x256/mimetypes/text-x-log.png -share/icons/oxygen/256x256/mimetypes/text-x-makefile.png -share/icons/oxygen/256x256/mimetypes/text-x-nfo.png -share/icons/oxygen/256x256/mimetypes/text-x-objchdr.png -share/icons/oxygen/256x256/mimetypes/text-x-objcsrc.png -share/icons/oxygen/256x256/mimetypes/text-x-opml+xml.png -share/icons/oxygen/256x256/mimetypes/text-x-opml.png -share/icons/oxygen/256x256/mimetypes/text-x-pascal.png -share/icons/oxygen/256x256/mimetypes/text-x-patch.png -share/icons/oxygen/256x256/mimetypes/text-x-plain.png -share/icons/oxygen/256x256/mimetypes/text-x-po.png -share/icons/oxygen/256x256/mimetypes/text-x-python.png -share/icons/oxygen/256x256/mimetypes/text-x-qml.png -share/icons/oxygen/256x256/mimetypes/text-x-readme.png -share/icons/oxygen/256x256/mimetypes/text-x-rpm-spec.png -share/icons/oxygen/256x256/mimetypes/text-x-script.png -share/icons/oxygen/256x256/mimetypes/text-x-sql.png -share/icons/oxygen/256x256/mimetypes/text-x-tex.png -share/icons/oxygen/256x256/mimetypes/text-x-texinfo.png -share/icons/oxygen/256x256/mimetypes/text-x-vcard.png -share/icons/oxygen/256x256/mimetypes/text-x-xslfo.png -share/icons/oxygen/256x256/mimetypes/text-xmcd.png -share/icons/oxygen/256x256/mimetypes/text-xml.png -share/icons/oxygen/256x256/mimetypes/unknown.png -share/icons/oxygen/256x256/mimetypes/uri-mms.png -share/icons/oxygen/256x256/mimetypes/uri-mmst.png -share/icons/oxygen/256x256/mimetypes/uri-mmsu.png -share/icons/oxygen/256x256/mimetypes/uri-pnm.png -share/icons/oxygen/256x256/mimetypes/uri-rtspt.png -share/icons/oxygen/256x256/mimetypes/uri-rtspu.png -share/icons/oxygen/256x256/mimetypes/video-mp4.png -share/icons/oxygen/256x256/mimetypes/video-vivo.png -share/icons/oxygen/256x256/mimetypes/video-vnd.rn-realvideo.png -share/icons/oxygen/256x256/mimetypes/video-wavelet.png -share/icons/oxygen/256x256/mimetypes/video-webm.png -share/icons/oxygen/256x256/mimetypes/video-x-anim.png -share/icons/oxygen/256x256/mimetypes/video-x-flic.png -share/icons/oxygen/256x256/mimetypes/video-x-flv.png -share/icons/oxygen/256x256/mimetypes/video-x-generic.png -share/icons/oxygen/256x256/mimetypes/video-x-google-vlc-plugin.png -share/icons/oxygen/256x256/mimetypes/video-x-javafx.png -share/icons/oxygen/256x256/mimetypes/video-x-matroska.png -share/icons/oxygen/256x256/mimetypes/video-x-mng.png -share/icons/oxygen/256x256/mimetypes/video-x-ms-wmp.png -share/icons/oxygen/256x256/mimetypes/video-x-ms-wmv.png -share/icons/oxygen/256x256/mimetypes/video-x-msvideo.png -share/icons/oxygen/256x256/mimetypes/video-x-ogm+ogg.png -share/icons/oxygen/256x256/mimetypes/video-x-theor+ogg.png -share/icons/oxygen/256x256/mimetypes/video-x-wmv.png -share/icons/oxygen/256x256/mimetypes/x-kde-nsplugin-generated.png -share/icons/oxygen/256x256/mimetypes/x-mail-distribution-list.png -share/icons/oxygen/256x256/mimetypes/x-media-podcast.png -share/icons/oxygen/256x256/mimetypes/x-office-address-book.png -share/icons/oxygen/256x256/mimetypes/x-office-calendar.png -share/icons/oxygen/256x256/mimetypes/x-office-document.png -share/icons/oxygen/256x256/mimetypes/x-office-drawing.png -share/icons/oxygen/256x256/mimetypes/x-office-presentation.png -share/icons/oxygen/256x256/mimetypes/x-office-spreadsheet.png -share/icons/oxygen/256x256/places/certificate-server.png -share/icons/oxygen/256x256/places/favorites.png -share/icons/oxygen/256x256/places/folder-activities.png -share/icons/oxygen/256x256/places/folder-black.png -share/icons/oxygen/256x256/places/folder-blue.png -share/icons/oxygen/256x256/places/folder-bookmark.png -share/icons/oxygen/256x256/places/folder-brown.png -share/icons/oxygen/256x256/places/folder-cloud.png -share/icons/oxygen/256x256/places/folder-cyan.png -share/icons/oxygen/256x256/places/folder-development.png -share/icons/oxygen/256x256/places/folder-documents.png -share/icons/oxygen/256x256/places/folder-download.png -share/icons/oxygen/256x256/places/folder-downloads.png -share/icons/oxygen/256x256/places/folder-dropbox.png -share/icons/oxygen/256x256/places/folder-favorites.png -share/icons/oxygen/256x256/places/folder-gdrive.png -share/icons/oxygen/256x256/places/folder-green.png -share/icons/oxygen/256x256/places/folder-grey.png -share/icons/oxygen/256x256/places/folder-html.png -share/icons/oxygen/256x256/places/folder-image-people.png -share/icons/oxygen/256x256/places/folder-image.png -share/icons/oxygen/256x256/places/folder-images.png -share/icons/oxygen/256x256/places/folder-important.png -share/icons/oxygen/256x256/places/folder-locked.png -share/icons/oxygen/256x256/places/folder-mail.png -share/icons/oxygen/256x256/places/folder-music.png -share/icons/oxygen/256x256/places/folder-network.png -share/icons/oxygen/256x256/places/folder-onedrive.png -share/icons/oxygen/256x256/places/folder-orange.png -share/icons/oxygen/256x256/places/folder-owncloud.png -share/icons/oxygen/256x256/places/folder-picture.png -share/icons/oxygen/256x256/places/folder-pictures.png -share/icons/oxygen/256x256/places/folder-print.png -share/icons/oxygen/256x256/places/folder-public.png -share/icons/oxygen/256x256/places/folder-publicshare.png -share/icons/oxygen/256x256/places/folder-red.png -share/icons/oxygen/256x256/places/folder-remote.png -share/icons/oxygen/256x256/places/folder-script.png -share/icons/oxygen/256x256/places/folder-sound.png -share/icons/oxygen/256x256/places/folder-tar.png -share/icons/oxygen/256x256/places/folder-temp.png -share/icons/oxygen/256x256/places/folder-text.png -share/icons/oxygen/256x256/places/folder-txt.png -share/icons/oxygen/256x256/places/folder-video.png -share/icons/oxygen/256x256/places/folder-videos.png -share/icons/oxygen/256x256/places/folder-violet.png -share/icons/oxygen/256x256/places/folder-yellow.png -share/icons/oxygen/256x256/places/folder.png -share/icons/oxygen/256x256/places/mail-folder-sent.png -share/icons/oxygen/256x256/places/mail-message.png -share/icons/oxygen/256x256/places/network-server-database.png -share/icons/oxygen/256x256/places/network-server.png -share/icons/oxygen/256x256/places/network-workgroup.png -share/icons/oxygen/256x256/places/repository.png -share/icons/oxygen/256x256/places/server-database.png -share/icons/oxygen/256x256/places/start-here-kde.png -share/icons/oxygen/256x256/places/start-here.png -share/icons/oxygen/256x256/places/stock_folder.png -share/icons/oxygen/256x256/places/user-desktop.png -share/icons/oxygen/256x256/places/user-home.png -share/icons/oxygen/256x256/places/user-trash-full.png -share/icons/oxygen/256x256/places/user-trash.png -share/icons/oxygen/256x256/status/user-trash-full.png -share/icons/oxygen/32x32/actions/address-book-new.png -share/icons/oxygen/32x32/actions/align-horizontal-bottom-out.png -share/icons/oxygen/32x32/actions/align-horizontal-center.png -share/icons/oxygen/32x32/actions/align-horizontal-left-out.png -share/icons/oxygen/32x32/actions/align-horizontal-left.png -share/icons/oxygen/32x32/actions/align-horizontal-right-out.png -share/icons/oxygen/32x32/actions/align-horizontal-right.png -share/icons/oxygen/32x32/actions/align-horizontal-top-out.png -share/icons/oxygen/32x32/actions/align-vertical-bottom.png -share/icons/oxygen/32x32/actions/align-vertical-center.png -share/icons/oxygen/32x32/actions/align-vertical-top.png -share/icons/oxygen/32x32/actions/application-exit.png -share/icons/oxygen/32x32/actions/appointment-new.png -share/icons/oxygen/32x32/actions/archive-extract.png -share/icons/oxygen/32x32/actions/archive-insert-directory.png -share/icons/oxygen/32x32/actions/archive-insert.png -share/icons/oxygen/32x32/actions/archive-remove.png -share/icons/oxygen/32x32/actions/arrow-down-double.png -share/icons/oxygen/32x32/actions/arrow-down.png -share/icons/oxygen/32x32/actions/arrow-left-double.png -share/icons/oxygen/32x32/actions/arrow-left.png -share/icons/oxygen/32x32/actions/arrow-right-double.png -share/icons/oxygen/32x32/actions/arrow-right.png -share/icons/oxygen/32x32/actions/arrow-up-double.png -share/icons/oxygen/32x32/actions/arrow-up.png -share/icons/oxygen/32x32/actions/bookmark-new-list.png -share/icons/oxygen/32x32/actions/bookmark-new.png -share/icons/oxygen/32x32/actions/bookmark-toolbar.png -share/icons/oxygen/32x32/actions/bookmarks-organize.png -share/icons/oxygen/32x32/actions/call-start.png -share/icons/oxygen/32x32/actions/call-stop.png -share/icons/oxygen/32x32/actions/character-set.png -share/icons/oxygen/32x32/actions/checkbox.png -share/icons/oxygen/32x32/actions/chronometer.png -share/icons/oxygen/32x32/actions/code-block.png -share/icons/oxygen/32x32/actions/code-class.png -share/icons/oxygen/32x32/actions/code-context.png -share/icons/oxygen/32x32/actions/code-function.png -share/icons/oxygen/32x32/actions/code-typedef.png -share/icons/oxygen/32x32/actions/code-variable.png -share/icons/oxygen/32x32/actions/color-picker-black.png -share/icons/oxygen/32x32/actions/color-picker-grey.png -share/icons/oxygen/32x32/actions/color-picker-white.png -share/icons/oxygen/32x32/actions/color-picker.png -share/icons/oxygen/32x32/actions/configure-shortcuts.png -share/icons/oxygen/32x32/actions/configure-toolbars.png -share/icons/oxygen/32x32/actions/configure.png -share/icons/oxygen/32x32/actions/contact-new.png -share/icons/oxygen/32x32/actions/dashboard-show.png -share/icons/oxygen/32x32/actions/debug-execute-from-cursor.png -share/icons/oxygen/32x32/actions/debug-execute-to-cursor.png -share/icons/oxygen/32x32/actions/debug-run-cursor.png -share/icons/oxygen/32x32/actions/debug-run.png -share/icons/oxygen/32x32/actions/debug-step-instruction.png -share/icons/oxygen/32x32/actions/debug-step-into-instruction.png -share/icons/oxygen/32x32/actions/debug-step-into.png -share/icons/oxygen/32x32/actions/debug-step-out.png -share/icons/oxygen/32x32/actions/debug-step-over.png -share/icons/oxygen/32x32/actions/dialog-cancel.png -share/icons/oxygen/32x32/actions/dialog-close.png -share/icons/oxygen/32x32/actions/dialog-ok-apply.png -share/icons/oxygen/32x32/actions/dialog-ok.png -share/icons/oxygen/32x32/actions/distribute-horizontal-center.png -share/icons/oxygen/32x32/actions/distribute-horizontal-equal.png -share/icons/oxygen/32x32/actions/distribute-horizontal-left.png -share/icons/oxygen/32x32/actions/distribute-horizontal-margin.png -share/icons/oxygen/32x32/actions/distribute-horizontal-page.png -share/icons/oxygen/32x32/actions/distribute-horizontal-right.png -share/icons/oxygen/32x32/actions/distribute-horizontal-x.png -share/icons/oxygen/32x32/actions/distribute-vertical-bottom.png -share/icons/oxygen/32x32/actions/distribute-vertical-center.png -share/icons/oxygen/32x32/actions/distribute-vertical-equal.png -share/icons/oxygen/32x32/actions/distribute-vertical-margin.png -share/icons/oxygen/32x32/actions/distribute-vertical-page.png -share/icons/oxygen/32x32/actions/distribute-vertical-top.png -share/icons/oxygen/32x32/actions/distribute-vertical-y.png -share/icons/oxygen/32x32/actions/document-close.png -share/icons/oxygen/32x32/actions/document-decrypt.png -share/icons/oxygen/32x32/actions/document-edit-decrypt-verify.png -share/icons/oxygen/32x32/actions/document-edit-decrypt.png -share/icons/oxygen/32x32/actions/document-edit-encrypt.png -share/icons/oxygen/32x32/actions/document-edit-sign-encrypt.png -share/icons/oxygen/32x32/actions/document-edit-sign.png -share/icons/oxygen/32x32/actions/document-edit-verify.png -share/icons/oxygen/32x32/actions/document-edit.png -share/icons/oxygen/32x32/actions/document-encrypt.png -share/icons/oxygen/32x32/actions/document-encrypted.png -share/icons/oxygen/32x32/actions/document-export-table.png -share/icons/oxygen/32x32/actions/document-export.png -share/icons/oxygen/32x32/actions/document-import.png -share/icons/oxygen/32x32/actions/document-new.png -share/icons/oxygen/32x32/actions/document-open-folder.png -share/icons/oxygen/32x32/actions/document-open-recent.png -share/icons/oxygen/32x32/actions/document-open-remote.png -share/icons/oxygen/32x32/actions/document-open.png -share/icons/oxygen/32x32/actions/document-preview-archive.png -share/icons/oxygen/32x32/actions/document-preview.png -share/icons/oxygen/32x32/actions/document-print-direct.png -share/icons/oxygen/32x32/actions/document-print-frame.png -share/icons/oxygen/32x32/actions/document-print-preview.png -share/icons/oxygen/32x32/actions/document-print.png -share/icons/oxygen/32x32/actions/document-properties.png -share/icons/oxygen/32x32/actions/document-revert.png -share/icons/oxygen/32x32/actions/document-save-all.png -share/icons/oxygen/32x32/actions/document-save-as.png -share/icons/oxygen/32x32/actions/document-save.png -share/icons/oxygen/32x32/actions/document-sign.png -share/icons/oxygen/32x32/actions/documentation.png -share/icons/oxygen/32x32/actions/download-later.png -share/icons/oxygen/32x32/actions/download.png -share/icons/oxygen/32x32/actions/draw-arrow-back.png -share/icons/oxygen/32x32/actions/draw-arrow-down.png -share/icons/oxygen/32x32/actions/draw-arrow-forward.png -share/icons/oxygen/32x32/actions/draw-arrow-up.png -share/icons/oxygen/32x32/actions/draw-bezier-curves.png -share/icons/oxygen/32x32/actions/draw-brush.png -share/icons/oxygen/32x32/actions/draw-circle.png -share/icons/oxygen/32x32/actions/draw-cross.png -share/icons/oxygen/32x32/actions/draw-donut.png -share/icons/oxygen/32x32/actions/draw-ellipse.png -share/icons/oxygen/32x32/actions/draw-eraser.png -share/icons/oxygen/32x32/actions/draw-freehand.png -share/icons/oxygen/32x32/actions/draw-halfcircle1.png -share/icons/oxygen/32x32/actions/draw-halfcircle2.png -share/icons/oxygen/32x32/actions/draw-halfcircle3.png -share/icons/oxygen/32x32/actions/draw-halfcircle4.png -share/icons/oxygen/32x32/actions/draw-path.png -share/icons/oxygen/32x32/actions/draw-polygon.png -share/icons/oxygen/32x32/actions/draw-polyline.png -share/icons/oxygen/32x32/actions/draw-rectangle.png -share/icons/oxygen/32x32/actions/draw-spiral.png -share/icons/oxygen/32x32/actions/draw-square-inverted-corners.png -share/icons/oxygen/32x32/actions/draw-star.png -share/icons/oxygen/32x32/actions/draw-text.png -share/icons/oxygen/32x32/actions/draw-triangle.png -share/icons/oxygen/32x32/actions/draw-triangle1.png -share/icons/oxygen/32x32/actions/draw-triangle2.png -share/icons/oxygen/32x32/actions/draw-triangle3.png -share/icons/oxygen/32x32/actions/draw-triangle4.png -share/icons/oxygen/32x32/actions/edit-bomb.png -share/icons/oxygen/32x32/actions/edit-clear-history.png -share/icons/oxygen/32x32/actions/edit-clear-list.png -share/icons/oxygen/32x32/actions/edit-clear-locationbar-ltr.png -share/icons/oxygen/32x32/actions/edit-clear-locationbar-rtl.png -share/icons/oxygen/32x32/actions/edit-clear.png -share/icons/oxygen/32x32/actions/edit-copy.png -share/icons/oxygen/32x32/actions/edit-cut.png -share/icons/oxygen/32x32/actions/edit-delete-shred.png -share/icons/oxygen/32x32/actions/edit-delete.png -share/icons/oxygen/32x32/actions/edit-find-mail.png -share/icons/oxygen/32x32/actions/edit-find-project.png -share/icons/oxygen/32x32/actions/edit-find-replace.png -share/icons/oxygen/32x32/actions/edit-find-user.png -share/icons/oxygen/32x32/actions/edit-find.png -share/icons/oxygen/32x32/actions/edit-guides.png -share/icons/oxygen/32x32/actions/edit-image-face-add.png -share/icons/oxygen/32x32/actions/edit-image-face-detect.png -share/icons/oxygen/32x32/actions/edit-image-face-recognize.png -share/icons/oxygen/32x32/actions/edit-image-face-show.png -share/icons/oxygen/32x32/actions/edit-node.png -share/icons/oxygen/32x32/actions/edit-paste.png -share/icons/oxygen/32x32/actions/edit-redo.png -share/icons/oxygen/32x32/actions/edit-rename.png -share/icons/oxygen/32x32/actions/edit-select-all.png -share/icons/oxygen/32x32/actions/edit-select.png -share/icons/oxygen/32x32/actions/edit-table-cell-merge.png -share/icons/oxygen/32x32/actions/edit-table-cell-split.png -share/icons/oxygen/32x32/actions/edit-table-delete-column.png -share/icons/oxygen/32x32/actions/edit-table-delete-row.png -share/icons/oxygen/32x32/actions/edit-table-insert-column-left.png -share/icons/oxygen/32x32/actions/edit-table-insert-column-right.png -share/icons/oxygen/32x32/actions/edit-table-insert-row-above.png -share/icons/oxygen/32x32/actions/edit-table-insert-row-below.png -share/icons/oxygen/32x32/actions/edit-text-frame-update.png -share/icons/oxygen/32x32/actions/edit-undo.png -share/icons/oxygen/32x32/actions/feed-subscribe.png -share/icons/oxygen/32x32/actions/fileview-preview.png -share/icons/oxygen/32x32/actions/fill-color.png -share/icons/oxygen/32x32/actions/flag-black.png -share/icons/oxygen/32x32/actions/flag-blue.png -share/icons/oxygen/32x32/actions/flag-green.png -share/icons/oxygen/32x32/actions/flag-red.png -share/icons/oxygen/32x32/actions/flag-yellow.png -share/icons/oxygen/32x32/actions/flag.png -share/icons/oxygen/32x32/actions/folder-new.png -share/icons/oxygen/32x32/actions/folder-sync.png -share/icons/oxygen/32x32/actions/fork.png -share/icons/oxygen/32x32/actions/format-add-node.png -share/icons/oxygen/32x32/actions/format-break-node.png -share/icons/oxygen/32x32/actions/format-connect-node.png -share/icons/oxygen/32x32/actions/format-disconnect-node.png -share/icons/oxygen/32x32/actions/format-fill-color.png -share/icons/oxygen/32x32/actions/format-font-size-less.png -share/icons/oxygen/32x32/actions/format-font-size-more.png -share/icons/oxygen/32x32/actions/format-indent-less.png -share/icons/oxygen/32x32/actions/format-indent-more.png -share/icons/oxygen/32x32/actions/format-join-node.png -share/icons/oxygen/32x32/actions/format-justify-center.png -share/icons/oxygen/32x32/actions/format-justify-fill.png -share/icons/oxygen/32x32/actions/format-justify-left.png -share/icons/oxygen/32x32/actions/format-justify-right.png -share/icons/oxygen/32x32/actions/format-line-spacing-double.png -share/icons/oxygen/32x32/actions/format-line-spacing-normal.png -share/icons/oxygen/32x32/actions/format-line-spacing-triple.png -share/icons/oxygen/32x32/actions/format-list-ordered.png -share/icons/oxygen/32x32/actions/format-list-unordered.png -share/icons/oxygen/32x32/actions/format-remove-node.png -share/icons/oxygen/32x32/actions/format-stroke-color.png -share/icons/oxygen/32x32/actions/format-text-bold.png -share/icons/oxygen/32x32/actions/format-text-color.png -share/icons/oxygen/32x32/actions/format-text-direction-ltr.png -share/icons/oxygen/32x32/actions/format-text-direction-rtl.png -share/icons/oxygen/32x32/actions/format-text-italic.png -share/icons/oxygen/32x32/actions/format-text-strikethrough.png -share/icons/oxygen/32x32/actions/format-text-subscript.png -share/icons/oxygen/32x32/actions/format-text-superscript.png -share/icons/oxygen/32x32/actions/format-text-underline.png -share/icons/oxygen/32x32/actions/formula.png -share/icons/oxygen/32x32/actions/games-achievements.png -share/icons/oxygen/32x32/actions/games-config-background.png -share/icons/oxygen/32x32/actions/games-config-board.png -share/icons/oxygen/32x32/actions/games-config-custom.png -share/icons/oxygen/32x32/actions/games-config-options.png -share/icons/oxygen/32x32/actions/games-config-theme.png -share/icons/oxygen/32x32/actions/games-config-tiles.png -share/icons/oxygen/32x32/actions/games-difficult.png -share/icons/oxygen/32x32/actions/games-endturn.png -share/icons/oxygen/32x32/actions/games-highscores.png -share/icons/oxygen/32x32/actions/games-hint.png -share/icons/oxygen/32x32/actions/games-solve.png -share/icons/oxygen/32x32/actions/get-hot-new-stuff.png -share/icons/oxygen/32x32/actions/go-bottom.png -share/icons/oxygen/32x32/actions/go-down-search.png -share/icons/oxygen/32x32/actions/go-down.png -share/icons/oxygen/32x32/actions/go-first-view-page.png -share/icons/oxygen/32x32/actions/go-first-view.png -share/icons/oxygen/32x32/actions/go-first.png -share/icons/oxygen/32x32/actions/go-home.png -share/icons/oxygen/32x32/actions/go-jump-declaration.png -share/icons/oxygen/32x32/actions/go-jump-definition.png -share/icons/oxygen/32x32/actions/go-jump-locationbar.png -share/icons/oxygen/32x32/actions/go-jump-today.png -share/icons/oxygen/32x32/actions/go-jump.png -share/icons/oxygen/32x32/actions/go-last-view-page.png -share/icons/oxygen/32x32/actions/go-last-view.png -share/icons/oxygen/32x32/actions/go-last.png -share/icons/oxygen/32x32/actions/go-next-context.png -share/icons/oxygen/32x32/actions/go-next-use.png -share/icons/oxygen/32x32/actions/go-next-view-page.png -share/icons/oxygen/32x32/actions/go-next-view.png -share/icons/oxygen/32x32/actions/go-next.png -share/icons/oxygen/32x32/actions/go-previous-context.png -share/icons/oxygen/32x32/actions/go-previous-use.png -share/icons/oxygen/32x32/actions/go-previous-view-page.png -share/icons/oxygen/32x32/actions/go-previous-view.png -share/icons/oxygen/32x32/actions/go-previous.png -share/icons/oxygen/32x32/actions/go-top.png -share/icons/oxygen/32x32/actions/go-up-search.png -share/icons/oxygen/32x32/actions/go-up.png -share/icons/oxygen/32x32/actions/help-about.png -share/icons/oxygen/32x32/actions/help-contents.png -share/icons/oxygen/32x32/actions/help-contextual.png -share/icons/oxygen/32x32/actions/help-donate.png -share/icons/oxygen/32x32/actions/help-feedback.png -share/icons/oxygen/32x32/actions/help-hint.png -share/icons/oxygen/32x32/actions/im-aim.png -share/icons/oxygen/32x32/actions/im-ban-kick-user.png -share/icons/oxygen/32x32/actions/im-ban-user.png -share/icons/oxygen/32x32/actions/im-facebook.png -share/icons/oxygen/32x32/actions/im-gadugadu.png -share/icons/oxygen/32x32/actions/im-google-talk.png -share/icons/oxygen/32x32/actions/im-google.png -share/icons/oxygen/32x32/actions/im-icq.png -share/icons/oxygen/32x32/actions/im-identi.ca.png -share/icons/oxygen/32x32/actions/im-invisible-user.png -share/icons/oxygen/32x32/actions/im-jabber.png -share/icons/oxygen/32x32/actions/im-kick-user.png -share/icons/oxygen/32x32/actions/im-msn.png -share/icons/oxygen/32x32/actions/im-qq.png -share/icons/oxygen/32x32/actions/im-skype.png -share/icons/oxygen/32x32/actions/im-twitter.png -share/icons/oxygen/32x32/actions/im-user-away.png -share/icons/oxygen/32x32/actions/im-user-busy.png -share/icons/oxygen/32x32/actions/im-user-offline.png -share/icons/oxygen/32x32/actions/im-user.png -share/icons/oxygen/32x32/actions/im-yahoo.png -share/icons/oxygen/32x32/actions/insert-horizontal-rule.png -share/icons/oxygen/32x32/actions/insert-image.png -share/icons/oxygen/32x32/actions/insert-link.png -share/icons/oxygen/32x32/actions/insert-table.png -share/icons/oxygen/32x32/actions/insert-text.png -share/icons/oxygen/32x32/actions/irc-close-channel.png -share/icons/oxygen/32x32/actions/irc-join-channel.png -share/icons/oxygen/32x32/actions/irc-operator.png -share/icons/oxygen/32x32/actions/irc-remove-operator.png -share/icons/oxygen/32x32/actions/irc-unvoice.png -share/icons/oxygen/32x32/actions/irc-voice.png -share/icons/oxygen/32x32/actions/journal-new.png -share/icons/oxygen/32x32/actions/key-enter.png -share/icons/oxygen/32x32/actions/layer-visible-off.png -share/icons/oxygen/32x32/actions/layer-visible-on.png -share/icons/oxygen/32x32/actions/list-add-font.png -share/icons/oxygen/32x32/actions/list-add-user.png -share/icons/oxygen/32x32/actions/list-add.png -share/icons/oxygen/32x32/actions/list-remove-user.png -share/icons/oxygen/32x32/actions/list-remove.png -share/icons/oxygen/32x32/actions/list-resource-add.png -share/icons/oxygen/32x32/actions/mail-encrypted-full.png -share/icons/oxygen/32x32/actions/mail-encrypted-part.png -share/icons/oxygen/32x32/actions/mail-encrypted.png -share/icons/oxygen/32x32/actions/mail-flag.png -share/icons/oxygen/32x32/actions/mail-forward.png -share/icons/oxygen/32x32/actions/mail-forwarded.png -share/icons/oxygen/32x32/actions/mail-invitation.png -share/icons/oxygen/32x32/actions/mail-mark-important.png -share/icons/oxygen/32x32/actions/mail-mark-junk.png -share/icons/oxygen/32x32/actions/mail-mark-notjunk.png -share/icons/oxygen/32x32/actions/mail-mark-read.png -share/icons/oxygen/32x32/actions/mail-mark-task.png -share/icons/oxygen/32x32/actions/mail-mark-unread-new.png -share/icons/oxygen/32x32/actions/mail-mark-unread.png -share/icons/oxygen/32x32/actions/mail-meeting-request-reply.png -share/icons/oxygen/32x32/actions/mail-message-new-list.png -share/icons/oxygen/32x32/actions/mail-message-new.png -share/icons/oxygen/32x32/actions/mail-queue.png -share/icons/oxygen/32x32/actions/mail-receive.png -share/icons/oxygen/32x32/actions/mail-replied.png -share/icons/oxygen/32x32/actions/mail-reply-all.png -share/icons/oxygen/32x32/actions/mail-reply-custom-all.png -share/icons/oxygen/32x32/actions/mail-reply-custom.png -share/icons/oxygen/32x32/actions/mail-reply-list.png -share/icons/oxygen/32x32/actions/mail-reply-sender.png -share/icons/oxygen/32x32/actions/mail-send.png -share/icons/oxygen/32x32/actions/mail-signature-unknown.png -share/icons/oxygen/32x32/actions/mail-signed-full.png -share/icons/oxygen/32x32/actions/mail-signed-part.png -share/icons/oxygen/32x32/actions/mail-signed-verified.png -share/icons/oxygen/32x32/actions/mail-signed.png -share/icons/oxygen/32x32/actions/mail-tagged.png -share/icons/oxygen/32x32/actions/measure.png -share/icons/oxygen/32x32/actions/media-eject.png -share/icons/oxygen/32x32/actions/media-playback-pause.png -share/icons/oxygen/32x32/actions/media-playback-start.png -share/icons/oxygen/32x32/actions/media-playback-stop.png -share/icons/oxygen/32x32/actions/media-record.png -share/icons/oxygen/32x32/actions/media-seek-backward.png -share/icons/oxygen/32x32/actions/media-seek-forward.png -share/icons/oxygen/32x32/actions/media-skip-backward.png -share/icons/oxygen/32x32/actions/media-skip-forward.png -share/icons/oxygen/32x32/actions/meeting-attending-tentative.png -share/icons/oxygen/32x32/actions/meeting-attending.png -share/icons/oxygen/32x32/actions/meeting-participant-no-response.png -share/icons/oxygen/32x32/actions/meeting-participant-request-response.png -share/icons/oxygen/32x32/actions/merge.png -share/icons/oxygen/32x32/actions/milestone.png -share/icons/oxygen/32x32/actions/network-connect.png -share/icons/oxygen/32x32/actions/network-disconnect.png -share/icons/oxygen/32x32/actions/news-subscribe.png -share/icons/oxygen/32x32/actions/news-unsubscribe.png -share/icons/oxygen/32x32/actions/object-flip-horizontal.png -share/icons/oxygen/32x32/actions/object-flip-vertical.png -share/icons/oxygen/32x32/actions/object-rotate-left.png -share/icons/oxygen/32x32/actions/object-rotate-right.png -share/icons/oxygen/32x32/actions/office-chart-area-focus-peak-node.png -share/icons/oxygen/32x32/actions/office-chart-area-percentage.png -share/icons/oxygen/32x32/actions/office-chart-area-stacked.png -share/icons/oxygen/32x32/actions/office-chart-area.png -share/icons/oxygen/32x32/actions/office-chart-bar-percentage.png -share/icons/oxygen/32x32/actions/office-chart-bar-stacked.png -share/icons/oxygen/32x32/actions/office-chart-bar.png -share/icons/oxygen/32x32/actions/office-chart-line-percentage.png -share/icons/oxygen/32x32/actions/office-chart-line-stacked.png -share/icons/oxygen/32x32/actions/office-chart-line.png -share/icons/oxygen/32x32/actions/office-chart-pie.png -share/icons/oxygen/32x32/actions/office-chart-polar-stacked.png -share/icons/oxygen/32x32/actions/office-chart-polar.png -share/icons/oxygen/32x32/actions/office-chart-ring.png -share/icons/oxygen/32x32/actions/office-chart-scatter.png -share/icons/oxygen/32x32/actions/page-2sides.png -share/icons/oxygen/32x32/actions/page-3sides.png -share/icons/oxygen/32x32/actions/page-4sides.png -share/icons/oxygen/32x32/actions/page-simple.png -share/icons/oxygen/32x32/actions/page-zoom.png -share/icons/oxygen/32x32/actions/player-time.png -share/icons/oxygen/32x32/actions/player-volume.png -share/icons/oxygen/32x32/actions/preferences-activities.png -share/icons/oxygen/32x32/actions/preflight-verifier.png -share/icons/oxygen/32x32/actions/process-stop.png -share/icons/oxygen/32x32/actions/project-development-close-all.png -share/icons/oxygen/32x32/actions/project-development-close.png -share/icons/oxygen/32x32/actions/project-development-new-template.png -share/icons/oxygen/32x32/actions/project-development.png -share/icons/oxygen/32x32/actions/project-open.png -share/icons/oxygen/32x32/actions/quickopen-class.png -share/icons/oxygen/32x32/actions/quickopen-file.png -share/icons/oxygen/32x32/actions/quickopen-function.png -share/icons/oxygen/32x32/actions/quickopen.png -share/icons/oxygen/32x32/actions/rating.png -share/icons/oxygen/32x32/actions/resource-calendar-child-insert.png -share/icons/oxygen/32x32/actions/resource-calendar-child.png -share/icons/oxygen/32x32/actions/resource-calendar-insert.png -share/icons/oxygen/32x32/actions/resource-group-new.png -share/icons/oxygen/32x32/actions/resource-group.png -share/icons/oxygen/32x32/actions/roll.png -share/icons/oxygen/32x32/actions/run-build-clean.png -share/icons/oxygen/32x32/actions/run-build-configure.png -share/icons/oxygen/32x32/actions/run-build-file.png -share/icons/oxygen/32x32/actions/run-build-install-root.png -share/icons/oxygen/32x32/actions/run-build-install.png -share/icons/oxygen/32x32/actions/run-build-prune.png -share/icons/oxygen/32x32/actions/run-build.png -share/icons/oxygen/32x32/actions/select-rectangular.png -share/icons/oxygen/32x32/actions/services.png -share/icons/oxygen/32x32/actions/shapes.png -share/icons/oxygen/32x32/actions/show-menu.png -share/icons/oxygen/32x32/actions/skg-chart-bubble.png -share/icons/oxygen/32x32/actions/skrooge_credit_card.png -share/icons/oxygen/32x32/actions/skrooge_less.png -share/icons/oxygen/32x32/actions/skrooge_more.png -share/icons/oxygen/32x32/actions/skrooge_much_less.png -share/icons/oxygen/32x32/actions/skrooge_much_more.png -share/icons/oxygen/32x32/actions/skrooge_type.png -share/icons/oxygen/32x32/actions/snap-extension.png -share/icons/oxygen/32x32/actions/snap-guideline.png -share/icons/oxygen/32x32/actions/snap-intersection.png -share/icons/oxygen/32x32/actions/snap-node.png -share/icons/oxygen/32x32/actions/snap-orthogonal.png -share/icons/oxygen/32x32/actions/speaker.png -share/icons/oxygen/32x32/actions/split.png -share/icons/oxygen/32x32/actions/story-editor.png -share/icons/oxygen/32x32/actions/stroke-cap-butt.png -share/icons/oxygen/32x32/actions/stroke-cap-round.png -share/icons/oxygen/32x32/actions/stroke-cap-square.png -share/icons/oxygen/32x32/actions/stroke-join-bevel.png -share/icons/oxygen/32x32/actions/stroke-join-miter.png -share/icons/oxygen/32x32/actions/stroke-join-round.png -share/icons/oxygen/32x32/actions/svn-commit.png -share/icons/oxygen/32x32/actions/svn-update.png -share/icons/oxygen/32x32/actions/system-lock-screen.png -share/icons/oxygen/32x32/actions/system-log-out.png -share/icons/oxygen/32x32/actions/system-reboot.png -share/icons/oxygen/32x32/actions/system-run.png -share/icons/oxygen/32x32/actions/system-search.png -share/icons/oxygen/32x32/actions/system-shutdown.png -share/icons/oxygen/32x32/actions/system-suspend-hibernate.png -share/icons/oxygen/32x32/actions/system-suspend.png -share/icons/oxygen/32x32/actions/system-switch-user.png -share/icons/oxygen/32x32/actions/tab-close-other.png -share/icons/oxygen/32x32/actions/tab-close.png -share/icons/oxygen/32x32/actions/tab-detach.png -share/icons/oxygen/32x32/actions/tab-duplicate.png -share/icons/oxygen/32x32/actions/tab-new-background.png -share/icons/oxygen/32x32/actions/tab-new.png -share/icons/oxygen/32x32/actions/task-new.png -share/icons/oxygen/32x32/actions/taxes-finances.png -share/icons/oxygen/32x32/actions/text-field.png -share/icons/oxygen/32x32/actions/text-frame-link.png -share/icons/oxygen/32x32/actions/text-frame-unlink.png -share/icons/oxygen/32x32/actions/text-speak.png -share/icons/oxygen/32x32/actions/tool-animator.png -share/icons/oxygen/32x32/actions/tools-check-spelling.png -share/icons/oxygen/32x32/actions/tools-media-optical-burn-image.png -share/icons/oxygen/32x32/actions/tools-media-optical-burn.png -share/icons/oxygen/32x32/actions/tools-media-optical-copy.png -share/icons/oxygen/32x32/actions/tools-media-optical-erase.png -share/icons/oxygen/32x32/actions/tools-media-optical-format.png -share/icons/oxygen/32x32/actions/tools-report-bug.png -share/icons/oxygen/32x32/actions/tools-rip-audio-cd.png -share/icons/oxygen/32x32/actions/tools-rip-video-cd.png -share/icons/oxygen/32x32/actions/tools-rip-video-dvd.png -share/icons/oxygen/32x32/actions/tools-wizard.png -share/icons/oxygen/32x32/actions/transform-crop-and-resize.png -share/icons/oxygen/32x32/actions/transform-crop.png -share/icons/oxygen/32x32/actions/transform-move.png -share/icons/oxygen/32x32/actions/transform-rotate.png -share/icons/oxygen/32x32/actions/transform-scale-textbox-points.png -share/icons/oxygen/32x32/actions/transform-scale.png -share/icons/oxygen/32x32/actions/transform-shear-down.png -share/icons/oxygen/32x32/actions/transform-shear-left.png -share/icons/oxygen/32x32/actions/transform-shear-right.png -share/icons/oxygen/32x32/actions/transform-shear-up.png -share/icons/oxygen/32x32/actions/trash-empty.png -share/icons/oxygen/32x32/actions/user-group-delete.png -share/icons/oxygen/32x32/actions/user-group-new.png -share/icons/oxygen/32x32/actions/user-group-properties.png -share/icons/oxygen/32x32/actions/user-properties.png -share/icons/oxygen/32x32/actions/view-bank-account-checking.png -share/icons/oxygen/32x32/actions/view-bank-account-savings.png -share/icons/oxygen/32x32/actions/view-bank-account.png -share/icons/oxygen/32x32/actions/view-bank.png -share/icons/oxygen/32x32/actions/view-barcode-add.png -share/icons/oxygen/32x32/actions/view-barcode.png -share/icons/oxygen/32x32/actions/view-calendar-agenda.png -share/icons/oxygen/32x32/actions/view-calendar-birthday.png -share/icons/oxygen/32x32/actions/view-calendar-day.png -share/icons/oxygen/32x32/actions/view-calendar-holiday.png -share/icons/oxygen/32x32/actions/view-calendar-journal.png -share/icons/oxygen/32x32/actions/view-calendar-list.png -share/icons/oxygen/32x32/actions/view-calendar-month.png -share/icons/oxygen/32x32/actions/view-calendar-special-occasion.png -share/icons/oxygen/32x32/actions/view-calendar-tasks.png -share/icons/oxygen/32x32/actions/view-calendar-time-spent.png -share/icons/oxygen/32x32/actions/view-calendar-timeline.png -share/icons/oxygen/32x32/actions/view-calendar-upcoming-days.png -share/icons/oxygen/32x32/actions/view-calendar-upcoming-events.png -share/icons/oxygen/32x32/actions/view-calendar-wedding-anniversary.png -share/icons/oxygen/32x32/actions/view-calendar-week.png -share/icons/oxygen/32x32/actions/view-calendar-whatsnext.png -share/icons/oxygen/32x32/actions/view-calendar-workweek.png -share/icons/oxygen/32x32/actions/view-calendar.png -share/icons/oxygen/32x32/actions/view-catalog.png -share/icons/oxygen/32x32/actions/view-categories.png -share/icons/oxygen/32x32/actions/view-certificate-add.png -share/icons/oxygen/32x32/actions/view-certificate-export-secret.png -share/icons/oxygen/32x32/actions/view-certificate-export-server.png -share/icons/oxygen/32x32/actions/view-certificate-export.png -share/icons/oxygen/32x32/actions/view-certificate-import.png -share/icons/oxygen/32x32/actions/view-certificate-server-configure.png -share/icons/oxygen/32x32/actions/view-certificate-sign.png -share/icons/oxygen/32x32/actions/view-certificate.png -share/icons/oxygen/32x32/actions/view-choose.png -share/icons/oxygen/32x32/actions/view-close.png -share/icons/oxygen/32x32/actions/view-conversation-balloon.png -share/icons/oxygen/32x32/actions/view-credit-card-account.png -share/icons/oxygen/32x32/actions/view-currency-list.png -share/icons/oxygen/32x32/actions/view-documents-finances.png -share/icons/oxygen/32x32/actions/view-expenses-categories.png -share/icons/oxygen/32x32/actions/view-file-columns.png -share/icons/oxygen/32x32/actions/view-filter.png -share/icons/oxygen/32x32/actions/view-financial-categories.png -share/icons/oxygen/32x32/actions/view-financial-forecast.png -share/icons/oxygen/32x32/actions/view-financial-list.png -share/icons/oxygen/32x32/actions/view-financial-payment-mode.png -share/icons/oxygen/32x32/actions/view-financial-transfer.png -share/icons/oxygen/32x32/actions/view-form-action.png -share/icons/oxygen/32x32/actions/view-form-table.png -share/icons/oxygen/32x32/actions/view-form.png -share/icons/oxygen/32x32/actions/view-fullscreen.png -share/icons/oxygen/32x32/actions/view-grid.png -share/icons/oxygen/32x32/actions/view-group.png -share/icons/oxygen/32x32/actions/view-history.png -share/icons/oxygen/32x32/actions/view-income-categories.png -share/icons/oxygen/32x32/actions/view-investment.png -share/icons/oxygen/32x32/actions/view-ldap-resource.png -share/icons/oxygen/32x32/actions/view-left-close.png -share/icons/oxygen/32x32/actions/view-list-details.png -share/icons/oxygen/32x32/actions/view-list-icons.png -share/icons/oxygen/32x32/actions/view-list-text.png -share/icons/oxygen/32x32/actions/view-list-tree.png -share/icons/oxygen/32x32/actions/view-loan-asset.png -share/icons/oxygen/32x32/actions/view-loan.png -share/icons/oxygen/32x32/actions/view-media-artist.png -share/icons/oxygen/32x32/actions/view-media-equalizer.png -share/icons/oxygen/32x32/actions/view-media-lyrics.png -share/icons/oxygen/32x32/actions/view-media-playlist.png -share/icons/oxygen/32x32/actions/view-media-visualization.png -share/icons/oxygen/32x32/actions/view-multiple-objects.png -share/icons/oxygen/32x32/actions/view-object-histogram-linear.png -share/icons/oxygen/32x32/actions/view-object-histogram-logarithmic.png -share/icons/oxygen/32x32/actions/view-pim-calendar.png -share/icons/oxygen/32x32/actions/view-pim-contacts.png -share/icons/oxygen/32x32/actions/view-pim-journal.png -share/icons/oxygen/32x32/actions/view-pim-mail.png -share/icons/oxygen/32x32/actions/view-pim-news.png -share/icons/oxygen/32x32/actions/view-pim-notes.png -share/icons/oxygen/32x32/actions/view-pim-summary.png -share/icons/oxygen/32x32/actions/view-pim-tasks-pending.png -share/icons/oxygen/32x32/actions/view-pim-tasks.png -share/icons/oxygen/32x32/actions/view-presentation.png -share/icons/oxygen/32x32/actions/view-preview.png -share/icons/oxygen/32x32/actions/view-process-all-tree.png -share/icons/oxygen/32x32/actions/view-process-all.png -share/icons/oxygen/32x32/actions/view-process-own.png -share/icons/oxygen/32x32/actions/view-process-system.png -share/icons/oxygen/32x32/actions/view-process-users.png -share/icons/oxygen/32x32/actions/view-refresh.png -share/icons/oxygen/32x32/actions/view-resource-calendar.png -share/icons/oxygen/32x32/actions/view-restore.png -share/icons/oxygen/32x32/actions/view-right-close.png -share/icons/oxygen/32x32/actions/view-right-new.png -share/icons/oxygen/32x32/actions/view-sidetree.png -share/icons/oxygen/32x32/actions/view-sort-ascending.png -share/icons/oxygen/32x32/actions/view-sort-descending.png -share/icons/oxygen/32x32/actions/view-split-left-right.png -share/icons/oxygen/32x32/actions/view-split-top-bottom.png -share/icons/oxygen/32x32/actions/view-statistics.png -share/icons/oxygen/32x32/actions/view-stock-account.png -share/icons/oxygen/32x32/actions/view-table-of-contents-ltr.png -share/icons/oxygen/32x32/actions/view-table-of-contents-rtl.png -share/icons/oxygen/32x32/actions/view-task-add.png -share/icons/oxygen/32x32/actions/view-task-child-add.png -share/icons/oxygen/32x32/actions/view-task-child.png -share/icons/oxygen/32x32/actions/view-task.png -share/icons/oxygen/32x32/actions/view-time-schedule-baselined-add.png -share/icons/oxygen/32x32/actions/view-time-schedule-baselined-remove.png -share/icons/oxygen/32x32/actions/view-time-schedule-baselined.png -share/icons/oxygen/32x32/actions/view-time-schedule-calculus.png -share/icons/oxygen/32x32/actions/view-time-schedule-child-insert.png -share/icons/oxygen/32x32/actions/view-time-schedule-edit.png -share/icons/oxygen/32x32/actions/view-time-schedule-insert.png -share/icons/oxygen/32x32/actions/view-time-schedule.png -share/icons/oxygen/32x32/actions/view-web-browser-dom-tree.png -share/icons/oxygen/32x32/actions/window-close.png -share/icons/oxygen/32x32/actions/window-duplicate.png -share/icons/oxygen/32x32/actions/window-new.png -share/icons/oxygen/32x32/actions/zoom-1-to-2.png -share/icons/oxygen/32x32/actions/zoom-2-to-1.png -share/icons/oxygen/32x32/actions/zoom-draw.png -share/icons/oxygen/32x32/actions/zoom-fit-best.png -share/icons/oxygen/32x32/actions/zoom-fit-height.png -share/icons/oxygen/32x32/actions/zoom-fit-width.png -share/icons/oxygen/32x32/actions/zoom-in.png -share/icons/oxygen/32x32/actions/zoom-next.png -share/icons/oxygen/32x32/actions/zoom-original.png -share/icons/oxygen/32x32/actions/zoom-out.png -share/icons/oxygen/32x32/actions/zoom-previous.png -share/icons/oxygen/32x32/actions/zoom-select.png -share/icons/oxygen/32x32/animations/process-idle-kde.png -share/icons/oxygen/32x32/animations/process-working-kde.png -share/icons/oxygen/32x32/apps/Charm.png -share/icons/oxygen/32x32/apps/accessories-calculator.png -share/icons/oxygen/32x32/apps/accessories-character-map.png -share/icons/oxygen/32x32/apps/accessories-dictionary.png -share/icons/oxygen/32x32/apps/accessories-text-editor.png -share/icons/oxygen/32x32/apps/acroread.png -share/icons/oxygen/32x32/apps/akonadi.png -share/icons/oxygen/32x32/apps/akregator.png -share/icons/oxygen/32x32/apps/amarok.png -share/icons/oxygen/32x32/apps/application-sxw.png -share/icons/oxygen/32x32/apps/ark.png -share/icons/oxygen/32x32/apps/basket.png -share/icons/oxygen/32x32/apps/braindump.png -share/icons/oxygen/32x32/apps/calligraauthor.png -share/icons/oxygen/32x32/apps/calligraflow.png -share/icons/oxygen/32x32/apps/calligrakexi.png -share/icons/oxygen/32x32/apps/calligrakrita.png -share/icons/oxygen/32x32/apps/calligrasheets.png -share/icons/oxygen/32x32/apps/calligrastage.png -share/icons/oxygen/32x32/apps/calligrawords.png -share/icons/oxygen/32x32/apps/clock.png -share/icons/oxygen/32x32/apps/device-notifier.png -share/icons/oxygen/32x32/apps/digikam.png -share/icons/oxygen/32x32/apps/dragonplayer.png -share/icons/oxygen/32x32/apps/esd.png -share/icons/oxygen/32x32/apps/filelight.png -share/icons/oxygen/32x32/apps/fontforge.png -share/icons/oxygen/32x32/apps/graphics-viewer-document.png -share/icons/oxygen/32x32/apps/gwenview.png -share/icons/oxygen/32x32/apps/help-browser.png -share/icons/oxygen/32x32/apps/hwinfo.png -share/icons/oxygen/32x32/apps/inkscape.png -share/icons/oxygen/32x32/apps/internet-mail.png -share/icons/oxygen/32x32/apps/internet-telephony.png -share/icons/oxygen/32x32/apps/internet-web-browser.png -share/icons/oxygen/32x32/apps/java.png -share/icons/oxygen/32x32/apps/k3b.png -share/icons/oxygen/32x32/apps/kaffeine.png -share/icons/oxygen/32x32/apps/kblogger.png -share/icons/oxygen/32x32/apps/kbruch.png -share/icons/oxygen/32x32/apps/kbugbuster.png -share/icons/oxygen/32x32/apps/kchart.png -share/icons/oxygen/32x32/apps/kcolorchooser.png -share/icons/oxygen/32x32/apps/kde-gtk-config.png -share/icons/oxygen/32x32/apps/kde-windows.png -share/icons/oxygen/32x32/apps/kde.png -share/icons/oxygen/32x32/apps/kdevelop.png -share/icons/oxygen/32x32/apps/kdf.png -share/icons/oxygen/32x32/apps/kfind.png -share/icons/oxygen/32x32/apps/kformula.png -share/icons/oxygen/32x32/apps/kgpg.png -share/icons/oxygen/32x32/apps/kig.png -share/icons/oxygen/32x32/apps/kivio.png -share/icons/oxygen/32x32/apps/kjournal.png -share/icons/oxygen/32x32/apps/klipper.png -share/icons/oxygen/32x32/apps/kmag.png -share/icons/oxygen/32x32/apps/kmail.png -share/icons/oxygen/32x32/apps/kmix.png -share/icons/oxygen/32x32/apps/kmplayer.png -share/icons/oxygen/32x32/apps/knetattach.png -share/icons/oxygen/32x32/apps/knewsticker.png -share/icons/oxygen/32x32/apps/knotes.png -share/icons/oxygen/32x32/apps/kolf.png -share/icons/oxygen/32x32/apps/konqueror.png -share/icons/oxygen/32x32/apps/kontact.png -share/icons/oxygen/32x32/apps/konversation.png -share/icons/oxygen/32x32/apps/kopete-offline.png -share/icons/oxygen/32x32/apps/kopete.png -share/icons/oxygen/32x32/apps/korg-journal.png -share/icons/oxygen/32x32/apps/korg-todo.png -share/icons/oxygen/32x32/apps/korgac.png -share/icons/oxygen/32x32/apps/korganizer.png -share/icons/oxygen/32x32/apps/kplato.png -share/icons/oxygen/32x32/apps/kpresenter.png -share/icons/oxygen/32x32/apps/krdc.png -share/icons/oxygen/32x32/apps/krfb.png -share/icons/oxygen/32x32/apps/ksnapshot.png -share/icons/oxygen/32x32/apps/ksniffer.png -share/icons/oxygen/32x32/apps/kspread.png -share/icons/oxygen/32x32/apps/ksudoku.png -share/icons/oxygen/32x32/apps/kthesaurus.png -share/icons/oxygen/32x32/apps/ktip.png -share/icons/oxygen/32x32/apps/ktorrent.png -share/icons/oxygen/32x32/apps/kuickshow.png -share/icons/oxygen/32x32/apps/kverbos.png -share/icons/oxygen/32x32/apps/kwalletmanager.png -share/icons/oxygen/32x32/apps/kword.png -share/icons/oxygen/32x32/apps/lokalize.png -share/icons/oxygen/32x32/apps/multimedia-volume-control.png -share/icons/oxygen/32x32/apps/muondiscover.png -share/icons/oxygen/32x32/apps/nepomuk.png -share/icons/oxygen/32x32/apps/office-address-book.png -share/icons/oxygen/32x32/apps/office-calendar.png -share/icons/oxygen/32x32/apps/okteta.png -share/icons/oxygen/32x32/apps/oxygen.png -share/icons/oxygen/32x32/apps/partitionmanager.png -share/icons/oxygen/32x32/apps/picmi.png -share/icons/oxygen/32x32/apps/plasma.png -share/icons/oxygen/32x32/apps/plasmagik.png -share/icons/oxygen/32x32/apps/preferences-contact-list.png -share/icons/oxygen/32x32/apps/preferences-desktop-accessibility.png -share/icons/oxygen/32x32/apps/preferences-desktop-color.png -share/icons/oxygen/32x32/apps/preferences-desktop-cryptography.png -share/icons/oxygen/32x32/apps/preferences-desktop-default-applications.png -share/icons/oxygen/32x32/apps/preferences-desktop-display-color.png -share/icons/oxygen/32x32/apps/preferences-desktop-display.png -share/icons/oxygen/32x32/apps/preferences-desktop-filetype-association.png -share/icons/oxygen/32x32/apps/preferences-desktop-font.png -share/icons/oxygen/32x32/apps/preferences-desktop-gaming.png -share/icons/oxygen/32x32/apps/preferences-desktop-icons.png -share/icons/oxygen/32x32/apps/preferences-desktop-keyboard.png -share/icons/oxygen/32x32/apps/preferences-desktop-launch-feedback.png -share/icons/oxygen/32x32/apps/preferences-desktop-locale.png -share/icons/oxygen/32x32/apps/preferences-desktop-mouse.png -share/icons/oxygen/32x32/apps/preferences-desktop-notification-bell.png -share/icons/oxygen/32x32/apps/preferences-desktop-notification.png -share/icons/oxygen/32x32/apps/preferences-desktop-printer.png -share/icons/oxygen/32x32/apps/preferences-desktop-screensaver.png -share/icons/oxygen/32x32/apps/preferences-desktop-sound.png -share/icons/oxygen/32x32/apps/preferences-desktop-text-to-speech.png -share/icons/oxygen/32x32/apps/preferences-desktop-theme.png -share/icons/oxygen/32x32/apps/preferences-desktop-user-password.png -share/icons/oxygen/32x32/apps/preferences-desktop-user.png -share/icons/oxygen/32x32/apps/preferences-desktop-wallpaper.png -share/icons/oxygen/32x32/apps/preferences-kcalc-constants.png -share/icons/oxygen/32x32/apps/preferences-plugin-script.png -share/icons/oxygen/32x32/apps/preferences-plugin.png -share/icons/oxygen/32x32/apps/preferences-system-bluetooth-inactive.png -share/icons/oxygen/32x32/apps/preferences-system-bluetooth.png -share/icons/oxygen/32x32/apps/preferences-system-login.png -share/icons/oxygen/32x32/apps/preferences-system-network-sharing.png -share/icons/oxygen/32x32/apps/preferences-system-performance.png -share/icons/oxygen/32x32/apps/preferences-system-power-management.png -share/icons/oxygen/32x32/apps/preferences-system-session-services.png -share/icons/oxygen/32x32/apps/preferences-system-time.png -share/icons/oxygen/32x32/apps/preferences-system-windows-actions.png -share/icons/oxygen/32x32/apps/preferences-system-windows-move.png -share/icons/oxygen/32x32/apps/preferences-system-windows.png -share/icons/oxygen/32x32/apps/preferences-web-browser-adblock.png -share/icons/oxygen/32x32/apps/preferences-web-browser-cache.png -share/icons/oxygen/32x32/apps/preferences-web-browser-cookies.png -share/icons/oxygen/32x32/apps/preferences-web-browser-identification.png -share/icons/oxygen/32x32/apps/preferences-web-browser-shortcuts.png -share/icons/oxygen/32x32/apps/preferences-web-browser-stylesheets.png -share/icons/oxygen/32x32/apps/qelectrotech.png -share/icons/oxygen/32x32/apps/quassel.png -share/icons/oxygen/32x32/apps/scribus.png -share/icons/oxygen/32x32/apps/semn.png -share/icons/oxygen/32x32/apps/showfoto.png -share/icons/oxygen/32x32/apps/skrooge-black.png -share/icons/oxygen/32x32/apps/skrooge-initial.png -share/icons/oxygen/32x32/apps/skrooge.png -share/icons/oxygen/32x32/apps/step.png -share/icons/oxygen/32x32/apps/strigi.png -share/icons/oxygen/32x32/apps/system-file-manager.png -share/icons/oxygen/32x32/apps/system-software-update.png -share/icons/oxygen/32x32/apps/system-users.png -share/icons/oxygen/32x32/apps/tagua.png -share/icons/oxygen/32x32/apps/telepathy-kde.png -share/icons/oxygen/32x32/apps/utilities-desktop-extra.png -share/icons/oxygen/32x32/apps/utilities-file-archiver.png -share/icons/oxygen/32x32/apps/utilities-log-viewer.png -share/icons/oxygen/32x32/apps/utilities-system-monitor.png -share/icons/oxygen/32x32/apps/utilities-terminal.png -share/icons/oxygen/32x32/apps/wine.png -share/icons/oxygen/32x32/apps/xorg.png -share/icons/oxygen/32x32/apps/yakuake.png -share/icons/oxygen/32x32/categories/applications-accessories.png -share/icons/oxygen/32x32/categories/applications-development-translation.png -share/icons/oxygen/32x32/categories/applications-development-web.png -share/icons/oxygen/32x32/categories/applications-development.png -share/icons/oxygen/32x32/categories/applications-education-language.png -share/icons/oxygen/32x32/categories/applications-education-mathematics.png -share/icons/oxygen/32x32/categories/applications-education-miscellaneous.png -share/icons/oxygen/32x32/categories/applications-education-preschool.png -share/icons/oxygen/32x32/categories/applications-education-school.png -share/icons/oxygen/32x32/categories/applications-education-science.png -share/icons/oxygen/32x32/categories/applications-education-university.png -share/icons/oxygen/32x32/categories/applications-education.png -share/icons/oxygen/32x32/categories/applications-engineering.png -share/icons/oxygen/32x32/categories/applications-games.png -share/icons/oxygen/32x32/categories/applications-graphics.png -share/icons/oxygen/32x32/categories/applications-internet.png -share/icons/oxygen/32x32/categories/applications-multimedia.png -share/icons/oxygen/32x32/categories/applications-office.png -share/icons/oxygen/32x32/categories/applications-other.png -share/icons/oxygen/32x32/categories/applications-science.png -share/icons/oxygen/32x32/categories/applications-system.png -share/icons/oxygen/32x32/categories/applications-toys.png -share/icons/oxygen/32x32/categories/applications-utilities.png -share/icons/oxygen/32x32/categories/preferences-desktop-peripherals.png -share/icons/oxygen/32x32/categories/preferences-desktop-personal.png -share/icons/oxygen/32x32/categories/preferences-desktop.png -share/icons/oxygen/32x32/categories/preferences-other.png -share/icons/oxygen/32x32/categories/preferences-system-network.png -share/icons/oxygen/32x32/categories/preferences-system.png -share/icons/oxygen/32x32/categories/system-help.png -share/icons/oxygen/32x32/devices/audio-card.png -share/icons/oxygen/32x32/devices/audio-headphones.png -share/icons/oxygen/32x32/devices/audio-headset.png -share/icons/oxygen/32x32/devices/audio-input-line.png -share/icons/oxygen/32x32/devices/audio-input-microphone.png -share/icons/oxygen/32x32/devices/battery.png -share/icons/oxygen/32x32/devices/camera-photo.png -share/icons/oxygen/32x32/devices/camera-web.png -share/icons/oxygen/32x32/devices/computer-laptop.png -share/icons/oxygen/32x32/devices/computer.png -share/icons/oxygen/32x32/devices/cpu.png -share/icons/oxygen/32x32/devices/drive-harddisk.png -share/icons/oxygen/32x32/devices/drive-optical.png -share/icons/oxygen/32x32/devices/drive-removable-media-usb-pendrive.png -share/icons/oxygen/32x32/devices/drive-removable-media-usb.png -share/icons/oxygen/32x32/devices/drive-removable-media.png -share/icons/oxygen/32x32/devices/input-gaming.png -share/icons/oxygen/32x32/devices/input-keyboard.png -share/icons/oxygen/32x32/devices/input-mouse.png -share/icons/oxygen/32x32/devices/input-tablet.png -share/icons/oxygen/32x32/devices/media-flash-memory-stick.png -share/icons/oxygen/32x32/devices/media-flash-sd-mmc.png -share/icons/oxygen/32x32/devices/media-flash-smart-media.png -share/icons/oxygen/32x32/devices/media-flash.png -share/icons/oxygen/32x32/devices/media-floppy.png -share/icons/oxygen/32x32/devices/media-optical-audio.png -share/icons/oxygen/32x32/devices/media-optical-blu-ray.png -share/icons/oxygen/32x32/devices/media-optical-data.png -share/icons/oxygen/32x32/devices/media-optical-dvd-video.png -share/icons/oxygen/32x32/devices/media-optical-dvd.png -share/icons/oxygen/32x32/devices/media-optical-mixed-cd.png -share/icons/oxygen/32x32/devices/media-optical-recordable.png -share/icons/oxygen/32x32/devices/media-optical-video.png -share/icons/oxygen/32x32/devices/media-optical.png -share/icons/oxygen/32x32/devices/media-tape.png -share/icons/oxygen/32x32/devices/modem.png -share/icons/oxygen/32x32/devices/multimedia-player-apple-ipod.png -share/icons/oxygen/32x32/devices/multimedia-player.png -share/icons/oxygen/32x32/devices/network-wired.png -share/icons/oxygen/32x32/devices/network-wireless-connected-00.png -share/icons/oxygen/32x32/devices/network-wireless-connected-100.png -share/icons/oxygen/32x32/devices/network-wireless-connected-25.png -share/icons/oxygen/32x32/devices/network-wireless-connected-50.png -share/icons/oxygen/32x32/devices/network-wireless-connected-75.png -share/icons/oxygen/32x32/devices/network-wireless-disconnected.png -share/icons/oxygen/32x32/devices/network-wireless.png -share/icons/oxygen/32x32/devices/pda.png -share/icons/oxygen/32x32/devices/phone-openmoko-freerunner.png -share/icons/oxygen/32x32/devices/phone.png -share/icons/oxygen/32x32/devices/printer-laser.png -share/icons/oxygen/32x32/devices/printer.png -share/icons/oxygen/32x32/devices/scanner.png -share/icons/oxygen/32x32/devices/secure-card.png -share/icons/oxygen/32x32/devices/smartphone.png -share/icons/oxygen/32x32/devices/tablet.png -share/icons/oxygen/32x32/devices/video-display.png -share/icons/oxygen/32x32/devices/video-projector.png -share/icons/oxygen/32x32/devices/video-television.png -share/icons/oxygen/32x32/emblems/emblem-encrypted-locked.png -share/icons/oxygen/32x32/emblems/emblem-encrypted-unlocked.png -share/icons/oxygen/32x32/emblems/emblem-favorite.png -share/icons/oxygen/32x32/emblems/emblem-important.png -share/icons/oxygen/32x32/emblems/emblem-locked.png -share/icons/oxygen/32x32/emblems/emblem-mounted.png -share/icons/oxygen/32x32/emblems/emblem-new.png -share/icons/oxygen/32x32/emblems/emblem-symbolic-link.png -share/icons/oxygen/32x32/emblems/emblem-unlocked.png -share/icons/oxygen/32x32/emblems/emblem-unmounted.png -share/icons/oxygen/32x32/emblems/image-has-versions-open.png -share/icons/oxygen/32x32/emblems/image-has-versions.png -share/icons/oxygen/32x32/emblems/image-stack-open.png -share/icons/oxygen/32x32/emblems/image-stack.png -share/icons/oxygen/32x32/emblems/vcs-added.png -share/icons/oxygen/32x32/emblems/vcs-conflicting.png -share/icons/oxygen/32x32/emblems/vcs-locally-modified-unstaged.png -share/icons/oxygen/32x32/emblems/vcs-locally-modified.png -share/icons/oxygen/32x32/emblems/vcs-normal.png -share/icons/oxygen/32x32/emblems/vcs-removed.png -share/icons/oxygen/32x32/emblems/vcs-update-required.png -share/icons/oxygen/32x32/emotes/face-angel.png -share/icons/oxygen/32x32/emotes/face-embarrassed.png -share/icons/oxygen/32x32/emotes/face-kiss.png -share/icons/oxygen/32x32/emotes/face-laugh.png -share/icons/oxygen/32x32/emotes/face-plain.png -share/icons/oxygen/32x32/emotes/face-raspberry.png -share/icons/oxygen/32x32/emotes/face-sad.png -share/icons/oxygen/32x32/emotes/face-smile-big.png -share/icons/oxygen/32x32/emotes/face-smile.png -share/icons/oxygen/32x32/emotes/face-surprise.png -share/icons/oxygen/32x32/emotes/face-uncertain.png -share/icons/oxygen/32x32/emotes/face-wink.png -share/icons/oxygen/32x32/mimetypes/application-atom+xml.png -share/icons/oxygen/32x32/mimetypes/application-epub+zip.png -share/icons/oxygen/32x32/mimetypes/application-illustrator.png -share/icons/oxygen/32x32/mimetypes/application-javascript.png -share/icons/oxygen/32x32/mimetypes/application-msword-template.png -share/icons/oxygen/32x32/mimetypes/application-msword.png -share/icons/oxygen/32x32/mimetypes/application-octet-stream.png -share/icons/oxygen/32x32/mimetypes/application-ogg.png -share/icons/oxygen/32x32/mimetypes/application-pdf.png -share/icons/oxygen/32x32/mimetypes/application-pgp-encrypted.png -share/icons/oxygen/32x32/mimetypes/application-pgp-keys.png -share/icons/oxygen/32x32/mimetypes/application-pgp-signature.png -share/icons/oxygen/32x32/mimetypes/application-pgp.png -share/icons/oxygen/32x32/mimetypes/application-pkcs7-mime.png -share/icons/oxygen/32x32/mimetypes/application-pkcs7-signature.png -share/icons/oxygen/32x32/mimetypes/application-postscript.png -share/icons/oxygen/32x32/mimetypes/application-relaxng.png -share/icons/oxygen/32x32/mimetypes/application-rss+xml.png -share/icons/oxygen/32x32/mimetypes/application-rtf.png -share/icons/oxygen/32x32/mimetypes/application-sxw.png -share/icons/oxygen/32x32/mimetypes/application-vnd-google-earth-kml.png -share/icons/oxygen/32x32/mimetypes/application-vnd.iccprofile.png -share/icons/oxygen/32x32/mimetypes/application-vnd.ms-access.png -share/icons/oxygen/32x32/mimetypes/application-vnd.ms-excel.png -share/icons/oxygen/32x32/mimetypes/application-vnd.ms-powerpoint.png -share/icons/oxygen/32x32/mimetypes/application-vnd.oasis.opendocument.chart.png -share/icons/oxygen/32x32/mimetypes/application-vnd.oasis.opendocument.database.png -share/icons/oxygen/32x32/mimetypes/application-vnd.oasis.opendocument.draw.template.png -share/icons/oxygen/32x32/mimetypes/application-vnd.oasis.opendocument.drawing.png -share/icons/oxygen/32x32/mimetypes/application-vnd.oasis.opendocument.drawing.template.png -share/icons/oxygen/32x32/mimetypes/application-vnd.oasis.opendocument.formula-template.png -share/icons/oxygen/32x32/mimetypes/application-vnd.oasis.opendocument.formula.png -share/icons/oxygen/32x32/mimetypes/application-vnd.oasis.opendocument.graphics.png -share/icons/oxygen/32x32/mimetypes/application-vnd.oasis.opendocument.image.png -share/icons/oxygen/32x32/mimetypes/application-vnd.oasis.opendocument.presentation-template.png -share/icons/oxygen/32x32/mimetypes/application-vnd.oasis.opendocument.presentation.png -share/icons/oxygen/32x32/mimetypes/application-vnd.oasis.opendocument.spreadsheet-template.png -share/icons/oxygen/32x32/mimetypes/application-vnd.oasis.opendocument.spreadsheet.png -share/icons/oxygen/32x32/mimetypes/application-vnd.oasis.opendocument.text-master.png -share/icons/oxygen/32x32/mimetypes/application-vnd.oasis.opendocument.text-template.png -share/icons/oxygen/32x32/mimetypes/application-vnd.oasis.opendocument.text.png -share/icons/oxygen/32x32/mimetypes/application-vnd.oasis.opendocument.web.template.png -share/icons/oxygen/32x32/mimetypes/application-vnd.openxmlformats-officedocument.wordprocessingml.document.png -share/icons/oxygen/32x32/mimetypes/application-vnd.rn-realmedia.png -share/icons/oxygen/32x32/mimetypes/application-vnd.scribus.png -share/icons/oxygen/32x32/mimetypes/application-vnd.stardivision.calc.png -share/icons/oxygen/32x32/mimetypes/application-vnd.stardivision.draw.png -share/icons/oxygen/32x32/mimetypes/application-vnd.stardivision.mail.png -share/icons/oxygen/32x32/mimetypes/application-vnd.stardivision.math.png -share/icons/oxygen/32x32/mimetypes/application-vnd.sun.xml.calc.png -share/icons/oxygen/32x32/mimetypes/application-vnd.sun.xml.calc.template.png -share/icons/oxygen/32x32/mimetypes/application-vnd.sun.xml.draw.png -share/icons/oxygen/32x32/mimetypes/application-vnd.sun.xml.draw.template.png -share/icons/oxygen/32x32/mimetypes/application-vnd.sun.xml.impress.png -share/icons/oxygen/32x32/mimetypes/application-vnd.sun.xml.impress.template.png -share/icons/oxygen/32x32/mimetypes/application-vnd.sun.xml.math.png -share/icons/oxygen/32x32/mimetypes/application-vnd.sun.xml.writer.global.png -share/icons/oxygen/32x32/mimetypes/application-vnd.sun.xml.writer.png -share/icons/oxygen/32x32/mimetypes/application-vnd.sun.xml.writer.template.png -share/icons/oxygen/32x32/mimetypes/application-vnd.wordperfect.png -share/icons/oxygen/32x32/mimetypes/application-x-7z-compressed.png -share/icons/oxygen/32x32/mimetypes/application-x-abiword.png -share/icons/oxygen/32x32/mimetypes/application-x-ace.png -share/icons/oxygen/32x32/mimetypes/application-x-applix-spreadsheet.png -share/icons/oxygen/32x32/mimetypes/application-x-applix-word.png -share/icons/oxygen/32x32/mimetypes/application-x-ar.png -share/icons/oxygen/32x32/mimetypes/application-x-arc.png -share/icons/oxygen/32x32/mimetypes/application-x-archive.png -share/icons/oxygen/32x32/mimetypes/application-x-arj.png -share/icons/oxygen/32x32/mimetypes/application-x-awk.png -share/icons/oxygen/32x32/mimetypes/application-x-bittorrent.png -share/icons/oxygen/32x32/mimetypes/application-x-blender.png -share/icons/oxygen/32x32/mimetypes/application-x-bzdvi.png -share/icons/oxygen/32x32/mimetypes/application-x-bzip-compressed-tar.png -share/icons/oxygen/32x32/mimetypes/application-x-bzip.png -share/icons/oxygen/32x32/mimetypes/application-x-cd-image.png -share/icons/oxygen/32x32/mimetypes/application-x-cda.png -share/icons/oxygen/32x32/mimetypes/application-x-chm.png -share/icons/oxygen/32x32/mimetypes/application-x-compress.png -share/icons/oxygen/32x32/mimetypes/application-x-compressed-tar.png -share/icons/oxygen/32x32/mimetypes/application-x-cpio.png -share/icons/oxygen/32x32/mimetypes/application-x-cue.png -share/icons/oxygen/32x32/mimetypes/application-x-deb.png -share/icons/oxygen/32x32/mimetypes/application-x-designer.png -share/icons/oxygen/32x32/mimetypes/application-x-desktop.png -share/icons/oxygen/32x32/mimetypes/application-x-egon.png -share/icons/oxygen/32x32/mimetypes/application-x-executable-script.png -share/icons/oxygen/32x32/mimetypes/application-x-executable.png -share/icons/oxygen/32x32/mimetypes/application-x-flash-video.png -share/icons/oxygen/32x32/mimetypes/application-x-font-afm.png -share/icons/oxygen/32x32/mimetypes/application-x-font-bdf.png -share/icons/oxygen/32x32/mimetypes/application-x-font-otf.png -share/icons/oxygen/32x32/mimetypes/application-x-font-pcf.png -share/icons/oxygen/32x32/mimetypes/application-x-font-snf.png -share/icons/oxygen/32x32/mimetypes/application-x-font-ttf.png -share/icons/oxygen/32x32/mimetypes/application-x-font-type1.png -share/icons/oxygen/32x32/mimetypes/application-x-gnumeric.png -share/icons/oxygen/32x32/mimetypes/application-x-gzdvi.png -share/icons/oxygen/32x32/mimetypes/application-x-gzip.png -share/icons/oxygen/32x32/mimetypes/application-x-gzpostscript.png -share/icons/oxygen/32x32/mimetypes/application-x-iso.png -share/icons/oxygen/32x32/mimetypes/application-x-it87.png -share/icons/oxygen/32x32/mimetypes/application-x-jar.png -share/icons/oxygen/32x32/mimetypes/application-x-java-applet.png -share/icons/oxygen/32x32/mimetypes/application-x-java-archive.png -share/icons/oxygen/32x32/mimetypes/application-x-java.png -share/icons/oxygen/32x32/mimetypes/application-x-javascript.png -share/icons/oxygen/32x32/mimetypes/application-x-k3b.png -share/icons/oxygen/32x32/mimetypes/application-x-kcsrc.png -share/icons/oxygen/32x32/mimetypes/application-x-kdenlivetitle.png -share/icons/oxygen/32x32/mimetypes/application-x-kexi-connectiondata.png -share/icons/oxygen/32x32/mimetypes/application-x-kexiproject-shortcut.png -share/icons/oxygen/32x32/mimetypes/application-x-kexiproject-sqlite.png -share/icons/oxygen/32x32/mimetypes/application-x-kexiproject-sqlite2.png -share/icons/oxygen/32x32/mimetypes/application-x-kexiproject-sqlite3.png -share/icons/oxygen/32x32/mimetypes/application-x-kformula.png -share/icons/oxygen/32x32/mimetypes/application-x-kgetlist.png -share/icons/oxygen/32x32/mimetypes/application-x-kontour.png -share/icons/oxygen/32x32/mimetypes/application-x-kplato.png -share/icons/oxygen/32x32/mimetypes/application-x-krita.png -share/icons/oxygen/32x32/mimetypes/application-x-kvtml.png -share/icons/oxygen/32x32/mimetypes/application-x-kword.png -share/icons/oxygen/32x32/mimetypes/application-x-lha.png -share/icons/oxygen/32x32/mimetypes/application-x-lyx.png -share/icons/oxygen/32x32/mimetypes/application-x-lzma-compressed-tar.png -share/icons/oxygen/32x32/mimetypes/application-x-lzop.png -share/icons/oxygen/32x32/mimetypes/application-x-m4.png -share/icons/oxygen/32x32/mimetypes/application-x-marble.png -share/icons/oxygen/32x32/mimetypes/application-x-mimearchive.png -share/icons/oxygen/32x32/mimetypes/application-x-mplayer2.png -share/icons/oxygen/32x32/mimetypes/application-x-ms-dos-executable.png -share/icons/oxygen/32x32/mimetypes/application-x-mswinurl.png -share/icons/oxygen/32x32/mimetypes/application-x-mswrite.png -share/icons/oxygen/32x32/mimetypes/application-x-nzb.png -share/icons/oxygen/32x32/mimetypes/application-x-object.png -share/icons/oxygen/32x32/mimetypes/application-x-pak.png -share/icons/oxygen/32x32/mimetypes/application-x-pem-key.png -share/icons/oxygen/32x32/mimetypes/application-x-perl.png -share/icons/oxygen/32x32/mimetypes/application-x-php.png -share/icons/oxygen/32x32/mimetypes/application-x-plasma.png -share/icons/oxygen/32x32/mimetypes/application-x-python-bytecode.png -share/icons/oxygen/32x32/mimetypes/application-x-qet-element.png -share/icons/oxygen/32x32/mimetypes/application-x-qet-project.png -share/icons/oxygen/32x32/mimetypes/application-x-quattropro.png -share/icons/oxygen/32x32/mimetypes/application-x-rar.png -share/icons/oxygen/32x32/mimetypes/application-x-raw-disk-image.png -share/icons/oxygen/32x32/mimetypes/application-x-rpm.png -share/icons/oxygen/32x32/mimetypes/application-x-ruby.png -share/icons/oxygen/32x32/mimetypes/application-x-sharedlib.png -share/icons/oxygen/32x32/mimetypes/application-x-shellscript.png -share/icons/oxygen/32x32/mimetypes/application-x-shockwave-flash.png -share/icons/oxygen/32x32/mimetypes/application-x-siag.png -share/icons/oxygen/32x32/mimetypes/application-x-sif.png -share/icons/oxygen/32x32/mimetypes/application-x-skg.png -share/icons/oxygen/32x32/mimetypes/application-x-skgc.png -share/icons/oxygen/32x32/mimetypes/application-x-smb-server.png -share/icons/oxygen/32x32/mimetypes/application-x-smb-workgroup.png -share/icons/oxygen/32x32/mimetypes/application-x-sqlite2.png -share/icons/oxygen/32x32/mimetypes/application-x-sqlite3.png -share/icons/oxygen/32x32/mimetypes/application-x-srt.png -share/icons/oxygen/32x32/mimetypes/application-x-srtrip.png -share/icons/oxygen/32x32/mimetypes/application-x-subrip.png -share/icons/oxygen/32x32/mimetypes/application-x-tar.png -share/icons/oxygen/32x32/mimetypes/application-x-tarz.png -share/icons/oxygen/32x32/mimetypes/application-x-tgif.png -share/icons/oxygen/32x32/mimetypes/application-x-trash.png -share/icons/oxygen/32x32/mimetypes/application-x-troff-man.png -share/icons/oxygen/32x32/mimetypes/application-x-tzo.png -share/icons/oxygen/32x32/mimetypes/application-x-wmf.png -share/icons/oxygen/32x32/mimetypes/application-x-zerosize.png -share/icons/oxygen/32x32/mimetypes/application-x-zoo.png -share/icons/oxygen/32x32/mimetypes/application-xhtml+xml.png -share/icons/oxygen/32x32/mimetypes/application-xml.png -share/icons/oxygen/32x32/mimetypes/application-xsd.png -share/icons/oxygen/32x32/mimetypes/application-xslt+xml.png -share/icons/oxygen/32x32/mimetypes/application-zip.png -share/icons/oxygen/32x32/mimetypes/audio-ac3.png -share/icons/oxygen/32x32/mimetypes/audio-midi.png -share/icons/oxygen/32x32/mimetypes/audio-mp2.png -share/icons/oxygen/32x32/mimetypes/audio-mp3.png -share/icons/oxygen/32x32/mimetypes/audio-mp4.png -share/icons/oxygen/32x32/mimetypes/audio-prs.sid.png -share/icons/oxygen/32x32/mimetypes/audio-vn.rn-realmedia.png -share/icons/oxygen/32x32/mimetypes/audio-vnd.rn-realvideo.png -share/icons/oxygen/32x32/mimetypes/audio-x-adpcm.png -share/icons/oxygen/32x32/mimetypes/audio-x-aiff.png -share/icons/oxygen/32x32/mimetypes/audio-x-flac+ogg.png -share/icons/oxygen/32x32/mimetypes/audio-x-flac.png -share/icons/oxygen/32x32/mimetypes/audio-x-generic.png -share/icons/oxygen/32x32/mimetypes/audio-x-monkey.png -share/icons/oxygen/32x32/mimetypes/audio-x-mp2.png -share/icons/oxygen/32x32/mimetypes/audio-x-mpeg.png -share/icons/oxygen/32x32/mimetypes/audio-x-speex+ogg.png -share/icons/oxygen/32x32/mimetypes/audio-x-wav.png -share/icons/oxygen/32x32/mimetypes/encrypted.png -share/icons/oxygen/32x32/mimetypes/fonts-package.png -share/icons/oxygen/32x32/mimetypes/image-bmp.png -share/icons/oxygen/32x32/mimetypes/image-gif.png -share/icons/oxygen/32x32/mimetypes/image-jpeg.png -share/icons/oxygen/32x32/mimetypes/image-jpeg2000.png -share/icons/oxygen/32x32/mimetypes/image-png.png -share/icons/oxygen/32x32/mimetypes/image-svg+xml-compressed.png -share/icons/oxygen/32x32/mimetypes/image-svg+xml.png -share/icons/oxygen/32x32/mimetypes/image-tiff.png -share/icons/oxygen/32x32/mimetypes/image-vnd.adobe.photoshop.png -share/icons/oxygen/32x32/mimetypes/image-vnd.dgn.png -share/icons/oxygen/32x32/mimetypes/image-vnd.dwg.png -share/icons/oxygen/32x32/mimetypes/image-x-adobe-dng.png -share/icons/oxygen/32x32/mimetypes/image-x-compressed-xcf.png -share/icons/oxygen/32x32/mimetypes/image-x-emf.png -share/icons/oxygen/32x32/mimetypes/image-x-eps.png -share/icons/oxygen/32x32/mimetypes/image-x-generic.png -share/icons/oxygen/32x32/mimetypes/image-x-krita.png -share/icons/oxygen/32x32/mimetypes/image-x-portable-bitmap.png -share/icons/oxygen/32x32/mimetypes/image-x-psd.png -share/icons/oxygen/32x32/mimetypes/image-x-psdimage-x-psd.png -share/icons/oxygen/32x32/mimetypes/image-x-tga.png -share/icons/oxygen/32x32/mimetypes/image-x-vnd.trolltech.qpicture.png -share/icons/oxygen/32x32/mimetypes/image-x-win-bitmap.png -share/icons/oxygen/32x32/mimetypes/image-x-win-bmp.png -share/icons/oxygen/32x32/mimetypes/image-x-wmf.png -share/icons/oxygen/32x32/mimetypes/image-x-xcf.png -share/icons/oxygen/32x32/mimetypes/image-x-xfig.png -share/icons/oxygen/32x32/mimetypes/inode-directory.png -share/icons/oxygen/32x32/mimetypes/libreoffice-database.png -share/icons/oxygen/32x32/mimetypes/libreoffice-drawing-template.png -share/icons/oxygen/32x32/mimetypes/libreoffice-drawing.png -share/icons/oxygen/32x32/mimetypes/libreoffice-formula.png -share/icons/oxygen/32x32/mimetypes/libreoffice-oasis-database.png -share/icons/oxygen/32x32/mimetypes/libreoffice-oasis-drawing-template.png -share/icons/oxygen/32x32/mimetypes/libreoffice-oasis-drawing.png -share/icons/oxygen/32x32/mimetypes/libreoffice-oasis-formula.png -share/icons/oxygen/32x32/mimetypes/libreoffice-oasis-presentation-template.png -share/icons/oxygen/32x32/mimetypes/libreoffice-oasis-presentation.png -share/icons/oxygen/32x32/mimetypes/libreoffice-oasis-spreadsheet-template.png -share/icons/oxygen/32x32/mimetypes/libreoffice-oasis-spreadsheet.png -share/icons/oxygen/32x32/mimetypes/libreoffice-oasis-text-template.png -share/icons/oxygen/32x32/mimetypes/libreoffice-oasis-text.png -share/icons/oxygen/32x32/mimetypes/libreoffice-oasis-web-template.png -share/icons/oxygen/32x32/mimetypes/libreoffice-presentation-template.png -share/icons/oxygen/32x32/mimetypes/libreoffice-presentation.png -share/icons/oxygen/32x32/mimetypes/libreoffice-spreadsheet-template.png -share/icons/oxygen/32x32/mimetypes/libreoffice-spreadsheet.png -share/icons/oxygen/32x32/mimetypes/libreoffice-text-template.png -share/icons/oxygen/32x32/mimetypes/libreoffice-text.png -share/icons/oxygen/32x32/mimetypes/mail-message-new-list.png -share/icons/oxygen/32x32/mimetypes/message-news.png -share/icons/oxygen/32x32/mimetypes/message-partial.png -share/icons/oxygen/32x32/mimetypes/message-rfc822.png -share/icons/oxygen/32x32/mimetypes/message-x-gnu-rmail.png -share/icons/oxygen/32x32/mimetypes/message.png -share/icons/oxygen/32x32/mimetypes/odf.png -share/icons/oxygen/32x32/mimetypes/package-x-generic.png -share/icons/oxygen/32x32/mimetypes/text-calendar.png -share/icons/oxygen/32x32/mimetypes/text-csharp.png -share/icons/oxygen/32x32/mimetypes/text-css.png -share/icons/oxygen/32x32/mimetypes/text-csv.png -share/icons/oxygen/32x32/mimetypes/text-directory.png -share/icons/oxygen/32x32/mimetypes/text-enriched.png -share/icons/oxygen/32x32/mimetypes/text-html.png -share/icons/oxygen/32x32/mimetypes/text-mathml.png -share/icons/oxygen/32x32/mimetypes/text-plain.png -share/icons/oxygen/32x32/mimetypes/text-rdf+xml.png -share/icons/oxygen/32x32/mimetypes/text-rdf.png -share/icons/oxygen/32x32/mimetypes/text-rtf.png -share/icons/oxygen/32x32/mimetypes/text-sgml.png -share/icons/oxygen/32x32/mimetypes/text-troff.png -share/icons/oxygen/32x32/mimetypes/text-vcalendar.png -share/icons/oxygen/32x32/mimetypes/text-vnd.abc.png -share/icons/oxygen/32x32/mimetypes/text-vnd.wap.wml.png -share/icons/oxygen/32x32/mimetypes/text-x-adasrc.png -share/icons/oxygen/32x32/mimetypes/text-x-authors.png -share/icons/oxygen/32x32/mimetypes/text-x-bibtex.png -share/icons/oxygen/32x32/mimetypes/text-x-c++hdr.png -share/icons/oxygen/32x32/mimetypes/text-x-c++src.png -share/icons/oxygen/32x32/mimetypes/text-x-changelog.png -share/icons/oxygen/32x32/mimetypes/text-x-chdr.png -share/icons/oxygen/32x32/mimetypes/text-x-cmake.png -share/icons/oxygen/32x32/mimetypes/text-x-copying.png -share/icons/oxygen/32x32/mimetypes/text-x-credits.png -share/icons/oxygen/32x32/mimetypes/text-x-csharp.png -share/icons/oxygen/32x32/mimetypes/text-x-csrc.png -share/icons/oxygen/32x32/mimetypes/text-x-dtd.png -share/icons/oxygen/32x32/mimetypes/text-x-generic.png -share/icons/oxygen/32x32/mimetypes/text-x-generic.svapplicatiopn-x-awk.png -share/icons/oxygen/32x32/mimetypes/text-x-haskell.png -share/icons/oxygen/32x32/mimetypes/text-x-hex.png -share/icons/oxygen/32x32/mimetypes/text-x-install.png -share/icons/oxygen/32x32/mimetypes/text-x-java-source.png -share/icons/oxygen/32x32/mimetypes/text-x-java.png -share/icons/oxygen/32x32/mimetypes/text-x-javascript.png -share/icons/oxygen/32x32/mimetypes/text-x-katefilelist.png -share/icons/oxygen/32x32/mimetypes/text-x-ldif.png -share/icons/oxygen/32x32/mimetypes/text-x-lilypond.png -share/icons/oxygen/32x32/mimetypes/text-x-log.png -share/icons/oxygen/32x32/mimetypes/text-x-makefile.png -share/icons/oxygen/32x32/mimetypes/text-x-nfo.png -share/icons/oxygen/32x32/mimetypes/text-x-objchdr.png -share/icons/oxygen/32x32/mimetypes/text-x-objcsrc.png -share/icons/oxygen/32x32/mimetypes/text-x-opml+xml.png -share/icons/oxygen/32x32/mimetypes/text-x-opml.png -share/icons/oxygen/32x32/mimetypes/text-x-pascal.png -share/icons/oxygen/32x32/mimetypes/text-x-patch.png -share/icons/oxygen/32x32/mimetypes/text-x-plain.png -share/icons/oxygen/32x32/mimetypes/text-x-po.png -share/icons/oxygen/32x32/mimetypes/text-x-python.png -share/icons/oxygen/32x32/mimetypes/text-x-qml.png -share/icons/oxygen/32x32/mimetypes/text-x-readme.png -share/icons/oxygen/32x32/mimetypes/text-x-rpm-spec.png -share/icons/oxygen/32x32/mimetypes/text-x-script.png -share/icons/oxygen/32x32/mimetypes/text-x-sql.png -share/icons/oxygen/32x32/mimetypes/text-x-tcl.png -share/icons/oxygen/32x32/mimetypes/text-x-tex.png -share/icons/oxygen/32x32/mimetypes/text-x-texinfo.png -share/icons/oxygen/32x32/mimetypes/text-x-vcard.png -share/icons/oxygen/32x32/mimetypes/text-x-xslfo.png -share/icons/oxygen/32x32/mimetypes/text-xmcd.png -share/icons/oxygen/32x32/mimetypes/text-xml.png -share/icons/oxygen/32x32/mimetypes/unknown.png -share/icons/oxygen/32x32/mimetypes/uri-mms.png -share/icons/oxygen/32x32/mimetypes/uri-mmst.png -share/icons/oxygen/32x32/mimetypes/uri-mmsu.png -share/icons/oxygen/32x32/mimetypes/uri-pnm.png -share/icons/oxygen/32x32/mimetypes/uri-rtspt.png -share/icons/oxygen/32x32/mimetypes/uri-rtspu.png -share/icons/oxygen/32x32/mimetypes/video-mp4.png -share/icons/oxygen/32x32/mimetypes/video-vivo.png -share/icons/oxygen/32x32/mimetypes/video-vnd.rn-realvideo.png -share/icons/oxygen/32x32/mimetypes/video-wavelet.png -share/icons/oxygen/32x32/mimetypes/video-webm.png -share/icons/oxygen/32x32/mimetypes/video-x-anim.png -share/icons/oxygen/32x32/mimetypes/video-x-flic.png -share/icons/oxygen/32x32/mimetypes/video-x-flv.png -share/icons/oxygen/32x32/mimetypes/video-x-generic.png -share/icons/oxygen/32x32/mimetypes/video-x-google-vlc-plugin.png -share/icons/oxygen/32x32/mimetypes/video-x-javafx.png -share/icons/oxygen/32x32/mimetypes/video-x-matroska.png -share/icons/oxygen/32x32/mimetypes/video-x-mng.png -share/icons/oxygen/32x32/mimetypes/video-x-ms-wmp.png -share/icons/oxygen/32x32/mimetypes/video-x-ms-wmv.png -share/icons/oxygen/32x32/mimetypes/video-x-msvideo.png -share/icons/oxygen/32x32/mimetypes/video-x-ogm+ogg.png -share/icons/oxygen/32x32/mimetypes/video-x-theor+ogg.png -share/icons/oxygen/32x32/mimetypes/video-x-wmv.png -share/icons/oxygen/32x32/mimetypes/x-kde-nsplugin-generated.png -share/icons/oxygen/32x32/mimetypes/x-mail-distribution-list.png -share/icons/oxygen/32x32/mimetypes/x-media-podcast.png -share/icons/oxygen/32x32/mimetypes/x-office-address-book.png -share/icons/oxygen/32x32/mimetypes/x-office-calendar.png -share/icons/oxygen/32x32/mimetypes/x-office-contact.png -share/icons/oxygen/32x32/mimetypes/x-office-document.png -share/icons/oxygen/32x32/mimetypes/x-office-drawing.png -share/icons/oxygen/32x32/mimetypes/x-office-presentation.png -share/icons/oxygen/32x32/mimetypes/x-office-spreadsheet.png -share/icons/oxygen/32x32/places/bookmarks.png -share/icons/oxygen/32x32/places/certificate-server.png -share/icons/oxygen/32x32/places/document-multiple.png -share/icons/oxygen/32x32/places/favorites.png -share/icons/oxygen/32x32/places/folder-activities.png -share/icons/oxygen/32x32/places/folder-black.png -share/icons/oxygen/32x32/places/folder-blue.png -share/icons/oxygen/32x32/places/folder-bookmark.png -share/icons/oxygen/32x32/places/folder-brown.png -share/icons/oxygen/32x32/places/folder-cloud.png -share/icons/oxygen/32x32/places/folder-cyan.png -share/icons/oxygen/32x32/places/folder-development.png -share/icons/oxygen/32x32/places/folder-documents.png -share/icons/oxygen/32x32/places/folder-download.png -share/icons/oxygen/32x32/places/folder-downloads.png -share/icons/oxygen/32x32/places/folder-dropbox.png -share/icons/oxygen/32x32/places/folder-favorites.png -share/icons/oxygen/32x32/places/folder-gdrive.png -share/icons/oxygen/32x32/places/folder-green.png -share/icons/oxygen/32x32/places/folder-grey.png -share/icons/oxygen/32x32/places/folder-html.png -share/icons/oxygen/32x32/places/folder-image-people.png -share/icons/oxygen/32x32/places/folder-image.png -share/icons/oxygen/32x32/places/folder-images.png -share/icons/oxygen/32x32/places/folder-important.png -share/icons/oxygen/32x32/places/folder-locked.png -share/icons/oxygen/32x32/places/folder-mail.png -share/icons/oxygen/32x32/places/folder-music.png -share/icons/oxygen/32x32/places/folder-network.png -share/icons/oxygen/32x32/places/folder-onedrive.png -share/icons/oxygen/32x32/places/folder-open.png -share/icons/oxygen/32x32/places/folder-orange.png -share/icons/oxygen/32x32/places/folder-owncloud.png -share/icons/oxygen/32x32/places/folder-picture.png -share/icons/oxygen/32x32/places/folder-pictures.png -share/icons/oxygen/32x32/places/folder-print.png -share/icons/oxygen/32x32/places/folder-public.png -share/icons/oxygen/32x32/places/folder-publicshare.png -share/icons/oxygen/32x32/places/folder-red.png -share/icons/oxygen/32x32/places/folder-remote.png -share/icons/oxygen/32x32/places/folder-script.png -share/icons/oxygen/32x32/places/folder-sound.png -share/icons/oxygen/32x32/places/folder-tar.png -share/icons/oxygen/32x32/places/folder-temp.png -share/icons/oxygen/32x32/places/folder-text.png -share/icons/oxygen/32x32/places/folder-txt.png -share/icons/oxygen/32x32/places/folder-video.png -share/icons/oxygen/32x32/places/folder-videos.png -share/icons/oxygen/32x32/places/folder-violet.png -share/icons/oxygen/32x32/places/folder-yellow.png -share/icons/oxygen/32x32/places/folder.png -share/icons/oxygen/32x32/places/mail-folder-inbox.png -share/icons/oxygen/32x32/places/mail-folder-outbox.png -share/icons/oxygen/32x32/places/mail-folder-sent.png -share/icons/oxygen/32x32/places/mail-message.png -share/icons/oxygen/32x32/places/network-server-database.png -share/icons/oxygen/32x32/places/network-server.png -share/icons/oxygen/32x32/places/network-workgroup.png -share/icons/oxygen/32x32/places/repository.png -share/icons/oxygen/32x32/places/server-database.png -share/icons/oxygen/32x32/places/start-here-kde.png -share/icons/oxygen/32x32/places/start-here.png -share/icons/oxygen/32x32/places/stock_folder.png -share/icons/oxygen/32x32/places/user-desktop.png -share/icons/oxygen/32x32/places/user-home.png -share/icons/oxygen/32x32/places/user-identity.png -share/icons/oxygen/32x32/places/user-trash-full.png -share/icons/oxygen/32x32/places/user-trash.png -share/icons/oxygen/32x32/status/appointment-recurring.png -share/icons/oxygen/32x32/status/appointment-reminder.png -share/icons/oxygen/32x32/status/audio-volume-high.png -share/icons/oxygen/32x32/status/audio-volume-low.png -share/icons/oxygen/32x32/status/audio-volume-medium.png -share/icons/oxygen/32x32/status/audio-volume-muted.png -share/icons/oxygen/32x32/status/battery-040.png -share/icons/oxygen/32x32/status/battery-060.png -share/icons/oxygen/32x32/status/battery-080.png -share/icons/oxygen/32x32/status/battery-100.png -share/icons/oxygen/32x32/status/battery-caution.png -share/icons/oxygen/32x32/status/battery-charging-040.png -share/icons/oxygen/32x32/status/battery-charging-060.png -share/icons/oxygen/32x32/status/battery-charging-080.png -share/icons/oxygen/32x32/status/battery-charging-caution.png -share/icons/oxygen/32x32/status/battery-charging-low.png -share/icons/oxygen/32x32/status/battery-charging.png -share/icons/oxygen/32x32/status/battery-low.png -share/icons/oxygen/32x32/status/battery-missing.png -share/icons/oxygen/32x32/status/dialog-error.png -share/icons/oxygen/32x32/status/dialog-information.png -share/icons/oxygen/32x32/status/dialog-password.png -share/icons/oxygen/32x32/status/dialog-warning.png -share/icons/oxygen/32x32/status/folder-open.png -share/icons/oxygen/32x32/status/image-loading.png -share/icons/oxygen/32x32/status/image-missing.png -share/icons/oxygen/32x32/status/mail-attachment.png -share/icons/oxygen/32x32/status/mail-queued.png -share/icons/oxygen/32x32/status/mail-read.png -share/icons/oxygen/32x32/status/mail-replied.png -share/icons/oxygen/32x32/status/mail-tagged.png -share/icons/oxygen/32x32/status/mail-unread-new.png -share/icons/oxygen/32x32/status/mail-unread.png -share/icons/oxygen/32x32/status/media-playlist-repeat.png -share/icons/oxygen/32x32/status/media-playlist-shuffle.png -share/icons/oxygen/32x32/status/meeting-chair.png -share/icons/oxygen/32x32/status/meeting-observer.png -share/icons/oxygen/32x32/status/meeting-organizer.png -share/icons/oxygen/32x32/status/meeting-participant-optional.png -share/icons/oxygen/32x32/status/meeting-participant-reply.png -share/icons/oxygen/32x32/status/meeting-participant.png -share/icons/oxygen/32x32/status/object-locked.png -share/icons/oxygen/32x32/status/object-unlocked.png -share/icons/oxygen/32x32/status/printer-error.png -share/icons/oxygen/32x32/status/printer-printing.png -share/icons/oxygen/32x32/status/script-error.png -share/icons/oxygen/32x32/status/security-high.png -share/icons/oxygen/32x32/status/security-low.png -share/icons/oxygen/32x32/status/security-medium.png -share/icons/oxygen/32x32/status/task-accepted.png -share/icons/oxygen/32x32/status/task-attempt.png -share/icons/oxygen/32x32/status/task-attention.png -share/icons/oxygen/32x32/status/task-complete.png -share/icons/oxygen/32x32/status/task-delegate.png -share/icons/oxygen/32x32/status/task-ongoing.png -share/icons/oxygen/32x32/status/task-recurring.png -share/icons/oxygen/32x32/status/task-reject.png -share/icons/oxygen/32x32/status/task-reminder.png -share/icons/oxygen/32x32/status/user-away-extended.png -share/icons/oxygen/32x32/status/user-away.png -share/icons/oxygen/32x32/status/user-busy.png -share/icons/oxygen/32x32/status/user-offline.png -share/icons/oxygen/32x32/status/user-online.png -share/icons/oxygen/32x32/status/user-trash-full.png -share/icons/oxygen/32x32/status/wallet-closed.png -share/icons/oxygen/32x32/status/wallet-open.png -share/icons/oxygen/32x32/status/weather-clear-night.png -share/icons/oxygen/32x32/status/weather-clear.png -share/icons/oxygen/32x32/status/weather-clouds-night.png -share/icons/oxygen/32x32/status/weather-clouds.png -share/icons/oxygen/32x32/status/weather-few-clouds-night.png -share/icons/oxygen/32x32/status/weather-few-clouds.png -share/icons/oxygen/32x32/status/weather-freezing-rain.png -share/icons/oxygen/32x32/status/weather-hail.png -share/icons/oxygen/32x32/status/weather-many-clouds.png -share/icons/oxygen/32x32/status/weather-mist.png -share/icons/oxygen/32x32/status/weather-none-available.png -share/icons/oxygen/32x32/status/weather-showers-day.png -share/icons/oxygen/32x32/status/weather-showers-night.png -share/icons/oxygen/32x32/status/weather-showers-scattered-day.png -share/icons/oxygen/32x32/status/weather-showers-scattered-night.png -share/icons/oxygen/32x32/status/weather-showers-scattered.png -share/icons/oxygen/32x32/status/weather-showers.png -share/icons/oxygen/32x32/status/weather-snow-rain.png -share/icons/oxygen/32x32/status/weather-snow-scattered-day.png -share/icons/oxygen/32x32/status/weather-snow-scattered-night.png -share/icons/oxygen/32x32/status/weather-snow-scattered.png -share/icons/oxygen/32x32/status/weather-snow.png -share/icons/oxygen/32x32/status/weather-storm.png -share/icons/oxygen/32x32/status/window-suppressed.png -share/icons/oxygen/48x48/actions/address-book-new.png -share/icons/oxygen/48x48/actions/align-horizontal-bottom-out.png -share/icons/oxygen/48x48/actions/align-horizontal-center.png -share/icons/oxygen/48x48/actions/align-horizontal-left-out.png -share/icons/oxygen/48x48/actions/align-horizontal-left.png -share/icons/oxygen/48x48/actions/align-horizontal-right-out.png -share/icons/oxygen/48x48/actions/align-horizontal-right.png -share/icons/oxygen/48x48/actions/align-horizontal-top-out.png -share/icons/oxygen/48x48/actions/align-vertical-bottom.png -share/icons/oxygen/48x48/actions/align-vertical-center.png -share/icons/oxygen/48x48/actions/align-vertical-top.png -share/icons/oxygen/48x48/actions/application-exit.png -share/icons/oxygen/48x48/actions/appointment-new.png -share/icons/oxygen/48x48/actions/archive-extract.png -share/icons/oxygen/48x48/actions/archive-insert-directory.png -share/icons/oxygen/48x48/actions/archive-insert.png -share/icons/oxygen/48x48/actions/archive-remove.png -share/icons/oxygen/48x48/actions/arrow-down-double.png -share/icons/oxygen/48x48/actions/arrow-down.png -share/icons/oxygen/48x48/actions/arrow-left-double.png -share/icons/oxygen/48x48/actions/arrow-left.png -share/icons/oxygen/48x48/actions/arrow-right-double.png -share/icons/oxygen/48x48/actions/arrow-right.png -share/icons/oxygen/48x48/actions/arrow-up-double.png -share/icons/oxygen/48x48/actions/arrow-up.png -share/icons/oxygen/48x48/actions/bookmark-new-list.png -share/icons/oxygen/48x48/actions/bookmark-new.png -share/icons/oxygen/48x48/actions/bookmark-toolbar.png -share/icons/oxygen/48x48/actions/bookmarks-organize.png -share/icons/oxygen/48x48/actions/call-start.png -share/icons/oxygen/48x48/actions/call-stop.png -share/icons/oxygen/48x48/actions/character-set.png -share/icons/oxygen/48x48/actions/chronometer.png -share/icons/oxygen/48x48/actions/code-block.png -share/icons/oxygen/48x48/actions/code-class.png -share/icons/oxygen/48x48/actions/code-context.png -share/icons/oxygen/48x48/actions/code-function.png -share/icons/oxygen/48x48/actions/code-typedef.png -share/icons/oxygen/48x48/actions/code-variable.png -share/icons/oxygen/48x48/actions/color-picker-black.png -share/icons/oxygen/48x48/actions/color-picker-grey.png -share/icons/oxygen/48x48/actions/color-picker-white.png -share/icons/oxygen/48x48/actions/color-picker.png -share/icons/oxygen/48x48/actions/configure-shortcuts.png -share/icons/oxygen/48x48/actions/configure-toolbars.png -share/icons/oxygen/48x48/actions/configure.png -share/icons/oxygen/48x48/actions/contact-new.png -share/icons/oxygen/48x48/actions/dashboard-show.png -share/icons/oxygen/48x48/actions/debug-execute-from-cursor.png -share/icons/oxygen/48x48/actions/debug-execute-to-cursor.png -share/icons/oxygen/48x48/actions/debug-run-cursor.png -share/icons/oxygen/48x48/actions/debug-run.png -share/icons/oxygen/48x48/actions/debug-step-instruction.png -share/icons/oxygen/48x48/actions/debug-step-into-instruction.png -share/icons/oxygen/48x48/actions/debug-step-into.png -share/icons/oxygen/48x48/actions/debug-step-out.png -share/icons/oxygen/48x48/actions/debug-step-over.png -share/icons/oxygen/48x48/actions/dialog-cancel.png -share/icons/oxygen/48x48/actions/dialog-close.png -share/icons/oxygen/48x48/actions/dialog-ok-apply.png -share/icons/oxygen/48x48/actions/dialog-ok.png -share/icons/oxygen/48x48/actions/document-close.png -share/icons/oxygen/48x48/actions/document-decrypt.png -share/icons/oxygen/48x48/actions/document-edit-decrypt-verify.png -share/icons/oxygen/48x48/actions/document-edit-decrypt.png -share/icons/oxygen/48x48/actions/document-edit-encrypt.png -share/icons/oxygen/48x48/actions/document-edit-sign-encrypt.png -share/icons/oxygen/48x48/actions/document-edit-sign.png -share/icons/oxygen/48x48/actions/document-edit-verify.png -share/icons/oxygen/48x48/actions/document-edit.png -share/icons/oxygen/48x48/actions/document-encrypt.png -share/icons/oxygen/48x48/actions/document-encrypted.png -share/icons/oxygen/48x48/actions/document-export-table.png -share/icons/oxygen/48x48/actions/document-export.png -share/icons/oxygen/48x48/actions/document-import.png -share/icons/oxygen/48x48/actions/document-new.png -share/icons/oxygen/48x48/actions/document-open-folder.png -share/icons/oxygen/48x48/actions/document-open-recent.png -share/icons/oxygen/48x48/actions/document-open-remote.png -share/icons/oxygen/48x48/actions/document-open.png -share/icons/oxygen/48x48/actions/document-preview-archive.png -share/icons/oxygen/48x48/actions/document-preview.png -share/icons/oxygen/48x48/actions/document-print-direct.png -share/icons/oxygen/48x48/actions/document-print-frame.png -share/icons/oxygen/48x48/actions/document-print-preview.png -share/icons/oxygen/48x48/actions/document-print.png -share/icons/oxygen/48x48/actions/document-properties.png -share/icons/oxygen/48x48/actions/document-revert.png -share/icons/oxygen/48x48/actions/document-save-all.png -share/icons/oxygen/48x48/actions/document-save-as.png -share/icons/oxygen/48x48/actions/document-save.png -share/icons/oxygen/48x48/actions/document-sign.png -share/icons/oxygen/48x48/actions/documentation.png -share/icons/oxygen/48x48/actions/download-later.png -share/icons/oxygen/48x48/actions/download.png -share/icons/oxygen/48x48/actions/draw-bezier-curves.png -share/icons/oxygen/48x48/actions/draw-brush.png -share/icons/oxygen/48x48/actions/draw-eraser.png -share/icons/oxygen/48x48/actions/draw-freehand.png -share/icons/oxygen/48x48/actions/draw-halfcircle1.png -share/icons/oxygen/48x48/actions/draw-halfcircle2.png -share/icons/oxygen/48x48/actions/draw-halfcircle3.png -share/icons/oxygen/48x48/actions/draw-halfcircle4.png -share/icons/oxygen/48x48/actions/draw-path.png -share/icons/oxygen/48x48/actions/draw-polyline.png -share/icons/oxygen/48x48/actions/draw-rectangle.png -share/icons/oxygen/48x48/actions/draw-spiral.png -share/icons/oxygen/48x48/actions/draw-square-inverted-corners.png -share/icons/oxygen/48x48/actions/draw-text.png -share/icons/oxygen/48x48/actions/draw-triangle.png -share/icons/oxygen/48x48/actions/draw-triangle1.png -share/icons/oxygen/48x48/actions/draw-triangle2.png -share/icons/oxygen/48x48/actions/draw-triangle3.png -share/icons/oxygen/48x48/actions/draw-triangle4.png -share/icons/oxygen/48x48/actions/edit-bomb.png -share/icons/oxygen/48x48/actions/edit-clear-history.png -share/icons/oxygen/48x48/actions/edit-clear-list.png -share/icons/oxygen/48x48/actions/edit-clear-locationbar-ltr.png -share/icons/oxygen/48x48/actions/edit-clear-locationbar-rtl.png -share/icons/oxygen/48x48/actions/edit-clear.png -share/icons/oxygen/48x48/actions/edit-copy.png -share/icons/oxygen/48x48/actions/edit-cut.png -share/icons/oxygen/48x48/actions/edit-delete-shred.png -share/icons/oxygen/48x48/actions/edit-delete.png -share/icons/oxygen/48x48/actions/edit-find-mail.png -share/icons/oxygen/48x48/actions/edit-find-project.png -share/icons/oxygen/48x48/actions/edit-find-user.png -share/icons/oxygen/48x48/actions/edit-find.png -share/icons/oxygen/48x48/actions/edit-guides.png -share/icons/oxygen/48x48/actions/edit-image-face-add.png -share/icons/oxygen/48x48/actions/edit-image-face-detect.png -share/icons/oxygen/48x48/actions/edit-image-face-recognize.png -share/icons/oxygen/48x48/actions/edit-image-face-show.png -share/icons/oxygen/48x48/actions/edit-node.png -share/icons/oxygen/48x48/actions/edit-paste.png -share/icons/oxygen/48x48/actions/edit-redo.png -share/icons/oxygen/48x48/actions/edit-rename.png -share/icons/oxygen/48x48/actions/edit-select-all.png -share/icons/oxygen/48x48/actions/edit-select.png -share/icons/oxygen/48x48/actions/edit-table-cell-merge.png -share/icons/oxygen/48x48/actions/edit-table-cell-split.png -share/icons/oxygen/48x48/actions/edit-table-delete-column.png -share/icons/oxygen/48x48/actions/edit-table-delete-row.png -share/icons/oxygen/48x48/actions/edit-table-insert-column-left.png -share/icons/oxygen/48x48/actions/edit-table-insert-column-right.png -share/icons/oxygen/48x48/actions/edit-table-insert-row-above.png -share/icons/oxygen/48x48/actions/edit-table-insert-row-below.png -share/icons/oxygen/48x48/actions/edit-text-frame-update.png -share/icons/oxygen/48x48/actions/edit-undo.png -share/icons/oxygen/48x48/actions/edit-web-search.png -share/icons/oxygen/48x48/actions/feed-subscribe.png -share/icons/oxygen/48x48/actions/fill-color.png -share/icons/oxygen/48x48/actions/flag-black.png -share/icons/oxygen/48x48/actions/flag-blue.png -share/icons/oxygen/48x48/actions/flag-green.png -share/icons/oxygen/48x48/actions/flag-red.png -share/icons/oxygen/48x48/actions/flag-yellow.png -share/icons/oxygen/48x48/actions/flag.png -share/icons/oxygen/48x48/actions/folder-new.png -share/icons/oxygen/48x48/actions/folder-sync.png -share/icons/oxygen/48x48/actions/fork.png -share/icons/oxygen/48x48/actions/format-add-node.png -share/icons/oxygen/48x48/actions/format-break-node.png -share/icons/oxygen/48x48/actions/format-connect-node.png -share/icons/oxygen/48x48/actions/format-disconnect-node.png -share/icons/oxygen/48x48/actions/format-fill-color.png -share/icons/oxygen/48x48/actions/format-font-size-less.png -share/icons/oxygen/48x48/actions/format-font-size-more.png -share/icons/oxygen/48x48/actions/format-indent-less.png -share/icons/oxygen/48x48/actions/format-indent-more.png -share/icons/oxygen/48x48/actions/format-join-node.png -share/icons/oxygen/48x48/actions/format-justify-center.png -share/icons/oxygen/48x48/actions/format-justify-fill.png -share/icons/oxygen/48x48/actions/format-justify-left.png -share/icons/oxygen/48x48/actions/format-justify-right.png -share/icons/oxygen/48x48/actions/format-line-spacing-double.png -share/icons/oxygen/48x48/actions/format-line-spacing-normal.png -share/icons/oxygen/48x48/actions/format-line-spacing-triple.png -share/icons/oxygen/48x48/actions/format-list-ordered.png -share/icons/oxygen/48x48/actions/format-list-unordered.png -share/icons/oxygen/48x48/actions/format-remove-node.png -share/icons/oxygen/48x48/actions/format-stroke-color.png -share/icons/oxygen/48x48/actions/format-text-bold.png -share/icons/oxygen/48x48/actions/format-text-color.png -share/icons/oxygen/48x48/actions/format-text-direction-ltr.png -share/icons/oxygen/48x48/actions/format-text-direction-rtl.png -share/icons/oxygen/48x48/actions/format-text-italic.png -share/icons/oxygen/48x48/actions/format-text-strikethrough.png -share/icons/oxygen/48x48/actions/format-text-subscript.png -share/icons/oxygen/48x48/actions/format-text-superscript.png -share/icons/oxygen/48x48/actions/format-text-underline.png -share/icons/oxygen/48x48/actions/games-achievements.png -share/icons/oxygen/48x48/actions/games-config-background.png -share/icons/oxygen/48x48/actions/games-config-board.png -share/icons/oxygen/48x48/actions/games-config-custom.png -share/icons/oxygen/48x48/actions/games-config-options.png -share/icons/oxygen/48x48/actions/games-config-theme.png -share/icons/oxygen/48x48/actions/games-config-tiles.png -share/icons/oxygen/48x48/actions/games-difficult.png -share/icons/oxygen/48x48/actions/games-endturn.png -share/icons/oxygen/48x48/actions/games-highscores.png -share/icons/oxygen/48x48/actions/games-hint.png -share/icons/oxygen/48x48/actions/games-solve.png -share/icons/oxygen/48x48/actions/get-hot-new-stuff.png -share/icons/oxygen/48x48/actions/go-bottom.png -share/icons/oxygen/48x48/actions/go-down-search.png -share/icons/oxygen/48x48/actions/go-down.png -share/icons/oxygen/48x48/actions/go-first-view-page.png -share/icons/oxygen/48x48/actions/go-first-view.png -share/icons/oxygen/48x48/actions/go-first.png -share/icons/oxygen/48x48/actions/go-home.png -share/icons/oxygen/48x48/actions/go-jump-declaration.png -share/icons/oxygen/48x48/actions/go-jump-definition.png -share/icons/oxygen/48x48/actions/go-jump-locationbar.png -share/icons/oxygen/48x48/actions/go-jump-today.png -share/icons/oxygen/48x48/actions/go-jump.png -share/icons/oxygen/48x48/actions/go-last-view-page.png -share/icons/oxygen/48x48/actions/go-last-view.png -share/icons/oxygen/48x48/actions/go-last.png -share/icons/oxygen/48x48/actions/go-next-context.png -share/icons/oxygen/48x48/actions/go-next-use.png -share/icons/oxygen/48x48/actions/go-next-view-page.png -share/icons/oxygen/48x48/actions/go-next-view.png -share/icons/oxygen/48x48/actions/go-next.png -share/icons/oxygen/48x48/actions/go-previous-context.png -share/icons/oxygen/48x48/actions/go-previous-use.png -share/icons/oxygen/48x48/actions/go-previous-view-page.png -share/icons/oxygen/48x48/actions/go-previous-view.png -share/icons/oxygen/48x48/actions/go-previous.png -share/icons/oxygen/48x48/actions/go-top.png -share/icons/oxygen/48x48/actions/go-up-search.png -share/icons/oxygen/48x48/actions/go-up.png -share/icons/oxygen/48x48/actions/help-about.png -share/icons/oxygen/48x48/actions/help-contents.png -share/icons/oxygen/48x48/actions/help-contextual.png -share/icons/oxygen/48x48/actions/help-donate.png -share/icons/oxygen/48x48/actions/help-feedback.png -share/icons/oxygen/48x48/actions/help-hint.png -share/icons/oxygen/48x48/actions/im-aim.png -share/icons/oxygen/48x48/actions/im-ban-kick-user.png -share/icons/oxygen/48x48/actions/im-ban-user.png -share/icons/oxygen/48x48/actions/im-facebook.png -share/icons/oxygen/48x48/actions/im-gadugadu.png -share/icons/oxygen/48x48/actions/im-google-talk.png -share/icons/oxygen/48x48/actions/im-google.png -share/icons/oxygen/48x48/actions/im-icq.png -share/icons/oxygen/48x48/actions/im-identi.ca.png -share/icons/oxygen/48x48/actions/im-invisible-user.png -share/icons/oxygen/48x48/actions/im-jabber.png -share/icons/oxygen/48x48/actions/im-kick-user.png -share/icons/oxygen/48x48/actions/im-msn.png -share/icons/oxygen/48x48/actions/im-qq.png -share/icons/oxygen/48x48/actions/im-skype.png -share/icons/oxygen/48x48/actions/im-twitter.png -share/icons/oxygen/48x48/actions/im-user-away.png -share/icons/oxygen/48x48/actions/im-user-busy.png -share/icons/oxygen/48x48/actions/im-user-offline.png -share/icons/oxygen/48x48/actions/im-user.png -share/icons/oxygen/48x48/actions/im-yahoo.png -share/icons/oxygen/48x48/actions/insert-horizontal-rule.png -share/icons/oxygen/48x48/actions/insert-image.png -share/icons/oxygen/48x48/actions/insert-link.png -share/icons/oxygen/48x48/actions/insert-table.png -share/icons/oxygen/48x48/actions/insert-text.png -share/icons/oxygen/48x48/actions/irc-close-channel.png -share/icons/oxygen/48x48/actions/irc-join-channel.png -share/icons/oxygen/48x48/actions/irc-operator.png -share/icons/oxygen/48x48/actions/irc-remove-operator.png -share/icons/oxygen/48x48/actions/irc-unvoice.png -share/icons/oxygen/48x48/actions/irc-voice.png -share/icons/oxygen/48x48/actions/key-enter.png -share/icons/oxygen/48x48/actions/layer-visible-off.png -share/icons/oxygen/48x48/actions/layer-visible-on.png -share/icons/oxygen/48x48/actions/list-add-font.png -share/icons/oxygen/48x48/actions/list-add-user.png -share/icons/oxygen/48x48/actions/list-add.png -share/icons/oxygen/48x48/actions/list-remove-user.png -share/icons/oxygen/48x48/actions/list-remove.png -share/icons/oxygen/48x48/actions/list-resource-add.png -share/icons/oxygen/48x48/actions/mail-encrypted-full.png -share/icons/oxygen/48x48/actions/mail-encrypted-part.png -share/icons/oxygen/48x48/actions/mail-encrypted.png -share/icons/oxygen/48x48/actions/mail-flag.png -share/icons/oxygen/48x48/actions/mail-forward.png -share/icons/oxygen/48x48/actions/mail-forwarded-replied.png -share/icons/oxygen/48x48/actions/mail-forwarded.png -share/icons/oxygen/48x48/actions/mail-invitation.png -share/icons/oxygen/48x48/actions/mail-mark-important.png -share/icons/oxygen/48x48/actions/mail-mark-junk.png -share/icons/oxygen/48x48/actions/mail-mark-notjunk.png -share/icons/oxygen/48x48/actions/mail-mark-read.png -share/icons/oxygen/48x48/actions/mail-mark-task.png -share/icons/oxygen/48x48/actions/mail-mark-unread-new.png -share/icons/oxygen/48x48/actions/mail-mark-unread.png -share/icons/oxygen/48x48/actions/mail-meeting-request-reply.png -share/icons/oxygen/48x48/actions/mail-message-new-list.png -share/icons/oxygen/48x48/actions/mail-message-new.png -share/icons/oxygen/48x48/actions/mail-queue.png -share/icons/oxygen/48x48/actions/mail-receive.png -share/icons/oxygen/48x48/actions/mail-replied.png -share/icons/oxygen/48x48/actions/mail-reply-all.png -share/icons/oxygen/48x48/actions/mail-reply-custom-all.png -share/icons/oxygen/48x48/actions/mail-reply-custom.png -share/icons/oxygen/48x48/actions/mail-reply-list.png -share/icons/oxygen/48x48/actions/mail-reply-sender.png -share/icons/oxygen/48x48/actions/mail-send.png -share/icons/oxygen/48x48/actions/mail-signature-unknown.png -share/icons/oxygen/48x48/actions/mail-signed-full.png -share/icons/oxygen/48x48/actions/mail-signed-part.png -share/icons/oxygen/48x48/actions/mail-signed-verified.png -share/icons/oxygen/48x48/actions/mail-signed.png -share/icons/oxygen/48x48/actions/mail-tagged.png -share/icons/oxygen/48x48/actions/measure.png -share/icons/oxygen/48x48/actions/media-eject.png -share/icons/oxygen/48x48/actions/media-playback-pause.png -share/icons/oxygen/48x48/actions/media-playback-start.png -share/icons/oxygen/48x48/actions/media-playback-stop.png -share/icons/oxygen/48x48/actions/media-record.png -share/icons/oxygen/48x48/actions/media-seek-backward.png -share/icons/oxygen/48x48/actions/media-seek-forward.png -share/icons/oxygen/48x48/actions/media-skip-backward.png -share/icons/oxygen/48x48/actions/media-skip-forward.png -share/icons/oxygen/48x48/actions/meeting-participant-no-response.png -share/icons/oxygen/48x48/actions/meeting-participant-request-response.png -share/icons/oxygen/48x48/actions/merge.png -share/icons/oxygen/48x48/actions/milestone.png -share/icons/oxygen/48x48/actions/network-connect.png -share/icons/oxygen/48x48/actions/network-disconnect.png -share/icons/oxygen/48x48/actions/news-subscribe.png -share/icons/oxygen/48x48/actions/news-unsubscribe.png -share/icons/oxygen/48x48/actions/object-flip-horizontal.png -share/icons/oxygen/48x48/actions/object-flip-vertical.png -share/icons/oxygen/48x48/actions/object-rotate-left.png -share/icons/oxygen/48x48/actions/object-rotate-right.png -share/icons/oxygen/48x48/actions/office-chart-area-focus-peak-node.png -share/icons/oxygen/48x48/actions/office-chart-area-percentage.png -share/icons/oxygen/48x48/actions/office-chart-area-stacked.png -share/icons/oxygen/48x48/actions/office-chart-area.png -share/icons/oxygen/48x48/actions/office-chart-bar-percentage.png -share/icons/oxygen/48x48/actions/office-chart-bar-stacked.png -share/icons/oxygen/48x48/actions/office-chart-bar.png -share/icons/oxygen/48x48/actions/office-chart-line-percentage.png -share/icons/oxygen/48x48/actions/office-chart-line-stacked.png -share/icons/oxygen/48x48/actions/office-chart-line.png -share/icons/oxygen/48x48/actions/office-chart-pie.png -share/icons/oxygen/48x48/actions/office-chart-polar-stacked.png -share/icons/oxygen/48x48/actions/office-chart-polar.png -share/icons/oxygen/48x48/actions/office-chart-ring.png -share/icons/oxygen/48x48/actions/office-chart-scatter.png -share/icons/oxygen/48x48/actions/page-zoom.png -share/icons/oxygen/48x48/actions/player-time.png -share/icons/oxygen/48x48/actions/player-volume.png -share/icons/oxygen/48x48/actions/preferences-activities.png -share/icons/oxygen/48x48/actions/preflight-verifier.png -share/icons/oxygen/48x48/actions/process-stop.png -share/icons/oxygen/48x48/actions/project-development-close-all.png -share/icons/oxygen/48x48/actions/project-development-close.png -share/icons/oxygen/48x48/actions/project-development-new-template.png -share/icons/oxygen/48x48/actions/project-development.png -share/icons/oxygen/48x48/actions/project-open.png -share/icons/oxygen/48x48/actions/quickopen-class.png -share/icons/oxygen/48x48/actions/quickopen-file.png -share/icons/oxygen/48x48/actions/quickopen-function.png -share/icons/oxygen/48x48/actions/quickopen.png -share/icons/oxygen/48x48/actions/rating.png -share/icons/oxygen/48x48/actions/resource-calendar-child-insert.png -share/icons/oxygen/48x48/actions/resource-calendar-child.png -share/icons/oxygen/48x48/actions/resource-calendar-insert.png -share/icons/oxygen/48x48/actions/resource-group-new.png -share/icons/oxygen/48x48/actions/resource-group.png -share/icons/oxygen/48x48/actions/roll.png -share/icons/oxygen/48x48/actions/run-build-clean.png -share/icons/oxygen/48x48/actions/run-build-configure.png -share/icons/oxygen/48x48/actions/run-build-file.png -share/icons/oxygen/48x48/actions/run-build-install-root.png -share/icons/oxygen/48x48/actions/run-build-install.png -share/icons/oxygen/48x48/actions/run-build-prune.png -share/icons/oxygen/48x48/actions/run-build.png -share/icons/oxygen/48x48/actions/select-rectangular.png -share/icons/oxygen/48x48/actions/services.png -share/icons/oxygen/48x48/actions/show-menu.png -share/icons/oxygen/48x48/actions/skg-chart-bubble.png -share/icons/oxygen/48x48/actions/skrooge_credit_card.png -share/icons/oxygen/48x48/actions/skrooge_less.png -share/icons/oxygen/48x48/actions/skrooge_more.png -share/icons/oxygen/48x48/actions/skrooge_much_less.png -share/icons/oxygen/48x48/actions/skrooge_much_more.png -share/icons/oxygen/48x48/actions/skrooge_type.png -share/icons/oxygen/48x48/actions/snap-extension.png -share/icons/oxygen/48x48/actions/snap-guideline.png -share/icons/oxygen/48x48/actions/snap-intersection.png -share/icons/oxygen/48x48/actions/snap-node.png -share/icons/oxygen/48x48/actions/snap-orthogonal.png -share/icons/oxygen/48x48/actions/speaker.png -share/icons/oxygen/48x48/actions/split.png -share/icons/oxygen/48x48/actions/story-editor.png -share/icons/oxygen/48x48/actions/stroke-cap-butt.png -share/icons/oxygen/48x48/actions/stroke-cap-round.png -share/icons/oxygen/48x48/actions/stroke-cap-square.png -share/icons/oxygen/48x48/actions/stroke-join-bevel.png -share/icons/oxygen/48x48/actions/stroke-join-miter.png -share/icons/oxygen/48x48/actions/stroke-join-round.png -share/icons/oxygen/48x48/actions/svn-commit.png -share/icons/oxygen/48x48/actions/svn-update.png -share/icons/oxygen/48x48/actions/system-lock-screen.png -share/icons/oxygen/48x48/actions/system-log-out.png -share/icons/oxygen/48x48/actions/system-reboot.png -share/icons/oxygen/48x48/actions/system-run.png -share/icons/oxygen/48x48/actions/system-search.png -share/icons/oxygen/48x48/actions/system-shutdown.png -share/icons/oxygen/48x48/actions/system-suspend-hibernate.png -share/icons/oxygen/48x48/actions/system-suspend.png -share/icons/oxygen/48x48/actions/system-switch-user.png -share/icons/oxygen/48x48/actions/tab-close-other.png -share/icons/oxygen/48x48/actions/tab-close.png -share/icons/oxygen/48x48/actions/tab-detach.png -share/icons/oxygen/48x48/actions/tab-duplicate.png -share/icons/oxygen/48x48/actions/tab-new-background.png -share/icons/oxygen/48x48/actions/tab-new.png -share/icons/oxygen/48x48/actions/taxes-finances.png -share/icons/oxygen/48x48/actions/text-field.png -share/icons/oxygen/48x48/actions/text-frame-link.png -share/icons/oxygen/48x48/actions/text-frame-unlink.png -share/icons/oxygen/48x48/actions/text-speak.png -share/icons/oxygen/48x48/actions/tool-animator.png -share/icons/oxygen/48x48/actions/tools-check-spelling.png -share/icons/oxygen/48x48/actions/tools-media-optical-burn-image.png -share/icons/oxygen/48x48/actions/tools-media-optical-burn.png -share/icons/oxygen/48x48/actions/tools-media-optical-copy.png -share/icons/oxygen/48x48/actions/tools-media-optical-erase.png -share/icons/oxygen/48x48/actions/tools-media-optical-format.png -share/icons/oxygen/48x48/actions/tools-report-bug.png -share/icons/oxygen/48x48/actions/tools-rip-audio-cd.png -share/icons/oxygen/48x48/actions/tools-rip-video-cd.png -share/icons/oxygen/48x48/actions/tools-rip-video-dvd.png -share/icons/oxygen/48x48/actions/tools-wizard.png -share/icons/oxygen/48x48/actions/transform-crop-and-resize.png -share/icons/oxygen/48x48/actions/transform-crop.png -share/icons/oxygen/48x48/actions/transform-move.png -share/icons/oxygen/48x48/actions/transform-rotate.png -share/icons/oxygen/48x48/actions/transform-scale.png -share/icons/oxygen/48x48/actions/transform-shear-down.png -share/icons/oxygen/48x48/actions/transform-shear-left.png -share/icons/oxygen/48x48/actions/transform-shear-right.png -share/icons/oxygen/48x48/actions/transform-shear-up.png -share/icons/oxygen/48x48/actions/trash-empty.png -share/icons/oxygen/48x48/actions/user-group-delete.png -share/icons/oxygen/48x48/actions/user-group-new.png -share/icons/oxygen/48x48/actions/user-group-properties.png -share/icons/oxygen/48x48/actions/user-properties.png -share/icons/oxygen/48x48/actions/view-bank-account-checking.png -share/icons/oxygen/48x48/actions/view-bank-account-savings.png -share/icons/oxygen/48x48/actions/view-bank-account.png -share/icons/oxygen/48x48/actions/view-bank.png -share/icons/oxygen/48x48/actions/view-barcode-add.png -share/icons/oxygen/48x48/actions/view-barcode.png -share/icons/oxygen/48x48/actions/view-calendar-agenda.png -share/icons/oxygen/48x48/actions/view-calendar-birthday.png -share/icons/oxygen/48x48/actions/view-calendar-day.png -share/icons/oxygen/48x48/actions/view-calendar-holiday.png -share/icons/oxygen/48x48/actions/view-calendar-journal.png -share/icons/oxygen/48x48/actions/view-calendar-list.png -share/icons/oxygen/48x48/actions/view-calendar-month.png -share/icons/oxygen/48x48/actions/view-calendar-special-occasion.png -share/icons/oxygen/48x48/actions/view-calendar-tasks.png -share/icons/oxygen/48x48/actions/view-calendar-time-spent.png -share/icons/oxygen/48x48/actions/view-calendar-timeline.png -share/icons/oxygen/48x48/actions/view-calendar-upcoming-days.png -share/icons/oxygen/48x48/actions/view-calendar-upcoming-events.png -share/icons/oxygen/48x48/actions/view-calendar-wedding-anniversary.png -share/icons/oxygen/48x48/actions/view-calendar-week.png -share/icons/oxygen/48x48/actions/view-calendar-whatsnext.png -share/icons/oxygen/48x48/actions/view-calendar-workweek.png -share/icons/oxygen/48x48/actions/view-calendar.png -share/icons/oxygen/48x48/actions/view-catalog.png -share/icons/oxygen/48x48/actions/view-categories.png -share/icons/oxygen/48x48/actions/view-certificate-add.png -share/icons/oxygen/48x48/actions/view-certificate-export-secret.png -share/icons/oxygen/48x48/actions/view-certificate-export-server.png -share/icons/oxygen/48x48/actions/view-certificate-export.png -share/icons/oxygen/48x48/actions/view-certificate-import.png -share/icons/oxygen/48x48/actions/view-certificate-server-configure.png -share/icons/oxygen/48x48/actions/view-certificate-sign.png -share/icons/oxygen/48x48/actions/view-certificate.png -share/icons/oxygen/48x48/actions/view-choose.png -share/icons/oxygen/48x48/actions/view-close.png -share/icons/oxygen/48x48/actions/view-conversation-balloon.png -share/icons/oxygen/48x48/actions/view-credit-card-account.png -share/icons/oxygen/48x48/actions/view-currency-list.png -share/icons/oxygen/48x48/actions/view-documents-finances.png -share/icons/oxygen/48x48/actions/view-expenses-categories.png -share/icons/oxygen/48x48/actions/view-file-columns.png -share/icons/oxygen/48x48/actions/view-filter.png -share/icons/oxygen/48x48/actions/view-financial-categories.png -share/icons/oxygen/48x48/actions/view-financial-forecast.png -share/icons/oxygen/48x48/actions/view-financial-list.png -share/icons/oxygen/48x48/actions/view-financial-payment-mode.png -share/icons/oxygen/48x48/actions/view-financial-transfer.png -share/icons/oxygen/48x48/actions/view-form-action.png -share/icons/oxygen/48x48/actions/view-form-table.png -share/icons/oxygen/48x48/actions/view-form.png -share/icons/oxygen/48x48/actions/view-fullscreen.png -share/icons/oxygen/48x48/actions/view-grid.png -share/icons/oxygen/48x48/actions/view-group.png -share/icons/oxygen/48x48/actions/view-history.png -share/icons/oxygen/48x48/actions/view-income-categories.png -share/icons/oxygen/48x48/actions/view-investment-account.png -share/icons/oxygen/48x48/actions/view-investment.png -share/icons/oxygen/48x48/actions/view-ldap-resource.png -share/icons/oxygen/48x48/actions/view-left-close.png -share/icons/oxygen/48x48/actions/view-list-details.png -share/icons/oxygen/48x48/actions/view-list-text.png -share/icons/oxygen/48x48/actions/view-list-tree.png -share/icons/oxygen/48x48/actions/view-loan-asset.png -share/icons/oxygen/48x48/actions/view-loan.png -share/icons/oxygen/48x48/actions/view-media-artist.png -share/icons/oxygen/48x48/actions/view-media-equalizer.png -share/icons/oxygen/48x48/actions/view-media-lyrics.png -share/icons/oxygen/48x48/actions/view-media-playlist.png -share/icons/oxygen/48x48/actions/view-media-visualization.png -share/icons/oxygen/48x48/actions/view-multiple-objects.png -share/icons/oxygen/48x48/actions/view-pim-calendar.png -share/icons/oxygen/48x48/actions/view-pim-contacts.png -share/icons/oxygen/48x48/actions/view-pim-journal.png -share/icons/oxygen/48x48/actions/view-pim-mail.png -share/icons/oxygen/48x48/actions/view-pim-news.png -share/icons/oxygen/48x48/actions/view-pim-notes.png -share/icons/oxygen/48x48/actions/view-pim-summary.png -share/icons/oxygen/48x48/actions/view-pim-tasks-pending.png -share/icons/oxygen/48x48/actions/view-pim-tasks.png -share/icons/oxygen/48x48/actions/view-presentation.png -share/icons/oxygen/48x48/actions/view-preview.png -share/icons/oxygen/48x48/actions/view-process-all-tree.png -share/icons/oxygen/48x48/actions/view-process-all.png -share/icons/oxygen/48x48/actions/view-process-own.png -share/icons/oxygen/48x48/actions/view-process-system.png -share/icons/oxygen/48x48/actions/view-process-users.png -share/icons/oxygen/48x48/actions/view-refresh.png -share/icons/oxygen/48x48/actions/view-resource-calendar.png -share/icons/oxygen/48x48/actions/view-restore.png -share/icons/oxygen/48x48/actions/view-right-close.png -share/icons/oxygen/48x48/actions/view-right-new.png -share/icons/oxygen/48x48/actions/view-sidetree.png -share/icons/oxygen/48x48/actions/view-sort-ascending.png -share/icons/oxygen/48x48/actions/view-sort-descending.png -share/icons/oxygen/48x48/actions/view-split-left-right.png -share/icons/oxygen/48x48/actions/view-split-top-bottom.png -share/icons/oxygen/48x48/actions/view-statistics.png -share/icons/oxygen/48x48/actions/view-stock-account.png -share/icons/oxygen/48x48/actions/view-table-of-contents-ltr.png -share/icons/oxygen/48x48/actions/view-table-of-contents-rtl.png -share/icons/oxygen/48x48/actions/view-task-add.png -share/icons/oxygen/48x48/actions/view-task-child-add.png -share/icons/oxygen/48x48/actions/view-task-child.png -share/icons/oxygen/48x48/actions/view-task.png -share/icons/oxygen/48x48/actions/view-time-schedule-baselined-add.png -share/icons/oxygen/48x48/actions/view-time-schedule-baselined-remove.png -share/icons/oxygen/48x48/actions/view-time-schedule-baselined.png -share/icons/oxygen/48x48/actions/view-time-schedule-calculus.png -share/icons/oxygen/48x48/actions/view-time-schedule-child-insert.png -share/icons/oxygen/48x48/actions/view-time-schedule-edit.png -share/icons/oxygen/48x48/actions/view-time-schedule-insert.png -share/icons/oxygen/48x48/actions/view-time-schedule.png -share/icons/oxygen/48x48/actions/view-web-browser-dom-tree.png -share/icons/oxygen/48x48/actions/window-close.png -share/icons/oxygen/48x48/actions/window-duplicate.png -share/icons/oxygen/48x48/actions/window-new.png -share/icons/oxygen/48x48/actions/window-suppressed.png -share/icons/oxygen/48x48/actions/zoom-1-to-2.png -share/icons/oxygen/48x48/actions/zoom-2-to-1.png -share/icons/oxygen/48x48/actions/zoom-draw.png -share/icons/oxygen/48x48/actions/zoom-fit-best.png -share/icons/oxygen/48x48/actions/zoom-fit-height.png -share/icons/oxygen/48x48/actions/zoom-fit-width.png -share/icons/oxygen/48x48/actions/zoom-in.png -share/icons/oxygen/48x48/actions/zoom-next.png -share/icons/oxygen/48x48/actions/zoom-original.png -share/icons/oxygen/48x48/actions/zoom-out.png -share/icons/oxygen/48x48/actions/zoom-previous.png -share/icons/oxygen/48x48/actions/zoom-select.png -share/icons/oxygen/48x48/animations/process-idle-kde.png -share/icons/oxygen/48x48/animations/process-working-kde.png -share/icons/oxygen/48x48/apps/Charm.png -share/icons/oxygen/48x48/apps/accessories-calculator.png -share/icons/oxygen/48x48/apps/accessories-character-map.png -share/icons/oxygen/48x48/apps/accessories-dictionary.png -share/icons/oxygen/48x48/apps/accessories-text-editor.png -share/icons/oxygen/48x48/apps/acroread.png -share/icons/oxygen/48x48/apps/akonadi.png -share/icons/oxygen/48x48/apps/akregator.png -share/icons/oxygen/48x48/apps/amarok.png -share/icons/oxygen/48x48/apps/ark.png -share/icons/oxygen/48x48/apps/basket.png -share/icons/oxygen/48x48/apps/braindump.png -share/icons/oxygen/48x48/apps/calligraauthor.png -share/icons/oxygen/48x48/apps/calligraflow.png -share/icons/oxygen/48x48/apps/calligrakexi.png -share/icons/oxygen/48x48/apps/calligrakrita.png -share/icons/oxygen/48x48/apps/calligrasheets.png -share/icons/oxygen/48x48/apps/calligrastage.png -share/icons/oxygen/48x48/apps/calligrawords.png -share/icons/oxygen/48x48/apps/clock.png -share/icons/oxygen/48x48/apps/digikam.png -share/icons/oxygen/48x48/apps/esd.png -share/icons/oxygen/48x48/apps/filelight.png -share/icons/oxygen/48x48/apps/fontforge.png -share/icons/oxygen/48x48/apps/graphics-viewer-document.png -share/icons/oxygen/48x48/apps/gwenview.png -share/icons/oxygen/48x48/apps/help-browser.png -share/icons/oxygen/48x48/apps/hwinfo.png -share/icons/oxygen/48x48/apps/inkscape.png -share/icons/oxygen/48x48/apps/internet-mail.png -share/icons/oxygen/48x48/apps/internet-telephony.png -share/icons/oxygen/48x48/apps/internet-web-browser.png -share/icons/oxygen/48x48/apps/java.png -share/icons/oxygen/48x48/apps/k3b.png -share/icons/oxygen/48x48/apps/kaddressbook.png -share/icons/oxygen/48x48/apps/kaffeine.png -share/icons/oxygen/48x48/apps/kate.png -share/icons/oxygen/48x48/apps/kblogger.png -share/icons/oxygen/48x48/apps/kbruch.png -share/icons/oxygen/48x48/apps/kbugbuster.png -share/icons/oxygen/48x48/apps/kchart.png -share/icons/oxygen/48x48/apps/kcolorchooser.png -share/icons/oxygen/48x48/apps/kde-gtk-config.png -share/icons/oxygen/48x48/apps/kde-windows.png -share/icons/oxygen/48x48/apps/kde.png -share/icons/oxygen/48x48/apps/kdevelop.png -share/icons/oxygen/48x48/apps/kdf.png -share/icons/oxygen/48x48/apps/kfind.png -share/icons/oxygen/48x48/apps/kformula.png -share/icons/oxygen/48x48/apps/kgpg.png -share/icons/oxygen/48x48/apps/kig.png -share/icons/oxygen/48x48/apps/kivio.png -share/icons/oxygen/48x48/apps/kjournal.png -share/icons/oxygen/48x48/apps/klipper.png -share/icons/oxygen/48x48/apps/kmag.png -share/icons/oxygen/48x48/apps/kmail.png -share/icons/oxygen/48x48/apps/kmix.png -share/icons/oxygen/48x48/apps/kmplayer.png -share/icons/oxygen/48x48/apps/knetattach.png -share/icons/oxygen/48x48/apps/knewsticker.png -share/icons/oxygen/48x48/apps/knotes.png -share/icons/oxygen/48x48/apps/kolf.png -share/icons/oxygen/48x48/apps/konqueror.png -share/icons/oxygen/48x48/apps/kontact.png -share/icons/oxygen/48x48/apps/konversation.png -share/icons/oxygen/48x48/apps/kopete-offline.png -share/icons/oxygen/48x48/apps/kopete.png -share/icons/oxygen/48x48/apps/korg-journal.png -share/icons/oxygen/48x48/apps/korg-todo.png -share/icons/oxygen/48x48/apps/korgac.png -share/icons/oxygen/48x48/apps/kplato.png -share/icons/oxygen/48x48/apps/kpresenter.png -share/icons/oxygen/48x48/apps/krdc.png -share/icons/oxygen/48x48/apps/krfb.png -share/icons/oxygen/48x48/apps/ksnapshot.png -share/icons/oxygen/48x48/apps/ksniffer.png -share/icons/oxygen/48x48/apps/kspread.png -share/icons/oxygen/48x48/apps/ksudoku.png -share/icons/oxygen/48x48/apps/kthesaurus.png -share/icons/oxygen/48x48/apps/ktip.png -share/icons/oxygen/48x48/apps/ktorrent.png -share/icons/oxygen/48x48/apps/kuickshow.png -share/icons/oxygen/48x48/apps/kverbos.png -share/icons/oxygen/48x48/apps/kwalletmanager.png -share/icons/oxygen/48x48/apps/kword.png -share/icons/oxygen/48x48/apps/lokalize.png -share/icons/oxygen/48x48/apps/multimedia-volume-control.png -share/icons/oxygen/48x48/apps/muondiscover.png -share/icons/oxygen/48x48/apps/nepomuk.png -share/icons/oxygen/48x48/apps/office-address-book.png -share/icons/oxygen/48x48/apps/office-calendar.png -share/icons/oxygen/48x48/apps/okteta.png -share/icons/oxygen/48x48/apps/okular.png -share/icons/oxygen/48x48/apps/oxygen.png -share/icons/oxygen/48x48/apps/partitionmanager.png -share/icons/oxygen/48x48/apps/picmi.png -share/icons/oxygen/48x48/apps/plasma.png -share/icons/oxygen/48x48/apps/plasmagik.png -share/icons/oxygen/48x48/apps/preferences-contact-list.png -share/icons/oxygen/48x48/apps/preferences-desktop-accessibility.png -share/icons/oxygen/48x48/apps/preferences-desktop-color.png -share/icons/oxygen/48x48/apps/preferences-desktop-cryptography.png -share/icons/oxygen/48x48/apps/preferences-desktop-default-applications.png -share/icons/oxygen/48x48/apps/preferences-desktop-display-color.png -share/icons/oxygen/48x48/apps/preferences-desktop-display.png -share/icons/oxygen/48x48/apps/preferences-desktop-filetype-association.png -share/icons/oxygen/48x48/apps/preferences-desktop-font.png -share/icons/oxygen/48x48/apps/preferences-desktop-gaming.png -share/icons/oxygen/48x48/apps/preferences-desktop-icons.png -share/icons/oxygen/48x48/apps/preferences-desktop-keyboard.png -share/icons/oxygen/48x48/apps/preferences-desktop-launch-feedback.png -share/icons/oxygen/48x48/apps/preferences-desktop-locale.png -share/icons/oxygen/48x48/apps/preferences-desktop-mouse.png -share/icons/oxygen/48x48/apps/preferences-desktop-notification-bell.png -share/icons/oxygen/48x48/apps/preferences-desktop-notification.png -share/icons/oxygen/48x48/apps/preferences-desktop-printer.png -share/icons/oxygen/48x48/apps/preferences-desktop-screensaver.png -share/icons/oxygen/48x48/apps/preferences-desktop-sound.png -share/icons/oxygen/48x48/apps/preferences-desktop-text-to-speech.png -share/icons/oxygen/48x48/apps/preferences-desktop-theme.png -share/icons/oxygen/48x48/apps/preferences-desktop-user-password.png -share/icons/oxygen/48x48/apps/preferences-desktop-user.png -share/icons/oxygen/48x48/apps/preferences-desktop-wallpaper.png -share/icons/oxygen/48x48/apps/preferences-kcalc-constants.png -share/icons/oxygen/48x48/apps/preferences-plugin-script.png -share/icons/oxygen/48x48/apps/preferences-plugin.png -share/icons/oxygen/48x48/apps/preferences-system-bluetooth-inactive.png -share/icons/oxygen/48x48/apps/preferences-system-bluetooth.png -share/icons/oxygen/48x48/apps/preferences-system-login.png -share/icons/oxygen/48x48/apps/preferences-system-network-sharing.png -share/icons/oxygen/48x48/apps/preferences-system-performance.png -share/icons/oxygen/48x48/apps/preferences-system-power-management.png -share/icons/oxygen/48x48/apps/preferences-system-session-services.png -share/icons/oxygen/48x48/apps/preferences-system-time.png -share/icons/oxygen/48x48/apps/preferences-system-windows-actions.png -share/icons/oxygen/48x48/apps/preferences-system-windows-move.png -share/icons/oxygen/48x48/apps/preferences-system-windows.png -share/icons/oxygen/48x48/apps/preferences-web-browser-adblock.png -share/icons/oxygen/48x48/apps/preferences-web-browser-cache.png -share/icons/oxygen/48x48/apps/preferences-web-browser-cookies.png -share/icons/oxygen/48x48/apps/preferences-web-browser-identification.png -share/icons/oxygen/48x48/apps/preferences-web-browser-shortcuts.png -share/icons/oxygen/48x48/apps/preferences-web-browser-stylesheets.png -share/icons/oxygen/48x48/apps/qelectrotech.png -share/icons/oxygen/48x48/apps/quassel.png -share/icons/oxygen/48x48/apps/scribus.png -share/icons/oxygen/48x48/apps/semn.png -share/icons/oxygen/48x48/apps/showfoto.png -share/icons/oxygen/48x48/apps/skrooge-black.png -share/icons/oxygen/48x48/apps/skrooge-initial.png -share/icons/oxygen/48x48/apps/skrooge.png -share/icons/oxygen/48x48/apps/step.png -share/icons/oxygen/48x48/apps/strigi.png -share/icons/oxygen/48x48/apps/system-file-manager.png -share/icons/oxygen/48x48/apps/system-software-update.png -share/icons/oxygen/48x48/apps/system-users.png -share/icons/oxygen/48x48/apps/tagua.png -share/icons/oxygen/48x48/apps/telepathy-kde.png -share/icons/oxygen/48x48/apps/utilities-desktop-extra.png -share/icons/oxygen/48x48/apps/utilities-file-archiver.png -share/icons/oxygen/48x48/apps/utilities-log-viewer.png -share/icons/oxygen/48x48/apps/utilities-system-monitor.png -share/icons/oxygen/48x48/apps/utilities-terminal.png -share/icons/oxygen/48x48/apps/wine.png -share/icons/oxygen/48x48/apps/xorg.png -share/icons/oxygen/48x48/apps/yakuake.png -share/icons/oxygen/48x48/apps/zanshin.png -share/icons/oxygen/48x48/categories/applications-accessories.png -share/icons/oxygen/48x48/categories/applications-development-translation.png -share/icons/oxygen/48x48/categories/applications-development-web.png -share/icons/oxygen/48x48/categories/applications-development.png -share/icons/oxygen/48x48/categories/applications-education-language.png -share/icons/oxygen/48x48/categories/applications-education-mathematics.png -share/icons/oxygen/48x48/categories/applications-education-miscellaneous.png -share/icons/oxygen/48x48/categories/applications-education-preschool.png -share/icons/oxygen/48x48/categories/applications-education-school.png -share/icons/oxygen/48x48/categories/applications-education-science.png -share/icons/oxygen/48x48/categories/applications-education-university.png -share/icons/oxygen/48x48/categories/applications-education.png -share/icons/oxygen/48x48/categories/applications-engineering.png -share/icons/oxygen/48x48/categories/applications-games.png -share/icons/oxygen/48x48/categories/applications-graphics.png -share/icons/oxygen/48x48/categories/applications-internet.png -share/icons/oxygen/48x48/categories/applications-multimedia.png -share/icons/oxygen/48x48/categories/applications-office.png -share/icons/oxygen/48x48/categories/applications-other.png -share/icons/oxygen/48x48/categories/applications-science.png -share/icons/oxygen/48x48/categories/applications-system.png -share/icons/oxygen/48x48/categories/applications-toys.png -share/icons/oxygen/48x48/categories/applications-utilities.png -share/icons/oxygen/48x48/categories/preferences-desktop-peripherals.png -share/icons/oxygen/48x48/categories/preferences-desktop-personal.png -share/icons/oxygen/48x48/categories/preferences-desktop.png -share/icons/oxygen/48x48/categories/preferences-other.png -share/icons/oxygen/48x48/categories/preferences-system-network.png -share/icons/oxygen/48x48/categories/preferences-system.png -share/icons/oxygen/48x48/categories/system-help.png -share/icons/oxygen/48x48/devices/audio-card.png -share/icons/oxygen/48x48/devices/audio-headphones.png -share/icons/oxygen/48x48/devices/audio-headset.png -share/icons/oxygen/48x48/devices/audio-input-line.png -share/icons/oxygen/48x48/devices/audio-input-microphone.png -share/icons/oxygen/48x48/devices/battery.png -share/icons/oxygen/48x48/devices/camera-photo.png -share/icons/oxygen/48x48/devices/camera-web.png -share/icons/oxygen/48x48/devices/computer-laptop.png -share/icons/oxygen/48x48/devices/computer.png -share/icons/oxygen/48x48/devices/cpu.png -share/icons/oxygen/48x48/devices/drive-harddisk.png -share/icons/oxygen/48x48/devices/drive-optical.png -share/icons/oxygen/48x48/devices/drive-removable-media-usb-pendrive.png -share/icons/oxygen/48x48/devices/drive-removable-media-usb.png -share/icons/oxygen/48x48/devices/drive-removable-media.png -share/icons/oxygen/48x48/devices/input-gaming.png -share/icons/oxygen/48x48/devices/input-keyboard.png -share/icons/oxygen/48x48/devices/input-mouse.png -share/icons/oxygen/48x48/devices/input-tablet.png -share/icons/oxygen/48x48/devices/media-flash-memory-stick.png -share/icons/oxygen/48x48/devices/media-flash-sd-mmc.png -share/icons/oxygen/48x48/devices/media-flash-smart-media.png -share/icons/oxygen/48x48/devices/media-flash.png -share/icons/oxygen/48x48/devices/media-floppy.png -share/icons/oxygen/48x48/devices/media-optical-audio.png -share/icons/oxygen/48x48/devices/media-optical-blu-ray.png -share/icons/oxygen/48x48/devices/media-optical-data.png -share/icons/oxygen/48x48/devices/media-optical-dvd-video.png -share/icons/oxygen/48x48/devices/media-optical-dvd.png -share/icons/oxygen/48x48/devices/media-optical-mixed-cd.png -share/icons/oxygen/48x48/devices/media-optical-recordable.png -share/icons/oxygen/48x48/devices/media-optical-video.png -share/icons/oxygen/48x48/devices/media-optical.png -share/icons/oxygen/48x48/devices/media-tape.png -share/icons/oxygen/48x48/devices/modem.png -share/icons/oxygen/48x48/devices/multimedia-player-apple-ipod.png -share/icons/oxygen/48x48/devices/multimedia-player.png -share/icons/oxygen/48x48/devices/network-wired.png -share/icons/oxygen/48x48/devices/network-wireless-connected-00.png -share/icons/oxygen/48x48/devices/network-wireless-connected-100.png -share/icons/oxygen/48x48/devices/network-wireless-connected-25.png -share/icons/oxygen/48x48/devices/network-wireless-connected-50.png -share/icons/oxygen/48x48/devices/network-wireless-connected-75.png -share/icons/oxygen/48x48/devices/network-wireless-disconnected.png -share/icons/oxygen/48x48/devices/network-wireless.png -share/icons/oxygen/48x48/devices/pda.png -share/icons/oxygen/48x48/devices/phone-openmoko-freerunner.png -share/icons/oxygen/48x48/devices/phone.png -share/icons/oxygen/48x48/devices/printer-laser.png -share/icons/oxygen/48x48/devices/printer.png -share/icons/oxygen/48x48/devices/scanner.png -share/icons/oxygen/48x48/devices/secure-card.png -share/icons/oxygen/48x48/devices/smartphone.png -share/icons/oxygen/48x48/devices/tablet.png -share/icons/oxygen/48x48/devices/video-display.png -share/icons/oxygen/48x48/devices/video-projector.png -share/icons/oxygen/48x48/devices/video-television.png -share/icons/oxygen/48x48/emblems/emblem-favorite.png -share/icons/oxygen/48x48/emblems/emblem-important.png -share/icons/oxygen/48x48/emblems/emblem-mounted.png -share/icons/oxygen/48x48/emblems/emblem-new.png -share/icons/oxygen/48x48/emblems/emblem-symbolic-link.png -share/icons/oxygen/48x48/emotes/face-angel.png -share/icons/oxygen/48x48/emotes/face-embarrassed.png -share/icons/oxygen/48x48/emotes/face-kiss.png -share/icons/oxygen/48x48/emotes/face-laugh.png -share/icons/oxygen/48x48/emotes/face-plain.png -share/icons/oxygen/48x48/emotes/face-raspberry.png -share/icons/oxygen/48x48/emotes/face-sad.png -share/icons/oxygen/48x48/emotes/face-smile-big.png -share/icons/oxygen/48x48/emotes/face-smile.png -share/icons/oxygen/48x48/emotes/face-surprise.png -share/icons/oxygen/48x48/emotes/face-uncertain.png -share/icons/oxygen/48x48/emotes/face-wink.png -share/icons/oxygen/48x48/mimetypes/application-atom+xml.png -share/icons/oxygen/48x48/mimetypes/application-epub+zip.png -share/icons/oxygen/48x48/mimetypes/application-illustrator.png -share/icons/oxygen/48x48/mimetypes/application-javascript.png -share/icons/oxygen/48x48/mimetypes/application-msword-template.png -share/icons/oxygen/48x48/mimetypes/application-msword.png -share/icons/oxygen/48x48/mimetypes/application-octet-stream.png -share/icons/oxygen/48x48/mimetypes/application-ogg.png -share/icons/oxygen/48x48/mimetypes/application-pdf.png -share/icons/oxygen/48x48/mimetypes/application-pgp-encrypted.png -share/icons/oxygen/48x48/mimetypes/application-pgp-keys.png -share/icons/oxygen/48x48/mimetypes/application-pgp-signature.png -share/icons/oxygen/48x48/mimetypes/application-pgp.png -share/icons/oxygen/48x48/mimetypes/application-pkcs7-mime.png -share/icons/oxygen/48x48/mimetypes/application-pkcs7-signature.png -share/icons/oxygen/48x48/mimetypes/application-postscript.png -share/icons/oxygen/48x48/mimetypes/application-relaxng.png -share/icons/oxygen/48x48/mimetypes/application-rss+xml.png -share/icons/oxygen/48x48/mimetypes/application-rtf.png -share/icons/oxygen/48x48/mimetypes/application-sxw.png -share/icons/oxygen/48x48/mimetypes/application-vnd-google-earth-kml.png -share/icons/oxygen/48x48/mimetypes/application-vnd.iccprofile.png -share/icons/oxygen/48x48/mimetypes/application-vnd.ms-access.png -share/icons/oxygen/48x48/mimetypes/application-vnd.ms-excel.png -share/icons/oxygen/48x48/mimetypes/application-vnd.ms-powerpoint.png -share/icons/oxygen/48x48/mimetypes/application-vnd.oasis.opendocument.chart.png -share/icons/oxygen/48x48/mimetypes/application-vnd.oasis.opendocument.database.png -share/icons/oxygen/48x48/mimetypes/application-vnd.oasis.opendocument.draw.template.png -share/icons/oxygen/48x48/mimetypes/application-vnd.oasis.opendocument.drawing.png -share/icons/oxygen/48x48/mimetypes/application-vnd.oasis.opendocument.drawing.template.png -share/icons/oxygen/48x48/mimetypes/application-vnd.oasis.opendocument.formula-template.png -share/icons/oxygen/48x48/mimetypes/application-vnd.oasis.opendocument.formula.png -share/icons/oxygen/48x48/mimetypes/application-vnd.oasis.opendocument.graphics.png -share/icons/oxygen/48x48/mimetypes/application-vnd.oasis.opendocument.image.png -share/icons/oxygen/48x48/mimetypes/application-vnd.oasis.opendocument.presentation-template.png -share/icons/oxygen/48x48/mimetypes/application-vnd.oasis.opendocument.presentation.png -share/icons/oxygen/48x48/mimetypes/application-vnd.oasis.opendocument.spreadsheet-template.png -share/icons/oxygen/48x48/mimetypes/application-vnd.oasis.opendocument.spreadsheet.png -share/icons/oxygen/48x48/mimetypes/application-vnd.oasis.opendocument.text-master.png -share/icons/oxygen/48x48/mimetypes/application-vnd.oasis.opendocument.text-template.png -share/icons/oxygen/48x48/mimetypes/application-vnd.oasis.opendocument.text.png -share/icons/oxygen/48x48/mimetypes/application-vnd.oasis.opendocument.web.template.png -share/icons/oxygen/48x48/mimetypes/application-vnd.openxmlformats-officedocument.wordprocessingml.document.png -share/icons/oxygen/48x48/mimetypes/application-vnd.rn-realmedia.png -share/icons/oxygen/48x48/mimetypes/application-vnd.scribus.png -share/icons/oxygen/48x48/mimetypes/application-vnd.stardivision.calc.png -share/icons/oxygen/48x48/mimetypes/application-vnd.stardivision.draw.png -share/icons/oxygen/48x48/mimetypes/application-vnd.stardivision.mail.png -share/icons/oxygen/48x48/mimetypes/application-vnd.stardivision.math.png -share/icons/oxygen/48x48/mimetypes/application-vnd.sun.xml.calc.png -share/icons/oxygen/48x48/mimetypes/application-vnd.sun.xml.calc.template.png -share/icons/oxygen/48x48/mimetypes/application-vnd.sun.xml.draw.png -share/icons/oxygen/48x48/mimetypes/application-vnd.sun.xml.draw.template.png -share/icons/oxygen/48x48/mimetypes/application-vnd.sun.xml.impress.png -share/icons/oxygen/48x48/mimetypes/application-vnd.sun.xml.impress.template.png -share/icons/oxygen/48x48/mimetypes/application-vnd.sun.xml.math.png -share/icons/oxygen/48x48/mimetypes/application-vnd.sun.xml.writer.global.png -share/icons/oxygen/48x48/mimetypes/application-vnd.sun.xml.writer.png -share/icons/oxygen/48x48/mimetypes/application-vnd.sun.xml.writer.template.png -share/icons/oxygen/48x48/mimetypes/application-vnd.wordperfect.png -share/icons/oxygen/48x48/mimetypes/application-x-7z-compressed.png -share/icons/oxygen/48x48/mimetypes/application-x-abiword.png -share/icons/oxygen/48x48/mimetypes/application-x-ace.png -share/icons/oxygen/48x48/mimetypes/application-x-applix-spreadsheet.png -share/icons/oxygen/48x48/mimetypes/application-x-applix-word.png -share/icons/oxygen/48x48/mimetypes/application-x-ar.png -share/icons/oxygen/48x48/mimetypes/application-x-arc.png -share/icons/oxygen/48x48/mimetypes/application-x-archive.png -share/icons/oxygen/48x48/mimetypes/application-x-arj.png -share/icons/oxygen/48x48/mimetypes/application-x-awk.png -share/icons/oxygen/48x48/mimetypes/application-x-bittorrent.png -share/icons/oxygen/48x48/mimetypes/application-x-blender.png -share/icons/oxygen/48x48/mimetypes/application-x-bzdvi.png -share/icons/oxygen/48x48/mimetypes/application-x-bzip-compressed-tar.png -share/icons/oxygen/48x48/mimetypes/application-x-bzip.png -share/icons/oxygen/48x48/mimetypes/application-x-cd-image.png -share/icons/oxygen/48x48/mimetypes/application-x-cda.png -share/icons/oxygen/48x48/mimetypes/application-x-chm.png -share/icons/oxygen/48x48/mimetypes/application-x-compress.png -share/icons/oxygen/48x48/mimetypes/application-x-compressed-tar.png -share/icons/oxygen/48x48/mimetypes/application-x-cpio.png -share/icons/oxygen/48x48/mimetypes/application-x-cue.png -share/icons/oxygen/48x48/mimetypes/application-x-deb.png -share/icons/oxygen/48x48/mimetypes/application-x-designer.png -share/icons/oxygen/48x48/mimetypes/application-x-desktop.png -share/icons/oxygen/48x48/mimetypes/application-x-egon.png -share/icons/oxygen/48x48/mimetypes/application-x-executable-script.png -share/icons/oxygen/48x48/mimetypes/application-x-executable.png -share/icons/oxygen/48x48/mimetypes/application-x-flash-video.png -share/icons/oxygen/48x48/mimetypes/application-x-font-afm.png -share/icons/oxygen/48x48/mimetypes/application-x-font-bdf.png -share/icons/oxygen/48x48/mimetypes/application-x-font-otf.png -share/icons/oxygen/48x48/mimetypes/application-x-font-pcf.png -share/icons/oxygen/48x48/mimetypes/application-x-font-snf.png -share/icons/oxygen/48x48/mimetypes/application-x-font-ttf.png -share/icons/oxygen/48x48/mimetypes/application-x-font-type1.png -share/icons/oxygen/48x48/mimetypes/application-x-gnumeric.png -share/icons/oxygen/48x48/mimetypes/application-x-gzdvi.png -share/icons/oxygen/48x48/mimetypes/application-x-gzip.png -share/icons/oxygen/48x48/mimetypes/application-x-gzpostscript.png -share/icons/oxygen/48x48/mimetypes/application-x-iso.png -share/icons/oxygen/48x48/mimetypes/application-x-it87.png -share/icons/oxygen/48x48/mimetypes/application-x-jar.png -share/icons/oxygen/48x48/mimetypes/application-x-java-applet.png -share/icons/oxygen/48x48/mimetypes/application-x-java-archive.png -share/icons/oxygen/48x48/mimetypes/application-x-java.png -share/icons/oxygen/48x48/mimetypes/application-x-javascript.png -share/icons/oxygen/48x48/mimetypes/application-x-k3b.png -share/icons/oxygen/48x48/mimetypes/application-x-kcsrc.png -share/icons/oxygen/48x48/mimetypes/application-x-kdenlivetitle.png -share/icons/oxygen/48x48/mimetypes/application-x-kexi-connectiondata.png -share/icons/oxygen/48x48/mimetypes/application-x-kexiproject-shortcut.png -share/icons/oxygen/48x48/mimetypes/application-x-kexiproject-sqlite.png -share/icons/oxygen/48x48/mimetypes/application-x-kexiproject-sqlite2.png -share/icons/oxygen/48x48/mimetypes/application-x-kexiproject-sqlite3.png -share/icons/oxygen/48x48/mimetypes/application-x-kformula.png -share/icons/oxygen/48x48/mimetypes/application-x-kgetlist.png -share/icons/oxygen/48x48/mimetypes/application-x-kontour.png -share/icons/oxygen/48x48/mimetypes/application-x-kplato.png -share/icons/oxygen/48x48/mimetypes/application-x-krita.png -share/icons/oxygen/48x48/mimetypes/application-x-kvtml.png -share/icons/oxygen/48x48/mimetypes/application-x-kword.png -share/icons/oxygen/48x48/mimetypes/application-x-lha.png -share/icons/oxygen/48x48/mimetypes/application-x-lyx.png -share/icons/oxygen/48x48/mimetypes/application-x-lzma-compressed-tar.png -share/icons/oxygen/48x48/mimetypes/application-x-lzop.png -share/icons/oxygen/48x48/mimetypes/application-x-m4.png -share/icons/oxygen/48x48/mimetypes/application-x-marble.png -share/icons/oxygen/48x48/mimetypes/application-x-mimearchive.png -share/icons/oxygen/48x48/mimetypes/application-x-mplayer2.png -share/icons/oxygen/48x48/mimetypes/application-x-ms-dos-executable.png -share/icons/oxygen/48x48/mimetypes/application-x-mswinurl.png -share/icons/oxygen/48x48/mimetypes/application-x-mswrite.png -share/icons/oxygen/48x48/mimetypes/application-x-nzb.png -share/icons/oxygen/48x48/mimetypes/application-x-object.png -share/icons/oxygen/48x48/mimetypes/application-x-pak.png -share/icons/oxygen/48x48/mimetypes/application-x-pem-key.png -share/icons/oxygen/48x48/mimetypes/application-x-perl.png -share/icons/oxygen/48x48/mimetypes/application-x-php.png -share/icons/oxygen/48x48/mimetypes/application-x-plasma.png -share/icons/oxygen/48x48/mimetypes/application-x-python-bytecode.png -share/icons/oxygen/48x48/mimetypes/application-x-qet-element.png -share/icons/oxygen/48x48/mimetypes/application-x-qet-project.png -share/icons/oxygen/48x48/mimetypes/application-x-quattropro.png -share/icons/oxygen/48x48/mimetypes/application-x-rar.png -share/icons/oxygen/48x48/mimetypes/application-x-raw-disk-image.png -share/icons/oxygen/48x48/mimetypes/application-x-rpm.png -share/icons/oxygen/48x48/mimetypes/application-x-ruby.png -share/icons/oxygen/48x48/mimetypes/application-x-sharedlib.png -share/icons/oxygen/48x48/mimetypes/application-x-shellscript.png -share/icons/oxygen/48x48/mimetypes/application-x-shockwave-flash.png -share/icons/oxygen/48x48/mimetypes/application-x-siag.png -share/icons/oxygen/48x48/mimetypes/application-x-sif.png -share/icons/oxygen/48x48/mimetypes/application-x-skg.png -share/icons/oxygen/48x48/mimetypes/application-x-skgc.png -share/icons/oxygen/48x48/mimetypes/application-x-smb-server.png -share/icons/oxygen/48x48/mimetypes/application-x-smb-workgroup.png -share/icons/oxygen/48x48/mimetypes/application-x-sqlite2.png -share/icons/oxygen/48x48/mimetypes/application-x-sqlite3.png -share/icons/oxygen/48x48/mimetypes/application-x-srt.png -share/icons/oxygen/48x48/mimetypes/application-x-srtrip.png -share/icons/oxygen/48x48/mimetypes/application-x-subrip.png -share/icons/oxygen/48x48/mimetypes/application-x-tar.png -share/icons/oxygen/48x48/mimetypes/application-x-tarz.png -share/icons/oxygen/48x48/mimetypes/application-x-tgif.png -share/icons/oxygen/48x48/mimetypes/application-x-trash.png -share/icons/oxygen/48x48/mimetypes/application-x-troff-man.png -share/icons/oxygen/48x48/mimetypes/application-x-tzo.png -share/icons/oxygen/48x48/mimetypes/application-x-wmf.png -share/icons/oxygen/48x48/mimetypes/application-x-zerosize.png -share/icons/oxygen/48x48/mimetypes/application-x-zoo.png -share/icons/oxygen/48x48/mimetypes/application-xhtml+xml.png -share/icons/oxygen/48x48/mimetypes/application-xml.png -share/icons/oxygen/48x48/mimetypes/application-xsd.png -share/icons/oxygen/48x48/mimetypes/application-xslt+xml.png -share/icons/oxygen/48x48/mimetypes/application-zip.png -share/icons/oxygen/48x48/mimetypes/audio-ac3.png -share/icons/oxygen/48x48/mimetypes/audio-midi.png -share/icons/oxygen/48x48/mimetypes/audio-mp2.png -share/icons/oxygen/48x48/mimetypes/audio-mp3.png -share/icons/oxygen/48x48/mimetypes/audio-mp4.png -share/icons/oxygen/48x48/mimetypes/audio-prs.sid.png -share/icons/oxygen/48x48/mimetypes/audio-vn.rn-realmedia.png -share/icons/oxygen/48x48/mimetypes/audio-vnd.rn-realvideo.png -share/icons/oxygen/48x48/mimetypes/audio-x-adpcm.png -share/icons/oxygen/48x48/mimetypes/audio-x-aiff.png -share/icons/oxygen/48x48/mimetypes/audio-x-flac+ogg.png -share/icons/oxygen/48x48/mimetypes/audio-x-flac.png -share/icons/oxygen/48x48/mimetypes/audio-x-generic.png -share/icons/oxygen/48x48/mimetypes/audio-x-monkey.png -share/icons/oxygen/48x48/mimetypes/audio-x-mp2.png -share/icons/oxygen/48x48/mimetypes/audio-x-mpeg.png -share/icons/oxygen/48x48/mimetypes/audio-x-speex+ogg.png -share/icons/oxygen/48x48/mimetypes/audio-x-wav.png -share/icons/oxygen/48x48/mimetypes/encrypted.png -share/icons/oxygen/48x48/mimetypes/fonts-package.png -share/icons/oxygen/48x48/mimetypes/image-bmp.png -share/icons/oxygen/48x48/mimetypes/image-gif.png -share/icons/oxygen/48x48/mimetypes/image-jpeg.png -share/icons/oxygen/48x48/mimetypes/image-jpeg2000.png -share/icons/oxygen/48x48/mimetypes/image-png.png -share/icons/oxygen/48x48/mimetypes/image-svg+xml-compressed.png -share/icons/oxygen/48x48/mimetypes/image-svg+xml.png -share/icons/oxygen/48x48/mimetypes/image-tiff.png -share/icons/oxygen/48x48/mimetypes/image-vnd.adobe.photoshop.png -share/icons/oxygen/48x48/mimetypes/image-vnd.dgn.png -share/icons/oxygen/48x48/mimetypes/image-vnd.dwg.png -share/icons/oxygen/48x48/mimetypes/image-x-adobe-dng.png -share/icons/oxygen/48x48/mimetypes/image-x-compressed-xcf.png -share/icons/oxygen/48x48/mimetypes/image-x-emf.png -share/icons/oxygen/48x48/mimetypes/image-x-eps.png -share/icons/oxygen/48x48/mimetypes/image-x-generic.png -share/icons/oxygen/48x48/mimetypes/image-x-krita.png -share/icons/oxygen/48x48/mimetypes/image-x-portable-bitmap.png -share/icons/oxygen/48x48/mimetypes/image-x-psd.png -share/icons/oxygen/48x48/mimetypes/image-x-psdimage-x-psd.png -share/icons/oxygen/48x48/mimetypes/image-x-tga.png -share/icons/oxygen/48x48/mimetypes/image-x-vnd.trolltech.qpicture.png -share/icons/oxygen/48x48/mimetypes/image-x-win-bitmap.png -share/icons/oxygen/48x48/mimetypes/image-x-win-bmp.png -share/icons/oxygen/48x48/mimetypes/image-x-wmf.png -share/icons/oxygen/48x48/mimetypes/image-x-xcf.png -share/icons/oxygen/48x48/mimetypes/image-x-xfig.png -share/icons/oxygen/48x48/mimetypes/inode-directory.png -share/icons/oxygen/48x48/mimetypes/libreoffice-database.png -share/icons/oxygen/48x48/mimetypes/libreoffice-drawing-template.png -share/icons/oxygen/48x48/mimetypes/libreoffice-drawing.png -share/icons/oxygen/48x48/mimetypes/libreoffice-formula.png -share/icons/oxygen/48x48/mimetypes/libreoffice-oasis-database.png -share/icons/oxygen/48x48/mimetypes/libreoffice-oasis-drawing-template.png -share/icons/oxygen/48x48/mimetypes/libreoffice-oasis-drawing.png -share/icons/oxygen/48x48/mimetypes/libreoffice-oasis-formula.png -share/icons/oxygen/48x48/mimetypes/libreoffice-oasis-presentation-template.png -share/icons/oxygen/48x48/mimetypes/libreoffice-oasis-presentation.png -share/icons/oxygen/48x48/mimetypes/libreoffice-oasis-spreadsheet-template.png -share/icons/oxygen/48x48/mimetypes/libreoffice-oasis-spreadsheet.png -share/icons/oxygen/48x48/mimetypes/libreoffice-oasis-text-template.png -share/icons/oxygen/48x48/mimetypes/libreoffice-oasis-text.png -share/icons/oxygen/48x48/mimetypes/libreoffice-oasis-web-template.png -share/icons/oxygen/48x48/mimetypes/libreoffice-presentation-template.png -share/icons/oxygen/48x48/mimetypes/libreoffice-presentation.png -share/icons/oxygen/48x48/mimetypes/libreoffice-spreadsheet-template.png -share/icons/oxygen/48x48/mimetypes/libreoffice-spreadsheet.png -share/icons/oxygen/48x48/mimetypes/libreoffice-text-template.png -share/icons/oxygen/48x48/mimetypes/libreoffice-text.png -share/icons/oxygen/48x48/mimetypes/mail-message-new-list.png -share/icons/oxygen/48x48/mimetypes/message-news.png -share/icons/oxygen/48x48/mimetypes/message-partial.png -share/icons/oxygen/48x48/mimetypes/message-rfc822.png -share/icons/oxygen/48x48/mimetypes/message-x-gnu-rmail.png -share/icons/oxygen/48x48/mimetypes/message.png -share/icons/oxygen/48x48/mimetypes/odf.png -share/icons/oxygen/48x48/mimetypes/package-x-generic.png -share/icons/oxygen/48x48/mimetypes/text-calendar.png -share/icons/oxygen/48x48/mimetypes/text-csharp.png -share/icons/oxygen/48x48/mimetypes/text-css.png -share/icons/oxygen/48x48/mimetypes/text-csv.png -share/icons/oxygen/48x48/mimetypes/text-directory.png -share/icons/oxygen/48x48/mimetypes/text-enriched.png -share/icons/oxygen/48x48/mimetypes/text-html.png -share/icons/oxygen/48x48/mimetypes/text-mathml.png -share/icons/oxygen/48x48/mimetypes/text-plain.png -share/icons/oxygen/48x48/mimetypes/text-rdf+xml.png -share/icons/oxygen/48x48/mimetypes/text-rdf.png -share/icons/oxygen/48x48/mimetypes/text-rtf.png -share/icons/oxygen/48x48/mimetypes/text-sgml.png -share/icons/oxygen/48x48/mimetypes/text-troff.png -share/icons/oxygen/48x48/mimetypes/text-vcalendar.png -share/icons/oxygen/48x48/mimetypes/text-vnd.abc.png -share/icons/oxygen/48x48/mimetypes/text-vnd.wap.wml.png -share/icons/oxygen/48x48/mimetypes/text-x-adasrc.png -share/icons/oxygen/48x48/mimetypes/text-x-authors.png -share/icons/oxygen/48x48/mimetypes/text-x-bibtex.png -share/icons/oxygen/48x48/mimetypes/text-x-c++hdr.png -share/icons/oxygen/48x48/mimetypes/text-x-c++src.png -share/icons/oxygen/48x48/mimetypes/text-x-changelog.png -share/icons/oxygen/48x48/mimetypes/text-x-chdr.png -share/icons/oxygen/48x48/mimetypes/text-x-cmake.png -share/icons/oxygen/48x48/mimetypes/text-x-copying.png -share/icons/oxygen/48x48/mimetypes/text-x-credits.png -share/icons/oxygen/48x48/mimetypes/text-x-csharp.png -share/icons/oxygen/48x48/mimetypes/text-x-csrc.png -share/icons/oxygen/48x48/mimetypes/text-x-dtd.png -share/icons/oxygen/48x48/mimetypes/text-x-generic.png -share/icons/oxygen/48x48/mimetypes/text-x-generic.svapplicatiopn-x-awk.png -share/icons/oxygen/48x48/mimetypes/text-x-haskell.png -share/icons/oxygen/48x48/mimetypes/text-x-hex.png -share/icons/oxygen/48x48/mimetypes/text-x-install.png -share/icons/oxygen/48x48/mimetypes/text-x-java-source.png -share/icons/oxygen/48x48/mimetypes/text-x-java.png -share/icons/oxygen/48x48/mimetypes/text-x-javascript.png -share/icons/oxygen/48x48/mimetypes/text-x-katefilelist.png -share/icons/oxygen/48x48/mimetypes/text-x-ldif.png -share/icons/oxygen/48x48/mimetypes/text-x-lilypond.png -share/icons/oxygen/48x48/mimetypes/text-x-log.png -share/icons/oxygen/48x48/mimetypes/text-x-makefile.png -share/icons/oxygen/48x48/mimetypes/text-x-nfo.png -share/icons/oxygen/48x48/mimetypes/text-x-objchdr.png -share/icons/oxygen/48x48/mimetypes/text-x-objcsrc.png -share/icons/oxygen/48x48/mimetypes/text-x-opml+xml.png -share/icons/oxygen/48x48/mimetypes/text-x-opml.png -share/icons/oxygen/48x48/mimetypes/text-x-pascal.png -share/icons/oxygen/48x48/mimetypes/text-x-patch.png -share/icons/oxygen/48x48/mimetypes/text-x-plain.png -share/icons/oxygen/48x48/mimetypes/text-x-po.png -share/icons/oxygen/48x48/mimetypes/text-x-python.png -share/icons/oxygen/48x48/mimetypes/text-x-qml.png -share/icons/oxygen/48x48/mimetypes/text-x-readme.png -share/icons/oxygen/48x48/mimetypes/text-x-rpm-spec.png -share/icons/oxygen/48x48/mimetypes/text-x-script.png -share/icons/oxygen/48x48/mimetypes/text-x-sql.png -share/icons/oxygen/48x48/mimetypes/text-x-tcl.png -share/icons/oxygen/48x48/mimetypes/text-x-tex.png -share/icons/oxygen/48x48/mimetypes/text-x-texinfo.png -share/icons/oxygen/48x48/mimetypes/text-x-vcard.png -share/icons/oxygen/48x48/mimetypes/text-x-xslfo.png -share/icons/oxygen/48x48/mimetypes/text-xmcd.png -share/icons/oxygen/48x48/mimetypes/text-xml.png -share/icons/oxygen/48x48/mimetypes/unknown.png -share/icons/oxygen/48x48/mimetypes/uri-mms.png -share/icons/oxygen/48x48/mimetypes/uri-mmst.png -share/icons/oxygen/48x48/mimetypes/uri-mmsu.png -share/icons/oxygen/48x48/mimetypes/uri-pnm.png -share/icons/oxygen/48x48/mimetypes/uri-rtspt.png -share/icons/oxygen/48x48/mimetypes/uri-rtspu.png -share/icons/oxygen/48x48/mimetypes/video-mp4.png -share/icons/oxygen/48x48/mimetypes/video-vivo.png -share/icons/oxygen/48x48/mimetypes/video-vnd.rn-realvideo.png -share/icons/oxygen/48x48/mimetypes/video-wavelet.png -share/icons/oxygen/48x48/mimetypes/video-webm.png -share/icons/oxygen/48x48/mimetypes/video-x-anim.png -share/icons/oxygen/48x48/mimetypes/video-x-flic.png -share/icons/oxygen/48x48/mimetypes/video-x-flv.png -share/icons/oxygen/48x48/mimetypes/video-x-generic.png -share/icons/oxygen/48x48/mimetypes/video-x-google-vlc-plugin.png -share/icons/oxygen/48x48/mimetypes/video-x-javafx.png -share/icons/oxygen/48x48/mimetypes/video-x-matroska.png -share/icons/oxygen/48x48/mimetypes/video-x-mng.png -share/icons/oxygen/48x48/mimetypes/video-x-ms-wmp.png -share/icons/oxygen/48x48/mimetypes/video-x-ms-wmv.png -share/icons/oxygen/48x48/mimetypes/video-x-msvideo.png -share/icons/oxygen/48x48/mimetypes/video-x-ogm+ogg.png -share/icons/oxygen/48x48/mimetypes/video-x-theor+ogg.png -share/icons/oxygen/48x48/mimetypes/video-x-wmv.png -share/icons/oxygen/48x48/mimetypes/x-kde-nsplugin-generated.png -share/icons/oxygen/48x48/mimetypes/x-mail-distribution-list.png -share/icons/oxygen/48x48/mimetypes/x-media-podcast.png -share/icons/oxygen/48x48/mimetypes/x-office-address-book.png -share/icons/oxygen/48x48/mimetypes/x-office-calendar.png -share/icons/oxygen/48x48/mimetypes/x-office-contact.png -share/icons/oxygen/48x48/mimetypes/x-office-document.png -share/icons/oxygen/48x48/mimetypes/x-office-drawing.png -share/icons/oxygen/48x48/mimetypes/x-office-presentation.png -share/icons/oxygen/48x48/mimetypes/x-office-spreadsheet.png -share/icons/oxygen/48x48/places/bookmarks.png -share/icons/oxygen/48x48/places/certificate-server.png -share/icons/oxygen/48x48/places/document-multiple.png -share/icons/oxygen/48x48/places/favorites.png -share/icons/oxygen/48x48/places/folder-activities.png -share/icons/oxygen/48x48/places/folder-add.png -share/icons/oxygen/48x48/places/folder-black.png -share/icons/oxygen/48x48/places/folder-blue.png -share/icons/oxygen/48x48/places/folder-bookmark.png -share/icons/oxygen/48x48/places/folder-brown.png -share/icons/oxygen/48x48/places/folder-cloud.png -share/icons/oxygen/48x48/places/folder-cyan.png -share/icons/oxygen/48x48/places/folder-development.png -share/icons/oxygen/48x48/places/folder-documents.png -share/icons/oxygen/48x48/places/folder-download.png -share/icons/oxygen/48x48/places/folder-downloads.png -share/icons/oxygen/48x48/places/folder-dropbox.png -share/icons/oxygen/48x48/places/folder-favorites.png -share/icons/oxygen/48x48/places/folder-gdrive.png -share/icons/oxygen/48x48/places/folder-green.png -share/icons/oxygen/48x48/places/folder-grey.png -share/icons/oxygen/48x48/places/folder-html.png -share/icons/oxygen/48x48/places/folder-image-people.png -share/icons/oxygen/48x48/places/folder-image.png -share/icons/oxygen/48x48/places/folder-images.png -share/icons/oxygen/48x48/places/folder-important.png -share/icons/oxygen/48x48/places/folder-locked.png -share/icons/oxygen/48x48/places/folder-mail.png -share/icons/oxygen/48x48/places/folder-music.png -share/icons/oxygen/48x48/places/folder-network.png -share/icons/oxygen/48x48/places/folder-onedrive.png -share/icons/oxygen/48x48/places/folder-open.png -share/icons/oxygen/48x48/places/folder-orange.png -share/icons/oxygen/48x48/places/folder-owncloud.png -share/icons/oxygen/48x48/places/folder-picture.png -share/icons/oxygen/48x48/places/folder-pictures.png -share/icons/oxygen/48x48/places/folder-print.png -share/icons/oxygen/48x48/places/folder-public.png -share/icons/oxygen/48x48/places/folder-publicshare.png -share/icons/oxygen/48x48/places/folder-red.png -share/icons/oxygen/48x48/places/folder-remote.png -share/icons/oxygen/48x48/places/folder-script.png -share/icons/oxygen/48x48/places/folder-sound.png -share/icons/oxygen/48x48/places/folder-tar.png -share/icons/oxygen/48x48/places/folder-temp.png -share/icons/oxygen/48x48/places/folder-text.png -share/icons/oxygen/48x48/places/folder-txt.png -share/icons/oxygen/48x48/places/folder-video.png -share/icons/oxygen/48x48/places/folder-videos.png -share/icons/oxygen/48x48/places/folder-violet.png -share/icons/oxygen/48x48/places/folder-yellow.png -share/icons/oxygen/48x48/places/folder.png -share/icons/oxygen/48x48/places/mail-folder-inbox.png -share/icons/oxygen/48x48/places/mail-folder-outbox.png -share/icons/oxygen/48x48/places/mail-folder-sent.png -share/icons/oxygen/48x48/places/mail-message.png -share/icons/oxygen/48x48/places/network-server-database.png -share/icons/oxygen/48x48/places/network-server.png -share/icons/oxygen/48x48/places/network-workgroup.png -share/icons/oxygen/48x48/places/repository.png -share/icons/oxygen/48x48/places/server-database.png -share/icons/oxygen/48x48/places/start-here-kde.png -share/icons/oxygen/48x48/places/start-here.png -share/icons/oxygen/48x48/places/stock_folder.png -share/icons/oxygen/48x48/places/user-desktop.png -share/icons/oxygen/48x48/places/user-home.png -share/icons/oxygen/48x48/places/user-identity.png -share/icons/oxygen/48x48/places/user-trash-full.png -share/icons/oxygen/48x48/places/user-trash.png -share/icons/oxygen/48x48/status/audio-volume-high.png -share/icons/oxygen/48x48/status/audio-volume-low.png -share/icons/oxygen/48x48/status/audio-volume-medium.png -share/icons/oxygen/48x48/status/audio-volume-muted.png -share/icons/oxygen/48x48/status/battery-040.png -share/icons/oxygen/48x48/status/battery-060.png -share/icons/oxygen/48x48/status/battery-080.png -share/icons/oxygen/48x48/status/battery-100.png -share/icons/oxygen/48x48/status/battery-caution.png -share/icons/oxygen/48x48/status/battery-charging-040.png -share/icons/oxygen/48x48/status/battery-charging-060.png -share/icons/oxygen/48x48/status/battery-charging-080.png -share/icons/oxygen/48x48/status/battery-charging-caution.png -share/icons/oxygen/48x48/status/battery-charging-low.png -share/icons/oxygen/48x48/status/battery-charging.png -share/icons/oxygen/48x48/status/battery-low.png -share/icons/oxygen/48x48/status/battery-missing.png -share/icons/oxygen/48x48/status/dialog-error.png -share/icons/oxygen/48x48/status/dialog-information.png -share/icons/oxygen/48x48/status/dialog-password.png -share/icons/oxygen/48x48/status/dialog-warning.png -share/icons/oxygen/48x48/status/folder-open.png -share/icons/oxygen/48x48/status/image-loading.png -share/icons/oxygen/48x48/status/image-missing.png -share/icons/oxygen/48x48/status/mail-attachment.png -share/icons/oxygen/48x48/status/mail-queued.png -share/icons/oxygen/48x48/status/mail-read.png -share/icons/oxygen/48x48/status/mail-replied.png -share/icons/oxygen/48x48/status/mail-tagged.png -share/icons/oxygen/48x48/status/mail-unread-new.png -share/icons/oxygen/48x48/status/mail-unread.png -share/icons/oxygen/48x48/status/media-playlist-repeat.png -share/icons/oxygen/48x48/status/media-playlist-shuffle.png -share/icons/oxygen/48x48/status/meeting-chair.png -share/icons/oxygen/48x48/status/meeting-observer.png -share/icons/oxygen/48x48/status/meeting-organizer.png -share/icons/oxygen/48x48/status/meeting-participant-optional.png -share/icons/oxygen/48x48/status/meeting-participant-reply.png -share/icons/oxygen/48x48/status/meeting-participant.png -share/icons/oxygen/48x48/status/object-locked.png -share/icons/oxygen/48x48/status/object-unlocked.png -share/icons/oxygen/48x48/status/printer-error.png -share/icons/oxygen/48x48/status/printer-printing.png -share/icons/oxygen/48x48/status/script-error.png -share/icons/oxygen/48x48/status/security-high.png -share/icons/oxygen/48x48/status/security-low.png -share/icons/oxygen/48x48/status/security-medium.png -share/icons/oxygen/48x48/status/task-accepted.png -share/icons/oxygen/48x48/status/task-attempt.png -share/icons/oxygen/48x48/status/task-attention.png -share/icons/oxygen/48x48/status/task-complete.png -share/icons/oxygen/48x48/status/task-delegate.png -share/icons/oxygen/48x48/status/task-ongoing.png -share/icons/oxygen/48x48/status/task-reject.png -share/icons/oxygen/48x48/status/user-away-extended.png -share/icons/oxygen/48x48/status/user-away.png -share/icons/oxygen/48x48/status/user-busy.png -share/icons/oxygen/48x48/status/user-invisible.png -share/icons/oxygen/48x48/status/user-offline.png -share/icons/oxygen/48x48/status/user-online.png -share/icons/oxygen/48x48/status/user-trash-full.png -share/icons/oxygen/48x48/status/wallet-closed.png -share/icons/oxygen/48x48/status/wallet-open.png -share/icons/oxygen/48x48/status/weather-clear-night.png -share/icons/oxygen/48x48/status/weather-clear.png -share/icons/oxygen/48x48/status/weather-clouds-night.png -share/icons/oxygen/48x48/status/weather-clouds.png -share/icons/oxygen/48x48/status/weather-few-clouds-night.png -share/icons/oxygen/48x48/status/weather-few-clouds.png -share/icons/oxygen/48x48/status/weather-freezing-rain.png -share/icons/oxygen/48x48/status/weather-hail.png -share/icons/oxygen/48x48/status/weather-many-clouds.png -share/icons/oxygen/48x48/status/weather-mist.png -share/icons/oxygen/48x48/status/weather-showers-day.png -share/icons/oxygen/48x48/status/weather-showers-night.png -share/icons/oxygen/48x48/status/weather-showers-scattered-day.png -share/icons/oxygen/48x48/status/weather-showers-scattered-night.png -share/icons/oxygen/48x48/status/weather-showers-scattered.png -share/icons/oxygen/48x48/status/weather-showers.png -share/icons/oxygen/48x48/status/weather-snow-rain.png -share/icons/oxygen/48x48/status/weather-snow-scattered-day.png -share/icons/oxygen/48x48/status/weather-snow-scattered-night.png -share/icons/oxygen/48x48/status/weather-snow-scattered.png -share/icons/oxygen/48x48/status/weather-snow.png -share/icons/oxygen/48x48/status/weather-storm-day.png -share/icons/oxygen/48x48/status/weather-storm-night.png -share/icons/oxygen/48x48/status/weather-storm.png -share/icons/oxygen/64x64/actions/address-book-new.png -share/icons/oxygen/64x64/actions/application-exit.png -share/icons/oxygen/64x64/actions/appointment-new.png -share/icons/oxygen/64x64/actions/bookmark-new.png -share/icons/oxygen/64x64/actions/call-start.png -share/icons/oxygen/64x64/actions/call-stop.png -share/icons/oxygen/64x64/actions/chronometer.png -share/icons/oxygen/64x64/actions/configure.png -share/icons/oxygen/64x64/actions/contact-new.png -share/icons/oxygen/64x64/actions/continue-data-project.png -share/icons/oxygen/64x64/actions/dashboard-show.png -share/icons/oxygen/64x64/actions/dialog-ok-apply.png -share/icons/oxygen/64x64/actions/dialog-ok.png -share/icons/oxygen/64x64/actions/document-edit.png -share/icons/oxygen/64x64/actions/document-preview-archive.png -share/icons/oxygen/64x64/actions/document-preview.png -share/icons/oxygen/64x64/actions/edit-bomb.png -share/icons/oxygen/64x64/actions/edit-find.png -share/icons/oxygen/64x64/actions/edit-paste.png -share/icons/oxygen/64x64/actions/go-bottom.png -share/icons/oxygen/64x64/actions/go-down.png -share/icons/oxygen/64x64/actions/go-first-view-page.png -share/icons/oxygen/64x64/actions/go-first.png -share/icons/oxygen/64x64/actions/go-last-view-page.png -share/icons/oxygen/64x64/actions/go-last.png -share/icons/oxygen/64x64/actions/go-next-view-page.png -share/icons/oxygen/64x64/actions/go-next.png -share/icons/oxygen/64x64/actions/go-previous-view-page.png -share/icons/oxygen/64x64/actions/go-previous.png -share/icons/oxygen/64x64/actions/go-top.png -share/icons/oxygen/64x64/actions/go-up.png -share/icons/oxygen/64x64/actions/im-ban-kick-user.png -share/icons/oxygen/64x64/actions/im-ban-user.png -share/icons/oxygen/64x64/actions/im-invisible-user.png -share/icons/oxygen/64x64/actions/im-kick-user.png -share/icons/oxygen/64x64/actions/im-user-away.png -share/icons/oxygen/64x64/actions/im-user-busy.png -share/icons/oxygen/64x64/actions/im-user-offline.png -share/icons/oxygen/64x64/actions/im-user.png -share/icons/oxygen/64x64/actions/insert-horizontal-rule.png -share/icons/oxygen/64x64/actions/insert-link.png -share/icons/oxygen/64x64/actions/list-add-user.png -share/icons/oxygen/64x64/actions/list-remove.png -share/icons/oxygen/64x64/actions/mail-receive.png -share/icons/oxygen/64x64/actions/resource-group.png -share/icons/oxygen/64x64/actions/roll.png -share/icons/oxygen/64x64/actions/svn-commit.png -share/icons/oxygen/64x64/actions/svn-update.png -share/icons/oxygen/64x64/actions/system-lock-screen.png -share/icons/oxygen/64x64/actions/system-log-out.png -share/icons/oxygen/64x64/actions/system-reboot.png -share/icons/oxygen/64x64/actions/system-run.png -share/icons/oxygen/64x64/actions/system-search.png -share/icons/oxygen/64x64/actions/system-shutdown.png -share/icons/oxygen/64x64/actions/system-suspend-hibernate.png -share/icons/oxygen/64x64/actions/system-suspend.png -share/icons/oxygen/64x64/actions/system-switch-user.png -share/icons/oxygen/64x64/actions/tool-animator.png -share/icons/oxygen/64x64/actions/tools-media-optical-burn-image.png -share/icons/oxygen/64x64/actions/tools-media-optical-burn.png -share/icons/oxygen/64x64/actions/tools-media-optical-erase.png -share/icons/oxygen/64x64/actions/tools-media-optical-format.png -share/icons/oxygen/64x64/actions/tools-report-bug.png -share/icons/oxygen/64x64/actions/tools-rip-audio-cd.png -share/icons/oxygen/64x64/actions/tools-rip-video-cd.png -share/icons/oxygen/64x64/actions/tools-rip-video-dvd.png -share/icons/oxygen/64x64/actions/tools-wizard.png -share/icons/oxygen/64x64/actions/transform-crop-and-resize.png -share/icons/oxygen/64x64/actions/transform-move.png -share/icons/oxygen/64x64/actions/transform-scale.png -share/icons/oxygen/64x64/actions/user-group-new.png -share/icons/oxygen/64x64/actions/view-conversation-balloon.png -share/icons/oxygen/64x64/actions/view-media-lyrics.png -share/icons/oxygen/64x64/actions/view-media-playlist.png -share/icons/oxygen/64x64/actions/view-pim-contacts.png -share/icons/oxygen/64x64/actions/view-presentation.png -share/icons/oxygen/64x64/actions/window-duplicate.png -share/icons/oxygen/64x64/actions/zoom-fit-best.png -share/icons/oxygen/64x64/actions/zoom-fit-height.png -share/icons/oxygen/64x64/actions/zoom-fit-width.png -share/icons/oxygen/64x64/apps/Charm.png -share/icons/oxygen/64x64/apps/accessories-calculator.png -share/icons/oxygen/64x64/apps/accessories-character-map.png -share/icons/oxygen/64x64/apps/accessories-dictionary.png -share/icons/oxygen/64x64/apps/accessories-text-editor.png -share/icons/oxygen/64x64/apps/acroread.png -share/icons/oxygen/64x64/apps/akonadi.png -share/icons/oxygen/64x64/apps/akregator.png -share/icons/oxygen/64x64/apps/amarok.png -share/icons/oxygen/64x64/apps/ark.png -share/icons/oxygen/64x64/apps/basket.png -share/icons/oxygen/64x64/apps/braindump.png -share/icons/oxygen/64x64/apps/calligraauthor.png -share/icons/oxygen/64x64/apps/calligraflow.png -share/icons/oxygen/64x64/apps/calligrakexi.png -share/icons/oxygen/64x64/apps/calligrakrita.png -share/icons/oxygen/64x64/apps/calligrasheets.png -share/icons/oxygen/64x64/apps/calligrastage.png -share/icons/oxygen/64x64/apps/calligrawords.png -share/icons/oxygen/64x64/apps/clock.png -share/icons/oxygen/64x64/apps/digikam.png -share/icons/oxygen/64x64/apps/dragonplayer.png -share/icons/oxygen/64x64/apps/esd.png -share/icons/oxygen/64x64/apps/filelight.png -share/icons/oxygen/64x64/apps/fontforge.png -share/icons/oxygen/64x64/apps/graphics-viewer-document.png -share/icons/oxygen/64x64/apps/gwenview.png -share/icons/oxygen/64x64/apps/help-browser.png -share/icons/oxygen/64x64/apps/hwinfo.png -share/icons/oxygen/64x64/apps/inkscape.png -share/icons/oxygen/64x64/apps/internet-mail.png -share/icons/oxygen/64x64/apps/internet-telephony.png -share/icons/oxygen/64x64/apps/internet-web-browser.png -share/icons/oxygen/64x64/apps/k3b.png -share/icons/oxygen/64x64/apps/kaddressbook.png -share/icons/oxygen/64x64/apps/kaffeine.png -share/icons/oxygen/64x64/apps/kblogger.png -share/icons/oxygen/64x64/apps/kbruch.png -share/icons/oxygen/64x64/apps/kbugbuster.png -share/icons/oxygen/64x64/apps/kchart.png -share/icons/oxygen/64x64/apps/kcolorchooser.png -share/icons/oxygen/64x64/apps/kde-gtk-config.png -share/icons/oxygen/64x64/apps/kde-windows.png -share/icons/oxygen/64x64/apps/kde.png -share/icons/oxygen/64x64/apps/kdevelop.png -share/icons/oxygen/64x64/apps/kdf.png -share/icons/oxygen/64x64/apps/kfind.png -share/icons/oxygen/64x64/apps/kformula.png -share/icons/oxygen/64x64/apps/kgpg.png -share/icons/oxygen/64x64/apps/kig.png -share/icons/oxygen/64x64/apps/kivio.png -share/icons/oxygen/64x64/apps/kjournal.png -share/icons/oxygen/64x64/apps/klipper.png -share/icons/oxygen/64x64/apps/kmag.png -share/icons/oxygen/64x64/apps/kmix.png -share/icons/oxygen/64x64/apps/kmplayer.png -share/icons/oxygen/64x64/apps/knewsticker.png -share/icons/oxygen/64x64/apps/knotes.png -share/icons/oxygen/64x64/apps/kolf.png -share/icons/oxygen/64x64/apps/konqueror.png -share/icons/oxygen/64x64/apps/kontact-import-wizard.png -share/icons/oxygen/64x64/apps/kontact.png -share/icons/oxygen/64x64/apps/konversation.png -share/icons/oxygen/64x64/apps/kopete-offline.png -share/icons/oxygen/64x64/apps/kopete.png -share/icons/oxygen/64x64/apps/korg-journal.png -share/icons/oxygen/64x64/apps/korg-todo.png -share/icons/oxygen/64x64/apps/korgac.png -share/icons/oxygen/64x64/apps/korganizer.png -share/icons/oxygen/64x64/apps/kplato.png -share/icons/oxygen/64x64/apps/kpresenter.png -share/icons/oxygen/64x64/apps/krdc.png -share/icons/oxygen/64x64/apps/krfb.png -share/icons/oxygen/64x64/apps/ksnapshot.png -share/icons/oxygen/64x64/apps/ksniffer.png -share/icons/oxygen/64x64/apps/kspread.png -share/icons/oxygen/64x64/apps/ksudoku.png -share/icons/oxygen/64x64/apps/kthesaurus.png -share/icons/oxygen/64x64/apps/ktip.png -share/icons/oxygen/64x64/apps/ktorrent.png -share/icons/oxygen/64x64/apps/kuickshow.png -share/icons/oxygen/64x64/apps/kverbos.png -share/icons/oxygen/64x64/apps/kwalletmanager.png -share/icons/oxygen/64x64/apps/kword.png -share/icons/oxygen/64x64/apps/multimedia-volume-control.png -share/icons/oxygen/64x64/apps/nepomuk.png -share/icons/oxygen/64x64/apps/office-address-book.png -share/icons/oxygen/64x64/apps/office-calendar.png -share/icons/oxygen/64x64/apps/okteta.png -share/icons/oxygen/64x64/apps/okular.png -share/icons/oxygen/64x64/apps/oxygen.png -share/icons/oxygen/64x64/apps/partitionmanager.png -share/icons/oxygen/64x64/apps/picmi.png -share/icons/oxygen/64x64/apps/planner.png -share/icons/oxygen/64x64/apps/plasma.png -share/icons/oxygen/64x64/apps/plasmagik.png -share/icons/oxygen/64x64/apps/preferences-contact-list.png -share/icons/oxygen/64x64/apps/preferences-desktop-accessibility.png -share/icons/oxygen/64x64/apps/preferences-desktop-color.png -share/icons/oxygen/64x64/apps/preferences-desktop-cryptography.png -share/icons/oxygen/64x64/apps/preferences-desktop-default-applications.png -share/icons/oxygen/64x64/apps/preferences-desktop-display-color.png -share/icons/oxygen/64x64/apps/preferences-desktop-display.png -share/icons/oxygen/64x64/apps/preferences-desktop-font.png -share/icons/oxygen/64x64/apps/preferences-desktop-gaming.png -share/icons/oxygen/64x64/apps/preferences-desktop-icons.png -share/icons/oxygen/64x64/apps/preferences-desktop-keyboard.png -share/icons/oxygen/64x64/apps/preferences-desktop-locale.png -share/icons/oxygen/64x64/apps/preferences-desktop-mouse.png -share/icons/oxygen/64x64/apps/preferences-desktop-notification.png -share/icons/oxygen/64x64/apps/preferences-desktop-printer.png -share/icons/oxygen/64x64/apps/preferences-desktop-screensaver.png -share/icons/oxygen/64x64/apps/preferences-desktop-sound.png -share/icons/oxygen/64x64/apps/preferences-desktop-text-to-speech.png -share/icons/oxygen/64x64/apps/preferences-desktop-theme.png -share/icons/oxygen/64x64/apps/preferences-desktop-user-password.png -share/icons/oxygen/64x64/apps/preferences-desktop-user.png -share/icons/oxygen/64x64/apps/preferences-desktop-wallpaper.png -share/icons/oxygen/64x64/apps/preferences-kcalc-constants.png -share/icons/oxygen/64x64/apps/preferences-plugin.png -share/icons/oxygen/64x64/apps/preferences-system-bluetooth-inactive.png -share/icons/oxygen/64x64/apps/preferences-system-bluetooth.png -share/icons/oxygen/64x64/apps/preferences-system-login.png -share/icons/oxygen/64x64/apps/preferences-system-network-sharing.png -share/icons/oxygen/64x64/apps/preferences-system-power-management.png -share/icons/oxygen/64x64/apps/preferences-system-time.png -share/icons/oxygen/64x64/apps/preferences-system-windows-actions.png -share/icons/oxygen/64x64/apps/preferences-system-windows-move.png -share/icons/oxygen/64x64/apps/preferences-system-windows.png -share/icons/oxygen/64x64/apps/qelectrotech.png -share/icons/oxygen/64x64/apps/quassel.png -share/icons/oxygen/64x64/apps/scribus.png -share/icons/oxygen/64x64/apps/semn.png -share/icons/oxygen/64x64/apps/showfoto.png -share/icons/oxygen/64x64/apps/skrooge-black.png -share/icons/oxygen/64x64/apps/skrooge-initial.png -share/icons/oxygen/64x64/apps/skrooge.png -share/icons/oxygen/64x64/apps/step.png -share/icons/oxygen/64x64/apps/strigi.png -share/icons/oxygen/64x64/apps/system-file-manager.png -share/icons/oxygen/64x64/apps/system-software-update.png -share/icons/oxygen/64x64/apps/system-users.png -share/icons/oxygen/64x64/apps/tagua.png -share/icons/oxygen/64x64/apps/telepathy-kde.png -share/icons/oxygen/64x64/apps/utilities-desktop-extra.png -share/icons/oxygen/64x64/apps/utilities-file-archiver.png -share/icons/oxygen/64x64/apps/utilities-log-viewer.png -share/icons/oxygen/64x64/apps/utilities-system-monitor.png -share/icons/oxygen/64x64/apps/utilities-terminal.png -share/icons/oxygen/64x64/apps/wine.png -share/icons/oxygen/64x64/apps/xorg.png -share/icons/oxygen/64x64/apps/yakuake.png -share/icons/oxygen/64x64/apps/zanshin.png -share/icons/oxygen/64x64/categories/applications-accessories.png -share/icons/oxygen/64x64/categories/applications-development-translation.png -share/icons/oxygen/64x64/categories/applications-development-web.png -share/icons/oxygen/64x64/categories/applications-development.png -share/icons/oxygen/64x64/categories/applications-education-language.png -share/icons/oxygen/64x64/categories/applications-education-mathematics.png -share/icons/oxygen/64x64/categories/applications-education-miscellaneous.png -share/icons/oxygen/64x64/categories/applications-education-preschool.png -share/icons/oxygen/64x64/categories/applications-education-school.png -share/icons/oxygen/64x64/categories/applications-education-science.png -share/icons/oxygen/64x64/categories/applications-education-university.png -share/icons/oxygen/64x64/categories/applications-education.png -share/icons/oxygen/64x64/categories/applications-engineering.png -share/icons/oxygen/64x64/categories/applications-games.png -share/icons/oxygen/64x64/categories/applications-graphics.png -share/icons/oxygen/64x64/categories/applications-internet.png -share/icons/oxygen/64x64/categories/applications-multimedia.png -share/icons/oxygen/64x64/categories/applications-office.png -share/icons/oxygen/64x64/categories/applications-other.png -share/icons/oxygen/64x64/categories/applications-science.png -share/icons/oxygen/64x64/categories/applications-system.png -share/icons/oxygen/64x64/categories/applications-toys.png -share/icons/oxygen/64x64/categories/applications-utilities.png -share/icons/oxygen/64x64/categories/preferences-desktop-peripherals.png -share/icons/oxygen/64x64/categories/preferences-desktop-personal.png -share/icons/oxygen/64x64/categories/preferences-desktop.png -share/icons/oxygen/64x64/categories/preferences-other.png -share/icons/oxygen/64x64/categories/preferences-system-network.png -share/icons/oxygen/64x64/categories/preferences-system.png -share/icons/oxygen/64x64/categories/system-help.png -share/icons/oxygen/64x64/devices/audio-card.png -share/icons/oxygen/64x64/devices/audio-headphones.png -share/icons/oxygen/64x64/devices/audio-headset.png -share/icons/oxygen/64x64/devices/audio-input-line.png -share/icons/oxygen/64x64/devices/audio-input-microphone.png -share/icons/oxygen/64x64/devices/battery.png -share/icons/oxygen/64x64/devices/camera-photo.png -share/icons/oxygen/64x64/devices/camera-web.png -share/icons/oxygen/64x64/devices/computer-laptop.png -share/icons/oxygen/64x64/devices/computer.png -share/icons/oxygen/64x64/devices/cpu.png -share/icons/oxygen/64x64/devices/drive-harddisk.png -share/icons/oxygen/64x64/devices/drive-optical.png -share/icons/oxygen/64x64/devices/drive-removable-media-usb-pendrive.png -share/icons/oxygen/64x64/devices/drive-removable-media-usb.png -share/icons/oxygen/64x64/devices/drive-removable-media.png -share/icons/oxygen/64x64/devices/input-gaming.png -share/icons/oxygen/64x64/devices/input-keyboard.png -share/icons/oxygen/64x64/devices/input-mouse.png -share/icons/oxygen/64x64/devices/input-tablet.png -share/icons/oxygen/64x64/devices/media-flash-memory-stick.png -share/icons/oxygen/64x64/devices/media-flash-sd-mmc.png -share/icons/oxygen/64x64/devices/media-flash-smart-media.png -share/icons/oxygen/64x64/devices/media-flash.png -share/icons/oxygen/64x64/devices/media-floppy.png -share/icons/oxygen/64x64/devices/media-optical-audio.png -share/icons/oxygen/64x64/devices/media-optical-blu-ray.png -share/icons/oxygen/64x64/devices/media-optical-data.png -share/icons/oxygen/64x64/devices/media-optical-dvd-video.png -share/icons/oxygen/64x64/devices/media-optical-dvd.png -share/icons/oxygen/64x64/devices/media-optical-mixed-cd.png -share/icons/oxygen/64x64/devices/media-optical-recordable.png -share/icons/oxygen/64x64/devices/media-optical-video.png -share/icons/oxygen/64x64/devices/media-optical.png -share/icons/oxygen/64x64/devices/media-tape.png -share/icons/oxygen/64x64/devices/modem.png -share/icons/oxygen/64x64/devices/multimedia-player-apple-ipod.png -share/icons/oxygen/64x64/devices/multimedia-player.png -share/icons/oxygen/64x64/devices/network-wired.png -share/icons/oxygen/64x64/devices/network-wireless-connected-00.png -share/icons/oxygen/64x64/devices/network-wireless-connected-100.png -share/icons/oxygen/64x64/devices/network-wireless-connected-25.png -share/icons/oxygen/64x64/devices/network-wireless-connected-50.png -share/icons/oxygen/64x64/devices/network-wireless-connected-75.png -share/icons/oxygen/64x64/devices/network-wireless-disconnected.png -share/icons/oxygen/64x64/devices/network-wireless.png -share/icons/oxygen/64x64/devices/pda.png -share/icons/oxygen/64x64/devices/phone-openmoko-freerunner.png -share/icons/oxygen/64x64/devices/phone.png -share/icons/oxygen/64x64/devices/printer-laser.png -share/icons/oxygen/64x64/devices/printer.png -share/icons/oxygen/64x64/devices/scanner.png -share/icons/oxygen/64x64/devices/smartphone.png -share/icons/oxygen/64x64/devices/tablet.png -share/icons/oxygen/64x64/devices/video-display.png -share/icons/oxygen/64x64/devices/video-projector.png -share/icons/oxygen/64x64/devices/video-television.png -share/icons/oxygen/64x64/emblems/emblem-important.png -share/icons/oxygen/64x64/emblems/emblem-mounted.png -share/icons/oxygen/64x64/emblems/emblem-symbolic-link.png -share/icons/oxygen/64x64/emotes/face-angel.png -share/icons/oxygen/64x64/emotes/face-embarrassed.png -share/icons/oxygen/64x64/emotes/face-kiss.png -share/icons/oxygen/64x64/emotes/face-laugh.png -share/icons/oxygen/64x64/emotes/face-plain.png -share/icons/oxygen/64x64/emotes/face-raspberry.png -share/icons/oxygen/64x64/emotes/face-sad.png -share/icons/oxygen/64x64/emotes/face-smile-big.png -share/icons/oxygen/64x64/emotes/face-smile.png -share/icons/oxygen/64x64/emotes/face-surprise.png -share/icons/oxygen/64x64/emotes/face-uncertain.png -share/icons/oxygen/64x64/emotes/face-wink.png -share/icons/oxygen/64x64/mimetypes/application-atom+xml.png -share/icons/oxygen/64x64/mimetypes/application-epub+zip.png -share/icons/oxygen/64x64/mimetypes/application-illustrator.png -share/icons/oxygen/64x64/mimetypes/application-javascript.png -share/icons/oxygen/64x64/mimetypes/application-msword-template.png -share/icons/oxygen/64x64/mimetypes/application-msword.png -share/icons/oxygen/64x64/mimetypes/application-octet-stream.png -share/icons/oxygen/64x64/mimetypes/application-ogg.png -share/icons/oxygen/64x64/mimetypes/application-pdf.png -share/icons/oxygen/64x64/mimetypes/application-pgp-encrypted.png -share/icons/oxygen/64x64/mimetypes/application-pgp-keys.png -share/icons/oxygen/64x64/mimetypes/application-pkcs7-mime.png -share/icons/oxygen/64x64/mimetypes/application-postscript.png -share/icons/oxygen/64x64/mimetypes/application-relaxng.png -share/icons/oxygen/64x64/mimetypes/application-rss+xml.png -share/icons/oxygen/64x64/mimetypes/application-rtf.png -share/icons/oxygen/64x64/mimetypes/application-sxw.png -share/icons/oxygen/64x64/mimetypes/application-vnd-google-earth-kml.png -share/icons/oxygen/64x64/mimetypes/application-vnd.iccprofile.png -share/icons/oxygen/64x64/mimetypes/application-vnd.ms-access.png -share/icons/oxygen/64x64/mimetypes/application-vnd.ms-excel.png -share/icons/oxygen/64x64/mimetypes/application-vnd.ms-powerpoint.png -share/icons/oxygen/64x64/mimetypes/application-vnd.oasis.opendocument.chart.png -share/icons/oxygen/64x64/mimetypes/application-vnd.oasis.opendocument.database.png -share/icons/oxygen/64x64/mimetypes/application-vnd.oasis.opendocument.draw.template.png -share/icons/oxygen/64x64/mimetypes/application-vnd.oasis.opendocument.drawing.png -share/icons/oxygen/64x64/mimetypes/application-vnd.oasis.opendocument.drawing.template.png -share/icons/oxygen/64x64/mimetypes/application-vnd.oasis.opendocument.formula-template.png -share/icons/oxygen/64x64/mimetypes/application-vnd.oasis.opendocument.formula.png -share/icons/oxygen/64x64/mimetypes/application-vnd.oasis.opendocument.graphics.png -share/icons/oxygen/64x64/mimetypes/application-vnd.oasis.opendocument.image.png -share/icons/oxygen/64x64/mimetypes/application-vnd.oasis.opendocument.presentation-template.png -share/icons/oxygen/64x64/mimetypes/application-vnd.oasis.opendocument.presentation.png -share/icons/oxygen/64x64/mimetypes/application-vnd.oasis.opendocument.spreadsheet-template.png -share/icons/oxygen/64x64/mimetypes/application-vnd.oasis.opendocument.spreadsheet.png -share/icons/oxygen/64x64/mimetypes/application-vnd.oasis.opendocument.text-master.png -share/icons/oxygen/64x64/mimetypes/application-vnd.oasis.opendocument.text-template.png -share/icons/oxygen/64x64/mimetypes/application-vnd.oasis.opendocument.text.png -share/icons/oxygen/64x64/mimetypes/application-vnd.oasis.opendocument.web.template.png -share/icons/oxygen/64x64/mimetypes/application-vnd.openxmlformats-officedocument.wordprocessingml.document.png -share/icons/oxygen/64x64/mimetypes/application-vnd.rn-realmedia.png -share/icons/oxygen/64x64/mimetypes/application-vnd.scribus.png -share/icons/oxygen/64x64/mimetypes/application-vnd.stardivision.calc.png -share/icons/oxygen/64x64/mimetypes/application-vnd.stardivision.draw.png -share/icons/oxygen/64x64/mimetypes/application-vnd.stardivision.mail.png -share/icons/oxygen/64x64/mimetypes/application-vnd.stardivision.math.png -share/icons/oxygen/64x64/mimetypes/application-vnd.sun.xml.calc.png -share/icons/oxygen/64x64/mimetypes/application-vnd.sun.xml.calc.template.png -share/icons/oxygen/64x64/mimetypes/application-vnd.sun.xml.draw.png -share/icons/oxygen/64x64/mimetypes/application-vnd.sun.xml.draw.template.png -share/icons/oxygen/64x64/mimetypes/application-vnd.sun.xml.impress.png -share/icons/oxygen/64x64/mimetypes/application-vnd.sun.xml.impress.template.png -share/icons/oxygen/64x64/mimetypes/application-vnd.sun.xml.math.png -share/icons/oxygen/64x64/mimetypes/application-vnd.sun.xml.writer.global.png -share/icons/oxygen/64x64/mimetypes/application-vnd.sun.xml.writer.png -share/icons/oxygen/64x64/mimetypes/application-vnd.sun.xml.writer.template.png -share/icons/oxygen/64x64/mimetypes/application-vnd.wordperfect.png -share/icons/oxygen/64x64/mimetypes/application-x-7z-compressed.png -share/icons/oxygen/64x64/mimetypes/application-x-abiword.png -share/icons/oxygen/64x64/mimetypes/application-x-ace.png -share/icons/oxygen/64x64/mimetypes/application-x-applix-spreadsheet.png -share/icons/oxygen/64x64/mimetypes/application-x-applix-word.png -share/icons/oxygen/64x64/mimetypes/application-x-ar.png -share/icons/oxygen/64x64/mimetypes/application-x-arc.png -share/icons/oxygen/64x64/mimetypes/application-x-archive.png -share/icons/oxygen/64x64/mimetypes/application-x-arj.png -share/icons/oxygen/64x64/mimetypes/application-x-awk.png -share/icons/oxygen/64x64/mimetypes/application-x-bittorrent.png -share/icons/oxygen/64x64/mimetypes/application-x-blender.png -share/icons/oxygen/64x64/mimetypes/application-x-bzdvi.png -share/icons/oxygen/64x64/mimetypes/application-x-bzip-compressed-tar.png -share/icons/oxygen/64x64/mimetypes/application-x-bzip.png -share/icons/oxygen/64x64/mimetypes/application-x-cd-image.png -share/icons/oxygen/64x64/mimetypes/application-x-cda.png -share/icons/oxygen/64x64/mimetypes/application-x-chm.png -share/icons/oxygen/64x64/mimetypes/application-x-compress.png -share/icons/oxygen/64x64/mimetypes/application-x-compressed-tar.png -share/icons/oxygen/64x64/mimetypes/application-x-cpio.png -share/icons/oxygen/64x64/mimetypes/application-x-cue.png -share/icons/oxygen/64x64/mimetypes/application-x-deb.png -share/icons/oxygen/64x64/mimetypes/application-x-designer.png -share/icons/oxygen/64x64/mimetypes/application-x-desktop.png -share/icons/oxygen/64x64/mimetypes/application-x-dgn.png -share/icons/oxygen/64x64/mimetypes/application-x-egon.png -share/icons/oxygen/64x64/mimetypes/application-x-executable-script.png -share/icons/oxygen/64x64/mimetypes/application-x-executable.png -share/icons/oxygen/64x64/mimetypes/application-x-flash-video.png -share/icons/oxygen/64x64/mimetypes/application-x-font-afm.png -share/icons/oxygen/64x64/mimetypes/application-x-font-bdf.png -share/icons/oxygen/64x64/mimetypes/application-x-font-otf.png -share/icons/oxygen/64x64/mimetypes/application-x-font-pcf.png -share/icons/oxygen/64x64/mimetypes/application-x-font-snf.png -share/icons/oxygen/64x64/mimetypes/application-x-font-ttf.png -share/icons/oxygen/64x64/mimetypes/application-x-font-type1.png -share/icons/oxygen/64x64/mimetypes/application-x-gnumeric.png -share/icons/oxygen/64x64/mimetypes/application-x-gzdvi.png -share/icons/oxygen/64x64/mimetypes/application-x-gzip.png -share/icons/oxygen/64x64/mimetypes/application-x-gzpostscript.png -share/icons/oxygen/64x64/mimetypes/application-x-iso.png -share/icons/oxygen/64x64/mimetypes/application-x-it87.png -share/icons/oxygen/64x64/mimetypes/application-x-jar.png -share/icons/oxygen/64x64/mimetypes/application-x-java-applet.png -share/icons/oxygen/64x64/mimetypes/application-x-java-archive.png -share/icons/oxygen/64x64/mimetypes/application-x-java.png -share/icons/oxygen/64x64/mimetypes/application-x-javascript.png -share/icons/oxygen/64x64/mimetypes/application-x-k3b.png -share/icons/oxygen/64x64/mimetypes/application-x-kcsrc.png -share/icons/oxygen/64x64/mimetypes/application-x-kdenlivetitle.png -share/icons/oxygen/64x64/mimetypes/application-x-kexi-connectiondata.png -share/icons/oxygen/64x64/mimetypes/application-x-kexiproject-shortcut.png -share/icons/oxygen/64x64/mimetypes/application-x-kexiproject-sqlite.png -share/icons/oxygen/64x64/mimetypes/application-x-kexiproject-sqlite2.png -share/icons/oxygen/64x64/mimetypes/application-x-kexiproject-sqlite3.png -share/icons/oxygen/64x64/mimetypes/application-x-kformula.png -share/icons/oxygen/64x64/mimetypes/application-x-kgetlist.png -share/icons/oxygen/64x64/mimetypes/application-x-kontour.png -share/icons/oxygen/64x64/mimetypes/application-x-kplato.png -share/icons/oxygen/64x64/mimetypes/application-x-krita.png -share/icons/oxygen/64x64/mimetypes/application-x-kvtml.png -share/icons/oxygen/64x64/mimetypes/application-x-kword.png -share/icons/oxygen/64x64/mimetypes/application-x-lha.png -share/icons/oxygen/64x64/mimetypes/application-x-lyx.png -share/icons/oxygen/64x64/mimetypes/application-x-lzma-compressed-tar.png -share/icons/oxygen/64x64/mimetypes/application-x-lzop.png -share/icons/oxygen/64x64/mimetypes/application-x-m4.png -share/icons/oxygen/64x64/mimetypes/application-x-marble.png -share/icons/oxygen/64x64/mimetypes/application-x-mimearchive.png -share/icons/oxygen/64x64/mimetypes/application-x-mplayer2.png -share/icons/oxygen/64x64/mimetypes/application-x-ms-dos-executable.png -share/icons/oxygen/64x64/mimetypes/application-x-mswinurl.png -share/icons/oxygen/64x64/mimetypes/application-x-mswrite.png -share/icons/oxygen/64x64/mimetypes/application-x-nzb.png -share/icons/oxygen/64x64/mimetypes/application-x-object.png -share/icons/oxygen/64x64/mimetypes/application-x-pak.png -share/icons/oxygen/64x64/mimetypes/application-x-pem-key.png -share/icons/oxygen/64x64/mimetypes/application-x-perl.png -share/icons/oxygen/64x64/mimetypes/application-x-php.png -share/icons/oxygen/64x64/mimetypes/application-x-plasma.png -share/icons/oxygen/64x64/mimetypes/application-x-python-bytecode.png -share/icons/oxygen/64x64/mimetypes/application-x-qet-element.png -share/icons/oxygen/64x64/mimetypes/application-x-qet-project.png -share/icons/oxygen/64x64/mimetypes/application-x-quattropro.png -share/icons/oxygen/64x64/mimetypes/application-x-rar.png -share/icons/oxygen/64x64/mimetypes/application-x-raw-disk-image.png -share/icons/oxygen/64x64/mimetypes/application-x-rpm.png -share/icons/oxygen/64x64/mimetypes/application-x-ruby.png -share/icons/oxygen/64x64/mimetypes/application-x-sharedlib.png -share/icons/oxygen/64x64/mimetypes/application-x-shellscript.png -share/icons/oxygen/64x64/mimetypes/application-x-shockwave-flash.png -share/icons/oxygen/64x64/mimetypes/application-x-siag.png -share/icons/oxygen/64x64/mimetypes/application-x-sif.png -share/icons/oxygen/64x64/mimetypes/application-x-skg.png -share/icons/oxygen/64x64/mimetypes/application-x-skgc.png -share/icons/oxygen/64x64/mimetypes/application-x-smb-server.png -share/icons/oxygen/64x64/mimetypes/application-x-smb-workgroup.png -share/icons/oxygen/64x64/mimetypes/application-x-sqlite2.png -share/icons/oxygen/64x64/mimetypes/application-x-sqlite3.png -share/icons/oxygen/64x64/mimetypes/application-x-srt.png -share/icons/oxygen/64x64/mimetypes/application-x-srtrip.png -share/icons/oxygen/64x64/mimetypes/application-x-subrip.png -share/icons/oxygen/64x64/mimetypes/application-x-tar.png -share/icons/oxygen/64x64/mimetypes/application-x-tarz.png -share/icons/oxygen/64x64/mimetypes/application-x-tgif.png -share/icons/oxygen/64x64/mimetypes/application-x-trash.png -share/icons/oxygen/64x64/mimetypes/application-x-troff-man.png -share/icons/oxygen/64x64/mimetypes/application-x-tzo.png -share/icons/oxygen/64x64/mimetypes/application-x-wmf.png -share/icons/oxygen/64x64/mimetypes/application-x-zerosize.png -share/icons/oxygen/64x64/mimetypes/application-x-zoo.png -share/icons/oxygen/64x64/mimetypes/application-xhtml+xml.png -share/icons/oxygen/64x64/mimetypes/application-xml.png -share/icons/oxygen/64x64/mimetypes/application-xsd.png -share/icons/oxygen/64x64/mimetypes/application-xslt+xml.png -share/icons/oxygen/64x64/mimetypes/application-zip.png -share/icons/oxygen/64x64/mimetypes/audio-ac3.png -share/icons/oxygen/64x64/mimetypes/audio-midi.png -share/icons/oxygen/64x64/mimetypes/audio-mp2.png -share/icons/oxygen/64x64/mimetypes/audio-mp3.png -share/icons/oxygen/64x64/mimetypes/audio-mp4.png -share/icons/oxygen/64x64/mimetypes/audio-prs.sid.png -share/icons/oxygen/64x64/mimetypes/audio-vn.rn-realmedia.png -share/icons/oxygen/64x64/mimetypes/audio-vn.rn-realvideo.png -share/icons/oxygen/64x64/mimetypes/audio-vnd.rn-realvideo.png -share/icons/oxygen/64x64/mimetypes/audio-x-adpcm.png -share/icons/oxygen/64x64/mimetypes/audio-x-aiff.png -share/icons/oxygen/64x64/mimetypes/audio-x-flac+ogg.png -share/icons/oxygen/64x64/mimetypes/audio-x-flac.png -share/icons/oxygen/64x64/mimetypes/audio-x-generic.png -share/icons/oxygen/64x64/mimetypes/audio-x-monkey.png -share/icons/oxygen/64x64/mimetypes/audio-x-mp2.png -share/icons/oxygen/64x64/mimetypes/audio-x-mpeg.png -share/icons/oxygen/64x64/mimetypes/audio-x-speex+ogg.png -share/icons/oxygen/64x64/mimetypes/audio-x-wav.png -share/icons/oxygen/64x64/mimetypes/encrypted.png -share/icons/oxygen/64x64/mimetypes/fonts-package.png -share/icons/oxygen/64x64/mimetypes/image-bmp.png -share/icons/oxygen/64x64/mimetypes/image-gif.png -share/icons/oxygen/64x64/mimetypes/image-jpeg.png -share/icons/oxygen/64x64/mimetypes/image-jpeg2000.png -share/icons/oxygen/64x64/mimetypes/image-png.png -share/icons/oxygen/64x64/mimetypes/image-svg+xml-compressed.png -share/icons/oxygen/64x64/mimetypes/image-svg+xml.png -share/icons/oxygen/64x64/mimetypes/image-tiff.png -share/icons/oxygen/64x64/mimetypes/image-vnd.adobe.photoshop.png -share/icons/oxygen/64x64/mimetypes/image-vnd.dwg.png -share/icons/oxygen/64x64/mimetypes/image-x-adobe-dng.png -share/icons/oxygen/64x64/mimetypes/image-x-compressed-xcf.png -share/icons/oxygen/64x64/mimetypes/image-x-emf.png -share/icons/oxygen/64x64/mimetypes/image-x-eps.png -share/icons/oxygen/64x64/mimetypes/image-x-generic.png -share/icons/oxygen/64x64/mimetypes/image-x-krita.png -share/icons/oxygen/64x64/mimetypes/image-x-portable-bitmap.png -share/icons/oxygen/64x64/mimetypes/image-x-psd.png -share/icons/oxygen/64x64/mimetypes/image-x-psdimage-x-psd.png -share/icons/oxygen/64x64/mimetypes/image-x-tga.png -share/icons/oxygen/64x64/mimetypes/image-x-vnd.trolltech.qpicture.png -share/icons/oxygen/64x64/mimetypes/image-x-win-bitmap.png -share/icons/oxygen/64x64/mimetypes/image-x-win-bmp.png -share/icons/oxygen/64x64/mimetypes/image-x-wmf.png -share/icons/oxygen/64x64/mimetypes/image-x-xcf.png -share/icons/oxygen/64x64/mimetypes/image-x-xfig.png -share/icons/oxygen/64x64/mimetypes/inode-directory.png -share/icons/oxygen/64x64/mimetypes/libreoffice-database.png -share/icons/oxygen/64x64/mimetypes/libreoffice-drawing-template.png -share/icons/oxygen/64x64/mimetypes/libreoffice-drawing.png -share/icons/oxygen/64x64/mimetypes/libreoffice-formula.png -share/icons/oxygen/64x64/mimetypes/libreoffice-oasis-database.png -share/icons/oxygen/64x64/mimetypes/libreoffice-oasis-drawing-template.png -share/icons/oxygen/64x64/mimetypes/libreoffice-oasis-drawing.png -share/icons/oxygen/64x64/mimetypes/libreoffice-oasis-formula.png -share/icons/oxygen/64x64/mimetypes/libreoffice-oasis-presentation-template.png -share/icons/oxygen/64x64/mimetypes/libreoffice-oasis-presentation.png -share/icons/oxygen/64x64/mimetypes/libreoffice-oasis-spreadsheet-template.png -share/icons/oxygen/64x64/mimetypes/libreoffice-oasis-spreadsheet.png -share/icons/oxygen/64x64/mimetypes/libreoffice-oasis-text-template.png -share/icons/oxygen/64x64/mimetypes/libreoffice-oasis-text.png -share/icons/oxygen/64x64/mimetypes/libreoffice-oasis-web-template.png -share/icons/oxygen/64x64/mimetypes/libreoffice-presentation-template.png -share/icons/oxygen/64x64/mimetypes/libreoffice-presentation.png -share/icons/oxygen/64x64/mimetypes/libreoffice-spreadsheet-template.png -share/icons/oxygen/64x64/mimetypes/libreoffice-spreadsheet.png -share/icons/oxygen/64x64/mimetypes/libreoffice-text-template.png -share/icons/oxygen/64x64/mimetypes/libreoffice-text.png -share/icons/oxygen/64x64/mimetypes/mail-message-new-list.png -share/icons/oxygen/64x64/mimetypes/message-news.png -share/icons/oxygen/64x64/mimetypes/message-partial.png -share/icons/oxygen/64x64/mimetypes/message-rfc822.png -share/icons/oxygen/64x64/mimetypes/message-x-gnu-rmail.png -share/icons/oxygen/64x64/mimetypes/message.png -share/icons/oxygen/64x64/mimetypes/odf.png -share/icons/oxygen/64x64/mimetypes/package-x-generic.png -share/icons/oxygen/64x64/mimetypes/text-calendar.png -share/icons/oxygen/64x64/mimetypes/text-csharp.png -share/icons/oxygen/64x64/mimetypes/text-css.png -share/icons/oxygen/64x64/mimetypes/text-csv.png -share/icons/oxygen/64x64/mimetypes/text-directory.png -share/icons/oxygen/64x64/mimetypes/text-enriched.png -share/icons/oxygen/64x64/mimetypes/text-html.png -share/icons/oxygen/64x64/mimetypes/text-mathml.png -share/icons/oxygen/64x64/mimetypes/text-plain.png -share/icons/oxygen/64x64/mimetypes/text-rdf+xml.png -share/icons/oxygen/64x64/mimetypes/text-rdf.png -share/icons/oxygen/64x64/mimetypes/text-rtf.png -share/icons/oxygen/64x64/mimetypes/text-sgml.png -share/icons/oxygen/64x64/mimetypes/text-troff.png -share/icons/oxygen/64x64/mimetypes/text-vcalendar.png -share/icons/oxygen/64x64/mimetypes/text-vnd.abc.png -share/icons/oxygen/64x64/mimetypes/text-vnd.wap.wml.png -share/icons/oxygen/64x64/mimetypes/text-x-adasrc.png -share/icons/oxygen/64x64/mimetypes/text-x-authors.png -share/icons/oxygen/64x64/mimetypes/text-x-bibtex.png -share/icons/oxygen/64x64/mimetypes/text-x-c++hdr.png -share/icons/oxygen/64x64/mimetypes/text-x-c++src.png -share/icons/oxygen/64x64/mimetypes/text-x-changelog.png -share/icons/oxygen/64x64/mimetypes/text-x-chdr.png -share/icons/oxygen/64x64/mimetypes/text-x-cmake.png -share/icons/oxygen/64x64/mimetypes/text-x-copying.png -share/icons/oxygen/64x64/mimetypes/text-x-credits.png -share/icons/oxygen/64x64/mimetypes/text-x-csharp.png -share/icons/oxygen/64x64/mimetypes/text-x-csrc.png -share/icons/oxygen/64x64/mimetypes/text-x-dtd.png -share/icons/oxygen/64x64/mimetypes/text-x-generic.png -share/icons/oxygen/64x64/mimetypes/text-x-generic.svapplicatiopn-x-awk.png -share/icons/oxygen/64x64/mimetypes/text-x-haskell.png -share/icons/oxygen/64x64/mimetypes/text-x-hex.png -share/icons/oxygen/64x64/mimetypes/text-x-install.png -share/icons/oxygen/64x64/mimetypes/text-x-java-source.png -share/icons/oxygen/64x64/mimetypes/text-x-java.png -share/icons/oxygen/64x64/mimetypes/text-x-javascript.png -share/icons/oxygen/64x64/mimetypes/text-x-katefilelist.png -share/icons/oxygen/64x64/mimetypes/text-x-ldif.png -share/icons/oxygen/64x64/mimetypes/text-x-lilypond.png -share/icons/oxygen/64x64/mimetypes/text-x-log.png -share/icons/oxygen/64x64/mimetypes/text-x-makefile.png -share/icons/oxygen/64x64/mimetypes/text-x-nfo.png -share/icons/oxygen/64x64/mimetypes/text-x-objchdr.png -share/icons/oxygen/64x64/mimetypes/text-x-objcsrc.png -share/icons/oxygen/64x64/mimetypes/text-x-opml+xml.png -share/icons/oxygen/64x64/mimetypes/text-x-opml.png -share/icons/oxygen/64x64/mimetypes/text-x-pascal.png -share/icons/oxygen/64x64/mimetypes/text-x-patch.png -share/icons/oxygen/64x64/mimetypes/text-x-plain.png -share/icons/oxygen/64x64/mimetypes/text-x-po.png -share/icons/oxygen/64x64/mimetypes/text-x-python.png -share/icons/oxygen/64x64/mimetypes/text-x-qml.png -share/icons/oxygen/64x64/mimetypes/text-x-readme.png -share/icons/oxygen/64x64/mimetypes/text-x-rpm-spec.png -share/icons/oxygen/64x64/mimetypes/text-x-script.png -share/icons/oxygen/64x64/mimetypes/text-x-sql.png -share/icons/oxygen/64x64/mimetypes/text-x-tcl.png -share/icons/oxygen/64x64/mimetypes/text-x-tex.png -share/icons/oxygen/64x64/mimetypes/text-x-texinfo.png -share/icons/oxygen/64x64/mimetypes/text-x-vcard.png -share/icons/oxygen/64x64/mimetypes/text-x-xslfo.png -share/icons/oxygen/64x64/mimetypes/text-xmcd.png -share/icons/oxygen/64x64/mimetypes/text-xml.png -share/icons/oxygen/64x64/mimetypes/unknown.png -share/icons/oxygen/64x64/mimetypes/uri-mms.png -share/icons/oxygen/64x64/mimetypes/uri-mmst.png -share/icons/oxygen/64x64/mimetypes/uri-mmsu.png -share/icons/oxygen/64x64/mimetypes/uri-pnm.png -share/icons/oxygen/64x64/mimetypes/uri-rtspt.png -share/icons/oxygen/64x64/mimetypes/uri-rtspu.png -share/icons/oxygen/64x64/mimetypes/video-mp4.png -share/icons/oxygen/64x64/mimetypes/video-vivo.png -share/icons/oxygen/64x64/mimetypes/video-vnd.rn-realvideo.png -share/icons/oxygen/64x64/mimetypes/video-wavelet.png -share/icons/oxygen/64x64/mimetypes/video-webm.png -share/icons/oxygen/64x64/mimetypes/video-x-anim.png -share/icons/oxygen/64x64/mimetypes/video-x-flic.png -share/icons/oxygen/64x64/mimetypes/video-x-flv.png -share/icons/oxygen/64x64/mimetypes/video-x-generic.png -share/icons/oxygen/64x64/mimetypes/video-x-google-vlc-plugin.png -share/icons/oxygen/64x64/mimetypes/video-x-javafx.png -share/icons/oxygen/64x64/mimetypes/video-x-matroska.png -share/icons/oxygen/64x64/mimetypes/video-x-mng.png -share/icons/oxygen/64x64/mimetypes/video-x-ms-wmp.png -share/icons/oxygen/64x64/mimetypes/video-x-ms-wmv.png -share/icons/oxygen/64x64/mimetypes/video-x-msvideo.png -share/icons/oxygen/64x64/mimetypes/video-x-ogm+ogg.png -share/icons/oxygen/64x64/mimetypes/video-x-theor+ogg.png -share/icons/oxygen/64x64/mimetypes/video-x-wmv.png -share/icons/oxygen/64x64/mimetypes/x-kde-nsplugin-generated.png -share/icons/oxygen/64x64/mimetypes/x-mail-distribution-list.png -share/icons/oxygen/64x64/mimetypes/x-media-podcast.png -share/icons/oxygen/64x64/mimetypes/x-office-address-book.png -share/icons/oxygen/64x64/mimetypes/x-office-calendar.png -share/icons/oxygen/64x64/mimetypes/x-office-document.png -share/icons/oxygen/64x64/mimetypes/x-office-drawing.png -share/icons/oxygen/64x64/mimetypes/x-office-presentation.png -share/icons/oxygen/64x64/mimetypes/x-office-spreadsheet.png -share/icons/oxygen/64x64/places/bookmarks.png -share/icons/oxygen/64x64/places/certificate-server.png -share/icons/oxygen/64x64/places/document-multiple.png -share/icons/oxygen/64x64/places/favorites.png -share/icons/oxygen/64x64/places/folder-black.png -share/icons/oxygen/64x64/places/folder-blue.png -share/icons/oxygen/64x64/places/folder-bookmark.png -share/icons/oxygen/64x64/places/folder-brown.png -share/icons/oxygen/64x64/places/folder-cloud.png -share/icons/oxygen/64x64/places/folder-cyan.png -share/icons/oxygen/64x64/places/folder-development.png -share/icons/oxygen/64x64/places/folder-documents.png -share/icons/oxygen/64x64/places/folder-download.png -share/icons/oxygen/64x64/places/folder-downloads.png -share/icons/oxygen/64x64/places/folder-dropbox.png -share/icons/oxygen/64x64/places/folder-favorites.png -share/icons/oxygen/64x64/places/folder-gdrive.png -share/icons/oxygen/64x64/places/folder-green.png -share/icons/oxygen/64x64/places/folder-grey.png -share/icons/oxygen/64x64/places/folder-html.png -share/icons/oxygen/64x64/places/folder-image-people.png -share/icons/oxygen/64x64/places/folder-image.png -share/icons/oxygen/64x64/places/folder-images.png -share/icons/oxygen/64x64/places/folder-important.png -share/icons/oxygen/64x64/places/folder-locked.png -share/icons/oxygen/64x64/places/folder-mail.png -share/icons/oxygen/64x64/places/folder-music.png -share/icons/oxygen/64x64/places/folder-network.png -share/icons/oxygen/64x64/places/folder-onedrive.png -share/icons/oxygen/64x64/places/folder-orange.png -share/icons/oxygen/64x64/places/folder-owncloud.png -share/icons/oxygen/64x64/places/folder-picture.png -share/icons/oxygen/64x64/places/folder-pictures.png -share/icons/oxygen/64x64/places/folder-print.png -share/icons/oxygen/64x64/places/folder-public.png -share/icons/oxygen/64x64/places/folder-publicshare.png -share/icons/oxygen/64x64/places/folder-red.png -share/icons/oxygen/64x64/places/folder-remote.png -share/icons/oxygen/64x64/places/folder-script.png -share/icons/oxygen/64x64/places/folder-sound.png -share/icons/oxygen/64x64/places/folder-tar.png -share/icons/oxygen/64x64/places/folder-temp.png -share/icons/oxygen/64x64/places/folder-text.png -share/icons/oxygen/64x64/places/folder-txt.png -share/icons/oxygen/64x64/places/folder-video.png -share/icons/oxygen/64x64/places/folder-videos.png -share/icons/oxygen/64x64/places/folder-violet.png -share/icons/oxygen/64x64/places/folder-yellow.png -share/icons/oxygen/64x64/places/folder.png -share/icons/oxygen/64x64/places/mail-folder-outbox.png -share/icons/oxygen/64x64/places/mail-folder-sent.png -share/icons/oxygen/64x64/places/mail-message.png -share/icons/oxygen/64x64/places/network-server-database.png -share/icons/oxygen/64x64/places/network-server.png -share/icons/oxygen/64x64/places/network-workgroup.png -share/icons/oxygen/64x64/places/repository.png -share/icons/oxygen/64x64/places/server-database.png -share/icons/oxygen/64x64/places/start-here-kde.png -share/icons/oxygen/64x64/places/start-here.png -share/icons/oxygen/64x64/places/stock_folder.png -share/icons/oxygen/64x64/places/user-desktop.png -share/icons/oxygen/64x64/places/user-home.png -share/icons/oxygen/64x64/places/user-identity.png -share/icons/oxygen/64x64/places/user-trash-full.png -share/icons/oxygen/64x64/places/user-trash.png -share/icons/oxygen/64x64/status/dialog-error.png -share/icons/oxygen/64x64/status/dialog-information.png -share/icons/oxygen/64x64/status/dialog-password.png -share/icons/oxygen/64x64/status/dialog-warning.png -share/icons/oxygen/64x64/status/image-missing.png -share/icons/oxygen/64x64/status/mail-queued.png -share/icons/oxygen/64x64/status/mail-unread-new.png -share/icons/oxygen/64x64/status/meeting-chair.png -share/icons/oxygen/64x64/status/meeting-observer.png -share/icons/oxygen/64x64/status/meeting-organizer.png -share/icons/oxygen/64x64/status/meeting-participant-optional.png -share/icons/oxygen/64x64/status/meeting-participant-reply.png -share/icons/oxygen/64x64/status/meeting-participant.png -share/icons/oxygen/64x64/status/script-error.png -share/icons/oxygen/64x64/status/security-high.png -share/icons/oxygen/64x64/status/security-low.png -share/icons/oxygen/64x64/status/security-medium.png -share/icons/oxygen/64x64/status/user-away-extended.png -share/icons/oxygen/64x64/status/user-away.png -share/icons/oxygen/64x64/status/user-busy.png -share/icons/oxygen/64x64/status/user-invisible.png -share/icons/oxygen/64x64/status/user-offline.png -share/icons/oxygen/64x64/status/user-online.png -share/icons/oxygen/64x64/status/user-trash-full.png -share/icons/oxygen/64x64/status/weather-clear-night.png -share/icons/oxygen/64x64/status/weather-clear.png -share/icons/oxygen/64x64/status/weather-clouds-night.png -share/icons/oxygen/64x64/status/weather-clouds.png -share/icons/oxygen/64x64/status/weather-few-clouds-night.png -share/icons/oxygen/64x64/status/weather-few-clouds.png -share/icons/oxygen/64x64/status/weather-freezing-rain.png -share/icons/oxygen/64x64/status/weather-hail.png -share/icons/oxygen/64x64/status/weather-many-clouds.png -share/icons/oxygen/64x64/status/weather-mist.png -share/icons/oxygen/64x64/status/weather-showers-day.png -share/icons/oxygen/64x64/status/weather-showers-night.png -share/icons/oxygen/64x64/status/weather-showers-scattered-day.png -share/icons/oxygen/64x64/status/weather-showers-scattered-night.png -share/icons/oxygen/64x64/status/weather-showers-scattered.png -share/icons/oxygen/64x64/status/weather-showers.png -share/icons/oxygen/64x64/status/weather-snow-rain.png -share/icons/oxygen/64x64/status/weather-snow-scattered-day.png -share/icons/oxygen/64x64/status/weather-snow-scattered-night.png -share/icons/oxygen/64x64/status/weather-snow-scattered.png -share/icons/oxygen/64x64/status/weather-snow.png -share/icons/oxygen/64x64/status/weather-storm-day.png -share/icons/oxygen/64x64/status/weather-storm-night.png -share/icons/oxygen/64x64/status/weather-storm.png -share/icons/oxygen/8x8/emblems/checkmark.png -share/icons/oxygen/8x8/emblems/emblem-checked.png -share/icons/oxygen/8x8/emblems/emblem-encrypted-locked.png -share/icons/oxygen/8x8/emblems/emblem-encrypted-unlocked.png -share/icons/oxygen/8x8/emblems/emblem-important.png -share/icons/oxygen/8x8/emblems/emblem-link.png -share/icons/oxygen/8x8/emblems/emblem-locked.png -share/icons/oxygen/8x8/emblems/emblem-mounted.png -share/icons/oxygen/8x8/emblems/emblem-new.png -share/icons/oxygen/8x8/emblems/emblem-pause.png -share/icons/oxygen/8x8/emblems/emblem-unavailable.png -share/icons/oxygen/8x8/emblems/emblem-unlocked.png -share/icons/oxygen/8x8/emblems/emblem-unmounted.png -share/icons/oxygen/8x8/emblems/vcs-added.png -share/icons/oxygen/8x8/emblems/vcs-conflicting.png -share/icons/oxygen/8x8/emblems/vcs-locally-modified-unstaged.png -share/icons/oxygen/8x8/emblems/vcs-locally-modified.png -share/icons/oxygen/8x8/emblems/vcs-normal.png -share/icons/oxygen/8x8/emblems/vcs-removed.png -share/icons/oxygen/8x8/emblems/vcs-update-required.png -share/icons/oxygen/8x8/places/folder-activities.png +@comment $NetBSD: PLIST,v 1.23 2016/04/26 09:27:11 markd Exp $ +share/icons/oxygen/base/128x128/actions/address-book-new.png +share/icons/oxygen/base/128x128/actions/application-exit.png +share/icons/oxygen/base/128x128/actions/appointment-new.png +share/icons/oxygen/base/128x128/actions/bookmark-new.png +share/icons/oxygen/base/128x128/actions/call-start.png +share/icons/oxygen/base/128x128/actions/call-stop.png +share/icons/oxygen/base/128x128/actions/configure.png +share/icons/oxygen/base/128x128/actions/contact-new.png +share/icons/oxygen/base/128x128/actions/continue-data-project.png +share/icons/oxygen/base/128x128/actions/dashboard-show.png +share/icons/oxygen/base/128x128/actions/dialog-ok-apply.png +share/icons/oxygen/base/128x128/actions/dialog-ok.png +share/icons/oxygen/base/128x128/actions/document-edit.png +share/icons/oxygen/base/128x128/actions/document-preview-archive.png +share/icons/oxygen/base/128x128/actions/document-preview.png +share/icons/oxygen/base/128x128/actions/edit-bomb.png +share/icons/oxygen/base/128x128/actions/edit-find.png +share/icons/oxygen/base/128x128/actions/edit-paste.png +share/icons/oxygen/base/128x128/actions/go-bottom.png +share/icons/oxygen/base/128x128/actions/go-down.png +share/icons/oxygen/base/128x128/actions/go-first-view-page.png +share/icons/oxygen/base/128x128/actions/go-first.png +share/icons/oxygen/base/128x128/actions/go-last-view-page.png +share/icons/oxygen/base/128x128/actions/go-last.png +share/icons/oxygen/base/128x128/actions/go-next-view-page.png +share/icons/oxygen/base/128x128/actions/go-next.png +share/icons/oxygen/base/128x128/actions/go-previous-view-page.png +share/icons/oxygen/base/128x128/actions/go-previous.png +share/icons/oxygen/base/128x128/actions/go-top.png +share/icons/oxygen/base/128x128/actions/go-up.png +share/icons/oxygen/base/128x128/actions/im-ban-kick-user.png +share/icons/oxygen/base/128x128/actions/im-ban-user.png +share/icons/oxygen/base/128x128/actions/im-invisible-user.png +share/icons/oxygen/base/128x128/actions/im-kick-user.png +share/icons/oxygen/base/128x128/actions/im-user-away.png +share/icons/oxygen/base/128x128/actions/im-user-busy.png +share/icons/oxygen/base/128x128/actions/im-user-offline.png +share/icons/oxygen/base/128x128/actions/im-user.png +share/icons/oxygen/base/128x128/actions/insert-horizontal-rule.png +share/icons/oxygen/base/128x128/actions/insert-link.png +share/icons/oxygen/base/128x128/actions/list-add-user.png +share/icons/oxygen/base/128x128/actions/list-remove.png +share/icons/oxygen/base/128x128/actions/mail-forward.png +share/icons/oxygen/base/128x128/actions/mail-mark-junk.png +share/icons/oxygen/base/128x128/actions/mail-mark-unread-new.png +share/icons/oxygen/base/128x128/actions/mail-message-new.png +share/icons/oxygen/base/128x128/actions/mail-queue.png +share/icons/oxygen/base/128x128/actions/mail-receive.png +share/icons/oxygen/base/128x128/actions/mail-reply-all.png +share/icons/oxygen/base/128x128/actions/mail-reply-list.png +share/icons/oxygen/base/128x128/actions/mail-reply-sender.png +share/icons/oxygen/base/128x128/actions/mail-send.png +share/icons/oxygen/base/128x128/actions/page-zoom.png +share/icons/oxygen/base/128x128/actions/resource-group.png +share/icons/oxygen/base/128x128/actions/roll.png +share/icons/oxygen/base/128x128/actions/svn-commit.png +share/icons/oxygen/base/128x128/actions/svn-update.png +share/icons/oxygen/base/128x128/actions/system-lock-screen.png +share/icons/oxygen/base/128x128/actions/system-log-out.png +share/icons/oxygen/base/128x128/actions/system-reboot.png +share/icons/oxygen/base/128x128/actions/system-run.png +share/icons/oxygen/base/128x128/actions/system-search.png +share/icons/oxygen/base/128x128/actions/system-shutdown.png +share/icons/oxygen/base/128x128/actions/system-suspend-hibernate.png +share/icons/oxygen/base/128x128/actions/system-suspend.png +share/icons/oxygen/base/128x128/actions/system-switch-user.png +share/icons/oxygen/base/128x128/actions/tool-animator.png +share/icons/oxygen/base/128x128/actions/tools-media-optical-burn-image.png +share/icons/oxygen/base/128x128/actions/tools-media-optical-burn.png +share/icons/oxygen/base/128x128/actions/tools-media-optical-copy.png +share/icons/oxygen/base/128x128/actions/tools-media-optical-erase.png +share/icons/oxygen/base/128x128/actions/tools-media-optical-format.png +share/icons/oxygen/base/128x128/actions/tools-report-bug.png +share/icons/oxygen/base/128x128/actions/tools-rip-audio-cd.png +share/icons/oxygen/base/128x128/actions/tools-rip-video-cd.png +share/icons/oxygen/base/128x128/actions/tools-rip-video-dvd.png +share/icons/oxygen/base/128x128/actions/tools-wizard.png +share/icons/oxygen/base/128x128/actions/transform-crop-and-resize.png +share/icons/oxygen/base/128x128/actions/transform-move.png +share/icons/oxygen/base/128x128/actions/transform-scale.png +share/icons/oxygen/base/128x128/actions/user-group-new.png +share/icons/oxygen/base/128x128/actions/view-conversation-balloon.png +share/icons/oxygen/base/128x128/actions/view-media-lyrics.png +share/icons/oxygen/base/128x128/actions/view-media-playlist.png +share/icons/oxygen/base/128x128/actions/view-pim-contacts.png +share/icons/oxygen/base/128x128/actions/view-presentation.png +share/icons/oxygen/base/128x128/actions/window-duplicate.png +share/icons/oxygen/base/128x128/actions/zoom-fit-best.png +share/icons/oxygen/base/128x128/actions/zoom-fit-height.png +share/icons/oxygen/base/128x128/actions/zoom-fit-width.png +share/icons/oxygen/base/128x128/apps/Charm.png +share/icons/oxygen/base/128x128/apps/accessories-calculator.png +share/icons/oxygen/base/128x128/apps/accessories-character-map.png +share/icons/oxygen/base/128x128/apps/accessories-dictionary.png +share/icons/oxygen/base/128x128/apps/accessories-text-editor.png +share/icons/oxygen/base/128x128/apps/acroread.png +share/icons/oxygen/base/128x128/apps/akonadi.png +share/icons/oxygen/base/128x128/apps/akregator.png +share/icons/oxygen/base/128x128/apps/amarok.png +share/icons/oxygen/base/128x128/apps/ark.png +share/icons/oxygen/base/128x128/apps/baloo.png +share/icons/oxygen/base/128x128/apps/basket.png +share/icons/oxygen/base/128x128/apps/braindump.png +share/icons/oxygen/base/128x128/apps/calligraauthor.png +share/icons/oxygen/base/128x128/apps/calligraflow.png +share/icons/oxygen/base/128x128/apps/calligrakexi.png +share/icons/oxygen/base/128x128/apps/calligrakrita.png +share/icons/oxygen/base/128x128/apps/calligrasheets.png +share/icons/oxygen/base/128x128/apps/calligrastage.png +share/icons/oxygen/base/128x128/apps/calligrawords.png +share/icons/oxygen/base/128x128/apps/clock.png +share/icons/oxygen/base/128x128/apps/device-notifier.png +share/icons/oxygen/base/128x128/apps/digikam.png +share/icons/oxygen/base/128x128/apps/dragonplayer.png +share/icons/oxygen/base/128x128/apps/esd.png +share/icons/oxygen/base/128x128/apps/fontforge.png +share/icons/oxygen/base/128x128/apps/graphics-viewer-document.png +share/icons/oxygen/base/128x128/apps/gwenview.png +share/icons/oxygen/base/128x128/apps/help-browser.png +share/icons/oxygen/base/128x128/apps/hwinfo.png +share/icons/oxygen/base/128x128/apps/inkscape.png +share/icons/oxygen/base/128x128/apps/internet-mail.png +share/icons/oxygen/base/128x128/apps/internet-telephony.png +share/icons/oxygen/base/128x128/apps/internet-web-browser.png +share/icons/oxygen/base/128x128/apps/k3b.png +share/icons/oxygen/base/128x128/apps/kaddressbook.png +share/icons/oxygen/base/128x128/apps/kaffeine.png +share/icons/oxygen/base/128x128/apps/kate.png +share/icons/oxygen/base/128x128/apps/kblogger.png +share/icons/oxygen/base/128x128/apps/kbruch.png +share/icons/oxygen/base/128x128/apps/kbugbuster.png +share/icons/oxygen/base/128x128/apps/kchart.png +share/icons/oxygen/base/128x128/apps/kcolorchooser.png +share/icons/oxygen/base/128x128/apps/kde-gtk-config.png +share/icons/oxygen/base/128x128/apps/kde-windows.png +share/icons/oxygen/base/128x128/apps/kde.png +share/icons/oxygen/base/128x128/apps/kdevelop.png +share/icons/oxygen/base/128x128/apps/kdf.png +share/icons/oxygen/base/128x128/apps/kformula.png +share/icons/oxygen/base/128x128/apps/kgpg.png +share/icons/oxygen/base/128x128/apps/kig.png +share/icons/oxygen/base/128x128/apps/kivio.png +share/icons/oxygen/base/128x128/apps/kjournal.png +share/icons/oxygen/base/128x128/apps/klipper.png +share/icons/oxygen/base/128x128/apps/kmag.png +share/icons/oxygen/base/128x128/apps/kmail.png +share/icons/oxygen/base/128x128/apps/kmail2.png +share/icons/oxygen/base/128x128/apps/kmix.png +share/icons/oxygen/base/128x128/apps/kmplayer.png +share/icons/oxygen/base/128x128/apps/knewsticker.png +share/icons/oxygen/base/128x128/apps/knotes.png +share/icons/oxygen/base/128x128/apps/kolf.png +share/icons/oxygen/base/128x128/apps/konqueror.png +share/icons/oxygen/base/128x128/apps/kontact-import-wizard.png +share/icons/oxygen/base/128x128/apps/kontact.png +share/icons/oxygen/base/128x128/apps/konversation.png +share/icons/oxygen/base/128x128/apps/kopete-offline.png +share/icons/oxygen/base/128x128/apps/kopete.png +share/icons/oxygen/base/128x128/apps/korg-journal.png +share/icons/oxygen/base/128x128/apps/korg-todo.png +share/icons/oxygen/base/128x128/apps/korgac.png +share/icons/oxygen/base/128x128/apps/korganizer.png +share/icons/oxygen/base/128x128/apps/kplato.png +share/icons/oxygen/base/128x128/apps/kpresenter.png +share/icons/oxygen/base/128x128/apps/krdc.png +share/icons/oxygen/base/128x128/apps/krfb.png +share/icons/oxygen/base/128x128/apps/ksnapshot.png +share/icons/oxygen/base/128x128/apps/ksniffer.png +share/icons/oxygen/base/128x128/apps/kspread.png +share/icons/oxygen/base/128x128/apps/ksudoku.png +share/icons/oxygen/base/128x128/apps/kthesaurus.png +share/icons/oxygen/base/128x128/apps/ktip.png +share/icons/oxygen/base/128x128/apps/ktorrent.png +share/icons/oxygen/base/128x128/apps/kuickshow.png +share/icons/oxygen/base/128x128/apps/kverbos.png +share/icons/oxygen/base/128x128/apps/kwalletmanager.png +share/icons/oxygen/base/128x128/apps/kword.png +share/icons/oxygen/base/128x128/apps/lokalize.png +share/icons/oxygen/base/128x128/apps/mameexecutor.png +share/icons/oxygen/base/128x128/apps/multimedia-volume-control.png +share/icons/oxygen/base/128x128/apps/muondiscover.png +share/icons/oxygen/base/128x128/apps/nepomuk.png +share/icons/oxygen/base/128x128/apps/office-address-book.png +share/icons/oxygen/base/128x128/apps/office-calendar.png +share/icons/oxygen/base/128x128/apps/okteta.png +share/icons/oxygen/base/128x128/apps/okular.png +share/icons/oxygen/base/128x128/apps/oxygen.png +share/icons/oxygen/base/128x128/apps/partitionmanager.png +share/icons/oxygen/base/128x128/apps/picmi.png +share/icons/oxygen/base/128x128/apps/planner.png +share/icons/oxygen/base/128x128/apps/plasma.png +share/icons/oxygen/base/128x128/apps/plasmagik.png +share/icons/oxygen/base/128x128/apps/preferences-contact-list.png +share/icons/oxygen/base/128x128/apps/preferences-desktop-accessibility.png +share/icons/oxygen/base/128x128/apps/preferences-desktop-color.png +share/icons/oxygen/base/128x128/apps/preferences-desktop-cryptography.png +share/icons/oxygen/base/128x128/apps/preferences-desktop-default-applications.png +share/icons/oxygen/base/128x128/apps/preferences-desktop-display-color.png +share/icons/oxygen/base/128x128/apps/preferences-desktop-display.png +share/icons/oxygen/base/128x128/apps/preferences-desktop-font.png +share/icons/oxygen/base/128x128/apps/preferences-desktop-gaming.png +share/icons/oxygen/base/128x128/apps/preferences-desktop-icons.png +share/icons/oxygen/base/128x128/apps/preferences-desktop-keyboard.png +share/icons/oxygen/base/128x128/apps/preferences-desktop-locale.png +share/icons/oxygen/base/128x128/apps/preferences-desktop-mouse.png +share/icons/oxygen/base/128x128/apps/preferences-desktop-notification.png +share/icons/oxygen/base/128x128/apps/preferences-desktop-printer.png +share/icons/oxygen/base/128x128/apps/preferences-desktop-screensaver.png +share/icons/oxygen/base/128x128/apps/preferences-desktop-sound.png +share/icons/oxygen/base/128x128/apps/preferences-desktop-text-to-speech.png +share/icons/oxygen/base/128x128/apps/preferences-desktop-theme.png +share/icons/oxygen/base/128x128/apps/preferences-desktop-user-password.png +share/icons/oxygen/base/128x128/apps/preferences-desktop-user.png +share/icons/oxygen/base/128x128/apps/preferences-desktop-wallpaper.png +share/icons/oxygen/base/128x128/apps/preferences-kcalc-constants.png +share/icons/oxygen/base/128x128/apps/preferences-plugin.png +share/icons/oxygen/base/128x128/apps/preferences-system-bluetooth-inactive.png +share/icons/oxygen/base/128x128/apps/preferences-system-bluetooth.png +share/icons/oxygen/base/128x128/apps/preferences-system-login.png +share/icons/oxygen/base/128x128/apps/preferences-system-network-sharing.png +share/icons/oxygen/base/128x128/apps/preferences-system-power-management.png +share/icons/oxygen/base/128x128/apps/preferences-system-time.png +share/icons/oxygen/base/128x128/apps/preferences-system-windows-actions.png +share/icons/oxygen/base/128x128/apps/preferences-system-windows-move.png +share/icons/oxygen/base/128x128/apps/preferences-system-windows.png +share/icons/oxygen/base/128x128/apps/preferences-web-browser-identification.png +share/icons/oxygen/base/128x128/apps/qelectrotech.png +share/icons/oxygen/base/128x128/apps/quassel.png +share/icons/oxygen/base/128x128/apps/scribus.png +share/icons/oxygen/base/128x128/apps/semn.png +share/icons/oxygen/base/128x128/apps/showfoto.png +share/icons/oxygen/base/128x128/apps/skrooge-black.png +share/icons/oxygen/base/128x128/apps/skrooge-initial.png +share/icons/oxygen/base/128x128/apps/skrooge.png +share/icons/oxygen/base/128x128/apps/step.png +share/icons/oxygen/base/128x128/apps/strigi.png +share/icons/oxygen/base/128x128/apps/system-diagnosis.png +share/icons/oxygen/base/128x128/apps/system-file-manager.png +share/icons/oxygen/base/128x128/apps/system-software-update.png +share/icons/oxygen/base/128x128/apps/system-users.png +share/icons/oxygen/base/128x128/apps/tagua.png +share/icons/oxygen/base/128x128/apps/telepathy-kde.png +share/icons/oxygen/base/128x128/apps/utilities-desktop-extra.png +share/icons/oxygen/base/128x128/apps/utilities-file-archiver.png +share/icons/oxygen/base/128x128/apps/utilities-log-viewer.png +share/icons/oxygen/base/128x128/apps/utilities-system-monitor.png +share/icons/oxygen/base/128x128/apps/utilities-terminal.png +share/icons/oxygen/base/128x128/apps/wine.png +share/icons/oxygen/base/128x128/apps/xorg.png +share/icons/oxygen/base/128x128/apps/yakuake.png +share/icons/oxygen/base/128x128/apps/zanshin.png +share/icons/oxygen/base/128x128/categories/applications-accessories.png +share/icons/oxygen/base/128x128/categories/applications-development-translation.png +share/icons/oxygen/base/128x128/categories/applications-development-web.png +share/icons/oxygen/base/128x128/categories/applications-development.png +share/icons/oxygen/base/128x128/categories/applications-education-language.png +share/icons/oxygen/base/128x128/categories/applications-education-mathematics.png +share/icons/oxygen/base/128x128/categories/applications-education-miscellaneous.png +share/icons/oxygen/base/128x128/categories/applications-education-preschool.png +share/icons/oxygen/base/128x128/categories/applications-education-school.png +share/icons/oxygen/base/128x128/categories/applications-education-science.png +share/icons/oxygen/base/128x128/categories/applications-education-university.png +share/icons/oxygen/base/128x128/categories/applications-education.png +share/icons/oxygen/base/128x128/categories/applications-engineering.png +share/icons/oxygen/base/128x128/categories/applications-games.png +share/icons/oxygen/base/128x128/categories/applications-graphics.png +share/icons/oxygen/base/128x128/categories/applications-internet.png +share/icons/oxygen/base/128x128/categories/applications-multimedia.png +share/icons/oxygen/base/128x128/categories/applications-office.png +share/icons/oxygen/base/128x128/categories/applications-other.png +share/icons/oxygen/base/128x128/categories/applications-science.png +share/icons/oxygen/base/128x128/categories/applications-system.png +share/icons/oxygen/base/128x128/categories/applications-toys.png +share/icons/oxygen/base/128x128/categories/applications-utilities.png +share/icons/oxygen/base/128x128/categories/preferences-desktop-peripherals.png +share/icons/oxygen/base/128x128/categories/preferences-desktop-personal.png +share/icons/oxygen/base/128x128/categories/preferences-desktop.png +share/icons/oxygen/base/128x128/categories/preferences-other.png +share/icons/oxygen/base/128x128/categories/preferences-system-network.png +share/icons/oxygen/base/128x128/categories/preferences-system.png +share/icons/oxygen/base/128x128/categories/system-help.png +share/icons/oxygen/base/128x128/devices/audio-card.png +share/icons/oxygen/base/128x128/devices/audio-headphones.png +share/icons/oxygen/base/128x128/devices/audio-headset.png +share/icons/oxygen/base/128x128/devices/audio-input-line.png +share/icons/oxygen/base/128x128/devices/audio-input-microphone.png +share/icons/oxygen/base/128x128/devices/battery.png +share/icons/oxygen/base/128x128/devices/camera-photo.png +share/icons/oxygen/base/128x128/devices/camera-web.png +share/icons/oxygen/base/128x128/devices/computer-laptop.png +share/icons/oxygen/base/128x128/devices/computer.png +share/icons/oxygen/base/128x128/devices/cpu.png +share/icons/oxygen/base/128x128/devices/drive-harddisk.png +share/icons/oxygen/base/128x128/devices/drive-optical.png +share/icons/oxygen/base/128x128/devices/drive-removable-media-usb-pendrive.png +share/icons/oxygen/base/128x128/devices/drive-removable-media-usb.png +share/icons/oxygen/base/128x128/devices/drive-removable-media.png +share/icons/oxygen/base/128x128/devices/input-gaming.png +share/icons/oxygen/base/128x128/devices/input-keyboard.png +share/icons/oxygen/base/128x128/devices/input-mouse.png +share/icons/oxygen/base/128x128/devices/input-tablet.png +share/icons/oxygen/base/128x128/devices/media-flash-memory-stick.png +share/icons/oxygen/base/128x128/devices/media-flash-sd-mmc.png +share/icons/oxygen/base/128x128/devices/media-flash-smart-media.png +share/icons/oxygen/base/128x128/devices/media-flash.png +share/icons/oxygen/base/128x128/devices/media-floppy.png +share/icons/oxygen/base/128x128/devices/media-optical-audio.png +share/icons/oxygen/base/128x128/devices/media-optical-blu-ray.png +share/icons/oxygen/base/128x128/devices/media-optical-data.png +share/icons/oxygen/base/128x128/devices/media-optical-dvd-video.png +share/icons/oxygen/base/128x128/devices/media-optical-dvd.png +share/icons/oxygen/base/128x128/devices/media-optical-mixed-cd.png +share/icons/oxygen/base/128x128/devices/media-optical-recordable.png +share/icons/oxygen/base/128x128/devices/media-optical-video.png +share/icons/oxygen/base/128x128/devices/media-optical.png +share/icons/oxygen/base/128x128/devices/media-tape.png +share/icons/oxygen/base/128x128/devices/modem.png +share/icons/oxygen/base/128x128/devices/multimedia-player-apple-ipod.png +share/icons/oxygen/base/128x128/devices/multimedia-player.png +share/icons/oxygen/base/128x128/devices/network-wired.png +share/icons/oxygen/base/128x128/devices/network-wireless-connected-00.png +share/icons/oxygen/base/128x128/devices/network-wireless-connected-100.png +share/icons/oxygen/base/128x128/devices/network-wireless-connected-25.png +share/icons/oxygen/base/128x128/devices/network-wireless-connected-50.png +share/icons/oxygen/base/128x128/devices/network-wireless-connected-75.png +share/icons/oxygen/base/128x128/devices/network-wireless-disconnected.png +share/icons/oxygen/base/128x128/devices/network-wireless.png +share/icons/oxygen/base/128x128/devices/pda.png +share/icons/oxygen/base/128x128/devices/phone-openmoko-freerunner.png +share/icons/oxygen/base/128x128/devices/phone.png +share/icons/oxygen/base/128x128/devices/printer-laser.png +share/icons/oxygen/base/128x128/devices/printer.png +share/icons/oxygen/base/128x128/devices/scanner.png +share/icons/oxygen/base/128x128/devices/secure-card.png +share/icons/oxygen/base/128x128/devices/smartphone.png +share/icons/oxygen/base/128x128/devices/tablet.png +share/icons/oxygen/base/128x128/devices/video-display.png +share/icons/oxygen/base/128x128/devices/video-projector.png +share/icons/oxygen/base/128x128/devices/video-television.png +share/icons/oxygen/base/128x128/emblems/emblem-mounted.png +share/icons/oxygen/base/128x128/emblems/emblem-symbolic-link.png +share/icons/oxygen/base/128x128/emotes/face-angel.png +share/icons/oxygen/base/128x128/emotes/face-embarrassed.png +share/icons/oxygen/base/128x128/emotes/face-kiss.png +share/icons/oxygen/base/128x128/emotes/face-laugh.png +share/icons/oxygen/base/128x128/emotes/face-plain.png +share/icons/oxygen/base/128x128/emotes/face-raspberry.png +share/icons/oxygen/base/128x128/emotes/face-sad.png +share/icons/oxygen/base/128x128/emotes/face-smile-big.png +share/icons/oxygen/base/128x128/emotes/face-smile.png +share/icons/oxygen/base/128x128/emotes/face-surprise.png +share/icons/oxygen/base/128x128/emotes/face-uncertain.png +share/icons/oxygen/base/128x128/emotes/face-wink.png +share/icons/oxygen/base/128x128/mimetypes/application-atom+xml.png +share/icons/oxygen/base/128x128/mimetypes/application-epub+zip.png +share/icons/oxygen/base/128x128/mimetypes/application-illustrator.png +share/icons/oxygen/base/128x128/mimetypes/application-javascript.png +share/icons/oxygen/base/128x128/mimetypes/application-msword-template.png +share/icons/oxygen/base/128x128/mimetypes/application-msword.png +share/icons/oxygen/base/128x128/mimetypes/application-octet-stream.png +share/icons/oxygen/base/128x128/mimetypes/application-ogg.png +share/icons/oxygen/base/128x128/mimetypes/application-pdf.png +share/icons/oxygen/base/128x128/mimetypes/application-pgp-encrypted.png +share/icons/oxygen/base/128x128/mimetypes/application-pgp-keys.png +share/icons/oxygen/base/128x128/mimetypes/application-pkcs7-mime.png +share/icons/oxygen/base/128x128/mimetypes/application-postscript.png +share/icons/oxygen/base/128x128/mimetypes/application-relaxng.png +share/icons/oxygen/base/128x128/mimetypes/application-rss+xml.png +share/icons/oxygen/base/128x128/mimetypes/application-rtf.png +share/icons/oxygen/base/128x128/mimetypes/application-sxw.png +share/icons/oxygen/base/128x128/mimetypes/application-vnd-google-earth-kml.png +share/icons/oxygen/base/128x128/mimetypes/application-vnd.iccprofile.png +share/icons/oxygen/base/128x128/mimetypes/application-vnd.ms-access.png +share/icons/oxygen/base/128x128/mimetypes/application-vnd.ms-excel.png +share/icons/oxygen/base/128x128/mimetypes/application-vnd.ms-powerpoint.png +share/icons/oxygen/base/128x128/mimetypes/application-vnd.oasis.opendocument.chart.png +share/icons/oxygen/base/128x128/mimetypes/application-vnd.oasis.opendocument.database.png +share/icons/oxygen/base/128x128/mimetypes/application-vnd.oasis.opendocument.draw.template.png +share/icons/oxygen/base/128x128/mimetypes/application-vnd.oasis.opendocument.drawing.png +share/icons/oxygen/base/128x128/mimetypes/application-vnd.oasis.opendocument.drawing.template.png +share/icons/oxygen/base/128x128/mimetypes/application-vnd.oasis.opendocument.formula-template.png +share/icons/oxygen/base/128x128/mimetypes/application-vnd.oasis.opendocument.formula.png +share/icons/oxygen/base/128x128/mimetypes/application-vnd.oasis.opendocument.graphics.png +share/icons/oxygen/base/128x128/mimetypes/application-vnd.oasis.opendocument.image.png +share/icons/oxygen/base/128x128/mimetypes/application-vnd.oasis.opendocument.presentation-template.png +share/icons/oxygen/base/128x128/mimetypes/application-vnd.oasis.opendocument.presentation.png +share/icons/oxygen/base/128x128/mimetypes/application-vnd.oasis.opendocument.spreadsheet-template.png +share/icons/oxygen/base/128x128/mimetypes/application-vnd.oasis.opendocument.spreadsheet.png +share/icons/oxygen/base/128x128/mimetypes/application-vnd.oasis.opendocument.text-master.png +share/icons/oxygen/base/128x128/mimetypes/application-vnd.oasis.opendocument.text-template.png +share/icons/oxygen/base/128x128/mimetypes/application-vnd.oasis.opendocument.text.png +share/icons/oxygen/base/128x128/mimetypes/application-vnd.oasis.opendocument.web.template.png +share/icons/oxygen/base/128x128/mimetypes/application-vnd.openxmlformats-officedocument.wordprocessingml.document.png +share/icons/oxygen/base/128x128/mimetypes/application-vnd.rn-realmedia.png +share/icons/oxygen/base/128x128/mimetypes/application-vnd.scribus.png +share/icons/oxygen/base/128x128/mimetypes/application-vnd.stardivision.calc.png +share/icons/oxygen/base/128x128/mimetypes/application-vnd.stardivision.draw.png +share/icons/oxygen/base/128x128/mimetypes/application-vnd.stardivision.mail.png +share/icons/oxygen/base/128x128/mimetypes/application-vnd.stardivision.math.png +share/icons/oxygen/base/128x128/mimetypes/application-vnd.sun.xml.calc.png +share/icons/oxygen/base/128x128/mimetypes/application-vnd.sun.xml.calc.template.png +share/icons/oxygen/base/128x128/mimetypes/application-vnd.sun.xml.draw.png +share/icons/oxygen/base/128x128/mimetypes/application-vnd.sun.xml.draw.template.png +share/icons/oxygen/base/128x128/mimetypes/application-vnd.sun.xml.impress.png +share/icons/oxygen/base/128x128/mimetypes/application-vnd.sun.xml.impress.template.png +share/icons/oxygen/base/128x128/mimetypes/application-vnd.sun.xml.math.png +share/icons/oxygen/base/128x128/mimetypes/application-vnd.sun.xml.writer.global.png +share/icons/oxygen/base/128x128/mimetypes/application-vnd.sun.xml.writer.png +share/icons/oxygen/base/128x128/mimetypes/application-vnd.sun.xml.writer.template.png +share/icons/oxygen/base/128x128/mimetypes/application-vnd.wordperfect.png +share/icons/oxygen/base/128x128/mimetypes/application-x-7z-compressed.png +share/icons/oxygen/base/128x128/mimetypes/application-x-abiword.png +share/icons/oxygen/base/128x128/mimetypes/application-x-ace.png +share/icons/oxygen/base/128x128/mimetypes/application-x-applix-spreadsheet.png +share/icons/oxygen/base/128x128/mimetypes/application-x-applix-word.png +share/icons/oxygen/base/128x128/mimetypes/application-x-ar.png +share/icons/oxygen/base/128x128/mimetypes/application-x-arc.png +share/icons/oxygen/base/128x128/mimetypes/application-x-archive.png +share/icons/oxygen/base/128x128/mimetypes/application-x-arj.png +share/icons/oxygen/base/128x128/mimetypes/application-x-awk.png +share/icons/oxygen/base/128x128/mimetypes/application-x-bittorrent.png +share/icons/oxygen/base/128x128/mimetypes/application-x-blender.png +share/icons/oxygen/base/128x128/mimetypes/application-x-bzdvi.png +share/icons/oxygen/base/128x128/mimetypes/application-x-bzip-compressed-tar.png +share/icons/oxygen/base/128x128/mimetypes/application-x-bzip.png +share/icons/oxygen/base/128x128/mimetypes/application-x-cd-image.png +share/icons/oxygen/base/128x128/mimetypes/application-x-cda.png +share/icons/oxygen/base/128x128/mimetypes/application-x-chm.png +share/icons/oxygen/base/128x128/mimetypes/application-x-compress.png +share/icons/oxygen/base/128x128/mimetypes/application-x-compressed-tar.png +share/icons/oxygen/base/128x128/mimetypes/application-x-cpio.png +share/icons/oxygen/base/128x128/mimetypes/application-x-cue.png +share/icons/oxygen/base/128x128/mimetypes/application-x-deb.png +share/icons/oxygen/base/128x128/mimetypes/application-x-designer.png +share/icons/oxygen/base/128x128/mimetypes/application-x-desktop.png +share/icons/oxygen/base/128x128/mimetypes/application-x-egon.png +share/icons/oxygen/base/128x128/mimetypes/application-x-executable-script.png +share/icons/oxygen/base/128x128/mimetypes/application-x-executable.png +share/icons/oxygen/base/128x128/mimetypes/application-x-flash-video.png +share/icons/oxygen/base/128x128/mimetypes/application-x-font-afm.png +share/icons/oxygen/base/128x128/mimetypes/application-x-font-bdf.png +share/icons/oxygen/base/128x128/mimetypes/application-x-font-otf.png +share/icons/oxygen/base/128x128/mimetypes/application-x-font-pcf.png +share/icons/oxygen/base/128x128/mimetypes/application-x-font-snf.png +share/icons/oxygen/base/128x128/mimetypes/application-x-font-ttf.png +share/icons/oxygen/base/128x128/mimetypes/application-x-font-type1.png +share/icons/oxygen/base/128x128/mimetypes/application-x-gnumeric.png +share/icons/oxygen/base/128x128/mimetypes/application-x-gzdvi.png +share/icons/oxygen/base/128x128/mimetypes/application-x-gzip.png +share/icons/oxygen/base/128x128/mimetypes/application-x-gzpostscript.png +share/icons/oxygen/base/128x128/mimetypes/application-x-iso.png +share/icons/oxygen/base/128x128/mimetypes/application-x-it87.png +share/icons/oxygen/base/128x128/mimetypes/application-x-jar.png +share/icons/oxygen/base/128x128/mimetypes/application-x-java-applet.png +share/icons/oxygen/base/128x128/mimetypes/application-x-java-archive.png +share/icons/oxygen/base/128x128/mimetypes/application-x-java.png +share/icons/oxygen/base/128x128/mimetypes/application-x-javascript.png +share/icons/oxygen/base/128x128/mimetypes/application-x-k3b.png +share/icons/oxygen/base/128x128/mimetypes/application-x-kcsrc.png +share/icons/oxygen/base/128x128/mimetypes/application-x-kdenlivetitle.png +share/icons/oxygen/base/128x128/mimetypes/application-x-kexi-connectiondata.png +share/icons/oxygen/base/128x128/mimetypes/application-x-kexiproject-shortcut.png +share/icons/oxygen/base/128x128/mimetypes/application-x-kexiproject-sqlite.png +share/icons/oxygen/base/128x128/mimetypes/application-x-kexiproject-sqlite2.png +share/icons/oxygen/base/128x128/mimetypes/application-x-kexiproject-sqlite3.png +share/icons/oxygen/base/128x128/mimetypes/application-x-kformula.png +share/icons/oxygen/base/128x128/mimetypes/application-x-kgetlist.png +share/icons/oxygen/base/128x128/mimetypes/application-x-kontour.png +share/icons/oxygen/base/128x128/mimetypes/application-x-kplato.png +share/icons/oxygen/base/128x128/mimetypes/application-x-krita.png +share/icons/oxygen/base/128x128/mimetypes/application-x-kvtml.png +share/icons/oxygen/base/128x128/mimetypes/application-x-kword.png +share/icons/oxygen/base/128x128/mimetypes/application-x-lha.png +share/icons/oxygen/base/128x128/mimetypes/application-x-lyx.png +share/icons/oxygen/base/128x128/mimetypes/application-x-lzma-compressed-tar.png +share/icons/oxygen/base/128x128/mimetypes/application-x-lzop.png +share/icons/oxygen/base/128x128/mimetypes/application-x-m4.png +share/icons/oxygen/base/128x128/mimetypes/application-x-marble.png +share/icons/oxygen/base/128x128/mimetypes/application-x-mimearchive.png +share/icons/oxygen/base/128x128/mimetypes/application-x-mplayer2.png +share/icons/oxygen/base/128x128/mimetypes/application-x-ms-dos-executable.png +share/icons/oxygen/base/128x128/mimetypes/application-x-mswinurl.png +share/icons/oxygen/base/128x128/mimetypes/application-x-mswrite.png +share/icons/oxygen/base/128x128/mimetypes/application-x-nzb.png +share/icons/oxygen/base/128x128/mimetypes/application-x-object.png +share/icons/oxygen/base/128x128/mimetypes/application-x-pak.png +share/icons/oxygen/base/128x128/mimetypes/application-x-pem-key.png +share/icons/oxygen/base/128x128/mimetypes/application-x-perl.png +share/icons/oxygen/base/128x128/mimetypes/application-x-php.png +share/icons/oxygen/base/128x128/mimetypes/application-x-plasma.png +share/icons/oxygen/base/128x128/mimetypes/application-x-python-bytecode.png +share/icons/oxygen/base/128x128/mimetypes/application-x-qet-element.png +share/icons/oxygen/base/128x128/mimetypes/application-x-qet-project.png +share/icons/oxygen/base/128x128/mimetypes/application-x-quattropro.png +share/icons/oxygen/base/128x128/mimetypes/application-x-rar.png +share/icons/oxygen/base/128x128/mimetypes/application-x-raw-disk-image.png +share/icons/oxygen/base/128x128/mimetypes/application-x-rpm.png +share/icons/oxygen/base/128x128/mimetypes/application-x-ruby.png +share/icons/oxygen/base/128x128/mimetypes/application-x-sharedlib.png +share/icons/oxygen/base/128x128/mimetypes/application-x-shellscript.png +share/icons/oxygen/base/128x128/mimetypes/application-x-shockwave-flash.png +share/icons/oxygen/base/128x128/mimetypes/application-x-siag.png +share/icons/oxygen/base/128x128/mimetypes/application-x-sif.png +share/icons/oxygen/base/128x128/mimetypes/application-x-skg.png +share/icons/oxygen/base/128x128/mimetypes/application-x-skgc.png +share/icons/oxygen/base/128x128/mimetypes/application-x-smb-server.png +share/icons/oxygen/base/128x128/mimetypes/application-x-smb-workgroup.png +share/icons/oxygen/base/128x128/mimetypes/application-x-sqlite2.png +share/icons/oxygen/base/128x128/mimetypes/application-x-sqlite3.png +share/icons/oxygen/base/128x128/mimetypes/application-x-srt.png +share/icons/oxygen/base/128x128/mimetypes/application-x-srtrip.png +share/icons/oxygen/base/128x128/mimetypes/application-x-subrip.png +share/icons/oxygen/base/128x128/mimetypes/application-x-tar.png +share/icons/oxygen/base/128x128/mimetypes/application-x-tarz.png +share/icons/oxygen/base/128x128/mimetypes/application-x-tgif.png +share/icons/oxygen/base/128x128/mimetypes/application-x-trash.png +share/icons/oxygen/base/128x128/mimetypes/application-x-troff-man.png +share/icons/oxygen/base/128x128/mimetypes/application-x-tzo.png +share/icons/oxygen/base/128x128/mimetypes/application-x-wmf.png +share/icons/oxygen/base/128x128/mimetypes/application-x-zerosize.png +share/icons/oxygen/base/128x128/mimetypes/application-x-zoo.png +share/icons/oxygen/base/128x128/mimetypes/application-xhtml+xml.png +share/icons/oxygen/base/128x128/mimetypes/application-xml.png +share/icons/oxygen/base/128x128/mimetypes/application-xsd.png +share/icons/oxygen/base/128x128/mimetypes/application-xslt+xml.png +share/icons/oxygen/base/128x128/mimetypes/application-zip.png +share/icons/oxygen/base/128x128/mimetypes/audio-ac3.png +share/icons/oxygen/base/128x128/mimetypes/audio-midi.png +share/icons/oxygen/base/128x128/mimetypes/audio-mp2.png +share/icons/oxygen/base/128x128/mimetypes/audio-mp3.png +share/icons/oxygen/base/128x128/mimetypes/audio-mp4.png +share/icons/oxygen/base/128x128/mimetypes/audio-prs.sid.png +share/icons/oxygen/base/128x128/mimetypes/audio-vn.rn-realmedia.png +share/icons/oxygen/base/128x128/mimetypes/audio-vn.rn-realvideo.png +share/icons/oxygen/base/128x128/mimetypes/audio-vnd.rn-realvideo.png +share/icons/oxygen/base/128x128/mimetypes/audio-x-adpcm.png +share/icons/oxygen/base/128x128/mimetypes/audio-x-aiff.png +share/icons/oxygen/base/128x128/mimetypes/audio-x-flac+ogg.png +share/icons/oxygen/base/128x128/mimetypes/audio-x-flac.png +share/icons/oxygen/base/128x128/mimetypes/audio-x-generic.png +share/icons/oxygen/base/128x128/mimetypes/audio-x-monkey.png +share/icons/oxygen/base/128x128/mimetypes/audio-x-mp2.png +share/icons/oxygen/base/128x128/mimetypes/audio-x-mpeg.png +share/icons/oxygen/base/128x128/mimetypes/audio-x-speex+ogg.png +share/icons/oxygen/base/128x128/mimetypes/audio-x-wav.png +share/icons/oxygen/base/128x128/mimetypes/encrypted.png +share/icons/oxygen/base/128x128/mimetypes/fonts-package.png +share/icons/oxygen/base/128x128/mimetypes/image-bmp.png +share/icons/oxygen/base/128x128/mimetypes/image-gif.png +share/icons/oxygen/base/128x128/mimetypes/image-jpeg.png +share/icons/oxygen/base/128x128/mimetypes/image-jpeg2000.png +share/icons/oxygen/base/128x128/mimetypes/image-png.png +share/icons/oxygen/base/128x128/mimetypes/image-svg+xml-compressed.png +share/icons/oxygen/base/128x128/mimetypes/image-svg+xml.png +share/icons/oxygen/base/128x128/mimetypes/image-tiff.png +share/icons/oxygen/base/128x128/mimetypes/image-vnd.adobe.photoshop.png +share/icons/oxygen/base/128x128/mimetypes/image-vnd.dgn.png +share/icons/oxygen/base/128x128/mimetypes/image-vnd.dwg.png +share/icons/oxygen/base/128x128/mimetypes/image-x-adobe-dng.png +share/icons/oxygen/base/128x128/mimetypes/image-x-compressed-xcf.png +share/icons/oxygen/base/128x128/mimetypes/image-x-emf.png +share/icons/oxygen/base/128x128/mimetypes/image-x-eps.png +share/icons/oxygen/base/128x128/mimetypes/image-x-generic.png +share/icons/oxygen/base/128x128/mimetypes/image-x-krita.png +share/icons/oxygen/base/128x128/mimetypes/image-x-portable-bitmap.png +share/icons/oxygen/base/128x128/mimetypes/image-x-psd.png +share/icons/oxygen/base/128x128/mimetypes/image-x-psdimage-x-psd.png +share/icons/oxygen/base/128x128/mimetypes/image-x-tga.png +share/icons/oxygen/base/128x128/mimetypes/image-x-vnd.trolltech.qpicture.png +share/icons/oxygen/base/128x128/mimetypes/image-x-win-bitmap.png +share/icons/oxygen/base/128x128/mimetypes/image-x-win-bmp.png +share/icons/oxygen/base/128x128/mimetypes/image-x-wmf.png +share/icons/oxygen/base/128x128/mimetypes/image-x-xcf.png +share/icons/oxygen/base/128x128/mimetypes/image-x-xfig.png +share/icons/oxygen/base/128x128/mimetypes/inode-directory.png +share/icons/oxygen/base/128x128/mimetypes/libreoffice-database.png +share/icons/oxygen/base/128x128/mimetypes/libreoffice-drawing-template.png +share/icons/oxygen/base/128x128/mimetypes/libreoffice-drawing.png +share/icons/oxygen/base/128x128/mimetypes/libreoffice-formula.png +share/icons/oxygen/base/128x128/mimetypes/libreoffice-oasis-database.png +share/icons/oxygen/base/128x128/mimetypes/libreoffice-oasis-drawing-template.png +share/icons/oxygen/base/128x128/mimetypes/libreoffice-oasis-drawing.png +share/icons/oxygen/base/128x128/mimetypes/libreoffice-oasis-formula.png +share/icons/oxygen/base/128x128/mimetypes/libreoffice-oasis-presentation-template.png +share/icons/oxygen/base/128x128/mimetypes/libreoffice-oasis-presentation.png +share/icons/oxygen/base/128x128/mimetypes/libreoffice-oasis-spreadsheet-template.png +share/icons/oxygen/base/128x128/mimetypes/libreoffice-oasis-spreadsheet.png +share/icons/oxygen/base/128x128/mimetypes/libreoffice-oasis-text-template.png +share/icons/oxygen/base/128x128/mimetypes/libreoffice-oasis-text.png +share/icons/oxygen/base/128x128/mimetypes/libreoffice-oasis-web-template.png +share/icons/oxygen/base/128x128/mimetypes/libreoffice-presentation-template.png +share/icons/oxygen/base/128x128/mimetypes/libreoffice-presentation.png +share/icons/oxygen/base/128x128/mimetypes/libreoffice-spreadsheet-template.png +share/icons/oxygen/base/128x128/mimetypes/libreoffice-spreadsheet.png +share/icons/oxygen/base/128x128/mimetypes/libreoffice-text-template.png +share/icons/oxygen/base/128x128/mimetypes/libreoffice-text.png +share/icons/oxygen/base/128x128/mimetypes/mail-message-new-list.png +share/icons/oxygen/base/128x128/mimetypes/message-news.png +share/icons/oxygen/base/128x128/mimetypes/message-partial.png +share/icons/oxygen/base/128x128/mimetypes/message-rfc822.png +share/icons/oxygen/base/128x128/mimetypes/message-x-gnu-rmail.png +share/icons/oxygen/base/128x128/mimetypes/message.png +share/icons/oxygen/base/128x128/mimetypes/odf.png +share/icons/oxygen/base/128x128/mimetypes/package-x-generic.png +share/icons/oxygen/base/128x128/mimetypes/text-calendar.png +share/icons/oxygen/base/128x128/mimetypes/text-csharp.png +share/icons/oxygen/base/128x128/mimetypes/text-css.png +share/icons/oxygen/base/128x128/mimetypes/text-csv.png +share/icons/oxygen/base/128x128/mimetypes/text-directory.png +share/icons/oxygen/base/128x128/mimetypes/text-enriched.png +share/icons/oxygen/base/128x128/mimetypes/text-html.png +share/icons/oxygen/base/128x128/mimetypes/text-mathml.png +share/icons/oxygen/base/128x128/mimetypes/text-plain.png +share/icons/oxygen/base/128x128/mimetypes/text-rdf+xml.png +share/icons/oxygen/base/128x128/mimetypes/text-rdf.png +share/icons/oxygen/base/128x128/mimetypes/text-rtf.png +share/icons/oxygen/base/128x128/mimetypes/text-sgml.png +share/icons/oxygen/base/128x128/mimetypes/text-troff.png +share/icons/oxygen/base/128x128/mimetypes/text-vcalendar.png +share/icons/oxygen/base/128x128/mimetypes/text-vnd.abc.png +share/icons/oxygen/base/128x128/mimetypes/text-vnd.wap.wml.png +share/icons/oxygen/base/128x128/mimetypes/text-x-adasrc.png +share/icons/oxygen/base/128x128/mimetypes/text-x-authors.png +share/icons/oxygen/base/128x128/mimetypes/text-x-bibtex.png +share/icons/oxygen/base/128x128/mimetypes/text-x-c++hdr.png +share/icons/oxygen/base/128x128/mimetypes/text-x-c++src.png +share/icons/oxygen/base/128x128/mimetypes/text-x-changelog.png +share/icons/oxygen/base/128x128/mimetypes/text-x-chdr.png +share/icons/oxygen/base/128x128/mimetypes/text-x-cmake.png +share/icons/oxygen/base/128x128/mimetypes/text-x-copying.png +share/icons/oxygen/base/128x128/mimetypes/text-x-credits.png +share/icons/oxygen/base/128x128/mimetypes/text-x-csharp.png +share/icons/oxygen/base/128x128/mimetypes/text-x-csrc.png +share/icons/oxygen/base/128x128/mimetypes/text-x-dtd.png +share/icons/oxygen/base/128x128/mimetypes/text-x-generic.png +share/icons/oxygen/base/128x128/mimetypes/text-x-generic.svapplicatiopn-x-awk.png +share/icons/oxygen/base/128x128/mimetypes/text-x-haskell.png +share/icons/oxygen/base/128x128/mimetypes/text-x-hex.png +share/icons/oxygen/base/128x128/mimetypes/text-x-install.png +share/icons/oxygen/base/128x128/mimetypes/text-x-java-source.png +share/icons/oxygen/base/128x128/mimetypes/text-x-java.png +share/icons/oxygen/base/128x128/mimetypes/text-x-javascript.png +share/icons/oxygen/base/128x128/mimetypes/text-x-katefilelist.png +share/icons/oxygen/base/128x128/mimetypes/text-x-ldif.png +share/icons/oxygen/base/128x128/mimetypes/text-x-lilypond.png +share/icons/oxygen/base/128x128/mimetypes/text-x-log.png +share/icons/oxygen/base/128x128/mimetypes/text-x-makefile.png +share/icons/oxygen/base/128x128/mimetypes/text-x-nfo.png +share/icons/oxygen/base/128x128/mimetypes/text-x-objchdr.png +share/icons/oxygen/base/128x128/mimetypes/text-x-objcsrc.png +share/icons/oxygen/base/128x128/mimetypes/text-x-opml+xml.png +share/icons/oxygen/base/128x128/mimetypes/text-x-opml.png +share/icons/oxygen/base/128x128/mimetypes/text-x-pascal.png +share/icons/oxygen/base/128x128/mimetypes/text-x-patch.png +share/icons/oxygen/base/128x128/mimetypes/text-x-plain.png +share/icons/oxygen/base/128x128/mimetypes/text-x-po.png +share/icons/oxygen/base/128x128/mimetypes/text-x-python.png +share/icons/oxygen/base/128x128/mimetypes/text-x-qml.png +share/icons/oxygen/base/128x128/mimetypes/text-x-readme.png +share/icons/oxygen/base/128x128/mimetypes/text-x-rpm-spec.png +share/icons/oxygen/base/128x128/mimetypes/text-x-script.png +share/icons/oxygen/base/128x128/mimetypes/text-x-sql.png +share/icons/oxygen/base/128x128/mimetypes/text-x-tcl.png +share/icons/oxygen/base/128x128/mimetypes/text-x-tex.png +share/icons/oxygen/base/128x128/mimetypes/text-x-texinfo.png +share/icons/oxygen/base/128x128/mimetypes/text-x-vcard.png +share/icons/oxygen/base/128x128/mimetypes/text-x-xslfo.png +share/icons/oxygen/base/128x128/mimetypes/text-xmcd.png +share/icons/oxygen/base/128x128/mimetypes/text-xml.png +share/icons/oxygen/base/128x128/mimetypes/unknown.png +share/icons/oxygen/base/128x128/mimetypes/uri-mms.png +share/icons/oxygen/base/128x128/mimetypes/uri-mmst.png +share/icons/oxygen/base/128x128/mimetypes/uri-mmsu.png +share/icons/oxygen/base/128x128/mimetypes/uri-pnm.png +share/icons/oxygen/base/128x128/mimetypes/uri-rtspt.png +share/icons/oxygen/base/128x128/mimetypes/uri-rtspu.png +share/icons/oxygen/base/128x128/mimetypes/video-mp4.png +share/icons/oxygen/base/128x128/mimetypes/video-vivo.png +share/icons/oxygen/base/128x128/mimetypes/video-vnd.rn-realvideo.png +share/icons/oxygen/base/128x128/mimetypes/video-wavelet.png +share/icons/oxygen/base/128x128/mimetypes/video-webm.png +share/icons/oxygen/base/128x128/mimetypes/video-x-anim.png +share/icons/oxygen/base/128x128/mimetypes/video-x-flic.png +share/icons/oxygen/base/128x128/mimetypes/video-x-flv.png +share/icons/oxygen/base/128x128/mimetypes/video-x-generic.png +share/icons/oxygen/base/128x128/mimetypes/video-x-google-vlc-plugin.png +share/icons/oxygen/base/128x128/mimetypes/video-x-javafx.png +share/icons/oxygen/base/128x128/mimetypes/video-x-matroska.png +share/icons/oxygen/base/128x128/mimetypes/video-x-mng.png +share/icons/oxygen/base/128x128/mimetypes/video-x-ms-wmp.png +share/icons/oxygen/base/128x128/mimetypes/video-x-ms-wmv.png +share/icons/oxygen/base/128x128/mimetypes/video-x-msvideo.png +share/icons/oxygen/base/128x128/mimetypes/video-x-ogm+ogg.png +share/icons/oxygen/base/128x128/mimetypes/video-x-theor+ogg.png +share/icons/oxygen/base/128x128/mimetypes/video-x-wmv.png +share/icons/oxygen/base/128x128/mimetypes/x-kde-nsplugin-generated.png +share/icons/oxygen/base/128x128/mimetypes/x-mail-distribution-list.png +share/icons/oxygen/base/128x128/mimetypes/x-media-podcast.png +share/icons/oxygen/base/128x128/mimetypes/x-office-address-book.png +share/icons/oxygen/base/128x128/mimetypes/x-office-calendar.png +share/icons/oxygen/base/128x128/mimetypes/x-office-document.png +share/icons/oxygen/base/128x128/mimetypes/x-office-drawing.png +share/icons/oxygen/base/128x128/mimetypes/x-office-presentation.png +share/icons/oxygen/base/128x128/mimetypes/x-office-spreadsheet.png +share/icons/oxygen/base/128x128/places/bookmarks.png +share/icons/oxygen/base/128x128/places/certificate-server.png +share/icons/oxygen/base/128x128/places/document-multiple.png +share/icons/oxygen/base/128x128/places/favorites.png +share/icons/oxygen/base/128x128/places/folder-activities.png +share/icons/oxygen/base/128x128/places/folder-black.png +share/icons/oxygen/base/128x128/places/folder-blue.png +share/icons/oxygen/base/128x128/places/folder-bookmark.png +share/icons/oxygen/base/128x128/places/folder-brown.png +share/icons/oxygen/base/128x128/places/folder-cloud.png +share/icons/oxygen/base/128x128/places/folder-cyan.png +share/icons/oxygen/base/128x128/places/folder-development.png +share/icons/oxygen/base/128x128/places/folder-documents.png +share/icons/oxygen/base/128x128/places/folder-download.png +share/icons/oxygen/base/128x128/places/folder-downloads.png +share/icons/oxygen/base/128x128/places/folder-dropbox.png +share/icons/oxygen/base/128x128/places/folder-favorites.png +share/icons/oxygen/base/128x128/places/folder-gdrive.png +share/icons/oxygen/base/128x128/places/folder-green.png +share/icons/oxygen/base/128x128/places/folder-grey.png +share/icons/oxygen/base/128x128/places/folder-html.png +share/icons/oxygen/base/128x128/places/folder-image-people.png +share/icons/oxygen/base/128x128/places/folder-image.png +share/icons/oxygen/base/128x128/places/folder-images.png +share/icons/oxygen/base/128x128/places/folder-important.png +share/icons/oxygen/base/128x128/places/folder-locked.png +share/icons/oxygen/base/128x128/places/folder-mail.png +share/icons/oxygen/base/128x128/places/folder-music.png +share/icons/oxygen/base/128x128/places/folder-network.png +share/icons/oxygen/base/128x128/places/folder-onedrive.png +share/icons/oxygen/base/128x128/places/folder-orange.png +share/icons/oxygen/base/128x128/places/folder-owncloud.png +share/icons/oxygen/base/128x128/places/folder-picture.png +share/icons/oxygen/base/128x128/places/folder-pictures.png +share/icons/oxygen/base/128x128/places/folder-print.png +share/icons/oxygen/base/128x128/places/folder-public.png +share/icons/oxygen/base/128x128/places/folder-publicshare.png +share/icons/oxygen/base/128x128/places/folder-red.png +share/icons/oxygen/base/128x128/places/folder-remote.png +share/icons/oxygen/base/128x128/places/folder-script.png +share/icons/oxygen/base/128x128/places/folder-sound.png +share/icons/oxygen/base/128x128/places/folder-tar.png +share/icons/oxygen/base/128x128/places/folder-temp.png +share/icons/oxygen/base/128x128/places/folder-text.png +share/icons/oxygen/base/128x128/places/folder-txt.png +share/icons/oxygen/base/128x128/places/folder-video.png +share/icons/oxygen/base/128x128/places/folder-videos.png +share/icons/oxygen/base/128x128/places/folder-violet.png +share/icons/oxygen/base/128x128/places/folder-yellow.png +share/icons/oxygen/base/128x128/places/folder.png +share/icons/oxygen/base/128x128/places/mail-folder-outbox.png +share/icons/oxygen/base/128x128/places/mail-folder-sent.png +share/icons/oxygen/base/128x128/places/mail-message.png +share/icons/oxygen/base/128x128/places/network-server-database.png +share/icons/oxygen/base/128x128/places/network-server.png +share/icons/oxygen/base/128x128/places/network-workgroup.png +share/icons/oxygen/base/128x128/places/repository.png +share/icons/oxygen/base/128x128/places/server-database.png +share/icons/oxygen/base/128x128/places/start-here-kde.png +share/icons/oxygen/base/128x128/places/start-here.png +share/icons/oxygen/base/128x128/places/stock_folder.png +share/icons/oxygen/base/128x128/places/user-desktop.png +share/icons/oxygen/base/128x128/places/user-home.png +share/icons/oxygen/base/128x128/places/user-identity.png +share/icons/oxygen/base/128x128/places/user-trash-full.png +share/icons/oxygen/base/128x128/places/user-trash.png +share/icons/oxygen/base/128x128/status/dialog-error.png +share/icons/oxygen/base/128x128/status/dialog-information.png +share/icons/oxygen/base/128x128/status/dialog-password.png +share/icons/oxygen/base/128x128/status/dialog-warning.png +share/icons/oxygen/base/128x128/status/image-missing.png +share/icons/oxygen/base/128x128/status/mail-queued.png +share/icons/oxygen/base/128x128/status/mail-unread-new.png +share/icons/oxygen/base/128x128/status/meeting-chair.png +share/icons/oxygen/base/128x128/status/meeting-observer.png +share/icons/oxygen/base/128x128/status/meeting-organizer.png +share/icons/oxygen/base/128x128/status/meeting-participant-optional.png +share/icons/oxygen/base/128x128/status/meeting-participant-reply.png +share/icons/oxygen/base/128x128/status/meeting-participant.png +share/icons/oxygen/base/128x128/status/script-error.png +share/icons/oxygen/base/128x128/status/security-high.png +share/icons/oxygen/base/128x128/status/security-low.png +share/icons/oxygen/base/128x128/status/security-medium.png +share/icons/oxygen/base/128x128/status/user-trash-full.png +share/icons/oxygen/base/128x128/status/weather-clear-night.png +share/icons/oxygen/base/128x128/status/weather-clear.png +share/icons/oxygen/base/128x128/status/weather-clouds-night.png +share/icons/oxygen/base/128x128/status/weather-clouds.png +share/icons/oxygen/base/128x128/status/weather-few-clouds-night.png +share/icons/oxygen/base/128x128/status/weather-few-clouds.png +share/icons/oxygen/base/128x128/status/weather-freezing-rain.png +share/icons/oxygen/base/128x128/status/weather-hail.png +share/icons/oxygen/base/128x128/status/weather-many-clouds.png +share/icons/oxygen/base/128x128/status/weather-mist.png +share/icons/oxygen/base/128x128/status/weather-none-available.png +share/icons/oxygen/base/128x128/status/weather-showers-day.png +share/icons/oxygen/base/128x128/status/weather-showers-night.png +share/icons/oxygen/base/128x128/status/weather-showers-scattered-day.png +share/icons/oxygen/base/128x128/status/weather-showers-scattered-night.png +share/icons/oxygen/base/128x128/status/weather-showers-scattered.png +share/icons/oxygen/base/128x128/status/weather-showers.png +share/icons/oxygen/base/128x128/status/weather-snow-rain.png +share/icons/oxygen/base/128x128/status/weather-snow-scattered-day.png +share/icons/oxygen/base/128x128/status/weather-snow-scattered-night.png +share/icons/oxygen/base/128x128/status/weather-snow-scattered.png +share/icons/oxygen/base/128x128/status/weather-snow.png +share/icons/oxygen/base/128x128/status/weather-storm-day.png +share/icons/oxygen/base/128x128/status/weather-storm-night.png +share/icons/oxygen/base/128x128/status/weather-storm.png +share/icons/oxygen/base/16x16/actions/CVnamespace.png +share/icons/oxygen/base/16x16/actions/Info-amarok.png +share/icons/oxygen/base/16x16/actions/accept_time_event.png +share/icons/oxygen/base/16x16/actions/acrobat.png +share/icons/oxygen/base/16x16/actions/action-albumfolder-importdir2.png +share/icons/oxygen/base/16x16/actions/activity-fork.png +share/icons/oxygen/base/16x16/actions/actor.png +share/icons/oxygen/base/16x16/actions/add-placemark.png +share/icons/oxygen/base/16x16/actions/address-book-new.png +share/icons/oxygen/base/16x16/actions/addressbook-details.png +share/icons/oxygen/base/16x16/actions/albumfolder-importdir.png +share/icons/oxygen/base/16x16/actions/albumfolder-importimages.png +share/icons/oxygen/base/16x16/actions/albumfolder-new.png +share/icons/oxygen/base/16x16/actions/albumfolder-properties.png +share/icons/oxygen/base/16x16/actions/albumfolder-user-trash.png +share/icons/oxygen/base/16x16/actions/align-horizontal-center.png +share/icons/oxygen/base/16x16/actions/align-horizontal-left-out.png +share/icons/oxygen/base/16x16/actions/align-horizontal-left.png +share/icons/oxygen/base/16x16/actions/align-horizontal-right-out.png +share/icons/oxygen/base/16x16/actions/align-horizontal-right.png +share/icons/oxygen/base/16x16/actions/align-vertical-bottom-out.png +share/icons/oxygen/base/16x16/actions/align-vertical-bottom.png +share/icons/oxygen/base/16x16/actions/align-vertical-center.png +share/icons/oxygen/base/16x16/actions/align-vertical-top-out.png +share/icons/oxygen/base/16x16/actions/align-vertical-top.png +share/icons/oxygen/base/16x16/actions/amarok_artist.png +share/icons/oxygen/base/16x16/actions/amarok_clock.png +share/icons/oxygen/base/16x16/actions/amarok_lyrics.png +share/icons/oxygen/base/16x16/actions/amarok_playcount.png +share/icons/oxygen/base/16x16/actions/amarok_playlist.png +share/icons/oxygen/base/16x16/actions/amarok_playlist_refresh.png +share/icons/oxygen/base/16x16/actions/answer-correct.png +share/icons/oxygen/base/16x16/actions/answer.png +share/icons/oxygen/base/16x16/actions/application-exit.png +share/icons/oxygen/base/16x16/actions/applications-internet.png +share/icons/oxygen/base/16x16/actions/appointment-new.png +share/icons/oxygen/base/16x16/actions/archive-extract.png +share/icons/oxygen/base/16x16/actions/archive-insert-directory.png +share/icons/oxygen/base/16x16/actions/archive-insert.png +share/icons/oxygen/base/16x16/actions/archive-remove.png +share/icons/oxygen/base/16x16/actions/arrow-down-double.png +share/icons/oxygen/base/16x16/actions/arrow-down.png +share/icons/oxygen/base/16x16/actions/arrow-left-double.png +share/icons/oxygen/base/16x16/actions/arrow-left.png +share/icons/oxygen/base/16x16/actions/arrow-right-double.png +share/icons/oxygen/base/16x16/actions/arrow-right.png +share/icons/oxygen/base/16x16/actions/arrow-up-double.png +share/icons/oxygen/base/16x16/actions/arrow-up.png +share/icons/oxygen/base/16x16/actions/audio-on.png +share/icons/oxygen/base/16x16/actions/bookmark-add-folder.png +share/icons/oxygen/base/16x16/actions/bookmark-edit.png +share/icons/oxygen/base/16x16/actions/bookmark-new-list.png +share/icons/oxygen/base/16x16/actions/bookmark-new.png +share/icons/oxygen/base/16x16/actions/bookmark-toolbar.png +share/icons/oxygen/base/16x16/actions/bookmarks-organize.png +share/icons/oxygen/base/16x16/actions/bookmarks.png +share/icons/oxygen/base/16x16/actions/box.png +share/icons/oxygen/base/16x16/actions/bqm-add.png +share/icons/oxygen/base/16x16/actions/bqm-addqueue.png +share/icons/oxygen/base/16x16/actions/bqm-commit.png +share/icons/oxygen/base/16x16/actions/bqm-diff.png +share/icons/oxygen/base/16x16/actions/bqm-remove.png +share/icons/oxygen/base/16x16/actions/bqm-rmqueue.png +share/icons/oxygen/base/16x16/actions/bqm-update.png +share/icons/oxygen/base/16x16/actions/call-start.png +share/icons/oxygen/base/16x16/actions/call-stop.png +share/icons/oxygen/base/16x16/actions/cards-block.png +share/icons/oxygen/base/16x16/actions/character-set.png +share/icons/oxygen/base/16x16/actions/checkbox.png +share/icons/oxygen/base/16x16/actions/checkmark.png +share/icons/oxygen/base/16x16/actions/choice-round.png +share/icons/oxygen/base/16x16/actions/chronometer-lap.png +share/icons/oxygen/base/16x16/actions/chronometer-reset.png +share/icons/oxygen/base/16x16/actions/chronometer-start.png +share/icons/oxygen/base/16x16/actions/chronometer.png +share/icons/oxygen/base/16x16/actions/class-or-package.png +share/icons/oxygen/base/16x16/actions/class.png +share/icons/oxygen/base/16x16/actions/clock-large.png +share/icons/oxygen/base/16x16/actions/clock.png +share/icons/oxygen/base/16x16/actions/code-block.png +share/icons/oxygen/base/16x16/actions/code-class.png +share/icons/oxygen/base/16x16/actions/code-context.png +share/icons/oxygen/base/16x16/actions/code-function.png +share/icons/oxygen/base/16x16/actions/code-typedef.png +share/icons/oxygen/base/16x16/actions/code-variable.png +share/icons/oxygen/base/16x16/actions/collection-rescan-amarok.png +share/icons/oxygen/base/16x16/actions/color-fill.png +share/icons/oxygen/base/16x16/actions/color-picker-black.png +share/icons/oxygen/base/16x16/actions/color-picker-grey.png +share/icons/oxygen/base/16x16/actions/color-picker-white.png +share/icons/oxygen/base/16x16/actions/color-picker.png +share/icons/oxygen/base/16x16/actions/component.png +share/icons/oxygen/base/16x16/actions/configure-shortcuts.png +share/icons/oxygen/base/16x16/actions/configure-toolbars.png +share/icons/oxygen/base/16x16/actions/configure.png +share/icons/oxygen/base/16x16/actions/contact-new.png +share/icons/oxygen/base/16x16/actions/cursor-arrow.png +share/icons/oxygen/base/16x16/actions/dashboard-show.png +share/icons/oxygen/base/16x16/actions/datatype.png +share/icons/oxygen/base/16x16/actions/debug-execute-from-cursor.png +share/icons/oxygen/base/16x16/actions/debug-execute-to-cursor.png +share/icons/oxygen/base/16x16/actions/debug-run-cursor.png +share/icons/oxygen/base/16x16/actions/debug-run.png +share/icons/oxygen/base/16x16/actions/debug-step-instruction.png +share/icons/oxygen/base/16x16/actions/debug-step-into-instruction.png +share/icons/oxygen/base/16x16/actions/debug-step-into.png +share/icons/oxygen/base/16x16/actions/debug-step-out.png +share/icons/oxygen/base/16x16/actions/debug-step-over.png +share/icons/oxygen/base/16x16/actions/dialog-align-and-distribute.png +share/icons/oxygen/base/16x16/actions/dialog-cancel.png +share/icons/oxygen/base/16x16/actions/dialog-close.png +share/icons/oxygen/base/16x16/actions/dialog-fill-and-stroke.png +share/icons/oxygen/base/16x16/actions/dialog-filters.png +share/icons/oxygen/base/16x16/actions/dialog-icon-preview.png +share/icons/oxygen/base/16x16/actions/dialog-memory.png +share/icons/oxygen/base/16x16/actions/dialog-object-properties.png +share/icons/oxygen/base/16x16/actions/dialog-ok-apply.png +share/icons/oxygen/base/16x16/actions/dialog-ok.png +share/icons/oxygen/base/16x16/actions/dialog-transform.png +share/icons/oxygen/base/16x16/actions/dirsync.png +share/icons/oxygen/base/16x16/actions/distribute-horizontal-center.png +share/icons/oxygen/base/16x16/actions/distribute-horizontal-equal.png +share/icons/oxygen/base/16x16/actions/distribute-horizontal-left.png +share/icons/oxygen/base/16x16/actions/distribute-horizontal-margin.png +share/icons/oxygen/base/16x16/actions/distribute-horizontal-page.png +share/icons/oxygen/base/16x16/actions/distribute-horizontal-right.png +share/icons/oxygen/base/16x16/actions/distribute-horizontal-x.png +share/icons/oxygen/base/16x16/actions/distribute-vertical-bottom.png +share/icons/oxygen/base/16x16/actions/distribute-vertical-center.png +share/icons/oxygen/base/16x16/actions/distribute-vertical-equal.png +share/icons/oxygen/base/16x16/actions/distribute-vertical-margin.png +share/icons/oxygen/base/16x16/actions/distribute-vertical-page.png +share/icons/oxygen/base/16x16/actions/distribute-vertical-top.png +share/icons/oxygen/base/16x16/actions/distribute-vertical-y.png +share/icons/oxygen/base/16x16/actions/document-cleanup.png +share/icons/oxygen/base/16x16/actions/document-close.png +share/icons/oxygen/base/16x16/actions/document-decrypt.png +share/icons/oxygen/base/16x16/actions/document-edit-decrypt-verify.png +share/icons/oxygen/base/16x16/actions/document-edit-decrypt.png +share/icons/oxygen/base/16x16/actions/document-edit-encrypt.png +share/icons/oxygen/base/16x16/actions/document-edit-sign-encrypt.png +share/icons/oxygen/base/16x16/actions/document-edit-sign.png +share/icons/oxygen/base/16x16/actions/document-edit-verify.png +share/icons/oxygen/base/16x16/actions/document-edit.png +share/icons/oxygen/base/16x16/actions/document-encrypt.png +share/icons/oxygen/base/16x16/actions/document-export-ocal.png +share/icons/oxygen/base/16x16/actions/document-export-table.png +share/icons/oxygen/base/16x16/actions/document-export.png +share/icons/oxygen/base/16x16/actions/document-import-ocal.png +share/icons/oxygen/base/16x16/actions/document-import.png +share/icons/oxygen/base/16x16/actions/document-multiple.png +share/icons/oxygen/base/16x16/actions/document-new.png +share/icons/oxygen/base/16x16/actions/document-open-data.png +share/icons/oxygen/base/16x16/actions/document-open-folder.png +share/icons/oxygen/base/16x16/actions/document-open-recent.png +share/icons/oxygen/base/16x16/actions/document-open-remote.png +share/icons/oxygen/base/16x16/actions/document-open.png +share/icons/oxygen/base/16x16/actions/document-preview-archive.png +share/icons/oxygen/base/16x16/actions/document-preview.png +share/icons/oxygen/base/16x16/actions/document-print-direct.png +share/icons/oxygen/base/16x16/actions/document-print-frame.png +share/icons/oxygen/base/16x16/actions/document-print-preview.png +share/icons/oxygen/base/16x16/actions/document-print.png +share/icons/oxygen/base/16x16/actions/document-properties.png +share/icons/oxygen/base/16x16/actions/document-revert.png +share/icons/oxygen/base/16x16/actions/document-save-all.png +share/icons/oxygen/base/16x16/actions/document-save-as.png +share/icons/oxygen/base/16x16/actions/document-save.png +share/icons/oxygen/base/16x16/actions/document-sign.png +share/icons/oxygen/base/16x16/actions/document-swap.png +share/icons/oxygen/base/16x16/actions/documentation.png +share/icons/oxygen/base/16x16/actions/documentinfo.png +share/icons/oxygen/base/16x16/actions/download-later.png +share/icons/oxygen/base/16x16/actions/download.png +share/icons/oxygen/base/16x16/actions/draw-arrow-back.png +share/icons/oxygen/base/16x16/actions/draw-arrow-down.png +share/icons/oxygen/base/16x16/actions/draw-arrow-forward.png +share/icons/oxygen/base/16x16/actions/draw-arrow-up.png +share/icons/oxygen/base/16x16/actions/draw-bezier-curves.png +share/icons/oxygen/base/16x16/actions/draw-brush.png +share/icons/oxygen/base/16x16/actions/draw-circle.png +share/icons/oxygen/base/16x16/actions/draw-cross.png +share/icons/oxygen/base/16x16/actions/draw-donut.png +share/icons/oxygen/base/16x16/actions/draw-ellipse.png +share/icons/oxygen/base/16x16/actions/draw-eraser-delete-objects.png +share/icons/oxygen/base/16x16/actions/draw-eraser.png +share/icons/oxygen/base/16x16/actions/draw-freehand.png +share/icons/oxygen/base/16x16/actions/draw-halfcircle1.png +share/icons/oxygen/base/16x16/actions/draw-halfcircle2.png +share/icons/oxygen/base/16x16/actions/draw-halfcircle3.png +share/icons/oxygen/base/16x16/actions/draw-halfcircle4.png +share/icons/oxygen/base/16x16/actions/draw-line.png +share/icons/oxygen/base/16x16/actions/draw-path.png +share/icons/oxygen/base/16x16/actions/draw-polygon.png +share/icons/oxygen/base/16x16/actions/draw-polyline.png +share/icons/oxygen/base/16x16/actions/draw-rectangle.png +share/icons/oxygen/base/16x16/actions/draw-spiral.png +share/icons/oxygen/base/16x16/actions/draw-square-inverted-corners.png +share/icons/oxygen/base/16x16/actions/draw-star.png +share/icons/oxygen/base/16x16/actions/draw-text.png +share/icons/oxygen/base/16x16/actions/draw-triangle.png +share/icons/oxygen/base/16x16/actions/draw-triangle1.png +share/icons/oxygen/base/16x16/actions/draw-triangle2.png +share/icons/oxygen/base/16x16/actions/draw-triangle3.png +share/icons/oxygen/base/16x16/actions/draw-triangle4.png +share/icons/oxygen/base/16x16/actions/edit-bomb.png +share/icons/oxygen/base/16x16/actions/edit-clear-history.png +share/icons/oxygen/base/16x16/actions/edit-clear-list.png +share/icons/oxygen/base/16x16/actions/edit-clear-locationbar-ltr.png +share/icons/oxygen/base/16x16/actions/edit-clear-locationbar-rtl.png +share/icons/oxygen/base/16x16/actions/edit-clear.png +share/icons/oxygen/base/16x16/actions/edit-copy.png +share/icons/oxygen/base/16x16/actions/edit-cut.png +share/icons/oxygen/base/16x16/actions/edit-delete-shred.png +share/icons/oxygen/base/16x16/actions/edit-delete.png +share/icons/oxygen/base/16x16/actions/edit-duplicate.png +share/icons/oxygen/base/16x16/actions/edit-entry.png +share/icons/oxygen/base/16x16/actions/edit-find-mail.png +share/icons/oxygen/base/16x16/actions/edit-find-project.png +share/icons/oxygen/base/16x16/actions/edit-find-replace.png +share/icons/oxygen/base/16x16/actions/edit-find-user.png +share/icons/oxygen/base/16x16/actions/edit-find.png +share/icons/oxygen/base/16x16/actions/edit-guides.png +share/icons/oxygen/base/16x16/actions/edit-image-face-add.png +share/icons/oxygen/base/16x16/actions/edit-image-face-detect.png +share/icons/oxygen/base/16x16/actions/edit-image-face-recognize.png +share/icons/oxygen/base/16x16/actions/edit-image-face-show.png +share/icons/oxygen/base/16x16/actions/edit-link.png +share/icons/oxygen/base/16x16/actions/edit-map.png +share/icons/oxygen/base/16x16/actions/edit-node.png +share/icons/oxygen/base/16x16/actions/edit-paste.png +share/icons/oxygen/base/16x16/actions/edit-redo.png +share/icons/oxygen/base/16x16/actions/edit-rename.png +share/icons/oxygen/base/16x16/actions/edit-select-all.png +share/icons/oxygen/base/16x16/actions/edit-select.png +share/icons/oxygen/base/16x16/actions/edit-table-cell-merge.png +share/icons/oxygen/base/16x16/actions/edit-table-cell-split.png +share/icons/oxygen/base/16x16/actions/edit-table-delete-column.png +share/icons/oxygen/base/16x16/actions/edit-table-delete-row.png +share/icons/oxygen/base/16x16/actions/edit-table-insert-column-left.png +share/icons/oxygen/base/16x16/actions/edit-table-insert-column-right.png +share/icons/oxygen/base/16x16/actions/edit-table-insert-row-above.png +share/icons/oxygen/base/16x16/actions/edit-table-insert-row-below.png +share/icons/oxygen/base/16x16/actions/edit-table-insert-row-under.png +share/icons/oxygen/base/16x16/actions/edit-text-frame-update.png +share/icons/oxygen/base/16x16/actions/edit-undo-history.png +share/icons/oxygen/base/16x16/actions/edit-undo.png +share/icons/oxygen/base/16x16/actions/editimage.png +share/icons/oxygen/base/16x16/actions/editor.png +share/icons/oxygen/base/16x16/actions/end_of_life.png +share/icons/oxygen/base/16x16/actions/end_state.png +share/icons/oxygen/base/16x16/actions/enum.png +share/icons/oxygen/base/16x16/actions/error.png +share/icons/oxygen/base/16x16/actions/exifinfo.png +share/icons/oxygen/base/16x16/actions/feed-subscribe.png +share/icons/oxygen/base/16x16/actions/file-zoom-in.png +share/icons/oxygen/base/16x16/actions/file-zoom-out.png +share/icons/oxygen/base/16x16/actions/filename-composer-amarok.png +share/icons/oxygen/base/16x16/actions/filename-ignore-amarok.png +share/icons/oxygen/base/16x16/actions/filename-last-played.png +share/icons/oxygen/base/16x16/actions/filename-sample-rate.png +share/icons/oxygen/base/16x16/actions/filename-year-amarok.png +share/icons/oxygen/base/16x16/actions/fileview-preview.png +share/icons/oxygen/base/16x16/actions/fill-color.png +share/icons/oxygen/base/16x16/actions/flag-black.png +share/icons/oxygen/base/16x16/actions/flag-blue.png +share/icons/oxygen/base/16x16/actions/flag-green.png +share/icons/oxygen/base/16x16/actions/flag-red.png +share/icons/oxygen/base/16x16/actions/flag-yellow.png +share/icons/oxygen/base/16x16/actions/flag.png +share/icons/oxygen/base/16x16/actions/folder-new.png +share/icons/oxygen/base/16x16/actions/folder-sync.png +share/icons/oxygen/base/16x16/actions/followmouse.png +share/icons/oxygen/base/16x16/actions/fork.png +share/icons/oxygen/base/16x16/actions/format-add-node.png +share/icons/oxygen/base/16x16/actions/format-break-node.png +share/icons/oxygen/base/16x16/actions/format-connect-node.png +share/icons/oxygen/base/16x16/actions/format-disconnect-node.png +share/icons/oxygen/base/16x16/actions/format-fill-color.png +share/icons/oxygen/base/16x16/actions/format-font-size-less.png +share/icons/oxygen/base/16x16/actions/format-font-size-more.png +share/icons/oxygen/base/16x16/actions/format-indent-less.png +share/icons/oxygen/base/16x16/actions/format-indent-more.png +share/icons/oxygen/base/16x16/actions/format-join-node.png +share/icons/oxygen/base/16x16/actions/format-justify-center.png +share/icons/oxygen/base/16x16/actions/format-justify-fill.png +share/icons/oxygen/base/16x16/actions/format-justify-left.png +share/icons/oxygen/base/16x16/actions/format-justify-right.png +share/icons/oxygen/base/16x16/actions/format-line-spacing-double.png +share/icons/oxygen/base/16x16/actions/format-line-spacing-normal.png +share/icons/oxygen/base/16x16/actions/format-line-spacing-triple.png +share/icons/oxygen/base/16x16/actions/format-list-ordered.png +share/icons/oxygen/base/16x16/actions/format-list-unordered.png +share/icons/oxygen/base/16x16/actions/format-remove-node.png +share/icons/oxygen/base/16x16/actions/format-stroke-color.png +share/icons/oxygen/base/16x16/actions/format-text-bold.png +share/icons/oxygen/base/16x16/actions/format-text-color.png +share/icons/oxygen/base/16x16/actions/format-text-direction-ltr.png +share/icons/oxygen/base/16x16/actions/format-text-direction-rtl.png +share/icons/oxygen/base/16x16/actions/format-text-italic.png +share/icons/oxygen/base/16x16/actions/format-text-strikethrough.png +share/icons/oxygen/base/16x16/actions/format-text-subscript.png +share/icons/oxygen/base/16x16/actions/format-text-superscript.png +share/icons/oxygen/base/16x16/actions/format-text-underline.png +share/icons/oxygen/base/16x16/actions/games-achievements.png +share/icons/oxygen/base/16x16/actions/games-config-background.png +share/icons/oxygen/base/16x16/actions/games-config-board.png +share/icons/oxygen/base/16x16/actions/games-config-custom.png +share/icons/oxygen/base/16x16/actions/games-config-options.png +share/icons/oxygen/base/16x16/actions/games-config-theme.png +share/icons/oxygen/base/16x16/actions/games-config-tiles.png +share/icons/oxygen/base/16x16/actions/games-difficult.png +share/icons/oxygen/base/16x16/actions/games-endturn.png +share/icons/oxygen/base/16x16/actions/games-highscores.png +share/icons/oxygen/base/16x16/actions/games-hint.png +share/icons/oxygen/base/16x16/actions/games-solve.png +share/icons/oxygen/base/16x16/actions/geany-build.png +share/icons/oxygen/base/16x16/actions/geany-close-all.png +share/icons/oxygen/base/16x16/actions/geany-save-all.png +share/icons/oxygen/base/16x16/actions/get-hot-new-stuff.png +share/icons/oxygen/base/16x16/actions/globe.png +share/icons/oxygen/base/16x16/actions/go-bottom.png +share/icons/oxygen/base/16x16/actions/go-down-search.png +share/icons/oxygen/base/16x16/actions/go-down.png +share/icons/oxygen/base/16x16/actions/go-first-view-page.png +share/icons/oxygen/base/16x16/actions/go-first-view.png +share/icons/oxygen/base/16x16/actions/go-first.png +share/icons/oxygen/base/16x16/actions/go-home-large.png +share/icons/oxygen/base/16x16/actions/go-home.png +share/icons/oxygen/base/16x16/actions/go-jump-declaration.png +share/icons/oxygen/base/16x16/actions/go-jump-definition.png +share/icons/oxygen/base/16x16/actions/go-jump-locationbar.png +share/icons/oxygen/base/16x16/actions/go-jump-today.png +share/icons/oxygen/base/16x16/actions/go-jump.png +share/icons/oxygen/base/16x16/actions/go-last-view-page.png +share/icons/oxygen/base/16x16/actions/go-last-view.png +share/icons/oxygen/base/16x16/actions/go-last.png +share/icons/oxygen/base/16x16/actions/go-next-context.png +share/icons/oxygen/base/16x16/actions/go-next-use.png +share/icons/oxygen/base/16x16/actions/go-next-view-page.png +share/icons/oxygen/base/16x16/actions/go-next-view.png +share/icons/oxygen/base/16x16/actions/go-next.png +share/icons/oxygen/base/16x16/actions/go-parent-folder.png +share/icons/oxygen/base/16x16/actions/go-previous-context.png +share/icons/oxygen/base/16x16/actions/go-previous-use.png +share/icons/oxygen/base/16x16/actions/go-previous-view-page.png +share/icons/oxygen/base/16x16/actions/go-previous-view.png +share/icons/oxygen/base/16x16/actions/go-previous.png +share/icons/oxygen/base/16x16/actions/go-top.png +share/icons/oxygen/base/16x16/actions/go-up-search.png +share/icons/oxygen/base/16x16/actions/go-up.png +share/icons/oxygen/base/16x16/actions/gpg.png +share/icons/oxygen/base/16x16/actions/gpgsm.png +share/icons/oxygen/base/16x16/actions/group-edit.png +share/icons/oxygen/base/16x16/actions/group-new.png +share/icons/oxygen/base/16x16/actions/gtk-add.png +share/icons/oxygen/base/16x16/actions/gtk-apply.png +share/icons/oxygen/base/16x16/actions/gtk-bold.png +share/icons/oxygen/base/16x16/actions/gtk-cancel.png +share/icons/oxygen/base/16x16/actions/gtk-cdrom.png +share/icons/oxygen/base/16x16/actions/gtk-clear.png +share/icons/oxygen/base/16x16/actions/gtk-close.png +share/icons/oxygen/base/16x16/actions/gtk-color-picker.png +share/icons/oxygen/base/16x16/actions/gtk-connect.png +share/icons/oxygen/base/16x16/actions/gtk-disconnect.png +share/icons/oxygen/base/16x16/actions/gtk-edit.png +share/icons/oxygen/base/16x16/actions/gtk-execute.png +share/icons/oxygen/base/16x16/actions/gtk-floppy.png +share/icons/oxygen/base/16x16/actions/gtk-no.png +share/icons/oxygen/base/16x16/actions/gtk-ok.png +share/icons/oxygen/base/16x16/actions/gtk-properties.png +share/icons/oxygen/base/16x16/actions/gtk-quit.png +share/icons/oxygen/base/16x16/actions/gtk-select-color.png +share/icons/oxygen/base/16x16/actions/gtk-stop.png +share/icons/oxygen/base/16x16/actions/gtk-undelete-ltr.png +share/icons/oxygen/base/16x16/actions/gtk-undelete-rtl.png +share/icons/oxygen/base/16x16/actions/gtk-yes.png +share/icons/oxygen/base/16x16/actions/guides.png +share/icons/oxygen/base/16x16/actions/help-about.png +share/icons/oxygen/base/16x16/actions/help-contents.png +share/icons/oxygen/base/16x16/actions/help-contextual.png +share/icons/oxygen/base/16x16/actions/help-donate.png +share/icons/oxygen/base/16x16/actions/help-feedback.png +share/icons/oxygen/base/16x16/actions/help-hint.png +share/icons/oxygen/base/16x16/actions/help-keybord-shortcuts.png +share/icons/oxygen/base/16x16/actions/identity.png +share/icons/oxygen/base/16x16/actions/im-aim.png +share/icons/oxygen/base/16x16/actions/im-ban-kick-user.png +share/icons/oxygen/base/16x16/actions/im-ban-user.png +share/icons/oxygen/base/16x16/actions/im-facebook.png +share/icons/oxygen/base/16x16/actions/im-icq.png +share/icons/oxygen/base/16x16/actions/im-identi.ca.png +share/icons/oxygen/base/16x16/actions/im-invisible-user.png +share/icons/oxygen/base/16x16/actions/im-irc.png +share/icons/oxygen/base/16x16/actions/im-jabber.png +share/icons/oxygen/base/16x16/actions/im-kick-user.png +share/icons/oxygen/base/16x16/actions/im-msn.png +share/icons/oxygen/base/16x16/actions/im-qq.png +share/icons/oxygen/base/16x16/actions/im-skype.png +share/icons/oxygen/base/16x16/actions/im-twitter.png +share/icons/oxygen/base/16x16/actions/im-user-away.png +share/icons/oxygen/base/16x16/actions/im-user-busy.png +share/icons/oxygen/base/16x16/actions/im-user-offline.png +share/icons/oxygen/base/16x16/actions/im-user.png +share/icons/oxygen/base/16x16/actions/im-yahoo.png +share/icons/oxygen/base/16x16/actions/initial_state.png +share/icons/oxygen/base/16x16/actions/insert-button.png +share/icons/oxygen/base/16x16/actions/insert-horizontal-rule.png +share/icons/oxygen/base/16x16/actions/insert-image.png +share/icons/oxygen/base/16x16/actions/insert-link.png +share/icons/oxygen/base/16x16/actions/insert-table-row.png +share/icons/oxygen/base/16x16/actions/insert-table.png +share/icons/oxygen/base/16x16/actions/insert-text-frame.png +share/icons/oxygen/base/16x16/actions/insert-text.png +share/icons/oxygen/base/16x16/actions/interface.png +share/icons/oxygen/base/16x16/actions/internet-amarok.png +share/icons/oxygen/base/16x16/actions/irc-close-channel.png +share/icons/oxygen/base/16x16/actions/irc-join-channel.png +share/icons/oxygen/base/16x16/actions/irc-operator.png +share/icons/oxygen/base/16x16/actions/irc-remove-operator.png +share/icons/oxygen/base/16x16/actions/irc-unvoice.png +share/icons/oxygen/base/16x16/actions/irc-voice.png +share/icons/oxygen/base/16x16/actions/kdenlive-add-slide-clip.png +share/icons/oxygen/base/16x16/actions/kdenlive-align-bottom.png +share/icons/oxygen/base/16x16/actions/kdenlive-align-hor.png +share/icons/oxygen/base/16x16/actions/kdenlive-align-left.png +share/icons/oxygen/base/16x16/actions/kdenlive-align-right.png +share/icons/oxygen/base/16x16/actions/kdenlive-align-top.png +share/icons/oxygen/base/16x16/actions/kdenlive-align-vert.png +share/icons/oxygen/base/16x16/actions/kdenlive-deleffect.png +share/icons/oxygen/base/16x16/actions/kdenlive-down.png +share/icons/oxygen/base/16x16/actions/kdenlive-select-rects.png +share/icons/oxygen/base/16x16/actions/kdenlive-select-tool.png +share/icons/oxygen/base/16x16/actions/kdenlive-show-audiothumb.png +share/icons/oxygen/base/16x16/actions/kdenlive-show-video.png +share/icons/oxygen/base/16x16/actions/kdenlive-snap.png +share/icons/oxygen/base/16x16/actions/kdenlive-spacer-tool.png +share/icons/oxygen/base/16x16/actions/kdenlive-unlock.png +share/icons/oxygen/base/16x16/actions/kdenlive-up.png +share/icons/oxygen/base/16x16/actions/key-enter.png +share/icons/oxygen/base/16x16/actions/kmix-master.png +share/icons/oxygen/base/16x16/actions/knotes_alarm.png +share/icons/oxygen/base/16x16/actions/knotes_date.png +share/icons/oxygen/base/16x16/actions/knotes_delete.png +share/icons/oxygen/base/16x16/actions/kontes_close.png +share/icons/oxygen/base/16x16/actions/kr_jumpback.png +share/icons/oxygen/base/16x16/actions/kr_setjumpback.png +share/icons/oxygen/base/16x16/actions/kt-bandwidth-scheduler.png +share/icons/oxygen/base/16x16/actions/kt-change-tracker.png +share/icons/oxygen/base/16x16/actions/kt-check-data.png +share/icons/oxygen/base/16x16/actions/kt-info-widget.png +share/icons/oxygen/base/16x16/actions/kt-pause.png +share/icons/oxygen/base/16x16/actions/kt-remove.png +share/icons/oxygen/base/16x16/actions/kt-restore-defaults.png +share/icons/oxygen/base/16x16/actions/kt-show-statusbar.png +share/icons/oxygen/base/16x16/actions/kt-start.png +share/icons/oxygen/base/16x16/actions/kt-stop.png +share/icons/oxygen/base/16x16/actions/ktnef_extract_to.png +share/icons/oxygen/base/16x16/actions/labplot-auto-scale-all.png +share/icons/oxygen/base/16x16/actions/labplot-auto-scale-x.png +share/icons/oxygen/base/16x16/actions/labplot-auto-scale-y.png +share/icons/oxygen/base/16x16/actions/labplot-cursor-arrow.png +share/icons/oxygen/base/16x16/actions/labplot-transform-move.png +share/icons/oxygen/base/16x16/actions/layer-rename.png +share/icons/oxygen/base/16x16/actions/layer-visible-off.png +share/icons/oxygen/base/16x16/actions/layer-visible-on.png +share/icons/oxygen/base/16x16/actions/lighttableadd.png +share/icons/oxygen/base/16x16/actions/list-add-font.png +share/icons/oxygen/base/16x16/actions/list-add-user.png +share/icons/oxygen/base/16x16/actions/list-add.png +share/icons/oxygen/base/16x16/actions/list-remove-user.png +share/icons/oxygen/base/16x16/actions/list-remove.png +share/icons/oxygen/base/16x16/actions/list-resource-add.png +share/icons/oxygen/base/16x16/actions/mail-encrypted-full.png +share/icons/oxygen/base/16x16/actions/mail-encrypted-part.png +share/icons/oxygen/base/16x16/actions/mail-encrypted.png +share/icons/oxygen/base/16x16/actions/mail-flag.png +share/icons/oxygen/base/16x16/actions/mail-forward.png +share/icons/oxygen/base/16x16/actions/mail-forwarded-replied.png +share/icons/oxygen/base/16x16/actions/mail-forwarded.png +share/icons/oxygen/base/16x16/actions/mail-invitation.png +share/icons/oxygen/base/16x16/actions/mail-mark-important.png +share/icons/oxygen/base/16x16/actions/mail-mark-junk.png +share/icons/oxygen/base/16x16/actions/mail-mark-notjunk.png +share/icons/oxygen/base/16x16/actions/mail-mark-read.png +share/icons/oxygen/base/16x16/actions/mail-mark-unread-new.png +share/icons/oxygen/base/16x16/actions/mail-mark-unread.png +share/icons/oxygen/base/16x16/actions/mail-meeting-request-reply.png +share/icons/oxygen/base/16x16/actions/mail-message-new-list.png +share/icons/oxygen/base/16x16/actions/mail-message-new.png +share/icons/oxygen/base/16x16/actions/mail-queue.png +share/icons/oxygen/base/16x16/actions/mail-receive.png +share/icons/oxygen/base/16x16/actions/mail-replied.png +share/icons/oxygen/base/16x16/actions/mail-reply-all.png +share/icons/oxygen/base/16x16/actions/mail-reply-custom-all.png +share/icons/oxygen/base/16x16/actions/mail-reply-custom.png +share/icons/oxygen/base/16x16/actions/mail-reply-list.png +share/icons/oxygen/base/16x16/actions/mail-reply-sender.png +share/icons/oxygen/base/16x16/actions/mail-send.png +share/icons/oxygen/base/16x16/actions/mail-signature-unknown.png +share/icons/oxygen/base/16x16/actions/mail-signed-full.png +share/icons/oxygen/base/16x16/actions/mail-signed-fully.png +share/icons/oxygen/base/16x16/actions/mail-signed-part.png +share/icons/oxygen/base/16x16/actions/mail-signed-verified.png +share/icons/oxygen/base/16x16/actions/mail-signed.png +share/icons/oxygen/base/16x16/actions/mail-tagged.png +share/icons/oxygen/base/16x16/actions/measure.png +share/icons/oxygen/base/16x16/actions/media-eject.png +share/icons/oxygen/base/16x16/actions/media-playback-pause.png +share/icons/oxygen/base/16x16/actions/media-playback-start.png +share/icons/oxygen/base/16x16/actions/media-playback-stop.png +share/icons/oxygen/base/16x16/actions/media-record.png +share/icons/oxygen/base/16x16/actions/media-seek-backward.png +share/icons/oxygen/base/16x16/actions/media-seek-forward.png +share/icons/oxygen/base/16x16/actions/media-skip-backward.png +share/icons/oxygen/base/16x16/actions/media-skip-forward.png +share/icons/oxygen/base/16x16/actions/media-standard-track-progression-amarok.png +share/icons/oxygen/base/16x16/actions/media-track-add-amarok.png +share/icons/oxygen/base/16x16/actions/media-track-edit-amarok.png +share/icons/oxygen/base/16x16/actions/media-track-remove-amarok.png +share/icons/oxygen/base/16x16/actions/meeting-attending-tentative.png +share/icons/oxygen/base/16x16/actions/meeting-attending.png +share/icons/oxygen/base/16x16/actions/meeting-participant-no-response.png +share/icons/oxygen/base/16x16/actions/meeting-participant-request-response.png +share/icons/oxygen/base/16x16/actions/milestone.png +share/icons/oxygen/base/16x16/actions/network-connect.png +share/icons/oxygen/base/16x16/actions/network-disconnect.png +share/icons/oxygen/base/16x16/actions/news-subscribe.png +share/icons/oxygen/base/16x16/actions/news-unsubscribe.png +share/icons/oxygen/base/16x16/actions/node-add.png +share/icons/oxygen/base/16x16/actions/node-break.png +share/icons/oxygen/base/16x16/actions/node-delete-segment.png +share/icons/oxygen/base/16x16/actions/node-delete.png +share/icons/oxygen/base/16x16/actions/node-join-segment.png +share/icons/oxygen/base/16x16/actions/node-join.png +share/icons/oxygen/base/16x16/actions/note.png +share/icons/oxygen/base/16x16/actions/object-align-horizontal-center-calligra.png +share/icons/oxygen/base/16x16/actions/object-align-horizontal-left-calligra.png +share/icons/oxygen/base/16x16/actions/object-align-horizontal-right-calligra.png +share/icons/oxygen/base/16x16/actions/object-align-vertical-bottom-calligra.png +share/icons/oxygen/base/16x16/actions/object-align-vertical-bottom-top-calligra.png +share/icons/oxygen/base/16x16/actions/object-align-vertical-center-calligra.png +share/icons/oxygen/base/16x16/actions/object-align-vertical-top-calligra.png +share/icons/oxygen/base/16x16/actions/object-flip-horizontal.png +share/icons/oxygen/base/16x16/actions/object-flip-vertical.png +share/icons/oxygen/base/16x16/actions/object-group-calligra.png +share/icons/oxygen/base/16x16/actions/object-group.png +share/icons/oxygen/base/16x16/actions/object-hidden.png +share/icons/oxygen/base/16x16/actions/object-order-back-calligra.png +share/icons/oxygen/base/16x16/actions/object-order-back.png +share/icons/oxygen/base/16x16/actions/object-order-front-calligra.png +share/icons/oxygen/base/16x16/actions/object-order-front.png +share/icons/oxygen/base/16x16/actions/object-order-lower-calligra.png +share/icons/oxygen/base/16x16/actions/object-order-lower.png +share/icons/oxygen/base/16x16/actions/object-order-raise-calligra.png +share/icons/oxygen/base/16x16/actions/object-order-raise.png +share/icons/oxygen/base/16x16/actions/object-rotate-left.png +share/icons/oxygen/base/16x16/actions/object-rotate-right.png +share/icons/oxygen/base/16x16/actions/object-ungroup-calligra.png +share/icons/oxygen/base/16x16/actions/object-ungroup.png +share/icons/oxygen/base/16x16/actions/object-unlocked.png +share/icons/oxygen/base/16x16/actions/object-visible.png +share/icons/oxygen/base/16x16/actions/object.png +share/icons/oxygen/base/16x16/actions/object_node.png +share/icons/oxygen/base/16x16/actions/office-chart-area-focus-peak-node.png +share/icons/oxygen/base/16x16/actions/office-chart-area-percentage.png +share/icons/oxygen/base/16x16/actions/office-chart-area-stacked.png +share/icons/oxygen/base/16x16/actions/office-chart-area.png +share/icons/oxygen/base/16x16/actions/office-chart-bar-percentage.png +share/icons/oxygen/base/16x16/actions/office-chart-bar-stacked.png +share/icons/oxygen/base/16x16/actions/office-chart-bar.png +share/icons/oxygen/base/16x16/actions/office-chart-line-percentage.png +share/icons/oxygen/base/16x16/actions/office-chart-line-stacked.png +share/icons/oxygen/base/16x16/actions/office-chart-line.png +share/icons/oxygen/base/16x16/actions/office-chart-pie.png +share/icons/oxygen/base/16x16/actions/office-chart-polar-stacked.png +share/icons/oxygen/base/16x16/actions/office-chart-polar.png +share/icons/oxygen/base/16x16/actions/office-chart-ring.png +share/icons/oxygen/base/16x16/actions/office-chart-scatter.png +share/icons/oxygen/base/16x16/actions/open-for-editing.png +share/icons/oxygen/base/16x16/actions/package.png +share/icons/oxygen/base/16x16/actions/page-2sides.png +share/icons/oxygen/base/16x16/actions/page-3sides.png +share/icons/oxygen/base/16x16/actions/page-4sides.png +share/icons/oxygen/base/16x16/actions/page-simple.png +share/icons/oxygen/base/16x16/actions/page-zoom.png +share/icons/oxygen/base/16x16/actions/path-mode-bezier.png +share/icons/oxygen/base/16x16/actions/path-mode-spiro.png +share/icons/oxygen/base/16x16/actions/pdf-annotations.png +share/icons/oxygen/base/16x16/actions/photo.png +share/icons/oxygen/base/16x16/actions/photos-amarok.png +share/icons/oxygen/base/16x16/actions/player-time.png +share/icons/oxygen/base/16x16/actions/player-volume.png +share/icons/oxygen/base/16x16/actions/playlist-sort.png +share/icons/oxygen/base/16x16/actions/polygon-add-nodes.png +share/icons/oxygen/base/16x16/actions/polygon-merge-nodes.png +share/icons/oxygen/base/16x16/actions/postalcode.png +share/icons/oxygen/base/16x16/actions/practice-setup.png +share/icons/oxygen/base/16x16/actions/practice-start.png +share/icons/oxygen/base/16x16/actions/practice-stop.png +share/icons/oxygen/base/16x16/actions/preferences-activities.png +share/icons/oxygen/base/16x16/actions/preferences-media-playback-amarok.png +share/icons/oxygen/base/16x16/actions/preflight-verifier.png +share/icons/oxygen/base/16x16/actions/process-stop.png +share/icons/oxygen/base/16x16/actions/project-development-close-all.png +share/icons/oxygen/base/16x16/actions/project-development-close.png +share/icons/oxygen/base/16x16/actions/project-development-new-template.png +share/icons/oxygen/base/16x16/actions/project-development.png +share/icons/oxygen/base/16x16/actions/project-open.png +share/icons/oxygen/base/16x16/actions/quickopen-class.png +share/icons/oxygen/base/16x16/actions/quickopen-file.png +share/icons/oxygen/base/16x16/actions/quickopen-function.png +share/icons/oxygen/base/16x16/actions/quickopen.png +share/icons/oxygen/base/16x16/actions/rating.png +share/icons/oxygen/base/16x16/actions/ratiocrop.png +share/icons/oxygen/base/16x16/actions/refactor.png +share/icons/oxygen/base/16x16/actions/region.png +share/icons/oxygen/base/16x16/actions/relationship.png +share/icons/oxygen/base/16x16/actions/remove-amarok.png +share/icons/oxygen/base/16x16/actions/remove.png +share/icons/oxygen/base/16x16/actions/resource-calendar-child-insert.png +share/icons/oxygen/base/16x16/actions/resource-calendar-child.png +share/icons/oxygen/base/16x16/actions/resource-calendar-insert.png +share/icons/oxygen/base/16x16/actions/resource-group-new.png +share/icons/oxygen/base/16x16/actions/resource-group.png +share/icons/oxygen/base/16x16/actions/roll.png +share/icons/oxygen/base/16x16/actions/routeplanning.png +share/icons/oxygen/base/16x16/actions/run-build-clean.png +share/icons/oxygen/base/16x16/actions/run-build-configure.png +share/icons/oxygen/base/16x16/actions/run-build-file.png +share/icons/oxygen/base/16x16/actions/run-build-install-root.png +share/icons/oxygen/base/16x16/actions/run-build-install.png +share/icons/oxygen/base/16x16/actions/run-build-prune.png +share/icons/oxygen/base/16x16/actions/run-build.png +share/icons/oxygen/base/16x16/actions/run-clean.png +share/icons/oxygen/base/16x16/actions/run-install.png +share/icons/oxygen/base/16x16/actions/search.png +share/icons/oxygen/base/16x16/actions/select-rectangular.png +share/icons/oxygen/base/16x16/actions/selection-bottom.png +share/icons/oxygen/base/16x16/actions/selection-lower.png +share/icons/oxygen/base/16x16/actions/selection-make-bitmap-copy.png +share/icons/oxygen/base/16x16/actions/selection-raise.png +share/icons/oxygen/base/16x16/actions/selection-top.png +share/icons/oxygen/base/16x16/actions/services.png +share/icons/oxygen/base/16x16/actions/settings-configure.png +share/icons/oxygen/base/16x16/actions/shallow-history.png +share/icons/oxygen/base/16x16/actions/shear.png +share/icons/oxygen/base/16x16/actions/show-dialogs.png +share/icons/oxygen/base/16x16/actions/show-grid.png +share/icons/oxygen/base/16x16/actions/show-menu.png +share/icons/oxygen/base/16x16/actions/show-offline.png +share/icons/oxygen/base/16x16/actions/skg-chart-bubble.png +share/icons/oxygen/base/16x16/actions/skrooge_credit_card.png +share/icons/oxygen/base/16x16/actions/skrooge_less.png +share/icons/oxygen/base/16x16/actions/skrooge_more.png +share/icons/oxygen/base/16x16/actions/skrooge_much_less.png +share/icons/oxygen/base/16x16/actions/skrooge_much_more.png +share/icons/oxygen/base/16x16/actions/skrooge_type.png +share/icons/oxygen/base/16x16/actions/smallclock.png +share/icons/oxygen/base/16x16/actions/snap-extension.png +share/icons/oxygen/base/16x16/actions/snap-guideline.png +share/icons/oxygen/base/16x16/actions/snap-intersection.png +share/icons/oxygen/base/16x16/actions/snap-node.png +share/icons/oxygen/base/16x16/actions/snap-orthogonal.png +share/icons/oxygen/base/16x16/actions/social.png +share/icons/oxygen/base/16x16/actions/sort-name.png +share/icons/oxygen/base/16x16/actions/sort_incr.png +share/icons/oxygen/base/16x16/actions/speaker.png +share/icons/oxygen/base/16x16/actions/specific-setup.png +share/icons/oxygen/base/16x16/actions/sticky_zoom.png +share/icons/oxygen/base/16x16/actions/story-editor.png +share/icons/oxygen/base/16x16/actions/stroke-cap-bevel.png +share/icons/oxygen/base/16x16/actions/stroke-cap-butt.png +share/icons/oxygen/base/16x16/actions/stroke-cap-miter.png +share/icons/oxygen/base/16x16/actions/stroke-cap-round.png +share/icons/oxygen/base/16x16/actions/stroke-cap-square.png +share/icons/oxygen/base/16x16/actions/stroke-join-bevel.png +share/icons/oxygen/base/16x16/actions/stroke-join-miter.png +share/icons/oxygen/base/16x16/actions/stroke-join-round.png +share/icons/oxygen/base/16x16/actions/svn-commit.png +share/icons/oxygen/base/16x16/actions/svn-update.png +share/icons/oxygen/base/16x16/actions/system-lock-screen.png +share/icons/oxygen/base/16x16/actions/system-log-out.png +share/icons/oxygen/base/16x16/actions/system-reboot.png +share/icons/oxygen/base/16x16/actions/system-run.png +share/icons/oxygen/base/16x16/actions/system-search.png +share/icons/oxygen/base/16x16/actions/system-shutdown.png +share/icons/oxygen/base/16x16/actions/system-suspend-hibernate.png +share/icons/oxygen/base/16x16/actions/system-suspend.png +share/icons/oxygen/base/16x16/actions/system-switch-user.png +share/icons/oxygen/base/16x16/actions/system-upgrade.png +share/icons/oxygen/base/16x16/actions/tab-close-other.png +share/icons/oxygen/base/16x16/actions/tab-close.png +share/icons/oxygen/base/16x16/actions/tab-detach.png +share/icons/oxygen/base/16x16/actions/tab-duplicate.png +share/icons/oxygen/base/16x16/actions/tab-new-background.png +share/icons/oxygen/base/16x16/actions/tab-new.png +share/icons/oxygen/base/16x16/actions/tag-addressbook.png +share/icons/oxygen/base/16x16/actions/tag-delete.png +share/icons/oxygen/base/16x16/actions/tag-events.png +share/icons/oxygen/base/16x16/actions/tag-folder.png +share/icons/oxygen/base/16x16/actions/tag-people.png +share/icons/oxygen/base/16x16/actions/tag-places.png +share/icons/oxygen/base/16x16/actions/tag-properties.png +share/icons/oxygen/base/16x16/actions/tag-recents.png +share/icons/oxygen/base/16x16/actions/text-convert-to-regular.png +share/icons/oxygen/base/16x16/actions/text-field.png +share/icons/oxygen/base/16x16/actions/text-frame-link.png +share/icons/oxygen/base/16x16/actions/text-frame-unlink.png +share/icons/oxygen/base/16x16/actions/text-speak.png +share/icons/oxygen/base/16x16/actions/text.png +share/icons/oxygen/base/16x16/actions/text_subscript.png +share/icons/oxygen/base/16x16/actions/text_superscript.png +share/icons/oxygen/base/16x16/actions/tool-animator.png +share/icons/oxygen/base/16x16/actions/tool-measure.png +share/icons/oxygen/base/16x16/actions/tool-node-editor.png +share/icons/oxygen/base/16x16/actions/tool-pointer.png +share/icons/oxygen/base/16x16/actions/tools-check-spelling.png +share/icons/oxygen/base/16x16/actions/tools-media-optical-burn-image.png +share/icons/oxygen/base/16x16/actions/tools-media-optical-burn.png +share/icons/oxygen/base/16x16/actions/tools-media-optical-copy.png +share/icons/oxygen/base/16x16/actions/tools-media-optical-erase.png +share/icons/oxygen/base/16x16/actions/tools-media-optical-format.png +share/icons/oxygen/base/16x16/actions/tools-report-bug.png +share/icons/oxygen/base/16x16/actions/tools-rip-audio-cd.png +share/icons/oxygen/base/16x16/actions/tools-rip-video-cd.png +share/icons/oxygen/base/16x16/actions/tools-rip-video-dvd.png +share/icons/oxygen/base/16x16/actions/tools-wizard.png +share/icons/oxygen/base/16x16/actions/transform-crop-and-resize.png +share/icons/oxygen/base/16x16/actions/transform-crop.png +share/icons/oxygen/base/16x16/actions/transform-move.png +share/icons/oxygen/base/16x16/actions/transform-rotate.png +share/icons/oxygen/base/16x16/actions/transform-scale.png +share/icons/oxygen/base/16x16/actions/transform-shear-down.png +share/icons/oxygen/base/16x16/actions/transform-shear-left.png +share/icons/oxygen/base/16x16/actions/transform-shear-right.png +share/icons/oxygen/base/16x16/actions/transform-shear-up.png +share/icons/oxygen/base/16x16/actions/transform-skew-horizontal.png +share/icons/oxygen/base/16x16/actions/transform-skew-vertical.png +share/icons/oxygen/base/16x16/actions/trash-empty.png +share/icons/oxygen/base/16x16/actions/umbr-coll-message-asynchronous.png +share/icons/oxygen/base/16x16/actions/umbr-coll-message-synchronous.png +share/icons/oxygen/base/16x16/actions/umbr-message-asynchronous.png +share/icons/oxygen/base/16x16/actions/umbr-message-found.png +share/icons/oxygen/base/16x16/actions/umbr-message-lost.png +share/icons/oxygen/base/16x16/actions/umbr-message-synchronous.png +share/icons/oxygen/base/16x16/actions/umbrello_diagram_activity.png +share/icons/oxygen/base/16x16/actions/umbrello_diagram_class.png +share/icons/oxygen/base/16x16/actions/umbrello_diagram_component.png +share/icons/oxygen/base/16x16/actions/umbrello_diagram_sequence.png +share/icons/oxygen/base/16x16/actions/umbrello_diagram_state.png +share/icons/oxygen/base/16x16/actions/umbrello_diagram_usecase.png +share/icons/oxygen/base/16x16/actions/unlock.png +share/icons/oxygen/base/16x16/actions/upcomingevents-amarok.png +share/icons/oxygen/base/16x16/actions/usecase.png +share/icons/oxygen/base/16x16/actions/user-group-delete.png +share/icons/oxygen/base/16x16/actions/user-group-new.png +share/icons/oxygen/base/16x16/actions/user-group-properties.png +share/icons/oxygen/base/16x16/actions/user-identity.png +share/icons/oxygen/base/16x16/actions/user-properties.png +share/icons/oxygen/base/16x16/actions/videoclip-amarok.png +share/icons/oxygen/base/16x16/actions/view-bank.png +share/icons/oxygen/base/16x16/actions/view-barcode-add.png +share/icons/oxygen/base/16x16/actions/view-barcode.png +share/icons/oxygen/base/16x16/actions/view-calendar-agenda.png +share/icons/oxygen/base/16x16/actions/view-calendar-birthday.png +share/icons/oxygen/base/16x16/actions/view-calendar-day.png +share/icons/oxygen/base/16x16/actions/view-calendar-holiday.png +share/icons/oxygen/base/16x16/actions/view-calendar-journal.png +share/icons/oxygen/base/16x16/actions/view-calendar-list.png +share/icons/oxygen/base/16x16/actions/view-calendar-month.png +share/icons/oxygen/base/16x16/actions/view-calendar-special-occasion.png +share/icons/oxygen/base/16x16/actions/view-calendar-tasks.png +share/icons/oxygen/base/16x16/actions/view-calendar-time-spent.png +share/icons/oxygen/base/16x16/actions/view-calendar-timeline.png +share/icons/oxygen/base/16x16/actions/view-calendar-upcoming-days.png +share/icons/oxygen/base/16x16/actions/view-calendar-upcoming-events.png +share/icons/oxygen/base/16x16/actions/view-calendar-wedding-anniversary.png +share/icons/oxygen/base/16x16/actions/view-calendar-week.png +share/icons/oxygen/base/16x16/actions/view-calendar-whatsnext.png +share/icons/oxygen/base/16x16/actions/view-calendar-workweek.png +share/icons/oxygen/base/16x16/actions/view-calendar.png +share/icons/oxygen/base/16x16/actions/view-certificate-add.png +share/icons/oxygen/base/16x16/actions/view-certificate-export-secret.png +share/icons/oxygen/base/16x16/actions/view-certificate-export-server.png +share/icons/oxygen/base/16x16/actions/view-certificate-export.png +share/icons/oxygen/base/16x16/actions/view-certificate-import.png +share/icons/oxygen/base/16x16/actions/view-certificate-server-configure.png +share/icons/oxygen/base/16x16/actions/view-certificate-sign.png +share/icons/oxygen/base/16x16/actions/view-certificate.png +share/icons/oxygen/base/16x16/actions/view-choose.png +share/icons/oxygen/base/16x16/actions/view-close.png +share/icons/oxygen/base/16x16/actions/view-conversation-balloon.png +share/icons/oxygen/base/16x16/actions/view-file-columns.png +share/icons/oxygen/base/16x16/actions/view-filter.png +share/icons/oxygen/base/16x16/actions/view-financial-forecast.png +share/icons/oxygen/base/16x16/actions/view-form-action.png +share/icons/oxygen/base/16x16/actions/view-form-table.png +share/icons/oxygen/base/16x16/actions/view-form.png +share/icons/oxygen/base/16x16/actions/view-fullscreen.png +share/icons/oxygen/base/16x16/actions/view-grid.png +share/icons/oxygen/base/16x16/actions/view-group.png +share/icons/oxygen/base/16x16/actions/view-history.png +share/icons/oxygen/base/16x16/actions/view-ldap-resource.png +share/icons/oxygen/base/16x16/actions/view-left-close.png +share/icons/oxygen/base/16x16/actions/view-list-details.png +share/icons/oxygen/base/16x16/actions/view-list-icons.png +share/icons/oxygen/base/16x16/actions/view-list-text.png +share/icons/oxygen/base/16x16/actions/view-list-tree.png +share/icons/oxygen/base/16x16/actions/view-media-artist.png +share/icons/oxygen/base/16x16/actions/view-media-equalizer.png +share/icons/oxygen/base/16x16/actions/view-media-lyrics.png +share/icons/oxygen/base/16x16/actions/view-media-playlist.png +share/icons/oxygen/base/16x16/actions/view-media-visualization.png +share/icons/oxygen/base/16x16/actions/view-multiple-objects.png +share/icons/oxygen/base/16x16/actions/view-object-histogram-linear.png +share/icons/oxygen/base/16x16/actions/view-object-histogram-logarithmic.png +share/icons/oxygen/base/16x16/actions/view-pim-calendar.png +share/icons/oxygen/base/16x16/actions/view-pim-contacts.png +share/icons/oxygen/base/16x16/actions/view-pim-journal.png +share/icons/oxygen/base/16x16/actions/view-pim-mail.png +share/icons/oxygen/base/16x16/actions/view-pim-news.png +share/icons/oxygen/base/16x16/actions/view-pim-notes.png +share/icons/oxygen/base/16x16/actions/view-pim-summary.png +share/icons/oxygen/base/16x16/actions/view-pim-tasks-pending.png +share/icons/oxygen/base/16x16/actions/view-pim-tasks.png +share/icons/oxygen/base/16x16/actions/view-presentation.png +share/icons/oxygen/base/16x16/actions/view-preview.png +share/icons/oxygen/base/16x16/actions/view-process-all-tree.png +share/icons/oxygen/base/16x16/actions/view-process-all.png +share/icons/oxygen/base/16x16/actions/view-process-own.png +share/icons/oxygen/base/16x16/actions/view-process-system.png +share/icons/oxygen/base/16x16/actions/view-process-tree.png +share/icons/oxygen/base/16x16/actions/view-process-users.png +share/icons/oxygen/base/16x16/actions/view-refresh.png +share/icons/oxygen/base/16x16/actions/view-resource-calendar.png +share/icons/oxygen/base/16x16/actions/view-restore.png +share/icons/oxygen/base/16x16/actions/view-right-close.png +share/icons/oxygen/base/16x16/actions/view-right-new.png +share/icons/oxygen/base/16x16/actions/view-sidetree.png +share/icons/oxygen/base/16x16/actions/view-sort-ascending.png +share/icons/oxygen/base/16x16/actions/view-sort-descending.png +share/icons/oxygen/base/16x16/actions/view-split-left-right.png +share/icons/oxygen/base/16x16/actions/view-split-top-bottom.png +share/icons/oxygen/base/16x16/actions/view-statistics.png +share/icons/oxygen/base/16x16/actions/view-task-add.png +share/icons/oxygen/base/16x16/actions/view-task-child-add.png +share/icons/oxygen/base/16x16/actions/view-task-child.png +share/icons/oxygen/base/16x16/actions/view-task.png +share/icons/oxygen/base/16x16/actions/view-time-schedule-baselined-add.png +share/icons/oxygen/base/16x16/actions/view-time-schedule-baselined-remove.png +share/icons/oxygen/base/16x16/actions/view-time-schedule-baselined.png +share/icons/oxygen/base/16x16/actions/view-time-schedule-calculus.png +share/icons/oxygen/base/16x16/actions/view-time-schedule-child-insert.png +share/icons/oxygen/base/16x16/actions/view-time-schedule-edit.png +share/icons/oxygen/base/16x16/actions/view-time-schedule-insert.png +share/icons/oxygen/base/16x16/actions/view-time-schedule.png +share/icons/oxygen/base/16x16/actions/view-web-browser-dom-tree.png +share/icons/oxygen/base/16x16/actions/viewimage.png +share/icons/oxygen/base/16x16/actions/window-close.png +share/icons/oxygen/base/16x16/actions/window-duplicate.png +share/icons/oxygen/base/16x16/actions/window-new.png +share/icons/oxygen/base/16x16/actions/x-clementine-artist.png +share/icons/oxygen/base/16x16/actions/x-shape-image.png +share/icons/oxygen/base/16x16/actions/x-shape-text.png +share/icons/oxygen/base/16x16/actions/xml-node-duplicate.png +share/icons/oxygen/base/16x16/actions/zoom-1-to-2.png +share/icons/oxygen/base/16x16/actions/zoom-2-to-1.png +share/icons/oxygen/base/16x16/actions/zoom-double-size.png +share/icons/oxygen/base/16x16/actions/zoom-draw.png +share/icons/oxygen/base/16x16/actions/zoom-fit-best.png +share/icons/oxygen/base/16x16/actions/zoom-fit-drawing.png +share/icons/oxygen/base/16x16/actions/zoom-fit-height.png +share/icons/oxygen/base/16x16/actions/zoom-fit-page.png +share/icons/oxygen/base/16x16/actions/zoom-fit-selection.png +share/icons/oxygen/base/16x16/actions/zoom-fit-width.png +share/icons/oxygen/base/16x16/actions/zoom-half-size.png +share/icons/oxygen/base/16x16/actions/zoom-in-large.png +share/icons/oxygen/base/16x16/actions/zoom-in.png +share/icons/oxygen/base/16x16/actions/zoom-next.png +share/icons/oxygen/base/16x16/actions/zoom-original.png +share/icons/oxygen/base/16x16/actions/zoom-out.png +share/icons/oxygen/base/16x16/actions/zoom-previous.png +share/icons/oxygen/base/16x16/actions/zoom-select-fit.png +share/icons/oxygen/base/16x16/actions/zoom-select-x.png +share/icons/oxygen/base/16x16/actions/zoom-select-y.png +share/icons/oxygen/base/16x16/actions/zoom-select.png +share/icons/oxygen/base/16x16/animations/process-idle-kde.png +share/icons/oxygen/base/16x16/animations/process-working-kde.png +share/icons/oxygen/base/16x16/apps/Charm.png +share/icons/oxygen/base/16x16/apps/accessories-calculator.png +share/icons/oxygen/base/16x16/apps/accessories-character-map.png +share/icons/oxygen/base/16x16/apps/accessories-dictionary.png +share/icons/oxygen/base/16x16/apps/accessories-text-editor.png +share/icons/oxygen/base/16x16/apps/acroread.png +share/icons/oxygen/base/16x16/apps/akonadi.png +share/icons/oxygen/base/16x16/apps/akregator.png +share/icons/oxygen/base/16x16/apps/amarok.png +share/icons/oxygen/base/16x16/apps/ark.png +share/icons/oxygen/base/16x16/apps/basket.png +share/icons/oxygen/base/16x16/apps/braindump.png +share/icons/oxygen/base/16x16/apps/calligraauthor.png +share/icons/oxygen/base/16x16/apps/calligraflow.png +share/icons/oxygen/base/16x16/apps/calligrakexi.png +share/icons/oxygen/base/16x16/apps/calligrakrita.png +share/icons/oxygen/base/16x16/apps/calligrasheets.png +share/icons/oxygen/base/16x16/apps/calligrastage.png +share/icons/oxygen/base/16x16/apps/calligrawords.png +share/icons/oxygen/base/16x16/apps/clock.png +share/icons/oxygen/base/16x16/apps/digikam.png +share/icons/oxygen/base/16x16/apps/dragonplayer.png +share/icons/oxygen/base/16x16/apps/esd.png +share/icons/oxygen/base/16x16/apps/fontforge.png +share/icons/oxygen/base/16x16/apps/graphics-viewer-document.png +share/icons/oxygen/base/16x16/apps/gwenview.png +share/icons/oxygen/base/16x16/apps/help-browser.png +share/icons/oxygen/base/16x16/apps/hwinfo.png +share/icons/oxygen/base/16x16/apps/inkscape.png +share/icons/oxygen/base/16x16/apps/internet-mail.png +share/icons/oxygen/base/16x16/apps/internet-telephony.png +share/icons/oxygen/base/16x16/apps/internet-web-browser.png +share/icons/oxygen/base/16x16/apps/java.png +share/icons/oxygen/base/16x16/apps/k3b.png +share/icons/oxygen/base/16x16/apps/kaffeine.png +share/icons/oxygen/base/16x16/apps/kate.png +share/icons/oxygen/base/16x16/apps/kblogger.png +share/icons/oxygen/base/16x16/apps/kbruch.png +share/icons/oxygen/base/16x16/apps/kbugbuster.png +share/icons/oxygen/base/16x16/apps/kchart.png +share/icons/oxygen/base/16x16/apps/kcolorchooser.png +share/icons/oxygen/base/16x16/apps/kde-gtk-config.png +share/icons/oxygen/base/16x16/apps/kde-windows.png +share/icons/oxygen/base/16x16/apps/kde.png +share/icons/oxygen/base/16x16/apps/kdeconnect.png +share/icons/oxygen/base/16x16/apps/kdevelop.png +share/icons/oxygen/base/16x16/apps/kdf.png +share/icons/oxygen/base/16x16/apps/kfind.png +share/icons/oxygen/base/16x16/apps/kformula.png +share/icons/oxygen/base/16x16/apps/kgpg.png +share/icons/oxygen/base/16x16/apps/kig.png +share/icons/oxygen/base/16x16/apps/kivio.png +share/icons/oxygen/base/16x16/apps/kjournal.png +share/icons/oxygen/base/16x16/apps/klipper.png +share/icons/oxygen/base/16x16/apps/kmag.png +share/icons/oxygen/base/16x16/apps/kmail.png +share/icons/oxygen/base/16x16/apps/kmix.png +share/icons/oxygen/base/16x16/apps/kmplayer.png +share/icons/oxygen/base/16x16/apps/knetattach.png +share/icons/oxygen/base/16x16/apps/knewsticker.png +share/icons/oxygen/base/16x16/apps/knotes.png +share/icons/oxygen/base/16x16/apps/kolf.png +share/icons/oxygen/base/16x16/apps/konqueror.png +share/icons/oxygen/base/16x16/apps/kontact.png +share/icons/oxygen/base/16x16/apps/konversation.png +share/icons/oxygen/base/16x16/apps/kopete-offline.png +share/icons/oxygen/base/16x16/apps/kopete.png +share/icons/oxygen/base/16x16/apps/korgac.png +share/icons/oxygen/base/16x16/apps/korganizer.png +share/icons/oxygen/base/16x16/apps/kplato.png +share/icons/oxygen/base/16x16/apps/kpresenter.png +share/icons/oxygen/base/16x16/apps/krdc.png +share/icons/oxygen/base/16x16/apps/krfb.png +share/icons/oxygen/base/16x16/apps/ksnapshot.png +share/icons/oxygen/base/16x16/apps/ksniffer.png +share/icons/oxygen/base/16x16/apps/kspread.png +share/icons/oxygen/base/16x16/apps/ksudoku.png +share/icons/oxygen/base/16x16/apps/kthesaurus.png +share/icons/oxygen/base/16x16/apps/ktip.png +share/icons/oxygen/base/16x16/apps/ktorrent.png +share/icons/oxygen/base/16x16/apps/kuickshow.png +share/icons/oxygen/base/16x16/apps/kverbos.png +share/icons/oxygen/base/16x16/apps/kwalletmanager.png +share/icons/oxygen/base/16x16/apps/kword.png +share/icons/oxygen/base/16x16/apps/lokalize.png +share/icons/oxygen/base/16x16/apps/multimedia-volume-control.png +share/icons/oxygen/base/16x16/apps/muondiscover.png +share/icons/oxygen/base/16x16/apps/nepomuk.png +share/icons/oxygen/base/16x16/apps/office-address-book.png +share/icons/oxygen/base/16x16/apps/office-calendar.png +share/icons/oxygen/base/16x16/apps/okteta.png +share/icons/oxygen/base/16x16/apps/okular.png +share/icons/oxygen/base/16x16/apps/oxygen.png +share/icons/oxygen/base/16x16/apps/partitionmanager.png +share/icons/oxygen/base/16x16/apps/picmi.png +share/icons/oxygen/base/16x16/apps/plasma.png +share/icons/oxygen/base/16x16/apps/plasmagik.png +share/icons/oxygen/base/16x16/apps/preferences-contact-list.png +share/icons/oxygen/base/16x16/apps/preferences-desktop-accessibility.png +share/icons/oxygen/base/16x16/apps/preferences-desktop-color.png +share/icons/oxygen/base/16x16/apps/preferences-desktop-cryptography.png +share/icons/oxygen/base/16x16/apps/preferences-desktop-default-applications.png +share/icons/oxygen/base/16x16/apps/preferences-desktop-display-color.png +share/icons/oxygen/base/16x16/apps/preferences-desktop-display.png +share/icons/oxygen/base/16x16/apps/preferences-desktop-filetype-association.png +share/icons/oxygen/base/16x16/apps/preferences-desktop-font.png +share/icons/oxygen/base/16x16/apps/preferences-desktop-gaming.png +share/icons/oxygen/base/16x16/apps/preferences-desktop-icons.png +share/icons/oxygen/base/16x16/apps/preferences-desktop-keyboard.png +share/icons/oxygen/base/16x16/apps/preferences-desktop-launch-feedback.png +share/icons/oxygen/base/16x16/apps/preferences-desktop-locale.png +share/icons/oxygen/base/16x16/apps/preferences-desktop-mouse.png +share/icons/oxygen/base/16x16/apps/preferences-desktop-notification-bell.png +share/icons/oxygen/base/16x16/apps/preferences-desktop-notification.png +share/icons/oxygen/base/16x16/apps/preferences-desktop-printer.png +share/icons/oxygen/base/16x16/apps/preferences-desktop-screensaver.png +share/icons/oxygen/base/16x16/apps/preferences-desktop-sound.png +share/icons/oxygen/base/16x16/apps/preferences-desktop-text-to-speech.png +share/icons/oxygen/base/16x16/apps/preferences-desktop-theme.png +share/icons/oxygen/base/16x16/apps/preferences-desktop-user-password.png +share/icons/oxygen/base/16x16/apps/preferences-desktop-user.png +share/icons/oxygen/base/16x16/apps/preferences-desktop-wallpaper.png +share/icons/oxygen/base/16x16/apps/preferences-kcalc-constants.png +share/icons/oxygen/base/16x16/apps/preferences-plugin-script.png +share/icons/oxygen/base/16x16/apps/preferences-plugin.png +share/icons/oxygen/base/16x16/apps/preferences-system-bluetooth-inactive.png +share/icons/oxygen/base/16x16/apps/preferences-system-bluetooth.png +share/icons/oxygen/base/16x16/apps/preferences-system-login.png +share/icons/oxygen/base/16x16/apps/preferences-system-network-sharing.png +share/icons/oxygen/base/16x16/apps/preferences-system-performance.png +share/icons/oxygen/base/16x16/apps/preferences-system-power-management.png +share/icons/oxygen/base/16x16/apps/preferences-system-session-services.png +share/icons/oxygen/base/16x16/apps/preferences-system-time.png +share/icons/oxygen/base/16x16/apps/preferences-system-windows-actions.png +share/icons/oxygen/base/16x16/apps/preferences-system-windows-move.png +share/icons/oxygen/base/16x16/apps/preferences-system-windows.png +share/icons/oxygen/base/16x16/apps/preferences-web-browser-adblock.png +share/icons/oxygen/base/16x16/apps/preferences-web-browser-cache.png +share/icons/oxygen/base/16x16/apps/preferences-web-browser-cookies.png +share/icons/oxygen/base/16x16/apps/preferences-web-browser-identification.png +share/icons/oxygen/base/16x16/apps/preferences-web-browser-shortcuts.png +share/icons/oxygen/base/16x16/apps/preferences-web-browser-stylesheets.png +share/icons/oxygen/base/16x16/apps/qelectrotech.png +share/icons/oxygen/base/16x16/apps/quassel.png +share/icons/oxygen/base/16x16/apps/scribus.png +share/icons/oxygen/base/16x16/apps/semn.png +share/icons/oxygen/base/16x16/apps/showfoto.png +share/icons/oxygen/base/16x16/apps/skrooge-black.png +share/icons/oxygen/base/16x16/apps/skrooge-initial.png +share/icons/oxygen/base/16x16/apps/skrooge.png +share/icons/oxygen/base/16x16/apps/step.png +share/icons/oxygen/base/16x16/apps/strigi.png +share/icons/oxygen/base/16x16/apps/system-file-manager.png +share/icons/oxygen/base/16x16/apps/system-software-update.png +share/icons/oxygen/base/16x16/apps/system-users.png +share/icons/oxygen/base/16x16/apps/tagua.png +share/icons/oxygen/base/16x16/apps/telepathy-kde.png +share/icons/oxygen/base/16x16/apps/utilities-desktop-extra.png +share/icons/oxygen/base/16x16/apps/utilities-file-archiver.png +share/icons/oxygen/base/16x16/apps/utilities-log-viewer.png +share/icons/oxygen/base/16x16/apps/utilities-system-monitor.png +share/icons/oxygen/base/16x16/apps/utilities-terminal.png +share/icons/oxygen/base/16x16/apps/wine.png +share/icons/oxygen/base/16x16/apps/xorg.png +share/icons/oxygen/base/16x16/apps/yakuake.png +share/icons/oxygen/base/16x16/categories/applications-accessories.png +share/icons/oxygen/base/16x16/categories/applications-development-translation.png +share/icons/oxygen/base/16x16/categories/applications-development-web.png +share/icons/oxygen/base/16x16/categories/applications-development.png +share/icons/oxygen/base/16x16/categories/applications-education-language.png +share/icons/oxygen/base/16x16/categories/applications-education-mathematics.png +share/icons/oxygen/base/16x16/categories/applications-education-miscellaneous.png +share/icons/oxygen/base/16x16/categories/applications-education-preschool.png +share/icons/oxygen/base/16x16/categories/applications-education-school.png +share/icons/oxygen/base/16x16/categories/applications-education-science.png +share/icons/oxygen/base/16x16/categories/applications-education-university.png +share/icons/oxygen/base/16x16/categories/applications-education.png +share/icons/oxygen/base/16x16/categories/applications-engineering.png +share/icons/oxygen/base/16x16/categories/applications-games.png +share/icons/oxygen/base/16x16/categories/applications-graphics.png +share/icons/oxygen/base/16x16/categories/applications-internet.png +share/icons/oxygen/base/16x16/categories/applications-multimedia.png +share/icons/oxygen/base/16x16/categories/applications-office.png +share/icons/oxygen/base/16x16/categories/applications-other.png +share/icons/oxygen/base/16x16/categories/applications-science.png +share/icons/oxygen/base/16x16/categories/applications-system.png +share/icons/oxygen/base/16x16/categories/applications-toys.png +share/icons/oxygen/base/16x16/categories/applications-utilities.png +share/icons/oxygen/base/16x16/categories/preferences-desktop-peripherals.png +share/icons/oxygen/base/16x16/categories/preferences-desktop-personal.png +share/icons/oxygen/base/16x16/categories/preferences-desktop.png +share/icons/oxygen/base/16x16/categories/preferences-other.png +share/icons/oxygen/base/16x16/categories/preferences-system-network.png +share/icons/oxygen/base/16x16/categories/preferences-system.png +share/icons/oxygen/base/16x16/categories/system-help.png +share/icons/oxygen/base/16x16/devices/audio-card.png +share/icons/oxygen/base/16x16/devices/audio-headphones.png +share/icons/oxygen/base/16x16/devices/audio-headset.png +share/icons/oxygen/base/16x16/devices/audio-input-line.png +share/icons/oxygen/base/16x16/devices/audio-input-microphone.png +share/icons/oxygen/base/16x16/devices/battery.png +share/icons/oxygen/base/16x16/devices/camera-photo.png +share/icons/oxygen/base/16x16/devices/camera-web.png +share/icons/oxygen/base/16x16/devices/computer-laptop.png +share/icons/oxygen/base/16x16/devices/computer.png +share/icons/oxygen/base/16x16/devices/cpu.png +share/icons/oxygen/base/16x16/devices/drive-harddisk.png +share/icons/oxygen/base/16x16/devices/drive-optical.png +share/icons/oxygen/base/16x16/devices/drive-removable-media-usb-pendrive.png +share/icons/oxygen/base/16x16/devices/drive-removable-media-usb.png +share/icons/oxygen/base/16x16/devices/drive-removable-media.png +share/icons/oxygen/base/16x16/devices/input-gaming.png +share/icons/oxygen/base/16x16/devices/input-keyboard.png +share/icons/oxygen/base/16x16/devices/input-mouse.png +share/icons/oxygen/base/16x16/devices/input-tablet.png +share/icons/oxygen/base/16x16/devices/media-flash-memory-stick.png +share/icons/oxygen/base/16x16/devices/media-flash-sd-mmc.png +share/icons/oxygen/base/16x16/devices/media-flash-smart-media.png +share/icons/oxygen/base/16x16/devices/media-flash.png +share/icons/oxygen/base/16x16/devices/media-floppy.png +share/icons/oxygen/base/16x16/devices/media-optical-audio.png +share/icons/oxygen/base/16x16/devices/media-optical-blu-ray.png +share/icons/oxygen/base/16x16/devices/media-optical-data.png +share/icons/oxygen/base/16x16/devices/media-optical-dvd.png +share/icons/oxygen/base/16x16/devices/media-optical-mixed-cd.png +share/icons/oxygen/base/16x16/devices/media-optical-recordable.png +share/icons/oxygen/base/16x16/devices/media-optical-video.png +share/icons/oxygen/base/16x16/devices/media-optical.png +share/icons/oxygen/base/16x16/devices/media-tape.png +share/icons/oxygen/base/16x16/devices/modem.png +share/icons/oxygen/base/16x16/devices/multimedia-player-apple-ipod.png +share/icons/oxygen/base/16x16/devices/multimedia-player.png +share/icons/oxygen/base/16x16/devices/network-wired.png +share/icons/oxygen/base/16x16/devices/network-wireless.png +share/icons/oxygen/base/16x16/devices/pda.png +share/icons/oxygen/base/16x16/devices/phone-openmoko-freerunner.png +share/icons/oxygen/base/16x16/devices/phone.png +share/icons/oxygen/base/16x16/devices/printer.png +share/icons/oxygen/base/16x16/devices/scanner.png +share/icons/oxygen/base/16x16/devices/secure-card.png +share/icons/oxygen/base/16x16/devices/smartphone.png +share/icons/oxygen/base/16x16/devices/tablet.png +share/icons/oxygen/base/16x16/devices/video-display.png +share/icons/oxygen/base/16x16/devices/video-projector.png +share/icons/oxygen/base/16x16/devices/video-television.png +share/icons/oxygen/base/16x16/emblems/emblem-added.png +share/icons/oxygen/base/16x16/emblems/emblem-encrypted-locked.png +share/icons/oxygen/base/16x16/emblems/emblem-encrypted-unlocked.png +share/icons/oxygen/base/16x16/emblems/emblem-favorite.png +share/icons/oxygen/base/16x16/emblems/emblem-important.png +share/icons/oxygen/base/16x16/emblems/emblem-locked.png +share/icons/oxygen/base/16x16/emblems/emblem-mounted.png +share/icons/oxygen/base/16x16/emblems/emblem-new.png +share/icons/oxygen/base/16x16/emblems/emblem-remove.png +share/icons/oxygen/base/16x16/emblems/emblem-symbolic-link.png +share/icons/oxygen/base/16x16/emblems/emblem-unlocked.png +share/icons/oxygen/base/16x16/emblems/emblem-unmounted.png +share/icons/oxygen/base/16x16/emblems/image-has-versions-open.png +share/icons/oxygen/base/16x16/emblems/image-has-versions.png +share/icons/oxygen/base/16x16/emblems/image-stack-open.png +share/icons/oxygen/base/16x16/emblems/image-stack.png +share/icons/oxygen/base/16x16/emblems/vcs-added.png +share/icons/oxygen/base/16x16/emblems/vcs-conflicting.png +share/icons/oxygen/base/16x16/emblems/vcs-locally-modified-unstaged.png +share/icons/oxygen/base/16x16/emblems/vcs-locally-modified.png +share/icons/oxygen/base/16x16/emblems/vcs-normal.png +share/icons/oxygen/base/16x16/emblems/vcs-removed.png +share/icons/oxygen/base/16x16/emblems/vcs-update-required.png +share/icons/oxygen/base/16x16/emotes/face-angel.png +share/icons/oxygen/base/16x16/emotes/face-embarrassed.png +share/icons/oxygen/base/16x16/emotes/face-kiss.png +share/icons/oxygen/base/16x16/emotes/face-laugh.png +share/icons/oxygen/base/16x16/emotes/face-plain.png +share/icons/oxygen/base/16x16/emotes/face-raspberry.png +share/icons/oxygen/base/16x16/emotes/face-sad.png +share/icons/oxygen/base/16x16/emotes/face-smile-big.png +share/icons/oxygen/base/16x16/emotes/face-smile.png +share/icons/oxygen/base/16x16/emotes/face-surprise.png +share/icons/oxygen/base/16x16/emotes/face-uncertain.png +share/icons/oxygen/base/16x16/emotes/face-wink.png +share/icons/oxygen/base/16x16/mimetypes/application-atom+xml.png +share/icons/oxygen/base/16x16/mimetypes/application-epub+zip.png +share/icons/oxygen/base/16x16/mimetypes/application-illustrator.png +share/icons/oxygen/base/16x16/mimetypes/application-javascript.png +share/icons/oxygen/base/16x16/mimetypes/application-msword-template.png +share/icons/oxygen/base/16x16/mimetypes/application-msword.png +share/icons/oxygen/base/16x16/mimetypes/application-octet-stream.png +share/icons/oxygen/base/16x16/mimetypes/application-ogg.png +share/icons/oxygen/base/16x16/mimetypes/application-pdf.png +share/icons/oxygen/base/16x16/mimetypes/application-pgp-encrypted.png +share/icons/oxygen/base/16x16/mimetypes/application-pgp-keys.png +share/icons/oxygen/base/16x16/mimetypes/application-pgp-signature.png +share/icons/oxygen/base/16x16/mimetypes/application-pgp.png +share/icons/oxygen/base/16x16/mimetypes/application-pkcs7-mime.png +share/icons/oxygen/base/16x16/mimetypes/application-pkcs7-signature.png +share/icons/oxygen/base/16x16/mimetypes/application-postscript.png +share/icons/oxygen/base/16x16/mimetypes/application-relaxng.png +share/icons/oxygen/base/16x16/mimetypes/application-rss+xml.png +share/icons/oxygen/base/16x16/mimetypes/application-rtf.png +share/icons/oxygen/base/16x16/mimetypes/application-sxw.png +share/icons/oxygen/base/16x16/mimetypes/application-vnd-google-earth-kml.png +share/icons/oxygen/base/16x16/mimetypes/application-vnd.iccprofile.png +share/icons/oxygen/base/16x16/mimetypes/application-vnd.ms-access.png +share/icons/oxygen/base/16x16/mimetypes/application-vnd.ms-excel.png +share/icons/oxygen/base/16x16/mimetypes/application-vnd.ms-powerpoint.png +share/icons/oxygen/base/16x16/mimetypes/application-vnd.oasis.opendocument.chart.png +share/icons/oxygen/base/16x16/mimetypes/application-vnd.oasis.opendocument.database.png +share/icons/oxygen/base/16x16/mimetypes/application-vnd.oasis.opendocument.draw.template.png +share/icons/oxygen/base/16x16/mimetypes/application-vnd.oasis.opendocument.drawing.png +share/icons/oxygen/base/16x16/mimetypes/application-vnd.oasis.opendocument.drawing.template.png +share/icons/oxygen/base/16x16/mimetypes/application-vnd.oasis.opendocument.formula-template.png +share/icons/oxygen/base/16x16/mimetypes/application-vnd.oasis.opendocument.formula.png +share/icons/oxygen/base/16x16/mimetypes/application-vnd.oasis.opendocument.graphics.png +share/icons/oxygen/base/16x16/mimetypes/application-vnd.oasis.opendocument.image.png +share/icons/oxygen/base/16x16/mimetypes/application-vnd.oasis.opendocument.presentation-template.png +share/icons/oxygen/base/16x16/mimetypes/application-vnd.oasis.opendocument.presentation.png +share/icons/oxygen/base/16x16/mimetypes/application-vnd.oasis.opendocument.spreadsheet-template.png +share/icons/oxygen/base/16x16/mimetypes/application-vnd.oasis.opendocument.spreadsheet.png +share/icons/oxygen/base/16x16/mimetypes/application-vnd.oasis.opendocument.text-master.png +share/icons/oxygen/base/16x16/mimetypes/application-vnd.oasis.opendocument.text-template.png +share/icons/oxygen/base/16x16/mimetypes/application-vnd.oasis.opendocument.text.png +share/icons/oxygen/base/16x16/mimetypes/application-vnd.oasis.opendocument.web.template.png +share/icons/oxygen/base/16x16/mimetypes/application-vnd.openxmlformats-officedocument.wordprocessingml.document.png +share/icons/oxygen/base/16x16/mimetypes/application-vnd.rn-realmedia.png +share/icons/oxygen/base/16x16/mimetypes/application-vnd.scribus.png +share/icons/oxygen/base/16x16/mimetypes/application-vnd.stardivision.calc.png +share/icons/oxygen/base/16x16/mimetypes/application-vnd.stardivision.draw.png +share/icons/oxygen/base/16x16/mimetypes/application-vnd.stardivision.mail.png +share/icons/oxygen/base/16x16/mimetypes/application-vnd.stardivision.math.png +share/icons/oxygen/base/16x16/mimetypes/application-vnd.sun.xml.calc.png +share/icons/oxygen/base/16x16/mimetypes/application-vnd.sun.xml.calc.template.png +share/icons/oxygen/base/16x16/mimetypes/application-vnd.sun.xml.draw.png +share/icons/oxygen/base/16x16/mimetypes/application-vnd.sun.xml.draw.template.png +share/icons/oxygen/base/16x16/mimetypes/application-vnd.sun.xml.impress.png +share/icons/oxygen/base/16x16/mimetypes/application-vnd.sun.xml.impress.template.png +share/icons/oxygen/base/16x16/mimetypes/application-vnd.sun.xml.math.png +share/icons/oxygen/base/16x16/mimetypes/application-vnd.sun.xml.writer.global.png +share/icons/oxygen/base/16x16/mimetypes/application-vnd.sun.xml.writer.png +share/icons/oxygen/base/16x16/mimetypes/application-vnd.sun.xml.writer.template.png +share/icons/oxygen/base/16x16/mimetypes/application-vnd.wordperfect.png +share/icons/oxygen/base/16x16/mimetypes/application-x-7z-compressed.png +share/icons/oxygen/base/16x16/mimetypes/application-x-abiword.png +share/icons/oxygen/base/16x16/mimetypes/application-x-ace.png +share/icons/oxygen/base/16x16/mimetypes/application-x-applix-spreadsheet.png +share/icons/oxygen/base/16x16/mimetypes/application-x-applix-word.png +share/icons/oxygen/base/16x16/mimetypes/application-x-ar.png +share/icons/oxygen/base/16x16/mimetypes/application-x-arc.png +share/icons/oxygen/base/16x16/mimetypes/application-x-archive.png +share/icons/oxygen/base/16x16/mimetypes/application-x-arj.png +share/icons/oxygen/base/16x16/mimetypes/application-x-awk.png +share/icons/oxygen/base/16x16/mimetypes/application-x-bittorrent.png +share/icons/oxygen/base/16x16/mimetypes/application-x-blender.png +share/icons/oxygen/base/16x16/mimetypes/application-x-bzdvi.png +share/icons/oxygen/base/16x16/mimetypes/application-x-bzip-compressed-tar.png +share/icons/oxygen/base/16x16/mimetypes/application-x-bzip.png +share/icons/oxygen/base/16x16/mimetypes/application-x-cd-image.png +share/icons/oxygen/base/16x16/mimetypes/application-x-cda.png +share/icons/oxygen/base/16x16/mimetypes/application-x-chm.png +share/icons/oxygen/base/16x16/mimetypes/application-x-compress.png +share/icons/oxygen/base/16x16/mimetypes/application-x-compressed-tar.png +share/icons/oxygen/base/16x16/mimetypes/application-x-cpio.png +share/icons/oxygen/base/16x16/mimetypes/application-x-cue.png +share/icons/oxygen/base/16x16/mimetypes/application-x-deb.png +share/icons/oxygen/base/16x16/mimetypes/application-x-designer.png +share/icons/oxygen/base/16x16/mimetypes/application-x-desktop.png +share/icons/oxygen/base/16x16/mimetypes/application-x-egon.png +share/icons/oxygen/base/16x16/mimetypes/application-x-executable-script.png +share/icons/oxygen/base/16x16/mimetypes/application-x-executable.png +share/icons/oxygen/base/16x16/mimetypes/application-x-flash-video.png +share/icons/oxygen/base/16x16/mimetypes/application-x-font-afm.png +share/icons/oxygen/base/16x16/mimetypes/application-x-font-bdf.png +share/icons/oxygen/base/16x16/mimetypes/application-x-font-otf.png +share/icons/oxygen/base/16x16/mimetypes/application-x-font-pcf.png +share/icons/oxygen/base/16x16/mimetypes/application-x-font-snf.png +share/icons/oxygen/base/16x16/mimetypes/application-x-font-ttf.png +share/icons/oxygen/base/16x16/mimetypes/application-x-font-type1.png +share/icons/oxygen/base/16x16/mimetypes/application-x-gnumeric.png +share/icons/oxygen/base/16x16/mimetypes/application-x-gzdvi.png +share/icons/oxygen/base/16x16/mimetypes/application-x-gzip.png +share/icons/oxygen/base/16x16/mimetypes/application-x-gzpostscript.png +share/icons/oxygen/base/16x16/mimetypes/application-x-iso.png +share/icons/oxygen/base/16x16/mimetypes/application-x-it87.png +share/icons/oxygen/base/16x16/mimetypes/application-x-jar.png +share/icons/oxygen/base/16x16/mimetypes/application-x-java-applet.png +share/icons/oxygen/base/16x16/mimetypes/application-x-java-archive.png +share/icons/oxygen/base/16x16/mimetypes/application-x-java.png +share/icons/oxygen/base/16x16/mimetypes/application-x-javascript.png +share/icons/oxygen/base/16x16/mimetypes/application-x-k3b.png +share/icons/oxygen/base/16x16/mimetypes/application-x-kcsrc.png +share/icons/oxygen/base/16x16/mimetypes/application-x-kdenlivetitle.png +share/icons/oxygen/base/16x16/mimetypes/application-x-kexi-connectiondata.png +share/icons/oxygen/base/16x16/mimetypes/application-x-kexiproject-shortcut.png +share/icons/oxygen/base/16x16/mimetypes/application-x-kexiproject-sqlite.png +share/icons/oxygen/base/16x16/mimetypes/application-x-kexiproject-sqlite2.png +share/icons/oxygen/base/16x16/mimetypes/application-x-kexiproject-sqlite3.png +share/icons/oxygen/base/16x16/mimetypes/application-x-kformula.png +share/icons/oxygen/base/16x16/mimetypes/application-x-kgetlist.png +share/icons/oxygen/base/16x16/mimetypes/application-x-kontour.png +share/icons/oxygen/base/16x16/mimetypes/application-x-kplato.png +share/icons/oxygen/base/16x16/mimetypes/application-x-krita.png +share/icons/oxygen/base/16x16/mimetypes/application-x-kvtml.png +share/icons/oxygen/base/16x16/mimetypes/application-x-kword.png +share/icons/oxygen/base/16x16/mimetypes/application-x-lha.png +share/icons/oxygen/base/16x16/mimetypes/application-x-lyx.png +share/icons/oxygen/base/16x16/mimetypes/application-x-lzma-compressed-tar.png +share/icons/oxygen/base/16x16/mimetypes/application-x-lzop.png +share/icons/oxygen/base/16x16/mimetypes/application-x-m4.png +share/icons/oxygen/base/16x16/mimetypes/application-x-marble.png +share/icons/oxygen/base/16x16/mimetypes/application-x-mimearchive.png +share/icons/oxygen/base/16x16/mimetypes/application-x-mplayer2.png +share/icons/oxygen/base/16x16/mimetypes/application-x-ms-dos-executable.png +share/icons/oxygen/base/16x16/mimetypes/application-x-mswinurl.png +share/icons/oxygen/base/16x16/mimetypes/application-x-mswrite.png +share/icons/oxygen/base/16x16/mimetypes/application-x-nzb.png +share/icons/oxygen/base/16x16/mimetypes/application-x-object.png +share/icons/oxygen/base/16x16/mimetypes/application-x-pak.png +share/icons/oxygen/base/16x16/mimetypes/application-x-pem-key.png +share/icons/oxygen/base/16x16/mimetypes/application-x-perl.png +share/icons/oxygen/base/16x16/mimetypes/application-x-php.png +share/icons/oxygen/base/16x16/mimetypes/application-x-plasma.png +share/icons/oxygen/base/16x16/mimetypes/application-x-python-bytecode.png +share/icons/oxygen/base/16x16/mimetypes/application-x-qet-element.png +share/icons/oxygen/base/16x16/mimetypes/application-x-qet-project.png +share/icons/oxygen/base/16x16/mimetypes/application-x-quattropro.png +share/icons/oxygen/base/16x16/mimetypes/application-x-rar.png +share/icons/oxygen/base/16x16/mimetypes/application-x-raw-disk-image.png +share/icons/oxygen/base/16x16/mimetypes/application-x-rpm.png +share/icons/oxygen/base/16x16/mimetypes/application-x-ruby.png +share/icons/oxygen/base/16x16/mimetypes/application-x-sharedlib.png +share/icons/oxygen/base/16x16/mimetypes/application-x-shellscript.png +share/icons/oxygen/base/16x16/mimetypes/application-x-shockwave-flash.png +share/icons/oxygen/base/16x16/mimetypes/application-x-siag.png +share/icons/oxygen/base/16x16/mimetypes/application-x-sif.png +share/icons/oxygen/base/16x16/mimetypes/application-x-skg.png +share/icons/oxygen/base/16x16/mimetypes/application-x-skgc.png +share/icons/oxygen/base/16x16/mimetypes/application-x-smb-server.png +share/icons/oxygen/base/16x16/mimetypes/application-x-smb-workgroup.png +share/icons/oxygen/base/16x16/mimetypes/application-x-sqlite2.png +share/icons/oxygen/base/16x16/mimetypes/application-x-sqlite3.png +share/icons/oxygen/base/16x16/mimetypes/application-x-srt.png +share/icons/oxygen/base/16x16/mimetypes/application-x-srtrip.png +share/icons/oxygen/base/16x16/mimetypes/application-x-subrip.png +share/icons/oxygen/base/16x16/mimetypes/application-x-tar.png +share/icons/oxygen/base/16x16/mimetypes/application-x-tarz.png +share/icons/oxygen/base/16x16/mimetypes/application-x-tgif.png +share/icons/oxygen/base/16x16/mimetypes/application-x-trash.png +share/icons/oxygen/base/16x16/mimetypes/application-x-troff-man.png +share/icons/oxygen/base/16x16/mimetypes/application-x-tzo.png +share/icons/oxygen/base/16x16/mimetypes/application-x-wmf.png +share/icons/oxygen/base/16x16/mimetypes/application-x-zerosize.png +share/icons/oxygen/base/16x16/mimetypes/application-x-zoo.png +share/icons/oxygen/base/16x16/mimetypes/application-xhtml+xml.png +share/icons/oxygen/base/16x16/mimetypes/application-xml.png +share/icons/oxygen/base/16x16/mimetypes/application-xsd.png +share/icons/oxygen/base/16x16/mimetypes/application-xslt+xml.png +share/icons/oxygen/base/16x16/mimetypes/application-zip.png +share/icons/oxygen/base/16x16/mimetypes/audio-ac3.png +share/icons/oxygen/base/16x16/mimetypes/audio-midi.png +share/icons/oxygen/base/16x16/mimetypes/audio-mp2.png +share/icons/oxygen/base/16x16/mimetypes/audio-mp3.png +share/icons/oxygen/base/16x16/mimetypes/audio-mp4.png +share/icons/oxygen/base/16x16/mimetypes/audio-prs.sid.png +share/icons/oxygen/base/16x16/mimetypes/audio-vn.rn-realmedia.png +share/icons/oxygen/base/16x16/mimetypes/audio-vnd.rn-realvideo.png +share/icons/oxygen/base/16x16/mimetypes/audio-x-adpcm.png +share/icons/oxygen/base/16x16/mimetypes/audio-x-aiff.png +share/icons/oxygen/base/16x16/mimetypes/audio-x-flac+ogg.png +share/icons/oxygen/base/16x16/mimetypes/audio-x-flac.png +share/icons/oxygen/base/16x16/mimetypes/audio-x-generic.png +share/icons/oxygen/base/16x16/mimetypes/audio-x-monkey.png +share/icons/oxygen/base/16x16/mimetypes/audio-x-mp2.png +share/icons/oxygen/base/16x16/mimetypes/audio-x-mpeg.png +share/icons/oxygen/base/16x16/mimetypes/audio-x-speex+ogg.png +share/icons/oxygen/base/16x16/mimetypes/audio-x-wav.png +share/icons/oxygen/base/16x16/mimetypes/encrypted.png +share/icons/oxygen/base/16x16/mimetypes/fonts-package.png +share/icons/oxygen/base/16x16/mimetypes/image-bmp.png +share/icons/oxygen/base/16x16/mimetypes/image-gif.png +share/icons/oxygen/base/16x16/mimetypes/image-jpeg.png +share/icons/oxygen/base/16x16/mimetypes/image-jpeg2000.png +share/icons/oxygen/base/16x16/mimetypes/image-png.png +share/icons/oxygen/base/16x16/mimetypes/image-svg+xml-compressed.png +share/icons/oxygen/base/16x16/mimetypes/image-svg+xml.png +share/icons/oxygen/base/16x16/mimetypes/image-tiff.png +share/icons/oxygen/base/16x16/mimetypes/image-vnd.adobe.photoshop.png +share/icons/oxygen/base/16x16/mimetypes/image-vnd.dgn.png +share/icons/oxygen/base/16x16/mimetypes/image-vnd.dwg.png +share/icons/oxygen/base/16x16/mimetypes/image-x-adobe-dng.png +share/icons/oxygen/base/16x16/mimetypes/image-x-compressed-xcf.png +share/icons/oxygen/base/16x16/mimetypes/image-x-emf.png +share/icons/oxygen/base/16x16/mimetypes/image-x-eps.png +share/icons/oxygen/base/16x16/mimetypes/image-x-generic.png +share/icons/oxygen/base/16x16/mimetypes/image-x-krita.png +share/icons/oxygen/base/16x16/mimetypes/image-x-portable-bitmap.png +share/icons/oxygen/base/16x16/mimetypes/image-x-psd.png +share/icons/oxygen/base/16x16/mimetypes/image-x-psdimage-x-psd.png +share/icons/oxygen/base/16x16/mimetypes/image-x-svg+xml.png +share/icons/oxygen/base/16x16/mimetypes/image-x-tga.png +share/icons/oxygen/base/16x16/mimetypes/image-x-vnd.trolltech.qpicture.png +share/icons/oxygen/base/16x16/mimetypes/image-x-win-bitmap.png +share/icons/oxygen/base/16x16/mimetypes/image-x-win-bmp.png +share/icons/oxygen/base/16x16/mimetypes/image-x-wmf.png +share/icons/oxygen/base/16x16/mimetypes/image-x-xcf.png +share/icons/oxygen/base/16x16/mimetypes/image-x-xfig.png +share/icons/oxygen/base/16x16/mimetypes/inode-directory.png +share/icons/oxygen/base/16x16/mimetypes/libreoffice-database.png +share/icons/oxygen/base/16x16/mimetypes/libreoffice-drawing-template.png +share/icons/oxygen/base/16x16/mimetypes/libreoffice-drawing.png +share/icons/oxygen/base/16x16/mimetypes/libreoffice-extension.png +share/icons/oxygen/base/16x16/mimetypes/libreoffice-formula.png +share/icons/oxygen/base/16x16/mimetypes/libreoffice-master-document.png +share/icons/oxygen/base/16x16/mimetypes/libreoffice-oasis-database.png +share/icons/oxygen/base/16x16/mimetypes/libreoffice-oasis-drawing-template.png +share/icons/oxygen/base/16x16/mimetypes/libreoffice-oasis-drawing.png +share/icons/oxygen/base/16x16/mimetypes/libreoffice-oasis-formula.png +share/icons/oxygen/base/16x16/mimetypes/libreoffice-oasis-master-document.png +share/icons/oxygen/base/16x16/mimetypes/libreoffice-oasis-presentation-template.png +share/icons/oxygen/base/16x16/mimetypes/libreoffice-oasis-presentation.png +share/icons/oxygen/base/16x16/mimetypes/libreoffice-oasis-spreadsheet-template.png +share/icons/oxygen/base/16x16/mimetypes/libreoffice-oasis-spreadsheet.png +share/icons/oxygen/base/16x16/mimetypes/libreoffice-oasis-text-template.png +share/icons/oxygen/base/16x16/mimetypes/libreoffice-oasis-text.png +share/icons/oxygen/base/16x16/mimetypes/libreoffice-oasis-web-template.png +share/icons/oxygen/base/16x16/mimetypes/libreoffice-presentation-template.png +share/icons/oxygen/base/16x16/mimetypes/libreoffice-presentation.png +share/icons/oxygen/base/16x16/mimetypes/libreoffice-spreadsheet-template.png +share/icons/oxygen/base/16x16/mimetypes/libreoffice-spreadsheet.png +share/icons/oxygen/base/16x16/mimetypes/libreoffice-text-template.png +share/icons/oxygen/base/16x16/mimetypes/libreoffice-text.png +share/icons/oxygen/base/16x16/mimetypes/mail-message-new-list.png +share/icons/oxygen/base/16x16/mimetypes/message-news.png +share/icons/oxygen/base/16x16/mimetypes/message-partial.png +share/icons/oxygen/base/16x16/mimetypes/message-rfc822.png +share/icons/oxygen/base/16x16/mimetypes/message-x-gnu-rmail.png +share/icons/oxygen/base/16x16/mimetypes/message.png +share/icons/oxygen/base/16x16/mimetypes/odf.png +share/icons/oxygen/base/16x16/mimetypes/package-x-generic.png +share/icons/oxygen/base/16x16/mimetypes/text-calendar.png +share/icons/oxygen/base/16x16/mimetypes/text-csharp.png +share/icons/oxygen/base/16x16/mimetypes/text-css.png +share/icons/oxygen/base/16x16/mimetypes/text-csv.png +share/icons/oxygen/base/16x16/mimetypes/text-directory.png +share/icons/oxygen/base/16x16/mimetypes/text-enriched.png +share/icons/oxygen/base/16x16/mimetypes/text-html.png +share/icons/oxygen/base/16x16/mimetypes/text-mathml.png +share/icons/oxygen/base/16x16/mimetypes/text-plain.png +share/icons/oxygen/base/16x16/mimetypes/text-rdf+xml.png +share/icons/oxygen/base/16x16/mimetypes/text-rdf.png +share/icons/oxygen/base/16x16/mimetypes/text-rtf.png +share/icons/oxygen/base/16x16/mimetypes/text-sgml.png +share/icons/oxygen/base/16x16/mimetypes/text-troff.png +share/icons/oxygen/base/16x16/mimetypes/text-vcalendar.png +share/icons/oxygen/base/16x16/mimetypes/text-vnd.abc.png +share/icons/oxygen/base/16x16/mimetypes/text-vnd.wap.wml.png +share/icons/oxygen/base/16x16/mimetypes/text-x-adasrc.png +share/icons/oxygen/base/16x16/mimetypes/text-x-authors.png +share/icons/oxygen/base/16x16/mimetypes/text-x-bibtex.png +share/icons/oxygen/base/16x16/mimetypes/text-x-c++hdr.png +share/icons/oxygen/base/16x16/mimetypes/text-x-c++src.png +share/icons/oxygen/base/16x16/mimetypes/text-x-changelog.png +share/icons/oxygen/base/16x16/mimetypes/text-x-chdr.png +share/icons/oxygen/base/16x16/mimetypes/text-x-cmake.png +share/icons/oxygen/base/16x16/mimetypes/text-x-copying.png +share/icons/oxygen/base/16x16/mimetypes/text-x-credits.png +share/icons/oxygen/base/16x16/mimetypes/text-x-csharp.png +share/icons/oxygen/base/16x16/mimetypes/text-x-csrc.png +share/icons/oxygen/base/16x16/mimetypes/text-x-dtd.png +share/icons/oxygen/base/16x16/mimetypes/text-x-generic.png +share/icons/oxygen/base/16x16/mimetypes/text-x-generic.svapplication-x-awk.png +share/icons/oxygen/base/16x16/mimetypes/text-x-generic.svapplicatiopn-x-awk.png +share/icons/oxygen/base/16x16/mimetypes/text-x-haskell.png +share/icons/oxygen/base/16x16/mimetypes/text-x-hex.png +share/icons/oxygen/base/16x16/mimetypes/text-x-install.png +share/icons/oxygen/base/16x16/mimetypes/text-x-java-source.png +share/icons/oxygen/base/16x16/mimetypes/text-x-java.png +share/icons/oxygen/base/16x16/mimetypes/text-x-javascript.png +share/icons/oxygen/base/16x16/mimetypes/text-x-katefilelist.png +share/icons/oxygen/base/16x16/mimetypes/text-x-ldif.png +share/icons/oxygen/base/16x16/mimetypes/text-x-lilypond.png +share/icons/oxygen/base/16x16/mimetypes/text-x-log.png +share/icons/oxygen/base/16x16/mimetypes/text-x-makefile.png +share/icons/oxygen/base/16x16/mimetypes/text-x-nfo.png +share/icons/oxygen/base/16x16/mimetypes/text-x-objchdr.png +share/icons/oxygen/base/16x16/mimetypes/text-x-objcsrc.png +share/icons/oxygen/base/16x16/mimetypes/text-x-opml+xml.png +share/icons/oxygen/base/16x16/mimetypes/text-x-opml.png +share/icons/oxygen/base/16x16/mimetypes/text-x-pascal.png +share/icons/oxygen/base/16x16/mimetypes/text-x-patch.png +share/icons/oxygen/base/16x16/mimetypes/text-x-plain.png +share/icons/oxygen/base/16x16/mimetypes/text-x-po.png +share/icons/oxygen/base/16x16/mimetypes/text-x-python.png +share/icons/oxygen/base/16x16/mimetypes/text-x-qml.png +share/icons/oxygen/base/16x16/mimetypes/text-x-readme.png +share/icons/oxygen/base/16x16/mimetypes/text-x-rpm-spec.png +share/icons/oxygen/base/16x16/mimetypes/text-x-script.png +share/icons/oxygen/base/16x16/mimetypes/text-x-sql.png +share/icons/oxygen/base/16x16/mimetypes/text-x-tcl.png +share/icons/oxygen/base/16x16/mimetypes/text-x-tex.png +share/icons/oxygen/base/16x16/mimetypes/text-x-texinfo.png +share/icons/oxygen/base/16x16/mimetypes/text-x-vcard.png +share/icons/oxygen/base/16x16/mimetypes/text-x-xslfo.png +share/icons/oxygen/base/16x16/mimetypes/text-xmcd.png +share/icons/oxygen/base/16x16/mimetypes/text-xml.png +share/icons/oxygen/base/16x16/mimetypes/unknown.png +share/icons/oxygen/base/16x16/mimetypes/uri-mms.png +share/icons/oxygen/base/16x16/mimetypes/uri-mmst.png +share/icons/oxygen/base/16x16/mimetypes/uri-mmsu.png +share/icons/oxygen/base/16x16/mimetypes/uri-pnm.png +share/icons/oxygen/base/16x16/mimetypes/uri-rtspt.png +share/icons/oxygen/base/16x16/mimetypes/uri-rtspu.png +share/icons/oxygen/base/16x16/mimetypes/video-mlt-playlist.png +share/icons/oxygen/base/16x16/mimetypes/video-mp4.png +share/icons/oxygen/base/16x16/mimetypes/video-vivo.png +share/icons/oxygen/base/16x16/mimetypes/video-vnd.rn-realvideo.png +share/icons/oxygen/base/16x16/mimetypes/video-wavelet.png +share/icons/oxygen/base/16x16/mimetypes/video-webm.png +share/icons/oxygen/base/16x16/mimetypes/video-x-anim.png +share/icons/oxygen/base/16x16/mimetypes/video-x-flic.png +share/icons/oxygen/base/16x16/mimetypes/video-x-flv.png +share/icons/oxygen/base/16x16/mimetypes/video-x-generic.png +share/icons/oxygen/base/16x16/mimetypes/video-x-google-vlc-plugin.png +share/icons/oxygen/base/16x16/mimetypes/video-x-javafx.png +share/icons/oxygen/base/16x16/mimetypes/video-x-matroska.png +share/icons/oxygen/base/16x16/mimetypes/video-x-mng.png +share/icons/oxygen/base/16x16/mimetypes/video-x-ms-wmp.png +share/icons/oxygen/base/16x16/mimetypes/video-x-ms-wmv.png +share/icons/oxygen/base/16x16/mimetypes/video-x-msvideo.png +share/icons/oxygen/base/16x16/mimetypes/video-x-ogm+ogg.png +share/icons/oxygen/base/16x16/mimetypes/video-x-theor+ogg.png +share/icons/oxygen/base/16x16/mimetypes/video-x-theora+ogg.png +share/icons/oxygen/base/16x16/mimetypes/video-x-wmv.png +share/icons/oxygen/base/16x16/mimetypes/virtualbox-vhd.png +share/icons/oxygen/base/16x16/mimetypes/x-kde-nsplugin-generated.png +share/icons/oxygen/base/16x16/mimetypes/x-mail-distribution-list.png +share/icons/oxygen/base/16x16/mimetypes/x-media-podcast.png +share/icons/oxygen/base/16x16/mimetypes/x-office-address-book.png +share/icons/oxygen/base/16x16/mimetypes/x-office-calendar.png +share/icons/oxygen/base/16x16/mimetypes/x-office-contact.png +share/icons/oxygen/base/16x16/mimetypes/x-office-document.png +share/icons/oxygen/base/16x16/mimetypes/x-office-drawing.png +share/icons/oxygen/base/16x16/mimetypes/x-office-presentation.png +share/icons/oxygen/base/16x16/mimetypes/x-office-spreadsheet.png +share/icons/oxygen/base/16x16/places/bookmarks.png +share/icons/oxygen/base/16x16/places/certificate-server.png +share/icons/oxygen/base/16x16/places/document-multiple.png +share/icons/oxygen/base/16x16/places/favorites.png +share/icons/oxygen/base/16x16/places/folder-activities.png +share/icons/oxygen/base/16x16/places/folder-black.png +share/icons/oxygen/base/16x16/places/folder-blue.png +share/icons/oxygen/base/16x16/places/folder-bookmark.png +share/icons/oxygen/base/16x16/places/folder-brown.png +share/icons/oxygen/base/16x16/places/folder-cloud.png +share/icons/oxygen/base/16x16/places/folder-cyan.png +share/icons/oxygen/base/16x16/places/folder-development.png +share/icons/oxygen/base/16x16/places/folder-documents.png +share/icons/oxygen/base/16x16/places/folder-download.png +share/icons/oxygen/base/16x16/places/folder-downloads.png +share/icons/oxygen/base/16x16/places/folder-dropbox.png +share/icons/oxygen/base/16x16/places/folder-favorites.png +share/icons/oxygen/base/16x16/places/folder-gdrive.png +share/icons/oxygen/base/16x16/places/folder-green.png +share/icons/oxygen/base/16x16/places/folder-grey.png +share/icons/oxygen/base/16x16/places/folder-html.png +share/icons/oxygen/base/16x16/places/folder-image-people.png +share/icons/oxygen/base/16x16/places/folder-image.png +share/icons/oxygen/base/16x16/places/folder-images.png +share/icons/oxygen/base/16x16/places/folder-important.png +share/icons/oxygen/base/16x16/places/folder-locked.png +share/icons/oxygen/base/16x16/places/folder-mail.png +share/icons/oxygen/base/16x16/places/folder-music.png +share/icons/oxygen/base/16x16/places/folder-network.png +share/icons/oxygen/base/16x16/places/folder-onedrive.png +share/icons/oxygen/base/16x16/places/folder-open.png +share/icons/oxygen/base/16x16/places/folder-orange.png +share/icons/oxygen/base/16x16/places/folder-owncloud.png +share/icons/oxygen/base/16x16/places/folder-picture.png +share/icons/oxygen/base/16x16/places/folder-pictures.png +share/icons/oxygen/base/16x16/places/folder-print.png +share/icons/oxygen/base/16x16/places/folder-public.png +share/icons/oxygen/base/16x16/places/folder-publicshare.png +share/icons/oxygen/base/16x16/places/folder-red.png +share/icons/oxygen/base/16x16/places/folder-remote.png +share/icons/oxygen/base/16x16/places/folder-script.png +share/icons/oxygen/base/16x16/places/folder-sound.png +share/icons/oxygen/base/16x16/places/folder-tar.png +share/icons/oxygen/base/16x16/places/folder-temp.png +share/icons/oxygen/base/16x16/places/folder-text.png +share/icons/oxygen/base/16x16/places/folder-txt.png +share/icons/oxygen/base/16x16/places/folder-video.png +share/icons/oxygen/base/16x16/places/folder-videos.png +share/icons/oxygen/base/16x16/places/folder-violet.png +share/icons/oxygen/base/16x16/places/folder-yellow.png +share/icons/oxygen/base/16x16/places/folder.png +share/icons/oxygen/base/16x16/places/mail-folder-inbox.png +share/icons/oxygen/base/16x16/places/mail-folder-outbox.png +share/icons/oxygen/base/16x16/places/mail-folder-sent.png +share/icons/oxygen/base/16x16/places/mail-message.png +share/icons/oxygen/base/16x16/places/network-server-database.png +share/icons/oxygen/base/16x16/places/network-server.png +share/icons/oxygen/base/16x16/places/network-workgroup.png +share/icons/oxygen/base/16x16/places/repository.png +share/icons/oxygen/base/16x16/places/server-database.png +share/icons/oxygen/base/16x16/places/start-here-kde.png +share/icons/oxygen/base/16x16/places/start-here.png +share/icons/oxygen/base/16x16/places/stock_folder.png +share/icons/oxygen/base/16x16/places/user-desktop.png +share/icons/oxygen/base/16x16/places/user-home.png +share/icons/oxygen/base/16x16/places/user-identity.png +share/icons/oxygen/base/16x16/places/user-trash-full.png +share/icons/oxygen/base/16x16/places/user-trash.png +share/icons/oxygen/base/16x16/special/file-zoom-in.png +share/icons/oxygen/base/16x16/special/file-zoom-out.png +share/icons/oxygen/base/16x16/special/image-zoom-in.png +share/icons/oxygen/base/16x16/special/image-zoom-out.png +share/icons/oxygen/base/16x16/status/appointment-recurring.png +share/icons/oxygen/base/16x16/status/appointment-reminder.png +share/icons/oxygen/base/16x16/status/audio-volume-high.png +share/icons/oxygen/base/16x16/status/audio-volume-low.png +share/icons/oxygen/base/16x16/status/audio-volume-medium.png +share/icons/oxygen/base/16x16/status/audio-volume-muted.png +share/icons/oxygen/base/16x16/status/battery-040.png +share/icons/oxygen/base/16x16/status/battery-060.png +share/icons/oxygen/base/16x16/status/battery-080.png +share/icons/oxygen/base/16x16/status/battery-100.png +share/icons/oxygen/base/16x16/status/battery-caution.png +share/icons/oxygen/base/16x16/status/battery-charging-040.png +share/icons/oxygen/base/16x16/status/battery-charging-060.png +share/icons/oxygen/base/16x16/status/battery-charging-080.png +share/icons/oxygen/base/16x16/status/battery-charging-caution.png +share/icons/oxygen/base/16x16/status/battery-charging-low.png +share/icons/oxygen/base/16x16/status/battery-charging.png +share/icons/oxygen/base/16x16/status/battery-low.png +share/icons/oxygen/base/16x16/status/battery-missing.png +share/icons/oxygen/base/16x16/status/cloudstatus.png +share/icons/oxygen/base/16x16/status/dialog-error.png +share/icons/oxygen/base/16x16/status/dialog-information.png +share/icons/oxygen/base/16x16/status/dialog-password.png +share/icons/oxygen/base/16x16/status/dialog-warning.png +share/icons/oxygen/base/16x16/status/dropboxstatus-busy2.png +share/icons/oxygen/base/16x16/status/dropboxstatus-logo.png +share/icons/oxygen/base/16x16/status/folder-open.png +share/icons/oxygen/base/16x16/status/image-loading.png +share/icons/oxygen/base/16x16/status/image-missing.png +share/icons/oxygen/base/16x16/status/mail-attachment.png +share/icons/oxygen/base/16x16/status/mail-queued.png +share/icons/oxygen/base/16x16/status/mail-read.png +share/icons/oxygen/base/16x16/status/mail-replied.png +share/icons/oxygen/base/16x16/status/mail-sent.png +share/icons/oxygen/base/16x16/status/mail-tagged.png +share/icons/oxygen/base/16x16/status/mail-task.png +share/icons/oxygen/base/16x16/status/mail-unread-new.png +share/icons/oxygen/base/16x16/status/mail-unread.png +share/icons/oxygen/base/16x16/status/media-playlist-repeat.png +share/icons/oxygen/base/16x16/status/media-playlist-shuffle.png +share/icons/oxygen/base/16x16/status/meeting-chair.png +share/icons/oxygen/base/16x16/status/meeting-observer.png +share/icons/oxygen/base/16x16/status/meeting-organizer.png +share/icons/oxygen/base/16x16/status/meeting-participant-optional.png +share/icons/oxygen/base/16x16/status/meeting-participant-reply.png +share/icons/oxygen/base/16x16/status/meeting-participant.png +share/icons/oxygen/base/16x16/status/object-locked.png +share/icons/oxygen/base/16x16/status/object-unlocked.png +share/icons/oxygen/base/16x16/status/printer-error.png +share/icons/oxygen/base/16x16/status/printer-printing.png +share/icons/oxygen/base/16x16/status/script-error.png +share/icons/oxygen/base/16x16/status/security-high.png +share/icons/oxygen/base/16x16/status/security-low.png +share/icons/oxygen/base/16x16/status/security-medium.png +share/icons/oxygen/base/16x16/status/task-accepted.png +share/icons/oxygen/base/16x16/status/task-attempt.png +share/icons/oxygen/base/16x16/status/task-attention.png +share/icons/oxygen/base/16x16/status/task-complete.png +share/icons/oxygen/base/16x16/status/task-delegate.png +share/icons/oxygen/base/16x16/status/task-ongoing.png +share/icons/oxygen/base/16x16/status/task-recurring.png +share/icons/oxygen/base/16x16/status/task-reject.png +share/icons/oxygen/base/16x16/status/task-reminder.png +share/icons/oxygen/base/16x16/status/user-away-extended.png +share/icons/oxygen/base/16x16/status/user-away.png +share/icons/oxygen/base/16x16/status/user-busy.png +share/icons/oxygen/base/16x16/status/user-invisible.png +share/icons/oxygen/base/16x16/status/user-offline.png +share/icons/oxygen/base/16x16/status/user-online.png +share/icons/oxygen/base/16x16/status/user-trash-full.png +share/icons/oxygen/base/16x16/status/wallet-closed.png +share/icons/oxygen/base/16x16/status/wallet-open.png +share/icons/oxygen/base/16x16/status/weather-clear-night.png +share/icons/oxygen/base/16x16/status/weather-clear.png +share/icons/oxygen/base/16x16/status/weather-clouds-night.png +share/icons/oxygen/base/16x16/status/weather-clouds.png +share/icons/oxygen/base/16x16/status/weather-few-clouds-night.png +share/icons/oxygen/base/16x16/status/weather-few-clouds.png +share/icons/oxygen/base/16x16/status/weather-freezing-rain.png +share/icons/oxygen/base/16x16/status/weather-hail.png +share/icons/oxygen/base/16x16/status/weather-many-clouds.png +share/icons/oxygen/base/16x16/status/weather-mist.png +share/icons/oxygen/base/16x16/status/weather-showers-day.png +share/icons/oxygen/base/16x16/status/weather-showers-night.png +share/icons/oxygen/base/16x16/status/weather-showers-scattered-day.png +share/icons/oxygen/base/16x16/status/weather-showers-scattered-night.png +share/icons/oxygen/base/16x16/status/weather-showers-scattered.png +share/icons/oxygen/base/16x16/status/weather-showers.png +share/icons/oxygen/base/16x16/status/weather-snow-rain.png +share/icons/oxygen/base/16x16/status/weather-snow-scattered-day.png +share/icons/oxygen/base/16x16/status/weather-snow-scattered-night.png +share/icons/oxygen/base/16x16/status/weather-snow-scattered.png +share/icons/oxygen/base/16x16/status/weather-snow.png +share/icons/oxygen/base/16x16/status/weather-storm.png +share/icons/oxygen/base/16x16/status/window-suppressed.png +share/icons/oxygen/base/22x22/actions/CVnamespace.png +share/icons/oxygen/base/22x22/actions/Info-amarok.png +share/icons/oxygen/base/22x22/actions/accept_time_event.png +share/icons/oxygen/base/22x22/actions/acrobat.png +share/icons/oxygen/base/22x22/actions/action-albumfolder-importdir2.png +share/icons/oxygen/base/22x22/actions/activity-fork.png +share/icons/oxygen/base/22x22/actions/actor.png +share/icons/oxygen/base/22x22/actions/address-book-new.png +share/icons/oxygen/base/22x22/actions/addressbook-details.png +share/icons/oxygen/base/22x22/actions/albumfolder-importdir.png +share/icons/oxygen/base/22x22/actions/albumfolder-importimages.png +share/icons/oxygen/base/22x22/actions/albumfolder-new.png +share/icons/oxygen/base/22x22/actions/albumfolder-properties.png +share/icons/oxygen/base/22x22/actions/albumfolder-user-trash.png +share/icons/oxygen/base/22x22/actions/align-horizontal-center.png +share/icons/oxygen/base/22x22/actions/align-horizontal-left-out.png +share/icons/oxygen/base/22x22/actions/align-horizontal-left.png +share/icons/oxygen/base/22x22/actions/align-horizontal-right-out.png +share/icons/oxygen/base/22x22/actions/align-horizontal-right.png +share/icons/oxygen/base/22x22/actions/align-vertical-bottom-out.png +share/icons/oxygen/base/22x22/actions/align-vertical-bottom.png +share/icons/oxygen/base/22x22/actions/align-vertical-center.png +share/icons/oxygen/base/22x22/actions/align-vertical-top-out.png +share/icons/oxygen/base/22x22/actions/align-vertical-top.png +share/icons/oxygen/base/22x22/actions/amarok_artist.png +share/icons/oxygen/base/22x22/actions/amarok_clock.png +share/icons/oxygen/base/22x22/actions/amarok_lyrics.png +share/icons/oxygen/base/22x22/actions/amarok_playcount.png +share/icons/oxygen/base/22x22/actions/amarok_playlist.png +share/icons/oxygen/base/22x22/actions/amarok_playlist_refresh.png +share/icons/oxygen/base/22x22/actions/answer-correct.png +share/icons/oxygen/base/22x22/actions/answer.png +share/icons/oxygen/base/22x22/actions/application-exit.png +share/icons/oxygen/base/22x22/actions/applications-internet.png +share/icons/oxygen/base/22x22/actions/appointment-new.png +share/icons/oxygen/base/22x22/actions/archive-extract.png +share/icons/oxygen/base/22x22/actions/archive-insert-directory.png +share/icons/oxygen/base/22x22/actions/archive-insert.png +share/icons/oxygen/base/22x22/actions/archive-remove.png +share/icons/oxygen/base/22x22/actions/arrow-down-double.png +share/icons/oxygen/base/22x22/actions/arrow-down.png +share/icons/oxygen/base/22x22/actions/arrow-left-double.png +share/icons/oxygen/base/22x22/actions/arrow-left.png +share/icons/oxygen/base/22x22/actions/arrow-right-double.png +share/icons/oxygen/base/22x22/actions/arrow-right.png +share/icons/oxygen/base/22x22/actions/arrow-up-double.png +share/icons/oxygen/base/22x22/actions/arrow-up.png +share/icons/oxygen/base/22x22/actions/arrow.png +share/icons/oxygen/base/22x22/actions/bookmark-add-folder.png +share/icons/oxygen/base/22x22/actions/bookmark-edit.png +share/icons/oxygen/base/22x22/actions/bookmark-new-list.png +share/icons/oxygen/base/22x22/actions/bookmark-new.png +share/icons/oxygen/base/22x22/actions/bookmark-toolbar.png +share/icons/oxygen/base/22x22/actions/bookmarks-organize.png +share/icons/oxygen/base/22x22/actions/bookmarks.png +share/icons/oxygen/base/22x22/actions/box.png +share/icons/oxygen/base/22x22/actions/bqm-diff.png +share/icons/oxygen/base/22x22/actions/bqm-remove.png +share/icons/oxygen/base/22x22/actions/bqm-rmqueue.png +share/icons/oxygen/base/22x22/actions/call-start.png +share/icons/oxygen/base/22x22/actions/call-stop.png +share/icons/oxygen/base/22x22/actions/cards-block.png +share/icons/oxygen/base/22x22/actions/character-set.png +share/icons/oxygen/base/22x22/actions/checkbox.png +share/icons/oxygen/base/22x22/actions/checkmark.png +share/icons/oxygen/base/22x22/actions/chronometer-lap.png +share/icons/oxygen/base/22x22/actions/chronometer-reset.png +share/icons/oxygen/base/22x22/actions/chronometer-start.png +share/icons/oxygen/base/22x22/actions/chronometer.png +share/icons/oxygen/base/22x22/actions/class-or-package.png +share/icons/oxygen/base/22x22/actions/class.png +share/icons/oxygen/base/22x22/actions/clock-large.png +share/icons/oxygen/base/22x22/actions/clock.png +share/icons/oxygen/base/22x22/actions/code-block.png +share/icons/oxygen/base/22x22/actions/code-class.png +share/icons/oxygen/base/22x22/actions/code-context.png +share/icons/oxygen/base/22x22/actions/code-function.png +share/icons/oxygen/base/22x22/actions/code-typedef.png +share/icons/oxygen/base/22x22/actions/code-variable.png +share/icons/oxygen/base/22x22/actions/collection-rescan-amarok.png +share/icons/oxygen/base/22x22/actions/color-fill.png +share/icons/oxygen/base/22x22/actions/color-picker-black.png +share/icons/oxygen/base/22x22/actions/color-picker-grey.png +share/icons/oxygen/base/22x22/actions/color-picker-white.png +share/icons/oxygen/base/22x22/actions/color-picker.png +share/icons/oxygen/base/22x22/actions/component.png +share/icons/oxygen/base/22x22/actions/configure-shortcuts.png +share/icons/oxygen/base/22x22/actions/configure-toolbars.png +share/icons/oxygen/base/22x22/actions/configure.png +share/icons/oxygen/base/22x22/actions/contact-new.png +share/icons/oxygen/base/22x22/actions/cursor-arrow.png +share/icons/oxygen/base/22x22/actions/dashboard-show.png +share/icons/oxygen/base/22x22/actions/datatype.png +share/icons/oxygen/base/22x22/actions/debug-execute-from-cursor.png +share/icons/oxygen/base/22x22/actions/debug-execute-to-cursor.png +share/icons/oxygen/base/22x22/actions/debug-run-cursor.png +share/icons/oxygen/base/22x22/actions/debug-run.png +share/icons/oxygen/base/22x22/actions/debug-step-instruction.png +share/icons/oxygen/base/22x22/actions/debug-step-into-instruction.png +share/icons/oxygen/base/22x22/actions/debug-step-into.png +share/icons/oxygen/base/22x22/actions/debug-step-out.png +share/icons/oxygen/base/22x22/actions/debug-step-over.png +share/icons/oxygen/base/22x22/actions/delete-table-row.png +share/icons/oxygen/base/22x22/actions/diag_activity.png +share/icons/oxygen/base/22x22/actions/diag_class.png +share/icons/oxygen/base/22x22/actions/diag_component.png +share/icons/oxygen/base/22x22/actions/dialog-cancel.png +share/icons/oxygen/base/22x22/actions/dialog-close.png +share/icons/oxygen/base/22x22/actions/dialog-ok-apply.png +share/icons/oxygen/base/22x22/actions/dialog-ok.png +share/icons/oxygen/base/22x22/actions/dirsync.png +share/icons/oxygen/base/22x22/actions/distortionfx.png +share/icons/oxygen/base/22x22/actions/distribute-horizontal-center.png +share/icons/oxygen/base/22x22/actions/distribute-horizontal-equal.png +share/icons/oxygen/base/22x22/actions/distribute-horizontal-left.png +share/icons/oxygen/base/22x22/actions/distribute-horizontal-margin.png +share/icons/oxygen/base/22x22/actions/distribute-horizontal-page.png +share/icons/oxygen/base/22x22/actions/distribute-horizontal-right.png +share/icons/oxygen/base/22x22/actions/distribute-horizontal-x.png +share/icons/oxygen/base/22x22/actions/distribute-vertical-bottom.png +share/icons/oxygen/base/22x22/actions/distribute-vertical-center.png +share/icons/oxygen/base/22x22/actions/distribute-vertical-equal.png +share/icons/oxygen/base/22x22/actions/distribute-vertical-margin.png +share/icons/oxygen/base/22x22/actions/distribute-vertical-page.png +share/icons/oxygen/base/22x22/actions/distribute-vertical-top.png +share/icons/oxygen/base/22x22/actions/distribute-vertical-y.png +share/icons/oxygen/base/22x22/actions/document-close.png +share/icons/oxygen/base/22x22/actions/document-decrypt.png +share/icons/oxygen/base/22x22/actions/document-edit-decrypt-verify.png +share/icons/oxygen/base/22x22/actions/document-edit-decrypt.png +share/icons/oxygen/base/22x22/actions/document-edit-encrypt.png +share/icons/oxygen/base/22x22/actions/document-edit-sign-encrypt.png +share/icons/oxygen/base/22x22/actions/document-edit-sign.png +share/icons/oxygen/base/22x22/actions/document-edit-verify.png +share/icons/oxygen/base/22x22/actions/document-edit.png +share/icons/oxygen/base/22x22/actions/document-encrypt.png +share/icons/oxygen/base/22x22/actions/document-encrypted.png +share/icons/oxygen/base/22x22/actions/document-export-table.png +share/icons/oxygen/base/22x22/actions/document-export.png +share/icons/oxygen/base/22x22/actions/document-import.png +share/icons/oxygen/base/22x22/actions/document-multiple.png +share/icons/oxygen/base/22x22/actions/document-new.png +share/icons/oxygen/base/22x22/actions/document-open-data.png +share/icons/oxygen/base/22x22/actions/document-open-folder.png +share/icons/oxygen/base/22x22/actions/document-open-recent.png +share/icons/oxygen/base/22x22/actions/document-open-remote.png +share/icons/oxygen/base/22x22/actions/document-open.png +share/icons/oxygen/base/22x22/actions/document-preview-archive.png +share/icons/oxygen/base/22x22/actions/document-preview.png +share/icons/oxygen/base/22x22/actions/document-print-direct.png +share/icons/oxygen/base/22x22/actions/document-print-frame.png +share/icons/oxygen/base/22x22/actions/document-print-preview.png +share/icons/oxygen/base/22x22/actions/document-print.png +share/icons/oxygen/base/22x22/actions/document-properties.png +share/icons/oxygen/base/22x22/actions/document-revert.png +share/icons/oxygen/base/22x22/actions/document-save-all.png +share/icons/oxygen/base/22x22/actions/document-save-as.png +share/icons/oxygen/base/22x22/actions/document-save.png +share/icons/oxygen/base/22x22/actions/document-sign.png +share/icons/oxygen/base/22x22/actions/documentation.png +share/icons/oxygen/base/22x22/actions/documentinfo.png +share/icons/oxygen/base/22x22/actions/download-later.png +share/icons/oxygen/base/22x22/actions/download.png +share/icons/oxygen/base/22x22/actions/draw-arrow-back.png +share/icons/oxygen/base/22x22/actions/draw-arrow-down.png +share/icons/oxygen/base/22x22/actions/draw-arrow-forward.png +share/icons/oxygen/base/22x22/actions/draw-arrow-up.png +share/icons/oxygen/base/22x22/actions/draw-bezier-curves.png +share/icons/oxygen/base/22x22/actions/draw-brush.png +share/icons/oxygen/base/22x22/actions/draw-circle.png +share/icons/oxygen/base/22x22/actions/draw-cross.png +share/icons/oxygen/base/22x22/actions/draw-donut.png +share/icons/oxygen/base/22x22/actions/draw-ellipse.png +share/icons/oxygen/base/22x22/actions/draw-eraser.png +share/icons/oxygen/base/22x22/actions/draw-freehand.png +share/icons/oxygen/base/22x22/actions/draw-halfcircle1.png +share/icons/oxygen/base/22x22/actions/draw-halfcircle2.png +share/icons/oxygen/base/22x22/actions/draw-halfcircle3.png +share/icons/oxygen/base/22x22/actions/draw-halfcircle4.png +share/icons/oxygen/base/22x22/actions/draw-path.png +share/icons/oxygen/base/22x22/actions/draw-polygon.png +share/icons/oxygen/base/22x22/actions/draw-polyline.png +share/icons/oxygen/base/22x22/actions/draw-rectangle.png +share/icons/oxygen/base/22x22/actions/draw-spiral.png +share/icons/oxygen/base/22x22/actions/draw-square-inverted-corners.png +share/icons/oxygen/base/22x22/actions/draw-star.png +share/icons/oxygen/base/22x22/actions/draw-text.png +share/icons/oxygen/base/22x22/actions/draw-triangle.png +share/icons/oxygen/base/22x22/actions/draw-triangle1.png +share/icons/oxygen/base/22x22/actions/draw-triangle2.png +share/icons/oxygen/base/22x22/actions/draw-triangle3.png +share/icons/oxygen/base/22x22/actions/draw-triangle4.png +share/icons/oxygen/base/22x22/actions/edit-bomb.png +share/icons/oxygen/base/22x22/actions/edit-clear-history.png +share/icons/oxygen/base/22x22/actions/edit-clear-list.png +share/icons/oxygen/base/22x22/actions/edit-clear-locationbar-ltr.png +share/icons/oxygen/base/22x22/actions/edit-clear-locationbar-rtl.png +share/icons/oxygen/base/22x22/actions/edit-clear.png +share/icons/oxygen/base/22x22/actions/edit-copy.png +share/icons/oxygen/base/22x22/actions/edit-cut.png +share/icons/oxygen/base/22x22/actions/edit-delete-shred.png +share/icons/oxygen/base/22x22/actions/edit-delete.png +share/icons/oxygen/base/22x22/actions/edit-entry.png +share/icons/oxygen/base/22x22/actions/edit-find-mail.png +share/icons/oxygen/base/22x22/actions/edit-find-project.png +share/icons/oxygen/base/22x22/actions/edit-find-replace.png +share/icons/oxygen/base/22x22/actions/edit-find-user.png +share/icons/oxygen/base/22x22/actions/edit-find.png +share/icons/oxygen/base/22x22/actions/edit-guides.png +share/icons/oxygen/base/22x22/actions/edit-image-face-add.png +share/icons/oxygen/base/22x22/actions/edit-image-face-detect.png +share/icons/oxygen/base/22x22/actions/edit-image-face-recognize.png +share/icons/oxygen/base/22x22/actions/edit-image-face-show.png +share/icons/oxygen/base/22x22/actions/edit-link.png +share/icons/oxygen/base/22x22/actions/edit-map.png +share/icons/oxygen/base/22x22/actions/edit-node.png +share/icons/oxygen/base/22x22/actions/edit-paste.png +share/icons/oxygen/base/22x22/actions/edit-redo.png +share/icons/oxygen/base/22x22/actions/edit-rename.png +share/icons/oxygen/base/22x22/actions/edit-select-all.png +share/icons/oxygen/base/22x22/actions/edit-select.png +share/icons/oxygen/base/22x22/actions/edit-table-cell-merge.png +share/icons/oxygen/base/22x22/actions/edit-table-cell-split.png +share/icons/oxygen/base/22x22/actions/edit-table-delete-column.png +share/icons/oxygen/base/22x22/actions/edit-table-delete-row.png +share/icons/oxygen/base/22x22/actions/edit-table-insert-column-left.png +share/icons/oxygen/base/22x22/actions/edit-table-insert-column-right.png +share/icons/oxygen/base/22x22/actions/edit-table-insert-row-above.png +share/icons/oxygen/base/22x22/actions/edit-table-insert-row-under.png +share/icons/oxygen/base/22x22/actions/edit-text-frame-update.png +share/icons/oxygen/base/22x22/actions/edit-undo.png +share/icons/oxygen/base/22x22/actions/editimage.png +share/icons/oxygen/base/22x22/actions/editor.png +share/icons/oxygen/base/22x22/actions/end_of_life.png +share/icons/oxygen/base/22x22/actions/entry-delete.png +share/icons/oxygen/base/22x22/actions/entry-edit.png +share/icons/oxygen/base/22x22/actions/enum.png +share/icons/oxygen/base/22x22/actions/error.png +share/icons/oxygen/base/22x22/actions/exifinfo.png +share/icons/oxygen/base/22x22/actions/feed-subscribe.png +share/icons/oxygen/base/22x22/actions/file-zoom-in.png +share/icons/oxygen/base/22x22/actions/file-zoom-out.png +share/icons/oxygen/base/22x22/actions/filename-artist-amarok.png +share/icons/oxygen/base/22x22/actions/filename-composer-amarok.png +share/icons/oxygen/base/22x22/actions/filename-ignore-amarok.png +share/icons/oxygen/base/22x22/actions/filename-last-played.png +share/icons/oxygen/base/22x22/actions/filename-sample-rate.png +share/icons/oxygen/base/22x22/actions/fileview-preview.png +share/icons/oxygen/base/22x22/actions/fill-color.png +share/icons/oxygen/base/22x22/actions/flag-black.png +share/icons/oxygen/base/22x22/actions/flag-blue.png +share/icons/oxygen/base/22x22/actions/flag-green.png +share/icons/oxygen/base/22x22/actions/flag-red.png +share/icons/oxygen/base/22x22/actions/flag-yellow.png +share/icons/oxygen/base/22x22/actions/flag.png +share/icons/oxygen/base/22x22/actions/folder-new.png +share/icons/oxygen/base/22x22/actions/folder-sync.png +share/icons/oxygen/base/22x22/actions/followmouse.png +share/icons/oxygen/base/22x22/actions/fork.png +share/icons/oxygen/base/22x22/actions/format-add-node.png +share/icons/oxygen/base/22x22/actions/format-break-node.png +share/icons/oxygen/base/22x22/actions/format-connect-node.png +share/icons/oxygen/base/22x22/actions/format-disconnect-node.png +share/icons/oxygen/base/22x22/actions/format-fill-color.png +share/icons/oxygen/base/22x22/actions/format-font-size-less.png +share/icons/oxygen/base/22x22/actions/format-font-size-more.png +share/icons/oxygen/base/22x22/actions/format-indent-less.png +share/icons/oxygen/base/22x22/actions/format-indent-more.png +share/icons/oxygen/base/22x22/actions/format-join-node.png +share/icons/oxygen/base/22x22/actions/format-justify-center.png +share/icons/oxygen/base/22x22/actions/format-justify-fill.png +share/icons/oxygen/base/22x22/actions/format-justify-left.png +share/icons/oxygen/base/22x22/actions/format-justify-right.png +share/icons/oxygen/base/22x22/actions/format-line-spacing-double.png +share/icons/oxygen/base/22x22/actions/format-line-spacing-normal.png +share/icons/oxygen/base/22x22/actions/format-line-spacing-triple.png +share/icons/oxygen/base/22x22/actions/format-list-ordered.png +share/icons/oxygen/base/22x22/actions/format-list-unordered.png +share/icons/oxygen/base/22x22/actions/format-remove-node.png +share/icons/oxygen/base/22x22/actions/format-stroke-color.png +share/icons/oxygen/base/22x22/actions/format-text-bold.png +share/icons/oxygen/base/22x22/actions/format-text-color.png +share/icons/oxygen/base/22x22/actions/format-text-direction-ltr.png +share/icons/oxygen/base/22x22/actions/format-text-direction-rtl.png +share/icons/oxygen/base/22x22/actions/format-text-italic.png +share/icons/oxygen/base/22x22/actions/format-text-strikethrough.png +share/icons/oxygen/base/22x22/actions/format-text-subscript.png +share/icons/oxygen/base/22x22/actions/format-text-superscript.png +share/icons/oxygen/base/22x22/actions/format-text-underline.png +share/icons/oxygen/base/22x22/actions/freerotation.png +share/icons/oxygen/base/22x22/actions/games-achievements.png +share/icons/oxygen/base/22x22/actions/games-config-background.png +share/icons/oxygen/base/22x22/actions/games-config-board.png +share/icons/oxygen/base/22x22/actions/games-config-custom.png +share/icons/oxygen/base/22x22/actions/games-config-options.png +share/icons/oxygen/base/22x22/actions/games-config-theme.png +share/icons/oxygen/base/22x22/actions/games-config-tiles.png +share/icons/oxygen/base/22x22/actions/games-difficult.png +share/icons/oxygen/base/22x22/actions/games-endturn.png +share/icons/oxygen/base/22x22/actions/games-highscores.png +share/icons/oxygen/base/22x22/actions/games-hint.png +share/icons/oxygen/base/22x22/actions/games-solve.png +share/icons/oxygen/base/22x22/actions/geany-build.png +share/icons/oxygen/base/22x22/actions/geany-close-all.png +share/icons/oxygen/base/22x22/actions/geany-save-all.png +share/icons/oxygen/base/22x22/actions/get-hot-new-stuff.png +share/icons/oxygen/base/22x22/actions/globe.png +share/icons/oxygen/base/22x22/actions/go-bottom.png +share/icons/oxygen/base/22x22/actions/go-down-search.png +share/icons/oxygen/base/22x22/actions/go-down.png +share/icons/oxygen/base/22x22/actions/go-first-view-page.png +share/icons/oxygen/base/22x22/actions/go-first-view.png +share/icons/oxygen/base/22x22/actions/go-first.png +share/icons/oxygen/base/22x22/actions/go-home-large.png +share/icons/oxygen/base/22x22/actions/go-home.png +share/icons/oxygen/base/22x22/actions/go-jump-declaration.png +share/icons/oxygen/base/22x22/actions/go-jump-definition.png +share/icons/oxygen/base/22x22/actions/go-jump-locationbar.png +share/icons/oxygen/base/22x22/actions/go-jump-today.png +share/icons/oxygen/base/22x22/actions/go-jump.png +share/icons/oxygen/base/22x22/actions/go-last-view-page.png +share/icons/oxygen/base/22x22/actions/go-last-view.png +share/icons/oxygen/base/22x22/actions/go-last.png +share/icons/oxygen/base/22x22/actions/go-next-context.png +share/icons/oxygen/base/22x22/actions/go-next-use.png +share/icons/oxygen/base/22x22/actions/go-next-view-page.png +share/icons/oxygen/base/22x22/actions/go-next-view.png +share/icons/oxygen/base/22x22/actions/go-next.png +share/icons/oxygen/base/22x22/actions/go-previous-context.png +share/icons/oxygen/base/22x22/actions/go-previous-use.png +share/icons/oxygen/base/22x22/actions/go-previous-view-page.png +share/icons/oxygen/base/22x22/actions/go-previous-view.png +share/icons/oxygen/base/22x22/actions/go-previous.png +share/icons/oxygen/base/22x22/actions/go-top.png +share/icons/oxygen/base/22x22/actions/go-up-search.png +share/icons/oxygen/base/22x22/actions/go-up.png +share/icons/oxygen/base/22x22/actions/gpg.png +share/icons/oxygen/base/22x22/actions/gpgsm.png +share/icons/oxygen/base/22x22/actions/group-delete.png +share/icons/oxygen/base/22x22/actions/group-edit.png +share/icons/oxygen/base/22x22/actions/group-new.png +share/icons/oxygen/base/22x22/actions/group.png +share/icons/oxygen/base/22x22/actions/gtk-add.png +share/icons/oxygen/base/22x22/actions/gtk-apply.png +share/icons/oxygen/base/22x22/actions/gtk-authentication.png +share/icons/oxygen/base/22x22/actions/gtk-bold.png +share/icons/oxygen/base/22x22/actions/gtk-cancel.png +share/icons/oxygen/base/22x22/actions/gtk-cdrom.png +share/icons/oxygen/base/22x22/actions/gtk-clear.png +share/icons/oxygen/base/22x22/actions/gtk-close.png +share/icons/oxygen/base/22x22/actions/gtk-color-picker.png +share/icons/oxygen/base/22x22/actions/gtk-connect.png +share/icons/oxygen/base/22x22/actions/gtk-disconnect.png +share/icons/oxygen/base/22x22/actions/gtk-edit.png +share/icons/oxygen/base/22x22/actions/gtk-execute.png +share/icons/oxygen/base/22x22/actions/gtk-floppy.png +share/icons/oxygen/base/22x22/actions/gtk-no.png +share/icons/oxygen/base/22x22/actions/gtk-ok.png +share/icons/oxygen/base/22x22/actions/gtk-properties.png +share/icons/oxygen/base/22x22/actions/gtk-quit.png +share/icons/oxygen/base/22x22/actions/gtk-select-color.png +share/icons/oxygen/base/22x22/actions/gtk-stop.png +share/icons/oxygen/base/22x22/actions/gtk-undelete-ltr.png +share/icons/oxygen/base/22x22/actions/gtk-undelete-rtl.png +share/icons/oxygen/base/22x22/actions/gtk-yes.png +share/icons/oxygen/base/22x22/actions/guides.png +share/icons/oxygen/base/22x22/actions/help-about.png +share/icons/oxygen/base/22x22/actions/help-contents.png +share/icons/oxygen/base/22x22/actions/help-contextual.png +share/icons/oxygen/base/22x22/actions/help-donate.png +share/icons/oxygen/base/22x22/actions/help-feedback.png +share/icons/oxygen/base/22x22/actions/help-hint.png +share/icons/oxygen/base/22x22/actions/identity.png +share/icons/oxygen/base/22x22/actions/im-aim.png +share/icons/oxygen/base/22x22/actions/im-ban-kick-user.png +share/icons/oxygen/base/22x22/actions/im-ban-user.png +share/icons/oxygen/base/22x22/actions/im-facebook.png +share/icons/oxygen/base/22x22/actions/im-gadugadu.png +share/icons/oxygen/base/22x22/actions/im-google-talk.png +share/icons/oxygen/base/22x22/actions/im-google.png +share/icons/oxygen/base/22x22/actions/im-icq.png +share/icons/oxygen/base/22x22/actions/im-identi.ca.png +share/icons/oxygen/base/22x22/actions/im-invisible-user.png +share/icons/oxygen/base/22x22/actions/im-irc.png +share/icons/oxygen/base/22x22/actions/im-jabber.png +share/icons/oxygen/base/22x22/actions/im-kick-user.png +share/icons/oxygen/base/22x22/actions/im-msn.png +share/icons/oxygen/base/22x22/actions/im-qq.png +share/icons/oxygen/base/22x22/actions/im-skype.png +share/icons/oxygen/base/22x22/actions/im-twitter.png +share/icons/oxygen/base/22x22/actions/im-user-away.png +share/icons/oxygen/base/22x22/actions/im-user-busy.png +share/icons/oxygen/base/22x22/actions/im-user-offline.png +share/icons/oxygen/base/22x22/actions/im-user.png +share/icons/oxygen/base/22x22/actions/im-yahoo.png +share/icons/oxygen/base/22x22/actions/inpainting.png +share/icons/oxygen/base/22x22/actions/insert-horizontal-rule.png +share/icons/oxygen/base/22x22/actions/insert-image.png +share/icons/oxygen/base/22x22/actions/insert-link.png +share/icons/oxygen/base/22x22/actions/insert-table-row.png +share/icons/oxygen/base/22x22/actions/insert-table.png +share/icons/oxygen/base/22x22/actions/insert-text.png +share/icons/oxygen/base/22x22/actions/interface.png +share/icons/oxygen/base/22x22/actions/internet-amarok.png +share/icons/oxygen/base/22x22/actions/irc-close-channel.png +share/icons/oxygen/base/22x22/actions/irc-join-channel.png +share/icons/oxygen/base/22x22/actions/irc-operator.png +share/icons/oxygen/base/22x22/actions/irc-remove-operator.png +share/icons/oxygen/base/22x22/actions/irc-unvoice.png +share/icons/oxygen/base/22x22/actions/irc-voice.png +share/icons/oxygen/base/22x22/actions/kdenlive-add-slide-clip.png +share/icons/oxygen/base/22x22/actions/kdenlive-align-bottom.png +share/icons/oxygen/base/22x22/actions/kdenlive-align-hor.png +share/icons/oxygen/base/22x22/actions/kdenlive-align-left.png +share/icons/oxygen/base/22x22/actions/kdenlive-align-right.png +share/icons/oxygen/base/22x22/actions/kdenlive-align-top.png +share/icons/oxygen/base/22x22/actions/kdenlive-align-vert.png +share/icons/oxygen/base/22x22/actions/kdenlive-deleffect.png +share/icons/oxygen/base/22x22/actions/kdenlive-down.png +share/icons/oxygen/base/22x22/actions/kdenlive-hide-audio.png +share/icons/oxygen/base/22x22/actions/kdenlive-lock.png +share/icons/oxygen/base/22x22/actions/kdenlive-select-rects.png +share/icons/oxygen/base/22x22/actions/kdenlive-select-tool.png +share/icons/oxygen/base/22x22/actions/kdenlive-show-audio.png +share/icons/oxygen/base/22x22/actions/kdenlive-show-audiothumb.png +share/icons/oxygen/base/22x22/actions/kdenlive-snap.png +share/icons/oxygen/base/22x22/actions/kdenlive-spacer-tool.png +share/icons/oxygen/base/22x22/actions/kdenlive-unlock.png +share/icons/oxygen/base/22x22/actions/kdenlive-up.png +share/icons/oxygen/base/22x22/actions/key-enter.png +share/icons/oxygen/base/22x22/actions/knotes_alarm.png +share/icons/oxygen/base/22x22/actions/knotes_delete.png +share/icons/oxygen/base/22x22/actions/kontes_close.png +share/icons/oxygen/base/22x22/actions/kr_jumpback.png +share/icons/oxygen/base/22x22/actions/kr_setjumpback.png +share/icons/oxygen/base/22x22/actions/kstars_advanced.png +share/icons/oxygen/base/22x22/actions/kstars_catalog.png +share/icons/oxygen/base/22x22/actions/kstars_colors.png +share/icons/oxygen/base/22x22/actions/kstars_constellationart.png +share/icons/oxygen/base/22x22/actions/kstars_flag.png +share/icons/oxygen/base/22x22/actions/kstars_guides.png +share/icons/oxygen/base/22x22/actions/kstars_planets.png +share/icons/oxygen/base/22x22/actions/kstars_stars.png +share/icons/oxygen/base/22x22/actions/kstars_xplanet.png +share/icons/oxygen/base/22x22/actions/kt-bandwidth-scheduler.png +share/icons/oxygen/base/22x22/actions/kt-change-tracker.png +share/icons/oxygen/base/22x22/actions/kt-check-data.png +share/icons/oxygen/base/22x22/actions/kt-encrypted.png +share/icons/oxygen/base/22x22/actions/kt-info-widget.png +share/icons/oxygen/base/22x22/actions/kt-pause.png +share/icons/oxygen/base/22x22/actions/kt-remove.png +share/icons/oxygen/base/22x22/actions/kt-restore-defaults.png +share/icons/oxygen/base/22x22/actions/kt-show-statusbar.png +share/icons/oxygen/base/22x22/actions/kt-start.png +share/icons/oxygen/base/22x22/actions/kt-stop.png +share/icons/oxygen/base/22x22/actions/ktnef_extract_to.png +share/icons/oxygen/base/22x22/actions/labplot-auto-scale-all.png +share/icons/oxygen/base/22x22/actions/labplot-auto-scale-x.png +share/icons/oxygen/base/22x22/actions/labplot-auto-scale-y.png +share/icons/oxygen/base/22x22/actions/labplot-cursor-arrow.png +share/icons/oxygen/base/22x22/actions/labplot-transform-move.png +share/icons/oxygen/base/22x22/actions/labplot-zoom-select-x.png +share/icons/oxygen/base/22x22/actions/labplot-zoom-select-y.png +share/icons/oxygen/base/22x22/actions/labplot-zoom-select.png +share/icons/oxygen/base/22x22/actions/layer-visible-off.png +share/icons/oxygen/base/22x22/actions/layer-visible-on.png +share/icons/oxygen/base/22x22/actions/lighttableadd.png +share/icons/oxygen/base/22x22/actions/list-add-font.png +share/icons/oxygen/base/22x22/actions/list-add-user.png +share/icons/oxygen/base/22x22/actions/list-add.png +share/icons/oxygen/base/22x22/actions/list-remove-user.png +share/icons/oxygen/base/22x22/actions/list-remove.png +share/icons/oxygen/base/22x22/actions/list-resource-add.png +share/icons/oxygen/base/22x22/actions/lock.png +share/icons/oxygen/base/22x22/actions/mail-encrypted-full.png +share/icons/oxygen/base/22x22/actions/mail-encrypted-part.png +share/icons/oxygen/base/22x22/actions/mail-encrypted.png +share/icons/oxygen/base/22x22/actions/mail-flag.png +share/icons/oxygen/base/22x22/actions/mail-forward.png +share/icons/oxygen/base/22x22/actions/mail-forwarded.png +share/icons/oxygen/base/22x22/actions/mail-invitation.png +share/icons/oxygen/base/22x22/actions/mail-mark-important.png +share/icons/oxygen/base/22x22/actions/mail-mark-junk.png +share/icons/oxygen/base/22x22/actions/mail-mark-notjunk.png +share/icons/oxygen/base/22x22/actions/mail-mark-read.png +share/icons/oxygen/base/22x22/actions/mail-mark-task.png +share/icons/oxygen/base/22x22/actions/mail-mark-unread-new.png +share/icons/oxygen/base/22x22/actions/mail-mark-unread.png +share/icons/oxygen/base/22x22/actions/mail-meeting-request-reply.png +share/icons/oxygen/base/22x22/actions/mail-message-new-list.png +share/icons/oxygen/base/22x22/actions/mail-message-new.png +share/icons/oxygen/base/22x22/actions/mail-queue.png +share/icons/oxygen/base/22x22/actions/mail-receive.png +share/icons/oxygen/base/22x22/actions/mail-replied.png +share/icons/oxygen/base/22x22/actions/mail-reply-all.png +share/icons/oxygen/base/22x22/actions/mail-reply-custom-all.png +share/icons/oxygen/base/22x22/actions/mail-reply-custom.png +share/icons/oxygen/base/22x22/actions/mail-reply-list.png +share/icons/oxygen/base/22x22/actions/mail-reply-sender.png +share/icons/oxygen/base/22x22/actions/mail-send.png +share/icons/oxygen/base/22x22/actions/mail-signature-unknown.png +share/icons/oxygen/base/22x22/actions/mail-signed-full.png +share/icons/oxygen/base/22x22/actions/mail-signed-fully.png +share/icons/oxygen/base/22x22/actions/mail-signed-part.png +share/icons/oxygen/base/22x22/actions/mail-signed-verified.png +share/icons/oxygen/base/22x22/actions/mail-signed.png +share/icons/oxygen/base/22x22/actions/mail-tagged.png +share/icons/oxygen/base/22x22/actions/measure.png +share/icons/oxygen/base/22x22/actions/media-eject.png +share/icons/oxygen/base/22x22/actions/media-playback-pause.png +share/icons/oxygen/base/22x22/actions/media-playback-start.png +share/icons/oxygen/base/22x22/actions/media-playback-stop.png +share/icons/oxygen/base/22x22/actions/media-record.png +share/icons/oxygen/base/22x22/actions/media-seek-backward.png +share/icons/oxygen/base/22x22/actions/media-seek-forward.png +share/icons/oxygen/base/22x22/actions/media-skip-backward.png +share/icons/oxygen/base/22x22/actions/media-skip-forward.png +share/icons/oxygen/base/22x22/actions/media-standard-track-progression-amarok.png +share/icons/oxygen/base/22x22/actions/media-track-add-amarok.png +share/icons/oxygen/base/22x22/actions/media-track-edit-amarok.png +share/icons/oxygen/base/22x22/actions/media-track-remove-amarok.png +share/icons/oxygen/base/22x22/actions/meeting-attending-tentative.png +share/icons/oxygen/base/22x22/actions/meeting-attending.png +share/icons/oxygen/base/22x22/actions/meeting-participant-no-response.png +share/icons/oxygen/base/22x22/actions/meeting-participant-request-response.png +share/icons/oxygen/base/22x22/actions/milestone.png +share/icons/oxygen/base/22x22/actions/mixer-ac97.png +share/icons/oxygen/base/22x22/actions/mixer-capture-secondary.png +share/icons/oxygen/base/22x22/actions/mixer-capture.png +share/icons/oxygen/base/22x22/actions/mixer-cd.png +share/icons/oxygen/base/22x22/actions/mixer-digital.png +share/icons/oxygen/base/22x22/actions/mixer-front.png +share/icons/oxygen/base/22x22/actions/mixer-headset.png +share/icons/oxygen/base/22x22/actions/mixer-lfe.png +share/icons/oxygen/base/22x22/actions/mixer-line.png +share/icons/oxygen/base/22x22/actions/mixer-master.png +share/icons/oxygen/base/22x22/actions/mixer-microphone-boost.png +share/icons/oxygen/base/22x22/actions/mixer-microphone-front-boost.png +share/icons/oxygen/base/22x22/actions/mixer-microphone-front.png +share/icons/oxygen/base/22x22/actions/mixer-microphone.png +share/icons/oxygen/base/22x22/actions/mixer-midi.png +share/icons/oxygen/base/22x22/actions/mixer-pc-speaker.png +share/icons/oxygen/base/22x22/actions/mixer-pcm-default.png +share/icons/oxygen/base/22x22/actions/mixer-pcm.png +share/icons/oxygen/base/22x22/actions/mixer-surround-center.png +share/icons/oxygen/base/22x22/actions/mixer-surround.png +share/icons/oxygen/base/22x22/actions/mixer-video.png +share/icons/oxygen/base/22x22/actions/network-connect.png +share/icons/oxygen/base/22x22/actions/network-disconnect.png +share/icons/oxygen/base/22x22/actions/news-subscribe.png +share/icons/oxygen/base/22x22/actions/news-unsubscribe.png +share/icons/oxygen/base/22x22/actions/node-add.png +share/icons/oxygen/base/22x22/actions/node-break.png +share/icons/oxygen/base/22x22/actions/node-delete-segment.png +share/icons/oxygen/base/22x22/actions/node-delete.png +share/icons/oxygen/base/22x22/actions/node-join-segment.png +share/icons/oxygen/base/22x22/actions/node-join.png +share/icons/oxygen/base/22x22/actions/note.png +share/icons/oxygen/base/22x22/actions/object-align-horizontal-center-calligra.png +share/icons/oxygen/base/22x22/actions/object-align-horizontal-left-calligra.png +share/icons/oxygen/base/22x22/actions/object-align-horizontal-right-calligra.png +share/icons/oxygen/base/22x22/actions/object-align-vertical-bottom-calligra.png +share/icons/oxygen/base/22x22/actions/object-align-vertical-bottom-top-calligra.png +share/icons/oxygen/base/22x22/actions/object-align-vertical-center-calligra.png +share/icons/oxygen/base/22x22/actions/object-align-vertical-top-calligra.png +share/icons/oxygen/base/22x22/actions/object-flip-horizontal.png +share/icons/oxygen/base/22x22/actions/object-flip-vertical.png +share/icons/oxygen/base/22x22/actions/object-locked.png +share/icons/oxygen/base/22x22/actions/object-rotate-left.png +share/icons/oxygen/base/22x22/actions/object-rotate-right.png +share/icons/oxygen/base/22x22/actions/object-unlocked.png +share/icons/oxygen/base/22x22/actions/object_node.png +share/icons/oxygen/base/22x22/actions/office-chart-area-focus-peak-node.png +share/icons/oxygen/base/22x22/actions/office-chart-area-percentage.png +share/icons/oxygen/base/22x22/actions/office-chart-area-stacked.png +share/icons/oxygen/base/22x22/actions/office-chart-area.png +share/icons/oxygen/base/22x22/actions/office-chart-bar-percentage.png +share/icons/oxygen/base/22x22/actions/office-chart-bar-stacked.png +share/icons/oxygen/base/22x22/actions/office-chart-bar.png +share/icons/oxygen/base/22x22/actions/office-chart-line-percentage.png +share/icons/oxygen/base/22x22/actions/office-chart-line-stacked.png +share/icons/oxygen/base/22x22/actions/office-chart-line.png +share/icons/oxygen/base/22x22/actions/office-chart-pie.png +share/icons/oxygen/base/22x22/actions/office-chart-polar-stacked.png +share/icons/oxygen/base/22x22/actions/office-chart-polar.png +share/icons/oxygen/base/22x22/actions/office-chart-ring.png +share/icons/oxygen/base/22x22/actions/office-chart-scatter.png +share/icons/oxygen/base/22x22/actions/offline.png +share/icons/oxygen/base/22x22/actions/online.png +share/icons/oxygen/base/22x22/actions/open-for-editing.png +share/icons/oxygen/base/22x22/actions/package.png +share/icons/oxygen/base/22x22/actions/page-2sides.png +share/icons/oxygen/base/22x22/actions/page-3sides.png +share/icons/oxygen/base/22x22/actions/page-4sides.png +share/icons/oxygen/base/22x22/actions/page-simple.png +share/icons/oxygen/base/22x22/actions/page-zoom.png +share/icons/oxygen/base/22x22/actions/path-mode-bezier.png +share/icons/oxygen/base/22x22/actions/path-mode-spiro.png +share/icons/oxygen/base/22x22/actions/photo.png +share/icons/oxygen/base/22x22/actions/photos-amarok.png +share/icons/oxygen/base/22x22/actions/player-time.png +share/icons/oxygen/base/22x22/actions/player-volume-muted.png +share/icons/oxygen/base/22x22/actions/player-volume.png +share/icons/oxygen/base/22x22/actions/playlist-sort.png +share/icons/oxygen/base/22x22/actions/polygon-add-nodes.png +share/icons/oxygen/base/22x22/actions/polygon-merge-nodes.png +share/icons/oxygen/base/22x22/actions/postalcode.png +share/icons/oxygen/base/22x22/actions/practice-setup.png +share/icons/oxygen/base/22x22/actions/practice-start.png +share/icons/oxygen/base/22x22/actions/practice-stop.png +share/icons/oxygen/base/22x22/actions/preferences-activities.png +share/icons/oxygen/base/22x22/actions/preferences-media-playback-amarok.png +share/icons/oxygen/base/22x22/actions/preflight-verifier.png +share/icons/oxygen/base/22x22/actions/process-stop.png +share/icons/oxygen/base/22x22/actions/project-development-close-all.png +share/icons/oxygen/base/22x22/actions/project-development-close.png +share/icons/oxygen/base/22x22/actions/project-development-new-template.png +share/icons/oxygen/base/22x22/actions/project-development.png +share/icons/oxygen/base/22x22/actions/project-open.png +share/icons/oxygen/base/22x22/actions/quickopen-class.png +share/icons/oxygen/base/22x22/actions/quickopen-file.png +share/icons/oxygen/base/22x22/actions/quickopen-function.png +share/icons/oxygen/base/22x22/actions/quickopen.png +share/icons/oxygen/base/22x22/actions/rating.png +share/icons/oxygen/base/22x22/actions/ratiocrop.png +share/icons/oxygen/base/22x22/actions/refactor.png +share/icons/oxygen/base/22x22/actions/region.png +share/icons/oxygen/base/22x22/actions/relationship.png +share/icons/oxygen/base/22x22/actions/remove-amarok.png +share/icons/oxygen/base/22x22/actions/remove.png +share/icons/oxygen/base/22x22/actions/resource-calendar-child-insert.png +share/icons/oxygen/base/22x22/actions/resource-calendar-child.png +share/icons/oxygen/base/22x22/actions/resource-calendar-insert.png +share/icons/oxygen/base/22x22/actions/resource-group-new.png +share/icons/oxygen/base/22x22/actions/resource-group.png +share/icons/oxygen/base/22x22/actions/roll.png +share/icons/oxygen/base/22x22/actions/routeplanning.png +share/icons/oxygen/base/22x22/actions/run-build-clean.png +share/icons/oxygen/base/22x22/actions/run-build-configure.png +share/icons/oxygen/base/22x22/actions/run-build-file.png +share/icons/oxygen/base/22x22/actions/run-build-install-root.png +share/icons/oxygen/base/22x22/actions/run-build-install.png +share/icons/oxygen/base/22x22/actions/run-build-prune.png +share/icons/oxygen/base/22x22/actions/run-build.png +share/icons/oxygen/base/22x22/actions/run-clean.png +share/icons/oxygen/base/22x22/actions/run-install.png +share/icons/oxygen/base/22x22/actions/select-rectangular.png +share/icons/oxygen/base/22x22/actions/services.png +share/icons/oxygen/base/22x22/actions/settings-configure.png +share/icons/oxygen/base/22x22/actions/shallow-history.png +share/icons/oxygen/base/22x22/actions/shear.png +share/icons/oxygen/base/22x22/actions/show-menu.png +share/icons/oxygen/base/22x22/actions/skg-chart-bubble.png +share/icons/oxygen/base/22x22/actions/skrooge_credit_card.png +share/icons/oxygen/base/22x22/actions/skrooge_less.png +share/icons/oxygen/base/22x22/actions/skrooge_more.png +share/icons/oxygen/base/22x22/actions/skrooge_much_less.png +share/icons/oxygen/base/22x22/actions/skrooge_much_more.png +share/icons/oxygen/base/22x22/actions/skrooge_type.png +share/icons/oxygen/base/22x22/actions/smallclock.png +share/icons/oxygen/base/22x22/actions/snap-extension.png +share/icons/oxygen/base/22x22/actions/snap-guideline.png +share/icons/oxygen/base/22x22/actions/snap-intersection.png +share/icons/oxygen/base/22x22/actions/snap-node.png +share/icons/oxygen/base/22x22/actions/snap-orthogonal.png +share/icons/oxygen/base/22x22/actions/social.png +share/icons/oxygen/base/22x22/actions/sort-name.png +share/icons/oxygen/base/22x22/actions/sort_incr.png +share/icons/oxygen/base/22x22/actions/speaker.png +share/icons/oxygen/base/22x22/actions/specific-setup.png +share/icons/oxygen/base/22x22/actions/step_object_Box.png +share/icons/oxygen/base/22x22/actions/step_object_Controller.png +share/icons/oxygen/base/22x22/actions/step_object_Disk.png +share/icons/oxygen/base/22x22/actions/step_object_Graph.png +share/icons/oxygen/base/22x22/actions/step_object_Note.png +share/icons/oxygen/base/22x22/actions/step_object_Particle.png +share/icons/oxygen/base/22x22/actions/step_object_Polygon.png +share/icons/oxygen/base/22x22/actions/step_object_Rope.png +share/icons/oxygen/base/22x22/actions/story-editor.png +share/icons/oxygen/base/22x22/actions/stroke-cap-bevel.png +share/icons/oxygen/base/22x22/actions/stroke-cap-butt.png +share/icons/oxygen/base/22x22/actions/stroke-cap-miter.png +share/icons/oxygen/base/22x22/actions/stroke-cap-round.png +share/icons/oxygen/base/22x22/actions/stroke-cap-square.png +share/icons/oxygen/base/22x22/actions/stroke-join-round.png +share/icons/oxygen/base/22x22/actions/svn-commit.png +share/icons/oxygen/base/22x22/actions/svn-update.png +share/icons/oxygen/base/22x22/actions/system-lock-screen.png +share/icons/oxygen/base/22x22/actions/system-log-out.png +share/icons/oxygen/base/22x22/actions/system-reboot.png +share/icons/oxygen/base/22x22/actions/system-run.png +share/icons/oxygen/base/22x22/actions/system-search.png +share/icons/oxygen/base/22x22/actions/system-shutdown.png +share/icons/oxygen/base/22x22/actions/system-suspend-hibernate.png +share/icons/oxygen/base/22x22/actions/system-suspend.png +share/icons/oxygen/base/22x22/actions/system-switch-user.png +share/icons/oxygen/base/22x22/actions/system-upgrade.png +share/icons/oxygen/base/22x22/actions/tab-close-other.png +share/icons/oxygen/base/22x22/actions/tab-close.png +share/icons/oxygen/base/22x22/actions/tab-detach.png +share/icons/oxygen/base/22x22/actions/tab-duplicate.png +share/icons/oxygen/base/22x22/actions/tab-new-background.png +share/icons/oxygen/base/22x22/actions/tab-new.png +share/icons/oxygen/base/22x22/actions/tag-addressbook.png +share/icons/oxygen/base/22x22/actions/tag-assigned.png +share/icons/oxygen/base/22x22/actions/tag-folder.png +share/icons/oxygen/base/22x22/actions/tag-people.png +share/icons/oxygen/base/22x22/actions/tag-places.png +share/icons/oxygen/base/22x22/actions/tag-properties.png +share/icons/oxygen/base/22x22/actions/text-field.png +share/icons/oxygen/base/22x22/actions/text-frame-link.png +share/icons/oxygen/base/22x22/actions/text-frame-unlink.png +share/icons/oxygen/base/22x22/actions/text-speak.png +share/icons/oxygen/base/22x22/actions/text.png +share/icons/oxygen/base/22x22/actions/tool-animator.png +share/icons/oxygen/base/22x22/actions/tool-node-editor.png +share/icons/oxygen/base/22x22/actions/tool_brush.png +share/icons/oxygen/base/22x22/actions/tool_color_picker.png +share/icons/oxygen/base/22x22/actions/tool_ellipse.png +share/icons/oxygen/base/22x22/actions/tool_eraser.png +share/icons/oxygen/base/22x22/actions/tool_flood_fill.png +share/icons/oxygen/base/22x22/actions/tool_pen.png +share/icons/oxygen/base/22x22/actions/tool_polyline.png +share/icons/oxygen/base/22x22/actions/tool_rect_selection.png +share/icons/oxygen/base/22x22/actions/tool_rectangle.png +share/icons/oxygen/base/22x22/actions/tool_text.png +share/icons/oxygen/base/22x22/actions/tools-check-spelling.png +share/icons/oxygen/base/22x22/actions/tools-media-optical-burn-image.png +share/icons/oxygen/base/22x22/actions/tools-media-optical-burn.png +share/icons/oxygen/base/22x22/actions/tools-media-optical-copy.png +share/icons/oxygen/base/22x22/actions/tools-media-optical-erase.png +share/icons/oxygen/base/22x22/actions/tools-media-optical-format.png +share/icons/oxygen/base/22x22/actions/tools-report-bug.png +share/icons/oxygen/base/22x22/actions/tools-rip-audio-cd.png +share/icons/oxygen/base/22x22/actions/tools-rip-video-cd.png +share/icons/oxygen/base/22x22/actions/tools-rip-video-dvd.png +share/icons/oxygen/base/22x22/actions/tools-wizard.png +share/icons/oxygen/base/22x22/actions/transform-crop-and-resize.png +share/icons/oxygen/base/22x22/actions/transform-crop.png +share/icons/oxygen/base/22x22/actions/transform-move.png +share/icons/oxygen/base/22x22/actions/transform-rotate.png +share/icons/oxygen/base/22x22/actions/transform-scale.png +share/icons/oxygen/base/22x22/actions/transform-shear-down.png +share/icons/oxygen/base/22x22/actions/transform-shear-left.png +share/icons/oxygen/base/22x22/actions/transform-shear-right.png +share/icons/oxygen/base/22x22/actions/transform-shear-up.png +share/icons/oxygen/base/22x22/actions/transform-skew-horizontal.png +share/icons/oxygen/base/22x22/actions/transform-skew-vertical.png +share/icons/oxygen/base/22x22/actions/trash-empty.png +share/icons/oxygen/base/22x22/actions/umbr-coll-message-synchronous.png +share/icons/oxygen/base/22x22/actions/umbr-message-found.png +share/icons/oxygen/base/22x22/actions/umbr-message-lost.png +share/icons/oxygen/base/22x22/actions/umbr-message-synchronous.png +share/icons/oxygen/base/22x22/actions/umbrello_diagram_activity.png +share/icons/oxygen/base/22x22/actions/umbrello_diagram_class.png +share/icons/oxygen/base/22x22/actions/umbrello_diagram_component.png +share/icons/oxygen/base/22x22/actions/umbrello_diagram_sequence.png +share/icons/oxygen/base/22x22/actions/umbrello_diagram_state.png +share/icons/oxygen/base/22x22/actions/umbrello_diagram_usecase.png +share/icons/oxygen/base/22x22/actions/unlock.png +share/icons/oxygen/base/22x22/actions/upcomingevents-amarok.png +share/icons/oxygen/base/22x22/actions/usecase.png +share/icons/oxygen/base/22x22/actions/user-group-delete.png +share/icons/oxygen/base/22x22/actions/user-group-new.png +share/icons/oxygen/base/22x22/actions/user-group-properties.png +share/icons/oxygen/base/22x22/actions/user-identity.png +share/icons/oxygen/base/22x22/actions/user-properties.png +share/icons/oxygen/base/22x22/actions/user.png +share/icons/oxygen/base/22x22/actions/view-bank-account.png +share/icons/oxygen/base/22x22/actions/view-bank.png +share/icons/oxygen/base/22x22/actions/view-barcode-add.png +share/icons/oxygen/base/22x22/actions/view-barcode.png +share/icons/oxygen/base/22x22/actions/view-calendar-agenda.png +share/icons/oxygen/base/22x22/actions/view-calendar-birthday.png +share/icons/oxygen/base/22x22/actions/view-calendar-day.png +share/icons/oxygen/base/22x22/actions/view-calendar-holiday.png +share/icons/oxygen/base/22x22/actions/view-calendar-journal.png +share/icons/oxygen/base/22x22/actions/view-calendar-list.png +share/icons/oxygen/base/22x22/actions/view-calendar-month.png +share/icons/oxygen/base/22x22/actions/view-calendar-special-occasion.png +share/icons/oxygen/base/22x22/actions/view-calendar-tasks.png +share/icons/oxygen/base/22x22/actions/view-calendar-time-spent.png +share/icons/oxygen/base/22x22/actions/view-calendar-timeline.png +share/icons/oxygen/base/22x22/actions/view-calendar-upcoming-days.png +share/icons/oxygen/base/22x22/actions/view-calendar-upcoming-events.png +share/icons/oxygen/base/22x22/actions/view-calendar-wedding-anniversary.png +share/icons/oxygen/base/22x22/actions/view-calendar-week.png +share/icons/oxygen/base/22x22/actions/view-calendar-whatsnext.png +share/icons/oxygen/base/22x22/actions/view-calendar-workweek.png +share/icons/oxygen/base/22x22/actions/view-certificate-add.png +share/icons/oxygen/base/22x22/actions/view-certificate-export-secret.png +share/icons/oxygen/base/22x22/actions/view-certificate-export-server.png +share/icons/oxygen/base/22x22/actions/view-certificate-export.png +share/icons/oxygen/base/22x22/actions/view-certificate-import.png +share/icons/oxygen/base/22x22/actions/view-certificate-server-configure.png +share/icons/oxygen/base/22x22/actions/view-certificate-sign.png +share/icons/oxygen/base/22x22/actions/view-certificate.png +share/icons/oxygen/base/22x22/actions/view-choose.png +share/icons/oxygen/base/22x22/actions/view-close.png +share/icons/oxygen/base/22x22/actions/view-conversation-balloon.png +share/icons/oxygen/base/22x22/actions/view-file-columns.png +share/icons/oxygen/base/22x22/actions/view-filter.png +share/icons/oxygen/base/22x22/actions/view-financial-forecast.png +share/icons/oxygen/base/22x22/actions/view-form-action.png +share/icons/oxygen/base/22x22/actions/view-form-table.png +share/icons/oxygen/base/22x22/actions/view-form.png +share/icons/oxygen/base/22x22/actions/view-fullscreen.png +share/icons/oxygen/base/22x22/actions/view-grid.png +share/icons/oxygen/base/22x22/actions/view-group.png +share/icons/oxygen/base/22x22/actions/view-history.png +share/icons/oxygen/base/22x22/actions/view-ldap-resource.png +share/icons/oxygen/base/22x22/actions/view-left-close.png +share/icons/oxygen/base/22x22/actions/view-list-details.png +share/icons/oxygen/base/22x22/actions/view-list-icons.png +share/icons/oxygen/base/22x22/actions/view-list-text.png +share/icons/oxygen/base/22x22/actions/view-list-tree.png +share/icons/oxygen/base/22x22/actions/view-media-artist.png +share/icons/oxygen/base/22x22/actions/view-media-equalizer.png +share/icons/oxygen/base/22x22/actions/view-media-lyrics.png +share/icons/oxygen/base/22x22/actions/view-media-playlist.png +share/icons/oxygen/base/22x22/actions/view-media-visualization.png +share/icons/oxygen/base/22x22/actions/view-multiple-objects.png +share/icons/oxygen/base/22x22/actions/view-object-histogram-linear.png +share/icons/oxygen/base/22x22/actions/view-object-histogram-logarithmic.png +share/icons/oxygen/base/22x22/actions/view-pim-calendar.png +share/icons/oxygen/base/22x22/actions/view-pim-contacts.png +share/icons/oxygen/base/22x22/actions/view-pim-journal.png +share/icons/oxygen/base/22x22/actions/view-pim-mail.png +share/icons/oxygen/base/22x22/actions/view-pim-news.png +share/icons/oxygen/base/22x22/actions/view-pim-notes.png +share/icons/oxygen/base/22x22/actions/view-pim-summary.png +share/icons/oxygen/base/22x22/actions/view-pim-tasks-pending.png +share/icons/oxygen/base/22x22/actions/view-pim-tasks.png +share/icons/oxygen/base/22x22/actions/view-presentation.png +share/icons/oxygen/base/22x22/actions/view-preview.png +share/icons/oxygen/base/22x22/actions/view-process-all-tree.png +share/icons/oxygen/base/22x22/actions/view-process-all.png +share/icons/oxygen/base/22x22/actions/view-process-own.png +share/icons/oxygen/base/22x22/actions/view-process-system.png +share/icons/oxygen/base/22x22/actions/view-process-tree.png +share/icons/oxygen/base/22x22/actions/view-process-users.png +share/icons/oxygen/base/22x22/actions/view-refresh.png +share/icons/oxygen/base/22x22/actions/view-resource-calendar.png +share/icons/oxygen/base/22x22/actions/view-restore.png +share/icons/oxygen/base/22x22/actions/view-right-close.png +share/icons/oxygen/base/22x22/actions/view-right-new.png +share/icons/oxygen/base/22x22/actions/view-sidetree.png +share/icons/oxygen/base/22x22/actions/view-sort-ascending.png +share/icons/oxygen/base/22x22/actions/view-sort-descending.png +share/icons/oxygen/base/22x22/actions/view-split-left-right.png +share/icons/oxygen/base/22x22/actions/view-split-top-bottom.png +share/icons/oxygen/base/22x22/actions/view-statistics.png +share/icons/oxygen/base/22x22/actions/view-table-of-contents-ltr.png +share/icons/oxygen/base/22x22/actions/view-table-of-contents-rtl.png +share/icons/oxygen/base/22x22/actions/view-task-add.png +share/icons/oxygen/base/22x22/actions/view-task-child-add.png +share/icons/oxygen/base/22x22/actions/view-task-child.png +share/icons/oxygen/base/22x22/actions/view-task.png +share/icons/oxygen/base/22x22/actions/view-time-schedule-baselined-add.png +share/icons/oxygen/base/22x22/actions/view-time-schedule-baselined-remove.png +share/icons/oxygen/base/22x22/actions/view-time-schedule-baselined.png +share/icons/oxygen/base/22x22/actions/view-time-schedule-calculus.png +share/icons/oxygen/base/22x22/actions/view-time-schedule-child-insert.png +share/icons/oxygen/base/22x22/actions/view-time-schedule-edit.png +share/icons/oxygen/base/22x22/actions/view-time-schedule-insert.png +share/icons/oxygen/base/22x22/actions/view-time-schedule.png +share/icons/oxygen/base/22x22/actions/view-web-browser-dom-tree.png +share/icons/oxygen/base/22x22/actions/viewimage.png +share/icons/oxygen/base/22x22/actions/window-close.png +share/icons/oxygen/base/22x22/actions/window-duplicate.png +share/icons/oxygen/base/22x22/actions/window-new.png +share/icons/oxygen/base/22x22/actions/x-shape-image.png +share/icons/oxygen/base/22x22/actions/x-shape-text.png +share/icons/oxygen/base/22x22/actions/zoom-1-to-2.png +share/icons/oxygen/base/22x22/actions/zoom-2-to-1.png +share/icons/oxygen/base/22x22/actions/zoom-draw.png +share/icons/oxygen/base/22x22/actions/zoom-fit-best.png +share/icons/oxygen/base/22x22/actions/zoom-fit-height.png +share/icons/oxygen/base/22x22/actions/zoom-fit-selection.png +share/icons/oxygen/base/22x22/actions/zoom-fit-width.png +share/icons/oxygen/base/22x22/actions/zoom-in-large.png +share/icons/oxygen/base/22x22/actions/zoom-in.png +share/icons/oxygen/base/22x22/actions/zoom-next.png +share/icons/oxygen/base/22x22/actions/zoom-original.png +share/icons/oxygen/base/22x22/actions/zoom-out-large.png +share/icons/oxygen/base/22x22/actions/zoom-out.png +share/icons/oxygen/base/22x22/actions/zoom-previous.png +share/icons/oxygen/base/22x22/actions/zoom-select-fit.png +share/icons/oxygen/base/22x22/actions/zoom-select-x.png +share/icons/oxygen/base/22x22/actions/zoom-select-y.png +share/icons/oxygen/base/22x22/actions/zoom-select.png +share/icons/oxygen/base/22x22/animations/process-idle-kde.png +share/icons/oxygen/base/22x22/animations/process-idle.png +share/icons/oxygen/base/22x22/animations/process-working-kde.png +share/icons/oxygen/base/22x22/animations/process-working.png +share/icons/oxygen/base/22x22/apps/Charm.png +share/icons/oxygen/base/22x22/apps/accessories-calculator.png +share/icons/oxygen/base/22x22/apps/accessories-character-map.png +share/icons/oxygen/base/22x22/apps/accessories-dictionary.png +share/icons/oxygen/base/22x22/apps/accessories-text-editor.png +share/icons/oxygen/base/22x22/apps/acroread.png +share/icons/oxygen/base/22x22/apps/akonadi.png +share/icons/oxygen/base/22x22/apps/akregator.png +share/icons/oxygen/base/22x22/apps/amarok.png +share/icons/oxygen/base/22x22/apps/ark.png +share/icons/oxygen/base/22x22/apps/basket.png +share/icons/oxygen/base/22x22/apps/calligraflow.png +share/icons/oxygen/base/22x22/apps/calligrakexi.png +share/icons/oxygen/base/22x22/apps/calligrakrita.png +share/icons/oxygen/base/22x22/apps/calligrasheets.png +share/icons/oxygen/base/22x22/apps/calligrastage.png +share/icons/oxygen/base/22x22/apps/calligrawords.png +share/icons/oxygen/base/22x22/apps/clock.png +share/icons/oxygen/base/22x22/apps/device-notifier.png +share/icons/oxygen/base/22x22/apps/digikam.png +share/icons/oxygen/base/22x22/apps/dragonplayer.png +share/icons/oxygen/base/22x22/apps/esd.png +share/icons/oxygen/base/22x22/apps/filelight.png +share/icons/oxygen/base/22x22/apps/fontforge.png +share/icons/oxygen/base/22x22/apps/graphics-viewer-document.png +share/icons/oxygen/base/22x22/apps/gwenview.png +share/icons/oxygen/base/22x22/apps/help-browser.png +share/icons/oxygen/base/22x22/apps/hwinfo.png +share/icons/oxygen/base/22x22/apps/inkscape.png +share/icons/oxygen/base/22x22/apps/internet-mail.png +share/icons/oxygen/base/22x22/apps/internet-telephony.png +share/icons/oxygen/base/22x22/apps/internet-web-browser.png +share/icons/oxygen/base/22x22/apps/java.png +share/icons/oxygen/base/22x22/apps/k3b.png +share/icons/oxygen/base/22x22/apps/kaddressbook.png +share/icons/oxygen/base/22x22/apps/kaffeine.png +share/icons/oxygen/base/22x22/apps/kate.png +share/icons/oxygen/base/22x22/apps/kblogger.png +share/icons/oxygen/base/22x22/apps/kbruch.png +share/icons/oxygen/base/22x22/apps/kbugbuster.png +share/icons/oxygen/base/22x22/apps/kchart.png +share/icons/oxygen/base/22x22/apps/kcolorchooser.png +share/icons/oxygen/base/22x22/apps/kde-gtk-config.png +share/icons/oxygen/base/22x22/apps/kde-windows.png +share/icons/oxygen/base/22x22/apps/kde.png +share/icons/oxygen/base/22x22/apps/kdeconnect.png +share/icons/oxygen/base/22x22/apps/kdevelop.png +share/icons/oxygen/base/22x22/apps/kdf.png +share/icons/oxygen/base/22x22/apps/kformula.png +share/icons/oxygen/base/22x22/apps/kget.png +share/icons/oxygen/base/22x22/apps/kgpg.png +share/icons/oxygen/base/22x22/apps/kig.png +share/icons/oxygen/base/22x22/apps/kjournal.png +share/icons/oxygen/base/22x22/apps/klipper.png +share/icons/oxygen/base/22x22/apps/kmag.png +share/icons/oxygen/base/22x22/apps/kmail.png +share/icons/oxygen/base/22x22/apps/kmplayer.png +share/icons/oxygen/base/22x22/apps/knetattach.png +share/icons/oxygen/base/22x22/apps/knotes.png +share/icons/oxygen/base/22x22/apps/kolf.png +share/icons/oxygen/base/22x22/apps/konqueror.png +share/icons/oxygen/base/22x22/apps/kontact.png +share/icons/oxygen/base/22x22/apps/konversation.png +share/icons/oxygen/base/22x22/apps/kopete-offline.png +share/icons/oxygen/base/22x22/apps/kopete.png +share/icons/oxygen/base/22x22/apps/korg-journal.png +share/icons/oxygen/base/22x22/apps/korg-todo.png +share/icons/oxygen/base/22x22/apps/korgac.png +share/icons/oxygen/base/22x22/apps/korganizer.png +share/icons/oxygen/base/22x22/apps/kplato.png +share/icons/oxygen/base/22x22/apps/kpresenter.png +share/icons/oxygen/base/22x22/apps/krdc.png +share/icons/oxygen/base/22x22/apps/krfb.png +share/icons/oxygen/base/22x22/apps/ksnapshot.png +share/icons/oxygen/base/22x22/apps/ksniffer.png +share/icons/oxygen/base/22x22/apps/kspread.png +share/icons/oxygen/base/22x22/apps/ksudoku.png +share/icons/oxygen/base/22x22/apps/kthesaurus.png +share/icons/oxygen/base/22x22/apps/ktip.png +share/icons/oxygen/base/22x22/apps/ktorrent.png +share/icons/oxygen/base/22x22/apps/kuickshow.png +share/icons/oxygen/base/22x22/apps/kverbos.png +share/icons/oxygen/base/22x22/apps/kwalletmanager.png +share/icons/oxygen/base/22x22/apps/kword.png +share/icons/oxygen/base/22x22/apps/lokalize.png +share/icons/oxygen/base/22x22/apps/multimedia-volume-control.png +share/icons/oxygen/base/22x22/apps/muondiscover.png +share/icons/oxygen/base/22x22/apps/nepomuk.png +share/icons/oxygen/base/22x22/apps/office-address-book.png +share/icons/oxygen/base/22x22/apps/office-calendar.png +share/icons/oxygen/base/22x22/apps/okteta.png +share/icons/oxygen/base/22x22/apps/okular.png +share/icons/oxygen/base/22x22/apps/oxygen.png +share/icons/oxygen/base/22x22/apps/partitionmanager.png +share/icons/oxygen/base/22x22/apps/picmi.png +share/icons/oxygen/base/22x22/apps/plasma.png +share/icons/oxygen/base/22x22/apps/plasmagik.png +share/icons/oxygen/base/22x22/apps/preferences-contact-list.png +share/icons/oxygen/base/22x22/apps/preferences-desktop-accessibility.png +share/icons/oxygen/base/22x22/apps/preferences-desktop-color.png +share/icons/oxygen/base/22x22/apps/preferences-desktop-cryptography.png +share/icons/oxygen/base/22x22/apps/preferences-desktop-default-applications.png +share/icons/oxygen/base/22x22/apps/preferences-desktop-display-color.png +share/icons/oxygen/base/22x22/apps/preferences-desktop-display.png +share/icons/oxygen/base/22x22/apps/preferences-desktop-filetype-association.png +share/icons/oxygen/base/22x22/apps/preferences-desktop-font.png +share/icons/oxygen/base/22x22/apps/preferences-desktop-gaming.png +share/icons/oxygen/base/22x22/apps/preferences-desktop-icons.png +share/icons/oxygen/base/22x22/apps/preferences-desktop-keyboard.png +share/icons/oxygen/base/22x22/apps/preferences-desktop-launch-feedback.png +share/icons/oxygen/base/22x22/apps/preferences-desktop-locale.png +share/icons/oxygen/base/22x22/apps/preferences-desktop-mouse.png +share/icons/oxygen/base/22x22/apps/preferences-desktop-notification-bell.png +share/icons/oxygen/base/22x22/apps/preferences-desktop-notification.png +share/icons/oxygen/base/22x22/apps/preferences-desktop-printer.png +share/icons/oxygen/base/22x22/apps/preferences-desktop-screensaver.png +share/icons/oxygen/base/22x22/apps/preferences-desktop-sound.png +share/icons/oxygen/base/22x22/apps/preferences-desktop-text-to-speech.png +share/icons/oxygen/base/22x22/apps/preferences-desktop-theme.png +share/icons/oxygen/base/22x22/apps/preferences-desktop-user-password.png +share/icons/oxygen/base/22x22/apps/preferences-desktop-user.png +share/icons/oxygen/base/22x22/apps/preferences-desktop-wallpaper.png +share/icons/oxygen/base/22x22/apps/preferences-kcalc-constants.png +share/icons/oxygen/base/22x22/apps/preferences-plugin-script.png +share/icons/oxygen/base/22x22/apps/preferences-plugin.png +share/icons/oxygen/base/22x22/apps/preferences-system-bluetooth-inactive.png +share/icons/oxygen/base/22x22/apps/preferences-system-bluetooth.png +share/icons/oxygen/base/22x22/apps/preferences-system-login.png +share/icons/oxygen/base/22x22/apps/preferences-system-network-sharing.png +share/icons/oxygen/base/22x22/apps/preferences-system-performance.png +share/icons/oxygen/base/22x22/apps/preferences-system-power-management.png +share/icons/oxygen/base/22x22/apps/preferences-system-session-services.png +share/icons/oxygen/base/22x22/apps/preferences-system-time.png +share/icons/oxygen/base/22x22/apps/preferences-system-windows-actions.png +share/icons/oxygen/base/22x22/apps/preferences-system-windows-move.png +share/icons/oxygen/base/22x22/apps/preferences-system-windows.png +share/icons/oxygen/base/22x22/apps/preferences-web-browser-adblock.png +share/icons/oxygen/base/22x22/apps/preferences-web-browser-cache.png +share/icons/oxygen/base/22x22/apps/preferences-web-browser-cookies.png +share/icons/oxygen/base/22x22/apps/preferences-web-browser-shortcuts.png +share/icons/oxygen/base/22x22/apps/preferences-web-browser-stylesheets.png +share/icons/oxygen/base/22x22/apps/qelectrotech.png +share/icons/oxygen/base/22x22/apps/quassel.png +share/icons/oxygen/base/22x22/apps/scribus.png +share/icons/oxygen/base/22x22/apps/semn.png +share/icons/oxygen/base/22x22/apps/showfoto.png +share/icons/oxygen/base/22x22/apps/skrooge-black.png +share/icons/oxygen/base/22x22/apps/skrooge-initial.png +share/icons/oxygen/base/22x22/apps/skrooge.png +share/icons/oxygen/base/22x22/apps/step.png +share/icons/oxygen/base/22x22/apps/strigi.png +share/icons/oxygen/base/22x22/apps/system-file-manager.png +share/icons/oxygen/base/22x22/apps/system-reboot.png +share/icons/oxygen/base/22x22/apps/system-software-update.png +share/icons/oxygen/base/22x22/apps/system-users.png +share/icons/oxygen/base/22x22/apps/tagua.png +share/icons/oxygen/base/22x22/apps/telepathy-kde.png +share/icons/oxygen/base/22x22/apps/utilities-desktop-extra.png +share/icons/oxygen/base/22x22/apps/utilities-file-archiver.png +share/icons/oxygen/base/22x22/apps/utilities-log-viewer.png +share/icons/oxygen/base/22x22/apps/utilities-system-monitor.png +share/icons/oxygen/base/22x22/apps/utilities-terminal.png +share/icons/oxygen/base/22x22/apps/wine.png +share/icons/oxygen/base/22x22/apps/xorg.png +share/icons/oxygen/base/22x22/apps/yakuake.png +share/icons/oxygen/base/22x22/categories/applications-accessories.png +share/icons/oxygen/base/22x22/categories/applications-development-translation.png +share/icons/oxygen/base/22x22/categories/applications-development-web.png +share/icons/oxygen/base/22x22/categories/applications-development.png +share/icons/oxygen/base/22x22/categories/applications-education-language.png +share/icons/oxygen/base/22x22/categories/applications-education-mathematics.png +share/icons/oxygen/base/22x22/categories/applications-education-miscellaneous.png +share/icons/oxygen/base/22x22/categories/applications-education-preschool.png +share/icons/oxygen/base/22x22/categories/applications-education-school.png +share/icons/oxygen/base/22x22/categories/applications-education-science.png +share/icons/oxygen/base/22x22/categories/applications-education-university.png +share/icons/oxygen/base/22x22/categories/applications-education.png +share/icons/oxygen/base/22x22/categories/applications-engineering.png +share/icons/oxygen/base/22x22/categories/applications-games.png +share/icons/oxygen/base/22x22/categories/applications-graphics.png +share/icons/oxygen/base/22x22/categories/applications-internet.png +share/icons/oxygen/base/22x22/categories/applications-multimedia.png +share/icons/oxygen/base/22x22/categories/applications-office.png +share/icons/oxygen/base/22x22/categories/applications-other.png +share/icons/oxygen/base/22x22/categories/applications-science.png +share/icons/oxygen/base/22x22/categories/applications-system.png +share/icons/oxygen/base/22x22/categories/applications-toys.png +share/icons/oxygen/base/22x22/categories/applications-utilities.png +share/icons/oxygen/base/22x22/categories/preferences-desktop-peripherals.png +share/icons/oxygen/base/22x22/categories/preferences-desktop-personal.png +share/icons/oxygen/base/22x22/categories/preferences-desktop.png +share/icons/oxygen/base/22x22/categories/preferences-other.png +share/icons/oxygen/base/22x22/categories/preferences-system-network.png +share/icons/oxygen/base/22x22/categories/preferences-system.png +share/icons/oxygen/base/22x22/categories/system-help.png +share/icons/oxygen/base/22x22/devices/audio-card.png +share/icons/oxygen/base/22x22/devices/audio-headphones.png +share/icons/oxygen/base/22x22/devices/audio-headset.png +share/icons/oxygen/base/22x22/devices/audio-input-line.png +share/icons/oxygen/base/22x22/devices/audio-input-microphone.png +share/icons/oxygen/base/22x22/devices/battery.png +share/icons/oxygen/base/22x22/devices/camera-photo.png +share/icons/oxygen/base/22x22/devices/camera-web.png +share/icons/oxygen/base/22x22/devices/computer-laptop.png +share/icons/oxygen/base/22x22/devices/computer.png +share/icons/oxygen/base/22x22/devices/cpu.png +share/icons/oxygen/base/22x22/devices/drive-harddisk.png +share/icons/oxygen/base/22x22/devices/drive-optical.png +share/icons/oxygen/base/22x22/devices/drive-removable-media-usb-pendrive.png +share/icons/oxygen/base/22x22/devices/drive-removable-media-usb.png +share/icons/oxygen/base/22x22/devices/drive-removable-media.png +share/icons/oxygen/base/22x22/devices/input-gaming.png +share/icons/oxygen/base/22x22/devices/input-keyboard.png +share/icons/oxygen/base/22x22/devices/input-mouse.png +share/icons/oxygen/base/22x22/devices/input-tablet.png +share/icons/oxygen/base/22x22/devices/media-flash-memory-stick.png +share/icons/oxygen/base/22x22/devices/media-flash-sd-mmc.png +share/icons/oxygen/base/22x22/devices/media-flash-smart-media.png +share/icons/oxygen/base/22x22/devices/media-flash.png +share/icons/oxygen/base/22x22/devices/media-floppy.png +share/icons/oxygen/base/22x22/devices/media-optical-audio.png +share/icons/oxygen/base/22x22/devices/media-optical-blu-ray.png +share/icons/oxygen/base/22x22/devices/media-optical-data.png +share/icons/oxygen/base/22x22/devices/media-optical-dvd.png +share/icons/oxygen/base/22x22/devices/media-optical-mixed-cd.png +share/icons/oxygen/base/22x22/devices/media-optical-recordable.png +share/icons/oxygen/base/22x22/devices/media-optical-video.png +share/icons/oxygen/base/22x22/devices/media-optical.png +share/icons/oxygen/base/22x22/devices/media-tape.png +share/icons/oxygen/base/22x22/devices/modem.png +share/icons/oxygen/base/22x22/devices/multimedia-player-apple-ipod.png +share/icons/oxygen/base/22x22/devices/multimedia-player.png +share/icons/oxygen/base/22x22/devices/network-wired.png +share/icons/oxygen/base/22x22/devices/network-wireless-connected-00.png +share/icons/oxygen/base/22x22/devices/network-wireless-connected-100.png +share/icons/oxygen/base/22x22/devices/network-wireless-connected-25.png +share/icons/oxygen/base/22x22/devices/network-wireless-connected-50.png +share/icons/oxygen/base/22x22/devices/network-wireless-connected-75.png +share/icons/oxygen/base/22x22/devices/network-wireless-disconnected.png +share/icons/oxygen/base/22x22/devices/network-wireless.png +share/icons/oxygen/base/22x22/devices/pda.png +share/icons/oxygen/base/22x22/devices/phone-openmoko-freerunner.png +share/icons/oxygen/base/22x22/devices/phone.png +share/icons/oxygen/base/22x22/devices/printer.png +share/icons/oxygen/base/22x22/devices/scanner.png +share/icons/oxygen/base/22x22/devices/secure-card.png +share/icons/oxygen/base/22x22/devices/smartphone.png +share/icons/oxygen/base/22x22/devices/tablet.png +share/icons/oxygen/base/22x22/devices/video-display.png +share/icons/oxygen/base/22x22/devices/video-projector.png +share/icons/oxygen/base/22x22/devices/video-television.png +share/icons/oxygen/base/22x22/emblems/emblem-added.png +share/icons/oxygen/base/22x22/emblems/emblem-encrypted-locked.png +share/icons/oxygen/base/22x22/emblems/emblem-encrypted-unlocked.png +share/icons/oxygen/base/22x22/emblems/emblem-favorite.png +share/icons/oxygen/base/22x22/emblems/emblem-important.png +share/icons/oxygen/base/22x22/emblems/emblem-locked.png +share/icons/oxygen/base/22x22/emblems/emblem-mounted.png +share/icons/oxygen/base/22x22/emblems/emblem-new.png +share/icons/oxygen/base/22x22/emblems/emblem-remove.png +share/icons/oxygen/base/22x22/emblems/emblem-symbolic-link.png +share/icons/oxygen/base/22x22/emblems/emblem-unlocked.png +share/icons/oxygen/base/22x22/emblems/emblem-unmounted.png +share/icons/oxygen/base/22x22/emblems/image-has-versions-open.png +share/icons/oxygen/base/22x22/emblems/image-has-versions.png +share/icons/oxygen/base/22x22/emblems/image-stack-open.png +share/icons/oxygen/base/22x22/emblems/image-stack.png +share/icons/oxygen/base/22x22/emblems/vcs-added.png +share/icons/oxygen/base/22x22/emblems/vcs-conflicting.png +share/icons/oxygen/base/22x22/emblems/vcs-locally-modified-unstaged.png +share/icons/oxygen/base/22x22/emblems/vcs-locally-modified.png +share/icons/oxygen/base/22x22/emblems/vcs-normal.png +share/icons/oxygen/base/22x22/emblems/vcs-removed.png +share/icons/oxygen/base/22x22/emblems/vcs-update-required.png +share/icons/oxygen/base/22x22/emotes/drink-beer.png +share/icons/oxygen/base/22x22/emotes/drink-martini.png +share/icons/oxygen/base/22x22/emotes/face-angel.png +share/icons/oxygen/base/22x22/emotes/face-angry.png +share/icons/oxygen/base/22x22/emotes/face-clown.png +share/icons/oxygen/base/22x22/emotes/face-confused.png +share/icons/oxygen/base/22x22/emotes/face-cool.png +share/icons/oxygen/base/22x22/emotes/face-crying.png +share/icons/oxygen/base/22x22/emotes/face-devilish.png +share/icons/oxygen/base/22x22/emotes/face-embarrassed.png +share/icons/oxygen/base/22x22/emotes/face-foot-in-mouth.png +share/icons/oxygen/base/22x22/emotes/face-glasses.png +share/icons/oxygen/base/22x22/emotes/face-hug-left.png +share/icons/oxygen/base/22x22/emotes/face-hug-right.png +share/icons/oxygen/base/22x22/emotes/face-in-love.png +share/icons/oxygen/base/22x22/emotes/face-kiss.png +share/icons/oxygen/base/22x22/emotes/face-laugh.png +share/icons/oxygen/base/22x22/emotes/face-laughing.png +share/icons/oxygen/base/22x22/emotes/face-ninja.png +share/icons/oxygen/base/22x22/emotes/face-pirate.png +share/icons/oxygen/base/22x22/emotes/face-plain.png +share/icons/oxygen/base/22x22/emotes/face-quiet.png +share/icons/oxygen/base/22x22/emotes/face-raspberry.png +share/icons/oxygen/base/22x22/emotes/face-sad.png +share/icons/oxygen/base/22x22/emotes/face-sick.png +share/icons/oxygen/base/22x22/emotes/face-sleep.png +share/icons/oxygen/base/22x22/emotes/face-sleeping.png +share/icons/oxygen/base/22x22/emotes/face-smile-big.png +share/icons/oxygen/base/22x22/emotes/face-smile-gearhead-female.png +share/icons/oxygen/base/22x22/emotes/face-smile-gearhead-male.png +share/icons/oxygen/base/22x22/emotes/face-smile-grin.png +share/icons/oxygen/base/22x22/emotes/face-smile.png +share/icons/oxygen/base/22x22/emotes/face-smirk.png +share/icons/oxygen/base/22x22/emotes/face-star.png +share/icons/oxygen/base/22x22/emotes/face-surprise.png +share/icons/oxygen/base/22x22/emotes/face-uncertain.png +share/icons/oxygen/base/22x22/emotes/face-wink.png +share/icons/oxygen/base/22x22/emotes/face-worried.png +share/icons/oxygen/base/22x22/emotes/face-yawn.png +share/icons/oxygen/base/22x22/emotes/food-cake.png +share/icons/oxygen/base/22x22/emotes/food-pizza.png +share/icons/oxygen/base/22x22/emotes/food.png +share/icons/oxygen/base/22x22/emotes/gift.png +share/icons/oxygen/base/22x22/emotes/heart-broken.png +share/icons/oxygen/base/22x22/emotes/heart.png +share/icons/oxygen/base/22x22/emotes/opinion-agree.png +share/icons/oxygen/base/22x22/emotes/opinion-disagree.png +share/icons/oxygen/base/22x22/emotes/opinion-no.png +share/icons/oxygen/base/22x22/emotes/opinion-okay.png +share/icons/oxygen/base/22x22/emotes/rose-wilted.png +share/icons/oxygen/base/22x22/emotes/rose.png +share/icons/oxygen/base/22x22/mimetypes/application-atom+xml.png +share/icons/oxygen/base/22x22/mimetypes/application-epub+zip.png +share/icons/oxygen/base/22x22/mimetypes/application-illustrator.png +share/icons/oxygen/base/22x22/mimetypes/application-javascript.png +share/icons/oxygen/base/22x22/mimetypes/application-msword-template.png +share/icons/oxygen/base/22x22/mimetypes/application-msword.png +share/icons/oxygen/base/22x22/mimetypes/application-octet-stream.png +share/icons/oxygen/base/22x22/mimetypes/application-ogg.png +share/icons/oxygen/base/22x22/mimetypes/application-pdf.png +share/icons/oxygen/base/22x22/mimetypes/application-pgp-encrypted.png +share/icons/oxygen/base/22x22/mimetypes/application-pgp-keys.png +share/icons/oxygen/base/22x22/mimetypes/application-pgp-signature.png +share/icons/oxygen/base/22x22/mimetypes/application-pgp.png +share/icons/oxygen/base/22x22/mimetypes/application-pkcs7-mime.png +share/icons/oxygen/base/22x22/mimetypes/application-pkcs7-signature.png +share/icons/oxygen/base/22x22/mimetypes/application-postscript.png +share/icons/oxygen/base/22x22/mimetypes/application-relaxng.png +share/icons/oxygen/base/22x22/mimetypes/application-rss+xml.png +share/icons/oxygen/base/22x22/mimetypes/application-rtf.png +share/icons/oxygen/base/22x22/mimetypes/application-sxw.png +share/icons/oxygen/base/22x22/mimetypes/application-vnd-google-earth-kml.png +share/icons/oxygen/base/22x22/mimetypes/application-vnd.iccprofile.png +share/icons/oxygen/base/22x22/mimetypes/application-vnd.ms-access.png +share/icons/oxygen/base/22x22/mimetypes/application-vnd.ms-excel.png +share/icons/oxygen/base/22x22/mimetypes/application-vnd.ms-powerpoint.png +share/icons/oxygen/base/22x22/mimetypes/application-vnd.oasis.opendocument.chart.png +share/icons/oxygen/base/22x22/mimetypes/application-vnd.oasis.opendocument.database.png +share/icons/oxygen/base/22x22/mimetypes/application-vnd.oasis.opendocument.draw.template.png +share/icons/oxygen/base/22x22/mimetypes/application-vnd.oasis.opendocument.drawing.png +share/icons/oxygen/base/22x22/mimetypes/application-vnd.oasis.opendocument.drawing.template.png +share/icons/oxygen/base/22x22/mimetypes/application-vnd.oasis.opendocument.formula-template.png +share/icons/oxygen/base/22x22/mimetypes/application-vnd.oasis.opendocument.formula.png +share/icons/oxygen/base/22x22/mimetypes/application-vnd.oasis.opendocument.graphics.png +share/icons/oxygen/base/22x22/mimetypes/application-vnd.oasis.opendocument.image.png +share/icons/oxygen/base/22x22/mimetypes/application-vnd.oasis.opendocument.presentation-template.png +share/icons/oxygen/base/22x22/mimetypes/application-vnd.oasis.opendocument.presentation.png +share/icons/oxygen/base/22x22/mimetypes/application-vnd.oasis.opendocument.spreadsheet-template.png +share/icons/oxygen/base/22x22/mimetypes/application-vnd.oasis.opendocument.spreadsheet.png +share/icons/oxygen/base/22x22/mimetypes/application-vnd.oasis.opendocument.text-master.png +share/icons/oxygen/base/22x22/mimetypes/application-vnd.oasis.opendocument.text-template.png +share/icons/oxygen/base/22x22/mimetypes/application-vnd.oasis.opendocument.text.png +share/icons/oxygen/base/22x22/mimetypes/application-vnd.oasis.opendocument.web.template.png +share/icons/oxygen/base/22x22/mimetypes/application-vnd.openxmlformats-officedocument.wordprocessingml.document.png +share/icons/oxygen/base/22x22/mimetypes/application-vnd.rn-realmedia.png +share/icons/oxygen/base/22x22/mimetypes/application-vnd.scribus.png +share/icons/oxygen/base/22x22/mimetypes/application-vnd.stardivision.calc.png +share/icons/oxygen/base/22x22/mimetypes/application-vnd.stardivision.draw.png +share/icons/oxygen/base/22x22/mimetypes/application-vnd.stardivision.mail.png +share/icons/oxygen/base/22x22/mimetypes/application-vnd.stardivision.math.png +share/icons/oxygen/base/22x22/mimetypes/application-vnd.sun.xml.calc.png +share/icons/oxygen/base/22x22/mimetypes/application-vnd.sun.xml.calc.template.png +share/icons/oxygen/base/22x22/mimetypes/application-vnd.sun.xml.draw.png +share/icons/oxygen/base/22x22/mimetypes/application-vnd.sun.xml.draw.template.png +share/icons/oxygen/base/22x22/mimetypes/application-vnd.sun.xml.impress.png +share/icons/oxygen/base/22x22/mimetypes/application-vnd.sun.xml.impress.template.png +share/icons/oxygen/base/22x22/mimetypes/application-vnd.sun.xml.math.png +share/icons/oxygen/base/22x22/mimetypes/application-vnd.sun.xml.writer.global.png +share/icons/oxygen/base/22x22/mimetypes/application-vnd.sun.xml.writer.png +share/icons/oxygen/base/22x22/mimetypes/application-vnd.sun.xml.writer.template.png +share/icons/oxygen/base/22x22/mimetypes/application-vnd.wordperfect.png +share/icons/oxygen/base/22x22/mimetypes/application-x-7z-compressed.png +share/icons/oxygen/base/22x22/mimetypes/application-x-abiword.png +share/icons/oxygen/base/22x22/mimetypes/application-x-ace.png +share/icons/oxygen/base/22x22/mimetypes/application-x-applix-spreadsheet.png +share/icons/oxygen/base/22x22/mimetypes/application-x-applix-word.png +share/icons/oxygen/base/22x22/mimetypes/application-x-ar.png +share/icons/oxygen/base/22x22/mimetypes/application-x-arc.png +share/icons/oxygen/base/22x22/mimetypes/application-x-archive.png +share/icons/oxygen/base/22x22/mimetypes/application-x-arj.png +share/icons/oxygen/base/22x22/mimetypes/application-x-awk.png +share/icons/oxygen/base/22x22/mimetypes/application-x-bittorrent.png +share/icons/oxygen/base/22x22/mimetypes/application-x-blender.png +share/icons/oxygen/base/22x22/mimetypes/application-x-bzdvi.png +share/icons/oxygen/base/22x22/mimetypes/application-x-bzip-compressed-tar.png +share/icons/oxygen/base/22x22/mimetypes/application-x-bzip.png +share/icons/oxygen/base/22x22/mimetypes/application-x-cd-image.png +share/icons/oxygen/base/22x22/mimetypes/application-x-cda.png +share/icons/oxygen/base/22x22/mimetypes/application-x-chm.png +share/icons/oxygen/base/22x22/mimetypes/application-x-compress.png +share/icons/oxygen/base/22x22/mimetypes/application-x-compressed-tar.png +share/icons/oxygen/base/22x22/mimetypes/application-x-cpio.png +share/icons/oxygen/base/22x22/mimetypes/application-x-cue.png +share/icons/oxygen/base/22x22/mimetypes/application-x-deb.png +share/icons/oxygen/base/22x22/mimetypes/application-x-designer.png +share/icons/oxygen/base/22x22/mimetypes/application-x-desktop.png +share/icons/oxygen/base/22x22/mimetypes/application-x-egon.png +share/icons/oxygen/base/22x22/mimetypes/application-x-executable-script.png +share/icons/oxygen/base/22x22/mimetypes/application-x-executable.png +share/icons/oxygen/base/22x22/mimetypes/application-x-flash-video.png +share/icons/oxygen/base/22x22/mimetypes/application-x-font-afm.png +share/icons/oxygen/base/22x22/mimetypes/application-x-font-bdf.png +share/icons/oxygen/base/22x22/mimetypes/application-x-font-otf.png +share/icons/oxygen/base/22x22/mimetypes/application-x-font-pcf.png +share/icons/oxygen/base/22x22/mimetypes/application-x-font-snf.png +share/icons/oxygen/base/22x22/mimetypes/application-x-font-ttf.png +share/icons/oxygen/base/22x22/mimetypes/application-x-font-type1.png +share/icons/oxygen/base/22x22/mimetypes/application-x-gnumeric.png +share/icons/oxygen/base/22x22/mimetypes/application-x-gzdvi.png +share/icons/oxygen/base/22x22/mimetypes/application-x-gzip.png +share/icons/oxygen/base/22x22/mimetypes/application-x-gzpostscript.png +share/icons/oxygen/base/22x22/mimetypes/application-x-iso.png +share/icons/oxygen/base/22x22/mimetypes/application-x-it87.png +share/icons/oxygen/base/22x22/mimetypes/application-x-jar.png +share/icons/oxygen/base/22x22/mimetypes/application-x-java-applet.png +share/icons/oxygen/base/22x22/mimetypes/application-x-java-archive.png +share/icons/oxygen/base/22x22/mimetypes/application-x-java.png +share/icons/oxygen/base/22x22/mimetypes/application-x-javascript.png +share/icons/oxygen/base/22x22/mimetypes/application-x-k3b.png +share/icons/oxygen/base/22x22/mimetypes/application-x-kcsrc.png +share/icons/oxygen/base/22x22/mimetypes/application-x-kdenlivetitle.png +share/icons/oxygen/base/22x22/mimetypes/application-x-kexi-connectiondata.png +share/icons/oxygen/base/22x22/mimetypes/application-x-kexiproject-shortcut.png +share/icons/oxygen/base/22x22/mimetypes/application-x-kexiproject-sqlite.png +share/icons/oxygen/base/22x22/mimetypes/application-x-kexiproject-sqlite2.png +share/icons/oxygen/base/22x22/mimetypes/application-x-kexiproject-sqlite3.png +share/icons/oxygen/base/22x22/mimetypes/application-x-kformula.png +share/icons/oxygen/base/22x22/mimetypes/application-x-kgetlist.png +share/icons/oxygen/base/22x22/mimetypes/application-x-kontour.png +share/icons/oxygen/base/22x22/mimetypes/application-x-kplato.png +share/icons/oxygen/base/22x22/mimetypes/application-x-krita.png +share/icons/oxygen/base/22x22/mimetypes/application-x-kvtml.png +share/icons/oxygen/base/22x22/mimetypes/application-x-kword.png +share/icons/oxygen/base/22x22/mimetypes/application-x-lha.png +share/icons/oxygen/base/22x22/mimetypes/application-x-lyx.png +share/icons/oxygen/base/22x22/mimetypes/application-x-lzma-compressed-tar.png +share/icons/oxygen/base/22x22/mimetypes/application-x-lzop.png +share/icons/oxygen/base/22x22/mimetypes/application-x-m4.png +share/icons/oxygen/base/22x22/mimetypes/application-x-marble.png +share/icons/oxygen/base/22x22/mimetypes/application-x-mimearchive.png +share/icons/oxygen/base/22x22/mimetypes/application-x-mplayer2.png +share/icons/oxygen/base/22x22/mimetypes/application-x-ms-dos-executable.png +share/icons/oxygen/base/22x22/mimetypes/application-x-mswinurl.png +share/icons/oxygen/base/22x22/mimetypes/application-x-mswrite.png +share/icons/oxygen/base/22x22/mimetypes/application-x-nzb.png +share/icons/oxygen/base/22x22/mimetypes/application-x-object.png +share/icons/oxygen/base/22x22/mimetypes/application-x-pak.png +share/icons/oxygen/base/22x22/mimetypes/application-x-pem-key.png +share/icons/oxygen/base/22x22/mimetypes/application-x-perl.png +share/icons/oxygen/base/22x22/mimetypes/application-x-php.png +share/icons/oxygen/base/22x22/mimetypes/application-x-plasma.png +share/icons/oxygen/base/22x22/mimetypes/application-x-python-bytecode.png +share/icons/oxygen/base/22x22/mimetypes/application-x-qet-element.png +share/icons/oxygen/base/22x22/mimetypes/application-x-qet-project.png +share/icons/oxygen/base/22x22/mimetypes/application-x-quattropro.png +share/icons/oxygen/base/22x22/mimetypes/application-x-rar.png +share/icons/oxygen/base/22x22/mimetypes/application-x-raw-disk-image.png +share/icons/oxygen/base/22x22/mimetypes/application-x-rpm.png +share/icons/oxygen/base/22x22/mimetypes/application-x-ruby.png +share/icons/oxygen/base/22x22/mimetypes/application-x-sharedlib.png +share/icons/oxygen/base/22x22/mimetypes/application-x-shellscript.png +share/icons/oxygen/base/22x22/mimetypes/application-x-shockwave-flash.png +share/icons/oxygen/base/22x22/mimetypes/application-x-siag.png +share/icons/oxygen/base/22x22/mimetypes/application-x-sif.png +share/icons/oxygen/base/22x22/mimetypes/application-x-skg.png +share/icons/oxygen/base/22x22/mimetypes/application-x-skgc.png +share/icons/oxygen/base/22x22/mimetypes/application-x-smb-server.png +share/icons/oxygen/base/22x22/mimetypes/application-x-smb-workgroup.png +share/icons/oxygen/base/22x22/mimetypes/application-x-sqlite2.png +share/icons/oxygen/base/22x22/mimetypes/application-x-sqlite3.png +share/icons/oxygen/base/22x22/mimetypes/application-x-srt.png +share/icons/oxygen/base/22x22/mimetypes/application-x-srtrip.png +share/icons/oxygen/base/22x22/mimetypes/application-x-subrip.png +share/icons/oxygen/base/22x22/mimetypes/application-x-tar.png +share/icons/oxygen/base/22x22/mimetypes/application-x-tarz.png +share/icons/oxygen/base/22x22/mimetypes/application-x-tgif.png +share/icons/oxygen/base/22x22/mimetypes/application-x-trash.png +share/icons/oxygen/base/22x22/mimetypes/application-x-troff-man.png +share/icons/oxygen/base/22x22/mimetypes/application-x-tzo.png +share/icons/oxygen/base/22x22/mimetypes/application-x-wmf.png +share/icons/oxygen/base/22x22/mimetypes/application-x-zerosize.png +share/icons/oxygen/base/22x22/mimetypes/application-x-zoo.png +share/icons/oxygen/base/22x22/mimetypes/application-xhtml+xml.png +share/icons/oxygen/base/22x22/mimetypes/application-xml.png +share/icons/oxygen/base/22x22/mimetypes/application-xsd.png +share/icons/oxygen/base/22x22/mimetypes/application-xslt+xml.png +share/icons/oxygen/base/22x22/mimetypes/application-zip.png +share/icons/oxygen/base/22x22/mimetypes/audio-ac3.png +share/icons/oxygen/base/22x22/mimetypes/audio-midi.png +share/icons/oxygen/base/22x22/mimetypes/audio-mp2.png +share/icons/oxygen/base/22x22/mimetypes/audio-mp3.png +share/icons/oxygen/base/22x22/mimetypes/audio-mp4.png +share/icons/oxygen/base/22x22/mimetypes/audio-prs.sid.png +share/icons/oxygen/base/22x22/mimetypes/audio-vn.rn-realmedia.png +share/icons/oxygen/base/22x22/mimetypes/audio-vnd.rn-realvideo.png +share/icons/oxygen/base/22x22/mimetypes/audio-x-adpcm.png +share/icons/oxygen/base/22x22/mimetypes/audio-x-aiff.png +share/icons/oxygen/base/22x22/mimetypes/audio-x-flac+ogg.png +share/icons/oxygen/base/22x22/mimetypes/audio-x-flac.png +share/icons/oxygen/base/22x22/mimetypes/audio-x-generic.png +share/icons/oxygen/base/22x22/mimetypes/audio-x-monkey.png +share/icons/oxygen/base/22x22/mimetypes/audio-x-mp2.png +share/icons/oxygen/base/22x22/mimetypes/audio-x-mpeg.png +share/icons/oxygen/base/22x22/mimetypes/audio-x-speex+ogg.png +share/icons/oxygen/base/22x22/mimetypes/audio-x-wav.png +share/icons/oxygen/base/22x22/mimetypes/encrypted.png +share/icons/oxygen/base/22x22/mimetypes/fonts-package.png +share/icons/oxygen/base/22x22/mimetypes/image-bmp.png +share/icons/oxygen/base/22x22/mimetypes/image-gif.png +share/icons/oxygen/base/22x22/mimetypes/image-jpeg.png +share/icons/oxygen/base/22x22/mimetypes/image-jpeg2000.png +share/icons/oxygen/base/22x22/mimetypes/image-png.png +share/icons/oxygen/base/22x22/mimetypes/image-svg+xml-compressed.png +share/icons/oxygen/base/22x22/mimetypes/image-svg+xml.png +share/icons/oxygen/base/22x22/mimetypes/image-tiff.png +share/icons/oxygen/base/22x22/mimetypes/image-vnd.adobe.photoshop.png +share/icons/oxygen/base/22x22/mimetypes/image-vnd.dgn.png +share/icons/oxygen/base/22x22/mimetypes/image-vnd.dwg.png +share/icons/oxygen/base/22x22/mimetypes/image-x-adobe-dng.png +share/icons/oxygen/base/22x22/mimetypes/image-x-compressed-xcf.png +share/icons/oxygen/base/22x22/mimetypes/image-x-emf.png +share/icons/oxygen/base/22x22/mimetypes/image-x-eps.png +share/icons/oxygen/base/22x22/mimetypes/image-x-generic.png +share/icons/oxygen/base/22x22/mimetypes/image-x-krita.png +share/icons/oxygen/base/22x22/mimetypes/image-x-portable-bitmap.png +share/icons/oxygen/base/22x22/mimetypes/image-x-psd.png +share/icons/oxygen/base/22x22/mimetypes/image-x-psdimage-x-psd.png +share/icons/oxygen/base/22x22/mimetypes/image-x-svg+xml.png +share/icons/oxygen/base/22x22/mimetypes/image-x-tga.png +share/icons/oxygen/base/22x22/mimetypes/image-x-vnd.trolltech.qpicture.png +share/icons/oxygen/base/22x22/mimetypes/image-x-win-bitmap.png +share/icons/oxygen/base/22x22/mimetypes/image-x-win-bmp.png +share/icons/oxygen/base/22x22/mimetypes/image-x-wmf.png +share/icons/oxygen/base/22x22/mimetypes/image-x-xcf.png +share/icons/oxygen/base/22x22/mimetypes/image-x-xfig.png +share/icons/oxygen/base/22x22/mimetypes/inode-directory.png +share/icons/oxygen/base/22x22/mimetypes/libreoffice-database.png +share/icons/oxygen/base/22x22/mimetypes/libreoffice-drawing-template.png +share/icons/oxygen/base/22x22/mimetypes/libreoffice-drawing.png +share/icons/oxygen/base/22x22/mimetypes/libreoffice-extension.png +share/icons/oxygen/base/22x22/mimetypes/libreoffice-formula.png +share/icons/oxygen/base/22x22/mimetypes/libreoffice-master-document.png +share/icons/oxygen/base/22x22/mimetypes/libreoffice-oasis-database.png +share/icons/oxygen/base/22x22/mimetypes/libreoffice-oasis-drawing-template.png +share/icons/oxygen/base/22x22/mimetypes/libreoffice-oasis-drawing.png +share/icons/oxygen/base/22x22/mimetypes/libreoffice-oasis-formula.png +share/icons/oxygen/base/22x22/mimetypes/libreoffice-oasis-master-document.png +share/icons/oxygen/base/22x22/mimetypes/libreoffice-oasis-presentation-template.png +share/icons/oxygen/base/22x22/mimetypes/libreoffice-oasis-presentation.png +share/icons/oxygen/base/22x22/mimetypes/libreoffice-oasis-spreadsheet-template.png +share/icons/oxygen/base/22x22/mimetypes/libreoffice-oasis-spreadsheet.png +share/icons/oxygen/base/22x22/mimetypes/libreoffice-oasis-text-template.png +share/icons/oxygen/base/22x22/mimetypes/libreoffice-oasis-text.png +share/icons/oxygen/base/22x22/mimetypes/libreoffice-oasis-web-template.png +share/icons/oxygen/base/22x22/mimetypes/libreoffice-presentation-template.png +share/icons/oxygen/base/22x22/mimetypes/libreoffice-presentation.png +share/icons/oxygen/base/22x22/mimetypes/libreoffice-spreadsheet-template.png +share/icons/oxygen/base/22x22/mimetypes/libreoffice-spreadsheet.png +share/icons/oxygen/base/22x22/mimetypes/libreoffice-text-template.png +share/icons/oxygen/base/22x22/mimetypes/libreoffice-text.png +share/icons/oxygen/base/22x22/mimetypes/mail-message-new-list.png +share/icons/oxygen/base/22x22/mimetypes/message-news.png +share/icons/oxygen/base/22x22/mimetypes/message-partial.png +share/icons/oxygen/base/22x22/mimetypes/message-rfc822.png +share/icons/oxygen/base/22x22/mimetypes/message-x-gnu-rmail.png +share/icons/oxygen/base/22x22/mimetypes/message.png +share/icons/oxygen/base/22x22/mimetypes/odf.png +share/icons/oxygen/base/22x22/mimetypes/package-x-generic.png +share/icons/oxygen/base/22x22/mimetypes/text-calendar.png +share/icons/oxygen/base/22x22/mimetypes/text-csharp.png +share/icons/oxygen/base/22x22/mimetypes/text-css.png +share/icons/oxygen/base/22x22/mimetypes/text-csv.png +share/icons/oxygen/base/22x22/mimetypes/text-directory.png +share/icons/oxygen/base/22x22/mimetypes/text-enriched.png +share/icons/oxygen/base/22x22/mimetypes/text-html.png +share/icons/oxygen/base/22x22/mimetypes/text-mathml.png +share/icons/oxygen/base/22x22/mimetypes/text-plain.png +share/icons/oxygen/base/22x22/mimetypes/text-rdf+xml.png +share/icons/oxygen/base/22x22/mimetypes/text-rdf.png +share/icons/oxygen/base/22x22/mimetypes/text-rtf.png +share/icons/oxygen/base/22x22/mimetypes/text-sgml.png +share/icons/oxygen/base/22x22/mimetypes/text-troff.png +share/icons/oxygen/base/22x22/mimetypes/text-vcalendar.png +share/icons/oxygen/base/22x22/mimetypes/text-vnd.abc.png +share/icons/oxygen/base/22x22/mimetypes/text-vnd.wap.wml.png +share/icons/oxygen/base/22x22/mimetypes/text-x-adasrc.png +share/icons/oxygen/base/22x22/mimetypes/text-x-authors.png +share/icons/oxygen/base/22x22/mimetypes/text-x-bibtex.png +share/icons/oxygen/base/22x22/mimetypes/text-x-c++hdr.png +share/icons/oxygen/base/22x22/mimetypes/text-x-c++src.png +share/icons/oxygen/base/22x22/mimetypes/text-x-changelog.png +share/icons/oxygen/base/22x22/mimetypes/text-x-chdr.png +share/icons/oxygen/base/22x22/mimetypes/text-x-cmake.png +share/icons/oxygen/base/22x22/mimetypes/text-x-copying.png +share/icons/oxygen/base/22x22/mimetypes/text-x-credits.png +share/icons/oxygen/base/22x22/mimetypes/text-x-csharp.png +share/icons/oxygen/base/22x22/mimetypes/text-x-csrc.png +share/icons/oxygen/base/22x22/mimetypes/text-x-dtd.png +share/icons/oxygen/base/22x22/mimetypes/text-x-generic.png +share/icons/oxygen/base/22x22/mimetypes/text-x-generic.svapplication-x-awk.png +share/icons/oxygen/base/22x22/mimetypes/text-x-generic.svapplicatiopn-x-awk.png +share/icons/oxygen/base/22x22/mimetypes/text-x-haskell.png +share/icons/oxygen/base/22x22/mimetypes/text-x-hex.png +share/icons/oxygen/base/22x22/mimetypes/text-x-install.png +share/icons/oxygen/base/22x22/mimetypes/text-x-java-source.png +share/icons/oxygen/base/22x22/mimetypes/text-x-java.png +share/icons/oxygen/base/22x22/mimetypes/text-x-javascript.png +share/icons/oxygen/base/22x22/mimetypes/text-x-katefilelist.png +share/icons/oxygen/base/22x22/mimetypes/text-x-ldif.png +share/icons/oxygen/base/22x22/mimetypes/text-x-lilypond.png +share/icons/oxygen/base/22x22/mimetypes/text-x-log.png +share/icons/oxygen/base/22x22/mimetypes/text-x-makefile.png +share/icons/oxygen/base/22x22/mimetypes/text-x-nfo.png +share/icons/oxygen/base/22x22/mimetypes/text-x-objchdr.png +share/icons/oxygen/base/22x22/mimetypes/text-x-objcsrc.png +share/icons/oxygen/base/22x22/mimetypes/text-x-opml+xml.png +share/icons/oxygen/base/22x22/mimetypes/text-x-opml.png +share/icons/oxygen/base/22x22/mimetypes/text-x-pascal.png +share/icons/oxygen/base/22x22/mimetypes/text-x-patch.png +share/icons/oxygen/base/22x22/mimetypes/text-x-plain.png +share/icons/oxygen/base/22x22/mimetypes/text-x-po.png +share/icons/oxygen/base/22x22/mimetypes/text-x-python.png +share/icons/oxygen/base/22x22/mimetypes/text-x-qml.png +share/icons/oxygen/base/22x22/mimetypes/text-x-readme.png +share/icons/oxygen/base/22x22/mimetypes/text-x-rpm-spec.png +share/icons/oxygen/base/22x22/mimetypes/text-x-script.png +share/icons/oxygen/base/22x22/mimetypes/text-x-sql.png +share/icons/oxygen/base/22x22/mimetypes/text-x-tcl.png +share/icons/oxygen/base/22x22/mimetypes/text-x-tex.png +share/icons/oxygen/base/22x22/mimetypes/text-x-texinfo.png +share/icons/oxygen/base/22x22/mimetypes/text-x-vcard.png +share/icons/oxygen/base/22x22/mimetypes/text-x-xslfo.png +share/icons/oxygen/base/22x22/mimetypes/text-xmcd.png +share/icons/oxygen/base/22x22/mimetypes/text-xml.png +share/icons/oxygen/base/22x22/mimetypes/unknown.png +share/icons/oxygen/base/22x22/mimetypes/uri-mms.png +share/icons/oxygen/base/22x22/mimetypes/uri-mmst.png +share/icons/oxygen/base/22x22/mimetypes/uri-mmsu.png +share/icons/oxygen/base/22x22/mimetypes/uri-pnm.png +share/icons/oxygen/base/22x22/mimetypes/uri-rtspt.png +share/icons/oxygen/base/22x22/mimetypes/uri-rtspu.png +share/icons/oxygen/base/22x22/mimetypes/video-mlt-playlist.png +share/icons/oxygen/base/22x22/mimetypes/video-mp4.png +share/icons/oxygen/base/22x22/mimetypes/video-vivo.png +share/icons/oxygen/base/22x22/mimetypes/video-vnd.rn-realvideo.png +share/icons/oxygen/base/22x22/mimetypes/video-wavelet.png +share/icons/oxygen/base/22x22/mimetypes/video-webm.png +share/icons/oxygen/base/22x22/mimetypes/video-x-anim.png +share/icons/oxygen/base/22x22/mimetypes/video-x-flic.png +share/icons/oxygen/base/22x22/mimetypes/video-x-flv.png +share/icons/oxygen/base/22x22/mimetypes/video-x-generic.png +share/icons/oxygen/base/22x22/mimetypes/video-x-google-vlc-plugin.png +share/icons/oxygen/base/22x22/mimetypes/video-x-javafx.png +share/icons/oxygen/base/22x22/mimetypes/video-x-matroska.png +share/icons/oxygen/base/22x22/mimetypes/video-x-mng.png +share/icons/oxygen/base/22x22/mimetypes/video-x-ms-wmp.png +share/icons/oxygen/base/22x22/mimetypes/video-x-ms-wmv.png +share/icons/oxygen/base/22x22/mimetypes/video-x-msvideo.png +share/icons/oxygen/base/22x22/mimetypes/video-x-ogm+ogg.png +share/icons/oxygen/base/22x22/mimetypes/video-x-theor+ogg.png +share/icons/oxygen/base/22x22/mimetypes/video-x-theora+ogg.png +share/icons/oxygen/base/22x22/mimetypes/video-x-wmv.png +share/icons/oxygen/base/22x22/mimetypes/virtualbox-vhd.png +share/icons/oxygen/base/22x22/mimetypes/x-kde-nsplugin-generated.png +share/icons/oxygen/base/22x22/mimetypes/x-mail-distribution-list.png +share/icons/oxygen/base/22x22/mimetypes/x-media-podcast.png +share/icons/oxygen/base/22x22/mimetypes/x-office-address-book.png +share/icons/oxygen/base/22x22/mimetypes/x-office-calendar.png +share/icons/oxygen/base/22x22/mimetypes/x-office-contact.png +share/icons/oxygen/base/22x22/mimetypes/x-office-document.png +share/icons/oxygen/base/22x22/mimetypes/x-office-drawing.png +share/icons/oxygen/base/22x22/mimetypes/x-office-presentation.png +share/icons/oxygen/base/22x22/mimetypes/x-office-spreadsheet.png +share/icons/oxygen/base/22x22/places/bookmarks.png +share/icons/oxygen/base/22x22/places/certificate-server.png +share/icons/oxygen/base/22x22/places/document-multiple.png +share/icons/oxygen/base/22x22/places/favorites.png +share/icons/oxygen/base/22x22/places/folder-activities.png +share/icons/oxygen/base/22x22/places/folder-black.png +share/icons/oxygen/base/22x22/places/folder-blue.png +share/icons/oxygen/base/22x22/places/folder-bookmark.png +share/icons/oxygen/base/22x22/places/folder-brown.png +share/icons/oxygen/base/22x22/places/folder-cloud.png +share/icons/oxygen/base/22x22/places/folder-cyan.png +share/icons/oxygen/base/22x22/places/folder-development.png +share/icons/oxygen/base/22x22/places/folder-documents.png +share/icons/oxygen/base/22x22/places/folder-download.png +share/icons/oxygen/base/22x22/places/folder-downloads.png +share/icons/oxygen/base/22x22/places/folder-dropbox.png +share/icons/oxygen/base/22x22/places/folder-favorites.png +share/icons/oxygen/base/22x22/places/folder-gdrive.png +share/icons/oxygen/base/22x22/places/folder-green.png +share/icons/oxygen/base/22x22/places/folder-grey.png +share/icons/oxygen/base/22x22/places/folder-html.png +share/icons/oxygen/base/22x22/places/folder-image-people.png +share/icons/oxygen/base/22x22/places/folder-image.png +share/icons/oxygen/base/22x22/places/folder-images.png +share/icons/oxygen/base/22x22/places/folder-important.png +share/icons/oxygen/base/22x22/places/folder-locked.png +share/icons/oxygen/base/22x22/places/folder-mail.png +share/icons/oxygen/base/22x22/places/folder-music.png +share/icons/oxygen/base/22x22/places/folder-network.png +share/icons/oxygen/base/22x22/places/folder-onedrive.png +share/icons/oxygen/base/22x22/places/folder-open.png +share/icons/oxygen/base/22x22/places/folder-orange.png +share/icons/oxygen/base/22x22/places/folder-owncloud.png +share/icons/oxygen/base/22x22/places/folder-picture.png +share/icons/oxygen/base/22x22/places/folder-pictures.png +share/icons/oxygen/base/22x22/places/folder-print.png +share/icons/oxygen/base/22x22/places/folder-public.png +share/icons/oxygen/base/22x22/places/folder-publicshare.png +share/icons/oxygen/base/22x22/places/folder-red.png +share/icons/oxygen/base/22x22/places/folder-remote.png +share/icons/oxygen/base/22x22/places/folder-script.png +share/icons/oxygen/base/22x22/places/folder-sound.png +share/icons/oxygen/base/22x22/places/folder-tar.png +share/icons/oxygen/base/22x22/places/folder-temp.png +share/icons/oxygen/base/22x22/places/folder-text.png +share/icons/oxygen/base/22x22/places/folder-txt.png +share/icons/oxygen/base/22x22/places/folder-video.png +share/icons/oxygen/base/22x22/places/folder-videos.png +share/icons/oxygen/base/22x22/places/folder-violet.png +share/icons/oxygen/base/22x22/places/folder-yellow.png +share/icons/oxygen/base/22x22/places/folder.png +share/icons/oxygen/base/22x22/places/mail-folder-inbox.png +share/icons/oxygen/base/22x22/places/mail-folder-outbox.png +share/icons/oxygen/base/22x22/places/mail-folder-sent.png +share/icons/oxygen/base/22x22/places/mail-message.png +share/icons/oxygen/base/22x22/places/network-server-database.png +share/icons/oxygen/base/22x22/places/network-server.png +share/icons/oxygen/base/22x22/places/network-workgroup.png +share/icons/oxygen/base/22x22/places/repository.png +share/icons/oxygen/base/22x22/places/server-database.png +share/icons/oxygen/base/22x22/places/start-here-kde.png +share/icons/oxygen/base/22x22/places/start-here.png +share/icons/oxygen/base/22x22/places/stock_folder.png +share/icons/oxygen/base/22x22/places/user-desktop.png +share/icons/oxygen/base/22x22/places/user-home.png +share/icons/oxygen/base/22x22/places/user-identity.png +share/icons/oxygen/base/22x22/places/user-trash-full.png +share/icons/oxygen/base/22x22/places/user-trash.png +share/icons/oxygen/base/22x22/special/file-zoom-in.png +share/icons/oxygen/base/22x22/special/file-zoom-out.png +share/icons/oxygen/base/22x22/special/image-zoom-in.png +share/icons/oxygen/base/22x22/special/image-zoom-out.png +share/icons/oxygen/base/22x22/status/appointment-recurring.png +share/icons/oxygen/base/22x22/status/appointment-reminder.png +share/icons/oxygen/base/22x22/status/audio-volume-high.png +share/icons/oxygen/base/22x22/status/audio-volume-low.png +share/icons/oxygen/base/22x22/status/audio-volume-medium.png +share/icons/oxygen/base/22x22/status/audio-volume-muted.png +share/icons/oxygen/base/22x22/status/battery-040.png +share/icons/oxygen/base/22x22/status/battery-060.png +share/icons/oxygen/base/22x22/status/battery-080.png +share/icons/oxygen/base/22x22/status/battery-100.png +share/icons/oxygen/base/22x22/status/battery-caution.png +share/icons/oxygen/base/22x22/status/battery-charging-040.png +share/icons/oxygen/base/22x22/status/battery-charging-060.png +share/icons/oxygen/base/22x22/status/battery-charging-080.png +share/icons/oxygen/base/22x22/status/battery-charging-caution.png +share/icons/oxygen/base/22x22/status/battery-charging-low.png +share/icons/oxygen/base/22x22/status/battery-charging.png +share/icons/oxygen/base/22x22/status/battery-low.png +share/icons/oxygen/base/22x22/status/battery-missing.png +share/icons/oxygen/base/22x22/status/cloudstatus.png +share/icons/oxygen/base/22x22/status/dialog-error.png +share/icons/oxygen/base/22x22/status/dialog-information.png +share/icons/oxygen/base/22x22/status/dialog-password.png +share/icons/oxygen/base/22x22/status/dialog-warning.png +share/icons/oxygen/base/22x22/status/dropboxstatus-busy2.png +share/icons/oxygen/base/22x22/status/dropboxstatus-logo.png +share/icons/oxygen/base/22x22/status/folder-open.png +share/icons/oxygen/base/22x22/status/image-loading.png +share/icons/oxygen/base/22x22/status/image-missing.png +share/icons/oxygen/base/22x22/status/mail-attachment.png +share/icons/oxygen/base/22x22/status/mail-queued.png +share/icons/oxygen/base/22x22/status/mail-read.png +share/icons/oxygen/base/22x22/status/mail-replied.png +share/icons/oxygen/base/22x22/status/mail-task.png +share/icons/oxygen/base/22x22/status/mail-unread-new.png +share/icons/oxygen/base/22x22/status/mail-unread.png +share/icons/oxygen/base/22x22/status/media-playlist-repeat.png +share/icons/oxygen/base/22x22/status/media-playlist-shuffle.png +share/icons/oxygen/base/22x22/status/meeting-chair.png +share/icons/oxygen/base/22x22/status/meeting-observer.png +share/icons/oxygen/base/22x22/status/meeting-organizer.png +share/icons/oxygen/base/22x22/status/meeting-participant-optional.png +share/icons/oxygen/base/22x22/status/meeting-participant-reply.png +share/icons/oxygen/base/22x22/status/meeting-participant.png +share/icons/oxygen/base/22x22/status/object-locked.png +share/icons/oxygen/base/22x22/status/object-unlocked.png +share/icons/oxygen/base/22x22/status/printer-error.png +share/icons/oxygen/base/22x22/status/printer-printing.png +share/icons/oxygen/base/22x22/status/script-error.png +share/icons/oxygen/base/22x22/status/security-high.png +share/icons/oxygen/base/22x22/status/security-low.png +share/icons/oxygen/base/22x22/status/security-medium.png +share/icons/oxygen/base/22x22/status/task-accepted.png +share/icons/oxygen/base/22x22/status/task-attempt.png +share/icons/oxygen/base/22x22/status/task-attention.png +share/icons/oxygen/base/22x22/status/task-complete.png +share/icons/oxygen/base/22x22/status/task-delegate.png +share/icons/oxygen/base/22x22/status/task-ongoing.png +share/icons/oxygen/base/22x22/status/task-recurring.png +share/icons/oxygen/base/22x22/status/task-reject.png +share/icons/oxygen/base/22x22/status/task-reminder.png +share/icons/oxygen/base/22x22/status/user-away-extended.png +share/icons/oxygen/base/22x22/status/user-away.png +share/icons/oxygen/base/22x22/status/user-busy.png +share/icons/oxygen/base/22x22/status/user-invisible.png +share/icons/oxygen/base/22x22/status/user-offline.png +share/icons/oxygen/base/22x22/status/user-online.png +share/icons/oxygen/base/22x22/status/user-trash-full.png +share/icons/oxygen/base/22x22/status/wallet-closed.png +share/icons/oxygen/base/22x22/status/wallet-open.png +share/icons/oxygen/base/22x22/status/weather-clear-night.png +share/icons/oxygen/base/22x22/status/weather-clear.png +share/icons/oxygen/base/22x22/status/weather-clouds-night.png +share/icons/oxygen/base/22x22/status/weather-clouds.png +share/icons/oxygen/base/22x22/status/weather-few-clouds-night.png +share/icons/oxygen/base/22x22/status/weather-few-clouds.png +share/icons/oxygen/base/22x22/status/weather-freezing-rain.png +share/icons/oxygen/base/22x22/status/weather-hail.png +share/icons/oxygen/base/22x22/status/weather-many-clouds.png +share/icons/oxygen/base/22x22/status/weather-mist.png +share/icons/oxygen/base/22x22/status/weather-showers-day.png +share/icons/oxygen/base/22x22/status/weather-showers-night.png +share/icons/oxygen/base/22x22/status/weather-showers-scattered-day.png +share/icons/oxygen/base/22x22/status/weather-showers-scattered-night.png +share/icons/oxygen/base/22x22/status/weather-showers-scattered.png +share/icons/oxygen/base/22x22/status/weather-showers.png +share/icons/oxygen/base/22x22/status/weather-snow-rain.png +share/icons/oxygen/base/22x22/status/weather-snow-scattered-day.png +share/icons/oxygen/base/22x22/status/weather-snow-scattered-night.png +share/icons/oxygen/base/22x22/status/weather-snow-scattered.png +share/icons/oxygen/base/22x22/status/weather-snow.png +share/icons/oxygen/base/22x22/status/weather-storm.png +share/icons/oxygen/base/22x22/status/window-suppressed.png +share/icons/oxygen/base/256x256/actions/archive-insert-directory.png +share/icons/oxygen/base/256x256/actions/continue-data-project.png +share/icons/oxygen/base/256x256/actions/folder-new.png +share/icons/oxygen/base/256x256/actions/tools-media-optical-copy.png +share/icons/oxygen/base/256x256/actions/tools-media-optical-erase.png +share/icons/oxygen/base/256x256/actions/tools-media-optical-format.png +share/icons/oxygen/base/256x256/actions/tools-rip-audio-cd.png +share/icons/oxygen/base/256x256/actions/tools-rip-video-dvd.png +share/icons/oxygen/base/256x256/applets/applets-template.png +share/icons/oxygen/base/256x256/applets/org.kde.ktpcontactlist.png +share/icons/oxygen/base/256x256/applets/org.kde.muonnotifier.png +share/icons/oxygen/base/256x256/applets/org.kde.plasma.activitybar.png +share/icons/oxygen/base/256x256/applets/org.kde.plasma.analogclock.png +share/icons/oxygen/base/256x256/applets/org.kde.plasma.battery.png +share/icons/oxygen/base/256x256/applets/org.kde.plasma.binaryclock.png +share/icons/oxygen/base/256x256/applets/org.kde.plasma.calculator.png +share/icons/oxygen/base/256x256/applets/org.kde.plasma.calendar.png +share/icons/oxygen/base/256x256/applets/org.kde.plasma.clipboard.png +share/icons/oxygen/base/256x256/applets/org.kde.plasma.colorpicker.png +share/icons/oxygen/base/256x256/applets/org.kde.plasma.comic.png +share/icons/oxygen/base/256x256/applets/org.kde.plasma.devicenotifier.png +share/icons/oxygen/base/256x256/applets/org.kde.plasma.digitalclock.png +share/icons/oxygen/base/256x256/applets/org.kde.plasma.fifteenpuzzle.png +share/icons/oxygen/base/256x256/applets/org.kde.plasma.folder.png +share/icons/oxygen/base/256x256/applets/org.kde.plasma.frame.png +share/icons/oxygen/base/256x256/applets/org.kde.plasma.fuzzyclock.png +share/icons/oxygen/base/256x256/applets/org.kde.plasma.icontasks.png +share/icons/oxygen/base/256x256/applets/org.kde.plasma.kicker.png +share/icons/oxygen/base/256x256/applets/org.kde.plasma.kickerdash.png +share/icons/oxygen/base/256x256/applets/org.kde.plasma.kickoff.png +share/icons/oxygen/base/256x256/applets/org.kde.plasma.mediacontroller.png +share/icons/oxygen/base/256x256/applets/org.kde.plasma.networkmanagement.png +share/icons/oxygen/base/256x256/applets/org.kde.plasma.notes.png +share/icons/oxygen/base/256x256/applets/org.kde.plasma.pager.png +share/icons/oxygen/base/256x256/applets/org.kde.plasma.quicklaunch.png +share/icons/oxygen/base/256x256/applets/org.kde.plasma.showActivityManager.png +share/icons/oxygen/base/256x256/applets/org.kde.plasma.systemloadviewer.png +share/icons/oxygen/base/256x256/applets/org.kde.plasma.systemmonitor.cpu.png +share/icons/oxygen/base/256x256/applets/org.kde.plasma.systemmonitor.diskactivity.png +share/icons/oxygen/base/256x256/applets/org.kde.plasma.systemmonitor.diskusage.png +share/icons/oxygen/base/256x256/applets/org.kde.plasma.systemmonitor.memory.png +share/icons/oxygen/base/256x256/applets/org.kde.plasma.systemmonitor.net.png +share/icons/oxygen/base/256x256/applets/org.kde.plasma.systemtray.png +share/icons/oxygen/base/256x256/applets/org.kde.plasma.taskmanager.png +share/icons/oxygen/base/256x256/applets/org.kde.plasma.timer.png +share/icons/oxygen/base/256x256/applets/org.kde.plasma.userswitcher.png +share/icons/oxygen/base/256x256/applets/org.kde.plasma.volume.png +share/icons/oxygen/base/256x256/applets/org.kde.plasma.windowlist.png +share/icons/oxygen/base/256x256/apps/Charm.png +share/icons/oxygen/base/256x256/apps/accessories-calculator.png +share/icons/oxygen/base/256x256/apps/accessories-dictionary.png +share/icons/oxygen/base/256x256/apps/akonadi.png +share/icons/oxygen/base/256x256/apps/akregator.png +share/icons/oxygen/base/256x256/apps/clock.png +share/icons/oxygen/base/256x256/apps/digikam.png +share/icons/oxygen/base/256x256/apps/internet-web-browser.png +share/icons/oxygen/base/256x256/apps/k3b.png +share/icons/oxygen/base/256x256/apps/kbruch.png +share/icons/oxygen/base/256x256/apps/kchart.png +share/icons/oxygen/base/256x256/apps/kde-windows.png +share/icons/oxygen/base/256x256/apps/kdevelop.png +share/icons/oxygen/base/256x256/apps/kdf.png +share/icons/oxygen/base/256x256/apps/kformula.png +share/icons/oxygen/base/256x256/apps/kgpg.png +share/icons/oxygen/base/256x256/apps/kig.png +share/icons/oxygen/base/256x256/apps/kivio.png +share/icons/oxygen/base/256x256/apps/kmag.png +share/icons/oxygen/base/256x256/apps/kmail2.png +share/icons/oxygen/base/256x256/apps/knetattach.png +share/icons/oxygen/base/256x256/apps/konqueror.png +share/icons/oxygen/base/256x256/apps/kontact-import-wizard.png +share/icons/oxygen/base/256x256/apps/korgac.png +share/icons/oxygen/base/256x256/apps/kplato.png +share/icons/oxygen/base/256x256/apps/kpresenter.png +share/icons/oxygen/base/256x256/apps/kspread.png +share/icons/oxygen/base/256x256/apps/kwalletmanager.png +share/icons/oxygen/base/256x256/apps/kword.png +share/icons/oxygen/base/256x256/apps/lokalize.png +share/icons/oxygen/base/256x256/apps/mameexecutor.png +share/icons/oxygen/base/256x256/apps/multimedia-volume-control.png +share/icons/oxygen/base/256x256/apps/oxygen.png +share/icons/oxygen/base/256x256/apps/partitionmanager.png +share/icons/oxygen/base/256x256/apps/picmi.png +share/icons/oxygen/base/256x256/apps/planner.png +share/icons/oxygen/base/256x256/apps/preferences-desktop-locale.png +share/icons/oxygen/base/256x256/apps/preferences-desktop-screensaver.png +share/icons/oxygen/base/256x256/apps/preferences-system-bluetooth-inactive.png +share/icons/oxygen/base/256x256/apps/preferences-system-bluetooth.png +share/icons/oxygen/base/256x256/apps/qelectrotech.png +share/icons/oxygen/base/256x256/apps/quassel.png +share/icons/oxygen/base/256x256/apps/showfoto.png +share/icons/oxygen/base/256x256/apps/strigi.png +share/icons/oxygen/base/256x256/apps/system-diagnosis.png +share/icons/oxygen/base/256x256/apps/telepathy-kde.png +share/icons/oxygen/base/256x256/apps/timevault.png +share/icons/oxygen/base/256x256/apps/yakuake.png +share/icons/oxygen/base/256x256/apps/zanshin.png +share/icons/oxygen/base/256x256/categories/applications-engineering.png +share/icons/oxygen/base/256x256/categories/applications-graphics.png +share/icons/oxygen/base/256x256/categories/applications-internet.png +share/icons/oxygen/base/256x256/categories/applications-multimedia.png +share/icons/oxygen/base/256x256/categories/applications-office.png +share/icons/oxygen/base/256x256/categories/applications-other.png +share/icons/oxygen/base/256x256/categories/applications-science.png +share/icons/oxygen/base/256x256/categories/applications-system.png +share/icons/oxygen/base/256x256/categories/preferences-desktop.png +share/icons/oxygen/base/256x256/categories/preferences-other.png +share/icons/oxygen/base/256x256/categories/preferences-system-network.png +share/icons/oxygen/base/256x256/categories/preferences-system.png +share/icons/oxygen/base/256x256/devices/audio-card.png +share/icons/oxygen/base/256x256/devices/audio-headphones.png +share/icons/oxygen/base/256x256/devices/camera-photo.png +share/icons/oxygen/base/256x256/devices/computer-laptop.png +share/icons/oxygen/base/256x256/devices/computer.png +share/icons/oxygen/base/256x256/devices/drive-harddisk.png +share/icons/oxygen/base/256x256/devices/drive-optical.png +share/icons/oxygen/base/256x256/devices/drive-removable-media-usb-pendrive.png +share/icons/oxygen/base/256x256/devices/drive-removable-media-usb.png +share/icons/oxygen/base/256x256/devices/drive-removable-media.png +share/icons/oxygen/base/256x256/devices/input-keyboard.png +share/icons/oxygen/base/256x256/devices/input-mouse.png +share/icons/oxygen/base/256x256/devices/media-flash-memory-stick.png +share/icons/oxygen/base/256x256/devices/media-flash-sd-mmc.png +share/icons/oxygen/base/256x256/devices/media-flash-smart-media.png +share/icons/oxygen/base/256x256/devices/media-flash.png +share/icons/oxygen/base/256x256/devices/media-floppy.png +share/icons/oxygen/base/256x256/devices/media-optical-audio.png +share/icons/oxygen/base/256x256/devices/media-optical-blu-ray.png +share/icons/oxygen/base/256x256/devices/media-optical-data.png +share/icons/oxygen/base/256x256/devices/media-optical-dvd-data.png +share/icons/oxygen/base/256x256/devices/media-optical-dvd-video.png +share/icons/oxygen/base/256x256/devices/media-optical-dvd.png +share/icons/oxygen/base/256x256/devices/media-optical-mixed-cd.png +share/icons/oxygen/base/256x256/devices/media-optical-recordable.png +share/icons/oxygen/base/256x256/devices/media-optical-video.png +share/icons/oxygen/base/256x256/devices/media-optical.png +share/icons/oxygen/base/256x256/devices/network-wired.png +share/icons/oxygen/base/256x256/devices/network-wireless-connected-00.png +share/icons/oxygen/base/256x256/devices/network-wireless-connected-100.png +share/icons/oxygen/base/256x256/devices/network-wireless-connected-25.png +share/icons/oxygen/base/256x256/devices/network-wireless-connected-50.png +share/icons/oxygen/base/256x256/devices/network-wireless-connected-75.png +share/icons/oxygen/base/256x256/devices/network-wireless-disconnected.png +share/icons/oxygen/base/256x256/devices/network-wireless.png +share/icons/oxygen/base/256x256/devices/printer-laser.png +share/icons/oxygen/base/256x256/devices/secure-card.png +share/icons/oxygen/base/256x256/devices/smartphone.png +share/icons/oxygen/base/256x256/devices/tablet.png +share/icons/oxygen/base/256x256/devices/video-display.png +share/icons/oxygen/base/256x256/mimetypes/application-atom+xml.png +share/icons/oxygen/base/256x256/mimetypes/application-epub+zip.png +share/icons/oxygen/base/256x256/mimetypes/application-illustrator.png +share/icons/oxygen/base/256x256/mimetypes/application-javascript.png +share/icons/oxygen/base/256x256/mimetypes/application-msword-template.png +share/icons/oxygen/base/256x256/mimetypes/application-msword.png +share/icons/oxygen/base/256x256/mimetypes/application-octet-stream.png +share/icons/oxygen/base/256x256/mimetypes/application-ogg.png +share/icons/oxygen/base/256x256/mimetypes/application-pdf.png +share/icons/oxygen/base/256x256/mimetypes/application-pgp-encrypted.png +share/icons/oxygen/base/256x256/mimetypes/application-pgp-keys.png +share/icons/oxygen/base/256x256/mimetypes/application-pkcs7-mime.png +share/icons/oxygen/base/256x256/mimetypes/application-postscript.png +share/icons/oxygen/base/256x256/mimetypes/application-relaxng.png +share/icons/oxygen/base/256x256/mimetypes/application-rss+xml.png +share/icons/oxygen/base/256x256/mimetypes/application-rtf.png +share/icons/oxygen/base/256x256/mimetypes/application-sxw.png +share/icons/oxygen/base/256x256/mimetypes/application-vnd-google-earth-kml.png +share/icons/oxygen/base/256x256/mimetypes/application-vnd.iccprofile.png +share/icons/oxygen/base/256x256/mimetypes/application-vnd.ms-access.png +share/icons/oxygen/base/256x256/mimetypes/application-vnd.ms-excel.png +share/icons/oxygen/base/256x256/mimetypes/application-vnd.ms-powerpoint.png +share/icons/oxygen/base/256x256/mimetypes/application-vnd.oasis.opendocument.chart.png +share/icons/oxygen/base/256x256/mimetypes/application-vnd.oasis.opendocument.database.png +share/icons/oxygen/base/256x256/mimetypes/application-vnd.oasis.opendocument.draw.template.png +share/icons/oxygen/base/256x256/mimetypes/application-vnd.oasis.opendocument.drawing.png +share/icons/oxygen/base/256x256/mimetypes/application-vnd.oasis.opendocument.drawing.template.png +share/icons/oxygen/base/256x256/mimetypes/application-vnd.oasis.opendocument.formula-template.png +share/icons/oxygen/base/256x256/mimetypes/application-vnd.oasis.opendocument.formula.png +share/icons/oxygen/base/256x256/mimetypes/application-vnd.oasis.opendocument.graphics.png +share/icons/oxygen/base/256x256/mimetypes/application-vnd.oasis.opendocument.image.png +share/icons/oxygen/base/256x256/mimetypes/application-vnd.oasis.opendocument.presentation-template.png +share/icons/oxygen/base/256x256/mimetypes/application-vnd.oasis.opendocument.presentation.png +share/icons/oxygen/base/256x256/mimetypes/application-vnd.oasis.opendocument.spreadsheet-template.png +share/icons/oxygen/base/256x256/mimetypes/application-vnd.oasis.opendocument.spreadsheet.png +share/icons/oxygen/base/256x256/mimetypes/application-vnd.oasis.opendocument.text-master.png +share/icons/oxygen/base/256x256/mimetypes/application-vnd.oasis.opendocument.text.png +share/icons/oxygen/base/256x256/mimetypes/application-vnd.oasis.opendocument.web.template.png +share/icons/oxygen/base/256x256/mimetypes/application-vnd.openxmlformats-officedocument.wordprocessingml.document.png +share/icons/oxygen/base/256x256/mimetypes/application-vnd.rn-realmedia.png +share/icons/oxygen/base/256x256/mimetypes/application-vnd.scribus.png +share/icons/oxygen/base/256x256/mimetypes/application-vnd.stardivision.calc.png +share/icons/oxygen/base/256x256/mimetypes/application-vnd.stardivision.draw.png +share/icons/oxygen/base/256x256/mimetypes/application-vnd.stardivision.mail.png +share/icons/oxygen/base/256x256/mimetypes/application-vnd.stardivision.math.png +share/icons/oxygen/base/256x256/mimetypes/application-vnd.sun.xml.calc.png +share/icons/oxygen/base/256x256/mimetypes/application-vnd.sun.xml.calc.template.png +share/icons/oxygen/base/256x256/mimetypes/application-vnd.sun.xml.draw.png +share/icons/oxygen/base/256x256/mimetypes/application-vnd.sun.xml.draw.template.png +share/icons/oxygen/base/256x256/mimetypes/application-vnd.sun.xml.impress.png.png +share/icons/oxygen/base/256x256/mimetypes/application-vnd.sun.xml.impress.template.png.png +share/icons/oxygen/base/256x256/mimetypes/application-vnd.sun.xml.math.png +share/icons/oxygen/base/256x256/mimetypes/application-vnd.sun.xml.writer.global.png +share/icons/oxygen/base/256x256/mimetypes/application-vnd.sun.xml.writer.png.png +share/icons/oxygen/base/256x256/mimetypes/application-vnd.wordperfect.png +share/icons/oxygen/base/256x256/mimetypes/application-x-7z-compressed.png +share/icons/oxygen/base/256x256/mimetypes/application-x-abiword.png +share/icons/oxygen/base/256x256/mimetypes/application-x-ace.png +share/icons/oxygen/base/256x256/mimetypes/application-x-applix-spreadsheet.png +share/icons/oxygen/base/256x256/mimetypes/application-x-applix-word.png +share/icons/oxygen/base/256x256/mimetypes/application-x-ar.png +share/icons/oxygen/base/256x256/mimetypes/application-x-arc.png +share/icons/oxygen/base/256x256/mimetypes/application-x-archive.png +share/icons/oxygen/base/256x256/mimetypes/application-x-arj.png +share/icons/oxygen/base/256x256/mimetypes/application-x-bittorrent.png +share/icons/oxygen/base/256x256/mimetypes/application-x-blender.png +share/icons/oxygen/base/256x256/mimetypes/application-x-bzdvi.png +share/icons/oxygen/base/256x256/mimetypes/application-x-bzip-compressed-tar.png +share/icons/oxygen/base/256x256/mimetypes/application-x-bzip.png +share/icons/oxygen/base/256x256/mimetypes/application-x-cd-image.png +share/icons/oxygen/base/256x256/mimetypes/application-x-cda.png +share/icons/oxygen/base/256x256/mimetypes/application-x-chm.png +share/icons/oxygen/base/256x256/mimetypes/application-x-compress.png +share/icons/oxygen/base/256x256/mimetypes/application-x-compressed-tar.png +share/icons/oxygen/base/256x256/mimetypes/application-x-cpio.png +share/icons/oxygen/base/256x256/mimetypes/application-x-cue.png +share/icons/oxygen/base/256x256/mimetypes/application-x-deb.png +share/icons/oxygen/base/256x256/mimetypes/application-x-designer.png +share/icons/oxygen/base/256x256/mimetypes/application-x-desktop.png +share/icons/oxygen/base/256x256/mimetypes/application-x-dgn.png +share/icons/oxygen/base/256x256/mimetypes/application-x-egon.png +share/icons/oxygen/base/256x256/mimetypes/application-x-executable-script.png +share/icons/oxygen/base/256x256/mimetypes/application-x-executable.png +share/icons/oxygen/base/256x256/mimetypes/application-x-flash-video.png +share/icons/oxygen/base/256x256/mimetypes/application-x-font-afm.png +share/icons/oxygen/base/256x256/mimetypes/application-x-font-bdf.png +share/icons/oxygen/base/256x256/mimetypes/application-x-font-otf.png +share/icons/oxygen/base/256x256/mimetypes/application-x-font-pcf.png +share/icons/oxygen/base/256x256/mimetypes/application-x-font-snf.png +share/icons/oxygen/base/256x256/mimetypes/application-x-font-ttf.png +share/icons/oxygen/base/256x256/mimetypes/application-x-font-type1.png +share/icons/oxygen/base/256x256/mimetypes/application-x-gnumeric.png +share/icons/oxygen/base/256x256/mimetypes/application-x-gzdvi.png +share/icons/oxygen/base/256x256/mimetypes/application-x-gzip.png +share/icons/oxygen/base/256x256/mimetypes/application-x-gzpostscript.png +share/icons/oxygen/base/256x256/mimetypes/application-x-iso.png +share/icons/oxygen/base/256x256/mimetypes/application-x-it87.png +share/icons/oxygen/base/256x256/mimetypes/application-x-jar.png +share/icons/oxygen/base/256x256/mimetypes/application-x-java-applet.png +share/icons/oxygen/base/256x256/mimetypes/application-x-java-archive.png +share/icons/oxygen/base/256x256/mimetypes/application-x-java.png +share/icons/oxygen/base/256x256/mimetypes/application-x-javascript.png +share/icons/oxygen/base/256x256/mimetypes/application-x-k3b.png +share/icons/oxygen/base/256x256/mimetypes/application-x-kcsrc.png +share/icons/oxygen/base/256x256/mimetypes/application-x-kdenlivetitle.png +share/icons/oxygen/base/256x256/mimetypes/application-x-kexi-connectiondata.png +share/icons/oxygen/base/256x256/mimetypes/application-x-kexiproject-shortcut.png +share/icons/oxygen/base/256x256/mimetypes/application-x-kexiproject-sqlite.png +share/icons/oxygen/base/256x256/mimetypes/application-x-kexiproject-sqlite2.png +share/icons/oxygen/base/256x256/mimetypes/application-x-kexiproject-sqlite3.png +share/icons/oxygen/base/256x256/mimetypes/application-x-kformula.png +share/icons/oxygen/base/256x256/mimetypes/application-x-kgetlist.png +share/icons/oxygen/base/256x256/mimetypes/application-x-kontour.png +share/icons/oxygen/base/256x256/mimetypes/application-x-kplato.png +share/icons/oxygen/base/256x256/mimetypes/application-x-krita.png +share/icons/oxygen/base/256x256/mimetypes/application-x-kword.png +share/icons/oxygen/base/256x256/mimetypes/application-x-lha.png +share/icons/oxygen/base/256x256/mimetypes/application-x-lyx.png +share/icons/oxygen/base/256x256/mimetypes/application-x-lzma-compressed-tar.png +share/icons/oxygen/base/256x256/mimetypes/application-x-lzop.png +share/icons/oxygen/base/256x256/mimetypes/application-x-m4.png +share/icons/oxygen/base/256x256/mimetypes/application-x-marble.png +share/icons/oxygen/base/256x256/mimetypes/application-x-mimearchive.png +share/icons/oxygen/base/256x256/mimetypes/application-x-mplayer2.png +share/icons/oxygen/base/256x256/mimetypes/application-x-ms-dos-executable.png +share/icons/oxygen/base/256x256/mimetypes/application-x-mswinurl.png +share/icons/oxygen/base/256x256/mimetypes/application-x-mswrite.png +share/icons/oxygen/base/256x256/mimetypes/application-x-nzb.png +share/icons/oxygen/base/256x256/mimetypes/application-x-object.png +share/icons/oxygen/base/256x256/mimetypes/application-x-pak.png +share/icons/oxygen/base/256x256/mimetypes/application-x-pem-key.png +share/icons/oxygen/base/256x256/mimetypes/application-x-perl.png +share/icons/oxygen/base/256x256/mimetypes/application-x-php.png +share/icons/oxygen/base/256x256/mimetypes/application-x-plasma.png +share/icons/oxygen/base/256x256/mimetypes/application-x-python-bytecode.png +share/icons/oxygen/base/256x256/mimetypes/application-x-qet-element.png +share/icons/oxygen/base/256x256/mimetypes/application-x-qet-project.png +share/icons/oxygen/base/256x256/mimetypes/application-x-quattropro.png +share/icons/oxygen/base/256x256/mimetypes/application-x-rar.png +share/icons/oxygen/base/256x256/mimetypes/application-x-raw-disk-image.png +share/icons/oxygen/base/256x256/mimetypes/application-x-rpm.png +share/icons/oxygen/base/256x256/mimetypes/application-x-ruby.png +share/icons/oxygen/base/256x256/mimetypes/application-x-sharedlib.png +share/icons/oxygen/base/256x256/mimetypes/application-x-shellscript.png +share/icons/oxygen/base/256x256/mimetypes/application-x-shockwave-flash.png +share/icons/oxygen/base/256x256/mimetypes/application-x-siag.png +share/icons/oxygen/base/256x256/mimetypes/application-x-sif.png +share/icons/oxygen/base/256x256/mimetypes/application-x-smb-server.png +share/icons/oxygen/base/256x256/mimetypes/application-x-smb-workgroup.png +share/icons/oxygen/base/256x256/mimetypes/application-x-sqlite2.png +share/icons/oxygen/base/256x256/mimetypes/application-x-sqlite3.png +share/icons/oxygen/base/256x256/mimetypes/application-x-srt.png +share/icons/oxygen/base/256x256/mimetypes/application-x-srtrip.png +share/icons/oxygen/base/256x256/mimetypes/application-x-subrip.png +share/icons/oxygen/base/256x256/mimetypes/application-x-tar.png +share/icons/oxygen/base/256x256/mimetypes/application-x-tarz.png +share/icons/oxygen/base/256x256/mimetypes/application-x-tgif.png +share/icons/oxygen/base/256x256/mimetypes/application-x-trash.png +share/icons/oxygen/base/256x256/mimetypes/application-x-troff-man.png +share/icons/oxygen/base/256x256/mimetypes/application-x-tzo.png +share/icons/oxygen/base/256x256/mimetypes/application-x-wmf.png +share/icons/oxygen/base/256x256/mimetypes/application-x-zerosize.png +share/icons/oxygen/base/256x256/mimetypes/application-x-zoo.png +share/icons/oxygen/base/256x256/mimetypes/application-xhtml+xml.png +share/icons/oxygen/base/256x256/mimetypes/application-xml.png +share/icons/oxygen/base/256x256/mimetypes/application-xsd.png +share/icons/oxygen/base/256x256/mimetypes/application-xslt+xml.png +share/icons/oxygen/base/256x256/mimetypes/application-zip.png +share/icons/oxygen/base/256x256/mimetypes/audio-ac3.png +share/icons/oxygen/base/256x256/mimetypes/audio-midi.png +share/icons/oxygen/base/256x256/mimetypes/audio-mp2.png +share/icons/oxygen/base/256x256/mimetypes/audio-mp3.png +share/icons/oxygen/base/256x256/mimetypes/audio-mp4.png +share/icons/oxygen/base/256x256/mimetypes/audio-prs.sid.png +share/icons/oxygen/base/256x256/mimetypes/audio-vn.rn-realmedia.png +share/icons/oxygen/base/256x256/mimetypes/audio-vn.rn-realvideo.png +share/icons/oxygen/base/256x256/mimetypes/audio-vnd.rn-realvideo.png +share/icons/oxygen/base/256x256/mimetypes/audio-x-adpcm.png +share/icons/oxygen/base/256x256/mimetypes/audio-x-aiff.png +share/icons/oxygen/base/256x256/mimetypes/audio-x-flac+ogg.png +share/icons/oxygen/base/256x256/mimetypes/audio-x-flac.png +share/icons/oxygen/base/256x256/mimetypes/audio-x-generic.png +share/icons/oxygen/base/256x256/mimetypes/audio-x-monkey.png +share/icons/oxygen/base/256x256/mimetypes/audio-x-mp2.png +share/icons/oxygen/base/256x256/mimetypes/audio-x-mpeg.png +share/icons/oxygen/base/256x256/mimetypes/audio-x-speex+ogg.png +share/icons/oxygen/base/256x256/mimetypes/audio-x-wav.png +share/icons/oxygen/base/256x256/mimetypes/encrypted.png +share/icons/oxygen/base/256x256/mimetypes/fonts-package.png +share/icons/oxygen/base/256x256/mimetypes/image-bmp.png +share/icons/oxygen/base/256x256/mimetypes/image-gif.png +share/icons/oxygen/base/256x256/mimetypes/image-jpeg.png +share/icons/oxygen/base/256x256/mimetypes/image-jpeg2000.png +share/icons/oxygen/base/256x256/mimetypes/image-png.png +share/icons/oxygen/base/256x256/mimetypes/image-svg+xml-compressed.png +share/icons/oxygen/base/256x256/mimetypes/image-svg+xml.png +share/icons/oxygen/base/256x256/mimetypes/image-tiff.png +share/icons/oxygen/base/256x256/mimetypes/image-vnd.adobe.photoshop.png +share/icons/oxygen/base/256x256/mimetypes/image-vnd.dwg.png +share/icons/oxygen/base/256x256/mimetypes/image-x-adobe-dng.png +share/icons/oxygen/base/256x256/mimetypes/image-x-compressed-xcf.png +share/icons/oxygen/base/256x256/mimetypes/image-x-emf.png +share/icons/oxygen/base/256x256/mimetypes/image-x-eps.png +share/icons/oxygen/base/256x256/mimetypes/image-x-generic.png +share/icons/oxygen/base/256x256/mimetypes/image-x-krita.png +share/icons/oxygen/base/256x256/mimetypes/image-x-portable-bitmap.png +share/icons/oxygen/base/256x256/mimetypes/image-x-psd.png +share/icons/oxygen/base/256x256/mimetypes/image-x-psdimage-x-psd.png +share/icons/oxygen/base/256x256/mimetypes/image-x-tga.png +share/icons/oxygen/base/256x256/mimetypes/image-x-vnd.trolltech.qpicture.png +share/icons/oxygen/base/256x256/mimetypes/image-x-win-bitmap.png +share/icons/oxygen/base/256x256/mimetypes/image-x-win-bmp.png +share/icons/oxygen/base/256x256/mimetypes/image-x-wmf.png +share/icons/oxygen/base/256x256/mimetypes/image-x-xcf.png +share/icons/oxygen/base/256x256/mimetypes/image-x-xfig.png +share/icons/oxygen/base/256x256/mimetypes/inode-directory.png +share/icons/oxygen/base/256x256/mimetypes/libreoffice-database.png +share/icons/oxygen/base/256x256/mimetypes/libreoffice-drawing-template.png +share/icons/oxygen/base/256x256/mimetypes/libreoffice-drawing.png +share/icons/oxygen/base/256x256/mimetypes/libreoffice-formula.png +share/icons/oxygen/base/256x256/mimetypes/libreoffice-oasis-database.png +share/icons/oxygen/base/256x256/mimetypes/libreoffice-oasis-drawing-template.png +share/icons/oxygen/base/256x256/mimetypes/libreoffice-oasis-drawing.png +share/icons/oxygen/base/256x256/mimetypes/libreoffice-oasis-formula.png +share/icons/oxygen/base/256x256/mimetypes/libreoffice-oasis-presentation-template.png +share/icons/oxygen/base/256x256/mimetypes/libreoffice-oasis-presentation.png +share/icons/oxygen/base/256x256/mimetypes/libreoffice-oasis-spreadsheet-template.png +share/icons/oxygen/base/256x256/mimetypes/libreoffice-oasis-spreadsheet.png +share/icons/oxygen/base/256x256/mimetypes/libreoffice-oasis-text-template.png +share/icons/oxygen/base/256x256/mimetypes/libreoffice-oasis-text.png +share/icons/oxygen/base/256x256/mimetypes/libreoffice-oasis-web-template.png +share/icons/oxygen/base/256x256/mimetypes/libreoffice-presentation-template.png +share/icons/oxygen/base/256x256/mimetypes/libreoffice-presentation.png +share/icons/oxygen/base/256x256/mimetypes/libreoffice-spreadsheet-template.png +share/icons/oxygen/base/256x256/mimetypes/libreoffice-spreadsheet.png +share/icons/oxygen/base/256x256/mimetypes/libreoffice-text-template.png +share/icons/oxygen/base/256x256/mimetypes/libreoffice-text.png +share/icons/oxygen/base/256x256/mimetypes/message-news.png +share/icons/oxygen/base/256x256/mimetypes/message-partial.png +share/icons/oxygen/base/256x256/mimetypes/message-rfc822.png +share/icons/oxygen/base/256x256/mimetypes/message-x-gnu-rmail.png +share/icons/oxygen/base/256x256/mimetypes/message.png +share/icons/oxygen/base/256x256/mimetypes/odf.png +share/icons/oxygen/base/256x256/mimetypes/package-x-generic.png +share/icons/oxygen/base/256x256/mimetypes/text-calendar.png +share/icons/oxygen/base/256x256/mimetypes/text-csharp.png +share/icons/oxygen/base/256x256/mimetypes/text-css.png +share/icons/oxygen/base/256x256/mimetypes/text-csv.png +share/icons/oxygen/base/256x256/mimetypes/text-directory.png +share/icons/oxygen/base/256x256/mimetypes/text-enriched.png +share/icons/oxygen/base/256x256/mimetypes/text-html.png +share/icons/oxygen/base/256x256/mimetypes/text-mathml.png +share/icons/oxygen/base/256x256/mimetypes/text-plain.png +share/icons/oxygen/base/256x256/mimetypes/text-rdf+xml.png +share/icons/oxygen/base/256x256/mimetypes/text-rdf.png +share/icons/oxygen/base/256x256/mimetypes/text-rtf.png +share/icons/oxygen/base/256x256/mimetypes/text-sgml.png +share/icons/oxygen/base/256x256/mimetypes/text-troff.png +share/icons/oxygen/base/256x256/mimetypes/text-vcalendar.png +share/icons/oxygen/base/256x256/mimetypes/text-vnd.abc.png +share/icons/oxygen/base/256x256/mimetypes/text-vnd.wap.wml.png +share/icons/oxygen/base/256x256/mimetypes/text-x-adasrc.png +share/icons/oxygen/base/256x256/mimetypes/text-x-authors.png +share/icons/oxygen/base/256x256/mimetypes/text-x-bibtex.png +share/icons/oxygen/base/256x256/mimetypes/text-x-c++hdr.png +share/icons/oxygen/base/256x256/mimetypes/text-x-c++src.png +share/icons/oxygen/base/256x256/mimetypes/text-x-changelog.png +share/icons/oxygen/base/256x256/mimetypes/text-x-chdr.png +share/icons/oxygen/base/256x256/mimetypes/text-x-cmake.png +share/icons/oxygen/base/256x256/mimetypes/text-x-copying.png +share/icons/oxygen/base/256x256/mimetypes/text-x-credits.png +share/icons/oxygen/base/256x256/mimetypes/text-x-csharp.png +share/icons/oxygen/base/256x256/mimetypes/text-x-csrc.png +share/icons/oxygen/base/256x256/mimetypes/text-x-dtd.png +share/icons/oxygen/base/256x256/mimetypes/text-x-generic.png +share/icons/oxygen/base/256x256/mimetypes/text-x-generic.svapplicatiopn-x-awk.png +share/icons/oxygen/base/256x256/mimetypes/text-x-haskell.png +share/icons/oxygen/base/256x256/mimetypes/text-x-hex.png +share/icons/oxygen/base/256x256/mimetypes/text-x-install.png +share/icons/oxygen/base/256x256/mimetypes/text-x-java-source.png +share/icons/oxygen/base/256x256/mimetypes/text-x-java.png +share/icons/oxygen/base/256x256/mimetypes/text-x-javascript.png +share/icons/oxygen/base/256x256/mimetypes/text-x-katefilelist.png +share/icons/oxygen/base/256x256/mimetypes/text-x-ldif.png +share/icons/oxygen/base/256x256/mimetypes/text-x-lilypond.png +share/icons/oxygen/base/256x256/mimetypes/text-x-log.png +share/icons/oxygen/base/256x256/mimetypes/text-x-makefile.png +share/icons/oxygen/base/256x256/mimetypes/text-x-nfo.png +share/icons/oxygen/base/256x256/mimetypes/text-x-objchdr.png +share/icons/oxygen/base/256x256/mimetypes/text-x-objcsrc.png +share/icons/oxygen/base/256x256/mimetypes/text-x-opml+xml.png +share/icons/oxygen/base/256x256/mimetypes/text-x-opml.png +share/icons/oxygen/base/256x256/mimetypes/text-x-pascal.png +share/icons/oxygen/base/256x256/mimetypes/text-x-patch.png +share/icons/oxygen/base/256x256/mimetypes/text-x-plain.png +share/icons/oxygen/base/256x256/mimetypes/text-x-po.png +share/icons/oxygen/base/256x256/mimetypes/text-x-python.png +share/icons/oxygen/base/256x256/mimetypes/text-x-qml.png +share/icons/oxygen/base/256x256/mimetypes/text-x-readme.png +share/icons/oxygen/base/256x256/mimetypes/text-x-rpm-spec.png +share/icons/oxygen/base/256x256/mimetypes/text-x-script.png +share/icons/oxygen/base/256x256/mimetypes/text-x-sql.png +share/icons/oxygen/base/256x256/mimetypes/text-x-tex.png +share/icons/oxygen/base/256x256/mimetypes/text-x-texinfo.png +share/icons/oxygen/base/256x256/mimetypes/text-x-vcard.png +share/icons/oxygen/base/256x256/mimetypes/text-x-xslfo.png +share/icons/oxygen/base/256x256/mimetypes/text-xmcd.png +share/icons/oxygen/base/256x256/mimetypes/text-xml.png +share/icons/oxygen/base/256x256/mimetypes/unknown.png +share/icons/oxygen/base/256x256/mimetypes/uri-mms.png +share/icons/oxygen/base/256x256/mimetypes/uri-mmst.png +share/icons/oxygen/base/256x256/mimetypes/uri-mmsu.png +share/icons/oxygen/base/256x256/mimetypes/uri-pnm.png +share/icons/oxygen/base/256x256/mimetypes/uri-rtspt.png +share/icons/oxygen/base/256x256/mimetypes/uri-rtspu.png +share/icons/oxygen/base/256x256/mimetypes/video-mp4.png +share/icons/oxygen/base/256x256/mimetypes/video-vivo.png +share/icons/oxygen/base/256x256/mimetypes/video-vnd.rn-realvideo.png +share/icons/oxygen/base/256x256/mimetypes/video-wavelet.png +share/icons/oxygen/base/256x256/mimetypes/video-webm.png +share/icons/oxygen/base/256x256/mimetypes/video-x-anim.png +share/icons/oxygen/base/256x256/mimetypes/video-x-flic.png +share/icons/oxygen/base/256x256/mimetypes/video-x-flv.png +share/icons/oxygen/base/256x256/mimetypes/video-x-generic.png +share/icons/oxygen/base/256x256/mimetypes/video-x-google-vlc-plugin.png +share/icons/oxygen/base/256x256/mimetypes/video-x-javafx.png +share/icons/oxygen/base/256x256/mimetypes/video-x-matroska.png +share/icons/oxygen/base/256x256/mimetypes/video-x-mng.png +share/icons/oxygen/base/256x256/mimetypes/video-x-ms-wmp.png +share/icons/oxygen/base/256x256/mimetypes/video-x-ms-wmv.png +share/icons/oxygen/base/256x256/mimetypes/video-x-msvideo.png +share/icons/oxygen/base/256x256/mimetypes/video-x-ogm+ogg.png +share/icons/oxygen/base/256x256/mimetypes/video-x-theor+ogg.png +share/icons/oxygen/base/256x256/mimetypes/video-x-wmv.png +share/icons/oxygen/base/256x256/mimetypes/x-kde-nsplugin-generated.png +share/icons/oxygen/base/256x256/mimetypes/x-mail-distribution-list.png +share/icons/oxygen/base/256x256/mimetypes/x-media-podcast.png +share/icons/oxygen/base/256x256/mimetypes/x-office-address-book.png +share/icons/oxygen/base/256x256/mimetypes/x-office-calendar.png +share/icons/oxygen/base/256x256/mimetypes/x-office-document.png +share/icons/oxygen/base/256x256/mimetypes/x-office-drawing.png +share/icons/oxygen/base/256x256/mimetypes/x-office-presentation.png +share/icons/oxygen/base/256x256/mimetypes/x-office-spreadsheet.png +share/icons/oxygen/base/256x256/places/certificate-server.png +share/icons/oxygen/base/256x256/places/favorites.png +share/icons/oxygen/base/256x256/places/folder-activities.png +share/icons/oxygen/base/256x256/places/folder-black.png +share/icons/oxygen/base/256x256/places/folder-blue.png +share/icons/oxygen/base/256x256/places/folder-bookmark.png +share/icons/oxygen/base/256x256/places/folder-brown.png +share/icons/oxygen/base/256x256/places/folder-cloud.png +share/icons/oxygen/base/256x256/places/folder-cyan.png +share/icons/oxygen/base/256x256/places/folder-development.png +share/icons/oxygen/base/256x256/places/folder-documents.png +share/icons/oxygen/base/256x256/places/folder-download.png +share/icons/oxygen/base/256x256/places/folder-downloads.png +share/icons/oxygen/base/256x256/places/folder-dropbox.png +share/icons/oxygen/base/256x256/places/folder-favorites.png +share/icons/oxygen/base/256x256/places/folder-gdrive.png +share/icons/oxygen/base/256x256/places/folder-green.png +share/icons/oxygen/base/256x256/places/folder-grey.png +share/icons/oxygen/base/256x256/places/folder-html.png +share/icons/oxygen/base/256x256/places/folder-image-people.png +share/icons/oxygen/base/256x256/places/folder-image.png +share/icons/oxygen/base/256x256/places/folder-images.png +share/icons/oxygen/base/256x256/places/folder-important.png +share/icons/oxygen/base/256x256/places/folder-locked.png +share/icons/oxygen/base/256x256/places/folder-mail.png +share/icons/oxygen/base/256x256/places/folder-music.png +share/icons/oxygen/base/256x256/places/folder-network.png +share/icons/oxygen/base/256x256/places/folder-onedrive.png +share/icons/oxygen/base/256x256/places/folder-orange.png +share/icons/oxygen/base/256x256/places/folder-owncloud.png +share/icons/oxygen/base/256x256/places/folder-picture.png +share/icons/oxygen/base/256x256/places/folder-pictures.png +share/icons/oxygen/base/256x256/places/folder-print.png +share/icons/oxygen/base/256x256/places/folder-public.png +share/icons/oxygen/base/256x256/places/folder-publicshare.png +share/icons/oxygen/base/256x256/places/folder-red.png +share/icons/oxygen/base/256x256/places/folder-remote.png +share/icons/oxygen/base/256x256/places/folder-script.png +share/icons/oxygen/base/256x256/places/folder-sound.png +share/icons/oxygen/base/256x256/places/folder-tar.png +share/icons/oxygen/base/256x256/places/folder-temp.png +share/icons/oxygen/base/256x256/places/folder-text.png +share/icons/oxygen/base/256x256/places/folder-txt.png +share/icons/oxygen/base/256x256/places/folder-video.png +share/icons/oxygen/base/256x256/places/folder-videos.png +share/icons/oxygen/base/256x256/places/folder-violet.png +share/icons/oxygen/base/256x256/places/folder-yellow.png +share/icons/oxygen/base/256x256/places/folder.png +share/icons/oxygen/base/256x256/places/mail-folder-sent.png +share/icons/oxygen/base/256x256/places/mail-message.png +share/icons/oxygen/base/256x256/places/network-server-database.png +share/icons/oxygen/base/256x256/places/network-server.png +share/icons/oxygen/base/256x256/places/network-workgroup.png +share/icons/oxygen/base/256x256/places/repository.png +share/icons/oxygen/base/256x256/places/server-database.png +share/icons/oxygen/base/256x256/places/start-here-kde.png +share/icons/oxygen/base/256x256/places/start-here.png +share/icons/oxygen/base/256x256/places/stock_folder.png +share/icons/oxygen/base/256x256/places/user-desktop.png +share/icons/oxygen/base/256x256/places/user-home.png +share/icons/oxygen/base/256x256/places/user-trash-full.png +share/icons/oxygen/base/256x256/places/user-trash.png +share/icons/oxygen/base/256x256/status/user-trash-full.png +share/icons/oxygen/base/32x32/actions/address-book-new.png +share/icons/oxygen/base/32x32/actions/align-horizontal-bottom-out.png +share/icons/oxygen/base/32x32/actions/align-horizontal-center.png +share/icons/oxygen/base/32x32/actions/align-horizontal-left-out.png +share/icons/oxygen/base/32x32/actions/align-horizontal-left.png +share/icons/oxygen/base/32x32/actions/align-horizontal-right-out.png +share/icons/oxygen/base/32x32/actions/align-horizontal-right.png +share/icons/oxygen/base/32x32/actions/align-horizontal-top-out.png +share/icons/oxygen/base/32x32/actions/align-vertical-bottom.png +share/icons/oxygen/base/32x32/actions/align-vertical-center.png +share/icons/oxygen/base/32x32/actions/align-vertical-top.png +share/icons/oxygen/base/32x32/actions/application-exit.png +share/icons/oxygen/base/32x32/actions/appointment-new.png +share/icons/oxygen/base/32x32/actions/archive-extract.png +share/icons/oxygen/base/32x32/actions/archive-insert-directory.png +share/icons/oxygen/base/32x32/actions/archive-insert.png +share/icons/oxygen/base/32x32/actions/archive-remove.png +share/icons/oxygen/base/32x32/actions/arrow-down-double.png +share/icons/oxygen/base/32x32/actions/arrow-down.png +share/icons/oxygen/base/32x32/actions/arrow-left-double.png +share/icons/oxygen/base/32x32/actions/arrow-left.png +share/icons/oxygen/base/32x32/actions/arrow-right-double.png +share/icons/oxygen/base/32x32/actions/arrow-right.png +share/icons/oxygen/base/32x32/actions/arrow-up-double.png +share/icons/oxygen/base/32x32/actions/arrow-up.png +share/icons/oxygen/base/32x32/actions/blurimage.png +share/icons/oxygen/base/32x32/actions/bookmark-new-list.png +share/icons/oxygen/base/32x32/actions/bookmark-new.png +share/icons/oxygen/base/32x32/actions/bookmark-toolbar.png +share/icons/oxygen/base/32x32/actions/bookmarks-organize.png +share/icons/oxygen/base/32x32/actions/call-start.png +share/icons/oxygen/base/32x32/actions/call-stop.png +share/icons/oxygen/base/32x32/actions/character-set.png +share/icons/oxygen/base/32x32/actions/checkbox.png +share/icons/oxygen/base/32x32/actions/chronometer.png +share/icons/oxygen/base/32x32/actions/code-block.png +share/icons/oxygen/base/32x32/actions/code-class.png +share/icons/oxygen/base/32x32/actions/code-context.png +share/icons/oxygen/base/32x32/actions/code-function.png +share/icons/oxygen/base/32x32/actions/code-typedef.png +share/icons/oxygen/base/32x32/actions/code-variable.png +share/icons/oxygen/base/32x32/actions/color-picker-black.png +share/icons/oxygen/base/32x32/actions/color-picker-grey.png +share/icons/oxygen/base/32x32/actions/color-picker-white.png +share/icons/oxygen/base/32x32/actions/color-picker.png +share/icons/oxygen/base/32x32/actions/configure-shortcuts.png +share/icons/oxygen/base/32x32/actions/configure-toolbars.png +share/icons/oxygen/base/32x32/actions/configure.png +share/icons/oxygen/base/32x32/actions/contact-new.png +share/icons/oxygen/base/32x32/actions/dashboard-show.png +share/icons/oxygen/base/32x32/actions/debug-execute-from-cursor.png +share/icons/oxygen/base/32x32/actions/debug-execute-to-cursor.png +share/icons/oxygen/base/32x32/actions/debug-run-cursor.png +share/icons/oxygen/base/32x32/actions/debug-run.png +share/icons/oxygen/base/32x32/actions/debug-step-instruction.png +share/icons/oxygen/base/32x32/actions/debug-step-into-instruction.png +share/icons/oxygen/base/32x32/actions/debug-step-into.png +share/icons/oxygen/base/32x32/actions/debug-step-out.png +share/icons/oxygen/base/32x32/actions/debug-step-over.png +share/icons/oxygen/base/32x32/actions/dialog-cancel.png +share/icons/oxygen/base/32x32/actions/dialog-close.png +share/icons/oxygen/base/32x32/actions/dialog-ok-apply.png +share/icons/oxygen/base/32x32/actions/dialog-ok.png +share/icons/oxygen/base/32x32/actions/distribute-horizontal-center.png +share/icons/oxygen/base/32x32/actions/distribute-horizontal-equal.png +share/icons/oxygen/base/32x32/actions/distribute-horizontal-left.png +share/icons/oxygen/base/32x32/actions/distribute-horizontal-margin.png +share/icons/oxygen/base/32x32/actions/distribute-horizontal-page.png +share/icons/oxygen/base/32x32/actions/distribute-horizontal-right.png +share/icons/oxygen/base/32x32/actions/distribute-horizontal-x.png +share/icons/oxygen/base/32x32/actions/distribute-vertical-bottom.png +share/icons/oxygen/base/32x32/actions/distribute-vertical-center.png +share/icons/oxygen/base/32x32/actions/distribute-vertical-equal.png +share/icons/oxygen/base/32x32/actions/distribute-vertical-margin.png +share/icons/oxygen/base/32x32/actions/distribute-vertical-page.png +share/icons/oxygen/base/32x32/actions/distribute-vertical-top.png +share/icons/oxygen/base/32x32/actions/distribute-vertical-y.png +share/icons/oxygen/base/32x32/actions/document-close.png +share/icons/oxygen/base/32x32/actions/document-decrypt.png +share/icons/oxygen/base/32x32/actions/document-edit-decrypt-verify.png +share/icons/oxygen/base/32x32/actions/document-edit-decrypt.png +share/icons/oxygen/base/32x32/actions/document-edit-encrypt.png +share/icons/oxygen/base/32x32/actions/document-edit-sign-encrypt.png +share/icons/oxygen/base/32x32/actions/document-edit-sign.png +share/icons/oxygen/base/32x32/actions/document-edit-verify.png +share/icons/oxygen/base/32x32/actions/document-edit.png +share/icons/oxygen/base/32x32/actions/document-encrypt.png +share/icons/oxygen/base/32x32/actions/document-encrypted.png +share/icons/oxygen/base/32x32/actions/document-export-table.png +share/icons/oxygen/base/32x32/actions/document-export.png +share/icons/oxygen/base/32x32/actions/document-import.png +share/icons/oxygen/base/32x32/actions/document-new.png +share/icons/oxygen/base/32x32/actions/document-open-folder.png +share/icons/oxygen/base/32x32/actions/document-open-recent.png +share/icons/oxygen/base/32x32/actions/document-open-remote.png +share/icons/oxygen/base/32x32/actions/document-open.png +share/icons/oxygen/base/32x32/actions/document-preview-archive.png +share/icons/oxygen/base/32x32/actions/document-preview.png +share/icons/oxygen/base/32x32/actions/document-print-direct.png +share/icons/oxygen/base/32x32/actions/document-print-frame.png +share/icons/oxygen/base/32x32/actions/document-print-preview.png +share/icons/oxygen/base/32x32/actions/document-print.png +share/icons/oxygen/base/32x32/actions/document-properties.png +share/icons/oxygen/base/32x32/actions/document-revert.png +share/icons/oxygen/base/32x32/actions/document-save-all.png +share/icons/oxygen/base/32x32/actions/document-save-as.png +share/icons/oxygen/base/32x32/actions/document-save.png +share/icons/oxygen/base/32x32/actions/document-sign.png +share/icons/oxygen/base/32x32/actions/documentation.png +share/icons/oxygen/base/32x32/actions/download-later.png +share/icons/oxygen/base/32x32/actions/download.png +share/icons/oxygen/base/32x32/actions/draw-arrow-back.png +share/icons/oxygen/base/32x32/actions/draw-arrow-down.png +share/icons/oxygen/base/32x32/actions/draw-arrow-forward.png +share/icons/oxygen/base/32x32/actions/draw-arrow-up.png +share/icons/oxygen/base/32x32/actions/draw-bezier-curves.png +share/icons/oxygen/base/32x32/actions/draw-brush.png +share/icons/oxygen/base/32x32/actions/draw-circle.png +share/icons/oxygen/base/32x32/actions/draw-cross.png +share/icons/oxygen/base/32x32/actions/draw-donut.png +share/icons/oxygen/base/32x32/actions/draw-ellipse.png +share/icons/oxygen/base/32x32/actions/draw-eraser.png +share/icons/oxygen/base/32x32/actions/draw-freehand.png +share/icons/oxygen/base/32x32/actions/draw-halfcircle1.png +share/icons/oxygen/base/32x32/actions/draw-halfcircle2.png +share/icons/oxygen/base/32x32/actions/draw-halfcircle3.png +share/icons/oxygen/base/32x32/actions/draw-halfcircle4.png +share/icons/oxygen/base/32x32/actions/draw-path.png +share/icons/oxygen/base/32x32/actions/draw-polygon.png +share/icons/oxygen/base/32x32/actions/draw-polyline.png +share/icons/oxygen/base/32x32/actions/draw-rectangle.png +share/icons/oxygen/base/32x32/actions/draw-spiral.png +share/icons/oxygen/base/32x32/actions/draw-square-inverted-corners.png +share/icons/oxygen/base/32x32/actions/draw-star.png +share/icons/oxygen/base/32x32/actions/draw-text.png +share/icons/oxygen/base/32x32/actions/draw-triangle.png +share/icons/oxygen/base/32x32/actions/draw-triangle1.png +share/icons/oxygen/base/32x32/actions/draw-triangle2.png +share/icons/oxygen/base/32x32/actions/draw-triangle3.png +share/icons/oxygen/base/32x32/actions/draw-triangle4.png +share/icons/oxygen/base/32x32/actions/edit-bomb.png +share/icons/oxygen/base/32x32/actions/edit-clear-history.png +share/icons/oxygen/base/32x32/actions/edit-clear-list.png +share/icons/oxygen/base/32x32/actions/edit-clear-locationbar-ltr.png +share/icons/oxygen/base/32x32/actions/edit-clear-locationbar-rtl.png +share/icons/oxygen/base/32x32/actions/edit-clear.png +share/icons/oxygen/base/32x32/actions/edit-copy.png +share/icons/oxygen/base/32x32/actions/edit-cut.png +share/icons/oxygen/base/32x32/actions/edit-delete-shred.png +share/icons/oxygen/base/32x32/actions/edit-delete.png +share/icons/oxygen/base/32x32/actions/edit-find-mail.png +share/icons/oxygen/base/32x32/actions/edit-find-project.png +share/icons/oxygen/base/32x32/actions/edit-find-replace.png +share/icons/oxygen/base/32x32/actions/edit-find-user.png +share/icons/oxygen/base/32x32/actions/edit-find.png +share/icons/oxygen/base/32x32/actions/edit-guides.png +share/icons/oxygen/base/32x32/actions/edit-image-face-add.png +share/icons/oxygen/base/32x32/actions/edit-image-face-detect.png +share/icons/oxygen/base/32x32/actions/edit-image-face-recognize.png +share/icons/oxygen/base/32x32/actions/edit-image-face-show.png +share/icons/oxygen/base/32x32/actions/edit-node.png +share/icons/oxygen/base/32x32/actions/edit-paste.png +share/icons/oxygen/base/32x32/actions/edit-redo.png +share/icons/oxygen/base/32x32/actions/edit-rename.png +share/icons/oxygen/base/32x32/actions/edit-select-all.png +share/icons/oxygen/base/32x32/actions/edit-select.png +share/icons/oxygen/base/32x32/actions/edit-table-cell-merge.png +share/icons/oxygen/base/32x32/actions/edit-table-cell-split.png +share/icons/oxygen/base/32x32/actions/edit-table-delete-column.png +share/icons/oxygen/base/32x32/actions/edit-table-delete-row.png +share/icons/oxygen/base/32x32/actions/edit-table-insert-column-left.png +share/icons/oxygen/base/32x32/actions/edit-table-insert-column-right.png +share/icons/oxygen/base/32x32/actions/edit-table-insert-row-above.png +share/icons/oxygen/base/32x32/actions/edit-table-insert-row-below.png +share/icons/oxygen/base/32x32/actions/edit-text-frame-update.png +share/icons/oxygen/base/32x32/actions/edit-undo.png +share/icons/oxygen/base/32x32/actions/editor.png +share/icons/oxygen/base/32x32/actions/feed-subscribe.png +share/icons/oxygen/base/32x32/actions/fileview-preview.png +share/icons/oxygen/base/32x32/actions/fill-color.png +share/icons/oxygen/base/32x32/actions/flag-black.png +share/icons/oxygen/base/32x32/actions/flag-blue.png +share/icons/oxygen/base/32x32/actions/flag-green.png +share/icons/oxygen/base/32x32/actions/flag-red.png +share/icons/oxygen/base/32x32/actions/flag-yellow.png +share/icons/oxygen/base/32x32/actions/flag.png +share/icons/oxygen/base/32x32/actions/folder-new.png +share/icons/oxygen/base/32x32/actions/folder-sync.png +share/icons/oxygen/base/32x32/actions/fork.png +share/icons/oxygen/base/32x32/actions/format-add-node.png +share/icons/oxygen/base/32x32/actions/format-break-node.png +share/icons/oxygen/base/32x32/actions/format-connect-node.png +share/icons/oxygen/base/32x32/actions/format-disconnect-node.png +share/icons/oxygen/base/32x32/actions/format-fill-color.png +share/icons/oxygen/base/32x32/actions/format-font-size-less.png +share/icons/oxygen/base/32x32/actions/format-font-size-more.png +share/icons/oxygen/base/32x32/actions/format-indent-less.png +share/icons/oxygen/base/32x32/actions/format-indent-more.png +share/icons/oxygen/base/32x32/actions/format-join-node.png +share/icons/oxygen/base/32x32/actions/format-justify-center.png +share/icons/oxygen/base/32x32/actions/format-justify-fill.png +share/icons/oxygen/base/32x32/actions/format-justify-left.png +share/icons/oxygen/base/32x32/actions/format-justify-right.png +share/icons/oxygen/base/32x32/actions/format-line-spacing-double.png +share/icons/oxygen/base/32x32/actions/format-line-spacing-normal.png +share/icons/oxygen/base/32x32/actions/format-line-spacing-triple.png +share/icons/oxygen/base/32x32/actions/format-list-ordered.png +share/icons/oxygen/base/32x32/actions/format-list-unordered.png +share/icons/oxygen/base/32x32/actions/format-remove-node.png +share/icons/oxygen/base/32x32/actions/format-stroke-color.png +share/icons/oxygen/base/32x32/actions/format-text-bold.png +share/icons/oxygen/base/32x32/actions/format-text-color.png +share/icons/oxygen/base/32x32/actions/format-text-direction-ltr.png +share/icons/oxygen/base/32x32/actions/format-text-direction-rtl.png +share/icons/oxygen/base/32x32/actions/format-text-italic.png +share/icons/oxygen/base/32x32/actions/format-text-strikethrough.png +share/icons/oxygen/base/32x32/actions/format-text-subscript.png +share/icons/oxygen/base/32x32/actions/format-text-superscript.png +share/icons/oxygen/base/32x32/actions/format-text-underline.png +share/icons/oxygen/base/32x32/actions/formula.png +share/icons/oxygen/base/32x32/actions/games-achievements.png +share/icons/oxygen/base/32x32/actions/games-config-background.png +share/icons/oxygen/base/32x32/actions/games-config-board.png +share/icons/oxygen/base/32x32/actions/games-config-custom.png +share/icons/oxygen/base/32x32/actions/games-config-options.png +share/icons/oxygen/base/32x32/actions/games-config-theme.png +share/icons/oxygen/base/32x32/actions/games-config-tiles.png +share/icons/oxygen/base/32x32/actions/games-difficult.png +share/icons/oxygen/base/32x32/actions/games-endturn.png +share/icons/oxygen/base/32x32/actions/games-highscores.png +share/icons/oxygen/base/32x32/actions/games-hint.png +share/icons/oxygen/base/32x32/actions/games-solve.png +share/icons/oxygen/base/32x32/actions/get-hot-new-stuff.png +share/icons/oxygen/base/32x32/actions/go-bottom.png +share/icons/oxygen/base/32x32/actions/go-down-search.png +share/icons/oxygen/base/32x32/actions/go-down.png +share/icons/oxygen/base/32x32/actions/go-first-view-page.png +share/icons/oxygen/base/32x32/actions/go-first-view.png +share/icons/oxygen/base/32x32/actions/go-first.png +share/icons/oxygen/base/32x32/actions/go-home.png +share/icons/oxygen/base/32x32/actions/go-jump-declaration.png +share/icons/oxygen/base/32x32/actions/go-jump-definition.png +share/icons/oxygen/base/32x32/actions/go-jump-locationbar.png +share/icons/oxygen/base/32x32/actions/go-jump-today.png +share/icons/oxygen/base/32x32/actions/go-jump.png +share/icons/oxygen/base/32x32/actions/go-last-view-page.png +share/icons/oxygen/base/32x32/actions/go-last-view.png +share/icons/oxygen/base/32x32/actions/go-last.png +share/icons/oxygen/base/32x32/actions/go-next-context.png +share/icons/oxygen/base/32x32/actions/go-next-use.png +share/icons/oxygen/base/32x32/actions/go-next-view-page.png +share/icons/oxygen/base/32x32/actions/go-next-view.png +share/icons/oxygen/base/32x32/actions/go-next.png +share/icons/oxygen/base/32x32/actions/go-previous-context.png +share/icons/oxygen/base/32x32/actions/go-previous-use.png +share/icons/oxygen/base/32x32/actions/go-previous-view-page.png +share/icons/oxygen/base/32x32/actions/go-previous-view.png +share/icons/oxygen/base/32x32/actions/go-previous.png +share/icons/oxygen/base/32x32/actions/go-top.png +share/icons/oxygen/base/32x32/actions/go-up-search.png +share/icons/oxygen/base/32x32/actions/go-up.png +share/icons/oxygen/base/32x32/actions/help-about.png +share/icons/oxygen/base/32x32/actions/help-contents.png +share/icons/oxygen/base/32x32/actions/help-contextual.png +share/icons/oxygen/base/32x32/actions/help-donate.png +share/icons/oxygen/base/32x32/actions/help-feedback.png +share/icons/oxygen/base/32x32/actions/help-hint.png +share/icons/oxygen/base/32x32/actions/im-aim.png +share/icons/oxygen/base/32x32/actions/im-ban-kick-user.png +share/icons/oxygen/base/32x32/actions/im-ban-user.png +share/icons/oxygen/base/32x32/actions/im-facebook.png +share/icons/oxygen/base/32x32/actions/im-gadugadu.png +share/icons/oxygen/base/32x32/actions/im-google-talk.png +share/icons/oxygen/base/32x32/actions/im-google.png +share/icons/oxygen/base/32x32/actions/im-icq.png +share/icons/oxygen/base/32x32/actions/im-identi.ca.png +share/icons/oxygen/base/32x32/actions/im-invisible-user.png +share/icons/oxygen/base/32x32/actions/im-jabber.png +share/icons/oxygen/base/32x32/actions/im-kick-user.png +share/icons/oxygen/base/32x32/actions/im-msn.png +share/icons/oxygen/base/32x32/actions/im-qq.png +share/icons/oxygen/base/32x32/actions/im-skype.png +share/icons/oxygen/base/32x32/actions/im-twitter.png +share/icons/oxygen/base/32x32/actions/im-user-away.png +share/icons/oxygen/base/32x32/actions/im-user-busy.png +share/icons/oxygen/base/32x32/actions/im-user-offline.png +share/icons/oxygen/base/32x32/actions/im-user.png +share/icons/oxygen/base/32x32/actions/im-yahoo.png +share/icons/oxygen/base/32x32/actions/insert-horizontal-rule.png +share/icons/oxygen/base/32x32/actions/insert-image.png +share/icons/oxygen/base/32x32/actions/insert-link.png +share/icons/oxygen/base/32x32/actions/insert-table.png +share/icons/oxygen/base/32x32/actions/insert-text.png +share/icons/oxygen/base/32x32/actions/irc-close-channel.png +share/icons/oxygen/base/32x32/actions/irc-join-channel.png +share/icons/oxygen/base/32x32/actions/irc-operator.png +share/icons/oxygen/base/32x32/actions/irc-remove-operator.png +share/icons/oxygen/base/32x32/actions/irc-unvoice.png +share/icons/oxygen/base/32x32/actions/irc-voice.png +share/icons/oxygen/base/32x32/actions/journal-new.png +share/icons/oxygen/base/32x32/actions/key-enter.png +share/icons/oxygen/base/32x32/actions/layer-visible-off.png +share/icons/oxygen/base/32x32/actions/layer-visible-on.png +share/icons/oxygen/base/32x32/actions/list-add-font.png +share/icons/oxygen/base/32x32/actions/list-add-user.png +share/icons/oxygen/base/32x32/actions/list-add.png +share/icons/oxygen/base/32x32/actions/list-remove-user.png +share/icons/oxygen/base/32x32/actions/list-remove.png +share/icons/oxygen/base/32x32/actions/list-resource-add.png +share/icons/oxygen/base/32x32/actions/mail-encrypted-full.png +share/icons/oxygen/base/32x32/actions/mail-encrypted-part.png +share/icons/oxygen/base/32x32/actions/mail-encrypted.png +share/icons/oxygen/base/32x32/actions/mail-flag.png +share/icons/oxygen/base/32x32/actions/mail-forward.png +share/icons/oxygen/base/32x32/actions/mail-forwarded.png +share/icons/oxygen/base/32x32/actions/mail-invitation.png +share/icons/oxygen/base/32x32/actions/mail-mark-important.png +share/icons/oxygen/base/32x32/actions/mail-mark-junk.png +share/icons/oxygen/base/32x32/actions/mail-mark-notjunk.png +share/icons/oxygen/base/32x32/actions/mail-mark-read.png +share/icons/oxygen/base/32x32/actions/mail-mark-task.png +share/icons/oxygen/base/32x32/actions/mail-mark-unread-new.png +share/icons/oxygen/base/32x32/actions/mail-mark-unread.png +share/icons/oxygen/base/32x32/actions/mail-meeting-request-reply.png +share/icons/oxygen/base/32x32/actions/mail-message-new-list.png +share/icons/oxygen/base/32x32/actions/mail-message-new.png +share/icons/oxygen/base/32x32/actions/mail-queue.png +share/icons/oxygen/base/32x32/actions/mail-receive.png +share/icons/oxygen/base/32x32/actions/mail-replied.png +share/icons/oxygen/base/32x32/actions/mail-reply-all.png +share/icons/oxygen/base/32x32/actions/mail-reply-custom-all.png +share/icons/oxygen/base/32x32/actions/mail-reply-custom.png +share/icons/oxygen/base/32x32/actions/mail-reply-list.png +share/icons/oxygen/base/32x32/actions/mail-reply-sender.png +share/icons/oxygen/base/32x32/actions/mail-send.png +share/icons/oxygen/base/32x32/actions/mail-signature-unknown.png +share/icons/oxygen/base/32x32/actions/mail-signed-full.png +share/icons/oxygen/base/32x32/actions/mail-signed-part.png +share/icons/oxygen/base/32x32/actions/mail-signed-verified.png +share/icons/oxygen/base/32x32/actions/mail-signed.png +share/icons/oxygen/base/32x32/actions/mail-tagged.png +share/icons/oxygen/base/32x32/actions/measure.png +share/icons/oxygen/base/32x32/actions/media-eject.png +share/icons/oxygen/base/32x32/actions/media-playback-pause.png +share/icons/oxygen/base/32x32/actions/media-playback-start.png +share/icons/oxygen/base/32x32/actions/media-playback-stop.png +share/icons/oxygen/base/32x32/actions/media-record.png +share/icons/oxygen/base/32x32/actions/media-seek-backward.png +share/icons/oxygen/base/32x32/actions/media-seek-forward.png +share/icons/oxygen/base/32x32/actions/media-skip-backward.png +share/icons/oxygen/base/32x32/actions/media-skip-forward.png +share/icons/oxygen/base/32x32/actions/meeting-attending-tentative.png +share/icons/oxygen/base/32x32/actions/meeting-attending.png +share/icons/oxygen/base/32x32/actions/meeting-participant-no-response.png +share/icons/oxygen/base/32x32/actions/meeting-participant-request-response.png +share/icons/oxygen/base/32x32/actions/merge.png +share/icons/oxygen/base/32x32/actions/milestone.png +share/icons/oxygen/base/32x32/actions/network-connect.png +share/icons/oxygen/base/32x32/actions/network-disconnect.png +share/icons/oxygen/base/32x32/actions/news-subscribe.png +share/icons/oxygen/base/32x32/actions/news-unsubscribe.png +share/icons/oxygen/base/32x32/actions/object-flip-horizontal.png +share/icons/oxygen/base/32x32/actions/object-flip-vertical.png +share/icons/oxygen/base/32x32/actions/object-rotate-left.png +share/icons/oxygen/base/32x32/actions/object-rotate-right.png +share/icons/oxygen/base/32x32/actions/office-chart-area-focus-peak-node.png +share/icons/oxygen/base/32x32/actions/office-chart-area-percentage.png +share/icons/oxygen/base/32x32/actions/office-chart-area-stacked.png +share/icons/oxygen/base/32x32/actions/office-chart-area.png +share/icons/oxygen/base/32x32/actions/office-chart-bar-percentage.png +share/icons/oxygen/base/32x32/actions/office-chart-bar-stacked.png +share/icons/oxygen/base/32x32/actions/office-chart-bar.png +share/icons/oxygen/base/32x32/actions/office-chart-line-percentage.png +share/icons/oxygen/base/32x32/actions/office-chart-line-stacked.png +share/icons/oxygen/base/32x32/actions/office-chart-line.png +share/icons/oxygen/base/32x32/actions/office-chart-pie.png +share/icons/oxygen/base/32x32/actions/office-chart-polar-stacked.png +share/icons/oxygen/base/32x32/actions/office-chart-polar.png +share/icons/oxygen/base/32x32/actions/office-chart-ring.png +share/icons/oxygen/base/32x32/actions/office-chart-scatter.png +share/icons/oxygen/base/32x32/actions/page-2sides.png +share/icons/oxygen/base/32x32/actions/page-3sides.png +share/icons/oxygen/base/32x32/actions/page-4sides.png +share/icons/oxygen/base/32x32/actions/page-simple.png +share/icons/oxygen/base/32x32/actions/page-zoom.png +share/icons/oxygen/base/32x32/actions/player-time.png +share/icons/oxygen/base/32x32/actions/player-volume.png +share/icons/oxygen/base/32x32/actions/preferences-activities.png +share/icons/oxygen/base/32x32/actions/preflight-verifier.png +share/icons/oxygen/base/32x32/actions/process-stop.png +share/icons/oxygen/base/32x32/actions/project-development-close-all.png +share/icons/oxygen/base/32x32/actions/project-development-close.png +share/icons/oxygen/base/32x32/actions/project-development-new-template.png +share/icons/oxygen/base/32x32/actions/project-development.png +share/icons/oxygen/base/32x32/actions/project-open.png +share/icons/oxygen/base/32x32/actions/quickopen-class.png +share/icons/oxygen/base/32x32/actions/quickopen-file.png +share/icons/oxygen/base/32x32/actions/quickopen-function.png +share/icons/oxygen/base/32x32/actions/quickopen.png +share/icons/oxygen/base/32x32/actions/rating.png +share/icons/oxygen/base/32x32/actions/resource-calendar-child-insert.png +share/icons/oxygen/base/32x32/actions/resource-calendar-child.png +share/icons/oxygen/base/32x32/actions/resource-calendar-insert.png +share/icons/oxygen/base/32x32/actions/resource-group-new.png +share/icons/oxygen/base/32x32/actions/resource-group.png +share/icons/oxygen/base/32x32/actions/roll.png +share/icons/oxygen/base/32x32/actions/run-build-clean.png +share/icons/oxygen/base/32x32/actions/run-build-configure.png +share/icons/oxygen/base/32x32/actions/run-build-file.png +share/icons/oxygen/base/32x32/actions/run-build-install-root.png +share/icons/oxygen/base/32x32/actions/run-build-install.png +share/icons/oxygen/base/32x32/actions/run-build-prune.png +share/icons/oxygen/base/32x32/actions/run-build.png +share/icons/oxygen/base/32x32/actions/select-rectangular.png +share/icons/oxygen/base/32x32/actions/services.png +share/icons/oxygen/base/32x32/actions/shapes.png +share/icons/oxygen/base/32x32/actions/show-menu.png +share/icons/oxygen/base/32x32/actions/skg-chart-bubble.png +share/icons/oxygen/base/32x32/actions/skrooge_credit_card.png +share/icons/oxygen/base/32x32/actions/skrooge_less.png +share/icons/oxygen/base/32x32/actions/skrooge_more.png +share/icons/oxygen/base/32x32/actions/skrooge_much_less.png +share/icons/oxygen/base/32x32/actions/skrooge_much_more.png +share/icons/oxygen/base/32x32/actions/skrooge_type.png +share/icons/oxygen/base/32x32/actions/snap-extension.png +share/icons/oxygen/base/32x32/actions/snap-guideline.png +share/icons/oxygen/base/32x32/actions/snap-intersection.png +share/icons/oxygen/base/32x32/actions/snap-node.png +share/icons/oxygen/base/32x32/actions/snap-orthogonal.png +share/icons/oxygen/base/32x32/actions/speaker.png +share/icons/oxygen/base/32x32/actions/split.png +share/icons/oxygen/base/32x32/actions/story-editor.png +share/icons/oxygen/base/32x32/actions/stroke-cap-butt.png +share/icons/oxygen/base/32x32/actions/stroke-cap-round.png +share/icons/oxygen/base/32x32/actions/stroke-cap-square.png +share/icons/oxygen/base/32x32/actions/stroke-join-bevel.png +share/icons/oxygen/base/32x32/actions/stroke-join-miter.png +share/icons/oxygen/base/32x32/actions/stroke-join-round.png +share/icons/oxygen/base/32x32/actions/svn-commit.png +share/icons/oxygen/base/32x32/actions/svn-update.png +share/icons/oxygen/base/32x32/actions/system-lock-screen.png +share/icons/oxygen/base/32x32/actions/system-log-out.png +share/icons/oxygen/base/32x32/actions/system-reboot.png +share/icons/oxygen/base/32x32/actions/system-run.png +share/icons/oxygen/base/32x32/actions/system-search.png +share/icons/oxygen/base/32x32/actions/system-shutdown.png +share/icons/oxygen/base/32x32/actions/system-suspend-hibernate.png +share/icons/oxygen/base/32x32/actions/system-suspend.png +share/icons/oxygen/base/32x32/actions/system-switch-user.png +share/icons/oxygen/base/32x32/actions/tab-close-other.png +share/icons/oxygen/base/32x32/actions/tab-close.png +share/icons/oxygen/base/32x32/actions/tab-detach.png +share/icons/oxygen/base/32x32/actions/tab-duplicate.png +share/icons/oxygen/base/32x32/actions/tab-new-background.png +share/icons/oxygen/base/32x32/actions/tab-new.png +share/icons/oxygen/base/32x32/actions/task-new.png +share/icons/oxygen/base/32x32/actions/taxes-finances.png +share/icons/oxygen/base/32x32/actions/text-field.png +share/icons/oxygen/base/32x32/actions/text-frame-link.png +share/icons/oxygen/base/32x32/actions/text-frame-unlink.png +share/icons/oxygen/base/32x32/actions/text-speak.png +share/icons/oxygen/base/32x32/actions/tool-animator.png +share/icons/oxygen/base/32x32/actions/tools-check-spelling.png +share/icons/oxygen/base/32x32/actions/tools-media-optical-burn-image.png +share/icons/oxygen/base/32x32/actions/tools-media-optical-burn.png +share/icons/oxygen/base/32x32/actions/tools-media-optical-copy.png +share/icons/oxygen/base/32x32/actions/tools-media-optical-erase.png +share/icons/oxygen/base/32x32/actions/tools-media-optical-format.png +share/icons/oxygen/base/32x32/actions/tools-report-bug.png +share/icons/oxygen/base/32x32/actions/tools-rip-audio-cd.png +share/icons/oxygen/base/32x32/actions/tools-rip-video-cd.png +share/icons/oxygen/base/32x32/actions/tools-rip-video-dvd.png +share/icons/oxygen/base/32x32/actions/tools-wizard.png +share/icons/oxygen/base/32x32/actions/transform-crop-and-resize.png +share/icons/oxygen/base/32x32/actions/transform-crop.png +share/icons/oxygen/base/32x32/actions/transform-move.png +share/icons/oxygen/base/32x32/actions/transform-rotate.png +share/icons/oxygen/base/32x32/actions/transform-scale-textbox-points.png +share/icons/oxygen/base/32x32/actions/transform-scale.png +share/icons/oxygen/base/32x32/actions/transform-shear-down.png +share/icons/oxygen/base/32x32/actions/transform-shear-left.png +share/icons/oxygen/base/32x32/actions/transform-shear-right.png +share/icons/oxygen/base/32x32/actions/transform-shear-up.png +share/icons/oxygen/base/32x32/actions/trash-empty.png +share/icons/oxygen/base/32x32/actions/user-group-delete.png +share/icons/oxygen/base/32x32/actions/user-group-new.png +share/icons/oxygen/base/32x32/actions/user-group-properties.png +share/icons/oxygen/base/32x32/actions/user-properties.png +share/icons/oxygen/base/32x32/actions/view-bank-account-checking.png +share/icons/oxygen/base/32x32/actions/view-bank-account-savings.png +share/icons/oxygen/base/32x32/actions/view-bank-account.png +share/icons/oxygen/base/32x32/actions/view-bank.png +share/icons/oxygen/base/32x32/actions/view-barcode-add.png +share/icons/oxygen/base/32x32/actions/view-barcode.png +share/icons/oxygen/base/32x32/actions/view-calendar-agenda.png +share/icons/oxygen/base/32x32/actions/view-calendar-birthday.png +share/icons/oxygen/base/32x32/actions/view-calendar-day.png +share/icons/oxygen/base/32x32/actions/view-calendar-holiday.png +share/icons/oxygen/base/32x32/actions/view-calendar-journal.png +share/icons/oxygen/base/32x32/actions/view-calendar-list.png +share/icons/oxygen/base/32x32/actions/view-calendar-month.png +share/icons/oxygen/base/32x32/actions/view-calendar-special-occasion.png +share/icons/oxygen/base/32x32/actions/view-calendar-tasks.png +share/icons/oxygen/base/32x32/actions/view-calendar-time-spent.png +share/icons/oxygen/base/32x32/actions/view-calendar-timeline.png +share/icons/oxygen/base/32x32/actions/view-calendar-upcoming-days.png +share/icons/oxygen/base/32x32/actions/view-calendar-upcoming-events.png +share/icons/oxygen/base/32x32/actions/view-calendar-wedding-anniversary.png +share/icons/oxygen/base/32x32/actions/view-calendar-week.png +share/icons/oxygen/base/32x32/actions/view-calendar-whatsnext.png +share/icons/oxygen/base/32x32/actions/view-calendar-workweek.png +share/icons/oxygen/base/32x32/actions/view-calendar.png +share/icons/oxygen/base/32x32/actions/view-catalog.png +share/icons/oxygen/base/32x32/actions/view-categories.png +share/icons/oxygen/base/32x32/actions/view-certificate-add.png +share/icons/oxygen/base/32x32/actions/view-certificate-export-secret.png +share/icons/oxygen/base/32x32/actions/view-certificate-export-server.png +share/icons/oxygen/base/32x32/actions/view-certificate-export.png +share/icons/oxygen/base/32x32/actions/view-certificate-import.png +share/icons/oxygen/base/32x32/actions/view-certificate-server-configure.png +share/icons/oxygen/base/32x32/actions/view-certificate-sign.png +share/icons/oxygen/base/32x32/actions/view-certificate.png +share/icons/oxygen/base/32x32/actions/view-choose.png +share/icons/oxygen/base/32x32/actions/view-close.png +share/icons/oxygen/base/32x32/actions/view-conversation-balloon.png +share/icons/oxygen/base/32x32/actions/view-credit-card-account.png +share/icons/oxygen/base/32x32/actions/view-currency-list.png +share/icons/oxygen/base/32x32/actions/view-documents-finances.png +share/icons/oxygen/base/32x32/actions/view-expenses-categories.png +share/icons/oxygen/base/32x32/actions/view-file-columns.png +share/icons/oxygen/base/32x32/actions/view-filter.png +share/icons/oxygen/base/32x32/actions/view-financial-categories.png +share/icons/oxygen/base/32x32/actions/view-financial-forecast.png +share/icons/oxygen/base/32x32/actions/view-financial-list.png +share/icons/oxygen/base/32x32/actions/view-financial-payment-mode.png +share/icons/oxygen/base/32x32/actions/view-financial-transfer.png +share/icons/oxygen/base/32x32/actions/view-form-action.png +share/icons/oxygen/base/32x32/actions/view-form-table.png +share/icons/oxygen/base/32x32/actions/view-form.png +share/icons/oxygen/base/32x32/actions/view-fullscreen.png +share/icons/oxygen/base/32x32/actions/view-grid.png +share/icons/oxygen/base/32x32/actions/view-group.png +share/icons/oxygen/base/32x32/actions/view-history.png +share/icons/oxygen/base/32x32/actions/view-income-categories.png +share/icons/oxygen/base/32x32/actions/view-investment.png +share/icons/oxygen/base/32x32/actions/view-ldap-resource.png +share/icons/oxygen/base/32x32/actions/view-left-close.png +share/icons/oxygen/base/32x32/actions/view-list-details.png +share/icons/oxygen/base/32x32/actions/view-list-icons.png +share/icons/oxygen/base/32x32/actions/view-list-text.png +share/icons/oxygen/base/32x32/actions/view-list-tree.png +share/icons/oxygen/base/32x32/actions/view-loan-asset.png +share/icons/oxygen/base/32x32/actions/view-loan.png +share/icons/oxygen/base/32x32/actions/view-media-artist.png +share/icons/oxygen/base/32x32/actions/view-media-equalizer.png +share/icons/oxygen/base/32x32/actions/view-media-lyrics.png +share/icons/oxygen/base/32x32/actions/view-media-playlist.png +share/icons/oxygen/base/32x32/actions/view-media-visualization.png +share/icons/oxygen/base/32x32/actions/view-multiple-objects.png +share/icons/oxygen/base/32x32/actions/view-object-histogram-linear.png +share/icons/oxygen/base/32x32/actions/view-object-histogram-logarithmic.png +share/icons/oxygen/base/32x32/actions/view-pim-calendar.png +share/icons/oxygen/base/32x32/actions/view-pim-contacts.png +share/icons/oxygen/base/32x32/actions/view-pim-journal.png +share/icons/oxygen/base/32x32/actions/view-pim-mail.png +share/icons/oxygen/base/32x32/actions/view-pim-news.png +share/icons/oxygen/base/32x32/actions/view-pim-notes.png +share/icons/oxygen/base/32x32/actions/view-pim-summary.png +share/icons/oxygen/base/32x32/actions/view-pim-tasks-pending.png +share/icons/oxygen/base/32x32/actions/view-pim-tasks.png +share/icons/oxygen/base/32x32/actions/view-presentation.png +share/icons/oxygen/base/32x32/actions/view-preview.png +share/icons/oxygen/base/32x32/actions/view-process-all-tree.png +share/icons/oxygen/base/32x32/actions/view-process-all.png +share/icons/oxygen/base/32x32/actions/view-process-own.png +share/icons/oxygen/base/32x32/actions/view-process-system.png +share/icons/oxygen/base/32x32/actions/view-process-users.png +share/icons/oxygen/base/32x32/actions/view-refresh.png +share/icons/oxygen/base/32x32/actions/view-resource-calendar.png +share/icons/oxygen/base/32x32/actions/view-restore.png +share/icons/oxygen/base/32x32/actions/view-right-close.png +share/icons/oxygen/base/32x32/actions/view-right-new.png +share/icons/oxygen/base/32x32/actions/view-sidetree.png +share/icons/oxygen/base/32x32/actions/view-sort-ascending.png +share/icons/oxygen/base/32x32/actions/view-sort-descending.png +share/icons/oxygen/base/32x32/actions/view-split-left-right.png +share/icons/oxygen/base/32x32/actions/view-split-top-bottom.png +share/icons/oxygen/base/32x32/actions/view-statistics.png +share/icons/oxygen/base/32x32/actions/view-stock-account.png +share/icons/oxygen/base/32x32/actions/view-table-of-contents-ltr.png +share/icons/oxygen/base/32x32/actions/view-table-of-contents-rtl.png +share/icons/oxygen/base/32x32/actions/view-task-add.png +share/icons/oxygen/base/32x32/actions/view-task-child-add.png +share/icons/oxygen/base/32x32/actions/view-task-child.png +share/icons/oxygen/base/32x32/actions/view-task.png +share/icons/oxygen/base/32x32/actions/view-time-schedule-baselined-add.png +share/icons/oxygen/base/32x32/actions/view-time-schedule-baselined-remove.png +share/icons/oxygen/base/32x32/actions/view-time-schedule-baselined.png +share/icons/oxygen/base/32x32/actions/view-time-schedule-calculus.png +share/icons/oxygen/base/32x32/actions/view-time-schedule-child-insert.png +share/icons/oxygen/base/32x32/actions/view-time-schedule-edit.png +share/icons/oxygen/base/32x32/actions/view-time-schedule-insert.png +share/icons/oxygen/base/32x32/actions/view-time-schedule.png +share/icons/oxygen/base/32x32/actions/view-web-browser-dom-tree.png +share/icons/oxygen/base/32x32/actions/window-close.png +share/icons/oxygen/base/32x32/actions/window-duplicate.png +share/icons/oxygen/base/32x32/actions/window-new.png +share/icons/oxygen/base/32x32/actions/zoom-1-to-2.png +share/icons/oxygen/base/32x32/actions/zoom-2-to-1.png +share/icons/oxygen/base/32x32/actions/zoom-draw.png +share/icons/oxygen/base/32x32/actions/zoom-fit-best.png +share/icons/oxygen/base/32x32/actions/zoom-fit-height.png +share/icons/oxygen/base/32x32/actions/zoom-fit-width.png +share/icons/oxygen/base/32x32/actions/zoom-in.png +share/icons/oxygen/base/32x32/actions/zoom-next.png +share/icons/oxygen/base/32x32/actions/zoom-original.png +share/icons/oxygen/base/32x32/actions/zoom-out.png +share/icons/oxygen/base/32x32/actions/zoom-previous.png +share/icons/oxygen/base/32x32/actions/zoom-select.png +share/icons/oxygen/base/32x32/animations/process-idle-kde.png +share/icons/oxygen/base/32x32/animations/process-working-kde.png +share/icons/oxygen/base/32x32/apps/Charm.png +share/icons/oxygen/base/32x32/apps/accessories-calculator.png +share/icons/oxygen/base/32x32/apps/accessories-character-map.png +share/icons/oxygen/base/32x32/apps/accessories-dictionary.png +share/icons/oxygen/base/32x32/apps/accessories-text-editor.png +share/icons/oxygen/base/32x32/apps/acroread.png +share/icons/oxygen/base/32x32/apps/akonadi.png +share/icons/oxygen/base/32x32/apps/akregator.png +share/icons/oxygen/base/32x32/apps/amarok.png +share/icons/oxygen/base/32x32/apps/amarok_change_language.png +share/icons/oxygen/base/32x32/apps/application-sxw.png +share/icons/oxygen/base/32x32/apps/ark.png +share/icons/oxygen/base/32x32/apps/basket.png +share/icons/oxygen/base/32x32/apps/braindump.png +share/icons/oxygen/base/32x32/apps/calligraauthor.png +share/icons/oxygen/base/32x32/apps/calligraflow.png +share/icons/oxygen/base/32x32/apps/calligrakexi.png +share/icons/oxygen/base/32x32/apps/calligrakrita.png +share/icons/oxygen/base/32x32/apps/calligrasheets.png +share/icons/oxygen/base/32x32/apps/calligrastage.png +share/icons/oxygen/base/32x32/apps/calligrawords.png +share/icons/oxygen/base/32x32/apps/clock.png +share/icons/oxygen/base/32x32/apps/device-notifier.png +share/icons/oxygen/base/32x32/apps/digikam.png +share/icons/oxygen/base/32x32/apps/dragonplayer.png +share/icons/oxygen/base/32x32/apps/esd.png +share/icons/oxygen/base/32x32/apps/filelight.png +share/icons/oxygen/base/32x32/apps/fontforge.png +share/icons/oxygen/base/32x32/apps/graphics-viewer-document.png +share/icons/oxygen/base/32x32/apps/gwenview.png +share/icons/oxygen/base/32x32/apps/help-browser.png +share/icons/oxygen/base/32x32/apps/hwinfo.png +share/icons/oxygen/base/32x32/apps/inkscape.png +share/icons/oxygen/base/32x32/apps/internet-mail.png +share/icons/oxygen/base/32x32/apps/internet-telephony.png +share/icons/oxygen/base/32x32/apps/internet-web-browser.png +share/icons/oxygen/base/32x32/apps/java.png +share/icons/oxygen/base/32x32/apps/k3b.png +share/icons/oxygen/base/32x32/apps/kaffeine.png +share/icons/oxygen/base/32x32/apps/kblogger.png +share/icons/oxygen/base/32x32/apps/kbruch.png +share/icons/oxygen/base/32x32/apps/kbugbuster.png +share/icons/oxygen/base/32x32/apps/kchart.png +share/icons/oxygen/base/32x32/apps/kcolorchooser.png +share/icons/oxygen/base/32x32/apps/kde-gtk-config.png +share/icons/oxygen/base/32x32/apps/kde-windows.png +share/icons/oxygen/base/32x32/apps/kde.png +share/icons/oxygen/base/32x32/apps/kdevelop.png +share/icons/oxygen/base/32x32/apps/kdf.png +share/icons/oxygen/base/32x32/apps/kfind.png +share/icons/oxygen/base/32x32/apps/kformula.png +share/icons/oxygen/base/32x32/apps/kgpg.png +share/icons/oxygen/base/32x32/apps/kig.png +share/icons/oxygen/base/32x32/apps/kivio.png +share/icons/oxygen/base/32x32/apps/kjournal.png +share/icons/oxygen/base/32x32/apps/klipper.png +share/icons/oxygen/base/32x32/apps/kmag.png +share/icons/oxygen/base/32x32/apps/kmail.png +share/icons/oxygen/base/32x32/apps/kmix.png +share/icons/oxygen/base/32x32/apps/kmplayer.png +share/icons/oxygen/base/32x32/apps/knetattach.png +share/icons/oxygen/base/32x32/apps/knewsticker.png +share/icons/oxygen/base/32x32/apps/knotes.png +share/icons/oxygen/base/32x32/apps/kolf.png +share/icons/oxygen/base/32x32/apps/konqueror.png +share/icons/oxygen/base/32x32/apps/kontact.png +share/icons/oxygen/base/32x32/apps/konversation.png +share/icons/oxygen/base/32x32/apps/kopete-offline.png +share/icons/oxygen/base/32x32/apps/kopete.png +share/icons/oxygen/base/32x32/apps/korg-journal.png +share/icons/oxygen/base/32x32/apps/korg-todo.png +share/icons/oxygen/base/32x32/apps/korgac.png +share/icons/oxygen/base/32x32/apps/korganizer.png +share/icons/oxygen/base/32x32/apps/kplato.png +share/icons/oxygen/base/32x32/apps/kpresenter.png +share/icons/oxygen/base/32x32/apps/krdc.png +share/icons/oxygen/base/32x32/apps/krfb.png +share/icons/oxygen/base/32x32/apps/ksnapshot.png +share/icons/oxygen/base/32x32/apps/ksniffer.png +share/icons/oxygen/base/32x32/apps/kspread.png +share/icons/oxygen/base/32x32/apps/ksudoku.png +share/icons/oxygen/base/32x32/apps/kthesaurus.png +share/icons/oxygen/base/32x32/apps/ktip.png +share/icons/oxygen/base/32x32/apps/ktorrent.png +share/icons/oxygen/base/32x32/apps/kuickshow.png +share/icons/oxygen/base/32x32/apps/kverbos.png +share/icons/oxygen/base/32x32/apps/kwalletmanager.png +share/icons/oxygen/base/32x32/apps/kword.png +share/icons/oxygen/base/32x32/apps/lokalize.png +share/icons/oxygen/base/32x32/apps/multimedia-volume-control.png +share/icons/oxygen/base/32x32/apps/muondiscover.png +share/icons/oxygen/base/32x32/apps/nepomuk.png +share/icons/oxygen/base/32x32/apps/office-address-book.png +share/icons/oxygen/base/32x32/apps/office-calendar.png +share/icons/oxygen/base/32x32/apps/okteta.png +share/icons/oxygen/base/32x32/apps/oxygen.png +share/icons/oxygen/base/32x32/apps/partitionmanager.png +share/icons/oxygen/base/32x32/apps/picmi.png +share/icons/oxygen/base/32x32/apps/plasma.png +share/icons/oxygen/base/32x32/apps/plasmagik.png +share/icons/oxygen/base/32x32/apps/preferences-contact-list.png +share/icons/oxygen/base/32x32/apps/preferences-desktop-accessibility.png +share/icons/oxygen/base/32x32/apps/preferences-desktop-color.png +share/icons/oxygen/base/32x32/apps/preferences-desktop-cryptography.png +share/icons/oxygen/base/32x32/apps/preferences-desktop-default-applications.png +share/icons/oxygen/base/32x32/apps/preferences-desktop-display-color.png +share/icons/oxygen/base/32x32/apps/preferences-desktop-display.png +share/icons/oxygen/base/32x32/apps/preferences-desktop-filetype-association.png +share/icons/oxygen/base/32x32/apps/preferences-desktop-font.png +share/icons/oxygen/base/32x32/apps/preferences-desktop-gaming.png +share/icons/oxygen/base/32x32/apps/preferences-desktop-icons.png +share/icons/oxygen/base/32x32/apps/preferences-desktop-keyboard.png +share/icons/oxygen/base/32x32/apps/preferences-desktop-launch-feedback.png +share/icons/oxygen/base/32x32/apps/preferences-desktop-locale.png +share/icons/oxygen/base/32x32/apps/preferences-desktop-mouse.png +share/icons/oxygen/base/32x32/apps/preferences-desktop-notification-bell.png +share/icons/oxygen/base/32x32/apps/preferences-desktop-notification.png +share/icons/oxygen/base/32x32/apps/preferences-desktop-printer.png +share/icons/oxygen/base/32x32/apps/preferences-desktop-screensaver.png +share/icons/oxygen/base/32x32/apps/preferences-desktop-sound.png +share/icons/oxygen/base/32x32/apps/preferences-desktop-text-to-speech.png +share/icons/oxygen/base/32x32/apps/preferences-desktop-theme.png +share/icons/oxygen/base/32x32/apps/preferences-desktop-user-password.png +share/icons/oxygen/base/32x32/apps/preferences-desktop-user.png +share/icons/oxygen/base/32x32/apps/preferences-desktop-wallpaper.png +share/icons/oxygen/base/32x32/apps/preferences-kcalc-constants.png +share/icons/oxygen/base/32x32/apps/preferences-plugin-script.png +share/icons/oxygen/base/32x32/apps/preferences-plugin.png +share/icons/oxygen/base/32x32/apps/preferences-system-bluetooth-inactive.png +share/icons/oxygen/base/32x32/apps/preferences-system-bluetooth.png +share/icons/oxygen/base/32x32/apps/preferences-system-login.png +share/icons/oxygen/base/32x32/apps/preferences-system-network-sharing.png +share/icons/oxygen/base/32x32/apps/preferences-system-performance.png +share/icons/oxygen/base/32x32/apps/preferences-system-power-management.png +share/icons/oxygen/base/32x32/apps/preferences-system-session-services.png +share/icons/oxygen/base/32x32/apps/preferences-system-time.png +share/icons/oxygen/base/32x32/apps/preferences-system-windows-actions.png +share/icons/oxygen/base/32x32/apps/preferences-system-windows-move.png +share/icons/oxygen/base/32x32/apps/preferences-system-windows.png +share/icons/oxygen/base/32x32/apps/preferences-web-browser-adblock.png +share/icons/oxygen/base/32x32/apps/preferences-web-browser-cache.png +share/icons/oxygen/base/32x32/apps/preferences-web-browser-cookies.png +share/icons/oxygen/base/32x32/apps/preferences-web-browser-identification.png +share/icons/oxygen/base/32x32/apps/preferences-web-browser-shortcuts.png +share/icons/oxygen/base/32x32/apps/preferences-web-browser-stylesheets.png +share/icons/oxygen/base/32x32/apps/qelectrotech.png +share/icons/oxygen/base/32x32/apps/quassel.png +share/icons/oxygen/base/32x32/apps/scribus.png +share/icons/oxygen/base/32x32/apps/semn.png +share/icons/oxygen/base/32x32/apps/showfoto.png +share/icons/oxygen/base/32x32/apps/skrooge-black.png +share/icons/oxygen/base/32x32/apps/skrooge-initial.png +share/icons/oxygen/base/32x32/apps/skrooge.png +share/icons/oxygen/base/32x32/apps/step.png +share/icons/oxygen/base/32x32/apps/strigi.png +share/icons/oxygen/base/32x32/apps/system-file-manager.png +share/icons/oxygen/base/32x32/apps/system-software-update.png +share/icons/oxygen/base/32x32/apps/system-users.png +share/icons/oxygen/base/32x32/apps/tagua.png +share/icons/oxygen/base/32x32/apps/telepathy-kde.png +share/icons/oxygen/base/32x32/apps/utilities-desktop-extra.png +share/icons/oxygen/base/32x32/apps/utilities-file-archiver.png +share/icons/oxygen/base/32x32/apps/utilities-log-viewer.png +share/icons/oxygen/base/32x32/apps/utilities-system-monitor.png +share/icons/oxygen/base/32x32/apps/utilities-terminal.png +share/icons/oxygen/base/32x32/apps/wine.png +share/icons/oxygen/base/32x32/apps/xorg.png +share/icons/oxygen/base/32x32/apps/yakuake.png +share/icons/oxygen/base/32x32/categories/applications-accessories.png +share/icons/oxygen/base/32x32/categories/applications-development-translation.png +share/icons/oxygen/base/32x32/categories/applications-development-web.png +share/icons/oxygen/base/32x32/categories/applications-development.png +share/icons/oxygen/base/32x32/categories/applications-education-language.png +share/icons/oxygen/base/32x32/categories/applications-education-mathematics.png +share/icons/oxygen/base/32x32/categories/applications-education-miscellaneous.png +share/icons/oxygen/base/32x32/categories/applications-education-preschool.png +share/icons/oxygen/base/32x32/categories/applications-education-school.png +share/icons/oxygen/base/32x32/categories/applications-education-science.png +share/icons/oxygen/base/32x32/categories/applications-education-university.png +share/icons/oxygen/base/32x32/categories/applications-education.png +share/icons/oxygen/base/32x32/categories/applications-engineering.png +share/icons/oxygen/base/32x32/categories/applications-games.png +share/icons/oxygen/base/32x32/categories/applications-graphics.png +share/icons/oxygen/base/32x32/categories/applications-internet.png +share/icons/oxygen/base/32x32/categories/applications-multimedia.png +share/icons/oxygen/base/32x32/categories/applications-office.png +share/icons/oxygen/base/32x32/categories/applications-other.png +share/icons/oxygen/base/32x32/categories/applications-science.png +share/icons/oxygen/base/32x32/categories/applications-system.png +share/icons/oxygen/base/32x32/categories/applications-toys.png +share/icons/oxygen/base/32x32/categories/applications-utilities.png +share/icons/oxygen/base/32x32/categories/preferences-desktop-peripherals.png +share/icons/oxygen/base/32x32/categories/preferences-desktop-personal.png +share/icons/oxygen/base/32x32/categories/preferences-desktop.png +share/icons/oxygen/base/32x32/categories/preferences-other.png +share/icons/oxygen/base/32x32/categories/preferences-system-network.png +share/icons/oxygen/base/32x32/categories/preferences-system.png +share/icons/oxygen/base/32x32/categories/system-help.png +share/icons/oxygen/base/32x32/devices/audio-card.png +share/icons/oxygen/base/32x32/devices/audio-headphones.png +share/icons/oxygen/base/32x32/devices/audio-headset.png +share/icons/oxygen/base/32x32/devices/audio-input-line.png +share/icons/oxygen/base/32x32/devices/audio-input-microphone.png +share/icons/oxygen/base/32x32/devices/battery.png +share/icons/oxygen/base/32x32/devices/camera-photo.png +share/icons/oxygen/base/32x32/devices/camera-web.png +share/icons/oxygen/base/32x32/devices/computer-laptop.png +share/icons/oxygen/base/32x32/devices/computer.png +share/icons/oxygen/base/32x32/devices/cpu.png +share/icons/oxygen/base/32x32/devices/drive-harddisk.png +share/icons/oxygen/base/32x32/devices/drive-optical.png +share/icons/oxygen/base/32x32/devices/drive-removable-media-usb-pendrive.png +share/icons/oxygen/base/32x32/devices/drive-removable-media-usb.png +share/icons/oxygen/base/32x32/devices/drive-removable-media.png +share/icons/oxygen/base/32x32/devices/input-gaming.png +share/icons/oxygen/base/32x32/devices/input-keyboard.png +share/icons/oxygen/base/32x32/devices/input-mouse.png +share/icons/oxygen/base/32x32/devices/input-tablet.png +share/icons/oxygen/base/32x32/devices/media-flash-memory-stick.png +share/icons/oxygen/base/32x32/devices/media-flash-sd-mmc.png +share/icons/oxygen/base/32x32/devices/media-flash-smart-media.png +share/icons/oxygen/base/32x32/devices/media-flash.png +share/icons/oxygen/base/32x32/devices/media-floppy.png +share/icons/oxygen/base/32x32/devices/media-optical-audio.png +share/icons/oxygen/base/32x32/devices/media-optical-blu-ray.png +share/icons/oxygen/base/32x32/devices/media-optical-data.png +share/icons/oxygen/base/32x32/devices/media-optical-dvd-video.png +share/icons/oxygen/base/32x32/devices/media-optical-dvd.png +share/icons/oxygen/base/32x32/devices/media-optical-mixed-cd.png +share/icons/oxygen/base/32x32/devices/media-optical-recordable.png +share/icons/oxygen/base/32x32/devices/media-optical-video.png +share/icons/oxygen/base/32x32/devices/media-optical.png +share/icons/oxygen/base/32x32/devices/media-tape.png +share/icons/oxygen/base/32x32/devices/modem.png +share/icons/oxygen/base/32x32/devices/multimedia-player-apple-ipod.png +share/icons/oxygen/base/32x32/devices/multimedia-player.png +share/icons/oxygen/base/32x32/devices/network-wired.png +share/icons/oxygen/base/32x32/devices/network-wireless-connected-00.png +share/icons/oxygen/base/32x32/devices/network-wireless-connected-100.png +share/icons/oxygen/base/32x32/devices/network-wireless-connected-25.png +share/icons/oxygen/base/32x32/devices/network-wireless-connected-50.png +share/icons/oxygen/base/32x32/devices/network-wireless-connected-75.png +share/icons/oxygen/base/32x32/devices/network-wireless-disconnected.png +share/icons/oxygen/base/32x32/devices/network-wireless.png +share/icons/oxygen/base/32x32/devices/pda.png +share/icons/oxygen/base/32x32/devices/phone-openmoko-freerunner.png +share/icons/oxygen/base/32x32/devices/phone.png +share/icons/oxygen/base/32x32/devices/printer-laser.png +share/icons/oxygen/base/32x32/devices/printer.png +share/icons/oxygen/base/32x32/devices/scanner.png +share/icons/oxygen/base/32x32/devices/secure-card.png +share/icons/oxygen/base/32x32/devices/smartphone.png +share/icons/oxygen/base/32x32/devices/tablet.png +share/icons/oxygen/base/32x32/devices/video-display.png +share/icons/oxygen/base/32x32/devices/video-projector.png +share/icons/oxygen/base/32x32/devices/video-television.png +share/icons/oxygen/base/32x32/emblems/emblem-encrypted-locked.png +share/icons/oxygen/base/32x32/emblems/emblem-encrypted-unlocked.png +share/icons/oxygen/base/32x32/emblems/emblem-favorite.png +share/icons/oxygen/base/32x32/emblems/emblem-important.png +share/icons/oxygen/base/32x32/emblems/emblem-locked.png +share/icons/oxygen/base/32x32/emblems/emblem-mounted.png +share/icons/oxygen/base/32x32/emblems/emblem-new.png +share/icons/oxygen/base/32x32/emblems/emblem-symbolic-link.png +share/icons/oxygen/base/32x32/emblems/emblem-unlocked.png +share/icons/oxygen/base/32x32/emblems/emblem-unmounted.png +share/icons/oxygen/base/32x32/emblems/image-has-versions-open.png +share/icons/oxygen/base/32x32/emblems/image-has-versions.png +share/icons/oxygen/base/32x32/emblems/image-stack-open.png +share/icons/oxygen/base/32x32/emblems/image-stack.png +share/icons/oxygen/base/32x32/emblems/vcs-added.png +share/icons/oxygen/base/32x32/emblems/vcs-conflicting.png +share/icons/oxygen/base/32x32/emblems/vcs-locally-modified-unstaged.png +share/icons/oxygen/base/32x32/emblems/vcs-locally-modified.png +share/icons/oxygen/base/32x32/emblems/vcs-normal.png +share/icons/oxygen/base/32x32/emblems/vcs-removed.png +share/icons/oxygen/base/32x32/emblems/vcs-update-required.png +share/icons/oxygen/base/32x32/emotes/face-angel.png +share/icons/oxygen/base/32x32/emotes/face-embarrassed.png +share/icons/oxygen/base/32x32/emotes/face-kiss.png +share/icons/oxygen/base/32x32/emotes/face-laugh.png +share/icons/oxygen/base/32x32/emotes/face-plain.png +share/icons/oxygen/base/32x32/emotes/face-raspberry.png +share/icons/oxygen/base/32x32/emotes/face-sad.png +share/icons/oxygen/base/32x32/emotes/face-smile-big.png +share/icons/oxygen/base/32x32/emotes/face-smile.png +share/icons/oxygen/base/32x32/emotes/face-surprise.png +share/icons/oxygen/base/32x32/emotes/face-uncertain.png +share/icons/oxygen/base/32x32/emotes/face-wink.png +share/icons/oxygen/base/32x32/mimetypes/application-atom+xml.png +share/icons/oxygen/base/32x32/mimetypes/application-epub+zip.png +share/icons/oxygen/base/32x32/mimetypes/application-illustrator.png +share/icons/oxygen/base/32x32/mimetypes/application-javascript.png +share/icons/oxygen/base/32x32/mimetypes/application-msword-template.png +share/icons/oxygen/base/32x32/mimetypes/application-msword.png +share/icons/oxygen/base/32x32/mimetypes/application-octet-stream.png +share/icons/oxygen/base/32x32/mimetypes/application-ogg.png +share/icons/oxygen/base/32x32/mimetypes/application-pdf.png +share/icons/oxygen/base/32x32/mimetypes/application-pgp-encrypted.png +share/icons/oxygen/base/32x32/mimetypes/application-pgp-keys.png +share/icons/oxygen/base/32x32/mimetypes/application-pgp-signature.png +share/icons/oxygen/base/32x32/mimetypes/application-pgp.png +share/icons/oxygen/base/32x32/mimetypes/application-pkcs7-mime.png +share/icons/oxygen/base/32x32/mimetypes/application-pkcs7-signature.png +share/icons/oxygen/base/32x32/mimetypes/application-postscript.png +share/icons/oxygen/base/32x32/mimetypes/application-relaxng.png +share/icons/oxygen/base/32x32/mimetypes/application-rss+xml.png +share/icons/oxygen/base/32x32/mimetypes/application-rtf.png +share/icons/oxygen/base/32x32/mimetypes/application-sxw.png +share/icons/oxygen/base/32x32/mimetypes/application-vnd-google-earth-kml.png +share/icons/oxygen/base/32x32/mimetypes/application-vnd.iccprofile.png +share/icons/oxygen/base/32x32/mimetypes/application-vnd.ms-access.png +share/icons/oxygen/base/32x32/mimetypes/application-vnd.ms-excel.png +share/icons/oxygen/base/32x32/mimetypes/application-vnd.ms-powerpoint.png +share/icons/oxygen/base/32x32/mimetypes/application-vnd.oasis.opendocument.chart.png +share/icons/oxygen/base/32x32/mimetypes/application-vnd.oasis.opendocument.database.png +share/icons/oxygen/base/32x32/mimetypes/application-vnd.oasis.opendocument.draw.template.png +share/icons/oxygen/base/32x32/mimetypes/application-vnd.oasis.opendocument.drawing.png +share/icons/oxygen/base/32x32/mimetypes/application-vnd.oasis.opendocument.drawing.template.png +share/icons/oxygen/base/32x32/mimetypes/application-vnd.oasis.opendocument.formula-template.png +share/icons/oxygen/base/32x32/mimetypes/application-vnd.oasis.opendocument.formula.png +share/icons/oxygen/base/32x32/mimetypes/application-vnd.oasis.opendocument.graphics.png +share/icons/oxygen/base/32x32/mimetypes/application-vnd.oasis.opendocument.image.png +share/icons/oxygen/base/32x32/mimetypes/application-vnd.oasis.opendocument.presentation-template.png +share/icons/oxygen/base/32x32/mimetypes/application-vnd.oasis.opendocument.presentation.png +share/icons/oxygen/base/32x32/mimetypes/application-vnd.oasis.opendocument.spreadsheet-template.png +share/icons/oxygen/base/32x32/mimetypes/application-vnd.oasis.opendocument.spreadsheet.png +share/icons/oxygen/base/32x32/mimetypes/application-vnd.oasis.opendocument.text-master.png +share/icons/oxygen/base/32x32/mimetypes/application-vnd.oasis.opendocument.text-template.png +share/icons/oxygen/base/32x32/mimetypes/application-vnd.oasis.opendocument.text.png +share/icons/oxygen/base/32x32/mimetypes/application-vnd.oasis.opendocument.web.template.png +share/icons/oxygen/base/32x32/mimetypes/application-vnd.openxmlformats-officedocument.wordprocessingml.document.png +share/icons/oxygen/base/32x32/mimetypes/application-vnd.rn-realmedia.png +share/icons/oxygen/base/32x32/mimetypes/application-vnd.scribus.png +share/icons/oxygen/base/32x32/mimetypes/application-vnd.stardivision.calc.png +share/icons/oxygen/base/32x32/mimetypes/application-vnd.stardivision.draw.png +share/icons/oxygen/base/32x32/mimetypes/application-vnd.stardivision.mail.png +share/icons/oxygen/base/32x32/mimetypes/application-vnd.stardivision.math.png +share/icons/oxygen/base/32x32/mimetypes/application-vnd.sun.xml.calc.png +share/icons/oxygen/base/32x32/mimetypes/application-vnd.sun.xml.calc.template.png +share/icons/oxygen/base/32x32/mimetypes/application-vnd.sun.xml.draw.png +share/icons/oxygen/base/32x32/mimetypes/application-vnd.sun.xml.draw.template.png +share/icons/oxygen/base/32x32/mimetypes/application-vnd.sun.xml.impress.png +share/icons/oxygen/base/32x32/mimetypes/application-vnd.sun.xml.impress.template.png +share/icons/oxygen/base/32x32/mimetypes/application-vnd.sun.xml.math.png +share/icons/oxygen/base/32x32/mimetypes/application-vnd.sun.xml.writer.global.png +share/icons/oxygen/base/32x32/mimetypes/application-vnd.sun.xml.writer.png +share/icons/oxygen/base/32x32/mimetypes/application-vnd.sun.xml.writer.template.png +share/icons/oxygen/base/32x32/mimetypes/application-vnd.wordperfect.png +share/icons/oxygen/base/32x32/mimetypes/application-x-7z-compressed.png +share/icons/oxygen/base/32x32/mimetypes/application-x-abiword.png +share/icons/oxygen/base/32x32/mimetypes/application-x-ace.png +share/icons/oxygen/base/32x32/mimetypes/application-x-applix-spreadsheet.png +share/icons/oxygen/base/32x32/mimetypes/application-x-applix-word.png +share/icons/oxygen/base/32x32/mimetypes/application-x-ar.png +share/icons/oxygen/base/32x32/mimetypes/application-x-arc.png +share/icons/oxygen/base/32x32/mimetypes/application-x-archive.png +share/icons/oxygen/base/32x32/mimetypes/application-x-arj.png +share/icons/oxygen/base/32x32/mimetypes/application-x-awk.png +share/icons/oxygen/base/32x32/mimetypes/application-x-bittorrent.png +share/icons/oxygen/base/32x32/mimetypes/application-x-blender.png +share/icons/oxygen/base/32x32/mimetypes/application-x-bzdvi.png +share/icons/oxygen/base/32x32/mimetypes/application-x-bzip-compressed-tar.png +share/icons/oxygen/base/32x32/mimetypes/application-x-bzip.png +share/icons/oxygen/base/32x32/mimetypes/application-x-cd-image.png +share/icons/oxygen/base/32x32/mimetypes/application-x-cda.png +share/icons/oxygen/base/32x32/mimetypes/application-x-chm.png +share/icons/oxygen/base/32x32/mimetypes/application-x-compress.png +share/icons/oxygen/base/32x32/mimetypes/application-x-compressed-tar.png +share/icons/oxygen/base/32x32/mimetypes/application-x-cpio.png +share/icons/oxygen/base/32x32/mimetypes/application-x-cue.png +share/icons/oxygen/base/32x32/mimetypes/application-x-deb.png +share/icons/oxygen/base/32x32/mimetypes/application-x-designer.png +share/icons/oxygen/base/32x32/mimetypes/application-x-desktop.png +share/icons/oxygen/base/32x32/mimetypes/application-x-egon.png +share/icons/oxygen/base/32x32/mimetypes/application-x-executable-script.png +share/icons/oxygen/base/32x32/mimetypes/application-x-executable.png +share/icons/oxygen/base/32x32/mimetypes/application-x-flash-video.png +share/icons/oxygen/base/32x32/mimetypes/application-x-font-afm.png +share/icons/oxygen/base/32x32/mimetypes/application-x-font-bdf.png +share/icons/oxygen/base/32x32/mimetypes/application-x-font-otf.png +share/icons/oxygen/base/32x32/mimetypes/application-x-font-pcf.png +share/icons/oxygen/base/32x32/mimetypes/application-x-font-snf.png +share/icons/oxygen/base/32x32/mimetypes/application-x-font-ttf.png +share/icons/oxygen/base/32x32/mimetypes/application-x-font-type1.png +share/icons/oxygen/base/32x32/mimetypes/application-x-gnumeric.png +share/icons/oxygen/base/32x32/mimetypes/application-x-gzdvi.png +share/icons/oxygen/base/32x32/mimetypes/application-x-gzip.png +share/icons/oxygen/base/32x32/mimetypes/application-x-gzpostscript.png +share/icons/oxygen/base/32x32/mimetypes/application-x-iso.png +share/icons/oxygen/base/32x32/mimetypes/application-x-it87.png +share/icons/oxygen/base/32x32/mimetypes/application-x-jar.png +share/icons/oxygen/base/32x32/mimetypes/application-x-java-applet.png +share/icons/oxygen/base/32x32/mimetypes/application-x-java-archive.png +share/icons/oxygen/base/32x32/mimetypes/application-x-java.png +share/icons/oxygen/base/32x32/mimetypes/application-x-javascript.png +share/icons/oxygen/base/32x32/mimetypes/application-x-k3b.png +share/icons/oxygen/base/32x32/mimetypes/application-x-kcsrc.png +share/icons/oxygen/base/32x32/mimetypes/application-x-kdenlivetitle.png +share/icons/oxygen/base/32x32/mimetypes/application-x-kexi-connectiondata.png +share/icons/oxygen/base/32x32/mimetypes/application-x-kexiproject-shortcut.png +share/icons/oxygen/base/32x32/mimetypes/application-x-kexiproject-sqlite.png +share/icons/oxygen/base/32x32/mimetypes/application-x-kexiproject-sqlite2.png +share/icons/oxygen/base/32x32/mimetypes/application-x-kexiproject-sqlite3.png +share/icons/oxygen/base/32x32/mimetypes/application-x-kformula.png +share/icons/oxygen/base/32x32/mimetypes/application-x-kgetlist.png +share/icons/oxygen/base/32x32/mimetypes/application-x-kontour.png +share/icons/oxygen/base/32x32/mimetypes/application-x-kplato.png +share/icons/oxygen/base/32x32/mimetypes/application-x-krita.png +share/icons/oxygen/base/32x32/mimetypes/application-x-kvtml.png +share/icons/oxygen/base/32x32/mimetypes/application-x-kword.png +share/icons/oxygen/base/32x32/mimetypes/application-x-lha.png +share/icons/oxygen/base/32x32/mimetypes/application-x-lyx.png +share/icons/oxygen/base/32x32/mimetypes/application-x-lzma-compressed-tar.png +share/icons/oxygen/base/32x32/mimetypes/application-x-lzop.png +share/icons/oxygen/base/32x32/mimetypes/application-x-m4.png +share/icons/oxygen/base/32x32/mimetypes/application-x-marble.png +share/icons/oxygen/base/32x32/mimetypes/application-x-mimearchive.png +share/icons/oxygen/base/32x32/mimetypes/application-x-mplayer2.png +share/icons/oxygen/base/32x32/mimetypes/application-x-ms-dos-executable.png +share/icons/oxygen/base/32x32/mimetypes/application-x-mswinurl.png +share/icons/oxygen/base/32x32/mimetypes/application-x-mswrite.png +share/icons/oxygen/base/32x32/mimetypes/application-x-nzb.png +share/icons/oxygen/base/32x32/mimetypes/application-x-object.png +share/icons/oxygen/base/32x32/mimetypes/application-x-pak.png +share/icons/oxygen/base/32x32/mimetypes/application-x-pem-key.png +share/icons/oxygen/base/32x32/mimetypes/application-x-perl.png +share/icons/oxygen/base/32x32/mimetypes/application-x-php.png +share/icons/oxygen/base/32x32/mimetypes/application-x-plasma.png +share/icons/oxygen/base/32x32/mimetypes/application-x-python-bytecode.png +share/icons/oxygen/base/32x32/mimetypes/application-x-qet-element.png +share/icons/oxygen/base/32x32/mimetypes/application-x-qet-project.png +share/icons/oxygen/base/32x32/mimetypes/application-x-quattropro.png +share/icons/oxygen/base/32x32/mimetypes/application-x-rar.png +share/icons/oxygen/base/32x32/mimetypes/application-x-raw-disk-image.png +share/icons/oxygen/base/32x32/mimetypes/application-x-rpm.png +share/icons/oxygen/base/32x32/mimetypes/application-x-ruby.png +share/icons/oxygen/base/32x32/mimetypes/application-x-sharedlib.png +share/icons/oxygen/base/32x32/mimetypes/application-x-shellscript.png +share/icons/oxygen/base/32x32/mimetypes/application-x-shockwave-flash.png +share/icons/oxygen/base/32x32/mimetypes/application-x-siag.png +share/icons/oxygen/base/32x32/mimetypes/application-x-sif.png +share/icons/oxygen/base/32x32/mimetypes/application-x-skg.png +share/icons/oxygen/base/32x32/mimetypes/application-x-skgc.png +share/icons/oxygen/base/32x32/mimetypes/application-x-smb-server.png +share/icons/oxygen/base/32x32/mimetypes/application-x-smb-workgroup.png +share/icons/oxygen/base/32x32/mimetypes/application-x-sqlite2.png +share/icons/oxygen/base/32x32/mimetypes/application-x-sqlite3.png +share/icons/oxygen/base/32x32/mimetypes/application-x-srt.png +share/icons/oxygen/base/32x32/mimetypes/application-x-srtrip.png +share/icons/oxygen/base/32x32/mimetypes/application-x-subrip.png +share/icons/oxygen/base/32x32/mimetypes/application-x-tar.png +share/icons/oxygen/base/32x32/mimetypes/application-x-tarz.png +share/icons/oxygen/base/32x32/mimetypes/application-x-tgif.png +share/icons/oxygen/base/32x32/mimetypes/application-x-trash.png +share/icons/oxygen/base/32x32/mimetypes/application-x-troff-man.png +share/icons/oxygen/base/32x32/mimetypes/application-x-tzo.png +share/icons/oxygen/base/32x32/mimetypes/application-x-wmf.png +share/icons/oxygen/base/32x32/mimetypes/application-x-zerosize.png +share/icons/oxygen/base/32x32/mimetypes/application-x-zoo.png +share/icons/oxygen/base/32x32/mimetypes/application-xhtml+xml.png +share/icons/oxygen/base/32x32/mimetypes/application-xml.png +share/icons/oxygen/base/32x32/mimetypes/application-xsd.png +share/icons/oxygen/base/32x32/mimetypes/application-xslt+xml.png +share/icons/oxygen/base/32x32/mimetypes/application-zip.png +share/icons/oxygen/base/32x32/mimetypes/audio-ac3.png +share/icons/oxygen/base/32x32/mimetypes/audio-midi.png +share/icons/oxygen/base/32x32/mimetypes/audio-mp2.png +share/icons/oxygen/base/32x32/mimetypes/audio-mp3.png +share/icons/oxygen/base/32x32/mimetypes/audio-mp4.png +share/icons/oxygen/base/32x32/mimetypes/audio-prs.sid.png +share/icons/oxygen/base/32x32/mimetypes/audio-vn.rn-realmedia.png +share/icons/oxygen/base/32x32/mimetypes/audio-vnd.rn-realvideo.png +share/icons/oxygen/base/32x32/mimetypes/audio-x-adpcm.png +share/icons/oxygen/base/32x32/mimetypes/audio-x-aiff.png +share/icons/oxygen/base/32x32/mimetypes/audio-x-flac+ogg.png +share/icons/oxygen/base/32x32/mimetypes/audio-x-flac.png +share/icons/oxygen/base/32x32/mimetypes/audio-x-generic.png +share/icons/oxygen/base/32x32/mimetypes/audio-x-monkey.png +share/icons/oxygen/base/32x32/mimetypes/audio-x-mp2.png +share/icons/oxygen/base/32x32/mimetypes/audio-x-mpeg.png +share/icons/oxygen/base/32x32/mimetypes/audio-x-speex+ogg.png +share/icons/oxygen/base/32x32/mimetypes/audio-x-wav.png +share/icons/oxygen/base/32x32/mimetypes/encrypted.png +share/icons/oxygen/base/32x32/mimetypes/fonts-package.png +share/icons/oxygen/base/32x32/mimetypes/image-bmp.png +share/icons/oxygen/base/32x32/mimetypes/image-gif.png +share/icons/oxygen/base/32x32/mimetypes/image-jpeg.png +share/icons/oxygen/base/32x32/mimetypes/image-jpeg2000.png +share/icons/oxygen/base/32x32/mimetypes/image-png.png +share/icons/oxygen/base/32x32/mimetypes/image-svg+xml-compressed.png +share/icons/oxygen/base/32x32/mimetypes/image-svg+xml.png +share/icons/oxygen/base/32x32/mimetypes/image-tiff.png +share/icons/oxygen/base/32x32/mimetypes/image-vnd.adobe.photoshop.png +share/icons/oxygen/base/32x32/mimetypes/image-vnd.dgn.png +share/icons/oxygen/base/32x32/mimetypes/image-vnd.dwg.png +share/icons/oxygen/base/32x32/mimetypes/image-x-adobe-dng.png +share/icons/oxygen/base/32x32/mimetypes/image-x-compressed-xcf.png +share/icons/oxygen/base/32x32/mimetypes/image-x-emf.png +share/icons/oxygen/base/32x32/mimetypes/image-x-eps.png +share/icons/oxygen/base/32x32/mimetypes/image-x-generic.png +share/icons/oxygen/base/32x32/mimetypes/image-x-krita.png +share/icons/oxygen/base/32x32/mimetypes/image-x-portable-bitmap.png +share/icons/oxygen/base/32x32/mimetypes/image-x-psd.png +share/icons/oxygen/base/32x32/mimetypes/image-x-psdimage-x-psd.png +share/icons/oxygen/base/32x32/mimetypes/image-x-svg+xml.png +share/icons/oxygen/base/32x32/mimetypes/image-x-tga.png +share/icons/oxygen/base/32x32/mimetypes/image-x-vnd.trolltech.qpicture.png +share/icons/oxygen/base/32x32/mimetypes/image-x-win-bitmap.png +share/icons/oxygen/base/32x32/mimetypes/image-x-win-bmp.png +share/icons/oxygen/base/32x32/mimetypes/image-x-wmf.png +share/icons/oxygen/base/32x32/mimetypes/image-x-xcf.png +share/icons/oxygen/base/32x32/mimetypes/image-x-xfig.png +share/icons/oxygen/base/32x32/mimetypes/inode-directory.png +share/icons/oxygen/base/32x32/mimetypes/libreoffice-database.png +share/icons/oxygen/base/32x32/mimetypes/libreoffice-drawing-template.png +share/icons/oxygen/base/32x32/mimetypes/libreoffice-drawing.png +share/icons/oxygen/base/32x32/mimetypes/libreoffice-extension.png +share/icons/oxygen/base/32x32/mimetypes/libreoffice-formula.png +share/icons/oxygen/base/32x32/mimetypes/libreoffice-master-document.png +share/icons/oxygen/base/32x32/mimetypes/libreoffice-oasis-database.png +share/icons/oxygen/base/32x32/mimetypes/libreoffice-oasis-drawing-template.png +share/icons/oxygen/base/32x32/mimetypes/libreoffice-oasis-drawing.png +share/icons/oxygen/base/32x32/mimetypes/libreoffice-oasis-formula.png +share/icons/oxygen/base/32x32/mimetypes/libreoffice-oasis-master-document.png +share/icons/oxygen/base/32x32/mimetypes/libreoffice-oasis-presentation-template.png +share/icons/oxygen/base/32x32/mimetypes/libreoffice-oasis-presentation.png +share/icons/oxygen/base/32x32/mimetypes/libreoffice-oasis-spreadsheet-template.png +share/icons/oxygen/base/32x32/mimetypes/libreoffice-oasis-spreadsheet.png +share/icons/oxygen/base/32x32/mimetypes/libreoffice-oasis-text-template.png +share/icons/oxygen/base/32x32/mimetypes/libreoffice-oasis-text.png +share/icons/oxygen/base/32x32/mimetypes/libreoffice-oasis-web-template.png +share/icons/oxygen/base/32x32/mimetypes/libreoffice-presentation-template.png +share/icons/oxygen/base/32x32/mimetypes/libreoffice-presentation.png +share/icons/oxygen/base/32x32/mimetypes/libreoffice-spreadsheet-template.png +share/icons/oxygen/base/32x32/mimetypes/libreoffice-spreadsheet.png +share/icons/oxygen/base/32x32/mimetypes/libreoffice-text-template.png +share/icons/oxygen/base/32x32/mimetypes/libreoffice-text.png +share/icons/oxygen/base/32x32/mimetypes/mail-message-new-list.png +share/icons/oxygen/base/32x32/mimetypes/message-news.png +share/icons/oxygen/base/32x32/mimetypes/message-partial.png +share/icons/oxygen/base/32x32/mimetypes/message-rfc822.png +share/icons/oxygen/base/32x32/mimetypes/message-x-gnu-rmail.png +share/icons/oxygen/base/32x32/mimetypes/message.png +share/icons/oxygen/base/32x32/mimetypes/odf.png +share/icons/oxygen/base/32x32/mimetypes/package-x-generic.png +share/icons/oxygen/base/32x32/mimetypes/text-calendar.png +share/icons/oxygen/base/32x32/mimetypes/text-csharp.png +share/icons/oxygen/base/32x32/mimetypes/text-css.png +share/icons/oxygen/base/32x32/mimetypes/text-csv.png +share/icons/oxygen/base/32x32/mimetypes/text-directory.png +share/icons/oxygen/base/32x32/mimetypes/text-enriched.png +share/icons/oxygen/base/32x32/mimetypes/text-html.png +share/icons/oxygen/base/32x32/mimetypes/text-mathml.png +share/icons/oxygen/base/32x32/mimetypes/text-plain.png +share/icons/oxygen/base/32x32/mimetypes/text-rdf+xml.png +share/icons/oxygen/base/32x32/mimetypes/text-rdf.png +share/icons/oxygen/base/32x32/mimetypes/text-rtf.png +share/icons/oxygen/base/32x32/mimetypes/text-sgml.png +share/icons/oxygen/base/32x32/mimetypes/text-troff.png +share/icons/oxygen/base/32x32/mimetypes/text-vcalendar.png +share/icons/oxygen/base/32x32/mimetypes/text-vnd.abc.png +share/icons/oxygen/base/32x32/mimetypes/text-vnd.wap.wml.png +share/icons/oxygen/base/32x32/mimetypes/text-x-adasrc.png +share/icons/oxygen/base/32x32/mimetypes/text-x-authors.png +share/icons/oxygen/base/32x32/mimetypes/text-x-bibtex.png +share/icons/oxygen/base/32x32/mimetypes/text-x-c++hdr.png +share/icons/oxygen/base/32x32/mimetypes/text-x-c++src.png +share/icons/oxygen/base/32x32/mimetypes/text-x-changelog.png +share/icons/oxygen/base/32x32/mimetypes/text-x-chdr.png +share/icons/oxygen/base/32x32/mimetypes/text-x-cmake.png +share/icons/oxygen/base/32x32/mimetypes/text-x-copying.png +share/icons/oxygen/base/32x32/mimetypes/text-x-credits.png +share/icons/oxygen/base/32x32/mimetypes/text-x-csharp.png +share/icons/oxygen/base/32x32/mimetypes/text-x-csrc.png +share/icons/oxygen/base/32x32/mimetypes/text-x-dtd.png +share/icons/oxygen/base/32x32/mimetypes/text-x-generic.png +share/icons/oxygen/base/32x32/mimetypes/text-x-generic.svapplication-x-awk.png +share/icons/oxygen/base/32x32/mimetypes/text-x-generic.svapplicatiopn-x-awk.png +share/icons/oxygen/base/32x32/mimetypes/text-x-haskell.png +share/icons/oxygen/base/32x32/mimetypes/text-x-hex.png +share/icons/oxygen/base/32x32/mimetypes/text-x-install.png +share/icons/oxygen/base/32x32/mimetypes/text-x-java-source.png +share/icons/oxygen/base/32x32/mimetypes/text-x-java.png +share/icons/oxygen/base/32x32/mimetypes/text-x-javascript.png +share/icons/oxygen/base/32x32/mimetypes/text-x-katefilelist.png +share/icons/oxygen/base/32x32/mimetypes/text-x-ldif.png +share/icons/oxygen/base/32x32/mimetypes/text-x-lilypond.png +share/icons/oxygen/base/32x32/mimetypes/text-x-log.png +share/icons/oxygen/base/32x32/mimetypes/text-x-makefile.png +share/icons/oxygen/base/32x32/mimetypes/text-x-nfo.png +share/icons/oxygen/base/32x32/mimetypes/text-x-objchdr.png +share/icons/oxygen/base/32x32/mimetypes/text-x-objcsrc.png +share/icons/oxygen/base/32x32/mimetypes/text-x-opml+xml.png +share/icons/oxygen/base/32x32/mimetypes/text-x-opml.png +share/icons/oxygen/base/32x32/mimetypes/text-x-pascal.png +share/icons/oxygen/base/32x32/mimetypes/text-x-patch.png +share/icons/oxygen/base/32x32/mimetypes/text-x-plain.png +share/icons/oxygen/base/32x32/mimetypes/text-x-po.png +share/icons/oxygen/base/32x32/mimetypes/text-x-python.png +share/icons/oxygen/base/32x32/mimetypes/text-x-qml.png +share/icons/oxygen/base/32x32/mimetypes/text-x-readme.png +share/icons/oxygen/base/32x32/mimetypes/text-x-rpm-spec.png +share/icons/oxygen/base/32x32/mimetypes/text-x-script.png +share/icons/oxygen/base/32x32/mimetypes/text-x-sql.png +share/icons/oxygen/base/32x32/mimetypes/text-x-tcl.png +share/icons/oxygen/base/32x32/mimetypes/text-x-tex.png +share/icons/oxygen/base/32x32/mimetypes/text-x-texinfo.png +share/icons/oxygen/base/32x32/mimetypes/text-x-vcard.png +share/icons/oxygen/base/32x32/mimetypes/text-x-xslfo.png +share/icons/oxygen/base/32x32/mimetypes/text-xmcd.png +share/icons/oxygen/base/32x32/mimetypes/text-xml.png +share/icons/oxygen/base/32x32/mimetypes/unknown.png +share/icons/oxygen/base/32x32/mimetypes/uri-mms.png +share/icons/oxygen/base/32x32/mimetypes/uri-mmst.png +share/icons/oxygen/base/32x32/mimetypes/uri-mmsu.png +share/icons/oxygen/base/32x32/mimetypes/uri-pnm.png +share/icons/oxygen/base/32x32/mimetypes/uri-rtspt.png +share/icons/oxygen/base/32x32/mimetypes/uri-rtspu.png +share/icons/oxygen/base/32x32/mimetypes/video-mlt-playlist.png +share/icons/oxygen/base/32x32/mimetypes/video-mp4.png +share/icons/oxygen/base/32x32/mimetypes/video-vivo.png +share/icons/oxygen/base/32x32/mimetypes/video-vnd.rn-realvideo.png +share/icons/oxygen/base/32x32/mimetypes/video-wavelet.png +share/icons/oxygen/base/32x32/mimetypes/video-webm.png +share/icons/oxygen/base/32x32/mimetypes/video-x-anim.png +share/icons/oxygen/base/32x32/mimetypes/video-x-flic.png +share/icons/oxygen/base/32x32/mimetypes/video-x-flv.png +share/icons/oxygen/base/32x32/mimetypes/video-x-generic.png +share/icons/oxygen/base/32x32/mimetypes/video-x-google-vlc-plugin.png +share/icons/oxygen/base/32x32/mimetypes/video-x-javafx.png +share/icons/oxygen/base/32x32/mimetypes/video-x-matroska.png +share/icons/oxygen/base/32x32/mimetypes/video-x-mng.png +share/icons/oxygen/base/32x32/mimetypes/video-x-ms-wmp.png +share/icons/oxygen/base/32x32/mimetypes/video-x-ms-wmv.png +share/icons/oxygen/base/32x32/mimetypes/video-x-msvideo.png +share/icons/oxygen/base/32x32/mimetypes/video-x-ogm+ogg.png +share/icons/oxygen/base/32x32/mimetypes/video-x-theor+ogg.png +share/icons/oxygen/base/32x32/mimetypes/video-x-theora+ogg.png +share/icons/oxygen/base/32x32/mimetypes/video-x-wmv.png +share/icons/oxygen/base/32x32/mimetypes/virtualbox-vhd.png +share/icons/oxygen/base/32x32/mimetypes/x-kde-nsplugin-generated.png +share/icons/oxygen/base/32x32/mimetypes/x-mail-distribution-list.png +share/icons/oxygen/base/32x32/mimetypes/x-media-podcast.png +share/icons/oxygen/base/32x32/mimetypes/x-office-address-book.png +share/icons/oxygen/base/32x32/mimetypes/x-office-calendar.png +share/icons/oxygen/base/32x32/mimetypes/x-office-contact.png +share/icons/oxygen/base/32x32/mimetypes/x-office-document.png +share/icons/oxygen/base/32x32/mimetypes/x-office-drawing.png +share/icons/oxygen/base/32x32/mimetypes/x-office-presentation.png +share/icons/oxygen/base/32x32/mimetypes/x-office-spreadsheet.png +share/icons/oxygen/base/32x32/places/bookmarks.png +share/icons/oxygen/base/32x32/places/certificate-server.png +share/icons/oxygen/base/32x32/places/document-multiple.png +share/icons/oxygen/base/32x32/places/favorites.png +share/icons/oxygen/base/32x32/places/folder-activities.png +share/icons/oxygen/base/32x32/places/folder-black.png +share/icons/oxygen/base/32x32/places/folder-blue.png +share/icons/oxygen/base/32x32/places/folder-bookmark.png +share/icons/oxygen/base/32x32/places/folder-brown.png +share/icons/oxygen/base/32x32/places/folder-cloud.png +share/icons/oxygen/base/32x32/places/folder-cyan.png +share/icons/oxygen/base/32x32/places/folder-development.png +share/icons/oxygen/base/32x32/places/folder-documents.png +share/icons/oxygen/base/32x32/places/folder-download.png +share/icons/oxygen/base/32x32/places/folder-downloads.png +share/icons/oxygen/base/32x32/places/folder-dropbox.png +share/icons/oxygen/base/32x32/places/folder-favorites.png +share/icons/oxygen/base/32x32/places/folder-gdrive.png +share/icons/oxygen/base/32x32/places/folder-green.png +share/icons/oxygen/base/32x32/places/folder-grey.png +share/icons/oxygen/base/32x32/places/folder-html.png +share/icons/oxygen/base/32x32/places/folder-image-people.png +share/icons/oxygen/base/32x32/places/folder-image.png +share/icons/oxygen/base/32x32/places/folder-images.png +share/icons/oxygen/base/32x32/places/folder-important.png +share/icons/oxygen/base/32x32/places/folder-locked.png +share/icons/oxygen/base/32x32/places/folder-mail.png +share/icons/oxygen/base/32x32/places/folder-music.png +share/icons/oxygen/base/32x32/places/folder-network.png +share/icons/oxygen/base/32x32/places/folder-onedrive.png +share/icons/oxygen/base/32x32/places/folder-open.png +share/icons/oxygen/base/32x32/places/folder-orange.png +share/icons/oxygen/base/32x32/places/folder-owncloud.png +share/icons/oxygen/base/32x32/places/folder-picture.png +share/icons/oxygen/base/32x32/places/folder-pictures.png +share/icons/oxygen/base/32x32/places/folder-print.png +share/icons/oxygen/base/32x32/places/folder-public.png +share/icons/oxygen/base/32x32/places/folder-publicshare.png +share/icons/oxygen/base/32x32/places/folder-red.png +share/icons/oxygen/base/32x32/places/folder-remote.png +share/icons/oxygen/base/32x32/places/folder-script.png +share/icons/oxygen/base/32x32/places/folder-sound.png +share/icons/oxygen/base/32x32/places/folder-tar.png +share/icons/oxygen/base/32x32/places/folder-temp.png +share/icons/oxygen/base/32x32/places/folder-text.png +share/icons/oxygen/base/32x32/places/folder-txt.png +share/icons/oxygen/base/32x32/places/folder-video.png +share/icons/oxygen/base/32x32/places/folder-videos.png +share/icons/oxygen/base/32x32/places/folder-violet.png +share/icons/oxygen/base/32x32/places/folder-yellow.png +share/icons/oxygen/base/32x32/places/folder.png +share/icons/oxygen/base/32x32/places/library-music.png +share/icons/oxygen/base/32x32/places/mail-folder-inbox.png +share/icons/oxygen/base/32x32/places/mail-folder-outbox.png +share/icons/oxygen/base/32x32/places/mail-folder-sent.png +share/icons/oxygen/base/32x32/places/mail-message.png +share/icons/oxygen/base/32x32/places/network-server-database.png +share/icons/oxygen/base/32x32/places/network-server.png +share/icons/oxygen/base/32x32/places/network-workgroup.png +share/icons/oxygen/base/32x32/places/repository.png +share/icons/oxygen/base/32x32/places/server-database.png +share/icons/oxygen/base/32x32/places/start-here-kde.png +share/icons/oxygen/base/32x32/places/start-here.png +share/icons/oxygen/base/32x32/places/stock_folder.png +share/icons/oxygen/base/32x32/places/user-desktop.png +share/icons/oxygen/base/32x32/places/user-home.png +share/icons/oxygen/base/32x32/places/user-identity.png +share/icons/oxygen/base/32x32/places/user-trash-full.png +share/icons/oxygen/base/32x32/places/user-trash.png +share/icons/oxygen/base/32x32/status/appointment-recurring.png +share/icons/oxygen/base/32x32/status/appointment-reminder.png +share/icons/oxygen/base/32x32/status/audio-volume-high.png +share/icons/oxygen/base/32x32/status/audio-volume-low.png +share/icons/oxygen/base/32x32/status/audio-volume-medium.png +share/icons/oxygen/base/32x32/status/audio-volume-muted.png +share/icons/oxygen/base/32x32/status/battery-040.png +share/icons/oxygen/base/32x32/status/battery-060.png +share/icons/oxygen/base/32x32/status/battery-080.png +share/icons/oxygen/base/32x32/status/battery-100.png +share/icons/oxygen/base/32x32/status/battery-caution.png +share/icons/oxygen/base/32x32/status/battery-charging-040.png +share/icons/oxygen/base/32x32/status/battery-charging-060.png +share/icons/oxygen/base/32x32/status/battery-charging-080.png +share/icons/oxygen/base/32x32/status/battery-charging-caution.png +share/icons/oxygen/base/32x32/status/battery-charging-low.png +share/icons/oxygen/base/32x32/status/battery-charging.png +share/icons/oxygen/base/32x32/status/battery-low.png +share/icons/oxygen/base/32x32/status/battery-missing.png +share/icons/oxygen/base/32x32/status/dialog-error.png +share/icons/oxygen/base/32x32/status/dialog-information.png +share/icons/oxygen/base/32x32/status/dialog-password.png +share/icons/oxygen/base/32x32/status/dialog-warning.png +share/icons/oxygen/base/32x32/status/folder-open.png +share/icons/oxygen/base/32x32/status/image-loading.png +share/icons/oxygen/base/32x32/status/image-missing.png +share/icons/oxygen/base/32x32/status/mail-attachment.png +share/icons/oxygen/base/32x32/status/mail-queued.png +share/icons/oxygen/base/32x32/status/mail-read.png +share/icons/oxygen/base/32x32/status/mail-replied.png +share/icons/oxygen/base/32x32/status/mail-tagged.png +share/icons/oxygen/base/32x32/status/mail-unread-new.png +share/icons/oxygen/base/32x32/status/mail-unread.png +share/icons/oxygen/base/32x32/status/media-playlist-repeat.png +share/icons/oxygen/base/32x32/status/media-playlist-shuffle.png +share/icons/oxygen/base/32x32/status/meeting-chair.png +share/icons/oxygen/base/32x32/status/meeting-observer.png +share/icons/oxygen/base/32x32/status/meeting-organizer.png +share/icons/oxygen/base/32x32/status/meeting-participant-optional.png +share/icons/oxygen/base/32x32/status/meeting-participant-reply.png +share/icons/oxygen/base/32x32/status/meeting-participant.png +share/icons/oxygen/base/32x32/status/object-locked.png +share/icons/oxygen/base/32x32/status/object-unlocked.png +share/icons/oxygen/base/32x32/status/printer-error.png +share/icons/oxygen/base/32x32/status/printer-printing.png +share/icons/oxygen/base/32x32/status/script-error.png +share/icons/oxygen/base/32x32/status/security-high.png +share/icons/oxygen/base/32x32/status/security-low.png +share/icons/oxygen/base/32x32/status/security-medium.png +share/icons/oxygen/base/32x32/status/task-accepted.png +share/icons/oxygen/base/32x32/status/task-attempt.png +share/icons/oxygen/base/32x32/status/task-attention.png +share/icons/oxygen/base/32x32/status/task-complete.png +share/icons/oxygen/base/32x32/status/task-delegate.png +share/icons/oxygen/base/32x32/status/task-ongoing.png +share/icons/oxygen/base/32x32/status/task-recurring.png +share/icons/oxygen/base/32x32/status/task-reject.png +share/icons/oxygen/base/32x32/status/task-reminder.png +share/icons/oxygen/base/32x32/status/user-away-extended.png +share/icons/oxygen/base/32x32/status/user-away.png +share/icons/oxygen/base/32x32/status/user-busy.png +share/icons/oxygen/base/32x32/status/user-offline.png +share/icons/oxygen/base/32x32/status/user-online.png +share/icons/oxygen/base/32x32/status/user-trash-full.png +share/icons/oxygen/base/32x32/status/wallet-closed.png +share/icons/oxygen/base/32x32/status/wallet-open.png +share/icons/oxygen/base/32x32/status/weather-clear-night.png +share/icons/oxygen/base/32x32/status/weather-clear.png +share/icons/oxygen/base/32x32/status/weather-clouds-night.png +share/icons/oxygen/base/32x32/status/weather-clouds.png +share/icons/oxygen/base/32x32/status/weather-few-clouds-night.png +share/icons/oxygen/base/32x32/status/weather-few-clouds.png +share/icons/oxygen/base/32x32/status/weather-freezing-rain.png +share/icons/oxygen/base/32x32/status/weather-hail.png +share/icons/oxygen/base/32x32/status/weather-many-clouds.png +share/icons/oxygen/base/32x32/status/weather-mist.png +share/icons/oxygen/base/32x32/status/weather-none-available.png +share/icons/oxygen/base/32x32/status/weather-showers-day.png +share/icons/oxygen/base/32x32/status/weather-showers-night.png +share/icons/oxygen/base/32x32/status/weather-showers-scattered-day.png +share/icons/oxygen/base/32x32/status/weather-showers-scattered-night.png +share/icons/oxygen/base/32x32/status/weather-showers-scattered.png +share/icons/oxygen/base/32x32/status/weather-showers.png +share/icons/oxygen/base/32x32/status/weather-snow-rain.png +share/icons/oxygen/base/32x32/status/weather-snow-scattered-day.png +share/icons/oxygen/base/32x32/status/weather-snow-scattered-night.png +share/icons/oxygen/base/32x32/status/weather-snow-scattered.png +share/icons/oxygen/base/32x32/status/weather-snow.png +share/icons/oxygen/base/32x32/status/weather-storm.png +share/icons/oxygen/base/32x32/status/window-suppressed.png +share/icons/oxygen/base/48x48/actions/address-book-new.png +share/icons/oxygen/base/48x48/actions/align-horizontal-bottom-out.png +share/icons/oxygen/base/48x48/actions/align-horizontal-center.png +share/icons/oxygen/base/48x48/actions/align-horizontal-left-out.png +share/icons/oxygen/base/48x48/actions/align-horizontal-left.png +share/icons/oxygen/base/48x48/actions/align-horizontal-right-out.png +share/icons/oxygen/base/48x48/actions/align-horizontal-right.png +share/icons/oxygen/base/48x48/actions/align-horizontal-top-out.png +share/icons/oxygen/base/48x48/actions/align-vertical-bottom.png +share/icons/oxygen/base/48x48/actions/align-vertical-center.png +share/icons/oxygen/base/48x48/actions/align-vertical-top.png +share/icons/oxygen/base/48x48/actions/application-exit.png +share/icons/oxygen/base/48x48/actions/appointment-new.png +share/icons/oxygen/base/48x48/actions/archive-extract.png +share/icons/oxygen/base/48x48/actions/archive-insert-directory.png +share/icons/oxygen/base/48x48/actions/archive-insert.png +share/icons/oxygen/base/48x48/actions/archive-remove.png +share/icons/oxygen/base/48x48/actions/arrow-down-double.png +share/icons/oxygen/base/48x48/actions/arrow-down.png +share/icons/oxygen/base/48x48/actions/arrow-left-double.png +share/icons/oxygen/base/48x48/actions/arrow-left.png +share/icons/oxygen/base/48x48/actions/arrow-right-double.png +share/icons/oxygen/base/48x48/actions/arrow-right.png +share/icons/oxygen/base/48x48/actions/arrow-up-double.png +share/icons/oxygen/base/48x48/actions/arrow-up.png +share/icons/oxygen/base/48x48/actions/bookmark-new-list.png +share/icons/oxygen/base/48x48/actions/bookmark-new.png +share/icons/oxygen/base/48x48/actions/bookmark-toolbar.png +share/icons/oxygen/base/48x48/actions/bookmarks-organize.png +share/icons/oxygen/base/48x48/actions/call-start.png +share/icons/oxygen/base/48x48/actions/call-stop.png +share/icons/oxygen/base/48x48/actions/character-set.png +share/icons/oxygen/base/48x48/actions/chronometer.png +share/icons/oxygen/base/48x48/actions/code-block.png +share/icons/oxygen/base/48x48/actions/code-class.png +share/icons/oxygen/base/48x48/actions/code-context.png +share/icons/oxygen/base/48x48/actions/code-function.png +share/icons/oxygen/base/48x48/actions/code-typedef.png +share/icons/oxygen/base/48x48/actions/code-variable.png +share/icons/oxygen/base/48x48/actions/color-picker-black.png +share/icons/oxygen/base/48x48/actions/color-picker-grey.png +share/icons/oxygen/base/48x48/actions/color-picker-white.png +share/icons/oxygen/base/48x48/actions/color-picker.png +share/icons/oxygen/base/48x48/actions/configure-shortcuts.png +share/icons/oxygen/base/48x48/actions/configure-toolbars.png +share/icons/oxygen/base/48x48/actions/configure.png +share/icons/oxygen/base/48x48/actions/contact-new.png +share/icons/oxygen/base/48x48/actions/dashboard-show.png +share/icons/oxygen/base/48x48/actions/debug-execute-from-cursor.png +share/icons/oxygen/base/48x48/actions/debug-execute-to-cursor.png +share/icons/oxygen/base/48x48/actions/debug-run-cursor.png +share/icons/oxygen/base/48x48/actions/debug-run.png +share/icons/oxygen/base/48x48/actions/debug-step-instruction.png +share/icons/oxygen/base/48x48/actions/debug-step-into-instruction.png +share/icons/oxygen/base/48x48/actions/debug-step-into.png +share/icons/oxygen/base/48x48/actions/debug-step-out.png +share/icons/oxygen/base/48x48/actions/debug-step-over.png +share/icons/oxygen/base/48x48/actions/dialog-cancel.png +share/icons/oxygen/base/48x48/actions/dialog-close.png +share/icons/oxygen/base/48x48/actions/dialog-ok-apply.png +share/icons/oxygen/base/48x48/actions/dialog-ok.png +share/icons/oxygen/base/48x48/actions/document-close.png +share/icons/oxygen/base/48x48/actions/document-decrypt.png +share/icons/oxygen/base/48x48/actions/document-edit-decrypt-verify.png +share/icons/oxygen/base/48x48/actions/document-edit-decrypt.png +share/icons/oxygen/base/48x48/actions/document-edit-encrypt.png +share/icons/oxygen/base/48x48/actions/document-edit-sign-encrypt.png +share/icons/oxygen/base/48x48/actions/document-edit-sign.png +share/icons/oxygen/base/48x48/actions/document-edit-verify.png +share/icons/oxygen/base/48x48/actions/document-edit.png +share/icons/oxygen/base/48x48/actions/document-encrypt.png +share/icons/oxygen/base/48x48/actions/document-encrypted.png +share/icons/oxygen/base/48x48/actions/document-export-table.png +share/icons/oxygen/base/48x48/actions/document-export.png +share/icons/oxygen/base/48x48/actions/document-import.png +share/icons/oxygen/base/48x48/actions/document-new.png +share/icons/oxygen/base/48x48/actions/document-open-folder.png +share/icons/oxygen/base/48x48/actions/document-open-recent.png +share/icons/oxygen/base/48x48/actions/document-open-remote.png +share/icons/oxygen/base/48x48/actions/document-open.png +share/icons/oxygen/base/48x48/actions/document-preview-archive.png +share/icons/oxygen/base/48x48/actions/document-preview.png +share/icons/oxygen/base/48x48/actions/document-print-direct.png +share/icons/oxygen/base/48x48/actions/document-print-frame.png +share/icons/oxygen/base/48x48/actions/document-print-preview.png +share/icons/oxygen/base/48x48/actions/document-print.png +share/icons/oxygen/base/48x48/actions/document-properties.png +share/icons/oxygen/base/48x48/actions/document-revert.png +share/icons/oxygen/base/48x48/actions/document-save-all.png +share/icons/oxygen/base/48x48/actions/document-save-as.png +share/icons/oxygen/base/48x48/actions/document-save.png +share/icons/oxygen/base/48x48/actions/document-sign.png +share/icons/oxygen/base/48x48/actions/documentation.png +share/icons/oxygen/base/48x48/actions/download-later.png +share/icons/oxygen/base/48x48/actions/download.png +share/icons/oxygen/base/48x48/actions/draw-bezier-curves.png +share/icons/oxygen/base/48x48/actions/draw-brush.png +share/icons/oxygen/base/48x48/actions/draw-eraser.png +share/icons/oxygen/base/48x48/actions/draw-freehand.png +share/icons/oxygen/base/48x48/actions/draw-halfcircle1.png +share/icons/oxygen/base/48x48/actions/draw-halfcircle2.png +share/icons/oxygen/base/48x48/actions/draw-halfcircle3.png +share/icons/oxygen/base/48x48/actions/draw-halfcircle4.png +share/icons/oxygen/base/48x48/actions/draw-path.png +share/icons/oxygen/base/48x48/actions/draw-polyline.png +share/icons/oxygen/base/48x48/actions/draw-rectangle.png +share/icons/oxygen/base/48x48/actions/draw-spiral.png +share/icons/oxygen/base/48x48/actions/draw-square-inverted-corners.png +share/icons/oxygen/base/48x48/actions/draw-text.png +share/icons/oxygen/base/48x48/actions/draw-triangle.png +share/icons/oxygen/base/48x48/actions/draw-triangle1.png +share/icons/oxygen/base/48x48/actions/draw-triangle2.png +share/icons/oxygen/base/48x48/actions/draw-triangle3.png +share/icons/oxygen/base/48x48/actions/draw-triangle4.png +share/icons/oxygen/base/48x48/actions/edit-bomb.png +share/icons/oxygen/base/48x48/actions/edit-clear-history.png +share/icons/oxygen/base/48x48/actions/edit-clear-list.png +share/icons/oxygen/base/48x48/actions/edit-clear-locationbar-ltr.png +share/icons/oxygen/base/48x48/actions/edit-clear-locationbar-rtl.png +share/icons/oxygen/base/48x48/actions/edit-clear.png +share/icons/oxygen/base/48x48/actions/edit-copy.png +share/icons/oxygen/base/48x48/actions/edit-cut.png +share/icons/oxygen/base/48x48/actions/edit-delete-shred.png +share/icons/oxygen/base/48x48/actions/edit-delete.png +share/icons/oxygen/base/48x48/actions/edit-find-mail.png +share/icons/oxygen/base/48x48/actions/edit-find-project.png +share/icons/oxygen/base/48x48/actions/edit-find-user.png +share/icons/oxygen/base/48x48/actions/edit-find.png +share/icons/oxygen/base/48x48/actions/edit-guides.png +share/icons/oxygen/base/48x48/actions/edit-image-face-add.png +share/icons/oxygen/base/48x48/actions/edit-image-face-detect.png +share/icons/oxygen/base/48x48/actions/edit-image-face-recognize.png +share/icons/oxygen/base/48x48/actions/edit-image-face-show.png +share/icons/oxygen/base/48x48/actions/edit-node.png +share/icons/oxygen/base/48x48/actions/edit-paste.png +share/icons/oxygen/base/48x48/actions/edit-redo.png +share/icons/oxygen/base/48x48/actions/edit-rename.png +share/icons/oxygen/base/48x48/actions/edit-select-all.png +share/icons/oxygen/base/48x48/actions/edit-select.png +share/icons/oxygen/base/48x48/actions/edit-table-cell-merge.png +share/icons/oxygen/base/48x48/actions/edit-table-cell-split.png +share/icons/oxygen/base/48x48/actions/edit-table-delete-column.png +share/icons/oxygen/base/48x48/actions/edit-table-delete-row.png +share/icons/oxygen/base/48x48/actions/edit-table-insert-column-left.png +share/icons/oxygen/base/48x48/actions/edit-table-insert-column-right.png +share/icons/oxygen/base/48x48/actions/edit-table-insert-row-above.png +share/icons/oxygen/base/48x48/actions/edit-table-insert-row-below.png +share/icons/oxygen/base/48x48/actions/edit-text-frame-update.png +share/icons/oxygen/base/48x48/actions/edit-undo.png +share/icons/oxygen/base/48x48/actions/edit-web-search.png +share/icons/oxygen/base/48x48/actions/feed-subscribe.png +share/icons/oxygen/base/48x48/actions/fill-color.png +share/icons/oxygen/base/48x48/actions/flag-black.png +share/icons/oxygen/base/48x48/actions/flag-blue.png +share/icons/oxygen/base/48x48/actions/flag-green.png +share/icons/oxygen/base/48x48/actions/flag-red.png +share/icons/oxygen/base/48x48/actions/flag-yellow.png +share/icons/oxygen/base/48x48/actions/flag.png +share/icons/oxygen/base/48x48/actions/folder-new.png +share/icons/oxygen/base/48x48/actions/folder-sync.png +share/icons/oxygen/base/48x48/actions/fork.png +share/icons/oxygen/base/48x48/actions/format-add-node.png +share/icons/oxygen/base/48x48/actions/format-break-node.png +share/icons/oxygen/base/48x48/actions/format-connect-node.png +share/icons/oxygen/base/48x48/actions/format-disconnect-node.png +share/icons/oxygen/base/48x48/actions/format-fill-color.png +share/icons/oxygen/base/48x48/actions/format-font-size-less.png +share/icons/oxygen/base/48x48/actions/format-font-size-more.png +share/icons/oxygen/base/48x48/actions/format-indent-less.png +share/icons/oxygen/base/48x48/actions/format-indent-more.png +share/icons/oxygen/base/48x48/actions/format-join-node.png +share/icons/oxygen/base/48x48/actions/format-justify-center.png +share/icons/oxygen/base/48x48/actions/format-justify-fill.png +share/icons/oxygen/base/48x48/actions/format-justify-left.png +share/icons/oxygen/base/48x48/actions/format-justify-right.png +share/icons/oxygen/base/48x48/actions/format-line-spacing-double.png +share/icons/oxygen/base/48x48/actions/format-line-spacing-normal.png +share/icons/oxygen/base/48x48/actions/format-line-spacing-triple.png +share/icons/oxygen/base/48x48/actions/format-list-ordered.png +share/icons/oxygen/base/48x48/actions/format-list-unordered.png +share/icons/oxygen/base/48x48/actions/format-remove-node.png +share/icons/oxygen/base/48x48/actions/format-stroke-color.png +share/icons/oxygen/base/48x48/actions/format-text-bold.png +share/icons/oxygen/base/48x48/actions/format-text-color.png +share/icons/oxygen/base/48x48/actions/format-text-direction-ltr.png +share/icons/oxygen/base/48x48/actions/format-text-direction-rtl.png +share/icons/oxygen/base/48x48/actions/format-text-italic.png +share/icons/oxygen/base/48x48/actions/format-text-strikethrough.png +share/icons/oxygen/base/48x48/actions/format-text-subscript.png +share/icons/oxygen/base/48x48/actions/format-text-superscript.png +share/icons/oxygen/base/48x48/actions/format-text-underline.png +share/icons/oxygen/base/48x48/actions/games-achievements.png +share/icons/oxygen/base/48x48/actions/games-config-background.png +share/icons/oxygen/base/48x48/actions/games-config-board.png +share/icons/oxygen/base/48x48/actions/games-config-custom.png +share/icons/oxygen/base/48x48/actions/games-config-options.png +share/icons/oxygen/base/48x48/actions/games-config-theme.png +share/icons/oxygen/base/48x48/actions/games-config-tiles.png +share/icons/oxygen/base/48x48/actions/games-difficult.png +share/icons/oxygen/base/48x48/actions/games-endturn.png +share/icons/oxygen/base/48x48/actions/games-highscores.png +share/icons/oxygen/base/48x48/actions/games-hint.png +share/icons/oxygen/base/48x48/actions/games-solve.png +share/icons/oxygen/base/48x48/actions/get-hot-new-stuff.png +share/icons/oxygen/base/48x48/actions/go-bottom.png +share/icons/oxygen/base/48x48/actions/go-down-search.png +share/icons/oxygen/base/48x48/actions/go-down.png +share/icons/oxygen/base/48x48/actions/go-first-view-page.png +share/icons/oxygen/base/48x48/actions/go-first-view.png +share/icons/oxygen/base/48x48/actions/go-first.png +share/icons/oxygen/base/48x48/actions/go-home.png +share/icons/oxygen/base/48x48/actions/go-jump-declaration.png +share/icons/oxygen/base/48x48/actions/go-jump-definition.png +share/icons/oxygen/base/48x48/actions/go-jump-locationbar.png +share/icons/oxygen/base/48x48/actions/go-jump-today.png +share/icons/oxygen/base/48x48/actions/go-jump.png +share/icons/oxygen/base/48x48/actions/go-last-view-page.png +share/icons/oxygen/base/48x48/actions/go-last-view.png +share/icons/oxygen/base/48x48/actions/go-last.png +share/icons/oxygen/base/48x48/actions/go-next-context.png +share/icons/oxygen/base/48x48/actions/go-next-use.png +share/icons/oxygen/base/48x48/actions/go-next-view-page.png +share/icons/oxygen/base/48x48/actions/go-next-view.png +share/icons/oxygen/base/48x48/actions/go-next.png +share/icons/oxygen/base/48x48/actions/go-previous-context.png +share/icons/oxygen/base/48x48/actions/go-previous-use.png +share/icons/oxygen/base/48x48/actions/go-previous-view-page.png +share/icons/oxygen/base/48x48/actions/go-previous-view.png +share/icons/oxygen/base/48x48/actions/go-previous.png +share/icons/oxygen/base/48x48/actions/go-top.png +share/icons/oxygen/base/48x48/actions/go-up-search.png +share/icons/oxygen/base/48x48/actions/go-up.png +share/icons/oxygen/base/48x48/actions/help-about.png +share/icons/oxygen/base/48x48/actions/help-contents.png +share/icons/oxygen/base/48x48/actions/help-contextual.png +share/icons/oxygen/base/48x48/actions/help-donate.png +share/icons/oxygen/base/48x48/actions/help-feedback.png +share/icons/oxygen/base/48x48/actions/help-hint.png +share/icons/oxygen/base/48x48/actions/im-aim.png +share/icons/oxygen/base/48x48/actions/im-ban-kick-user.png +share/icons/oxygen/base/48x48/actions/im-ban-user.png +share/icons/oxygen/base/48x48/actions/im-facebook.png +share/icons/oxygen/base/48x48/actions/im-gadugadu.png +share/icons/oxygen/base/48x48/actions/im-google-talk.png +share/icons/oxygen/base/48x48/actions/im-google.png +share/icons/oxygen/base/48x48/actions/im-icq.png +share/icons/oxygen/base/48x48/actions/im-identi.ca.png +share/icons/oxygen/base/48x48/actions/im-invisible-user.png +share/icons/oxygen/base/48x48/actions/im-jabber.png +share/icons/oxygen/base/48x48/actions/im-kick-user.png +share/icons/oxygen/base/48x48/actions/im-msn.png +share/icons/oxygen/base/48x48/actions/im-qq.png +share/icons/oxygen/base/48x48/actions/im-skype.png +share/icons/oxygen/base/48x48/actions/im-twitter.png +share/icons/oxygen/base/48x48/actions/im-user-away.png +share/icons/oxygen/base/48x48/actions/im-user-busy.png +share/icons/oxygen/base/48x48/actions/im-user-offline.png +share/icons/oxygen/base/48x48/actions/im-user.png +share/icons/oxygen/base/48x48/actions/im-yahoo.png +share/icons/oxygen/base/48x48/actions/insert-horizontal-rule.png +share/icons/oxygen/base/48x48/actions/insert-image.png +share/icons/oxygen/base/48x48/actions/insert-link.png +share/icons/oxygen/base/48x48/actions/insert-table.png +share/icons/oxygen/base/48x48/actions/insert-text.png +share/icons/oxygen/base/48x48/actions/irc-close-channel.png +share/icons/oxygen/base/48x48/actions/irc-join-channel.png +share/icons/oxygen/base/48x48/actions/irc-operator.png +share/icons/oxygen/base/48x48/actions/irc-remove-operator.png +share/icons/oxygen/base/48x48/actions/irc-unvoice.png +share/icons/oxygen/base/48x48/actions/irc-voice.png +share/icons/oxygen/base/48x48/actions/key-enter.png +share/icons/oxygen/base/48x48/actions/layer-visible-off.png +share/icons/oxygen/base/48x48/actions/layer-visible-on.png +share/icons/oxygen/base/48x48/actions/list-add-font.png +share/icons/oxygen/base/48x48/actions/list-add-user.png +share/icons/oxygen/base/48x48/actions/list-add.png +share/icons/oxygen/base/48x48/actions/list-remove-user.png +share/icons/oxygen/base/48x48/actions/list-remove.png +share/icons/oxygen/base/48x48/actions/list-resource-add.png +share/icons/oxygen/base/48x48/actions/mail-encrypted-full.png +share/icons/oxygen/base/48x48/actions/mail-encrypted-part.png +share/icons/oxygen/base/48x48/actions/mail-encrypted.png +share/icons/oxygen/base/48x48/actions/mail-flag.png +share/icons/oxygen/base/48x48/actions/mail-forward.png +share/icons/oxygen/base/48x48/actions/mail-forwarded-replied.png +share/icons/oxygen/base/48x48/actions/mail-forwarded.png +share/icons/oxygen/base/48x48/actions/mail-invitation.png +share/icons/oxygen/base/48x48/actions/mail-mark-important.png +share/icons/oxygen/base/48x48/actions/mail-mark-junk.png +share/icons/oxygen/base/48x48/actions/mail-mark-notjunk.png +share/icons/oxygen/base/48x48/actions/mail-mark-read.png +share/icons/oxygen/base/48x48/actions/mail-mark-task.png +share/icons/oxygen/base/48x48/actions/mail-mark-unread-new.png +share/icons/oxygen/base/48x48/actions/mail-mark-unread.png +share/icons/oxygen/base/48x48/actions/mail-meeting-request-reply.png +share/icons/oxygen/base/48x48/actions/mail-message-new-list.png +share/icons/oxygen/base/48x48/actions/mail-message-new.png +share/icons/oxygen/base/48x48/actions/mail-queue.png +share/icons/oxygen/base/48x48/actions/mail-receive.png +share/icons/oxygen/base/48x48/actions/mail-replied.png +share/icons/oxygen/base/48x48/actions/mail-reply-all.png +share/icons/oxygen/base/48x48/actions/mail-reply-custom-all.png +share/icons/oxygen/base/48x48/actions/mail-reply-custom.png +share/icons/oxygen/base/48x48/actions/mail-reply-list.png +share/icons/oxygen/base/48x48/actions/mail-reply-sender.png +share/icons/oxygen/base/48x48/actions/mail-send.png +share/icons/oxygen/base/48x48/actions/mail-signature-unknown.png +share/icons/oxygen/base/48x48/actions/mail-signed-full.png +share/icons/oxygen/base/48x48/actions/mail-signed-part.png +share/icons/oxygen/base/48x48/actions/mail-signed-verified.png +share/icons/oxygen/base/48x48/actions/mail-signed.png +share/icons/oxygen/base/48x48/actions/mail-tagged.png +share/icons/oxygen/base/48x48/actions/measure.png +share/icons/oxygen/base/48x48/actions/media-eject.png +share/icons/oxygen/base/48x48/actions/media-playback-pause.png +share/icons/oxygen/base/48x48/actions/media-playback-start.png +share/icons/oxygen/base/48x48/actions/media-playback-stop.png +share/icons/oxygen/base/48x48/actions/media-record.png +share/icons/oxygen/base/48x48/actions/media-seek-backward.png +share/icons/oxygen/base/48x48/actions/media-seek-forward.png +share/icons/oxygen/base/48x48/actions/media-skip-backward.png +share/icons/oxygen/base/48x48/actions/media-skip-forward.png +share/icons/oxygen/base/48x48/actions/meeting-participant-no-response.png +share/icons/oxygen/base/48x48/actions/meeting-participant-request-response.png +share/icons/oxygen/base/48x48/actions/merge.png +share/icons/oxygen/base/48x48/actions/milestone.png +share/icons/oxygen/base/48x48/actions/network-connect.png +share/icons/oxygen/base/48x48/actions/network-disconnect.png +share/icons/oxygen/base/48x48/actions/news-subscribe.png +share/icons/oxygen/base/48x48/actions/news-unsubscribe.png +share/icons/oxygen/base/48x48/actions/object-flip-horizontal.png +share/icons/oxygen/base/48x48/actions/object-flip-vertical.png +share/icons/oxygen/base/48x48/actions/object-rotate-left.png +share/icons/oxygen/base/48x48/actions/object-rotate-right.png +share/icons/oxygen/base/48x48/actions/office-chart-area-focus-peak-node.png +share/icons/oxygen/base/48x48/actions/office-chart-area-percentage.png +share/icons/oxygen/base/48x48/actions/office-chart-area-stacked.png +share/icons/oxygen/base/48x48/actions/office-chart-area.png +share/icons/oxygen/base/48x48/actions/office-chart-bar-percentage.png +share/icons/oxygen/base/48x48/actions/office-chart-bar-stacked.png +share/icons/oxygen/base/48x48/actions/office-chart-bar.png +share/icons/oxygen/base/48x48/actions/office-chart-line-percentage.png +share/icons/oxygen/base/48x48/actions/office-chart-line-stacked.png +share/icons/oxygen/base/48x48/actions/office-chart-line.png +share/icons/oxygen/base/48x48/actions/office-chart-pie.png +share/icons/oxygen/base/48x48/actions/office-chart-polar-stacked.png +share/icons/oxygen/base/48x48/actions/office-chart-polar.png +share/icons/oxygen/base/48x48/actions/office-chart-ring.png +share/icons/oxygen/base/48x48/actions/office-chart-scatter.png +share/icons/oxygen/base/48x48/actions/page-zoom.png +share/icons/oxygen/base/48x48/actions/player-time.png +share/icons/oxygen/base/48x48/actions/player-volume.png +share/icons/oxygen/base/48x48/actions/preferences-activities.png +share/icons/oxygen/base/48x48/actions/preflight-verifier.png +share/icons/oxygen/base/48x48/actions/process-stop.png +share/icons/oxygen/base/48x48/actions/project-development-close-all.png +share/icons/oxygen/base/48x48/actions/project-development-close.png +share/icons/oxygen/base/48x48/actions/project-development-new-template.png +share/icons/oxygen/base/48x48/actions/project-development.png +share/icons/oxygen/base/48x48/actions/project-open.png +share/icons/oxygen/base/48x48/actions/quickopen-class.png +share/icons/oxygen/base/48x48/actions/quickopen-file.png +share/icons/oxygen/base/48x48/actions/quickopen-function.png +share/icons/oxygen/base/48x48/actions/quickopen.png +share/icons/oxygen/base/48x48/actions/rating.png +share/icons/oxygen/base/48x48/actions/resource-calendar-child-insert.png +share/icons/oxygen/base/48x48/actions/resource-calendar-child.png +share/icons/oxygen/base/48x48/actions/resource-calendar-insert.png +share/icons/oxygen/base/48x48/actions/resource-group-new.png +share/icons/oxygen/base/48x48/actions/resource-group.png +share/icons/oxygen/base/48x48/actions/roll.png +share/icons/oxygen/base/48x48/actions/run-build-clean.png +share/icons/oxygen/base/48x48/actions/run-build-configure.png +share/icons/oxygen/base/48x48/actions/run-build-file.png +share/icons/oxygen/base/48x48/actions/run-build-install-root.png +share/icons/oxygen/base/48x48/actions/run-build-install.png +share/icons/oxygen/base/48x48/actions/run-build-prune.png +share/icons/oxygen/base/48x48/actions/run-build.png +share/icons/oxygen/base/48x48/actions/select-rectangular.png +share/icons/oxygen/base/48x48/actions/services.png +share/icons/oxygen/base/48x48/actions/show-menu.png +share/icons/oxygen/base/48x48/actions/skg-chart-bubble.png +share/icons/oxygen/base/48x48/actions/skrooge_credit_card.png +share/icons/oxygen/base/48x48/actions/skrooge_less.png +share/icons/oxygen/base/48x48/actions/skrooge_more.png +share/icons/oxygen/base/48x48/actions/skrooge_much_less.png +share/icons/oxygen/base/48x48/actions/skrooge_much_more.png +share/icons/oxygen/base/48x48/actions/skrooge_type.png +share/icons/oxygen/base/48x48/actions/snap-extension.png +share/icons/oxygen/base/48x48/actions/snap-guideline.png +share/icons/oxygen/base/48x48/actions/snap-intersection.png +share/icons/oxygen/base/48x48/actions/snap-node.png +share/icons/oxygen/base/48x48/actions/snap-orthogonal.png +share/icons/oxygen/base/48x48/actions/speaker.png +share/icons/oxygen/base/48x48/actions/split.png +share/icons/oxygen/base/48x48/actions/story-editor.png +share/icons/oxygen/base/48x48/actions/stroke-cap-butt.png +share/icons/oxygen/base/48x48/actions/stroke-cap-round.png +share/icons/oxygen/base/48x48/actions/stroke-cap-square.png +share/icons/oxygen/base/48x48/actions/stroke-join-bevel.png +share/icons/oxygen/base/48x48/actions/stroke-join-miter.png +share/icons/oxygen/base/48x48/actions/stroke-join-round.png +share/icons/oxygen/base/48x48/actions/svn-commit.png +share/icons/oxygen/base/48x48/actions/svn-update.png +share/icons/oxygen/base/48x48/actions/system-lock-screen.png +share/icons/oxygen/base/48x48/actions/system-log-out.png +share/icons/oxygen/base/48x48/actions/system-reboot.png +share/icons/oxygen/base/48x48/actions/system-run.png +share/icons/oxygen/base/48x48/actions/system-search.png +share/icons/oxygen/base/48x48/actions/system-shutdown.png +share/icons/oxygen/base/48x48/actions/system-suspend-hibernate.png +share/icons/oxygen/base/48x48/actions/system-suspend.png +share/icons/oxygen/base/48x48/actions/system-switch-user.png +share/icons/oxygen/base/48x48/actions/tab-close-other.png +share/icons/oxygen/base/48x48/actions/tab-close.png +share/icons/oxygen/base/48x48/actions/tab-detach.png +share/icons/oxygen/base/48x48/actions/tab-duplicate.png +share/icons/oxygen/base/48x48/actions/tab-new-background.png +share/icons/oxygen/base/48x48/actions/tab-new.png +share/icons/oxygen/base/48x48/actions/taxes-finances.png +share/icons/oxygen/base/48x48/actions/text-field.png +share/icons/oxygen/base/48x48/actions/text-frame-link.png +share/icons/oxygen/base/48x48/actions/text-frame-unlink.png +share/icons/oxygen/base/48x48/actions/text-speak.png +share/icons/oxygen/base/48x48/actions/tool-animator.png +share/icons/oxygen/base/48x48/actions/tools-check-spelling.png +share/icons/oxygen/base/48x48/actions/tools-media-optical-burn-image.png +share/icons/oxygen/base/48x48/actions/tools-media-optical-burn.png +share/icons/oxygen/base/48x48/actions/tools-media-optical-copy.png +share/icons/oxygen/base/48x48/actions/tools-media-optical-erase.png +share/icons/oxygen/base/48x48/actions/tools-media-optical-format.png +share/icons/oxygen/base/48x48/actions/tools-report-bug.png +share/icons/oxygen/base/48x48/actions/tools-rip-audio-cd.png +share/icons/oxygen/base/48x48/actions/tools-rip-video-cd.png +share/icons/oxygen/base/48x48/actions/tools-rip-video-dvd.png +share/icons/oxygen/base/48x48/actions/tools-wizard.png +share/icons/oxygen/base/48x48/actions/transform-crop-and-resize.png +share/icons/oxygen/base/48x48/actions/transform-crop.png +share/icons/oxygen/base/48x48/actions/transform-move.png +share/icons/oxygen/base/48x48/actions/transform-rotate.png +share/icons/oxygen/base/48x48/actions/transform-scale.png +share/icons/oxygen/base/48x48/actions/transform-shear-down.png +share/icons/oxygen/base/48x48/actions/transform-shear-left.png +share/icons/oxygen/base/48x48/actions/transform-shear-right.png +share/icons/oxygen/base/48x48/actions/transform-shear-up.png +share/icons/oxygen/base/48x48/actions/trash-empty.png +share/icons/oxygen/base/48x48/actions/user-group-delete.png +share/icons/oxygen/base/48x48/actions/user-group-new.png +share/icons/oxygen/base/48x48/actions/user-group-properties.png +share/icons/oxygen/base/48x48/actions/user-properties.png +share/icons/oxygen/base/48x48/actions/view-bank-account-checking.png +share/icons/oxygen/base/48x48/actions/view-bank-account-savings.png +share/icons/oxygen/base/48x48/actions/view-bank-account.png +share/icons/oxygen/base/48x48/actions/view-bank.png +share/icons/oxygen/base/48x48/actions/view-barcode-add.png +share/icons/oxygen/base/48x48/actions/view-barcode.png +share/icons/oxygen/base/48x48/actions/view-calendar-agenda.png +share/icons/oxygen/base/48x48/actions/view-calendar-birthday.png +share/icons/oxygen/base/48x48/actions/view-calendar-day.png +share/icons/oxygen/base/48x48/actions/view-calendar-holiday.png +share/icons/oxygen/base/48x48/actions/view-calendar-journal.png +share/icons/oxygen/base/48x48/actions/view-calendar-list.png +share/icons/oxygen/base/48x48/actions/view-calendar-month.png +share/icons/oxygen/base/48x48/actions/view-calendar-special-occasion.png +share/icons/oxygen/base/48x48/actions/view-calendar-tasks.png +share/icons/oxygen/base/48x48/actions/view-calendar-time-spent.png +share/icons/oxygen/base/48x48/actions/view-calendar-timeline.png +share/icons/oxygen/base/48x48/actions/view-calendar-upcoming-days.png +share/icons/oxygen/base/48x48/actions/view-calendar-upcoming-events.png +share/icons/oxygen/base/48x48/actions/view-calendar-wedding-anniversary.png +share/icons/oxygen/base/48x48/actions/view-calendar-week.png +share/icons/oxygen/base/48x48/actions/view-calendar-whatsnext.png +share/icons/oxygen/base/48x48/actions/view-calendar-workweek.png +share/icons/oxygen/base/48x48/actions/view-calendar.png +share/icons/oxygen/base/48x48/actions/view-catalog.png +share/icons/oxygen/base/48x48/actions/view-categories.png +share/icons/oxygen/base/48x48/actions/view-certificate-add.png +share/icons/oxygen/base/48x48/actions/view-certificate-export-secret.png +share/icons/oxygen/base/48x48/actions/view-certificate-export-server.png +share/icons/oxygen/base/48x48/actions/view-certificate-export.png +share/icons/oxygen/base/48x48/actions/view-certificate-import.png +share/icons/oxygen/base/48x48/actions/view-certificate-server-configure.png +share/icons/oxygen/base/48x48/actions/view-certificate-sign.png +share/icons/oxygen/base/48x48/actions/view-certificate.png +share/icons/oxygen/base/48x48/actions/view-choose.png +share/icons/oxygen/base/48x48/actions/view-close.png +share/icons/oxygen/base/48x48/actions/view-conversation-balloon.png +share/icons/oxygen/base/48x48/actions/view-credit-card-account.png +share/icons/oxygen/base/48x48/actions/view-currency-list.png +share/icons/oxygen/base/48x48/actions/view-documents-finances.png +share/icons/oxygen/base/48x48/actions/view-expenses-categories.png +share/icons/oxygen/base/48x48/actions/view-file-columns.png +share/icons/oxygen/base/48x48/actions/view-filter.png +share/icons/oxygen/base/48x48/actions/view-financial-categories.png +share/icons/oxygen/base/48x48/actions/view-financial-forecast.png +share/icons/oxygen/base/48x48/actions/view-financial-list.png +share/icons/oxygen/base/48x48/actions/view-financial-payment-mode.png +share/icons/oxygen/base/48x48/actions/view-financial-transfer.png +share/icons/oxygen/base/48x48/actions/view-form-action.png +share/icons/oxygen/base/48x48/actions/view-form-table.png +share/icons/oxygen/base/48x48/actions/view-form.png +share/icons/oxygen/base/48x48/actions/view-fullscreen.png +share/icons/oxygen/base/48x48/actions/view-grid.png +share/icons/oxygen/base/48x48/actions/view-group.png +share/icons/oxygen/base/48x48/actions/view-history.png +share/icons/oxygen/base/48x48/actions/view-income-categories.png +share/icons/oxygen/base/48x48/actions/view-investment-account.png +share/icons/oxygen/base/48x48/actions/view-investment.png +share/icons/oxygen/base/48x48/actions/view-ldap-resource.png +share/icons/oxygen/base/48x48/actions/view-left-close.png +share/icons/oxygen/base/48x48/actions/view-list-details.png +share/icons/oxygen/base/48x48/actions/view-list-text.png +share/icons/oxygen/base/48x48/actions/view-list-tree.png +share/icons/oxygen/base/48x48/actions/view-loan-asset.png +share/icons/oxygen/base/48x48/actions/view-loan.png +share/icons/oxygen/base/48x48/actions/view-media-artist.png +share/icons/oxygen/base/48x48/actions/view-media-equalizer.png +share/icons/oxygen/base/48x48/actions/view-media-lyrics.png +share/icons/oxygen/base/48x48/actions/view-media-playlist.png +share/icons/oxygen/base/48x48/actions/view-media-visualization.png +share/icons/oxygen/base/48x48/actions/view-multiple-objects.png +share/icons/oxygen/base/48x48/actions/view-pim-calendar.png +share/icons/oxygen/base/48x48/actions/view-pim-contacts.png +share/icons/oxygen/base/48x48/actions/view-pim-journal.png +share/icons/oxygen/base/48x48/actions/view-pim-mail.png +share/icons/oxygen/base/48x48/actions/view-pim-news.png +share/icons/oxygen/base/48x48/actions/view-pim-notes.png +share/icons/oxygen/base/48x48/actions/view-pim-summary.png +share/icons/oxygen/base/48x48/actions/view-pim-tasks-pending.png +share/icons/oxygen/base/48x48/actions/view-pim-tasks.png +share/icons/oxygen/base/48x48/actions/view-presentation.png +share/icons/oxygen/base/48x48/actions/view-preview.png +share/icons/oxygen/base/48x48/actions/view-process-all-tree.png +share/icons/oxygen/base/48x48/actions/view-process-all.png +share/icons/oxygen/base/48x48/actions/view-process-own.png +share/icons/oxygen/base/48x48/actions/view-process-system.png +share/icons/oxygen/base/48x48/actions/view-process-users.png +share/icons/oxygen/base/48x48/actions/view-refresh.png +share/icons/oxygen/base/48x48/actions/view-resource-calendar.png +share/icons/oxygen/base/48x48/actions/view-restore.png +share/icons/oxygen/base/48x48/actions/view-right-close.png +share/icons/oxygen/base/48x48/actions/view-right-new.png +share/icons/oxygen/base/48x48/actions/view-sidetree.png +share/icons/oxygen/base/48x48/actions/view-sort-ascending.png +share/icons/oxygen/base/48x48/actions/view-sort-descending.png +share/icons/oxygen/base/48x48/actions/view-split-left-right.png +share/icons/oxygen/base/48x48/actions/view-split-top-bottom.png +share/icons/oxygen/base/48x48/actions/view-statistics.png +share/icons/oxygen/base/48x48/actions/view-stock-account.png +share/icons/oxygen/base/48x48/actions/view-table-of-contents-ltr.png +share/icons/oxygen/base/48x48/actions/view-table-of-contents-rtl.png +share/icons/oxygen/base/48x48/actions/view-task-add.png +share/icons/oxygen/base/48x48/actions/view-task-child-add.png +share/icons/oxygen/base/48x48/actions/view-task-child.png +share/icons/oxygen/base/48x48/actions/view-task.png +share/icons/oxygen/base/48x48/actions/view-time-schedule-baselined-add.png +share/icons/oxygen/base/48x48/actions/view-time-schedule-baselined-remove.png +share/icons/oxygen/base/48x48/actions/view-time-schedule-baselined.png +share/icons/oxygen/base/48x48/actions/view-time-schedule-calculus.png +share/icons/oxygen/base/48x48/actions/view-time-schedule-child-insert.png +share/icons/oxygen/base/48x48/actions/view-time-schedule-edit.png +share/icons/oxygen/base/48x48/actions/view-time-schedule-insert.png +share/icons/oxygen/base/48x48/actions/view-time-schedule.png +share/icons/oxygen/base/48x48/actions/view-web-browser-dom-tree.png +share/icons/oxygen/base/48x48/actions/window-close.png +share/icons/oxygen/base/48x48/actions/window-duplicate.png +share/icons/oxygen/base/48x48/actions/window-new.png +share/icons/oxygen/base/48x48/actions/window-suppressed.png +share/icons/oxygen/base/48x48/actions/zoom-1-to-2.png +share/icons/oxygen/base/48x48/actions/zoom-2-to-1.png +share/icons/oxygen/base/48x48/actions/zoom-draw.png +share/icons/oxygen/base/48x48/actions/zoom-fit-best.png +share/icons/oxygen/base/48x48/actions/zoom-fit-height.png +share/icons/oxygen/base/48x48/actions/zoom-fit-width.png +share/icons/oxygen/base/48x48/actions/zoom-in.png +share/icons/oxygen/base/48x48/actions/zoom-next.png +share/icons/oxygen/base/48x48/actions/zoom-original.png +share/icons/oxygen/base/48x48/actions/zoom-out.png +share/icons/oxygen/base/48x48/actions/zoom-previous.png +share/icons/oxygen/base/48x48/actions/zoom-select.png +share/icons/oxygen/base/48x48/animations/process-idle-kde.png +share/icons/oxygen/base/48x48/animations/process-working-kde.png +share/icons/oxygen/base/48x48/apps/Charm.png +share/icons/oxygen/base/48x48/apps/accessories-calculator.png +share/icons/oxygen/base/48x48/apps/accessories-character-map.png +share/icons/oxygen/base/48x48/apps/accessories-dictionary.png +share/icons/oxygen/base/48x48/apps/accessories-text-editor.png +share/icons/oxygen/base/48x48/apps/acroread.png +share/icons/oxygen/base/48x48/apps/akonadi.png +share/icons/oxygen/base/48x48/apps/akregator.png +share/icons/oxygen/base/48x48/apps/amarok.png +share/icons/oxygen/base/48x48/apps/ark.png +share/icons/oxygen/base/48x48/apps/basket.png +share/icons/oxygen/base/48x48/apps/braindump.png +share/icons/oxygen/base/48x48/apps/calligraauthor.png +share/icons/oxygen/base/48x48/apps/calligraflow.png +share/icons/oxygen/base/48x48/apps/calligrakexi.png +share/icons/oxygen/base/48x48/apps/calligrakrita.png +share/icons/oxygen/base/48x48/apps/calligrasheets.png +share/icons/oxygen/base/48x48/apps/calligrastage.png +share/icons/oxygen/base/48x48/apps/calligrawords.png +share/icons/oxygen/base/48x48/apps/clock.png +share/icons/oxygen/base/48x48/apps/digikam.png +share/icons/oxygen/base/48x48/apps/esd.png +share/icons/oxygen/base/48x48/apps/filelight.png +share/icons/oxygen/base/48x48/apps/fontforge.png +share/icons/oxygen/base/48x48/apps/graphics-viewer-document.png +share/icons/oxygen/base/48x48/apps/gwenview.png +share/icons/oxygen/base/48x48/apps/help-browser.png +share/icons/oxygen/base/48x48/apps/hwinfo.png +share/icons/oxygen/base/48x48/apps/inkscape-logo.png +share/icons/oxygen/base/48x48/apps/inkscape.png +share/icons/oxygen/base/48x48/apps/internet-mail.png +share/icons/oxygen/base/48x48/apps/internet-telephony.png +share/icons/oxygen/base/48x48/apps/internet-web-browser.png +share/icons/oxygen/base/48x48/apps/java.png +share/icons/oxygen/base/48x48/apps/k3b.png +share/icons/oxygen/base/48x48/apps/kaddressbook.png +share/icons/oxygen/base/48x48/apps/kaffeine.png +share/icons/oxygen/base/48x48/apps/kate.png +share/icons/oxygen/base/48x48/apps/kblogger.png +share/icons/oxygen/base/48x48/apps/kbruch.png +share/icons/oxygen/base/48x48/apps/kbugbuster.png +share/icons/oxygen/base/48x48/apps/kcalc.png +share/icons/oxygen/base/48x48/apps/kchart.png +share/icons/oxygen/base/48x48/apps/kcolorchooser.png +share/icons/oxygen/base/48x48/apps/kde-gtk-config.png +share/icons/oxygen/base/48x48/apps/kde-windows.png +share/icons/oxygen/base/48x48/apps/kde.png +share/icons/oxygen/base/48x48/apps/kdevelop.png +share/icons/oxygen/base/48x48/apps/kdf.png +share/icons/oxygen/base/48x48/apps/kfind.png +share/icons/oxygen/base/48x48/apps/kformula.png +share/icons/oxygen/base/48x48/apps/kgpg.png +share/icons/oxygen/base/48x48/apps/kig.png +share/icons/oxygen/base/48x48/apps/kivio.png +share/icons/oxygen/base/48x48/apps/kjournal.png +share/icons/oxygen/base/48x48/apps/klipper.png +share/icons/oxygen/base/48x48/apps/kmag.png +share/icons/oxygen/base/48x48/apps/kmail.png +share/icons/oxygen/base/48x48/apps/kmix.png +share/icons/oxygen/base/48x48/apps/kmplayer.png +share/icons/oxygen/base/48x48/apps/knetattach.png +share/icons/oxygen/base/48x48/apps/knewsticker.png +share/icons/oxygen/base/48x48/apps/knotes.png +share/icons/oxygen/base/48x48/apps/kolf.png +share/icons/oxygen/base/48x48/apps/konqueror.png +share/icons/oxygen/base/48x48/apps/kontact.png +share/icons/oxygen/base/48x48/apps/konversation.png +share/icons/oxygen/base/48x48/apps/kopete-offline.png +share/icons/oxygen/base/48x48/apps/kopete.png +share/icons/oxygen/base/48x48/apps/korg-journal.png +share/icons/oxygen/base/48x48/apps/korg-todo.png +share/icons/oxygen/base/48x48/apps/korgac.png +share/icons/oxygen/base/48x48/apps/kplato.png +share/icons/oxygen/base/48x48/apps/kpresenter.png +share/icons/oxygen/base/48x48/apps/krdc.png +share/icons/oxygen/base/48x48/apps/krfb.png +share/icons/oxygen/base/48x48/apps/ksnapshot.png +share/icons/oxygen/base/48x48/apps/ksniffer.png +share/icons/oxygen/base/48x48/apps/kspread.png +share/icons/oxygen/base/48x48/apps/ksudoku.png +share/icons/oxygen/base/48x48/apps/kthesaurus.png +share/icons/oxygen/base/48x48/apps/ktip.png +share/icons/oxygen/base/48x48/apps/ktorrent.png +share/icons/oxygen/base/48x48/apps/kuickshow.png +share/icons/oxygen/base/48x48/apps/kverbos.png +share/icons/oxygen/base/48x48/apps/kwalletmanager.png +share/icons/oxygen/base/48x48/apps/kwalletmanager2.png +share/icons/oxygen/base/48x48/apps/kword.png +share/icons/oxygen/base/48x48/apps/kwrite.png +share/icons/oxygen/base/48x48/apps/lokalize.png +share/icons/oxygen/base/48x48/apps/multimedia-volume-control.png +share/icons/oxygen/base/48x48/apps/muondiscover.png +share/icons/oxygen/base/48x48/apps/nepomuk.png +share/icons/oxygen/base/48x48/apps/network-manager.png +share/icons/oxygen/base/48x48/apps/office-address-book.png +share/icons/oxygen/base/48x48/apps/office-calendar.png +share/icons/oxygen/base/48x48/apps/okteta.png +share/icons/oxygen/base/48x48/apps/okular.png +share/icons/oxygen/base/48x48/apps/oxygen.png +share/icons/oxygen/base/48x48/apps/partitionmanager.png +share/icons/oxygen/base/48x48/apps/picmi.png +share/icons/oxygen/base/48x48/apps/plasma.png +share/icons/oxygen/base/48x48/apps/plasmagik.png +share/icons/oxygen/base/48x48/apps/preferences-contact-list.png +share/icons/oxygen/base/48x48/apps/preferences-desktop-accessibility.png +share/icons/oxygen/base/48x48/apps/preferences-desktop-color.png +share/icons/oxygen/base/48x48/apps/preferences-desktop-cryptography.png +share/icons/oxygen/base/48x48/apps/preferences-desktop-default-applications.png +share/icons/oxygen/base/48x48/apps/preferences-desktop-display-color.png +share/icons/oxygen/base/48x48/apps/preferences-desktop-display.png +share/icons/oxygen/base/48x48/apps/preferences-desktop-filetype-association.png +share/icons/oxygen/base/48x48/apps/preferences-desktop-font.png +share/icons/oxygen/base/48x48/apps/preferences-desktop-gaming.png +share/icons/oxygen/base/48x48/apps/preferences-desktop-icons.png +share/icons/oxygen/base/48x48/apps/preferences-desktop-keyboard.png +share/icons/oxygen/base/48x48/apps/preferences-desktop-launch-feedback.png +share/icons/oxygen/base/48x48/apps/preferences-desktop-locale.png +share/icons/oxygen/base/48x48/apps/preferences-desktop-mouse.png +share/icons/oxygen/base/48x48/apps/preferences-desktop-notification-bell.png +share/icons/oxygen/base/48x48/apps/preferences-desktop-notification.png +share/icons/oxygen/base/48x48/apps/preferences-desktop-printer.png +share/icons/oxygen/base/48x48/apps/preferences-desktop-screensaver.png +share/icons/oxygen/base/48x48/apps/preferences-desktop-sound.png +share/icons/oxygen/base/48x48/apps/preferences-desktop-text-to-speech.png +share/icons/oxygen/base/48x48/apps/preferences-desktop-theme.png +share/icons/oxygen/base/48x48/apps/preferences-desktop-user-password.png +share/icons/oxygen/base/48x48/apps/preferences-desktop-user.png +share/icons/oxygen/base/48x48/apps/preferences-desktop-wallpaper.png +share/icons/oxygen/base/48x48/apps/preferences-kcalc-constants.png +share/icons/oxygen/base/48x48/apps/preferences-plugin-script.png +share/icons/oxygen/base/48x48/apps/preferences-plugin.png +share/icons/oxygen/base/48x48/apps/preferences-system-bluetooth-inactive.png +share/icons/oxygen/base/48x48/apps/preferences-system-bluetooth.png +share/icons/oxygen/base/48x48/apps/preferences-system-login.png +share/icons/oxygen/base/48x48/apps/preferences-system-network-sharing.png +share/icons/oxygen/base/48x48/apps/preferences-system-performance.png +share/icons/oxygen/base/48x48/apps/preferences-system-power-management.png +share/icons/oxygen/base/48x48/apps/preferences-system-session-services.png +share/icons/oxygen/base/48x48/apps/preferences-system-time.png +share/icons/oxygen/base/48x48/apps/preferences-system-windows-actions.png +share/icons/oxygen/base/48x48/apps/preferences-system-windows-move.png +share/icons/oxygen/base/48x48/apps/preferences-system-windows.png +share/icons/oxygen/base/48x48/apps/preferences-web-browser-adblock.png +share/icons/oxygen/base/48x48/apps/preferences-web-browser-cache.png +share/icons/oxygen/base/48x48/apps/preferences-web-browser-cookies.png +share/icons/oxygen/base/48x48/apps/preferences-web-browser-identification.png +share/icons/oxygen/base/48x48/apps/preferences-web-browser-shortcuts.png +share/icons/oxygen/base/48x48/apps/preferences-web-browser-stylesheets.png +share/icons/oxygen/base/48x48/apps/qelectrotech.png +share/icons/oxygen/base/48x48/apps/quassel.png +share/icons/oxygen/base/48x48/apps/scribus.png +share/icons/oxygen/base/48x48/apps/semn.png +share/icons/oxygen/base/48x48/apps/showfoto.png +share/icons/oxygen/base/48x48/apps/skrooge-black.png +share/icons/oxygen/base/48x48/apps/skrooge-initial.png +share/icons/oxygen/base/48x48/apps/skrooge.png +share/icons/oxygen/base/48x48/apps/spectacle.png +share/icons/oxygen/base/48x48/apps/step.png +share/icons/oxygen/base/48x48/apps/strigi.png +share/icons/oxygen/base/48x48/apps/system-file-manager.png +share/icons/oxygen/base/48x48/apps/system-software-update.png +share/icons/oxygen/base/48x48/apps/system-users.png +share/icons/oxygen/base/48x48/apps/tagua.png +share/icons/oxygen/base/48x48/apps/telepathy-kde.png +share/icons/oxygen/base/48x48/apps/utilities-desktop-extra.png +share/icons/oxygen/base/48x48/apps/utilities-file-archiver.png +share/icons/oxygen/base/48x48/apps/utilities-log-viewer.png +share/icons/oxygen/base/48x48/apps/utilities-system-monitor.png +share/icons/oxygen/base/48x48/apps/utilities-terminal.png +share/icons/oxygen/base/48x48/apps/wine.png +share/icons/oxygen/base/48x48/apps/xorg.png +share/icons/oxygen/base/48x48/apps/yakuake.png +share/icons/oxygen/base/48x48/apps/zanshin.png +share/icons/oxygen/base/48x48/categories/applications-accessories.png +share/icons/oxygen/base/48x48/categories/applications-development-translation.png +share/icons/oxygen/base/48x48/categories/applications-development-web.png +share/icons/oxygen/base/48x48/categories/applications-development.png +share/icons/oxygen/base/48x48/categories/applications-education-language.png +share/icons/oxygen/base/48x48/categories/applications-education-mathematics.png +share/icons/oxygen/base/48x48/categories/applications-education-miscellaneous.png +share/icons/oxygen/base/48x48/categories/applications-education-preschool.png +share/icons/oxygen/base/48x48/categories/applications-education-school.png +share/icons/oxygen/base/48x48/categories/applications-education-science.png +share/icons/oxygen/base/48x48/categories/applications-education-university.png +share/icons/oxygen/base/48x48/categories/applications-education.png +share/icons/oxygen/base/48x48/categories/applications-engineering.png +share/icons/oxygen/base/48x48/categories/applications-games.png +share/icons/oxygen/base/48x48/categories/applications-graphics.png +share/icons/oxygen/base/48x48/categories/applications-internet.png +share/icons/oxygen/base/48x48/categories/applications-multimedia.png +share/icons/oxygen/base/48x48/categories/applications-office.png +share/icons/oxygen/base/48x48/categories/applications-other.png +share/icons/oxygen/base/48x48/categories/applications-science.png +share/icons/oxygen/base/48x48/categories/applications-system.png +share/icons/oxygen/base/48x48/categories/applications-toys.png +share/icons/oxygen/base/48x48/categories/applications-utilities.png +share/icons/oxygen/base/48x48/categories/preferences-desktop-peripherals.png +share/icons/oxygen/base/48x48/categories/preferences-desktop-personal.png +share/icons/oxygen/base/48x48/categories/preferences-desktop.png +share/icons/oxygen/base/48x48/categories/preferences-other.png +share/icons/oxygen/base/48x48/categories/preferences-system-network.png +share/icons/oxygen/base/48x48/categories/preferences-system.png +share/icons/oxygen/base/48x48/categories/system-help.png +share/icons/oxygen/base/48x48/devices/audio-card.png +share/icons/oxygen/base/48x48/devices/audio-headphones.png +share/icons/oxygen/base/48x48/devices/audio-headset.png +share/icons/oxygen/base/48x48/devices/audio-input-line.png +share/icons/oxygen/base/48x48/devices/audio-input-microphone.png +share/icons/oxygen/base/48x48/devices/battery.png +share/icons/oxygen/base/48x48/devices/camera-photo.png +share/icons/oxygen/base/48x48/devices/camera-web.png +share/icons/oxygen/base/48x48/devices/computer-laptop.png +share/icons/oxygen/base/48x48/devices/computer.png +share/icons/oxygen/base/48x48/devices/cpu.png +share/icons/oxygen/base/48x48/devices/drive-harddisk.png +share/icons/oxygen/base/48x48/devices/drive-optical.png +share/icons/oxygen/base/48x48/devices/drive-removable-media-usb-pendrive.png +share/icons/oxygen/base/48x48/devices/drive-removable-media-usb.png +share/icons/oxygen/base/48x48/devices/drive-removable-media.png +share/icons/oxygen/base/48x48/devices/input-gaming.png +share/icons/oxygen/base/48x48/devices/input-keyboard.png +share/icons/oxygen/base/48x48/devices/input-mouse.png +share/icons/oxygen/base/48x48/devices/input-tablet.png +share/icons/oxygen/base/48x48/devices/media-flash-memory-stick.png +share/icons/oxygen/base/48x48/devices/media-flash-sd-mmc.png +share/icons/oxygen/base/48x48/devices/media-flash-smart-media.png +share/icons/oxygen/base/48x48/devices/media-flash.png +share/icons/oxygen/base/48x48/devices/media-floppy.png +share/icons/oxygen/base/48x48/devices/media-optical-audio.png +share/icons/oxygen/base/48x48/devices/media-optical-blu-ray.png +share/icons/oxygen/base/48x48/devices/media-optical-data.png +share/icons/oxygen/base/48x48/devices/media-optical-dvd-video.png +share/icons/oxygen/base/48x48/devices/media-optical-dvd.png +share/icons/oxygen/base/48x48/devices/media-optical-mixed-cd.png +share/icons/oxygen/base/48x48/devices/media-optical-recordable.png +share/icons/oxygen/base/48x48/devices/media-optical-video.png +share/icons/oxygen/base/48x48/devices/media-optical.png +share/icons/oxygen/base/48x48/devices/media-tape.png +share/icons/oxygen/base/48x48/devices/modem.png +share/icons/oxygen/base/48x48/devices/multimedia-player-apple-ipod.png +share/icons/oxygen/base/48x48/devices/multimedia-player.png +share/icons/oxygen/base/48x48/devices/network-wired.png +share/icons/oxygen/base/48x48/devices/network-wireless-connected-00.png +share/icons/oxygen/base/48x48/devices/network-wireless-connected-100.png +share/icons/oxygen/base/48x48/devices/network-wireless-connected-25.png +share/icons/oxygen/base/48x48/devices/network-wireless-connected-50.png +share/icons/oxygen/base/48x48/devices/network-wireless-connected-75.png +share/icons/oxygen/base/48x48/devices/network-wireless-disconnected.png +share/icons/oxygen/base/48x48/devices/network-wireless.png +share/icons/oxygen/base/48x48/devices/pda.png +share/icons/oxygen/base/48x48/devices/phone-openmoko-freerunner.png +share/icons/oxygen/base/48x48/devices/phone.png +share/icons/oxygen/base/48x48/devices/printer-laser.png +share/icons/oxygen/base/48x48/devices/printer.png +share/icons/oxygen/base/48x48/devices/scanner.png +share/icons/oxygen/base/48x48/devices/secure-card.png +share/icons/oxygen/base/48x48/devices/smartphone.png +share/icons/oxygen/base/48x48/devices/tablet.png +share/icons/oxygen/base/48x48/devices/video-display.png +share/icons/oxygen/base/48x48/devices/video-projector.png +share/icons/oxygen/base/48x48/devices/video-television.png +share/icons/oxygen/base/48x48/emblems/emblem-favorite.png +share/icons/oxygen/base/48x48/emblems/emblem-important.png +share/icons/oxygen/base/48x48/emblems/emblem-mounted.png +share/icons/oxygen/base/48x48/emblems/emblem-new.png +share/icons/oxygen/base/48x48/emblems/emblem-symbolic-link.png +share/icons/oxygen/base/48x48/emotes/face-angel.png +share/icons/oxygen/base/48x48/emotes/face-embarrassed.png +share/icons/oxygen/base/48x48/emotes/face-kiss.png +share/icons/oxygen/base/48x48/emotes/face-laugh.png +share/icons/oxygen/base/48x48/emotes/face-plain.png +share/icons/oxygen/base/48x48/emotes/face-raspberry.png +share/icons/oxygen/base/48x48/emotes/face-sad.png +share/icons/oxygen/base/48x48/emotes/face-smile-big.png +share/icons/oxygen/base/48x48/emotes/face-smile.png +share/icons/oxygen/base/48x48/emotes/face-surprise.png +share/icons/oxygen/base/48x48/emotes/face-uncertain.png +share/icons/oxygen/base/48x48/emotes/face-wink.png +share/icons/oxygen/base/48x48/mimetypes/application-atom+xml.png +share/icons/oxygen/base/48x48/mimetypes/application-epub+zip.png +share/icons/oxygen/base/48x48/mimetypes/application-illustrator.png +share/icons/oxygen/base/48x48/mimetypes/application-javascript.png +share/icons/oxygen/base/48x48/mimetypes/application-msword-template.png +share/icons/oxygen/base/48x48/mimetypes/application-msword.png +share/icons/oxygen/base/48x48/mimetypes/application-octet-stream.png +share/icons/oxygen/base/48x48/mimetypes/application-ogg.png +share/icons/oxygen/base/48x48/mimetypes/application-pdf.png +share/icons/oxygen/base/48x48/mimetypes/application-pgp-encrypted.png +share/icons/oxygen/base/48x48/mimetypes/application-pgp-keys.png +share/icons/oxygen/base/48x48/mimetypes/application-pgp-signature.png +share/icons/oxygen/base/48x48/mimetypes/application-pgp.png +share/icons/oxygen/base/48x48/mimetypes/application-pkcs7-mime.png +share/icons/oxygen/base/48x48/mimetypes/application-pkcs7-signature.png +share/icons/oxygen/base/48x48/mimetypes/application-postscript.png +share/icons/oxygen/base/48x48/mimetypes/application-relaxng.png +share/icons/oxygen/base/48x48/mimetypes/application-rss+xml.png +share/icons/oxygen/base/48x48/mimetypes/application-rtf.png +share/icons/oxygen/base/48x48/mimetypes/application-sxw.png +share/icons/oxygen/base/48x48/mimetypes/application-vnd-google-earth-kml.png +share/icons/oxygen/base/48x48/mimetypes/application-vnd.iccprofile.png +share/icons/oxygen/base/48x48/mimetypes/application-vnd.ms-access.png +share/icons/oxygen/base/48x48/mimetypes/application-vnd.ms-excel.png +share/icons/oxygen/base/48x48/mimetypes/application-vnd.ms-powerpoint.png +share/icons/oxygen/base/48x48/mimetypes/application-vnd.oasis.opendocument.chart.png +share/icons/oxygen/base/48x48/mimetypes/application-vnd.oasis.opendocument.database.png +share/icons/oxygen/base/48x48/mimetypes/application-vnd.oasis.opendocument.draw.template.png +share/icons/oxygen/base/48x48/mimetypes/application-vnd.oasis.opendocument.drawing.png +share/icons/oxygen/base/48x48/mimetypes/application-vnd.oasis.opendocument.drawing.template.png +share/icons/oxygen/base/48x48/mimetypes/application-vnd.oasis.opendocument.formula-template.png +share/icons/oxygen/base/48x48/mimetypes/application-vnd.oasis.opendocument.formula.png +share/icons/oxygen/base/48x48/mimetypes/application-vnd.oasis.opendocument.graphics.png +share/icons/oxygen/base/48x48/mimetypes/application-vnd.oasis.opendocument.image.png +share/icons/oxygen/base/48x48/mimetypes/application-vnd.oasis.opendocument.presentation-template.png +share/icons/oxygen/base/48x48/mimetypes/application-vnd.oasis.opendocument.presentation.png +share/icons/oxygen/base/48x48/mimetypes/application-vnd.oasis.opendocument.spreadsheet-template.png +share/icons/oxygen/base/48x48/mimetypes/application-vnd.oasis.opendocument.spreadsheet.png +share/icons/oxygen/base/48x48/mimetypes/application-vnd.oasis.opendocument.text-master.png +share/icons/oxygen/base/48x48/mimetypes/application-vnd.oasis.opendocument.text-template.png +share/icons/oxygen/base/48x48/mimetypes/application-vnd.oasis.opendocument.text.png +share/icons/oxygen/base/48x48/mimetypes/application-vnd.oasis.opendocument.web.template.png +share/icons/oxygen/base/48x48/mimetypes/application-vnd.openxmlformats-officedocument.wordprocessingml.document.png +share/icons/oxygen/base/48x48/mimetypes/application-vnd.rn-realmedia.png +share/icons/oxygen/base/48x48/mimetypes/application-vnd.scribus.png +share/icons/oxygen/base/48x48/mimetypes/application-vnd.stardivision.calc.png +share/icons/oxygen/base/48x48/mimetypes/application-vnd.stardivision.draw.png +share/icons/oxygen/base/48x48/mimetypes/application-vnd.stardivision.mail.png +share/icons/oxygen/base/48x48/mimetypes/application-vnd.stardivision.math.png +share/icons/oxygen/base/48x48/mimetypes/application-vnd.sun.xml.calc.png +share/icons/oxygen/base/48x48/mimetypes/application-vnd.sun.xml.calc.template.png +share/icons/oxygen/base/48x48/mimetypes/application-vnd.sun.xml.draw.png +share/icons/oxygen/base/48x48/mimetypes/application-vnd.sun.xml.draw.template.png +share/icons/oxygen/base/48x48/mimetypes/application-vnd.sun.xml.impress.png +share/icons/oxygen/base/48x48/mimetypes/application-vnd.sun.xml.impress.template.png +share/icons/oxygen/base/48x48/mimetypes/application-vnd.sun.xml.math.png +share/icons/oxygen/base/48x48/mimetypes/application-vnd.sun.xml.writer.global.png +share/icons/oxygen/base/48x48/mimetypes/application-vnd.sun.xml.writer.png +share/icons/oxygen/base/48x48/mimetypes/application-vnd.sun.xml.writer.template.png +share/icons/oxygen/base/48x48/mimetypes/application-vnd.wordperfect.png +share/icons/oxygen/base/48x48/mimetypes/application-x-7z-compressed.png +share/icons/oxygen/base/48x48/mimetypes/application-x-abiword.png +share/icons/oxygen/base/48x48/mimetypes/application-x-ace.png +share/icons/oxygen/base/48x48/mimetypes/application-x-applix-spreadsheet.png +share/icons/oxygen/base/48x48/mimetypes/application-x-applix-word.png +share/icons/oxygen/base/48x48/mimetypes/application-x-ar.png +share/icons/oxygen/base/48x48/mimetypes/application-x-arc.png +share/icons/oxygen/base/48x48/mimetypes/application-x-archive.png +share/icons/oxygen/base/48x48/mimetypes/application-x-arj.png +share/icons/oxygen/base/48x48/mimetypes/application-x-awk.png +share/icons/oxygen/base/48x48/mimetypes/application-x-bittorrent.png +share/icons/oxygen/base/48x48/mimetypes/application-x-blender.png +share/icons/oxygen/base/48x48/mimetypes/application-x-bzdvi.png +share/icons/oxygen/base/48x48/mimetypes/application-x-bzip-compressed-tar.png +share/icons/oxygen/base/48x48/mimetypes/application-x-bzip.png +share/icons/oxygen/base/48x48/mimetypes/application-x-cd-image.png +share/icons/oxygen/base/48x48/mimetypes/application-x-cda.png +share/icons/oxygen/base/48x48/mimetypes/application-x-chm.png +share/icons/oxygen/base/48x48/mimetypes/application-x-compress.png +share/icons/oxygen/base/48x48/mimetypes/application-x-compressed-tar.png +share/icons/oxygen/base/48x48/mimetypes/application-x-cpio.png +share/icons/oxygen/base/48x48/mimetypes/application-x-cue.png +share/icons/oxygen/base/48x48/mimetypes/application-x-deb.png +share/icons/oxygen/base/48x48/mimetypes/application-x-designer.png +share/icons/oxygen/base/48x48/mimetypes/application-x-desktop.png +share/icons/oxygen/base/48x48/mimetypes/application-x-egon.png +share/icons/oxygen/base/48x48/mimetypes/application-x-executable-script.png +share/icons/oxygen/base/48x48/mimetypes/application-x-executable.png +share/icons/oxygen/base/48x48/mimetypes/application-x-flash-video.png +share/icons/oxygen/base/48x48/mimetypes/application-x-font-afm.png +share/icons/oxygen/base/48x48/mimetypes/application-x-font-bdf.png +share/icons/oxygen/base/48x48/mimetypes/application-x-font-otf.png +share/icons/oxygen/base/48x48/mimetypes/application-x-font-pcf.png +share/icons/oxygen/base/48x48/mimetypes/application-x-font-snf.png +share/icons/oxygen/base/48x48/mimetypes/application-x-font-ttf.png +share/icons/oxygen/base/48x48/mimetypes/application-x-font-type1.png +share/icons/oxygen/base/48x48/mimetypes/application-x-gnumeric.png +share/icons/oxygen/base/48x48/mimetypes/application-x-gzdvi.png +share/icons/oxygen/base/48x48/mimetypes/application-x-gzip.png +share/icons/oxygen/base/48x48/mimetypes/application-x-gzpostscript.png +share/icons/oxygen/base/48x48/mimetypes/application-x-iso.png +share/icons/oxygen/base/48x48/mimetypes/application-x-it87.png +share/icons/oxygen/base/48x48/mimetypes/application-x-jar.png +share/icons/oxygen/base/48x48/mimetypes/application-x-java-applet.png +share/icons/oxygen/base/48x48/mimetypes/application-x-java-archive.png +share/icons/oxygen/base/48x48/mimetypes/application-x-java.png +share/icons/oxygen/base/48x48/mimetypes/application-x-javascript.png +share/icons/oxygen/base/48x48/mimetypes/application-x-k3b.png +share/icons/oxygen/base/48x48/mimetypes/application-x-kcsrc.png +share/icons/oxygen/base/48x48/mimetypes/application-x-kdenlivetitle.png +share/icons/oxygen/base/48x48/mimetypes/application-x-kexi-connectiondata.png +share/icons/oxygen/base/48x48/mimetypes/application-x-kexiproject-shortcut.png +share/icons/oxygen/base/48x48/mimetypes/application-x-kexiproject-sqlite.png +share/icons/oxygen/base/48x48/mimetypes/application-x-kexiproject-sqlite2.png +share/icons/oxygen/base/48x48/mimetypes/application-x-kexiproject-sqlite3.png +share/icons/oxygen/base/48x48/mimetypes/application-x-kformula.png +share/icons/oxygen/base/48x48/mimetypes/application-x-kgetlist.png +share/icons/oxygen/base/48x48/mimetypes/application-x-kontour.png +share/icons/oxygen/base/48x48/mimetypes/application-x-kplato.png +share/icons/oxygen/base/48x48/mimetypes/application-x-krita.png +share/icons/oxygen/base/48x48/mimetypes/application-x-kvtml.png +share/icons/oxygen/base/48x48/mimetypes/application-x-kword.png +share/icons/oxygen/base/48x48/mimetypes/application-x-lha.png +share/icons/oxygen/base/48x48/mimetypes/application-x-lyx.png +share/icons/oxygen/base/48x48/mimetypes/application-x-lzma-compressed-tar.png +share/icons/oxygen/base/48x48/mimetypes/application-x-lzop.png +share/icons/oxygen/base/48x48/mimetypes/application-x-m4.png +share/icons/oxygen/base/48x48/mimetypes/application-x-marble.png +share/icons/oxygen/base/48x48/mimetypes/application-x-mimearchive.png +share/icons/oxygen/base/48x48/mimetypes/application-x-mplayer2.png +share/icons/oxygen/base/48x48/mimetypes/application-x-ms-dos-executable.png +share/icons/oxygen/base/48x48/mimetypes/application-x-mswinurl.png +share/icons/oxygen/base/48x48/mimetypes/application-x-mswrite.png +share/icons/oxygen/base/48x48/mimetypes/application-x-nzb.png +share/icons/oxygen/base/48x48/mimetypes/application-x-object.png +share/icons/oxygen/base/48x48/mimetypes/application-x-pak.png +share/icons/oxygen/base/48x48/mimetypes/application-x-pem-key.png +share/icons/oxygen/base/48x48/mimetypes/application-x-perl.png +share/icons/oxygen/base/48x48/mimetypes/application-x-php.png +share/icons/oxygen/base/48x48/mimetypes/application-x-plasma.png +share/icons/oxygen/base/48x48/mimetypes/application-x-python-bytecode.png +share/icons/oxygen/base/48x48/mimetypes/application-x-qet-element.png +share/icons/oxygen/base/48x48/mimetypes/application-x-qet-project.png +share/icons/oxygen/base/48x48/mimetypes/application-x-quattropro.png +share/icons/oxygen/base/48x48/mimetypes/application-x-rar.png +share/icons/oxygen/base/48x48/mimetypes/application-x-raw-disk-image.png +share/icons/oxygen/base/48x48/mimetypes/application-x-rpm.png +share/icons/oxygen/base/48x48/mimetypes/application-x-ruby.png +share/icons/oxygen/base/48x48/mimetypes/application-x-sharedlib.png +share/icons/oxygen/base/48x48/mimetypes/application-x-shellscript.png +share/icons/oxygen/base/48x48/mimetypes/application-x-shockwave-flash.png +share/icons/oxygen/base/48x48/mimetypes/application-x-siag.png +share/icons/oxygen/base/48x48/mimetypes/application-x-sif.png +share/icons/oxygen/base/48x48/mimetypes/application-x-skg.png +share/icons/oxygen/base/48x48/mimetypes/application-x-skgc.png +share/icons/oxygen/base/48x48/mimetypes/application-x-smb-server.png +share/icons/oxygen/base/48x48/mimetypes/application-x-smb-workgroup.png +share/icons/oxygen/base/48x48/mimetypes/application-x-sqlite2.png +share/icons/oxygen/base/48x48/mimetypes/application-x-sqlite3.png +share/icons/oxygen/base/48x48/mimetypes/application-x-srt.png +share/icons/oxygen/base/48x48/mimetypes/application-x-srtrip.png +share/icons/oxygen/base/48x48/mimetypes/application-x-subrip.png +share/icons/oxygen/base/48x48/mimetypes/application-x-tar.png +share/icons/oxygen/base/48x48/mimetypes/application-x-tarz.png +share/icons/oxygen/base/48x48/mimetypes/application-x-tgif.png +share/icons/oxygen/base/48x48/mimetypes/application-x-trash.png +share/icons/oxygen/base/48x48/mimetypes/application-x-troff-man.png +share/icons/oxygen/base/48x48/mimetypes/application-x-tzo.png +share/icons/oxygen/base/48x48/mimetypes/application-x-wmf.png +share/icons/oxygen/base/48x48/mimetypes/application-x-zerosize.png +share/icons/oxygen/base/48x48/mimetypes/application-x-zoo.png +share/icons/oxygen/base/48x48/mimetypes/application-xhtml+xml.png +share/icons/oxygen/base/48x48/mimetypes/application-xml.png +share/icons/oxygen/base/48x48/mimetypes/application-xsd.png +share/icons/oxygen/base/48x48/mimetypes/application-xslt+xml.png +share/icons/oxygen/base/48x48/mimetypes/application-zip.png +share/icons/oxygen/base/48x48/mimetypes/audio-ac3.png +share/icons/oxygen/base/48x48/mimetypes/audio-midi.png +share/icons/oxygen/base/48x48/mimetypes/audio-mp2.png +share/icons/oxygen/base/48x48/mimetypes/audio-mp3.png +share/icons/oxygen/base/48x48/mimetypes/audio-mp4.png +share/icons/oxygen/base/48x48/mimetypes/audio-prs.sid.png +share/icons/oxygen/base/48x48/mimetypes/audio-vn.rn-realmedia.png +share/icons/oxygen/base/48x48/mimetypes/audio-vnd.rn-realvideo.png +share/icons/oxygen/base/48x48/mimetypes/audio-x-adpcm.png +share/icons/oxygen/base/48x48/mimetypes/audio-x-aiff.png +share/icons/oxygen/base/48x48/mimetypes/audio-x-flac+ogg.png +share/icons/oxygen/base/48x48/mimetypes/audio-x-flac.png +share/icons/oxygen/base/48x48/mimetypes/audio-x-generic.png +share/icons/oxygen/base/48x48/mimetypes/audio-x-monkey.png +share/icons/oxygen/base/48x48/mimetypes/audio-x-mp2.png +share/icons/oxygen/base/48x48/mimetypes/audio-x-mpeg.png +share/icons/oxygen/base/48x48/mimetypes/audio-x-speex+ogg.png +share/icons/oxygen/base/48x48/mimetypes/audio-x-wav.png +share/icons/oxygen/base/48x48/mimetypes/encrypted.png +share/icons/oxygen/base/48x48/mimetypes/fonts-package.png +share/icons/oxygen/base/48x48/mimetypes/image-bmp.png +share/icons/oxygen/base/48x48/mimetypes/image-gif.png +share/icons/oxygen/base/48x48/mimetypes/image-jpeg.png +share/icons/oxygen/base/48x48/mimetypes/image-jpeg2000.png +share/icons/oxygen/base/48x48/mimetypes/image-png.png +share/icons/oxygen/base/48x48/mimetypes/image-svg+xml-compressed.png +share/icons/oxygen/base/48x48/mimetypes/image-svg+xml.png +share/icons/oxygen/base/48x48/mimetypes/image-tiff.png +share/icons/oxygen/base/48x48/mimetypes/image-vnd.adobe.photoshop.png +share/icons/oxygen/base/48x48/mimetypes/image-vnd.dgn.png +share/icons/oxygen/base/48x48/mimetypes/image-vnd.dwg.png +share/icons/oxygen/base/48x48/mimetypes/image-x-adobe-dng.png +share/icons/oxygen/base/48x48/mimetypes/image-x-compressed-xcf.png +share/icons/oxygen/base/48x48/mimetypes/image-x-emf.png +share/icons/oxygen/base/48x48/mimetypes/image-x-eps.png +share/icons/oxygen/base/48x48/mimetypes/image-x-generic.png +share/icons/oxygen/base/48x48/mimetypes/image-x-krita.png +share/icons/oxygen/base/48x48/mimetypes/image-x-portable-bitmap.png +share/icons/oxygen/base/48x48/mimetypes/image-x-psd.png +share/icons/oxygen/base/48x48/mimetypes/image-x-psdimage-x-psd.png +share/icons/oxygen/base/48x48/mimetypes/image-x-tga.png +share/icons/oxygen/base/48x48/mimetypes/image-x-vnd.trolltech.qpicture.png +share/icons/oxygen/base/48x48/mimetypes/image-x-win-bitmap.png +share/icons/oxygen/base/48x48/mimetypes/image-x-win-bmp.png +share/icons/oxygen/base/48x48/mimetypes/image-x-wmf.png +share/icons/oxygen/base/48x48/mimetypes/image-x-xcf.png +share/icons/oxygen/base/48x48/mimetypes/image-x-xfig.png +share/icons/oxygen/base/48x48/mimetypes/inode-directory.png +share/icons/oxygen/base/48x48/mimetypes/libreoffice-database.png +share/icons/oxygen/base/48x48/mimetypes/libreoffice-drawing-template.png +share/icons/oxygen/base/48x48/mimetypes/libreoffice-drawing.png +share/icons/oxygen/base/48x48/mimetypes/libreoffice-formula.png +share/icons/oxygen/base/48x48/mimetypes/libreoffice-oasis-database.png +share/icons/oxygen/base/48x48/mimetypes/libreoffice-oasis-drawing-template.png +share/icons/oxygen/base/48x48/mimetypes/libreoffice-oasis-drawing.png +share/icons/oxygen/base/48x48/mimetypes/libreoffice-oasis-formula.png +share/icons/oxygen/base/48x48/mimetypes/libreoffice-oasis-presentation-template.png +share/icons/oxygen/base/48x48/mimetypes/libreoffice-oasis-presentation.png +share/icons/oxygen/base/48x48/mimetypes/libreoffice-oasis-spreadsheet-template.png +share/icons/oxygen/base/48x48/mimetypes/libreoffice-oasis-spreadsheet.png +share/icons/oxygen/base/48x48/mimetypes/libreoffice-oasis-text-template.png +share/icons/oxygen/base/48x48/mimetypes/libreoffice-oasis-text.png +share/icons/oxygen/base/48x48/mimetypes/libreoffice-oasis-web-template.png +share/icons/oxygen/base/48x48/mimetypes/libreoffice-presentation-template.png +share/icons/oxygen/base/48x48/mimetypes/libreoffice-presentation.png +share/icons/oxygen/base/48x48/mimetypes/libreoffice-spreadsheet-template.png +share/icons/oxygen/base/48x48/mimetypes/libreoffice-spreadsheet.png +share/icons/oxygen/base/48x48/mimetypes/libreoffice-text-template.png +share/icons/oxygen/base/48x48/mimetypes/libreoffice-text.png +share/icons/oxygen/base/48x48/mimetypes/mail-message-new-list.png +share/icons/oxygen/base/48x48/mimetypes/message-news.png +share/icons/oxygen/base/48x48/mimetypes/message-partial.png +share/icons/oxygen/base/48x48/mimetypes/message-rfc822.png +share/icons/oxygen/base/48x48/mimetypes/message-x-gnu-rmail.png +share/icons/oxygen/base/48x48/mimetypes/message.png +share/icons/oxygen/base/48x48/mimetypes/odf.png +share/icons/oxygen/base/48x48/mimetypes/package-x-generic.png +share/icons/oxygen/base/48x48/mimetypes/text-calendar.png +share/icons/oxygen/base/48x48/mimetypes/text-csharp.png +share/icons/oxygen/base/48x48/mimetypes/text-css.png +share/icons/oxygen/base/48x48/mimetypes/text-csv.png +share/icons/oxygen/base/48x48/mimetypes/text-directory.png +share/icons/oxygen/base/48x48/mimetypes/text-enriched.png +share/icons/oxygen/base/48x48/mimetypes/text-html.png +share/icons/oxygen/base/48x48/mimetypes/text-mathml.png +share/icons/oxygen/base/48x48/mimetypes/text-plain.png +share/icons/oxygen/base/48x48/mimetypes/text-rdf+xml.png +share/icons/oxygen/base/48x48/mimetypes/text-rdf.png +share/icons/oxygen/base/48x48/mimetypes/text-rtf.png +share/icons/oxygen/base/48x48/mimetypes/text-sgml.png +share/icons/oxygen/base/48x48/mimetypes/text-troff.png +share/icons/oxygen/base/48x48/mimetypes/text-vcalendar.png +share/icons/oxygen/base/48x48/mimetypes/text-vnd.abc.png +share/icons/oxygen/base/48x48/mimetypes/text-vnd.wap.wml.png +share/icons/oxygen/base/48x48/mimetypes/text-x-adasrc.png +share/icons/oxygen/base/48x48/mimetypes/text-x-authors.png +share/icons/oxygen/base/48x48/mimetypes/text-x-bibtex.png +share/icons/oxygen/base/48x48/mimetypes/text-x-c++hdr.png +share/icons/oxygen/base/48x48/mimetypes/text-x-c++src.png +share/icons/oxygen/base/48x48/mimetypes/text-x-changelog.png +share/icons/oxygen/base/48x48/mimetypes/text-x-chdr.png +share/icons/oxygen/base/48x48/mimetypes/text-x-cmake.png +share/icons/oxygen/base/48x48/mimetypes/text-x-copying.png +share/icons/oxygen/base/48x48/mimetypes/text-x-credits.png +share/icons/oxygen/base/48x48/mimetypes/text-x-csharp.png +share/icons/oxygen/base/48x48/mimetypes/text-x-csrc.png +share/icons/oxygen/base/48x48/mimetypes/text-x-dtd.png +share/icons/oxygen/base/48x48/mimetypes/text-x-generic.png +share/icons/oxygen/base/48x48/mimetypes/text-x-generic.svapplicatiopn-x-awk.png +share/icons/oxygen/base/48x48/mimetypes/text-x-haskell.png +share/icons/oxygen/base/48x48/mimetypes/text-x-hex.png +share/icons/oxygen/base/48x48/mimetypes/text-x-install.png +share/icons/oxygen/base/48x48/mimetypes/text-x-java-source.png +share/icons/oxygen/base/48x48/mimetypes/text-x-java.png +share/icons/oxygen/base/48x48/mimetypes/text-x-javascript.png +share/icons/oxygen/base/48x48/mimetypes/text-x-katefilelist.png +share/icons/oxygen/base/48x48/mimetypes/text-x-ldif.png +share/icons/oxygen/base/48x48/mimetypes/text-x-lilypond.png +share/icons/oxygen/base/48x48/mimetypes/text-x-log.png +share/icons/oxygen/base/48x48/mimetypes/text-x-makefile.png +share/icons/oxygen/base/48x48/mimetypes/text-x-nfo.png +share/icons/oxygen/base/48x48/mimetypes/text-x-objchdr.png +share/icons/oxygen/base/48x48/mimetypes/text-x-objcsrc.png +share/icons/oxygen/base/48x48/mimetypes/text-x-opml+xml.png +share/icons/oxygen/base/48x48/mimetypes/text-x-opml.png +share/icons/oxygen/base/48x48/mimetypes/text-x-pascal.png +share/icons/oxygen/base/48x48/mimetypes/text-x-patch.png +share/icons/oxygen/base/48x48/mimetypes/text-x-plain.png +share/icons/oxygen/base/48x48/mimetypes/text-x-po.png +share/icons/oxygen/base/48x48/mimetypes/text-x-python.png +share/icons/oxygen/base/48x48/mimetypes/text-x-qml.png +share/icons/oxygen/base/48x48/mimetypes/text-x-readme.png +share/icons/oxygen/base/48x48/mimetypes/text-x-rpm-spec.png +share/icons/oxygen/base/48x48/mimetypes/text-x-script.png +share/icons/oxygen/base/48x48/mimetypes/text-x-sql.png +share/icons/oxygen/base/48x48/mimetypes/text-x-tcl.png +share/icons/oxygen/base/48x48/mimetypes/text-x-tex.png +share/icons/oxygen/base/48x48/mimetypes/text-x-texinfo.png +share/icons/oxygen/base/48x48/mimetypes/text-x-vcard.png +share/icons/oxygen/base/48x48/mimetypes/text-x-xslfo.png +share/icons/oxygen/base/48x48/mimetypes/text-xmcd.png +share/icons/oxygen/base/48x48/mimetypes/text-xml.png +share/icons/oxygen/base/48x48/mimetypes/unknown.png +share/icons/oxygen/base/48x48/mimetypes/uri-mms.png +share/icons/oxygen/base/48x48/mimetypes/uri-mmst.png +share/icons/oxygen/base/48x48/mimetypes/uri-mmsu.png +share/icons/oxygen/base/48x48/mimetypes/uri-pnm.png +share/icons/oxygen/base/48x48/mimetypes/uri-rtspt.png +share/icons/oxygen/base/48x48/mimetypes/uri-rtspu.png +share/icons/oxygen/base/48x48/mimetypes/video-mp4.png +share/icons/oxygen/base/48x48/mimetypes/video-vivo.png +share/icons/oxygen/base/48x48/mimetypes/video-vnd.rn-realvideo.png +share/icons/oxygen/base/48x48/mimetypes/video-wavelet.png +share/icons/oxygen/base/48x48/mimetypes/video-webm.png +share/icons/oxygen/base/48x48/mimetypes/video-x-anim.png +share/icons/oxygen/base/48x48/mimetypes/video-x-flic.png +share/icons/oxygen/base/48x48/mimetypes/video-x-flv.png +share/icons/oxygen/base/48x48/mimetypes/video-x-generic.png +share/icons/oxygen/base/48x48/mimetypes/video-x-google-vlc-plugin.png +share/icons/oxygen/base/48x48/mimetypes/video-x-javafx.png +share/icons/oxygen/base/48x48/mimetypes/video-x-matroska.png +share/icons/oxygen/base/48x48/mimetypes/video-x-mng.png +share/icons/oxygen/base/48x48/mimetypes/video-x-ms-wmp.png +share/icons/oxygen/base/48x48/mimetypes/video-x-ms-wmv.png +share/icons/oxygen/base/48x48/mimetypes/video-x-msvideo.png +share/icons/oxygen/base/48x48/mimetypes/video-x-ogm+ogg.png +share/icons/oxygen/base/48x48/mimetypes/video-x-theor+ogg.png +share/icons/oxygen/base/48x48/mimetypes/video-x-wmv.png +share/icons/oxygen/base/48x48/mimetypes/x-kde-nsplugin-generated.png +share/icons/oxygen/base/48x48/mimetypes/x-mail-distribution-list.png +share/icons/oxygen/base/48x48/mimetypes/x-media-podcast.png +share/icons/oxygen/base/48x48/mimetypes/x-office-address-book.png +share/icons/oxygen/base/48x48/mimetypes/x-office-calendar.png +share/icons/oxygen/base/48x48/mimetypes/x-office-contact.png +share/icons/oxygen/base/48x48/mimetypes/x-office-document.png +share/icons/oxygen/base/48x48/mimetypes/x-office-drawing.png +share/icons/oxygen/base/48x48/mimetypes/x-office-presentation.png +share/icons/oxygen/base/48x48/mimetypes/x-office-spreadsheet.png +share/icons/oxygen/base/48x48/places/bookmarks.png +share/icons/oxygen/base/48x48/places/certificate-server.png +share/icons/oxygen/base/48x48/places/document-multiple.png +share/icons/oxygen/base/48x48/places/favorites.png +share/icons/oxygen/base/48x48/places/folder-activities.png +share/icons/oxygen/base/48x48/places/folder-add.png +share/icons/oxygen/base/48x48/places/folder-black.png +share/icons/oxygen/base/48x48/places/folder-blue.png +share/icons/oxygen/base/48x48/places/folder-bookmark.png +share/icons/oxygen/base/48x48/places/folder-brown.png +share/icons/oxygen/base/48x48/places/folder-cloud.png +share/icons/oxygen/base/48x48/places/folder-cyan.png +share/icons/oxygen/base/48x48/places/folder-development.png +share/icons/oxygen/base/48x48/places/folder-documents.png +share/icons/oxygen/base/48x48/places/folder-download.png +share/icons/oxygen/base/48x48/places/folder-downloads.png +share/icons/oxygen/base/48x48/places/folder-dropbox.png +share/icons/oxygen/base/48x48/places/folder-favorites.png +share/icons/oxygen/base/48x48/places/folder-gdrive.png +share/icons/oxygen/base/48x48/places/folder-green.png +share/icons/oxygen/base/48x48/places/folder-grey.png +share/icons/oxygen/base/48x48/places/folder-html.png +share/icons/oxygen/base/48x48/places/folder-image-people.png +share/icons/oxygen/base/48x48/places/folder-image.png +share/icons/oxygen/base/48x48/places/folder-images.png +share/icons/oxygen/base/48x48/places/folder-important.png +share/icons/oxygen/base/48x48/places/folder-locked.png +share/icons/oxygen/base/48x48/places/folder-mail.png +share/icons/oxygen/base/48x48/places/folder-music.png +share/icons/oxygen/base/48x48/places/folder-network.png +share/icons/oxygen/base/48x48/places/folder-onedrive.png +share/icons/oxygen/base/48x48/places/folder-open.png +share/icons/oxygen/base/48x48/places/folder-orange.png +share/icons/oxygen/base/48x48/places/folder-owncloud.png +share/icons/oxygen/base/48x48/places/folder-picture.png +share/icons/oxygen/base/48x48/places/folder-pictures.png +share/icons/oxygen/base/48x48/places/folder-print.png +share/icons/oxygen/base/48x48/places/folder-public.png +share/icons/oxygen/base/48x48/places/folder-publicshare.png +share/icons/oxygen/base/48x48/places/folder-red.png +share/icons/oxygen/base/48x48/places/folder-remote.png +share/icons/oxygen/base/48x48/places/folder-script.png +share/icons/oxygen/base/48x48/places/folder-sound.png +share/icons/oxygen/base/48x48/places/folder-tar.png +share/icons/oxygen/base/48x48/places/folder-temp.png +share/icons/oxygen/base/48x48/places/folder-text.png +share/icons/oxygen/base/48x48/places/folder-txt.png +share/icons/oxygen/base/48x48/places/folder-video.png +share/icons/oxygen/base/48x48/places/folder-videos.png +share/icons/oxygen/base/48x48/places/folder-violet.png +share/icons/oxygen/base/48x48/places/folder-yellow.png +share/icons/oxygen/base/48x48/places/folder.png +share/icons/oxygen/base/48x48/places/mail-folder-inbox.png +share/icons/oxygen/base/48x48/places/mail-folder-outbox.png +share/icons/oxygen/base/48x48/places/mail-folder-sent.png +share/icons/oxygen/base/48x48/places/mail-message.png +share/icons/oxygen/base/48x48/places/network-server-database.png +share/icons/oxygen/base/48x48/places/network-server.png +share/icons/oxygen/base/48x48/places/network-workgroup.png +share/icons/oxygen/base/48x48/places/repository.png +share/icons/oxygen/base/48x48/places/server-database.png +share/icons/oxygen/base/48x48/places/start-here-kde.png +share/icons/oxygen/base/48x48/places/start-here.png +share/icons/oxygen/base/48x48/places/stock_folder.png +share/icons/oxygen/base/48x48/places/user-desktop.png +share/icons/oxygen/base/48x48/places/user-home.png +share/icons/oxygen/base/48x48/places/user-identity.png +share/icons/oxygen/base/48x48/places/user-trash-full.png +share/icons/oxygen/base/48x48/places/user-trash.png +share/icons/oxygen/base/48x48/status/audio-volume-high.png +share/icons/oxygen/base/48x48/status/audio-volume-low.png +share/icons/oxygen/base/48x48/status/audio-volume-medium.png +share/icons/oxygen/base/48x48/status/audio-volume-muted.png +share/icons/oxygen/base/48x48/status/battery-040.png +share/icons/oxygen/base/48x48/status/battery-060.png +share/icons/oxygen/base/48x48/status/battery-080.png +share/icons/oxygen/base/48x48/status/battery-100.png +share/icons/oxygen/base/48x48/status/battery-caution.png +share/icons/oxygen/base/48x48/status/battery-charging-040.png +share/icons/oxygen/base/48x48/status/battery-charging-060.png +share/icons/oxygen/base/48x48/status/battery-charging-080.png +share/icons/oxygen/base/48x48/status/battery-charging-caution.png +share/icons/oxygen/base/48x48/status/battery-charging-low.png +share/icons/oxygen/base/48x48/status/battery-charging.png +share/icons/oxygen/base/48x48/status/battery-low.png +share/icons/oxygen/base/48x48/status/battery-missing.png +share/icons/oxygen/base/48x48/status/dialog-error.png +share/icons/oxygen/base/48x48/status/dialog-information.png +share/icons/oxygen/base/48x48/status/dialog-password.png +share/icons/oxygen/base/48x48/status/dialog-warning.png +share/icons/oxygen/base/48x48/status/folder-open.png +share/icons/oxygen/base/48x48/status/image-loading.png +share/icons/oxygen/base/48x48/status/image-missing.png +share/icons/oxygen/base/48x48/status/mail-attachment.png +share/icons/oxygen/base/48x48/status/mail-queued.png +share/icons/oxygen/base/48x48/status/mail-read.png +share/icons/oxygen/base/48x48/status/mail-replied.png +share/icons/oxygen/base/48x48/status/mail-tagged.png +share/icons/oxygen/base/48x48/status/mail-unread-new.png +share/icons/oxygen/base/48x48/status/mail-unread.png +share/icons/oxygen/base/48x48/status/media-playlist-repeat.png +share/icons/oxygen/base/48x48/status/media-playlist-shuffle.png +share/icons/oxygen/base/48x48/status/meeting-chair.png +share/icons/oxygen/base/48x48/status/meeting-observer.png +share/icons/oxygen/base/48x48/status/meeting-organizer.png +share/icons/oxygen/base/48x48/status/meeting-participant-optional.png +share/icons/oxygen/base/48x48/status/meeting-participant-reply.png +share/icons/oxygen/base/48x48/status/meeting-participant.png +share/icons/oxygen/base/48x48/status/object-locked.png +share/icons/oxygen/base/48x48/status/object-unlocked.png +share/icons/oxygen/base/48x48/status/printer-error.png +share/icons/oxygen/base/48x48/status/printer-printing.png +share/icons/oxygen/base/48x48/status/script-error.png +share/icons/oxygen/base/48x48/status/security-high.png +share/icons/oxygen/base/48x48/status/security-low.png +share/icons/oxygen/base/48x48/status/security-medium.png +share/icons/oxygen/base/48x48/status/task-accepted.png +share/icons/oxygen/base/48x48/status/task-attempt.png +share/icons/oxygen/base/48x48/status/task-attention.png +share/icons/oxygen/base/48x48/status/task-complete.png +share/icons/oxygen/base/48x48/status/task-delegate.png +share/icons/oxygen/base/48x48/status/task-ongoing.png +share/icons/oxygen/base/48x48/status/task-reject.png +share/icons/oxygen/base/48x48/status/user-away-extended.png +share/icons/oxygen/base/48x48/status/user-away.png +share/icons/oxygen/base/48x48/status/user-busy.png +share/icons/oxygen/base/48x48/status/user-invisible.png +share/icons/oxygen/base/48x48/status/user-offline.png +share/icons/oxygen/base/48x48/status/user-online.png +share/icons/oxygen/base/48x48/status/user-trash-full.png +share/icons/oxygen/base/48x48/status/wallet-closed.png +share/icons/oxygen/base/48x48/status/wallet-open.png +share/icons/oxygen/base/48x48/status/weather-clear-night.png +share/icons/oxygen/base/48x48/status/weather-clear.png +share/icons/oxygen/base/48x48/status/weather-clouds-night.png +share/icons/oxygen/base/48x48/status/weather-clouds.png +share/icons/oxygen/base/48x48/status/weather-few-clouds-night.png +share/icons/oxygen/base/48x48/status/weather-few-clouds.png +share/icons/oxygen/base/48x48/status/weather-freezing-rain.png +share/icons/oxygen/base/48x48/status/weather-hail.png +share/icons/oxygen/base/48x48/status/weather-many-clouds.png +share/icons/oxygen/base/48x48/status/weather-mist.png +share/icons/oxygen/base/48x48/status/weather-showers-day.png +share/icons/oxygen/base/48x48/status/weather-showers-night.png +share/icons/oxygen/base/48x48/status/weather-showers-scattered-day.png +share/icons/oxygen/base/48x48/status/weather-showers-scattered-night.png +share/icons/oxygen/base/48x48/status/weather-showers-scattered.png +share/icons/oxygen/base/48x48/status/weather-showers.png +share/icons/oxygen/base/48x48/status/weather-snow-rain.png +share/icons/oxygen/base/48x48/status/weather-snow-scattered-day.png +share/icons/oxygen/base/48x48/status/weather-snow-scattered-night.png +share/icons/oxygen/base/48x48/status/weather-snow-scattered.png +share/icons/oxygen/base/48x48/status/weather-snow.png +share/icons/oxygen/base/48x48/status/weather-storm-day.png +share/icons/oxygen/base/48x48/status/weather-storm-night.png +share/icons/oxygen/base/48x48/status/weather-storm.png +share/icons/oxygen/base/64x64/actions/address-book-new.png +share/icons/oxygen/base/64x64/actions/application-exit.png +share/icons/oxygen/base/64x64/actions/appointment-new.png +share/icons/oxygen/base/64x64/actions/bookmark-new.png +share/icons/oxygen/base/64x64/actions/call-start.png +share/icons/oxygen/base/64x64/actions/call-stop.png +share/icons/oxygen/base/64x64/actions/chronometer.png +share/icons/oxygen/base/64x64/actions/configure.png +share/icons/oxygen/base/64x64/actions/contact-new.png +share/icons/oxygen/base/64x64/actions/continue-data-project.png +share/icons/oxygen/base/64x64/actions/dashboard-show.png +share/icons/oxygen/base/64x64/actions/dialog-ok-apply.png +share/icons/oxygen/base/64x64/actions/dialog-ok.png +share/icons/oxygen/base/64x64/actions/document-edit.png +share/icons/oxygen/base/64x64/actions/document-preview-archive.png +share/icons/oxygen/base/64x64/actions/document-preview.png +share/icons/oxygen/base/64x64/actions/edit-bomb.png +share/icons/oxygen/base/64x64/actions/edit-find.png +share/icons/oxygen/base/64x64/actions/edit-paste.png +share/icons/oxygen/base/64x64/actions/go-bottom.png +share/icons/oxygen/base/64x64/actions/go-down.png +share/icons/oxygen/base/64x64/actions/go-first-view-page.png +share/icons/oxygen/base/64x64/actions/go-first.png +share/icons/oxygen/base/64x64/actions/go-last-view-page.png +share/icons/oxygen/base/64x64/actions/go-last.png +share/icons/oxygen/base/64x64/actions/go-next-view-page.png +share/icons/oxygen/base/64x64/actions/go-next.png +share/icons/oxygen/base/64x64/actions/go-previous-view-page.png +share/icons/oxygen/base/64x64/actions/go-previous.png +share/icons/oxygen/base/64x64/actions/go-top.png +share/icons/oxygen/base/64x64/actions/go-up.png +share/icons/oxygen/base/64x64/actions/im-ban-kick-user.png +share/icons/oxygen/base/64x64/actions/im-ban-user.png +share/icons/oxygen/base/64x64/actions/im-invisible-user.png +share/icons/oxygen/base/64x64/actions/im-kick-user.png +share/icons/oxygen/base/64x64/actions/im-user-away.png +share/icons/oxygen/base/64x64/actions/im-user-busy.png +share/icons/oxygen/base/64x64/actions/im-user-offline.png +share/icons/oxygen/base/64x64/actions/im-user.png +share/icons/oxygen/base/64x64/actions/insert-horizontal-rule.png +share/icons/oxygen/base/64x64/actions/insert-link.png +share/icons/oxygen/base/64x64/actions/list-add-user.png +share/icons/oxygen/base/64x64/actions/list-remove.png +share/icons/oxygen/base/64x64/actions/mail-receive.png +share/icons/oxygen/base/64x64/actions/resource-group.png +share/icons/oxygen/base/64x64/actions/roll.png +share/icons/oxygen/base/64x64/actions/svn-commit.png +share/icons/oxygen/base/64x64/actions/svn-update.png +share/icons/oxygen/base/64x64/actions/system-lock-screen.png +share/icons/oxygen/base/64x64/actions/system-log-out.png +share/icons/oxygen/base/64x64/actions/system-reboot.png +share/icons/oxygen/base/64x64/actions/system-run.png +share/icons/oxygen/base/64x64/actions/system-search.png +share/icons/oxygen/base/64x64/actions/system-shutdown.png +share/icons/oxygen/base/64x64/actions/system-suspend-hibernate.png +share/icons/oxygen/base/64x64/actions/system-suspend.png +share/icons/oxygen/base/64x64/actions/system-switch-user.png +share/icons/oxygen/base/64x64/actions/tool-animator.png +share/icons/oxygen/base/64x64/actions/tools-media-optical-burn-image.png +share/icons/oxygen/base/64x64/actions/tools-media-optical-burn.png +share/icons/oxygen/base/64x64/actions/tools-media-optical-erase.png +share/icons/oxygen/base/64x64/actions/tools-media-optical-format.png +share/icons/oxygen/base/64x64/actions/tools-report-bug.png +share/icons/oxygen/base/64x64/actions/tools-rip-audio-cd.png +share/icons/oxygen/base/64x64/actions/tools-rip-video-cd.png +share/icons/oxygen/base/64x64/actions/tools-rip-video-dvd.png +share/icons/oxygen/base/64x64/actions/tools-wizard.png +share/icons/oxygen/base/64x64/actions/transform-crop-and-resize.png +share/icons/oxygen/base/64x64/actions/transform-move.png +share/icons/oxygen/base/64x64/actions/transform-scale.png +share/icons/oxygen/base/64x64/actions/user-group-new.png +share/icons/oxygen/base/64x64/actions/view-conversation-balloon.png +share/icons/oxygen/base/64x64/actions/view-media-lyrics.png +share/icons/oxygen/base/64x64/actions/view-media-playlist.png +share/icons/oxygen/base/64x64/actions/view-pim-contacts.png +share/icons/oxygen/base/64x64/actions/view-presentation.png +share/icons/oxygen/base/64x64/actions/window-duplicate.png +share/icons/oxygen/base/64x64/actions/zoom-fit-best.png +share/icons/oxygen/base/64x64/actions/zoom-fit-height.png +share/icons/oxygen/base/64x64/actions/zoom-fit-width.png +share/icons/oxygen/base/64x64/apps/Charm.png +share/icons/oxygen/base/64x64/apps/accessories-calculator.png +share/icons/oxygen/base/64x64/apps/accessories-character-map.png +share/icons/oxygen/base/64x64/apps/accessories-dictionary.png +share/icons/oxygen/base/64x64/apps/accessories-text-editor.png +share/icons/oxygen/base/64x64/apps/acroread.png +share/icons/oxygen/base/64x64/apps/akonadi.png +share/icons/oxygen/base/64x64/apps/akregator.png +share/icons/oxygen/base/64x64/apps/amarok.png +share/icons/oxygen/base/64x64/apps/ark.png +share/icons/oxygen/base/64x64/apps/basket.png +share/icons/oxygen/base/64x64/apps/braindump.png +share/icons/oxygen/base/64x64/apps/calligraauthor.png +share/icons/oxygen/base/64x64/apps/calligraflow.png +share/icons/oxygen/base/64x64/apps/calligrakexi.png +share/icons/oxygen/base/64x64/apps/calligrakrita.png +share/icons/oxygen/base/64x64/apps/calligrasheets.png +share/icons/oxygen/base/64x64/apps/calligrastage.png +share/icons/oxygen/base/64x64/apps/calligrawords.png +share/icons/oxygen/base/64x64/apps/clock.png +share/icons/oxygen/base/64x64/apps/digikam.png +share/icons/oxygen/base/64x64/apps/dragonplayer.png +share/icons/oxygen/base/64x64/apps/esd.png +share/icons/oxygen/base/64x64/apps/filelight.png +share/icons/oxygen/base/64x64/apps/fontforge.png +share/icons/oxygen/base/64x64/apps/graphics-viewer-document.png +share/icons/oxygen/base/64x64/apps/gwenview.png +share/icons/oxygen/base/64x64/apps/help-browser.png +share/icons/oxygen/base/64x64/apps/hwinfo.png +share/icons/oxygen/base/64x64/apps/inkscape.png +share/icons/oxygen/base/64x64/apps/internet-mail.png +share/icons/oxygen/base/64x64/apps/internet-telephony.png +share/icons/oxygen/base/64x64/apps/internet-web-browser.png +share/icons/oxygen/base/64x64/apps/k3b.png +share/icons/oxygen/base/64x64/apps/kaddressbook.png +share/icons/oxygen/base/64x64/apps/kaffeine.png +share/icons/oxygen/base/64x64/apps/kblogger.png +share/icons/oxygen/base/64x64/apps/kbruch.png +share/icons/oxygen/base/64x64/apps/kbugbuster.png +share/icons/oxygen/base/64x64/apps/kchart.png +share/icons/oxygen/base/64x64/apps/kcolorchooser.png +share/icons/oxygen/base/64x64/apps/kde-gtk-config.png +share/icons/oxygen/base/64x64/apps/kde-windows.png +share/icons/oxygen/base/64x64/apps/kde.png +share/icons/oxygen/base/64x64/apps/kdevelop.png +share/icons/oxygen/base/64x64/apps/kdf.png +share/icons/oxygen/base/64x64/apps/kfind.png +share/icons/oxygen/base/64x64/apps/kformula.png +share/icons/oxygen/base/64x64/apps/kgpg.png +share/icons/oxygen/base/64x64/apps/kig.png +share/icons/oxygen/base/64x64/apps/kivio.png +share/icons/oxygen/base/64x64/apps/kjournal.png +share/icons/oxygen/base/64x64/apps/klipper.png +share/icons/oxygen/base/64x64/apps/kmag.png +share/icons/oxygen/base/64x64/apps/kmix.png +share/icons/oxygen/base/64x64/apps/kmplayer.png +share/icons/oxygen/base/64x64/apps/knewsticker.png +share/icons/oxygen/base/64x64/apps/knotes.png +share/icons/oxygen/base/64x64/apps/kolf.png +share/icons/oxygen/base/64x64/apps/konqueror.png +share/icons/oxygen/base/64x64/apps/kontact-import-wizard.png +share/icons/oxygen/base/64x64/apps/kontact.png +share/icons/oxygen/base/64x64/apps/konversation.png +share/icons/oxygen/base/64x64/apps/kopete-offline.png +share/icons/oxygen/base/64x64/apps/kopete.png +share/icons/oxygen/base/64x64/apps/korg-journal.png +share/icons/oxygen/base/64x64/apps/korg-todo.png +share/icons/oxygen/base/64x64/apps/korgac.png +share/icons/oxygen/base/64x64/apps/korganizer.png +share/icons/oxygen/base/64x64/apps/kplato.png +share/icons/oxygen/base/64x64/apps/kpresenter.png +share/icons/oxygen/base/64x64/apps/krdc.png +share/icons/oxygen/base/64x64/apps/krfb.png +share/icons/oxygen/base/64x64/apps/ksnapshot.png +share/icons/oxygen/base/64x64/apps/ksniffer.png +share/icons/oxygen/base/64x64/apps/kspread.png +share/icons/oxygen/base/64x64/apps/ksudoku.png +share/icons/oxygen/base/64x64/apps/kthesaurus.png +share/icons/oxygen/base/64x64/apps/ktip.png +share/icons/oxygen/base/64x64/apps/ktorrent.png +share/icons/oxygen/base/64x64/apps/kuickshow.png +share/icons/oxygen/base/64x64/apps/kverbos.png +share/icons/oxygen/base/64x64/apps/kwalletmanager.png +share/icons/oxygen/base/64x64/apps/kword.png +share/icons/oxygen/base/64x64/apps/multimedia-volume-control.png +share/icons/oxygen/base/64x64/apps/nepomuk.png +share/icons/oxygen/base/64x64/apps/office-address-book.png +share/icons/oxygen/base/64x64/apps/office-calendar.png +share/icons/oxygen/base/64x64/apps/okteta.png +share/icons/oxygen/base/64x64/apps/okular.png +share/icons/oxygen/base/64x64/apps/oxygen.png +share/icons/oxygen/base/64x64/apps/partitionmanager.png +share/icons/oxygen/base/64x64/apps/picmi.png +share/icons/oxygen/base/64x64/apps/planner.png +share/icons/oxygen/base/64x64/apps/plasma.png +share/icons/oxygen/base/64x64/apps/plasmagik.png +share/icons/oxygen/base/64x64/apps/preferences-contact-list.png +share/icons/oxygen/base/64x64/apps/preferences-desktop-accessibility.png +share/icons/oxygen/base/64x64/apps/preferences-desktop-color.png +share/icons/oxygen/base/64x64/apps/preferences-desktop-cryptography.png +share/icons/oxygen/base/64x64/apps/preferences-desktop-default-applications.png +share/icons/oxygen/base/64x64/apps/preferences-desktop-display-color.png +share/icons/oxygen/base/64x64/apps/preferences-desktop-display.png +share/icons/oxygen/base/64x64/apps/preferences-desktop-font.png +share/icons/oxygen/base/64x64/apps/preferences-desktop-gaming.png +share/icons/oxygen/base/64x64/apps/preferences-desktop-icons.png +share/icons/oxygen/base/64x64/apps/preferences-desktop-keyboard.png +share/icons/oxygen/base/64x64/apps/preferences-desktop-locale.png +share/icons/oxygen/base/64x64/apps/preferences-desktop-mouse.png +share/icons/oxygen/base/64x64/apps/preferences-desktop-notification.png +share/icons/oxygen/base/64x64/apps/preferences-desktop-printer.png +share/icons/oxygen/base/64x64/apps/preferences-desktop-screensaver.png +share/icons/oxygen/base/64x64/apps/preferences-desktop-sound.png +share/icons/oxygen/base/64x64/apps/preferences-desktop-text-to-speech.png +share/icons/oxygen/base/64x64/apps/preferences-desktop-theme.png +share/icons/oxygen/base/64x64/apps/preferences-desktop-user-password.png +share/icons/oxygen/base/64x64/apps/preferences-desktop-user.png +share/icons/oxygen/base/64x64/apps/preferences-desktop-wallpaper.png +share/icons/oxygen/base/64x64/apps/preferences-kcalc-constants.png +share/icons/oxygen/base/64x64/apps/preferences-plugin.png +share/icons/oxygen/base/64x64/apps/preferences-system-bluetooth-inactive.png +share/icons/oxygen/base/64x64/apps/preferences-system-bluetooth.png +share/icons/oxygen/base/64x64/apps/preferences-system-login.png +share/icons/oxygen/base/64x64/apps/preferences-system-network-sharing.png +share/icons/oxygen/base/64x64/apps/preferences-system-power-management.png +share/icons/oxygen/base/64x64/apps/preferences-system-time.png +share/icons/oxygen/base/64x64/apps/preferences-system-windows-actions.png +share/icons/oxygen/base/64x64/apps/preferences-system-windows-move.png +share/icons/oxygen/base/64x64/apps/preferences-system-windows.png +share/icons/oxygen/base/64x64/apps/qelectrotech.png +share/icons/oxygen/base/64x64/apps/quassel.png +share/icons/oxygen/base/64x64/apps/scribus.png +share/icons/oxygen/base/64x64/apps/semn.png +share/icons/oxygen/base/64x64/apps/showfoto.png +share/icons/oxygen/base/64x64/apps/skrooge-black.png +share/icons/oxygen/base/64x64/apps/skrooge-initial.png +share/icons/oxygen/base/64x64/apps/skrooge.png +share/icons/oxygen/base/64x64/apps/step.png +share/icons/oxygen/base/64x64/apps/strigi.png +share/icons/oxygen/base/64x64/apps/system-file-manager.png +share/icons/oxygen/base/64x64/apps/system-software-update.png +share/icons/oxygen/base/64x64/apps/system-users.png +share/icons/oxygen/base/64x64/apps/tagua.png +share/icons/oxygen/base/64x64/apps/telepathy-kde.png +share/icons/oxygen/base/64x64/apps/utilities-desktop-extra.png +share/icons/oxygen/base/64x64/apps/utilities-file-archiver.png +share/icons/oxygen/base/64x64/apps/utilities-log-viewer.png +share/icons/oxygen/base/64x64/apps/utilities-system-monitor.png +share/icons/oxygen/base/64x64/apps/utilities-terminal.png +share/icons/oxygen/base/64x64/apps/wine.png +share/icons/oxygen/base/64x64/apps/xorg.png +share/icons/oxygen/base/64x64/apps/yakuake.png +share/icons/oxygen/base/64x64/apps/zanshin.png +share/icons/oxygen/base/64x64/categories/applications-accessories.png +share/icons/oxygen/base/64x64/categories/applications-development-translation.png +share/icons/oxygen/base/64x64/categories/applications-development-web.png +share/icons/oxygen/base/64x64/categories/applications-development.png +share/icons/oxygen/base/64x64/categories/applications-education-language.png +share/icons/oxygen/base/64x64/categories/applications-education-mathematics.png +share/icons/oxygen/base/64x64/categories/applications-education-miscellaneous.png +share/icons/oxygen/base/64x64/categories/applications-education-preschool.png +share/icons/oxygen/base/64x64/categories/applications-education-school.png +share/icons/oxygen/base/64x64/categories/applications-education-science.png +share/icons/oxygen/base/64x64/categories/applications-education-university.png +share/icons/oxygen/base/64x64/categories/applications-education.png +share/icons/oxygen/base/64x64/categories/applications-engineering.png +share/icons/oxygen/base/64x64/categories/applications-games.png +share/icons/oxygen/base/64x64/categories/applications-graphics.png +share/icons/oxygen/base/64x64/categories/applications-internet.png +share/icons/oxygen/base/64x64/categories/applications-multimedia.png +share/icons/oxygen/base/64x64/categories/applications-office.png +share/icons/oxygen/base/64x64/categories/applications-other.png +share/icons/oxygen/base/64x64/categories/applications-science.png +share/icons/oxygen/base/64x64/categories/applications-system.png +share/icons/oxygen/base/64x64/categories/applications-toys.png +share/icons/oxygen/base/64x64/categories/applications-utilities.png +share/icons/oxygen/base/64x64/categories/preferences-desktop-peripherals.png +share/icons/oxygen/base/64x64/categories/preferences-desktop-personal.png +share/icons/oxygen/base/64x64/categories/preferences-desktop.png +share/icons/oxygen/base/64x64/categories/preferences-other.png +share/icons/oxygen/base/64x64/categories/preferences-system-network.png +share/icons/oxygen/base/64x64/categories/preferences-system.png +share/icons/oxygen/base/64x64/categories/system-help.png +share/icons/oxygen/base/64x64/devices/audio-card.png +share/icons/oxygen/base/64x64/devices/audio-headphones.png +share/icons/oxygen/base/64x64/devices/audio-headset.png +share/icons/oxygen/base/64x64/devices/audio-input-line.png +share/icons/oxygen/base/64x64/devices/audio-input-microphone.png +share/icons/oxygen/base/64x64/devices/battery.png +share/icons/oxygen/base/64x64/devices/camera-photo.png +share/icons/oxygen/base/64x64/devices/camera-web.png +share/icons/oxygen/base/64x64/devices/computer-laptop.png +share/icons/oxygen/base/64x64/devices/computer.png +share/icons/oxygen/base/64x64/devices/cpu.png +share/icons/oxygen/base/64x64/devices/drive-harddisk.png +share/icons/oxygen/base/64x64/devices/drive-optical.png +share/icons/oxygen/base/64x64/devices/drive-removable-media-usb-pendrive.png +share/icons/oxygen/base/64x64/devices/drive-removable-media-usb.png +share/icons/oxygen/base/64x64/devices/drive-removable-media.png +share/icons/oxygen/base/64x64/devices/input-gaming.png +share/icons/oxygen/base/64x64/devices/input-keyboard.png +share/icons/oxygen/base/64x64/devices/input-mouse.png +share/icons/oxygen/base/64x64/devices/input-tablet.png +share/icons/oxygen/base/64x64/devices/media-flash-memory-stick.png +share/icons/oxygen/base/64x64/devices/media-flash-sd-mmc.png +share/icons/oxygen/base/64x64/devices/media-flash-smart-media.png +share/icons/oxygen/base/64x64/devices/media-flash.png +share/icons/oxygen/base/64x64/devices/media-floppy.png +share/icons/oxygen/base/64x64/devices/media-optical-audio.png +share/icons/oxygen/base/64x64/devices/media-optical-blu-ray.png +share/icons/oxygen/base/64x64/devices/media-optical-data.png +share/icons/oxygen/base/64x64/devices/media-optical-dvd-video.png +share/icons/oxygen/base/64x64/devices/media-optical-dvd.png +share/icons/oxygen/base/64x64/devices/media-optical-mixed-cd.png +share/icons/oxygen/base/64x64/devices/media-optical-recordable.png +share/icons/oxygen/base/64x64/devices/media-optical-video.png +share/icons/oxygen/base/64x64/devices/media-optical.png +share/icons/oxygen/base/64x64/devices/media-tape.png +share/icons/oxygen/base/64x64/devices/modem.png +share/icons/oxygen/base/64x64/devices/multimedia-player-apple-ipod.png +share/icons/oxygen/base/64x64/devices/multimedia-player.png +share/icons/oxygen/base/64x64/devices/network-wired.png +share/icons/oxygen/base/64x64/devices/network-wireless-connected-00.png +share/icons/oxygen/base/64x64/devices/network-wireless-connected-100.png +share/icons/oxygen/base/64x64/devices/network-wireless-connected-25.png +share/icons/oxygen/base/64x64/devices/network-wireless-connected-50.png +share/icons/oxygen/base/64x64/devices/network-wireless-connected-75.png +share/icons/oxygen/base/64x64/devices/network-wireless-disconnected.png +share/icons/oxygen/base/64x64/devices/network-wireless.png +share/icons/oxygen/base/64x64/devices/pda.png +share/icons/oxygen/base/64x64/devices/phone-openmoko-freerunner.png +share/icons/oxygen/base/64x64/devices/phone.png +share/icons/oxygen/base/64x64/devices/printer-laser.png +share/icons/oxygen/base/64x64/devices/printer.png +share/icons/oxygen/base/64x64/devices/scanner.png +share/icons/oxygen/base/64x64/devices/smartphone.png +share/icons/oxygen/base/64x64/devices/tablet.png +share/icons/oxygen/base/64x64/devices/video-display.png +share/icons/oxygen/base/64x64/devices/video-projector.png +share/icons/oxygen/base/64x64/devices/video-television.png +share/icons/oxygen/base/64x64/emblems/emblem-important.png +share/icons/oxygen/base/64x64/emblems/emblem-mounted.png +share/icons/oxygen/base/64x64/emblems/emblem-symbolic-link.png +share/icons/oxygen/base/64x64/emotes/face-angel.png +share/icons/oxygen/base/64x64/emotes/face-embarrassed.png +share/icons/oxygen/base/64x64/emotes/face-kiss.png +share/icons/oxygen/base/64x64/emotes/face-laugh.png +share/icons/oxygen/base/64x64/emotes/face-plain.png +share/icons/oxygen/base/64x64/emotes/face-raspberry.png +share/icons/oxygen/base/64x64/emotes/face-sad.png +share/icons/oxygen/base/64x64/emotes/face-smile-big.png +share/icons/oxygen/base/64x64/emotes/face-smile.png +share/icons/oxygen/base/64x64/emotes/face-surprise.png +share/icons/oxygen/base/64x64/emotes/face-uncertain.png +share/icons/oxygen/base/64x64/emotes/face-wink.png +share/icons/oxygen/base/64x64/mimetypes/application-atom+xml.png +share/icons/oxygen/base/64x64/mimetypes/application-epub+zip.png +share/icons/oxygen/base/64x64/mimetypes/application-illustrator.png +share/icons/oxygen/base/64x64/mimetypes/application-javascript.png +share/icons/oxygen/base/64x64/mimetypes/application-msword-template.png +share/icons/oxygen/base/64x64/mimetypes/application-msword.png +share/icons/oxygen/base/64x64/mimetypes/application-octet-stream.png +share/icons/oxygen/base/64x64/mimetypes/application-ogg.png +share/icons/oxygen/base/64x64/mimetypes/application-pdf.png +share/icons/oxygen/base/64x64/mimetypes/application-pgp-encrypted.png +share/icons/oxygen/base/64x64/mimetypes/application-pgp-keys.png +share/icons/oxygen/base/64x64/mimetypes/application-pkcs7-mime.png +share/icons/oxygen/base/64x64/mimetypes/application-postscript.png +share/icons/oxygen/base/64x64/mimetypes/application-relaxng.png +share/icons/oxygen/base/64x64/mimetypes/application-rss+xml.png +share/icons/oxygen/base/64x64/mimetypes/application-rtf.png +share/icons/oxygen/base/64x64/mimetypes/application-sxw.png +share/icons/oxygen/base/64x64/mimetypes/application-vnd-google-earth-kml.png +share/icons/oxygen/base/64x64/mimetypes/application-vnd.iccprofile.png +share/icons/oxygen/base/64x64/mimetypes/application-vnd.ms-access.png +share/icons/oxygen/base/64x64/mimetypes/application-vnd.ms-excel.png +share/icons/oxygen/base/64x64/mimetypes/application-vnd.ms-powerpoint.png +share/icons/oxygen/base/64x64/mimetypes/application-vnd.oasis.opendocument.chart.png +share/icons/oxygen/base/64x64/mimetypes/application-vnd.oasis.opendocument.database.png +share/icons/oxygen/base/64x64/mimetypes/application-vnd.oasis.opendocument.draw.template.png +share/icons/oxygen/base/64x64/mimetypes/application-vnd.oasis.opendocument.drawing.png +share/icons/oxygen/base/64x64/mimetypes/application-vnd.oasis.opendocument.drawing.template.png +share/icons/oxygen/base/64x64/mimetypes/application-vnd.oasis.opendocument.formula-template.png +share/icons/oxygen/base/64x64/mimetypes/application-vnd.oasis.opendocument.formula.png +share/icons/oxygen/base/64x64/mimetypes/application-vnd.oasis.opendocument.graphics.png +share/icons/oxygen/base/64x64/mimetypes/application-vnd.oasis.opendocument.image.png +share/icons/oxygen/base/64x64/mimetypes/application-vnd.oasis.opendocument.presentation-template.png +share/icons/oxygen/base/64x64/mimetypes/application-vnd.oasis.opendocument.presentation.png +share/icons/oxygen/base/64x64/mimetypes/application-vnd.oasis.opendocument.spreadsheet-template.png +share/icons/oxygen/base/64x64/mimetypes/application-vnd.oasis.opendocument.spreadsheet.png +share/icons/oxygen/base/64x64/mimetypes/application-vnd.oasis.opendocument.text-master.png +share/icons/oxygen/base/64x64/mimetypes/application-vnd.oasis.opendocument.text-template.png +share/icons/oxygen/base/64x64/mimetypes/application-vnd.oasis.opendocument.text.png +share/icons/oxygen/base/64x64/mimetypes/application-vnd.oasis.opendocument.web.template.png +share/icons/oxygen/base/64x64/mimetypes/application-vnd.openxmlformats-officedocument.wordprocessingml.document.png +share/icons/oxygen/base/64x64/mimetypes/application-vnd.rn-realmedia.png +share/icons/oxygen/base/64x64/mimetypes/application-vnd.scribus.png +share/icons/oxygen/base/64x64/mimetypes/application-vnd.stardivision.calc.png +share/icons/oxygen/base/64x64/mimetypes/application-vnd.stardivision.draw.png +share/icons/oxygen/base/64x64/mimetypes/application-vnd.stardivision.mail.png +share/icons/oxygen/base/64x64/mimetypes/application-vnd.stardivision.math.png +share/icons/oxygen/base/64x64/mimetypes/application-vnd.sun.xml.calc.png +share/icons/oxygen/base/64x64/mimetypes/application-vnd.sun.xml.calc.template.png +share/icons/oxygen/base/64x64/mimetypes/application-vnd.sun.xml.draw.png +share/icons/oxygen/base/64x64/mimetypes/application-vnd.sun.xml.draw.template.png +share/icons/oxygen/base/64x64/mimetypes/application-vnd.sun.xml.impress.png +share/icons/oxygen/base/64x64/mimetypes/application-vnd.sun.xml.impress.template.png +share/icons/oxygen/base/64x64/mimetypes/application-vnd.sun.xml.math.png +share/icons/oxygen/base/64x64/mimetypes/application-vnd.sun.xml.writer.global.png +share/icons/oxygen/base/64x64/mimetypes/application-vnd.sun.xml.writer.png +share/icons/oxygen/base/64x64/mimetypes/application-vnd.sun.xml.writer.template.png +share/icons/oxygen/base/64x64/mimetypes/application-vnd.wordperfect.png +share/icons/oxygen/base/64x64/mimetypes/application-x-7z-compressed.png +share/icons/oxygen/base/64x64/mimetypes/application-x-abiword.png +share/icons/oxygen/base/64x64/mimetypes/application-x-ace.png +share/icons/oxygen/base/64x64/mimetypes/application-x-applix-spreadsheet.png +share/icons/oxygen/base/64x64/mimetypes/application-x-applix-word.png +share/icons/oxygen/base/64x64/mimetypes/application-x-ar.png +share/icons/oxygen/base/64x64/mimetypes/application-x-arc.png +share/icons/oxygen/base/64x64/mimetypes/application-x-archive.png +share/icons/oxygen/base/64x64/mimetypes/application-x-arj.png +share/icons/oxygen/base/64x64/mimetypes/application-x-awk.png +share/icons/oxygen/base/64x64/mimetypes/application-x-bittorrent.png +share/icons/oxygen/base/64x64/mimetypes/application-x-blender.png +share/icons/oxygen/base/64x64/mimetypes/application-x-bzdvi.png +share/icons/oxygen/base/64x64/mimetypes/application-x-bzip-compressed-tar.png +share/icons/oxygen/base/64x64/mimetypes/application-x-bzip.png +share/icons/oxygen/base/64x64/mimetypes/application-x-cd-image.png +share/icons/oxygen/base/64x64/mimetypes/application-x-cda.png +share/icons/oxygen/base/64x64/mimetypes/application-x-chm.png +share/icons/oxygen/base/64x64/mimetypes/application-x-compress.png +share/icons/oxygen/base/64x64/mimetypes/application-x-compressed-tar.png +share/icons/oxygen/base/64x64/mimetypes/application-x-cpio.png +share/icons/oxygen/base/64x64/mimetypes/application-x-cue.png +share/icons/oxygen/base/64x64/mimetypes/application-x-deb.png +share/icons/oxygen/base/64x64/mimetypes/application-x-designer.png +share/icons/oxygen/base/64x64/mimetypes/application-x-desktop.png +share/icons/oxygen/base/64x64/mimetypes/application-x-dgn.png +share/icons/oxygen/base/64x64/mimetypes/application-x-egon.png +share/icons/oxygen/base/64x64/mimetypes/application-x-executable-script.png +share/icons/oxygen/base/64x64/mimetypes/application-x-executable.png +share/icons/oxygen/base/64x64/mimetypes/application-x-flash-video.png +share/icons/oxygen/base/64x64/mimetypes/application-x-font-afm.png +share/icons/oxygen/base/64x64/mimetypes/application-x-font-bdf.png +share/icons/oxygen/base/64x64/mimetypes/application-x-font-otf.png +share/icons/oxygen/base/64x64/mimetypes/application-x-font-pcf.png +share/icons/oxygen/base/64x64/mimetypes/application-x-font-snf.png +share/icons/oxygen/base/64x64/mimetypes/application-x-font-ttf.png +share/icons/oxygen/base/64x64/mimetypes/application-x-font-type1.png +share/icons/oxygen/base/64x64/mimetypes/application-x-gnumeric.png +share/icons/oxygen/base/64x64/mimetypes/application-x-gzdvi.png +share/icons/oxygen/base/64x64/mimetypes/application-x-gzip.png +share/icons/oxygen/base/64x64/mimetypes/application-x-gzpostscript.png +share/icons/oxygen/base/64x64/mimetypes/application-x-iso.png +share/icons/oxygen/base/64x64/mimetypes/application-x-it87.png +share/icons/oxygen/base/64x64/mimetypes/application-x-jar.png +share/icons/oxygen/base/64x64/mimetypes/application-x-java-applet.png +share/icons/oxygen/base/64x64/mimetypes/application-x-java-archive.png +share/icons/oxygen/base/64x64/mimetypes/application-x-java.png +share/icons/oxygen/base/64x64/mimetypes/application-x-javascript.png +share/icons/oxygen/base/64x64/mimetypes/application-x-k3b.png +share/icons/oxygen/base/64x64/mimetypes/application-x-kcsrc.png +share/icons/oxygen/base/64x64/mimetypes/application-x-kdenlivetitle.png +share/icons/oxygen/base/64x64/mimetypes/application-x-kexi-connectiondata.png +share/icons/oxygen/base/64x64/mimetypes/application-x-kexiproject-shortcut.png +share/icons/oxygen/base/64x64/mimetypes/application-x-kexiproject-sqlite.png +share/icons/oxygen/base/64x64/mimetypes/application-x-kexiproject-sqlite2.png +share/icons/oxygen/base/64x64/mimetypes/application-x-kexiproject-sqlite3.png +share/icons/oxygen/base/64x64/mimetypes/application-x-kformula.png +share/icons/oxygen/base/64x64/mimetypes/application-x-kgetlist.png +share/icons/oxygen/base/64x64/mimetypes/application-x-kontour.png +share/icons/oxygen/base/64x64/mimetypes/application-x-kplato.png +share/icons/oxygen/base/64x64/mimetypes/application-x-krita.png +share/icons/oxygen/base/64x64/mimetypes/application-x-kvtml.png +share/icons/oxygen/base/64x64/mimetypes/application-x-kword.png +share/icons/oxygen/base/64x64/mimetypes/application-x-lha.png +share/icons/oxygen/base/64x64/mimetypes/application-x-lyx.png +share/icons/oxygen/base/64x64/mimetypes/application-x-lzma-compressed-tar.png +share/icons/oxygen/base/64x64/mimetypes/application-x-lzop.png +share/icons/oxygen/base/64x64/mimetypes/application-x-m4.png +share/icons/oxygen/base/64x64/mimetypes/application-x-marble.png +share/icons/oxygen/base/64x64/mimetypes/application-x-mimearchive.png +share/icons/oxygen/base/64x64/mimetypes/application-x-mplayer2.png +share/icons/oxygen/base/64x64/mimetypes/application-x-ms-dos-executable.png +share/icons/oxygen/base/64x64/mimetypes/application-x-mswinurl.png +share/icons/oxygen/base/64x64/mimetypes/application-x-mswrite.png +share/icons/oxygen/base/64x64/mimetypes/application-x-nzb.png +share/icons/oxygen/base/64x64/mimetypes/application-x-object.png +share/icons/oxygen/base/64x64/mimetypes/application-x-pak.png +share/icons/oxygen/base/64x64/mimetypes/application-x-pem-key.png +share/icons/oxygen/base/64x64/mimetypes/application-x-perl.png +share/icons/oxygen/base/64x64/mimetypes/application-x-php.png +share/icons/oxygen/base/64x64/mimetypes/application-x-plasma.png +share/icons/oxygen/base/64x64/mimetypes/application-x-python-bytecode.png +share/icons/oxygen/base/64x64/mimetypes/application-x-qet-element.png +share/icons/oxygen/base/64x64/mimetypes/application-x-qet-project.png +share/icons/oxygen/base/64x64/mimetypes/application-x-quattropro.png +share/icons/oxygen/base/64x64/mimetypes/application-x-rar.png +share/icons/oxygen/base/64x64/mimetypes/application-x-raw-disk-image.png +share/icons/oxygen/base/64x64/mimetypes/application-x-rpm.png +share/icons/oxygen/base/64x64/mimetypes/application-x-ruby.png +share/icons/oxygen/base/64x64/mimetypes/application-x-sharedlib.png +share/icons/oxygen/base/64x64/mimetypes/application-x-shellscript.png +share/icons/oxygen/base/64x64/mimetypes/application-x-shockwave-flash.png +share/icons/oxygen/base/64x64/mimetypes/application-x-siag.png +share/icons/oxygen/base/64x64/mimetypes/application-x-sif.png +share/icons/oxygen/base/64x64/mimetypes/application-x-skg.png +share/icons/oxygen/base/64x64/mimetypes/application-x-skgc.png +share/icons/oxygen/base/64x64/mimetypes/application-x-smb-server.png +share/icons/oxygen/base/64x64/mimetypes/application-x-smb-workgroup.png +share/icons/oxygen/base/64x64/mimetypes/application-x-sqlite2.png +share/icons/oxygen/base/64x64/mimetypes/application-x-sqlite3.png +share/icons/oxygen/base/64x64/mimetypes/application-x-srt.png +share/icons/oxygen/base/64x64/mimetypes/application-x-srtrip.png +share/icons/oxygen/base/64x64/mimetypes/application-x-subrip.png +share/icons/oxygen/base/64x64/mimetypes/application-x-tar.png +share/icons/oxygen/base/64x64/mimetypes/application-x-tarz.png +share/icons/oxygen/base/64x64/mimetypes/application-x-tgif.png +share/icons/oxygen/base/64x64/mimetypes/application-x-trash.png +share/icons/oxygen/base/64x64/mimetypes/application-x-troff-man.png +share/icons/oxygen/base/64x64/mimetypes/application-x-tzo.png +share/icons/oxygen/base/64x64/mimetypes/application-x-wmf.png +share/icons/oxygen/base/64x64/mimetypes/application-x-zerosize.png +share/icons/oxygen/base/64x64/mimetypes/application-x-zoo.png +share/icons/oxygen/base/64x64/mimetypes/application-xhtml+xml.png +share/icons/oxygen/base/64x64/mimetypes/application-xml.png +share/icons/oxygen/base/64x64/mimetypes/application-xsd.png +share/icons/oxygen/base/64x64/mimetypes/application-xslt+xml.png +share/icons/oxygen/base/64x64/mimetypes/application-zip.png +share/icons/oxygen/base/64x64/mimetypes/audio-ac3.png +share/icons/oxygen/base/64x64/mimetypes/audio-midi.png +share/icons/oxygen/base/64x64/mimetypes/audio-mp2.png +share/icons/oxygen/base/64x64/mimetypes/audio-mp3.png +share/icons/oxygen/base/64x64/mimetypes/audio-mp4.png +share/icons/oxygen/base/64x64/mimetypes/audio-prs.sid.png +share/icons/oxygen/base/64x64/mimetypes/audio-vn.rn-realmedia.png +share/icons/oxygen/base/64x64/mimetypes/audio-vn.rn-realvideo.png +share/icons/oxygen/base/64x64/mimetypes/audio-vnd.rn-realvideo.png +share/icons/oxygen/base/64x64/mimetypes/audio-x-adpcm.png +share/icons/oxygen/base/64x64/mimetypes/audio-x-aiff.png +share/icons/oxygen/base/64x64/mimetypes/audio-x-flac+ogg.png +share/icons/oxygen/base/64x64/mimetypes/audio-x-flac.png +share/icons/oxygen/base/64x64/mimetypes/audio-x-generic.png +share/icons/oxygen/base/64x64/mimetypes/audio-x-monkey.png +share/icons/oxygen/base/64x64/mimetypes/audio-x-mp2.png +share/icons/oxygen/base/64x64/mimetypes/audio-x-mpeg.png +share/icons/oxygen/base/64x64/mimetypes/audio-x-speex+ogg.png +share/icons/oxygen/base/64x64/mimetypes/audio-x-wav.png +share/icons/oxygen/base/64x64/mimetypes/encrypted.png +share/icons/oxygen/base/64x64/mimetypes/fonts-package.png +share/icons/oxygen/base/64x64/mimetypes/image-bmp.png +share/icons/oxygen/base/64x64/mimetypes/image-gif.png +share/icons/oxygen/base/64x64/mimetypes/image-jpeg.png +share/icons/oxygen/base/64x64/mimetypes/image-jpeg2000.png +share/icons/oxygen/base/64x64/mimetypes/image-png.png +share/icons/oxygen/base/64x64/mimetypes/image-svg+xml-compressed.png +share/icons/oxygen/base/64x64/mimetypes/image-svg+xml.png +share/icons/oxygen/base/64x64/mimetypes/image-tiff.png +share/icons/oxygen/base/64x64/mimetypes/image-vnd.adobe.photoshop.png +share/icons/oxygen/base/64x64/mimetypes/image-vnd.dwg.png +share/icons/oxygen/base/64x64/mimetypes/image-x-adobe-dng.png +share/icons/oxygen/base/64x64/mimetypes/image-x-compressed-xcf.png +share/icons/oxygen/base/64x64/mimetypes/image-x-emf.png +share/icons/oxygen/base/64x64/mimetypes/image-x-eps.png +share/icons/oxygen/base/64x64/mimetypes/image-x-generic.png +share/icons/oxygen/base/64x64/mimetypes/image-x-krita.png +share/icons/oxygen/base/64x64/mimetypes/image-x-portable-bitmap.png +share/icons/oxygen/base/64x64/mimetypes/image-x-psd.png +share/icons/oxygen/base/64x64/mimetypes/image-x-psdimage-x-psd.png +share/icons/oxygen/base/64x64/mimetypes/image-x-svg+xml.png +share/icons/oxygen/base/64x64/mimetypes/image-x-tga.png +share/icons/oxygen/base/64x64/mimetypes/image-x-vnd.trolltech.qpicture.png +share/icons/oxygen/base/64x64/mimetypes/image-x-win-bitmap.png +share/icons/oxygen/base/64x64/mimetypes/image-x-win-bmp.png +share/icons/oxygen/base/64x64/mimetypes/image-x-wmf.png +share/icons/oxygen/base/64x64/mimetypes/image-x-xcf.png +share/icons/oxygen/base/64x64/mimetypes/image-x-xfig.png +share/icons/oxygen/base/64x64/mimetypes/inode-directory.png +share/icons/oxygen/base/64x64/mimetypes/libreoffice-database.png +share/icons/oxygen/base/64x64/mimetypes/libreoffice-drawing-template.png +share/icons/oxygen/base/64x64/mimetypes/libreoffice-drawing.png +share/icons/oxygen/base/64x64/mimetypes/libreoffice-extension.png +share/icons/oxygen/base/64x64/mimetypes/libreoffice-formula.png +share/icons/oxygen/base/64x64/mimetypes/libreoffice-master-document.png +share/icons/oxygen/base/64x64/mimetypes/libreoffice-oasis-database.png +share/icons/oxygen/base/64x64/mimetypes/libreoffice-oasis-drawing-template.png +share/icons/oxygen/base/64x64/mimetypes/libreoffice-oasis-drawing.png +share/icons/oxygen/base/64x64/mimetypes/libreoffice-oasis-formula.png +share/icons/oxygen/base/64x64/mimetypes/libreoffice-oasis-master-document.png +share/icons/oxygen/base/64x64/mimetypes/libreoffice-oasis-presentation-template.png +share/icons/oxygen/base/64x64/mimetypes/libreoffice-oasis-presentation.png +share/icons/oxygen/base/64x64/mimetypes/libreoffice-oasis-spreadsheet-template.png +share/icons/oxygen/base/64x64/mimetypes/libreoffice-oasis-spreadsheet.png +share/icons/oxygen/base/64x64/mimetypes/libreoffice-oasis-text-template.png +share/icons/oxygen/base/64x64/mimetypes/libreoffice-oasis-text.png +share/icons/oxygen/base/64x64/mimetypes/libreoffice-oasis-web-template.png +share/icons/oxygen/base/64x64/mimetypes/libreoffice-presentation-template.png +share/icons/oxygen/base/64x64/mimetypes/libreoffice-presentation.png +share/icons/oxygen/base/64x64/mimetypes/libreoffice-spreadsheet-template.png +share/icons/oxygen/base/64x64/mimetypes/libreoffice-spreadsheet.png +share/icons/oxygen/base/64x64/mimetypes/libreoffice-text-template.png +share/icons/oxygen/base/64x64/mimetypes/libreoffice-text.png +share/icons/oxygen/base/64x64/mimetypes/mail-message-new-list.png +share/icons/oxygen/base/64x64/mimetypes/message-news.png +share/icons/oxygen/base/64x64/mimetypes/message-partial.png +share/icons/oxygen/base/64x64/mimetypes/message-rfc822.png +share/icons/oxygen/base/64x64/mimetypes/message-x-gnu-rmail.png +share/icons/oxygen/base/64x64/mimetypes/message.png +share/icons/oxygen/base/64x64/mimetypes/odf.png +share/icons/oxygen/base/64x64/mimetypes/package-x-generic.png +share/icons/oxygen/base/64x64/mimetypes/text-calendar.png +share/icons/oxygen/base/64x64/mimetypes/text-csharp.png +share/icons/oxygen/base/64x64/mimetypes/text-css.png +share/icons/oxygen/base/64x64/mimetypes/text-csv.png +share/icons/oxygen/base/64x64/mimetypes/text-directory.png +share/icons/oxygen/base/64x64/mimetypes/text-enriched.png +share/icons/oxygen/base/64x64/mimetypes/text-html.png +share/icons/oxygen/base/64x64/mimetypes/text-mathml.png +share/icons/oxygen/base/64x64/mimetypes/text-plain.png +share/icons/oxygen/base/64x64/mimetypes/text-rdf+xml.png +share/icons/oxygen/base/64x64/mimetypes/text-rdf.png +share/icons/oxygen/base/64x64/mimetypes/text-rtf.png +share/icons/oxygen/base/64x64/mimetypes/text-sgml.png +share/icons/oxygen/base/64x64/mimetypes/text-troff.png +share/icons/oxygen/base/64x64/mimetypes/text-vcalendar.png +share/icons/oxygen/base/64x64/mimetypes/text-vnd.abc.png +share/icons/oxygen/base/64x64/mimetypes/text-vnd.wap.wml.png +share/icons/oxygen/base/64x64/mimetypes/text-x-adasrc.png +share/icons/oxygen/base/64x64/mimetypes/text-x-authors.png +share/icons/oxygen/base/64x64/mimetypes/text-x-bibtex.png +share/icons/oxygen/base/64x64/mimetypes/text-x-c++hdr.png +share/icons/oxygen/base/64x64/mimetypes/text-x-c++src.png +share/icons/oxygen/base/64x64/mimetypes/text-x-changelog.png +share/icons/oxygen/base/64x64/mimetypes/text-x-chdr.png +share/icons/oxygen/base/64x64/mimetypes/text-x-cmake.png +share/icons/oxygen/base/64x64/mimetypes/text-x-copying.png +share/icons/oxygen/base/64x64/mimetypes/text-x-credits.png +share/icons/oxygen/base/64x64/mimetypes/text-x-csharp.png +share/icons/oxygen/base/64x64/mimetypes/text-x-csrc.png +share/icons/oxygen/base/64x64/mimetypes/text-x-dtd.png +share/icons/oxygen/base/64x64/mimetypes/text-x-generic.png +share/icons/oxygen/base/64x64/mimetypes/text-x-generic.svapplication-x-awk.png +share/icons/oxygen/base/64x64/mimetypes/text-x-generic.svapplicatiopn-x-awk.png +share/icons/oxygen/base/64x64/mimetypes/text-x-haskell.png +share/icons/oxygen/base/64x64/mimetypes/text-x-hex.png +share/icons/oxygen/base/64x64/mimetypes/text-x-install.png +share/icons/oxygen/base/64x64/mimetypes/text-x-java-source.png +share/icons/oxygen/base/64x64/mimetypes/text-x-java.png +share/icons/oxygen/base/64x64/mimetypes/text-x-javascript.png +share/icons/oxygen/base/64x64/mimetypes/text-x-katefilelist.png +share/icons/oxygen/base/64x64/mimetypes/text-x-ldif.png +share/icons/oxygen/base/64x64/mimetypes/text-x-lilypond.png +share/icons/oxygen/base/64x64/mimetypes/text-x-log.png +share/icons/oxygen/base/64x64/mimetypes/text-x-makefile.png +share/icons/oxygen/base/64x64/mimetypes/text-x-nfo.png +share/icons/oxygen/base/64x64/mimetypes/text-x-objchdr.png +share/icons/oxygen/base/64x64/mimetypes/text-x-objcsrc.png +share/icons/oxygen/base/64x64/mimetypes/text-x-opml+xml.png +share/icons/oxygen/base/64x64/mimetypes/text-x-opml.png +share/icons/oxygen/base/64x64/mimetypes/text-x-pascal.png +share/icons/oxygen/base/64x64/mimetypes/text-x-patch.png +share/icons/oxygen/base/64x64/mimetypes/text-x-plain.png +share/icons/oxygen/base/64x64/mimetypes/text-x-po.png +share/icons/oxygen/base/64x64/mimetypes/text-x-python.png +share/icons/oxygen/base/64x64/mimetypes/text-x-qml.png +share/icons/oxygen/base/64x64/mimetypes/text-x-readme.png +share/icons/oxygen/base/64x64/mimetypes/text-x-rpm-spec.png +share/icons/oxygen/base/64x64/mimetypes/text-x-script.png +share/icons/oxygen/base/64x64/mimetypes/text-x-sql.png +share/icons/oxygen/base/64x64/mimetypes/text-x-tcl.png +share/icons/oxygen/base/64x64/mimetypes/text-x-tex.png +share/icons/oxygen/base/64x64/mimetypes/text-x-texinfo.png +share/icons/oxygen/base/64x64/mimetypes/text-x-vcard.png +share/icons/oxygen/base/64x64/mimetypes/text-x-xslfo.png +share/icons/oxygen/base/64x64/mimetypes/text-xmcd.png +share/icons/oxygen/base/64x64/mimetypes/text-xml.png +share/icons/oxygen/base/64x64/mimetypes/unknown.png +share/icons/oxygen/base/64x64/mimetypes/uri-mms.png +share/icons/oxygen/base/64x64/mimetypes/uri-mmst.png +share/icons/oxygen/base/64x64/mimetypes/uri-mmsu.png +share/icons/oxygen/base/64x64/mimetypes/uri-pnm.png +share/icons/oxygen/base/64x64/mimetypes/uri-rtspt.png +share/icons/oxygen/base/64x64/mimetypes/uri-rtspu.png +share/icons/oxygen/base/64x64/mimetypes/video-mlt-playlist.png +share/icons/oxygen/base/64x64/mimetypes/video-mp4.png +share/icons/oxygen/base/64x64/mimetypes/video-vivo.png +share/icons/oxygen/base/64x64/mimetypes/video-vnd.rn-realvideo.png +share/icons/oxygen/base/64x64/mimetypes/video-wavelet.png +share/icons/oxygen/base/64x64/mimetypes/video-webm.png +share/icons/oxygen/base/64x64/mimetypes/video-x-anim.png +share/icons/oxygen/base/64x64/mimetypes/video-x-flic.png +share/icons/oxygen/base/64x64/mimetypes/video-x-flv.png +share/icons/oxygen/base/64x64/mimetypes/video-x-generic.png +share/icons/oxygen/base/64x64/mimetypes/video-x-google-vlc-plugin.png +share/icons/oxygen/base/64x64/mimetypes/video-x-javafx.png +share/icons/oxygen/base/64x64/mimetypes/video-x-matroska.png +share/icons/oxygen/base/64x64/mimetypes/video-x-mng.png +share/icons/oxygen/base/64x64/mimetypes/video-x-ms-wmp.png +share/icons/oxygen/base/64x64/mimetypes/video-x-ms-wmv.png +share/icons/oxygen/base/64x64/mimetypes/video-x-msvideo.png +share/icons/oxygen/base/64x64/mimetypes/video-x-ogm+ogg.png +share/icons/oxygen/base/64x64/mimetypes/video-x-theor+ogg.png +share/icons/oxygen/base/64x64/mimetypes/video-x-theora+ogg.png +share/icons/oxygen/base/64x64/mimetypes/video-x-wmv.png +share/icons/oxygen/base/64x64/mimetypes/virtualbox-vhd.png +share/icons/oxygen/base/64x64/mimetypes/x-kde-nsplugin-generated.png +share/icons/oxygen/base/64x64/mimetypes/x-mail-distribution-list.png +share/icons/oxygen/base/64x64/mimetypes/x-media-podcast.png +share/icons/oxygen/base/64x64/mimetypes/x-office-address-book.png +share/icons/oxygen/base/64x64/mimetypes/x-office-calendar.png +share/icons/oxygen/base/64x64/mimetypes/x-office-document.png +share/icons/oxygen/base/64x64/mimetypes/x-office-drawing.png +share/icons/oxygen/base/64x64/mimetypes/x-office-presentation.png +share/icons/oxygen/base/64x64/mimetypes/x-office-spreadsheet.png +share/icons/oxygen/base/64x64/places/bookmarks.png +share/icons/oxygen/base/64x64/places/certificate-server.png +share/icons/oxygen/base/64x64/places/document-multiple.png +share/icons/oxygen/base/64x64/places/favorites.png +share/icons/oxygen/base/64x64/places/folder-black.png +share/icons/oxygen/base/64x64/places/folder-blue.png +share/icons/oxygen/base/64x64/places/folder-bookmark.png +share/icons/oxygen/base/64x64/places/folder-brown.png +share/icons/oxygen/base/64x64/places/folder-cloud.png +share/icons/oxygen/base/64x64/places/folder-cyan.png +share/icons/oxygen/base/64x64/places/folder-development.png +share/icons/oxygen/base/64x64/places/folder-documents.png +share/icons/oxygen/base/64x64/places/folder-download.png +share/icons/oxygen/base/64x64/places/folder-downloads.png +share/icons/oxygen/base/64x64/places/folder-dropbox.png +share/icons/oxygen/base/64x64/places/folder-favorites.png +share/icons/oxygen/base/64x64/places/folder-gdrive.png +share/icons/oxygen/base/64x64/places/folder-green.png +share/icons/oxygen/base/64x64/places/folder-grey.png +share/icons/oxygen/base/64x64/places/folder-html.png +share/icons/oxygen/base/64x64/places/folder-image-people.png +share/icons/oxygen/base/64x64/places/folder-image.png +share/icons/oxygen/base/64x64/places/folder-images.png +share/icons/oxygen/base/64x64/places/folder-important.png +share/icons/oxygen/base/64x64/places/folder-locked.png +share/icons/oxygen/base/64x64/places/folder-mail.png +share/icons/oxygen/base/64x64/places/folder-music.png +share/icons/oxygen/base/64x64/places/folder-network.png +share/icons/oxygen/base/64x64/places/folder-onedrive.png +share/icons/oxygen/base/64x64/places/folder-orange.png +share/icons/oxygen/base/64x64/places/folder-owncloud.png +share/icons/oxygen/base/64x64/places/folder-picture.png +share/icons/oxygen/base/64x64/places/folder-pictures.png +share/icons/oxygen/base/64x64/places/folder-print.png +share/icons/oxygen/base/64x64/places/folder-public.png +share/icons/oxygen/base/64x64/places/folder-publicshare.png +share/icons/oxygen/base/64x64/places/folder-red.png +share/icons/oxygen/base/64x64/places/folder-remote.png +share/icons/oxygen/base/64x64/places/folder-script.png +share/icons/oxygen/base/64x64/places/folder-sound.png +share/icons/oxygen/base/64x64/places/folder-tar.png +share/icons/oxygen/base/64x64/places/folder-temp.png +share/icons/oxygen/base/64x64/places/folder-text.png +share/icons/oxygen/base/64x64/places/folder-txt.png +share/icons/oxygen/base/64x64/places/folder-video.png +share/icons/oxygen/base/64x64/places/folder-videos.png +share/icons/oxygen/base/64x64/places/folder-violet.png +share/icons/oxygen/base/64x64/places/folder-yellow.png +share/icons/oxygen/base/64x64/places/folder.png +share/icons/oxygen/base/64x64/places/library-music.png +share/icons/oxygen/base/64x64/places/mail-folder-outbox.png +share/icons/oxygen/base/64x64/places/mail-folder-sent.png +share/icons/oxygen/base/64x64/places/mail-message.png +share/icons/oxygen/base/64x64/places/network-server-database.png +share/icons/oxygen/base/64x64/places/network-server.png +share/icons/oxygen/base/64x64/places/network-workgroup.png +share/icons/oxygen/base/64x64/places/repository.png +share/icons/oxygen/base/64x64/places/server-database.png +share/icons/oxygen/base/64x64/places/start-here-kde.png +share/icons/oxygen/base/64x64/places/start-here.png +share/icons/oxygen/base/64x64/places/stock_folder.png +share/icons/oxygen/base/64x64/places/user-desktop.png +share/icons/oxygen/base/64x64/places/user-home.png +share/icons/oxygen/base/64x64/places/user-identity.png +share/icons/oxygen/base/64x64/places/user-trash-full.png +share/icons/oxygen/base/64x64/places/user-trash.png +share/icons/oxygen/base/64x64/status/dialog-error.png +share/icons/oxygen/base/64x64/status/dialog-information.png +share/icons/oxygen/base/64x64/status/dialog-password.png +share/icons/oxygen/base/64x64/status/dialog-warning.png +share/icons/oxygen/base/64x64/status/image-missing.png +share/icons/oxygen/base/64x64/status/mail-queued.png +share/icons/oxygen/base/64x64/status/mail-unread-new.png +share/icons/oxygen/base/64x64/status/meeting-chair.png +share/icons/oxygen/base/64x64/status/meeting-observer.png +share/icons/oxygen/base/64x64/status/meeting-organizer.png +share/icons/oxygen/base/64x64/status/meeting-participant-optional.png +share/icons/oxygen/base/64x64/status/meeting-participant-reply.png +share/icons/oxygen/base/64x64/status/meeting-participant.png +share/icons/oxygen/base/64x64/status/script-error.png +share/icons/oxygen/base/64x64/status/security-high.png +share/icons/oxygen/base/64x64/status/security-low.png +share/icons/oxygen/base/64x64/status/security-medium.png +share/icons/oxygen/base/64x64/status/user-away-extended.png +share/icons/oxygen/base/64x64/status/user-away.png +share/icons/oxygen/base/64x64/status/user-busy.png +share/icons/oxygen/base/64x64/status/user-invisible.png +share/icons/oxygen/base/64x64/status/user-offline.png +share/icons/oxygen/base/64x64/status/user-online.png +share/icons/oxygen/base/64x64/status/user-trash-full.png +share/icons/oxygen/base/64x64/status/weather-clear-night.png +share/icons/oxygen/base/64x64/status/weather-clear.png +share/icons/oxygen/base/64x64/status/weather-clouds-night.png +share/icons/oxygen/base/64x64/status/weather-clouds.png +share/icons/oxygen/base/64x64/status/weather-few-clouds-night.png +share/icons/oxygen/base/64x64/status/weather-few-clouds.png +share/icons/oxygen/base/64x64/status/weather-freezing-rain.png +share/icons/oxygen/base/64x64/status/weather-hail.png +share/icons/oxygen/base/64x64/status/weather-many-clouds.png +share/icons/oxygen/base/64x64/status/weather-mist.png +share/icons/oxygen/base/64x64/status/weather-showers-day.png +share/icons/oxygen/base/64x64/status/weather-showers-night.png +share/icons/oxygen/base/64x64/status/weather-showers-scattered-day.png +share/icons/oxygen/base/64x64/status/weather-showers-scattered-night.png +share/icons/oxygen/base/64x64/status/weather-showers-scattered.png +share/icons/oxygen/base/64x64/status/weather-showers.png +share/icons/oxygen/base/64x64/status/weather-snow-rain.png +share/icons/oxygen/base/64x64/status/weather-snow-scattered-day.png +share/icons/oxygen/base/64x64/status/weather-snow-scattered-night.png +share/icons/oxygen/base/64x64/status/weather-snow-scattered.png +share/icons/oxygen/base/64x64/status/weather-snow.png +share/icons/oxygen/base/64x64/status/weather-storm-day.png +share/icons/oxygen/base/64x64/status/weather-storm-night.png +share/icons/oxygen/base/64x64/status/weather-storm.png +share/icons/oxygen/base/8x8/emblems/checkmark.png +share/icons/oxygen/base/8x8/emblems/emblem-checked.png +share/icons/oxygen/base/8x8/emblems/emblem-encrypted-locked.png +share/icons/oxygen/base/8x8/emblems/emblem-encrypted-unlocked.png +share/icons/oxygen/base/8x8/emblems/emblem-important.png +share/icons/oxygen/base/8x8/emblems/emblem-link.png +share/icons/oxygen/base/8x8/emblems/emblem-locked.png +share/icons/oxygen/base/8x8/emblems/emblem-mounted.png +share/icons/oxygen/base/8x8/emblems/emblem-new.png +share/icons/oxygen/base/8x8/emblems/emblem-pause.png +share/icons/oxygen/base/8x8/emblems/emblem-unavailable.png +share/icons/oxygen/base/8x8/emblems/emblem-unlocked.png +share/icons/oxygen/base/8x8/emblems/emblem-unmounted.png +share/icons/oxygen/base/8x8/emblems/vcs-added.png +share/icons/oxygen/base/8x8/emblems/vcs-conflicting.png +share/icons/oxygen/base/8x8/emblems/vcs-locally-modified-unstaged.png +share/icons/oxygen/base/8x8/emblems/vcs-locally-modified.png +share/icons/oxygen/base/8x8/emblems/vcs-normal.png +share/icons/oxygen/base/8x8/emblems/vcs-removed.png +share/icons/oxygen/base/8x8/emblems/vcs-update-required.png +share/icons/oxygen/base/8x8/places/folder-activities.png share/icons/oxygen/index.theme -@pkgdir share/icons/oxygen/64x64/intl -@pkgdir share/icons/oxygen/64x64/filesystems -@pkgdir share/icons/oxygen/64x64/animations -@pkgdir share/icons/oxygen/48x48/intl -@pkgdir share/icons/oxygen/48x48/filesystems -@pkgdir share/icons/oxygen/32x32/intl -@pkgdir share/icons/oxygen/32x32/filesystems -@pkgdir share/icons/oxygen/22x22/intl -@pkgdir share/icons/oxygen/22x22/filesystems -@pkgdir share/icons/oxygen/16x16/intl -@pkgdir share/icons/oxygen/16x16/filesystems -@pkgdir share/icons/oxygen/128x128/intl -@pkgdir share/icons/oxygen/128x128/filesystems -@pkgdir share/icons/oxygen/128x128/animations diff --git a/graphics/oxygen-icons/distinfo b/graphics/oxygen-icons/distinfo index b3fd49940b481..9a8789f16efa7 100644 --- a/graphics/oxygen-icons/distinfo +++ b/graphics/oxygen-icons/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.25 2016/02/14 04:16:18 markd Exp $ +$NetBSD: distinfo,v 1.26 2016/04/26 09:27:11 markd Exp $ -SHA1 (oxygen-icons5-5.19.0.tar.xz) = f9b2bfc58b7cea9aa24d4bacddc60c23d287c161 -RMD160 (oxygen-icons5-5.19.0.tar.xz) = b6b2b87ce401df446463d8f23958bdb2153d9a60 -SHA512 (oxygen-icons5-5.19.0.tar.xz) = 72c2df694021d7959feebc245d7253cc9068cf29fa5b126e5f314c0cd624206c696ba452158323ce70691fd22abcb4795f65fc7a0c2ef14cc4fdbd2755d4368c -Size (oxygen-icons5-5.19.0.tar.xz) = 233257760 bytes -SHA1 (patch-CMakeLists.txt) = 45fee1ad98c33338c5c9102aa7bcfc42d51fa523 +SHA1 (oxygen-icons5-5.21.0.tar.xz) = 18a2d85a57034d922e408b2cea9ef8254f2fc5ef +RMD160 (oxygen-icons5-5.21.0.tar.xz) = b6bae13bead0a3dbc6a102ec359787615e7ea33f +SHA512 (oxygen-icons5-5.21.0.tar.xz) = bae6c44ff506cb927463fc73afcf1faf1bfd3c7d3ae637a6bc2195ab7e9d69e73f260cc6350f2b2e45e79359ee42f64e81654fa8233f6cbe4de527f578eacc44 +Size (oxygen-icons5-5.21.0.tar.xz) = 233271336 bytes +SHA1 (patch-CMakeLists.txt) = 146e7de23cb3fe4fd33e7f2b6a26f95aa29f4583 diff --git a/graphics/oxygen-icons/patches/patch-CMakeLists.txt b/graphics/oxygen-icons/patches/patch-CMakeLists.txt index 195bcfb3e1da0..c868fda5da8a8 100644 --- a/graphics/oxygen-icons/patches/patch-CMakeLists.txt +++ b/graphics/oxygen-icons/patches/patch-CMakeLists.txt @@ -1,12 +1,12 @@ -$NetBSD: patch-CMakeLists.txt,v 1.1 2016/01/10 20:01:05 markd Exp $ +$NetBSD: patch-CMakeLists.txt,v 1.2 2016/04/26 09:27:11 markd Exp $ Dont do tests as requires Qt5 ---- CMakeLists.txt.orig 2016-01-10 01:07:43.000000000 +0000 +--- CMakeLists.txt.orig 2016-04-05 12:50:58.000000000 +0000 +++ CMakeLists.txt @@ -18,7 +18,7 @@ include(KDECompilerSettings) # Dependencies - set(REQUIRED_QT_VERSION "5.3.0") + set(REQUIRED_QT_VERSION 5.4.0) -add_subdirectory(autotests) +#add_subdirectory(autotests) diff --git a/graphics/p5-Image-ExifTool/Makefile b/graphics/p5-Image-ExifTool/Makefile index 2d2e0e9e65220..d0966fe4db03f 100644 --- a/graphics/p5-Image-ExifTool/Makefile +++ b/graphics/p5-Image-ExifTool/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.49 2016/01/23 17:16:46 adam Exp $ +# $NetBSD: Makefile,v 1.50 2016/04/24 06:33:25 wiz Exp $ # Author requests that we package only "production" versions. # Check http://owl.phy.queensu.ca/~phil/exiftool/history.html -DISTNAME= Image-ExifTool-10.10 +DISTNAME= Image-ExifTool-10.15 PKGNAME= p5-${DISTNAME} CATEGORIES= graphics perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Image/} \ diff --git a/graphics/p5-Image-ExifTool/distinfo b/graphics/p5-Image-ExifTool/distinfo index 072c1108cfb0f..0fd5ff47e2edc 100644 --- a/graphics/p5-Image-ExifTool/distinfo +++ b/graphics/p5-Image-ExifTool/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.41 2016/01/23 17:16:46 adam Exp $ +$NetBSD: distinfo,v 1.42 2016/04/24 06:33:25 wiz Exp $ -SHA1 (Image-ExifTool-10.10.tar.gz) = 450419c7ea52d41a554e1cd984a0930d2fab237b -RMD160 (Image-ExifTool-10.10.tar.gz) = 675bcf10f24355aed281cd6b69349bb0a0f7d3f1 -SHA512 (Image-ExifTool-10.10.tar.gz) = c18963020f02f196c68d89d22126834dbde31b2e13da0b56509d1d25f9adb6248f8e4ea9ec7cba7f144a44d6c81e966e9aafd36d4e2d76d92e3b7a0c7e4fdacd -Size (Image-ExifTool-10.10.tar.gz) = 4056189 bytes +SHA1 (Image-ExifTool-10.15.tar.gz) = 87e36acc6d232ed7b25b7bacd2103e5c5945c766 +RMD160 (Image-ExifTool-10.15.tar.gz) = 27ece533ca2be20534814e5209dc04021ba2d397 +SHA512 (Image-ExifTool-10.15.tar.gz) = ee419f01887f54aaeb41df2dd8db710339c1784630d09a54fa96c3e37aefe90ec30e39eabe369a52c694eef8030bc169f4ca4bc3165f25d97381cd3a212ae120 +Size (Image-ExifTool-10.15.tar.gz) = 4080986 bytes diff --git a/graphics/p5-PerlMagick/Makefile b/graphics/p5-PerlMagick/Makefile index 75bc3c93f6e39..606fde9801115 100644 --- a/graphics/p5-PerlMagick/Makefile +++ b/graphics/p5-PerlMagick/Makefile @@ -1,6 +1,5 @@ -# $NetBSD: Makefile,v 1.114 2016/03/05 11:28:40 jperkin Exp $ +# $NetBSD: Makefile,v 1.116 2016/05/10 16:40:45 adam Exp $ -PKGREVISION= 2 .include "../../graphics/ImageMagick/Makefile.common" PKGNAME= p5-PerlMagick-${DISTVERSION} @@ -22,8 +21,8 @@ BUILD_DIRS= ${PERL5_CONFIGURE_DIRS} pre-configure: ${RM} ${WRKSRC}/PerlMagick/Magick.pm - ${LN} -sf ${WRKSRC}/PerlMagick/quantum/quantum.pm ${WRKSRC}/PerlMagick/quantum/Q16.pm - ${LN} -sf ${WRKSRC}/PerlMagick/quantum/quantum.xs ${WRKSRC}/PerlMagick/quantum/Q16.xs + ${LN} -sf ${WRKSRC}/PerlMagick/quantum/quantum.pm ${WRKSRC}/PerlMagick/quantum/Q16HDRI.pm + ${LN} -sf ${WRKSRC}/PerlMagick/quantum/quantum.xs ${WRKSRC}/PerlMagick/quantum/Q16HDRI.xs post-configure: perl5-configure diff --git a/graphics/py-Pillow/Makefile b/graphics/py-Pillow/Makefile index 822ca5c935e27..3e38c25aedcd6 100644 --- a/graphics/py-Pillow/Makefile +++ b/graphics/py-Pillow/Makefile @@ -1,13 +1,14 @@ -# $NetBSD: Makefile,v 1.23 2016/03/06 09:34:46 adam Exp $ +# $NetBSD: Makefile,v 1.25 2016/04/21 08:13:50 leot Exp $ -DISTNAME= Pillow-3.1.1 +DISTNAME= Pillow-3.2.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= graphics python -MASTER_SITES= ${MASTER_SITE_PYPI:=P/Pillow/} +MASTER_SITES= ${MASTER_SITE_PYPI} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://python-pillow.github.io/ COMMENT= Python Imaging Library (Fork) +LICENSE= hpnd CONFLICTS+= ${PYPKGPREFIX}-imaging-[0-9]* @@ -23,8 +24,12 @@ SUBST_SED.fix-path+= -e 's,TIFF_ROOT = None,TIFF_ROOT = _lib_include("${BUILDLIN SUBST_SED.fix-path+= -e 's,FREETYPE_ROOT = None,FREETYPE_ROOT = _lib_include("${BUILDLINK_PREFIX.freetype2}"),' SUBST_SED.fix-path+= -e 's,LCMS_ROOT = None,LCMS_ROOT = _lib_include("${BUILDLINK_PREFIX.lcms2}"),' -do-test: - ${RUN}cd ${WRKSRC};${PKGSRC_SETENV} ${TEST_ENV} ${PYTHONBIN} selftest.py +# XXX: (automatically) testing Pillow fails because it is builded on a +# separate directory (build/lib.*/PIL/). Manually cp(1) all the files to PIL/ +# fixes that (but implementing a similar distutils.cmd logic here can easily +# leads to a buggy one). Disable the test for now. +#do-test: +# ${RUN}cd ${WRKSRC};${PKGSRC_SETENV} ${TEST_ENV} ${PYTHONBIN} selftest.py .include "../../devel/zlib/buildlink3.mk" .include "../../graphics/freetype2/buildlink3.mk" diff --git a/graphics/py-Pillow/PLIST b/graphics/py-Pillow/PLIST index 7bfea78b8dba6..17d915f3dd7f1 100644 --- a/graphics/py-Pillow/PLIST +++ b/graphics/py-Pillow/PLIST @@ -1,9 +1,4 @@ -@comment $NetBSD: PLIST,v 1.8 2015/10/18 15:47:10 adam Exp $ -${PYSITELIB}/${EGG_INFODIR}/PKG-INFO -${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt -${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt -${PYSITELIB}/${EGG_INFODIR}/top_level.txt -${PYSITELIB}/${EGG_INFODIR}/zip-safe +@comment $NetBSD: PLIST,v 1.9 2016/04/21 08:13:50 leot Exp $ ${PYSITELIB}/PIL/BdfFontFile.py ${PYSITELIB}/PIL/BdfFontFile.pyc ${PYSITELIB}/PIL/BdfFontFile.pyo @@ -22,6 +17,9 @@ ${PYSITELIB}/PIL/CurImagePlugin.pyo ${PYSITELIB}/PIL/DcxImagePlugin.py ${PYSITELIB}/PIL/DcxImagePlugin.pyc ${PYSITELIB}/PIL/DcxImagePlugin.pyo +${PYSITELIB}/PIL/DdsImagePlugin.py +${PYSITELIB}/PIL/DdsImagePlugin.pyc +${PYSITELIB}/PIL/DdsImagePlugin.pyo ${PYSITELIB}/PIL/EpsImagePlugin.py ${PYSITELIB}/PIL/EpsImagePlugin.pyc ${PYSITELIB}/PIL/EpsImagePlugin.pyo @@ -40,6 +38,9 @@ ${PYSITELIB}/PIL/FontFile.pyo ${PYSITELIB}/PIL/FpxImagePlugin.py ${PYSITELIB}/PIL/FpxImagePlugin.pyc ${PYSITELIB}/PIL/FpxImagePlugin.pyo +${PYSITELIB}/PIL/FtexImagePlugin.py +${PYSITELIB}/PIL/FtexImagePlugin.pyc +${PYSITELIB}/PIL/FtexImagePlugin.pyo ${PYSITELIB}/PIL/GbrImagePlugin.py ${PYSITELIB}/PIL/GbrImagePlugin.pyc ${PYSITELIB}/PIL/GbrImagePlugin.pyo @@ -269,3 +270,8 @@ ${PYSITELIB}/PIL/_webp.so ${PYSITELIB}/PIL/features.py ${PYSITELIB}/PIL/features.pyc ${PYSITELIB}/PIL/features.pyo +${PYSITELIB}/${EGG_INFODIR}/PKG-INFO +${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt +${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt +${PYSITELIB}/${EGG_INFODIR}/top_level.txt +${PYSITELIB}/${EGG_INFODIR}/zip-safe diff --git a/graphics/py-Pillow/distinfo b/graphics/py-Pillow/distinfo index db504b16cd4b0..f0a2e075dfe62 100644 --- a/graphics/py-Pillow/distinfo +++ b/graphics/py-Pillow/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.17 2016/03/06 09:34:46 adam Exp $ +$NetBSD: distinfo,v 1.19 2016/04/21 08:13:50 leot Exp $ -SHA1 (Pillow-3.1.1.tar.gz) = 71d8dc1dd38ba2582f7cca8b5ce70af03d19db23 -RMD160 (Pillow-3.1.1.tar.gz) = 4825d86f16fd073583e19eaef473af83340d4c06 -SHA512 (Pillow-3.1.1.tar.gz) = 722dbd4910891776116352bcd5533f1a770272ab8652fded69cec58df5ab60552fc16cf777b59f7c18a429dd3eb5c5f3a144aa4f99c9822707ab91169f1e1d7c -Size (Pillow-3.1.1.tar.gz) = 10130206 bytes -SHA1 (patch-setup.py) = c4a3eae74db27f58a6d2c52114b3be13daf4207a +SHA1 (Pillow-3.2.0.tar.gz) = 5381cdd06dc00a86b0221110c768d7b49c27dc56 +RMD160 (Pillow-3.2.0.tar.gz) = 939da559db631891347adbeb27c81b531b9dd602 +SHA512 (Pillow-3.2.0.tar.gz) = 3ce55370a63fa2edd8b471f81aa7696f39d02a4a171d5f1f44cc19a31eb670e311e7f7aee166604958ed8817a890115bf6c783099747cabc311cac8ac7e03f79 +Size (Pillow-3.2.0.tar.gz) = 10306543 bytes +SHA1 (patch-setup.py) = 00c18f45f50cd88e39aa57f2c5ec1db59fde1b15 diff --git a/graphics/py-Pillow/patches/patch-setup.py b/graphics/py-Pillow/patches/patch-setup.py index c5490e71967a5..68f438136a1b2 100644 --- a/graphics/py-Pillow/patches/patch-setup.py +++ b/graphics/py-Pillow/patches/patch-setup.py @@ -1,14 +1,15 @@ -$NetBSD: patch-setup.py,v 1.5 2015/10/18 15:47:10 adam Exp $ +$NetBSD: patch-setup.py,v 1.6 2016/04/21 08:13:50 leot Exp $ * Prevent to detect optional tkinter. * Disable demo programs. ---- setup.py.orig 2015-10-01 15:27:21.000000000 +0000 +--- setup.py.orig 2016-04-01 13:10:57.000000000 +0000 +++ setup.py -@@ -82,11 +82,7 @@ def _lib_include(root): +@@ -80,12 +80,7 @@ def _lib_include(root): def _read(file): return open(file, 'rb').read() +- -try: - import _tkinter -except (ImportError, OSError): @@ -16,13 +17,13 @@ def _read(file): - _tkinter = None +_tkinter = None - NAME = 'Pillow' -@@ -760,7 +756,6 @@ setup( - ext_modules=[Extension("PIL._imaging", ["_imaging.c"])], - include_package_data=True, - packages=find_packages(), -- scripts=glob.glob("Scripts/*.py"), - test_suite='nose.collector', - keywords=["Imaging", ], - license='Standard PIL License', + PILLOW_VERSION = '3.2.0' +@@ -760,7 +755,6 @@ setup(name=NAME, + ext_modules=[Extension("PIL._imaging", ["_imaging.c"])], + include_package_data=True, + packages=find_packages(), +- scripts=glob.glob("Scripts/*.py"), + test_suite='nose.collector', + keywords=["Imaging", ], + license='Standard PIL License', diff --git a/graphics/py-cairo3/Makefile b/graphics/py-cairo3/Makefile index 6c370a2371727..a52b469e33926 100644 --- a/graphics/py-cairo3/Makefile +++ b/graphics/py-cairo3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2015/04/25 14:23:18 tnn Exp $ +# $NetBSD: Makefile,v 1.11 2016/03/30 10:43:49 jperkin Exp $ DISTNAME= pycairo-1.10.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//} @@ -38,8 +38,14 @@ do-build: cd ${WRKSRC} && \ ${SETENV} ${MAKE_ENV} ${PYTHONBIN} ./waf build +.include "../../mk/bsd.prefs.mk" + do-install: cd ${WRKSRC} && ${SETENV} ${INSTALL_ENV} ${PYTHONBIN} ./waf install +.if ${OPSYS} == "Darwin" + install_name_tool -id ${PREFIX}/${PYSITELIB}/cairo/_cairo.so \ + ${DESTDIR}${PREFIX}/${PYSITELIB}/cairo/_cairo.so +.endif .include "../../lang/python/extension.mk" BUILDLINK_API_DEPENDS.cairo+= cairo>=1.10 diff --git a/graphics/py-imagesize/DESCR b/graphics/py-imagesize/DESCR new file mode 100644 index 0000000000000..c832ffb6a0ae5 --- /dev/null +++ b/graphics/py-imagesize/DESCR @@ -0,0 +1 @@ +This module analyzes jpeg/jpeg2000/png/gif image header and return image size. diff --git a/graphics/py-imagesize/Makefile b/graphics/py-imagesize/Makefile new file mode 100644 index 0000000000000..13d707a9bb5ef --- /dev/null +++ b/graphics/py-imagesize/Makefile @@ -0,0 +1,15 @@ +# $NetBSD: Makefile,v 1.1 2016/04/23 17:46:30 adam Exp $ + +DISTNAME= imagesize-0.7.1 +PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +CATEGORIES= graphics python +#MASTER_SITES= http://pypi.python.org/packages/source/i/imagesize/ +MASTER_SITES= http://pypi.python.org/packages/53/72/6c6f1e787d9cab2cc733cf042f125abec07209a58308831c9f292504e826/ + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= https://github.com/shibukawa/imagesize_py/ +COMMENT= Parses image files' header and returns image size +LICENSE= mit + +.include "../../lang/python/egg.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/graphics/py-imagesize/PLIST b/graphics/py-imagesize/PLIST new file mode 100644 index 0000000000000..4d44d67866632 --- /dev/null +++ b/graphics/py-imagesize/PLIST @@ -0,0 +1,11 @@ +@comment $NetBSD: PLIST,v 1.1 2016/04/23 17:46:30 adam Exp $ +${PYSITELIB}/${EGG_INFODIR}/PKG-INFO +${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt +${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt +${PYSITELIB}/${EGG_INFODIR}/top_level.txt +${PYSITELIB}/imagesize/__init__.py +${PYSITELIB}/imagesize/__init__.pyc +${PYSITELIB}/imagesize/__init__.pyo +${PYSITELIB}/imagesize/get.py +${PYSITELIB}/imagesize/get.pyc +${PYSITELIB}/imagesize/get.pyo diff --git a/graphics/py-imagesize/distinfo b/graphics/py-imagesize/distinfo new file mode 100644 index 0000000000000..16cd8ef7c6a6a --- /dev/null +++ b/graphics/py-imagesize/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2016/04/23 17:46:30 adam Exp $ + +SHA1 (imagesize-0.7.1.tar.gz) = cfef5d52e8822cca4adecf6a894ca41ddf162de4 +RMD160 (imagesize-0.7.1.tar.gz) = c2165ac9d0e6dc5eb1c8666e2fa05abce3f586d7 +SHA512 (imagesize-0.7.1.tar.gz) = 61ff92167cc90bb1dcc78bb358419a526f09dc567709548bbe399694aa15dab63744f56c67bf33a940f5f443fd3a5ddc08ef9e17799b6fede1b11c0ad6a17f75 +Size (imagesize-0.7.1.tar.gz) = 2871 bytes diff --git a/graphics/py-matplotlib/PLIST.Darwin b/graphics/py-matplotlib/PLIST.Darwin new file mode 100644 index 0000000000000..1bbfc32a9962a --- /dev/null +++ b/graphics/py-matplotlib/PLIST.Darwin @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST.Darwin,v 1.1 2016/03/27 22:34:00 jperkin Exp $ +${PYSITELIB}/matplotlib/backends/_macosx.so diff --git a/graphics/py-openexr/Makefile b/graphics/py-openexr/Makefile index 8c520eccf7298..3cd84b443a993 100644 --- a/graphics/py-openexr/Makefile +++ b/graphics/py-openexr/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2016/02/07 20:59:19 markd Exp $ +# $NetBSD: Makefile,v 1.2 2016/03/25 21:12:33 joerg Exp $ DISTNAME= OpenEXR-1.2.0 PKGNAME= ${PYPKGPREFIX}-openexr-1.2.0 @@ -19,6 +19,7 @@ SUBST_FILES.fix-path= setup.py SUBST_SED.fix-path= -e 's,/usr/include/OpenEXR,${BUILDLINK_PREFIX.openexr}/include/OpenEXR,' SUBST_SED.fix-path+= -e 's,/usr/local/lib,${BUILDLINK_PREFIX.openexr}/lib,' +PYTHON_VERSIONS_ACCEPTED= 27 .include "../../graphics/openexr/buildlink3.mk" .include "../../lang/python/distutils.mk" diff --git a/graphics/qcomicbook/Makefile b/graphics/qcomicbook/Makefile index e71e3e2510b0c..c9177f5050be0 100644 --- a/graphics/qcomicbook/Makefile +++ b/graphics/qcomicbook/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.23 2016/03/05 11:28:40 jperkin Exp $ +# $NetBSD: Makefile,v 1.24 2016/04/15 14:42:52 wiz Exp $ # DISTNAME= qcomicbook-0.9.0 -PKGREVISION= 22 +PKGREVISION= 23 CATEGORIES= graphics MASTER_SITES= http://qcomicbook.org/releases/ diff --git a/graphics/qiv/Makefile b/graphics/qiv/Makefile index ebe39f2a91186..28dec53d06d54 100644 --- a/graphics/qiv/Makefile +++ b/graphics/qiv/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.51 2015/04/25 14:23:18 tnn Exp $ +# $NetBSD: Makefile,v 1.52 2016/05/06 09:53:00 snj Exp $ DISTNAME= qiv-2.3.1 PKGREVISION= 1 @@ -22,6 +22,7 @@ INSTALLATION_DIRS+= share/applications .include "../../graphics/libexif/buildlink3.mk" .include "../../graphics/tiff/buildlink3.mk" .include "../../sysutils/desktop-file-utils/desktopdb.mk" +.include "../../sysutils/file/buildlink3.mk" .include "../../x11/gtk2/buildlink3.mk" .include "../../x11/libXext/buildlink3.mk" .include "../../mk/jpeg.buildlink3.mk" diff --git a/graphics/ruby-gd/Makefile b/graphics/ruby-gd/Makefile index becafd864d4b7..fdae145b42f48 100644 --- a/graphics/ruby-gd/Makefile +++ b/graphics/ruby-gd/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.45 2015/11/18 14:19:50 ryoon Exp $ +# $NetBSD: Makefile,v 1.46 2016/05/07 10:00:59 joerg Exp $ DISTNAME= ruby-gd-0.8.0 PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/ruby-//} -PKGREVISION= 15 +PKGREVISION= 16 CATEGORIES= graphics MAINTAINER= pkgsrc-users@NetBSD.org @@ -18,6 +18,7 @@ CONFIGURE_ARGS+= --with-jpeg-dir=${JPEGBASE:Q} CONFIGURE_ARGS+= --with-freetype CONFIGURE_ARGS+= --with-freetype-dir=${BUILDLINK_PREFIX.freetype2:Q} CONFIGURE_ARGS+= --enable-gd2_0 +CONFIGURE_ARGS+= --with-ldflags=${COMPILER_RPATH_FLAG}${X11BASE}/lib .include "../../lang/ruby/gem.mk" .include "../../graphics/freetype2/buildlink3.mk" diff --git a/graphics/ruby-gnome2-cairo-gobject/Makefile b/graphics/ruby-gnome2-cairo-gobject/Makefile index 9ab744212de5f..a60f643c94d23 100644 --- a/graphics/ruby-gnome2-cairo-gobject/Makefile +++ b/graphics/ruby-gnome2-cairo-gobject/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.11 2016/01/24 05:03:23 tsutsui Exp $ +# $NetBSD: Makefile,v 1.12 2016/04/16 17:41:03 tsutsui Exp $ # DISTNAME= cairo-gobject-${VERSION} PKGNAME= ${RUBY_PKGPREFIX}-gnome2-${DISTNAME} -PKGREVISION= 1 COMMENT= Ruby binding of cairo-gobject CATEGORIES= graphics gnome diff --git a/graphics/ruby-gnome2-cairo-gobject/distinfo b/graphics/ruby-gnome2-cairo-gobject/distinfo index f3746d293200e..c0cc204414457 100644 --- a/graphics/ruby-gnome2-cairo-gobject/distinfo +++ b/graphics/ruby-gnome2-cairo-gobject/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.1 2016/01/24 05:03:23 tsutsui Exp $ +$NetBSD: distinfo,v 1.2 2016/04/16 17:41:04 tsutsui Exp $ -SHA1 (cairo-gobject-3.0.7.gem) = 7f67a8afd3e0b5a9332b4623d70c96f7279717bc -RMD160 (cairo-gobject-3.0.7.gem) = d7066026df73f51f5d778c5882f6dbdc1c5c7d99 -SHA512 (cairo-gobject-3.0.7.gem) = d2d401cb4c38e4fcef40ea356820efff675a91c4411ef92e6e45e89da32702fc7205ab356d532d6019ffdd14dadbd7cb5a46b48a131b03f9159c74214ea5b3d8 -Size (cairo-gobject-3.0.7.gem) = 10240 bytes +SHA1 (cairo-gobject-3.0.8.gem) = 2b5c0a4ea499f08042cac1ab62272eae9e32d33e +RMD160 (cairo-gobject-3.0.8.gem) = 6042840268fbaeb4c433bdd21a3ea93ffeecc974 +SHA512 (cairo-gobject-3.0.8.gem) = 129d8f91fdb2bae1e332aab2481fabc3324b67707364fcfbd9245e8b9698bdda60453f9053ed588fc2700150c37b471b9c12c40fe726b5174407a3860d9df79a +Size (cairo-gobject-3.0.8.gem) = 10240 bytes diff --git a/graphics/ruby-gnome2-clutter-gtk/Makefile b/graphics/ruby-gnome2-clutter-gtk/Makefile index 9fe70812a0623..412c98efc0d4b 100644 --- a/graphics/ruby-gnome2-clutter-gtk/Makefile +++ b/graphics/ruby-gnome2-clutter-gtk/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.2 2016/01/24 05:03:23 tsutsui Exp $ +# $NetBSD: Makefile,v 1.3 2016/04/16 17:41:04 tsutsui Exp $ # DISTNAME= clutter-gtk-${VERSION} PKGNAME= ${RUBY_PKGPREFIX}-gnome2-${DISTNAME} -PKGREVISION= 1 COMMENT= Ruby binding of Clutter-GTK CATEGORIES= graphics diff --git a/graphics/ruby-gnome2-clutter-gtk/distinfo b/graphics/ruby-gnome2-clutter-gtk/distinfo index d2734eba152b0..667a0929085a1 100644 --- a/graphics/ruby-gnome2-clutter-gtk/distinfo +++ b/graphics/ruby-gnome2-clutter-gtk/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.1 2016/01/24 05:03:23 tsutsui Exp $ +$NetBSD: distinfo,v 1.2 2016/04/16 17:41:04 tsutsui Exp $ -SHA1 (clutter-gtk-3.0.7.gem) = 7ae23f6bdcf07449ac625e5e312aa339c71a28cc -RMD160 (clutter-gtk-3.0.7.gem) = 4c6985e1c27b6b4763d6cda0b25f0587f234bd55 -SHA512 (clutter-gtk-3.0.7.gem) = 34e7d2bf5896eb0b07297bff6dae455b3bbc3ad685eb866941162de4885be74055d3dbc0286dffb0b7c80860502fb00abde54ac8808d2d88f2d94e5ca0c63938 -Size (clutter-gtk-3.0.7.gem) = 21504 bytes +SHA1 (clutter-gtk-3.0.8.gem) = 733be22bddb4e4125fe929979b5b413353fd7966 +RMD160 (clutter-gtk-3.0.8.gem) = 625df537bf7951d258bbc6cd732f43dfb9d2fae9 +SHA512 (clutter-gtk-3.0.8.gem) = afa9ec0598ecee414805d38557d728aa6e7c1d776ff4d25c8f9e4ca8ca3b4c7ee9bdb08f09ce59910bb58a0be2a8dc2d1cd188d6f8b57f3503b407d281969b4d +Size (clutter-gtk-3.0.8.gem) = 21504 bytes diff --git a/graphics/ruby-gnome2-clutter/Makefile b/graphics/ruby-gnome2-clutter/Makefile index ed59448461948..b11f7d3bc8afe 100644 --- a/graphics/ruby-gnome2-clutter/Makefile +++ b/graphics/ruby-gnome2-clutter/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.3 2016/01/24 05:03:23 tsutsui Exp $ +# $NetBSD: Makefile,v 1.4 2016/04/16 17:41:04 tsutsui Exp $ # DISTNAME= clutter-${VERSION} PKGNAME= ${RUBY_PKGPREFIX}-gnome2-${DISTNAME} -PKGREVISION= 1 COMMENT= Ruby binding of Clutter CATEGORIES= graphics diff --git a/graphics/ruby-gnome2-clutter/distinfo b/graphics/ruby-gnome2-clutter/distinfo index 0011b4b19ef28..877da28eca02d 100644 --- a/graphics/ruby-gnome2-clutter/distinfo +++ b/graphics/ruby-gnome2-clutter/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.1 2016/01/24 05:03:23 tsutsui Exp $ +$NetBSD: distinfo,v 1.2 2016/04/16 17:41:04 tsutsui Exp $ -SHA1 (clutter-3.0.7.gem) = d802b9a1201c41d45e9329ef978a6f44371ed335 -RMD160 (clutter-3.0.7.gem) = de975d779e6110a3fb3316717c672b52872463c0 -SHA512 (clutter-3.0.7.gem) = cae1d7a16bae76c448fbba3acff37847a98aeafa1828d1dda9b33e396014de2fd50ef55bbcff83d8d03109439b86f56c37609416c6f4391ecf3c2afbb203678f -Size (clutter-3.0.7.gem) = 33792 bytes +SHA1 (clutter-3.0.8.gem) = 8ce8a4d73dd73c320ea2e9ef77a5e19242d07146 +RMD160 (clutter-3.0.8.gem) = e9f3a32d7bf5e622482c4c1dd39cda390fb8ede0 +SHA512 (clutter-3.0.8.gem) = 9bb9e2508a4fc689b02456a22e34f8b89fd04066520d7635f3c9550bc51f5c3625b5fe1010bd121901263d76cb43082ff8157a6ea2c757ce78e86601adf96a76 +Size (clutter-3.0.8.gem) = 33792 bytes diff --git a/graphics/ruby-gnome2-gdk3/Makefile b/graphics/ruby-gnome2-gdk3/Makefile index 0f51ffa34a63d..081008122b55a 100644 --- a/graphics/ruby-gnome2-gdk3/Makefile +++ b/graphics/ruby-gnome2-gdk3/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.18 2016/01/24 05:03:23 tsutsui Exp $ +# $NetBSD: Makefile,v 1.19 2016/04/16 17:41:04 tsutsui Exp $ # DISTNAME= gdk3-${VERSION} PKGNAME= ${RUBY_PKGPREFIX}-gnome2-${DISTNAME} -PKGREVISION= 1 COMMENT= Ruby binding of GDK3 CATEGORIES= graphics diff --git a/graphics/ruby-gnome2-gdk3/distinfo b/graphics/ruby-gnome2-gdk3/distinfo index 2c53e2473b760..1b540b64c701a 100644 --- a/graphics/ruby-gnome2-gdk3/distinfo +++ b/graphics/ruby-gnome2-gdk3/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.1 2016/01/24 05:03:23 tsutsui Exp $ +$NetBSD: distinfo,v 1.2 2016/04/16 17:41:04 tsutsui Exp $ -SHA1 (gdk3-3.0.7.gem) = a2592348fe4789154991c0c4d55c428aa010a8d6 -RMD160 (gdk3-3.0.7.gem) = d1bfc89ed9f0dfa48ee6eed5d43c05968c92f7cb -SHA512 (gdk3-3.0.7.gem) = 4a95f9ebf8e084d72ca22a644f5aa89195396b3845b5b35b28799ff469b20078748923f3792fa47b868e87eeb9b88d1c3882fb8038fe0960fe015a366a9a6d59 -Size (gdk3-3.0.7.gem) = 24576 bytes +SHA1 (gdk3-3.0.8.gem) = c336d8ecd0540be1c610ba5e1949baf548229f97 +RMD160 (gdk3-3.0.8.gem) = cc47f2e2b6a1f25259edd8bd880b5614223f7300 +SHA512 (gdk3-3.0.8.gem) = d7c16d4b7b6f7c327ddeb2146e0baa33e37e27ba55a9ddc608215c4343a3d0641eb379b27217aac9b1ee823e9b50fd009c5da2bea1fc89e8f7b7b18d022a39fe +Size (gdk3-3.0.8.gem) = 24576 bytes diff --git a/graphics/ruby-gnome2-gdkpixbuf/Makefile b/graphics/ruby-gnome2-gdkpixbuf/Makefile index 8633bb75d023b..d0afcb0d46351 100644 --- a/graphics/ruby-gnome2-gdkpixbuf/Makefile +++ b/graphics/ruby-gnome2-gdkpixbuf/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.36 2016/01/24 05:03:23 tsutsui Exp $ +# $NetBSD: Makefile,v 1.37 2016/04/16 17:41:04 tsutsui Exp $ # DISTNAME= gdk_pixbuf2-${VERSION} PKGNAME= ${RUBY_PKGPREFIX}-gnome2-gdkpixbuf-${VERSION} -PKGREVISION= 1 COMMENT= Ruby binding of GdkPixbuf-2.x CATEGORIES= graphics devel diff --git a/graphics/ruby-gnome2-gdkpixbuf/distinfo b/graphics/ruby-gnome2-gdkpixbuf/distinfo index f22c7d2bc5b70..93884644b64bd 100644 --- a/graphics/ruby-gnome2-gdkpixbuf/distinfo +++ b/graphics/ruby-gnome2-gdkpixbuf/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.1 2016/01/24 05:03:23 tsutsui Exp $ +$NetBSD: distinfo,v 1.2 2016/04/16 17:41:04 tsutsui Exp $ -SHA1 (gdk_pixbuf2-3.0.7.gem) = b6a799dc8d1097d047e275015ebd2a83feb0879b -RMD160 (gdk_pixbuf2-3.0.7.gem) = ebf58ea0453dcd5c7e91d87bf174f565d995514f -SHA512 (gdk_pixbuf2-3.0.7.gem) = b84cc25c73027a564a94ffd9c57e78244644f98eb0699e952b23b96696d255bcccb9994cc3557564b8c015b9fcad8b8b6238c855910151e08cef5cdf253f0b2d -Size (gdk_pixbuf2-3.0.7.gem) = 26624 bytes +SHA1 (gdk_pixbuf2-3.0.8.gem) = 7fb0a49d17b12cf01881897132e5dfd140f55118 +RMD160 (gdk_pixbuf2-3.0.8.gem) = d6b4065134e5a72c6a01f81d5ba31c5e6b42052e +SHA512 (gdk_pixbuf2-3.0.8.gem) = 63a68c3526c3900b6ced20eaf3ad03a160bcb0a8a78957dd47ddb3a199b04bdb9ff87a54c5c2a4740659d85900146b67aac6368081324c0ce7d2785d8fdf7b88 +Size (gdk_pixbuf2-3.0.8.gem) = 26624 bytes diff --git a/graphics/ruby-gnome2-rsvg/Makefile b/graphics/ruby-gnome2-rsvg/Makefile index 2570c102921ce..48aac15416dc3 100644 --- a/graphics/ruby-gnome2-rsvg/Makefile +++ b/graphics/ruby-gnome2-rsvg/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.56 2016/01/24 05:03:23 tsutsui Exp $ +# $NetBSD: Makefile,v 1.57 2016/04/16 17:41:04 tsutsui Exp $ # DISTNAME= rsvg2-${VERSION} PKGNAME= ${RUBY_PKGPREFIX}-gnome2-rsvg-${VERSION} -PKGREVISION= 1 COMMENT= Ruby binding of librsvg CATEGORIES= graphics diff --git a/graphics/ruby-gnome2-rsvg/distinfo b/graphics/ruby-gnome2-rsvg/distinfo index 4270296b13c1a..2d390e2268448 100644 --- a/graphics/ruby-gnome2-rsvg/distinfo +++ b/graphics/ruby-gnome2-rsvg/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.1 2016/01/24 05:03:23 tsutsui Exp $ +$NetBSD: distinfo,v 1.2 2016/04/16 17:41:04 tsutsui Exp $ -SHA1 (rsvg2-3.0.7.gem) = b0cc252b563390be0420235deb5113f3c87867b7 -RMD160 (rsvg2-3.0.7.gem) = 20de2209cd869b67edea4c0f86beeeb9baea7d8e -SHA512 (rsvg2-3.0.7.gem) = 71676eaac9e1d1ee5bdbaf4af55b4c3526af63d166500b68781ea8d7b318fcb6d92b7f701d92998135f63f7c2864f90815378b9b7460adc694d41f4cf192b16b -Size (rsvg2-3.0.7.gem) = 13824 bytes +SHA1 (rsvg2-3.0.8.gem) = 9ad85687248d351c593a0e9c689e78752e4608d0 +RMD160 (rsvg2-3.0.8.gem) = b24b38e50f0c8d49e39e8492919229f75508ec64 +SHA512 (rsvg2-3.0.8.gem) = d9442c2f016ac017a1f95ac4bc22f9b43d680053b4701cd1b6c10bed87f319a20d2908bb3690505549fe376a4208b3de375b3aa0da3bd5b83aafcf101dd67a8c +Size (rsvg2-3.0.8.gem) = 13824 bytes diff --git a/graphics/sane-backends/Makefile b/graphics/sane-backends/Makefile index 542e4141130aa..8301cb8ac877b 100644 --- a/graphics/sane-backends/Makefile +++ b/graphics/sane-backends/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.65 2016/03/05 11:28:41 jperkin Exp $ +# $NetBSD: Makefile,v 1.67 2016/04/09 14:19:25 richard Exp $ -PKGREVISION= 2 +PKGREVISION= 4 .include "Makefile.common" COMMENT= API for access to scanners, digital cameras, frame grabbers, etc @@ -63,10 +63,8 @@ CONF_FILES+= ${EGDIR}/${f} ${PKG_SYSCONFDIR}/sane.d/${f} .endif .include "options.mk" -.if (${OPSYS} != "SunOS") .include "../../devel/libusb1/buildlink3.mk" CONFIGURE_ARGS+= --enable-libusb_1_0 -.endif .if (${OPSYS} == "Linux") .include "../../graphics/libv4l/buildlink3.mk" .endif diff --git a/graphics/sane-backends/buildlink3.mk b/graphics/sane-backends/buildlink3.mk index 084f201f361d1..202d097da4145 100644 --- a/graphics/sane-backends/buildlink3.mk +++ b/graphics/sane-backends/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.18 2015/08/16 22:00:37 leot Exp $ +# $NetBSD: buildlink3.mk,v 1.19 2016/04/09 14:19:25 richard Exp $ BUILDLINK_TREE+= sane-backends @@ -11,9 +11,7 @@ BUILDLINK_PKGSRCDIR.sane-backends?= ../../graphics/sane-backends .include "../../mk/bsd.fast.prefs.mk" -.if (${OPSYS} != "SunOS") . include "../../devel/libusb1/buildlink3.mk" -.endif .include "../../graphics/tiff/buildlink3.mk" .include "../../mk/jpeg.buildlink3.mk" .endif # SANE_BACKENDS_BUILDLINK3_MK diff --git a/graphics/sane-backends/distinfo b/graphics/sane-backends/distinfo index 34bf85b9043e7..1b46ff4126194 100644 --- a/graphics/sane-backends/distinfo +++ b/graphics/sane-backends/distinfo @@ -1,11 +1,11 @@ -$NetBSD: distinfo,v 1.42 2015/11/11 12:40:03 wiz Exp $ +$NetBSD: distinfo,v 1.44 2016/04/09 14:19:25 richard Exp $ SHA1 (sane-backends-1.0.25.tar.gz) = 05824922d91571e1fc2f5cdd270745783d593754 RMD160 (sane-backends-1.0.25.tar.gz) = 1cfd81eeddf3ef3c2cea98f6ca7640522b249fab SHA512 (sane-backends-1.0.25.tar.gz) = b9548646fff13558a4da4a4e9e8bad730f05121bcc65b72d24ded3bfddc6fe574e08c39c8651544b8fbfeab036fffd76cc14d76ef5d5d47e7513a2ce3afcc9df Size (sane-backends-1.0.25.tar.gz) = 5955016 bytes SHA1 (patch-aa) = 91f5838b7c455dc160ba22d15659c1b19a222668 -SHA1 (patch-ab) = 8fb594d82c2ecab3c7c73c28448831208fef8af9 +SHA1 (patch-ab) = f6ec74b90f5499d07117559c7079ba2efccccf17 SHA1 (patch-ac) = 49e0cc0b6e0dfb96e5ee3cfc3f554b7e40492757 SHA1 (patch-ae) = d374c33cad835d56fb9f2fbb2594a85e0a0d7158 SHA1 (patch-ah) = 6e747c3b541c9ebb57db6477ac6b6e48b1df0248 @@ -14,4 +14,6 @@ SHA1 (patch-aj) = c2e0733796872f1b074d0491dea4cffa1891bccc SHA1 (patch-ak) = f00d3773c14f9955565debc0d16231906a2bba76 SHA1 (patch-backend_kodakaio.c) = f96af8b2fb0369f51d2320285253c5e67218e629 SHA1 (patch-backend_pieusb__buffer.c) = 7e7c6dbb0798876532a04a0831be2ab2bd2931ca +SHA1 (patch-m4_byteorder.m4) = 23f4b0256fc9980d3472e77ab558b0e24a9495b4 SHA1 (patch-sanei_sanei__ir.c) = 66e913d7db9d03a42850778aca39da8f0dde02fa +SHA1 (patch-sanei_sanei_usb.c) = b053c94d240580d919c418081fca5c75cf4fb1a7 diff --git a/graphics/sane-backends/patches/patch-ab b/graphics/sane-backends/patches/patch-ab index 449b1d77f8924..4dd81c4f6bcf1 100644 --- a/graphics/sane-backends/patches/patch-ab +++ b/graphics/sane-backends/patches/patch-ab @@ -1,30 +1,64 @@ -$NetBSD: patch-ab,v 1.15 2015/10/27 11:29:35 wiz Exp $ +$NetBSD: patch-ab,v 1.16 2016/04/09 14:19:25 richard Exp $ + +add SunOS byteorder needs --- configure.orig 2015-10-04 13:18:39.000000000 +0000 +++ configure -@@ -7377,13 +7377,13 @@ if test "x$ac_cv_header_pthread_h" = xye - #define HAVE_PTHREAD_H 1 - _ACEOF +@@ -5979,6 +5979,36 @@ else + $as_echo "no" >&6; } + -- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_create in -lpthread" >&5 --$as_echo_n "checking for pthread_create in -lpthread... " >&6; } -+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_create in ${PTHREAD_LDFLAGS} ${PTHREAD_LIBS}" >&5 -+$as_echo_n "checking for pthread_create in ${PTHREAD_LDFLAGS} ${PTHREAD_LIBS}... " >&6; } - if ${ac_cv_lib_pthread_pthread_create+:} false; then : - $as_echo_n "(cached) " >&6 - else - ac_check_lib_save_LIBS=$LIBS --LIBS="-lpthread $LIBS" -+LIBS="${PTHREAD_LDFLAGS} ${PTHREAD_LIBS} $LIBS" ++{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSWAP_32 in sys/byteorder.h" >&5 ++$as_echo_n "checking for BSWAP_32 in sys/byteorder.h... " >&6; } ++cat confdefs.h - <<_ACEOF >conftest.$ac_ext ++/* end confdefs.h. */ ++ ++#include ++#ifdef BSWAP_32 ++ symbol is present ++#endif ++ ++_ACEOF ++if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | ++ $EGREP "symbol is present|\" >/dev/null 2>&1; then : ++ { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 ++$as_echo "yes" >&6; } ++ cat >> "include/byteorder.h" << EOF ++/* Define generic byte swapping functions */ ++EOF ++cat >> "include/byteorder.h" << EOF ++#define swap16(x) BSWAP_16(x) ++#define swap32(x) BSWAP_32(x) ++#define swap64(x) BSWAP_64(x) ++ ++EOF ++ ++else ++ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 ++$as_echo "no" >&6; } ++ ++ + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for bswap32 in machine/endian.h" >&5 + $as_echo_n "checking for bswap32 in machine/endian.h... " >&6; } cat confdefs.h - <<_ACEOF >conftest.$ac_ext - /* end confdefs.h. */ +@@ -6139,6 +6169,11 @@ rm -f conftest* + + -@@ -7414,7 +7414,7 @@ fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pthread_pthread_create" >&5 - $as_echo "$ac_cv_lib_pthread_pthread_create" >&6; } - if test "x$ac_cv_lib_pthread_pthread_create" = xyes; then : -- PTHREAD_LIBS="-lpthread" -+ PTHREAD_LIBS="${PTHREAD_LDFLAGS} ${PTHREAD_LIBS}" - fi ++fi ++rm -f conftest* ++ ++ ++ - have_pthread=yes + if test "$HAVE_LE32TOH" != "1"; then + cat >> "$ac_byteorder" << EOF +@@ -9148,6 +9183,8 @@ else + # ifdef _MSC_VER + # include + # define alloca _alloca ++# elif defined(__NetBSD__) || defined(__FreeBSD__) || defined(__DragonFly__) || defined(__OpenBSD__) ++# include + # else + # ifdef HAVE_ALLOCA_H + # include diff --git a/graphics/sane-backends/patches/patch-m4_byteorder.m4 b/graphics/sane-backends/patches/patch-m4_byteorder.m4 new file mode 100644 index 0000000000000..852dde5a3d7cd --- /dev/null +++ b/graphics/sane-backends/patches/patch-m4_byteorder.m4 @@ -0,0 +1,35 @@ +$NetBSD: patch-m4_byteorder.m4,v 1.1 2016/04/09 14:19:25 richard Exp $ + +add SunOS byteorder needs + +--- m4/byteorder.m4.orig 2013-02-23 02:00:56.000000000 +0000 ++++ m4/byteorder.m4 +@@ -110,6 +110,20 @@ dnl Linux GLIBC + EOF], + + [ ++dnl SunOS ++ AC_HAVE_SYMBOL(BSWAP_32,sys/byteorder.h, ++dnl sys/byteorder.h should already be implicitly included ++ [cat >> "$1" << EOF ++/* Define generic byte swapping functions */ ++EOF ++cat >> "$1" << EOF ++#define swap16(x) BSWAP_16(x) ++#define swap32(x) BSWAP_32(x) ++#define swap64(x) BSWAP_64(x) ++ ++EOF], ++ ++ [ + dnl NetBSD + AC_HAVE_SYMBOL(bswap32,machine/endian.h, + dnl We're already including machine/endian.h if this test succeeds +@@ -194,6 +208,7 @@ EOF + EOF + fi + ]) ++]) + ]) + ]) + ]) diff --git a/graphics/sane-backends/patches/patch-sanei_sanei_usb.c b/graphics/sane-backends/patches/patch-sanei_sanei_usb.c new file mode 100644 index 0000000000000..1099d63a4bbd3 --- /dev/null +++ b/graphics/sane-backends/patches/patch-sanei_sanei_usb.c @@ -0,0 +1,35 @@ +$NetBSD: patch-sanei_sanei_usb.c,v 1.1 2016/03/15 09:14:03 martin Exp $ + +Avoid storing an int (the number of bytes transfered) in the wrong +half of a ssize_t on big endian 64bit platforms. + +Reported upstream as: +https://alioth.debian.org/tracker/index.php?func=detail&aid=315337 + + +--- sanei/sanei_usb.c.orig 2014-12-16 14:37:26.000000000 +0100 ++++ sanei/sanei_usb.c 2016-03-15 09:12:34.335049822 +0100 +@@ -2310,10 +2310,10 @@ sanei_usb_read_bulk (SANE_Int dn, SANE_B + { + if (devices[dn].bulk_in_ep) + { +- int ret; ++ int ret, rsize; + ret = libusb_bulk_transfer (devices[dn].lu_handle, + devices[dn].bulk_in_ep, buffer, +- (int) *size, (int *) &read_size, ++ (int) *size, &rsize, + libusb_timeout); + + if (ret < 0) +@@ -2323,6 +2323,10 @@ sanei_usb_read_bulk (SANE_Int dn, SANE_B + + read_size = -1; + } ++ else ++ { ++ read_size = rsize; ++ } + } + else + { diff --git a/graphics/shotwell/Makefile b/graphics/shotwell/Makefile index fc76972c4344f..3e16d1e300aa3 100644 --- a/graphics/shotwell/Makefile +++ b/graphics/shotwell/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.74 2016/02/04 12:13:31 wiz Exp $ +# $NetBSD: Makefile,v 1.77 2016/05/03 11:40:03 prlw1 Exp $ DISTNAME= shotwell-0.22.0 -PKGREVISION= 3 +PKGREVISION= 6 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_GNOME:=sources/shotwell/0.22/} EXTRACT_SUFX= .tar.xz diff --git a/graphics/skencil/Makefile b/graphics/skencil/Makefile index 890d96c53c70f..5ac894db29b40 100644 --- a/graphics/skencil/Makefile +++ b/graphics/skencil/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.34 2015/12/05 21:25:46 adam Exp $ +# $NetBSD: Makefile,v 1.35 2016/05/07 09:59:27 joerg Exp $ DISTNAME= skencil-0.6.17 -PKGREVISION= 12 +PKGREVISION= 13 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=sketch/} diff --git a/graphics/skencil/distinfo b/graphics/skencil/distinfo index 11c089494d22b..a624d049673c7 100644 --- a/graphics/skencil/distinfo +++ b/graphics/skencil/distinfo @@ -1,10 +1,10 @@ -$NetBSD: distinfo,v 1.6 2015/11/03 21:34:21 agc Exp $ +$NetBSD: distinfo,v 1.7 2016/05/07 09:59:27 joerg Exp $ SHA1 (skencil-0.6.17.tar.gz) = e0154f90629d7693d0268d21204a9eb12f2497aa RMD160 (skencil-0.6.17.tar.gz) = 9183a16afd8e9d56098821b2a9088a0383a9dc2d SHA512 (skencil-0.6.17.tar.gz) = 9d606c8ccb6de18d2a05ffd13ab577575c8c63823b5a23e0abadb6ab59be3c2f151b5bb76c3e4d713b46ce22d664a799e66261ccb593abdc83dde3f31409defb Size (skencil-0.6.17.tar.gz) = 1148628 bytes SHA1 (patch-aa) = 50e4c396e19c85a39866b9ca6834ff347a02cc3c -SHA1 (patch-ab) = bca6bc1fee75d3f52a2022aa37274b33e0430133 +SHA1 (patch-ab) = 22df6143e7e3ea2c83181dc6431e33924537fdc5 SHA1 (patch-ac) = 612bcc9d2b327d46aa9f0f68693af1fa21f46069 -SHA1 (patch-ad) = 405653de7fa8562bc14ec9580661418de5ea2976 +SHA1 (patch-ad) = 3631f03dd5bba4b825262843875f5f542c97912e diff --git a/graphics/skencil/patches/patch-ab b/graphics/skencil/patches/patch-ab index 6d90486cb1cd0..7442f7ae48329 100644 --- a/graphics/skencil/patches/patch-ab +++ b/graphics/skencil/patches/patch-ab @@ -1,7 +1,16 @@ -$NetBSD: patch-ab,v 1.3 2009/02/11 17:11:58 joerg Exp $ +$NetBSD: patch-ab,v 1.4 2016/05/07 09:59:27 joerg Exp $ ---- Pax/Makefile.pre.in.orig 2009-02-11 17:51:19.000000000 +0100 +--- Pax/Makefile.pre.in.orig 2002-08-06 20:20:37.000000000 +0000 +++ Pax/Makefile.pre.in +@@ -116,7 +116,7 @@ CC= @CC@ + LINKCC= @LINKCC@ + SGI_ABI= @SGI_ABI@ + OPT= @OPT@ +-LDFLAGS= @LDFLAGS@ ++LDFLAGS= @LDFLAGS@ ${COMPILER_RPATH_FLAG}${X11BASE}/lib + LIBS= @LIBS@ + LIBM= @LIBM@ + LIBC= @LIBC@ @@ -124,6 +124,7 @@ RANLIB= @RANLIB@ MACHDEP= @MACHDEP@ SO= @SO@ diff --git a/graphics/skencil/patches/patch-ad b/graphics/skencil/patches/patch-ad index 200917d049e85..abaec7fe3f4d8 100644 --- a/graphics/skencil/patches/patch-ad +++ b/graphics/skencil/patches/patch-ad @@ -1,7 +1,16 @@ -$NetBSD: patch-ad,v 1.1 2009/02/11 17:11:58 joerg Exp $ +$NetBSD: patch-ad,v 1.2 2016/05/07 09:59:27 joerg Exp $ ---- Sketch/Modules/Makefile.pre.in.orig 2002-08-06 22:21:24.000000000 +0200 +--- Sketch/Modules/Makefile.pre.in.orig 2002-08-06 20:21:24.000000000 +0000 +++ Sketch/Modules/Makefile.pre.in +@@ -116,7 +116,7 @@ CC= @CC@ + LINKCC= @LINKCC@ + SGI_ABI= @SGI_ABI@ + OPT= @OPT@ +-LDFLAGS= @LDFLAGS@ ++LDFLAGS= @LDFLAGS@ ${COMPILER_RPATH_FLAG}${X11BASE}/lib + LIBS= @LIBS@ + LIBM= @LIBM@ + LIBC= @LIBC@ @@ -124,6 +124,7 @@ RANLIB= @RANLIB@ MACHDEP= @MACHDEP@ SO= @SO@ diff --git a/graphics/tesseract/Makefile b/graphics/tesseract/Makefile index 86e1eab20a6b6..ff4e98f2b70f0 100644 --- a/graphics/tesseract/Makefile +++ b/graphics/tesseract/Makefile @@ -1,38 +1,44 @@ -# $NetBSD: Makefile,v 1.17 2016/01/06 10:46:53 adam Exp $ +# $NetBSD: Makefile,v 1.21 2016/04/11 19:01:53 ryoon Exp $ -DISTNAME= tesseract-ocr-3.02.02 -PKGNAME= ${DISTNAME:S/-ocr//} -PKGREVISION= 2 +DISTNAME= tesseract-3.04.01 +PKGREVISION= 1 CATEGORIES= graphics -MASTER_SITES= https://tesseract-ocr.googlecode.com/files/ -DISTFILES+= ${DISTNAME}.tar.gz +MASTER_SITES= ${MASTER_SITE_GITHUB:=tesseract-ocr/} +DISTFILES= ${DEFAULT_DISTFILES} MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://code.google.com/p/tesseract-ocr/ -COMMENT= Commercial quality open source OCR engine +HOMEPAGE= http://github.com/tesseract-ocr/tesseract/ +COMMENT= Tesseract Open Source OCR Engine LICENSE= apache-2.0 +LANGVER= 3.04.00 +DISTFILES+= tessdata-${LANGVER}${EXTRACT_SUFX} +SITES.tessdata-${LANGVER}.tar.gz= -${MASTER_SITES:Q}tessdata/archive/${LANGVER}.tar.gz + USE_LANGUAGES= c c++ USE_LIBTOOL= yes -USE_TOOLS+= gmake pax +USE_TOOLS+= gmake pax pkg-config GNU_CONFIGURE= yes + CONFIGURE_ENV+= LIBLEPT_HEADERSDIR=${BUILDLINK_PREFIX.leptonica}/include -MAKE_ENV+= LANGS=${TESSERACT_LANGS:Q} -WRKSRC= ${WRKDIR}/tesseract-ocr +INSTALL_TARGET= install training-install INSTALLATION_DIRS= libexec share/doc/tesseract share/tesseract -TESSERACT_LANGS= afr ara aze bel ben bul cat ces chi_sim chi_tra chr \ - dan deu ell eng enm epo equ est eus fin fra frk frm \ - glg grc heb hin hrv hun ind isl ita jpn kan kor lav \ - lit mal mkd mlt msa nld nor pol por rus slk slv spa \ - sqi srp swa swe tam tel tgl tha tur ukr vie -.for l in ${TESSERACT_LANGS} -DISTFILES+= tesseract-ocr-3.02.${l}.tar.gz -.endfor +post-extract: + ${MV} ${WRKDIR}/tessdata-${LANGVER}/* ${WRKSRC}/tessdata + +# Building the training tools requires that the base build is done +post-build: + cd ${WRKSRC} && ${BUILD_MAKE_CMD} training -LIBS.SunOS+= -lsocket -lnsl +post-install: + cd ${WRKSRC}/tessdata && ${SETENV} ${INSTALL_ENV} ${MAKE_ENV} \ + ${MAKE_PROGRAM} ${MAKE_FLAGS} ${INSTALL_MAKE_FLAGS} install-langs +.include "../../devel/pango/buildlink3.mk" +.include "../../graphics/cairo/buildlink3.mk" .include "../../graphics/leptonica/buildlink3.mk" +.include "../../textproc/icu/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/graphics/tesseract/PLIST b/graphics/tesseract/PLIST index 087a138917924..4e1b486824a38 100644 --- a/graphics/tesseract/PLIST +++ b/graphics/tesseract/PLIST @@ -1,12 +1,14 @@ -@comment $NetBSD: PLIST,v 1.7 2014/10/02 16:06:02 adam Exp $ +@comment $NetBSD: PLIST,v 1.8 2016/03/17 12:51:14 fhajny Exp $ bin/ambiguous_words bin/classifier_tester bin/cntraining bin/combine_tessdata bin/dawg2wordlist bin/mftraining +bin/set_unicharset_properties bin/shapeclustering bin/tesseract +bin/text2image bin/unicharset_extractor bin/wordlist2dawg include/tesseract/apitypes.h @@ -21,10 +23,13 @@ include/tesseract/host.h include/tesseract/ltrresultiterator.h include/tesseract/memry.h include/tesseract/ndminx.h +include/tesseract/ocrclass.h +include/tesseract/osdetect.h include/tesseract/pageiterator.h include/tesseract/params.h include/tesseract/platform.h include/tesseract/publictypes.h +include/tesseract/renderer.h include/tesseract/resultiterator.h include/tesseract/serialis.h include/tesseract/strngs.h @@ -47,6 +52,7 @@ man/man1/wordlist2dawg.1 man/man5/unicharambigs.5 man/man5/unicharset.5 share/tessdata/afr.traineddata +share/tessdata/amh.traineddata share/tessdata/ara.cube.bigrams share/tessdata/ara.cube.fold share/tessdata/ara.cube.lm @@ -55,17 +61,23 @@ share/tessdata/ara.cube.params share/tessdata/ara.cube.size share/tessdata/ara.cube.word-freq share/tessdata/ara.traineddata +share/tessdata/asm.traineddata share/tessdata/aze.traineddata +share/tessdata/aze_cyrl.traineddata share/tessdata/bel.traineddata share/tessdata/ben.traineddata +share/tessdata/bod.traineddata +share/tessdata/bos.traineddata share/tessdata/bul.traineddata share/tessdata/cat.traineddata +share/tessdata/ceb.traineddata share/tessdata/ces.traineddata share/tessdata/chi_sim.traineddata share/tessdata/chi_tra.traineddata share/tessdata/chr.traineddata share/tessdata/configs/ambigs.train share/tessdata/configs/api_config +share/tessdata/configs/bigram share/tessdata/configs/box.train share/tessdata/configs/box.train.stderr share/tessdata/configs/digits @@ -75,12 +87,18 @@ share/tessdata/configs/kannada share/tessdata/configs/linebox share/tessdata/configs/logfile share/tessdata/configs/makebox +share/tessdata/configs/pdf share/tessdata/configs/quiet share/tessdata/configs/rebox share/tessdata/configs/strokewidth +share/tessdata/configs/txt share/tessdata/configs/unlv +share/tessdata/cym.traineddata share/tessdata/dan.traineddata +share/tessdata/dan_frak.traineddata share/tessdata/deu.traineddata +share/tessdata/deu_frak.traineddata +share/tessdata/dzo.traineddata share/tessdata/ell.traineddata share/tessdata/eng.cube.bigrams share/tessdata/eng.cube.fold @@ -91,11 +109,14 @@ share/tessdata/eng.cube.size share/tessdata/eng.cube.word-freq share/tessdata/eng.tesseract_cube.nn share/tessdata/eng.traineddata +share/tessdata/eng.user-patterns +share/tessdata/eng.user-words share/tessdata/enm.traineddata share/tessdata/epo.traineddata share/tessdata/equ.traineddata share/tessdata/est.traineddata share/tessdata/eus.traineddata +share/tessdata/fas.traineddata share/tessdata/fin.traineddata share/tessdata/fra.cube.bigrams share/tessdata/fra.cube.fold @@ -108,8 +129,11 @@ share/tessdata/fra.tesseract_cube.nn share/tessdata/fra.traineddata share/tessdata/frk.traineddata share/tessdata/frm.traineddata +share/tessdata/gle.traineddata share/tessdata/glg.traineddata share/tessdata/grc.traineddata +share/tessdata/guj.traineddata +share/tessdata/hat.traineddata share/tessdata/heb.traineddata share/tessdata/hin.cube.bigrams share/tessdata/hin.cube.fold @@ -121,6 +145,7 @@ share/tessdata/hin.tesseract_cube.nn share/tessdata/hin.traineddata share/tessdata/hrv.traineddata share/tessdata/hun.traineddata +share/tessdata/iku.traineddata share/tessdata/ind.traineddata share/tessdata/isl.traineddata share/tessdata/ita.cube.bigrams @@ -132,19 +157,38 @@ share/tessdata/ita.cube.size share/tessdata/ita.cube.word-freq share/tessdata/ita.tesseract_cube.nn share/tessdata/ita.traineddata +share/tessdata/ita_old.traineddata +share/tessdata/jav.traineddata share/tessdata/jpn.traineddata share/tessdata/kan.traineddata +share/tessdata/kat.traineddata +share/tessdata/kat_old.traineddata +share/tessdata/kaz.traineddata +share/tessdata/khm.traineddata +share/tessdata/kir.traineddata share/tessdata/kor.traineddata +share/tessdata/kur.traineddata +share/tessdata/lao.traineddata +share/tessdata/lat.traineddata share/tessdata/lav.traineddata share/tessdata/lit.traineddata share/tessdata/mal.traineddata +share/tessdata/mar.traineddata share/tessdata/mkd.traineddata share/tessdata/mlt.traineddata share/tessdata/msa.traineddata +share/tessdata/mya.traineddata +share/tessdata/nep.traineddata share/tessdata/nld.traineddata share/tessdata/nor.traineddata +share/tessdata/ori.traineddata +share/tessdata/osd.traineddata +share/tessdata/pan.traineddata +share/tessdata/pdf.ttf share/tessdata/pol.traineddata share/tessdata/por.traineddata +share/tessdata/pus.traineddata +share/tessdata/ron.traineddata share/tessdata/rus.cube.fold share/tessdata/rus.cube.lm share/tessdata/rus.cube.nn @@ -152,7 +196,10 @@ share/tessdata/rus.cube.params share/tessdata/rus.cube.size share/tessdata/rus.cube.word-freq share/tessdata/rus.traineddata +share/tessdata/san.traineddata +share/tessdata/sin.traineddata share/tessdata/slk.traineddata +share/tessdata/slk_frak.traineddata share/tessdata/slv.traineddata share/tessdata/spa.cube.bigrams share/tessdata/spa.cube.fold @@ -162,10 +209,13 @@ share/tessdata/spa.cube.params share/tessdata/spa.cube.size share/tessdata/spa.cube.word-freq share/tessdata/spa.traineddata +share/tessdata/spa_old.traineddata share/tessdata/sqi.traineddata share/tessdata/srp.traineddata +share/tessdata/srp_latn.traineddata share/tessdata/swa.traineddata share/tessdata/swe.traineddata +share/tessdata/syr.traineddata share/tessdata/tam.traineddata share/tessdata/tel.traineddata share/tessdata/tessconfigs/batch @@ -174,8 +224,15 @@ share/tessdata/tessconfigs/matdemo share/tessdata/tessconfigs/msdemo share/tessdata/tessconfigs/nobatch share/tessdata/tessconfigs/segdemo +share/tessdata/tgk.traineddata share/tessdata/tgl.traineddata share/tessdata/tha.traineddata +share/tessdata/tir.traineddata share/tessdata/tur.traineddata +share/tessdata/uig.traineddata share/tessdata/ukr.traineddata +share/tessdata/urd.traineddata +share/tessdata/uzb.traineddata +share/tessdata/uzb_cyrl.traineddata share/tessdata/vie.traineddata +share/tessdata/yid.traineddata diff --git a/graphics/tesseract/distinfo b/graphics/tesseract/distinfo index 3401290a4a5d0..2cb1e430f90e3 100644 --- a/graphics/tesseract/distinfo +++ b/graphics/tesseract/distinfo @@ -1,252 +1,12 @@ -$NetBSD: distinfo,v 1.12 2015/11/03 21:34:21 agc Exp $ +$NetBSD: distinfo,v 1.13 2016/03/17 12:51:14 fhajny Exp $ -SHA1 (tesseract-ocr-3.02.02.tar.gz) = a950acf7b75cf851de2de787e9abb62c58ca1827 -RMD160 (tesseract-ocr-3.02.02.tar.gz) = 6489b3756aab1ccadba1dd5d19e64d2cb6e90789 -SHA512 (tesseract-ocr-3.02.02.tar.gz) = 52f60f95f7e8e68f5ad633f8c79e6320e284484ac870e4741cce14e4e043dd269bdb66ddb9bdfd111844aa42d18f9156622986d27100803f4fb86d378a73d3f1 -Size (tesseract-ocr-3.02.02.tar.gz) = 3890393 bytes -SHA1 (tesseract-ocr-3.02.afr.tar.gz) = fe8fa7f87d207024938abf6e143f6612cd6bbbc7 -RMD160 (tesseract-ocr-3.02.afr.tar.gz) = 3668e993e44feed9bfd8a9db2ba6f29f5f239a23 -SHA512 (tesseract-ocr-3.02.afr.tar.gz) = b2071771f6c720a9bd898da305f337a9f5a75d5a5056fffeafce6c71acc5512bb347374aa9cf2131c946f6beb815bf4760144a8ad1e189774562a03976bec5fd -Size (tesseract-ocr-3.02.afr.tar.gz) = 1082552 bytes -SHA1 (tesseract-ocr-3.02.ara.tar.gz) = e15cf6b7a027454db56ecedab0038c7739ab29cc -RMD160 (tesseract-ocr-3.02.ara.tar.gz) = a57502bacac49f396ad18254f8021d141f1d9908 -SHA512 (tesseract-ocr-3.02.ara.tar.gz) = 6d4b2a8ba86da08e2692993bde3ad63c7ef003d7b1bb1bb3c9ac1fa628146b7ff305f70c7537af0426c7aa956566cb4a1d37675b3a5440f644627bfc7706d012 -Size (tesseract-ocr-3.02.ara.tar.gz) = 6613796 bytes -SHA1 (tesseract-ocr-3.02.aze.tar.gz) = 8e26797471e9cd943ac76cd6803e596ed3fb0625 -RMD160 (tesseract-ocr-3.02.aze.tar.gz) = 44a89d7b69caef6d52887069ccb516ff660d8cf0 -SHA512 (tesseract-ocr-3.02.aze.tar.gz) = f314239192eee55ecdf711ea494cd1452fdaa1f9d869b0ffee0c0befd37e1b13c14a42c383f024f732d6b180954c0df7cecb8d9c53706afa13209bf4a313940f -Size (tesseract-ocr-3.02.aze.tar.gz) = 1418724 bytes -SHA1 (tesseract-ocr-3.02.bel.tar.gz) = 9fc3a081e077b23d8da253f227e8a337acd9a6c8 -RMD160 (tesseract-ocr-3.02.bel.tar.gz) = e09918242105a320ba40a4333fa264f933c35fef -SHA512 (tesseract-ocr-3.02.bel.tar.gz) = c30fb8460398526d11dcb97800b8a7bc24ccba71403f000a7e29a2a04da4c5a969352caecb2fee5c13e383292b50f33b187f394a88f0aa2ed14075a397c743f0 -Size (tesseract-ocr-3.02.bel.tar.gz) = 1278018 bytes -SHA1 (tesseract-ocr-3.02.ben.tar.gz) = d1b2dec8ee537598594554768de899a9e8e361f6 -RMD160 (tesseract-ocr-3.02.ben.tar.gz) = 717de30e225380f9fb7a0845d9b0288a3074f58c -SHA512 (tesseract-ocr-3.02.ben.tar.gz) = 6b9bf6095895bc855d49fa7222a2839d4a709bd3e15cbadbc8d914eed6687e66cf4c3a0b2691ff3ffde612990a6a46ca17c9e347889f3621c6df8a68035677df -Size (tesseract-ocr-3.02.ben.tar.gz) = 6854068 bytes -SHA1 (tesseract-ocr-3.02.bul.tar.gz) = 34ef79f0f0f3f2b7715c343ea5357791e52336d8 -RMD160 (tesseract-ocr-3.02.bul.tar.gz) = ad807968a439d969277b5c10fcdaf11541388fdd -SHA512 (tesseract-ocr-3.02.bul.tar.gz) = 7ce56e1c3496aaae765ec80af8e3a73ca606b8abd5a5fb3fc6707b37cad69c2ee307863a71fcc1c214dfd103beb2be81e4acbe31bdc1cf06e8fcae4d0e20ac3b -Size (tesseract-ocr-3.02.bul.tar.gz) = 1607632 bytes -SHA1 (tesseract-ocr-3.02.cat.tar.gz) = 1d806a2346100d93bcfc32ebf4b4c94ab006ef93 -RMD160 (tesseract-ocr-3.02.cat.tar.gz) = e477eb53f518f8fd985ec18a2f790da103a46c35 -SHA512 (tesseract-ocr-3.02.cat.tar.gz) = 60b5dedd7d9bb5ebf69df84c702fb2a6d6ed9eaf5a49dcb95916a73c39637dfffcb44fe0a577a6a42117885ee931f8a00298ae9260d8eb91c999eb603b3595ab -Size (tesseract-ocr-3.02.cat.tar.gz) = 1651754 bytes -SHA1 (tesseract-ocr-3.02.ces.tar.gz) = 82f1797de7c06bfa9a20dbf2e4e1db03a0e94be0 -RMD160 (tesseract-ocr-3.02.ces.tar.gz) = e052064161b85d7df022349d4ee6ef5d5ddf7bed -SHA512 (tesseract-ocr-3.02.ces.tar.gz) = 387f70e7f7dbda1dccfdd5407df0be2f243350350c544751729b16db4683d62f93710b04403b661dc1ce146111438fff3fe50e339c67d76a9a65917fa77bb68c -Size (tesseract-ocr-3.02.ces.tar.gz) = 1045965 bytes -SHA1 (tesseract-ocr-3.02.chi_sim.tar.gz) = edcfd4cea1b5e52a37eed605c6a2d7d5e15ef03f -RMD160 (tesseract-ocr-3.02.chi_sim.tar.gz) = ca385bdee6ddbd3e96fb2f6ea707ed3e288dc76c -SHA512 (tesseract-ocr-3.02.chi_sim.tar.gz) = ffeab2cc610a37865289b1223d82b7d5b858fedb15474daa743d7f38e485b379ba95fe2a1e17078b658635681b3cac1986898ffa11ef18b09b3207421a51c757 -Size (tesseract-ocr-3.02.chi_sim.tar.gz) = 17920627 bytes -SHA1 (tesseract-ocr-3.02.chi_tra.tar.gz) = f2c8bca5ffeb62e0a10d685d4f66a029472ffe52 -RMD160 (tesseract-ocr-3.02.chi_tra.tar.gz) = 100faf598d64bee7145847b243dd336fe13bc8ee -SHA512 (tesseract-ocr-3.02.chi_tra.tar.gz) = a69c66bb72199c6dbc50bf9235b718bb913ed8ea87c7ee15f5898472deb574fefbe60d0d7a6de098dad0da5ce5754507feca5964edeaa870c4d3d572eb4e43ca -Size (tesseract-ocr-3.02.chi_tra.tar.gz) = 24997251 bytes -SHA1 (tesseract-ocr-3.02.chr.tar.gz) = b9ead6114a41b395a82f1d33a276d524af81f993 -RMD160 (tesseract-ocr-3.02.chr.tar.gz) = ce4fa8a150cca59b4a554aa68a8a1274801cede4 -SHA512 (tesseract-ocr-3.02.chr.tar.gz) = 8e43090e1e38d6ea032968f5b6bc267025d05a427e93baded9b94fecf2b74072a38ed9f43af905b3e72d34ca6818d40a9a6c3c29445a86bfea75796a0beab8dd -Size (tesseract-ocr-3.02.chr.tar.gz) = 322002 bytes -SHA1 (tesseract-ocr-3.02.dan.tar.gz) = b2c4c09cde1ac5229d22eff72accb60e66b09c2b -RMD160 (tesseract-ocr-3.02.dan.tar.gz) = e9ab962bdb6b7f94b37b85f6b04af1dee0f8fab1 -SHA512 (tesseract-ocr-3.02.dan.tar.gz) = 933c8744eb08586d52d576345096670aae6fec9cdb6c93d2b26bc30ebca693ba0bcb83f77e62ba4ed552199f5c6adade374dd22c35a20ab6d9841fe0da6e8168 -Size (tesseract-ocr-3.02.dan.tar.gz) = 2653066 bytes -SHA1 (tesseract-ocr-3.02.deu.tar.gz) = 6d21596225f9a4c36fa81b19518f2aead8c8ac79 -RMD160 (tesseract-ocr-3.02.deu.tar.gz) = 7dbb3078b859bff828fbcebc2f57b232ae8fa700 -SHA512 (tesseract-ocr-3.02.deu.tar.gz) = 897b62ca9befa884c1bea640ef1b6be9a9ef975ab68b07e434d61f1cce21419ac303c0110005f30f8cdd47102f6dc9b742effc185b6d4fe62026343e77cce602 -Size (tesseract-ocr-3.02.deu.tar.gz) = 1825064 bytes -SHA1 (tesseract-ocr-3.02.ell.tar.gz) = 5a5746c7a1e473c89de71a4dd46a8a888ba4ce76 -RMD160 (tesseract-ocr-3.02.ell.tar.gz) = a741981cef2274cd583108e2c16e8e6ed12e58bb -SHA512 (tesseract-ocr-3.02.ell.tar.gz) = 070950f3816e4bc481e0e7f2c9800d3bf0db33671254c319df164e541e741ce34ecc2e1f897edb8584139325cd3863ee6eca81d26ddfd576bed90c1b391221d0 -Size (tesseract-ocr-3.02.ell.tar.gz) = 866284 bytes -SHA1 (tesseract-ocr-3.02.eng.tar.gz) = 989ed4c3a5b246d7353893e466c353099d8b73a1 -RMD160 (tesseract-ocr-3.02.eng.tar.gz) = 795d2050133b5398a9f13eb291f9b36da124ec5a -SHA512 (tesseract-ocr-3.02.eng.tar.gz) = 4db016a3809be03855c41363788907f404e08aa277cf891e86de5f0d7da5f4f9fd76f6e19a2a983a7906a94c8235e66608fefe45e0bdc786e44e613896d1f48c -Size (tesseract-ocr-3.02.eng.tar.gz) = 12641221 bytes -SHA1 (tesseract-ocr-3.02.enm.tar.gz) = 8d83830859654ffb7e1228f6fbd2604aafea987f -RMD160 (tesseract-ocr-3.02.enm.tar.gz) = c7e43a22e207245b9b6784bc2c92e5ca5dd4c477 -SHA512 (tesseract-ocr-3.02.enm.tar.gz) = 5a7e5c014798822cda2a17bf1e3ae9e00c01376b795ed40c39811d3aec8dbbd8d1039a9bb52f933c90bb0dbc7640af460768d67a20ae44c15b00d00fbc82bbf4 -Size (tesseract-ocr-3.02.enm.tar.gz) = 624909 bytes -SHA1 (tesseract-ocr-3.02.epo.tar.gz) = 84ff2e071864e2766dcde842cdbe74d6bdd59549 -RMD160 (tesseract-ocr-3.02.epo.tar.gz) = ee80cb8814d3518c6b7b8efba83563e2be38a284 -SHA512 (tesseract-ocr-3.02.epo.tar.gz) = 078d301b7d787c6a229c4e41cfb04ddb2d1bf87d86c25b7bf4cb372f6d8e8fadaa10e7a06cb64d5707a04464934cc693ed5da68beeff60456f3c2390d1632a75 -Size (tesseract-ocr-3.02.epo.tar.gz) = 1249158 bytes -SHA1 (tesseract-ocr-3.02.equ.tar.gz) = 24b46c2bfe4a652b6ac7bdee9afb68f44ffc333e -RMD160 (tesseract-ocr-3.02.equ.tar.gz) = 63c2fe3b12b771a1f832261e366b6ed494779ae4 -SHA512 (tesseract-ocr-3.02.equ.tar.gz) = d8045143991c835b5d024f89e3d0c0ad51a540b782a26ff8c80569cb8ed05d12abf3a9e8e7f705bb6a86a7f5daf8794a6766e354d6e34d29846d83e6c2bf8bdc -Size (tesseract-ocr-3.02.equ.tar.gz) = 827909 bytes -SHA1 (tesseract-ocr-3.02.est.tar.gz) = d37d2c295472f6e6ded26c9d799380d205a8cec4 -RMD160 (tesseract-ocr-3.02.est.tar.gz) = e2cb8fd06c08fc0579339f2777d04db6d7b7c235 -SHA512 (tesseract-ocr-3.02.est.tar.gz) = 6b5b77bda2f96bc6a52ec2c15ca37031e4f3bc2845913fde7a5478fa22eaef55cdbd69cc8cfa76f8dd9b1288dce7f065bafb6c9e477ef375462371e179c0d1b6 -Size (tesseract-ocr-3.02.est.tar.gz) = 1881719 bytes -SHA1 (tesseract-ocr-3.02.eus.tar.gz) = 072b7a4fc36c8b28903e9ef651693be702f21afd -RMD160 (tesseract-ocr-3.02.eus.tar.gz) = f8e7a858ac29a1a0260a1feaaba132fd5d760451 -SHA512 (tesseract-ocr-3.02.eus.tar.gz) = e677db9c1c2dd49de8570655f66c0483977f3d1bf0b18239fac5a9158fc23b53ae60d0077d2bf0265181bab3147d3100dbe96d109f4153fdbad29b68b1b2a48b -Size (tesseract-ocr-3.02.eus.tar.gz) = 1639091 bytes -SHA1 (tesseract-ocr-3.02.fin.tar.gz) = c30b504178e5fabd8f084f59e72aa9579b4ee436 -RMD160 (tesseract-ocr-3.02.fin.tar.gz) = ecbf8d0b61849dd8bfc3389e834af01965f853a0 -SHA512 (tesseract-ocr-3.02.fin.tar.gz) = a17682e3c9e07d46db7bc4b6e65850b1e7cbfe21e69bfe1f25b6adf7f24404932f7654775072b8b3ccdc8accb026a8ddf6ec36bee63b5be77ae2bc1e833f9368 -Size (tesseract-ocr-3.02.fin.tar.gz) = 986093 bytes -SHA1 (tesseract-ocr-3.02.fra.tar.gz) = 627893d878b33138608df372d191bd799b0edd4f -RMD160 (tesseract-ocr-3.02.fra.tar.gz) = 40b2b7bc846e36f46c12114c05e8b066a1bd3ff7 -SHA512 (tesseract-ocr-3.02.fra.tar.gz) = d10a23acb0dd4128c00a5c3d90ceace55601d2847b60a59d4d268252ac04f5d3917c98fceff02dc7e98fd1ec7233332d56ba53d71da73044f8547e5c19da2209 -Size (tesseract-ocr-3.02.fra.tar.gz) = 6474735 bytes -SHA1 (tesseract-ocr-3.02.frk.tar.gz) = 81b897434eee2762757519097913bd02ba527dd1 -RMD160 (tesseract-ocr-3.02.frk.tar.gz) = 63c4aee87dd263f29c513cdf86437643f945f843 -SHA512 (tesseract-ocr-3.02.frk.tar.gz) = af290d34bd32639a26f421916a2e2819e101d3168261e0896bca96097f6ba3d05f30b9e2aefb89ff2de62c14470ed35fafd3b6f981f7d732a05b1de364018039 -Size (tesseract-ocr-3.02.frk.tar.gz) = 5915892 bytes -SHA1 (tesseract-ocr-3.02.frm.tar.gz) = e52f58b8244f67f07b3bc0f849247b79ab6d1bcb -RMD160 (tesseract-ocr-3.02.frm.tar.gz) = 3e6f57f7414c1e88a2dce997b5e7e5f1b3fca598 -SHA512 (tesseract-ocr-3.02.frm.tar.gz) = d5b7f81a0f272d25694ae6461f0cac45d677625ea1b5a94b0fbadeded865938311b9767afd083b6ea8c162b4f803ae4f32f510232b5e0c8d9fc985f5d4e24383 -Size (tesseract-ocr-3.02.frm.tar.gz) = 5179468 bytes -SHA1 (tesseract-ocr-3.02.glg.tar.gz) = dee1605b15a57b321e7ad747df6c12a9491cfb08 -RMD160 (tesseract-ocr-3.02.glg.tar.gz) = d9e37bf597ef20c20191c2b4f27ff866b4a17838 -SHA512 (tesseract-ocr-3.02.glg.tar.gz) = 0ac9b1d0f28ab356786caa5b5f57a8d51b9a963dc45c8cf1ab20778f4bbf5f468b9b2cd8ba395362e0f904ac3c6a28b8b8550c118b2058ec7d36909f93a3495f -Size (tesseract-ocr-3.02.glg.tar.gz) = 1668470 bytes -SHA1 (tesseract-ocr-3.02.grc.tar.gz) = 2502de7df524264959c73f7253c580f491ee9a2d -RMD160 (tesseract-ocr-3.02.grc.tar.gz) = f3063b271102598e3d0985a13d8c497a8ac2af70 -SHA512 (tesseract-ocr-3.02.grc.tar.gz) = 166885daf8525538dd82c49d34ea7459c461f15aa3aa1cd8afe7c75367714a147ae0200bcd765116017518cdb5982044fa2294fb7df3b9d260199c438a9d01c4 -Size (tesseract-ocr-3.02.grc.tar.gz) = 3417998 bytes -SHA1 (tesseract-ocr-3.02.heb.tar.gz) = 67e10e616caf62545eacd436e85f89436687e22b -RMD160 (tesseract-ocr-3.02.heb.tar.gz) = 1c88989da04ae2514e92836a9682defd72a8d612 -SHA512 (tesseract-ocr-3.02.heb.tar.gz) = 1a2eb1ff20a52c98607db2f132e7a6789236cbe35eceb7a5ad07db9298afc2d6b4516026e9c1c55f5393d72b906642414ca8ff38869d63aec6fd1c98f5ef9e5d -Size (tesseract-ocr-3.02.heb.tar.gz) = 1062155 bytes -SHA1 (tesseract-ocr-3.02.hin.tar.gz) = 4ceef97ffb8b4ab5ac79ee4bad5b5be0885f228f -RMD160 (tesseract-ocr-3.02.hin.tar.gz) = 7ac8934ff29c8c65ca42c1ae4533e850613a871a -SHA512 (tesseract-ocr-3.02.hin.tar.gz) = 5b86946723b591d2a0289879dd7a9fa015fdd0c63332f877e4bc59281b50cbd61cba5c23a9b9ad677a884207d3bc97e6fcaf832dc8bae6d643e519e53dfdda13 -Size (tesseract-ocr-3.02.hin.tar.gz) = 10117234 bytes -SHA1 (tesseract-ocr-3.02.hrv.tar.gz) = c281dbaca6c1fa39ab1e7a82b43542fa46a9020b -RMD160 (tesseract-ocr-3.02.hrv.tar.gz) = 999b8e9559b90ff416cabe869f12f915bf43e437 -SHA512 (tesseract-ocr-3.02.hrv.tar.gz) = 2161919c3ac8414e7c316e42887f15e77b7e726d33bd17cf37396a89928bd8b3a79608feac1b7d7bc255fa2546c77677839710dcdf715d0480db84e0e3bc235f -Size (tesseract-ocr-3.02.hrv.tar.gz) = 1917626 bytes -SHA1 (tesseract-ocr-3.02.hun.tar.gz) = 4d7b4534d03c1a6a3861dac0f66da13fd9601e62 -RMD160 (tesseract-ocr-3.02.hun.tar.gz) = b92f41f560604c6b733cf5f5deeac2daf3703062 -SHA512 (tesseract-ocr-3.02.hun.tar.gz) = 58c2e2b983a535c793485cf793ddd32fbf019760c7bfe425d207309f621398f9ee8a9c1ceffb45480f23d69f9d6d004e11044cf70e8827bca71db20df9286a90 -Size (tesseract-ocr-3.02.hun.tar.gz) = 3132378 bytes -SHA1 (tesseract-ocr-3.02.ind.tar.gz) = 364fe00da0be5bd47661a68acf10ac0bc928cdaf -RMD160 (tesseract-ocr-3.02.ind.tar.gz) = 134303a34137b6dfe76f3823f879a163403e22fb -SHA512 (tesseract-ocr-3.02.ind.tar.gz) = 130539c088f56bcce449324208561d1427af53e74c0b5de0652f25966d2ff86005829eefb449ad24d6f0005ba8d7eeac022a70523c60db97225eb3b7d7252c51 -Size (tesseract-ocr-3.02.ind.tar.gz) = 1872259 bytes -SHA1 (tesseract-ocr-3.02.isl.tar.gz) = 7036d949d1860f192d4e038597c435d47fe8ca9a -RMD160 (tesseract-ocr-3.02.isl.tar.gz) = ab9f2dbc392920c07840c5311bf91d07170f9ab1 -SHA512 (tesseract-ocr-3.02.isl.tar.gz) = c6f5a1b6a7b483e5bc3430dd3496ce9023ff5d84493a489eea4e306eb5dcba0c017b256671269772d04729021bf37f498675a10692a2271673e37b94c1023d70 -Size (tesseract-ocr-3.02.isl.tar.gz) = 1632509 bytes -SHA1 (tesseract-ocr-3.02.ita.tar.gz) = b4d75234cab050db69874190d1bab5b2b1c59961 -RMD160 (tesseract-ocr-3.02.ita.tar.gz) = 1967275b5fc1a76a4fbbf97458f7aa61cb77c15e -SHA512 (tesseract-ocr-3.02.ita.tar.gz) = 20246685d0d092de96ebddadf2ae981ab9035c0735ae7cfafc6aa943a009516649a32e6db06a61932218b4c6a1e9dc33dad5fd403207fe1982f598d06d7800d3 -Size (tesseract-ocr-3.02.ita.tar.gz) = 7173232 bytes -SHA1 (tesseract-ocr-3.02.jpn.tar.gz) = 7212a708ef688687538abe9a40aab99aa06017a2 -RMD160 (tesseract-ocr-3.02.jpn.tar.gz) = 7dbcaa6ce64e6a97267d81c706e0d74b3c13aa0f -SHA512 (tesseract-ocr-3.02.jpn.tar.gz) = 2d69e1dd569fc6d0b8fb44a76f064a848b8cc64cb6e220d181a4e0868f88b09aa59f2d4ed2a638cc84ca03af76b2483785dca94be2fe75d714d6a7efea6b731c -Size (tesseract-ocr-3.02.jpn.tar.gz) = 13691665 bytes -SHA1 (tesseract-ocr-3.02.kan.tar.gz) = d3a71631227b04dbcd370b1fdee6d423655663b7 -RMD160 (tesseract-ocr-3.02.kan.tar.gz) = 192e908039720d9b1c5b3a3c5e774cdaacda35f5 -SHA512 (tesseract-ocr-3.02.kan.tar.gz) = 38614b8f2b3b0ac4f37c87f4a63886be07862a33a47b8471239d149b56ded5237935a1be824be8cb873f89609adb6afee1fb337906677e5d410bd4188c17c644 -Size (tesseract-ocr-3.02.kan.tar.gz) = 4445839 bytes -SHA1 (tesseract-ocr-3.02.kor.tar.gz) = d39e165fb73e339c21fbdf995b9d0fffda9fd7db -RMD160 (tesseract-ocr-3.02.kor.tar.gz) = e305a5ea7c2a0635c57b232e9a8302a3e0c9eb8a -SHA512 (tesseract-ocr-3.02.kor.tar.gz) = 4720dc67011b8b2fc2292991f450c2ede9a5c285090a20566657b08aeb0daefdbc83626b9cd2b4ecb0e8db172f768f8449aa0f52bfac1eff137f5c6736528837 -Size (tesseract-ocr-3.02.kor.tar.gz) = 5419147 bytes -SHA1 (tesseract-ocr-3.02.lav.tar.gz) = 98fccc5c8b1613364d5386b29c9dfa82d178d772 -RMD160 (tesseract-ocr-3.02.lav.tar.gz) = 3e555976a384719d10e46b97c838b1a62c34fcbe -SHA512 (tesseract-ocr-3.02.lav.tar.gz) = 878aa91c1b87fa0346f30a471df123a0cbad5b08810c42f5b409cbe6855aba9b28ae93a73e8eb86c685edaffbb856ac9c4bafc7b658eb0c59d427ee9e0f43c7e -Size (tesseract-ocr-3.02.lav.tar.gz) = 1826809 bytes -SHA1 (tesseract-ocr-3.02.lit.tar.gz) = 1ef0fb76f9b463aa8a6e41056c87842d43102698 -RMD160 (tesseract-ocr-3.02.lit.tar.gz) = 0dbc183bd56a549057d383d216b6df0429e31359 -SHA512 (tesseract-ocr-3.02.lit.tar.gz) = f76beb2323c3d1c5f294d1e268be1921a3c03d8a4bdf236ebe9d3b4a46fa9a3ad941296cb12ef54b00d8f04978c1621f374a2fb8771d84d70161c768fd1f5592 -Size (tesseract-ocr-3.02.lit.tar.gz) = 1762787 bytes -SHA1 (tesseract-ocr-3.02.mal.tar.gz) = aadbded7e50f7dd503d62f99060836c9f4d65732 -RMD160 (tesseract-ocr-3.02.mal.tar.gz) = 1290bba4363a5356153d17252214a7d58c5db1ed -SHA512 (tesseract-ocr-3.02.mal.tar.gz) = a8d09f441d2ba6767d8811a33905c208889077cac70dca5120f42850cb3bfa2711b17ba93af666420592617d55a300742fe39bf4536ae32af36e596c55202005 -Size (tesseract-ocr-3.02.mal.tar.gz) = 6048861 bytes -SHA1 (tesseract-ocr-3.02.mkd.tar.gz) = f6a5235ad131dde816f3f151df4f999f4ea214c6 -RMD160 (tesseract-ocr-3.02.mkd.tar.gz) = 13aa3ca673c6203ed402f5081d71374fc2e09499 -SHA512 (tesseract-ocr-3.02.mkd.tar.gz) = 9559a8312e86b0388dad960e4f8cebb5bb9ee58ede5d7fb7690c1e9f9276a82a272ae7da267ba353d9d987eac97de434a1adf2ec8a3166e01637c84f76ed0d12 -Size (tesseract-ocr-3.02.mkd.tar.gz) = 1166336 bytes -SHA1 (tesseract-ocr-3.02.mlt.tar.gz) = 72d4ee59e6fd79f618a7ef09bdedb5e887d20db4 -RMD160 (tesseract-ocr-3.02.mlt.tar.gz) = 8885051d58e78a7ec6791d78b81164f657427cbc -SHA512 (tesseract-ocr-3.02.mlt.tar.gz) = e04f1da4386302dd0b6f311581626f31287c82f83c90fe5f8dc50ac5e86c6351fd57c271933c998a2b58a0c872daf2b16577e082b909c8c3d0ddcc5b0c80547e -Size (tesseract-ocr-3.02.mlt.tar.gz) = 1454216 bytes -SHA1 (tesseract-ocr-3.02.msa.tar.gz) = 6344682dc9fe541499f455ae88c07f5941d5e646 -RMD160 (tesseract-ocr-3.02.msa.tar.gz) = b6d055fb4f324efacfc711b85537449061e53b84 -SHA512 (tesseract-ocr-3.02.msa.tar.gz) = 9ceeae534dedf09339f339a25654e366c9b469f36ec5e6b9def925390e518d81ddb662036e1637fcc4242efd4322ba9d43a99a685db9c94586a19595d4a17cd4 -Size (tesseract-ocr-3.02.msa.tar.gz) = 1664381 bytes -SHA1 (tesseract-ocr-3.02.nld.tar.gz) = e68e491d68fa367e2d173b12f19330e3ed72e750 -RMD160 (tesseract-ocr-3.02.nld.tar.gz) = 41e41ab4c34e04a92148287811e92dd688e1e182 -SHA512 (tesseract-ocr-3.02.nld.tar.gz) = ee00ddb20a8ecb18ff6dbe5211bccb7bd7cf7342df8b7da29f3bde3677c8a2a24cbd99400f25224e2a2432955c11026277af8f98852016c95d349259eb746f1c -Size (tesseract-ocr-3.02.nld.tar.gz) = 1139701 bytes -SHA1 (tesseract-ocr-3.02.nor.tar.gz) = cc0f69a4df82adb0f8591f1dfbe3920ced46181b -RMD160 (tesseract-ocr-3.02.nor.tar.gz) = 9cf47c13e1aef04af77740729dbba480800e9f40 -SHA512 (tesseract-ocr-3.02.nor.tar.gz) = fbd1bebd94695880914e5fcc19f420583925391b24aab9e3852ca7d6c46dcf37b47d45498b60533615a5a571f48150d061f9e05cd75656438fdac558a8f62525 -Size (tesseract-ocr-3.02.nor.tar.gz) = 2184462 bytes -SHA1 (tesseract-ocr-3.02.pol.tar.gz) = b6c1092ad1bdba5dc019d8f84d3e6c3478e4ffb0 -RMD160 (tesseract-ocr-3.02.pol.tar.gz) = 4b9d6d437bf291a88bb366db8497cb5121807043 -SHA512 (tesseract-ocr-3.02.pol.tar.gz) = f3a2e323f35cba6a742a253bc03aaf911e5a4266de1a50bcfebc74fea6d1cf7b76860c81e395bdaeefbe0be25cfc2e2ebf1eb217825d15ace032b6fe463b1cc4 -Size (tesseract-ocr-3.02.pol.tar.gz) = 7067117 bytes -SHA1 (tesseract-ocr-3.02.por.tar.gz) = 919e6503bd7fc00ffeb27b0823ddad3d2aaf7ba9 -RMD160 (tesseract-ocr-3.02.por.tar.gz) = 53359d4e5df589336b29c185181e0b94c4a07f47 -SHA512 (tesseract-ocr-3.02.por.tar.gz) = e7a585477ee7b2c9fe74483342c403d3c7a0983ef4fb95d918b1187bdb92ebf6621ce682c71f753a4ab39c6d4b65df0b43730ef2e592352ec27b24769afe1a56 -Size (tesseract-ocr-3.02.por.tar.gz) = 920087 bytes -SHA1 (tesseract-ocr-3.02.rus.tar.gz) = 5caa3f1c5d46642e7c0c17ecd7cc4fe2a4aa2b0b -RMD160 (tesseract-ocr-3.02.rus.tar.gz) = bed7102a68eb1d2672addbfcbaca8adcba436f33 -SHA512 (tesseract-ocr-3.02.rus.tar.gz) = 2d72dfd03c48897dbda47a534567805ee3680170b093a550212e5651575cc1325e4f7962a6e8f21202ee2bb816bf2bd309add83537658847b5d5df1003399e1e -Size (tesseract-ocr-3.02.rus.tar.gz) = 9185294 bytes -SHA1 (tesseract-ocr-3.02.slk.tar.gz) = 946d6033b276f7e3fcfceca35978d3380d10710f -RMD160 (tesseract-ocr-3.02.slk.tar.gz) = 8cf5f1776f9a99d362428802ab2dc534d6bb5aa7 -SHA512 (tesseract-ocr-3.02.slk.tar.gz) = b2db7c8042218d5299902c41f82cf1727cc65ddd503b33bb535cbf4fca54cdaee3091468ea0b00e0277d08c2147ba1265da114dcd1f99e6095be4e9305efdc3e -Size (tesseract-ocr-3.02.slk.tar.gz) = 2486120 bytes -SHA1 (tesseract-ocr-3.02.slv.tar.gz) = cbd9506944069954e3742cbcac2f15ca7f7c90cc -RMD160 (tesseract-ocr-3.02.slv.tar.gz) = 5c19344d8f7158d6d384a9d5f3e31ad7ff7830c3 -SHA512 (tesseract-ocr-3.02.slv.tar.gz) = 7a0f2a2ed67a38c6b778852184a0d85b32fac847909984da4141ccdbeaff8ec5eb4ad9f6063afcc3dea95373af80241c9c54ba6f73dbea66ce9d14b101786d0f -Size (tesseract-ocr-3.02.slv.tar.gz) = 1610823 bytes -SHA1 (tesseract-ocr-3.02.spa.tar.gz) = 51e1289f0320bd750be4b04065dcae6862562b01 -RMD160 (tesseract-ocr-3.02.spa.tar.gz) = f5270f3b78e96d412e67d600491f4a880b9c4d22 -SHA512 (tesseract-ocr-3.02.spa.tar.gz) = cd7d9cc6e83d13fed9ee7921a8f22ff8c52be043802abdd545d6b9b17f5fb8d10bd55b26131c790ceb9a09359c73af9e850ac927f7be687690c29b5e638c8d32 -Size (tesseract-ocr-3.02.spa.tar.gz) = 9843970 bytes -SHA1 (tesseract-ocr-3.02.sqi.tar.gz) = 4d865da27ec2b0ce5f5dbc67a7a1781af1eca05c -RMD160 (tesseract-ocr-3.02.sqi.tar.gz) = 17665a0c1beb295227afba1e8f144c916c4ba5e7 -SHA512 (tesseract-ocr-3.02.sqi.tar.gz) = 1e255b4a7307b465b440828217641289ce20e8cf73efaa9662836233eb60842a52a2e249227d7990a7c7f8ae0f2e4e1be8222f10e32ea394921045e6e1a1ee5b -Size (tesseract-ocr-3.02.sqi.tar.gz) = 1658111 bytes -SHA1 (tesseract-ocr-3.02.srp.tar.gz) = ca496054260efb361f6873ba7212dd7438fd496c -RMD160 (tesseract-ocr-3.02.srp.tar.gz) = 2435b8acd2eb22427b08479889a791f08de2e3e5 -SHA512 (tesseract-ocr-3.02.srp.tar.gz) = a02ad30c05456c91184b7ae326ee237380b3cf9fdb40f0a9b1188fa6362529a1226c2f8bb0d751ec4880c1d32a20266ad5597f62c376b9ee7063c7c7daa3cac7 -Size (tesseract-ocr-3.02.srp.tar.gz) = 1770663 bytes -SHA1 (tesseract-ocr-3.02.swa.tar.gz) = 453ca6cd1b0b154006eef2046fb008796f59ce8a -RMD160 (tesseract-ocr-3.02.swa.tar.gz) = d01cf8eacc7384e7a1d482df3aff9ed35f5ed6d6 -SHA512 (tesseract-ocr-3.02.swa.tar.gz) = a844d8e3e369014cb016de9dae0f5f63ae2f0e5ae21b4c73d8ca8a1cd6a0e2077db6155460ba0c633e2caadb0f17d4c59dbbcd7e5933224d571755a7d5537bd4 -Size (tesseract-ocr-3.02.swa.tar.gz) = 763404 bytes -SHA1 (tesseract-ocr-3.02.swe.tar.gz) = 8ecabd4d010ff89d6d3975fb09fc622bf1c157bb -RMD160 (tesseract-ocr-3.02.swe.tar.gz) = 987aa3c82c7d419fda05dd349e5ee3b4fe14b307 -SHA512 (tesseract-ocr-3.02.swe.tar.gz) = 9af4b2384b859eaf19d75989bbfdb5738b295faa846e028a1590255d44eceb9903f3cba470dedae7ee252e63a2b040582b742ec6a9a5404545e64cb8f67a8b1d -Size (tesseract-ocr-3.02.swe.tar.gz) = 2444131 bytes -SHA1 (tesseract-ocr-3.02.tam.tar.gz) = b1067548993f168b06019616fc1a1d515169ee84 -RMD160 (tesseract-ocr-3.02.tam.tar.gz) = aceb01612c11255bc03113368bcc053a13c192bd -SHA512 (tesseract-ocr-3.02.tam.tar.gz) = 21481b3c62266541ee8cccc1350257764204152c5544f66028189353445904057c4b7f0304a73c166e65aa606b9278a7186ed718cc805e1836807cd723a12c34 -Size (tesseract-ocr-3.02.tam.tar.gz) = 3549042 bytes -SHA1 (tesseract-ocr-3.02.tel.tar.gz) = 726a411daa5ba3c5a6e3e04e870591ba65bf3ee8 -RMD160 (tesseract-ocr-3.02.tel.tar.gz) = fe9fb6b07c7d2755b8fbf372de77636e64c6a549 -SHA512 (tesseract-ocr-3.02.tel.tar.gz) = 99e01d40198bac6ee1ac4000a2529bd425383b5ca61e06a8a042a05b757d3d6df7fd2fc2be3083d28bd92429d2120edddda1c9c5f5cb4b1cdb16b868e10fd9a5 -Size (tesseract-ocr-3.02.tel.tar.gz) = 5866272 bytes -SHA1 (tesseract-ocr-3.02.tgl.tar.gz) = 5437a1a2ffc3dceea2e241b41bd414e64148274d -RMD160 (tesseract-ocr-3.02.tgl.tar.gz) = 155a261e6faa5f6f210b035460960c5d6e57cabc -SHA512 (tesseract-ocr-3.02.tgl.tar.gz) = 02deab716f9c310e5423b8afb197852efde50de461c7dd8d94a0f0dac43c1da379eabde7509c04fbb843c7ecb8a7af0a345bf6fdc02d3d01e15ac58cbfaa6e51 -Size (tesseract-ocr-3.02.tgl.tar.gz) = 1498530 bytes -SHA1 (tesseract-ocr-3.02.tha.tar.gz) = 04a35c04585a887662dc668e54f5368dabf31f50 -RMD160 (tesseract-ocr-3.02.tha.tar.gz) = 87f52149f3acd038cf5ca9b0317115561a42e292 -SHA512 (tesseract-ocr-3.02.tha.tar.gz) = 84dd0d2b923449eaa1514c6a61dd4b19b955c2a608bfcb53318c8c2037f6b2afdd1685d6216a9e8987693237c199f28c6b5a709d2d8a3960388296ec89c22b10 -Size (tesseract-ocr-3.02.tha.tar.gz) = 3872875 bytes -SHA1 (tesseract-ocr-3.02.tur.tar.gz) = 017c11a1630ad96f600a863803a892aeadaa34fb -RMD160 (tesseract-ocr-3.02.tur.tar.gz) = dbffa99dde65b3a082a15d75ad199b7f91625bfd -SHA512 (tesseract-ocr-3.02.tur.tar.gz) = b7fe891b4cbc45adadee4059ec0f52f36c5838d242b74e7db2449e1b31791a452dd2ece34a1e2fc61b3b19b536cb93c1425862e82dd746de2d33b210e9f7ecbe -Size (tesseract-ocr-3.02.tur.tar.gz) = 3543917 bytes -SHA1 (tesseract-ocr-3.02.ukr.tar.gz) = 729a2bd1a2cf81c314b8b0f2057260019f056149 -RMD160 (tesseract-ocr-3.02.ukr.tar.gz) = fcf96e1653083065a9454dea2bc3beefe40128ef -SHA512 (tesseract-ocr-3.02.ukr.tar.gz) = 1e6c44d2d529afcec864ab51e4cc3e4251f6d7daf8f55df77160374e8b724051691b4f462d9acbce9a9ad49dd84d5fb1042b89c8f393afcda7ff2bcb93f4d9de -Size (tesseract-ocr-3.02.ukr.tar.gz) = 946344 bytes -SHA1 (tesseract-ocr-3.02.vie.tar.gz) = 9ab987ff577f1e1c536000d97cf6247f44ef8fdd -RMD160 (tesseract-ocr-3.02.vie.tar.gz) = 1a028355cfa95bf24db6203ba89531a2675aff4c -SHA512 (tesseract-ocr-3.02.vie.tar.gz) = c80d3193b0474379d00960016a2863890e76f447943f50707825e1dce0fdd67054116616c6c657f1e2a1e73d60fcc4d98c81993bace69bae25292882acd20e4d -Size (tesseract-ocr-3.02.vie.tar.gz) = 2207972 bytes +SHA1 (tessdata-3.04.00.tar.gz) = 6ea24cccf0e823da98589ccc75d51f0950618236 +RMD160 (tessdata-3.04.00.tar.gz) = 0a3c3b3c127b6031e2e037d78e3a6f159fb9e869 +SHA512 (tessdata-3.04.00.tar.gz) = 4fbb66137c729e16c7a9e35b09916a45c1bb5ec5a7002a22647e0b10975362cb44c6d6c0c997baf25866f78749ec2d4a86317ec3fb664bd963243e230516d162 +Size (tessdata-3.04.00.tar.gz) = 499088801 bytes +SHA1 (tesseract-3.04.01.tar.gz) = 359ffc1925f0270ca100a2b4c1d3b41f4b23701d +RMD160 (tesseract-3.04.01.tar.gz) = 5e754411afa74cfc4e6b601fe2c770ba93a25f23 +SHA512 (tesseract-3.04.01.tar.gz) = 816f6c29f8efeaf157891ddb022bd0daf8eb27c0cb8b6df5542e745d209f0ce617245e4583c59a561ed3216044d3afb38f8620ee94cdea656364923dcb140b5b +Size (tesseract-3.04.01.tar.gz) = 2269105 bytes SHA1 (patch-viewer_scrollview.cpp) = 05a9ff5d2a9e302b3a682144db54c612fd4eccc2 SHA1 (patch-viewer_svutil_cpp) = ec6f8b79c66993e5272a4f2a13aa92f2432cbea0 diff --git a/graphics/tex-pgfgantt-doc/DESCR b/graphics/tex-pgfgantt-doc/DESCR new file mode 100644 index 0000000000000..4c86ea375b4b8 --- /dev/null +++ b/graphics/tex-pgfgantt-doc/DESCR @@ -0,0 +1 @@ +Documentation for tex-pgfgantt. diff --git a/graphics/tex-pgfgantt-doc/Makefile b/graphics/tex-pgfgantt-doc/Makefile new file mode 100644 index 0000000000000..01e55272b76fa --- /dev/null +++ b/graphics/tex-pgfgantt-doc/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1 2016/04/23 22:32:02 markd Exp $ + +DISTNAME= pgfgantt.doc +PKGNAME= tex-${DISTNAME:S/./-/}-4.0 +TEXLIVE_REV= 31037 + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://ctan.org/pkg/pgfgantt +COMMENT= Documentation for tex-pgfgantt +LICENSE= lppl-1.3c + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/graphics/tex-pgfgantt-doc/PLIST b/graphics/tex-pgfgantt-doc/PLIST new file mode 100644 index 0000000000000..ea95a0e626870 --- /dev/null +++ b/graphics/tex-pgfgantt-doc/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1 2016/04/23 22:32:02 markd Exp $ +share/texmf-dist/doc/latex/pgfgantt/README +share/texmf-dist/doc/latex/pgfgantt/pgfgantt.pdf diff --git a/graphics/tex-pgfgantt-doc/distinfo b/graphics/tex-pgfgantt-doc/distinfo new file mode 100644 index 0000000000000..0ec7e2859c874 --- /dev/null +++ b/graphics/tex-pgfgantt-doc/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2016/04/23 22:32:02 markd Exp $ + +SHA1 (tex-pgfgantt-31037/pgfgantt.doc.tar.xz) = 3545120372c68a17db32813bea4ee1fa0d2f40de +RMD160 (tex-pgfgantt-31037/pgfgantt.doc.tar.xz) = 46b132c9180ac6f3ae21b2a7805ec64a752cee93 +SHA512 (tex-pgfgantt-31037/pgfgantt.doc.tar.xz) = 21c5b6306bb91f837cfd8dbdf1161ca436b57ccf415f236a1ee1aa27482600c968fe86f9bc765a35c60fadc630896432d66e5cea52bccf9bebab88f3b7c93a7b +Size (tex-pgfgantt-31037/pgfgantt.doc.tar.xz) = 901696 bytes diff --git a/graphics/tex-pgfgantt/DESCR b/graphics/tex-pgfgantt/DESCR new file mode 100644 index 0000000000000..06d8abce96295 --- /dev/null +++ b/graphics/tex-pgfgantt/DESCR @@ -0,0 +1,4 @@ +The package provides an environment for drawing Gantt charts +that contain various elements (titles, bars, milestones, groups +and links). Several keys customize the appearance of the chart +elements. diff --git a/graphics/tex-pgfgantt/Makefile b/graphics/tex-pgfgantt/Makefile new file mode 100644 index 0000000000000..d317c0ace47be --- /dev/null +++ b/graphics/tex-pgfgantt/Makefile @@ -0,0 +1,15 @@ +# $NetBSD: Makefile,v 1.1 2016/04/23 22:32:02 markd Exp $ + +DISTNAME= pgfgantt +PKGNAME= tex-${DISTNAME}-4.0 +TEXLIVE_REV= 31037 + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://ctan.org/pkg/pgfgantt +COMMENT= Draw Gantt charts with TikZ +LICENSE= lppl-1.3c + +DEPENDS+= tex-pgf-[0-9]*:../../print/tex-pgf + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/graphics/tex-pgfgantt/PLIST b/graphics/tex-pgfgantt/PLIST new file mode 100644 index 0000000000000..06c777c258cf4 --- /dev/null +++ b/graphics/tex-pgfgantt/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1 2016/04/23 22:32:02 markd Exp $ +share/texmf-dist/tex/latex/pgfgantt/pgfgantt.sty diff --git a/graphics/tex-pgfgantt/distinfo b/graphics/tex-pgfgantt/distinfo new file mode 100644 index 0000000000000..ad3138cb925f7 --- /dev/null +++ b/graphics/tex-pgfgantt/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2016/04/23 22:32:02 markd Exp $ + +SHA1 (tex-pgfgantt-31037/pgfgantt.tar.xz) = 034f005ff29f5d1ac3bd91ac31333539f58d3d77 +RMD160 (tex-pgfgantt-31037/pgfgantt.tar.xz) = 90c87a5d8b9c2560b3135ff7cdbcbbecafba352d +SHA512 (tex-pgfgantt-31037/pgfgantt.tar.xz) = 32215afacf980b9c25e3ee03666f49026b0479d6e4a606ad10f15e834f5fe468f8442db2d044c5a780c4221c57d2c980bb34bab2785841135e5e777657c18543 +Size (tex-pgfgantt-31037/pgfgantt.tar.xz) = 7204 bytes diff --git a/graphics/tex-pst-ovl-doc/DESCR b/graphics/tex-pst-ovl-doc/DESCR new file mode 100644 index 0000000000000..6400f961e6ba9 --- /dev/null +++ b/graphics/tex-pst-ovl-doc/DESCR @@ -0,0 +1 @@ +Documentation for tex-pst-ovl. diff --git a/graphics/tex-pst-ovl-doc/Makefile b/graphics/tex-pst-ovl-doc/Makefile new file mode 100644 index 0000000000000..636c82de56a76 --- /dev/null +++ b/graphics/tex-pst-ovl-doc/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1 2016/04/23 22:32:02 markd Exp $ + +DISTNAME= pst-ovl.doc +PKGNAME= tex-${DISTNAME:S/./-/}-0.06 +TEXLIVE_REV= 34033 + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://ctan.org/pkg/pst-ovl +COMMENT= Documentation for tex-pst-ovl +LICENSE= lppl-1.3c + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/graphics/tex-pst-ovl-doc/PLIST b/graphics/tex-pst-ovl-doc/PLIST new file mode 100644 index 0000000000000..51bccd11838cd --- /dev/null +++ b/graphics/tex-pst-ovl-doc/PLIST @@ -0,0 +1,6 @@ +@comment $NetBSD: PLIST,v 1.1 2016/04/23 22:32:02 markd Exp $ +share/texmf-dist/doc/generic/pst-ovl/Changes +share/texmf-dist/doc/generic/pst-ovl/README +share/texmf-dist/doc/generic/pst-ovl/pst-ovl-doc.bib +share/texmf-dist/doc/generic/pst-ovl/pst-ovl-doc.pdf +share/texmf-dist/doc/generic/pst-ovl/pst-ovl-doc.tex diff --git a/graphics/tex-pst-ovl-doc/distinfo b/graphics/tex-pst-ovl-doc/distinfo new file mode 100644 index 0000000000000..a1b697294795a --- /dev/null +++ b/graphics/tex-pst-ovl-doc/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2016/04/23 22:32:02 markd Exp $ + +SHA1 (tex-pst-ovl-34033/pst-ovl.doc.tar.xz) = 4cc91b5d61c82804d9e7dbe83ee98c3292e96073 +RMD160 (tex-pst-ovl-34033/pst-ovl.doc.tar.xz) = e9876a4077dbf45048f2fedaf847d4cf43a7fbe0 +SHA512 (tex-pst-ovl-34033/pst-ovl.doc.tar.xz) = 273cd97bcfb5cd680d3194aec1942b4efc77bb50f8b0374a5659d3aa8c1b4927d30ffd9c98f0bade123e57296db232aa63f9424c4bcce9c873d44d27759924c8 +Size (tex-pst-ovl-34033/pst-ovl.doc.tar.xz) = 36548 bytes diff --git a/graphics/tex-pst-ovl/DESCR b/graphics/tex-pst-ovl/DESCR new file mode 100644 index 0000000000000..d38e7ba22e9b8 --- /dev/null +++ b/graphics/tex-pst-ovl/DESCR @@ -0,0 +1,4 @@ +The package is useful when building an image from assorted +material, as in the slides of a projected presentation. The +package requires pstricks, and shares that package's +restrictions on usage when generating PDF output. diff --git a/graphics/tex-pst-ovl/Makefile b/graphics/tex-pst-ovl/Makefile new file mode 100644 index 0000000000000..7c0f7745d44f4 --- /dev/null +++ b/graphics/tex-pst-ovl/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1 2016/04/23 22:32:02 markd Exp $ + +DISTNAME= pst-ovl +PKGNAME= tex-${DISTNAME}-0.06 +TEXLIVE_REV= 34033 + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://ctan.org/pkg/pst-ovl +COMMENT= Create and manage graphical overlays +LICENSE= lppl-1.3c + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/graphics/tex-pst-ovl/PLIST b/graphics/tex-pst-ovl/PLIST new file mode 100644 index 0000000000000..a541a3c7dadd2 --- /dev/null +++ b/graphics/tex-pst-ovl/PLIST @@ -0,0 +1,4 @@ +@comment $NetBSD: PLIST,v 1.1 2016/04/23 22:32:02 markd Exp $ +share/texmf-dist/dvips/pst-ovl/pst-ovl.pro +share/texmf-dist/tex/generic/pst-ovl/pst-ovl.tex +share/texmf-dist/tex/latex/pst-ovl/pst-ovl.sty diff --git a/graphics/tex-pst-ovl/distinfo b/graphics/tex-pst-ovl/distinfo new file mode 100644 index 0000000000000..8bb0466536877 --- /dev/null +++ b/graphics/tex-pst-ovl/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2016/04/23 22:32:02 markd Exp $ + +SHA1 (tex-pst-ovl-34033/pst-ovl.tar.xz) = 937637179c383dc23147ee3b22e3114d7a6ada1a +RMD160 (tex-pst-ovl-34033/pst-ovl.tar.xz) = 55fb8b51de7c4a02328d9e5c8d3695b53b163b02 +SHA512 (tex-pst-ovl-34033/pst-ovl.tar.xz) = 15026559fa39cd4933f6c7fcb790e60bca86e432c9b11790755164f5fbf59b9fbbf2c052b3c6b247c2d9e96544510a73abf3c93c13d781ffde1f8f4c39d642ed +Size (tex-pst-ovl-34033/pst-ovl.tar.xz) = 1916 bytes diff --git a/graphics/tex-pst-tools-doc/DESCR b/graphics/tex-pst-tools-doc/DESCR new file mode 100644 index 0000000000000..d08693cc45527 --- /dev/null +++ b/graphics/tex-pst-tools-doc/DESCR @@ -0,0 +1 @@ +Documentation for tex-pst-tools. diff --git a/graphics/tex-pst-tools-doc/Makefile b/graphics/tex-pst-tools-doc/Makefile new file mode 100644 index 0000000000000..2ca586731ca9c --- /dev/null +++ b/graphics/tex-pst-tools-doc/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1 2016/04/23 22:32:02 markd Exp $ + +DISTNAME= pst-tools.doc +PKGNAME= tex-${DISTNAME:S/./-/}-0.05 +TEXLIVE_REV= 34067 + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://ctan.org/pkg/pst-tools +COMMENT= Documentation for tex-pst-tools +LICENSE= lppl-1.3c + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/graphics/tex-pst-tools-doc/PLIST b/graphics/tex-pst-tools-doc/PLIST new file mode 100644 index 0000000000000..dbbcf3e16e151 --- /dev/null +++ b/graphics/tex-pst-tools-doc/PLIST @@ -0,0 +1,6 @@ +@comment $NetBSD: PLIST,v 1.1 2016/04/23 22:32:02 markd Exp $ +share/texmf-dist/doc/generic/pst-tools/Changes +share/texmf-dist/doc/generic/pst-tools/README +share/texmf-dist/doc/generic/pst-tools/pst-tools-doc.bib +share/texmf-dist/doc/generic/pst-tools/pst-tools-doc.pdf +share/texmf-dist/doc/generic/pst-tools/pst-tools-doc.tex diff --git a/graphics/tex-pst-tools-doc/distinfo b/graphics/tex-pst-tools-doc/distinfo new file mode 100644 index 0000000000000..8b4858863e8a3 --- /dev/null +++ b/graphics/tex-pst-tools-doc/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2016/04/23 22:32:02 markd Exp $ + +SHA1 (tex-pst-tools-34067/pst-tools.doc.tar.xz) = 248f3b262d3884150cbd7bad6ce26a2930c73626 +RMD160 (tex-pst-tools-34067/pst-tools.doc.tar.xz) = 2c672e4b38fec4bd031ef06127ae5e656160e2d6 +SHA512 (tex-pst-tools-34067/pst-tools.doc.tar.xz) = 18945877b898ce9a4b6a6a158aa0c1bb526719e033bb627cf28bcfea62f6bc06a7c737a0150563af37e9a31eb2e3b9fbf4fd6dceab31edf9a2a69ff64ae44bed +Size (tex-pst-tools-34067/pst-tools.doc.tar.xz) = 51516 bytes diff --git a/graphics/tex-pst-tools/DESCR b/graphics/tex-pst-tools/DESCR new file mode 100644 index 0000000000000..a5aac345f1e6e --- /dev/null +++ b/graphics/tex-pst-tools/DESCR @@ -0,0 +1,2 @@ +The package provides helper functions for other PSTricks +related packages. diff --git a/graphics/tex-pst-tools/Makefile b/graphics/tex-pst-tools/Makefile new file mode 100644 index 0000000000000..fea363b5efdcd --- /dev/null +++ b/graphics/tex-pst-tools/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1 2016/04/23 22:32:02 markd Exp $ + +DISTNAME= pst-tools +PKGNAME= tex-${DISTNAME}-0.05 +TEXLIVE_REV= 34067 + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://ctan.org/pkg/pst-tools +COMMENT= PStricks support functions +LICENSE= lppl-1.3c + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/graphics/tex-pst-tools/PLIST b/graphics/tex-pst-tools/PLIST new file mode 100644 index 0000000000000..960d37db2cebf --- /dev/null +++ b/graphics/tex-pst-tools/PLIST @@ -0,0 +1,4 @@ +@comment $NetBSD: PLIST,v 1.1 2016/04/23 22:32:02 markd Exp $ +share/texmf-dist/dvips/pst-tools/pst-tools.pro +share/texmf-dist/tex/generic/pst-tools/pst-tools.tex +share/texmf-dist/tex/latex/pst-tools/pst-tools.sty diff --git a/graphics/tex-pst-tools/distinfo b/graphics/tex-pst-tools/distinfo new file mode 100644 index 0000000000000..600358cf3ed35 --- /dev/null +++ b/graphics/tex-pst-tools/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2016/04/23 22:32:02 markd Exp $ + +SHA1 (tex-pst-tools-34067/pst-tools.tar.xz) = d73f8d440dc5e1e80f17957c2b74e132d21781ef +RMD160 (tex-pst-tools-34067/pst-tools.tar.xz) = cfac00e40bb7a742525e08e2c31afe1e1500e495 +SHA512 (tex-pst-tools-34067/pst-tools.tar.xz) = 325c034aa488a870a1ab77a15f567adc2f9f7c4cca876c0081a49f4a9af5fd06b2c290ce24f2801586f51dd247bf5673f07dc22018ebe3c48db1ed08dbf12b44 +Size (tex-pst-tools-34067/pst-tools.tar.xz) = 4608 bytes diff --git a/graphics/tex-tikz-cd-doc/DESCR b/graphics/tex-tikz-cd-doc/DESCR new file mode 100644 index 0000000000000..47d8f2805f20a --- /dev/null +++ b/graphics/tex-tikz-cd-doc/DESCR @@ -0,0 +1 @@ +Documentation for tex-tikz-cd. diff --git a/graphics/tex-tikz-cd-doc/Makefile b/graphics/tex-tikz-cd-doc/Makefile new file mode 100644 index 0000000000000..3a5ecc182e85a --- /dev/null +++ b/graphics/tex-tikz-cd-doc/Makefile @@ -0,0 +1,16 @@ +# $NetBSD: Makefile,v 1.1 2016/04/23 22:32:03 markd Exp $ + +DISTNAME= tikz-cd.doc +PKGNAME= tex-${DISTNAME:S/./-/}-0.9e +CATEGORIES= graphics math print +TEXLIVE_REV= 35485 + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= https://www.ctan.org/tex-archive/graphics/pgf/contrib/tikz-cd +COMMENT= Documentation for tex-tikz-cd +LICENSE= gnu-gpl-v3 + +USE_LANGUAGES= # none + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/graphics/tex-tikz-cd-doc/PLIST b/graphics/tex-tikz-cd-doc/PLIST new file mode 100644 index 0000000000000..5fedd1b228a5b --- /dev/null +++ b/graphics/tex-tikz-cd-doc/PLIST @@ -0,0 +1,4 @@ +@comment $NetBSD: PLIST,v 1.1 2016/04/23 22:32:03 markd Exp $ +share/texmf-dist/doc/latex/tikz-cd/README +share/texmf-dist/doc/latex/tikz-cd/tikz-cd-doc.pdf +share/texmf-dist/doc/latex/tikz-cd/tikz-cd-doc.tex diff --git a/graphics/tex-tikz-cd-doc/distinfo b/graphics/tex-tikz-cd-doc/distinfo new file mode 100644 index 0000000000000..44eed043efa85 --- /dev/null +++ b/graphics/tex-tikz-cd-doc/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2016/04/23 22:32:03 markd Exp $ + +SHA1 (tex-tikz-cd-35485/tikz-cd.doc.tar.xz) = 4cf544001f2d3d4b966f5feddf93bc380e5dc1c7 +RMD160 (tex-tikz-cd-35485/tikz-cd.doc.tar.xz) = 5cb9e0300317c0fd98eb6168db04a1c76344d305 +SHA512 (tex-tikz-cd-35485/tikz-cd.doc.tar.xz) = ea4ea6731594815731bb6a547adb0ed634f3833ad8cc0e5213d534c5caaee3189a9eed796a741baa7bf479e65e6635d1a74b2318df0eec1e1ac9daaf5db1b467 +Size (tex-tikz-cd-35485/tikz-cd.doc.tar.xz) = 353224 bytes diff --git a/graphics/tex-tikz-cd/DESCR b/graphics/tex-tikz-cd/DESCR new file mode 100644 index 0000000000000..a2db4d08c0f08 --- /dev/null +++ b/graphics/tex-tikz-cd/DESCR @@ -0,0 +1,8 @@ +The general-purpose drawing package TiKZ can be used to typeset +commutative diagrams and other kinds of mathematical pictures, +generating high-quality results. The present package facilitates +the creation of such diagrams by providing a convenient set of +macros and reasonable default settings. It also includes an arrow +tip library closely matching the Computer Modern arrow tips, as +well as a general mechanism to use the arrow tips from any math +font in TikZ graphics. diff --git a/graphics/tex-tikz-cd/Makefile b/graphics/tex-tikz-cd/Makefile new file mode 100644 index 0000000000000..dd2c0db1d59dc --- /dev/null +++ b/graphics/tex-tikz-cd/Makefile @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1 2016/04/23 22:32:02 markd Exp $ + +DISTNAME= tikz-cd +PKGNAME= tex-${DISTNAME}-0.9e +CATEGORIES= graphics math print +TEXLIVE_REV= 35485 + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= https://www.ctan.org/tex-archive/graphics/pgf/contrib/tikz-cd +COMMENT= Create commutative diagrams with TikZ +LICENSE= gnu-gpl-v3 + +DEPENDS+= tex-pgf-3.*:../../print/tex-pgf + +USE_LANGUAGES= # none + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/graphics/tex-tikz-cd/PLIST b/graphics/tex-tikz-cd/PLIST new file mode 100644 index 0000000000000..58bc0af1735f3 --- /dev/null +++ b/graphics/tex-tikz-cd/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1 2016/04/23 22:32:02 markd Exp $ +share/texmf-dist/tex/generic/tikz-cd/tikzlibrarycd.code.tex +share/texmf-dist/tex/latex/tikz-cd/tikz-cd.sty diff --git a/graphics/tex-tikz-cd/distinfo b/graphics/tex-tikz-cd/distinfo new file mode 100644 index 0000000000000..75983eca1c41a --- /dev/null +++ b/graphics/tex-tikz-cd/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2016/04/23 22:32:02 markd Exp $ + +SHA1 (tex-tikz-cd-35485/tikz-cd.tar.xz) = 931ee2329ab6be342cd49778bcd74024cc756fce +RMD160 (tex-tikz-cd-35485/tikz-cd.tar.xz) = c0c18b5cd1de7b13efc220f0ab54636247376ec1 +SHA512 (tex-tikz-cd-35485/tikz-cd.tar.xz) = 2b9a7408a5667ea8a02a2f03ea95a901d713dd4b5b4b3a74f6461450909531caf7b44037c0fda446fe81ab8a63724fa03a488f7aca816408fdd172c8a0caa10c +Size (tex-tikz-cd-35485/tikz-cd.tar.xz) = 6380 bytes diff --git a/graphics/tiff/Makefile b/graphics/tiff/Makefile index a3c45ecaa6b36..979fb77ac1a8e 100644 --- a/graphics/tiff/Makefile +++ b/graphics/tiff/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.121 2015/09/13 09:27:08 wiz Exp $ +# $NetBSD: Makefile,v 1.122 2016/03/22 21:50:13 tez Exp $ DISTNAME= tiff-4.0.6 +PKGREVISION= 1 CATEGORIES= graphics MASTER_SITES= ftp://ftp.remotesensing.org/pub/libtiff/ \ http://libtiff.maptools.org/dl/ diff --git a/graphics/tiff/distinfo b/graphics/tiff/distinfo index 697295b75e0cd..782b16014dd08 100644 --- a/graphics/tiff/distinfo +++ b/graphics/tiff/distinfo @@ -1,7 +1,8 @@ -$NetBSD: distinfo,v 1.68 2015/11/03 21:34:33 agc Exp $ +$NetBSD: distinfo,v 1.69 2016/03/22 21:50:13 tez Exp $ SHA1 (tiff-4.0.6.tar.gz) = 280e27704eaca5f592b82e71ac0c78b87395e2de RMD160 (tiff-4.0.6.tar.gz) = 3d5d6951a36baf32ab0e0958d3b4a9413b7f2e07 SHA512 (tiff-4.0.6.tar.gz) = 2c8dbaaaab9f82a7722bfe8cb6fcfcf67472beb692f1b7dafaf322759e7016dad1bc58457c0f03db50aa5bd088fef2b37358fcbc1524e20e9e14a9620373fdf8 Size (tiff-4.0.6.tar.gz) = 2192991 bytes SHA1 (patch-configure) = a0032133f06b6ac92bbf52349fabe83f74ea14a6 +SHA1 (patch-libtiff_tif_luv.c) = dacf0ac8943e02dac1cd618af979aec5d760d855 diff --git a/graphics/tiff/patches/patch-libtiff_tif_luv.c b/graphics/tiff/patches/patch-libtiff_tif_luv.c new file mode 100644 index 0000000000000..c891fc231b7ea --- /dev/null +++ b/graphics/tiff/patches/patch-libtiff_tif_luv.c @@ -0,0 +1,162 @@ +$NetBSD: patch-libtiff_tif_luv.c,v 1.1 2016/03/22 21:50:13 tez Exp $ + +Fix for CVE-2015-8781, CVE-2015-8782, CVE-2015-8783 from: + https://github.com/vadz/libtiff/commit/aaab5c3c9d2a2c6984f23ccbc79702610439bc65.diff + +--- libtiff/tif_luv.c.orig ++++ libtiff/tif_luv.c +@@ -202,7 +202,11 @@ LogL16Decode(TIFF* tif, uint8* op, tmsize_t occ, uint16 s) + if (sp->user_datafmt == SGILOGDATAFMT_16BIT) + tp = (int16*) op; + else { +- assert(sp->tbuflen >= npixels); ++ if(sp->tbuflen < npixels) { ++ TIFFErrorExt(tif->tif_clientdata, module, ++ "Translation buffer too short"); ++ return (0); ++ } + tp = (int16*) sp->tbuf; + } + _TIFFmemset((void*) tp, 0, npixels*sizeof (tp[0])); +@@ -211,9 +215,11 @@ LogL16Decode(TIFF* tif, uint8* op, tmsize_t occ, uint16 s) + cc = tif->tif_rawcc; + /* get each byte string */ + for (shft = 2*8; (shft -= 8) >= 0; ) { +- for (i = 0; i < npixels && cc > 0; ) ++ for (i = 0; i < npixels && cc > 0; ) { + if (*bp >= 128) { /* run */ +- rc = *bp++ + (2-128); /* TODO: potential input buffer overrun when decoding corrupt or truncated data */ ++ if( cc < 2 ) ++ break; ++ rc = *bp++ + (2-128); + b = (int16)(*bp++ << shft); + cc -= 2; + while (rc-- && i < npixels) +@@ -223,6 +229,7 @@ LogL16Decode(TIFF* tif, uint8* op, tmsize_t occ, uint16 s) + while (--cc && rc-- && i < npixels) + tp[i++] |= (int16)*bp++ << shft; + } ++ } + if (i != npixels) { + #if defined(__WIN32__) && (defined(_MSC_VER) || defined(__MINGW32__)) + TIFFErrorExt(tif->tif_clientdata, module, +@@ -268,13 +275,17 @@ LogLuvDecode24(TIFF* tif, uint8* op, tmsize_t occ, uint16 s) + if (sp->user_datafmt == SGILOGDATAFMT_RAW) + tp = (uint32 *)op; + else { +- assert(sp->tbuflen >= npixels); ++ if(sp->tbuflen < npixels) { ++ TIFFErrorExt(tif->tif_clientdata, module, ++ "Translation buffer too short"); ++ return (0); ++ } + tp = (uint32 *) sp->tbuf; + } + /* copy to array of uint32 */ + bp = (unsigned char*) tif->tif_rawcp; + cc = tif->tif_rawcc; +- for (i = 0; i < npixels && cc > 0; i++) { ++ for (i = 0; i < npixels && cc >= 3; i++) { + tp[i] = bp[0] << 16 | bp[1] << 8 | bp[2]; + bp += 3; + cc -= 3; +@@ -325,7 +336,11 @@ LogLuvDecode32(TIFF* tif, uint8* op, tmsize_t occ, uint16 s) + if (sp->user_datafmt == SGILOGDATAFMT_RAW) + tp = (uint32*) op; + else { +- assert(sp->tbuflen >= npixels); ++ if(sp->tbuflen < npixels) { ++ TIFFErrorExt(tif->tif_clientdata, module, ++ "Translation buffer too short"); ++ return (0); ++ } + tp = (uint32*) sp->tbuf; + } + _TIFFmemset((void*) tp, 0, npixels*sizeof (tp[0])); +@@ -334,11 +349,13 @@ LogLuvDecode32(TIFF* tif, uint8* op, tmsize_t occ, uint16 s) + cc = tif->tif_rawcc; + /* get each byte string */ + for (shft = 4*8; (shft -= 8) >= 0; ) { +- for (i = 0; i < npixels && cc > 0; ) ++ for (i = 0; i < npixels && cc > 0; ) { + if (*bp >= 128) { /* run */ ++ if( cc < 2 ) ++ break; + rc = *bp++ + (2-128); + b = (uint32)*bp++ << shft; +- cc -= 2; /* TODO: potential input buffer overrun when decoding corrupt or truncated data */ ++ cc -= 2; + while (rc-- && i < npixels) + tp[i++] |= b; + } else { /* non-run */ +@@ -346,6 +363,7 @@ LogLuvDecode32(TIFF* tif, uint8* op, tmsize_t occ, uint16 s) + while (--cc && rc-- && i < npixels) + tp[i++] |= (uint32)*bp++ << shft; + } ++ } + if (i != npixels) { + #if defined(__WIN32__) && (defined(_MSC_VER) || defined(__MINGW32__)) + TIFFErrorExt(tif->tif_clientdata, module, +@@ -413,6 +431,7 @@ LogLuvDecodeTile(TIFF* tif, uint8* bp, tmsize_t cc, uint16 s) + static int + LogL16Encode(TIFF* tif, uint8* bp, tmsize_t cc, uint16 s) + { ++ static const char module[] = "LogL16Encode"; + LogLuvState* sp = EncoderState(tif); + int shft; + tmsize_t i; +@@ -433,7 +452,11 @@ LogL16Encode(TIFF* tif, uint8* bp, tmsize_t cc, uint16 s) + tp = (int16*) bp; + else { + tp = (int16*) sp->tbuf; +- assert(sp->tbuflen >= npixels); ++ if(sp->tbuflen < npixels) { ++ TIFFErrorExt(tif->tif_clientdata, module, ++ "Translation buffer too short"); ++ return (0); ++ } + (*sp->tfunc)(sp, bp, npixels); + } + /* compress each byte string */ +@@ -506,6 +529,7 @@ LogL16Encode(TIFF* tif, uint8* bp, tmsize_t cc, uint16 s) + static int + LogLuvEncode24(TIFF* tif, uint8* bp, tmsize_t cc, uint16 s) + { ++ static const char module[] = "LogLuvEncode24"; + LogLuvState* sp = EncoderState(tif); + tmsize_t i; + tmsize_t npixels; +@@ -521,7 +545,11 @@ LogLuvEncode24(TIFF* tif, uint8* bp, tmsize_t cc, uint16 s) + tp = (uint32*) bp; + else { + tp = (uint32*) sp->tbuf; +- assert(sp->tbuflen >= npixels); ++ if(sp->tbuflen < npixels) { ++ TIFFErrorExt(tif->tif_clientdata, module, ++ "Translation buffer too short"); ++ return (0); ++ } + (*sp->tfunc)(sp, bp, npixels); + } + /* write out encoded pixels */ +@@ -553,6 +581,7 @@ LogLuvEncode24(TIFF* tif, uint8* bp, tmsize_t cc, uint16 s) + static int + LogLuvEncode32(TIFF* tif, uint8* bp, tmsize_t cc, uint16 s) + { ++ static const char module[] = "LogLuvEncode32"; + LogLuvState* sp = EncoderState(tif); + int shft; + tmsize_t i; +@@ -574,7 +603,11 @@ LogLuvEncode32(TIFF* tif, uint8* bp, tmsize_t cc, uint16 s) + tp = (uint32*) bp; + else { + tp = (uint32*) sp->tbuf; +- assert(sp->tbuflen >= npixels); ++ if(sp->tbuflen < npixels) { ++ TIFFErrorExt(tif->tif_clientdata, module, ++ "Translation buffer too short"); ++ return (0); ++ } + (*sp->tfunc)(sp, bp, npixels); + } + /* compress each byte string */ diff --git a/graphics/xplot/distinfo b/graphics/xplot/distinfo index 815a1aa4e372c..a3972ba61c29b 100644 --- a/graphics/xplot/distinfo +++ b/graphics/xplot/distinfo @@ -1,10 +1,10 @@ -$NetBSD: distinfo,v 1.10 2015/11/03 21:34:36 agc Exp $ +$NetBSD: distinfo,v 1.11 2016/04/21 13:37:22 jperkin Exp $ SHA1 (xplot-0.90.7.1.tar.gz) = 164074206addaeb971d2fa65069c7c7be654efc5 RMD160 (xplot-0.90.7.1.tar.gz) = 166915e138ea52e58a67e80cb20d42005fa54621 SHA512 (xplot-0.90.7.1.tar.gz) = 6b823b24e7c2b1a7fda0062e5f5def7d022b62cc8c3353136841138b5d05f455874cf4539521dbbbdf8b0f55279d829f6e126a7b35579ab4540e31fe41aee933 Size (xplot-0.90.7.1.tar.gz) = 60166 bytes -SHA1 (patch-aa) = 487b2f4b55c4851ec7b0ae8770c5f741187a061d +SHA1 (patch-aa) = 3e876d17de714cc1fafa71b5513fb67e7c7778cc SHA1 (patch-ab) = 97c7b292a1c1f8d9294c69d4cc2eacbbff411d2e -SHA1 (patch-ac) = 671b63a8db7c41df4e9f14147988d81ff921aca7 +SHA1 (patch-ac) = 3313ce11016f06488f7d2f7dc04b940e74c27151 SHA1 (patch-ad) = fd19823030badf91734fde92b45fcaecc06cf0f8 diff --git a/graphics/xplot/patches/patch-aa b/graphics/xplot/patches/patch-aa index 1728a358223a3..8b0ccacf41289 100644 --- a/graphics/xplot/patches/patch-aa +++ b/graphics/xplot/patches/patch-aa @@ -1,8 +1,17 @@ -$NetBSD: patch-aa,v 1.8 2009/12/11 16:57:12 asau Exp $ +$NetBSD: patch-aa,v 1.9 2016/04/21 13:37:22 jperkin Exp $ ---- Makefile.in.orig 2000-05-05 01:04:20.000000000 +0400 -+++ Makefile.in 2009-12-11 19:54:53.000000000 +0300 -@@ -62,7 +62,7 @@ +--- Makefile.in.orig 2000-05-04 21:04:20.000000000 +0000 ++++ Makefile.in +@@ -50,7 +50,7 @@ prefix = @prefix@ + exec_prefix = @exec_prefix@ + + bindir = $(exec_prefix)/bin +-mandir = $(exec_prefix)/man/man1 ++mandir = $(exec_prefix)/${PKGMANDIR}/man1 + + CFILES= xplot.c version_string.c coord.c unsigned.c signed.c timeval.c double.c dtime.c + OFILES= xplot.o version_string.o coord.o unsigned.o signed.o timeval.o double.o dtime.o +@@ -62,7 +62,7 @@ MANFILES= xplot.1 tcpdump2xplot.1 all: ${PROG} ${PROG}: ${OFILES} @@ -11,7 +20,7 @@ $NetBSD: patch-aa,v 1.8 2009/12/11 16:57:12 asau Exp $ -mv -f $@ $@.old mv -f $@.new $@ -@@ -70,11 +70,11 @@ +@@ -70,11 +70,11 @@ version_string.c: version echo 'char *version_string = "'`cat version`'";' >version_string.c install: all diff --git a/graphics/xplot/patches/patch-ac b/graphics/xplot/patches/patch-ac index 65c38fd11036e..a5e1bb825a57c 100644 --- a/graphics/xplot/patches/patch-ac +++ b/graphics/xplot/patches/patch-ac @@ -1,17 +1,15 @@ -$NetBSD: patch-ac,v 1.3 1999/01/29 20:19:22 tron Exp $ +$NetBSD: patch-ac,v 1.4 2016/04/21 13:37:22 jperkin Exp $ -*** unsigned.c.orig Fri Dec 12 20:16:26 1997 ---- unsigned.c Fri Dec 12 20:16:52 1997 -*************** -*** 45,50 **** ---- 45,54 ---- - #define LIBC_ATOI_IS_BROKEN - #endif - -+ #ifdef __NetBSD__ -+ #define LIBC_ATOI_IS_BROKEN -+ #endif -+ - #ifdef LIBC_ATOI_IS_BROKEN - #include - #endif +--- unsigned.c.orig 1998-06-18 17:50:42.000000000 +0000 ++++ unsigned.c +@@ -45,6 +45,10 @@ to preserve same. + #define LIBC_ATOI_IS_BROKEN + #endif + ++#ifdef __NetBSD__ ++#define LIBC_ATOI_IS_BROKEN ++#endif ++ + #ifdef LIBC_ATOI_IS_BROKEN + #include + #endif diff --git a/ham/fldigi/Makefile b/ham/fldigi/Makefile index 1b80b07c09ac8..17755ae7d4c30 100644 --- a/ham/fldigi/Makefile +++ b/ham/fldigi/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.69 2016/03/05 11:28:41 jperkin Exp $ +# $NetBSD: Makefile,v 1.71 2016/04/09 04:37:19 mef Exp $ -DISTNAME= fldigi-3.23.07 -PKGREVISION= 1 +DISTNAME= fldigi-3.23.09 CATEGORIES= ham MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=fldigi/} diff --git a/ham/fldigi/distinfo b/ham/fldigi/distinfo index 2e82f32475a85..ae9ad5310fc71 100644 --- a/ham/fldigi/distinfo +++ b/ham/fldigi/distinfo @@ -1,12 +1,10 @@ -$NetBSD: distinfo,v 1.42 2016/01/23 14:19:08 mef Exp $ +$NetBSD: distinfo,v 1.44 2016/04/09 04:37:19 mef Exp $ -SHA1 (fldigi-3.23.07.tar.gz) = 7ab69ec0c92912fd7dbb127f6d48e0bac4d9ee11 -RMD160 (fldigi-3.23.07.tar.gz) = 8dd57ead8c514025c940c58b2005a7115b134348 -SHA512 (fldigi-3.23.07.tar.gz) = e307dca63d2900087f355b342cd02fda62c80b03a2f3e4a20561174b3fc39b423181305d15b30d3445b3cd3613894402ce6b8727b8c0220268566612c1296441 -Size (fldigi-3.23.07.tar.gz) = 2976157 bytes +SHA1 (fldigi-3.23.09.tar.gz) = 97329a345c45af8f72de17671574bc220bd395a5 +RMD160 (fldigi-3.23.09.tar.gz) = 97d9eb7966e87f4fbdd70fe60b177a3bc65c7c03 +SHA512 (fldigi-3.23.09.tar.gz) = 82aa0a698e59a553ae1735339aeebcd46407f45d25587b6dfc2cb19ae517ade41a6f18f0a57affdd16bd01d55618c94e4a70e1fd7e12314932cdb8b772ef416d +Size (fldigi-3.23.09.tar.gz) = 2996564 bytes SHA1 (patch-src_dominoex_dominoex.cxx) = 4c9a36896ee18562c2dee044f61301abde4f9a30 -SHA1 (patch-src_fsq_fsq.cxx) = 6c9aa1b7c28bbc8218b471794e5a670005cfc795 -SHA1 (patch-src_ifkp_ifkp.cxx) = 22ce623ca24491a6ea9efb063851b1f04b7a7317 SHA1 (patch-src_include_qrunner.h) = c395684f676bcd06e0d0f8a95a9c22dc92667879 SHA1 (patch-src_misc_configuration.cxx) = 4ebf0c46913f73047ad5b858f6d4ae9def82ec60 SHA1 (patch-src_misc_newinstall.cxx) = 2c215e9423d27dd4f4657221b17cf4ed3f12355c diff --git a/ham/fldigi/patches/patch-src_fsq_fsq.cxx b/ham/fldigi/patches/patch-src_fsq_fsq.cxx deleted file mode 100644 index 148dc0185f247..0000000000000 --- a/ham/fldigi/patches/patch-src_fsq_fsq.cxx +++ /dev/null @@ -1,54 +0,0 @@ -$NetBSD: patch-src_fsq_fsq.cxx,v 1.4 2015/11/20 14:29:17 joerg Exp $ - -Resolve conflict between std::next and the local variable of the same name. -std::complex::imag() and std::complex::real() are not lvalues. - ---- src/fsq/fsq.cxx.orig 2015-09-28 18:24:41.000000000 +0000 -+++ src/fsq/fsq.cxx -@@ -1195,9 +1195,12 @@ int fsq::rx_process(const double *buf, i - &rx_stream[SHIFT_SIZE], // from - BLOCK_SIZE*sizeof(*rx_stream)); // # bytes - memset(fft_data, 0, sizeof(fft_data)); -- for (int i = 0; i < BLOCK_SIZE; i++) -- fft_data[i].real() = fft_data[i].imag() = -- rx_stream[i] * a_blackman[i]; -+ for (int i = 0; i < BLOCK_SIZE; i++) { -+ double r = rx_stream[i] * a_blackman[i]; -+ fft_data[i].real(r); -+ fft_data[i].imag(r); -+ } -+ - fft->ComplexFFT(fft_data); - process_tones(); - } -@@ -1426,7 +1429,7 @@ static string tx_text_queue = ""; - - static vector commands; - #define NUMCOMMANDS 10 --static size_t next = 0; -+static size_t nextidx = 0; - - void clear_xmt_arrays() - { -@@ -1450,9 +1453,9 @@ double fsq_xmtdelay() // in seconds - void fsq_repeat_last_command() - { - fsq_tx_text->clear(); -- fsq_tx_text->addstr(sz2utf8(commands[next].c_str())); -- next++; -- if (next == commands.size()) next = 0; -+ fsq_tx_text->addstr(sz2utf8(commands[nextidx].c_str())); -+ nextidx++; -+ if (nextidx == commands.size()) nextidx = 0; - } - - int get_fsq_tx_char(void) -@@ -1494,7 +1497,7 @@ void try_transmit(void *) - if (active_modem != fsq_modem) return; - - if (!active_modem->fsq_squelch_open() && trx_state == STATE_RX) { -- next = 0; -+ nextidx = 0; - fsq_que_clear(); - //LOG_WARN("%s", "start_tx()"); - start_tx(); diff --git a/ham/fldigi/patches/patch-src_ifkp_ifkp.cxx b/ham/fldigi/patches/patch-src_ifkp_ifkp.cxx deleted file mode 100644 index 87693bd8f1f96..0000000000000 --- a/ham/fldigi/patches/patch-src_ifkp_ifkp.cxx +++ /dev/null @@ -1,21 +0,0 @@ -$NetBSD: patch-src_ifkp_ifkp.cxx,v 1.1 2015/11/03 19:03:27 joerg Exp $ - -std::complex::imag() and std::complex::real() are not lvalues. - ---- src/ifkp/ifkp.cxx.orig 2015-10-25 14:22:27.000000000 +0000 -+++ src/ifkp/ifkp.cxx -@@ -580,9 +580,11 @@ int ifkp::rx_process(const double *buf, - &rx_stream[IFKP_SHIFT_SIZE], // from - IFKP_BLOCK_SIZE*sizeof(*rx_stream)); // # bytes - memset(fft_data, 0, sizeof(fft_data)); -- for (int i = 0; i < IFKP_BLOCK_SIZE; i++) -- fft_data[i].real() = fft_data[i].imag() = -- rx_stream[i] * a_blackman[i]; -+ for (int i = 0; i < IFKP_BLOCK_SIZE; i++) { -+ double r = rx_stream[i] * a_blackman[i]; -+ fft_data[i].real(r); -+ fft_data[i].imag(r); -+ } - fft->ComplexFFT(fft_data); - process_tones(); - } diff --git a/ham/gnuradio-atsc/Makefile b/ham/gnuradio-atsc/Makefile index 5c2c740c2c0c5..6ee8c46a6f0b8 100644 --- a/ham/gnuradio-atsc/Makefile +++ b/ham/gnuradio-atsc/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.3 2015/09/01 04:14:54 mef Exp $ +# $NetBSD: Makefile,v 1.4 2016/03/25 14:21:03 mef Exp $ PKGNAME= gnuradio-atsc-${VERSION} +PKGREVISION= 1 COMMENT= Advanced Television Systems Committee, ATSC module of GNU Radio .include "../../ham/gnuradio-core/Makefile.common" @@ -13,4 +14,5 @@ CMAKE_ARGS+= -DENABLE_GR_FEC=ON DEPENDS+= gnuradio-fec-[0-9]*:../../ham/gnuradio-fec PLIST_MINUS+= fec +.include "../../math/gsl/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/ham/gnuradio-core/PLIST b/ham/gnuradio-core/PLIST index c9108b6fa1b20..9cf2ccca339ea 100644 --- a/ham/gnuradio-core/PLIST +++ b/ham/gnuradio-core/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.22 2016/03/07 13:14:31 mef Exp $ +@comment $NetBSD: PLIST,v 1.23 2016/03/19 23:44:13 dbj Exp $ bin/gnuradio-config-info bin/gr_filter_design bin/volk-config-info @@ -955,7 +955,6 @@ share/gnuradio/examples/filter/synth_filter.py share/gnuradio/examples/filter/synth_to_chan.py share/gnuradio/examples/gnuradio-runtime.conf share/gnuradio/examples/gr-audio-jack.conf -share/gnuradio/examples/gr-audio-oss.conf share/gnuradio/examples/gr-audio-portaudio.conf share/gnuradio/examples/gr-audio.conf share/gnuradio/examples/metadata/file_metadata_sink.grc diff --git a/ham/gnuradio-core/distinfo b/ham/gnuradio-core/distinfo index 90cae543d77e0..89471ddc35153 100644 --- a/ham/gnuradio-core/distinfo +++ b/ham/gnuradio-core/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.23 2016/03/07 13:14:31 mef Exp $ +$NetBSD: distinfo,v 1.24 2016/03/19 23:40:25 dbj Exp $ SHA1 (gnuradio-3.7.9.1.tar.gz) = 6b9960ebed57610e52da2c23ef953674faefb849 RMD160 (gnuradio-3.7.9.1.tar.gz) = a058199b480db264d2ca6b8b87a7b18d2a876d62 @@ -10,3 +10,5 @@ SHA1 (patch-gnuradio_runtime_lib_thread_thread_cc) = c05628aa88ac968928f9eabd8c5 SHA1 (patch-gr-audio_lib_CMakeLists.txt) = 00ff8c14658acd2d1dc8be18ea6a19ace8d12968 SHA1 (patch-gr-audio_lib_alsa_alsa__impl_h) = d61dcd31058c04a6050479a6e8c321ca15420d49 SHA1 (patch-grc_script_gnuradio-companion) = 15dde8f3a9e057061e56157533f8af1919240b93 +SHA1 (patch-volk_apps_CMakeLists.txt) = 1523b725fdf83751bd6f8d73d62a8f8b9a618886 +SHA1 (patch-volk_lib_CMakeLists.txt) = 67a1545e138d6472803caa1f601c7b430101b83f diff --git a/ham/gnuradio-core/patches/patch-volk_apps_CMakeLists.txt b/ham/gnuradio-core/patches/patch-volk_apps_CMakeLists.txt new file mode 100644 index 0000000000000..89658f6bc42df --- /dev/null +++ b/ham/gnuradio-core/patches/patch-volk_apps_CMakeLists.txt @@ -0,0 +1,37 @@ +$NetBSD: patch-volk_apps_CMakeLists.txt,v 1.1 2016/03/19 23:40:25 dbj Exp $ + +Fix compilation with cmake 3.5 +upstream: https://github.com/gnuradio/volk/pull/65 + +--- volk/apps/CMakeLists.txt.orig 2016-02-07 17:09:12.000000000 +0000 ++++ volk/apps/CMakeLists.txt +@@ -19,23 +19,23 @@ + # Setup profiler + ######################################################################## + if(MSVC) +- include_directories(${CMAKE_SOURCE_DIR}/cmake/msvc) ++ include_directories(${PROJECT_SOURCE_DIR}/cmake/msvc) + endif(MSVC) + + include_directories( + ${CMAKE_CURRENT_SOURCE_DIR} + ${CMAKE_CURRENT_BINARY_DIR} +- ${CMAKE_SOURCE_DIR}/include +- ${CMAKE_BINARY_DIR}/include +- ${CMAKE_SOURCE_DIR}/lib +- ${CMAKE_BINARY_DIR}/lib ++ ${PROJECT_SOURCE_DIR}/include ++ ${PROJECT_BINARY_DIR}/include ++ ${PROJECT_SOURCE_DIR}/lib ++ ${PROJECT_BINARY_DIR}/lib + ${Boost_INCLUDE_DIRS} + ) + + # MAKE volk_profile + add_executable(volk_profile + ${CMAKE_CURRENT_SOURCE_DIR}/volk_profile.cc +- ${CMAKE_SOURCE_DIR}/lib/qa_utils.cc ++ ${PROJECT_SOURCE_DIR}/lib/qa_utils.cc + ) + + diff --git a/ham/gnuradio-core/patches/patch-volk_lib_CMakeLists.txt b/ham/gnuradio-core/patches/patch-volk_lib_CMakeLists.txt new file mode 100644 index 0000000000000..97115460dff50 --- /dev/null +++ b/ham/gnuradio-core/patches/patch-volk_lib_CMakeLists.txt @@ -0,0 +1,127 @@ +$NetBSD: patch-volk_lib_CMakeLists.txt,v 1.1 2016/03/19 23:40:25 dbj Exp $ + +Fix compilation with cmake 3.5 +upstream: https://github.com/gnuradio/volk/pull/65 + +--- volk/lib/CMakeLists.txt.orig 2016-02-07 17:09:12.000000000 +0000 ++++ volk/lib/CMakeLists.txt +@@ -90,7 +90,7 @@ endif() + ######################################################################## + execute_process( + COMMAND ${PYTHON_EXECUTABLE} ${PYTHON_DASH_B} +- ${CMAKE_SOURCE_DIR}/gen/volk_compile_utils.py ++ ${PROJECT_SOURCE_DIR}/gen/volk_compile_utils.py + --mode "arch_flags" --compiler "${COMPILER_NAME}" + OUTPUT_VARIABLE arch_flag_lines OUTPUT_STRIP_TRAILING_WHITESPACE + ) +@@ -278,7 +278,7 @@ message(STATUS "Available architectures: + ######################################################################## + execute_process( + COMMAND ${PYTHON_EXECUTABLE} ${PYTHON_DASH_B} +- ${CMAKE_SOURCE_DIR}/gen/volk_compile_utils.py ++ ${PROJECT_SOURCE_DIR}/gen/volk_compile_utils.py + --mode "machines" --archs "${available_archs}" + OUTPUT_VARIABLE available_machines OUTPUT_STRIP_TRAILING_WHITESPACE + ) +@@ -310,9 +310,9 @@ message(STATUS "Available machines: ${av + ######################################################################## + + #dependencies are all python, xml, and header implementation files +-file(GLOB xml_files ${CMAKE_SOURCE_DIR}/gen/*.xml) +-file(GLOB py_files ${CMAKE_SOURCE_DIR}/gen/*.py) +-file(GLOB h_files ${CMAKE_SOURCE_DIR}/kernels/volk/*.h) ++file(GLOB xml_files ${PROJECT_SOURCE_DIR}/gen/*.xml) ++file(GLOB py_files ${PROJECT_SOURCE_DIR}/gen/*.py) ++file(GLOB h_files ${PROJECT_SOURCE_DIR}/kernels/volk/*.h) + + macro(gen_template tmpl output) + list(APPEND volk_gen_sources ${output}) +@@ -320,21 +320,21 @@ macro(gen_template tmpl output) + OUTPUT ${output} + DEPENDS ${xml_files} ${py_files} ${h_files} ${tmpl} + COMMAND ${PYTHON_EXECUTABLE} ${PYTHON_DASH_B} +- ${CMAKE_SOURCE_DIR}/gen/volk_tmpl_utils.py ++ ${PROJECT_SOURCE_DIR}/gen/volk_tmpl_utils.py + --input ${tmpl} --output ${output} ${ARGN} + ) + endmacro(gen_template) + +-make_directory(${CMAKE_BINARY_DIR}/include/volk) ++make_directory(${PROJECT_BINARY_DIR}/include/volk) + +-gen_template(${CMAKE_SOURCE_DIR}/tmpl/volk.tmpl.h ${CMAKE_BINARY_DIR}/include/volk/volk.h) +-gen_template(${CMAKE_SOURCE_DIR}/tmpl/volk.tmpl.c ${CMAKE_BINARY_DIR}/lib/volk.c) +-gen_template(${CMAKE_SOURCE_DIR}/tmpl/volk_typedefs.tmpl.h ${CMAKE_BINARY_DIR}/include/volk/volk_typedefs.h) +-gen_template(${CMAKE_SOURCE_DIR}/tmpl/volk_cpu.tmpl.h ${CMAKE_BINARY_DIR}/include/volk/volk_cpu.h) +-gen_template(${CMAKE_SOURCE_DIR}/tmpl/volk_cpu.tmpl.c ${CMAKE_BINARY_DIR}/lib/volk_cpu.c) +-gen_template(${CMAKE_SOURCE_DIR}/tmpl/volk_config_fixed.tmpl.h ${CMAKE_BINARY_DIR}/include/volk/volk_config_fixed.h) +-gen_template(${CMAKE_SOURCE_DIR}/tmpl/volk_machines.tmpl.h ${CMAKE_BINARY_DIR}/lib/volk_machines.h) +-gen_template(${CMAKE_SOURCE_DIR}/tmpl/volk_machines.tmpl.c ${CMAKE_BINARY_DIR}/lib/volk_machines.c) ++gen_template(${PROJECT_SOURCE_DIR}/tmpl/volk.tmpl.h ${PROJECT_BINARY_DIR}/include/volk/volk.h) ++gen_template(${PROJECT_SOURCE_DIR}/tmpl/volk.tmpl.c ${PROJECT_BINARY_DIR}/lib/volk.c) ++gen_template(${PROJECT_SOURCE_DIR}/tmpl/volk_typedefs.tmpl.h ${PROJECT_BINARY_DIR}/include/volk/volk_typedefs.h) ++gen_template(${PROJECT_SOURCE_DIR}/tmpl/volk_cpu.tmpl.h ${PROJECT_BINARY_DIR}/include/volk/volk_cpu.h) ++gen_template(${PROJECT_SOURCE_DIR}/tmpl/volk_cpu.tmpl.c ${PROJECT_BINARY_DIR}/lib/volk_cpu.c) ++gen_template(${PROJECT_SOURCE_DIR}/tmpl/volk_config_fixed.tmpl.h ${PROJECT_BINARY_DIR}/include/volk/volk_config_fixed.h) ++gen_template(${PROJECT_SOURCE_DIR}/tmpl/volk_machines.tmpl.h ${PROJECT_BINARY_DIR}/lib/volk_machines.h) ++gen_template(${PROJECT_SOURCE_DIR}/tmpl/volk_machines.tmpl.c ${PROJECT_BINARY_DIR}/lib/volk_machines.c) + + set(BASE_CFLAGS NONE) + string(TOUPPER ${CMAKE_BUILD_TYPE} CBTU) +@@ -362,12 +362,12 @@ set(COMPILER_INFO "${CMAKE_C_COMPILER}:: + foreach(machine_name ${available_machines}) + #generate machine source + set(machine_source ${CMAKE_CURRENT_BINARY_DIR}/volk_machine_${machine_name}.c) +- gen_template(${CMAKE_SOURCE_DIR}/tmpl/volk_machine_xxx.tmpl.c ${machine_source} ${machine_name}) ++ gen_template(${PROJECT_SOURCE_DIR}/tmpl/volk_machine_xxx.tmpl.c ${machine_source} ${machine_name}) + + #determine machine flags + execute_process( + COMMAND ${PYTHON_EXECUTABLE} ${PYTHON_DASH_B} +- ${CMAKE_SOURCE_DIR}/gen/volk_compile_utils.py ++ ${PROJECT_SOURCE_DIR}/gen/volk_compile_utils.py + --mode "machine_flags" --machine "${machine_name}" --compiler "${COMPILER_NAME}" + OUTPUT_VARIABLE ${machine_name}_flags OUTPUT_STRIP_TRAILING_WHITESPACE + ) +@@ -393,9 +393,9 @@ string(REPLACE "\n" " \\n" COMPILER_INFO + # Set local include directories first + ######################################################################## + include_directories( +- ${CMAKE_BINARY_DIR}/include +- ${CMAKE_SOURCE_DIR}/include +- ${CMAKE_SOURCE_DIR}/kernels ++ ${PROJECT_BINARY_DIR}/include ++ ${PROJECT_SOURCE_DIR}/include ++ ${PROJECT_SOURCE_DIR}/kernels + ${CMAKE_CURRENT_BINARY_DIR} + ${CMAKE_CURRENT_SOURCE_DIR} + ) +@@ -420,8 +420,8 @@ if(${CMAKE_VERSION} VERSION_GREATER "2.8 + # setup architecture specific assembler flags + set(ARCH_ASM_FLAGS "-mfpu=neon -g") + # then add the files +- include_directories(${CMAKE_SOURCE_DIR}/kernels/volk/asm/neon) +- file(GLOB asm_files ${CMAKE_SOURCE_DIR}/kernels/volk/asm/neon/*.s) ++ include_directories(${PROJECT_SOURCE_DIR}/kernels/volk/asm/neon) ++ file(GLOB asm_files ${PROJECT_SOURCE_DIR}/kernels/volk/asm/neon/*.s) + foreach(asm_file ${asm_files}) + list(APPEND volk_sources ${asm_file}) + message(STATUS "Adding source file: ${asm_file}") +@@ -453,7 +453,7 @@ if(ORC_FOUND) + list(APPEND volk_libraries ${ORC_LIBRARIES}) + + #setup orc functions +- file(GLOB orc_files ${CMAKE_SOURCE_DIR}/kernels/volk/asm/orc/*.orc) ++ file(GLOB orc_files ${PROJECT_SOURCE_DIR}/kernels/volk/asm/orc/*.orc) + foreach(orc_file ${orc_files}) + + #extract the name for the generated c source from the orc file +@@ -511,7 +511,7 @@ PROPERTIES COMPILE_DEFINITIONS "${machin + + if(MSVC) + #add compatibility includes for stdint types +- include_directories(${CMAKE_SOURCE_DIR}/cmake/msvc) ++ include_directories(${PROJECT_SOURCE_DIR}/cmake/msvc) + add_definitions(-DHAVE_CONFIG_H) + #compile the sources as C++ due to the lack of complex.h under MSVC + set_source_files_properties(${volk_sources} PROPERTIES LANGUAGE CXX) diff --git a/ham/gnuradio-dtv/Makefile b/ham/gnuradio-dtv/Makefile index ea46a646029f9..3ef40902b0e2f 100644 --- a/ham/gnuradio-dtv/Makefile +++ b/ham/gnuradio-dtv/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2015/09/01 04:14:54 mef Exp $ +# $NetBSD: Makefile,v 1.5 2016/03/25 14:21:03 mef Exp $ PKGNAME= gnuradio-dtv-${VERSION} +PKGREVISION= 1 COMMENT= Various digital television standards of GNU Radio .include "../../ham/gnuradio-core/Makefile.common" @@ -12,5 +13,6 @@ CMAKE_ARGS+= -DENABLE_GR_FEC=True PLIST_MINUS+= fec .include "../../ham/gnuradio-fec/buildlink3.mk" +.include "../../math/gsl/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/ham/gnuradio-fec/Makefile b/ham/gnuradio-fec/Makefile index 372c91fd08142..f51cc5f94f1d5 100644 --- a/ham/gnuradio-fec/Makefile +++ b/ham/gnuradio-fec/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.3 2015/09/01 04:14:54 mef Exp $ +# $NetBSD: Makefile,v 1.4 2016/03/23 13:37:20 mef Exp $ PKGNAME= gnuradio-fec-${VERSION} +PKGREVISION= 1 COMMENT= Forward Error Correction blocks, utilities, & examples of GNU Radio .include "../../ham/gnuradio-core/Makefile.common" @@ -9,4 +10,5 @@ COMMENT= Forward Error Correction blocks, utilities, & examples of GNU Radio CMAKE_ARGS+= -DENABLE_DEFAULT=OFF CMAKE_ARGS+= -DENABLE_GR_FEC=ON +.include "../../math/gsl/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/ham/gnuradio-fec/PLIST b/ham/gnuradio-fec/PLIST index ff7e34f49e30c..9bf17197484a2 100644 --- a/ham/gnuradio-fec/PLIST +++ b/ham/gnuradio-fec/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 2016/03/07 13:14:31 mef Exp $ +@comment $NetBSD: PLIST,v 1.6 2016/03/23 13:37:20 mef Exp $ bin/polar_channel_construction include/gnuradio/fec/api.h include/gnuradio/fec/async_decoder.h @@ -16,10 +16,16 @@ include/gnuradio/fec/dummy_decoder.h include/gnuradio/fec/dummy_encoder.h include/gnuradio/fec/encode_ccsds_27_bb.h include/gnuradio/fec/encoder.h +include/gnuradio/fec/fec_mtrx.h include/gnuradio/fec/generic_decoder.h include/gnuradio/fec/generic_encoder.h +include/gnuradio/fec/ldpc_G_matrix.h +include/gnuradio/fec/ldpc_H_matrix.h +include/gnuradio/fec/ldpc_bit_flip_decoder.h include/gnuradio/fec/ldpc_decoder.h include/gnuradio/fec/ldpc_encoder.h +include/gnuradio/fec/ldpc_gen_mtrx_encoder.h +include/gnuradio/fec/ldpc_par_mtrx_encoder.h include/gnuradio/fec/polar_common.h include/gnuradio/fec/polar_decoder_common.h include/gnuradio/fec/polar_decoder_sc.h diff --git a/ham/rtl-sdr/Makefile b/ham/rtl-sdr/Makefile index baa1b24671e0e..cb9499c9a8cf6 100644 --- a/ham/rtl-sdr/Makefile +++ b/ham/rtl-sdr/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.7 2016/01/26 16:22:01 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2016/04/07 12:10:55 wiedi Exp $ DISTNAME= rtl-sdr-0.5.3 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= ham MASTER_SITES= ${MASTER_SITE_GITHUB:=steve-m/} GITHUB_PROJECT= librtlsdr diff --git a/ham/rtl-sdr/distinfo b/ham/rtl-sdr/distinfo index a5ff5692adaad..cb5e0f9128b80 100644 --- a/ham/rtl-sdr/distinfo +++ b/ham/rtl-sdr/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.5 2016/01/26 09:10:39 dbj Exp $ +$NetBSD: distinfo,v 1.6 2016/04/07 12:10:55 wiedi Exp $ SHA1 (rtl-sdr-0.5.3.tar.gz) = f6f20f7b0562a6d3f7b9ff7bff38a15bff175982 RMD160 (rtl-sdr-0.5.3.tar.gz) = 3b30938053870ed2d4b261ac9e27ad0863762ca4 @@ -6,5 +6,7 @@ SHA512 (rtl-sdr-0.5.3.tar.gz) = b2887b5df2728f8481b07fb4d8b9bee18b98c5c0ccd0c8e6 Size (rtl-sdr-0.5.3.tar.gz) = 117414 bytes SHA1 (patch-cmake_Modules_FindLibUSB.cmake) = 95df1dd9ff3b9d5cf7afc55cc5f80cabe1d90491 SHA1 (patch-src_librtlsdr.c) = 881418afaff87e98511e955cb0ed4d40fba19237 +SHA1 (patch-src_rtl__adsb.c) = 15cc0c9f2641523da0bb9ce7dd0d1bdc6b52252a SHA1 (patch-src_rtl__fm_c) = 04ec7142f38f26d2ed431765017f53e8e79a3a36 +SHA1 (patch-src_rtl__power.c) = 2b84120530ef384540ed84a5b55af96971e5f597 SHA1 (patch-src_tuner__r82xx.c) = 54763a749eaa64e2c7f816cfe04df8b76eff93c9 diff --git a/ham/rtl-sdr/patches/patch-src_rtl__adsb.c b/ham/rtl-sdr/patches/patch-src_rtl__adsb.c new file mode 100644 index 0000000000000..d828998561d27 --- /dev/null +++ b/ham/rtl-sdr/patches/patch-src_rtl__adsb.c @@ -0,0 +1,36 @@ +$NetBSD: patch-src_rtl__adsb.c,v 1.1 2016/04/07 12:10:55 wiedi Exp $ + +Use "static inline" to fix build on osx + +--- src/rtl_adsb.c.orig 2014-02-07 01:04:24.000000000 +0000 ++++ src/rtl_adsb.c +@@ -180,7 +180,7 @@ int magnitute(uint8_t *buf, int len) + return len/2; + } + +-inline uint16_t single_manchester(uint16_t a, uint16_t b, uint16_t c, uint16_t d) ++static inline uint16_t single_manchester(uint16_t a, uint16_t b, uint16_t c, uint16_t d) + /* takes 4 consecutive real samples, return 0 or 1, BADSAMPLE on error */ + { + int bit, bit_p; +@@ -221,17 +221,17 @@ inline uint16_t single_manchester(uint16 + return BADSAMPLE; + } + +-inline uint16_t min16(uint16_t a, uint16_t b) ++static inline uint16_t min16(uint16_t a, uint16_t b) + { + return ab ? a : b; + } + +-inline int preamble(uint16_t *buf, int i) ++static inline int preamble(uint16_t *buf, int i) + /* returns 0/1 for preamble at index i */ + { + int i2; diff --git a/ham/rtl-sdr/patches/patch-src_rtl__power.c b/ham/rtl-sdr/patches/patch-src_rtl__power.c new file mode 100644 index 0000000000000..a02c72adb1540 --- /dev/null +++ b/ham/rtl-sdr/patches/patch-src_rtl__power.c @@ -0,0 +1,15 @@ +$NetBSD: patch-src_rtl__power.c,v 1.1 2016/04/07 12:10:55 wiedi Exp $ + +Use "static inline" to fix build on osx + +--- src/rtl_power.c.orig 2014-02-07 01:04:24.000000000 +0000 ++++ src/rtl_power.c +@@ -249,7 +249,7 @@ void sine_table(int size) + } + } + +-inline int16_t FIX_MPY(int16_t a, int16_t b) ++static inline int16_t FIX_MPY(int16_t a, int16_t b) + /* fixed point multiply and scale */ + { + int c = ((int)a * (int)b) >> 14; diff --git a/ham/trustedQSL/Makefile b/ham/trustedQSL/Makefile index 962de91e77cdd..4185048ee6fa3 100644 --- a/ham/trustedQSL/Makefile +++ b/ham/trustedQSL/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.20 2016/03/05 11:28:42 jperkin Exp $ +# $NetBSD: Makefile,v 1.22 2016/04/21 12:26:19 jperkin Exp $ -DISTNAME= tqsl-2.1.3 -PKGREVISION= 1 +DISTNAME= tqsl-2.2.1 CATEGORIES= ham MASTER_SITES= http://sourceforge.net/projects/trustedqsl/files/TrustedQSL/v${PKGVERSION_NOREV}/ @@ -25,7 +24,7 @@ USE_CMAKE= yes # usage in Makefile.am, without matching -R. do-configure: - (cd $(WRKSRC) ; \ + (cd ${WRKSRC} ; \ cmake \ -DBDB_PREFIX=${PREFIX} \ -DBDB_INCLUDE_DIR=${PREFIX}/include \ @@ -33,6 +32,7 @@ do-configure: -DCMAKE_INSTALL_PREFIX=${PREFIX} \ -DCMAKE_INSTALL_RPATH=${PREFIX}/lib \ -DCMAKE_INSTALL_RPATH_USE_LINK_PATH=FALSE \ + -DCMAKE_INSTALL_MANDIR:PATH=${PKGMANDIR} \ .) post-install: @@ -40,7 +40,7 @@ post-install: ${INSTALL_DATA} LICENSE.txt ${DESTDIR}${PREFIX}/share/TrustedQSL/ \ ) # Conflicting PLIST with wxGTK28-2.8.12nb8: - ${RM} ${DESTDIR}${PREFIX}/share/locale/*/LC_MESSAGES/wxstd.mo + ${RM} -f ${DESTDIR}${PREFIX}/share/locale/*/LC_MESSAGES/wxstd.mo .include "../../textproc/expat/buildlink3.mk" .include "../../databases/db5/buildlink3.mk" diff --git a/ham/trustedQSL/PLIST b/ham/trustedQSL/PLIST index c40957fc14d2f..86e3e5062b1d5 100644 --- a/ham/trustedQSL/PLIST +++ b/ham/trustedQSL/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 2015/10/11 02:59:07 mef Exp $ +@comment $NetBSD: PLIST,v 1.6 2016/03/16 14:22:01 mef Exp $ bin/tqsl include/adif.h include/cabrillo.h @@ -12,6 +12,8 @@ share/TrustedQSL/config.xml share/TrustedQSL/help/tqslapp/CertProp.bmp share/TrustedQSL/help/tqslapp/EnterPassword.bmp share/TrustedQSL/help/tqslapp/LoTWCerts.bmp +share/TrustedQSL/help/tqslapp/MainNoStatusTab.bmp +share/TrustedQSL/help/tqslapp/MainWithStatusTab.bmp share/TrustedQSL/help/tqslapp/P12.bmp share/TrustedQSL/help/tqslapp/Pending.bmp share/TrustedQSL/help/tqslapp/RenewUpload.bmp @@ -109,6 +111,7 @@ share/TrustedQSL/help/tqslapp/stnloc1.bmp share/TrustedQSL/help/tqslapp/stnloc1.htm share/TrustedQSL/help/tqslapp/stnloc2.bmp share/TrustedQSL/help/tqslapp/stnloc2.htm +share/TrustedQSL/help/tqslapp/stnloc2park.bmp share/TrustedQSL/help/tqslapp/stnloc3.bmp share/TrustedQSL/help/tqslapp/stnloc4.bmp share/TrustedQSL/help/tqslapp/stnloc5.bmp diff --git a/ham/trustedQSL/distinfo b/ham/trustedQSL/distinfo index 4a9c62037b7af..c7b17dec819fa 100644 --- a/ham/trustedQSL/distinfo +++ b/ham/trustedQSL/distinfo @@ -1,10 +1,10 @@ -$NetBSD: distinfo,v 1.13 2015/12/13 02:56:23 mef Exp $ +$NetBSD: distinfo,v 1.15 2016/04/21 12:26:19 jperkin Exp $ -SHA1 (tqsl-2.1.3.tar.gz) = 2297c3dc6384dde9db58d2e40d866f8383a703b0 -RMD160 (tqsl-2.1.3.tar.gz) = 526fed3b655facf685c92f90575d43d9d905f63d -SHA512 (tqsl-2.1.3.tar.gz) = 76c83f11aca6425b78399dec1a9617ed10ac150892a28392f25ddc04cc1c6441935522c1c7a267b60a0c167aad32d154ee0c9dee097d83950984029cd11fa4a5 -Size (tqsl-2.1.3.tar.gz) = 3443675 bytes -SHA1 (patch-apps_CMakeLists.txt) = e685f6dba817c783dfe18796b714785923c42982 -SHA1 (patch-apps_tqsl_cpp) = 6ef2ba4a5cae2cb35efd80493e8f11c475d54047 +SHA1 (tqsl-2.2.1.tar.gz) = c0bcfc9a7e5a9e53fd9c5e3debb98d1f3b8fb309 +RMD160 (tqsl-2.2.1.tar.gz) = 7e2b3f01564e48cfbee48c9e380382bba888b69e +SHA512 (tqsl-2.2.1.tar.gz) = 8aa2577f449b20ce0f53cb7725b246ac79e5581ec9694f1189b3469883087b33d9e6262da862e537f63cdf751a77625302a06deedb70b798680aea496c7b3947 +Size (tqsl-2.2.1.tar.gz) = 3782449 bytes +SHA1 (patch-apps_CMakeLists.txt) = 5063cf616a65e6d5650e946fd0929759ad04c9c0 +SHA1 (patch-apps_tqsl_cpp) = a21e3264051feb8230af7e031688ba98f51db1df SHA1 (patch-openssl__cert.cpp) = 158c7086014f9cef05835beb1fb9aa52f091343f SHA1 (patch-src_tqslconvert_cpp) = 212530497270d7354d2081f2a985e266e8569896 diff --git a/ham/trustedQSL/patches/patch-apps_CMakeLists.txt b/ham/trustedQSL/patches/patch-apps_CMakeLists.txt index ec5b162b0c402..67af811616024 100644 --- a/ham/trustedQSL/patches/patch-apps_CMakeLists.txt +++ b/ham/trustedQSL/patches/patch-apps_CMakeLists.txt @@ -1,10 +1,9 @@ -$NetBSD: patch-apps_CMakeLists.txt,v 1.4 2015/10/11 02:59:07 mef Exp $ +$NetBSD: patch-apps_CMakeLists.txt,v 1.6 2016/04/21 12:26:19 jperkin Exp $ (1) Avoid ${WRKSRC} included in RPATH. -(2) WARN: PLIST:105: Man pages should be installed into man/, not share/man/. ---- apps/CMakeLists.txt.orig 2015-09-20 09:15:24.000000000 +0900 -+++ apps/CMakeLists.txt 2015-10-11 00:57:52.000000000 +0900 +--- apps/CMakeLists.txt.orig 2016-03-12 05:49:01.000000000 +0000 ++++ apps/CMakeLists.txt @@ -120,8 +120,8 @@ if(APPLE) endif() @@ -16,12 +15,15 @@ $NetBSD: patch-apps_CMakeLists.txt,v 1.4 2015/10/11 02:59:07 mef Exp $ SET(CMAKE_INSTALL_RPATH_USE_LINK_PATH TRUE) SET(CMAKE_INSTALL_RPATH "${CMAKE_INSTALL_PREFIX}/lib") endif() -@@ -148,7 +148,7 @@ if(NOT APPLE AND NOT WIN32) - add_definitions("-DCONFDIR=\"${CMAKE_INSTALL_PREFIX}/share/TrustedQSL/\"") +@@ -149,9 +149,9 @@ if(NOT APPLE AND NOT WIN32) install(TARGETS tqsl DESTINATION bin) install(DIRECTORY help DESTINATION share/TrustedQSL) -- install(FILES tqsl.5 DESTINATION share/man/man5) -+ install(FILES tqsl.5 DESTINATION man/man5) + if (CMAKE_INSTALL_PREFIX STREQUAL "/usr") +- install(FILES tqsl.5 DESTINATION share/man/man5) ++ install(FILES tqsl.5 DESTINATION ${CMAKE_INSTALL_MANDIR}/man5) + else() +- install(FILES tqsl.5 DESTINATION man/man5) ++ install(FILES tqsl.5 DESTINATION ${CMAKE_INSTALL_MANDIR}/man5) + endif() install(FILES icons/key48.png DESTINATION share/pixmaps RENAME TrustedQSL.png) install(FILES lang/de/tqslapp.mo DESTINATION share/locale/de/LC_MESSAGES) - install(FILES lang/de/wxstd.mo DESTINATION share/locale/de/LC_MESSAGES) diff --git a/ham/trustedQSL/patches/patch-apps_tqsl_cpp b/ham/trustedQSL/patches/patch-apps_tqsl_cpp index 98e3f04ec9c36..35261049d89cd 100644 --- a/ham/trustedQSL/patches/patch-apps_tqsl_cpp +++ b/ham/trustedQSL/patches/patch-apps_tqsl_cpp @@ -1,4 +1,4 @@ -$NetBSD: patch-apps_tqsl_cpp,v 1.4 2015/11/22 09:52:55 mef Exp $ +$NetBSD: patch-apps_tqsl_cpp,v 1.5 2016/03/16 14:22:01 mef Exp $ (1) Avoid following error (interim, only valid with db5) @@ -12,8 +12,11 @@ tqsl-2.0.1/apps/tqsl.cpp:2967:10: error: #pragma GCC diagnostic not allowed insi (3) Trial code for wxGTK30 ---- apps/tqsl.cpp.orig 2015-09-20 09:15:24.000000000 +0900 -+++ apps/tqsl.cpp 2015-11-17 23:08:20.000000000 +0900 +(4) Avoid error with wxGTK30 + error: cannot pass objects of non-trivially-copyable type 'class wxCStrData' through '...' + +--- apps/tqsl.cpp.orig 2016-03-12 14:49:01.000000000 +0900 ++++ apps/tqsl.cpp 2016-03-16 22:49:15.000000000 +0900 @@ -64,7 +64,7 @@ #endif #include @@ -23,30 +26,49 @@ tqsl-2.0.1/apps/tqsl.cpp:2967:10: error: #pragma GCC diagnostic not allowed insi #include #include -@@ -3428,7 +3428,7 @@ MyFrame::OnUpdateCheckDone(wxCommandEven +@@ -3145,7 +3145,7 @@ void MyFrame::UpdateConfigFile() { + FILE *configFile = fopen(filename.ToUTF8(), "wb"); + #endif + if (!configFile) { +- tqslTrace("UpdateConfigFile", "Can't open new file %s: %hs", filename.c_str(), strerror(errno)); ++ tqslTrace("UpdateConfigFile", "Can't open new file %s: %hs", ((const wxChar*) filename), strerror(errno)); + wxMessageBox(wxString::Format(_("Can't open new configuration file %s: %hs"), filename.c_str(), strerror(errno)), _("Error"), wxOK | wxICON_ERROR, this); + return; + } +@@ -3153,15 +3153,15 @@ void MyFrame::UpdateConfigFile() { + while (left > 0) { + size_t written = fwrite(newconfig, 1, left, configFile); + if (written == 0) { +- tqslTrace("UpdateConfigFile", "Can't write new file %s: %hs", filename.c_str(), strerror(errno)); +- wxMessageBox(wxString::Format(_("Can't write new configuration file %s: %hs"), filename.c_str(), strerror(errno)), _("Error"), wxOK | wxICON_ERROR, this); ++ tqslTrace("UpdateConfigFile", "Can't write new file %s: %hs", ((const wxChar*) filename), strerror(errno)); ++ wxMessageBox(wxString::Format(_("Can't write new configuration file %s: %hs"), ((const wxChar*) filename), strerror(errno)), _("Error"), wxOK | wxICON_ERROR, this); + if (configFile) fclose(configFile); + return; + } + left -= written; + } + if (fclose(configFile)) { +- tqslTrace("UpdateConfigFile", "Error writing new file %s: %hs", filename.c_str(), strerror(errno)); ++ tqslTrace("UpdateConfigFile", "Error writing new file %s: %hs", ((const wxChar*) filename), strerror(errno)); + wxMessageBox(wxString::Format(_("Error writing new configuration file %s: %hs"), filename.c_str(), strerror(errno)), _("Error"), wxOK | wxICON_ERROR, this); + return; + } +@@ -3489,7 +3489,7 @@ MyFrame::OnUpdateCheckDone(wxCommandEven // The macro for declaring a hash map defines a couple of typedefs // that it never uses. Current GCC warns about those. The pragma // below suppresses those warnings for those. --#if !defined(__APPLE__) && !defined(_WIN32) -+#if !defined(__APPLE__) && !defined(_WIN32) && !defined(__NetBSD__) && !defined(__DragonFly__) && !defined(__FreeBSD__) +-#if !defined(__APPLE__) && !defined(_WIN32) && !defined(__clang__) ++#if !defined(__APPLE__) && !defined(_WIN32) && !defined(__clang__) && !defined(__NetBSD__) && !defined(__DragonFly__) && !defined(__FreeBSD__) #pragma GCC diagnostic ignored "-Wunused-local-typedefs" #endif void -@@ -3632,7 +3632,7 @@ MyFrame::DoCheckForUpdates(bool silent, - DoCheckExpiringCerts(noGUI); - return; - } --#if !defined(__APPLE__) && !defined(_WIN32) -+#if !defined(__APPLE__) && !defined(_WIN32) && !defined(__NetBSD__) && !defined(__DragonFly__) && !defined(__FreeBSD__) - #pragma GCC diagnostic warning "-Wunused-local-typedefs" - #endif - -@@ -4676,7 +4676,11 @@ QSLApp::OnInit() { - for (int i = 1; i < argc; i++) { - origCommandLine += wxT(" "); - origCommandLine += argv[i]; +@@ -4770,7 +4770,11 @@ QSLApp::OnInit() { + // Well, if it's a pointer and it might be null but it's also not a pointer + // and can't be null, then it's not possible to compile this without warning. + // Warnings ahoy! +#if defined (wxABI_VERSION) && (wxABI_VERSION < 30000 ) - if (argv[i] && (argv[i][0] == wxT('-') || argv[i][0] == wxT('/'))) + if (argv[i][0] == wxT('-') || argv[i][0] == wxT('/')) +#else + if (!argv[i].empty() && (argv[i][0] == wxT('-') || argv[i][0] == wxT('/'))) +#endif diff --git a/ham/uhd/Makefile b/ham/uhd/Makefile index 514d3c6129105..74ff3d7275508 100644 --- a/ham/uhd/Makefile +++ b/ham/uhd/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.16 2016/01/22 03:10:19 mef Exp $ +# $NetBSD: Makefile,v 1.17 2016/04/28 11:14:42 mef Exp $ -DISTNAME= uhd-3.9.2 +DISTNAME= uhd-3.9.3 CATEGORIES= ham MASTER_SITES= ${MASTER_SITE_GITHUB:=EttusResearch/} # 3.9.1 -> 003_009_001 diff --git a/ham/uhd/distinfo b/ham/uhd/distinfo index 7e4b68528fc3f..b29d2d071d37e 100644 --- a/ham/uhd/distinfo +++ b/ham/uhd/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.11 2016/01/22 03:10:19 mef Exp $ +$NetBSD: distinfo,v 1.12 2016/04/28 11:14:42 mef Exp $ -SHA1 (uhd-3.9.2.tar.gz) = b8986871a957aa7858ac222fd468e46d914580b5 -RMD160 (uhd-3.9.2.tar.gz) = bbe317c9e2c17bc044b2bc23c6f308aa2427ab5c -SHA512 (uhd-3.9.2.tar.gz) = 394e0e636ad5717ab16ef920ef23625a6ee537af50c84cf8e5ed67f179b41b9cd030b95878e777ae93fea496b124708c2e598d0e7e23c0a5205b340181c5dc09 -Size (uhd-3.9.2.tar.gz) = 2436702 bytes +SHA1 (uhd-3.9.3.tar.gz) = 4d67d12d452c4ce5c7e6b6978a553f8a7a750829 +RMD160 (uhd-3.9.3.tar.gz) = ccc7098c53276b76b843afd1ca442627ca4e8149 +SHA512 (uhd-3.9.3.tar.gz) = 2f204939b237bde7b8efd5c0fca723afb490a9a588d4c14a8dbde729a25eb361c0c7fc84be604c1e9f6a4421c4df4c3b315e402eeebacae8359b9ccbc40bc2b0 +Size (uhd-3.9.3.tar.gz) = 2441968 bytes diff --git a/inputmethod/ibus-array/Makefile b/inputmethod/ibus-array/Makefile index b59e8f787e89d..d06dce687d27f 100644 --- a/inputmethod/ibus-array/Makefile +++ b/inputmethod/ibus-array/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.15 2015/10/10 01:58:09 ryoon Exp $ +# $NetBSD: Makefile,v 1.16 2016/04/11 19:01:53 ryoon Exp $ DISTNAME= ibus-array-0.1.0 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= inputmethod chinese MASTER_SITES= http://ibus-array.googlecode.com/svn/tarballs/ EXTRACT_SUFX= .tgz diff --git a/inputmethod/ibus-chewing/Makefile b/inputmethod/ibus-chewing/Makefile index 7b0f9d47e56c4..993fe52b3a140 100644 --- a/inputmethod/ibus-chewing/Makefile +++ b/inputmethod/ibus-chewing/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.44 2015/10/10 01:58:09 ryoon Exp $ +# $NetBSD: Makefile,v 1.45 2016/04/11 19:01:53 ryoon Exp $ # DISTNAME= ibus-chewing-1.4.12-Source PKGNAME= ${DISTNAME:S/-Source//} -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= inputmethod chinese MASTER_SITES= https://github.com/definite/ibus-chewing/releases/download/${PKGVERSION_NOREV}/ diff --git a/inputmethod/ibus-libpinyin/Makefile b/inputmethod/ibus-libpinyin/Makefile index 3f49c3621b61f..c1b4feea354da 100644 --- a/inputmethod/ibus-libpinyin/Makefile +++ b/inputmethod/ibus-libpinyin/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2015/10/10 01:58:10 ryoon Exp $ +# $NetBSD: Makefile,v 1.7 2016/04/11 19:01:53 ryoon Exp $ DISTNAME= ibus-libpinyin-1.6.92 -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= inputmethod chinese MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libpinyin/} diff --git a/inputmethod/ibus-pinyin/Makefile b/inputmethod/ibus-pinyin/Makefile index 27b641657f461..26279dad59c6f 100644 --- a/inputmethod/ibus-pinyin/Makefile +++ b/inputmethod/ibus-pinyin/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.32 2015/10/10 01:58:10 ryoon Exp $ +# $NetBSD: Makefile,v 1.33 2016/04/11 19:01:53 ryoon Exp $ # DISTNAME= ibus-pinyin-1.5.0 -PKGREVISION= 7 +PKGREVISION= 8 CATEGORIES= inputmethod chinese MASTER_SITES= http://ibus.googlecode.com/files/ diff --git a/inputmethod/ibus-qt/Makefile b/inputmethod/ibus-qt/Makefile index 233ca21e83183..0c8cee253b9c4 100644 --- a/inputmethod/ibus-qt/Makefile +++ b/inputmethod/ibus-qt/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.41 2016/03/05 11:28:42 jperkin Exp $ +# $NetBSD: Makefile,v 1.42 2016/04/11 19:01:53 ryoon Exp $ # DISTNAME= ibus-qt-1.3.3-Source PKGNAME= ${DISTNAME:S/-Source//} -PKGREVISION= 5 +PKGREVISION= 6 CATEGORIES= inputmethod MASTER_SITES= https://github.com/ibus/ibus-qt/releases/download/${PKGVERSION_NOREV}/ diff --git a/inputmethod/im-ja/Makefile b/inputmethod/im-ja/Makefile index 8115f19ab4258..19f79edede5a2 100644 --- a/inputmethod/im-ja/Makefile +++ b/inputmethod/im-ja/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.46 2016/03/05 11:28:42 jperkin Exp $ +# $NetBSD: Makefile,v 1.48 2016/05/03 11:40:03 prlw1 Exp $ # DISTNAME= im-ja-1.5 -PKGREVISION= 43 +PKGREVISION= 45 CATEGORIES= inputmethod japanese MASTER_SITES= http://im-ja.sourceforge.net/ diff --git a/inputmethod/imhangul_status_applet/Makefile b/inputmethod/imhangul_status_applet/Makefile index b6f469a0eb110..d766a56822818 100644 --- a/inputmethod/imhangul_status_applet/Makefile +++ b/inputmethod/imhangul_status_applet/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.76 2016/03/05 11:28:42 jperkin Exp $ +# $NetBSD: Makefile,v 1.78 2016/05/03 11:40:03 prlw1 Exp $ # DISTNAME= imhangul_status_applet-0.3 -PKGREVISION= 58 +PKGREVISION= 60 CATEGORIES= korean inputmethod MASTER_SITES= http://download.kldp.net/imhangul/imhangul_status_applet/0.3/ diff --git a/inputmethod/libchewing/Makefile b/inputmethod/libchewing/Makefile index 4e870e0ccc8b2..c7c8be7c347f0 100644 --- a/inputmethod/libchewing/Makefile +++ b/inputmethod/libchewing/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.13 2015/10/10 01:57:52 ryoon Exp $ +# $NetBSD: Makefile,v 1.14 2016/04/11 19:01:35 ryoon Exp $ # DISTNAME= libchewing-0.4.0 -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= chinese inputmethod MASTER_SITES= https://github.com/chewing/libchewing/releases/download/v${PKGVERSION_NOREV}/ EXTRACT_SUFX= .tar.bz2 diff --git a/inputmethod/libchewing/buildlink3.mk b/inputmethod/libchewing/buildlink3.mk index ff47415909f7d..824084fa9cd0e 100644 --- a/inputmethod/libchewing/buildlink3.mk +++ b/inputmethod/libchewing/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.10 2015/04/06 08:17:14 adam Exp $ +# $NetBSD: buildlink3.mk,v 1.11 2016/04/11 19:01:35 ryoon Exp $ BUILDLINK_TREE+= libchewing @@ -6,7 +6,7 @@ BUILDLINK_TREE+= libchewing LIBCHEWING_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.libchewing+= libchewing>=0.3.2 -BUILDLINK_ABI_DEPENDS.libchewing+= libchewing>=0.4.0nb2 +BUILDLINK_ABI_DEPENDS.libchewing+= libchewing>=0.4.0nb4 BUILDLINK_PKGSRCDIR.libchewing?= ../../inputmethod/libchewing .include "../../databases/sqlite3/buildlink3.mk" diff --git a/inputmethod/qt5-uim/Makefile b/inputmethod/qt5-uim/Makefile index fb10c0bc9fbda..636db8002cd23 100644 --- a/inputmethod/qt5-uim/Makefile +++ b/inputmethod/qt5-uim/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.13 2016/03/05 11:28:42 jperkin Exp $ +# $NetBSD: Makefile,v 1.14 2016/04/11 19:01:54 ryoon Exp $ .include "../../x11/qt5/Makefile.common" DISTNAME= uim-1.8.6 PKGNAME= qt5-${DISTNAME} -PKGREVISION= 10 +PKGREVISION= 11 CATEGORIES= x11 MASTER_SITES= http://uim.googlecode.com/files/ EXTRACT_SUFX= .tar.bz2 diff --git a/inputmethod/scim-chewing/Makefile b/inputmethod/scim-chewing/Makefile index 3baa59d10f218..2a5c263514e07 100644 --- a/inputmethod/scim-chewing/Makefile +++ b/inputmethod/scim-chewing/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.32 2015/10/10 01:58:10 ryoon Exp $ +# $NetBSD: Makefile,v 1.33 2016/04/11 19:01:54 ryoon Exp $ # DISTNAME= scim-chewing-0.3.5 -PKGREVISION= 8 +PKGREVISION= 9 CATEGORIES= inputmethod MASTER_SITES= http://chewing.googlecode.com/files/ EXTRACT_SUFX= .tar.bz2 diff --git a/inputmethod/uim-chewing/Makefile b/inputmethod/uim-chewing/Makefile index 22b9fb087521e..daf7894469b77 100644 --- a/inputmethod/uim-chewing/Makefile +++ b/inputmethod/uim-chewing/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.7 2015/10/10 01:58:10 ryoon Exp $ +# $NetBSD: Makefile,v 1.8 2016/04/11 19:01:54 ryoon Exp $ # DISTNAME= uim-chewing-0.1.0 -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= inputmethod chinese MASTER_SITES= http://uim.googlecode.com/files/ diff --git a/inputmethod/uim/Makefile b/inputmethod/uim/Makefile index 1e8c7e3da78e3..93f15949a305a 100644 --- a/inputmethod/uim/Makefile +++ b/inputmethod/uim/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.111 2016/03/05 11:28:43 jperkin Exp $ +# $NetBSD: Makefile,v 1.113 2016/05/03 11:40:04 prlw1 Exp $ # .include "../../inputmethod/uim/Makefile.common" -PKGREVISION= 27 +PKGREVISION= 29 COMMENT= Multilingual input method library #LICENSE= See ${WRKSRC}/COPYING diff --git a/lang/LuaJIT2/distinfo b/lang/LuaJIT2/distinfo index 6195f383d1ca1..7fb9f34418634 100644 --- a/lang/LuaJIT2/distinfo +++ b/lang/LuaJIT2/distinfo @@ -1,7 +1,8 @@ -$NetBSD: distinfo,v 1.6 2015/11/03 22:50:31 agc Exp $ +$NetBSD: distinfo,v 1.8 2016/04/01 13:26:03 adam Exp $ SHA1 (LuaJIT-2.0.4.tar.gz) = 6e533675180300e85d12c4bbeea2d0e41ad21172 RMD160 (LuaJIT-2.0.4.tar.gz) = ef9ec596ebf81e3871f060c40303bcd2002474c4 SHA512 (LuaJIT-2.0.4.tar.gz) = a72957bd85d8f457269e78bf08c19b28c5707df5d19920d61918f8a6913f55913ce13037fb9a6463c04cefde0c6644739f390e09d656e4bbc2c236927aa3f8f9 Size (LuaJIT-2.0.4.tar.gz) = 847615 bytes -SHA1 (patch-Makefile) = 12e6a78839d975b667578baa7e4122efbecb0d92 +SHA1 (patch-Makefile) = 4dc6b2fd4f155700aa92e81bf2e10ce2e7990f16 +SHA1 (patch-src_Makefile) = 29426c80f12d34d69eff2dfae1da786827069163 diff --git a/lang/LuaJIT2/patches/patch-Makefile b/lang/LuaJIT2/patches/patch-Makefile index 205aea2c04c71..e47a5225084d9 100644 --- a/lang/LuaJIT2/patches/patch-Makefile +++ b/lang/LuaJIT2/patches/patch-Makefile @@ -1,4 +1,4 @@ -$NetBSD: patch-Makefile,v 1.4 2015/02/27 07:51:58 alnsn Exp $ +$NetBSD: patch-Makefile,v 1.5 2016/04/01 11:22:36 jperkin Exp $ Fix installation. @@ -17,7 +17,7 @@ Fix installation. INSTALL_CMODD= $(INSTALL_LIB)/lua INSTALL_CMOD= $(INSTALL_CMODD)/$(ABIVER) -INSTALL_MAN= $(INSTALL_SHARE)/man/man1 -+INSTALL_MAN= $(DPREFIX)/man/man1 ++INSTALL_MAN= $(DPREFIX)/${PKGMANDIR}/man1 INSTALL_PKGCONFIG= $(INSTALL_LIB)/pkgconfig INSTALL_TNAME= luajit-$(VERSION) diff --git a/lang/LuaJIT2/patches/patch-src_Makefile b/lang/LuaJIT2/patches/patch-src_Makefile new file mode 100644 index 0000000000000..bbfd1b8f97644 --- /dev/null +++ b/lang/LuaJIT2/patches/patch-src_Makefile @@ -0,0 +1,16 @@ +$NetBSD: patch-src_Makefile,v 1.1 2016/04/01 13:26:03 adam Exp $ + +Fix building on OS X. + +--- src/Makefile.orig 2015-05-14 18:30:00.000000000 +0000 ++++ src/Makefile +@@ -294,9 +294,6 @@ ifeq (,$(shell $(TARGET_CC) -o /dev/null + TARGET_XCFLAGS+= -fno-stack-protector + endif + ifeq (Darwin,$(TARGET_SYS)) +- ifeq (,$(MACOSX_DEPLOYMENT_TARGET)) +- export MACOSX_DEPLOYMENT_TARGET=10.4 +- endif + TARGET_STRIP+= -x + TARGET_AR+= 2>/dev/null + TARGET_XSHLDFLAGS= -dynamiclib -single_module -undefined dynamic_lookup -fPIC diff --git a/lang/Makefile b/lang/Makefile index eac97e9344821..14cb173b8b339 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.427 2016/03/10 15:01:52 tnn Exp $ +# $NetBSD: Makefile,v 1.431 2016/05/05 04:00:09 agc Exp $ # COMMENT= Programming languages @@ -34,6 +34,7 @@ SUBDIR+= clojure SUBDIR+= coq SUBDIR+= cparser SUBDIR+= cu-prolog +SUBDIR+= duktape SUBDIR+= eag SUBDIR+= ecl SUBDIR+= eieio @@ -42,6 +43,7 @@ SUBDIR+= elk SUBDIR+= embryo SUBDIR+= erlang SUBDIR+= erlang-doc +SUBDIR+= erlang-luerl SUBDIR+= erlang-man SUBDIR+= f2c SUBDIR+= ficl @@ -110,8 +112,10 @@ SUBDIR+= konoha SUBDIR+= ksi SUBDIR+= libLLVM SUBDIR+= libLLVM34 +SUBDIR+= libduktape SUBDIR+= librep SUBDIR+= libtcl-nothread +SUBDIR+= libunwind SUBDIR+= likepython SUBDIR+= llvm #SUBDIR+= lua # only contains Makefile fragments @@ -194,8 +198,6 @@ SUBDIR+= ruby-doc-stdlib SUBDIR+= ruby-execjs SUBDIR+= ruby18 SUBDIR+= ruby18-base -SUBDIR+= ruby200 -SUBDIR+= ruby200-base SUBDIR+= ruby21 SUBDIR+= ruby21-base SUBDIR+= ruby22 diff --git a/lang/basic256/Makefile b/lang/basic256/Makefile index 60352b47673cb..1bcc842889da4 100644 --- a/lang/basic256/Makefile +++ b/lang/basic256/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.30 2016/03/05 11:28:43 jperkin Exp $ +# $NetBSD: Makefile,v 1.31 2016/04/11 19:01:54 ryoon Exp $ # DISTNAME= basic256_0.9.6.71 PKGNAME= ${DISTNAME:S/_/-/} -PKGREVISION= 20 +PKGREVISION= 21 CATEGORIES= lang MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=kidbasic/} EXTRACT_SUFX= .tgz diff --git a/lang/boomerang/Makefile b/lang/boomerang/Makefile index fa6e99aa6b44b..e9e16c49b0fb7 100644 --- a/lang/boomerang/Makefile +++ b/lang/boomerang/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.10 2015/08/07 11:20:34 jaapb Exp $ +# $NetBSD: Makefile,v 1.11 2016/05/05 11:45:40 jaapb Exp $ # DISTNAME= boomerang-0.2-source PKGNAME= ${DISTNAME:S/-source//} -PKGREVISION= 7 +PKGREVISION= 8 CATEGORIES= lang MASTER_SITES= http://www.seas.upenn.edu/~harmony/download/ diff --git a/lang/camlp4/Makefile b/lang/camlp4/Makefile index aa507727c3603..fb5e25552b100 100644 --- a/lang/camlp4/Makefile +++ b/lang/camlp4/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.10 2015/07/29 10:30:51 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2016/05/05 11:03:26 jaapb Exp $ -DISTNAME= 4.02+6 +DISTNAME= 4.03+1 PKGNAME= camlp4-${DISTNAME:S/+/./} -PKGREVISION= 1 CATEGORIES= lang MASTER_SITES= https://github.com/ocaml/camlp4/archive/ DIST_SUBDIR= ocaml-camlp4 @@ -13,7 +12,7 @@ COMMENT= Preprocessor and pretty printer for OCaml LICENSE= gnu-lgpl-v2 HAS_CONFIGURE= yes -WRKSRC= ${WRKDIR}/camlp4-4.02-6 +WRKSRC= ${WRKDIR}/camlp4-4.03-1 MAKE_JOBS_SAFE= no .include "../../mk/ocaml.mk" @@ -29,4 +28,5 @@ do-install: LIBDIR="${DESTDIR}${PREFIX}/lib/ocaml" ${SH} build/install.sh ${INSTALL_DATA} ${WRKSRC}/camlp4/META ${DESTDIR}${PREFIX}/${OCAML_SITELIBDIR}/camlp4 +.include "../../devel/ocamlbuild/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/lang/camlp4/distinfo b/lang/camlp4/distinfo index 4e4a8ef1567c1..b9f74742fe69d 100644 --- a/lang/camlp4/distinfo +++ b/lang/camlp4/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.7 2015/11/03 22:50:32 agc Exp $ +$NetBSD: distinfo,v 1.8 2016/05/05 11:03:26 jaapb Exp $ -SHA1 (ocaml-camlp4/4.02+6.tar.gz) = 6dd7e591dfde94c44576dba9b847279ffb92c889 -RMD160 (ocaml-camlp4/4.02+6.tar.gz) = d4733ddb4856c3e74a0cfbaa0468553c014393e1 -SHA512 (ocaml-camlp4/4.02+6.tar.gz) = abf5b2b652ea7abb5d380b83ec02b3df88146ccf3e9c73504829f382517b0b9b99e474747321212a84d93a2509968bff190722afbce65b004e8f00a0620f208c -Size (ocaml-camlp4/4.02+6.tar.gz) = 647140 bytes +SHA1 (ocaml-camlp4/4.03+1.tar.gz) = f5a043b4439bdd4362fc4843d319dfdaa183d862 +RMD160 (ocaml-camlp4/4.03+1.tar.gz) = 179e1787d6a2eeacbc87769a79a252f2f6689acd +SHA512 (ocaml-camlp4/4.03+1.tar.gz) = 0a329e18deffebb5245415f822f91e692076fca4dbe38748f18e72f417ce7354faed744fdff25f9976659192cb02d56ceb2cf1be5c64da463413ec4a28a9d3ac +Size (ocaml-camlp4/4.03+1.tar.gz) = 648030 bytes diff --git a/lang/camlp5/Makefile b/lang/camlp5/Makefile index 3906a6d4a8eed..4538f8ba3a551 100644 --- a/lang/camlp5/Makefile +++ b/lang/camlp5/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.24 2016/02/06 12:10:33 jaapb Exp $ +# $NetBSD: Makefile,v 1.26 2016/05/06 10:50:55 jaapb Exp $ # -DISTNAME= camlp5-6.14 +DISTNAME= camlp5-6.16 CATEGORIES= lang MASTER_SITES= http://camlp5.gforge.inria.fr/distrib/src/ EXTRACT_SUFX= .tgz diff --git a/lang/camlp5/buildlink3.mk b/lang/camlp5/buildlink3.mk index 0a9cff0dc1367..5cf3922e35a02 100644 --- a/lang/camlp5/buildlink3.mk +++ b/lang/camlp5/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.12 2015/08/07 11:19:13 jaapb Exp $ +# $NetBSD: buildlink3.mk,v 1.14 2016/05/06 10:50:55 jaapb Exp $ # BUILDLINK_TREE+= camlp5 @@ -7,7 +7,7 @@ BUILDLINK_TREE+= camlp5 CAMLP5_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.camlp5+= camlp5>=5.01 -BUILDLINK_ABI_DEPENDS.camlp5+= camlp5>=6.14 +BUILDLINK_ABI_DEPENDS.camlp5+= camlp5>=6.16 BUILDLINK_PKGSRCDIR.camlp5?= ../../lang/camlp5 .include "../../lang/ocaml/buildlink3.mk" diff --git a/lang/camlp5/distinfo b/lang/camlp5/distinfo index 6c3aa6c516acf..c90d03cb7d6c7 100644 --- a/lang/camlp5/distinfo +++ b/lang/camlp5/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.13 2015/11/03 22:50:33 agc Exp $ +$NetBSD: distinfo,v 1.14 2016/05/06 10:50:55 jaapb Exp $ -SHA1 (camlp5-6.14.tgz) = 2cde94fc53195f9acb39592a9a74d4f36114df38 -RMD160 (camlp5-6.14.tgz) = 0757a5929c64593e9f9f5507ff23a3d54ea359e9 -SHA512 (camlp5-6.14.tgz) = 7dd57b8725953099726fc2e5f6dda01ed74485a4bbf41cb30ccd2163ee38bc6dff36fd83069c58d7990522527d266c9e180a8e333b36a42bc216315dc88a25e9 -Size (camlp5-6.14.tgz) = 748674 bytes +SHA1 (camlp5-6.16.tgz) = fe664c51081e27c4e35e907b855ed40fc867c7f1 +RMD160 (camlp5-6.16.tgz) = 7d63ec176197cdb99a2ee3f2be7ba0447a7df48f +SHA512 (camlp5-6.16.tgz) = b1bfa271bb7df169c5b0d0f0a20038ab95c2101475e1729f5a779fea0872165f73b04e0cd792e9fbc31e81bb37cbef06a9761f7748ea1ab87753dbd20202d5ed +Size (camlp5-6.16.tgz) = 759877 bytes diff --git a/lang/chezscheme/DESCR b/lang/chezscheme/DESCR new file mode 100644 index 0000000000000..60f7a5631b580 --- /dev/null +++ b/lang/chezscheme/DESCR @@ -0,0 +1,4 @@ +Chez Scheme is a Scheme implementation by R. Kent Dybvig, first released in +1985, which uses incremental native-code compilation to produce native binaries +for the PowerPC, SPARC, IA-32, and x86-64 processor architectures. Chez Scheme +supports R6RS[1] since version 7.9.1. diff --git a/lang/chezscheme/Makefile b/lang/chezscheme/Makefile new file mode 100644 index 0000000000000..a2e18ac8663d3 --- /dev/null +++ b/lang/chezscheme/Makefile @@ -0,0 +1,36 @@ +# $NetBSD$ + +DISTNAME= ChezScheme-9.4 +PKGNAME= ${DISTNAME:tl} +CATEGORIES= lang +MASTER_SITES= ${MASTER_SITE_GITHUB:=cisco/} +DIST_SUBDIR= ChezScheme +GITHUB_TAG= v${PKGVERSION_NOREV} +DISTFILES= ${DEFAULT_DISTFILES} +DISTFILES+= zlib-1.2.8.tar.gz +DISTFILES+= nanopass-framework-scheme-1.9.tar.gz +DISTFILES+= stex-1.2.1.tar.gz +SITES.zlib-1.2.8.tar.gz= -${MASTER_SITE_GITHUB:=madler/zlib/archive/v1.2.8.tar.gz} +SITES.nanopass-framework-scheme-1.9.tar.gz= -${MASTER_SITE_GITHUB:=nanopass/nanopass-framework-scheme/archive/v1.9.tar.gz} +SITES.stex-1.2.1.tar.gz= -${MASTER_SITE_GITHUB:=dybvig/stex/archive/v1.2.1.tar.gz} + +MAINTAINER= root@zta.lk +HOMEPAGE= http://scheme.com/ +COMMENT= A powerful implementation of Scheme +LICENSE= apache-2.0 + +ONLY_FOR_PLATFORM= Linux-*-* +WRKSRC= ${WRKDIR}/ChezScheme-9.4 +HAS_CONFIGURE= yes +CONFIGURE_ARGS= --threads --installprefix=${DESTDIR}${PREFIX} + +USE_TOOLS+= gmake +BUILD_TARGET= build + +post-extract: + cd ${WRKSRC} && \ + rmdir zlib && mv ../zlib-1.2.8 zlib && \ + rmdir stex && mv ../stex-1.2.1 stex && \ + rmdir nanopass && mv ../nanopass-framework-scheme-1.9 nanopass + +.include "../../mk/bsd.pkg.mk" diff --git a/lang/chezscheme/PLIST b/lang/chezscheme/PLIST new file mode 100644 index 0000000000000..1937e72197c3a --- /dev/null +++ b/lang/chezscheme/PLIST @@ -0,0 +1,36 @@ +@comment $NetBSD$ +bin/petite +bin/scheme +bin/scheme-script +lib/csv${PKGVERSION}/examples/Makefile +lib/csv${PKGVERSION}/examples/compat.ss +lib/csv${PKGVERSION}/examples/crepl.c +lib/csv${PKGVERSION}/examples/csocket.c +lib/csv${PKGVERSION}/examples/def.ss +lib/csv${PKGVERSION}/examples/edit.ss +lib/csv${PKGVERSION}/examples/fact.ss +lib/csv${PKGVERSION}/examples/fatfib.ss +lib/csv${PKGVERSION}/examples/fft.ss +lib/csv${PKGVERSION}/examples/fib.ss +lib/csv${PKGVERSION}/examples/foreign.ss +lib/csv${PKGVERSION}/examples/freq.ss +lib/csv${PKGVERSION}/examples/interpret.ss +lib/csv${PKGVERSION}/examples/m4.ss +lib/csv${PKGVERSION}/examples/macro.ss +lib/csv${PKGVERSION}/examples/matrix.ss +lib/csv${PKGVERSION}/examples/object.ss +lib/csv${PKGVERSION}/examples/power.ss +lib/csv${PKGVERSION}/examples/queue.ss +lib/csv${PKGVERSION}/examples/rabbit.ss +lib/csv${PKGVERSION}/examples/rsa.ss +lib/csv${PKGVERSION}/examples/scons.ss +lib/csv${PKGVERSION}/examples/setof.ss +lib/csv${PKGVERSION}/examples/socket.ss +lib/csv${PKGVERSION}/examples/template.ss +lib/csv${PKGVERSION}/examples/unify.ss +lib/csv${PKGVERSION}/ta6le/petite.boot +lib/csv${PKGVERSION}/ta6le/scheme-script.boot +lib/csv${PKGVERSION}/ta6le/scheme.boot +lib/csv${PKGVERSION}/ta6le/scheme.h +share/man/man1/petite.1.gz +share/man/man1/scheme.1.gz diff --git a/lang/chezscheme/distinfo b/lang/chezscheme/distinfo new file mode 100644 index 0000000000000..4cc6570232a0a --- /dev/null +++ b/lang/chezscheme/distinfo @@ -0,0 +1,19 @@ +$NetBSD$ + +SHA1 (ChezScheme/ChezScheme-9.4.tar.gz) = f1273793cbceb545e51baa2cbf1be1d9c870c8f4 +RMD160 (ChezScheme/ChezScheme-9.4.tar.gz) = 6162cde0b929a03bcc1984f83f0e63554018cc53 +SHA512 (ChezScheme/ChezScheme-9.4.tar.gz) = 722b072f28d6a4e3c21b220ddb5c01f60b421feaaa54f837cea3a225ce360eb12f217651538d677daae7187ce6d54f124c8aa697e7e477f1563d65b662002c46 +Size (ChezScheme/ChezScheme-9.4.tar.gz) = 28843543 bytes +SHA1 (ChezScheme/nanopass-framework-scheme-1.9.tar.gz) = 7f872c409165e822a031ebfb0f8639271306bcbe +RMD160 (ChezScheme/nanopass-framework-scheme-1.9.tar.gz) = 783777cdcf0609444c0f7f1481af2320d5003d41 +SHA512 (ChezScheme/nanopass-framework-scheme-1.9.tar.gz) = 6b11058332b52f6cac08855cd5881ddf7ec12f3c1154ebb2a95e0f44ad4d090f8101f3b68419a65a32a1b6f4ae38f39b204ddfec048bfa30adb4456bae14ab7a +Size (ChezScheme/nanopass-framework-scheme-1.9.tar.gz) = 3816290 bytes +SHA1 (ChezScheme/stex-1.2.1.tar.gz) = e97e52fdad75c150997c30f549e18bbecd785929 +RMD160 (ChezScheme/stex-1.2.1.tar.gz) = a2dbdd9dc857920944b80b53f44e83ec4fa366a4 +SHA512 (ChezScheme/stex-1.2.1.tar.gz) = 29909a05cd813e5b7918d55dc10f1b2de80dec18ae89a1644261decfd79ac8e5468ac3b50f49c70796bde05ddfad5eaacd879dbadc995ce87f6a74c17b947058 +Size (ChezScheme/stex-1.2.1.tar.gz) = 211011 bytes +SHA1 (ChezScheme/zlib-1.2.8.tar.gz) = 730c4e75b553cafc0c081127de43174192ce98fd +RMD160 (ChezScheme/zlib-1.2.8.tar.gz) = 820cab211e9311390e206c658c4c1ad3c6c84ccc +SHA512 (ChezScheme/zlib-1.2.8.tar.gz) = 7e393976368975446b263ae4143fb404bc33bf3b436e72007700b5b88e5be332cd461cdec42d31a4b6dffdca2368550f01b9fa1165d81c0aa818bbf2b1ac191e +Size (ChezScheme/zlib-1.2.8.tar.gz) = 604952 bytes +SHA1 (patch-configure) = d21ea87d8f16388030b49f5b3d3d27ecda40bc07 diff --git a/lang/chezscheme/patches/patch-configure b/lang/chezscheme/patches/patch-configure new file mode 100644 index 0000000000000..67788c15176e6 --- /dev/null +++ b/lang/chezscheme/patches/patch-configure @@ -0,0 +1,27 @@ +$NetBSD$ + +--- /var/tmp/pkgsrc-obj/lang/chezscheme/work/ChezScheme-9.4/configure.orig 2016-05-13 16:59:20.000000000 +0000 ++++ /var/tmp/pkgsrc-obj/lang/chezscheme/work/ChezScheme-9.4/configure +@@ -288,22 +288,6 @@ if [ "$m" = "" -o ! -f boot/$m/scheme.bo + exit 1 + fi + +-if [ -d '.git' ] ; then +- git submodule init && git submodule update || exit 1 +-else +- if [ ! -f 'nanopass/nanopass.ss' ] ; then +- rmdir nanopass && (curl -L -o v1.9.tar.gz https://github.com/nanopass/nanopass-framework-scheme/archive/v1.9.tar.gz && tar -zxf v1.9.tar.gz && mv nanopass-framework-scheme-1.9 nanopass && rm v1.9.tar.gz) || exit 1 +- fi +- +- if [ ! -f 'zlib/configure' ] ; then +- rmdir zlib && (curl -L -o v1.2.8.tar.gz https://github.com/madler/zlib/archive/v1.2.8.tar.gz && tar -xzf v1.2.8.tar.gz && mv zlib-1.2.8 zlib && rm v1.2.8.tar.gz) || exit 1 +- fi +- +- if [ ! -f 'stex/Mf-stex' ] ; then +- rmdir stex && (curl -L -o v1.2.1.tar.gz https://github.com/dybvig/stex/archive/v1.2.1.tar.gz && tar -zxf v1.2.1.tar.gz && mv stex-1.2.1 stex && rm v1.2.1.tar.gz) || exit 1 +- fi +-fi +- + ./workarea $m $w + + sed -e 's/$(m)/'$m'/g'\ diff --git a/lang/chicken/Makefile b/lang/chicken/Makefile index 029e9b067bf70..dee471bf25722 100644 --- a/lang/chicken/Makefile +++ b/lang/chicken/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.54 2015/08/15 17:51:43 leot Exp $ +# $NetBSD: Makefile,v 1.55 2016/04/11 04:22:34 dbj Exp $ DISTNAME= chicken-4.10.0 PKGREVISION= 1 @@ -38,7 +38,7 @@ PLATFORM= haiku .else #PLATFORM+= ${OPSYS} == "Interix" # possible choices left: mingw-msys mingw cygwin cross-linux-mingw -PKG_SKIP_REASON= "${OPSYS} is not supported" +PKG_SKIP_REASON+= "${OPSYS} is not supported" .endif MAKE_FILE= GNUmakefile diff --git a/lang/coq/Makefile b/lang/coq/Makefile index 5591d4ee82645..d5e8d374f4a88 100644 --- a/lang/coq/Makefile +++ b/lang/coq/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.86 2016/03/05 11:28:43 jperkin Exp $ +# $NetBSD: Makefile,v 1.89 2016/05/05 11:45:40 jaapb Exp $ # DISTNAME= coq-8.5 -PKGREVISION= 1 +PKGREVISION= 4 CATEGORIES= lang math MASTER_SITES= http://coq.inria.fr/distrib/V${PKGVERSION_NOREV}/files/ diff --git a/lang/duktape/DESCR b/lang/duktape/DESCR new file mode 100644 index 0000000000000..f6fb65776325d --- /dev/null +++ b/lang/duktape/DESCR @@ -0,0 +1,14 @@ +Duktape is an embeddable Ecmascript E5/E5.1 engine with a focus on +portability and compact footprint. By integrating Duktape into your +C/C++ program you can easily extend its functionality through +scripting. You can also build the main control flow of your program +in Ecmascript and use fast C code functions to do heavy lifting. + +The terms Ecmascript and Javascript are often considered more or less +equivalent, although Javascript and its variants are technically just +one environment where the Ecmascript language is used. The line +between the two is not very clear in practice: even non-browser +Ecmascript environments often provide some browser-specific built-ins. +Duktape is no exception, and provides the commonly used print() and +alert() built-ins. Even so, we use the term Ecmascript throughout to +refer to the language implemented by Duktape. diff --git a/lang/duktape/Makefile b/lang/duktape/Makefile new file mode 100644 index 0000000000000..c550505aabcc6 --- /dev/null +++ b/lang/duktape/Makefile @@ -0,0 +1,24 @@ +# $NetBSD: Makefile,v 1.1 2016/05/05 03:59:48 agc Exp $ + +DISTNAME= duktape-1.5.0 +CATEGORIES= devel +MASTER_SITES= http://duktape.org/ +EXTRACT_SUFX= .tar.xz + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://duktape.org/ +COMMENT= Embeddable Javascript engine +LICENSE= mit + +do-build: + (cd ${WRKSRC} && \ + ${CC} ${CFLAGS} examples/cmdline/duk_cmdline.c \ + -Wl,-R${PREFIX}/lib -L${PREFIX}/lib -lduktape -lm -o duk) + +do-install: + mkdir -p ${DESTDIR}${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/duk ${DESTDIR}${PREFIX}/bin + +.include "../../lang/libduktape/buildlink3.mk" + +.include "../../mk/bsd.pkg.mk" diff --git a/lang/duktape/PLIST b/lang/duktape/PLIST new file mode 100644 index 0000000000000..9bcb2e7fa12ae --- /dev/null +++ b/lang/duktape/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1 2016/05/05 03:59:48 agc Exp $ +bin/duk diff --git a/lang/duktape/distinfo b/lang/duktape/distinfo new file mode 100644 index 0000000000000..83ecace0b75a9 --- /dev/null +++ b/lang/duktape/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2016/05/05 03:59:48 agc Exp $ + +SHA1 (duktape-1.5.0.tar.xz) = 6c53eff86e498c9a81181dfaf72034d616a35cba +RMD160 (duktape-1.5.0.tar.xz) = c4af4b76978e03fe621886601b65d9fbad240b19 +SHA512 (duktape-1.5.0.tar.xz) = f9b1500980e75700296d054d91edcd6a86d5ee20d63a7c246c66af7d5f5f097191cf59c4175214138345154afb6e3f5bb338a549ac3fbadeba858d8beb610093 +Size (duktape-1.5.0.tar.xz) = 708528 bytes diff --git a/lang/erlang-doc/PLIST b/lang/erlang-doc/PLIST index 7e82b54085b58..3a8c347e6e1af 100644 --- a/lang/erlang-doc/PLIST +++ b/lang/erlang-doc/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.20 2015/12/31 19:47:40 fhajny Exp $ +@comment $NetBSD: PLIST,v 1.21 2016/04/21 11:24:23 fhajny Exp $ lib/erlang/doc/applications.html lib/erlang/doc/design_principles/applications.html lib/erlang/doc/design_principles/appup_cookbook.html @@ -220,6 +220,7 @@ lib/erlang/lib/common_test-${VERSION.common_test}/doc/html/getting_started_chapt lib/erlang/lib/common_test-${VERSION.common_test}/doc/html/html_logs.gif lib/erlang/lib/common_test-${VERSION.common_test}/doc/html/index.html lib/erlang/lib/common_test-${VERSION.common_test}/doc/html/install_chapter.html +lib/erlang/lib/common_test-${VERSION.common_test}/doc/html/introduction.html lib/erlang/lib/common_test-${VERSION.common_test}/doc/html/notes.html lib/erlang/lib/common_test-${VERSION.common_test}/doc/html/release_notes.html lib/erlang/lib/common_test-${VERSION.common_test}/doc/html/run_test_chapter.html @@ -442,6 +443,7 @@ lib/erlang/lib/debugger-${VERSION.debugger}/doc/html/images/monitor.jpg lib/erlang/lib/debugger-${VERSION.debugger}/doc/html/images/view.jpg lib/erlang/lib/debugger-${VERSION.debugger}/doc/html/index.html lib/erlang/lib/debugger-${VERSION.debugger}/doc/html/int.html +lib/erlang/lib/debugger-${VERSION.debugger}/doc/html/introduction.html lib/erlang/lib/debugger-${VERSION.debugger}/doc/html/notes.html lib/erlang/lib/debugger-${VERSION.debugger}/doc/html/release_notes.html lib/erlang/lib/debugger-${VERSION.debugger}/doc/html/users_guide.html @@ -906,6 +908,7 @@ lib/erlang/lib/mnesia-${VERSION.mnesia}/doc/html/users_guide.html lib/erlang/lib/mnesia-${VERSION.mnesia}/doc/html/warning.gif lib/erlang/lib/mnesia-${VERSION.mnesia}/doc/pdf/mnesia-${VERSION.mnesia}.pdf lib/erlang/lib/mnesia-${VERSION.mnesia}/info +lib/erlang/lib/observer-${VERSION.observer}/doc/html/Observer_app.html lib/erlang/lib/observer-${VERSION.observer}/doc/html/cdv.html lib/erlang/lib/observer-${VERSION.observer}/doc/html/crashdump_ug.html lib/erlang/lib/observer-${VERSION.observer}/doc/html/crashdump_viewer.html @@ -914,11 +917,11 @@ lib/erlang/lib/observer-${VERSION.observer}/doc/html/et_processes.gif lib/erlang/lib/observer-${VERSION.observer}/doc/html/etop.html lib/erlang/lib/observer-${VERSION.observer}/doc/html/etop_ug.html lib/erlang/lib/observer-${VERSION.observer}/doc/html/index.html +lib/erlang/lib/observer-${VERSION.observer}/doc/html/introduction_ug.html lib/erlang/lib/observer-${VERSION.observer}/doc/html/note.gif lib/erlang/lib/observer-${VERSION.observer}/doc/html/notes.html lib/erlang/lib/observer-${VERSION.observer}/doc/html/observer.eix lib/erlang/lib/observer-${VERSION.observer}/doc/html/observer.html -lib/erlang/lib/observer-${VERSION.observer}/doc/html/observer_app.html lib/erlang/lib/observer-${VERSION.observer}/doc/html/observer_ug.html lib/erlang/lib/observer-${VERSION.observer}/doc/html/release_notes.html lib/erlang/lib/observer-${VERSION.observer}/doc/html/ttb.html diff --git a/lang/erlang-doc/distinfo b/lang/erlang-doc/distinfo index 978962dc8b4c6..33b5476c6c7eb 100644 --- a/lang/erlang-doc/distinfo +++ b/lang/erlang-doc/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.18 2015/12/31 19:47:40 fhajny Exp $ +$NetBSD: distinfo,v 1.19 2016/04/21 11:24:23 fhajny Exp $ -SHA1 (erlang/otp_doc_html_18.2.1.tar.gz) = 3496411b120e69bf5535c36d5fdb4fa7e83e137b -RMD160 (erlang/otp_doc_html_18.2.1.tar.gz) = 3e222f900d458ae90c8a8370be0a58b3bdb70362 -SHA512 (erlang/otp_doc_html_18.2.1.tar.gz) = 0e1dff75c7243f1ec6ac38de53c8139649ef777b3e96dae35a74d619ad2f8f92b9cd3df4909328e0d6cd0e2b9fea69503588c32c30b9becfc12b6cbc291daa6a -Size (erlang/otp_doc_html_18.2.1.tar.gz) = 34204320 bytes +SHA1 (erlang/otp_doc_html_18.3.tar.gz) = ebf01af99be05ef4aeeee5aef3001b33d4c563a0 +RMD160 (erlang/otp_doc_html_18.3.tar.gz) = ce852db50268f0738723ba6afa69a2218784f856 +SHA512 (erlang/otp_doc_html_18.3.tar.gz) = 0ac429f67ca9ae7f235cda72eb0f4e5b0b43ae90b70c706aeea08be0ad88968677ccc80eb1ba006e90c9f024de586ffd91741d4cef4d614d1dfac51b407d2659 +Size (erlang/otp_doc_html_18.3.tar.gz) = 34285271 bytes diff --git a/lang/erlang-luerl/DESCR b/lang/erlang-luerl/DESCR new file mode 100644 index 0000000000000..fc735dd405413 --- /dev/null +++ b/lang/erlang-luerl/DESCR @@ -0,0 +1 @@ +Luerl is an implementation of Lua 5.2 written solely in pure Erlang. diff --git a/lang/erlang-luerl/Makefile b/lang/erlang-luerl/Makefile new file mode 100644 index 0000000000000..39dab37f2cf48 --- /dev/null +++ b/lang/erlang-luerl/Makefile @@ -0,0 +1,16 @@ +# $NetBSD: Makefile,v 1.1 2016/04/22 14:54:58 fhajny Exp $ + +DISTNAME= luerl-0.2 +CATEGORIES= devel +MASTER_SITES= ${MASTER_SITE_GITHUB:=rvirding/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://github.com/rvirding/luerl/ +COMMENT= Implementation of Lua in Erlang +LICENSE= apache-2.0 + +GITHUB_PROJECT= luerl +GITHUB_TAG= v${PKGVERSION_NOREV} + +.include "../../lang/erlang/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/lang/erlang-luerl/PLIST b/lang/erlang-luerl/PLIST new file mode 100644 index 0000000000000..15399a7c2dd6a --- /dev/null +++ b/lang/erlang-luerl/PLIST @@ -0,0 +1,25 @@ +@comment $NetBSD: PLIST,v 1.1 2016/04/22 14:54:58 fhajny Exp $ +lib/erlang/lib/luerl-${PKGVERSION}/ebin/luerl.app +lib/erlang/lib/luerl-${PKGVERSION}/ebin/luerl.beam +lib/erlang/lib/luerl-${PKGVERSION}/ebin/luerl_app.beam +lib/erlang/lib/luerl-${PKGVERSION}/ebin/luerl_comp.beam +lib/erlang/lib/luerl-${PKGVERSION}/ebin/luerl_comp_cg.beam +lib/erlang/lib/luerl-${PKGVERSION}/ebin/luerl_comp_env.beam +lib/erlang/lib/luerl-${PKGVERSION}/ebin/luerl_comp_locf.beam +lib/erlang/lib/luerl-${PKGVERSION}/ebin/luerl_comp_peep.beam +lib/erlang/lib/luerl-${PKGVERSION}/ebin/luerl_comp_vars.beam +lib/erlang/lib/luerl-${PKGVERSION}/ebin/luerl_emul.beam +lib/erlang/lib/luerl-${PKGVERSION}/ebin/luerl_lib.beam +lib/erlang/lib/luerl-${PKGVERSION}/ebin/luerl_lib_basic.beam +lib/erlang/lib/luerl-${PKGVERSION}/ebin/luerl_lib_bit32.beam +lib/erlang/lib/luerl-${PKGVERSION}/ebin/luerl_lib_io.beam +lib/erlang/lib/luerl-${PKGVERSION}/ebin/luerl_lib_math.beam +lib/erlang/lib/luerl-${PKGVERSION}/ebin/luerl_lib_os.beam +lib/erlang/lib/luerl-${PKGVERSION}/ebin/luerl_lib_package.beam +lib/erlang/lib/luerl-${PKGVERSION}/ebin/luerl_lib_string.beam +lib/erlang/lib/luerl-${PKGVERSION}/ebin/luerl_lib_string_format.beam +lib/erlang/lib/luerl-${PKGVERSION}/ebin/luerl_lib_table.beam +lib/erlang/lib/luerl-${PKGVERSION}/ebin/luerl_parse.beam +lib/erlang/lib/luerl-${PKGVERSION}/ebin/luerl_scan.beam +lib/erlang/lib/luerl-${PKGVERSION}/ebin/luerl_sup.beam +lib/erlang/lib/luerl-${PKGVERSION}/ebin/ttdict.beam diff --git a/lang/erlang-luerl/distinfo b/lang/erlang-luerl/distinfo new file mode 100644 index 0000000000000..e8debc68e5171 --- /dev/null +++ b/lang/erlang-luerl/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2016/04/22 14:54:58 fhajny Exp $ + +SHA1 (luerl-0.2.tar.gz) = c102540c69d7f20387b092e12aff5e7109039cda +RMD160 (luerl-0.2.tar.gz) = 5e4c960b49c14d1786256dab9f21a9ad80a68508 +SHA512 (luerl-0.2.tar.gz) = 80fb76609ad42df880d67919c352785781adb1d815b4c625bb93c35caf17ecf5455e82aab61f95c6c2f522d554b2858748d295db7c487c26e90c6afa957faaec +Size (luerl-0.2.tar.gz) = 94603 bytes diff --git a/lang/erlang-man/distinfo b/lang/erlang-man/distinfo index 6326f84c462c4..bc5f3d9ad8eb7 100644 --- a/lang/erlang-man/distinfo +++ b/lang/erlang-man/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.18 2015/12/31 19:47:41 fhajny Exp $ +$NetBSD: distinfo,v 1.19 2016/04/21 11:24:23 fhajny Exp $ -SHA1 (erlang/otp_doc_man_18.2.1.tar.gz) = 9f6772739986c0ea1589cb593c5fbcbbe90f8f5b -RMD160 (erlang/otp_doc_man_18.2.1.tar.gz) = 350ec3d0d713fe684f480ce9767f03c564077266 -SHA512 (erlang/otp_doc_man_18.2.1.tar.gz) = 5eb8bfe6112b8e1ea6d67a9a8c52f2287586c658ec31a765810e8b35d9b2c1543a87bd45ce5956f5f5ecac3320f72da4427aeb518bd6bd9eb21151430718b173 -Size (erlang/otp_doc_man_18.2.1.tar.gz) = 1390940 bytes +SHA1 (erlang/otp_doc_man_18.3.tar.gz) = 0a3cabfaac31ee5469d9e7438b3391ee287ea43d +RMD160 (erlang/otp_doc_man_18.3.tar.gz) = d58d6d6e1c4c9c4011ea9d7b2c0fa6e8693021e9 +SHA512 (erlang/otp_doc_man_18.3.tar.gz) = d45d72d7ee7492e081dd5fac1a4d1cea93fe5f5287900be13c92e1c1802f7ec77573eeb4d271497154b9e0723c393700f35982ceedbe29be6cb759a0ebe83325 +Size (erlang/otp_doc_man_18.3.tar.gz) = 1395166 bytes diff --git a/lang/erlang/Makefile b/lang/erlang/Makefile index 817545951c4fe..3555b3fa3ed51 100644 --- a/lang/erlang/Makefile +++ b/lang/erlang/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.74 2016/03/05 11:28:43 jperkin Exp $ +# $NetBSD: Makefile,v 1.75 2016/04/21 11:24:23 fhajny Exp $ DISTNAME= otp_src_${DIST_VERSION_MAJOR}.${DIST_VERSION_MINOR} PKGNAME= ${DISTNAME:S/otp_src_/erlang-/} -PKGREVISION= 1 CATEGORIES= lang MASTER_SITES= http://www.erlang.org/download/ diff --git a/lang/erlang/Makefile.versions b/lang/erlang/Makefile.versions index 11c8d089282fb..6b9624ef5427c 100644 --- a/lang/erlang/Makefile.versions +++ b/lang/erlang/Makefile.versions @@ -1,61 +1,61 @@ -# $NetBSD: Makefile.versions,v 1.21 2015/12/31 19:47:40 fhajny Exp $ +# $NetBSD: Makefile.versions,v 1.22 2016/04/21 11:24:23 fhajny Exp $ DIST_VERSION_MAJOR= 18 -DIST_VERSION_MINOR= 2.1 +DIST_VERSION_MINOR= 3 _VERSIONS= \ - asn1 4.0.1 \ - common_test 1.11.1 \ - compiler 6.0.2 \ + asn1 4.0.2 \ + common_test 1.12 \ + compiler 6.0.3 \ cosEvent 2.2 \ cosEventDomain 1.2 \ cosFileTransfer 1.2 \ - cosNotification 1.2 \ + cosNotification 1.2.1 \ cosProperty 1.2 \ - cosTime 1.2 \ - cosTransactions 1.3 \ - crypto 3.6.2 \ - debugger 4.1.1 \ - dialyzer 2.8.2 \ - diameter 1.11.1 \ - edoc 0.7.17 \ - eldap 1.2 \ - erl_docgen 0.4.1 \ - erl_interface 3.8.1 \ - erts 7.2.1 \ + cosTime 1.2.1 \ + cosTransactions 1.3.1 \ + crypto 3.6.3 \ + debugger 4.1.2 \ + dialyzer 2.9 \ + diameter 1.11.2 \ + edoc 0.7.18 \ + eldap 1.2.1 \ + erl_docgen 0.4.2 \ + erl_interface 3.8.2 \ + erts 7.3 \ et 1.5.1 \ - eunit 2.2.12 \ + eunit 2.2.13 \ gs 1.6 \ - hipe 3.14 \ + hipe 3.15 \ ic 4.4 \ - inets 6.1 \ + inets 6.2 \ jinterface 1.6.1 \ - kernel 4.1.1 \ + kernel 4.2 \ megaco 3.18 \ - mnesia 4.13.2 \ - observer 2.1.1 \ + mnesia 4.13.3 \ + observer 2.1.2 \ odbc 2.11.1 \ - orber 3.8 \ + orber 3.8.1 \ os_mon 2.4 \ ose 1.1 \ otp_mibs 1.1 \ parsetools 2.1.1 \ percept 0.8.11 \ - public_key 1.1 \ + public_key 1.1.1 \ reltool 0.7 \ - runtime_tools 1.9.2 \ - sasl 2.6.1 \ - snmp 5.2.1 \ - ssh 4.2 \ - ssl 7.2 \ - stdlib 2.7 \ + runtime_tools 1.9.3 \ + sasl 2.7 \ + snmp 5.2.2 \ + ssh 4.2.2 \ + ssl 7.3 \ + stdlib 2.8 \ syntax_tools 1.7 \ - test_server 3.9.1 \ - tools 2.8.2 \ + test_server 3.10 \ + tools 2.8.3 \ typer 0.9.10 \ - webtool 0.9 \ - wx 1.6 \ - xmerl 1.3.9 + webtool 0.9.1 \ + wx 1.6.1 \ + xmerl 1.3.10 PLIST_SUBST+= VERSION=${DIST_VERSION_MAJOR} diff --git a/lang/erlang/PLIST b/lang/erlang/PLIST index 45bffaefec56a..5f124fb830017 100644 --- a/lang/erlang/PLIST +++ b/lang/erlang/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.20 2015/12/31 19:47:40 fhajny Exp $ +@comment $NetBSD: PLIST,v 1.21 2016/04/21 11:24:23 fhajny Exp $ bin/ct_run bin/dialyzer bin/epmd @@ -2133,7 +2133,6 @@ lib/erlang/lib/inets-${VERSION.inets}/ebin/inets.appup lib/erlang/lib/inets-${VERSION.inets}/ebin/inets.beam lib/erlang/lib/inets-${VERSION.inets}/ebin/inets_app.beam lib/erlang/lib/inets-${VERSION.inets}/ebin/inets_lib.beam -lib/erlang/lib/inets-${VERSION.inets}/ebin/inets_regexp.beam lib/erlang/lib/inets-${VERSION.inets}/ebin/inets_service.beam lib/erlang/lib/inets-${VERSION.inets}/ebin/inets_sup.beam lib/erlang/lib/inets-${VERSION.inets}/ebin/inets_time_compat.beam @@ -2374,7 +2373,6 @@ lib/erlang/lib/inets-${VERSION.inets}/src/inets_app/inets.erl lib/erlang/lib/inets-${VERSION.inets}/src/inets_app/inets_app.erl lib/erlang/lib/inets-${VERSION.inets}/src/inets_app/inets_internal.hrl lib/erlang/lib/inets-${VERSION.inets}/src/inets_app/inets_lib.erl -lib/erlang/lib/inets-${VERSION.inets}/src/inets_app/inets_regexp.erl lib/erlang/lib/inets-${VERSION.inets}/src/inets_app/inets_service.erl lib/erlang/lib/inets-${VERSION.inets}/src/inets_app/inets_sup.erl lib/erlang/lib/inets-${VERSION.inets}/src/inets_app/inets_time_compat.erl @@ -3796,6 +3794,7 @@ lib/erlang/lib/ssl-${VERSION.ssl}/ebin/dtls_connection_sup.beam lib/erlang/lib/ssl-${VERSION.ssl}/ebin/dtls_handshake.beam lib/erlang/lib/ssl-${VERSION.ssl}/ebin/dtls_record.beam lib/erlang/lib/ssl-${VERSION.ssl}/ebin/dtls_v1.beam +lib/erlang/lib/ssl-${VERSION.ssl}/ebin/inet6_tls_dist.beam lib/erlang/lib/ssl-${VERSION.ssl}/ebin/inet_tls_dist.beam lib/erlang/lib/ssl-${VERSION.ssl}/ebin/ssl.app lib/erlang/lib/ssl-${VERSION.ssl}/ebin/ssl.appup @@ -3850,6 +3849,7 @@ lib/erlang/lib/ssl-${VERSION.ssl}/src/dtls_handshake.hrl lib/erlang/lib/ssl-${VERSION.ssl}/src/dtls_record.erl lib/erlang/lib/ssl-${VERSION.ssl}/src/dtls_record.hrl lib/erlang/lib/ssl-${VERSION.ssl}/src/dtls_v1.erl +lib/erlang/lib/ssl-${VERSION.ssl}/src/inet6_tls_dist.erl lib/erlang/lib/ssl-${VERSION.ssl}/src/inet_tls_dist.erl lib/erlang/lib/ssl-${VERSION.ssl}/src/ssl.erl lib/erlang/lib/ssl-${VERSION.ssl}/src/ssl_alert.erl diff --git a/lang/erlang/distinfo b/lang/erlang/distinfo index 7519a88bba15b..94d4c909d267e 100644 --- a/lang/erlang/distinfo +++ b/lang/erlang/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.41 2015/12/31 19:47:40 fhajny Exp $ +$NetBSD: distinfo,v 1.42 2016/04/21 11:24:23 fhajny Exp $ -SHA1 (erlang/otp_src_18.2.1.tar.gz) = 4397f29801fd430ef7e9ff03ea814807bf954e20 -RMD160 (erlang/otp_src_18.2.1.tar.gz) = 56021692cf0a4949eb1b1d3dac86f1703a38b360 -SHA512 (erlang/otp_src_18.2.1.tar.gz) = 00fba01b61e43a88cf2df4a40053e7239541ae9177949da7524d7fa481d6892495f28d98650336f647ef3bf2ee24f62e83fd5f6dffb40c7345804b880b59569c -Size (erlang/otp_src_18.2.1.tar.gz) = 68110840 bytes +SHA1 (erlang/otp_src_18.3.tar.gz) = efc229b75e0b0614a187efe858faf33027bcf3d1 +RMD160 (erlang/otp_src_18.3.tar.gz) = 290044d1b466c525beaaa0d7d9d83405d7b9cc63 +SHA512 (erlang/otp_src_18.3.tar.gz) = f4a69bb14743d9f913d7060cfb6426f7c54693d07ed439506ede5160a0ba5a79a81cf08a56aaa02c68b3377cd22fed66a0fbeb216378330d7ad5c6348ed82014 +Size (erlang/otp_src_18.3.tar.gz) = 68292101 bytes SHA1 (patch-ab) = 5f1602f3a49c05fd4c45884a7cd6be8d3f287ac3 SHA1 (patch-am) = b2124f362657d5c6c0c17f0ede74448573fe7912 SHA1 (patch-ao) = e5801f2a1f1f7e8b75dc35abbc485dc310666a37 diff --git a/lang/gambc/Makefile b/lang/gambc/Makefile index bdf5e8b5521df..a48a5484d9efb 100644 --- a/lang/gambc/Makefile +++ b/lang/gambc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2015/03/02 19:59:06 joerg Exp $ +# $NetBSD: Makefile,v 1.14 2016/03/25 21:11:47 joerg Exp $ # DISTNAME= gambc-${GAMBC_DIST_VERSION} @@ -71,8 +71,6 @@ PACKAGE_STRING= ${${PKGBASE} ${PKGVERSION}:L} .include "version.mk" -MAKE_ENV+= CLANG_NO_OPT=${CLANG_NO_VALUE_PROPAGATION_PASS:Q} - .include "../../mk/dlopen.buildlink3.mk" .include "../../mk/termcap.buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/lang/gcc48/Makefile b/lang/gcc48/Makefile index c52780a92f107..0ef2ab3f6f398 100644 --- a/lang/gcc48/Makefile +++ b/lang/gcc48/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.23 2016/02/25 14:42:56 jperkin Exp $ +# $NetBSD: Makefile,v 1.24 2016/03/14 05:49:51 dbj Exp $ GCC_PKGNAME= gcc48 .include "version.mk" +PKGREVISION= 1 DISTNAME= gcc-${GCC48_DIST_VERSION} PKGNAME= ${GCC_PKGNAME}-${GCC48_DIST_VERSION} @@ -160,6 +161,7 @@ GENERATE_PLIST+= \ cd ${DESTDIR}${PREFIX} && \ ${FIND} ${GCC_SUBPREFIX} \( -type f -o -type l \) -print | ${SORT} ; +.include "../../converters/libiconv/buildlink3.mk" .include "../../mk/dlopen.buildlink3.mk" .include "../../mk/pthread.buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/lang/gcc48/options.mk b/lang/gcc48/options.mk index 0122b11514ecf..7f3b6ef8e27b4 100644 --- a/lang/gcc48/options.mk +++ b/lang/gcc48/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.9 2016/02/25 14:42:56 jperkin Exp $ +# $NetBSD: options.mk,v 1.10 2016/04/19 12:44:40 jperkin Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.${GCC_PKGNAME} PKG_SUPPORTED_OPTIONS= nls gcc-inplace-math gcc-c++ gcc-fortran gcc-java \ @@ -158,6 +158,9 @@ CONFIGURE_ENV+= JAR=no MAKE_ENV+= JAR=no MAKE_ENV+= ac_cv_prog_JAR=no +# Various libg[ci]j and libgcj-tools rpath failures. +CHECK_SHLIBS_SUPPORTED= no + .include "../../devel/zlib/buildlink3.mk" .include "../../lang/python/application.mk" .include "../../mk/java-env.mk" diff --git a/lang/ghc7/Makefile b/lang/ghc7/Makefile index e76b6a4109e14..a452e5648c9a6 100644 --- a/lang/ghc7/Makefile +++ b/lang/ghc7/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.22 2015/08/18 07:31:01 wiz Exp $ +# $NetBSD: Makefile,v 1.25 2016/05/07 10:02:06 joerg Exp $ # ----------------------------------------------------------------------------- # Package metadata # DISTNAME= ghc-7.6.3-src PKGNAME= ${DISTNAME:S/-src$//} -PKGREVISION= 8 +PKGREVISION= 9 CATEGORIES= lang MASTER_SITES= http://www.haskell.org/ghc/dist/${PKGVERSION_NOREV}/ EXTRACT_SUFX= .tar.bz2 @@ -150,16 +150,9 @@ PRINT_PLIST_AWK+= /lib\/${PKGNAME_NOREV}\/package\.conf\.d/ { next; } # If we were lucky we could just use "PLIST_TYPE = dynamic", but the # feature has seemingly bitrotted. .include "../../mk/bsd.prefs.mk" -.if empty(USE_DESTDIR:M[Yy][Ee][Ss]) GENERATE_PLIST+= \ - cd ${PREFIX:Q} && \ + cd ${DESTDIR}${PREFIX} && \ ${FIND} lib/${PKGNAME_NOREV}/package.conf.d -xdev -newer ${_COOKIE.extract} \! -type d -print | ${SORT} -d; -.else -GENERATE_PLIST+= \ - cd ${DESTDIR:Q}${PREFIX:Q} && \ - ${FIND} lib/${PKGNAME_NOREV}/package.conf.d -xdev \! -type d -print | ${SORT} -d; -.endif - # ----------------------------------------------------------------------------- # Sanity checks diff --git a/lang/ghc7/distinfo b/lang/ghc7/distinfo index c9e54b8c85804..41e580637d55b 100644 --- a/lang/ghc7/distinfo +++ b/lang/ghc7/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.13 2015/11/03 22:50:36 agc Exp $ +$NetBSD: distinfo,v 1.14 2016/05/07 10:02:06 joerg Exp $ SHA1 (ghc-7.6.3-boot-i386-unknown-freebsd.tar.xz) = aea6224f30aa52d9998f2c77f473902179f03b8c RMD160 (ghc-7.6.3-boot-i386-unknown-freebsd.tar.xz) = 39a588cac4a0411db45ef269fbe6a63c6cb428ee @@ -16,6 +16,7 @@ SHA512 (ghc-7.6.3-src.tar.bz2) = ac86f18b4feeb0bdc9e867261600b210caf62740d73ae65 Size (ghc-7.6.3-src.tar.bz2) = 110763823 bytes SHA1 (patch-Makefile) = a6692a4a90b8003a8719c51d82d15f5af0ba1907 SHA1 (patch-ghc.mk) = c4210aaa3e2b4a319b0b70da375ac89fddde5cb7 +SHA1 (patch-libffi_ghc.mk) = 68f3c9c25b93fc3debac75ae8e37535f11a44731 SHA1 (patch-libraries_base_configure.ac) = dd6132c5335d7e0421ec2181ebb5a34bb162e255 SHA1 (patch-libraries_integer-gmp_configure.ac) = bc5ce3a6c39d681c413eb08b66e7287e39406fe0 SHA1 (patch-libraries_integer-simple_GHC_Integer.hs) = f079285bc489c194959b9bee2aa5c977ec77ae1e @@ -28,4 +29,4 @@ SHA1 (patch-libraries_unix_include_execvpe.h) = 4c48b72f74d360e925528ecce95baa8a SHA1 (patch-mk_config.mk.in) = 90a156f6c455d4b2c5d10fdf65b3a170dcfc4892 SHA1 (patch-rts_Linker.c) = 39d1ca7a856a3ec25e493e97832ef255562c0719 SHA1 (patch-rts_StgCRun.c) = 5d4010dc250af25db0b5b2717c510752f4813e73 -SHA1 (patch-rts_ghc.mk) = 3ef8635ad954df9149aa90046de3a73de186c280 +SHA1 (patch-rts_ghc.mk) = 6a43e6e2a58793ba4ff309012c3e24114ccde1e2 diff --git a/lang/ghc7/patches/patch-libffi_ghc.mk b/lang/ghc7/patches/patch-libffi_ghc.mk new file mode 100644 index 0000000000000..4a5df41942f9f --- /dev/null +++ b/lang/ghc7/patches/patch-libffi_ghc.mk @@ -0,0 +1,41 @@ +$NetBSD: patch-libffi_ghc.mk,v 1.1 2016/05/07 10:02:06 joerg Exp $ + +--- libffi/ghc.mk.orig 2015-09-22 19:10:58.000000000 +0000 ++++ libffi/ghc.mk +@@ -31,7 +31,7 @@ libffi_STAMP_INSTALL = $(libffi_STAMP_ + libffi_EnableShared = no + endif + +-libffi_STATIC_LIB = libffi/build/inst/lib/libffi.a ++libffi_STATIC_LIB = libffi/build/inst${ghclibdir}/libffi.a + libffi_HEADERS = rts/dist/build/ffi.h \ + rts/dist/build/ffitarget.h + +@@ -85,8 +85,8 @@ $(libffi_STAMP_CONFIGURE): $(TOUCH_DEP) + CFLAGS="$(SRC_CC_OPTS) $(CONF_CC_OPTS_STAGE1) -w" \ + LDFLAGS="$(SRC_LD_OPTS) $(CONF_GCC_LINKER_OPTS_STAGE1) -w" \ + "$(SHELL)" configure \ +- --prefix=$(TOP)/libffi/build/inst \ +- --libdir=$(TOP)/libffi/build/inst/lib \ ++ --prefix=${prefix} \ ++ --libdir=${ghclibdir} \ + --enable-static=yes \ + --enable-shared=$(libffi_EnableShared) \ + --host=$(TargetPlatformFull) +@@ -103,14 +103,14 @@ $(libffi_STAMP_BUILD): $(libffi_STAMP_CO + "$(TOUCH_CMD)" $@ + + $(libffi_STAMP_INSTALL): $(libffi_STAMP_BUILD) $(TOUCH_DEP) +- $(MAKE) -C libffi/build MAKEFLAGS= install ++ $(MAKE) -C libffi/build MAKEFLAGS= install DESTDIR=$(TOP)/libffi/build/inst + "$(TOUCH_CMD)" $@ + + $(libffi_STATIC_LIB): $(libffi_STAMP_INSTALL) + @test -f $@ || { echo "$< exists, but $@ does not."; echo "Suggest removing $<."; exit 1; } + + $(libffi_HEADERS): $(libffi_STAMP_INSTALL) | $$(dir $$@)/. +- cp -f libffi/build/inst/lib/libffi-*/include/$(notdir $@) $@ ++ cp -f libffi/build/inst/${ghclibdir}/libffi-*/include/$(notdir $@) $@ + + $(eval $(call clean-target,libffi,, \ + libffi/build $(wildcard libffi/stamp.ffi.*) libffi/dist-install)) diff --git a/lang/ghc7/patches/patch-rts_ghc.mk b/lang/ghc7/patches/patch-rts_ghc.mk index 9bd39258e04dd..589889a092737 100644 --- a/lang/ghc7/patches/patch-rts_ghc.mk +++ b/lang/ghc7/patches/patch-rts_ghc.mk @@ -1,4 +1,4 @@ -$NetBSD: patch-rts_ghc.mk,v 1.5 2015/02/06 01:24:48 pho Exp $ +$NetBSD: patch-rts_ghc.mk,v 1.6 2016/05/07 10:02:06 joerg Exp $ This is pkgsrc specific: @@ -22,16 +22,30 @@ unpleasant patch in the future. --- rts/ghc.mk.orig 2013-04-18 21:22:47.000000000 +0000 +++ rts/ghc.mk -@@ -113,7 +113,8 @@ $(rts_ffi_objs_stamp): $(libffi_STATIC_L +@@ -112,10 +112,11 @@ $(rts_ffi_objs_stamp): $(libffi_STATIC_L + # This is a little hacky. We don't know the SO version, so we only # depend on libffi.so, but copy libffi.so* - rts/dist/build/libffi$(soext): libffi/build/inst/lib/libffi$(soext) +-rts/dist/build/libffi$(soext): libffi/build/inst/lib/libffi$(soext) - cp libffi/build/inst/lib/libffi$(soext)* rts/dist/build -+ cp libffi/build/inst/lib/libffi*$(soext)* rts/dist/build -+ cp libffi/build/inst/lib/libffi.*a rts/dist/build ++rts/dist/build/libffi$(soext): libffi/build/inst${ghclibdir}/libffi$(soext) ++ cp libffi/build/inst${ghclibdir}/libffi*$(soext)* rts/dist/build ++ cp libffi/build/inst${ghclibdir}/libffi.*a rts/dist/build - rts/dist/build/$(LIBFFI_DLL): libffi/build/inst/bin/$(LIBFFI_DLL) +-rts/dist/build/$(LIBFFI_DLL): libffi/build/inst/bin/$(LIBFFI_DLL) ++rts/dist/build/$(LIBFFI_DLL): libffi/build/inst${prefix}/bin/$(LIBFFI_DLL) cp $< $@ + endif + +@@ -185,7 +186,7 @@ else + $$(rts_$1_LIB) : $$(rts_$1_OBJS) $$(rts_$1_DTRACE_OBJS) rts/libs.depend rts/dist/build/libffi$$(soext) + "$$(RM)" $$(RM_OPTS) $$@ + "$$(rts_dist_HC)" -package-name rts -shared -dynamic -dynload deploy \ +- -no-auto-link-packages -Lrts/dist/build -lffi `cat rts/libs.depend` $$(rts_$1_OBJS) \ ++ -no-auto-link-packages -Lrts/dist/build -optl -Wl,-rpath,${ghclibdir} -lffi `cat rts/libs.depend` $$(rts_$1_OBJS) \ + $$(rts_$1_DTRACE_OBJS) -o $$@ + ifeq "$$(darwin_HOST_OS)" "1" + # Ensure library's install name is correct before anyone links with it. @@ -509,7 +510,8 @@ endif # installing diff --git a/lang/go/Makefile b/lang/go/Makefile index 750d9f2eab628..fdb0bb68691d0 100644 --- a/lang/go/Makefile +++ b/lang/go/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.39 2016/02/23 20:12:25 bsiegert Exp $ +# $NetBSD: Makefile,v 1.41 2016/04/13 07:12:00 bsiegert Exp $ .include "version.mk" diff --git a/lang/go/PLIST b/lang/go/PLIST index 27df002612699..5668d640d8a91 100644 --- a/lang/go/PLIST +++ b/lang/go/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.22 2016/02/23 20:12:25 bsiegert Exp $ +@comment $NetBSD: PLIST,v 1.24 2016/04/30 11:22:28 bsiegert Exp $ bin/go bin/gofmt go/AUTHORS @@ -815,6 +815,7 @@ go/pkg/${GO_PLATFORM}/index/suffixarray.a go/pkg/${GO_PLATFORM}/internal/golang.org/x/net/http2/hpack.a go/pkg/${GO_PLATFORM}/internal/race.a go/pkg/${GO_PLATFORM}/internal/singleflight.a +go/pkg/${GO_PLATFORM}/internal/syscall/windows/sysdll.a go/pkg/${GO_PLATFORM}/internal/testenv.a go/pkg/${GO_PLATFORM}/internal/trace.a go/pkg/${GO_PLATFORM}/io.a @@ -2515,6 +2516,7 @@ go/src/internal/syscall/windows/registry/syscall.go go/src/internal/syscall/windows/registry/value.go go/src/internal/syscall/windows/registry/zsyscall_windows.go go/src/internal/syscall/windows/syscall_windows.go +go/src/internal/syscall/windows/sysdll/sysdll.go go/src/internal/syscall/windows/zsyscall_windows.go go/src/internal/testenv/testenv.go go/src/internal/trace/goroutines.go @@ -3777,6 +3779,7 @@ go/src/runtime/testdata/testprog/misc.go go/src/runtime/testdata/testprog/signal.go go/src/runtime/testdata/testprog/stringconcat.go go/src/runtime/testdata/testprog/syscall_windows.go +go/src/runtime/testdata/testprogcgo/aprof.go go/src/runtime/testdata/testprogcgo/callback.go go/src/runtime/testdata/testprogcgo/cgo.go go/src/runtime/testdata/testprogcgo/crash.go diff --git a/lang/go/distinfo b/lang/go/distinfo index 8fae44b0a5485..b5328ab2d8798 100644 --- a/lang/go/distinfo +++ b/lang/go/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.33 2016/02/23 20:12:25 bsiegert Exp $ +$NetBSD: distinfo,v 1.36 2016/04/30 11:22:28 bsiegert Exp $ -SHA1 (go1.6.src.tar.gz) = 3282b6cb1e491662f7067544605d8cbf6f016553 -RMD160 (go1.6.src.tar.gz) = 9ed6feb79610d4ef0b9c2113dfddce72ff26ae7a -SHA512 (go1.6.src.tar.gz) = 59e9d72a80558fd5e3f176e068897a45333b36e35f6c00393647941a70e741168e65941b6059397378020c3b78ec3471a48809682f7efd97cf33eec6325fc3e8 -Size (go1.6.src.tar.gz) = 12613308 bytes +SHA1 (go1.6.2.src.tar.gz) = 09232ac0e76635cc9e0a1f33a81bf03ae9cb9db5 +RMD160 (go1.6.2.src.tar.gz) = 012b5845dad83c47cbc2d915ab062bf4341803cb +SHA512 (go1.6.2.src.tar.gz) = e148022f9e18b5d5b05744f1aa9fa3ef82e255752179545711ade077e271216aa5b450859a764fdfb028ae4faa26adad8d0a0a5268b31396ab9d14de3cb2f20a +Size (go1.6.2.src.tar.gz) = 12617724 bytes SHA1 (patch-lib_time_update.bash) = bcf565b97ae7898a9e5cef7686fe42c69bc0bba1 SHA1 (patch-misc_io_clangwrap.sh) = cd91c47ba0fe7b6eb8009dd261c0c26c7d581c29 SHA1 (patch-src_cmd_go_pkg.go) = ccc470577951bd00741c39229599c0c06be52d0a diff --git a/lang/go/version.mk b/lang/go/version.mk index afd07b3c41877..a463f9f4bc41f 100644 --- a/lang/go/version.mk +++ b/lang/go/version.mk @@ -1,8 +1,8 @@ -# $NetBSD: version.mk,v 1.12 2016/02/23 20:12:25 bsiegert Exp $ +# $NetBSD: version.mk,v 1.14 2016/04/30 11:22:28 bsiegert Exp $ .include "../../mk/bsd.prefs.mk" -GO_VERSION= 1.6 +GO_VERSION= 1.6.2 GO14_VERSION= 1.4.3 ONLY_FOR_PLATFORM= *-*-i386 *-*-x86_64 *-*-evbarm diff --git a/lang/hugs/package.mk b/lang/hugs/package.mk index 3b27682ca5830..a8d7cea980a1d 100644 --- a/lang/hugs/package.mk +++ b/lang/hugs/package.mk @@ -1,4 +1,4 @@ -# $NetBSD: package.mk,v 1.5 2013/04/06 14:58:19 rodent Exp $ +# $NetBSD: package.mk,v 1.6 2016/04/10 16:39:27 joerg Exp $ # PKGNAME= hugs98-${DISTNAME} @@ -28,7 +28,6 @@ do-build: build \ --verbose -.if ${_USE_DESTDIR} != "no" do-install: cd ${WRKSRC} && ${HUGS_RUN} -98 Setup.hs \ copy --verbose --destdir=${DESTDIR} @@ -39,8 +38,3 @@ do-install: ${DESTDIR}${PREFIX}/lib/hugs/packages/$$pkg/packages/$$pkg && \ ${INSTALL_DATA} .installed-pkg-config \ ${DESTDIR}${PREFIX}/lib/hugs/packages/$$pkg/packages/$$pkg/package.conf -.else -do-install: - cd ${WRKSRC} && ${HUGS_RUN} -98 Setup.hs \ - install --verbose -.endif diff --git a/lang/konoha/Makefile b/lang/konoha/Makefile index 6b7973a8f95e5..d71c2d597328f 100644 --- a/lang/konoha/Makefile +++ b/lang/konoha/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.17 2016/03/05 11:28:43 jperkin Exp $ +# $NetBSD: Makefile,v 1.18 2016/04/11 19:01:54 ryoon Exp $ # DISTNAME= konoha-1.0.0-952 PKGNAME= konoha-1.0.0.952 -PKGREVISION= 13 +PKGREVISION= 14 CATEGORIES= lang MASTER_SITES= http://konoha.googlecode.com/files/ diff --git a/lang/libLLVM/Makefile b/lang/libLLVM/Makefile index 852b322566b6d..b9c6b762a3d01 100644 --- a/lang/libLLVM/Makefile +++ b/lang/libLLVM/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.9 2016/03/08 21:50:29 tnn Exp $ +# $NetBSD: Makefile,v 1.10 2016/03/17 02:53:59 tnn Exp $ DISTNAME= llvm-3.8.0.src +PKGREVISION= 1 PKGNAME= ${DISTNAME:S/llvm/libLLVM/:S/.src//} CATEGORIES= lang devel MASTER_SITES= http://llvm.org/releases/${PKGVERSION_NOREV}/ @@ -22,7 +23,7 @@ CMAKE_ARG_PATH= ${WRKSRC} CMAKE_ARGS+= -DCMAKE_BUILD_TYPE=Release CMAKE_ARGS+= -DCMAKE_C_COMPILER=gcc CMAKE_ARGS+= -DCMAKE_CXX_COMPILER=g++ -CMAKE_ARGS+= -DLLVM_BUILD_LLVM_DYLIB=On +CMAKE_ARGS+= -DLLVM_BUILD_LLVM_DYLIB=ON .for tool in bugpoint bugpoint_passes dsymutil llc lli llvm_ar \ llvm_as llvm_bcanalyzer llvm_c_test llvm_cov llvm_cxxdump \ @@ -38,9 +39,7 @@ SUBST_CLASSES+= fix-cnf SUBST_STAGE.fix-cnf= pre-configure SUBST_MESSAGE.fix-cnf= Fixing llvm-config paths SUBST_FILES.fix-cnf= tools/llvm-config/llvm-config.cpp -SUBST_SED.fix-cnf= -e 's|ActivePrefix + "/include"|"${PREFIX}/include/libLLVM"|g' -SUBST_SED.fix-cnf+= -e 's|ActivePrefix + "/lib" + LLVM_LIBDIR_SUFFIX|"${PREFIX}/lib/libLLVM"|g' -SUBST_SED.fix-cnf+= -e 's|"-L" << ActiveLibDir|"${COMPILER_RPATH_FLAG}" << ActiveLibDir << " " << &|g' +SUBST_VARS.fix-cnf= PREFIX LLVM_MAJOR_MINOR COMPILER_RPATH_FLAG CHECK_PORTABILITY_SKIP= utils/buildit/build_llvm @@ -90,8 +89,8 @@ TEST_ENV+= LD_LIBRARY_PATH=${WRKDIR}/build/lib .include "../../mk/bsd.prefs.mk" # 3.8.0 -> 3.8 -LLVM_MAJOR= ${PKGVERSION_NOREV:C/^([0-9]+\.[0-9]+)\..*$/\1/} -PLIST_SUBST+= LLVM_MAJOR=${LLVM_MAJOR} +LLVM_MAJOR_MINOR= ${PKGVERSION_NOREV:C/^([0-9]+\.[0-9]+)\..*$/\1/} +PLIST_SUBST+= LLVM_MAJOR_MINOR=${LLVM_MAJOR_MINOR} PLIST_VARS+= notdylib .if ${_OPSYS_SHLIB_TYPE} == "dylib" @@ -99,7 +98,7 @@ SOEXT= dylib LLVM_LIBNAME= libLLVM.${SOEXT} .else SOEXT= so -LLVM_LIBNAME= libLLVM-${LLVM_MAJOR}.${SOEXT} +LLVM_LIBNAME= libLLVM-${LLVM_MAJOR_MINOR}.${SOEXT} PLIST.notdylib= yes .endif PLIST_SUBST+= SOEXT=${SOEXT} diff --git a/lang/libLLVM/PLIST b/lang/libLLVM/PLIST index b9b64f1756eff..44741ff81f21d 100644 --- a/lang/libLLVM/PLIST +++ b/lang/libLLVM/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.6 2016/03/08 21:50:29 tnn Exp $ +@comment $NetBSD: PLIST,v 1.7 2016/03/17 02:53:59 tnn Exp $ include/libLLVM/llvm-c/Analysis.h include/libLLVM/llvm-c/BitReader.h include/libLLVM/llvm-c/BitWriter.h @@ -802,7 +802,7 @@ include/libLLVM/llvm/Transforms/Utils/UnifyFunctionExitNodes.h include/libLLVM/llvm/Transforms/Utils/UnrollLoop.h include/libLLVM/llvm/Transforms/Utils/ValueMapper.h include/libLLVM/llvm/Transforms/Vectorize.h -${PLIST.notdylib}lib/libLLVM/libLLVM-${LLVM_MAJOR}.${SOEXT} +${PLIST.notdylib}lib/libLLVM/libLLVM-${LLVM_MAJOR_MINOR}.${SOEXT} ${PLIST.notdylib}lib/libLLVM/libLLVM-${PKGVERSION}.${SOEXT} lib/libLLVM/libLLVM.${SOEXT} libexec/libLLVM/llvm-config diff --git a/lang/libLLVM/distinfo b/lang/libLLVM/distinfo index b520c7499fbe1..dc580a6c4fafb 100644 --- a/lang/libLLVM/distinfo +++ b/lang/libLLVM/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.2 2016/03/11 06:50:42 tnn Exp $ +$NetBSD: distinfo,v 1.3 2016/03/17 02:53:59 tnn Exp $ SHA1 (llvm-3.8.0.src.tar.xz) = 723ac918979255706434a05f5af34b71c49c9971 RMD160 (llvm-3.8.0.src.tar.xz) = 3c657d061bc8e9de017b0cf1f1a7e63f215b0295 @@ -10,4 +10,5 @@ SHA1 (patch-cmake_modules_CMakeLists.txt) = 8297c4b9ddd3ac05a06d8a4a8040be46b5b8 SHA1 (patch-cmake_modules_TableGen.cmake) = 53be811936dd5157e6eb08db8cd51a7265bc8c7f SHA1 (patch-include_llvm_Support_Host.h) = 55a9fab6ee49ec09a2fd644747a6dddd6b39f942 SHA1 (patch-lib_Transforms_CMakeLists.txt) = cafdd73a39574aa3a83db35997ff918f87191d18 +SHA1 (patch-tools_llvm-config_llvm-config.cpp) = 2964b70aa81d272940b8c48c7854e61f7d0662be SHA1 (patch-tools_llvm-shlib_CMakeLists.txt) = 8f538db138219c2a3ce394b7a3c21f277d5544dd diff --git a/lang/libLLVM/patches/patch-tools_llvm-config_llvm-config.cpp b/lang/libLLVM/patches/patch-tools_llvm-config_llvm-config.cpp new file mode 100644 index 0000000000000..c7d2f289e0092 --- /dev/null +++ b/lang/libLLVM/patches/patch-tools_llvm-config_llvm-config.cpp @@ -0,0 +1,55 @@ +$NetBSD: patch-tools_llvm-config_llvm-config.cpp,v 1.1 2016/03/17 02:53:59 tnn Exp $ + +avoid conflict with lang/clang. +Use -lLLVM-3.8 instead of -lLLVM-3.8.0 so we don't break unnecessarily +on patch updates. + +--- tools/llvm-config/llvm-config.cpp.orig 2016-01-12 07:23:58.000000000 +0000 ++++ tools/llvm-config/llvm-config.cpp +@@ -309,9 +309,9 @@ int main(int argc, char **argv) { + "-I" + ActiveObjRoot + "/include"); + } else { + ActivePrefix = CurrentExecPrefix; +- ActiveIncludeDir = ActivePrefix + "/include"; ++ ActiveIncludeDir = "@PREFIX@/include/libLLVM"; + ActiveBinDir = ActivePrefix + "/bin"; +- ActiveLibDir = ActivePrefix + "/lib" + LLVM_LIBDIR_SUFFIX; ++ ActiveLibDir = "@PREFIX@/lib/libLLVM"; + ActiveIncludeOption = "-I" + ActiveIncludeDir; + } + +@@ -334,14 +334,14 @@ int main(int argc, char **argv) { + StaticPrefix = SharedPrefix = "lib"; + } else if (HostTriple.isOSDarwin()) { + SharedExt = "dylib"; +- SharedVersionedExt = PACKAGE_VERSION ".dylib"; ++ SharedVersionedExt = ".dylib"; + StaticExt = "a"; + StaticDir = SharedDir = ActiveLibDir; + StaticPrefix = SharedPrefix = "lib"; + } else { + // default to the unix values: + SharedExt = "so"; +- SharedVersionedExt = PACKAGE_VERSION ".so"; ++ SharedVersionedExt = "-@LLVM_MAJOR_MINOR@.so"; + StaticExt = "a"; + StaticDir = SharedDir = ActiveLibDir; + StaticPrefix = SharedPrefix = "lib"; +@@ -362,7 +362,7 @@ int main(int argc, char **argv) { + + bool DyLibExists = false; + const std::string DyLibName = +- (SharedPrefix + "LLVM-" + SharedVersionedExt).str(); ++ (SharedPrefix + "LLVM" + SharedVersionedExt).str(); + + if (BuiltDyLib) { + DyLibExists = sys::fs::exists(SharedDir + "/" + DyLibName); +@@ -440,7 +440,7 @@ int main(int argc, char **argv) { + } else if (Arg == "--cxxflags") { + OS << ActiveIncludeOption << ' ' << LLVM_CXXFLAGS << '\n'; + } else if (Arg == "--ldflags") { +- OS << "-L" << ActiveLibDir << ' ' << LLVM_LDFLAGS << '\n'; ++ OS << "-L" << ActiveLibDir << " @COMPILER_RPATH_FLAG@" << ActiveLibDir << ' ' << LLVM_LDFLAGS << '\n'; + } else if (Arg == "--system-libs") { + PrintSystemLibs = true; + } else if (Arg == "--libs") { diff --git a/lang/libduktape/DESCR b/lang/libduktape/DESCR new file mode 100644 index 0000000000000..f6fb65776325d --- /dev/null +++ b/lang/libduktape/DESCR @@ -0,0 +1,14 @@ +Duktape is an embeddable Ecmascript E5/E5.1 engine with a focus on +portability and compact footprint. By integrating Duktape into your +C/C++ program you can easily extend its functionality through +scripting. You can also build the main control flow of your program +in Ecmascript and use fast C code functions to do heavy lifting. + +The terms Ecmascript and Javascript are often considered more or less +equivalent, although Javascript and its variants are technically just +one environment where the Ecmascript language is used. The line +between the two is not very clear in practice: even non-browser +Ecmascript environments often provide some browser-specific built-ins. +Duktape is no exception, and provides the commonly used print() and +alert() built-ins. Even so, we use the term Ecmascript throughout to +refer to the language implemented by Duktape. diff --git a/lang/libduktape/Makefile b/lang/libduktape/Makefile new file mode 100644 index 0000000000000..22368d300a22f --- /dev/null +++ b/lang/libduktape/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1 2016/05/05 03:57:26 agc Exp $ + +DISTNAME= duktape-1.5.0 +PKGNAME= lib${DISTNAME} +CATEGORIES= devel +MASTER_SITES= http://duktape.org/ +EXTRACT_SUFX= .tar.xz + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://duktape.org/ +COMMENT= Embeddable Javascript engine library +LICENSE= mit + +WRKSRC= ${WRKDIR}/${DISTNAME}/src +USE_LIBTOOL= yes + +do-configure: + cp ${FILESDIR}/Makefile ${WRKSRC} + +.include "../../mk/bsd.pkg.mk" diff --git a/lang/libduktape/PLIST b/lang/libduktape/PLIST new file mode 100644 index 0000000000000..7be03611b48b6 --- /dev/null +++ b/lang/libduktape/PLIST @@ -0,0 +1,4 @@ +@comment $NetBSD: PLIST,v 1.1 2016/05/05 03:57:26 agc Exp $ +include/duk_config.h +include/duktape.h +lib/libduktape.la diff --git a/lang/libduktape/buildlink3.mk b/lang/libduktape/buildlink3.mk new file mode 100644 index 0000000000000..71e372dd3480e --- /dev/null +++ b/lang/libduktape/buildlink3.mk @@ -0,0 +1,12 @@ +# $NetBSD: buildlink3.mk,v 1.1 2016/05/05 03:57:26 agc Exp $ + +BUILDLINK_TREE+= libduktape + +.if !defined(LIBDUKTAPE_BUILDLINK3_MK) +LIBDUKTAPE_BUILDLINK3_MK:= + +BUILDLINK_API_DEPENDS.libduktape+= libduktape>=1.5.0 +BUILDLINK_PKGSRCDIR.libduktape?= ../../lang/libduktape +.endif # LIBDUKTAPE_BUILDLINK3_MK + +BUILDLINK_TREE+= -libduktape diff --git a/lang/libduktape/distinfo b/lang/libduktape/distinfo new file mode 100644 index 0000000000000..a8108b01a67ee --- /dev/null +++ b/lang/libduktape/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2016/05/05 03:57:26 agc Exp $ + +SHA1 (duktape-1.5.0.tar.xz) = 6c53eff86e498c9a81181dfaf72034d616a35cba +RMD160 (duktape-1.5.0.tar.xz) = c4af4b76978e03fe621886601b65d9fbad240b19 +SHA512 (duktape-1.5.0.tar.xz) = f9b1500980e75700296d054d91edcd6a86d5ee20d63a7c246c66af7d5f5f097191cf59c4175214138345154afb6e3f5bb338a549ac3fbadeba858d8beb610093 +Size (duktape-1.5.0.tar.xz) = 708528 bytes diff --git a/lang/libduktape/files/Makefile b/lang/libduktape/files/Makefile new file mode 100644 index 0000000000000..3a0273d3e363d --- /dev/null +++ b/lang/libduktape/files/Makefile @@ -0,0 +1,36 @@ +# ***** WARNING ***** EDIT THIS FILE WITH A UTF-AWARE EDITOR + +srcdir= src +VPATH= src + +prefix= ${PREFIX} +exec_prefix= ${PREFIX} +LIBDIR= $(exec_prefix)/lib +INCDIR= $(prefix)/include + +SHELL=/bin/sh + +CFLAGS= -I. -I$(srcdir) +OBJS= duktape.o +LIBS= libduktape.a +ARFLAGS= crv + +all: ${LIBS} + +$(LIBS) : $(OBJS) + ${LIBTOOL} --mode=link --tag=CC cc -o ${.TARGET:.a=.la} ${OBJS:.o=.lo} -rpath ${PREFIX}/lib -version-info 0:0 + +${OBJS}: duktape.c duktape.h duk_config.h + ${LIBTOOL} --mode=compile --tag=CC ${CC} ${CFLAGS} -c duktape.c + +install: $(LIBS) + mkdir -p ${DESTDIR}$(LIBDIR) ${DESTDIR}$(INCDIR) + ${LIBTOOL} --mode=install ${BSD_INSTALL_DATA} ${LIBS:.a=.la} ${DESTDIR}${PREFIX}/lib + $(BSD_INSTALL_DATA) duktape.h ${DESTDIR}$(INCDIR) + $(BSD_INSTALL_DATA) duk_config.h ${DESTDIR}$(INCDIR) + +clean: + rm -f $(OBJS) $(LIBS) + +cleandist: + rm -f $(OBJS) $(LIBS) diff --git a/lang/libunwind/DESCR b/lang/libunwind/DESCR new file mode 100644 index 0000000000000..93d20deb5da67 --- /dev/null +++ b/lang/libunwind/DESCR @@ -0,0 +1 @@ +LLVM libunwind diff --git a/lang/libunwind/Makefile b/lang/libunwind/Makefile new file mode 100644 index 0000000000000..66aa6854f4ae0 --- /dev/null +++ b/lang/libunwind/Makefile @@ -0,0 +1,38 @@ +# $NetBSD: Makefile,v 1.1 2016/03/28 12:56:03 kamil Exp $ + +DISTNAME= libunwind-3.8.0.src +PKGNAME= ${DISTNAME:S/.src//} +CATEGORIES= lang devel +MASTER_SITES= http://llvm.org/releases/${PKGVERSION_NOREV}/ +#MASTER_SITES= http://llvm.org/pre-releases/3.8.0/rc2/ +EXTRACT_SUFX= .tar.xz + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://libunwind.llvm.org/ +COMMENT= LLVM libunwind +LICENSE= modified-bsd + +CONFIGURE_DIRS= ${WRKDIR}/build + +USE_TOOLS+= pax +USE_LANGUAGES= c c++ +USE_CMAKE= yes +GCC_REQD+= 4.8 + +CMAKE_ARGS+= -DCMAKE_BUILD_TYPE=Release +CMAKE_ARGS+= -DCMAKE_C_COMPILER=gcc +CMAKE_ARGS+= -DCMAKE_CXX_COMPILER=g++ + +CMAKE_ARG_PATH= ${WRKSRC} + +INSTALLATION_DIRS= include + +post-extract: + ${RUN} mkdir -p ${WRKDIR}/build + +post-install: + cd ${WRKSRC}/include && ${PAX} -rw . ${DESTDIR}${PREFIX}/include + +BUILDLINK_DEPMETHOD.llvm= build +.include "../../lang/llvm/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/lang/libunwind/PLIST b/lang/libunwind/PLIST new file mode 100644 index 0000000000000..647233219fcb9 --- /dev/null +++ b/lang/libunwind/PLIST @@ -0,0 +1,8 @@ +@comment $NetBSD: PLIST,v 1.1 2016/03/28 12:56:03 kamil Exp $ +include/__libunwind_config.h +include/libunwind.h +include/mach-o/compact_unwind_encoding.h +include/unwind.h +lib/libunwind.so +lib/libunwind.so.1 +lib/libunwind.so.1.0 diff --git a/lang/libunwind/buildlink3.mk b/lang/libunwind/buildlink3.mk new file mode 100644 index 0000000000000..05ea816ac75b3 --- /dev/null +++ b/lang/libunwind/buildlink3.mk @@ -0,0 +1,14 @@ +# $NetBSD: buildlink3.mk,v 1.1 2016/03/28 12:56:03 kamil Exp $ + +BUILDLINK_TREE+= libunwind + +.if !defined(LIBUNWIND_BUILDLINK3_MK) +LIBUNWIND_BUILDLINK3_MK:= + +BUILDLINK_API_DEPENDS.libunwind+= libunwind>=3.8.0 +BUILDLINK_PKGSRCDIR.libunwind?= ../../lang/libunwind + +.include "../../lang/llvm/buildlink3.mk" +.endif # LIBUNWIND_BUILDLINK3_MK + +BUILDLINK_TREE+= -libunwind diff --git a/lang/libunwind/distinfo b/lang/libunwind/distinfo new file mode 100644 index 0000000000000..8ff28949b8903 --- /dev/null +++ b/lang/libunwind/distinfo @@ -0,0 +1,7 @@ +$NetBSD: distinfo,v 1.1 2016/03/28 12:56:03 kamil Exp $ + +SHA1 (libunwind-3.8.0.src.tar.xz) = 894e6684ec349d4b0532bb2e312f6a53040558c5 +RMD160 (libunwind-3.8.0.src.tar.xz) = 9ce70569d76448427224f891d6199e3fd4fcb54d +SHA512 (libunwind-3.8.0.src.tar.xz) = 7efd27c4c46ba985d19bacd31f208811550134986bb0a7e7cb8a05c5b6b20575b878504a1f6e5df5f550be5a8a7b7c29a6e922546fd5699336da38f6bdf83318 +Size (libunwind-3.8.0.src.tar.xz) = 60600 bytes +SHA1 (patch-src_AddressSpace.hpp) = 129ae52d46a2787ebc37a594040d29926a4eff03 diff --git a/lang/libunwind/patches/patch-src_AddressSpace.hpp b/lang/libunwind/patches/patch-src_AddressSpace.hpp new file mode 100644 index 0000000000000..ddd3ef0bafe68 --- /dev/null +++ b/lang/libunwind/patches/patch-src_AddressSpace.hpp @@ -0,0 +1,25 @@ +$NetBSD: patch-src_AddressSpace.hpp,v 1.1 2016/03/28 12:56:03 kamil Exp $ + +Fixed in 3.9. + +--- src/AddressSpace.hpp.orig 2015-10-16 19:40:09.000000000 +0000 ++++ src/AddressSpace.hpp +@@ -35,7 +35,7 @@ namespace libunwind { + #include "Registers.hpp" + + #if _LIBUNWIND_ARM_EHABI +-#if defined(__FreeBSD__) ++#if defined(__FreeBSD__) || defined(__NetBSD__) + + typedef void *_Unwind_Ptr; + +@@ -61,7 +61,8 @@ extern EHTEntry __exidx_end; + #endif // !defined(_LIBUNWIND_IS_BAREMETAL) + #endif // _LIBUNWIND_ARM_EHABI + +-#if defined(__CloudABI__) || defined(__FreeBSD__) || defined(__linux__) ++#if defined(__CloudABI__) || defined(__FreeBSD__) || defined(__linux__) || \ ++ defined(__NetBSD__) + #if _LIBUNWIND_SUPPORT_DWARF_UNWIND && _LIBUNWIND_SUPPORT_DWARF_INDEX + #include + // Macro for machine-independent access to the ELF program headers. This diff --git a/lang/micropython/Makefile b/lang/micropython/Makefile index 8cfe3e44cfc7d..7e0807865d5fc 100644 --- a/lang/micropython/Makefile +++ b/lang/micropython/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2016/01/18 07:54:51 agc Exp $ +# $NetBSD: Makefile,v 1.2 2016/03/22 19:01:17 joerg Exp $ DISTNAME= micropython-1.5.2 CATEGORIES= lang @@ -10,13 +10,19 @@ HOMEPAGE= https://micropython.org/ COMMENT= Embedded version of python LICENSE= mit -WRKSRC= ${WRKDIR}/${DISTNAME}/unix DIST_SUBDIR= ${PKGNAME_NOREV} +BUILD_DIRS= unix USE_TOOLS+= gmake pkg-config AUTO_MKDIRS= yes -.include "../../devel/libffi/buildlink3.mk" +MAKE_FLAGS+= PYTHON=${PYTHONBIN} + +REPLACE_PYTHON+= tools/make-frozen.py +PYTHON_FOR_BUILD_ONLY= yes + +.include "../../devel/libffi/buildlink3.mk" +.include "../../lang/python/application.mk" .include "../../mk/bsd.pkg.mk" diff --git a/lang/micropython/distinfo b/lang/micropython/distinfo index 58a09f64d63e5..85a5fa53b217e 100644 --- a/lang/micropython/distinfo +++ b/lang/micropython/distinfo @@ -1,8 +1,9 @@ -$NetBSD: distinfo,v 1.1 2016/01/18 07:54:51 agc Exp $ +$NetBSD: distinfo,v 1.3 2016/03/25 21:11:16 joerg Exp $ SHA1 (micropython-1.5.2/micropython-1.5.2.tar.gz) = 493cf36aa722b50b6034efb8de6433dcea546b0f RMD160 (micropython-1.5.2/micropython-1.5.2.tar.gz) = 0f5c316ecd716734fe8e1dbdf9a360ef6f126b85 SHA512 (micropython-1.5.2/micropython-1.5.2.tar.gz) = 309dcb20a3369ac5bec92a6a5cd8af37d671fc2a8e3b6a36c4c49d1f4730eaaa46dffb2351eb5783de12f045069554c22ee70c0100cf98ab09138ef42594a65a Size (micropython-1.5.2/micropython-1.5.2.tar.gz) = 6673101 bytes -SHA1 (patch-Makefile) = fd7a3c143cd6c4137782b0ed2e1b361e13910364 -SHA1 (patch-mpconfigport.h) = 7cd3b0604f6f7941e5a44d276fd8393ba71b5447 +SHA1 (patch-py_obj.h) = f148e1e88ef6347c93fca5d367b36be805267f74 +SHA1 (patch-unix_Makefile) = e40d7413ec1140e6a408b82708f1749b3cb879bb +SHA1 (patch-unix_mpconfigport.h) = a93806f5db48cc61096a899ea3558afc46468ff1 diff --git a/lang/micropython/patches/patch-Makefile b/lang/micropython/patches/patch-Makefile deleted file mode 100644 index 265b502053166..0000000000000 --- a/lang/micropython/patches/patch-Makefile +++ /dev/null @@ -1,54 +0,0 @@ -$NetBSD: patch-Makefile,v 1.1 2016/01/18 07:54:51 agc Exp $ - -Invoke gmake properly - ---- Makefile 2016/01/09 21:43:06 1.1 -+++ Makefile 2016/01/09 21:51:39 -@@ -149,14 +149,13 @@ - - # install micropython in /usr/local/bin - TARGET = micropython --PREFIX = $(DESTDIR)/usr/local --BINDIR = $(PREFIX)/bin -+BINDIR = $(DESTDIR)${PREFIX}/bin - PIPSRC = ../tools/pip-micropython - PIPTARGET = pip-micropython - - install: micropython -- install -D $(TARGET) $(BINDIR)/$(TARGET) -- install -D $(PIPSRC) $(BINDIR)/$(PIPTARGET) -+ ${BSD_INSTALL_PROGRAM} $(TARGET) $(BINDIR)/$(TARGET) -+ ${BSD_INSTALL_SCRIPT} $(PIPSRC) $(BINDIR)/$(PIPTARGET) - - # uninstall micropython - uninstall: -@@ -196,12 +195,12 @@ - ../tools/make-frozen.py $(dir $^) > $@ - - # Select latest upip version available --UPIP_TARBALL := $(shell ls -1 -v ../tools/micropython-upip-*.tar.gz | tail -n1) -+UPIP_TARBALL := $(shell ls -1 ../tools/micropython-upip-*.tar.gz | tail -n1) - - $(BUILD)/frozen_upip/upip.py: $(UPIP_TARBALL) - $(ECHO) "MISC Preparing upip as frozen module" - $(Q)rm -rf $(BUILD)/micropython-upip-* -- $(Q)tar -C $(BUILD) -xz -f $^ -+ $(Q)tar -C $(BUILD) -x -z -f $^ - $(Q)rm -rf $(dir $@) - $(Q)mkdir -p $(dir $@) - $(Q)cp $(BUILD)/micropython-upip-*/upip*.py $(dir $@) -@@ -224,10 +223,10 @@ - cd ../lib/libffi; ./autogen.sh - mkdir -p ../lib/libffi/build_dir; cd ../lib/libffi/build_dir; \ - ../configure $(CROSS_COMPILE_HOST) --prefix=$$PWD/out CC="$(CC)" CXX="$(CXX)" LD="$(LD)"; \ -- make install-exec-recursive; make -C include install-data-am -+ ${MAKE} install-exec-recursive; ${MAKE} -C include install-data-am - - axtls: - cd ../lib/axtls; cp config/upyconfig config/.config -- cd ../lib/axtls; make oldconfig -B -- cd ../lib/axtls; make clean -- cd ../lib/axtls; make all CC="$(CC)" LD="$(LD)" -+ cd ../lib/axtls; ${MAKE} oldconfig -B -+ cd ../lib/axtls; ${MAKE} clean -+ cd ../lib/axtls; ${MAKE} all CC="$(CC)" LD="$(LD)" diff --git a/lang/micropython/patches/patch-mpconfigport.h b/lang/micropython/patches/patch-mpconfigport.h deleted file mode 100644 index 26a676de31155..0000000000000 --- a/lang/micropython/patches/patch-mpconfigport.h +++ /dev/null @@ -1,16 +0,0 @@ -$NetBSD: patch-mpconfigport.h,v 1.1 2016/01/18 07:54:51 agc Exp $ - -Generalise for all BSDs - ---- mpconfigport.h 2016/01/09 20:30:55 1.1 -+++ mpconfigport.h 2016/01/09 20:32:14 -@@ -251,7 +251,8 @@ - // We need to provide a declaration/definition of alloca() - // unless support for it is disabled. - #if !defined(MICROPY_NO_ALLOCA) || MICROPY_NO_ALLOCA == 0 --#ifdef __FreeBSD__ -+#include -+#if (defined(BSD) && BSD >= 199506) - #include - #else - #include diff --git a/lang/micropython/patches/patch-py_obj.h b/lang/micropython/patches/patch-py_obj.h new file mode 100644 index 0000000000000..6acf8e9b57cc7 --- /dev/null +++ b/lang/micropython/patches/patch-py_obj.h @@ -0,0 +1,15 @@ +$NetBSD: patch-py_obj.h,v 1.1 2016/03/22 19:01:17 joerg Exp $ + +Avoid Undefined Behavior. + +--- py/obj.h.orig 2016-03-02 16:07:50.524241926 +0000 ++++ py/obj.h +@@ -81,7 +81,7 @@ typedef struct _mp_obj_base_t mp_obj_bas + static inline bool MP_OBJ_IS_SMALL_INT(mp_const_obj_t o) + { return ((((mp_int_t)(o)) & 1) != 0); } + #define MP_OBJ_SMALL_INT_VALUE(o) (((mp_int_t)(o)) >> 1) +-#define MP_OBJ_NEW_SMALL_INT(small_int) ((mp_obj_t)((((mp_int_t)(small_int)) << 1) | 1)) ++#define MP_OBJ_NEW_SMALL_INT(small_int) ((mp_obj_t)((((mp_int_t)(small_int)) * 2) | 1)) + + static inline bool MP_OBJ_IS_QSTR(mp_const_obj_t o) + { return ((((mp_int_t)(o)) & 3) == 2); } diff --git a/lang/micropython/patches/patch-unix_Makefile b/lang/micropython/patches/patch-unix_Makefile new file mode 100644 index 0000000000000..1ea96a9a9bde2 --- /dev/null +++ b/lang/micropython/patches/patch-unix_Makefile @@ -0,0 +1,54 @@ +$NetBSD: patch-unix_Makefile,v 1.1 2016/03/22 19:01:17 joerg Exp $ + +Invoke gmake properly + +--- unix/Makefile.orig 2015-12-31 14:43:19.000000000 +0000 ++++ unix/Makefile +@@ -149,14 +149,13 @@ test: $(PROG) ../tests/run-tests + + # install micropython in /usr/local/bin + TARGET = micropython +-PREFIX = $(DESTDIR)/usr/local +-BINDIR = $(PREFIX)/bin ++BINDIR = $(DESTDIR)${PREFIX}/bin + PIPSRC = ../tools/pip-micropython + PIPTARGET = pip-micropython + + install: micropython +- install -D $(TARGET) $(BINDIR)/$(TARGET) +- install -D $(PIPSRC) $(BINDIR)/$(PIPTARGET) ++ ${BSD_INSTALL_PROGRAM} $(TARGET) $(BINDIR)/$(TARGET) ++ ${BSD_INSTALL_SCRIPT} $(PIPSRC) $(BINDIR)/$(PIPTARGET) + + # uninstall micropython + uninstall: +@@ -196,12 +195,12 @@ $(BUILD)/_frozen_upip.c: $(BUILD)/frozen + ../tools/make-frozen.py $(dir $^) > $@ + + # Select latest upip version available +-UPIP_TARBALL := $(shell ls -1 -v ../tools/micropython-upip-*.tar.gz | tail -n1) ++UPIP_TARBALL := $(shell ls -1 ../tools/micropython-upip-*.tar.gz | tail -n1) + + $(BUILD)/frozen_upip/upip.py: $(UPIP_TARBALL) + $(ECHO) "MISC Preparing upip as frozen module" + $(Q)rm -rf $(BUILD)/micropython-upip-* +- $(Q)tar -C $(BUILD) -xz -f $^ ++ $(Q)tar -C $(BUILD) -x -z -f $^ + $(Q)rm -rf $(dir $@) + $(Q)mkdir -p $(dir $@) + $(Q)cp $(BUILD)/micropython-upip-*/upip*.py $(dir $@) +@@ -224,10 +223,10 @@ libffi: + cd ../lib/libffi; ./autogen.sh + mkdir -p ../lib/libffi/build_dir; cd ../lib/libffi/build_dir; \ + ../configure $(CROSS_COMPILE_HOST) --prefix=$$PWD/out CC="$(CC)" CXX="$(CXX)" LD="$(LD)"; \ +- make install-exec-recursive; make -C include install-data-am ++ ${MAKE} install-exec-recursive; ${MAKE} -C include install-data-am + + axtls: + cd ../lib/axtls; cp config/upyconfig config/.config +- cd ../lib/axtls; make oldconfig -B +- cd ../lib/axtls; make clean +- cd ../lib/axtls; make all CC="$(CC)" LD="$(LD)" ++ cd ../lib/axtls; ${MAKE} oldconfig -B ++ cd ../lib/axtls; ${MAKE} clean ++ cd ../lib/axtls; ${MAKE} all CC="$(CC)" LD="$(LD)" diff --git a/lang/micropython/patches/patch-unix_mpconfigport.h b/lang/micropython/patches/patch-unix_mpconfigport.h new file mode 100644 index 0000000000000..bc689acf6dc0f --- /dev/null +++ b/lang/micropython/patches/patch-unix_mpconfigport.h @@ -0,0 +1,16 @@ +$NetBSD: patch-unix_mpconfigport.h,v 1.1 2016/03/22 19:01:17 joerg Exp $ + +Generalise for all BSDs + +--- unix/mpconfigport.h.orig 2015-12-31 14:43:19.000000000 +0000 ++++ unix/mpconfigport.h +@@ -261,7 +261,8 @@ void mp_hal_dupterm_tx_strn(const char * + // We need to provide a declaration/definition of alloca() + // unless support for it is disabled. + #if !defined(MICROPY_NO_ALLOCA) || MICROPY_NO_ALLOCA == 0 +-#ifdef __FreeBSD__ ++#include ++#if (defined(BSD) && BSD >= 199506) + #include + #else + #include diff --git a/lang/mono-basic/Makefile b/lang/mono-basic/Makefile index 3e696c948c7e9..64293c5f27a8e 100644 --- a/lang/mono-basic/Makefile +++ b/lang/mono-basic/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.27 2015/10/10 01:58:11 ryoon Exp $ +# $NetBSD: Makefile,v 1.29 2016/04/11 19:01:54 ryoon Exp $ DISTNAME= mono-basic-4.0.1 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= lang MASTER_SITES= http://download.mono-project.com/sources/mono-basic/ EXTRACT_SUFX= .tar.bz2 @@ -28,7 +28,7 @@ SUBST_CLASSES+= fix-mandir SUBST_STAGE.fix-mandir= post-configure SUBST_MESSAGE.fix-mandir= Fixing man path SUBST_FILES.fix-mandir= build/config.make -SUBST_SED.fix-mandir= -e 's,share/man,man,' +SUBST_SED.fix-mandir= -e 's,share/man,${PKGMANDIR},' .include "../../lang/mono/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/lang/mono/Makefile b/lang/mono/Makefile index c088c5381b770..c084d0c1071be 100644 --- a/lang/mono/Makefile +++ b/lang/mono/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.168 2016/02/24 16:48:09 jperkin Exp $ +# $NetBSD: Makefile,v 1.169 2016/04/11 19:01:35 ryoon Exp $ DISTNAME= mono-4.0.4.1 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= lang MASTER_SITES= http://download.mono-project.com/sources/mono/ EXTRACT_SUFX= .tar.bz2 diff --git a/lang/mono/buildlink3.mk b/lang/mono/buildlink3.mk index cc5adca4ca41a..5a5934756d815 100644 --- a/lang/mono/buildlink3.mk +++ b/lang/mono/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.52 2015/05/21 20:03:23 kefren Exp $ +# $NetBSD: buildlink3.mk,v 1.53 2016/04/11 19:01:35 ryoon Exp $ BUILDLINK_TREE+= mono @@ -6,7 +6,7 @@ BUILDLINK_TREE+= mono MONO_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.mono+= mono>=4 -BUILDLINK_ABI_DEPENDS.mono?= mono>=4.0.1 +BUILDLINK_ABI_DEPENDS.mono?= mono>=4.0.4.1nb3 BUILDLINK_PKGSRCDIR.mono?= ../../lang/mono ALL_ENV+= MONO_SHARED_DIR=${WRKDIR:Q} BUILDLINK_CONTENTS_FILTER.mono= ${EGREP} '(^include/|^lib/)' diff --git a/lang/mono2/Makefile b/lang/mono2/Makefile index b7264cd9e64e7..0f312a1694ba3 100644 --- a/lang/mono2/Makefile +++ b/lang/mono2/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.19 2015/10/10 01:57:53 ryoon Exp $ +# $NetBSD: Makefile,v 1.20 2016/04/11 19:01:35 ryoon Exp $ DISTNAME= mono-2.10.9 -PKGREVISION= 15 +PKGREVISION= 16 CATEGORIES= lang MASTER_SITES= http://download.mono-project.com/sources/mono/ EXTRACT_SUFX= .tar.bz2 diff --git a/lang/mono2/buildlink3.mk b/lang/mono2/buildlink3.mk index 2facd8829ad6b..1f0fbe6275190 100644 --- a/lang/mono2/buildlink3.mk +++ b/lang/mono2/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.5 2015/04/06 08:17:15 adam Exp $ +# $NetBSD: buildlink3.mk,v 1.6 2016/04/11 19:01:35 ryoon Exp $ BUILDLINK_TREE+= mono @@ -6,7 +6,7 @@ BUILDLINK_TREE+= mono MONO_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.mono+= mono>=2.8<3 -BUILDLINK_ABI_DEPENDS.mono+= mono>=2.10.9nb12 +BUILDLINK_ABI_DEPENDS.mono+= mono>=2.10.9nb16 BUILDLINK_PKGSRCDIR.mono?= ../../lang/mono2 ALL_ENV+= MONO_SHARED_DIR=${WRKDIR:Q} BUILDLINK_CONTENTS_FILTER.mono+= ${EGREP} '(^include/|^lib/)' diff --git a/lang/newlisp/Makefile b/lang/newlisp/Makefile index e4fc500bb17fa..aa9dbf9246a33 100644 --- a/lang/newlisp/Makefile +++ b/lang/newlisp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2014/07/07 14:25:31 ryoon Exp $ +# $NetBSD: Makefile,v 1.11 2016/04/01 16:22:15 jperkin Exp $ # DISTNAME= newlisp-10.6.0 @@ -14,6 +14,7 @@ LICENSE= gnu-gpl-v3 HAS_CONFIGURE= yes CONFIGURE_SCRIPT= configure-alt CONFIGURE_ARGS+= --prefix=${PREFIX} +CONFIGURE_ARGS+= --mandir=${PREFIX}/${PKGMANDIR} CONFIGURE_ARGS+= --enable-readline USE_GNU_READLINE= yes diff --git a/lang/nodejs/Makefile b/lang/nodejs/Makefile index 47e0ab036eb11..b03f1033054b8 100644 --- a/lang/nodejs/Makefile +++ b/lang/nodejs/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.60 2016/03/09 20:13:23 fhajny Exp $ +# $NetBSD: Makefile,v 1.67 2016/05/06 09:31:48 fhajny Exp $ -DISTNAME= node-v5.8.0 +DISTNAME= node-v6.1.0 .include "../../lang/nodejs/Makefile.common" .include "../../mk/bsd.pkg.mk" diff --git a/lang/nodejs/Makefile.common b/lang/nodejs/Makefile.common index 844c6d99403ea..2ceedd5aad31f 100644 --- a/lang/nodejs/Makefile.common +++ b/lang/nodejs/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.5 2016/03/12 12:34:44 tnn Exp $ +# $NetBSD: Makefile.common,v 1.7 2016/04/27 15:03:10 fhajny Exp $ # used by lang/nodejs/Makefile # used by lang/nodejs4/Makefile @@ -12,7 +12,7 @@ COMMENT= V8 JavaScript for clients and servers LICENSE= mit HAS_CONFIGURE= yes -USE_TOOLS+= gmake pkg-config +USE_TOOLS+= bash gmake pkg-config USE_LANGUAGES= c c++ PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 0.10.24 @@ -30,6 +30,10 @@ PTHREAD_AUTO_VARS= yes CONFIGURE_ENV.NetBSD+= GYP_DEFINES="OS=netbsd" MAKE_ENV.NetBSD+= GYP_DEFINES="OS=netbsd" +.if ${OPSYS} == "Linux" && !exists(/usr/bin/gold) +CONFIGURE_ENV+= GYP_DEFINES="linux_use_gold_flags=0" +.endif + REPLACE_PYTHON+= configure REPLACE_PYTHON+= tools/genv8constants.py REPLACE_PYTHON+= tools/gyp/pylib/gyp/flock_tool.py @@ -46,6 +50,10 @@ pre-install: ${FIND} ${WRKSRC}/deps/npm -name '*.orig' | ${XARGS} ${RM} -f ${CHMOD} -R g-w ${WRKSRC} +post-install: + cd ${DESTDIR}${PREFIX} && ${SETENV} ${BASH} \ + ./lib/node_modules/npm/scripts/relocate.sh ${PREFIX}/bin/node + .if ${OPSYS} != "Darwin" .include "../../devel/libexecinfo/buildlink3.mk" .endif diff --git a/lang/nodejs/PLIST b/lang/nodejs/PLIST index 641adf8d377eb..cd0276ad59996 100644 --- a/lang/nodejs/PLIST +++ b/lang/nodejs/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.32 2016/03/09 20:13:23 fhajny Exp $ +@comment $NetBSD: PLIST,v 1.35 2016/04/27 15:03:10 fhajny Exp $ bin/node bin/npm include/node/android-ifaddrs.h @@ -30,6 +30,7 @@ include/node/uv-version.h include/node/uv-win.h include/node/uv.h include/node/v8-debug.h +include/node/v8-experimental.h include/node/v8-platform.h include/node/v8-profiler.h include/node/v8-testing.h @@ -215,6 +216,7 @@ lib/node_modules/npm/lib/cache/update-index.js lib/node_modules/npm/lib/completion.js lib/node_modules/npm/lib/config.js lib/node_modules/npm/lib/config/clear-credentials-by-uri.js +lib/node_modules/npm/lib/config/cmd-list.js lib/node_modules/npm/lib/config/core.js lib/node_modules/npm/lib/config/defaults.js lib/node_modules/npm/lib/config/find-prefix.js @@ -231,7 +233,6 @@ lib/node_modules/npm/lib/dist-tag.js lib/node_modules/npm/lib/docs.js lib/node_modules/npm/lib/edit.js lib/node_modules/npm/lib/explore.js -lib/node_modules/npm/lib/faq.js lib/node_modules/npm/lib/fetch-package-metadata.js lib/node_modules/npm/lib/fetch-package-metadata.md lib/node_modules/npm/lib/get.js @@ -448,12 +449,6 @@ lib/node_modules/npm/node_modules/archy/examples/beep.js lib/node_modules/npm/node_modules/archy/examples/multi_line.js lib/node_modules/npm/node_modules/archy/index.js lib/node_modules/npm/node_modules/archy/package.json -lib/node_modules/npm/node_modules/async-some/.eslintrc -lib/node_modules/npm/node_modules/async-some/.npmignore -lib/node_modules/npm/node_modules/async-some/LICENSE -lib/node_modules/npm/node_modules/async-some/README.md -lib/node_modules/npm/node_modules/async-some/package.json -lib/node_modules/npm/node_modules/async-some/some.js lib/node_modules/npm/node_modules/chownr/LICENSE lib/node_modules/npm/node_modules/chownr/README.md lib/node_modules/npm/node_modules/chownr/chownr.js @@ -605,6 +600,7 @@ lib/node_modules/npm/node_modules/fstream/lib/writer.js lib/node_modules/npm/node_modules/fstream/package.json lib/node_modules/npm/node_modules/glob/LICENSE lib/node_modules/npm/node_modules/glob/README.md +lib/node_modules/npm/node_modules/glob/changelog.md lib/node_modules/npm/node_modules/glob/common.js lib/node_modules/npm/node_modules/glob/glob.js lib/node_modules/npm/node_modules/glob/node_modules/minimatch/LICENSE @@ -691,6 +687,39 @@ lib/node_modules/npm/node_modules/init-package-json/example/example-default.js lib/node_modules/npm/node_modules/init-package-json/example/example-npm.js lib/node_modules/npm/node_modules/init-package-json/example/init/basic-init.js lib/node_modules/npm/node_modules/init-package-json/init-package-json.js +lib/node_modules/npm/node_modules/init-package-json/node_modules/glob/LICENSE +lib/node_modules/npm/node_modules/init-package-json/node_modules/glob/README.md +lib/node_modules/npm/node_modules/init-package-json/node_modules/glob/common.js +lib/node_modules/npm/node_modules/init-package-json/node_modules/glob/glob.js +lib/node_modules/npm/node_modules/init-package-json/node_modules/glob/node_modules/minimatch/LICENSE +lib/node_modules/npm/node_modules/init-package-json/node_modules/glob/node_modules/minimatch/README.md +lib/node_modules/npm/node_modules/init-package-json/node_modules/glob/node_modules/minimatch/minimatch.js +lib/node_modules/npm/node_modules/init-package-json/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/.npmignore +lib/node_modules/npm/node_modules/init-package-json/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/README.md +lib/node_modules/npm/node_modules/init-package-json/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/example.js +lib/node_modules/npm/node_modules/init-package-json/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/index.js +lib/node_modules/npm/node_modules/init-package-json/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/.npmignore +lib/node_modules/npm/node_modules/init-package-json/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/.travis.yml +lib/node_modules/npm/node_modules/init-package-json/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/LICENSE.md +lib/node_modules/npm/node_modules/init-package-json/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/Makefile +lib/node_modules/npm/node_modules/init-package-json/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/README.md +lib/node_modules/npm/node_modules/init-package-json/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/example.js +lib/node_modules/npm/node_modules/init-package-json/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/index.js +lib/node_modules/npm/node_modules/init-package-json/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/package.json +lib/node_modules/npm/node_modules/init-package-json/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map/.travis.yml +lib/node_modules/npm/node_modules/init-package-json/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map/LICENSE +lib/node_modules/npm/node_modules/init-package-json/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map/README.markdown +lib/node_modules/npm/node_modules/init-package-json/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map/example/map.js +lib/node_modules/npm/node_modules/init-package-json/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map/index.js +lib/node_modules/npm/node_modules/init-package-json/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map/package.json +lib/node_modules/npm/node_modules/init-package-json/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/package.json +lib/node_modules/npm/node_modules/init-package-json/node_modules/glob/node_modules/minimatch/package.json +lib/node_modules/npm/node_modules/init-package-json/node_modules/glob/node_modules/path-is-absolute/index.js +lib/node_modules/npm/node_modules/init-package-json/node_modules/glob/node_modules/path-is-absolute/license +lib/node_modules/npm/node_modules/init-package-json/node_modules/glob/node_modules/path-is-absolute/package.json +lib/node_modules/npm/node_modules/init-package-json/node_modules/glob/node_modules/path-is-absolute/readme.md +lib/node_modules/npm/node_modules/init-package-json/node_modules/glob/package.json +lib/node_modules/npm/node_modules/init-package-json/node_modules/glob/sync.js lib/node_modules/npm/node_modules/init-package-json/node_modules/promzard/.npmignore lib/node_modules/npm/node_modules/init-package-json/node_modules/promzard/LICENSE lib/node_modules/npm/node_modules/init-package-json/node_modules/promzard/README.md @@ -715,6 +744,14 @@ lib/node_modules/npm/node_modules/lodash._baseindexof/package.json lib/node_modules/npm/node_modules/lodash._baseuniq/LICENSE lib/node_modules/npm/node_modules/lodash._baseuniq/README.md lib/node_modules/npm/node_modules/lodash._baseuniq/index.js +lib/node_modules/npm/node_modules/lodash._baseuniq/node_modules/lodash._createset/LICENSE +lib/node_modules/npm/node_modules/lodash._baseuniq/node_modules/lodash._createset/README.md +lib/node_modules/npm/node_modules/lodash._baseuniq/node_modules/lodash._createset/index.js +lib/node_modules/npm/node_modules/lodash._baseuniq/node_modules/lodash._createset/package.json +lib/node_modules/npm/node_modules/lodash._baseuniq/node_modules/lodash._setcache/LICENSE +lib/node_modules/npm/node_modules/lodash._baseuniq/node_modules/lodash._setcache/README.md +lib/node_modules/npm/node_modules/lodash._baseuniq/node_modules/lodash._setcache/index.js +lib/node_modules/npm/node_modules/lodash._baseuniq/node_modules/lodash._setcache/package.json lib/node_modules/npm/node_modules/lodash._baseuniq/package.json lib/node_modules/npm/node_modules/lodash._bindcallback/LICENSE.txt lib/node_modules/npm/node_modules/lodash._bindcallback/README.md @@ -735,31 +772,11 @@ lib/node_modules/npm/node_modules/lodash._getnative/package.json lib/node_modules/npm/node_modules/lodash.clonedeep/LICENSE lib/node_modules/npm/node_modules/lodash.clonedeep/README.md lib/node_modules/npm/node_modules/lodash.clonedeep/index.js -lib/node_modules/npm/node_modules/lodash.clonedeep/node_modules/lodash._arrayeach/LICENSE.txt -lib/node_modules/npm/node_modules/lodash.clonedeep/node_modules/lodash._arrayeach/README.md -lib/node_modules/npm/node_modules/lodash.clonedeep/node_modules/lodash._arrayeach/index.js -lib/node_modules/npm/node_modules/lodash.clonedeep/node_modules/lodash._arrayeach/package.json -lib/node_modules/npm/node_modules/lodash.clonedeep/node_modules/lodash._basefor/LICENSE -lib/node_modules/npm/node_modules/lodash.clonedeep/node_modules/lodash._basefor/README.md -lib/node_modules/npm/node_modules/lodash.clonedeep/node_modules/lodash._basefor/index.js -lib/node_modules/npm/node_modules/lodash.clonedeep/node_modules/lodash._basefor/package.json -lib/node_modules/npm/node_modules/lodash.clonedeep/node_modules/lodash._root/LICENSE -lib/node_modules/npm/node_modules/lodash.clonedeep/node_modules/lodash._root/README.md -lib/node_modules/npm/node_modules/lodash.clonedeep/node_modules/lodash._root/index.js -lib/node_modules/npm/node_modules/lodash.clonedeep/node_modules/lodash._root/package.json -lib/node_modules/npm/node_modules/lodash.clonedeep/node_modules/lodash._stack/LICENSE -lib/node_modules/npm/node_modules/lodash.clonedeep/node_modules/lodash._stack/README.md -lib/node_modules/npm/node_modules/lodash.clonedeep/node_modules/lodash._stack/index.js -lib/node_modules/npm/node_modules/lodash.clonedeep/node_modules/lodash._stack/node_modules/lodash._mapcache/LICENSE -lib/node_modules/npm/node_modules/lodash.clonedeep/node_modules/lodash._stack/node_modules/lodash._mapcache/README.md -lib/node_modules/npm/node_modules/lodash.clonedeep/node_modules/lodash._stack/node_modules/lodash._mapcache/index.js -lib/node_modules/npm/node_modules/lodash.clonedeep/node_modules/lodash._stack/node_modules/lodash._mapcache/package.json -lib/node_modules/npm/node_modules/lodash.clonedeep/node_modules/lodash._stack/package.json +lib/node_modules/npm/node_modules/lodash.clonedeep/node_modules/lodash._baseclone/LICENSE +lib/node_modules/npm/node_modules/lodash.clonedeep/node_modules/lodash._baseclone/README.md +lib/node_modules/npm/node_modules/lodash.clonedeep/node_modules/lodash._baseclone/index.js +lib/node_modules/npm/node_modules/lodash.clonedeep/node_modules/lodash._baseclone/package.json lib/node_modules/npm/node_modules/lodash.clonedeep/package.json -lib/node_modules/npm/node_modules/lodash.isarguments/LICENSE -lib/node_modules/npm/node_modules/lodash.isarguments/README.md -lib/node_modules/npm/node_modules/lodash.isarguments/index.js -lib/node_modules/npm/node_modules/lodash.isarguments/package.json lib/node_modules/npm/node_modules/lodash.isarray/LICENSE lib/node_modules/npm/node_modules/lodash.isarray/README.md lib/node_modules/npm/node_modules/lodash.isarray/index.js @@ -775,34 +792,10 @@ lib/node_modules/npm/node_modules/lodash.restparam/package.json lib/node_modules/npm/node_modules/lodash.union/LICENSE lib/node_modules/npm/node_modules/lodash.union/README.md lib/node_modules/npm/node_modules/lodash.union/index.js -lib/node_modules/npm/node_modules/lodash.union/node_modules/lodash._arrayincludes/LICENSE -lib/node_modules/npm/node_modules/lodash.union/node_modules/lodash._arrayincludes/README.md -lib/node_modules/npm/node_modules/lodash.union/node_modules/lodash._arrayincludes/index.js -lib/node_modules/npm/node_modules/lodash.union/node_modules/lodash._arrayincludes/package.json -lib/node_modules/npm/node_modules/lodash.union/node_modules/lodash._arrayincludeswith/LICENSE -lib/node_modules/npm/node_modules/lodash.union/node_modules/lodash._arrayincludeswith/README.md -lib/node_modules/npm/node_modules/lodash.union/node_modules/lodash._arrayincludeswith/index.js -lib/node_modules/npm/node_modules/lodash.union/node_modules/lodash._arrayincludeswith/package.json lib/node_modules/npm/node_modules/lodash.union/node_modules/lodash._baseflatten/LICENSE lib/node_modules/npm/node_modules/lodash.union/node_modules/lodash._baseflatten/README.md lib/node_modules/npm/node_modules/lodash.union/node_modules/lodash._baseflatten/index.js lib/node_modules/npm/node_modules/lodash.union/node_modules/lodash._baseflatten/package.json -lib/node_modules/npm/node_modules/lodash.union/node_modules/lodash._cachehas/LICENSE -lib/node_modules/npm/node_modules/lodash.union/node_modules/lodash._cachehas/README.md -lib/node_modules/npm/node_modules/lodash.union/node_modules/lodash._cachehas/index.js -lib/node_modules/npm/node_modules/lodash.union/node_modules/lodash._cachehas/package.json -lib/node_modules/npm/node_modules/lodash.union/node_modules/lodash._root/LICENSE -lib/node_modules/npm/node_modules/lodash.union/node_modules/lodash._root/README.md -lib/node_modules/npm/node_modules/lodash.union/node_modules/lodash._root/index.js -lib/node_modules/npm/node_modules/lodash.union/node_modules/lodash._root/package.json -lib/node_modules/npm/node_modules/lodash.union/node_modules/lodash._setcache/LICENSE -lib/node_modules/npm/node_modules/lodash.union/node_modules/lodash._setcache/README.md -lib/node_modules/npm/node_modules/lodash.union/node_modules/lodash._setcache/index.js -lib/node_modules/npm/node_modules/lodash.union/node_modules/lodash._setcache/node_modules/lodash._mapcache/LICENSE -lib/node_modules/npm/node_modules/lodash.union/node_modules/lodash._setcache/node_modules/lodash._mapcache/README.md -lib/node_modules/npm/node_modules/lodash.union/node_modules/lodash._setcache/node_modules/lodash._mapcache/index.js -lib/node_modules/npm/node_modules/lodash.union/node_modules/lodash._setcache/node_modules/lodash._mapcache/package.json -lib/node_modules/npm/node_modules/lodash.union/node_modules/lodash._setcache/package.json lib/node_modules/npm/node_modules/lodash.union/node_modules/lodash.rest/LICENSE lib/node_modules/npm/node_modules/lodash.union/node_modules/lodash.rest/README.md lib/node_modules/npm/node_modules/lodash.union/node_modules/lodash.rest/index.js @@ -811,58 +804,18 @@ lib/node_modules/npm/node_modules/lodash.union/package.json lib/node_modules/npm/node_modules/lodash.uniq/LICENSE lib/node_modules/npm/node_modules/lodash.uniq/README.md lib/node_modules/npm/node_modules/lodash.uniq/index.js -lib/node_modules/npm/node_modules/lodash.uniq/node_modules/lodash._arrayincludes/LICENSE -lib/node_modules/npm/node_modules/lodash.uniq/node_modules/lodash._arrayincludes/README.md -lib/node_modules/npm/node_modules/lodash.uniq/node_modules/lodash._arrayincludes/index.js -lib/node_modules/npm/node_modules/lodash.uniq/node_modules/lodash._arrayincludes/package.json -lib/node_modules/npm/node_modules/lodash.uniq/node_modules/lodash._arrayincludeswith/LICENSE -lib/node_modules/npm/node_modules/lodash.uniq/node_modules/lodash._arrayincludeswith/README.md -lib/node_modules/npm/node_modules/lodash.uniq/node_modules/lodash._arrayincludeswith/index.js -lib/node_modules/npm/node_modules/lodash.uniq/node_modules/lodash._arrayincludeswith/package.json -lib/node_modules/npm/node_modules/lodash.uniq/node_modules/lodash._cachehas/LICENSE -lib/node_modules/npm/node_modules/lodash.uniq/node_modules/lodash._cachehas/README.md -lib/node_modules/npm/node_modules/lodash.uniq/node_modules/lodash._cachehas/index.js -lib/node_modules/npm/node_modules/lodash.uniq/node_modules/lodash._cachehas/package.json -lib/node_modules/npm/node_modules/lodash.uniq/node_modules/lodash._root/LICENSE -lib/node_modules/npm/node_modules/lodash.uniq/node_modules/lodash._root/README.md -lib/node_modules/npm/node_modules/lodash.uniq/node_modules/lodash._root/index.js -lib/node_modules/npm/node_modules/lodash.uniq/node_modules/lodash._root/package.json -lib/node_modules/npm/node_modules/lodash.uniq/node_modules/lodash._setcache/LICENSE -lib/node_modules/npm/node_modules/lodash.uniq/node_modules/lodash._setcache/README.md -lib/node_modules/npm/node_modules/lodash.uniq/node_modules/lodash._setcache/index.js -lib/node_modules/npm/node_modules/lodash.uniq/node_modules/lodash._setcache/node_modules/lodash._mapcache/LICENSE -lib/node_modules/npm/node_modules/lodash.uniq/node_modules/lodash._setcache/node_modules/lodash._mapcache/README.md -lib/node_modules/npm/node_modules/lodash.uniq/node_modules/lodash._setcache/node_modules/lodash._mapcache/index.js -lib/node_modules/npm/node_modules/lodash.uniq/node_modules/lodash._setcache/node_modules/lodash._mapcache/package.json -lib/node_modules/npm/node_modules/lodash.uniq/node_modules/lodash._setcache/package.json lib/node_modules/npm/node_modules/lodash.uniq/package.json lib/node_modules/npm/node_modules/lodash.without/LICENSE lib/node_modules/npm/node_modules/lodash.without/README.md lib/node_modules/npm/node_modules/lodash.without/index.js -lib/node_modules/npm/node_modules/lodash.without/node_modules/lodash._arrayincludes/LICENSE -lib/node_modules/npm/node_modules/lodash.without/node_modules/lodash._arrayincludes/README.md -lib/node_modules/npm/node_modules/lodash.without/node_modules/lodash._arrayincludes/index.js -lib/node_modules/npm/node_modules/lodash.without/node_modules/lodash._arrayincludes/package.json -lib/node_modules/npm/node_modules/lodash.without/node_modules/lodash._arrayincludeswith/LICENSE -lib/node_modules/npm/node_modules/lodash.without/node_modules/lodash._arrayincludeswith/README.md -lib/node_modules/npm/node_modules/lodash.without/node_modules/lodash._arrayincludeswith/index.js -lib/node_modules/npm/node_modules/lodash.without/node_modules/lodash._arrayincludeswith/package.json -lib/node_modules/npm/node_modules/lodash.without/node_modules/lodash._arraymap/LICENSE.txt -lib/node_modules/npm/node_modules/lodash.without/node_modules/lodash._arraymap/README.md -lib/node_modules/npm/node_modules/lodash.without/node_modules/lodash._arraymap/index.js -lib/node_modules/npm/node_modules/lodash.without/node_modules/lodash._arraymap/package.json -lib/node_modules/npm/node_modules/lodash.without/node_modules/lodash._cachehas/LICENSE -lib/node_modules/npm/node_modules/lodash.without/node_modules/lodash._cachehas/README.md -lib/node_modules/npm/node_modules/lodash.without/node_modules/lodash._cachehas/index.js -lib/node_modules/npm/node_modules/lodash.without/node_modules/lodash._cachehas/package.json -lib/node_modules/npm/node_modules/lodash.without/node_modules/lodash._setcache/LICENSE -lib/node_modules/npm/node_modules/lodash.without/node_modules/lodash._setcache/README.md -lib/node_modules/npm/node_modules/lodash.without/node_modules/lodash._setcache/index.js -lib/node_modules/npm/node_modules/lodash.without/node_modules/lodash._setcache/node_modules/lodash._mapcache/LICENSE -lib/node_modules/npm/node_modules/lodash.without/node_modules/lodash._setcache/node_modules/lodash._mapcache/README.md -lib/node_modules/npm/node_modules/lodash.without/node_modules/lodash._setcache/node_modules/lodash._mapcache/index.js -lib/node_modules/npm/node_modules/lodash.without/node_modules/lodash._setcache/node_modules/lodash._mapcache/package.json -lib/node_modules/npm/node_modules/lodash.without/node_modules/lodash._setcache/package.json +lib/node_modules/npm/node_modules/lodash.without/node_modules/lodash._basedifference/LICENSE +lib/node_modules/npm/node_modules/lodash.without/node_modules/lodash._basedifference/README.md +lib/node_modules/npm/node_modules/lodash.without/node_modules/lodash._basedifference/index.js +lib/node_modules/npm/node_modules/lodash.without/node_modules/lodash._basedifference/node_modules/lodash._setcache/LICENSE +lib/node_modules/npm/node_modules/lodash.without/node_modules/lodash._basedifference/node_modules/lodash._setcache/README.md +lib/node_modules/npm/node_modules/lodash.without/node_modules/lodash._basedifference/node_modules/lodash._setcache/index.js +lib/node_modules/npm/node_modules/lodash.without/node_modules/lodash._basedifference/node_modules/lodash._setcache/package.json +lib/node_modules/npm/node_modules/lodash.without/node_modules/lodash._basedifference/package.json lib/node_modules/npm/node_modules/lodash.without/node_modules/lodash.rest/LICENSE lib/node_modules/npm/node_modules/lodash.without/node_modules/lodash.rest/README.md lib/node_modules/npm/node_modules/lodash.without/node_modules/lodash.rest/index.js @@ -1026,80 +979,6 @@ lib/node_modules/npm/node_modules/node-gyp/node_modules/minimatch/node_modules/s lib/node_modules/npm/node_modules/node-gyp/node_modules/minimatch/node_modules/sigmund/package.json lib/node_modules/npm/node_modules/node-gyp/node_modules/minimatch/node_modules/sigmund/sigmund.js lib/node_modules/npm/node_modules/node-gyp/node_modules/minimatch/package.json -lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/LICENSE -lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/README.md -lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/example.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/log.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/ansi/.jshintrc -lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/ansi/.npmignore -lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/ansi/History.md -lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/ansi/LICENSE -lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/ansi/README.md -lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/ansi/examples/beep/index.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/ansi/examples/clear/index.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/ansi/examples/cursorPosition.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/ansi/examples/progress/index.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/ansi/lib/ansi.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/ansi/lib/newlines.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/ansi/package.json -lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/are-we-there-yet/.npmignore -lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/are-we-there-yet/LICENSE -lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/are-we-there-yet/README.md -lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/are-we-there-yet/index.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/delegates/.npmignore -lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/delegates/History.md -lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/delegates/Makefile -lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/delegates/Readme.md -lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/delegates/index.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/delegates/package.json -lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/are-we-there-yet/package.json -lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/.npmignore -lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/LICENSE -lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/README.md -lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/example.png -lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.pad/LICENSE -lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.pad/README.md -lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.pad/index.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.pad/node_modules/lodash.repeat/LICENSE -lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.pad/node_modules/lodash.repeat/README.md -lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.pad/node_modules/lodash.repeat/index.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.pad/node_modules/lodash.repeat/package.json -lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.pad/package.json -lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padleft/LICENSE.txt -lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padleft/README.md -lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padleft/index.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padleft/node_modules/lodash._basetostring/LICENSE -lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padleft/node_modules/lodash._basetostring/README.md -lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padleft/node_modules/lodash._basetostring/index.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padleft/node_modules/lodash._basetostring/package.json -lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padleft/node_modules/lodash._createpadding/LICENSE -lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padleft/node_modules/lodash._createpadding/README.md -lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padleft/node_modules/lodash._createpadding/index.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padleft/node_modules/lodash._createpadding/node_modules/lodash.repeat/LICENSE -lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padleft/node_modules/lodash._createpadding/node_modules/lodash.repeat/README.md -lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padleft/node_modules/lodash._createpadding/node_modules/lodash.repeat/index.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padleft/node_modules/lodash._createpadding/node_modules/lodash.repeat/package.json -lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padleft/node_modules/lodash._createpadding/package.json -lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padleft/package.json -lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padright/LICENSE.txt -lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padright/README.md -lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padright/index.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padright/node_modules/lodash._basetostring/LICENSE -lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padright/node_modules/lodash._basetostring/README.md -lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padright/node_modules/lodash._basetostring/index.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padright/node_modules/lodash._basetostring/package.json -lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padright/node_modules/lodash._createpadding/LICENSE -lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padright/node_modules/lodash._createpadding/README.md -lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padright/node_modules/lodash._createpadding/index.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padright/node_modules/lodash._createpadding/node_modules/lodash.repeat/LICENSE -lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padright/node_modules/lodash._createpadding/node_modules/lodash.repeat/README.md -lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padright/node_modules/lodash._createpadding/node_modules/lodash.repeat/index.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padright/node_modules/lodash._createpadding/node_modules/lodash.repeat/package.json -lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padright/node_modules/lodash._createpadding/package.json -lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padright/package.json -lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/package.json -lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/progress-bar.js -lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/package.json lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/.npmignore lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/.travis.yml lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/History.md @@ -1688,6 +1567,7 @@ lib/node_modules/npm/node_modules/npmlog/node_modules/ansi/lib/ansi.js lib/node_modules/npm/node_modules/npmlog/node_modules/ansi/lib/newlines.js lib/node_modules/npm/node_modules/npmlog/node_modules/ansi/package.json lib/node_modules/npm/node_modules/npmlog/node_modules/are-we-there-yet/.npmignore +lib/node_modules/npm/node_modules/npmlog/node_modules/are-we-there-yet/CHANGES.md lib/node_modules/npm/node_modules/npmlog/node_modules/are-we-there-yet/LICENSE lib/node_modules/npm/node_modules/npmlog/node_modules/are-we-there-yet/README.md lib/node_modules/npm/node_modules/npmlog/node_modules/are-we-there-yet/index.js @@ -1699,6 +1579,10 @@ lib/node_modules/npm/node_modules/npmlog/node_modules/are-we-there-yet/node_modu lib/node_modules/npm/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/delegates/index.js lib/node_modules/npm/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/delegates/package.json lib/node_modules/npm/node_modules/npmlog/node_modules/are-we-there-yet/package.json +lib/node_modules/npm/node_modules/npmlog/node_modules/are-we-there-yet/tracker-base.js +lib/node_modules/npm/node_modules/npmlog/node_modules/are-we-there-yet/tracker-group.js +lib/node_modules/npm/node_modules/npmlog/node_modules/are-we-there-yet/tracker-stream.js +lib/node_modules/npm/node_modules/npmlog/node_modules/are-we-there-yet/tracker.js lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/.npmignore lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/LICENSE lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/README.md @@ -1710,39 +1594,35 @@ lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash. lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.pad/node_modules/lodash.repeat/README.md lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.pad/node_modules/lodash.repeat/index.js lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.pad/node_modules/lodash.repeat/package.json +lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.pad/node_modules/lodash.tostring/LICENSE +lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.pad/node_modules/lodash.tostring/README.md +lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.pad/node_modules/lodash.tostring/index.js +lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.pad/node_modules/lodash.tostring/package.json lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.pad/package.json -lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padleft/LICENSE.txt -lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padleft/README.md -lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padleft/index.js -lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padleft/node_modules/lodash._basetostring/LICENSE -lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padleft/node_modules/lodash._basetostring/README.md -lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padleft/node_modules/lodash._basetostring/index.js -lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padleft/node_modules/lodash._basetostring/package.json -lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padleft/node_modules/lodash._createpadding/LICENSE -lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padleft/node_modules/lodash._createpadding/README.md -lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padleft/node_modules/lodash._createpadding/index.js -lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padleft/node_modules/lodash._createpadding/node_modules/lodash.repeat/LICENSE -lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padleft/node_modules/lodash._createpadding/node_modules/lodash.repeat/README.md -lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padleft/node_modules/lodash._createpadding/node_modules/lodash.repeat/index.js -lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padleft/node_modules/lodash._createpadding/node_modules/lodash.repeat/package.json -lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padleft/node_modules/lodash._createpadding/package.json -lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padleft/package.json -lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padright/LICENSE.txt -lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padright/README.md -lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padright/index.js -lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padright/node_modules/lodash._basetostring/LICENSE -lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padright/node_modules/lodash._basetostring/README.md -lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padright/node_modules/lodash._basetostring/index.js -lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padright/node_modules/lodash._basetostring/package.json -lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padright/node_modules/lodash._createpadding/LICENSE -lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padright/node_modules/lodash._createpadding/README.md -lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padright/node_modules/lodash._createpadding/index.js -lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padright/node_modules/lodash._createpadding/node_modules/lodash.repeat/LICENSE -lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padright/node_modules/lodash._createpadding/node_modules/lodash.repeat/README.md -lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padright/node_modules/lodash._createpadding/node_modules/lodash.repeat/index.js -lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padright/node_modules/lodash._createpadding/node_modules/lodash.repeat/package.json -lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padright/node_modules/lodash._createpadding/package.json -lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padright/package.json +lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padend/LICENSE +lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padend/README.md +lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padend/index.js +lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padend/node_modules/lodash.repeat/LICENSE +lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padend/node_modules/lodash.repeat/README.md +lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padend/node_modules/lodash.repeat/index.js +lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padend/node_modules/lodash.repeat/package.json +lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padend/node_modules/lodash.tostring/LICENSE +lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padend/node_modules/lodash.tostring/README.md +lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padend/node_modules/lodash.tostring/index.js +lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padend/node_modules/lodash.tostring/package.json +lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padend/package.json +lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padstart/LICENSE +lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padstart/README.md +lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padstart/index.js +lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padstart/node_modules/lodash.repeat/LICENSE +lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padstart/node_modules/lodash.repeat/README.md +lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padstart/node_modules/lodash.repeat/index.js +lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padstart/node_modules/lodash.repeat/package.json +lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padstart/node_modules/lodash.tostring/LICENSE +lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padstart/node_modules/lodash.tostring/README.md +lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padstart/node_modules/lodash.tostring/index.js +lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padstart/node_modules/lodash.tostring/package.json +lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padstart/package.json lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/package.json lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/progress-bar.js lib/node_modules/npm/node_modules/npmlog/package.json @@ -1792,6 +1672,39 @@ lib/node_modules/npm/node_modules/read-package-json/.npmignore lib/node_modules/npm/node_modules/read-package-json/.travis.yml lib/node_modules/npm/node_modules/read-package-json/LICENSE lib/node_modules/npm/node_modules/read-package-json/README.md +lib/node_modules/npm/node_modules/read-package-json/node_modules/glob/LICENSE +lib/node_modules/npm/node_modules/read-package-json/node_modules/glob/README.md +lib/node_modules/npm/node_modules/read-package-json/node_modules/glob/common.js +lib/node_modules/npm/node_modules/read-package-json/node_modules/glob/glob.js +lib/node_modules/npm/node_modules/read-package-json/node_modules/glob/node_modules/minimatch/LICENSE +lib/node_modules/npm/node_modules/read-package-json/node_modules/glob/node_modules/minimatch/README.md +lib/node_modules/npm/node_modules/read-package-json/node_modules/glob/node_modules/minimatch/minimatch.js +lib/node_modules/npm/node_modules/read-package-json/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/.npmignore +lib/node_modules/npm/node_modules/read-package-json/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/README.md +lib/node_modules/npm/node_modules/read-package-json/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/example.js +lib/node_modules/npm/node_modules/read-package-json/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/index.js +lib/node_modules/npm/node_modules/read-package-json/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/.npmignore +lib/node_modules/npm/node_modules/read-package-json/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/.travis.yml +lib/node_modules/npm/node_modules/read-package-json/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/LICENSE.md +lib/node_modules/npm/node_modules/read-package-json/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/Makefile +lib/node_modules/npm/node_modules/read-package-json/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/README.md +lib/node_modules/npm/node_modules/read-package-json/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/example.js +lib/node_modules/npm/node_modules/read-package-json/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/index.js +lib/node_modules/npm/node_modules/read-package-json/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/package.json +lib/node_modules/npm/node_modules/read-package-json/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map/.travis.yml +lib/node_modules/npm/node_modules/read-package-json/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map/LICENSE +lib/node_modules/npm/node_modules/read-package-json/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map/README.markdown +lib/node_modules/npm/node_modules/read-package-json/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map/example/map.js +lib/node_modules/npm/node_modules/read-package-json/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map/index.js +lib/node_modules/npm/node_modules/read-package-json/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map/package.json +lib/node_modules/npm/node_modules/read-package-json/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/package.json +lib/node_modules/npm/node_modules/read-package-json/node_modules/glob/node_modules/minimatch/package.json +lib/node_modules/npm/node_modules/read-package-json/node_modules/glob/node_modules/path-is-absolute/index.js +lib/node_modules/npm/node_modules/read-package-json/node_modules/glob/node_modules/path-is-absolute/license +lib/node_modules/npm/node_modules/read-package-json/node_modules/glob/node_modules/path-is-absolute/package.json +lib/node_modules/npm/node_modules/read-package-json/node_modules/glob/node_modules/path-is-absolute/readme.md +lib/node_modules/npm/node_modules/read-package-json/node_modules/glob/package.json +lib/node_modules/npm/node_modules/read-package-json/node_modules/glob/sync.js lib/node_modules/npm/node_modules/read-package-json/node_modules/json-parse-helpfulerror/.editorconfig lib/node_modules/npm/node_modules/read-package-json/node_modules/json-parse-helpfulerror/.npmignore lib/node_modules/npm/node_modules/read-package-json/node_modules/json-parse-helpfulerror/LICENSE @@ -1844,11 +1757,14 @@ lib/node_modules/npm/node_modules/readable-stream/node_modules/core-util-is/floa lib/node_modules/npm/node_modules/readable-stream/node_modules/core-util-is/lib/util.js lib/node_modules/npm/node_modules/readable-stream/node_modules/core-util-is/package.json lib/node_modules/npm/node_modules/readable-stream/node_modules/core-util-is/test.js +lib/node_modules/npm/node_modules/readable-stream/node_modules/isarray/.npmignore +lib/node_modules/npm/node_modules/readable-stream/node_modules/isarray/.travis.yml +lib/node_modules/npm/node_modules/readable-stream/node_modules/isarray/Makefile lib/node_modules/npm/node_modules/readable-stream/node_modules/isarray/README.md -lib/node_modules/npm/node_modules/readable-stream/node_modules/isarray/build/build.js lib/node_modules/npm/node_modules/readable-stream/node_modules/isarray/component.json lib/node_modules/npm/node_modules/readable-stream/node_modules/isarray/index.js lib/node_modules/npm/node_modules/readable-stream/node_modules/isarray/package.json +lib/node_modules/npm/node_modules/readable-stream/node_modules/isarray/test.js lib/node_modules/npm/node_modules/readable-stream/node_modules/process-nextick-args/.travis.yml lib/node_modules/npm/node_modules/readable-stream/node_modules/process-nextick-args/index.js lib/node_modules/npm/node_modules/readable-stream/node_modules/process-nextick-args/license.md @@ -1903,6 +1819,7 @@ lib/node_modules/npm/node_modules/request/node_modules/aws-sign2/README.md lib/node_modules/npm/node_modules/request/node_modules/aws-sign2/index.js lib/node_modules/npm/node_modules/request/node_modules/aws-sign2/package.json lib/node_modules/npm/node_modules/request/node_modules/aws4/.npmignore +lib/node_modules/npm/node_modules/request/node_modules/aws4/.tern-port lib/node_modules/npm/node_modules/request/node_modules/aws4/.travis.yml lib/node_modules/npm/node_modules/request/node_modules/aws4/LICENSE lib/node_modules/npm/node_modules/request/node_modules/aws4/README.md diff --git a/lang/nodejs/distinfo b/lang/nodejs/distinfo index 36129514e4297..4c70aa57c4e8e 100644 --- a/lang/nodejs/distinfo +++ b/lang/nodejs/distinfo @@ -1,14 +1,15 @@ -$NetBSD: distinfo,v 1.58 2016/03/09 20:13:23 fhajny Exp $ +$NetBSD: distinfo,v 1.65 2016/05/06 09:31:48 fhajny Exp $ -SHA1 (node-v5.8.0.tar.gz) = e448f9141c92f8f1a72c3e3da0763dc5a602caef -RMD160 (node-v5.8.0.tar.gz) = ccd627c09235069ebf4c2a8c929b4bee6b585d84 -SHA512 (node-v5.8.0.tar.gz) = 67ba531b2f32b153d4b48996090f6564d4bc2857fdd78f7d77d5d20b35d2506515f124aa7d752e8a87bc1fb402daca7f15cc885e151b79f3127d15faf0653d5b -Size (node-v5.8.0.tar.gz) = 22440294 bytes +SHA1 (node-v6.1.0.tar.gz) = ee9d0e991ea08f4c2f8ec2890f75754d88487528 +RMD160 (node-v6.1.0.tar.gz) = 384a04f194b2e09eac9b5b1264888a95a4dd7ea8 +SHA512 (node-v6.1.0.tar.gz) = 64ae5b57b56e52f6c84052537d1e0f1ddbd16486cf8c5d7f3cbadb49ea32717ad4b4bfa0f9dc1b4998eca99a009dcf689f265e06b6431aefae120acc86704974 +Size (node-v6.1.0.tar.gz) = 20685389 bytes SHA1 (patch-common.gypi) = 5b3a50617358637a6f910de28bb5a14f037317a6 SHA1 (patch-deps_cares_cares.gyp) = 2235eb44bc984fa2e745fdf1786f1ae6de6ef80f SHA1 (patch-deps_npm_node__modules_node-gyp_gyp_pylib_gyp_generator_make.py) = 78d6ddd37ae30e869e0da666a78baad86a638c50 SHA1 (patch-deps_uv_common.gypi) = ba9caa1f6d9d6df1913d0d72a8d18ea6db0a32ff -SHA1 (patch-deps_v8_src_arm_cpu-arm.cc) = 854a7b0c6392d4568066b961da0958073b7ac62e +SHA1 (patch-deps_uv_src_unix_netbsd.c) = 0915dcd6ff65ec9bc098c05c32e3fedee9c8168b +SHA1 (patch-deps_v8_src_arm_cpu-arm.cc) = d0d11ac474ab109a6f40b26fa457b12d742eb48d SHA1 (patch-deps_v8_src_base_atomicops.h) = 65b6508f5260ae672b9efc5672ba2c93223355ff SHA1 (patch-deps_v8_src_base_atomicops__internals__arm__gcc.h) = 39ba63d8c397c7f076c108173f1ee2b5839ad4d6 SHA1 (patch-deps_v8_src_base_platform_platform-freebsd.cc) = 686c2054838a25cfeed7fb9870a959e48dc4de35 diff --git a/lang/nodejs/options.mk b/lang/nodejs/options.mk index d2bcca2ccb293..840a8c722be33 100644 --- a/lang/nodejs/options.mk +++ b/lang/nodejs/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.7 2016/03/09 20:13:23 fhajny Exp $ +# $NetBSD: options.mk,v 1.8 2016/04/01 08:21:05 fhajny Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.node PKG_SUPPORTED_OPTIONS= openssl dtrace icu @@ -20,6 +20,9 @@ PLIST.dtrace= yes CONFIGURE_ARGS+= --without-dtrace .endif +# print-PLIST helper +PRINT_PLIST_AWK+= {if ($$0 ~ /lib\/dtrace/) {$$0 = "$${PLIST.dtrace}" $$0;}} + .if !empty(PKG_OPTIONS:Micu) CONFIGURE_ARGS+= --with-intl=system-icu .include "../../textproc/icu/buildlink3.mk" diff --git a/lang/nodejs/patches/patch-deps_uv_src_unix_netbsd.c b/lang/nodejs/patches/patch-deps_uv_src_unix_netbsd.c new file mode 100644 index 0000000000000..dd38ac4d6a6c4 --- /dev/null +++ b/lang/nodejs/patches/patch-deps_uv_src_unix_netbsd.c @@ -0,0 +1,28 @@ +$NetBSD: patch-deps_uv_src_unix_netbsd.c,v 1.4 2016/04/13 09:37:35 ryoon Exp $ + +--- deps/uv/src/unix/netbsd.c.orig 2016-04-05 21:52:30.000000000 +0000 ++++ deps/uv/src/unix/netbsd.c +@@ -43,6 +43,11 @@ + #include + #include + ++/* For __NetBSD_Version__ */ ++#ifdef __NetBSD__ ++# include ++#endif ++ + #undef NANOSEC + #define NANOSEC ((uint64_t) 1e9) + +@@ -90,7 +95,11 @@ int uv_exepath(char* buffer, size_t* siz + mib[0] = CTL_KERN; + mib[1] = KERN_PROC_ARGS; + mib[2] = mypid; ++#if __NetBSD_Version__ >= 799000000 ++ mib[3] = KERN_PROC_PATHNAME; ++#else + mib[3] = KERN_PROC_ARGV; ++#endif + + cb = *size; + if (sysctl(mib, 4, buffer, &cb, NULL, 0)) diff --git a/lang/nodejs/patches/patch-deps_v8_src_arm_cpu-arm.cc b/lang/nodejs/patches/patch-deps_v8_src_arm_cpu-arm.cc index 76f3c9742a2dd..32c2fbd119096 100644 --- a/lang/nodejs/patches/patch-deps_v8_src_arm_cpu-arm.cc +++ b/lang/nodejs/patches/patch-deps_v8_src_arm_cpu-arm.cc @@ -1,6 +1,6 @@ -$NetBSD: patch-deps_v8_src_arm_cpu-arm.cc,v 1.1 2015/10/21 23:46:28 jmcneill Exp $ +$NetBSD: patch-deps_v8_src_arm_cpu-arm.cc,v 1.2 2016/04/27 15:03:10 fhajny Exp $ ---- deps/v8/src/arm/cpu-arm.cc.orig 2015-10-13 17:20:07.000000000 +0000 +--- deps/v8/src/arm/cpu-arm.cc.orig 2016-04-26 19:50:10.000000000 +0000 +++ deps/v8/src/arm/cpu-arm.cc @@ -7,6 +7,9 @@ #ifdef __QNXNTO__ @@ -12,14 +12,13 @@ #else #include // for cache flushing. #endif -@@ -40,6 +43,10 @@ void CpuFeatures::FlushICache(void* star - #elif V8_OS_QNX +@@ -24,6 +27,9 @@ void CpuFeatures::FlushICache(void* star + #if !defined(USE_SIMULATOR) + #if V8_OS_QNX msync(start, size, MS_SYNC | MS_INVALIDATE_ICACHE); - +#elif defined(__NetBSD__) + struct arm_sync_icache_args args = { .addr = (uintptr_t)start, .len = size }; + sysarch(ARM_SYNC_ICACHE, (void *)&args); -+ #else register uint32_t beg asm("r0") = reinterpret_cast(start); register uint32_t end asm("r1") = beg + size; diff --git a/lang/nodejs4/Makefile b/lang/nodejs4/Makefile index 30ca02de8e8af..969f378954874 100644 --- a/lang/nodejs4/Makefile +++ b/lang/nodejs4/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.10 2016/03/09 20:18:38 fhajny Exp $ +# $NetBSD: Makefile,v 1.14 2016/05/06 09:33:56 fhajny Exp $ -DISTNAME= node-v4.4.0 +DISTNAME= node-v4.4.4 .include "../../lang/nodejs/Makefile.common" .include "../../mk/bsd.pkg.mk" diff --git a/lang/nodejs4/PLIST b/lang/nodejs4/PLIST index 2550e549470d1..3ef0a0d2bb563 100644 --- a/lang/nodejs4/PLIST +++ b/lang/nodejs4/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2016/03/09 20:18:38 fhajny Exp $ +@comment $NetBSD: PLIST,v 1.4 2016/04/01 08:24:34 fhajny Exp $ bin/node bin/npm include/node/android-ifaddrs.h @@ -217,7 +217,6 @@ lib/node_modules/npm/html/doc/cli/npm-explore.html lib/node_modules/npm/html/doc/cli/npm-help-search.html lib/node_modules/npm/html/doc/cli/npm-help.html lib/node_modules/npm/html/doc/cli/npm-init.html -lib/node_modules/npm/html/doc/cli/npm-install-test.html lib/node_modules/npm/html/doc/cli/npm-install.html lib/node_modules/npm/html/doc/cli/npm-link.html lib/node_modules/npm/html/doc/cli/npm-logout.html @@ -389,7 +388,6 @@ lib/node_modules/npm/man/man1/npm-explore.1 lib/node_modules/npm/man/man1/npm-help-search.1 lib/node_modules/npm/man/man1/npm-help.1 lib/node_modules/npm/man/man1/npm-init.1 -lib/node_modules/npm/man/man1/npm-install-test.1 lib/node_modules/npm/man/man1/npm-install.1 lib/node_modules/npm/man/man1/npm-link.1 lib/node_modules/npm/man/man1/npm-logout.1 @@ -683,6 +681,7 @@ lib/node_modules/npm/node_modules/github-url-from-username-repo/index.js lib/node_modules/npm/node_modules/github-url-from-username-repo/package.json lib/node_modules/npm/node_modules/glob/LICENSE lib/node_modules/npm/node_modules/glob/README.md +lib/node_modules/npm/node_modules/glob/changelog.md lib/node_modules/npm/node_modules/glob/common.js lib/node_modules/npm/node_modules/glob/glob.js lib/node_modules/npm/node_modules/glob/node_modules/path-is-absolute/index.js @@ -1748,6 +1747,7 @@ lib/node_modules/npm/node_modules/realize-package-specifier/LICENSE lib/node_modules/npm/node_modules/realize-package-specifier/README.md lib/node_modules/npm/node_modules/realize-package-specifier/index.js lib/node_modules/npm/node_modules/realize-package-specifier/package.json +lib/node_modules/npm/node_modules/request/.eslintrc lib/node_modules/npm/node_modules/request/.npmignore lib/node_modules/npm/node_modules/request/.travis.yml lib/node_modules/npm/node_modules/request/CHANGELOG.md diff --git a/lang/nodejs4/distinfo b/lang/nodejs4/distinfo index 13002fbdb548f..07bc8f6f7bb58 100644 --- a/lang/nodejs4/distinfo +++ b/lang/nodejs4/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.9 2016/03/09 20:18:38 fhajny Exp $ +$NetBSD: distinfo,v 1.12 2016/05/06 09:33:56 fhajny Exp $ -SHA1 (node-v4.4.0.tar.gz) = 7950d352080ba16b11b1373f6451eede46794fb8 -RMD160 (node-v4.4.0.tar.gz) = f2ee0c7cc3b0f553c972ded045e6fe3eb8139212 -SHA512 (node-v4.4.0.tar.gz) = e18c895cf3170546bc326bb0b1a1f219cfa212e6cdc6c240477f6cef625c98bf0fe4d5de7817a7345e7cd63096572b8841902209da81b75afebd94313fec1a66 -Size (node-v4.4.0.tar.gz) = 22346977 bytes +SHA1 (node-v4.4.4.tar.gz) = 692b3c0793911eea4f78698b8a258f4ccd4e8cb1 +RMD160 (node-v4.4.4.tar.gz) = 4b5424c08b41c2a65534b5e28b6af762cec7cec7 +SHA512 (node-v4.4.4.tar.gz) = cda6b18a37ca891445a1e0f38ed7d795fbd4cacee98d5c91e90097627ac492743f796a048e54d8283712975eb70f70198f2a464403425487dae46100c8294ed6 +Size (node-v4.4.4.tar.gz) = 22585086 bytes SHA1 (patch-common.gypi) = 5b3a50617358637a6f910de28bb5a14f037317a6 SHA1 (patch-deps_cares_cares.gyp) = 2235eb44bc984fa2e745fdf1786f1ae6de6ef80f SHA1 (patch-deps_npm_node__modules_node-gyp_gyp_pylib_gyp_generator_make.py) = 78d6ddd37ae30e869e0da666a78baad86a638c50 diff --git a/lang/nqp/Makefile b/lang/nqp/Makefile index 1e191cf42d613..40cecc5adce49 100644 --- a/lang/nqp/Makefile +++ b/lang/nqp/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.9 2015/10/10 01:57:53 ryoon Exp $ +# $NetBSD: Makefile,v 1.10 2016/04/11 19:01:35 ryoon Exp $ DISTNAME= nqp-2013.08 -PKGREVISION= 7 +PKGREVISION= 8 CATEGORIES= lang perl6 MASTER_SITES= http://rakudo.org/downloads/nqp/ diff --git a/lang/nqp/buildlink3.mk b/lang/nqp/buildlink3.mk index 67894d6859563..5baf8dafe2a40 100644 --- a/lang/nqp/buildlink3.mk +++ b/lang/nqp/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.5 2015/04/06 08:17:15 adam Exp $ +# $NetBSD: buildlink3.mk,v 1.6 2016/04/11 19:01:35 ryoon Exp $ BUILDLINK_TREE+= nqp @@ -6,7 +6,7 @@ BUILDLINK_TREE+= nqp NQP_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.nqp+= nqp>=2013.08 -BUILDLINK_ABI_DEPENDS.nqp+= nqp>=2013.08nb5 +BUILDLINK_ABI_DEPENDS.nqp+= nqp>=2013.08nb8 BUILDLINK_PKGSRCDIR.nqp?= ../../lang/nqp .include "../../lang/parrot/buildlink3.mk" diff --git a/lang/ocaml/Makefile b/lang/ocaml/Makefile index c6991d8bf9727..bd53f8c5c23fe 100644 --- a/lang/ocaml/Makefile +++ b/lang/ocaml/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.102 2016/02/29 13:53:58 jperkin Exp $ +# $NetBSD: Makefile,v 1.103 2016/05/05 08:12:01 jaapb Exp $ .include "Makefile.common" -PKGREVISION= 3 #CONFIGURE_ARGS+= -no-tk #CONFIGURE_ARGS+= -cc ${CC} diff --git a/lang/ocaml/Makefile.common b/lang/ocaml/Makefile.common index 8ec8fa6bbbfc0..dcff5d46f024c 100644 --- a/lang/ocaml/Makefile.common +++ b/lang/ocaml/Makefile.common @@ -1,10 +1,10 @@ -# $NetBSD: Makefile.common,v 1.45 2015/09/07 12:02:05 jperkin Exp $ +# $NetBSD: Makefile.common,v 1.46 2016/05/05 08:12:01 jaapb Exp $ # used by x11/labltk/Makefile # used by x11/ocaml-graphics/Makefile -DISTNAME= ocaml-4.02.3 +DISTNAME= ocaml-4.03.0 CATEGORIES= lang -MASTER_SITES= http://caml.inria.fr/pub/distrib/ocaml-4.02/ +MASTER_SITES= http://caml.inria.fr/pub/distrib/ocaml-4.03/ #EXTRACT_SUFX= .tar.bz2 MAINTAINER= jaapb@NetBSD.org @@ -47,11 +47,7 @@ BDB_LINK= ${BDB_LIBS} BDB_LINK+= -L${BDBBASE}/lib ${COMPILER_RPATH_FLAG}${BDBBASE}/lib .endif -post-extract: cp-power-bsd cp-gnu-config - -.PHONY: cp-power-bsd -cp-power-bsd: - ${CP} ${WRKSRC}/asmrun/power-elf.S ${WRKSRC}/asmrun/power-bsd.S +post-extract: cp-gnu-config .PHONY: cp-gnu-config cp-gnu-config: diff --git a/lang/ocaml/PLIST b/lang/ocaml/PLIST index 4e356648f4820..49f713384b226 100644 --- a/lang/ocaml/PLIST +++ b/lang/ocaml/PLIST @@ -1,7 +1,5 @@ -@comment $NetBSD: PLIST,v 1.32 2015/09/30 13:49:50 fhajny Exp $ +@comment $NetBSD: PLIST,v 1.33 2016/05/05 08:12:01 jaapb Exp $ bin/ocaml -bin/ocamlbuild -bin/ocamlbuild.byte bin/ocamlc bin/ocamlcp bin/ocamldebug @@ -256,7 +254,6 @@ lib/ocaml/camlinternalFormat.mli lib/ocaml/camlinternalFormatBasics.cmi lib/ocaml/camlinternalFormatBasics.cmt lib/ocaml/camlinternalFormatBasics.cmti -lib/ocaml/camlinternalFormatBasics.cmx lib/ocaml/camlinternalFormatBasics.ml lib/ocaml/camlinternalFormatBasics.mli lib/ocaml/camlinternalLazy.cmi @@ -296,9 +293,18 @@ lib/ocaml/compiler-libs/CSE.cmt lib/ocaml/compiler-libs/CSEgen.cmi lib/ocaml/compiler-libs/CSEgen.cmt lib/ocaml/compiler-libs/CSEgen.cmti +lib/ocaml/compiler-libs/alias_analysis.cmi +lib/ocaml/compiler-libs/alias_analysis.cmt +lib/ocaml/compiler-libs/alias_analysis.cmti +lib/ocaml/compiler-libs/allocated_const.cmi +lib/ocaml/compiler-libs/allocated_const.cmt +lib/ocaml/compiler-libs/allocated_const.cmti lib/ocaml/compiler-libs/annot.cmi lib/ocaml/compiler-libs/annot.cmti lib/ocaml/compiler-libs/arch.cmt +lib/ocaml/compiler-libs/arg_helper.cmi +lib/ocaml/compiler-libs/arg_helper.cmt +lib/ocaml/compiler-libs/arg_helper.cmti lib/ocaml/compiler-libs/asmgen.cmt lib/ocaml/compiler-libs/asmgen.cmti lib/ocaml/compiler-libs/asmlibrarian.cmt @@ -310,11 +316,25 @@ lib/ocaml/compiler-libs/asmpackager.cmti lib/ocaml/compiler-libs/ast_helper.cmi lib/ocaml/compiler-libs/ast_helper.cmt lib/ocaml/compiler-libs/ast_helper.cmti +lib/ocaml/compiler-libs/ast_invariants.cmi +lib/ocaml/compiler-libs/ast_invariants.cmt +lib/ocaml/compiler-libs/ast_invariants.cmti +lib/ocaml/compiler-libs/ast_iterator.cmi +lib/ocaml/compiler-libs/ast_iterator.cmt +lib/ocaml/compiler-libs/ast_iterator.cmti lib/ocaml/compiler-libs/ast_mapper.cmi lib/ocaml/compiler-libs/ast_mapper.cmt lib/ocaml/compiler-libs/ast_mapper.cmti lib/ocaml/compiler-libs/asttypes.cmi lib/ocaml/compiler-libs/asttypes.cmti +lib/ocaml/compiler-libs/attr_helper.cmi +lib/ocaml/compiler-libs/attr_helper.cmt +lib/ocaml/compiler-libs/attr_helper.cmti +lib/ocaml/compiler-libs/augment_specialised_args.cmi +lib/ocaml/compiler-libs/augment_specialised_args.cmt +lib/ocaml/compiler-libs/augment_specialised_args.cmti +lib/ocaml/compiler-libs/backend_intf.cmi +lib/ocaml/compiler-libs/backend_intf.cmti lib/ocaml/compiler-libs/branch_relaxation.cmi lib/ocaml/compiler-libs/branch_relaxation.cmt lib/ocaml/compiler-libs/branch_relaxation.cmti @@ -323,6 +343,12 @@ lib/ocaml/compiler-libs/branch_relaxation_intf.cmt lib/ocaml/compiler-libs/btype.cmi lib/ocaml/compiler-libs/btype.cmt lib/ocaml/compiler-libs/btype.cmti +lib/ocaml/compiler-libs/build_export_info.cmi +lib/ocaml/compiler-libs/build_export_info.cmt +lib/ocaml/compiler-libs/build_export_info.cmti +lib/ocaml/compiler-libs/builtin_attributes.cmi +lib/ocaml/compiler-libs/builtin_attributes.cmt +lib/ocaml/compiler-libs/builtin_attributes.cmti lib/ocaml/compiler-libs/bytegen.cmi lib/ocaml/compiler-libs/bytegen.cmt lib/ocaml/compiler-libs/bytegen.cmti @@ -348,6 +374,21 @@ lib/ocaml/compiler-libs/clflags.cmt lib/ocaml/compiler-libs/clflags.cmti lib/ocaml/compiler-libs/closure.cmt lib/ocaml/compiler-libs/closure.cmti +lib/ocaml/compiler-libs/closure_conversion.cmi +lib/ocaml/compiler-libs/closure_conversion.cmt +lib/ocaml/compiler-libs/closure_conversion.cmti +lib/ocaml/compiler-libs/closure_conversion_aux.cmi +lib/ocaml/compiler-libs/closure_conversion_aux.cmt +lib/ocaml/compiler-libs/closure_conversion_aux.cmti +lib/ocaml/compiler-libs/closure_element.cmi +lib/ocaml/compiler-libs/closure_element.cmt +lib/ocaml/compiler-libs/closure_element.cmti +lib/ocaml/compiler-libs/closure_id.cmi +lib/ocaml/compiler-libs/closure_id.cmt +lib/ocaml/compiler-libs/closure_id.cmti +lib/ocaml/compiler-libs/closure_offsets.cmi +lib/ocaml/compiler-libs/closure_offsets.cmt +lib/ocaml/compiler-libs/closure_offsets.cmti lib/ocaml/compiler-libs/cmi_format.cmi lib/ocaml/compiler-libs/cmi_format.cmt lib/ocaml/compiler-libs/cmi_format.cmti @@ -369,6 +410,9 @@ lib/ocaml/compiler-libs/compenv.cmi lib/ocaml/compiler-libs/compenv.cmi lib/ocaml/compiler-libs/compenv.cmt lib/ocaml/compiler-libs/compenv.cmti +lib/ocaml/compiler-libs/compilation_unit.cmi +lib/ocaml/compiler-libs/compilation_unit.cmt +lib/ocaml/compiler-libs/compilation_unit.cmti lib/ocaml/compiler-libs/compile.cmi lib/ocaml/compiler-libs/compile.cmt lib/ocaml/compiler-libs/compile.cmti @@ -401,6 +445,9 @@ lib/ocaml/compiler-libs/dll.cmti lib/ocaml/compiler-libs/docstrings.cmi lib/ocaml/compiler-libs/docstrings.cmt lib/ocaml/compiler-libs/docstrings.cmti +lib/ocaml/compiler-libs/effect_analysis.cmi +lib/ocaml/compiler-libs/effect_analysis.cmt +lib/ocaml/compiler-libs/effect_analysis.cmti lib/ocaml/compiler-libs/emit.cmt lib/ocaml/compiler-libs/emit.cmti lib/ocaml/compiler-libs/emitaux.cmt @@ -418,14 +465,56 @@ lib/ocaml/compiler-libs/envaux.cmti lib/ocaml/compiler-libs/errors.cmi lib/ocaml/compiler-libs/errors.cmt lib/ocaml/compiler-libs/errors.cmti +lib/ocaml/compiler-libs/export_id.cmi +lib/ocaml/compiler-libs/export_id.cmt +lib/ocaml/compiler-libs/export_id.cmti +lib/ocaml/compiler-libs/export_info.cmi +lib/ocaml/compiler-libs/export_info.cmt +lib/ocaml/compiler-libs/export_info.cmti +lib/ocaml/compiler-libs/export_info_for_pack.cmi +lib/ocaml/compiler-libs/export_info_for_pack.cmt +lib/ocaml/compiler-libs/export_info_for_pack.cmti lib/ocaml/compiler-libs/expunge.cmi lib/ocaml/compiler-libs/expunge.cmt +lib/ocaml/compiler-libs/extract_projections.cmi +lib/ocaml/compiler-libs/extract_projections.cmt +lib/ocaml/compiler-libs/extract_projections.cmti +lib/ocaml/compiler-libs/find_recursive_functions.cmi +lib/ocaml/compiler-libs/find_recursive_functions.cmt +lib/ocaml/compiler-libs/find_recursive_functions.cmti +lib/ocaml/compiler-libs/flambda.cmi +lib/ocaml/compiler-libs/flambda.cmt +lib/ocaml/compiler-libs/flambda.cmti +lib/ocaml/compiler-libs/flambda_invariants.cmi +lib/ocaml/compiler-libs/flambda_invariants.cmt +lib/ocaml/compiler-libs/flambda_invariants.cmti +lib/ocaml/compiler-libs/flambda_iterators.cmi +lib/ocaml/compiler-libs/flambda_iterators.cmt +lib/ocaml/compiler-libs/flambda_iterators.cmti +lib/ocaml/compiler-libs/flambda_to_clambda.cmi +lib/ocaml/compiler-libs/flambda_to_clambda.cmt +lib/ocaml/compiler-libs/flambda_to_clambda.cmti +lib/ocaml/compiler-libs/flambda_utils.cmi +lib/ocaml/compiler-libs/flambda_utils.cmt +lib/ocaml/compiler-libs/flambda_utils.cmti +lib/ocaml/compiler-libs/freshening.cmi +lib/ocaml/compiler-libs/freshening.cmt +lib/ocaml/compiler-libs/freshening.cmti lib/ocaml/compiler-libs/genprintval.cmi lib/ocaml/compiler-libs/genprintval.cmt lib/ocaml/compiler-libs/genprintval.cmti +lib/ocaml/compiler-libs/id_types.cmi +lib/ocaml/compiler-libs/id_types.cmt +lib/ocaml/compiler-libs/id_types.cmti lib/ocaml/compiler-libs/ident.cmi lib/ocaml/compiler-libs/ident.cmt lib/ocaml/compiler-libs/ident.cmti +lib/ocaml/compiler-libs/identifiable.cmi +lib/ocaml/compiler-libs/identifiable.cmt +lib/ocaml/compiler-libs/identifiable.cmti +lib/ocaml/compiler-libs/import_approx.cmi +lib/ocaml/compiler-libs/import_approx.cmt +lib/ocaml/compiler-libs/import_approx.cmti lib/ocaml/compiler-libs/includeclass.cmi lib/ocaml/compiler-libs/includeclass.cmt lib/ocaml/compiler-libs/includeclass.cmti @@ -435,19 +524,63 @@ lib/ocaml/compiler-libs/includecore.cmti lib/ocaml/compiler-libs/includemod.cmi lib/ocaml/compiler-libs/includemod.cmt lib/ocaml/compiler-libs/includemod.cmti +lib/ocaml/compiler-libs/inconstant_idents.cmi +lib/ocaml/compiler-libs/inconstant_idents.cmt +lib/ocaml/compiler-libs/inconstant_idents.cmti +lib/ocaml/compiler-libs/initialize_symbol_to_let_symbol.cmi +lib/ocaml/compiler-libs/initialize_symbol_to_let_symbol.cmt +lib/ocaml/compiler-libs/initialize_symbol_to_let_symbol.cmti +lib/ocaml/compiler-libs/inline_and_simplify.cmi +lib/ocaml/compiler-libs/inline_and_simplify.cmt +lib/ocaml/compiler-libs/inline_and_simplify.cmti +lib/ocaml/compiler-libs/inline_and_simplify_aux.cmi +lib/ocaml/compiler-libs/inline_and_simplify_aux.cmt +lib/ocaml/compiler-libs/inline_and_simplify_aux.cmti +lib/ocaml/compiler-libs/inlining_cost.cmi +lib/ocaml/compiler-libs/inlining_cost.cmt +lib/ocaml/compiler-libs/inlining_cost.cmti +lib/ocaml/compiler-libs/inlining_decision.cmi +lib/ocaml/compiler-libs/inlining_decision.cmt +lib/ocaml/compiler-libs/inlining_decision.cmti +lib/ocaml/compiler-libs/inlining_decision_intf.cmi +lib/ocaml/compiler-libs/inlining_decision_intf.cmti +lib/ocaml/compiler-libs/inlining_stats.cmi +lib/ocaml/compiler-libs/inlining_stats.cmt +lib/ocaml/compiler-libs/inlining_stats.cmti +lib/ocaml/compiler-libs/inlining_stats_types.cmi +lib/ocaml/compiler-libs/inlining_stats_types.cmt +lib/ocaml/compiler-libs/inlining_stats_types.cmti +lib/ocaml/compiler-libs/inlining_transforms.cmi +lib/ocaml/compiler-libs/inlining_transforms.cmt +lib/ocaml/compiler-libs/inlining_transforms.cmti lib/ocaml/compiler-libs/instruct.cmi lib/ocaml/compiler-libs/instruct.cmt lib/ocaml/compiler-libs/instruct.cmti lib/ocaml/compiler-libs/interf.cmt lib/ocaml/compiler-libs/interf.cmti +lib/ocaml/compiler-libs/invariant_params.cmi +lib/ocaml/compiler-libs/invariant_params.cmt +lib/ocaml/compiler-libs/invariant_params.cmti lib/ocaml/compiler-libs/lambda.cmi lib/ocaml/compiler-libs/lambda.cmt lib/ocaml/compiler-libs/lambda.cmti lib/ocaml/compiler-libs/lexer.cmi lib/ocaml/compiler-libs/lexer.cmt lib/ocaml/compiler-libs/lexer.cmti +lib/ocaml/compiler-libs/lift_code.cmi +lib/ocaml/compiler-libs/lift_code.cmt +lib/ocaml/compiler-libs/lift_code.cmti +lib/ocaml/compiler-libs/lift_constants.cmi +lib/ocaml/compiler-libs/lift_constants.cmt +lib/ocaml/compiler-libs/lift_constants.cmti +lib/ocaml/compiler-libs/lift_let_to_initialize_symbol.cmi +lib/ocaml/compiler-libs/lift_let_to_initialize_symbol.cmt +lib/ocaml/compiler-libs/lift_let_to_initialize_symbol.cmti lib/ocaml/compiler-libs/linearize.cmt lib/ocaml/compiler-libs/linearize.cmti +lib/ocaml/compiler-libs/linkage_name.cmi +lib/ocaml/compiler-libs/linkage_name.cmt +lib/ocaml/compiler-libs/linkage_name.cmti lib/ocaml/compiler-libs/liveness.cmt lib/ocaml/compiler-libs/liveness.cmti lib/ocaml/compiler-libs/location.cmi @@ -471,12 +604,21 @@ lib/ocaml/compiler-libs/matching.cmti lib/ocaml/compiler-libs/meta.cmi lib/ocaml/compiler-libs/meta.cmt lib/ocaml/compiler-libs/meta.cmti +lib/ocaml/compiler-libs/middle_end.cmi +lib/ocaml/compiler-libs/middle_end.cmt +lib/ocaml/compiler-libs/middle_end.cmti lib/ocaml/compiler-libs/misc.cmi lib/ocaml/compiler-libs/misc.cmt lib/ocaml/compiler-libs/misc.cmti lib/ocaml/compiler-libs/mtype.cmi lib/ocaml/compiler-libs/mtype.cmt lib/ocaml/compiler-libs/mtype.cmti +lib/ocaml/compiler-libs/mutable_variable.cmi +lib/ocaml/compiler-libs/mutable_variable.cmt +lib/ocaml/compiler-libs/mutable_variable.cmti +lib/ocaml/compiler-libs/numbers.cmi +lib/ocaml/compiler-libs/numbers.cmt +lib/ocaml/compiler-libs/numbers.cmti lib/ocaml/compiler-libs/ocamlbytecomp.cma lib/ocaml/compiler-libs/ocamlcommon.cma lib/ocaml/compiler-libs/ocamloptcomp.cma @@ -505,6 +647,9 @@ lib/ocaml/compiler-libs/parser.cmt lib/ocaml/compiler-libs/parser.cmti lib/ocaml/compiler-libs/parsetree.cmi lib/ocaml/compiler-libs/parsetree.cmti +lib/ocaml/compiler-libs/pass_wrapper.cmi +lib/ocaml/compiler-libs/pass_wrapper.cmt +lib/ocaml/compiler-libs/pass_wrapper.cmti lib/ocaml/compiler-libs/path.cmi lib/ocaml/compiler-libs/path.cmt lib/ocaml/compiler-libs/path.cmti @@ -546,12 +691,30 @@ lib/ocaml/compiler-libs/printtyped.cmt lib/ocaml/compiler-libs/printtyped.cmti lib/ocaml/compiler-libs/proc.cmt lib/ocaml/compiler-libs/proc.cmti +lib/ocaml/compiler-libs/projection.cmi +lib/ocaml/compiler-libs/projection.cmt +lib/ocaml/compiler-libs/projection.cmti +lib/ocaml/compiler-libs/ref_to_variables.cmi +lib/ocaml/compiler-libs/ref_to_variables.cmt +lib/ocaml/compiler-libs/ref_to_variables.cmti lib/ocaml/compiler-libs/reg.cmt lib/ocaml/compiler-libs/reg.cmti lib/ocaml/compiler-libs/reload.cmt lib/ocaml/compiler-libs/reload.cmti lib/ocaml/compiler-libs/reloadgen.cmt lib/ocaml/compiler-libs/reloadgen.cmti +lib/ocaml/compiler-libs/remove_free_vars_equal_to_args.cmi +lib/ocaml/compiler-libs/remove_free_vars_equal_to_args.cmt +lib/ocaml/compiler-libs/remove_free_vars_equal_to_args.cmti +lib/ocaml/compiler-libs/remove_unused_arguments.cmi +lib/ocaml/compiler-libs/remove_unused_arguments.cmt +lib/ocaml/compiler-libs/remove_unused_arguments.cmti +lib/ocaml/compiler-libs/remove_unused_closure_vars.cmi +lib/ocaml/compiler-libs/remove_unused_closure_vars.cmt +lib/ocaml/compiler-libs/remove_unused_closure_vars.cmti +lib/ocaml/compiler-libs/remove_unused_program_constructs.cmi +lib/ocaml/compiler-libs/remove_unused_program_constructs.cmt +lib/ocaml/compiler-libs/remove_unused_program_constructs.cmti lib/ocaml/compiler-libs/runtimedef.cmi lib/ocaml/compiler-libs/runtimedef.cmt lib/ocaml/compiler-libs/runtimedef.cmti @@ -563,16 +726,48 @@ lib/ocaml/compiler-libs/selectgen.cmt lib/ocaml/compiler-libs/selectgen.cmti lib/ocaml/compiler-libs/selection.cmt lib/ocaml/compiler-libs/selection.cmti +lib/ocaml/compiler-libs/semantics_of_primitives.cmi +lib/ocaml/compiler-libs/semantics_of_primitives.cmt +lib/ocaml/compiler-libs/semantics_of_primitives.cmti +lib/ocaml/compiler-libs/set_of_closures_id.cmi +lib/ocaml/compiler-libs/set_of_closures_id.cmt +lib/ocaml/compiler-libs/set_of_closures_id.cmti +lib/ocaml/compiler-libs/set_of_closures_origin.cmi +lib/ocaml/compiler-libs/set_of_closures_origin.cmt +lib/ocaml/compiler-libs/set_of_closures_origin.cmti +lib/ocaml/compiler-libs/share_constants.cmi +lib/ocaml/compiler-libs/share_constants.cmt +lib/ocaml/compiler-libs/share_constants.cmti +lib/ocaml/compiler-libs/simple_value_approx.cmi +lib/ocaml/compiler-libs/simple_value_approx.cmt +lib/ocaml/compiler-libs/simple_value_approx.cmti lib/ocaml/compiler-libs/simplif.cmi lib/ocaml/compiler-libs/simplif.cmt lib/ocaml/compiler-libs/simplif.cmti +lib/ocaml/compiler-libs/simplify_boxed_integer_ops.cmi +lib/ocaml/compiler-libs/simplify_boxed_integer_ops.cmt +lib/ocaml/compiler-libs/simplify_boxed_integer_ops.cmti +lib/ocaml/compiler-libs/simplify_boxed_integer_ops_intf.cmi +lib/ocaml/compiler-libs/simplify_boxed_integer_ops_intf.cmti +lib/ocaml/compiler-libs/simplify_common.cmi +lib/ocaml/compiler-libs/simplify_common.cmt +lib/ocaml/compiler-libs/simplify_common.cmti +lib/ocaml/compiler-libs/simplify_primitives.cmi +lib/ocaml/compiler-libs/simplify_primitives.cmt +lib/ocaml/compiler-libs/simplify_primitives.cmti lib/ocaml/compiler-libs/spill.cmt lib/ocaml/compiler-libs/spill.cmti lib/ocaml/compiler-libs/split.cmt lib/ocaml/compiler-libs/split.cmti +lib/ocaml/compiler-libs/static_exception.cmi +lib/ocaml/compiler-libs/static_exception.cmt +lib/ocaml/compiler-libs/static_exception.cmti lib/ocaml/compiler-libs/strmatch.cmi lib/ocaml/compiler-libs/strmatch.cmt lib/ocaml/compiler-libs/strmatch.cmti +lib/ocaml/compiler-libs/strongly_connected_components.cmi +lib/ocaml/compiler-libs/strongly_connected_components.cmt +lib/ocaml/compiler-libs/strongly_connected_components.cmti lib/ocaml/compiler-libs/stypes.cmi lib/ocaml/compiler-libs/stypes.cmt lib/ocaml/compiler-libs/stypes.cmti @@ -582,18 +777,30 @@ lib/ocaml/compiler-libs/subst.cmti lib/ocaml/compiler-libs/switch.cmi lib/ocaml/compiler-libs/switch.cmt lib/ocaml/compiler-libs/switch.cmti +lib/ocaml/compiler-libs/symbol.cmi +lib/ocaml/compiler-libs/symbol.cmt +lib/ocaml/compiler-libs/symbol.cmti lib/ocaml/compiler-libs/symtable.cmi lib/ocaml/compiler-libs/symtable.cmt lib/ocaml/compiler-libs/symtable.cmti lib/ocaml/compiler-libs/syntaxerr.cmi lib/ocaml/compiler-libs/syntaxerr.cmt lib/ocaml/compiler-libs/syntaxerr.cmti +lib/ocaml/compiler-libs/tag.cmi +lib/ocaml/compiler-libs/tag.cmt +lib/ocaml/compiler-libs/tag.cmti +lib/ocaml/compiler-libs/tast_mapper.cmi +lib/ocaml/compiler-libs/tast_mapper.cmt +lib/ocaml/compiler-libs/tast_mapper.cmti lib/ocaml/compiler-libs/tbl.cmi lib/ocaml/compiler-libs/tbl.cmt lib/ocaml/compiler-libs/tbl.cmti lib/ocaml/compiler-libs/terminfo.cmi lib/ocaml/compiler-libs/terminfo.cmt lib/ocaml/compiler-libs/terminfo.cmti +lib/ocaml/compiler-libs/timings.cmi +lib/ocaml/compiler-libs/timings.cmt +lib/ocaml/compiler-libs/timings.cmti lib/ocaml/compiler-libs/topdirs.cmi lib/ocaml/compiler-libs/topdirs.cmt lib/ocaml/compiler-libs/topdirs.cmti @@ -609,6 +816,9 @@ lib/ocaml/compiler-libs/topstart.cmt lib/ocaml/compiler-libs/trace.cmi lib/ocaml/compiler-libs/trace.cmt lib/ocaml/compiler-libs/trace.cmti +lib/ocaml/compiler-libs/translattribute.cmi +lib/ocaml/compiler-libs/translattribute.cmt +lib/ocaml/compiler-libs/translattribute.cmti lib/ocaml/compiler-libs/translclass.cmi lib/ocaml/compiler-libs/translclass.cmt lib/ocaml/compiler-libs/translclass.cmti @@ -653,9 +863,44 @@ lib/ocaml/compiler-libs/types.cmti lib/ocaml/compiler-libs/typetexp.cmi lib/ocaml/compiler-libs/typetexp.cmt lib/ocaml/compiler-libs/typetexp.cmti +lib/ocaml/compiler-libs/un_anf.cmi +lib/ocaml/compiler-libs/un_anf.cmt +lib/ocaml/compiler-libs/un_anf.cmti +lib/ocaml/compiler-libs/unbox_closures.cmi +lib/ocaml/compiler-libs/unbox_closures.cmt +lib/ocaml/compiler-libs/unbox_closures.cmti +lib/ocaml/compiler-libs/unbox_free_vars_of_closures.cmi +lib/ocaml/compiler-libs/unbox_free_vars_of_closures.cmt +lib/ocaml/compiler-libs/unbox_free_vars_of_closures.cmti +lib/ocaml/compiler-libs/unbox_specialised_args.cmi +lib/ocaml/compiler-libs/unbox_specialised_args.cmt +lib/ocaml/compiler-libs/unbox_specialised_args.cmti +lib/ocaml/compiler-libs/untypeast.cmi +lib/ocaml/compiler-libs/untypeast.cmt +lib/ocaml/compiler-libs/untypeast.cmti +lib/ocaml/compiler-libs/var_within_closure.cmi +lib/ocaml/compiler-libs/var_within_closure.cmt +lib/ocaml/compiler-libs/var_within_closure.cmti +lib/ocaml/compiler-libs/variable.cmi +lib/ocaml/compiler-libs/variable.cmt +lib/ocaml/compiler-libs/variable.cmti lib/ocaml/compiler-libs/warnings.cmi lib/ocaml/compiler-libs/warnings.cmt lib/ocaml/compiler-libs/warnings.cmti +lib/ocaml/compiler-libs/x86_ast.cmi +lib/ocaml/compiler-libs/x86_ast.cmti +lib/ocaml/compiler-libs/x86_dsl.cmi +lib/ocaml/compiler-libs/x86_dsl.cmt +lib/ocaml/compiler-libs/x86_dsl.cmti +lib/ocaml/compiler-libs/x86_gas.cmi +lib/ocaml/compiler-libs/x86_gas.cmt +lib/ocaml/compiler-libs/x86_gas.cmti +lib/ocaml/compiler-libs/x86_masm.cmi +lib/ocaml/compiler-libs/x86_masm.cmt +lib/ocaml/compiler-libs/x86_masm.cmti +lib/ocaml/compiler-libs/x86_proc.cmi +lib/ocaml/compiler-libs/x86_proc.cmt +lib/ocaml/compiler-libs/x86_proc.cmti lib/ocaml/complex.cmi lib/ocaml/complex.cmt lib/ocaml/complex.cmti @@ -670,6 +915,12 @@ lib/ocaml/digest.mli lib/ocaml/dynlink.cma lib/ocaml/dynlink.cmi lib/ocaml/dynlink.mli +lib/ocaml/ephemeron.cmi +lib/ocaml/ephemeron.cmt +lib/ocaml/ephemeron.cmti +lib/ocaml/ephemeron.ml +lib/ocaml/ephemeron.mli +lib/ocaml/ephemeron.p.cmt lib/ocaml/event.mli lib/ocaml/expunge lib/ocaml/extract_crc @@ -769,12 +1020,6 @@ lib/ocaml/obj.cmti lib/ocaml/obj.ml lib/ocaml/obj.mli lib/ocaml/objinfo_helper -lib/ocaml/ocamlbuild/ocamlbuild.cmo -lib/ocaml/ocamlbuild/ocamlbuild_executor.cmi -lib/ocaml/ocamlbuild/ocamlbuild_pack.cmi -lib/ocaml/ocamlbuild/ocamlbuild_plugin.cmi -lib/ocaml/ocamlbuild/ocamlbuild_unix_plugin.cmi -lib/ocaml/ocamlbuild/ocamlbuildlib.cma lib/ocaml/ocamldoc/ocamldoc.hva lib/ocaml/ocamldoc/odoc.cmi lib/ocaml/ocamldoc/odoc_analyse.cmi @@ -927,6 +1172,12 @@ lib/ocaml/threads/thread.cmi lib/ocaml/threads/threadUnix.cmi lib/ocaml/threads/threads.cma lib/ocaml/topdirs.cmi +lib/ocaml/uchar.cmi +lib/ocaml/uchar.cmt +lib/ocaml/uchar.cmti +lib/ocaml/uchar.ml +lib/ocaml/uchar.mli +lib/ocaml/uchar.p.cmt lib/ocaml/unix.cma lib/ocaml/unix.cmi lib/ocaml/unix.mli @@ -966,3 +1217,24 @@ man/man1/ocamloptp.1 man/man1/ocamlprof.1 man/man1/ocamlrun.1 man/man1/ocamlyacc.1 +lib/ocaml/man/man3/Ast_helper.Const.3 +lib/ocaml/man/man3/Ast_invariants.3 +lib/ocaml/man/man3/Ast_iterator.3 +lib/ocaml/man/man3/Attr_helper.3 +lib/ocaml/man/man3/Builtin_attributes.3 +lib/ocaml/man/man3/Ephemeron.3 +lib/ocaml/man/man3/Ephemeron.GenHashTable.3 +lib/ocaml/man/man3/Ephemeron.GenHashTable.MakeSeeded.3 +lib/ocaml/man/man3/Ephemeron.K1.3 +lib/ocaml/man/man3/Ephemeron.K1.Make.3 +lib/ocaml/man/man3/Ephemeron.K1.MakeSeeded.3 +lib/ocaml/man/man3/Ephemeron.K2.3 +lib/ocaml/man/man3/Ephemeron.K2.Make.3 +lib/ocaml/man/man3/Ephemeron.K2.MakeSeeded.3 +lib/ocaml/man/man3/Ephemeron.Kn.3 +lib/ocaml/man/man3/Ephemeron.Kn.Make.3 +lib/ocaml/man/man3/Ephemeron.Kn.MakeSeeded.3 +lib/ocaml/man/man3/Ephemeron.S.3 +lib/ocaml/man/man3/Ephemeron.SeededS.3 +lib/ocaml/man/man3/Obj.Ephemeron.3 +lib/ocaml/man/man3/Uchar.3 diff --git a/lang/ocaml/PLIST.opt b/lang/ocaml/PLIST.opt index 6b01640819e37..f11ee2a09c29f 100644 --- a/lang/ocaml/PLIST.opt +++ b/lang/ocaml/PLIST.opt @@ -1,5 +1,4 @@ -@comment $NetBSD: PLIST.opt,v 1.23 2015/06/30 11:08:47 jaapb Exp $ -bin/ocamlbuild.native +@comment $NetBSD: PLIST.opt,v 1.24 2016/05/05 08:12:01 jaapb Exp $ bin/ocamlc.opt bin/ocamldep.opt bin/ocamldoc.opt @@ -21,108 +20,205 @@ lib/ocaml/bytes.cmx lib/ocaml/bytesLabels.cmx lib/ocaml/callback.cmx lib/ocaml/camlinternalFormat.cmx +lib/ocaml/camlinternalFormatBasics.cmx lib/ocaml/camlinternalLazy.cmx lib/ocaml/camlinternalMod.cmx lib/ocaml/camlinternalOO.cmx lib/ocaml/char.cmx lib/ocaml/complex.cmx +lib/ocaml/compiler-libs/CSE.cmx +lib/ocaml/compiler-libs/CSEgen.cmx lib/ocaml/compiler-libs/arch.cmi +lib/ocaml/compiler-libs/arch.cmx +lib/ocaml/compiler-libs/arg_helper.cmx lib/ocaml/compiler-libs/asmgen.cmi +lib/ocaml/compiler-libs/asmgen.cmx lib/ocaml/compiler-libs/asmlibrarian.cmi +lib/ocaml/compiler-libs/asmlibrarian.cmx lib/ocaml/compiler-libs/asmlink.cmi +lib/ocaml/compiler-libs/asmlink.cmx lib/ocaml/compiler-libs/asmpackager.cmi +lib/ocaml/compiler-libs/asmpackager.cmx +lib/ocaml/compiler-libs/ast_helper.cmx +lib/ocaml/compiler-libs/ast_invariants.cmx +lib/ocaml/compiler-libs/ast_iterator.cmx +lib/ocaml/compiler-libs/ast_mapper.cmx +lib/ocaml/compiler-libs/attr_helper.cmx +lib/ocaml/compiler-libs/branch_relaxation.cmx +lib/ocaml/compiler-libs/branch_relaxation_intf.cmx +lib/ocaml/compiler-libs/btype.cmx +lib/ocaml/compiler-libs/build_export_info.cmx +lib/ocaml/compiler-libs/builtin_attributes.cmx +lib/ocaml/compiler-libs/bytegen.cmx +lib/ocaml/compiler-libs/bytelibrarian.cmx +lib/ocaml/compiler-libs/bytelink.cmx +lib/ocaml/compiler-libs/bytepackager.cmx +lib/ocaml/compiler-libs/bytesections.cmx +lib/ocaml/compiler-libs/ccomp.cmx lib/ocaml/compiler-libs/clambda.cmi +lib/ocaml/compiler-libs/clambda.cmx +lib/ocaml/compiler-libs/clflags.cmx lib/ocaml/compiler-libs/closure.cmi +lib/ocaml/compiler-libs/closure.cmx +lib/ocaml/compiler-libs/closure_offsets.cmx +lib/ocaml/compiler-libs/cmi_format.cmx lib/ocaml/compiler-libs/cmm.cmi +lib/ocaml/compiler-libs/cmm.cmx lib/ocaml/compiler-libs/cmmgen.cmi +lib/ocaml/compiler-libs/cmmgen.cmx +lib/ocaml/compiler-libs/cmt_format.cmx lib/ocaml/compiler-libs/cmx_format.cmi lib/ocaml/compiler-libs/coloring.cmi +lib/ocaml/compiler-libs/coloring.cmx lib/ocaml/compiler-libs/comballoc.cmi +lib/ocaml/compiler-libs/comballoc.cmx +lib/ocaml/compiler-libs/compenv.cmx +lib/ocaml/compiler-libs/compile.cmx lib/ocaml/compiler-libs/compilenv.cmi +lib/ocaml/compiler-libs/compilenv.cmx +lib/ocaml/compiler-libs/compmisc.cmx +lib/ocaml/compiler-libs/config.cmx +lib/ocaml/compiler-libs/consistbl.cmx +lib/ocaml/compiler-libs/ctype.cmx +lib/ocaml/compiler-libs/datarepr.cmx +lib/ocaml/compiler-libs/deadcode.cmx lib/ocaml/compiler-libs/debuginfo.cmi +lib/ocaml/compiler-libs/debuginfo.cmx +lib/ocaml/compiler-libs/dll.cmx +lib/ocaml/compiler-libs/docstrings.cmx lib/ocaml/compiler-libs/emit.cmi +lib/ocaml/compiler-libs/emit.cmx lib/ocaml/compiler-libs/emitaux.cmi +lib/ocaml/compiler-libs/emitaux.cmx +lib/ocaml/compiler-libs/emitcode.cmx +lib/ocaml/compiler-libs/env.cmx +lib/ocaml/compiler-libs/envaux.cmx +lib/ocaml/compiler-libs/errors.cmx +lib/ocaml/compiler-libs/export_info.cmx +lib/ocaml/compiler-libs/export_info_for_pack.cmx +lib/ocaml/compiler-libs/flambda_to_clambda.cmx +lib/ocaml/compiler-libs/ident.cmx +lib/ocaml/compiler-libs/identifiable.cmx +lib/ocaml/compiler-libs/import_approx.cmx +lib/ocaml/compiler-libs/includeclass.cmx +lib/ocaml/compiler-libs/includecore.cmx +lib/ocaml/compiler-libs/includemod.cmx +lib/ocaml/compiler-libs/instruct.cmx lib/ocaml/compiler-libs/interf.cmi +lib/ocaml/compiler-libs/interf.cmx +lib/ocaml/compiler-libs/lambda.cmx +lib/ocaml/compiler-libs/lexer.cmx lib/ocaml/compiler-libs/linearize.cmi +lib/ocaml/compiler-libs/linearize.cmx lib/ocaml/compiler-libs/liveness.cmi +lib/ocaml/compiler-libs/liveness.cmx +lib/ocaml/compiler-libs/location.cmx +lib/ocaml/compiler-libs/longident.cmx lib/ocaml/compiler-libs/mach.cmi +lib/ocaml/compiler-libs/mach.cmx lib/ocaml/compiler-libs/main.cmx lib/ocaml/compiler-libs/main.o +lib/ocaml/compiler-libs/main_args.cmx +lib/ocaml/compiler-libs/matching.cmx +lib/ocaml/compiler-libs/meta.cmx +lib/ocaml/compiler-libs/misc.cmx +lib/ocaml/compiler-libs/mtype.cmx +lib/ocaml/compiler-libs/numbers.cmx lib/ocaml/compiler-libs/ocamlbytecomp.a lib/ocaml/compiler-libs/ocamlbytecomp.cmxa lib/ocaml/compiler-libs/ocamlcommon.a lib/ocaml/compiler-libs/ocamlcommon.cmxa lib/ocaml/compiler-libs/ocamloptcomp.a lib/ocaml/compiler-libs/ocamloptcomp.cmxa +lib/ocaml/compiler-libs/opcodes.cmx +lib/ocaml/compiler-libs/oprint.cmx lib/ocaml/compiler-libs/optcompile.cmi +lib/ocaml/compiler-libs/optcompile.cmx lib/ocaml/compiler-libs/opterrors.cmi +lib/ocaml/compiler-libs/opterrors.cmx lib/ocaml/compiler-libs/optmain.cmi lib/ocaml/compiler-libs/optmain.cmo lib/ocaml/compiler-libs/optmain.cmx lib/ocaml/compiler-libs/optmain.o +lib/ocaml/compiler-libs/parmatch.cmx +lib/ocaml/compiler-libs/parse.cmx +lib/ocaml/compiler-libs/parser.cmx +lib/ocaml/compiler-libs/path.cmx +lib/ocaml/compiler-libs/pparse.cmx +lib/ocaml/compiler-libs/pprintast.cmx +lib/ocaml/compiler-libs/predef.cmx +lib/ocaml/compiler-libs/primitive.cmx +lib/ocaml/compiler-libs/printast.cmx lib/ocaml/compiler-libs/printclambda.cmi +lib/ocaml/compiler-libs/printclambda.cmx lib/ocaml/compiler-libs/printcmm.cmi +lib/ocaml/compiler-libs/printcmm.cmx +lib/ocaml/compiler-libs/printinstr.cmx +lib/ocaml/compiler-libs/printlambda.cmx lib/ocaml/compiler-libs/printlinear.cmi +lib/ocaml/compiler-libs/printlinear.cmx lib/ocaml/compiler-libs/printmach.cmi +lib/ocaml/compiler-libs/printmach.cmx +lib/ocaml/compiler-libs/printtyp.cmx +lib/ocaml/compiler-libs/printtyped.cmx lib/ocaml/compiler-libs/proc.cmi +lib/ocaml/compiler-libs/proc.cmx lib/ocaml/compiler-libs/reg.cmi +lib/ocaml/compiler-libs/reg.cmx lib/ocaml/compiler-libs/reload.cmi +lib/ocaml/compiler-libs/reload.cmx lib/ocaml/compiler-libs/reloadgen.cmi +lib/ocaml/compiler-libs/reloadgen.cmx +lib/ocaml/compiler-libs/runtimedef.cmx lib/ocaml/compiler-libs/schedgen.cmi +lib/ocaml/compiler-libs/schedgen.cmx lib/ocaml/compiler-libs/scheduling.cmi +lib/ocaml/compiler-libs/scheduling.cmx lib/ocaml/compiler-libs/selectgen.cmi +lib/ocaml/compiler-libs/selectgen.cmx lib/ocaml/compiler-libs/selection.cmi +lib/ocaml/compiler-libs/selection.cmx +lib/ocaml/compiler-libs/simplif.cmx lib/ocaml/compiler-libs/spill.cmi +lib/ocaml/compiler-libs/spill.cmx lib/ocaml/compiler-libs/split.cmi -lib/ocaml/compiler-libs/arch.cmi -lib/ocaml/compiler-libs/asmgen.cmi -lib/ocaml/compiler-libs/asmlibrarian.cmi -lib/ocaml/compiler-libs/asmlink.cmi -lib/ocaml/compiler-libs/asmpackager.cmi -lib/ocaml/compiler-libs/clambda.cmi -lib/ocaml/compiler-libs/closure.cmi -lib/ocaml/compiler-libs/cmm.cmi -lib/ocaml/compiler-libs/cmmgen.cmi -lib/ocaml/compiler-libs/cmx_format.cmi -lib/ocaml/compiler-libs/coloring.cmi -lib/ocaml/compiler-libs/comballoc.cmi -lib/ocaml/compiler-libs/compilenv.cmi -lib/ocaml/compiler-libs/debuginfo.cmi -lib/ocaml/compiler-libs/emit.cmi -lib/ocaml/compiler-libs/emitaux.cmi -lib/ocaml/compiler-libs/interf.cmi -lib/ocaml/compiler-libs/linearize.cmi -lib/ocaml/compiler-libs/liveness.cmi -lib/ocaml/compiler-libs/mach.cmi -lib/ocaml/compiler-libs/main.cmx -lib/ocaml/compiler-libs/main.o -lib/ocaml/compiler-libs/ocamlbytecomp.a -lib/ocaml/compiler-libs/ocamlbytecomp.cmxa -lib/ocaml/compiler-libs/ocamlcommon.a -lib/ocaml/compiler-libs/ocamlcommon.cmxa -lib/ocaml/compiler-libs/ocamloptcomp.a -lib/ocaml/compiler-libs/ocamloptcomp.cmxa -lib/ocaml/compiler-libs/optcompile.cmi -lib/ocaml/compiler-libs/opterrors.cmi -lib/ocaml/compiler-libs/optmain.cmi -lib/ocaml/compiler-libs/optmain.cmo -lib/ocaml/compiler-libs/optmain.cmx -lib/ocaml/compiler-libs/optmain.o -lib/ocaml/compiler-libs/printclambda.cmi -lib/ocaml/compiler-libs/printcmm.cmi -lib/ocaml/compiler-libs/printlinear.cmi -lib/ocaml/compiler-libs/printmach.cmi -lib/ocaml/compiler-libs/proc.cmi -lib/ocaml/compiler-libs/reg.cmi -lib/ocaml/compiler-libs/reload.cmi -lib/ocaml/compiler-libs/reloadgen.cmi -lib/ocaml/compiler-libs/schedgen.cmi -lib/ocaml/compiler-libs/scheduling.cmi -lib/ocaml/compiler-libs/selectgen.cmi -lib/ocaml/compiler-libs/selection.cmi -lib/ocaml/compiler-libs/spill.cmi -lib/ocaml/compiler-libs/split.cmi +lib/ocaml/compiler-libs/split.cmx +lib/ocaml/compiler-libs/strmatch.cmx +lib/ocaml/compiler-libs/strongly_connected_components.cmx +lib/ocaml/compiler-libs/stypes.cmx +lib/ocaml/compiler-libs/subst.cmx +lib/ocaml/compiler-libs/switch.cmx +lib/ocaml/compiler-libs/symtable.cmx +lib/ocaml/compiler-libs/syntaxerr.cmx +lib/ocaml/compiler-libs/tast_mapper.cmx +lib/ocaml/compiler-libs/tbl.cmx +lib/ocaml/compiler-libs/terminfo.cmx +lib/ocaml/compiler-libs/timings.cmx +lib/ocaml/compiler-libs/translattribute.cmx +lib/ocaml/compiler-libs/translclass.cmx +lib/ocaml/compiler-libs/translcore.cmx +lib/ocaml/compiler-libs/translmod.cmx +lib/ocaml/compiler-libs/translobj.cmx +lib/ocaml/compiler-libs/typeclass.cmx +lib/ocaml/compiler-libs/typecore.cmx +lib/ocaml/compiler-libs/typedecl.cmx +lib/ocaml/compiler-libs/typedtree.cmx +lib/ocaml/compiler-libs/typedtreeIter.cmx +lib/ocaml/compiler-libs/typedtreeMap.cmx +lib/ocaml/compiler-libs/typemod.cmx +lib/ocaml/compiler-libs/typeopt.cmx +lib/ocaml/compiler-libs/types.cmx +lib/ocaml/compiler-libs/typetexp.cmx +lib/ocaml/compiler-libs/un_anf.cmx +lib/ocaml/compiler-libs/untypeast.cmx +lib/ocaml/compiler-libs/warnings.cmx +lib/ocaml/compiler-libs/x86_dsl.cmx +lib/ocaml/compiler-libs/x86_gas.cmx +lib/ocaml/compiler-libs/x86_masm.cmx +lib/ocaml/compiler-libs/x86_proc.cmx lib/ocaml/digest.cmx +lib/ocaml/ephemeron.cmx +lib/ocaml/ephemeron.p.cmx lib/ocaml/filename.cmx lib/ocaml/format.cmx lib/ocaml/gc.cmx @@ -149,19 +245,55 @@ lib/ocaml/num.cmx lib/ocaml/nums.a lib/ocaml/nums.cmxa lib/ocaml/obj.cmx -lib/ocaml/ocamlbuild/ocamlbuild.cmx -lib/ocaml/ocamlbuild/ocamlbuild.o -lib/ocaml/ocamlbuild/ocamlbuild_executor.cmx -lib/ocaml/ocamlbuild/ocamlbuild_executor.o -lib/ocaml/ocamlbuild/ocamlbuild_pack.cmx -lib/ocaml/ocamlbuild/ocamlbuild_plugin.cmx -lib/ocaml/ocamlbuild/ocamlbuild_plugin.o -lib/ocaml/ocamlbuild/ocamlbuild_unix_plugin.cmx -lib/ocaml/ocamlbuild/ocamlbuild_unix_plugin.o -lib/ocaml/ocamlbuild/ocamlbuildlib.a -lib/ocaml/ocamlbuild/ocamlbuildlib.cmxa +lib/ocaml/ocamldoc/odoc.cmx +lib/ocaml/ocamldoc/odoc_analyse.cmx +lib/ocaml/ocamldoc/odoc_args.cmx +lib/ocaml/ocamldoc/odoc_ast.cmx +lib/ocaml/ocamldoc/odoc_class.cmx +lib/ocaml/ocamldoc/odoc_comments.cmx +lib/ocaml/ocamldoc/odoc_comments_global.cmx +lib/ocaml/ocamldoc/odoc_config.cmx +lib/ocaml/ocamldoc/odoc_control.cmx +lib/ocaml/ocamldoc/odoc_cross.cmx +lib/ocaml/ocamldoc/odoc_dag2html.cmx +lib/ocaml/ocamldoc/odoc_dep.cmx +lib/ocaml/ocamldoc/odoc_dot.cmx +lib/ocaml/ocamldoc/odoc_env.cmx +lib/ocaml/ocamldoc/odoc_exception.cmx +lib/ocaml/ocamldoc/odoc_extension.cmx +lib/ocaml/ocamldoc/odoc_gen.cmx +lib/ocaml/ocamldoc/odoc_global.cmx +lib/ocaml/ocamldoc/odoc_html.cmx lib/ocaml/ocamldoc/odoc_info.a +lib/ocaml/ocamldoc/odoc_info.cmx lib/ocaml/ocamldoc/odoc_info.cmxa +lib/ocaml/ocamldoc/odoc_inherit.cmx +lib/ocaml/ocamldoc/odoc_latex.cmx +lib/ocaml/ocamldoc/odoc_latex_style.cmx +lib/ocaml/ocamldoc/odoc_lexer.cmx +lib/ocaml/ocamldoc/odoc_man.cmx +lib/ocaml/ocamldoc/odoc_merge.cmx +lib/ocaml/ocamldoc/odoc_messages.cmx +lib/ocaml/ocamldoc/odoc_misc.cmx +lib/ocaml/ocamldoc/odoc_module.cmx +lib/ocaml/ocamldoc/odoc_name.cmx +lib/ocaml/ocamldoc/odoc_ocamlhtml.cmx +lib/ocaml/ocamldoc/odoc_parameter.cmx +lib/ocaml/ocamldoc/odoc_parser.cmx +lib/ocaml/ocamldoc/odoc_print.cmx +lib/ocaml/ocamldoc/odoc_scan.cmx +lib/ocaml/ocamldoc/odoc_search.cmx +lib/ocaml/ocamldoc/odoc_see_lexer.cmx +lib/ocaml/ocamldoc/odoc_sig.cmx +lib/ocaml/ocamldoc/odoc_str.cmx +lib/ocaml/ocamldoc/odoc_texi.cmx +lib/ocaml/ocamldoc/odoc_text.cmx +lib/ocaml/ocamldoc/odoc_text_lexer.cmx +lib/ocaml/ocamldoc/odoc_text_parser.cmx +lib/ocaml/ocamldoc/odoc_to_text.cmx +lib/ocaml/ocamldoc/odoc_type.cmx +lib/ocaml/ocamldoc/odoc_types.cmx +lib/ocaml/ocamldoc/odoc_value.cmx lib/ocaml/oo.cmx lib/ocaml/parsing.cmx lib/ocaml/pervasives.cmx @@ -199,6 +331,8 @@ lib/ocaml/threads/thread.cmx lib/ocaml/threads/threadUnix.cmx lib/ocaml/threads/threads.a lib/ocaml/threads/threads.cmxa +lib/ocaml/uchar.cmx +lib/ocaml/uchar.p.cmx lib/ocaml/unix.a lib/ocaml/unix.cmx lib/ocaml/unix.cmxa diff --git a/lang/ocaml/buildlink3.mk b/lang/ocaml/buildlink3.mk index 719588f66232f..53e38ffd628bc 100644 --- a/lang/ocaml/buildlink3.mk +++ b/lang/ocaml/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.36 2016/02/29 13:51:27 jperkin Exp $ +# $NetBSD: buildlink3.mk,v 1.38 2016/05/05 11:45:36 jaapb Exp $ BUILDLINK_TREE+= ocaml @@ -6,7 +6,7 @@ BUILDLINK_TREE+= ocaml OCAML_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.ocaml+= ocaml>=3.08.2 -BUILDLINK_ABI_DEPENDS.ocaml+= ocaml>=4.02.3 +BUILDLINK_ABI_DEPENDS.ocaml+= ocaml>=4.03.0 BUILDLINK_PKGSRCDIR.ocaml?= ../../lang/ocaml #BUILDLINK_DEPMETHOD.ocaml?= build diff --git a/lang/ocaml/distinfo b/lang/ocaml/distinfo index 0e53b72ecf736..f838c2f898955 100644 --- a/lang/ocaml/distinfo +++ b/lang/ocaml/distinfo @@ -1,40 +1,34 @@ -$NetBSD: distinfo,v 1.93 2016/02/29 13:53:58 jperkin Exp $ +$NetBSD: distinfo,v 1.94 2016/05/05 08:12:01 jaapb Exp $ -SHA1 (ocaml-4.02.3.tar.gz) = e68ffd2b5bb491a6345f46b27675e1361a49b274 -RMD160 (ocaml-4.02.3.tar.gz) = 3946204b9396a7fb81ae1042ce67a494579c151b -SHA512 (ocaml-4.02.3.tar.gz) = be69e00abc2503582d7a07440a59db6bc992cce8ed2812bf02de07578760ead2858544013bb1a7a28a3c812b79c2f545cdaef11653b04a39c04a898510c36187 -Size (ocaml-4.02.3.tar.gz) = 3108892 bytes -SHA1 (patch-Makefile) = ac116b05dcb4f3f15a9cd6b0e4ae954a9f2102ea +SHA1 (ocaml-4.03.0.tar.gz) = 28773fd89507dbc400a366b886425436569e70d8 +RMD160 (ocaml-4.03.0.tar.gz) = 774934e72746cd8b94ac732abdd47d7f06344fda +SHA512 (ocaml-4.03.0.tar.gz) = 91d5c0b2fcc52fc05be64bf54d3c7be8d77ee754e847907909d4e123c1d00c9f62523770d56bb81f80200f75ec53ab874e031ce46f7b437febbd3a8e6800e2ca +Size (ocaml-4.03.0.tar.gz) = 3388739 bytes +SHA1 (patch-Makefile) = 22d05d1f246d9adb7bdcce1ce6d5ee85434610d6 SHA1 (patch-asmcomp_asmlink.ml) = db2b387ea17f41a62c2bce53b91f945d5e29a82f -SHA1 (patch-asmcomp_power_emit.mlp) = e734c85547c435954d3899a0975bcaf68e9b88f9 -SHA1 (patch-asmrun_Makefile) = ecc95df2e7d18f1e4051e365f47ddd53188f2b4f -SHA1 (patch-asmrun_arm.S) = 4da63658cf7981ba954c24328806cc6dc7a592a0 -SHA1 (patch-asmrun_power-bsd.S) = e682b12e79b974ed460e2088a74566fea6c484ef -SHA1 (patch-asmrun_signals_osdep.h) = cf2b316f7fc0cbc25c63776682c08f18861a3a0b -SHA1 (patch-byterun_Makefile) = eb27cc004d099ce5a2bcf4aed341dd5a2b35967a -SHA1 (patch-byterun_caml_mlvalues.h) = 310e49ecb718825395583ae4eacb91905118886b -SHA1 (patch-config_auto__aux_gethostbyaddr.c) = 79159e1b9992ca11920832642b52c6c64717b567 -SHA1 (patch-config_auto__aux_gethostbyname.c) = dfb24714259938c59db0bf28a252d60f72abc421 -SHA1 (patch-configure) = 2af864c6478404d33d5013d2035057474e56220e -SHA1 (patch-debugger_Makefile.shared) = 2315c0f771ba2cb0d1f05d898db5023b5b44546b -SHA1 (patch-driver_compenv.ml) = c011ba27c8d040c80408af6a4e6dcb5fc0a33902 -SHA1 (patch-driver_main.ml) = b843811b36277f5dea71953df74427394ceb2398 -SHA1 (patch-driver_main_args.ml) = c921664cb7ef1c44adf795ef33c0c9a6a72bfda7 -SHA1 (patch-driver_main_args.mli) = a70da17d932dda77793c12cdfffb406b24d76b4d -SHA1 (patch-driver_optmain.ml) = dfdaee13dc02661fdebd88366462748e5faeae9b +SHA1 (patch-asmrun_Makefile) = 923b46ebf5fb56693b8335787846dafda936b34c +SHA1 (patch-asmrun_signals_osdep.h) = 0e72ee5595b937384284c884c2dd2a8be32e824c +SHA1 (patch-byterun_Makefile) = b9b14b097904fbde4b738b89461991411e985ae1 +SHA1 (patch-configure) = 7c50db115f4f4de84669fc105dad1ece4e1f265d +SHA1 (patch-debugger_Makefile.shared) = f0aac2e10b7ccf2e8e43bbbd3fd3e59e4dc4eeae +SHA1 (patch-driver_compenv.ml) = 658e315bb08f8a1093f11c8474ac1e4ad73c8306 +SHA1 (patch-driver_main.ml) = 69a6f761ded38e0721a7aed1416a9f19a288d991 +SHA1 (patch-driver_main_args.ml) = d5acaf894eb6e44e4438dace7814f669f7154e63 +SHA1 (patch-driver_main_args.mli) = 5b883f780be0527dbfa993267b93799be5aaee14 +SHA1 (patch-driver_optmain.ml) = 5ce77f1f906ce59cb533b4d25e4d57f7a70ab1b3 SHA1 (patch-man_Makefile) = f4fcde662061e7e7e664ec42617f1e37f1fcf214 -SHA1 (patch-ocamldoc_Makefile) = fe85a5ba0e9f9536ae4f80c0337a8cde9c542862 +SHA1 (patch-ocamldoc_Makefile) = ba4e2c76e1f2832988dd6933cd9d68a7ba3fb870 SHA1 (patch-ocamldoc_odoc__messages.ml) = 77f650a5f34f40b9648a8d5091e9aa31efb5734b SHA1 (patch-otherlibs_Makefile) = 839485e6576dcee53420a1bb75f49f7168b12427 -SHA1 (patch-otherlibs_Makefile.shared) = 517ef6024fe8ec3cff14e346216753f955189c86 -SHA1 (patch-otherlibs_dynlink_Makefile) = eea713c46848e97f8056e4874897be9d599a8e33 -SHA1 (patch-otherlibs_systhreads_Makefile) = 20cfdaa2a3f68a8ff18c7b50efb11c08555663eb -SHA1 (patch-otherlibs_threads_Makefile) = 6846aeef1ba836076d677e0a514ef299ac7cc2f1 -SHA1 (patch-stdlib_Makefile) = 88cbd3d81788105a6d5136b54176dff8c2de26ea -SHA1 (patch-stdlib_Makefile.shared) = 2b16eb2bc8260fe9506e71fc572213df8e92e96d -SHA1 (patch-tools_Makefile.shared) = 2c2709716f9a29f566ab7721bd261d7c20bf95de -SHA1 (patch-tools_ocamlcp.ml) = 54810ed732fdedcdb3ab8fdc32e52bdf6a4ba3d4 -SHA1 (patch-tools_ocamlmklib) = 92dc8f1a5c00b5b9d182563810d98521359a2006 -SHA1 (patch-tools_ocamloptp.ml) = 08c23a7ebd94790cc7688309c8e979761247dfd8 -SHA1 (patch-utils_clflags.ml) = bb4f6363905624428d39747f68cd1dced3147663 -SHA1 (patch-utils_clflags.mli) = 6b9b4657cd44b0c52f0c82beadd89a6547c0ea8a +SHA1 (patch-otherlibs_Makefile.shared) = 86cd1c0e47f918b0231fdc341f27e742a8ae74b5 +SHA1 (patch-otherlibs_dynlink_Makefile) = f892254a5e5a01462ecbf68e45f9bfe5783158d3 +SHA1 (patch-otherlibs_systhreads_Makefile) = d731864c613383b36846cae4961b7a221bd6160e +SHA1 (patch-otherlibs_threads_Makefile) = 47331a06a93eac68403fa2114495782430087f1e +SHA1 (patch-stdlib_Makefile) = 67591b1809dd72aac446238491e371d135466734 +SHA1 (patch-stdlib_Makefile.shared) = dac87da3b0461a2c816b862af3a0c0bdf740b749 +SHA1 (patch-tools_Makefile.shared) = 782fb6e983e47f9670bd76203b9522a025c67587 +SHA1 (patch-tools_ocamlcp.ml) = af04492f2a1c3be5eedd8c41778db4bb1d74a5f5 +SHA1 (patch-tools_ocamlmklib) = 49ea077e3f77527336548ae6515d135461b83080 +SHA1 (patch-tools_ocamloptp.ml) = 9c2b6344b98fde8f4b7d6e2ee46f6bb6fbb4f507 +SHA1 (patch-utils_clflags.ml) = d16832fedb5db08d035f1661eaf9c3b48411bc69 +SHA1 (patch-utils_clflags.mli) = 381951d9583e032d3a520b68a8fe9f867ec49995 diff --git a/lang/ocaml/patches/patch-Makefile b/lang/ocaml/patches/patch-Makefile index d04260d0a95fc..baf66f793dff5 100644 --- a/lang/ocaml/patches/patch-Makefile +++ b/lang/ocaml/patches/patch-Makefile @@ -1,10 +1,9 @@ -$NetBSD: patch-Makefile,v 1.7 2015/12/29 23:34:52 dholland Exp $ +$NetBSD: patch-Makefile,v 1.8 2016/05/05 08:12:01 jaapb Exp $ Use BSD_INSTALL_* instead of mkdir and cp; remove ocamlrun before cold start - ---- Makefile.orig 2015-07-20 14:10:11.000000000 +0000 +--- Makefile.orig 2016-04-01 12:53:41.000000000 +0000 +++ Makefile -@@ -186,8 +186,10 @@ LIBFILES=stdlib.cma std_exit.cmo *.cmi c +@@ -92,8 +92,10 @@ LIBFILES=stdlib.cma std_exit.cmo *.cmi c # Start up the system from the distribution compiler coldstart: cd byterun; $(MAKE) all @@ -15,7 +14,7 @@ Use BSD_INSTALL_* instead of mkdir and cp; remove ocamlrun before cold start cp yacc/ocamlyacc$(EXE) boot/ocamlyacc$(EXE) cd stdlib; $(MAKE) COMPILER=../boot/ocamlc all cd stdlib; cp $(LIBFILES) ../boot -@@ -302,35 +304,35 @@ INSTALL_MANDIR=$(DESTDIR)$(MANDIR) +@@ -206,36 +208,36 @@ INSTALL_MANDIR=$(DESTDIR)$(MANDIR) install: if test -d $(INSTALL_BINDIR); then : ; \ @@ -35,8 +34,9 @@ Use BSD_INSTALL_* instead of mkdir and cp; remove ocamlrun before cold start - cp VERSION $(INSTALL_LIBDIR)/ + else $(BSD_INSTALL_MAN_DIR) $(INSTALL_MANDIR)/man$(MANEXT); fi + $(BSD_INSTALL_DATA) VERSION $(INSTALL_LIBDIR)/ - cd $(INSTALL_LIBDIR); rm -f dllbigarray.so dllnums.so dllthreads.so \ - dllunix.so dllgraphics.so dllstr.so + cd $(INSTALL_LIBDIR); rm -f \ + dllbigarray$(EXT_DLL) dllnums$(EXT_DLL) dllthreads$(EXT_DLL) \ + dllunix$(EXT_DLL) dllgraphics$(EXT_DLL) dllstr$(EXT_DLL) cd byterun; $(MAKE) install - cp ocamlc $(INSTALL_BINDIR)/ocamlc$(EXE) - cp ocaml $(INSTALL_BINDIR)/ocaml$(EXE) @@ -65,13 +65,13 @@ Use BSD_INSTALL_* instead of mkdir and cp; remove ocamlrun before cold start cd tools; $(MAKE) install -cd man; $(MAKE) install for i in $(OTHERLIBRARIES); do \ -@@ -341,16 +343,16 @@ install: - else :; fi - if test -n "$(WITH_OCAMLBUILD)"; then (cd ocamlbuild; $(MAKE) install); \ - else :; fi +@@ -243,20 +245,20 @@ install: + done + if test -n "$(WITH_OCAMLDOC)"; then (cd ocamldoc; $(MAKE) install); fi + if test -n "$(WITH_DEBUGGER)"; then (cd debugger; $(MAKE) install); fi - cp config/Makefile $(INSTALL_LIBDIR)/Makefile.config + $(BSD_INSTALL_DATA) config/Makefile $(INSTALL_LIBDIR)/Makefile.config - if test -f ocamlopt; then $(MAKE) installopt; else :; fi + if test -f ocamlopt; then $(MAKE) installopt; fi # Installation of the native-code compiler installopt: @@ -79,25 +79,46 @@ Use BSD_INSTALL_* instead of mkdir and cp; remove ocamlrun before cold start - cp ocamlopt $(INSTALL_BINDIR)/ocamlopt$(EXE) + $(BSD_INSTALL_SCRIPT) ocamlopt $(INSTALL_BINDIR)/ocamlopt$(EXE) cd stdlib; $(MAKE) installopt +- cp middle_end/*.cmi middle_end/*.cmt middle_end/*.cmti \ ++ $(BSD_INSTALL_DATA) middle_end/*.cmi middle_end/*.cmt middle_end/*.cmti \ + $(INSTALL_COMPLIBDIR) +- cp middle_end/base_types/*.cmi middle_end/base_types/*.cmt \ ++ $(BSD_INSTALL_DATA) middle_end/base_types/*.cmi middle_end/base_types/*.cmt \ + middle_end/base_types/*.cmti $(INSTALL_COMPLIBDIR) - cp asmcomp/*.cmi asmcomp/*.cmt asmcomp/*.cmti $(INSTALL_COMPLIBDIR) - cp compilerlibs/ocamloptcomp.cma $(OPTSTART) $(INSTALL_COMPLIBDIR) + $(BSD_INSTALL_DATA) asmcomp/*.cmi asmcomp/*.cmt asmcomp/*.cmti $(INSTALL_COMPLIBDIR) + $(BSD_INSTALL_DATA) compilerlibs/ocamloptcomp.cma $(OPTSTART) $(INSTALL_COMPLIBDIR) if test -n "$(WITH_OCAMLDOC)"; then (cd ocamldoc; $(MAKE) installopt); \ else :; fi - if test -n "$(WITH_OCAMLBUILD)"; then (cd ocamlbuild; $(MAKE) installopt); \ -@@ -361,10 +363,10 @@ installopt: + for i in $(OTHERLIBRARIES); \ +@@ -265,21 +267,21 @@ installopt: cd tools; $(MAKE) installopt installoptopt: - cp ocamlc.opt $(INSTALL_BINDIR)/ocamlc.opt$(EXE) - cp ocamlopt.opt $(INSTALL_BINDIR)/ocamlopt.opt$(EXE) - cp lex/ocamllex.opt $(INSTALL_BINDIR)/ocamllex.opt$(EXE) -- cp compilerlibs/ocamlcommon.cmxa compilerlibs/ocamlcommon.a \ +- cp utils/*.cmx parsing/*.cmx typing/*.cmx bytecomp/*.cmx \ + $(BSD_INSTALL_PROGRAM) ocamlc.opt $(INSTALL_BINDIR)/ocamlc.opt$(EXE) + $(BSD_INSTALL_PROGRAM) ocamlopt.opt $(INSTALL_BINDIR)/ocamlopt.opt$(EXE) + $(BSD_INSTALL_PROGRAM) lex/ocamllex.opt $(INSTALL_BINDIR)/ocamllex.opt$(EXE) ++ $(BSD_INSTALL_DATA) utils/*.cmx parsing/*.cmx typing/*.cmx bytecomp/*.cmx \ + driver/*.cmx asmcomp/*.cmx $(INSTALL_COMPLIBDIR) +- cp compilerlibs/ocamlcommon.cmxa compilerlibs/ocamlcommon.a \ + $(BSD_INSTALL_DATA) compilerlibs/ocamlcommon.cmxa compilerlibs/ocamlcommon.a \ compilerlibs/ocamlbytecomp.cmxa compilerlibs/ocamlbytecomp.a \ compilerlibs/ocamloptcomp.cmxa compilerlibs/ocamloptcomp.a \ $(BYTESTART:.cmo=.cmx) $(BYTESTART:.cmo=.o) \ + $(OPTSTART:.cmo=.cmx) $(OPTSTART:.cmo=.o) \ + $(INSTALL_COMPLIBDIR) + if test -f ocamlnat ; then \ +- cp ocamlnat $(INSTALL_BINDIR)/ocamlnat$(EXE); \ +- cp toplevel/opttopdirs.cmi $(INSTALL_LIBDIR); \ +- cp compilerlibs/ocamlopttoplevel.cmxa \ ++ $(BSD_INSTALL_PROGRAM) ocamlnat $(INSTALL_BINDIR)/ocamlnat$(EXE); \ ++ $(BSD_INSTALL_DATA) toplevel/opttopdirs.cmi $(INSTALL_LIBDIR); \ ++ $(BSD_INSTALL_DATA) compilerlibs/ocamlopttoplevel.cmxa \ + compilerlibs/ocamlopttoplevel.a \ + $(OPTTOPLEVELSTART:.cmo=.cmx) $(OPTTOPLEVELSTART:.cmo=.o) \ + $(INSTALL_COMPLIBDIR); \ diff --git a/lang/ocaml/patches/patch-asmcomp_power_emit.mlp b/lang/ocaml/patches/patch-asmcomp_power_emit.mlp deleted file mode 100644 index 8d3aeadc2b3d7..0000000000000 --- a/lang/ocaml/patches/patch-asmcomp_power_emit.mlp +++ /dev/null @@ -1,37 +0,0 @@ -$NetBSD: patch-asmcomp_power_emit.mlp,v 1.2 2015/12/29 23:34:52 dholland Exp $ - -Add profiling to power architecture - ---- asmcomp/power/emit.mlp.orig 2012-09-11 13:17:13.000000000 +0000 -+++ asmcomp/power/emit.mlp -@@ -828,6 +828,30 @@ let rec emit_all i = - emit_instr i None; - emit_all i.next - -+(* Emission of the profiling prelude *) -+ -+let emit_profile () = -+ match Config.system with -+ "bsd" -> -+ ` stwu 1, -32(1)\n`; -+ ` mflr 0\n`; -+ ` stw 0, 4(1)\n`; -+ ` stw 2, 8(1)\n`; -+ ` stw 3, 12(1)\n`; -+ ` stw 4, 16(1)\n`; -+ ` stw 5, 20(1)\n`; -+ ` stw 6, 24(1)\n`; -+ ` stw 7, 28(1)\n`; -+ ` bl {emit_symbol "_mcount"}\n`; -+ ` lwz 2, 8(1)\n`; -+ ` lwz 3, 12(1)\n`; -+ ` lwz 4, 16(1)\n`; -+ ` lwz 5, 20(1)\n`; -+ ` lwz 6, 24(1)\n`; -+ ` lwz 7, 28(1)\n`; -+ ` addic 1, 1, 32\n`; -+ | _ -> () (*unsupported yet*) -+ - (* Emission of a function declaration *) - - let fundecl fundecl = diff --git a/lang/ocaml/patches/patch-asmrun_Makefile b/lang/ocaml/patches/patch-asmrun_Makefile index edc18a8c0c8ea..cd209bb5fd2d5 100644 --- a/lang/ocaml/patches/patch-asmrun_Makefile +++ b/lang/ocaml/patches/patch-asmrun_Makefile @@ -1,33 +1,47 @@ -$NetBSD: patch-asmrun_Makefile,v 1.5 2015/12/29 23:34:52 dholland Exp $ +$NetBSD: patch-asmrun_Makefile,v 1.6 2016/05/05 08:12:01 jaapb Exp $ Use BSD_INSTALL_* instead of mkdir and cp - ---- asmrun/Makefile.orig 2015-05-19 09:48:34.000000000 +0000 +--- asmrun/Makefile.orig 2016-04-01 12:53:41.000000000 +0000 +++ asmrun/Makefile -@@ -79,7 +79,7 @@ INSTALL_LIBDIR=$(DESTDIR)$(LIBDIR) - install: install-default install-$(RUNTIMED) install-$(PROFILING) install-$(SHARED) +@@ -92,25 +92,25 @@ libasmrun_shared.so: $(PICOBJS) + INSTALL_LIBDIR=$(DESTDIR)$(LIBDIR) - install-default: + install:: - cp libasmrun.a $(INSTALL_LIBDIR)/libasmrun.a + $(BSD_INSTALL_DATA) libasmrun.a $(INSTALL_LIBDIR)/libasmrun.a cd $(INSTALL_LIBDIR); $(RANLIB) libasmrun.a .PHONY: install-default -@@ -87,7 +87,7 @@ install-noruntimed: - .PHONY: install-noruntimed - - install-runtimed: + ifeq "$(RUNTIMED)" "runtimed" + install:: - cp libasmrund.a $(INSTALL_LIBDIR)/libasmrund.a + $(BSD_INSTALL_DATA) libasmrund.a $(INSTALL_LIBDIR)/libasmrund.a cd $(INSTALL_LIBDIR); $(RANLIB) libasmrund.a - .PHONY: install-runtimed + endif -@@ -97,7 +97,7 @@ install-noprof: - .PHONY: install-noprof + ifeq "$(RUNTIMEI)" "true" + install:: +- cp libasmruni.a $(INSTALL_LIBDIR)/libasmruni.a ++ $(BSD_INSTALL_DATA) libasmruni.a $(INSTALL_LIBDIR)/libasmruni.a + cd $(INSTALL_LIBDIR); $(RANLIB) libasmruni.a + endif - install-prof: + ifeq "$(PROFILING)" "prof" + install:: - cp libasmrunp.a $(INSTALL_LIBDIR)/libasmrunp.a + $(BSD_INSTALL_DATA) libasmrunp.a $(INSTALL_LIBDIR)/libasmrunp.a cd $(INSTALL_LIBDIR); $(RANLIB) libasmrunp.a - .PHONY: install-prof + else + install:: +@@ -120,9 +120,9 @@ endif + + ifeq "$(SHARED)" "shared" + install:: +- cp libasmrun_pic.a $(INSTALL_LIBDIR)/libasmrun_pic.a ++ $(BSD_INSTALL_DATA) libasmrun_pic.a $(INSTALL_LIBDIR)/libasmrun_pic.a + cd $(INSTALL_LIBDIR); $(RANLIB) libasmrunp.a +- cp libasmrun_shared.so $(INSTALL_LIBDIR)/libasmrun_shared.so ++ $(BSD_INSTALL_LIB) libasmrun_shared.so $(INSTALL_LIBDIR)/libasmrun_shared.so + endif + main.c: ../byterun/main.c diff --git a/lang/ocaml/patches/patch-asmrun_arm.S b/lang/ocaml/patches/patch-asmrun_arm.S deleted file mode 100644 index 88eaf1f9435cb..0000000000000 --- a/lang/ocaml/patches/patch-asmrun_arm.S +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-asmrun_arm.S,v 1.3 2015/12/29 23:34:52 dholland Exp $ - -pkgsrc_runtime flag - ---- asmrun/arm.S.orig 2014-11-20 13:12:25.000000000 +0000 -+++ asmrun/arm.S -@@ -44,7 +44,7 @@ - cmp \reg, #0 - beq \lbl - .endm --#elif defined(SYS_freebsd) -+#elif defined(SYS_freebsd) || defined(SYS_netbsd) - .arch armv6 - .arm - diff --git a/lang/ocaml/patches/patch-asmrun_power-bsd.S b/lang/ocaml/patches/patch-asmrun_power-bsd.S deleted file mode 100644 index f985d781565a0..0000000000000 --- a/lang/ocaml/patches/patch-asmrun_power-bsd.S +++ /dev/null @@ -1,98 +0,0 @@ -$NetBSD: patch-asmrun_power-bsd.S,v 1.3 2015/12/29 23:34:52 dholland Exp $ - -Add profiling to power architecture - - --- asmrun/power-bsd.S.orig 2014-08-19 13:37:35.000000000 +0000 -+++ asmrun/power-bsd.S -@@ -11,6 +11,35 @@ - /* */ - /***********************************************************************/ - -+#if defined(PROFILING) -+#define PROFILE_CAML \ -+ stwu 1, -32(1) \ -+ mflr 0 \ -+ stw 0, 4(1) \ -+ stw 2, 8(1) \ -+ stw 3, 12(1) \ -+ stw 4, 16(1) \ -+ stw 5, 20(1) \ -+ stw 6, 24(1) \ -+ stw 7, 28(1) \ -+ bl _mcount \ -+ lwz 2, 8(1) \ -+ lwz 3, 12(1) \ -+ lwz 4, 16(1) \ -+ lwz 5, 20(1) \ -+ lwz 6, 24(1) \ -+ lwz 7, 28(1) \ -+ addic 1, 1, 32 -+ -+#define PROFILE_C \ -+ mflr 0 \ -+ stw 0, 4(1) \ -+ bl _mcount -+#else -+#define PROFILE_CAML -+#define PROFILE_C -+#endif -+ - #define Addrglobal(reg,glob) \ - addis reg, 0, glob@ha; \ - addi reg, reg, glob@l -@@ -31,6 +60,7 @@ caml_system__code_begin: - .globl caml_call_gc - .type caml_call_gc, @function - caml_call_gc: -+ PROFILE_CAML - /* Set up stack frame */ - stwu 1, -0x1A0(1) - /* 0x1A0 = 4*32 (int regs) + 8*32 (float regs) + 32 (space for C call) */ -@@ -183,6 +213,7 @@ caml_call_gc: - .globl caml_c_call - .type caml_c_call, @function - caml_c_call: -+ PROFILE_CAML - /* Save return address */ - mflr 25 - /* Get ready to call C function (address in 11) */ -@@ -253,6 +284,7 @@ caml_reraise_exn: - .globl caml_raise_exception - .type caml_raise_exception, @function - caml_raise_exception: -+ PROFILE_C - Loadglobal(0, caml_backtrace_active, 11) - cmpwi 0, 0 - bne .L121 -@@ -287,6 +319,7 @@ caml_raise_exception: - .globl caml_start_program - .type caml_start_program, @function - caml_start_program: -+ PROFILE_C - Addrglobal(12, caml_program) - - /* Code shared between caml_start_program and caml_callback */ -@@ -437,6 +470,7 @@ caml_start_program: - .globl caml_callback_exn - .type caml_callback_exn, @function - caml_callback_exn: -+ PROFILE_C - /* Initial shuffling of arguments */ - mr 0, 3 /* Closure */ - mr 3, 4 /* Argument */ -@@ -447,6 +481,7 @@ caml_callback_exn: - .globl caml_callback2_exn - .type caml_callback2_exn, @function - caml_callback2_exn: -+ PROFILE_C - mr 0, 3 /* Closure */ - mr 3, 4 /* First argument */ - mr 4, 5 /* Second argument */ -@@ -457,6 +492,7 @@ caml_callback2_exn: - .globl caml_callback3_exn - .type caml_callback3_exn, @function - caml_callback3_exn: -+ PROFILE_C - mr 0, 3 /* Closure */ - mr 3, 4 /* First argument */ - mr 4, 5 /* Second argument */ diff --git a/lang/ocaml/patches/patch-asmrun_signals_osdep.h b/lang/ocaml/patches/patch-asmrun_signals_osdep.h index 57a38d0e9eac4..704f65299bd81 100644 --- a/lang/ocaml/patches/patch-asmrun_signals_osdep.h +++ b/lang/ocaml/patches/patch-asmrun_signals_osdep.h @@ -1,14 +1,13 @@ -$NetBSD: patch-asmrun_signals_osdep.h,v 1.7 2015/12/29 23:34:52 dholland Exp $ +$NetBSD: patch-asmrun_signals_osdep.h,v 1.8 2016/05/05 08:12:01 jaapb Exp $ Use correct data structures for power architecture; also do signal handling correctly for i386 and amd64/NetBSD. First hunk taken from upstream tracker at: http://caml.inria.fr/mantis/view.php?id=6772 - ---- asmrun/signals_osdep.h.orig 2015-05-06 15:18:50.000000000 +0000 +--- asmrun/signals_osdep.h.orig 2016-04-01 12:53:41.000000000 +0000 +++ asmrun/signals_osdep.h -@@ -135,6 +135,23 @@ +@@ -137,6 +137,23 @@ #define CONTEXT_YOUNG_PTR (context->sc_r15) #define CONTEXT_FAULTING_ADDRESS ((char *) info->si_addr) @@ -32,25 +31,12 @@ First hunk taken from upstream tracker at: /****************** I386, Linux */ #elif defined(TARGET_i386) && defined(SYS_linux_elf) -@@ -277,12 +294,21 @@ - sigact.sa_handler = (void (*)(int)) (name); \ - sigact.sa_flags = 0 - -+#ifdef __NetBSD__ -+ typedef register_t context_reg; -+ #define CONTEXT_PC (context->sc_frame.srr0) -+ #define CONTEXT_EXCEPTION_POINTER (context->sc_frame.fixreg[29]) -+ #define CONTEXT_YOUNG_LIMIT (context->sc_frame.fixreg[30]) -+ #define CONTEXT_YOUNG_PTR (context->sc_frame.fixreg[31]) -+ #define CONTEXT_SP (context->sc_frame.fixreg[1]) -+#else - typedef unsigned long context_reg; - #define CONTEXT_PC (context->regs->nip) - #define CONTEXT_EXCEPTION_POINTER (context->regs->gpr[29]) - #define CONTEXT_YOUNG_LIMIT (context->regs->gpr[30]) - #define CONTEXT_YOUNG_PTR (context->regs->gpr[31]) - #define CONTEXT_SP (context->regs->gpr[1]) -+#endif /* __NetBSD__ */ +@@ -305,7 +322,7 @@ /****************** PowerPC, BSD */ +-#elif defined(TARGET_power) && (defined(SYS_bsd) || defined(SYS_bsd_elf)) ++#elif defined(TARGET_power) && (defined(SYS_bsd) || defined(SYS_bsd_elf) || defined(SYS_netbsd)) + + #define DECLARE_SIGNAL_HANDLER(name) \ + static void name(int sig, int code, struct sigcontext * context) diff --git a/lang/ocaml/patches/patch-byterun_Makefile b/lang/ocaml/patches/patch-byterun_Makefile index bcb2887e1ece0..83f0f4511e377 100644 --- a/lang/ocaml/patches/patch-byterun_Makefile +++ b/lang/ocaml/patches/patch-byterun_Makefile @@ -1,24 +1,25 @@ -$NetBSD: patch-byterun_Makefile,v 1.4 2015/12/29 23:34:52 dholland Exp $ +$NetBSD: patch-byterun_Makefile,v 1.5 2016/05/05 08:12:01 jaapb Exp $ Use BSD_INSTALL_* instead of mkdir and cp - ---- byterun/Makefile.orig 2015-05-10 05:45:57.000000000 +0000 +--- byterun/Makefile.orig 2016-04-01 12:53:41.000000000 +0000 +++ byterun/Makefile -@@ -13,7 +13,7 @@ +@@ -15,7 +15,7 @@ include Makefile.common -CFLAGS=-DCAML_NAME_SPACE $(BYTECCCOMPOPTS) $(IFLEXDIR) +CFLAGS+=-DCAML_NAME_SPACE $(BYTECCCOMPOPTS) $(IFLEXDIR) DFLAGS=-DCAML_NAME_SPACE -g -DDEBUG $(BYTECCCOMPOPTS) $(IFLEXDIR) + IFLAGS=$(CFLAGS) -DCAML_INSTR - OBJS=$(COMMONOBJS) $(UNIX_OR_WIN32).o main.o -@@ -57,7 +57,7 @@ install-noshared: +@@ -68,8 +68,8 @@ install-noshared: .PHONY: install-noshared install-shared: -- cp libcamlrun_shared.so $(INSTALL_LIBDIR)/libcamlrun_shared.so -+ $(BSD_INSTALL_PROGRAM) libcamlrun_shared.so $(INSTALL_LIBDIR)/libcamlrun_shared.so - cp libcamlrun_pic.a $(INSTALL_LIBDIR)/libcamlrun_pic.a - cd $(INSTALL_LIBDIR); $(RANLIB) libcamlrun_pic.a +- cp libcamlrun_shared.so "$(INSTALL_LIBDIR)/libcamlrun_shared.so" +- cp libcamlrun_pic.a "$(INSTALL_LIBDIR)/libcamlrun_pic.a" ++ $(BSD_INSTALL_LIB) libcamlrun_shared.so "$(INSTALL_LIBDIR)/libcamlrun_shared.so" ++ $(BSD_INSTALL_DATA) libcamlrun_pic.a "$(INSTALL_LIBDIR)/libcamlrun_pic.a" + cd "$(INSTALL_LIBDIR)"; $(RANLIB) libcamlrun_pic.a .PHONY: install-shared + diff --git a/lang/ocaml/patches/patch-byterun_caml_mlvalues.h b/lang/ocaml/patches/patch-byterun_caml_mlvalues.h deleted file mode 100644 index eb704bd86ef0c..0000000000000 --- a/lang/ocaml/patches/patch-byterun_caml_mlvalues.h +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-byterun_caml_mlvalues.h,v 1.2 2015/12/29 23:34:52 dholland Exp $ - -Avoid undefined behavior. - ---- byterun/caml/mlvalues.h.orig 2015-09-03 12:17:44.000000000 +0000 -+++ byterun/caml/mlvalues.h -@@ -68,7 +68,7 @@ typedef uintnat mark_t; - - /* Conversion macro names are always of the form "to_from". */ - /* Example: Val_long as in "Val from long" or "Val of long". */ --#define Val_long(x) (((intnat)(x) << 1) + 1) -+#define Val_long(x) ((intnat)(x) * 2 + 1) - #define Long_val(x) ((x) >> 1) - #define Max_long (((intnat)1 << (8 * sizeof(value) - 2)) - 1) - #define Min_long (-((intnat)1 << (8 * sizeof(value) - 2))) diff --git a/lang/ocaml/patches/patch-config_auto__aux_gethostbyaddr.c b/lang/ocaml/patches/patch-config_auto__aux_gethostbyaddr.c deleted file mode 100644 index 1cc92b9b4914b..0000000000000 --- a/lang/ocaml/patches/patch-config_auto__aux_gethostbyaddr.c +++ /dev/null @@ -1,17 +0,0 @@ -$NetBSD: patch-config_auto__aux_gethostbyaddr.c,v 1.3 2015/12/29 23:34:52 dholland Exp $ - -Fix gethostbyaddr support for NetBSD - ---- config/auto-aux/gethostbyaddr.c.orig 2012-10-15 13:50:56.000000000 -0400 -+++ config/auto-aux/gethostbyaddr.c 2013-12-21 11:16:25.000000000 -0500 -@@ -19,6 +19,10 @@ - #include - #include - -+#ifdef __NetBSD__ -+#error "the test does not handle missing prototypes" -+#endif -+ - int main(int argc, char ** argv) - { - #if NUM_ARGS == 7 diff --git a/lang/ocaml/patches/patch-config_auto__aux_gethostbyname.c b/lang/ocaml/patches/patch-config_auto__aux_gethostbyname.c deleted file mode 100644 index 815f85ccf06ea..0000000000000 --- a/lang/ocaml/patches/patch-config_auto__aux_gethostbyname.c +++ /dev/null @@ -1,17 +0,0 @@ -$NetBSD: patch-config_auto__aux_gethostbyname.c,v 1.3 2015/12/29 23:34:53 dholland Exp $ - -Fix gethostbyname support for NetBSD - ---- config/auto-aux/gethostbyname.c.orig 2012-10-15 13:50:56.000000000 -0400 -+++ config/auto-aux/gethostbyname.c 2013-12-21 11:16:39.000000000 -0500 -@@ -19,6 +19,10 @@ - #include - #include - -+#ifdef __NetBSD__ -+#error "the test does not handle missing prototypes" -+#endif -+ - int main(int argc, char ** argv) - { - #if NUM_ARGS == 5 diff --git a/lang/ocaml/patches/patch-configure b/lang/ocaml/patches/patch-configure index f3bf3c4705142..7dbe2956e3400 100644 --- a/lang/ocaml/patches/patch-configure +++ b/lang/ocaml/patches/patch-configure @@ -1,107 +1,29 @@ -$NetBSD: patch-configure,v 1.13 2016/02/29 13:53:58 jperkin Exp $ +$NetBSD: patch-configure,v 1.14 2016/05/05 08:12:01 jaapb Exp $ Several configure changes to work on and detect NetBSD (and some other OSes) See also: - ---- configure.orig 2015-05-12 14:46:37.000000000 +0000 +--- configure.orig 2016-04-01 12:53:41.000000000 +0000 +++ configure -@@ -328,11 +328,11 @@ TOOLCHAIN="cc" - case "$bytecc,$target" in - cc,*-*-nextstep*) - # GNU C extensions disabled, but __GNUC__ still defined! -- bytecccompopts="-fno-defer-pop $gcc_warnings -U__GNUC__ -posix" -+ bytecccompopts="$gcc_warnings -U__GNUC__ -posix" - bytecclinkopts="-posix";; - *,*-*-rhapsody*) - # Almost the same as NeXTStep -- bytecccompopts="-fno-defer-pop $gcc_warnings -DSHRINKED_GNUC" -+ bytecccompopts="$gcc_warnings -DSHRINKED_GNUC" - mathlib="";; - *,*-*-darwin*) - bytecccompopts="$gcc_warnings" -@@ -344,15 +344,15 @@ case "$bytecc,$target" in - echo "# define ARCH_CODE32" >> m.h - echo "#endif" >> m.h;; - *,*-*-haiku*) -- bytecccompopts="-fno-defer-pop $gcc_warnings" -+ bytecccompopts="$gcc_warnings" - # No -lm library - mathlib="";; - *,*-*-beos*) -- bytecccompopts="-fno-defer-pop $gcc_warnings" -+ bytecccompopts="$gcc_warnings" - # No -lm library - mathlib="";; - *gcc,alpha*-*-osf*) -- bytecccompopts="-fno-defer-pop $gcc_warnings" -+ bytecccompopts="$gcc_warnings" - if cc="$bytecc" sh ./hasgot -mieee; then - bytecccompopts="-mieee $bytecccompopts"; - fi -@@ -380,7 +380,7 @@ case "$bytecc,$target" in - bytecccompopts="-DUMK";; - *gcc*,powerpc-*-aix*) - # Avoid name-space pollution by requiring Unix98-conformant includes -- bytecccompopts="-fno-defer-pop $gcc_warnings -D_XOPEN_SOURCE=500";; -+ bytecccompopts="$gcc_warnings -D_XOPEN_SOURCE=500";; - *,powerpc-*-aix*) - bytecccompopts="-D_XOPEN_SOURCE=500";; - *gcc*,*-*-cygwin*) -@@ -389,7 +389,7 @@ case "$bytecc,$target" in - x86_64-*) flavor=cygwin64;; - *) err "unknown cygwin variant";; - esac -- bytecccompopts="-fno-defer-pop $gcc_warnings -U_WIN32" -+ bytecccompopts="$gcc_warnings -U_WIN32" - dllccompopts="-U_WIN32 -DCAML_DLL" - if test $with_sharedlibs = yes; then - flexlink="flexlink -chain $flavor -merge-manifest -stack 16777216" -@@ -410,7 +410,7 @@ case "$bytecc,$target" in - exe=".exe" - ostype="Cygwin";; - *gcc*,*-*-mingw*) -- bytecccompopts="-fno-defer-pop $gcc_warnings" -+ bytecccompopts="$gcc_warnings" - dllccompopt="-DCAML_DLL" - if test $with_sharedlibs = yes; then - case "$target" in -@@ -434,14 +434,14 @@ case "$bytecc,$target" in - SO="dll" - ;; - *gcc*,x86_64-*-linux*) -- bytecccompopts="-fno-defer-pop $gcc_warnings" -+ bytecccompopts="$gcc_warnings" - # Tell gcc that we can use 32-bit code addresses for threaded code - # unless we are compiled for a shared library (-fPIC option) - echo "#ifndef __PIC__" >> m.h - echo "# define ARCH_CODE32" >> m.h - echo "#endif" >> m.h;; - *gcc*) -- bytecccompopts="-fno-defer-pop $gcc_warnings";; -+ bytecccompopts="$gcc_warnings";; - esac - - # Configure compiler to use in further tests -@@ -688,7 +688,7 @@ if test $with_sharedlibs = "yes"; then - mksharedlib="$flexlink" +@@ -671,7 +671,7 @@ if test $with_sharedlibs = "yes"; then mkmaindll="$flexlink -maindll" shared_libraries_supported=true;; -- *-*-linux-gnu|*-*-linux|*-*-freebsd[3-9]*|*-*-freebsd[1-9][0-9]*|*-*-openbsd*|*-*-netbsd*|*-*-gnu*|*-*-haiku*) -+ *-*-linux-gnu|*-*-linux|*-*-freebsd[3-9]*|*-*-freebsd[1-9][0-9]*|*-*-openbsd*|*-*-netbsd*|*-*-dragonfly|*-*-gnu*|*-*-haiku*) + *-*-linux-gnu|*-*-linux|*-*-freebsd[3-9]*|*-*-freebsd[1-9][0-9]*\ +- |*-*-openbsd*|*-*-netbsd*|*-*-gnu*|*-*-haiku*) ++ |*-*-openbsd*|*-*-netbsd*|*-*-dragonfly|*-*-gnu*|*-*-haiku*) sharedcccompopts="-fPIC" mksharedlib="$bytecc -shared" bytecclinkopts="$bytecclinkopts -Wl,-E" -@@ -743,7 +743,7 @@ if test $with_sharedlibs = "yes"; then +@@ -726,7 +726,7 @@ if test $with_sharedlibs = "yes"; then byteccrpath="-Wl,-rpath," mksharedlibrpath="-rpath " shared_libraries_supported=true;; - i[3456]86-*-darwin[89].*) + i[3456]86-*-darwin*) - mksharedlib="$bytecc -bundle -flat_namespace -undefined suppress -read_only_relocs suppress" + mksharedlib="$bytecc -bundle -flat_namespace -undefined suppress \ + -read_only_relocs suppress" bytecccompopts="$dl_defs $bytecccompopts" - dl_needs_underscore=false -@@ -783,11 +783,7 @@ if test $with_sharedlibs = "yes"; then +@@ -768,11 +768,7 @@ if test $with_sharedlibs = "yes"; then i[3456]86-*-linux*) natdynlink=true;; i[3456]86-*-gnu*) natdynlink=true;; x86_64-*-linux*) natdynlink=true;; @@ -112,9 +34,9 @@ See also: - fi;; + i[3456]86-*-darwin*) natdynlink=true;; x86_64-*-darwin*) natdynlink=true;; + s390x*-*-linux*) natdynlink=true;; powerpc*-*-linux*) natdynlink=true;; - sparc*-*-linux*) natdynlink=true;; -@@ -799,6 +795,9 @@ if test $with_sharedlibs = "yes"; then +@@ -785,6 +781,9 @@ if test $with_sharedlibs = "yes"; then x86_64-*-openbsd*) natdynlink=true;; i[3456]86-*-netbsd*) natdynlink=true;; x86_64-*-netbsd*) natdynlink=true;; @@ -124,7 +46,7 @@ See also: i386-*-gnu0.3) natdynlink=true;; i[3456]86-*-haiku*) natdynlink=true;; arm*-*-linux*) natdynlink=true;; -@@ -827,6 +826,7 @@ case "$target" in +@@ -814,6 +813,7 @@ case "$target" in sparc*-*-gnu*) arch=sparc; system=gnu;; i[3456]86-*-linux*) arch=i386; system=linux_`sh ./runtest elf.c`;; i[3456]86-*-*bsd*) arch=i386; system=bsd_`sh ./runtest elf.c`;; @@ -132,7 +54,7 @@ See also: i[3456]86-*-nextstep*) arch=i386; system=nextstep;; i[3456]86-*-solaris*) if $arch64; then arch=amd64; system=solaris -@@ -836,6 +836,7 @@ case "$target" in +@@ -823,6 +823,7 @@ case "$target" in i[3456]86-*-haiku*) arch=i386; system=beos;; i[3456]86-*-beos*) arch=i386; system=beos;; i[3456]86-*-cygwin*) arch=i386; system=cygwin;; @@ -140,15 +62,14 @@ See also: i[3456]86-*-darwin*) if $arch64; then arch=amd64; system=macosx else -@@ -849,6 +850,7 @@ case "$target" in - powerpc-*-rhapsody*) arch=power; model=ppc; system=rhapsody;; - powerpc-*-darwin*) arch=power; system=rhapsody - if $arch64;then model=ppc64;else model=ppc;fi;; -+ arm*-*-netbsd) arch=arm; system=netbsd;; - armv6*-*-linux-gnueabihf) arch=arm; model=armv6; system=linux_eabihf;; - arm*-*-linux-gnueabihf) arch=arm; system=linux_eabihf;; - armv7*-*-linux-gnueabi) arch=arm; model=armv7; system=linux_eabi;; -@@ -864,6 +866,8 @@ case "$target" in +@@ -848,12 +849,15 @@ case "$target" in + armv5te*-*-linux-gnueabi) arch=arm; model=armv5te; system=linux_eabi;; + armv5*-*-linux-gnueabi) arch=arm; model=armv5; system=linux_eabi;; + arm*-*-linux-gnueabi) arch=arm; system=linux_eabi;; ++ arm*-*-netbsd*) arch=arm; system=netbsd;; + arm*-*-openbsd*) arch=arm; system=bsd;; + zaurus*-*-openbsd*) arch=arm; system=bsd;; + x86_64-*-linux*) arch=amd64; system=linux;; x86_64-*-gnu*) arch=amd64; system=gnu;; x86_64-*-freebsd*) arch=amd64; system=freebsd;; x86_64-*-netbsd*) arch=amd64; system=netbsd;; @@ -157,25 +78,16 @@ See also: x86_64-*-openbsd*) arch=amd64; system=openbsd;; x86_64-*-darwin*) arch=amd64; system=macosx;; x86_64-*-mingw*) arch=amd64; system=mingw;; -@@ -903,7 +907,7 @@ case "$arch,$nativecc,$system,$target" i - if $arch64; then partialld="ld -r -arch ppc64"; fi;; - *,gcc*,cygwin,*) nativecccompopts="$gcc_warnings -U_WIN32";; - amd64,gcc*,macosx,*) partialld="ld -r -arch x86_64";; -- amd64,gcc*,solaris,*) partialld="ld -r -m elf_x86_64";; -+ amd64,gcc*,solaris,*) partialld="ld -r -64";; - *,gcc*,*,*) nativecccompopts="$gcc_warnings";; - esac - -@@ -920,7 +924,7 @@ case "$arch,$system" in +@@ -913,7 +917,7 @@ case "$arch,$system" in amd64,solaris) as="${TOOLPREF}as --64" aspp="${TOOLPREF}gcc -m64 -c";; i386,solaris) as="${TOOLPREF}as" - aspp="/usr/ccs/bin/${TOOLPREF}as -P";; + aspp="gcc -traditional -c";; - power,elf) as="${TOOLPREF}as -u -m ppc" - aspp="${TOOLPREF}gcc -c";; - power,rhapsody) as="${TOOLPREF}as -arch $model" -@@ -961,6 +965,7 @@ case "$arch,$system" in + power,elf) if $arch64; then + as="${TOOLPREF}as -a64 -mppc64" + aspp="${TOOLPREF}gcc -m64 -c" +@@ -960,6 +964,7 @@ case "$arch,$system" in arm,linux*) profiling='prof';; power,elf) profiling='prof';; power,bsd*) profiling='prof';; @@ -183,7 +95,7 @@ See also: *) profiling='noprof';; esac -@@ -1475,6 +1480,8 @@ fi +@@ -1505,6 +1510,8 @@ fi x11_include="not found" x11_link="not found" @@ -192,7 +104,7 @@ See also: if test -z "$x11_include_dir" -a -z "$x11_lib_dir"; then if pkg-config --exists x11 2>/dev/null; then x11_include=`pkg-config --cflags x11` -@@ -1521,6 +1528,7 @@ if test "$x11_include" = "not found"; th +@@ -1551,6 +1558,7 @@ if test "$x11_include" = "not found"; th /usr/XFree86/include/X11 \ \ /usr/include \ @@ -200,7 +112,7 @@ See also: /usr/local/include \ /usr/unsupported/include \ /usr/athena/include \ -@@ -1578,6 +1586,7 @@ if test "$x11_include" = "not found"; th +@@ -1608,6 +1616,7 @@ if test "$x11_include" = "not found"; th \ /usr/lib64 \ /usr/lib \ @@ -208,7 +120,7 @@ See also: /usr/local/lib \ /usr/unsupported/lib \ /usr/athena/lib \ -@@ -1599,18 +1608,16 @@ if test "$x11_include" = "not found"; th +@@ -1629,18 +1638,16 @@ if test "$x11_include" = "not found"; th if test $dir = /usr/lib; then x11_link="-lX11" else diff --git a/lang/ocaml/patches/patch-debugger_Makefile.shared b/lang/ocaml/patches/patch-debugger_Makefile.shared index eade20d11999f..c100b2d94285d 100644 --- a/lang/ocaml/patches/patch-debugger_Makefile.shared +++ b/lang/ocaml/patches/patch-debugger_Makefile.shared @@ -1,15 +1,14 @@ -$NetBSD: patch-debugger_Makefile.shared,v 1.3 2015/12/29 23:34:53 dholland Exp $ +$NetBSD: patch-debugger_Makefile.shared,v 1.4 2016/05/05 08:12:01 jaapb Exp $ Use BSD_INSTALL_* instead of mkdir and cp - ---- debugger/Makefile.shared.orig 2014-04-29 11:56:17.000000000 +0000 +--- debugger/Makefile.shared.orig 2016-04-01 12:53:41.000000000 +0000 +++ debugger/Makefile.shared -@@ -86,7 +86,7 @@ ocamldebug$(EXE): $(OBJS) $(OTHEROBJS) +@@ -94,7 +94,7 @@ ocamldebug$(EXE): $(OBJS) $(OTHEROBJS) $(CAMLC) $(LINKFLAGS) -o ocamldebug$(EXE) -linkall $(OTHEROBJS) $(OBJS) install: -- cp ocamldebug$(EXE) $(INSTALL_BINDIR)/ocamldebug$(EXE) -+ $(BSD_INSTALL_SCRIPT) ocamldebug$(EXE) $(INSTALL_BINDIR)/ocamldebug$(EXE) +- cp ocamldebug$(EXE) "$(INSTALL_BINDIR)/ocamldebug$(EXE)" ++ $(BSD_INSTALL_SCRIPT) ocamldebug$(EXE) "$(INSTALL_BINDIR)/ocamldebug$(EXE)" clean:: rm -f ocamldebug$(EXE) diff --git a/lang/ocaml/patches/patch-driver_compenv.ml b/lang/ocaml/patches/patch-driver_compenv.ml index d3e2fc38c235c..2765a0d74e675 100644 --- a/lang/ocaml/patches/patch-driver_compenv.ml +++ b/lang/ocaml/patches/patch-driver_compenv.ml @@ -1,14 +1,14 @@ -$NetBSD: patch-driver_compenv.ml,v 1.2 2015/12/29 23:34:53 dholland Exp $ +$NetBSD: patch-driver_compenv.ml,v 1.3 2016/05/05 08:12:01 jaapb Exp $ pkgsrc_runtime flag ---- driver/compenv.ml.orig 2014-08-28 16:24:52.000000000 +0000 +--- driver/compenv.ml.orig 2016-04-01 12:53:41.000000000 +0000 +++ driver/compenv.ml -@@ -185,6 +185,7 @@ let read_OCAMLPARAM ppf position = +@@ -217,6 +217,7 @@ let read_one_param ppf position name v = - | "pp" -> preprocessor := Some v - | "runtime-variant" -> runtime_variant := v -+ | "pkgsrc-runtime" -> set "pkgsrc-runtime" [ pkgsrc_runtime ] v - | "cc" -> c_compiler := Some v + | "pp" -> preprocessor := Some v + | "runtime-variant" -> runtime_variant := v ++ | "pkgsrc-runtime" -> set "pkgsrc-runtime" [ pkgsrc_runtime ] v + | "cc" -> c_compiler := Some v - (* assembly sources *) + | "clambda-checks" -> set "clambda-checks" [ clambda_checks ] v diff --git a/lang/ocaml/patches/patch-driver_main.ml b/lang/ocaml/patches/patch-driver_main.ml index 558b3352451b4..be696b737b684 100644 --- a/lang/ocaml/patches/patch-driver_main.ml +++ b/lang/ocaml/patches/patch-driver_main.ml @@ -1,12 +1,12 @@ -$NetBSD: patch-driver_main.ml,v 1.2 2015/12/29 23:34:53 dholland Exp $ +$NetBSD: patch-driver_main.ml,v 1.3 2016/05/05 08:12:01 jaapb Exp $ pkgsrc_runtime flag ---- driver/main.ml.orig 2014-08-28 16:24:52.000000000 +0000 +--- driver/main.ml.orig 2016-04-25 13:36:01.000000000 +0000 +++ driver/main.ml -@@ -112,6 +112,7 @@ module Options = Main_args.Make_bytecomp - let _principal = set principal +@@ -129,6 +129,7 @@ module Options = Main_args.Make_bytecomp let _rectypes = set recursive_types + let _no_rectypes = unset recursive_types let _runtime_variant s = runtime_variant := s + let _pkgsrc_runtime = set pkgsrc_runtime let _safe_string = unset unsafe_string diff --git a/lang/ocaml/patches/patch-driver_main_args.ml b/lang/ocaml/patches/patch-driver_main_args.ml index d78f823ed6a6e..fabf6a03d8437 100644 --- a/lang/ocaml/patches/patch-driver_main_args.ml +++ b/lang/ocaml/patches/patch-driver_main_args.ml @@ -1,10 +1,10 @@ -$NetBSD: patch-driver_main_args.ml,v 1.3 2015/12/29 23:34:53 dholland Exp $ +$NetBSD: patch-driver_main_args.ml,v 1.4 2016/05/05 08:12:01 jaapb Exp $ pkgsrc_runtime flag ---- driver/main_args.ml.orig 2015-05-12 15:31:26.000000000 +0000 +--- driver/main_args.ml.orig 2016-04-25 13:36:01.000000000 +0000 +++ driver/main_args.ml -@@ -244,6 +244,10 @@ let mk_pack_opt f = +@@ -376,6 +376,10 @@ let mk_pack_opt f = "-pack", Arg.Unit f, " Package the given .cmx files into one .cmx" ;; @@ -15,15 +15,15 @@ pkgsrc_runtime flag let mk_pp f = "-pp", Arg.String f, " Pipe sources through preprocessor " ;; -@@ -537,6 +541,7 @@ module type Compiler_options = sig +@@ -767,6 +771,7 @@ module type Compiler_options = sig val _output_obj : unit -> unit val _output_complete_obj : unit -> unit val _pack : unit -> unit + val _pkgsrc_runtime : unit -> unit val _pp : string -> unit val _principal : unit -> unit - val _rectypes : unit -> unit -@@ -689,6 +694,7 @@ struct + val _no_principal : unit -> unit +@@ -955,6 +960,7 @@ struct mk_output_obj F._output_obj; mk_output_complete_obj F._output_complete_obj; mk_pack_byt F._pack; @@ -31,7 +31,7 @@ pkgsrc_runtime flag mk_pp F._pp; mk_ppx F._ppx; mk_principal F._principal; -@@ -807,6 +813,7 @@ struct +@@ -1108,6 +1114,7 @@ struct mk_output_complete_obj F._output_complete_obj; mk_p F._p; mk_pack_opt F._pack; diff --git a/lang/ocaml/patches/patch-driver_main_args.mli b/lang/ocaml/patches/patch-driver_main_args.mli index 7611d18845b3c..6ce9d55c90f84 100644 --- a/lang/ocaml/patches/patch-driver_main_args.mli +++ b/lang/ocaml/patches/patch-driver_main_args.mli @@ -1,14 +1,14 @@ -$NetBSD: patch-driver_main_args.mli,v 1.3 2015/12/29 23:34:53 dholland Exp $ +$NetBSD: patch-driver_main_args.mli,v 1.4 2016/05/05 08:12:01 jaapb Exp $ pkgsrc_runtime flag ---- driver/main_args.mli.orig 2015-05-12 15:31:26.000000000 +0000 +--- driver/main_args.mli.orig 2016-04-25 13:36:01.000000000 +0000 +++ driver/main_args.mli -@@ -70,6 +70,7 @@ module type Compiler_options = sig +@@ -82,6 +82,7 @@ module type Compiler_options = sig val _output_obj : unit -> unit val _output_complete_obj : unit -> unit val _pack : unit -> unit + val _pkgsrc_runtime : unit -> unit val _pp : string -> unit val _principal : unit -> unit - val _rectypes : unit -> unit + val _no_principal : unit -> unit diff --git a/lang/ocaml/patches/patch-driver_optmain.ml b/lang/ocaml/patches/patch-driver_optmain.ml index 34a9bcfc9424b..ba3960abb1112 100644 --- a/lang/ocaml/patches/patch-driver_optmain.ml +++ b/lang/ocaml/patches/patch-driver_optmain.ml @@ -1,12 +1,12 @@ -$NetBSD: patch-driver_optmain.ml,v 1.2 2015/12/29 23:34:53 dholland Exp $ +$NetBSD: patch-driver_optmain.ml,v 1.3 2016/05/05 08:12:01 jaapb Exp $ pkgsrc_runtime flag ---- driver/optmain.ml.orig 2014-08-28 16:24:52.000000000 +0000 +--- driver/optmain.ml.orig 2016-04-25 13:36:01.000000000 +0000 +++ driver/optmain.ml -@@ -111,6 +111,7 @@ module Options = Main_args.Make_optcomp_ - let _principal = set principal - let _rectypes = set recursive_types +@@ -203,6 +203,7 @@ module Options = Main_args.Make_optcomp_ + let _no_rectypes = clear recursive_types + let _remove_unused_arguments = set remove_unused_arguments let _runtime_variant s = runtime_variant := s + let _pkgsrc_runtime = set pkgsrc_runtime let _safe_string = clear unsafe_string diff --git a/lang/ocaml/patches/patch-ocamldoc_Makefile b/lang/ocaml/patches/patch-ocamldoc_Makefile index aebc8fd50abc4..57e4d0ea12b3c 100644 --- a/lang/ocaml/patches/patch-ocamldoc_Makefile +++ b/lang/ocaml/patches/patch-ocamldoc_Makefile @@ -1,44 +1,44 @@ -$NetBSD: patch-ocamldoc_Makefile,v 1.3 2015/04/02 22:40:09 tnn Exp $ +$NetBSD: patch-ocamldoc_Makefile,v 1.4 2016/05/05 08:12:01 jaapb Exp $ Use BSD_INSTALL_* instead of mkdir and cp ---- ocamldoc/Makefile.orig 2014-10-04 10:38:53.000000000 +0000 +--- ocamldoc/Makefile.orig 2016-04-01 12:53:41.000000000 +0000 +++ ocamldoc/Makefile -@@ -241,24 +241,24 @@ odoc_see_lexer.ml: odoc_see_lexer.mll +@@ -256,24 +256,24 @@ odoc_see_lexer.ml: odoc_see_lexer.mll # Installation targets ###################### install: dummy -- if test -d $(INSTALL_BINDIR); then : ; else $(MKDIR) $(INSTALL_BINDIR); fi -- if test -d $(INSTALL_LIBDIR); then : ; else $(MKDIR) $(INSTALL_LIBDIR); fi -- if test -d $(INSTALL_CUSTOMDIR); then : ; else $(MKDIR) $(INSTALL_CUSTOMDIR); fi -- $(CP) $(OCAMLDOC) $(INSTALL_BINDIR)/$(OCAMLDOC)$(EXE) -- $(CP) ocamldoc.hva *.cmi $(OCAMLDOC_LIBCMA) $(INSTALL_LIBDIR) -- $(CP) $(INSTALL_MLIS) $(INSTALL_CMIS) $(INSTALL_LIBDIR) -- if test -d $(INSTALL_MANODIR); then : ; else $(MKDIR) $(INSTALL_MANODIR); fi -- if test -d stdlib_man; then $(CP) stdlib_man/* $(INSTALL_MANODIR); else : ; fi -+ if test -d $(INSTALL_BINDIR); then : ; else $(BSD_INSTALL_PROGRAM_DIR) $(INSTALL_BINDIR); fi -+ if test -d $(INSTALL_LIBDIR); then : ; else $(BSD_INSTALL_DATA_DIR) $(INSTALL_LIBDIR); fi -+ if test -d $(INSTALL_CUSTOMDIR); then : ; else $(BSD_INSTALL_DATA_DIR) $(INSTALL_CUSTOMDIR); fi -+ $(BSD_INSTALL_SCRIPT) $(OCAMLDOC) $(INSTALL_BINDIR)/$(OCAMLDOC)$(EXE) -+ $(BSD_INSTALL_DATA) ocamldoc.hva *.cmi $(OCAMLDOC_LIBCMA) $(INSTALL_LIBDIR) -+ $(BSD_INSTALL_DATA) $(INSTALL_MLIS) $(INSTALL_CMIS) $(INSTALL_LIBDIR) -+ if test -d $(INSTALL_MANODIR); then : ; else $(BSD_INSTALL_MAN_DIR) $(INSTALL_MANODIR); fi -+ if test -d stdlib_man; then $(BSD_INSTALL_MAN) stdlib_man/* $(INSTALL_MANODIR); else : ; fi +- if test -d "$(INSTALL_BINDIR)"; then : ; else $(MKDIR) "$(INSTALL_BINDIR)"; fi +- if test -d "$(INSTALL_LIBDIR)"; then : ; else $(MKDIR) "$(INSTALL_LIBDIR)"; fi +- if test -d "$(INSTALL_CUSTOMDIR)"; then : ; else $(MKDIR) "$(INSTALL_CUSTOMDIR)"; fi +- $(CP) $(OCAMLDOC) "$(INSTALL_BINDIR)/$(OCAMLDOC)$(EXE)" +- $(CP) ocamldoc.hva *.cmi $(OCAMLDOC_LIBCMA) "$(INSTALL_LIBDIR)" +- $(CP) $(INSTALL_MLIS) $(INSTALL_CMIS) "$(INSTALL_LIBDIR)" +- if test -d "$(INSTALL_MANODIR)"; then : ; else $(MKDIR) "$(INSTALL_MANODIR)"; fi +- if test -d stdlib_man; then $(CP) stdlib_man/* "$(INSTALL_MANODIR)"; else : ; fi ++ if test -d "$(INSTALL_BINDIR)"; then : ; else $(BSD_INSTALL_PROGRAM_DIR) "$(INSTALL_BINDIR)"; fi ++ if test -d "$(INSTALL_LIBDIR)"; then : ; else $(BSD_INSTALL_DATA_DIR) "$(INSTALL_LIBDIR)"; fi ++ if test -d "$(INSTALL_CUSTOMDIR)"; then : ; else $(BSD_INSTALL_DATA_DIR) "$(INSTALL_CUSTOMDIR)"; fi ++ $(BSD_INSTALL_SCRIPT) $(OCAMLDOC) "$(INSTALL_BINDIR)/$(OCAMLDOC)$(EXE)" ++ $(BSD_INSTALL_DATA) ocamldoc.hva *.cmi $(OCAMLDOC_LIBCMA) "$(INSTALL_LIBDIR)" ++ $(BSD_INSTALL_DATA) $(INSTALL_MLIS) $(INSTALL_CMIS) "$(INSTALL_LIBDIR)" ++ if test -d "$(INSTALL_MANODIR)"; then : ; else $(BSD_INSTALL_MAN_DIR) "$(INSTALL_MANODIR)"; fi ++ if test -d stdlib_man; then $(BSD_INSTALL_MAN) stdlib_man/* "$(INSTALL_MANODIR)"; else : ; fi installopt: if test -f $(OCAMLDOC_OPT); then $(MAKE) installopt_really ; fi installopt_really: -- if test -d $(INSTALL_BINDIR); then : ; else $(MKDIR) $(INSTALL_BINDIR); fi -- if test -d $(INSTALL_LIBDIR); then : ; else $(MKDIR) $(INSTALL_LIBDIR); fi -- $(CP) $(OCAMLDOC_OPT) $(INSTALL_BINDIR)/$(OCAMLDOC_OPT)$(EXE) -- $(CP) ocamldoc.hva $(OCAMLDOC_LIBA) $(OCAMLDOC_LIBCMXA) $(INSTALL_LIBDIR) -- $(CP) $(INSTALL_MLIS) $(INSTALL_CMIS) $(INSTALL_LIBDIR) -+ if test -d $(INSTALL_BINDIR); then : ; else $(BSD_INSTALL_PROGRAM_DIR) $(INSTALL_BINDIR); fi -+ if test -d $(INSTALL_LIBDIR); then : ; else $(BSD_INSTALL_DATA_DIR) $(INSTALL_LIBDIR); fi -+ $(BSD_INSTALL_PROGRAM) $(OCAMLDOC_OPT) $(INSTALL_BINDIR)/$(OCAMLDOC_OPT)$(EXE) -+ $(BSD_INSTALL_DATA) ocamldoc.hva $(OCAMLDOC_LIBA) $(OCAMLDOC_LIBCMXA) $(INSTALL_LIBDIR) -+ $(BSD_INSTALL_DATA) $(INSTALL_MLIS) $(INSTALL_CMIS) $(INSTALL_LIBDIR) +- if test -d "$(INSTALL_BINDIR)"; then : ; else $(MKDIR) "$(INSTALL_BINDIR)"; fi +- if test -d "$(INSTALL_LIBDIR)"; then : ; else $(MKDIR) "$(INSTALL_LIBDIR)"; fi +- $(CP) $(OCAMLDOC_OPT) "$(INSTALL_BINDIR)/$(OCAMLDOC_OPT)$(EXE)" +- $(CP) ocamldoc.hva *.cmx $(OCAMLDOC_LIBA) $(OCAMLDOC_LIBCMXA) "$(INSTALL_LIBDIR)" +- $(CP) $(INSTALL_MLIS) $(INSTALL_CMIS) "$(INSTALL_LIBDIR)" ++ if test -d "$(INSTALL_BINDIR)"; then : ; else $(BSD_INSTALL_PROGRAM_DIR) "$(INSTALL_BINDIR)"; fi ++ if test -d "$(INSTALL_LIBDIR)"; then : ; else $(BSD_INSTALL_DATA_DIR) "$(INSTALL_LIBDIR)"; fi ++ $(BSD_INSTALL_PROGRAM) $(OCAMLDOC_OPT) "$(INSTALL_BINDIR)/$(OCAMLDOC_OPT)$(EXE)" ++ $(BSD_INSTALL_DATA) ocamldoc.hva *.cmx $(OCAMLDOC_LIBA) $(OCAMLDOC_LIBCMXA) "$(INSTALL_LIBDIR)" ++ $(BSD_INSTALL_DATA) $(INSTALL_MLIS) $(INSTALL_CMIS) "$(INSTALL_LIBDIR)" # Testing : ########### diff --git a/lang/ocaml/patches/patch-otherlibs_Makefile.shared b/lang/ocaml/patches/patch-otherlibs_Makefile.shared index 8a3928bc749d6..f2336ee70b430 100644 --- a/lang/ocaml/patches/patch-otherlibs_Makefile.shared +++ b/lang/ocaml/patches/patch-otherlibs_Makefile.shared @@ -1,29 +1,31 @@ -$NetBSD: patch-otherlibs_Makefile.shared,v 1.4 2015/12/29 23:34:53 dholland Exp $ +$NetBSD: patch-otherlibs_Makefile.shared,v 1.5 2016/05/05 08:12:01 jaapb Exp $ Use BSD_INSTALL_* instead of mkdir and cp ---- otherlibs/Makefile.shared.orig 2014-04-29 11:56:17.000000000 +0000 +--- otherlibs/Makefile.shared.orig 2016-04-01 12:53:41.000000000 +0000 +++ otherlibs/Makefile.shared -@@ -61,16 +61,16 @@ INSTALL_STUBLIBDIR=$(DESTDIR)$(STUBLIBDI +@@ -69,18 +69,18 @@ INSTALL_STUBLIBDIR=$(DESTDIR)$(STUBLIBDI install:: if test -f dll$(CLIBNAME)$(EXT_DLL); then \ -- cp dll$(CLIBNAME)$(EXT_DLL) $(INSTALL_STUBLIBDIR)/; fi -- cp lib$(CLIBNAME).$(A) $(INSTALL_LIBDIR)/ -+ $(BSD_INSTALL_LIB) dll$(CLIBNAME)$(EXT_DLL) $(INSTALL_STUBLIBDIR)/; fi -+ $(BSD_INSTALL_DATA) lib$(CLIBNAME).$(A) $(INSTALL_LIBDIR)/ - cd $(INSTALL_LIBDIR); $(RANLIB) lib$(CLIBNAME).$(A) -- cp $(LIBNAME).cma $(CMIFILES) $(CMIFILES:.cmi=.mli) $(INSTALL_LIBDIR)/ -- if test -n "$(HEADERS)"; then cp $(HEADERS) $(INSTALL_LIBDIR)/caml/; fi -+ $(BSD_INSTALL_DATA) $(LIBNAME).cma $(CMIFILES) $(CMIFILES:.cmi=.mli) $(INSTALL_LIBDIR)/ -+ if test -n "$(HEADERS)"; then $(BSD_INSTALL_DATA) $(HEADERS) $(INSTALL_LIBDIR)/caml/; fi +- cp dll$(CLIBNAME)$(EXT_DLL) "$(INSTALL_STUBLIBDIR)/"; fi +- cp lib$(CLIBNAME).$(A) "$(INSTALL_LIBDIR)/" ++ $(BSD_INSTALL_LIB) dll$(CLIBNAME)$(EXT_DLL) "$(INSTALL_STUBLIBDIR)/"; fi ++ $(BSD_INSTALL_DATA) lib$(CLIBNAME).$(A) "$(INSTALL_LIBDIR)/" + cd "$(INSTALL_LIBDIR)"; $(RANLIB) lib$(CLIBNAME).$(A) +- cp $(LIBNAME).cma $(CMIFILES) $(CMIFILES:.cmi=.mli) "$(INSTALL_LIBDIR)/" ++ $(BSD_INSTALL_DATA) $(LIBNAME).cma $(CMIFILES) $(CMIFILES:.cmi=.mli) "$(INSTALL_LIBDIR)/" + if test -n "$(HEADERS)"; then \ +- cp $(HEADERS) "$(INSTALL_LIBDIR)/caml/"; fi ++ $(BSD_INSTALL_DATA) $(HEADERS) "$(INSTALL_LIBDIR)/caml/"; fi installopt: -- cp $(CAMLOBJS_NAT) $(LIBNAME).cmxa $(LIBNAME).$(A) $(INSTALL_LIBDIR)/ -+ $(BSD_INSTALL_DATA) $(CAMLOBJS_NAT) $(LIBNAME).cmxa $(LIBNAME).$(A) $(INSTALL_LIBDIR)/ - cd $(INSTALL_LIBDIR); $(RANLIB) $(LIBNAME).a -- if test -f $(LIBNAME).cmxs; then cp $(LIBNAME).cmxs $(INSTALL_LIBDIR)/; fi -+ if test -f $(LIBNAME).cmxs; then $(BSD_INSTALL_DATA) $(LIBNAME).cmxs $(INSTALL_LIBDIR)/; fi +- cp $(CAMLOBJS_NAT) $(LIBNAME).cmxa $(LIBNAME).$(A) "$(INSTALL_LIBDIR)/" ++ $(BSD_INSTALL_DATA) $(CAMLOBJS_NAT) $(LIBNAME).cmxa $(LIBNAME).$(A) "$(INSTALL_LIBDIR)/" + cd "$(INSTALL_LIBDIR)"; $(RANLIB) $(LIBNAME).a + if test -f $(LIBNAME).cmxs; then \ +- cp $(LIBNAME).cmxs "$(INSTALL_LIBDIR)/"; fi ++ $(BSD_INSTALL_DATA) $(LIBNAME).cmxs "$(INSTALL_LIBDIR)/"; fi partialclean: rm -f *.cm* diff --git a/lang/ocaml/patches/patch-otherlibs_dynlink_Makefile b/lang/ocaml/patches/patch-otherlibs_dynlink_Makefile index 47d29fa02c133..bd36db1e99397 100644 --- a/lang/ocaml/patches/patch-otherlibs_dynlink_Makefile +++ b/lang/ocaml/patches/patch-otherlibs_dynlink_Makefile @@ -1,22 +1,22 @@ -$NetBSD: patch-otherlibs_dynlink_Makefile,v 1.3 2015/12/29 23:34:53 dholland Exp $ +$NetBSD: patch-otherlibs_dynlink_Makefile,v 1.4 2016/05/05 08:12:01 jaapb Exp $ Use BSD_INSTALL_* instead of mkdir and cp ---- otherlibs/dynlink/Makefile.orig 2014-04-29 11:56:17.000000000 +0000 +--- otherlibs/dynlink/Makefile.orig 2016-04-01 12:53:41.000000000 +0000 +++ otherlibs/dynlink/Makefile -@@ -74,12 +74,12 @@ extract_crc: dynlink.cma extract_crc.cmo +@@ -88,12 +88,12 @@ extract_crc: dynlink.cma extract_crc.cmo INSTALL_LIBDIR=$(DESTDIR)$(LIBDIR) install: -- cp dynlink.cmi dynlink.cma dynlink.mli $(INSTALL_LIBDIR) -- cp extract_crc $(INSTALL_LIBDIR)/extract_crc$(EXE) -+ $(BSD_INSTALL_DATA) dynlink.cmi dynlink.cma dynlink.mli $(INSTALL_LIBDIR) -+ $(BSD_INSTALL_SCRIPT) extract_crc $(INSTALL_LIBDIR)/extract_crc$(EXE) +- cp dynlink.cmi dynlink.cma dynlink.mli "$(INSTALL_LIBDIR)" +- cp extract_crc "$(INSTALL_LIBDIR)/extract_crc$(EXE)" ++ $(BSD_INSTALL_DATA) dynlink.cmi dynlink.cma dynlink.mli "$(INSTALL_LIBDIR)" ++ $(BSD_INSTALL_SCRIPT) extract_crc "$(INSTALL_LIBDIR)/extract_crc$(EXE)" installopt: if $(NATDYNLINK); then \ -- cp $(NATOBJS) dynlink.cmxa dynlink.$(A) $(INSTALL_LIBDIR) && \ -+ $(BSD_INSTALL_DATA) $(NATOBJS) dynlink.cmxa dynlink.$(A) $(INSTALL_LIBDIR) && \ - cd $(INSTALL_LIBDIR) && $(RANLIB) dynlink.$(A); \ +- cp $(NATOBJS) dynlink.cmxa dynlink.$(A) "$(INSTALL_LIBDIR)" && \ ++ $(BSD_INSTALL_DATA) $(NATOBJS) dynlink.cmxa dynlink.$(A) "$(INSTALL_LIBDIR)" && \ + cd "$(INSTALL_LIBDIR)" && $(RANLIB) dynlink.$(A); \ fi diff --git a/lang/ocaml/patches/patch-otherlibs_systhreads_Makefile b/lang/ocaml/patches/patch-otherlibs_systhreads_Makefile index 02a815332410b..57e4ff9393841 100644 --- a/lang/ocaml/patches/patch-otherlibs_systhreads_Makefile +++ b/lang/ocaml/patches/patch-otherlibs_systhreads_Makefile @@ -1,10 +1,10 @@ -$NetBSD: patch-otherlibs_systhreads_Makefile,v 1.4 2015/12/29 23:34:53 dholland Exp $ +$NetBSD: patch-otherlibs_systhreads_Makefile,v 1.5 2016/05/05 08:12:01 jaapb Exp $ Use BSD_INSTALL_* instead of mkdir and cp ---- otherlibs/systhreads/Makefile.orig 2014-04-29 11:56:17.000000000 +0000 +--- otherlibs/systhreads/Makefile.orig 2016-04-01 12:53:41.000000000 +0000 +++ otherlibs/systhreads/Makefile -@@ -77,21 +77,21 @@ INSTALL_STUBLIBDIR=$(DESTDIR)$(STUBLIBDI +@@ -86,21 +86,21 @@ INSTALL_STUBLIBDIR=$(DESTDIR)$(STUBLIBDI install: if test -f dllthreads.so; then \ @@ -29,8 +29,8 @@ Use BSD_INSTALL_* instead of mkdir and cp - cp libthreadsnat.a $(INSTALL_LIBDIR)/libthreadsnat.a + $(BSD_INSTALL_DATA) libthreadsnat.a $(INSTALL_LIBDIR)/libthreadsnat.a cd $(INSTALL_LIBDIR); $(RANLIB) libthreadsnat.a -- cp $(THREAD_OBJS:.cmo=.cmx) threads.cmxa threads.a $(INSTALL_LIBDIR)/threads -+ $(BSD_INSTALL_DATA) $(THREAD_OBJS:.cmo=.cmx) threads.cmxa threads.a $(INSTALL_LIBDIR)/threads - cd $(INSTALL_LIBDIR)/threads; $(RANLIB) threads.a +- cp $(THREAD_OBJS:.cmo=.cmx) threads.cmxa threads.a \ ++ $(BSD_INSTALL_DATA) $(THREAD_OBJS:.cmo=.cmx) threads.cmxa threads.a \ + $(INSTALL_LIBDIR)/threads + cd $(INSTALL_LIBDIR)/threads && $(RANLIB) threads.a - .SUFFIXES: .ml .mli .cmo .cmi .cmx diff --git a/lang/ocaml/patches/patch-otherlibs_threads_Makefile b/lang/ocaml/patches/patch-otherlibs_threads_Makefile index fcb934d81e527..631e989d8d468 100644 --- a/lang/ocaml/patches/patch-otherlibs_threads_Makefile +++ b/lang/ocaml/patches/patch-otherlibs_threads_Makefile @@ -1,16 +1,19 @@ -$NetBSD: patch-otherlibs_threads_Makefile,v 1.6 2015/12/29 23:34:53 dholland Exp $ +$NetBSD: patch-otherlibs_threads_Makefile,v 1.7 2016/05/05 08:12:01 jaapb Exp $ Use BSD_INSTALL_* instead of mkdir and cp ---- otherlibs/threads/Makefile.orig 2015-05-12 14:46:37.000000000 +0000 +--- otherlibs/threads/Makefile.orig 2016-04-01 12:53:41.000000000 +0000 +++ otherlibs/threads/Makefile -@@ -106,12 +106,12 @@ INSTALL_STUBLIBDIR=$(DESTDIR)$(STUBLIBDI +@@ -109,14 +109,14 @@ INSTALL_STUBLIBDIR=$(DESTDIR)$(STUBLIBDI install: - if test -f dllvmthreads.so; then cp dllvmthreads.so $(INSTALL_STUBLIBDIR)/.; fi + if test -f dllvmthreads.so; then \ +- cp dllvmthreads.so $(INSTALL_STUBLIBDIR)/.; \ ++ $(BSD_INSTALL_LIB) dllvmthreads.so $(INSTALL_STUBLIBDIR)/.; \ + fi - mkdir -p $(INSTALL_LIBDIR)/vmthreads - cp libvmthreads.a $(INSTALL_LIBDIR)/vmthreads/libvmthreads.a -+ $(BSD_INSTALL_DATA_DIR) $(INSTALL_LIBDIR)/vmthreads ++ $(BSD_INSTALL_DATA_DIR) -p $(INSTALL_LIBDIR)/vmthreads + $(BSD_INSTALL_DATA) libvmthreads.a $(INSTALL_LIBDIR)/vmthreads/libvmthreads.a cd $(INSTALL_LIBDIR)/vmthreads; $(RANLIB) libvmthreads.a - cp thread.cmi mutex.cmi condition.cmi event.cmi threadUnix.cmi \ diff --git a/lang/ocaml/patches/patch-stdlib_Makefile b/lang/ocaml/patches/patch-stdlib_Makefile index fcfb6dfdf37ec..cbc8f9e1e6d7b 100644 --- a/lang/ocaml/patches/patch-stdlib_Makefile +++ b/lang/ocaml/patches/patch-stdlib_Makefile @@ -1,24 +1,24 @@ -$NetBSD: patch-stdlib_Makefile,v 1.3 2015/12/29 23:34:53 dholland Exp $ +$NetBSD: patch-stdlib_Makefile,v 1.4 2016/05/05 08:12:01 jaapb Exp $ Use BSD_INSTALL_* instead of mkdir and cp ---- stdlib/Makefile.orig 2014-04-12 10:17:02.000000000 +0000 +--- stdlib/Makefile.orig 2016-04-01 12:53:41.000000000 +0000 +++ stdlib/Makefile -@@ -25,7 +25,7 @@ allopt-prof: stdlib.p.cmxa std_exit.p.cm +@@ -27,7 +27,7 @@ allopt-prof: stdlib.p.cmxa std_exit.p.cm installopt: installopt-default installopt-$(PROFILING) installopt-default: -- cp stdlib.cmxa stdlib.a std_exit.o *.cmx $(INSTALL_LIBDIR) -+ $(BSD_INSTALL_DATA) stdlib.cmxa stdlib.a std_exit.o *.cmx $(INSTALL_LIBDIR) - cd $(INSTALL_LIBDIR); $(RANLIB) stdlib.a +- cp stdlib.cmxa stdlib.a std_exit.o *.cmx "$(INSTALL_LIBDIR)" ++ $(BSD_INSTALL_DATA) stdlib.cmxa stdlib.a std_exit.o *.cmx "$(INSTALL_LIBDIR)" + cd "$(INSTALL_LIBDIR)"; $(RANLIB) stdlib.a installopt-noprof: -@@ -39,7 +39,7 @@ installopt-noprof: - ln -s std_exit.o $(INSTALL_LIBDIR)/std_exit.p.o +@@ -41,7 +41,7 @@ installopt-noprof: + ln -s std_exit.o "$(INSTALL_LIBDIR)/std_exit.p.o" installopt-prof: -- cp stdlib.p.cmxa stdlib.p.a std_exit.p.cmx std_exit.p.o $(INSTALL_LIBDIR) -+ $(BSD_INSTALL_DATA) stdlib.p.cmxa stdlib.p.a std_exit.p.cmx std_exit.p.o $(INSTALL_LIBDIR) - cd $(INSTALL_LIBDIR); $(RANLIB) stdlib.p.a +- cp stdlib.p.cmxa stdlib.p.a std_exit.p.cmx std_exit.p.o \ ++ $(BSD_INSTALL_DATA) stdlib.p.cmxa stdlib.p.a std_exit.p.cmx std_exit.p.o \ + "$(INSTALL_LIBDIR)" + cd "$(INSTALL_LIBDIR)"; $(RANLIB) stdlib.p.a - stdlib.p.cmxa: $(OBJS:.cmo=.p.cmx) diff --git a/lang/ocaml/patches/patch-stdlib_Makefile.shared b/lang/ocaml/patches/patch-stdlib_Makefile.shared index f46fecfb96361..59929ceed8695 100644 --- a/lang/ocaml/patches/patch-stdlib_Makefile.shared +++ b/lang/ocaml/patches/patch-stdlib_Makefile.shared @@ -1,26 +1,30 @@ -$NetBSD: patch-stdlib_Makefile.shared,v 1.5 2015/12/29 23:34:53 dholland Exp $ +$NetBSD: patch-stdlib_Makefile.shared,v 1.6 2016/05/05 08:12:01 jaapb Exp $ Use BSD_INSTALL_* instead of mkdir and cp ---- stdlib/Makefile.shared.orig 2015-07-20 14:10:11.000000000 +0000 +--- stdlib/Makefile.shared.orig 2016-04-01 12:53:41.000000000 +0000 +++ stdlib/Makefile.shared -@@ -45,16 +45,16 @@ all: stdlib.cma std_exit.cmo camlheader +@@ -61,19 +61,19 @@ endif INSTALL_LIBDIR=$(DESTDIR)$(LIBDIR) - install: install-$(RUNTIMED) + install:: - cp stdlib.cma std_exit.cmo *.cmi *.cmt *.cmti *.mli *.ml \ + $(BSD_INSTALL_DATA) stdlib.cma std_exit.cmo *.cmi *.cmt *.cmti *.mli *.ml \ camlheader_ur \ - $(INSTALL_LIBDIR) -- cp target_camlheader $(INSTALL_LIBDIR)/camlheader -+ $(BSD_INSTALL_DATA) target_camlheader $(INSTALL_LIBDIR)/camlheader + "$(INSTALL_LIBDIR)" +- cp target_camlheader "$(INSTALL_LIBDIR)/camlheader" ++ $(BSD_INSTALL_DATA) target_camlheader "$(INSTALL_LIBDIR)/camlheader" - install-noruntimed: - .PHONY: install-noruntimed + ifeq "$(RUNTIMED)" "runtimed" + install:: +- cp target_camlheaderd $(INSTALL_LIBDIR) ++ $(BSD_INSTALL_DATA) target_camlheaderd $(INSTALL_LIBDIR) + endif - install-runtimed: target_camlheaderd -- cp target_camlheaderd $(INSTALL_LIBDIR)/camlheaderd -+ $(BSD_INSTALL_DATA) target_camlheaderd $(INSTALL_LIBDIR)/camlheaderd - .PHONY: install-runtimed + ifeq "$(RUNTIMEI)" "true" + install:: +- cp target_camlheaderi $(INSTALL_LIBDIR) ++ $(BSD_INSTALL_DATA) target_camlheaderi $(INSTALL_LIBDIR) + endif stdlib.cma: $(OBJS) diff --git a/lang/ocaml/patches/patch-tools_Makefile.shared b/lang/ocaml/patches/patch-tools_Makefile.shared index e4e7800091b39..834091d29d450 100644 --- a/lang/ocaml/patches/patch-tools_Makefile.shared +++ b/lang/ocaml/patches/patch-tools_Makefile.shared @@ -1,57 +1,57 @@ -$NetBSD: patch-tools_Makefile.shared,v 1.3 2015/12/29 23:34:53 dholland Exp $ +$NetBSD: patch-tools_Makefile.shared,v 1.4 2016/05/05 08:12:01 jaapb Exp $ Use BSD_INSTALL_* instead of mkdir and cp ---- tools/Makefile.shared.orig 2014-05-12 10:41:21.000000000 +0000 +--- tools/Makefile.shared.orig 2016-04-01 12:53:41.000000000 +0000 +++ tools/Makefile.shared -@@ -59,9 +59,9 @@ INSTALL_BINDIR=$(DESTDIR)$(BINDIR) +@@ -66,9 +66,9 @@ INSTALL_BINDIR=$(DESTDIR)$(BINDIR) INSTALL_LIBDIR=$(DESTDIR)$(LIBDIR) install:: -- cp ocamldep $(INSTALL_BINDIR)/ocamldep$(EXE) -+ $(BSD_INSTALL_SCRIPT) ocamldep $(INSTALL_BINDIR)/ocamldep$(EXE) - if test -f ocamldep.opt; \ -- then cp ocamldep.opt $(INSTALL_BINDIR)/ocamldep.opt$(EXE); else :; fi -+ then $(BSD_INSTALL_PROGRAM) ocamldep.opt $(INSTALL_BINDIR)/ocamldep.opt$(EXE); else :; fi +- cp ocamldep "$(INSTALL_BINDIR)/ocamldep$(EXE)" ++ $(BSD_INSTALL_SCRIPT) ocamldep "$(INSTALL_BINDIR)/ocamldep$(EXE)" + if test -f ocamldep.opt; then \ +- cp ocamldep.opt "$(INSTALL_BINDIR)/ocamldep.opt$(EXE)"; else :; fi ++ $(BSD_INSTALL_PROGRAM) ocamldep.opt "$(INSTALL_BINDIR)/ocamldep.opt$(EXE)"; else :; fi # The profiler -@@ -83,13 +83,13 @@ ocamloptp: ocamloptp.cmo +@@ -95,13 +95,13 @@ ocamloptp: ocamloptp.cmo opt:: profiling.cmx install:: -- cp ocamlprof $(INSTALL_BINDIR)/ocamlprof$(EXE) -- cp ocamlcp $(INSTALL_BINDIR)/ocamlcp$(EXE) -- cp ocamloptp $(INSTALL_BINDIR)/ocamloptp$(EXE) -- cp profiling.cmi profiling.cmo $(INSTALL_LIBDIR) -+ $(BSD_INSTALL_SCRIPT) ocamlprof $(INSTALL_BINDIR)/ocamlprof$(EXE) -+ $(BSD_INSTALL_SCRIPT) ocamlcp $(INSTALL_BINDIR)/ocamlcp$(EXE) -+ $(BSD_INSTALL_SCRIPT) ocamloptp $(INSTALL_BINDIR)/ocamloptp$(EXE) -+ $(BSD_INSTALL_DATA) profiling.cmi profiling.cmo $(INSTALL_LIBDIR) +- cp ocamlprof "$(INSTALL_BINDIR)/ocamlprof$(EXE)" +- cp ocamlcp "$(INSTALL_BINDIR)/ocamlcp$(EXE)" +- cp ocamloptp "$(INSTALL_BINDIR)/ocamloptp$(EXE)" +- cp profiling.cmi profiling.cmo "$(INSTALL_LIBDIR)" ++ $(BSD_INSTALL_SCRIPT) ocamlprof "$(INSTALL_BINDIR)/ocamlprof$(EXE)" ++ $(BSD_INSTALL_SCRIPT) ocamlcp "$(INSTALL_BINDIR)/ocamlcp$(EXE)" ++ $(BSD_INSTALL_SCRIPT) ocamloptp "$(INSTALL_BINDIR)/ocamloptp$(EXE)" ++ $(BSD_INSTALL_DATA) profiling.cmi profiling.cmo "$(INSTALL_LIBDIR)" installopt:: -- cp profiling.cmx profiling.$(O) $(INSTALL_LIBDIR) -+ $(BSD_INSTALL_DATA) profiling.cmx profiling.$(O) $(INSTALL_LIBDIR) +- cp profiling.cmx profiling.$(O) "$(INSTALL_LIBDIR)" ++ $(BSD_INSTALL_DATA) profiling.cmx profiling.$(O) "$(INSTALL_LIBDIR)" clean:: rm -f ocamlprof ocamlcp ocamloptp -@@ -101,7 +101,7 @@ ocamlmklib: ocamlmklibconfig.cmo ocamlmk - $(CAMLC) $(LINKFLAGS) -o ocamlmklib ocamlmklibconfig.cmo ocamlmklib.cmo +@@ -114,7 +114,7 @@ ocamlmklib: ocamlmklibconfig.cmo ocamlmk + ocamlmklib.cmo install:: -- cp ocamlmklib $(INSTALL_BINDIR)/ocamlmklib$(EXE) -+ $(BSD_INSTALL_SCRIPT) ocamlmklib $(INSTALL_BINDIR)/ocamlmklib$(EXE) +- cp ocamlmklib "$(INSTALL_BINDIR)/ocamlmklib$(EXE)" ++ $(BSD_INSTALL_SCRIPT) ocamlmklib "$(INSTALL_BINDIR)/ocamlmklib$(EXE)" clean:: rm -f ocamlmklib -@@ -289,8 +289,8 @@ objinfo: objinfo_helper$(EXE) $(OBJINFO) +@@ -287,8 +287,8 @@ objinfo: objinfo_helper$(EXE) $(OBJINFO) $(CAMLC) -o objinfo $(OBJINFO) install:: -- cp objinfo $(INSTALL_BINDIR)/ocamlobjinfo$(EXE) -- cp objinfo_helper$(EXE) $(INSTALL_LIBDIR)/objinfo_helper$(EXE) -+ $(BSD_INSTALL_SCRIPT) objinfo $(INSTALL_BINDIR)/ocamlobjinfo$(EXE) -+ $(BSD_INSTALL_SCRIPT) objinfo_helper$(EXE) $(INSTALL_LIBDIR)/objinfo_helper$(EXE) +- cp objinfo "$(INSTALL_BINDIR)/ocamlobjinfo$(EXE)" +- cp objinfo_helper$(EXE) "$(INSTALL_LIBDIR)/objinfo_helper$(EXE)" ++ $(BSD_INSTALL_SCRIPT) objinfo "$(INSTALL_BINDIR)/ocamlobjinfo$(EXE)" ++ $(BSD_INSTALL_SCRIPT) objinfo_helper$(EXE) "$(INSTALL_LIBDIR)/objinfo_helper$(EXE)" clean:: rm -f objinfo objinfo_helper$(EXE) diff --git a/lang/ocaml/patches/patch-tools_ocamlcp.ml b/lang/ocaml/patches/patch-tools_ocamlcp.ml index b5f19dac9f971..2cf1189f3b994 100644 --- a/lang/ocaml/patches/patch-tools_ocamlcp.ml +++ b/lang/ocaml/patches/patch-tools_ocamlcp.ml @@ -1,14 +1,14 @@ -$NetBSD: patch-tools_ocamlcp.ml,v 1.2 2015/12/29 23:34:53 dholland Exp $ +$NetBSD: patch-tools_ocamlcp.ml,v 1.3 2016/05/05 08:12:01 jaapb Exp $ pkgsrc_runtime flag ---- tools/ocamlcp.ml.orig 2014-08-28 16:24:52.000000000 +0000 +--- tools/ocamlcp.ml.orig 2016-04-25 13:36:01.000000000 +0000 +++ tools/ocamlcp.ml -@@ -80,6 +80,7 @@ module Options = Main_args.Make_bytecomp - let _principal = option "-principal" - let _rectypes = option "-rectypes" - let _runtime_variant s = option_with_arg "-runtime-variant" s +@@ -86,6 +86,7 @@ module Options = Main_args.Make_bytecomp + let _output_obj = option "-output-obj" + let _output_complete_obj = option "-output-complete-obj" + let _pack = option "-pack" + let _pkgsrc_runtime = option "-pkgsrc-runtime" - let _safe_string = option "-safe-string" - let _short_paths = option "-short-paths" - let _strict_sequence = option "-strict-sequence" + let _pp _s = incompatible "-pp" + let _ppx _s = incompatible "-ppx" + let _principal = option "-principal" diff --git a/lang/ocaml/patches/patch-tools_ocamlmklib b/lang/ocaml/patches/patch-tools_ocamlmklib index 76ee57d001427..fe3aebc87b965 100644 --- a/lang/ocaml/patches/patch-tools_ocamlmklib +++ b/lang/ocaml/patches/patch-tools_ocamlmklib @@ -1,18 +1,18 @@ -$NetBSD: patch-tools_ocamlmklib,v 1.5 2015/12/29 23:34:53 dholland Exp $ +$NetBSD: patch-tools_ocamlmklib,v 1.6 2016/05/05 08:12:01 jaapb Exp $ Add ELF mode support to ocamlmklib ---- tools/ocamlmklib.ml.orig 2014-12-27 08:44:24.000000000 +0000 +--- tools/ocamlmklib.ml.orig 2016-04-01 12:53:41.000000000 +0000 +++ tools/ocamlmklib.ml -@@ -25,6 +25,7 @@ and c_objs = ref [] (* .o, .a, . +@@ -28,6 +28,7 @@ and c_objs = ref [] (* .o, .a, . and caml_libs = ref [] (* -cclib to pass to ocamlc, ocamlopt *) and caml_opts = ref [] (* -ccopt to pass to ocamlc, ocamlopt *) and dynlink = ref supports_shared_libraries +and elfmode = ref false (* do not add C link lib path to run-time path *) and failsafe = ref false (* whether to fall back on static build only *) and c_libs = ref [] (* libs to pass to mksharedlib and ocamlc -cclib *) - and c_Lopts = ref [] (* options to pass to mksharedlib and ocamlc -cclib *) -@@ -99,8 +100,9 @@ let parse_arguments argv = + and c_Lopts = ref [] (* options to pass to mksharedlib and ocamlc -cclib *) +@@ -104,8 +105,9 @@ let parse_arguments argv = c_libs := s :: !c_libs else if starts_with s "-L" then (c_Lopts := s :: !c_Lopts; @@ -24,7 +24,7 @@ Add ELF mode support to ocamlmklib else if s = "-ocamlcflags" then ocamlc_opts := next_arg () :: !ocamlc_opts else if s = "-ocamlc" then -@@ -115,6 +117,8 @@ let parse_arguments argv = +@@ -120,6 +122,8 @@ let parse_arguments argv = output_c := next_arg() else if s = "-dllpath" || s = "-R" || s = "-rpath" then rpath := next_arg() :: !rpath @@ -33,7 +33,7 @@ Add ELF mode support to ocamlmklib else if starts_with s "-R" then rpath := chop_prefix s "-R" :: !rpath else if s = "-Wl,-rpath" then -@@ -160,6 +164,7 @@ Usage: ocamlmklib [options] <.cmo|.cma|. +@@ -165,6 +169,7 @@ Usage: ocamlmklib [options] <.cmo|.cma|. \n -custom Disable dynamic loading\ \n -g Build with debug information\ \n -dllpath Add to the run-time search path for DLLs\ diff --git a/lang/ocaml/patches/patch-tools_ocamloptp.ml b/lang/ocaml/patches/patch-tools_ocamloptp.ml index 57df5b8532fee..0fd9436a2747f 100644 --- a/lang/ocaml/patches/patch-tools_ocamloptp.ml +++ b/lang/ocaml/patches/patch-tools_ocamloptp.ml @@ -1,14 +1,14 @@ -$NetBSD: patch-tools_ocamloptp.ml,v 1.2 2015/12/29 23:34:53 dholland Exp $ +$NetBSD: patch-tools_ocamloptp.ml,v 1.3 2016/05/05 08:12:01 jaapb Exp $ pkgsrc_runtime flag ---- tools/ocamloptp.ml.orig 2014-08-28 16:24:52.000000000 +0000 +--- tools/ocamloptp.ml.orig 2016-04-25 13:36:01.000000000 +0000 +++ tools/ocamloptp.ml -@@ -82,6 +82,7 @@ module Options = Main_args.Make_optcomp_ - let _principal = option "-principal" - let _rectypes = option "-rectypes" - let _runtime_variant s = option_with_arg "-runtime-variant" s +@@ -108,6 +108,7 @@ module Options = Main_args.Make_optcomp_ + let _output_complete_obj = option "-output-complete-obj" + let _p = option "-p" + let _pack = option "-pack" + let _pkgsrc_runtime = option "-pkgsrc-runtime" - let _S = option "-S" - let _safe_string = option "-safe-string" - let _short_paths = option "-short-paths" + let _pp _s = incompatible "-pp" + let _ppx _s = incompatible "-ppx" + let _principal = option "-principal" diff --git a/lang/ocaml/patches/patch-utils_clflags.ml b/lang/ocaml/patches/patch-utils_clflags.ml index ed4d4e1985bce..ae09ba3a2cfb0 100644 --- a/lang/ocaml/patches/patch-utils_clflags.ml +++ b/lang/ocaml/patches/patch-utils_clflags.ml @@ -1,16 +1,16 @@ -$NetBSD: patch-utils_clflags.ml,v 1.3 2015/12/29 23:34:53 dholland Exp $ +$NetBSD: patch-utils_clflags.ml,v 1.4 2016/05/05 08:12:01 jaapb Exp $ pkgsrc_runtime flag ---- utils/clflags.ml.orig 2015-05-12 15:31:26.000000000 +0000 +--- utils/clflags.ml.orig 2016-04-01 12:53:41.000000000 +0000 +++ utils/clflags.ml -@@ -108,7 +108,8 @@ let std_include_dir () = - let shared = ref false (* -shared *) - let dlcode = ref true (* not -nodynlink *) +@@ -148,7 +148,8 @@ let pic_code = ref (match Config.archite + | "amd64" -> true + | _ -> false) -let runtime_variant = ref "";; (* -runtime-variant *) +let runtime_variant = ref "" (* -runtime-variant *) -+let pkgsrc_runtime = ref false;; (* -pkgsrc-runtime *) ++let pkgsrc_runtime = ref false;; (* -pkgsrc-runtime *) let keep_docs = ref false (* -keep-docs *) let keep_locs = ref false (* -keep-locs *) diff --git a/lang/ocaml/patches/patch-utils_clflags.mli b/lang/ocaml/patches/patch-utils_clflags.mli index 532a12ed4dacf..167c3f6400299 100644 --- a/lang/ocaml/patches/patch-utils_clflags.mli +++ b/lang/ocaml/patches/patch-utils_clflags.mli @@ -1,12 +1,12 @@ -$NetBSD: patch-utils_clflags.mli,v 1.3 2015/12/29 23:34:53 dholland Exp $ +$NetBSD: patch-utils_clflags.mli,v 1.4 2016/05/05 08:12:01 jaapb Exp $ pkgsrc_runtime flag ---- utils/clflags.mli.orig 2015-05-12 15:31:26.000000000 +0000 +--- utils/clflags.mli.orig 2016-04-01 12:53:41.000000000 +0000 +++ utils/clflags.mli -@@ -92,6 +92,7 @@ val std_include_dir : unit -> string lis - val shared : bool ref +@@ -174,6 +174,7 @@ val shared : bool ref val dlcode : bool ref + val pic_code : bool ref val runtime_variant : string ref +val pkgsrc_runtime : bool ref val force_slash : bool ref diff --git a/lang/openjdk8/Makefile b/lang/openjdk8/Makefile index d03ccce9bd3ea..7290155941922 100644 --- a/lang/openjdk8/Makefile +++ b/lang/openjdk8/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.30 2016/03/11 07:02:59 tnn Exp $ +# $NetBSD: Makefile,v 1.33 2016/05/06 13:37:01 ryoon Exp $ -DISTNAME= openjdk-1.8.74-20160219 -PKGNAME= openjdk8-1.8.74 -PKGREVISION= 1 +DISTNAME= openjdk-1.8.92-20160506 +PKGNAME= openjdk8-1.8.92 CATEGORIES= lang MASTER_SITES= ${MASTER_SITE_LOCAL:=openjdk7/} EXTRACT_SUFX= .tar.xz diff --git a/lang/openjdk8/distinfo b/lang/openjdk8/distinfo index 723946b4d7d91..e037903ec66ba 100644 --- a/lang/openjdk8/distinfo +++ b/lang/openjdk8/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.34 2016/03/12 07:31:02 tnn Exp $ +$NetBSD: distinfo,v 1.37 2016/05/06 13:37:01 ryoon Exp $ SHA1 (openjdk7/bootstrap-jdk-1.7.76-freebsd-10-amd64-20150301.tar.xz) = 7408f52d3bbe35c2b14bbd3215cbf60f1335d334 RMD160 (openjdk7/bootstrap-jdk-1.7.76-freebsd-10-amd64-20150301.tar.xz) = 24f1577b5fc86d137f070aedb4610c8c89e45815 @@ -44,10 +44,10 @@ SHA1 (openjdk7/bootstrap-jdk7u60-bin-dragonfly-3.8-amd64-20140719.tar.bz2) = 29b RMD160 (openjdk7/bootstrap-jdk7u60-bin-dragonfly-3.8-amd64-20140719.tar.bz2) = b13d0e42839fb746d41f9001e488162b47803140 SHA512 (openjdk7/bootstrap-jdk7u60-bin-dragonfly-3.8-amd64-20140719.tar.bz2) = 1403e582dacd0474e57d9aa8f1333060c50d099ef5d2c5a992ff7f63dcde2e538ff1e7fb78e45d12fd5aea6daf0704672e7f326399d415ee0d6bb53b6f925e9f Size (openjdk7/bootstrap-jdk7u60-bin-dragonfly-3.8-amd64-20140719.tar.bz2) = 37883700 bytes -SHA1 (openjdk7/openjdk-1.8.74-20160219.tar.xz) = 6b9ff33c9f0c814c53dfc9f2802a589c0b155eee -RMD160 (openjdk7/openjdk-1.8.74-20160219.tar.xz) = 1e46ac153b43492328d3bbfcd9b643d40d1dbe80 -SHA512 (openjdk7/openjdk-1.8.74-20160219.tar.xz) = b9414058c5d416505dab878639225ecd20d7a11bea6f967e0b8c9e457bad9036d30428234f647175c189b5e7f8101a9725fb46e982497dd8ba9180d3fb0cc47e -Size (openjdk7/openjdk-1.8.74-20160219.tar.xz) = 54945888 bytes +SHA1 (openjdk7/openjdk-1.8.92-20160506.tar.xz) = 62e9df6043f46a8016f0803e0086d05375b8cf10 +RMD160 (openjdk7/openjdk-1.8.92-20160506.tar.xz) = eb1933d818780091db4c6950321edb81a5c6ac54 +SHA512 (openjdk7/openjdk-1.8.92-20160506.tar.xz) = 9193871160fbb503e2989ad554acd7430699501f283d8439255aa37ad73426077eac9fbcabc9781e0ab9d42e60f6626e33dcf0b39871805cc9027e0855b1616f +Size (openjdk7/openjdk-1.8.92-20160506.tar.xz) = 54972948 bytes SHA1 (patch-aa) = fd07ea984cb0127b56a9b591c21c8d4f236fd9fc SHA1 (patch-al) = f65f739805c2ef471a4de10d6da42e86c5561b8c SHA1 (patch-an) = fce4da00762770c1c0592bd225bf73e875252178 @@ -59,10 +59,10 @@ SHA1 (patch-bh) = 6194a7c319a496f8ff7df173912cf87118f26a63 SHA1 (patch-bi) = 190056b3d4c42986ae0a600668b02711598361b8 SHA1 (patch-bn) = a50dbe17236a90d60d4bbb852ae447e51a279892 SHA1 (patch-common_autoconf_boot-jdk.m4) = 530da90ea4062f9d8c208557ff634579b0b19f55 -SHA1 (patch-common_autoconf_generated-configure.sh) = 87d0cd713061768fe3249b6567bd8616eb6467d4 +SHA1 (patch-common_autoconf_generated-configure.sh) = 297cdc5c593624051d45f5523b8d47a10facfde0 SHA1 (patch-common_autoconf_spec.gmk.in) = e98bc4c8a09f49c6a26447e6f78abf4709ee694b SHA1 (patch-hotspot_agent_src_share_classes_sun_jvm_hotspot_utilities_PlatformInfo.java) = 893f3b7ad0839a75be49ddd0f5eefcff2dbd2928 -SHA1 (patch-hotspot_make_bsd_makefiles_defs.make) = 6b3e2f769c754b3ee5de8c07444964414136fa81 +SHA1 (patch-hotspot_make_bsd_makefiles_defs.make) = a890e1da1c6bbdf271c97b7241e50cedac3acdf9 SHA1 (patch-hotspot_make_solaris_makefiles_adlc.make) = 1d1be862ed0d8fc3da4710da169ad5a965d9df14 SHA1 (patch-hotspot_make_solaris_makefiles_build__vm__def.sh) = 54d197a94d27406f2957b5c2a7a7982866f99239 SHA1 (patch-hotspot_make_solaris_makefiles_debug.make) = 7195c97c4f559b2e9410028315de351c5047d59d @@ -86,7 +86,6 @@ SHA1 (patch-hotspot_src_os__cpu_solaris__x86_vm_atomic__solaris__x86.inline.hpp) SHA1 (patch-hotspot_src_os__cpu_solaris__x86_vm_orderAccess__solaris__x86.inline.hpp) = 82818bc8d8fee46403b88cf52a7c978b5ea0005c SHA1 (patch-hotspot_src_os__cpu_solaris__x86_vm_os__solaris__x86.cpp) = 6a6b719a52408e88b27d3f2a5a41789dc15ef39d SHA1 (patch-hotspot_src_os__cpu_solaris__x86_vm_prefetch__solaris__x86.inline.hpp) = 92377183e9b9f232dfd7161bf37a8856441f3977 -SHA1 (patch-hotspot_src_os__cpu_solaris__x86_vm_threadLS__solaris__x86.hpp) = 062a3cf87793867b68d497b75f5fef55ed6e1666 SHA1 (patch-hotspot_src_os_bsd_vm_osThread__bsd.cpp) = b56cfc0abb53f9ec79005d9169566aadeecc51e7 SHA1 (patch-hotspot_src_os_posix_vm_os__posix.cpp) = bb1d9b46b43b61e29e9bdf1e4311a486a81dc6f4 SHA1 (patch-hotspot_src_os_solaris_dtrace_jhelper.d) = e4321382dc95fe9e363abc8c8a740e9f3f23c170 @@ -99,14 +98,16 @@ SHA1 (patch-hotspot_src_share_vm_opto_node.cpp) = aacb4e03f62f1a6f9b38de39a966c3 SHA1 (patch-hotspot_src_share_vm_runtime_arguments.cpp) = 80265396c62de95b0937d770c1dba0e8a53daa80 SHA1 (patch-hotspot_src_share_vm_utilities_globalDefinitions__gcc.hpp) = f35b8c1a1841f1239aa25d58d0b8749bb7b29ad2 SHA1 (patch-hotspot_src_share_vm_utilities_hashtable.cpp) = 83b90d951ce3aa9e913a36d792ac7376fb3d8bc7 +SHA1 (patch-hotspot_test_compiler_native_TestDirtyInt.sh) = a24016e3594b49db232388974d40e8f4d411edcd SHA1 (patch-jdk_make_CompileDemos.gmk) = 4d5e2e9b0e35e373e6246408c775c25094b6f1c7 -SHA1 (patch-jdk_make_CompileLaunchers.gmk) = 48427d0ff3f29781d2beabf564e8bf55fa52dfdb +SHA1 (patch-jdk_make_CompileLaunchers.gmk) = 30a2dc0b7f211c47b1b831691d310865a5839851 SHA1 (patch-jdk_make_CreateJars.gmk) = 0f49c8ec33121d7878ea4b6bd06d2e4e4af9a1d5 SHA1 (patch-jdk_make_GenerateSources.gmk) = ec1b64805afb6edca637d87529b1d3fa59d20828 SHA1 (patch-jdk_make_Images.gmk) = e6643dcb25ad5457efe610f6ab7fd0ccc9b5ed41 SHA1 (patch-jdk_make_lib_Awt2dLibraries.gmk) = ea107ae5e396263489cac9b058bcdd92891baeac SHA1 (patch-jdk_make_lib_NioLibraries.gmk) = 5a1044c444e534d627b46d820d27bb545e65959d SHA1 (patch-jdk_make_lib_SoundLibraries.gmk) = b63cf0ebe204acf7264704916df875a31de84393 +SHA1 (patch-jdk_src_share_lib_security_java.security-bsd) = 5a64fc1205a5bd2f6586ad65ca21f93dfffb1606 SHA1 (patch-jdk_src_share_native_sun_awt_image_jpeg_imageioJPEG.c) = 9d8900a6f9cc6af99b08e281b0d6d4c337916317 SHA1 (patch-jdk_src_share_native_sun_awt_image_jpeg_jpegdecoder.c) = 5986de69be2eb36546274a8242b8d13ed7599b50 SHA1 (patch-jdk_src_share_native_sun_security_ec_impl_ecc__impl.h) = 18e79e74dc8ec2b24ab91ad8af2195bfd508d1b4 diff --git a/lang/openjdk8/patches/patch-common_autoconf_generated-configure.sh b/lang/openjdk8/patches/patch-common_autoconf_generated-configure.sh index 3089b25a1283a..11183d19f29f7 100644 --- a/lang/openjdk8/patches/patch-common_autoconf_generated-configure.sh +++ b/lang/openjdk8/patches/patch-common_autoconf_generated-configure.sh @@ -1,30 +1,7 @@ -$NetBSD: patch-common_autoconf_generated-configure.sh,v 1.8 2016/02/08 14:45:39 ryoon Exp $ +$NetBSD: patch-common_autoconf_generated-configure.sh,v 1.9 2016/05/06 13:37:01 ryoon Exp $ -GCC support on SunOS. -Fix max heap. -Avoid requiring ALSA. -Fix broken configure check for llvm-config. - ---- common/autoconf/generated-configure.sh.orig 2016-02-08 13:44:13.000000000 +0000 +--- common/autoconf/generated-configure.sh.orig 2016-05-06 12:11:21.000000000 +0000 +++ common/autoconf/generated-configure.sh -@@ -6897,7 +6897,7 @@ test -n "$target_alias" && - VAR_CPU_BITS=32 - VAR_CPU_ENDIAN=big - ;; -- sparcv9) -+ sparcv9|sparc64) - VAR_CPU=sparcv9 - VAR_CPU_ARCH=sparc - VAR_CPU_BITS=64 -@@ -7050,7 +7050,7 @@ $as_echo "$OPENJDK_BUILD_OS-$OPENJDK_BUI - VAR_CPU_BITS=32 - VAR_CPU_ENDIAN=big - ;; -- sparcv9) -+ sparcv9|sparc64) - VAR_CPU=sparcv9 - VAR_CPU_ARCH=sparc - VAR_CPU_BITS=64 @@ -8454,9 +8454,9 @@ done # We need to find a recent version of GNU make. Especially on Solaris, this can be tricky. if test "x$MAKE" != x; then @@ -161,8 +138,8 @@ Fix broken configure check for llvm-config. # case $COMPILER_NAME in gcc ) -- CCXXFLAGS_JDK="$CCXXFLAGS $CCXXFLAGS_JDK -W -Wall -Wno-unused -Wno-parentheses \ -+ CCXXFLAGS_JDK="$CCXXFLAGS $CCXXFLAGS_JDK -W -Wall -Wno-unused -Wno-unused-parameter -Wno-parentheses \ +- CCXXFLAGS_JDK="$CCXXFLAGS $CCXXFLAGS_JDK -W -Wall -Wno-unused -Wno-parentheses -Wno-sign-compare \ ++ CCXXFLAGS_JDK="$CCXXFLAGS $CCXXFLAGS_JDK -W -Wall -Wno-unused -Wno-parentheses -Wno-sign-compare -Wno-unused-parameter \ -pipe \ -D_GNU_SOURCE -D_REENTRANT -D_LARGEFILE64_SOURCE" case $OPENJDK_TARGET_CPU_ARCH in diff --git a/lang/openjdk8/patches/patch-hotspot_make_bsd_makefiles_defs.make b/lang/openjdk8/patches/patch-hotspot_make_bsd_makefiles_defs.make index ef5c3bbb9414e..c7d4997d0144e 100644 --- a/lang/openjdk8/patches/patch-hotspot_make_bsd_makefiles_defs.make +++ b/lang/openjdk8/patches/patch-hotspot_make_bsd_makefiles_defs.make @@ -1,15 +1,13 @@ -$NetBSD: patch-hotspot_make_bsd_makefiles_defs.make,v 1.2 2015/02/21 20:21:56 tnn Exp $ +$NetBSD: patch-hotspot_make_bsd_makefiles_defs.make,v 1.3 2016/05/06 13:37:01 ryoon Exp $ -Fix architecture name. - ---- hotspot/make/bsd/makefiles/defs.make.orig 2015-02-02 15:32:37.000000000 +0000 +--- hotspot/make/bsd/makefiles/defs.make.orig 2016-05-06 12:11:25.000000000 +0000 +++ hotspot/make/bsd/makefiles/defs.make -@@ -29,7 +29,7 @@ - SLASH_JAVA ?= /java - +@@ -31,7 +31,7 @@ SLASH_JAVA ?= /java # Need PLATFORM (os-arch combo names) for jdk and hotspot, plus libarch name --ARCH:=$(shell uname -m) -+ARCH:=$(shell uname -m | sed -e 's,x86_64,amd64,' -e 's,.*arm.*,arm,') + # ARCH can be set explicitly in spec.gmk + ifndef ARCH +- ARCH := $(shell uname -m) ++ ARCH := $(shell uname -m | sed -e 's,x86_64,amd64,' -e 's,.*arm.*,arm,') + endif PATH_SEP = : ifeq ($(LP64), 1) - ARCH_DATA_MODEL ?= 64 diff --git a/lang/openjdk8/patches/patch-hotspot_src_os__cpu_solaris__x86_vm_threadLS__solaris__x86.hpp b/lang/openjdk8/patches/patch-hotspot_src_os__cpu_solaris__x86_vm_threadLS__solaris__x86.hpp deleted file mode 100644 index b8679a6e609a5..0000000000000 --- a/lang/openjdk8/patches/patch-hotspot_src_os__cpu_solaris__x86_vm_threadLS__solaris__x86.hpp +++ /dev/null @@ -1,18 +0,0 @@ -$NetBSD: patch-hotspot_src_os__cpu_solaris__x86_vm_threadLS__solaris__x86.hpp,v 1.1 2015/07/03 20:40:59 fhajny Exp $ - -GCC support. - ---- hotspot/src/os_cpu/solaris_x86/vm/threadLS_solaris_x86.hpp.orig 2013-02-19 23:21:59.000000000 +0000 -+++ hotspot/src/os_cpu/solaris_x86/vm/threadLS_solaris_x86.hpp -@@ -65,7 +65,10 @@ public: - __asm__ __volatile__ ("movq %%fs:0, %0" : "=r"(rv)); - return rv; - #else -- return gs_thread(); -+ uintptr_t rv; -+ __asm__ __volatile__ ("movl %%gs:0, %0" : "=r"(rv)); -+ return rv; -+// return gs_thread(); - #endif // AMD64 - #else //_GNU_SOURCE - return _raw_thread_id(); diff --git a/lang/openjdk8/patches/patch-hotspot_test_compiler_native_TestDirtyInt.sh b/lang/openjdk8/patches/patch-hotspot_test_compiler_native_TestDirtyInt.sh new file mode 100644 index 0000000000000..26c62ca571e16 --- /dev/null +++ b/lang/openjdk8/patches/patch-hotspot_test_compiler_native_TestDirtyInt.sh @@ -0,0 +1,17 @@ +$NetBSD: patch-hotspot_test_compiler_native_TestDirtyInt.sh,v 1.1 2016/05/06 13:37:01 ryoon Exp $ + +--- hotspot/test/compiler/native/TestDirtyInt.sh.orig 2016-05-06 12:11:25.000000000 +0000 ++++ hotspot/test/compiler/native/TestDirtyInt.sh +@@ -40,10 +40,10 @@ echo "TESTSRC=${TESTSRC}" + . ${TESTSRC}/../../test_env.sh + + # set platform-dependent variables +-if [ $VM_OS == "linux" -a $VM_CPU == "sparcv9" ]; then ++if [ $VM_OS = "linux" -a $VM_CPU = "sparcv9" ]; then + echo "Testing on linux-sparc" + gcc_cmd=`which gcc` +- if [ "x$gcc_cmd" == "x" ]; then ++ if [ "x$gcc_cmd" = "x" ]; then + echo "WARNING: gcc not found. Cannot execute test." 2>&1 + exit 0; + fi diff --git a/lang/openjdk8/patches/patch-jdk_make_CompileLaunchers.gmk b/lang/openjdk8/patches/patch-jdk_make_CompileLaunchers.gmk index fd34921d43ad8..9b1866cf9ee54 100644 --- a/lang/openjdk8/patches/patch-jdk_make_CompileLaunchers.gmk +++ b/lang/openjdk8/patches/patch-jdk_make_CompileLaunchers.gmk @@ -1,20 +1,8 @@ -$NetBSD: patch-jdk_make_CompileLaunchers.gmk,v 1.2 2015/07/03 20:40:59 fhajny Exp $ +$NetBSD: patch-jdk_make_CompileLaunchers.gmk,v 1.3 2016/05/06 13:37:01 ryoon Exp $ -Change Sun Studio compiler flag to GCC equivalent. -(it is probably safe to remove the flag since we use the Zero port.) - ---- jdk/make/CompileLaunchers.gmk.orig 2015-06-10 10:36:15.000000000 +0000 +--- jdk/make/CompileLaunchers.gmk.orig 2016-05-06 12:11:21.000000000 +0000 +++ jdk/make/CompileLaunchers.gmk -@@ -458,7 +458,7 @@ else - endif - - ifeq ($(OPENJDK_TARGET_CPU_ARCH), sparc) -- UNPACKEXE_CFLAGS += -xregs=no%appl -+ UNPACKEXE_CFLAGS += -mno-app-regs - UNPACKEXE_LDFLAGS_solaris += -xmemalign=4s - endif - -@@ -553,9 +553,7 @@ BUILD_JEXEC_DST_DIR := $(JDK_OUTPUTDIR)/ +@@ -548,9 +548,7 @@ BUILD_JEXEC_DST_DIR := $(JDK_OUTPUTDIR)/ # jdk/make/java/Makefile # ifeq ($(OPENJDK_TARGET_OS), solaris) diff --git a/lang/openjdk8/patches/patch-jdk_src_share_lib_security_java.security-bsd b/lang/openjdk8/patches/patch-jdk_src_share_lib_security_java.security-bsd new file mode 100644 index 0000000000000..b1da7c3cbb8b1 --- /dev/null +++ b/lang/openjdk8/patches/patch-jdk_src_share_lib_security_java.security-bsd @@ -0,0 +1,13 @@ +$NetBSD: patch-jdk_src_share_lib_security_java.security-bsd,v 1.1 2016/04/29 09:38:19 ryoon Exp $ + +--- jdk/src/share/lib/security/java.security-bsd.orig 2016-03-27 19:49:14.000000000 +0000 ++++ jdk/src/share/lib/security/java.security-bsd +@@ -114,7 +114,7 @@ security.provider.9=sun.security.smartca + # specified, the "NativePRNG" implementation will be more preferred than + # SHA1PRNG in the Sun provider. + # +-securerandom.source=file:/dev/random ++securerandom.source=file:/dev/urandom + + # + # A list of known strong SecureRandom implementations. diff --git a/lang/oracle-jdk8/distinfo b/lang/oracle-jdk8/distinfo index 6f37339ab235e..f93cfd8e8e8f3 100644 --- a/lang/oracle-jdk8/distinfo +++ b/lang/oracle-jdk8/distinfo @@ -1,14 +1,6 @@ -$NetBSD: distinfo,v 1.5 2016/01/22 14:18:42 ryoon Exp $ +$NetBSD: distinfo,v 1.6 2016/05/08 18:06:08 christos Exp $ -SHA1 (jdk-8u72-linux-i586.tar.gz) = 6438024c4c14b4cfd48a5f3b1f16a316db22ccf3 -RMD160 (jdk-8u72-linux-i586.tar.gz) = 774b681f7f9abc13f8bd7941a22bf6de48a15503 -SHA512 (jdk-8u72-linux-i586.tar.gz) = d27cdcc9119eb85020f4823fc8c264aa339bbaa6a27841ed2b39713ff3d5afed0f87063e686dffb69b3e9c8ba0e88ad77133e768e65802817dd44ff9a1599130 -Size (jdk-8u72-linux-i586.tar.gz) = 183418689 bytes -SHA1 (jdk-8u72-linux-x64.tar.gz) = 0310aee749e7c8deb8af35c25f02fbc9356a33e5 -RMD160 (jdk-8u72-linux-x64.tar.gz) = faf0d5272d24e39226661c562ad2310eb79878ce -SHA512 (jdk-8u72-linux-x64.tar.gz) = cdd287f6042c882d2749046202975d971b6b55cbf4a8861e2974a6757d418bb30e460ccebeabb66c7db4778716ff180526a671eb841456305bab56fddc30c7aa -Size (jdk-8u72-linux-x64.tar.gz) = 181341115 bytes -SHA1 (jdk-8u72-solaris-x64.tar.gz) = 3532484490efcec23630a93e8ec81cd6b078bfea -RMD160 (jdk-8u72-solaris-x64.tar.gz) = 50ea2ab27282377376c69e686cd746bfb3565ac0 -SHA512 (jdk-8u72-solaris-x64.tar.gz) = 5b8ab1167d66bb4317a0507e1dbc80a5636e7f7309e53b5c6d0fe237c1bfdf7c4c248d8dfa8d5353a0b7197171a45755acba686b82e6c652169c6635eb6b024b -Size (jdk-8u72-solaris-x64.tar.gz) = 100855265 bytes +SHA1 (jdk-8u92-linux-x64.tar.gz) = efb9e9fed2f146ef2e97040415522bad22015e36 +RMD160 (jdk-8u92-linux-x64.tar.gz) = dc18efbe35d452eccd3013ac505ef5c932fabc00 +SHA512 (jdk-8u92-linux-x64.tar.gz) = 008c2f6ce4521b8554c888fbad8ec88c27ff62a03762b9d55784a9838baf2cd73c3dcd234ad76f11fdbf9817992d74311dbd296d839dbdeb00dcac8ce3cabc96 +Size (jdk-8u92-linux-x64.tar.gz) = 181389058 bytes diff --git a/lang/oracle-jre8/Makefile.common b/lang/oracle-jre8/Makefile.common index 1aef0f6bf704c..c00d9d8239d71 100644 --- a/lang/oracle-jre8/Makefile.common +++ b/lang/oracle-jre8/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.4 2016/01/22 14:18:42 ryoon Exp $ +# $NetBSD: Makefile.common,v 1.5 2016/05/08 18:06:08 christos Exp $ # used by lang/oracle-jre8/Makefile # used by lang/oracle-jdk8/Makefile @@ -21,7 +21,7 @@ EMUL_PLATFORMS= darwin-x86_64 linux-i386 linux-x86_64 solaris-i386 solaris-x86_ USE_TOOLS+= pax # JDK8 Update number -UPDATE_NUMBER= 72 +UPDATE_NUMBER= 92 .include "../../mk/bsd.prefs.mk" diff --git a/lang/oracle-jre8/distinfo b/lang/oracle-jre8/distinfo index 2477de6aba576..d6b680bb4dfcb 100644 --- a/lang/oracle-jre8/distinfo +++ b/lang/oracle-jre8/distinfo @@ -1,22 +1,6 @@ -$NetBSD: distinfo,v 1.4 2016/01/22 14:18:42 ryoon Exp $ +$NetBSD: distinfo,v 1.5 2016/05/08 18:06:08 christos Exp $ -SHA1 (jce_policy-8.zip) = 7d25dcee3e6ef2c984d748a14614b37c18ce3507 -RMD160 (jce_policy-8.zip) = bdcb54a9900c00b52c24d024282b6e40c148d49c -SHA512 (jce_policy-8.zip) = abbaa81a35f904ec61b4cf3c2d1ca8c8d49e53bb248e698185eea906939d68f5063412800585ec74027aab1012ef189aebe1dc99fe8ef4230a0ecb0b527f88e5 -Size (jce_policy-8.zip) = 8409 bytes -SHA1 (jre-8u72-linux-i586.tar.gz) = 900b7c9346a664a14a362c32ed547dea13592102 -RMD160 (jre-8u72-linux-i586.tar.gz) = a27c7698c3b090d2352a3fbb7e4c7bd7166807ac -SHA512 (jre-8u72-linux-i586.tar.gz) = c8735e7e6f238748e63e3b641d5b2e7a48d5756fc5d13769a2592b7532aa2b5e65ccf899657767893ca734b9459819907ee3646e02f0295bc767e16e4f74affd -Size (jre-8u72-linux-i586.tar.gz) = 73963723 bytes -SHA1 (jre-8u72-linux-x64.tar.gz) = c9faaab80a5ee55256205dcbd0947fd234955729 -RMD160 (jre-8u72-linux-x64.tar.gz) = 9620367f0ec5b60f322c45254a2aa54115a80238 -SHA512 (jre-8u72-linux-x64.tar.gz) = 85123b9719afe011d518c5bc0d27a5fcc919b1900ab05d9489fc8f69751ac0abea8aa72b8cd0e3194b8a1443a952c5a576d3959d63c06ab4257fc1a9ac5ca288 -Size (jre-8u72-linux-x64.tar.gz) = 71780497 bytes -SHA1 (jre-8u72-macosx-x64.tar.gz) = 5fab1c6ad21a3abe308fac20a93d95d21af2dfd5 -RMD160 (jre-8u72-macosx-x64.tar.gz) = 85134c14cc063b326f1ae7a343fb2ac19ae2ae9c -SHA512 (jre-8u72-macosx-x64.tar.gz) = dc78651f150f0c039204434f752500373359a33c505ee99182525e7d0a54deb1e105ece83ada97dd9fbeb3650398b8d8a3b4a534c6361d9986abcdbd4e656f9f -Size (jre-8u72-macosx-x64.tar.gz) = 58664477 bytes -SHA1 (jre-8u72-solaris-x64.tar.gz) = 772c6c5becfae39e4bc68f3d1a22574f6d1db0a3 -RMD160 (jre-8u72-solaris-x64.tar.gz) = dc4a64c08f5e7412fcb410f81a0890df018e0c2e -SHA512 (jre-8u72-solaris-x64.tar.gz) = bad005e8baf55735e3ea7d08f4e23cd532b887aaad9e44a13ff222bdcced93308991a3162284e63436becd4f5dfd185f1d7022033096fb618a5f4fded046ec9a -Size (jre-8u72-solaris-x64.tar.gz) = 52079800 bytes +SHA1 (jre-8u92-linux-x64.tar.gz) = 9a143020cfc8fc1b5a2cfd27d00735fb2d536b70 +RMD160 (jre-8u92-linux-x64.tar.gz) = c5a0144c4110a9e0754f5e47513b11f718a74dfc +SHA512 (jre-8u92-linux-x64.tar.gz) = 2d538c05110de21fc4dfb47e225012fc696e4a644c4d3191da48ccfcb239a6ac5618b75fc3c0eeb47f98e82254c548a0083bfab7ad831adffdcd6706433cf38f +Size (jre-8u92-linux-x64.tar.gz) = 71818563 bytes diff --git a/lang/parrot/Makefile b/lang/parrot/Makefile index 61796a633a999..a584c6e6a12d2 100644 --- a/lang/parrot/Makefile +++ b/lang/parrot/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.82 2015/10/10 01:57:53 ryoon Exp $ +# $NetBSD: Makefile,v 1.83 2016/04/11 19:01:35 ryoon Exp $ # DISTNAME= parrot-${PARROT_VERSION} -PKGREVISION= 8 +PKGREVISION= 9 CATEGORIES= lang MASTER_SITES= ftp://ftp.parrot.org/pub/parrot/releases/${PARROT_RTYPE}/${PARROT_VERSION}/ diff --git a/lang/parrot/buildlink3.mk b/lang/parrot/buildlink3.mk index a13a358c13a6f..b0f6a589de8a9 100644 --- a/lang/parrot/buildlink3.mk +++ b/lang/parrot/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.19 2015/04/06 08:17:15 adam Exp $ +# $NetBSD: buildlink3.mk,v 1.20 2016/04/11 19:01:35 ryoon Exp $ BUILDLINK_TREE+= parrot @@ -8,7 +8,7 @@ PARROT_BUILDLINK3_MK:= .include "../../lang/parrot/version.mk" BUILDLINK_API_DEPENDS.parrot+= parrot>=0.4.0 -BUILDLINK_ABI_DEPENDS.parrot+= parrot>=5.7.0nb6 +BUILDLINK_ABI_DEPENDS.parrot+= parrot>=5.7.0nb9 BUILDLINK_PKGSRCDIR.parrot?= ../../lang/parrot .include "../../textproc/icu/buildlink3.mk" diff --git a/lang/perl5/Makefile b/lang/perl5/Makefile index ce616d0285ec2..4bff0b69293df 100644 --- a/lang/perl5/Makefile +++ b/lang/perl5/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.236 2016/01/27 11:22:22 jperkin Exp $ +# $NetBSD: Makefile,v 1.238 2016/05/01 00:05:57 ryoon Exp $ .include "license.mk" .include "Makefile.common" diff --git a/lang/perl5/Makefile.common b/lang/perl5/Makefile.common index 785523f30670a..9d448424657ec 100644 --- a/lang/perl5/Makefile.common +++ b/lang/perl5/Makefile.common @@ -1,9 +1,9 @@ -# $NetBSD: Makefile.common,v 1.25 2015/12/28 13:44:03 adam Exp $ +# $NetBSD: Makefile.common,v 1.26 2016/05/01 00:05:57 ryoon Exp $ # # used by lang/perl5/Makefile # used by databases/p5-gdbm/Makefile -DISTNAME= perl-5.22.1 +DISTNAME= perl-5.22.2 CATEGORIES= lang devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:S,/modules/by-module/$,/src/5.0/,} DISTFILES+= ${DISTNAME}${EXTRACT_SUFX} diff --git a/lang/perl5/buildlink3.mk b/lang/perl5/buildlink3.mk index 4e7cab4299175..cda18c0782729 100644 --- a/lang/perl5/buildlink3.mk +++ b/lang/perl5/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.57 2015/11/25 12:51:17 jperkin Exp $ +# $NetBSD: buildlink3.mk,v 1.58 2016/03/25 21:10:36 joerg Exp $ BUILDLINK_TREE+= perl @@ -39,6 +39,7 @@ INSTALL_TEMPLATES+= ${.CURDIR}/../../lang/perl5/files/install_threads.tmpl # .include "../../lang/perl5/vars.mk" BUILDLINK_FILES.perl= ${PERL5_SUB_INSTALLARCHLIB}/CORE/* +BUILDLINK_RPATHDIRS.perl+= ${PERL5_SUB_INSTALLARCHLIB}/CORE .endif # PERL_BUILDLINK3_MK BUILDLINK_TREE+= -perl diff --git a/lang/perl5/distinfo b/lang/perl5/distinfo index f411687491937..f83ec7f3989a7 100644 --- a/lang/perl5/distinfo +++ b/lang/perl5/distinfo @@ -1,10 +1,9 @@ -$NetBSD: distinfo,v 1.133 2016/03/07 21:27:58 kamil Exp $ +$NetBSD: distinfo,v 1.135 2016/05/01 00:05:57 ryoon Exp $ -SHA1 (perl-5.22.1.tar.bz2) = 29f9b320b0299577a3e1d02e9e8ef8f26f160332 -RMD160 (perl-5.22.1.tar.bz2) = 99e3af98d80ace857da6ce28679a2e35a4360144 -SHA512 (perl-5.22.1.tar.bz2) = 4da26b1d3d8525c58677abd2c5c354ccaa4b1b260ebe7dfe379d51a5da00ac7ae06cb668011faac2aaf56229fd22b275c13a74c8c9dbc59cc155a36c0e7e8355 -Size (perl-5.22.1.tar.bz2) = 13696599 bytes -SHA1 (patch-Makefile.SH) = 92c623fe1ea024b05f47bcfee7002e02647d5062 +SHA1 (perl-5.22.2.tar.bz2) = e2f465446dcd45a7fa3da696037f9ebe73e78e55 +RMD160 (perl-5.22.2.tar.bz2) = 203afca8995ca426db0af48b78eb606b5d24011a +SHA512 (perl-5.22.2.tar.bz2) = 1acb77ead47955ef6e8d84903e86cb584ee9415742fb99eb2f1f30772087e8ed0def5f643ce4ee7693df5a1dfe154b108aa85df232d81107f98820bb84a0d71a +Size (perl-5.22.2.tar.bz2) = 13717881 bytes SHA1 (patch-aa) = 9bbcc9395080b11934528a32808e0a509f1d831c SHA1 (patch-ab) = c899b7221a78e74cc9b1480834baba047dd19f38 SHA1 (patch-ac) = 4baa8f80695687abb53d4f4e1830cf86db5b2bf7 diff --git a/lang/perl5/patches/patch-Makefile.SH b/lang/perl5/patches/patch-Makefile.SH deleted file mode 100644 index fbff28b19e47d..0000000000000 --- a/lang/perl5/patches/patch-Makefile.SH +++ /dev/null @@ -1,33 +0,0 @@ -$NetBSD: patch-Makefile.SH,v 1.3 2014/10/01 07:17:02 adam Exp $ - -Due to bloody backward incompatible changes in recent dtrace on SunOS -postpone invocation of dtrace to later with the actual probe objects. - -Ensure perldtrace.h is generated during makedepends in order to avoid -compilation problems - ---- Makefile.SH.orig 2014-05-26 13:34:18.000000000 +0000 -+++ Makefile.SH -@@ -225,10 +225,9 @@ dtrace_o='' - minidtrace_o='' - case "$usedtrace" in - define|true) -- dtrace_h='perldtrace.h' -- $dtrace -G -s perldtrace.d -o perldtrace.tmp >/dev/null 2>&1 \ -- && rm -f perldtrace.tmp && dtrace_o='perldtrace$(OBJ_EXT)' \ -- && minidtrace_o='miniperldtrace$(OBJ_EXT)' -+ dtrace_h='perldtrace.h' -+ dtrace_o='perldtrace$(OBJ_EXT)' -+ minidtrace_o='miniperldtrace$(OBJ_EXT)' - ;; - esac - -@@ -1579,7 +1578,7 @@ nokfilenack: utilities - - .PHONY: clist hlist - --clist: $(c) -+clist: $(c) $(DTRACE_H) - echo $(c) | tr ' ' $(TRNL) >.clist - - hlist: $(h) diff --git a/lang/php/pear.mk b/lang/php/pear.mk index 69833480d4b10..542b86f19e6d6 100644 --- a/lang/php/pear.mk +++ b/lang/php/pear.mk @@ -1,4 +1,4 @@ -# $NetBSD: pear.mk,v 1.28 2016/02/29 19:26:53 jperkin Exp $ +# $NetBSD: pear.mk,v 1.30 2016/04/10 16:39:27 joerg Exp $ # # This Makefile fragment is intended to be included by packages that build # and install pear packages. @@ -44,9 +44,7 @@ DEPENDS+= ${PHP_PKG_PREFIX}-pear-[0-9]*:../../lang/pear PEAR_CMD= ${PREFIX}/bin/pear PEAR_LIB= lib/php -.if ${_USE_DESTDIR} != "no" PEAR_DESTDIR= -P ${DESTDIR} -f -.endif NO_BUILD= yes @@ -63,7 +61,6 @@ PEAR_GENERATE_PLIST= \ ${RM} -f ${PEAR_FILES_SKIP:S/^/${DESTDIR}&/}; GENERATE_PLIST+= ${PEAR_GENERATE_PLIST} -.if ${_USE_DESTDIR} != "no" PEAR_FILES_SKIP+= ${PREFIX}/lib/php/\.channels/\.alias/.*\.txt PEAR_FILES_SKIP+= ${PREFIX}/lib/php/\.channels/.*\.reg PEAR_FILES_SKIP+= ${PREFIX}/lib/php/\.depdb @@ -71,7 +68,6 @@ PEAR_FILES_SKIP+= ${PREFIX}/lib/php/\.depdblock PEAR_FILES_SKIP+= ${PREFIX}/lib/php/\.filemap PEAR_FILES_SKIP+= ${PREFIX}/lib/php/\.lock CHECK_FILES_SKIP+= ${PEAR_FILES_SKIP} -.endif post-extract: @cd ${WRKSRC} && ${LN} -s ${WRKDIR}/package.xml package.xml @@ -86,6 +82,7 @@ do-install: PLIST_SUBST+= PEAR_LIB=${PEAR_LIB:Q} do-install: + ${MKDIR} ${DESTDIR}${PREFIX}/${PEAR_LIB} cd ${WRKSRC}/lib && ${PAX} -wr * ${DESTDIR}${PREFIX}/${PEAR_LIB}/ .endif diff --git a/lang/php/phpversion.mk b/lang/php/phpversion.mk index 43a0822ccea08..acbfd95086e9f 100644 --- a/lang/php/phpversion.mk +++ b/lang/php/phpversion.mk @@ -1,4 +1,4 @@ -# $NetBSD: phpversion.mk,v 1.128 2016/03/05 05:20:17 taca Exp $ +# $NetBSD: phpversion.mk,v 1.135 2016/05/02 13:09:49 taca Exp $ # # This file selects a PHP version, based on the user's preferences and # the installed packages. It does not add a dependency on the PHP @@ -81,9 +81,9 @@ PHPVERSION_MK= defined # Define each PHP's version. -PHP55_VERSION= 5.5.33 -PHP56_VERSION= 5.6.19 -PHP70_VERSION= 7.0.4 +PHP55_VERSION= 5.5.35 +PHP56_VERSION= 5.6.21 +PHP70_VERSION= 7.0.6 # Define initial release of major version. PHP55_RELDATE= 20130620 @@ -107,7 +107,10 @@ _PHP_VERSION_${pv}_OK= yes .endfor # check what is installed -.if exists(${LOCALBASE}/lib/php/20140828) +.if exists(${LOCALBASE}/lib/php/20151203) +_PHP_VERSION_70_INSTALLED= yes +_PHP_INSTALLED= yes +.elif exists(${LOCALBASE}/lib/php/20140828) _PHP_VERSION_56_INSTALLED= yes _PHP_INSTALLED= yes .elif exists(${LOCALBASE}/lib/php/20130620) diff --git a/lang/php55/Makefile b/lang/php55/Makefile index b3e324734de18..c5befe278a5aa 100644 --- a/lang/php55/Makefile +++ b/lang/php55/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.25 2016/03/05 11:28:43 jperkin Exp $ +# $NetBSD: Makefile,v 1.26 2016/04/02 08:59:24 taca Exp $ # # We can't omit PKGNAME here to handle PKG_OPTIONS. # PKGNAME= php-${PHP_VERSION} -PKGREVISION= 1 CATEGORIES= lang HOMEPAGE= http://www.php.net/ diff --git a/lang/php55/distinfo b/lang/php55/distinfo index 52507ec44c71f..61d4fecc0391e 100644 --- a/lang/php55/distinfo +++ b/lang/php55/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.50 2016/03/05 05:17:33 taca Exp $ +$NetBSD: distinfo,v 1.52 2016/05/02 13:06:21 taca Exp $ -SHA1 (php-5.5.33.tar.bz2) = b9f709ad257256b8040141c994ecb1b72235ce92 -RMD160 (php-5.5.33.tar.bz2) = 930a9fe01432ef5878cb9781670e50a5b17548ef -SHA512 (php-5.5.33.tar.bz2) = a0ac57adcc4b0caec153265a8d1ded8d4d0f71b44f08158feb0add9c8fdd36826767882e85dd03399cf146800eddcb6b6cc1b21051d4fc4371e3f61b1169132b -Size (php-5.5.33.tar.bz2) = 13686486 bytes +SHA1 (php-5.5.35.tar.bz2) = ac6bd9c35e1dad5d88b9169142189c13d8879a05 +RMD160 (php-5.5.35.tar.bz2) = 2178c43607892bdac50951a8b48a684c00b63bc8 +SHA512 (php-5.5.35.tar.bz2) = cfa62f83cd79b678c55ffdb1325906962bb7dae23fdbe963d57c3b24d13223229448f4c45727df1ab042bbd2db85804051c66993c28c68c0c873481cfe7e6834 +Size (php-5.5.35.tar.bz2) = 13690152 bytes SHA1 (patch-acinclude.m4) = 9e9c433e4cb96e469f7cf14b2064a0f41fc4568a SHA1 (patch-aclocal.m4) = 46f192351e541453b1e32299acd1b4cfefc93cb2 SHA1 (patch-build_libtool.m4) = 3811edd697fd21eadc4f65cba35c6297141e8ff2 @@ -18,6 +18,7 @@ SHA1 (patch-ext_phar_Makefile.frag) = f465bb5acd4bb87bb403baa98b61ac707800fd30 SHA1 (patch-ext_phar_phar_phar.php) = 011f2d68048dbc63f5efcab4e23062daa9e8e08c SHA1 (patch-ext_sqlite3_libsqlite_sqlite3.c) = b384b9daa466f2a8a3e6cfd4ea6cff81f9342941 SHA1 (patch-ext_standard_basic__functions.c) = f2a44998145306c2cb2d2f3822c0e7cc70c778b4 +SHA1 (patch-ext_standard_php__dns.h) = 61028fffaae8d9e590cfed7dab0bcb53eb689f96 SHA1 (patch-makedist) = 3f6b0621d30264824f2cb4c2903d15ba95be3937 SHA1 (patch-php.ini-development) = 4fc40f0af5f6e58b614794e066a5738694dc8ef8 SHA1 (patch-php.ini-production) = 47c1b14ee78fbcaa084a58d2c0c3e843104072be diff --git a/lang/php55/patches/patch-ext_standard_php__dns.h b/lang/php55/patches/patch-ext_standard_php__dns.h new file mode 100644 index 0000000000000..e78bbb41a0ef8 --- /dev/null +++ b/lang/php55/patches/patch-ext_standard_php__dns.h @@ -0,0 +1,23 @@ +$NetBSD: patch-ext_standard_php__dns.h,v 1.2 2016/05/02 13:06:21 taca Exp $ + +Fix memory leak. + +--- ext/standard/php_dns.h.orig 2016-04-27 12:00:31.000000000 +0000 ++++ ext/standard/php_dns.h +@@ -32,9 +32,15 @@ + #elif defined(HAVE_RES_NSEARCH) + #define php_dns_search(res, dname, class, type, answer, anslen) \ + res_nsearch(res, dname, class, type, answer, anslen); ++#ifdef __GLIBC__ + #define php_dns_free_handle(res) \ +- res_nclose(res); \ ++ res_nclose(res); \ ++ php_dns_free_res(*res) ++#else ++#define php_dns_free_handle(res) \ ++ res_ndestroy(res); \ + php_dns_free_res(*res) ++#endif + + #elif defined(HAVE_RES_SEARCH) + #define php_dns_search(res, dname, class, type, answer, anslen) \ diff --git a/lang/php56/Makefile b/lang/php56/Makefile index 0057275544c01..f27b99109d3bc 100644 --- a/lang/php56/Makefile +++ b/lang/php56/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.10 2016/03/05 11:28:43 jperkin Exp $ +# $NetBSD: Makefile,v 1.11 2016/04/02 09:00:25 taca Exp $ # # We can't omit PKGNAME here to handle PKG_OPTIONS. # PKGNAME= php-${PHP_VERSION} -PKGREVISION= 1 CATEGORIES= lang HOMEPAGE= http://www.php.net/ diff --git a/lang/php56/distinfo b/lang/php56/distinfo index 69685bf096b5f..d5fa314b84c47 100644 --- a/lang/php56/distinfo +++ b/lang/php56/distinfo @@ -1,15 +1,14 @@ -$NetBSD: distinfo,v 1.24 2016/03/05 05:18:51 taca Exp $ +$NetBSD: distinfo,v 1.26 2016/05/02 13:08:00 taca Exp $ -SHA1 (php-5.6.19.tar.bz2) = 725e097a795e102a72b24eda81c6511413a04db9 -RMD160 (php-5.6.19.tar.bz2) = 93b1b25b14154c20fa50d23ab2920b3e2bd6c39d -SHA512 (php-5.6.19.tar.bz2) = c8c2b3bdfc1a8abe834612c33123b4f103e841c230b53934fb7bafe11af7f1175f02ca54c92f33e8e603485e6283897bebb51acc55d1213b7433024684215c14 -Size (php-5.6.19.tar.bz2) = 14100438 bytes +SHA1 (php-5.6.21.tar.bz2) = 057a3bffc052b907c5bb5a879b8606b5671eb69f +RMD160 (php-5.6.21.tar.bz2) = a5bd55526af390bbdc514a736587a2c778a221e2 +SHA512 (php-5.6.21.tar.bz2) = 028d62434e7932b4a07fa7d404b8ad938f0ca7968ae2b23386038f77482984d2b6145523e11f37b9e72621c8bf40f08e38a6db1d209493770ac99e13e2fac0d0 +Size (php-5.6.21.tar.bz2) = 14165919 bytes SHA1 (patch-acinclude.m4) = b38fc34c3a3847dc317e8e286612b21ec8fd5ce8 -SHA1 (patch-configure) = a72aa43759c6f3d3ad350659397570582c3ca3ff +SHA1 (patch-configure) = 5d76f71aa903efa3c3491b908ff76419aa4af27c SHA1 (patch-ext_gd_config.m4) = 4b44853250eb4a638af4c663e618307ff25d2cbd SHA1 (patch-ext_imap_config.m4) = 9c6ed6966366c4fe1b7cfd34b5910e2ff0e68577 SHA1 (patch-ext_mssql_php__mssql.c) = c4fa9231dc539ffb027f1beb6f182f21ddb94a3c -SHA1 (patch-ext_opcache_config.m4) = 031db201f68a120615561a5abd3e84aff58b523d SHA1 (patch-ext_pcre_pcrelib_config.h) = 26588e9932ee715e32c872a1c7e2f9c640bd9cf8 SHA1 (patch-ext_pdo__mysql_config.m4) = 9d25c673fc151e1b8ae137f2a0fc540189ef5398 SHA1 (patch-ext_pdo_config.m4) = f6deef3ac631769baa587dd7c27e55bd2e9ca6a5 @@ -17,6 +16,7 @@ SHA1 (patch-ext_phar_Makefile.frag) = 1564c188e57d48f83de7c2420fdde183598539e2 SHA1 (patch-ext_phar_phar_phar.php) = 5a82d55c7965027115065412f9b68defb278db64 SHA1 (patch-ext_sqlite3_libsqlite_sqlite3.c) = 85cd8f3e115705aa2eeab0e7229f24422e322a7f SHA1 (patch-ext_standard_basic__functions.c) = 669fe55c975bf2d971f6fdcb5b3004f7e20304d2 +SHA1 (patch-ext_standard_php__dns.h) = 57c5d6d8ae60da58925abc2c51d66b56762fecda SHA1 (patch-makedist) = 8e8660b2e0a34f06f433e24dbb0a9c872963e419 SHA1 (patch-php.ini-development) = 3c54a41310d28ecff4996c966934350368657c2f SHA1 (patch-php.ini-production) = 9b7ae64f3133139f0c3d42753ad5d8622873423d diff --git a/lang/php56/patches/patch-configure b/lang/php56/patches/patch-configure index 46514d60d9ab7..e3758533f89c4 100644 --- a/lang/php56/patches/patch-configure +++ b/lang/php56/patches/patch-configure @@ -1,6 +1,6 @@ -$NetBSD: patch-configure,v 1.2 2015/10/02 14:37:40 taca Exp $ +$NetBSD: patch-configure,v 1.3 2016/05/02 13:08:00 taca Exp $ ---- configure.orig 2015-09-30 07:18:32.000000000 +0000 +--- configure.orig 2016-04-28 00:53:20.000000000 +0000 +++ configure @@ -8315,27 +8315,6 @@ EOF ;; @@ -76,7 +76,7 @@ $NetBSD: patch-configure,v 1.2 2015/10/02 14:37:40 taca Exp $ unique=`echo $header_file|$SED 's/[^a-zA-Z0-9]/_/g'` -@@ -37981,7 +37939,7 @@ fi +@@ -37985,7 +37943,7 @@ fi if test "$found_openssl" = "no"; then if test "$PHP_OPENSSL_DIR" = "yes"; then @@ -85,7 +85,7 @@ $NetBSD: patch-configure,v 1.2 2015/10/02 14:37:40 taca Exp $ fi for i in $PHP_OPENSSL_DIR; do -@@ -49593,7 +49551,7 @@ fi +@@ -49597,7 +49555,7 @@ fi if test "$found_openssl" = "no"; then if test "$PHP_OPENSSL_DIR" = "yes"; then @@ -94,16 +94,7 @@ $NetBSD: patch-configure,v 1.2 2015/10/02 14:37:40 taca Exp $ fi for i in $PHP_OPENSSL_DIR; do -@@ -66618,7 +66576,7 @@ rm -f core *.core core.conftest.* gmon.o - fi - - --if test "$flock_type" == "unknown"; then -+if test "$flock_type" = "unknown"; then - as_fn_error $? "Don't know how to define struct flock on this system, set --enable-opcache=no" "$LINENO" 5 - fi - -@@ -107099,12 +107057,7 @@ old_CC=$CC +@@ -107117,12 +107075,7 @@ old_CC=$CC if test "$PHP_THREAD_SAFETY" = "yes" && test -n "$ac_cv_pthreads_cflags"; then CXXFLAGS="$CXXFLAGS $ac_cv_pthreads_cflags" INLINE_CFLAGS="$INLINE_CFLAGS $ac_cv_pthreads_cflags" diff --git a/lang/php56/patches/patch-ext_opcache_config.m4 b/lang/php56/patches/patch-ext_opcache_config.m4 deleted file mode 100644 index ebfe712861be6..0000000000000 --- a/lang/php56/patches/patch-ext_opcache_config.m4 +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-ext_opcache_config.m4,v 1.1 2014/11/24 15:37:08 taca Exp $ - -Avoid use "==" in test(1). - ---- ext/opcache/config.m4.orig 2014-11-12 13:52:21.000000000 +0000 -+++ ext/opcache/config.m4 -@@ -359,7 +359,7 @@ AC_TRY_RUN([ - AC_MSG_RESULT("yes") - ], AC_MSG_RESULT("no") ) - --if test "$flock_type" == "unknown"; then -+if test "$flock_type" = "unknown"; then - AC_MSG_ERROR([Don't know how to define struct flock on this system[,] set --enable-opcache=no]) - fi - diff --git a/lang/php56/patches/patch-ext_standard_php__dns.h b/lang/php56/patches/patch-ext_standard_php__dns.h new file mode 100644 index 0000000000000..e0d18b89baf2a --- /dev/null +++ b/lang/php56/patches/patch-ext_standard_php__dns.h @@ -0,0 +1,23 @@ +$NetBSD: patch-ext_standard_php__dns.h,v 1.2 2016/05/02 13:08:00 taca Exp $ + +Fix memory leak. + +--- ext/standard/php_dns.h.orig 2016-04-28 00:33:49.000000000 +0000 ++++ ext/standard/php_dns.h +@@ -32,9 +32,15 @@ + #elif defined(HAVE_RES_NSEARCH) + #define php_dns_search(res, dname, class, type, answer, anslen) \ + res_nsearch(res, dname, class, type, answer, anslen); ++#ifdef __GLIBC__ + #define php_dns_free_handle(res) \ +- res_nclose(res); \ ++ res_nclose(res); \ ++ php_dns_free_res(*res) ++#else ++#define php_dns_free_handle(res) \ ++ res_ndestroy(res); \ + php_dns_free_res(*res) ++#endif + + #elif defined(HAVE_RES_SEARCH) + #define php_dns_search(res, dname, class, type, answer, anslen) \ diff --git a/lang/php70/Makefile b/lang/php70/Makefile index a76ddb0cc8d87..e5761f8459b27 100644 --- a/lang/php70/Makefile +++ b/lang/php70/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.2 2016/03/05 11:28:44 jperkin Exp $ +# $NetBSD: Makefile,v 1.3 2016/04/02 09:02:11 taca Exp $ # # We can't omit PKGNAME here to handle PKG_OPTIONS. # PKGNAME= php-${PHP_VERSION} -PKGREVISION= 1 CATEGORIES= lang HOMEPAGE= http://www.php.net/ diff --git a/lang/php70/distinfo b/lang/php70/distinfo index e7dbefcbf6816..43e7c24825870 100644 --- a/lang/php70/distinfo +++ b/lang/php70/distinfo @@ -1,11 +1,11 @@ -$NetBSD: distinfo,v 1.6 2016/03/05 05:20:17 taca Exp $ +$NetBSD: distinfo,v 1.9 2016/05/02 13:09:49 taca Exp $ -SHA1 (php-7.0.4.tar.bz2) = 4e6ad0af73e9b8de66844dee2f14cc089cb5aea8 -RMD160 (php-7.0.4.tar.bz2) = 026b36537a9f86864bcb932389760c0dd1f5acd2 -SHA512 (php-7.0.4.tar.bz2) = 9d1dc761cdd9103a91299e01117c1790550e3b94e7694dcc2555d83e5abe3d2170acd6226e8501c5f2a77b5c374b1c9f5ea009999d476818c2682a54def86b96 -Size (php-7.0.4.tar.bz2) = 14027088 bytes +SHA1 (php-7.0.6.tar.bz2) = c7fb6b98124f5d367b18893e34aebb184d4fa715 +RMD160 (php-7.0.6.tar.bz2) = b81bea4b3c6ecfc125b71d1c9407b4c1e854aa75 +SHA512 (php-7.0.6.tar.bz2) = 7f44cc5df3b9bb4394ac39069fdc2993086dd8e159e97275bf5fa4dd399d416e9ea1b057cdf855bae1c0f9c2129af1914495d9d2512ce90a7dd3ce4206aa9286 +Size (php-7.0.6.tar.bz2) = 14102594 bytes SHA1 (patch-acinclude.m4) = b682280fd89950c082c2226bdb7364b0dc475bad -SHA1 (patch-configure) = 9097646e71cbfa21322ca2f01c8c256822b056ea +SHA1 (patch-configure) = a129e19ef87338f6e53ccc967c40ddcde7c7357c SHA1 (patch-ext_gd_config.m4) = a7ec1bd0d876657d4b5e597b9aa1e97c2d2801e3 SHA1 (patch-ext_imap_config.m4) = f4e10ab81697b72019313f63bc630627a08efd92 SHA1 (patch-ext_pcre_pcrelib_config.h) = 0cb05c3b3bfafd8119cf43162c0f4db7f5b37ba8 @@ -15,6 +15,7 @@ SHA1 (patch-ext_phar_Makefile.frag) = 558869b60f8ed6674a3ba1d595a65f010df4c426 SHA1 (patch-ext_phar_phar_phar.php) = f630e3946b21b76d4fe857a43e00e25c9445f2c8 SHA1 (patch-ext_sqlite3_libsqlite_sqlite3.c) = 8a529a1b3f7c97731f2e719d006f67c3a7259bb5 SHA1 (patch-ext_standard_basic__functions.c) = f97a2748c7b15fbd9a2d3c21e56079088cc05d56 +SHA1 (patch-ext_standard_php__dns.h) = 3687ceac4dff4605263b53acb761b071f7446ccb SHA1 (patch-makedist) = 2ac0e0391c031c4fcf4993e2269cde4c6bfddfd5 SHA1 (patch-php.ini-development) = dd65962000ec06439fae3c9bf252fa46be4e33fd SHA1 (patch-php.ini-production) = ae61dffedf574b688fe576b0b2af748b7a28cd89 diff --git a/lang/php70/patches/patch-configure b/lang/php70/patches/patch-configure index 40d3bfd53ea37..b2b7fa03c60b4 100644 --- a/lang/php70/patches/patch-configure +++ b/lang/php70/patches/patch-configure @@ -1,8 +1,8 @@ -$NetBSD: patch-configure,v 1.2 2016/03/05 05:20:17 taca Exp $ +$NetBSD: patch-configure,v 1.3 2016/05/02 13:09:49 taca Exp $ ---- configure.orig 2015-12-01 13:36:27.000000000 +0000 +--- configure.orig 2016-04-28 18:12:26.000000000 +0000 +++ configure -@@ -6862,27 +6862,6 @@ EOF +@@ -6930,27 +6930,6 @@ EOF ;; esac @@ -30,7 +30,7 @@ $NetBSD: patch-configure,v 1.2 2016/03/05 05:20:17 taca Exp $ { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 $as_echo "yes" >&6; } -@@ -18211,7 +18190,7 @@ fi +@@ -18408,7 +18387,7 @@ fi if test "$found_openssl" = "no"; then if test "$PHP_OPENSSL_DIR" = "yes"; then @@ -39,7 +39,7 @@ $NetBSD: patch-configure,v 1.2 2016/03/05 05:20:17 taca Exp $ fi for i in $PHP_OPENSSL_DIR; do -@@ -20373,7 +20352,7 @@ $as_echo "yes" >&6; } +@@ -20572,7 +20551,7 @@ $as_echo "yes" >&6; } PHP_SQLITE3_CFLAGS="-I@ext_srcdir@/libsqlite $other_flags $threadsafe_flags $debug_flags" @@ -48,7 +48,7 @@ $NetBSD: patch-configure,v 1.2 2016/03/05 05:20:17 taca Exp $ unique=`echo $header_file|$SED 's/[^a-zA-Z0-9]/_/g'` -@@ -31526,7 +31505,7 @@ fi +@@ -31742,7 +31721,7 @@ fi if test "$found_openssl" = "no"; then if test "$PHP_OPENSSL_DIR" = "yes"; then @@ -57,7 +57,7 @@ $NetBSD: patch-configure,v 1.2 2016/03/05 05:20:17 taca Exp $ fi for i in $PHP_OPENSSL_DIR; do -@@ -42409,7 +42388,7 @@ fi +@@ -42631,7 +42610,7 @@ fi if test "$found_openssl" = "no"; then if test "$PHP_OPENSSL_DIR" = "yes"; then @@ -66,16 +66,7 @@ $NetBSD: patch-configure,v 1.2 2016/03/05 05:20:17 taca Exp $ fi for i in $PHP_OPENSSL_DIR; do -@@ -57721,7 +57700,7 @@ rm -f core *.core core.conftest.* gmon.o - fi - - --if test "$flock_type" == "unknown"; then -+if test "$flock_type" = "unknown"; then - as_fn_error $? "Don't know how to define struct flock on this system, set --enable-opcache=no" "$LINENO" 5 - fi - -@@ -92550,7 +92529,7 @@ fi +@@ -92806,7 +92785,7 @@ fi if test "$found_openssl" = "no"; then if test "$PHP_OPENSSL_DIR" = "yes"; then @@ -84,7 +75,7 @@ $NetBSD: patch-configure,v 1.2 2016/03/05 05:20:17 taca Exp $ fi for i in $PHP_OPENSSL_DIR; do -@@ -95978,12 +95957,7 @@ old_CC=$CC +@@ -96439,12 +96418,7 @@ old_CC=$CC if test "$PHP_THREAD_SAFETY" = "yes" && test -n "$ac_cv_pthreads_cflags"; then CXXFLAGS="$CXXFLAGS $ac_cv_pthreads_cflags" INLINE_CFLAGS="$INLINE_CFLAGS $ac_cv_pthreads_cflags" diff --git a/lang/php70/patches/patch-ext_standard_php__dns.h b/lang/php70/patches/patch-ext_standard_php__dns.h new file mode 100644 index 0000000000000..bcf50b2481c22 --- /dev/null +++ b/lang/php70/patches/patch-ext_standard_php__dns.h @@ -0,0 +1,23 @@ +$NetBSD: patch-ext_standard_php__dns.h,v 1.2 2016/05/02 13:09:49 taca Exp $ + +Fix memory leak. + +--- ext/standard/php_dns.h.orig 2016-04-28 18:13:00.000000000 +0000 ++++ ext/standard/php_dns.h +@@ -32,9 +32,15 @@ + #elif defined(HAVE_RES_NSEARCH) + #define php_dns_search(res, dname, class, type, answer, anslen) \ + res_nsearch(res, dname, class, type, answer, anslen); ++#ifdef __GLIBC__ + #define php_dns_free_handle(res) \ +- res_nclose(res); \ ++ res_nclose(res); \ ++ php_dns_free_res(*res) ++#else ++#define php_dns_free_handle(res) \ ++ res_ndestroy(res); \ + php_dns_free_res(res) ++#endif + + #elif defined(HAVE_RES_SEARCH) + #define php_dns_search(res, dname, class, type, answer, anslen) \ diff --git a/lang/pict/Makefile b/lang/pict/Makefile index c3ad9eb4019bb..b486c4300549d 100644 --- a/lang/pict/Makefile +++ b/lang/pict/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.11 2015/08/07 11:20:34 jaapb Exp $ +# $NetBSD: Makefile,v 1.12 2016/05/05 11:45:40 jaapb Exp $ DISTNAME= pict-4.1 -PKGREVISION= 7 +PKGREVISION= 8 CATEGORIES= lang MASTER_SITES= http://www.cis.upenn.edu/~bcpierce/papers/pict/pict-4.1/ diff --git a/lang/py27-html-docs/Makefile b/lang/py27-html-docs/Makefile index 162d7f93df94e..c2455832f1d54 100644 --- a/lang/py27-html-docs/Makefile +++ b/lang/py27-html-docs/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.5 2014/07/17 11:34:42 obache Exp $ +# $NetBSD: Makefile,v 1.6 2016/04/07 07:39:17 leot Exp $ # -VERS= 2.7.8 +VERS= 2.7.11 DISTNAME= python-${VERS}-docs-html PKGNAME= py27-html-docs-${VERS} -PKGREVISION= 1 CATEGORIES= lang python MASTER_SITES= https://www.python.org/ftp/python/doc/${VERS}/ EXTRACT_SUFX= .tar.bz2 @@ -12,6 +11,7 @@ EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.python.org/doc/ COMMENT= HTML Documentation for Python 2.7 +LICENSE= python-software-foundation DIST_SUBDIR= python diff --git a/lang/py27-html-docs/PLIST b/lang/py27-html-docs/PLIST index 2492061744cd0..c412941c675e6 100644 --- a/lang/py27-html-docs/PLIST +++ b/lang/py27-html-docs/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2014/07/17 11:34:42 obache Exp $ +@comment $NetBSD: PLIST,v 1.2 2016/04/07 07:39:17 leot Exp $ share/doc/python2.7/.buildinfo share/doc/python2.7/_images/logging_flow.png share/doc/python2.7/_images/python-video-icon.png @@ -64,6 +64,7 @@ share/doc/python2.7/_sources/c-api/veryhigh.txt share/doc/python2.7/_sources/c-api/weakref.txt share/doc/python2.7/_sources/contents.txt share/doc/python2.7/_sources/copyright.txt +share/doc/python2.7/_sources/distributing/index.txt share/doc/python2.7/_sources/distutils/apiref.txt share/doc/python2.7/_sources/distutils/builtdist.txt share/doc/python2.7/_sources/distutils/commandref.txt @@ -109,6 +110,7 @@ share/doc/python2.7/_sources/howto/unicode.txt share/doc/python2.7/_sources/howto/urllib2.txt share/doc/python2.7/_sources/howto/webservers.txt share/doc/python2.7/_sources/install/index.txt +share/doc/python2.7/_sources/installing/index.txt share/doc/python2.7/_sources/library/2to3.txt share/doc/python2.7/_sources/library/__builtin__.txt share/doc/python2.7/_sources/library/__future__.txt @@ -183,6 +185,7 @@ share/doc/python2.7/_sources/library/development.txt share/doc/python2.7/_sources/library/difflib.txt share/doc/python2.7/_sources/library/dircache.txt share/doc/python2.7/_sources/library/dis.txt +share/doc/python2.7/_sources/library/distribution.txt share/doc/python2.7/_sources/library/distutils.txt share/doc/python2.7/_sources/library/dl.txt share/doc/python2.7/_sources/library/doctest.txt @@ -203,6 +206,7 @@ share/doc/python2.7/_sources/library/email.mime.txt share/doc/python2.7/_sources/library/email.parser.txt share/doc/python2.7/_sources/library/email.txt share/doc/python2.7/_sources/library/email.util.txt +share/doc/python2.7/_sources/library/ensurepip.txt share/doc/python2.7/_sources/library/errno.txt share/doc/python2.7/_sources/library/exceptions.txt share/doc/python2.7/_sources/library/fcntl.txt @@ -447,6 +451,7 @@ share/doc/python2.7/_sources/reference/introduction.txt share/doc/python2.7/_sources/reference/lexical_analysis.txt share/doc/python2.7/_sources/reference/simple_stmts.txt share/doc/python2.7/_sources/reference/toplevel_components.txt +share/doc/python2.7/_sources/tutorial/appendix.txt share/doc/python2.7/_sources/tutorial/appetite.txt share/doc/python2.7/_sources/tutorial/classes.txt share/doc/python2.7/_sources/tutorial/controlflow.txt @@ -476,11 +481,19 @@ share/doc/python2.7/_sources/whatsnew/2.5.txt share/doc/python2.7/_sources/whatsnew/2.6.txt share/doc/python2.7/_sources/whatsnew/2.7.txt share/doc/python2.7/_sources/whatsnew/index.txt +share/doc/python2.7/_static/ajax-loader.gif share/doc/python2.7/_static/basic.css +share/doc/python2.7/_static/classic.css +share/doc/python2.7/_static/comment-bright.png +share/doc/python2.7/_static/comment-close.png +share/doc/python2.7/_static/comment.png share/doc/python2.7/_static/copybutton.js share/doc/python2.7/_static/default.css share/doc/python2.7/_static/doctools.js +share/doc/python2.7/_static/down-pressed.png +share/doc/python2.7/_static/down.png share/doc/python2.7/_static/file.png +share/doc/python2.7/_static/jquery-1.11.1.js share/doc/python2.7/_static/jquery.js share/doc/python2.7/_static/minus.png share/doc/python2.7/_static/opensearch.xml @@ -489,8 +502,12 @@ share/doc/python2.7/_static/py.png share/doc/python2.7/_static/pygments.css share/doc/python2.7/_static/searchtools.js share/doc/python2.7/_static/sidebar.js +share/doc/python2.7/_static/underscore-1.3.1.js share/doc/python2.7/_static/underscore.js +share/doc/python2.7/_static/up-pressed.png +share/doc/python2.7/_static/up.png share/doc/python2.7/_static/version_switch.js +share/doc/python2.7/_static/websupport.js share/doc/python2.7/about.html share/doc/python2.7/bugs.html share/doc/python2.7/c-api/abstract.html @@ -553,6 +570,7 @@ share/doc/python2.7/c-api/veryhigh.html share/doc/python2.7/c-api/weakref.html share/doc/python2.7/contents.html share/doc/python2.7/copyright.html +share/doc/python2.7/distributing/index.html share/doc/python2.7/distutils/apiref.html share/doc/python2.7/distutils/builtdist.html share/doc/python2.7/distutils/commandref.html @@ -630,6 +648,7 @@ share/doc/python2.7/howto/urllib2.html share/doc/python2.7/howto/webservers.html share/doc/python2.7/index.html share/doc/python2.7/install/index.html +share/doc/python2.7/installing/index.html share/doc/python2.7/library/2to3.html share/doc/python2.7/library/__builtin__.html share/doc/python2.7/library/__future__.html @@ -704,6 +723,7 @@ share/doc/python2.7/library/development.html share/doc/python2.7/library/difflib.html share/doc/python2.7/library/dircache.html share/doc/python2.7/library/dis.html +share/doc/python2.7/library/distribution.html share/doc/python2.7/library/distutils.html share/doc/python2.7/library/dl.html share/doc/python2.7/library/doctest.html @@ -724,6 +744,7 @@ share/doc/python2.7/library/email.message.html share/doc/python2.7/library/email.mime.html share/doc/python2.7/library/email.parser.html share/doc/python2.7/library/email.util.html +share/doc/python2.7/library/ensurepip.html share/doc/python2.7/library/errno.html share/doc/python2.7/library/exceptions.html share/doc/python2.7/library/fcntl.html @@ -972,6 +993,7 @@ share/doc/python2.7/reference/simple_stmts.html share/doc/python2.7/reference/toplevel_components.html share/doc/python2.7/search.html share/doc/python2.7/searchindex.js +share/doc/python2.7/tutorial/appendix.html share/doc/python2.7/tutorial/appetite.html share/doc/python2.7/tutorial/classes.html share/doc/python2.7/tutorial/controlflow.html diff --git a/lang/py27-html-docs/distinfo b/lang/py27-html-docs/distinfo index fb160f0617446..8abcbd602eb6f 100644 --- a/lang/py27-html-docs/distinfo +++ b/lang/py27-html-docs/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.3 2015/11/03 22:50:42 agc Exp $ +$NetBSD: distinfo,v 1.4 2016/04/07 07:39:17 leot Exp $ -SHA1 (python/python-2.7.8-docs-html.tar.bz2) = d83b8cc59c5fd646344b0a5cae16bd5594624e68 -RMD160 (python/python-2.7.8-docs-html.tar.bz2) = 3165152c6fd41f97b46df379fcfc1d29f2bfaa4b -SHA512 (python/python-2.7.8-docs-html.tar.bz2) = 97f37704e832268d6b5d13ac7a9839405fba0dae59e59e8fef35085e658f9bdb731f024509387f1d4ab07c1457695ab74c180c146d3e76a5f074f7bb265d8c4d -Size (python/python-2.7.8-docs-html.tar.bz2) = 4511331 bytes +SHA1 (python/python-2.7.11-docs-html.tar.bz2) = 21293d5fd57b3e094dfd7fb622dfc6adc478a821 +RMD160 (python/python-2.7.11-docs-html.tar.bz2) = 4dafd3e4e2493f23dd752bb2ce059bac0226d35f +SHA512 (python/python-2.7.11-docs-html.tar.bz2) = 88efc8f6bd657a43e4819852a4fdc4ad4c21c98d58867fd3ed7b3d58db156271b242dd37ce2fe0d7093fa113fb1706fcc3069d67a895d74e681060e24f479f0d +Size (python/python-2.7.11-docs-html.tar.bz2) = 4575554 bytes diff --git a/lang/python/egg.mk b/lang/python/egg.mk index 5da8dd6836e69..a93ae10a19737 100644 --- a/lang/python/egg.mk +++ b/lang/python/egg.mk @@ -1,4 +1,4 @@ -# $NetBSD: egg.mk,v 1.20 2014/12/31 13:57:28 wiz Exp $ +# $NetBSD: egg.mk,v 1.21 2016/04/10 16:39:28 joerg Exp $ # # Common logic to handle Python Eggs # @@ -34,9 +34,6 @@ PRINT_PLIST_AWK+= { gsub(/${EGG_NAME}-py${PYVERSSUFFIX}-nspkg.pth/, \ "$${EGG_NAME}-nspkg.pth") } _PYSETUPTOOLSINSTALLARGS= --single-version-externally-managed -.if ${_USE_DESTDIR} == "no" -_PYSETUPTOOLSINSTALLARGS+= --root=/ -.endif DEPENDS+= ${PYPKGPREFIX}-setuptools>=0.8:../../devel/py-setuptools diff --git a/lang/python/extension.mk b/lang/python/extension.mk index 92305a74b046f..f47f9bebc3655 100644 --- a/lang/python/extension.mk +++ b/lang/python/extension.mk @@ -1,4 +1,4 @@ -# $NetBSD: extension.mk,v 1.41 2015/12/27 21:08:45 wiz Exp $ +# $NetBSD: extension.mk,v 1.43 2016/05/07 03:12:08 richard Exp $ .include "../../lang/python/pyversion.mk" @@ -21,15 +21,18 @@ PYSETUPARGS?= #empty PYSETUPINSTALLARGS?= #empty PYSETUPOPTARGS?= -c -O1 _PYSETUPINSTALLARGS= ${PYSETUPINSTALLARGS} ${PYSETUPOPTARGS} ${_PYSETUPTOOLSINSTALLARGS} -.if ${_USE_DESTDIR} != "no" _PYSETUPINSTALLARGS+= --root=${DESTDIR:Q} -.endif PY_PATCHPLIST?= yes PYSETUPINSTALLARGS?= #empty PYSETUPTESTTARGET?= test PYSETUPTESTARGS?= #empty PYSETUPSUBDIR?= #empty +pre-patch: fixup-python-writeable-source +.PHONY: fixup-python-writeable-source +fixup-python-writeable-source: + ${FIND} ${WRKSRC} -type f -exec ${CHMOD} ${NONBINMODE} {} \; + do-build: (cd ${WRKSRC}/${PYSETUPSUBDIR} && ${SETENV} ${MAKE_ENV} ${PYTHONBIN} \ ${PYSETUP} ${PYSETUPARGS} ${PYSETUPBUILDTARGET} ${PYSETUPBUILDARGS}) diff --git a/lang/python/versioned_dependencies.mk b/lang/python/versioned_dependencies.mk index 4ee1af73886f0..7ef3b9592ee4e 100644 --- a/lang/python/versioned_dependencies.mk +++ b/lang/python/versioned_dependencies.mk @@ -1,4 +1,4 @@ -# $NetBSD: versioned_dependencies.mk,v 1.21 2015/07/12 21:42:23 rodent Exp $ +# $NetBSD: versioned_dependencies.mk,v 1.22 2016/04/11 04:22:34 dbj Exp $ # # This file determines which separate distribution of a Python # package is used as dependency, depending on the Python version @@ -51,6 +51,6 @@ DEPENDS:= ${DEPENDS} ${PYPKGPREFIX}-${pkg}-[0-9]*:../../${dir} .endif .endfor .if ${_PKG_MATCHED} == "no" -PKG_FAIL_REASON= "${pkg} unsupported in PYTHON_VERSIONED_DEPENDENCIES" +PKG_FAIL_REASON+= "${pkg} unsupported in PYTHON_VERSIONED_DEPENDENCIES" .endif .endfor diff --git a/lang/python27/Makefile b/lang/python27/Makefile index 4947e1d48ae21..d614b08da8329 100644 --- a/lang/python27/Makefile +++ b/lang/python27/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.57 2016/03/05 11:28:44 jperkin Exp $ +# $NetBSD: Makefile,v 1.58 2016/04/10 16:39:27 joerg Exp $ .include "dist.mk" @@ -60,9 +60,6 @@ PLIST_SRC+= ${.CURDIR}/../../lang/python27/PLIST.${OPSYS} PLIST_SRC+= ${.CURDIR}/../../lang/python27/PLIST.common_end .if ${OPSYS} == "NetBSD" -. if !defined(USE_DESTDIR) || empty(USE_DESTDIR:M[Yy][Ee][Ss]) -PRIVILEGED_STAGES+= clean -. endif # XXX work around a botched autoconf check which ignores libintl CONFIGURE_ENV+= ac_cv_func_bind_textdomain_codeset=yes .endif diff --git a/lang/racket-textual/Makefile b/lang/racket-textual/Makefile index dd4d3f80402be..01fdb5255c7eb 100644 --- a/lang/racket-textual/Makefile +++ b/lang/racket-textual/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.25 2015/12/29 04:59:19 dholland Exp $ +# $NetBSD: Makefile,v 1.27 2016/04/06 12:39:37 joerg Exp $ -PKGNAME= racket-minimal-6.3 +PKGNAME= racket-minimal-6.4 DISTNAME= $(PKGNAME_NOREV)-src CATEGORIES= lang MASTER_SITES_PLT= http://download.racket-lang.org/installers/$(PKGVERSION_NOREV)/ \ @@ -19,7 +19,7 @@ LICENSE= gnu-lgpl-v2 CONFLICTS+= drscheme-[0-9]* mzscheme-[0-9]* racket-[0-9]* -PATCHDIR= ../../lang/racket/patches +PATCHDIR= ${.CURDIR}/../../lang/racket/patches WRKSRC= $(WRKDIR)/racket-$(PKGVERSION_NOREV) diff --git a/lang/racket-textual/PLIST b/lang/racket-textual/PLIST index f05dd51f1120c..0b9de5f1b6548 100644 --- a/lang/racket-textual/PLIST +++ b/lang/racket-textual/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.13 2015/12/12 21:49:05 asau Exp $ +@comment $NetBSD: PLIST,v 1.14 2016/03/15 19:49:43 asau Exp $ bin/racket bin/raco etc/racket/config.rktd @@ -94,6 +94,8 @@ share/racket/collects/compiler/private/compiled/winsubsys_rkt.dep share/racket/collects/compiler/private/compiled/winsubsys_rkt.zo share/racket/collects/compiler/private/compiled/winutf16_rkt.dep share/racket/collects/compiler/private/compiled/winutf16_rkt.zo +share/racket/collects/compiler/private/compiled/write-perm_rkt.dep +share/racket/collects/compiler/private/compiled/write-perm_rkt.zo share/racket/collects/compiler/private/compiled/xform_rkt.dep share/racket/collects/compiler/private/compiled/xform_rkt.zo share/racket/collects/compiler/private/configdir.rkt @@ -107,6 +109,7 @@ share/racket/collects/compiler/private/read-bstr.rkt share/racket/collects/compiler/private/windlldir.rkt share/racket/collects/compiler/private/winsubsys.rkt share/racket/collects/compiler/private/winutf16.rkt +share/racket/collects/compiler/private/write-perm.rkt share/racket/collects/compiler/private/xform.rkt share/racket/collects/data/bit-vector.rkt share/racket/collects/data/compiled/bit-vector_rkt.dep @@ -286,6 +289,8 @@ share/racket/collects/net/compiled/head_rkt.dep share/racket/collects/net/compiled/head_rkt.zo share/racket/collects/net/compiled/http-client_rkt.dep share/racket/collects/net/compiled/http-client_rkt.zo +share/racket/collects/net/compiled/osx-ssl_rkt.dep +share/racket/collects/net/compiled/osx-ssl_rkt.zo share/racket/collects/net/compiled/uri-codec_rkt.dep share/racket/collects/net/compiled/uri-codec_rkt.zo share/racket/collects/net/compiled/url-connect_rkt.dep @@ -303,6 +308,7 @@ share/racket/collects/net/compiled/win32-ssl_rkt.zo share/racket/collects/net/git-checkout.rkt share/racket/collects/net/head.rkt share/racket/collects/net/http-client.rkt +share/racket/collects/net/osx-ssl.rkt share/racket/collects/net/uri-codec.rkt share/racket/collects/net/url-connect.rkt share/racket/collects/net/url-exception.rkt @@ -805,6 +811,8 @@ share/racket/collects/racket/contract/private/compiled/struct-prop_rkt.dep share/racket/collects/racket/contract/private/compiled/struct-prop_rkt.zo share/racket/collects/racket/contract/private/compiled/top-sort_rkt.dep share/racket/collects/racket/contract/private/compiled/top-sort_rkt.zo +share/racket/collects/racket/contract/private/compiled/types_rkt.dep +share/racket/collects/racket/contract/private/compiled/types_rkt.zo share/racket/collects/racket/contract/private/compiled/vector_rkt.dep share/racket/collects/racket/contract/private/compiled/vector_rkt.zo share/racket/collects/racket/contract/private/ds-helpers.rkt @@ -832,6 +840,7 @@ share/racket/collects/racket/contract/private/rand.rkt share/racket/collects/racket/contract/private/struct-dc.rkt share/racket/collects/racket/contract/private/struct-prop.rkt share/racket/collects/racket/contract/private/top-sort.rkt +share/racket/collects/racket/contract/private/types.rkt share/racket/collects/racket/contract/private/vector.rkt share/racket/collects/racket/contract/region.rkt share/racket/collects/racket/control.rkt @@ -1432,6 +1441,8 @@ share/racket/collects/syntax/compiled/id-set_rkt.dep share/racket/collects/syntax/compiled/id-set_rkt.zo share/racket/collects/syntax/compiled/id-table_rkt.dep share/racket/collects/syntax/compiled/id-table_rkt.zo +share/racket/collects/syntax/compiled/intdef_rkt.dep +share/racket/collects/syntax/compiled/intdef_rkt.zo share/racket/collects/syntax/compiled/kerncase_rkt.dep share/racket/collects/syntax/compiled/kerncase_rkt.zo share/racket/collects/syntax/compiled/keyword_rkt.dep @@ -1495,6 +1506,7 @@ share/racket/collects/syntax/for-body.rkt share/racket/collects/syntax/free-vars.rkt share/racket/collects/syntax/id-set.rkt share/racket/collects/syntax/id-table.rkt +share/racket/collects/syntax/intdef.rkt share/racket/collects/syntax/kerncase.rkt share/racket/collects/syntax/keyword.rkt share/racket/collects/syntax/location.rkt diff --git a/lang/racket-textual/distinfo b/lang/racket-textual/distinfo index 9e276f20596cc..fe38ead01c2fd 100644 --- a/lang/racket-textual/distinfo +++ b/lang/racket-textual/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.17 2015/12/29 04:59:19 dholland Exp $ +$NetBSD: distinfo,v 1.18 2016/03/15 19:49:43 asau Exp $ -SHA1 (racket-minimal-6.3-src.tgz) = 059aaa4096f349fec4fd6db08ad76d5bfff4d25b -RMD160 (racket-minimal-6.3-src.tgz) = 3b60a27446018c3b82eaf604debaef8b792068cd -SHA512 (racket-minimal-6.3-src.tgz) = f71658002d4e727a5cd301dfa14a351575533aad3be4b78b68eebac40ea29e38148932fbe9bf636a698852a75647714e40e73cfe557c6e28f6f9f7eea1dfbc52 -Size (racket-minimal-6.3-src.tgz) = 6282843 bytes -SHA1 (patch-src_configure) = 84d54af7677a051d9277ac22180eaefcac155d3b -SHA1 (patch-src_racket_configure.ac) = 35dd7d738b9bdcac567700e43f6c5ffb583f1a13 +SHA1 (racket-minimal-6.4-src.tgz) = f4ab5626e4cfcac5b066df141a12b8bb0ac566a0 +RMD160 (racket-minimal-6.4-src.tgz) = 68cc14370e9e3a868e5bef090ef7bda2d4c80fbc +SHA512 (racket-minimal-6.4-src.tgz) = 497c2e9a742994d0e1b89f97587547e92d5c9e0efc699a6892f51a91da38463e915a662f19274887e8a310ea5332af7718710251fc84dde314ee3d84378798e3 +Size (racket-minimal-6.4-src.tgz) = 6327969 bytes +SHA1 (patch-src_configure) = d2dd93be1d5ddec7b07fee73b0da5d6ce61d69b3 +SHA1 (patch-src_racket_configure.ac) = 29e239e74a395886dc8382543ab682c6a17b5e6b diff --git a/lang/racket/Makefile b/lang/racket/Makefile index 87df4863e4b6b..3e0f1110b6703 100644 --- a/lang/racket/Makefile +++ b/lang/racket/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.46 2015/12/12 21:49:05 asau Exp $ +# $NetBSD: Makefile,v 1.48 2016/04/11 19:01:54 ryoon Exp $ -PKGNAME= racket-6.3 +PKGNAME= racket-6.4 +PKGREVISION= 1 DISTNAME= $(PKGNAME_NOREV)-src CATEGORIES= lang MASTER_SITES_PLT= http://download.racket-lang.org/installers/$(PKGVERSION_NOREV)/ \ diff --git a/lang/racket/PLIST b/lang/racket/PLIST index fecad92e0f586..76e11924c7494 100644 --- a/lang/racket/PLIST +++ b/lang/racket/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.14 2015/12/12 21:49:05 asau Exp $ +@comment $NetBSD: PLIST,v 1.15 2016/03/15 19:49:42 asau Exp $ bin/drracket bin/gracket bin/gracket-text @@ -1617,6 +1617,12 @@ share/doc/racket/option-contract/index.html share/doc/racket/option-contract/out0.sxref share/doc/racket/option-contract/out1.sxref share/doc/racket/option-contract/stamp.sxref +share/doc/racket/osx-ssl/blueboxes.rktd +share/doc/racket/osx-ssl/in.sxref +share/doc/racket/osx-ssl/index.html +share/doc/racket/osx-ssl/out0.sxref +share/doc/racket/osx-ssl/out1.sxref +share/doc/racket/osx-ssl/stamp.sxref share/doc/racket/out0.sxref share/doc/racket/out1.sxref share/doc/racket/parser-tools/Context-Free_Parsers.html @@ -1706,6 +1712,7 @@ share/doc/racket/pict/pict_140.png share/doc/racket/pict/pict_141.png share/doc/racket/pict/pict_142.png share/doc/racket/pict/pict_143.png +share/doc/racket/pict/pict_144.png share/doc/racket/pict/pict_15.png share/doc/racket/pict/pict_16.png share/doc/racket/pict/pict_17.png @@ -1817,6 +1824,7 @@ share/doc/racket/pkg/catalog-protocol.html share/doc/racket/pkg/cmdline.html share/doc/racket/pkg/db.html share/doc/racket/pkg/dirs-catalog.html +share/doc/racket/pkg/envvars.html share/doc/racket/pkg/getting-started.html share/doc/racket/pkg/git-workflow.html share/doc/racket/pkg/implementation.html @@ -1830,6 +1838,7 @@ share/doc/racket/pkg/out1.sxref share/doc/racket/pkg/path.html share/doc/racket/pkg/stamp.sxref share/doc/racket/pkg/strip.html +share/doc/racket/plai/Generating_Random_Mutators.html share/doc/racket/plai/blueboxes.rktd share/doc/racket/plai/collector.html share/doc/racket/plai/gc2-collector.html @@ -2230,6 +2239,13 @@ share/doc/racket/r6rs/r6rs-std/r6rs-Z-H-9.html share/doc/racket/r6rs/r6rs-std/r6rs-Z-S.css share/doc/racket/r6rs/r6rs-std/r6rs.html share/doc/racket/r6rs/stamp.sxref +share/doc/racket/racket-cheat/blueboxes.rktd +share/doc/racket/racket-cheat/in.sxref +share/doc/racket/racket-cheat/index.html +share/doc/racket/racket-cheat/out0.sxref +share/doc/racket/racket-cheat/out1.sxref +share/doc/racket/racket-cheat/racket-cheat.css +share/doc/racket/racket-cheat/stamp.sxref share/doc/racket/racket.css share/doc/racket/racklog/Racklog_Module_Language.html share/doc/racket/racklog/and-or.html @@ -2358,7 +2374,22 @@ share/doc/racket/redex/pict_19.png share/doc/racket/redex/pict_2.png share/doc/racket/redex/pict_20.png share/doc/racket/redex/pict_21.png +share/doc/racket/redex/pict_22.png +share/doc/racket/redex/pict_23.png +share/doc/racket/redex/pict_24.png +share/doc/racket/redex/pict_25.png +share/doc/racket/redex/pict_26.png +share/doc/racket/redex/pict_27.png +share/doc/racket/redex/pict_28.png +share/doc/racket/redex/pict_29.png share/doc/racket/redex/pict_3.png +share/doc/racket/redex/pict_30.png +share/doc/racket/redex/pict_31.png +share/doc/racket/redex/pict_32.png +share/doc/racket/redex/pict_33.png +share/doc/racket/redex/pict_34.png +share/doc/racket/redex/pict_35.png +share/doc/racket/redex/pict_36.png share/doc/racket/redex/pict_4.png share/doc/racket/redex/pict_5.png share/doc/racket/redex/pict_6.png @@ -3043,6 +3074,7 @@ share/doc/racket/syntax/docprovide.html share/doc/racket/syntax/exprc.html share/doc/racket/syntax/in.sxref share/doc/racket/syntax/index.html +share/doc/racket/syntax/intdef.html share/doc/racket/syntax/macro-testing.html share/doc/racket/syntax/module-helpers.html share/doc/racket/syntax/out0.sxref @@ -3226,6 +3258,11 @@ share/doc/racket/teachpack/pict_2.png share/doc/racket/teachpack/pict_2.svg share/doc/racket/teachpack/pict_20.png share/doc/racket/teachpack/pict_20.svg +share/doc/racket/teachpack/pict_200.svg +share/doc/racket/teachpack/pict_201.svg +share/doc/racket/teachpack/pict_202.svg +share/doc/racket/teachpack/pict_203.svg +share/doc/racket/teachpack/pict_204.svg share/doc/racket/teachpack/pict_21.png share/doc/racket/teachpack/pict_21.svg share/doc/racket/teachpack/pict_22.png @@ -3312,6 +3349,7 @@ share/doc/racket/teachpack/pict_59.png share/doc/racket/teachpack/pict_59.svg share/doc/racket/teachpack/pict_6.png share/doc/racket/teachpack/pict_6.svg +share/doc/racket/teachpack/pict_60.png share/doc/racket/teachpack/pict_60.svg share/doc/racket/teachpack/pict_61.svg share/doc/racket/teachpack/pict_62.svg @@ -3607,6 +3645,8 @@ share/racket/collects/compiler/private/compiled/winsubsys_rkt.dep share/racket/collects/compiler/private/compiled/winsubsys_rkt.zo share/racket/collects/compiler/private/compiled/winutf16_rkt.dep share/racket/collects/compiler/private/compiled/winutf16_rkt.zo +share/racket/collects/compiler/private/compiled/write-perm_rkt.dep +share/racket/collects/compiler/private/compiled/write-perm_rkt.zo share/racket/collects/compiler/private/compiled/xform_rkt.dep share/racket/collects/compiler/private/compiled/xform_rkt.zo share/racket/collects/compiler/private/configdir.rkt @@ -3620,6 +3660,7 @@ share/racket/collects/compiler/private/read-bstr.rkt share/racket/collects/compiler/private/windlldir.rkt share/racket/collects/compiler/private/winsubsys.rkt share/racket/collects/compiler/private/winutf16.rkt +share/racket/collects/compiler/private/write-perm.rkt share/racket/collects/compiler/private/xform.rkt share/racket/collects/data/bit-vector.rkt share/racket/collects/data/compiled/bit-vector_rkt.dep @@ -3799,6 +3840,8 @@ share/racket/collects/net/compiled/head_rkt.dep share/racket/collects/net/compiled/head_rkt.zo share/racket/collects/net/compiled/http-client_rkt.dep share/racket/collects/net/compiled/http-client_rkt.zo +share/racket/collects/net/compiled/osx-ssl_rkt.dep +share/racket/collects/net/compiled/osx-ssl_rkt.zo share/racket/collects/net/compiled/uri-codec_rkt.dep share/racket/collects/net/compiled/uri-codec_rkt.zo share/racket/collects/net/compiled/url-connect_rkt.dep @@ -3816,6 +3859,7 @@ share/racket/collects/net/compiled/win32-ssl_rkt.zo share/racket/collects/net/git-checkout.rkt share/racket/collects/net/head.rkt share/racket/collects/net/http-client.rkt +share/racket/collects/net/osx-ssl.rkt share/racket/collects/net/uri-codec.rkt share/racket/collects/net/url-connect.rkt share/racket/collects/net/url-exception.rkt @@ -4318,6 +4362,8 @@ share/racket/collects/racket/contract/private/compiled/struct-prop_rkt.dep share/racket/collects/racket/contract/private/compiled/struct-prop_rkt.zo share/racket/collects/racket/contract/private/compiled/top-sort_rkt.dep share/racket/collects/racket/contract/private/compiled/top-sort_rkt.zo +share/racket/collects/racket/contract/private/compiled/types_rkt.dep +share/racket/collects/racket/contract/private/compiled/types_rkt.zo share/racket/collects/racket/contract/private/compiled/vector_rkt.dep share/racket/collects/racket/contract/private/compiled/vector_rkt.zo share/racket/collects/racket/contract/private/ds-helpers.rkt @@ -4345,6 +4391,7 @@ share/racket/collects/racket/contract/private/rand.rkt share/racket/collects/racket/contract/private/struct-dc.rkt share/racket/collects/racket/contract/private/struct-prop.rkt share/racket/collects/racket/contract/private/top-sort.rkt +share/racket/collects/racket/contract/private/types.rkt share/racket/collects/racket/contract/private/vector.rkt share/racket/collects/racket/contract/region.rkt share/racket/collects/racket/control.rkt @@ -4945,6 +4992,8 @@ share/racket/collects/syntax/compiled/id-set_rkt.dep share/racket/collects/syntax/compiled/id-set_rkt.zo share/racket/collects/syntax/compiled/id-table_rkt.dep share/racket/collects/syntax/compiled/id-table_rkt.zo +share/racket/collects/syntax/compiled/intdef_rkt.dep +share/racket/collects/syntax/compiled/intdef_rkt.zo share/racket/collects/syntax/compiled/kerncase_rkt.dep share/racket/collects/syntax/compiled/kerncase_rkt.zo share/racket/collects/syntax/compiled/keyword_rkt.dep @@ -5008,6 +5057,7 @@ share/racket/collects/syntax/for-body.rkt share/racket/collects/syntax/free-vars.rkt share/racket/collects/syntax/id-set.rkt share/racket/collects/syntax/id-table.rkt +share/racket/collects/syntax/intdef.rkt share/racket/collects/syntax/kerncase.rkt share/racket/collects/syntax/keyword.rkt share/racket/collects/syntax/location.rkt @@ -5939,6 +5989,10 @@ share/racket/pkgs/contract-profile/compiled/info_rkt.dep share/racket/pkgs/contract-profile/compiled/info_rkt.zo share/racket/pkgs/contract-profile/compiled/main_rkt.dep share/racket/pkgs/contract-profile/compiled/main_rkt.zo +share/racket/pkgs/contract-profile/compiled/module-graph-view_rkt.dep +share/racket/pkgs/contract-profile/compiled/module-graph-view_rkt.zo +share/racket/pkgs/contract-profile/compiled/raco_rkt.dep +share/racket/pkgs/contract-profile/compiled/raco_rkt.zo share/racket/pkgs/contract-profile/compiled/tests_rkt.dep share/racket/pkgs/contract-profile/compiled/tests_rkt.zo share/racket/pkgs/contract-profile/compiled/utils_rkt.dep @@ -5946,6 +6000,8 @@ share/racket/pkgs/contract-profile/compiled/utils_rkt.zo share/racket/pkgs/contract-profile/dot.rkt share/racket/pkgs/contract-profile/info.rkt share/racket/pkgs/contract-profile/main.rkt +share/racket/pkgs/contract-profile/module-graph-view.rkt +share/racket/pkgs/contract-profile/raco.rkt share/racket/pkgs/contract-profile/scribblings/compiled/contract-profile_scrbl.dep share/racket/pkgs/contract-profile/scribblings/compiled/contract-profile_scrbl.zo share/racket/pkgs/contract-profile/scribblings/compiled/info_rkt.dep @@ -9717,6 +9773,8 @@ share/racket/pkgs/gui-doc/scribblings/gui/compiled/snip-class_scrbl.dep share/racket/pkgs/gui-doc/scribblings/gui/compiled/snip-class_scrbl.zo share/racket/pkgs/gui-doc/scribblings/gui/compiled/snip-classes_scrbl.dep share/racket/pkgs/gui-doc/scribblings/gui/compiled/snip-classes_scrbl.zo +share/racket/pkgs/gui-doc/scribblings/gui/compiled/snip-example_rkt.dep +share/racket/pkgs/gui-doc/scribblings/gui/compiled/snip-example_rkt.zo share/racket/pkgs/gui-doc/scribblings/gui/compiled/snip-example_scrbl.dep share/racket/pkgs/gui-doc/scribblings/gui/compiled/snip-example_scrbl.zo share/racket/pkgs/gui-doc/scribblings/gui/compiled/startup_scrbl.dep @@ -9739,6 +9797,8 @@ share/racket/pkgs/gui-doc/scribblings/gui/compiled/tab-panel-class_scrbl.dep share/racket/pkgs/gui-doc/scribblings/gui/compiled/tab-panel-class_scrbl.zo share/racket/pkgs/gui-doc/scribblings/gui/compiled/tab-snip-class_scrbl.dep share/racket/pkgs/gui-doc/scribblings/gui/compiled/tab-snip-class_scrbl.zo +share/racket/pkgs/gui-doc/scribblings/gui/compiled/test-snip-example_rkt.dep +share/racket/pkgs/gui-doc/scribblings/gui/compiled/test-snip-example_rkt.zo share/racket/pkgs/gui-doc/scribblings/gui/compiled/text-class_scrbl.dep share/racket/pkgs/gui-doc/scribblings/gui/compiled/text-class_scrbl.zo share/racket/pkgs/gui-doc/scribblings/gui/compiled/text-field-class_scrbl.dep @@ -9763,6 +9823,8 @@ share/racket/pkgs/gui-doc/scribblings/gui/compiled/win-overview_scrbl.dep share/racket/pkgs/gui-doc/scribblings/gui/compiled/win-overview_scrbl.zo share/racket/pkgs/gui-doc/scribblings/gui/compiled/window-intf_scrbl.dep share/racket/pkgs/gui-doc/scribblings/gui/compiled/window-intf_scrbl.zo +share/racket/pkgs/gui-doc/scribblings/gui/compiled/wxme-circle-snip_rkt.dep +share/racket/pkgs/gui-doc/scribblings/gui/compiled/wxme-circle-snip_rkt.zo share/racket/pkgs/gui-doc/scribblings/gui/compiled/wxme_scrbl.dep share/racket/pkgs/gui-doc/scribblings/gui/compiled/wxme_scrbl.zo share/racket/pkgs/gui-doc/scribblings/gui/control-event-class.scrbl @@ -9852,6 +9914,7 @@ share/racket/pkgs/gui-doc/scribblings/gui/snip-class-class.scrbl share/racket/pkgs/gui-doc/scribblings/gui/snip-class-list-intf.scrbl share/racket/pkgs/gui-doc/scribblings/gui/snip-class.scrbl share/racket/pkgs/gui-doc/scribblings/gui/snip-classes.scrbl +share/racket/pkgs/gui-doc/scribblings/gui/snip-example.rkt share/racket/pkgs/gui-doc/scribblings/gui/snip-example.scrbl share/racket/pkgs/gui-doc/scribblings/gui/startup.scrbl share/racket/pkgs/gui-doc/scribblings/gui/string-snip-class.scrbl @@ -9863,6 +9926,7 @@ share/racket/pkgs/gui-doc/scribblings/gui/subwindow-intf.scrbl share/racket/pkgs/gui-doc/scribblings/gui/system-menu-funcs.scrbl share/racket/pkgs/gui-doc/scribblings/gui/tab-panel-class.scrbl share/racket/pkgs/gui-doc/scribblings/gui/tab-snip-class.scrbl +share/racket/pkgs/gui-doc/scribblings/gui/test-snip-example.rkt share/racket/pkgs/gui-doc/scribblings/gui/text-class.scrbl share/racket/pkgs/gui-doc/scribblings/gui/text-field-class.scrbl share/racket/pkgs/gui-doc/scribblings/gui/timer-class.scrbl @@ -9875,6 +9939,7 @@ share/racket/pkgs/gui-doc/scribblings/gui/win-classes.scrbl share/racket/pkgs/gui-doc/scribblings/gui/win-funcs.scrbl share/racket/pkgs/gui-doc/scribblings/gui/win-overview.scrbl share/racket/pkgs/gui-doc/scribblings/gui/window-intf.scrbl +share/racket/pkgs/gui-doc/scribblings/gui/wxme-circle-snip.rkt share/racket/pkgs/gui-doc/scribblings/gui/wxme.scrbl share/racket/pkgs/gui-lib/LICENSE.txt share/racket/pkgs/gui-lib/embedded-gui/compiled/embedded-gui_rkt.dep @@ -10162,6 +10227,9 @@ share/racket/pkgs/gui-lib/framework/test.rkt share/racket/pkgs/gui-lib/hierlist/compiled/hierlist_rkt.dep share/racket/pkgs/gui-lib/hierlist/compiled/hierlist_rkt.zo share/racket/pkgs/gui-lib/hierlist/hierlist.rkt +share/racket/pkgs/gui-lib/icons/plt-icon-16x16.png +share/racket/pkgs/gui-lib/icons/plt-icon-32x32.png +share/racket/pkgs/gui-lib/icons/plt-icon-48x48.png share/racket/pkgs/gui-lib/icons/turn-down-click.png share/racket/pkgs/gui-lib/icons/turn-down.png share/racket/pkgs/gui-lib/icons/turn-up-click.png @@ -12441,10 +12509,7 @@ share/racket/pkgs/images-lib/images/private/flonum.rkt share/racket/pkgs/images-lib/images/private/latent-contract.rkt share/racket/pkgs/images-lib/images/private/latent-contract/compiled/defthing_rkt.dep share/racket/pkgs/images-lib/images/private/latent-contract/compiled/defthing_rkt.zo -share/racket/pkgs/images-lib/images/private/latent-contract/compiled/serialize-syntax_rkt.dep -share/racket/pkgs/images-lib/images/private/latent-contract/compiled/serialize-syntax_rkt.zo share/racket/pkgs/images-lib/images/private/latent-contract/defthing.rkt -share/racket/pkgs/images-lib/images/private/latent-contract/serialize-syntax.rkt share/racket/pkgs/images-lib/images/private/parameter-group.rkt share/racket/pkgs/images-lib/images/private/utils.rkt share/racket/pkgs/images-lib/info.rkt @@ -13542,6 +13607,8 @@ share/racket/pkgs/net-doc/net/scribblings/compiled/net_scrbl.dep share/racket/pkgs/net-doc/net/scribblings/compiled/net_scrbl.zo share/racket/pkgs/net-doc/net/scribblings/compiled/nntp_scrbl.dep share/racket/pkgs/net-doc/net/scribblings/compiled/nntp_scrbl.zo +share/racket/pkgs/net-doc/net/scribblings/compiled/osx-ssl_scrbl.dep +share/racket/pkgs/net-doc/net/scribblings/compiled/osx-ssl_scrbl.zo share/racket/pkgs/net-doc/net/scribblings/compiled/pop3_scrbl.dep share/racket/pkgs/net-doc/net/scribblings/compiled/pop3_scrbl.zo share/racket/pkgs/net-doc/net/scribblings/compiled/qp_scrbl.dep @@ -13577,6 +13644,7 @@ share/racket/pkgs/net-doc/net/scribblings/info.rkt share/racket/pkgs/net-doc/net/scribblings/mime.scrbl share/racket/pkgs/net-doc/net/scribblings/net.scrbl share/racket/pkgs/net-doc/net/scribblings/nntp.scrbl +share/racket/pkgs/net-doc/net/scribblings/osx-ssl.scrbl share/racket/pkgs/net-doc/net/scribblings/pop3.scrbl share/racket/pkgs/net-doc/net/scribblings/qp.scrbl share/racket/pkgs/net-doc/net/scribblings/sendmail.scrbl @@ -14864,6 +14932,10 @@ share/racket/pkgs/profile-lib/compiled/info_rkt.dep share/racket/pkgs/profile-lib/compiled/info_rkt.zo share/racket/pkgs/profile-lib/compiled/main_rkt.dep share/racket/pkgs/profile-lib/compiled/main_rkt.zo +share/racket/pkgs/profile-lib/compiled/raco-utils_rkt.dep +share/racket/pkgs/profile-lib/compiled/raco-utils_rkt.zo +share/racket/pkgs/profile-lib/compiled/raco_rkt.dep +share/racket/pkgs/profile-lib/compiled/raco_rkt.zo share/racket/pkgs/profile-lib/compiled/render-graphviz_rkt.dep share/racket/pkgs/profile-lib/compiled/render-graphviz_rkt.zo share/racket/pkgs/profile-lib/compiled/render-text_rkt.dep @@ -14876,6 +14948,8 @@ share/racket/pkgs/profile-lib/compiled/utils_rkt.dep share/racket/pkgs/profile-lib/compiled/utils_rkt.zo share/racket/pkgs/profile-lib/info.rkt share/racket/pkgs/profile-lib/main.rkt +share/racket/pkgs/profile-lib/raco-utils.rkt +share/racket/pkgs/profile-lib/raco.rkt share/racket/pkgs/profile-lib/render-graphviz.rkt share/racket/pkgs/profile-lib/render-text.rkt share/racket/pkgs/profile-lib/sampler.rkt @@ -15273,6 +15347,18 @@ share/racket/pkgs/r6rs-lib/rnrs/syntax-case-6.rkt share/racket/pkgs/r6rs-lib/rnrs/unicode-6.rkt share/racket/pkgs/r6rs/LICENSE.txt share/racket/pkgs/r6rs/info.rkt +share/racket/pkgs/racket-cheat/LICENSE +share/racket/pkgs/racket-cheat/README +share/racket/pkgs/racket-cheat/compiled/info_rkt.dep +share/racket/pkgs/racket-cheat/compiled/info_rkt.zo +share/racket/pkgs/racket-cheat/compiled/racket-cheat_rkt.dep +share/racket/pkgs/racket-cheat/compiled/racket-cheat_rkt.zo +share/racket/pkgs/racket-cheat/compiled/racket-cheat_scrbl.dep +share/racket/pkgs/racket-cheat/compiled/racket-cheat_scrbl.zo +share/racket/pkgs/racket-cheat/info.rkt +share/racket/pkgs/racket-cheat/racket-cheat.css +share/racket/pkgs/racket-cheat/racket-cheat.rkt +share/racket/pkgs/racket-cheat/racket-cheat.scrbl share/racket/pkgs/racket-doc/LICENSE.txt share/racket/pkgs/racket-doc/compatibility/compiled/info_rkt.dep share/racket/pkgs/racket-doc/compatibility/compiled/info_rkt.zo @@ -15445,6 +15531,8 @@ share/racket/pkgs/racket-doc/pkg/scribblings/compiled/db_scrbl.dep share/racket/pkgs/racket-doc/pkg/scribblings/compiled/db_scrbl.zo share/racket/pkgs/racket-doc/pkg/scribblings/compiled/dirs-catalog_scrbl.dep share/racket/pkgs/racket-doc/pkg/scribblings/compiled/dirs-catalog_scrbl.zo +share/racket/pkgs/racket-doc/pkg/scribblings/compiled/envvars_scrbl.dep +share/racket/pkgs/racket-doc/pkg/scribblings/compiled/envvars_scrbl.zo share/racket/pkgs/racket-doc/pkg/scribblings/compiled/getting-started_scrbl.dep share/racket/pkgs/racket-doc/pkg/scribblings/compiled/getting-started_scrbl.zo share/racket/pkgs/racket-doc/pkg/scribblings/compiled/git-workflow_scrbl.dep @@ -15463,6 +15551,7 @@ share/racket/pkgs/racket-doc/pkg/scribblings/compiled/strip_scrbl.dep share/racket/pkgs/racket-doc/pkg/scribblings/compiled/strip_scrbl.zo share/racket/pkgs/racket-doc/pkg/scribblings/db.scrbl share/racket/pkgs/racket-doc/pkg/scribblings/dirs-catalog.scrbl +share/racket/pkgs/racket-doc/pkg/scribblings/envvars.scrbl share/racket/pkgs/racket-doc/pkg/scribblings/getting-started.scrbl share/racket/pkgs/racket-doc/pkg/scribblings/git-workflow.scrbl share/racket/pkgs/racket-doc/pkg/scribblings/implementation.scrbl @@ -16630,6 +16719,8 @@ share/racket/pkgs/racket-doc/syntax/scribblings/compiled/id-table_scrbl.dep share/racket/pkgs/racket-doc/syntax/scribblings/compiled/id-table_scrbl.zo share/racket/pkgs/racket-doc/syntax/scribblings/compiled/info_rkt.dep share/racket/pkgs/racket-doc/syntax/scribblings/compiled/info_rkt.zo +share/racket/pkgs/racket-doc/syntax/scribblings/compiled/intdef_scrbl.dep +share/racket/pkgs/racket-doc/syntax/scribblings/compiled/intdef_scrbl.zo share/racket/pkgs/racket-doc/syntax/scribblings/compiled/kerncase_scrbl.dep share/racket/pkgs/racket-doc/syntax/scribblings/compiled/kerncase_scrbl.zo share/racket/pkgs/racket-doc/syntax/scribblings/compiled/keyword_scrbl.dep @@ -16700,6 +16791,7 @@ share/racket/pkgs/racket-doc/syntax/scribblings/free-vars.scrbl share/racket/pkgs/racket-doc/syntax/scribblings/id-set.scrbl share/racket/pkgs/racket-doc/syntax/scribblings/id-table.scrbl share/racket/pkgs/racket-doc/syntax/scribblings/info.rkt +share/racket/pkgs/racket-doc/syntax/scribblings/intdef.scrbl share/racket/pkgs/racket-doc/syntax/scribblings/kerncase.scrbl share/racket/pkgs/racket-doc/syntax/scribblings/keyword.scrbl share/racket/pkgs/racket-doc/syntax/scribblings/macro-testing.scrbl @@ -17473,6 +17565,24 @@ share/racket/pkgs/redex-benchmark/redex/benchmark/models/stlc+lists/compiled/stl share/racket/pkgs/redex-benchmark/redex/benchmark/models/stlc+lists/compiled/stlc-9_rkt.zo share/racket/pkgs/redex-benchmark/redex/benchmark/models/stlc+lists/compiled/stlc-info_rkt.dep share/racket/pkgs/redex-benchmark/redex/benchmark/models/stlc+lists/compiled/stlc-info_rkt.zo +share/racket/pkgs/redex-benchmark/redex/benchmark/models/stlc+lists/compiled/stlc-with-binding-1_rkt.dep +share/racket/pkgs/redex-benchmark/redex/benchmark/models/stlc+lists/compiled/stlc-with-binding-1_rkt.zo +share/racket/pkgs/redex-benchmark/redex/benchmark/models/stlc+lists/compiled/stlc-with-binding-2_rkt.dep +share/racket/pkgs/redex-benchmark/redex/benchmark/models/stlc+lists/compiled/stlc-with-binding-2_rkt.zo +share/racket/pkgs/redex-benchmark/redex/benchmark/models/stlc+lists/compiled/stlc-with-binding-3_rkt.dep +share/racket/pkgs/redex-benchmark/redex/benchmark/models/stlc+lists/compiled/stlc-with-binding-3_rkt.zo +share/racket/pkgs/redex-benchmark/redex/benchmark/models/stlc+lists/compiled/stlc-with-binding-4_rkt.dep +share/racket/pkgs/redex-benchmark/redex/benchmark/models/stlc+lists/compiled/stlc-with-binding-4_rkt.zo +share/racket/pkgs/redex-benchmark/redex/benchmark/models/stlc+lists/compiled/stlc-with-binding-5_rkt.dep +share/racket/pkgs/redex-benchmark/redex/benchmark/models/stlc+lists/compiled/stlc-with-binding-5_rkt.zo +share/racket/pkgs/redex-benchmark/redex/benchmark/models/stlc+lists/compiled/stlc-with-binding-6_rkt.dep +share/racket/pkgs/redex-benchmark/redex/benchmark/models/stlc+lists/compiled/stlc-with-binding-6_rkt.zo +share/racket/pkgs/redex-benchmark/redex/benchmark/models/stlc+lists/compiled/stlc-with-binding-7_rkt.dep +share/racket/pkgs/redex-benchmark/redex/benchmark/models/stlc+lists/compiled/stlc-with-binding-7_rkt.zo +share/racket/pkgs/redex-benchmark/redex/benchmark/models/stlc+lists/compiled/stlc-with-binding-8_rkt.dep +share/racket/pkgs/redex-benchmark/redex/benchmark/models/stlc+lists/compiled/stlc-with-binding-8_rkt.zo +share/racket/pkgs/redex-benchmark/redex/benchmark/models/stlc+lists/compiled/stlc-with-binding-9_rkt.dep +share/racket/pkgs/redex-benchmark/redex/benchmark/models/stlc+lists/compiled/stlc-with-binding-9_rkt.zo share/racket/pkgs/redex-benchmark/redex/benchmark/models/stlc+lists/compiled/typed-info_rkt.dep share/racket/pkgs/redex-benchmark/redex/benchmark/models/stlc+lists/compiled/typed-info_rkt.zo share/racket/pkgs/redex-benchmark/redex/benchmark/models/stlc+lists/compiled/util_rkt.dep @@ -17488,6 +17598,15 @@ share/racket/pkgs/redex-benchmark/redex/benchmark/models/stlc+lists/stlc-7.rkt share/racket/pkgs/redex-benchmark/redex/benchmark/models/stlc+lists/stlc-8.rkt share/racket/pkgs/redex-benchmark/redex/benchmark/models/stlc+lists/stlc-9.rkt share/racket/pkgs/redex-benchmark/redex/benchmark/models/stlc+lists/stlc-info.rkt +share/racket/pkgs/redex-benchmark/redex/benchmark/models/stlc+lists/stlc-with-binding-1.rkt +share/racket/pkgs/redex-benchmark/redex/benchmark/models/stlc+lists/stlc-with-binding-2.rkt +share/racket/pkgs/redex-benchmark/redex/benchmark/models/stlc+lists/stlc-with-binding-3.rkt +share/racket/pkgs/redex-benchmark/redex/benchmark/models/stlc+lists/stlc-with-binding-4.rkt +share/racket/pkgs/redex-benchmark/redex/benchmark/models/stlc+lists/stlc-with-binding-5.rkt +share/racket/pkgs/redex-benchmark/redex/benchmark/models/stlc+lists/stlc-with-binding-6.rkt +share/racket/pkgs/redex-benchmark/redex/benchmark/models/stlc+lists/stlc-with-binding-7.rkt +share/racket/pkgs/redex-benchmark/redex/benchmark/models/stlc+lists/stlc-with-binding-8.rkt +share/racket/pkgs/redex-benchmark/redex/benchmark/models/stlc+lists/stlc-with-binding-9.rkt share/racket/pkgs/redex-benchmark/redex/benchmark/models/stlc+lists/typed-info.rkt share/racket/pkgs/redex-benchmark/redex/benchmark/models/stlc+lists/util.rkt share/racket/pkgs/redex-benchmark/redex/benchmark/models/stlc-subst/compiled/generators_rkt.dep @@ -17678,10 +17797,6 @@ share/racket/pkgs/redex-doc/redex/scribblings/long-tut/code/wed-aft.rkt share/racket/pkgs/redex-doc/redex/scribblings/long-tut/code/wed-mor.rkt share/racket/pkgs/redex-doc/redex/scribblings/long-tut/compiled/lab-mon-aft_scrbl.dep share/racket/pkgs/redex-doc/redex/scribblings/long-tut/compiled/lab-mon-aft_scrbl.zo -share/racket/pkgs/redex-doc/redex/scribblings/long-tut/compiled/lab-thu-aft_scrbl.dep -share/racket/pkgs/redex-doc/redex/scribblings/long-tut/compiled/lab-thu-aft_scrbl.zo -share/racket/pkgs/redex-doc/redex/scribblings/long-tut/compiled/lab-thu-mor_scrbl.dep -share/racket/pkgs/redex-doc/redex/scribblings/long-tut/compiled/lab-thu-mor_scrbl.zo share/racket/pkgs/redex-doc/redex/scribblings/long-tut/compiled/lab-tue-aft_scrbl.dep share/racket/pkgs/redex-doc/redex/scribblings/long-tut/compiled/lab-tue-aft_scrbl.zo share/racket/pkgs/redex-doc/redex/scribblings/long-tut/compiled/lab-tue-mor_scrbl.dep @@ -17698,10 +17813,8 @@ share/racket/pkgs/redex-doc/redex/scribblings/long-tut/compiled/mon-mor_scrbl.de share/racket/pkgs/redex-doc/redex/scribblings/long-tut/compiled/mon-mor_scrbl.zo share/racket/pkgs/redex-doc/redex/scribblings/long-tut/compiled/shared_rkt.dep share/racket/pkgs/redex-doc/redex/scribblings/long-tut/compiled/shared_rkt.zo -share/racket/pkgs/redex-doc/redex/scribblings/long-tut/compiled/thu-aft_scrbl.dep -share/racket/pkgs/redex-doc/redex/scribblings/long-tut/compiled/thu-aft_scrbl.zo -share/racket/pkgs/redex-doc/redex/scribblings/long-tut/compiled/thu-mor_scrbl.dep -share/racket/pkgs/redex-doc/redex/scribblings/long-tut/compiled/thu-mor_scrbl.zo +share/racket/pkgs/redex-doc/redex/scribblings/long-tut/compiled/thu_scrbl.dep +share/racket/pkgs/redex-doc/redex/scribblings/long-tut/compiled/thu_scrbl.zo share/racket/pkgs/redex-doc/redex/scribblings/long-tut/compiled/tue-aft_scrbl.dep share/racket/pkgs/redex-doc/redex/scribblings/long-tut/compiled/tue-aft_scrbl.zo share/racket/pkgs/redex-doc/redex/scribblings/long-tut/compiled/tue-mor_scrbl.dep @@ -17717,8 +17830,6 @@ share/racket/pkgs/redex-doc/redex/scribblings/long-tut/exercise/compiled/ex_rkt. share/racket/pkgs/redex-doc/redex/scribblings/long-tut/exercise/counter.rkt share/racket/pkgs/redex-doc/redex/scribblings/long-tut/exercise/ex.rkt share/racket/pkgs/redex-doc/redex/scribblings/long-tut/lab-mon-aft.scrbl -share/racket/pkgs/redex-doc/redex/scribblings/long-tut/lab-thu-aft.scrbl -share/racket/pkgs/redex-doc/redex/scribblings/long-tut/lab-thu-mor.scrbl share/racket/pkgs/redex-doc/redex/scribblings/long-tut/lab-tue-aft.scrbl share/racket/pkgs/redex-doc/redex/scribblings/long-tut/lab-tue-mor.scrbl share/racket/pkgs/redex-doc/redex/scribblings/long-tut/lab-wed-aft.scrbl @@ -17728,8 +17839,7 @@ share/racket/pkgs/redex-doc/redex/scribblings/long-tut/mon-aft.scrbl share/racket/pkgs/redex-doc/redex/scribblings/long-tut/mon-mor.scrbl share/racket/pkgs/redex-doc/redex/scribblings/long-tut/shared.rkt share/racket/pkgs/redex-doc/redex/scribblings/long-tut/subject-reduction.png -share/racket/pkgs/redex-doc/redex/scribblings/long-tut/thu-aft.scrbl -share/racket/pkgs/redex-doc/redex/scribblings/long-tut/thu-mor.scrbl +share/racket/pkgs/redex-doc/redex/scribblings/long-tut/thu.scrbl share/racket/pkgs/redex-doc/redex/scribblings/long-tut/traces.png share/racket/pkgs/redex-doc/redex/scribblings/long-tut/tue-aft.scrbl share/racket/pkgs/redex-doc/redex/scribblings/long-tut/tue-mor.scrbl @@ -17737,7 +17847,10 @@ share/racket/pkgs/redex-doc/redex/scribblings/long-tut/wed-aft.scrbl share/racket/pkgs/redex-doc/redex/scribblings/long-tut/wed-mor.scrbl share/racket/pkgs/redex-doc/redex/scribblings/mod-fx.rkt share/racket/pkgs/redex-doc/redex/scribblings/ref.scrbl +share/racket/pkgs/redex-doc/redex/scribblings/ref/binding.scrbl share/racket/pkgs/redex-doc/redex/scribblings/ref/common.rkt +share/racket/pkgs/redex-doc/redex/scribblings/ref/compiled/binding_scrbl.dep +share/racket/pkgs/redex-doc/redex/scribblings/ref/compiled/binding_scrbl.zo share/racket/pkgs/redex-doc/redex/scribblings/ref/compiled/common_rkt.dep share/racket/pkgs/redex-doc/redex/scribblings/ref/compiled/common_rkt.zo share/racket/pkgs/redex-doc/redex/scribblings/ref/compiled/dynamic-typesetting-and-macros_scrbl.dep @@ -17795,6 +17908,8 @@ share/racket/pkgs/redex-examples/redex/examples/compiled/contracts_rkt.dep share/racket/pkgs/redex-examples/redex/examples/compiled/contracts_rkt.zo share/racket/pkgs/redex-examples/redex/examples/compiled/info_rkt.dep share/racket/pkgs/redex-examples/redex/examples/compiled/info_rkt.zo +share/racket/pkgs/redex-examples/redex/examples/compiled/lazy-with-binding_rkt.dep +share/racket/pkgs/redex-examples/redex/examples/compiled/lazy-with-binding_rkt.zo share/racket/pkgs/redex-examples/redex/examples/compiled/lazy_rkt.dep share/racket/pkgs/redex-examples/redex/examples/compiled/lazy_rkt.zo share/racket/pkgs/redex-examples/redex/examples/compiled/let-poly_rkt.dep @@ -17813,6 +17928,8 @@ share/racket/pkgs/redex-examples/redex/examples/compiled/semaphores_rkt.dep share/racket/pkgs/redex-examples/redex/examples/compiled/semaphores_rkt.zo share/racket/pkgs/redex-examples/redex/examples/compiled/stlc+lists+subst_rkt.dep share/racket/pkgs/redex-examples/redex/examples/compiled/stlc+lists+subst_rkt.zo +share/racket/pkgs/redex-examples/redex/examples/compiled/stlc+lists-with-binding_rkt.dep +share/racket/pkgs/redex-examples/redex/examples/compiled/stlc+lists-with-binding_rkt.zo share/racket/pkgs/redex-examples/redex/examples/compiled/stlc+lists_rkt.dep share/racket/pkgs/redex-examples/redex/examples/compiled/stlc+lists_rkt.zo share/racket/pkgs/redex-examples/redex/examples/compiled/stlc-tests-lib_rkt.dep @@ -17899,6 +18016,7 @@ share/racket/pkgs/redex-examples/redex/examples/delim-cont/randomized-tests.rkt share/racket/pkgs/redex-examples/redex/examples/delim-cont/reduce.rkt share/racket/pkgs/redex-examples/redex/examples/delim-cont/test.rkt share/racket/pkgs/redex-examples/redex/examples/info.rkt +share/racket/pkgs/redex-examples/redex/examples/lazy-with-binding.rkt share/racket/pkgs/redex-examples/redex/examples/lazy.rkt share/racket/pkgs/redex-examples/redex/examples/let-poly.rkt share/racket/pkgs/redex-examples/redex/examples/letrec.rkt @@ -17976,6 +18094,7 @@ share/racket/pkgs/redex-examples/redex/examples/racket-machine/verification.rkt share/racket/pkgs/redex-examples/redex/examples/rbtrees.rkt share/racket/pkgs/redex-examples/redex/examples/semaphores.rkt share/racket/pkgs/redex-examples/redex/examples/stlc+lists+subst.rkt +share/racket/pkgs/redex-examples/redex/examples/stlc+lists-with-binding.rkt share/racket/pkgs/redex-examples/redex/examples/stlc+lists.rkt share/racket/pkgs/redex-examples/redex/examples/stlc-tests-lib.rkt share/racket/pkgs/redex-examples/redex/examples/stlc.rkt @@ -18020,9 +18139,18 @@ share/racket/pkgs/redex-lib/redex/compiled/tut-subst_rkt.dep share/racket/pkgs/redex-lib/redex/compiled/tut-subst_rkt.zo share/racket/pkgs/redex-lib/redex/info.rkt share/racket/pkgs/redex-lib/redex/private/ambiguous.rkt +share/racket/pkgs/redex-lib/redex/private/binding-forms-compiler.rkt +share/racket/pkgs/redex-lib/redex/private/binding-forms-definitions.rkt +share/racket/pkgs/redex-lib/redex/private/binding-forms.rkt share/racket/pkgs/redex-lib/redex/private/build-nt-property.rkt share/racket/pkgs/redex-lib/redex/private/compiled/ambiguous_rkt.dep share/racket/pkgs/redex-lib/redex/private/compiled/ambiguous_rkt.zo +share/racket/pkgs/redex-lib/redex/private/compiled/binding-forms-compiler_rkt.dep +share/racket/pkgs/redex-lib/redex/private/compiled/binding-forms-compiler_rkt.zo +share/racket/pkgs/redex-lib/redex/private/compiled/binding-forms-definitions_rkt.dep +share/racket/pkgs/redex-lib/redex/private/compiled/binding-forms-definitions_rkt.zo +share/racket/pkgs/redex-lib/redex/private/compiled/binding-forms_rkt.dep +share/racket/pkgs/redex-lib/redex/private/compiled/binding-forms_rkt.zo share/racket/pkgs/redex-lib/redex/private/compiled/build-nt-property_rkt.dep share/racket/pkgs/redex-lib/redex/private/compiled/build-nt-property_rkt.zo share/racket/pkgs/redex-lib/redex/private/compiled/cycle-check_rkt.dep @@ -18081,6 +18209,8 @@ share/racket/pkgs/redex-lib/redex/private/compiled/term-fn_rkt.dep share/racket/pkgs/redex-lib/redex/private/compiled/term-fn_rkt.zo share/racket/pkgs/redex-lib/redex/private/compiled/term_rkt.dep share/racket/pkgs/redex-lib/redex/private/compiled/term_rkt.zo +share/racket/pkgs/redex-lib/redex/private/compiled/test_rkt.dep +share/racket/pkgs/redex-lib/redex/private/compiled/test_rkt.zo share/racket/pkgs/redex-lib/redex/private/compiled/trace-layout_rkt.dep share/racket/pkgs/redex-lib/redex/private/compiled/trace-layout_rkt.zo share/racket/pkgs/redex-lib/redex/private/compiled/underscore-allowed_rkt.dep @@ -18119,6 +18249,7 @@ share/racket/pkgs/redex-lib/redex/private/search.rkt share/racket/pkgs/redex-lib/redex/private/struct.rkt share/racket/pkgs/redex-lib/redex/private/term-fn.rkt share/racket/pkgs/redex-lib/redex/private/term.rkt +share/racket/pkgs/redex-lib/redex/private/test.rkt share/racket/pkgs/redex-lib/redex/private/trace-layout.rkt share/racket/pkgs/redex-lib/redex/private/underscore-allowed.rkt share/racket/pkgs/redex-lib/redex/reduction-semantics.rkt @@ -18441,6 +18572,8 @@ share/racket/pkgs/scribble-doc/scribblings/scribble/compiled/docreader_scrbl.dep share/racket/pkgs/scribble-doc/scribblings/scribble/compiled/docreader_scrbl.zo share/racket/pkgs/scribble-doc/scribblings/scribble/compiled/eval_scrbl.dep share/racket/pkgs/scribble-doc/scribblings/scribble/compiled/eval_scrbl.zo +share/racket/pkgs/scribble-doc/scribblings/scribble/compiled/examples_scrbl.dep +share/racket/pkgs/scribble-doc/scribblings/scribble/compiled/examples_scrbl.zo share/racket/pkgs/scribble-doc/scribblings/scribble/compiled/generic_scrbl.dep share/racket/pkgs/scribble-doc/scribblings/scribble/compiled/generic_scrbl.zo share/racket/pkgs/scribble-doc/scribblings/scribble/compiled/how-to-paper_scrbl.dep @@ -18522,6 +18655,7 @@ share/racket/pkgs/scribble-doc/scribblings/scribble/demo.scrbl share/racket/pkgs/scribble-doc/scribblings/scribble/doclang.scrbl share/racket/pkgs/scribble-doc/scribblings/scribble/docreader.scrbl share/racket/pkgs/scribble-doc/scribblings/scribble/eval.scrbl +share/racket/pkgs/scribble-doc/scribblings/scribble/examples.scrbl share/racket/pkgs/scribble-doc/scribblings/scribble/generic.scrbl share/racket/pkgs/scribble-doc/scribblings/scribble/getting-started.scrbl share/racket/pkgs/scribble-doc/scribblings/scribble/how-to-paper.scrbl @@ -18670,6 +18804,10 @@ share/racket/pkgs/scribble-lib/scribble/compiled/doclang_rkt.dep share/racket/pkgs/scribble-lib/scribble/compiled/doclang_rkt.zo share/racket/pkgs/scribble-lib/scribble/compiled/eval_rkt.dep share/racket/pkgs/scribble-lib/scribble/compiled/eval_rkt.zo +share/racket/pkgs/scribble-lib/scribble/compiled/example_rkt.dep +share/racket/pkgs/scribble-lib/scribble/compiled/example_rkt.zo +share/racket/pkgs/scribble-lib/scribble/compiled/examples_rkt.dep +share/racket/pkgs/scribble-lib/scribble/compiled/examples_rkt.zo share/racket/pkgs/scribble-lib/scribble/compiled/extract_rkt.dep share/racket/pkgs/scribble-lib/scribble/compiled/extract_rkt.zo share/racket/pkgs/scribble-lib/scribble/compiled/html-properties_rkt.dep @@ -18744,6 +18882,8 @@ share/racket/pkgs/scribble-lib/scribble/doc/reader.rkt share/racket/pkgs/scribble-lib/scribble/doclang.rkt share/racket/pkgs/scribble-lib/scribble/doclang2.rkt share/racket/pkgs/scribble-lib/scribble/eval.rkt +share/racket/pkgs/scribble-lib/scribble/example.rkt +share/racket/pkgs/scribble-lib/scribble/examples.rkt share/racket/pkgs/scribble-lib/scribble/extract.rkt share/racket/pkgs/scribble-lib/scribble/html-properties.rkt share/racket/pkgs/scribble-lib/scribble/html-render.rkt @@ -18902,6 +19042,8 @@ share/racket/pkgs/scribble-lib/scribble/report/lang/reader.rkt share/racket/pkgs/scribble-lib/scribble/run.rkt share/racket/pkgs/scribble-lib/scribble/scheme.rkt share/racket/pkgs/scribble-lib/scribble/scribble-common.js +share/racket/pkgs/scribble-lib/scribble/scribble-load-replace.tex +share/racket/pkgs/scribble-lib/scribble/scribble-load.tex share/racket/pkgs/scribble-lib/scribble/scribble-prefix.html share/racket/pkgs/scribble-lib/scribble/scribble-prefix.tex share/racket/pkgs/scribble-lib/scribble/scribble-skull.tex @@ -20073,6 +20215,9 @@ share/racket/pkgs/string-constants-lib/string-constants/compiled/string-constant share/racket/pkgs/string-constants-lib/string-constants/compiled/string-constant_rkt.zo share/racket/pkgs/string-constants-lib/string-constants/info.rkt share/racket/pkgs/string-constants-lib/string-constants/main.rkt +share/racket/pkgs/string-constants-lib/string-constants/private/bulgarian-string-constants.rkt +share/racket/pkgs/string-constants-lib/string-constants/private/compiled/bulgarian-string-constants_rkt.dep +share/racket/pkgs/string-constants-lib/string-constants/private/compiled/bulgarian-string-constants_rkt.zo share/racket/pkgs/string-constants-lib/string-constants/private/compiled/danish-string-constants_rkt.dep share/racket/pkgs/string-constants-lib/string-constants/private/compiled/danish-string-constants_rkt.zo share/racket/pkgs/string-constants-lib/string-constants/private/compiled/dutch-string-constants_rkt.dep @@ -20461,6 +20606,8 @@ share/racket/pkgs/typed-racket-lib/typed-racket/compiled/typed-reader_rkt.zo share/racket/pkgs/typed-racket-lib/typed-racket/core.rkt share/racket/pkgs/typed-racket-lib/typed-racket/env/compiled/env-req_rkt.dep share/racket/pkgs/typed-racket-lib/typed-racket/env/compiled/env-req_rkt.zo +share/racket/pkgs/typed-racket-lib/typed-racket/env/compiled/env-utils_rkt.dep +share/racket/pkgs/typed-racket-lib/typed-racket/env/compiled/env-utils_rkt.zo share/racket/pkgs/typed-racket-lib/typed-racket/env/compiled/global-env_rkt.dep share/racket/pkgs/typed-racket-lib/typed-racket/env/compiled/global-env_rkt.zo share/racket/pkgs/typed-racket-lib/typed-racket/env/compiled/index-env_rkt.dep @@ -20490,6 +20637,7 @@ share/racket/pkgs/typed-racket-lib/typed-racket/env/compiled/type-env-structs_rk share/racket/pkgs/typed-racket-lib/typed-racket/env/compiled/type-name-env_rkt.dep share/racket/pkgs/typed-racket-lib/typed-racket/env/compiled/type-name-env_rkt.zo share/racket/pkgs/typed-racket-lib/typed-racket/env/env-req.rkt +share/racket/pkgs/typed-racket-lib/typed-racket/env/env-utils.rkt share/racket/pkgs/typed-racket-lib/typed-racket/env/global-env.rkt share/racket/pkgs/typed-racket-lib/typed-racket/env/index-env.rkt share/racket/pkgs/typed-racket-lib/typed-racket/env/init-envs.rkt @@ -20603,6 +20751,8 @@ share/racket/pkgs/typed-racket-lib/typed-racket/optimizer/vector.rkt share/racket/pkgs/typed-racket-lib/typed-racket/private/class-literals.rkt share/racket/pkgs/typed-racket-lib/typed-racket/private/compiled/class-literals_rkt.dep share/racket/pkgs/typed-racket-lib/typed-racket/private/compiled/class-literals_rkt.zo +share/racket/pkgs/typed-racket-lib/typed-racket/private/compiled/oc-button_rkt.dep +share/racket/pkgs/typed-racket-lib/typed-racket/private/compiled/oc-button_rkt.zo share/racket/pkgs/typed-racket-lib/typed-racket/private/compiled/parse-classes_rkt.dep share/racket/pkgs/typed-racket-lib/typed-racket/private/compiled/parse-classes_rkt.zo share/racket/pkgs/typed-racket-lib/typed-racket/private/compiled/parse-type_rkt.dep @@ -20615,6 +20765,7 @@ share/racket/pkgs/typed-racket-lib/typed-racket/private/compiled/type-contract_r share/racket/pkgs/typed-racket-lib/typed-racket/private/compiled/type-contract_rkt.zo share/racket/pkgs/typed-racket-lib/typed-racket/private/compiled/with-types_rkt.dep share/racket/pkgs/typed-racket-lib/typed-racket/private/compiled/with-types_rkt.zo +share/racket/pkgs/typed-racket-lib/typed-racket/private/oc-button.rkt share/racket/pkgs/typed-racket-lib/typed-racket/private/parse-classes.rkt share/racket/pkgs/typed-racket-lib/typed-racket/private/parse-type.rkt share/racket/pkgs/typed-racket-lib/typed-racket/private/syntax-properties.rkt @@ -20938,6 +21089,8 @@ share/racket/pkgs/typed-racket-lib/typed-racket/utils/compiled/opaque-object_rkt share/racket/pkgs/typed-racket-lib/typed-racket/utils/compiled/opaque-object_rkt.zo share/racket/pkgs/typed-racket-lib/typed-racket/utils/compiled/print-struct_rkt.dep share/racket/pkgs/typed-racket-lib/typed-racket/utils/compiled/print-struct_rkt.zo +share/racket/pkgs/typed-racket-lib/typed-racket/utils/compiled/promise-not-name-contract_rkt.dep +share/racket/pkgs/typed-racket-lib/typed-racket/utils/compiled/promise-not-name-contract_rkt.zo share/racket/pkgs/typed-racket-lib/typed-racket/utils/compiled/redirect-contract_rkt.dep share/racket/pkgs/typed-racket-lib/typed-racket/utils/compiled/redirect-contract_rkt.zo share/racket/pkgs/typed-racket-lib/typed-racket/utils/compiled/require-contract_rkt.dep @@ -20971,6 +21124,7 @@ share/racket/pkgs/typed-racket-lib/typed-racket/utils/literal-syntax-class.rkt share/racket/pkgs/typed-racket-lib/typed-racket/utils/mutated-vars.rkt share/racket/pkgs/typed-racket-lib/typed-racket/utils/opaque-object.rkt share/racket/pkgs/typed-racket-lib/typed-racket/utils/print-struct.rkt +share/racket/pkgs/typed-racket-lib/typed-racket/utils/promise-not-name-contract.rkt share/racket/pkgs/typed-racket-lib/typed-racket/utils/redirect-contract.rkt share/racket/pkgs/typed-racket-lib/typed-racket/utils/require-contract.rkt share/racket/pkgs/typed-racket-lib/typed-racket/utils/sealing-contract.rkt @@ -21201,6 +21355,12 @@ share/racket/pkgs/typed-racket-more/typed/syntax/compiled/stx_rkt.dep share/racket/pkgs/typed-racket-more/typed/syntax/compiled/stx_rkt.zo share/racket/pkgs/typed-racket-more/typed/syntax/stx.rkt share/racket/pkgs/typed-racket-more/typed/untyped-utils.rkt +share/racket/pkgs/typed-racket-more/typed/web-server/compiled/http_rkt.dep +share/racket/pkgs/typed-racket-more/typed/web-server/compiled/http_rkt.zo +share/racket/pkgs/typed-racket-more/typed/web-server/configuration/compiled/responders_rkt.dep +share/racket/pkgs/typed-racket-more/typed/web-server/configuration/compiled/responders_rkt.zo +share/racket/pkgs/typed-racket-more/typed/web-server/configuration/responders.rkt +share/racket/pkgs/typed-racket-more/typed/web-server/http.rkt share/racket/pkgs/typed-racket/LICENSE.txt share/racket/pkgs/typed-racket/info.rkt share/racket/pkgs/unix-socket-doc/LICENSE.txt diff --git a/lang/racket/distinfo b/lang/racket/distinfo index 7cc589aeddca9..318dc9c090310 100644 --- a/lang/racket/distinfo +++ b/lang/racket/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.18 2015/12/29 23:34:54 dholland Exp $ +$NetBSD: distinfo,v 1.19 2016/03/15 19:49:42 asau Exp $ -SHA1 (racket-6.3-src.tgz) = 6def7372bc1a92e0eb15540dc5d427219104f63e -RMD160 (racket-6.3-src.tgz) = 2389103623078aedc8e79e2e91ef769dc37ce09b -SHA512 (racket-6.3-src.tgz) = 5d17c413ff61a0edf7b26c5b4dcab32992bc974d14cdf777c86bd2c6b9232133d2a57528edf2fb5cc605806b922e2f0361d9cd2ebe3b83bd586b3fc6b9bb8deb -Size (racket-6.3-src.tgz) = 20684967 bytes -SHA1 (patch-src_configure) = fe7685515b4b7611c01e56b8e43eae072f759305 -SHA1 (patch-src_racket_configure.ac) = f99b93c5421d0953af33245e0dfcedf3cd13ea91 +SHA1 (racket-6.4-src.tgz) = daa754d9880c0e089301b20945496922dd4a5847 +RMD160 (racket-6.4-src.tgz) = bec43fd94c59fae627dcf24a77cff056a9a830e2 +SHA512 (racket-6.4-src.tgz) = fed3ebe293532621e9ede160db0c5f723cdb5c6eb4b176dbafa83574b37faac68bade70df8ed248e077470ebd224a466c01541956fff9f13dc601b8e36925492 +Size (racket-6.4-src.tgz) = 20863252 bytes +SHA1 (patch-src_configure) = d2dd93be1d5ddec7b07fee73b0da5d6ce61d69b3 +SHA1 (patch-src_racket_configure.ac) = 29e239e74a395886dc8382543ab682c6a17b5e6b diff --git a/lang/racket/patches/patch-src_configure b/lang/racket/patches/patch-src_configure index 261dd2d4591be..d48e5a72857eb 100644 --- a/lang/racket/patches/patch-src_configure +++ b/lang/racket/patches/patch-src_configure @@ -1,8 +1,6 @@ -$NetBSD: patch-src_configure,v 1.4 2015/12/29 23:34:54 dholland Exp $ +$NetBSD: patch-src_configure,v 1.5 2016/03/15 19:49:43 asau Exp $ -Remove bashisms. - ---- src/configure.orig 2015-10-20 15:10:35.000000000 +0000 +--- src/configure.orig 2016-01-11 17:07:43.000000000 +0000 +++ src/configure @@ -3098,7 +3098,7 @@ if test "${enable_sysroot}" != "" ; then fi @@ -31,8 +29,8 @@ Remove bashisms. LIBS="${LIBS} -Wl,-Bstatic -lwinpthread" fi case "$build_os" in -@@ -4793,7 +4793,7 @@ fi - try_kqueue_syscall=yes +@@ -4798,7 +4798,7 @@ fi + try_poll_syscall=yes # ".a" is typically not useful, since we always build a ".dylib": - if test "${enable_libs}" == "" ; then diff --git a/lang/racket/patches/patch-src_racket_configure.ac b/lang/racket/patches/patch-src_racket_configure.ac index c5f8b4fa736fb..436a4abcae076 100644 --- a/lang/racket/patches/patch-src_racket_configure.ac +++ b/lang/racket/patches/patch-src_racket_configure.ac @@ -1,8 +1,6 @@ -$NetBSD: patch-src_racket_configure.ac,v 1.2 2015/12/29 23:34:54 dholland Exp $ +$NetBSD: patch-src_racket_configure.ac,v 1.3 2016/03/15 19:49:43 asau Exp $ -Remove bashisms. - ---- src/racket/configure.ac.orig 2015-10-20 15:10:35.000000000 +0000 +--- src/racket/configure.ac.orig 2016-01-11 17:07:43.000000000 +0000 +++ src/racket/configure.ac @@ -369,7 +369,7 @@ if test "${enable_sysroot}" != "" ; then fi @@ -31,8 +29,8 @@ Remove bashisms. LIBS="${LIBS} -Wl,-Bstatic -lwinpthread" fi case "$build_os" in -@@ -874,7 +874,7 @@ case "$host_os" in - try_kqueue_syscall=yes +@@ -879,7 +879,7 @@ case "$host_os" in + try_poll_syscall=yes # ".a" is typically not useful, since we always build a ".dylib": - if test "${enable_libs}" == "" ; then diff --git a/lang/rakudo-star/Makefile b/lang/rakudo-star/Makefile index a568de128380b..89be38c50dbf4 100644 --- a/lang/rakudo-star/Makefile +++ b/lang/rakudo-star/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.9 2015/10/10 01:57:53 ryoon Exp $ +# $NetBSD: Makefile,v 1.10 2016/04/11 19:01:35 ryoon Exp $ DISTNAME= rakudo-star-2013.08 -PKGREVISION= 7 +PKGREVISION= 8 CATEGORIES= lang perl6 MASTER_SITES= http://rakudo.org/downloads/star/ diff --git a/lang/rakudo-star/buildlink3.mk b/lang/rakudo-star/buildlink3.mk index d8f55ef968fd7..2ad204542b789 100644 --- a/lang/rakudo-star/buildlink3.mk +++ b/lang/rakudo-star/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.5 2015/04/06 08:17:15 adam Exp $ +# $NetBSD: buildlink3.mk,v 1.6 2016/04/11 19:01:35 ryoon Exp $ BUILDLINK_TREE+= rakudo-star @@ -6,7 +6,7 @@ BUILDLINK_TREE+= rakudo-star RAKUDO_STAR_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.rakudo-star+= rakudo-star>=2013.08 -BUILDLINK_ABI_DEPENDS.rakudo-star+= rakudo-star>=2013.08nb5 +BUILDLINK_ABI_DEPENDS.rakudo-star+= rakudo-star>=2013.08nb8 BUILDLINK_PKGSRCDIR.rakudo-star?= ../../lang/rakudo-star .include "../../lang/nqp/buildlink3.mk" diff --git a/lang/ruby/Makefile b/lang/ruby/Makefile index 28ca7cf2de33b..36c8c01b62c65 100644 --- a/lang/ruby/Makefile +++ b/lang/ruby/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.58 2015/12/30 15:04:39 taca Exp $ +# $NetBSD: Makefile,v 1.59 2016/03/14 00:59:06 tnn Exp $ DISTNAME= # empty PKGNAME= ruby-${RUBY_VERSION_FULL} @@ -15,7 +15,7 @@ CONFLICTS= pkg_alternatives-[0-9]* NO_CONFIGURE= yes NO_BUILD= yes -RUBY_VERSION_SUPPORTED= 23 22 21 200 18 +RUBY_VERSION_SUPPORTED= 23 22 21 18 .include "../../lang/ruby/rubyversion.mk" diff --git a/lang/ruby/gem.mk b/lang/ruby/gem.mk index 222c07fe3d454..2bb76708fd1c5 100644 --- a/lang/ruby/gem.mk +++ b/lang/ruby/gem.mk @@ -1,4 +1,4 @@ -# $NetBSD: gem.mk,v 1.35 2015/03/08 14:41:12 taca Exp $ +# $NetBSD: gem.mk,v 1.36 2016/04/11 04:22:34 dbj Exp $ # # This Makefile fragment is intended to be included by packages that build # and install Ruby gems. @@ -220,11 +220,11 @@ GEM_CLEANBUILD?= ext/* GEM_CLEANBUILD_EXTENSIONS+= *.out *.log .if !empty(GEM_CLEANBUILD:M/*) || !empty(GEM_CLEANBUILD:M*../*) -PKG_FAIL_REASON= "GEM_CLEANBUILD must be relative to "${PREFIX}/${GEM_LIBDIR:Q}"." +PKG_FAIL_REASON+= "GEM_CLEANBUILD must be relative to "${PREFIX}/${GEM_LIBDIR:Q}"." .endif .if !empty(GEM_CLEANBUILD_EXTENSIONS:M/*) || !empty(GEM_CLEANBUILD_EXTENSIONS:M*../*) -PKG_FAIL_REASON= "GEM_CLEANBUILD_EXTENSIONS must be relative to "${PREFIX}/${GEM_LIBDIR:Q}"." +PKG_FAIL_REASON+= "GEM_CLEANBUILD_EXTENSIONS must be relative to "${PREFIX}/${GEM_LIBDIR:Q}"." .endif .PHONY: gem-build diff --git a/lang/ruby/modules.mk b/lang/ruby/modules.mk index 0946123052b2f..6da78601f4adf 100644 --- a/lang/ruby/modules.mk +++ b/lang/ruby/modules.mk @@ -1,4 +1,4 @@ -# $NetBSD: modules.mk,v 1.36 2015/11/25 12:51:17 jperkin Exp $ +# $NetBSD: modules.mk,v 1.37 2016/04/10 16:39:28 joerg Exp $ .if !defined(_RUBY_MODULE_MK) _RUBY_MODULE_MK= # defined @@ -149,9 +149,7 @@ ruby-setup-build: do-install: ruby-setup-install _RUBY_SETUP_INSTALLARGS= ${INSTALL_TARGET} -.if ${_USE_DESTDIR} != "no" _RUBY_SETUP_INSTALLARGS+= --prefix=${DESTDIR:Q} -.endif ruby-setup-install: @${ECHO_MSG} "===> Running ${RUBY_SETUP} to ${INSTALL_TARGET}" diff --git a/lang/ruby/rubyversion.mk b/lang/ruby/rubyversion.mk index bd4a3bf0493da..efff456720b4d 100644 --- a/lang/ruby/rubyversion.mk +++ b/lang/ruby/rubyversion.mk @@ -1,4 +1,4 @@ -# $NetBSD: rubyversion.mk,v 1.158 2016/02/16 14:16:43 taca Exp $ +# $NetBSD: rubyversion.mk,v 1.160 2016/03/13 15:52:51 taca Exp $ # # This file determines which Ruby version is used as a dependency for @@ -10,8 +10,8 @@ # RUBY_VERSION_DEFAULT # The preferered Ruby version to use. # -# Possible values: 18 200 21 22 23 -# Default: 200 +# Possible values: 18 21 22 23 +# Default: 22 # # RUBY_BUILD_RDOC # Build rdoc of this package and so that install formated @@ -41,8 +41,8 @@ # RUBY_VERSION_SUPPORTED # The Ruby versions that are acceptable for the package. # -# Possible values: 18 200 21 22 23 -# Default: 200 21 22 23 +# Possible values: 18 21 22 23 +# Default: 21 22 23 # # RUBY_NOVERSION # If "Yes", the package dosen't depend on any version of Ruby, such @@ -69,7 +69,7 @@ # RUBY_VER # Really selected version of ruby. # -# Possible values: 18 200 21 22 23 +# Possible values: 18 21 22 23 # # Use this variable in pkgsrc's Makefile # @@ -77,10 +77,8 @@ # Prefix part for ruby based packages. It is recommended that to # use RUBY_PKGPREFIX with ruby related packages since you can supply # different binary packages as each version of Ruby. -# The value of RUBY_PKGPREFIX is "ruby-" and concatination of Ruby's -# major and minor version unless RUBY_VER is "200". # -# Example values: ruby18 ruby200 ruby21 ruby22 ruby23 +# Example values: ruby18 ruby21 ruby22 ruby23 # # RUBY_ABI_VERSION # Ruby's ABI version. @@ -108,10 +106,8 @@ # # RUBY_SUFFIX # Extra string for each ruby commands; ruby, irb and so on. -# The value of RUBY_SUFFIX is concatination of Ruby's major and minor -# unless RUBY_VER is "200". # -# Possible values: 18 200 21 22 23 +# Possible values: 18 21 22 23 # # RUBY_VERSION # Version of real Ruby's version excluding patchlevel. @@ -227,21 +223,18 @@ RUBY_VERSION_REQD?= ${PKGNAME_REQD:C/ruby([0-9][0-9]+)-.*/\1/} # current supported Ruby's version RUBY18_VERSION= 1.8.7 -RUBY200_VERSION= 2.0.0 RUBY21_VERSION= 2.1.8 RUBY22_VERSION= 2.2.4 RUBY23_VERSION= 2.3.0 # patch level RUBY18_PATCHLEVEL= pl374 -RUBY200_PATCHLEVEL= p648 #RUBY21_PATCHLEVEL= p440 #RUBY22_PATCHLEVEL= p230 #RUBY23_PATCHLEVEL= p0 # current API compatible version; used for version of shared library RUBY18_API_VERSION= 1.8.7 -RUBY200_API_VERSION= 2.0.0 RUBY21_API_VERSION= 2.1.0 RUBY22_API_VERSION= 2.2.0 RUBY23_API_VERSION= 2.3.0 @@ -253,9 +246,9 @@ RUBY_GEMS_PKGSRC_VERS= 2.4.8 RUBY_RDOC_PKGSRC_VERS= 4.2.2 # -RUBY_VERSION_DEFAULT?= 200 +RUBY_VERSION_DEFAULT?= 22 -RUBY_VERSION_SUPPORTED?= 200 21 22 23 +RUBY_VERSION_SUPPORTED?= 22 23 21 .if defined(RUBY_VERSION_REQD) . for rv in ${RUBY_VERSION_SUPPORTED} @@ -292,22 +285,6 @@ RUBY_RDOC_VERSION= 1.0.1 RUBY_SUFFIX= ${RUBY_VER} -.elif ${RUBY_VER} == "200" -RUBY_VERSION= ${RUBY200_VERSION} -RUBY_VERSION_FULL= ${RUBY_VERSION}${RUBY_PATCHLEVEL} -RUBY_ABI_VERSION= ${RUBY_VERSION} - -RUBY_GEMS_VERSION= 2.0.3 -RUBY_RDOC_VERSION= 4.1.0 -RUBY_RAKE_VERSION= 0.9.6 -RUBY_JSON_VERSION= 1.7.7 - -RUBY_BIGDECIMAL_VERSION= 1.2.0 -RUBY_IO_CONSOLE_VERSION= 0.4.2 -RUBY_PSYCH_VERSION= 2.0.0 -RUBY_MINITEST_VERSION= 4.3.2 -RUBY_TEST_UNIT_VERSION= 2.0.0.0 - .elif ${RUBY_VER} == "21" RUBY_VERSION= ${RUBY21_VERSION} RUBY_VERSION_FULL= ${RUBY_VERSION} @@ -382,7 +359,7 @@ MULTI+= RUBY_VER=${RUBY_VERS:U${RUBY_VERSION_DEFAULT}} # any specific version of ruby command. In this case, package's # name begin with "ruby-". # If RUBY_NOVERSION is "No" (default), the package's name is begin -# with ${RUBY_NAME}; "ruby18", "ruby200", and so on. +# with ${RUBY_NAME}; "ruby18", "ruby21", and so on. # # It also affects to RUBY_DOC, RUBY_EG... # @@ -412,11 +389,7 @@ RUBY_PKGPREFIX?= ${RUBY_NAME} .if ${RUBY_VER} == "18" RUBY_VER_DIR= ${_RUBY_VER_MAJOR}.${_RUBY_VER_MINOR} .else -. if ${RUBY_VER} == "200" -RUBY_VER_DIR= ${RUBY_VERSION} -. else RUBY_VER_DIR= ${RUBY_API_VERSION} -. endif .endif .if empty(RUBY_NOVERSION:M[nN][oO]) diff --git a/lang/ruby18-base/distinfo b/lang/ruby18-base/distinfo index c32fc7bf0acf4..77053b6a1abc2 100644 --- a/lang/ruby18-base/distinfo +++ b/lang/ruby18-base/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.64 2016/02/22 12:53:32 jperkin Exp $ +$NetBSD: distinfo,v 1.65 2016/03/24 16:30:11 taca Exp $ SHA1 (ruby-1.8.7-p374.tar.bz2) = cf82b6cbeed8e389705aa6b66c2a8141626705c3 RMD160 (ruby-1.8.7-p374.tar.bz2) = 314efaa961c80c9294202c6e40dec0e38865ed94 @@ -18,7 +18,7 @@ SHA1 (patch-dl) = 0a5010f57e0f21170530fd4f940e66608c6d9630 SHA1 (patch-dn) = 3cd429fcd4f48ad0ab784058a4ac8672f6ae17db SHA1 (patch-do) = d2b190074647a591106797922e2ec907f6b3efde SHA1 (patch-dp) = ebdc27a84c24d3373769250bf4b7052058f89d9b -SHA1 (patch-dq) = 24f4f2785d939559e85e5a42638092eea935e324 +SHA1 (patch-dq) = 00ea4682b13ce3689def163c8ccda8a597a280fb SHA1 (patch-dr) = ed734e802f2d1cb59c2b49952d646849c9226d1e SHA1 (patch-ds) = e60434cb299d070289a3c80765187e4058a65f99 SHA1 (patch-dt) = 59c09f6ea19cc02a1d8ca92a99eed7f8c30a5f10 diff --git a/lang/ruby18-base/patches/patch-dq b/lang/ruby18-base/patches/patch-dq index 4210a0763fa0e..36d7094f97f85 100644 --- a/lang/ruby18-base/patches/patch-dq +++ b/lang/ruby18-base/patches/patch-dq @@ -1,4 +1,4 @@ -$NetBSD: patch-dq,v 1.3 2015/10/14 18:33:08 sevan Exp $ +$NetBSD: patch-dq,v 1.4 2016/03/24 16:30:11 taca Exp $ * r18172: suppress warnings. * r20494: (ossl_ssl_read_nonblock): OpenSSL::SSL::SSLSocket should implement @@ -11,7 +11,7 @@ $NetBSD: patch-dq,v 1.3 2015/10/14 18:33:08 sevan Exp $ * Constify (some cases are depends on OpenSSL's version). * Only enable SSLv3 methods if library provides support. ---- ext/openssl/ossl_ssl.c.orig Wed Feb 8 06:09:40 2012 +--- ext/openssl/ossl_ssl.c.orig 2012-02-08 06:09:40.000000000 +0000 +++ ext/openssl/ossl_ssl.c @@ -26,6 +26,12 @@ # define TO_SOCKET(s) s @@ -26,7 +26,7 @@ $NetBSD: patch-dq,v 1.3 2015/10/14 18:33:08 sevan Exp $ VALUE mSSL; VALUE eSSLError; VALUE cSSLContext; -@@ -69,6 +75,9 @@ static const char *ossl_sslctx_attrs[] = { +@@ -69,6 +75,9 @@ static const char *ossl_sslctx_attrs[] = "verify_callback", "options", "cert_store", "extra_chain_cert", "client_cert_cb", "tmp_dh_callback", "session_id_context", "session_get_cb", "session_new_cb", "session_remove_cb", @@ -36,7 +36,7 @@ $NetBSD: patch-dq,v 1.3 2015/10/14 18:33:08 sevan Exp $ }; #define ossl_ssl_get_io(o) rb_iv_get((o),"@io") -@@ -86,7 +95,12 @@ static const char *ossl_sslctx_attrs[] = { +@@ -86,7 +95,12 @@ static const char *ossl_sslctx_attrs[] = #define ossl_ssl_set_tmp_dh(o,v) rb_iv_set((o),"@tmp_dh",(v)) static const char *ossl_ssl_attr_readers[] = { "io", "context", }; @@ -50,7 +50,7 @@ $NetBSD: patch-dq,v 1.3 2015/10/14 18:33:08 sevan Exp $ ID ID_callback_state; -@@ -95,7 +109,7 @@ ID ID_callback_state; +@@ -95,21 +109,24 @@ ID ID_callback_state; */ struct { const char *name; @@ -59,7 +59,12 @@ $NetBSD: patch-dq,v 1.3 2015/10/14 18:33:08 sevan Exp $ } ossl_ssl_method_tab[] = { #define OSSL_SSL_METHOD_ENTRY(name) { #name, name##_method } OSSL_SSL_METHOD_ENTRY(TLSv1), -@@ -107,9 +121,12 @@ struct { + OSSL_SSL_METHOD_ENTRY(TLSv1_server), + OSSL_SSL_METHOD_ENTRY(TLSv1_client), +-#if defined(HAVE_SSLV2_METHOD) && defined(HAVE_SSLV2_SERVER_METHOD) && \ ++#if !defined(OPENSSL_NO_SSL2) && defined(HAVE_SSLV2_METHOD) && defined(HAVE_SSLV2_SERVER_METHOD) && \ + defined(HAVE_SSLV2_CLIENT_METHOD) + OSSL_SSL_METHOD_ENTRY(SSLv2), OSSL_SSL_METHOD_ENTRY(SSLv2_server), OSSL_SSL_METHOD_ENTRY(SSLv2_client), #endif @@ -81,7 +86,7 @@ $NetBSD: patch-dq,v 1.3 2015/10/14 18:33:08 sevan Exp $ const char *s; int i; -@@ -299,7 +316,7 @@ ossl_ssl_verify_callback(int preverify_ok, X509_STORE_ +@@ -299,7 +316,7 @@ ossl_ssl_verify_callback(int preverify_o static VALUE ossl_call_session_get_cb(VALUE ary) { @@ -90,7 +95,7 @@ $NetBSD: patch-dq,v 1.3 2015/10/14 18:33:08 sevan Exp $ Check_Type(ary, T_ARRAY); ssl_obj = rb_ary_entry(ary, 0); -@@ -327,7 +344,7 @@ ossl_sslctx_session_get_cb(SSL *ssl, unsigned char *bu +@@ -327,7 +344,7 @@ ossl_sslctx_session_get_cb(SSL *ssl, uns ssl_obj = (VALUE)ptr; ary = rb_ary_new2(2); rb_ary_push(ary, ssl_obj); @@ -99,7 +104,7 @@ $NetBSD: patch-dq,v 1.3 2015/10/14 18:33:08 sevan Exp $ ret_obj = rb_protect((VALUE(*)_((VALUE)))ossl_call_session_get_cb, ary, &state); if (state) { -@@ -346,7 +363,7 @@ ossl_sslctx_session_get_cb(SSL *ssl, unsigned char *bu +@@ -346,7 +363,7 @@ ossl_sslctx_session_get_cb(SSL *ssl, uns static VALUE ossl_call_session_new_cb(VALUE ary) { @@ -108,7 +113,7 @@ $NetBSD: patch-dq,v 1.3 2015/10/14 18:33:08 sevan Exp $ Check_Type(ary, T_ARRAY); ssl_obj = rb_ary_entry(ary, 0); -@@ -389,10 +406,11 @@ ossl_sslctx_session_new_cb(SSL *ssl, SSL_SESSION *sess +@@ -389,10 +406,11 @@ ossl_sslctx_session_new_cb(SSL *ssl, SSL return RTEST(ret_obj) ? 1 : 0; } @@ -129,7 +134,7 @@ $NetBSD: patch-dq,v 1.3 2015/10/14 18:33:08 sevan Exp $ static void ossl_sslctx_session_remove_cb(SSL_CTX *ctx, SSL_SESSION *sess) -@@ -448,6 +467,66 @@ ossl_sslctx_add_extra_chain_cert_i(VALUE i, VALUE arg) +@@ -448,6 +467,66 @@ ossl_sslctx_add_extra_chain_cert_i(VALUE return i; } @@ -249,7 +254,7 @@ $NetBSD: patch-dq,v 1.3 2015/10/14 18:33:08 sevan Exp $ rb_ary_push(ary, ossl_ssl_cipher_to_ary(cipher)); } return ary; -@@ -821,7 +909,6 @@ ossl_sslctx_flush_sessions(int argc, VALUE *argv, VALU +@@ -821,7 +909,6 @@ ossl_sslctx_flush_sessions(int argc, VAL VALUE arg1; SSL_CTX *ctx; time_t tm = 0; @@ -257,7 +262,7 @@ $NetBSD: patch-dq,v 1.3 2015/10/14 18:33:08 sevan Exp $ rb_scan_args(argc, argv, "01", &arg1); -@@ -895,6 +982,8 @@ ossl_ssl_initialize(int argc, VALUE *argv, VALUE self) +@@ -895,6 +982,8 @@ ossl_ssl_initialize(int argc, VALUE *arg ossl_sslctx_setup(ctx); rb_call_super(0, 0); @@ -290,7 +295,7 @@ $NetBSD: patch-dq,v 1.3 2015/10/14 18:33:08 sevan Exp $ io = ossl_ssl_get_io(self); GetOpenFile(io, fptr); rb_io_check_readable(fptr); -@@ -953,7 +1052,15 @@ ossl_start_ssl(VALUE self, int (*func)(), const char * +@@ -953,7 +1052,15 @@ ossl_start_ssl(VALUE self, int (*func)() Data_Get_Struct(self, SSL, ssl); GetOpenFile(ossl_ssl_get_io(self), fptr); for(;;){ @@ -307,7 +312,7 @@ $NetBSD: patch-dq,v 1.3 2015/10/14 18:33:08 sevan Exp $ switch((ret2 = ssl_get_error(ssl, ret))){ case SSL_ERROR_WANT_WRITE: rb_io_wait_writable(FPTR_TO_FD(fptr)); -@@ -969,10 +1076,6 @@ ossl_start_ssl(VALUE self, int (*func)(), const char * +@@ -969,10 +1076,6 @@ ossl_start_ssl(VALUE self, int (*func)() } } @@ -391,7 +396,7 @@ $NetBSD: patch-dq,v 1.3 2015/10/14 18:33:08 sevan Exp $ SSL *ssl; int ilen, nread = 0; VALUE len, str; -@@ -1027,12 +1196,11 @@ ossl_ssl_read(int argc, VALUE *argv, VALUE self) +@@ -1027,12 +1196,11 @@ ossl_ssl_read(int argc, VALUE *argv, VAL Data_Get_Struct(self, SSL, ssl); GetOpenFile(ossl_ssl_get_io(self), fptr); @@ -406,7 +411,7 @@ $NetBSD: patch-dq,v 1.3 2015/10/14 18:33:08 sevan Exp $ case SSL_ERROR_NONE: goto end; case SSL_ERROR_ZERO_RETURN: -@@ -1041,7 +1209,7 @@ ossl_ssl_read(int argc, VALUE *argv, VALUE self) +@@ -1041,7 +1209,7 @@ ossl_ssl_read(int argc, VALUE *argv, VAL rb_io_wait_writable(FPTR_TO_FD(fptr)); continue; case SSL_ERROR_WANT_READ: @@ -415,7 +420,7 @@ $NetBSD: patch-dq,v 1.3 2015/10/14 18:33:08 sevan Exp $ continue; case SSL_ERROR_SYSCALL: if(ERR_peek_error() == 0 && nread == 0) rb_eof_error(); -@@ -1052,9 +1220,8 @@ ossl_ssl_read(int argc, VALUE *argv, VALUE self) +@@ -1052,9 +1220,8 @@ ossl_ssl_read(int argc, VALUE *argv, VAL } } else { diff --git a/lang/ruby200-base/ALTERNATIVES b/lang/ruby200-base/ALTERNATIVES deleted file mode 100644 index 7c797c4cd3a2f..0000000000000 --- a/lang/ruby200-base/ALTERNATIVES +++ /dev/null @@ -1,6 +0,0 @@ -bin/erb @PREFIX@/bin/erb@RUBY_SUFFIX@ -bin/gem @PREFIX@/bin/gem@RUBY_SUFFIX@ -bin/irb @PREFIX@/bin/irb@RUBY_SUFFIX@ -bin/rake @PREFIX@/bin/rake@RUBY_SUFFIX@ -bin/ruby @PREFIX@/bin/@RUBY_NAME@ -bin/testrb @PREFIX@/bin/testrb@RUBY_SUFFIX@ diff --git a/lang/ruby200-base/DEINSTALL b/lang/ruby200-base/DEINSTALL deleted file mode 100644 index 00702725f8e05..0000000000000 --- a/lang/ruby200-base/DEINSTALL +++ /dev/null @@ -1,14 +0,0 @@ -# $NetBSD: DEINSTALL,v 1.1 2013/07/21 02:32:58 taca Exp $ - -RUBY_GEM_BASE="${PREFIX}/@RUBY_GEM_BASE@" -RUBY_SITERIDIR="${PREFIX}/@RUBY_SITERIDIR@" - -case ${STAGE} in -DEINSTALL) - ${RM} -f ${RUBY_SITERIDIR}/created.rid - ;; -POST-DEINSTALL) - ${RM} -rf ${GEM_HOME} - ${RMDIR} ${RUBY_GEM_BASE} 2>/dev/null || true - ;; -esac diff --git a/lang/ruby200-base/DESCR b/lang/ruby200-base/DESCR deleted file mode 100644 index ac47ff44c66b7..0000000000000 --- a/lang/ruby200-base/DESCR +++ /dev/null @@ -1,19 +0,0 @@ -Ruby is the interpreted scripting language for quick and -easy object-oriented programming. It has many features to -process text files and to do system management tasks (as in -Perl). It is simple, straight-forward, and extensible. - -Features of Ruby are shown below. - - + Simple Syntax - + *Normal* Object-Oriented features (ex. class, method calls) - + *Advanced* Object-Oriented features (ex. Mix-in, Singleton-method) - + Operator Overloading - + Exception Handling - + Iterators and Closures - + Garbage Collection - + Dynamic Loading of Object files (on some architecture) - + Highly Portable (works on many UNIX machines, and on DOS, - Windows, Mac, BeOS etc.) - -This package is Ruby 2.0.0 release minimum base package. diff --git a/lang/ruby200-base/INSTALL b/lang/ruby200-base/INSTALL deleted file mode 100644 index 9f9c3b8224536..0000000000000 --- a/lang/ruby200-base/INSTALL +++ /dev/null @@ -1,14 +0,0 @@ -# $NetBSD: INSTALL,v 1.1 2013/07/21 02:32:58 taca Exp $ - -DATE="@DATE@" -RUBY_SITERIDIR="${PREFIX}/@RUBY_SITERIDIR@" -rid="${RUBY_SITERIDIR}/created.rid" - -case ${STAGE} in -POST-INSTALL) - if [ -d ${RUBY_SITERIDIR} ]; then - ${DATE} > ${rid} - fi - ;; -esac - diff --git a/lang/ruby200-base/MESSAGE b/lang/ruby200-base/MESSAGE deleted file mode 100644 index d52d77ebf69ac..0000000000000 --- a/lang/ruby200-base/MESSAGE +++ /dev/null @@ -1,15 +0,0 @@ -=========================================================================== -$NetBSD: MESSAGE,v 1.1 2013/07/21 02:32:58 taca Exp $ - -Note that this is a minimal package. - -The original ${RUBY_DISTNAME} distribution includes more extension -libraries, some of which are provided as separate packages: - - databases/ruby-gdbm: GDBM module - devel/ruby-curses: Curses module - devel/ruby-fiddle: Fiddle module - devel/ruby-readline: readline module - x11/ruby-tk: Tk modules - -=========================================================================== diff --git a/lang/ruby200-base/Makefile b/lang/ruby200-base/Makefile deleted file mode 100644 index eba0f4fdc4093..0000000000000 --- a/lang/ruby200-base/Makefile +++ /dev/null @@ -1,213 +0,0 @@ -# $NetBSD: Makefile,v 1.24 2016/03/05 11:28:44 jperkin Exp $ -# - -DISTNAME= ${RUBY_DISTNAME} -PKGNAME= ${RUBY_PKGPREFIX}-base-${RUBY_VERSION_FULL} -PKGREVISION= 1 -CATEGORIES= lang ruby -MASTER_SITES= ${MASTER_SITE_RUBY} - -MAINTAINER= taca@NetBSD.org -HOMEPAGE= ${RUBY_HOMEPAGE} -COMMENT= Ruby ${RUBY_VERSION} release minimum base package -LICENSE= ${RUBY_LICENSE} - -RUBY_VERSION_SUPPORTED= 200 - -USE_LANGUAGES= c c99 -USE_TOOLS+= pax yacc pkg-config -GNU_CONFIGURE= yes -TEST_TARGET= test -CONFIGURE_ARGS+= --enable-shared -WRKSRC= ${RUBY_WRKSRC} - -MAKE_DIRS= ${RUBY_SITEARCHLIB} ${RUBY_VENDORARCHLIB} - -# On platforms where DTrace is available, we need to invoke dtrace(1) -# with the original PATH. Otherwise it gets confused in the presence -# of our cc wrapper because it tries to invoke the system-default gcc -# with argv[0] set to "gcc", not the absolute path to gcc. -.if exists(/usr/sbin/dtrace) -# NOTE: This should probably be handled by ../../mk/bsd.wrapper.mk -post-wrapper: - ${RUN}(${ECHO} '#!${SH}'; \ - ${ECHO} 'PATH=/bin:/usr/bin:/sbin:/usr/sbin; export PATH'; \ - ${ECHO} '/usr/sbin/dtrace $$@') \ - > "${WRAPPER_BINDIR}/dtrace" - ${RUN}${CHMOD} +x "${WRAPPER_BINDIR}/dtrace" -.endif - -# -# Don't reference pkgsrc's INSTALL macro since Ruby expect it could -# execute by unprivileged user. -# -CONFIGURE_ENV+= INSTALL="${INSTALL} ${COPY}" \ - INSTALL_DATA= INSTALL_PROGRAM= INSTALL_SCRIPT= - -CONFIGURE_ENV+= ac_cv_prog_PKG_CONFIG="" - -.include "../../mk/compiler.mk" - -# /usr/bin/dtrace is not DTrace. -.if ${OPSYS} == "Linux" && exists(/usr/bin/dtrace) -CONFIGURE_ARGS+= --disable-dtrace -.endif - -.if !empty(PKGSRC_COMPILER:Msunpro) -LIBS.SunOS+= -B static -lsunmath -B dynamic -lm -LDFLAGS.SunOS+= -L${SUNWSPROBASE}/lib -Wl,-R${SUNWSPROBASE}/lib -CONFIGURE_ENV+= LDSHARED="${CC} -G" -.else -LIBS.SunOS+= -lm -.endif - -CONFIGURE_ENV.SunOS+= OBJCOPY=: - -# if present, an unsupported sysconf call is used -CONFIGURE_ENV.MirBSD+= ac_cv_func_getgrnam_r=no - -.if ${OPSYS} == "OpenBSD" || ${OPSYS} == "Bitrig" -USE_TOOLS+= bash -CONFIG_SHELL= ${TOOLS_PATH.bash} -.endif - -.if ${OPSYS} == "Cygwin" -USE_TOOLS+= gmake -MAKE_FILE= GNUmakefile -.endif - -# Ruby build process depends on config.status's content -CONFIG_STATUS_OVERRIDE= # empty - -MAKE_DIRS+= ${RUBY_SITERIDIR} -FILES_SUBST+= DATE=${DATE:Q} - -REQD_DIRS+= ${GEM_HOME}/cache -REQD_DIRS+= ${GEM_HOME}/doc - -SUBST_CLASSES+= conf -SUBST_STAGE.conf= pre-install -SUBST_FILES.conf= lib/rubygems/config_file.rb -SUBST_SED.conf= -e "s|@PKG_SYSCONFDIR@|${PKG_SYSCONFDIR}|g" -SUBST_MESSAGE.conf= Fixing configuration files. - -.include "options.mk" - -.include "../../lang/ruby/rubyversion.mk" - -.if !empty(RUBY_SUFFIX) -CONFIGURE_ARGS+= --program-suffix=${RUBY_SUFFIX} -CONFIGURE_ARGS+= --with-soname=${RUBY_NAME} -CONFIGURE_ARGS+= --with-ruby-version=${RUBY_VERSION} -CONFIGURE_ARGS+= --with-ruby-pc="ruby-${RUBY_VERSION}.pc" -.endif - -# -# Ruby 2.0 don't like Apple's builtin OpenSSL. -# -.if ${OPSYS} == "Darwin" -USE_BUILTIN.openssl= no -.endif - -# -# Win32 support (for Cygwin) -# -PLIST_VARS+= win32 -.if ${OPSYS} == "Cygwin" -PLIST.win32= yes -.endif - -# -# IRIX work around which should be fixed. -# -PLIST_VARS+= io -.if ${OPSYS} != "IRIX" -PLIST.io= yes -.endif - -# -# Work around for getucontext(3) -# -.if ${OPSYS} == "DragonFly" && ${OS_VERSION} == "1.8.0" -CONFIGURE_ENV+= ac_cv_header_ucontext_h=no -.endif - -# -# prevent unwanted mkdir recorded in rbconfig.rb -# -CONFIGURE_ENV+= MKDIR_P=${MKDIR:Q} - -DOCS= \ - COPYING COPYING.ja ChangeLog LEGAL NEWS README README.EXT \ - README.EXT.ja README.ja doc/ChangeLog-1.8.0 doc/ChangeLog-1.9.3 \ - doc/ChangeLog-YARV doc/NEWS-1.8.7 doc/NEWS-1.9.1 doc/NEWS-1.9.2 \ - doc/NEWS-1.9.3 doc/etc.rd.ja doc/forwardable.rd.ja doc/globals.rdoc \ - doc/images/boottime-classes.png doc/irb/irb-tools.rd.ja \ - doc/irb/irb.rd.ja doc/pty/README.expect.ja doc/pty/README.ja \ - doc/re.rdoc doc/security.rdoc doc/shell.rd.ja \ - doc/standard_library.rdoc doc/syntax/assignment.rdoc \ - doc/syntax/calling_methods.rdoc doc/syntax/control_expressions.rdoc \ - doc/syntax/exceptions.rdoc doc/syntax/literals.rdoc \ - doc/syntax/methods.rdoc doc/syntax/miscellaneous.rdoc \ - doc/syntax/modules_and_classes.rdoc doc/syntax/precedence.rdoc \ - doc/syntax/refinements.rdoc doc/syntax.rdoc -EXT_DOCS= syslog/syslog.txt - -BIGDECIMAL_EXAMPLES= linear.rb nlsolve.rb pi.rb -OPENSSL_EXAMPLES= c_rehash.rb cert2text.rb certstore.rb cipher.rb \ - crlstore.rb echo_cli.rb echo_svr.rb gen_csr.rb \ - smime_read.rb smime_write.rb wget.rb - -REPLACE_RUBY= bin/erb bin/gem bin/irb bin/rake bin/rdoc \ - bin/ri bin/testrb -REPLACE_RUBY_DIRS= ext lib sample -INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 ${RUBY_DOC}/images \ - ${RUBY_DOC}/irb ${RUBY_DOC}/pty ${RUBY_DOC}/ripper \ - ${RUBY_DOC}/stringio ${RUBY_DOC}/syntax \ - ${RUBY_EG}/bigdecimal ${RUBY_EG}/pty -# ${RUBY_ARCHINC} ${RUBY_ARCHLIB} -EMPTY_DIRS= generator/template markup/simple_markup - -pre-configure: - ${RM} -f ${WRKSRC}/ext/curses/extconf.rb - ${RM} -f ${WRKSRC}/ext/gdbm/extconf.rb - ${RM} -f ${WRKSRC}/ext/fiddle/extconf.rb - ${RM} -f ${WRKSRC}/ext/readline/extconf.rb - ${RM} -f ${WRKSRC}/ext/tk/extconf.rb - -pre-install: - cd ${WRKSRC}/bin; for f in *; do ${LN} -f $$f $${f}${RUBY_SUFFIX}; done - cd ${WRKSRC}/lib; \ - ${FIND} . \( -name '*.orig' -o -name '*.orig_dist' \) \ - -exec ${RM} -f {} \; -.for f in ${EMPTY_DIRS} - ${RMDIR} ${WRKSRC}/lib/rdoc/${f} 2>/dev/null || ${TRUE} -.endfor - -post-install: -.for f in ${DOCS} - ${INSTALL_DATA} ${WRKSRC}/${f} ${DESTDIR}${PREFIX}/${RUBY_DOC}/${f:C/^doc\///} -.endfor -.for f in ${EXT_DOCS} - ${INSTALL_DATA} ${WRKSRC}/ext/${f} ${DESTDIR}${PREFIX}/${RUBY_DOC} -.endfor - cd ${WRKSRC}/ext/ripper; ${PAX} -rw README ${DESTDIR}${PREFIX}/${RUBY_DOC}/ripper - cd ${WRKSRC}/ext/stringio; ${PAX} -rw README ${DESTDIR}${PREFIX}/${RUBY_DOC}/stringio - cd ${WRKSRC}/sample; ${PAX} -rw . ${DESTDIR}${PREFIX}/${RUBY_EG} -.for f in ${BIGDECIMAL_EXAMPLES} - ${INSTALL_DATA} ${RUBY_WRKSRC}/ext/bigdecimal/sample/${f} \ - ${DESTDIR}${PREFIX}/${RUBY_EG}/bigdecimal -.endfor -.for f in ${OPENSSL_EXAMPLES} - ${INSTALL_DATA} ${RUBY_WRKSRC}/sample/openssl/${f} \ - ${DESTDIR}${PREFIX}/${RUBY_EG}/openssl -.endfor - ${RUBY_GENERATE_PLIST} - -.include "../../mk/bdb.buildlink3.mk" -.include "../../converters/libiconv/buildlink3.mk" -.include "../../devel/zlib/buildlink3.mk" -.include "../../security/openssl/buildlink3.mk" -.include "../../textproc/libyaml/buildlink3.mk" -.include "../../lang/ruby/Makefile.common" -.include "../../mk/bsd.pkg.mk" diff --git a/lang/ruby200-base/PLIST b/lang/ruby200-base/PLIST deleted file mode 100644 index 0db1a4274804e..0000000000000 --- a/lang/ruby200-base/PLIST +++ /dev/null @@ -1,1066 +0,0 @@ -@comment $NetBSD: PLIST,v 1.3 2015/03/08 14:59:12 taca Exp $ -bin/erb${RUBY_VER} -bin/gem${RUBY_VER} -bin/irb${RUBY_VER} -bin/rake${RUBY_VER} -bin/rdoc${RUBY_VER} -bin/ri${RUBY_VER} -bin/${RUBY_NAME} -${PLIST.win32}bin/rubyw${RUBY_VER} -bin/testrb${RUBY_VER} -${RUBY_INC}/ruby.h -${RUBY_INC}/ruby/backward/classext.h -${RUBY_INC}/ruby/backward/rubyio.h -${RUBY_INC}/ruby/backward/rubysig.h -${RUBY_INC}/ruby/backward/st.h -${RUBY_INC}/ruby/backward/util.h -${RUBY_INC}/ruby/debug.h -${RUBY_INC}/ruby/defines.h -${RUBY_INC}/ruby/digest.h -${RUBY_INC}/ruby/dl.h -${RUBY_INC}/ruby/encoding.h -${RUBY_INC}/ruby/intern.h -${RUBY_INC}/ruby/io.h -${RUBY_INC}/ruby/missing.h -${RUBY_INC}/ruby/oniguruma.h -${RUBY_INC}/ruby/re.h -${RUBY_INC}/ruby/regex.h -${RUBY_INC}/ruby/ruby.h -${RUBY_INC}/ruby/st.h -${RUBY_INC}/ruby/subst.h -${RUBY_INC}/ruby/thread.h -${RUBY_INC}/ruby/util.h -${RUBY_INC}/ruby/version.h -${RUBY_INC}/ruby/vm.h -${RUBY_ARCHINC}/ruby/config.h -lib/libruby${RUBY_STATICLIB} -lib/libruby${RUBY_VER}.${RUBY_SLEXT} -${RUBY_SHLIBALIAS} -lib/libruby${RUBY_SHLIB} -lib/pkgconfig/ruby-${RUBY_VERSION}.pc -${RUBY_LIB}/English.rb -${RUBY_LIB}/abbrev.rb -${RUBY_LIB}/base64.rb -${RUBY_LIB}/benchmark.rb -${RUBY_LIB}/bigdecimal/jacobian.rb -${RUBY_LIB}/bigdecimal/ludcmp.rb -${RUBY_LIB}/bigdecimal/math.rb -${RUBY_LIB}/bigdecimal/newton.rb -${RUBY_LIB}/bigdecimal/util.rb -${RUBY_LIB}/cgi.rb -${RUBY_LIB}/cgi/cookie.rb -${RUBY_LIB}/cgi/core.rb -${RUBY_LIB}/cgi/html.rb -${RUBY_LIB}/cgi/session.rb -${RUBY_LIB}/cgi/session/pstore.rb -${RUBY_LIB}/cgi/util.rb -${RUBY_LIB}/cmath.rb -${RUBY_LIB}/complex.rb -${RUBY_LIB}/csv.rb -${RUBY_LIB}/date.rb -${RUBY_LIB}/date/format.rb -${RUBY_LIB}/debug.rb -${RUBY_LIB}/delegate.rb -${RUBY_LIB}/digest.rb -${RUBY_LIB}/digest/hmac.rb -${RUBY_LIB}/digest/sha2.rb -${RUBY_LIB}/dl.rb -${RUBY_LIB}/dl/callback.rb -${RUBY_LIB}/dl/cparser.rb -${RUBY_LIB}/dl/func.rb -${RUBY_LIB}/dl/import.rb -${RUBY_LIB}/dl/pack.rb -${RUBY_LIB}/dl/stack.rb -${RUBY_LIB}/dl/struct.rb -${RUBY_LIB}/dl/types.rb -${RUBY_LIB}/dl/value.rb -${RUBY_LIB}/drb.rb -${RUBY_LIB}/drb/acl.rb -${RUBY_LIB}/drb/drb.rb -${RUBY_LIB}/drb/eq.rb -${RUBY_LIB}/drb/extserv.rb -${RUBY_LIB}/drb/extservm.rb -${RUBY_LIB}/drb/gw.rb -${RUBY_LIB}/drb/invokemethod.rb -${RUBY_LIB}/drb/observer.rb -${RUBY_LIB}/drb/ssl.rb -${RUBY_LIB}/drb/timeridconv.rb -${RUBY_LIB}/drb/unix.rb -${RUBY_LIB}/e2mmap.rb -${RUBY_LIB}/erb.rb -${RUBY_LIB}/expect.rb -${RUBY_LIB}/fileutils.rb -${RUBY_LIB}/find.rb -${RUBY_LIB}/forwardable.rb -${RUBY_LIB}/getoptlong.rb -${RUBY_LIB}/gserver.rb -${PLIST.io}${RUBY_LIB}/io/console/size.rb -${RUBY_LIB}/ipaddr.rb -${RUBY_LIB}/irb.rb -${RUBY_LIB}/irb/cmd/chws.rb -${RUBY_LIB}/irb/cmd/fork.rb -${RUBY_LIB}/irb/cmd/help.rb -${RUBY_LIB}/irb/cmd/load.rb -${RUBY_LIB}/irb/cmd/nop.rb -${RUBY_LIB}/irb/cmd/pushws.rb -${RUBY_LIB}/irb/cmd/subirb.rb -${RUBY_LIB}/irb/completion.rb -${RUBY_LIB}/irb/context.rb -${RUBY_LIB}/irb/ext/change-ws.rb -${RUBY_LIB}/irb/ext/history.rb -${RUBY_LIB}/irb/ext/loader.rb -${RUBY_LIB}/irb/ext/math-mode.rb -${RUBY_LIB}/irb/ext/multi-irb.rb -${RUBY_LIB}/irb/ext/save-history.rb -${RUBY_LIB}/irb/ext/tracer.rb -${RUBY_LIB}/irb/ext/use-loader.rb -${RUBY_LIB}/irb/ext/workspaces.rb -${RUBY_LIB}/irb/extend-command.rb -${RUBY_LIB}/irb/frame.rb -${RUBY_LIB}/irb/help.rb -${RUBY_LIB}/irb/init.rb -${RUBY_LIB}/irb/input-method.rb -${RUBY_LIB}/irb/inspector.rb -${RUBY_LIB}/irb/lc/error.rb -${RUBY_LIB}/irb/lc/help-message -${RUBY_LIB}/irb/lc/ja/encoding_aliases.rb -${RUBY_LIB}/irb/lc/ja/error.rb -${RUBY_LIB}/irb/lc/ja/help-message -${RUBY_LIB}/irb/locale.rb -${RUBY_LIB}/irb/magic-file.rb -${RUBY_LIB}/irb/notifier.rb -${RUBY_LIB}/irb/output-method.rb -${RUBY_LIB}/irb/ruby-lex.rb -${RUBY_LIB}/irb/ruby-token.rb -${RUBY_LIB}/irb/slex.rb -${RUBY_LIB}/irb/src_encoding.rb -${RUBY_LIB}/irb/version.rb -${RUBY_LIB}/irb/workspace.rb -${RUBY_LIB}/irb/ws-for-case-2.rb -${RUBY_LIB}/irb/xmp.rb -${RUBY_LIB}/json.rb -${RUBY_LIB}/json/add/bigdecimal.rb -${RUBY_LIB}/json/add/complex.rb -${RUBY_LIB}/json/add/core.rb -${RUBY_LIB}/json/add/date.rb -${RUBY_LIB}/json/add/date_time.rb -${RUBY_LIB}/json/add/exception.rb -${RUBY_LIB}/json/add/ostruct.rb -${RUBY_LIB}/json/add/range.rb -${RUBY_LIB}/json/add/rational.rb -${RUBY_LIB}/json/add/regexp.rb -${RUBY_LIB}/json/add/struct.rb -${RUBY_LIB}/json/add/symbol.rb -${RUBY_LIB}/json/add/time.rb -${RUBY_LIB}/json/common.rb -${RUBY_LIB}/json/ext.rb -${RUBY_LIB}/json/generic_object.rb -${RUBY_LIB}/json/version.rb -${RUBY_LIB}/kconv.rb -${RUBY_LIB}/logger.rb -${RUBY_LIB}/mathn.rb -${RUBY_LIB}/matrix.rb -${RUBY_LIB}/matrix/eigenvalue_decomposition.rb -${RUBY_LIB}/matrix/lup_decomposition.rb -${RUBY_LIB}/minitest/autorun.rb -${RUBY_LIB}/minitest/benchmark.rb -${RUBY_LIB}/minitest/hell.rb -${RUBY_LIB}/minitest/mock.rb -${RUBY_LIB}/minitest/parallel_each.rb -${RUBY_LIB}/minitest/pride.rb -${RUBY_LIB}/minitest/spec.rb -${RUBY_LIB}/minitest/unit.rb -${RUBY_LIB}/mkmf.rb -${RUBY_LIB}/monitor.rb -${RUBY_LIB}/mutex_m.rb -${RUBY_LIB}/net/ftp.rb -${RUBY_LIB}/net/http.rb -${RUBY_LIB}/net/http/backward.rb -${RUBY_LIB}/net/http/exceptions.rb -${RUBY_LIB}/net/http/generic_request.rb -${RUBY_LIB}/net/http/header.rb -${RUBY_LIB}/net/http/proxy_delta.rb -${RUBY_LIB}/net/http/request.rb -${RUBY_LIB}/net/http/requests.rb -${RUBY_LIB}/net/http/response.rb -${RUBY_LIB}/net/http/responses.rb -${RUBY_LIB}/net/https.rb -${RUBY_LIB}/net/imap.rb -${RUBY_LIB}/net/pop.rb -${RUBY_LIB}/net/protocol.rb -${RUBY_LIB}/net/smtp.rb -${RUBY_LIB}/net/telnet.rb -${RUBY_LIB}/observer.rb -${RUBY_LIB}/open-uri.rb -${RUBY_LIB}/open3.rb -${RUBY_LIB}/openssl.rb -${RUBY_LIB}/openssl/bn.rb -${RUBY_LIB}/openssl/buffering.rb -${RUBY_LIB}/openssl/cipher.rb -${RUBY_LIB}/openssl/config.rb -${RUBY_LIB}/openssl/digest.rb -${RUBY_LIB}/openssl/ssl.rb -${RUBY_LIB}/openssl/x509.rb -${RUBY_LIB}/optparse.rb -${RUBY_LIB}/optparse/ac.rb -${RUBY_LIB}/optparse/date.rb -${RUBY_LIB}/optparse/shellwords.rb -${RUBY_LIB}/optparse/time.rb -${RUBY_LIB}/optparse/uri.rb -${RUBY_LIB}/optparse/version.rb -${RUBY_LIB}/ostruct.rb -${RUBY_LIB}/pathname.rb -${RUBY_LIB}/pp.rb -${RUBY_LIB}/prettyprint.rb -${RUBY_LIB}/prime.rb -${RUBY_LIB}/profile.rb -${RUBY_LIB}/profiler.rb -${RUBY_LIB}/pstore.rb -${RUBY_LIB}/psych.rb -${RUBY_LIB}/psych/coder.rb -${RUBY_LIB}/psych/core_ext.rb -${RUBY_LIB}/psych/deprecated.rb -${RUBY_LIB}/psych/handler.rb -${RUBY_LIB}/psych/handlers/document_stream.rb -${RUBY_LIB}/psych/handlers/recorder.rb -${RUBY_LIB}/psych/json/ruby_events.rb -${RUBY_LIB}/psych/json/stream.rb -${RUBY_LIB}/psych/json/tree_builder.rb -${RUBY_LIB}/psych/json/yaml_events.rb -${RUBY_LIB}/psych/nodes.rb -${RUBY_LIB}/psych/nodes/alias.rb -${RUBY_LIB}/psych/nodes/document.rb -${RUBY_LIB}/psych/nodes/mapping.rb -${RUBY_LIB}/psych/nodes/node.rb -${RUBY_LIB}/psych/nodes/scalar.rb -${RUBY_LIB}/psych/nodes/sequence.rb -${RUBY_LIB}/psych/nodes/stream.rb -${RUBY_LIB}/psych/omap.rb -${RUBY_LIB}/psych/parser.rb -${RUBY_LIB}/psych/scalar_scanner.rb -${RUBY_LIB}/psych/set.rb -${RUBY_LIB}/psych/stream.rb -${RUBY_LIB}/psych/streaming.rb -${RUBY_LIB}/psych/syntax_error.rb -${RUBY_LIB}/psych/tree_builder.rb -${RUBY_LIB}/psych/visitors.rb -${RUBY_LIB}/psych/visitors/depth_first.rb -${RUBY_LIB}/psych/visitors/emitter.rb -${RUBY_LIB}/psych/visitors/json_tree.rb -${RUBY_LIB}/psych/visitors/to_ruby.rb -${RUBY_LIB}/psych/visitors/visitor.rb -${RUBY_LIB}/psych/visitors/yaml_tree.rb -${RUBY_LIB}/psych/y.rb -${RUBY_LIB}/racc/parser.rb -${RUBY_LIB}/rake.rb -${RUBY_LIB}/rake/alt_system.rb -${RUBY_LIB}/rake/application.rb -${RUBY_LIB}/rake/backtrace.rb -${RUBY_LIB}/rake/classic_namespace.rb -${RUBY_LIB}/rake/clean.rb -${RUBY_LIB}/rake/cloneable.rb -${RUBY_LIB}/rake/contrib/compositepublisher.rb -${RUBY_LIB}/rake/contrib/ftptools.rb -${RUBY_LIB}/rake/contrib/publisher.rb -${RUBY_LIB}/rake/contrib/rubyforgepublisher.rb -${RUBY_LIB}/rake/contrib/sshpublisher.rb -${RUBY_LIB}/rake/contrib/sys.rb -${RUBY_LIB}/rake/default_loader.rb -${RUBY_LIB}/rake/dsl_definition.rb -${RUBY_LIB}/rake/early_time.rb -${RUBY_LIB}/rake/ext/core.rb -${RUBY_LIB}/rake/ext/module.rb -${RUBY_LIB}/rake/ext/string.rb -${RUBY_LIB}/rake/ext/time.rb -${RUBY_LIB}/rake/file_creation_task.rb -${RUBY_LIB}/rake/file_list.rb -${RUBY_LIB}/rake/file_task.rb -${RUBY_LIB}/rake/file_utils.rb -${RUBY_LIB}/rake/file_utils_ext.rb -${RUBY_LIB}/rake/gempackagetask.rb -${RUBY_LIB}/rake/invocation_chain.rb -${RUBY_LIB}/rake/invocation_exception_mixin.rb -${RUBY_LIB}/rake/lib/project.rake -${RUBY_LIB}/rake/loaders/makefile.rb -${RUBY_LIB}/rake/multi_task.rb -${RUBY_LIB}/rake/name_space.rb -${RUBY_LIB}/rake/packagetask.rb -${RUBY_LIB}/rake/pathmap.rb -${RUBY_LIB}/rake/phony.rb -${RUBY_LIB}/rake/private_reader.rb -${RUBY_LIB}/rake/promise.rb -${RUBY_LIB}/rake/pseudo_status.rb -${RUBY_LIB}/rake/rake_module.rb -${RUBY_LIB}/rake/rake_test_loader.rb -${RUBY_LIB}/rake/rdoctask.rb -${RUBY_LIB}/rake/ruby182_test_unit_fix.rb -${RUBY_LIB}/rake/rule_recursion_overflow_error.rb -${RUBY_LIB}/rake/runtest.rb -${RUBY_LIB}/rake/task.rb -${RUBY_LIB}/rake/task_argument_error.rb -${RUBY_LIB}/rake/task_arguments.rb -${RUBY_LIB}/rake/task_manager.rb -${RUBY_LIB}/rake/tasklib.rb -${RUBY_LIB}/rake/testtask.rb -${RUBY_LIB}/rake/thread_history_display.rb -${RUBY_LIB}/rake/thread_pool.rb -${RUBY_LIB}/rake/trace_output.rb -${RUBY_LIB}/rake/version.rb -${RUBY_LIB}/rake/win32.rb -${RUBY_LIB}/rational.rb -${RUBY_LIB}/rbconfig/datadir.rb -${RUBY_LIB}/rbconfig/obsolete.rb -${RUBY_LIB}/rdoc.rb -${RUBY_LIB}/rdoc/alias.rb -${RUBY_LIB}/rdoc/anon_class.rb -${RUBY_LIB}/rdoc/any_method.rb -${RUBY_LIB}/rdoc/attr.rb -${RUBY_LIB}/rdoc/class_module.rb -${RUBY_LIB}/rdoc/code_object.rb -${RUBY_LIB}/rdoc/code_objects.rb -${RUBY_LIB}/rdoc/comment.rb -${RUBY_LIB}/rdoc/constant.rb -${RUBY_LIB}/rdoc/context.rb -${RUBY_LIB}/rdoc/context/section.rb -${RUBY_LIB}/rdoc/cross_reference.rb -${RUBY_LIB}/rdoc/encoding.rb -${RUBY_LIB}/rdoc/erb_partial.rb -${RUBY_LIB}/rdoc/erbio.rb -${RUBY_LIB}/rdoc/extend.rb -${RUBY_LIB}/rdoc/generator.rb -${RUBY_LIB}/rdoc/generator/darkfish.rb -${RUBY_LIB}/rdoc/generator/json_index.rb -${RUBY_LIB}/rdoc/generator/markup.rb -${RUBY_LIB}/rdoc/generator/ri.rb -${RUBY_LIB}/rdoc/generator/template/darkfish/_footer.rhtml -${RUBY_LIB}/rdoc/generator/template/darkfish/_head.rhtml -${RUBY_LIB}/rdoc/generator/template/darkfish/_sidebar_VCS_info.rhtml -${RUBY_LIB}/rdoc/generator/template/darkfish/_sidebar_classes.rhtml -${RUBY_LIB}/rdoc/generator/template/darkfish/_sidebar_extends.rhtml -${RUBY_LIB}/rdoc/generator/template/darkfish/_sidebar_in_files.rhtml -${RUBY_LIB}/rdoc/generator/template/darkfish/_sidebar_includes.rhtml -${RUBY_LIB}/rdoc/generator/template/darkfish/_sidebar_installed.rhtml -${RUBY_LIB}/rdoc/generator/template/darkfish/_sidebar_methods.rhtml -${RUBY_LIB}/rdoc/generator/template/darkfish/_sidebar_navigation.rhtml -${RUBY_LIB}/rdoc/generator/template/darkfish/_sidebar_pages.rhtml -${RUBY_LIB}/rdoc/generator/template/darkfish/_sidebar_parent.rhtml -${RUBY_LIB}/rdoc/generator/template/darkfish/_sidebar_search.rhtml -${RUBY_LIB}/rdoc/generator/template/darkfish/_sidebar_sections.rhtml -${RUBY_LIB}/rdoc/generator/template/darkfish/_sidebar_table_of_contents.rhtml -${RUBY_LIB}/rdoc/generator/template/darkfish/class.rhtml -${RUBY_LIB}/rdoc/generator/template/darkfish/images/add.png -${RUBY_LIB}/rdoc/generator/template/darkfish/images/arrow_up.png -${RUBY_LIB}/rdoc/generator/template/darkfish/images/brick.png -${RUBY_LIB}/rdoc/generator/template/darkfish/images/brick_link.png -${RUBY_LIB}/rdoc/generator/template/darkfish/images/bug.png -${RUBY_LIB}/rdoc/generator/template/darkfish/images/bullet_black.png -${RUBY_LIB}/rdoc/generator/template/darkfish/images/bullet_toggle_minus.png -${RUBY_LIB}/rdoc/generator/template/darkfish/images/bullet_toggle_plus.png -${RUBY_LIB}/rdoc/generator/template/darkfish/images/date.png -${RUBY_LIB}/rdoc/generator/template/darkfish/images/delete.png -${RUBY_LIB}/rdoc/generator/template/darkfish/images/find.png -${RUBY_LIB}/rdoc/generator/template/darkfish/images/loadingAnimation.gif -${RUBY_LIB}/rdoc/generator/template/darkfish/images/macFFBgHack.png -${RUBY_LIB}/rdoc/generator/template/darkfish/images/package.png -${RUBY_LIB}/rdoc/generator/template/darkfish/images/page_green.png -${RUBY_LIB}/rdoc/generator/template/darkfish/images/page_white_text.png -${RUBY_LIB}/rdoc/generator/template/darkfish/images/page_white_width.png -${RUBY_LIB}/rdoc/generator/template/darkfish/images/plugin.png -${RUBY_LIB}/rdoc/generator/template/darkfish/images/ruby.png -${RUBY_LIB}/rdoc/generator/template/darkfish/images/tag_blue.png -${RUBY_LIB}/rdoc/generator/template/darkfish/images/tag_green.png -${RUBY_LIB}/rdoc/generator/template/darkfish/images/transparent.png -${RUBY_LIB}/rdoc/generator/template/darkfish/images/wrench.png -${RUBY_LIB}/rdoc/generator/template/darkfish/images/wrench_orange.png -${RUBY_LIB}/rdoc/generator/template/darkfish/images/zoom.png -${RUBY_LIB}/rdoc/generator/template/darkfish/index.rhtml -${RUBY_LIB}/rdoc/generator/template/darkfish/js/darkfish.js -${RUBY_LIB}/rdoc/generator/template/darkfish/js/jquery.js -${RUBY_LIB}/rdoc/generator/template/darkfish/js/search.js -${RUBY_LIB}/rdoc/generator/template/darkfish/page.rhtml -${RUBY_LIB}/rdoc/generator/template/darkfish/rdoc.css -${RUBY_LIB}/rdoc/generator/template/darkfish/servlet_not_found.rhtml -${RUBY_LIB}/rdoc/generator/template/darkfish/servlet_root.rhtml -${RUBY_LIB}/rdoc/generator/template/darkfish/table_of_contents.rhtml -${RUBY_LIB}/rdoc/generator/template/json_index/js/navigation.js -${RUBY_LIB}/rdoc/generator/template/json_index/js/searcher.js -${RUBY_LIB}/rdoc/ghost_method.rb -${RUBY_LIB}/rdoc/include.rb -${RUBY_LIB}/rdoc/known_classes.rb -${RUBY_LIB}/rdoc/markdown.rb -${RUBY_LIB}/rdoc/markdown/entities.rb -${RUBY_LIB}/rdoc/markdown/literals_1_9.rb -${RUBY_LIB}/rdoc/markup.rb -${RUBY_LIB}/rdoc/markup/attr_changer.rb -${RUBY_LIB}/rdoc/markup/attr_span.rb -${RUBY_LIB}/rdoc/markup/attribute_manager.rb -${RUBY_LIB}/rdoc/markup/attributes.rb -${RUBY_LIB}/rdoc/markup/blank_line.rb -${RUBY_LIB}/rdoc/markup/block_quote.rb -${RUBY_LIB}/rdoc/markup/document.rb -${RUBY_LIB}/rdoc/markup/formatter.rb -${RUBY_LIB}/rdoc/markup/formatter_test_case.rb -${RUBY_LIB}/rdoc/markup/hard_break.rb -${RUBY_LIB}/rdoc/markup/heading.rb -${RUBY_LIB}/rdoc/markup/include.rb -${RUBY_LIB}/rdoc/markup/indented_paragraph.rb -${RUBY_LIB}/rdoc/markup/inline.rb -${RUBY_LIB}/rdoc/markup/list.rb -${RUBY_LIB}/rdoc/markup/list_item.rb -${RUBY_LIB}/rdoc/markup/paragraph.rb -${RUBY_LIB}/rdoc/markup/parser.rb -${RUBY_LIB}/rdoc/markup/pre_process.rb -${RUBY_LIB}/rdoc/markup/raw.rb -${RUBY_LIB}/rdoc/markup/rule.rb -${RUBY_LIB}/rdoc/markup/special.rb -${RUBY_LIB}/rdoc/markup/text_formatter_test_case.rb -${RUBY_LIB}/rdoc/markup/to_ansi.rb -${RUBY_LIB}/rdoc/markup/to_bs.rb -${RUBY_LIB}/rdoc/markup/to_html.rb -${RUBY_LIB}/rdoc/markup/to_html_crossref.rb -${RUBY_LIB}/rdoc/markup/to_html_snippet.rb -${RUBY_LIB}/rdoc/markup/to_joined_paragraph.rb -${RUBY_LIB}/rdoc/markup/to_label.rb -${RUBY_LIB}/rdoc/markup/to_markdown.rb -${RUBY_LIB}/rdoc/markup/to_rdoc.rb -${RUBY_LIB}/rdoc/markup/to_table_of_contents.rb -${RUBY_LIB}/rdoc/markup/to_test.rb -${RUBY_LIB}/rdoc/markup/to_tt_only.rb -${RUBY_LIB}/rdoc/markup/verbatim.rb -${RUBY_LIB}/rdoc/meta_method.rb -${RUBY_LIB}/rdoc/method_attr.rb -${RUBY_LIB}/rdoc/normal_class.rb -${RUBY_LIB}/rdoc/normal_module.rb -${RUBY_LIB}/rdoc/options.rb -${RUBY_LIB}/rdoc/parser.rb -${RUBY_LIB}/rdoc/parser/c.rb -${RUBY_LIB}/rdoc/parser/changelog.rb -${RUBY_LIB}/rdoc/parser/markdown.rb -${RUBY_LIB}/rdoc/parser/rd.rb -${RUBY_LIB}/rdoc/parser/ruby.rb -${RUBY_LIB}/rdoc/parser/ruby_tools.rb -${RUBY_LIB}/rdoc/parser/simple.rb -${RUBY_LIB}/rdoc/parser/text.rb -${RUBY_LIB}/rdoc/rd.rb -${RUBY_LIB}/rdoc/rd/block_parser.rb -${RUBY_LIB}/rdoc/rd/inline.rb -${RUBY_LIB}/rdoc/rd/inline_parser.rb -${RUBY_LIB}/rdoc/rdoc.rb -${RUBY_LIB}/rdoc/require.rb -${RUBY_LIB}/rdoc/ri.rb -${RUBY_LIB}/rdoc/ri/driver.rb -${RUBY_LIB}/rdoc/ri/formatter.rb -${RUBY_LIB}/rdoc/ri/paths.rb -${RUBY_LIB}/rdoc/ri/store.rb -${RUBY_LIB}/rdoc/ruby_lex.rb -${RUBY_LIB}/rdoc/ruby_token.rb -${RUBY_LIB}/rdoc/rubygems_hook.rb -${RUBY_LIB}/rdoc/servlet.rb -${RUBY_LIB}/rdoc/single_class.rb -${RUBY_LIB}/rdoc/stats.rb -${RUBY_LIB}/rdoc/stats/normal.rb -${RUBY_LIB}/rdoc/stats/quiet.rb -${RUBY_LIB}/rdoc/stats/verbose.rb -${RUBY_LIB}/rdoc/store.rb -${RUBY_LIB}/rdoc/task.rb -${RUBY_LIB}/rdoc/test_case.rb -${RUBY_LIB}/rdoc/text.rb -${RUBY_LIB}/rdoc/token_stream.rb -${RUBY_LIB}/rdoc/tom_doc.rb -${RUBY_LIB}/rdoc/top_level.rb -${RUBY_LIB}/resolv-replace.rb -${RUBY_LIB}/resolv.rb -${RUBY_LIB}/rexml/attlistdecl.rb -${RUBY_LIB}/rexml/attribute.rb -${RUBY_LIB}/rexml/cdata.rb -${RUBY_LIB}/rexml/child.rb -${RUBY_LIB}/rexml/comment.rb -${RUBY_LIB}/rexml/doctype.rb -${RUBY_LIB}/rexml/document.rb -${RUBY_LIB}/rexml/dtd/attlistdecl.rb -${RUBY_LIB}/rexml/dtd/dtd.rb -${RUBY_LIB}/rexml/dtd/elementdecl.rb -${RUBY_LIB}/rexml/dtd/entitydecl.rb -${RUBY_LIB}/rexml/dtd/notationdecl.rb -${RUBY_LIB}/rexml/element.rb -${RUBY_LIB}/rexml/encoding.rb -${RUBY_LIB}/rexml/entity.rb -${RUBY_LIB}/rexml/formatters/default.rb -${RUBY_LIB}/rexml/formatters/pretty.rb -${RUBY_LIB}/rexml/formatters/transitive.rb -${RUBY_LIB}/rexml/functions.rb -${RUBY_LIB}/rexml/instruction.rb -${RUBY_LIB}/rexml/light/node.rb -${RUBY_LIB}/rexml/namespace.rb -${RUBY_LIB}/rexml/node.rb -${RUBY_LIB}/rexml/output.rb -${RUBY_LIB}/rexml/parent.rb -${RUBY_LIB}/rexml/parseexception.rb -${RUBY_LIB}/rexml/parsers/baseparser.rb -${RUBY_LIB}/rexml/parsers/lightparser.rb -${RUBY_LIB}/rexml/parsers/pullparser.rb -${RUBY_LIB}/rexml/parsers/sax2parser.rb -${RUBY_LIB}/rexml/parsers/streamparser.rb -${RUBY_LIB}/rexml/parsers/treeparser.rb -${RUBY_LIB}/rexml/parsers/ultralightparser.rb -${RUBY_LIB}/rexml/parsers/xpathparser.rb -${RUBY_LIB}/rexml/quickpath.rb -${RUBY_LIB}/rexml/rexml.rb -${RUBY_LIB}/rexml/sax2listener.rb -${RUBY_LIB}/rexml/source.rb -${RUBY_LIB}/rexml/streamlistener.rb -${RUBY_LIB}/rexml/syncenumerator.rb -${RUBY_LIB}/rexml/text.rb -${RUBY_LIB}/rexml/undefinednamespaceexception.rb -${RUBY_LIB}/rexml/validation/relaxng.rb -${RUBY_LIB}/rexml/validation/validation.rb -${RUBY_LIB}/rexml/validation/validationexception.rb -${RUBY_LIB}/rexml/xmldecl.rb -${RUBY_LIB}/rexml/xmltokens.rb -${RUBY_LIB}/rexml/xpath.rb -${RUBY_LIB}/rexml/xpath_parser.rb -${RUBY_LIB}/rinda/rinda.rb -${RUBY_LIB}/rinda/ring.rb -${RUBY_LIB}/rinda/tuplespace.rb -${RUBY_LIB}/ripper.rb -${RUBY_LIB}/ripper/core.rb -${RUBY_LIB}/ripper/filter.rb -${RUBY_LIB}/ripper/lexer.rb -${RUBY_LIB}/ripper/sexp.rb -${RUBY_LIB}/rss.rb -${RUBY_LIB}/rss/0.9.rb -${RUBY_LIB}/rss/1.0.rb -${RUBY_LIB}/rss/2.0.rb -${RUBY_LIB}/rss/atom.rb -${RUBY_LIB}/rss/content.rb -${RUBY_LIB}/rss/content/1.0.rb -${RUBY_LIB}/rss/content/2.0.rb -${RUBY_LIB}/rss/converter.rb -${RUBY_LIB}/rss/dublincore.rb -${RUBY_LIB}/rss/dublincore/1.0.rb -${RUBY_LIB}/rss/dublincore/2.0.rb -${RUBY_LIB}/rss/dublincore/atom.rb -${RUBY_LIB}/rss/image.rb -${RUBY_LIB}/rss/itunes.rb -${RUBY_LIB}/rss/maker.rb -${RUBY_LIB}/rss/maker/0.9.rb -${RUBY_LIB}/rss/maker/1.0.rb -${RUBY_LIB}/rss/maker/2.0.rb -${RUBY_LIB}/rss/maker/atom.rb -${RUBY_LIB}/rss/maker/base.rb -${RUBY_LIB}/rss/maker/content.rb -${RUBY_LIB}/rss/maker/dublincore.rb -${RUBY_LIB}/rss/maker/entry.rb -${RUBY_LIB}/rss/maker/feed.rb -${RUBY_LIB}/rss/maker/image.rb -${RUBY_LIB}/rss/maker/itunes.rb -${RUBY_LIB}/rss/maker/slash.rb -${RUBY_LIB}/rss/maker/syndication.rb -${RUBY_LIB}/rss/maker/taxonomy.rb -${RUBY_LIB}/rss/maker/trackback.rb -${RUBY_LIB}/rss/parser.rb -${RUBY_LIB}/rss/rexmlparser.rb -${RUBY_LIB}/rss/rss.rb -${RUBY_LIB}/rss/slash.rb -${RUBY_LIB}/rss/syndication.rb -${RUBY_LIB}/rss/taxonomy.rb -${RUBY_LIB}/rss/trackback.rb -${RUBY_LIB}/rss/utils.rb -${RUBY_LIB}/rss/xml-stylesheet.rb -${RUBY_LIB}/rss/xml.rb -${RUBY_LIB}/rss/xmlparser.rb -${RUBY_LIB}/rss/xmlscanner.rb -${RUBY_LIB}/rubygems.rb -${RUBY_LIB}/rubygems/available_set.rb -${RUBY_LIB}/rubygems/command.rb -${RUBY_LIB}/rubygems/command_manager.rb -${RUBY_LIB}/rubygems/commands/build_command.rb -${RUBY_LIB}/rubygems/commands/cert_command.rb -${RUBY_LIB}/rubygems/commands/check_command.rb -${RUBY_LIB}/rubygems/commands/cleanup_command.rb -${RUBY_LIB}/rubygems/commands/contents_command.rb -${RUBY_LIB}/rubygems/commands/dependency_command.rb -${RUBY_LIB}/rubygems/commands/environment_command.rb -${RUBY_LIB}/rubygems/commands/fetch_command.rb -${RUBY_LIB}/rubygems/commands/generate_index_command.rb -${RUBY_LIB}/rubygems/commands/help_command.rb -${RUBY_LIB}/rubygems/commands/install_command.rb -${RUBY_LIB}/rubygems/commands/list_command.rb -${RUBY_LIB}/rubygems/commands/lock_command.rb -${RUBY_LIB}/rubygems/commands/mirror_command.rb -${RUBY_LIB}/rubygems/commands/outdated_command.rb -${RUBY_LIB}/rubygems/commands/owner_command.rb -${RUBY_LIB}/rubygems/commands/pristine_command.rb -${RUBY_LIB}/rubygems/commands/push_command.rb -${RUBY_LIB}/rubygems/commands/query_command.rb -${RUBY_LIB}/rubygems/commands/rdoc_command.rb -${RUBY_LIB}/rubygems/commands/search_command.rb -${RUBY_LIB}/rubygems/commands/server_command.rb -${RUBY_LIB}/rubygems/commands/setup_command.rb -${RUBY_LIB}/rubygems/commands/sources_command.rb -${RUBY_LIB}/rubygems/commands/specification_command.rb -${RUBY_LIB}/rubygems/commands/stale_command.rb -${RUBY_LIB}/rubygems/commands/uninstall_command.rb -${RUBY_LIB}/rubygems/commands/unpack_command.rb -${RUBY_LIB}/rubygems/commands/update_command.rb -${RUBY_LIB}/rubygems/commands/which_command.rb -${RUBY_LIB}/rubygems/commands/yank_command.rb -${RUBY_LIB}/rubygems/compatibility.rb -${RUBY_LIB}/rubygems/config_file.rb -${RUBY_LIB}/rubygems/core_ext/kernel_gem.rb -${RUBY_LIB}/rubygems/core_ext/kernel_require.rb -${RUBY_LIB}/rubygems/defaults.rb -${RUBY_LIB}/rubygems/dependency.rb -${RUBY_LIB}/rubygems/dependency_installer.rb -${RUBY_LIB}/rubygems/dependency_list.rb -${RUBY_LIB}/rubygems/dependency_resolver.rb -${RUBY_LIB}/rubygems/deprecate.rb -${RUBY_LIB}/rubygems/doctor.rb -${RUBY_LIB}/rubygems/errors.rb -${RUBY_LIB}/rubygems/exceptions.rb -${RUBY_LIB}/rubygems/ext.rb -${RUBY_LIB}/rubygems/ext/builder.rb -${RUBY_LIB}/rubygems/ext/cmake_builder.rb -${RUBY_LIB}/rubygems/ext/configure_builder.rb -${RUBY_LIB}/rubygems/ext/ext_conf_builder.rb -${RUBY_LIB}/rubygems/ext/rake_builder.rb -${RUBY_LIB}/rubygems/gem_runner.rb -${RUBY_LIB}/rubygems/gemcutter_utilities.rb -${RUBY_LIB}/rubygems/indexer.rb -${RUBY_LIB}/rubygems/install_message.rb -${RUBY_LIB}/rubygems/install_update_options.rb -${RUBY_LIB}/rubygems/installer.rb -${RUBY_LIB}/rubygems/installer_test_case.rb -${RUBY_LIB}/rubygems/local_remote_options.rb -${RUBY_LIB}/rubygems/mock_gem_ui.rb -${RUBY_LIB}/rubygems/name_tuple.rb -${RUBY_LIB}/rubygems/package.rb -${RUBY_LIB}/rubygems/package/digest_io.rb -${RUBY_LIB}/rubygems/package/old.rb -${RUBY_LIB}/rubygems/package/tar_header.rb -${RUBY_LIB}/rubygems/package/tar_reader.rb -${RUBY_LIB}/rubygems/package/tar_reader/entry.rb -${RUBY_LIB}/rubygems/package/tar_test_case.rb -${RUBY_LIB}/rubygems/package/tar_writer.rb -${RUBY_LIB}/rubygems/package_task.rb -${RUBY_LIB}/rubygems/path_support.rb -${RUBY_LIB}/rubygems/platform.rb -${RUBY_LIB}/rubygems/psych_additions.rb -${RUBY_LIB}/rubygems/psych_tree.rb -${RUBY_LIB}/rubygems/rdoc.rb -${RUBY_LIB}/rubygems/remote_fetcher.rb -${RUBY_LIB}/rubygems/request_set.rb -${RUBY_LIB}/rubygems/requirement.rb -${RUBY_LIB}/rubygems/security.rb -${RUBY_LIB}/rubygems/security/policies.rb -${RUBY_LIB}/rubygems/security/policy.rb -${RUBY_LIB}/rubygems/security/signer.rb -${RUBY_LIB}/rubygems/security/trust_dir.rb -${RUBY_LIB}/rubygems/server.rb -${RUBY_LIB}/rubygems/source.rb -${RUBY_LIB}/rubygems/source_list.rb -${RUBY_LIB}/rubygems/source_local.rb -${RUBY_LIB}/rubygems/source_specific_file.rb -${RUBY_LIB}/rubygems/spec_fetcher.rb -${RUBY_LIB}/rubygems/specification.rb -${RUBY_LIB}/rubygems/ssl_certs/AddTrustExternalCARoot-2048.pem -${RUBY_LIB}/rubygems/ssl_certs/AddTrustExternalCARoot.pem -${RUBY_LIB}/rubygems/ssl_certs/Class3PublicPrimaryCertificationAuthority.pem -${RUBY_LIB}/rubygems/ssl_certs/DigiCertHighAssuranceEVRootCA.pem -${RUBY_LIB}/rubygems/ssl_certs/EntrustnetSecureServerCertificationAuthority.pem -${RUBY_LIB}/rubygems/ssl_certs/GeoTrustGlobalCA.pem -${RUBY_LIB}/rubygems/syck_hack.rb -${RUBY_LIB}/rubygems/test_case.rb -${RUBY_LIB}/rubygems/test_utilities.rb -${RUBY_LIB}/rubygems/text.rb -${RUBY_LIB}/rubygems/uninstaller.rb -${RUBY_LIB}/rubygems/user_interaction.rb -${RUBY_LIB}/rubygems/validator.rb -${RUBY_LIB}/rubygems/version.rb -${RUBY_LIB}/rubygems/version_option.rb -${RUBY_LIB}/scanf.rb -${RUBY_LIB}/securerandom.rb -${RUBY_LIB}/set.rb -${RUBY_LIB}/shell.rb -${RUBY_LIB}/shell/builtin-command.rb -${RUBY_LIB}/shell/command-processor.rb -${RUBY_LIB}/shell/error.rb -${RUBY_LIB}/shell/filter.rb -${RUBY_LIB}/shell/process-controller.rb -${RUBY_LIB}/shell/system-command.rb -${RUBY_LIB}/shell/version.rb -${RUBY_LIB}/shellwords.rb -${RUBY_LIB}/singleton.rb -${RUBY_LIB}/socket.rb -${RUBY_LIB}/sync.rb -${RUBY_LIB}/syslog/logger.rb -${RUBY_LIB}/tempfile.rb -${RUBY_LIB}/test/unit.rb -${RUBY_LIB}/test/unit/assertions.rb -${RUBY_LIB}/test/unit/parallel.rb -${RUBY_LIB}/test/unit/testcase.rb -${RUBY_LIB}/thread.rb -${RUBY_LIB}/thwait.rb -${RUBY_LIB}/time.rb -${RUBY_LIB}/timeout.rb -${RUBY_LIB}/tmpdir.rb -${RUBY_LIB}/tracer.rb -${RUBY_LIB}/tsort.rb -${RUBY_LIB}/ubygems.rb -${RUBY_LIB}/un.rb -${RUBY_LIB}/uri.rb -${RUBY_LIB}/uri/common.rb -${RUBY_LIB}/uri/ftp.rb -${RUBY_LIB}/uri/generic.rb -${RUBY_LIB}/uri/http.rb -${RUBY_LIB}/uri/https.rb -${RUBY_LIB}/uri/ldap.rb -${RUBY_LIB}/uri/ldaps.rb -${RUBY_LIB}/uri/mailto.rb -${RUBY_LIB}/weakref.rb -${RUBY_LIB}/webrick.rb -${RUBY_LIB}/webrick/accesslog.rb -${RUBY_LIB}/webrick/cgi.rb -${RUBY_LIB}/webrick/compat.rb -${RUBY_LIB}/webrick/config.rb -${RUBY_LIB}/webrick/cookie.rb -${RUBY_LIB}/webrick/htmlutils.rb -${RUBY_LIB}/webrick/httpauth.rb -${RUBY_LIB}/webrick/httpauth/authenticator.rb -${RUBY_LIB}/webrick/httpauth/basicauth.rb -${RUBY_LIB}/webrick/httpauth/digestauth.rb -${RUBY_LIB}/webrick/httpauth/htdigest.rb -${RUBY_LIB}/webrick/httpauth/htgroup.rb -${RUBY_LIB}/webrick/httpauth/htpasswd.rb -${RUBY_LIB}/webrick/httpauth/userdb.rb -${RUBY_LIB}/webrick/httpproxy.rb -${RUBY_LIB}/webrick/httprequest.rb -${RUBY_LIB}/webrick/httpresponse.rb -${RUBY_LIB}/webrick/https.rb -${RUBY_LIB}/webrick/httpserver.rb -${RUBY_LIB}/webrick/httpservlet.rb -${RUBY_LIB}/webrick/httpservlet/abstract.rb -${RUBY_LIB}/webrick/httpservlet/cgi_runner.rb -${RUBY_LIB}/webrick/httpservlet/cgihandler.rb -${RUBY_LIB}/webrick/httpservlet/erbhandler.rb -${RUBY_LIB}/webrick/httpservlet/filehandler.rb -${RUBY_LIB}/webrick/httpservlet/prochandler.rb -${RUBY_LIB}/webrick/httpstatus.rb -${RUBY_LIB}/webrick/httputils.rb -${RUBY_LIB}/webrick/httpversion.rb -${RUBY_LIB}/webrick/log.rb -${RUBY_LIB}/webrick/server.rb -${RUBY_LIB}/webrick/ssl.rb -${RUBY_LIB}/webrick/utils.rb -${RUBY_LIB}/webrick/version.rb -${PLIST.win32}${RUBY_LIB}/win32/registry.rb -${PLIST.win32}${RUBY_LIB}/win32/resolv.rb -${PLIST.win32}${RUBY_LIB}/win32/sspi.rb -${PLIST.win32}${RUBY_LIB}/win32/sspi.rb -${PLIST.win32}${RUBY_LIB}/Win32API.rb -${PLIST.win32}${RUBY_LIB}/win32ole.rb -${PLIST.win32}${RUBY_LIB}/win32ole/property.rb -${RUBY_LIB}/xmlrpc.rb -${RUBY_LIB}/xmlrpc/base64.rb -${RUBY_LIB}/xmlrpc/client.rb -${RUBY_LIB}/xmlrpc/config.rb -${RUBY_LIB}/xmlrpc/create.rb -${RUBY_LIB}/xmlrpc/datetime.rb -${RUBY_LIB}/xmlrpc/httpserver.rb -${RUBY_LIB}/xmlrpc/marshal.rb -${RUBY_LIB}/xmlrpc/parser.rb -${RUBY_LIB}/xmlrpc/server.rb -${RUBY_LIB}/xmlrpc/utils.rb -${RUBY_LIB}/yaml.rb -${RUBY_LIB}/yaml/dbm.rb -${RUBY_LIB}/yaml/store.rb -${RUBY_ARCHLIB}/bigdecimal.${RUBY_DLEXT} -${RUBY_ARCHLIB}/continuation.${RUBY_DLEXT} -${RUBY_ARCHLIB}/coverage.${RUBY_DLEXT} -${RUBY_ARCHLIB}/date_core.${RUBY_DLEXT} -${RUBY_ARCHLIB}/dbm.${RUBY_DLEXT} -${RUBY_ARCHLIB}/digest.${RUBY_DLEXT} -${RUBY_ARCHLIB}/digest/bubblebabble.${RUBY_DLEXT} -${RUBY_ARCHLIB}/digest/md5.${RUBY_DLEXT} -${RUBY_ARCHLIB}/digest/rmd160.${RUBY_DLEXT} -${RUBY_ARCHLIB}/digest/sha1.${RUBY_DLEXT} -${RUBY_ARCHLIB}/digest/sha2.${RUBY_DLEXT} -${RUBY_ARCHLIB}/dl.${RUBY_DLEXT} -${RUBY_ARCHLIB}/dl/callback.${RUBY_DLEXT} -${RUBY_ARCHLIB}/enc/big5.${RUBY_DLEXT} -${RUBY_ARCHLIB}/enc/cp949.${RUBY_DLEXT} -${RUBY_ARCHLIB}/enc/emacs_mule.${RUBY_DLEXT} -${RUBY_ARCHLIB}/enc/encdb.${RUBY_DLEXT} -${RUBY_ARCHLIB}/enc/euc_jp.${RUBY_DLEXT} -${RUBY_ARCHLIB}/enc/euc_kr.${RUBY_DLEXT} -${RUBY_ARCHLIB}/enc/euc_tw.${RUBY_DLEXT} -${RUBY_ARCHLIB}/enc/gb18030.${RUBY_DLEXT} -${RUBY_ARCHLIB}/enc/gb2312.${RUBY_DLEXT} -${RUBY_ARCHLIB}/enc/gbk.${RUBY_DLEXT} -${RUBY_ARCHLIB}/enc/iso_8859_1.${RUBY_DLEXT} -${RUBY_ARCHLIB}/enc/iso_8859_10.${RUBY_DLEXT} -${RUBY_ARCHLIB}/enc/iso_8859_11.${RUBY_DLEXT} -${RUBY_ARCHLIB}/enc/iso_8859_13.${RUBY_DLEXT} -${RUBY_ARCHLIB}/enc/iso_8859_14.${RUBY_DLEXT} -${RUBY_ARCHLIB}/enc/iso_8859_15.${RUBY_DLEXT} -${RUBY_ARCHLIB}/enc/iso_8859_16.${RUBY_DLEXT} -${RUBY_ARCHLIB}/enc/iso_8859_2.${RUBY_DLEXT} -${RUBY_ARCHLIB}/enc/iso_8859_3.${RUBY_DLEXT} -${RUBY_ARCHLIB}/enc/iso_8859_4.${RUBY_DLEXT} -${RUBY_ARCHLIB}/enc/iso_8859_5.${RUBY_DLEXT} -${RUBY_ARCHLIB}/enc/iso_8859_6.${RUBY_DLEXT} -${RUBY_ARCHLIB}/enc/iso_8859_7.${RUBY_DLEXT} -${RUBY_ARCHLIB}/enc/iso_8859_8.${RUBY_DLEXT} -${RUBY_ARCHLIB}/enc/iso_8859_9.${RUBY_DLEXT} -${RUBY_ARCHLIB}/enc/koi8_r.${RUBY_DLEXT} -${RUBY_ARCHLIB}/enc/koi8_u.${RUBY_DLEXT} -${RUBY_ARCHLIB}/enc/shift_jis.${RUBY_DLEXT} -${RUBY_ARCHLIB}/enc/trans/big5.${RUBY_DLEXT} -${RUBY_ARCHLIB}/enc/trans/chinese.${RUBY_DLEXT} -${RUBY_ARCHLIB}/enc/trans/emoji.${RUBY_DLEXT} -${RUBY_ARCHLIB}/enc/trans/emoji_iso2022_kddi.${RUBY_DLEXT} -${RUBY_ARCHLIB}/enc/trans/emoji_sjis_docomo.${RUBY_DLEXT} -${RUBY_ARCHLIB}/enc/trans/emoji_sjis_kddi.${RUBY_DLEXT} -${RUBY_ARCHLIB}/enc/trans/emoji_sjis_softbank.${RUBY_DLEXT} -${RUBY_ARCHLIB}/enc/trans/escape.${RUBY_DLEXT} -${RUBY_ARCHLIB}/enc/trans/gb18030.${RUBY_DLEXT} -${RUBY_ARCHLIB}/enc/trans/gbk.${RUBY_DLEXT} -${RUBY_ARCHLIB}/enc/trans/iso2022.${RUBY_DLEXT} -${RUBY_ARCHLIB}/enc/trans/japanese.${RUBY_DLEXT} -${RUBY_ARCHLIB}/enc/trans/japanese_euc.${RUBY_DLEXT} -${RUBY_ARCHLIB}/enc/trans/japanese_sjis.${RUBY_DLEXT} -${RUBY_ARCHLIB}/enc/trans/korean.${RUBY_DLEXT} -${RUBY_ARCHLIB}/enc/trans/single_byte.${RUBY_DLEXT} -${RUBY_ARCHLIB}/enc/trans/transdb.${RUBY_DLEXT} -${RUBY_ARCHLIB}/enc/trans/utf8_mac.${RUBY_DLEXT} -${RUBY_ARCHLIB}/enc/trans/utf_16_32.${RUBY_DLEXT} -${RUBY_ARCHLIB}/enc/utf_16be.${RUBY_DLEXT} -${RUBY_ARCHLIB}/enc/utf_16le.${RUBY_DLEXT} -${RUBY_ARCHLIB}/enc/utf_32be.${RUBY_DLEXT} -${RUBY_ARCHLIB}/enc/utf_32le.${RUBY_DLEXT} -${RUBY_ARCHLIB}/enc/windows_1251.${RUBY_DLEXT} -${RUBY_ARCHLIB}/enc/windows_31j.${RUBY_DLEXT} -${RUBY_ARCHLIB}/etc.${RUBY_DLEXT} -${RUBY_ARCHLIB}/fcntl.${RUBY_DLEXT} -${RUBY_ARCHLIB}/fiber.${RUBY_DLEXT} -${PLIST.io}${RUBY_ARCHLIB}/io/console.${RUBY_DLEXT} -${PLIST.io}${RUBY_ARCHLIB}/io/nonblock.${RUBY_DLEXT} -${PLIST.io}${RUBY_ARCHLIB}/io/wait.${RUBY_DLEXT} -${RUBY_ARCHLIB}/json/ext/generator.${RUBY_DLEXT} -${RUBY_ARCHLIB}/json/ext/parser.${RUBY_DLEXT} -${RUBY_ARCHLIB}/mathn/complex.${RUBY_DLEXT} -${RUBY_ARCHLIB}/mathn/rational.${RUBY_DLEXT} -${RUBY_ARCHLIB}/nkf.${RUBY_DLEXT} -${RUBY_ARCHLIB}/objspace.${RUBY_DLEXT} -${RUBY_ARCHLIB}/openssl.${RUBY_DLEXT} -${RUBY_ARCHLIB}/pathname.${RUBY_DLEXT} -${RUBY_ARCHLIB}/psych.${RUBY_DLEXT} -${RUBY_ARCHLIB}/pty.${RUBY_DLEXT} -${RUBY_ARCHLIB}/racc/cparse.${RUBY_DLEXT} -${RUBY_ARCHLIB}/rbconfig.rb -${RUBY_ARCHLIB}/ripper.${RUBY_DLEXT} -${RUBY_ARCHLIB}/sdbm.${RUBY_DLEXT} -${RUBY_ARCHLIB}/socket.${RUBY_DLEXT} -${RUBY_ARCHLIB}/stringio.${RUBY_DLEXT} -${RUBY_ARCHLIB}/strscan.${RUBY_DLEXT} -${RUBY_ARCHLIB}/syslog.${RUBY_DLEXT} -${PLIST.win32}${RUBY_ARCHLIB}/win32ole.${RUBY_DLEXT} -${RUBY_ARCHLIB}/zlib.${RUBY_DLEXT} -${GEM_HOME}/gems/rake-0.9.6/bin/rake${RUBY_VER} -${GEM_HOME}/gems/rdoc-4.0.0/bin/rdoc${RUBY_VER} -${GEM_HOME}/gems/rdoc-4.0.0/bin/ri${RUBY_VER} -${GEM_HOME}/gems/test-unit-2.0.0.0/bin/testrb -${GEM_HOME}/specifications/default/bigdecimal-1.2.0.gemspec -${GEM_HOME}/specifications/default/io-console-0.4.2.gemspec -${GEM_HOME}/specifications/default/json-1.7.7.gemspec -${GEM_HOME}/specifications/default/minitest-4.3.2.gemspec -${GEM_HOME}/specifications/default/psych-2.0.0.gemspec -${GEM_HOME}/specifications/default/rake-0.9.6.gemspec -${GEM_HOME}/specifications/default/rdoc-4.0.0.gemspec -${GEM_HOME}/specifications/default/test-unit-2.0.0.0.gemspec -man/man1/erb${RUBY_VER}.1 -man/man1/irb${RUBY_VER}.1 -man/man1/rake${RUBY_VER}.1 -man/man1/ri${RUBY_VER}.1 -man/man1/${RUBY_NAME}.1 -${RUBY_DOC}/COPYING -${RUBY_DOC}/COPYING.ja -${RUBY_DOC}/ChangeLog -${RUBY_DOC}/ChangeLog-1.8.0 -${RUBY_DOC}/ChangeLog-1.9.3 -${RUBY_DOC}/ChangeLog-YARV -${RUBY_DOC}/LEGAL -${RUBY_DOC}/NEWS -${RUBY_DOC}/NEWS-1.8.7 -${RUBY_DOC}/NEWS-1.9.1 -${RUBY_DOC}/NEWS-1.9.2 -${RUBY_DOC}/NEWS-1.9.3 -${RUBY_DOC}/README -${RUBY_DOC}/README.EXT -${RUBY_DOC}/README.EXT.ja -${RUBY_DOC}/README.ja -${RUBY_DOC}/etc.rd.ja -${RUBY_DOC}/forwardable.rd.ja -${RUBY_DOC}/globals.rdoc -${RUBY_DOC}/images/boottime-classes.png -${RUBY_DOC}/irb/irb-tools.rd.ja -${RUBY_DOC}/irb/irb.rd.ja -${RUBY_DOC}/pty/README.expect.ja -${RUBY_DOC}/pty/README.ja -${RUBY_DOC}/re.rdoc -${RUBY_DOC}/ripper/README -${RUBY_DOC}/security.rdoc -${RUBY_DOC}/shell.rd.ja -${RUBY_DOC}/standard_library.rdoc -${RUBY_DOC}/stringio/README -${RUBY_DOC}/syntax.rdoc -${RUBY_DOC}/syntax/assignment.rdoc -${RUBY_DOC}/syntax/calling_methods.rdoc -${RUBY_DOC}/syntax/control_expressions.rdoc -${RUBY_DOC}/syntax/exceptions.rdoc -${RUBY_DOC}/syntax/literals.rdoc -${RUBY_DOC}/syntax/methods.rdoc -${RUBY_DOC}/syntax/miscellaneous.rdoc -${RUBY_DOC}/syntax/modules_and_classes.rdoc -${RUBY_DOC}/syntax/precedence.rdoc -${RUBY_DOC}/syntax/refinements.rdoc -${RUBY_DOC}/syslog.txt -${RUBY_EG}/README -${RUBY_EG}/bigdecimal/linear.rb -${RUBY_EG}/bigdecimal/nlsolve.rb -${RUBY_EG}/bigdecimal/pi.rb -${RUBY_EG}/biorhythm.rb -${RUBY_EG}/cal.rb -${RUBY_EG}/cbreak.rb -${RUBY_EG}/clnt.rb -${RUBY_EG}/coverage.rb -${RUBY_EG}/dir.rb -${RUBY_EG}/drb/README.rd -${RUBY_EG}/drb/README.rd.ja -${RUBY_EG}/drb/darray.rb -${RUBY_EG}/drb/darrayc.rb -${RUBY_EG}/drb/dbiff.rb -${RUBY_EG}/drb/dcdbiff.rb -${RUBY_EG}/drb/dchatc.rb -${RUBY_EG}/drb/dchats.rb -${RUBY_EG}/drb/dhasen.rb -${RUBY_EG}/drb/dhasenc.rb -${RUBY_EG}/drb/dlogc.rb -${RUBY_EG}/drb/dlogd.rb -${RUBY_EG}/drb/dqin.rb -${RUBY_EG}/drb/dqlib.rb -${RUBY_EG}/drb/dqout.rb -${RUBY_EG}/drb/dqueue.rb -${RUBY_EG}/drb/drbc.rb -${RUBY_EG}/drb/drbch.rb -${RUBY_EG}/drb/drbm.rb -${RUBY_EG}/drb/drbmc.rb -${RUBY_EG}/drb/drbs-acl.rb -${RUBY_EG}/drb/drbs.rb -${RUBY_EG}/drb/drbssl_c.rb -${RUBY_EG}/drb/drbssl_s.rb -${RUBY_EG}/drb/extserv_test.rb -${RUBY_EG}/drb/gw_ct.rb -${RUBY_EG}/drb/gw_cu.rb -${RUBY_EG}/drb/gw_s.rb -${RUBY_EG}/drb/holderc.rb -${RUBY_EG}/drb/holders.rb -${RUBY_EG}/drb/http0.rb -${RUBY_EG}/drb/http0serv.rb -${RUBY_EG}/drb/name.rb -${RUBY_EG}/drb/namec.rb -${RUBY_EG}/drb/old_tuplespace.rb -${RUBY_EG}/drb/rinda_ts.rb -${RUBY_EG}/drb/rindac.rb -${RUBY_EG}/drb/rindas.rb -${RUBY_EG}/drb/ring_echo.rb -${RUBY_EG}/drb/ring_inspect.rb -${RUBY_EG}/drb/ring_place.rb -${RUBY_EG}/drb/simpletuple.rb -${RUBY_EG}/drb/speedc.rb -${RUBY_EG}/drb/speeds.rb -${RUBY_EG}/dualstack-fetch.rb -${RUBY_EG}/dualstack-httpd.rb -${RUBY_EG}/eval.rb -${RUBY_EG}/export.rb -${RUBY_EG}/exyacc.rb -${RUBY_EG}/fact.rb -${RUBY_EG}/fib.awk -${RUBY_EG}/fib.pl -${RUBY_EG}/fib.py -${RUBY_EG}/fib.rb -${RUBY_EG}/fib.scm -${RUBY_EG}/freq.rb -${RUBY_EG}/from.rb -${RUBY_EG}/fullpath.rb -${RUBY_EG}/less.rb -${RUBY_EG}/list.rb -${RUBY_EG}/list2.rb -${RUBY_EG}/list3.rb -${RUBY_EG}/logger/app.rb -${RUBY_EG}/logger/log.rb -${RUBY_EG}/logger/shifting.rb -${RUBY_EG}/mine.rb -${RUBY_EG}/mkproto.rb -${RUBY_EG}/mpart.rb -${RUBY_EG}/observ.rb -${RUBY_EG}/occur.pl -${RUBY_EG}/occur.rb -${RUBY_EG}/occur2.rb -${RUBY_EG}/openssl/c_rehash.rb -${RUBY_EG}/openssl/cert2text.rb -${RUBY_EG}/openssl/certstore.rb -${RUBY_EG}/openssl/cipher.rb -${RUBY_EG}/openssl/crlstore.rb -${RUBY_EG}/openssl/echo_cli.rb -${RUBY_EG}/openssl/echo_svr.rb -${RUBY_EG}/openssl/gen_csr.rb -${RUBY_EG}/openssl/smime_read.rb -${RUBY_EG}/openssl/smime_write.rb -${RUBY_EG}/openssl/wget.rb -${RUBY_EG}/optparse/opttest.rb -${RUBY_EG}/optparse/subcommand.rb -${RUBY_EG}/philos.rb -${RUBY_EG}/pi.rb -${RUBY_EG}/pty/expect_sample.rb -${RUBY_EG}/pty/script.rb -${RUBY_EG}/pty/shl.rb -${RUBY_EG}/rcs.awk -${RUBY_EG}/rcs.dat -${RUBY_EG}/rcs.rb -${RUBY_EG}/rdoc/markup/rdoc2latex.rb -${RUBY_EG}/rdoc/markup/sample.rb -${RUBY_EG}/ripper/ruby2html.rb -${RUBY_EG}/ripper/strip-comment.rb -${RUBY_EG}/rss/blend.rb -${RUBY_EG}/rss/convert.rb -${RUBY_EG}/rss/list_description.rb -${RUBY_EG}/rss/re_read.rb -${RUBY_EG}/rss/rss_recent.rb -${RUBY_EG}/sieve.rb -${RUBY_EG}/svr.rb -${RUBY_EG}/test.rb -${RUBY_EG}/testunit/adder.rb -${RUBY_EG}/testunit/subtracter.rb -${RUBY_EG}/testunit/tc_adder.rb -${RUBY_EG}/testunit/tc_subtracter.rb -${RUBY_EG}/testunit/ts_examples.rb -${RUBY_EG}/time.rb -${RUBY_EG}/timeout.rb -${RUBY_EG}/trojan.rb -${RUBY_EG}/tsvr.rb -${RUBY_EG}/uumerge.rb -${RUBY_EG}/webrick/demo-app.rb -${RUBY_EG}/webrick/demo-multipart.cgi -${RUBY_EG}/webrick/demo-servlet.rb -${RUBY_EG}/webrick/demo-urlencoded.cgi -${RUBY_EG}/webrick/hello.cgi -${RUBY_EG}/webrick/hello.rb -${RUBY_EG}/webrick/httpd.rb -${RUBY_EG}/webrick/httpproxy.rb -${RUBY_EG}/webrick/httpsd.rb -@pkgdir ${RUBY_SITEARCHLIB} -@pkgdir ${RUBY_VENDORARCHLIB} -@pkgdir ${GEM_HOME}/cache -@pkgdir ${GEM_HOME}/doc -@pkgdir ${RUBY_SITERIDIR} diff --git a/lang/ruby200-base/distinfo b/lang/ruby200-base/distinfo deleted file mode 100644 index 82cf71e1a618b..0000000000000 --- a/lang/ruby200-base/distinfo +++ /dev/null @@ -1,39 +0,0 @@ -$NetBSD: distinfo,v 1.30 2015/12/16 16:00:40 taca Exp $ - -SHA1 (ruby-2.0.0-p648.tar.bz2) = 504be2eae6cdfe93aa7ed02ec55e35043d067ad5 -RMD160 (ruby-2.0.0-p648.tar.bz2) = 3b6fd5d89e6e53fb71f512f44b710148698a6e29 -SHA512 (ruby-2.0.0-p648.tar.bz2) = 609acf6d6352c9746e21cd7f0e7d29f5eb522e6fff2d5fad0431d63c568cc084ed5b7141f84cd33512d8213200d2d1a22e8d7df71469a980a3a92886133fea38 -Size (ruby-2.0.0-p648.tar.bz2) = 10785918 bytes -SHA1 (patch-configure) = aaa93fd2e4f130bb2cb852b15b58a1840e57dba5 -SHA1 (patch-defs_default__gems) = 28a47952e27c22055bac6ad151d092572b96b1ec -SHA1 (patch-ext_dbm_extconf.rb) = 7322637de769b7d01650e1ed566e891801ce3e92 -SHA1 (patch-ext_openssl_extconf.rb) = b286b3e3f31aca73ec644b42474e7cba63a4c363 -SHA1 (patch-ext_openssl_ossl_ssl.c) = e27602441729bb03e2927d0c9449a2d668af27a0 -SHA1 (patch-ext_tk_extconf.rb) = b5141d995afc455e4d64b578200f01d9dc75c310 -SHA1 (patch-ext_tk_lib_tk.rb) = 78034ed6fa0f24099ce06a717da2423731b276cb -SHA1 (patch-ext_tk_lib_tk_autoload.rb) = e8bcb93feae90fd46531a412f6c963a6d5d2c132 -SHA1 (patch-ext_tk_lib_tk_fontchooser.rb) = cb0155332e5f519ada386fae770cd2f879527323 -SHA1 (patch-ext_tk_lib_tk_tk__mac.rb) = 9c43e59c48157de7c1540514df47c2670cf44d97 -SHA1 (patch-ext_tk_lib_tkextlib_tcllib_validator.rb) = b80d595866a360931ba46dbccc2bdde3d382e6f0 -SHA1 (patch-ext_tk_lib_tkextlib_tile_treeview.rb) = e31201b5d0f5c333f14b795ac5e670fdb9a250cf -SHA1 (patch-ext_tk_lib_tkextlib_tkimg_dted.rb) = a330891af14e69f7b7ebcdba33ac81afcd8eba12 -SHA1 (patch-ext_tk_lib_tkextlib_tkimg_raw.rb) = 21fcc547c7317d8110ed39d1559d2eaba31e3ec9 -SHA1 (patch-ext_tk_tcltklib.c) = fda2652b0a3acc0047004cc43077a393f93c5554 -SHA1 (patch-lib_rdoc_ri_driver.rb) = 53ce4055b4c008c8ee13d38a81334d4846debdbc -SHA1 (patch-lib_rubygems.rb) = 0f0b8f14745998f5ed0ade9b0b5cdefc8f30d988 -SHA1 (patch-lib_rubygems_commands_setup__command.rb) = 46991d63256d0d3cc2f707fb286d1691331ad40e -SHA1 (patch-lib_rubygems_commands_unpack__command.rb) = 58af5f0d1a185183ff9a4b4828ef1ca9fc074e05 -SHA1 (patch-lib_rubygems_config__file.rb) = 0d863d3f886c1ed83585d96064725e7db7bec1bc -SHA1 (patch-lib_rubygems_defaults.rb) = 1af4161a83c0bf5b894c4ab3f4a77d4ee4183985 -SHA1 (patch-lib_rubygems_dependency__installer.rb) = f4e40727d231b336c1d4c2303ac1c1e2b50f2710 -SHA1 (patch-lib_rubygems_install__update__options.rb) = 22cfafe090db72211253b8528937e5be0e677ebf -SHA1 (patch-lib_rubygems_installer.rb) = 7ce68eaa5893c83780f7b4e1af44a88ae63a39cf -SHA1 (patch-lib_rubygems_platform.rb) = 135f2e9d6c0c529da9ffcea4b96507675cdf1f16 -SHA1 (patch-lib_rubygems_specification.rb) = 2a283cb7854580616df2b35357281c0a881cedf1 -SHA1 (patch-man_erb.1) = 1fe6ce4f4fe6418bfabb5e132a63596562030116 -SHA1 (patch-man_irb.1) = 2bf807b4c1b1c68d1f518caa054cfd900e0fedb7 -SHA1 (patch-man_ri.1) = af855135020f18c361cc55af676adc75e26bf4d3 -SHA1 (patch-man_ruby.1) = 499c2d5525498845b2ede651b7830e15c784b765 -SHA1 (patch-pack.c) = e2d005512c18b2fae32c1620f223b6c365023424 -SHA1 (patch-test_rubygems_test__gem.rb) = 32ba1a7a2e9f6174297de969fc0b7cdcd083c764 -SHA1 (patch-tool_rbinstall.rb) = 287064ed2bc90e92cdc1b38fc4031d65819d3843 diff --git a/lang/ruby200-base/hacks.mk b/lang/ruby200-base/hacks.mk deleted file mode 100644 index 0944c416aed69..0000000000000 --- a/lang/ruby200-base/hacks.mk +++ /dev/null @@ -1,37 +0,0 @@ -# $NetBSD: hacks.mk,v 1.2 2014/12/15 11:46:35 jperkin Exp $ - -.if !defined(RUBY200_BASE_HACKS_MK) -RUBY200_BASE_HACKS_MK= defined - -.include "../../mk/compiler.mk" - -### [ Sun Jun 5 10:05:39 CEST 2005 : seb ] -### On NetBSD/sparc64, gcc optimisation, at least for version 3.3.3, -### produces segmentation faulting miniruby binary. -### Also note that `-O' level optimisation produces a miniruby -### binary that loops while running the installation scripts. -### -.if !empty(MACHINE_PLATFORM:MNetBSD-*-sparc64) -. if !empty(CC_VERSION:Mgcc-3.3.*) -PKG_HACKS+= optimisation -BUILDLINK_TRANSFORM+= rm:-O[0-9]* -. endif -### ruby193 binary built on NetBSD/sparc64 with gcc 4.5.1 and the default -O2 -### dumps core during generating RDocs. -### Using -O1 works around. -. if !empty(CC_VERSION:Mgcc-4.5.*) -PKG_HACKS+= optimisation -BUILDLINK_TRANSFORM+= opt:-O2:-O1 -. endif -.endif - -# On NetBSD/sh3el 6.0, the default -Os causes an error on compiling node.c: -# {standard input}: Assembler messages: {standard input}:1458: \ -# Error: pcrel too far -# and -O1 works around. -.if !empty(MACHINE_PLATFORM:MNetBSD-*-sh3*) && !empty(CC_VERSION:Mgcc-4.5.*) -PKG_HACKS+= optimisation -BUILDLINK_TRANSFORM+= opt:-Os:-O1 rm:-freorder-blocks -.endif - -.endif # RUBY200_BASE_HACKS_MK diff --git a/lang/ruby200-base/options.mk b/lang/ruby200-base/options.mk deleted file mode 100644 index 7aad5b2353a55..0000000000000 --- a/lang/ruby200-base/options.mk +++ /dev/null @@ -1,16 +0,0 @@ -# $NetBSD: options.mk,v 1.1 2013/07/21 02:32:58 taca Exp $ - -PKG_OPTIONS_VAR= PKG_OPTIONS.ruby -PKG_SUPPORTED_OPTIONS= ruby-build-ri-db -PKG_SUGGESTED_OPTIONS= ruby-build-ri-db - -.include "../../mk/bsd.options.mk" - -.if !empty(PKG_OPTIONS:Mruby-build-ri-db) -#PRIVILEGED_STAGES+= clean -RUBY_DYNAMIC_DIRS+= ${RUBY_SYSRIDIR} -# Use huge memory. -UNLIMIT_RESOURCES+= datasize -.else -CONFIGURE_ARGS+= --enable-install-doc=no -.endif diff --git a/lang/ruby200-base/patches/patch-configure b/lang/ruby200-base/patches/patch-configure deleted file mode 100644 index 737ce44053e0b..0000000000000 --- a/lang/ruby200-base/patches/patch-configure +++ /dev/null @@ -1,162 +0,0 @@ -$NetBSD: patch-configure,v 1.7 2015/04/03 09:01:11 jperkin Exp $ - -* Adding Interix and MirBSD support. -* Ignore doxygen. - ---- configure.orig 2015-02-25 10:52:37.000000000 +0000 -+++ configure -@@ -5193,7 +5193,7 @@ esac - else - if test x"$target_alias" = x; then - case "$target_os" in #( -- darwin*) : -+ notdarwin*) : - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for real target cpu" >&5 - $as_echo_n "checking for real target cpu... " >&6; } -@@ -8385,6 +8385,10 @@ esac - superux*) : - ac_cv_func_setitimer=no - ;; #( -+ interix*) : -+ LIBS="-lm $LIBS" -+ ac_cv_func_getpgrp_void=yes -+ ;; #( - nacl) : - - LIBS="-lm $LIBS" -@@ -14972,7 +14976,7 @@ _ACEOF - fi - - case "$target_os" in #( -- openbsd*) : -+ openbsd*|mirbsd*) : - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for heap align log on openbsd" >&5 - $as_echo_n "checking for heap align log on openbsd... " >&6; } -@@ -15246,6 +15250,8 @@ else - # ifdef _MSC_VER - # include - # define alloca _alloca -+# elif defined(__NetBSD__) || defined(__FreeBSD__) || defined(__DragonFly__) || defined(__OpenBSD__) -+# include - # else - # ifdef HAVE_ALLOCA_H - # include -@@ -17252,7 +17258,7 @@ done - MAINLIBS="-pthread $MAINLIBS" ;; #( - *) : - case "$target_os" in #( -- openbsd*) : -+ openbsd*|mirbsd*) : - LIBS="-pthread $LIBS" ;; #( - *) : - LIBS="-l$pthread_lib $LIBS" ;; -@@ -17625,7 +17631,9 @@ esac ;; #( - interix*) : - : ${LDSHARED='$(CC) -shared'} - XLDFLAGS="$XLDFLAGS -Wl,-E" -+ DLDFLAGS="$DLDFLAGS "'-Wl,-h,$(.TARGET) -Wl,--image-base,$$(($$RANDOM %4096/2*262144+1342177280))' - LIBPATHFLAG=" -L%1\$-s" -+ RPATHFLAG=' -Wl,-R%1$-s' - rb_cv_dlopen=yes ;; #( - freebsd*|dragonfly*) : - -@@ -18448,7 +18456,7 @@ esac - freebsd*|dragonfly*) : - - SOLIBS='$(LIBS)' -- LIBRUBY_SO='lib$(RUBY_SO_NAME).so.$(MAJOR)$(MINOR)' -+ LIBRUBY_SO='lib$(RUBY_SO_NAME).so.$(MAJOR)$(MINOR)$(TEENY)' - if test "$rb_cv_binary_elf" != "yes" ; then - LIBRUBY_SO="$LIBRUBY_SO.\$(TEENY)" - LIBRUBY_ALIASES='' -@@ -18465,7 +18473,7 @@ esac - LIBRUBY_ALIASES="" - fi - ;; #( -- openbsd*) : -+ openbsd*|mirbsd*) : - - SOLIBS='$(LIBS)' - LIBRUBY_SO='lib$(RUBY_SO_NAME).so.$(MAJOR).'`expr ${MINOR} \* 10 + ${TEENY}` -@@ -18526,7 +18534,12 @@ esac - ;; #( - interix*) : - -- LIBRUBYARG_SHARED='-L. -L${libdir} -l$(RUBY_SO_NAME)' -+ SOLIBS='$(LIBS)' -+ LIBRUBY_SO='lib$(RUBY_SO_NAME).so.$(MAJOR)$(MINOR).$(TEENY)' -+ # link explicitly to 0x48000000 -+ LIBRUBY_DLDFLAGS='-Wl,-h,lib$(RUBY_SO_NAME).so.$(MAJOR)$(MINOR) -Wl,--image-base,1207959552' -+ LIBRUBYARG_SHARED='-Wl,-R -Wl,${PREFIX}/lib} -L${libdir} -L. -l$(RUBY_SO_NAME)' -+ LIBRUBY_ALIASES='lib$(RUBY_SO_NAME).so.$(MAJOR)$(MINOR) lib$(RUBY_SO_NAME).so' - ;; #( - mingw*|cygwin*|mswin*) : - -@@ -18684,7 +18697,7 @@ esac - esac - if test "$enable_rpath" = yes; then - test -z "$LIBRUBY_RPATHFLAGS" || LIBRUBY_RPATHFLAGS="$LIBRUBY_RPATHFLAGS " -- LIBRUBY_RPATHFLAGS="$LIBRUBY_RPATHFLAGS${linker_flag}-R ${linker_flag}${libprefix} -L\$(libdir)" -+ LIBRUBY_RPATHFLAGS="$LIBRUBY_RPATHFLAGS${linker_flag}-R ${linker_flag}${PREFIX}/lib -L\$(libdir)" - LIBRUBYARG_SHARED="$LIBRUBY_RPATHFLAGS $LIBRUBYARG_SHARED" - LIBRUBYARG_STATIC="$LIBRUBY_RPATHFLAGS $LIBRUBYARG_STATIC" - fi -@@ -18855,11 +18868,7 @@ if test "$install_doc" != no; then - else - RDOCTARGET="nodoc" - fi -- if test "$install_capi" != no -a -n "$DOXYGEN"; then -- CAPITARGET="capi" -- else -- CAPITARGET="nodoc" -- fi -+ CAPITARGET="nodoc" - else - RDOCTARGET="nodoc" - CAPITARGET="nodoc" -@@ -19410,9 +19419,13 @@ unexpand_shvar() { - test "$#" -eq 0 && return - for n do - eval v='"$'$n'"' -- v="`echo \"$v\" | sed -e 's/${[^${}\"]*}/\"&\"/g' -e 's/[][$|.\\?*]/\\\\&/g'`" -+ v="`echo \"$v\" | sed -e 's/\${[^${}\"]*}/\"&\"/g' -e 's/[][$|.\\?*]/\\\\&/g'`" - if test -n "$v"; then -- expr="${expr};s|"'\("[^$"]*\)'"$v|\\1\${$n}\"|g" -+ if test -n "$expr"; then -+ expr="${expr};s|"'\("[^$"]*\)'"$v|\\1\${$n}\"|g" -+ else -+ expr="s|"'\("[^$"]*\)'"$v|\\1\${$n}\"|g" -+ fi - case "$v" in #( - *'${'*'}'*) : - expr="$expr;s|$v|\"\${$n}\"|g" ;; #( -@@ -19421,7 +19434,7 @@ unexpand_shvar() { - esac - fi - done -- expr='s/${[^${}"]*}/"&"/g;'"${expr};"'s/"\(\${[^${}"]*}\)"/\1/g' -+ expr='s/\${[^${}"]*}/"&"/g;'"${expr};"'s/"\(\${[^${}"]*}\)"/\1/g' - eval $var='"`echo \"\\\"${'$var'}\\\"\" | sed \"$expr;s/\\\"//g\"`"' - } - -@@ -21084,17 +21097,7 @@ which seems to be undefined. Please mak - "Makefile":F) - tmpmk=confmk$$.tmp - { -- if test ${VCS+set}; then -- : -- elif svn info "$srcdir" > /dev/null 2>&1; then -- VCS='svn' -- elif test -d "$srcdir/.git/svn"; then -- VCS='git svn' -- elif test -d "$srcdir/.git"; then -- VCS='git' -- else -- VCS='echo cannot' -- fi -+ VCS='echo cannot' - case "$VCS" in #( - svn) : - VCSUP='$(VCS) up $(SVNUPOPTIONS)' ;; #( diff --git a/lang/ruby200-base/patches/patch-defs_default__gems b/lang/ruby200-base/patches/patch-defs_default__gems deleted file mode 100644 index 66513859b9f11..0000000000000 --- a/lang/ruby200-base/patches/patch-defs_default__gems +++ /dev/null @@ -1,14 +0,0 @@ -$NetBSD: patch-defs_default__gems,v 1.1 2013/07/21 02:32:58 taca Exp $ - -* Add suffix to default gem's executables files. - ---- defs/default_gems.orig 2012-12-01 03:35:36.000000000 +0000 -+++ defs/default_gems -@@ -1,5 +1,5 @@ - # gem base directory versioning file [executable files under bin] --rake lib/rake lib/rake/version.rb [rake] --rdoc lib/rdoc lib/rdoc.rb [rdoc ri] -+rake lib/rake lib/rake/version.rb [rake200] -+rdoc lib/rdoc lib/rdoc.rb [rdoc200 ri200] - minitest lib/minitest lib/minitest/unit.rb - json ext/json ext/json/lib/json/version.rb diff --git a/lang/ruby200-base/patches/patch-ext_dbm_extconf.rb b/lang/ruby200-base/patches/patch-ext_dbm_extconf.rb deleted file mode 100644 index 4f8236deedfca..0000000000000 --- a/lang/ruby200-base/patches/patch-ext_dbm_extconf.rb +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-ext_dbm_extconf.rb,v 1.1 2015/01/07 10:37:11 taca Exp $ - -Fix for Mac OS X 10.4 Tiger. - ---- ext/dbm/extconf.rb.orig 2012-09-04 00:57:31.000000000 +0000 -+++ ext/dbm/extconf.rb -@@ -119,7 +119,7 @@ def headers.db_check2(db, hdr) - have_library("gdbm") or return false - end - -- if !have_type("DBM", hdr, hsearch) -+ if !have_type("DBM", ["db.h", hdr], hsearch) - return false - end - diff --git a/lang/ruby200-base/patches/patch-ext_openssl_extconf.rb b/lang/ruby200-base/patches/patch-ext_openssl_extconf.rb deleted file mode 100644 index 1b9a1f109238a..0000000000000 --- a/lang/ruby200-base/patches/patch-ext_openssl_extconf.rb +++ /dev/null @@ -1,16 +0,0 @@ -$NetBSD: patch-ext_openssl_extconf.rb,v 1.1 2015/10/14 18:43:11 sevan Exp $ - -Check for SSLv3 support as it may nolonger be available. - ---- ext/openssl/extconf.rb.orig Sat Oct 10 17:10:39 2015 -+++ ext/openssl/extconf.rb -@@ -103,6 +103,9 @@ have_func("OPENSSL_cleanse") - have_func("SSLv2_method") - have_func("SSLv2_server_method") - have_func("SSLv2_client_method") -+have_func("SSLv3_method") -+have_func("SSLv3_server_method") -+have_func("SSLv3_client_method") - have_func("TLSv1_1_method") - have_func("TLSv1_1_server_method") - have_func("TLSv1_1_client_method") diff --git a/lang/ruby200-base/patches/patch-ext_openssl_ossl_ssl.c b/lang/ruby200-base/patches/patch-ext_openssl_ossl_ssl.c deleted file mode 100644 index 7c6ee9da92460..0000000000000 --- a/lang/ruby200-base/patches/patch-ext_openssl_ossl_ssl.c +++ /dev/null @@ -1,19 +0,0 @@ -$NetBSD: patch-ext_openssl_ossl_ssl.c,v 1.1 2015/10/14 18:43:11 sevan Exp $ - -Only enable SSLv3 methods if library provides support. - ---- ext/openssl/ossl_ssl.c.orig Sat Oct 10 17:17:33 2015 -+++ ext/openssl/ossl_ssl.c -@@ -129,9 +129,12 @@ struct { - OSSL_SSL_METHOD_ENTRY(SSLv2_server), - OSSL_SSL_METHOD_ENTRY(SSLv2_client), - #endif -+#if defined(HAVE_SSLV3_METHOD) && defined(HAVE_SSLV3_SERVER_METHOD) && \ -+ defined(HAVE_SSLV3_CLIENT_METHOD) - OSSL_SSL_METHOD_ENTRY(SSLv3), - OSSL_SSL_METHOD_ENTRY(SSLv3_server), - OSSL_SSL_METHOD_ENTRY(SSLv3_client), -+#endif - OSSL_SSL_METHOD_ENTRY(SSLv23), - OSSL_SSL_METHOD_ENTRY(SSLv23_server), - OSSL_SSL_METHOD_ENTRY(SSLv23_client), diff --git a/lang/ruby200-base/patches/patch-ext_tk_extconf.rb b/lang/ruby200-base/patches/patch-ext_tk_extconf.rb deleted file mode 100644 index 33ee3dd9baa61..0000000000000 --- a/lang/ruby200-base/patches/patch-ext_tk_extconf.rb +++ /dev/null @@ -1,19 +0,0 @@ -$NetBSD: patch-ext_tk_extconf.rb,v 1.3 2014/12/14 14:00:06 taca Exp $ - -* Add tcl/tk 8.6 support. - ---- ext/tk/extconf.rb.orig 2014-02-02 12:51:14.000000000 +0000 -+++ ext/tk/extconf.rb -@@ -9,10 +9,10 @@ TkLib_Config['search_versions'] = - # %w[8.9 8.8 8.7 8.6 8.5 8.4 8.3 8.2 8.1 8.0 7.6 4.2] - # %w[8.7 8.6 8.5 8.4 8.3 8.2 8.1 8.0] - # %w[8.7 8.6 8.5 8.4 8.0] # to shorten search steps -- %w[8.5 8.4] # At present, Tcl/Tk8.6 is not supported. -+ %w[8.6 8.5 8.4] - - TkLib_Config['unsupported_versions'] = -- %w[8.8 8.7 8.6] # At present, Tcl/Tk8.6 is not supported. -+ %w[8.8 8.7] - - TkLib_Config['major_nums'] = '87' - diff --git a/lang/ruby200-base/patches/patch-ext_tk_lib_tk.rb b/lang/ruby200-base/patches/patch-ext_tk_lib_tk.rb deleted file mode 100644 index cb3d828605b98..0000000000000 --- a/lang/ruby200-base/patches/patch-ext_tk_lib_tk.rb +++ /dev/null @@ -1,56 +0,0 @@ -$NetBSD: patch-ext_tk_lib_tk.rb,v 1.1 2014/12/14 14:00:06 taca Exp $ - -* Add tcl/tk 8.6 support. - ---- ext/tk/lib/tk.rb.orig 2011-05-26 23:36:33.000000000 +0000 -+++ ext/tk/lib/tk.rb -@@ -1309,8 +1309,12 @@ EOS - end - - unless interp.deleted? -- #Thread.current[:status].value = TclTkLib.mainloop(false) -- Thread.current[:status].value = interp.mainloop(false) -+ begin -+ #Thread.current[:status].value = TclTkLib.mainloop(false) -+ Thread.current[:status].value = interp.mainloop(false) -+ rescue Exception=>e -+ puts "ignore exception on interp: #{e.inspect}\n" if $DEBUG -+ end - end - - ensure -@@ -1569,7 +1573,15 @@ EOS - EOL - =end - -- at_exit{ INTERP.remove_tk_procs(TclTkLib::FINALIZE_PROC_NAME) } -+ if !WITH_RUBY_VM || RUN_EVENTLOOP_ON_MAIN_THREAD ### check Ruby 1.9 !!!!!!! -+ at_exit{ INTERP.remove_tk_procs(TclTkLib::FINALIZE_PROC_NAME) } -+ else -+ at_exit{ -+ Tk.root.destroy -+ INTERP.remove_tk_procs(TclTkLib::FINALIZE_PROC_NAME) -+ INTERP_THREAD.kill.join -+ } -+ end - - EventFlag = TclTkLib::EventFlag - -@@ -5197,6 +5209,8 @@ class TkWindow= 8 -+ -+#if TCL_MAJOR_VERSION == 8 && TCL_MINOR_VERSION < 6 - Tcl_CmdInfo orig_info; - - if (!Tcl_GetCommandInfo(interp, "namespace", &(orig_info))) { -@@ -6105,6 +6136,11 @@ ip_wrap_namespace_command(interp) - orig_info.deleteProc); - } - -+#else /* tcl8.6 or later */ -+ Tcl_GlobalEval(interp, "rename namespace __orig_namespace_command__"); -+ -+#endif -+ - Tcl_CreateObjCommand(interp, "namespace", ip_rbNamespaceObjCmd, - (ClientData) 0, (Tcl_CmdDeleteProc *)NULL); - #endif -@@ -8487,15 +8523,28 @@ invoke_tcl_proc(arg) - #endif - { - struct invoke_info *inf = (struct invoke_info *)arg; -+ -+#if TCL_MAJOR_VERSION >= 8 && TCL_MINOR_VERSION < 6 - int i, len; --#if TCL_MAJOR_VERSION >= 8 - int argc = inf->objc; - char **argv = (char **)NULL; - #endif - -+ DUMP1("call invoke_tcl_proc"); -+ -+#if TCL_MAJOR_VERSION > 8 || (TCL_MAJOR_VERSION == 8 && TCL_MINOR_VERSION >= 6) -+ -+ /* eval */ -+ inf->ptr->return_value = Tcl_EvalObjv(inf->ptr->ip, inf->objc, inf->objv, TCL_EVAL_DIRECT); -+ /* inf->ptr->return_value = Tcl_EvalObjv(inf->ptr->ip, inf->objc, inf->objv, 0); */ -+ -+#else /* Tcl/Tk 7.x, 8.0 -- 8.5 */ -+ - /* memory allocation for arguments of this command */ --#if TCL_MAJOR_VERSION >= 8 -+#if TCL_MAJOR_VERSION == 8 -+ /* Tcl/Tk 8.0 -- 8.5 */ - if (!inf->cmdinfo.isNativeObjectProc) { -+ DUMP1("called proc is not a native-obj-proc"); - /* string interface */ - /* argv = (char **)ALLOC_N(char *, argc+1);*/ /* XXXXXXXXXX */ - argv = RbTk_ALLOC_N(char *, (argc+1)); -@@ -8509,11 +8558,14 @@ invoke_tcl_proc(arg) - } - #endif - -+ DUMP1("reset result of tcl-interp"); - Tcl_ResetResult(inf->ptr->ip); - - /* Invoke the C procedure */ --#if TCL_MAJOR_VERSION >= 8 -+#if TCL_MAJOR_VERSION == 8 -+ /* Tcl/Tk 8.0 -- 8.5 */ - if (inf->cmdinfo.isNativeObjectProc) { -+ DUMP1("call tcl_proc as a native-obj-proc"); - inf->ptr->return_value - = (*(inf->cmdinfo.objProc))(inf->cmdinfo.objClientData, - inf->ptr->ip, inf->objc, inf->objv); -@@ -8521,7 +8573,9 @@ invoke_tcl_proc(arg) - else - #endif - { --#if TCL_MAJOR_VERSION >= 8 -+#if TCL_MAJOR_VERSION == 8 -+ /* Tcl/Tk 8.0 -- 8.5 */ -+ DUMP1("call tcl_proc as not a native-obj-proc"); - inf->ptr->return_value - = (*(inf->cmdinfo.proc))(inf->cmdinfo.clientData, inf->ptr->ip, - argc, (CONST84 char **)argv); -@@ -8544,6 +8598,9 @@ invoke_tcl_proc(arg) - #endif - } - -+#endif /* Tcl/Tk 8.6 or later || Tcl 7.x, 8.0 -- 8.5 */ -+ -+ DUMP1("end of invoke_tcl_proc"); - return Qnil; - } - -@@ -8572,7 +8629,6 @@ ip_invoke_core(interp, argc, argv) - #if 1 /* wrap tcl-proc call */ - struct invoke_info inf; - int status; -- VALUE ret; - #else - #if TCL_MAJOR_VERSION >= 8 - int argc = objc; -@@ -8684,7 +8740,9 @@ ip_invoke_core(interp, argc, argv) - #endif - - /* invoke tcl-proc */ -- ret = rb_protect(invoke_tcl_proc, (VALUE)&inf, &status); -+ DUMP1("invoke tcl-proc"); -+ rb_protect(invoke_tcl_proc, (VALUE)&inf, &status); -+ DUMP2("status of tcl-proc, %d", status); - switch(status) { - case TAG_RAISE: - if (NIL_P(rb_errinfo())) { diff --git a/lang/ruby200-base/patches/patch-lib_rdoc_ri_driver.rb b/lang/ruby200-base/patches/patch-lib_rdoc_ri_driver.rb deleted file mode 100644 index f2d713dcb2d1e..0000000000000 --- a/lang/ruby200-base/patches/patch-lib_rdoc_ri_driver.rb +++ /dev/null @@ -1,37 +0,0 @@ -$NetBSD: patch-lib_rdoc_ri_driver.rb,v 1.1 2013/07/21 02:32:58 taca Exp $ - -* Defer loading readline, when it is really needed. - Some unknown reason: - -1. build devel/ruby-readline with editline(3). -2. Execute a ruby script loading readline in background from shell. -3. When the script output something to stdout, it got SIGTSTP and suspends. - -There is no such problem when build devel/ruby-readline with GNU's readline. - ---- lib/rdoc/ri/driver.rb.orig 2012-12-03 23:32:39.000000000 +0000 -+++ lib/rdoc/ri/driver.rb -@@ -2,11 +2,6 @@ require 'abbrev' - require 'optparse' - - begin -- require 'readline' --rescue LoadError --end -- --begin - require 'win32console' - rescue LoadError - end -@@ -1053,6 +1048,11 @@ The ri pager can be set with the 'RI_PAG - # Runs ri interactively using Readline if it is available. - - def interactive -+ begin -+ require 'readline' -+ rescue LoadError -+ end -+ - puts "\nEnter the method name you want to look up." - - if defined? Readline then diff --git a/lang/ruby200-base/patches/patch-lib_rubygems.rb b/lang/ruby200-base/patches/patch-lib_rubygems.rb deleted file mode 100644 index beccf75bb9dd9..0000000000000 --- a/lang/ruby200-base/patches/patch-lib_rubygems.rb +++ /dev/null @@ -1,41 +0,0 @@ -$NetBSD: patch-lib_rubygems.rb,v 1.3 2014/02/19 15:52:05 taca Exp $ - -* Add install_root option for pkgsrc's rubygems support. - ---- lib/rubygems.rb.orig 2013-11-13 02:59:08.000000000 +0000 -+++ lib/rubygems.rb -@@ -291,7 +291,10 @@ module Gem - ## - # The path where gem executables are to be installed. - -- def self.bindir(install_dir=Gem.dir) -+ def self.bindir(install_dir=Gem.dir, install_root=nil) -+ unless install_root.nil? or install_root.empty? -+ install_dir = install_dir.sub(install_root, "") -+ end - # TODO: move to Gem::Dirs - return File.join install_dir, 'bin' unless - install_dir.to_s == Gem.default_dir.to_s -@@ -551,12 +554,12 @@ module Gem - ## - # The index to insert activated gem paths into the $LOAD_PATH. - # -- # Defaults to the site lib directory unless gem_prelude.rb has loaded paths, -+ # Defaults to the vendor lib directory unless gem_prelude.rb has loaded paths, - # then it inserts the activated gem's paths before the gem_prelude.rb paths - # so you can override the gem_prelude.rb default $LOAD_PATH paths. - - def self.load_path_insert_index -- index = $LOAD_PATH.index ConfigMap[:sitelibdir] -+ index = $LOAD_PATH.index ConfigMap[:vendorlibdir] - - index - end -@@ -729,6 +732,7 @@ module Gem - prefix = File.dirname RUBYGEMS_DIR - - if prefix != File.expand_path(ConfigMap[:sitelibdir]) and -+ prefix != File.expand_path(ConfigMap[:vendorlibdir]) and - prefix != File.expand_path(ConfigMap[:libdir]) and - 'lib' == File.basename(RUBYGEMS_DIR) then - prefix diff --git a/lang/ruby200-base/patches/patch-lib_rubygems_commands_setup__command.rb b/lang/ruby200-base/patches/patch-lib_rubygems_commands_setup__command.rb deleted file mode 100644 index 1e52e76616601..0000000000000 --- a/lang/ruby200-base/patches/patch-lib_rubygems_commands_setup__command.rb +++ /dev/null @@ -1,41 +0,0 @@ -$NetBSD: patch-lib_rubygems_commands_setup__command.rb,v 1.2 2013/11/24 14:22:03 taca Exp $ - -* Make sure to setup under DESTDIR. - ---- lib/rubygems/commands/setup_command.rb.orig 2013-07-22 16:33:18.000000000 +0000 -+++ lib/rubygems/commands/setup_command.rb -@@ -145,7 +145,7 @@ By default, this RubyGems will install g - - uninstall_old_gemcutter - -- documentation_success = install_rdoc -+ documentation_success = install_rdoc install_destdir - - say - if @verbose then -@@ -284,11 +284,15 @@ TEXT - end - end - -- def install_rdoc -+ def install_rdoc(install_destdir) - gem_doc_dir = File.join Gem.dir, 'doc' - rubygems_name = "rubygems-#{Gem::VERSION}" - rubygems_doc_dir = File.join gem_doc_dir, rubygems_name - -+ unless install_destdir.empty? -+ FileUtils.mkdir_p gem_doc_dir unless File.exist?(gem_doc_dir) -+ end -+ - begin - Gem.ensure_gem_subdirectories Gem.dir - rescue SystemCallError -@@ -299,7 +303,7 @@ TEXT - (not File.exist? rubygems_doc_dir or - File.writable? rubygems_doc_dir) then - say "Removing old RubyGems RDoc and ri" if @verbose -- Dir[File.join(Gem.dir, 'doc', 'rubygems-[0-9]*')].each do |dir| -+ Dir[File.join(gem_doc_dir, 'rubygems-[0-9]*')].each do |dir| - rm_rf dir - end - diff --git a/lang/ruby200-base/patches/patch-lib_rubygems_commands_unpack__command.rb b/lang/ruby200-base/patches/patch-lib_rubygems_commands_unpack__command.rb deleted file mode 100644 index 08787215bdb6d..0000000000000 --- a/lang/ruby200-base/patches/patch-lib_rubygems_commands_unpack__command.rb +++ /dev/null @@ -1,27 +0,0 @@ -$NetBSD: patch-lib_rubygems_commands_unpack__command.rb,v 1.1 2013/07/21 02:32:58 taca Exp $ - -* Add install_root option for pkgsrc's rubygems support. - ---- lib/rubygems/commands/unpack_command.rb.orig 2012-11-29 06:52:18.000000000 +0000 -+++ lib/rubygems/commands/unpack_command.rb -@@ -14,6 +14,10 @@ class Gem::Commands::UnpackCommand < Gem - :version => Gem::Requirement.default, - :target => Dir.pwd - -+ add_option('--install-root DIR', 'Root directory for gem files on extract') do |value, options| -+ options[:install_root] = value -+ end -+ - add_option('--target=DIR', - 'target directory for unpacking') do |value, options| - options[:target] = value -@@ -69,6 +73,9 @@ class Gem::Commands::UnpackCommand < Gem - else - basename = File.basename path, '.gem' - target_dir = File.expand_path basename, options[:target] -+ if options[:install_root] -+ target_dir = File.join(options[:install_root], target_dir) -+ end - - package = Gem::Package.new path - package.extract_files target_dir diff --git a/lang/ruby200-base/patches/patch-lib_rubygems_config__file.rb b/lang/ruby200-base/patches/patch-lib_rubygems_config__file.rb deleted file mode 100644 index a9b573614ee88..0000000000000 --- a/lang/ruby200-base/patches/patch-lib_rubygems_config__file.rb +++ /dev/null @@ -1,40 +0,0 @@ -$NetBSD: patch-lib_rubygems_config__file.rb,v 1.2 2013/11/24 14:22:03 taca Exp $ - -* Don't hard code config file's path for gem. - ---- lib/rubygems/config_file.rb.orig 2013-10-24 14:31:17.000000000 +0000 -+++ lib/rubygems/config_file.rb -@@ -57,32 +57,7 @@ class Gem::ConfigFile - - # :stopdoc: - -- system_config_path = -- begin -- require "etc" -- Etc.sysconfdir -- rescue LoadError, NoMethodError -- begin -- # TODO: remove after we drop 1.8.7 and 1.9.1 -- require 'Win32API' -- -- CSIDL_COMMON_APPDATA = 0x0023 -- path = 0.chr * 260 -- if RUBY_VERSION > '1.9' then -- SHGetFolderPath = Win32API.new 'shell32', 'SHGetFolderPath', 'PLPLP', -- 'L', :stdcall -- SHGetFolderPath.call nil, CSIDL_COMMON_APPDATA, nil, 1, path -- else -- SHGetFolderPath = Win32API.new 'shell32', 'SHGetFolderPath', 'LLLLP', -- 'L' -- SHGetFolderPath.call 0, CSIDL_COMMON_APPDATA, 0, 1, path -- end -- -- path.strip -- rescue LoadError -- RbConfig::CONFIG["sysconfdir"] || "/etc" -- end -- end -+ system_config_path = '@PKG_SYSCONFDIR@' - - # :startdoc: - diff --git a/lang/ruby200-base/patches/patch-lib_rubygems_defaults.rb b/lang/ruby200-base/patches/patch-lib_rubygems_defaults.rb deleted file mode 100644 index 999659f33eaa2..0000000000000 --- a/lang/ruby200-base/patches/patch-lib_rubygems_defaults.rb +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-lib_rubygems_defaults.rb,v 1.1 2013/07/21 02:32:58 taca Exp $ - -* Use vendordir instead of sitedir. - ---- lib/rubygems/defaults.rb.orig 2013-06-21 16:16:31.000000000 +0000 -+++ lib/rubygems/defaults.rb -@@ -21,7 +21,7 @@ module Gem - def self.default_dir - path = if defined? RUBY_FRAMEWORK_VERSION then - [ -- File.dirname(ConfigMap[:sitedir]), -+ File.dirname(ConfigMap[:vendordir]), - 'Gems', - ConfigMap[:ruby_version] - ] diff --git a/lang/ruby200-base/patches/patch-lib_rubygems_dependency__installer.rb b/lang/ruby200-base/patches/patch-lib_rubygems_dependency__installer.rb deleted file mode 100644 index 8892ac797beb5..0000000000000 --- a/lang/ruby200-base/patches/patch-lib_rubygems_dependency__installer.rb +++ /dev/null @@ -1,53 +0,0 @@ -$NetBSD: patch-lib_rubygems_dependency__installer.rb,v 1.3 2014/02/19 15:52:05 taca Exp $ - -* Add install_root option for pkgsrc's rubygems support. - ---- lib/rubygems/dependency_installer.rb.orig 2013-11-13 02:59:08.000000000 +0000 -+++ lib/rubygems/dependency_installer.rb -@@ -50,6 +50,7 @@ class Gem::DependencyInstaller - # :format_executable:: See Gem::Installer#initialize. - # :ignore_dependencies:: Don't install any dependencies. - # :install_dir:: See Gem::Installer#install. -+ # :install_root:: See Gem::Installer#install. - # :prerelease:: Allow prerelease versions. See #install. - # :security_policy:: See Gem::Installer::new and Gem::Security. - # :user_install:: See Gem::Installer.new -@@ -57,12 +58,14 @@ class Gem::DependencyInstaller - # :build_args:: See Gem::Installer::new - - def initialize(options = {}) -- @install_dir = options[:install_dir] || Gem.dir -- - if options[:install_dir] then -+ @install_dir = options[:install_dir] -+ - # HACK shouldn't change the global settings, needed for -i behavior - # maybe move to the install command? See also github #442 - Gem::Specification.dirs = @install_dir -+ else -+ @install_dir = Gem.dir - end - - options = DEFAULT_OPTIONS.merge options -@@ -91,7 +94,12 @@ class Gem::DependencyInstaller - @installed_gems = [] - @toplevel_specs = nil - -- @cache_dir = options[:cache_dir] || @install_dir -+ @install_root = options[:install_root] || "" -+ install_dir = @install_dir -+ unless @install_root.nil? or @install_root.empty? -+ install_dir = File.join(@install_root, install_dir) -+ end -+ @cache_dir = options[:cache_dir] || install_dir - - # Set with any errors that SpecFetcher finds while search through - # gemspecs for a dep -@@ -371,6 +379,7 @@ class Gem::DependencyInstaller - :format_executable => @format_executable, - :ignore_dependencies => @ignore_dependencies, - :install_dir => @install_dir, -+ :install_root => @install_root, - :security_policy => @security_policy, - :user_install => @user_install, - :wrappers => @wrappers, diff --git a/lang/ruby200-base/patches/patch-lib_rubygems_install__update__options.rb b/lang/ruby200-base/patches/patch-lib_rubygems_install__update__options.rb deleted file mode 100644 index 6550c9a1942fd..0000000000000 --- a/lang/ruby200-base/patches/patch-lib_rubygems_install__update__options.rb +++ /dev/null @@ -1,19 +0,0 @@ -$NetBSD: patch-lib_rubygems_install__update__options.rb,v 1.1 2013/07/21 02:32:58 taca Exp $ - -* Add install_root option for pkgsrc's rubygems support. - ---- lib/rubygems/install_update_options.rb.orig 2012-11-29 06:52:18.000000000 +0000 -+++ lib/rubygems/install_update_options.rb -@@ -33,6 +33,12 @@ module Gem::InstallUpdateOptions - value - end - -+ add_option(:"Install/Update", '-B', '--install-root DIR', -+ 'Root directory for gem files on install') do |value, options| -+ options[:install_root] = File.expand_path(value) -+ Gem.ensure_gem_subdirectories File.join options[:install_root], Gem.dir -+ end -+ - add_option(:"Install/Update", '-i', '--install-dir DIR', - 'Gem repository directory to get installed', - 'gems') do |value, options| diff --git a/lang/ruby200-base/patches/patch-lib_rubygems_installer.rb b/lang/ruby200-base/patches/patch-lib_rubygems_installer.rb deleted file mode 100644 index 7ab99f1a25e45..0000000000000 --- a/lang/ruby200-base/patches/patch-lib_rubygems_installer.rb +++ /dev/null @@ -1,49 +0,0 @@ -$NetBSD: patch-lib_rubygems_installer.rb,v 1.4 2014/02/19 15:52:05 taca Exp $ - -* Add install_root option for pkgsrc's rubygems support. -* Tweak build_info directory with destdir to store build_args. - ---- lib/rubygems/installer.rb.orig 2013-08-16 15:35:06.000000000 +0000 -+++ lib/rubygems/installer.rb -@@ -98,6 +98,9 @@ class Gem::Installer - # foo_exec18. - # :ignore_dependencies:: Don't raise if a dependency is missing. - # :install_dir:: The directory to install the gem into. -+ # :install_root:: The directory to use as a buildroot for "destdir"-style -+ # installation. All paths during installation are relative -+ # to the buildroot. - # :security_policy:: Use the specified security policy. See Gem::Security - # :user_install:: Indicate that the gem should be unpacked into the users - # personal gem directory. -@@ -558,12 +561,20 @@ class Gem::Installer - @format_executable = options[:format_executable] - @security_policy = options[:security_policy] - @wrappers = options[:wrappers] -+ install_root = options[:install_root] -+ unless install_root.nil? or install_root == "" -+ @install_root = File.expand_path install_root -+ @gem_home = File.join(@install_root, @gem_home) -+ end - @only_install_dir = options[:only_install_dir] - - # If the user has asked for the gem to be installed in a directory that is - # the system gem directory, then use the system bin directory, else create - # (or use) a new bin dir under the gem_home. -- @bin_dir = options[:bin_dir] || Gem.bindir(gem_home) -+ @bin_dir = options[:bin_dir] || Gem.bindir(gem_home, @install_root) -+ unless @install_root.nil? or @install_root.empty? -+ @bin_dir = File.join(@install_root, @bin_dir) -+ end - @development = options[:development] - - @build_args = options[:build_args] || Gem::Command.build_args -@@ -786,6 +797,9 @@ EOF - return if @build_args.empty? - - build_info_dir = File.join gem_home, 'build_info' -+ unless @install_root.nil? or @install_root.empty? -+ build_info_dir = File.join @gem_home, "build_info" -+ end - - FileUtils.mkdir_p build_info_dir - diff --git a/lang/ruby200-base/patches/patch-lib_rubygems_platform.rb b/lang/ruby200-base/patches/patch-lib_rubygems_platform.rb deleted file mode 100644 index d4bcde1221eb4..0000000000000 --- a/lang/ruby200-base/patches/patch-lib_rubygems_platform.rb +++ /dev/null @@ -1,14 +0,0 @@ -$NetBSD: patch-lib_rubygems_platform.rb,v 1.1 2014/03/13 18:00:02 taca Exp $ - -Allow simple "netbsd" as Gem::Platform. - ---- lib/rubygems/platform.rb.orig 2013-07-22 16:33:18.000000000 +0000 -+++ lib/rubygems/platform.rb -@@ -83,6 +83,7 @@ class Gem::Platform - os, version = $1, $3 - @cpu = 'x86' if @cpu.nil? and os =~ /32$/ - [os, version] - when /netbsdelf/ then [ 'netbsdelf', nil ] -+ when /netbsd/ then [ 'netbsd', nil ] - when /openbsd(\d+\.\d+)?/ then [ 'openbsd', $1 ] - when /solaris(\d+\.\d+)?/ then [ 'solaris', $1 ] diff --git a/lang/ruby200-base/patches/patch-lib_rubygems_specification.rb b/lang/ruby200-base/patches/patch-lib_rubygems_specification.rb deleted file mode 100644 index 88df228c23808..0000000000000 --- a/lang/ruby200-base/patches/patch-lib_rubygems_specification.rb +++ /dev/null @@ -1,61 +0,0 @@ -$NetBSD: patch-lib_rubygems_specification.rb,v 1.3 2015/03/08 14:59:12 taca Exp $ - -* Changes for pkgsrc environment: - - - Allow some attributes to nil. - - Relax date/time format. - -And allow multiple conditions for requirement from Ruby 2.0.0 and -Rubygem 1.8.25. - ---- lib/rubygems/specification.rb.orig 2013-11-13 02:59:08.000000000 +0000 -+++ lib/rubygems/specification.rb -@@ -162,6 +162,12 @@ class Gem::Specification - @@default_value[k].nil? - } - -+ # under pkgsrc environment -+ @@pkgsrc_nil_attributes = {} -+ [:authors, :cert_chain, :executables, :extensions, :extra_rdoc_files, :licenses, :required_rubygems_version, :test_files].each do |k| -+ @@pkgsrc_nil_attributes[k] = true -+ end -+ - ###################################################################### - # :section: Required gemspec attributes - -@@ -2334,7 +2340,24 @@ class Gem::Specification - normalize - - nil_attributes = self.class.non_nil_attributes.find_all do |name| -- instance_variable_get("@#{name}").nil? -+ val = instance_variable_get("@#{name}") -+ if val.nil? -+ if @@pkgsrc_nil_attributes.key?(name) -+ case name -+ when :required_rubygems_version -+ val = Gem::Requirement.default -+ else -+ val = [] -+ end -+ instance_variable_set("@#{name}", val) -+ false -+ end -+ end -+ if name == :authors and val.empty? -+ val = ['not specified'] -+ self.authors = val -+ false -+ end - end - - unless nil_attributes.empty? then -@@ -2474,8 +2474,7 @@ class Gem::Specification - - if homepage and not homepage.empty? and - homepage !~ /\A[a-z][a-z\d+.-]*:/i then -- raise Gem::InvalidSpecificationException, -- "\"#{homepage}\" is not a URI" -+ wann "\"#{homepage}\" is not a URI" - end - - # Warnings diff --git a/lang/ruby200-base/patches/patch-man_erb.1 b/lang/ruby200-base/patches/patch-man_erb.1 deleted file mode 100644 index 1c0c5146d500b..0000000000000 --- a/lang/ruby200-base/patches/patch-man_erb.1 +++ /dev/null @@ -1,24 +0,0 @@ -$NetBSD: patch-man_erb.1,v 1.1 2013/07/21 02:32:58 taca Exp $ - -* Fix mdoc markup. - ---- man/erb.1.orig 2012-11-15 04:22:44.000000000 +0000 -+++ man/erb.1 -@@ -143,12 +143,12 @@ class. - .Pp - .Sh REPORTING BUGS - .Bl -bullet --.Li Security vulnerabilities should be reported via an email to --.Aq security@ruby-lang.org Ns --.Li . -+.It -+Security vulnerabilities should be reported via an email to -+.Aq security@ruby-lang.org . - Reported problems will be published after being fixed. --.Pp --.Li And you can report other bugs and feature requests via the -+.It -+You can report other bugs and feature requests via the - Ruby Issue Tracking System (http://bugs.ruby-lang.org). - Do not report security vulnerabilities - via the system because it publishes the vulnerabilities immediately. diff --git a/lang/ruby200-base/patches/patch-man_irb.1 b/lang/ruby200-base/patches/patch-man_irb.1 deleted file mode 100644 index c5c30c578e633..0000000000000 --- a/lang/ruby200-base/patches/patch-man_irb.1 +++ /dev/null @@ -1,24 +0,0 @@ -$NetBSD: patch-man_irb.1,v 1.1 2013/07/21 02:32:58 taca Exp $ - -* Fix mdoc markup. - ---- man/irb.1.orig 2012-11-15 04:22:44.000000000 +0000 -+++ man/irb.1 -@@ -159,12 +159,12 @@ Personal irb initialization. - .Pp - .Sh REPORTING BUGS - .Bl -bullet --.Li Security vulnerabilities should be reported via an email to --.Aq security@ruby-lang.org Ns --.Li . -+.It -+Security vulnerabilities should be reported via an email to -+.Aq security@ruby-lang.org . - Reported problems will be published after being fixed. --.Pp --.Li And you can report other bugs and feature requests via the -+.It -+You can report other bugs and feature requests via the - Ruby Issue Tracking System (http://bugs.ruby-lang.org). - Do not report security vulnerabilities - via the system because it publishes the vulnerabilities immediately. diff --git a/lang/ruby200-base/patches/patch-man_ri.1 b/lang/ruby200-base/patches/patch-man_ri.1 deleted file mode 100644 index eb887a42cb6ff..0000000000000 --- a/lang/ruby200-base/patches/patch-man_ri.1 +++ /dev/null @@ -1,24 +0,0 @@ -$NetBSD: patch-man_ri.1,v 1.2 2013/11/24 14:22:03 taca Exp $ - -* Fix mdoc markup. - ---- man/ri.1.orig 2013-07-13 15:17:18.000000000 +0000 -+++ man/ri.1 -@@ -166,12 +166,12 @@ Searches user-wide documents here. - .Pp - .Sh REPORTING BUGS - .Bl -bullet --.Li Security vulnerabilities should be reported via an email to --.Aq security@ruby-lang.org Ns --.Li . -+.It -+Security vulnerabilities should be reported via an email to -+.Aq security@ruby-lang.org . - Reported problems will be published after being fixed. --.Pp --.Li And you can report other bugs and feature requests via the -+.It -+You can report other bugs and feature requests via the - Ruby Issue Tracking System (http://bugs.ruby-lang.org). - Do not report security vulnerabilities - via the system because it publishes the vulnerabilities immediately. diff --git a/lang/ruby200-base/patches/patch-man_ruby.1 b/lang/ruby200-base/patches/patch-man_ruby.1 deleted file mode 100644 index 96da42552755b..0000000000000 --- a/lang/ruby200-base/patches/patch-man_ruby.1 +++ /dev/null @@ -1,24 +0,0 @@ -$NetBSD: patch-man_ruby.1,v 1.2 2015/03/08 14:59:12 taca Exp $ - -* Fix mdoc markup. - ---- man/ruby.1.orig 2014-07-07 03:49:23.000000000 +0000 -+++ man/ruby.1 -@@ -497,12 +497,12 @@ Ruby Application Archive. - .Pp - .Sh REPORTING BUGS - .Bl -bullet --.Li Security vulnerabilities should be reported via an email to --.Aq security@ruby-lang.org Ns --.Li . -+.It -+Security vulnerabilities should be reported via an email to -+.Aq security@ruby-lang.org . - Reported problems will be published after they've been fixed. --.Pp --.Li And you can report other bugs and feature requests via the -+.It -+You can report other bugs and feature requests via the - Ruby Issue Tracking System (http://bugs.ruby-lang.org). - Do not report security vulnerabilities - via the system because it publishes the vulnerabilities immediately. diff --git a/lang/ruby200-base/patches/patch-pack.c b/lang/ruby200-base/patches/patch-pack.c deleted file mode 100644 index 864eaedc949b3..0000000000000 --- a/lang/ruby200-base/patches/patch-pack.c +++ /dev/null @@ -1,42 +0,0 @@ -$NetBSD: patch-pack.c,v 1.3 2015/03/08 14:59:12 taca Exp $ - -Fix for CVE-2014-4975 from revision #46806 in ruby_2_1 branch. - ---- pack.c.orig 2015-01-30 07:42:52.000000000 +0000 -+++ pack.c -@@ -1088,7 +1088,8 @@ static const char b64_table[] = - static void - encodes(VALUE str, const char *s, long len, int type, int tail_lf) - { -- char buff[4096]; -+ enum {buff_size = 4096, encoded_unit = 4}; -+ char buff[buff_size + 1]; /* +1 for tail_lf */ - long i = 0; - const char *trans = type == 'u' ? uu_table : b64_table; - char padding; -@@ -1101,7 +1102,7 @@ encodes(VALUE str, const char *s, long l - padding = '='; - } - while (len >= 3) { -- while (len >= 3 && sizeof(buff)-i >= 4) { -+ while (len >= 3 && buff_size-i >= encoded_unit) { - buff[i++] = trans[077 & (*s >> 2)]; - buff[i++] = trans[077 & (((*s << 4) & 060) | ((s[1] >> 4) & 017))]; - buff[i++] = trans[077 & (((s[1] << 2) & 074) | ((s[2] >> 6) & 03))]; -@@ -1109,7 +1110,7 @@ encodes(VALUE str, const char *s, long l - s += 3; - len -= 3; - } -- if (sizeof(buff)-i < 4) { -+ if (buff_size-i < encoded_unit) { - rb_str_buf_cat(str, buff, i); - i = 0; - } -@@ -1129,6 +1130,7 @@ encodes(VALUE str, const char *s, long l - } - if (tail_lf) buff[i++] = '\n'; - rb_str_buf_cat(str, buff, i); -+ if ((size_t)i > sizeof(buff)) rb_bug("encodes() buffer overrun"); - } - - static const char hex_table[] = "0123456789ABCDEF"; diff --git a/lang/ruby200-base/patches/patch-test_rubygems_test__gem.rb b/lang/ruby200-base/patches/patch-test_rubygems_test__gem.rb deleted file mode 100644 index 38367e1c700c9..0000000000000 --- a/lang/ruby200-base/patches/patch-test_rubygems_test__gem.rb +++ /dev/null @@ -1,22 +0,0 @@ -$NetBSD: patch-test_rubygems_test__gem.rb,v 1.1 2013/07/21 02:32:58 taca Exp $ - -* Use vendordir instead of sitedir. - ---- test/rubygems/test_gem.rb.orig 2013-03-17 15:02:50.000000000 +0000 -+++ test/rubygems/test_gem.rb -@@ -964,12 +964,12 @@ class TestGem < Gem::TestCase - end - - def test_self_prefix_sitelibdir -- orig_sitelibdir = Gem::ConfigMap[:sitelibdir] -- Gem::ConfigMap[:sitelibdir] = @@project_dir -+ orig_sitelibdir = Gem::ConfigMap[:vendorlibdir] -+ Gem::ConfigMap[:vendorlibdir] = @@project_dir - - assert_nil Gem.prefix - ensure -- Gem::ConfigMap[:sitelibdir] = orig_sitelibdir -+ Gem::ConfigMap[:vendorlibdir] = orig_sitelibdir - end - - def test_self_refresh diff --git a/lang/ruby200-base/patches/patch-tool_rbinstall.rb b/lang/ruby200-base/patches/patch-tool_rbinstall.rb deleted file mode 100644 index ba551770c008a..0000000000000 --- a/lang/ruby200-base/patches/patch-tool_rbinstall.rb +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-tool_rbinstall.rb,v 1.2 2013/11/24 14:22:03 taca Exp $ - -* Don't install which has already ${RUBY_VER} suffix. - ---- tool/rbinstall.rb.orig 2013-11-12 14:35:13.000000000 +0000 -+++ tool/rbinstall.rb -@@ -220,7 +220,7 @@ def install_recursive(srcdir, dest, opti - end - end - end -- skip |= %w"#*# *~ *.old *.bak *.orig *.rej *.diff *.patch *.core" -+ skip |= %w"#*# *~ *.old *.bak *.orig *.rej *.diff *.patch *.core *200" - prune = path_matcher(prune) - skip = path_matcher(skip) - File.directory?(srcdir) or return rescue return diff --git a/lang/ruby200/DESCR b/lang/ruby200/DESCR deleted file mode 100644 index 2a7f6e243ad5d..0000000000000 --- a/lang/ruby200/DESCR +++ /dev/null @@ -1,6 +0,0 @@ -This a meta package including Ruby 2.0.0 full release. - -It includes ruby200-base, ruby200-gdbm, ruby200-curses, ruby200-fiddle, -ruby200-readline and ruby200-tk package. - -No package should depend on this package directly. diff --git a/lang/ruby200/Makefile b/lang/ruby200/Makefile deleted file mode 100644 index 46c210ea2dfd7..0000000000000 --- a/lang/ruby200/Makefile +++ /dev/null @@ -1,28 +0,0 @@ -# $NetBSD: Makefile,v 1.2 2014/03/13 17:06:43 taca Exp $ -# - -DISTNAME= # empty -PKGNAME= ${RUBY_PKGPREFIX}-${RUBY_VERSION_FULL} -CATEGORIES= lang ruby -MASTER_SITES= # empty -DISTFILES= # empty - -MAINTAINER= taca@NetBSD.org -HOMEPAGE= http://www.ruby-lang.org/en/ -COMMENT= Ruby programming language ${RUBY_VERSION} meta package -LICENSE= gnu-gpl-v2 OR ruby-license - -META_PACKAGE= yes - -DEPENDS+= ${RUBY_BASE}>=${RUBY_VERSION_FULL}:${RUBY_SRCDIR} -DEPENDS+= ${RUBY_PKGPREFIX}-gdbm>=${RUBY_VERSION_FULL}:../../databases/ruby-gdbm -DEPENDS+= ${RUBY_PKGPREFIX}-curses>=${RUBY_VERSION_FULL}:../../devel/ruby-curses -DEPENDS+= ${RUBY_PKGPREFIX}-fiddle>=${RUBY_VERSION_FULL}:../../devel/ruby-fiddle -DEPENDS+= ${RUBY_PKGPREFIX}-readline>=${RUBY_VERSION_FULL}:../../devel/ruby-readline -DEPENDS+= ${RUBY_PKGPREFIX}-tk>=${RUBY_VERSION_FULL}:../../x11/ruby-tk - -RUBY_VERSION_SUPPORTED= 200 - -.include "../../lang/ruby/rubyversion.mk" -.include "../../lang/ruby/Makefile.common" -.include "../../mk/bsd.pkg.mk" diff --git a/lang/ruby21-base/distinfo b/lang/ruby21-base/distinfo index 23d3e0dda0e17..682e30087dc5b 100644 --- a/lang/ruby21-base/distinfo +++ b/lang/ruby21-base/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.23 2015/12/16 16:03:12 taca Exp $ +$NetBSD: distinfo,v 1.24 2016/03/24 16:29:50 taca Exp $ SHA1 (ruby-2.1.8.tar.bz2) = 0284eaf42ac76a641abd5cd4b6bd933abeb9934e RMD160 (ruby-2.1.8.tar.bz2) = 3ab77f712adf6dfa270b9cebeab0863d31f5f694 @@ -8,6 +8,7 @@ SHA1 (patch-configure) = 7f1f6d2dc7d32c96d6ae65562a9bc6d50d2b79dd SHA1 (patch-eval.c) = a1e86d4ed1729398393e83d519e991259c6163de SHA1 (patch-eval__error.c) = cc313587bb24e16e4702f784b30e64618ae3f5a4 SHA1 (patch-ext_dbm_extconf.rb) = 08520edd956e17cb6cc80b6ee2c77af77a834bd2 +SHA1 (patch-ext_openssl_ossl__ssl.c) = d6aa1a2036597e7b51411d6eed9501f6a264c26c SHA1 (patch-ext_tk_lib_tk_autoload.rb) = e8bcb93feae90fd46531a412f6c963a6d5d2c132 SHA1 (patch-ext_tk_lib_tk_fontchooser.rb) = cb0155332e5f519ada386fae770cd2f879527323 SHA1 (patch-ext_tk_lib_tk_tk__mac.rb) = 24b9f282558200780adbf93e71edd1aa52d1c82b diff --git a/lang/ruby21-base/patches/patch-ext_openssl_ossl__ssl.c b/lang/ruby21-base/patches/patch-ext_openssl_ossl__ssl.c new file mode 100644 index 0000000000000..fd280282cefd8 --- /dev/null +++ b/lang/ruby21-base/patches/patch-ext_openssl_ossl__ssl.c @@ -0,0 +1,15 @@ +$NetBSD: patch-ext_openssl_ossl__ssl.c,v 1.1 2016/03/24 16:29:50 taca Exp $ + +Utilize OPENSSL_NO_SSL2. + +--- ext/openssl/ossl_ssl.c.orig 2015-11-18 11:34:19.000000000 +0000 ++++ ext/openssl/ossl_ssl.c +@@ -128,7 +128,7 @@ struct { + OSSL_SSL_METHOD_ENTRY(TLSv1_1_server), + OSSL_SSL_METHOD_ENTRY(TLSv1_1_client), + #endif +-#if defined(HAVE_SSLV2_METHOD) && defined(HAVE_SSLV2_SERVER_METHOD) && \ ++#if !defined(OPENSSL_NO_SSL2) && defined(HAVE_SSLV2_METHOD) && defined(HAVE_SSLV2_SERVER_METHOD) && \ + defined(HAVE_SSLV2_CLIENT_METHOD) + OSSL_SSL_METHOD_ENTRY(SSLv2), + OSSL_SSL_METHOD_ENTRY(SSLv2_server), diff --git a/lang/ruby22-base/Makefile b/lang/ruby22-base/Makefile index a2fcee67937a5..ad9f8aea9696a 100644 --- a/lang/ruby22-base/Makefile +++ b/lang/ruby22-base/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.11 2016/03/05 11:28:44 jperkin Exp $ -# +# $NetBSD: Makefile,v 1.12 2016/03/17 07:53:46 wiz Exp $ DISTNAME= ${RUBY_DISTNAME} PKGNAME= ${RUBY_PKGPREFIX}-base-${RUBY_VERSION_FULL} -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= lang ruby MASTER_SITES= ${MASTER_SITE_RUBY} diff --git a/lang/ruby22-base/distinfo b/lang/ruby22-base/distinfo index f3acc4e10b539..365d96b0c069e 100644 --- a/lang/ruby22-base/distinfo +++ b/lang/ruby22-base/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.12 2015/12/17 01:36:36 taca Exp $ +$NetBSD: distinfo,v 1.14 2016/03/24 16:28:59 taca Exp $ SHA1 (ruby-2.2.4.tar.bz2) = 6132840a859dbf2ac1498ba313021f299a870038 RMD160 (ruby-2.2.4.tar.bz2) = 012fa73d430db36e5b807cd677a961d6e2700758 @@ -8,6 +8,8 @@ SHA1 (patch-configure) = 8abbc486b8cf30bb789ef58d1cb289191dcd1af6 SHA1 (patch-eval.c) = a1e86d4ed1729398393e83d519e991259c6163de SHA1 (patch-eval__error.c) = cc313587bb24e16e4702f784b30e64618ae3f5a4 SHA1 (patch-ext_dbm_extconf.rb) = ee932265052613d458375ad1a760a09fefb9d959 +SHA1 (patch-ext_openssl_ossl__ssl.c) = e887a5576959921da116a5cee629c25610169593 +SHA1 (patch-ext_socket_option.c) = 8759eabfe884a891fd6adab6921418a1ab56d21f SHA1 (patch-lib_mkmf.rb) = f86f1ae5a1053a0643545a2c11c9fd2bbd5a289d SHA1 (patch-lib_rdoc_ri_driver.rb) = 5bdd3ed6f50a2ea79f643c6bebd7ad0063e79051 SHA1 (patch-lib_rubygems.rb) = 5b63c96109fa53fb072b6ae12bf91c4b2889e079 diff --git a/lang/ruby22-base/patches/patch-ext_openssl_ossl__ssl.c b/lang/ruby22-base/patches/patch-ext_openssl_ossl__ssl.c new file mode 100644 index 0000000000000..297283ed52439 --- /dev/null +++ b/lang/ruby22-base/patches/patch-ext_openssl_ossl__ssl.c @@ -0,0 +1,15 @@ +$NetBSD: patch-ext_openssl_ossl__ssl.c,v 1.1 2016/03/24 16:28:59 taca Exp $ + +Utilize OPENSSL_NO_SSL2. + +--- ext/openssl/ossl_ssl.c.orig 2015-11-27 21:24:30.000000000 +0000 ++++ ext/openssl/ossl_ssl.c +@@ -132,7 +132,7 @@ static const struct { + OSSL_SSL_METHOD_ENTRY(TLSv1_1_server), + OSSL_SSL_METHOD_ENTRY(TLSv1_1_client), + #endif +-#if defined(HAVE_SSLV2_METHOD) && defined(HAVE_SSLV2_SERVER_METHOD) && \ ++#if !defined(OPENSSL_NO_SSL2) && defined(HAVE_SSLV2_METHOD) && defined(HAVE_SSLV2_SERVER_METHOD) && \ + defined(HAVE_SSLV2_CLIENT_METHOD) + OSSL_SSL_METHOD_ENTRY(SSLv2), + OSSL_SSL_METHOD_ENTRY(SSLv2_server), diff --git a/lang/ruby22-base/patches/patch-ext_socket_option.c b/lang/ruby22-base/patches/patch-ext_socket_option.c new file mode 100644 index 0000000000000..9787dfc63161f --- /dev/null +++ b/lang/ruby22-base/patches/patch-ext_socket_option.c @@ -0,0 +1,26 @@ +$NetBSD: patch-ext_socket_option.c,v 1.1 2016/03/17 07:53:46 wiz Exp $ + +SVN 54139: + +Thu Mar 17 11:36:27 2016 Nobuyoshi Nakada + + * ext/socket/option.c (inspect_tcpi_msec): more accurate condition + for TCPI msec member inspection function. + [ruby-core:74388] [Bug #12185] + +--- ext/socket/option.c.orig 2015-08-10 15:33:59.000000000 +0000 ++++ ext/socket/option.c +@@ -928,7 +928,12 @@ inspect_tcpi_usec(VALUE ret, const char + rb_str_catf(ret, "%s%u.%06us", prefix, t / 1000000, t % 1000000); + } + +-#if defined(__linux__) || defined(__sun) ++#if !defined __FreeBSD__ && ( \ ++ defined HAVE_STRUCT_TCP_INFO_TCPI_LAST_DATA_SENT || \ ++ defined HAVE_STRUCT_TCP_INFO_TCPI_LAST_DATA_RECV || \ ++ defined HAVE_STRUCT_TCP_INFO_TCPI_LAST_ACK_SENT || \ ++ defined HAVE_STRUCT_TCP_INFO_TCPI_LAST_ACK_RECV || \ ++ 0) + static void + inspect_tcpi_msec(VALUE ret, const char *prefix, uint32_t t) + { diff --git a/lang/ruby23-base/Makefile b/lang/ruby23-base/Makefile index 1e9fd80a49ddf..398057f8f59d0 100644 --- a/lang/ruby23-base/Makefile +++ b/lang/ruby23-base/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.3 2016/03/05 11:28:44 jperkin Exp $ -# +# $NetBSD: Makefile,v 1.4 2016/03/17 07:55:43 wiz Exp $ DISTNAME= ${RUBY_DISTNAME} PKGNAME= ${RUBY_PKGPREFIX}-base-${RUBY_VERSION_FULL} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= lang ruby MASTER_SITES= ${MASTER_SITE_RUBY} diff --git a/lang/ruby23-base/distinfo b/lang/ruby23-base/distinfo index 0cd50bd21f770..667e6527c7603 100644 --- a/lang/ruby23-base/distinfo +++ b/lang/ruby23-base/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.1 2015/12/30 14:59:42 taca Exp $ +$NetBSD: distinfo,v 1.3 2016/03/24 16:29:24 taca Exp $ SHA1 (ruby-2.3.0.tar.bz2) = 6c8a832d49d22755ea8c45b6d53faf2ccc6d6ac9 RMD160 (ruby-2.3.0.tar.bz2) = 4e9066b169b1b00435ba154069416e14457fe22e @@ -8,8 +8,8 @@ SHA1 (patch-configure) = ccddb80f90f75a09dc7d802d1ddad6255ba13ffa SHA1 (patch-eval.c) = 16e6eadca15c95ac3e2291a2003cb0fc606eafeb SHA1 (patch-eval__error.c) = 8ed04dec5c3c0bf4d9ca8516888b331676f7c957 SHA1 (patch-ext_dbm_extconf.rb) = c998f8735db54b1ae2bc8b6caa359ce88bc7a45b -SHA1 (patch-ext_fiddle_depend) = f1de70280e55a036d1063635bfc24f8856a4d508 -SHA1 (patch-ext_readline_depend) = 9c5f22eac751c9333f9292ce32860e3b714a61b8 +SHA1 (patch-ext_openssl_ossl__ssl.c) = 24e794aae278da6204e29212d9e2add0b0119ea4 +SHA1 (patch-ext_socket_option.c) = 210753a7db6ab7b8c459765f1ec656948da86e28 SHA1 (patch-lib_mkmf.rb) = d01302bac014ec1d72bbf19df64bc2c93c07ec5e SHA1 (patch-lib_rdoc_ri_driver.rb) = bdbe04aa1dd1719d901233b16bcb318172a42b6c SHA1 (patch-lib_rubygems.rb) = d8968f54bdc973379675a3ebb5ca68325cff6644 diff --git a/lang/ruby23-base/patches/patch-ext_openssl_ossl__ssl.c b/lang/ruby23-base/patches/patch-ext_openssl_ossl__ssl.c new file mode 100644 index 0000000000000..9d1c8fbb3ba3a --- /dev/null +++ b/lang/ruby23-base/patches/patch-ext_openssl_ossl__ssl.c @@ -0,0 +1,15 @@ +$NetBSD: patch-ext_openssl_ossl__ssl.c,v 1.1 2016/03/24 16:29:24 taca Exp $ + +Utilize OPENSSL_NO_SSL2. + +--- ext/openssl/ossl_ssl.c.orig 2015-12-13 01:29:44.000000000 +0000 ++++ ext/openssl/ossl_ssl.c +@@ -102,7 +102,7 @@ static const struct { + OSSL_SSL_METHOD_ENTRY(TLSv1_1_server), + OSSL_SSL_METHOD_ENTRY(TLSv1_1_client), + #endif +-#if defined(HAVE_SSLV2_METHOD) && defined(HAVE_SSLV2_SERVER_METHOD) && \ ++#if !defined(OPENSSL_NO_SSL2) && defined(HAVE_SSLV2_METHOD) && defined(HAVE_SSLV2_SERVER_METHOD) && \ + defined(HAVE_SSLV2_CLIENT_METHOD) + OSSL_SSL_METHOD_ENTRY(SSLv2), + OSSL_SSL_METHOD_ENTRY(SSLv2_server), diff --git a/lang/ruby23-base/patches/patch-ext_socket_option.c b/lang/ruby23-base/patches/patch-ext_socket_option.c new file mode 100644 index 0000000000000..f208564f2a4e7 --- /dev/null +++ b/lang/ruby23-base/patches/patch-ext_socket_option.c @@ -0,0 +1,26 @@ +$NetBSD: patch-ext_socket_option.c,v 1.1 2016/03/17 07:55:43 wiz Exp $ + +SVN 54139: + +Thu Mar 17 11:36:27 2016 Nobuyoshi Nakada + + * ext/socket/option.c (inspect_tcpi_msec): more accurate condition + for TCPI msec member inspection function. + [ruby-core:74388] [Bug #12185] + +--- ext/socket/option.c.orig 2015-08-15 04:32:15.000000000 +0000 ++++ ext/socket/option.c +@@ -928,7 +928,12 @@ inspect_tcpi_usec(VALUE ret, const char + rb_str_catf(ret, "%s%u.%06us", prefix, t / 1000000, t % 1000000); + } + +-#if defined(__linux__) || defined(__sun) ++#if !defined __FreeBSD__ && ( \ ++ defined HAVE_STRUCT_TCP_INFO_TCPI_LAST_DATA_SENT || \ ++ defined HAVE_STRUCT_TCP_INFO_TCPI_LAST_DATA_RECV || \ ++ defined HAVE_STRUCT_TCP_INFO_TCPI_LAST_ACK_SENT || \ ++ defined HAVE_STRUCT_TCP_INFO_TCPI_LAST_ACK_RECV || \ ++ 0) + static void + inspect_tcpi_msec(VALUE ret, const char *prefix, uint32_t t) + { diff --git a/lang/sbcl/Makefile b/lang/sbcl/Makefile index 8ff6314975344..ab8993aca9d0c 100644 --- a/lang/sbcl/Makefile +++ b/lang/sbcl/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.66 2016/03/01 19:22:41 asau Exp $ +# $NetBSD: Makefile,v 1.68 2016/05/06 20:33:59 asau Exp $ DISTNAME= ${PKGNAME_NOREV}-source -PKGNAME= sbcl-1.3.3 +PKGNAME= sbcl-1.3.5 CATEGORIES= lang MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=sbcl/} EXTRACT_SUFX= .tar.bz2 diff --git a/lang/sbcl/distinfo b/lang/sbcl/distinfo index 595870691b3a6..8f526824f389f 100644 --- a/lang/sbcl/distinfo +++ b/lang/sbcl/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.46 2016/03/01 19:22:41 asau Exp $ +$NetBSD: distinfo,v 1.48 2016/05/06 20:33:59 asau Exp $ -SHA1 (sbcl-1.3.3-source.tar.bz2) = 849709c0e69505700cb1df311eb660459a83db69 -RMD160 (sbcl-1.3.3-source.tar.bz2) = fd3d6a701186e1336e25c31757812e8aa263c2d6 -SHA512 (sbcl-1.3.3-source.tar.bz2) = a8c6176089716cb1f84beca407e17f148a706991f6f74b51543295e6fdc9308a424933e69bd1beb7815d5c47d5ea735b9c8f717dc3934b4ab3a188f8cc1420a8 -Size (sbcl-1.3.3-source.tar.bz2) = 5740904 bytes -SHA1 (patch-ab) = 5a9164d5603c499aefe25a5d2302fe5ddc3eed28 +SHA1 (sbcl-1.3.5-source.tar.bz2) = 8c190a2d98e3aec80ef81146de19d03cae9a7d8b +RMD160 (sbcl-1.3.5-source.tar.bz2) = 5a92a586ee29eaa4d4adba108b4e964aad48260a +SHA512 (sbcl-1.3.5-source.tar.bz2) = 3474e5df2dce38db2dbb977143383b94a11ebdf520d2f23c536cd3bf86e1d507e86c39b338f40fb27d17368c1b390d0e50745b2223fdafc3b88c62024fd156a6 +Size (sbcl-1.3.5-source.tar.bz2) = 5741124 bytes +SHA1 (patch-ab) = b087921f7317523fd78396518dfd2cb1c8e6d5f9 diff --git a/lang/sbcl/patches/patch-ab b/lang/sbcl/patches/patch-ab index 43b77b07a390b..86348a4ce8888 100644 --- a/lang/sbcl/patches/patch-ab +++ b/lang/sbcl/patches/patch-ab @@ -1,21 +1,21 @@ -$NetBSD: patch-ab,v 1.5 2015/12/29 23:34:55 dholland Exp $ +$NetBSD: patch-ab,v 1.6 2016/05/06 20:33:59 asau Exp $ Honor PREFIX. ---- doc/sbcl.1.orig 2012-11-02 09:42:10.000000000 +0000 +--- doc/sbcl.1.orig 2016-04-28 14:23:40.000000000 +0000 +++ doc/sbcl.1 @@ -427,7 +427,7 @@ years. See the CREDITS file in the distr This variable controls where files like "sbclrc", "sbcl.core", and the add-on "contrib" systems are searched for. If it is not set, then sbcl sets it from a compile-time default location which is usually --/usr/local/lib/sbcl/ but may have been changed \fIe.g.\fR by a third-party -+@PREFIX@/lib/sbcl/ but may have been changed \fIe.g.\fR by a third-party +-\fB/usr/local/lib/sbcl/\fR but may have been changed \fIe.g.\fR by a third-party ++\fB@PREFIX@/lib/sbcl/\fR but may have been changed \fIe.g.\fR by a third-party packager. .SH FILES @@ -461,7 +461,7 @@ been installed, the command should give you access to the complete manual. Depending on your - installation it may also be available in HTML and PDF formats in e.g. + installation it may also be available in HTML and PDF formats in \fIe.g.\fR .IP -.B /usr/local/share/doc/sbcl/ +.B @PREFIX@/share/doc/sbcl/ diff --git a/lang/smalltalk/Makefile b/lang/smalltalk/Makefile index 995237dbafcf7..8357f216eb8c8 100644 --- a/lang/smalltalk/Makefile +++ b/lang/smalltalk/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.89 2015/10/10 01:58:11 ryoon Exp $ +# $NetBSD: Makefile,v 1.90 2016/04/11 19:01:55 ryoon Exp $ DISTNAME= smalltalk-3.2.4 -PKGREVISION= 24 +PKGREVISION= 25 CATEGORIES= lang MASTER_SITES= ${MASTER_SITE_GNU:=smalltalk/} diff --git a/lang/smlnj/Makefile b/lang/smlnj/Makefile index b1499acfab156..6956e71198476 100644 --- a/lang/smlnj/Makefile +++ b/lang/smlnj/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2012/10/02 20:11:53 asau Exp $ +# $NetBSD: Makefile,v 1.26 2016/04/14 22:10:06 dholland Exp $ # DISTNAME= boot.${BOX}-unix @@ -31,6 +31,7 @@ HOMEPAGE= http://www.smlnj.org/index.html COMMENT= Popular functional language from Bell Labs SML_VERSION= 110.73 +PKGREVISION= 1 WRKSRC= ${WRKDIR} DIST_SUBDIR= smlnj-${SML_VERSION} @@ -65,12 +66,14 @@ post-extract: # resolve definition of SML_BASE, CFLAGS in patched files do-configure: + set -e; \ if [ ${MACHINE_ARCH} = "powerpc" ]; then \ - ${AWK} '(! /^request nlffi$$/) { print }' \ + ${AWK} '(! /^request nlffi$$/) { print }' \ < ${WRKDIR}/config/targets \ > ${WRKDIR}/temp; \ ${MV} ${WRKDIR}/temp ${WRKDIR}/config/targets; \ fi + set -e; \ cd ${WRKDIR}/config; \ for f in ${SML_SCRIPTS}; do \ ${CP} "$${f}" "$${f}.tmp"; \ @@ -80,14 +83,14 @@ do-configure: cd ${WRKDIR}/src/runtime/objs; \ for f in *; do \ ${CP} "$${f}" "$${f}.tmp"; \ - ${SED} -e 's|@CFLAGS@|${CFLAGS}|g' \ + ${SED} -e 's|@CFLAGS@|'${CFLAGS:Q}'|g' \ < "$${f}.tmp" > "$${f}"; \ done # The build target needs to run $WRKDIR/config/install.sh do-build: cd ${WRKDIR} && unset PWD && \ - FILESDIR="${FILESDIR}" PATCH="${PATCH}" PATCH_ARGS="${PATCH_ARGS}" \ + FILESDIR=${FILESDIR} PATCH=${PATCH:Q} PATCH_ARGS=${PATCH_ARGS:Q} \ SMLNJ_HOME="${WRKDIR}" ./config/install.sh # install target diff --git a/lang/smlnj/Makefile.common b/lang/smlnj/Makefile.common index 75ccccdeab700..7bb60c56bd7e6 100644 --- a/lang/smlnj/Makefile.common +++ b/lang/smlnj/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.13 2015/04/22 07:41:38 dholland Exp $ +# $NetBSD: Makefile.common,v 1.14 2016/04/14 21:59:08 dholland Exp $ # # used by lang/smlnj/Makefile @@ -35,7 +35,7 @@ OS= ${LOWER_OPSYS} PLIST_VARS+= nlffi # not available on all platforms -.if ${MACHINE_ARCH} == "i386" +.if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64" BOX= x86 PLIST.nlffi= yes .elif ${MACHINE_ARCH} == "powerpc" diff --git a/lang/smlnj/distinfo b/lang/smlnj/distinfo index d157e04abd1fd..57aac75936942 100644 --- a/lang/smlnj/distinfo +++ b/lang/smlnj/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.16 2015/11/03 22:50:44 agc Exp $ +$NetBSD: distinfo,v 1.19 2016/04/14 22:10:31 dholland Exp $ SHA1 (smlnj-110.73/MLRISC.tgz) = 59a38a4a1c63cecf97764a99577b3f929b5ccbc9 RMD160 (smlnj-110.73/MLRISC.tgz) = dd951776482f37421a17701d67c051741691c6cb @@ -80,22 +80,30 @@ SHA1 (smlnj-110.73/trace-debug-profile.tgz) = 1879601267411bf03ef6d8c06422d56b05 RMD160 (smlnj-110.73/trace-debug-profile.tgz) = e6cdae53b060c85782424d792bdf4673c5ddbf1e SHA512 (smlnj-110.73/trace-debug-profile.tgz) = f806a36a2d9d500af0975f8d2ebb38b8189fc9732f3163ad3bc3c7b7fd13cba965ab41754b4e37ef576005b2733b41cf291fb2d4ae5c47ec2a51a751507b911f Size (smlnj-110.73/trace-debug-profile.tgz) = 3899 bytes -SHA1 (patch-aa) = a67e8438c0ae20c1f0fac37148158b565056e5f7 -SHA1 (patch-ab) = 3d5946b2d72dee255159afe6fb25240f8fa7e306 -SHA1 (patch-ad) = a406bde2f6f7e2d93d652135b94aefd4b7aca494 -SHA1 (patch-ae) = 5796401418fd91a795fdfe75060cf654dd315ac1 -SHA1 (patch-af) = fae22c6f367b3007bbd9b46b7a7a218710723ca4 -SHA1 (patch-ag) = dae9c89ccc7ada96bd3ac4b2bae1da6427902fb4 +SHA1 (patch-aa) = f738a6284236158b6b95928768fe1213cc77fc20 +SHA1 (patch-ab) = 2c9a448c8566d87a2d01528cf6e38ed0dfd9328b +SHA1 (patch-ad) = 67802bbdf42408c60bbce4087f20d000a3445677 +SHA1 (patch-ae) = 0ba98fb2b012daf75dcc4ac416cbf0fd3182114b +SHA1 (patch-af) = 3a1c1cadd26eb246adafff823d49b4ab7161793b +SHA1 (patch-ag) = 1dd473bf9b21cd6218945c119fb08230dcd3c4bf SHA1 (patch-ah) = 93d7453dc82d91d29662cc02dd8ab9e8b8987393 SHA1 (patch-ai) = 6a15a5415bd73e6618bc45b9a7eb021543e9cecd SHA1 (patch-aj) = 6318548da4c943c60fe63d41529803ea3fa2c96e SHA1 (patch-ak) = 6fb3d4444c75123dc8c5fa7bb6cea835c78ef6e3 -SHA1 (patch-am) = 06d8cb145217c46ada440e0d3e7420ea99651064 -SHA1 (patch-an) = d6e1a75d5fb68423ce3181622de919c2337db2e7 +SHA1 (patch-am) = 95f3e5a041163279f68e782469a30f6f765b7511 +SHA1 (patch-an) = 3d750d5d20b2d3ab69b492eb60e27aded45ec3f7 SHA1 (patch-ao) = 1c66024c5949269291cbf6f815baf6162db47d31 -SHA1 (patch-ap) = 8e9e28548b4e58de68a11982a355a010ea96aa29 -SHA1 (patch-aq) = 7d0734b76d778d7f584d2e70d325fd72e6554b01 +SHA1 (patch-ap) = af8b50c0f21e969e036064f5c808eaccc79d5c4b +SHA1 (patch-aq) = 32d96ad2552d5ac914581686904e94a96e5ca059 SHA1 (patch-at) = 376b67d25ef428377b1686fcd6232628867d6eae -SHA1 (patch-base_runtime_objs_mk.x86-netbsd) = 1e5ca88c65066a07b818af76abc2f9f1bafdc339 -SHA1 (patch-config___arch-n-opsys) = 83b357d78c0762c9b0c295444bfe9e5641aa02e0 -SHA1 (patch-src_runtime_objs_mk.x86-netbsd) = bd29b208b68771ecd1f3c64d896653084c6eb30e +SHA1 (patch-base_runtime_gc_gc-stats.h) = 35e54cb66c47c636c5a9f450cff99dced4218dd2 +SHA1 (patch-base_runtime_gc_init-gc.c) = f40e961089beab151290ffc8371a48bc9f846511 +SHA1 (patch-base_runtime_kernel_unix-timers.c) = 42f1d2964d5de37fdc232139f74fb9a95f21da07 +SHA1 (patch-base_runtime_mach-dep_unix-prof.c) = 1f28a05cfb271c569cfb9778e67076bbfb14d646 +SHA1 (patch-base_runtime_objs_mk.x86-netbsd) = 7d716c17c0f6a29acca7b630a1526df4d58e18cf +SHA1 (patch-config___arch-n-opsys) = b0c952b0b9ed6312a115761fdbd4c30aaa208b4c +SHA1 (patch-src_runtime_gc_gc-stats.h) = af61db9d1f04e566d4c5c2bc5dcf4c6958f0ea78 +SHA1 (patch-src_runtime_gc_init-gc.c) = 5d1d5a13a51d732590dd4f375824bbc389a0525d +SHA1 (patch-src_runtime_kernel_unix-timers.c) = 1c1db5bce0ec1e72adafb9380027884cf746c75c +SHA1 (patch-src_runtime_mach-dep_unix-prof.c) = 90a4b81e2a8532e4e06f29bfe42c55423a0f4154 +SHA1 (patch-src_runtime_objs_mk.x86-netbsd) = d2ede7ce4fca3c400f82ae09ee352ee6872bb1b1 diff --git a/lang/smlnj/patches/patch-aa b/lang/smlnj/patches/patch-aa index e0aa774c045fa..9b6a919605430 100644 --- a/lang/smlnj/patches/patch-aa +++ b/lang/smlnj/patches/patch-aa @@ -1,4 +1,6 @@ -$NetBSD: patch-aa,v 1.6 2010/02/07 03:14:36 asau Exp $ +$NetBSD: patch-aa,v 1.7 2016/04/14 22:04:47 dholland Exp $ + +Configure for pkgsrc. --- config/targets.orig 2010-02-03 19:40:28.000000000 +0300 +++ config/targets 2010-02-07 05:56:52.000000000 +0300 diff --git a/lang/smlnj/patches/patch-ab b/lang/smlnj/patches/patch-ab index 3a7006945daca..c81706fb847f1 100644 --- a/lang/smlnj/patches/patch-ab +++ b/lang/smlnj/patches/patch-ab @@ -1,4 +1,6 @@ -$NetBSD: patch-ab,v 1.2 2003/07/01 23:19:13 jtb Exp $ +$NetBSD: patch-ab,v 1.3 2016/04/14 22:04:47 dholland Exp $ + +Support for NetBSD on PPC. --- /dev/null +++ src/runtime/objs/mk.ppc-netbsd diff --git a/lang/smlnj/patches/patch-ad b/lang/smlnj/patches/patch-ad index 7800e00beda97..2b142103e1544 100644 --- a/lang/smlnj/patches/patch-ad +++ b/lang/smlnj/patches/patch-ad @@ -1,4 +1,6 @@ -$NetBSD: patch-ad,v 1.3 2003/07/01 23:19:14 jtb Exp $ +$NetBSD: patch-ad,v 1.4 2016/04/14 22:04:47 dholland Exp $ + +Support for NetBSD. --- src/runtime/include/asm-base.h.orig +++ src/runtime/include/asm-base.h diff --git a/lang/smlnj/patches/patch-ae b/lang/smlnj/patches/patch-ae index ae067927316b7..74801d0b4cd7d 100644 --- a/lang/smlnj/patches/patch-ae +++ b/lang/smlnj/patches/patch-ae @@ -1,4 +1,6 @@ -$NetBSD: patch-ae,v 1.1.1.1 2003/03/21 22:20:56 wiz Exp $ +$NetBSD: patch-ae,v 1.2 2016/04/14 22:04:47 dholland Exp $ + +Support for NetBSD. --- src/runtime/mach-dep/SPARC.prim.asm.orig Fri Jun 15 15:05:19 2001 +++ src/runtime/mach-dep/SPARC.prim.asm diff --git a/lang/smlnj/patches/patch-af b/lang/smlnj/patches/patch-af index 359d77624a3da..5b67666297a8d 100644 --- a/lang/smlnj/patches/patch-af +++ b/lang/smlnj/patches/patch-af @@ -1,4 +1,6 @@ -$NetBSD: patch-af,v 1.5 2009/09/22 14:48:47 asau Exp $ +$NetBSD: patch-af,v 1.6 2016/04/14 22:04:47 dholland Exp $ + +Support for NetBSD, and for NetBSD on PPC. --- src/runtime/mach-dep/signal-sysdep.h.orig 2006-02-27 17:47:32.000000000 +0000 +++ src/runtime/mach-dep/signal-sysdep.h 2006-03-09 19:15:48.000000000 +0000 diff --git a/lang/smlnj/patches/patch-ag b/lang/smlnj/patches/patch-ag index 764cf294cf8eb..2589ccdc15900 100644 --- a/lang/smlnj/patches/patch-ag +++ b/lang/smlnj/patches/patch-ag @@ -1,4 +1,6 @@ -$NetBSD: patch-ag,v 1.2 2003/03/21 22:54:39 wiz Exp $ +$NetBSD: patch-ag,v 1.3 2016/04/14 22:04:47 dholland Exp $ + +Add config for NetBSD on sparc. --- src/runtime/objs/mk.sparc-netbsd.orig Thu Sep 19 03:54:01 2002 +++ src/runtime/objs/mk.sparc-netbsd diff --git a/lang/smlnj/patches/patch-am b/lang/smlnj/patches/patch-am index b64363ea08755..c2f5d7a967601 100644 --- a/lang/smlnj/patches/patch-am +++ b/lang/smlnj/patches/patch-am @@ -1,4 +1,6 @@ -$NetBSD: patch-am,v 1.1 2003/03/21 22:54:42 wiz Exp $ +$NetBSD: patch-am,v 1.2 2016/04/14 22:04:47 dholland Exp $ + +Honor pkgsrc CFLAGS. --- src/runtime/objs/mk.sparc-solaris.orig Fri Jun 15 15:05:19 2001 +++ src/runtime/objs/mk.sparc-solaris diff --git a/lang/smlnj/patches/patch-an b/lang/smlnj/patches/patch-an index 05118673b691b..0c07ca5df4be9 100644 --- a/lang/smlnj/patches/patch-an +++ b/lang/smlnj/patches/patch-an @@ -1,4 +1,6 @@ -$NetBSD: patch-an,v 1.1 2003/03/21 22:54:43 wiz Exp $ +$NetBSD: patch-an,v 1.2 2016/04/14 22:04:47 dholland Exp $ + +Honor pkgsrc CFLAGS. --- src/runtime/objs/mk.sparc-sunos.orig Thu Jun 1 14:33:52 2000 +++ src/runtime/objs/mk.sparc-sunos diff --git a/lang/smlnj/patches/patch-ap b/lang/smlnj/patches/patch-ap index faf6eb2c30676..eee1c21db2d51 100644 --- a/lang/smlnj/patches/patch-ap +++ b/lang/smlnj/patches/patch-ap @@ -1,4 +1,6 @@ -$NetBSD: patch-ap,v 1.2 2003/07/01 23:19:14 jtb Exp $ +$NetBSD: patch-ap,v 1.3 2016/04/14 22:04:47 dholland Exp $ + +NetBSD support. --- src/runtime/include/cache-flush.h.orig +++ src/runtime/include/cache-flush.h diff --git a/lang/smlnj/patches/patch-aq b/lang/smlnj/patches/patch-aq index 5924782acefa6..18b09e287237b 100644 --- a/lang/smlnj/patches/patch-aq +++ b/lang/smlnj/patches/patch-aq @@ -1,4 +1,6 @@ -$NetBSD: patch-aq,v 1.2 2003/07/01 23:19:14 jtb Exp $ +$NetBSD: patch-aq,v 1.3 2016/04/14 22:04:47 dholland Exp $ + +NetBSD support. --- src/runtime/mach-dep/PPC.prim.asm.orig +++ src/runtime/mach-dep/PPC.prim.asm diff --git a/lang/smlnj/patches/patch-base_runtime_gc_gc-stats.h b/lang/smlnj/patches/patch-base_runtime_gc_gc-stats.h new file mode 100644 index 0000000000000..72d30b54d60f6 --- /dev/null +++ b/lang/smlnj/patches/patch-base_runtime_gc_gc-stats.h @@ -0,0 +1,44 @@ +$NetBSD: patch-base_runtime_gc_gc-stats.h,v 1.1 2016/04/14 21:58:22 dholland Exp $ + +Use struct timeval instead of blithely assuming that some private +struct declaration is always bit compatible with it. (Because it +isn't.) From PR 40954. + +--- base/runtime/gc/gc-stats.h.orig 2009-03-03 18:23:38.000000000 -0500 ++++ base/runtime/gc/gc-stats.h 2009-03-03 18:25:04.000000000 -0500 +@@ -16,6 +16,7 @@ extern void ReportVM (ml_state_t *msp, i + + #define START_GC_PAUSE(HEAP) { \ + if (StatsOn) { \ ++ struct timeval tv; \ + heap_t *__heap = (HEAP); \ + stat_rec_t *__p = &(StatsBuf[NStatsRecs]); \ + Unsigned32_t __n = (Addr_t)(msp->ml_allocPtr) - \ +@@ -23,7 +24,10 @@ extern void ReportVM (ml_state_t *msp, i + CNTR_INCR(&(__heap->numAlloc), __n); \ + __p->allocCnt = __heap->numAlloc; \ + __p->numGens = 0; \ +- gettimeofday(&(__p->startTime), NIL(struct timezone *)); \ ++ gettimeofday(&tv, NIL(struct timezone *)); \ ++ /* XXX breaks in 2038 */ \ ++ __p->startTime.seconds = tv.tv_sec; \ ++ __p->startTime.uSeconds = tv.tv_usec; \ + } \ + } + +@@ -34,8 +38,11 @@ extern void ReportVM (ml_state_t *msp, i + + #define STOP_GC_PAUSE() { \ + if (StatsOn) { \ +- gettimeofday(&(StatsBuf[NStatsRecs].stopTime), \ +- NIL(struct timezone *)); \ ++ struct timeval tv; \ ++ gettimeofday(&tv, NIL(struct timezone *)); \ ++ /* XXX breaks in 2038 */ \ ++ StatsBuf[NStatsRecs].stopTime.seconds = tv.tv_sec; \ ++ StatsBuf[NStatsRecs].stopTime.uSeconds = tv.tv_usec; \ + STATS_FINISH(); \ + } \ + } + + diff --git a/lang/smlnj/patches/patch-base_runtime_gc_init-gc.c b/lang/smlnj/patches/patch-base_runtime_gc_init-gc.c new file mode 100644 index 0000000000000..3032c25a54859 --- /dev/null +++ b/lang/smlnj/patches/patch-base_runtime_gc_init-gc.c @@ -0,0 +1,27 @@ +$NetBSD: patch-base_runtime_gc_init-gc.c,v 1.1 2016/04/14 21:58:22 dholland Exp $ + +Use struct timeval instead of blithely assuming that some private +struct declaration is always bit compatible with it. (Because it +isn't.) From PR 40954. + +--- base/runtime/gc/init-gc.c.orig 2009-03-03 18:15:36.000000000 -0500 ++++ base/runtime/gc/init-gc.c 2009-03-03 18:17:03.000000000 -0500 +@@ -218,12 +218,16 @@ void InitHeap (ml_state_t *msp, bool_t i + #if defined(COLLECT_STATS) + if (StatsFD > 0) { + stat_hdr_t hdr; ++ struct timeval tv; + CNTR_ZERO(&(heap->numAlloc)); + hdr.mask = STATMASK_ALLOC|STATMASK_NGENS|STATMASK_START|STATMASK_STOP; + hdr.isNewRuntime = 1; + hdr.allocSzB = params->allocSz; + hdr.numGens = params->numGens; +- gettimeofday (&(hdr.startTime), NIL(struct timezone *)); ++ gettimeofday (&tv, NIL(struct timezone *)); ++ /* XXX breaks in 2038 */ ++ hdr.startTime.seconds = tv.tv_sec; ++ hdr.startTime.uSeconds = tv.tv_usec; + write (StatsFD, (char *)&hdr, sizeof(stat_hdr_t)); + } + #endif + diff --git a/lang/smlnj/patches/patch-base_runtime_kernel_unix-timers.c b/lang/smlnj/patches/patch-base_runtime_kernel_unix-timers.c new file mode 100644 index 0000000000000..7841421b5b093 --- /dev/null +++ b/lang/smlnj/patches/patch-base_runtime_kernel_unix-timers.c @@ -0,0 +1,17 @@ +$NetBSD: patch-base_runtime_kernel_unix-timers.c,v 1.1 2016/04/14 21:58:22 dholland Exp $ + +Don't blithely assume that some internal type has the same layout as a +system type. It doesn't. Same issue as PR 40954, but a new case that I +either didn't find at the time or has appeared since. + +--- base/runtime/kernel/unix-timers.c~ 2000-06-01 18:34:03.000000000 +0000 ++++ base/runtime/kernel/unix-timers.c +@@ -18,7 +18,7 @@ typedef struct rusage time_struct_t; + #define GET_TIME(t) getrusage(RUSAGE_SELF, &(t)) + #define SYS_TIME(t) ((t).ru_stime) + #define USR_TIME(t) ((t).ru_utime) +-#define SET_TIME(tp, t) { *((struct timeval *)(tp)) = (t); } ++#define SET_TIME(tp, t) { (tp)->seconds = (t).tv_sec; (tp)->uSeconds = (t).tv_usec; } + + #else /* !HAS_GETRUSAGE */ + diff --git a/lang/smlnj/patches/patch-base_runtime_mach-dep_unix-prof.c b/lang/smlnj/patches/patch-base_runtime_mach-dep_unix-prof.c new file mode 100644 index 0000000000000..0716bf88ce23a --- /dev/null +++ b/lang/smlnj/patches/patch-base_runtime_mach-dep_unix-prof.c @@ -0,0 +1,15 @@ +$NetBSD: patch-base_runtime_mach-dep_unix-prof.c,v 1.1 2016/04/14 21:58:22 dholland Exp $ + +Use own abstractions correctly. + +--- base/runtime/mach-dep/unix-prof.c~ 2005-01-18 17:58:39.000000000 +0000 ++++ base/runtime/mach-dep/unix-prof.c +@@ -34,7 +34,7 @@ void EnableProfSignals () + */ + void DisableProfSignals () + { +- SIG_SetHandler (SIGVTALRM, SIG_DFL); ++ SIG_SetDefault (SIGVTALRM); + + } /* end of DisableProfSignals */ + diff --git a/lang/smlnj/patches/patch-base_runtime_objs_mk.x86-netbsd b/lang/smlnj/patches/patch-base_runtime_objs_mk.x86-netbsd index b2b26db9d1d70..dd416fce9ae0d 100644 --- a/lang/smlnj/patches/patch-base_runtime_objs_mk.x86-netbsd +++ b/lang/smlnj/patches/patch-base_runtime_objs_mk.x86-netbsd @@ -1,4 +1,6 @@ -$NetBSD: patch-base_runtime_objs_mk.x86-netbsd,v 1.1 2015/04/22 07:41:38 dholland Exp $ +$NetBSD: patch-base_runtime_objs_mk.x86-netbsd,v 1.2 2016/04/14 22:10:31 dholland Exp $ + +Configure for pkgsrc. Build as 32-bit. --- base/runtime/objs/mk.x86-netbsd.orig 2015-04-22 07:11:37.000000000 +0000 +++ base/runtime/objs/mk.x86-netbsd @@ -14,10 +16,9 @@ $NetBSD: patch-base_runtime_objs_mk.x86-netbsd,v 1.1 2015/04/22 07:41:38 dhollan CPP = gcc -x assembler-with-cpp -E -P #CPP = /usr/bin/cpp -P -@@ -23,4 +24,5 @@ VERSION = v-x86-netbsd +@@ -23,4 +24,4 @@ VERSION = v-x86-netbsd RUNTIME = run.x86-netbsd all: - ($(MAKE) RUNTIME="$(RUNTIME)" VERSION="$(VERSION)" MAKE="$(MAKE)" CC="$(CC)" CFLAGS="$(CFLAGS)" CPP="$(CPP)" TARGET=$(TARGET) DEFS="$(DEFS)" XOBJS="$(XOBJS)" XLIBS="$(XLIBS)" LD_LIBS="$(LD_LIBS)" $(RUNTIME)) -+ echo '************************** schnozzbort ************************' + ($(MAKE) RUNTIME="$(RUNTIME)" VERSION="$(VERSION)" MAKE="$(MAKE)" AS="$(AS)" CC="$(CC)" CFLAGS="$(CFLAGS)" CPP="$(CPP)" TARGET=$(TARGET) DEFS="$(DEFS)" XOBJS="$(XOBJS)" XLIBS="$(XLIBS)" LD_LIBS="$(LD_LIBS)" $(RUNTIME)) diff --git a/lang/smlnj/patches/patch-config___arch-n-opsys b/lang/smlnj/patches/patch-config___arch-n-opsys index ead1a8a873618..f7187f469f24a 100644 --- a/lang/smlnj/patches/patch-config___arch-n-opsys +++ b/lang/smlnj/patches/patch-config___arch-n-opsys @@ -1,4 +1,6 @@ -$NetBSD: patch-config___arch-n-opsys,v 1.1 2015/04/22 07:41:38 dholland Exp $ +$NetBSD: patch-config___arch-n-opsys,v 1.2 2016/04/14 22:04:47 dholland Exp $ + +Learn about x86_64. --- config/_arch-n-opsys~ 2011-03-22 13:30:14.000000000 +0000 +++ config/_arch-n-opsys diff --git a/lang/smlnj/patches/patch-src_runtime_gc_gc-stats.h b/lang/smlnj/patches/patch-src_runtime_gc_gc-stats.h new file mode 100644 index 0000000000000..43c5f56e38909 --- /dev/null +++ b/lang/smlnj/patches/patch-src_runtime_gc_gc-stats.h @@ -0,0 +1,44 @@ +$NetBSD: patch-src_runtime_gc_gc-stats.h,v 1.1 2016/04/14 21:58:22 dholland Exp $ + +Use struct timeval instead of blithely assuming that some private +struct declaration is always bit compatible with it. (Because it +isn't.) From PR 40954. + +--- src/runtime/gc/gc-stats.h.orig 2009-03-03 18:23:38.000000000 -0500 ++++ src/runtime/gc/gc-stats.h 2009-03-03 18:25:04.000000000 -0500 +@@ -16,6 +16,7 @@ extern void ReportVM (ml_state_t *msp, i + + #define START_GC_PAUSE(HEAP) { \ + if (StatsOn) { \ ++ struct timeval tv; \ + heap_t *__heap = (HEAP); \ + stat_rec_t *__p = &(StatsBuf[NStatsRecs]); \ + Unsigned32_t __n = (Addr_t)(msp->ml_allocPtr) - \ +@@ -23,7 +24,10 @@ extern void ReportVM (ml_state_t *msp, i + CNTR_INCR(&(__heap->numAlloc), __n); \ + __p->allocCnt = __heap->numAlloc; \ + __p->numGens = 0; \ +- gettimeofday(&(__p->startTime), NIL(struct timezone *)); \ ++ gettimeofday(&tv, NIL(struct timezone *)); \ ++ /* XXX breaks in 2038 */ \ ++ __p->startTime.seconds = tv.tv_sec; \ ++ __p->startTime.uSeconds = tv.tv_usec; \ + } \ + } + +@@ -34,8 +38,11 @@ extern void ReportVM (ml_state_t *msp, i + + #define STOP_GC_PAUSE() { \ + if (StatsOn) { \ +- gettimeofday(&(StatsBuf[NStatsRecs].stopTime), \ +- NIL(struct timezone *)); \ ++ struct timeval tv; \ ++ gettimeofday(&tv, NIL(struct timezone *)); \ ++ /* XXX breaks in 2038 */ \ ++ StatsBuf[NStatsRecs].stopTime.seconds = tv.tv_sec; \ ++ StatsBuf[NStatsRecs].stopTime.uSeconds = tv.tv_usec; \ + STATS_FINISH(); \ + } \ + } + + diff --git a/lang/smlnj/patches/patch-src_runtime_gc_init-gc.c b/lang/smlnj/patches/patch-src_runtime_gc_init-gc.c new file mode 100644 index 0000000000000..bdf1f70c86230 --- /dev/null +++ b/lang/smlnj/patches/patch-src_runtime_gc_init-gc.c @@ -0,0 +1,27 @@ +$NetBSD: patch-src_runtime_gc_init-gc.c,v 1.1 2016/04/14 21:58:22 dholland Exp $ + +Use struct timeval instead of blithely assuming that some private +struct declaration is always bit compatible with it. (Because it +isn't.) From PR 40954. + +--- src/runtime/gc/init-gc.c.orig 2009-03-03 18:15:36.000000000 -0500 ++++ src/runtime/gc/init-gc.c 2009-03-03 18:17:03.000000000 -0500 +@@ -218,12 +218,16 @@ void InitHeap (ml_state_t *msp, bool_t i + #if defined(COLLECT_STATS) + if (StatsFD > 0) { + stat_hdr_t hdr; ++ struct timeval tv; + CNTR_ZERO(&(heap->numAlloc)); + hdr.mask = STATMASK_ALLOC|STATMASK_NGENS|STATMASK_START|STATMASK_STOP; + hdr.isNewRuntime = 1; + hdr.allocSzB = params->allocSz; + hdr.numGens = params->numGens; +- gettimeofday (&(hdr.startTime), NIL(struct timezone *)); ++ gettimeofday (&tv, NIL(struct timezone *)); ++ /* XXX breaks in 2038 */ ++ hdr.startTime.seconds = tv.tv_sec; ++ hdr.startTime.uSeconds = tv.tv_usec; + write (StatsFD, (char *)&hdr, sizeof(stat_hdr_t)); + } + #endif + diff --git a/lang/smlnj/patches/patch-src_runtime_kernel_unix-timers.c b/lang/smlnj/patches/patch-src_runtime_kernel_unix-timers.c new file mode 100644 index 0000000000000..6f9770d387eac --- /dev/null +++ b/lang/smlnj/patches/patch-src_runtime_kernel_unix-timers.c @@ -0,0 +1,17 @@ +$NetBSD: patch-src_runtime_kernel_unix-timers.c,v 1.1 2016/04/14 21:58:22 dholland Exp $ + +Don't blithely assume that some internal type has the same layout as a +system type. It doesn't. Same issue as PR 40954, but a new case that I +either didn't find at the time or has appeared since. + +--- src/runtime/kernel/unix-timers.c~ 2000-06-01 18:34:03.000000000 +0000 ++++ src/runtime/kernel/unix-timers.c +@@ -18,7 +18,7 @@ typedef struct rusage time_struct_t; + #define GET_TIME(t) getrusage(RUSAGE_SELF, &(t)) + #define SYS_TIME(t) ((t).ru_stime) + #define USR_TIME(t) ((t).ru_utime) +-#define SET_TIME(tp, t) { *((struct timeval *)(tp)) = (t); } ++#define SET_TIME(tp, t) { (tp)->seconds = (t).tv_sec; (tp)->uSeconds = (t).tv_usec; } + + #else /* !HAS_GETRUSAGE */ + diff --git a/lang/smlnj/patches/patch-src_runtime_mach-dep_unix-prof.c b/lang/smlnj/patches/patch-src_runtime_mach-dep_unix-prof.c new file mode 100644 index 0000000000000..68f6c2eea3840 --- /dev/null +++ b/lang/smlnj/patches/patch-src_runtime_mach-dep_unix-prof.c @@ -0,0 +1,15 @@ +$NetBSD: patch-src_runtime_mach-dep_unix-prof.c,v 1.1 2016/04/14 21:58:22 dholland Exp $ + +Use own abstractions correctly. + +--- src/runtime/mach-dep/unix-prof.c~ 2005-01-18 17:58:39.000000000 +0000 ++++ src/runtime/mach-dep/unix-prof.c +@@ -34,7 +34,7 @@ void EnableProfSignals () + */ + void DisableProfSignals () + { +- SIG_SetHandler (SIGVTALRM, SIG_DFL); ++ SIG_SetDefault (SIGVTALRM); + + } /* end of DisableProfSignals */ + diff --git a/lang/smlnj/patches/patch-src_runtime_objs_mk.x86-netbsd b/lang/smlnj/patches/patch-src_runtime_objs_mk.x86-netbsd index 61a6979c071c3..c8d7feddd6ca6 100644 --- a/lang/smlnj/patches/patch-src_runtime_objs_mk.x86-netbsd +++ b/lang/smlnj/patches/patch-src_runtime_objs_mk.x86-netbsd @@ -1,4 +1,6 @@ -$NetBSD: patch-src_runtime_objs_mk.x86-netbsd,v 1.1 2015/04/22 07:41:38 dholland Exp $ +$NetBSD: patch-src_runtime_objs_mk.x86-netbsd,v 1.2 2016/04/14 22:10:31 dholland Exp $ + +Configure for pkgsrc. Build as 32-bit. --- src/runtime/objs/mk.x86-netbsd.orig 2015-04-22 07:11:37.000000000 +0000 +++ src/runtime/objs/mk.x86-netbsd @@ -14,10 +16,9 @@ $NetBSD: patch-src_runtime_objs_mk.x86-netbsd,v 1.1 2015/04/22 07:41:38 dholland CPP = gcc -x assembler-with-cpp -E -P #CPP = /usr/bin/cpp -P -@@ -23,4 +24,5 @@ VERSION = v-x86-netbsd +@@ -23,4 +24,4 @@ VERSION = v-x86-netbsd RUNTIME = run.x86-netbsd all: - ($(MAKE) RUNTIME="$(RUNTIME)" VERSION="$(VERSION)" MAKE="$(MAKE)" CC="$(CC)" CFLAGS="$(CFLAGS)" CPP="$(CPP)" TARGET=$(TARGET) DEFS="$(DEFS)" XOBJS="$(XOBJS)" XLIBS="$(XLIBS)" LD_LIBS="$(LD_LIBS)" $(RUNTIME)) -+ echo '************************** schnozzbort ************************' + ($(MAKE) RUNTIME="$(RUNTIME)" VERSION="$(VERSION)" MAKE="$(MAKE)" AS="$(AS)" CC="$(CC)" CFLAGS="$(CFLAGS)" CPP="$(CPP)" TARGET=$(TARGET) DEFS="$(DEFS)" XOBJS="$(XOBJS)" XLIBS="$(XLIBS)" LD_LIBS="$(LD_LIBS)" $(RUNTIME)) diff --git a/lang/snobol/Makefile b/lang/snobol/Makefile index bf62d33835a62..fb832969cf73c 100644 --- a/lang/snobol/Makefile +++ b/lang/snobol/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2014/09/20 18:13:29 jakllsch Exp $ +# $NetBSD: Makefile,v 1.31 2016/04/01 12:24:14 jperkin Exp $ # DISTNAME= snobol4-1.3 @@ -24,8 +24,9 @@ SUBST_STAGE.snobol-config= post-patch SUBST_FILES.snobol-config= Makefile SUBST_SED.snobol-config+= -e s\|M4=m4\|M4=${TOOLS_PATH.m4:Q}\| -HAS_CONFIGURE=yes -CONFIGURE_ARGS+=--prefix=${PREFIX} +HAS_CONFIGURE= yes +CONFIGURE_ARGS+= --prefix=${PREFIX} +CONFIGURE_ARGS+= --mandir=${PREFIX}/${PKGMANDIR} # not yet #CONFIGURE_ARGS+=--with-tcl #CONFIGURE_ARGS+=--with-tk diff --git a/lang/spl/Makefile b/lang/spl/Makefile index 2f4ee73a09376..fd63f48a613f8 100644 --- a/lang/spl/Makefile +++ b/lang/spl/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.27 2015/10/10 01:58:11 ryoon Exp $ +# $NetBSD: Makefile,v 1.28 2016/04/11 19:01:55 ryoon Exp $ # DISTNAME= spl-1.0pre3 -PKGREVISION= 13 +PKGREVISION= 14 CATEGORIES= lang MASTER_SITES= http://www.clifford.at/spl/releases/ \ http://www.clifford.at/spl/releases/OLD/ diff --git a/lang/sun-jdk7/Makefile b/lang/sun-jdk7/Makefile index addda3b461017..d4ac9dd29e66b 100644 --- a/lang/sun-jdk7/Makefile +++ b/lang/sun-jdk7/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2016/03/10 16:04:13 jperkin Exp $ +# $NetBSD: Makefile,v 1.18 2016/05/08 17:23:28 christos Exp $ # Note: This must be kept in sync with the sun-jre7 package # Note: make sure you include sums for both the x86_64 and the x86_32 @@ -6,7 +6,7 @@ DISTNAME= jdk-7u${UPDATE_NUMBER}-${DIST_OS}-${DIST_ARCH} PKGNAME= sun-jdk7-7.0.${UPDATE_NUMBER} -PKGREVISION= 1 +#PKGREVISION= 1 MASTER_SITES= # empty LICENSE= oracle-binary-code-license diff --git a/lang/sun-jdk7/PLIST.linux-i386 b/lang/sun-jdk7/PLIST.linux-i386 index 9d21b347f81c4..1bc53a6f69560 100644 --- a/lang/sun-jdk7/PLIST.linux-i386 +++ b/lang/sun-jdk7/PLIST.linux-i386 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST.linux-i386,v 1.6 2015/05/05 17:07:40 abs Exp $ +@comment $NetBSD: PLIST.linux-i386,v 1.7 2016/05/08 17:23:28 christos Exp $ bin/sun7-appletviewer bin/sun7-apt bin/sun7-extcheck @@ -109,534 +109,621 @@ java/sun-7/lib/ir.idl java/sun-7/lib/javafx-doclet.jar java/sun-7/lib/javafx-mx.jar java/sun-7/lib/jconsole.jar +java/sun-7/lib/missioncontrol/.eclipseproduct java/sun-7/lib/missioncontrol/THIRDPARTYLICENSEREADME.txt java/sun-7/lib/missioncontrol/artifacts.xml java/sun-7/lib/missioncontrol/configuration/config.ini java/sun-7/lib/missioncontrol/configuration/org.eclipse.equinox.simpleconfigurator/bundles.info java/sun-7/lib/missioncontrol/configuration/org.eclipse.update/platform.xml java/sun-7/lib/missioncontrol/dropins/README.TXT -java/sun-7/lib/missioncontrol/features/com.jrockit.mc.feature.console_5.4.0.162463/feature.properties -java/sun-7/lib/missioncontrol/features/com.jrockit.mc.feature.console_5.4.0.162463/feature.xml -java/sun-7/lib/missioncontrol/features/com.jrockit.mc.feature.core_5.4.0.162463/feature.properties -java/sun-7/lib/missioncontrol/features/com.jrockit.mc.feature.core_5.4.0.162463/feature.xml -java/sun-7/lib/missioncontrol/features/com.jrockit.mc.feature.flightrecorder_5.4.0.162463/feature.properties -java/sun-7/lib/missioncontrol/features/com.jrockit.mc.feature.flightrecorder_5.4.0.162463/feature.xml -java/sun-7/lib/missioncontrol/features/com.jrockit.mc.feature.rcp.ja_5.4.0.162463/feature.properties -java/sun-7/lib/missioncontrol/features/com.jrockit.mc.feature.rcp.ja_5.4.0.162463/feature.xml -java/sun-7/lib/missioncontrol/features/com.jrockit.mc.feature.rcp.zh_CN_5.4.0.162463/feature.properties -java/sun-7/lib/missioncontrol/features/com.jrockit.mc.feature.rcp.zh_CN_5.4.0.162463/feature.xml -java/sun-7/lib/missioncontrol/features/com.jrockit.mc.feature.rcp_5.4.0.162463/feature.properties -java/sun-7/lib/missioncontrol/features/com.jrockit.mc.feature.rcp_5.4.0.162463/feature.xml -java/sun-7/lib/missioncontrol/features/com.jrockit.mc.rcp.product_5.4.0.162463/feature.properties -java/sun-7/lib/missioncontrol/features/com.jrockit.mc.rcp.product_5.4.0.162463/feature.xml -java/sun-7/lib/missioncontrol/features/org.eclipse.babel.nls_eclipse_ja_4.2.0.v20130724060447/about.html -java/sun-7/lib/missioncontrol/features/org.eclipse.babel.nls_eclipse_ja_4.2.0.v20130724060447/eclipse_update_120.jpg -java/sun-7/lib/missioncontrol/features/org.eclipse.babel.nls_eclipse_ja_4.2.0.v20130724060447/epl-v10.html -java/sun-7/lib/missioncontrol/features/org.eclipse.babel.nls_eclipse_ja_4.2.0.v20130724060447/feature.properties -java/sun-7/lib/missioncontrol/features/org.eclipse.babel.nls_eclipse_ja_4.2.0.v20130724060447/feature.xml -java/sun-7/lib/missioncontrol/features/org.eclipse.babel.nls_eclipse_ja_4.2.0.v20130724060447/license.html -java/sun-7/lib/missioncontrol/features/org.eclipse.babel.nls_eclipse_zh_4.2.0.v20130724060447/about.html -java/sun-7/lib/missioncontrol/features/org.eclipse.babel.nls_eclipse_zh_4.2.0.v20130724060447/eclipse_update_120.jpg -java/sun-7/lib/missioncontrol/features/org.eclipse.babel.nls_eclipse_zh_4.2.0.v20130724060447/epl-v10.html -java/sun-7/lib/missioncontrol/features/org.eclipse.babel.nls_eclipse_zh_4.2.0.v20130724060447/feature.properties -java/sun-7/lib/missioncontrol/features/org.eclipse.babel.nls_eclipse_zh_4.2.0.v20130724060447/feature.xml -java/sun-7/lib/missioncontrol/features/org.eclipse.babel.nls_eclipse_zh_4.2.0.v20130724060447/license.html -java/sun-7/lib/missioncontrol/features/org.eclipse.babel.nls_rt.equinox_ja_4.2.0.v20130724060447/about.html -java/sun-7/lib/missioncontrol/features/org.eclipse.babel.nls_rt.equinox_ja_4.2.0.v20130724060447/eclipse_update_120.jpg -java/sun-7/lib/missioncontrol/features/org.eclipse.babel.nls_rt.equinox_ja_4.2.0.v20130724060447/epl-v10.html -java/sun-7/lib/missioncontrol/features/org.eclipse.babel.nls_rt.equinox_ja_4.2.0.v20130724060447/feature.properties -java/sun-7/lib/missioncontrol/features/org.eclipse.babel.nls_rt.equinox_ja_4.2.0.v20130724060447/feature.xml -java/sun-7/lib/missioncontrol/features/org.eclipse.babel.nls_rt.equinox_ja_4.2.0.v20130724060447/license.html -java/sun-7/lib/missioncontrol/features/org.eclipse.babel.nls_rt.equinox_zh_4.2.0.v20130724060447/about.html -java/sun-7/lib/missioncontrol/features/org.eclipse.babel.nls_rt.equinox_zh_4.2.0.v20130724060447/eclipse_update_120.jpg -java/sun-7/lib/missioncontrol/features/org.eclipse.babel.nls_rt.equinox_zh_4.2.0.v20130724060447/epl-v10.html -java/sun-7/lib/missioncontrol/features/org.eclipse.babel.nls_rt.equinox_zh_4.2.0.v20130724060447/feature.properties -java/sun-7/lib/missioncontrol/features/org.eclipse.babel.nls_rt.equinox_zh_4.2.0.v20130724060447/feature.xml -java/sun-7/lib/missioncontrol/features/org.eclipse.babel.nls_rt.equinox_zh_4.2.0.v20130724060447/license.html -java/sun-7/lib/missioncontrol/features/org.eclipse.equinox.p2.core.feature_1.1.0.v20121211-153934-8297FndFWmE7h7Bpz-vcqkxyKz0/META-INF/ECLIPSE_.RSA -java/sun-7/lib/missioncontrol/features/org.eclipse.equinox.p2.core.feature_1.1.0.v20121211-153934-8297FndFWmE7h7Bpz-vcqkxyKz0/META-INF/ECLIPSE_.SF -java/sun-7/lib/missioncontrol/features/org.eclipse.equinox.p2.core.feature_1.1.0.v20121211-153934-8297FndFWmE7h7Bpz-vcqkxyKz0/META-INF/MANIFEST.MF -java/sun-7/lib/missioncontrol/features/org.eclipse.equinox.p2.core.feature_1.1.0.v20121211-153934-8297FndFWmE7h7Bpz-vcqkxyKz0/META-INF/eclipse.inf -java/sun-7/lib/missioncontrol/features/org.eclipse.equinox.p2.core.feature_1.1.0.v20121211-153934-8297FndFWmE7h7Bpz-vcqkxyKz0/eclipse_update_120.jpg -java/sun-7/lib/missioncontrol/features/org.eclipse.equinox.p2.core.feature_1.1.0.v20121211-153934-8297FndFWmE7h7Bpz-vcqkxyKz0/epl-v10.html -java/sun-7/lib/missioncontrol/features/org.eclipse.equinox.p2.core.feature_1.1.0.v20121211-153934-8297FndFWmE7h7Bpz-vcqkxyKz0/feature.properties -java/sun-7/lib/missioncontrol/features/org.eclipse.equinox.p2.core.feature_1.1.0.v20121211-153934-8297FndFWmE7h7Bpz-vcqkxyKz0/feature.xml -java/sun-7/lib/missioncontrol/features/org.eclipse.equinox.p2.core.feature_1.1.0.v20121211-153934-8297FndFWmE7h7Bpz-vcqkxyKz0/license.html -java/sun-7/lib/missioncontrol/features/org.eclipse.equinox.p2.rcp.feature_1.1.0.v20121211-153934-785EoBqNKNZz-DW7sUc8hFwz00wd/META-INF/ECLIPSE_.RSA -java/sun-7/lib/missioncontrol/features/org.eclipse.equinox.p2.rcp.feature_1.1.0.v20121211-153934-785EoBqNKNZz-DW7sUc8hFwz00wd/META-INF/ECLIPSE_.SF -java/sun-7/lib/missioncontrol/features/org.eclipse.equinox.p2.rcp.feature_1.1.0.v20121211-153934-785EoBqNKNZz-DW7sUc8hFwz00wd/META-INF/MANIFEST.MF -java/sun-7/lib/missioncontrol/features/org.eclipse.equinox.p2.rcp.feature_1.1.0.v20121211-153934-785EoBqNKNZz-DW7sUc8hFwz00wd/META-INF/eclipse.inf -java/sun-7/lib/missioncontrol/features/org.eclipse.equinox.p2.rcp.feature_1.1.0.v20121211-153934-785EoBqNKNZz-DW7sUc8hFwz00wd/eclipse_update_120.jpg -java/sun-7/lib/missioncontrol/features/org.eclipse.equinox.p2.rcp.feature_1.1.0.v20121211-153934-785EoBqNKNZz-DW7sUc8hFwz00wd/epl-v10.html -java/sun-7/lib/missioncontrol/features/org.eclipse.equinox.p2.rcp.feature_1.1.0.v20121211-153934-785EoBqNKNZz-DW7sUc8hFwz00wd/feature.properties -java/sun-7/lib/missioncontrol/features/org.eclipse.equinox.p2.rcp.feature_1.1.0.v20121211-153934-785EoBqNKNZz-DW7sUc8hFwz00wd/feature.xml -java/sun-7/lib/missioncontrol/features/org.eclipse.equinox.p2.rcp.feature_1.1.0.v20121211-153934-785EoBqNKNZz-DW7sUc8hFwz00wd/license.html -java/sun-7/lib/missioncontrol/features/org.eclipse.help_1.4.1.v20120912-145617-8R7xFOXFLWUl7PpMEeZNIGkb4/META-INF/ECLIPSE_.RSA -java/sun-7/lib/missioncontrol/features/org.eclipse.help_1.4.1.v20120912-145617-8R7xFOXFLWUl7PpMEeZNIGkb4/META-INF/ECLIPSE_.SF -java/sun-7/lib/missioncontrol/features/org.eclipse.help_1.4.1.v20120912-145617-8R7xFOXFLWUl7PpMEeZNIGkb4/META-INF/MANIFEST.MF -java/sun-7/lib/missioncontrol/features/org.eclipse.help_1.4.1.v20120912-145617-8R7xFOXFLWUl7PpMEeZNIGkb4/META-INF/eclipse.inf -java/sun-7/lib/missioncontrol/features/org.eclipse.help_1.4.1.v20120912-145617-8R7xFOXFLWUl7PpMEeZNIGkb4/eclipse_update_120.jpg -java/sun-7/lib/missioncontrol/features/org.eclipse.help_1.4.1.v20120912-145617-8R7xFOXFLWUl7PpMEeZNIGkb4/epl-v10.html -java/sun-7/lib/missioncontrol/features/org.eclipse.help_1.4.1.v20120912-145617-8R7xFOXFLWUl7PpMEeZNIGkb4/feature.properties -java/sun-7/lib/missioncontrol/features/org.eclipse.help_1.4.1.v20120912-145617-8R7xFOXFLWUl7PpMEeZNIGkb4/feature.xml -java/sun-7/lib/missioncontrol/features/org.eclipse.help_1.4.1.v20120912-145617-8R7xFOXFLWUl7PpMEeZNIGkb4/license.html -java/sun-7/lib/missioncontrol/features/org.eclipse.rcp_3.8.2.v20130118-180157-96BuGOZFxwOAeG8Ofmqicz0tPK/META-INF/ECLIPSE_.RSA -java/sun-7/lib/missioncontrol/features/org.eclipse.rcp_3.8.2.v20130118-180157-96BuGOZFxwOAeG8Ofmqicz0tPK/META-INF/ECLIPSE_.SF -java/sun-7/lib/missioncontrol/features/org.eclipse.rcp_3.8.2.v20130118-180157-96BuGOZFxwOAeG8Ofmqicz0tPK/META-INF/MANIFEST.MF -java/sun-7/lib/missioncontrol/features/org.eclipse.rcp_3.8.2.v20130118-180157-96BuGOZFxwOAeG8Ofmqicz0tPK/META-INF/eclipse.inf -java/sun-7/lib/missioncontrol/features/org.eclipse.rcp_3.8.2.v20130118-180157-96BuGOZFxwOAeG8Ofmqicz0tPK/eclipse_update_120.jpg -java/sun-7/lib/missioncontrol/features/org.eclipse.rcp_3.8.2.v20130118-180157-96BuGOZFxwOAeG8Ofmqicz0tPK/epl-v10.html -java/sun-7/lib/missioncontrol/features/org.eclipse.rcp_3.8.2.v20130118-180157-96BuGOZFxwOAeG8Ofmqicz0tPK/feature.properties -java/sun-7/lib/missioncontrol/features/org.eclipse.rcp_3.8.2.v20130118-180157-96BuGOZFxwOAeG8Ofmqicz0tPK/feature.xml -java/sun-7/lib/missioncontrol/features/org.eclipse.rcp_3.8.2.v20130118-180157-96BuGOZFxwOAeG8Ofmqicz0tPK/license.html +java/sun-7/lib/missioncontrol/features/com.jrockit.mc.feature.console_5.5.0.165303/feature.properties +java/sun-7/lib/missioncontrol/features/com.jrockit.mc.feature.console_5.5.0.165303/feature.xml +java/sun-7/lib/missioncontrol/features/com.jrockit.mc.feature.core_5.5.0.165303/feature.properties +java/sun-7/lib/missioncontrol/features/com.jrockit.mc.feature.core_5.5.0.165303/feature.xml +java/sun-7/lib/missioncontrol/features/com.jrockit.mc.feature.flightrecorder_5.5.0.165303/feature.properties +java/sun-7/lib/missioncontrol/features/com.jrockit.mc.feature.flightrecorder_5.5.0.165303/feature.xml +java/sun-7/lib/missioncontrol/features/com.jrockit.mc.feature.rcp.ja_5.5.0.165303/feature.properties +java/sun-7/lib/missioncontrol/features/com.jrockit.mc.feature.rcp.ja_5.5.0.165303/feature.xml +java/sun-7/lib/missioncontrol/features/com.jrockit.mc.feature.rcp.zh_CN_5.5.0.165303/feature.properties +java/sun-7/lib/missioncontrol/features/com.jrockit.mc.feature.rcp.zh_CN_5.5.0.165303/feature.xml +java/sun-7/lib/missioncontrol/features/com.jrockit.mc.feature.rcp_5.5.0.165303/feature.properties +java/sun-7/lib/missioncontrol/features/com.jrockit.mc.feature.rcp_5.5.0.165303/feature.xml +java/sun-7/lib/missioncontrol/features/com.jrockit.mc.rcp.product_5.5.0.165303/feature.properties +java/sun-7/lib/missioncontrol/features/com.jrockit.mc.rcp.product_5.5.0.165303/feature.xml +java/sun-7/lib/missioncontrol/features/org.eclipse.babel.nls_eclipse_ja_4.4.0.v20140623020002/about.html +java/sun-7/lib/missioncontrol/features/org.eclipse.babel.nls_eclipse_ja_4.4.0.v20140623020002/eclipse_update_120.jpg +java/sun-7/lib/missioncontrol/features/org.eclipse.babel.nls_eclipse_ja_4.4.0.v20140623020002/epl-v10.html +java/sun-7/lib/missioncontrol/features/org.eclipse.babel.nls_eclipse_ja_4.4.0.v20140623020002/feature.properties +java/sun-7/lib/missioncontrol/features/org.eclipse.babel.nls_eclipse_ja_4.4.0.v20140623020002/feature.xml +java/sun-7/lib/missioncontrol/features/org.eclipse.babel.nls_eclipse_ja_4.4.0.v20140623020002/license.html +java/sun-7/lib/missioncontrol/features/org.eclipse.babel.nls_eclipse_zh_4.4.0.v20140623020002/about.html +java/sun-7/lib/missioncontrol/features/org.eclipse.babel.nls_eclipse_zh_4.4.0.v20140623020002/eclipse_update_120.jpg +java/sun-7/lib/missioncontrol/features/org.eclipse.babel.nls_eclipse_zh_4.4.0.v20140623020002/epl-v10.html +java/sun-7/lib/missioncontrol/features/org.eclipse.babel.nls_eclipse_zh_4.4.0.v20140623020002/feature.properties +java/sun-7/lib/missioncontrol/features/org.eclipse.babel.nls_eclipse_zh_4.4.0.v20140623020002/feature.xml +java/sun-7/lib/missioncontrol/features/org.eclipse.babel.nls_eclipse_zh_4.4.0.v20140623020002/license.html +java/sun-7/lib/missioncontrol/features/org.eclipse.e4.rcp_1.3.100.v20141007-2033/META-INF/MANIFEST.MF +java/sun-7/lib/missioncontrol/features/org.eclipse.e4.rcp_1.3.100.v20141007-2033/epl-v10.html +java/sun-7/lib/missioncontrol/features/org.eclipse.e4.rcp_1.3.100.v20141007-2033/feature.properties +java/sun-7/lib/missioncontrol/features/org.eclipse.e4.rcp_1.3.100.v20141007-2033/feature.xml +java/sun-7/lib/missioncontrol/features/org.eclipse.e4.rcp_1.3.100.v20141007-2033/license.html +java/sun-7/lib/missioncontrol/features/org.eclipse.ecf.core.feature_1.1.0.v20140827-1444/META-INF/ECLIPSE_.RSA +java/sun-7/lib/missioncontrol/features/org.eclipse.ecf.core.feature_1.1.0.v20140827-1444/META-INF/ECLIPSE_.SF +java/sun-7/lib/missioncontrol/features/org.eclipse.ecf.core.feature_1.1.0.v20140827-1444/META-INF/MANIFEST.MF +java/sun-7/lib/missioncontrol/features/org.eclipse.ecf.core.feature_1.1.0.v20140827-1444/META-INF/eclipse.inf +java/sun-7/lib/missioncontrol/features/org.eclipse.ecf.core.feature_1.1.0.v20140827-1444/about.html +java/sun-7/lib/missioncontrol/features/org.eclipse.ecf.core.feature_1.1.0.v20140827-1444/epl-v10.html +java/sun-7/lib/missioncontrol/features/org.eclipse.ecf.core.feature_1.1.0.v20140827-1444/feature.properties +java/sun-7/lib/missioncontrol/features/org.eclipse.ecf.core.feature_1.1.0.v20140827-1444/feature.xml +java/sun-7/lib/missioncontrol/features/org.eclipse.ecf.core.feature_1.1.0.v20140827-1444/license.html +java/sun-7/lib/missioncontrol/features/org.eclipse.ecf.core.ssl.feature_1.0.0.v20140827-1444/META-INF/ECLIPSE_.RSA +java/sun-7/lib/missioncontrol/features/org.eclipse.ecf.core.ssl.feature_1.0.0.v20140827-1444/META-INF/ECLIPSE_.SF +java/sun-7/lib/missioncontrol/features/org.eclipse.ecf.core.ssl.feature_1.0.0.v20140827-1444/META-INF/MANIFEST.MF +java/sun-7/lib/missioncontrol/features/org.eclipse.ecf.core.ssl.feature_1.0.0.v20140827-1444/META-INF/eclipse.inf +java/sun-7/lib/missioncontrol/features/org.eclipse.ecf.core.ssl.feature_1.0.0.v20140827-1444/about.html +java/sun-7/lib/missioncontrol/features/org.eclipse.ecf.core.ssl.feature_1.0.0.v20140827-1444/epl-v10.html +java/sun-7/lib/missioncontrol/features/org.eclipse.ecf.core.ssl.feature_1.0.0.v20140827-1444/feature.properties +java/sun-7/lib/missioncontrol/features/org.eclipse.ecf.core.ssl.feature_1.0.0.v20140827-1444/feature.xml +java/sun-7/lib/missioncontrol/features/org.eclipse.ecf.core.ssl.feature_1.0.0.v20140827-1444/license.html +java/sun-7/lib/missioncontrol/features/org.eclipse.ecf.filetransfer.feature_3.9.0.v20140827-1444/META-INF/ECLIPSE_.RSA +java/sun-7/lib/missioncontrol/features/org.eclipse.ecf.filetransfer.feature_3.9.0.v20140827-1444/META-INF/ECLIPSE_.SF +java/sun-7/lib/missioncontrol/features/org.eclipse.ecf.filetransfer.feature_3.9.0.v20140827-1444/META-INF/MANIFEST.MF +java/sun-7/lib/missioncontrol/features/org.eclipse.ecf.filetransfer.feature_3.9.0.v20140827-1444/META-INF/eclipse.inf +java/sun-7/lib/missioncontrol/features/org.eclipse.ecf.filetransfer.feature_3.9.0.v20140827-1444/about.html +java/sun-7/lib/missioncontrol/features/org.eclipse.ecf.filetransfer.feature_3.9.0.v20140827-1444/asl-v20.txt +java/sun-7/lib/missioncontrol/features/org.eclipse.ecf.filetransfer.feature_3.9.0.v20140827-1444/epl-v10.html +java/sun-7/lib/missioncontrol/features/org.eclipse.ecf.filetransfer.feature_3.9.0.v20140827-1444/feature.properties +java/sun-7/lib/missioncontrol/features/org.eclipse.ecf.filetransfer.feature_3.9.0.v20140827-1444/feature.xml +java/sun-7/lib/missioncontrol/features/org.eclipse.ecf.filetransfer.feature_3.9.0.v20140827-1444/license.html +java/sun-7/lib/missioncontrol/features/org.eclipse.ecf.filetransfer.httpclient4.feature_3.9.1.v20140827-1444/META-INF/ECLIPSE_.RSA +java/sun-7/lib/missioncontrol/features/org.eclipse.ecf.filetransfer.httpclient4.feature_3.9.1.v20140827-1444/META-INF/ECLIPSE_.SF +java/sun-7/lib/missioncontrol/features/org.eclipse.ecf.filetransfer.httpclient4.feature_3.9.1.v20140827-1444/META-INF/MANIFEST.MF +java/sun-7/lib/missioncontrol/features/org.eclipse.ecf.filetransfer.httpclient4.feature_3.9.1.v20140827-1444/META-INF/eclipse.inf +java/sun-7/lib/missioncontrol/features/org.eclipse.ecf.filetransfer.httpclient4.feature_3.9.1.v20140827-1444/about.html +java/sun-7/lib/missioncontrol/features/org.eclipse.ecf.filetransfer.httpclient4.feature_3.9.1.v20140827-1444/asl-v20.txt +java/sun-7/lib/missioncontrol/features/org.eclipse.ecf.filetransfer.httpclient4.feature_3.9.1.v20140827-1444/epl-v10.html +java/sun-7/lib/missioncontrol/features/org.eclipse.ecf.filetransfer.httpclient4.feature_3.9.1.v20140827-1444/feature.properties +java/sun-7/lib/missioncontrol/features/org.eclipse.ecf.filetransfer.httpclient4.feature_3.9.1.v20140827-1444/feature.xml +java/sun-7/lib/missioncontrol/features/org.eclipse.ecf.filetransfer.httpclient4.feature_3.9.1.v20140827-1444/license.html +java/sun-7/lib/missioncontrol/features/org.eclipse.ecf.filetransfer.httpclient4.ssl.feature_1.0.0.v20140827-1444/META-INF/ECLIPSE_.RSA +java/sun-7/lib/missioncontrol/features/org.eclipse.ecf.filetransfer.httpclient4.ssl.feature_1.0.0.v20140827-1444/META-INF/ECLIPSE_.SF +java/sun-7/lib/missioncontrol/features/org.eclipse.ecf.filetransfer.httpclient4.ssl.feature_1.0.0.v20140827-1444/META-INF/MANIFEST.MF +java/sun-7/lib/missioncontrol/features/org.eclipse.ecf.filetransfer.httpclient4.ssl.feature_1.0.0.v20140827-1444/META-INF/eclipse.inf +java/sun-7/lib/missioncontrol/features/org.eclipse.ecf.filetransfer.httpclient4.ssl.feature_1.0.0.v20140827-1444/about.html +java/sun-7/lib/missioncontrol/features/org.eclipse.ecf.filetransfer.httpclient4.ssl.feature_1.0.0.v20140827-1444/asl-v20.txt +java/sun-7/lib/missioncontrol/features/org.eclipse.ecf.filetransfer.httpclient4.ssl.feature_1.0.0.v20140827-1444/epl-v10.html +java/sun-7/lib/missioncontrol/features/org.eclipse.ecf.filetransfer.httpclient4.ssl.feature_1.0.0.v20140827-1444/feature.properties +java/sun-7/lib/missioncontrol/features/org.eclipse.ecf.filetransfer.httpclient4.ssl.feature_1.0.0.v20140827-1444/feature.xml +java/sun-7/lib/missioncontrol/features/org.eclipse.ecf.filetransfer.httpclient4.ssl.feature_1.0.0.v20140827-1444/license.html +java/sun-7/lib/missioncontrol/features/org.eclipse.ecf.filetransfer.ssl.feature_1.0.0.v20140827-1444/META-INF/ECLIPSE_.RSA +java/sun-7/lib/missioncontrol/features/org.eclipse.ecf.filetransfer.ssl.feature_1.0.0.v20140827-1444/META-INF/ECLIPSE_.SF +java/sun-7/lib/missioncontrol/features/org.eclipse.ecf.filetransfer.ssl.feature_1.0.0.v20140827-1444/META-INF/MANIFEST.MF +java/sun-7/lib/missioncontrol/features/org.eclipse.ecf.filetransfer.ssl.feature_1.0.0.v20140827-1444/META-INF/eclipse.inf +java/sun-7/lib/missioncontrol/features/org.eclipse.ecf.filetransfer.ssl.feature_1.0.0.v20140827-1444/about.html +java/sun-7/lib/missioncontrol/features/org.eclipse.ecf.filetransfer.ssl.feature_1.0.0.v20140827-1444/epl-v10.html +java/sun-7/lib/missioncontrol/features/org.eclipse.ecf.filetransfer.ssl.feature_1.0.0.v20140827-1444/feature.properties +java/sun-7/lib/missioncontrol/features/org.eclipse.ecf.filetransfer.ssl.feature_1.0.0.v20140827-1444/feature.xml +java/sun-7/lib/missioncontrol/features/org.eclipse.ecf.filetransfer.ssl.feature_1.0.0.v20140827-1444/license.html +java/sun-7/lib/missioncontrol/features/org.eclipse.emf.common_2.10.1.v20140901-1043/META-INF/ECLIPSE_.RSA +java/sun-7/lib/missioncontrol/features/org.eclipse.emf.common_2.10.1.v20140901-1043/META-INF/ECLIPSE_.SF +java/sun-7/lib/missioncontrol/features/org.eclipse.emf.common_2.10.1.v20140901-1043/META-INF/MANIFEST.MF +java/sun-7/lib/missioncontrol/features/org.eclipse.emf.common_2.10.1.v20140901-1043/META-INF/eclipse.inf +java/sun-7/lib/missioncontrol/features/org.eclipse.emf.common_2.10.1.v20140901-1043/epl-v10.html +java/sun-7/lib/missioncontrol/features/org.eclipse.emf.common_2.10.1.v20140901-1043/feature.properties +java/sun-7/lib/missioncontrol/features/org.eclipse.emf.common_2.10.1.v20140901-1043/feature.xml +java/sun-7/lib/missioncontrol/features/org.eclipse.emf.common_2.10.1.v20140901-1043/license.html +java/sun-7/lib/missioncontrol/features/org.eclipse.emf.ecore_2.10.1.v20140901-1043/META-INF/ECLIPSE_.RSA +java/sun-7/lib/missioncontrol/features/org.eclipse.emf.ecore_2.10.1.v20140901-1043/META-INF/ECLIPSE_.SF +java/sun-7/lib/missioncontrol/features/org.eclipse.emf.ecore_2.10.1.v20140901-1043/META-INF/MANIFEST.MF +java/sun-7/lib/missioncontrol/features/org.eclipse.emf.ecore_2.10.1.v20140901-1043/META-INF/eclipse.inf +java/sun-7/lib/missioncontrol/features/org.eclipse.emf.ecore_2.10.1.v20140901-1043/epl-v10.html +java/sun-7/lib/missioncontrol/features/org.eclipse.emf.ecore_2.10.1.v20140901-1043/feature.properties +java/sun-7/lib/missioncontrol/features/org.eclipse.emf.ecore_2.10.1.v20140901-1043/feature.xml +java/sun-7/lib/missioncontrol/features/org.eclipse.emf.ecore_2.10.1.v20140901-1043/license.html +java/sun-7/lib/missioncontrol/features/org.eclipse.equinox.p2.core.feature_1.3.0.v20140523-0116/META-INF/ECLIPSE_.RSA +java/sun-7/lib/missioncontrol/features/org.eclipse.equinox.p2.core.feature_1.3.0.v20140523-0116/META-INF/ECLIPSE_.SF +java/sun-7/lib/missioncontrol/features/org.eclipse.equinox.p2.core.feature_1.3.0.v20140523-0116/META-INF/MANIFEST.MF +java/sun-7/lib/missioncontrol/features/org.eclipse.equinox.p2.core.feature_1.3.0.v20140523-0116/epl-v10.html +java/sun-7/lib/missioncontrol/features/org.eclipse.equinox.p2.core.feature_1.3.0.v20140523-0116/feature.properties +java/sun-7/lib/missioncontrol/features/org.eclipse.equinox.p2.core.feature_1.3.0.v20140523-0116/feature.xml +java/sun-7/lib/missioncontrol/features/org.eclipse.equinox.p2.core.feature_1.3.0.v20140523-0116/license.html +java/sun-7/lib/missioncontrol/features/org.eclipse.equinox.p2.rcp.feature_1.2.0.v20140523-0116/META-INF/ECLIPSE_.RSA +java/sun-7/lib/missioncontrol/features/org.eclipse.equinox.p2.rcp.feature_1.2.0.v20140523-0116/META-INF/ECLIPSE_.SF +java/sun-7/lib/missioncontrol/features/org.eclipse.equinox.p2.rcp.feature_1.2.0.v20140523-0116/META-INF/MANIFEST.MF +java/sun-7/lib/missioncontrol/features/org.eclipse.equinox.p2.rcp.feature_1.2.0.v20140523-0116/epl-v10.html +java/sun-7/lib/missioncontrol/features/org.eclipse.equinox.p2.rcp.feature_1.2.0.v20140523-0116/feature.properties +java/sun-7/lib/missioncontrol/features/org.eclipse.equinox.p2.rcp.feature_1.2.0.v20140523-0116/feature.xml +java/sun-7/lib/missioncontrol/features/org.eclipse.equinox.p2.rcp.feature_1.2.0.v20140523-0116/license.html +java/sun-7/lib/missioncontrol/features/org.eclipse.help_2.0.102.v20141007-2301/META-INF/MANIFEST.MF +java/sun-7/lib/missioncontrol/features/org.eclipse.help_2.0.102.v20141007-2301/epl-v10.html +java/sun-7/lib/missioncontrol/features/org.eclipse.help_2.0.102.v20141007-2301/feature.properties +java/sun-7/lib/missioncontrol/features/org.eclipse.help_2.0.102.v20141007-2301/feature.xml +java/sun-7/lib/missioncontrol/features/org.eclipse.help_2.0.102.v20141007-2301/license.html +java/sun-7/lib/missioncontrol/features/org.eclipse.rcp_4.4.0.v20141007-2301/META-INF/MANIFEST.MF +java/sun-7/lib/missioncontrol/features/org.eclipse.rcp_4.4.0.v20141007-2301/epl-v10.html +java/sun-7/lib/missioncontrol/features/org.eclipse.rcp_4.4.0.v20141007-2301/feature.properties +java/sun-7/lib/missioncontrol/features/org.eclipse.rcp_4.4.0.v20141007-2301/feature.xml +java/sun-7/lib/missioncontrol/features/org.eclipse.rcp_4.4.0.v20141007-2301/license.html java/sun-7/lib/missioncontrol/icon.xpm -java/sun-7/lib/missioncontrol/libcairo-swt.so java/sun-7/lib/missioncontrol/mc.jar java/sun-7/lib/missioncontrol/p2/org.eclipse.equinox.p2.core/cache/artifacts.xml -java/sun-7/lib/missioncontrol/p2/org.eclipse.equinox.p2.core/cache/binary/com.jrockit.mc.rcp.product_root_5.4.0.162463 -java/sun-7/lib/missioncontrol/p2/org.eclipse.equinox.p2.core/cache/binary/com.oracle.jmc.executable.gtk.linux.x86_5.4.0 +java/sun-7/lib/missioncontrol/p2/org.eclipse.equinox.p2.core/cache/binary/com.jrockit.mc.rcp.product_root_5.5.0.165303 +java/sun-7/lib/missioncontrol/p2/org.eclipse.equinox.p2.core/cache/binary/com.oracle.jmc.executable.gtk.linux.x86_64_5.5.0 +java/sun-7/lib/missioncontrol/p2/org.eclipse.equinox.p2.core/cache/binary/org.eclipse.rcp_root_4.4.0.v20141007-2301 java/sun-7/lib/missioncontrol/p2/org.eclipse.equinox.p2.engine/.settings/org.eclipse.equinox.p2.artifact.repository.prefs java/sun-7/lib/missioncontrol/p2/org.eclipse.equinox.p2.engine/.settings/org.eclipse.equinox.p2.metadata.repository.prefs java/sun-7/lib/missioncontrol/p2/org.eclipse.equinox.p2.engine/profileRegistry/JMC.profile/.lock -java/sun-7/lib/missioncontrol/p2/org.eclipse.equinox.p2.engine/profileRegistry/JMC.profile/1404825662298.profile.gz -java/sun-7/lib/missioncontrol/p2/org.eclipse.equinox.p2.engine/profileRegistry/JMC.profile/1404825663150.profile.gz -java/sun-7/lib/missioncontrol/p2/org.eclipse.equinox.p2.engine/profileRegistry/JMC.profile/1404825678426.profile.gz -java/sun-7/lib/missioncontrol/p2/org.eclipse.equinox.p2.engine/profileRegistry/JMC.profile/1404825681769.profile.gz -java/sun-7/lib/missioncontrol/plugins/com.ibm.icu_4.4.2.v20110823.jar -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.alert.ja_5.4.0.162463.jar -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.alert.zh_CN_5.4.0.162463.jar -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.alert_5.4.0.162463.jar -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.attach_5.4.0.162463.jar -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.browser.attach.ja_5.4.0.162463.jar -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.browser.attach.zh_CN_5.4.0.162463.jar -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.browser.attach_5.4.0.162463.jar -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.browser.ja_5.4.0.162463.jar -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.browser.jdp.ja_5.4.0.162463.jar -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.browser.jdp.zh_CN_5.4.0.162463.jar -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.browser.jdp_5.4.0.162463.jar -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.browser.zh_CN_5.4.0.162463.jar -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.browser_5.4.0.162463.jar -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.commands_5.4.0.162463.jar -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.common_5.4.0.162463.jar -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.components.ui.ja_5.4.0.162463.jar -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.components.ui.zh_CN_5.4.0.162463.jar -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.components.ui_5.4.0.162463.jar -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.console.historicaldata.ja_5.4.0.162463.jar -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.console.historicaldata.zh_CN_5.4.0.162463.jar -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.console.historicaldata_5.4.0.162463.jar -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.diagnostic.ja_5.4.0.162463.jar -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.diagnostic.zh_CN_5.4.0.162463.jar -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.diagnostic_5.4.0.162463.jar -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.ja_5.4.0.162463.jar -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.mbeanbrowser.ja_5.4.0.162463.jar -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.mbeanbrowser.zh_CN_5.4.0.162463.jar -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.mbeanbrowser_5.4.0.162463.jar -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification.ja_5.4.0.162463.jar -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification.zh_CN_5.4.0.162463.jar -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.4.0.162463/META-INF/MANIFEST.MF -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.4.0.162463/com.jrockit.mc.console.ui.notification.tab_contexts.xml -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.4.0.162463/com.jrockit.mc.console.ui.notification_contexts.xml -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.4.0.162463/html/dcommon/css/blafdoc.css -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.4.0.162463/html/dcommon/gifs/bookbig.gif -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.4.0.162463/html/dcommon/gifs/bookicon.gif -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.4.0.162463/html/dcommon/gifs/booklist.gif -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.4.0.162463/html/dcommon/gifs/contbig.gif -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.4.0.162463/html/dcommon/gifs/conticon.gif -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.4.0.162463/html/dcommon/gifs/doclib.gif -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.4.0.162463/html/dcommon/gifs/feedback.gif -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.4.0.162463/html/dcommon/gifs/feedbck2.gif -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.4.0.162463/html/dcommon/gifs/help.gif -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.4.0.162463/html/dcommon/gifs/index.gif -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.4.0.162463/html/dcommon/gifs/indxicon.gif -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.4.0.162463/html/dcommon/gifs/larrow.gif -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.4.0.162463/html/dcommon/gifs/leftnav.gif -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.4.0.162463/html/dcommon/gifs/masterix.gif -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.4.0.162463/html/dcommon/gifs/mix.gif -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.4.0.162463/html/dcommon/gifs/oracle.gif -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.4.0.162463/html/dcommon/gifs/prodbig.gif -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.4.0.162463/html/dcommon/gifs/prodicon.gif -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.4.0.162463/html/dcommon/gifs/rarrow.gif -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.4.0.162463/html/dcommon/gifs/rightnav.gif -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.4.0.162463/html/dcommon/gifs/toc.gif -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.4.0.162463/html/dcommon/gifs/topnav.gif -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.4.0.162463/html/dcommon/gifs/uarrow.gif -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.4.0.162463/html/dcommon/html/copyrt.htm -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.4.0.162463/html/olh.htm -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.4.0.162463/html/olh001.htm -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.4.0.162463/html/preface.htm -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.4.0.162463/html/title.htm -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.4.0.162463/icons/alert_obj.png -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.4.0.162463/icons/file_obj.gif -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.4.0.162463/icons/flight_recorder.png -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.4.0.162463/icons/new-trigger-wiz.gif -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.4.0.162463/notification_plugin.jar -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.4.0.162463/plugin.properties -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.4.0.162463/plugin.xml -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.4.0.162463/toc.xml -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.zh_CN_5.4.0.162463.jar -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.console.ui_5.4.0.162463.jar -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.core_5.4.0.162463.jar -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.docs.ja_5.4.0.162463.jar -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.docs.zh_CN_5.4.0.162463.jar -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.docs_5.4.0.162463.jar -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.flightrecorder.configuration_5.4.0.162463.jar -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.flightrecorder.controlpanel.ui.configuration_5.4.0.162463.jar -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.flightrecorder.controlpanel.ui.ja_5.4.0.162463.jar -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.flightrecorder.controlpanel.ui.zh_CN_5.4.0.162463.jar -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.flightrecorder.controlpanel.ui_5.4.0.162463.jar -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.flightrecorder.ui.ja_5.4.0.162463.jar -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.flightrecorder.ui.zh_CN_5.4.0.162463.jar -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.flightrecorder.ui_5.4.0.162463.jar -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.flightrecorder_5.4.0.162463.jar -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.greychart.ui.ja_5.4.0.162463.jar -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.greychart.ui.zh_CN_5.4.0.162463.jar -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.greychart.ui_5.4.0.162463.jar -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.greychartplugin_5.4.0.162463.jar -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.jdp_5.4.0.162463.jar -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.rcp.application.ja_5.4.0.162463.jar -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.rcp.application.zh_CN_5.4.0.162463.jar -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.rcp.application_5.4.0.162463.jar -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.rcp.intro.ja_5.4.0.162463.jar -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.rcp.intro.zh_CN_5.4.0.162463.jar -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.rcp.intro_5.4.0.162463.jar -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.rjmx.ext_5.4.0.162463.jar -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.rjmx.ja_5.4.0.162463.jar -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.rjmx.ui.ja_5.4.0.162463.jar -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.rjmx.ui.zh_CN_5.4.0.162463.jar -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.rjmx.ui_5.4.0.162463.jar -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.rjmx.zh_CN_5.4.0.162463.jar -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.rjmx_5.4.0.162463/META-INF/MANIFEST.MF -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.rjmx_5.4.0.162463/icons/console_view.png -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.rjmx_5.4.0.162463/icons/date-span-16.png -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.rjmx_5.4.0.162463/icons/day-of-week-16.png -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.rjmx_5.4.0.162463/icons/diagnostic-command-16.png -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.rjmx_5.4.0.162463/icons/hprof-16.png -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.rjmx_5.4.0.162463/icons/send-email-16.png -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.rjmx_5.4.0.162463/icons/time-span-16.png -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.rjmx_5.4.0.162463/lib/dsn.jar -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.rjmx_5.4.0.162463/lib/gimap.jar -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.rjmx_5.4.0.162463/lib/imap.jar -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.rjmx_5.4.0.162463/lib/mailapi.jar -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.rjmx_5.4.0.162463/lib/pop3.jar -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.rjmx_5.4.0.162463/lib/smtp.jar -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.rjmx_5.4.0.162463/plugin.properties -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.rjmx_5.4.0.162463/plugin.xml -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.rjmx_5.4.0.162463/rjmx.jar -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.rjmx_5.4.0.162463/schema/com.jrockit.mc.rjmx.actionProvider.exsd -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.rjmx_5.4.0.162463/schema/com.jrockit.mc.rjmx.attributeTransformation.exsd -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.rjmx_5.4.0.162463/schema/com.jrockit.mc.rjmx.descriptorProvider.exsd -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.rjmx_5.4.0.162463/schema/com.jrockit.mc.rjmx.metadataprovider.exsd -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.rjmx_5.4.0.162463/schema/com.jrockit.mc.rjmx.service.exsd -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.rjmx_5.4.0.162463/schema/com.jrockit.mc.rjmx.syntheticattribute.exsd -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.rjmx_5.4.0.162463/schema/com.jrockit.mc.rjmx.syntheticnotification.exsd -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.rjmx_5.4.0.162463/schema/triggerActionExceptionHandlers.exsd -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.rjmx_5.4.0.162463/schema/triggerActions.exsd -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.rjmx_5.4.0.162463/schema/triggerConstraints.exsd -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.rjmx_5.4.0.162463/schema/triggerEvaluators.exsd -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.ui.ja_5.4.0.162463.jar -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.ui.zh_CN_5.4.0.162463.jar -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.ui_5.4.0.162463.jar -java/sun-7/lib/missioncontrol/plugins/com.sun.el_2.2.0.v201108011116.jar -java/sun-7/lib/missioncontrol/plugins/javax.el_2.2.0.v201108011116.jar +java/sun-7/lib/missioncontrol/p2/org.eclipse.equinox.p2.engine/profileRegistry/JMC.profile/1423862990907.profile.gz +java/sun-7/lib/missioncontrol/p2/org.eclipse.equinox.p2.engine/profileRegistry/JMC.profile/1423862991294.profile.gz +java/sun-7/lib/missioncontrol/p2/org.eclipse.equinox.p2.engine/profileRegistry/JMC.profile/1423863007598.profile.gz +java/sun-7/lib/missioncontrol/p2/org.eclipse.equinox.p2.engine/profileRegistry/JMC.profile/1423863011605.profile.gz +java/sun-7/lib/missioncontrol/plugins/com.ibm.icu_52.1.0.v201404241930.jar +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.alert.ja_5.5.0.165303.jar +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.alert.zh_CN_5.5.0.165303.jar +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.alert_5.5.0.165303.jar +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.attach_5.5.0.165303.jar +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.browser.attach.ja_5.5.0.165303.jar +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.browser.attach.zh_CN_5.5.0.165303.jar +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.browser.attach_5.5.0.165303.jar +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.browser.ja_5.5.0.165303.jar +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.browser.jdp.ja_5.5.0.165303.jar +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.browser.jdp.zh_CN_5.5.0.165303.jar +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.browser.jdp_5.5.0.165303.jar +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.browser.zh_CN_5.5.0.165303.jar +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.browser_5.5.0.165303.jar +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.commands_5.5.0.165303.jar +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.common_5.5.0.165303.jar +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.components.ui.ja_5.5.0.165303.jar +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.components.ui.zh_CN_5.5.0.165303.jar +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.components.ui_5.5.0.165303.jar +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.console.historicaldata.ja_5.5.0.165303.jar +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.console.historicaldata.zh_CN_5.5.0.165303.jar +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.console.historicaldata_5.5.0.165303.jar +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.diagnostic.ja_5.5.0.165303.jar +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.diagnostic.zh_CN_5.5.0.165303.jar +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.diagnostic_5.5.0.165303.jar +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.ja_5.5.0.165303.jar +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.mbeanbrowser.ja_5.5.0.165303.jar +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.mbeanbrowser.zh_CN_5.5.0.165303.jar +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.mbeanbrowser_5.5.0.165303.jar +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification.ja_5.5.0.165303.jar +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification.zh_CN_5.5.0.165303.jar +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.5.0.165303/META-INF/MANIFEST.MF +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.5.0.165303/com.jrockit.mc.console.ui.notification_contexts.xml +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.5.0.165303/html/dcommon/css/blafdoc.css +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.5.0.165303/html/dcommon/gifs/bookbig.gif +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.5.0.165303/html/dcommon/gifs/bookicon.gif +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.5.0.165303/html/dcommon/gifs/booklist.gif +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.5.0.165303/html/dcommon/gifs/contbig.gif +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.5.0.165303/html/dcommon/gifs/conticon.gif +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.5.0.165303/html/dcommon/gifs/doclib.gif +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.5.0.165303/html/dcommon/gifs/feedback.gif +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.5.0.165303/html/dcommon/gifs/feedbck2.gif +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.5.0.165303/html/dcommon/gifs/help.gif +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.5.0.165303/html/dcommon/gifs/index.gif +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.5.0.165303/html/dcommon/gifs/indxicon.gif +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.5.0.165303/html/dcommon/gifs/larrow.gif +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.5.0.165303/html/dcommon/gifs/leftnav.gif +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.5.0.165303/html/dcommon/gifs/masterix.gif +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.5.0.165303/html/dcommon/gifs/mix.gif +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.5.0.165303/html/dcommon/gifs/oracle.gif +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.5.0.165303/html/dcommon/gifs/prodbig.gif +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.5.0.165303/html/dcommon/gifs/prodicon.gif +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.5.0.165303/html/dcommon/gifs/rarrow.gif +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.5.0.165303/html/dcommon/gifs/rightnav.gif +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.5.0.165303/html/dcommon/gifs/toc.gif +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.5.0.165303/html/dcommon/gifs/topnav.gif +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.5.0.165303/html/dcommon/gifs/uarrow.gif +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.5.0.165303/html/dcommon/html/cpyr.htm +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.5.0.165303/html/olh.htm +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.5.0.165303/html/olh001.htm +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.5.0.165303/html/preface.htm +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.5.0.165303/html/title.htm +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.5.0.165303/icons/alert_obj.png +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.5.0.165303/icons/file_obj.gif +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.5.0.165303/icons/flight_recorder.png +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.5.0.165303/icons/new-trigger-wiz.gif +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.5.0.165303/notification_plugin.jar +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.5.0.165303/plugin.properties +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.5.0.165303/plugin.xml +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.5.0.165303/toc.xml +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.zh_CN_5.5.0.165303.jar +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.console.ui_5.5.0.165303.jar +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.core_5.5.0.165303.jar +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.docs.ja_5.5.0.165303.jar +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.docs.zh_CN_5.5.0.165303.jar +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.docs_5.5.0.165303.jar +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.flightrecorder.configuration_5.5.0.165303.jar +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.flightrecorder.controlpanel.ui.configuration_5.5.0.165303.jar +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.flightrecorder.controlpanel.ui.ja_5.5.0.165303.jar +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.flightrecorder.controlpanel.ui.zh_CN_5.5.0.165303.jar +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.flightrecorder.controlpanel.ui_5.5.0.165303.jar +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.flightrecorder.ui.ja_5.5.0.165303.jar +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.flightrecorder.ui.zh_CN_5.5.0.165303.jar +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.flightrecorder.ui_5.5.0.165303.jar +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.flightrecorder_5.5.0.165303.jar +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.greychart.ui.ja_5.5.0.165303.jar +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.greychart.ui.zh_CN_5.5.0.165303.jar +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.greychart.ui_5.5.0.165303.jar +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.greychartplugin_5.5.0.165303.jar +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.jdp_5.5.0.165303.jar +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.p2.ui.overridden_5.5.0.165303.jar +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.rcp.application.ja_5.5.0.165303.jar +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.rcp.application.zh_CN_5.5.0.165303.jar +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.rcp.application_5.5.0.165303.jar +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.rcp.intro.ja_5.5.0.165303.jar +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.rcp.intro.zh_CN_5.5.0.165303.jar +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.rcp.intro_5.5.0.165303.jar +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.rjmx.ext_5.5.0.165303.jar +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.rjmx.ja_5.5.0.165303.jar +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.rjmx.ui.ja_5.5.0.165303.jar +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.rjmx.ui.zh_CN_5.5.0.165303.jar +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.rjmx.ui_5.5.0.165303.jar +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.rjmx.zh_CN_5.5.0.165303.jar +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.rjmx_5.5.0.165303/META-INF/MANIFEST.MF +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.rjmx_5.5.0.165303/icons/console_view.png +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.rjmx_5.5.0.165303/icons/date-span-16.png +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.rjmx_5.5.0.165303/icons/day-of-week-16.png +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.rjmx_5.5.0.165303/icons/diagnostic-command-16.png +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.rjmx_5.5.0.165303/icons/hprof-16.png +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.rjmx_5.5.0.165303/icons/send-email-16.png +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.rjmx_5.5.0.165303/icons/time-span-16.png +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.rjmx_5.5.0.165303/lib/dsn.jar +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.rjmx_5.5.0.165303/lib/gimap.jar +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.rjmx_5.5.0.165303/lib/imap.jar +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.rjmx_5.5.0.165303/lib/mailapi.jar +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.rjmx_5.5.0.165303/lib/pop3.jar +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.rjmx_5.5.0.165303/lib/smtp.jar +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.rjmx_5.5.0.165303/plugin.properties +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.rjmx_5.5.0.165303/plugin.xml +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.rjmx_5.5.0.165303/rjmx.jar +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.rjmx_5.5.0.165303/schema/com.jrockit.mc.rjmx.actionProvider.exsd +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.rjmx_5.5.0.165303/schema/com.jrockit.mc.rjmx.attributeTransformation.exsd +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.rjmx_5.5.0.165303/schema/com.jrockit.mc.rjmx.descriptorProvider.exsd +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.rjmx_5.5.0.165303/schema/com.jrockit.mc.rjmx.metadataprovider.exsd +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.rjmx_5.5.0.165303/schema/com.jrockit.mc.rjmx.service.exsd +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.rjmx_5.5.0.165303/schema/com.jrockit.mc.rjmx.syntheticattribute.exsd +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.rjmx_5.5.0.165303/schema/com.jrockit.mc.rjmx.syntheticnotification.exsd +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.rjmx_5.5.0.165303/schema/triggerActionExceptionHandlers.exsd +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.rjmx_5.5.0.165303/schema/triggerActions.exsd +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.rjmx_5.5.0.165303/schema/triggerConstraints.exsd +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.rjmx_5.5.0.165303/schema/triggerEvaluators.exsd +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.ui.ja_5.5.0.165303.jar +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.ui.zh_CN_5.5.0.165303.jar +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.ui_5.5.0.165303.jar +java/sun-7/lib/missioncontrol/plugins/com.sun.el_2.2.0.v201303151357.jar +java/sun-7/lib/missioncontrol/plugins/javax.annotation_1.2.0.v201401042248.jar +java/sun-7/lib/missioncontrol/plugins/javax.el_2.2.0.v201303151357.jar +java/sun-7/lib/missioncontrol/plugins/javax.inject_1.0.0.v20091030.jar java/sun-7/lib/missioncontrol/plugins/javax.servlet.jsp_2.2.0.v201112011158.jar java/sun-7/lib/missioncontrol/plugins/javax.servlet_3.0.0.v201112011016.jar -java/sun-7/lib/missioncontrol/plugins/org.apache.commons.codec_1.3.0.v201101211617.jar -java/sun-7/lib/missioncontrol/plugins/org.apache.commons.httpclient_3.1.0.v201012070820.jar -java/sun-7/lib/missioncontrol/plugins/org.apache.commons.logging_1.0.4.v201101211617.jar -java/sun-7/lib/missioncontrol/plugins/org.apache.felix.gogo.command_0.8.0.v201108120515.jar -java/sun-7/lib/missioncontrol/plugins/org.apache.felix.gogo.runtime_0.8.0.v201108120515.jar -java/sun-7/lib/missioncontrol/plugins/org.apache.felix.gogo.shell_0.8.0.v201110170705.jar +java/sun-7/lib/missioncontrol/plugins/javax.xml_1.3.4.v201005080400.jar +java/sun-7/lib/missioncontrol/plugins/org.apache.batik.css_1.7.0.v201011041433.jar +java/sun-7/lib/missioncontrol/plugins/org.apache.batik.util.gui_1.7.0.v200903091627.jar +java/sun-7/lib/missioncontrol/plugins/org.apache.batik.util_1.7.0.v201011041433.jar +java/sun-7/lib/missioncontrol/plugins/org.apache.commons.codec_1.6.0.v201305230611.jar +java/sun-7/lib/missioncontrol/plugins/org.apache.commons.logging_1.1.1.v201101211721.jar +java/sun-7/lib/missioncontrol/plugins/org.apache.felix.gogo.command_0.10.0.v201209301215.jar +java/sun-7/lib/missioncontrol/plugins/org.apache.felix.gogo.runtime_0.10.0.v201209301036.jar +java/sun-7/lib/missioncontrol/plugins/org.apache.felix.gogo.shell_0.10.0.v201212101605.jar +java/sun-7/lib/missioncontrol/plugins/org.apache.httpcomponents.httpclient_4.2.6.v201311072007.jar +java/sun-7/lib/missioncontrol/plugins/org.apache.httpcomponents.httpcore_4.2.5.v201311072007.jar java/sun-7/lib/missioncontrol/plugins/org.apache.jasper.glassfish_2.2.2.v201205150955.jar -java/sun-7/lib/missioncontrol/plugins/org.apache.lucene.analysis_2.9.1.v201101211721.jar -java/sun-7/lib/missioncontrol/plugins/org.apache.lucene.core_2.9.1.v201101211721.jar -java/sun-7/lib/missioncontrol/plugins/org.apache.lucene_2.9.1.v201101211721.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.core.commands.nl_ja_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.core.commands.nl_zh_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.core.commands_3.6.1.v20120912-135020.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.core.contenttype.nl_ja_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.core.contenttype.nl_zh_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.core.contenttype_3.4.200.v20120523-2004.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.core.databinding.beans.nl_ja_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.core.databinding.beans.nl_zh_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.core.databinding.beans_1.2.200.v20120523-1956.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.core.databinding.nl_ja_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.core.databinding.nl_zh_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.core.databinding.observable.nl_ja_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.core.databinding.observable.nl_zh_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.core.databinding.observable_1.4.1.v20120521-2332.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.core.databinding.property.nl_ja_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.core.databinding.property.nl_zh_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.core.databinding.property_1.4.100.v20120523-1956.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.core.databinding_1.4.1.v20120912-135020.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.core.expressions.nl_ja_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.core.expressions.nl_zh_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.core.expressions_3.4.400.v20120523-2004.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.core.filesystem.linux.x86.nl_ja_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.core.filesystem.linux.x86.nl_zh_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.core.filesystem.nl_ja_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.core.filesystem.nl_zh_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.core.filesystem_1.3.200.v20130115-145044.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.core.jobs.nl_ja_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.core.jobs.nl_zh_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.core.jobs_3.5.200.v20120521-2346.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.core.net.linux.x86.nl_ja_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.core.net.linux.x86.nl_zh_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.core.net.nl_ja_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.core.net.nl_zh_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.core.net_1.2.200.v20120914-093638.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.core.resources.nl_ja_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.core.resources.nl_zh_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.core.resources_3.8.1.v20121114-124432.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.core.runtime.compatibility.auth.nl_ja_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.core.runtime.compatibility.auth.nl_zh_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.core.runtime.compatibility.auth_3.2.300.v20120523-2004.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.core.runtime.compatibility.registry_3.5.100.v20120521-2346/.api_description -java/sun-7/lib/missioncontrol/plugins/org.eclipse.core.runtime.compatibility.registry_3.5.100.v20120521-2346/META-INF/ECLIPSE_.RSA -java/sun-7/lib/missioncontrol/plugins/org.eclipse.core.runtime.compatibility.registry_3.5.100.v20120521-2346/META-INF/ECLIPSE_.SF -java/sun-7/lib/missioncontrol/plugins/org.eclipse.core.runtime.compatibility.registry_3.5.100.v20120521-2346/META-INF/MANIFEST.MF -java/sun-7/lib/missioncontrol/plugins/org.eclipse.core.runtime.compatibility.registry_3.5.100.v20120521-2346/META-INF/eclipse.inf -java/sun-7/lib/missioncontrol/plugins/org.eclipse.core.runtime.compatibility.registry_3.5.100.v20120521-2346/about.html -java/sun-7/lib/missioncontrol/plugins/org.eclipse.core.runtime.compatibility.registry_3.5.100.v20120521-2346/fragment.properties -java/sun-7/lib/missioncontrol/plugins/org.eclipse.core.runtime.compatibility.registry_3.5.100.v20120521-2346/runtime_registry_compatibility.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.core.runtime.nl_ja_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.core.runtime.nl_zh_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.core.runtime_3.8.0.v20120521-2346.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.ecf.filetransfer.nl_ja_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.ecf.filetransfer.nl_zh_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.ecf.filetransfer_5.0.0.v20120610-1946.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.ecf.identity.nl_ja_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.ecf.identity.nl_zh_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.ecf.identity_3.1.200.v20120610-1946.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.ecf.nl_ja_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.ecf.nl_zh_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.ecf.provider.filetransfer.httpclient.nl_ja_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.ecf.provider.filetransfer.httpclient.nl_zh_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.ecf.provider.filetransfer.httpclient.ssl_1.0.0.v20120610-1946.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.ecf.provider.filetransfer.httpclient_4.0.200.v20120610-1946.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.ecf.provider.filetransfer.nl_ja_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.ecf.provider.filetransfer.nl_zh_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.ecf.provider.filetransfer.ssl_1.0.0.v20120610-1946.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.ecf.provider.filetransfer_3.2.0.v20120610-1946.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.ecf.ssl_1.0.100.v20120610-1946.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.ecf_3.1.300.v20120610-1946.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.app.nl_ja_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.app.nl_zh_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.app_1.3.100.v20120522-1841.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.bidi.nl_ja_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.bidi.nl_zh_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.bidi_0.9.100.v20121107-021609.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.common.nl_ja_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.common.nl_zh_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.common_3.6.100.v20120522-1841.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.console.nl_ja_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.console.nl_zh_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.console_1.0.0.v20120522-1841.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.ds.nl_ja_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.ds.nl_zh_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.ds_1.4.1.v20120926-201320.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.event.nl_ja_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.event.nl_zh_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.event_1.2.200.v20120522-2049.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.frameworkadmin.equinox.nl_ja_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.frameworkadmin.equinox.nl_zh_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.frameworkadmin.equinox_1.0.400.v20120913-155709.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.frameworkadmin.nl_ja_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.frameworkadmin.nl_zh_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.frameworkadmin_2.0.100.v20120913-155515.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.http.jetty.nl_ja_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.http.jetty.nl_zh_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.http.jetty_3.0.1.v20121109-203239.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.http.registry.nl_ja_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.http.registry.nl_zh_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.http.registry_1.1.200.v20120912-130548.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.http.servlet.nl_ja_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.http.servlet.nl_zh_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.http.servlet_1.1.300.v20120912-130548.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.jsp.jasper.nl_ja_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.jsp.jasper.nl_zh_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.jsp.jasper.registry.nl_ja_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.jsp.jasper.registry.nl_zh_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.jsp.jasper.registry_1.0.300.v20120912-130548.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.jsp.jasper_1.0.400.v20120912-130548.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.launcher.gtk.linux.x86.nl_ja_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.launcher.gtk.linux.x86.nl_zh_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_1.1.200.v20120913-144807/META-INF/ECLIPSE_.RSA -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_1.1.200.v20120913-144807/META-INF/ECLIPSE_.SF -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_1.1.200.v20120913-144807/META-INF/MANIFEST.MF -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_1.1.200.v20120913-144807/META-INF/eclipse.inf -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_1.1.200.v20120913-144807/about.html -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_1.1.200.v20120913-144807/eclipse_1502.so -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_1.1.200.v20120913-144807/launcher.gtk.linux.x86.properties -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.launcher.nl_ja_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.launcher.nl_zh_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.launcher_1.3.0.v20120522-1813.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.artifact.repository.nl_ja_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.artifact.repository.nl_zh_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.artifact.repository_1.1.200.v20120430-1959.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.console.nl_ja_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.console.nl_zh_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.console_1.0.300.v20120429-0125.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.core.nl_ja_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.core.nl_zh_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.core_2.2.0.v20120430-0525.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.director.app.nl_ja_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.director.app.nl_zh_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.director.app_1.0.300.v20120428-0517.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.director.nl_ja_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.director.nl_zh_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.director_2.2.0.v20120524-0542.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.directorywatcher.nl_ja_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.directorywatcher.nl_zh_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.directorywatcher_1.0.300.v20110808-1657.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.engine.nl_ja_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.engine.nl_zh_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.engine_2.2.0.v20130121-021919.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.extensionlocation.nl_ja_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.extensionlocation.nl_zh_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.extensionlocation_1.2.100.v20110808-1657.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.garbagecollector.nl_ja_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.garbagecollector.nl_zh_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.garbagecollector_1.0.200.v20110808-1657.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.jarprocessor.nl_ja_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.jarprocessor.nl_zh_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.jarprocessor_1.0.200.v20110808-1657.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.metadata.nl_ja_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.metadata.nl_zh_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.metadata.repository.nl_ja_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.metadata.repository.nl_zh_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.metadata.repository_1.2.100.v20120524-1717.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.metadata_2.1.0.v20120430-2001.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.operations.nl_ja_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.operations.nl_zh_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.operations_2.2.0.v20130119-010614.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.publisher.eclipse.nl_ja_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.publisher.eclipse.nl_zh_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.publisher.eclipse_1.1.0.v20120913-155635.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.publisher.nl_ja_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.publisher.nl_zh_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.publisher_1.2.0.v20121002-080415.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.ql.nl_ja_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.ql.nl_zh_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.ql_2.0.100.v20110808-1657.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.reconciler.dropins.nl_ja_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.reconciler.dropins.nl_zh_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.reconciler.dropins_1.1.200.v20120301-2145.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.repository.nl_ja_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.repository.nl_zh_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.repository_2.2.0.v20120524-1945.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.touchpoint.eclipse.nl_ja_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.touchpoint.eclipse.nl_zh_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.touchpoint.eclipse_2.1.100.v20120428-0117.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.touchpoint.natives.nl_ja_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.touchpoint.natives.nl_zh_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.touchpoint.natives_1.1.0.v20130121-021919.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.transport.ecf.nl_ja_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.transport.ecf.nl_zh_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.transport.ecf_1.0.100.v20120913-155635.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.ui.nl_ja_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.ui.nl_zh_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.ui.sdk.nl_ja_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.ui.sdk.nl_zh_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.ui.sdk.scheduler.nl_ja_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.ui.sdk.scheduler.nl_zh_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.ui.sdk.scheduler_1.1.0.v20110815-1744.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.ui.sdk_1.0.200.v20120515-1650.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.ui_2.2.0.v20130119-010614.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.updatechecker.nl_ja_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.updatechecker.nl_zh_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.updatechecker_1.1.200.v20110808-1657.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.preferences.nl_ja_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.preferences.nl_zh_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.preferences_3.5.1.v20121031-182809.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.registry.nl_ja_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.registry.nl_zh_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.registry_3.5.200.v20120522-1841.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.security.nl_ja_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.security.nl_zh_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.security.ui.nl_ja_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.security.ui.nl_zh_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.security.ui_1.1.100.v20120522-2049.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.security_1.1.100.v20120522-1841.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.simpleconfigurator.manipulator.nl_ja_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.simpleconfigurator.manipulator.nl_zh_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.simpleconfigurator.manipulator_2.0.0.v20110808-1657.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.simpleconfigurator.nl_ja_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.simpleconfigurator.nl_zh_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.simpleconfigurator_1.0.301.v20120914-163612.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.util.nl_ja_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.util.nl_zh_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.util_1.0.400.v20120917-192807.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.help.base.nl_ja_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.help.base.nl_zh_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.help.base_3.6.101.v201301310800.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.help.nl_ja_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.help.nl_zh_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.help.ui.nl_ja_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.help.ui.nl_zh_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.help.ui_3.5.201.v20130108-092756.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.help.webapp.nl_ja_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.help.webapp.nl_zh_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.help.webapp_3.6.101.v20130116-182509.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.help_3.6.0.v20120912-134126.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.jetty.continuation_8.1.3.v20120522.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.jetty.http.nl_ja_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.jetty.http.nl_zh_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.jetty.http_8.1.3.v20120522.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.jetty.io_8.1.3.v20120522.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.jetty.security_8.1.3.v20120522.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.jetty.server_8.1.3.v20120522.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.jetty.servlet_8.1.3.v20120522.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.jetty.util_8.1.3.v20120522.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.jface.databinding.nl_ja_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.jface.databinding.nl_zh_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.jface.databinding_1.6.0.v20120912-135020.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.jface.nl_ja_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.jface.nl_zh_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.jface.text.nl_ja_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.jface.text.nl_zh_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.jface.text_3.8.2.v20121126-164145.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.jface_3.8.0.v20120912-135020.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.osgi.nl_ja_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.osgi.nl_zh_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.osgi.services.nl_ja_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.osgi.services.nl_zh_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.osgi.services_3.3.100.v20120522-1822.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.osgi_3.8.2.v20130124-134944.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.rcp.nl_ja_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.rcp.nl_zh_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.rcp_3.8.1.v201301310800.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.swt.gtk.linux.x86.nl_ja_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.swt.gtk.linux.x86.nl_zh_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.swt.gtk.linux.x86_3.8.1.v3836b.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.swt.nl_ja_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.swt.nl_zh_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.swt_3.8.1.v3836b.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.text.nl_ja_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.text.nl_zh_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.text_3.5.200.v20120523-1310.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.ui.forms.nl_ja_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.ui.forms.nl_zh_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.ui.forms_3.5.200.v20120521-2332.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.ui.intro.nl_ja_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.ui.intro.nl_zh_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.ui.intro_3.4.200.v20120521-2344.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.ui.net.nl_ja_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.ui.net.nl_zh_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.ui.net_1.2.101.v20120914-093638.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.ui.nl_ja_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.ui.nl_zh_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.ui.views.nl_ja_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.ui.views.nl_zh_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.ui.views_3.6.100.v20120521-2332.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.ui.workbench.nl_ja_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.ui.workbench.nl_zh_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.ui.workbench_3.8.2.v20121128-133708.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.ui_3.8.2.v20121018-234953.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.update.configurator.nl_ja_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.update.configurator.nl_zh_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.update.configurator_3.3.200.v20120912-142556.jar -java/sun-7/lib/missioncontrol/plugins/org.sat4j.core_2.3.0.v20110329.jar -java/sun-7/lib/missioncontrol/plugins/org.sat4j.pb_2.3.0.v20110329.jar +java/sun-7/lib/missioncontrol/plugins/org.apache.lucene.analysis_3.5.0.v20120725-1805.jar +java/sun-7/lib/missioncontrol/plugins/org.apache.lucene.core_3.5.0.v20120725-1805.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.core.commands.nl_ja_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.core.commands.nl_zh_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.core.commands_3.6.100.v20140528-1422.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.core.contenttype_3.4.200.v20140207-1251.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.core.databinding.beans.nl_ja_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.core.databinding.beans.nl_zh_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.core.databinding.beans_1.2.200.v20140214-0004.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.core.databinding.nl_ja_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.core.databinding.nl_zh_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.core.databinding.observable.nl_ja_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.core.databinding.observable.nl_zh_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.core.databinding.observable_1.4.1.v20140210-1835.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.core.databinding.property.nl_ja_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.core.databinding.property.nl_zh_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.core.databinding.property_1.4.200.v20140214-0004.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.core.databinding_1.4.2.v20140729-1044.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.core.expressions_3.4.600.v20140128-0851.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.core.filesystem_1.4.100.v20140514-1614.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.core.jobs_3.6.0.v20140424-0053.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.core.net.linux.x86_64.nl_ja_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.core.net.linux.x86_64.nl_zh_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.core.net.nl_ja_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.core.net.nl_zh_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.core.net_1.2.200.v20140124-2013.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.core.resources_3.9.1.v20140825-1431.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.core.runtime_3.10.0.v20140318-2214.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.e4.core.commands.nl_ja_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.e4.core.commands.nl_zh_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.e4.core.commands_0.10.2.v20140424-2344.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.e4.core.contexts_1.3.100.v20140407-1019.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.e4.core.di.extensions_0.12.0.v20140417-2033.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.e4.core.di_1.4.0.v20140414-1837.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.e4.core.services_1.2.1.v20140808-1251.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.e4.ui.bindings.nl_ja_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.e4.ui.bindings.nl_zh_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.e4.ui.bindings_0.10.200.v20140424-2042.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.e4.ui.css.core.nl_ja_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.e4.ui.css.core.nl_zh_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.e4.ui.css.core_0.10.100.v20140424-2042.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.e4.ui.css.swt.nl_ja_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.e4.ui.css.swt.nl_zh_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.e4.ui.css.swt.theme.nl_ja_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.e4.ui.css.swt.theme.nl_zh_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.e4.ui.css.swt.theme_0.9.300.v20140424-2042.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.e4.ui.css.swt_0.11.101.v20140818-1343.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.e4.ui.di.nl_ja_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.e4.ui.di.nl_zh_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.e4.ui.di_1.0.0.v20140328-2112.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.e4.ui.model.workbench.nl_ja_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.e4.ui.model.workbench.nl_zh_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.e4.ui.model.workbench_1.1.0.v20140512-1820.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.e4.ui.services.nl_ja_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.e4.ui.services.nl_zh_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.e4.ui.services_1.1.0.v20140328-1925.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.e4.ui.widgets.nl_ja_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.e4.ui.widgets.nl_zh_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.e4.ui.widgets_1.0.0.v20140514-1823.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.e4.ui.workbench.addons.swt.nl_ja_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.e4.ui.workbench.addons.swt.nl_zh_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.e4.ui.workbench.addons.swt_1.1.1.v20140903-0821.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.e4.ui.workbench.nl_ja_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.e4.ui.workbench.nl_zh_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.e4.ui.workbench.renderers.swt.nl_ja_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.e4.ui.workbench.renderers.swt.nl_zh_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.e4.ui.workbench.renderers.swt_0.12.1.v20140903-1023.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.e4.ui.workbench.swt.nl_ja_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.e4.ui.workbench.swt.nl_zh_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.e4.ui.workbench.swt_0.12.100.v20140530-1436.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.e4.ui.workbench3.nl_ja_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.e4.ui.workbench3.nl_zh_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.e4.ui.workbench3_0.12.0.v20140227-2118.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.e4.ui.workbench_1.2.1.v20140901-1244.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.ecf.filetransfer_5.0.0.v20140827-1444.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.ecf.identity_3.4.0.v20140827-1444.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.ecf.provider.filetransfer.httpclient4.ssl_1.0.0.v20140827-1444.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.ecf.provider.filetransfer.httpclient4_1.0.800.v20140827-1444.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.ecf.provider.filetransfer.ssl_1.0.0.v20140827-1444.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.ecf.provider.filetransfer_3.2.200.v20140827-1444.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.ecf.ssl_1.1.0.v20140827-1444.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.ecf_3.4.0.v20140827-1444.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.emf.common_2.10.1.v20140901-1043.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.emf.ecore.change_2.10.0.v20140901-1043.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.emf.ecore.xmi_2.10.1.v20140901-1043.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.emf.ecore_2.10.1.v20140901-1043.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.app_1.3.200.v20130910-1609.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.bidi_0.10.0.v20130327-1442.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.common_3.6.200.v20130402-1505.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.concurrent_1.1.0.v20130327-1442.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.console_1.1.0.v20140131-1639.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.ds_1.4.200.v20131126-2331.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.event_1.3.100.v20140115-1647.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.frameworkadmin.equinox.nl_ja_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.frameworkadmin.equinox.nl_zh_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.frameworkadmin.equinox_1.0.500.v20131211-1531.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.frameworkadmin.nl_ja_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.frameworkadmin.nl_zh_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.frameworkadmin_2.0.100.v20131209-2144.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.http.jetty_3.0.200.v20131021-1843.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.http.registry_1.1.300.v20130402-1529.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.http.servlet_1.1.500.v20140318-1755.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.jsp.jasper.registry_1.0.300.v20130327-1442.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.jsp.jasper_1.0.400.v20130327-1442.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64.nl_ja_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64.nl_zh_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.200.v20141007-2033/META-INF/MANIFEST.MF +java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.200.v20141007-2033/about.html +java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.200.v20141007-2033/eclipse_1605.so +java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.200.v20141007-2033/launcher.gtk.linux.x86_64.properties +java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.launcher.nl_ja_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.launcher.nl_zh_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.launcher_1.3.0.v20140415-2008.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.artifact.repository.nl_ja_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.artifact.repository.nl_zh_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.artifact.repository_1.1.300.v20131211-1531.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.console.nl_ja_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.console.nl_zh_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.console_1.0.300.v20131113-1212.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.core.nl_ja_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.core.nl_zh_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.core_2.3.0.v20131211-1531.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.director.app.nl_ja_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.director.app.nl_zh_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.director.app_1.0.300.v20140228-1829.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.director.nl_ja_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.director.nl_zh_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.director_2.3.100.v20140224-1921.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.directorywatcher.nl_ja_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.directorywatcher.nl_zh_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.directorywatcher_1.1.0.v20131211-1531.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.engine.nl_ja_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.engine.nl_zh_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.engine_2.3.0.v20140506-1720.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.extensionlocation.nl_ja_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.extensionlocation.nl_zh_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.extensionlocation_1.2.100.v20131119-0908.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.garbagecollector.nl_ja_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.garbagecollector.nl_zh_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.garbagecollector_1.0.200.v20131115-1210.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.jarprocessor.nl_ja_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.jarprocessor.nl_zh_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.jarprocessor_1.0.300.v20131211-1531.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.metadata.nl_ja_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.metadata.nl_zh_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.metadata.repository.nl_ja_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.metadata.repository.nl_zh_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.metadata.repository_1.2.100.v20131209-2144.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.metadata_2.2.0.v20131211-1531.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.operations.nl_ja_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.operations.nl_zh_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.operations_2.4.0.v20131119-0908.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.publisher.eclipse.nl_ja_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.publisher.eclipse.nl_zh_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.publisher.eclipse_1.1.200.v20140414-0825.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.publisher.nl_ja_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.publisher.nl_zh_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.publisher_1.3.0.v20140911-0143.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.ql.nl_ja_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.ql.nl_zh_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.ql_2.0.100.v20131211-1531.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.reconciler.dropins.nl_ja_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.reconciler.dropins.nl_zh_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.reconciler.dropins_1.1.200.v20131119-0908.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.repository.nl_ja_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.repository.nl_zh_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.repository_2.3.0.v20131211-1531.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.touchpoint.eclipse.nl_ja_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.touchpoint.eclipse.nl_zh_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.touchpoint.eclipse_2.1.200.v20140512-1650.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.touchpoint.natives.nl_ja_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.touchpoint.natives.nl_zh_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.touchpoint.natives_1.1.100.v20140523-0116.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.transport.ecf.nl_ja_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.transport.ecf.nl_zh_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.transport.ecf_1.1.0.v20140408-1354.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.ui.nl_ja_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.ui.nl_zh_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.ui.sdk.nl_ja_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.ui.sdk.nl_zh_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.ui.sdk.scheduler.nl_ja_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.ui.sdk.scheduler.nl_zh_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.ui.sdk.scheduler_1.2.0.v20140422-1847.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.ui.sdk_1.0.300.v20140407-1803.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.ui_2.3.0.v20140404-1657.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.updatechecker.nl_ja_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.updatechecker.nl_zh_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.updatechecker_1.1.200.v20131119-0908.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.preferences_3.5.200.v20140224-1527.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.registry_3.5.400.v20140428-1507.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.security.ui_1.1.200.v20130626-2037.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.security_1.2.0.v20130424-1801.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.simpleconfigurator.manipulator.nl_ja_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.simpleconfigurator.manipulator.nl_zh_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.simpleconfigurator.manipulator_2.0.0.v20131217-1203.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.simpleconfigurator.nl_ja_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.simpleconfigurator.nl_zh_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.simpleconfigurator_1.1.0.v20131217-1203.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.util_1.0.500.v20130404-1337.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.help.base.nl_ja_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.help.base.nl_zh_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.help.base_4.0.200.v20141007-2301.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.help.nl_ja_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.help.nl_zh_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.help.ui.nl_ja_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.help.ui.nl_zh_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.help.ui_4.0.100.v20140401-0608.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.help.webapp.nl_ja_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.help.webapp.nl_zh_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.help.webapp_3.6.300.v20140407-1855.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.help_3.6.0.v20130326-1254.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.jetty.continuation_8.1.14.v20131031.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.jetty.http_8.1.14.v20131031.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.jetty.io_8.1.14.v20131031.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.jetty.security_8.1.14.v20131031.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.jetty.server_8.1.14.v20131031.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.jetty.servlet_8.1.14.v20131031.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.jetty.util_8.1.14.v20131031.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.jface.databinding.nl_ja_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.jface.databinding.nl_zh_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.jface.databinding_1.6.200.v20140528-1422.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.jface.nl_ja_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.jface.nl_zh_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.jface.text.nl_ja_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.jface.text.nl_zh_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.jface.text_3.9.1.v20140827-1810.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.jface_3.10.1.v20140813-1009.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.osgi.compatibility.state.nl_ja_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.osgi.compatibility.state.nl_zh_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.osgi.compatibility.state_1.0.1.v20140709-1414.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.osgi.nl_ja_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.osgi.nl_zh_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.osgi.services.nl_ja_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.osgi.services.nl_zh_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.osgi.services_3.4.0.v20140312-2051.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.osgi_3.10.1.v20140909-1633.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.rcp_4.3.100.v20141007-2301.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.swt.gtk.linux.x86_64.nl_ja_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.swt.gtk.linux.x86_64.nl_zh_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.swt.gtk.linux.x86_64_3.103.1.v20140903-1947.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.swt.nl_ja_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.swt.nl_zh_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.swt_3.103.1.v20140903-1938.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.text.nl_ja_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.text.nl_zh_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.text_3.5.300.v20130515-1451.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.ui.forms.nl_ja_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.ui.forms.nl_zh_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.ui.forms_3.6.100.v20140422-1825.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.ui.intro.nl_ja_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.ui.intro.nl_zh_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.ui.intro_3.4.200.v20130326-1254.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.ui.net.nl_ja_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.ui.net.nl_zh_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.ui.net_1.2.200.v20120807-0927.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.ui.nl_ja_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.ui.nl_zh_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.ui.themes.nl_ja_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.ui.themes.nl_zh_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.ui.themes_1.0.1.v20140819-1717/META-INF/ECLIPSE_.RSA +java/sun-7/lib/missioncontrol/plugins/org.eclipse.ui.themes_1.0.1.v20140819-1717/META-INF/ECLIPSE_.SF +java/sun-7/lib/missioncontrol/plugins/org.eclipse.ui.themes_1.0.1.v20140819-1717/META-INF/MANIFEST.MF +java/sun-7/lib/missioncontrol/plugins/org.eclipse.ui.themes_1.0.1.v20140819-1717/about.html +java/sun-7/lib/missioncontrol/plugins/org.eclipse.ui.themes_1.0.1.v20140819-1717/css/dark/e4-dark_basestyle.css +java/sun-7/lib/missioncontrol/plugins/org.eclipse.ui.themes_1.0.1.v20140819-1717/css/dark/e4-dark_globalstyle.css +java/sun-7/lib/missioncontrol/plugins/org.eclipse.ui.themes_1.0.1.v20140819-1717/css/dark/e4-dark_partstyle.css +java/sun-7/lib/missioncontrol/plugins/org.eclipse.ui.themes_1.0.1.v20140819-1717/css/dark/e4-dark_preferencestyle.css +java/sun-7/lib/missioncontrol/plugins/org.eclipse.ui.themes_1.0.1.v20140819-1717/css/e4-dark.css +java/sun-7/lib/missioncontrol/plugins/org.eclipse.ui.themes_1.0.1.v20140819-1717/css/e4-dark_mac.css +java/sun-7/lib/missioncontrol/plugins/org.eclipse.ui.themes_1.0.1.v20140819-1717/css/e4-dark_win.css +java/sun-7/lib/missioncontrol/plugins/org.eclipse.ui.themes_1.0.1.v20140819-1717/css/e4_basestyle.css +java/sun-7/lib/missioncontrol/plugins/org.eclipse.ui.themes_1.0.1.v20140819-1717/css/e4_classic_win7.css +java/sun-7/lib/missioncontrol/plugins/org.eclipse.ui.themes_1.0.1.v20140819-1717/css/e4_classic_winxp.css +java/sun-7/lib/missioncontrol/plugins/org.eclipse.ui.themes_1.0.1.v20140819-1717/css/e4_default_gtk.css +java/sun-7/lib/missioncontrol/plugins/org.eclipse.ui.themes_1.0.1.v20140819-1717/css/e4_default_mac.css +java/sun-7/lib/missioncontrol/plugins/org.eclipse.ui.themes_1.0.1.v20140819-1717/css/e4_default_mru_on_win7.css +java/sun-7/lib/missioncontrol/plugins/org.eclipse.ui.themes_1.0.1.v20140819-1717/css/e4_default_win7.css +java/sun-7/lib/missioncontrol/plugins/org.eclipse.ui.themes_1.0.1.v20140819-1717/css/e4_default_winxp_blu.css +java/sun-7/lib/missioncontrol/plugins/org.eclipse.ui.themes_1.0.1.v20140819-1717/css/e4_default_winxp_olv.css +java/sun-7/lib/missioncontrol/plugins/org.eclipse.ui.themes_1.0.1.v20140819-1717/css/high-contrast.css +java/sun-7/lib/missioncontrol/plugins/org.eclipse.ui.themes_1.0.1.v20140819-1717/images/dragHandle.png +java/sun-7/lib/missioncontrol/plugins/org.eclipse.ui.themes_1.0.1.v20140819-1717/images/gtkHandle.png +java/sun-7/lib/missioncontrol/plugins/org.eclipse.ui.themes_1.0.1.v20140819-1717/images/gtkTSFrame.png +java/sun-7/lib/missioncontrol/plugins/org.eclipse.ui.themes_1.0.1.v20140819-1717/images/macGrey.png +java/sun-7/lib/missioncontrol/plugins/org.eclipse.ui.themes_1.0.1.v20140819-1717/images/macHandle.png +java/sun-7/lib/missioncontrol/plugins/org.eclipse.ui.themes_1.0.1.v20140819-1717/images/macTSFrame.png +java/sun-7/lib/missioncontrol/plugins/org.eclipse.ui.themes_1.0.1.v20140819-1717/images/win7.png +java/sun-7/lib/missioncontrol/plugins/org.eclipse.ui.themes_1.0.1.v20140819-1717/images/win7Handle.png +java/sun-7/lib/missioncontrol/plugins/org.eclipse.ui.themes_1.0.1.v20140819-1717/images/win7TSFrame.png +java/sun-7/lib/missioncontrol/plugins/org.eclipse.ui.themes_1.0.1.v20140819-1717/images/winClassicHandle.png +java/sun-7/lib/missioncontrol/plugins/org.eclipse.ui.themes_1.0.1.v20140819-1717/images/winClassicTSFrame.png +java/sun-7/lib/missioncontrol/plugins/org.eclipse.ui.themes_1.0.1.v20140819-1717/images/winXPBluHandle.png +java/sun-7/lib/missioncontrol/plugins/org.eclipse.ui.themes_1.0.1.v20140819-1717/images/winXPBluTSFrame.png +java/sun-7/lib/missioncontrol/plugins/org.eclipse.ui.themes_1.0.1.v20140819-1717/images/winXPBlue.png +java/sun-7/lib/missioncontrol/plugins/org.eclipse.ui.themes_1.0.1.v20140819-1717/images/winXPHandle.png +java/sun-7/lib/missioncontrol/plugins/org.eclipse.ui.themes_1.0.1.v20140819-1717/images/winXPOlive.png +java/sun-7/lib/missioncontrol/plugins/org.eclipse.ui.themes_1.0.1.v20140819-1717/images/winXPTSFrame.png +java/sun-7/lib/missioncontrol/plugins/org.eclipse.ui.themes_1.0.1.v20140819-1717/plugin.properties +java/sun-7/lib/missioncontrol/plugins/org.eclipse.ui.themes_1.0.1.v20140819-1717/plugin.xml +java/sun-7/lib/missioncontrol/plugins/org.eclipse.ui.views.nl_ja_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.ui.views.nl_zh_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.ui.views_3.7.0.v20140408-0703.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.ui.workbench.nl_ja_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.ui.workbench.nl_zh_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.ui.workbench_3.106.1.v20140827-1737.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.ui_3.106.0.v20140812-1751.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.update.configurator.nl_ja_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.update.configurator.nl_zh_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.update.configurator_3.3.300.v20140518-1928.jar +java/sun-7/lib/missioncontrol/plugins/org.sat4j.core_2.3.5.v201308161310.jar +java/sun-7/lib/missioncontrol/plugins/org.sat4j.pb_2.3.5.v201404071733.jar +java/sun-7/lib/missioncontrol/plugins/org.w3c.css.sac_1.3.1.v200903091627.jar +java/sun-7/lib/missioncontrol/plugins/org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar +java/sun-7/lib/missioncontrol/plugins/org.w3c.dom.smil_1.0.0.v200806040011.jar +java/sun-7/lib/missioncontrol/plugins/org.w3c.dom.svg_1.1.0.v201011041433.jar java/sun-7/lib/orb.idl java/sun-7/lib/sa-jdi.jar java/sun-7/lib/tools.jar @@ -661,11 +748,13 @@ java/sun-7/lib/visualvm/platform/config/Modules/org-netbeans-api-search.xml java/sun-7/lib/visualvm/platform/config/Modules/org-netbeans-api-visual.xml java/sun-7/lib/visualvm/platform/config/Modules/org-netbeans-core-execution.xml java/sun-7/lib/visualvm/platform/config/Modules/org-netbeans-core-io-ui.xml +java/sun-7/lib/visualvm/platform/config/Modules/org-netbeans-core-multitabs.xml java/sun-7/lib/visualvm/platform/config/Modules/org-netbeans-core-multiview.xml java/sun-7/lib/visualvm/platform/config/Modules/org-netbeans-core-output2.xml java/sun-7/lib/visualvm/platform/config/Modules/org-netbeans-core-ui.xml java/sun-7/lib/visualvm/platform/config/Modules/org-netbeans-core-windows.xml java/sun-7/lib/visualvm/platform/config/Modules/org-netbeans-core.xml +java/sun-7/lib/visualvm/platform/config/Modules/org-netbeans-lib-uihandler.xml java/sun-7/lib/visualvm/platform/config/Modules/org-netbeans-modules-applemenu.xml java/sun-7/lib/visualvm/platform/config/Modules/org-netbeans-modules-autoupdate-cli.xml java/sun-7/lib/visualvm/platform/config/Modules/org-netbeans-modules-autoupdate-services.xml @@ -675,8 +764,10 @@ java/sun-7/lib/visualvm/platform/config/Modules/org-netbeans-modules-editor-mime java/sun-7/lib/visualvm/platform/config/Modules/org-netbeans-modules-editor-mimelookup.xml java/sun-7/lib/visualvm/platform/config/Modules/org-netbeans-modules-favorites.xml java/sun-7/lib/visualvm/platform/config/Modules/org-netbeans-modules-javahelp.xml +java/sun-7/lib/visualvm/platform/config/Modules/org-netbeans-modules-keyring-fallback.xml java/sun-7/lib/visualvm/platform/config/Modules/org-netbeans-modules-keyring-impl.xml java/sun-7/lib/visualvm/platform/config/Modules/org-netbeans-modules-keyring.xml +java/sun-7/lib/visualvm/platform/config/Modules/org-netbeans-modules-masterfs-nio2.xml java/sun-7/lib/visualvm/platform/config/Modules/org-netbeans-modules-masterfs.xml java/sun-7/lib/visualvm/platform/config/Modules/org-netbeans-modules-options-api.xml java/sun-7/lib/visualvm/platform/config/Modules/org-netbeans-modules-options-keymap.xml @@ -687,6 +778,8 @@ java/sun-7/lib/visualvm/platform/config/Modules/org-netbeans-modules-sampler.xml java/sun-7/lib/visualvm/platform/config/Modules/org-netbeans-modules-sendopts.xml java/sun-7/lib/visualvm/platform/config/Modules/org-netbeans-modules-settings.xml java/sun-7/lib/visualvm/platform/config/Modules/org-netbeans-modules-spi-actions.xml +java/sun-7/lib/visualvm/platform/config/Modules/org-netbeans-modules-templates.xml +java/sun-7/lib/visualvm/platform/config/Modules/org-netbeans-modules-uihandler.xml java/sun-7/lib/visualvm/platform/config/Modules/org-netbeans-spi-quicksearch.xml java/sun-7/lib/visualvm/platform/config/Modules/org-netbeans-swing-outline.xml java/sun-7/lib/visualvm/platform/config/Modules/org-netbeans-swing-plaf.xml @@ -726,7 +819,6 @@ java/sun-7/lib/visualvm/platform/lib/org-openide-util.jar java/sun-7/lib/visualvm/platform/modules/ext/jhall-2.0_05.jar java/sun-7/lib/visualvm/platform/modules/ext/locale/updater_ja.jar java/sun-7/lib/visualvm/platform/modules/ext/locale/updater_zh_CN.jar -java/sun-7/lib/visualvm/platform/modules/ext/nsProxyAutoConfig.js java/sun-7/lib/visualvm/platform/modules/ext/updater.jar java/sun-7/lib/visualvm/platform/modules/locale/org-netbeans-api-annotations-common_ja.jar java/sun-7/lib/visualvm/platform/modules/locale/org-netbeans-api-annotations-common_zh_CN.jar @@ -740,6 +832,8 @@ java/sun-7/lib/visualvm/platform/modules/locale/org-netbeans-core-execution_ja.j java/sun-7/lib/visualvm/platform/modules/locale/org-netbeans-core-execution_zh_CN.jar java/sun-7/lib/visualvm/platform/modules/locale/org-netbeans-core-io-ui_ja.jar java/sun-7/lib/visualvm/platform/modules/locale/org-netbeans-core-io-ui_zh_CN.jar +java/sun-7/lib/visualvm/platform/modules/locale/org-netbeans-core-multitabs_ja.jar +java/sun-7/lib/visualvm/platform/modules/locale/org-netbeans-core-multitabs_zh_CN.jar java/sun-7/lib/visualvm/platform/modules/locale/org-netbeans-core-multiview_ja.jar java/sun-7/lib/visualvm/platform/modules/locale/org-netbeans-core-multiview_zh_CN.jar java/sun-7/lib/visualvm/platform/modules/locale/org-netbeans-core-output2_ja.jar @@ -750,6 +844,8 @@ java/sun-7/lib/visualvm/platform/modules/locale/org-netbeans-core-windows_ja.jar java/sun-7/lib/visualvm/platform/modules/locale/org-netbeans-core-windows_zh_CN.jar java/sun-7/lib/visualvm/platform/modules/locale/org-netbeans-core_ja.jar java/sun-7/lib/visualvm/platform/modules/locale/org-netbeans-core_zh_CN.jar +java/sun-7/lib/visualvm/platform/modules/locale/org-netbeans-lib-uihandler_ja.jar +java/sun-7/lib/visualvm/platform/modules/locale/org-netbeans-lib-uihandler_zh_CN.jar java/sun-7/lib/visualvm/platform/modules/locale/org-netbeans-modules-applemenu_ja.jar java/sun-7/lib/visualvm/platform/modules/locale/org-netbeans-modules-applemenu_zh_CN.jar java/sun-7/lib/visualvm/platform/modules/locale/org-netbeans-modules-autoupdate-cli_ja.jar @@ -768,10 +864,14 @@ java/sun-7/lib/visualvm/platform/modules/locale/org-netbeans-modules-favorites_j java/sun-7/lib/visualvm/platform/modules/locale/org-netbeans-modules-favorites_zh_CN.jar java/sun-7/lib/visualvm/platform/modules/locale/org-netbeans-modules-javahelp_ja.jar java/sun-7/lib/visualvm/platform/modules/locale/org-netbeans-modules-javahelp_zh_CN.jar +java/sun-7/lib/visualvm/platform/modules/locale/org-netbeans-modules-keyring-fallback_ja.jar +java/sun-7/lib/visualvm/platform/modules/locale/org-netbeans-modules-keyring-fallback_zh_CN.jar java/sun-7/lib/visualvm/platform/modules/locale/org-netbeans-modules-keyring-impl_ja.jar java/sun-7/lib/visualvm/platform/modules/locale/org-netbeans-modules-keyring-impl_zh_CN.jar java/sun-7/lib/visualvm/platform/modules/locale/org-netbeans-modules-keyring_ja.jar java/sun-7/lib/visualvm/platform/modules/locale/org-netbeans-modules-keyring_zh_CN.jar +java/sun-7/lib/visualvm/platform/modules/locale/org-netbeans-modules-masterfs-nio2_ja.jar +java/sun-7/lib/visualvm/platform/modules/locale/org-netbeans-modules-masterfs-nio2_zh_CN.jar java/sun-7/lib/visualvm/platform/modules/locale/org-netbeans-modules-masterfs_ja.jar java/sun-7/lib/visualvm/platform/modules/locale/org-netbeans-modules-masterfs_zh_CN.jar java/sun-7/lib/visualvm/platform/modules/locale/org-netbeans-modules-options-api_ja.jar @@ -792,6 +892,10 @@ java/sun-7/lib/visualvm/platform/modules/locale/org-netbeans-modules-settings_ja java/sun-7/lib/visualvm/platform/modules/locale/org-netbeans-modules-settings_zh_CN.jar java/sun-7/lib/visualvm/platform/modules/locale/org-netbeans-modules-spi-actions_ja.jar java/sun-7/lib/visualvm/platform/modules/locale/org-netbeans-modules-spi-actions_zh_CN.jar +java/sun-7/lib/visualvm/platform/modules/locale/org-netbeans-modules-templates_ja.jar +java/sun-7/lib/visualvm/platform/modules/locale/org-netbeans-modules-templates_zh_CN.jar +java/sun-7/lib/visualvm/platform/modules/locale/org-netbeans-modules-uihandler_ja.jar +java/sun-7/lib/visualvm/platform/modules/locale/org-netbeans-modules-uihandler_zh_CN.jar java/sun-7/lib/visualvm/platform/modules/locale/org-netbeans-spi-quicksearch_ja.jar java/sun-7/lib/visualvm/platform/modules/locale/org-netbeans-spi-quicksearch_zh_CN.jar java/sun-7/lib/visualvm/platform/modules/locale/org-netbeans-swing-outline_ja.jar @@ -832,11 +936,13 @@ java/sun-7/lib/visualvm/platform/modules/org-netbeans-api-search.jar java/sun-7/lib/visualvm/platform/modules/org-netbeans-api-visual.jar java/sun-7/lib/visualvm/platform/modules/org-netbeans-core-execution.jar java/sun-7/lib/visualvm/platform/modules/org-netbeans-core-io-ui.jar +java/sun-7/lib/visualvm/platform/modules/org-netbeans-core-multitabs.jar java/sun-7/lib/visualvm/platform/modules/org-netbeans-core-multiview.jar java/sun-7/lib/visualvm/platform/modules/org-netbeans-core-output2.jar java/sun-7/lib/visualvm/platform/modules/org-netbeans-core-ui.jar java/sun-7/lib/visualvm/platform/modules/org-netbeans-core-windows.jar java/sun-7/lib/visualvm/platform/modules/org-netbeans-core.jar +java/sun-7/lib/visualvm/platform/modules/org-netbeans-lib-uihandler.jar java/sun-7/lib/visualvm/platform/modules/org-netbeans-modules-applemenu.jar java/sun-7/lib/visualvm/platform/modules/org-netbeans-modules-autoupdate-cli.jar java/sun-7/lib/visualvm/platform/modules/org-netbeans-modules-autoupdate-services.jar @@ -846,8 +952,10 @@ java/sun-7/lib/visualvm/platform/modules/org-netbeans-modules-editor-mimelookup- java/sun-7/lib/visualvm/platform/modules/org-netbeans-modules-editor-mimelookup.jar java/sun-7/lib/visualvm/platform/modules/org-netbeans-modules-favorites.jar java/sun-7/lib/visualvm/platform/modules/org-netbeans-modules-javahelp.jar +java/sun-7/lib/visualvm/platform/modules/org-netbeans-modules-keyring-fallback.jar java/sun-7/lib/visualvm/platform/modules/org-netbeans-modules-keyring-impl.jar java/sun-7/lib/visualvm/platform/modules/org-netbeans-modules-keyring.jar +java/sun-7/lib/visualvm/platform/modules/org-netbeans-modules-masterfs-nio2.jar java/sun-7/lib/visualvm/platform/modules/org-netbeans-modules-masterfs.jar java/sun-7/lib/visualvm/platform/modules/org-netbeans-modules-options-api.jar java/sun-7/lib/visualvm/platform/modules/org-netbeans-modules-options-keymap.jar @@ -858,6 +966,8 @@ java/sun-7/lib/visualvm/platform/modules/org-netbeans-modules-sampler.jar java/sun-7/lib/visualvm/platform/modules/org-netbeans-modules-sendopts.jar java/sun-7/lib/visualvm/platform/modules/org-netbeans-modules-settings.jar java/sun-7/lib/visualvm/platform/modules/org-netbeans-modules-spi-actions.jar +java/sun-7/lib/visualvm/platform/modules/org-netbeans-modules-templates.jar +java/sun-7/lib/visualvm/platform/modules/org-netbeans-modules-uihandler.jar java/sun-7/lib/visualvm/platform/modules/org-netbeans-spi-quicksearch.jar java/sun-7/lib/visualvm/platform/modules/org-netbeans-swing-outline.jar java/sun-7/lib/visualvm/platform/modules/org-netbeans-swing-plaf.jar @@ -882,12 +992,14 @@ java/sun-7/lib/visualvm/platform/update_tracking/org-netbeans-api-visual.xml java/sun-7/lib/visualvm/platform/update_tracking/org-netbeans-bootstrap.xml java/sun-7/lib/visualvm/platform/update_tracking/org-netbeans-core-execution.xml java/sun-7/lib/visualvm/platform/update_tracking/org-netbeans-core-io-ui.xml +java/sun-7/lib/visualvm/platform/update_tracking/org-netbeans-core-multitabs.xml java/sun-7/lib/visualvm/platform/update_tracking/org-netbeans-core-multiview.xml java/sun-7/lib/visualvm/platform/update_tracking/org-netbeans-core-output2.xml java/sun-7/lib/visualvm/platform/update_tracking/org-netbeans-core-startup.xml java/sun-7/lib/visualvm/platform/update_tracking/org-netbeans-core-ui.xml java/sun-7/lib/visualvm/platform/update_tracking/org-netbeans-core-windows.xml java/sun-7/lib/visualvm/platform/update_tracking/org-netbeans-core.xml +java/sun-7/lib/visualvm/platform/update_tracking/org-netbeans-lib-uihandler.xml java/sun-7/lib/visualvm/platform/update_tracking/org-netbeans-modules-applemenu.xml java/sun-7/lib/visualvm/platform/update_tracking/org-netbeans-modules-autoupdate-cli.xml java/sun-7/lib/visualvm/platform/update_tracking/org-netbeans-modules-autoupdate-services.xml @@ -897,8 +1009,10 @@ java/sun-7/lib/visualvm/platform/update_tracking/org-netbeans-modules-editor-mim java/sun-7/lib/visualvm/platform/update_tracking/org-netbeans-modules-editor-mimelookup.xml java/sun-7/lib/visualvm/platform/update_tracking/org-netbeans-modules-favorites.xml java/sun-7/lib/visualvm/platform/update_tracking/org-netbeans-modules-javahelp.xml +java/sun-7/lib/visualvm/platform/update_tracking/org-netbeans-modules-keyring-fallback.xml java/sun-7/lib/visualvm/platform/update_tracking/org-netbeans-modules-keyring-impl.xml java/sun-7/lib/visualvm/platform/update_tracking/org-netbeans-modules-keyring.xml +java/sun-7/lib/visualvm/platform/update_tracking/org-netbeans-modules-masterfs-nio2.xml java/sun-7/lib/visualvm/platform/update_tracking/org-netbeans-modules-masterfs.xml java/sun-7/lib/visualvm/platform/update_tracking/org-netbeans-modules-options-api.xml java/sun-7/lib/visualvm/platform/update_tracking/org-netbeans-modules-options-keymap.xml @@ -909,6 +1023,8 @@ java/sun-7/lib/visualvm/platform/update_tracking/org-netbeans-modules-sampler.xm java/sun-7/lib/visualvm/platform/update_tracking/org-netbeans-modules-sendopts.xml java/sun-7/lib/visualvm/platform/update_tracking/org-netbeans-modules-settings.xml java/sun-7/lib/visualvm/platform/update_tracking/org-netbeans-modules-spi-actions.xml +java/sun-7/lib/visualvm/platform/update_tracking/org-netbeans-modules-templates.xml +java/sun-7/lib/visualvm/platform/update_tracking/org-netbeans-modules-uihandler.xml java/sun-7/lib/visualvm/platform/update_tracking/org-netbeans-spi-quicksearch.xml java/sun-7/lib/visualvm/platform/update_tracking/org-netbeans-swing-outline.xml java/sun-7/lib/visualvm/platform/update_tracking/org-netbeans-swing-plaf.xml @@ -945,8 +1061,8 @@ java/sun-7/lib/visualvm/profiler/config/Modules/org-netbeans-modules-profiler-se java/sun-7/lib/visualvm/profiler/config/Modules/org-netbeans-modules-profiler-snaptracer.xml java/sun-7/lib/visualvm/profiler/config/Modules/org-netbeans-modules-profiler-utilities.xml java/sun-7/lib/visualvm/profiler/config/Modules/org-netbeans-modules-profiler.xml -java/sun-7/lib/visualvm/profiler/lib/deployed/jdk15/linux/libprofilerinterface.so -java/sun-7/lib/visualvm/profiler/lib/deployed/jdk16/linux/libprofilerinterface.so +java/sun-7/lib/visualvm/profiler/lib/deployed/jdk15/linux-amd64/libprofilerinterface.so +java/sun-7/lib/visualvm/profiler/lib/deployed/jdk16/linux-amd64/libprofilerinterface.so java/sun-7/lib/visualvm/profiler/lib/jfluid-server-15.jar java/sun-7/lib/visualvm/profiler/lib/jfluid-server.jar java/sun-7/lib/visualvm/profiler/lib/locale/jfluid-server_ja.jar @@ -1030,11 +1146,14 @@ java/sun-7/lib/visualvm/visualvm/config/Modules/org-netbeans-api-visual.xml_hidd java/sun-7/lib/visualvm/visualvm/config/Modules/org-netbeans-core-execution.xml_hidden java/sun-7/lib/visualvm/visualvm/config/Modules/org-netbeans-core-io-ui.xml_hidden java/sun-7/lib/visualvm/visualvm/config/Modules/org-netbeans-core-output2.xml_hidden +java/sun-7/lib/visualvm/visualvm/config/Modules/org-netbeans-lib-uihandler.xml_hidden java/sun-7/lib/visualvm/visualvm/config/Modules/org-netbeans-modules-core-kit.xml_hidden java/sun-7/lib/visualvm/visualvm/config/Modules/org-netbeans-modules-favorites.xml_hidden java/sun-7/lib/visualvm/visualvm/config/Modules/org-netbeans-modules-options-keymap.xml_hidden java/sun-7/lib/visualvm/visualvm/config/Modules/org-netbeans-modules-print.xml_hidden java/sun-7/lib/visualvm/visualvm/config/Modules/org-netbeans-modules-spi-actions.xml_hidden +java/sun-7/lib/visualvm/visualvm/config/Modules/org-netbeans-modules-templates.xml_hidden +java/sun-7/lib/visualvm/visualvm/config/Modules/org-netbeans-modules-uihandler.xml_hidden java/sun-7/lib/visualvm/visualvm/config/Modules/org-openide-compat.xml_hidden java/sun-7/lib/visualvm/visualvm/config/Modules/org-openide-execution.xml_hidden java/sun-7/lib/visualvm/visualvm/config/Modules/org-openide-options.xml_hidden diff --git a/lang/sun-jdk7/PLIST.linux-x86_64 b/lang/sun-jdk7/PLIST.linux-x86_64 index 80fd9abbf5927..b76a0c04eaf10 100644 --- a/lang/sun-jdk7/PLIST.linux-x86_64 +++ b/lang/sun-jdk7/PLIST.linux-x86_64 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST.linux-x86_64,v 1.7 2015/05/05 17:07:40 abs Exp $ +@comment $NetBSD: PLIST.linux-x86_64,v 1.8 2016/05/08 17:23:28 christos Exp $ bin/sun7-appletviewer bin/sun7-apt bin/sun7-extcheck @@ -109,535 +109,621 @@ java/sun-7/lib/ir.idl java/sun-7/lib/javafx-doclet.jar java/sun-7/lib/javafx-mx.jar java/sun-7/lib/jconsole.jar +java/sun-7/lib/missioncontrol/.eclipseproduct java/sun-7/lib/missioncontrol/THIRDPARTYLICENSEREADME.txt java/sun-7/lib/missioncontrol/artifacts.xml java/sun-7/lib/missioncontrol/configuration/config.ini java/sun-7/lib/missioncontrol/configuration/org.eclipse.equinox.simpleconfigurator/bundles.info java/sun-7/lib/missioncontrol/configuration/org.eclipse.update/platform.xml java/sun-7/lib/missioncontrol/dropins/README.TXT -java/sun-7/lib/missioncontrol/features/com.jrockit.mc.feature.console_5.4.0.162463/feature.properties -java/sun-7/lib/missioncontrol/features/com.jrockit.mc.feature.console_5.4.0.162463/feature.xml -java/sun-7/lib/missioncontrol/features/com.jrockit.mc.feature.core_5.4.0.162463/feature.properties -java/sun-7/lib/missioncontrol/features/com.jrockit.mc.feature.core_5.4.0.162463/feature.xml -java/sun-7/lib/missioncontrol/features/com.jrockit.mc.feature.flightrecorder_5.4.0.162463/feature.properties -java/sun-7/lib/missioncontrol/features/com.jrockit.mc.feature.flightrecorder_5.4.0.162463/feature.xml -java/sun-7/lib/missioncontrol/features/com.jrockit.mc.feature.rcp.ja_5.4.0.162463/feature.properties -java/sun-7/lib/missioncontrol/features/com.jrockit.mc.feature.rcp.ja_5.4.0.162463/feature.xml -java/sun-7/lib/missioncontrol/features/com.jrockit.mc.feature.rcp.zh_CN_5.4.0.162463/feature.properties -java/sun-7/lib/missioncontrol/features/com.jrockit.mc.feature.rcp.zh_CN_5.4.0.162463/feature.xml -java/sun-7/lib/missioncontrol/features/com.jrockit.mc.feature.rcp_5.4.0.162463/feature.properties -java/sun-7/lib/missioncontrol/features/com.jrockit.mc.feature.rcp_5.4.0.162463/feature.xml -java/sun-7/lib/missioncontrol/features/com.jrockit.mc.rcp.product_5.4.0.162463/feature.properties -java/sun-7/lib/missioncontrol/features/com.jrockit.mc.rcp.product_5.4.0.162463/feature.xml -java/sun-7/lib/missioncontrol/features/org.eclipse.babel.nls_eclipse_ja_4.2.0.v20130724060447/about.html -java/sun-7/lib/missioncontrol/features/org.eclipse.babel.nls_eclipse_ja_4.2.0.v20130724060447/eclipse_update_120.jpg -java/sun-7/lib/missioncontrol/features/org.eclipse.babel.nls_eclipse_ja_4.2.0.v20130724060447/epl-v10.html -java/sun-7/lib/missioncontrol/features/org.eclipse.babel.nls_eclipse_ja_4.2.0.v20130724060447/feature.properties -java/sun-7/lib/missioncontrol/features/org.eclipse.babel.nls_eclipse_ja_4.2.0.v20130724060447/feature.xml -java/sun-7/lib/missioncontrol/features/org.eclipse.babel.nls_eclipse_ja_4.2.0.v20130724060447/license.html -java/sun-7/lib/missioncontrol/features/org.eclipse.babel.nls_eclipse_zh_4.2.0.v20130724060447/about.html -java/sun-7/lib/missioncontrol/features/org.eclipse.babel.nls_eclipse_zh_4.2.0.v20130724060447/eclipse_update_120.jpg -java/sun-7/lib/missioncontrol/features/org.eclipse.babel.nls_eclipse_zh_4.2.0.v20130724060447/epl-v10.html -java/sun-7/lib/missioncontrol/features/org.eclipse.babel.nls_eclipse_zh_4.2.0.v20130724060447/feature.properties -java/sun-7/lib/missioncontrol/features/org.eclipse.babel.nls_eclipse_zh_4.2.0.v20130724060447/feature.xml -java/sun-7/lib/missioncontrol/features/org.eclipse.babel.nls_eclipse_zh_4.2.0.v20130724060447/license.html -java/sun-7/lib/missioncontrol/features/org.eclipse.babel.nls_rt.equinox_ja_4.2.0.v20130724060447/about.html -java/sun-7/lib/missioncontrol/features/org.eclipse.babel.nls_rt.equinox_ja_4.2.0.v20130724060447/eclipse_update_120.jpg -java/sun-7/lib/missioncontrol/features/org.eclipse.babel.nls_rt.equinox_ja_4.2.0.v20130724060447/epl-v10.html -java/sun-7/lib/missioncontrol/features/org.eclipse.babel.nls_rt.equinox_ja_4.2.0.v20130724060447/feature.properties -java/sun-7/lib/missioncontrol/features/org.eclipse.babel.nls_rt.equinox_ja_4.2.0.v20130724060447/feature.xml -java/sun-7/lib/missioncontrol/features/org.eclipse.babel.nls_rt.equinox_ja_4.2.0.v20130724060447/license.html -java/sun-7/lib/missioncontrol/features/org.eclipse.babel.nls_rt.equinox_zh_4.2.0.v20130724060447/about.html -java/sun-7/lib/missioncontrol/features/org.eclipse.babel.nls_rt.equinox_zh_4.2.0.v20130724060447/eclipse_update_120.jpg -java/sun-7/lib/missioncontrol/features/org.eclipse.babel.nls_rt.equinox_zh_4.2.0.v20130724060447/epl-v10.html -java/sun-7/lib/missioncontrol/features/org.eclipse.babel.nls_rt.equinox_zh_4.2.0.v20130724060447/feature.properties -java/sun-7/lib/missioncontrol/features/org.eclipse.babel.nls_rt.equinox_zh_4.2.0.v20130724060447/feature.xml -java/sun-7/lib/missioncontrol/features/org.eclipse.babel.nls_rt.equinox_zh_4.2.0.v20130724060447/license.html -java/sun-7/lib/missioncontrol/features/org.eclipse.equinox.p2.core.feature_1.1.0.v20121211-153934-8297FndFWmE7h7Bpz-vcqkxyKz0/META-INF/ECLIPSE_.RSA -java/sun-7/lib/missioncontrol/features/org.eclipse.equinox.p2.core.feature_1.1.0.v20121211-153934-8297FndFWmE7h7Bpz-vcqkxyKz0/META-INF/ECLIPSE_.SF -java/sun-7/lib/missioncontrol/features/org.eclipse.equinox.p2.core.feature_1.1.0.v20121211-153934-8297FndFWmE7h7Bpz-vcqkxyKz0/META-INF/MANIFEST.MF -java/sun-7/lib/missioncontrol/features/org.eclipse.equinox.p2.core.feature_1.1.0.v20121211-153934-8297FndFWmE7h7Bpz-vcqkxyKz0/META-INF/eclipse.inf -java/sun-7/lib/missioncontrol/features/org.eclipse.equinox.p2.core.feature_1.1.0.v20121211-153934-8297FndFWmE7h7Bpz-vcqkxyKz0/eclipse_update_120.jpg -java/sun-7/lib/missioncontrol/features/org.eclipse.equinox.p2.core.feature_1.1.0.v20121211-153934-8297FndFWmE7h7Bpz-vcqkxyKz0/epl-v10.html -java/sun-7/lib/missioncontrol/features/org.eclipse.equinox.p2.core.feature_1.1.0.v20121211-153934-8297FndFWmE7h7Bpz-vcqkxyKz0/feature.properties -java/sun-7/lib/missioncontrol/features/org.eclipse.equinox.p2.core.feature_1.1.0.v20121211-153934-8297FndFWmE7h7Bpz-vcqkxyKz0/feature.xml -java/sun-7/lib/missioncontrol/features/org.eclipse.equinox.p2.core.feature_1.1.0.v20121211-153934-8297FndFWmE7h7Bpz-vcqkxyKz0/license.html -java/sun-7/lib/missioncontrol/features/org.eclipse.equinox.p2.rcp.feature_1.1.0.v20121211-153934-785EoBqNKNZz-DW7sUc8hFwz00wd/META-INF/ECLIPSE_.RSA -java/sun-7/lib/missioncontrol/features/org.eclipse.equinox.p2.rcp.feature_1.1.0.v20121211-153934-785EoBqNKNZz-DW7sUc8hFwz00wd/META-INF/ECLIPSE_.SF -java/sun-7/lib/missioncontrol/features/org.eclipse.equinox.p2.rcp.feature_1.1.0.v20121211-153934-785EoBqNKNZz-DW7sUc8hFwz00wd/META-INF/MANIFEST.MF -java/sun-7/lib/missioncontrol/features/org.eclipse.equinox.p2.rcp.feature_1.1.0.v20121211-153934-785EoBqNKNZz-DW7sUc8hFwz00wd/META-INF/eclipse.inf -java/sun-7/lib/missioncontrol/features/org.eclipse.equinox.p2.rcp.feature_1.1.0.v20121211-153934-785EoBqNKNZz-DW7sUc8hFwz00wd/eclipse_update_120.jpg -java/sun-7/lib/missioncontrol/features/org.eclipse.equinox.p2.rcp.feature_1.1.0.v20121211-153934-785EoBqNKNZz-DW7sUc8hFwz00wd/epl-v10.html -java/sun-7/lib/missioncontrol/features/org.eclipse.equinox.p2.rcp.feature_1.1.0.v20121211-153934-785EoBqNKNZz-DW7sUc8hFwz00wd/feature.properties -java/sun-7/lib/missioncontrol/features/org.eclipse.equinox.p2.rcp.feature_1.1.0.v20121211-153934-785EoBqNKNZz-DW7sUc8hFwz00wd/feature.xml -java/sun-7/lib/missioncontrol/features/org.eclipse.equinox.p2.rcp.feature_1.1.0.v20121211-153934-785EoBqNKNZz-DW7sUc8hFwz00wd/license.html -java/sun-7/lib/missioncontrol/features/org.eclipse.help_1.4.1.v20120912-145617-8R7xFOXFLWUl7PpMEeZNIGkb4/META-INF/ECLIPSE_.RSA -java/sun-7/lib/missioncontrol/features/org.eclipse.help_1.4.1.v20120912-145617-8R7xFOXFLWUl7PpMEeZNIGkb4/META-INF/ECLIPSE_.SF -java/sun-7/lib/missioncontrol/features/org.eclipse.help_1.4.1.v20120912-145617-8R7xFOXFLWUl7PpMEeZNIGkb4/META-INF/MANIFEST.MF -java/sun-7/lib/missioncontrol/features/org.eclipse.help_1.4.1.v20120912-145617-8R7xFOXFLWUl7PpMEeZNIGkb4/META-INF/eclipse.inf -java/sun-7/lib/missioncontrol/features/org.eclipse.help_1.4.1.v20120912-145617-8R7xFOXFLWUl7PpMEeZNIGkb4/eclipse_update_120.jpg -java/sun-7/lib/missioncontrol/features/org.eclipse.help_1.4.1.v20120912-145617-8R7xFOXFLWUl7PpMEeZNIGkb4/epl-v10.html -java/sun-7/lib/missioncontrol/features/org.eclipse.help_1.4.1.v20120912-145617-8R7xFOXFLWUl7PpMEeZNIGkb4/feature.properties -java/sun-7/lib/missioncontrol/features/org.eclipse.help_1.4.1.v20120912-145617-8R7xFOXFLWUl7PpMEeZNIGkb4/feature.xml -java/sun-7/lib/missioncontrol/features/org.eclipse.help_1.4.1.v20120912-145617-8R7xFOXFLWUl7PpMEeZNIGkb4/license.html -java/sun-7/lib/missioncontrol/features/org.eclipse.rcp_3.8.2.v20130118-180157-96BuGOZFxwOAeG8Ofmqicz0tPK/META-INF/ECLIPSE_.RSA -java/sun-7/lib/missioncontrol/features/org.eclipse.rcp_3.8.2.v20130118-180157-96BuGOZFxwOAeG8Ofmqicz0tPK/META-INF/ECLIPSE_.SF -java/sun-7/lib/missioncontrol/features/org.eclipse.rcp_3.8.2.v20130118-180157-96BuGOZFxwOAeG8Ofmqicz0tPK/META-INF/MANIFEST.MF -java/sun-7/lib/missioncontrol/features/org.eclipse.rcp_3.8.2.v20130118-180157-96BuGOZFxwOAeG8Ofmqicz0tPK/META-INF/eclipse.inf -java/sun-7/lib/missioncontrol/features/org.eclipse.rcp_3.8.2.v20130118-180157-96BuGOZFxwOAeG8Ofmqicz0tPK/eclipse_update_120.jpg -java/sun-7/lib/missioncontrol/features/org.eclipse.rcp_3.8.2.v20130118-180157-96BuGOZFxwOAeG8Ofmqicz0tPK/epl-v10.html -java/sun-7/lib/missioncontrol/features/org.eclipse.rcp_3.8.2.v20130118-180157-96BuGOZFxwOAeG8Ofmqicz0tPK/feature.properties -java/sun-7/lib/missioncontrol/features/org.eclipse.rcp_3.8.2.v20130118-180157-96BuGOZFxwOAeG8Ofmqicz0tPK/feature.xml -java/sun-7/lib/missioncontrol/features/org.eclipse.rcp_3.8.2.v20130118-180157-96BuGOZFxwOAeG8Ofmqicz0tPK/license.html +java/sun-7/lib/missioncontrol/features/com.jrockit.mc.feature.console_5.5.0.165303/feature.properties +java/sun-7/lib/missioncontrol/features/com.jrockit.mc.feature.console_5.5.0.165303/feature.xml +java/sun-7/lib/missioncontrol/features/com.jrockit.mc.feature.core_5.5.0.165303/feature.properties +java/sun-7/lib/missioncontrol/features/com.jrockit.mc.feature.core_5.5.0.165303/feature.xml +java/sun-7/lib/missioncontrol/features/com.jrockit.mc.feature.flightrecorder_5.5.0.165303/feature.properties +java/sun-7/lib/missioncontrol/features/com.jrockit.mc.feature.flightrecorder_5.5.0.165303/feature.xml +java/sun-7/lib/missioncontrol/features/com.jrockit.mc.feature.rcp.ja_5.5.0.165303/feature.properties +java/sun-7/lib/missioncontrol/features/com.jrockit.mc.feature.rcp.ja_5.5.0.165303/feature.xml +java/sun-7/lib/missioncontrol/features/com.jrockit.mc.feature.rcp.zh_CN_5.5.0.165303/feature.properties +java/sun-7/lib/missioncontrol/features/com.jrockit.mc.feature.rcp.zh_CN_5.5.0.165303/feature.xml +java/sun-7/lib/missioncontrol/features/com.jrockit.mc.feature.rcp_5.5.0.165303/feature.properties +java/sun-7/lib/missioncontrol/features/com.jrockit.mc.feature.rcp_5.5.0.165303/feature.xml +java/sun-7/lib/missioncontrol/features/com.jrockit.mc.rcp.product_5.5.0.165303/feature.properties +java/sun-7/lib/missioncontrol/features/com.jrockit.mc.rcp.product_5.5.0.165303/feature.xml +java/sun-7/lib/missioncontrol/features/org.eclipse.babel.nls_eclipse_ja_4.4.0.v20140623020002/about.html +java/sun-7/lib/missioncontrol/features/org.eclipse.babel.nls_eclipse_ja_4.4.0.v20140623020002/eclipse_update_120.jpg +java/sun-7/lib/missioncontrol/features/org.eclipse.babel.nls_eclipse_ja_4.4.0.v20140623020002/epl-v10.html +java/sun-7/lib/missioncontrol/features/org.eclipse.babel.nls_eclipse_ja_4.4.0.v20140623020002/feature.properties +java/sun-7/lib/missioncontrol/features/org.eclipse.babel.nls_eclipse_ja_4.4.0.v20140623020002/feature.xml +java/sun-7/lib/missioncontrol/features/org.eclipse.babel.nls_eclipse_ja_4.4.0.v20140623020002/license.html +java/sun-7/lib/missioncontrol/features/org.eclipse.babel.nls_eclipse_zh_4.4.0.v20140623020002/about.html +java/sun-7/lib/missioncontrol/features/org.eclipse.babel.nls_eclipse_zh_4.4.0.v20140623020002/eclipse_update_120.jpg +java/sun-7/lib/missioncontrol/features/org.eclipse.babel.nls_eclipse_zh_4.4.0.v20140623020002/epl-v10.html +java/sun-7/lib/missioncontrol/features/org.eclipse.babel.nls_eclipse_zh_4.4.0.v20140623020002/feature.properties +java/sun-7/lib/missioncontrol/features/org.eclipse.babel.nls_eclipse_zh_4.4.0.v20140623020002/feature.xml +java/sun-7/lib/missioncontrol/features/org.eclipse.babel.nls_eclipse_zh_4.4.0.v20140623020002/license.html +java/sun-7/lib/missioncontrol/features/org.eclipse.e4.rcp_1.3.100.v20141007-2033/META-INF/MANIFEST.MF +java/sun-7/lib/missioncontrol/features/org.eclipse.e4.rcp_1.3.100.v20141007-2033/epl-v10.html +java/sun-7/lib/missioncontrol/features/org.eclipse.e4.rcp_1.3.100.v20141007-2033/feature.properties +java/sun-7/lib/missioncontrol/features/org.eclipse.e4.rcp_1.3.100.v20141007-2033/feature.xml +java/sun-7/lib/missioncontrol/features/org.eclipse.e4.rcp_1.3.100.v20141007-2033/license.html +java/sun-7/lib/missioncontrol/features/org.eclipse.ecf.core.feature_1.1.0.v20140827-1444/META-INF/ECLIPSE_.RSA +java/sun-7/lib/missioncontrol/features/org.eclipse.ecf.core.feature_1.1.0.v20140827-1444/META-INF/ECLIPSE_.SF +java/sun-7/lib/missioncontrol/features/org.eclipse.ecf.core.feature_1.1.0.v20140827-1444/META-INF/MANIFEST.MF +java/sun-7/lib/missioncontrol/features/org.eclipse.ecf.core.feature_1.1.0.v20140827-1444/META-INF/eclipse.inf +java/sun-7/lib/missioncontrol/features/org.eclipse.ecf.core.feature_1.1.0.v20140827-1444/about.html +java/sun-7/lib/missioncontrol/features/org.eclipse.ecf.core.feature_1.1.0.v20140827-1444/epl-v10.html +java/sun-7/lib/missioncontrol/features/org.eclipse.ecf.core.feature_1.1.0.v20140827-1444/feature.properties +java/sun-7/lib/missioncontrol/features/org.eclipse.ecf.core.feature_1.1.0.v20140827-1444/feature.xml +java/sun-7/lib/missioncontrol/features/org.eclipse.ecf.core.feature_1.1.0.v20140827-1444/license.html +java/sun-7/lib/missioncontrol/features/org.eclipse.ecf.core.ssl.feature_1.0.0.v20140827-1444/META-INF/ECLIPSE_.RSA +java/sun-7/lib/missioncontrol/features/org.eclipse.ecf.core.ssl.feature_1.0.0.v20140827-1444/META-INF/ECLIPSE_.SF +java/sun-7/lib/missioncontrol/features/org.eclipse.ecf.core.ssl.feature_1.0.0.v20140827-1444/META-INF/MANIFEST.MF +java/sun-7/lib/missioncontrol/features/org.eclipse.ecf.core.ssl.feature_1.0.0.v20140827-1444/META-INF/eclipse.inf +java/sun-7/lib/missioncontrol/features/org.eclipse.ecf.core.ssl.feature_1.0.0.v20140827-1444/about.html +java/sun-7/lib/missioncontrol/features/org.eclipse.ecf.core.ssl.feature_1.0.0.v20140827-1444/epl-v10.html +java/sun-7/lib/missioncontrol/features/org.eclipse.ecf.core.ssl.feature_1.0.0.v20140827-1444/feature.properties +java/sun-7/lib/missioncontrol/features/org.eclipse.ecf.core.ssl.feature_1.0.0.v20140827-1444/feature.xml +java/sun-7/lib/missioncontrol/features/org.eclipse.ecf.core.ssl.feature_1.0.0.v20140827-1444/license.html +java/sun-7/lib/missioncontrol/features/org.eclipse.ecf.filetransfer.feature_3.9.0.v20140827-1444/META-INF/ECLIPSE_.RSA +java/sun-7/lib/missioncontrol/features/org.eclipse.ecf.filetransfer.feature_3.9.0.v20140827-1444/META-INF/ECLIPSE_.SF +java/sun-7/lib/missioncontrol/features/org.eclipse.ecf.filetransfer.feature_3.9.0.v20140827-1444/META-INF/MANIFEST.MF +java/sun-7/lib/missioncontrol/features/org.eclipse.ecf.filetransfer.feature_3.9.0.v20140827-1444/META-INF/eclipse.inf +java/sun-7/lib/missioncontrol/features/org.eclipse.ecf.filetransfer.feature_3.9.0.v20140827-1444/about.html +java/sun-7/lib/missioncontrol/features/org.eclipse.ecf.filetransfer.feature_3.9.0.v20140827-1444/asl-v20.txt +java/sun-7/lib/missioncontrol/features/org.eclipse.ecf.filetransfer.feature_3.9.0.v20140827-1444/epl-v10.html +java/sun-7/lib/missioncontrol/features/org.eclipse.ecf.filetransfer.feature_3.9.0.v20140827-1444/feature.properties +java/sun-7/lib/missioncontrol/features/org.eclipse.ecf.filetransfer.feature_3.9.0.v20140827-1444/feature.xml +java/sun-7/lib/missioncontrol/features/org.eclipse.ecf.filetransfer.feature_3.9.0.v20140827-1444/license.html +java/sun-7/lib/missioncontrol/features/org.eclipse.ecf.filetransfer.httpclient4.feature_3.9.1.v20140827-1444/META-INF/ECLIPSE_.RSA +java/sun-7/lib/missioncontrol/features/org.eclipse.ecf.filetransfer.httpclient4.feature_3.9.1.v20140827-1444/META-INF/ECLIPSE_.SF +java/sun-7/lib/missioncontrol/features/org.eclipse.ecf.filetransfer.httpclient4.feature_3.9.1.v20140827-1444/META-INF/MANIFEST.MF +java/sun-7/lib/missioncontrol/features/org.eclipse.ecf.filetransfer.httpclient4.feature_3.9.1.v20140827-1444/META-INF/eclipse.inf +java/sun-7/lib/missioncontrol/features/org.eclipse.ecf.filetransfer.httpclient4.feature_3.9.1.v20140827-1444/about.html +java/sun-7/lib/missioncontrol/features/org.eclipse.ecf.filetransfer.httpclient4.feature_3.9.1.v20140827-1444/asl-v20.txt +java/sun-7/lib/missioncontrol/features/org.eclipse.ecf.filetransfer.httpclient4.feature_3.9.1.v20140827-1444/epl-v10.html +java/sun-7/lib/missioncontrol/features/org.eclipse.ecf.filetransfer.httpclient4.feature_3.9.1.v20140827-1444/feature.properties +java/sun-7/lib/missioncontrol/features/org.eclipse.ecf.filetransfer.httpclient4.feature_3.9.1.v20140827-1444/feature.xml +java/sun-7/lib/missioncontrol/features/org.eclipse.ecf.filetransfer.httpclient4.feature_3.9.1.v20140827-1444/license.html +java/sun-7/lib/missioncontrol/features/org.eclipse.ecf.filetransfer.httpclient4.ssl.feature_1.0.0.v20140827-1444/META-INF/ECLIPSE_.RSA +java/sun-7/lib/missioncontrol/features/org.eclipse.ecf.filetransfer.httpclient4.ssl.feature_1.0.0.v20140827-1444/META-INF/ECLIPSE_.SF +java/sun-7/lib/missioncontrol/features/org.eclipse.ecf.filetransfer.httpclient4.ssl.feature_1.0.0.v20140827-1444/META-INF/MANIFEST.MF +java/sun-7/lib/missioncontrol/features/org.eclipse.ecf.filetransfer.httpclient4.ssl.feature_1.0.0.v20140827-1444/META-INF/eclipse.inf +java/sun-7/lib/missioncontrol/features/org.eclipse.ecf.filetransfer.httpclient4.ssl.feature_1.0.0.v20140827-1444/about.html +java/sun-7/lib/missioncontrol/features/org.eclipse.ecf.filetransfer.httpclient4.ssl.feature_1.0.0.v20140827-1444/asl-v20.txt +java/sun-7/lib/missioncontrol/features/org.eclipse.ecf.filetransfer.httpclient4.ssl.feature_1.0.0.v20140827-1444/epl-v10.html +java/sun-7/lib/missioncontrol/features/org.eclipse.ecf.filetransfer.httpclient4.ssl.feature_1.0.0.v20140827-1444/feature.properties +java/sun-7/lib/missioncontrol/features/org.eclipse.ecf.filetransfer.httpclient4.ssl.feature_1.0.0.v20140827-1444/feature.xml +java/sun-7/lib/missioncontrol/features/org.eclipse.ecf.filetransfer.httpclient4.ssl.feature_1.0.0.v20140827-1444/license.html +java/sun-7/lib/missioncontrol/features/org.eclipse.ecf.filetransfer.ssl.feature_1.0.0.v20140827-1444/META-INF/ECLIPSE_.RSA +java/sun-7/lib/missioncontrol/features/org.eclipse.ecf.filetransfer.ssl.feature_1.0.0.v20140827-1444/META-INF/ECLIPSE_.SF +java/sun-7/lib/missioncontrol/features/org.eclipse.ecf.filetransfer.ssl.feature_1.0.0.v20140827-1444/META-INF/MANIFEST.MF +java/sun-7/lib/missioncontrol/features/org.eclipse.ecf.filetransfer.ssl.feature_1.0.0.v20140827-1444/META-INF/eclipse.inf +java/sun-7/lib/missioncontrol/features/org.eclipse.ecf.filetransfer.ssl.feature_1.0.0.v20140827-1444/about.html +java/sun-7/lib/missioncontrol/features/org.eclipse.ecf.filetransfer.ssl.feature_1.0.0.v20140827-1444/epl-v10.html +java/sun-7/lib/missioncontrol/features/org.eclipse.ecf.filetransfer.ssl.feature_1.0.0.v20140827-1444/feature.properties +java/sun-7/lib/missioncontrol/features/org.eclipse.ecf.filetransfer.ssl.feature_1.0.0.v20140827-1444/feature.xml +java/sun-7/lib/missioncontrol/features/org.eclipse.ecf.filetransfer.ssl.feature_1.0.0.v20140827-1444/license.html +java/sun-7/lib/missioncontrol/features/org.eclipse.emf.common_2.10.1.v20140901-1043/META-INF/ECLIPSE_.RSA +java/sun-7/lib/missioncontrol/features/org.eclipse.emf.common_2.10.1.v20140901-1043/META-INF/ECLIPSE_.SF +java/sun-7/lib/missioncontrol/features/org.eclipse.emf.common_2.10.1.v20140901-1043/META-INF/MANIFEST.MF +java/sun-7/lib/missioncontrol/features/org.eclipse.emf.common_2.10.1.v20140901-1043/META-INF/eclipse.inf +java/sun-7/lib/missioncontrol/features/org.eclipse.emf.common_2.10.1.v20140901-1043/epl-v10.html +java/sun-7/lib/missioncontrol/features/org.eclipse.emf.common_2.10.1.v20140901-1043/feature.properties +java/sun-7/lib/missioncontrol/features/org.eclipse.emf.common_2.10.1.v20140901-1043/feature.xml +java/sun-7/lib/missioncontrol/features/org.eclipse.emf.common_2.10.1.v20140901-1043/license.html +java/sun-7/lib/missioncontrol/features/org.eclipse.emf.ecore_2.10.1.v20140901-1043/META-INF/ECLIPSE_.RSA +java/sun-7/lib/missioncontrol/features/org.eclipse.emf.ecore_2.10.1.v20140901-1043/META-INF/ECLIPSE_.SF +java/sun-7/lib/missioncontrol/features/org.eclipse.emf.ecore_2.10.1.v20140901-1043/META-INF/MANIFEST.MF +java/sun-7/lib/missioncontrol/features/org.eclipse.emf.ecore_2.10.1.v20140901-1043/META-INF/eclipse.inf +java/sun-7/lib/missioncontrol/features/org.eclipse.emf.ecore_2.10.1.v20140901-1043/epl-v10.html +java/sun-7/lib/missioncontrol/features/org.eclipse.emf.ecore_2.10.1.v20140901-1043/feature.properties +java/sun-7/lib/missioncontrol/features/org.eclipse.emf.ecore_2.10.1.v20140901-1043/feature.xml +java/sun-7/lib/missioncontrol/features/org.eclipse.emf.ecore_2.10.1.v20140901-1043/license.html +java/sun-7/lib/missioncontrol/features/org.eclipse.equinox.p2.core.feature_1.3.0.v20140523-0116/META-INF/ECLIPSE_.RSA +java/sun-7/lib/missioncontrol/features/org.eclipse.equinox.p2.core.feature_1.3.0.v20140523-0116/META-INF/ECLIPSE_.SF +java/sun-7/lib/missioncontrol/features/org.eclipse.equinox.p2.core.feature_1.3.0.v20140523-0116/META-INF/MANIFEST.MF +java/sun-7/lib/missioncontrol/features/org.eclipse.equinox.p2.core.feature_1.3.0.v20140523-0116/epl-v10.html +java/sun-7/lib/missioncontrol/features/org.eclipse.equinox.p2.core.feature_1.3.0.v20140523-0116/feature.properties +java/sun-7/lib/missioncontrol/features/org.eclipse.equinox.p2.core.feature_1.3.0.v20140523-0116/feature.xml +java/sun-7/lib/missioncontrol/features/org.eclipse.equinox.p2.core.feature_1.3.0.v20140523-0116/license.html +java/sun-7/lib/missioncontrol/features/org.eclipse.equinox.p2.rcp.feature_1.2.0.v20140523-0116/META-INF/ECLIPSE_.RSA +java/sun-7/lib/missioncontrol/features/org.eclipse.equinox.p2.rcp.feature_1.2.0.v20140523-0116/META-INF/ECLIPSE_.SF +java/sun-7/lib/missioncontrol/features/org.eclipse.equinox.p2.rcp.feature_1.2.0.v20140523-0116/META-INF/MANIFEST.MF +java/sun-7/lib/missioncontrol/features/org.eclipse.equinox.p2.rcp.feature_1.2.0.v20140523-0116/epl-v10.html +java/sun-7/lib/missioncontrol/features/org.eclipse.equinox.p2.rcp.feature_1.2.0.v20140523-0116/feature.properties +java/sun-7/lib/missioncontrol/features/org.eclipse.equinox.p2.rcp.feature_1.2.0.v20140523-0116/feature.xml +java/sun-7/lib/missioncontrol/features/org.eclipse.equinox.p2.rcp.feature_1.2.0.v20140523-0116/license.html +java/sun-7/lib/missioncontrol/features/org.eclipse.help_2.0.102.v20141007-2301/META-INF/MANIFEST.MF +java/sun-7/lib/missioncontrol/features/org.eclipse.help_2.0.102.v20141007-2301/epl-v10.html +java/sun-7/lib/missioncontrol/features/org.eclipse.help_2.0.102.v20141007-2301/feature.properties +java/sun-7/lib/missioncontrol/features/org.eclipse.help_2.0.102.v20141007-2301/feature.xml +java/sun-7/lib/missioncontrol/features/org.eclipse.help_2.0.102.v20141007-2301/license.html +java/sun-7/lib/missioncontrol/features/org.eclipse.rcp_4.4.0.v20141007-2301/META-INF/MANIFEST.MF +java/sun-7/lib/missioncontrol/features/org.eclipse.rcp_4.4.0.v20141007-2301/epl-v10.html +java/sun-7/lib/missioncontrol/features/org.eclipse.rcp_4.4.0.v20141007-2301/feature.properties +java/sun-7/lib/missioncontrol/features/org.eclipse.rcp_4.4.0.v20141007-2301/feature.xml +java/sun-7/lib/missioncontrol/features/org.eclipse.rcp_4.4.0.v20141007-2301/license.html java/sun-7/lib/missioncontrol/icon.xpm -java/sun-7/lib/missioncontrol/libcairo-swt.so java/sun-7/lib/missioncontrol/mc.jar java/sun-7/lib/missioncontrol/p2/org.eclipse.equinox.p2.core/cache/artifacts.xml -java/sun-7/lib/missioncontrol/p2/org.eclipse.equinox.p2.core/cache/binary/com.jrockit.mc.rcp.product_root_5.4.0.162463 -java/sun-7/lib/missioncontrol/p2/org.eclipse.equinox.p2.core/cache/binary/com.oracle.jmc.executable.gtk.linux.x86_64_5.4.0 -java/sun-7/lib/missioncontrol/p2/org.eclipse.equinox.p2.core/cache/binary/org.eclipse.rcp_root_3.8.2.v20130118-180157-96BuGOZFxwOAeG8Ofmqicz0tPK +java/sun-7/lib/missioncontrol/p2/org.eclipse.equinox.p2.core/cache/binary/com.jrockit.mc.rcp.product_root_5.5.0.165303 +java/sun-7/lib/missioncontrol/p2/org.eclipse.equinox.p2.core/cache/binary/com.oracle.jmc.executable.gtk.linux.x86_64_5.5.0 +java/sun-7/lib/missioncontrol/p2/org.eclipse.equinox.p2.core/cache/binary/org.eclipse.rcp_root_4.4.0.v20141007-2301 java/sun-7/lib/missioncontrol/p2/org.eclipse.equinox.p2.engine/.settings/org.eclipse.equinox.p2.artifact.repository.prefs java/sun-7/lib/missioncontrol/p2/org.eclipse.equinox.p2.engine/.settings/org.eclipse.equinox.p2.metadata.repository.prefs java/sun-7/lib/missioncontrol/p2/org.eclipse.equinox.p2.engine/profileRegistry/JMC.profile/.lock -java/sun-7/lib/missioncontrol/p2/org.eclipse.equinox.p2.engine/profileRegistry/JMC.profile/1404825690594.profile.gz -java/sun-7/lib/missioncontrol/p2/org.eclipse.equinox.p2.engine/profileRegistry/JMC.profile/1404825691155.profile.gz -java/sun-7/lib/missioncontrol/p2/org.eclipse.equinox.p2.engine/profileRegistry/JMC.profile/1404825705766.profile.gz -java/sun-7/lib/missioncontrol/p2/org.eclipse.equinox.p2.engine/profileRegistry/JMC.profile/1404825708887.profile.gz -java/sun-7/lib/missioncontrol/plugins/com.ibm.icu_4.4.2.v20110823.jar -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.alert.ja_5.4.0.162463.jar -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.alert.zh_CN_5.4.0.162463.jar -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.alert_5.4.0.162463.jar -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.attach_5.4.0.162463.jar -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.browser.attach.ja_5.4.0.162463.jar -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.browser.attach.zh_CN_5.4.0.162463.jar -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.browser.attach_5.4.0.162463.jar -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.browser.ja_5.4.0.162463.jar -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.browser.jdp.ja_5.4.0.162463.jar -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.browser.jdp.zh_CN_5.4.0.162463.jar -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.browser.jdp_5.4.0.162463.jar -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.browser.zh_CN_5.4.0.162463.jar -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.browser_5.4.0.162463.jar -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.commands_5.4.0.162463.jar -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.common_5.4.0.162463.jar -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.components.ui.ja_5.4.0.162463.jar -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.components.ui.zh_CN_5.4.0.162463.jar -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.components.ui_5.4.0.162463.jar -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.console.historicaldata.ja_5.4.0.162463.jar -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.console.historicaldata.zh_CN_5.4.0.162463.jar -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.console.historicaldata_5.4.0.162463.jar -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.diagnostic.ja_5.4.0.162463.jar -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.diagnostic.zh_CN_5.4.0.162463.jar -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.diagnostic_5.4.0.162463.jar -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.ja_5.4.0.162463.jar -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.mbeanbrowser.ja_5.4.0.162463.jar -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.mbeanbrowser.zh_CN_5.4.0.162463.jar -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.mbeanbrowser_5.4.0.162463.jar -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification.ja_5.4.0.162463.jar -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification.zh_CN_5.4.0.162463.jar -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.4.0.162463/META-INF/MANIFEST.MF -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.4.0.162463/com.jrockit.mc.console.ui.notification.tab_contexts.xml -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.4.0.162463/com.jrockit.mc.console.ui.notification_contexts.xml -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.4.0.162463/html/dcommon/css/blafdoc.css -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.4.0.162463/html/dcommon/gifs/bookbig.gif -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.4.0.162463/html/dcommon/gifs/bookicon.gif -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.4.0.162463/html/dcommon/gifs/booklist.gif -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.4.0.162463/html/dcommon/gifs/contbig.gif -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.4.0.162463/html/dcommon/gifs/conticon.gif -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.4.0.162463/html/dcommon/gifs/doclib.gif -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.4.0.162463/html/dcommon/gifs/feedback.gif -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.4.0.162463/html/dcommon/gifs/feedbck2.gif -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.4.0.162463/html/dcommon/gifs/help.gif -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.4.0.162463/html/dcommon/gifs/index.gif -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.4.0.162463/html/dcommon/gifs/indxicon.gif -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.4.0.162463/html/dcommon/gifs/larrow.gif -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.4.0.162463/html/dcommon/gifs/leftnav.gif -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.4.0.162463/html/dcommon/gifs/masterix.gif -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.4.0.162463/html/dcommon/gifs/mix.gif -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.4.0.162463/html/dcommon/gifs/oracle.gif -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.4.0.162463/html/dcommon/gifs/prodbig.gif -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.4.0.162463/html/dcommon/gifs/prodicon.gif -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.4.0.162463/html/dcommon/gifs/rarrow.gif -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.4.0.162463/html/dcommon/gifs/rightnav.gif -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.4.0.162463/html/dcommon/gifs/toc.gif -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.4.0.162463/html/dcommon/gifs/topnav.gif -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.4.0.162463/html/dcommon/gifs/uarrow.gif -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.4.0.162463/html/dcommon/html/copyrt.htm -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.4.0.162463/html/olh.htm -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.4.0.162463/html/olh001.htm -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.4.0.162463/html/preface.htm -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.4.0.162463/html/title.htm -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.4.0.162463/icons/alert_obj.png -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.4.0.162463/icons/file_obj.gif -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.4.0.162463/icons/flight_recorder.png -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.4.0.162463/icons/new-trigger-wiz.gif -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.4.0.162463/notification_plugin.jar -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.4.0.162463/plugin.properties -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.4.0.162463/plugin.xml -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.4.0.162463/toc.xml -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.zh_CN_5.4.0.162463.jar -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.console.ui_5.4.0.162463.jar -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.core_5.4.0.162463.jar -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.docs.ja_5.4.0.162463.jar -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.docs.zh_CN_5.4.0.162463.jar -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.docs_5.4.0.162463.jar -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.flightrecorder.configuration_5.4.0.162463.jar -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.flightrecorder.controlpanel.ui.configuration_5.4.0.162463.jar -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.flightrecorder.controlpanel.ui.ja_5.4.0.162463.jar -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.flightrecorder.controlpanel.ui.zh_CN_5.4.0.162463.jar -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.flightrecorder.controlpanel.ui_5.4.0.162463.jar -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.flightrecorder.ui.ja_5.4.0.162463.jar -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.flightrecorder.ui.zh_CN_5.4.0.162463.jar -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.flightrecorder.ui_5.4.0.162463.jar -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.flightrecorder_5.4.0.162463.jar -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.greychart.ui.ja_5.4.0.162463.jar -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.greychart.ui.zh_CN_5.4.0.162463.jar -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.greychart.ui_5.4.0.162463.jar -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.greychartplugin_5.4.0.162463.jar -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.jdp_5.4.0.162463.jar -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.rcp.application.ja_5.4.0.162463.jar -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.rcp.application.zh_CN_5.4.0.162463.jar -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.rcp.application_5.4.0.162463.jar -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.rcp.intro.ja_5.4.0.162463.jar -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.rcp.intro.zh_CN_5.4.0.162463.jar -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.rcp.intro_5.4.0.162463.jar -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.rjmx.ext_5.4.0.162463.jar -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.rjmx.ja_5.4.0.162463.jar -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.rjmx.ui.ja_5.4.0.162463.jar -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.rjmx.ui.zh_CN_5.4.0.162463.jar -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.rjmx.ui_5.4.0.162463.jar -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.rjmx.zh_CN_5.4.0.162463.jar -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.rjmx_5.4.0.162463/META-INF/MANIFEST.MF -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.rjmx_5.4.0.162463/icons/console_view.png -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.rjmx_5.4.0.162463/icons/date-span-16.png -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.rjmx_5.4.0.162463/icons/day-of-week-16.png -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.rjmx_5.4.0.162463/icons/diagnostic-command-16.png -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.rjmx_5.4.0.162463/icons/hprof-16.png -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.rjmx_5.4.0.162463/icons/send-email-16.png -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.rjmx_5.4.0.162463/icons/time-span-16.png -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.rjmx_5.4.0.162463/lib/dsn.jar -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.rjmx_5.4.0.162463/lib/gimap.jar -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.rjmx_5.4.0.162463/lib/imap.jar -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.rjmx_5.4.0.162463/lib/mailapi.jar -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.rjmx_5.4.0.162463/lib/pop3.jar -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.rjmx_5.4.0.162463/lib/smtp.jar -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.rjmx_5.4.0.162463/plugin.properties -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.rjmx_5.4.0.162463/plugin.xml -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.rjmx_5.4.0.162463/rjmx.jar -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.rjmx_5.4.0.162463/schema/com.jrockit.mc.rjmx.actionProvider.exsd -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.rjmx_5.4.0.162463/schema/com.jrockit.mc.rjmx.attributeTransformation.exsd -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.rjmx_5.4.0.162463/schema/com.jrockit.mc.rjmx.descriptorProvider.exsd -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.rjmx_5.4.0.162463/schema/com.jrockit.mc.rjmx.metadataprovider.exsd -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.rjmx_5.4.0.162463/schema/com.jrockit.mc.rjmx.service.exsd -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.rjmx_5.4.0.162463/schema/com.jrockit.mc.rjmx.syntheticattribute.exsd -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.rjmx_5.4.0.162463/schema/com.jrockit.mc.rjmx.syntheticnotification.exsd -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.rjmx_5.4.0.162463/schema/triggerActionExceptionHandlers.exsd -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.rjmx_5.4.0.162463/schema/triggerActions.exsd -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.rjmx_5.4.0.162463/schema/triggerConstraints.exsd -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.rjmx_5.4.0.162463/schema/triggerEvaluators.exsd -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.ui.ja_5.4.0.162463.jar -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.ui.zh_CN_5.4.0.162463.jar -java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.ui_5.4.0.162463.jar -java/sun-7/lib/missioncontrol/plugins/com.sun.el_2.2.0.v201108011116.jar -java/sun-7/lib/missioncontrol/plugins/javax.el_2.2.0.v201108011116.jar +java/sun-7/lib/missioncontrol/p2/org.eclipse.equinox.p2.engine/profileRegistry/JMC.profile/1423862990907.profile.gz +java/sun-7/lib/missioncontrol/p2/org.eclipse.equinox.p2.engine/profileRegistry/JMC.profile/1423862991294.profile.gz +java/sun-7/lib/missioncontrol/p2/org.eclipse.equinox.p2.engine/profileRegistry/JMC.profile/1423863007598.profile.gz +java/sun-7/lib/missioncontrol/p2/org.eclipse.equinox.p2.engine/profileRegistry/JMC.profile/1423863011605.profile.gz +java/sun-7/lib/missioncontrol/plugins/com.ibm.icu_52.1.0.v201404241930.jar +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.alert.ja_5.5.0.165303.jar +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.alert.zh_CN_5.5.0.165303.jar +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.alert_5.5.0.165303.jar +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.attach_5.5.0.165303.jar +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.browser.attach.ja_5.5.0.165303.jar +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.browser.attach.zh_CN_5.5.0.165303.jar +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.browser.attach_5.5.0.165303.jar +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.browser.ja_5.5.0.165303.jar +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.browser.jdp.ja_5.5.0.165303.jar +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.browser.jdp.zh_CN_5.5.0.165303.jar +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.browser.jdp_5.5.0.165303.jar +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.browser.zh_CN_5.5.0.165303.jar +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.browser_5.5.0.165303.jar +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.commands_5.5.0.165303.jar +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.common_5.5.0.165303.jar +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.components.ui.ja_5.5.0.165303.jar +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.components.ui.zh_CN_5.5.0.165303.jar +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.components.ui_5.5.0.165303.jar +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.console.historicaldata.ja_5.5.0.165303.jar +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.console.historicaldata.zh_CN_5.5.0.165303.jar +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.console.historicaldata_5.5.0.165303.jar +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.diagnostic.ja_5.5.0.165303.jar +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.diagnostic.zh_CN_5.5.0.165303.jar +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.diagnostic_5.5.0.165303.jar +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.ja_5.5.0.165303.jar +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.mbeanbrowser.ja_5.5.0.165303.jar +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.mbeanbrowser.zh_CN_5.5.0.165303.jar +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.mbeanbrowser_5.5.0.165303.jar +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification.ja_5.5.0.165303.jar +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification.zh_CN_5.5.0.165303.jar +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.5.0.165303/META-INF/MANIFEST.MF +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.5.0.165303/com.jrockit.mc.console.ui.notification_contexts.xml +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.5.0.165303/html/dcommon/css/blafdoc.css +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.5.0.165303/html/dcommon/gifs/bookbig.gif +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.5.0.165303/html/dcommon/gifs/bookicon.gif +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.5.0.165303/html/dcommon/gifs/booklist.gif +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.5.0.165303/html/dcommon/gifs/contbig.gif +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.5.0.165303/html/dcommon/gifs/conticon.gif +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.5.0.165303/html/dcommon/gifs/doclib.gif +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.5.0.165303/html/dcommon/gifs/feedback.gif +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.5.0.165303/html/dcommon/gifs/feedbck2.gif +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.5.0.165303/html/dcommon/gifs/help.gif +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.5.0.165303/html/dcommon/gifs/index.gif +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.5.0.165303/html/dcommon/gifs/indxicon.gif +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.5.0.165303/html/dcommon/gifs/larrow.gif +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.5.0.165303/html/dcommon/gifs/leftnav.gif +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.5.0.165303/html/dcommon/gifs/masterix.gif +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.5.0.165303/html/dcommon/gifs/mix.gif +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.5.0.165303/html/dcommon/gifs/oracle.gif +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.5.0.165303/html/dcommon/gifs/prodbig.gif +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.5.0.165303/html/dcommon/gifs/prodicon.gif +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.5.0.165303/html/dcommon/gifs/rarrow.gif +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.5.0.165303/html/dcommon/gifs/rightnav.gif +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.5.0.165303/html/dcommon/gifs/toc.gif +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.5.0.165303/html/dcommon/gifs/topnav.gif +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.5.0.165303/html/dcommon/gifs/uarrow.gif +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.5.0.165303/html/dcommon/html/cpyr.htm +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.5.0.165303/html/olh.htm +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.5.0.165303/html/olh001.htm +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.5.0.165303/html/preface.htm +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.5.0.165303/html/title.htm +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.5.0.165303/icons/alert_obj.png +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.5.0.165303/icons/file_obj.gif +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.5.0.165303/icons/flight_recorder.png +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.5.0.165303/icons/new-trigger-wiz.gif +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.5.0.165303/notification_plugin.jar +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.5.0.165303/plugin.properties +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.5.0.165303/plugin.xml +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.5.0.165303/toc.xml +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.zh_CN_5.5.0.165303.jar +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.console.ui_5.5.0.165303.jar +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.core_5.5.0.165303.jar +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.docs.ja_5.5.0.165303.jar +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.docs.zh_CN_5.5.0.165303.jar +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.docs_5.5.0.165303.jar +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.flightrecorder.configuration_5.5.0.165303.jar +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.flightrecorder.controlpanel.ui.configuration_5.5.0.165303.jar +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.flightrecorder.controlpanel.ui.ja_5.5.0.165303.jar +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.flightrecorder.controlpanel.ui.zh_CN_5.5.0.165303.jar +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.flightrecorder.controlpanel.ui_5.5.0.165303.jar +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.flightrecorder.ui.ja_5.5.0.165303.jar +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.flightrecorder.ui.zh_CN_5.5.0.165303.jar +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.flightrecorder.ui_5.5.0.165303.jar +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.flightrecorder_5.5.0.165303.jar +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.greychart.ui.ja_5.5.0.165303.jar +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.greychart.ui.zh_CN_5.5.0.165303.jar +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.greychart.ui_5.5.0.165303.jar +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.greychartplugin_5.5.0.165303.jar +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.jdp_5.5.0.165303.jar +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.p2.ui.overridden_5.5.0.165303.jar +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.rcp.application.ja_5.5.0.165303.jar +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.rcp.application.zh_CN_5.5.0.165303.jar +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.rcp.application_5.5.0.165303.jar +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.rcp.intro.ja_5.5.0.165303.jar +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.rcp.intro.zh_CN_5.5.0.165303.jar +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.rcp.intro_5.5.0.165303.jar +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.rjmx.ext_5.5.0.165303.jar +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.rjmx.ja_5.5.0.165303.jar +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.rjmx.ui.ja_5.5.0.165303.jar +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.rjmx.ui.zh_CN_5.5.0.165303.jar +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.rjmx.ui_5.5.0.165303.jar +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.rjmx.zh_CN_5.5.0.165303.jar +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.rjmx_5.5.0.165303/META-INF/MANIFEST.MF +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.rjmx_5.5.0.165303/icons/console_view.png +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.rjmx_5.5.0.165303/icons/date-span-16.png +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.rjmx_5.5.0.165303/icons/day-of-week-16.png +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.rjmx_5.5.0.165303/icons/diagnostic-command-16.png +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.rjmx_5.5.0.165303/icons/hprof-16.png +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.rjmx_5.5.0.165303/icons/send-email-16.png +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.rjmx_5.5.0.165303/icons/time-span-16.png +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.rjmx_5.5.0.165303/lib/dsn.jar +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.rjmx_5.5.0.165303/lib/gimap.jar +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.rjmx_5.5.0.165303/lib/imap.jar +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.rjmx_5.5.0.165303/lib/mailapi.jar +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.rjmx_5.5.0.165303/lib/pop3.jar +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.rjmx_5.5.0.165303/lib/smtp.jar +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.rjmx_5.5.0.165303/plugin.properties +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.rjmx_5.5.0.165303/plugin.xml +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.rjmx_5.5.0.165303/rjmx.jar +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.rjmx_5.5.0.165303/schema/com.jrockit.mc.rjmx.actionProvider.exsd +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.rjmx_5.5.0.165303/schema/com.jrockit.mc.rjmx.attributeTransformation.exsd +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.rjmx_5.5.0.165303/schema/com.jrockit.mc.rjmx.descriptorProvider.exsd +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.rjmx_5.5.0.165303/schema/com.jrockit.mc.rjmx.metadataprovider.exsd +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.rjmx_5.5.0.165303/schema/com.jrockit.mc.rjmx.service.exsd +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.rjmx_5.5.0.165303/schema/com.jrockit.mc.rjmx.syntheticattribute.exsd +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.rjmx_5.5.0.165303/schema/com.jrockit.mc.rjmx.syntheticnotification.exsd +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.rjmx_5.5.0.165303/schema/triggerActionExceptionHandlers.exsd +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.rjmx_5.5.0.165303/schema/triggerActions.exsd +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.rjmx_5.5.0.165303/schema/triggerConstraints.exsd +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.rjmx_5.5.0.165303/schema/triggerEvaluators.exsd +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.ui.ja_5.5.0.165303.jar +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.ui.zh_CN_5.5.0.165303.jar +java/sun-7/lib/missioncontrol/plugins/com.jrockit.mc.ui_5.5.0.165303.jar +java/sun-7/lib/missioncontrol/plugins/com.sun.el_2.2.0.v201303151357.jar +java/sun-7/lib/missioncontrol/plugins/javax.annotation_1.2.0.v201401042248.jar +java/sun-7/lib/missioncontrol/plugins/javax.el_2.2.0.v201303151357.jar +java/sun-7/lib/missioncontrol/plugins/javax.inject_1.0.0.v20091030.jar java/sun-7/lib/missioncontrol/plugins/javax.servlet.jsp_2.2.0.v201112011158.jar java/sun-7/lib/missioncontrol/plugins/javax.servlet_3.0.0.v201112011016.jar -java/sun-7/lib/missioncontrol/plugins/org.apache.commons.codec_1.3.0.v201101211617.jar -java/sun-7/lib/missioncontrol/plugins/org.apache.commons.httpclient_3.1.0.v201012070820.jar -java/sun-7/lib/missioncontrol/plugins/org.apache.commons.logging_1.0.4.v201101211617.jar -java/sun-7/lib/missioncontrol/plugins/org.apache.felix.gogo.command_0.8.0.v201108120515.jar -java/sun-7/lib/missioncontrol/plugins/org.apache.felix.gogo.runtime_0.8.0.v201108120515.jar -java/sun-7/lib/missioncontrol/plugins/org.apache.felix.gogo.shell_0.8.0.v201110170705.jar +java/sun-7/lib/missioncontrol/plugins/javax.xml_1.3.4.v201005080400.jar +java/sun-7/lib/missioncontrol/plugins/org.apache.batik.css_1.7.0.v201011041433.jar +java/sun-7/lib/missioncontrol/plugins/org.apache.batik.util.gui_1.7.0.v200903091627.jar +java/sun-7/lib/missioncontrol/plugins/org.apache.batik.util_1.7.0.v201011041433.jar +java/sun-7/lib/missioncontrol/plugins/org.apache.commons.codec_1.6.0.v201305230611.jar +java/sun-7/lib/missioncontrol/plugins/org.apache.commons.logging_1.1.1.v201101211721.jar +java/sun-7/lib/missioncontrol/plugins/org.apache.felix.gogo.command_0.10.0.v201209301215.jar +java/sun-7/lib/missioncontrol/plugins/org.apache.felix.gogo.runtime_0.10.0.v201209301036.jar +java/sun-7/lib/missioncontrol/plugins/org.apache.felix.gogo.shell_0.10.0.v201212101605.jar +java/sun-7/lib/missioncontrol/plugins/org.apache.httpcomponents.httpclient_4.2.6.v201311072007.jar +java/sun-7/lib/missioncontrol/plugins/org.apache.httpcomponents.httpcore_4.2.5.v201311072007.jar java/sun-7/lib/missioncontrol/plugins/org.apache.jasper.glassfish_2.2.2.v201205150955.jar -java/sun-7/lib/missioncontrol/plugins/org.apache.lucene.analysis_2.9.1.v201101211721.jar -java/sun-7/lib/missioncontrol/plugins/org.apache.lucene.core_2.9.1.v201101211721.jar -java/sun-7/lib/missioncontrol/plugins/org.apache.lucene_2.9.1.v201101211721.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.core.commands.nl_ja_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.core.commands.nl_zh_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.core.commands_3.6.1.v20120912-135020.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.core.contenttype.nl_ja_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.core.contenttype.nl_zh_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.core.contenttype_3.4.200.v20120523-2004.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.core.databinding.beans.nl_ja_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.core.databinding.beans.nl_zh_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.core.databinding.beans_1.2.200.v20120523-1956.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.core.databinding.nl_ja_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.core.databinding.nl_zh_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.core.databinding.observable.nl_ja_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.core.databinding.observable.nl_zh_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.core.databinding.observable_1.4.1.v20120521-2332.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.core.databinding.property.nl_ja_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.core.databinding.property.nl_zh_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.core.databinding.property_1.4.100.v20120523-1956.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.core.databinding_1.4.1.v20120912-135020.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.core.expressions.nl_ja_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.core.expressions.nl_zh_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.core.expressions_3.4.400.v20120523-2004.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.core.filesystem.linux.x86_64.nl_ja_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.core.filesystem.linux.x86_64.nl_zh_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.core.filesystem.nl_ja_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.core.filesystem.nl_zh_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.core.filesystem_1.3.200.v20130115-145044.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.core.jobs.nl_ja_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.core.jobs.nl_zh_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.core.jobs_3.5.200.v20120521-2346.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.core.net.linux.x86_64.nl_ja_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.core.net.linux.x86_64.nl_zh_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.core.net.nl_ja_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.core.net.nl_zh_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.core.net_1.2.200.v20120914-093638.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.core.resources.nl_ja_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.core.resources.nl_zh_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.core.resources_3.8.1.v20121114-124432.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.core.runtime.compatibility.auth.nl_ja_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.core.runtime.compatibility.auth.nl_zh_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.core.runtime.compatibility.auth_3.2.300.v20120523-2004.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.core.runtime.compatibility.registry_3.5.100.v20120521-2346/.api_description -java/sun-7/lib/missioncontrol/plugins/org.eclipse.core.runtime.compatibility.registry_3.5.100.v20120521-2346/META-INF/ECLIPSE_.RSA -java/sun-7/lib/missioncontrol/plugins/org.eclipse.core.runtime.compatibility.registry_3.5.100.v20120521-2346/META-INF/ECLIPSE_.SF -java/sun-7/lib/missioncontrol/plugins/org.eclipse.core.runtime.compatibility.registry_3.5.100.v20120521-2346/META-INF/MANIFEST.MF -java/sun-7/lib/missioncontrol/plugins/org.eclipse.core.runtime.compatibility.registry_3.5.100.v20120521-2346/META-INF/eclipse.inf -java/sun-7/lib/missioncontrol/plugins/org.eclipse.core.runtime.compatibility.registry_3.5.100.v20120521-2346/about.html -java/sun-7/lib/missioncontrol/plugins/org.eclipse.core.runtime.compatibility.registry_3.5.100.v20120521-2346/fragment.properties -java/sun-7/lib/missioncontrol/plugins/org.eclipse.core.runtime.compatibility.registry_3.5.100.v20120521-2346/runtime_registry_compatibility.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.core.runtime.nl_ja_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.core.runtime.nl_zh_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.core.runtime_3.8.0.v20120521-2346.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.ecf.filetransfer.nl_ja_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.ecf.filetransfer.nl_zh_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.ecf.filetransfer_5.0.0.v20120610-1946.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.ecf.identity.nl_ja_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.ecf.identity.nl_zh_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.ecf.identity_3.1.200.v20120610-1946.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.ecf.nl_ja_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.ecf.nl_zh_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.ecf.provider.filetransfer.httpclient.nl_ja_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.ecf.provider.filetransfer.httpclient.nl_zh_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.ecf.provider.filetransfer.httpclient.ssl_1.0.0.v20120610-1946.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.ecf.provider.filetransfer.httpclient_4.0.200.v20120610-1946.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.ecf.provider.filetransfer.nl_ja_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.ecf.provider.filetransfer.nl_zh_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.ecf.provider.filetransfer.ssl_1.0.0.v20120610-1946.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.ecf.provider.filetransfer_3.2.0.v20120610-1946.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.ecf.ssl_1.0.100.v20120610-1946.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.ecf_3.1.300.v20120610-1946.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.app.nl_ja_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.app.nl_zh_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.app_1.3.100.v20120522-1841.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.bidi.nl_ja_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.bidi.nl_zh_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.bidi_0.9.100.v20121107-021609.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.common.nl_ja_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.common.nl_zh_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.common_3.6.100.v20120522-1841.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.console.nl_ja_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.console.nl_zh_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.console_1.0.0.v20120522-1841.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.ds.nl_ja_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.ds.nl_zh_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.ds_1.4.1.v20120926-201320.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.event.nl_ja_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.event.nl_zh_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.event_1.2.200.v20120522-2049.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.frameworkadmin.equinox.nl_ja_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.frameworkadmin.equinox.nl_zh_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.frameworkadmin.equinox_1.0.400.v20120913-155709.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.frameworkadmin.nl_ja_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.frameworkadmin.nl_zh_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.frameworkadmin_2.0.100.v20120913-155515.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.http.jetty.nl_ja_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.http.jetty.nl_zh_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.http.jetty_3.0.1.v20121109-203239.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.http.registry.nl_ja_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.http.registry.nl_zh_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.http.registry_1.1.200.v20120912-130548.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.http.servlet.nl_ja_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.http.servlet.nl_zh_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.http.servlet_1.1.300.v20120912-130548.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.jsp.jasper.nl_ja_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.jsp.jasper.nl_zh_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.jsp.jasper.registry.nl_ja_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.jsp.jasper.registry.nl_zh_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.jsp.jasper.registry_1.0.300.v20120912-130548.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.jsp.jasper_1.0.400.v20120912-130548.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64.nl_ja_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64.nl_zh_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.200.v20120913-144807/META-INF/ECLIPSE_.RSA -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.200.v20120913-144807/META-INF/ECLIPSE_.SF -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.200.v20120913-144807/META-INF/MANIFEST.MF -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.200.v20120913-144807/META-INF/eclipse.inf -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.200.v20120913-144807/about.html -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.200.v20120913-144807/eclipse_1502.so -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.200.v20120913-144807/launcher.gtk.linux.x86_64.properties -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.launcher.nl_ja_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.launcher.nl_zh_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.launcher_1.3.0.v20120522-1813.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.artifact.repository.nl_ja_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.artifact.repository.nl_zh_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.artifact.repository_1.1.200.v20120430-1959.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.console.nl_ja_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.console.nl_zh_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.console_1.0.300.v20120429-0125.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.core.nl_ja_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.core.nl_zh_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.core_2.2.0.v20120430-0525.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.director.app.nl_ja_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.director.app.nl_zh_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.director.app_1.0.300.v20120428-0517.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.director.nl_ja_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.director.nl_zh_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.director_2.2.0.v20120524-0542.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.directorywatcher.nl_ja_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.directorywatcher.nl_zh_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.directorywatcher_1.0.300.v20110808-1657.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.engine.nl_ja_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.engine.nl_zh_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.engine_2.2.0.v20130121-021919.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.extensionlocation.nl_ja_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.extensionlocation.nl_zh_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.extensionlocation_1.2.100.v20110808-1657.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.garbagecollector.nl_ja_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.garbagecollector.nl_zh_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.garbagecollector_1.0.200.v20110808-1657.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.jarprocessor.nl_ja_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.jarprocessor.nl_zh_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.jarprocessor_1.0.200.v20110808-1657.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.metadata.nl_ja_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.metadata.nl_zh_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.metadata.repository.nl_ja_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.metadata.repository.nl_zh_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.metadata.repository_1.2.100.v20120524-1717.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.metadata_2.1.0.v20120430-2001.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.operations.nl_ja_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.operations.nl_zh_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.operations_2.2.0.v20130119-010614.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.publisher.eclipse.nl_ja_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.publisher.eclipse.nl_zh_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.publisher.eclipse_1.1.0.v20120913-155635.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.publisher.nl_ja_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.publisher.nl_zh_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.publisher_1.2.0.v20121002-080415.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.ql.nl_ja_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.ql.nl_zh_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.ql_2.0.100.v20110808-1657.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.reconciler.dropins.nl_ja_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.reconciler.dropins.nl_zh_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.reconciler.dropins_1.1.200.v20120301-2145.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.repository.nl_ja_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.repository.nl_zh_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.repository_2.2.0.v20120524-1945.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.touchpoint.eclipse.nl_ja_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.touchpoint.eclipse.nl_zh_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.touchpoint.eclipse_2.1.100.v20120428-0117.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.touchpoint.natives.nl_ja_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.touchpoint.natives.nl_zh_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.touchpoint.natives_1.1.0.v20130121-021919.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.transport.ecf.nl_ja_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.transport.ecf.nl_zh_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.transport.ecf_1.0.100.v20120913-155635.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.ui.nl_ja_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.ui.nl_zh_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.ui.sdk.nl_ja_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.ui.sdk.nl_zh_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.ui.sdk.scheduler.nl_ja_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.ui.sdk.scheduler.nl_zh_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.ui.sdk.scheduler_1.1.0.v20110815-1744.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.ui.sdk_1.0.200.v20120515-1650.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.ui_2.2.0.v20130119-010614.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.updatechecker.nl_ja_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.updatechecker.nl_zh_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.updatechecker_1.1.200.v20110808-1657.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.preferences.nl_ja_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.preferences.nl_zh_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.preferences_3.5.1.v20121031-182809.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.registry.nl_ja_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.registry.nl_zh_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.registry_3.5.200.v20120522-1841.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.security.nl_ja_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.security.nl_zh_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.security.ui.nl_ja_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.security.ui.nl_zh_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.security.ui_1.1.100.v20120522-2049.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.security_1.1.100.v20120522-1841.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.simpleconfigurator.manipulator.nl_ja_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.simpleconfigurator.manipulator.nl_zh_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.simpleconfigurator.manipulator_2.0.0.v20110808-1657.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.simpleconfigurator.nl_ja_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.simpleconfigurator.nl_zh_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.simpleconfigurator_1.0.301.v20120914-163612.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.util.nl_ja_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.util.nl_zh_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.util_1.0.400.v20120917-192807.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.help.base.nl_ja_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.help.base.nl_zh_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.help.base_3.6.101.v201301310800.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.help.nl_ja_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.help.nl_zh_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.help.ui.nl_ja_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.help.ui.nl_zh_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.help.ui_3.5.201.v20130108-092756.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.help.webapp.nl_ja_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.help.webapp.nl_zh_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.help.webapp_3.6.101.v20130116-182509.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.help_3.6.0.v20120912-134126.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.jetty.continuation_8.1.3.v20120522.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.jetty.http.nl_ja_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.jetty.http.nl_zh_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.jetty.http_8.1.3.v20120522.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.jetty.io_8.1.3.v20120522.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.jetty.security_8.1.3.v20120522.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.jetty.server_8.1.3.v20120522.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.jetty.servlet_8.1.3.v20120522.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.jetty.util_8.1.3.v20120522.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.jface.databinding.nl_ja_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.jface.databinding.nl_zh_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.jface.databinding_1.6.0.v20120912-135020.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.jface.nl_ja_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.jface.nl_zh_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.jface.text.nl_ja_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.jface.text.nl_zh_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.jface.text_3.8.2.v20121126-164145.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.jface_3.8.0.v20120912-135020.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.osgi.nl_ja_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.osgi.nl_zh_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.osgi.services.nl_ja_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.osgi.services.nl_zh_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.osgi.services_3.3.100.v20120522-1822.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.osgi_3.8.2.v20130124-134944.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.rcp.nl_ja_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.rcp.nl_zh_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.rcp_3.8.1.v201301310800.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.swt.gtk.linux.x86_64.nl_ja_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.swt.gtk.linux.x86_64.nl_zh_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.swt.gtk.linux.x86_64_3.8.1.v3836b.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.swt.nl_ja_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.swt.nl_zh_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.swt_3.8.1.v3836b.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.text.nl_ja_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.text.nl_zh_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.text_3.5.200.v20120523-1310.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.ui.forms.nl_ja_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.ui.forms.nl_zh_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.ui.forms_3.5.200.v20120521-2332.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.ui.intro.nl_ja_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.ui.intro.nl_zh_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.ui.intro_3.4.200.v20120521-2344.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.ui.net.nl_ja_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.ui.net.nl_zh_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.ui.net_1.2.101.v20120914-093638.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.ui.nl_ja_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.ui.nl_zh_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.ui.views.nl_ja_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.ui.views.nl_zh_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.ui.views_3.6.100.v20120521-2332.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.ui.workbench.nl_ja_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.ui.workbench.nl_zh_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.ui.workbench_3.8.2.v20121128-133708.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.ui_3.8.2.v20121018-234953.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.update.configurator.nl_ja_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.update.configurator.nl_zh_4.2.0.v20130724060447.jar -java/sun-7/lib/missioncontrol/plugins/org.eclipse.update.configurator_3.3.200.v20120912-142556.jar -java/sun-7/lib/missioncontrol/plugins/org.sat4j.core_2.3.0.v20110329.jar -java/sun-7/lib/missioncontrol/plugins/org.sat4j.pb_2.3.0.v20110329.jar +java/sun-7/lib/missioncontrol/plugins/org.apache.lucene.analysis_3.5.0.v20120725-1805.jar +java/sun-7/lib/missioncontrol/plugins/org.apache.lucene.core_3.5.0.v20120725-1805.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.core.commands.nl_ja_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.core.commands.nl_zh_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.core.commands_3.6.100.v20140528-1422.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.core.contenttype_3.4.200.v20140207-1251.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.core.databinding.beans.nl_ja_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.core.databinding.beans.nl_zh_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.core.databinding.beans_1.2.200.v20140214-0004.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.core.databinding.nl_ja_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.core.databinding.nl_zh_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.core.databinding.observable.nl_ja_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.core.databinding.observable.nl_zh_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.core.databinding.observable_1.4.1.v20140210-1835.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.core.databinding.property.nl_ja_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.core.databinding.property.nl_zh_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.core.databinding.property_1.4.200.v20140214-0004.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.core.databinding_1.4.2.v20140729-1044.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.core.expressions_3.4.600.v20140128-0851.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.core.filesystem_1.4.100.v20140514-1614.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.core.jobs_3.6.0.v20140424-0053.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.core.net.linux.x86_64.nl_ja_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.core.net.linux.x86_64.nl_zh_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.core.net.nl_ja_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.core.net.nl_zh_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.core.net_1.2.200.v20140124-2013.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.core.resources_3.9.1.v20140825-1431.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.core.runtime_3.10.0.v20140318-2214.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.e4.core.commands.nl_ja_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.e4.core.commands.nl_zh_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.e4.core.commands_0.10.2.v20140424-2344.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.e4.core.contexts_1.3.100.v20140407-1019.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.e4.core.di.extensions_0.12.0.v20140417-2033.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.e4.core.di_1.4.0.v20140414-1837.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.e4.core.services_1.2.1.v20140808-1251.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.e4.ui.bindings.nl_ja_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.e4.ui.bindings.nl_zh_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.e4.ui.bindings_0.10.200.v20140424-2042.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.e4.ui.css.core.nl_ja_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.e4.ui.css.core.nl_zh_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.e4.ui.css.core_0.10.100.v20140424-2042.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.e4.ui.css.swt.nl_ja_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.e4.ui.css.swt.nl_zh_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.e4.ui.css.swt.theme.nl_ja_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.e4.ui.css.swt.theme.nl_zh_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.e4.ui.css.swt.theme_0.9.300.v20140424-2042.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.e4.ui.css.swt_0.11.101.v20140818-1343.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.e4.ui.di.nl_ja_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.e4.ui.di.nl_zh_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.e4.ui.di_1.0.0.v20140328-2112.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.e4.ui.model.workbench.nl_ja_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.e4.ui.model.workbench.nl_zh_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.e4.ui.model.workbench_1.1.0.v20140512-1820.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.e4.ui.services.nl_ja_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.e4.ui.services.nl_zh_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.e4.ui.services_1.1.0.v20140328-1925.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.e4.ui.widgets.nl_ja_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.e4.ui.widgets.nl_zh_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.e4.ui.widgets_1.0.0.v20140514-1823.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.e4.ui.workbench.addons.swt.nl_ja_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.e4.ui.workbench.addons.swt.nl_zh_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.e4.ui.workbench.addons.swt_1.1.1.v20140903-0821.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.e4.ui.workbench.nl_ja_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.e4.ui.workbench.nl_zh_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.e4.ui.workbench.renderers.swt.nl_ja_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.e4.ui.workbench.renderers.swt.nl_zh_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.e4.ui.workbench.renderers.swt_0.12.1.v20140903-1023.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.e4.ui.workbench.swt.nl_ja_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.e4.ui.workbench.swt.nl_zh_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.e4.ui.workbench.swt_0.12.100.v20140530-1436.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.e4.ui.workbench3.nl_ja_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.e4.ui.workbench3.nl_zh_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.e4.ui.workbench3_0.12.0.v20140227-2118.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.e4.ui.workbench_1.2.1.v20140901-1244.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.ecf.filetransfer_5.0.0.v20140827-1444.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.ecf.identity_3.4.0.v20140827-1444.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.ecf.provider.filetransfer.httpclient4.ssl_1.0.0.v20140827-1444.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.ecf.provider.filetransfer.httpclient4_1.0.800.v20140827-1444.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.ecf.provider.filetransfer.ssl_1.0.0.v20140827-1444.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.ecf.provider.filetransfer_3.2.200.v20140827-1444.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.ecf.ssl_1.1.0.v20140827-1444.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.ecf_3.4.0.v20140827-1444.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.emf.common_2.10.1.v20140901-1043.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.emf.ecore.change_2.10.0.v20140901-1043.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.emf.ecore.xmi_2.10.1.v20140901-1043.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.emf.ecore_2.10.1.v20140901-1043.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.app_1.3.200.v20130910-1609.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.bidi_0.10.0.v20130327-1442.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.common_3.6.200.v20130402-1505.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.concurrent_1.1.0.v20130327-1442.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.console_1.1.0.v20140131-1639.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.ds_1.4.200.v20131126-2331.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.event_1.3.100.v20140115-1647.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.frameworkadmin.equinox.nl_ja_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.frameworkadmin.equinox.nl_zh_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.frameworkadmin.equinox_1.0.500.v20131211-1531.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.frameworkadmin.nl_ja_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.frameworkadmin.nl_zh_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.frameworkadmin_2.0.100.v20131209-2144.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.http.jetty_3.0.200.v20131021-1843.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.http.registry_1.1.300.v20130402-1529.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.http.servlet_1.1.500.v20140318-1755.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.jsp.jasper.registry_1.0.300.v20130327-1442.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.jsp.jasper_1.0.400.v20130327-1442.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64.nl_ja_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64.nl_zh_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.200.v20141007-2033/META-INF/MANIFEST.MF +java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.200.v20141007-2033/about.html +java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.200.v20141007-2033/eclipse_1605.so +java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.200.v20141007-2033/launcher.gtk.linux.x86_64.properties +java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.launcher.nl_ja_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.launcher.nl_zh_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.launcher_1.3.0.v20140415-2008.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.artifact.repository.nl_ja_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.artifact.repository.nl_zh_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.artifact.repository_1.1.300.v20131211-1531.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.console.nl_ja_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.console.nl_zh_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.console_1.0.300.v20131113-1212.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.core.nl_ja_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.core.nl_zh_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.core_2.3.0.v20131211-1531.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.director.app.nl_ja_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.director.app.nl_zh_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.director.app_1.0.300.v20140228-1829.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.director.nl_ja_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.director.nl_zh_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.director_2.3.100.v20140224-1921.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.directorywatcher.nl_ja_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.directorywatcher.nl_zh_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.directorywatcher_1.1.0.v20131211-1531.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.engine.nl_ja_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.engine.nl_zh_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.engine_2.3.0.v20140506-1720.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.extensionlocation.nl_ja_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.extensionlocation.nl_zh_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.extensionlocation_1.2.100.v20131119-0908.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.garbagecollector.nl_ja_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.garbagecollector.nl_zh_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.garbagecollector_1.0.200.v20131115-1210.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.jarprocessor.nl_ja_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.jarprocessor.nl_zh_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.jarprocessor_1.0.300.v20131211-1531.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.metadata.nl_ja_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.metadata.nl_zh_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.metadata.repository.nl_ja_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.metadata.repository.nl_zh_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.metadata.repository_1.2.100.v20131209-2144.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.metadata_2.2.0.v20131211-1531.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.operations.nl_ja_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.operations.nl_zh_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.operations_2.4.0.v20131119-0908.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.publisher.eclipse.nl_ja_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.publisher.eclipse.nl_zh_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.publisher.eclipse_1.1.200.v20140414-0825.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.publisher.nl_ja_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.publisher.nl_zh_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.publisher_1.3.0.v20140911-0143.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.ql.nl_ja_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.ql.nl_zh_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.ql_2.0.100.v20131211-1531.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.reconciler.dropins.nl_ja_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.reconciler.dropins.nl_zh_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.reconciler.dropins_1.1.200.v20131119-0908.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.repository.nl_ja_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.repository.nl_zh_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.repository_2.3.0.v20131211-1531.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.touchpoint.eclipse.nl_ja_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.touchpoint.eclipse.nl_zh_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.touchpoint.eclipse_2.1.200.v20140512-1650.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.touchpoint.natives.nl_ja_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.touchpoint.natives.nl_zh_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.touchpoint.natives_1.1.100.v20140523-0116.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.transport.ecf.nl_ja_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.transport.ecf.nl_zh_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.transport.ecf_1.1.0.v20140408-1354.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.ui.nl_ja_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.ui.nl_zh_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.ui.sdk.nl_ja_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.ui.sdk.nl_zh_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.ui.sdk.scheduler.nl_ja_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.ui.sdk.scheduler.nl_zh_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.ui.sdk.scheduler_1.2.0.v20140422-1847.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.ui.sdk_1.0.300.v20140407-1803.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.ui_2.3.0.v20140404-1657.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.updatechecker.nl_ja_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.updatechecker.nl_zh_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.p2.updatechecker_1.1.200.v20131119-0908.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.preferences_3.5.200.v20140224-1527.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.registry_3.5.400.v20140428-1507.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.security.ui_1.1.200.v20130626-2037.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.security_1.2.0.v20130424-1801.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.simpleconfigurator.manipulator.nl_ja_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.simpleconfigurator.manipulator.nl_zh_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.simpleconfigurator.manipulator_2.0.0.v20131217-1203.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.simpleconfigurator.nl_ja_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.simpleconfigurator.nl_zh_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.simpleconfigurator_1.1.0.v20131217-1203.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.equinox.util_1.0.500.v20130404-1337.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.help.base.nl_ja_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.help.base.nl_zh_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.help.base_4.0.200.v20141007-2301.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.help.nl_ja_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.help.nl_zh_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.help.ui.nl_ja_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.help.ui.nl_zh_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.help.ui_4.0.100.v20140401-0608.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.help.webapp.nl_ja_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.help.webapp.nl_zh_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.help.webapp_3.6.300.v20140407-1855.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.help_3.6.0.v20130326-1254.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.jetty.continuation_8.1.14.v20131031.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.jetty.http_8.1.14.v20131031.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.jetty.io_8.1.14.v20131031.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.jetty.security_8.1.14.v20131031.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.jetty.server_8.1.14.v20131031.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.jetty.servlet_8.1.14.v20131031.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.jetty.util_8.1.14.v20131031.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.jface.databinding.nl_ja_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.jface.databinding.nl_zh_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.jface.databinding_1.6.200.v20140528-1422.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.jface.nl_ja_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.jface.nl_zh_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.jface.text.nl_ja_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.jface.text.nl_zh_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.jface.text_3.9.1.v20140827-1810.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.jface_3.10.1.v20140813-1009.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.osgi.compatibility.state.nl_ja_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.osgi.compatibility.state.nl_zh_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.osgi.compatibility.state_1.0.1.v20140709-1414.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.osgi.nl_ja_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.osgi.nl_zh_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.osgi.services.nl_ja_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.osgi.services.nl_zh_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.osgi.services_3.4.0.v20140312-2051.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.osgi_3.10.1.v20140909-1633.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.rcp_4.3.100.v20141007-2301.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.swt.gtk.linux.x86_64.nl_ja_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.swt.gtk.linux.x86_64.nl_zh_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.swt.gtk.linux.x86_64_3.103.1.v20140903-1947.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.swt.nl_ja_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.swt.nl_zh_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.swt_3.103.1.v20140903-1938.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.text.nl_ja_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.text.nl_zh_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.text_3.5.300.v20130515-1451.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.ui.forms.nl_ja_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.ui.forms.nl_zh_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.ui.forms_3.6.100.v20140422-1825.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.ui.intro.nl_ja_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.ui.intro.nl_zh_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.ui.intro_3.4.200.v20130326-1254.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.ui.net.nl_ja_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.ui.net.nl_zh_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.ui.net_1.2.200.v20120807-0927.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.ui.nl_ja_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.ui.nl_zh_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.ui.themes.nl_ja_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.ui.themes.nl_zh_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.ui.themes_1.0.1.v20140819-1717/META-INF/ECLIPSE_.RSA +java/sun-7/lib/missioncontrol/plugins/org.eclipse.ui.themes_1.0.1.v20140819-1717/META-INF/ECLIPSE_.SF +java/sun-7/lib/missioncontrol/plugins/org.eclipse.ui.themes_1.0.1.v20140819-1717/META-INF/MANIFEST.MF +java/sun-7/lib/missioncontrol/plugins/org.eclipse.ui.themes_1.0.1.v20140819-1717/about.html +java/sun-7/lib/missioncontrol/plugins/org.eclipse.ui.themes_1.0.1.v20140819-1717/css/dark/e4-dark_basestyle.css +java/sun-7/lib/missioncontrol/plugins/org.eclipse.ui.themes_1.0.1.v20140819-1717/css/dark/e4-dark_globalstyle.css +java/sun-7/lib/missioncontrol/plugins/org.eclipse.ui.themes_1.0.1.v20140819-1717/css/dark/e4-dark_partstyle.css +java/sun-7/lib/missioncontrol/plugins/org.eclipse.ui.themes_1.0.1.v20140819-1717/css/dark/e4-dark_preferencestyle.css +java/sun-7/lib/missioncontrol/plugins/org.eclipse.ui.themes_1.0.1.v20140819-1717/css/e4-dark.css +java/sun-7/lib/missioncontrol/plugins/org.eclipse.ui.themes_1.0.1.v20140819-1717/css/e4-dark_mac.css +java/sun-7/lib/missioncontrol/plugins/org.eclipse.ui.themes_1.0.1.v20140819-1717/css/e4-dark_win.css +java/sun-7/lib/missioncontrol/plugins/org.eclipse.ui.themes_1.0.1.v20140819-1717/css/e4_basestyle.css +java/sun-7/lib/missioncontrol/plugins/org.eclipse.ui.themes_1.0.1.v20140819-1717/css/e4_classic_win7.css +java/sun-7/lib/missioncontrol/plugins/org.eclipse.ui.themes_1.0.1.v20140819-1717/css/e4_classic_winxp.css +java/sun-7/lib/missioncontrol/plugins/org.eclipse.ui.themes_1.0.1.v20140819-1717/css/e4_default_gtk.css +java/sun-7/lib/missioncontrol/plugins/org.eclipse.ui.themes_1.0.1.v20140819-1717/css/e4_default_mac.css +java/sun-7/lib/missioncontrol/plugins/org.eclipse.ui.themes_1.0.1.v20140819-1717/css/e4_default_mru_on_win7.css +java/sun-7/lib/missioncontrol/plugins/org.eclipse.ui.themes_1.0.1.v20140819-1717/css/e4_default_win7.css +java/sun-7/lib/missioncontrol/plugins/org.eclipse.ui.themes_1.0.1.v20140819-1717/css/e4_default_winxp_blu.css +java/sun-7/lib/missioncontrol/plugins/org.eclipse.ui.themes_1.0.1.v20140819-1717/css/e4_default_winxp_olv.css +java/sun-7/lib/missioncontrol/plugins/org.eclipse.ui.themes_1.0.1.v20140819-1717/css/high-contrast.css +java/sun-7/lib/missioncontrol/plugins/org.eclipse.ui.themes_1.0.1.v20140819-1717/images/dragHandle.png +java/sun-7/lib/missioncontrol/plugins/org.eclipse.ui.themes_1.0.1.v20140819-1717/images/gtkHandle.png +java/sun-7/lib/missioncontrol/plugins/org.eclipse.ui.themes_1.0.1.v20140819-1717/images/gtkTSFrame.png +java/sun-7/lib/missioncontrol/plugins/org.eclipse.ui.themes_1.0.1.v20140819-1717/images/macGrey.png +java/sun-7/lib/missioncontrol/plugins/org.eclipse.ui.themes_1.0.1.v20140819-1717/images/macHandle.png +java/sun-7/lib/missioncontrol/plugins/org.eclipse.ui.themes_1.0.1.v20140819-1717/images/macTSFrame.png +java/sun-7/lib/missioncontrol/plugins/org.eclipse.ui.themes_1.0.1.v20140819-1717/images/win7.png +java/sun-7/lib/missioncontrol/plugins/org.eclipse.ui.themes_1.0.1.v20140819-1717/images/win7Handle.png +java/sun-7/lib/missioncontrol/plugins/org.eclipse.ui.themes_1.0.1.v20140819-1717/images/win7TSFrame.png +java/sun-7/lib/missioncontrol/plugins/org.eclipse.ui.themes_1.0.1.v20140819-1717/images/winClassicHandle.png +java/sun-7/lib/missioncontrol/plugins/org.eclipse.ui.themes_1.0.1.v20140819-1717/images/winClassicTSFrame.png +java/sun-7/lib/missioncontrol/plugins/org.eclipse.ui.themes_1.0.1.v20140819-1717/images/winXPBluHandle.png +java/sun-7/lib/missioncontrol/plugins/org.eclipse.ui.themes_1.0.1.v20140819-1717/images/winXPBluTSFrame.png +java/sun-7/lib/missioncontrol/plugins/org.eclipse.ui.themes_1.0.1.v20140819-1717/images/winXPBlue.png +java/sun-7/lib/missioncontrol/plugins/org.eclipse.ui.themes_1.0.1.v20140819-1717/images/winXPHandle.png +java/sun-7/lib/missioncontrol/plugins/org.eclipse.ui.themes_1.0.1.v20140819-1717/images/winXPOlive.png +java/sun-7/lib/missioncontrol/plugins/org.eclipse.ui.themes_1.0.1.v20140819-1717/images/winXPTSFrame.png +java/sun-7/lib/missioncontrol/plugins/org.eclipse.ui.themes_1.0.1.v20140819-1717/plugin.properties +java/sun-7/lib/missioncontrol/plugins/org.eclipse.ui.themes_1.0.1.v20140819-1717/plugin.xml +java/sun-7/lib/missioncontrol/plugins/org.eclipse.ui.views.nl_ja_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.ui.views.nl_zh_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.ui.views_3.7.0.v20140408-0703.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.ui.workbench.nl_ja_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.ui.workbench.nl_zh_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.ui.workbench_3.106.1.v20140827-1737.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.ui_3.106.0.v20140812-1751.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.update.configurator.nl_ja_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.update.configurator.nl_zh_4.4.0.v20140623020002.jar +java/sun-7/lib/missioncontrol/plugins/org.eclipse.update.configurator_3.3.300.v20140518-1928.jar +java/sun-7/lib/missioncontrol/plugins/org.sat4j.core_2.3.5.v201308161310.jar +java/sun-7/lib/missioncontrol/plugins/org.sat4j.pb_2.3.5.v201404071733.jar +java/sun-7/lib/missioncontrol/plugins/org.w3c.css.sac_1.3.1.v200903091627.jar +java/sun-7/lib/missioncontrol/plugins/org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar +java/sun-7/lib/missioncontrol/plugins/org.w3c.dom.smil_1.0.0.v200806040011.jar +java/sun-7/lib/missioncontrol/plugins/org.w3c.dom.svg_1.1.0.v201011041433.jar java/sun-7/lib/orb.idl java/sun-7/lib/sa-jdi.jar java/sun-7/lib/tools.jar @@ -662,11 +748,13 @@ java/sun-7/lib/visualvm/platform/config/Modules/org-netbeans-api-search.xml java/sun-7/lib/visualvm/platform/config/Modules/org-netbeans-api-visual.xml java/sun-7/lib/visualvm/platform/config/Modules/org-netbeans-core-execution.xml java/sun-7/lib/visualvm/platform/config/Modules/org-netbeans-core-io-ui.xml +java/sun-7/lib/visualvm/platform/config/Modules/org-netbeans-core-multitabs.xml java/sun-7/lib/visualvm/platform/config/Modules/org-netbeans-core-multiview.xml java/sun-7/lib/visualvm/platform/config/Modules/org-netbeans-core-output2.xml java/sun-7/lib/visualvm/platform/config/Modules/org-netbeans-core-ui.xml java/sun-7/lib/visualvm/platform/config/Modules/org-netbeans-core-windows.xml java/sun-7/lib/visualvm/platform/config/Modules/org-netbeans-core.xml +java/sun-7/lib/visualvm/platform/config/Modules/org-netbeans-lib-uihandler.xml java/sun-7/lib/visualvm/platform/config/Modules/org-netbeans-modules-applemenu.xml java/sun-7/lib/visualvm/platform/config/Modules/org-netbeans-modules-autoupdate-cli.xml java/sun-7/lib/visualvm/platform/config/Modules/org-netbeans-modules-autoupdate-services.xml @@ -676,8 +764,10 @@ java/sun-7/lib/visualvm/platform/config/Modules/org-netbeans-modules-editor-mime java/sun-7/lib/visualvm/platform/config/Modules/org-netbeans-modules-editor-mimelookup.xml java/sun-7/lib/visualvm/platform/config/Modules/org-netbeans-modules-favorites.xml java/sun-7/lib/visualvm/platform/config/Modules/org-netbeans-modules-javahelp.xml +java/sun-7/lib/visualvm/platform/config/Modules/org-netbeans-modules-keyring-fallback.xml java/sun-7/lib/visualvm/platform/config/Modules/org-netbeans-modules-keyring-impl.xml java/sun-7/lib/visualvm/platform/config/Modules/org-netbeans-modules-keyring.xml +java/sun-7/lib/visualvm/platform/config/Modules/org-netbeans-modules-masterfs-nio2.xml java/sun-7/lib/visualvm/platform/config/Modules/org-netbeans-modules-masterfs.xml java/sun-7/lib/visualvm/platform/config/Modules/org-netbeans-modules-options-api.xml java/sun-7/lib/visualvm/platform/config/Modules/org-netbeans-modules-options-keymap.xml @@ -688,6 +778,8 @@ java/sun-7/lib/visualvm/platform/config/Modules/org-netbeans-modules-sampler.xml java/sun-7/lib/visualvm/platform/config/Modules/org-netbeans-modules-sendopts.xml java/sun-7/lib/visualvm/platform/config/Modules/org-netbeans-modules-settings.xml java/sun-7/lib/visualvm/platform/config/Modules/org-netbeans-modules-spi-actions.xml +java/sun-7/lib/visualvm/platform/config/Modules/org-netbeans-modules-templates.xml +java/sun-7/lib/visualvm/platform/config/Modules/org-netbeans-modules-uihandler.xml java/sun-7/lib/visualvm/platform/config/Modules/org-netbeans-spi-quicksearch.xml java/sun-7/lib/visualvm/platform/config/Modules/org-netbeans-swing-outline.xml java/sun-7/lib/visualvm/platform/config/Modules/org-netbeans-swing-plaf.xml @@ -727,7 +819,6 @@ java/sun-7/lib/visualvm/platform/lib/org-openide-util.jar java/sun-7/lib/visualvm/platform/modules/ext/jhall-2.0_05.jar java/sun-7/lib/visualvm/platform/modules/ext/locale/updater_ja.jar java/sun-7/lib/visualvm/platform/modules/ext/locale/updater_zh_CN.jar -java/sun-7/lib/visualvm/platform/modules/ext/nsProxyAutoConfig.js java/sun-7/lib/visualvm/platform/modules/ext/updater.jar java/sun-7/lib/visualvm/platform/modules/locale/org-netbeans-api-annotations-common_ja.jar java/sun-7/lib/visualvm/platform/modules/locale/org-netbeans-api-annotations-common_zh_CN.jar @@ -741,6 +832,8 @@ java/sun-7/lib/visualvm/platform/modules/locale/org-netbeans-core-execution_ja.j java/sun-7/lib/visualvm/platform/modules/locale/org-netbeans-core-execution_zh_CN.jar java/sun-7/lib/visualvm/platform/modules/locale/org-netbeans-core-io-ui_ja.jar java/sun-7/lib/visualvm/platform/modules/locale/org-netbeans-core-io-ui_zh_CN.jar +java/sun-7/lib/visualvm/platform/modules/locale/org-netbeans-core-multitabs_ja.jar +java/sun-7/lib/visualvm/platform/modules/locale/org-netbeans-core-multitabs_zh_CN.jar java/sun-7/lib/visualvm/platform/modules/locale/org-netbeans-core-multiview_ja.jar java/sun-7/lib/visualvm/platform/modules/locale/org-netbeans-core-multiview_zh_CN.jar java/sun-7/lib/visualvm/platform/modules/locale/org-netbeans-core-output2_ja.jar @@ -751,6 +844,8 @@ java/sun-7/lib/visualvm/platform/modules/locale/org-netbeans-core-windows_ja.jar java/sun-7/lib/visualvm/platform/modules/locale/org-netbeans-core-windows_zh_CN.jar java/sun-7/lib/visualvm/platform/modules/locale/org-netbeans-core_ja.jar java/sun-7/lib/visualvm/platform/modules/locale/org-netbeans-core_zh_CN.jar +java/sun-7/lib/visualvm/platform/modules/locale/org-netbeans-lib-uihandler_ja.jar +java/sun-7/lib/visualvm/platform/modules/locale/org-netbeans-lib-uihandler_zh_CN.jar java/sun-7/lib/visualvm/platform/modules/locale/org-netbeans-modules-applemenu_ja.jar java/sun-7/lib/visualvm/platform/modules/locale/org-netbeans-modules-applemenu_zh_CN.jar java/sun-7/lib/visualvm/platform/modules/locale/org-netbeans-modules-autoupdate-cli_ja.jar @@ -769,10 +864,14 @@ java/sun-7/lib/visualvm/platform/modules/locale/org-netbeans-modules-favorites_j java/sun-7/lib/visualvm/platform/modules/locale/org-netbeans-modules-favorites_zh_CN.jar java/sun-7/lib/visualvm/platform/modules/locale/org-netbeans-modules-javahelp_ja.jar java/sun-7/lib/visualvm/platform/modules/locale/org-netbeans-modules-javahelp_zh_CN.jar +java/sun-7/lib/visualvm/platform/modules/locale/org-netbeans-modules-keyring-fallback_ja.jar +java/sun-7/lib/visualvm/platform/modules/locale/org-netbeans-modules-keyring-fallback_zh_CN.jar java/sun-7/lib/visualvm/platform/modules/locale/org-netbeans-modules-keyring-impl_ja.jar java/sun-7/lib/visualvm/platform/modules/locale/org-netbeans-modules-keyring-impl_zh_CN.jar java/sun-7/lib/visualvm/platform/modules/locale/org-netbeans-modules-keyring_ja.jar java/sun-7/lib/visualvm/platform/modules/locale/org-netbeans-modules-keyring_zh_CN.jar +java/sun-7/lib/visualvm/platform/modules/locale/org-netbeans-modules-masterfs-nio2_ja.jar +java/sun-7/lib/visualvm/platform/modules/locale/org-netbeans-modules-masterfs-nio2_zh_CN.jar java/sun-7/lib/visualvm/platform/modules/locale/org-netbeans-modules-masterfs_ja.jar java/sun-7/lib/visualvm/platform/modules/locale/org-netbeans-modules-masterfs_zh_CN.jar java/sun-7/lib/visualvm/platform/modules/locale/org-netbeans-modules-options-api_ja.jar @@ -793,6 +892,10 @@ java/sun-7/lib/visualvm/platform/modules/locale/org-netbeans-modules-settings_ja java/sun-7/lib/visualvm/platform/modules/locale/org-netbeans-modules-settings_zh_CN.jar java/sun-7/lib/visualvm/platform/modules/locale/org-netbeans-modules-spi-actions_ja.jar java/sun-7/lib/visualvm/platform/modules/locale/org-netbeans-modules-spi-actions_zh_CN.jar +java/sun-7/lib/visualvm/platform/modules/locale/org-netbeans-modules-templates_ja.jar +java/sun-7/lib/visualvm/platform/modules/locale/org-netbeans-modules-templates_zh_CN.jar +java/sun-7/lib/visualvm/platform/modules/locale/org-netbeans-modules-uihandler_ja.jar +java/sun-7/lib/visualvm/platform/modules/locale/org-netbeans-modules-uihandler_zh_CN.jar java/sun-7/lib/visualvm/platform/modules/locale/org-netbeans-spi-quicksearch_ja.jar java/sun-7/lib/visualvm/platform/modules/locale/org-netbeans-spi-quicksearch_zh_CN.jar java/sun-7/lib/visualvm/platform/modules/locale/org-netbeans-swing-outline_ja.jar @@ -833,11 +936,13 @@ java/sun-7/lib/visualvm/platform/modules/org-netbeans-api-search.jar java/sun-7/lib/visualvm/platform/modules/org-netbeans-api-visual.jar java/sun-7/lib/visualvm/platform/modules/org-netbeans-core-execution.jar java/sun-7/lib/visualvm/platform/modules/org-netbeans-core-io-ui.jar +java/sun-7/lib/visualvm/platform/modules/org-netbeans-core-multitabs.jar java/sun-7/lib/visualvm/platform/modules/org-netbeans-core-multiview.jar java/sun-7/lib/visualvm/platform/modules/org-netbeans-core-output2.jar java/sun-7/lib/visualvm/platform/modules/org-netbeans-core-ui.jar java/sun-7/lib/visualvm/platform/modules/org-netbeans-core-windows.jar java/sun-7/lib/visualvm/platform/modules/org-netbeans-core.jar +java/sun-7/lib/visualvm/platform/modules/org-netbeans-lib-uihandler.jar java/sun-7/lib/visualvm/platform/modules/org-netbeans-modules-applemenu.jar java/sun-7/lib/visualvm/platform/modules/org-netbeans-modules-autoupdate-cli.jar java/sun-7/lib/visualvm/platform/modules/org-netbeans-modules-autoupdate-services.jar @@ -847,8 +952,10 @@ java/sun-7/lib/visualvm/platform/modules/org-netbeans-modules-editor-mimelookup- java/sun-7/lib/visualvm/platform/modules/org-netbeans-modules-editor-mimelookup.jar java/sun-7/lib/visualvm/platform/modules/org-netbeans-modules-favorites.jar java/sun-7/lib/visualvm/platform/modules/org-netbeans-modules-javahelp.jar +java/sun-7/lib/visualvm/platform/modules/org-netbeans-modules-keyring-fallback.jar java/sun-7/lib/visualvm/platform/modules/org-netbeans-modules-keyring-impl.jar java/sun-7/lib/visualvm/platform/modules/org-netbeans-modules-keyring.jar +java/sun-7/lib/visualvm/platform/modules/org-netbeans-modules-masterfs-nio2.jar java/sun-7/lib/visualvm/platform/modules/org-netbeans-modules-masterfs.jar java/sun-7/lib/visualvm/platform/modules/org-netbeans-modules-options-api.jar java/sun-7/lib/visualvm/platform/modules/org-netbeans-modules-options-keymap.jar @@ -859,6 +966,8 @@ java/sun-7/lib/visualvm/platform/modules/org-netbeans-modules-sampler.jar java/sun-7/lib/visualvm/platform/modules/org-netbeans-modules-sendopts.jar java/sun-7/lib/visualvm/platform/modules/org-netbeans-modules-settings.jar java/sun-7/lib/visualvm/platform/modules/org-netbeans-modules-spi-actions.jar +java/sun-7/lib/visualvm/platform/modules/org-netbeans-modules-templates.jar +java/sun-7/lib/visualvm/platform/modules/org-netbeans-modules-uihandler.jar java/sun-7/lib/visualvm/platform/modules/org-netbeans-spi-quicksearch.jar java/sun-7/lib/visualvm/platform/modules/org-netbeans-swing-outline.jar java/sun-7/lib/visualvm/platform/modules/org-netbeans-swing-plaf.jar @@ -883,12 +992,14 @@ java/sun-7/lib/visualvm/platform/update_tracking/org-netbeans-api-visual.xml java/sun-7/lib/visualvm/platform/update_tracking/org-netbeans-bootstrap.xml java/sun-7/lib/visualvm/platform/update_tracking/org-netbeans-core-execution.xml java/sun-7/lib/visualvm/platform/update_tracking/org-netbeans-core-io-ui.xml +java/sun-7/lib/visualvm/platform/update_tracking/org-netbeans-core-multitabs.xml java/sun-7/lib/visualvm/platform/update_tracking/org-netbeans-core-multiview.xml java/sun-7/lib/visualvm/platform/update_tracking/org-netbeans-core-output2.xml java/sun-7/lib/visualvm/platform/update_tracking/org-netbeans-core-startup.xml java/sun-7/lib/visualvm/platform/update_tracking/org-netbeans-core-ui.xml java/sun-7/lib/visualvm/platform/update_tracking/org-netbeans-core-windows.xml java/sun-7/lib/visualvm/platform/update_tracking/org-netbeans-core.xml +java/sun-7/lib/visualvm/platform/update_tracking/org-netbeans-lib-uihandler.xml java/sun-7/lib/visualvm/platform/update_tracking/org-netbeans-modules-applemenu.xml java/sun-7/lib/visualvm/platform/update_tracking/org-netbeans-modules-autoupdate-cli.xml java/sun-7/lib/visualvm/platform/update_tracking/org-netbeans-modules-autoupdate-services.xml @@ -898,8 +1009,10 @@ java/sun-7/lib/visualvm/platform/update_tracking/org-netbeans-modules-editor-mim java/sun-7/lib/visualvm/platform/update_tracking/org-netbeans-modules-editor-mimelookup.xml java/sun-7/lib/visualvm/platform/update_tracking/org-netbeans-modules-favorites.xml java/sun-7/lib/visualvm/platform/update_tracking/org-netbeans-modules-javahelp.xml +java/sun-7/lib/visualvm/platform/update_tracking/org-netbeans-modules-keyring-fallback.xml java/sun-7/lib/visualvm/platform/update_tracking/org-netbeans-modules-keyring-impl.xml java/sun-7/lib/visualvm/platform/update_tracking/org-netbeans-modules-keyring.xml +java/sun-7/lib/visualvm/platform/update_tracking/org-netbeans-modules-masterfs-nio2.xml java/sun-7/lib/visualvm/platform/update_tracking/org-netbeans-modules-masterfs.xml java/sun-7/lib/visualvm/platform/update_tracking/org-netbeans-modules-options-api.xml java/sun-7/lib/visualvm/platform/update_tracking/org-netbeans-modules-options-keymap.xml @@ -910,6 +1023,8 @@ java/sun-7/lib/visualvm/platform/update_tracking/org-netbeans-modules-sampler.xm java/sun-7/lib/visualvm/platform/update_tracking/org-netbeans-modules-sendopts.xml java/sun-7/lib/visualvm/platform/update_tracking/org-netbeans-modules-settings.xml java/sun-7/lib/visualvm/platform/update_tracking/org-netbeans-modules-spi-actions.xml +java/sun-7/lib/visualvm/platform/update_tracking/org-netbeans-modules-templates.xml +java/sun-7/lib/visualvm/platform/update_tracking/org-netbeans-modules-uihandler.xml java/sun-7/lib/visualvm/platform/update_tracking/org-netbeans-spi-quicksearch.xml java/sun-7/lib/visualvm/platform/update_tracking/org-netbeans-swing-outline.xml java/sun-7/lib/visualvm/platform/update_tracking/org-netbeans-swing-plaf.xml @@ -1031,11 +1146,14 @@ java/sun-7/lib/visualvm/visualvm/config/Modules/org-netbeans-api-visual.xml_hidd java/sun-7/lib/visualvm/visualvm/config/Modules/org-netbeans-core-execution.xml_hidden java/sun-7/lib/visualvm/visualvm/config/Modules/org-netbeans-core-io-ui.xml_hidden java/sun-7/lib/visualvm/visualvm/config/Modules/org-netbeans-core-output2.xml_hidden +java/sun-7/lib/visualvm/visualvm/config/Modules/org-netbeans-lib-uihandler.xml_hidden java/sun-7/lib/visualvm/visualvm/config/Modules/org-netbeans-modules-core-kit.xml_hidden java/sun-7/lib/visualvm/visualvm/config/Modules/org-netbeans-modules-favorites.xml_hidden java/sun-7/lib/visualvm/visualvm/config/Modules/org-netbeans-modules-options-keymap.xml_hidden java/sun-7/lib/visualvm/visualvm/config/Modules/org-netbeans-modules-print.xml_hidden java/sun-7/lib/visualvm/visualvm/config/Modules/org-netbeans-modules-spi-actions.xml_hidden +java/sun-7/lib/visualvm/visualvm/config/Modules/org-netbeans-modules-templates.xml_hidden +java/sun-7/lib/visualvm/visualvm/config/Modules/org-netbeans-modules-uihandler.xml_hidden java/sun-7/lib/visualvm/visualvm/config/Modules/org-openide-compat.xml_hidden java/sun-7/lib/visualvm/visualvm/config/Modules/org-openide-execution.xml_hidden java/sun-7/lib/visualvm/visualvm/config/Modules/org-openide-options.xml_hidden diff --git a/lang/sun-jdk7/PLIST.solaris-i386 b/lang/sun-jdk7/PLIST.solaris-i386 index d076f5571d163..c7358c759b5f2 100644 --- a/lang/sun-jdk7/PLIST.solaris-i386 +++ b/lang/sun-jdk7/PLIST.solaris-i386 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST.solaris-i386,v 1.7 2015/05/05 17:07:40 abs Exp $ +@comment $NetBSD: PLIST.solaris-i386,v 1.8 2016/05/08 17:23:28 christos Exp $ bin/sun7-appletviewer bin/sun7-apt bin/sun7-extcheck @@ -127,11 +127,13 @@ java/sun-7/lib/visualvm/platform/config/Modules/org-netbeans-api-search.xml java/sun-7/lib/visualvm/platform/config/Modules/org-netbeans-api-visual.xml java/sun-7/lib/visualvm/platform/config/Modules/org-netbeans-core-execution.xml java/sun-7/lib/visualvm/platform/config/Modules/org-netbeans-core-io-ui.xml +java/sun-7/lib/visualvm/platform/config/Modules/org-netbeans-core-multitabs.xml java/sun-7/lib/visualvm/platform/config/Modules/org-netbeans-core-multiview.xml java/sun-7/lib/visualvm/platform/config/Modules/org-netbeans-core-output2.xml java/sun-7/lib/visualvm/platform/config/Modules/org-netbeans-core-ui.xml java/sun-7/lib/visualvm/platform/config/Modules/org-netbeans-core-windows.xml java/sun-7/lib/visualvm/platform/config/Modules/org-netbeans-core.xml +java/sun-7/lib/visualvm/platform/config/Modules/org-netbeans-lib-uihandler.xml java/sun-7/lib/visualvm/platform/config/Modules/org-netbeans-modules-applemenu.xml java/sun-7/lib/visualvm/platform/config/Modules/org-netbeans-modules-autoupdate-cli.xml java/sun-7/lib/visualvm/platform/config/Modules/org-netbeans-modules-autoupdate-services.xml @@ -141,8 +143,10 @@ java/sun-7/lib/visualvm/platform/config/Modules/org-netbeans-modules-editor-mime java/sun-7/lib/visualvm/platform/config/Modules/org-netbeans-modules-editor-mimelookup.xml java/sun-7/lib/visualvm/platform/config/Modules/org-netbeans-modules-favorites.xml java/sun-7/lib/visualvm/platform/config/Modules/org-netbeans-modules-javahelp.xml +java/sun-7/lib/visualvm/platform/config/Modules/org-netbeans-modules-keyring-fallback.xml java/sun-7/lib/visualvm/platform/config/Modules/org-netbeans-modules-keyring-impl.xml java/sun-7/lib/visualvm/platform/config/Modules/org-netbeans-modules-keyring.xml +java/sun-7/lib/visualvm/platform/config/Modules/org-netbeans-modules-masterfs-nio2.xml java/sun-7/lib/visualvm/platform/config/Modules/org-netbeans-modules-masterfs.xml java/sun-7/lib/visualvm/platform/config/Modules/org-netbeans-modules-options-api.xml java/sun-7/lib/visualvm/platform/config/Modules/org-netbeans-modules-options-keymap.xml @@ -153,6 +157,8 @@ java/sun-7/lib/visualvm/platform/config/Modules/org-netbeans-modules-sampler.xml java/sun-7/lib/visualvm/platform/config/Modules/org-netbeans-modules-sendopts.xml java/sun-7/lib/visualvm/platform/config/Modules/org-netbeans-modules-settings.xml java/sun-7/lib/visualvm/platform/config/Modules/org-netbeans-modules-spi-actions.xml +java/sun-7/lib/visualvm/platform/config/Modules/org-netbeans-modules-templates.xml +java/sun-7/lib/visualvm/platform/config/Modules/org-netbeans-modules-uihandler.xml java/sun-7/lib/visualvm/platform/config/Modules/org-netbeans-spi-quicksearch.xml java/sun-7/lib/visualvm/platform/config/Modules/org-netbeans-swing-outline.xml java/sun-7/lib/visualvm/platform/config/Modules/org-netbeans-swing-plaf.xml @@ -192,7 +198,6 @@ java/sun-7/lib/visualvm/platform/lib/org-openide-util.jar java/sun-7/lib/visualvm/platform/modules/ext/jhall-2.0_05.jar java/sun-7/lib/visualvm/platform/modules/ext/locale/updater_ja.jar java/sun-7/lib/visualvm/platform/modules/ext/locale/updater_zh_CN.jar -java/sun-7/lib/visualvm/platform/modules/ext/nsProxyAutoConfig.js java/sun-7/lib/visualvm/platform/modules/ext/updater.jar java/sun-7/lib/visualvm/platform/modules/locale/org-netbeans-api-annotations-common_ja.jar java/sun-7/lib/visualvm/platform/modules/locale/org-netbeans-api-annotations-common_zh_CN.jar @@ -206,6 +211,8 @@ java/sun-7/lib/visualvm/platform/modules/locale/org-netbeans-core-execution_ja.j java/sun-7/lib/visualvm/platform/modules/locale/org-netbeans-core-execution_zh_CN.jar java/sun-7/lib/visualvm/platform/modules/locale/org-netbeans-core-io-ui_ja.jar java/sun-7/lib/visualvm/platform/modules/locale/org-netbeans-core-io-ui_zh_CN.jar +java/sun-7/lib/visualvm/platform/modules/locale/org-netbeans-core-multitabs_ja.jar +java/sun-7/lib/visualvm/platform/modules/locale/org-netbeans-core-multitabs_zh_CN.jar java/sun-7/lib/visualvm/platform/modules/locale/org-netbeans-core-multiview_ja.jar java/sun-7/lib/visualvm/platform/modules/locale/org-netbeans-core-multiview_zh_CN.jar java/sun-7/lib/visualvm/platform/modules/locale/org-netbeans-core-output2_ja.jar @@ -216,6 +223,8 @@ java/sun-7/lib/visualvm/platform/modules/locale/org-netbeans-core-windows_ja.jar java/sun-7/lib/visualvm/platform/modules/locale/org-netbeans-core-windows_zh_CN.jar java/sun-7/lib/visualvm/platform/modules/locale/org-netbeans-core_ja.jar java/sun-7/lib/visualvm/platform/modules/locale/org-netbeans-core_zh_CN.jar +java/sun-7/lib/visualvm/platform/modules/locale/org-netbeans-lib-uihandler_ja.jar +java/sun-7/lib/visualvm/platform/modules/locale/org-netbeans-lib-uihandler_zh_CN.jar java/sun-7/lib/visualvm/platform/modules/locale/org-netbeans-modules-applemenu_ja.jar java/sun-7/lib/visualvm/platform/modules/locale/org-netbeans-modules-applemenu_zh_CN.jar java/sun-7/lib/visualvm/platform/modules/locale/org-netbeans-modules-autoupdate-cli_ja.jar @@ -234,10 +243,14 @@ java/sun-7/lib/visualvm/platform/modules/locale/org-netbeans-modules-favorites_j java/sun-7/lib/visualvm/platform/modules/locale/org-netbeans-modules-favorites_zh_CN.jar java/sun-7/lib/visualvm/platform/modules/locale/org-netbeans-modules-javahelp_ja.jar java/sun-7/lib/visualvm/platform/modules/locale/org-netbeans-modules-javahelp_zh_CN.jar +java/sun-7/lib/visualvm/platform/modules/locale/org-netbeans-modules-keyring-fallback_ja.jar +java/sun-7/lib/visualvm/platform/modules/locale/org-netbeans-modules-keyring-fallback_zh_CN.jar java/sun-7/lib/visualvm/platform/modules/locale/org-netbeans-modules-keyring-impl_ja.jar java/sun-7/lib/visualvm/platform/modules/locale/org-netbeans-modules-keyring-impl_zh_CN.jar java/sun-7/lib/visualvm/platform/modules/locale/org-netbeans-modules-keyring_ja.jar java/sun-7/lib/visualvm/platform/modules/locale/org-netbeans-modules-keyring_zh_CN.jar +java/sun-7/lib/visualvm/platform/modules/locale/org-netbeans-modules-masterfs-nio2_ja.jar +java/sun-7/lib/visualvm/platform/modules/locale/org-netbeans-modules-masterfs-nio2_zh_CN.jar java/sun-7/lib/visualvm/platform/modules/locale/org-netbeans-modules-masterfs_ja.jar java/sun-7/lib/visualvm/platform/modules/locale/org-netbeans-modules-masterfs_zh_CN.jar java/sun-7/lib/visualvm/platform/modules/locale/org-netbeans-modules-options-api_ja.jar @@ -258,6 +271,10 @@ java/sun-7/lib/visualvm/platform/modules/locale/org-netbeans-modules-settings_ja java/sun-7/lib/visualvm/platform/modules/locale/org-netbeans-modules-settings_zh_CN.jar java/sun-7/lib/visualvm/platform/modules/locale/org-netbeans-modules-spi-actions_ja.jar java/sun-7/lib/visualvm/platform/modules/locale/org-netbeans-modules-spi-actions_zh_CN.jar +java/sun-7/lib/visualvm/platform/modules/locale/org-netbeans-modules-templates_ja.jar +java/sun-7/lib/visualvm/platform/modules/locale/org-netbeans-modules-templates_zh_CN.jar +java/sun-7/lib/visualvm/platform/modules/locale/org-netbeans-modules-uihandler_ja.jar +java/sun-7/lib/visualvm/platform/modules/locale/org-netbeans-modules-uihandler_zh_CN.jar java/sun-7/lib/visualvm/platform/modules/locale/org-netbeans-spi-quicksearch_ja.jar java/sun-7/lib/visualvm/platform/modules/locale/org-netbeans-spi-quicksearch_zh_CN.jar java/sun-7/lib/visualvm/platform/modules/locale/org-netbeans-swing-outline_ja.jar @@ -298,11 +315,13 @@ java/sun-7/lib/visualvm/platform/modules/org-netbeans-api-search.jar java/sun-7/lib/visualvm/platform/modules/org-netbeans-api-visual.jar java/sun-7/lib/visualvm/platform/modules/org-netbeans-core-execution.jar java/sun-7/lib/visualvm/platform/modules/org-netbeans-core-io-ui.jar +java/sun-7/lib/visualvm/platform/modules/org-netbeans-core-multitabs.jar java/sun-7/lib/visualvm/platform/modules/org-netbeans-core-multiview.jar java/sun-7/lib/visualvm/platform/modules/org-netbeans-core-output2.jar java/sun-7/lib/visualvm/platform/modules/org-netbeans-core-ui.jar java/sun-7/lib/visualvm/platform/modules/org-netbeans-core-windows.jar java/sun-7/lib/visualvm/platform/modules/org-netbeans-core.jar +java/sun-7/lib/visualvm/platform/modules/org-netbeans-lib-uihandler.jar java/sun-7/lib/visualvm/platform/modules/org-netbeans-modules-applemenu.jar java/sun-7/lib/visualvm/platform/modules/org-netbeans-modules-autoupdate-cli.jar java/sun-7/lib/visualvm/platform/modules/org-netbeans-modules-autoupdate-services.jar @@ -312,8 +331,10 @@ java/sun-7/lib/visualvm/platform/modules/org-netbeans-modules-editor-mimelookup- java/sun-7/lib/visualvm/platform/modules/org-netbeans-modules-editor-mimelookup.jar java/sun-7/lib/visualvm/platform/modules/org-netbeans-modules-favorites.jar java/sun-7/lib/visualvm/platform/modules/org-netbeans-modules-javahelp.jar +java/sun-7/lib/visualvm/platform/modules/org-netbeans-modules-keyring-fallback.jar java/sun-7/lib/visualvm/platform/modules/org-netbeans-modules-keyring-impl.jar java/sun-7/lib/visualvm/platform/modules/org-netbeans-modules-keyring.jar +java/sun-7/lib/visualvm/platform/modules/org-netbeans-modules-masterfs-nio2.jar java/sun-7/lib/visualvm/platform/modules/org-netbeans-modules-masterfs.jar java/sun-7/lib/visualvm/platform/modules/org-netbeans-modules-options-api.jar java/sun-7/lib/visualvm/platform/modules/org-netbeans-modules-options-keymap.jar @@ -324,6 +345,8 @@ java/sun-7/lib/visualvm/platform/modules/org-netbeans-modules-sampler.jar java/sun-7/lib/visualvm/platform/modules/org-netbeans-modules-sendopts.jar java/sun-7/lib/visualvm/platform/modules/org-netbeans-modules-settings.jar java/sun-7/lib/visualvm/platform/modules/org-netbeans-modules-spi-actions.jar +java/sun-7/lib/visualvm/platform/modules/org-netbeans-modules-templates.jar +java/sun-7/lib/visualvm/platform/modules/org-netbeans-modules-uihandler.jar java/sun-7/lib/visualvm/platform/modules/org-netbeans-spi-quicksearch.jar java/sun-7/lib/visualvm/platform/modules/org-netbeans-swing-outline.jar java/sun-7/lib/visualvm/platform/modules/org-netbeans-swing-plaf.jar @@ -348,12 +371,14 @@ java/sun-7/lib/visualvm/platform/update_tracking/org-netbeans-api-visual.xml java/sun-7/lib/visualvm/platform/update_tracking/org-netbeans-bootstrap.xml java/sun-7/lib/visualvm/platform/update_tracking/org-netbeans-core-execution.xml java/sun-7/lib/visualvm/platform/update_tracking/org-netbeans-core-io-ui.xml +java/sun-7/lib/visualvm/platform/update_tracking/org-netbeans-core-multitabs.xml java/sun-7/lib/visualvm/platform/update_tracking/org-netbeans-core-multiview.xml java/sun-7/lib/visualvm/platform/update_tracking/org-netbeans-core-output2.xml java/sun-7/lib/visualvm/platform/update_tracking/org-netbeans-core-startup.xml java/sun-7/lib/visualvm/platform/update_tracking/org-netbeans-core-ui.xml java/sun-7/lib/visualvm/platform/update_tracking/org-netbeans-core-windows.xml java/sun-7/lib/visualvm/platform/update_tracking/org-netbeans-core.xml +java/sun-7/lib/visualvm/platform/update_tracking/org-netbeans-lib-uihandler.xml java/sun-7/lib/visualvm/platform/update_tracking/org-netbeans-modules-applemenu.xml java/sun-7/lib/visualvm/platform/update_tracking/org-netbeans-modules-autoupdate-cli.xml java/sun-7/lib/visualvm/platform/update_tracking/org-netbeans-modules-autoupdate-services.xml @@ -363,8 +388,10 @@ java/sun-7/lib/visualvm/platform/update_tracking/org-netbeans-modules-editor-mim java/sun-7/lib/visualvm/platform/update_tracking/org-netbeans-modules-editor-mimelookup.xml java/sun-7/lib/visualvm/platform/update_tracking/org-netbeans-modules-favorites.xml java/sun-7/lib/visualvm/platform/update_tracking/org-netbeans-modules-javahelp.xml +java/sun-7/lib/visualvm/platform/update_tracking/org-netbeans-modules-keyring-fallback.xml java/sun-7/lib/visualvm/platform/update_tracking/org-netbeans-modules-keyring-impl.xml java/sun-7/lib/visualvm/platform/update_tracking/org-netbeans-modules-keyring.xml +java/sun-7/lib/visualvm/platform/update_tracking/org-netbeans-modules-masterfs-nio2.xml java/sun-7/lib/visualvm/platform/update_tracking/org-netbeans-modules-masterfs.xml java/sun-7/lib/visualvm/platform/update_tracking/org-netbeans-modules-options-api.xml java/sun-7/lib/visualvm/platform/update_tracking/org-netbeans-modules-options-keymap.xml @@ -375,6 +402,8 @@ java/sun-7/lib/visualvm/platform/update_tracking/org-netbeans-modules-sampler.xm java/sun-7/lib/visualvm/platform/update_tracking/org-netbeans-modules-sendopts.xml java/sun-7/lib/visualvm/platform/update_tracking/org-netbeans-modules-settings.xml java/sun-7/lib/visualvm/platform/update_tracking/org-netbeans-modules-spi-actions.xml +java/sun-7/lib/visualvm/platform/update_tracking/org-netbeans-modules-templates.xml +java/sun-7/lib/visualvm/platform/update_tracking/org-netbeans-modules-uihandler.xml java/sun-7/lib/visualvm/platform/update_tracking/org-netbeans-spi-quicksearch.xml java/sun-7/lib/visualvm/platform/update_tracking/org-netbeans-swing-outline.xml java/sun-7/lib/visualvm/platform/update_tracking/org-netbeans-swing-plaf.xml @@ -411,8 +440,8 @@ java/sun-7/lib/visualvm/profiler/config/Modules/org-netbeans-modules-profiler-se java/sun-7/lib/visualvm/profiler/config/Modules/org-netbeans-modules-profiler-snaptracer.xml java/sun-7/lib/visualvm/profiler/config/Modules/org-netbeans-modules-profiler-utilities.xml java/sun-7/lib/visualvm/profiler/config/Modules/org-netbeans-modules-profiler.xml -java/sun-7/lib/visualvm/profiler/lib/deployed/jdk15/solaris-i386/libprofilerinterface.so -java/sun-7/lib/visualvm/profiler/lib/deployed/jdk16/solaris-i386/libprofilerinterface.so +java/sun-7/lib/visualvm/profiler/lib/deployed/jdk15/linux-amd64/libprofilerinterface.so +java/sun-7/lib/visualvm/profiler/lib/deployed/jdk16/linux-amd64/libprofilerinterface.so java/sun-7/lib/visualvm/profiler/lib/jfluid-server-15.jar java/sun-7/lib/visualvm/profiler/lib/jfluid-server.jar java/sun-7/lib/visualvm/profiler/lib/locale/jfluid-server_ja.jar @@ -496,11 +525,14 @@ java/sun-7/lib/visualvm/visualvm/config/Modules/org-netbeans-api-visual.xml_hidd java/sun-7/lib/visualvm/visualvm/config/Modules/org-netbeans-core-execution.xml_hidden java/sun-7/lib/visualvm/visualvm/config/Modules/org-netbeans-core-io-ui.xml_hidden java/sun-7/lib/visualvm/visualvm/config/Modules/org-netbeans-core-output2.xml_hidden +java/sun-7/lib/visualvm/visualvm/config/Modules/org-netbeans-lib-uihandler.xml_hidden java/sun-7/lib/visualvm/visualvm/config/Modules/org-netbeans-modules-core-kit.xml_hidden java/sun-7/lib/visualvm/visualvm/config/Modules/org-netbeans-modules-favorites.xml_hidden java/sun-7/lib/visualvm/visualvm/config/Modules/org-netbeans-modules-options-keymap.xml_hidden java/sun-7/lib/visualvm/visualvm/config/Modules/org-netbeans-modules-print.xml_hidden java/sun-7/lib/visualvm/visualvm/config/Modules/org-netbeans-modules-spi-actions.xml_hidden +java/sun-7/lib/visualvm/visualvm/config/Modules/org-netbeans-modules-templates.xml_hidden +java/sun-7/lib/visualvm/visualvm/config/Modules/org-netbeans-modules-uihandler.xml_hidden java/sun-7/lib/visualvm/visualvm/config/Modules/org-openide-compat.xml_hidden java/sun-7/lib/visualvm/visualvm/config/Modules/org-openide-execution.xml_hidden java/sun-7/lib/visualvm/visualvm/config/Modules/org-openide-options.xml_hidden diff --git a/lang/sun-jdk7/PLIST.solaris-x86_64 b/lang/sun-jdk7/PLIST.solaris-x86_64 index f583fe992eb3e..697497294b256 100644 --- a/lang/sun-jdk7/PLIST.solaris-x86_64 +++ b/lang/sun-jdk7/PLIST.solaris-x86_64 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST.solaris-x86_64,v 1.6 2015/05/05 17:07:40 abs Exp $ +@comment $NetBSD: PLIST.solaris-x86_64,v 1.7 2016/05/08 17:23:28 christos Exp $ bin/sun7-appletviewer bin/sun7-apt bin/sun7-extcheck @@ -156,11 +156,13 @@ java/sun-7/lib/visualvm/platform/config/Modules/org-netbeans-api-search.xml java/sun-7/lib/visualvm/platform/config/Modules/org-netbeans-api-visual.xml java/sun-7/lib/visualvm/platform/config/Modules/org-netbeans-core-execution.xml java/sun-7/lib/visualvm/platform/config/Modules/org-netbeans-core-io-ui.xml +java/sun-7/lib/visualvm/platform/config/Modules/org-netbeans-core-multitabs.xml java/sun-7/lib/visualvm/platform/config/Modules/org-netbeans-core-multiview.xml java/sun-7/lib/visualvm/platform/config/Modules/org-netbeans-core-output2.xml java/sun-7/lib/visualvm/platform/config/Modules/org-netbeans-core-ui.xml java/sun-7/lib/visualvm/platform/config/Modules/org-netbeans-core-windows.xml java/sun-7/lib/visualvm/platform/config/Modules/org-netbeans-core.xml +java/sun-7/lib/visualvm/platform/config/Modules/org-netbeans-lib-uihandler.xml java/sun-7/lib/visualvm/platform/config/Modules/org-netbeans-modules-applemenu.xml java/sun-7/lib/visualvm/platform/config/Modules/org-netbeans-modules-autoupdate-cli.xml java/sun-7/lib/visualvm/platform/config/Modules/org-netbeans-modules-autoupdate-services.xml @@ -170,8 +172,10 @@ java/sun-7/lib/visualvm/platform/config/Modules/org-netbeans-modules-editor-mime java/sun-7/lib/visualvm/platform/config/Modules/org-netbeans-modules-editor-mimelookup.xml java/sun-7/lib/visualvm/platform/config/Modules/org-netbeans-modules-favorites.xml java/sun-7/lib/visualvm/platform/config/Modules/org-netbeans-modules-javahelp.xml +java/sun-7/lib/visualvm/platform/config/Modules/org-netbeans-modules-keyring-fallback.xml java/sun-7/lib/visualvm/platform/config/Modules/org-netbeans-modules-keyring-impl.xml java/sun-7/lib/visualvm/platform/config/Modules/org-netbeans-modules-keyring.xml +java/sun-7/lib/visualvm/platform/config/Modules/org-netbeans-modules-masterfs-nio2.xml java/sun-7/lib/visualvm/platform/config/Modules/org-netbeans-modules-masterfs.xml java/sun-7/lib/visualvm/platform/config/Modules/org-netbeans-modules-options-api.xml java/sun-7/lib/visualvm/platform/config/Modules/org-netbeans-modules-options-keymap.xml @@ -182,6 +186,8 @@ java/sun-7/lib/visualvm/platform/config/Modules/org-netbeans-modules-sampler.xml java/sun-7/lib/visualvm/platform/config/Modules/org-netbeans-modules-sendopts.xml java/sun-7/lib/visualvm/platform/config/Modules/org-netbeans-modules-settings.xml java/sun-7/lib/visualvm/platform/config/Modules/org-netbeans-modules-spi-actions.xml +java/sun-7/lib/visualvm/platform/config/Modules/org-netbeans-modules-templates.xml +java/sun-7/lib/visualvm/platform/config/Modules/org-netbeans-modules-uihandler.xml java/sun-7/lib/visualvm/platform/config/Modules/org-netbeans-spi-quicksearch.xml java/sun-7/lib/visualvm/platform/config/Modules/org-netbeans-swing-outline.xml java/sun-7/lib/visualvm/platform/config/Modules/org-netbeans-swing-plaf.xml @@ -221,7 +227,6 @@ java/sun-7/lib/visualvm/platform/lib/org-openide-util.jar java/sun-7/lib/visualvm/platform/modules/ext/jhall-2.0_05.jar java/sun-7/lib/visualvm/platform/modules/ext/locale/updater_ja.jar java/sun-7/lib/visualvm/platform/modules/ext/locale/updater_zh_CN.jar -java/sun-7/lib/visualvm/platform/modules/ext/nsProxyAutoConfig.js java/sun-7/lib/visualvm/platform/modules/ext/updater.jar java/sun-7/lib/visualvm/platform/modules/locale/org-netbeans-api-annotations-common_ja.jar java/sun-7/lib/visualvm/platform/modules/locale/org-netbeans-api-annotations-common_zh_CN.jar @@ -235,6 +240,8 @@ java/sun-7/lib/visualvm/platform/modules/locale/org-netbeans-core-execution_ja.j java/sun-7/lib/visualvm/platform/modules/locale/org-netbeans-core-execution_zh_CN.jar java/sun-7/lib/visualvm/platform/modules/locale/org-netbeans-core-io-ui_ja.jar java/sun-7/lib/visualvm/platform/modules/locale/org-netbeans-core-io-ui_zh_CN.jar +java/sun-7/lib/visualvm/platform/modules/locale/org-netbeans-core-multitabs_ja.jar +java/sun-7/lib/visualvm/platform/modules/locale/org-netbeans-core-multitabs_zh_CN.jar java/sun-7/lib/visualvm/platform/modules/locale/org-netbeans-core-multiview_ja.jar java/sun-7/lib/visualvm/platform/modules/locale/org-netbeans-core-multiview_zh_CN.jar java/sun-7/lib/visualvm/platform/modules/locale/org-netbeans-core-output2_ja.jar @@ -245,6 +252,8 @@ java/sun-7/lib/visualvm/platform/modules/locale/org-netbeans-core-windows_ja.jar java/sun-7/lib/visualvm/platform/modules/locale/org-netbeans-core-windows_zh_CN.jar java/sun-7/lib/visualvm/platform/modules/locale/org-netbeans-core_ja.jar java/sun-7/lib/visualvm/platform/modules/locale/org-netbeans-core_zh_CN.jar +java/sun-7/lib/visualvm/platform/modules/locale/org-netbeans-lib-uihandler_ja.jar +java/sun-7/lib/visualvm/platform/modules/locale/org-netbeans-lib-uihandler_zh_CN.jar java/sun-7/lib/visualvm/platform/modules/locale/org-netbeans-modules-applemenu_ja.jar java/sun-7/lib/visualvm/platform/modules/locale/org-netbeans-modules-applemenu_zh_CN.jar java/sun-7/lib/visualvm/platform/modules/locale/org-netbeans-modules-autoupdate-cli_ja.jar @@ -263,10 +272,14 @@ java/sun-7/lib/visualvm/platform/modules/locale/org-netbeans-modules-favorites_j java/sun-7/lib/visualvm/platform/modules/locale/org-netbeans-modules-favorites_zh_CN.jar java/sun-7/lib/visualvm/platform/modules/locale/org-netbeans-modules-javahelp_ja.jar java/sun-7/lib/visualvm/platform/modules/locale/org-netbeans-modules-javahelp_zh_CN.jar +java/sun-7/lib/visualvm/platform/modules/locale/org-netbeans-modules-keyring-fallback_ja.jar +java/sun-7/lib/visualvm/platform/modules/locale/org-netbeans-modules-keyring-fallback_zh_CN.jar java/sun-7/lib/visualvm/platform/modules/locale/org-netbeans-modules-keyring-impl_ja.jar java/sun-7/lib/visualvm/platform/modules/locale/org-netbeans-modules-keyring-impl_zh_CN.jar java/sun-7/lib/visualvm/platform/modules/locale/org-netbeans-modules-keyring_ja.jar java/sun-7/lib/visualvm/platform/modules/locale/org-netbeans-modules-keyring_zh_CN.jar +java/sun-7/lib/visualvm/platform/modules/locale/org-netbeans-modules-masterfs-nio2_ja.jar +java/sun-7/lib/visualvm/platform/modules/locale/org-netbeans-modules-masterfs-nio2_zh_CN.jar java/sun-7/lib/visualvm/platform/modules/locale/org-netbeans-modules-masterfs_ja.jar java/sun-7/lib/visualvm/platform/modules/locale/org-netbeans-modules-masterfs_zh_CN.jar java/sun-7/lib/visualvm/platform/modules/locale/org-netbeans-modules-options-api_ja.jar @@ -287,6 +300,10 @@ java/sun-7/lib/visualvm/platform/modules/locale/org-netbeans-modules-settings_ja java/sun-7/lib/visualvm/platform/modules/locale/org-netbeans-modules-settings_zh_CN.jar java/sun-7/lib/visualvm/platform/modules/locale/org-netbeans-modules-spi-actions_ja.jar java/sun-7/lib/visualvm/platform/modules/locale/org-netbeans-modules-spi-actions_zh_CN.jar +java/sun-7/lib/visualvm/platform/modules/locale/org-netbeans-modules-templates_ja.jar +java/sun-7/lib/visualvm/platform/modules/locale/org-netbeans-modules-templates_zh_CN.jar +java/sun-7/lib/visualvm/platform/modules/locale/org-netbeans-modules-uihandler_ja.jar +java/sun-7/lib/visualvm/platform/modules/locale/org-netbeans-modules-uihandler_zh_CN.jar java/sun-7/lib/visualvm/platform/modules/locale/org-netbeans-spi-quicksearch_ja.jar java/sun-7/lib/visualvm/platform/modules/locale/org-netbeans-spi-quicksearch_zh_CN.jar java/sun-7/lib/visualvm/platform/modules/locale/org-netbeans-swing-outline_ja.jar @@ -327,11 +344,13 @@ java/sun-7/lib/visualvm/platform/modules/org-netbeans-api-search.jar java/sun-7/lib/visualvm/platform/modules/org-netbeans-api-visual.jar java/sun-7/lib/visualvm/platform/modules/org-netbeans-core-execution.jar java/sun-7/lib/visualvm/platform/modules/org-netbeans-core-io-ui.jar +java/sun-7/lib/visualvm/platform/modules/org-netbeans-core-multitabs.jar java/sun-7/lib/visualvm/platform/modules/org-netbeans-core-multiview.jar java/sun-7/lib/visualvm/platform/modules/org-netbeans-core-output2.jar java/sun-7/lib/visualvm/platform/modules/org-netbeans-core-ui.jar java/sun-7/lib/visualvm/platform/modules/org-netbeans-core-windows.jar java/sun-7/lib/visualvm/platform/modules/org-netbeans-core.jar +java/sun-7/lib/visualvm/platform/modules/org-netbeans-lib-uihandler.jar java/sun-7/lib/visualvm/platform/modules/org-netbeans-modules-applemenu.jar java/sun-7/lib/visualvm/platform/modules/org-netbeans-modules-autoupdate-cli.jar java/sun-7/lib/visualvm/platform/modules/org-netbeans-modules-autoupdate-services.jar @@ -341,8 +360,10 @@ java/sun-7/lib/visualvm/platform/modules/org-netbeans-modules-editor-mimelookup- java/sun-7/lib/visualvm/platform/modules/org-netbeans-modules-editor-mimelookup.jar java/sun-7/lib/visualvm/platform/modules/org-netbeans-modules-favorites.jar java/sun-7/lib/visualvm/platform/modules/org-netbeans-modules-javahelp.jar +java/sun-7/lib/visualvm/platform/modules/org-netbeans-modules-keyring-fallback.jar java/sun-7/lib/visualvm/platform/modules/org-netbeans-modules-keyring-impl.jar java/sun-7/lib/visualvm/platform/modules/org-netbeans-modules-keyring.jar +java/sun-7/lib/visualvm/platform/modules/org-netbeans-modules-masterfs-nio2.jar java/sun-7/lib/visualvm/platform/modules/org-netbeans-modules-masterfs.jar java/sun-7/lib/visualvm/platform/modules/org-netbeans-modules-options-api.jar java/sun-7/lib/visualvm/platform/modules/org-netbeans-modules-options-keymap.jar @@ -353,6 +374,8 @@ java/sun-7/lib/visualvm/platform/modules/org-netbeans-modules-sampler.jar java/sun-7/lib/visualvm/platform/modules/org-netbeans-modules-sendopts.jar java/sun-7/lib/visualvm/platform/modules/org-netbeans-modules-settings.jar java/sun-7/lib/visualvm/platform/modules/org-netbeans-modules-spi-actions.jar +java/sun-7/lib/visualvm/platform/modules/org-netbeans-modules-templates.jar +java/sun-7/lib/visualvm/platform/modules/org-netbeans-modules-uihandler.jar java/sun-7/lib/visualvm/platform/modules/org-netbeans-spi-quicksearch.jar java/sun-7/lib/visualvm/platform/modules/org-netbeans-swing-outline.jar java/sun-7/lib/visualvm/platform/modules/org-netbeans-swing-plaf.jar @@ -377,12 +400,14 @@ java/sun-7/lib/visualvm/platform/update_tracking/org-netbeans-api-visual.xml java/sun-7/lib/visualvm/platform/update_tracking/org-netbeans-bootstrap.xml java/sun-7/lib/visualvm/platform/update_tracking/org-netbeans-core-execution.xml java/sun-7/lib/visualvm/platform/update_tracking/org-netbeans-core-io-ui.xml +java/sun-7/lib/visualvm/platform/update_tracking/org-netbeans-core-multitabs.xml java/sun-7/lib/visualvm/platform/update_tracking/org-netbeans-core-multiview.xml java/sun-7/lib/visualvm/platform/update_tracking/org-netbeans-core-output2.xml java/sun-7/lib/visualvm/platform/update_tracking/org-netbeans-core-startup.xml java/sun-7/lib/visualvm/platform/update_tracking/org-netbeans-core-ui.xml java/sun-7/lib/visualvm/platform/update_tracking/org-netbeans-core-windows.xml java/sun-7/lib/visualvm/platform/update_tracking/org-netbeans-core.xml +java/sun-7/lib/visualvm/platform/update_tracking/org-netbeans-lib-uihandler.xml java/sun-7/lib/visualvm/platform/update_tracking/org-netbeans-modules-applemenu.xml java/sun-7/lib/visualvm/platform/update_tracking/org-netbeans-modules-autoupdate-cli.xml java/sun-7/lib/visualvm/platform/update_tracking/org-netbeans-modules-autoupdate-services.xml @@ -392,8 +417,10 @@ java/sun-7/lib/visualvm/platform/update_tracking/org-netbeans-modules-editor-mim java/sun-7/lib/visualvm/platform/update_tracking/org-netbeans-modules-editor-mimelookup.xml java/sun-7/lib/visualvm/platform/update_tracking/org-netbeans-modules-favorites.xml java/sun-7/lib/visualvm/platform/update_tracking/org-netbeans-modules-javahelp.xml +java/sun-7/lib/visualvm/platform/update_tracking/org-netbeans-modules-keyring-fallback.xml java/sun-7/lib/visualvm/platform/update_tracking/org-netbeans-modules-keyring-impl.xml java/sun-7/lib/visualvm/platform/update_tracking/org-netbeans-modules-keyring.xml +java/sun-7/lib/visualvm/platform/update_tracking/org-netbeans-modules-masterfs-nio2.xml java/sun-7/lib/visualvm/platform/update_tracking/org-netbeans-modules-masterfs.xml java/sun-7/lib/visualvm/platform/update_tracking/org-netbeans-modules-options-api.xml java/sun-7/lib/visualvm/platform/update_tracking/org-netbeans-modules-options-keymap.xml @@ -404,6 +431,8 @@ java/sun-7/lib/visualvm/platform/update_tracking/org-netbeans-modules-sampler.xm java/sun-7/lib/visualvm/platform/update_tracking/org-netbeans-modules-sendopts.xml java/sun-7/lib/visualvm/platform/update_tracking/org-netbeans-modules-settings.xml java/sun-7/lib/visualvm/platform/update_tracking/org-netbeans-modules-spi-actions.xml +java/sun-7/lib/visualvm/platform/update_tracking/org-netbeans-modules-templates.xml +java/sun-7/lib/visualvm/platform/update_tracking/org-netbeans-modules-uihandler.xml java/sun-7/lib/visualvm/platform/update_tracking/org-netbeans-spi-quicksearch.xml java/sun-7/lib/visualvm/platform/update_tracking/org-netbeans-swing-outline.xml java/sun-7/lib/visualvm/platform/update_tracking/org-netbeans-swing-plaf.xml @@ -440,10 +469,8 @@ java/sun-7/lib/visualvm/profiler/config/Modules/org-netbeans-modules-profiler-se java/sun-7/lib/visualvm/profiler/config/Modules/org-netbeans-modules-profiler-snaptracer.xml java/sun-7/lib/visualvm/profiler/config/Modules/org-netbeans-modules-profiler-utilities.xml java/sun-7/lib/visualvm/profiler/config/Modules/org-netbeans-modules-profiler.xml -java/sun-7/lib/visualvm/profiler/lib/deployed/jdk15/solaris-amd64/libprofilerinterface.so -java/sun-7/lib/visualvm/profiler/lib/deployed/jdk15/solaris-i386/libprofilerinterface.so -java/sun-7/lib/visualvm/profiler/lib/deployed/jdk16/solaris-amd64/libprofilerinterface.so -java/sun-7/lib/visualvm/profiler/lib/deployed/jdk16/solaris-i386/libprofilerinterface.so +java/sun-7/lib/visualvm/profiler/lib/deployed/jdk15/linux-amd64/libprofilerinterface.so +java/sun-7/lib/visualvm/profiler/lib/deployed/jdk16/linux-amd64/libprofilerinterface.so java/sun-7/lib/visualvm/profiler/lib/jfluid-server-15.jar java/sun-7/lib/visualvm/profiler/lib/jfluid-server.jar java/sun-7/lib/visualvm/profiler/lib/locale/jfluid-server_ja.jar @@ -527,11 +554,14 @@ java/sun-7/lib/visualvm/visualvm/config/Modules/org-netbeans-api-visual.xml_hidd java/sun-7/lib/visualvm/visualvm/config/Modules/org-netbeans-core-execution.xml_hidden java/sun-7/lib/visualvm/visualvm/config/Modules/org-netbeans-core-io-ui.xml_hidden java/sun-7/lib/visualvm/visualvm/config/Modules/org-netbeans-core-output2.xml_hidden +java/sun-7/lib/visualvm/visualvm/config/Modules/org-netbeans-lib-uihandler.xml_hidden java/sun-7/lib/visualvm/visualvm/config/Modules/org-netbeans-modules-core-kit.xml_hidden java/sun-7/lib/visualvm/visualvm/config/Modules/org-netbeans-modules-favorites.xml_hidden java/sun-7/lib/visualvm/visualvm/config/Modules/org-netbeans-modules-options-keymap.xml_hidden java/sun-7/lib/visualvm/visualvm/config/Modules/org-netbeans-modules-print.xml_hidden java/sun-7/lib/visualvm/visualvm/config/Modules/org-netbeans-modules-spi-actions.xml_hidden +java/sun-7/lib/visualvm/visualvm/config/Modules/org-netbeans-modules-templates.xml_hidden +java/sun-7/lib/visualvm/visualvm/config/Modules/org-netbeans-modules-uihandler.xml_hidden java/sun-7/lib/visualvm/visualvm/config/Modules/org-openide-compat.xml_hidden java/sun-7/lib/visualvm/visualvm/config/Modules/org-openide-execution.xml_hidden java/sun-7/lib/visualvm/visualvm/config/Modules/org-openide-options.xml_hidden diff --git a/lang/sun-jdk7/distinfo b/lang/sun-jdk7/distinfo index cc7828b469501..f63a6c9463e88 100644 --- a/lang/sun-jdk7/distinfo +++ b/lang/sun-jdk7/distinfo @@ -1,14 +1,6 @@ -$NetBSD: distinfo,v 1.18 2014/11/15 21:01:26 ryoon Exp $ +$NetBSD: distinfo,v 1.19 2016/05/08 17:23:28 christos Exp $ -SHA1 (jdk-7u72-linux-i586.tar.gz) = d2662271e8e07fd3b82a991f806a6ffe13e46cf5 -RMD160 (jdk-7u72-linux-i586.tar.gz) = e4f664b5d8b5feb992c653f2bb8cc18555a6c803 -Size (jdk-7u72-linux-i586.tar.gz) = 143400874 bytes -SHA1 (jdk-7u72-linux-x64.tar.gz) = 6b11364b36c41b382c399840f190a1d3963974c7 -RMD160 (jdk-7u72-linux-x64.tar.gz) = 1be66a5588040aa4695970ddb34440ae8997cb04 -Size (jdk-7u72-linux-x64.tar.gz) = 142225987 bytes -SHA1 (jdk-7u72-solaris-i586.tar.gz) = 5ba8c003e6871ac904fe8dd4089ee60fac86086d -RMD160 (jdk-7u72-solaris-i586.tar.gz) = 18549ef1a0cb765a7d4ebbf51cc5bffdae8c7b82 -Size (jdk-7u72-solaris-i586.tar.gz) = 100126662 bytes -SHA1 (jdk-7u72-solaris-x64.tar.gz) = b64bd9cc364b9c27742a9ae2a17ac384be7bf42c -RMD160 (jdk-7u72-solaris-x64.tar.gz) = 2ec0f25884a62bb8e7188cbd2cb0dcd38d580a90 -Size (jdk-7u72-solaris-x64.tar.gz) = 17129872 bytes +SHA1 (jdk-7u80-linux-x64.tar.gz) = 21e5e18c3511def01590994e926a4350c0509f01 +RMD160 (jdk-7u80-linux-x64.tar.gz) = c519e687374915166441995d4e3951b52bb2f82b +SHA512 (jdk-7u80-linux-x64.tar.gz) = a772878f740e87835bafc82841e8f4c1dfbe8bc79e072d3f6c5c74d3a206eb9001a53b474d91a22819c7c0d6407ed88993635c39738779c2b08c22c7a1c2e9e9 +Size (jdk-7u80-linux-x64.tar.gz) = 153530841 bytes diff --git a/lang/sun-jre7/Makefile b/lang/sun-jre7/Makefile index a41a5588f5c68..e24661d01f6c2 100644 --- a/lang/sun-jre7/Makefile +++ b/lang/sun-jre7/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2016/03/10 16:04:13 jperkin Exp $ +# $NetBSD: Makefile,v 1.25 2016/05/08 17:23:29 christos Exp $ # Note: Regen distinfo with PKG_OPTIONS.sun-jre7+=sun-jre-jce # Note: Update DOWNLOAD_NAME when you update the JRE version @@ -7,7 +7,7 @@ DISTNAME= jre-7u${UPDATE_NUMBER}-${DIST_OS}-${DIST_ARCH} PKGNAME= sun-jre7-7.0.${UPDATE_NUMBER} -PKGREVISION= 1 +#PKGREVISION= 1 MASTER_SITES= # empty LICENSE= oracle-binary-code-license diff --git a/lang/sun-jre7/Makefile.common b/lang/sun-jre7/Makefile.common index f215acef50ee9..343215826ee3d 100644 --- a/lang/sun-jre7/Makefile.common +++ b/lang/sun-jre7/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.10 2016/03/10 16:04:13 jperkin Exp $ +# $NetBSD: Makefile.common,v 1.11 2016/05/08 17:23:29 christos Exp $ # used by lang/sun-jre7/Makefile # used by lang/sun-jdk7/Makefile @@ -21,7 +21,7 @@ EMUL_PLATFORMS= linux-i386 linux-x86_64 solaris-i386 solaris-x86_64 USE_TOOLS+= pax # JDK7 Update number -UPDATE_NUMBER= 72 +UPDATE_NUMBER= 80 .include "../../mk/bsd.prefs.mk" diff --git a/lang/sun-jre7/PLIST.linux-i386 b/lang/sun-jre7/PLIST.linux-i386 index 19e02169b00e8..292d616750584 100644 --- a/lang/sun-jre7/PLIST.linux-i386 +++ b/lang/sun-jre7/PLIST.linux-i386 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST.linux-i386,v 1.5 2014/06/06 14:28:40 ryoon Exp $ +@comment $NetBSD: PLIST.linux-i386,v 1.6 2016/05/08 17:23:29 christos Exp $ bin/sun7-java bin/sun7-javaws bin/sun7-keytool @@ -271,52 +271,19 @@ java/sun-7/lib/security/trusted.libraries java/sun-7/lib/sound.properties.default java/sun-7/lib/zi/Africa/Abidjan java/sun-7/lib/zi/Africa/Accra -java/sun-7/lib/zi/Africa/Addis_Ababa java/sun-7/lib/zi/Africa/Algiers -java/sun-7/lib/zi/Africa/Asmara -java/sun-7/lib/zi/Africa/Bamako -java/sun-7/lib/zi/Africa/Bangui -java/sun-7/lib/zi/Africa/Banjul java/sun-7/lib/zi/Africa/Bissau -java/sun-7/lib/zi/Africa/Blantyre -java/sun-7/lib/zi/Africa/Brazzaville -java/sun-7/lib/zi/Africa/Bujumbura java/sun-7/lib/zi/Africa/Cairo java/sun-7/lib/zi/Africa/Casablanca java/sun-7/lib/zi/Africa/Ceuta -java/sun-7/lib/zi/Africa/Conakry -java/sun-7/lib/zi/Africa/Dakar -java/sun-7/lib/zi/Africa/Dar_es_Salaam -java/sun-7/lib/zi/Africa/Djibouti -java/sun-7/lib/zi/Africa/Douala java/sun-7/lib/zi/Africa/El_Aaiun -java/sun-7/lib/zi/Africa/Freetown -java/sun-7/lib/zi/Africa/Gaborone -java/sun-7/lib/zi/Africa/Harare java/sun-7/lib/zi/Africa/Johannesburg -java/sun-7/lib/zi/Africa/Kampala java/sun-7/lib/zi/Africa/Khartoum -java/sun-7/lib/zi/Africa/Kigali -java/sun-7/lib/zi/Africa/Kinshasa java/sun-7/lib/zi/Africa/Lagos -java/sun-7/lib/zi/Africa/Libreville -java/sun-7/lib/zi/Africa/Lome -java/sun-7/lib/zi/Africa/Luanda -java/sun-7/lib/zi/Africa/Lubumbashi -java/sun-7/lib/zi/Africa/Lusaka -java/sun-7/lib/zi/Africa/Malabo java/sun-7/lib/zi/Africa/Maputo -java/sun-7/lib/zi/Africa/Maseru -java/sun-7/lib/zi/Africa/Mbabane -java/sun-7/lib/zi/Africa/Mogadishu java/sun-7/lib/zi/Africa/Monrovia java/sun-7/lib/zi/Africa/Nairobi java/sun-7/lib/zi/Africa/Ndjamena -java/sun-7/lib/zi/Africa/Niamey -java/sun-7/lib/zi/Africa/Nouakchott -java/sun-7/lib/zi/Africa/Ouagadougou -java/sun-7/lib/zi/Africa/Porto-Novo -java/sun-7/lib/zi/Africa/Sao_Tome java/sun-7/lib/zi/Africa/Tripoli java/sun-7/lib/zi/Africa/Tunis java/sun-7/lib/zi/Africa/Windhoek @@ -462,7 +429,6 @@ java/sun-7/lib/zi/Antarctica/Rothera java/sun-7/lib/zi/Antarctica/Syowa java/sun-7/lib/zi/Antarctica/Troll java/sun-7/lib/zi/Antarctica/Vostok -java/sun-7/lib/zi/Asia/Aden java/sun-7/lib/zi/Asia/Almaty java/sun-7/lib/zi/Asia/Amman java/sun-7/lib/zi/Asia/Anadyr @@ -470,14 +436,13 @@ java/sun-7/lib/zi/Asia/Aqtau java/sun-7/lib/zi/Asia/Aqtobe java/sun-7/lib/zi/Asia/Ashgabat java/sun-7/lib/zi/Asia/Baghdad -java/sun-7/lib/zi/Asia/Bahrain java/sun-7/lib/zi/Asia/Baku java/sun-7/lib/zi/Asia/Bangkok java/sun-7/lib/zi/Asia/Beirut java/sun-7/lib/zi/Asia/Bishkek java/sun-7/lib/zi/Asia/Brunei +java/sun-7/lib/zi/Asia/Chita java/sun-7/lib/zi/Asia/Choibalsan -java/sun-7/lib/zi/Asia/Chongqing java/sun-7/lib/zi/Asia/Colombo java/sun-7/lib/zi/Asia/Damascus java/sun-7/lib/zi/Asia/Dhaka @@ -485,7 +450,6 @@ java/sun-7/lib/zi/Asia/Dili java/sun-7/lib/zi/Asia/Dubai java/sun-7/lib/zi/Asia/Dushanbe java/sun-7/lib/zi/Asia/Gaza -java/sun-7/lib/zi/Asia/Harbin java/sun-7/lib/zi/Asia/Hebron java/sun-7/lib/zi/Asia/Ho_Chi_Minh java/sun-7/lib/zi/Asia/Hong_Kong @@ -497,25 +461,21 @@ java/sun-7/lib/zi/Asia/Jerusalem java/sun-7/lib/zi/Asia/Kabul java/sun-7/lib/zi/Asia/Kamchatka java/sun-7/lib/zi/Asia/Karachi -java/sun-7/lib/zi/Asia/Kashgar java/sun-7/lib/zi/Asia/Kathmandu java/sun-7/lib/zi/Asia/Khandyga java/sun-7/lib/zi/Asia/Kolkata java/sun-7/lib/zi/Asia/Krasnoyarsk java/sun-7/lib/zi/Asia/Kuala_Lumpur java/sun-7/lib/zi/Asia/Kuching -java/sun-7/lib/zi/Asia/Kuwait java/sun-7/lib/zi/Asia/Macau java/sun-7/lib/zi/Asia/Magadan java/sun-7/lib/zi/Asia/Makassar java/sun-7/lib/zi/Asia/Manila -java/sun-7/lib/zi/Asia/Muscat java/sun-7/lib/zi/Asia/Nicosia java/sun-7/lib/zi/Asia/Novokuznetsk java/sun-7/lib/zi/Asia/Novosibirsk java/sun-7/lib/zi/Asia/Omsk java/sun-7/lib/zi/Asia/Oral -java/sun-7/lib/zi/Asia/Phnom_Penh java/sun-7/lib/zi/Asia/Pontianak java/sun-7/lib/zi/Asia/Pyongyang java/sun-7/lib/zi/Asia/Qatar @@ -530,6 +490,7 @@ java/sun-7/lib/zi/Asia/Samarkand java/sun-7/lib/zi/Asia/Seoul java/sun-7/lib/zi/Asia/Shanghai java/sun-7/lib/zi/Asia/Singapore +java/sun-7/lib/zi/Asia/Srednekolymsk java/sun-7/lib/zi/Asia/Taipei java/sun-7/lib/zi/Asia/Tashkent java/sun-7/lib/zi/Asia/Tbilisi @@ -539,7 +500,6 @@ java/sun-7/lib/zi/Asia/Tokyo java/sun-7/lib/zi/Asia/Ulaanbaatar java/sun-7/lib/zi/Asia/Urumqi java/sun-7/lib/zi/Asia/Ust-Nera -java/sun-7/lib/zi/Asia/Vientiane java/sun-7/lib/zi/Asia/Vladivostok java/sun-7/lib/zi/Asia/Yakutsk java/sun-7/lib/zi/Asia/Yekaterinburg @@ -552,7 +512,6 @@ java/sun-7/lib/zi/Atlantic/Faroe java/sun-7/lib/zi/Atlantic/Madeira java/sun-7/lib/zi/Atlantic/Reykjavik java/sun-7/lib/zi/Atlantic/South_Georgia -java/sun-7/lib/zi/Atlantic/St_Helena java/sun-7/lib/zi/Atlantic/Stanley java/sun-7/lib/zi/Australia/Adelaide java/sun-7/lib/zi/Australia/Brisbane @@ -644,16 +603,13 @@ java/sun-7/lib/zi/Europe/Zaporozhye java/sun-7/lib/zi/Europe/Zurich java/sun-7/lib/zi/GMT java/sun-7/lib/zi/HST -java/sun-7/lib/zi/Indian/Antananarivo java/sun-7/lib/zi/Indian/Chagos java/sun-7/lib/zi/Indian/Christmas java/sun-7/lib/zi/Indian/Cocos -java/sun-7/lib/zi/Indian/Comoro java/sun-7/lib/zi/Indian/Kerguelen java/sun-7/lib/zi/Indian/Mahe java/sun-7/lib/zi/Indian/Maldives java/sun-7/lib/zi/Indian/Mauritius -java/sun-7/lib/zi/Indian/Mayotte java/sun-7/lib/zi/Indian/Reunion java/sun-7/lib/zi/MET java/sun-7/lib/zi/MST @@ -661,6 +617,7 @@ java/sun-7/lib/zi/MST7MDT java/sun-7/lib/zi/PST8PDT java/sun-7/lib/zi/Pacific/Apia java/sun-7/lib/zi/Pacific/Auckland +java/sun-7/lib/zi/Pacific/Bougainville java/sun-7/lib/zi/Pacific/Chatham java/sun-7/lib/zi/Pacific/Chuuk java/sun-7/lib/zi/Pacific/Easter diff --git a/lang/sun-jre7/PLIST.linux-x86_64 b/lang/sun-jre7/PLIST.linux-x86_64 index 1e4694ae71d5c..af121c94d2094 100644 --- a/lang/sun-jre7/PLIST.linux-x86_64 +++ b/lang/sun-jre7/PLIST.linux-x86_64 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST.linux-x86_64,v 1.8 2014/06/06 14:28:40 ryoon Exp $ +@comment $NetBSD: PLIST.linux-x86_64,v 1.9 2016/05/08 17:23:29 christos Exp $ bin/sun7-java bin/sun7-javaws bin/sun7-keytool @@ -274,52 +274,19 @@ java/sun-7/lib/security/trusted.libraries java/sun-7/lib/sound.properties.default java/sun-7/lib/zi/Africa/Abidjan java/sun-7/lib/zi/Africa/Accra -java/sun-7/lib/zi/Africa/Addis_Ababa java/sun-7/lib/zi/Africa/Algiers -java/sun-7/lib/zi/Africa/Asmara -java/sun-7/lib/zi/Africa/Bamako -java/sun-7/lib/zi/Africa/Bangui -java/sun-7/lib/zi/Africa/Banjul java/sun-7/lib/zi/Africa/Bissau -java/sun-7/lib/zi/Africa/Blantyre -java/sun-7/lib/zi/Africa/Brazzaville -java/sun-7/lib/zi/Africa/Bujumbura java/sun-7/lib/zi/Africa/Cairo java/sun-7/lib/zi/Africa/Casablanca java/sun-7/lib/zi/Africa/Ceuta -java/sun-7/lib/zi/Africa/Conakry -java/sun-7/lib/zi/Africa/Dakar -java/sun-7/lib/zi/Africa/Dar_es_Salaam -java/sun-7/lib/zi/Africa/Djibouti -java/sun-7/lib/zi/Africa/Douala java/sun-7/lib/zi/Africa/El_Aaiun -java/sun-7/lib/zi/Africa/Freetown -java/sun-7/lib/zi/Africa/Gaborone -java/sun-7/lib/zi/Africa/Harare java/sun-7/lib/zi/Africa/Johannesburg -java/sun-7/lib/zi/Africa/Kampala java/sun-7/lib/zi/Africa/Khartoum -java/sun-7/lib/zi/Africa/Kigali -java/sun-7/lib/zi/Africa/Kinshasa java/sun-7/lib/zi/Africa/Lagos -java/sun-7/lib/zi/Africa/Libreville -java/sun-7/lib/zi/Africa/Lome -java/sun-7/lib/zi/Africa/Luanda -java/sun-7/lib/zi/Africa/Lubumbashi -java/sun-7/lib/zi/Africa/Lusaka -java/sun-7/lib/zi/Africa/Malabo java/sun-7/lib/zi/Africa/Maputo -java/sun-7/lib/zi/Africa/Maseru -java/sun-7/lib/zi/Africa/Mbabane -java/sun-7/lib/zi/Africa/Mogadishu java/sun-7/lib/zi/Africa/Monrovia java/sun-7/lib/zi/Africa/Nairobi java/sun-7/lib/zi/Africa/Ndjamena -java/sun-7/lib/zi/Africa/Niamey -java/sun-7/lib/zi/Africa/Nouakchott -java/sun-7/lib/zi/Africa/Ouagadougou -java/sun-7/lib/zi/Africa/Porto-Novo -java/sun-7/lib/zi/Africa/Sao_Tome java/sun-7/lib/zi/Africa/Tripoli java/sun-7/lib/zi/Africa/Tunis java/sun-7/lib/zi/Africa/Windhoek @@ -465,7 +432,6 @@ java/sun-7/lib/zi/Antarctica/Rothera java/sun-7/lib/zi/Antarctica/Syowa java/sun-7/lib/zi/Antarctica/Troll java/sun-7/lib/zi/Antarctica/Vostok -java/sun-7/lib/zi/Asia/Aden java/sun-7/lib/zi/Asia/Almaty java/sun-7/lib/zi/Asia/Amman java/sun-7/lib/zi/Asia/Anadyr @@ -473,14 +439,13 @@ java/sun-7/lib/zi/Asia/Aqtau java/sun-7/lib/zi/Asia/Aqtobe java/sun-7/lib/zi/Asia/Ashgabat java/sun-7/lib/zi/Asia/Baghdad -java/sun-7/lib/zi/Asia/Bahrain java/sun-7/lib/zi/Asia/Baku java/sun-7/lib/zi/Asia/Bangkok java/sun-7/lib/zi/Asia/Beirut java/sun-7/lib/zi/Asia/Bishkek java/sun-7/lib/zi/Asia/Brunei +java/sun-7/lib/zi/Asia/Chita java/sun-7/lib/zi/Asia/Choibalsan -java/sun-7/lib/zi/Asia/Chongqing java/sun-7/lib/zi/Asia/Colombo java/sun-7/lib/zi/Asia/Damascus java/sun-7/lib/zi/Asia/Dhaka @@ -488,7 +453,6 @@ java/sun-7/lib/zi/Asia/Dili java/sun-7/lib/zi/Asia/Dubai java/sun-7/lib/zi/Asia/Dushanbe java/sun-7/lib/zi/Asia/Gaza -java/sun-7/lib/zi/Asia/Harbin java/sun-7/lib/zi/Asia/Hebron java/sun-7/lib/zi/Asia/Ho_Chi_Minh java/sun-7/lib/zi/Asia/Hong_Kong @@ -500,25 +464,21 @@ java/sun-7/lib/zi/Asia/Jerusalem java/sun-7/lib/zi/Asia/Kabul java/sun-7/lib/zi/Asia/Kamchatka java/sun-7/lib/zi/Asia/Karachi -java/sun-7/lib/zi/Asia/Kashgar java/sun-7/lib/zi/Asia/Kathmandu java/sun-7/lib/zi/Asia/Khandyga java/sun-7/lib/zi/Asia/Kolkata java/sun-7/lib/zi/Asia/Krasnoyarsk java/sun-7/lib/zi/Asia/Kuala_Lumpur java/sun-7/lib/zi/Asia/Kuching -java/sun-7/lib/zi/Asia/Kuwait java/sun-7/lib/zi/Asia/Macau java/sun-7/lib/zi/Asia/Magadan java/sun-7/lib/zi/Asia/Makassar java/sun-7/lib/zi/Asia/Manila -java/sun-7/lib/zi/Asia/Muscat java/sun-7/lib/zi/Asia/Nicosia java/sun-7/lib/zi/Asia/Novokuznetsk java/sun-7/lib/zi/Asia/Novosibirsk java/sun-7/lib/zi/Asia/Omsk java/sun-7/lib/zi/Asia/Oral -java/sun-7/lib/zi/Asia/Phnom_Penh java/sun-7/lib/zi/Asia/Pontianak java/sun-7/lib/zi/Asia/Pyongyang java/sun-7/lib/zi/Asia/Qatar @@ -533,6 +493,7 @@ java/sun-7/lib/zi/Asia/Samarkand java/sun-7/lib/zi/Asia/Seoul java/sun-7/lib/zi/Asia/Shanghai java/sun-7/lib/zi/Asia/Singapore +java/sun-7/lib/zi/Asia/Srednekolymsk java/sun-7/lib/zi/Asia/Taipei java/sun-7/lib/zi/Asia/Tashkent java/sun-7/lib/zi/Asia/Tbilisi @@ -542,7 +503,6 @@ java/sun-7/lib/zi/Asia/Tokyo java/sun-7/lib/zi/Asia/Ulaanbaatar java/sun-7/lib/zi/Asia/Urumqi java/sun-7/lib/zi/Asia/Ust-Nera -java/sun-7/lib/zi/Asia/Vientiane java/sun-7/lib/zi/Asia/Vladivostok java/sun-7/lib/zi/Asia/Yakutsk java/sun-7/lib/zi/Asia/Yekaterinburg @@ -555,7 +515,6 @@ java/sun-7/lib/zi/Atlantic/Faroe java/sun-7/lib/zi/Atlantic/Madeira java/sun-7/lib/zi/Atlantic/Reykjavik java/sun-7/lib/zi/Atlantic/South_Georgia -java/sun-7/lib/zi/Atlantic/St_Helena java/sun-7/lib/zi/Atlantic/Stanley java/sun-7/lib/zi/Australia/Adelaide java/sun-7/lib/zi/Australia/Brisbane @@ -647,16 +606,13 @@ java/sun-7/lib/zi/Europe/Zaporozhye java/sun-7/lib/zi/Europe/Zurich java/sun-7/lib/zi/GMT java/sun-7/lib/zi/HST -java/sun-7/lib/zi/Indian/Antananarivo java/sun-7/lib/zi/Indian/Chagos java/sun-7/lib/zi/Indian/Christmas java/sun-7/lib/zi/Indian/Cocos -java/sun-7/lib/zi/Indian/Comoro java/sun-7/lib/zi/Indian/Kerguelen java/sun-7/lib/zi/Indian/Mahe java/sun-7/lib/zi/Indian/Maldives java/sun-7/lib/zi/Indian/Mauritius -java/sun-7/lib/zi/Indian/Mayotte java/sun-7/lib/zi/Indian/Reunion java/sun-7/lib/zi/MET java/sun-7/lib/zi/MST @@ -664,6 +620,7 @@ java/sun-7/lib/zi/MST7MDT java/sun-7/lib/zi/PST8PDT java/sun-7/lib/zi/Pacific/Apia java/sun-7/lib/zi/Pacific/Auckland +java/sun-7/lib/zi/Pacific/Bougainville java/sun-7/lib/zi/Pacific/Chatham java/sun-7/lib/zi/Pacific/Chuuk java/sun-7/lib/zi/Pacific/Easter diff --git a/lang/sun-jre7/PLIST.solaris-i386 b/lang/sun-jre7/PLIST.solaris-i386 index 38ed50b194408..8d1630d9e4f27 100644 --- a/lang/sun-jre7/PLIST.solaris-i386 +++ b/lang/sun-jre7/PLIST.solaris-i386 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST.solaris-i386,v 1.7 2014/06/06 14:28:40 ryoon Exp $ +@comment $NetBSD: PLIST.solaris-i386,v 1.8 2016/05/08 17:23:29 christos Exp $ bin/sun7-java bin/sun7-javaws bin/sun7-keytool @@ -254,52 +254,19 @@ java/sun-7/lib/security/ucrypto-solaris.cfg.default java/sun-7/lib/sound.properties.default java/sun-7/lib/zi/Africa/Abidjan java/sun-7/lib/zi/Africa/Accra -java/sun-7/lib/zi/Africa/Addis_Ababa java/sun-7/lib/zi/Africa/Algiers -java/sun-7/lib/zi/Africa/Asmara -java/sun-7/lib/zi/Africa/Bamako -java/sun-7/lib/zi/Africa/Bangui -java/sun-7/lib/zi/Africa/Banjul java/sun-7/lib/zi/Africa/Bissau -java/sun-7/lib/zi/Africa/Blantyre -java/sun-7/lib/zi/Africa/Brazzaville -java/sun-7/lib/zi/Africa/Bujumbura java/sun-7/lib/zi/Africa/Cairo java/sun-7/lib/zi/Africa/Casablanca java/sun-7/lib/zi/Africa/Ceuta -java/sun-7/lib/zi/Africa/Conakry -java/sun-7/lib/zi/Africa/Dakar -java/sun-7/lib/zi/Africa/Dar_es_Salaam -java/sun-7/lib/zi/Africa/Djibouti -java/sun-7/lib/zi/Africa/Douala java/sun-7/lib/zi/Africa/El_Aaiun -java/sun-7/lib/zi/Africa/Freetown -java/sun-7/lib/zi/Africa/Gaborone -java/sun-7/lib/zi/Africa/Harare java/sun-7/lib/zi/Africa/Johannesburg -java/sun-7/lib/zi/Africa/Kampala java/sun-7/lib/zi/Africa/Khartoum -java/sun-7/lib/zi/Africa/Kigali -java/sun-7/lib/zi/Africa/Kinshasa java/sun-7/lib/zi/Africa/Lagos -java/sun-7/lib/zi/Africa/Libreville -java/sun-7/lib/zi/Africa/Lome -java/sun-7/lib/zi/Africa/Luanda -java/sun-7/lib/zi/Africa/Lubumbashi -java/sun-7/lib/zi/Africa/Lusaka -java/sun-7/lib/zi/Africa/Malabo java/sun-7/lib/zi/Africa/Maputo -java/sun-7/lib/zi/Africa/Maseru -java/sun-7/lib/zi/Africa/Mbabane -java/sun-7/lib/zi/Africa/Mogadishu java/sun-7/lib/zi/Africa/Monrovia java/sun-7/lib/zi/Africa/Nairobi java/sun-7/lib/zi/Africa/Ndjamena -java/sun-7/lib/zi/Africa/Niamey -java/sun-7/lib/zi/Africa/Nouakchott -java/sun-7/lib/zi/Africa/Ouagadougou -java/sun-7/lib/zi/Africa/Porto-Novo -java/sun-7/lib/zi/Africa/Sao_Tome java/sun-7/lib/zi/Africa/Tripoli java/sun-7/lib/zi/Africa/Tunis java/sun-7/lib/zi/Africa/Windhoek @@ -445,7 +412,6 @@ java/sun-7/lib/zi/Antarctica/Rothera java/sun-7/lib/zi/Antarctica/Syowa java/sun-7/lib/zi/Antarctica/Troll java/sun-7/lib/zi/Antarctica/Vostok -java/sun-7/lib/zi/Asia/Aden java/sun-7/lib/zi/Asia/Almaty java/sun-7/lib/zi/Asia/Amman java/sun-7/lib/zi/Asia/Anadyr @@ -453,14 +419,13 @@ java/sun-7/lib/zi/Asia/Aqtau java/sun-7/lib/zi/Asia/Aqtobe java/sun-7/lib/zi/Asia/Ashgabat java/sun-7/lib/zi/Asia/Baghdad -java/sun-7/lib/zi/Asia/Bahrain java/sun-7/lib/zi/Asia/Baku java/sun-7/lib/zi/Asia/Bangkok java/sun-7/lib/zi/Asia/Beirut java/sun-7/lib/zi/Asia/Bishkek java/sun-7/lib/zi/Asia/Brunei +java/sun-7/lib/zi/Asia/Chita java/sun-7/lib/zi/Asia/Choibalsan -java/sun-7/lib/zi/Asia/Chongqing java/sun-7/lib/zi/Asia/Colombo java/sun-7/lib/zi/Asia/Damascus java/sun-7/lib/zi/Asia/Dhaka @@ -468,7 +433,6 @@ java/sun-7/lib/zi/Asia/Dili java/sun-7/lib/zi/Asia/Dubai java/sun-7/lib/zi/Asia/Dushanbe java/sun-7/lib/zi/Asia/Gaza -java/sun-7/lib/zi/Asia/Harbin java/sun-7/lib/zi/Asia/Hebron java/sun-7/lib/zi/Asia/Ho_Chi_Minh java/sun-7/lib/zi/Asia/Hong_Kong @@ -480,25 +444,21 @@ java/sun-7/lib/zi/Asia/Jerusalem java/sun-7/lib/zi/Asia/Kabul java/sun-7/lib/zi/Asia/Kamchatka java/sun-7/lib/zi/Asia/Karachi -java/sun-7/lib/zi/Asia/Kashgar java/sun-7/lib/zi/Asia/Kathmandu java/sun-7/lib/zi/Asia/Khandyga java/sun-7/lib/zi/Asia/Kolkata java/sun-7/lib/zi/Asia/Krasnoyarsk java/sun-7/lib/zi/Asia/Kuala_Lumpur java/sun-7/lib/zi/Asia/Kuching -java/sun-7/lib/zi/Asia/Kuwait java/sun-7/lib/zi/Asia/Macau java/sun-7/lib/zi/Asia/Magadan java/sun-7/lib/zi/Asia/Makassar java/sun-7/lib/zi/Asia/Manila -java/sun-7/lib/zi/Asia/Muscat java/sun-7/lib/zi/Asia/Nicosia java/sun-7/lib/zi/Asia/Novokuznetsk java/sun-7/lib/zi/Asia/Novosibirsk java/sun-7/lib/zi/Asia/Omsk java/sun-7/lib/zi/Asia/Oral -java/sun-7/lib/zi/Asia/Phnom_Penh java/sun-7/lib/zi/Asia/Pontianak java/sun-7/lib/zi/Asia/Pyongyang java/sun-7/lib/zi/Asia/Qatar @@ -513,6 +473,7 @@ java/sun-7/lib/zi/Asia/Samarkand java/sun-7/lib/zi/Asia/Seoul java/sun-7/lib/zi/Asia/Shanghai java/sun-7/lib/zi/Asia/Singapore +java/sun-7/lib/zi/Asia/Srednekolymsk java/sun-7/lib/zi/Asia/Taipei java/sun-7/lib/zi/Asia/Tashkent java/sun-7/lib/zi/Asia/Tbilisi @@ -522,7 +483,6 @@ java/sun-7/lib/zi/Asia/Tokyo java/sun-7/lib/zi/Asia/Ulaanbaatar java/sun-7/lib/zi/Asia/Urumqi java/sun-7/lib/zi/Asia/Ust-Nera -java/sun-7/lib/zi/Asia/Vientiane java/sun-7/lib/zi/Asia/Vladivostok java/sun-7/lib/zi/Asia/Yakutsk java/sun-7/lib/zi/Asia/Yekaterinburg @@ -535,7 +495,6 @@ java/sun-7/lib/zi/Atlantic/Faroe java/sun-7/lib/zi/Atlantic/Madeira java/sun-7/lib/zi/Atlantic/Reykjavik java/sun-7/lib/zi/Atlantic/South_Georgia -java/sun-7/lib/zi/Atlantic/St_Helena java/sun-7/lib/zi/Atlantic/Stanley java/sun-7/lib/zi/Australia/Adelaide java/sun-7/lib/zi/Australia/Brisbane @@ -627,16 +586,13 @@ java/sun-7/lib/zi/Europe/Zaporozhye java/sun-7/lib/zi/Europe/Zurich java/sun-7/lib/zi/GMT java/sun-7/lib/zi/HST -java/sun-7/lib/zi/Indian/Antananarivo java/sun-7/lib/zi/Indian/Chagos java/sun-7/lib/zi/Indian/Christmas java/sun-7/lib/zi/Indian/Cocos -java/sun-7/lib/zi/Indian/Comoro java/sun-7/lib/zi/Indian/Kerguelen java/sun-7/lib/zi/Indian/Mahe java/sun-7/lib/zi/Indian/Maldives java/sun-7/lib/zi/Indian/Mauritius -java/sun-7/lib/zi/Indian/Mayotte java/sun-7/lib/zi/Indian/Reunion java/sun-7/lib/zi/MET java/sun-7/lib/zi/MST @@ -644,6 +600,7 @@ java/sun-7/lib/zi/MST7MDT java/sun-7/lib/zi/PST8PDT java/sun-7/lib/zi/Pacific/Apia java/sun-7/lib/zi/Pacific/Auckland +java/sun-7/lib/zi/Pacific/Bougainville java/sun-7/lib/zi/Pacific/Chatham java/sun-7/lib/zi/Pacific/Chuuk java/sun-7/lib/zi/Pacific/Easter diff --git a/lang/sun-jre7/PLIST.solaris-x86_64 b/lang/sun-jre7/PLIST.solaris-x86_64 index 1a528faceca2e..e3b4d4845dfa4 100644 --- a/lang/sun-jre7/PLIST.solaris-x86_64 +++ b/lang/sun-jre7/PLIST.solaris-x86_64 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST.solaris-x86_64,v 1.7 2014/06/06 14:28:40 ryoon Exp $ +@comment $NetBSD: PLIST.solaris-x86_64,v 1.8 2016/05/08 17:23:29 christos Exp $ bin/sun7-java bin/sun7-javaws bin/sun7-keytool @@ -308,52 +308,19 @@ java/sun-7/lib/security/ucrypto-solaris.cfg.default java/sun-7/lib/sound.properties.default java/sun-7/lib/zi/Africa/Abidjan java/sun-7/lib/zi/Africa/Accra -java/sun-7/lib/zi/Africa/Addis_Ababa java/sun-7/lib/zi/Africa/Algiers -java/sun-7/lib/zi/Africa/Asmara -java/sun-7/lib/zi/Africa/Bamako -java/sun-7/lib/zi/Africa/Bangui -java/sun-7/lib/zi/Africa/Banjul java/sun-7/lib/zi/Africa/Bissau -java/sun-7/lib/zi/Africa/Blantyre -java/sun-7/lib/zi/Africa/Brazzaville -java/sun-7/lib/zi/Africa/Bujumbura java/sun-7/lib/zi/Africa/Cairo java/sun-7/lib/zi/Africa/Casablanca java/sun-7/lib/zi/Africa/Ceuta -java/sun-7/lib/zi/Africa/Conakry -java/sun-7/lib/zi/Africa/Dakar -java/sun-7/lib/zi/Africa/Dar_es_Salaam -java/sun-7/lib/zi/Africa/Djibouti -java/sun-7/lib/zi/Africa/Douala java/sun-7/lib/zi/Africa/El_Aaiun -java/sun-7/lib/zi/Africa/Freetown -java/sun-7/lib/zi/Africa/Gaborone -java/sun-7/lib/zi/Africa/Harare java/sun-7/lib/zi/Africa/Johannesburg -java/sun-7/lib/zi/Africa/Kampala java/sun-7/lib/zi/Africa/Khartoum -java/sun-7/lib/zi/Africa/Kigali -java/sun-7/lib/zi/Africa/Kinshasa java/sun-7/lib/zi/Africa/Lagos -java/sun-7/lib/zi/Africa/Libreville -java/sun-7/lib/zi/Africa/Lome -java/sun-7/lib/zi/Africa/Luanda -java/sun-7/lib/zi/Africa/Lubumbashi -java/sun-7/lib/zi/Africa/Lusaka -java/sun-7/lib/zi/Africa/Malabo java/sun-7/lib/zi/Africa/Maputo -java/sun-7/lib/zi/Africa/Maseru -java/sun-7/lib/zi/Africa/Mbabane -java/sun-7/lib/zi/Africa/Mogadishu java/sun-7/lib/zi/Africa/Monrovia java/sun-7/lib/zi/Africa/Nairobi java/sun-7/lib/zi/Africa/Ndjamena -java/sun-7/lib/zi/Africa/Niamey -java/sun-7/lib/zi/Africa/Nouakchott -java/sun-7/lib/zi/Africa/Ouagadougou -java/sun-7/lib/zi/Africa/Porto-Novo -java/sun-7/lib/zi/Africa/Sao_Tome java/sun-7/lib/zi/Africa/Tripoli java/sun-7/lib/zi/Africa/Tunis java/sun-7/lib/zi/Africa/Windhoek @@ -499,7 +466,6 @@ java/sun-7/lib/zi/Antarctica/Rothera java/sun-7/lib/zi/Antarctica/Syowa java/sun-7/lib/zi/Antarctica/Troll java/sun-7/lib/zi/Antarctica/Vostok -java/sun-7/lib/zi/Asia/Aden java/sun-7/lib/zi/Asia/Almaty java/sun-7/lib/zi/Asia/Amman java/sun-7/lib/zi/Asia/Anadyr @@ -507,14 +473,13 @@ java/sun-7/lib/zi/Asia/Aqtau java/sun-7/lib/zi/Asia/Aqtobe java/sun-7/lib/zi/Asia/Ashgabat java/sun-7/lib/zi/Asia/Baghdad -java/sun-7/lib/zi/Asia/Bahrain java/sun-7/lib/zi/Asia/Baku java/sun-7/lib/zi/Asia/Bangkok java/sun-7/lib/zi/Asia/Beirut java/sun-7/lib/zi/Asia/Bishkek java/sun-7/lib/zi/Asia/Brunei +java/sun-7/lib/zi/Asia/Chita java/sun-7/lib/zi/Asia/Choibalsan -java/sun-7/lib/zi/Asia/Chongqing java/sun-7/lib/zi/Asia/Colombo java/sun-7/lib/zi/Asia/Damascus java/sun-7/lib/zi/Asia/Dhaka @@ -522,7 +487,6 @@ java/sun-7/lib/zi/Asia/Dili java/sun-7/lib/zi/Asia/Dubai java/sun-7/lib/zi/Asia/Dushanbe java/sun-7/lib/zi/Asia/Gaza -java/sun-7/lib/zi/Asia/Harbin java/sun-7/lib/zi/Asia/Hebron java/sun-7/lib/zi/Asia/Ho_Chi_Minh java/sun-7/lib/zi/Asia/Hong_Kong @@ -534,25 +498,21 @@ java/sun-7/lib/zi/Asia/Jerusalem java/sun-7/lib/zi/Asia/Kabul java/sun-7/lib/zi/Asia/Kamchatka java/sun-7/lib/zi/Asia/Karachi -java/sun-7/lib/zi/Asia/Kashgar java/sun-7/lib/zi/Asia/Kathmandu java/sun-7/lib/zi/Asia/Khandyga java/sun-7/lib/zi/Asia/Kolkata java/sun-7/lib/zi/Asia/Krasnoyarsk java/sun-7/lib/zi/Asia/Kuala_Lumpur java/sun-7/lib/zi/Asia/Kuching -java/sun-7/lib/zi/Asia/Kuwait java/sun-7/lib/zi/Asia/Macau java/sun-7/lib/zi/Asia/Magadan java/sun-7/lib/zi/Asia/Makassar java/sun-7/lib/zi/Asia/Manila -java/sun-7/lib/zi/Asia/Muscat java/sun-7/lib/zi/Asia/Nicosia java/sun-7/lib/zi/Asia/Novokuznetsk java/sun-7/lib/zi/Asia/Novosibirsk java/sun-7/lib/zi/Asia/Omsk java/sun-7/lib/zi/Asia/Oral -java/sun-7/lib/zi/Asia/Phnom_Penh java/sun-7/lib/zi/Asia/Pontianak java/sun-7/lib/zi/Asia/Pyongyang java/sun-7/lib/zi/Asia/Qatar @@ -567,6 +527,7 @@ java/sun-7/lib/zi/Asia/Samarkand java/sun-7/lib/zi/Asia/Seoul java/sun-7/lib/zi/Asia/Shanghai java/sun-7/lib/zi/Asia/Singapore +java/sun-7/lib/zi/Asia/Srednekolymsk java/sun-7/lib/zi/Asia/Taipei java/sun-7/lib/zi/Asia/Tashkent java/sun-7/lib/zi/Asia/Tbilisi @@ -576,7 +537,6 @@ java/sun-7/lib/zi/Asia/Tokyo java/sun-7/lib/zi/Asia/Ulaanbaatar java/sun-7/lib/zi/Asia/Urumqi java/sun-7/lib/zi/Asia/Ust-Nera -java/sun-7/lib/zi/Asia/Vientiane java/sun-7/lib/zi/Asia/Vladivostok java/sun-7/lib/zi/Asia/Yakutsk java/sun-7/lib/zi/Asia/Yekaterinburg @@ -589,7 +549,6 @@ java/sun-7/lib/zi/Atlantic/Faroe java/sun-7/lib/zi/Atlantic/Madeira java/sun-7/lib/zi/Atlantic/Reykjavik java/sun-7/lib/zi/Atlantic/South_Georgia -java/sun-7/lib/zi/Atlantic/St_Helena java/sun-7/lib/zi/Atlantic/Stanley java/sun-7/lib/zi/Australia/Adelaide java/sun-7/lib/zi/Australia/Brisbane @@ -681,16 +640,13 @@ java/sun-7/lib/zi/Europe/Zaporozhye java/sun-7/lib/zi/Europe/Zurich java/sun-7/lib/zi/GMT java/sun-7/lib/zi/HST -java/sun-7/lib/zi/Indian/Antananarivo java/sun-7/lib/zi/Indian/Chagos java/sun-7/lib/zi/Indian/Christmas java/sun-7/lib/zi/Indian/Cocos -java/sun-7/lib/zi/Indian/Comoro java/sun-7/lib/zi/Indian/Kerguelen java/sun-7/lib/zi/Indian/Mahe java/sun-7/lib/zi/Indian/Maldives java/sun-7/lib/zi/Indian/Mauritius -java/sun-7/lib/zi/Indian/Mayotte java/sun-7/lib/zi/Indian/Reunion java/sun-7/lib/zi/MET java/sun-7/lib/zi/MST @@ -698,6 +654,7 @@ java/sun-7/lib/zi/MST7MDT java/sun-7/lib/zi/PST8PDT java/sun-7/lib/zi/Pacific/Apia java/sun-7/lib/zi/Pacific/Auckland +java/sun-7/lib/zi/Pacific/Bougainville java/sun-7/lib/zi/Pacific/Chatham java/sun-7/lib/zi/Pacific/Chuuk java/sun-7/lib/zi/Pacific/Easter diff --git a/lang/sun-jre7/distinfo b/lang/sun-jre7/distinfo index 457bf80bde397..e0b1237d011dd 100644 --- a/lang/sun-jre7/distinfo +++ b/lang/sun-jre7/distinfo @@ -1,17 +1,6 @@ -$NetBSD: distinfo,v 1.23 2014/11/15 21:01:26 ryoon Exp $ +$NetBSD: distinfo,v 1.24 2016/05/08 17:23:29 christos Exp $ -SHA1 (UnlimitedJCEPolicyJDK7.zip) = 7d3c9ee89536b82cd21c680088b1bced16017253 -RMD160 (UnlimitedJCEPolicyJDK7.zip) = a4a6a284579f43d2df3532d279e143d2f03c2c3f -Size (UnlimitedJCEPolicyJDK7.zip) = 7426 bytes -SHA1 (jre-7u72-linux-i586.tar.gz) = 8b183b88602ea52a63df3d07d6d6a221efd2967e -RMD160 (jre-7u72-linux-i586.tar.gz) = 7f4386be28324ff521095410a77f64b04b94d6bb -Size (jre-7u72-linux-i586.tar.gz) = 48474551 bytes -SHA1 (jre-7u72-linux-x64.tar.gz) = 75e5cbfd9de2681ed8f585034218ff6b85831b16 -RMD160 (jre-7u72-linux-x64.tar.gz) = 8027f1ab0e13a5657ba70cb0c2db6504e3b3aa60 -Size (jre-7u72-linux-x64.tar.gz) = 47035569 bytes -SHA1 (jre-7u72-solaris-i586.tar.gz) = 796089fe786e5a4ac9d89ce03c75424e591cfffb -RMD160 (jre-7u72-solaris-i586.tar.gz) = 7a49f6cd17d046a438e266a12ea48c927ce0f1c8 -Size (jre-7u72-solaris-i586.tar.gz) = 54701559 bytes -SHA1 (jre-7u72-solaris-x64.tar.gz) = 5154469647d813305755256897c40f54f7030f60 -RMD160 (jre-7u72-solaris-x64.tar.gz) = a7c5cdbfce1f7d6b14157f73f19a7da4315a2f63 -Size (jre-7u72-solaris-x64.tar.gz) = 16893239 bytes +SHA1 (jre-7u80-linux-x64.tar.gz) = 5f5eb4a4e76cfe1d9eb02ed71ae01a809bde8440 +RMD160 (jre-7u80-linux-x64.tar.gz) = 942f0da61dde6b760c24fd144fee2555d05497a3 +SHA512 (jre-7u80-linux-x64.tar.gz) = e61e78ab1be0313690e8ab8d6cbae7366dd78aa4716f47c8908178196b658b94ee318dd04043965a72c34d8ef5c1cb4902afaa2188e76eb944256f090339107d +Size (jre-7u80-linux-x64.tar.gz) = 47110223 bytes diff --git a/lang/tcl/Makefile b/lang/tcl/Makefile index f1075b23a5825..7a9d90f3384d8 100644 --- a/lang/tcl/Makefile +++ b/lang/tcl/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.89 2016/03/06 11:47:49 adam Exp $ +# $NetBSD: Makefile,v 1.90 2016/04/11 19:01:55 ryoon Exp $ DISTNAME= tcl${TCL_VERSION}-src PKGNAME= tcl-${TCL_VERSION} +PKGREVISION= 1 CATEGORIES= lang MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=tcl/} diff --git a/lang/vala/Makefile b/lang/vala/Makefile index 44b0ecc45b6cf..999e0af3a357f 100644 --- a/lang/vala/Makefile +++ b/lang/vala/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.32 2016/02/04 12:16:42 wiz Exp $ +# $NetBSD: Makefile,v 1.33 2016/04/10 18:49:42 prlw1 Exp $ -DISTNAME= vala-0.30.0 +DISTNAME= vala-0.32.0 CATEGORIES= lang gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/vala/${PKGVERSION_NOREV:R}/} EXTRACT_SUFX= .tar.xz @@ -17,7 +17,7 @@ USE_TOOLS+= bison flex gmake pkg-config PKGCONFIG_OVERRIDE+= libvala.pc.in PKGCONFIG_OVERRIDE+= vapigen/vapigen.pc.in -BUILDLINK_API_DEPENDS.glib2+= glib2>=2.24.0 +BUILDLINK_API_DEPENDS.glib2+= glib2>=2.32.0 .include "../../devel/glib2/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/lang/vala/PLIST b/lang/vala/PLIST index 456fec8f91df8..7d1922d2bdae9 100644 --- a/lang/vala/PLIST +++ b/lang/vala/PLIST @@ -1,323 +1,325 @@ -@comment $NetBSD: PLIST,v 1.16 2016/02/04 12:12:36 wiz Exp $ +@comment $NetBSD: PLIST,v 1.17 2016/04/10 18:49:42 prlw1 Exp $ bin/vala -bin/vala-0.30 +bin/vala-0.32 bin/vala-gen-introspect -bin/vala-gen-introspect-0.30 +bin/vala-gen-introspect-0.32 bin/valac -bin/valac-0.30 +bin/valac-0.32 bin/vapicheck -bin/vapicheck-0.30 +bin/vapicheck-0.32 bin/vapigen -bin/vapigen-0.30 -include/vala-0.30/vala.h -include/vala-0.30/valaccode.h -include/vala-0.30/valacodegen.h -include/vala-0.30/valagee.h -lib/libvala-0.30.la -lib/pkgconfig/libvala-0.30.pc -lib/vala-0.30/gen-introspect-0.30 +bin/vapigen-0.32 +include/vala-0.32/vala.h +include/vala-0.32/valaccode.h +include/vala-0.32/valacodegen.h +include/vala-0.32/valagee.h +lib/libvala-0.32.la +lib/pkgconfig/libvala-0.32.pc +lib/vala-0.32/gen-introspect-0.32 share/aclocal/vala.m4 share/aclocal/vapigen.m4 -share/pkgconfig/vapigen-0.30.pc +share/pkgconfig/vapigen-0.32.pc share/pkgconfig/vapigen.pc -share/vala-0.30/vapi/alsa.deps -share/vala-0.30/vapi/alsa.vapi -share/vala-0.30/vapi/atk.vapi -share/vala-0.30/vapi/atspi-2.deps -share/vala-0.30/vapi/atspi-2.vapi -share/vala-0.30/vapi/avahi-client.vapi -share/vala-0.30/vapi/avahi-gobject.deps -share/vala-0.30/vapi/avahi-gobject.vapi -share/vala-0.30/vapi/bzlib.vapi -share/vala-0.30/vapi/cairo-xcb.deps -share/vala-0.30/vapi/cairo-xcb.vapi -share/vala-0.30/vapi/cairo.vapi -share/vala-0.30/vapi/ccss-1.vapi -share/vala-0.30/vapi/clutter-1.0.deps -share/vala-0.30/vapi/clutter-1.0.vapi -share/vala-0.30/vapi/clutter-gdk-1.0.deps -share/vala-0.30/vapi/clutter-gdk-1.0.vapi -share/vala-0.30/vapi/clutter-gst-1.0.deps -share/vala-0.30/vapi/clutter-gst-1.0.vapi -share/vala-0.30/vapi/clutter-gst-2.0.deps -share/vala-0.30/vapi/clutter-gst-2.0.vapi -share/vala-0.30/vapi/clutter-gst-3.0.deps -share/vala-0.30/vapi/clutter-gst-3.0.vapi -share/vala-0.30/vapi/clutter-gtk-0.10.deps -share/vala-0.30/vapi/clutter-gtk-0.10.vapi -share/vala-0.30/vapi/clutter-gtk-1.0.deps -share/vala-0.30/vapi/clutter-gtk-1.0.vapi -share/vala-0.30/vapi/clutter-json-1.0.vapi -share/vala-0.30/vapi/clutter-x11-1.0.deps -share/vala-0.30/vapi/clutter-x11-1.0.vapi -share/vala-0.30/vapi/cogl-1.0.deps -share/vala-0.30/vapi/cogl-1.0.vapi -share/vala-0.30/vapi/cogl-pango-1.0.deps -share/vala-0.30/vapi/cogl-pango-1.0.vapi -share/vala-0.30/vapi/curses.vapi -share/vala-0.30/vapi/dbus-glib-1.vapi -share/vala-0.30/vapi/enchant.vapi -share/vala-0.30/vapi/fuse.deps -share/vala-0.30/vapi/fuse.vapi -share/vala-0.30/vapi/gconf-2.0.vapi -share/vala-0.30/vapi/gdk-2.0.deps -share/vala-0.30/vapi/gdk-2.0.vapi -share/vala-0.30/vapi/gdk-3.0.deps -share/vala-0.30/vapi/gdk-3.0.vapi -share/vala-0.30/vapi/gdk-pixbuf-2.0.deps -share/vala-0.30/vapi/gdk-pixbuf-2.0.vapi -share/vala-0.30/vapi/gdk-x11-2.0.deps -share/vala-0.30/vapi/gdk-x11-2.0.vapi -share/vala-0.30/vapi/gdk-x11-3.0.deps -share/vala-0.30/vapi/gdk-x11-3.0.vapi -share/vala-0.30/vapi/gdl-1.0.deps -share/vala-0.30/vapi/gdl-1.0.vapi -share/vala-0.30/vapi/gdl-3.0.deps -share/vala-0.30/vapi/gdl-3.0.vapi -share/vala-0.30/vapi/gdu-gtk.deps -share/vala-0.30/vapi/gdu-gtk.vapi -share/vala-0.30/vapi/gdu.deps -share/vala-0.30/vapi/gdu.vapi -share/vala-0.30/vapi/gedit-2.20.deps -share/vala-0.30/vapi/gedit-2.20.vapi -share/vala-0.30/vapi/gedit.deps -share/vala-0.30/vapi/gedit.vapi -share/vala-0.30/vapi/geocode-glib-1.0.deps -share/vala-0.30/vapi/geocode-glib-1.0.vapi -share/vala-0.30/vapi/gio-2.0.vapi -share/vala-0.30/vapi/gio-unix-2.0.deps -share/vala-0.30/vapi/gio-unix-2.0.vapi -share/vala-0.30/vapi/glib-2.0.vapi -share/vala-0.30/vapi/gmodule-2.0.vapi -share/vala-0.30/vapi/gnet-2.0.deps -share/vala-0.30/vapi/gnet-2.0.vapi -share/vala-0.30/vapi/gnome-desktop-2.0.deps -share/vala-0.30/vapi/gnome-desktop-2.0.vapi -share/vala-0.30/vapi/gnome-keyring-1.vapi -share/vala-0.30/vapi/gnome-vfs-2.0.vapi -share/vala-0.30/vapi/gnutls.vapi -share/vala-0.30/vapi/gobject-2.0.vapi -share/vala-0.30/vapi/gobject-introspection-1.0.vapi -share/vala-0.30/vapi/goocanvas.deps -share/vala-0.30/vapi/goocanvas.vapi -share/vala-0.30/vapi/gsl.vapi -share/vala-0.30/vapi/gstreamer-0.10.deps -share/vala-0.30/vapi/gstreamer-0.10.vapi -share/vala-0.30/vapi/gstreamer-1.0.vapi -share/vala-0.30/vapi/gstreamer-allocators-1.0.deps -share/vala-0.30/vapi/gstreamer-allocators-1.0.vapi -share/vala-0.30/vapi/gstreamer-app-0.10.deps -share/vala-0.30/vapi/gstreamer-app-0.10.vapi -share/vala-0.30/vapi/gstreamer-app-1.0.deps -share/vala-0.30/vapi/gstreamer-app-1.0.vapi -share/vala-0.30/vapi/gstreamer-audio-0.10.deps -share/vala-0.30/vapi/gstreamer-audio-0.10.vapi -share/vala-0.30/vapi/gstreamer-audio-1.0.deps -share/vala-0.30/vapi/gstreamer-audio-1.0.vapi -share/vala-0.30/vapi/gstreamer-base-0.10.deps -share/vala-0.30/vapi/gstreamer-base-0.10.vapi -share/vala-0.30/vapi/gstreamer-base-1.0.deps -share/vala-0.30/vapi/gstreamer-base-1.0.vapi -share/vala-0.30/vapi/gstreamer-cdda-0.10.deps -share/vala-0.30/vapi/gstreamer-cdda-0.10.vapi -share/vala-0.30/vapi/gstreamer-check-0.10.deps -share/vala-0.30/vapi/gstreamer-check-0.10.vapi -share/vala-0.30/vapi/gstreamer-check-1.0.deps -share/vala-0.30/vapi/gstreamer-check-1.0.vapi -share/vala-0.30/vapi/gstreamer-controller-0.10.deps -share/vala-0.30/vapi/gstreamer-controller-0.10.vapi -share/vala-0.30/vapi/gstreamer-controller-1.0.deps -share/vala-0.30/vapi/gstreamer-controller-1.0.vapi -share/vala-0.30/vapi/gstreamer-dataprotocol-0.10.deps -share/vala-0.30/vapi/gstreamer-dataprotocol-0.10.vapi -share/vala-0.30/vapi/gstreamer-fft-0.10.deps -share/vala-0.30/vapi/gstreamer-fft-0.10.vapi -share/vala-0.30/vapi/gstreamer-fft-1.0.deps -share/vala-0.30/vapi/gstreamer-fft-1.0.vapi -share/vala-0.30/vapi/gstreamer-interfaces-0.10.deps -share/vala-0.30/vapi/gstreamer-interfaces-0.10.vapi -share/vala-0.30/vapi/gstreamer-net-0.10.deps -share/vala-0.30/vapi/gstreamer-net-0.10.vapi -share/vala-0.30/vapi/gstreamer-net-1.0.deps -share/vala-0.30/vapi/gstreamer-net-1.0.vapi -share/vala-0.30/vapi/gstreamer-netbuffer-0.10.deps -share/vala-0.30/vapi/gstreamer-netbuffer-0.10.vapi -share/vala-0.30/vapi/gstreamer-pbutils-0.10.deps -share/vala-0.30/vapi/gstreamer-pbutils-0.10.vapi -share/vala-0.30/vapi/gstreamer-pbutils-1.0.deps -share/vala-0.30/vapi/gstreamer-pbutils-1.0.vapi -share/vala-0.30/vapi/gstreamer-riff-0.10.deps -share/vala-0.30/vapi/gstreamer-riff-0.10.vapi -share/vala-0.30/vapi/gstreamer-riff-1.0.deps -share/vala-0.30/vapi/gstreamer-riff-1.0.vapi -share/vala-0.30/vapi/gstreamer-rtp-0.10.deps -share/vala-0.30/vapi/gstreamer-rtp-0.10.vapi -share/vala-0.30/vapi/gstreamer-rtp-1.0.deps -share/vala-0.30/vapi/gstreamer-rtp-1.0.vapi -share/vala-0.30/vapi/gstreamer-rtsp-0.10.deps -share/vala-0.30/vapi/gstreamer-rtsp-0.10.vapi -share/vala-0.30/vapi/gstreamer-rtsp-1.0.deps -share/vala-0.30/vapi/gstreamer-rtsp-1.0.vapi -share/vala-0.30/vapi/gstreamer-rtsp-server-1.0.deps -share/vala-0.30/vapi/gstreamer-rtsp-server-1.0.vapi -share/vala-0.30/vapi/gstreamer-sdp-0.10.deps -share/vala-0.30/vapi/gstreamer-sdp-0.10.vapi -share/vala-0.30/vapi/gstreamer-sdp-1.0.deps -share/vala-0.30/vapi/gstreamer-sdp-1.0.vapi -share/vala-0.30/vapi/gstreamer-tag-0.10.deps -share/vala-0.30/vapi/gstreamer-tag-0.10.vapi -share/vala-0.30/vapi/gstreamer-tag-1.0.deps -share/vala-0.30/vapi/gstreamer-tag-1.0.vapi -share/vala-0.30/vapi/gstreamer-video-0.10.deps -share/vala-0.30/vapi/gstreamer-video-0.10.vapi -share/vala-0.30/vapi/gstreamer-video-1.0.deps -share/vala-0.30/vapi/gstreamer-video-1.0.vapi -share/vala-0.30/vapi/gtk+-2.0.deps -share/vala-0.30/vapi/gtk+-2.0.vapi -share/vala-0.30/vapi/gtk+-3.0.deps -share/vala-0.30/vapi/gtk+-3.0.vapi -share/vala-0.30/vapi/gtkmozembed.deps -share/vala-0.30/vapi/gtkmozembed.vapi -share/vala-0.30/vapi/gtksourceview-2.0.deps -share/vala-0.30/vapi/gtksourceview-2.0.vapi -share/vala-0.30/vapi/gtksourceview-3.0.deps -share/vala-0.30/vapi/gtksourceview-3.0.vapi -share/vala-0.30/vapi/gudev-1.0.deps -share/vala-0.30/vapi/gudev-1.0.vapi -share/vala-0.30/vapi/hal.deps -share/vala-0.30/vapi/hal.vapi -share/vala-0.30/vapi/hildon-1.deps -share/vala-0.30/vapi/hildon-1.vapi -share/vala-0.30/vapi/hildon-fm-2.deps -share/vala-0.30/vapi/hildon-fm-2.vapi -share/vala-0.30/vapi/json-glib-1.0.deps -share/vala-0.30/vapi/json-glib-1.0.vapi -share/vala-0.30/vapi/libarchive.deps -share/vala-0.30/vapi/libarchive.vapi -share/vala-0.30/vapi/libbonoboui-2.0.vapi -share/vala-0.30/vapi/libdaemon.vapi -share/vala-0.30/vapi/libepc-1.0.vapi -share/vala-0.30/vapi/libesmtp.vapi -share/vala-0.30/vapi/libftdi.deps -share/vala-0.30/vapi/libftdi.vapi -share/vala-0.30/vapi/libgda-4.0.deps -share/vala-0.30/vapi/libgda-4.0.vapi -share/vala-0.30/vapi/libgda-report-4.0.deps -share/vala-0.30/vapi/libgda-report-4.0.vapi -share/vala-0.30/vapi/libgdata.deps -share/vala-0.30/vapi/libgdata.vapi -share/vala-0.30/vapi/libglade-2.0.deps -share/vala-0.30/vapi/libglade-2.0.vapi -share/vala-0.30/vapi/libgnome-2.0.vapi -share/vala-0.30/vapi/libgnome-menu-3.0.vapi -share/vala-0.30/vapi/libgnome-menu.vapi -share/vala-0.30/vapi/libgnomeui-2.0.deps -share/vala-0.30/vapi/libgnomeui-2.0.vapi -share/vala-0.30/vapi/libgsf-1.deps -share/vala-0.30/vapi/libgsf-1.vapi -share/vala-0.30/vapi/libgvc.vapi -share/vala-0.30/vapi/libmagic.vapi -share/vala-0.30/vapi/libnl-1.vapi -share/vala-0.30/vapi/libnl-2.0.deps -share/vala-0.30/vapi/libnl-2.0.vapi -share/vala-0.30/vapi/libnl-3.0.deps -share/vala-0.30/vapi/libnl-3.0.vapi -share/vala-0.30/vapi/libnotify.deps -share/vala-0.30/vapi/libnotify.vapi -share/vala-0.30/vapi/liboobs-1.vapi -share/vala-0.30/vapi/libosso.vapi -share/vala-0.30/vapi/libpanelapplet-2.0.deps -share/vala-0.30/vapi/libpanelapplet-2.0.vapi -share/vala-0.30/vapi/libpeas-1.0.deps -share/vala-0.30/vapi/libpeas-1.0.vapi -share/vala-0.30/vapi/libpeas-gtk-1.0.deps -share/vala-0.30/vapi/libpeas-gtk-1.0.vapi -share/vala-0.30/vapi/libpq.vapi -share/vala-0.30/vapi/librsvg-2.0.deps -share/vala-0.30/vapi/librsvg-2.0.vapi -share/vala-0.30/vapi/libsexy.deps -share/vala-0.30/vapi/libsexy.vapi -share/vala-0.30/vapi/libsoup-2.2.vapi -share/vala-0.30/vapi/libsoup-2.4.deps -share/vala-0.30/vapi/libsoup-2.4.vapi -share/vala-0.30/vapi/libusb-1.0.deps -share/vala-0.30/vapi/libusb-1.0.vapi -share/vala-0.30/vapi/libusb.vapi -share/vala-0.30/vapi/libvala-0.30.vapi -share/vala-0.30/vapi/libwnck-1.0.deps -share/vala-0.30/vapi/libwnck-1.0.vapi -share/vala-0.30/vapi/libwnck-3.0.deps -share/vala-0.30/vapi/libwnck-3.0.vapi -share/vala-0.30/vapi/libxml-2.0.vapi -share/vala-0.30/vapi/linux.deps -share/vala-0.30/vapi/linux.vapi -share/vala-0.30/vapi/loudmouth-1.0.vapi -share/vala-0.30/vapi/lua.vapi -share/vala-0.30/vapi/mx-1.0.deps -share/vala-0.30/vapi/mx-1.0.vapi -share/vala-0.30/vapi/mysql.vapi -share/vala-0.30/vapi/orc-0.4.vapi -share/vala-0.30/vapi/packagekit-glib2.deps -share/vala-0.30/vapi/packagekit-glib2.vapi -share/vala-0.30/vapi/pango.deps -share/vala-0.30/vapi/pango.vapi -share/vala-0.30/vapi/pangocairo.deps -share/vala-0.30/vapi/pangocairo.vapi -share/vala-0.30/vapi/pixman-1.vapi -share/vala-0.30/vapi/poppler-glib.deps -share/vala-0.30/vapi/poppler-glib.vapi -share/vala-0.30/vapi/posix.vapi -share/vala-0.30/vapi/purple.deps -share/vala-0.30/vapi/purple.vapi -share/vala-0.30/vapi/raptor.vapi -share/vala-0.30/vapi/rasqal.deps -share/vala-0.30/vapi/rasqal.vapi -share/vala-0.30/vapi/readline.vapi -share/vala-0.30/vapi/rest-0.6.deps -share/vala-0.30/vapi/rest-0.6.vapi -share/vala-0.30/vapi/rest-0.7.deps -share/vala-0.30/vapi/rest-0.7.vapi -share/vala-0.30/vapi/rest-extras-0.6.deps -share/vala-0.30/vapi/rest-extras-0.6.vapi -share/vala-0.30/vapi/rest-extras-0.7.deps -share/vala-0.30/vapi/rest-extras-0.7.vapi -share/vala-0.30/vapi/sdl-gfx.deps -share/vala-0.30/vapi/sdl-gfx.vapi -share/vala-0.30/vapi/sdl-image.deps -share/vala-0.30/vapi/sdl-image.vapi -share/vala-0.30/vapi/sdl-mixer.deps -share/vala-0.30/vapi/sdl-mixer.vapi -share/vala-0.30/vapi/sdl-net.deps -share/vala-0.30/vapi/sdl-net.vapi -share/vala-0.30/vapi/sdl-ttf.deps -share/vala-0.30/vapi/sdl-ttf.vapi -share/vala-0.30/vapi/sdl.vapi -share/vala-0.30/vapi/sqlite3.vapi -share/vala-0.30/vapi/taglib_c.vapi -share/vala-0.30/vapi/tiff.vapi -share/vala-0.30/vapi/tokyocabinet.vapi -share/vala-0.30/vapi/tracker-indexer-module-1.0.vapi -share/vala-0.30/vapi/twitter-glib-1.0.deps -share/vala-0.30/vapi/twitter-glib-1.0.vapi -share/vala-0.30/vapi/udisks2.deps -share/vala-0.30/vapi/udisks2.vapi -share/vala-0.30/vapi/unique-1.0.deps -share/vala-0.30/vapi/unique-1.0.vapi -share/vala-0.30/vapi/v4l2.vapi -share/vala-0.30/vapi/vte-2.90.deps -share/vala-0.30/vapi/vte-2.90.vapi -share/vala-0.30/vapi/vte.deps -share/vala-0.30/vapi/vte.vapi -share/vala-0.30/vapi/webkit-1.0.deps -share/vala-0.30/vapi/webkit-1.0.vapi -share/vala-0.30/vapi/webkit2gtk-4.0.deps -share/vala-0.30/vapi/webkit2gtk-4.0.vapi -share/vala-0.30/vapi/webkit2gtk-web-extension-4.0.deps -share/vala-0.30/vapi/webkit2gtk-web-extension-4.0.vapi -share/vala-0.30/vapi/x11.vapi -share/vala-0.30/vapi/xcb-icccm.vapi -share/vala-0.30/vapi/xcb.vapi -share/vala-0.30/vapi/xtst.deps -share/vala-0.30/vapi/xtst.vapi -share/vala-0.30/vapi/zlib.vapi +share/vala-0.32/vapi/alsa.deps +share/vala-0.32/vapi/alsa.vapi +share/vala-0.32/vapi/atk.vapi +share/vala-0.32/vapi/atspi-2.deps +share/vala-0.32/vapi/atspi-2.vapi +share/vala-0.32/vapi/avahi-client.vapi +share/vala-0.32/vapi/avahi-gobject.deps +share/vala-0.32/vapi/avahi-gobject.vapi +share/vala-0.32/vapi/bzlib.vapi +share/vala-0.32/vapi/cairo-xcb.deps +share/vala-0.32/vapi/cairo-xcb.vapi +share/vala-0.32/vapi/cairo.vapi +share/vala-0.32/vapi/ccss-1.vapi +share/vala-0.32/vapi/clutter-1.0.deps +share/vala-0.32/vapi/clutter-1.0.vapi +share/vala-0.32/vapi/clutter-gdk-1.0.deps +share/vala-0.32/vapi/clutter-gdk-1.0.vapi +share/vala-0.32/vapi/clutter-gst-1.0.deps +share/vala-0.32/vapi/clutter-gst-1.0.vapi +share/vala-0.32/vapi/clutter-gst-2.0.deps +share/vala-0.32/vapi/clutter-gst-2.0.vapi +share/vala-0.32/vapi/clutter-gst-3.0.deps +share/vala-0.32/vapi/clutter-gst-3.0.vapi +share/vala-0.32/vapi/clutter-gtk-0.10.deps +share/vala-0.32/vapi/clutter-gtk-0.10.vapi +share/vala-0.32/vapi/clutter-gtk-1.0.deps +share/vala-0.32/vapi/clutter-gtk-1.0.vapi +share/vala-0.32/vapi/clutter-json-1.0.vapi +share/vala-0.32/vapi/clutter-x11-1.0.deps +share/vala-0.32/vapi/clutter-x11-1.0.vapi +share/vala-0.32/vapi/cogl-1.0.deps +share/vala-0.32/vapi/cogl-1.0.vapi +share/vala-0.32/vapi/cogl-pango-1.0.deps +share/vala-0.32/vapi/cogl-pango-1.0.vapi +share/vala-0.32/vapi/curses.vapi +share/vala-0.32/vapi/dbus-glib-1.vapi +share/vala-0.32/vapi/enchant.vapi +share/vala-0.32/vapi/fuse.deps +share/vala-0.32/vapi/fuse.vapi +share/vala-0.32/vapi/gconf-2.0.vapi +share/vala-0.32/vapi/gdk-2.0.deps +share/vala-0.32/vapi/gdk-2.0.vapi +share/vala-0.32/vapi/gdk-3.0.deps +share/vala-0.32/vapi/gdk-3.0.vapi +share/vala-0.32/vapi/gdk-pixbuf-2.0.deps +share/vala-0.32/vapi/gdk-pixbuf-2.0.vapi +share/vala-0.32/vapi/gdk-x11-2.0.deps +share/vala-0.32/vapi/gdk-x11-2.0.vapi +share/vala-0.32/vapi/gdk-x11-3.0.deps +share/vala-0.32/vapi/gdk-x11-3.0.vapi +share/vala-0.32/vapi/gdl-1.0.deps +share/vala-0.32/vapi/gdl-1.0.vapi +share/vala-0.32/vapi/gdl-3.0.deps +share/vala-0.32/vapi/gdl-3.0.vapi +share/vala-0.32/vapi/gdu-gtk.deps +share/vala-0.32/vapi/gdu-gtk.vapi +share/vala-0.32/vapi/gdu.deps +share/vala-0.32/vapi/gdu.vapi +share/vala-0.32/vapi/gedit-2.20.deps +share/vala-0.32/vapi/gedit-2.20.vapi +share/vala-0.32/vapi/gedit.deps +share/vala-0.32/vapi/gedit.vapi +share/vala-0.32/vapi/geocode-glib-1.0.deps +share/vala-0.32/vapi/geocode-glib-1.0.vapi +share/vala-0.32/vapi/gio-2.0.vapi +share/vala-0.32/vapi/gio-unix-2.0.deps +share/vala-0.32/vapi/gio-unix-2.0.vapi +share/vala-0.32/vapi/gio-windows-2.0.deps +share/vala-0.32/vapi/gio-windows-2.0.vapi +share/vala-0.32/vapi/glib-2.0.vapi +share/vala-0.32/vapi/gmodule-2.0.vapi +share/vala-0.32/vapi/gnet-2.0.deps +share/vala-0.32/vapi/gnet-2.0.vapi +share/vala-0.32/vapi/gnome-desktop-2.0.deps +share/vala-0.32/vapi/gnome-desktop-2.0.vapi +share/vala-0.32/vapi/gnome-keyring-1.vapi +share/vala-0.32/vapi/gnome-vfs-2.0.vapi +share/vala-0.32/vapi/gnutls.vapi +share/vala-0.32/vapi/gobject-2.0.vapi +share/vala-0.32/vapi/gobject-introspection-1.0.vapi +share/vala-0.32/vapi/goocanvas.deps +share/vala-0.32/vapi/goocanvas.vapi +share/vala-0.32/vapi/gsl.vapi +share/vala-0.32/vapi/gstreamer-0.10.deps +share/vala-0.32/vapi/gstreamer-0.10.vapi +share/vala-0.32/vapi/gstreamer-1.0.vapi +share/vala-0.32/vapi/gstreamer-allocators-1.0.deps +share/vala-0.32/vapi/gstreamer-allocators-1.0.vapi +share/vala-0.32/vapi/gstreamer-app-0.10.deps +share/vala-0.32/vapi/gstreamer-app-0.10.vapi +share/vala-0.32/vapi/gstreamer-app-1.0.deps +share/vala-0.32/vapi/gstreamer-app-1.0.vapi +share/vala-0.32/vapi/gstreamer-audio-0.10.deps +share/vala-0.32/vapi/gstreamer-audio-0.10.vapi +share/vala-0.32/vapi/gstreamer-audio-1.0.deps +share/vala-0.32/vapi/gstreamer-audio-1.0.vapi +share/vala-0.32/vapi/gstreamer-base-0.10.deps +share/vala-0.32/vapi/gstreamer-base-0.10.vapi +share/vala-0.32/vapi/gstreamer-base-1.0.deps +share/vala-0.32/vapi/gstreamer-base-1.0.vapi +share/vala-0.32/vapi/gstreamer-cdda-0.10.deps +share/vala-0.32/vapi/gstreamer-cdda-0.10.vapi +share/vala-0.32/vapi/gstreamer-check-0.10.deps +share/vala-0.32/vapi/gstreamer-check-0.10.vapi +share/vala-0.32/vapi/gstreamer-check-1.0.deps +share/vala-0.32/vapi/gstreamer-check-1.0.vapi +share/vala-0.32/vapi/gstreamer-controller-0.10.deps +share/vala-0.32/vapi/gstreamer-controller-0.10.vapi +share/vala-0.32/vapi/gstreamer-controller-1.0.deps +share/vala-0.32/vapi/gstreamer-controller-1.0.vapi +share/vala-0.32/vapi/gstreamer-dataprotocol-0.10.deps +share/vala-0.32/vapi/gstreamer-dataprotocol-0.10.vapi +share/vala-0.32/vapi/gstreamer-fft-0.10.deps +share/vala-0.32/vapi/gstreamer-fft-0.10.vapi +share/vala-0.32/vapi/gstreamer-fft-1.0.deps +share/vala-0.32/vapi/gstreamer-fft-1.0.vapi +share/vala-0.32/vapi/gstreamer-interfaces-0.10.deps +share/vala-0.32/vapi/gstreamer-interfaces-0.10.vapi +share/vala-0.32/vapi/gstreamer-net-0.10.deps +share/vala-0.32/vapi/gstreamer-net-0.10.vapi +share/vala-0.32/vapi/gstreamer-net-1.0.deps +share/vala-0.32/vapi/gstreamer-net-1.0.vapi +share/vala-0.32/vapi/gstreamer-netbuffer-0.10.deps +share/vala-0.32/vapi/gstreamer-netbuffer-0.10.vapi +share/vala-0.32/vapi/gstreamer-pbutils-0.10.deps +share/vala-0.32/vapi/gstreamer-pbutils-0.10.vapi +share/vala-0.32/vapi/gstreamer-pbutils-1.0.deps +share/vala-0.32/vapi/gstreamer-pbutils-1.0.vapi +share/vala-0.32/vapi/gstreamer-riff-0.10.deps +share/vala-0.32/vapi/gstreamer-riff-0.10.vapi +share/vala-0.32/vapi/gstreamer-riff-1.0.deps +share/vala-0.32/vapi/gstreamer-riff-1.0.vapi +share/vala-0.32/vapi/gstreamer-rtp-0.10.deps +share/vala-0.32/vapi/gstreamer-rtp-0.10.vapi +share/vala-0.32/vapi/gstreamer-rtp-1.0.deps +share/vala-0.32/vapi/gstreamer-rtp-1.0.vapi +share/vala-0.32/vapi/gstreamer-rtsp-0.10.deps +share/vala-0.32/vapi/gstreamer-rtsp-0.10.vapi +share/vala-0.32/vapi/gstreamer-rtsp-1.0.deps +share/vala-0.32/vapi/gstreamer-rtsp-1.0.vapi +share/vala-0.32/vapi/gstreamer-rtsp-server-1.0.deps +share/vala-0.32/vapi/gstreamer-rtsp-server-1.0.vapi +share/vala-0.32/vapi/gstreamer-sdp-0.10.deps +share/vala-0.32/vapi/gstreamer-sdp-0.10.vapi +share/vala-0.32/vapi/gstreamer-sdp-1.0.deps +share/vala-0.32/vapi/gstreamer-sdp-1.0.vapi +share/vala-0.32/vapi/gstreamer-tag-0.10.deps +share/vala-0.32/vapi/gstreamer-tag-0.10.vapi +share/vala-0.32/vapi/gstreamer-tag-1.0.deps +share/vala-0.32/vapi/gstreamer-tag-1.0.vapi +share/vala-0.32/vapi/gstreamer-video-0.10.deps +share/vala-0.32/vapi/gstreamer-video-0.10.vapi +share/vala-0.32/vapi/gstreamer-video-1.0.deps +share/vala-0.32/vapi/gstreamer-video-1.0.vapi +share/vala-0.32/vapi/gtk+-2.0.deps +share/vala-0.32/vapi/gtk+-2.0.vapi +share/vala-0.32/vapi/gtk+-3.0.deps +share/vala-0.32/vapi/gtk+-3.0.vapi +share/vala-0.32/vapi/gtkmozembed.deps +share/vala-0.32/vapi/gtkmozembed.vapi +share/vala-0.32/vapi/gtksourceview-2.0.deps +share/vala-0.32/vapi/gtksourceview-2.0.vapi +share/vala-0.32/vapi/gtksourceview-3.0.deps +share/vala-0.32/vapi/gtksourceview-3.0.vapi +share/vala-0.32/vapi/gudev-1.0.deps +share/vala-0.32/vapi/gudev-1.0.vapi +share/vala-0.32/vapi/hal.deps +share/vala-0.32/vapi/hal.vapi +share/vala-0.32/vapi/hildon-1.deps +share/vala-0.32/vapi/hildon-1.vapi +share/vala-0.32/vapi/hildon-fm-2.deps +share/vala-0.32/vapi/hildon-fm-2.vapi +share/vala-0.32/vapi/json-glib-1.0.deps +share/vala-0.32/vapi/json-glib-1.0.vapi +share/vala-0.32/vapi/libarchive.deps +share/vala-0.32/vapi/libarchive.vapi +share/vala-0.32/vapi/libbonoboui-2.0.vapi +share/vala-0.32/vapi/libdaemon.vapi +share/vala-0.32/vapi/libepc-1.0.vapi +share/vala-0.32/vapi/libesmtp.vapi +share/vala-0.32/vapi/libftdi.deps +share/vala-0.32/vapi/libftdi.vapi +share/vala-0.32/vapi/libgda-4.0.deps +share/vala-0.32/vapi/libgda-4.0.vapi +share/vala-0.32/vapi/libgda-report-4.0.deps +share/vala-0.32/vapi/libgda-report-4.0.vapi +share/vala-0.32/vapi/libgdata.deps +share/vala-0.32/vapi/libgdata.vapi +share/vala-0.32/vapi/libglade-2.0.deps +share/vala-0.32/vapi/libglade-2.0.vapi +share/vala-0.32/vapi/libgnome-2.0.vapi +share/vala-0.32/vapi/libgnome-menu-3.0.vapi +share/vala-0.32/vapi/libgnome-menu.vapi +share/vala-0.32/vapi/libgnomeui-2.0.deps +share/vala-0.32/vapi/libgnomeui-2.0.vapi +share/vala-0.32/vapi/libgsf-1.deps +share/vala-0.32/vapi/libgsf-1.vapi +share/vala-0.32/vapi/libgvc.vapi +share/vala-0.32/vapi/libmagic.vapi +share/vala-0.32/vapi/libnl-1.vapi +share/vala-0.32/vapi/libnl-2.0.deps +share/vala-0.32/vapi/libnl-2.0.vapi +share/vala-0.32/vapi/libnl-3.0.deps +share/vala-0.32/vapi/libnl-3.0.vapi +share/vala-0.32/vapi/libnotify.deps +share/vala-0.32/vapi/libnotify.vapi +share/vala-0.32/vapi/liboobs-1.vapi +share/vala-0.32/vapi/libosso.vapi +share/vala-0.32/vapi/libpanelapplet-2.0.deps +share/vala-0.32/vapi/libpanelapplet-2.0.vapi +share/vala-0.32/vapi/libpeas-1.0.deps +share/vala-0.32/vapi/libpeas-1.0.vapi +share/vala-0.32/vapi/libpeas-gtk-1.0.deps +share/vala-0.32/vapi/libpeas-gtk-1.0.vapi +share/vala-0.32/vapi/libpq.vapi +share/vala-0.32/vapi/librsvg-2.0.deps +share/vala-0.32/vapi/librsvg-2.0.vapi +share/vala-0.32/vapi/libsexy.deps +share/vala-0.32/vapi/libsexy.vapi +share/vala-0.32/vapi/libsoup-2.2.vapi +share/vala-0.32/vapi/libsoup-2.4.deps +share/vala-0.32/vapi/libsoup-2.4.vapi +share/vala-0.32/vapi/libusb-1.0.deps +share/vala-0.32/vapi/libusb-1.0.vapi +share/vala-0.32/vapi/libusb.vapi +share/vala-0.32/vapi/libvala-0.32.vapi +share/vala-0.32/vapi/libwnck-1.0.deps +share/vala-0.32/vapi/libwnck-1.0.vapi +share/vala-0.32/vapi/libwnck-3.0.deps +share/vala-0.32/vapi/libwnck-3.0.vapi +share/vala-0.32/vapi/libxml-2.0.vapi +share/vala-0.32/vapi/linux.deps +share/vala-0.32/vapi/linux.vapi +share/vala-0.32/vapi/loudmouth-1.0.vapi +share/vala-0.32/vapi/lua.vapi +share/vala-0.32/vapi/mx-1.0.deps +share/vala-0.32/vapi/mx-1.0.vapi +share/vala-0.32/vapi/mysql.vapi +share/vala-0.32/vapi/orc-0.4.vapi +share/vala-0.32/vapi/packagekit-glib2.deps +share/vala-0.32/vapi/packagekit-glib2.vapi +share/vala-0.32/vapi/pango.deps +share/vala-0.32/vapi/pango.vapi +share/vala-0.32/vapi/pangocairo.deps +share/vala-0.32/vapi/pangocairo.vapi +share/vala-0.32/vapi/pixman-1.vapi +share/vala-0.32/vapi/poppler-glib.deps +share/vala-0.32/vapi/poppler-glib.vapi +share/vala-0.32/vapi/posix.vapi +share/vala-0.32/vapi/purple.deps +share/vala-0.32/vapi/purple.vapi +share/vala-0.32/vapi/raptor.vapi +share/vala-0.32/vapi/rasqal.deps +share/vala-0.32/vapi/rasqal.vapi +share/vala-0.32/vapi/readline.vapi +share/vala-0.32/vapi/rest-0.6.deps +share/vala-0.32/vapi/rest-0.6.vapi +share/vala-0.32/vapi/rest-0.7.deps +share/vala-0.32/vapi/rest-0.7.vapi +share/vala-0.32/vapi/rest-extras-0.6.deps +share/vala-0.32/vapi/rest-extras-0.6.vapi +share/vala-0.32/vapi/rest-extras-0.7.deps +share/vala-0.32/vapi/rest-extras-0.7.vapi +share/vala-0.32/vapi/sdl-gfx.deps +share/vala-0.32/vapi/sdl-gfx.vapi +share/vala-0.32/vapi/sdl-image.deps +share/vala-0.32/vapi/sdl-image.vapi +share/vala-0.32/vapi/sdl-mixer.deps +share/vala-0.32/vapi/sdl-mixer.vapi +share/vala-0.32/vapi/sdl-net.deps +share/vala-0.32/vapi/sdl-net.vapi +share/vala-0.32/vapi/sdl-ttf.deps +share/vala-0.32/vapi/sdl-ttf.vapi +share/vala-0.32/vapi/sdl.vapi +share/vala-0.32/vapi/sqlite3.vapi +share/vala-0.32/vapi/taglib_c.vapi +share/vala-0.32/vapi/tiff.vapi +share/vala-0.32/vapi/tokyocabinet.vapi +share/vala-0.32/vapi/tracker-indexer-module-1.0.vapi +share/vala-0.32/vapi/twitter-glib-1.0.deps +share/vala-0.32/vapi/twitter-glib-1.0.vapi +share/vala-0.32/vapi/udisks2.deps +share/vala-0.32/vapi/udisks2.vapi +share/vala-0.32/vapi/unique-1.0.deps +share/vala-0.32/vapi/unique-1.0.vapi +share/vala-0.32/vapi/v4l2.vapi +share/vala-0.32/vapi/vte-2.90.deps +share/vala-0.32/vapi/vte-2.90.vapi +share/vala-0.32/vapi/vte.deps +share/vala-0.32/vapi/vte.vapi +share/vala-0.32/vapi/webkit-1.0.deps +share/vala-0.32/vapi/webkit-1.0.vapi +share/vala-0.32/vapi/webkit2gtk-4.0.deps +share/vala-0.32/vapi/webkit2gtk-4.0.vapi +share/vala-0.32/vapi/webkit2gtk-web-extension-4.0.deps +share/vala-0.32/vapi/webkit2gtk-web-extension-4.0.vapi +share/vala-0.32/vapi/x11.vapi +share/vala-0.32/vapi/xcb-icccm.vapi +share/vala-0.32/vapi/xcb.vapi +share/vala-0.32/vapi/xtst.deps +share/vala-0.32/vapi/xtst.vapi +share/vala-0.32/vapi/zlib.vapi share/vala/Makefile.vapigen diff --git a/lang/vala/buildlink3.mk b/lang/vala/buildlink3.mk index c6a520af08848..8e0446e3d14e2 100644 --- a/lang/vala/buildlink3.mk +++ b/lang/vala/buildlink3.mk @@ -1,15 +1,15 @@ -# $NetBSD: buildlink3.mk,v 1.13 2016/02/04 12:12:36 wiz Exp $ +# $NetBSD: buildlink3.mk,v 1.14 2016/04/10 18:49:42 prlw1 Exp $ BUILDLINK_TREE+= vala .if !defined(VALA_BUILDLINK3_MK) VALA_BUILDLINK3_MK:= -BUILDLINK_API_DEPENDS.vala+= vala>=0.30 +BUILDLINK_API_DEPENDS.vala+= vala>=0.32 BUILDLINK_PKGSRCDIR.vala?= ../../lang/vala -VALAC=${LOCALBASE}/bin/valac-0.30 -VAPIGEN=${LOCALBASE}/bin/vapigen-0.30 +VALAC=${LOCALBASE}/bin/valac-0.32 +VAPIGEN=${LOCALBASE}/bin/vapigen-0.32 .if defined(GNU_CONFIGURE) CONFIGURE_ENV+= VALAC=${VALAC} VAPIGEN=${VAPIGEN} .endif diff --git a/lang/vala/distinfo b/lang/vala/distinfo index d2341d91f9c09..069cc10939125 100644 --- a/lang/vala/distinfo +++ b/lang/vala/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.20 2016/02/04 12:12:36 wiz Exp $ +$NetBSD: distinfo,v 1.21 2016/04/10 18:49:42 prlw1 Exp $ -SHA1 (vala-0.30.0.tar.xz) = 39ba8dc14f604c3667e597de14470300254e8df6 -RMD160 (vala-0.30.0.tar.xz) = 0b2fd611c878acbe5603789cd2b54572a00a7e4f -SHA512 (vala-0.30.0.tar.xz) = 2c2cf53ae7f350ab42d2ebe75802b8bc2eff474f2e0e0e4c817d44b2a7cf958619732bd04d109ed34b86a94816564c856fe09e18e982a35e523f937820c1cef7 -Size (vala-0.30.0.tar.xz) = 2725736 bytes +SHA1 (vala-0.32.0.tar.xz) = 17328903a64fcee9b4ba03d6f2b01f69d752b0ef +RMD160 (vala-0.32.0.tar.xz) = 4870b3315d35b15523dd3e50375b4aabd7374944 +SHA512 (vala-0.32.0.tar.xz) = ee4e2f8d87f516d0929180ec25eda7311abdf2d5ba49fc484dfdc6cb00d4d4a7ae6d3383045b64d16a8489ad757a7f9d8b6eeb10277eb41725056739a313de5f +Size (vala-0.32.0.tar.xz) = 2758388 bytes SHA1 (patch-ac) = d98dc044ce50cf23634c22f11cfb7b62834e0dfa diff --git a/licenses/hpnd b/licenses/hpnd new file mode 100644 index 0000000000000..9aad3ecf63e3d --- /dev/null +++ b/licenses/hpnd @@ -0,0 +1,37 @@ +Historical Permission Notice and Disclaimer (HPND) + + + +Permission to use, copy, modify and distribute this software and its +documentation for any purpose and without fee is hereby granted, provided that +the above copyright notice appear in all copies[,] [and] that both [that] [the] +copyright notice and this permission notice appear in supporting documentation +[, and that the name [of] [or ] not be +used in advertising or publicity pertaining to distribution of the software +without specific, written prior permission]. [ makes no +representations about the suitability of this software for any purpose. It is +provided "as is" without express or implied warranty.] + +[ DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, +INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS[,][.] IN NO +EVENT SHALL BE LIABLE FOR ANY SPECIAL, INDIRECT OR +CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS +ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS +SOFTWARE.] + +--- + +Explanation: + +Angle brackets hold "fields", e.g. . + +Square brackets hold optional text, e.g. [or ]. + +A license can have variations in capitalization and whitespace, and still be +considered an instance of this template. + +It may be possible to construct a grammatically incorrect license from this +template, or one that lacks a disclaimer, or one that includes a +double-disclaimer. That is acceptable, as long as it remains impossible to +construct a non-OSD-compliant license that matches the pattern. diff --git a/licenses/mame-license b/licenses/mame-license deleted file mode 100644 index 33267a54cb1e8..0000000000000 --- a/licenses/mame-license +++ /dev/null @@ -1,35 +0,0 @@ -Unless otherwise explicitly stated, all code in MAME is released under the -following license: - -Copyright Nicola Salmoria and the MAME team -All rights reserved. - -Redistribution and use of this code or any derivative works are permitted -provided that the following conditions are met: - -* Redistributions may not be sold, nor may they be used in a commercial -product or activity. - -* Redistributions that are modified from the original source must include the -complete source code, including the source code for all components used by a -binary built from the modified sources. However, as a special exception, the -source code distributed need not include anything that is normally distributed -(in either source or binary form) with the major components (compiler, kernel, -and so on) of the operating system on which the executable runs, unless that -component itself accompanies the executable. - -* Redistributions must reproduce the above copyright notice, this list of -conditions and the following disclaimer in the documentation and/or other -materials provided with the distribution. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" -AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE -LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR -CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF -SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN -CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE -POSSIBILITY OF SUCH DAMAGE. diff --git a/mail/GNUMail/Makefile b/mail/GNUMail/Makefile index b2a7f0cf9cece..62de7250d46d4 100644 --- a/mail/GNUMail/Makefile +++ b/mail/GNUMail/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.42 2015/10/10 01:58:11 ryoon Exp $ +# $NetBSD: Makefile,v 1.43 2016/04/11 19:01:55 ryoon Exp $ DISTNAME= GNUMail-1.2.0 -PKGREVISION= 7 +PKGREVISION= 8 CATEGORIES= mail gnustep MASTER_SITES= http://debian.uni-essen.de/misc/GNUstep/Apps/GNUMail/ diff --git a/mail/Makefile b/mail/Makefile index 5e6d038cd29f6..e0f7c5a806d0c 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.473 2016/02/25 15:32:11 wiz Exp $ +# $NetBSD: Makefile,v 1.476 2016/04/17 18:27:45 ryoon Exp $ # COMMENT= Electronic mail utilities @@ -235,6 +235,7 @@ SUBDIR+= p5-Net-ManageSieve SUBDIR+= p5-Net-SMTP-SSL SUBDIR+= p5-Net-SMTP_auth SUBDIR+= p5-Net-validMX +SUBDIR+= p5-Parse-MIME SUBDIR+= p5-Sendmail-AccessDB SUBDIR+= p5-Sendmail-PMilter SUBDIR+= p5-Test-Email @@ -346,6 +347,8 @@ SUBDIR+= thunderbird24 SUBDIR+= thunderbird24-l10n SUBDIR+= thunderbird31 SUBDIR+= thunderbird31-l10n +SUBDIR+= thunderbird38 +SUBDIR+= thunderbird38-l10n SUBDIR+= tmda SUBDIR+= tnef SUBDIR+= tnef2txt diff --git a/mail/Pantomime/Makefile b/mail/Pantomime/Makefile index 1438d586ec506..f05cea903802f 100644 --- a/mail/Pantomime/Makefile +++ b/mail/Pantomime/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.34 2015/10/10 01:57:53 ryoon Exp $ +# $NetBSD: Makefile,v 1.35 2016/04/11 19:01:35 ryoon Exp $ DISTNAME= Pantomime-1.2.0 -PKGREVISION= 7 +PKGREVISION= 8 CATEGORIES= mail gnustep MASTER_SITES= http://debian.uni-essen.de/misc/GNUstep/Apps/GNUMail/ diff --git a/mail/Pantomime/buildlink3.mk b/mail/Pantomime/buildlink3.mk index 2bcbbbda84007..e9b626060c326 100644 --- a/mail/Pantomime/buildlink3.mk +++ b/mail/Pantomime/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.16 2015/04/06 08:17:15 adam Exp $ +# $NetBSD: buildlink3.mk,v 1.17 2016/04/11 19:01:35 ryoon Exp $ BUILDLINK_TREE+= Pantomime @@ -6,7 +6,7 @@ BUILDLINK_TREE+= Pantomime PANTOMIME_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.Pantomime+= Pantomime>1.1.9 -BUILDLINK_ABI_DEPENDS.Pantomime+= Pantomime>=1.2.0nb6 +BUILDLINK_ABI_DEPENDS.Pantomime+= Pantomime>=1.2.0nb8 BUILDLINK_PKGSRCDIR.Pantomime?= ../../mail/Pantomime .include "../../devel/gnustep-make/gnustep.mk" diff --git a/mail/R-mime/Makefile b/mail/R-mime/Makefile index 23af979bbd73c..964180610b0a2 100644 --- a/mail/R-mime/Makefile +++ b/mail/R-mime/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2014/09/19 20:44:28 brook Exp $ +# $NetBSD: Makefile,v 1.2 2016/04/13 14:14:58 wen Exp $ CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/} @@ -9,7 +9,7 @@ COMMENT= Map filenames to MIME types # TODO: LICENSE= GPL R_PKGNAME= mime -R_PKGVER= 0.1.2 +R_PKGVER= 0.4 .include "../../math/R/Makefile.extension" .include "../../mk/bsd.pkg.mk" diff --git a/mail/R-mime/distinfo b/mail/R-mime/distinfo index a63a78316b47d..8f42247b085d2 100644 --- a/mail/R-mime/distinfo +++ b/mail/R-mime/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2015/11/03 23:27:00 agc Exp $ +$NetBSD: distinfo,v 1.3 2016/04/13 14:14:58 wen Exp $ -SHA1 (R/mime_0.1.2.tar.gz) = 517299eee60cb197e86c748a994a9b876892b74b -RMD160 (R/mime_0.1.2.tar.gz) = 4dc1f945cbfe87038c5a0394746bd111478072e8 -SHA512 (R/mime_0.1.2.tar.gz) = 286c218558382114d1dfcac8eae3a5b132ada66433a37a7a211aa5fc74871962f6b6333b9de5ada2d35e3db3cc3ef78c7b33340411c54b6b221b2cb6783b82ab -Size (R/mime_0.1.2.tar.gz) = 7939 bytes +SHA1 (R/mime_0.4.tar.gz) = 1937ad906b574333545124d18aa95c2e703cb621 +RMD160 (R/mime_0.4.tar.gz) = 31c641be9b26e39a34b413443251de6c15dc2c40 +SHA512 (R/mime_0.4.tar.gz) = 838f9f9ce295e3a069b0a3d3ca189ebaa5e4419f25e0321d63fc4324fcd3a135e9e45ef15808c6a56b3fbe39518d5da116ebd0944ea51d4ced0d3140a91f268d +Size (R/mime_0.4.tar.gz) = 12545 bytes diff --git a/mail/akonadi/Makefile b/mail/akonadi/Makefile index a8077b9cf274d..885b9e6cd701f 100644 --- a/mail/akonadi/Makefile +++ b/mail/akonadi/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.72 2016/03/05 11:27:50 jperkin Exp $ +# $NetBSD: Makefile,v 1.73 2016/04/11 19:01:55 ryoon Exp $ DISTNAME= akonadi-1.13.0 -PKGREVISION= 6 +PKGREVISION= 7 CATEGORIES= mail MASTER_SITES= ftp://kde.mirror.anlx.net/stable/akonadi/src/ EXTRACT_SUFX= .tar.bz2 diff --git a/mail/balsa/Makefile b/mail/balsa/Makefile index cac83da76d335..38e33e9d5557b 100644 --- a/mail/balsa/Makefile +++ b/mail/balsa/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.119 2016/03/05 11:28:45 jperkin Exp $ +# $NetBSD: Makefile,v 1.121 2016/04/11 19:01:55 ryoon Exp $ DISTNAME= balsa-2.4.14 -PKGREVISION= 16 +PKGREVISION= 17 CATEGORIES= mail gnome MASTER_SITES= http://pawsa.fedorapeople.org/balsa/ EXTRACT_SUFX= .tar.bz2 @@ -40,6 +40,7 @@ CONF_FILES= ${EGDIR}/balsa.soundlist ${PKG_SYSCONFDIR}/sound/events/balsa.soundl .include "../../graphics/hicolor-icon-theme/buildlink3.mk" .include "../../mail/gmime24/buildlink3.mk" .include "../../mail/libesmtp/buildlink3.mk" +.include "../../mk/curses.buildlink3.mk" .include "../../net/ORBit2/buildlink3.mk" .include "../../security/gpgme/buildlink3.mk" .include "../../sysutils/libnotify/buildlink3.mk" diff --git a/mail/bogofilter/Makefile b/mail/bogofilter/Makefile index 4bce393c3ca5e..8056e8517b447 100644 --- a/mail/bogofilter/Makefile +++ b/mail/bogofilter/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.59 2015/10/10 01:58:11 ryoon Exp $ +# $NetBSD: Makefile,v 1.60 2016/04/11 19:01:55 ryoon Exp $ DISTNAME= bogofilter-1.2.4 -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=bogofilter/} EXTRACT_SUFX= .tar.bz2 diff --git a/mail/claws-mail/Makefile.common b/mail/claws-mail/Makefile.common index 801162f749ce0..99cc8e1c6170d 100644 --- a/mail/claws-mail/Makefile.common +++ b/mail/claws-mail/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.16 2015/12/13 11:12:56 markd Exp $ +# $NetBSD: Makefile.common,v 1.17 2016/03/23 21:22:18 nros Exp $ # used by mail/claws-mail/plugins.mk @@ -27,6 +27,7 @@ CONFIGURE_ENV+= ac_cv_path_GNOME_CONFIG="no" CONFIGURE_ARGS+= --enable-enchant CONFIGURE_ARGS+= --enable-nls CONFIGURE_ARGS+= --enable-compface +CONFIGURE_ARGS+= --disable-manual CONFIGURE_ARGS+= --disable-pgpcore-plugin CONFIGURE_ARGS+= --disable-pgpmime-plugin CONFIGURE_ARGS+= --disable-pgpinline-plugin diff --git a/mail/clawsker/distinfo b/mail/clawsker/distinfo index 86a9e823018a5..79cdc91cd065d 100644 --- a/mail/clawsker/distinfo +++ b/mail/clawsker/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.8 2015/11/03 23:27:02 agc Exp $ +$NetBSD: distinfo,v 1.9 2016/04/01 22:25:32 jperkin Exp $ SHA1 (clawsker-0.7.8.tar.gz) = 44cfb77fbe5ec4d9c5d12f0940d28d50bbc3ade1 RMD160 (clawsker-0.7.8.tar.gz) = 66c085a1dad9a8ebdd9adc786be4e12e5b18058b SHA512 (clawsker-0.7.8.tar.gz) = 2dd1cccc45641aeb58769630f095d23f68b0bdc8276711cea1d25597c2c3fd94ef5b318bafc5332f4c3880715052949f07e3a2b8ad554baa4b871434547abdca Size (clawsker-0.7.8.tar.gz) = 66210 bytes -SHA1 (patch-aa) = bc7d011e4fae77968d6d5e9ccbfaa6feb4a6bbc5 +SHA1 (patch-aa) = 1ca42be49f2e65bb740639d7a65ab5b1275e03e8 diff --git a/mail/clawsker/patches/patch-aa b/mail/clawsker/patches/patch-aa index e694a92a8b046..09211cb10ab87 100644 --- a/mail/clawsker/patches/patch-aa +++ b/mail/clawsker/patches/patch-aa @@ -1,4 +1,6 @@ -$NetBSD: patch-aa,v 1.1 2008/01/24 03:00:29 smb Exp $ +$NetBSD: patch-aa,v 1.2 2016/04/01 22:25:32 jperkin Exp $ + +Support PKGMANDIR. --- Makefile.orig 2008-01-21 10:55:39.000000000 -0500 +++ Makefile 2008-01-21 10:58:00.000000000 -0500 @@ -7,7 +9,7 @@ $NetBSD: patch-aa,v 1.1 2008/01/24 03:00:29 smb Exp $ DATADIR = ${PREFIX}/share LIBDIR = ${PREFIX}/lib/${NAME} -MANDIR = ${DATADIR}/man -+MANDIR = ${PREFIX}/man ++MANDIR = ${PREFIX}/${PKGMANDIR} MAN1DIR = ${MANDIR}/man1 all: build diff --git a/mail/cue/Makefile b/mail/cue/Makefile index 40ce5935bef11..915474cb2f40b 100644 --- a/mail/cue/Makefile +++ b/mail/cue/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.69 2016/03/05 11:28:46 jperkin Exp $ +# $NetBSD: Makefile,v 1.70 2016/05/01 04:54:01 mef Exp $ -DISTNAME= cue-snap-20140217 +DISTNAME= cue-snap-20151214 PKGNAME= ${DISTNAME:S/snap-//} -PKGREVISION= 1 CATEGORIES= mail MASTER_SITES= ftp://sh.wide.ad.jp/WIDE/free-ware/cue/snap/ diff --git a/mail/cue/distinfo b/mail/cue/distinfo index 4b9b7dfe3b078..815e9cc47d426 100644 --- a/mail/cue/distinfo +++ b/mail/cue/distinfo @@ -1,10 +1,9 @@ -$NetBSD: distinfo,v 1.36 2015/11/03 23:27:02 agc Exp $ +$NetBSD: distinfo,v 1.37 2016/05/01 04:54:01 mef Exp $ -SHA1 (cue-snap-20140217.tar.gz) = 44d49f978074cd605b76f2bfd2271912926d3447 -RMD160 (cue-snap-20140217.tar.gz) = 0f7dad95b319e8c5cc19c6b656076ee6f2c3e22a -SHA512 (cue-snap-20140217.tar.gz) = 3e868d93b358c3e6c9fa978100a2ea148af33a4c50cfdaadc50abf3673e0328c08c3428ee4eee2340242580b1c2ce6daea2c4d550ff66f4cd95970a73fd9da81 -Size (cue-snap-20140217.tar.gz) = 258218 bytes +SHA1 (cue-snap-20151214.tar.gz) = a176eeda20f4f8ee41182d6ad3e45f8bd0c3ebe8 +RMD160 (cue-snap-20151214.tar.gz) = 16657cac021f398d51359f096b738327ac848ad1 +SHA512 (cue-snap-20151214.tar.gz) = 74d7050755d34cd4092298f481df6d9288f262be7d6c403511798f147e18b63a3e2792b98dabbe4412396ca6d8de80b7219a1096d99853f4471be33c8ecca0e0 +Size (cue-snap-20151214.tar.gz) = 259848 bytes SHA1 (patch-aa) = c83665ce01f9a56652a3ad650910f9b810cae4b4 SHA1 (patch-configure.in) = 3f7c2fe9ce3ab851d06cc6d4e31e8c3bdde6d709 -SHA1 (patch-message.c) = bd58dfbdb560ec231a6505c021a8e7a33d4c8503 -SHA1 (patch-pgp.c) = 88f370cf04d8806c2df02653f7857460151c93f6 +SHA1 (patch-pgp.c) = b6142c2bf9d2a1341663ac0902d1014bc66ec323 diff --git a/mail/cue/patches/patch-message.c b/mail/cue/patches/patch-message.c deleted file mode 100644 index e348017309f4b..0000000000000 --- a/mail/cue/patches/patch-message.c +++ /dev/null @@ -1,35 +0,0 @@ -$NetBSD: patch-message.c,v 1.1 2014/03/05 12:11:46 obache Exp $ - -Fixes a crash on a mail with many headers. -2014-02-24 Sent upstream. - ---- message.c.orig 2014-02-03 14:27:20.000000000 +0000 -+++ message.c -@@ -663,7 +663,7 @@ message_multipart_next(struct filedb *fd - fdb->flags |= FDB_INLINE; - i = fdb->hdrs + nfdb->hdrs; - if (i > fdb->hdr_size) { -- p = realloc(fdb->hdr, i); -+ p = realloc(fdb->hdr, sizeof(*p) * i); - if (!p) - abort(); - fdb->hdr = p; -@@ -739,12 +739,17 @@ message_header(struct filedb *fdb) - fdb->hdr = malloc(sizeof(struct header) * fdb->hdr_size); - n = message_header_readbuf(fdb, fdb->hdr, fdb->hdr_size); - if (n > fdb->hdr_size) { -+ int n2; -+ - p = realloc(fdb->hdr, sizeof(struct header) * n); - if (!p) - abort(); - fdb->hdr = p; -- n = message_header_readbuf(fdb, fdb->hdr + fdb->hdr_size, -+ n2 = message_header_readbuf(fdb, fdb->hdr + fdb->hdr_size, - n - fdb->hdr_size); -+ if (n != n2 + fdb->hdr_size) -+ abort(); -+ fdb->hdr_size = n; - } - fdb->hdrs = n; - if (fdb->flags & FDB_MULTIPART) { diff --git a/mail/cue/patches/patch-pgp.c b/mail/cue/patches/patch-pgp.c index 3d1cf977ce768..7f4137f30544b 100644 --- a/mail/cue/patches/patch-pgp.c +++ b/mail/cue/patches/patch-pgp.c @@ -1,4 +1,4 @@ -$NetBSD: patch-pgp.c,v 1.1 2011/12/18 11:33:42 obache Exp $ +$NetBSD: patch-pgp.c,v 1.2 2016/05/01 04:54:01 mef Exp $ * for OpenSSL without MD2 support. @@ -16,7 +16,7 @@ } @@ -1418,11 +1420,13 @@ pgp_comp_data(struct pgp_pkt *pkt) static const EVP_MD * - pgp_asn1_md(u_char **pp, int len) + pgp_asn1_md(const u_char **pp, int len) { +#ifndef OPENSSL_NO_MD2 static const u_char asn1_md2[] = { diff --git a/mail/cyrus-imapd23/Makefile b/mail/cyrus-imapd23/Makefile index c8a999e1f95a0..32269464a7cca 100644 --- a/mail/cyrus-imapd23/Makefile +++ b/mail/cyrus-imapd23/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.39 2016/03/05 11:28:47 jperkin Exp $ +# $NetBSD: Makefile,v 1.40 2016/04/11 19:01:55 ryoon Exp $ DISTNAME= cyrus-imapd-2.3.18 -PKGREVISION= 17 +PKGREVISION= 18 CATEGORIES= mail MASTER_SITES= http://cyrusimap.org/releases/ \ ftp://ftp.cyrusimap.org/cyrus-imapd/ \ diff --git a/mail/cyrus-imapd24/Makefile b/mail/cyrus-imapd24/Makefile index 73f44377458ce..aaf22cc7c9ed9 100644 --- a/mail/cyrus-imapd24/Makefile +++ b/mail/cyrus-imapd24/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.43 2016/03/05 11:28:47 jperkin Exp $ +# $NetBSD: Makefile,v 1.44 2016/04/11 19:01:55 ryoon Exp $ DISTNAME= cyrus-imapd-2.4.17 -PKGREVISION= 14 +PKGREVISION= 15 CATEGORIES= mail MASTER_SITES= http://cyrusimap.org/releases/ \ ftp://ftp.cyrusimap.org/cyrus-imapd/ \ diff --git a/mail/dbmail/Makefile b/mail/dbmail/Makefile index 8b55a3ff8aee0..b27e07db38fdb 100644 --- a/mail/dbmail/Makefile +++ b/mail/dbmail/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.51 2016/03/05 11:28:47 jperkin Exp $ +# $NetBSD: Makefile,v 1.52 2016/04/11 19:01:55 ryoon Exp $ DISTNAME= dbmail-3.2.3 -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_GITHUB:=pjstevns/} GITHUB_TAG= v${PKGVERSION_NOREV} diff --git a/mail/deforaos-mailer/Makefile b/mail/deforaos-mailer/Makefile index ad650d7a840ba..58a9a5d82ce82 100644 --- a/mail/deforaos-mailer/Makefile +++ b/mail/deforaos-mailer/Makefile @@ -1,15 +1,14 @@ -# $NetBSD: Makefile,v 1.22 2016/03/05 11:28:47 jperkin Exp $ +# $NetBSD: Makefile,v 1.24 2016/04/14 11:16:28 jperkin Exp $ -DISTNAME= Mailer-0.1.7 -PKGNAME= deforaos-mailer-0.1.7 -PKGREVISION= 1 +DISTNAME= Mailer-0.1.8 +PKGNAME= deforaos-mailer-0.1.8 CATEGORIES= mail -MASTER_SITES= http://www.defora.org/os/download/download/4426/ +MASTER_SITES= http://www.defora.org/os/download/download/4439/ MAINTAINER= khorben@defora.org HOMEPAGE= http://www.defora.org/ COMMENT= DeforaOS desktop e-mail client -LICENSE= gnu-gpl-v3 +LICENSE= modified-bsd BUILD_DEPENDS+= libxslt-[0-9]*:../../textproc/libxslt BUILD_DEPENDS+= docbook-xsl-[0-9]*:../../textproc/docbook-xsl @@ -27,6 +26,8 @@ AUTO_MKDIRS= yes CONFLICTS= john-[0-9]* +LDFLAGS.SunOS+= -lnsl -lsocket + .include "../../mk/bsd.prefs.mk" .if ${PKGMANDIR} != "share/man" diff --git a/mail/deforaos-mailer/PLIST b/mail/deforaos-mailer/PLIST index a94ed9fed3e6a..47f74c70d1241 100644 --- a/mail/deforaos-mailer/PLIST +++ b/mail/deforaos-mailer/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2016/02/20 14:52:09 khorben Exp $ +@comment $NetBSD: PLIST,v 1.5 2016/04/05 20:52:34 khorben Exp $ bin/compose bin/mailer include/Desktop/Mailer.h @@ -60,4 +60,5 @@ share/icons/hicolor/48x48/apps/mailer-inbox.png share/icons/hicolor/48x48/apps/mailer-outbox.png share/icons/hicolor/48x48/apps/mailer-sent.png share/icons/hicolor/48x48/apps/mailer.png +share/locale/es/LC_MESSAGES/Mailer.mo share/locale/fr/LC_MESSAGES/Mailer.mo diff --git a/mail/deforaos-mailer/distinfo b/mail/deforaos-mailer/distinfo index 4bbc2330519e8..26a297792569d 100644 --- a/mail/deforaos-mailer/distinfo +++ b/mail/deforaos-mailer/distinfo @@ -1,9 +1,6 @@ -$NetBSD: distinfo,v 1.6 2016/02/22 12:42:56 khorben Exp $ +$NetBSD: distinfo,v 1.7 2016/04/05 20:52:34 khorben Exp $ -SHA1 (Mailer-0.1.7.tar.gz) = 33ffa684ef30c541bb3e37c2de39bd64c1e3df4b -RMD160 (Mailer-0.1.7.tar.gz) = e82282a8fc72af497a41b896946dd199c8eb4cc8 -SHA512 (Mailer-0.1.7.tar.gz) = 21124ad22ebcfdcb8479c60817a5934c710626a03246a684902139464e25f52acc437594880e4081dbc4bdbe3d68fd4267a2d90e38dee9af64f5569d0ee770b1 -Size (Mailer-0.1.7.tar.gz) = 117673 bytes -SHA1 (patch-src_Makefile) = 3fb9b33e2a3e28446d45ef3137e61c98672ab380 -SHA1 (patch-src_account_Makefile) = e86345144a78f48d2d1caf670f29702df5a4ef1a -SHA1 (patch-src_plugins_Makefile) = 1c55d7d99f64e737faf1ce7635117624e1d30696 +SHA1 (Mailer-0.1.8.tar.gz) = a31bbeb22f11f692e937b6450a3c913424a80b0d +RMD160 (Mailer-0.1.8.tar.gz) = 5bc95b752896c8b9fc6019d13767b6663672d019 +SHA512 (Mailer-0.1.8.tar.gz) = fff0b8e6a7796bfb10d76dcfc36297a44b377e14bc0de2c8c939880e5fd956dd0b837f8c7788a3adc295aad18ab6f98001ff1cea03076bffed291f35d77bdd33 +Size (Mailer-0.1.8.tar.gz) = 108980 bytes diff --git a/mail/deforaos-mailer/patches/patch-src_Makefile b/mail/deforaos-mailer/patches/patch-src_Makefile deleted file mode 100644 index 89f3b0081f5b5..0000000000000 --- a/mail/deforaos-mailer/patches/patch-src_Makefile +++ /dev/null @@ -1,26 +0,0 @@ -$NetBSD: patch-src_Makefile,v 1.1 2016/02/22 12:42:56 khorben Exp $ - -Always build libraries with -fPIC - ---- src/Makefile.orig 2016-02-20 14:42:07.000000000 +0000 -+++ src/Makefile -@@ -7,8 +7,8 @@ LIBDIR = $(PREFIX)/lib - CC = cc - CPPFLAGSF= - CPPFLAGS= --CFLAGSF = -W `pkg-config --cflags libDesktop` --CFLAGS = -Wall -g -O2 -pedantic -fPIC -D_FORTIFY_SOURCE=2 -fstack-protector-all -+CFLAGSF = `pkg-config --cflags libDesktop` -+CFLAGS = -W -Wall -g -O2 -pedantic -D_FORTIFY_SOURCE=2 -fstack-protector-all - LDFLAGSF= `pkg-config --libs libDesktop` -lintl - LDFLAGS = -Wl,-z,relro -Wl,-z,now - EXEEXT = -@@ -34,7 +34,7 @@ subdirs: - else $(MAKE); fi) || exit; done - - libMailer_OBJS = $(OBJDIR)account.o $(OBJDIR)callbacks.o $(OBJDIR)compose.o $(OBJDIR)folder.o $(OBJDIR)helper.o $(OBJDIR)mailer.o $(OBJDIR)message.o --libMailer_CFLAGS = $(CPPFLAGSF) $(CPPFLAGS) $(CFLAGSF) $(CFLAGS) -+libMailer_CFLAGS = $(CPPFLAGSF) $(CPPFLAGS) $(CFLAGSF) $(CFLAGS) -fPIC - libMailer_LDFLAGS = $(LDFLAGSF) $(LDFLAGS) `pkg-config --libs openssl` -lssl - - $(OBJDIR)libMailer.a: $(libMailer_OBJS) diff --git a/mail/deforaos-mailer/patches/patch-src_account_Makefile b/mail/deforaos-mailer/patches/patch-src_account_Makefile deleted file mode 100644 index b2172bfe0f013..0000000000000 --- a/mail/deforaos-mailer/patches/patch-src_account_Makefile +++ /dev/null @@ -1,17 +0,0 @@ -$NetBSD: patch-src_account_Makefile,v 1.1 2016/02/22 12:42:56 khorben Exp $ - -Always build plug-ins with -fPIC - ---- src/account/Makefile.orig 2016-02-20 14:42:07.000000000 +0000 -+++ src/account/Makefile -@@ -6,8 +6,8 @@ LIBDIR = $(PREFIX)/lib - CC = cc - CPPFLAGSF= -I ../../include - CPPFLAGS= --CFLAGSF = -W `pkg-config --cflags openssl` `pkg-config --cflags glib-2.0` --CFLAGS = -Wall -g -O2 -pedantic -fPIC -D_FORTIFY_SOURCE=2 -fstack-protector-all -+CFLAGSF = `pkg-config --cflags openssl` `pkg-config --cflags glib-2.0` -fPIC -+CFLAGS = -W -Wall -g -O2 -pedantic -D_FORTIFY_SOURCE=2 -fstack-protector-all - LDFLAGSF= `pkg-config --libs openssl` -lssl `pkg-config --libs glib-2.0` - LDFLAGS = -Wl,-z,relro -Wl,-z,now - EXEEXT = diff --git a/mail/deforaos-mailer/patches/patch-src_plugins_Makefile b/mail/deforaos-mailer/patches/patch-src_plugins_Makefile deleted file mode 100644 index 26fdf15127eee..0000000000000 --- a/mail/deforaos-mailer/patches/patch-src_plugins_Makefile +++ /dev/null @@ -1,17 +0,0 @@ -$NetBSD: patch-src_plugins_Makefile,v 1.1 2016/02/22 12:42:56 khorben Exp $ - -Always build plug-ins with -fPIC - ---- src/plugins/Makefile.orig 2016-02-20 14:42:07.000000000 +0000 -+++ src/plugins/Makefile -@@ -6,8 +6,8 @@ LIBDIR = $(PREFIX)/lib - CC = cc - CPPFLAGSF= -I ../../include - CPPFLAGS= --CFLAGSF = -W `pkg-config --cflags libDesktop` --CFLAGS = -Wall -g -O2 -pedantic -fPIC -D_FORTIFY_SOURCE=2 -fstack-protector-all -+CFLAGSF = `pkg-config --cflags libDesktop` -fPIC -+CFLAGS = -W -Wall -g -O2 -pedantic -D_FORTIFY_SOURCE=2 -fstack-protector-all - LDFLAGSF= `pkg-config --libs openssl` -lssl `pkg-config --libs libDesktop` - LDFLAGS = -Wl,-z,relro -Wl,-z,now - EXEEXT = diff --git a/mail/dovecot/Makefile b/mail/dovecot/Makefile index 22c6f8cd1c799..c17b9a258186b 100644 --- a/mail/dovecot/Makefile +++ b/mail/dovecot/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.180 2016/03/05 11:28:47 jperkin Exp $ +# $NetBSD: Makefile,v 1.181 2016/04/11 19:01:55 ryoon Exp $ DOVECOT_VERSION= 1.2 DOVECOT_SUBVERSION= .17 SIEVE_VERSION= 0.1.19 MANAGESIEVE_VERSION= 0.11.13 DISTNAME= dovecot-${DOVECOT_VERSION}${DOVECOT_SUBVERSION} -PKGREVISION= 19 +PKGREVISION= 20 CATEGORIES= mail MASTER_SITES= http://www.dovecot.org/releases/${DOVECOT_VERSION}/ DOVECOT_SIEVE_SITES= http://pigeonhole.dovecot.org/releases/${DOVECOT_VERSION}/ diff --git a/mail/dovecot2-pigeonhole/Makefile b/mail/dovecot2-pigeonhole/Makefile index 4a576bff03858..91ebd31e17ed2 100644 --- a/mail/dovecot2-pigeonhole/Makefile +++ b/mail/dovecot2-pigeonhole/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.28 2016/03/05 11:28:47 jperkin Exp $ +# $NetBSD: Makefile,v 1.29 2016/05/03 01:51:39 taca Exp $ -DISTNAME= dovecot-2.2-pigeonhole-0.4.12 +DISTNAME= dovecot-2.2-pigeonhole-0.4.14 PKGNAME= ${DISTNAME:S/-2.2-/-/} -PKGREVISION= 1 CATEGORIES= mail MASTER_SITES= http://pigeonhole.dovecot.org/releases/2.2/ diff --git a/mail/dovecot2-pigeonhole/PLIST b/mail/dovecot2-pigeonhole/PLIST index 8ddf2ae8c080c..c0da9e6abbb99 100644 --- a/mail/dovecot2-pigeonhole/PLIST +++ b/mail/dovecot2-pigeonhole/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.10 2016/02/22 12:41:01 taca Exp $ +@comment $NetBSD: PLIST,v 1.11 2016/05/03 01:51:39 taca Exp $ bin/sieve-dump bin/sieve-filter bin/sieve-test @@ -12,6 +12,7 @@ include/dovecot/sieve/realpath.h include/dovecot/sieve/rfc2822.h include/dovecot/sieve/sieve-actions.h include/dovecot/sieve/sieve-address-parts.h +include/dovecot/sieve/sieve-address-source.h include/dovecot/sieve/sieve-address.h include/dovecot/sieve/sieve-ast.h include/dovecot/sieve/sieve-binary-dumper.h @@ -59,11 +60,13 @@ include/dovecot/sieve/sieve.h include/dovecot/sieve/strtrim.h lib/dovecot/doveadm/lib10_doveadm_sieve_plugin.la lib/dovecot/lib90_sieve_plugin.la +lib/dovecot/lib95_imap_sieve_plugin.la lib/dovecot/libdovecot-sieve.la lib/dovecot/settings/libmanagesieve_login_settings.la lib/dovecot/settings/libmanagesieve_settings.la lib/dovecot/settings/libpigeonhole_settings.la lib/dovecot/sieve/lib90_sieve_extprograms_plugin.la +lib/dovecot/sieve/lib90_sieve_imapsieve_plugin.la libexec/dovecot/managesieve libexec/dovecot/managesieve-login man/man1/doveadm-sieve.1 diff --git a/mail/dovecot2-pigeonhole/distinfo b/mail/dovecot2-pigeonhole/distinfo index 76dd57951e3e0..a88335b42eab9 100644 --- a/mail/dovecot2-pigeonhole/distinfo +++ b/mail/dovecot2-pigeonhole/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.20 2016/02/22 12:41:01 taca Exp $ +$NetBSD: distinfo,v 1.21 2016/05/03 01:51:39 taca Exp $ -SHA1 (dovecot-2.2-pigeonhole-0.4.12.tar.gz) = 115641fd42636ffc1925ef1d87063246ff043a04 -RMD160 (dovecot-2.2-pigeonhole-0.4.12.tar.gz) = 2a7b67e1e304653955c603ce0e9449a00859aec9 -SHA512 (dovecot-2.2-pigeonhole-0.4.12.tar.gz) = 68b2bcc8bd2a8c039ff116a441ff8795917b280f89ad60819638d5903010611bbd5966567d0d33ae305f9ae4db9f6756b2a72ccd8305124cfe846d64bbdd08c5 -Size (dovecot-2.2-pigeonhole-0.4.12.tar.gz) = 1681327 bytes +SHA1 (dovecot-2.2-pigeonhole-0.4.14.tar.gz) = 23d0ab4bae72c79da5ef743945f2fa6a9d09a013 +RMD160 (dovecot-2.2-pigeonhole-0.4.14.tar.gz) = 7481cb2eb7c08ac653a9a5c5787b4f47fd50aa5e +SHA512 (dovecot-2.2-pigeonhole-0.4.14.tar.gz) = 97e72a3046a5975d416e49a900a9d801224c6de944aea4fd80b0e9c571af68d4e11c4a152ab6048abd9867a31eb4d8e3e648165489fb4a2b57a9a2929760247e +Size (dovecot-2.2-pigeonhole-0.4.14.tar.gz) = 1752101 bytes SHA1 (patch-aa) = 264399e166b5fece22bacd47b043c59f8f0f0a29 diff --git a/mail/dovecot2/Makefile b/mail/dovecot2/Makefile index a35a210c78e75..47375aaae60dd 100644 --- a/mail/dovecot2/Makefile +++ b/mail/dovecot2/Makefile @@ -1,11 +1,10 @@ -# $NetBSD: Makefile,v 1.83 2016/03/05 11:27:50 jperkin Exp $ +# $NetBSD: Makefile,v 1.87 2016/05/03 01:49:52 taca Exp $ # # when updating to a new release, update ABI depends in # the buildlink3.mk file as well, since the plugins' version # must match (see PR 49563). -DISTNAME= dovecot-2.2.21 -PKGREVISION= 1 +DISTNAME= dovecot-2.2.24 CATEGORIES= mail MASTER_SITES= http://www.dovecot.org/releases/${PKGVERSION_NOREV:R}/ @@ -26,6 +25,10 @@ TEST_TARGET= check # Explicitly disable inotify on illumos, it is provided for Linux compat only. CONFIGURE_ENV.SunOS+= ac_cv_func_inotify_init=no +# Sharing sources between binary and lib triggers libtool bugs +# mv: rename .deps/auth-stats.Tpo to .deps/auth-stats.Po: No such file or directory +MAKE_JOBS_SAFE= no + .include "../../mk/bsd.prefs.mk" RCD_SCRIPTS= dovecot diff --git a/mail/dovecot2/PLIST b/mail/dovecot2/PLIST index e17a09aa9ddda..97ca5ae0ec6c7 100644 --- a/mail/dovecot2/PLIST +++ b/mail/dovecot2/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.42 2015/12/27 12:36:37 adam Exp $ +@comment $NetBSD: PLIST,v 1.46 2016/05/03 12:34:27 taca Exp $ bin/doveadm bin/doveconf bin/dsync @@ -29,10 +29,12 @@ include/dovecot/auth-master.h include/dovecot/auth-penalty.h include/dovecot/auth-postfix-connection.h include/dovecot/auth-request-handler.h +include/dovecot/auth-request-stats.h include/dovecot/auth-request-var-expand.h include/dovecot/auth-request.h include/dovecot/auth-server-connection.h include/dovecot/auth-settings.h +include/dovecot/auth-stats.h include/dovecot/auth-token.h include/dovecot/auth-worker-client.h include/dovecot/auth-worker-server.h @@ -110,6 +112,7 @@ include/dovecot/file-set-size.h include/dovecot/fs-api-private.h include/dovecot/fs-api.h include/dovecot/fs-sis-common.h +include/dovecot/fs-test.h include/dovecot/fsync-mode.h include/dovecot/fts-api-private.h include/dovecot/fts-api.h @@ -123,6 +126,7 @@ include/dovecot/fts-language.h include/dovecot/fts-library.h include/dovecot/fts-parser.h include/dovecot/fts-storage.h +include/dovecot/fts-tokenizer-common.h include/dovecot/fts-tokenizer-generic-private.h include/dovecot/fts-tokenizer-private.h include/dovecot/fts-tokenizer.h @@ -169,6 +173,9 @@ include/dovecot/imap-fetch.h include/dovecot/imap-id.h include/dovecot/imap-keepalive.h include/dovecot/imap-list.h +include/dovecot/imap-login-client.h +include/dovecot/imap-login-commands.h +include/dovecot/imap-login-settings.h include/dovecot/imap-master-client.h include/dovecot/imap-match.h include/dovecot/imap-metadata.h @@ -266,6 +273,7 @@ include/dovecot/istream.h include/dovecot/json-parser.h include/dovecot/json-tree.h include/dovecot/lda-settings.h +${PLIST.ldap}include/dovecot/ldap-client.h include/dovecot/lib-signals.h include/dovecot/lib.h include/dovecot/llist.h @@ -376,6 +384,7 @@ include/dovecot/message-date.h include/dovecot/message-decoder.h include/dovecot/message-header-decode.h include/dovecot/message-header-encode.h +include/dovecot/message-header-hash.h include/dovecot/message-header-parser.h include/dovecot/message-id.h include/dovecot/message-parser.h @@ -398,9 +407,11 @@ include/dovecot/notify-plugin.h include/dovecot/numpack.h include/dovecot/ostream-cmp.h include/dovecot/ostream-dot.h +include/dovecot/ostream-escaped.h include/dovecot/ostream-failure-at.h include/dovecot/ostream-hash.h include/dovecot/ostream-metawrap.h +include/dovecot/ostream-null.h include/dovecot/ostream-private.h include/dovecot/ostream-rawlog.h include/dovecot/ostream-zlib.h @@ -479,6 +490,7 @@ include/dovecot/sql-api-private.h include/dovecot/sql-api.h include/dovecot/sql-db-cache.h include/dovecot/ssl-proxy.h +include/dovecot/stats-connection.h include/dovecot/stats-parser.h include/dovecot/stats.h include/dovecot/str-find.h @@ -508,6 +520,7 @@ include/dovecot/var-expand.h include/dovecot/wildcard-match.h include/dovecot/write-full.h lib/dovecot/auth/libauthdb_imap.la +${PLIST.ldap}lib/dovecot/dict/libdict_ldap.la lib/dovecot/doveadm/lib10_doveadm_acl_plugin.la lib/dovecot/doveadm/lib10_doveadm_expire_plugin.la lib/dovecot/doveadm/lib10_doveadm_quota_plugin.la @@ -541,13 +554,16 @@ lib/dovecot/lib90_stats_plugin.la lib/dovecot/lib95_imap_stats_plugin.la lib/dovecot/libdovecot-compression.la lib/dovecot/libdovecot-dsync.la +lib/dovecot/libdovecot-fts.la lib/dovecot/libdovecot-lda.la +${PLIST.ldap}lib/dovecot/libdovecot-ldap.la lib/dovecot/libdovecot-login.la lib/dovecot/libdovecot-sql.la lib/dovecot/libdovecot-storage.la lib/dovecot/libdovecot.la lib/dovecot/libfs_compress.la ${PLIST.ssl}lib/dovecot/libssl_iostream_openssl.la +lib/dovecot/stats/libstats_auth.la lib/dovecot/stats/libstats_mail.la libexec/dovecot/aggregator libexec/dovecot/anvil @@ -619,6 +635,7 @@ man/man1/doveadm-quota.1 man/man1/doveadm-reload.1 man/man1/doveadm-replicator.1 man/man1/doveadm-search.1 +man/man1/doveadm-stats.1 man/man1/doveadm-stop.1 man/man1/doveadm-sync.1 man/man1/doveadm-user.1 @@ -667,6 +684,7 @@ share/doc/dovecot/wiki/Chrooting.txt share/doc/dovecot/wiki/Clients.NegativeUIDs.txt share/doc/dovecot/wiki/Clients.txt share/doc/dovecot/wiki/CompilingSource.txt +share/doc/dovecot/wiki/ConfigFile.txt share/doc/dovecot/wiki/Debugging.Authentication.txt share/doc/dovecot/wiki/Debugging.ProcessTracing.txt share/doc/dovecot/wiki/Debugging.Rawlog.txt @@ -676,6 +694,7 @@ share/doc/dovecot/wiki/Design.AuthProcess.txt share/doc/dovecot/wiki/Design.AuthProtocol.txt share/doc/dovecot/wiki/Design.Buffers.txt share/doc/dovecot/wiki/Design.Code.txt +share/doc/dovecot/wiki/Design.DoveadmProtocol.HTTP.txt share/doc/dovecot/wiki/Design.DoveadmProtocol.txt share/doc/dovecot/wiki/Design.Dsync.txt share/doc/dovecot/wiki/Design.Indexes.Cache.txt @@ -718,6 +737,7 @@ share/doc/dovecot/wiki/HowTo.PopRelay.txt share/doc/dovecot/wiki/HowTo.PostfixAndDovecotSASL.txt share/doc/dovecot/wiki/HowTo.Rootless.txt share/doc/dovecot/wiki/HowTo.SimpleVirtualInstall.txt +share/doc/dovecot/wiki/HowTo.WriteConfiguration.txt share/doc/dovecot/wiki/HowTo.txt share/doc/dovecot/wiki/IMAPServer.txt share/doc/dovecot/wiki/ImapMetadata.txt @@ -744,6 +764,7 @@ share/doc/dovecot/wiki/MailboxFormat.Cydir.txt share/doc/dovecot/wiki/MailboxFormat.MH.txt share/doc/dovecot/wiki/MailboxFormat.Maildir.txt share/doc/dovecot/wiki/MailboxFormat.dbox.txt +share/doc/dovecot/wiki/MailboxFormat.imapc.txt share/doc/dovecot/wiki/MailboxFormat.mailstore.txt share/doc/dovecot/wiki/MailboxFormat.mbox.txt share/doc/dovecot/wiki/MailboxFormat.mbx.txt @@ -869,6 +890,7 @@ share/doc/dovecot/wiki/Upgrading.1.2.txt share/doc/dovecot/wiki/Upgrading.2.0.txt share/doc/dovecot/wiki/Upgrading.2.1.txt share/doc/dovecot/wiki/Upgrading.2.2.txt +share/doc/dovecot/wiki/Upgrading.2.3.txt share/doc/dovecot/wiki/Upgrading.txt share/doc/dovecot/wiki/UserDatabase.ExtraFields.txt share/doc/dovecot/wiki/UserDatabase.NSS.txt diff --git a/mail/dovecot2/buildlink3.mk b/mail/dovecot2/buildlink3.mk index d0c32e7d991e8..402602f495c61 100644 --- a/mail/dovecot2/buildlink3.mk +++ b/mail/dovecot2/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.15 2016/03/05 11:27:50 jperkin Exp $ +# $NetBSD: buildlink3.mk,v 1.16 2016/04/08 07:55:16 adam Exp $ BUILDLINK_TREE+= dovecot @@ -7,7 +7,7 @@ DOVECOT_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.dovecot+= dovecot>=2.2.0 # must match current package version for plugins to load -BUILDLINK_ABI_DEPENDS.dovecot+= dovecot>=2.2.21nb1 +BUILDLINK_ABI_DEPENDS.dovecot+= dovecot>=2.2.23 BUILDLINK_PKGSRCDIR.dovecot?= ../../mail/dovecot2 pkgbase:= dovecot diff --git a/mail/dovecot2/distinfo b/mail/dovecot2/distinfo index e39e4c80dfdd0..997c6cd64d503 100644 --- a/mail/dovecot2/distinfo +++ b/mail/dovecot2/distinfo @@ -1,12 +1,14 @@ -$NetBSD: distinfo,v 1.61 2015/12/27 12:36:37 adam Exp $ +$NetBSD: distinfo,v 1.63 2016/05/03 01:49:52 taca Exp $ -SHA1 (dovecot-2.2.21.tar.gz) = 1153fb7eb990053379b99821c7eaf5b63cd6818a -RMD160 (dovecot-2.2.21.tar.gz) = 8de6d8ee180551156ae19b56c27678c43f774535 -SHA512 (dovecot-2.2.21.tar.gz) = 0d246d44e0c908ea40d324982fb279b19424ddcb642e51796078f600fc5bf530898d2fa387fcfd971d43758cff22590e5ea6918c31e9f4a63f13a8c525a23d9b -Size (dovecot-2.2.21.tar.gz) = 4985686 bytes +SHA1 (dovecot-2.2.24.tar.gz) = 005e733f7b76226ca6307ad3699d6cbe5f92c768 +RMD160 (dovecot-2.2.24.tar.gz) = ad2520d6678a94637246cc806c8a7ba4bfb59add +SHA512 (dovecot-2.2.24.tar.gz) = 90d98996e75353ae631c1e2da2520cc340928f427276c757316714892d7b281745284bf4cb30459eecdb9c96b7d9450eb6801e002e6acafc8669deb2b5e65a81 +Size (dovecot-2.2.24.tar.gz) = 5345872 bytes SHA1 (patch-aa) = ea185011f0c1ee3aa1ff528e61f6f356fe385666 SHA1 (patch-ab) = d637a64feec8e4eafacda149cf0193aa1b70a054 SHA1 (patch-ae) = 51d8cb998cc2ded8bfc767710e465b752c50e656 SHA1 (patch-af) = c066e94dd6593d16eec3e66f5f4d26f021918498 +SHA1 (patch-src_lib-ldap_ldap-private.h) = 2d5ce32330ad4164cc75f8d209ba499d37ed01fc SHA1 (patch-src_lib_buffer.h) = d75017a1093c1ca34827d01ec85b06e6b03105d2 +SHA1 (patch-src_plugins_quota_quota-fs.c) = c69305eb065a2417df1e8cd6ccbc1d317aee5d00 SHA1 (patch-src_stats_mail-stats.h) = 90645c2aab956a0119630da4b71905db704bffda diff --git a/mail/dovecot2/options.mk b/mail/dovecot2/options.mk index fbd8ef1483317..a136d4b8467ee 100644 --- a/mail/dovecot2/options.mk +++ b/mail/dovecot2/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.8 2015/02/19 09:48:27 taca Exp $ +# $NetBSD: options.mk,v 1.9 2016/05/03 12:34:27 taca Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.dovecot PKG_SUPPORTED_OPTIONS= gssapi kqueue ldap mysql pam pgsql sqlite tcpwrappers @@ -9,7 +9,7 @@ PKG_SUGGESTED_OPTIONS= pam sqlite ssl tcpwrappers .if defined(PKG_HAVE_KQUEUE) PKG_SUGGESTED_OPTIONS+= kqueue .endif -PLIST_VARS+= ssl tcpwrappers +PLIST_VARS+= ldap ssl tcpwrappers .include "../../mk/bsd.options.mk" @@ -53,6 +53,7 @@ CPPFLAGS+= -I${BUILDLINK_DIR}/include/pgsql .if !empty(PKG_OPTIONS:Mldap) CONFIGURE_ARGS+= --with-ldap . include "../../databases/openldap-client/buildlink3.mk" +PLIST.ldap= yes .endif ### diff --git a/mail/dovecot2/patches/patch-src_lib-ldap_ldap-private.h b/mail/dovecot2/patches/patch-src_lib-ldap_ldap-private.h new file mode 100644 index 0000000000000..743387c86b6ff --- /dev/null +++ b/mail/dovecot2/patches/patch-src_lib-ldap_ldap-private.h @@ -0,0 +1,16 @@ +$NetBSD: patch-src_lib-ldap_ldap-private.h,v 1.1 2016/05/03 01:49:52 taca Exp $ + +Make sure to timeval structure is defined. + +--- src/lib-ldap/ldap-private.h.orig 2016-04-26 13:01:21.000000000 +0000 ++++ src/lib-ldap/ldap-private.h +@@ -3,6 +3,9 @@ + + #include "iostream-ssl.h" + #include "ldap-client.h" ++#if HAVE_SYS_TIME_H ++#include ++#endif + + #include + diff --git a/mail/dovecot2/patches/patch-src_plugins_quota_quota-fs.c b/mail/dovecot2/patches/patch-src_plugins_quota_quota-fs.c new file mode 100644 index 0000000000000..49c530ce00794 --- /dev/null +++ b/mail/dovecot2/patches/patch-src_plugins_quota_quota-fs.c @@ -0,0 +1,15 @@ +$NetBSD: patch-src_plugins_quota_quota-fs.c,v 1.6 2016/04/08 07:55:16 adam Exp $ + +Fix for missing declaration. + +--- src/plugins/quota/quota-fs.c.orig 2016-04-08 07:46:25.000000000 +0000 ++++ src/plugins/quota/quota-fs.c +@@ -680,7 +680,7 @@ fs_quota_get_netbsd(struct fs_quota_root + struct quotakey qk; + struct quotaval qv; + struct quotahandle *qh; +- int ret; ++ int i, ret; + + if ((qh = quota_open(root->mount->mount_path)) == NULL) { + i_error("cannot open quota for %s: %m", diff --git a/mail/dspam/Makefile b/mail/dspam/Makefile index 10b3237b530f0..f316af4291f03 100644 --- a/mail/dspam/Makefile +++ b/mail/dspam/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.84 2015/10/10 01:58:12 ryoon Exp $ +# $NetBSD: Makefile,v 1.85 2016/04/11 19:01:55 ryoon Exp $ DISTNAME= dspam-3.10.2 -PKGREVISION= 13 +PKGREVISION= 14 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=dspam/} diff --git a/mail/evolution-data-server/Makefile b/mail/evolution-data-server/Makefile index 0362eb169e2dd..f41032299faa4 100644 --- a/mail/evolution-data-server/Makefile +++ b/mail/evolution-data-server/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.157 2016/03/05 11:28:48 jperkin Exp $ +# $NetBSD: Makefile,v 1.159 2016/05/03 11:40:04 prlw1 Exp $ DISTNAME= evolution-data-server-2.32.3 -PKGREVISION= 39 +PKGREVISION= 41 CATEGORIES= mail gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/evolution-data-server/2.32/} EXTRACT_SUFX= .tar.bz2 diff --git a/mail/evolution-data-server/buildlink3.mk b/mail/evolution-data-server/buildlink3.mk index b3f463e734182..6e8088b2b47d1 100644 --- a/mail/evolution-data-server/buildlink3.mk +++ b/mail/evolution-data-server/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.57 2015/07/11 17:16:18 wiz Exp $ +# $NetBSD: buildlink3.mk,v 1.59 2016/05/03 11:40:04 prlw1 Exp $ BUILDLINK_TREE+= evolution-data-server @@ -6,7 +6,7 @@ BUILDLINK_TREE+= evolution-data-server EVOLUTION_DATA_SERVER_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.evolution-data-server+= evolution-data-server>=1.8.0 -BUILDLINK_ABI_DEPENDS.evolution-data-server+= evolution-data-server>=2.32.3nb34 +BUILDLINK_ABI_DEPENDS.evolution-data-server+= evolution-data-server>=2.32.3nb41 BUILDLINK_PKGSRCDIR.evolution-data-server?= ../../mail/evolution-data-server BDB_ACCEPTED?= db4 db5 diff --git a/mail/evolution-exchange/Makefile b/mail/evolution-exchange/Makefile index 32c2b1c9589a0..2bfd1f8d92bf3 100644 --- a/mail/evolution-exchange/Makefile +++ b/mail/evolution-exchange/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.90 2016/03/05 11:28:48 jperkin Exp $ +# $NetBSD: Makefile,v 1.92 2016/05/03 11:40:04 prlw1 Exp $ # DISTNAME= evolution-exchange-2.32.2 EE_VER= 2.32 -PKGREVISION= 36 +PKGREVISION= 38 CATEGORIES= mail gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/evolution-exchange/2.32/} EXTRACT_SUFX= .tar.bz2 diff --git a/mail/evolution/Makefile b/mail/evolution/Makefile index 019d870ebca12..2c4be7e798b19 100644 --- a/mail/evolution/Makefile +++ b/mail/evolution/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.215 2016/03/05 11:28:48 jperkin Exp $ +# $NetBSD: Makefile,v 1.217 2016/05/03 11:40:04 prlw1 Exp $ DISTNAME= evolution-2.32.3 -PKGREVISION= 37 +PKGREVISION= 39 CATEGORIES= mail time gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/evolution/2.32/} EXTRACT_SUFX= .tar.bz2 diff --git a/mail/evolution/buildlink3.mk b/mail/evolution/buildlink3.mk index 63593aa997290..e8223535c7d81 100644 --- a/mail/evolution/buildlink3.mk +++ b/mail/evolution/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.66 2015/04/25 14:23:28 tnn Exp $ +# $NetBSD: buildlink3.mk,v 1.68 2016/05/03 11:40:04 prlw1 Exp $ BUILDLINK_TREE+= evolution @@ -6,7 +6,7 @@ BUILDLINK_TREE+= evolution EVOLUTION_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.evolution+= evolution>=2.8.0 -BUILDLINK_ABI_DEPENDS.evolution+= evolution>=2.32.3nb35 +BUILDLINK_ABI_DEPENDS.evolution+= evolution>=2.32.3nb39 BUILDLINK_PKGSRCDIR.evolution?= ../../mail/evolution .include "../../devel/nspr/buildlink3.mk" diff --git a/mail/exim-html/Makefile b/mail/exim-html/Makefile index 21e7c1bb793ce..510a4ce67b07f 100644 --- a/mail/exim-html/Makefile +++ b/mail/exim-html/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.31 2016/03/02 20:13:18 wiedi Exp $ +# $NetBSD: Makefile,v 1.33 2016/04/24 10:42:18 wiz Exp $ -DISTNAME= exim-html-4.86.2 +DISTNAME= exim-html-4.87 CATEGORIES= mail net MASTER_SITES= ftp://ftp.exim.org/pub/exim/exim4/ \ - ftp://ftp.csx.cam.ac.uk/pub/software/email/exim/exim4/ \ - ftp://ftp.esat.net/pub/networking/mail/mta/exim/exim4/ + ftp://ftp.csx.cam.ac.uk/pub/software/email/exim/exim4/ EXTRACT_SUFX= .tar.bz2 MAINTAINER= abs@NetBSD.org diff --git a/mail/exim-html/PLIST b/mail/exim-html/PLIST index fe01a6ee287f3..b6f389e2ea38f 100644 --- a/mail/exim-html/PLIST +++ b/mail/exim-html/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.14 2016/01/11 08:35:31 adam Exp $ +@comment $NetBSD: PLIST,v 1.15 2016/04/09 10:49:39 adam Exp $ share/doc/exim/html/spec_html/ch-access_control_lists.html share/doc/exim/html/spec_html/ch-adding_a_local_scan_function_to_exim.html share/doc/exim/html/spec_html/ch-adding_new_drivers_or_lookup_types.html @@ -12,6 +12,7 @@ share/doc/exim/html/spec_html/ch-domain_host_address_and_local_part_lists.html share/doc/exim/html/spec_html/ch-embedded_perl.html share/doc/exim/html/spec_html/ch-encrypted_smtp_connections_using_tlsssl.html share/doc/exim/html/spec_html/ch-environment_for_running_local_transports.html +share/doc/exim/html/spec_html/ch-events.html share/doc/exim/html/spec_html/ch-exim_utilities.html share/doc/exim/html/spec_html/ch-file_and_database_lookups.html share/doc/exim/html/spec_html/ch-format_of_spool_files.html @@ -19,11 +20,13 @@ share/doc/exim/html/spec_html/ch-generic_options_for_routers.html share/doc/exim/html/spec_html/ch-generic_options_for_transports.html share/doc/exim/html/spec_html/ch-how_exim_receives_and_delivers_mail.html share/doc/exim/html/spec_html/ch-incorporated_code.html +share/doc/exim/html/spec_html/ch-internationalisation.html share/doc/exim/html/spec_html/ch-introduction.html share/doc/exim/html/spec_html/ch-log_files.html share/doc/exim/html/spec_html/ch-main_configuration.html share/doc/exim/html/spec_html/ch-message_processing.html share/doc/exim/html/spec_html/ch-option_index.html +share/doc/exim/html/spec_html/ch-proxies.html share/doc/exim/html/spec_html/ch-regular_expressions.html share/doc/exim/html/spec_html/ch-retry_configuration.html share/doc/exim/html/spec_html/ch-security_considerations.html @@ -121,6 +124,9 @@ share/doc/exim/html/spec_html/ch58.html share/doc/exim/html/spec_html/ch59.html share/doc/exim/html/spec_html/ch60.html share/doc/exim/html/spec_html/ch61.html +share/doc/exim/html/spec_html/ch62.html +share/doc/exim/html/spec_html/ch63.html +share/doc/exim/html/spec_html/ch64.html share/doc/exim/html/spec_html/filter.html share/doc/exim/html/spec_html/filter_ch-exim_filter_files.html share/doc/exim/html/spec_html/filter_ch-forwarding_and_filtering_in_exim.html @@ -133,6 +139,7 @@ share/doc/exim/html/spec_html/index.html share/doc/exim/html/spec_html/index_toc.xml share/doc/exim/html/static/css/common.css share/doc/exim/html/static/css/index.css +share/doc/exim/html/static/doc/CVE-2016-1531.txt share/doc/exim/html/static/doc/chapter.css share/doc/exim/html/static/doc/chapter.js share/doc/exim/html/static/doc/contents.png diff --git a/mail/exim-html/distinfo b/mail/exim-html/distinfo index 005a8904a3db4..be54d8f5daeef 100644 --- a/mail/exim-html/distinfo +++ b/mail/exim-html/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.26 2016/03/02 20:13:18 wiedi Exp $ +$NetBSD: distinfo,v 1.27 2016/04/09 10:49:39 adam Exp $ -SHA1 (exim-html-4.86.2.tar.bz2) = 9b55e69787cf1f9ef233fd762736bb4541773bb4 -RMD160 (exim-html-4.86.2.tar.bz2) = bf077ceaed3c0763d0ef93e2a7ee455a714db195 -SHA512 (exim-html-4.86.2.tar.bz2) = 593df23914939f8fa76c15a2ab7fc197efa05fcbb984179c9dc2c7d535fe2bef1394c07bc8449f2219f54615ff2f4ee13b76409d89b846dc71e54880681c913e -Size (exim-html-4.86.2.tar.bz2) = 466139 bytes +SHA1 (exim-html-4.87.tar.bz2) = 30ef36561866be1f9a1edd193739585cf4deea1b +RMD160 (exim-html-4.87.tar.bz2) = 1015c6a19a72eeae724efb5490698ad0e7dc3fe4 +SHA512 (exim-html-4.87.tar.bz2) = 224884abfd7ab9a2410dbdd24bb65545faf427f1b83a942c6c72309e7d85771f78bf7dc5ec1439de95e1038959cdfc4ab549abb98852c8b17c8310b51ad0385c +Size (exim-html-4.87.tar.bz2) = 478953 bytes diff --git a/mail/exim/Makefile b/mail/exim/Makefile index c8a7ea86bd74d..900be99485e20 100644 --- a/mail/exim/Makefile +++ b/mail/exim/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.144 2016/03/05 11:28:48 jperkin Exp $ +# $NetBSD: Makefile,v 1.146 2016/04/11 19:01:56 ryoon Exp $ -DISTNAME= exim-4.86.2 +DISTNAME= exim-4.87 PKGREVISION= 1 CATEGORIES= mail net MASTER_SITES= ftp://ftp.exim.org/pub/exim/exim4/ \ diff --git a/mail/exim/distinfo b/mail/exim/distinfo index aaf281b2d9c4e..ddd177880da24 100644 --- a/mail/exim/distinfo +++ b/mail/exim/distinfo @@ -1,11 +1,10 @@ -$NetBSD: distinfo,v 1.64 2016/03/02 20:13:18 wiedi Exp $ +$NetBSD: distinfo,v 1.65 2016/04/09 10:49:39 adam Exp $ -SHA1 (exim-4.86.2.tar.bz2) = 539cb2edc784d439cae8f95940e9eff847e2695d -RMD160 (exim-4.86.2.tar.bz2) = 06790977ad50fb19548826631df904d6bda62a83 -SHA512 (exim-4.86.2.tar.bz2) = 5869a7ae8fd66819f654f6617c7e77075a24b110074317b77135b8cc86f12632e79758d41819c6e91871e0145adaba4b91651f5c6c1d2ebd17927f0198876231 -Size (exim-4.86.2.tar.bz2) = 1799316 bytes +SHA1 (exim-4.87.tar.bz2) = ca1c1aba63be80ca70ccfdc704ba9b899b77ec22 +RMD160 (exim-4.87.tar.bz2) = 4a2cc7c35d02bff5cdd175d8dd0538f1fef5af43 +SHA512 (exim-4.87.tar.bz2) = 2b0d5c82133315c444e29abd182e0866482c904db1abe5ffe9a3008c2174f52eca850a433c069b4102874dc32bbe4af112beac94ffa154f1c06615c24deb47a4 +Size (exim-4.87.tar.bz2) = 1801422 bytes SHA1 (patch-aa) = 4df21c2497e9fee8dfbcd4386bb1b70d69ca2932 SHA1 (patch-ab) = 6af17f036ed02a3bc37c1f303269eea447fcb691 SHA1 (patch-ae) = 7daf63727e222bbaa7e5b8289c4fcb6a8c0272cf -SHA1 (patch-ag) = dd93bb718c996f18b4e985806eb6d4ff5f25a67f SHA1 (patch-lookups_Makefile) = cfc40dba3f75ef37b9887f7767139ad50cf9d4e5 diff --git a/mail/exim/patches/patch-ag b/mail/exim/patches/patch-ag deleted file mode 100644 index d1bbc6f020166..0000000000000 --- a/mail/exim/patches/patch-ag +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-ag,v 1.7 2012/06/11 11:41:25 adam Exp $ - ---- src/spam.h.orig 2006-04-28 11:32:23.000000000 +0100 -+++ src/spam.h -@@ -10,7 +10,7 @@ - #ifdef WITH_CONTENT_SCAN - - /* timeout for reading and writing spamd */ --#define SPAMD_TIMEOUT 120 -+#define SPAMD_TIMEOUT 240 - - /* maximum length of the spam bar */ - #define MAX_SPAM_BAR_CHARS 50 diff --git a/mail/getmail/distinfo b/mail/getmail/distinfo index 4cd04f28534a4..871ca0210f7d8 100644 --- a/mail/getmail/distinfo +++ b/mail/getmail/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.124 2016/01/13 20:01:12 schmonz Exp $ +$NetBSD: distinfo,v 1.125 2016/04/01 14:00:38 jperkin Exp $ SHA1 (getmail-4.49.0.tar.gz) = d195a1a803a13cc30fb8e7fb0f336eb845839c2a RMD160 (getmail-4.49.0.tar.gz) = 754e006f96578c322c9a2acd75c5be4d9958624a SHA512 (getmail-4.49.0.tar.gz) = 5cd53aecf54dee6e7d70aa3a1dab9c1e01e681280424c03ce4360faa2653386da2e4b14e7876e8ab46fee92f62e5036ab794850ab85f66c7c26b747bf8becc34 Size (getmail-4.49.0.tar.gz) = 150719 bytes -SHA1 (patch-aa) = 5432eedfcbf7e25d4b9582e08b11c983ea6c11a6 +SHA1 (patch-aa) = 9e23af34d9c7a7a298c9c8fb1ffb2135d84c1885 diff --git a/mail/getmail/patches/patch-aa b/mail/getmail/patches/patch-aa index 8332717beea47..e982ccf775a6d 100644 --- a/mail/getmail/patches/patch-aa +++ b/mail/getmail/patches/patch-aa @@ -1,10 +1,10 @@ -$NetBSD: patch-aa,v 1.8 2011/09/26 14:06:30 schmonz Exp $ +$NetBSD: patch-aa,v 1.9 2016/04/01 14:00:38 jperkin Exp $ Use standard pkgsrc paths, and don't install RPM spec file. ---- setup.py.orig 2007-11-23 16:26:55.000000000 +0000 +--- setup.py.orig 2009-01-08 21:55:25.000000000 +0000 +++ setup.py -@@ -39,12 +39,11 @@ GETMAILDOCDIR = os.path.join( +@@ -39,13 +39,12 @@ GETMAILDOCDIR = os.path.join( datadir or prefix, 'share', 'doc', @@ -15,9 +15,11 @@ Use standard pkgsrc paths, and don't install RPM spec file. GETMAILMANDIR = os.path.join( datadir or prefix, - 'share', - 'man', +- 'man', ++ os.environ["PKGMANDIR"], 'man1' ) + @@ -100,7 +99,6 @@ setup( data_files=[ (GETMAILDOCDIR, [ diff --git a/mail/imapfilter/distinfo b/mail/imapfilter/distinfo index a4dbe602612f8..3104122c0b335 100644 --- a/mail/imapfilter/distinfo +++ b/mail/imapfilter/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.24 2015/11/03 23:27:07 agc Exp $ +$NetBSD: distinfo,v 1.25 2016/04/01 16:22:35 jperkin Exp $ SHA1 (imapfilter-2.6.2.tar.gz) = f46d6bee8fc9fbb6a7c2faaf19acb8eef61e2046 RMD160 (imapfilter-2.6.2.tar.gz) = 7f651665497eec1fbd9d8460230fd961b2845a59 SHA512 (imapfilter-2.6.2.tar.gz) = 180611fc1f5c1d463e359de875f8a3be8bc148daa14a388c0bea380e96cb57051ba50e2debbd7010217ad56806f0064c7190874e8abb60f7a3f52020762b3fc2 Size (imapfilter-2.6.2.tar.gz) = 55465 bytes -SHA1 (patch-aa) = 96e2feae83b084d93443ba9fa754f6f509eeca71 +SHA1 (patch-aa) = 1488f7c42b1db56264f4d84dc07517de2bf13eea diff --git a/mail/imapfilter/patches/patch-aa b/mail/imapfilter/patches/patch-aa index 77576c4bf05b4..89518489e3a8b 100644 --- a/mail/imapfilter/patches/patch-aa +++ b/mail/imapfilter/patches/patch-aa @@ -1,13 +1,19 @@ -$NetBSD: patch-aa,v 1.14 2015/07/27 16:40:06 wiz Exp $ +$NetBSD: patch-aa,v 1.15 2016/04/01 16:22:35 jperkin Exp $ + +Use pkgsrc layout/flags. --- src/Makefile.orig 2015-06-29 22:38:56.000000000 +0000 +++ src/Makefile -@@ -1,5 +1,3 @@ +@@ -1,8 +1,6 @@ -DESTDIR = -PREFIX = /usr/local BINDIR = $(PREFIX)/bin SHAREDIR = $(PREFIX)/share/imapfilter - MANDIR = $(PREFIX)/man +-MANDIR = $(PREFIX)/man ++MANDIR = $(PREFIX)/${PKGMANDIR} + + MYCFLAGS = + MYLDFLAGS = @@ -16,9 +14,9 @@ LIBPCRE = -lpcre LIBSSL = -lssl LIBCRYPTO = -lcrypto diff --git a/mail/mail-notification/Makefile b/mail/mail-notification/Makefile index 483062db2de67..9300c5dafb31b 100644 --- a/mail/mail-notification/Makefile +++ b/mail/mail-notification/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.92 2016/03/05 11:28:49 jperkin Exp $ +# $NetBSD: Makefile,v 1.93 2016/04/14 11:41:53 jperkin Exp $ # DISTNAME= mail-notification-5.4 @@ -16,7 +16,7 @@ CONFIGURE_SCRIPT= ./jb configure USE_TOOLS+= gmake intltool msgfmt pkg-config USE_PKGLOCALEDIR= YES LDFLAGS+= -lX11 -LDFLAGS.SunOS+= -lsocket +LDFLAGS.SunOS+= -lnsl -lsocket CONFIGURE_ARGS= prefix="${PREFIX}" destdir="${DESTDIR}" sysconfdir=${PKG_SYSCONFDIR:Q} CONFIGURE_ARGS+= cc="${CC}" cflags="${CFLAGS}" cppflags="${CPPFLAGS}" ldflags="${LDFLAGS}" diff --git a/mail/mairix/Makefile b/mail/mairix/Makefile index 8dcbe34ca9736..459a87ca788fd 100644 --- a/mail/mairix/Makefile +++ b/mail/mairix/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2012/10/08 12:19:16 asau Exp $ +# $NetBSD: Makefile,v 1.17 2016/04/01 16:44:32 jperkin Exp $ # DISTNAME= mairix-0.21 @@ -11,6 +11,7 @@ COMMENT= Program for indexing and searching email messages HAS_CONFIGURE= yes CONFIGURE_ARGS+= --prefix=${PREFIX} +CONFIGURE_ARGS+= --mandir=${PREFIX}/${PKGMANDIR} USE_TOOLS+= bison flex diff --git a/mail/majordomo/distinfo b/mail/majordomo/distinfo index 6de6a7298f2ac..31c78644e7524 100644 --- a/mail/majordomo/distinfo +++ b/mail/majordomo/distinfo @@ -1,10 +1,10 @@ -$NetBSD: distinfo,v 1.18 2015/11/03 23:27:09 agc Exp $ +$NetBSD: distinfo,v 1.19 2016/03/30 09:54:24 jperkin Exp $ SHA1 (majordomo-1.94.5.tgz) = 44b18c7b9133f2cd992f6e718551d613d9d45c00 RMD160 (majordomo-1.94.5.tgz) = 7f6b48fb5cc5b23948133658b055588d0d6608c4 SHA512 (majordomo-1.94.5.tgz) = d771ee99f31110676ce526687c8c2f47e0b45afd14643fb10b46bed0e238cd9edc6394fb385ac5ed0bbf19e5ca3c368f7af06a3dc17ccccddac4999678285136 Size (majordomo-1.94.5.tgz) = 312244 bytes -SHA1 (patch-aa) = 2be639e71d75780f82d2d6364431d7d40d97ba94 +SHA1 (patch-aa) = 99d6f7e1781ccb20c9895d69eb32caa0055c5a0d SHA1 (patch-ab) = 58aec7d2ad3625caf8bdcd9b41792a2075605fa5 SHA1 (patch-ac) = 3f8973808314927f167392d640aefc67cd504a70 SHA1 (patch-ad) = 418f7fc79217871e608ca0ab2f71d477804fc7fb diff --git a/mail/majordomo/patches/patch-aa b/mail/majordomo/patches/patch-aa index 5706558e4587b..176de472308fe 100644 --- a/mail/majordomo/patches/patch-aa +++ b/mail/majordomo/patches/patch-aa @@ -1,4 +1,4 @@ -$NetBSD: patch-aa,v 1.6 2011/01/29 17:16:33 spz Exp $ +$NetBSD: patch-aa,v 1.7 2016/03/30 09:54:24 jperkin Exp $ warp the Makefile template to fit into pkgsrc @@ -22,7 +22,7 @@ warp the Makefile template to fit into pkgsrc # Where do you want man pages to be installed? -MAN = $(W_HOME)/man -+MAN = @PREFIX@/man ++MAN = @PREFIX@/${PKGMANDIR} # You need to have or create a user and group which majordomo will run as. # Enter the numeric UID and GID (not their names!) here: diff --git a/mail/mhonarc/Makefile b/mail/mhonarc/Makefile index 88a1e286f080e..ecdfc7c039964 100644 --- a/mail/mhonarc/Makefile +++ b/mail/mhonarc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.39 2015/09/26 14:30:24 bouyer Exp $ +# $NetBSD: Makefile,v 1.40 2016/04/10 16:39:28 joerg Exp $ DISTNAME= MHonArc-2.6.19 PKGNAME= mhonarc-2.6.19 @@ -25,9 +25,7 @@ MY_INSTALL_FLAGS+= -binpath ${PREFIX}/bin MY_INSTALL_FLAGS+= -libpath ${PREFIX}/lib/mhonarc MY_INSTALL_FLAGS+= -docpath ${PREFIX}/share/doc/mhonarc MY_INSTALL_FLAGS+= -manpath ${PREFIX}/${PKGMANDIR} -.if defined(_USE_DESTDIR) && ${_USE_DESTDIR} != "no" MY_INSTALL_FLAGS+= -root ${DESTDIR} -.endif MY_INSTALL_FLAGS+= -batch do-install: diff --git a/mail/milter-manager/Makefile b/mail/milter-manager/Makefile index 18fcc48dd86ef..df827b829cb9e 100644 --- a/mail/milter-manager/Makefile +++ b/mail/milter-manager/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.41 2015/03/15 20:13:24 hiramatsu Exp $ +# $NetBSD: Makefile,v 1.42 2016/03/13 09:36:58 taca Exp $ # DISTNAME= milter-manager-2.0.5 +PKGREVISION= 1 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=milter-manager/} diff --git a/mail/mini_sendmail/distinfo b/mail/mini_sendmail/distinfo index 69bc2c97abae1..5454adeca0e10 100644 --- a/mail/mini_sendmail/distinfo +++ b/mail/mini_sendmail/distinfo @@ -1,10 +1,10 @@ -$NetBSD: distinfo,v 1.13 2015/11/03 23:27:10 agc Exp $ +$NetBSD: distinfo,v 1.14 2016/03/30 08:51:06 jperkin Exp $ SHA1 (mini_sendmail-1.3.6.tar.gz) = e8d18419ffa5075ce0b3f49a52bd5e1a38beeb02 RMD160 (mini_sendmail-1.3.6.tar.gz) = 87fc1133c5976ae6e85730d3600149f69c7cab55 SHA512 (mini_sendmail-1.3.6.tar.gz) = ac6c37eec0550044584b44f74c2745e3f79a26dd5cf19852d20ef769aa80100ec7ce38d0724321e2a0055fcf669765a87c30a6f6537d77a145809d4ec36ea94f Size (mini_sendmail-1.3.6.tar.gz) = 7579 bytes SHA1 (patch-aa) = 54601fa54cedeb9b3bfbafdbd9b2f7e129a53fcd -SHA1 (patch-ab) = 60715acc1895d01d65c546bfb1a2e4d530f36954 +SHA1 (patch-ab) = 36f7fecf4072b1f122dd70483bdeba9b9afa12da SHA1 (patch-ac) = b14f2687f3186e198af03b2662b81726c7321558 SHA1 (patch-ad) = aa0ef96edc6d3607a5fce872d8515fec2656d7fb diff --git a/mail/mini_sendmail/patches/patch-ab b/mail/mini_sendmail/patches/patch-ab index 0a125fc7f8698..7060cd1766186 100644 --- a/mail/mini_sendmail/patches/patch-ab +++ b/mail/mini_sendmail/patches/patch-ab @@ -1,4 +1,6 @@ -$NetBSD: patch-ab,v 1.2 2010/02/26 19:45:11 is Exp $ +$NetBSD: patch-ab,v 1.3 2016/03/30 08:51:06 jperkin Exp $ + +Use pkgsrc layout/flags. --- Makefile.orig Fri Jan 4 07:05:25 2002 +++ Makefile @@ -11,7 +13,7 @@ $NetBSD: patch-ab,v 1.2 2010/02/26 19:45:11 is Exp $ -CC = gcc -CFLAGS = -O +BINDIR = ${DESTDIR}$(PREFIX)/sbin -+MANDIR = ${DESTDIR}$(PREFIX)/man ++MANDIR = ${DESTDIR}$(PREFIX)/${PKGMANDIR} +#CC = gcc +#CFLAGS = -O #CFLAGS = -g diff --git a/mail/mutt-kz/Makefile b/mail/mutt-kz/Makefile index 009228cb46784..3839351e4bd47 100644 --- a/mail/mutt-kz/Makefile +++ b/mail/mutt-kz/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.11 2016/02/22 12:13:26 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2016/04/09 09:46:26 tron Exp $ -DISTNAME= mutt-kz-1.5.23.1-rc1 -PKGREVISION= 3 +DISTNAME= mutt-kz-1.6.0.1 PKGNAME= ${DISTNAME:S/-rc/rc/} CATEGORIES= mail -MASTER_SITES= ftp://redcrew.org/pub/mutt-kz/v1.5.23.1/ +MASTER_SITES= ftp://redcrew.org/pub/mutt-kz/v1.6.0.1/ EXTRACT_SUFX= .tar.xz MAINTAINER= wiz@NetBSD.org @@ -12,7 +11,7 @@ HOMEPAGE= https://kzak.redcrew.org/doku.php?id=mutt:start COMMENT= Text-based MIME mail client with notmuch, PGP & S/MIME support LICENSE= gnu-gpl-v2 OR gnu-gpl-v3 # or newer -CONFIGURE_ARGS+= --enable-notmuch +CONFIGURE_ARGS+= --enable-notmuch --enable-sidebar # On case-insensitive file systems like on OS X, version.sh is used # to re-create VERSION, and fails. Make sure VERSION is newer than diff --git a/mail/mutt-kz/distinfo b/mail/mutt-kz/distinfo index b739f09c46d95..9f68b5c2d4f32 100644 --- a/mail/mutt-kz/distinfo +++ b/mail/mutt-kz/distinfo @@ -1,20 +1,20 @@ -$NetBSD: distinfo,v 1.4 2016/02/22 12:13:26 wiz Exp $ +$NetBSD: distinfo,v 1.5 2016/04/09 09:46:26 tron Exp $ -SHA1 (mutt-kz-1.5.23.1-rc1.tar.xz) = a2ac1d76708a9c5e1546b406110ce180ffcb738b -RMD160 (mutt-kz-1.5.23.1-rc1.tar.xz) = fb7e2a5715ab3e016311e7fd9b457e6a5bd7c7a6 -Size (mutt-kz-1.5.23.1-rc1.tar.xz) = 1885100 bytes +SHA1 (mutt-kz-1.6.0.1.tar.xz) = 1a951c3051f50d85e90af694f2a3eed3ee841e60 +RMD160 (mutt-kz-1.6.0.1.tar.xz) = 9d5b700e361e570ea562020da6ec35161be175d5 +SHA512 (mutt-kz-1.6.0.1.tar.xz) = 593ab07bad621e4f08d4d09a9b4081942691413e30e6b82323b33f4bd521b2f5c58fc9f5de965086931f085ef141a0752c3a3dadcbd4c06d6bc8ed934a73ef05 +Size (mutt-kz-1.6.0.1.tar.xz) = 1972568 bytes SHA1 (patch-aa) = 59d89dce24110be2927c8a1ea1fa5b780d644372 -SHA1 (patch-ab) = 731f5c207f9cf7dc05fc806665db14300d4647be +SHA1 (patch-ab) = a6ef9011ecd89fba878e1e7c079cd240f3d29c0f SHA1 (patch-ac) = 40d119b7efed1a4622c42badc9ee97349b504044 -SHA1 (patch-ad) = ecfa994c7c5e494b6eb7356327b96de6559146fc +SHA1 (patch-ad) = 22ec3312f5e0bd899a1649d4c67d002170e04d7a SHA1 (patch-ae) = 6534848a4c27d4a3830edd8d4e19d1181fe396d6 -SHA1 (patch-af) = 36ca7b54d42537b1d23d87e58d6e31dbad032c0e -SHA1 (patch-ag) = 6633e7485c948433f9122a649fdf3a548197eced +SHA1 (patch-af) = 0daf7673517e3d33909a46305771c73e357c3ef9 +SHA1 (patch-ag) = 639a6301fc94ee0386d3335fc914ad00964894ee SHA1 (patch-ah) = dfe747c30a44bb309cccaca1bd5174fccc3c2bed SHA1 (patch-al) = 49542905cde263b8d4c79f71cce3759024c804a3 SHA1 (patch-am) = f7f20860bccb63ed5464e3a1225719ffc3fa504f SHA1 (patch-an) = b9cc3e957bb1650c8e22c0edf0ce112f769664a1 -SHA1 (patch-ao) = ddd3157233c481a89f2f3896192fef7121e16276 +SHA1 (patch-ao) = f482a4be214a7792e42940458d7ded70de5217fc SHA1 (patch-ap) = 810715ebe1c931cf19059261d614dcc9d5cfe82a SHA1 (patch-aq) = e363d8929ced9731a31af1137b111d3476a3d05d -SHA1 (patch-crypt.c) = 05cc74fe4ff2543029d82cbeedc27302db9ec4a7 diff --git a/mail/mutt-kz/patches/patch-ab b/mail/mutt-kz/patches/patch-ab index db251cfa7eec9..b0ec3b4035e94 100644 --- a/mail/mutt-kz/patches/patch-ab +++ b/mail/mutt-kz/patches/patch-ab @@ -1,17 +1,17 @@ -$NetBSD: patch-ab,v 1.1 2014/01/12 17:43:37 wiz Exp $ +$NetBSD: patch-ab,v 1.2 2016/04/09 09:46:26 tron Exp $ ---- Makefile.in.orig 2013-12-06 13:34:26.000000000 +0000 -+++ Makefile.in -@@ -124,7 +124,7 @@ am__mutt_SOURCES_DIST = addrbook.c alias - editmsg.c mbyte.c url.c ascii.c crypt-mod.c crypt-mod.h \ - safe_asprintf.c mutt_notmuch.c mutt_notmuch.h sidebar.c - @BUILD_NOTMUCH_TRUE@am__objects_1 = mutt_notmuch.$(OBJEXT) +--- Makefile.in.orig 2016-04-05 11:16:26.000000000 +0100 ++++ Makefile.in 2016-04-09 10:05:39.000000000 +0100 +@@ -131,7 +131,7 @@ + mutt_notmuch.h + @BUILD_SIDEBAR_TRUE@am__objects_1 = sidebar.$(OBJEXT) + @BUILD_NOTMUCH_TRUE@am__objects_2 = mutt_notmuch.$(OBJEXT) -am_mutt_OBJECTS = addrbook.$(OBJEXT) alias.$(OBJEXT) attach.$(OBJEXT) \ +am_mutt_OBJECTS = mvchgat.$(OBJEXT) addrbook.$(OBJEXT) alias.$(OBJEXT) attach.$(OBJEXT) \ base64.$(OBJEXT) browser.$(OBJEXT) buffy.$(OBJEXT) \ color.$(OBJEXT) crypt.$(OBJEXT) cryptglue.$(OBJEXT) \ commands.$(OBJEXT) complete.$(OBJEXT) compose.$(OBJEXT) \ -@@ -342,7 +342,7 @@ DATADIRNAME = @DATADIRNAME@ +@@ -359,7 +359,7 @@ DBX = @DBX@ DEBUGGER = @DEBUGGER@ DEFS = -DPKGDATADIR=\"$(pkgdatadir)\" -DSYSCONFDIR=\"$(sysconfdir)\" \ @@ -20,7 +20,7 @@ $NetBSD: patch-ab,v 1.1 2014/01/12 17:43:37 wiz Exp $ -DHAVE_CONFIG_H=1 DEPDIR = @DEPDIR@ -@@ -803,6 +803,7 @@ distclean-compile: +@@ -828,6 +828,7 @@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rfc2231.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rfc3676.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rfc822.Po@am__quote@ @@ -28,15 +28,15 @@ $NetBSD: patch-ab,v 1.1 2014/01/12 17:43:37 wiz Exp $ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/safe_asprintf.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/score.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/send.Po@am__quote@ -@@ -1331,11 +1332,6 @@ install-exec-hook: +@@ -1375,11 +1376,6 @@ rm -f $(DESTDIR)$(bindir)/mutt.dotlock ; \ ln -sf $(DESTDIR)$(bindir)/mutt_dotlock $(DESTDIR)$(bindir)/mutt.dotlock ; \ fi -- if test -f $(DESTDIR)$(bindir)/mutt_dotlock && test x@DOTLOCK_GROUP@ != x ; then \ -- chgrp @DOTLOCK_GROUP@ $(DESTDIR)$(bindir)/mutt_dotlock && \ -- chmod @DOTLOCK_PERMISSION@ $(DESTDIR)$(bindir)/mutt_dotlock || \ +- if test -f $(DESTDIR)$(bindir)/mutt_dotlock && test x$(DOTLOCK_GROUP) != x ; then \ +- chgrp $(DOTLOCK_GROUP) $(DESTDIR)$(bindir)/mutt_dotlock && \ +- chmod $(DOTLOCK_PERMISSION) $(DESTDIR)$(bindir)/mutt_dotlock || \ - { echo "Can't fix mutt_dotlock's permissions! This is required to lock mailboxes in the mail spool directory." >&2 ; exit 1 ; } \ - fi install-data-local: - $(srcdir)/mkinstalldirs $(DESTDIR)$(sysconfdir) + $(MKDIR_P) $(DESTDIR)$(sysconfdir) diff --git a/mail/mutt-kz/patches/patch-ad b/mail/mutt-kz/patches/patch-ad index 65d7dd31145de..93808167f6761 100644 --- a/mail/mutt-kz/patches/patch-ad +++ b/mail/mutt-kz/patches/patch-ad @@ -1,13 +1,13 @@ -$NetBSD: patch-ad,v 1.1 2014/01/12 17:43:37 wiz Exp $ +$NetBSD: patch-ad,v 1.2 2016/04/09 09:46:26 tron Exp $ ---- contrib/Makefile.in.orig 2006-08-14 16:09:28.000000000 +0200 -+++ contrib/Makefile.in -@@ -365,21 +365,20 @@ uninstall-am: uninstall-info-am uninstal +--- contrib/Makefile.in.orig 2016-04-05 11:16:26.000000000 +0100 ++++ contrib/Makefile.in 2016-04-09 10:09:31.000000000 +0100 +@@ -472,20 +472,20 @@ install-data-local: -- $(top_srcdir)/mkinstalldirs $(DESTDIR)$(docdir)/samples $(DESTDIR)$(docdir)/samples/iconv -+ $(top_srcdir)/mkinstalldirs $(DESTDIR)$(sysconfdir) $(DESTDIR)$(sysconfdir)/iconv +- $(MKDIR_P) $(DESTDIR)$(docdir)/samples $(DESTDIR)$(docdir)/samples/iconv ++ $(MKDIR_P) $(DESTDIR)$(sysconfdir) $(DESTDIR)$(sysconfdir)/iconv for f in $(SAMPLES) ; do \ - $(INSTALL) -m 644 $(srcdir)/$$f $(DESTDIR)$(docdir)/samples ; \ + $(INSTALL) -m 644 $(srcdir)/$$f $(DESTDIR)$(sysconfdir) ; \ @@ -24,9 +24,8 @@ $NetBSD: patch-ad,v 1.1 2014/01/12 17:43:37 wiz Exp $ done - -rm -rf $(DESTDIR)$(docdir)/samples/iconv - -rmdir $(DESTDIR)$(docdir)/samples -- -rmdir $(DESTDIR)$(docdir) + -rm -rf $(DESTDIR)$(sysconfdir)/iconv + -rmdir $(DESTDIR)$(sysconfdir) + -rmdir $(DESTDIR)$(docdir) dist-hook: Makefile $(DISTFILES) mkdir -p $(distdir)/iconv - for file in $(srcdir)/iconv/*.rc ; do \ diff --git a/mail/mutt-kz/patches/patch-af b/mail/mutt-kz/patches/patch-af index fcbf4fd479d35..e6f64de12e05b 100644 --- a/mail/mutt-kz/patches/patch-af +++ b/mail/mutt-kz/patches/patch-af @@ -1,10 +1,10 @@ -$NetBSD: patch-af,v 1.1 2014/01/12 17:43:37 wiz Exp $ +$NetBSD: patch-af,v 1.2 2016/04/09 09:46:26 tron Exp $ On some systems, curses.h defines TRUE and FALSE, so conditionalise them here to avoid compiler complaints about duplicate definitions. ---- lib.h.orig 2009-06-01 18:29:32.000000000 +0200 -+++ lib.h +--- lib.h.orig 2016-04-02 19:12:22.000000000 +0100 ++++ lib.h 2016-04-09 09:34:25.000000000 +0100 @@ -54,8 +54,12 @@ # define N_(a) a # endif @@ -18,5 +18,5 @@ them here to avoid compiler complaints about duplicate definitions. +# define FALSE 0 +# endif - # define HUGE_STRING 5120 + # define HUGE_STRING 8192 # define LONG_STRING 1024 diff --git a/mail/mutt-kz/patches/patch-ag b/mail/mutt-kz/patches/patch-ag index f7c0d76816bd0..7a1abfb58d331 100644 --- a/mail/mutt-kz/patches/patch-ag +++ b/mail/mutt-kz/patches/patch-ag @@ -1,15 +1,15 @@ -$NetBSD: patch-ag,v 1.1 2014/01/12 17:43:37 wiz Exp $ +$NetBSD: patch-ag,v 1.2 2016/04/09 09:46:26 tron Exp $ ---- doc/Makefile.in.orig 2010-08-25 16:31:48.000000000 +0000 -+++ doc/Makefile.in -@@ -532,8 +532,8 @@ install-data-local: makedoc-all instdoc - test x@DOTLOCK_TARGET@ = x || ./instdoc $(srcdir)/dotlock.man \ +--- doc/Makefile.in.orig 2016-04-05 11:16:26.000000000 +0100 ++++ doc/Makefile.in 2016-04-09 10:11:13.000000000 +0100 +@@ -654,8 +654,8 @@ + test x$(DOTLOCK_TARGET) = x || ./instdoc $(srcdir)/dotlock.man \ $(DESTDIR)$(mandir)/man1/mutt_dotlock.1 ./instdoc muttrc.man $(DESTDIR)$(mandir)/man5/muttrc.5 - ./instdoc $(srcdir)/mbox.man $(DESTDIR)$(mandir)/man5/mbox.5 - ./instdoc $(srcdir)/mmdf.man $(DESTDIR)$(mandir)/man5/mmdf.5 + ./instdoc $(srcdir)/mbox.man $(DESTDIR)$(mandir)/man5/mutt-mbox.5 + ./instdoc $(srcdir)/mmdf.man $(DESTDIR)$(mandir)/man5/mutt-mmdf.5 - $(top_srcdir)/mkinstalldirs $(DESTDIR)$(docdir) + $(MKDIR_P) $(DESTDIR)$(docdir) for f in $(topsrcdir_DOCFILES) ; do \ $(INSTALL) -m 644 $(top_srcdir)/$$f $(DESTDIR)$(docdir) ; \ diff --git a/mail/mutt-kz/patches/patch-ao b/mail/mutt-kz/patches/patch-ao index a9154e6542b8d..6d21318f74e65 100644 --- a/mail/mutt-kz/patches/patch-ao +++ b/mail/mutt-kz/patches/patch-ao @@ -1,10 +1,10 @@ -$NetBSD: patch-ao,v 1.1 2014/01/12 17:43:37 wiz Exp $ +$NetBSD: patch-ao,v 1.2 2016/04/09 09:46:26 tron Exp $ Add change_folder_next option. ---- curs_main.c.orig 2013-12-06 11:36:47.000000000 +0000 -+++ curs_main.c -@@ -1336,6 +1336,11 @@ int mutt_index_menu (void) +--- curs_main.c.orig 2016-04-05 11:06:14.000000000 +0100 ++++ curs_main.c 2016-04-09 10:14:56.000000000 +0100 +@@ -1557,6 +1557,11 @@ #endif else { @@ -14,5 +14,5 @@ Add change_folder_next option. + mutt_pretty_mailbox (buf, sizeof (buf)); + } mutt_buffy (buf, sizeof (buf)); - if ( op == OP_SIDEBAR_OPEN ) - { + + #ifdef USE_SIDEBAR diff --git a/mail/mutt-kz/patches/patch-crypt.c b/mail/mutt-kz/patches/patch-crypt.c deleted file mode 100644 index 45bb61a173e88..0000000000000 --- a/mail/mutt-kz/patches/patch-crypt.c +++ /dev/null @@ -1,124 +0,0 @@ -$NetBSD: patch-crypt.c,v 1.1 2016/02/22 12:13:26 wiz Exp $ - -# HG changeset patch -# User Kevin McCarthy -# Date 1449022827 28800 -# Tue Dec 01 18:20:27 2015 -0800 -# Node ID 5e5aff1782dc62044197c2230d346bd492706fbf -# Parent 428a92464d5bccccda818bed598610db212fcf7c -Loosen mutt_signed_handler() protocol value consistency check. (closes #3639) - -Apparently, for S/MIME, some MUAs mismatch the protocol value of -the multipart/signed and the content-type of the signature: putting -"pkcs7-signature" in one and "x-pkcs7-signature" in the other. - -Change mutt_signed_handler() to independently verify the values of the -protocol and the content-type. This still checks for correct values but -doesn't ensure they match between the two (for S/MIME). - ---- crypt.c.orig 2013-02-06 13:22:15.000000000 +0000 -+++ crypt.c -@@ -772,9 +772,8 @@ static void crypt_fetch_signatures (BODY - int mutt_signed_handler (BODY *a, STATE *s) - { - char tempfile[_POSIX_PATH_MAX]; -- char *protocol; -- int protocol_major = TYPEOTHER; -- char *protocol_minor = NULL; -+ int signed_type; -+ int inconsistent = 0; - - BODY *b = a; - BODY **signatures = NULL; -@@ -786,29 +785,44 @@ int mutt_signed_handler (BODY *a, STATE - if (!WithCrypto) - return -1; - -- protocol = mutt_get_parameter ("protocol", a->parameter); - a = a->parts; -- -- /* extract the protocol information */ -- -- if (protocol) -+ signed_type = mutt_is_multipart_signed (b); -+ if (!signed_type) - { -- char major[STRING]; -- char *t; -- -- if ((protocol_minor = strchr (protocol, '/'))) protocol_minor++; -- -- strfcpy (major, protocol, sizeof(major)); -- if((t = strchr(major, '/'))) -- *t = '\0'; -- -- protocol_major = mutt_check_mime_type (major); -+ /* A null protocol value is already checked for in mutt_body_handler() */ -+ state_printf (s, _("[-- Error: " -+ "Unknown multipart/signed protocol %s! --]\n\n"), -+ mutt_get_parameter ("protocol", b->parameter)); -+ return mutt_body_handler (a, s); - } - -- /* consistency check */ -- -- if (!(a && a->next && a->next->type == protocol_major && -- !mutt_strcasecmp (a->next->subtype, protocol_minor))) -+ if (!(a && a->next)) -+ inconsistent = 1; -+ else -+ { -+ switch (signed_type) -+ { -+ case SIGN: -+ if (a->next->type != TYPEMULTIPART || -+ ascii_strcasecmp (a->next->subtype, "mixed")) -+ inconsistent = 1; -+ break; -+ case PGPSIGN: -+ if (a->next->type != TYPEAPPLICATION || -+ ascii_strcasecmp (a->next->subtype, "pgp-signature")) -+ inconsistent = 1; -+ break; -+ case SMIMESIGN: -+ if (a->next->type != TYPEAPPLICATION || -+ (ascii_strcasecmp (a->next->subtype, "x-pkcs7-signature") && -+ ascii_strcasecmp (a->next->subtype, "pkcs7-signature"))) -+ inconsistent = 1; -+ break; -+ default: -+ inconsistent = 1; -+ } -+ } -+ if (inconsistent) - { - state_attach_puts (_("[-- Error: " - "Inconsistent multipart/signed structure! --]\n\n"), -@@ -816,27 +830,6 @@ int mutt_signed_handler (BODY *a, STATE - return mutt_body_handler (a, s); - } - -- -- if ((WithCrypto & APPLICATION_PGP) -- && protocol_major == TYPEAPPLICATION -- && !ascii_strcasecmp (protocol_minor, "pgp-signature")) -- ; -- else if ((WithCrypto & APPLICATION_SMIME) -- && protocol_major == TYPEAPPLICATION -- && !(ascii_strcasecmp (protocol_minor, "x-pkcs7-signature") -- && ascii_strcasecmp (protocol_minor, "pkcs7-signature"))) -- ; -- else if (protocol_major == TYPEMULTIPART -- && !ascii_strcasecmp (protocol_minor, "mixed")) -- ; -- else -- { -- state_printf (s, _("[-- Error: " -- "Unknown multipart/signed protocol %s! --]\n\n"), -- protocol); -- return mutt_body_handler (a, s); -- } -- - if (s->flags & M_DISPLAY) - { - diff --git a/mail/mutt/Makefile b/mail/mutt/Makefile index fce0ef7879b43..3d3f949b7b338 100644 --- a/mail/mutt/Makefile +++ b/mail/mutt/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.176 2016/03/05 11:28:49 jperkin Exp $ +# $NetBSD: Makefile,v 1.178 2016/05/02 09:03:13 tron Exp $ -DISTNAME= mutt-1.5.24 -PKGREVISION= 3 +DISTNAME= mutt-1.6.1 CATEGORIES= mail MASTER_SITES= ftp://ftp.mutt.org/pub/mutt/ diff --git a/mail/mutt/distinfo b/mail/mutt/distinfo index 825a35fb8964e..58c58819a38d2 100644 --- a/mail/mutt/distinfo +++ b/mail/mutt/distinfo @@ -1,18 +1,15 @@ -$NetBSD: distinfo,v 1.40 2016/02/22 12:13:26 wiz Exp $ +$NetBSD: distinfo,v 1.43 2016/05/02 09:03:13 tron Exp $ -SHA1 (mutt-1.5.24.tar.gz) = 38a2da5eb01ff83a90a2caee28fa2e95dbfe6898 -RMD160 (mutt-1.5.24.tar.gz) = 7fe7e653c27c9b580f958493638c1248d0ad5591 -SHA512 (mutt-1.5.24.tar.gz) = f7fe7edf9d1701a8e92761b1f5e6ef2e3a3b513af7898872cbe36a8800714cb76945788a60d2008820c57bc5344a4147e2686f690da42cfc8a912e3a432452b1 -Size (mutt-1.5.24.tar.gz) = 3897115 bytes -SHA1 (patch-1.5.24.rr.compressed.gz) = 8da54323dfc9c1049bf0411db2f552593793e99f -RMD160 (patch-1.5.24.rr.compressed.gz) = 2bf71a26de195ce11ed4ffa25403363cab7c9b72 -Size (patch-1.5.24.rr.compressed.gz) = 10019 bytes +SHA1 (mutt-1.6.1.tar.gz) = ff1c76209a5c299018fc72b9e2e1ab98bf5138dd +RMD160 (mutt-1.6.1.tar.gz) = 2d9133d233c98b75891a488778c0d498c4827f36 +SHA512 (mutt-1.6.1.tar.gz) = a45c7bc681ea31a6ee37e95a11f3ec84f580478367250c80eaf5aceeba87e34411346a8b7e80a0f236c507cec1199ddc3ccf4596b81d7e31c235099dccdd4fd5 +Size (mutt-1.6.1.tar.gz) = 3956840 bytes SHA1 (patch-aa) = 59d89dce24110be2927c8a1ea1fa5b780d644372 SHA1 (patch-ab) = 7c307068e129eb71ba251d175186dc9c5b171681 SHA1 (patch-ac) = 40d119b7efed1a4622c42badc9ee97349b504044 SHA1 (patch-ad) = 6db5792162a0752ee533f5cd4cb3896e0ca92344 SHA1 (patch-ae) = 6534848a4c27d4a3830edd8d4e19d1181fe396d6 -SHA1 (patch-af) = edc107c535789919ba2cda5f81a4b640b6100b91 +SHA1 (patch-af) = e924223be1a5f894d41d430bc5741cae1e4cfe61 SHA1 (patch-ag) = b7902d2412538f15bc25b123ca742c03a3dd3a12 SHA1 (patch-ah) = dfe747c30a44bb309cccaca1bd5174fccc3c2bed SHA1 (patch-al) = 49542905cde263b8d4c79f71cce3759024c804a3 @@ -21,4 +18,3 @@ SHA1 (patch-an) = b9cc3e957bb1650c8e22c0edf0ce112f769664a1 SHA1 (patch-ao) = a5dddb01d30f28337ca825c6461139c2d9f288d5 SHA1 (patch-ap) = c6f79d5c4e19efdc15e9d5a59934da52b16b7a62 SHA1 (patch-aq) = e363d8929ced9731a31af1137b111d3476a3d05d -SHA1 (patch-crypt.c) = 05cc74fe4ff2543029d82cbeedc27302db9ec4a7 diff --git a/mail/mutt/patches/patch-af b/mail/mutt/patches/patch-af index 29a8eb1cee218..e1424b9ad7b77 100644 --- a/mail/mutt/patches/patch-af +++ b/mail/mutt/patches/patch-af @@ -1,10 +1,10 @@ -$NetBSD: patch-af,v 1.6 2015/09/03 14:49:02 wiz Exp $ +$NetBSD: patch-af,v 1.7 2016/04/09 08:47:36 tron Exp $ 1.) On some systems, curses.h defines TRUE and FALSE, so conditionalise them here to avoid compiler complaints about duplicate definitions. ---- lib.h.orig 2014-03-12 16:03:45.000000000 +0000 -+++ lib.h 2014-12-19 20:41:07.000000000 +0000 +--- lib.h.orig 2016-04-02 19:12:22.000000000 +0100 ++++ lib.h 2016-04-09 09:34:25.000000000 +0100 @@ -54,8 +54,12 @@ # define N_(a) a # endif @@ -18,5 +18,5 @@ $NetBSD: patch-af,v 1.6 2015/09/03 14:49:02 wiz Exp $ +# define FALSE 0 +# endif - # define HUGE_STRING 5120 + # define HUGE_STRING 8192 # define LONG_STRING 1024 diff --git a/mail/mutt/patches/patch-crypt.c b/mail/mutt/patches/patch-crypt.c deleted file mode 100644 index 45bb61a173e88..0000000000000 --- a/mail/mutt/patches/patch-crypt.c +++ /dev/null @@ -1,124 +0,0 @@ -$NetBSD: patch-crypt.c,v 1.1 2016/02/22 12:13:26 wiz Exp $ - -# HG changeset patch -# User Kevin McCarthy -# Date 1449022827 28800 -# Tue Dec 01 18:20:27 2015 -0800 -# Node ID 5e5aff1782dc62044197c2230d346bd492706fbf -# Parent 428a92464d5bccccda818bed598610db212fcf7c -Loosen mutt_signed_handler() protocol value consistency check. (closes #3639) - -Apparently, for S/MIME, some MUAs mismatch the protocol value of -the multipart/signed and the content-type of the signature: putting -"pkcs7-signature" in one and "x-pkcs7-signature" in the other. - -Change mutt_signed_handler() to independently verify the values of the -protocol and the content-type. This still checks for correct values but -doesn't ensure they match between the two (for S/MIME). - ---- crypt.c.orig 2013-02-06 13:22:15.000000000 +0000 -+++ crypt.c -@@ -772,9 +772,8 @@ static void crypt_fetch_signatures (BODY - int mutt_signed_handler (BODY *a, STATE *s) - { - char tempfile[_POSIX_PATH_MAX]; -- char *protocol; -- int protocol_major = TYPEOTHER; -- char *protocol_minor = NULL; -+ int signed_type; -+ int inconsistent = 0; - - BODY *b = a; - BODY **signatures = NULL; -@@ -786,29 +785,44 @@ int mutt_signed_handler (BODY *a, STATE - if (!WithCrypto) - return -1; - -- protocol = mutt_get_parameter ("protocol", a->parameter); - a = a->parts; -- -- /* extract the protocol information */ -- -- if (protocol) -+ signed_type = mutt_is_multipart_signed (b); -+ if (!signed_type) - { -- char major[STRING]; -- char *t; -- -- if ((protocol_minor = strchr (protocol, '/'))) protocol_minor++; -- -- strfcpy (major, protocol, sizeof(major)); -- if((t = strchr(major, '/'))) -- *t = '\0'; -- -- protocol_major = mutt_check_mime_type (major); -+ /* A null protocol value is already checked for in mutt_body_handler() */ -+ state_printf (s, _("[-- Error: " -+ "Unknown multipart/signed protocol %s! --]\n\n"), -+ mutt_get_parameter ("protocol", b->parameter)); -+ return mutt_body_handler (a, s); - } - -- /* consistency check */ -- -- if (!(a && a->next && a->next->type == protocol_major && -- !mutt_strcasecmp (a->next->subtype, protocol_minor))) -+ if (!(a && a->next)) -+ inconsistent = 1; -+ else -+ { -+ switch (signed_type) -+ { -+ case SIGN: -+ if (a->next->type != TYPEMULTIPART || -+ ascii_strcasecmp (a->next->subtype, "mixed")) -+ inconsistent = 1; -+ break; -+ case PGPSIGN: -+ if (a->next->type != TYPEAPPLICATION || -+ ascii_strcasecmp (a->next->subtype, "pgp-signature")) -+ inconsistent = 1; -+ break; -+ case SMIMESIGN: -+ if (a->next->type != TYPEAPPLICATION || -+ (ascii_strcasecmp (a->next->subtype, "x-pkcs7-signature") && -+ ascii_strcasecmp (a->next->subtype, "pkcs7-signature"))) -+ inconsistent = 1; -+ break; -+ default: -+ inconsistent = 1; -+ } -+ } -+ if (inconsistent) - { - state_attach_puts (_("[-- Error: " - "Inconsistent multipart/signed structure! --]\n\n"), -@@ -816,27 +830,6 @@ int mutt_signed_handler (BODY *a, STATE - return mutt_body_handler (a, s); - } - -- -- if ((WithCrypto & APPLICATION_PGP) -- && protocol_major == TYPEAPPLICATION -- && !ascii_strcasecmp (protocol_minor, "pgp-signature")) -- ; -- else if ((WithCrypto & APPLICATION_SMIME) -- && protocol_major == TYPEAPPLICATION -- && !(ascii_strcasecmp (protocol_minor, "x-pkcs7-signature") -- && ascii_strcasecmp (protocol_minor, "pkcs7-signature"))) -- ; -- else if (protocol_major == TYPEMULTIPART -- && !ascii_strcasecmp (protocol_minor, "mixed")) -- ; -- else -- { -- state_printf (s, _("[-- Error: " -- "Unknown multipart/signed protocol %s! --]\n\n"), -- protocol); -- return mutt_body_handler (a, s); -- } -- - if (s->flags & M_DISPLAY) - { - diff --git a/mail/newmail/distinfo b/mail/newmail/distinfo index e2cb4fe1a4edf..e6e0052f58f02 100644 --- a/mail/newmail/distinfo +++ b/mail/newmail/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.7 2015/11/03 23:27:11 agc Exp $ +$NetBSD: distinfo,v 1.8 2016/03/30 09:09:48 jperkin Exp $ SHA1 (newmail-1.0.1.tar.gz) = 031387e2ba10e5e4ba801dab25d86fce3b55e02c RMD160 (newmail-1.0.1.tar.gz) = 411e94b61909400a580fbad887f1ad730738679e SHA512 (newmail-1.0.1.tar.gz) = 9fbea29f95368a9a2bbae89c3e3b810b96b80eb4a6426e690b7a862d00f89b351249a7aa710b23fa5df76400deb0d3676d3b420cfb8180199089f16091838fdb Size (newmail-1.0.1.tar.gz) = 3476 bytes SHA1 (patch-aa) = 3d81434a8d98390df7964cc701c83496791de267 -SHA1 (patch-ab) = da5a2a0608986c074c5ed02e6fc6742c3747c0c7 +SHA1 (patch-ab) = 500961f6bc9fa76d9da7c0ceb667d7ad067c178a SHA1 (patch-newmail.1) = d485dd11247490853a0dfa72bc14670b3c733021 diff --git a/mail/newmail/patches/patch-ab b/mail/newmail/patches/patch-ab index 6b62b4a729171..ba5169192798f 100644 --- a/mail/newmail/patches/patch-ab +++ b/mail/newmail/patches/patch-ab @@ -1,4 +1,6 @@ -$NetBSD: patch-ab,v 1.1 2009/02/10 17:22:20 joerg Exp $ +$NetBSD: patch-ab,v 1.2 2016/03/30 09:09:48 jperkin Exp $ + +Use pkgsrc layout. --- Makefile.orig 2009-02-10 18:20:22.000000000 +0100 +++ Makefile @@ -9,4 +11,4 @@ $NetBSD: patch-ab,v 1.1 2009/02/10 17:22:20 joerg Exp $ - install -s -m 555 ${PROG} ${PREFIX}/bin - install -c -m 444 ${PROG}.1 ${PREFIX}/man/man1 + ${BSD_INSTALL_PROGRAM} ${PROG} ${DESTDIR}${PREFIX}/bin -+ ${BSD_INSTALL_MAN} ${PROG}.1 ${DESTDIR}${PREFIX}/man/man1 ++ ${BSD_INSTALL_MAN} ${PROG}.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1 diff --git a/mail/notmuch/Makefile b/mail/notmuch/Makefile index c97b5c7973755..4a1dc8d090d59 100644 --- a/mail/notmuch/Makefile +++ b/mail/notmuch/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.13 2016/02/28 00:54:15 schmonz Exp $ +# $NetBSD: Makefile,v 1.14 2016/05/05 11:36:10 wiz Exp $ -DISTNAME= notmuch-0.21 +DISTNAME= notmuch-0.22 CATEGORIES= mail MASTER_SITES= http://notmuchmail.org/releases/ diff --git a/mail/notmuch/distinfo b/mail/notmuch/distinfo index 2b4188eb26ad1..17a8f0d0b333e 100644 --- a/mail/notmuch/distinfo +++ b/mail/notmuch/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.9 2015/11/22 23:55:33 wiz Exp $ +$NetBSD: distinfo,v 1.10 2016/05/05 11:36:10 wiz Exp $ -SHA1 (notmuch-0.21.tar.gz) = 147108cde5c42f0026f593c90bd762b9fc2d4152 -RMD160 (notmuch-0.21.tar.gz) = a02742c5d20ba56678ff9510440dbff0717f077d -SHA512 (notmuch-0.21.tar.gz) = 2485c422433be21f6bf89aaf997e1468c31a52029ddc8336e78a632b292c659569448c29813ea550ed27fb6815558522a451a7fa10e8fb3f87d9538b4dd7b01a -Size (notmuch-0.21.tar.gz) = 663600 bytes +SHA1 (notmuch-0.22.tar.gz) = c3c3c805cd821aca0966e46dffd56d37d42f2616 +RMD160 (notmuch-0.22.tar.gz) = 525620a8a501a2b1bbd279b581f32257a2ccfc90 +SHA512 (notmuch-0.22.tar.gz) = 0fd3860b4bce0fbf2648046a68b92d23d73604e82e05ee1b5913fc82985e67225b0f3a0977f71ad5251e7714a7111e8fd84ae0347f33475dddd8eb8d00fd2ed6 +Size (notmuch-0.22.tar.gz) = 682458 bytes SHA1 (patch-Makefile.local) = fad3bf11d139a9e0207965803bf854670f8f4853 SHA1 (patch-aa) = a4c815c0663fa6e5e8692ff14f50ecf9537dda9a SHA1 (patch-lib_Makefile.local) = c81920e239d1e26d4502e57c4e7fdbd3209b6325 diff --git a/mail/opendkim/Makefile b/mail/opendkim/Makefile index 2ff9b966ae042..908e483b2571e 100644 --- a/mail/opendkim/Makefile +++ b/mail/opendkim/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.25 2016/03/05 11:28:49 jperkin Exp $ +# $NetBSD: Makefile,v 1.26 2016/03/18 06:16:18 pettai Exp $ -DISTNAME= opendkim-2.10.1 -PKGREVISION= 2 +DISTNAME= opendkim-2.10.3 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=opendkim/} diff --git a/mail/opendkim/distinfo b/mail/opendkim/distinfo index 263640bbe08ec..9e4becd720d0b 100644 --- a/mail/opendkim/distinfo +++ b/mail/opendkim/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.17 2015/11/03 23:27:11 agc Exp $ +$NetBSD: distinfo,v 1.18 2016/03/18 06:16:18 pettai Exp $ -SHA1 (opendkim-2.10.1.tar.gz) = 13a5d5ebd3bc768e9d39dae8c984157708214166 -RMD160 (opendkim-2.10.1.tar.gz) = 353b4960bec019ce2432ba48e6700d947a57d773 -SHA512 (opendkim-2.10.1.tar.gz) = 85636647698542e72d8b353cbf3e3836010c9983af68fb59bff706c2417159b1b0e4a1a015c10cbfb5d8639ca8a576dafb15247ccbe7793e1b0ed379bad97c65 -Size (opendkim-2.10.1.tar.gz) = 1213326 bytes +SHA1 (opendkim-2.10.3.tar.gz) = 4e9b966860bcfbca6441ed84a95bbe762fff69f4 +RMD160 (opendkim-2.10.3.tar.gz) = c6553757ae9675434e647f3cc1e6357bc60c7d2a +SHA512 (opendkim-2.10.3.tar.gz) = 97923e533d072c07ae4d16a46cbed95ee799aa50f19468d8bc6d1dc534025a8616c3b4b68b5842bc899b509349a2c9a67312d574a726b048c0ea46dd4fcc45d8 +Size (opendkim-2.10.3.tar.gz) = 1210224 bytes SHA1 (patch-configure) = 3e6bc994f72ed146770190a6b8a178abf4ebe4cd diff --git a/mail/opensmtpd/Makefile b/mail/opensmtpd/Makefile index 6725d23a674c5..a2874a9f22b1f 100644 --- a/mail/opensmtpd/Makefile +++ b/mail/opensmtpd/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.7 2016/03/05 11:28:49 jperkin Exp $ +# $NetBSD: Makefile,v 1.8 2016/05/01 05:56:40 mef Exp $ -VERSION= 5.3.3p1 +VERSION= 5.7.3p2 DISTNAME= opensmtpd-${VERSION} -PKGREVISION= 2 CATEGORIES= mail net MASTER_SITES= http://www.opensmtpd.org/archives/ @@ -13,7 +12,7 @@ LICENSE= isc AND modified-bsd AND 2-clause-bsd CONFLICTS+= courier-mta-[0-9]* fastforward>=0.51nb2 sendmail-[0-9]* CONFLICTS+= esmtp>=1.2 nullmailer-[0-9]* postfix-[0-9]* -BROKEN_FOR_PLATFORM+= OpenBSD-*-* +BROKEN_FOR_PLATFORM= OpenBSD-*-* BUILD_DEFS+= VARBASE @@ -25,12 +24,21 @@ USE_TOOLS+= automake aclocal autoheader autoconf SMTPD_HOME= ${VARBASE}/chroot/smtpd OWN_DIRS= ${SMTPD_HOME} -PKG_GROUPS= _smtpd -PKG_USERS= _smtpd:_smtpd +PKG_GROUPS= _smtpd _smtpq +PKG_USERS= _smtpd:_smtpd _smtpq:_smtpq PKG_GECOS._smtpd= OpenSMTPD pseudo-user PKG_HOME._smtpd= ${SMTPD_HOME} +PKG_GECOS._smtpq= OpenSMTPD pseudo-user +PKG_HOME._smtpq= ${SMTPD_HOME} GNU_CONFIGURE= yes +USE_DB185= yes +CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q} +CONFIGURE_ARGS+= --with-mantype=man +CONFIGURE_ARGS+= --with-privsep-path=${SMTPD_HOME} +CONFIGURE_ARGS+= --with-ssl-dir=${SSLBASE:Q} +CONFIGURE_ARGS+= --enable-table-db +CONFIGURE_ARGS+= --without-zlib-version-check EXAMPLEDIR= ${PREFIX}/share/examples/opensmtpd CONF_FILES= ${EXAMPLEDIR}/smtpd.conf ${PKG_SYSCONFDIR}/smtpd.conf @@ -45,7 +53,7 @@ SUBST_STAGE.paths= post-patch SUBST_CLASSES+= exampledir SUBST_STAGE.exampledir= pre-configure SUBST_MESSAGE.exampledir= Fixing exampledir path -SUBST_FILES.exampledir= smtpd/Makefile.am +SUBST_FILES.exampledir= mk/smtpd/Makefile.am SUBST_SED.exampledir+= -e 's,@EXAMPLE_DIR@,${EXAMPLEDIR},' post-extract: @@ -62,7 +70,9 @@ post-install: ${INSTALL_DATA} ${WRKDIR}/mailer.conf \ ${DESTDIR}${EXAMPLEDIR}/mailer.conf -.include "../../databases/db/buildlink3.mk" +.include "../../databases/db5/buildlink3.mk" .include "../../devel/libevent/buildlink3.mk" .include "../../devel/zlib/buildlink3.mk" +.include "../../net/libasr/buildlink3.mk" +.include "../../security/openssl/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/mail/opensmtpd/PLIST b/mail/opensmtpd/PLIST index 290e093c42c2d..771ba0d681264 100644 --- a/mail/opensmtpd/PLIST +++ b/mail/opensmtpd/PLIST @@ -1,17 +1,19 @@ -@comment $NetBSD: PLIST,v 1.2 2014/03/11 14:05:04 jperkin Exp $ -bin/mailq -bin/newaliases -bin/smtpscript -libexec/mail.local -libexec/opensmtpd/makemap +@comment $NetBSD: PLIST,v 1.3 2016/05/01 05:56:40 mef Exp $ +bin/sendmail +libexec/opensmtpd/encrypt +libexec/opensmtpd/mail.local man/man5/aliases.5 man/man5/forward.5 man/man5/smtpd.conf.5 +man/man5/table.5 man/man8/makemap.8 man/man8/newaliases.8 +man/man8/sendmail.8 man/man8/smtpctl.8 man/man8/smtpd.8 +sbin/mailq sbin/makemap +sbin/newaliases sbin/smtpctl sbin/smtpd share/examples/opensmtpd/mailer.conf diff --git a/mail/opensmtpd/distinfo b/mail/opensmtpd/distinfo index f5c977ca74867..16682ebcf2f52 100644 --- a/mail/opensmtpd/distinfo +++ b/mail/opensmtpd/distinfo @@ -1,9 +1,10 @@ -$NetBSD: distinfo,v 1.3 2015/11/03 23:27:11 agc Exp $ +$NetBSD: distinfo,v 1.4 2016/05/01 05:56:40 mef Exp $ -SHA1 (opensmtpd-5.3.3p1.tar.gz) = a7fc3a15b5dc622410fcedf51bbe62e6b6d64df3 -RMD160 (opensmtpd-5.3.3p1.tar.gz) = 97f63e37fa6ce1f5f58d816088c5b356f99167c3 -SHA512 (opensmtpd-5.3.3p1.tar.gz) = 8ea72773dca4f907d2b8285fc7abcd5c4c19ceb50b547cc4a217ec296a222f8134bfc4bc7707439b0c5d58b5354f92ebed65966179d7598c4793cad4370b087b -Size (opensmtpd-5.3.3p1.tar.gz) = 343733 bytes -SHA1 (patch-configure.ac) = ed819952951700c057c11200095a72972aafc1f9 -SHA1 (patch-smtpd_Makefile.am) = 4267002ecadceaf68868b9d782d5e6f8571ebc36 -SHA1 (patch-smtpd_queue_fsqueue.c) = 80dae37705378c022c1a76d31ea54a3f907b6c1a +SHA1 (opensmtpd-5.7.3p2.tar.gz) = 4d1edc5811a80ec26de040227a298a742c494e72 +RMD160 (opensmtpd-5.7.3p2.tar.gz) = 5d6faebea3a303e5effeafbef5def597bfac434e +SHA512 (opensmtpd-5.7.3p2.tar.gz) = bac0b8d6a6969a5e49a1d45b2c74cb2f3da44d06b12c7162500adf3ca312751020762bc8301075a9d7634d94cf51f978d04fac327f843680646e9e687737c42f +Size (opensmtpd-5.7.3p2.tar.gz) = 709074 bytes +SHA1 (patch-configure.ac) = bcf442cf536b44019d25a1e4e9ac2812fc76d928 +SHA1 (patch-mk_smtpd_Makefile.am) = ebc62819300d3ddd824178c08a5630ca85dc6fdc +SHA1 (patch-smtpd_queue__fs.c) = f13d1bf1d26544b3c81e5e2c813d2fe5e917b96b +SHA1 (patch-smtpd_smtp__session.c) = f9c034827519a02b97cadb3c034ad1e84abc805a diff --git a/mail/opensmtpd/files/mailer.conf b/mail/opensmtpd/files/mailer.conf index 18c70d3f15a0c..0cd17abbb46ab 100644 --- a/mail/opensmtpd/files/mailer.conf +++ b/mail/opensmtpd/files/mailer.conf @@ -1,7 +1,9 @@ -# $NetBSD: mailer.conf,v 1.1 2013/11/18 22:50:01 pettai Exp $ +# $NetBSD: mailer.conf,v 1.2 2016/05/01 05:56:40 mef Exp $ # # Use "opensmtpd" replacements # -sendmail @PREFIX@/libexec/mail.local -mailq @PREFIX@/bin/mailq -newaliases @PREFIX@/bin/newaliases +sendmail @PREFIX@/sbin/smtpctl +send-mail @PREFIX@/sbin/smtpctl +mailq @PREFIX@/sbin/mailq +makemap @PREFIX@/sbin/makemap +newaliases @PREFIX@/sbin/newaliases diff --git a/mail/opensmtpd/patches/patch-configure.ac b/mail/opensmtpd/patches/patch-configure.ac index 04f8f7e15087a..c10552f9f2974 100644 --- a/mail/opensmtpd/patches/patch-configure.ac +++ b/mail/opensmtpd/patches/patch-configure.ac @@ -1,14 +1,14 @@ -$NetBSD: patch-configure.ac,v 1.1 2013/11/18 22:50:01 pettai Exp $ +$NetBSD: patch-configure.ac,v 1.2 2016/05/01 05:56:40 mef Exp $ -Add sys/statvfs for NetBSD +Add sys/statvfs for NetBSD. ---- configure.ac.orig 2013-05-16 15:19:59.000000000 +0000 +--- configure.ac.orig 2016-02-02 07:40:06.000000000 +0000 +++ configure.ac -@@ -261,6 +261,7 @@ AC_CHECK_HEADERS([ \ +@@ -338,6 +338,7 @@ AC_CHECK_HEADERS([ \ sys/ndir.h \ sys/pstat.h \ sys/statfs.h \ + sys/statvfs.h \ + sys/time.h \ sys/un.h \ - ucred.h \ - util.h \ + time.h \ diff --git a/mail/opensmtpd/patches/patch-mk_smtpd_Makefile.am b/mail/opensmtpd/patches/patch-mk_smtpd_Makefile.am new file mode 100644 index 0000000000000..5c3baf10517de --- /dev/null +++ b/mail/opensmtpd/patches/patch-mk_smtpd_Makefile.am @@ -0,0 +1,29 @@ +$NetBSD: patch-mk_smtpd_Makefile.am,v 1.1 2016/05/01 05:56:40 mef Exp $ + +Install the configuration file in the example directory. + +--- mk/smtpd/Makefile.am.orig 2016-02-02 07:40:06.000000000 +0000 ++++ mk/smtpd/Makefile.am +@@ -151,17 +151,16 @@ $(CONFIGFILES): $(CONFIGFILES_IN) + + # smtpd.conf + # newaliases makemap ++ ++EXAMPLE_DIR=@EXAMPLE_DIR@ ++ + install-exec-hook: $(CONFIGFILES) $(MANPAGES) +- $(MKDIR_P) $(DESTDIR)$(sysconfdir) ++ $(MKDIR_P) $(DESTDIR)$(EXAMPLE_DIR) + $(MKDIR_P) $(DESTDIR)$(bindir) + $(MKDIR_P) $(DESTDIR)$(mandir)/$(mansubdir)5 + $(MKDIR_P) $(DESTDIR)$(mandir)/$(mansubdir)8 + +- @if [ ! -f $(DESTDIR)$(sysconfdir)/smtpd.conf ]; then \ +- $(INSTALL) -m 644 smtpd.conf.out $(DESTDIR)$(sysconfdir)/smtpd.conf; \ +- else \ +- echo "$(DESTDIR)$(sysconfdir)/smtpd.conf already exists, install will not overwrite"; \ +- fi ++ $(INSTALL) -m 644 smtpd.conf.out $(DESTDIR)$(EXAMPLE_DIR)/smtpd.conf + + $(INSTALL) -m 644 aliases.5.out $(DESTDIR)$(mandir)/$(mansubdir)5/aliases.5 + $(INSTALL) -m 644 forward.5.out $(DESTDIR)$(mandir)/$(mansubdir)5/forward.5 diff --git a/mail/opensmtpd/patches/patch-smtpd_Makefile.am b/mail/opensmtpd/patches/patch-smtpd_Makefile.am deleted file mode 100644 index a5c0087c47ce3..0000000000000 --- a/mail/opensmtpd/patches/patch-smtpd_Makefile.am +++ /dev/null @@ -1,29 +0,0 @@ -$NetBSD: patch-smtpd_Makefile.am,v 1.1 2013/11/18 22:50:01 pettai Exp $ - -Install the configuration file in the example directory - ---- smtpd/Makefile.am.orig 2013-03-08 18:22:39.000000000 +0000 -+++ smtpd/Makefile.am -@@ -154,17 +154,16 @@ $(CONFIGFILES): $(CONFIGFILES_IN) - - # smtpd.conf - # newaliases makemap -+ -+EXAMPLE_DIR=@EXAMPLE_DIR@ -+ - install-exec-hook: $(CONFIGFILES) $(MANPAGES) -- $(MKDIR_P) $(DESTDIR)$(sysconfdir) -+ $(MKDIR_P) $(DESTDIR)$(EXAMPLE_DIR) - $(MKDIR_P) $(DESTDIR)$(bindir) - $(MKDIR_P) $(DESTDIR)$(mandir)/$(mansubdir)5 - $(MKDIR_P) $(DESTDIR)$(mandir)/$(mansubdir)8 - -- @if [ ! -f $(DESTDIR)$(sysconfdir)/smtpd.conf ]; then \ -- $(INSTALL) -m 644 smtpd.conf.out $(DESTDIR)$(sysconfdir)/smtpd.conf; \ -- else \ -- echo "$(DESTDIR)$(sysconfdir)/smtpd.conf already exists, install will not overwrite"; \ -- fi -+ $(INSTALL) -m 644 smtpd.conf.out $(DESTDIR)$(EXAMPLE_DIR)/smtpd.conf - - ln -f $(DESTDIR)$(sbindir)/smtpctl$(EXEEXT) \ - $(DESTDIR)$(bindir)/mailq$(EXEEXT); diff --git a/mail/opensmtpd/patches/patch-smtpd_queue__fs.c b/mail/opensmtpd/patches/patch-smtpd_queue__fs.c new file mode 100644 index 0000000000000..62d9ccf323778 --- /dev/null +++ b/mail/opensmtpd/patches/patch-smtpd_queue__fs.c @@ -0,0 +1,19 @@ +$NetBSD: patch-smtpd_queue__fs.c,v 1.1 2016/05/01 05:56:40 mef Exp $ + +NetBSD use statvfs, not statfs. + +--- smtpd/queue_fs.c.orig 2016-02-02 07:40:06.000000000 +0000 ++++ smtpd/queue_fs.c +@@ -30,6 +30,12 @@ + #ifdef HAVE_SYS_STATFS_H + #include + #endif ++#ifdef HAVE_SYS_STATVFS_H ++#include ++#ifdef __NetBSD__ ++#define statfs statvfs ++#endif ++#endif + + #include + #include diff --git a/mail/opensmtpd/patches/patch-smtpd_queue_fsqueue.c b/mail/opensmtpd/patches/patch-smtpd_queue_fsqueue.c deleted file mode 100644 index 99ad4e428a22a..0000000000000 --- a/mail/opensmtpd/patches/patch-smtpd_queue_fsqueue.c +++ /dev/null @@ -1,18 +0,0 @@ -$NetBSD: patch-smtpd_queue_fsqueue.c,v 1.1 2013/11/18 22:50:01 pettai Exp $ - -NetBSD use statvfs, not statfs. - ---- smtpd/queue_fsqueue.c.orig 2013-05-16 15:19:59.000000000 +0000 -+++ smtpd/queue_fsqueue.c -@@ -26,5 +26,11 @@ - #ifdef HAVE_SYS_STATFS_H - #include - #endif -+#ifdef HAVE_SYS_STATVFS_H -+#include -+#ifdef __NetBSD__ -+#define statfs statvfs -+#endif -+#endif - #include - #include diff --git a/mail/opensmtpd/patches/patch-smtpd_smtp__session.c b/mail/opensmtpd/patches/patch-smtpd_smtp__session.c new file mode 100644 index 0000000000000..32d32d9564afd --- /dev/null +++ b/mail/opensmtpd/patches/patch-smtpd_smtp__session.c @@ -0,0 +1,69 @@ +$NetBSD: patch-smtpd_smtp__session.c,v 1.1 2016/05/01 05:56:40 mef Exp $ + +Add a patch to handle long usernames during SMTP authentication, +e.g. often username exceeds the limit when it contains @host.name +part. + +From FreeBSD's ports. + +cf.http://svnweb.freebsd.org/ports?view=revision&revision=394424 + +--- smtpd/smtp_session.c.orig 2016-02-02 07:40:06.000000000 +0000 ++++ smtpd/smtp_session.c +@@ -84,6 +84,7 @@ enum session_flags { + SF_BADINPUT = 0x0080, + SF_FILTERCONN = 0x0100, + SF_FILTERDATA = 0x0200, ++ SF_USERTOOLONG = 0x0400, + }; + + enum message_flags { +@@ -133,7 +134,7 @@ struct smtp_session { + + char helo[LINE_MAX]; + char cmd[LINE_MAX]; +- char username[LOGIN_NAME_MAX]; ++ char username[LOGIN_NAME_MAX+HOST_NAME_MAX+1]; + + struct envelope evp; + +@@ -986,6 +987,15 @@ smtp_session_imsg(struct mproc *p, struc + + s = tree_xpop(&wait_parent_auth, reqid); + strnvis(user, s->username, sizeof user, VIS_WHITE | VIS_SAFE); ++ ++ if (s->flags & SF_USERTOOLONG) { ++ log_info("smtp-in: sesson %016"PRIx64 ++ ": auth failed because username too long", ++ s->id); ++ s->flags &= (~SF_USERTOOLONG); ++ success = LKA_PERMFAIL; ++ } ++ + if (success == LKA_OK) { + log_info("smtp-in: session %016"PRIx64 + ": authentication successful for user %s ", +@@ -1925,7 +1935,7 @@ smtp_rfc4954_auth_plain(struct smtp_sess + user++; /* skip NUL */ + if (strlcpy(s->username, user, sizeof(s->username)) + >= sizeof(s->username)) +- goto abort; ++ s->flags |= SF_USERTOOLONG; + + pass = memchr(user, '\0', len - (user - buf)); + if (pass == NULL || pass >= buf + len - 2) +@@ -1965,9 +1975,12 @@ smtp_rfc4954_auth_login(struct smtp_sess + + case STATE_AUTH_USERNAME: + memset(s->username, 0, sizeof(s->username)); +- if (base64_decode(arg, (unsigned char *)s->username, +- sizeof(s->username) - 1) == -1) ++ if (base64_decode(arg, (unsigned char *)buf, ++ sizeof(buf) - 1) == -1) + goto abort; ++ if (strlcpy(s->username, buf, sizeof(s->username)) ++ >= sizeof(s->username)) ++ s->flags |= SF_USERTOOLONG; + + smtp_enter_state(s, STATE_AUTH_PASSWORD); + smtp_reply(s, "334 UGFzc3dvcmQ6"); diff --git a/mail/p5-Email-Abstract/Makefile b/mail/p5-Email-Abstract/Makefile index 7eef74710510e..8e0442bc5167a 100644 --- a/mail/p5-Email-Abstract/Makefile +++ b/mail/p5-Email-Abstract/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2015/06/12 10:50:21 wiz Exp $ +# $NetBSD: Makefile,v 1.27 2016/05/03 10:54:55 wiz Exp $ DISTNAME= Email-Abstract-3.008 PKGNAME= p5-${DISTNAME} @@ -6,7 +6,7 @@ PKGREVISION= 1 CATEGORIES= mail perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Email/} -MAINTAINER= rhaen@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Email-Abstract/ COMMENT= Perl5 module for writing representation-independent mail handling code LICENSE= ${PERL5_LICENSE} diff --git a/mail/p5-Email-Address/Makefile b/mail/p5-Email-Address/Makefile index bd1b81068af74..9a8de0268d20d 100644 --- a/mail/p5-Email-Address/Makefile +++ b/mail/p5-Email-Address/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.21 2016/01/18 14:34:26 mef Exp $ +# $NetBSD: Makefile,v 1.22 2016/05/03 10:54:55 wiz Exp $ DISTNAME= Email-Address-1.908 PKGNAME= p5-${DISTNAME} CATEGORIES= mail perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Email/} -MAINTAINER= rhaen@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Email-Address/ COMMENT= RFC 2822 Address Parsing and Creation LICENSE= ${PERL5_LICENSE} diff --git a/mail/p5-Email-Date-Format/Makefile b/mail/p5-Email-Date-Format/Makefile index 540c682c64e7a..f7c55667d1c7f 100644 --- a/mail/p5-Email-Date-Format/Makefile +++ b/mail/p5-Email-Date-Format/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2015/07/12 18:56:23 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2016/05/03 10:54:55 wiz Exp $ DISTNAME= Email-Date-Format-1.005 PKGNAME= p5-${DISTNAME} @@ -6,7 +6,7 @@ PKGREVISION= 1 CATEGORIES= mail perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Email/} -MAINTAINER= rhaen@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Email-Date-Format/ COMMENT= Perl Module to produce RFC 2822 date strings LICENSE= ${PERL5_LICENSE} diff --git a/mail/p5-Email-Date/Makefile b/mail/p5-Email-Date/Makefile index 83b78bf5d37e9..66b4e3bf6d634 100644 --- a/mail/p5-Email-Date/Makefile +++ b/mail/p5-Email-Date/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2015/09/02 12:54:21 mef Exp $ +# $NetBSD: Makefile,v 1.18 2016/05/03 10:54:55 wiz Exp $ DISTNAME= Email-Date-1.104 PKGNAME= p5-${DISTNAME} @@ -6,7 +6,7 @@ PKGREVISION= 3 CATEGORIES= mail perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Email/} -MAINTAINER= rhaen@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://cpan.uwinnipeg.ca/dist/Email-Date COMMENT= Find and Format Date Headers LICENSE= ${PERL5_LICENSE} diff --git a/mail/p5-Email-MIME/Makefile b/mail/p5-Email-MIME/Makefile index fbdfb125eaf3d..90145f8611723 100644 --- a/mail/p5-Email-MIME/Makefile +++ b/mail/p5-Email-MIME/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.25 2016/01/30 13:46:10 mef Exp $ +# $NetBSD: Makefile,v 1.26 2016/05/03 10:54:55 wiz Exp $ DISTNAME= Email-MIME-1.937 PKGNAME= p5-${DISTNAME} CATEGORIES= mail perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Email/} -MAINTAINER= rhaen@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Email-MIME/ COMMENT= Perl module for easy MIME message parsing LICENSE= ${PERL5_LICENSE} diff --git a/mail/p5-Email-Sender/Makefile b/mail/p5-Email-Sender/Makefile index 1228ba87b9a7d..b61145e571da4 100644 --- a/mail/p5-Email-Sender/Makefile +++ b/mail/p5-Email-Sender/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.22 2016/01/30 14:57:56 mef Exp $ +# $NetBSD: Makefile,v 1.23 2016/04/07 13:40:45 wen Exp $ -DISTNAME= Email-Sender-1.300021 +DISTNAME= Email-Sender-1.300027 PKGNAME= p5-${DISTNAME} CATEGORIES= mail perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Email/} @@ -11,17 +11,17 @@ COMMENT= Email::Sender - a library for sending email LICENSE= ${PERL5_LICENSE} DEPENDS+= p5-Capture-Tiny>=0.08:../../devel/p5-Capture-Tiny -DEPENDS+= p5-Email-Abstract>=3:../../mail/p5-Email-Abstract +DEPENDS+= p5-Email-Abstract>=3.006:../../mail/p5-Email-Abstract DEPENDS+= p5-Email-Address-[0-9]*:../../mail/p5-Email-Address DEPENDS+= p5-Email-Simple>=1.998:../../mail/p5-Email-Simple DEPENDS+= p5-List-MoreUtils-[0-9]*:../../devel/p5-List-MoreUtils -DEPENDS+= p5-Moo>=1.000008:../../devel/p5-Moo -#DEPENDS+= {perl>=5.10,p5-Net-[0-9]*}:../../net/p5-Net +DEPENDS+= p5-Moo>=2.000000:../../devel/p5-Moo +DEPENDS+= p5-Net>=3.07:../../net/p5-Net DEPENDS+= p5-Throwable>=0.200003:../../devel/p5-Throwable DEPENDS+= p5-Try-Tiny-[0-9]*:../../devel/p5-Try-Tiny # for make test -BUILD_DEPENDS+= p5-MooX-Types-MooseLike-[0-9]*:../../devel/p5-MooX-Types-MooseLike +BUILD_DEPENDS+= p5-MooX-Types-MooseLike>=0.15:../../devel/p5-MooX-Types-MooseLike PERL5_PACKLIST= auto/Email/Sender/.packlist diff --git a/mail/p5-Email-Sender/distinfo b/mail/p5-Email-Sender/distinfo index 988392aa1f1aa..e4db081bbea0e 100644 --- a/mail/p5-Email-Sender/distinfo +++ b/mail/p5-Email-Sender/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.13 2015/11/04 17:41:19 agc Exp $ +$NetBSD: distinfo,v 1.14 2016/04/07 13:40:45 wen Exp $ -SHA1 (Email-Sender-1.300021.tar.gz) = 8cbb76c01e38feb0532326395c1550442745e907 -RMD160 (Email-Sender-1.300021.tar.gz) = 41ad80817216ef05403e2a6f61b00fc5824aef2f -SHA512 (Email-Sender-1.300021.tar.gz) = 9b2eed7451fd92ceb9a834e38ab8a992cf9fda66e51576fc98aed8eaecb4f574001315e5afa5f79d8ceb77037821db8aab1f6162b41def26f99b27e6d0a2c20b -Size (Email-Sender-1.300021.tar.gz) = 50048 bytes +SHA1 (Email-Sender-1.300027.tar.gz) = a3999d0c5a1f8f2cd3a9cdd267b36118f95c0d15 +RMD160 (Email-Sender-1.300027.tar.gz) = bbadd1c6ec95d34627b348088306095a65910a50 +SHA512 (Email-Sender-1.300027.tar.gz) = d452fa2c27d862358e89021fccb121f33227ffdab15b75ad5b32c9275df206f4e9871c79b4b63d9880ac1f9a5557f2fbc53bd715187c899d9378d84ad8b07d22 +Size (Email-Sender-1.300027.tar.gz) = 50636 bytes diff --git a/mail/p5-Email-Simple/Makefile b/mail/p5-Email-Simple/Makefile index 1a25682e3938a..ce9fbb090e676 100644 --- a/mail/p5-Email-Simple/Makefile +++ b/mail/p5-Email-Simple/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.23 2015/08/03 03:13:19 wen Exp $ +# $NetBSD: Makefile,v 1.25 2016/05/03 10:54:55 wiz Exp $ -DISTNAME= Email-Simple-2.208 +DISTNAME= Email-Simple-2.210 PKGNAME= p5-${DISTNAME} CATEGORIES= mail perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Email/} -MAINTAINER= rhaen@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Email-Simple/ COMMENT= Perl5 module for simple parsing of RFC2822 message format and headers LICENSE= ${PERL5_LICENSE} diff --git a/mail/p5-Email-Simple/distinfo b/mail/p5-Email-Simple/distinfo index 9d605df90e29a..52e17185a68cc 100644 --- a/mail/p5-Email-Simple/distinfo +++ b/mail/p5-Email-Simple/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.12 2015/11/03 23:27:13 agc Exp $ +$NetBSD: distinfo,v 1.13 2016/04/07 13:10:16 wen Exp $ -SHA1 (Email-Simple-2.208.tar.gz) = 2682656ff801344539bc51b98fadb865da2209eb -RMD160 (Email-Simple-2.208.tar.gz) = bc679f35cd40cbc3e83cb6af7dfa7b60035cf669 -SHA512 (Email-Simple-2.208.tar.gz) = fee04ac6dfef6c0f48899a3d95662fbb8f2b803969a7d317a6ee82b2f7de4dc0e7a14388d4589e04963d8d6377b7033f0b3f4c57f761b20d3001267bb80ec647 -Size (Email-Simple-2.208.tar.gz) = 38289 bytes +SHA1 (Email-Simple-2.210.tar.gz) = d47834096e6cf07495f421e768e0c2e72c3a7522 +RMD160 (Email-Simple-2.210.tar.gz) = e827b9b2307b1618b964f00410fc9b240557c237 +SHA512 (Email-Simple-2.210.tar.gz) = ca35f81f5445f39b23a4cb45b320f645262b7d061d883e915d75b06c96023b0e5910e0df28a0d648575ec9d15d63c3a4c901efcdc54f51d56641f2291c82156a +Size (Email-Simple-2.210.tar.gz) = 38553 bytes diff --git a/mail/p5-Email-Valid/Makefile b/mail/p5-Email-Valid/Makefile index 01579db58d5da..93e1d42249d66 100644 --- a/mail/p5-Email-Valid/Makefile +++ b/mail/p5-Email-Valid/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.37 2015/11/01 09:07:35 wiz Exp $ +# $NetBSD: Makefile,v 1.38 2016/04/07 12:56:18 wen Exp $ -DISTNAME= Email-Valid-1.198 +DISTNAME= Email-Valid-1.200 PKGNAME= p5-${DISTNAME} CATEGORIES= mail perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Email/} diff --git a/mail/p5-Email-Valid/distinfo b/mail/p5-Email-Valid/distinfo index b2a8a11898bdb..06cfc4243af87 100644 --- a/mail/p5-Email-Valid/distinfo +++ b/mail/p5-Email-Valid/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.16 2015/11/01 09:07:35 wiz Exp $ +$NetBSD: distinfo,v 1.17 2016/04/07 12:56:18 wen Exp $ -SHA1 (Email-Valid-1.198.tar.gz) = e58650e34b86ee841b3dfbcf4216c42882b3410f -RMD160 (Email-Valid-1.198.tar.gz) = 2de8fad6ddfc58229f72a09912c607ff5c5d7f1c -SHA512 (Email-Valid-1.198.tar.gz) = 40395ae7580ddc07ef75f95a62cb23507c4749b52a6fceaf47a5014c8dd7a9d11bbbdd906925bdd9a394f6f5cbfd35422167b48e3a86c591e2da59445ebf970b -Size (Email-Valid-1.198.tar.gz) = 32952 bytes +SHA1 (Email-Valid-1.200.tar.gz) = 6dfee3fb7b48a2c346a1c67cd8249dc1dc9e432f +RMD160 (Email-Valid-1.200.tar.gz) = 11253df626648653f690355a2406a2bbdf78d1ce +SHA512 (Email-Valid-1.200.tar.gz) = 3f3564b0380540c4731d670472853c125641d846fdd721b53790bb30dd644893f8ef27dd516aa487747f7b97df5da77b126f051f029aec98ce8981a47958bfff +Size (Email-Valid-1.200.tar.gz) = 33615 bytes diff --git a/mail/p5-IMAP-Admin/Makefile b/mail/p5-IMAP-Admin/Makefile index fcb984ddc563f..8c8ee056e1a10 100644 --- a/mail/p5-IMAP-Admin/Makefile +++ b/mail/p5-IMAP-Admin/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.32 2015/06/12 10:50:22 wiz Exp $ +# $NetBSD: Makefile,v 1.33 2016/04/17 12:37:55 wen Exp $ # -DISTNAME= IMAP-Admin-1.6.7 +DISTNAME= IMAP-Admin-1.6.8 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= mail perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=IMAP/} diff --git a/mail/p5-IMAP-Admin/distinfo b/mail/p5-IMAP-Admin/distinfo index e03f1f928a65b..5f90268683b54 100644 --- a/mail/p5-IMAP-Admin/distinfo +++ b/mail/p5-IMAP-Admin/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.10 2015/11/03 23:27:13 agc Exp $ +$NetBSD: distinfo,v 1.11 2016/04/17 12:37:55 wen Exp $ -SHA1 (IMAP-Admin-1.6.7.tar.gz) = 06bba1aa700fbea106546e9cbdccfe51f001545c -RMD160 (IMAP-Admin-1.6.7.tar.gz) = 9fa27378867e8a5f9f95de023eb8eb8bc9f9b03e -SHA512 (IMAP-Admin-1.6.7.tar.gz) = cd4c735b3152e9f9db5198274b6c1dd39a8cf0f127b55e671880e6a6fb2278673e5443df46e9e01741cca1f1013f885781bee6b9c45214919510762475e72a75 -Size (IMAP-Admin-1.6.7.tar.gz) = 14990 bytes +SHA1 (IMAP-Admin-1.6.8.tar.gz) = f8e1562d15e89cef1289a9220a408e3586af52e7 +RMD160 (IMAP-Admin-1.6.8.tar.gz) = eafbcf582927c17f764c999da37dd30d24e32d21 +SHA512 (IMAP-Admin-1.6.8.tar.gz) = b9a600b66b539a9d7e5fa3c635f37302bbef87f5403c432f880edd724ab0576b1365303a309582d5dfd455093e8a67ad9716154d55ca9e938dd8175acb7fa0b1 +Size (IMAP-Admin-1.6.8.tar.gz) = 15332 bytes diff --git a/mail/p5-Mail-Mbox-MessageParser/Makefile b/mail/p5-Mail-Mbox-MessageParser/Makefile index 1edd1551f2926..760084f6b9c77 100644 --- a/mail/p5-Mail-Mbox-MessageParser/Makefile +++ b/mail/p5-Mail-Mbox-MessageParser/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.22 2015/06/12 10:50:24 wiz Exp $ +# $NetBSD: Makefile,v 1.23 2016/04/13 14:07:50 wen Exp $ -DISTNAME= Mail-Mbox-MessageParser-1.5002 +DISTNAME= Mail-Mbox-MessageParser-1.5105 PKGNAME= p5-${DISTNAME} -PKGREVISION= 7 CATEGORIES= mail perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Mail/} @@ -12,6 +11,8 @@ COMMENT= Perl5 module for parsing mail messages LICENSE= gnu-gpl-v2 DEPENDS+= p5-FileHandle-Unget-[0-9]*:../../devel/p5-FileHandle-Unget +DEPENDS+= lzip>=0:../../archivers/lzip + #DEPENDS+= {perl>=5.10,p5-Storable-[0-9]*}:../../devel/p5-Storable BUILD_DEPENDS+= p5-Text-Diff-[0-9]*:../../textproc/p5-Text-Diff @@ -26,6 +27,8 @@ SETTINGS+= INSTALLDIRS=site SETTINGS+= BZIP=/usr/bin/bzip2 SETTINGS+= BZIP2=/usr/bin/bzip2 SETTINGS+= DIFF=/usr/bin/diff +SETTINGS+= XZ=/usr/bin/xz +SETTINGS+= CAT=/bin/cat SETTINGS+= GZIP=${GZIP_CMD} MAKE_PARAMS+= --skipdeps ${SETTINGS} diff --git a/mail/p5-Mail-Mbox-MessageParser/distinfo b/mail/p5-Mail-Mbox-MessageParser/distinfo index 7b00697eac6cb..58e9a03cd073d 100644 --- a/mail/p5-Mail-Mbox-MessageParser/distinfo +++ b/mail/p5-Mail-Mbox-MessageParser/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.8 2015/11/03 23:27:14 agc Exp $ +$NetBSD: distinfo,v 1.9 2016/04/13 14:07:50 wen Exp $ -SHA1 (Mail-Mbox-MessageParser-1.5002.tar.gz) = 9bf7726b52704218558a8bfe6c83892e592def19 -RMD160 (Mail-Mbox-MessageParser-1.5002.tar.gz) = 0500d0290f006a74fc7d2951cd79bf8f9b64317d -SHA512 (Mail-Mbox-MessageParser-1.5002.tar.gz) = d36fec04875dd9c22db4a58e63f4af73325b98a7ff3fbfa0ba56f4d15fd8fb50f7fb00d93c05c15eb1b9bfd299835af07c7492589fa76290f1a127a455711f08 -Size (Mail-Mbox-MessageParser-1.5002.tar.gz) = 266361 bytes +SHA1 (Mail-Mbox-MessageParser-1.5105.tar.gz) = fdb7b60bb9b61a146a590388918d7055739c37a8 +RMD160 (Mail-Mbox-MessageParser-1.5105.tar.gz) = 1a3f229da33fb6a1159b8e608b4a52292b68e30b +SHA512 (Mail-Mbox-MessageParser-1.5105.tar.gz) = c7462cdf1542a27120fada815b61279489d77df4842b311277869dbab10caf0989b70567dd05406262b86fa611ecb17e06807c5959085d24d8673284fe1ed014 +Size (Mail-Mbox-MessageParser-1.5105.tar.gz) = 292776 bytes diff --git a/mail/p5-MailTools/Makefile b/mail/p5-MailTools/Makefile index 10b65599cd593..02c858e92d388 100644 --- a/mail/p5-MailTools/Makefile +++ b/mail/p5-MailTools/Makefile @@ -1,12 +1,11 @@ -# $NetBSD: Makefile,v 1.64 2015/06/12 10:50:24 wiz Exp $ +# $NetBSD: Makefile,v 1.66 2016/05/03 10:54:55 wiz Exp $ -DISTNAME= MailTools-2.14 +DISTNAME= MailTools-2.16 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= mail perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Mail/} -MAINTAINER= rhaen@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/MailTools/ COMMENT= Perl5 modules related to mail applications LICENSE= ${PERL5_LICENSE} diff --git a/mail/p5-MailTools/distinfo b/mail/p5-MailTools/distinfo index 8a27db1a7e5d1..99a5cbaf6edb3 100644 --- a/mail/p5-MailTools/distinfo +++ b/mail/p5-MailTools/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.32 2015/11/03 23:27:15 agc Exp $ +$NetBSD: distinfo,v 1.33 2016/04/22 09:34:14 wiz Exp $ -SHA1 (MailTools-2.14.tar.gz) = 64dc759f602fb13343b0ed39574eb01a7729b022 -RMD160 (MailTools-2.14.tar.gz) = 5f8266f2e6f151ea293f9160c9dbdb702f7652cb -SHA512 (MailTools-2.14.tar.gz) = 1df9da8394fe2a5b3243069a867b5eb4b5d4cbe3528bdbc4fe8118a3488c652c1ffc6eb8d5ba01802d74384a42d87ef67f8f3397640aab69471ae90ad0a79092 -Size (MailTools-2.14.tar.gz) = 55317 bytes +SHA1 (MailTools-2.16.tar.gz) = fc4a11bc6806c2777182e17b546c30c673361879 +RMD160 (MailTools-2.16.tar.gz) = ed9fd08372b5058d5d574b1672d290290c853065 +SHA512 (MailTools-2.16.tar.gz) = 996c13da572ca04f0e3238ab6d977f9ef4efd46e652652022a56d595ec23dabc451c2003eb5359d0b4a80b1b37666452e3a0ca10542e95465614d41348d4c7ba +Size (MailTools-2.16.tar.gz) = 55218 bytes diff --git a/mail/p5-Parse-MIME/DESCR b/mail/p5-Parse-MIME/DESCR new file mode 100644 index 0000000000000..d732a10ae9783 --- /dev/null +++ b/mail/p5-Parse-MIME/DESCR @@ -0,0 +1,2 @@ +This module provides basic functions for handling mime-types. It +can handle matching mime-types against a list of media-ranges. diff --git a/mail/p5-Parse-MIME/Makefile b/mail/p5-Parse-MIME/Makefile new file mode 100644 index 0000000000000..0c015498aea60 --- /dev/null +++ b/mail/p5-Parse-MIME/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1 2016/04/15 11:43:26 wiz Exp $ + +DISTNAME= Parse-MIME-1.003 +PKGNAME= p5-${DISTNAME} +CATEGORIES= mail perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/A/AR/ARISTOTLE/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/~aristotle/Parse-MIME/ +COMMENT= Parse mime-types, match against media ranges +LICENSE= ${PERL5_LICENSE} + +DEPENDS+= p5-JSON-XS-[0-9]*:../../converters/p5-JSON-XS + +USE_LANGUAGES= # empty +PERL5_PACKLIST= auto/Parse/MIME/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/mail/p5-Parse-MIME/distinfo b/mail/p5-Parse-MIME/distinfo new file mode 100644 index 0000000000000..5b7849f60b328 --- /dev/null +++ b/mail/p5-Parse-MIME/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2016/04/15 11:43:26 wiz Exp $ + +SHA1 (Parse-MIME-1.003.tar.gz) = 2b32288af08382baa15e2c4cb4a8824a7a88c70d +RMD160 (Parse-MIME-1.003.tar.gz) = f81f7cddb749034d9d1d3cbb6bd612c3ce6c4224 +SHA512 (Parse-MIME-1.003.tar.gz) = 6ffec28a1450134a3e6f9564a25b3e5e3910ff3b65b3edaf710bb24f178a6655cc1726e3513eec3e1bd59d7e2ab766d0e0657e10e718e23eabdbb23181594cab +Size (Parse-MIME-1.003.tar.gz) = 13282 bytes diff --git a/mail/php-imap/Makefile b/mail/php-imap/Makefile index 8fcc3f388a7b9..4a82099c20c5e 100644 --- a/mail/php-imap/Makefile +++ b/mail/php-imap/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.30 2016/03/05 11:28:50 jperkin Exp $ +# $NetBSD: Makefile,v 1.31 2016/04/02 09:05:23 taca Exp $ MODNAME= imap CATEGORIES+= mail COMMENT= PHP extension for IMAP (Internet Mailbox Access Protocol) -PKGREVISION= 1 CONFLICTS= php-imap-[0-9]* diff --git a/mail/postfix-sqlite/Makefile b/mail/postfix-sqlite/Makefile index 238a4a9e5634d..36689676fc9fa 100644 --- a/mail/postfix-sqlite/Makefile +++ b/mail/postfix-sqlite/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2015/10/10 01:58:12 ryoon Exp $ +# $NetBSD: Makefile,v 1.5 2016/04/11 19:01:56 ryoon Exp $ # -PKGREVISION= 2 +PKGREVISION= 3 COMMENT= Postfix SMTP server SQLite backend module POSTFIX_LIB= sqlite diff --git a/mail/postfix/Makefile b/mail/postfix/Makefile index f7e2f29345376..9aa9e1bc04cc2 100644 --- a/mail/postfix/Makefile +++ b/mail/postfix/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.289 2016/03/05 11:28:50 jperkin Exp $ +# $NetBSD: Makefile,v 1.290 2016/04/11 19:01:56 ryoon Exp $ .include "../../mail/postfix/Makefile.common" COMMENT= Postfix SMTP server and tools -PKGREVISION= 3 +PKGREVISION= 4 CONFLICTS+= courier-mta-[0-9]* fastforward>=0.51nb2 sendmail-[0-9]* CONFLICTS+= esmtp>=1.2 nullmailer-[0-9]* diff --git a/mail/postfix/Makefile.common b/mail/postfix/Makefile.common index 1d9d796a083d2..115e76356ebf8 100644 --- a/mail/postfix/Makefile.common +++ b/mail/postfix/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.1 2015/09/07 09:47:01 fhajny Exp $ +# $NetBSD: Makefile.common,v 1.2 2016/04/10 16:39:28 joerg Exp $ # used by mail/postfix/Makefile # used by mail/postfix/Makefile.module @@ -115,9 +115,7 @@ CCARGS+= -DNO_NISPLUS CFLAGS.SunOS+= -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -.if !empty(USE_DESTDIR:M[Yy][Ee][Ss]) DESTDIR_INSTALLOPTIONS=-package install_root="${DESTDIR}" -.endif do-configure: cd ${WRKSRC} && \ diff --git a/mail/postfix/distinfo b/mail/postfix/distinfo index affce9776611e..0100d099faeb5 100644 --- a/mail/postfix/distinfo +++ b/mail/postfix/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.162 2015/11/03 23:27:17 agc Exp $ +$NetBSD: distinfo,v 1.163 2016/03/23 12:55:18 gdt Exp $ SHA1 (postfix-3.0.2.tar.gz) = 9d75ca3c207441a38a79a2c8ceaa398c2b9cdc4e RMD160 (postfix-3.0.2.tar.gz) = aba1e9decc1aa9aa0c0b68f2bb7f0432b75fabdf @@ -6,5 +6,5 @@ SHA512 (postfix-3.0.2.tar.gz) = b097ff5cb1707361af568bbcf8b9d264dfefe7a9fd5c2fb4 Size (postfix-3.0.2.tar.gz) = 4239235 bytes SHA1 (patch-aa) = f2c418a2fd34da7325ea2823ddd14043768f0111 SHA1 (patch-ag) = e3d818cd75225c5b50960659827c6e27767cbd58 -SHA1 (patch-ai) = d515202c3bba755067bcb057714cb21453d15d75 +SHA1 (patch-ai) = 17b29cceadba3055ae198e1802a786468ecc9eff SHA1 (patch-src_dns_dns__lookup.c) = 9c26686e5abd9aee36f042440e5f6a6ffca3df4a diff --git a/mail/postfix/patches/patch-ai b/mail/postfix/patches/patch-ai index fb1916b24f2b6..a6346857fa66b 100644 --- a/mail/postfix/patches/patch-ai +++ b/mail/postfix/patches/patch-ai @@ -1,10 +1,26 @@ -$NetBSD: patch-ai,v 1.34 2015/09/07 09:47:01 fhajny Exp $ +$NetBSD: patch-ai,v 1.35 2016/03/23 12:55:18 gdt Exp $ -Make this pkgsrc friendly. +1) Add shlib definitions for NetBSD 5; the build system must be +hard-coded per OS per version. Not yet reported upstream. + +2) Make this pkgsrc friendly. --- makedefs.orig 2015-07-19 14:24:25.000000000 +0000 +++ makedefs -@@ -372,13 +372,6 @@ case "$SYSTEM.$RELEASE" in +@@ -292,6 +292,12 @@ case "$SYSTEM.$RELEASE" in + NetBSD.4*) SYSTYPE=NETBSD4 + ;; + NetBSD.5*) SYSTYPE=NETBSD5 ++ : ${SHLIB_SUFFIX=.so} ++ : ${SHLIB_CFLAGS=-fPIC} ++ : ${SHLIB_LD="${CC-gcc} -shared"' -Wl,-soname,${LIB}'} ++ : ${SHLIB_RPATH='-Wl,-rpath,${SHLIB_DIR}'} ++ : ${SHLIB_ENV="LD_LIBRARY_PATH=`pwd`/lib"} ++ : ${PLUGIN_LD="${CC-gcc} -shared"} + ;; + NetBSD.6*) SYSTYPE=NETBSD6 + : ${SHLIB_SUFFIX=.so} +@@ -372,13 +378,6 @@ case "$SYSTEM.$RELEASE" in esac ;; ULTRIX.4*) SYSTYPE=ULTRIX4 @@ -18,7 +34,7 @@ Make this pkgsrc friendly. for l in syslog resolv; do if [ -f /usr/local/lib/lib$l.a ]; then SYSLIBS="$SYSLIBS -l$l" -@@ -416,33 +409,8 @@ case "$SYSTEM.$RELEASE" in +@@ -416,33 +415,8 @@ case "$SYSTEM.$RELEASE" in esac;; # Tested with RedHat 3.03 on 20020729. Linux.1*) SYSTYPE=LINUX1 @@ -52,7 +68,7 @@ Make this pkgsrc friendly. for name in nsl resolv $GDBM_LIBS do for lib in /usr/lib64 /lib64 /usr/lib /lib -@@ -503,25 +471,6 @@ EOF +@@ -503,25 +477,6 @@ EOF : ${PLUGIN_LD="${CC-gcc} -shared"} ;; Linux.[34].*) SYSTYPE=LINUX$RELEASE_MAJOR @@ -78,7 +94,7 @@ Make this pkgsrc friendly. for name in nsl resolv do for lib in /usr/lib64 /lib64 /usr/lib /usr/lib/* /lib /lib/* -@@ -542,24 +491,6 @@ EOF +@@ -542,24 +497,6 @@ EOF ;; GNU.0*|GNU/kFreeBSD.[567]*) SYSTYPE=GNU0 @@ -103,7 +119,7 @@ Make this pkgsrc friendly. for name in nsl resolv do for lib in /usr/lib64 /lib64 /usr/lib /lib -@@ -590,25 +521,13 @@ EOF +@@ -590,25 +527,13 @@ EOF HP-UX.A.09.*) SYSTYPE=HPUX9 SYSLIBS=-ldbm CCARGS="$CCARGS -DMISSING_USLEEP" diff --git a/mail/pulsar/Makefile b/mail/pulsar/Makefile index d087239b6f05e..8a97928daad63 100644 --- a/mail/pulsar/Makefile +++ b/mail/pulsar/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2016/03/05 11:28:50 jperkin Exp $ +# $NetBSD: Makefile,v 1.20 2016/04/04 17:34:12 joerg Exp $ # DISTNAME= pulsar-0.1.1 @@ -16,8 +16,6 @@ MAKE_JOBS_SAFE= no GNU_CONFIGURE= yes USE_TOOLS+= autoconf gmake -MANCOMPRESSED= yes - CFLAGS.SunOS+= -Du_int32_t=uint32_t LDFLAGS.SunOS+= -lsocket -lnsl diff --git a/mail/pulsar/distinfo b/mail/pulsar/distinfo index 3a02038de1d41..e796bd8eb250d 100644 --- a/mail/pulsar/distinfo +++ b/mail/pulsar/distinfo @@ -1,12 +1,12 @@ -$NetBSD: distinfo,v 1.6 2015/11/03 23:27:17 agc Exp $ +$NetBSD: distinfo,v 1.8 2016/04/04 17:34:12 joerg Exp $ SHA1 (pulsar-0.1.1.tar.bz2) = bc99f184809f42b312d23d76aa34f01db65ac823 RMD160 (pulsar-0.1.1.tar.bz2) = bac068845f10a7c879c1fab9cff95791369bfa84 SHA512 (pulsar-0.1.1.tar.bz2) = 5bf2bb9cab16c7948d97c41daca8c6b44e4f9c38e333ab018d4fea88ada8ecb826cedc82e04287341b8377e09d50a00e7f92e9ca235fd78c3c78340fdd3ae860 Size (pulsar-0.1.1.tar.bz2) = 149675 bytes -SHA1 (patch-aa) = 7b6ee91a55ec8c583df2bd0a407e9e43bd9e2c3f +SHA1 (patch-aa) = 91e375d8b1daee28958836945fbeefea0231fb67 SHA1 (patch-ab) = c48065bea2ec3516b547492929002658ebe33100 -SHA1 (patch-ac) = 217569860e801e8cd6277a75c7041aa721189b45 +SHA1 (patch-ac) = 9aeb6711463ca8cb612ed213013ef5d1feb708d0 SHA1 (patch-ad) = 09fa0f7746eba7fcf8eb68e8bcea904ea4ea62bc SHA1 (patch-ae) = aa081ca35a7536ff3d78792cfa2a32a7c9bdd4f9 SHA1 (patch-af) = 4fe6b687d71f27dd7755ba4cf4608a4883ce3aa5 diff --git a/mail/pulsar/patches/patch-aa b/mail/pulsar/patches/patch-aa index 627e336306130..aa2d18f842eac 100644 --- a/mail/pulsar/patches/patch-aa +++ b/mail/pulsar/patches/patch-aa @@ -1,8 +1,8 @@ -$NetBSD: patch-aa,v 1.1.1.1 2004/03/28 21:02:15 martin Exp $ +$NetBSD: patch-aa,v 1.2 2016/04/01 13:50:21 jperkin Exp $ ---- configure.in.orig 2003-09-07 17:23:12.000000000 +0200 -+++ configure.in 2004-03-14 11:23:23.000000000 +0100 -@@ -178,7 +178,7 @@ +--- configure.in.orig 2003-09-07 15:23:12.000000000 +0000 ++++ configure.in +@@ -178,7 +178,7 @@ if test "$with_tcp_wrappers" = "yes"; th old_LDFLAGS=$LDFLAGS LIBS="$LIBS $TCP_WRAPPERS_LIBS" LDFLAGS="$LDFLAGS $TCP_WRAPPERS_LDFLAGS" @@ -11,7 +11,7 @@ $NetBSD: patch-aa,v 1.1.1.1 2004/03/28 21:02:15 martin Exp $ [ AC_DEFINE(WITH_TCP_WRAPPERS) AC_CHECK_LIB(nsl, yp_get_default_domain, -@@ -187,10 +187,17 @@ +@@ -187,10 +187,17 @@ if test "$with_tcp_wrappers" = "yes"; th ] ) chk_tcp_wrappers=yes @@ -29,7 +29,7 @@ $NetBSD: patch-aa,v 1.1.1.1 2004/03/28 21:02:15 martin Exp $ AC_MSG_RESULT([tcp wrappers library not found, support disabled]) ] ) -@@ -253,7 +260,7 @@ +@@ -253,7 +260,7 @@ AC_ARG_WITH( *) if test -d $with_ssl; then SSL_LDFLAGS="-L$with_ssl" @@ -38,7 +38,7 @@ $NetBSD: patch-aa,v 1.1.1.1 2004/03/28 21:02:15 martin Exp $ else SSL_LIBS="$with_ssl" fi -@@ -267,7 +274,7 @@ +@@ -267,7 +274,7 @@ AC_ARG_WITH( ) if test "$with_ssl" = "yes"; then if test -z "$SSL_LIBS"; then @@ -47,7 +47,7 @@ $NetBSD: patch-aa,v 1.1.1.1 2004/03/28 21:02:15 martin Exp $ fi old_LIBS=$LIBS old_LDFLAGS=$LDFLAGS -@@ -332,6 +339,11 @@ +@@ -332,6 +339,11 @@ if test "$chk_ssl_krb" = "yes"; then ] ) fi @@ -59,11 +59,17 @@ $NetBSD: patch-aa,v 1.1.1.1 2004/03/28 21:02:15 martin Exp $ dnl ******************************************************** dnl ******************************************************** dnl Output a list of included optional components -@@ -375,7 +387,7 @@ +@@ -371,11 +383,11 @@ if test "${prefix}" = "NONE"; then + prefix="/usr/local" + fi + if test "${prefix}" = "/usr" -o "${prefix}" = "/usr/local"; then +- mandir=${prefix}/share/man ++ mandir=${prefix}/${PKGMANDIR} docdir=${prefix}/share/doc/pulsar-${VERSION} else - mandir=${prefix}/man +- mandir=${prefix}/man - docdir=${prefix}/doc/pulsar-${VERSION} ++ mandir=${prefix}/${PKGMANDIR} + docdir=${prefix}/share/doc/pulsar-${VERSION} fi sbindir=${prefix}/sbin diff --git a/mail/pulsar/patches/patch-ac b/mail/pulsar/patches/patch-ac index dd085126c1435..ff8f16eca059e 100644 --- a/mail/pulsar/patches/patch-ac +++ b/mail/pulsar/patches/patch-ac @@ -1,4 +1,4 @@ -$NetBSD: patch-ac,v 1.4 2008/06/12 02:14:36 joerg Exp $ +$NetBSD: patch-ac,v 1.5 2016/04/04 17:34:12 joerg Exp $ --- man/Makefile.in.orig 2002-09-05 17:08:49.000000000 -0700 +++ man/Makefile.in @@ -11,7 +11,7 @@ $NetBSD: patch-ac,v 1.4 2008/06/12 02:14:36 joerg Exp $ pulsar_crypt.1.gz pulsar_deliver.8.gz srcdir = @srcdir@ -@@ -63,10 +63,10 @@ pulsar_deliver.8.gz: \ +@@ -63,10 +63,11 @@ pulsar_deliver.8.gz: \ pulsar_deliver.8.man install: ${MAN_FILES} @@ -21,10 +21,11 @@ $NetBSD: patch-ac,v 1.4 2008/06/12 02:14:36 joerg Exp $ - ${INSTALL} -m 0444 -g root -o root *.1.gz ${mandir}/man1/ - ${INSTALL} -m 0444 -g root -o root *.5.gz ${mandir}/man5/ - ${INSTALL} -m 0444 -g root -o root *.8.gz ${mandir}/man8/ -+ ${BSD_INSTALL_MAN_DIR} ${DESTDIR}${mandir}/man1/ -+ ${BSD_INSTALL_MAN_DIR} ${DESTDIR}${mandir}/man5/ -+ ${BSD_INSTALL_MAN_DIR} ${DESTDIR}${mandir}/man8/ -+ ${BSD_INSTALL_MAN} *.1.gz ${DESTDIR}${mandir}/man1/ -+ ${BSD_INSTALL_MAN} *.5.gz ${DESTDIR}${mandir}/man5/ -+ ${BSD_INSTALL_MAN} *.8.gz ${DESTDIR}${mandir}/man8/ ++ ${BSD_INSTALL_MAN_DIR} ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/ ++ ${BSD_INSTALL_MAN_DIR} ${DESTDIR}${PREFIX}/${PKGMANDIR}/man5/ ++ ${BSD_INSTALL_MAN_DIR} ${DESTDIR}${PREFIX}/${PKGMANDIR}/man8/ ++ ${BSD_INSTALL_MAN} pulsar_crypt.1.man ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/pulsar_crypt.1 ++ ${BSD_INSTALL_MAN} pulsar.conf.5.man ${DESTDIR}${PREFIX}/${PKGMANDIR}/man5/pulsar.conf.5 ++ ${BSD_INSTALL_MAN} pulsar.8.man ${DESTDIR}${PREFIX}/${PKGMANDIR}/man8/pulsar.8 ++ ${BSD_INSTALL_MAN} pulsar_deliver.8.man ${DESTDIR}${PREFIX}/${PKGMANDIR}/man8/pulsar_deliver.8 diff --git a/mail/qmail/Makefile b/mail/qmail/Makefile index 8a717df18a544..fba3ed10319ed 100644 --- a/mail/qmail/Makefile +++ b/mail/qmail/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.75 2016/03/05 11:28:50 jperkin Exp $ +# $NetBSD: Makefile,v 1.76 2016/04/10 16:39:28 joerg Exp $ # DISTNAME= ${PKGNAME_NOREV} @@ -146,19 +146,17 @@ post-extract: post-extract-viruscan .endif pre-install: -. if ${USE_DESTDIR} != "no" - ${MKDIR} ${DESTDIR}${QMAILDIR} - ${MKDIR} ${DESTDIR}${QMAIL_QUEUE_DIR} - # keep in sync with INSTALL:PRE-INSTALL - ${LN} -s ${DESTDIR}${EGDIR}/alias ${DESTDIR}${QMAILDIR}/alias - ${LN} -s ${DESTDIR}${PREFIX}/bin ${DESTDIR}${QMAILDIR}/bin - ${LN} -s ${DESTDIR}${EGDIR}/boot ${DESTDIR}${QMAILDIR}/boot - ${LN} -s ${DESTDIR}${EGDIR}/control ${DESTDIR}${QMAILDIR}/control - ${LN} -s ${DESTDIR}${DOCDIR} ${DESTDIR}${QMAILDIR}/doc - ${LN} -s ${DESTDIR}${PREFIX}/${PKGMANDIR} ${DESTDIR}${QMAILDIR}/man - ${LN} -s ${DESTDIR}${QMAIL_QUEUE_DIR} ${DESTDIR}${QMAILDIR}/queue - ${LN} -s ${DESTDIR}${EGDIR}/users ${DESTDIR}${QMAILDIR}/users -. endif + ${MKDIR} ${DESTDIR}${QMAILDIR} + ${MKDIR} ${DESTDIR}${QMAIL_QUEUE_DIR} + # keep in sync with INSTALL:PRE-INSTALL + ${LN} -s ${DESTDIR}${EGDIR}/alias ${DESTDIR}${QMAILDIR}/alias + ${LN} -s ${DESTDIR}${PREFIX}/bin ${DESTDIR}${QMAILDIR}/bin + ${LN} -s ${DESTDIR}${EGDIR}/boot ${DESTDIR}${QMAILDIR}/boot + ${LN} -s ${DESTDIR}${EGDIR}/control ${DESTDIR}${QMAILDIR}/control + ${LN} -s ${DESTDIR}${DOCDIR} ${DESTDIR}${QMAILDIR}/doc + ${LN} -s ${DESTDIR}${PREFIX}/${PKGMANDIR} ${DESTDIR}${QMAILDIR}/man + ${LN} -s ${DESTDIR}${QMAIL_QUEUE_DIR} ${DESTDIR}${QMAILDIR}/queue + ${LN} -s ${DESTDIR}${EGDIR}/users ${DESTDIR}${QMAILDIR}/users post-install: post-install-viruscan # allow packaging as non-root, fix at install time with SPECIAL_PERMS diff --git a/mail/qpopper/Makefile b/mail/qpopper/Makefile index e2521ba1dcf6e..3bafa670c6dcd 100644 --- a/mail/qpopper/Makefile +++ b/mail/qpopper/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.68 2016/03/05 11:28:50 jperkin Exp $ +# $NetBSD: Makefile,v 1.69 2016/03/26 23:52:37 joerg Exp $ # DISTNAME= qpopper${VERSION} PKGNAME= qpopper-${VERSION} -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= mail MASTER_SITES= ${QPOPPER_MASTER_SITES} diff --git a/mail/qpopper/distinfo b/mail/qpopper/distinfo index 80f9208e048dd..50b2e15ca87a4 100644 --- a/mail/qpopper/distinfo +++ b/mail/qpopper/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.19 2015/11/03 23:27:18 agc Exp $ +$NetBSD: distinfo,v 1.20 2016/03/26 23:52:37 joerg Exp $ SHA1 (qpopper4.1.0.tar.gz) = 7806c230cb2b87d131c356de6ce85160650b5aea RMD160 (qpopper4.1.0.tar.gz) = 5254dd252739b2465795a0161bc2fed82adffbcc @@ -14,3 +14,5 @@ SHA1 (patch-ag) = 401408f7c6150ec41cecb85d166e7e338b9a9e5f SHA1 (patch-al) = 93d3c6cc3deee57c707abeb131febbd057a1ef57 SHA1 (patch-am) = 05cc53a56205d4db8bb7914437e788117d58b212 SHA1 (patch-ap) = 1a9df8496a0190fc56db04630b415b04ba125a21 +SHA1 (patch-popper_pop__config.c) = 504b98bf5d4ee93d8530f68a1f4ea813b46b5c92 +SHA1 (patch-popper_pop__tls__openssl.c) = 7de9032306df0993c3455bf3a64a9e4cc4da4058 diff --git a/mail/qpopper/patches/patch-popper_pop__config.c b/mail/qpopper/patches/patch-popper_pop__config.c new file mode 100644 index 0000000000000..a07081e60eed4 --- /dev/null +++ b/mail/qpopper/patches/patch-popper_pop__config.c @@ -0,0 +1,16 @@ +$NetBSD: patch-popper_pop__config.c,v 1.1 2016/03/26 23:52:37 joerg Exp $ + +Remove SSLv2 support. + +--- popper/pop_config.c.orig 2016-03-26 21:49:03.159886179 +0000 ++++ popper/pop_config.c +@@ -433,7 +433,9 @@ static mnemonic_map mnem_map_tls_sup [] + static mnemonic_map mnem_map_tls_vers [] = + { + { "default" , QPOP_TLSvDEFAULT }, ++#if 0 + { "SSLv2" , QPOP_SSLv2 }, ++#endif + { "SSLv3" , QPOP_SSLv3 }, + { "TLSv1" , QPOP_TLSv1 }, + { "SSLv23" , QPOP_SSLv23 }, diff --git a/mail/qpopper/patches/patch-popper_pop__tls__openssl.c b/mail/qpopper/patches/patch-popper_pop__tls__openssl.c new file mode 100644 index 0000000000000..5805b7513e977 --- /dev/null +++ b/mail/qpopper/patches/patch-popper_pop__tls__openssl.c @@ -0,0 +1,27 @@ +$NetBSD: patch-popper_pop__tls__openssl.c,v 1.1 2016/03/26 23:52:37 joerg Exp $ + +Disable SSLv2. + +--- popper/pop_tls_openssl.c.orig 2016-03-26 21:49:05.471963098 +0000 ++++ popper/pop_tls_openssl.c +@@ -318,10 +318,12 @@ openssl_init ( pop_tls *pTLS, POP *pPOP + pTLS->m_OpenSSLmeth = SSLv23_server_method(); + break; + ++#if 0 + case QPOP_SSLv2: /* SSL version 2 only */ + DEBUG_LOG0 ( pPOP, "...setting method to SSLv2_server_method" ); + pTLS->m_OpenSSLmeth = SSLv2_server_method(); + break; ++#endif + + case QPOP_SSLv3: /* SSL version 3 only */ + DEBUG_LOG0 ( pPOP, "...setting method to SSLv3_server_method" ); +@@ -350,6 +352,7 @@ openssl_init ( pop_tls *pTLS, POP *pPOP + log_openssl_err ( pPOP, HERE, "Unable to allocate SSL_CTX" ); + goto Done; + } ++ SSL_CTX_set_options(pTLS->m_OpenSSLctx, SSL_OP_NO_SSLv2); + + /* + * Set desired options diff --git a/mail/roundcube/Makefile b/mail/roundcube/Makefile index 85bd5d2ed3720..5b02a2a824c66 100644 --- a/mail/roundcube/Makefile +++ b/mail/roundcube/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.79 2015/12/30 14:34:42 taca Exp $ +# $NetBSD: Makefile,v 1.80 2016/03/16 13:36:52 taca Exp $ DISTNAME= roundcubemail-1.1.4 -PKGNAME= ${DISTNAME:S/mail-/-/} +PKGNAME= ${PHP_PKG_PREFIX}-${DISTNAME:S/mail-/-/} CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=roundcubemail/} diff --git a/mail/rspamd/Makefile b/mail/rspamd/Makefile index 98a4addfe47d6..5d25efa88588b 100644 --- a/mail/rspamd/Makefile +++ b/mail/rspamd/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.16 2016/03/05 11:28:51 jperkin Exp $ +# $NetBSD: Makefile,v 1.17 2016/04/11 19:01:56 ryoon Exp $ DISTNAME= rspamd-0.9.10 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= mail MASTER_SITES= http://www.rspamd.com/downloads/ EXTRACT_SUFX= .tar.xz diff --git a/mail/safecat/Makefile b/mail/safecat/Makefile index b0422da133632..2dcb3f1d01f3d 100644 --- a/mail/safecat/Makefile +++ b/mail/safecat/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2014/01/04 10:10:15 seb Exp $ +# $NetBSD: Makefile,v 1.18 2016/04/01 11:20:58 jperkin Exp $ # DISTNAME= safecat-1.13 @@ -18,5 +18,12 @@ DJB_CONFIG_HOME= conf-root MAKE_FLAGS+= DESTDIR=${DESTDIR:Q} +SUBST_CLASSES+= pkgmandir +SUBST_STAGE.pkgmandir= pre-configure +SUBST_FILES.pkgmandir= hier.c +SUBST_VARS.pkgmandir= PKGMANDIR + +INSTALLATION_DIRS+= bin ${PKGMANDIR}/man1 + .include "../../mk/djbware.mk" .include "../../mk/bsd.pkg.mk" diff --git a/mail/safecat/distinfo b/mail/safecat/distinfo index c0471015c287d..73c181a0e5f70 100644 --- a/mail/safecat/distinfo +++ b/mail/safecat/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.8 2015/11/03 23:27:20 agc Exp $ +$NetBSD: distinfo,v 1.9 2016/04/01 11:20:58 jperkin Exp $ SHA1 (safecat-1.13.tar.gz) = 07b42cb06490abeacefce9429a1dbf96caa1629b RMD160 (safecat-1.13.tar.gz) = 614df1d43d13a638ab30a2921b66d78f3fafc4c6 SHA512 (safecat-1.13.tar.gz) = e6f7401b55a61f70715b3d222c8286c0125c5e7b3b132e5e8d3c8573a6c45dba75b29a459c7e93d7c0760300f0a62635d8ea4eacde9b0b1ff7637b3f6c63e210 Size (safecat-1.13.tar.gz) = 33953 bytes -SHA1 (patch-aa) = 2e06a02df248b91e2b1fda9f783c53a10081b196 +SHA1 (patch-aa) = 269073a9aa0d0b4814a2a0dd889396a575f51c20 SHA1 (patch-ab) = 59b4876e127ebffdbd3cad83a37e3971d9736e8f -SHA1 (patch-hier.c) = c6825043a97e94d1748852a867bd0f87f2175297 +SHA1 (patch-hier.c) = b4483673a6eb3a2c55da096a1b01a3a5a9a053a9 diff --git a/mail/safecat/patches/patch-aa b/mail/safecat/patches/patch-aa index bdf67a83915ae..0ed28fc62663a 100644 --- a/mail/safecat/patches/patch-aa +++ b/mail/safecat/patches/patch-aa @@ -1,4 +1,7 @@ -$NetBSD: patch-aa,v 1.2 2007/01/15 11:01:24 schmonz Exp $ +$NetBSD: patch-aa,v 1.3 2016/04/01 11:20:58 jperkin Exp $ + +Support arm. + --- tryulong32.c.orig 2000-02-28 23:10:12.000000000 -0500 +++ tryulong32.c @@ -1,5 +1,8 @@ diff --git a/mail/safecat/patches/patch-hier.c b/mail/safecat/patches/patch-hier.c index f54c3586fc056..8602645e6d260 100644 --- a/mail/safecat/patches/patch-hier.c +++ b/mail/safecat/patches/patch-hier.c @@ -1,14 +1,22 @@ -$NetBSD: patch-hier.c,v 1.1 2012/03/14 23:16:29 joerg Exp $ +$NetBSD: patch-hier.c,v 1.2 2016/04/01 11:20:58 jperkin Exp $ ---- hier.c.orig 2012-03-13 17:44:57.000000000 +0000 +Use PKGMANDIR. + +--- hier.c.orig 2001-04-14 11:09:54.000000000 +0000 +++ hier.c -@@ -9,9 +9,6 @@ void hier() +@@ -7,11 +7,8 @@ void hier() + c(auto_home,"bin","safecat",-1,-1,0755); + c(auto_home,"bin","maildir",-1,-1,0755); - d(auto_home,"man",-1,-1,02755); - d(auto_home,"man/man1",-1,-1,02755); +- d(auto_home,"man",-1,-1,02755); +- d(auto_home,"man/man1",-1,-1,02755); - d(auto_home,"man/cat1",-1,-1,02755); - c(auto_home,"man/man1","safecat.1",-1,-1,0644); +- c(auto_home,"man/man1","safecat.1",-1,-1,0644); - c(auto_home,"man/cat1","safecat.0",-1,-1,0644); - c(auto_home,"man/man1","maildir.1",-1,-1,0644); +- c(auto_home,"man/man1","maildir.1",-1,-1,0644); - c(auto_home,"man/cat1","maildir.0",-1,-1,0644); ++ d(auto_home,"@PKGMANDIR@",-1,-1,02755); ++ d(auto_home,"@PKGMANDIR@/man1",-1,-1,02755); ++ c(auto_home,"@PKGMANDIR@/man1","safecat.1",-1,-1,0644); ++ c(auto_home,"@PKGMANDIR@/man1","maildir.1",-1,-1,0644); } diff --git a/mail/seamonkey-enigmail/Makefile b/mail/seamonkey-enigmail/Makefile index 86621f35ffe19..2fcd9cdb0f7cd 100644 --- a/mail/seamonkey-enigmail/Makefile +++ b/mail/seamonkey-enigmail/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2016/03/07 11:49:43 ryoon Exp $ +# $NetBSD: Makefile,v 1.5 2016/05/05 12:06:38 wiz Exp $ .include "../../mail/thunderbird-enigmail/Makefile.common" @@ -7,7 +7,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= GnuPG support for www/seamonkey # Minimal requirements are here: https://www.enigmail.net/download/source.php -DEPENDS+= seamonkey>=2.29:../../www/seamonkey +DEPENDS+= seamonkey>=2.35:../../www/seamonkey # Path used during the install stage XPIDIR= ${PREFIX}/lib/seamonkey/extensions diff --git a/mail/sid-milter/Makefile b/mail/sid-milter/Makefile index 04e654f782c38..5475988dc8863 100644 --- a/mail/sid-milter/Makefile +++ b/mail/sid-milter/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.7 2016/03/05 11:28:51 jperkin Exp $ +# $NetBSD: Makefile,v 1.8 2016/04/21 13:58:50 jperkin Exp $ # DISTNAME= sid-milter-1.0.0 -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=sid-milter/} @@ -41,11 +41,11 @@ do-install: ${DESTDIR}${PREFIX}/include ${INSTALL_LIB} ${WRKSRC}/${SIDWORK}/libar/libar.a \ ${DESTDIR}${PREFIX}/lib - ${INSTALL_MAN} ${WRKSRC}/${SIDWORK}/libar/ar.0 \ + ${INSTALL_MAN} ${WRKSRC}/libar/ar.3 \ ${DESTDIR}${PREFIX}/${PKGMANDIR}/man3/ ${INSTALL_PROGRAM} ${WRKSRC}/${SIDWORK}/sid-filter/sid-filter \ ${DESTDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/${SIDWORK}/sid-filter/sid-filter.0 \ + ${INSTALL_MAN} ${WRKSRC}/sid-filter/sid-filter.8 \ ${DESTDIR}${PREFIX}/${PKGMANDIR}/man8/ ${INSTALL_DATA} ${WRKSRC}/FEATURES ${DESTDIR}${SIDDOC} ${INSTALL_DATA} ${WRKSRC}/INSTALL ${DESTDIR}${SIDDOC} diff --git a/mail/sid-milter/PLIST b/mail/sid-milter/PLIST index 5ed06ab71b392..3bb992a69811d 100644 --- a/mail/sid-milter/PLIST +++ b/mail/sid-milter/PLIST @@ -1,9 +1,9 @@ -@comment $NetBSD: PLIST,v 1.3 2014/03/11 14:05:05 jperkin Exp $ +@comment $NetBSD: PLIST,v 1.4 2016/04/21 13:58:50 jperkin Exp $ bin/sid-filter include/sm-marid.h lib/libar.a -man/man3/ar.0 -man/man8/sid-filter.0 +man/man3/ar.3 +man/man8/sid-filter.8 share/doc/sid-milter/FEATURES share/doc/sid-milter/INSTALL share/doc/sid-milter/KNOWNBUGS diff --git a/mail/smtp-vilter/Makefile b/mail/smtp-vilter/Makefile index e3d6e5b87540d..94219584a1e8a 100644 --- a/mail/smtp-vilter/Makefile +++ b/mail/smtp-vilter/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2015/02/23 18:25:09 joerg Exp $ +# $NetBSD: Makefile,v 1.9 2016/05/07 10:02:28 joerg Exp $ DISTNAME= smtp-vilter-1.3.8 CATEGORIES= mail @@ -19,6 +19,12 @@ PKG_GECOS.vilter= SMTP vilter INSTALLATION_DIRS= etc sbin lib/smtp-vilter man/man5 man/man8 +.include "../../mk/compiler.mk" +.if !empty(PKGSRC_COMPILER:Mgcc) +CWARNFLAGS+= -Wno-error=unused-but-set-variable +.endif +MAKE_FLAGS+= CWARNFLAGS=${CWARNFLAGS:Q} + .include "../../mail/libmilter/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/mail/thunderbird-enigmail/Makefile b/mail/thunderbird-enigmail/Makefile index 77d8f2272695d..794a7a3126d3a 100644 --- a/mail/thunderbird-enigmail/Makefile +++ b/mail/thunderbird-enigmail/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2016/03/07 11:49:43 ryoon Exp $ +# $NetBSD: Makefile,v 1.5 2016/05/05 12:06:38 wiz Exp $ .include "Makefile.common" @@ -7,7 +7,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= GnuPG support for mail/thunderbird # Minimal requirements are here: https://www.enigmail.net/download/source.php -DEPENDS+= thunderbird>=31:../../mail/thunderbird +DEPENDS+= thunderbird>=38:../../mail/thunderbird # Path used during the install stage XPIDIR= ${PREFIX}/lib/thunderbird/extensions diff --git a/mail/thunderbird-enigmail/Makefile.common b/mail/thunderbird-enigmail/Makefile.common index af782d1084264..dc79ef5c855f1 100644 --- a/mail/thunderbird-enigmail/Makefile.common +++ b/mail/thunderbird-enigmail/Makefile.common @@ -1,8 +1,8 @@ -# $NetBSD: Makefile.common,v 1.6 2016/03/07 11:49:43 ryoon Exp $ +# $NetBSD: Makefile.common,v 1.7 2016/05/05 12:06:38 wiz Exp $ # used by mail/thunderbird-enigmail/Makefile # used by mail/seamonkey-enigmail/Makefile -DISTNAME= enigmail-1.9.1 +DISTNAME= enigmail-1.9.2 CATEGORIES= mail security MASTER_SITES= http://www.enigmail.net/download/source/ diff --git a/mail/thunderbird-enigmail/distinfo b/mail/thunderbird-enigmail/distinfo index 8adadf2578178..d26bff4ecfac7 100644 --- a/mail/thunderbird-enigmail/distinfo +++ b/mail/thunderbird-enigmail/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.3 2016/03/07 11:49:43 ryoon Exp $ +$NetBSD: distinfo,v 1.4 2016/05/05 12:06:38 wiz Exp $ -SHA1 (enigmail-1.9.1.tar.gz) = dbd81f723ae1e001ad960e712db447850877d1df -RMD160 (enigmail-1.9.1.tar.gz) = 965881309f695492ccdbc1ecc61f266f76fad270 -SHA512 (enigmail-1.9.1.tar.gz) = 5417d7744ff5b8299d9799059f62013e546fb74206782169e5ce6baa0950d96d1c8996c99ec902ca73b241fd1268966e0a7ad30c032a1706a0efbf06fefc311c -Size (enigmail-1.9.1.tar.gz) = 1736876 bytes +SHA1 (enigmail-1.9.2.tar.gz) = 8c7e7cd01fb337aad97830a4aefb505d27bca397 +RMD160 (enigmail-1.9.2.tar.gz) = fecb625456ba0b4377d49d48e554359178661382 +SHA512 (enigmail-1.9.2.tar.gz) = 6757dfd49ad47fb24718fbd9fa872de7e5f5f24cf16348d34f6267e4a5ba0b8ddcab6f91bf839f30d4b84304ff40e72f603d3bb10699b6293ea07f4877eaff9b +Size (enigmail-1.9.2.tar.gz) = 1741350 bytes diff --git a/mail/thunderbird-enigmail/options.mk b/mail/thunderbird-enigmail/options.mk index 0370cc7a78fdb..8679997305373 100644 --- a/mail/thunderbird-enigmail/options.mk +++ b/mail/thunderbird-enigmail/options.mk @@ -1,14 +1,14 @@ -# $NetBSD: options.mk,v 1.1 2016/03/07 11:49:43 ryoon Exp $ +# $NetBSD: options.mk,v 1.3 2016/05/05 12:06:38 wiz Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.enigmail PKG_OPTIONS_REQUIRED_GROUPS= gnupg PKG_OPTIONS_GROUP.gnupg= gnupg2 gnupg21 -PKG_SUGGESTED_OPTIONS= gnupg21 +PKG_SUGGESTED_OPTIONS= gnupg2 .include "../../mk/bsd.options.mk" .if !empty(PKG_OPTIONS:Mgnupg2) -DEPENDS+= gnupg2-[0-9]*:../../security/gnupg2 +DEPENDS+= gnupg2>=2.0.7:../../security/gnupg2 .endif .if !empty(PKG_OPTIONS:Mgnupg21) diff --git a/mail/thunderbird-enigmail/patches/patch-ipc_src_Makefile b/mail/thunderbird-enigmail/patches/patch-ipc_src_Makefile deleted file mode 100644 index 73ad82cc5388f..0000000000000 --- a/mail/thunderbird-enigmail/patches/patch-ipc_src_Makefile +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-ipc_src_Makefile,v 1.1 2015/07/01 12:54:32 ryoon Exp $ - -Fix permissions of the .so file (add +x) - ---- ipc/src/Makefile.orig 2015-04-17 09:21:32.000000000 +0000 -+++ ipc/src/Makefile -@@ -73,7 +73,7 @@ $(libname): $(objfiles) - $(CC) $(LDFLAGS) -o $(libname) $(objfiles) - - install: $(libname) -- $(DEPTH)/util/install -m 644 $(DIST)/platform/$(OS_TARGET)_$(CPU_ARCH)/lib $^ -+ $(DEPTH)/util/install -m 755 $(DIST)/platform/$(OS_TARGET)_$(CPU_ARCH)/lib $^ - - clean: - rm -f $(objfiles) $(libname) $(DIST)/platform/$(OS_TARGET)_$(CPU_ARCH)/lib/$(libname) diff --git a/mail/thunderbird-l10n/Makefile b/mail/thunderbird-l10n/Makefile index 71f83d7a26a0f..a2f65f5544660 100644 --- a/mail/thunderbird-l10n/Makefile +++ b/mail/thunderbird-l10n/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.42 2016/02/28 10:03:34 ryoon Exp $ +# $NetBSD: Makefile,v 1.45 2016/04/17 18:35:34 ryoon Exp $ # -TB_VER= 38.6.0 +TB_VER= 45.0 PKGNAME= thunderbird-l10n-${TB_VER} DISTNAME= # empty CATEGORIES= mail @@ -16,17 +16,17 @@ DISTFILES= ${XPI_FILES} NO_BUILD= yes -TB_LOCALES= ar be bn-BD br ca cs \ - da de el en-GB en-US es-AR es-ES et \ - eu fi fr fy-NL ga-IE he \ - hu id is it ja ko \ - lt nb-NO nl nn-NO \ - pt-BR pt-PT rm ru si sk \ - sl sq sv-SE ta-LK tr uk vi \ +TB_LOCALES= ar ast be bg bn-BD br ca cs cy \ + da de dsb el en-GB en-US es-AR es-ES et \ + eu fi fr fy-NL ga-IE gd gl he hr hsb \ + hy-AM hu id is it ja ko \ + lt nb-NO nl nn-NO pl pa-IN \ + pt-BR pt-PT rm ro ru si sk \ + sl sq sr sv-SE ta-LK tr uk vi \ zh-CN zh-TW EXTENSIONS_DIR= ${PREFIX}/lib/thunderbird/extensions XPI_FILES= ${TB_LOCALES:=.xpi} -.include "../../www/firefox38/xpi.mk" +.include "../../www/firefox/xpi.mk" .include "../../mk/bsd.pkg.mk" diff --git a/mail/thunderbird-l10n/PLIST b/mail/thunderbird-l10n/PLIST index 084e3be900b67..591039e31bbc3 100644 --- a/mail/thunderbird-l10n/PLIST +++ b/mail/thunderbird-l10n/PLIST @@ -1,9 +1,8 @@ -@comment $NetBSD: PLIST,v 1.14 2015/07/09 15:23:30 ryoon Exp $ +@comment $NetBSD: PLIST,v 1.15 2016/04/17 18:35:34 ryoon Exp $ lib/thunderbird/extensions/langpack-ar@thunderbird.mozilla.org/chrome.manifest -lib/thunderbird/extensions/langpack-ar@thunderbird.mozilla.org/chrome/.mkdir.done lib/thunderbird/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar.manifest lib/thunderbird/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/alerts/alert.dtd -lib/thunderbird/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/alerts/notificationNames.properties +lib/thunderbird/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/alerts/alert.properties lib/thunderbird/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/autoconfig/autoconfig.properties lib/thunderbird/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/branding/brand.dtd lib/thunderbird/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/branding/brand.properties @@ -15,6 +14,7 @@ lib/thunderbird/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ lib/thunderbird/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/chat/imtooltip.properties lib/thunderbird/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/chat/irc.properties lib/thunderbird/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/chat/logger.properties +lib/thunderbird/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/chat/skype.properties lib/thunderbird/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/chat/status.properties lib/thunderbird/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/chat/twitter.properties lib/thunderbird/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/chat/xmpp.properties @@ -22,6 +22,12 @@ lib/thunderbird/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ lib/thunderbird/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/communicator/utilityOverlay.dtd lib/thunderbird/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/cookie/cookieAcceptDialog.dtd lib/thunderbird/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/cookie/cookieAcceptDialog.properties +lib/thunderbird/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/devtools/shared/csscoverage.dtd +lib/thunderbird/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/devtools/shared/csscoverage.properties +lib/thunderbird/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/devtools/shared/debugger.properties +lib/thunderbird/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/devtools/shared/gcli.properties +lib/thunderbird/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/devtools/shared/gclicommands.properties +lib/thunderbird/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/devtools/shared/styleinspector.properties lib/thunderbird/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/editor/EdAdvancedEdit.dtd lib/thunderbird/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/editor/EdColorPicker.dtd lib/thunderbird/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/editor/EdConvertToTable.dtd @@ -68,10 +74,13 @@ lib/thunderbird/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ lib/thunderbird/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/global/aboutNetworking.dtd lib/thunderbird/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/global/aboutReader.properties lib/thunderbird/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/global/aboutRights.dtd +lib/thunderbird/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/global/aboutServiceWorkers.dtd +lib/thunderbird/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/global/aboutServiceWorkers.properties lib/thunderbird/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/global/aboutSupport.dtd lib/thunderbird/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/global/aboutSupport.properties lib/thunderbird/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/global/aboutTelemetry.dtd lib/thunderbird/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/global/aboutTelemetry.properties +lib/thunderbird/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/global/aboutWebrtc.properties lib/thunderbird/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/global/appPicker.dtd lib/thunderbird/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/global/appstrings.properties lib/thunderbird/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/global/autocomplete.properties @@ -93,10 +102,6 @@ lib/thunderbird/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ lib/thunderbird/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/global/customizeToolbar.properties lib/thunderbird/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/global/dateFormat.properties lib/thunderbird/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/global/datetimepicker.dtd -lib/thunderbird/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/global/devtools/csscoverage.dtd -lib/thunderbird/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/global/devtools/csscoverage.properties -lib/thunderbird/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/global/devtools/debugger.properties -lib/thunderbird/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/global/devtools/styleinspector.properties lib/thunderbird/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/global/dialog.properties lib/thunderbird/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/global/dialogOverlay.dtd lib/thunderbird/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/global/dom/dom.properties @@ -338,6 +343,13 @@ lib/thunderbird/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ lib/thunderbird/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/messenger/searchIntegrationMac.dtd lib/thunderbird/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/messenger/searchIntegrationWin.dtd lib/thunderbird/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/messenger/searchTermOverlay.dtd +lib/thunderbird/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/messenger/searchplugins/amazondotcom.xml +lib/thunderbird/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/messenger/searchplugins/bing.xml +lib/thunderbird/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/messenger/searchplugins/eBay.xml +lib/thunderbird/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/messenger/searchplugins/list.txt +lib/thunderbird/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/messenger/searchplugins/twitter.xml +lib/thunderbird/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/messenger/searchplugins/wikipedia-ar.xml +lib/thunderbird/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/messenger/searchplugins/yahoo.xml lib/thunderbird/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/messenger/shutdownWindow.properties lib/thunderbird/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/messenger/smime.properties lib/thunderbird/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/messenger/smtpEditOverlay.dtd @@ -372,7 +384,6 @@ lib/thunderbird/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ lib/thunderbird/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/mozapps/extensions/update.properties lib/thunderbird/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/mozapps/handling/handling.dtd lib/thunderbird/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/mozapps/handling/handling.properties -lib/thunderbird/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/mozapps/plugins/plugins.dtd lib/thunderbird/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/mozapps/preferences/changemp.dtd lib/thunderbird/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/mozapps/preferences/preferences.properties lib/thunderbird/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/mozapps/preferences/removemp.dtd @@ -395,12 +406,422 @@ lib/thunderbird/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ lib/thunderbird/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/pippki/pippki.dtd lib/thunderbird/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/pippki/pippki.properties lib/thunderbird/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/places/places.properties +lib/thunderbird/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/pluginproblem/pluginproblem.dtd lib/thunderbird/extensions/langpack-ar@thunderbird.mozilla.org/install.rdf +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome.manifest +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast.manifest +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/alerts/alert.dtd +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/alerts/alert.properties +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/autoconfig/autoconfig.properties +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/branding/brand.dtd +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/branding/brand.properties +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/chat/accounts.properties +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/chat/commands.properties +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/chat/contacts.properties +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/chat/conversations.properties +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/chat/facebook.properties +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/chat/imtooltip.properties +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/chat/irc.properties +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/chat/logger.properties +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/chat/skype.properties +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/chat/status.properties +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/chat/twitter.properties +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/chat/xmpp.properties +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/chat/yahoo.properties +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/communicator/utilityOverlay.dtd +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/cookie/cookieAcceptDialog.dtd +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/cookie/cookieAcceptDialog.properties +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/devtools/shared/csscoverage.dtd +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/devtools/shared/csscoverage.properties +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/devtools/shared/debugger.properties +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/devtools/shared/gcli.properties +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/devtools/shared/gclicommands.properties +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/devtools/shared/styleinspector.properties +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/editor/EdAdvancedEdit.dtd +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/editor/EdColorPicker.dtd +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/editor/EdConvertToTable.dtd +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/editor/EdDialogOverlay.dtd +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/editor/EdNamedAnchorProperties.dtd +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/editor/EditorButtonProperties.dtd +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/editor/EditorColorProperties.dtd +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/editor/EditorFieldSetProperties.dtd +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/editor/EditorFormProperties.dtd +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/editor/EditorHLineProperties.dtd +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/editor/EditorImageProperties.dtd +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/editor/EditorInputProperties.dtd +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/editor/EditorInsertChars.dtd +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/editor/EditorInsertMath.dtd +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/editor/EditorInsertSource.dtd +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/editor/EditorInsertTOC.dtd +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/editor/EditorInsertTable.dtd +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/editor/EditorLabelProperties.dtd +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/editor/EditorLinkProperties.dtd +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/editor/EditorListProperties.dtd +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/editor/EditorPersonalDictionary.dtd +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/editor/EditorReplace.dtd +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/editor/EditorSelectProperties.dtd +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/editor/EditorSpellCheck.dtd +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/editor/EditorTableProperties.dtd +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/editor/EditorTextAreaProperties.dtd +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/editor/editor.properties +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/editor/editorOverlay.dtd +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/editor/editorSmileyOverlay.dtd +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/formautofill/requestAutocomplete.dtd +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/global-platform/mac/accessible.properties +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/global-platform/mac/intl.properties +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/global-platform/mac/platformKeys.properties +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/global-platform/unix/accessible.properties +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/global-platform/unix/intl.properties +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/global-platform/unix/platformKeys.properties +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/global-platform/win/accessible.properties +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/global-platform/win/intl.properties +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/global-platform/win/platformKeys.properties +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/global-region/region.properties +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/global/AccessFu.properties +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/global/about.dtd +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/global/aboutAbout.dtd +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/global/aboutNetworking.dtd +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/global/aboutReader.properties +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/global/aboutRights.dtd +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/global/aboutServiceWorkers.dtd +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/global/aboutServiceWorkers.properties +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/global/aboutSupport.dtd +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/global/aboutSupport.properties +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/global/aboutTelemetry.dtd +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/global/aboutTelemetry.properties +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/global/aboutWebrtc.properties +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/global/appPicker.dtd +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/global/appstrings.properties +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/global/autocomplete.properties +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/global/brand.dtd +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/global/browser.properties +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/global/charsetMenu.dtd +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/global/charsetMenu.properties +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/global/commonDialog.dtd +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/global/commonDialogs.properties +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/global/config.dtd +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/global/config.properties +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/global/console.dtd +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/global/console.properties +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/global/contentAreaCommands.properties +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/global/crashes.dtd +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/global/crashes.properties +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/global/css.properties +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/global/customizeToolbar.dtd +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/global/customizeToolbar.properties +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/global/dateFormat.properties +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/global/datetimepicker.dtd +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/global/dialog.properties +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/global/dialogOverlay.dtd +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/global/dom/dom.properties +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/global/editMenuOverlay.dtd +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/global/fallbackMenubar.properties +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/global/filefield.properties +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/global/filepicker.dtd +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/global/filepicker.properties +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/global/findbar.dtd +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/global/findbar.properties +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/global/finddialog.dtd +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/global/finddialog.properties +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/global/global-strres.properties +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/global/global.dtd +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/global/globalKeys.dtd +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/global/headsUpDisplay.properties +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/global/intl.css +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/global/intl.properties +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/global/keys.properties +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/global/languageNames.properties +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/global/layout/HtmlForm.properties +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/global/layout/MediaDocument.properties +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/global/layout/htmlparser.properties +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/global/layout/xmlparser.properties +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/global/layout_errors.properties +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/global/mathml/mathml.properties +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/global/mozilla.dtd +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/global/netError.dtd +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/global/netErrorApp.dtd +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/global/notification.dtd +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/global/nsWebBrowserPersist.properties +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/global/plugins.properties +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/global/preferences.dtd +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/global/printPageSetup.dtd +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/global/printPreview.dtd +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/global/printPreviewProgress.dtd +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/global/printProgress.dtd +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/global/printdialog.dtd +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/global/printdialog.properties +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/global/printing.properties +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/global/printjoboptions.dtd +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/global/regionNames.properties +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/global/resetProfile.dtd +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/global/resetProfile.properties +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/global/search/search.properties +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/global/security/caps.properties +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/global/security/csp.properties +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/global/security/security.properties +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/global/svg/svg.properties +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/global/textcontext.dtd +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/global/tree.dtd +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/global/videocontrols.dtd +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/global/viewSource.dtd +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/global/viewSource.properties +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/global/webapps.properties +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/global/wizard.dtd +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/global/wizard.properties +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/global/xbl.properties +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/global/xml/prettyprint.dtd +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/global/xslt/xslt.properties +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/global/xul.properties +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/messenger-mapi/mapi.properties +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/messenger-newsblog/am-newsblog.dtd +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/messenger-newsblog/feed-subscriptions.dtd +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/messenger-newsblog/newsblog.properties +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/messenger-region/region.properties +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/messenger-smime/certFetchingStatus.dtd +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/messenger-smime/msgCompSMIMEOverlay.dtd +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/messenger-smime/msgCompSMIMEOverlay.properties +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/messenger-smime/msgCompSecurityInfo.dtd +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/messenger-smime/msgCompSecurityInfo.properties +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/messenger-smime/msgReadSMIMEOverlay.dtd +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/messenger-smime/msgReadSMIMEOverlay.properties +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/messenger-smime/msgReadSecurityInfo.dtd +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/messenger-smime/msgSecurityInfo.properties +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/messenger/AccountManager.dtd +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/messenger/AccountWizard.dtd +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/messenger/CustomHeaders.dtd +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/messenger/FilterEditor.dtd +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/messenger/FilterListDialog.dtd +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/messenger/SearchDialog.dtd +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/messenger/aboutDialog.dtd +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/messenger/aboutDownloads.dtd +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/messenger/aboutRights.dtd +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/messenger/aboutRights.properties +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/messenger/aboutSupportMail.dtd +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/messenger/aboutSupportMail.properties +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/messenger/accountCreation.dtd +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/messenger/accountCreation.properties +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/messenger/accountCreationModel.properties +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/messenger/accountCreationUtil.properties +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/messenger/activity.dtd +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/messenger/activity.properties +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/messenger/addbuddy.dtd +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/messenger/addressbook/abAddressBookNameDialog.dtd +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/messenger/addressbook/abCardOverlay.dtd +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/messenger/addressbook/abContactsPanel.dtd +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/messenger/addressbook/abMailListDialog.dtd +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/messenger/addressbook/abMainWindow.dtd +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/messenger/addressbook/abNewCardDialog.dtd +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/messenger/addressbook/abResultsPaneOverlay.dtd +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/messenger/addressbook/addressBook.properties +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/messenger/addressbook/ldapAutoCompErrs.properties +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/messenger/addressbook/pref-directory-add.dtd +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/messenger/addressbook/pref-directory.dtd +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/messenger/addressbook/replicationProgress.properties +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/messenger/am-addressing.dtd +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/messenger/am-advanced.dtd +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/messenger/am-archiveoptions.dtd +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/messenger/am-copies.dtd +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/messenger/am-identities-list.dtd +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/messenger/am-identity-edit.dtd +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/messenger/am-im.dtd +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/messenger/am-junk.dtd +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/messenger/am-main.dtd +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/messenger/am-mdn.dtd +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/messenger/am-mdn.properties +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/messenger/am-offline.dtd +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/messenger/am-server-advanced.dtd +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/messenger/am-server-top.dtd +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/messenger/am-serverwithnoidentities.dtd +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/messenger/am-smime.dtd +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/messenger/am-smime.properties +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/messenger/appleMailImportMsgs.properties +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/messenger/baseMenuOverlay.dtd +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/messenger/charsetTitles.properties +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/messenger/chat.dtd +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/messenger/chat.properties +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/messenger/cloudfile/Box/auth.dtd +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/messenger/cloudfile/Box/management.dtd +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/messenger/cloudfile/Box/settings.dtd +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/messenger/cloudfile/Hightail/fileExceeds2GB.dtd +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/messenger/cloudfile/Hightail/fileExceedsLimit.dtd +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/messenger/cloudfile/Hightail/fileExceedsQuota.dtd +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/messenger/cloudfile/Hightail/management.dtd +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/messenger/cloudfile/Hightail/settings.dtd +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/messenger/cloudfile/addAccountDialog.dtd +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/messenger/cloudfile/management.dtd +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/messenger/configEditorOverlay.dtd +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/messenger/custom.properties +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/messenger/customizeToolbarOverlay.dtd +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/messenger/downloadheaders.dtd +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/messenger/downloads/settingsChange.dtd +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/messenger/downloadsOverlay.dtd +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/messenger/editContactOverlay.dtd +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/messenger/editContactOverlay.properties +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/messenger/eudoraImportMsgs.properties +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/messenger/fieldMapImport.dtd +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/messenger/filter.properties +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/messenger/folderProps.dtd +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/messenger/folderWidgets.properties +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/messenger/folderpane.dtd +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/messenger/gloda.properties +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/messenger/glodaComplete.properties +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/messenger/glodaFacetView.dtd +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/messenger/glodaFacetView.properties +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/messenger/imAccountWizard.dtd +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/messenger/imAccounts.dtd +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/messenger/imAccounts.properties +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/messenger/imapMsgs.properties +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/messenger/importDialog.dtd +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/messenger/importMsgs.properties +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/messenger/joinChat.dtd +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/messenger/junkLog.dtd +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/messenger/junkMailInfo.dtd +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/messenger/localMsgs.properties +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/messenger/mailEditorOverlay.dtd +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/messenger/mailOverlay.dtd +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/messenger/mailViewList.dtd +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/messenger/mailViewSetup.dtd +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/messenger/mailviews.properties +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/messenger/markByDate.dtd +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/messenger/messenger.dtd +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/messenger/messenger.properties +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/messenger/messengercompose/addressingWidgetOverlay.dtd +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/messenger/messengercompose/askSendFormat.dtd +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/messenger/messengercompose/askSendFormat.properties +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/messenger/messengercompose/composeMsgs.properties +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/messenger/messengercompose/mailComposeEditorOverlay.dtd +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/messenger/messengercompose/messengercompose.dtd +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/messenger/messengercompose/sendProgress.dtd +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/messenger/messengercompose/sendProgress.properties +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/messenger/migration/migration.dtd +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/messenger/migration/migration.properties +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/messenger/mime.properties +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/messenger/mimeheader.properties +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/messenger/msgAccountCentral.dtd +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/messenger/msgHdrViewOverlay.dtd +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/messenger/msgPrintEngine.dtd +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/messenger/msgSynchronize.dtd +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/messenger/msgViewPickerOverlay.dtd +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/messenger/msgmdn.properties +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/messenger/multimessageview.dtd +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/messenger/multimessageview.properties +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/messenger/netError.dtd +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/messenger/newFolderDialog.dtd +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/messenger/newTagDialog.dtd +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/messenger/newmailaccount/accountProvisioner.dtd +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/messenger/newmailaccount/accountProvisioner.properties +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/messenger/news.properties +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/messenger/oeImportMsgs.properties +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/messenger/offline.properties +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/messenger/offlineStartup.properties +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/messenger/outlookImportMsgs.properties +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/messenger/pgpmime.properties +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/messenger/preferences/advanced.dtd +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/messenger/preferences/applicationManager.dtd +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/messenger/preferences/applicationManager.properties +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/messenger/preferences/applications.dtd +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/messenger/preferences/applications.properties +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/messenger/preferences/attachmentReminder.dtd +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/messenger/preferences/chat.dtd +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/messenger/preferences/colors.dtd +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/messenger/preferences/compose.dtd +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/messenger/preferences/connection.dtd +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/messenger/preferences/cookies.dtd +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/messenger/preferences/display.dtd +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/messenger/preferences/dockoptions.dtd +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/messenger/preferences/fonts.dtd +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/messenger/preferences/general.dtd +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/messenger/preferences/notifications.dtd +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/messenger/preferences/offline.dtd +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/messenger/preferences/permissions.dtd +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/messenger/preferences/preferences.dtd +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/messenger/preferences/preferences.properties +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/messenger/preferences/privacy.dtd +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/messenger/preferences/receipts.dtd +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/messenger/preferences/security.dtd +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/messenger/preferences/sendoptions.dtd +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/messenger/prefs.properties +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/messenger/quickFilterBar.dtd +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/messenger/renameFolderDialog.dtd +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/messenger/safeMode.dtd +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/messenger/sanitize.dtd +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/messenger/search-attributes.properties +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/messenger/search-operators.properties +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/messenger/search.properties +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/messenger/searchIntegrationDefault.dtd +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/messenger/searchIntegrationMac.dtd +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/messenger/searchIntegrationWin.dtd +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/messenger/searchTermOverlay.dtd +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/messenger/searchplugins/amazondotcom.xml +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/messenger/searchplugins/aol-web-search.xml +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/messenger/searchplugins/bing.xml +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/messenger/searchplugins/eBay.xml +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/messenger/searchplugins/list.txt +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/messenger/searchplugins/twitter.xml +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/messenger/searchplugins/wikipedia-ast.xml +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/messenger/searchplugins/yahoo.xml +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/messenger/shutdownWindow.properties +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/messenger/smime.properties +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/messenger/smtpEditOverlay.dtd +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/messenger/subscribe.dtd +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/messenger/subscribe.properties +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/messenger/systemIntegrationDialog.dtd +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/messenger/tabmail.dtd +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/messenger/taskbar.properties +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/messenger/telemetry.properties +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/messenger/templateUtils.properties +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/messenger/textImportMsgs.properties +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/messenger/vCardImportMsgs.properties +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/messenger/viewLog.dtd +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/messenger/viewZoomOverlay.dtd +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/messenger/virtualFolderListDialog.dtd +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/messenger/virtualFolderProperties.dtd +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/messenger/wmImportMsgs.properties +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/mozapps/downloads/downloads.dtd +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/mozapps/downloads/downloads.properties +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/mozapps/downloads/settingsChange.dtd +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/mozapps/downloads/unknownContentType.dtd +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/mozapps/downloads/unknownContentType.properties +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/mozapps/extensions/about.dtd +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/mozapps/extensions/blocklist.dtd +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/mozapps/extensions/extensions.dtd +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/mozapps/extensions/extensions.properties +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/mozapps/extensions/newaddon.dtd +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/mozapps/extensions/newaddon.properties +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/mozapps/extensions/selectAddons.dtd +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/mozapps/extensions/selectAddons.properties +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/mozapps/extensions/update.dtd +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/mozapps/extensions/update.properties +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/mozapps/handling/handling.dtd +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/mozapps/handling/handling.properties +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/mozapps/preferences/changemp.dtd +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/mozapps/preferences/preferences.properties +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/mozapps/preferences/removemp.dtd +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/mozapps/profile/createProfileWizard.dtd +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/mozapps/profile/profileSelection.dtd +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/mozapps/profile/profileSelection.properties +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/mozapps/update/history.dtd +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/mozapps/update/updates.dtd +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/mozapps/update/updates.properties +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/mozapps/xpinstall/xpinstallConfirm.dtd +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/mozapps/xpinstall/xpinstallConfirm.properties +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/mozldap/ldap.properties +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/necko/necko.properties +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/passwordmgr/passwordManager.dtd +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/passwordmgr/passwordmgr.properties +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/pipnss/nsserrors.properties +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/pipnss/pipnss.properties +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/pippki/certManager.dtd +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/pippki/deviceManager.dtd +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/pippki/pippki.dtd +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/pippki/pippki.properties +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/places/places.properties +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/chrome/ast/locale/ast/pluginproblem/pluginproblem.dtd +lib/thunderbird/extensions/langpack-ast@thunderbird.mozilla.org/install.rdf lib/thunderbird/extensions/langpack-be@thunderbird.mozilla.org/chrome.manifest -lib/thunderbird/extensions/langpack-be@thunderbird.mozilla.org/chrome/.mkdir.done lib/thunderbird/extensions/langpack-be@thunderbird.mozilla.org/chrome/be.manifest lib/thunderbird/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/alerts/alert.dtd -lib/thunderbird/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/alerts/notificationNames.properties +lib/thunderbird/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/alerts/alert.properties lib/thunderbird/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/autoconfig/autoconfig.properties lib/thunderbird/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/branding/brand.dtd lib/thunderbird/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/branding/brand.properties @@ -412,6 +833,7 @@ lib/thunderbird/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/ lib/thunderbird/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/chat/imtooltip.properties lib/thunderbird/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/chat/irc.properties lib/thunderbird/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/chat/logger.properties +lib/thunderbird/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/chat/skype.properties lib/thunderbird/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/chat/status.properties lib/thunderbird/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/chat/twitter.properties lib/thunderbird/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/chat/xmpp.properties @@ -419,6 +841,12 @@ lib/thunderbird/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/ lib/thunderbird/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/communicator/utilityOverlay.dtd lib/thunderbird/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/cookie/cookieAcceptDialog.dtd lib/thunderbird/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/cookie/cookieAcceptDialog.properties +lib/thunderbird/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/devtools/shared/csscoverage.dtd +lib/thunderbird/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/devtools/shared/csscoverage.properties +lib/thunderbird/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/devtools/shared/debugger.properties +lib/thunderbird/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/devtools/shared/gcli.properties +lib/thunderbird/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/devtools/shared/gclicommands.properties +lib/thunderbird/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/devtools/shared/styleinspector.properties lib/thunderbird/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/editor/EdAdvancedEdit.dtd lib/thunderbird/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/editor/EdColorPicker.dtd lib/thunderbird/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/editor/EdConvertToTable.dtd @@ -465,10 +893,13 @@ lib/thunderbird/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/ lib/thunderbird/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/global/aboutNetworking.dtd lib/thunderbird/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/global/aboutReader.properties lib/thunderbird/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/global/aboutRights.dtd +lib/thunderbird/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/global/aboutServiceWorkers.dtd +lib/thunderbird/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/global/aboutServiceWorkers.properties lib/thunderbird/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/global/aboutSupport.dtd lib/thunderbird/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/global/aboutSupport.properties lib/thunderbird/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/global/aboutTelemetry.dtd lib/thunderbird/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/global/aboutTelemetry.properties +lib/thunderbird/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/global/aboutWebrtc.properties lib/thunderbird/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/global/appPicker.dtd lib/thunderbird/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/global/appstrings.properties lib/thunderbird/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/global/autocomplete.properties @@ -490,10 +921,6 @@ lib/thunderbird/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/ lib/thunderbird/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/global/customizeToolbar.properties lib/thunderbird/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/global/dateFormat.properties lib/thunderbird/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/global/datetimepicker.dtd -lib/thunderbird/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/global/devtools/csscoverage.dtd -lib/thunderbird/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/global/devtools/csscoverage.properties -lib/thunderbird/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/global/devtools/debugger.properties -lib/thunderbird/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/global/devtools/styleinspector.properties lib/thunderbird/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/global/dialog.properties lib/thunderbird/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/global/dialogOverlay.dtd lib/thunderbird/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/global/dom/dom.properties @@ -735,6 +1162,13 @@ lib/thunderbird/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/ lib/thunderbird/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/messenger/searchIntegrationMac.dtd lib/thunderbird/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/messenger/searchIntegrationWin.dtd lib/thunderbird/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/messenger/searchTermOverlay.dtd +lib/thunderbird/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/messenger/searchplugins/be-x-old.wikipedia.org.xml +lib/thunderbird/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/messenger/searchplugins/be.wikipedia.org.xml +lib/thunderbird/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/messenger/searchplugins/google.xml +lib/thunderbird/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/messenger/searchplugins/list.txt +lib/thunderbird/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/messenger/searchplugins/ru.wikipedia.org-be.xml +lib/thunderbird/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/messenger/searchplugins/tut.by.xml +lib/thunderbird/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/messenger/searchplugins/yandex.by.xml lib/thunderbird/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/messenger/shutdownWindow.properties lib/thunderbird/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/messenger/smime.properties lib/thunderbird/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/messenger/smtpEditOverlay.dtd @@ -769,7 +1203,6 @@ lib/thunderbird/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/ lib/thunderbird/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/mozapps/extensions/update.properties lib/thunderbird/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/mozapps/handling/handling.dtd lib/thunderbird/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/mozapps/handling/handling.properties -lib/thunderbird/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/mozapps/plugins/plugins.dtd lib/thunderbird/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/mozapps/preferences/changemp.dtd lib/thunderbird/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/mozapps/preferences/preferences.properties lib/thunderbird/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/mozapps/preferences/removemp.dtd @@ -792,12 +1225,422 @@ lib/thunderbird/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/ lib/thunderbird/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/pippki/pippki.dtd lib/thunderbird/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/pippki/pippki.properties lib/thunderbird/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/places/places.properties +lib/thunderbird/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/pluginproblem/pluginproblem.dtd lib/thunderbird/extensions/langpack-be@thunderbird.mozilla.org/install.rdf +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome.manifest +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg.manifest +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/alerts/alert.dtd +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/alerts/alert.properties +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/autoconfig/autoconfig.properties +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/branding/brand.dtd +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/branding/brand.properties +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/chat/accounts.properties +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/chat/commands.properties +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/chat/contacts.properties +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/chat/conversations.properties +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/chat/facebook.properties +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/chat/imtooltip.properties +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/chat/irc.properties +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/chat/logger.properties +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/chat/skype.properties +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/chat/status.properties +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/chat/twitter.properties +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/chat/xmpp.properties +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/chat/yahoo.properties +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/communicator/utilityOverlay.dtd +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/cookie/cookieAcceptDialog.dtd +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/cookie/cookieAcceptDialog.properties +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/devtools/shared/csscoverage.dtd +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/devtools/shared/csscoverage.properties +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/devtools/shared/debugger.properties +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/devtools/shared/gcli.properties +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/devtools/shared/gclicommands.properties +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/devtools/shared/styleinspector.properties +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/editor/EdAdvancedEdit.dtd +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/editor/EdColorPicker.dtd +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/editor/EdConvertToTable.dtd +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/editor/EdDialogOverlay.dtd +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/editor/EdNamedAnchorProperties.dtd +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/editor/EditorButtonProperties.dtd +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/editor/EditorColorProperties.dtd +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/editor/EditorFieldSetProperties.dtd +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/editor/EditorFormProperties.dtd +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/editor/EditorHLineProperties.dtd +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/editor/EditorImageProperties.dtd +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/editor/EditorInputProperties.dtd +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/editor/EditorInsertChars.dtd +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/editor/EditorInsertMath.dtd +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/editor/EditorInsertSource.dtd +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/editor/EditorInsertTOC.dtd +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/editor/EditorInsertTable.dtd +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/editor/EditorLabelProperties.dtd +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/editor/EditorLinkProperties.dtd +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/editor/EditorListProperties.dtd +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/editor/EditorPersonalDictionary.dtd +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/editor/EditorReplace.dtd +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/editor/EditorSelectProperties.dtd +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/editor/EditorSpellCheck.dtd +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/editor/EditorTableProperties.dtd +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/editor/EditorTextAreaProperties.dtd +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/editor/editor.properties +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/editor/editorOverlay.dtd +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/editor/editorSmileyOverlay.dtd +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/formautofill/requestAutocomplete.dtd +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/global-platform/mac/accessible.properties +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/global-platform/mac/intl.properties +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/global-platform/mac/platformKeys.properties +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/global-platform/unix/accessible.properties +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/global-platform/unix/intl.properties +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/global-platform/unix/platformKeys.properties +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/global-platform/win/accessible.properties +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/global-platform/win/intl.properties +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/global-platform/win/platformKeys.properties +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/global-region/region.properties +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/global/AccessFu.properties +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/global/about.dtd +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/global/aboutAbout.dtd +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/global/aboutNetworking.dtd +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/global/aboutReader.properties +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/global/aboutRights.dtd +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/global/aboutServiceWorkers.dtd +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/global/aboutServiceWorkers.properties +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/global/aboutSupport.dtd +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/global/aboutSupport.properties +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/global/aboutTelemetry.dtd +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/global/aboutTelemetry.properties +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/global/aboutWebrtc.properties +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/global/appPicker.dtd +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/global/appstrings.properties +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/global/autocomplete.properties +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/global/brand.dtd +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/global/browser.properties +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/global/charsetMenu.dtd +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/global/charsetMenu.properties +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/global/commonDialog.dtd +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/global/commonDialogs.properties +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/global/config.dtd +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/global/config.properties +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/global/console.dtd +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/global/console.properties +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/global/contentAreaCommands.properties +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/global/crashes.dtd +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/global/crashes.properties +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/global/css.properties +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/global/customizeToolbar.dtd +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/global/customizeToolbar.properties +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/global/dateFormat.properties +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/global/datetimepicker.dtd +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/global/dialog.properties +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/global/dialogOverlay.dtd +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/global/dom/dom.properties +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/global/editMenuOverlay.dtd +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/global/fallbackMenubar.properties +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/global/filefield.properties +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/global/filepicker.dtd +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/global/filepicker.properties +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/global/findbar.dtd +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/global/findbar.properties +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/global/finddialog.dtd +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/global/finddialog.properties +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/global/global-strres.properties +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/global/global.dtd +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/global/globalKeys.dtd +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/global/headsUpDisplay.properties +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/global/intl.css +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/global/intl.properties +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/global/keys.properties +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/global/languageNames.properties +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/global/layout/HtmlForm.properties +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/global/layout/MediaDocument.properties +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/global/layout/htmlparser.properties +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/global/layout/xmlparser.properties +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/global/layout_errors.properties +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/global/mathml/mathml.properties +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/global/mozilla.dtd +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/global/netError.dtd +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/global/netErrorApp.dtd +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/global/notification.dtd +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/global/nsWebBrowserPersist.properties +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/global/plugins.properties +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/global/preferences.dtd +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/global/printPageSetup.dtd +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/global/printPreview.dtd +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/global/printPreviewProgress.dtd +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/global/printProgress.dtd +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/global/printdialog.dtd +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/global/printdialog.properties +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/global/printing.properties +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/global/printjoboptions.dtd +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/global/regionNames.properties +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/global/resetProfile.dtd +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/global/resetProfile.properties +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/global/search/search.properties +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/global/security/caps.properties +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/global/security/csp.properties +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/global/security/security.properties +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/global/svg/svg.properties +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/global/textcontext.dtd +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/global/tree.dtd +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/global/videocontrols.dtd +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/global/viewSource.dtd +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/global/viewSource.properties +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/global/webapps.properties +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/global/wizard.dtd +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/global/wizard.properties +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/global/xbl.properties +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/global/xml/prettyprint.dtd +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/global/xslt/xslt.properties +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/global/xul.properties +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/messenger-mapi/mapi.properties +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/messenger-newsblog/am-newsblog.dtd +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/messenger-newsblog/feed-subscriptions.dtd +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/messenger-newsblog/newsblog.properties +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/messenger-region/region.properties +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/messenger-smime/certFetchingStatus.dtd +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/messenger-smime/msgCompSMIMEOverlay.dtd +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/messenger-smime/msgCompSMIMEOverlay.properties +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/messenger-smime/msgCompSecurityInfo.dtd +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/messenger-smime/msgCompSecurityInfo.properties +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/messenger-smime/msgReadSMIMEOverlay.dtd +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/messenger-smime/msgReadSMIMEOverlay.properties +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/messenger-smime/msgReadSecurityInfo.dtd +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/messenger-smime/msgSecurityInfo.properties +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/messenger/AccountManager.dtd +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/messenger/AccountWizard.dtd +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/messenger/CustomHeaders.dtd +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/messenger/FilterEditor.dtd +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/messenger/FilterListDialog.dtd +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/messenger/SearchDialog.dtd +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/messenger/aboutDialog.dtd +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/messenger/aboutDownloads.dtd +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/messenger/aboutRights.dtd +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/messenger/aboutRights.properties +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/messenger/aboutSupportMail.dtd +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/messenger/aboutSupportMail.properties +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/messenger/accountCreation.dtd +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/messenger/accountCreation.properties +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/messenger/accountCreationModel.properties +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/messenger/accountCreationUtil.properties +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/messenger/activity.dtd +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/messenger/activity.properties +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/messenger/addbuddy.dtd +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/messenger/addressbook/abAddressBookNameDialog.dtd +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/messenger/addressbook/abCardOverlay.dtd +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/messenger/addressbook/abContactsPanel.dtd +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/messenger/addressbook/abMailListDialog.dtd +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/messenger/addressbook/abMainWindow.dtd +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/messenger/addressbook/abNewCardDialog.dtd +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/messenger/addressbook/abResultsPaneOverlay.dtd +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/messenger/addressbook/addressBook.properties +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/messenger/addressbook/ldapAutoCompErrs.properties +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/messenger/addressbook/pref-directory-add.dtd +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/messenger/addressbook/pref-directory.dtd +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/messenger/addressbook/replicationProgress.properties +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/messenger/am-addressing.dtd +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/messenger/am-advanced.dtd +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/messenger/am-archiveoptions.dtd +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/messenger/am-copies.dtd +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/messenger/am-identities-list.dtd +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/messenger/am-identity-edit.dtd +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/messenger/am-im.dtd +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/messenger/am-junk.dtd +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/messenger/am-main.dtd +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/messenger/am-mdn.dtd +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/messenger/am-mdn.properties +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/messenger/am-offline.dtd +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/messenger/am-server-advanced.dtd +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/messenger/am-server-top.dtd +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/messenger/am-serverwithnoidentities.dtd +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/messenger/am-smime.dtd +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/messenger/am-smime.properties +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/messenger/appleMailImportMsgs.properties +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/messenger/baseMenuOverlay.dtd +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/messenger/charsetTitles.properties +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/messenger/chat.dtd +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/messenger/chat.properties +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/messenger/cloudfile/Box/auth.dtd +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/messenger/cloudfile/Box/management.dtd +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/messenger/cloudfile/Box/settings.dtd +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/messenger/cloudfile/Hightail/fileExceeds2GB.dtd +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/messenger/cloudfile/Hightail/fileExceedsLimit.dtd +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/messenger/cloudfile/Hightail/fileExceedsQuota.dtd +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/messenger/cloudfile/Hightail/management.dtd +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/messenger/cloudfile/Hightail/settings.dtd +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/messenger/cloudfile/addAccountDialog.dtd +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/messenger/cloudfile/management.dtd +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/messenger/configEditorOverlay.dtd +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/messenger/custom.properties +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/messenger/customizeToolbarOverlay.dtd +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/messenger/downloadheaders.dtd +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/messenger/downloads/settingsChange.dtd +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/messenger/downloadsOverlay.dtd +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/messenger/editContactOverlay.dtd +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/messenger/editContactOverlay.properties +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/messenger/eudoraImportMsgs.properties +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/messenger/fieldMapImport.dtd +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/messenger/filter.properties +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/messenger/folderProps.dtd +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/messenger/folderWidgets.properties +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/messenger/folderpane.dtd +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/messenger/gloda.properties +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/messenger/glodaComplete.properties +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/messenger/glodaFacetView.dtd +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/messenger/glodaFacetView.properties +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/messenger/imAccountWizard.dtd +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/messenger/imAccounts.dtd +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/messenger/imAccounts.properties +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/messenger/imapMsgs.properties +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/messenger/importDialog.dtd +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/messenger/importMsgs.properties +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/messenger/joinChat.dtd +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/messenger/junkLog.dtd +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/messenger/junkMailInfo.dtd +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/messenger/localMsgs.properties +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/messenger/mailEditorOverlay.dtd +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/messenger/mailOverlay.dtd +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/messenger/mailViewList.dtd +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/messenger/mailViewSetup.dtd +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/messenger/mailviews.properties +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/messenger/markByDate.dtd +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/messenger/messenger.dtd +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/messenger/messenger.properties +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/messenger/messengercompose/addressingWidgetOverlay.dtd +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/messenger/messengercompose/askSendFormat.dtd +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/messenger/messengercompose/askSendFormat.properties +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/messenger/messengercompose/composeMsgs.properties +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/messenger/messengercompose/mailComposeEditorOverlay.dtd +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/messenger/messengercompose/messengercompose.dtd +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/messenger/messengercompose/sendProgress.dtd +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/messenger/messengercompose/sendProgress.properties +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/messenger/migration/migration.dtd +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/messenger/migration/migration.properties +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/messenger/mime.properties +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/messenger/mimeheader.properties +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/messenger/msgAccountCentral.dtd +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/messenger/msgHdrViewOverlay.dtd +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/messenger/msgPrintEngine.dtd +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/messenger/msgSynchronize.dtd +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/messenger/msgViewPickerOverlay.dtd +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/messenger/msgmdn.properties +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/messenger/multimessageview.dtd +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/messenger/multimessageview.properties +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/messenger/netError.dtd +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/messenger/newFolderDialog.dtd +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/messenger/newTagDialog.dtd +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/messenger/newmailaccount/accountProvisioner.dtd +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/messenger/newmailaccount/accountProvisioner.properties +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/messenger/news.properties +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/messenger/oeImportMsgs.properties +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/messenger/offline.properties +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/messenger/offlineStartup.properties +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/messenger/outlookImportMsgs.properties +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/messenger/pgpmime.properties +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/messenger/preferences/advanced.dtd +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/messenger/preferences/applicationManager.dtd +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/messenger/preferences/applicationManager.properties +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/messenger/preferences/applications.dtd +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/messenger/preferences/applications.properties +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/messenger/preferences/attachmentReminder.dtd +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/messenger/preferences/chat.dtd +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/messenger/preferences/colors.dtd +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/messenger/preferences/compose.dtd +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/messenger/preferences/connection.dtd +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/messenger/preferences/cookies.dtd +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/messenger/preferences/display.dtd +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/messenger/preferences/dockoptions.dtd +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/messenger/preferences/fonts.dtd +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/messenger/preferences/general.dtd +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/messenger/preferences/notifications.dtd +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/messenger/preferences/offline.dtd +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/messenger/preferences/permissions.dtd +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/messenger/preferences/preferences.dtd +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/messenger/preferences/preferences.properties +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/messenger/preferences/privacy.dtd +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/messenger/preferences/receipts.dtd +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/messenger/preferences/security.dtd +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/messenger/preferences/sendoptions.dtd +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/messenger/prefs.properties +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/messenger/quickFilterBar.dtd +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/messenger/renameFolderDialog.dtd +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/messenger/safeMode.dtd +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/messenger/sanitize.dtd +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/messenger/search-attributes.properties +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/messenger/search-operators.properties +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/messenger/search.properties +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/messenger/searchIntegrationDefault.dtd +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/messenger/searchIntegrationMac.dtd +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/messenger/searchIntegrationWin.dtd +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/messenger/searchTermOverlay.dtd +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/messenger/searchplugins/amazondotcom.xml +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/messenger/searchplugins/aol-web-search.xml +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/messenger/searchplugins/bing.xml +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/messenger/searchplugins/eBay.xml +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/messenger/searchplugins/list.txt +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/messenger/searchplugins/twitter.xml +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/messenger/searchplugins/wikipedia.xml +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/messenger/searchplugins/yahoo.xml +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/messenger/shutdownWindow.properties +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/messenger/smime.properties +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/messenger/smtpEditOverlay.dtd +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/messenger/subscribe.dtd +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/messenger/subscribe.properties +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/messenger/systemIntegrationDialog.dtd +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/messenger/tabmail.dtd +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/messenger/taskbar.properties +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/messenger/telemetry.properties +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/messenger/templateUtils.properties +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/messenger/textImportMsgs.properties +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/messenger/vCardImportMsgs.properties +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/messenger/viewLog.dtd +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/messenger/viewZoomOverlay.dtd +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/messenger/virtualFolderListDialog.dtd +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/messenger/virtualFolderProperties.dtd +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/messenger/wmImportMsgs.properties +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/mozapps/downloads/downloads.dtd +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/mozapps/downloads/downloads.properties +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/mozapps/downloads/settingsChange.dtd +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/mozapps/downloads/unknownContentType.dtd +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/mozapps/downloads/unknownContentType.properties +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/mozapps/extensions/about.dtd +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/mozapps/extensions/blocklist.dtd +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/mozapps/extensions/extensions.dtd +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/mozapps/extensions/extensions.properties +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/mozapps/extensions/newaddon.dtd +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/mozapps/extensions/newaddon.properties +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/mozapps/extensions/selectAddons.dtd +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/mozapps/extensions/selectAddons.properties +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/mozapps/extensions/update.dtd +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/mozapps/extensions/update.properties +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/mozapps/handling/handling.dtd +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/mozapps/handling/handling.properties +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/mozapps/preferences/changemp.dtd +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/mozapps/preferences/preferences.properties +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/mozapps/preferences/removemp.dtd +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/mozapps/profile/createProfileWizard.dtd +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/mozapps/profile/profileSelection.dtd +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/mozapps/profile/profileSelection.properties +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/mozapps/update/history.dtd +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/mozapps/update/updates.dtd +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/mozapps/update/updates.properties +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/mozapps/xpinstall/xpinstallConfirm.dtd +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/mozapps/xpinstall/xpinstallConfirm.properties +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/mozldap/ldap.properties +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/necko/necko.properties +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/passwordmgr/passwordManager.dtd +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/passwordmgr/passwordmgr.properties +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/pipnss/nsserrors.properties +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/pipnss/pipnss.properties +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/pippki/certManager.dtd +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/pippki/deviceManager.dtd +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/pippki/pippki.dtd +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/pippki/pippki.properties +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/places/places.properties +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/chrome/bg/locale/bg/pluginproblem/pluginproblem.dtd +lib/thunderbird/extensions/langpack-bg@thunderbird.mozilla.org/install.rdf lib/thunderbird/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome.manifest -lib/thunderbird/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/.mkdir.done lib/thunderbird/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD.manifest lib/thunderbird/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/alerts/alert.dtd -lib/thunderbird/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/alerts/notificationNames.properties +lib/thunderbird/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/alerts/alert.properties lib/thunderbird/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/autoconfig/autoconfig.properties lib/thunderbird/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/branding/brand.dtd lib/thunderbird/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/branding/brand.properties @@ -809,6 +1652,7 @@ lib/thunderbird/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/l lib/thunderbird/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/chat/imtooltip.properties lib/thunderbird/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/chat/irc.properties lib/thunderbird/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/chat/logger.properties +lib/thunderbird/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/chat/skype.properties lib/thunderbird/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/chat/status.properties lib/thunderbird/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/chat/twitter.properties lib/thunderbird/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/chat/xmpp.properties @@ -816,6 +1660,12 @@ lib/thunderbird/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/l lib/thunderbird/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/communicator/utilityOverlay.dtd lib/thunderbird/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/cookie/cookieAcceptDialog.dtd lib/thunderbird/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/cookie/cookieAcceptDialog.properties +lib/thunderbird/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/devtools/shared/csscoverage.dtd +lib/thunderbird/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/devtools/shared/csscoverage.properties +lib/thunderbird/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/devtools/shared/debugger.properties +lib/thunderbird/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/devtools/shared/gcli.properties +lib/thunderbird/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/devtools/shared/gclicommands.properties +lib/thunderbird/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/devtools/shared/styleinspector.properties lib/thunderbird/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/editor/EdAdvancedEdit.dtd lib/thunderbird/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/editor/EdColorPicker.dtd lib/thunderbird/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/editor/EdConvertToTable.dtd @@ -862,10 +1712,13 @@ lib/thunderbird/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/l lib/thunderbird/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/global/aboutNetworking.dtd lib/thunderbird/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/global/aboutReader.properties lib/thunderbird/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/global/aboutRights.dtd +lib/thunderbird/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/global/aboutServiceWorkers.dtd +lib/thunderbird/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/global/aboutServiceWorkers.properties lib/thunderbird/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/global/aboutSupport.dtd lib/thunderbird/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/global/aboutSupport.properties lib/thunderbird/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/global/aboutTelemetry.dtd lib/thunderbird/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/global/aboutTelemetry.properties +lib/thunderbird/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/global/aboutWebrtc.properties lib/thunderbird/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/global/appPicker.dtd lib/thunderbird/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/global/appstrings.properties lib/thunderbird/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/global/autocomplete.properties @@ -887,10 +1740,6 @@ lib/thunderbird/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/l lib/thunderbird/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/global/customizeToolbar.properties lib/thunderbird/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/global/dateFormat.properties lib/thunderbird/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/global/datetimepicker.dtd -lib/thunderbird/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/global/devtools/csscoverage.dtd -lib/thunderbird/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/global/devtools/csscoverage.properties -lib/thunderbird/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/global/devtools/debugger.properties -lib/thunderbird/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/global/devtools/styleinspector.properties lib/thunderbird/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/global/dialog.properties lib/thunderbird/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/global/dialogOverlay.dtd lib/thunderbird/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/global/dom/dom.properties @@ -1132,6 +1981,14 @@ lib/thunderbird/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/l lib/thunderbird/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/messenger/searchIntegrationMac.dtd lib/thunderbird/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/messenger/searchIntegrationWin.dtd lib/thunderbird/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/messenger/searchTermOverlay.dtd +lib/thunderbird/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/messenger/searchplugins/amazondotcom.xml +lib/thunderbird/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/messenger/searchplugins/aol-web-search.xml +lib/thunderbird/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/messenger/searchplugins/bing.xml +lib/thunderbird/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/messenger/searchplugins/eBay.xml +lib/thunderbird/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/messenger/searchplugins/list.txt +lib/thunderbird/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/messenger/searchplugins/twitter.xml +lib/thunderbird/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/messenger/searchplugins/wikipedia.xml +lib/thunderbird/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/messenger/searchplugins/yahoo.xml lib/thunderbird/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/messenger/shutdownWindow.properties lib/thunderbird/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/messenger/smime.properties lib/thunderbird/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/messenger/smtpEditOverlay.dtd @@ -1166,7 +2023,6 @@ lib/thunderbird/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/l lib/thunderbird/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/mozapps/extensions/update.properties lib/thunderbird/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/mozapps/handling/handling.dtd lib/thunderbird/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/mozapps/handling/handling.properties -lib/thunderbird/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/mozapps/plugins/plugins.dtd lib/thunderbird/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/mozapps/preferences/changemp.dtd lib/thunderbird/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/mozapps/preferences/preferences.properties lib/thunderbird/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/mozapps/preferences/removemp.dtd @@ -1189,12 +2045,12 @@ lib/thunderbird/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/l lib/thunderbird/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/pippki/pippki.dtd lib/thunderbird/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/pippki/pippki.properties lib/thunderbird/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/places/places.properties +lib/thunderbird/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/pluginproblem/pluginproblem.dtd lib/thunderbird/extensions/langpack-bn-BD@thunderbird.mozilla.org/install.rdf lib/thunderbird/extensions/langpack-br@thunderbird.mozilla.org/chrome.manifest -lib/thunderbird/extensions/langpack-br@thunderbird.mozilla.org/chrome/.mkdir.done lib/thunderbird/extensions/langpack-br@thunderbird.mozilla.org/chrome/br.manifest lib/thunderbird/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/alerts/alert.dtd -lib/thunderbird/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/alerts/notificationNames.properties +lib/thunderbird/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/alerts/alert.properties lib/thunderbird/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/autoconfig/autoconfig.properties lib/thunderbird/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/branding/brand.dtd lib/thunderbird/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/branding/brand.properties @@ -1206,6 +2062,7 @@ lib/thunderbird/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/ lib/thunderbird/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/chat/imtooltip.properties lib/thunderbird/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/chat/irc.properties lib/thunderbird/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/chat/logger.properties +lib/thunderbird/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/chat/skype.properties lib/thunderbird/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/chat/status.properties lib/thunderbird/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/chat/twitter.properties lib/thunderbird/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/chat/xmpp.properties @@ -1213,6 +2070,12 @@ lib/thunderbird/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/ lib/thunderbird/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/communicator/utilityOverlay.dtd lib/thunderbird/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/cookie/cookieAcceptDialog.dtd lib/thunderbird/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/cookie/cookieAcceptDialog.properties +lib/thunderbird/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/devtools/shared/csscoverage.dtd +lib/thunderbird/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/devtools/shared/csscoverage.properties +lib/thunderbird/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/devtools/shared/debugger.properties +lib/thunderbird/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/devtools/shared/gcli.properties +lib/thunderbird/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/devtools/shared/gclicommands.properties +lib/thunderbird/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/devtools/shared/styleinspector.properties lib/thunderbird/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/editor/EdAdvancedEdit.dtd lib/thunderbird/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/editor/EdColorPicker.dtd lib/thunderbird/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/editor/EdConvertToTable.dtd @@ -1259,10 +2122,13 @@ lib/thunderbird/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/ lib/thunderbird/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/global/aboutNetworking.dtd lib/thunderbird/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/global/aboutReader.properties lib/thunderbird/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/global/aboutRights.dtd +lib/thunderbird/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/global/aboutServiceWorkers.dtd +lib/thunderbird/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/global/aboutServiceWorkers.properties lib/thunderbird/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/global/aboutSupport.dtd lib/thunderbird/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/global/aboutSupport.properties lib/thunderbird/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/global/aboutTelemetry.dtd lib/thunderbird/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/global/aboutTelemetry.properties +lib/thunderbird/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/global/aboutWebrtc.properties lib/thunderbird/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/global/appPicker.dtd lib/thunderbird/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/global/appstrings.properties lib/thunderbird/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/global/autocomplete.properties @@ -1284,10 +2150,6 @@ lib/thunderbird/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/ lib/thunderbird/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/global/customizeToolbar.properties lib/thunderbird/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/global/dateFormat.properties lib/thunderbird/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/global/datetimepicker.dtd -lib/thunderbird/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/global/devtools/csscoverage.dtd -lib/thunderbird/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/global/devtools/csscoverage.properties -lib/thunderbird/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/global/devtools/debugger.properties -lib/thunderbird/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/global/devtools/styleinspector.properties lib/thunderbird/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/global/dialog.properties lib/thunderbird/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/global/dialogOverlay.dtd lib/thunderbird/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/global/dom/dom.properties @@ -1529,6 +2391,15 @@ lib/thunderbird/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/ lib/thunderbird/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/messenger/searchIntegrationMac.dtd lib/thunderbird/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/messenger/searchIntegrationWin.dtd lib/thunderbird/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/messenger/searchTermOverlay.dtd +lib/thunderbird/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/messenger/searchplugins/amazondotcom.xml +lib/thunderbird/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/messenger/searchplugins/aol-web-search.xml +lib/thunderbird/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/messenger/searchplugins/bing.xml +lib/thunderbird/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/messenger/searchplugins/eBay.xml +lib/thunderbird/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/messenger/searchplugins/google.xml +lib/thunderbird/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/messenger/searchplugins/list.txt +lib/thunderbird/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/messenger/searchplugins/twitter.xml +lib/thunderbird/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/messenger/searchplugins/wikipedia.xml +lib/thunderbird/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/messenger/searchplugins/yahoo.xml lib/thunderbird/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/messenger/shutdownWindow.properties lib/thunderbird/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/messenger/smime.properties lib/thunderbird/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/messenger/smtpEditOverlay.dtd @@ -1563,7 +2434,6 @@ lib/thunderbird/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/ lib/thunderbird/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/mozapps/extensions/update.properties lib/thunderbird/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/mozapps/handling/handling.dtd lib/thunderbird/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/mozapps/handling/handling.properties -lib/thunderbird/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/mozapps/plugins/plugins.dtd lib/thunderbird/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/mozapps/preferences/changemp.dtd lib/thunderbird/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/mozapps/preferences/preferences.properties lib/thunderbird/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/mozapps/preferences/removemp.dtd @@ -1586,12 +2456,12 @@ lib/thunderbird/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/ lib/thunderbird/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/pippki/pippki.dtd lib/thunderbird/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/pippki/pippki.properties lib/thunderbird/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/places/places.properties +lib/thunderbird/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/pluginproblem/pluginproblem.dtd lib/thunderbird/extensions/langpack-br@thunderbird.mozilla.org/install.rdf lib/thunderbird/extensions/langpack-ca@thunderbird.mozilla.org/chrome.manifest -lib/thunderbird/extensions/langpack-ca@thunderbird.mozilla.org/chrome/.mkdir.done lib/thunderbird/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca.manifest lib/thunderbird/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/alerts/alert.dtd -lib/thunderbird/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/alerts/notificationNames.properties +lib/thunderbird/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/alerts/alert.properties lib/thunderbird/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/autoconfig/autoconfig.properties lib/thunderbird/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/branding/brand.dtd lib/thunderbird/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/branding/brand.properties @@ -1603,6 +2473,7 @@ lib/thunderbird/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ lib/thunderbird/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/chat/imtooltip.properties lib/thunderbird/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/chat/irc.properties lib/thunderbird/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/chat/logger.properties +lib/thunderbird/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/chat/skype.properties lib/thunderbird/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/chat/status.properties lib/thunderbird/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/chat/twitter.properties lib/thunderbird/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/chat/xmpp.properties @@ -1610,6 +2481,12 @@ lib/thunderbird/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ lib/thunderbird/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/communicator/utilityOverlay.dtd lib/thunderbird/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/cookie/cookieAcceptDialog.dtd lib/thunderbird/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/cookie/cookieAcceptDialog.properties +lib/thunderbird/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/devtools/shared/csscoverage.dtd +lib/thunderbird/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/devtools/shared/csscoverage.properties +lib/thunderbird/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/devtools/shared/debugger.properties +lib/thunderbird/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/devtools/shared/gcli.properties +lib/thunderbird/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/devtools/shared/gclicommands.properties +lib/thunderbird/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/devtools/shared/styleinspector.properties lib/thunderbird/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/editor/EdAdvancedEdit.dtd lib/thunderbird/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/editor/EdColorPicker.dtd lib/thunderbird/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/editor/EdConvertToTable.dtd @@ -1656,10 +2533,13 @@ lib/thunderbird/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ lib/thunderbird/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/global/aboutNetworking.dtd lib/thunderbird/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/global/aboutReader.properties lib/thunderbird/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/global/aboutRights.dtd +lib/thunderbird/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/global/aboutServiceWorkers.dtd +lib/thunderbird/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/global/aboutServiceWorkers.properties lib/thunderbird/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/global/aboutSupport.dtd lib/thunderbird/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/global/aboutSupport.properties lib/thunderbird/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/global/aboutTelemetry.dtd lib/thunderbird/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/global/aboutTelemetry.properties +lib/thunderbird/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/global/aboutWebrtc.properties lib/thunderbird/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/global/appPicker.dtd lib/thunderbird/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/global/appstrings.properties lib/thunderbird/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/global/autocomplete.properties @@ -1681,10 +2561,6 @@ lib/thunderbird/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ lib/thunderbird/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/global/customizeToolbar.properties lib/thunderbird/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/global/dateFormat.properties lib/thunderbird/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/global/datetimepicker.dtd -lib/thunderbird/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/global/devtools/csscoverage.dtd -lib/thunderbird/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/global/devtools/csscoverage.properties -lib/thunderbird/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/global/devtools/debugger.properties -lib/thunderbird/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/global/devtools/styleinspector.properties lib/thunderbird/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/global/dialog.properties lib/thunderbird/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/global/dialogOverlay.dtd lib/thunderbird/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/global/dom/dom.properties @@ -1926,6 +2802,12 @@ lib/thunderbird/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ lib/thunderbird/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/messenger/searchIntegrationMac.dtd lib/thunderbird/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/messenger/searchIntegrationWin.dtd lib/thunderbird/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/messenger/searchTermOverlay.dtd +lib/thunderbird/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/messenger/searchplugins/bing.xml +lib/thunderbird/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/messenger/searchplugins/diec2.xml +lib/thunderbird/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/messenger/searchplugins/huubs.xml +lib/thunderbird/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/messenger/searchplugins/list.txt +lib/thunderbird/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/messenger/searchplugins/llibres.xml +lib/thunderbird/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/messenger/searchplugins/wikipedia-ca.xml lib/thunderbird/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/messenger/shutdownWindow.properties lib/thunderbird/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/messenger/smime.properties lib/thunderbird/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/messenger/smtpEditOverlay.dtd @@ -1960,7 +2842,6 @@ lib/thunderbird/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ lib/thunderbird/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/mozapps/extensions/update.properties lib/thunderbird/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/mozapps/handling/handling.dtd lib/thunderbird/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/mozapps/handling/handling.properties -lib/thunderbird/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/mozapps/plugins/plugins.dtd lib/thunderbird/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/mozapps/preferences/changemp.dtd lib/thunderbird/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/mozapps/preferences/preferences.properties lib/thunderbird/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/mozapps/preferences/removemp.dtd @@ -1983,12 +2864,12 @@ lib/thunderbird/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ lib/thunderbird/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/pippki/pippki.dtd lib/thunderbird/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/pippki/pippki.properties lib/thunderbird/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/places/places.properties +lib/thunderbird/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/pluginproblem/pluginproblem.dtd lib/thunderbird/extensions/langpack-ca@thunderbird.mozilla.org/install.rdf lib/thunderbird/extensions/langpack-cs@thunderbird.mozilla.org/chrome.manifest -lib/thunderbird/extensions/langpack-cs@thunderbird.mozilla.org/chrome/.mkdir.done lib/thunderbird/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs.manifest lib/thunderbird/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/alerts/alert.dtd -lib/thunderbird/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/alerts/notificationNames.properties +lib/thunderbird/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/alerts/alert.properties lib/thunderbird/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/autoconfig/autoconfig.properties lib/thunderbird/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/branding/brand.dtd lib/thunderbird/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/branding/brand.properties @@ -2000,6 +2881,7 @@ lib/thunderbird/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/ lib/thunderbird/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/chat/imtooltip.properties lib/thunderbird/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/chat/irc.properties lib/thunderbird/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/chat/logger.properties +lib/thunderbird/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/chat/skype.properties lib/thunderbird/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/chat/status.properties lib/thunderbird/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/chat/twitter.properties lib/thunderbird/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/chat/xmpp.properties @@ -2007,6 +2889,12 @@ lib/thunderbird/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/ lib/thunderbird/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/communicator/utilityOverlay.dtd lib/thunderbird/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/cookie/cookieAcceptDialog.dtd lib/thunderbird/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/cookie/cookieAcceptDialog.properties +lib/thunderbird/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/devtools/shared/csscoverage.dtd +lib/thunderbird/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/devtools/shared/csscoverage.properties +lib/thunderbird/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/devtools/shared/debugger.properties +lib/thunderbird/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/devtools/shared/gcli.properties +lib/thunderbird/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/devtools/shared/gclicommands.properties +lib/thunderbird/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/devtools/shared/styleinspector.properties lib/thunderbird/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/editor/EdAdvancedEdit.dtd lib/thunderbird/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/editor/EdColorPicker.dtd lib/thunderbird/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/editor/EdConvertToTable.dtd @@ -2053,10 +2941,13 @@ lib/thunderbird/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/ lib/thunderbird/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/global/aboutNetworking.dtd lib/thunderbird/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/global/aboutReader.properties lib/thunderbird/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/global/aboutRights.dtd +lib/thunderbird/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/global/aboutServiceWorkers.dtd +lib/thunderbird/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/global/aboutServiceWorkers.properties lib/thunderbird/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/global/aboutSupport.dtd lib/thunderbird/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/global/aboutSupport.properties lib/thunderbird/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/global/aboutTelemetry.dtd lib/thunderbird/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/global/aboutTelemetry.properties +lib/thunderbird/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/global/aboutWebrtc.properties lib/thunderbird/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/global/appPicker.dtd lib/thunderbird/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/global/appstrings.properties lib/thunderbird/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/global/autocomplete.properties @@ -2078,10 +2969,6 @@ lib/thunderbird/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/ lib/thunderbird/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/global/customizeToolbar.properties lib/thunderbird/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/global/dateFormat.properties lib/thunderbird/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/global/datetimepicker.dtd -lib/thunderbird/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/global/devtools/csscoverage.dtd -lib/thunderbird/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/global/devtools/csscoverage.properties -lib/thunderbird/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/global/devtools/debugger.properties -lib/thunderbird/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/global/devtools/styleinspector.properties lib/thunderbird/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/global/dialog.properties lib/thunderbird/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/global/dialogOverlay.dtd lib/thunderbird/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/global/dom/dom.properties @@ -2323,6 +3210,13 @@ lib/thunderbird/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/ lib/thunderbird/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/messenger/searchIntegrationMac.dtd lib/thunderbird/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/messenger/searchIntegrationWin.dtd lib/thunderbird/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/messenger/searchTermOverlay.dtd +lib/thunderbird/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/messenger/searchplugins/duckduckgo-cz.xml +lib/thunderbird/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/messenger/searchplugins/google.xml +lib/thunderbird/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/messenger/searchplugins/heureka-cz.xml +lib/thunderbird/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/messenger/searchplugins/list.txt +lib/thunderbird/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/messenger/searchplugins/mapy-cz.xml +lib/thunderbird/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/messenger/searchplugins/seznam-cz.xml +lib/thunderbird/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/messenger/searchplugins/wikipedia-cz.xml lib/thunderbird/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/messenger/shutdownWindow.properties lib/thunderbird/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/messenger/smime.properties lib/thunderbird/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/messenger/smtpEditOverlay.dtd @@ -2357,7 +3251,6 @@ lib/thunderbird/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/ lib/thunderbird/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/mozapps/extensions/update.properties lib/thunderbird/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/mozapps/handling/handling.dtd lib/thunderbird/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/mozapps/handling/handling.properties -lib/thunderbird/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/mozapps/plugins/plugins.dtd lib/thunderbird/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/mozapps/preferences/changemp.dtd lib/thunderbird/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/mozapps/preferences/preferences.properties lib/thunderbird/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/mozapps/preferences/removemp.dtd @@ -2380,12 +3273,422 @@ lib/thunderbird/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/ lib/thunderbird/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/pippki/pippki.dtd lib/thunderbird/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/pippki/pippki.properties lib/thunderbird/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/places/places.properties +lib/thunderbird/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/pluginproblem/pluginproblem.dtd lib/thunderbird/extensions/langpack-cs@thunderbird.mozilla.org/install.rdf +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome.manifest +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy.manifest +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/alerts/alert.dtd +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/alerts/alert.properties +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/autoconfig/autoconfig.properties +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/branding/brand.dtd +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/branding/brand.properties +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/chat/accounts.properties +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/chat/commands.properties +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/chat/contacts.properties +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/chat/conversations.properties +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/chat/facebook.properties +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/chat/imtooltip.properties +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/chat/irc.properties +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/chat/logger.properties +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/chat/skype.properties +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/chat/status.properties +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/chat/twitter.properties +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/chat/xmpp.properties +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/chat/yahoo.properties +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/communicator/utilityOverlay.dtd +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/cookie/cookieAcceptDialog.dtd +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/cookie/cookieAcceptDialog.properties +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/devtools/shared/csscoverage.dtd +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/devtools/shared/csscoverage.properties +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/devtools/shared/debugger.properties +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/devtools/shared/gcli.properties +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/devtools/shared/gclicommands.properties +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/devtools/shared/styleinspector.properties +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/editor/EdAdvancedEdit.dtd +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/editor/EdColorPicker.dtd +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/editor/EdConvertToTable.dtd +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/editor/EdDialogOverlay.dtd +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/editor/EdNamedAnchorProperties.dtd +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/editor/EditorButtonProperties.dtd +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/editor/EditorColorProperties.dtd +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/editor/EditorFieldSetProperties.dtd +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/editor/EditorFormProperties.dtd +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/editor/EditorHLineProperties.dtd +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/editor/EditorImageProperties.dtd +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/editor/EditorInputProperties.dtd +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/editor/EditorInsertChars.dtd +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/editor/EditorInsertMath.dtd +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/editor/EditorInsertSource.dtd +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/editor/EditorInsertTOC.dtd +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/editor/EditorInsertTable.dtd +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/editor/EditorLabelProperties.dtd +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/editor/EditorLinkProperties.dtd +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/editor/EditorListProperties.dtd +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/editor/EditorPersonalDictionary.dtd +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/editor/EditorReplace.dtd +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/editor/EditorSelectProperties.dtd +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/editor/EditorSpellCheck.dtd +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/editor/EditorTableProperties.dtd +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/editor/EditorTextAreaProperties.dtd +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/editor/editor.properties +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/editor/editorOverlay.dtd +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/editor/editorSmileyOverlay.dtd +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/formautofill/requestAutocomplete.dtd +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/global-platform/mac/accessible.properties +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/global-platform/mac/intl.properties +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/global-platform/mac/platformKeys.properties +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/global-platform/unix/accessible.properties +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/global-platform/unix/intl.properties +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/global-platform/unix/platformKeys.properties +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/global-platform/win/accessible.properties +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/global-platform/win/intl.properties +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/global-platform/win/platformKeys.properties +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/global-region/region.properties +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/global/AccessFu.properties +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/global/about.dtd +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/global/aboutAbout.dtd +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/global/aboutNetworking.dtd +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/global/aboutReader.properties +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/global/aboutRights.dtd +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/global/aboutServiceWorkers.dtd +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/global/aboutServiceWorkers.properties +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/global/aboutSupport.dtd +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/global/aboutSupport.properties +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/global/aboutTelemetry.dtd +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/global/aboutTelemetry.properties +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/global/aboutWebrtc.properties +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/global/appPicker.dtd +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/global/appstrings.properties +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/global/autocomplete.properties +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/global/brand.dtd +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/global/browser.properties +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/global/charsetMenu.dtd +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/global/charsetMenu.properties +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/global/commonDialog.dtd +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/global/commonDialogs.properties +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/global/config.dtd +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/global/config.properties +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/global/console.dtd +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/global/console.properties +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/global/contentAreaCommands.properties +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/global/crashes.dtd +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/global/crashes.properties +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/global/css.properties +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/global/customizeToolbar.dtd +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/global/customizeToolbar.properties +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/global/dateFormat.properties +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/global/datetimepicker.dtd +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/global/dialog.properties +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/global/dialogOverlay.dtd +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/global/dom/dom.properties +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/global/editMenuOverlay.dtd +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/global/fallbackMenubar.properties +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/global/filefield.properties +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/global/filepicker.dtd +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/global/filepicker.properties +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/global/findbar.dtd +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/global/findbar.properties +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/global/finddialog.dtd +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/global/finddialog.properties +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/global/global-strres.properties +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/global/global.dtd +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/global/globalKeys.dtd +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/global/headsUpDisplay.properties +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/global/intl.css +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/global/intl.properties +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/global/keys.properties +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/global/languageNames.properties +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/global/layout/HtmlForm.properties +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/global/layout/MediaDocument.properties +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/global/layout/htmlparser.properties +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/global/layout/xmlparser.properties +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/global/layout_errors.properties +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/global/mathml/mathml.properties +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/global/mozilla.dtd +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/global/netError.dtd +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/global/netErrorApp.dtd +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/global/notification.dtd +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/global/nsWebBrowserPersist.properties +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/global/plugins.properties +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/global/preferences.dtd +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/global/printPageSetup.dtd +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/global/printPreview.dtd +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/global/printPreviewProgress.dtd +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/global/printProgress.dtd +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/global/printdialog.dtd +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/global/printdialog.properties +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/global/printing.properties +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/global/printjoboptions.dtd +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/global/regionNames.properties +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/global/resetProfile.dtd +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/global/resetProfile.properties +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/global/search/search.properties +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/global/security/caps.properties +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/global/security/csp.properties +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/global/security/security.properties +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/global/svg/svg.properties +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/global/textcontext.dtd +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/global/tree.dtd +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/global/videocontrols.dtd +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/global/viewSource.dtd +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/global/viewSource.properties +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/global/webapps.properties +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/global/wizard.dtd +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/global/wizard.properties +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/global/xbl.properties +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/global/xml/prettyprint.dtd +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/global/xslt/xslt.properties +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/global/xul.properties +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/messenger-mapi/mapi.properties +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/messenger-newsblog/am-newsblog.dtd +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/messenger-newsblog/feed-subscriptions.dtd +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/messenger-newsblog/newsblog.properties +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/messenger-region/region.properties +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/messenger-smime/certFetchingStatus.dtd +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/messenger-smime/msgCompSMIMEOverlay.dtd +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/messenger-smime/msgCompSMIMEOverlay.properties +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/messenger-smime/msgCompSecurityInfo.dtd +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/messenger-smime/msgCompSecurityInfo.properties +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/messenger-smime/msgReadSMIMEOverlay.dtd +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/messenger-smime/msgReadSMIMEOverlay.properties +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/messenger-smime/msgReadSecurityInfo.dtd +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/messenger-smime/msgSecurityInfo.properties +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/messenger/AccountManager.dtd +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/messenger/AccountWizard.dtd +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/messenger/CustomHeaders.dtd +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/messenger/FilterEditor.dtd +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/messenger/FilterListDialog.dtd +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/messenger/SearchDialog.dtd +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/messenger/aboutDialog.dtd +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/messenger/aboutDownloads.dtd +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/messenger/aboutRights.dtd +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/messenger/aboutRights.properties +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/messenger/aboutSupportMail.dtd +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/messenger/aboutSupportMail.properties +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/messenger/accountCreation.dtd +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/messenger/accountCreation.properties +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/messenger/accountCreationModel.properties +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/messenger/accountCreationUtil.properties +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/messenger/activity.dtd +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/messenger/activity.properties +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/messenger/addbuddy.dtd +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/messenger/addressbook/abAddressBookNameDialog.dtd +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/messenger/addressbook/abCardOverlay.dtd +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/messenger/addressbook/abContactsPanel.dtd +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/messenger/addressbook/abMailListDialog.dtd +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/messenger/addressbook/abMainWindow.dtd +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/messenger/addressbook/abNewCardDialog.dtd +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/messenger/addressbook/abResultsPaneOverlay.dtd +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/messenger/addressbook/addressBook.properties +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/messenger/addressbook/ldapAutoCompErrs.properties +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/messenger/addressbook/pref-directory-add.dtd +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/messenger/addressbook/pref-directory.dtd +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/messenger/addressbook/replicationProgress.properties +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/messenger/am-addressing.dtd +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/messenger/am-advanced.dtd +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/messenger/am-archiveoptions.dtd +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/messenger/am-copies.dtd +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/messenger/am-identities-list.dtd +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/messenger/am-identity-edit.dtd +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/messenger/am-im.dtd +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/messenger/am-junk.dtd +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/messenger/am-main.dtd +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/messenger/am-mdn.dtd +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/messenger/am-mdn.properties +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/messenger/am-offline.dtd +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/messenger/am-server-advanced.dtd +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/messenger/am-server-top.dtd +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/messenger/am-serverwithnoidentities.dtd +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/messenger/am-smime.dtd +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/messenger/am-smime.properties +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/messenger/appleMailImportMsgs.properties +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/messenger/baseMenuOverlay.dtd +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/messenger/charsetTitles.properties +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/messenger/chat.dtd +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/messenger/chat.properties +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/messenger/cloudfile/Box/auth.dtd +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/messenger/cloudfile/Box/management.dtd +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/messenger/cloudfile/Box/settings.dtd +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/messenger/cloudfile/Hightail/fileExceeds2GB.dtd +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/messenger/cloudfile/Hightail/fileExceedsLimit.dtd +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/messenger/cloudfile/Hightail/fileExceedsQuota.dtd +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/messenger/cloudfile/Hightail/management.dtd +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/messenger/cloudfile/Hightail/settings.dtd +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/messenger/cloudfile/addAccountDialog.dtd +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/messenger/cloudfile/management.dtd +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/messenger/configEditorOverlay.dtd +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/messenger/custom.properties +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/messenger/customizeToolbarOverlay.dtd +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/messenger/downloadheaders.dtd +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/messenger/downloads/settingsChange.dtd +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/messenger/downloadsOverlay.dtd +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/messenger/editContactOverlay.dtd +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/messenger/editContactOverlay.properties +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/messenger/eudoraImportMsgs.properties +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/messenger/fieldMapImport.dtd +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/messenger/filter.properties +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/messenger/folderProps.dtd +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/messenger/folderWidgets.properties +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/messenger/folderpane.dtd +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/messenger/gloda.properties +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/messenger/glodaComplete.properties +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/messenger/glodaFacetView.dtd +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/messenger/glodaFacetView.properties +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/messenger/imAccountWizard.dtd +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/messenger/imAccounts.dtd +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/messenger/imAccounts.properties +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/messenger/imapMsgs.properties +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/messenger/importDialog.dtd +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/messenger/importMsgs.properties +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/messenger/joinChat.dtd +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/messenger/junkLog.dtd +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/messenger/junkMailInfo.dtd +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/messenger/localMsgs.properties +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/messenger/mailEditorOverlay.dtd +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/messenger/mailOverlay.dtd +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/messenger/mailViewList.dtd +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/messenger/mailViewSetup.dtd +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/messenger/mailviews.properties +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/messenger/markByDate.dtd +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/messenger/messenger.dtd +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/messenger/messenger.properties +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/messenger/messengercompose/addressingWidgetOverlay.dtd +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/messenger/messengercompose/askSendFormat.dtd +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/messenger/messengercompose/askSendFormat.properties +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/messenger/messengercompose/composeMsgs.properties +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/messenger/messengercompose/mailComposeEditorOverlay.dtd +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/messenger/messengercompose/messengercompose.dtd +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/messenger/messengercompose/sendProgress.dtd +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/messenger/messengercompose/sendProgress.properties +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/messenger/migration/migration.dtd +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/messenger/migration/migration.properties +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/messenger/mime.properties +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/messenger/mimeheader.properties +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/messenger/msgAccountCentral.dtd +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/messenger/msgHdrViewOverlay.dtd +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/messenger/msgPrintEngine.dtd +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/messenger/msgSynchronize.dtd +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/messenger/msgViewPickerOverlay.dtd +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/messenger/msgmdn.properties +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/messenger/multimessageview.dtd +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/messenger/multimessageview.properties +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/messenger/netError.dtd +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/messenger/newFolderDialog.dtd +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/messenger/newTagDialog.dtd +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/messenger/newmailaccount/accountProvisioner.dtd +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/messenger/newmailaccount/accountProvisioner.properties +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/messenger/news.properties +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/messenger/oeImportMsgs.properties +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/messenger/offline.properties +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/messenger/offlineStartup.properties +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/messenger/outlookImportMsgs.properties +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/messenger/pgpmime.properties +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/messenger/preferences/advanced.dtd +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/messenger/preferences/applicationManager.dtd +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/messenger/preferences/applicationManager.properties +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/messenger/preferences/applications.dtd +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/messenger/preferences/applications.properties +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/messenger/preferences/attachmentReminder.dtd +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/messenger/preferences/chat.dtd +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/messenger/preferences/colors.dtd +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/messenger/preferences/compose.dtd +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/messenger/preferences/connection.dtd +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/messenger/preferences/cookies.dtd +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/messenger/preferences/display.dtd +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/messenger/preferences/dockoptions.dtd +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/messenger/preferences/fonts.dtd +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/messenger/preferences/general.dtd +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/messenger/preferences/notifications.dtd +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/messenger/preferences/offline.dtd +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/messenger/preferences/permissions.dtd +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/messenger/preferences/preferences.dtd +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/messenger/preferences/preferences.properties +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/messenger/preferences/privacy.dtd +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/messenger/preferences/receipts.dtd +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/messenger/preferences/security.dtd +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/messenger/preferences/sendoptions.dtd +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/messenger/prefs.properties +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/messenger/quickFilterBar.dtd +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/messenger/renameFolderDialog.dtd +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/messenger/safeMode.dtd +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/messenger/sanitize.dtd +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/messenger/search-attributes.properties +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/messenger/search-operators.properties +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/messenger/search.properties +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/messenger/searchIntegrationDefault.dtd +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/messenger/searchIntegrationMac.dtd +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/messenger/searchIntegrationWin.dtd +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/messenger/searchTermOverlay.dtd +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/messenger/searchplugins/amazondotcom.xml +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/messenger/searchplugins/aol-web-search.xml +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/messenger/searchplugins/bing.xml +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/messenger/searchplugins/eBay.xml +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/messenger/searchplugins/list.txt +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/messenger/searchplugins/twitter.xml +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/messenger/searchplugins/wikipedia.xml +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/messenger/searchplugins/yahoo.xml +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/messenger/shutdownWindow.properties +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/messenger/smime.properties +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/messenger/smtpEditOverlay.dtd +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/messenger/subscribe.dtd +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/messenger/subscribe.properties +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/messenger/systemIntegrationDialog.dtd +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/messenger/tabmail.dtd +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/messenger/taskbar.properties +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/messenger/telemetry.properties +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/messenger/templateUtils.properties +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/messenger/textImportMsgs.properties +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/messenger/vCardImportMsgs.properties +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/messenger/viewLog.dtd +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/messenger/viewZoomOverlay.dtd +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/messenger/virtualFolderListDialog.dtd +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/messenger/virtualFolderProperties.dtd +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/messenger/wmImportMsgs.properties +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/mozapps/downloads/downloads.dtd +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/mozapps/downloads/downloads.properties +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/mozapps/downloads/settingsChange.dtd +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/mozapps/downloads/unknownContentType.dtd +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/mozapps/downloads/unknownContentType.properties +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/mozapps/extensions/about.dtd +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/mozapps/extensions/blocklist.dtd +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/mozapps/extensions/extensions.dtd +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/mozapps/extensions/extensions.properties +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/mozapps/extensions/newaddon.dtd +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/mozapps/extensions/newaddon.properties +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/mozapps/extensions/selectAddons.dtd +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/mozapps/extensions/selectAddons.properties +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/mozapps/extensions/update.dtd +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/mozapps/extensions/update.properties +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/mozapps/handling/handling.dtd +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/mozapps/handling/handling.properties +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/mozapps/preferences/changemp.dtd +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/mozapps/preferences/preferences.properties +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/mozapps/preferences/removemp.dtd +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/mozapps/profile/createProfileWizard.dtd +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/mozapps/profile/profileSelection.dtd +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/mozapps/profile/profileSelection.properties +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/mozapps/update/history.dtd +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/mozapps/update/updates.dtd +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/mozapps/update/updates.properties +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/mozapps/xpinstall/xpinstallConfirm.dtd +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/mozapps/xpinstall/xpinstallConfirm.properties +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/mozldap/ldap.properties +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/necko/necko.properties +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/passwordmgr/passwordManager.dtd +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/passwordmgr/passwordmgr.properties +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/pipnss/nsserrors.properties +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/pipnss/pipnss.properties +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/pippki/certManager.dtd +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/pippki/deviceManager.dtd +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/pippki/pippki.dtd +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/pippki/pippki.properties +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/places/places.properties +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/chrome/cy/locale/cy/pluginproblem/pluginproblem.dtd +lib/thunderbird/extensions/langpack-cy@thunderbird.mozilla.org/install.rdf lib/thunderbird/extensions/langpack-da@thunderbird.mozilla.org/chrome.manifest -lib/thunderbird/extensions/langpack-da@thunderbird.mozilla.org/chrome/.mkdir.done lib/thunderbird/extensions/langpack-da@thunderbird.mozilla.org/chrome/da.manifest lib/thunderbird/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/alerts/alert.dtd -lib/thunderbird/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/alerts/notificationNames.properties +lib/thunderbird/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/alerts/alert.properties lib/thunderbird/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/autoconfig/autoconfig.properties lib/thunderbird/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/branding/brand.dtd lib/thunderbird/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/branding/brand.properties @@ -2397,6 +3700,7 @@ lib/thunderbird/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/ lib/thunderbird/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/chat/imtooltip.properties lib/thunderbird/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/chat/irc.properties lib/thunderbird/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/chat/logger.properties +lib/thunderbird/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/chat/skype.properties lib/thunderbird/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/chat/status.properties lib/thunderbird/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/chat/twitter.properties lib/thunderbird/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/chat/xmpp.properties @@ -2404,6 +3708,12 @@ lib/thunderbird/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/ lib/thunderbird/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/communicator/utilityOverlay.dtd lib/thunderbird/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/cookie/cookieAcceptDialog.dtd lib/thunderbird/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/cookie/cookieAcceptDialog.properties +lib/thunderbird/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/devtools/shared/csscoverage.dtd +lib/thunderbird/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/devtools/shared/csscoverage.properties +lib/thunderbird/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/devtools/shared/debugger.properties +lib/thunderbird/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/devtools/shared/gcli.properties +lib/thunderbird/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/devtools/shared/gclicommands.properties +lib/thunderbird/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/devtools/shared/styleinspector.properties lib/thunderbird/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/editor/EdAdvancedEdit.dtd lib/thunderbird/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/editor/EdColorPicker.dtd lib/thunderbird/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/editor/EdConvertToTable.dtd @@ -2450,10 +3760,13 @@ lib/thunderbird/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/ lib/thunderbird/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/global/aboutNetworking.dtd lib/thunderbird/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/global/aboutReader.properties lib/thunderbird/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/global/aboutRights.dtd +lib/thunderbird/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/global/aboutServiceWorkers.dtd +lib/thunderbird/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/global/aboutServiceWorkers.properties lib/thunderbird/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/global/aboutSupport.dtd lib/thunderbird/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/global/aboutSupport.properties lib/thunderbird/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/global/aboutTelemetry.dtd lib/thunderbird/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/global/aboutTelemetry.properties +lib/thunderbird/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/global/aboutWebrtc.properties lib/thunderbird/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/global/appPicker.dtd lib/thunderbird/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/global/appstrings.properties lib/thunderbird/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/global/autocomplete.properties @@ -2475,10 +3788,6 @@ lib/thunderbird/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/ lib/thunderbird/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/global/customizeToolbar.properties lib/thunderbird/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/global/dateFormat.properties lib/thunderbird/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/global/datetimepicker.dtd -lib/thunderbird/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/global/devtools/csscoverage.dtd -lib/thunderbird/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/global/devtools/csscoverage.properties -lib/thunderbird/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/global/devtools/debugger.properties -lib/thunderbird/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/global/devtools/styleinspector.properties lib/thunderbird/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/global/dialog.properties lib/thunderbird/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/global/dialogOverlay.dtd lib/thunderbird/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/global/dom/dom.properties @@ -2720,6 +4029,12 @@ lib/thunderbird/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/ lib/thunderbird/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/messenger/searchIntegrationMac.dtd lib/thunderbird/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/messenger/searchIntegrationWin.dtd lib/thunderbird/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/messenger/searchTermOverlay.dtd +lib/thunderbird/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/messenger/searchplugins/amazon-co-uk.xml +lib/thunderbird/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/messenger/searchplugins/bing.xml +lib/thunderbird/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/messenger/searchplugins/eBay.xml +lib/thunderbird/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/messenger/searchplugins/google.xml +lib/thunderbird/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/messenger/searchplugins/list.txt +lib/thunderbird/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/messenger/searchplugins/wikipedia-da.xml lib/thunderbird/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/messenger/shutdownWindow.properties lib/thunderbird/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/messenger/smime.properties lib/thunderbird/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/messenger/smtpEditOverlay.dtd @@ -2754,7 +4069,6 @@ lib/thunderbird/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/ lib/thunderbird/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/mozapps/extensions/update.properties lib/thunderbird/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/mozapps/handling/handling.dtd lib/thunderbird/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/mozapps/handling/handling.properties -lib/thunderbird/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/mozapps/plugins/plugins.dtd lib/thunderbird/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/mozapps/preferences/changemp.dtd lib/thunderbird/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/mozapps/preferences/preferences.properties lib/thunderbird/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/mozapps/preferences/removemp.dtd @@ -2777,12 +4091,12 @@ lib/thunderbird/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/ lib/thunderbird/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/pippki/pippki.dtd lib/thunderbird/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/pippki/pippki.properties lib/thunderbird/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/places/places.properties +lib/thunderbird/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/pluginproblem/pluginproblem.dtd lib/thunderbird/extensions/langpack-da@thunderbird.mozilla.org/install.rdf lib/thunderbird/extensions/langpack-de@thunderbird.mozilla.org/chrome.manifest -lib/thunderbird/extensions/langpack-de@thunderbird.mozilla.org/chrome/.mkdir.done lib/thunderbird/extensions/langpack-de@thunderbird.mozilla.org/chrome/de.manifest lib/thunderbird/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/alerts/alert.dtd -lib/thunderbird/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/alerts/notificationNames.properties +lib/thunderbird/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/alerts/alert.properties lib/thunderbird/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/autoconfig/autoconfig.properties lib/thunderbird/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/branding/brand.dtd lib/thunderbird/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/branding/brand.properties @@ -2794,6 +4108,7 @@ lib/thunderbird/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/ lib/thunderbird/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/chat/imtooltip.properties lib/thunderbird/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/chat/irc.properties lib/thunderbird/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/chat/logger.properties +lib/thunderbird/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/chat/skype.properties lib/thunderbird/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/chat/status.properties lib/thunderbird/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/chat/twitter.properties lib/thunderbird/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/chat/xmpp.properties @@ -2801,6 +4116,12 @@ lib/thunderbird/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/ lib/thunderbird/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/communicator/utilityOverlay.dtd lib/thunderbird/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/cookie/cookieAcceptDialog.dtd lib/thunderbird/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/cookie/cookieAcceptDialog.properties +lib/thunderbird/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/devtools/shared/csscoverage.dtd +lib/thunderbird/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/devtools/shared/csscoverage.properties +lib/thunderbird/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/devtools/shared/debugger.properties +lib/thunderbird/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/devtools/shared/gcli.properties +lib/thunderbird/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/devtools/shared/gclicommands.properties +lib/thunderbird/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/devtools/shared/styleinspector.properties lib/thunderbird/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/editor/EdAdvancedEdit.dtd lib/thunderbird/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/editor/EdColorPicker.dtd lib/thunderbird/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/editor/EdConvertToTable.dtd @@ -2847,10 +4168,13 @@ lib/thunderbird/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/ lib/thunderbird/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/global/aboutNetworking.dtd lib/thunderbird/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/global/aboutReader.properties lib/thunderbird/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/global/aboutRights.dtd +lib/thunderbird/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/global/aboutServiceWorkers.dtd +lib/thunderbird/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/global/aboutServiceWorkers.properties lib/thunderbird/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/global/aboutSupport.dtd lib/thunderbird/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/global/aboutSupport.properties lib/thunderbird/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/global/aboutTelemetry.dtd lib/thunderbird/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/global/aboutTelemetry.properties +lib/thunderbird/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/global/aboutWebrtc.properties lib/thunderbird/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/global/appPicker.dtd lib/thunderbird/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/global/appstrings.properties lib/thunderbird/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/global/autocomplete.properties @@ -2872,10 +4196,6 @@ lib/thunderbird/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/ lib/thunderbird/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/global/customizeToolbar.properties lib/thunderbird/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/global/dateFormat.properties lib/thunderbird/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/global/datetimepicker.dtd -lib/thunderbird/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/global/devtools/csscoverage.dtd -lib/thunderbird/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/global/devtools/csscoverage.properties -lib/thunderbird/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/global/devtools/debugger.properties -lib/thunderbird/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/global/devtools/styleinspector.properties lib/thunderbird/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/global/dialog.properties lib/thunderbird/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/global/dialogOverlay.dtd lib/thunderbird/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/global/dom/dom.properties @@ -3117,6 +4437,13 @@ lib/thunderbird/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/ lib/thunderbird/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/messenger/searchIntegrationMac.dtd lib/thunderbird/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/messenger/searchIntegrationWin.dtd lib/thunderbird/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/messenger/searchTermOverlay.dtd +lib/thunderbird/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/messenger/searchplugins/amazondotcom-de.xml +lib/thunderbird/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/messenger/searchplugins/bing.xml +lib/thunderbird/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/messenger/searchplugins/eBay-de.xml +lib/thunderbird/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/messenger/searchplugins/list.txt +lib/thunderbird/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/messenger/searchplugins/twitter-de.xml +lib/thunderbird/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/messenger/searchplugins/wikipedia-de.xml +lib/thunderbird/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/messenger/searchplugins/yahoo-de.xml lib/thunderbird/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/messenger/shutdownWindow.properties lib/thunderbird/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/messenger/smime.properties lib/thunderbird/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/messenger/smtpEditOverlay.dtd @@ -3151,7 +4478,6 @@ lib/thunderbird/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/ lib/thunderbird/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/mozapps/extensions/update.properties lib/thunderbird/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/mozapps/handling/handling.dtd lib/thunderbird/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/mozapps/handling/handling.properties -lib/thunderbird/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/mozapps/plugins/plugins.dtd lib/thunderbird/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/mozapps/preferences/changemp.dtd lib/thunderbird/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/mozapps/preferences/preferences.properties lib/thunderbird/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/mozapps/preferences/removemp.dtd @@ -3174,12 +4500,422 @@ lib/thunderbird/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/ lib/thunderbird/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/pippki/pippki.dtd lib/thunderbird/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/pippki/pippki.properties lib/thunderbird/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/places/places.properties +lib/thunderbird/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/pluginproblem/pluginproblem.dtd lib/thunderbird/extensions/langpack-de@thunderbird.mozilla.org/install.rdf +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome.manifest +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb.manifest +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/alerts/alert.dtd +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/alerts/alert.properties +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/autoconfig/autoconfig.properties +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/branding/brand.dtd +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/branding/brand.properties +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/chat/accounts.properties +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/chat/commands.properties +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/chat/contacts.properties +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/chat/conversations.properties +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/chat/facebook.properties +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/chat/imtooltip.properties +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/chat/irc.properties +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/chat/logger.properties +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/chat/skype.properties +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/chat/status.properties +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/chat/twitter.properties +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/chat/xmpp.properties +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/chat/yahoo.properties +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/communicator/utilityOverlay.dtd +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/cookie/cookieAcceptDialog.dtd +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/cookie/cookieAcceptDialog.properties +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/devtools/shared/csscoverage.dtd +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/devtools/shared/csscoverage.properties +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/devtools/shared/debugger.properties +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/devtools/shared/gcli.properties +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/devtools/shared/gclicommands.properties +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/devtools/shared/styleinspector.properties +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/editor/EdAdvancedEdit.dtd +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/editor/EdColorPicker.dtd +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/editor/EdConvertToTable.dtd +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/editor/EdDialogOverlay.dtd +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/editor/EdNamedAnchorProperties.dtd +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/editor/EditorButtonProperties.dtd +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/editor/EditorColorProperties.dtd +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/editor/EditorFieldSetProperties.dtd +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/editor/EditorFormProperties.dtd +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/editor/EditorHLineProperties.dtd +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/editor/EditorImageProperties.dtd +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/editor/EditorInputProperties.dtd +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/editor/EditorInsertChars.dtd +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/editor/EditorInsertMath.dtd +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/editor/EditorInsertSource.dtd +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/editor/EditorInsertTOC.dtd +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/editor/EditorInsertTable.dtd +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/editor/EditorLabelProperties.dtd +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/editor/EditorLinkProperties.dtd +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/editor/EditorListProperties.dtd +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/editor/EditorPersonalDictionary.dtd +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/editor/EditorReplace.dtd +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/editor/EditorSelectProperties.dtd +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/editor/EditorSpellCheck.dtd +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/editor/EditorTableProperties.dtd +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/editor/EditorTextAreaProperties.dtd +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/editor/editor.properties +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/editor/editorOverlay.dtd +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/editor/editorSmileyOverlay.dtd +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/formautofill/requestAutocomplete.dtd +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/global-platform/mac/accessible.properties +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/global-platform/mac/intl.properties +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/global-platform/mac/platformKeys.properties +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/global-platform/unix/accessible.properties +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/global-platform/unix/intl.properties +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/global-platform/unix/platformKeys.properties +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/global-platform/win/accessible.properties +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/global-platform/win/intl.properties +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/global-platform/win/platformKeys.properties +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/global-region/region.properties +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/global/AccessFu.properties +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/global/about.dtd +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/global/aboutAbout.dtd +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/global/aboutNetworking.dtd +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/global/aboutReader.properties +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/global/aboutRights.dtd +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/global/aboutServiceWorkers.dtd +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/global/aboutServiceWorkers.properties +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/global/aboutSupport.dtd +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/global/aboutSupport.properties +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/global/aboutTelemetry.dtd +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/global/aboutTelemetry.properties +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/global/aboutWebrtc.properties +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/global/appPicker.dtd +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/global/appstrings.properties +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/global/autocomplete.properties +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/global/brand.dtd +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/global/browser.properties +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/global/charsetMenu.dtd +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/global/charsetMenu.properties +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/global/commonDialog.dtd +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/global/commonDialogs.properties +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/global/config.dtd +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/global/config.properties +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/global/console.dtd +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/global/console.properties +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/global/contentAreaCommands.properties +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/global/crashes.dtd +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/global/crashes.properties +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/global/css.properties +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/global/customizeToolbar.dtd +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/global/customizeToolbar.properties +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/global/dateFormat.properties +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/global/datetimepicker.dtd +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/global/dialog.properties +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/global/dialogOverlay.dtd +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/global/dom/dom.properties +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/global/editMenuOverlay.dtd +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/global/fallbackMenubar.properties +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/global/filefield.properties +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/global/filepicker.dtd +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/global/filepicker.properties +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/global/findbar.dtd +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/global/findbar.properties +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/global/finddialog.dtd +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/global/finddialog.properties +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/global/global-strres.properties +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/global/global.dtd +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/global/globalKeys.dtd +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/global/headsUpDisplay.properties +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/global/intl.css +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/global/intl.properties +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/global/keys.properties +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/global/languageNames.properties +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/global/layout/HtmlForm.properties +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/global/layout/MediaDocument.properties +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/global/layout/htmlparser.properties +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/global/layout/xmlparser.properties +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/global/layout_errors.properties +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/global/mathml/mathml.properties +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/global/mozilla.dtd +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/global/netError.dtd +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/global/netErrorApp.dtd +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/global/notification.dtd +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/global/nsWebBrowserPersist.properties +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/global/plugins.properties +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/global/preferences.dtd +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/global/printPageSetup.dtd +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/global/printPreview.dtd +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/global/printPreviewProgress.dtd +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/global/printProgress.dtd +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/global/printdialog.dtd +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/global/printdialog.properties +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/global/printing.properties +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/global/printjoboptions.dtd +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/global/regionNames.properties +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/global/resetProfile.dtd +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/global/resetProfile.properties +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/global/search/search.properties +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/global/security/caps.properties +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/global/security/csp.properties +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/global/security/security.properties +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/global/svg/svg.properties +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/global/textcontext.dtd +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/global/tree.dtd +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/global/videocontrols.dtd +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/global/viewSource.dtd +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/global/viewSource.properties +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/global/webapps.properties +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/global/wizard.dtd +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/global/wizard.properties +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/global/xbl.properties +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/global/xml/prettyprint.dtd +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/global/xslt/xslt.properties +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/global/xul.properties +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/messenger-mapi/mapi.properties +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/messenger-newsblog/am-newsblog.dtd +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/messenger-newsblog/feed-subscriptions.dtd +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/messenger-newsblog/newsblog.properties +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/messenger-region/region.properties +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/messenger-smime/certFetchingStatus.dtd +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/messenger-smime/msgCompSMIMEOverlay.dtd +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/messenger-smime/msgCompSMIMEOverlay.properties +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/messenger-smime/msgCompSecurityInfo.dtd +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/messenger-smime/msgCompSecurityInfo.properties +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/messenger-smime/msgReadSMIMEOverlay.dtd +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/messenger-smime/msgReadSMIMEOverlay.properties +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/messenger-smime/msgReadSecurityInfo.dtd +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/messenger-smime/msgSecurityInfo.properties +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/messenger/AccountManager.dtd +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/messenger/AccountWizard.dtd +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/messenger/CustomHeaders.dtd +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/messenger/FilterEditor.dtd +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/messenger/FilterListDialog.dtd +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/messenger/SearchDialog.dtd +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/messenger/aboutDialog.dtd +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/messenger/aboutDownloads.dtd +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/messenger/aboutRights.dtd +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/messenger/aboutRights.properties +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/messenger/aboutSupportMail.dtd +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/messenger/aboutSupportMail.properties +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/messenger/accountCreation.dtd +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/messenger/accountCreation.properties +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/messenger/accountCreationModel.properties +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/messenger/accountCreationUtil.properties +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/messenger/activity.dtd +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/messenger/activity.properties +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/messenger/addbuddy.dtd +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/messenger/addressbook/abAddressBookNameDialog.dtd +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/messenger/addressbook/abCardOverlay.dtd +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/messenger/addressbook/abContactsPanel.dtd +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/messenger/addressbook/abMailListDialog.dtd +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/messenger/addressbook/abMainWindow.dtd +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/messenger/addressbook/abNewCardDialog.dtd +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/messenger/addressbook/abResultsPaneOverlay.dtd +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/messenger/addressbook/addressBook.properties +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/messenger/addressbook/ldapAutoCompErrs.properties +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/messenger/addressbook/pref-directory-add.dtd +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/messenger/addressbook/pref-directory.dtd +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/messenger/addressbook/replicationProgress.properties +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/messenger/am-addressing.dtd +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/messenger/am-advanced.dtd +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/messenger/am-archiveoptions.dtd +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/messenger/am-copies.dtd +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/messenger/am-identities-list.dtd +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/messenger/am-identity-edit.dtd +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/messenger/am-im.dtd +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/messenger/am-junk.dtd +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/messenger/am-main.dtd +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/messenger/am-mdn.dtd +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/messenger/am-mdn.properties +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/messenger/am-offline.dtd +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/messenger/am-server-advanced.dtd +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/messenger/am-server-top.dtd +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/messenger/am-serverwithnoidentities.dtd +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/messenger/am-smime.dtd +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/messenger/am-smime.properties +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/messenger/appleMailImportMsgs.properties +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/messenger/baseMenuOverlay.dtd +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/messenger/charsetTitles.properties +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/messenger/chat.dtd +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/messenger/chat.properties +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/messenger/cloudfile/Box/auth.dtd +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/messenger/cloudfile/Box/management.dtd +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/messenger/cloudfile/Box/settings.dtd +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/messenger/cloudfile/Hightail/fileExceeds2GB.dtd +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/messenger/cloudfile/Hightail/fileExceedsLimit.dtd +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/messenger/cloudfile/Hightail/fileExceedsQuota.dtd +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/messenger/cloudfile/Hightail/management.dtd +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/messenger/cloudfile/Hightail/settings.dtd +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/messenger/cloudfile/addAccountDialog.dtd +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/messenger/cloudfile/management.dtd +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/messenger/configEditorOverlay.dtd +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/messenger/custom.properties +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/messenger/customizeToolbarOverlay.dtd +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/messenger/downloadheaders.dtd +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/messenger/downloads/settingsChange.dtd +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/messenger/downloadsOverlay.dtd +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/messenger/editContactOverlay.dtd +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/messenger/editContactOverlay.properties +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/messenger/eudoraImportMsgs.properties +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/messenger/fieldMapImport.dtd +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/messenger/filter.properties +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/messenger/folderProps.dtd +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/messenger/folderWidgets.properties +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/messenger/folderpane.dtd +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/messenger/gloda.properties +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/messenger/glodaComplete.properties +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/messenger/glodaFacetView.dtd +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/messenger/glodaFacetView.properties +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/messenger/imAccountWizard.dtd +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/messenger/imAccounts.dtd +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/messenger/imAccounts.properties +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/messenger/imapMsgs.properties +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/messenger/importDialog.dtd +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/messenger/importMsgs.properties +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/messenger/joinChat.dtd +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/messenger/junkLog.dtd +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/messenger/junkMailInfo.dtd +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/messenger/localMsgs.properties +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/messenger/mailEditorOverlay.dtd +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/messenger/mailOverlay.dtd +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/messenger/mailViewList.dtd +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/messenger/mailViewSetup.dtd +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/messenger/mailviews.properties +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/messenger/markByDate.dtd +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/messenger/messenger.dtd +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/messenger/messenger.properties +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/messenger/messengercompose/addressingWidgetOverlay.dtd +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/messenger/messengercompose/askSendFormat.dtd +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/messenger/messengercompose/askSendFormat.properties +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/messenger/messengercompose/composeMsgs.properties +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/messenger/messengercompose/mailComposeEditorOverlay.dtd +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/messenger/messengercompose/messengercompose.dtd +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/messenger/messengercompose/sendProgress.dtd +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/messenger/messengercompose/sendProgress.properties +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/messenger/migration/migration.dtd +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/messenger/migration/migration.properties +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/messenger/mime.properties +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/messenger/mimeheader.properties +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/messenger/msgAccountCentral.dtd +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/messenger/msgHdrViewOverlay.dtd +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/messenger/msgPrintEngine.dtd +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/messenger/msgSynchronize.dtd +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/messenger/msgViewPickerOverlay.dtd +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/messenger/msgmdn.properties +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/messenger/multimessageview.dtd +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/messenger/multimessageview.properties +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/messenger/netError.dtd +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/messenger/newFolderDialog.dtd +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/messenger/newTagDialog.dtd +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/messenger/newmailaccount/accountProvisioner.dtd +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/messenger/newmailaccount/accountProvisioner.properties +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/messenger/news.properties +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/messenger/oeImportMsgs.properties +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/messenger/offline.properties +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/messenger/offlineStartup.properties +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/messenger/outlookImportMsgs.properties +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/messenger/pgpmime.properties +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/messenger/preferences/advanced.dtd +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/messenger/preferences/applicationManager.dtd +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/messenger/preferences/applicationManager.properties +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/messenger/preferences/applications.dtd +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/messenger/preferences/applications.properties +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/messenger/preferences/attachmentReminder.dtd +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/messenger/preferences/chat.dtd +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/messenger/preferences/colors.dtd +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/messenger/preferences/compose.dtd +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/messenger/preferences/connection.dtd +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/messenger/preferences/cookies.dtd +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/messenger/preferences/display.dtd +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/messenger/preferences/dockoptions.dtd +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/messenger/preferences/fonts.dtd +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/messenger/preferences/general.dtd +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/messenger/preferences/notifications.dtd +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/messenger/preferences/offline.dtd +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/messenger/preferences/permissions.dtd +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/messenger/preferences/preferences.dtd +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/messenger/preferences/preferences.properties +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/messenger/preferences/privacy.dtd +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/messenger/preferences/receipts.dtd +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/messenger/preferences/security.dtd +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/messenger/preferences/sendoptions.dtd +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/messenger/prefs.properties +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/messenger/quickFilterBar.dtd +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/messenger/renameFolderDialog.dtd +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/messenger/safeMode.dtd +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/messenger/sanitize.dtd +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/messenger/search-attributes.properties +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/messenger/search-operators.properties +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/messenger/search.properties +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/messenger/searchIntegrationDefault.dtd +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/messenger/searchIntegrationMac.dtd +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/messenger/searchIntegrationWin.dtd +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/messenger/searchTermOverlay.dtd +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/messenger/searchplugins/amazondotcom.xml +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/messenger/searchplugins/aol-web-search.xml +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/messenger/searchplugins/bing.xml +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/messenger/searchplugins/eBay.xml +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/messenger/searchplugins/list.txt +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/messenger/searchplugins/twitter.xml +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/messenger/searchplugins/wikipedia.xml +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/messenger/searchplugins/yahoo.xml +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/messenger/shutdownWindow.properties +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/messenger/smime.properties +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/messenger/smtpEditOverlay.dtd +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/messenger/subscribe.dtd +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/messenger/subscribe.properties +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/messenger/systemIntegrationDialog.dtd +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/messenger/tabmail.dtd +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/messenger/taskbar.properties +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/messenger/telemetry.properties +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/messenger/templateUtils.properties +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/messenger/textImportMsgs.properties +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/messenger/vCardImportMsgs.properties +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/messenger/viewLog.dtd +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/messenger/viewZoomOverlay.dtd +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/messenger/virtualFolderListDialog.dtd +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/messenger/virtualFolderProperties.dtd +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/messenger/wmImportMsgs.properties +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/mozapps/downloads/downloads.dtd +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/mozapps/downloads/downloads.properties +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/mozapps/downloads/settingsChange.dtd +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/mozapps/downloads/unknownContentType.dtd +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/mozapps/downloads/unknownContentType.properties +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/mozapps/extensions/about.dtd +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/mozapps/extensions/blocklist.dtd +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/mozapps/extensions/extensions.dtd +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/mozapps/extensions/extensions.properties +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/mozapps/extensions/newaddon.dtd +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/mozapps/extensions/newaddon.properties +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/mozapps/extensions/selectAddons.dtd +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/mozapps/extensions/selectAddons.properties +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/mozapps/extensions/update.dtd +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/mozapps/extensions/update.properties +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/mozapps/handling/handling.dtd +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/mozapps/handling/handling.properties +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/mozapps/preferences/changemp.dtd +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/mozapps/preferences/preferences.properties +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/mozapps/preferences/removemp.dtd +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/mozapps/profile/createProfileWizard.dtd +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/mozapps/profile/profileSelection.dtd +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/mozapps/profile/profileSelection.properties +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/mozapps/update/history.dtd +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/mozapps/update/updates.dtd +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/mozapps/update/updates.properties +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/mozapps/xpinstall/xpinstallConfirm.dtd +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/mozapps/xpinstall/xpinstallConfirm.properties +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/mozldap/ldap.properties +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/necko/necko.properties +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/passwordmgr/passwordManager.dtd +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/passwordmgr/passwordmgr.properties +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/pipnss/nsserrors.properties +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/pipnss/pipnss.properties +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/pippki/certManager.dtd +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/pippki/deviceManager.dtd +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/pippki/pippki.dtd +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/pippki/pippki.properties +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/places/places.properties +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/chrome/dsb/locale/dsb/pluginproblem/pluginproblem.dtd +lib/thunderbird/extensions/langpack-dsb@thunderbird.mozilla.org/install.rdf lib/thunderbird/extensions/langpack-el@thunderbird.mozilla.org/chrome.manifest -lib/thunderbird/extensions/langpack-el@thunderbird.mozilla.org/chrome/.mkdir.done lib/thunderbird/extensions/langpack-el@thunderbird.mozilla.org/chrome/el.manifest lib/thunderbird/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/alerts/alert.dtd -lib/thunderbird/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/alerts/notificationNames.properties +lib/thunderbird/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/alerts/alert.properties lib/thunderbird/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/autoconfig/autoconfig.properties lib/thunderbird/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/branding/brand.dtd lib/thunderbird/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/branding/brand.properties @@ -3191,6 +4927,7 @@ lib/thunderbird/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/ lib/thunderbird/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/chat/imtooltip.properties lib/thunderbird/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/chat/irc.properties lib/thunderbird/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/chat/logger.properties +lib/thunderbird/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/chat/skype.properties lib/thunderbird/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/chat/status.properties lib/thunderbird/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/chat/twitter.properties lib/thunderbird/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/chat/xmpp.properties @@ -3198,6 +4935,12 @@ lib/thunderbird/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/ lib/thunderbird/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/communicator/utilityOverlay.dtd lib/thunderbird/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/cookie/cookieAcceptDialog.dtd lib/thunderbird/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/cookie/cookieAcceptDialog.properties +lib/thunderbird/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/devtools/shared/csscoverage.dtd +lib/thunderbird/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/devtools/shared/csscoverage.properties +lib/thunderbird/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/devtools/shared/debugger.properties +lib/thunderbird/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/devtools/shared/gcli.properties +lib/thunderbird/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/devtools/shared/gclicommands.properties +lib/thunderbird/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/devtools/shared/styleinspector.properties lib/thunderbird/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/editor/EdAdvancedEdit.dtd lib/thunderbird/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/editor/EdColorPicker.dtd lib/thunderbird/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/editor/EdConvertToTable.dtd @@ -3244,10 +4987,13 @@ lib/thunderbird/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/ lib/thunderbird/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/global/aboutNetworking.dtd lib/thunderbird/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/global/aboutReader.properties lib/thunderbird/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/global/aboutRights.dtd +lib/thunderbird/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/global/aboutServiceWorkers.dtd +lib/thunderbird/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/global/aboutServiceWorkers.properties lib/thunderbird/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/global/aboutSupport.dtd lib/thunderbird/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/global/aboutSupport.properties lib/thunderbird/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/global/aboutTelemetry.dtd lib/thunderbird/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/global/aboutTelemetry.properties +lib/thunderbird/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/global/aboutWebrtc.properties lib/thunderbird/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/global/appPicker.dtd lib/thunderbird/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/global/appstrings.properties lib/thunderbird/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/global/autocomplete.properties @@ -3269,10 +5015,6 @@ lib/thunderbird/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/ lib/thunderbird/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/global/customizeToolbar.properties lib/thunderbird/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/global/dateFormat.properties lib/thunderbird/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/global/datetimepicker.dtd -lib/thunderbird/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/global/devtools/csscoverage.dtd -lib/thunderbird/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/global/devtools/csscoverage.properties -lib/thunderbird/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/global/devtools/debugger.properties -lib/thunderbird/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/global/devtools/styleinspector.properties lib/thunderbird/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/global/dialog.properties lib/thunderbird/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/global/dialogOverlay.dtd lib/thunderbird/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/global/dom/dom.properties @@ -3514,6 +5256,14 @@ lib/thunderbird/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/ lib/thunderbird/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/messenger/searchIntegrationMac.dtd lib/thunderbird/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/messenger/searchIntegrationWin.dtd lib/thunderbird/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/messenger/searchTermOverlay.dtd +lib/thunderbird/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/messenger/searchplugins/amazondotcom.xml +lib/thunderbird/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/messenger/searchplugins/aol-web-search.xml +lib/thunderbird/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/messenger/searchplugins/bing.xml +lib/thunderbird/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/messenger/searchplugins/eBay.xml +lib/thunderbird/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/messenger/searchplugins/list.txt +lib/thunderbird/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/messenger/searchplugins/twitter.xml +lib/thunderbird/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/messenger/searchplugins/wikipedia.xml +lib/thunderbird/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/messenger/searchplugins/yahoo.xml lib/thunderbird/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/messenger/shutdownWindow.properties lib/thunderbird/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/messenger/smime.properties lib/thunderbird/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/messenger/smtpEditOverlay.dtd @@ -3548,7 +5298,6 @@ lib/thunderbird/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/ lib/thunderbird/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/mozapps/extensions/update.properties lib/thunderbird/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/mozapps/handling/handling.dtd lib/thunderbird/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/mozapps/handling/handling.properties -lib/thunderbird/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/mozapps/plugins/plugins.dtd lib/thunderbird/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/mozapps/preferences/changemp.dtd lib/thunderbird/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/mozapps/preferences/preferences.properties lib/thunderbird/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/mozapps/preferences/removemp.dtd @@ -3571,12 +5320,12 @@ lib/thunderbird/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/ lib/thunderbird/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/pippki/pippki.dtd lib/thunderbird/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/pippki/pippki.properties lib/thunderbird/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/places/places.properties +lib/thunderbird/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/pluginproblem/pluginproblem.dtd lib/thunderbird/extensions/langpack-el@thunderbird.mozilla.org/install.rdf lib/thunderbird/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome.manifest -lib/thunderbird/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/.mkdir.done lib/thunderbird/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB.manifest lib/thunderbird/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/alerts/alert.dtd -lib/thunderbird/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/alerts/notificationNames.properties +lib/thunderbird/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/alerts/alert.properties lib/thunderbird/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/autoconfig/autoconfig.properties lib/thunderbird/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/branding/brand.dtd lib/thunderbird/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/branding/brand.properties @@ -3588,6 +5337,7 @@ lib/thunderbird/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/l lib/thunderbird/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/chat/imtooltip.properties lib/thunderbird/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/chat/irc.properties lib/thunderbird/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/chat/logger.properties +lib/thunderbird/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/chat/skype.properties lib/thunderbird/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/chat/status.properties lib/thunderbird/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/chat/twitter.properties lib/thunderbird/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/chat/xmpp.properties @@ -3595,6 +5345,12 @@ lib/thunderbird/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/l lib/thunderbird/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/communicator/utilityOverlay.dtd lib/thunderbird/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/cookie/cookieAcceptDialog.dtd lib/thunderbird/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/cookie/cookieAcceptDialog.properties +lib/thunderbird/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/devtools/shared/csscoverage.dtd +lib/thunderbird/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/devtools/shared/csscoverage.properties +lib/thunderbird/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/devtools/shared/debugger.properties +lib/thunderbird/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/devtools/shared/gcli.properties +lib/thunderbird/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/devtools/shared/gclicommands.properties +lib/thunderbird/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/devtools/shared/styleinspector.properties lib/thunderbird/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/editor/EdAdvancedEdit.dtd lib/thunderbird/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/editor/EdColorPicker.dtd lib/thunderbird/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/editor/EdConvertToTable.dtd @@ -3641,10 +5397,13 @@ lib/thunderbird/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/l lib/thunderbird/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/global/aboutNetworking.dtd lib/thunderbird/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/global/aboutReader.properties lib/thunderbird/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/global/aboutRights.dtd +lib/thunderbird/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/global/aboutServiceWorkers.dtd +lib/thunderbird/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/global/aboutServiceWorkers.properties lib/thunderbird/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/global/aboutSupport.dtd lib/thunderbird/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/global/aboutSupport.properties lib/thunderbird/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/global/aboutTelemetry.dtd lib/thunderbird/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/global/aboutTelemetry.properties +lib/thunderbird/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/global/aboutWebrtc.properties lib/thunderbird/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/global/appPicker.dtd lib/thunderbird/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/global/appstrings.properties lib/thunderbird/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/global/autocomplete.properties @@ -3666,10 +5425,6 @@ lib/thunderbird/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/l lib/thunderbird/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/global/customizeToolbar.properties lib/thunderbird/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/global/dateFormat.properties lib/thunderbird/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/global/datetimepicker.dtd -lib/thunderbird/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/global/devtools/csscoverage.dtd -lib/thunderbird/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/global/devtools/csscoverage.properties -lib/thunderbird/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/global/devtools/debugger.properties -lib/thunderbird/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/global/devtools/styleinspector.properties lib/thunderbird/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/global/dialog.properties lib/thunderbird/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/global/dialogOverlay.dtd lib/thunderbird/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/global/dom/dom.properties @@ -3911,6 +5666,15 @@ lib/thunderbird/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/l lib/thunderbird/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/messenger/searchIntegrationMac.dtd lib/thunderbird/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/messenger/searchIntegrationWin.dtd lib/thunderbird/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/messenger/searchTermOverlay.dtd +lib/thunderbird/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/messenger/searchplugins/amazon-en-GB.xml +lib/thunderbird/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/messenger/searchplugins/aol-en-GB.xml +lib/thunderbird/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/messenger/searchplugins/bing.xml +lib/thunderbird/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/messenger/searchplugins/eBay-en-GB.xml +lib/thunderbird/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/messenger/searchplugins/google.xml +lib/thunderbird/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/messenger/searchplugins/list.txt +lib/thunderbird/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/messenger/searchplugins/twitter.xml +lib/thunderbird/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/messenger/searchplugins/wikipedia.xml +lib/thunderbird/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/messenger/searchplugins/yahoo-en-GB.xml lib/thunderbird/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/messenger/shutdownWindow.properties lib/thunderbird/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/messenger/smime.properties lib/thunderbird/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/messenger/smtpEditOverlay.dtd @@ -3945,7 +5709,6 @@ lib/thunderbird/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/l lib/thunderbird/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/mozapps/extensions/update.properties lib/thunderbird/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/mozapps/handling/handling.dtd lib/thunderbird/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/mozapps/handling/handling.properties -lib/thunderbird/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/mozapps/plugins/plugins.dtd lib/thunderbird/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/mozapps/preferences/changemp.dtd lib/thunderbird/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/mozapps/preferences/preferences.properties lib/thunderbird/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/mozapps/preferences/removemp.dtd @@ -3968,12 +5731,12 @@ lib/thunderbird/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/l lib/thunderbird/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/pippki/pippki.dtd lib/thunderbird/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/pippki/pippki.properties lib/thunderbird/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/places/places.properties +lib/thunderbird/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/pluginproblem/pluginproblem.dtd lib/thunderbird/extensions/langpack-en-GB@thunderbird.mozilla.org/install.rdf lib/thunderbird/extensions/langpack-en-US@thunderbird.mozilla.org/chrome.manifest -lib/thunderbird/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/.mkdir.done lib/thunderbird/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US.manifest lib/thunderbird/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/alerts/alert.dtd -lib/thunderbird/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/alerts/notificationNames.properties +lib/thunderbird/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/alerts/alert.properties lib/thunderbird/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/autoconfig/autoconfig.properties lib/thunderbird/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/branding/brand.dtd lib/thunderbird/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/branding/brand.properties @@ -3985,6 +5748,7 @@ lib/thunderbird/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/l lib/thunderbird/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/chat/imtooltip.properties lib/thunderbird/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/chat/irc.properties lib/thunderbird/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/chat/logger.properties +lib/thunderbird/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/chat/skype.properties lib/thunderbird/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/chat/status.properties lib/thunderbird/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/chat/twitter.properties lib/thunderbird/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/chat/xmpp.properties @@ -3992,6 +5756,12 @@ lib/thunderbird/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/l lib/thunderbird/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/communicator/utilityOverlay.dtd lib/thunderbird/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/cookie/cookieAcceptDialog.dtd lib/thunderbird/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/cookie/cookieAcceptDialog.properties +lib/thunderbird/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/devtools/shared/csscoverage.dtd +lib/thunderbird/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/devtools/shared/csscoverage.properties +lib/thunderbird/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/devtools/shared/debugger.properties +lib/thunderbird/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/devtools/shared/gcli.properties +lib/thunderbird/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/devtools/shared/gclicommands.properties +lib/thunderbird/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/devtools/shared/styleinspector.properties lib/thunderbird/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/editor/EdAdvancedEdit.dtd lib/thunderbird/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/editor/EdColorPicker.dtd lib/thunderbird/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/editor/EdConvertToTable.dtd @@ -4038,10 +5808,13 @@ lib/thunderbird/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/l lib/thunderbird/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/global/aboutNetworking.dtd lib/thunderbird/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/global/aboutReader.properties lib/thunderbird/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/global/aboutRights.dtd +lib/thunderbird/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/global/aboutServiceWorkers.dtd +lib/thunderbird/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/global/aboutServiceWorkers.properties lib/thunderbird/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/global/aboutSupport.dtd lib/thunderbird/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/global/aboutSupport.properties lib/thunderbird/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/global/aboutTelemetry.dtd lib/thunderbird/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/global/aboutTelemetry.properties +lib/thunderbird/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/global/aboutWebrtc.properties lib/thunderbird/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/global/appPicker.dtd lib/thunderbird/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/global/appstrings.properties lib/thunderbird/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/global/autocomplete.properties @@ -4063,10 +5836,6 @@ lib/thunderbird/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/l lib/thunderbird/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/global/customizeToolbar.properties lib/thunderbird/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/global/dateFormat.properties lib/thunderbird/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/global/datetimepicker.dtd -lib/thunderbird/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/global/devtools/csscoverage.dtd -lib/thunderbird/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/global/devtools/csscoverage.properties -lib/thunderbird/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/global/devtools/debugger.properties -lib/thunderbird/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/global/devtools/styleinspector.properties lib/thunderbird/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/global/dialog.properties lib/thunderbird/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/global/dialogOverlay.dtd lib/thunderbird/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/global/dom/dom.properties @@ -4308,6 +6077,14 @@ lib/thunderbird/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/l lib/thunderbird/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/messenger/searchIntegrationMac.dtd lib/thunderbird/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/messenger/searchIntegrationWin.dtd lib/thunderbird/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/messenger/searchTermOverlay.dtd +lib/thunderbird/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/messenger/searchplugins/amazondotcom.xml +lib/thunderbird/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/messenger/searchplugins/aol-web-search.xml +lib/thunderbird/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/messenger/searchplugins/bing.xml +lib/thunderbird/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/messenger/searchplugins/eBay.xml +lib/thunderbird/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/messenger/searchplugins/list.txt +lib/thunderbird/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/messenger/searchplugins/twitter.xml +lib/thunderbird/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/messenger/searchplugins/wikipedia.xml +lib/thunderbird/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/messenger/searchplugins/yahoo.xml lib/thunderbird/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/messenger/shutdownWindow.properties lib/thunderbird/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/messenger/smime.properties lib/thunderbird/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/messenger/smtpEditOverlay.dtd @@ -4342,7 +6119,6 @@ lib/thunderbird/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/l lib/thunderbird/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/mozapps/extensions/update.properties lib/thunderbird/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/mozapps/handling/handling.dtd lib/thunderbird/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/mozapps/handling/handling.properties -lib/thunderbird/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/mozapps/plugins/plugins.dtd lib/thunderbird/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/mozapps/preferences/changemp.dtd lib/thunderbird/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/mozapps/preferences/preferences.properties lib/thunderbird/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/mozapps/preferences/removemp.dtd @@ -4365,12 +6141,12 @@ lib/thunderbird/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/l lib/thunderbird/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/pippki/pippki.dtd lib/thunderbird/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/pippki/pippki.properties lib/thunderbird/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/places/places.properties +lib/thunderbird/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/pluginproblem/pluginproblem.dtd lib/thunderbird/extensions/langpack-en-US@thunderbird.mozilla.org/install.rdf lib/thunderbird/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome.manifest -lib/thunderbird/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/.mkdir.done lib/thunderbird/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR.manifest lib/thunderbird/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/alerts/alert.dtd -lib/thunderbird/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/alerts/notificationNames.properties +lib/thunderbird/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/alerts/alert.properties lib/thunderbird/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/autoconfig/autoconfig.properties lib/thunderbird/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/branding/brand.dtd lib/thunderbird/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/branding/brand.properties @@ -4382,6 +6158,7 @@ lib/thunderbird/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/l lib/thunderbird/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/chat/imtooltip.properties lib/thunderbird/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/chat/irc.properties lib/thunderbird/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/chat/logger.properties +lib/thunderbird/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/chat/skype.properties lib/thunderbird/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/chat/status.properties lib/thunderbird/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/chat/twitter.properties lib/thunderbird/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/chat/xmpp.properties @@ -4389,6 +6166,12 @@ lib/thunderbird/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/l lib/thunderbird/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/communicator/utilityOverlay.dtd lib/thunderbird/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/cookie/cookieAcceptDialog.dtd lib/thunderbird/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/cookie/cookieAcceptDialog.properties +lib/thunderbird/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/devtools/shared/csscoverage.dtd +lib/thunderbird/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/devtools/shared/csscoverage.properties +lib/thunderbird/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/devtools/shared/debugger.properties +lib/thunderbird/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/devtools/shared/gcli.properties +lib/thunderbird/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/devtools/shared/gclicommands.properties +lib/thunderbird/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/devtools/shared/styleinspector.properties lib/thunderbird/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/editor/EdAdvancedEdit.dtd lib/thunderbird/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/editor/EdColorPicker.dtd lib/thunderbird/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/editor/EdConvertToTable.dtd @@ -4435,10 +6218,13 @@ lib/thunderbird/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/l lib/thunderbird/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/global/aboutNetworking.dtd lib/thunderbird/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/global/aboutReader.properties lib/thunderbird/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/global/aboutRights.dtd +lib/thunderbird/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/global/aboutServiceWorkers.dtd +lib/thunderbird/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/global/aboutServiceWorkers.properties lib/thunderbird/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/global/aboutSupport.dtd lib/thunderbird/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/global/aboutSupport.properties lib/thunderbird/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/global/aboutTelemetry.dtd lib/thunderbird/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/global/aboutTelemetry.properties +lib/thunderbird/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/global/aboutWebrtc.properties lib/thunderbird/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/global/appPicker.dtd lib/thunderbird/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/global/appstrings.properties lib/thunderbird/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/global/autocomplete.properties @@ -4460,10 +6246,6 @@ lib/thunderbird/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/l lib/thunderbird/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/global/customizeToolbar.properties lib/thunderbird/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/global/dateFormat.properties lib/thunderbird/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/global/datetimepicker.dtd -lib/thunderbird/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/global/devtools/csscoverage.dtd -lib/thunderbird/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/global/devtools/csscoverage.properties -lib/thunderbird/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/global/devtools/debugger.properties -lib/thunderbird/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/global/devtools/styleinspector.properties lib/thunderbird/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/global/dialog.properties lib/thunderbird/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/global/dialogOverlay.dtd lib/thunderbird/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/global/dom/dom.properties @@ -4705,6 +6487,13 @@ lib/thunderbird/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/l lib/thunderbird/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/messenger/searchIntegrationMac.dtd lib/thunderbird/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/messenger/searchIntegrationWin.dtd lib/thunderbird/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/messenger/searchTermOverlay.dtd +lib/thunderbird/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/messenger/searchplugins/amazondotcom.xml +lib/thunderbird/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/messenger/searchplugins/drae.xml +lib/thunderbird/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/messenger/searchplugins/google.xml +lib/thunderbird/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/messenger/searchplugins/list.txt +lib/thunderbird/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/messenger/searchplugins/mercadolibre-ar.xml +lib/thunderbird/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/messenger/searchplugins/wikipedia-es.xml +lib/thunderbird/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/messenger/searchplugins/yahoo-ar.xml lib/thunderbird/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/messenger/shutdownWindow.properties lib/thunderbird/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/messenger/smime.properties lib/thunderbird/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/messenger/smtpEditOverlay.dtd @@ -4739,7 +6528,6 @@ lib/thunderbird/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/l lib/thunderbird/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/mozapps/extensions/update.properties lib/thunderbird/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/mozapps/handling/handling.dtd lib/thunderbird/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/mozapps/handling/handling.properties -lib/thunderbird/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/mozapps/plugins/plugins.dtd lib/thunderbird/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/mozapps/preferences/changemp.dtd lib/thunderbird/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/mozapps/preferences/preferences.properties lib/thunderbird/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/mozapps/preferences/removemp.dtd @@ -4762,12 +6550,12 @@ lib/thunderbird/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/l lib/thunderbird/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/pippki/pippki.dtd lib/thunderbird/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/pippki/pippki.properties lib/thunderbird/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/places/places.properties +lib/thunderbird/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/pluginproblem/pluginproblem.dtd lib/thunderbird/extensions/langpack-es-AR@thunderbird.mozilla.org/install.rdf lib/thunderbird/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome.manifest -lib/thunderbird/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/.mkdir.done lib/thunderbird/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES.manifest lib/thunderbird/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/alerts/alert.dtd -lib/thunderbird/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/alerts/notificationNames.properties +lib/thunderbird/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/alerts/alert.properties lib/thunderbird/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/autoconfig/autoconfig.properties lib/thunderbird/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/branding/brand.dtd lib/thunderbird/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/branding/brand.properties @@ -4779,6 +6567,7 @@ lib/thunderbird/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/l lib/thunderbird/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/chat/imtooltip.properties lib/thunderbird/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/chat/irc.properties lib/thunderbird/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/chat/logger.properties +lib/thunderbird/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/chat/skype.properties lib/thunderbird/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/chat/status.properties lib/thunderbird/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/chat/twitter.properties lib/thunderbird/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/chat/xmpp.properties @@ -4786,6 +6575,12 @@ lib/thunderbird/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/l lib/thunderbird/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/communicator/utilityOverlay.dtd lib/thunderbird/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/cookie/cookieAcceptDialog.dtd lib/thunderbird/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/cookie/cookieAcceptDialog.properties +lib/thunderbird/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/devtools/shared/csscoverage.dtd +lib/thunderbird/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/devtools/shared/csscoverage.properties +lib/thunderbird/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/devtools/shared/debugger.properties +lib/thunderbird/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/devtools/shared/gcli.properties +lib/thunderbird/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/devtools/shared/gclicommands.properties +lib/thunderbird/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/devtools/shared/styleinspector.properties lib/thunderbird/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/editor/EdAdvancedEdit.dtd lib/thunderbird/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/editor/EdColorPicker.dtd lib/thunderbird/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/editor/EdConvertToTable.dtd @@ -4832,10 +6627,13 @@ lib/thunderbird/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/l lib/thunderbird/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/global/aboutNetworking.dtd lib/thunderbird/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/global/aboutReader.properties lib/thunderbird/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/global/aboutRights.dtd +lib/thunderbird/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/global/aboutServiceWorkers.dtd +lib/thunderbird/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/global/aboutServiceWorkers.properties lib/thunderbird/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/global/aboutSupport.dtd lib/thunderbird/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/global/aboutSupport.properties lib/thunderbird/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/global/aboutTelemetry.dtd lib/thunderbird/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/global/aboutTelemetry.properties +lib/thunderbird/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/global/aboutWebrtc.properties lib/thunderbird/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/global/appPicker.dtd lib/thunderbird/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/global/appstrings.properties lib/thunderbird/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/global/autocomplete.properties @@ -4857,10 +6655,6 @@ lib/thunderbird/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/l lib/thunderbird/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/global/customizeToolbar.properties lib/thunderbird/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/global/dateFormat.properties lib/thunderbird/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/global/datetimepicker.dtd -lib/thunderbird/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/global/devtools/csscoverage.dtd -lib/thunderbird/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/global/devtools/csscoverage.properties -lib/thunderbird/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/global/devtools/debugger.properties -lib/thunderbird/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/global/devtools/styleinspector.properties lib/thunderbird/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/global/dialog.properties lib/thunderbird/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/global/dialogOverlay.dtd lib/thunderbird/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/global/dom/dom.properties @@ -5102,6 +6896,14 @@ lib/thunderbird/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/l lib/thunderbird/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/messenger/searchIntegrationMac.dtd lib/thunderbird/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/messenger/searchIntegrationWin.dtd lib/thunderbird/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/messenger/searchTermOverlay.dtd +lib/thunderbird/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/messenger/searchplugins/bing.xml +lib/thunderbird/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/messenger/searchplugins/drae.xml +lib/thunderbird/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/messenger/searchplugins/eBay-es.xml +lib/thunderbird/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/messenger/searchplugins/google.xml +lib/thunderbird/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/messenger/searchplugins/list.txt +lib/thunderbird/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/messenger/searchplugins/twitter.xml +lib/thunderbird/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/messenger/searchplugins/wikipedia-es.xml +lib/thunderbird/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/messenger/searchplugins/yahoo-es.xml lib/thunderbird/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/messenger/shutdownWindow.properties lib/thunderbird/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/messenger/smime.properties lib/thunderbird/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/messenger/smtpEditOverlay.dtd @@ -5136,7 +6938,6 @@ lib/thunderbird/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/l lib/thunderbird/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/mozapps/extensions/update.properties lib/thunderbird/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/mozapps/handling/handling.dtd lib/thunderbird/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/mozapps/handling/handling.properties -lib/thunderbird/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/mozapps/plugins/plugins.dtd lib/thunderbird/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/mozapps/preferences/changemp.dtd lib/thunderbird/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/mozapps/preferences/preferences.properties lib/thunderbird/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/mozapps/preferences/removemp.dtd @@ -5159,12 +6960,12 @@ lib/thunderbird/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/l lib/thunderbird/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/pippki/pippki.dtd lib/thunderbird/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/pippki/pippki.properties lib/thunderbird/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/places/places.properties +lib/thunderbird/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/pluginproblem/pluginproblem.dtd lib/thunderbird/extensions/langpack-es-ES@thunderbird.mozilla.org/install.rdf lib/thunderbird/extensions/langpack-et@thunderbird.mozilla.org/chrome.manifest -lib/thunderbird/extensions/langpack-et@thunderbird.mozilla.org/chrome/.mkdir.done lib/thunderbird/extensions/langpack-et@thunderbird.mozilla.org/chrome/et.manifest lib/thunderbird/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/alerts/alert.dtd -lib/thunderbird/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/alerts/notificationNames.properties +lib/thunderbird/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/alerts/alert.properties lib/thunderbird/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/autoconfig/autoconfig.properties lib/thunderbird/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/branding/brand.dtd lib/thunderbird/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/branding/brand.properties @@ -5176,6 +6977,7 @@ lib/thunderbird/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/ lib/thunderbird/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/chat/imtooltip.properties lib/thunderbird/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/chat/irc.properties lib/thunderbird/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/chat/logger.properties +lib/thunderbird/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/chat/skype.properties lib/thunderbird/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/chat/status.properties lib/thunderbird/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/chat/twitter.properties lib/thunderbird/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/chat/xmpp.properties @@ -5183,6 +6985,12 @@ lib/thunderbird/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/ lib/thunderbird/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/communicator/utilityOverlay.dtd lib/thunderbird/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/cookie/cookieAcceptDialog.dtd lib/thunderbird/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/cookie/cookieAcceptDialog.properties +lib/thunderbird/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/devtools/shared/csscoverage.dtd +lib/thunderbird/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/devtools/shared/csscoverage.properties +lib/thunderbird/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/devtools/shared/debugger.properties +lib/thunderbird/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/devtools/shared/gcli.properties +lib/thunderbird/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/devtools/shared/gclicommands.properties +lib/thunderbird/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/devtools/shared/styleinspector.properties lib/thunderbird/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/editor/EdAdvancedEdit.dtd lib/thunderbird/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/editor/EdColorPicker.dtd lib/thunderbird/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/editor/EdConvertToTable.dtd @@ -5229,10 +7037,13 @@ lib/thunderbird/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/ lib/thunderbird/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/global/aboutNetworking.dtd lib/thunderbird/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/global/aboutReader.properties lib/thunderbird/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/global/aboutRights.dtd +lib/thunderbird/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/global/aboutServiceWorkers.dtd +lib/thunderbird/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/global/aboutServiceWorkers.properties lib/thunderbird/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/global/aboutSupport.dtd lib/thunderbird/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/global/aboutSupport.properties lib/thunderbird/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/global/aboutTelemetry.dtd lib/thunderbird/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/global/aboutTelemetry.properties +lib/thunderbird/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/global/aboutWebrtc.properties lib/thunderbird/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/global/appPicker.dtd lib/thunderbird/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/global/appstrings.properties lib/thunderbird/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/global/autocomplete.properties @@ -5254,10 +7065,6 @@ lib/thunderbird/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/ lib/thunderbird/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/global/customizeToolbar.properties lib/thunderbird/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/global/dateFormat.properties lib/thunderbird/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/global/datetimepicker.dtd -lib/thunderbird/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/global/devtools/csscoverage.dtd -lib/thunderbird/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/global/devtools/csscoverage.properties -lib/thunderbird/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/global/devtools/debugger.properties -lib/thunderbird/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/global/devtools/styleinspector.properties lib/thunderbird/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/global/dialog.properties lib/thunderbird/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/global/dialogOverlay.dtd lib/thunderbird/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/global/dom/dom.properties @@ -5499,6 +7306,13 @@ lib/thunderbird/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/ lib/thunderbird/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/messenger/searchIntegrationMac.dtd lib/thunderbird/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/messenger/searchIntegrationWin.dtd lib/thunderbird/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/messenger/searchTermOverlay.dtd +lib/thunderbird/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/messenger/searchplugins/eBay.xml +lib/thunderbird/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/messenger/searchplugins/eki-ee.xml +lib/thunderbird/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/messenger/searchplugins/google.xml +lib/thunderbird/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/messenger/searchplugins/list.txt +lib/thunderbird/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/messenger/searchplugins/neti-ee.xml +lib/thunderbird/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/messenger/searchplugins/osta-ee.xml +lib/thunderbird/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/messenger/searchplugins/wikipedia-et.xml lib/thunderbird/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/messenger/shutdownWindow.properties lib/thunderbird/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/messenger/smime.properties lib/thunderbird/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/messenger/smtpEditOverlay.dtd @@ -5533,7 +7347,6 @@ lib/thunderbird/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/ lib/thunderbird/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/mozapps/extensions/update.properties lib/thunderbird/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/mozapps/handling/handling.dtd lib/thunderbird/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/mozapps/handling/handling.properties -lib/thunderbird/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/mozapps/plugins/plugins.dtd lib/thunderbird/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/mozapps/preferences/changemp.dtd lib/thunderbird/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/mozapps/preferences/preferences.properties lib/thunderbird/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/mozapps/preferences/removemp.dtd @@ -5556,12 +7369,12 @@ lib/thunderbird/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/ lib/thunderbird/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/pippki/pippki.dtd lib/thunderbird/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/pippki/pippki.properties lib/thunderbird/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/places/places.properties +lib/thunderbird/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/pluginproblem/pluginproblem.dtd lib/thunderbird/extensions/langpack-et@thunderbird.mozilla.org/install.rdf lib/thunderbird/extensions/langpack-eu@thunderbird.mozilla.org/chrome.manifest -lib/thunderbird/extensions/langpack-eu@thunderbird.mozilla.org/chrome/.mkdir.done lib/thunderbird/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu.manifest lib/thunderbird/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/alerts/alert.dtd -lib/thunderbird/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/alerts/notificationNames.properties +lib/thunderbird/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/alerts/alert.properties lib/thunderbird/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/autoconfig/autoconfig.properties lib/thunderbird/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/branding/brand.dtd lib/thunderbird/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/branding/brand.properties @@ -5573,6 +7386,7 @@ lib/thunderbird/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/ lib/thunderbird/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/chat/imtooltip.properties lib/thunderbird/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/chat/irc.properties lib/thunderbird/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/chat/logger.properties +lib/thunderbird/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/chat/skype.properties lib/thunderbird/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/chat/status.properties lib/thunderbird/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/chat/twitter.properties lib/thunderbird/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/chat/xmpp.properties @@ -5580,6 +7394,12 @@ lib/thunderbird/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/ lib/thunderbird/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/communicator/utilityOverlay.dtd lib/thunderbird/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/cookie/cookieAcceptDialog.dtd lib/thunderbird/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/cookie/cookieAcceptDialog.properties +lib/thunderbird/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/devtools/shared/csscoverage.dtd +lib/thunderbird/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/devtools/shared/csscoverage.properties +lib/thunderbird/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/devtools/shared/debugger.properties +lib/thunderbird/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/devtools/shared/gcli.properties +lib/thunderbird/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/devtools/shared/gclicommands.properties +lib/thunderbird/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/devtools/shared/styleinspector.properties lib/thunderbird/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/editor/EdAdvancedEdit.dtd lib/thunderbird/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/editor/EdColorPicker.dtd lib/thunderbird/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/editor/EdConvertToTable.dtd @@ -5626,10 +7446,13 @@ lib/thunderbird/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/ lib/thunderbird/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/global/aboutNetworking.dtd lib/thunderbird/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/global/aboutReader.properties lib/thunderbird/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/global/aboutRights.dtd +lib/thunderbird/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/global/aboutServiceWorkers.dtd +lib/thunderbird/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/global/aboutServiceWorkers.properties lib/thunderbird/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/global/aboutSupport.dtd lib/thunderbird/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/global/aboutSupport.properties lib/thunderbird/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/global/aboutTelemetry.dtd lib/thunderbird/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/global/aboutTelemetry.properties +lib/thunderbird/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/global/aboutWebrtc.properties lib/thunderbird/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/global/appPicker.dtd lib/thunderbird/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/global/appstrings.properties lib/thunderbird/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/global/autocomplete.properties @@ -5651,10 +7474,6 @@ lib/thunderbird/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/ lib/thunderbird/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/global/customizeToolbar.properties lib/thunderbird/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/global/dateFormat.properties lib/thunderbird/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/global/datetimepicker.dtd -lib/thunderbird/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/global/devtools/csscoverage.dtd -lib/thunderbird/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/global/devtools/csscoverage.properties -lib/thunderbird/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/global/devtools/debugger.properties -lib/thunderbird/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/global/devtools/styleinspector.properties lib/thunderbird/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/global/dialog.properties lib/thunderbird/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/global/dialogOverlay.dtd lib/thunderbird/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/global/dom/dom.properties @@ -5896,6 +7715,14 @@ lib/thunderbird/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/ lib/thunderbird/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/messenger/searchIntegrationMac.dtd lib/thunderbird/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/messenger/searchIntegrationWin.dtd lib/thunderbird/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/messenger/searchTermOverlay.dtd +lib/thunderbird/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/messenger/searchplugins/amazondotcom.xml +lib/thunderbird/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/messenger/searchplugins/aol-web-search.xml +lib/thunderbird/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/messenger/searchplugins/bing.xml +lib/thunderbird/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/messenger/searchplugins/eBay.xml +lib/thunderbird/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/messenger/searchplugins/list.txt +lib/thunderbird/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/messenger/searchplugins/twitter.xml +lib/thunderbird/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/messenger/searchplugins/wikipedia.xml +lib/thunderbird/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/messenger/searchplugins/yahoo.xml lib/thunderbird/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/messenger/shutdownWindow.properties lib/thunderbird/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/messenger/smime.properties lib/thunderbird/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/messenger/smtpEditOverlay.dtd @@ -5930,7 +7757,6 @@ lib/thunderbird/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/ lib/thunderbird/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/mozapps/extensions/update.properties lib/thunderbird/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/mozapps/handling/handling.dtd lib/thunderbird/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/mozapps/handling/handling.properties -lib/thunderbird/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/mozapps/plugins/plugins.dtd lib/thunderbird/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/mozapps/preferences/changemp.dtd lib/thunderbird/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/mozapps/preferences/preferences.properties lib/thunderbird/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/mozapps/preferences/removemp.dtd @@ -5953,12 +7779,12 @@ lib/thunderbird/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/ lib/thunderbird/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/pippki/pippki.dtd lib/thunderbird/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/pippki/pippki.properties lib/thunderbird/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/places/places.properties +lib/thunderbird/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/pluginproblem/pluginproblem.dtd lib/thunderbird/extensions/langpack-eu@thunderbird.mozilla.org/install.rdf lib/thunderbird/extensions/langpack-fi@thunderbird.mozilla.org/chrome.manifest -lib/thunderbird/extensions/langpack-fi@thunderbird.mozilla.org/chrome/.mkdir.done lib/thunderbird/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi.manifest lib/thunderbird/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/alerts/alert.dtd -lib/thunderbird/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/alerts/notificationNames.properties +lib/thunderbird/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/alerts/alert.properties lib/thunderbird/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/autoconfig/autoconfig.properties lib/thunderbird/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/branding/brand.dtd lib/thunderbird/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/branding/brand.properties @@ -5970,6 +7796,7 @@ lib/thunderbird/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/ lib/thunderbird/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/chat/imtooltip.properties lib/thunderbird/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/chat/irc.properties lib/thunderbird/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/chat/logger.properties +lib/thunderbird/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/chat/skype.properties lib/thunderbird/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/chat/status.properties lib/thunderbird/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/chat/twitter.properties lib/thunderbird/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/chat/xmpp.properties @@ -5977,6 +7804,12 @@ lib/thunderbird/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/ lib/thunderbird/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/communicator/utilityOverlay.dtd lib/thunderbird/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/cookie/cookieAcceptDialog.dtd lib/thunderbird/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/cookie/cookieAcceptDialog.properties +lib/thunderbird/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/devtools/shared/csscoverage.dtd +lib/thunderbird/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/devtools/shared/csscoverage.properties +lib/thunderbird/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/devtools/shared/debugger.properties +lib/thunderbird/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/devtools/shared/gcli.properties +lib/thunderbird/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/devtools/shared/gclicommands.properties +lib/thunderbird/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/devtools/shared/styleinspector.properties lib/thunderbird/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/editor/EdAdvancedEdit.dtd lib/thunderbird/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/editor/EdColorPicker.dtd lib/thunderbird/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/editor/EdConvertToTable.dtd @@ -6023,10 +7856,13 @@ lib/thunderbird/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/ lib/thunderbird/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/global/aboutNetworking.dtd lib/thunderbird/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/global/aboutReader.properties lib/thunderbird/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/global/aboutRights.dtd +lib/thunderbird/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/global/aboutServiceWorkers.dtd +lib/thunderbird/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/global/aboutServiceWorkers.properties lib/thunderbird/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/global/aboutSupport.dtd lib/thunderbird/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/global/aboutSupport.properties lib/thunderbird/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/global/aboutTelemetry.dtd lib/thunderbird/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/global/aboutTelemetry.properties +lib/thunderbird/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/global/aboutWebrtc.properties lib/thunderbird/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/global/appPicker.dtd lib/thunderbird/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/global/appstrings.properties lib/thunderbird/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/global/autocomplete.properties @@ -6048,10 +7884,6 @@ lib/thunderbird/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/ lib/thunderbird/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/global/customizeToolbar.properties lib/thunderbird/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/global/dateFormat.properties lib/thunderbird/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/global/datetimepicker.dtd -lib/thunderbird/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/global/devtools/csscoverage.dtd -lib/thunderbird/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/global/devtools/csscoverage.properties -lib/thunderbird/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/global/devtools/debugger.properties -lib/thunderbird/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/global/devtools/styleinspector.properties lib/thunderbird/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/global/dialog.properties lib/thunderbird/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/global/dialogOverlay.dtd lib/thunderbird/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/global/dom/dom.properties @@ -6293,6 +8125,13 @@ lib/thunderbird/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/ lib/thunderbird/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/messenger/searchIntegrationMac.dtd lib/thunderbird/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/messenger/searchIntegrationWin.dtd lib/thunderbird/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/messenger/searchTermOverlay.dtd +lib/thunderbird/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/messenger/searchplugins/amazondotcom.xml +lib/thunderbird/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/messenger/searchplugins/bing.xml +lib/thunderbird/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/messenger/searchplugins/eBay-fi.xml +lib/thunderbird/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/messenger/searchplugins/list.txt +lib/thunderbird/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/messenger/searchplugins/twitter.xml +lib/thunderbird/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/messenger/searchplugins/wikipedia-fi.xml +lib/thunderbird/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/messenger/searchplugins/yahoo-fi.xml lib/thunderbird/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/messenger/shutdownWindow.properties lib/thunderbird/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/messenger/smime.properties lib/thunderbird/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/messenger/smtpEditOverlay.dtd @@ -6327,7 +8166,6 @@ lib/thunderbird/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/ lib/thunderbird/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/mozapps/extensions/update.properties lib/thunderbird/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/mozapps/handling/handling.dtd lib/thunderbird/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/mozapps/handling/handling.properties -lib/thunderbird/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/mozapps/plugins/plugins.dtd lib/thunderbird/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/mozapps/preferences/changemp.dtd lib/thunderbird/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/mozapps/preferences/preferences.properties lib/thunderbird/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/mozapps/preferences/removemp.dtd @@ -6350,12 +8188,12 @@ lib/thunderbird/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/ lib/thunderbird/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/pippki/pippki.dtd lib/thunderbird/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/pippki/pippki.properties lib/thunderbird/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/places/places.properties +lib/thunderbird/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/pluginproblem/pluginproblem.dtd lib/thunderbird/extensions/langpack-fi@thunderbird.mozilla.org/install.rdf lib/thunderbird/extensions/langpack-fr@thunderbird.mozilla.org/chrome.manifest -lib/thunderbird/extensions/langpack-fr@thunderbird.mozilla.org/chrome/.mkdir.done lib/thunderbird/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr.manifest lib/thunderbird/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/alerts/alert.dtd -lib/thunderbird/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/alerts/notificationNames.properties +lib/thunderbird/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/alerts/alert.properties lib/thunderbird/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/autoconfig/autoconfig.properties lib/thunderbird/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/branding/brand.dtd lib/thunderbird/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/branding/brand.properties @@ -6367,6 +8205,7 @@ lib/thunderbird/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/ lib/thunderbird/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/chat/imtooltip.properties lib/thunderbird/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/chat/irc.properties lib/thunderbird/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/chat/logger.properties +lib/thunderbird/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/chat/skype.properties lib/thunderbird/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/chat/status.properties lib/thunderbird/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/chat/twitter.properties lib/thunderbird/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/chat/xmpp.properties @@ -6374,6 +8213,12 @@ lib/thunderbird/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/ lib/thunderbird/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/communicator/utilityOverlay.dtd lib/thunderbird/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/cookie/cookieAcceptDialog.dtd lib/thunderbird/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/cookie/cookieAcceptDialog.properties +lib/thunderbird/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/devtools/shared/csscoverage.dtd +lib/thunderbird/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/devtools/shared/csscoverage.properties +lib/thunderbird/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/devtools/shared/debugger.properties +lib/thunderbird/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/devtools/shared/gcli.properties +lib/thunderbird/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/devtools/shared/gclicommands.properties +lib/thunderbird/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/devtools/shared/styleinspector.properties lib/thunderbird/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/editor/EdAdvancedEdit.dtd lib/thunderbird/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/editor/EdColorPicker.dtd lib/thunderbird/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/editor/EdConvertToTable.dtd @@ -6420,10 +8265,13 @@ lib/thunderbird/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/ lib/thunderbird/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/global/aboutNetworking.dtd lib/thunderbird/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/global/aboutReader.properties lib/thunderbird/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/global/aboutRights.dtd +lib/thunderbird/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/global/aboutServiceWorkers.dtd +lib/thunderbird/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/global/aboutServiceWorkers.properties lib/thunderbird/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/global/aboutSupport.dtd lib/thunderbird/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/global/aboutSupport.properties lib/thunderbird/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/global/aboutTelemetry.dtd lib/thunderbird/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/global/aboutTelemetry.properties +lib/thunderbird/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/global/aboutWebrtc.properties lib/thunderbird/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/global/appPicker.dtd lib/thunderbird/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/global/appstrings.properties lib/thunderbird/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/global/autocomplete.properties @@ -6445,10 +8293,6 @@ lib/thunderbird/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/ lib/thunderbird/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/global/customizeToolbar.properties lib/thunderbird/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/global/dateFormat.properties lib/thunderbird/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/global/datetimepicker.dtd -lib/thunderbird/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/global/devtools/csscoverage.dtd -lib/thunderbird/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/global/devtools/csscoverage.properties -lib/thunderbird/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/global/devtools/debugger.properties -lib/thunderbird/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/global/devtools/styleinspector.properties lib/thunderbird/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/global/dialog.properties lib/thunderbird/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/global/dialogOverlay.dtd lib/thunderbird/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/global/dom/dom.properties @@ -6690,6 +8534,13 @@ lib/thunderbird/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/ lib/thunderbird/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/messenger/searchIntegrationMac.dtd lib/thunderbird/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/messenger/searchIntegrationWin.dtd lib/thunderbird/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/messenger/searchTermOverlay.dtd +lib/thunderbird/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/messenger/searchplugins/amazon-france.xml +lib/thunderbird/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/messenger/searchplugins/bing.xml +lib/thunderbird/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/messenger/searchplugins/cnrtl-tlfi-fr.xml +lib/thunderbird/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/messenger/searchplugins/eBay-france.xml +lib/thunderbird/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/messenger/searchplugins/list.txt +lib/thunderbird/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/messenger/searchplugins/wikipedia-fr.xml +lib/thunderbird/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/messenger/searchplugins/yahoo-france.xml lib/thunderbird/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/messenger/shutdownWindow.properties lib/thunderbird/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/messenger/smime.properties lib/thunderbird/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/messenger/smtpEditOverlay.dtd @@ -6724,7 +8575,6 @@ lib/thunderbird/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/ lib/thunderbird/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/mozapps/extensions/update.properties lib/thunderbird/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/mozapps/handling/handling.dtd lib/thunderbird/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/mozapps/handling/handling.properties -lib/thunderbird/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/mozapps/plugins/plugins.dtd lib/thunderbird/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/mozapps/preferences/changemp.dtd lib/thunderbird/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/mozapps/preferences/preferences.properties lib/thunderbird/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/mozapps/preferences/removemp.dtd @@ -6747,12 +8597,12 @@ lib/thunderbird/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/ lib/thunderbird/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/pippki/pippki.dtd lib/thunderbird/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/pippki/pippki.properties lib/thunderbird/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/places/places.properties +lib/thunderbird/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/pluginproblem/pluginproblem.dtd lib/thunderbird/extensions/langpack-fr@thunderbird.mozilla.org/install.rdf lib/thunderbird/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome.manifest -lib/thunderbird/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/.mkdir.done lib/thunderbird/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL.manifest lib/thunderbird/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/alerts/alert.dtd -lib/thunderbird/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/alerts/notificationNames.properties +lib/thunderbird/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/alerts/alert.properties lib/thunderbird/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/autoconfig/autoconfig.properties lib/thunderbird/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/branding/brand.dtd lib/thunderbird/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/branding/brand.properties @@ -6764,6 +8614,7 @@ lib/thunderbird/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/l lib/thunderbird/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/chat/imtooltip.properties lib/thunderbird/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/chat/irc.properties lib/thunderbird/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/chat/logger.properties +lib/thunderbird/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/chat/skype.properties lib/thunderbird/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/chat/status.properties lib/thunderbird/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/chat/twitter.properties lib/thunderbird/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/chat/xmpp.properties @@ -6771,6 +8622,12 @@ lib/thunderbird/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/l lib/thunderbird/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/communicator/utilityOverlay.dtd lib/thunderbird/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/cookie/cookieAcceptDialog.dtd lib/thunderbird/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/cookie/cookieAcceptDialog.properties +lib/thunderbird/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/devtools/shared/csscoverage.dtd +lib/thunderbird/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/devtools/shared/csscoverage.properties +lib/thunderbird/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/devtools/shared/debugger.properties +lib/thunderbird/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/devtools/shared/gcli.properties +lib/thunderbird/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/devtools/shared/gclicommands.properties +lib/thunderbird/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/devtools/shared/styleinspector.properties lib/thunderbird/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/editor/EdAdvancedEdit.dtd lib/thunderbird/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/editor/EdColorPicker.dtd lib/thunderbird/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/editor/EdConvertToTable.dtd @@ -6817,10 +8674,13 @@ lib/thunderbird/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/l lib/thunderbird/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/global/aboutNetworking.dtd lib/thunderbird/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/global/aboutReader.properties lib/thunderbird/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/global/aboutRights.dtd +lib/thunderbird/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/global/aboutServiceWorkers.dtd +lib/thunderbird/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/global/aboutServiceWorkers.properties lib/thunderbird/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/global/aboutSupport.dtd lib/thunderbird/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/global/aboutSupport.properties lib/thunderbird/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/global/aboutTelemetry.dtd lib/thunderbird/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/global/aboutTelemetry.properties +lib/thunderbird/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/global/aboutWebrtc.properties lib/thunderbird/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/global/appPicker.dtd lib/thunderbird/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/global/appstrings.properties lib/thunderbird/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/global/autocomplete.properties @@ -6842,10 +8702,6 @@ lib/thunderbird/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/l lib/thunderbird/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/global/customizeToolbar.properties lib/thunderbird/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/global/dateFormat.properties lib/thunderbird/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/global/datetimepicker.dtd -lib/thunderbird/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/global/devtools/csscoverage.dtd -lib/thunderbird/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/global/devtools/csscoverage.properties -lib/thunderbird/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/global/devtools/debugger.properties -lib/thunderbird/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/global/devtools/styleinspector.properties lib/thunderbird/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/global/dialog.properties lib/thunderbird/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/global/dialogOverlay.dtd lib/thunderbird/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/global/dom/dom.properties @@ -7087,6 +8943,14 @@ lib/thunderbird/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/l lib/thunderbird/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/messenger/searchIntegrationMac.dtd lib/thunderbird/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/messenger/searchIntegrationWin.dtd lib/thunderbird/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/messenger/searchTermOverlay.dtd +lib/thunderbird/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/messenger/searchplugins/amazondotcom.xml +lib/thunderbird/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/messenger/searchplugins/aol-web-search.xml +lib/thunderbird/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/messenger/searchplugins/bing.xml +lib/thunderbird/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/messenger/searchplugins/eBay.xml +lib/thunderbird/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/messenger/searchplugins/list.txt +lib/thunderbird/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/messenger/searchplugins/twitter.xml +lib/thunderbird/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/messenger/searchplugins/wikipedia.xml +lib/thunderbird/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/messenger/searchplugins/yahoo.xml lib/thunderbird/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/messenger/shutdownWindow.properties lib/thunderbird/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/messenger/smime.properties lib/thunderbird/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/messenger/smtpEditOverlay.dtd @@ -7121,7 +8985,6 @@ lib/thunderbird/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/l lib/thunderbird/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/mozapps/extensions/update.properties lib/thunderbird/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/mozapps/handling/handling.dtd lib/thunderbird/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/mozapps/handling/handling.properties -lib/thunderbird/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/mozapps/plugins/plugins.dtd lib/thunderbird/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/mozapps/preferences/changemp.dtd lib/thunderbird/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/mozapps/preferences/preferences.properties lib/thunderbird/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/mozapps/preferences/removemp.dtd @@ -7144,12 +9007,12 @@ lib/thunderbird/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/l lib/thunderbird/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/pippki/pippki.dtd lib/thunderbird/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/pippki/pippki.properties lib/thunderbird/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/places/places.properties +lib/thunderbird/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/pluginproblem/pluginproblem.dtd lib/thunderbird/extensions/langpack-fy-NL@thunderbird.mozilla.org/install.rdf lib/thunderbird/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome.manifest -lib/thunderbird/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/.mkdir.done lib/thunderbird/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE.manifest lib/thunderbird/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/alerts/alert.dtd -lib/thunderbird/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/alerts/notificationNames.properties +lib/thunderbird/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/alerts/alert.properties lib/thunderbird/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/autoconfig/autoconfig.properties lib/thunderbird/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/branding/brand.dtd lib/thunderbird/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/branding/brand.properties @@ -7161,6 +9024,7 @@ lib/thunderbird/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/l lib/thunderbird/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/chat/imtooltip.properties lib/thunderbird/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/chat/irc.properties lib/thunderbird/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/chat/logger.properties +lib/thunderbird/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/chat/skype.properties lib/thunderbird/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/chat/status.properties lib/thunderbird/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/chat/twitter.properties lib/thunderbird/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/chat/xmpp.properties @@ -7168,6 +9032,12 @@ lib/thunderbird/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/l lib/thunderbird/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/communicator/utilityOverlay.dtd lib/thunderbird/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/cookie/cookieAcceptDialog.dtd lib/thunderbird/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/cookie/cookieAcceptDialog.properties +lib/thunderbird/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/devtools/shared/csscoverage.dtd +lib/thunderbird/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/devtools/shared/csscoverage.properties +lib/thunderbird/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/devtools/shared/debugger.properties +lib/thunderbird/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/devtools/shared/gcli.properties +lib/thunderbird/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/devtools/shared/gclicommands.properties +lib/thunderbird/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/devtools/shared/styleinspector.properties lib/thunderbird/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/editor/EdAdvancedEdit.dtd lib/thunderbird/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/editor/EdColorPicker.dtd lib/thunderbird/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/editor/EdConvertToTable.dtd @@ -7214,10 +9084,13 @@ lib/thunderbird/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/l lib/thunderbird/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/global/aboutNetworking.dtd lib/thunderbird/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/global/aboutReader.properties lib/thunderbird/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/global/aboutRights.dtd +lib/thunderbird/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/global/aboutServiceWorkers.dtd +lib/thunderbird/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/global/aboutServiceWorkers.properties lib/thunderbird/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/global/aboutSupport.dtd lib/thunderbird/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/global/aboutSupport.properties lib/thunderbird/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/global/aboutTelemetry.dtd lib/thunderbird/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/global/aboutTelemetry.properties +lib/thunderbird/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/global/aboutWebrtc.properties lib/thunderbird/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/global/appPicker.dtd lib/thunderbird/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/global/appstrings.properties lib/thunderbird/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/global/autocomplete.properties @@ -7239,10 +9112,6 @@ lib/thunderbird/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/l lib/thunderbird/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/global/customizeToolbar.properties lib/thunderbird/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/global/dateFormat.properties lib/thunderbird/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/global/datetimepicker.dtd -lib/thunderbird/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/global/devtools/csscoverage.dtd -lib/thunderbird/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/global/devtools/csscoverage.properties -lib/thunderbird/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/global/devtools/debugger.properties -lib/thunderbird/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/global/devtools/styleinspector.properties lib/thunderbird/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/global/dialog.properties lib/thunderbird/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/global/dialogOverlay.dtd lib/thunderbird/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/global/dom/dom.properties @@ -7484,6 +9353,14 @@ lib/thunderbird/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/l lib/thunderbird/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/messenger/searchIntegrationMac.dtd lib/thunderbird/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/messenger/searchIntegrationWin.dtd lib/thunderbird/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/messenger/searchTermOverlay.dtd +lib/thunderbird/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/messenger/searchplugins/amazon-en-GB.xml +lib/thunderbird/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/messenger/searchplugins/eBay-en-GB.xml +lib/thunderbird/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/messenger/searchplugins/focal.xml +lib/thunderbird/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/messenger/searchplugins/google.xml +lib/thunderbird/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/messenger/searchplugins/list.txt +lib/thunderbird/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/messenger/searchplugins/twitter.xml +lib/thunderbird/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/messenger/searchplugins/wikipedia-ga-IE.xml +lib/thunderbird/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/messenger/searchplugins/yahoo-en-GB.xml lib/thunderbird/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/messenger/shutdownWindow.properties lib/thunderbird/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/messenger/smime.properties lib/thunderbird/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/messenger/smtpEditOverlay.dtd @@ -7518,7 +9395,6 @@ lib/thunderbird/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/l lib/thunderbird/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/mozapps/extensions/update.properties lib/thunderbird/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/mozapps/handling/handling.dtd lib/thunderbird/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/mozapps/handling/handling.properties -lib/thunderbird/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/mozapps/plugins/plugins.dtd lib/thunderbird/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/mozapps/preferences/changemp.dtd lib/thunderbird/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/mozapps/preferences/preferences.properties lib/thunderbird/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/mozapps/preferences/removemp.dtd @@ -7541,12 +9417,831 @@ lib/thunderbird/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/l lib/thunderbird/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/pippki/pippki.dtd lib/thunderbird/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/pippki/pippki.properties lib/thunderbird/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/places/places.properties +lib/thunderbird/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/pluginproblem/pluginproblem.dtd lib/thunderbird/extensions/langpack-ga-IE@thunderbird.mozilla.org/install.rdf +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome.manifest +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd.manifest +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/alerts/alert.dtd +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/alerts/alert.properties +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/autoconfig/autoconfig.properties +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/branding/brand.dtd +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/branding/brand.properties +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/chat/accounts.properties +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/chat/commands.properties +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/chat/contacts.properties +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/chat/conversations.properties +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/chat/facebook.properties +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/chat/imtooltip.properties +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/chat/irc.properties +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/chat/logger.properties +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/chat/skype.properties +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/chat/status.properties +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/chat/twitter.properties +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/chat/xmpp.properties +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/chat/yahoo.properties +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/communicator/utilityOverlay.dtd +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/cookie/cookieAcceptDialog.dtd +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/cookie/cookieAcceptDialog.properties +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/devtools/shared/csscoverage.dtd +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/devtools/shared/csscoverage.properties +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/devtools/shared/debugger.properties +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/devtools/shared/gcli.properties +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/devtools/shared/gclicommands.properties +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/devtools/shared/styleinspector.properties +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/editor/EdAdvancedEdit.dtd +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/editor/EdColorPicker.dtd +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/editor/EdConvertToTable.dtd +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/editor/EdDialogOverlay.dtd +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/editor/EdNamedAnchorProperties.dtd +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/editor/EditorButtonProperties.dtd +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/editor/EditorColorProperties.dtd +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/editor/EditorFieldSetProperties.dtd +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/editor/EditorFormProperties.dtd +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/editor/EditorHLineProperties.dtd +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/editor/EditorImageProperties.dtd +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/editor/EditorInputProperties.dtd +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/editor/EditorInsertChars.dtd +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/editor/EditorInsertMath.dtd +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/editor/EditorInsertSource.dtd +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/editor/EditorInsertTOC.dtd +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/editor/EditorInsertTable.dtd +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/editor/EditorLabelProperties.dtd +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/editor/EditorLinkProperties.dtd +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/editor/EditorListProperties.dtd +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/editor/EditorPersonalDictionary.dtd +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/editor/EditorReplace.dtd +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/editor/EditorSelectProperties.dtd +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/editor/EditorSpellCheck.dtd +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/editor/EditorTableProperties.dtd +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/editor/EditorTextAreaProperties.dtd +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/editor/editor.properties +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/editor/editorOverlay.dtd +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/editor/editorSmileyOverlay.dtd +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/formautofill/requestAutocomplete.dtd +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/global-platform/mac/accessible.properties +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/global-platform/mac/intl.properties +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/global-platform/mac/platformKeys.properties +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/global-platform/unix/accessible.properties +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/global-platform/unix/intl.properties +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/global-platform/unix/platformKeys.properties +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/global-platform/win/accessible.properties +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/global-platform/win/intl.properties +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/global-platform/win/platformKeys.properties +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/global-region/region.properties +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/global/AccessFu.properties +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/global/about.dtd +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/global/aboutAbout.dtd +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/global/aboutNetworking.dtd +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/global/aboutReader.properties +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/global/aboutRights.dtd +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/global/aboutServiceWorkers.dtd +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/global/aboutServiceWorkers.properties +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/global/aboutSupport.dtd +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/global/aboutSupport.properties +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/global/aboutTelemetry.dtd +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/global/aboutTelemetry.properties +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/global/aboutWebrtc.properties +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/global/appPicker.dtd +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/global/appstrings.properties +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/global/autocomplete.properties +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/global/brand.dtd +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/global/browser.properties +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/global/charsetMenu.dtd +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/global/charsetMenu.properties +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/global/commonDialog.dtd +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/global/commonDialogs.properties +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/global/config.dtd +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/global/config.properties +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/global/console.dtd +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/global/console.properties +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/global/contentAreaCommands.properties +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/global/crashes.dtd +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/global/crashes.properties +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/global/css.properties +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/global/customizeToolbar.dtd +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/global/customizeToolbar.properties +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/global/dateFormat.properties +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/global/datetimepicker.dtd +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/global/dialog.properties +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/global/dialogOverlay.dtd +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/global/dom/dom.properties +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/global/editMenuOverlay.dtd +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/global/fallbackMenubar.properties +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/global/filefield.properties +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/global/filepicker.dtd +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/global/filepicker.properties +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/global/findbar.dtd +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/global/findbar.properties +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/global/finddialog.dtd +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/global/finddialog.properties +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/global/global-strres.properties +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/global/global.dtd +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/global/globalKeys.dtd +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/global/headsUpDisplay.properties +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/global/intl.css +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/global/intl.properties +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/global/keys.properties +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/global/languageNames.properties +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/global/layout/HtmlForm.properties +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/global/layout/MediaDocument.properties +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/global/layout/htmlparser.properties +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/global/layout/xmlparser.properties +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/global/layout_errors.properties +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/global/mathml/mathml.properties +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/global/mozilla.dtd +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/global/netError.dtd +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/global/netErrorApp.dtd +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/global/notification.dtd +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/global/nsWebBrowserPersist.properties +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/global/plugins.properties +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/global/preferences.dtd +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/global/printPageSetup.dtd +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/global/printPreview.dtd +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/global/printPreviewProgress.dtd +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/global/printProgress.dtd +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/global/printdialog.dtd +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/global/printdialog.properties +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/global/printing.properties +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/global/printjoboptions.dtd +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/global/regionNames.properties +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/global/resetProfile.dtd +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/global/resetProfile.properties +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/global/search/search.properties +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/global/security/caps.properties +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/global/security/csp.properties +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/global/security/security.properties +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/global/svg/svg.properties +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/global/textcontext.dtd +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/global/tree.dtd +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/global/videocontrols.dtd +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/global/viewSource.dtd +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/global/viewSource.properties +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/global/webapps.properties +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/global/wizard.dtd +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/global/wizard.properties +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/global/xbl.properties +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/global/xml/prettyprint.dtd +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/global/xslt/xslt.properties +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/global/xul.properties +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/messenger-mapi/mapi.properties +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/messenger-newsblog/am-newsblog.dtd +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/messenger-newsblog/feed-subscriptions.dtd +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/messenger-newsblog/newsblog.properties +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/messenger-region/region.properties +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/messenger-smime/certFetchingStatus.dtd +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/messenger-smime/msgCompSMIMEOverlay.dtd +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/messenger-smime/msgCompSMIMEOverlay.properties +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/messenger-smime/msgCompSecurityInfo.dtd +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/messenger-smime/msgCompSecurityInfo.properties +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/messenger-smime/msgReadSMIMEOverlay.dtd +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/messenger-smime/msgReadSMIMEOverlay.properties +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/messenger-smime/msgReadSecurityInfo.dtd +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/messenger-smime/msgSecurityInfo.properties +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/messenger/AccountManager.dtd +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/messenger/AccountWizard.dtd +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/messenger/CustomHeaders.dtd +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/messenger/FilterEditor.dtd +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/messenger/FilterListDialog.dtd +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/messenger/SearchDialog.dtd +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/messenger/aboutDialog.dtd +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/messenger/aboutDownloads.dtd +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/messenger/aboutRights.dtd +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/messenger/aboutRights.properties +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/messenger/aboutSupportMail.dtd +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/messenger/aboutSupportMail.properties +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/messenger/accountCreation.dtd +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/messenger/accountCreation.properties +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/messenger/accountCreationModel.properties +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/messenger/accountCreationUtil.properties +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/messenger/activity.dtd +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/messenger/activity.properties +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/messenger/addbuddy.dtd +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/messenger/addressbook/abAddressBookNameDialog.dtd +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/messenger/addressbook/abCardOverlay.dtd +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/messenger/addressbook/abContactsPanel.dtd +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/messenger/addressbook/abMailListDialog.dtd +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/messenger/addressbook/abMainWindow.dtd +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/messenger/addressbook/abNewCardDialog.dtd +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/messenger/addressbook/abResultsPaneOverlay.dtd +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/messenger/addressbook/addressBook.properties +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/messenger/addressbook/ldapAutoCompErrs.properties +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/messenger/addressbook/pref-directory-add.dtd +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/messenger/addressbook/pref-directory.dtd +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/messenger/addressbook/replicationProgress.properties +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/messenger/am-addressing.dtd +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/messenger/am-advanced.dtd +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/messenger/am-archiveoptions.dtd +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/messenger/am-copies.dtd +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/messenger/am-identities-list.dtd +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/messenger/am-identity-edit.dtd +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/messenger/am-im.dtd +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/messenger/am-junk.dtd +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/messenger/am-main.dtd +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/messenger/am-mdn.dtd +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/messenger/am-mdn.properties +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/messenger/am-offline.dtd +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/messenger/am-server-advanced.dtd +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/messenger/am-server-top.dtd +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/messenger/am-serverwithnoidentities.dtd +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/messenger/am-smime.dtd +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/messenger/am-smime.properties +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/messenger/appleMailImportMsgs.properties +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/messenger/baseMenuOverlay.dtd +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/messenger/charsetTitles.properties +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/messenger/chat.dtd +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/messenger/chat.properties +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/messenger/cloudfile/Box/auth.dtd +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/messenger/cloudfile/Box/management.dtd +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/messenger/cloudfile/Box/settings.dtd +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/messenger/cloudfile/Hightail/fileExceeds2GB.dtd +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/messenger/cloudfile/Hightail/fileExceedsLimit.dtd +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/messenger/cloudfile/Hightail/fileExceedsQuota.dtd +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/messenger/cloudfile/Hightail/management.dtd +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/messenger/cloudfile/Hightail/settings.dtd +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/messenger/cloudfile/addAccountDialog.dtd +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/messenger/cloudfile/management.dtd +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/messenger/configEditorOverlay.dtd +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/messenger/custom.properties +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/messenger/customizeToolbarOverlay.dtd +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/messenger/downloadheaders.dtd +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/messenger/downloads/settingsChange.dtd +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/messenger/downloadsOverlay.dtd +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/messenger/editContactOverlay.dtd +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/messenger/editContactOverlay.properties +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/messenger/eudoraImportMsgs.properties +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/messenger/fieldMapImport.dtd +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/messenger/filter.properties +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/messenger/folderProps.dtd +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/messenger/folderWidgets.properties +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/messenger/folderpane.dtd +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/messenger/gloda.properties +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/messenger/glodaComplete.properties +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/messenger/glodaFacetView.dtd +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/messenger/glodaFacetView.properties +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/messenger/imAccountWizard.dtd +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/messenger/imAccounts.dtd +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/messenger/imAccounts.properties +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/messenger/imapMsgs.properties +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/messenger/importDialog.dtd +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/messenger/importMsgs.properties +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/messenger/joinChat.dtd +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/messenger/junkLog.dtd +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/messenger/junkMailInfo.dtd +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/messenger/localMsgs.properties +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/messenger/mailEditorOverlay.dtd +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/messenger/mailOverlay.dtd +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/messenger/mailViewList.dtd +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/messenger/mailViewSetup.dtd +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/messenger/mailviews.properties +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/messenger/markByDate.dtd +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/messenger/messenger.dtd +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/messenger/messenger.properties +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/messenger/messengercompose/addressingWidgetOverlay.dtd +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/messenger/messengercompose/askSendFormat.dtd +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/messenger/messengercompose/askSendFormat.properties +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/messenger/messengercompose/composeMsgs.properties +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/messenger/messengercompose/mailComposeEditorOverlay.dtd +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/messenger/messengercompose/messengercompose.dtd +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/messenger/messengercompose/sendProgress.dtd +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/messenger/messengercompose/sendProgress.properties +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/messenger/migration/migration.dtd +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/messenger/migration/migration.properties +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/messenger/mime.properties +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/messenger/mimeheader.properties +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/messenger/msgAccountCentral.dtd +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/messenger/msgHdrViewOverlay.dtd +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/messenger/msgPrintEngine.dtd +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/messenger/msgSynchronize.dtd +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/messenger/msgViewPickerOverlay.dtd +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/messenger/msgmdn.properties +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/messenger/multimessageview.dtd +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/messenger/multimessageview.properties +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/messenger/netError.dtd +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/messenger/newFolderDialog.dtd +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/messenger/newTagDialog.dtd +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/messenger/newmailaccount/accountProvisioner.dtd +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/messenger/newmailaccount/accountProvisioner.properties +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/messenger/news.properties +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/messenger/oeImportMsgs.properties +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/messenger/offline.properties +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/messenger/offlineStartup.properties +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/messenger/outlookImportMsgs.properties +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/messenger/pgpmime.properties +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/messenger/preferences/advanced.dtd +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/messenger/preferences/applicationManager.dtd +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/messenger/preferences/applicationManager.properties +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/messenger/preferences/applications.dtd +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/messenger/preferences/applications.properties +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/messenger/preferences/attachmentReminder.dtd +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/messenger/preferences/chat.dtd +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/messenger/preferences/colors.dtd +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/messenger/preferences/compose.dtd +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/messenger/preferences/connection.dtd +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/messenger/preferences/cookies.dtd +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/messenger/preferences/display.dtd +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/messenger/preferences/dockoptions.dtd +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/messenger/preferences/fonts.dtd +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/messenger/preferences/general.dtd +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/messenger/preferences/notifications.dtd +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/messenger/preferences/offline.dtd +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/messenger/preferences/permissions.dtd +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/messenger/preferences/preferences.dtd +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/messenger/preferences/preferences.properties +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/messenger/preferences/privacy.dtd +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/messenger/preferences/receipts.dtd +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/messenger/preferences/security.dtd +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/messenger/preferences/sendoptions.dtd +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/messenger/prefs.properties +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/messenger/quickFilterBar.dtd +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/messenger/renameFolderDialog.dtd +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/messenger/safeMode.dtd +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/messenger/sanitize.dtd +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/messenger/search-attributes.properties +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/messenger/search-operators.properties +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/messenger/search.properties +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/messenger/searchIntegrationDefault.dtd +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/messenger/searchIntegrationMac.dtd +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/messenger/searchIntegrationWin.dtd +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/messenger/searchTermOverlay.dtd +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/messenger/searchplugins/amazon-en-GB.xml +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/messenger/searchplugins/bbc-alba.xml +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/messenger/searchplugins/faclair-beag.xml +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/messenger/searchplugins/google.xml +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/messenger/searchplugins/list.txt +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/messenger/searchplugins/wikipedia-gd.xml +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/messenger/searchplugins/yahoo-en-GB.xml +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/messenger/shutdownWindow.properties +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/messenger/smime.properties +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/messenger/smtpEditOverlay.dtd +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/messenger/subscribe.dtd +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/messenger/subscribe.properties +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/messenger/systemIntegrationDialog.dtd +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/messenger/tabmail.dtd +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/messenger/taskbar.properties +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/messenger/telemetry.properties +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/messenger/templateUtils.properties +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/messenger/textImportMsgs.properties +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/messenger/vCardImportMsgs.properties +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/messenger/viewLog.dtd +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/messenger/viewZoomOverlay.dtd +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/messenger/virtualFolderListDialog.dtd +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/messenger/virtualFolderProperties.dtd +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/messenger/wmImportMsgs.properties +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/mozapps/downloads/downloads.dtd +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/mozapps/downloads/downloads.properties +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/mozapps/downloads/settingsChange.dtd +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/mozapps/downloads/unknownContentType.dtd +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/mozapps/downloads/unknownContentType.properties +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/mozapps/extensions/about.dtd +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/mozapps/extensions/blocklist.dtd +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/mozapps/extensions/extensions.dtd +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/mozapps/extensions/extensions.properties +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/mozapps/extensions/newaddon.dtd +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/mozapps/extensions/newaddon.properties +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/mozapps/extensions/selectAddons.dtd +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/mozapps/extensions/selectAddons.properties +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/mozapps/extensions/update.dtd +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/mozapps/extensions/update.properties +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/mozapps/handling/handling.dtd +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/mozapps/handling/handling.properties +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/mozapps/preferences/changemp.dtd +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/mozapps/preferences/preferences.properties +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/mozapps/preferences/removemp.dtd +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/mozapps/profile/createProfileWizard.dtd +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/mozapps/profile/profileSelection.dtd +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/mozapps/profile/profileSelection.properties +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/mozapps/update/history.dtd +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/mozapps/update/updates.dtd +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/mozapps/update/updates.properties +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/mozapps/xpinstall/xpinstallConfirm.dtd +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/mozapps/xpinstall/xpinstallConfirm.properties +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/mozldap/ldap.properties +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/necko/necko.properties +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/passwordmgr/passwordManager.dtd +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/passwordmgr/passwordmgr.properties +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/pipnss/nsserrors.properties +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/pipnss/pipnss.properties +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/pippki/certManager.dtd +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/pippki/deviceManager.dtd +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/pippki/pippki.dtd +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/pippki/pippki.properties +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/places/places.properties +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/chrome/gd/locale/gd/pluginproblem/pluginproblem.dtd +lib/thunderbird/extensions/langpack-gd@thunderbird.mozilla.org/install.rdf +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome.manifest +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl.manifest +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/alerts/alert.dtd +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/alerts/alert.properties +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/autoconfig/autoconfig.properties +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/branding/brand.dtd +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/branding/brand.properties +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/chat/accounts.properties +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/chat/commands.properties +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/chat/contacts.properties +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/chat/conversations.properties +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/chat/facebook.properties +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/chat/imtooltip.properties +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/chat/irc.properties +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/chat/logger.properties +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/chat/skype.properties +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/chat/status.properties +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/chat/twitter.properties +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/chat/xmpp.properties +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/chat/yahoo.properties +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/communicator/utilityOverlay.dtd +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/cookie/cookieAcceptDialog.dtd +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/cookie/cookieAcceptDialog.properties +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/devtools/shared/csscoverage.dtd +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/devtools/shared/csscoverage.properties +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/devtools/shared/debugger.properties +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/devtools/shared/gcli.properties +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/devtools/shared/gclicommands.properties +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/devtools/shared/styleinspector.properties +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/editor/EdAdvancedEdit.dtd +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/editor/EdColorPicker.dtd +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/editor/EdConvertToTable.dtd +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/editor/EdDialogOverlay.dtd +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/editor/EdNamedAnchorProperties.dtd +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/editor/EditorButtonProperties.dtd +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/editor/EditorColorProperties.dtd +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/editor/EditorFieldSetProperties.dtd +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/editor/EditorFormProperties.dtd +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/editor/EditorHLineProperties.dtd +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/editor/EditorImageProperties.dtd +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/editor/EditorInputProperties.dtd +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/editor/EditorInsertChars.dtd +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/editor/EditorInsertMath.dtd +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/editor/EditorInsertSource.dtd +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/editor/EditorInsertTOC.dtd +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/editor/EditorInsertTable.dtd +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/editor/EditorLabelProperties.dtd +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/editor/EditorLinkProperties.dtd +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/editor/EditorListProperties.dtd +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/editor/EditorPersonalDictionary.dtd +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/editor/EditorReplace.dtd +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/editor/EditorSelectProperties.dtd +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/editor/EditorSpellCheck.dtd +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/editor/EditorTableProperties.dtd +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/editor/EditorTextAreaProperties.dtd +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/editor/editor.properties +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/editor/editorOverlay.dtd +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/editor/editorSmileyOverlay.dtd +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/formautofill/requestAutocomplete.dtd +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/global-platform/mac/accessible.properties +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/global-platform/mac/intl.properties +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/global-platform/mac/platformKeys.properties +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/global-platform/unix/accessible.properties +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/global-platform/unix/intl.properties +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/global-platform/unix/platformKeys.properties +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/global-platform/win/accessible.properties +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/global-platform/win/intl.properties +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/global-platform/win/platformKeys.properties +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/global-region/region.properties +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/global/AccessFu.properties +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/global/about.dtd +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/global/aboutAbout.dtd +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/global/aboutNetworking.dtd +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/global/aboutReader.properties +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/global/aboutRights.dtd +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/global/aboutServiceWorkers.dtd +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/global/aboutServiceWorkers.properties +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/global/aboutSupport.dtd +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/global/aboutSupport.properties +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/global/aboutTelemetry.dtd +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/global/aboutTelemetry.properties +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/global/aboutWebrtc.properties +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/global/appPicker.dtd +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/global/appstrings.properties +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/global/autocomplete.properties +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/global/brand.dtd +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/global/browser.properties +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/global/charsetMenu.dtd +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/global/charsetMenu.properties +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/global/commonDialog.dtd +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/global/commonDialogs.properties +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/global/config.dtd +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/global/config.properties +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/global/console.dtd +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/global/console.properties +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/global/contentAreaCommands.properties +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/global/crashes.dtd +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/global/crashes.properties +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/global/css.properties +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/global/customizeToolbar.dtd +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/global/customizeToolbar.properties +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/global/dateFormat.properties +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/global/datetimepicker.dtd +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/global/dialog.properties +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/global/dialogOverlay.dtd +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/global/dom/dom.properties +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/global/editMenuOverlay.dtd +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/global/fallbackMenubar.properties +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/global/filefield.properties +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/global/filepicker.dtd +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/global/filepicker.properties +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/global/findbar.dtd +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/global/findbar.properties +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/global/finddialog.dtd +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/global/finddialog.properties +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/global/global-strres.properties +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/global/global.dtd +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/global/globalKeys.dtd +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/global/headsUpDisplay.properties +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/global/intl.css +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/global/intl.properties +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/global/keys.properties +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/global/languageNames.properties +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/global/layout/HtmlForm.properties +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/global/layout/MediaDocument.properties +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/global/layout/htmlparser.properties +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/global/layout/xmlparser.properties +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/global/layout_errors.properties +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/global/mathml/mathml.properties +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/global/mozilla.dtd +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/global/netError.dtd +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/global/netErrorApp.dtd +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/global/notification.dtd +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/global/nsWebBrowserPersist.properties +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/global/plugins.properties +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/global/preferences.dtd +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/global/printPageSetup.dtd +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/global/printPreview.dtd +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/global/printPreviewProgress.dtd +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/global/printProgress.dtd +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/global/printdialog.dtd +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/global/printdialog.properties +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/global/printing.properties +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/global/printjoboptions.dtd +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/global/regionNames.properties +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/global/resetProfile.dtd +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/global/resetProfile.properties +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/global/search/search.properties +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/global/security/caps.properties +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/global/security/csp.properties +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/global/security/security.properties +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/global/svg/svg.properties +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/global/textcontext.dtd +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/global/tree.dtd +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/global/videocontrols.dtd +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/global/viewSource.dtd +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/global/viewSource.properties +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/global/webapps.properties +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/global/wizard.dtd +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/global/wizard.properties +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/global/xbl.properties +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/global/xml/prettyprint.dtd +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/global/xslt/xslt.properties +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/global/xul.properties +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/messenger-mapi/mapi.properties +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/messenger-newsblog/am-newsblog.dtd +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/messenger-newsblog/feed-subscriptions.dtd +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/messenger-newsblog/newsblog.properties +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/messenger-region/region.properties +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/messenger-smime/certFetchingStatus.dtd +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/messenger-smime/msgCompSMIMEOverlay.dtd +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/messenger-smime/msgCompSMIMEOverlay.properties +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/messenger-smime/msgCompSecurityInfo.dtd +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/messenger-smime/msgCompSecurityInfo.properties +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/messenger-smime/msgReadSMIMEOverlay.dtd +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/messenger-smime/msgReadSMIMEOverlay.properties +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/messenger-smime/msgReadSecurityInfo.dtd +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/messenger-smime/msgSecurityInfo.properties +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/messenger/AccountManager.dtd +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/messenger/AccountWizard.dtd +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/messenger/CustomHeaders.dtd +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/messenger/FilterEditor.dtd +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/messenger/FilterListDialog.dtd +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/messenger/SearchDialog.dtd +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/messenger/aboutDialog.dtd +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/messenger/aboutDownloads.dtd +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/messenger/aboutRights.dtd +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/messenger/aboutRights.properties +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/messenger/aboutSupportMail.dtd +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/messenger/aboutSupportMail.properties +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/messenger/accountCreation.dtd +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/messenger/accountCreation.properties +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/messenger/accountCreationModel.properties +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/messenger/accountCreationUtil.properties +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/messenger/activity.dtd +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/messenger/activity.properties +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/messenger/addbuddy.dtd +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/messenger/addressbook/abAddressBookNameDialog.dtd +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/messenger/addressbook/abCardOverlay.dtd +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/messenger/addressbook/abContactsPanel.dtd +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/messenger/addressbook/abMailListDialog.dtd +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/messenger/addressbook/abMainWindow.dtd +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/messenger/addressbook/abNewCardDialog.dtd +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/messenger/addressbook/abResultsPaneOverlay.dtd +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/messenger/addressbook/addressBook.properties +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/messenger/addressbook/ldapAutoCompErrs.properties +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/messenger/addressbook/pref-directory-add.dtd +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/messenger/addressbook/pref-directory.dtd +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/messenger/addressbook/replicationProgress.properties +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/messenger/am-addressing.dtd +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/messenger/am-advanced.dtd +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/messenger/am-archiveoptions.dtd +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/messenger/am-copies.dtd +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/messenger/am-identities-list.dtd +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/messenger/am-identity-edit.dtd +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/messenger/am-im.dtd +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/messenger/am-junk.dtd +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/messenger/am-main.dtd +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/messenger/am-mdn.dtd +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/messenger/am-mdn.properties +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/messenger/am-offline.dtd +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/messenger/am-server-advanced.dtd +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/messenger/am-server-top.dtd +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/messenger/am-serverwithnoidentities.dtd +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/messenger/am-smime.dtd +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/messenger/am-smime.properties +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/messenger/appleMailImportMsgs.properties +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/messenger/baseMenuOverlay.dtd +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/messenger/charsetTitles.properties +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/messenger/chat.dtd +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/messenger/chat.properties +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/messenger/cloudfile/Box/auth.dtd +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/messenger/cloudfile/Box/management.dtd +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/messenger/cloudfile/Box/settings.dtd +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/messenger/cloudfile/Hightail/fileExceeds2GB.dtd +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/messenger/cloudfile/Hightail/fileExceedsLimit.dtd +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/messenger/cloudfile/Hightail/fileExceedsQuota.dtd +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/messenger/cloudfile/Hightail/management.dtd +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/messenger/cloudfile/Hightail/settings.dtd +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/messenger/cloudfile/addAccountDialog.dtd +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/messenger/cloudfile/management.dtd +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/messenger/configEditorOverlay.dtd +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/messenger/custom.properties +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/messenger/customizeToolbarOverlay.dtd +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/messenger/downloadheaders.dtd +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/messenger/downloads/settingsChange.dtd +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/messenger/downloadsOverlay.dtd +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/messenger/editContactOverlay.dtd +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/messenger/editContactOverlay.properties +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/messenger/eudoraImportMsgs.properties +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/messenger/fieldMapImport.dtd +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/messenger/filter.properties +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/messenger/folderProps.dtd +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/messenger/folderWidgets.properties +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/messenger/folderpane.dtd +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/messenger/gloda.properties +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/messenger/glodaComplete.properties +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/messenger/glodaFacetView.dtd +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/messenger/glodaFacetView.properties +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/messenger/imAccountWizard.dtd +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/messenger/imAccounts.dtd +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/messenger/imAccounts.properties +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/messenger/imapMsgs.properties +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/messenger/importDialog.dtd +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/messenger/importMsgs.properties +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/messenger/joinChat.dtd +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/messenger/junkLog.dtd +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/messenger/junkMailInfo.dtd +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/messenger/localMsgs.properties +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/messenger/mailEditorOverlay.dtd +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/messenger/mailOverlay.dtd +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/messenger/mailViewList.dtd +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/messenger/mailViewSetup.dtd +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/messenger/mailviews.properties +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/messenger/markByDate.dtd +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/messenger/messenger.dtd +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/messenger/messenger.properties +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/messenger/messengercompose/addressingWidgetOverlay.dtd +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/messenger/messengercompose/askSendFormat.dtd +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/messenger/messengercompose/askSendFormat.properties +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/messenger/messengercompose/composeMsgs.properties +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/messenger/messengercompose/mailComposeEditorOverlay.dtd +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/messenger/messengercompose/messengercompose.dtd +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/messenger/messengercompose/sendProgress.dtd +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/messenger/messengercompose/sendProgress.properties +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/messenger/migration/migration.dtd +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/messenger/migration/migration.properties +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/messenger/mime.properties +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/messenger/mimeheader.properties +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/messenger/msgAccountCentral.dtd +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/messenger/msgHdrViewOverlay.dtd +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/messenger/msgPrintEngine.dtd +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/messenger/msgSynchronize.dtd +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/messenger/msgViewPickerOverlay.dtd +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/messenger/msgmdn.properties +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/messenger/multimessageview.dtd +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/messenger/multimessageview.properties +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/messenger/netError.dtd +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/messenger/newFolderDialog.dtd +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/messenger/newTagDialog.dtd +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/messenger/newmailaccount/accountProvisioner.dtd +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/messenger/newmailaccount/accountProvisioner.properties +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/messenger/news.properties +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/messenger/oeImportMsgs.properties +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/messenger/offline.properties +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/messenger/offlineStartup.properties +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/messenger/outlookImportMsgs.properties +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/messenger/pgpmime.properties +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/messenger/preferences/advanced.dtd +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/messenger/preferences/applicationManager.dtd +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/messenger/preferences/applicationManager.properties +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/messenger/preferences/applications.dtd +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/messenger/preferences/applications.properties +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/messenger/preferences/attachmentReminder.dtd +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/messenger/preferences/chat.dtd +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/messenger/preferences/colors.dtd +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/messenger/preferences/compose.dtd +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/messenger/preferences/connection.dtd +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/messenger/preferences/cookies.dtd +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/messenger/preferences/display.dtd +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/messenger/preferences/dockoptions.dtd +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/messenger/preferences/fonts.dtd +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/messenger/preferences/general.dtd +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/messenger/preferences/notifications.dtd +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/messenger/preferences/offline.dtd +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/messenger/preferences/permissions.dtd +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/messenger/preferences/preferences.dtd +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/messenger/preferences/preferences.properties +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/messenger/preferences/privacy.dtd +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/messenger/preferences/receipts.dtd +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/messenger/preferences/security.dtd +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/messenger/preferences/sendoptions.dtd +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/messenger/prefs.properties +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/messenger/quickFilterBar.dtd +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/messenger/renameFolderDialog.dtd +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/messenger/safeMode.dtd +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/messenger/sanitize.dtd +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/messenger/search-attributes.properties +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/messenger/search-operators.properties +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/messenger/search.properties +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/messenger/searchIntegrationDefault.dtd +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/messenger/searchIntegrationMac.dtd +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/messenger/searchIntegrationWin.dtd +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/messenger/searchTermOverlay.dtd +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/messenger/searchplugins/amazondotcom.xml +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/messenger/searchplugins/aol-web-search.xml +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/messenger/searchplugins/bing.xml +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/messenger/searchplugins/eBay.xml +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/messenger/searchplugins/list.txt +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/messenger/searchplugins/twitter.xml +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/messenger/searchplugins/wikipedia.xml +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/messenger/searchplugins/yahoo.xml +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/messenger/shutdownWindow.properties +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/messenger/smime.properties +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/messenger/smtpEditOverlay.dtd +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/messenger/subscribe.dtd +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/messenger/subscribe.properties +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/messenger/systemIntegrationDialog.dtd +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/messenger/tabmail.dtd +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/messenger/taskbar.properties +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/messenger/telemetry.properties +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/messenger/templateUtils.properties +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/messenger/textImportMsgs.properties +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/messenger/vCardImportMsgs.properties +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/messenger/viewLog.dtd +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/messenger/viewZoomOverlay.dtd +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/messenger/virtualFolderListDialog.dtd +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/messenger/virtualFolderProperties.dtd +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/messenger/wmImportMsgs.properties +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/mozapps/downloads/downloads.dtd +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/mozapps/downloads/downloads.properties +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/mozapps/downloads/settingsChange.dtd +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/mozapps/downloads/unknownContentType.dtd +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/mozapps/downloads/unknownContentType.properties +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/mozapps/extensions/about.dtd +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/mozapps/extensions/blocklist.dtd +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/mozapps/extensions/extensions.dtd +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/mozapps/extensions/extensions.properties +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/mozapps/extensions/newaddon.dtd +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/mozapps/extensions/newaddon.properties +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/mozapps/extensions/selectAddons.dtd +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/mozapps/extensions/selectAddons.properties +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/mozapps/extensions/update.dtd +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/mozapps/extensions/update.properties +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/mozapps/handling/handling.dtd +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/mozapps/handling/handling.properties +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/mozapps/preferences/changemp.dtd +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/mozapps/preferences/preferences.properties +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/mozapps/preferences/removemp.dtd +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/mozapps/profile/createProfileWizard.dtd +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/mozapps/profile/profileSelection.dtd +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/mozapps/profile/profileSelection.properties +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/mozapps/update/history.dtd +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/mozapps/update/updates.dtd +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/mozapps/update/updates.properties +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/mozapps/xpinstall/xpinstallConfirm.dtd +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/mozapps/xpinstall/xpinstallConfirm.properties +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/mozldap/ldap.properties +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/necko/necko.properties +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/passwordmgr/passwordManager.dtd +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/passwordmgr/passwordmgr.properties +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/pipnss/nsserrors.properties +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/pipnss/pipnss.properties +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/pippki/certManager.dtd +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/pippki/deviceManager.dtd +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/pippki/pippki.dtd +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/pippki/pippki.properties +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/places/places.properties +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/chrome/gl/locale/gl/pluginproblem/pluginproblem.dtd +lib/thunderbird/extensions/langpack-gl@thunderbird.mozilla.org/install.rdf lib/thunderbird/extensions/langpack-he@thunderbird.mozilla.org/chrome.manifest -lib/thunderbird/extensions/langpack-he@thunderbird.mozilla.org/chrome/.mkdir.done lib/thunderbird/extensions/langpack-he@thunderbird.mozilla.org/chrome/he.manifest lib/thunderbird/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/alerts/alert.dtd -lib/thunderbird/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/alerts/notificationNames.properties +lib/thunderbird/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/alerts/alert.properties lib/thunderbird/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/autoconfig/autoconfig.properties lib/thunderbird/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/branding/brand.dtd lib/thunderbird/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/branding/brand.properties @@ -7558,6 +10253,7 @@ lib/thunderbird/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/ lib/thunderbird/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/chat/imtooltip.properties lib/thunderbird/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/chat/irc.properties lib/thunderbird/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/chat/logger.properties +lib/thunderbird/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/chat/skype.properties lib/thunderbird/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/chat/status.properties lib/thunderbird/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/chat/twitter.properties lib/thunderbird/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/chat/xmpp.properties @@ -7565,6 +10261,12 @@ lib/thunderbird/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/ lib/thunderbird/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/communicator/utilityOverlay.dtd lib/thunderbird/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/cookie/cookieAcceptDialog.dtd lib/thunderbird/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/cookie/cookieAcceptDialog.properties +lib/thunderbird/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/devtools/shared/csscoverage.dtd +lib/thunderbird/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/devtools/shared/csscoverage.properties +lib/thunderbird/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/devtools/shared/debugger.properties +lib/thunderbird/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/devtools/shared/gcli.properties +lib/thunderbird/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/devtools/shared/gclicommands.properties +lib/thunderbird/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/devtools/shared/styleinspector.properties lib/thunderbird/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/editor/EdAdvancedEdit.dtd lib/thunderbird/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/editor/EdColorPicker.dtd lib/thunderbird/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/editor/EdConvertToTable.dtd @@ -7611,10 +10313,13 @@ lib/thunderbird/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/ lib/thunderbird/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/global/aboutNetworking.dtd lib/thunderbird/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/global/aboutReader.properties lib/thunderbird/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/global/aboutRights.dtd +lib/thunderbird/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/global/aboutServiceWorkers.dtd +lib/thunderbird/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/global/aboutServiceWorkers.properties lib/thunderbird/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/global/aboutSupport.dtd lib/thunderbird/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/global/aboutSupport.properties lib/thunderbird/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/global/aboutTelemetry.dtd lib/thunderbird/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/global/aboutTelemetry.properties +lib/thunderbird/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/global/aboutWebrtc.properties lib/thunderbird/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/global/appPicker.dtd lib/thunderbird/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/global/appstrings.properties lib/thunderbird/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/global/autocomplete.properties @@ -7636,10 +10341,6 @@ lib/thunderbird/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/ lib/thunderbird/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/global/customizeToolbar.properties lib/thunderbird/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/global/dateFormat.properties lib/thunderbird/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/global/datetimepicker.dtd -lib/thunderbird/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/global/devtools/csscoverage.dtd -lib/thunderbird/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/global/devtools/csscoverage.properties -lib/thunderbird/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/global/devtools/debugger.properties -lib/thunderbird/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/global/devtools/styleinspector.properties lib/thunderbird/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/global/dialog.properties lib/thunderbird/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/global/dialogOverlay.dtd lib/thunderbird/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/global/dom/dom.properties @@ -7881,6 +10582,15 @@ lib/thunderbird/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/ lib/thunderbird/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/messenger/searchIntegrationMac.dtd lib/thunderbird/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/messenger/searchIntegrationWin.dtd lib/thunderbird/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/messenger/searchTermOverlay.dtd +lib/thunderbird/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/messenger/searchplugins/amazondotcom.xml +lib/thunderbird/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/messenger/searchplugins/aol-web-search.xml +lib/thunderbird/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/messenger/searchplugins/bing.xml +lib/thunderbird/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/messenger/searchplugins/eBay.xml +lib/thunderbird/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/messenger/searchplugins/google.xml +lib/thunderbird/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/messenger/searchplugins/list.txt +lib/thunderbird/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/messenger/searchplugins/twitter.xml +lib/thunderbird/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/messenger/searchplugins/wikipedia.xml +lib/thunderbird/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/messenger/searchplugins/yahoo.xml lib/thunderbird/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/messenger/shutdownWindow.properties lib/thunderbird/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/messenger/smime.properties lib/thunderbird/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/messenger/smtpEditOverlay.dtd @@ -7915,7 +10625,6 @@ lib/thunderbird/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/ lib/thunderbird/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/mozapps/extensions/update.properties lib/thunderbird/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/mozapps/handling/handling.dtd lib/thunderbird/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/mozapps/handling/handling.properties -lib/thunderbird/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/mozapps/plugins/plugins.dtd lib/thunderbird/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/mozapps/preferences/changemp.dtd lib/thunderbird/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/mozapps/preferences/preferences.properties lib/thunderbird/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/mozapps/preferences/removemp.dtd @@ -7938,12 +10647,833 @@ lib/thunderbird/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/ lib/thunderbird/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/pippki/pippki.dtd lib/thunderbird/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/pippki/pippki.properties lib/thunderbird/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/places/places.properties +lib/thunderbird/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/pluginproblem/pluginproblem.dtd lib/thunderbird/extensions/langpack-he@thunderbird.mozilla.org/install.rdf +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome.manifest +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr.manifest +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/alerts/alert.dtd +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/alerts/alert.properties +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/autoconfig/autoconfig.properties +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/branding/brand.dtd +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/branding/brand.properties +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/chat/accounts.properties +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/chat/commands.properties +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/chat/contacts.properties +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/chat/conversations.properties +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/chat/facebook.properties +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/chat/imtooltip.properties +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/chat/irc.properties +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/chat/logger.properties +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/chat/skype.properties +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/chat/status.properties +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/chat/twitter.properties +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/chat/xmpp.properties +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/chat/yahoo.properties +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/communicator/utilityOverlay.dtd +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/cookie/cookieAcceptDialog.dtd +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/cookie/cookieAcceptDialog.properties +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/devtools/shared/csscoverage.dtd +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/devtools/shared/csscoverage.properties +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/devtools/shared/debugger.properties +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/devtools/shared/gcli.properties +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/devtools/shared/gclicommands.properties +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/devtools/shared/styleinspector.properties +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/editor/EdAdvancedEdit.dtd +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/editor/EdColorPicker.dtd +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/editor/EdConvertToTable.dtd +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/editor/EdDialogOverlay.dtd +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/editor/EdNamedAnchorProperties.dtd +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/editor/EditorButtonProperties.dtd +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/editor/EditorColorProperties.dtd +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/editor/EditorFieldSetProperties.dtd +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/editor/EditorFormProperties.dtd +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/editor/EditorHLineProperties.dtd +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/editor/EditorImageProperties.dtd +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/editor/EditorInputProperties.dtd +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/editor/EditorInsertChars.dtd +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/editor/EditorInsertMath.dtd +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/editor/EditorInsertSource.dtd +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/editor/EditorInsertTOC.dtd +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/editor/EditorInsertTable.dtd +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/editor/EditorLabelProperties.dtd +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/editor/EditorLinkProperties.dtd +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/editor/EditorListProperties.dtd +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/editor/EditorPersonalDictionary.dtd +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/editor/EditorReplace.dtd +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/editor/EditorSelectProperties.dtd +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/editor/EditorSpellCheck.dtd +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/editor/EditorTableProperties.dtd +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/editor/EditorTextAreaProperties.dtd +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/editor/editor.properties +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/editor/editorOverlay.dtd +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/editor/editorSmileyOverlay.dtd +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/formautofill/requestAutocomplete.dtd +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/global-platform/mac/accessible.properties +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/global-platform/mac/intl.properties +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/global-platform/mac/platformKeys.properties +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/global-platform/unix/accessible.properties +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/global-platform/unix/intl.properties +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/global-platform/unix/platformKeys.properties +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/global-platform/win/accessible.properties +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/global-platform/win/intl.properties +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/global-platform/win/platformKeys.properties +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/global-region/region.properties +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/global/AccessFu.properties +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/global/about.dtd +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/global/aboutAbout.dtd +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/global/aboutNetworking.dtd +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/global/aboutReader.properties +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/global/aboutRights.dtd +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/global/aboutServiceWorkers.dtd +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/global/aboutServiceWorkers.properties +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/global/aboutSupport.dtd +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/global/aboutSupport.properties +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/global/aboutTelemetry.dtd +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/global/aboutTelemetry.properties +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/global/aboutWebrtc.properties +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/global/appPicker.dtd +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/global/appstrings.properties +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/global/autocomplete.properties +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/global/brand.dtd +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/global/browser.properties +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/global/charsetMenu.dtd +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/global/charsetMenu.properties +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/global/commonDialog.dtd +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/global/commonDialogs.properties +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/global/config.dtd +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/global/config.properties +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/global/console.dtd +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/global/console.properties +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/global/contentAreaCommands.properties +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/global/crashes.dtd +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/global/crashes.properties +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/global/css.properties +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/global/customizeToolbar.dtd +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/global/customizeToolbar.properties +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/global/dateFormat.properties +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/global/datetimepicker.dtd +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/global/dialog.properties +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/global/dialogOverlay.dtd +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/global/dom/dom.properties +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/global/editMenuOverlay.dtd +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/global/fallbackMenubar.properties +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/global/filefield.properties +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/global/filepicker.dtd +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/global/filepicker.properties +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/global/findbar.dtd +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/global/findbar.properties +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/global/finddialog.dtd +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/global/finddialog.properties +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/global/global-strres.properties +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/global/global.dtd +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/global/globalKeys.dtd +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/global/headsUpDisplay.properties +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/global/intl.css +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/global/intl.properties +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/global/keys.properties +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/global/languageNames.properties +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/global/layout/HtmlForm.properties +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/global/layout/MediaDocument.properties +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/global/layout/htmlparser.properties +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/global/layout/xmlparser.properties +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/global/layout_errors.properties +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/global/mathml/mathml.properties +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/global/mozilla.dtd +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/global/netError.dtd +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/global/netErrorApp.dtd +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/global/notification.dtd +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/global/nsWebBrowserPersist.properties +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/global/plugins.properties +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/global/preferences.dtd +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/global/printPageSetup.dtd +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/global/printPreview.dtd +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/global/printPreviewProgress.dtd +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/global/printProgress.dtd +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/global/printdialog.dtd +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/global/printdialog.properties +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/global/printing.properties +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/global/printjoboptions.dtd +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/global/regionNames.properties +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/global/resetProfile.dtd +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/global/resetProfile.properties +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/global/search/search.properties +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/global/security/caps.properties +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/global/security/csp.properties +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/global/security/security.properties +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/global/svg/svg.properties +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/global/textcontext.dtd +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/global/tree.dtd +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/global/videocontrols.dtd +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/global/viewSource.dtd +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/global/viewSource.properties +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/global/webapps.properties +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/global/wizard.dtd +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/global/wizard.properties +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/global/xbl.properties +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/global/xml/prettyprint.dtd +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/global/xslt/xslt.properties +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/global/xul.properties +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/messenger-mapi/mapi.properties +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/messenger-newsblog/am-newsblog.dtd +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/messenger-newsblog/feed-subscriptions.dtd +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/messenger-newsblog/newsblog.properties +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/messenger-region/region.properties +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/messenger-smime/certFetchingStatus.dtd +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/messenger-smime/msgCompSMIMEOverlay.dtd +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/messenger-smime/msgCompSMIMEOverlay.properties +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/messenger-smime/msgCompSecurityInfo.dtd +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/messenger-smime/msgCompSecurityInfo.properties +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/messenger-smime/msgReadSMIMEOverlay.dtd +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/messenger-smime/msgReadSMIMEOverlay.properties +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/messenger-smime/msgReadSecurityInfo.dtd +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/messenger-smime/msgSecurityInfo.properties +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/messenger/AccountManager.dtd +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/messenger/AccountWizard.dtd +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/messenger/CustomHeaders.dtd +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/messenger/FilterEditor.dtd +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/messenger/FilterListDialog.dtd +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/messenger/SearchDialog.dtd +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/messenger/aboutDialog.dtd +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/messenger/aboutDownloads.dtd +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/messenger/aboutRights.dtd +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/messenger/aboutRights.properties +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/messenger/aboutSupportMail.dtd +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/messenger/aboutSupportMail.properties +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/messenger/accountCreation.dtd +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/messenger/accountCreation.properties +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/messenger/accountCreationModel.properties +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/messenger/accountCreationUtil.properties +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/messenger/activity.dtd +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/messenger/activity.properties +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/messenger/addbuddy.dtd +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/messenger/addressbook/abAddressBookNameDialog.dtd +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/messenger/addressbook/abCardOverlay.dtd +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/messenger/addressbook/abContactsPanel.dtd +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/messenger/addressbook/abMailListDialog.dtd +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/messenger/addressbook/abMainWindow.dtd +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/messenger/addressbook/abNewCardDialog.dtd +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/messenger/addressbook/abResultsPaneOverlay.dtd +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/messenger/addressbook/addressBook.properties +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/messenger/addressbook/ldapAutoCompErrs.properties +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/messenger/addressbook/pref-directory-add.dtd +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/messenger/addressbook/pref-directory.dtd +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/messenger/addressbook/replicationProgress.properties +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/messenger/am-addressing.dtd +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/messenger/am-advanced.dtd +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/messenger/am-archiveoptions.dtd +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/messenger/am-copies.dtd +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/messenger/am-identities-list.dtd +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/messenger/am-identity-edit.dtd +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/messenger/am-im.dtd +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/messenger/am-junk.dtd +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/messenger/am-main.dtd +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/messenger/am-mdn.dtd +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/messenger/am-mdn.properties +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/messenger/am-offline.dtd +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/messenger/am-server-advanced.dtd +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/messenger/am-server-top.dtd +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/messenger/am-serverwithnoidentities.dtd +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/messenger/am-smime.dtd +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/messenger/am-smime.properties +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/messenger/appleMailImportMsgs.properties +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/messenger/baseMenuOverlay.dtd +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/messenger/charsetTitles.properties +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/messenger/chat.dtd +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/messenger/chat.properties +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/messenger/cloudfile/Box/auth.dtd +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/messenger/cloudfile/Box/management.dtd +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/messenger/cloudfile/Box/settings.dtd +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/messenger/cloudfile/Hightail/fileExceeds2GB.dtd +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/messenger/cloudfile/Hightail/fileExceedsLimit.dtd +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/messenger/cloudfile/Hightail/fileExceedsQuota.dtd +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/messenger/cloudfile/Hightail/management.dtd +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/messenger/cloudfile/Hightail/settings.dtd +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/messenger/cloudfile/addAccountDialog.dtd +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/messenger/cloudfile/management.dtd +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/messenger/configEditorOverlay.dtd +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/messenger/custom.properties +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/messenger/customizeToolbarOverlay.dtd +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/messenger/downloadheaders.dtd +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/messenger/downloads/settingsChange.dtd +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/messenger/downloadsOverlay.dtd +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/messenger/editContactOverlay.dtd +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/messenger/editContactOverlay.properties +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/messenger/eudoraImportMsgs.properties +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/messenger/fieldMapImport.dtd +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/messenger/filter.properties +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/messenger/folderProps.dtd +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/messenger/folderWidgets.properties +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/messenger/folderpane.dtd +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/messenger/gloda.properties +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/messenger/glodaComplete.properties +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/messenger/glodaFacetView.dtd +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/messenger/glodaFacetView.properties +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/messenger/imAccountWizard.dtd +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/messenger/imAccounts.dtd +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/messenger/imAccounts.properties +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/messenger/imapMsgs.properties +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/messenger/importDialog.dtd +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/messenger/importMsgs.properties +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/messenger/joinChat.dtd +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/messenger/junkLog.dtd +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/messenger/junkMailInfo.dtd +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/messenger/localMsgs.properties +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/messenger/mailEditorOverlay.dtd +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/messenger/mailOverlay.dtd +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/messenger/mailViewList.dtd +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/messenger/mailViewSetup.dtd +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/messenger/mailviews.properties +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/messenger/markByDate.dtd +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/messenger/messenger.dtd +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/messenger/messenger.properties +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/messenger/messengercompose/addressingWidgetOverlay.dtd +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/messenger/messengercompose/askSendFormat.dtd +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/messenger/messengercompose/askSendFormat.properties +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/messenger/messengercompose/composeMsgs.properties +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/messenger/messengercompose/mailComposeEditorOverlay.dtd +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/messenger/messengercompose/messengercompose.dtd +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/messenger/messengercompose/sendProgress.dtd +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/messenger/messengercompose/sendProgress.properties +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/messenger/migration/migration.dtd +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/messenger/migration/migration.properties +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/messenger/mime.properties +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/messenger/mimeheader.properties +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/messenger/msgAccountCentral.dtd +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/messenger/msgHdrViewOverlay.dtd +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/messenger/msgPrintEngine.dtd +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/messenger/msgSynchronize.dtd +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/messenger/msgViewPickerOverlay.dtd +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/messenger/msgmdn.properties +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/messenger/multimessageview.dtd +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/messenger/multimessageview.properties +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/messenger/netError.dtd +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/messenger/newFolderDialog.dtd +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/messenger/newTagDialog.dtd +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/messenger/newmailaccount/accountProvisioner.dtd +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/messenger/newmailaccount/accountProvisioner.properties +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/messenger/news.properties +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/messenger/oeImportMsgs.properties +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/messenger/offline.properties +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/messenger/offlineStartup.properties +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/messenger/outlookImportMsgs.properties +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/messenger/pgpmime.properties +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/messenger/preferences/advanced.dtd +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/messenger/preferences/applicationManager.dtd +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/messenger/preferences/applicationManager.properties +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/messenger/preferences/applications.dtd +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/messenger/preferences/applications.properties +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/messenger/preferences/attachmentReminder.dtd +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/messenger/preferences/chat.dtd +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/messenger/preferences/colors.dtd +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/messenger/preferences/compose.dtd +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/messenger/preferences/connection.dtd +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/messenger/preferences/cookies.dtd +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/messenger/preferences/display.dtd +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/messenger/preferences/dockoptions.dtd +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/messenger/preferences/fonts.dtd +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/messenger/preferences/general.dtd +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/messenger/preferences/notifications.dtd +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/messenger/preferences/offline.dtd +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/messenger/preferences/permissions.dtd +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/messenger/preferences/preferences.dtd +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/messenger/preferences/preferences.properties +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/messenger/preferences/privacy.dtd +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/messenger/preferences/receipts.dtd +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/messenger/preferences/security.dtd +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/messenger/preferences/sendoptions.dtd +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/messenger/prefs.properties +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/messenger/quickFilterBar.dtd +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/messenger/renameFolderDialog.dtd +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/messenger/safeMode.dtd +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/messenger/sanitize.dtd +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/messenger/search-attributes.properties +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/messenger/search-operators.properties +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/messenger/search.properties +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/messenger/searchIntegrationDefault.dtd +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/messenger/searchIntegrationMac.dtd +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/messenger/searchIntegrationWin.dtd +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/messenger/searchTermOverlay.dtd +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/messenger/searchplugins/amazondotcom.xml +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/messenger/searchplugins/aol-web-search.xml +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/messenger/searchplugins/bing.xml +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/messenger/searchplugins/eBay.xml +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/messenger/searchplugins/google.xml +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/messenger/searchplugins/list.txt +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/messenger/searchplugins/twitter.xml +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/messenger/searchplugins/wikipedia.xml +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/messenger/searchplugins/yahoo.xml +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/messenger/shutdownWindow.properties +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/messenger/smime.properties +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/messenger/smtpEditOverlay.dtd +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/messenger/subscribe.dtd +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/messenger/subscribe.properties +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/messenger/systemIntegrationDialog.dtd +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/messenger/tabmail.dtd +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/messenger/taskbar.properties +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/messenger/telemetry.properties +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/messenger/templateUtils.properties +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/messenger/textImportMsgs.properties +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/messenger/vCardImportMsgs.properties +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/messenger/viewLog.dtd +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/messenger/viewZoomOverlay.dtd +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/messenger/virtualFolderListDialog.dtd +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/messenger/virtualFolderProperties.dtd +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/messenger/wmImportMsgs.properties +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/mozapps/downloads/downloads.dtd +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/mozapps/downloads/downloads.properties +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/mozapps/downloads/settingsChange.dtd +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/mozapps/downloads/unknownContentType.dtd +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/mozapps/downloads/unknownContentType.properties +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/mozapps/extensions/about.dtd +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/mozapps/extensions/blocklist.dtd +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/mozapps/extensions/extensions.dtd +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/mozapps/extensions/extensions.properties +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/mozapps/extensions/newaddon.dtd +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/mozapps/extensions/newaddon.properties +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/mozapps/extensions/selectAddons.dtd +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/mozapps/extensions/selectAddons.properties +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/mozapps/extensions/update.dtd +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/mozapps/extensions/update.properties +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/mozapps/handling/handling.dtd +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/mozapps/handling/handling.properties +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/mozapps/preferences/changemp.dtd +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/mozapps/preferences/preferences.properties +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/mozapps/preferences/removemp.dtd +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/mozapps/profile/createProfileWizard.dtd +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/mozapps/profile/profileSelection.dtd +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/mozapps/profile/profileSelection.properties +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/mozapps/update/history.dtd +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/mozapps/update/updates.dtd +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/mozapps/update/updates.properties +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/mozapps/xpinstall/xpinstallConfirm.dtd +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/mozapps/xpinstall/xpinstallConfirm.properties +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/mozldap/ldap.properties +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/necko/necko.properties +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/passwordmgr/passwordManager.dtd +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/passwordmgr/passwordmgr.properties +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/pipnss/nsserrors.properties +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/pipnss/pipnss.properties +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/pippki/certManager.dtd +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/pippki/deviceManager.dtd +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/pippki/pippki.dtd +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/pippki/pippki.properties +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/places/places.properties +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/chrome/hr/locale/hr/pluginproblem/pluginproblem.dtd +lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org/install.rdf +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome.manifest +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb.manifest +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/alerts/alert.dtd +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/alerts/alert.properties +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/autoconfig/autoconfig.properties +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/branding/brand.dtd +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/branding/brand.properties +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/chat/accounts.properties +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/chat/commands.properties +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/chat/contacts.properties +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/chat/conversations.properties +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/chat/facebook.properties +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/chat/imtooltip.properties +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/chat/irc.properties +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/chat/logger.properties +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/chat/skype.properties +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/chat/status.properties +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/chat/twitter.properties +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/chat/xmpp.properties +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/chat/yahoo.properties +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/communicator/utilityOverlay.dtd +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/cookie/cookieAcceptDialog.dtd +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/cookie/cookieAcceptDialog.properties +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/devtools/shared/csscoverage.dtd +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/devtools/shared/csscoverage.properties +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/devtools/shared/debugger.properties +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/devtools/shared/gcli.properties +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/devtools/shared/gclicommands.properties +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/devtools/shared/styleinspector.properties +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/editor/EdAdvancedEdit.dtd +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/editor/EdColorPicker.dtd +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/editor/EdConvertToTable.dtd +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/editor/EdDialogOverlay.dtd +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/editor/EdNamedAnchorProperties.dtd +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/editor/EditorButtonProperties.dtd +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/editor/EditorColorProperties.dtd +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/editor/EditorFieldSetProperties.dtd +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/editor/EditorFormProperties.dtd +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/editor/EditorHLineProperties.dtd +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/editor/EditorImageProperties.dtd +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/editor/EditorInputProperties.dtd +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/editor/EditorInsertChars.dtd +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/editor/EditorInsertMath.dtd +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/editor/EditorInsertSource.dtd +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/editor/EditorInsertTOC.dtd +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/editor/EditorInsertTable.dtd +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/editor/EditorLabelProperties.dtd +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/editor/EditorLinkProperties.dtd +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/editor/EditorListProperties.dtd +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/editor/EditorPersonalDictionary.dtd +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/editor/EditorReplace.dtd +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/editor/EditorSelectProperties.dtd +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/editor/EditorSpellCheck.dtd +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/editor/EditorTableProperties.dtd +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/editor/EditorTextAreaProperties.dtd +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/editor/editor.properties +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/editor/editorOverlay.dtd +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/editor/editorSmileyOverlay.dtd +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/formautofill/requestAutocomplete.dtd +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/global-platform/mac/accessible.properties +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/global-platform/mac/intl.properties +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/global-platform/mac/platformKeys.properties +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/global-platform/unix/accessible.properties +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/global-platform/unix/intl.properties +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/global-platform/unix/platformKeys.properties +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/global-platform/win/accessible.properties +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/global-platform/win/intl.properties +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/global-platform/win/platformKeys.properties +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/global-region/region.properties +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/global/AccessFu.properties +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/global/about.dtd +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/global/aboutAbout.dtd +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/global/aboutNetworking.dtd +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/global/aboutReader.properties +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/global/aboutRights.dtd +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/global/aboutServiceWorkers.dtd +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/global/aboutServiceWorkers.properties +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/global/aboutSupport.dtd +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/global/aboutSupport.properties +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/global/aboutTelemetry.dtd +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/global/aboutTelemetry.properties +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/global/aboutWebrtc.properties +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/global/appPicker.dtd +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/global/appstrings.properties +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/global/autocomplete.properties +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/global/brand.dtd +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/global/browser.properties +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/global/charsetMenu.dtd +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/global/charsetMenu.properties +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/global/commonDialog.dtd +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/global/commonDialogs.properties +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/global/config.dtd +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/global/config.properties +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/global/console.dtd +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/global/console.properties +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/global/contentAreaCommands.properties +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/global/crashes.dtd +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/global/crashes.properties +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/global/css.properties +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/global/customizeToolbar.dtd +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/global/customizeToolbar.properties +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/global/dateFormat.properties +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/global/datetimepicker.dtd +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/global/dialog.properties +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/global/dialogOverlay.dtd +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/global/dom/dom.properties +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/global/editMenuOverlay.dtd +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/global/fallbackMenubar.properties +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/global/filefield.properties +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/global/filepicker.dtd +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/global/filepicker.properties +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/global/findbar.dtd +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/global/findbar.properties +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/global/finddialog.dtd +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/global/finddialog.properties +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/global/global-strres.properties +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/global/global.dtd +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/global/globalKeys.dtd +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/global/headsUpDisplay.properties +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/global/intl.css +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/global/intl.properties +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/global/keys.properties +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/global/languageNames.properties +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/global/layout/HtmlForm.properties +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/global/layout/MediaDocument.properties +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/global/layout/htmlparser.properties +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/global/layout/xmlparser.properties +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/global/layout_errors.properties +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/global/mathml/mathml.properties +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/global/mozilla.dtd +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/global/netError.dtd +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/global/netErrorApp.dtd +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/global/notification.dtd +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/global/nsWebBrowserPersist.properties +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/global/plugins.properties +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/global/preferences.dtd +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/global/printPageSetup.dtd +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/global/printPreview.dtd +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/global/printPreviewProgress.dtd +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/global/printProgress.dtd +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/global/printdialog.dtd +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/global/printdialog.properties +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/global/printing.properties +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/global/printjoboptions.dtd +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/global/regionNames.properties +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/global/resetProfile.dtd +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/global/resetProfile.properties +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/global/search/search.properties +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/global/security/caps.properties +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/global/security/csp.properties +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/global/security/security.properties +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/global/svg/svg.properties +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/global/textcontext.dtd +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/global/tree.dtd +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/global/videocontrols.dtd +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/global/viewSource.dtd +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/global/viewSource.properties +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/global/webapps.properties +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/global/wizard.dtd +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/global/wizard.properties +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/global/xbl.properties +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/global/xml/prettyprint.dtd +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/global/xslt/xslt.properties +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/global/xul.properties +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/messenger-mapi/mapi.properties +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/messenger-newsblog/am-newsblog.dtd +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/messenger-newsblog/feed-subscriptions.dtd +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/messenger-newsblog/newsblog.properties +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/messenger-region/region.properties +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/messenger-smime/certFetchingStatus.dtd +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/messenger-smime/msgCompSMIMEOverlay.dtd +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/messenger-smime/msgCompSMIMEOverlay.properties +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/messenger-smime/msgCompSecurityInfo.dtd +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/messenger-smime/msgCompSecurityInfo.properties +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/messenger-smime/msgReadSMIMEOverlay.dtd +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/messenger-smime/msgReadSMIMEOverlay.properties +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/messenger-smime/msgReadSecurityInfo.dtd +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/messenger-smime/msgSecurityInfo.properties +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/messenger/AccountManager.dtd +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/messenger/AccountWizard.dtd +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/messenger/CustomHeaders.dtd +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/messenger/FilterEditor.dtd +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/messenger/FilterListDialog.dtd +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/messenger/SearchDialog.dtd +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/messenger/aboutDialog.dtd +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/messenger/aboutDownloads.dtd +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/messenger/aboutRights.dtd +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/messenger/aboutRights.properties +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/messenger/aboutSupportMail.dtd +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/messenger/aboutSupportMail.properties +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/messenger/accountCreation.dtd +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/messenger/accountCreation.properties +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/messenger/accountCreationModel.properties +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/messenger/accountCreationUtil.properties +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/messenger/activity.dtd +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/messenger/activity.properties +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/messenger/addbuddy.dtd +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/messenger/addressbook/abAddressBookNameDialog.dtd +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/messenger/addressbook/abCardOverlay.dtd +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/messenger/addressbook/abContactsPanel.dtd +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/messenger/addressbook/abMailListDialog.dtd +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/messenger/addressbook/abMainWindow.dtd +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/messenger/addressbook/abNewCardDialog.dtd +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/messenger/addressbook/abResultsPaneOverlay.dtd +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/messenger/addressbook/addressBook.properties +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/messenger/addressbook/ldapAutoCompErrs.properties +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/messenger/addressbook/pref-directory-add.dtd +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/messenger/addressbook/pref-directory.dtd +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/messenger/addressbook/replicationProgress.properties +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/messenger/am-addressing.dtd +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/messenger/am-advanced.dtd +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/messenger/am-archiveoptions.dtd +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/messenger/am-copies.dtd +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/messenger/am-identities-list.dtd +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/messenger/am-identity-edit.dtd +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/messenger/am-im.dtd +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/messenger/am-junk.dtd +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/messenger/am-main.dtd +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/messenger/am-mdn.dtd +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/messenger/am-mdn.properties +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/messenger/am-offline.dtd +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/messenger/am-server-advanced.dtd +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/messenger/am-server-top.dtd +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/messenger/am-serverwithnoidentities.dtd +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/messenger/am-smime.dtd +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/messenger/am-smime.properties +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/messenger/appleMailImportMsgs.properties +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/messenger/baseMenuOverlay.dtd +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/messenger/charsetTitles.properties +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/messenger/chat.dtd +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/messenger/chat.properties +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/messenger/cloudfile/Box/auth.dtd +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/messenger/cloudfile/Box/management.dtd +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/messenger/cloudfile/Box/settings.dtd +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/messenger/cloudfile/Hightail/fileExceeds2GB.dtd +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/messenger/cloudfile/Hightail/fileExceedsLimit.dtd +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/messenger/cloudfile/Hightail/fileExceedsQuota.dtd +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/messenger/cloudfile/Hightail/management.dtd +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/messenger/cloudfile/Hightail/settings.dtd +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/messenger/cloudfile/addAccountDialog.dtd +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/messenger/cloudfile/management.dtd +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/messenger/configEditorOverlay.dtd +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/messenger/custom.properties +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/messenger/customizeToolbarOverlay.dtd +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/messenger/downloadheaders.dtd +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/messenger/downloads/settingsChange.dtd +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/messenger/downloadsOverlay.dtd +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/messenger/editContactOverlay.dtd +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/messenger/editContactOverlay.properties +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/messenger/eudoraImportMsgs.properties +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/messenger/fieldMapImport.dtd +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/messenger/filter.properties +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/messenger/folderProps.dtd +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/messenger/folderWidgets.properties +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/messenger/folderpane.dtd +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/messenger/gloda.properties +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/messenger/glodaComplete.properties +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/messenger/glodaFacetView.dtd +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/messenger/glodaFacetView.properties +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/messenger/imAccountWizard.dtd +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/messenger/imAccounts.dtd +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/messenger/imAccounts.properties +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/messenger/imapMsgs.properties +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/messenger/importDialog.dtd +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/messenger/importMsgs.properties +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/messenger/joinChat.dtd +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/messenger/junkLog.dtd +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/messenger/junkMailInfo.dtd +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/messenger/localMsgs.properties +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/messenger/mailEditorOverlay.dtd +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/messenger/mailOverlay.dtd +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/messenger/mailViewList.dtd +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/messenger/mailViewSetup.dtd +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/messenger/mailviews.properties +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/messenger/markByDate.dtd +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/messenger/messenger.dtd +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/messenger/messenger.properties +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/messenger/messengercompose/addressingWidgetOverlay.dtd +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/messenger/messengercompose/askSendFormat.dtd +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/messenger/messengercompose/askSendFormat.properties +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/messenger/messengercompose/composeMsgs.properties +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/messenger/messengercompose/mailComposeEditorOverlay.dtd +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/messenger/messengercompose/messengercompose.dtd +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/messenger/messengercompose/sendProgress.dtd +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/messenger/messengercompose/sendProgress.properties +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/messenger/migration/migration.dtd +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/messenger/migration/migration.properties +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/messenger/mime.properties +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/messenger/mimeheader.properties +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/messenger/msgAccountCentral.dtd +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/messenger/msgHdrViewOverlay.dtd +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/messenger/msgPrintEngine.dtd +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/messenger/msgSynchronize.dtd +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/messenger/msgViewPickerOverlay.dtd +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/messenger/msgmdn.properties +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/messenger/multimessageview.dtd +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/messenger/multimessageview.properties +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/messenger/netError.dtd +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/messenger/newFolderDialog.dtd +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/messenger/newTagDialog.dtd +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/messenger/newmailaccount/accountProvisioner.dtd +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/messenger/newmailaccount/accountProvisioner.properties +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/messenger/news.properties +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/messenger/oeImportMsgs.properties +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/messenger/offline.properties +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/messenger/offlineStartup.properties +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/messenger/outlookImportMsgs.properties +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/messenger/pgpmime.properties +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/messenger/preferences/advanced.dtd +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/messenger/preferences/applicationManager.dtd +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/messenger/preferences/applicationManager.properties +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/messenger/preferences/applications.dtd +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/messenger/preferences/applications.properties +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/messenger/preferences/attachmentReminder.dtd +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/messenger/preferences/chat.dtd +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/messenger/preferences/colors.dtd +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/messenger/preferences/compose.dtd +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/messenger/preferences/connection.dtd +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/messenger/preferences/cookies.dtd +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/messenger/preferences/display.dtd +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/messenger/preferences/dockoptions.dtd +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/messenger/preferences/fonts.dtd +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/messenger/preferences/general.dtd +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/messenger/preferences/notifications.dtd +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/messenger/preferences/offline.dtd +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/messenger/preferences/permissions.dtd +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/messenger/preferences/preferences.dtd +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/messenger/preferences/preferences.properties +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/messenger/preferences/privacy.dtd +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/messenger/preferences/receipts.dtd +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/messenger/preferences/security.dtd +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/messenger/preferences/sendoptions.dtd +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/messenger/prefs.properties +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/messenger/quickFilterBar.dtd +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/messenger/renameFolderDialog.dtd +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/messenger/safeMode.dtd +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/messenger/sanitize.dtd +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/messenger/search-attributes.properties +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/messenger/search-operators.properties +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/messenger/search.properties +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/messenger/searchIntegrationDefault.dtd +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/messenger/searchIntegrationMac.dtd +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/messenger/searchIntegrationWin.dtd +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/messenger/searchTermOverlay.dtd +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/messenger/searchplugins/amazondotcom.xml +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/messenger/searchplugins/aol-web-search.xml +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/messenger/searchplugins/bing.xml +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/messenger/searchplugins/eBay.xml +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/messenger/searchplugins/list.txt +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/messenger/searchplugins/twitter.xml +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/messenger/searchplugins/wikipedia.xml +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/messenger/searchplugins/yahoo.xml +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/messenger/shutdownWindow.properties +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/messenger/smime.properties +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/messenger/smtpEditOverlay.dtd +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/messenger/subscribe.dtd +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/messenger/subscribe.properties +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/messenger/systemIntegrationDialog.dtd +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/messenger/tabmail.dtd +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/messenger/taskbar.properties +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/messenger/telemetry.properties +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/messenger/templateUtils.properties +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/messenger/textImportMsgs.properties +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/messenger/vCardImportMsgs.properties +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/messenger/viewLog.dtd +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/messenger/viewZoomOverlay.dtd +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/messenger/virtualFolderListDialog.dtd +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/messenger/virtualFolderProperties.dtd +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/messenger/wmImportMsgs.properties +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/mozapps/downloads/downloads.dtd +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/mozapps/downloads/downloads.properties +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/mozapps/downloads/settingsChange.dtd +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/mozapps/downloads/unknownContentType.dtd +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/mozapps/downloads/unknownContentType.properties +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/mozapps/extensions/about.dtd +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/mozapps/extensions/blocklist.dtd +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/mozapps/extensions/extensions.dtd +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/mozapps/extensions/extensions.properties +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/mozapps/extensions/newaddon.dtd +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/mozapps/extensions/newaddon.properties +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/mozapps/extensions/selectAddons.dtd +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/mozapps/extensions/selectAddons.properties +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/mozapps/extensions/update.dtd +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/mozapps/extensions/update.properties +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/mozapps/handling/handling.dtd +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/mozapps/handling/handling.properties +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/mozapps/preferences/changemp.dtd +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/mozapps/preferences/preferences.properties +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/mozapps/preferences/removemp.dtd +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/mozapps/profile/createProfileWizard.dtd +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/mozapps/profile/profileSelection.dtd +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/mozapps/profile/profileSelection.properties +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/mozapps/update/history.dtd +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/mozapps/update/updates.dtd +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/mozapps/update/updates.properties +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/mozapps/xpinstall/xpinstallConfirm.dtd +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/mozapps/xpinstall/xpinstallConfirm.properties +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/mozldap/ldap.properties +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/necko/necko.properties +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/passwordmgr/passwordManager.dtd +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/passwordmgr/passwordmgr.properties +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/pipnss/nsserrors.properties +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/pipnss/pipnss.properties +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/pippki/certManager.dtd +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/pippki/deviceManager.dtd +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/pippki/pippki.dtd +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/pippki/pippki.properties +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/places/places.properties +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/chrome/hsb/locale/hsb/pluginproblem/pluginproblem.dtd +lib/thunderbird/extensions/langpack-hsb@thunderbird.mozilla.org/install.rdf lib/thunderbird/extensions/langpack-hu@thunderbird.mozilla.org/chrome.manifest -lib/thunderbird/extensions/langpack-hu@thunderbird.mozilla.org/chrome/.mkdir.done lib/thunderbird/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu.manifest lib/thunderbird/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/alerts/alert.dtd -lib/thunderbird/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/alerts/notificationNames.properties +lib/thunderbird/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/alerts/alert.properties lib/thunderbird/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/autoconfig/autoconfig.properties lib/thunderbird/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/branding/brand.dtd lib/thunderbird/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/branding/brand.properties @@ -7955,6 +11485,7 @@ lib/thunderbird/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/ lib/thunderbird/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/chat/imtooltip.properties lib/thunderbird/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/chat/irc.properties lib/thunderbird/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/chat/logger.properties +lib/thunderbird/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/chat/skype.properties lib/thunderbird/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/chat/status.properties lib/thunderbird/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/chat/twitter.properties lib/thunderbird/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/chat/xmpp.properties @@ -7962,6 +11493,12 @@ lib/thunderbird/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/ lib/thunderbird/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/communicator/utilityOverlay.dtd lib/thunderbird/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/cookie/cookieAcceptDialog.dtd lib/thunderbird/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/cookie/cookieAcceptDialog.properties +lib/thunderbird/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/devtools/shared/csscoverage.dtd +lib/thunderbird/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/devtools/shared/csscoverage.properties +lib/thunderbird/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/devtools/shared/debugger.properties +lib/thunderbird/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/devtools/shared/gcli.properties +lib/thunderbird/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/devtools/shared/gclicommands.properties +lib/thunderbird/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/devtools/shared/styleinspector.properties lib/thunderbird/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/editor/EdAdvancedEdit.dtd lib/thunderbird/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/editor/EdColorPicker.dtd lib/thunderbird/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/editor/EdConvertToTable.dtd @@ -8008,10 +11545,13 @@ lib/thunderbird/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/ lib/thunderbird/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/global/aboutNetworking.dtd lib/thunderbird/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/global/aboutReader.properties lib/thunderbird/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/global/aboutRights.dtd +lib/thunderbird/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/global/aboutServiceWorkers.dtd +lib/thunderbird/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/global/aboutServiceWorkers.properties lib/thunderbird/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/global/aboutSupport.dtd lib/thunderbird/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/global/aboutSupport.properties lib/thunderbird/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/global/aboutTelemetry.dtd lib/thunderbird/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/global/aboutTelemetry.properties +lib/thunderbird/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/global/aboutWebrtc.properties lib/thunderbird/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/global/appPicker.dtd lib/thunderbird/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/global/appstrings.properties lib/thunderbird/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/global/autocomplete.properties @@ -8033,10 +11573,6 @@ lib/thunderbird/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/ lib/thunderbird/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/global/customizeToolbar.properties lib/thunderbird/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/global/dateFormat.properties lib/thunderbird/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/global/datetimepicker.dtd -lib/thunderbird/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/global/devtools/csscoverage.dtd -lib/thunderbird/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/global/devtools/csscoverage.properties -lib/thunderbird/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/global/devtools/debugger.properties -lib/thunderbird/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/global/devtools/styleinspector.properties lib/thunderbird/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/global/dialog.properties lib/thunderbird/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/global/dialogOverlay.dtd lib/thunderbird/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/global/dom/dom.properties @@ -8278,6 +11814,12 @@ lib/thunderbird/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/ lib/thunderbird/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/messenger/searchIntegrationMac.dtd lib/thunderbird/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/messenger/searchIntegrationWin.dtd lib/thunderbird/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/messenger/searchTermOverlay.dtd +lib/thunderbird/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/messenger/searchplugins/eBay-hu.xml +lib/thunderbird/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/messenger/searchplugins/google.xml +lib/thunderbird/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/messenger/searchplugins/list.txt +lib/thunderbird/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/messenger/searchplugins/sztaki-en-hu.xml +lib/thunderbird/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/messenger/searchplugins/vatera.xml +lib/thunderbird/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/messenger/searchplugins/wikipedia-hu.xml lib/thunderbird/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/messenger/shutdownWindow.properties lib/thunderbird/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/messenger/smime.properties lib/thunderbird/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/messenger/smtpEditOverlay.dtd @@ -8312,7 +11854,6 @@ lib/thunderbird/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/ lib/thunderbird/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/mozapps/extensions/update.properties lib/thunderbird/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/mozapps/handling/handling.dtd lib/thunderbird/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/mozapps/handling/handling.properties -lib/thunderbird/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/mozapps/plugins/plugins.dtd lib/thunderbird/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/mozapps/preferences/changemp.dtd lib/thunderbird/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/mozapps/preferences/preferences.properties lib/thunderbird/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/mozapps/preferences/removemp.dtd @@ -8335,12 +11876,422 @@ lib/thunderbird/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/ lib/thunderbird/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/pippki/pippki.dtd lib/thunderbird/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/pippki/pippki.properties lib/thunderbird/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/places/places.properties +lib/thunderbird/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/pluginproblem/pluginproblem.dtd lib/thunderbird/extensions/langpack-hu@thunderbird.mozilla.org/install.rdf +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome.manifest +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM.manifest +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/alerts/alert.dtd +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/alerts/alert.properties +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/autoconfig/autoconfig.properties +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/branding/brand.dtd +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/branding/brand.properties +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/chat/accounts.properties +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/chat/commands.properties +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/chat/contacts.properties +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/chat/conversations.properties +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/chat/facebook.properties +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/chat/imtooltip.properties +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/chat/irc.properties +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/chat/logger.properties +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/chat/skype.properties +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/chat/status.properties +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/chat/twitter.properties +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/chat/xmpp.properties +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/chat/yahoo.properties +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/communicator/utilityOverlay.dtd +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/cookie/cookieAcceptDialog.dtd +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/cookie/cookieAcceptDialog.properties +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/devtools/shared/csscoverage.dtd +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/devtools/shared/csscoverage.properties +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/devtools/shared/debugger.properties +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/devtools/shared/gcli.properties +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/devtools/shared/gclicommands.properties +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/devtools/shared/styleinspector.properties +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/editor/EdAdvancedEdit.dtd +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/editor/EdColorPicker.dtd +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/editor/EdConvertToTable.dtd +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/editor/EdDialogOverlay.dtd +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/editor/EdNamedAnchorProperties.dtd +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/editor/EditorButtonProperties.dtd +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/editor/EditorColorProperties.dtd +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/editor/EditorFieldSetProperties.dtd +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/editor/EditorFormProperties.dtd +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/editor/EditorHLineProperties.dtd +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/editor/EditorImageProperties.dtd +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/editor/EditorInputProperties.dtd +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/editor/EditorInsertChars.dtd +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/editor/EditorInsertMath.dtd +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/editor/EditorInsertSource.dtd +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/editor/EditorInsertTOC.dtd +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/editor/EditorInsertTable.dtd +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/editor/EditorLabelProperties.dtd +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/editor/EditorLinkProperties.dtd +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/editor/EditorListProperties.dtd +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/editor/EditorPersonalDictionary.dtd +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/editor/EditorReplace.dtd +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/editor/EditorSelectProperties.dtd +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/editor/EditorSpellCheck.dtd +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/editor/EditorTableProperties.dtd +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/editor/EditorTextAreaProperties.dtd +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/editor/editor.properties +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/editor/editorOverlay.dtd +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/editor/editorSmileyOverlay.dtd +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/formautofill/requestAutocomplete.dtd +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/global-platform/mac/accessible.properties +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/global-platform/mac/intl.properties +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/global-platform/mac/platformKeys.properties +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/global-platform/unix/accessible.properties +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/global-platform/unix/intl.properties +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/global-platform/unix/platformKeys.properties +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/global-platform/win/accessible.properties +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/global-platform/win/intl.properties +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/global-platform/win/platformKeys.properties +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/global-region/region.properties +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/global/AccessFu.properties +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/global/about.dtd +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/global/aboutAbout.dtd +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/global/aboutNetworking.dtd +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/global/aboutReader.properties +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/global/aboutRights.dtd +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/global/aboutServiceWorkers.dtd +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/global/aboutServiceWorkers.properties +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/global/aboutSupport.dtd +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/global/aboutSupport.properties +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/global/aboutTelemetry.dtd +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/global/aboutTelemetry.properties +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/global/aboutWebrtc.properties +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/global/appPicker.dtd +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/global/appstrings.properties +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/global/autocomplete.properties +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/global/brand.dtd +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/global/browser.properties +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/global/charsetMenu.dtd +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/global/charsetMenu.properties +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/global/commonDialog.dtd +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/global/commonDialogs.properties +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/global/config.dtd +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/global/config.properties +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/global/console.dtd +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/global/console.properties +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/global/contentAreaCommands.properties +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/global/crashes.dtd +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/global/crashes.properties +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/global/css.properties +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/global/customizeToolbar.dtd +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/global/customizeToolbar.properties +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/global/dateFormat.properties +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/global/datetimepicker.dtd +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/global/dialog.properties +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/global/dialogOverlay.dtd +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/global/dom/dom.properties +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/global/editMenuOverlay.dtd +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/global/fallbackMenubar.properties +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/global/filefield.properties +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/global/filepicker.dtd +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/global/filepicker.properties +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/global/findbar.dtd +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/global/findbar.properties +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/global/finddialog.dtd +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/global/finddialog.properties +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/global/global-strres.properties +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/global/global.dtd +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/global/globalKeys.dtd +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/global/headsUpDisplay.properties +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/global/intl.css +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/global/intl.properties +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/global/keys.properties +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/global/languageNames.properties +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/global/layout/HtmlForm.properties +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/global/layout/MediaDocument.properties +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/global/layout/htmlparser.properties +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/global/layout/xmlparser.properties +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/global/layout_errors.properties +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/global/mathml/mathml.properties +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/global/mozilla.dtd +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/global/netError.dtd +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/global/netErrorApp.dtd +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/global/notification.dtd +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/global/nsWebBrowserPersist.properties +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/global/plugins.properties +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/global/preferences.dtd +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/global/printPageSetup.dtd +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/global/printPreview.dtd +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/global/printPreviewProgress.dtd +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/global/printProgress.dtd +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/global/printdialog.dtd +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/global/printdialog.properties +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/global/printing.properties +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/global/printjoboptions.dtd +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/global/regionNames.properties +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/global/resetProfile.dtd +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/global/resetProfile.properties +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/global/search/search.properties +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/global/security/caps.properties +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/global/security/csp.properties +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/global/security/security.properties +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/global/svg/svg.properties +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/global/textcontext.dtd +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/global/tree.dtd +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/global/videocontrols.dtd +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/global/viewSource.dtd +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/global/viewSource.properties +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/global/webapps.properties +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/global/wizard.dtd +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/global/wizard.properties +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/global/xbl.properties +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/global/xml/prettyprint.dtd +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/global/xslt/xslt.properties +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/global/xul.properties +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/messenger-mapi/mapi.properties +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/messenger-newsblog/am-newsblog.dtd +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/messenger-newsblog/feed-subscriptions.dtd +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/messenger-newsblog/newsblog.properties +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/messenger-region/region.properties +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/messenger-smime/certFetchingStatus.dtd +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/messenger-smime/msgCompSMIMEOverlay.dtd +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/messenger-smime/msgCompSMIMEOverlay.properties +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/messenger-smime/msgCompSecurityInfo.dtd +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/messenger-smime/msgCompSecurityInfo.properties +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/messenger-smime/msgReadSMIMEOverlay.dtd +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/messenger-smime/msgReadSMIMEOverlay.properties +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/messenger-smime/msgReadSecurityInfo.dtd +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/messenger-smime/msgSecurityInfo.properties +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/messenger/AccountManager.dtd +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/messenger/AccountWizard.dtd +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/messenger/CustomHeaders.dtd +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/messenger/FilterEditor.dtd +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/messenger/FilterListDialog.dtd +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/messenger/SearchDialog.dtd +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/messenger/aboutDialog.dtd +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/messenger/aboutDownloads.dtd +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/messenger/aboutRights.dtd +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/messenger/aboutRights.properties +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/messenger/aboutSupportMail.dtd +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/messenger/aboutSupportMail.properties +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/messenger/accountCreation.dtd +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/messenger/accountCreation.properties +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/messenger/accountCreationModel.properties +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/messenger/accountCreationUtil.properties +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/messenger/activity.dtd +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/messenger/activity.properties +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/messenger/addbuddy.dtd +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/messenger/addressbook/abAddressBookNameDialog.dtd +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/messenger/addressbook/abCardOverlay.dtd +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/messenger/addressbook/abContactsPanel.dtd +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/messenger/addressbook/abMailListDialog.dtd +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/messenger/addressbook/abMainWindow.dtd +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/messenger/addressbook/abNewCardDialog.dtd +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/messenger/addressbook/abResultsPaneOverlay.dtd +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/messenger/addressbook/addressBook.properties +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/messenger/addressbook/ldapAutoCompErrs.properties +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/messenger/addressbook/pref-directory-add.dtd +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/messenger/addressbook/pref-directory.dtd +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/messenger/addressbook/replicationProgress.properties +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/messenger/am-addressing.dtd +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/messenger/am-advanced.dtd +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/messenger/am-archiveoptions.dtd +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/messenger/am-copies.dtd +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/messenger/am-identities-list.dtd +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/messenger/am-identity-edit.dtd +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/messenger/am-im.dtd +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/messenger/am-junk.dtd +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/messenger/am-main.dtd +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/messenger/am-mdn.dtd +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/messenger/am-mdn.properties +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/messenger/am-offline.dtd +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/messenger/am-server-advanced.dtd +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/messenger/am-server-top.dtd +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/messenger/am-serverwithnoidentities.dtd +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/messenger/am-smime.dtd +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/messenger/am-smime.properties +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/messenger/appleMailImportMsgs.properties +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/messenger/baseMenuOverlay.dtd +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/messenger/charsetTitles.properties +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/messenger/chat.dtd +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/messenger/chat.properties +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/messenger/cloudfile/Box/auth.dtd +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/messenger/cloudfile/Box/management.dtd +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/messenger/cloudfile/Box/settings.dtd +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/messenger/cloudfile/Hightail/fileExceeds2GB.dtd +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/messenger/cloudfile/Hightail/fileExceedsLimit.dtd +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/messenger/cloudfile/Hightail/fileExceedsQuota.dtd +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/messenger/cloudfile/Hightail/management.dtd +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/messenger/cloudfile/Hightail/settings.dtd +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/messenger/cloudfile/addAccountDialog.dtd +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/messenger/cloudfile/management.dtd +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/messenger/configEditorOverlay.dtd +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/messenger/custom.properties +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/messenger/customizeToolbarOverlay.dtd +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/messenger/downloadheaders.dtd +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/messenger/downloads/settingsChange.dtd +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/messenger/downloadsOverlay.dtd +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/messenger/editContactOverlay.dtd +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/messenger/editContactOverlay.properties +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/messenger/eudoraImportMsgs.properties +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/messenger/fieldMapImport.dtd +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/messenger/filter.properties +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/messenger/folderProps.dtd +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/messenger/folderWidgets.properties +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/messenger/folderpane.dtd +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/messenger/gloda.properties +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/messenger/glodaComplete.properties +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/messenger/glodaFacetView.dtd +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/messenger/glodaFacetView.properties +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/messenger/imAccountWizard.dtd +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/messenger/imAccounts.dtd +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/messenger/imAccounts.properties +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/messenger/imapMsgs.properties +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/messenger/importDialog.dtd +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/messenger/importMsgs.properties +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/messenger/joinChat.dtd +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/messenger/junkLog.dtd +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/messenger/junkMailInfo.dtd +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/messenger/localMsgs.properties +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/messenger/mailEditorOverlay.dtd +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/messenger/mailOverlay.dtd +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/messenger/mailViewList.dtd +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/messenger/mailViewSetup.dtd +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/messenger/mailviews.properties +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/messenger/markByDate.dtd +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/messenger/messenger.dtd +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/messenger/messenger.properties +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/messenger/messengercompose/addressingWidgetOverlay.dtd +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/messenger/messengercompose/askSendFormat.dtd +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/messenger/messengercompose/askSendFormat.properties +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/messenger/messengercompose/composeMsgs.properties +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/messenger/messengercompose/mailComposeEditorOverlay.dtd +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/messenger/messengercompose/messengercompose.dtd +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/messenger/messengercompose/sendProgress.dtd +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/messenger/messengercompose/sendProgress.properties +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/messenger/migration/migration.dtd +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/messenger/migration/migration.properties +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/messenger/mime.properties +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/messenger/mimeheader.properties +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/messenger/msgAccountCentral.dtd +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/messenger/msgHdrViewOverlay.dtd +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/messenger/msgPrintEngine.dtd +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/messenger/msgSynchronize.dtd +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/messenger/msgViewPickerOverlay.dtd +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/messenger/msgmdn.properties +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/messenger/multimessageview.dtd +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/messenger/multimessageview.properties +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/messenger/netError.dtd +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/messenger/newFolderDialog.dtd +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/messenger/newTagDialog.dtd +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/messenger/newmailaccount/accountProvisioner.dtd +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/messenger/newmailaccount/accountProvisioner.properties +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/messenger/news.properties +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/messenger/oeImportMsgs.properties +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/messenger/offline.properties +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/messenger/offlineStartup.properties +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/messenger/outlookImportMsgs.properties +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/messenger/pgpmime.properties +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/messenger/preferences/advanced.dtd +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/messenger/preferences/applicationManager.dtd +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/messenger/preferences/applicationManager.properties +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/messenger/preferences/applications.dtd +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/messenger/preferences/applications.properties +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/messenger/preferences/attachmentReminder.dtd +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/messenger/preferences/chat.dtd +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/messenger/preferences/colors.dtd +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/messenger/preferences/compose.dtd +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/messenger/preferences/connection.dtd +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/messenger/preferences/cookies.dtd +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/messenger/preferences/display.dtd +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/messenger/preferences/dockoptions.dtd +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/messenger/preferences/fonts.dtd +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/messenger/preferences/general.dtd +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/messenger/preferences/notifications.dtd +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/messenger/preferences/offline.dtd +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/messenger/preferences/permissions.dtd +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/messenger/preferences/preferences.dtd +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/messenger/preferences/preferences.properties +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/messenger/preferences/privacy.dtd +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/messenger/preferences/receipts.dtd +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/messenger/preferences/security.dtd +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/messenger/preferences/sendoptions.dtd +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/messenger/prefs.properties +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/messenger/quickFilterBar.dtd +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/messenger/renameFolderDialog.dtd +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/messenger/safeMode.dtd +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/messenger/sanitize.dtd +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/messenger/search-attributes.properties +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/messenger/search-operators.properties +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/messenger/search.properties +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/messenger/searchIntegrationDefault.dtd +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/messenger/searchIntegrationMac.dtd +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/messenger/searchIntegrationWin.dtd +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/messenger/searchTermOverlay.dtd +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/messenger/searchplugins/amazondotcom.xml +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/messenger/searchplugins/aol-web-search.xml +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/messenger/searchplugins/bing.xml +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/messenger/searchplugins/eBay.xml +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/messenger/searchplugins/list.txt +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/messenger/searchplugins/twitter.xml +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/messenger/searchplugins/wikipedia.xml +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/messenger/searchplugins/yahoo.xml +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/messenger/shutdownWindow.properties +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/messenger/smime.properties +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/messenger/smtpEditOverlay.dtd +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/messenger/subscribe.dtd +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/messenger/subscribe.properties +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/messenger/systemIntegrationDialog.dtd +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/messenger/tabmail.dtd +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/messenger/taskbar.properties +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/messenger/telemetry.properties +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/messenger/templateUtils.properties +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/messenger/textImportMsgs.properties +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/messenger/vCardImportMsgs.properties +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/messenger/viewLog.dtd +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/messenger/viewZoomOverlay.dtd +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/messenger/virtualFolderListDialog.dtd +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/messenger/virtualFolderProperties.dtd +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/messenger/wmImportMsgs.properties +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/mozapps/downloads/downloads.dtd +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/mozapps/downloads/downloads.properties +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/mozapps/downloads/settingsChange.dtd +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/mozapps/downloads/unknownContentType.dtd +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/mozapps/downloads/unknownContentType.properties +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/mozapps/extensions/about.dtd +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/mozapps/extensions/blocklist.dtd +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/mozapps/extensions/extensions.dtd +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/mozapps/extensions/extensions.properties +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/mozapps/extensions/newaddon.dtd +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/mozapps/extensions/newaddon.properties +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/mozapps/extensions/selectAddons.dtd +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/mozapps/extensions/selectAddons.properties +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/mozapps/extensions/update.dtd +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/mozapps/extensions/update.properties +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/mozapps/handling/handling.dtd +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/mozapps/handling/handling.properties +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/mozapps/preferences/changemp.dtd +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/mozapps/preferences/preferences.properties +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/mozapps/preferences/removemp.dtd +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/mozapps/profile/createProfileWizard.dtd +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/mozapps/profile/profileSelection.dtd +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/mozapps/profile/profileSelection.properties +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/mozapps/update/history.dtd +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/mozapps/update/updates.dtd +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/mozapps/update/updates.properties +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/mozapps/xpinstall/xpinstallConfirm.dtd +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/mozapps/xpinstall/xpinstallConfirm.properties +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/mozldap/ldap.properties +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/necko/necko.properties +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/passwordmgr/passwordManager.dtd +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/passwordmgr/passwordmgr.properties +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/pipnss/nsserrors.properties +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/pipnss/pipnss.properties +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/pippki/certManager.dtd +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/pippki/deviceManager.dtd +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/pippki/pippki.dtd +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/pippki/pippki.properties +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/places/places.properties +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/chrome/hy-AM/locale/hy-AM/pluginproblem/pluginproblem.dtd +lib/thunderbird/extensions/langpack-hy-AM@thunderbird.mozilla.org/install.rdf lib/thunderbird/extensions/langpack-id@thunderbird.mozilla.org/chrome.manifest -lib/thunderbird/extensions/langpack-id@thunderbird.mozilla.org/chrome/.mkdir.done lib/thunderbird/extensions/langpack-id@thunderbird.mozilla.org/chrome/id.manifest lib/thunderbird/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/alerts/alert.dtd -lib/thunderbird/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/alerts/notificationNames.properties +lib/thunderbird/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/alerts/alert.properties lib/thunderbird/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/autoconfig/autoconfig.properties lib/thunderbird/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/branding/brand.dtd lib/thunderbird/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/branding/brand.properties @@ -8352,6 +12303,7 @@ lib/thunderbird/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/ lib/thunderbird/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/chat/imtooltip.properties lib/thunderbird/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/chat/irc.properties lib/thunderbird/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/chat/logger.properties +lib/thunderbird/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/chat/skype.properties lib/thunderbird/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/chat/status.properties lib/thunderbird/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/chat/twitter.properties lib/thunderbird/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/chat/xmpp.properties @@ -8359,6 +12311,12 @@ lib/thunderbird/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/ lib/thunderbird/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/communicator/utilityOverlay.dtd lib/thunderbird/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/cookie/cookieAcceptDialog.dtd lib/thunderbird/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/cookie/cookieAcceptDialog.properties +lib/thunderbird/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/devtools/shared/csscoverage.dtd +lib/thunderbird/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/devtools/shared/csscoverage.properties +lib/thunderbird/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/devtools/shared/debugger.properties +lib/thunderbird/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/devtools/shared/gcli.properties +lib/thunderbird/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/devtools/shared/gclicommands.properties +lib/thunderbird/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/devtools/shared/styleinspector.properties lib/thunderbird/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/editor/EdAdvancedEdit.dtd lib/thunderbird/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/editor/EdColorPicker.dtd lib/thunderbird/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/editor/EdConvertToTable.dtd @@ -8405,10 +12363,13 @@ lib/thunderbird/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/ lib/thunderbird/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/global/aboutNetworking.dtd lib/thunderbird/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/global/aboutReader.properties lib/thunderbird/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/global/aboutRights.dtd +lib/thunderbird/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/global/aboutServiceWorkers.dtd +lib/thunderbird/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/global/aboutServiceWorkers.properties lib/thunderbird/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/global/aboutSupport.dtd lib/thunderbird/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/global/aboutSupport.properties lib/thunderbird/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/global/aboutTelemetry.dtd lib/thunderbird/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/global/aboutTelemetry.properties +lib/thunderbird/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/global/aboutWebrtc.properties lib/thunderbird/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/global/appPicker.dtd lib/thunderbird/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/global/appstrings.properties lib/thunderbird/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/global/autocomplete.properties @@ -8430,10 +12391,6 @@ lib/thunderbird/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/ lib/thunderbird/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/global/customizeToolbar.properties lib/thunderbird/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/global/dateFormat.properties lib/thunderbird/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/global/datetimepicker.dtd -lib/thunderbird/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/global/devtools/csscoverage.dtd -lib/thunderbird/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/global/devtools/csscoverage.properties -lib/thunderbird/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/global/devtools/debugger.properties -lib/thunderbird/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/global/devtools/styleinspector.properties lib/thunderbird/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/global/dialog.properties lib/thunderbird/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/global/dialogOverlay.dtd lib/thunderbird/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/global/dom/dom.properties @@ -8675,6 +12632,10 @@ lib/thunderbird/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/ lib/thunderbird/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/messenger/searchIntegrationMac.dtd lib/thunderbird/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/messenger/searchIntegrationWin.dtd lib/thunderbird/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/messenger/searchTermOverlay.dtd +lib/thunderbird/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/messenger/searchplugins/google.xml +lib/thunderbird/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/messenger/searchplugins/list.txt +lib/thunderbird/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/messenger/searchplugins/wikipedia-id.xml +lib/thunderbird/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/messenger/searchplugins/yahoo-id.xml lib/thunderbird/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/messenger/shutdownWindow.properties lib/thunderbird/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/messenger/smime.properties lib/thunderbird/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/messenger/smtpEditOverlay.dtd @@ -8709,7 +12670,6 @@ lib/thunderbird/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/ lib/thunderbird/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/mozapps/extensions/update.properties lib/thunderbird/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/mozapps/handling/handling.dtd lib/thunderbird/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/mozapps/handling/handling.properties -lib/thunderbird/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/mozapps/plugins/plugins.dtd lib/thunderbird/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/mozapps/preferences/changemp.dtd lib/thunderbird/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/mozapps/preferences/preferences.properties lib/thunderbird/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/mozapps/preferences/removemp.dtd @@ -8732,12 +12692,12 @@ lib/thunderbird/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/ lib/thunderbird/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/pippki/pippki.dtd lib/thunderbird/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/pippki/pippki.properties lib/thunderbird/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/places/places.properties +lib/thunderbird/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/pluginproblem/pluginproblem.dtd lib/thunderbird/extensions/langpack-id@thunderbird.mozilla.org/install.rdf lib/thunderbird/extensions/langpack-is@thunderbird.mozilla.org/chrome.manifest -lib/thunderbird/extensions/langpack-is@thunderbird.mozilla.org/chrome/.mkdir.done lib/thunderbird/extensions/langpack-is@thunderbird.mozilla.org/chrome/is.manifest lib/thunderbird/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/alerts/alert.dtd -lib/thunderbird/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/alerts/notificationNames.properties +lib/thunderbird/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/alerts/alert.properties lib/thunderbird/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/autoconfig/autoconfig.properties lib/thunderbird/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/branding/brand.dtd lib/thunderbird/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/branding/brand.properties @@ -8749,6 +12709,7 @@ lib/thunderbird/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/ lib/thunderbird/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/chat/imtooltip.properties lib/thunderbird/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/chat/irc.properties lib/thunderbird/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/chat/logger.properties +lib/thunderbird/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/chat/skype.properties lib/thunderbird/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/chat/status.properties lib/thunderbird/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/chat/twitter.properties lib/thunderbird/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/chat/xmpp.properties @@ -8756,6 +12717,12 @@ lib/thunderbird/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/ lib/thunderbird/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/communicator/utilityOverlay.dtd lib/thunderbird/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/cookie/cookieAcceptDialog.dtd lib/thunderbird/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/cookie/cookieAcceptDialog.properties +lib/thunderbird/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/devtools/shared/csscoverage.dtd +lib/thunderbird/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/devtools/shared/csscoverage.properties +lib/thunderbird/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/devtools/shared/debugger.properties +lib/thunderbird/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/devtools/shared/gcli.properties +lib/thunderbird/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/devtools/shared/gclicommands.properties +lib/thunderbird/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/devtools/shared/styleinspector.properties lib/thunderbird/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/editor/EdAdvancedEdit.dtd lib/thunderbird/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/editor/EdColorPicker.dtd lib/thunderbird/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/editor/EdConvertToTable.dtd @@ -8802,10 +12769,13 @@ lib/thunderbird/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/ lib/thunderbird/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/global/aboutNetworking.dtd lib/thunderbird/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/global/aboutReader.properties lib/thunderbird/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/global/aboutRights.dtd +lib/thunderbird/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/global/aboutServiceWorkers.dtd +lib/thunderbird/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/global/aboutServiceWorkers.properties lib/thunderbird/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/global/aboutSupport.dtd lib/thunderbird/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/global/aboutSupport.properties lib/thunderbird/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/global/aboutTelemetry.dtd lib/thunderbird/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/global/aboutTelemetry.properties +lib/thunderbird/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/global/aboutWebrtc.properties lib/thunderbird/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/global/appPicker.dtd lib/thunderbird/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/global/appstrings.properties lib/thunderbird/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/global/autocomplete.properties @@ -8827,10 +12797,6 @@ lib/thunderbird/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/ lib/thunderbird/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/global/customizeToolbar.properties lib/thunderbird/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/global/dateFormat.properties lib/thunderbird/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/global/datetimepicker.dtd -lib/thunderbird/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/global/devtools/csscoverage.dtd -lib/thunderbird/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/global/devtools/csscoverage.properties -lib/thunderbird/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/global/devtools/debugger.properties -lib/thunderbird/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/global/devtools/styleinspector.properties lib/thunderbird/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/global/dialog.properties lib/thunderbird/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/global/dialogOverlay.dtd lib/thunderbird/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/global/dom/dom.properties @@ -9072,6 +13038,13 @@ lib/thunderbird/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/ lib/thunderbird/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/messenger/searchIntegrationMac.dtd lib/thunderbird/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/messenger/searchIntegrationWin.dtd lib/thunderbird/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/messenger/searchTermOverlay.dtd +lib/thunderbird/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/messenger/searchplugins/amazondotcom.xml +lib/thunderbird/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/messenger/searchplugins/bing.xml +lib/thunderbird/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/messenger/searchplugins/eBay.xml +lib/thunderbird/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/messenger/searchplugins/leit-is.xml +lib/thunderbird/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/messenger/searchplugins/list.txt +lib/thunderbird/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/messenger/searchplugins/wikipedia-is.xml +lib/thunderbird/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/messenger/searchplugins/yahoo.xml lib/thunderbird/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/messenger/shutdownWindow.properties lib/thunderbird/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/messenger/smime.properties lib/thunderbird/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/messenger/smtpEditOverlay.dtd @@ -9106,7 +13079,6 @@ lib/thunderbird/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/ lib/thunderbird/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/mozapps/extensions/update.properties lib/thunderbird/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/mozapps/handling/handling.dtd lib/thunderbird/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/mozapps/handling/handling.properties -lib/thunderbird/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/mozapps/plugins/plugins.dtd lib/thunderbird/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/mozapps/preferences/changemp.dtd lib/thunderbird/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/mozapps/preferences/preferences.properties lib/thunderbird/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/mozapps/preferences/removemp.dtd @@ -9129,12 +13101,12 @@ lib/thunderbird/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/ lib/thunderbird/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/pippki/pippki.dtd lib/thunderbird/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/pippki/pippki.properties lib/thunderbird/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/places/places.properties +lib/thunderbird/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/pluginproblem/pluginproblem.dtd lib/thunderbird/extensions/langpack-is@thunderbird.mozilla.org/install.rdf lib/thunderbird/extensions/langpack-it@thunderbird.mozilla.org/chrome.manifest -lib/thunderbird/extensions/langpack-it@thunderbird.mozilla.org/chrome/.mkdir.done lib/thunderbird/extensions/langpack-it@thunderbird.mozilla.org/chrome/it.manifest lib/thunderbird/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/alerts/alert.dtd -lib/thunderbird/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/alerts/notificationNames.properties +lib/thunderbird/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/alerts/alert.properties lib/thunderbird/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/autoconfig/autoconfig.properties lib/thunderbird/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/branding/brand.dtd lib/thunderbird/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/branding/brand.properties @@ -9146,6 +13118,7 @@ lib/thunderbird/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/ lib/thunderbird/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/chat/imtooltip.properties lib/thunderbird/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/chat/irc.properties lib/thunderbird/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/chat/logger.properties +lib/thunderbird/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/chat/skype.properties lib/thunderbird/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/chat/status.properties lib/thunderbird/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/chat/twitter.properties lib/thunderbird/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/chat/xmpp.properties @@ -9153,6 +13126,12 @@ lib/thunderbird/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/ lib/thunderbird/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/communicator/utilityOverlay.dtd lib/thunderbird/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/cookie/cookieAcceptDialog.dtd lib/thunderbird/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/cookie/cookieAcceptDialog.properties +lib/thunderbird/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/devtools/shared/csscoverage.dtd +lib/thunderbird/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/devtools/shared/csscoverage.properties +lib/thunderbird/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/devtools/shared/debugger.properties +lib/thunderbird/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/devtools/shared/gcli.properties +lib/thunderbird/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/devtools/shared/gclicommands.properties +lib/thunderbird/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/devtools/shared/styleinspector.properties lib/thunderbird/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/editor/EdAdvancedEdit.dtd lib/thunderbird/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/editor/EdColorPicker.dtd lib/thunderbird/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/editor/EdConvertToTable.dtd @@ -9199,10 +13178,13 @@ lib/thunderbird/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/ lib/thunderbird/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/global/aboutNetworking.dtd lib/thunderbird/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/global/aboutReader.properties lib/thunderbird/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/global/aboutRights.dtd +lib/thunderbird/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/global/aboutServiceWorkers.dtd +lib/thunderbird/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/global/aboutServiceWorkers.properties lib/thunderbird/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/global/aboutSupport.dtd lib/thunderbird/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/global/aboutSupport.properties lib/thunderbird/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/global/aboutTelemetry.dtd lib/thunderbird/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/global/aboutTelemetry.properties +lib/thunderbird/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/global/aboutWebrtc.properties lib/thunderbird/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/global/appPicker.dtd lib/thunderbird/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/global/appstrings.properties lib/thunderbird/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/global/autocomplete.properties @@ -9224,10 +13206,6 @@ lib/thunderbird/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/ lib/thunderbird/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/global/customizeToolbar.properties lib/thunderbird/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/global/dateFormat.properties lib/thunderbird/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/global/datetimepicker.dtd -lib/thunderbird/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/global/devtools/csscoverage.dtd -lib/thunderbird/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/global/devtools/csscoverage.properties -lib/thunderbird/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/global/devtools/debugger.properties -lib/thunderbird/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/global/devtools/styleinspector.properties lib/thunderbird/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/global/dialog.properties lib/thunderbird/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/global/dialogOverlay.dtd lib/thunderbird/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/global/dom/dom.properties @@ -9469,6 +13447,14 @@ lib/thunderbird/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/ lib/thunderbird/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/messenger/searchIntegrationMac.dtd lib/thunderbird/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/messenger/searchIntegrationWin.dtd lib/thunderbird/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/messenger/searchTermOverlay.dtd +lib/thunderbird/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/messenger/searchplugins/amazon-it.xml +lib/thunderbird/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/messenger/searchplugins/bing.xml +lib/thunderbird/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/messenger/searchplugins/eBay-it.xml +lib/thunderbird/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/messenger/searchplugins/google.xml +lib/thunderbird/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/messenger/searchplugins/list.txt +lib/thunderbird/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/messenger/searchplugins/twitter.xml +lib/thunderbird/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/messenger/searchplugins/wikipedia-it.xml +lib/thunderbird/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/messenger/searchplugins/yahoo-it.xml lib/thunderbird/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/messenger/shutdownWindow.properties lib/thunderbird/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/messenger/smime.properties lib/thunderbird/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/messenger/smtpEditOverlay.dtd @@ -9503,7 +13489,6 @@ lib/thunderbird/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/ lib/thunderbird/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/mozapps/extensions/update.properties lib/thunderbird/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/mozapps/handling/handling.dtd lib/thunderbird/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/mozapps/handling/handling.properties -lib/thunderbird/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/mozapps/plugins/plugins.dtd lib/thunderbird/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/mozapps/preferences/changemp.dtd lib/thunderbird/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/mozapps/preferences/preferences.properties lib/thunderbird/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/mozapps/preferences/removemp.dtd @@ -9526,12 +13511,12 @@ lib/thunderbird/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/ lib/thunderbird/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/pippki/pippki.dtd lib/thunderbird/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/pippki/pippki.properties lib/thunderbird/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/places/places.properties +lib/thunderbird/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/pluginproblem/pluginproblem.dtd lib/thunderbird/extensions/langpack-it@thunderbird.mozilla.org/install.rdf lib/thunderbird/extensions/langpack-ja@thunderbird.mozilla.org/chrome.manifest -lib/thunderbird/extensions/langpack-ja@thunderbird.mozilla.org/chrome/.mkdir.done lib/thunderbird/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja.manifest lib/thunderbird/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/alerts/alert.dtd -lib/thunderbird/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/alerts/notificationNames.properties +lib/thunderbird/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/alerts/alert.properties lib/thunderbird/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/autoconfig/autoconfig.properties lib/thunderbird/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/branding/brand.dtd lib/thunderbird/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/branding/brand.properties @@ -9543,6 +13528,7 @@ lib/thunderbird/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ lib/thunderbird/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/chat/imtooltip.properties lib/thunderbird/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/chat/irc.properties lib/thunderbird/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/chat/logger.properties +lib/thunderbird/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/chat/skype.properties lib/thunderbird/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/chat/status.properties lib/thunderbird/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/chat/twitter.properties lib/thunderbird/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/chat/xmpp.properties @@ -9550,6 +13536,12 @@ lib/thunderbird/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ lib/thunderbird/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/communicator/utilityOverlay.dtd lib/thunderbird/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/cookie/cookieAcceptDialog.dtd lib/thunderbird/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/cookie/cookieAcceptDialog.properties +lib/thunderbird/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/devtools/shared/csscoverage.dtd +lib/thunderbird/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/devtools/shared/csscoverage.properties +lib/thunderbird/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/devtools/shared/debugger.properties +lib/thunderbird/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/devtools/shared/gcli.properties +lib/thunderbird/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/devtools/shared/gclicommands.properties +lib/thunderbird/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/devtools/shared/styleinspector.properties lib/thunderbird/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/editor/EdAdvancedEdit.dtd lib/thunderbird/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/editor/EdColorPicker.dtd lib/thunderbird/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/editor/EdConvertToTable.dtd @@ -9596,10 +13588,13 @@ lib/thunderbird/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ lib/thunderbird/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/global/aboutNetworking.dtd lib/thunderbird/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/global/aboutReader.properties lib/thunderbird/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/global/aboutRights.dtd +lib/thunderbird/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/global/aboutServiceWorkers.dtd +lib/thunderbird/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/global/aboutServiceWorkers.properties lib/thunderbird/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/global/aboutSupport.dtd lib/thunderbird/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/global/aboutSupport.properties lib/thunderbird/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/global/aboutTelemetry.dtd lib/thunderbird/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/global/aboutTelemetry.properties +lib/thunderbird/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/global/aboutWebrtc.properties lib/thunderbird/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/global/appPicker.dtd lib/thunderbird/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/global/appstrings.properties lib/thunderbird/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/global/autocomplete.properties @@ -9621,10 +13616,6 @@ lib/thunderbird/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ lib/thunderbird/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/global/customizeToolbar.properties lib/thunderbird/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/global/dateFormat.properties lib/thunderbird/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/global/datetimepicker.dtd -lib/thunderbird/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/global/devtools/csscoverage.dtd -lib/thunderbird/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/global/devtools/csscoverage.properties -lib/thunderbird/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/global/devtools/debugger.properties -lib/thunderbird/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/global/devtools/styleinspector.properties lib/thunderbird/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/global/dialog.properties lib/thunderbird/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/global/dialogOverlay.dtd lib/thunderbird/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/global/dom/dom.properties @@ -9866,6 +13857,15 @@ lib/thunderbird/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ lib/thunderbird/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/messenger/searchIntegrationMac.dtd lib/thunderbird/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/messenger/searchIntegrationWin.dtd lib/thunderbird/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/messenger/searchTermOverlay.dtd +lib/thunderbird/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/messenger/searchplugins/amazon-jp.xml +lib/thunderbird/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/messenger/searchplugins/google-jp.xml +lib/thunderbird/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/messenger/searchplugins/list.txt +lib/thunderbird/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/messenger/searchplugins/oshiete-goo.xml +lib/thunderbird/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/messenger/searchplugins/rakuten.xml +lib/thunderbird/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/messenger/searchplugins/twitter-ja.xml +lib/thunderbird/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/messenger/searchplugins/wikipedia-ja.xml +lib/thunderbird/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/messenger/searchplugins/yahoo-jp-auctions.xml +lib/thunderbird/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/messenger/searchplugins/yahoo-jp.xml lib/thunderbird/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/messenger/shutdownWindow.properties lib/thunderbird/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/messenger/smime.properties lib/thunderbird/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/messenger/smtpEditOverlay.dtd @@ -9900,7 +13900,6 @@ lib/thunderbird/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ lib/thunderbird/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/mozapps/extensions/update.properties lib/thunderbird/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/mozapps/handling/handling.dtd lib/thunderbird/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/mozapps/handling/handling.properties -lib/thunderbird/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/mozapps/plugins/plugins.dtd lib/thunderbird/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/mozapps/preferences/changemp.dtd lib/thunderbird/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/mozapps/preferences/preferences.properties lib/thunderbird/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/mozapps/preferences/removemp.dtd @@ -9923,12 +13922,12 @@ lib/thunderbird/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ lib/thunderbird/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/pippki/pippki.dtd lib/thunderbird/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/pippki/pippki.properties lib/thunderbird/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/places/places.properties +lib/thunderbird/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/pluginproblem/pluginproblem.dtd lib/thunderbird/extensions/langpack-ja@thunderbird.mozilla.org/install.rdf lib/thunderbird/extensions/langpack-ko@thunderbird.mozilla.org/chrome.manifest -lib/thunderbird/extensions/langpack-ko@thunderbird.mozilla.org/chrome/.mkdir.done lib/thunderbird/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko.manifest lib/thunderbird/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/alerts/alert.dtd -lib/thunderbird/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/alerts/notificationNames.properties +lib/thunderbird/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/alerts/alert.properties lib/thunderbird/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/autoconfig/autoconfig.properties lib/thunderbird/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/branding/brand.dtd lib/thunderbird/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/branding/brand.properties @@ -9940,6 +13939,7 @@ lib/thunderbird/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ lib/thunderbird/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/chat/imtooltip.properties lib/thunderbird/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/chat/irc.properties lib/thunderbird/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/chat/logger.properties +lib/thunderbird/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/chat/skype.properties lib/thunderbird/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/chat/status.properties lib/thunderbird/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/chat/twitter.properties lib/thunderbird/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/chat/xmpp.properties @@ -9947,6 +13947,12 @@ lib/thunderbird/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ lib/thunderbird/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/communicator/utilityOverlay.dtd lib/thunderbird/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/cookie/cookieAcceptDialog.dtd lib/thunderbird/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/cookie/cookieAcceptDialog.properties +lib/thunderbird/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/devtools/shared/csscoverage.dtd +lib/thunderbird/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/devtools/shared/csscoverage.properties +lib/thunderbird/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/devtools/shared/debugger.properties +lib/thunderbird/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/devtools/shared/gcli.properties +lib/thunderbird/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/devtools/shared/gclicommands.properties +lib/thunderbird/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/devtools/shared/styleinspector.properties lib/thunderbird/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/editor/EdAdvancedEdit.dtd lib/thunderbird/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/editor/EdColorPicker.dtd lib/thunderbird/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/editor/EdConvertToTable.dtd @@ -9993,10 +13999,13 @@ lib/thunderbird/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ lib/thunderbird/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/global/aboutNetworking.dtd lib/thunderbird/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/global/aboutReader.properties lib/thunderbird/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/global/aboutRights.dtd +lib/thunderbird/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/global/aboutServiceWorkers.dtd +lib/thunderbird/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/global/aboutServiceWorkers.properties lib/thunderbird/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/global/aboutSupport.dtd lib/thunderbird/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/global/aboutSupport.properties lib/thunderbird/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/global/aboutTelemetry.dtd lib/thunderbird/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/global/aboutTelemetry.properties +lib/thunderbird/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/global/aboutWebrtc.properties lib/thunderbird/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/global/appPicker.dtd lib/thunderbird/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/global/appstrings.properties lib/thunderbird/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/global/autocomplete.properties @@ -10018,10 +14027,6 @@ lib/thunderbird/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ lib/thunderbird/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/global/customizeToolbar.properties lib/thunderbird/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/global/dateFormat.properties lib/thunderbird/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/global/datetimepicker.dtd -lib/thunderbird/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/global/devtools/csscoverage.dtd -lib/thunderbird/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/global/devtools/csscoverage.properties -lib/thunderbird/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/global/devtools/debugger.properties -lib/thunderbird/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/global/devtools/styleinspector.properties lib/thunderbird/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/global/dialog.properties lib/thunderbird/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/global/dialogOverlay.dtd lib/thunderbird/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/global/dom/dom.properties @@ -10263,6 +14268,12 @@ lib/thunderbird/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ lib/thunderbird/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/messenger/searchIntegrationMac.dtd lib/thunderbird/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/messenger/searchIntegrationWin.dtd lib/thunderbird/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/messenger/searchTermOverlay.dtd +lib/thunderbird/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/messenger/searchplugins/danawa-kr.xml +lib/thunderbird/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/messenger/searchplugins/daum-kr.xml +lib/thunderbird/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/messenger/searchplugins/google.xml +lib/thunderbird/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/messenger/searchplugins/list.txt +lib/thunderbird/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/messenger/searchplugins/naver-kr.xml +lib/thunderbird/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/messenger/searchplugins/wikipedia-kr.xml lib/thunderbird/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/messenger/shutdownWindow.properties lib/thunderbird/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/messenger/smime.properties lib/thunderbird/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/messenger/smtpEditOverlay.dtd @@ -10297,7 +14308,6 @@ lib/thunderbird/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ lib/thunderbird/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/mozapps/extensions/update.properties lib/thunderbird/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/mozapps/handling/handling.dtd lib/thunderbird/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/mozapps/handling/handling.properties -lib/thunderbird/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/mozapps/plugins/plugins.dtd lib/thunderbird/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/mozapps/preferences/changemp.dtd lib/thunderbird/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/mozapps/preferences/preferences.properties lib/thunderbird/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/mozapps/preferences/removemp.dtd @@ -10320,12 +14330,12 @@ lib/thunderbird/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ lib/thunderbird/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/pippki/pippki.dtd lib/thunderbird/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/pippki/pippki.properties lib/thunderbird/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/places/places.properties +lib/thunderbird/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/pluginproblem/pluginproblem.dtd lib/thunderbird/extensions/langpack-ko@thunderbird.mozilla.org/install.rdf lib/thunderbird/extensions/langpack-lt@thunderbird.mozilla.org/chrome.manifest -lib/thunderbird/extensions/langpack-lt@thunderbird.mozilla.org/chrome/.mkdir.done lib/thunderbird/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt.manifest lib/thunderbird/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/alerts/alert.dtd -lib/thunderbird/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/alerts/notificationNames.properties +lib/thunderbird/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/alerts/alert.properties lib/thunderbird/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/autoconfig/autoconfig.properties lib/thunderbird/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/branding/brand.dtd lib/thunderbird/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/branding/brand.properties @@ -10337,6 +14347,7 @@ lib/thunderbird/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/ lib/thunderbird/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/chat/imtooltip.properties lib/thunderbird/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/chat/irc.properties lib/thunderbird/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/chat/logger.properties +lib/thunderbird/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/chat/skype.properties lib/thunderbird/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/chat/status.properties lib/thunderbird/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/chat/twitter.properties lib/thunderbird/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/chat/xmpp.properties @@ -10344,6 +14355,12 @@ lib/thunderbird/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/ lib/thunderbird/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/communicator/utilityOverlay.dtd lib/thunderbird/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/cookie/cookieAcceptDialog.dtd lib/thunderbird/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/cookie/cookieAcceptDialog.properties +lib/thunderbird/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/devtools/shared/csscoverage.dtd +lib/thunderbird/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/devtools/shared/csscoverage.properties +lib/thunderbird/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/devtools/shared/debugger.properties +lib/thunderbird/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/devtools/shared/gcli.properties +lib/thunderbird/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/devtools/shared/gclicommands.properties +lib/thunderbird/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/devtools/shared/styleinspector.properties lib/thunderbird/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/editor/EdAdvancedEdit.dtd lib/thunderbird/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/editor/EdColorPicker.dtd lib/thunderbird/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/editor/EdConvertToTable.dtd @@ -10390,10 +14407,13 @@ lib/thunderbird/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/ lib/thunderbird/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/global/aboutNetworking.dtd lib/thunderbird/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/global/aboutReader.properties lib/thunderbird/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/global/aboutRights.dtd +lib/thunderbird/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/global/aboutServiceWorkers.dtd +lib/thunderbird/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/global/aboutServiceWorkers.properties lib/thunderbird/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/global/aboutSupport.dtd lib/thunderbird/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/global/aboutSupport.properties lib/thunderbird/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/global/aboutTelemetry.dtd lib/thunderbird/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/global/aboutTelemetry.properties +lib/thunderbird/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/global/aboutWebrtc.properties lib/thunderbird/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/global/appPicker.dtd lib/thunderbird/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/global/appstrings.properties lib/thunderbird/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/global/autocomplete.properties @@ -10415,10 +14435,6 @@ lib/thunderbird/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/ lib/thunderbird/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/global/customizeToolbar.properties lib/thunderbird/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/global/dateFormat.properties lib/thunderbird/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/global/datetimepicker.dtd -lib/thunderbird/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/global/devtools/csscoverage.dtd -lib/thunderbird/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/global/devtools/csscoverage.properties -lib/thunderbird/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/global/devtools/debugger.properties -lib/thunderbird/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/global/devtools/styleinspector.properties lib/thunderbird/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/global/dialog.properties lib/thunderbird/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/global/dialogOverlay.dtd lib/thunderbird/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/global/dom/dom.properties @@ -10660,6 +14676,13 @@ lib/thunderbird/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/ lib/thunderbird/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/messenger/searchIntegrationMac.dtd lib/thunderbird/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/messenger/searchIntegrationWin.dtd lib/thunderbird/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/messenger/searchTermOverlay.dtd +lib/thunderbird/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/messenger/searchplugins/amazondotcom.xml +lib/thunderbird/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/messenger/searchplugins/bing.xml +lib/thunderbird/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/messenger/searchplugins/eBay.xml +lib/thunderbird/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/messenger/searchplugins/google.xml +lib/thunderbird/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/messenger/searchplugins/list.txt +lib/thunderbird/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/messenger/searchplugins/twitter.xml +lib/thunderbird/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/messenger/searchplugins/wikipedia-lt.xml lib/thunderbird/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/messenger/shutdownWindow.properties lib/thunderbird/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/messenger/smime.properties lib/thunderbird/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/messenger/smtpEditOverlay.dtd @@ -10694,7 +14717,6 @@ lib/thunderbird/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/ lib/thunderbird/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/mozapps/extensions/update.properties lib/thunderbird/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/mozapps/handling/handling.dtd lib/thunderbird/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/mozapps/handling/handling.properties -lib/thunderbird/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/mozapps/plugins/plugins.dtd lib/thunderbird/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/mozapps/preferences/changemp.dtd lib/thunderbird/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/mozapps/preferences/preferences.properties lib/thunderbird/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/mozapps/preferences/removemp.dtd @@ -10717,12 +14739,12 @@ lib/thunderbird/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/ lib/thunderbird/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/pippki/pippki.dtd lib/thunderbird/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/pippki/pippki.properties lib/thunderbird/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/places/places.properties +lib/thunderbird/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/pluginproblem/pluginproblem.dtd lib/thunderbird/extensions/langpack-lt@thunderbird.mozilla.org/install.rdf lib/thunderbird/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome.manifest -lib/thunderbird/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/.mkdir.done lib/thunderbird/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO.manifest lib/thunderbird/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/alerts/alert.dtd -lib/thunderbird/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/alerts/notificationNames.properties +lib/thunderbird/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/alerts/alert.properties lib/thunderbird/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/autoconfig/autoconfig.properties lib/thunderbird/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/branding/brand.dtd lib/thunderbird/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/branding/brand.properties @@ -10734,6 +14756,7 @@ lib/thunderbird/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/l lib/thunderbird/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/chat/imtooltip.properties lib/thunderbird/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/chat/irc.properties lib/thunderbird/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/chat/logger.properties +lib/thunderbird/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/chat/skype.properties lib/thunderbird/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/chat/status.properties lib/thunderbird/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/chat/twitter.properties lib/thunderbird/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/chat/xmpp.properties @@ -10741,6 +14764,12 @@ lib/thunderbird/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/l lib/thunderbird/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/communicator/utilityOverlay.dtd lib/thunderbird/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/cookie/cookieAcceptDialog.dtd lib/thunderbird/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/cookie/cookieAcceptDialog.properties +lib/thunderbird/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/devtools/shared/csscoverage.dtd +lib/thunderbird/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/devtools/shared/csscoverage.properties +lib/thunderbird/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/devtools/shared/debugger.properties +lib/thunderbird/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/devtools/shared/gcli.properties +lib/thunderbird/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/devtools/shared/gclicommands.properties +lib/thunderbird/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/devtools/shared/styleinspector.properties lib/thunderbird/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/editor/EdAdvancedEdit.dtd lib/thunderbird/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/editor/EdColorPicker.dtd lib/thunderbird/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/editor/EdConvertToTable.dtd @@ -10787,10 +14816,13 @@ lib/thunderbird/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/l lib/thunderbird/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/global/aboutNetworking.dtd lib/thunderbird/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/global/aboutReader.properties lib/thunderbird/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/global/aboutRights.dtd +lib/thunderbird/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/global/aboutServiceWorkers.dtd +lib/thunderbird/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/global/aboutServiceWorkers.properties lib/thunderbird/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/global/aboutSupport.dtd lib/thunderbird/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/global/aboutSupport.properties lib/thunderbird/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/global/aboutTelemetry.dtd lib/thunderbird/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/global/aboutTelemetry.properties +lib/thunderbird/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/global/aboutWebrtc.properties lib/thunderbird/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/global/appPicker.dtd lib/thunderbird/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/global/appstrings.properties lib/thunderbird/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/global/autocomplete.properties @@ -10812,10 +14844,6 @@ lib/thunderbird/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/l lib/thunderbird/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/global/customizeToolbar.properties lib/thunderbird/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/global/dateFormat.properties lib/thunderbird/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/global/datetimepicker.dtd -lib/thunderbird/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/global/devtools/csscoverage.dtd -lib/thunderbird/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/global/devtools/csscoverage.properties -lib/thunderbird/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/global/devtools/debugger.properties -lib/thunderbird/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/global/devtools/styleinspector.properties lib/thunderbird/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/global/dialog.properties lib/thunderbird/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/global/dialogOverlay.dtd lib/thunderbird/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/global/dom/dom.properties @@ -11057,6 +15085,16 @@ lib/thunderbird/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/l lib/thunderbird/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/messenger/searchIntegrationMac.dtd lib/thunderbird/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/messenger/searchIntegrationWin.dtd lib/thunderbird/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/messenger/searchTermOverlay.dtd +lib/thunderbird/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/messenger/searchplugins/amazondotcom.xml +lib/thunderbird/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/messenger/searchplugins/aol-web-search.xml +lib/thunderbird/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/messenger/searchplugins/bing.xml +lib/thunderbird/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/messenger/searchplugins/eBay.xml +lib/thunderbird/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/messenger/searchplugins/google.xml +lib/thunderbird/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/messenger/searchplugins/gulesider-NO.xml +lib/thunderbird/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/messenger/searchplugins/list.txt +lib/thunderbird/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/messenger/searchplugins/twitter.xml +lib/thunderbird/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/messenger/searchplugins/wikipedia.xml +lib/thunderbird/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/messenger/searchplugins/yahoo.xml lib/thunderbird/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/messenger/shutdownWindow.properties lib/thunderbird/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/messenger/smime.properties lib/thunderbird/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/messenger/smtpEditOverlay.dtd @@ -11091,7 +15129,6 @@ lib/thunderbird/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/l lib/thunderbird/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/mozapps/extensions/update.properties lib/thunderbird/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/mozapps/handling/handling.dtd lib/thunderbird/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/mozapps/handling/handling.properties -lib/thunderbird/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/mozapps/plugins/plugins.dtd lib/thunderbird/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/mozapps/preferences/changemp.dtd lib/thunderbird/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/mozapps/preferences/preferences.properties lib/thunderbird/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/mozapps/preferences/removemp.dtd @@ -11114,12 +15151,12 @@ lib/thunderbird/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/l lib/thunderbird/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/pippki/pippki.dtd lib/thunderbird/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/pippki/pippki.properties lib/thunderbird/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/places/places.properties +lib/thunderbird/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/pluginproblem/pluginproblem.dtd lib/thunderbird/extensions/langpack-nb-NO@thunderbird.mozilla.org/install.rdf lib/thunderbird/extensions/langpack-nl@thunderbird.mozilla.org/chrome.manifest -lib/thunderbird/extensions/langpack-nl@thunderbird.mozilla.org/chrome/.mkdir.done lib/thunderbird/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl.manifest lib/thunderbird/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/alerts/alert.dtd -lib/thunderbird/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/alerts/notificationNames.properties +lib/thunderbird/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/alerts/alert.properties lib/thunderbird/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/autoconfig/autoconfig.properties lib/thunderbird/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/branding/brand.dtd lib/thunderbird/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/branding/brand.properties @@ -11131,6 +15168,7 @@ lib/thunderbird/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/ lib/thunderbird/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/chat/imtooltip.properties lib/thunderbird/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/chat/irc.properties lib/thunderbird/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/chat/logger.properties +lib/thunderbird/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/chat/skype.properties lib/thunderbird/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/chat/status.properties lib/thunderbird/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/chat/twitter.properties lib/thunderbird/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/chat/xmpp.properties @@ -11138,6 +15176,12 @@ lib/thunderbird/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/ lib/thunderbird/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/communicator/utilityOverlay.dtd lib/thunderbird/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/cookie/cookieAcceptDialog.dtd lib/thunderbird/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/cookie/cookieAcceptDialog.properties +lib/thunderbird/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/devtools/shared/csscoverage.dtd +lib/thunderbird/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/devtools/shared/csscoverage.properties +lib/thunderbird/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/devtools/shared/debugger.properties +lib/thunderbird/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/devtools/shared/gcli.properties +lib/thunderbird/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/devtools/shared/gclicommands.properties +lib/thunderbird/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/devtools/shared/styleinspector.properties lib/thunderbird/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/editor/EdAdvancedEdit.dtd lib/thunderbird/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/editor/EdColorPicker.dtd lib/thunderbird/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/editor/EdConvertToTable.dtd @@ -11184,10 +15228,13 @@ lib/thunderbird/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/ lib/thunderbird/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/global/aboutNetworking.dtd lib/thunderbird/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/global/aboutReader.properties lib/thunderbird/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/global/aboutRights.dtd +lib/thunderbird/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/global/aboutServiceWorkers.dtd +lib/thunderbird/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/global/aboutServiceWorkers.properties lib/thunderbird/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/global/aboutSupport.dtd lib/thunderbird/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/global/aboutSupport.properties lib/thunderbird/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/global/aboutTelemetry.dtd lib/thunderbird/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/global/aboutTelemetry.properties +lib/thunderbird/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/global/aboutWebrtc.properties lib/thunderbird/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/global/appPicker.dtd lib/thunderbird/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/global/appstrings.properties lib/thunderbird/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/global/autocomplete.properties @@ -11209,10 +15256,6 @@ lib/thunderbird/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/ lib/thunderbird/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/global/customizeToolbar.properties lib/thunderbird/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/global/dateFormat.properties lib/thunderbird/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/global/datetimepicker.dtd -lib/thunderbird/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/global/devtools/csscoverage.dtd -lib/thunderbird/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/global/devtools/csscoverage.properties -lib/thunderbird/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/global/devtools/debugger.properties -lib/thunderbird/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/global/devtools/styleinspector.properties lib/thunderbird/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/global/dialog.properties lib/thunderbird/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/global/dialogOverlay.dtd lib/thunderbird/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/global/dom/dom.properties @@ -11454,6 +15497,14 @@ lib/thunderbird/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/ lib/thunderbird/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/messenger/searchIntegrationMac.dtd lib/thunderbird/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/messenger/searchIntegrationWin.dtd lib/thunderbird/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/messenger/searchTermOverlay.dtd +lib/thunderbird/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/messenger/searchplugins/amazondotcom.xml +lib/thunderbird/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/messenger/searchplugins/aol-web-search.xml +lib/thunderbird/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/messenger/searchplugins/bing.xml +lib/thunderbird/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/messenger/searchplugins/eBay.xml +lib/thunderbird/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/messenger/searchplugins/list.txt +lib/thunderbird/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/messenger/searchplugins/twitter.xml +lib/thunderbird/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/messenger/searchplugins/wikipedia.xml +lib/thunderbird/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/messenger/searchplugins/yahoo.xml lib/thunderbird/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/messenger/shutdownWindow.properties lib/thunderbird/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/messenger/smime.properties lib/thunderbird/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/messenger/smtpEditOverlay.dtd @@ -11488,7 +15539,6 @@ lib/thunderbird/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/ lib/thunderbird/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/mozapps/extensions/update.properties lib/thunderbird/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/mozapps/handling/handling.dtd lib/thunderbird/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/mozapps/handling/handling.properties -lib/thunderbird/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/mozapps/plugins/plugins.dtd lib/thunderbird/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/mozapps/preferences/changemp.dtd lib/thunderbird/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/mozapps/preferences/preferences.properties lib/thunderbird/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/mozapps/preferences/removemp.dtd @@ -11511,12 +15561,12 @@ lib/thunderbird/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/ lib/thunderbird/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/pippki/pippki.dtd lib/thunderbird/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/pippki/pippki.properties lib/thunderbird/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/places/places.properties +lib/thunderbird/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/pluginproblem/pluginproblem.dtd lib/thunderbird/extensions/langpack-nl@thunderbird.mozilla.org/install.rdf lib/thunderbird/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome.manifest -lib/thunderbird/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/.mkdir.done lib/thunderbird/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO.manifest lib/thunderbird/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/alerts/alert.dtd -lib/thunderbird/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/alerts/notificationNames.properties +lib/thunderbird/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/alerts/alert.properties lib/thunderbird/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/autoconfig/autoconfig.properties lib/thunderbird/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/branding/brand.dtd lib/thunderbird/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/branding/brand.properties @@ -11528,6 +15578,7 @@ lib/thunderbird/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/l lib/thunderbird/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/chat/imtooltip.properties lib/thunderbird/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/chat/irc.properties lib/thunderbird/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/chat/logger.properties +lib/thunderbird/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/chat/skype.properties lib/thunderbird/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/chat/status.properties lib/thunderbird/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/chat/twitter.properties lib/thunderbird/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/chat/xmpp.properties @@ -11535,6 +15586,12 @@ lib/thunderbird/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/l lib/thunderbird/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/communicator/utilityOverlay.dtd lib/thunderbird/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/cookie/cookieAcceptDialog.dtd lib/thunderbird/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/cookie/cookieAcceptDialog.properties +lib/thunderbird/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/devtools/shared/csscoverage.dtd +lib/thunderbird/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/devtools/shared/csscoverage.properties +lib/thunderbird/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/devtools/shared/debugger.properties +lib/thunderbird/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/devtools/shared/gcli.properties +lib/thunderbird/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/devtools/shared/gclicommands.properties +lib/thunderbird/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/devtools/shared/styleinspector.properties lib/thunderbird/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/editor/EdAdvancedEdit.dtd lib/thunderbird/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/editor/EdColorPicker.dtd lib/thunderbird/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/editor/EdConvertToTable.dtd @@ -11581,10 +15638,13 @@ lib/thunderbird/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/l lib/thunderbird/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/global/aboutNetworking.dtd lib/thunderbird/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/global/aboutReader.properties lib/thunderbird/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/global/aboutRights.dtd +lib/thunderbird/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/global/aboutServiceWorkers.dtd +lib/thunderbird/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/global/aboutServiceWorkers.properties lib/thunderbird/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/global/aboutSupport.dtd lib/thunderbird/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/global/aboutSupport.properties lib/thunderbird/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/global/aboutTelemetry.dtd lib/thunderbird/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/global/aboutTelemetry.properties +lib/thunderbird/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/global/aboutWebrtc.properties lib/thunderbird/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/global/appPicker.dtd lib/thunderbird/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/global/appstrings.properties lib/thunderbird/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/global/autocomplete.properties @@ -11606,10 +15666,6 @@ lib/thunderbird/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/l lib/thunderbird/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/global/customizeToolbar.properties lib/thunderbird/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/global/dateFormat.properties lib/thunderbird/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/global/datetimepicker.dtd -lib/thunderbird/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/global/devtools/csscoverage.dtd -lib/thunderbird/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/global/devtools/csscoverage.properties -lib/thunderbird/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/global/devtools/debugger.properties -lib/thunderbird/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/global/devtools/styleinspector.properties lib/thunderbird/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/global/dialog.properties lib/thunderbird/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/global/dialogOverlay.dtd lib/thunderbird/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/global/dom/dom.properties @@ -11851,6 +15907,15 @@ lib/thunderbird/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/l lib/thunderbird/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/messenger/searchIntegrationMac.dtd lib/thunderbird/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/messenger/searchIntegrationWin.dtd lib/thunderbird/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/messenger/searchTermOverlay.dtd +lib/thunderbird/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/messenger/searchplugins/amazondotcom.xml +lib/thunderbird/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/messenger/searchplugins/aol-web-search.xml +lib/thunderbird/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/messenger/searchplugins/bing.xml +lib/thunderbird/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/messenger/searchplugins/eBay.xml +lib/thunderbird/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/messenger/searchplugins/gulesider-NO.xml +lib/thunderbird/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/messenger/searchplugins/list.txt +lib/thunderbird/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/messenger/searchplugins/twitter.xml +lib/thunderbird/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/messenger/searchplugins/wikipedia.xml +lib/thunderbird/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/messenger/searchplugins/yahoo.xml lib/thunderbird/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/messenger/shutdownWindow.properties lib/thunderbird/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/messenger/smime.properties lib/thunderbird/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/messenger/smtpEditOverlay.dtd @@ -11885,7 +15950,6 @@ lib/thunderbird/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/l lib/thunderbird/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/mozapps/extensions/update.properties lib/thunderbird/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/mozapps/handling/handling.dtd lib/thunderbird/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/mozapps/handling/handling.properties -lib/thunderbird/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/mozapps/plugins/plugins.dtd lib/thunderbird/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/mozapps/preferences/changemp.dtd lib/thunderbird/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/mozapps/preferences/preferences.properties lib/thunderbird/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/mozapps/preferences/removemp.dtd @@ -11908,12 +15972,831 @@ lib/thunderbird/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/l lib/thunderbird/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/pippki/pippki.dtd lib/thunderbird/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/pippki/pippki.properties lib/thunderbird/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/places/places.properties +lib/thunderbird/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/pluginproblem/pluginproblem.dtd lib/thunderbird/extensions/langpack-nn-NO@thunderbird.mozilla.org/install.rdf +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome.manifest +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN.manifest +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/alerts/alert.dtd +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/alerts/alert.properties +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/autoconfig/autoconfig.properties +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/branding/brand.dtd +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/branding/brand.properties +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/chat/accounts.properties +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/chat/commands.properties +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/chat/contacts.properties +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/chat/conversations.properties +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/chat/facebook.properties +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/chat/imtooltip.properties +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/chat/irc.properties +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/chat/logger.properties +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/chat/skype.properties +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/chat/status.properties +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/chat/twitter.properties +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/chat/xmpp.properties +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/chat/yahoo.properties +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/communicator/utilityOverlay.dtd +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/cookie/cookieAcceptDialog.dtd +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/cookie/cookieAcceptDialog.properties +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/devtools/shared/csscoverage.dtd +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/devtools/shared/csscoverage.properties +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/devtools/shared/debugger.properties +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/devtools/shared/gcli.properties +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/devtools/shared/gclicommands.properties +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/devtools/shared/styleinspector.properties +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/editor/EdAdvancedEdit.dtd +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/editor/EdColorPicker.dtd +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/editor/EdConvertToTable.dtd +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/editor/EdDialogOverlay.dtd +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/editor/EdNamedAnchorProperties.dtd +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/editor/EditorButtonProperties.dtd +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/editor/EditorColorProperties.dtd +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/editor/EditorFieldSetProperties.dtd +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/editor/EditorFormProperties.dtd +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/editor/EditorHLineProperties.dtd +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/editor/EditorImageProperties.dtd +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/editor/EditorInputProperties.dtd +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/editor/EditorInsertChars.dtd +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/editor/EditorInsertMath.dtd +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/editor/EditorInsertSource.dtd +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/editor/EditorInsertTOC.dtd +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/editor/EditorInsertTable.dtd +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/editor/EditorLabelProperties.dtd +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/editor/EditorLinkProperties.dtd +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/editor/EditorListProperties.dtd +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/editor/EditorPersonalDictionary.dtd +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/editor/EditorReplace.dtd +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/editor/EditorSelectProperties.dtd +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/editor/EditorSpellCheck.dtd +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/editor/EditorTableProperties.dtd +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/editor/EditorTextAreaProperties.dtd +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/editor/editor.properties +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/editor/editorOverlay.dtd +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/editor/editorSmileyOverlay.dtd +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/formautofill/requestAutocomplete.dtd +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/global-platform/mac/accessible.properties +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/global-platform/mac/intl.properties +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/global-platform/mac/platformKeys.properties +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/global-platform/unix/accessible.properties +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/global-platform/unix/intl.properties +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/global-platform/unix/platformKeys.properties +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/global-platform/win/accessible.properties +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/global-platform/win/intl.properties +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/global-platform/win/platformKeys.properties +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/global-region/region.properties +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/global/AccessFu.properties +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/global/about.dtd +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/global/aboutAbout.dtd +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/global/aboutNetworking.dtd +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/global/aboutReader.properties +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/global/aboutRights.dtd +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/global/aboutServiceWorkers.dtd +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/global/aboutServiceWorkers.properties +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/global/aboutSupport.dtd +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/global/aboutSupport.properties +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/global/aboutTelemetry.dtd +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/global/aboutTelemetry.properties +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/global/aboutWebrtc.properties +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/global/appPicker.dtd +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/global/appstrings.properties +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/global/autocomplete.properties +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/global/brand.dtd +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/global/browser.properties +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/global/charsetMenu.dtd +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/global/charsetMenu.properties +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/global/commonDialog.dtd +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/global/commonDialogs.properties +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/global/config.dtd +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/global/config.properties +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/global/console.dtd +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/global/console.properties +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/global/contentAreaCommands.properties +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/global/crashes.dtd +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/global/crashes.properties +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/global/css.properties +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/global/customizeToolbar.dtd +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/global/customizeToolbar.properties +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/global/dateFormat.properties +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/global/datetimepicker.dtd +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/global/dialog.properties +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/global/dialogOverlay.dtd +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/global/dom/dom.properties +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/global/editMenuOverlay.dtd +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/global/fallbackMenubar.properties +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/global/filefield.properties +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/global/filepicker.dtd +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/global/filepicker.properties +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/global/findbar.dtd +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/global/findbar.properties +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/global/finddialog.dtd +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/global/finddialog.properties +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/global/global-strres.properties +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/global/global.dtd +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/global/globalKeys.dtd +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/global/headsUpDisplay.properties +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/global/intl.css +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/global/intl.properties +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/global/keys.properties +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/global/languageNames.properties +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/global/layout/HtmlForm.properties +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/global/layout/MediaDocument.properties +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/global/layout/htmlparser.properties +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/global/layout/xmlparser.properties +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/global/layout_errors.properties +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/global/mathml/mathml.properties +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/global/mozilla.dtd +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/global/netError.dtd +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/global/netErrorApp.dtd +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/global/notification.dtd +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/global/nsWebBrowserPersist.properties +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/global/plugins.properties +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/global/preferences.dtd +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/global/printPageSetup.dtd +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/global/printPreview.dtd +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/global/printPreviewProgress.dtd +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/global/printProgress.dtd +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/global/printdialog.dtd +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/global/printdialog.properties +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/global/printing.properties +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/global/printjoboptions.dtd +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/global/regionNames.properties +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/global/resetProfile.dtd +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/global/resetProfile.properties +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/global/search/search.properties +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/global/security/caps.properties +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/global/security/csp.properties +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/global/security/security.properties +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/global/svg/svg.properties +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/global/textcontext.dtd +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/global/tree.dtd +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/global/videocontrols.dtd +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/global/viewSource.dtd +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/global/viewSource.properties +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/global/webapps.properties +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/global/wizard.dtd +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/global/wizard.properties +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/global/xbl.properties +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/global/xml/prettyprint.dtd +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/global/xslt/xslt.properties +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/global/xul.properties +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/messenger-mapi/mapi.properties +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/messenger-newsblog/am-newsblog.dtd +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/messenger-newsblog/feed-subscriptions.dtd +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/messenger-newsblog/newsblog.properties +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/messenger-region/region.properties +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/messenger-smime/certFetchingStatus.dtd +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/messenger-smime/msgCompSMIMEOverlay.dtd +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/messenger-smime/msgCompSMIMEOverlay.properties +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/messenger-smime/msgCompSecurityInfo.dtd +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/messenger-smime/msgCompSecurityInfo.properties +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/messenger-smime/msgReadSMIMEOverlay.dtd +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/messenger-smime/msgReadSMIMEOverlay.properties +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/messenger-smime/msgReadSecurityInfo.dtd +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/messenger-smime/msgSecurityInfo.properties +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/messenger/AccountManager.dtd +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/messenger/AccountWizard.dtd +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/messenger/CustomHeaders.dtd +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/messenger/FilterEditor.dtd +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/messenger/FilterListDialog.dtd +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/messenger/SearchDialog.dtd +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/messenger/aboutDialog.dtd +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/messenger/aboutDownloads.dtd +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/messenger/aboutRights.dtd +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/messenger/aboutRights.properties +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/messenger/aboutSupportMail.dtd +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/messenger/aboutSupportMail.properties +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/messenger/accountCreation.dtd +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/messenger/accountCreation.properties +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/messenger/accountCreationModel.properties +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/messenger/accountCreationUtil.properties +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/messenger/activity.dtd +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/messenger/activity.properties +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/messenger/addbuddy.dtd +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/messenger/addressbook/abAddressBookNameDialog.dtd +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/messenger/addressbook/abCardOverlay.dtd +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/messenger/addressbook/abContactsPanel.dtd +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/messenger/addressbook/abMailListDialog.dtd +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/messenger/addressbook/abMainWindow.dtd +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/messenger/addressbook/abNewCardDialog.dtd +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/messenger/addressbook/abResultsPaneOverlay.dtd +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/messenger/addressbook/addressBook.properties +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/messenger/addressbook/ldapAutoCompErrs.properties +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/messenger/addressbook/pref-directory-add.dtd +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/messenger/addressbook/pref-directory.dtd +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/messenger/addressbook/replicationProgress.properties +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/messenger/am-addressing.dtd +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/messenger/am-advanced.dtd +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/messenger/am-archiveoptions.dtd +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/messenger/am-copies.dtd +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/messenger/am-identities-list.dtd +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/messenger/am-identity-edit.dtd +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/messenger/am-im.dtd +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/messenger/am-junk.dtd +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/messenger/am-main.dtd +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/messenger/am-mdn.dtd +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/messenger/am-mdn.properties +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/messenger/am-offline.dtd +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/messenger/am-server-advanced.dtd +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/messenger/am-server-top.dtd +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/messenger/am-serverwithnoidentities.dtd +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/messenger/am-smime.dtd +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/messenger/am-smime.properties +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/messenger/appleMailImportMsgs.properties +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/messenger/baseMenuOverlay.dtd +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/messenger/charsetTitles.properties +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/messenger/chat.dtd +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/messenger/chat.properties +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/messenger/cloudfile/Box/auth.dtd +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/messenger/cloudfile/Box/management.dtd +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/messenger/cloudfile/Box/settings.dtd +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/messenger/cloudfile/Hightail/fileExceeds2GB.dtd +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/messenger/cloudfile/Hightail/fileExceedsLimit.dtd +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/messenger/cloudfile/Hightail/fileExceedsQuota.dtd +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/messenger/cloudfile/Hightail/management.dtd +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/messenger/cloudfile/Hightail/settings.dtd +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/messenger/cloudfile/addAccountDialog.dtd +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/messenger/cloudfile/management.dtd +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/messenger/configEditorOverlay.dtd +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/messenger/custom.properties +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/messenger/customizeToolbarOverlay.dtd +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/messenger/downloadheaders.dtd +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/messenger/downloads/settingsChange.dtd +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/messenger/downloadsOverlay.dtd +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/messenger/editContactOverlay.dtd +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/messenger/editContactOverlay.properties +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/messenger/eudoraImportMsgs.properties +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/messenger/fieldMapImport.dtd +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/messenger/filter.properties +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/messenger/folderProps.dtd +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/messenger/folderWidgets.properties +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/messenger/folderpane.dtd +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/messenger/gloda.properties +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/messenger/glodaComplete.properties +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/messenger/glodaFacetView.dtd +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/messenger/glodaFacetView.properties +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/messenger/imAccountWizard.dtd +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/messenger/imAccounts.dtd +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/messenger/imAccounts.properties +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/messenger/imapMsgs.properties +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/messenger/importDialog.dtd +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/messenger/importMsgs.properties +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/messenger/joinChat.dtd +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/messenger/junkLog.dtd +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/messenger/junkMailInfo.dtd +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/messenger/localMsgs.properties +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/messenger/mailEditorOverlay.dtd +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/messenger/mailOverlay.dtd +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/messenger/mailViewList.dtd +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/messenger/mailViewSetup.dtd +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/messenger/mailviews.properties +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/messenger/markByDate.dtd +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/messenger/messenger.dtd +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/messenger/messenger.properties +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/messenger/messengercompose/addressingWidgetOverlay.dtd +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/messenger/messengercompose/askSendFormat.dtd +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/messenger/messengercompose/askSendFormat.properties +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/messenger/messengercompose/composeMsgs.properties +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/messenger/messengercompose/mailComposeEditorOverlay.dtd +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/messenger/messengercompose/messengercompose.dtd +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/messenger/messengercompose/sendProgress.dtd +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/messenger/messengercompose/sendProgress.properties +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/messenger/migration/migration.dtd +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/messenger/migration/migration.properties +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/messenger/mime.properties +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/messenger/mimeheader.properties +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/messenger/msgAccountCentral.dtd +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/messenger/msgHdrViewOverlay.dtd +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/messenger/msgPrintEngine.dtd +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/messenger/msgSynchronize.dtd +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/messenger/msgViewPickerOverlay.dtd +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/messenger/msgmdn.properties +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/messenger/multimessageview.dtd +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/messenger/multimessageview.properties +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/messenger/netError.dtd +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/messenger/newFolderDialog.dtd +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/messenger/newTagDialog.dtd +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/messenger/newmailaccount/accountProvisioner.dtd +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/messenger/newmailaccount/accountProvisioner.properties +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/messenger/news.properties +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/messenger/oeImportMsgs.properties +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/messenger/offline.properties +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/messenger/offlineStartup.properties +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/messenger/outlookImportMsgs.properties +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/messenger/pgpmime.properties +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/messenger/preferences/advanced.dtd +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/messenger/preferences/applicationManager.dtd +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/messenger/preferences/applicationManager.properties +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/messenger/preferences/applications.dtd +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/messenger/preferences/applications.properties +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/messenger/preferences/attachmentReminder.dtd +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/messenger/preferences/chat.dtd +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/messenger/preferences/colors.dtd +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/messenger/preferences/compose.dtd +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/messenger/preferences/connection.dtd +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/messenger/preferences/cookies.dtd +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/messenger/preferences/display.dtd +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/messenger/preferences/dockoptions.dtd +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/messenger/preferences/fonts.dtd +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/messenger/preferences/general.dtd +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/messenger/preferences/notifications.dtd +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/messenger/preferences/offline.dtd +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/messenger/preferences/permissions.dtd +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/messenger/preferences/preferences.dtd +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/messenger/preferences/preferences.properties +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/messenger/preferences/privacy.dtd +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/messenger/preferences/receipts.dtd +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/messenger/preferences/security.dtd +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/messenger/preferences/sendoptions.dtd +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/messenger/prefs.properties +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/messenger/quickFilterBar.dtd +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/messenger/renameFolderDialog.dtd +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/messenger/safeMode.dtd +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/messenger/sanitize.dtd +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/messenger/search-attributes.properties +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/messenger/search-operators.properties +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/messenger/search.properties +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/messenger/searchIntegrationDefault.dtd +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/messenger/searchIntegrationMac.dtd +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/messenger/searchIntegrationWin.dtd +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/messenger/searchTermOverlay.dtd +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/messenger/searchplugins/amazondotcom.xml +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/messenger/searchplugins/aol-web-search.xml +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/messenger/searchplugins/bing.xml +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/messenger/searchplugins/eBay.xml +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/messenger/searchplugins/list.txt +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/messenger/searchplugins/twitter.xml +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/messenger/searchplugins/wikipedia.xml +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/messenger/searchplugins/yahoo.xml +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/messenger/shutdownWindow.properties +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/messenger/smime.properties +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/messenger/smtpEditOverlay.dtd +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/messenger/subscribe.dtd +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/messenger/subscribe.properties +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/messenger/systemIntegrationDialog.dtd +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/messenger/tabmail.dtd +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/messenger/taskbar.properties +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/messenger/telemetry.properties +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/messenger/templateUtils.properties +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/messenger/textImportMsgs.properties +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/messenger/vCardImportMsgs.properties +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/messenger/viewLog.dtd +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/messenger/viewZoomOverlay.dtd +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/messenger/virtualFolderListDialog.dtd +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/messenger/virtualFolderProperties.dtd +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/messenger/wmImportMsgs.properties +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/mozapps/downloads/downloads.dtd +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/mozapps/downloads/downloads.properties +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/mozapps/downloads/settingsChange.dtd +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/mozapps/downloads/unknownContentType.dtd +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/mozapps/downloads/unknownContentType.properties +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/mozapps/extensions/about.dtd +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/mozapps/extensions/blocklist.dtd +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/mozapps/extensions/extensions.dtd +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/mozapps/extensions/extensions.properties +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/mozapps/extensions/newaddon.dtd +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/mozapps/extensions/newaddon.properties +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/mozapps/extensions/selectAddons.dtd +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/mozapps/extensions/selectAddons.properties +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/mozapps/extensions/update.dtd +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/mozapps/extensions/update.properties +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/mozapps/handling/handling.dtd +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/mozapps/handling/handling.properties +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/mozapps/preferences/changemp.dtd +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/mozapps/preferences/preferences.properties +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/mozapps/preferences/removemp.dtd +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/mozapps/profile/createProfileWizard.dtd +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/mozapps/profile/profileSelection.dtd +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/mozapps/profile/profileSelection.properties +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/mozapps/update/history.dtd +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/mozapps/update/updates.dtd +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/mozapps/update/updates.properties +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/mozapps/xpinstall/xpinstallConfirm.dtd +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/mozapps/xpinstall/xpinstallConfirm.properties +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/mozldap/ldap.properties +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/necko/necko.properties +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/passwordmgr/passwordManager.dtd +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/passwordmgr/passwordmgr.properties +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/pipnss/nsserrors.properties +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/pipnss/pipnss.properties +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/pippki/certManager.dtd +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/pippki/deviceManager.dtd +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/pippki/pippki.dtd +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/pippki/pippki.properties +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/places/places.properties +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/chrome/pa-IN/locale/pa-IN/pluginproblem/pluginproblem.dtd +lib/thunderbird/extensions/langpack-pa-IN@thunderbird.mozilla.org/install.rdf +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome.manifest +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl.manifest +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/alerts/alert.dtd +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/alerts/alert.properties +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/autoconfig/autoconfig.properties +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/branding/brand.dtd +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/branding/brand.properties +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/chat/accounts.properties +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/chat/commands.properties +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/chat/contacts.properties +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/chat/conversations.properties +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/chat/facebook.properties +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/chat/imtooltip.properties +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/chat/irc.properties +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/chat/logger.properties +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/chat/skype.properties +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/chat/status.properties +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/chat/twitter.properties +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/chat/xmpp.properties +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/chat/yahoo.properties +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/communicator/utilityOverlay.dtd +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/cookie/cookieAcceptDialog.dtd +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/cookie/cookieAcceptDialog.properties +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/devtools/shared/csscoverage.dtd +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/devtools/shared/csscoverage.properties +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/devtools/shared/debugger.properties +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/devtools/shared/gcli.properties +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/devtools/shared/gclicommands.properties +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/devtools/shared/styleinspector.properties +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/editor/EdAdvancedEdit.dtd +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/editor/EdColorPicker.dtd +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/editor/EdConvertToTable.dtd +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/editor/EdDialogOverlay.dtd +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/editor/EdNamedAnchorProperties.dtd +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/editor/EditorButtonProperties.dtd +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/editor/EditorColorProperties.dtd +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/editor/EditorFieldSetProperties.dtd +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/editor/EditorFormProperties.dtd +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/editor/EditorHLineProperties.dtd +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/editor/EditorImageProperties.dtd +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/editor/EditorInputProperties.dtd +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/editor/EditorInsertChars.dtd +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/editor/EditorInsertMath.dtd +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/editor/EditorInsertSource.dtd +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/editor/EditorInsertTOC.dtd +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/editor/EditorInsertTable.dtd +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/editor/EditorLabelProperties.dtd +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/editor/EditorLinkProperties.dtd +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/editor/EditorListProperties.dtd +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/editor/EditorPersonalDictionary.dtd +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/editor/EditorReplace.dtd +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/editor/EditorSelectProperties.dtd +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/editor/EditorSpellCheck.dtd +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/editor/EditorTableProperties.dtd +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/editor/EditorTextAreaProperties.dtd +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/editor/editor.properties +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/editor/editorOverlay.dtd +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/editor/editorSmileyOverlay.dtd +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/formautofill/requestAutocomplete.dtd +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/global-platform/mac/accessible.properties +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/global-platform/mac/intl.properties +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/global-platform/mac/platformKeys.properties +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/global-platform/unix/accessible.properties +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/global-platform/unix/intl.properties +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/global-platform/unix/platformKeys.properties +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/global-platform/win/accessible.properties +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/global-platform/win/intl.properties +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/global-platform/win/platformKeys.properties +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/global-region/region.properties +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/global/AccessFu.properties +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/global/about.dtd +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/global/aboutAbout.dtd +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/global/aboutNetworking.dtd +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/global/aboutReader.properties +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/global/aboutRights.dtd +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/global/aboutServiceWorkers.dtd +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/global/aboutServiceWorkers.properties +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/global/aboutSupport.dtd +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/global/aboutSupport.properties +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/global/aboutTelemetry.dtd +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/global/aboutTelemetry.properties +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/global/aboutWebrtc.properties +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/global/appPicker.dtd +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/global/appstrings.properties +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/global/autocomplete.properties +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/global/brand.dtd +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/global/browser.properties +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/global/charsetMenu.dtd +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/global/charsetMenu.properties +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/global/commonDialog.dtd +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/global/commonDialogs.properties +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/global/config.dtd +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/global/config.properties +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/global/console.dtd +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/global/console.properties +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/global/contentAreaCommands.properties +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/global/crashes.dtd +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/global/crashes.properties +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/global/css.properties +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/global/customizeToolbar.dtd +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/global/customizeToolbar.properties +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/global/dateFormat.properties +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/global/datetimepicker.dtd +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/global/dialog.properties +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/global/dialogOverlay.dtd +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/global/dom/dom.properties +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/global/editMenuOverlay.dtd +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/global/fallbackMenubar.properties +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/global/filefield.properties +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/global/filepicker.dtd +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/global/filepicker.properties +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/global/findbar.dtd +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/global/findbar.properties +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/global/finddialog.dtd +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/global/finddialog.properties +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/global/global-strres.properties +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/global/global.dtd +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/global/globalKeys.dtd +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/global/headsUpDisplay.properties +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/global/intl.css +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/global/intl.properties +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/global/keys.properties +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/global/languageNames.properties +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/global/layout/HtmlForm.properties +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/global/layout/MediaDocument.properties +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/global/layout/htmlparser.properties +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/global/layout/xmlparser.properties +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/global/layout_errors.properties +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/global/mathml/mathml.properties +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/global/mozilla.dtd +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/global/netError.dtd +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/global/netErrorApp.dtd +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/global/notification.dtd +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/global/nsWebBrowserPersist.properties +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/global/plugins.properties +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/global/preferences.dtd +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/global/printPageSetup.dtd +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/global/printPreview.dtd +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/global/printPreviewProgress.dtd +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/global/printProgress.dtd +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/global/printdialog.dtd +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/global/printdialog.properties +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/global/printing.properties +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/global/printjoboptions.dtd +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/global/regionNames.properties +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/global/resetProfile.dtd +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/global/resetProfile.properties +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/global/search/search.properties +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/global/security/caps.properties +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/global/security/csp.properties +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/global/security/security.properties +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/global/svg/svg.properties +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/global/textcontext.dtd +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/global/tree.dtd +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/global/videocontrols.dtd +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/global/viewSource.dtd +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/global/viewSource.properties +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/global/webapps.properties +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/global/wizard.dtd +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/global/wizard.properties +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/global/xbl.properties +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/global/xml/prettyprint.dtd +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/global/xslt/xslt.properties +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/global/xul.properties +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/messenger-mapi/mapi.properties +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/messenger-newsblog/am-newsblog.dtd +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/messenger-newsblog/feed-subscriptions.dtd +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/messenger-newsblog/newsblog.properties +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/messenger-region/region.properties +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/messenger-smime/certFetchingStatus.dtd +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/messenger-smime/msgCompSMIMEOverlay.dtd +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/messenger-smime/msgCompSMIMEOverlay.properties +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/messenger-smime/msgCompSecurityInfo.dtd +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/messenger-smime/msgCompSecurityInfo.properties +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/messenger-smime/msgReadSMIMEOverlay.dtd +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/messenger-smime/msgReadSMIMEOverlay.properties +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/messenger-smime/msgReadSecurityInfo.dtd +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/messenger-smime/msgSecurityInfo.properties +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/messenger/AccountManager.dtd +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/messenger/AccountWizard.dtd +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/messenger/CustomHeaders.dtd +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/messenger/FilterEditor.dtd +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/messenger/FilterListDialog.dtd +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/messenger/SearchDialog.dtd +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/messenger/aboutDialog.dtd +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/messenger/aboutDownloads.dtd +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/messenger/aboutRights.dtd +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/messenger/aboutRights.properties +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/messenger/aboutSupportMail.dtd +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/messenger/aboutSupportMail.properties +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/messenger/accountCreation.dtd +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/messenger/accountCreation.properties +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/messenger/accountCreationModel.properties +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/messenger/accountCreationUtil.properties +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/messenger/activity.dtd +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/messenger/activity.properties +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/messenger/addbuddy.dtd +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/messenger/addressbook/abAddressBookNameDialog.dtd +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/messenger/addressbook/abCardOverlay.dtd +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/messenger/addressbook/abContactsPanel.dtd +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/messenger/addressbook/abMailListDialog.dtd +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/messenger/addressbook/abMainWindow.dtd +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/messenger/addressbook/abNewCardDialog.dtd +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/messenger/addressbook/abResultsPaneOverlay.dtd +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/messenger/addressbook/addressBook.properties +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/messenger/addressbook/ldapAutoCompErrs.properties +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/messenger/addressbook/pref-directory-add.dtd +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/messenger/addressbook/pref-directory.dtd +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/messenger/addressbook/replicationProgress.properties +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/messenger/am-addressing.dtd +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/messenger/am-advanced.dtd +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/messenger/am-archiveoptions.dtd +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/messenger/am-copies.dtd +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/messenger/am-identities-list.dtd +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/messenger/am-identity-edit.dtd +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/messenger/am-im.dtd +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/messenger/am-junk.dtd +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/messenger/am-main.dtd +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/messenger/am-mdn.dtd +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/messenger/am-mdn.properties +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/messenger/am-offline.dtd +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/messenger/am-server-advanced.dtd +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/messenger/am-server-top.dtd +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/messenger/am-serverwithnoidentities.dtd +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/messenger/am-smime.dtd +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/messenger/am-smime.properties +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/messenger/appleMailImportMsgs.properties +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/messenger/baseMenuOverlay.dtd +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/messenger/charsetTitles.properties +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/messenger/chat.dtd +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/messenger/chat.properties +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/messenger/cloudfile/Box/auth.dtd +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/messenger/cloudfile/Box/management.dtd +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/messenger/cloudfile/Box/settings.dtd +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/messenger/cloudfile/Hightail/fileExceeds2GB.dtd +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/messenger/cloudfile/Hightail/fileExceedsLimit.dtd +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/messenger/cloudfile/Hightail/fileExceedsQuota.dtd +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/messenger/cloudfile/Hightail/management.dtd +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/messenger/cloudfile/Hightail/settings.dtd +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/messenger/cloudfile/addAccountDialog.dtd +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/messenger/cloudfile/management.dtd +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/messenger/configEditorOverlay.dtd +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/messenger/custom.properties +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/messenger/customizeToolbarOverlay.dtd +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/messenger/downloadheaders.dtd +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/messenger/downloads/settingsChange.dtd +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/messenger/downloadsOverlay.dtd +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/messenger/editContactOverlay.dtd +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/messenger/editContactOverlay.properties +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/messenger/eudoraImportMsgs.properties +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/messenger/fieldMapImport.dtd +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/messenger/filter.properties +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/messenger/folderProps.dtd +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/messenger/folderWidgets.properties +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/messenger/folderpane.dtd +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/messenger/gloda.properties +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/messenger/glodaComplete.properties +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/messenger/glodaFacetView.dtd +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/messenger/glodaFacetView.properties +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/messenger/imAccountWizard.dtd +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/messenger/imAccounts.dtd +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/messenger/imAccounts.properties +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/messenger/imapMsgs.properties +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/messenger/importDialog.dtd +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/messenger/importMsgs.properties +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/messenger/joinChat.dtd +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/messenger/junkLog.dtd +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/messenger/junkMailInfo.dtd +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/messenger/localMsgs.properties +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/messenger/mailEditorOverlay.dtd +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/messenger/mailOverlay.dtd +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/messenger/mailViewList.dtd +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/messenger/mailViewSetup.dtd +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/messenger/mailviews.properties +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/messenger/markByDate.dtd +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/messenger/messenger.dtd +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/messenger/messenger.properties +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/messenger/messengercompose/addressingWidgetOverlay.dtd +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/messenger/messengercompose/askSendFormat.dtd +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/messenger/messengercompose/askSendFormat.properties +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/messenger/messengercompose/composeMsgs.properties +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/messenger/messengercompose/mailComposeEditorOverlay.dtd +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/messenger/messengercompose/messengercompose.dtd +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/messenger/messengercompose/sendProgress.dtd +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/messenger/messengercompose/sendProgress.properties +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/messenger/migration/migration.dtd +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/messenger/migration/migration.properties +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/messenger/mime.properties +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/messenger/mimeheader.properties +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/messenger/msgAccountCentral.dtd +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/messenger/msgHdrViewOverlay.dtd +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/messenger/msgPrintEngine.dtd +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/messenger/msgSynchronize.dtd +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/messenger/msgViewPickerOverlay.dtd +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/messenger/msgmdn.properties +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/messenger/multimessageview.dtd +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/messenger/multimessageview.properties +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/messenger/netError.dtd +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/messenger/newFolderDialog.dtd +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/messenger/newTagDialog.dtd +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/messenger/newmailaccount/accountProvisioner.dtd +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/messenger/newmailaccount/accountProvisioner.properties +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/messenger/news.properties +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/messenger/oeImportMsgs.properties +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/messenger/offline.properties +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/messenger/offlineStartup.properties +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/messenger/outlookImportMsgs.properties +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/messenger/pgpmime.properties +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/messenger/preferences/advanced.dtd +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/messenger/preferences/applicationManager.dtd +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/messenger/preferences/applicationManager.properties +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/messenger/preferences/applications.dtd +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/messenger/preferences/applications.properties +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/messenger/preferences/attachmentReminder.dtd +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/messenger/preferences/chat.dtd +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/messenger/preferences/colors.dtd +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/messenger/preferences/compose.dtd +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/messenger/preferences/connection.dtd +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/messenger/preferences/cookies.dtd +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/messenger/preferences/display.dtd +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/messenger/preferences/dockoptions.dtd +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/messenger/preferences/fonts.dtd +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/messenger/preferences/general.dtd +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/messenger/preferences/notifications.dtd +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/messenger/preferences/offline.dtd +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/messenger/preferences/permissions.dtd +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/messenger/preferences/preferences.dtd +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/messenger/preferences/preferences.properties +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/messenger/preferences/privacy.dtd +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/messenger/preferences/receipts.dtd +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/messenger/preferences/security.dtd +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/messenger/preferences/sendoptions.dtd +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/messenger/prefs.properties +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/messenger/quickFilterBar.dtd +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/messenger/renameFolderDialog.dtd +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/messenger/safeMode.dtd +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/messenger/sanitize.dtd +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/messenger/search-attributes.properties +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/messenger/search-operators.properties +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/messenger/search.properties +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/messenger/searchIntegrationDefault.dtd +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/messenger/searchIntegrationMac.dtd +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/messenger/searchIntegrationWin.dtd +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/messenger/searchTermOverlay.dtd +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/messenger/searchplugins/allegro-pl.xml +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/messenger/searchplugins/google.xml +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/messenger/searchplugins/list.txt +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/messenger/searchplugins/merlin-pl.xml +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/messenger/searchplugins/pwn-pl.xml +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/messenger/searchplugins/wikipedia-pl.xml +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/messenger/searchplugins/wolnelektury-pl.xml +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/messenger/shutdownWindow.properties +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/messenger/smime.properties +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/messenger/smtpEditOverlay.dtd +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/messenger/subscribe.dtd +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/messenger/subscribe.properties +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/messenger/systemIntegrationDialog.dtd +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/messenger/tabmail.dtd +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/messenger/taskbar.properties +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/messenger/telemetry.properties +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/messenger/templateUtils.properties +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/messenger/textImportMsgs.properties +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/messenger/vCardImportMsgs.properties +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/messenger/viewLog.dtd +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/messenger/viewZoomOverlay.dtd +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/messenger/virtualFolderListDialog.dtd +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/messenger/virtualFolderProperties.dtd +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/messenger/wmImportMsgs.properties +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/mozapps/downloads/downloads.dtd +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/mozapps/downloads/downloads.properties +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/mozapps/downloads/settingsChange.dtd +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/mozapps/downloads/unknownContentType.dtd +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/mozapps/downloads/unknownContentType.properties +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/mozapps/extensions/about.dtd +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/mozapps/extensions/blocklist.dtd +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/mozapps/extensions/extensions.dtd +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/mozapps/extensions/extensions.properties +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/mozapps/extensions/newaddon.dtd +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/mozapps/extensions/newaddon.properties +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/mozapps/extensions/selectAddons.dtd +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/mozapps/extensions/selectAddons.properties +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/mozapps/extensions/update.dtd +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/mozapps/extensions/update.properties +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/mozapps/handling/handling.dtd +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/mozapps/handling/handling.properties +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/mozapps/preferences/changemp.dtd +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/mozapps/preferences/preferences.properties +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/mozapps/preferences/removemp.dtd +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/mozapps/profile/createProfileWizard.dtd +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/mozapps/profile/profileSelection.dtd +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/mozapps/profile/profileSelection.properties +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/mozapps/update/history.dtd +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/mozapps/update/updates.dtd +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/mozapps/update/updates.properties +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/mozapps/xpinstall/xpinstallConfirm.dtd +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/mozapps/xpinstall/xpinstallConfirm.properties +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/mozldap/ldap.properties +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/necko/necko.properties +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/passwordmgr/passwordManager.dtd +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/passwordmgr/passwordmgr.properties +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/pipnss/nsserrors.properties +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/pipnss/pipnss.properties +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/pippki/certManager.dtd +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/pippki/deviceManager.dtd +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/pippki/pippki.dtd +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/pippki/pippki.properties +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/places/places.properties +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/chrome/pl/locale/pl/pluginproblem/pluginproblem.dtd +lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org/install.rdf lib/thunderbird/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome.manifest -lib/thunderbird/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/.mkdir.done lib/thunderbird/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR.manifest lib/thunderbird/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/alerts/alert.dtd -lib/thunderbird/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/alerts/notificationNames.properties +lib/thunderbird/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/alerts/alert.properties lib/thunderbird/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/autoconfig/autoconfig.properties lib/thunderbird/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/branding/brand.dtd lib/thunderbird/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/branding/brand.properties @@ -11925,6 +16808,7 @@ lib/thunderbird/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/l lib/thunderbird/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/chat/imtooltip.properties lib/thunderbird/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/chat/irc.properties lib/thunderbird/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/chat/logger.properties +lib/thunderbird/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/chat/skype.properties lib/thunderbird/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/chat/status.properties lib/thunderbird/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/chat/twitter.properties lib/thunderbird/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/chat/xmpp.properties @@ -11932,6 +16816,12 @@ lib/thunderbird/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/l lib/thunderbird/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/communicator/utilityOverlay.dtd lib/thunderbird/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/cookie/cookieAcceptDialog.dtd lib/thunderbird/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/cookie/cookieAcceptDialog.properties +lib/thunderbird/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/devtools/shared/csscoverage.dtd +lib/thunderbird/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/devtools/shared/csscoverage.properties +lib/thunderbird/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/devtools/shared/debugger.properties +lib/thunderbird/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/devtools/shared/gcli.properties +lib/thunderbird/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/devtools/shared/gclicommands.properties +lib/thunderbird/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/devtools/shared/styleinspector.properties lib/thunderbird/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/editor/EdAdvancedEdit.dtd lib/thunderbird/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/editor/EdColorPicker.dtd lib/thunderbird/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/editor/EdConvertToTable.dtd @@ -11978,10 +16868,13 @@ lib/thunderbird/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/l lib/thunderbird/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/global/aboutNetworking.dtd lib/thunderbird/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/global/aboutReader.properties lib/thunderbird/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/global/aboutRights.dtd +lib/thunderbird/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/global/aboutServiceWorkers.dtd +lib/thunderbird/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/global/aboutServiceWorkers.properties lib/thunderbird/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/global/aboutSupport.dtd lib/thunderbird/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/global/aboutSupport.properties lib/thunderbird/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/global/aboutTelemetry.dtd lib/thunderbird/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/global/aboutTelemetry.properties +lib/thunderbird/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/global/aboutWebrtc.properties lib/thunderbird/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/global/appPicker.dtd lib/thunderbird/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/global/appstrings.properties lib/thunderbird/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/global/autocomplete.properties @@ -12003,10 +16896,6 @@ lib/thunderbird/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/l lib/thunderbird/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/global/customizeToolbar.properties lib/thunderbird/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/global/dateFormat.properties lib/thunderbird/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/global/datetimepicker.dtd -lib/thunderbird/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/global/devtools/csscoverage.dtd -lib/thunderbird/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/global/devtools/csscoverage.properties -lib/thunderbird/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/global/devtools/debugger.properties -lib/thunderbird/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/global/devtools/styleinspector.properties lib/thunderbird/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/global/dialog.properties lib/thunderbird/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/global/dialogOverlay.dtd lib/thunderbird/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/global/dom/dom.properties @@ -12248,6 +17137,14 @@ lib/thunderbird/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/l lib/thunderbird/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/messenger/searchIntegrationMac.dtd lib/thunderbird/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/messenger/searchIntegrationWin.dtd lib/thunderbird/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/messenger/searchTermOverlay.dtd +lib/thunderbird/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/messenger/searchplugins/amazondotcom.xml +lib/thunderbird/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/messenger/searchplugins/aol-web-search.xml +lib/thunderbird/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/messenger/searchplugins/bing.xml +lib/thunderbird/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/messenger/searchplugins/eBay.xml +lib/thunderbird/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/messenger/searchplugins/list.txt +lib/thunderbird/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/messenger/searchplugins/twitter.xml +lib/thunderbird/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/messenger/searchplugins/wikipedia.xml +lib/thunderbird/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/messenger/searchplugins/yahoo.xml lib/thunderbird/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/messenger/shutdownWindow.properties lib/thunderbird/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/messenger/smime.properties lib/thunderbird/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/messenger/smtpEditOverlay.dtd @@ -12282,7 +17179,6 @@ lib/thunderbird/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/l lib/thunderbird/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/mozapps/extensions/update.properties lib/thunderbird/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/mozapps/handling/handling.dtd lib/thunderbird/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/mozapps/handling/handling.properties -lib/thunderbird/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/mozapps/plugins/plugins.dtd lib/thunderbird/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/mozapps/preferences/changemp.dtd lib/thunderbird/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/mozapps/preferences/preferences.properties lib/thunderbird/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/mozapps/preferences/removemp.dtd @@ -12305,12 +17201,12 @@ lib/thunderbird/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/l lib/thunderbird/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/pippki/pippki.dtd lib/thunderbird/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/pippki/pippki.properties lib/thunderbird/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/places/places.properties +lib/thunderbird/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/pluginproblem/pluginproblem.dtd lib/thunderbird/extensions/langpack-pt-BR@thunderbird.mozilla.org/install.rdf lib/thunderbird/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome.manifest -lib/thunderbird/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/.mkdir.done lib/thunderbird/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT.manifest lib/thunderbird/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/alerts/alert.dtd -lib/thunderbird/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/alerts/notificationNames.properties +lib/thunderbird/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/alerts/alert.properties lib/thunderbird/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/autoconfig/autoconfig.properties lib/thunderbird/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/branding/brand.dtd lib/thunderbird/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/branding/brand.properties @@ -12322,6 +17218,7 @@ lib/thunderbird/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/l lib/thunderbird/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/chat/imtooltip.properties lib/thunderbird/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/chat/irc.properties lib/thunderbird/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/chat/logger.properties +lib/thunderbird/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/chat/skype.properties lib/thunderbird/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/chat/status.properties lib/thunderbird/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/chat/twitter.properties lib/thunderbird/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/chat/xmpp.properties @@ -12329,6 +17226,12 @@ lib/thunderbird/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/l lib/thunderbird/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/communicator/utilityOverlay.dtd lib/thunderbird/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/cookie/cookieAcceptDialog.dtd lib/thunderbird/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/cookie/cookieAcceptDialog.properties +lib/thunderbird/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/devtools/shared/csscoverage.dtd +lib/thunderbird/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/devtools/shared/csscoverage.properties +lib/thunderbird/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/devtools/shared/debugger.properties +lib/thunderbird/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/devtools/shared/gcli.properties +lib/thunderbird/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/devtools/shared/gclicommands.properties +lib/thunderbird/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/devtools/shared/styleinspector.properties lib/thunderbird/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/editor/EdAdvancedEdit.dtd lib/thunderbird/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/editor/EdColorPicker.dtd lib/thunderbird/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/editor/EdConvertToTable.dtd @@ -12375,10 +17278,13 @@ lib/thunderbird/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/l lib/thunderbird/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/global/aboutNetworking.dtd lib/thunderbird/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/global/aboutReader.properties lib/thunderbird/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/global/aboutRights.dtd +lib/thunderbird/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/global/aboutServiceWorkers.dtd +lib/thunderbird/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/global/aboutServiceWorkers.properties lib/thunderbird/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/global/aboutSupport.dtd lib/thunderbird/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/global/aboutSupport.properties lib/thunderbird/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/global/aboutTelemetry.dtd lib/thunderbird/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/global/aboutTelemetry.properties +lib/thunderbird/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/global/aboutWebrtc.properties lib/thunderbird/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/global/appPicker.dtd lib/thunderbird/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/global/appstrings.properties lib/thunderbird/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/global/autocomplete.properties @@ -12400,10 +17306,6 @@ lib/thunderbird/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/l lib/thunderbird/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/global/customizeToolbar.properties lib/thunderbird/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/global/dateFormat.properties lib/thunderbird/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/global/datetimepicker.dtd -lib/thunderbird/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/global/devtools/csscoverage.dtd -lib/thunderbird/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/global/devtools/csscoverage.properties -lib/thunderbird/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/global/devtools/debugger.properties -lib/thunderbird/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/global/devtools/styleinspector.properties lib/thunderbird/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/global/dialog.properties lib/thunderbird/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/global/dialogOverlay.dtd lib/thunderbird/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/global/dom/dom.properties @@ -12645,6 +17547,12 @@ lib/thunderbird/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/l lib/thunderbird/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/messenger/searchIntegrationMac.dtd lib/thunderbird/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/messenger/searchIntegrationWin.dtd lib/thunderbird/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/messenger/searchTermOverlay.dtd +lib/thunderbird/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/messenger/searchplugins/amazon-en-GB.xml +lib/thunderbird/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/messenger/searchplugins/google.xml +lib/thunderbird/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/messenger/searchplugins/list.txt +lib/thunderbird/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/messenger/searchplugins/priberam.xml +lib/thunderbird/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/messenger/searchplugins/sapo.xml +lib/thunderbird/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/messenger/searchplugins/wikipedia-ptpt.xml lib/thunderbird/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/messenger/shutdownWindow.properties lib/thunderbird/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/messenger/smime.properties lib/thunderbird/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/messenger/smtpEditOverlay.dtd @@ -12679,7 +17587,6 @@ lib/thunderbird/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/l lib/thunderbird/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/mozapps/extensions/update.properties lib/thunderbird/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/mozapps/handling/handling.dtd lib/thunderbird/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/mozapps/handling/handling.properties -lib/thunderbird/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/mozapps/plugins/plugins.dtd lib/thunderbird/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/mozapps/preferences/changemp.dtd lib/thunderbird/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/mozapps/preferences/preferences.properties lib/thunderbird/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/mozapps/preferences/removemp.dtd @@ -12702,12 +17609,12 @@ lib/thunderbird/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/l lib/thunderbird/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/pippki/pippki.dtd lib/thunderbird/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/pippki/pippki.properties lib/thunderbird/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/places/places.properties +lib/thunderbird/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/pluginproblem/pluginproblem.dtd lib/thunderbird/extensions/langpack-pt-PT@thunderbird.mozilla.org/install.rdf lib/thunderbird/extensions/langpack-rm@thunderbird.mozilla.org/chrome.manifest -lib/thunderbird/extensions/langpack-rm@thunderbird.mozilla.org/chrome/.mkdir.done lib/thunderbird/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm.manifest lib/thunderbird/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/alerts/alert.dtd -lib/thunderbird/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/alerts/notificationNames.properties +lib/thunderbird/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/alerts/alert.properties lib/thunderbird/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/autoconfig/autoconfig.properties lib/thunderbird/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/branding/brand.dtd lib/thunderbird/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/branding/brand.properties @@ -12719,6 +17626,7 @@ lib/thunderbird/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/ lib/thunderbird/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/chat/imtooltip.properties lib/thunderbird/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/chat/irc.properties lib/thunderbird/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/chat/logger.properties +lib/thunderbird/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/chat/skype.properties lib/thunderbird/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/chat/status.properties lib/thunderbird/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/chat/twitter.properties lib/thunderbird/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/chat/xmpp.properties @@ -12726,6 +17634,12 @@ lib/thunderbird/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/ lib/thunderbird/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/communicator/utilityOverlay.dtd lib/thunderbird/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/cookie/cookieAcceptDialog.dtd lib/thunderbird/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/cookie/cookieAcceptDialog.properties +lib/thunderbird/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/devtools/shared/csscoverage.dtd +lib/thunderbird/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/devtools/shared/csscoverage.properties +lib/thunderbird/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/devtools/shared/debugger.properties +lib/thunderbird/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/devtools/shared/gcli.properties +lib/thunderbird/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/devtools/shared/gclicommands.properties +lib/thunderbird/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/devtools/shared/styleinspector.properties lib/thunderbird/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/editor/EdAdvancedEdit.dtd lib/thunderbird/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/editor/EdColorPicker.dtd lib/thunderbird/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/editor/EdConvertToTable.dtd @@ -12772,10 +17686,13 @@ lib/thunderbird/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/ lib/thunderbird/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/global/aboutNetworking.dtd lib/thunderbird/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/global/aboutReader.properties lib/thunderbird/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/global/aboutRights.dtd +lib/thunderbird/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/global/aboutServiceWorkers.dtd +lib/thunderbird/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/global/aboutServiceWorkers.properties lib/thunderbird/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/global/aboutSupport.dtd lib/thunderbird/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/global/aboutSupport.properties lib/thunderbird/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/global/aboutTelemetry.dtd lib/thunderbird/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/global/aboutTelemetry.properties +lib/thunderbird/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/global/aboutWebrtc.properties lib/thunderbird/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/global/appPicker.dtd lib/thunderbird/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/global/appstrings.properties lib/thunderbird/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/global/autocomplete.properties @@ -12797,10 +17714,6 @@ lib/thunderbird/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/ lib/thunderbird/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/global/customizeToolbar.properties lib/thunderbird/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/global/dateFormat.properties lib/thunderbird/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/global/datetimepicker.dtd -lib/thunderbird/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/global/devtools/csscoverage.dtd -lib/thunderbird/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/global/devtools/csscoverage.properties -lib/thunderbird/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/global/devtools/debugger.properties -lib/thunderbird/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/global/devtools/styleinspector.properties lib/thunderbird/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/global/dialog.properties lib/thunderbird/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/global/dialogOverlay.dtd lib/thunderbird/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/global/dom/dom.properties @@ -13042,6 +17955,13 @@ lib/thunderbird/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/ lib/thunderbird/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/messenger/searchIntegrationMac.dtd lib/thunderbird/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/messenger/searchIntegrationWin.dtd lib/thunderbird/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/messenger/searchTermOverlay.dtd +lib/thunderbird/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/messenger/searchplugins/bing.xml +lib/thunderbird/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/messenger/searchplugins/google.xml +lib/thunderbird/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/messenger/searchplugins/leo_ende_de.xml +lib/thunderbird/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/messenger/searchplugins/list.txt +lib/thunderbird/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/messenger/searchplugins/pledarigrond.xml +lib/thunderbird/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/messenger/searchplugins/wikipedia-rm.xml +lib/thunderbird/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/messenger/searchplugins/yahoo-ch.xml lib/thunderbird/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/messenger/shutdownWindow.properties lib/thunderbird/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/messenger/smime.properties lib/thunderbird/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/messenger/smtpEditOverlay.dtd @@ -13076,7 +17996,6 @@ lib/thunderbird/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/ lib/thunderbird/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/mozapps/extensions/update.properties lib/thunderbird/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/mozapps/handling/handling.dtd lib/thunderbird/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/mozapps/handling/handling.properties -lib/thunderbird/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/mozapps/plugins/plugins.dtd lib/thunderbird/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/mozapps/preferences/changemp.dtd lib/thunderbird/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/mozapps/preferences/preferences.properties lib/thunderbird/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/mozapps/preferences/removemp.dtd @@ -13099,12 +18018,420 @@ lib/thunderbird/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/ lib/thunderbird/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/pippki/pippki.dtd lib/thunderbird/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/pippki/pippki.properties lib/thunderbird/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/places/places.properties +lib/thunderbird/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/pluginproblem/pluginproblem.dtd lib/thunderbird/extensions/langpack-rm@thunderbird.mozilla.org/install.rdf +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome.manifest +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro.manifest +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/alerts/alert.dtd +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/alerts/alert.properties +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/autoconfig/autoconfig.properties +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/branding/brand.dtd +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/branding/brand.properties +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/chat/accounts.properties +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/chat/commands.properties +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/chat/contacts.properties +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/chat/conversations.properties +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/chat/facebook.properties +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/chat/imtooltip.properties +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/chat/irc.properties +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/chat/logger.properties +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/chat/skype.properties +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/chat/status.properties +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/chat/twitter.properties +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/chat/xmpp.properties +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/chat/yahoo.properties +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/communicator/utilityOverlay.dtd +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/cookie/cookieAcceptDialog.dtd +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/cookie/cookieAcceptDialog.properties +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/devtools/shared/csscoverage.dtd +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/devtools/shared/csscoverage.properties +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/devtools/shared/debugger.properties +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/devtools/shared/gcli.properties +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/devtools/shared/gclicommands.properties +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/devtools/shared/styleinspector.properties +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/editor/EdAdvancedEdit.dtd +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/editor/EdColorPicker.dtd +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/editor/EdConvertToTable.dtd +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/editor/EdDialogOverlay.dtd +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/editor/EdNamedAnchorProperties.dtd +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/editor/EditorButtonProperties.dtd +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/editor/EditorColorProperties.dtd +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/editor/EditorFieldSetProperties.dtd +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/editor/EditorFormProperties.dtd +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/editor/EditorHLineProperties.dtd +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/editor/EditorImageProperties.dtd +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/editor/EditorInputProperties.dtd +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/editor/EditorInsertChars.dtd +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/editor/EditorInsertMath.dtd +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/editor/EditorInsertSource.dtd +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/editor/EditorInsertTOC.dtd +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/editor/EditorInsertTable.dtd +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/editor/EditorLabelProperties.dtd +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/editor/EditorLinkProperties.dtd +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/editor/EditorListProperties.dtd +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/editor/EditorPersonalDictionary.dtd +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/editor/EditorReplace.dtd +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/editor/EditorSelectProperties.dtd +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/editor/EditorSpellCheck.dtd +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/editor/EditorTableProperties.dtd +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/editor/EditorTextAreaProperties.dtd +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/editor/editor.properties +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/editor/editorOverlay.dtd +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/editor/editorSmileyOverlay.dtd +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/formautofill/requestAutocomplete.dtd +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/global-platform/mac/accessible.properties +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/global-platform/mac/intl.properties +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/global-platform/mac/platformKeys.properties +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/global-platform/unix/accessible.properties +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/global-platform/unix/intl.properties +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/global-platform/unix/platformKeys.properties +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/global-platform/win/accessible.properties +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/global-platform/win/intl.properties +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/global-platform/win/platformKeys.properties +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/global-region/region.properties +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/global/AccessFu.properties +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/global/about.dtd +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/global/aboutAbout.dtd +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/global/aboutNetworking.dtd +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/global/aboutReader.properties +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/global/aboutRights.dtd +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/global/aboutServiceWorkers.dtd +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/global/aboutServiceWorkers.properties +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/global/aboutSupport.dtd +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/global/aboutSupport.properties +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/global/aboutTelemetry.dtd +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/global/aboutTelemetry.properties +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/global/aboutWebrtc.properties +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/global/appPicker.dtd +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/global/appstrings.properties +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/global/autocomplete.properties +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/global/brand.dtd +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/global/browser.properties +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/global/charsetMenu.dtd +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/global/charsetMenu.properties +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/global/commonDialog.dtd +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/global/commonDialogs.properties +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/global/config.dtd +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/global/config.properties +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/global/console.dtd +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/global/console.properties +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/global/contentAreaCommands.properties +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/global/crashes.dtd +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/global/crashes.properties +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/global/css.properties +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/global/customizeToolbar.dtd +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/global/customizeToolbar.properties +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/global/dateFormat.properties +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/global/datetimepicker.dtd +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/global/dialog.properties +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/global/dialogOverlay.dtd +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/global/dom/dom.properties +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/global/editMenuOverlay.dtd +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/global/fallbackMenubar.properties +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/global/filefield.properties +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/global/filepicker.dtd +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/global/filepicker.properties +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/global/findbar.dtd +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/global/findbar.properties +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/global/finddialog.dtd +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/global/finddialog.properties +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/global/global-strres.properties +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/global/global.dtd +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/global/globalKeys.dtd +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/global/headsUpDisplay.properties +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/global/intl.css +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/global/intl.properties +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/global/keys.properties +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/global/languageNames.properties +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/global/layout/HtmlForm.properties +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/global/layout/MediaDocument.properties +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/global/layout/htmlparser.properties +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/global/layout/xmlparser.properties +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/global/layout_errors.properties +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/global/mathml/mathml.properties +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/global/mozilla.dtd +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/global/netError.dtd +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/global/netErrorApp.dtd +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/global/notification.dtd +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/global/nsWebBrowserPersist.properties +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/global/plugins.properties +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/global/preferences.dtd +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/global/printPageSetup.dtd +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/global/printPreview.dtd +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/global/printPreviewProgress.dtd +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/global/printProgress.dtd +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/global/printdialog.dtd +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/global/printdialog.properties +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/global/printing.properties +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/global/printjoboptions.dtd +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/global/regionNames.properties +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/global/resetProfile.dtd +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/global/resetProfile.properties +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/global/search/search.properties +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/global/security/caps.properties +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/global/security/csp.properties +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/global/security/security.properties +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/global/svg/svg.properties +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/global/textcontext.dtd +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/global/tree.dtd +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/global/videocontrols.dtd +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/global/viewSource.dtd +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/global/viewSource.properties +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/global/webapps.properties +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/global/wizard.dtd +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/global/wizard.properties +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/global/xbl.properties +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/global/xml/prettyprint.dtd +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/global/xslt/xslt.properties +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/global/xul.properties +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/messenger-mapi/mapi.properties +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/messenger-newsblog/am-newsblog.dtd +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/messenger-newsblog/feed-subscriptions.dtd +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/messenger-newsblog/newsblog.properties +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/messenger-region/region.properties +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/messenger-smime/certFetchingStatus.dtd +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/messenger-smime/msgCompSMIMEOverlay.dtd +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/messenger-smime/msgCompSMIMEOverlay.properties +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/messenger-smime/msgCompSecurityInfo.dtd +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/messenger-smime/msgCompSecurityInfo.properties +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/messenger-smime/msgReadSMIMEOverlay.dtd +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/messenger-smime/msgReadSMIMEOverlay.properties +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/messenger-smime/msgReadSecurityInfo.dtd +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/messenger-smime/msgSecurityInfo.properties +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/messenger/AccountManager.dtd +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/messenger/AccountWizard.dtd +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/messenger/CustomHeaders.dtd +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/messenger/FilterEditor.dtd +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/messenger/FilterListDialog.dtd +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/messenger/SearchDialog.dtd +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/messenger/aboutDialog.dtd +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/messenger/aboutDownloads.dtd +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/messenger/aboutRights.dtd +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/messenger/aboutRights.properties +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/messenger/aboutSupportMail.dtd +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/messenger/aboutSupportMail.properties +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/messenger/accountCreation.dtd +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/messenger/accountCreation.properties +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/messenger/accountCreationModel.properties +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/messenger/accountCreationUtil.properties +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/messenger/activity.dtd +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/messenger/activity.properties +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/messenger/addbuddy.dtd +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/messenger/addressbook/abAddressBookNameDialog.dtd +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/messenger/addressbook/abCardOverlay.dtd +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/messenger/addressbook/abContactsPanel.dtd +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/messenger/addressbook/abMailListDialog.dtd +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/messenger/addressbook/abMainWindow.dtd +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/messenger/addressbook/abNewCardDialog.dtd +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/messenger/addressbook/abResultsPaneOverlay.dtd +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/messenger/addressbook/addressBook.properties +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/messenger/addressbook/ldapAutoCompErrs.properties +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/messenger/addressbook/pref-directory-add.dtd +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/messenger/addressbook/pref-directory.dtd +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/messenger/addressbook/replicationProgress.properties +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/messenger/am-addressing.dtd +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/messenger/am-advanced.dtd +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/messenger/am-archiveoptions.dtd +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/messenger/am-copies.dtd +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/messenger/am-identities-list.dtd +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/messenger/am-identity-edit.dtd +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/messenger/am-im.dtd +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/messenger/am-junk.dtd +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/messenger/am-main.dtd +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/messenger/am-mdn.dtd +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/messenger/am-mdn.properties +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/messenger/am-offline.dtd +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/messenger/am-server-advanced.dtd +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/messenger/am-server-top.dtd +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/messenger/am-serverwithnoidentities.dtd +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/messenger/am-smime.dtd +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/messenger/am-smime.properties +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/messenger/appleMailImportMsgs.properties +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/messenger/baseMenuOverlay.dtd +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/messenger/charsetTitles.properties +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/messenger/chat.dtd +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/messenger/chat.properties +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/messenger/cloudfile/Box/auth.dtd +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/messenger/cloudfile/Box/management.dtd +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/messenger/cloudfile/Box/settings.dtd +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/messenger/cloudfile/Hightail/fileExceeds2GB.dtd +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/messenger/cloudfile/Hightail/fileExceedsLimit.dtd +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/messenger/cloudfile/Hightail/fileExceedsQuota.dtd +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/messenger/cloudfile/Hightail/management.dtd +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/messenger/cloudfile/Hightail/settings.dtd +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/messenger/cloudfile/addAccountDialog.dtd +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/messenger/cloudfile/management.dtd +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/messenger/configEditorOverlay.dtd +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/messenger/custom.properties +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/messenger/customizeToolbarOverlay.dtd +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/messenger/downloadheaders.dtd +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/messenger/downloads/settingsChange.dtd +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/messenger/downloadsOverlay.dtd +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/messenger/editContactOverlay.dtd +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/messenger/editContactOverlay.properties +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/messenger/eudoraImportMsgs.properties +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/messenger/fieldMapImport.dtd +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/messenger/filter.properties +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/messenger/folderProps.dtd +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/messenger/folderWidgets.properties +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/messenger/folderpane.dtd +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/messenger/gloda.properties +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/messenger/glodaComplete.properties +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/messenger/glodaFacetView.dtd +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/messenger/glodaFacetView.properties +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/messenger/imAccountWizard.dtd +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/messenger/imAccounts.dtd +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/messenger/imAccounts.properties +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/messenger/imapMsgs.properties +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/messenger/importDialog.dtd +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/messenger/importMsgs.properties +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/messenger/joinChat.dtd +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/messenger/junkLog.dtd +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/messenger/junkMailInfo.dtd +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/messenger/localMsgs.properties +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/messenger/mailEditorOverlay.dtd +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/messenger/mailOverlay.dtd +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/messenger/mailViewList.dtd +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/messenger/mailViewSetup.dtd +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/messenger/mailviews.properties +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/messenger/markByDate.dtd +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/messenger/messenger.dtd +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/messenger/messenger.properties +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/messenger/messengercompose/addressingWidgetOverlay.dtd +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/messenger/messengercompose/askSendFormat.dtd +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/messenger/messengercompose/askSendFormat.properties +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/messenger/messengercompose/composeMsgs.properties +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/messenger/messengercompose/mailComposeEditorOverlay.dtd +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/messenger/messengercompose/messengercompose.dtd +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/messenger/messengercompose/sendProgress.dtd +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/messenger/messengercompose/sendProgress.properties +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/messenger/migration/migration.dtd +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/messenger/migration/migration.properties +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/messenger/mime.properties +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/messenger/mimeheader.properties +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/messenger/msgAccountCentral.dtd +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/messenger/msgHdrViewOverlay.dtd +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/messenger/msgPrintEngine.dtd +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/messenger/msgSynchronize.dtd +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/messenger/msgViewPickerOverlay.dtd +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/messenger/msgmdn.properties +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/messenger/multimessageview.dtd +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/messenger/multimessageview.properties +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/messenger/netError.dtd +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/messenger/newFolderDialog.dtd +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/messenger/newTagDialog.dtd +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/messenger/newmailaccount/accountProvisioner.dtd +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/messenger/newmailaccount/accountProvisioner.properties +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/messenger/news.properties +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/messenger/oeImportMsgs.properties +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/messenger/offline.properties +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/messenger/offlineStartup.properties +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/messenger/outlookImportMsgs.properties +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/messenger/pgpmime.properties +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/messenger/preferences/advanced.dtd +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/messenger/preferences/applicationManager.dtd +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/messenger/preferences/applicationManager.properties +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/messenger/preferences/applications.dtd +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/messenger/preferences/applications.properties +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/messenger/preferences/attachmentReminder.dtd +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/messenger/preferences/chat.dtd +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/messenger/preferences/colors.dtd +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/messenger/preferences/compose.dtd +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/messenger/preferences/connection.dtd +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/messenger/preferences/cookies.dtd +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/messenger/preferences/display.dtd +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/messenger/preferences/dockoptions.dtd +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/messenger/preferences/fonts.dtd +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/messenger/preferences/general.dtd +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/messenger/preferences/notifications.dtd +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/messenger/preferences/offline.dtd +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/messenger/preferences/permissions.dtd +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/messenger/preferences/preferences.dtd +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/messenger/preferences/preferences.properties +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/messenger/preferences/privacy.dtd +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/messenger/preferences/receipts.dtd +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/messenger/preferences/security.dtd +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/messenger/preferences/sendoptions.dtd +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/messenger/prefs.properties +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/messenger/quickFilterBar.dtd +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/messenger/renameFolderDialog.dtd +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/messenger/safeMode.dtd +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/messenger/sanitize.dtd +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/messenger/search-attributes.properties +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/messenger/search-operators.properties +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/messenger/search.properties +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/messenger/searchIntegrationDefault.dtd +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/messenger/searchIntegrationMac.dtd +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/messenger/searchIntegrationWin.dtd +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/messenger/searchTermOverlay.dtd +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/messenger/searchplugins/amazondotcom.xml +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/messenger/searchplugins/bing.xml +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/messenger/searchplugins/eBay.xml +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/messenger/searchplugins/list.txt +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/messenger/searchplugins/wikipediaro.xml +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/messenger/searchplugins/yahoo.xml +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/messenger/shutdownWindow.properties +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/messenger/smime.properties +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/messenger/smtpEditOverlay.dtd +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/messenger/subscribe.dtd +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/messenger/subscribe.properties +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/messenger/systemIntegrationDialog.dtd +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/messenger/tabmail.dtd +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/messenger/taskbar.properties +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/messenger/telemetry.properties +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/messenger/templateUtils.properties +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/messenger/textImportMsgs.properties +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/messenger/vCardImportMsgs.properties +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/messenger/viewLog.dtd +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/messenger/viewZoomOverlay.dtd +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/messenger/virtualFolderListDialog.dtd +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/messenger/virtualFolderProperties.dtd +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/messenger/wmImportMsgs.properties +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/mozapps/downloads/downloads.dtd +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/mozapps/downloads/downloads.properties +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/mozapps/downloads/settingsChange.dtd +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/mozapps/downloads/unknownContentType.dtd +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/mozapps/downloads/unknownContentType.properties +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/mozapps/extensions/about.dtd +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/mozapps/extensions/blocklist.dtd +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/mozapps/extensions/extensions.dtd +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/mozapps/extensions/extensions.properties +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/mozapps/extensions/newaddon.dtd +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/mozapps/extensions/newaddon.properties +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/mozapps/extensions/selectAddons.dtd +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/mozapps/extensions/selectAddons.properties +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/mozapps/extensions/update.dtd +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/mozapps/extensions/update.properties +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/mozapps/handling/handling.dtd +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/mozapps/handling/handling.properties +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/mozapps/preferences/changemp.dtd +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/mozapps/preferences/preferences.properties +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/mozapps/preferences/removemp.dtd +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/mozapps/profile/createProfileWizard.dtd +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/mozapps/profile/profileSelection.dtd +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/mozapps/profile/profileSelection.properties +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/mozapps/update/history.dtd +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/mozapps/update/updates.dtd +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/mozapps/update/updates.properties +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/mozapps/xpinstall/xpinstallConfirm.dtd +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/mozapps/xpinstall/xpinstallConfirm.properties +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/mozldap/ldap.properties +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/necko/necko.properties +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/passwordmgr/passwordManager.dtd +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/passwordmgr/passwordmgr.properties +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/pipnss/nsserrors.properties +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/pipnss/pipnss.properties +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/pippki/certManager.dtd +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/pippki/deviceManager.dtd +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/pippki/pippki.dtd +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/pippki/pippki.properties +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/places/places.properties +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/chrome/ro/locale/ro/pluginproblem/pluginproblem.dtd +lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org/install.rdf lib/thunderbird/extensions/langpack-ru@thunderbird.mozilla.org/chrome.manifest -lib/thunderbird/extensions/langpack-ru@thunderbird.mozilla.org/chrome/.mkdir.done lib/thunderbird/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru.manifest lib/thunderbird/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/alerts/alert.dtd -lib/thunderbird/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/alerts/notificationNames.properties +lib/thunderbird/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/alerts/alert.properties lib/thunderbird/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/autoconfig/autoconfig.properties lib/thunderbird/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/branding/brand.dtd lib/thunderbird/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/branding/brand.properties @@ -13116,6 +18443,7 @@ lib/thunderbird/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ lib/thunderbird/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/chat/imtooltip.properties lib/thunderbird/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/chat/irc.properties lib/thunderbird/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/chat/logger.properties +lib/thunderbird/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/chat/skype.properties lib/thunderbird/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/chat/status.properties lib/thunderbird/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/chat/twitter.properties lib/thunderbird/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/chat/xmpp.properties @@ -13123,6 +18451,12 @@ lib/thunderbird/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ lib/thunderbird/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/communicator/utilityOverlay.dtd lib/thunderbird/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/cookie/cookieAcceptDialog.dtd lib/thunderbird/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/cookie/cookieAcceptDialog.properties +lib/thunderbird/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/devtools/shared/csscoverage.dtd +lib/thunderbird/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/devtools/shared/csscoverage.properties +lib/thunderbird/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/devtools/shared/debugger.properties +lib/thunderbird/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/devtools/shared/gcli.properties +lib/thunderbird/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/devtools/shared/gclicommands.properties +lib/thunderbird/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/devtools/shared/styleinspector.properties lib/thunderbird/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/editor/EdAdvancedEdit.dtd lib/thunderbird/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/editor/EdColorPicker.dtd lib/thunderbird/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/editor/EdConvertToTable.dtd @@ -13169,10 +18503,13 @@ lib/thunderbird/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ lib/thunderbird/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/global/aboutNetworking.dtd lib/thunderbird/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/global/aboutReader.properties lib/thunderbird/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/global/aboutRights.dtd +lib/thunderbird/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/global/aboutServiceWorkers.dtd +lib/thunderbird/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/global/aboutServiceWorkers.properties lib/thunderbird/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/global/aboutSupport.dtd lib/thunderbird/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/global/aboutSupport.properties lib/thunderbird/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/global/aboutTelemetry.dtd lib/thunderbird/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/global/aboutTelemetry.properties +lib/thunderbird/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/global/aboutWebrtc.properties lib/thunderbird/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/global/appPicker.dtd lib/thunderbird/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/global/appstrings.properties lib/thunderbird/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/global/autocomplete.properties @@ -13194,10 +18531,6 @@ lib/thunderbird/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ lib/thunderbird/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/global/customizeToolbar.properties lib/thunderbird/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/global/dateFormat.properties lib/thunderbird/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/global/datetimepicker.dtd -lib/thunderbird/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/global/devtools/csscoverage.dtd -lib/thunderbird/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/global/devtools/csscoverage.properties -lib/thunderbird/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/global/devtools/debugger.properties -lib/thunderbird/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/global/devtools/styleinspector.properties lib/thunderbird/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/global/dialog.properties lib/thunderbird/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/global/dialogOverlay.dtd lib/thunderbird/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/global/dom/dom.properties @@ -13439,6 +18772,15 @@ lib/thunderbird/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ lib/thunderbird/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/messenger/searchIntegrationMac.dtd lib/thunderbird/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/messenger/searchIntegrationWin.dtd lib/thunderbird/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/messenger/searchTermOverlay.dtd +lib/thunderbird/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/messenger/searchplugins/bing.xml +lib/thunderbird/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/messenger/searchplugins/duckduckgo-ru.xml +lib/thunderbird/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/messenger/searchplugins/google.xml +lib/thunderbird/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/messenger/searchplugins/list.txt +lib/thunderbird/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/messenger/searchplugins/ozonru.xml +lib/thunderbird/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/messenger/searchplugins/priceru.xml +lib/thunderbird/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/messenger/searchplugins/wikipedia-ru.xml +lib/thunderbird/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/messenger/searchplugins/yandex-slovari.xml +lib/thunderbird/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/messenger/searchplugins/yandex.xml lib/thunderbird/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/messenger/shutdownWindow.properties lib/thunderbird/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/messenger/smime.properties lib/thunderbird/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/messenger/smtpEditOverlay.dtd @@ -13473,7 +18815,6 @@ lib/thunderbird/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ lib/thunderbird/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/mozapps/extensions/update.properties lib/thunderbird/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/mozapps/handling/handling.dtd lib/thunderbird/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/mozapps/handling/handling.properties -lib/thunderbird/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/mozapps/plugins/plugins.dtd lib/thunderbird/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/mozapps/preferences/changemp.dtd lib/thunderbird/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/mozapps/preferences/preferences.properties lib/thunderbird/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/mozapps/preferences/removemp.dtd @@ -13496,12 +18837,12 @@ lib/thunderbird/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ lib/thunderbird/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/pippki/pippki.dtd lib/thunderbird/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/pippki/pippki.properties lib/thunderbird/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/places/places.properties +lib/thunderbird/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/pluginproblem/pluginproblem.dtd lib/thunderbird/extensions/langpack-ru@thunderbird.mozilla.org/install.rdf lib/thunderbird/extensions/langpack-si@thunderbird.mozilla.org/chrome.manifest -lib/thunderbird/extensions/langpack-si@thunderbird.mozilla.org/chrome/.mkdir.done lib/thunderbird/extensions/langpack-si@thunderbird.mozilla.org/chrome/si.manifest lib/thunderbird/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/alerts/alert.dtd -lib/thunderbird/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/alerts/notificationNames.properties +lib/thunderbird/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/alerts/alert.properties lib/thunderbird/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/autoconfig/autoconfig.properties lib/thunderbird/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/branding/brand.dtd lib/thunderbird/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/branding/brand.properties @@ -13513,6 +18854,7 @@ lib/thunderbird/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/ lib/thunderbird/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/chat/imtooltip.properties lib/thunderbird/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/chat/irc.properties lib/thunderbird/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/chat/logger.properties +lib/thunderbird/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/chat/skype.properties lib/thunderbird/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/chat/status.properties lib/thunderbird/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/chat/twitter.properties lib/thunderbird/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/chat/xmpp.properties @@ -13520,6 +18862,12 @@ lib/thunderbird/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/ lib/thunderbird/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/communicator/utilityOverlay.dtd lib/thunderbird/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/cookie/cookieAcceptDialog.dtd lib/thunderbird/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/cookie/cookieAcceptDialog.properties +lib/thunderbird/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/devtools/shared/csscoverage.dtd +lib/thunderbird/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/devtools/shared/csscoverage.properties +lib/thunderbird/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/devtools/shared/debugger.properties +lib/thunderbird/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/devtools/shared/gcli.properties +lib/thunderbird/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/devtools/shared/gclicommands.properties +lib/thunderbird/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/devtools/shared/styleinspector.properties lib/thunderbird/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/editor/EdAdvancedEdit.dtd lib/thunderbird/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/editor/EdColorPicker.dtd lib/thunderbird/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/editor/EdConvertToTable.dtd @@ -13566,10 +18914,13 @@ lib/thunderbird/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/ lib/thunderbird/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/global/aboutNetworking.dtd lib/thunderbird/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/global/aboutReader.properties lib/thunderbird/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/global/aboutRights.dtd +lib/thunderbird/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/global/aboutServiceWorkers.dtd +lib/thunderbird/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/global/aboutServiceWorkers.properties lib/thunderbird/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/global/aboutSupport.dtd lib/thunderbird/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/global/aboutSupport.properties lib/thunderbird/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/global/aboutTelemetry.dtd lib/thunderbird/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/global/aboutTelemetry.properties +lib/thunderbird/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/global/aboutWebrtc.properties lib/thunderbird/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/global/appPicker.dtd lib/thunderbird/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/global/appstrings.properties lib/thunderbird/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/global/autocomplete.properties @@ -13591,10 +18942,6 @@ lib/thunderbird/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/ lib/thunderbird/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/global/customizeToolbar.properties lib/thunderbird/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/global/dateFormat.properties lib/thunderbird/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/global/datetimepicker.dtd -lib/thunderbird/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/global/devtools/csscoverage.dtd -lib/thunderbird/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/global/devtools/csscoverage.properties -lib/thunderbird/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/global/devtools/debugger.properties -lib/thunderbird/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/global/devtools/styleinspector.properties lib/thunderbird/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/global/dialog.properties lib/thunderbird/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/global/dialogOverlay.dtd lib/thunderbird/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/global/dom/dom.properties @@ -13836,6 +19183,14 @@ lib/thunderbird/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/ lib/thunderbird/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/messenger/searchIntegrationMac.dtd lib/thunderbird/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/messenger/searchIntegrationWin.dtd lib/thunderbird/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/messenger/searchTermOverlay.dtd +lib/thunderbird/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/messenger/searchplugins/amazondotcom.xml +lib/thunderbird/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/messenger/searchplugins/aol-web-search.xml +lib/thunderbird/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/messenger/searchplugins/bing.xml +lib/thunderbird/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/messenger/searchplugins/eBay.xml +lib/thunderbird/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/messenger/searchplugins/list.txt +lib/thunderbird/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/messenger/searchplugins/twitter.xml +lib/thunderbird/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/messenger/searchplugins/wikipedia.xml +lib/thunderbird/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/messenger/searchplugins/yahoo.xml lib/thunderbird/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/messenger/shutdownWindow.properties lib/thunderbird/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/messenger/smime.properties lib/thunderbird/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/messenger/smtpEditOverlay.dtd @@ -13870,7 +19225,6 @@ lib/thunderbird/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/ lib/thunderbird/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/mozapps/extensions/update.properties lib/thunderbird/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/mozapps/handling/handling.dtd lib/thunderbird/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/mozapps/handling/handling.properties -lib/thunderbird/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/mozapps/plugins/plugins.dtd lib/thunderbird/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/mozapps/preferences/changemp.dtd lib/thunderbird/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/mozapps/preferences/preferences.properties lib/thunderbird/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/mozapps/preferences/removemp.dtd @@ -13893,12 +19247,12 @@ lib/thunderbird/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/ lib/thunderbird/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/pippki/pippki.dtd lib/thunderbird/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/pippki/pippki.properties lib/thunderbird/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/places/places.properties +lib/thunderbird/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/pluginproblem/pluginproblem.dtd lib/thunderbird/extensions/langpack-si@thunderbird.mozilla.org/install.rdf lib/thunderbird/extensions/langpack-sk@thunderbird.mozilla.org/chrome.manifest -lib/thunderbird/extensions/langpack-sk@thunderbird.mozilla.org/chrome/.mkdir.done lib/thunderbird/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk.manifest lib/thunderbird/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/alerts/alert.dtd -lib/thunderbird/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/alerts/notificationNames.properties +lib/thunderbird/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/alerts/alert.properties lib/thunderbird/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/autoconfig/autoconfig.properties lib/thunderbird/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/branding/brand.dtd lib/thunderbird/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/branding/brand.properties @@ -13910,6 +19264,7 @@ lib/thunderbird/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/ lib/thunderbird/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/chat/imtooltip.properties lib/thunderbird/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/chat/irc.properties lib/thunderbird/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/chat/logger.properties +lib/thunderbird/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/chat/skype.properties lib/thunderbird/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/chat/status.properties lib/thunderbird/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/chat/twitter.properties lib/thunderbird/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/chat/xmpp.properties @@ -13917,6 +19272,12 @@ lib/thunderbird/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/ lib/thunderbird/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/communicator/utilityOverlay.dtd lib/thunderbird/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/cookie/cookieAcceptDialog.dtd lib/thunderbird/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/cookie/cookieAcceptDialog.properties +lib/thunderbird/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/devtools/shared/csscoverage.dtd +lib/thunderbird/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/devtools/shared/csscoverage.properties +lib/thunderbird/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/devtools/shared/debugger.properties +lib/thunderbird/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/devtools/shared/gcli.properties +lib/thunderbird/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/devtools/shared/gclicommands.properties +lib/thunderbird/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/devtools/shared/styleinspector.properties lib/thunderbird/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/editor/EdAdvancedEdit.dtd lib/thunderbird/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/editor/EdColorPicker.dtd lib/thunderbird/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/editor/EdConvertToTable.dtd @@ -13963,10 +19324,13 @@ lib/thunderbird/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/ lib/thunderbird/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/global/aboutNetworking.dtd lib/thunderbird/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/global/aboutReader.properties lib/thunderbird/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/global/aboutRights.dtd +lib/thunderbird/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/global/aboutServiceWorkers.dtd +lib/thunderbird/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/global/aboutServiceWorkers.properties lib/thunderbird/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/global/aboutSupport.dtd lib/thunderbird/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/global/aboutSupport.properties lib/thunderbird/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/global/aboutTelemetry.dtd lib/thunderbird/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/global/aboutTelemetry.properties +lib/thunderbird/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/global/aboutWebrtc.properties lib/thunderbird/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/global/appPicker.dtd lib/thunderbird/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/global/appstrings.properties lib/thunderbird/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/global/autocomplete.properties @@ -13988,10 +19352,6 @@ lib/thunderbird/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/ lib/thunderbird/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/global/customizeToolbar.properties lib/thunderbird/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/global/dateFormat.properties lib/thunderbird/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/global/datetimepicker.dtd -lib/thunderbird/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/global/devtools/csscoverage.dtd -lib/thunderbird/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/global/devtools/csscoverage.properties -lib/thunderbird/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/global/devtools/debugger.properties -lib/thunderbird/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/global/devtools/styleinspector.properties lib/thunderbird/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/global/dialog.properties lib/thunderbird/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/global/dialogOverlay.dtd lib/thunderbird/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/global/dom/dom.properties @@ -14233,6 +19593,15 @@ lib/thunderbird/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/ lib/thunderbird/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/messenger/searchIntegrationMac.dtd lib/thunderbird/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/messenger/searchIntegrationWin.dtd lib/thunderbird/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/messenger/searchTermOverlay.dtd +lib/thunderbird/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/messenger/searchplugins/atlas-sk.xml +lib/thunderbird/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/messenger/searchplugins/azet-sk.xml +lib/thunderbird/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/messenger/searchplugins/bing.xml +lib/thunderbird/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/messenger/searchplugins/eBay.xml +lib/thunderbird/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/messenger/searchplugins/google.xml +lib/thunderbird/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/messenger/searchplugins/list.txt +lib/thunderbird/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/messenger/searchplugins/slovnik-sk.xml +lib/thunderbird/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/messenger/searchplugins/wikipedia-sk.xml +lib/thunderbird/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/messenger/searchplugins/zoznam-sk.xml lib/thunderbird/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/messenger/shutdownWindow.properties lib/thunderbird/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/messenger/smime.properties lib/thunderbird/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/messenger/smtpEditOverlay.dtd @@ -14267,7 +19636,6 @@ lib/thunderbird/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/ lib/thunderbird/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/mozapps/extensions/update.properties lib/thunderbird/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/mozapps/handling/handling.dtd lib/thunderbird/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/mozapps/handling/handling.properties -lib/thunderbird/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/mozapps/plugins/plugins.dtd lib/thunderbird/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/mozapps/preferences/changemp.dtd lib/thunderbird/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/mozapps/preferences/preferences.properties lib/thunderbird/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/mozapps/preferences/removemp.dtd @@ -14290,12 +19658,12 @@ lib/thunderbird/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/ lib/thunderbird/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/pippki/pippki.dtd lib/thunderbird/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/pippki/pippki.properties lib/thunderbird/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/places/places.properties +lib/thunderbird/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/pluginproblem/pluginproblem.dtd lib/thunderbird/extensions/langpack-sk@thunderbird.mozilla.org/install.rdf lib/thunderbird/extensions/langpack-sl@thunderbird.mozilla.org/chrome.manifest -lib/thunderbird/extensions/langpack-sl@thunderbird.mozilla.org/chrome/.mkdir.done lib/thunderbird/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl.manifest lib/thunderbird/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/alerts/alert.dtd -lib/thunderbird/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/alerts/notificationNames.properties +lib/thunderbird/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/alerts/alert.properties lib/thunderbird/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/autoconfig/autoconfig.properties lib/thunderbird/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/branding/brand.dtd lib/thunderbird/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/branding/brand.properties @@ -14307,6 +19675,7 @@ lib/thunderbird/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/ lib/thunderbird/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/chat/imtooltip.properties lib/thunderbird/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/chat/irc.properties lib/thunderbird/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/chat/logger.properties +lib/thunderbird/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/chat/skype.properties lib/thunderbird/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/chat/status.properties lib/thunderbird/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/chat/twitter.properties lib/thunderbird/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/chat/xmpp.properties @@ -14314,6 +19683,12 @@ lib/thunderbird/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/ lib/thunderbird/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/communicator/utilityOverlay.dtd lib/thunderbird/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/cookie/cookieAcceptDialog.dtd lib/thunderbird/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/cookie/cookieAcceptDialog.properties +lib/thunderbird/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/devtools/shared/csscoverage.dtd +lib/thunderbird/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/devtools/shared/csscoverage.properties +lib/thunderbird/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/devtools/shared/debugger.properties +lib/thunderbird/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/devtools/shared/gcli.properties +lib/thunderbird/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/devtools/shared/gclicommands.properties +lib/thunderbird/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/devtools/shared/styleinspector.properties lib/thunderbird/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/editor/EdAdvancedEdit.dtd lib/thunderbird/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/editor/EdColorPicker.dtd lib/thunderbird/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/editor/EdConvertToTable.dtd @@ -14360,10 +19735,13 @@ lib/thunderbird/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/ lib/thunderbird/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/global/aboutNetworking.dtd lib/thunderbird/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/global/aboutReader.properties lib/thunderbird/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/global/aboutRights.dtd +lib/thunderbird/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/global/aboutServiceWorkers.dtd +lib/thunderbird/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/global/aboutServiceWorkers.properties lib/thunderbird/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/global/aboutSupport.dtd lib/thunderbird/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/global/aboutSupport.properties lib/thunderbird/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/global/aboutTelemetry.dtd lib/thunderbird/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/global/aboutTelemetry.properties +lib/thunderbird/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/global/aboutWebrtc.properties lib/thunderbird/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/global/appPicker.dtd lib/thunderbird/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/global/appstrings.properties lib/thunderbird/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/global/autocomplete.properties @@ -14385,10 +19763,6 @@ lib/thunderbird/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/ lib/thunderbird/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/global/customizeToolbar.properties lib/thunderbird/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/global/dateFormat.properties lib/thunderbird/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/global/datetimepicker.dtd -lib/thunderbird/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/global/devtools/csscoverage.dtd -lib/thunderbird/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/global/devtools/csscoverage.properties -lib/thunderbird/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/global/devtools/debugger.properties -lib/thunderbird/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/global/devtools/styleinspector.properties lib/thunderbird/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/global/dialog.properties lib/thunderbird/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/global/dialogOverlay.dtd lib/thunderbird/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/global/dom/dom.properties @@ -14630,6 +20004,13 @@ lib/thunderbird/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/ lib/thunderbird/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/messenger/searchIntegrationMac.dtd lib/thunderbird/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/messenger/searchIntegrationWin.dtd lib/thunderbird/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/messenger/searchTermOverlay.dtd +lib/thunderbird/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/messenger/searchplugins/ceneji.xml +lib/thunderbird/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/messenger/searchplugins/google.xml +lib/thunderbird/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/messenger/searchplugins/list.txt +lib/thunderbird/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/messenger/searchplugins/najdi-si.xml +lib/thunderbird/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/messenger/searchplugins/odpiralni.xml +lib/thunderbird/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/messenger/searchplugins/twitter.xml +lib/thunderbird/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/messenger/searchplugins/wikipedia-sl.xml lib/thunderbird/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/messenger/shutdownWindow.properties lib/thunderbird/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/messenger/smime.properties lib/thunderbird/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/messenger/smtpEditOverlay.dtd @@ -14664,7 +20045,6 @@ lib/thunderbird/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/ lib/thunderbird/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/mozapps/extensions/update.properties lib/thunderbird/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/mozapps/handling/handling.dtd lib/thunderbird/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/mozapps/handling/handling.properties -lib/thunderbird/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/mozapps/plugins/plugins.dtd lib/thunderbird/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/mozapps/preferences/changemp.dtd lib/thunderbird/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/mozapps/preferences/preferences.properties lib/thunderbird/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/mozapps/preferences/removemp.dtd @@ -14687,12 +20067,12 @@ lib/thunderbird/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/ lib/thunderbird/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/pippki/pippki.dtd lib/thunderbird/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/pippki/pippki.properties lib/thunderbird/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/places/places.properties +lib/thunderbird/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/pluginproblem/pluginproblem.dtd lib/thunderbird/extensions/langpack-sl@thunderbird.mozilla.org/install.rdf lib/thunderbird/extensions/langpack-sq@thunderbird.mozilla.org/chrome.manifest -lib/thunderbird/extensions/langpack-sq@thunderbird.mozilla.org/chrome/.mkdir.done lib/thunderbird/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq.manifest lib/thunderbird/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/alerts/alert.dtd -lib/thunderbird/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/alerts/notificationNames.properties +lib/thunderbird/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/alerts/alert.properties lib/thunderbird/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/autoconfig/autoconfig.properties lib/thunderbird/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/branding/brand.dtd lib/thunderbird/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/branding/brand.properties @@ -14704,6 +20084,7 @@ lib/thunderbird/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/ lib/thunderbird/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/chat/imtooltip.properties lib/thunderbird/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/chat/irc.properties lib/thunderbird/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/chat/logger.properties +lib/thunderbird/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/chat/skype.properties lib/thunderbird/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/chat/status.properties lib/thunderbird/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/chat/twitter.properties lib/thunderbird/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/chat/xmpp.properties @@ -14711,6 +20092,12 @@ lib/thunderbird/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/ lib/thunderbird/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/communicator/utilityOverlay.dtd lib/thunderbird/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/cookie/cookieAcceptDialog.dtd lib/thunderbird/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/cookie/cookieAcceptDialog.properties +lib/thunderbird/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/devtools/shared/csscoverage.dtd +lib/thunderbird/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/devtools/shared/csscoverage.properties +lib/thunderbird/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/devtools/shared/debugger.properties +lib/thunderbird/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/devtools/shared/gcli.properties +lib/thunderbird/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/devtools/shared/gclicommands.properties +lib/thunderbird/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/devtools/shared/styleinspector.properties lib/thunderbird/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/editor/EdAdvancedEdit.dtd lib/thunderbird/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/editor/EdColorPicker.dtd lib/thunderbird/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/editor/EdConvertToTable.dtd @@ -14757,10 +20144,13 @@ lib/thunderbird/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/ lib/thunderbird/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/global/aboutNetworking.dtd lib/thunderbird/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/global/aboutReader.properties lib/thunderbird/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/global/aboutRights.dtd +lib/thunderbird/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/global/aboutServiceWorkers.dtd +lib/thunderbird/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/global/aboutServiceWorkers.properties lib/thunderbird/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/global/aboutSupport.dtd lib/thunderbird/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/global/aboutSupport.properties lib/thunderbird/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/global/aboutTelemetry.dtd lib/thunderbird/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/global/aboutTelemetry.properties +lib/thunderbird/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/global/aboutWebrtc.properties lib/thunderbird/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/global/appPicker.dtd lib/thunderbird/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/global/appstrings.properties lib/thunderbird/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/global/autocomplete.properties @@ -14782,10 +20172,6 @@ lib/thunderbird/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/ lib/thunderbird/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/global/customizeToolbar.properties lib/thunderbird/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/global/dateFormat.properties lib/thunderbird/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/global/datetimepicker.dtd -lib/thunderbird/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/global/devtools/csscoverage.dtd -lib/thunderbird/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/global/devtools/csscoverage.properties -lib/thunderbird/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/global/devtools/debugger.properties -lib/thunderbird/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/global/devtools/styleinspector.properties lib/thunderbird/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/global/dialog.properties lib/thunderbird/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/global/dialogOverlay.dtd lib/thunderbird/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/global/dom/dom.properties @@ -15027,6 +20413,13 @@ lib/thunderbird/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/ lib/thunderbird/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/messenger/searchIntegrationMac.dtd lib/thunderbird/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/messenger/searchIntegrationWin.dtd lib/thunderbird/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/messenger/searchTermOverlay.dtd +lib/thunderbird/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/messenger/searchplugins/amazondotcom.xml +lib/thunderbird/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/messenger/searchplugins/bing.xml +lib/thunderbird/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/messenger/searchplugins/eBay.xml +lib/thunderbird/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/messenger/searchplugins/list.txt +lib/thunderbird/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/messenger/searchplugins/twitter.xml +lib/thunderbird/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/messenger/searchplugins/wikipedia-sq.xml +lib/thunderbird/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/messenger/searchplugins/yahoo.xml lib/thunderbird/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/messenger/shutdownWindow.properties lib/thunderbird/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/messenger/smime.properties lib/thunderbird/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/messenger/smtpEditOverlay.dtd @@ -15061,7 +20454,6 @@ lib/thunderbird/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/ lib/thunderbird/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/mozapps/extensions/update.properties lib/thunderbird/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/mozapps/handling/handling.dtd lib/thunderbird/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/mozapps/handling/handling.properties -lib/thunderbird/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/mozapps/plugins/plugins.dtd lib/thunderbird/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/mozapps/preferences/changemp.dtd lib/thunderbird/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/mozapps/preferences/preferences.properties lib/thunderbird/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/mozapps/preferences/removemp.dtd @@ -15084,12 +20476,423 @@ lib/thunderbird/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/ lib/thunderbird/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/pippki/pippki.dtd lib/thunderbird/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/pippki/pippki.properties lib/thunderbird/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/places/places.properties +lib/thunderbird/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/pluginproblem/pluginproblem.dtd lib/thunderbird/extensions/langpack-sq@thunderbird.mozilla.org/install.rdf +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome.manifest +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr.manifest +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/alerts/alert.dtd +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/alerts/alert.properties +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/autoconfig/autoconfig.properties +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/branding/brand.dtd +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/branding/brand.properties +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/chat/accounts.properties +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/chat/commands.properties +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/chat/contacts.properties +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/chat/conversations.properties +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/chat/facebook.properties +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/chat/imtooltip.properties +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/chat/irc.properties +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/chat/logger.properties +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/chat/skype.properties +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/chat/status.properties +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/chat/twitter.properties +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/chat/xmpp.properties +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/chat/yahoo.properties +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/communicator/utilityOverlay.dtd +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/cookie/cookieAcceptDialog.dtd +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/cookie/cookieAcceptDialog.properties +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/devtools/shared/csscoverage.dtd +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/devtools/shared/csscoverage.properties +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/devtools/shared/debugger.properties +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/devtools/shared/gcli.properties +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/devtools/shared/gclicommands.properties +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/devtools/shared/styleinspector.properties +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/editor/EdAdvancedEdit.dtd +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/editor/EdColorPicker.dtd +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/editor/EdConvertToTable.dtd +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/editor/EdDialogOverlay.dtd +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/editor/EdNamedAnchorProperties.dtd +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/editor/EditorButtonProperties.dtd +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/editor/EditorColorProperties.dtd +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/editor/EditorFieldSetProperties.dtd +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/editor/EditorFormProperties.dtd +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/editor/EditorHLineProperties.dtd +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/editor/EditorImageProperties.dtd +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/editor/EditorInputProperties.dtd +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/editor/EditorInsertChars.dtd +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/editor/EditorInsertMath.dtd +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/editor/EditorInsertSource.dtd +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/editor/EditorInsertTOC.dtd +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/editor/EditorInsertTable.dtd +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/editor/EditorLabelProperties.dtd +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/editor/EditorLinkProperties.dtd +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/editor/EditorListProperties.dtd +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/editor/EditorPersonalDictionary.dtd +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/editor/EditorReplace.dtd +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/editor/EditorSelectProperties.dtd +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/editor/EditorSpellCheck.dtd +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/editor/EditorTableProperties.dtd +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/editor/EditorTextAreaProperties.dtd +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/editor/editor.properties +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/editor/editorOverlay.dtd +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/editor/editorSmileyOverlay.dtd +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/formautofill/requestAutocomplete.dtd +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/global-platform/mac/accessible.properties +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/global-platform/mac/intl.properties +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/global-platform/mac/platformKeys.properties +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/global-platform/unix/accessible.properties +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/global-platform/unix/intl.properties +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/global-platform/unix/platformKeys.properties +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/global-platform/win/accessible.properties +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/global-platform/win/intl.properties +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/global-platform/win/platformKeys.properties +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/global-region/region.properties +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/global/AccessFu.properties +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/global/about.dtd +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/global/aboutAbout.dtd +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/global/aboutNetworking.dtd +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/global/aboutReader.properties +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/global/aboutRights.dtd +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/global/aboutServiceWorkers.dtd +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/global/aboutServiceWorkers.properties +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/global/aboutSupport.dtd +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/global/aboutSupport.properties +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/global/aboutTelemetry.dtd +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/global/aboutTelemetry.properties +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/global/aboutWebrtc.properties +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/global/appPicker.dtd +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/global/appstrings.properties +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/global/autocomplete.properties +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/global/brand.dtd +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/global/browser.properties +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/global/charsetMenu.dtd +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/global/charsetMenu.properties +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/global/commonDialog.dtd +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/global/commonDialogs.properties +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/global/config.dtd +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/global/config.properties +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/global/console.dtd +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/global/console.properties +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/global/contentAreaCommands.properties +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/global/crashes.dtd +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/global/crashes.properties +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/global/css.properties +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/global/customizeToolbar.dtd +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/global/customizeToolbar.properties +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/global/dateFormat.properties +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/global/datetimepicker.dtd +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/global/dialog.properties +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/global/dialogOverlay.dtd +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/global/dom/dom.properties +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/global/editMenuOverlay.dtd +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/global/fallbackMenubar.properties +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/global/filefield.properties +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/global/filepicker.dtd +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/global/filepicker.properties +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/global/findbar.dtd +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/global/findbar.properties +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/global/finddialog.dtd +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/global/finddialog.properties +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/global/global-strres.properties +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/global/global.dtd +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/global/globalKeys.dtd +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/global/headsUpDisplay.properties +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/global/intl.css +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/global/intl.properties +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/global/keys.properties +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/global/languageNames.properties +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/global/layout/HtmlForm.properties +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/global/layout/MediaDocument.properties +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/global/layout/htmlparser.properties +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/global/layout/xmlparser.properties +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/global/layout_errors.properties +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/global/mathml/mathml.properties +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/global/mozilla.dtd +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/global/netError.dtd +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/global/netErrorApp.dtd +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/global/notification.dtd +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/global/nsWebBrowserPersist.properties +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/global/plugins.properties +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/global/preferences.dtd +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/global/printPageSetup.dtd +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/global/printPreview.dtd +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/global/printPreviewProgress.dtd +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/global/printProgress.dtd +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/global/printdialog.dtd +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/global/printdialog.properties +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/global/printing.properties +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/global/printjoboptions.dtd +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/global/regionNames.properties +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/global/resetProfile.dtd +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/global/resetProfile.properties +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/global/search/search.properties +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/global/security/caps.properties +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/global/security/csp.properties +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/global/security/security.properties +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/global/svg/svg.properties +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/global/textcontext.dtd +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/global/tree.dtd +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/global/videocontrols.dtd +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/global/viewSource.dtd +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/global/viewSource.properties +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/global/webapps.properties +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/global/wizard.dtd +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/global/wizard.properties +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/global/xbl.properties +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/global/xml/prettyprint.dtd +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/global/xslt/xslt.properties +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/global/xul.properties +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/messenger-mapi/mapi.properties +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/messenger-newsblog/am-newsblog.dtd +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/messenger-newsblog/feed-subscriptions.dtd +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/messenger-newsblog/newsblog.properties +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/messenger-region/region.properties +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/messenger-smime/certFetchingStatus.dtd +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/messenger-smime/msgCompSMIMEOverlay.dtd +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/messenger-smime/msgCompSMIMEOverlay.properties +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/messenger-smime/msgCompSecurityInfo.dtd +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/messenger-smime/msgCompSecurityInfo.properties +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/messenger-smime/msgReadSMIMEOverlay.dtd +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/messenger-smime/msgReadSMIMEOverlay.properties +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/messenger-smime/msgReadSecurityInfo.dtd +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/messenger-smime/msgSecurityInfo.properties +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/messenger/AccountManager.dtd +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/messenger/AccountWizard.dtd +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/messenger/CustomHeaders.dtd +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/messenger/FilterEditor.dtd +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/messenger/FilterListDialog.dtd +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/messenger/SearchDialog.dtd +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/messenger/aboutDialog.dtd +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/messenger/aboutDownloads.dtd +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/messenger/aboutRights.dtd +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/messenger/aboutRights.properties +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/messenger/aboutSupportMail.dtd +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/messenger/aboutSupportMail.properties +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/messenger/accountCreation.dtd +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/messenger/accountCreation.properties +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/messenger/accountCreationModel.properties +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/messenger/accountCreationUtil.properties +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/messenger/activity.dtd +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/messenger/activity.properties +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/messenger/addbuddy.dtd +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/messenger/addressbook/abAddressBookNameDialog.dtd +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/messenger/addressbook/abCardOverlay.dtd +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/messenger/addressbook/abContactsPanel.dtd +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/messenger/addressbook/abMailListDialog.dtd +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/messenger/addressbook/abMainWindow.dtd +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/messenger/addressbook/abNewCardDialog.dtd +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/messenger/addressbook/abResultsPaneOverlay.dtd +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/messenger/addressbook/addressBook.properties +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/messenger/addressbook/ldapAutoCompErrs.properties +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/messenger/addressbook/pref-directory-add.dtd +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/messenger/addressbook/pref-directory.dtd +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/messenger/addressbook/replicationProgress.properties +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/messenger/am-addressing.dtd +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/messenger/am-advanced.dtd +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/messenger/am-archiveoptions.dtd +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/messenger/am-copies.dtd +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/messenger/am-identities-list.dtd +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/messenger/am-identity-edit.dtd +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/messenger/am-im.dtd +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/messenger/am-junk.dtd +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/messenger/am-main.dtd +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/messenger/am-mdn.dtd +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/messenger/am-mdn.properties +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/messenger/am-offline.dtd +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/messenger/am-server-advanced.dtd +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/messenger/am-server-top.dtd +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/messenger/am-serverwithnoidentities.dtd +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/messenger/am-smime.dtd +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/messenger/am-smime.properties +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/messenger/appleMailImportMsgs.properties +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/messenger/baseMenuOverlay.dtd +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/messenger/charsetTitles.properties +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/messenger/chat.dtd +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/messenger/chat.properties +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/messenger/cloudfile/Box/auth.dtd +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/messenger/cloudfile/Box/management.dtd +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/messenger/cloudfile/Box/settings.dtd +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/messenger/cloudfile/Hightail/fileExceeds2GB.dtd +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/messenger/cloudfile/Hightail/fileExceedsLimit.dtd +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/messenger/cloudfile/Hightail/fileExceedsQuota.dtd +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/messenger/cloudfile/Hightail/management.dtd +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/messenger/cloudfile/Hightail/settings.dtd +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/messenger/cloudfile/addAccountDialog.dtd +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/messenger/cloudfile/management.dtd +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/messenger/configEditorOverlay.dtd +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/messenger/custom.properties +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/messenger/customizeToolbarOverlay.dtd +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/messenger/downloadheaders.dtd +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/messenger/downloads/settingsChange.dtd +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/messenger/downloadsOverlay.dtd +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/messenger/editContactOverlay.dtd +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/messenger/editContactOverlay.properties +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/messenger/eudoraImportMsgs.properties +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/messenger/fieldMapImport.dtd +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/messenger/filter.properties +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/messenger/folderProps.dtd +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/messenger/folderWidgets.properties +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/messenger/folderpane.dtd +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/messenger/gloda.properties +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/messenger/glodaComplete.properties +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/messenger/glodaFacetView.dtd +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/messenger/glodaFacetView.properties +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/messenger/imAccountWizard.dtd +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/messenger/imAccounts.dtd +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/messenger/imAccounts.properties +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/messenger/imapMsgs.properties +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/messenger/importDialog.dtd +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/messenger/importMsgs.properties +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/messenger/joinChat.dtd +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/messenger/junkLog.dtd +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/messenger/junkMailInfo.dtd +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/messenger/localMsgs.properties +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/messenger/mailEditorOverlay.dtd +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/messenger/mailOverlay.dtd +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/messenger/mailViewList.dtd +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/messenger/mailViewSetup.dtd +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/messenger/mailviews.properties +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/messenger/markByDate.dtd +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/messenger/messenger.dtd +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/messenger/messenger.properties +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/messenger/messengercompose/addressingWidgetOverlay.dtd +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/messenger/messengercompose/askSendFormat.dtd +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/messenger/messengercompose/askSendFormat.properties +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/messenger/messengercompose/composeMsgs.properties +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/messenger/messengercompose/mailComposeEditorOverlay.dtd +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/messenger/messengercompose/messengercompose.dtd +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/messenger/messengercompose/sendProgress.dtd +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/messenger/messengercompose/sendProgress.properties +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/messenger/migration/migration.dtd +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/messenger/migration/migration.properties +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/messenger/mime.properties +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/messenger/mimeheader.properties +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/messenger/msgAccountCentral.dtd +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/messenger/msgHdrViewOverlay.dtd +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/messenger/msgPrintEngine.dtd +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/messenger/msgSynchronize.dtd +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/messenger/msgViewPickerOverlay.dtd +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/messenger/msgmdn.properties +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/messenger/multimessageview.dtd +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/messenger/multimessageview.properties +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/messenger/netError.dtd +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/messenger/newFolderDialog.dtd +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/messenger/newTagDialog.dtd +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/messenger/newmailaccount/accountProvisioner.dtd +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/messenger/newmailaccount/accountProvisioner.properties +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/messenger/news.properties +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/messenger/oeImportMsgs.properties +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/messenger/offline.properties +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/messenger/offlineStartup.properties +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/messenger/outlookImportMsgs.properties +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/messenger/pgpmime.properties +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/messenger/preferences/advanced.dtd +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/messenger/preferences/applicationManager.dtd +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/messenger/preferences/applicationManager.properties +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/messenger/preferences/applications.dtd +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/messenger/preferences/applications.properties +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/messenger/preferences/attachmentReminder.dtd +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/messenger/preferences/chat.dtd +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/messenger/preferences/colors.dtd +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/messenger/preferences/compose.dtd +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/messenger/preferences/connection.dtd +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/messenger/preferences/cookies.dtd +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/messenger/preferences/display.dtd +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/messenger/preferences/dockoptions.dtd +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/messenger/preferences/fonts.dtd +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/messenger/preferences/general.dtd +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/messenger/preferences/notifications.dtd +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/messenger/preferences/offline.dtd +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/messenger/preferences/permissions.dtd +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/messenger/preferences/preferences.dtd +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/messenger/preferences/preferences.properties +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/messenger/preferences/privacy.dtd +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/messenger/preferences/receipts.dtd +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/messenger/preferences/security.dtd +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/messenger/preferences/sendoptions.dtd +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/messenger/prefs.properties +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/messenger/quickFilterBar.dtd +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/messenger/renameFolderDialog.dtd +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/messenger/safeMode.dtd +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/messenger/sanitize.dtd +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/messenger/search-attributes.properties +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/messenger/search-operators.properties +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/messenger/search.properties +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/messenger/searchIntegrationDefault.dtd +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/messenger/searchIntegrationMac.dtd +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/messenger/searchIntegrationWin.dtd +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/messenger/searchTermOverlay.dtd +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/messenger/searchplugins/amazondotcom.xml +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/messenger/searchplugins/aol-web-search.xml +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/messenger/searchplugins/bing.xml +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/messenger/searchplugins/eBay.xml +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/messenger/searchplugins/google.xml +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/messenger/searchplugins/list.txt +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/messenger/searchplugins/twitter.xml +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/messenger/searchplugins/wikipedia.xml +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/messenger/searchplugins/yahoo.xml +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/messenger/shutdownWindow.properties +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/messenger/smime.properties +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/messenger/smtpEditOverlay.dtd +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/messenger/subscribe.dtd +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/messenger/subscribe.properties +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/messenger/systemIntegrationDialog.dtd +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/messenger/tabmail.dtd +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/messenger/taskbar.properties +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/messenger/telemetry.properties +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/messenger/templateUtils.properties +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/messenger/textImportMsgs.properties +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/messenger/vCardImportMsgs.properties +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/messenger/viewLog.dtd +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/messenger/viewZoomOverlay.dtd +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/messenger/virtualFolderListDialog.dtd +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/messenger/virtualFolderProperties.dtd +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/messenger/wmImportMsgs.properties +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/mozapps/downloads/downloads.dtd +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/mozapps/downloads/downloads.properties +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/mozapps/downloads/settingsChange.dtd +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/mozapps/downloads/unknownContentType.dtd +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/mozapps/downloads/unknownContentType.properties +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/mozapps/extensions/about.dtd +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/mozapps/extensions/blocklist.dtd +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/mozapps/extensions/extensions.dtd +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/mozapps/extensions/extensions.properties +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/mozapps/extensions/newaddon.dtd +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/mozapps/extensions/newaddon.properties +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/mozapps/extensions/selectAddons.dtd +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/mozapps/extensions/selectAddons.properties +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/mozapps/extensions/update.dtd +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/mozapps/extensions/update.properties +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/mozapps/handling/handling.dtd +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/mozapps/handling/handling.properties +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/mozapps/preferences/changemp.dtd +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/mozapps/preferences/preferences.properties +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/mozapps/preferences/removemp.dtd +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/mozapps/profile/createProfileWizard.dtd +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/mozapps/profile/profileSelection.dtd +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/mozapps/profile/profileSelection.properties +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/mozapps/update/history.dtd +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/mozapps/update/updates.dtd +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/mozapps/update/updates.properties +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/mozapps/xpinstall/xpinstallConfirm.dtd +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/mozapps/xpinstall/xpinstallConfirm.properties +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/mozldap/ldap.properties +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/necko/necko.properties +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/passwordmgr/passwordManager.dtd +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/passwordmgr/passwordmgr.properties +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/pipnss/nsserrors.properties +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/pipnss/pipnss.properties +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/pippki/certManager.dtd +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/pippki/deviceManager.dtd +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/pippki/pippki.dtd +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/pippki/pippki.properties +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/places/places.properties +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/chrome/sr/locale/sr/pluginproblem/pluginproblem.dtd +lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org/install.rdf lib/thunderbird/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome.manifest -lib/thunderbird/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/.mkdir.done lib/thunderbird/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE.manifest lib/thunderbird/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/alerts/alert.dtd -lib/thunderbird/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/alerts/notificationNames.properties +lib/thunderbird/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/alerts/alert.properties lib/thunderbird/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/autoconfig/autoconfig.properties lib/thunderbird/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/branding/brand.dtd lib/thunderbird/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/branding/brand.properties @@ -15101,6 +20904,7 @@ lib/thunderbird/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/l lib/thunderbird/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/chat/imtooltip.properties lib/thunderbird/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/chat/irc.properties lib/thunderbird/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/chat/logger.properties +lib/thunderbird/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/chat/skype.properties lib/thunderbird/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/chat/status.properties lib/thunderbird/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/chat/twitter.properties lib/thunderbird/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/chat/xmpp.properties @@ -15108,6 +20912,12 @@ lib/thunderbird/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/l lib/thunderbird/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/communicator/utilityOverlay.dtd lib/thunderbird/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/cookie/cookieAcceptDialog.dtd lib/thunderbird/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/cookie/cookieAcceptDialog.properties +lib/thunderbird/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/devtools/shared/csscoverage.dtd +lib/thunderbird/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/devtools/shared/csscoverage.properties +lib/thunderbird/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/devtools/shared/debugger.properties +lib/thunderbird/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/devtools/shared/gcli.properties +lib/thunderbird/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/devtools/shared/gclicommands.properties +lib/thunderbird/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/devtools/shared/styleinspector.properties lib/thunderbird/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/editor/EdAdvancedEdit.dtd lib/thunderbird/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/editor/EdColorPicker.dtd lib/thunderbird/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/editor/EdConvertToTable.dtd @@ -15154,10 +20964,13 @@ lib/thunderbird/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/l lib/thunderbird/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/global/aboutNetworking.dtd lib/thunderbird/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/global/aboutReader.properties lib/thunderbird/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/global/aboutRights.dtd +lib/thunderbird/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/global/aboutServiceWorkers.dtd +lib/thunderbird/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/global/aboutServiceWorkers.properties lib/thunderbird/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/global/aboutSupport.dtd lib/thunderbird/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/global/aboutSupport.properties lib/thunderbird/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/global/aboutTelemetry.dtd lib/thunderbird/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/global/aboutTelemetry.properties +lib/thunderbird/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/global/aboutWebrtc.properties lib/thunderbird/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/global/appPicker.dtd lib/thunderbird/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/global/appstrings.properties lib/thunderbird/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/global/autocomplete.properties @@ -15179,10 +20992,6 @@ lib/thunderbird/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/l lib/thunderbird/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/global/customizeToolbar.properties lib/thunderbird/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/global/dateFormat.properties lib/thunderbird/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/global/datetimepicker.dtd -lib/thunderbird/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/global/devtools/csscoverage.dtd -lib/thunderbird/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/global/devtools/csscoverage.properties -lib/thunderbird/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/global/devtools/debugger.properties -lib/thunderbird/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/global/devtools/styleinspector.properties lib/thunderbird/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/global/dialog.properties lib/thunderbird/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/global/dialogOverlay.dtd lib/thunderbird/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/global/dom/dom.properties @@ -15424,6 +21233,13 @@ lib/thunderbird/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/l lib/thunderbird/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/messenger/searchIntegrationMac.dtd lib/thunderbird/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/messenger/searchIntegrationWin.dtd lib/thunderbird/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/messenger/searchTermOverlay.dtd +lib/thunderbird/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/messenger/searchplugins/bing.xml +lib/thunderbird/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/messenger/searchplugins/google.xml +lib/thunderbird/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/messenger/searchplugins/list.txt +lib/thunderbird/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/messenger/searchplugins/prisjakt-sv-SE.xml +lib/thunderbird/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/messenger/searchplugins/tyda-sv-SE.xml +lib/thunderbird/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/messenger/searchplugins/wikipedia-sv-SE.xml +lib/thunderbird/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/messenger/searchplugins/yahoo.xml lib/thunderbird/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/messenger/shutdownWindow.properties lib/thunderbird/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/messenger/smime.properties lib/thunderbird/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/messenger/smtpEditOverlay.dtd @@ -15458,7 +21274,6 @@ lib/thunderbird/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/l lib/thunderbird/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/mozapps/extensions/update.properties lib/thunderbird/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/mozapps/handling/handling.dtd lib/thunderbird/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/mozapps/handling/handling.properties -lib/thunderbird/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/mozapps/plugins/plugins.dtd lib/thunderbird/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/mozapps/preferences/changemp.dtd lib/thunderbird/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/mozapps/preferences/preferences.properties lib/thunderbird/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/mozapps/preferences/removemp.dtd @@ -15481,12 +21296,12 @@ lib/thunderbird/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/l lib/thunderbird/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/pippki/pippki.dtd lib/thunderbird/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/pippki/pippki.properties lib/thunderbird/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/places/places.properties +lib/thunderbird/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/pluginproblem/pluginproblem.dtd lib/thunderbird/extensions/langpack-sv-SE@thunderbird.mozilla.org/install.rdf lib/thunderbird/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome.manifest -lib/thunderbird/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/.mkdir.done lib/thunderbird/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK.manifest lib/thunderbird/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/alerts/alert.dtd -lib/thunderbird/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/alerts/notificationNames.properties +lib/thunderbird/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/alerts/alert.properties lib/thunderbird/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/autoconfig/autoconfig.properties lib/thunderbird/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/branding/brand.dtd lib/thunderbird/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/branding/brand.properties @@ -15498,6 +21313,7 @@ lib/thunderbird/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/l lib/thunderbird/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/chat/imtooltip.properties lib/thunderbird/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/chat/irc.properties lib/thunderbird/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/chat/logger.properties +lib/thunderbird/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/chat/skype.properties lib/thunderbird/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/chat/status.properties lib/thunderbird/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/chat/twitter.properties lib/thunderbird/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/chat/xmpp.properties @@ -15505,6 +21321,12 @@ lib/thunderbird/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/l lib/thunderbird/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/communicator/utilityOverlay.dtd lib/thunderbird/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/cookie/cookieAcceptDialog.dtd lib/thunderbird/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/cookie/cookieAcceptDialog.properties +lib/thunderbird/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/devtools/shared/csscoverage.dtd +lib/thunderbird/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/devtools/shared/csscoverage.properties +lib/thunderbird/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/devtools/shared/debugger.properties +lib/thunderbird/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/devtools/shared/gcli.properties +lib/thunderbird/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/devtools/shared/gclicommands.properties +lib/thunderbird/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/devtools/shared/styleinspector.properties lib/thunderbird/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/editor/EdAdvancedEdit.dtd lib/thunderbird/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/editor/EdColorPicker.dtd lib/thunderbird/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/editor/EdConvertToTable.dtd @@ -15551,10 +21373,13 @@ lib/thunderbird/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/l lib/thunderbird/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/global/aboutNetworking.dtd lib/thunderbird/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/global/aboutReader.properties lib/thunderbird/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/global/aboutRights.dtd +lib/thunderbird/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/global/aboutServiceWorkers.dtd +lib/thunderbird/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/global/aboutServiceWorkers.properties lib/thunderbird/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/global/aboutSupport.dtd lib/thunderbird/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/global/aboutSupport.properties lib/thunderbird/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/global/aboutTelemetry.dtd lib/thunderbird/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/global/aboutTelemetry.properties +lib/thunderbird/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/global/aboutWebrtc.properties lib/thunderbird/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/global/appPicker.dtd lib/thunderbird/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/global/appstrings.properties lib/thunderbird/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/global/autocomplete.properties @@ -15576,10 +21401,6 @@ lib/thunderbird/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/l lib/thunderbird/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/global/customizeToolbar.properties lib/thunderbird/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/global/dateFormat.properties lib/thunderbird/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/global/datetimepicker.dtd -lib/thunderbird/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/global/devtools/csscoverage.dtd -lib/thunderbird/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/global/devtools/csscoverage.properties -lib/thunderbird/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/global/devtools/debugger.properties -lib/thunderbird/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/global/devtools/styleinspector.properties lib/thunderbird/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/global/dialog.properties lib/thunderbird/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/global/dialogOverlay.dtd lib/thunderbird/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/global/dom/dom.properties @@ -15821,6 +21642,14 @@ lib/thunderbird/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/l lib/thunderbird/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/messenger/searchIntegrationMac.dtd lib/thunderbird/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/messenger/searchIntegrationWin.dtd lib/thunderbird/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/messenger/searchTermOverlay.dtd +lib/thunderbird/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/messenger/searchplugins/amazondotcom.xml +lib/thunderbird/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/messenger/searchplugins/aol-web-search.xml +lib/thunderbird/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/messenger/searchplugins/bing.xml +lib/thunderbird/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/messenger/searchplugins/eBay.xml +lib/thunderbird/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/messenger/searchplugins/list.txt +lib/thunderbird/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/messenger/searchplugins/twitter.xml +lib/thunderbird/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/messenger/searchplugins/wikipedia.xml +lib/thunderbird/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/messenger/searchplugins/yahoo.xml lib/thunderbird/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/messenger/shutdownWindow.properties lib/thunderbird/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/messenger/smime.properties lib/thunderbird/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/messenger/smtpEditOverlay.dtd @@ -15855,7 +21684,6 @@ lib/thunderbird/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/l lib/thunderbird/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/mozapps/extensions/update.properties lib/thunderbird/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/mozapps/handling/handling.dtd lib/thunderbird/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/mozapps/handling/handling.properties -lib/thunderbird/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/mozapps/plugins/plugins.dtd lib/thunderbird/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/mozapps/preferences/changemp.dtd lib/thunderbird/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/mozapps/preferences/preferences.properties lib/thunderbird/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/mozapps/preferences/removemp.dtd @@ -15878,12 +21706,12 @@ lib/thunderbird/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/l lib/thunderbird/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/pippki/pippki.dtd lib/thunderbird/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/pippki/pippki.properties lib/thunderbird/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/places/places.properties +lib/thunderbird/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/pluginproblem/pluginproblem.dtd lib/thunderbird/extensions/langpack-ta-LK@thunderbird.mozilla.org/install.rdf lib/thunderbird/extensions/langpack-tr@thunderbird.mozilla.org/chrome.manifest -lib/thunderbird/extensions/langpack-tr@thunderbird.mozilla.org/chrome/.mkdir.done lib/thunderbird/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr.manifest lib/thunderbird/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/alerts/alert.dtd -lib/thunderbird/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/alerts/notificationNames.properties +lib/thunderbird/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/alerts/alert.properties lib/thunderbird/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/autoconfig/autoconfig.properties lib/thunderbird/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/branding/brand.dtd lib/thunderbird/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/branding/brand.properties @@ -15895,6 +21723,7 @@ lib/thunderbird/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/ lib/thunderbird/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/chat/imtooltip.properties lib/thunderbird/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/chat/irc.properties lib/thunderbird/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/chat/logger.properties +lib/thunderbird/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/chat/skype.properties lib/thunderbird/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/chat/status.properties lib/thunderbird/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/chat/twitter.properties lib/thunderbird/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/chat/xmpp.properties @@ -15902,6 +21731,12 @@ lib/thunderbird/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/ lib/thunderbird/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/communicator/utilityOverlay.dtd lib/thunderbird/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/cookie/cookieAcceptDialog.dtd lib/thunderbird/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/cookie/cookieAcceptDialog.properties +lib/thunderbird/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/devtools/shared/csscoverage.dtd +lib/thunderbird/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/devtools/shared/csscoverage.properties +lib/thunderbird/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/devtools/shared/debugger.properties +lib/thunderbird/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/devtools/shared/gcli.properties +lib/thunderbird/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/devtools/shared/gclicommands.properties +lib/thunderbird/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/devtools/shared/styleinspector.properties lib/thunderbird/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/editor/EdAdvancedEdit.dtd lib/thunderbird/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/editor/EdColorPicker.dtd lib/thunderbird/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/editor/EdConvertToTable.dtd @@ -15948,10 +21783,13 @@ lib/thunderbird/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/ lib/thunderbird/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/global/aboutNetworking.dtd lib/thunderbird/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/global/aboutReader.properties lib/thunderbird/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/global/aboutRights.dtd +lib/thunderbird/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/global/aboutServiceWorkers.dtd +lib/thunderbird/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/global/aboutServiceWorkers.properties lib/thunderbird/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/global/aboutSupport.dtd lib/thunderbird/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/global/aboutSupport.properties lib/thunderbird/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/global/aboutTelemetry.dtd lib/thunderbird/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/global/aboutTelemetry.properties +lib/thunderbird/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/global/aboutWebrtc.properties lib/thunderbird/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/global/appPicker.dtd lib/thunderbird/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/global/appstrings.properties lib/thunderbird/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/global/autocomplete.properties @@ -15973,10 +21811,6 @@ lib/thunderbird/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/ lib/thunderbird/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/global/customizeToolbar.properties lib/thunderbird/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/global/dateFormat.properties lib/thunderbird/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/global/datetimepicker.dtd -lib/thunderbird/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/global/devtools/csscoverage.dtd -lib/thunderbird/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/global/devtools/csscoverage.properties -lib/thunderbird/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/global/devtools/debugger.properties -lib/thunderbird/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/global/devtools/styleinspector.properties lib/thunderbird/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/global/dialog.properties lib/thunderbird/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/global/dialogOverlay.dtd lib/thunderbird/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/global/dom/dom.properties @@ -16218,6 +22052,10 @@ lib/thunderbird/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/ lib/thunderbird/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/messenger/searchIntegrationMac.dtd lib/thunderbird/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/messenger/searchIntegrationWin.dtd lib/thunderbird/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/messenger/searchTermOverlay.dtd +lib/thunderbird/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/messenger/searchplugins/google.xml +lib/thunderbird/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/messenger/searchplugins/list.txt +lib/thunderbird/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/messenger/searchplugins/wikipedia-tr.xml +lib/thunderbird/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/messenger/searchplugins/yandex-tr.xml lib/thunderbird/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/messenger/shutdownWindow.properties lib/thunderbird/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/messenger/smime.properties lib/thunderbird/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/messenger/smtpEditOverlay.dtd @@ -16252,7 +22090,6 @@ lib/thunderbird/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/ lib/thunderbird/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/mozapps/extensions/update.properties lib/thunderbird/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/mozapps/handling/handling.dtd lib/thunderbird/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/mozapps/handling/handling.properties -lib/thunderbird/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/mozapps/plugins/plugins.dtd lib/thunderbird/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/mozapps/preferences/changemp.dtd lib/thunderbird/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/mozapps/preferences/preferences.properties lib/thunderbird/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/mozapps/preferences/removemp.dtd @@ -16275,12 +22112,12 @@ lib/thunderbird/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/ lib/thunderbird/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/pippki/pippki.dtd lib/thunderbird/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/pippki/pippki.properties lib/thunderbird/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/places/places.properties +lib/thunderbird/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/pluginproblem/pluginproblem.dtd lib/thunderbird/extensions/langpack-tr@thunderbird.mozilla.org/install.rdf lib/thunderbird/extensions/langpack-uk@thunderbird.mozilla.org/chrome.manifest -lib/thunderbird/extensions/langpack-uk@thunderbird.mozilla.org/chrome/.mkdir.done lib/thunderbird/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk.manifest lib/thunderbird/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/alerts/alert.dtd -lib/thunderbird/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/alerts/notificationNames.properties +lib/thunderbird/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/alerts/alert.properties lib/thunderbird/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/autoconfig/autoconfig.properties lib/thunderbird/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/branding/brand.dtd lib/thunderbird/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/branding/brand.properties @@ -16292,6 +22129,7 @@ lib/thunderbird/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/ lib/thunderbird/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/chat/imtooltip.properties lib/thunderbird/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/chat/irc.properties lib/thunderbird/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/chat/logger.properties +lib/thunderbird/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/chat/skype.properties lib/thunderbird/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/chat/status.properties lib/thunderbird/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/chat/twitter.properties lib/thunderbird/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/chat/xmpp.properties @@ -16299,6 +22137,12 @@ lib/thunderbird/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/ lib/thunderbird/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/communicator/utilityOverlay.dtd lib/thunderbird/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/cookie/cookieAcceptDialog.dtd lib/thunderbird/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/cookie/cookieAcceptDialog.properties +lib/thunderbird/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/devtools/shared/csscoverage.dtd +lib/thunderbird/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/devtools/shared/csscoverage.properties +lib/thunderbird/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/devtools/shared/debugger.properties +lib/thunderbird/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/devtools/shared/gcli.properties +lib/thunderbird/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/devtools/shared/gclicommands.properties +lib/thunderbird/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/devtools/shared/styleinspector.properties lib/thunderbird/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/editor/EdAdvancedEdit.dtd lib/thunderbird/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/editor/EdColorPicker.dtd lib/thunderbird/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/editor/EdConvertToTable.dtd @@ -16345,10 +22189,13 @@ lib/thunderbird/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/ lib/thunderbird/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/global/aboutNetworking.dtd lib/thunderbird/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/global/aboutReader.properties lib/thunderbird/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/global/aboutRights.dtd +lib/thunderbird/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/global/aboutServiceWorkers.dtd +lib/thunderbird/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/global/aboutServiceWorkers.properties lib/thunderbird/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/global/aboutSupport.dtd lib/thunderbird/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/global/aboutSupport.properties lib/thunderbird/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/global/aboutTelemetry.dtd lib/thunderbird/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/global/aboutTelemetry.properties +lib/thunderbird/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/global/aboutWebrtc.properties lib/thunderbird/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/global/appPicker.dtd lib/thunderbird/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/global/appstrings.properties lib/thunderbird/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/global/autocomplete.properties @@ -16370,10 +22217,6 @@ lib/thunderbird/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/ lib/thunderbird/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/global/customizeToolbar.properties lib/thunderbird/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/global/dateFormat.properties lib/thunderbird/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/global/datetimepicker.dtd -lib/thunderbird/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/global/devtools/csscoverage.dtd -lib/thunderbird/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/global/devtools/csscoverage.properties -lib/thunderbird/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/global/devtools/debugger.properties -lib/thunderbird/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/global/devtools/styleinspector.properties lib/thunderbird/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/global/dialog.properties lib/thunderbird/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/global/dialogOverlay.dtd lib/thunderbird/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/global/dom/dom.properties @@ -16615,6 +22458,12 @@ lib/thunderbird/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/ lib/thunderbird/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/messenger/searchIntegrationMac.dtd lib/thunderbird/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/messenger/searchIntegrationWin.dtd lib/thunderbird/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/messenger/searchTermOverlay.dtd +lib/thunderbird/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/messenger/searchplugins/google.xml +lib/thunderbird/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/messenger/searchplugins/list.txt +lib/thunderbird/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/messenger/searchplugins/meta-ua.xml +lib/thunderbird/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/messenger/searchplugins/metamarket.xml +lib/thunderbird/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/messenger/searchplugins/wikipedia-uk.xml +lib/thunderbird/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/messenger/searchplugins/yandex.xml lib/thunderbird/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/messenger/shutdownWindow.properties lib/thunderbird/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/messenger/smime.properties lib/thunderbird/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/messenger/smtpEditOverlay.dtd @@ -16649,7 +22498,6 @@ lib/thunderbird/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/ lib/thunderbird/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/mozapps/extensions/update.properties lib/thunderbird/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/mozapps/handling/handling.dtd lib/thunderbird/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/mozapps/handling/handling.properties -lib/thunderbird/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/mozapps/plugins/plugins.dtd lib/thunderbird/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/mozapps/preferences/changemp.dtd lib/thunderbird/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/mozapps/preferences/preferences.properties lib/thunderbird/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/mozapps/preferences/removemp.dtd @@ -16672,12 +22520,12 @@ lib/thunderbird/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/ lib/thunderbird/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/pippki/pippki.dtd lib/thunderbird/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/pippki/pippki.properties lib/thunderbird/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/places/places.properties +lib/thunderbird/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/pluginproblem/pluginproblem.dtd lib/thunderbird/extensions/langpack-uk@thunderbird.mozilla.org/install.rdf lib/thunderbird/extensions/langpack-vi@thunderbird.mozilla.org/chrome.manifest -lib/thunderbird/extensions/langpack-vi@thunderbird.mozilla.org/chrome/.mkdir.done lib/thunderbird/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi.manifest lib/thunderbird/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/alerts/alert.dtd -lib/thunderbird/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/alerts/notificationNames.properties +lib/thunderbird/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/alerts/alert.properties lib/thunderbird/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/autoconfig/autoconfig.properties lib/thunderbird/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/branding/brand.dtd lib/thunderbird/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/branding/brand.properties @@ -16689,6 +22537,7 @@ lib/thunderbird/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/ lib/thunderbird/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/chat/imtooltip.properties lib/thunderbird/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/chat/irc.properties lib/thunderbird/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/chat/logger.properties +lib/thunderbird/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/chat/skype.properties lib/thunderbird/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/chat/status.properties lib/thunderbird/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/chat/twitter.properties lib/thunderbird/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/chat/xmpp.properties @@ -16696,6 +22545,12 @@ lib/thunderbird/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/ lib/thunderbird/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/communicator/utilityOverlay.dtd lib/thunderbird/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/cookie/cookieAcceptDialog.dtd lib/thunderbird/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/cookie/cookieAcceptDialog.properties +lib/thunderbird/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/devtools/shared/csscoverage.dtd +lib/thunderbird/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/devtools/shared/csscoverage.properties +lib/thunderbird/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/devtools/shared/debugger.properties +lib/thunderbird/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/devtools/shared/gcli.properties +lib/thunderbird/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/devtools/shared/gclicommands.properties +lib/thunderbird/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/devtools/shared/styleinspector.properties lib/thunderbird/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/editor/EdAdvancedEdit.dtd lib/thunderbird/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/editor/EdColorPicker.dtd lib/thunderbird/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/editor/EdConvertToTable.dtd @@ -16742,10 +22597,13 @@ lib/thunderbird/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/ lib/thunderbird/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/global/aboutNetworking.dtd lib/thunderbird/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/global/aboutReader.properties lib/thunderbird/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/global/aboutRights.dtd +lib/thunderbird/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/global/aboutServiceWorkers.dtd +lib/thunderbird/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/global/aboutServiceWorkers.properties lib/thunderbird/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/global/aboutSupport.dtd lib/thunderbird/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/global/aboutSupport.properties lib/thunderbird/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/global/aboutTelemetry.dtd lib/thunderbird/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/global/aboutTelemetry.properties +lib/thunderbird/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/global/aboutWebrtc.properties lib/thunderbird/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/global/appPicker.dtd lib/thunderbird/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/global/appstrings.properties lib/thunderbird/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/global/autocomplete.properties @@ -16767,10 +22625,6 @@ lib/thunderbird/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/ lib/thunderbird/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/global/customizeToolbar.properties lib/thunderbird/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/global/dateFormat.properties lib/thunderbird/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/global/datetimepicker.dtd -lib/thunderbird/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/global/devtools/csscoverage.dtd -lib/thunderbird/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/global/devtools/csscoverage.properties -lib/thunderbird/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/global/devtools/debugger.properties -lib/thunderbird/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/global/devtools/styleinspector.properties lib/thunderbird/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/global/dialog.properties lib/thunderbird/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/global/dialogOverlay.dtd lib/thunderbird/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/global/dom/dom.properties @@ -17012,6 +22866,14 @@ lib/thunderbird/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/ lib/thunderbird/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/messenger/searchIntegrationMac.dtd lib/thunderbird/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/messenger/searchIntegrationWin.dtd lib/thunderbird/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/messenger/searchTermOverlay.dtd +lib/thunderbird/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/messenger/searchplugins/amazondotcom.xml +lib/thunderbird/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/messenger/searchplugins/aol-web-search.xml +lib/thunderbird/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/messenger/searchplugins/bing.xml +lib/thunderbird/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/messenger/searchplugins/eBay.xml +lib/thunderbird/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/messenger/searchplugins/list.txt +lib/thunderbird/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/messenger/searchplugins/twitter.xml +lib/thunderbird/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/messenger/searchplugins/wikipedia.xml +lib/thunderbird/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/messenger/searchplugins/yahoo.xml lib/thunderbird/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/messenger/shutdownWindow.properties lib/thunderbird/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/messenger/smime.properties lib/thunderbird/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/messenger/smtpEditOverlay.dtd @@ -17046,7 +22908,6 @@ lib/thunderbird/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/ lib/thunderbird/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/mozapps/extensions/update.properties lib/thunderbird/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/mozapps/handling/handling.dtd lib/thunderbird/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/mozapps/handling/handling.properties -lib/thunderbird/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/mozapps/plugins/plugins.dtd lib/thunderbird/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/mozapps/preferences/changemp.dtd lib/thunderbird/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/mozapps/preferences/preferences.properties lib/thunderbird/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/mozapps/preferences/removemp.dtd @@ -17069,12 +22930,12 @@ lib/thunderbird/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/ lib/thunderbird/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/pippki/pippki.dtd lib/thunderbird/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/pippki/pippki.properties lib/thunderbird/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/places/places.properties +lib/thunderbird/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/pluginproblem/pluginproblem.dtd lib/thunderbird/extensions/langpack-vi@thunderbird.mozilla.org/install.rdf lib/thunderbird/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome.manifest -lib/thunderbird/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/.mkdir.done lib/thunderbird/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN.manifest lib/thunderbird/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/alerts/alert.dtd -lib/thunderbird/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/alerts/notificationNames.properties +lib/thunderbird/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/alerts/alert.properties lib/thunderbird/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/autoconfig/autoconfig.properties lib/thunderbird/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/branding/brand.dtd lib/thunderbird/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/branding/brand.properties @@ -17086,6 +22947,7 @@ lib/thunderbird/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/l lib/thunderbird/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/chat/imtooltip.properties lib/thunderbird/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/chat/irc.properties lib/thunderbird/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/chat/logger.properties +lib/thunderbird/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/chat/skype.properties lib/thunderbird/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/chat/status.properties lib/thunderbird/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/chat/twitter.properties lib/thunderbird/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/chat/xmpp.properties @@ -17093,6 +22955,12 @@ lib/thunderbird/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/l lib/thunderbird/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/communicator/utilityOverlay.dtd lib/thunderbird/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/cookie/cookieAcceptDialog.dtd lib/thunderbird/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/cookie/cookieAcceptDialog.properties +lib/thunderbird/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/devtools/shared/csscoverage.dtd +lib/thunderbird/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/devtools/shared/csscoverage.properties +lib/thunderbird/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/devtools/shared/debugger.properties +lib/thunderbird/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/devtools/shared/gcli.properties +lib/thunderbird/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/devtools/shared/gclicommands.properties +lib/thunderbird/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/devtools/shared/styleinspector.properties lib/thunderbird/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/editor/EdAdvancedEdit.dtd lib/thunderbird/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/editor/EdColorPicker.dtd lib/thunderbird/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/editor/EdConvertToTable.dtd @@ -17139,10 +23007,13 @@ lib/thunderbird/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/l lib/thunderbird/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/global/aboutNetworking.dtd lib/thunderbird/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/global/aboutReader.properties lib/thunderbird/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/global/aboutRights.dtd +lib/thunderbird/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/global/aboutServiceWorkers.dtd +lib/thunderbird/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/global/aboutServiceWorkers.properties lib/thunderbird/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/global/aboutSupport.dtd lib/thunderbird/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/global/aboutSupport.properties lib/thunderbird/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/global/aboutTelemetry.dtd lib/thunderbird/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/global/aboutTelemetry.properties +lib/thunderbird/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/global/aboutWebrtc.properties lib/thunderbird/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/global/appPicker.dtd lib/thunderbird/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/global/appstrings.properties lib/thunderbird/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/global/autocomplete.properties @@ -17164,10 +23035,6 @@ lib/thunderbird/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/l lib/thunderbird/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/global/customizeToolbar.properties lib/thunderbird/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/global/dateFormat.properties lib/thunderbird/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/global/datetimepicker.dtd -lib/thunderbird/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/global/devtools/csscoverage.dtd -lib/thunderbird/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/global/devtools/csscoverage.properties -lib/thunderbird/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/global/devtools/debugger.properties -lib/thunderbird/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/global/devtools/styleinspector.properties lib/thunderbird/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/global/dialog.properties lib/thunderbird/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/global/dialogOverlay.dtd lib/thunderbird/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/global/dom/dom.properties @@ -17409,6 +23276,14 @@ lib/thunderbird/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/l lib/thunderbird/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/messenger/searchIntegrationMac.dtd lib/thunderbird/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/messenger/searchIntegrationWin.dtd lib/thunderbird/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/messenger/searchTermOverlay.dtd +lib/thunderbird/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/messenger/searchplugins/amazondotcom.xml +lib/thunderbird/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/messenger/searchplugins/aol-web-search.xml +lib/thunderbird/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/messenger/searchplugins/bing.xml +lib/thunderbird/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/messenger/searchplugins/eBay.xml +lib/thunderbird/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/messenger/searchplugins/list.txt +lib/thunderbird/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/messenger/searchplugins/twitter.xml +lib/thunderbird/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/messenger/searchplugins/wikipedia.xml +lib/thunderbird/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/messenger/searchplugins/yahoo.xml lib/thunderbird/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/messenger/shutdownWindow.properties lib/thunderbird/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/messenger/smime.properties lib/thunderbird/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/messenger/smtpEditOverlay.dtd @@ -17443,7 +23318,6 @@ lib/thunderbird/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/l lib/thunderbird/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/mozapps/extensions/update.properties lib/thunderbird/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/mozapps/handling/handling.dtd lib/thunderbird/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/mozapps/handling/handling.properties -lib/thunderbird/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/mozapps/plugins/plugins.dtd lib/thunderbird/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/mozapps/preferences/changemp.dtd lib/thunderbird/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/mozapps/preferences/preferences.properties lib/thunderbird/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/mozapps/preferences/removemp.dtd @@ -17466,12 +23340,12 @@ lib/thunderbird/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/l lib/thunderbird/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/pippki/pippki.dtd lib/thunderbird/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/pippki/pippki.properties lib/thunderbird/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/places/places.properties +lib/thunderbird/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/pluginproblem/pluginproblem.dtd lib/thunderbird/extensions/langpack-zh-CN@thunderbird.mozilla.org/install.rdf lib/thunderbird/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome.manifest -lib/thunderbird/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/.mkdir.done lib/thunderbird/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW.manifest lib/thunderbird/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/alerts/alert.dtd -lib/thunderbird/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/alerts/notificationNames.properties +lib/thunderbird/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/alerts/alert.properties lib/thunderbird/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/autoconfig/autoconfig.properties lib/thunderbird/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/branding/brand.dtd lib/thunderbird/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/branding/brand.properties @@ -17483,6 +23357,7 @@ lib/thunderbird/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/l lib/thunderbird/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/chat/imtooltip.properties lib/thunderbird/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/chat/irc.properties lib/thunderbird/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/chat/logger.properties +lib/thunderbird/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/chat/skype.properties lib/thunderbird/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/chat/status.properties lib/thunderbird/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/chat/twitter.properties lib/thunderbird/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/chat/xmpp.properties @@ -17490,6 +23365,12 @@ lib/thunderbird/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/l lib/thunderbird/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/communicator/utilityOverlay.dtd lib/thunderbird/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/cookie/cookieAcceptDialog.dtd lib/thunderbird/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/cookie/cookieAcceptDialog.properties +lib/thunderbird/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/devtools/shared/csscoverage.dtd +lib/thunderbird/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/devtools/shared/csscoverage.properties +lib/thunderbird/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/devtools/shared/debugger.properties +lib/thunderbird/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/devtools/shared/gcli.properties +lib/thunderbird/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/devtools/shared/gclicommands.properties +lib/thunderbird/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/devtools/shared/styleinspector.properties lib/thunderbird/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/editor/EdAdvancedEdit.dtd lib/thunderbird/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/editor/EdColorPicker.dtd lib/thunderbird/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/editor/EdConvertToTable.dtd @@ -17536,10 +23417,13 @@ lib/thunderbird/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/l lib/thunderbird/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/global/aboutNetworking.dtd lib/thunderbird/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/global/aboutReader.properties lib/thunderbird/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/global/aboutRights.dtd +lib/thunderbird/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/global/aboutServiceWorkers.dtd +lib/thunderbird/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/global/aboutServiceWorkers.properties lib/thunderbird/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/global/aboutSupport.dtd lib/thunderbird/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/global/aboutSupport.properties lib/thunderbird/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/global/aboutTelemetry.dtd lib/thunderbird/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/global/aboutTelemetry.properties +lib/thunderbird/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/global/aboutWebrtc.properties lib/thunderbird/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/global/appPicker.dtd lib/thunderbird/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/global/appstrings.properties lib/thunderbird/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/global/autocomplete.properties @@ -17561,10 +23445,6 @@ lib/thunderbird/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/l lib/thunderbird/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/global/customizeToolbar.properties lib/thunderbird/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/global/dateFormat.properties lib/thunderbird/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/global/datetimepicker.dtd -lib/thunderbird/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/global/devtools/csscoverage.dtd -lib/thunderbird/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/global/devtools/csscoverage.properties -lib/thunderbird/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/global/devtools/debugger.properties -lib/thunderbird/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/global/devtools/styleinspector.properties lib/thunderbird/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/global/dialog.properties lib/thunderbird/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/global/dialogOverlay.dtd lib/thunderbird/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/global/dom/dom.properties @@ -17806,6 +23686,15 @@ lib/thunderbird/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/l lib/thunderbird/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/messenger/searchIntegrationMac.dtd lib/thunderbird/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/messenger/searchIntegrationWin.dtd lib/thunderbird/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/messenger/searchTermOverlay.dtd +lib/thunderbird/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/messenger/searchplugins/chunghwapost-zh-TW.xml +lib/thunderbird/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/messenger/searchplugins/findbook-zh-TW.xml +lib/thunderbird/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/messenger/searchplugins/google-maps-zh-TW.xml +lib/thunderbird/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/messenger/searchplugins/google.xml +lib/thunderbird/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/messenger/searchplugins/ipeen-zh-TW.xml +lib/thunderbird/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/messenger/searchplugins/list.txt +lib/thunderbird/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/messenger/searchplugins/wikipedia-zh-TW.xml +lib/thunderbird/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/messenger/searchplugins/yahoo-bid-zh-TW.xml +lib/thunderbird/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/messenger/searchplugins/yahoo-zh-TW.xml lib/thunderbird/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/messenger/shutdownWindow.properties lib/thunderbird/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/messenger/smime.properties lib/thunderbird/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/messenger/smtpEditOverlay.dtd @@ -17840,7 +23729,6 @@ lib/thunderbird/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/l lib/thunderbird/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/mozapps/extensions/update.properties lib/thunderbird/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/mozapps/handling/handling.dtd lib/thunderbird/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/mozapps/handling/handling.properties -lib/thunderbird/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/mozapps/plugins/plugins.dtd lib/thunderbird/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/mozapps/preferences/changemp.dtd lib/thunderbird/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/mozapps/preferences/preferences.properties lib/thunderbird/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/mozapps/preferences/removemp.dtd @@ -17863,4 +23751,5 @@ lib/thunderbird/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/l lib/thunderbird/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/pippki/pippki.dtd lib/thunderbird/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/pippki/pippki.properties lib/thunderbird/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/places/places.properties +lib/thunderbird/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/pluginproblem/pluginproblem.dtd lib/thunderbird/extensions/langpack-zh-TW@thunderbird.mozilla.org/install.rdf diff --git a/mail/thunderbird-l10n/distinfo b/mail/thunderbird-l10n/distinfo index dea922822ff22..f2c7c4099923e 100644 --- a/mail/thunderbird-l10n/distinfo +++ b/mail/thunderbird-l10n/distinfo @@ -1,182 +1,234 @@ -$NetBSD: distinfo,v 1.41 2016/02/28 10:03:34 ryoon Exp $ +$NetBSD: distinfo,v 1.44 2016/04/17 18:35:34 ryoon Exp $ -SHA1 (thunderbird-l10n-38.6.0/ar.xpi) = aeca70f3b90a7bde7b184a3568bb69d24e38db23 -RMD160 (thunderbird-l10n-38.6.0/ar.xpi) = 5b1338acc994a29143f9e0a4dc2179910e4335a5 -SHA512 (thunderbird-l10n-38.6.0/ar.xpi) = c255b3473efb9f9e74cebac2c9adadd502a6f73153ca352313ff1c823c9c128c441600e112066406b54d08d5a908360c7cd4cd5f4ac971e68ba32d34f038494c -Size (thunderbird-l10n-38.6.0/ar.xpi) = 475296 bytes -SHA1 (thunderbird-l10n-38.6.0/be.xpi) = 9cad3ddf04cf308c3de80256ae321e730616f295 -RMD160 (thunderbird-l10n-38.6.0/be.xpi) = 8f66e44740ff348440bc36d0211f6ed1db765d34 -SHA512 (thunderbird-l10n-38.6.0/be.xpi) = de7aa166df63d6885bd9c37a97f3397f2eb92a08d582a9e4bc8f3c5edc524eab3c7c04db3b44427dd849f245269f7540bf4e0fa63f587bb3d61e2f427b75fb33 -Size (thunderbird-l10n-38.6.0/be.xpi) = 442452 bytes -SHA1 (thunderbird-l10n-38.6.0/bn-BD.xpi) = 6d805c07833f536b9605a9098704147f946e0617 -RMD160 (thunderbird-l10n-38.6.0/bn-BD.xpi) = c0ae7ee54b5868e3be6c76889926c6137d8003ed -SHA512 (thunderbird-l10n-38.6.0/bn-BD.xpi) = 2668dcc956009a8055fec2f050647c8d91687ff0f884a39136a9b0a12e72a9321a01823e916a1f5ef669a5897a38df240162f70fbda198eb25ab64cce8fff703 -Size (thunderbird-l10n-38.6.0/bn-BD.xpi) = 560627 bytes -SHA1 (thunderbird-l10n-38.6.0/br.xpi) = d818164db3f81e3b4ea7cc71e881f1cd18a2b5be -RMD160 (thunderbird-l10n-38.6.0/br.xpi) = 87b7696512e5a9b79fd5218485c99719fd3414db -SHA512 (thunderbird-l10n-38.6.0/br.xpi) = d5965d74c3f867bff8c44727dafa664e1096695be1a5c95cc9448c9fd3735b2354c7697022d1cbdf0f274580d51fdb9a3854c9b2d9cf26b697507928e5a20ad8 -Size (thunderbird-l10n-38.6.0/br.xpi) = 449767 bytes -SHA1 (thunderbird-l10n-38.6.0/ca.xpi) = 126972a8cd7559e55eb08454ac034063a97346fa -RMD160 (thunderbird-l10n-38.6.0/ca.xpi) = 3688167df55ab0e1f15981345e0ae2139a18df65 -SHA512 (thunderbird-l10n-38.6.0/ca.xpi) = 65a95368e7d03095e34afb3fa982cc65c743868c5d9479e4bc70062d25f488dc51abf599869293a110bc96432a5ba908abdc2fb7fafeccdd40a5d3cd1a24ef16 -Size (thunderbird-l10n-38.6.0/ca.xpi) = 450325 bytes -SHA1 (thunderbird-l10n-38.6.0/cs.xpi) = 10b286017de366aa18cc8e407f1dd043b540688f -RMD160 (thunderbird-l10n-38.6.0/cs.xpi) = 2c09023c9d8817568117ac401bf8cdc2e98e24e8 -SHA512 (thunderbird-l10n-38.6.0/cs.xpi) = 49a517e56f53a2ab629c21c5cd7cea5d2c98ebfd2fb63f49464bee4448cda1734a493bf53ee9895c443f013d00e2bdc65a930a6e09bc41b5b9289378bf329583 -Size (thunderbird-l10n-38.6.0/cs.xpi) = 448724 bytes -SHA1 (thunderbird-l10n-38.6.0/da.xpi) = 2240ec0321da16b28cc91f4ccbf511887fd8c7ea -RMD160 (thunderbird-l10n-38.6.0/da.xpi) = a547c0e6bf5fdee30e6408910f74ea0b6e1782a9 -SHA512 (thunderbird-l10n-38.6.0/da.xpi) = 86226f35330d0ba7d928fa8dcef3b2bd3a5147ba4ea510ea715af2561e9491e75b6aa8edb0e16a0faa1b72e22f31e32bd4979648c2bf4538dfa366cc6f70e1a2 -Size (thunderbird-l10n-38.6.0/da.xpi) = 425829 bytes -SHA1 (thunderbird-l10n-38.6.0/de.xpi) = 955d9e17675243fc95aaca11c675fdeec7feb844 -RMD160 (thunderbird-l10n-38.6.0/de.xpi) = ff93ae2d5eceef835fb5d76d49092d3ae6e60b2d -SHA512 (thunderbird-l10n-38.6.0/de.xpi) = 7e8aabc807d106f66b16dbb74a12330106e96c4c3e886b59396d280e975be58dde6f051fa3d42bbad705547af28b32032982bbd59060b1b71f77de593fc8f5f3 -Size (thunderbird-l10n-38.6.0/de.xpi) = 429877 bytes -SHA1 (thunderbird-l10n-38.6.0/el.xpi) = 64f1478594ca5d2c71594f8892a6b171c3878b3a -RMD160 (thunderbird-l10n-38.6.0/el.xpi) = 4af83b8c181e1b888fcf6cc06cf63a2f47c74171 -SHA512 (thunderbird-l10n-38.6.0/el.xpi) = 220afdf26a63f32bb38535816c665200710e126ec6620c82b9397631e6216dd384ddf65ee0f34762eb61329892443a956dae3b8e54dad37d22e6ccbfba95f3d1 -Size (thunderbird-l10n-38.6.0/el.xpi) = 493490 bytes -SHA1 (thunderbird-l10n-38.6.0/en-GB.xpi) = 50a8cd28964a7ad297dedf19be0dc7d511ebc0b1 -RMD160 (thunderbird-l10n-38.6.0/en-GB.xpi) = 005da4f95f3b5c45f73cd9def7feadf0d4532383 -SHA512 (thunderbird-l10n-38.6.0/en-GB.xpi) = 681cc1e767381c85a6e503378b767d13d3f0c7b5123561569475d06f0d94727017d44a81050f656a4193e2b593263ba5bb766b2e44cb6011c57a7fce36a8ef42 -Size (thunderbird-l10n-38.6.0/en-GB.xpi) = 416572 bytes -SHA1 (thunderbird-l10n-38.6.0/en-US.xpi) = 457170d42fee7cda0035f96c8b10b10b0fd4e86d -RMD160 (thunderbird-l10n-38.6.0/en-US.xpi) = 4c3c2bdd6f75d1fd306b6e3b56eb682be0f0de8a -SHA512 (thunderbird-l10n-38.6.0/en-US.xpi) = 6c8372bc02b83d905f46abf6d710c52ce985764b1af10f1e10da8e0ea11dcf5807388fdd7ef9e165070fed2340fc236fe79ad8500a41451e5e203f9c8955586f -Size (thunderbird-l10n-38.6.0/en-US.xpi) = 416618 bytes -SHA1 (thunderbird-l10n-38.6.0/es-AR.xpi) = fa54b3d670bef3966457472e95fa2075a96446b4 -RMD160 (thunderbird-l10n-38.6.0/es-AR.xpi) = 9c7f04bcfd1f2f3ed22afda3f8d905b8a382d80a -SHA512 (thunderbird-l10n-38.6.0/es-AR.xpi) = 7f382176349e9058978839f410f339653a983b0001e3726b9ea85acc2d2327e27a34adeee371bd6001019b49d3ff667de0eb63efd1995bdd7337c499f8b195af -Size (thunderbird-l10n-38.6.0/es-AR.xpi) = 442641 bytes -SHA1 (thunderbird-l10n-38.6.0/es-ES.xpi) = ee1eb219cebef2203b6ed9a621870acccb3cbd7c -RMD160 (thunderbird-l10n-38.6.0/es-ES.xpi) = afdfda3162102ed255fe7d0ab12759345bae8622 -SHA512 (thunderbird-l10n-38.6.0/es-ES.xpi) = 63c3ba7d66bb90fa4fd539f07a88bd138db7836e3bc875b6272e297742aaf7ebe045a72acf9c15a9ef86b0c2d8593b5ceecf6dd1320bc99e567dac99050be983 -Size (thunderbird-l10n-38.6.0/es-ES.xpi) = 376067 bytes -SHA1 (thunderbird-l10n-38.6.0/et.xpi) = de7c78a435027cb2a9cd00caf5579883be7ff4fa -RMD160 (thunderbird-l10n-38.6.0/et.xpi) = db6d1ad3473490137a35261fb74e886bff094bf5 -SHA512 (thunderbird-l10n-38.6.0/et.xpi) = ea426e07cb5160c205ebfaf9642d10b3b6bc9d4ff20880f272bbeb855e5a8a0a57e3ecf66d246cf92da147f41c041f3e760abde7f068c03f063ea735d9264a9f -Size (thunderbird-l10n-38.6.0/et.xpi) = 438262 bytes -SHA1 (thunderbird-l10n-38.6.0/eu.xpi) = c0f45cc65aca0fcfd9d4ca987cd9a7d32da977d0 -RMD160 (thunderbird-l10n-38.6.0/eu.xpi) = c6eb6bf881cb8c9af90353c9e5a15cdaa1643c05 -SHA512 (thunderbird-l10n-38.6.0/eu.xpi) = e72ba8a523e6b79de7bd19d9d5cbc7dfdf4b607d595bcf1d91b787706bbfd496ef3c95c796845bf007308f15308664ce36f72806e47610f30f4b2aaabf6aed5e -Size (thunderbird-l10n-38.6.0/eu.xpi) = 434838 bytes -SHA1 (thunderbird-l10n-38.6.0/fi.xpi) = 5c211d20fb2bb258dbc01ebaf47fed927be9601d -RMD160 (thunderbird-l10n-38.6.0/fi.xpi) = 59205b6a495049d88390b9223e5ae620fdcaaecb -SHA512 (thunderbird-l10n-38.6.0/fi.xpi) = 9c7a2b9046136ba04fa7419adcdcb56799f8b0ef6182600bcfe3888c66f85399454c744dba1d397facb786442bd68d33c45887989955c679bc2f7bfa5fc95bf3 -Size (thunderbird-l10n-38.6.0/fi.xpi) = 438889 bytes -SHA1 (thunderbird-l10n-38.6.0/fr.xpi) = bb58c5026ed252224cba10deacbf6efeb4d4ab41 -RMD160 (thunderbird-l10n-38.6.0/fr.xpi) = 2469254a8a8128e49464933f733f4a409c42b30e -SHA512 (thunderbird-l10n-38.6.0/fr.xpi) = e9c058cb81990472275daecb0dbeae99d64ac47b6bed051a76b4b9061e648392987f2b6db24fe41ddd11c1c9624787187e9d32f15b82cd00816ffa31a3a694cf -Size (thunderbird-l10n-38.6.0/fr.xpi) = 448228 bytes -SHA1 (thunderbird-l10n-38.6.0/fy-NL.xpi) = 34855b618808a48df123b1d91133d7f871e1d3ec -RMD160 (thunderbird-l10n-38.6.0/fy-NL.xpi) = 080a4def0dace1c808b1c90b4a050288c042ed01 -SHA512 (thunderbird-l10n-38.6.0/fy-NL.xpi) = 8400e1bdbc808454d6e87bddee7c2e95cb52fc213570f3477705dc70ffb58abba5ebd4bbfad452ea15695b0730c0efc6ebc7824ba616e09128579987ef27e000 -Size (thunderbird-l10n-38.6.0/fy-NL.xpi) = 442161 bytes -SHA1 (thunderbird-l10n-38.6.0/ga-IE.xpi) = fdf58d1dc78ac90b80ba8916499819c746babd15 -RMD160 (thunderbird-l10n-38.6.0/ga-IE.xpi) = eb1782fc2c6e2f75496f2591f61d44651191b16f -SHA512 (thunderbird-l10n-38.6.0/ga-IE.xpi) = 09b3a67d533ec1924759611a61c44199e12f70a24e01545f88f53c7025c4a038ae4a6124d9311029889b2429ea86bd06bd27030d4ccb06e16f6fc1f614990fc7 -Size (thunderbird-l10n-38.6.0/ga-IE.xpi) = 457413 bytes -SHA1 (thunderbird-l10n-38.6.0/he.xpi) = 6a91b8280789dc3661b37a4698770efab1790b1d -RMD160 (thunderbird-l10n-38.6.0/he.xpi) = 43ca13397b60516d3c3270ac1636e3ee0f487cee -SHA512 (thunderbird-l10n-38.6.0/he.xpi) = 8801b351569210f0f261a9c0e7ebaab597391d35b279f90ff6c685dd9714efcaa16530618257233a2ec4d02ed880667028d4705a878792ca3e4cec8a7062b3e5 -Size (thunderbird-l10n-38.6.0/he.xpi) = 485868 bytes -SHA1 (thunderbird-l10n-38.6.0/hu.xpi) = 3b5ae5c505abcf09346b301b7791c3579c06134b -RMD160 (thunderbird-l10n-38.6.0/hu.xpi) = 9c4e0e35b6f125e7f79b1ea7028f1082268fdc8b -SHA512 (thunderbird-l10n-38.6.0/hu.xpi) = f99930e65742fc2fa474df28e3dcfa64c3a1fd613c0b5f8becd5567aaafe2f32a756a1683a4656b9b36224813637b8512784312645db7ad43d424bbe03d37417 -Size (thunderbird-l10n-38.6.0/hu.xpi) = 457988 bytes -SHA1 (thunderbird-l10n-38.6.0/id.xpi) = c1db78f4684ddf98c12fa404c2626534c3564430 -RMD160 (thunderbird-l10n-38.6.0/id.xpi) = 1f716a1fc3ae87f6f45d3d2ef2a16b53fe3881bb -SHA512 (thunderbird-l10n-38.6.0/id.xpi) = ddc0f7be70f6189b98b9a60911abfc248049026191efab3b2b0991c912beae116984fd60bb75775b05415dd4d10297b6a0719a89fd3fbf74bed11f8b9d51f67c -Size (thunderbird-l10n-38.6.0/id.xpi) = 483188 bytes -SHA1 (thunderbird-l10n-38.6.0/is.xpi) = 2e2fbcf030f0a5b6a6c8fb8d4ca83cadd9973ca9 -RMD160 (thunderbird-l10n-38.6.0/is.xpi) = b941e134701943401c1bac7f003c065085241939 -SHA512 (thunderbird-l10n-38.6.0/is.xpi) = f8cdcdbad24b1a8b3ec0e07626b05efe81183de46cee429d428fb4a1d0ed0c1c5c5050670b3651146335dbc928fa9bd3fd3617f18cda70ee17658aeaaa072edc -Size (thunderbird-l10n-38.6.0/is.xpi) = 443008 bytes -SHA1 (thunderbird-l10n-38.6.0/it.xpi) = d14e5ed75b6becddf5c5004fa8be5e5624956b30 -RMD160 (thunderbird-l10n-38.6.0/it.xpi) = 81408b5a872c03a791f291c9c0a8394dff1404b3 -SHA512 (thunderbird-l10n-38.6.0/it.xpi) = 79b899f6581731034ae8ceaa54a754255fb265350dd6a6f37bd01b2983351b8ee73462de65884b069d9828b3d5ab201a5896140cc6bf63d1d2a0c82337922a20 -Size (thunderbird-l10n-38.6.0/it.xpi) = 369024 bytes -SHA1 (thunderbird-l10n-38.6.0/ja.xpi) = 997dad9789ec77b586c33d4fc0212c7f59fab561 -RMD160 (thunderbird-l10n-38.6.0/ja.xpi) = 999e519a7b0463a778601558858c6b22bb0c7678 -SHA512 (thunderbird-l10n-38.6.0/ja.xpi) = 4178868f0bbbc4ad3e2d57610d90ed5cef374ff4debedcfa9f520445571062f3b9fe1fca8d924981c143d1c95ed32773845f5031878a97690f84fe0c213886c7 -Size (thunderbird-l10n-38.6.0/ja.xpi) = 492861 bytes -SHA1 (thunderbird-l10n-38.6.0/ko.xpi) = dd2774ea58680634312919cec7337c9e0d979ec3 -RMD160 (thunderbird-l10n-38.6.0/ko.xpi) = 566557081e34dde9ee9565e77342c61d087d5e1d -SHA512 (thunderbird-l10n-38.6.0/ko.xpi) = bd43686b5ea5b198d9ca712816ee056dd2a5c6e6e8f894f975711c7d1cf93fd6a2ded993deeef71a137bff9b7dab6497aaf55bd51005b17c74f0fb3cb6af00ae -Size (thunderbird-l10n-38.6.0/ko.xpi) = 454852 bytes -SHA1 (thunderbird-l10n-38.6.0/lt.xpi) = 18e6e27e24931534b41517817f99868d90ccf359 -RMD160 (thunderbird-l10n-38.6.0/lt.xpi) = 04f5eee60019c8b330b596c5c94f0bef5ba94510 -SHA512 (thunderbird-l10n-38.6.0/lt.xpi) = 8c0cbc575841bc42eb0c278b1d56ae0d8d3a9c2782802c27c9b189933e33cb04047930d9f6277e42acbb84aa2447f4f55b22e518761de43c5bc0b1b6b662640d -Size (thunderbird-l10n-38.6.0/lt.xpi) = 454572 bytes -SHA1 (thunderbird-l10n-38.6.0/nb-NO.xpi) = 4bc17e1fe6335dbcfb31a068f9a828c8fd1f4d25 -RMD160 (thunderbird-l10n-38.6.0/nb-NO.xpi) = 42d10255916b5b2776754a761cb20d5158e87657 -SHA512 (thunderbird-l10n-38.6.0/nb-NO.xpi) = b0cb592f6e4bcd7412a24d4fd0bd65497637c18dc84a7ce0d482803b24fdbbd0325d57b228578df6b5e0300bd4dd830b507ef180556bc5c215c027f69bdc0329 -Size (thunderbird-l10n-38.6.0/nb-NO.xpi) = 434341 bytes -SHA1 (thunderbird-l10n-38.6.0/nl.xpi) = 7630ade38bb355f7726b5992128e446636ccc65b -RMD160 (thunderbird-l10n-38.6.0/nl.xpi) = d7574bc5465a1eaad4a478feeb3d892a83171b1d -SHA512 (thunderbird-l10n-38.6.0/nl.xpi) = da400eee03f859edbea152ec979780b62ec408ba5cad7b4936cc734debac575cf9d5005eeab6b6fedfd35ec262c61ba226011091377ff5976a8d03ea46ce6e2e -Size (thunderbird-l10n-38.6.0/nl.xpi) = 435108 bytes -SHA1 (thunderbird-l10n-38.6.0/nn-NO.xpi) = adae48303a76450abca243729c404a948d1d5f85 -RMD160 (thunderbird-l10n-38.6.0/nn-NO.xpi) = 44f7f92620c8f8605488f968adfb92b0861e97f3 -SHA512 (thunderbird-l10n-38.6.0/nn-NO.xpi) = 34f3c8b6bd4bbe0eb717efda251c56d0d08a29dcf9e5660fde370adb4e4807897e70f1d21b537c94153543e84c9588b7e5ce6982f8e19886e72a24002a292f17 -Size (thunderbird-l10n-38.6.0/nn-NO.xpi) = 436623 bytes -SHA1 (thunderbird-l10n-38.6.0/pt-BR.xpi) = f1909c34a58be763db1257c9ab5a3558e4d9420a -RMD160 (thunderbird-l10n-38.6.0/pt-BR.xpi) = 92607fb2f2f4fa524fd0accd12eaac1620a44458 -SHA512 (thunderbird-l10n-38.6.0/pt-BR.xpi) = 7e13c54930cb18bfe4820d8ebd07c43f9b4b1972cdfa86413b25a87e9472fa0120abc728965684c3bddf132d04df3d17ec45a96bf26f42ce018645ddaf64d698 -Size (thunderbird-l10n-38.6.0/pt-BR.xpi) = 443752 bytes -SHA1 (thunderbird-l10n-38.6.0/pt-PT.xpi) = 117d03caa525eff7554bdb31c37cf90c9afa3f21 -RMD160 (thunderbird-l10n-38.6.0/pt-PT.xpi) = c8e09f890e2771cd9241d5c0654d9fd7b17eb8b0 -SHA512 (thunderbird-l10n-38.6.0/pt-PT.xpi) = 6387c75dcb963cc8b02ea56c545483b93cc127cc9b461fab3ffa92436d25dd10d11294afa452c11a731679780ee5cf89509268fd6a8c5b4068bfebf1e3f4a09a -Size (thunderbird-l10n-38.6.0/pt-PT.xpi) = 442064 bytes -SHA1 (thunderbird-l10n-38.6.0/rm.xpi) = ef09a930c2363b812dedd6f98fc0936ca809f85b -RMD160 (thunderbird-l10n-38.6.0/rm.xpi) = ba75616544b128da707d789b5527f378a08063b1 -SHA512 (thunderbird-l10n-38.6.0/rm.xpi) = cd7a6171ec9962a9b956f3c9bd25578b75dbe47aad9b9217ea27859c4aa22fe6b7c2145db73a4d26392c1d43ec626764d931c7b6da7c5c5d830b474c5827631a -Size (thunderbird-l10n-38.6.0/rm.xpi) = 442112 bytes -SHA1 (thunderbird-l10n-38.6.0/ru.xpi) = c080febfceeba58e9b723b358553dbb0a2e83766 -RMD160 (thunderbird-l10n-38.6.0/ru.xpi) = f02118a71179037bdfceec70c97f27263340c726 -SHA512 (thunderbird-l10n-38.6.0/ru.xpi) = 8f8918a5cc99017fd78055e5338fe0297878c66fcbe3c8c0919dddb185ecf88322b9684f8f2dbdabde8eaf6a366e4773322fe992e2c2c75b8003cfe799c0ed06 -Size (thunderbird-l10n-38.6.0/ru.xpi) = 437591 bytes -SHA1 (thunderbird-l10n-38.6.0/si.xpi) = 0d8df3ec695462d363656012fa8bcdeb731bc966 -RMD160 (thunderbird-l10n-38.6.0/si.xpi) = 50289af3d88ba1b7e8b2665e1eb49a95786c4a63 -SHA512 (thunderbird-l10n-38.6.0/si.xpi) = a075860f8be48023da148707003e959ebf09d6b6f00d87d5669e33119091d2361199497e083dee39311f16f8cf6c223712f6289eceefe3e59865909dda6ecca2 -Size (thunderbird-l10n-38.6.0/si.xpi) = 535341 bytes -SHA1 (thunderbird-l10n-38.6.0/sk.xpi) = 3960d255c2304bfd7b236c95506c0138719f48da -RMD160 (thunderbird-l10n-38.6.0/sk.xpi) = 84241a06fcf90edfeee8860150f5e56cd7d75b3a -SHA512 (thunderbird-l10n-38.6.0/sk.xpi) = 1de0672350eb1a9e071e98801210b395cee23bb835037305d809937d0b476b0661a58db7adec88762240de3abd01ef2446c82088dc53d7ed04ed13bddc19d7b9 -Size (thunderbird-l10n-38.6.0/sk.xpi) = 456606 bytes -SHA1 (thunderbird-l10n-38.6.0/sl.xpi) = 8348e3eb508778d0e88e715346dd0db9a4d3e285 -RMD160 (thunderbird-l10n-38.6.0/sl.xpi) = b148f1a346d6e0fdb9d91f4c4563e43734ccce08 -SHA512 (thunderbird-l10n-38.6.0/sl.xpi) = 15b3485b4a602b823701c8a11e582a994af54853dbb0663e7ae71aa9455822d595ae6b3a408ec675165e6136a32d15919b15ced47d2d789c55d37b0f80c05fef -Size (thunderbird-l10n-38.6.0/sl.xpi) = 437848 bytes -SHA1 (thunderbird-l10n-38.6.0/sq.xpi) = bf8b0689bf5a5e2b82a75f47537478f0a905f011 -RMD160 (thunderbird-l10n-38.6.0/sq.xpi) = f5e34fe4f9cafe563b0bf4fb22056544d87e633b -SHA512 (thunderbird-l10n-38.6.0/sq.xpi) = 2799cc949148571720b4807621d59d4d913dc69eed9c3148c7e7b174f2f7ca88ae0c1d80788af71020aba5e79a99f4d21aa241f342e929bbc45d4acdc60c1988 -Size (thunderbird-l10n-38.6.0/sq.xpi) = 446897 bytes -SHA1 (thunderbird-l10n-38.6.0/sv-SE.xpi) = 3f286d2a83a90b19d45324c17f939b0629e2ce61 -RMD160 (thunderbird-l10n-38.6.0/sv-SE.xpi) = 9677c616c82b2de3f478ee2f84ba9b66c105169b -SHA512 (thunderbird-l10n-38.6.0/sv-SE.xpi) = 876e4ff1cc4ed5d1c83e5ed3b07fa8a6f437c16a331aac006bb517b9fd76655efb6e29bf726d86f20de5992657adc2126d66636b7986a3d92ada301577dcd86d -Size (thunderbird-l10n-38.6.0/sv-SE.xpi) = 439633 bytes -SHA1 (thunderbird-l10n-38.6.0/ta-LK.xpi) = 5315d288efb4eb81c0ac2fdc2fc5285cdca38432 -RMD160 (thunderbird-l10n-38.6.0/ta-LK.xpi) = ca5bcf85feade9325931b52dfaa251b5623c23ec -SHA512 (thunderbird-l10n-38.6.0/ta-LK.xpi) = 5698bc6e4e1b3c5f0f178dfb5f66e5c9d730763f11cd49905656089edf14bd5a19d0d7f82558f36634faedf8ba9022195eed4406c6e506112d9f6f75c51d671c -Size (thunderbird-l10n-38.6.0/ta-LK.xpi) = 558738 bytes -SHA1 (thunderbird-l10n-38.6.0/tr.xpi) = 3152256b461ea1c4ba51498c5b2feed849ba1727 -RMD160 (thunderbird-l10n-38.6.0/tr.xpi) = f762f60f63508f7bf328b751f245407710a1467e -SHA512 (thunderbird-l10n-38.6.0/tr.xpi) = ac2e1036380db78501178c143bb74acede3b6d3668f8eff4e85cfaaee98eaf5963b5fce6cc5043a857a7f6813e9bbb0d61daf4555855c59568378f3838ff68b9 -Size (thunderbird-l10n-38.6.0/tr.xpi) = 447800 bytes -SHA1 (thunderbird-l10n-38.6.0/uk.xpi) = b9bbb4ddeadcc98bc4d5626d7a639307cffc51e2 -RMD160 (thunderbird-l10n-38.6.0/uk.xpi) = 6097c9dec93c42dd72a22087c5d9775ebf37fdf7 -SHA512 (thunderbird-l10n-38.6.0/uk.xpi) = 9b8871d1bbd745ea9775f2c697be1e56f9ddde9e5a0189c9817f1ab3d9958a1aa121163a9eb9eaee2b11d9ccd3365247ac9137fe782e24d2d5cf2436f0a835f6 -Size (thunderbird-l10n-38.6.0/uk.xpi) = 509600 bytes -SHA1 (thunderbird-l10n-38.6.0/vi.xpi) = a752143c6e591d1bf3d0cad4e285a9bc1e92257b -RMD160 (thunderbird-l10n-38.6.0/vi.xpi) = 342c2194792bac27eb010140e3cc1cb635610972 -SHA512 (thunderbird-l10n-38.6.0/vi.xpi) = 18d4e00c207c33c360511ce55f25e2fe2a6e0bc8cea1ab96ee77cc006d7620edf8a4cd75224936553043323d25142f67810f71b8775d7e2a5fc3a2b4665f92f0 -Size (thunderbird-l10n-38.6.0/vi.xpi) = 519844 bytes -SHA1 (thunderbird-l10n-38.6.0/zh-CN.xpi) = 4115cbef2e96f8eb2bf79ba8eab97207e3633fdd -RMD160 (thunderbird-l10n-38.6.0/zh-CN.xpi) = 9ef6d3b751b8858eaeebf070983b2f24504de3e3 -SHA512 (thunderbird-l10n-38.6.0/zh-CN.xpi) = a0ac8e60a38f3a001e836472febd5d2e5118c5ea1449f8d136696d65df15dfa61c505555416143c9b10358537e10f6a7cc56a2888119480fc88cf4f9874128be -Size (thunderbird-l10n-38.6.0/zh-CN.xpi) = 466412 bytes -SHA1 (thunderbird-l10n-38.6.0/zh-TW.xpi) = 097163fa3ae4b32e0a952a43ac55342db662ef86 -RMD160 (thunderbird-l10n-38.6.0/zh-TW.xpi) = dcbe7e8aaddeaacd712bfe4809ae50f63e16d024 -SHA512 (thunderbird-l10n-38.6.0/zh-TW.xpi) = e948cb17026693b786ba1d0c21fa94d2716b854467f4f96260e2654b232fb2a0169786d6fce0206cea307f65bbca953603cf600cfb46bfc2c64c8dd7316bf877 -Size (thunderbird-l10n-38.6.0/zh-TW.xpi) = 466661 bytes +SHA1 (thunderbird-l10n-45.0/ar.xpi) = 93cbb8180e5f6d010ca5508ca3427108ab26dff1 +RMD160 (thunderbird-l10n-45.0/ar.xpi) = 8238815199b8b98f9b906cd9486cbac78d15e1bd +SHA512 (thunderbird-l10n-45.0/ar.xpi) = 80659c914873717c6538e2933a2983190476cf42498a01337ce0cd6468401aa66002061fe54175c47280fa482c43372a1951d78db5b331826fa2b086047c1014 +Size (thunderbird-l10n-45.0/ar.xpi) = 490773 bytes +SHA1 (thunderbird-l10n-45.0/ast.xpi) = 78607ff6fd3fece71299bc92b95d1900aad65917 +RMD160 (thunderbird-l10n-45.0/ast.xpi) = fb51cfa58531bed5ea617e06f825722cc2a62470 +SHA512 (thunderbird-l10n-45.0/ast.xpi) = 56c7e5761f2192a1963acdecae1ce1fdfc8f194470c7c1827d4a0cb8c676c9d24fbf07e7a9fb098b36ab5ca29bf33869e61fa9c02b11c65f4a133351fe1e3c33 +Size (thunderbird-l10n-45.0/ast.xpi) = 428057 bytes +SHA1 (thunderbird-l10n-45.0/be.xpi) = 96369c6dc38f0a6afee59b8bf1fd1012f2bf28b4 +RMD160 (thunderbird-l10n-45.0/be.xpi) = c6a445aae0b13bd7416fa079a8f73ed752c51ac7 +SHA512 (thunderbird-l10n-45.0/be.xpi) = fa30bccdbf7086b4d4ba8430b9757ac006b77447cad36bc5f1052e52fa1bacbdd3c6500df9825b4a1f0d2db3f5dd2fd9e839d367db337091645b17d09f0fcc55 +Size (thunderbird-l10n-45.0/be.xpi) = 469094 bytes +SHA1 (thunderbird-l10n-45.0/bg.xpi) = a470f9cbd22040b4138b986773ba7eb3c72dfae5 +RMD160 (thunderbird-l10n-45.0/bg.xpi) = 3ea28ee8f764c125df0b885d48aa62713d88dd0e +SHA512 (thunderbird-l10n-45.0/bg.xpi) = 8e0a27afc62171d57964737a546d00a4dd0ead57ceb74ecf938135f893922ee8fe8542fa2f081d08ef6b9b1b6d20e980ba249be355e25232b08428a3cad328f0 +Size (thunderbird-l10n-45.0/bg.xpi) = 524297 bytes +SHA1 (thunderbird-l10n-45.0/bn-BD.xpi) = f380418d4207a7bc3319afb252fdbd530866c61c +RMD160 (thunderbird-l10n-45.0/bn-BD.xpi) = ded4c58ae9bca318ececbcc976570a84fb6e212c +SHA512 (thunderbird-l10n-45.0/bn-BD.xpi) = 5778ac2190053da035823c09318d437f5a83df620ff213a81ea83a4d0bb4da32386f6253177af5aad7e09060dc7e54dfc20231b54b5639d4c198739b6fcbe7a1 +Size (thunderbird-l10n-45.0/bn-BD.xpi) = 581437 bytes +SHA1 (thunderbird-l10n-45.0/br.xpi) = 70c216bc818097063d82eb7cd1966058d18ed857 +RMD160 (thunderbird-l10n-45.0/br.xpi) = bcffdca0933dfb322714e0e68a45a0ce738542a1 +SHA512 (thunderbird-l10n-45.0/br.xpi) = f77dc513837b607e7660fa787dfcb3f6106134e166e348bb2b8be8bca2912bf7f5bd60bfec9c30b9ee79dd5d7f8d94a9076642550f86ba72813a52b2202d4b5a +Size (thunderbird-l10n-45.0/br.xpi) = 465998 bytes +SHA1 (thunderbird-l10n-45.0/ca.xpi) = caf244c9932a7c0a3ad423f5127aa13a7cfe03f4 +RMD160 (thunderbird-l10n-45.0/ca.xpi) = 817567b0f95b3c6e00d8a07cdd52fceb00e17328 +SHA512 (thunderbird-l10n-45.0/ca.xpi) = ccbef9ae973cb1316b0e39334a48034e58acbf7da80bd67437048a1e2921feea2e648fffdef0e1c460b193458314c74dba7f2d9e22a4ce45dbdcbb99ac8af3d7 +Size (thunderbird-l10n-45.0/ca.xpi) = 467978 bytes +SHA1 (thunderbird-l10n-45.0/cs.xpi) = 3bf87e49602c7d83b087dfdb2ef6b297c011fbea +RMD160 (thunderbird-l10n-45.0/cs.xpi) = 7e974390f4e52821e18fa76e1ebd6a9e215ad357 +SHA512 (thunderbird-l10n-45.0/cs.xpi) = be4148a088df5d11fd6e6ff3c93e8d591a928cb6b9d9c2d4bc608c4bc4e336ff2ce6eb86a224b7c5fed50d57bee734160fef3d523aca13aaafc54c48719eea23 +Size (thunderbird-l10n-45.0/cs.xpi) = 474326 bytes +SHA1 (thunderbird-l10n-45.0/cy.xpi) = f22848fd4598e544e989ca8abacd1911d0bee2d8 +RMD160 (thunderbird-l10n-45.0/cy.xpi) = 887bab7779abfec23e84142ef0350d92e74c653f +SHA512 (thunderbird-l10n-45.0/cy.xpi) = f6a62d582e46c9d5bf20ed19a37ef7deab7a29cb7f8d08b8eeb1c573635a99c312a4fc2dd851eae8369c5f89b8712e2c193c2df47b49b642e3469295b98d5047 +Size (thunderbird-l10n-45.0/cy.xpi) = 456119 bytes +SHA1 (thunderbird-l10n-45.0/da.xpi) = 001349986cc9a404973844291ee8c0c749c4affe +RMD160 (thunderbird-l10n-45.0/da.xpi) = 5d1dc5bc325f9842b5d05b0b0b1b55fd9b98986f +SHA512 (thunderbird-l10n-45.0/da.xpi) = 1681285c30c41b0cabd706789ba637b6c92e6a7d121667d8df10bce29c36602779d7bb77b0b7c1fa41d84de542778aa3b05f980498ef1e709332e43fd26e2e0e +Size (thunderbird-l10n-45.0/da.xpi) = 445593 bytes +SHA1 (thunderbird-l10n-45.0/de.xpi) = 52d8f145f57fc1d6fde910157d83075a0abe9834 +RMD160 (thunderbird-l10n-45.0/de.xpi) = 4756c1a497ff6b43c1281293c0b9751d6451dba3 +SHA512 (thunderbird-l10n-45.0/de.xpi) = 7677a09c493891b3f9f434adf4f0847dc51f0df4e9a6095358cc0143a4b75e38b2dc1dfa19be86e20c3d22a721c4acd67cd7d8e2cbfc218b54736b82af144893 +Size (thunderbird-l10n-45.0/de.xpi) = 451954 bytes +SHA1 (thunderbird-l10n-45.0/dsb.xpi) = 726c918331ec5add1ca1f75fd7d3e6d3e9222420 +RMD160 (thunderbird-l10n-45.0/dsb.xpi) = 5f2f3be29b4d582d2ff82b0d74a38efd81a9f4ee +SHA512 (thunderbird-l10n-45.0/dsb.xpi) = 22acb56511ab0570c976abcda8df2871cdcd53609aa9e7139038cdd11ff60eddbc7a07c75d844cef7ef2a0ad49c20a6e8c7df75e478e4f8b1a39ac4b91b6e09d +Size (thunderbird-l10n-45.0/dsb.xpi) = 481646 bytes +SHA1 (thunderbird-l10n-45.0/el.xpi) = 6a73cbd0083365461d559f05bf4e11e9bbe71114 +RMD160 (thunderbird-l10n-45.0/el.xpi) = 3ec4093a86048407a5a01ff71c373d2e84295431 +SHA512 (thunderbird-l10n-45.0/el.xpi) = 498921c87eb2f40ebd1f99a17b095f9f6806448143be233cab18acffa7b0703a02605164e4053c1f15b2f48f4ef6d89385ce72e00ae6a696ad9b69cb744b7c2c +Size (thunderbird-l10n-45.0/el.xpi) = 514355 bytes +SHA1 (thunderbird-l10n-45.0/en-GB.xpi) = b4feaa09c0f37a729c5228e0329b861fa27a79eb +RMD160 (thunderbird-l10n-45.0/en-GB.xpi) = 126cebb9ac45e234b3add4fe17b83762bc8e337e +SHA512 (thunderbird-l10n-45.0/en-GB.xpi) = dd23f39f7ca413afe82e3b5087c08463c31d158baa479f8edcba7026e3aa6a21a646e4c6a3cf04d5baf84a45502ae7a89c08c8fd30b4f969393682101d069e5b +Size (thunderbird-l10n-45.0/en-GB.xpi) = 437602 bytes +SHA1 (thunderbird-l10n-45.0/en-US.xpi) = 4644d561f99bd50b9633da2172c2f7adb4cc39ce +RMD160 (thunderbird-l10n-45.0/en-US.xpi) = b526250d8582b0d6f6f86db35fe7d14a49960b89 +SHA512 (thunderbird-l10n-45.0/en-US.xpi) = 626de3bc3947243baddc7d6354001443c613c32b831aa9b7b17a34490a7851d950c6e1a45dc24f03fec18055e9ffd031e43749c7846b0e9164f6d7d6d3e464a9 +Size (thunderbird-l10n-45.0/en-US.xpi) = 435471 bytes +SHA1 (thunderbird-l10n-45.0/es-AR.xpi) = 460f39a2973c0e46f3e082882a6786b64eda4d3f +RMD160 (thunderbird-l10n-45.0/es-AR.xpi) = 118a46e4ac2aa43de8663572a7eb1b14469b691c +SHA512 (thunderbird-l10n-45.0/es-AR.xpi) = dd0f677511b793304ef51a31364adb34f047b25871aa3cee6f7761b6b034af47b4f69db4d0d79145b47f4799997da8f0e8bc8f930343bb3ad119611936693409 +Size (thunderbird-l10n-45.0/es-AR.xpi) = 464682 bytes +SHA1 (thunderbird-l10n-45.0/es-ES.xpi) = 667e335cfac46a4c03d8ab26c4cdeb16c08c2578 +RMD160 (thunderbird-l10n-45.0/es-ES.xpi) = 0cc8c00e07f15b1b30e01b11b0dabdcd82f0b3f5 +SHA512 (thunderbird-l10n-45.0/es-ES.xpi) = cdfbd29da8ff4cca2ed28888ff49a685ab9cde58f0b38e84bd06b3d4f53cf98ae650bd424fe9ae1dcfbada29cfb563f87d0a2679f3f5e32e94e48655f9d8f707 +Size (thunderbird-l10n-45.0/es-ES.xpi) = 387998 bytes +SHA1 (thunderbird-l10n-45.0/et.xpi) = 5edcacfc54fa0fb6db393045a8c632064043bcd5 +RMD160 (thunderbird-l10n-45.0/et.xpi) = 7473fbe2d98d23eeef19862ff7dbd75d5eca0613 +SHA512 (thunderbird-l10n-45.0/et.xpi) = a1bbf04d6c65ac8ecf1d2e0c68cdc8369431fd9932788ababea084292f79c5087fbdfcb8947dec40dcfe45eda54f6e649f5e0de7621cf8c4a515d747c7c80475 +Size (thunderbird-l10n-45.0/et.xpi) = 458416 bytes +SHA1 (thunderbird-l10n-45.0/eu.xpi) = ba1935c18a65510921215ccbd024ab9179cfc092 +RMD160 (thunderbird-l10n-45.0/eu.xpi) = ee1c7c56fdfbafb69781f778f5b747a46795b0c7 +SHA512 (thunderbird-l10n-45.0/eu.xpi) = c3742b34164ae550f5353b9ecd03e0bfbc04be34263c4da995c49a89c2becc8d4d94ee2a694722b3c4280c267af9691a79ee723f4a0549834e19f2500f054f67 +Size (thunderbird-l10n-45.0/eu.xpi) = 456706 bytes +SHA1 (thunderbird-l10n-45.0/fi.xpi) = c7ba62b1df3267dbbe05626855bd80abb24a9359 +RMD160 (thunderbird-l10n-45.0/fi.xpi) = fbfe4f9476811aec0ba358e0d4e6729bf4e8ef4e +SHA512 (thunderbird-l10n-45.0/fi.xpi) = a7fa33fa2b28f3cffb5ab791d2b4413fcd1fc32949054e0a7cf48f68d6ff4399da5bc6c4136a79392a91523fd706de188775060782d0e8201768095320c60539 +Size (thunderbird-l10n-45.0/fi.xpi) = 458334 bytes +SHA1 (thunderbird-l10n-45.0/fr.xpi) = fcd0d6dfcf69643194cb92539cd08ea3b09324d4 +RMD160 (thunderbird-l10n-45.0/fr.xpi) = 22794fd9039e58d8acc5a09be168bd2ac869cc2a +SHA512 (thunderbird-l10n-45.0/fr.xpi) = 7dc980d797b42e8a8e389d9372fd3d892e4f5ff3681f9c3f06a17d2582898da3b4df23083868c7fba8862c9878b1e91b517cd6139d096988d57ac3389fc33561 +Size (thunderbird-l10n-45.0/fr.xpi) = 475464 bytes +SHA1 (thunderbird-l10n-45.0/fy-NL.xpi) = 6325037c1eae2f6c556877d58ece2928848c635e +RMD160 (thunderbird-l10n-45.0/fy-NL.xpi) = 0f899e106917d21ed04ff31340b6d1d05bb5cfff +SHA512 (thunderbird-l10n-45.0/fy-NL.xpi) = f5f6706ecb89ea2564385dae07fe4de0e82ddc7a7e443cacb75baf8a13a0c643607b337e1acd606d797f6b29b43aee4085f14bec2592557a572b4f8826f76245 +Size (thunderbird-l10n-45.0/fy-NL.xpi) = 464755 bytes +SHA1 (thunderbird-l10n-45.0/ga-IE.xpi) = 4c2f379c7b67beb97c595046fd37526ad3baa8b5 +RMD160 (thunderbird-l10n-45.0/ga-IE.xpi) = b0791ce54980041284d637dfbe9b75659a40deb8 +SHA512 (thunderbird-l10n-45.0/ga-IE.xpi) = 64e125fa3f297c4f33143d7d24c227a946e146481bd070aa25ec8284ab6942524b6c1107ff1ea70c8c376da3ae96168d57c2854e165a3403b3f8b307ab18d7d3 +Size (thunderbird-l10n-45.0/ga-IE.xpi) = 480315 bytes +SHA1 (thunderbird-l10n-45.0/gd.xpi) = 90931563dd347846e0d61c14df11a215a1fc913d +RMD160 (thunderbird-l10n-45.0/gd.xpi) = 67c5cd45df91fbad4f67f9c2dd26067ff23343b9 +SHA512 (thunderbird-l10n-45.0/gd.xpi) = 97eebb339983a130f0fdc888dc142ff99b31650ab4646fbd05b1bbc796e8547052848473013b48eeb7ab6b091e74ef77050d4325a9d5d660735b09f14c36456a +Size (thunderbird-l10n-45.0/gd.xpi) = 478295 bytes +SHA1 (thunderbird-l10n-45.0/gl.xpi) = 084f5ac315c4bb89872e059ef71fa8815d01e6eb +RMD160 (thunderbird-l10n-45.0/gl.xpi) = 018b3ddcb771c6d3096bf7a82e010c5d654bc1c4 +SHA512 (thunderbird-l10n-45.0/gl.xpi) = ea470dea6a05b7858a6e45d156f85a54281e9b9039e7e1bb4eef9094acade72e2b21ad11f2d7efb35efffb676907bcfc7b192ebe031baeb23a725db3b569a62a +Size (thunderbird-l10n-45.0/gl.xpi) = 478578 bytes +SHA1 (thunderbird-l10n-45.0/he.xpi) = df4bf1f48904dbfe9f4dacd0cb063d7b4a563dfe +RMD160 (thunderbird-l10n-45.0/he.xpi) = 2caf673388f37e527c4d9022b7cff16f6a24308d +SHA512 (thunderbird-l10n-45.0/he.xpi) = 14c42f54c080ca6acdcabaf5d8ed5573832b225e0f56a6269b3b7723d37b9fb0c82203d8c21b5e1bd829c055d67c4f8d8bd94485610ae4045c3a74cd519835fb +Size (thunderbird-l10n-45.0/he.xpi) = 497960 bytes +SHA1 (thunderbird-l10n-45.0/hr.xpi) = c91c81b6161733cf387c29fa1940b3b84090408b +RMD160 (thunderbird-l10n-45.0/hr.xpi) = f0f46f0ae6c7b6935788b6a09cf7ee7da946d9a5 +SHA512 (thunderbird-l10n-45.0/hr.xpi) = 702b2e509a1db9e64c19d8355e4e40e674508a8598789fcafd1d241495fa1790b789f90be22b94483d940d26de7387588cae6cd1d2fcde0fe9db93e951db0a10 +Size (thunderbird-l10n-45.0/hr.xpi) = 463957 bytes +SHA1 (thunderbird-l10n-45.0/hsb.xpi) = 1131940233aa2422c2eb6fc2633546cd89049f9b +RMD160 (thunderbird-l10n-45.0/hsb.xpi) = 5aefb712c95df2add047692b22dfaf90a6523b29 +SHA512 (thunderbird-l10n-45.0/hsb.xpi) = b6cfdf04199c5e2e264a68df250b24e737a7fe4d54f8e042222130e3391ad60ac33851bd99f95b002057e4b0cd046a9f611a1c47cb0a3d8fccf50b143ca8dfb3 +Size (thunderbird-l10n-45.0/hsb.xpi) = 479412 bytes +SHA1 (thunderbird-l10n-45.0/hu.xpi) = 6240cb6afadb79a33d659aa1c4195887436564b7 +RMD160 (thunderbird-l10n-45.0/hu.xpi) = 827f8c01ce9d7c8424ed8840a6355e08e3cc79b4 +SHA512 (thunderbird-l10n-45.0/hu.xpi) = 8e0c66bb1b28ad61f505b2cf2bfcf1c767d4b6a179105c3315358b0e66e29077dfcd8b08cfa7831128608c54fa0c2bc0510cc2da6025325e764c43dd00e4d078 +Size (thunderbird-l10n-45.0/hu.xpi) = 479583 bytes +SHA1 (thunderbird-l10n-45.0/hy-AM.xpi) = 972dfb6a0fc6fd8c8e42347a0e4955239b85ced6 +RMD160 (thunderbird-l10n-45.0/hy-AM.xpi) = 41a406d674e2be2311dab7ce4e3960936d8b9a4c +SHA512 (thunderbird-l10n-45.0/hy-AM.xpi) = 3687dfcfed27105d511cf44bbc2c545ba1263315709067d2fae2f1126ab7d055354f9728df68b51ab3da69f945980a3b7ad0ce2194d9bd81ad93f7eca2bb064f +Size (thunderbird-l10n-45.0/hy-AM.xpi) = 518881 bytes +SHA1 (thunderbird-l10n-45.0/id.xpi) = 868d72e2f2be994821766ecd90cb4cd10a0957f9 +RMD160 (thunderbird-l10n-45.0/id.xpi) = a21a1240905459f3f9d62cef40491eacf21fd998 +SHA512 (thunderbird-l10n-45.0/id.xpi) = 108370c92420d82ee62cd6160c0d158ea853841832567416fb7e4be03a9f436d350262420086e9b13ec084243a99a5556a3a36cb2fd54005772a24453134fc71 +Size (thunderbird-l10n-45.0/id.xpi) = 499980 bytes +SHA1 (thunderbird-l10n-45.0/is.xpi) = 07852382f1affa80e40b3c128fe8f41f97a38434 +RMD160 (thunderbird-l10n-45.0/is.xpi) = db49a71567c279864b96150f5b475216ee0c170e +SHA512 (thunderbird-l10n-45.0/is.xpi) = 1228ab08131adb70b27ce9a68b1435bc4ffc77ca659e1099a5469fe1d5def1307f1f912fbb71ec5eeaa4c54ddff2581f93553ae357a0031d5e998120348b898c +Size (thunderbird-l10n-45.0/is.xpi) = 462189 bytes +SHA1 (thunderbird-l10n-45.0/it.xpi) = 422b4c8f382f69a0fce592034289af457d64805c +RMD160 (thunderbird-l10n-45.0/it.xpi) = 1edbc6a4781d5ba6d4cad1cd5fcc87f40995b90e +SHA512 (thunderbird-l10n-45.0/it.xpi) = e7bf6aebd2cd8b826837fec08ffd84291d2fda3b34e20cb8d31c6ea75d49777cbed2f7d91811520bc4ad29ef88b9a639bc3c2ff74fce9b180994e36eb592bedf +Size (thunderbird-l10n-45.0/it.xpi) = 376887 bytes +SHA1 (thunderbird-l10n-45.0/ja.xpi) = cab635527adcfec314fc9a5fb58622383a9d5d4d +RMD160 (thunderbird-l10n-45.0/ja.xpi) = 7bc701df248460e93327295487598da945eee92b +SHA512 (thunderbird-l10n-45.0/ja.xpi) = 47fd1f199523602e4aa152f63f2cfa539da31266251d3a1d93a0b8ee94047b1e5ca8fc4f8d975975a537b02882f971de13b5cac65ad3d604e0026d1cc836951e +Size (thunderbird-l10n-45.0/ja.xpi) = 519550 bytes +SHA1 (thunderbird-l10n-45.0/ko.xpi) = e51221e7f2068d45ca20093e8ed316348b1754bf +RMD160 (thunderbird-l10n-45.0/ko.xpi) = 4ea1f0c4ffdc60148b40b19f46dedcc82848f3f8 +SHA512 (thunderbird-l10n-45.0/ko.xpi) = d01783831dfcf0dbf66c65a9a83b0ef237b7de1cc06b088d820e2c463bf586e7495245602aba15ba229c1f0541c0d89e9a1b7eaaeefb618fa6c1566ebef89330 +Size (thunderbird-l10n-45.0/ko.xpi) = 487416 bytes +SHA1 (thunderbird-l10n-45.0/lt.xpi) = c09b40958e49baed51931b91916ae6568bd330e0 +RMD160 (thunderbird-l10n-45.0/lt.xpi) = 57672396df4dc9c6bbb5640d6441b0136fd55c0f +SHA512 (thunderbird-l10n-45.0/lt.xpi) = 3693c9e204b190f4b52b49fef1b7f83a629046d6f32b08e0f77d07fe4519ab58fb6aa77899756ff9575fc1db975c637af323e624c014c1ef230872311a701424 +Size (thunderbird-l10n-45.0/lt.xpi) = 477734 bytes +SHA1 (thunderbird-l10n-45.0/nb-NO.xpi) = 2ba26d203135d1dcb3d3f664ed02c035cf0792c7 +RMD160 (thunderbird-l10n-45.0/nb-NO.xpi) = 2d739f33e404980af973ef6a2703620bc91c41f0 +SHA512 (thunderbird-l10n-45.0/nb-NO.xpi) = 61cfab336f21ce41afd2b677eb66856fd248620dac6a52dbd2da1e77c40c67c6351f42aaac28b20f8122a2ecd4bdf852fe30dee0d6e87ba52a773e71ae609ed8 +Size (thunderbird-l10n-45.0/nb-NO.xpi) = 460010 bytes +SHA1 (thunderbird-l10n-45.0/nl.xpi) = 27b90531da1e50b8f0bb4a6f7c92b6f5494c6108 +RMD160 (thunderbird-l10n-45.0/nl.xpi) = d9d26190fa1780e80fdd25bef156c92474d8f0ff +SHA512 (thunderbird-l10n-45.0/nl.xpi) = 0f0e73386b140e2090d8301d15c2541696d46bfa5e9d2088ac3fe4870ff602c4e686bb8e1d99e8f82cb2b7fe4fd765170eac5b232d714a83f94cc4d6e46762be +Size (thunderbird-l10n-45.0/nl.xpi) = 456662 bytes +SHA1 (thunderbird-l10n-45.0/nn-NO.xpi) = 794daadb73469c35556d57af4572135cb6641c2f +RMD160 (thunderbird-l10n-45.0/nn-NO.xpi) = 57d0649076e3f44d19b537d6e835383100ed465b +SHA512 (thunderbird-l10n-45.0/nn-NO.xpi) = c87b9c4fde8ed959b63846b45918d8bcf532e487b1be3c85c2db8682cac9c8b16ee4c1a8b8bf5f35b2250373d37696d64be81cc66b855e55a59d823a97ff992f +Size (thunderbird-l10n-45.0/nn-NO.xpi) = 460878 bytes +SHA1 (thunderbird-l10n-45.0/pa-IN.xpi) = 0fb4558a4f110a5a7a66aab049c847bbbbefed5d +RMD160 (thunderbird-l10n-45.0/pa-IN.xpi) = a070d5db3122f3f34c90b9b43320724b2a7d5c83 +SHA512 (thunderbird-l10n-45.0/pa-IN.xpi) = faf9c62c1cf0229f767231b8bd6d5bda1c7de151bfc7085691cc4ea07102b4bdbbd77330fce272d08ccc04835c437bab6fcd0f266ec61f13361a4affaafd2d0c +Size (thunderbird-l10n-45.0/pa-IN.xpi) = 551066 bytes +SHA1 (thunderbird-l10n-45.0/pl.xpi) = 7a0558ad3f181537d83470268044c1b5b9f6ffb7 +RMD160 (thunderbird-l10n-45.0/pl.xpi) = 79faff870d06380c127e17662596b480d4e2b3ea +SHA512 (thunderbird-l10n-45.0/pl.xpi) = 1a128c1e2cf8a8f29a36ac039d6b6d1a797ecc5d11cd19d152b075092450d1bd8850fe79f82eaf673eb1a9509ab77c2354346c4c206ac9b9182207e51fa7592e +Size (thunderbird-l10n-45.0/pl.xpi) = 423865 bytes +SHA1 (thunderbird-l10n-45.0/pt-BR.xpi) = b810dbf6c82c07e633adaa876e491e312d7030c3 +RMD160 (thunderbird-l10n-45.0/pt-BR.xpi) = f10ea8cb89c459b7fdb18175ab48f71c5e3f7c1c +SHA512 (thunderbird-l10n-45.0/pt-BR.xpi) = 1e2162995a8b1d0fed664ea65bf54295a6214cdca90a9439bab2354a5a74ba9ff6cb622bd9ac794f18c2bae69f421ef5db93101b1690b009c6bf8db7437732dd +Size (thunderbird-l10n-45.0/pt-BR.xpi) = 464681 bytes +SHA1 (thunderbird-l10n-45.0/pt-PT.xpi) = 04c013a6a8070dda08ea2d759374ebb317e1dd41 +RMD160 (thunderbird-l10n-45.0/pt-PT.xpi) = 0ca0a2575b2077992944ae13f705a2ad548c4fbb +SHA512 (thunderbird-l10n-45.0/pt-PT.xpi) = 6d469195169a3680777eef8bbfbc818a7cf96eab06f0d5669573dc350b3d6777e5e1328b82a15acb4d7e2be159cab9e3efaa63ddf0ae55306d6b96bdeb0f4458 +Size (thunderbird-l10n-45.0/pt-PT.xpi) = 463749 bytes +SHA1 (thunderbird-l10n-45.0/rm.xpi) = 3c1dd1a77692137bf0defe107350c5634b42654a +RMD160 (thunderbird-l10n-45.0/rm.xpi) = b2a28d119b90fad3aab30ca2cbb62dcbed40fd34 +SHA512 (thunderbird-l10n-45.0/rm.xpi) = e8a81c72219e190c34d57572a83932405dbce6f3bd48c1eb82583beb48ca148977c88155e817d0aa17900ff439ff4713a11fc32b5063a6a7c56b2df78929ae24 +Size (thunderbird-l10n-45.0/rm.xpi) = 462648 bytes +SHA1 (thunderbird-l10n-45.0/ro.xpi) = ca82e6f5665884e96b61af2bb1560686a67e3181 +RMD160 (thunderbird-l10n-45.0/ro.xpi) = 4be4e14855e5a19aab6b58d2fbf304ce9f270ddf +SHA512 (thunderbird-l10n-45.0/ro.xpi) = 6e20322c01ffa5d31cee398bde8aa416fb1ec821526f5c8f9614ed952e423d8329d4963a31f9c03b11357717a71e48d6e3e973b96a64a832ab5b183551e21c1e +Size (thunderbird-l10n-45.0/ro.xpi) = 468516 bytes +SHA1 (thunderbird-l10n-45.0/ru.xpi) = 7e61c3e055ae27aca5f9517bfe4820240636dc67 +RMD160 (thunderbird-l10n-45.0/ru.xpi) = 1a4d3118e5793976b5a970f4ecf42e01941a4cea +SHA512 (thunderbird-l10n-45.0/ru.xpi) = 664db38e7d44e64ed5fadb4e4e659c08fded95b39aedb1abd9d032241aea396b4a919cfb3abfcdf953065cc269d590b2d77f2118187aa8e88afbe7f3c059f10e +Size (thunderbird-l10n-45.0/ru.xpi) = 463889 bytes +SHA1 (thunderbird-l10n-45.0/si.xpi) = 21caf2217ffbcef77d1cdfc37e2bf5b535bc54a6 +RMD160 (thunderbird-l10n-45.0/si.xpi) = 71103c9f42b4e05b34ae4007940bf133a2a9b9d9 +SHA512 (thunderbird-l10n-45.0/si.xpi) = b71dc792bb59389942490fadfcae3110a92e8169baf6a1dc16c1722110869b56ac8e02c16b8971f852ff95dcfb07881f69c1b891108fa58a670fea326b7e0f5c +Size (thunderbird-l10n-45.0/si.xpi) = 555993 bytes +SHA1 (thunderbird-l10n-45.0/sk.xpi) = e91c11d5a6b04f6d7650addf7c125aef1e365c24 +RMD160 (thunderbird-l10n-45.0/sk.xpi) = de59ba1ec742a9ccb077c42ebbd71c5c2a58566b +SHA512 (thunderbird-l10n-45.0/sk.xpi) = 7137784a077d836c8b7cdf379c99518c054015b03dd10cb1645cad46ee048f9ccc89535283443ca4c98b2eea6803bbba094135ae9cc125723d9225360feab521 +Size (thunderbird-l10n-45.0/sk.xpi) = 481490 bytes +SHA1 (thunderbird-l10n-45.0/sl.xpi) = 117ceb7a3f7d243d634e1c3b096449e70b1cc811 +RMD160 (thunderbird-l10n-45.0/sl.xpi) = bc2c41af1e47d65d367db9564691ed751b6972ac +SHA512 (thunderbird-l10n-45.0/sl.xpi) = e5f3333a22f59508a88ef851aebc771dd9876d12917644e34245c633e37be3d28561f48747015f46a18458663da9aed66a12194451fa508b628bd50a1776eda6 +Size (thunderbird-l10n-45.0/sl.xpi) = 462779 bytes +SHA1 (thunderbird-l10n-45.0/sq.xpi) = 3f409886456dcd359d150a3db2227e36be98209b +RMD160 (thunderbird-l10n-45.0/sq.xpi) = 3d995dc2404ab4880ea7defd45c31a7dc70315af +SHA512 (thunderbird-l10n-45.0/sq.xpi) = 9cdfbc481781eaee71fd060d8f7a082e4409c9919968c166eb50e53908d3c09e1ddcd5ec778f33cb6c44a056ba35bfff86838851fdd13ddbab276571e247b967 +Size (thunderbird-l10n-45.0/sq.xpi) = 469533 bytes +SHA1 (thunderbird-l10n-45.0/sr.xpi) = 24f715cb399a854a99321c66429904ad3dc219d8 +RMD160 (thunderbird-l10n-45.0/sr.xpi) = f85c6c10d8d743efdd3f10a2f382ef65c0b383c4 +SHA512 (thunderbird-l10n-45.0/sr.xpi) = 9b9c8639c564598a5a5679bae6846a37831238fb690e02ef2a2d661bcc4898c130554ec1c45bf81b53cebab812bc3ac139d3bd854cfc33ee1de5fa526096b63d +Size (thunderbird-l10n-45.0/sr.xpi) = 565463 bytes +SHA1 (thunderbird-l10n-45.0/sv-SE.xpi) = 6a81d5be6972c7f1e922e3769e5dc1085a43226f +RMD160 (thunderbird-l10n-45.0/sv-SE.xpi) = 6f5c7b1402453c5ed4248fc8dc9bcad2c8f74b4b +SHA512 (thunderbird-l10n-45.0/sv-SE.xpi) = 6956bd208793f593bc7b83a09c5711ce92a45f640597372a7aa82f8d79cb331cdc9201bd06fdc213b54aeebf27d06129c3cddaf0d03e5a67744e57afd93c89e1 +Size (thunderbird-l10n-45.0/sv-SE.xpi) = 465432 bytes +SHA1 (thunderbird-l10n-45.0/ta-LK.xpi) = 65a074e1b68708c26ba9fb5dbb9981a876e72fe2 +RMD160 (thunderbird-l10n-45.0/ta-LK.xpi) = 4e65a8483f30f671bfb08b811bbe74ad74195352 +SHA512 (thunderbird-l10n-45.0/ta-LK.xpi) = 950fd6b4260083d82d759f59f5a8fc09409aae8ab715aaa51c1f0f6c7e56dab67be2e738f910593e5fce383c88b46a654b81751d5262c43911d7fb23e90cace3 +Size (thunderbird-l10n-45.0/ta-LK.xpi) = 579217 bytes +SHA1 (thunderbird-l10n-45.0/tr.xpi) = f35691cf0b0875b1f5807cd95b2c288d3a8dc2ab +RMD160 (thunderbird-l10n-45.0/tr.xpi) = a30364a2e8041349f0d26a91e71ce5dcf9542880 +SHA512 (thunderbird-l10n-45.0/tr.xpi) = d912a7d998df1b8d9eb19d41dcdad87eb5f2f3ef077313479909a579e3cd515d85f70e557d82d56e58842be16ad74439b4a9739259e8c52bc2dbc806c4975fd0 +Size (thunderbird-l10n-45.0/tr.xpi) = 467620 bytes +SHA1 (thunderbird-l10n-45.0/uk.xpi) = 1f0ab988a10368738fd815fda15f621403a90ccc +RMD160 (thunderbird-l10n-45.0/uk.xpi) = 6399c9a593eb8034ec5d3a16044362fe4f51c7a4 +SHA512 (thunderbird-l10n-45.0/uk.xpi) = cdb247a5fc456083cb45a085d0d3e1b7f5ec3157149d4067e71b8e68278b33831a38f2f60f8c9d2fc59d26c6b6df3d3c1798f431f0bf85c4e6e62bf7380f41a2 +Size (thunderbird-l10n-45.0/uk.xpi) = 536436 bytes +SHA1 (thunderbird-l10n-45.0/vi.xpi) = bdfc82df0ca6360c915a682ee6acd2141b8f4245 +RMD160 (thunderbird-l10n-45.0/vi.xpi) = f710c255bb348c7a019af17d15facb3af50cdbc2 +SHA512 (thunderbird-l10n-45.0/vi.xpi) = 16466a480af1c50c76d0c70d766c6a18a4535ab6fa71fbaa17daaeded45258d6f92ade7fc393d29fa084f4d6adef2c61a3eb076b401c933f55494a23dce36c42 +Size (thunderbird-l10n-45.0/vi.xpi) = 540496 bytes +SHA1 (thunderbird-l10n-45.0/zh-CN.xpi) = 1c3e7c48b10954a57890b732bf234236f52a8473 +RMD160 (thunderbird-l10n-45.0/zh-CN.xpi) = 6cba1fd30142cc16e66c96139c01acee698f50c7 +SHA512 (thunderbird-l10n-45.0/zh-CN.xpi) = 75bbc90fd3db09f643a3aee042e718794d6cd2e89c53aea7628eb40fad25b48f86c40ccad9032cbc077759ad38b4929b5f453b9d70da43d3c31bec8f83709b9a +Size (thunderbird-l10n-45.0/zh-CN.xpi) = 489208 bytes +SHA1 (thunderbird-l10n-45.0/zh-TW.xpi) = 9f6401bce4ccd72df78f0c1f158089ae98ffe1ab +RMD160 (thunderbird-l10n-45.0/zh-TW.xpi) = c9674a6c25f788cbae99dc6f7fd8770396ed43d3 +SHA512 (thunderbird-l10n-45.0/zh-TW.xpi) = 9010b99221e176aa2f48091176a77a2d232caeccd6bc6e83fe17ff69dedcf29a44b87a0a70ab11de8f81ca4e3f1eb3c2261f63735ff4fcf8c99cf5e69096174a +Size (thunderbird-l10n-45.0/zh-TW.xpi) = 490848 bytes diff --git a/mail/thunderbird/Makefile b/mail/thunderbird/Makefile index 49913a17677df..89c6ebc61aa56 100644 --- a/mail/thunderbird/Makefile +++ b/mail/thunderbird/Makefile @@ -1,19 +1,18 @@ -# $NetBSD: Makefile,v 1.164 2016/03/05 11:28:51 jperkin Exp $ +# $NetBSD: Makefile,v 1.169 2016/04/29 08:51:16 ryoon Exp $ -DISTNAME= # empty +DISTNAME= thunderbird-${TB_VER}.source PKGNAME= thunderbird-${TB_VER} -PKGREVISION= 1 -TB_VER= 38.6.0 +TB_VER= 45.0 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_MOZILLA:=thunderbird/releases/${TB_VER}/source/} -DISTFILES= thunderbird-${TB_VER}.source.tar.bz2 +EXTRACT_SUFX= .tar.xz MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.mozillamessaging.com/en-US/thunderbird/ COMMENT= Organize, secure and customize your mail USE_TOOLS+= unzip pax -WRKSRC= ${WRKDIR}/comm-esr38 +WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} MOZILLA_DIR= mozilla/ PLIST_SRC+= ${PLIST_SRC_DFLT} @@ -47,17 +46,11 @@ CHECK_INTERPRETER_SKIP+=lib/thunderbird-sdk/sdk/bin/typelib.py CHECK_INTERPRETER_SKIP+=lib/thunderbird-sdk/sdk/bin/xpidl.py CHECK_INTERPRETER_SKIP+=lib/thunderbird-sdk/sdk/bin/xpt.py -#post-extract: -# cd ${WRKSRC} && ${RM} -r calendar -# ${CP} -r ${EXTRACT_DIR.lightning-${LIGHTNINGVER}.source.tar.bz2}/comm-beta/calendar ${WRKSRC} -# ${RM} -r ${EXTRACT_DIR.lightning-${LIGHTNINGVER}.source.tar.bz2} - pre-configure: cd ${WRKSRC} && mkdir ${OBJDIR} cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} autoconf cd ${WRKSRC}/mozilla && ${SETENV} ${CONFIGURE_ENV} autoconf cd ${WRKSRC}/mozilla/js/src && ${SETENV} ${CONFIGURE_ENV} autoconf - cd ${WRKSRC}/ldap/sdks/c-sdk && ${SETENV} ${CONFIGURE_ENV} autoconf touch ${WRKSRC}/.mozconfig do-build: @@ -65,7 +58,7 @@ do-build: cd ${WRKSRC}/${OBJDIR} && ${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM} -j${MAKE_JOBS:U1} MOZILLA=thunderbird -MOZILLA_NAME=Thunderbird +MOZILLA_NAME=thunderbird post-build: ${SED} -e 's|@MOZILLA@|${MOZILLA}|g' \ -e 's|@MOZILLA_NAME@|${MOZILLA_NAME}|g' \ @@ -93,7 +86,7 @@ post-install: ${DESTDIR}${PREFIX}/lib/${MOZILLA}/extensions/. rm -rf ${WRKDIR}/extensions -.include "../../www/firefox38/mozilla-common.mk" +.include "../../www/firefox45/mozilla-common.mk" .include "options.mk" .include "../../sysutils/desktop-file-utils/desktopdb.mk" .include "../../mk/bsd.pkg.mk" diff --git a/mail/thunderbird/PLIST b/mail/thunderbird/PLIST index f1b808e5deb3e..a9f9aae8f5f30 100644 --- a/mail/thunderbird/PLIST +++ b/mail/thunderbird/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.58 2015/07/18 13:30:36 abs Exp $ +@comment $NetBSD: PLIST,v 1.59 2016/04/17 18:33:50 ryoon Exp $ bin/thunderbird lib/thunderbird/application.ini lib/thunderbird/blocklist.xml @@ -50,6 +50,9 @@ lib/thunderbird/chrome/chat/skin/classic/prpl/irc/icon48.png lib/thunderbird/chrome/chat/skin/classic/prpl/odnoklassniki/icon.png lib/thunderbird/chrome/chat/skin/classic/prpl/odnoklassniki/icon32.png lib/thunderbird/chrome/chat/skin/classic/prpl/odnoklassniki/icon48.png +lib/thunderbird/chrome/chat/skin/classic/prpl/skype/icon.png +lib/thunderbird/chrome/chat/skin/classic/prpl/skype/icon32.png +lib/thunderbird/chrome/chat/skin/classic/prpl/skype/icon48.png lib/thunderbird/chrome/chat/skin/classic/prpl/twitter/icon-left.png lib/thunderbird/chrome/chat/skin/classic/prpl/twitter/icon.png lib/thunderbird/chrome/chat/skin/classic/prpl/twitter/icon32.png @@ -89,6 +92,7 @@ lib/thunderbird/chrome/classic/skin/classic/editor/icons/img-align-top.gif lib/thunderbird/chrome/classic/skin/classic/messenger-newsblog/feed-subscriptions.css lib/thunderbird/chrome/classic/skin/classic/messenger-newsblog/icons/rss-feed.png lib/thunderbird/chrome/classic/skin/classic/messenger-newsblog/icons/server-rss.png +lib/thunderbird/chrome/classic/skin/classic/messenger/aboutNetError.css lib/thunderbird/chrome/classic/skin/classic/messenger/aboutSupport.css lib/thunderbird/chrome/classic/skin/classic/messenger/accountCentral.css lib/thunderbird/chrome/classic/skin/classic/messenger/accountCreation.css @@ -127,8 +131,7 @@ lib/thunderbird/chrome/classic/skin/classic/messenger/addressbook/icons/abcard-l lib/thunderbird/chrome/classic/skin/classic/messenger/addressbook/icons/abcard.png lib/thunderbird/chrome/classic/skin/classic/messenger/addressbook/icons/ablist.png lib/thunderbird/chrome/classic/skin/classic/messenger/addressbook/icons/addrbook.png -lib/thunderbird/chrome/classic/skin/classic/messenger/addressbook/icons/addressbook-toolbar-small.png -lib/thunderbird/chrome/classic/skin/classic/messenger/addressbook/icons/addressbook-toolbar.png +lib/thunderbird/chrome/classic/skin/classic/messenger/addressbook/icons/addressbook-toolbar.svg lib/thunderbird/chrome/classic/skin/classic/messenger/addressbook/icons/contact-generic-tiny.png lib/thunderbird/chrome/classic/skin/classic/messenger/addressbook/icons/contact-generic.png lib/thunderbird/chrome/classic/skin/classic/messenger/addressbook/icons/remote-addrbook-error.png @@ -162,27 +165,18 @@ lib/thunderbird/chrome/classic/skin/classic/messenger/icons/arrow/arrow-right-di lib/thunderbird/chrome/classic/skin/classic/messenger/icons/arrow/arrow-right.png lib/thunderbird/chrome/classic/skin/classic/messenger/icons/arrow/arrow-up-dim.png lib/thunderbird/chrome/classic/skin/classic/messenger/icons/arrow/arrow-up.png -lib/thunderbird/chrome/classic/skin/classic/messenger/icons/arrow/foldercycler-arrow-left.png -lib/thunderbird/chrome/classic/skin/classic/messenger/icons/arrow/foldercycler-arrow-right.png +lib/thunderbird/chrome/classic/skin/classic/messenger/icons/arrow/foldercycler-arrow.svg lib/thunderbird/chrome/classic/skin/classic/messenger/icons/attachment-col.svg lib/thunderbird/chrome/classic/skin/classic/messenger/icons/attachment-deleted-large.png lib/thunderbird/chrome/classic/skin/classic/messenger/icons/attachment-deleted.png lib/thunderbird/chrome/classic/skin/classic/messenger/icons/black_pin.png +lib/thunderbird/chrome/classic/skin/classic/messenger/icons/blacklist.svg lib/thunderbird/chrome/classic/skin/classic/messenger/icons/box-logo.png -lib/thunderbird/chrome/classic/skin/classic/messenger/icons/button-archive.svg -lib/thunderbird/chrome/classic/skin/classic/messenger/icons/button-delete.svg -lib/thunderbird/chrome/classic/skin/classic/messenger/icons/button-forward.svg -lib/thunderbird/chrome/classic/skin/classic/messenger/icons/button-junk.svg -lib/thunderbird/chrome/classic/skin/classic/messenger/icons/button-reply-all.svg -lib/thunderbird/chrome/classic/skin/classic/messenger/icons/button-reply-list.svg -lib/thunderbird/chrome/classic/skin/classic/messenger/icons/button-reply.svg -lib/thunderbird/chrome/classic/skin/classic/messenger/icons/button-tag.svg lib/thunderbird/chrome/classic/skin/classic/messenger/icons/cancel.png -lib/thunderbird/chrome/classic/skin/classic/messenger/icons/chat-toolbar-small.png -lib/thunderbird/chrome/classic/skin/classic/messenger/icons/chat-toolbar.png +lib/thunderbird/chrome/classic/skin/classic/messenger/icons/cert-error.svg +lib/thunderbird/chrome/classic/skin/classic/messenger/icons/chat-toolbar.svg lib/thunderbird/chrome/classic/skin/classic/messenger/icons/check.gif lib/thunderbird/chrome/classic/skin/classic/messenger/icons/close-button.png -lib/thunderbird/chrome/classic/skin/classic/messenger/icons/close-inverted.png lib/thunderbird/chrome/classic/skin/classic/messenger/icons/columnpicker.svg lib/thunderbird/chrome/classic/skin/classic/messenger/icons/connecting.png lib/thunderbird/chrome/classic/skin/classic/messenger/icons/dropmarker-hover.svg @@ -194,7 +188,6 @@ lib/thunderbird/chrome/classic/skin/classic/messenger/icons/exclude.png lib/thunderbird/chrome/classic/skin/classic/messenger/icons/filterbar.png lib/thunderbird/chrome/classic/skin/classic/messenger/icons/flag-col.png lib/thunderbird/chrome/classic/skin/classic/messenger/icons/flag-col.svg -lib/thunderbird/chrome/classic/skin/classic/messenger/icons/folder-blank.png lib/thunderbird/chrome/classic/skin/classic/messenger/icons/folder-new-star.png lib/thunderbird/chrome/classic/skin/classic/messenger/icons/folder-pane.png lib/thunderbird/chrome/classic/skin/classic/messenger/icons/hightail.png @@ -203,8 +196,7 @@ lib/thunderbird/chrome/classic/skin/classic/messenger/icons/insecure.png lib/thunderbird/chrome/classic/skin/classic/messenger/icons/junk-col.svg lib/thunderbird/chrome/classic/skin/classic/messenger/icons/junk.png lib/thunderbird/chrome/classic/skin/classic/messenger/icons/loading.png -lib/thunderbird/chrome/classic/skin/classic/messenger/icons/mail-toolbar-small.png -lib/thunderbird/chrome/classic/skin/classic/messenger/icons/mail-toolbar.png +lib/thunderbird/chrome/classic/skin/classic/messenger/icons/mail-toolbar.svg lib/thunderbird/chrome/classic/skin/classic/messenger/icons/message-ignored.png lib/thunderbird/chrome/classic/skin/classic/messenger/icons/message-list.png lib/thunderbird/chrome/classic/skin/classic/messenger/icons/message.png @@ -231,6 +223,8 @@ lib/thunderbird/chrome/classic/skin/classic/messenger/icons/thread.png lib/thunderbird/chrome/classic/skin/classic/messenger/icons/tick.png lib/thunderbird/chrome/classic/skin/classic/messenger/icons/timeline-inverted.png lib/thunderbird/chrome/classic/skin/classic/messenger/icons/timeline.png +lib/thunderbird/chrome/classic/skin/classic/messenger/icons/toolbarbutton-arrow-inverted.png +lib/thunderbird/chrome/classic/skin/classic/messenger/icons/toolbarbutton-arrow.png lib/thunderbird/chrome/classic/skin/classic/messenger/icons/update.png lib/thunderbird/chrome/classic/skin/classic/messenger/icons/zoomout-hover.png lib/thunderbird/chrome/classic/skin/classic/messenger/icons/zoomout.png @@ -247,9 +241,7 @@ lib/thunderbird/chrome/classic/skin/classic/messenger/messageQuotes.css lib/thunderbird/chrome/classic/skin/classic/messenger/messageWindow.css lib/thunderbird/chrome/classic/skin/classic/messenger/messenger.css lib/thunderbird/chrome/classic/skin/classic/messenger/messengerLWTheme.css -lib/thunderbird/chrome/classic/skin/classic/messenger/messengercompose/compose-toolbar-small.png -lib/thunderbird/chrome/classic/skin/classic/messenger/messengercompose/compose-toolbar.png -lib/thunderbird/chrome/classic/skin/classic/messenger/messengercompose/editorOverlay.css +lib/thunderbird/chrome/classic/skin/classic/messenger/messengercompose/compose-toolbar.svg lib/thunderbird/chrome/classic/skin/classic/messenger/messengercompose/format-buttons.png lib/thunderbird/chrome/classic/skin/classic/messenger/messengercompose/linux-noise.png lib/thunderbird/chrome/classic/skin/classic/messenger/messengercompose/messengercompose.css @@ -324,12 +316,10 @@ lib/thunderbird/chrome/classic/skin/classic/messenger/tabs/active-middle.png lib/thunderbird/chrome/classic/skin/classic/messenger/tabs/background-end.png lib/thunderbird/chrome/classic/skin/classic/messenger/tabs/background-middle.png lib/thunderbird/chrome/classic/skin/classic/messenger/tabs/background-start.png -lib/thunderbird/chrome/classic/skin/classic/messenger/tabs/closeTab.svg lib/thunderbird/chrome/classic/skin/classic/messenger/tabs/dragIndicator.png lib/thunderbird/chrome/classic/skin/classic/messenger/tabs/overflow-indicator.png lib/thunderbird/chrome/classic/skin/classic/messenger/tabs/selected-end.svg lib/thunderbird/chrome/classic/skin/classic/messenger/tabs/selected-start.svg -lib/thunderbird/chrome/classic/skin/classic/messenger/tabs/separator.png lib/thunderbird/chrome/classic/skin/classic/messenger/tabs/stroke-end.png lib/thunderbird/chrome/classic/skin/classic/messenger/tabs/stroke-start.png lib/thunderbird/chrome/classic/skin/classic/messenger/tagColors.css @@ -416,12 +406,244 @@ lib/thunderbird/chrome/comm/content/editor/editorSmileyOverlay.xul lib/thunderbird/chrome/comm/content/editor/editorTasksOverlay.xul lib/thunderbird/chrome/comm/content/editor/editorUtilities.js lib/thunderbird/chrome/comm/content/editor/images/tag-anchor.gif +lib/thunderbird/chrome/devtools/modules/devtools/acorn/acorn.js +lib/thunderbird/chrome/devtools/modules/devtools/acorn/acorn_loose.js +lib/thunderbird/chrome/devtools/modules/devtools/acorn/walk.js +lib/thunderbird/chrome/devtools/modules/devtools/server/actors/actor-registry.js +lib/thunderbird/chrome/devtools/modules/devtools/server/actors/addon.js +lib/thunderbird/chrome/devtools/modules/devtools/server/actors/animation.js +lib/thunderbird/chrome/devtools/modules/devtools/server/actors/call-watcher.js +lib/thunderbird/chrome/devtools/modules/devtools/server/actors/canvas.js +lib/thunderbird/chrome/devtools/modules/devtools/server/actors/child-process.js +lib/thunderbird/chrome/devtools/modules/devtools/server/actors/childtab.js +lib/thunderbird/chrome/devtools/modules/devtools/server/actors/chrome.js +lib/thunderbird/chrome/devtools/modules/devtools/server/actors/common.js +lib/thunderbird/chrome/devtools/modules/devtools/server/actors/csscoverage.js +lib/thunderbird/chrome/devtools/modules/devtools/server/actors/device.js +lib/thunderbird/chrome/devtools/modules/devtools/server/actors/director-manager.js +lib/thunderbird/chrome/devtools/modules/devtools/server/actors/director-registry.js +lib/thunderbird/chrome/devtools/modules/devtools/server/actors/eventlooplag.js +lib/thunderbird/chrome/devtools/modules/devtools/server/actors/framerate.js +lib/thunderbird/chrome/devtools/modules/devtools/server/actors/gcli.js +lib/thunderbird/chrome/devtools/modules/devtools/server/actors/heap-snapshot-file.js +lib/thunderbird/chrome/devtools/modules/devtools/server/actors/highlighters.css +lib/thunderbird/chrome/devtools/modules/devtools/server/actors/highlighters.js +lib/thunderbird/chrome/devtools/modules/devtools/server/actors/highlighters/auto-refresh.js +lib/thunderbird/chrome/devtools/modules/devtools/server/actors/highlighters/box-model.js +lib/thunderbird/chrome/devtools/modules/devtools/server/actors/highlighters/css-transform.js +lib/thunderbird/chrome/devtools/modules/devtools/server/actors/highlighters/geometry-editor.js +lib/thunderbird/chrome/devtools/modules/devtools/server/actors/highlighters/measuring-tool.js +lib/thunderbird/chrome/devtools/modules/devtools/server/actors/highlighters/rect.js +lib/thunderbird/chrome/devtools/modules/devtools/server/actors/highlighters/rulers.js +lib/thunderbird/chrome/devtools/modules/devtools/server/actors/highlighters/selector.js +lib/thunderbird/chrome/devtools/modules/devtools/server/actors/highlighters/simple-outline.js +lib/thunderbird/chrome/devtools/modules/devtools/server/actors/highlighters/utils/markup.js +lib/thunderbird/chrome/devtools/modules/devtools/server/actors/inspector.js +lib/thunderbird/chrome/devtools/modules/devtools/server/actors/layout.js +lib/thunderbird/chrome/devtools/modules/devtools/server/actors/memory.js +lib/thunderbird/chrome/devtools/modules/devtools/server/actors/memprof.js +lib/thunderbird/chrome/devtools/modules/devtools/server/actors/monitor.js +lib/thunderbird/chrome/devtools/modules/devtools/server/actors/object.js +lib/thunderbird/chrome/devtools/modules/devtools/server/actors/performance-entries.js +lib/thunderbird/chrome/devtools/modules/devtools/server/actors/performance-recording.js +lib/thunderbird/chrome/devtools/modules/devtools/server/actors/performance.js +lib/thunderbird/chrome/devtools/modules/devtools/server/actors/preference.js +lib/thunderbird/chrome/devtools/modules/devtools/server/actors/pretty-print-worker.js +lib/thunderbird/chrome/devtools/modules/devtools/server/actors/process.js +lib/thunderbird/chrome/devtools/modules/devtools/server/actors/profiler.js +lib/thunderbird/chrome/devtools/modules/devtools/server/actors/promises.js +lib/thunderbird/chrome/devtools/modules/devtools/server/actors/root.js +lib/thunderbird/chrome/devtools/modules/devtools/server/actors/script.js +lib/thunderbird/chrome/devtools/modules/devtools/server/actors/settings.js +lib/thunderbird/chrome/devtools/modules/devtools/server/actors/storage.js +lib/thunderbird/chrome/devtools/modules/devtools/server/actors/string.js +lib/thunderbird/chrome/devtools/modules/devtools/server/actors/styleeditor.js +lib/thunderbird/chrome/devtools/modules/devtools/server/actors/styles.js +lib/thunderbird/chrome/devtools/modules/devtools/server/actors/stylesheets.js +lib/thunderbird/chrome/devtools/modules/devtools/server/actors/timeline.js +lib/thunderbird/chrome/devtools/modules/devtools/server/actors/utils/ScriptStore.js +lib/thunderbird/chrome/devtools/modules/devtools/server/actors/utils/TabSources.js +lib/thunderbird/chrome/devtools/modules/devtools/server/actors/utils/actor-registry-utils.js +lib/thunderbird/chrome/devtools/modules/devtools/server/actors/utils/audionodes.json +lib/thunderbird/chrome/devtools/modules/devtools/server/actors/utils/automation-timeline.js +lib/thunderbird/chrome/devtools/modules/devtools/server/actors/utils/make-debugger.js +lib/thunderbird/chrome/devtools/modules/devtools/server/actors/utils/map-uri-to-addon-id.js +lib/thunderbird/chrome/devtools/modules/devtools/server/actors/utils/stack.js +lib/thunderbird/chrome/devtools/modules/devtools/server/actors/utils/walker-search.js +lib/thunderbird/chrome/devtools/modules/devtools/server/actors/webapps.js +lib/thunderbird/chrome/devtools/modules/devtools/server/actors/webaudio.js +lib/thunderbird/chrome/devtools/modules/devtools/server/actors/webbrowser.js +lib/thunderbird/chrome/devtools/modules/devtools/server/actors/webconsole.js +lib/thunderbird/chrome/devtools/modules/devtools/server/actors/webgl.js +lib/thunderbird/chrome/devtools/modules/devtools/server/actors/worker.js +lib/thunderbird/chrome/devtools/modules/devtools/server/child.js +lib/thunderbird/chrome/devtools/modules/devtools/server/content-globals.js +lib/thunderbird/chrome/devtools/modules/devtools/server/content-server.jsm +lib/thunderbird/chrome/devtools/modules/devtools/server/main.js +lib/thunderbird/chrome/devtools/modules/devtools/server/performance/framerate.js +lib/thunderbird/chrome/devtools/modules/devtools/server/performance/memory.js +lib/thunderbird/chrome/devtools/modules/devtools/server/performance/profiler.js +lib/thunderbird/chrome/devtools/modules/devtools/server/performance/recorder.js +lib/thunderbird/chrome/devtools/modules/devtools/server/performance/timeline.js +lib/thunderbird/chrome/devtools/modules/devtools/server/protocol.js +lib/thunderbird/chrome/devtools/modules/devtools/server/worker.js +lib/thunderbird/chrome/devtools/modules/devtools/shared/DevToolsUtils.js +lib/thunderbird/chrome/devtools/modules/devtools/shared/Loader.jsm +lib/thunderbird/chrome/devtools/modules/devtools/shared/Parser.jsm +lib/thunderbird/chrome/devtools/modules/devtools/shared/apps/Devices.jsm +lib/thunderbird/chrome/devtools/modules/devtools/shared/apps/Simulator.jsm +lib/thunderbird/chrome/devtools/modules/devtools/shared/apps/app-actor-front.js +lib/thunderbird/chrome/devtools/modules/devtools/shared/async-storage.js +lib/thunderbird/chrome/devtools/modules/devtools/shared/async-utils.js +lib/thunderbird/chrome/devtools/modules/devtools/shared/client/connection-manager.js +lib/thunderbird/chrome/devtools/modules/devtools/shared/client/main.js +lib/thunderbird/chrome/devtools/modules/devtools/shared/content-observer.js +lib/thunderbird/chrome/devtools/modules/devtools/shared/css-color.js +lib/thunderbird/chrome/devtools/modules/devtools/shared/deprecated-sync-thenables.js +lib/thunderbird/chrome/devtools/modules/devtools/shared/discovery/discovery.js +lib/thunderbird/chrome/devtools/modules/devtools/shared/event-emitter.js +lib/thunderbird/chrome/devtools/modules/devtools/shared/event-parsers.js +lib/thunderbird/chrome/devtools/modules/devtools/shared/gcli/Templater.jsm +lib/thunderbird/chrome/devtools/modules/devtools/shared/gcli/commands/addon.js +lib/thunderbird/chrome/devtools/modules/devtools/shared/gcli/commands/appcache.js +lib/thunderbird/chrome/devtools/modules/devtools/shared/gcli/commands/calllog.js +lib/thunderbird/chrome/devtools/modules/devtools/shared/gcli/commands/cmd.js +lib/thunderbird/chrome/devtools/modules/devtools/shared/gcli/commands/cookie.js +lib/thunderbird/chrome/devtools/modules/devtools/shared/gcli/commands/csscoverage.js +lib/thunderbird/chrome/devtools/modules/devtools/shared/gcli/commands/folder.js +lib/thunderbird/chrome/devtools/modules/devtools/shared/gcli/commands/highlight.js +lib/thunderbird/chrome/devtools/modules/devtools/shared/gcli/commands/index.js +lib/thunderbird/chrome/devtools/modules/devtools/shared/gcli/commands/inject.js +lib/thunderbird/chrome/devtools/modules/devtools/shared/gcli/commands/jsb.js +lib/thunderbird/chrome/devtools/modules/devtools/shared/gcli/commands/listen.js +lib/thunderbird/chrome/devtools/modules/devtools/shared/gcli/commands/measure.js +lib/thunderbird/chrome/devtools/modules/devtools/shared/gcli/commands/media.js +lib/thunderbird/chrome/devtools/modules/devtools/shared/gcli/commands/pagemod.js +lib/thunderbird/chrome/devtools/modules/devtools/shared/gcli/commands/paintflashing.js +lib/thunderbird/chrome/devtools/modules/devtools/shared/gcli/commands/qsa.js +lib/thunderbird/chrome/devtools/modules/devtools/shared/gcli/commands/restart.js +lib/thunderbird/chrome/devtools/modules/devtools/shared/gcli/commands/rulers.js +lib/thunderbird/chrome/devtools/modules/devtools/shared/gcli/commands/screenshot.js +lib/thunderbird/chrome/devtools/modules/devtools/shared/gcli/commands/security.js +lib/thunderbird/chrome/devtools/modules/devtools/shared/gcli/commands/tools.js +lib/thunderbird/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/cli.js +lib/thunderbird/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/commands/clear.js +lib/thunderbird/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/commands/commands.js +lib/thunderbird/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/commands/connect.js +lib/thunderbird/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/commands/context.js +lib/thunderbird/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/commands/exec.js +lib/thunderbird/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/commands/global.js +lib/thunderbird/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/commands/help.js +lib/thunderbird/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/commands/intro.js +lib/thunderbird/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/commands/lang.js +lib/thunderbird/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/commands/mocks.js +lib/thunderbird/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/commands/pref.js +lib/thunderbird/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/commands/preflist.js +lib/thunderbird/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/commands/test.js +lib/thunderbird/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/connectors/connectors.js +lib/thunderbird/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/converters/basic.js +lib/thunderbird/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/converters/converters.js +lib/thunderbird/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/converters/html.js +lib/thunderbird/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/converters/terminal.js +lib/thunderbird/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/fields/delegate.js +lib/thunderbird/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/fields/fields.js +lib/thunderbird/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/fields/selection.js +lib/thunderbird/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/index.js +lib/thunderbird/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/l10n.js +lib/thunderbird/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/languages/command.html +lib/thunderbird/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/languages/command.js +lib/thunderbird/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/languages/javascript.js +lib/thunderbird/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/languages/languages.js +lib/thunderbird/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/mozui/completer.js +lib/thunderbird/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/mozui/inputter.js +lib/thunderbird/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/mozui/tooltip.js +lib/thunderbird/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/settings.js +lib/thunderbird/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/system.js +lib/thunderbird/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/types/array.js +lib/thunderbird/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/types/boolean.js +lib/thunderbird/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/types/command.js +lib/thunderbird/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/types/date.js +lib/thunderbird/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/types/delegate.js +lib/thunderbird/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/types/file.js +lib/thunderbird/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/types/fileparser.js +lib/thunderbird/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/types/javascript.js +lib/thunderbird/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/types/node.js +lib/thunderbird/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/types/number.js +lib/thunderbird/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/types/resource.js +lib/thunderbird/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/types/selection.js +lib/thunderbird/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/types/setting.js +lib/thunderbird/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/types/string.js +lib/thunderbird/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/types/types.js +lib/thunderbird/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/types/union.js +lib/thunderbird/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/types/url.js +lib/thunderbird/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/ui/focus.js +lib/thunderbird/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/ui/history.js +lib/thunderbird/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/ui/intro.js +lib/thunderbird/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/ui/menu.css +lib/thunderbird/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/ui/menu.html +lib/thunderbird/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/ui/menu.js +lib/thunderbird/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/ui/view.js +lib/thunderbird/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/util/domtemplate.js +lib/thunderbird/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/util/fileparser.js +lib/thunderbird/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/util/filesystem.js +lib/thunderbird/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/util/host.js +lib/thunderbird/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/util/l10n.js +lib/thunderbird/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/util/legacy.js +lib/thunderbird/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/util/prism.js +lib/thunderbird/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/util/spell.js +lib/thunderbird/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/util/util.js +lib/thunderbird/chrome/devtools/modules/devtools/shared/heapsnapshot/CensusUtils.js +lib/thunderbird/chrome/devtools/modules/devtools/shared/heapsnapshot/DominatorTreeNode.js +lib/thunderbird/chrome/devtools/modules/devtools/shared/heapsnapshot/HeapAnalysesClient.js +lib/thunderbird/chrome/devtools/modules/devtools/shared/heapsnapshot/HeapAnalysesWorker.js +lib/thunderbird/chrome/devtools/modules/devtools/shared/heapsnapshot/HeapSnapshotFileUtils.js +lib/thunderbird/chrome/devtools/modules/devtools/shared/heapsnapshot/census-tree-node.js +lib/thunderbird/chrome/devtools/modules/devtools/shared/indentation.js +lib/thunderbird/chrome/devtools/modules/devtools/shared/jsbeautify/beautify.js +lib/thunderbird/chrome/devtools/modules/devtools/shared/jsbeautify/lib/sanitytest.js +lib/thunderbird/chrome/devtools/modules/devtools/shared/jsbeautify/lib/urlencode_unpacker.js +lib/thunderbird/chrome/devtools/modules/devtools/shared/jsbeautify/src/beautify-css.js +lib/thunderbird/chrome/devtools/modules/devtools/shared/jsbeautify/src/beautify-html.js +lib/thunderbird/chrome/devtools/modules/devtools/shared/jsbeautify/src/beautify-js.js +lib/thunderbird/chrome/devtools/modules/devtools/shared/jsbeautify/src/beautify-tests.js +lib/thunderbird/chrome/devtools/modules/devtools/shared/layout/utils.js +lib/thunderbird/chrome/devtools/modules/devtools/shared/path.js +lib/thunderbird/chrome/devtools/modules/devtools/shared/performance/process-communication.js +lib/thunderbird/chrome/devtools/modules/devtools/shared/performance/recording-common.js +lib/thunderbird/chrome/devtools/modules/devtools/shared/performance/recording-utils.js +lib/thunderbird/chrome/devtools/modules/devtools/shared/pretty-fast/pretty-fast.js +lib/thunderbird/chrome/devtools/modules/devtools/shared/qrcode/decoder/index.js +lib/thunderbird/chrome/devtools/modules/devtools/shared/qrcode/encoder/index.js +lib/thunderbird/chrome/devtools/modules/devtools/shared/qrcode/index.js +lib/thunderbird/chrome/devtools/modules/devtools/shared/security/auth.js +lib/thunderbird/chrome/devtools/modules/devtools/shared/security/cert.js +lib/thunderbird/chrome/devtools/modules/devtools/shared/security/prompt.js +lib/thunderbird/chrome/devtools/modules/devtools/shared/security/socket.js +lib/thunderbird/chrome/devtools/modules/devtools/shared/sourcemap/source-map.js +lib/thunderbird/chrome/devtools/modules/devtools/shared/styleinspector/css-logic.js +lib/thunderbird/chrome/devtools/modules/devtools/shared/system.js +lib/thunderbird/chrome/devtools/modules/devtools/shared/touch/simulator-content.js +lib/thunderbird/chrome/devtools/modules/devtools/shared/touch/simulator.js +lib/thunderbird/chrome/devtools/modules/devtools/shared/transport/packets.js +lib/thunderbird/chrome/devtools/modules/devtools/shared/transport/stream-utils.js +lib/thunderbird/chrome/devtools/modules/devtools/shared/transport/transport.js +lib/thunderbird/chrome/devtools/modules/devtools/shared/webconsole/client.js +lib/thunderbird/chrome/devtools/modules/devtools/shared/webconsole/js-property-provider.js +lib/thunderbird/chrome/devtools/modules/devtools/shared/webconsole/network-helper.js +lib/thunderbird/chrome/devtools/modules/devtools/shared/webconsole/network-monitor.js +lib/thunderbird/chrome/devtools/modules/devtools/shared/webconsole/server-logger-monitor.js +lib/thunderbird/chrome/devtools/modules/devtools/shared/webconsole/server-logger.js +lib/thunderbird/chrome/devtools/modules/devtools/shared/webconsole/utils.js +lib/thunderbird/chrome/devtools/modules/devtools/shared/webconsole/worker-utils.js +lib/thunderbird/chrome/devtools/modules/devtools/shared/worker/helper.js +lib/thunderbird/chrome/devtools/modules/devtools/shared/worker/loader.js +lib/thunderbird/chrome/devtools/modules/devtools/shared/worker/worker.js ${PLIST.nobranding}lib/thunderbird/chrome/en-US/locale/branding/brand.dtd ${PLIST.nobranding}lib/thunderbird/chrome/en-US/locale/branding/brand.properties ${PLIST.branding}lib/thunderbird/chrome/en-US/locale/en-US/branding/brand.dtd ${PLIST.branding}lib/thunderbird/chrome/en-US/locale/en-US/branding/brand.properties lib/thunderbird/chrome/en-US/locale/en-US/alerts/alert.dtd -lib/thunderbird/chrome/en-US/locale/en-US/alerts/notificationNames.properties +lib/thunderbird/chrome/en-US/locale/en-US/alerts/alert.properties lib/thunderbird/chrome/en-US/locale/en-US/autoconfig/autoconfig.properties lib/thunderbird/chrome/en-US/locale/en-US/chat/accounts.properties lib/thunderbird/chrome/en-US/locale/en-US/chat/commands.properties @@ -431,6 +653,7 @@ lib/thunderbird/chrome/en-US/locale/en-US/chat/facebook.properties lib/thunderbird/chrome/en-US/locale/en-US/chat/imtooltip.properties lib/thunderbird/chrome/en-US/locale/en-US/chat/irc.properties lib/thunderbird/chrome/en-US/locale/en-US/chat/logger.properties +lib/thunderbird/chrome/en-US/locale/en-US/chat/skype.properties lib/thunderbird/chrome/en-US/locale/en-US/chat/status.properties lib/thunderbird/chrome/en-US/locale/en-US/chat/twitter.properties lib/thunderbird/chrome/en-US/locale/en-US/chat/xmpp.properties @@ -438,6 +661,12 @@ lib/thunderbird/chrome/en-US/locale/en-US/chat/yahoo.properties lib/thunderbird/chrome/en-US/locale/en-US/communicator/utilityOverlay.dtd lib/thunderbird/chrome/en-US/locale/en-US/cookie/cookieAcceptDialog.dtd lib/thunderbird/chrome/en-US/locale/en-US/cookie/cookieAcceptDialog.properties +lib/thunderbird/chrome/en-US/locale/en-US/devtools/shared/csscoverage.dtd +lib/thunderbird/chrome/en-US/locale/en-US/devtools/shared/csscoverage.properties +lib/thunderbird/chrome/en-US/locale/en-US/devtools/shared/debugger.properties +lib/thunderbird/chrome/en-US/locale/en-US/devtools/shared/gcli.properties +lib/thunderbird/chrome/en-US/locale/en-US/devtools/shared/gclicommands.properties +lib/thunderbird/chrome/en-US/locale/en-US/devtools/shared/styleinspector.properties lib/thunderbird/chrome/en-US/locale/en-US/editor/EdAdvancedEdit.dtd lib/thunderbird/chrome/en-US/locale/en-US/editor/EdColorPicker.dtd lib/thunderbird/chrome/en-US/locale/en-US/editor/EdConvertToTable.dtd @@ -484,10 +713,13 @@ lib/thunderbird/chrome/en-US/locale/en-US/global/aboutAbout.dtd lib/thunderbird/chrome/en-US/locale/en-US/global/aboutNetworking.dtd lib/thunderbird/chrome/en-US/locale/en-US/global/aboutReader.properties lib/thunderbird/chrome/en-US/locale/en-US/global/aboutRights.dtd +lib/thunderbird/chrome/en-US/locale/en-US/global/aboutServiceWorkers.dtd +lib/thunderbird/chrome/en-US/locale/en-US/global/aboutServiceWorkers.properties lib/thunderbird/chrome/en-US/locale/en-US/global/aboutSupport.dtd lib/thunderbird/chrome/en-US/locale/en-US/global/aboutSupport.properties lib/thunderbird/chrome/en-US/locale/en-US/global/aboutTelemetry.dtd lib/thunderbird/chrome/en-US/locale/en-US/global/aboutTelemetry.properties +lib/thunderbird/chrome/en-US/locale/en-US/global/aboutWebrtc.properties lib/thunderbird/chrome/en-US/locale/en-US/global/appPicker.dtd lib/thunderbird/chrome/en-US/locale/en-US/global/appstrings.properties lib/thunderbird/chrome/en-US/locale/en-US/global/autocomplete.properties @@ -509,10 +741,6 @@ lib/thunderbird/chrome/en-US/locale/en-US/global/customizeToolbar.dtd lib/thunderbird/chrome/en-US/locale/en-US/global/customizeToolbar.properties lib/thunderbird/chrome/en-US/locale/en-US/global/dateFormat.properties lib/thunderbird/chrome/en-US/locale/en-US/global/datetimepicker.dtd -lib/thunderbird/chrome/en-US/locale/en-US/global/devtools/csscoverage.dtd -lib/thunderbird/chrome/en-US/locale/en-US/global/devtools/csscoverage.properties -lib/thunderbird/chrome/en-US/locale/en-US/global/devtools/debugger.properties -lib/thunderbird/chrome/en-US/locale/en-US/global/devtools/styleinspector.properties lib/thunderbird/chrome/en-US/locale/en-US/global/dialog.properties lib/thunderbird/chrome/en-US/locale/en-US/global/dialogOverlay.dtd lib/thunderbird/chrome/en-US/locale/en-US/global/dom/dom.properties @@ -754,6 +982,14 @@ lib/thunderbird/chrome/en-US/locale/en-US/messenger/searchIntegrationDefault.dtd lib/thunderbird/chrome/en-US/locale/en-US/messenger/searchIntegrationMac.dtd lib/thunderbird/chrome/en-US/locale/en-US/messenger/searchIntegrationWin.dtd lib/thunderbird/chrome/en-US/locale/en-US/messenger/searchTermOverlay.dtd +lib/thunderbird/chrome/en-US/locale/en-US/messenger/searchplugins/amazondotcom.xml +lib/thunderbird/chrome/en-US/locale/en-US/messenger/searchplugins/aol-web-search.xml +lib/thunderbird/chrome/en-US/locale/en-US/messenger/searchplugins/bing.xml +lib/thunderbird/chrome/en-US/locale/en-US/messenger/searchplugins/eBay.xml +lib/thunderbird/chrome/en-US/locale/en-US/messenger/searchplugins/list.txt +lib/thunderbird/chrome/en-US/locale/en-US/messenger/searchplugins/twitter.xml +lib/thunderbird/chrome/en-US/locale/en-US/messenger/searchplugins/wikipedia.xml +lib/thunderbird/chrome/en-US/locale/en-US/messenger/searchplugins/yahoo.xml lib/thunderbird/chrome/en-US/locale/en-US/messenger/shutdownWindow.properties lib/thunderbird/chrome/en-US/locale/en-US/messenger/smime.properties lib/thunderbird/chrome/en-US/locale/en-US/messenger/smtpEditOverlay.dtd @@ -788,7 +1024,6 @@ lib/thunderbird/chrome/en-US/locale/en-US/mozapps/extensions/update.dtd lib/thunderbird/chrome/en-US/locale/en-US/mozapps/extensions/update.properties lib/thunderbird/chrome/en-US/locale/en-US/mozapps/handling/handling.dtd lib/thunderbird/chrome/en-US/locale/en-US/mozapps/handling/handling.properties -lib/thunderbird/chrome/en-US/locale/en-US/mozapps/plugins/plugins.dtd lib/thunderbird/chrome/en-US/locale/en-US/mozapps/preferences/changemp.dtd lib/thunderbird/chrome/en-US/locale/en-US/mozapps/preferences/preferences.properties lib/thunderbird/chrome/en-US/locale/en-US/mozapps/preferences/removemp.dtd @@ -811,6 +1046,7 @@ lib/thunderbird/chrome/en-US/locale/en-US/pippki/deviceManager.dtd lib/thunderbird/chrome/en-US/locale/en-US/pippki/pippki.dtd lib/thunderbird/chrome/en-US/locale/en-US/pippki/pippki.properties lib/thunderbird/chrome/en-US/locale/en-US/places/places.properties +lib/thunderbird/chrome/en-US/locale/en-US/pluginproblem/pluginproblem.dtd lib/thunderbird/chrome/gloda/content/glodacomplete.css lib/thunderbird/chrome/gloda/content/glodacomplete.xml lib/thunderbird/chrome/gloda/content/overlay.js @@ -1039,8 +1275,6 @@ lib/thunderbird/chrome/messenger/content/messenger/hiddenWindow.xul lib/thunderbird/chrome/messenger/content/messenger/importDialog.js lib/thunderbird/chrome/messenger/content/messenger/importDialog.xul lib/thunderbird/chrome/messenger/content/messenger/ispUtils.js -lib/thunderbird/chrome/messenger/content/messenger/jquery-ui.js -lib/thunderbird/chrome/messenger/content/messenger/jquery.js lib/thunderbird/chrome/messenger/content/messenger/jsTreeView.js lib/thunderbird/chrome/messenger/content/messenger/junkCommands.js lib/thunderbird/chrome/messenger/content/messenger/junkLog.js @@ -1107,13 +1341,12 @@ lib/thunderbird/chrome/messenger/content/messenger/newTagDialog.xul lib/thunderbird/chrome/messenger/content/messenger/newmailaccount/accountProvisioner.js lib/thunderbird/chrome/messenger/content/messenger/newmailaccount/accountProvisioner.xhtml lib/thunderbird/chrome/messenger/content/messenger/newmailaccount/accountProvisionerTab.js -lib/thunderbird/chrome/messenger/content/messenger/newmailaccount/jquery.scrollTo.js -lib/thunderbird/chrome/messenger/content/messenger/newmailaccount/jquery.tmpl.js lib/thunderbird/chrome/messenger/content/messenger/newmailaccount/uriListener.js lib/thunderbird/chrome/messenger/content/messenger/newmailalert.css lib/thunderbird/chrome/messenger/content/messenger/newmailalert.js lib/thunderbird/chrome/messenger/content/messenger/newmailalert.xul lib/thunderbird/chrome/messenger/content/messenger/nsContextMenu.js +lib/thunderbird/chrome/messenger/content/messenger/nsDragAndDrop.js lib/thunderbird/chrome/messenger/content/messenger/phishingDetector.js lib/thunderbird/chrome/messenger/content/messenger/plugins.js lib/thunderbird/chrome/messenger/content/messenger/preferences/aboutPreferences.xul @@ -1149,7 +1382,6 @@ lib/thunderbird/chrome/messenger/content/messenger/preferences/offline.js lib/thunderbird/chrome/messenger/content/messenger/preferences/offline.xul lib/thunderbird/chrome/messenger/content/messenger/preferences/permissions.js lib/thunderbird/chrome/messenger/content/messenger/preferences/permissions.xul -lib/thunderbird/chrome/messenger/content/messenger/preferences/permissionsutils.js lib/thunderbird/chrome/messenger/content/messenger/preferences/preferences.js lib/thunderbird/chrome/messenger/content/messenger/preferences/preferences.xml lib/thunderbird/chrome/messenger/content/messenger/preferences/preferences.xul @@ -1281,12 +1513,8 @@ lib/thunderbird/chrome/pippki/content/pippki/downloadcert.js lib/thunderbird/chrome/pippki/content/pippki/downloadcert.xul lib/thunderbird/chrome/pippki/content/pippki/editcacert.xul lib/thunderbird/chrome/pippki/content/pippki/editcerts.js -lib/thunderbird/chrome/pippki/content/pippki/editemailcert.xul -lib/thunderbird/chrome/pippki/content/pippki/escrowWarn.js -lib/thunderbird/chrome/pippki/content/pippki/escrowWarn.xul lib/thunderbird/chrome/pippki/content/pippki/exceptionDialog.js lib/thunderbird/chrome/pippki/content/pippki/exceptionDialog.xul -lib/thunderbird/chrome/pippki/content/pippki/getpassword.xul lib/thunderbird/chrome/pippki/content/pippki/load_device.xul lib/thunderbird/chrome/pippki/content/pippki/password.js lib/thunderbird/chrome/pippki/content/pippki/pippki.js @@ -1299,26 +1527,48 @@ lib/thunderbird/chrome/pippki/content/pippki/viewCertDetails.js lib/thunderbird/chrome/pippki/content/pippki/viewCertDetails.xul lib/thunderbird/chrome/toolkit/content/cookie/cookieAcceptDialog.js lib/thunderbird/chrome/toolkit/content/cookie/cookieAcceptDialog.xul +lib/thunderbird/chrome/toolkit/content/extensions/ext-alarms.js +lib/thunderbird/chrome/toolkit/content/extensions/ext-backgroundPage.js +lib/thunderbird/chrome/toolkit/content/extensions/ext-cookies.js +lib/thunderbird/chrome/toolkit/content/extensions/ext-extension.js +lib/thunderbird/chrome/toolkit/content/extensions/ext-i18n.js +lib/thunderbird/chrome/toolkit/content/extensions/ext-idle.js +lib/thunderbird/chrome/toolkit/content/extensions/ext-notifications.js +lib/thunderbird/chrome/toolkit/content/extensions/ext-runtime.js +lib/thunderbird/chrome/toolkit/content/extensions/ext-storage.js +lib/thunderbird/chrome/toolkit/content/extensions/ext-test.js +lib/thunderbird/chrome/toolkit/content/extensions/ext-webNavigation.js +lib/thunderbird/chrome/toolkit/content/extensions/ext-webRequest.js +lib/thunderbird/chrome/toolkit/content/extensions/schemas/cookies.json +lib/thunderbird/chrome/toolkit/content/extensions/schemas/extension_types.json +lib/thunderbird/chrome/toolkit/content/extensions/schemas/web_navigation.json +lib/thunderbird/chrome/toolkit/content/extensions/schemas/web_request.json lib/thunderbird/chrome/toolkit/content/formautofill/requestAutocomplete.js lib/thunderbird/chrome/toolkit/content/formautofill/requestAutocomplete.xhtml +lib/thunderbird/chrome/toolkit/content/gfxsanity/gfxFrameScript.js +lib/thunderbird/chrome/toolkit/content/gfxsanity/sanityparent.html +lib/thunderbird/chrome/toolkit/content/gfxsanity/sanitytest.html +lib/thunderbird/chrome/toolkit/content/gfxsanity/videotest.mp4 lib/thunderbird/chrome/toolkit/content/global/BrowserElementChild.js lib/thunderbird/chrome/toolkit/content/global/BrowserElementChildPreload.js +lib/thunderbird/chrome/toolkit/content/global/BrowserElementCopyPaste.js lib/thunderbird/chrome/toolkit/content/global/BrowserElementPanning.js +lib/thunderbird/chrome/toolkit/content/global/BrowserElementPanningAPZDisabled.js +lib/thunderbird/chrome/toolkit/content/global/TopLevelVideoDocument.js lib/thunderbird/chrome/toolkit/content/global/XPCNativeWrapper.js lib/thunderbird/chrome/toolkit/content/global/about.js lib/thunderbird/chrome/toolkit/content/global/about.xhtml lib/thunderbird/chrome/toolkit/content/global/aboutAbout.js lib/thunderbird/chrome/toolkit/content/global/aboutAbout.xhtml lib/thunderbird/chrome/toolkit/content/global/aboutCache.js -lib/thunderbird/chrome/toolkit/content/global/aboutCompartments.js -lib/thunderbird/chrome/toolkit/content/global/aboutCompartments.xhtml lib/thunderbird/chrome/toolkit/content/global/aboutMemory.css lib/thunderbird/chrome/toolkit/content/global/aboutMemory.js lib/thunderbird/chrome/toolkit/content/global/aboutMemory.xhtml lib/thunderbird/chrome/toolkit/content/global/aboutNetworking.js lib/thunderbird/chrome/toolkit/content/global/aboutNetworking.xhtml -lib/thunderbird/chrome/toolkit/content/global/aboutRights-unbranded.xhtml lib/thunderbird/chrome/toolkit/content/global/aboutRights.xhtml +lib/thunderbird/chrome/toolkit/content/global/aboutServiceWorkers.js +lib/thunderbird/chrome/toolkit/content/global/aboutServiceWorkers.xhtml lib/thunderbird/chrome/toolkit/content/global/aboutSupport.js lib/thunderbird/chrome/toolkit/content/global/aboutSupport.xhtml lib/thunderbird/chrome/toolkit/content/global/aboutTelemetry.css @@ -1401,6 +1651,7 @@ lib/thunderbird/chrome/toolkit/content/global/dialogOverlay.xul lib/thunderbird/chrome/toolkit/content/global/directionDetector.html lib/thunderbird/chrome/toolkit/content/global/editMenuOverlay.js lib/thunderbird/chrome/toolkit/content/global/editMenuOverlay.xul +lib/thunderbird/chrome/toolkit/content/global/extensions.js lib/thunderbird/chrome/toolkit/content/global/filepicker.js lib/thunderbird/chrome/toolkit/content/global/filepicker.properties lib/thunderbird/chrome/toolkit/content/global/filepicker.xul @@ -1412,6 +1663,7 @@ lib/thunderbird/chrome/toolkit/content/global/globalOverlay.js lib/thunderbird/chrome/toolkit/content/global/globalOverlay.xul lib/thunderbird/chrome/toolkit/content/global/inlineSpellCheckUI.js lib/thunderbird/chrome/toolkit/content/global/license.html +lib/thunderbird/chrome/toolkit/content/global/manifestMessages.js lib/thunderbird/chrome/toolkit/content/global/menulist.css lib/thunderbird/chrome/toolkit/content/global/minimal-xul.css lib/thunderbird/chrome/toolkit/content/global/mozilla.xhtml @@ -1423,7 +1675,6 @@ lib/thunderbird/chrome/toolkit/content/global/nsUserSettings.js lib/thunderbird/chrome/toolkit/content/global/platformHTMLBindings.xml lib/thunderbird/chrome/toolkit/content/global/plugins.css lib/thunderbird/chrome/toolkit/content/global/plugins.html -lib/thunderbird/chrome/toolkit/content/global/post-fork-preload.js lib/thunderbird/chrome/toolkit/content/global/preload.js lib/thunderbird/chrome/toolkit/content/global/printPageSetup.js lib/thunderbird/chrome/toolkit/content/global/printPageSetup.xul @@ -1437,6 +1688,7 @@ lib/thunderbird/chrome/toolkit/content/global/printdialog.js lib/thunderbird/chrome/toolkit/content/global/printdialog.xul lib/thunderbird/chrome/toolkit/content/global/printjoboptions.js lib/thunderbird/chrome/toolkit/content/global/printjoboptions.xul +lib/thunderbird/chrome/toolkit/content/global/process-content.js lib/thunderbird/chrome/toolkit/content/global/reader/aboutReader.html lib/thunderbird/chrome/toolkit/content/global/reader/aboutReader.js lib/thunderbird/chrome/toolkit/content/global/remote-test-ipc.js @@ -1456,6 +1708,7 @@ lib/thunderbird/chrome/toolkit/content/global/textbox.css lib/thunderbird/chrome/toolkit/content/global/treeUtils.js lib/thunderbird/chrome/toolkit/content/global/viewPartialSource.js lib/thunderbird/chrome/toolkit/content/global/viewPartialSource.xul +lib/thunderbird/chrome/toolkit/content/global/viewSource-content.js lib/thunderbird/chrome/toolkit/content/global/viewSource.css lib/thunderbird/chrome/toolkit/content/global/viewSource.js lib/thunderbird/chrome/toolkit/content/global/viewSource.xul @@ -1504,10 +1757,6 @@ lib/thunderbird/chrome/toolkit/content/mozapps/handling/dialog.js lib/thunderbird/chrome/toolkit/content/mozapps/handling/dialog.xul lib/thunderbird/chrome/toolkit/content/mozapps/handling/handler.css lib/thunderbird/chrome/toolkit/content/mozapps/handling/handler.xml -lib/thunderbird/chrome/toolkit/content/mozapps/plugins/pluginFinderBinding.css -lib/thunderbird/chrome/toolkit/content/mozapps/plugins/pluginProblem.xml -lib/thunderbird/chrome/toolkit/content/mozapps/plugins/pluginProblemBinding.css -lib/thunderbird/chrome/toolkit/content/mozapps/plugins/pluginProblemContent.css lib/thunderbird/chrome/toolkit/content/mozapps/preferences/changemp.js lib/thunderbird/chrome/toolkit/content/mozapps/preferences/changemp.xul lib/thunderbird/chrome/toolkit/content/mozapps/preferences/fontbuilder.js @@ -1517,35 +1766,40 @@ lib/thunderbird/chrome/toolkit/content/mozapps/profile/createProfileWizard.js lib/thunderbird/chrome/toolkit/content/mozapps/profile/createProfileWizard.xul lib/thunderbird/chrome/toolkit/content/mozapps/profile/profileSelection.js lib/thunderbird/chrome/toolkit/content/mozapps/profile/profileSelection.xul -lib/thunderbird/chrome/toolkit/content/mozapps/update/history.js -lib/thunderbird/chrome/toolkit/content/mozapps/update/history.xul -lib/thunderbird/chrome/toolkit/content/mozapps/update/updates.css -lib/thunderbird/chrome/toolkit/content/mozapps/update/updates.js -lib/thunderbird/chrome/toolkit/content/mozapps/update/updates.xml -lib/thunderbird/chrome/toolkit/content/mozapps/update/updates.xul lib/thunderbird/chrome/toolkit/content/mozapps/xpinstall/xpinstallConfirm.css lib/thunderbird/chrome/toolkit/content/mozapps/xpinstall/xpinstallConfirm.js lib/thunderbird/chrome/toolkit/content/mozapps/xpinstall/xpinstallConfirm.xul lib/thunderbird/chrome/toolkit/content/mozapps/xpinstall/xpinstallItem.xml +lib/thunderbird/chrome/toolkit/content/passwordmgr/login.xml lib/thunderbird/chrome/toolkit/content/passwordmgr/passwordManager.js lib/thunderbird/chrome/toolkit/content/passwordmgr/passwordManager.xul lib/thunderbird/chrome/toolkit/content/passwordmgr/passwordManagerCommon.js lib/thunderbird/chrome/toolkit/content/passwordmgr/passwordManagerExceptions.js lib/thunderbird/chrome/toolkit/content/passwordmgr/passwordManagerExceptions.xul +lib/thunderbird/chrome/toolkit/content/passwordmgr/recipes.json lib/thunderbird/chrome/toolkit/content/satchel/formSubmitListener.js lib/thunderbird/chrome/toolkit/content/xbl-marquee/xbl-marquee.css lib/thunderbird/chrome/toolkit/content/xbl-marquee/xbl-marquee.xml +lib/thunderbird/chrome/toolkit/pluginproblem/pluginFinderBinding.css +lib/thunderbird/chrome/toolkit/pluginproblem/pluginProblem.xml +lib/thunderbird/chrome/toolkit/pluginproblem/pluginProblemBinding.css +lib/thunderbird/chrome/toolkit/pluginproblem/pluginProblemContent.css +lib/thunderbird/chrome/toolkit/res/arrow-left.gif +lib/thunderbird/chrome/toolkit/res/arrow-right.gif lib/thunderbird/chrome/toolkit/res/arrow.gif +lib/thunderbird/chrome/toolkit/res/arrowd-left.gif +lib/thunderbird/chrome/toolkit/res/arrowd-right.gif lib/thunderbird/chrome/toolkit/res/arrowd.gif lib/thunderbird/chrome/toolkit/res/broken-image.png lib/thunderbird/chrome/toolkit/res/charsetData.properties lib/thunderbird/chrome/toolkit/res/counterstyles.css lib/thunderbird/chrome/toolkit/res/forms.css -lib/thunderbird/chrome/toolkit/res/full-screen-override.css lib/thunderbird/chrome/toolkit/res/hiddenWindow.html lib/thunderbird/chrome/toolkit/res/html.css lib/thunderbird/chrome/toolkit/res/loading-image.png lib/thunderbird/chrome/toolkit/res/mathml.css +lib/thunderbird/chrome/toolkit/res/noframes.css +lib/thunderbird/chrome/toolkit/res/noscript.css lib/thunderbird/chrome/toolkit/res/number-control.css lib/thunderbird/chrome/toolkit/res/plaintext.css lib/thunderbird/chrome/toolkit/res/quirk.css @@ -1557,9 +1811,11 @@ lib/thunderbird/chrome/toolkit/skin/classic/global/aboutCache.css lib/thunderbird/chrome/toolkit/skin/classic/global/aboutCacheEntry.css lib/thunderbird/chrome/toolkit/skin/classic/global/aboutMemory.css lib/thunderbird/chrome/toolkit/skin/classic/global/aboutReader.css +lib/thunderbird/chrome/toolkit/skin/classic/global/aboutReaderContent.css +lib/thunderbird/chrome/toolkit/skin/classic/global/aboutReaderControls.css lib/thunderbird/chrome/toolkit/skin/classic/global/aboutSupport.css +lib/thunderbird/chrome/toolkit/skin/classic/global/alerts/alert-common.css lib/thunderbird/chrome/toolkit/skin/classic/global/alerts/alert.css -lib/thunderbird/chrome/toolkit/skin/classic/global/alerts/notification-48.png lib/thunderbird/chrome/toolkit/skin/classic/global/appPicker.css lib/thunderbird/chrome/toolkit/skin/classic/global/arrow.css lib/thunderbird/chrome/toolkit/skin/classic/global/arrow/arrow-dn-dis.gif @@ -1568,12 +1824,10 @@ lib/thunderbird/chrome/toolkit/skin/classic/global/arrow/arrow-dn-sharp.gif lib/thunderbird/chrome/toolkit/skin/classic/global/arrow/arrow-dn.gif lib/thunderbird/chrome/toolkit/skin/classic/global/arrow/arrow-down.png lib/thunderbird/chrome/toolkit/skin/classic/global/arrow/arrow-lft-dis.gif -lib/thunderbird/chrome/toolkit/skin/classic/global/arrow/arrow-lft-hov.gif lib/thunderbird/chrome/toolkit/skin/classic/global/arrow/arrow-lft-sharp-end.gif lib/thunderbird/chrome/toolkit/skin/classic/global/arrow/arrow-lft-sharp.gif lib/thunderbird/chrome/toolkit/skin/classic/global/arrow/arrow-lft.gif lib/thunderbird/chrome/toolkit/skin/classic/global/arrow/arrow-rit-dis.gif -lib/thunderbird/chrome/toolkit/skin/classic/global/arrow/arrow-rit-hov.gif lib/thunderbird/chrome/toolkit/skin/classic/global/arrow/arrow-rit-sharp-end.gif lib/thunderbird/chrome/toolkit/skin/classic/global/arrow/arrow-rit-sharp.gif lib/thunderbird/chrome/toolkit/skin/classic/global/arrow/arrow-rit.gif @@ -1631,45 +1885,39 @@ lib/thunderbird/chrome/toolkit/skin/classic/global/icons/autocomplete-search.svg lib/thunderbird/chrome/toolkit/skin/classic/global/icons/autoscroll.png lib/thunderbird/chrome/toolkit/skin/classic/global/icons/blacklist_favicon.png lib/thunderbird/chrome/toolkit/skin/classic/global/icons/blacklist_large.png -lib/thunderbird/chrome/toolkit/skin/classic/global/icons/close-lunaBlue.png -lib/thunderbird/chrome/toolkit/skin/classic/global/icons/close-lunaOlive.png -lib/thunderbird/chrome/toolkit/skin/classic/global/icons/close-lunaSilver.png +lib/thunderbird/chrome/toolkit/skin/classic/global/icons/close-inverted.png +lib/thunderbird/chrome/toolkit/skin/classic/global/icons/close-inverted@2x.png lib/thunderbird/chrome/toolkit/skin/classic/global/icons/close.png lib/thunderbird/chrome/toolkit/skin/classic/global/icons/close.svg +lib/thunderbird/chrome/toolkit/skin/classic/global/icons/close@2x.png lib/thunderbird/chrome/toolkit/skin/classic/global/icons/collapse.png lib/thunderbird/chrome/toolkit/skin/classic/global/icons/error-16.png -lib/thunderbird/chrome/toolkit/skin/classic/global/icons/error-24.png -lib/thunderbird/chrome/toolkit/skin/classic/global/icons/error-48.png lib/thunderbird/chrome/toolkit/skin/classic/global/icons/error-64.png lib/thunderbird/chrome/toolkit/skin/classic/global/icons/expand.png lib/thunderbird/chrome/toolkit/skin/classic/global/icons/find-arrows.png -lib/thunderbird/chrome/toolkit/skin/classic/global/icons/find.png lib/thunderbird/chrome/toolkit/skin/classic/global/icons/folder-item.png +lib/thunderbird/chrome/toolkit/skin/classic/global/icons/info.svg lib/thunderbird/chrome/toolkit/skin/classic/global/icons/information-16.png lib/thunderbird/chrome/toolkit/skin/classic/global/icons/information-24.png lib/thunderbird/chrome/toolkit/skin/classic/global/icons/information-32.png -lib/thunderbird/chrome/toolkit/skin/classic/global/icons/information-48.png -lib/thunderbird/chrome/toolkit/skin/classic/global/icons/information-64.png +lib/thunderbird/chrome/toolkit/skin/classic/global/icons/loading-inverted.png +lib/thunderbird/chrome/toolkit/skin/classic/global/icons/loading-inverted@2x.png lib/thunderbird/chrome/toolkit/skin/classic/global/icons/loading_16.png lib/thunderbird/chrome/toolkit/skin/classic/global/icons/panelarrow-horizontal.svg lib/thunderbird/chrome/toolkit/skin/classic/global/icons/panelarrow-vertical.svg lib/thunderbird/chrome/toolkit/skin/classic/global/icons/question-16.png -lib/thunderbird/chrome/toolkit/skin/classic/global/icons/question-24.png -lib/thunderbird/chrome/toolkit/skin/classic/global/icons/question-48.png lib/thunderbird/chrome/toolkit/skin/classic/global/icons/question-64.png lib/thunderbird/chrome/toolkit/skin/classic/global/icons/resizer-rtl.png lib/thunderbird/chrome/toolkit/skin/classic/global/icons/resizer.png lib/thunderbird/chrome/toolkit/skin/classic/global/icons/sslWarning.png lib/thunderbird/chrome/toolkit/skin/classic/global/icons/tabprompts-bgtexture.png lib/thunderbird/chrome/toolkit/skin/classic/global/icons/warning-16.png -lib/thunderbird/chrome/toolkit/skin/classic/global/icons/warning-24.png lib/thunderbird/chrome/toolkit/skin/classic/global/icons/warning-64.png lib/thunderbird/chrome/toolkit/skin/classic/global/icons/warning-large.png lib/thunderbird/chrome/toolkit/skin/classic/global/icons/warning.svg lib/thunderbird/chrome/toolkit/skin/classic/global/icons/webapps-16.png lib/thunderbird/chrome/toolkit/skin/classic/global/icons/webapps-64.png lib/thunderbird/chrome/toolkit/skin/classic/global/icons/windowControls.png -lib/thunderbird/chrome/toolkit/skin/classic/global/icons/wrap.png lib/thunderbird/chrome/toolkit/skin/classic/global/in-content/check-partial.svg lib/thunderbird/chrome/toolkit/skin/classic/global/in-content/check.svg lib/thunderbird/chrome/toolkit/skin/classic/global/in-content/common.css @@ -1677,8 +1925,6 @@ lib/thunderbird/chrome/toolkit/skin/classic/global/in-content/dropdown.svg lib/thunderbird/chrome/toolkit/skin/classic/global/in-content/help-glyph.svg lib/thunderbird/chrome/toolkit/skin/classic/global/in-content/info-pages.css lib/thunderbird/chrome/toolkit/skin/classic/global/in-content/radio.svg -lib/thunderbird/chrome/toolkit/skin/classic/global/inContentUI.css -lib/thunderbird/chrome/toolkit/skin/classic/global/inContentUI/background-texture.png lib/thunderbird/chrome/toolkit/skin/classic/global/linkTree.css lib/thunderbird/chrome/toolkit/skin/classic/global/listbox.css lib/thunderbird/chrome/toolkit/skin/classic/global/media/TopLevelImageDocument.css @@ -1702,7 +1948,11 @@ lib/thunderbird/chrome/toolkit/skin/classic/global/media/videocontrols.css lib/thunderbird/chrome/toolkit/skin/classic/global/media/volume-empty.png lib/thunderbird/chrome/toolkit/skin/classic/global/media/volume-full.png lib/thunderbird/chrome/toolkit/skin/classic/global/menu.css +lib/thunderbird/chrome/toolkit/skin/classic/global/menu/shared-menu-check-active.svg +lib/thunderbird/chrome/toolkit/skin/classic/global/menu/shared-menu-check-black.svg +lib/thunderbird/chrome/toolkit/skin/classic/global/menu/shared-menu-check-hover.svg lib/thunderbird/chrome/toolkit/skin/classic/global/menu/shared-menu-check.png +lib/thunderbird/chrome/toolkit/skin/classic/global/menu/shared-menu-check@2x.png lib/thunderbird/chrome/toolkit/skin/classic/global/menulist.css lib/thunderbird/chrome/toolkit/skin/classic/global/netError.css lib/thunderbird/chrome/toolkit/skin/classic/global/notification.css @@ -1728,6 +1978,7 @@ lib/thunderbird/chrome/toolkit/skin/classic/global/reader/RM-Plus-24x24.svg lib/thunderbird/chrome/toolkit/skin/classic/global/reader/RM-Reading-List-24x24.svg lib/thunderbird/chrome/toolkit/skin/classic/global/reader/RM-Type-Controls-24x24.svg lib/thunderbird/chrome/toolkit/skin/classic/global/reader/RM-Type-Controls-Arrow.svg +lib/thunderbird/chrome/toolkit/skin/classic/global/reader/pocket.svg lib/thunderbird/chrome/toolkit/skin/classic/global/resizer.css lib/thunderbird/chrome/toolkit/skin/classic/global/richlistbox.css lib/thunderbird/chrome/toolkit/skin/classic/global/scale.css @@ -1757,37 +2008,37 @@ lib/thunderbird/chrome/toolkit/skin/classic/global/tree/sort-dsc.png lib/thunderbird/chrome/toolkit/skin/classic/global/tree/twisty-clsd.png lib/thunderbird/chrome/toolkit/skin/classic/global/tree/twisty-open.png lib/thunderbird/chrome/toolkit/skin/classic/global/wizard.css +lib/thunderbird/chrome/toolkit/skin/classic/help/Toolbar-rtl.png +lib/thunderbird/chrome/toolkit/skin/classic/help/Toolbar.png +lib/thunderbird/chrome/toolkit/skin/classic/help/Weblink-rtl.png +lib/thunderbird/chrome/toolkit/skin/classic/help/Weblink.png +lib/thunderbird/chrome/toolkit/skin/classic/help/helpFileLayout.css lib/thunderbird/chrome/toolkit/skin/classic/mozapps/aboutNetworking.css +lib/thunderbird/chrome/toolkit/skin/classic/mozapps/aboutServiceWorkers.css lib/thunderbird/chrome/toolkit/skin/classic/mozapps/downloads/downloadButtons.png lib/thunderbird/chrome/toolkit/skin/classic/mozapps/downloads/downloadIcon.png lib/thunderbird/chrome/toolkit/skin/classic/mozapps/downloads/downloads.css lib/thunderbird/chrome/toolkit/skin/classic/mozapps/downloads/unknownContentType.css lib/thunderbird/chrome/toolkit/skin/classic/mozapps/extensions/about.css -lib/thunderbird/chrome/toolkit/skin/classic/mozapps/extensions/alerticon-error.png -lib/thunderbird/chrome/toolkit/skin/classic/mozapps/extensions/alerticon-info-negative.png -lib/thunderbird/chrome/toolkit/skin/classic/mozapps/extensions/alerticon-info-positive.png -lib/thunderbird/chrome/toolkit/skin/classic/mozapps/extensions/alerticon-warning.png +lib/thunderbird/chrome/toolkit/skin/classic/mozapps/extensions/alerticon-error.svg +lib/thunderbird/chrome/toolkit/skin/classic/mozapps/extensions/alerticon-info-negative.svg +lib/thunderbird/chrome/toolkit/skin/classic/mozapps/extensions/alerticon-info-positive.svg +lib/thunderbird/chrome/toolkit/skin/classic/mozapps/extensions/alerticon-warning.svg lib/thunderbird/chrome/toolkit/skin/classic/mozapps/extensions/blocklist.css lib/thunderbird/chrome/toolkit/skin/classic/mozapps/extensions/cancel.png lib/thunderbird/chrome/toolkit/skin/classic/mozapps/extensions/category-available.png -lib/thunderbird/chrome/toolkit/skin/classic/mozapps/extensions/category-dictionaries.png lib/thunderbird/chrome/toolkit/skin/classic/mozapps/extensions/category-discover.png -lib/thunderbird/chrome/toolkit/skin/classic/mozapps/extensions/category-experiments.png -lib/thunderbird/chrome/toolkit/skin/classic/mozapps/extensions/category-extensions.png -lib/thunderbird/chrome/toolkit/skin/classic/mozapps/extensions/category-languages.png lib/thunderbird/chrome/toolkit/skin/classic/mozapps/extensions/category-plugins.png lib/thunderbird/chrome/toolkit/skin/classic/mozapps/extensions/category-recent.png lib/thunderbird/chrome/toolkit/skin/classic/mozapps/extensions/category-search.png -lib/thunderbird/chrome/toolkit/skin/classic/mozapps/extensions/category-searchengines.png lib/thunderbird/chrome/toolkit/skin/classic/mozapps/extensions/category-service.png -lib/thunderbird/chrome/toolkit/skin/classic/mozapps/extensions/category-themes.png lib/thunderbird/chrome/toolkit/skin/classic/mozapps/extensions/dictionaryGeneric-16.png lib/thunderbird/chrome/toolkit/skin/classic/mozapps/extensions/dictionaryGeneric.png lib/thunderbird/chrome/toolkit/skin/classic/mozapps/extensions/discover-logo.png lib/thunderbird/chrome/toolkit/skin/classic/mozapps/extensions/eula.css lib/thunderbird/chrome/toolkit/skin/classic/mozapps/extensions/experimentGeneric.png lib/thunderbird/chrome/toolkit/skin/classic/mozapps/extensions/extensionGeneric-16.png -lib/thunderbird/chrome/toolkit/skin/classic/mozapps/extensions/extensionGeneric.png +lib/thunderbird/chrome/toolkit/skin/classic/mozapps/extensions/extensionGeneric.svg lib/thunderbird/chrome/toolkit/skin/classic/mozapps/extensions/extensions.css lib/thunderbird/chrome/toolkit/skin/classic/mozapps/extensions/heart.png lib/thunderbird/chrome/toolkit/skin/classic/mozapps/extensions/localeGeneric.png @@ -1796,10 +2047,6 @@ lib/thunderbird/chrome/toolkit/skin/classic/mozapps/extensions/newaddon.css lib/thunderbird/chrome/toolkit/skin/classic/mozapps/extensions/rating-not-won.png lib/thunderbird/chrome/toolkit/skin/classic/mozapps/extensions/rating-won.png lib/thunderbird/chrome/toolkit/skin/classic/mozapps/extensions/selectAddons.css -lib/thunderbird/chrome/toolkit/skin/classic/mozapps/extensions/stripes-error.png -lib/thunderbird/chrome/toolkit/skin/classic/mozapps/extensions/stripes-info-negative.png -lib/thunderbird/chrome/toolkit/skin/classic/mozapps/extensions/stripes-info-positive.png -lib/thunderbird/chrome/toolkit/skin/classic/mozapps/extensions/stripes-warning.png lib/thunderbird/chrome/toolkit/skin/classic/mozapps/extensions/themeGeneric-16.png lib/thunderbird/chrome/toolkit/skin/classic/mozapps/extensions/themeGeneric.png lib/thunderbird/chrome/toolkit/skin/classic/mozapps/extensions/update.css @@ -1808,8 +2055,8 @@ lib/thunderbird/chrome/toolkit/skin/classic/mozapps/formautofill/requestAutocomp lib/thunderbird/chrome/toolkit/skin/classic/mozapps/handling/handling.css lib/thunderbird/chrome/toolkit/skin/classic/mozapps/passwordmgr/key-16.png lib/thunderbird/chrome/toolkit/skin/classic/mozapps/passwordmgr/key-64.png -lib/thunderbird/chrome/toolkit/skin/classic/mozapps/passwordmgr/key.png lib/thunderbird/chrome/toolkit/skin/classic/mozapps/places/defaultFavicon.png +lib/thunderbird/chrome/toolkit/skin/classic/mozapps/places/defaultFavicon@2x.png lib/thunderbird/chrome/toolkit/skin/classic/mozapps/plugins/contentPluginActivate.png lib/thunderbird/chrome/toolkit/skin/classic/mozapps/plugins/contentPluginBlocked.png lib/thunderbird/chrome/toolkit/skin/classic/mozapps/plugins/contentPluginClose.png @@ -1818,8 +2065,6 @@ lib/thunderbird/chrome/toolkit/skin/classic/mozapps/plugins/contentPluginDisable lib/thunderbird/chrome/toolkit/skin/classic/mozapps/plugins/contentPluginDownload.png lib/thunderbird/chrome/toolkit/skin/classic/mozapps/plugins/contentPluginMissing.png lib/thunderbird/chrome/toolkit/skin/classic/mozapps/plugins/contentPluginStripe.png -lib/thunderbird/chrome/toolkit/skin/classic/mozapps/plugins/notifyPluginCrashed.png -lib/thunderbird/chrome/toolkit/skin/classic/mozapps/plugins/notifyPluginGeneric.png lib/thunderbird/chrome/toolkit/skin/classic/mozapps/plugins/pluginBlocked-64.png lib/thunderbird/chrome/toolkit/skin/classic/mozapps/plugins/pluginBlocked.png lib/thunderbird/chrome/toolkit/skin/classic/mozapps/plugins/pluginGeneric-16.png @@ -1832,7 +2077,6 @@ lib/thunderbird/chrome/toolkit/skin/classic/mozapps/update/downloadButtons.png lib/thunderbird/chrome/toolkit/skin/classic/mozapps/update/updates.css lib/thunderbird/chrome/toolkit/skin/classic/mozapps/viewsource/viewsource.css lib/thunderbird/chrome/toolkit/skin/classic/mozapps/xpinstall/xpinstallConfirm.css -lib/thunderbird/chrome/toolkit/skin/classic/mozapps/xpinstall/xpinstallItemGeneric.png lib/thunderbird/components/AppsService.js lib/thunderbird/components/BrowserElementParent.js lib/thunderbird/components/ColorAnalyzer.js @@ -1845,17 +2089,20 @@ lib/thunderbird/components/FeedProcessor.js lib/thunderbird/components/FormAutofillContentService.js lib/thunderbird/components/FormAutofillStartup.js lib/thunderbird/components/FormHistoryStartup.js +lib/thunderbird/components/InstallPackagedWebapp.js lib/thunderbird/components/MainProcessSingleton.js lib/thunderbird/components/NetworkGeolocationProvider.js +lib/thunderbird/components/PACGenerator.js +lib/thunderbird/components/PackagedAppUtils.js lib/thunderbird/components/PageThumbsProtocol.js lib/thunderbird/components/PermissionSettings.js lib/thunderbird/components/PlacesCategoriesStarter.js lib/thunderbird/components/PresentationDeviceInfoManager.js +lib/thunderbird/components/Push.js +lib/thunderbird/components/PushNotificationService.js lib/thunderbird/components/SettingsManager.js lib/thunderbird/components/SiteSpecificUserAgent.js -lib/thunderbird/components/TCPServerSocket.js -lib/thunderbird/components/TCPSocket.js -lib/thunderbird/components/TCPSocketParentIntermediary.js +lib/thunderbird/components/TCPPresentationServer.js lib/thunderbird/components/TelemetryStartup.js lib/thunderbird/components/UnifiedComplete.js lib/thunderbird/components/Webapps.js @@ -1865,6 +2112,7 @@ lib/thunderbird/components/addonManager.js lib/thunderbird/components/amContentHandler.js lib/thunderbird/components/amInstallTrigger.js lib/thunderbird/components/amWebInstallListener.js +lib/thunderbird/components/captivedetect.js lib/thunderbird/components/components.manifest lib/thunderbird/components/contentAreaDropListener.js lib/thunderbird/components/crypto-SDR.js @@ -1884,8 +2132,6 @@ lib/thunderbird/components/interfaces.xpt lib/thunderbird/components/irc.js lib/thunderbird/components/jsconsole-clhandler.js lib/thunderbird/components/jsmimeemitter.js -${PLIST.gnome}lib/thunderbird/components/libdbusservice.so -lib/thunderbird/components/libmozgnome.so lib/thunderbird/components/logger.js lib/thunderbird/components/mailContentHandler.js lib/thunderbird/components/mailGlue.js @@ -1909,7 +2155,6 @@ lib/thunderbird/components/nsBox.js lib/thunderbird/components/nsContentDispatchChooser.js lib/thunderbird/components/nsContentPrefService.js lib/thunderbird/components/nsCrashMonitor.js -lib/thunderbird/components/nsDOMIdentity.js lib/thunderbird/components/nsDefaultCLH.js lib/thunderbird/components/nsFilePicker.js lib/thunderbird/components/nsFormAutoComplete.js @@ -1917,7 +2162,6 @@ lib/thunderbird/components/nsFormHistory.js lib/thunderbird/components/nsHandlerService.js lib/thunderbird/components/nsHelperAppDlg.js lib/thunderbird/components/nsHightail.js -lib/thunderbird/components/nsIDService.js lib/thunderbird/components/nsINIProcessor.js lib/thunderbird/components/nsInputListAutoComplete.js lib/thunderbird/components/nsLDAPProtocolHandler.js @@ -1945,6 +2189,8 @@ lib/thunderbird/components/nsUrlClassifierLib.js lib/thunderbird/components/nsUrlClassifierListManager.js lib/thunderbird/components/nsWebHandlerApp.js lib/thunderbird/components/offlineStartup.js +lib/thunderbird/components/simpleServices.js +lib/thunderbird/components/skype.js lib/thunderbird/components/smileProtocolHandler.js lib/thunderbird/components/smime-service.js lib/thunderbird/components/steelApplication.js @@ -1953,7 +2199,6 @@ lib/thunderbird/components/twitter.js lib/thunderbird/components/txEXSLTRegExFunctions.js lib/thunderbird/components/xmpp.js lib/thunderbird/components/yahoo.js -lib/thunderbird/defaults/autoconfig/platform.js lib/thunderbird/defaults/autoconfig/prefcalls.js lib/thunderbird/defaults/messenger/mailViews.dat lib/thunderbird/defaults/pref/all-im.js @@ -2021,16 +2266,18 @@ lib/thunderbird/isp/movemail.rdf lib/thunderbird/isp/rss.rdf lib/thunderbird/libldap60.so lib/thunderbird/libldif60.so -lib/thunderbird/libmozalloc.so -lib/thunderbird/libmozjs.so +lib/thunderbird/liblgpllibs.so +lib/thunderbird/libmozsqlite3.so lib/thunderbird/libprldap60.so lib/thunderbird/libxul.so +lib/thunderbird/modules/ABQueryUtils.jsm lib/thunderbird/modules/AboutReader.jsm lib/thunderbird/modules/ActivitiesService.jsm lib/thunderbird/modules/ActivitiesServiceFilter.jsm lib/thunderbird/modules/AddonManager.jsm lib/thunderbird/modules/AlarmDB.jsm lib/thunderbird/modules/AlarmService.jsm +lib/thunderbird/modules/AppConstants.jsm lib/thunderbird/modules/AppDownloadManager.jsm lib/thunderbird/modules/AppsServiceChild.jsm lib/thunderbird/modules/AppsUtils.jsm @@ -2040,6 +2287,7 @@ lib/thunderbird/modules/AsyncSpellCheckTestHelper.jsm lib/thunderbird/modules/AutoCompleteE10S.jsm lib/thunderbird/modules/BackgroundPageThumbs.jsm lib/thunderbird/modules/Battery.jsm +lib/thunderbird/modules/BigInteger.jsm lib/thunderbird/modules/BinarySearch.jsm lib/thunderbird/modules/BookmarkHTMLUtils.jsm lib/thunderbird/modules/BookmarkJSONUtils.jsm @@ -2049,10 +2297,13 @@ lib/thunderbird/modules/BrowserUtils.jsm lib/thunderbird/modules/CertUtils.jsm lib/thunderbird/modules/CharsetMenu.jsm lib/thunderbird/modules/ChromeManifestParser.jsm +lib/thunderbird/modules/ClientID.jsm lib/thunderbird/modules/ClusterLib.js lib/thunderbird/modules/ColorAnalyzer_worker.js lib/thunderbird/modules/ColorConversion.js lib/thunderbird/modules/CommonDialog.jsm +lib/thunderbird/modules/CompatWarning.jsm +lib/thunderbird/modules/Console.jsm lib/thunderbird/modules/ContactDB.jsm lib/thunderbird/modules/ContactService.jsm lib/thunderbird/modules/ContentPrefInstance.jsm @@ -2063,7 +2314,6 @@ lib/thunderbird/modules/ContentPrefStore.jsm lib/thunderbird/modules/ContentPrefUtils.jsm lib/thunderbird/modules/CrashMonitor.jsm lib/thunderbird/modules/Credentials.jsm -lib/thunderbird/modules/DOMIdentity.jsm lib/thunderbird/modules/DOMRequestHelper.jsm lib/thunderbird/modules/DataStoreChangeNotifier.jsm lib/thunderbird/modules/DataStoreCursorImpl.jsm @@ -2071,7 +2321,6 @@ lib/thunderbird/modules/DataStoreDB.jsm lib/thunderbird/modules/DeferredSave.jsm lib/thunderbird/modules/DeferredTask.jsm lib/thunderbird/modules/Deprecated.jsm -lib/thunderbird/modules/Dict.jsm lib/thunderbird/modules/DownloadCore.jsm lib/thunderbird/modules/DownloadImport.jsm lib/thunderbird/modules/DownloadIntegration.jsm @@ -2083,6 +2332,11 @@ lib/thunderbird/modules/DownloadTaskbarProgress.jsm lib/thunderbird/modules/DownloadUIHelper.jsm lib/thunderbird/modules/DownloadUtils.jsm lib/thunderbird/modules/Downloads.jsm +lib/thunderbird/modules/Extension.jsm +lib/thunderbird/modules/ExtensionContent.jsm +lib/thunderbird/modules/ExtensionManagement.jsm +lib/thunderbird/modules/ExtensionStorage.jsm +lib/thunderbird/modules/ExtensionUtils.jsm lib/thunderbird/modules/FeedUtils.jsm lib/thunderbird/modules/FileUtils.jsm lib/thunderbird/modules/Finder.jsm @@ -2099,7 +2353,10 @@ lib/thunderbird/modules/FxAccountsClient.jsm lib/thunderbird/modules/FxAccountsCommon.js lib/thunderbird/modules/FxAccountsOAuthClient.jsm lib/thunderbird/modules/FxAccountsOAuthGrantClient.jsm +lib/thunderbird/modules/FxAccountsProfile.jsm lib/thunderbird/modules/FxAccountsProfileClient.jsm +lib/thunderbird/modules/FxAccountsStorage.jsm +lib/thunderbird/modules/FxAccountsWebChannel.jsm lib/thunderbird/modules/GMPInstallManager.jsm lib/thunderbird/modules/GMPUtils.jsm lib/thunderbird/modules/Geometry.jsm @@ -2107,6 +2364,7 @@ lib/thunderbird/modules/History.jsm lib/thunderbird/modules/Http.jsm lib/thunderbird/modules/IOUtils.js lib/thunderbird/modules/ISO8601DateUtils.jsm +lib/thunderbird/modules/ImageObjectProcessor.jsm lib/thunderbird/modules/ImportExport.jsm lib/thunderbird/modules/IndexedDBHelper.jsm lib/thunderbird/modules/InlineSpellChecker.jsm @@ -2119,15 +2377,21 @@ lib/thunderbird/modules/Langpacks.jsm lib/thunderbird/modules/LightweightThemeConsumer.jsm lib/thunderbird/modules/LightweightThemeManager.jsm lib/thunderbird/modules/LoadContextInfo.jsm +lib/thunderbird/modules/Locale.jsm lib/thunderbird/modules/Log.jsm lib/thunderbird/modules/LoginHelper.jsm lib/thunderbird/modules/LoginImport.jsm lib/thunderbird/modules/LoginManagerContent.jsm lib/thunderbird/modules/LoginManagerParent.jsm +lib/thunderbird/modules/LoginRecipes.jsm lib/thunderbird/modules/LoginStore.jsm lib/thunderbird/modules/MailConsts.js lib/thunderbird/modules/MailUtils.js +lib/thunderbird/modules/ManifestFinder.jsm +lib/thunderbird/modules/ManifestObtainer.jsm lib/thunderbird/modules/ManifestProcessor.jsm +lib/thunderbird/modules/MatchPattern.jsm +lib/thunderbird/modules/MessageBroadcaster.jsm lib/thunderbird/modules/MessagePortBase.jsm lib/thunderbird/modules/MessagePortWorker.js lib/thunderbird/modules/Microformats.js @@ -2140,6 +2404,8 @@ lib/thunderbird/modules/NormalizedMap.jsm lib/thunderbird/modules/NotificationDB.jsm lib/thunderbird/modules/OAuth2.jsm lib/thunderbird/modules/OAuth2Providers.jsm +lib/thunderbird/modules/OSCrypto.jsm +lib/thunderbird/modules/ObjectUtils.jsm lib/thunderbird/modules/OfflineCacheInstaller.jsm lib/thunderbird/modules/OperatorApps.jsm lib/thunderbird/modules/PageMenu.jsm @@ -2158,6 +2424,7 @@ lib/thunderbird/modules/PhoneNumberNormalizer.jsm lib/thunderbird/modules/PhoneNumberUtils.jsm lib/thunderbird/modules/PlacesBackups.jsm lib/thunderbird/modules/PlacesDBUtils.jsm +lib/thunderbird/modules/PlacesRemoteTabsAutocompleteProvider.jsm lib/thunderbird/modules/PlacesSearchAutocompleteProvider.jsm lib/thunderbird/modules/PlacesTransactions.jsm lib/thunderbird/modules/PlacesUtils.jsm @@ -2167,21 +2434,28 @@ lib/thunderbird/modules/Preferences.jsm lib/thunderbird/modules/Prefetcher.jsm lib/thunderbird/modules/PresentationDeviceInfoManager.jsm lib/thunderbird/modules/PrivateBrowsingUtils.jsm -${PLIST.sps}lib/thunderbird/modules/Profiler.jsm +lib/thunderbird/modules/ProfileAge.jsm lib/thunderbird/modules/Promise-backend.js lib/thunderbird/modules/Promise.jsm +lib/thunderbird/modules/PromiseMessage.jsm lib/thunderbird/modules/PromiseUtils.jsm lib/thunderbird/modules/PromiseWorker.jsm lib/thunderbird/modules/PropertyListUtils.jsm +lib/thunderbird/modules/PushCrypto.jsm +lib/thunderbird/modules/PushDB.jsm +lib/thunderbird/modules/PushRecord.jsm lib/thunderbird/modules/PushService.jsm +lib/thunderbird/modules/PushServiceChildPreload.jsm +lib/thunderbird/modules/PushServiceHttp2.jsm +lib/thunderbird/modules/PushServiceWebSocket.jsm lib/thunderbird/modules/ReaderMode.jsm lib/thunderbird/modules/RemoteAddonsChild.jsm lib/thunderbird/modules/RemoteAddonsParent.jsm lib/thunderbird/modules/RemoteController.jsm lib/thunderbird/modules/RemoteDebuggerServer.jsm lib/thunderbird/modules/RemoteFinder.jsm +lib/thunderbird/modules/RemotePageManager.jsm lib/thunderbird/modules/RemoteSecurityUI.jsm -lib/thunderbird/modules/RemoteWebNavigation.jsm lib/thunderbird/modules/RemoteWebProgress.jsm lib/thunderbird/modules/RequestAutocompleteUI.jsm lib/thunderbird/modules/RequestSyncApp.jsm @@ -2192,6 +2466,7 @@ lib/thunderbird/modules/ResourceStatsDB.jsm lib/thunderbird/modules/ResourceStatsService.jsm lib/thunderbird/modules/RokuApp.jsm lib/thunderbird/modules/SafeBrowsing.jsm +lib/thunderbird/modules/Schemas.jsm lib/thunderbird/modules/ScriptPreloader.jsm lib/thunderbird/modules/ScrollPosition.jsm lib/thunderbird/modules/SearchIntegration.js @@ -2200,9 +2475,11 @@ lib/thunderbird/modules/SearchSuggestionController.jsm lib/thunderbird/modules/SelectContentHelper.jsm lib/thunderbird/modules/SelectParentHelper.jsm lib/thunderbird/modules/Services.jsm +lib/thunderbird/modules/SessionRecorder.jsm lib/thunderbird/modules/SettingsDB.jsm lib/thunderbird/modules/SettingsRequestManager.jsm lib/thunderbird/modules/SharedPromptUtils.jsm +lib/thunderbird/modules/ShimWaiver.jsm lib/thunderbird/modules/ShortcutUtils.jsm lib/thunderbird/modules/SimpleServiceDiscovery.jsm lib/thunderbird/modules/Sntp.jsm @@ -2212,28 +2489,39 @@ lib/thunderbird/modules/Sqlite.jsm lib/thunderbird/modules/StoreTrustAnchor.jsm lib/thunderbird/modules/StringBundle.js lib/thunderbird/modules/SystemMessagePermissionsChecker.jsm +lib/thunderbird/modules/SystemUpdateService.jsm lib/thunderbird/modules/Task.jsm -lib/thunderbird/modules/TelemetryFile.jsm +lib/thunderbird/modules/TelemetryArchive.jsm +lib/thunderbird/modules/TelemetryController.jsm +lib/thunderbird/modules/TelemetryEnvironment.jsm lib/thunderbird/modules/TelemetryLog.jsm -lib/thunderbird/modules/TelemetryPing.jsm +lib/thunderbird/modules/TelemetryReportingPolicy.jsm +lib/thunderbird/modules/TelemetrySend.jsm lib/thunderbird/modules/TelemetrySession.jsm lib/thunderbird/modules/TelemetryStopwatch.jsm +lib/thunderbird/modules/TelemetryStorage.jsm lib/thunderbird/modules/TelemetryTimestamps.jsm +lib/thunderbird/modules/TelemetryUtils.jsm lib/thunderbird/modules/ThirdPartyCookieProbe.jsm lib/thunderbird/modules/Timer.jsm lib/thunderbird/modules/Troubleshoot.jsm -lib/thunderbird/modules/TrustedHostedAppsUtils.jsm lib/thunderbird/modules/UITelemetry.jsm -lib/thunderbird/modules/UpdateChannel.jsm +lib/thunderbird/modules/UpdateUtils.jsm lib/thunderbird/modules/UserAgentOverrides.jsm lib/thunderbird/modules/UserAgentUpdates.jsm lib/thunderbird/modules/UserCustomizations.jsm +lib/thunderbird/modules/ValueExtractor.jsm +lib/thunderbird/modules/ViewSourceBrowser.jsm lib/thunderbird/modules/WebChannel.jsm +lib/thunderbird/modules/WebNavigation.jsm +lib/thunderbird/modules/WebNavigationContent.js +lib/thunderbird/modules/WebRequest.jsm +lib/thunderbird/modules/WebRequestCommon.jsm +lib/thunderbird/modules/WebRequestContent.js lib/thunderbird/modules/WebappOSUtils.jsm lib/thunderbird/modules/Webapps.jsm lib/thunderbird/modules/WindowDraggingUtils.jsm lib/thunderbird/modules/Windows8WindowFrameColor.jsm -lib/thunderbird/modules/WindowsPrefSync.jsm lib/thunderbird/modules/WorkerAPI.jsm lib/thunderbird/modules/XPCOMUtils.jsm lib/thunderbird/modules/XPathGenerator.jsm @@ -2249,7 +2537,7 @@ lib/thunderbird/modules/accessibility/Gestures.jsm lib/thunderbird/modules/accessibility/OutputGenerator.jsm lib/thunderbird/modules/accessibility/PointerAdapter.jsm lib/thunderbird/modules/accessibility/Presentation.jsm -lib/thunderbird/modules/accessibility/TraversalRules.jsm +lib/thunderbird/modules/accessibility/Traversal.jsm lib/thunderbird/modules/accessibility/Utils.jsm lib/thunderbird/modules/activity/activityModules.js lib/thunderbird/modules/activity/alertHook.js @@ -2258,6 +2546,7 @@ lib/thunderbird/modules/activity/glodaIndexer.js lib/thunderbird/modules/activity/moveCopy.js lib/thunderbird/modules/activity/pop3Download.js lib/thunderbird/modules/activity/sendLater.js +lib/thunderbird/modules/addons/AddonConstants.jsm lib/thunderbird/modules/addons/AddonLogging.jsm lib/thunderbird/modules/addons/AddonRepository.jsm lib/thunderbird/modules/addons/AddonRepository_SQLiteMigrator.jsm @@ -2266,7 +2555,9 @@ lib/thunderbird/modules/addons/Content.js lib/thunderbird/modules/addons/GMPProvider.jsm lib/thunderbird/modules/addons/LightweightThemeImageOptimizer.jsm lib/thunderbird/modules/addons/PluginProvider.jsm +lib/thunderbird/modules/addons/ProductAddonChecker.jsm lib/thunderbird/modules/addons/SpellCheckDictionaryBootstrap.js +lib/thunderbird/modules/addons/WebExtensionBootstrap.js lib/thunderbird/modules/addons/XPIProvider.jsm lib/thunderbird/modules/addons/XPIProviderUtils.js lib/thunderbird/modules/appIdleManager.js @@ -2279,6 +2570,8 @@ lib/thunderbird/modules/commonjs/dev/frame-script.js lib/thunderbird/modules/commonjs/dev/panel.js lib/thunderbird/modules/commonjs/dev/panel/view.js lib/thunderbird/modules/commonjs/dev/ports.js +lib/thunderbird/modules/commonjs/dev/theme.js +lib/thunderbird/modules/commonjs/dev/theme/hooks.js lib/thunderbird/modules/commonjs/dev/toolbox.js lib/thunderbird/modules/commonjs/dev/utils.js lib/thunderbird/modules/commonjs/dev/volcan.js @@ -2292,16 +2585,17 @@ lib/thunderbird/modules/commonjs/diffpatcher/test/index.js lib/thunderbird/modules/commonjs/diffpatcher/test/patch.js lib/thunderbird/modules/commonjs/diffpatcher/test/tap.js lib/thunderbird/modules/commonjs/framescript/FrameScriptManager.jsm -lib/thunderbird/modules/commonjs/framescript/LoaderHelper.jsm +lib/thunderbird/modules/commonjs/framescript/content.jsm lib/thunderbird/modules/commonjs/framescript/context-menu.js -lib/thunderbird/modules/commonjs/framescript/contextmenu-events.js lib/thunderbird/modules/commonjs/framescript/manager.js -lib/thunderbird/modules/commonjs/framescript/tab-events.js lib/thunderbird/modules/commonjs/framescript/util.js lib/thunderbird/modules/commonjs/index.js +lib/thunderbird/modules/commonjs/jetpack-id/index.js lib/thunderbird/modules/commonjs/method/core.js lib/thunderbird/modules/commonjs/method/test/browser.js lib/thunderbird/modules/commonjs/method/test/common.js +lib/thunderbird/modules/commonjs/mozilla-toolkit-versioning/index.js +lib/thunderbird/modules/commonjs/mozilla-toolkit-versioning/lib/utils.js lib/thunderbird/modules/commonjs/node/os.js lib/thunderbird/modules/commonjs/sdk/addon/bootstrap.js lib/thunderbird/modules/commonjs/sdk/addon/events.js @@ -2319,9 +2613,14 @@ lib/thunderbird/modules/commonjs/sdk/content/content-worker.js lib/thunderbird/modules/commonjs/sdk/content/content.js lib/thunderbird/modules/commonjs/sdk/content/context-menu.js lib/thunderbird/modules/commonjs/sdk/content/events.js +lib/thunderbird/modules/commonjs/sdk/content/l10n-html.js lib/thunderbird/modules/commonjs/sdk/content/loader.js lib/thunderbird/modules/commonjs/sdk/content/mod.js +lib/thunderbird/modules/commonjs/sdk/content/page-mod.js +lib/thunderbird/modules/commonjs/sdk/content/page-worker.js lib/thunderbird/modules/commonjs/sdk/content/sandbox.js +lib/thunderbird/modules/commonjs/sdk/content/sandbox/events.js +lib/thunderbird/modules/commonjs/sdk/content/tab-events.js lib/thunderbird/modules/commonjs/sdk/content/thumbnail.js lib/thunderbird/modules/commonjs/sdk/content/utils.js lib/thunderbird/modules/commonjs/sdk/content/worker-child.js @@ -2338,21 +2637,12 @@ lib/thunderbird/modules/commonjs/sdk/core/observer.js lib/thunderbird/modules/commonjs/sdk/core/promise.js lib/thunderbird/modules/commonjs/sdk/core/reference.js lib/thunderbird/modules/commonjs/sdk/deprecated/api-utils.js -lib/thunderbird/modules/commonjs/sdk/deprecated/cortex.js -lib/thunderbird/modules/commonjs/sdk/deprecated/errors.js -lib/thunderbird/modules/commonjs/sdk/deprecated/events.js lib/thunderbird/modules/commonjs/sdk/deprecated/events/assembler.js -lib/thunderbird/modules/commonjs/sdk/deprecated/light-traits.js -lib/thunderbird/modules/commonjs/sdk/deprecated/list.js -lib/thunderbird/modules/commonjs/sdk/deprecated/memory.js -lib/thunderbird/modules/commonjs/sdk/deprecated/symbiont.js lib/thunderbird/modules/commonjs/sdk/deprecated/sync-worker.js -lib/thunderbird/modules/commonjs/sdk/deprecated/traits-worker.js -lib/thunderbird/modules/commonjs/sdk/deprecated/traits.js -lib/thunderbird/modules/commonjs/sdk/deprecated/traits/core.js lib/thunderbird/modules/commonjs/sdk/deprecated/unit-test-finder.js lib/thunderbird/modules/commonjs/sdk/deprecated/unit-test.js lib/thunderbird/modules/commonjs/sdk/deprecated/window-utils.js +lib/thunderbird/modules/commonjs/sdk/dom/events-shimmed.js lib/thunderbird/modules/commonjs/sdk/dom/events.js lib/thunderbird/modules/commonjs/sdk/dom/events/keys.js lib/thunderbird/modules/commonjs/sdk/event/chrome.js @@ -2369,10 +2659,8 @@ lib/thunderbird/modules/commonjs/sdk/input/browser.js lib/thunderbird/modules/commonjs/sdk/input/customizable-ui.js lib/thunderbird/modules/commonjs/sdk/input/frame.js lib/thunderbird/modules/commonjs/sdk/input/system.js -lib/thunderbird/modules/commonjs/sdk/input/window.js lib/thunderbird/modules/commonjs/sdk/io/buffer.js lib/thunderbird/modules/commonjs/sdk/io/byte-streams.js -lib/thunderbird/modules/commonjs/sdk/io/data.js lib/thunderbird/modules/commonjs/sdk/io/file.js lib/thunderbird/modules/commonjs/sdk/io/fs.js lib/thunderbird/modules/commonjs/sdk/io/stream.js @@ -2428,6 +2716,10 @@ lib/thunderbird/modules/commonjs/sdk/preferences/utils.js lib/thunderbird/modules/commonjs/sdk/private-browsing.js lib/thunderbird/modules/commonjs/sdk/private-browsing/utils.js lib/thunderbird/modules/commonjs/sdk/querystring.js +lib/thunderbird/modules/commonjs/sdk/remote/child.js +lib/thunderbird/modules/commonjs/sdk/remote/core.js +lib/thunderbird/modules/commonjs/sdk/remote/parent.js +lib/thunderbird/modules/commonjs/sdk/remote/utils.js lib/thunderbird/modules/commonjs/sdk/request.js lib/thunderbird/modules/commonjs/sdk/selection.js lib/thunderbird/modules/commonjs/sdk/self.js @@ -2441,6 +2733,7 @@ lib/thunderbird/modules/commonjs/sdk/system/child_process/subprocess.js lib/thunderbird/modules/commonjs/sdk/system/child_process/subprocess_worker_unix.js lib/thunderbird/modules/commonjs/sdk/system/child_process/subprocess_worker_win.js lib/thunderbird/modules/commonjs/sdk/system/environment.js +lib/thunderbird/modules/commonjs/sdk/system/events-shimmed.js lib/thunderbird/modules/commonjs/sdk/system/events.js lib/thunderbird/modules/commonjs/sdk/system/globals.js lib/thunderbird/modules/commonjs/sdk/system/process.js @@ -2469,7 +2762,6 @@ lib/thunderbird/modules/commonjs/sdk/test/loader.js lib/thunderbird/modules/commonjs/sdk/test/memory.js lib/thunderbird/modules/commonjs/sdk/test/options.js lib/thunderbird/modules/commonjs/sdk/test/runner.js -lib/thunderbird/modules/commonjs/sdk/test/tmp-file.js lib/thunderbird/modules/commonjs/sdk/test/utils.js lib/thunderbird/modules/commonjs/sdk/timers.js lib/thunderbird/modules/commonjs/sdk/ui.js @@ -2499,7 +2791,6 @@ lib/thunderbird/modules/commonjs/sdk/uri/resource.js lib/thunderbird/modules/commonjs/sdk/url.js lib/thunderbird/modules/commonjs/sdk/url/utils.js lib/thunderbird/modules/commonjs/sdk/util/array.js -lib/thunderbird/modules/commonjs/sdk/util/bond.js lib/thunderbird/modules/commonjs/sdk/util/collection.js lib/thunderbird/modules/commonjs/sdk/util/contract.js lib/thunderbird/modules/commonjs/sdk/util/deprecate.js @@ -2511,19 +2802,16 @@ lib/thunderbird/modules/commonjs/sdk/util/rules.js lib/thunderbird/modules/commonjs/sdk/util/sequence.js lib/thunderbird/modules/commonjs/sdk/util/uuid.js lib/thunderbird/modules/commonjs/sdk/view/core.js -lib/thunderbird/modules/commonjs/sdk/widget.js lib/thunderbird/modules/commonjs/sdk/window/browser.js lib/thunderbird/modules/commonjs/sdk/window/events.js lib/thunderbird/modules/commonjs/sdk/window/helpers.js lib/thunderbird/modules/commonjs/sdk/window/namespace.js lib/thunderbird/modules/commonjs/sdk/window/utils.js lib/thunderbird/modules/commonjs/sdk/windows.js -lib/thunderbird/modules/commonjs/sdk/windows/dom.js lib/thunderbird/modules/commonjs/sdk/windows/fennec.js lib/thunderbird/modules/commonjs/sdk/windows/firefox.js lib/thunderbird/modules/commonjs/sdk/windows/observer.js lib/thunderbird/modules/commonjs/sdk/windows/tabs-fennec.js -lib/thunderbird/modules/commonjs/sdk/windows/tabs-firefox.js lib/thunderbird/modules/commonjs/sdk/worker/utils.js lib/thunderbird/modules/commonjs/sdk/zip/utils.js lib/thunderbird/modules/commonjs/test.js @@ -2533,205 +2821,14 @@ lib/thunderbird/modules/ctypes.jsm lib/thunderbird/modules/dbViewWrapper.js lib/thunderbird/modules/debug.js lib/thunderbird/modules/devtools/Console.jsm -lib/thunderbird/modules/devtools/DevToolsUtils.js -lib/thunderbird/modules/devtools/DevToolsUtils.jsm -lib/thunderbird/modules/devtools/Devices.jsm -lib/thunderbird/modules/devtools/LayoutHelpers.jsm lib/thunderbird/modules/devtools/Loader.jsm -lib/thunderbird/modules/devtools/Require.jsm lib/thunderbird/modules/devtools/Simulator.jsm -lib/thunderbird/modules/devtools/SourceMap.jsm -lib/thunderbird/modules/devtools/Templater.jsm -lib/thunderbird/modules/devtools/acorn/acorn.js -lib/thunderbird/modules/devtools/acorn/acorn_loose.js -lib/thunderbird/modules/devtools/acorn/walk.js -lib/thunderbird/modules/devtools/app-actor-front.js -lib/thunderbird/modules/devtools/async-utils.js -lib/thunderbird/modules/devtools/client/connection-manager.js -lib/thunderbird/modules/devtools/content-observer.js -lib/thunderbird/modules/devtools/content-server.jsm -lib/thunderbird/modules/devtools/css-color.js lib/thunderbird/modules/devtools/dbg-client.jsm lib/thunderbird/modules/devtools/dbg-server.jsm -lib/thunderbird/modules/devtools/deprecated-sync-thenables.js -lib/thunderbird/modules/devtools/discovery/discovery.js lib/thunderbird/modules/devtools/event-emitter.js -lib/thunderbird/modules/devtools/event-parsers.js -lib/thunderbird/modules/devtools/gcli.jsm -lib/thunderbird/modules/devtools/gcli/api.js -lib/thunderbird/modules/devtools/gcli/cli.js -lib/thunderbird/modules/devtools/gcli/commands/addon.js -lib/thunderbird/modules/devtools/gcli/commands/appcache.js -lib/thunderbird/modules/devtools/gcli/commands/calllog.js -lib/thunderbird/modules/devtools/gcli/commands/clear.js -lib/thunderbird/modules/devtools/gcli/commands/cmd.js -lib/thunderbird/modules/devtools/gcli/commands/commands.js -lib/thunderbird/modules/devtools/gcli/commands/connect.js -lib/thunderbird/modules/devtools/gcli/commands/context.js -lib/thunderbird/modules/devtools/gcli/commands/cookie.js -lib/thunderbird/modules/devtools/gcli/commands/csscoverage.js -lib/thunderbird/modules/devtools/gcli/commands/exec.js -lib/thunderbird/modules/devtools/gcli/commands/folder.js -lib/thunderbird/modules/devtools/gcli/commands/global.js -lib/thunderbird/modules/devtools/gcli/commands/help.js -lib/thunderbird/modules/devtools/gcli/commands/highlight.js -lib/thunderbird/modules/devtools/gcli/commands/inject.js -lib/thunderbird/modules/devtools/gcli/commands/intro.js -lib/thunderbird/modules/devtools/gcli/commands/jsb.js -lib/thunderbird/modules/devtools/gcli/commands/lang.js -lib/thunderbird/modules/devtools/gcli/commands/listen.js -lib/thunderbird/modules/devtools/gcli/commands/media.js -lib/thunderbird/modules/devtools/gcli/commands/mocks.js -lib/thunderbird/modules/devtools/gcli/commands/pagemod.js -lib/thunderbird/modules/devtools/gcli/commands/paintflashing.js -lib/thunderbird/modules/devtools/gcli/commands/pref.js -lib/thunderbird/modules/devtools/gcli/commands/preflist.js -lib/thunderbird/modules/devtools/gcli/commands/restart.js -lib/thunderbird/modules/devtools/gcli/commands/screenshot.js -lib/thunderbird/modules/devtools/gcli/commands/test.js -lib/thunderbird/modules/devtools/gcli/commands/tools.js -lib/thunderbird/modules/devtools/gcli/connectors/connectors.js -lib/thunderbird/modules/devtools/gcli/connectors/index.js -lib/thunderbird/modules/devtools/gcli/connectors/protocol.js -lib/thunderbird/modules/devtools/gcli/connectors/rdp.js -lib/thunderbird/modules/devtools/gcli/connectors/remoted.js -lib/thunderbird/modules/devtools/gcli/converters/basic.js -lib/thunderbird/modules/devtools/gcli/converters/converters.js -lib/thunderbird/modules/devtools/gcli/converters/html.js -lib/thunderbird/modules/devtools/gcli/converters/terminal.js -lib/thunderbird/modules/devtools/gcli/fields/delegate.js -lib/thunderbird/modules/devtools/gcli/fields/fields.js -lib/thunderbird/modules/devtools/gcli/fields/selection.js -lib/thunderbird/modules/devtools/gcli/index.js -lib/thunderbird/modules/devtools/gcli/l10n.js -lib/thunderbird/modules/devtools/gcli/languages/command.html -lib/thunderbird/modules/devtools/gcli/languages/command.js -lib/thunderbird/modules/devtools/gcli/languages/javascript.js -lib/thunderbird/modules/devtools/gcli/languages/languages.js -lib/thunderbird/modules/devtools/gcli/mozui/completer.js -lib/thunderbird/modules/devtools/gcli/mozui/ffdisplay.js -lib/thunderbird/modules/devtools/gcli/mozui/inputter.js -lib/thunderbird/modules/devtools/gcli/mozui/tooltip.js -lib/thunderbird/modules/devtools/gcli/settings.js -lib/thunderbird/modules/devtools/gcli/types/array.js -lib/thunderbird/modules/devtools/gcli/types/boolean.js -lib/thunderbird/modules/devtools/gcli/types/command.js -lib/thunderbird/modules/devtools/gcli/types/date.js -lib/thunderbird/modules/devtools/gcli/types/delegate.js -lib/thunderbird/modules/devtools/gcli/types/file.js -lib/thunderbird/modules/devtools/gcli/types/fileparser.js -lib/thunderbird/modules/devtools/gcli/types/javascript.js -lib/thunderbird/modules/devtools/gcli/types/node.js -lib/thunderbird/modules/devtools/gcli/types/number.js -lib/thunderbird/modules/devtools/gcli/types/resource.js -lib/thunderbird/modules/devtools/gcli/types/selection.js -lib/thunderbird/modules/devtools/gcli/types/setting.js -lib/thunderbird/modules/devtools/gcli/types/string.js -lib/thunderbird/modules/devtools/gcli/types/types.js -lib/thunderbird/modules/devtools/gcli/types/union.js -lib/thunderbird/modules/devtools/gcli/types/url.js -lib/thunderbird/modules/devtools/gcli/ui/focus.js -lib/thunderbird/modules/devtools/gcli/ui/history.js -lib/thunderbird/modules/devtools/gcli/ui/intro.js -lib/thunderbird/modules/devtools/gcli/ui/menu.css -lib/thunderbird/modules/devtools/gcli/ui/menu.html -lib/thunderbird/modules/devtools/gcli/ui/menu.js -lib/thunderbird/modules/devtools/gcli/ui/view.js -lib/thunderbird/modules/devtools/gcli/util/domtemplate.js -lib/thunderbird/modules/devtools/gcli/util/fileparser.js -lib/thunderbird/modules/devtools/gcli/util/filesystem.js -lib/thunderbird/modules/devtools/gcli/util/host.js -lib/thunderbird/modules/devtools/gcli/util/l10n.js -lib/thunderbird/modules/devtools/gcli/util/legacy.js -lib/thunderbird/modules/devtools/gcli/util/prism.js -lib/thunderbird/modules/devtools/gcli/util/promise.js -lib/thunderbird/modules/devtools/gcli/util/spell.js -lib/thunderbird/modules/devtools/gcli/util/util.js -lib/thunderbird/modules/devtools/jsbeautify/beautify-css.js -lib/thunderbird/modules/devtools/jsbeautify/beautify-html.js -lib/thunderbird/modules/devtools/jsbeautify/beautify-js.js -lib/thunderbird/modules/devtools/jsbeautify/beautify-tests.js -lib/thunderbird/modules/devtools/jsbeautify/beautify.js -lib/thunderbird/modules/devtools/jsbeautify/sanitytest.js -lib/thunderbird/modules/devtools/jsbeautify/urlencode_unpacker.js -lib/thunderbird/modules/devtools/output-parser.js -lib/thunderbird/modules/devtools/path.js -lib/thunderbird/modules/devtools/pretty-fast.js -lib/thunderbird/modules/devtools/qrcode/decoder/index.js -lib/thunderbird/modules/devtools/qrcode/encoder/index.js -lib/thunderbird/modules/devtools/qrcode/index.js -lib/thunderbird/modules/devtools/security/auth.js -lib/thunderbird/modules/devtools/security/cert.js -lib/thunderbird/modules/devtools/security/prompt.js -lib/thunderbird/modules/devtools/security/socket.js -lib/thunderbird/modules/devtools/server/actors/actor-registry.js -lib/thunderbird/modules/devtools/server/actors/animation.js -lib/thunderbird/modules/devtools/server/actors/call-watcher.js -lib/thunderbird/modules/devtools/server/actors/canvas.js -lib/thunderbird/modules/devtools/server/actors/child-process.js -lib/thunderbird/modules/devtools/server/actors/childtab.js -lib/thunderbird/modules/devtools/server/actors/common.js -lib/thunderbird/modules/devtools/server/actors/csscoverage.js -lib/thunderbird/modules/devtools/server/actors/device.js -lib/thunderbird/modules/devtools/server/actors/director-manager.js -lib/thunderbird/modules/devtools/server/actors/director-registry.js -lib/thunderbird/modules/devtools/server/actors/eventlooplag.js -lib/thunderbird/modules/devtools/server/actors/framerate.js -lib/thunderbird/modules/devtools/server/actors/gcli.js -lib/thunderbird/modules/devtools/server/actors/highlighter.css -lib/thunderbird/modules/devtools/server/actors/highlighter.js -lib/thunderbird/modules/devtools/server/actors/inspector.js -lib/thunderbird/modules/devtools/server/actors/layout.js -lib/thunderbird/modules/devtools/server/actors/memory.js -lib/thunderbird/modules/devtools/server/actors/monitor.js -lib/thunderbird/modules/devtools/server/actors/preference.js -lib/thunderbird/modules/devtools/server/actors/pretty-print-worker.js -lib/thunderbird/modules/devtools/server/actors/profiler.js -lib/thunderbird/modules/devtools/server/actors/root.js -lib/thunderbird/modules/devtools/server/actors/script.js -lib/thunderbird/modules/devtools/server/actors/settings.js -lib/thunderbird/modules/devtools/server/actors/storage.js -lib/thunderbird/modules/devtools/server/actors/string.js -lib/thunderbird/modules/devtools/server/actors/styleeditor.js -lib/thunderbird/modules/devtools/server/actors/styles.js -lib/thunderbird/modules/devtools/server/actors/stylesheets.js -lib/thunderbird/modules/devtools/server/actors/timeline.js -lib/thunderbird/modules/devtools/server/actors/tracer.js -lib/thunderbird/modules/devtools/server/actors/utils/ScriptStore.js -lib/thunderbird/modules/devtools/server/actors/utils/actor-registry-utils.js -lib/thunderbird/modules/devtools/server/actors/utils/automation-timeline.js -lib/thunderbird/modules/devtools/server/actors/utils/make-debugger.js -lib/thunderbird/modules/devtools/server/actors/utils/map-uri-to-addon-id.js -lib/thunderbird/modules/devtools/server/actors/utils/stack.js -lib/thunderbird/modules/devtools/server/actors/webapps.js -lib/thunderbird/modules/devtools/server/actors/webaudio.js -lib/thunderbird/modules/devtools/server/actors/webbrowser.js -lib/thunderbird/modules/devtools/server/actors/webconsole.js -lib/thunderbird/modules/devtools/server/actors/webgl.js -lib/thunderbird/modules/devtools/server/child.js -lib/thunderbird/modules/devtools/server/content-globals.js -lib/thunderbird/modules/devtools/server/main.js -lib/thunderbird/modules/devtools/server/protocol.js -lib/thunderbird/modules/devtools/shared/async-storage.js -lib/thunderbird/modules/devtools/source-map.js -lib/thunderbird/modules/devtools/styleinspector/css-logic.js -lib/thunderbird/modules/devtools/tern/browser.js -lib/thunderbird/modules/devtools/tern/comment.js -lib/thunderbird/modules/devtools/tern/condense.js -lib/thunderbird/modules/devtools/tern/def.js -lib/thunderbird/modules/devtools/tern/ecma5.js -lib/thunderbird/modules/devtools/tern/infer.js -lib/thunderbird/modules/devtools/tern/signal.js -lib/thunderbird/modules/devtools/tern/tern.js -lib/thunderbird/modules/devtools/toolkit/webconsole/client.js -lib/thunderbird/modules/devtools/toolkit/webconsole/network-helper.js -lib/thunderbird/modules/devtools/toolkit/webconsole/network-monitor.js -lib/thunderbird/modules/devtools/toolkit/webconsole/utils.js -lib/thunderbird/modules/devtools/touch-events.js -lib/thunderbird/modules/devtools/transport/packets.js -lib/thunderbird/modules/devtools/transport/stream-utils.js -lib/thunderbird/modules/devtools/transport/transport.js -lib/thunderbird/modules/devtools/worker-loader.js +lib/thunderbird/modules/devtools/shared/Console.jsm +lib/thunderbird/modules/devtools/shared/Loader.jsm +lib/thunderbird/modules/devtools/shared/apps/Simulator.jsm lib/thunderbird/modules/displayNameUtils.js lib/thunderbird/modules/distribution.js lib/thunderbird/modules/editorUtilities.jsm @@ -2802,6 +2899,8 @@ lib/thunderbird/modules/jsTreeSelection.js lib/thunderbird/modules/jsdebugger.jsm lib/thunderbird/modules/jsmime.jsm lib/thunderbird/modules/jsmime/jsmime.js +lib/thunderbird/modules/lz4.js +lib/thunderbird/modules/lz4_internal.js lib/thunderbird/modules/mailInstrumentation.js lib/thunderbird/modules/mailMigrator.js lib/thunderbird/modules/mailServices.js @@ -2841,13 +2940,12 @@ lib/thunderbird/modules/sdk/system/Startup.js lib/thunderbird/modules/searchSpec.js lib/thunderbird/modules/search_im.js lib/thunderbird/modules/services-common/async.js -lib/thunderbird/modules/services-common/bagheeraclient.js lib/thunderbird/modules/services-common/hawkclient.js lib/thunderbird/modules/services-common/hawkrequest.js lib/thunderbird/modules/services-common/logmanager.js +lib/thunderbird/modules/services-common/moz-kinto-client.js lib/thunderbird/modules/services-common/observers.js lib/thunderbird/modules/services-common/rest.js -lib/thunderbird/modules/services-common/storageservice.js lib/thunderbird/modules/services-common/stringbundle.js lib/thunderbird/modules/services-common/tokenserverclient.js lib/thunderbird/modules/services-common/utils.js @@ -2864,10 +2962,9 @@ lib/thunderbird/modules/virtualFolderWrapper.js lib/thunderbird/modules/vtt.jsm lib/thunderbird/modules/windowsJumpLists.js lib/thunderbird/modules/workers/PromiseWorker.js -lib/thunderbird/modules/workers/lz4.js -lib/thunderbird/modules/workers/lz4_internal.js lib/thunderbird/modules/workers/require.js lib/thunderbird/modules/xmpp-authmechs.jsm +lib/thunderbird/modules/xmpp-commands.jsm lib/thunderbird/modules/xmpp-session.jsm lib/thunderbird/modules/xmpp-xml.jsm lib/thunderbird/modules/xmpp.jsm @@ -2882,13 +2979,9 @@ lib/thunderbird/res/dtd/htmlmathml-f.ent lib/thunderbird/res/entityTables/html40Latin1.properties lib/thunderbird/res/entityTables/html40Special.properties lib/thunderbird/res/entityTables/html40Symbols.properties -lib/thunderbird/res/entityTables/htmlEntityVersions.properties lib/thunderbird/res/entityTables/mathml20.properties -lib/thunderbird/res/entityTables/transliterate.properties lib/thunderbird/res/fonts/mathfont.properties -lib/thunderbird/res/fonts/mathfontMathJax_Main.properties lib/thunderbird/res/fonts/mathfontSTIXGeneral.properties -lib/thunderbird/res/fonts/mathfontStandardSymbolsL.properties lib/thunderbird/res/fonts/mathfontUnicode.properties lib/thunderbird/res/grabber.gif lib/thunderbird/res/html/folder.png @@ -2913,14 +3006,19 @@ lib/thunderbird/res/table-remove-column.gif lib/thunderbird/res/table-remove-row-active.gif lib/thunderbird/res/table-remove-row-hover.gif lib/thunderbird/res/table-remove-row.gif +lib/thunderbird/res/text_caret.png +lib/thunderbird/res/text_caret@1.5x.png +lib/thunderbird/res/text_caret@2.25x.png +lib/thunderbird/res/text_caret@2x.png +lib/thunderbird/res/text_caret_tilt_left.png +lib/thunderbird/res/text_caret_tilt_left@1.5x.png +lib/thunderbird/res/text_caret_tilt_left@2.25x.png +lib/thunderbird/res/text_caret_tilt_left@2x.png +lib/thunderbird/res/text_caret_tilt_right.png +lib/thunderbird/res/text_caret_tilt_right@1.5x.png +lib/thunderbird/res/text_caret_tilt_right@2.25x.png +lib/thunderbird/res/text_caret_tilt_right@2x.png lib/thunderbird/run-mozilla.sh -lib/thunderbird/searchplugins/amazondotcom.xml -lib/thunderbird/searchplugins/aol-web-search.xml -lib/thunderbird/searchplugins/bing.xml -lib/thunderbird/searchplugins/eBay.xml -lib/thunderbird/searchplugins/twitter.xml -lib/thunderbird/searchplugins/wikipedia.xml -lib/thunderbird/searchplugins/yahoo.xml lib/thunderbird/thunderbird lib/thunderbird/thunderbird-bin share/applications/thunderbird.desktop diff --git a/mail/thunderbird/PLIST.lightning b/mail/thunderbird/PLIST.lightning index a4e67e5ee04e6..9f5359ed6e254 100644 --- a/mail/thunderbird/PLIST.lightning +++ b/mail/thunderbird/PLIST.lightning @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST.lightning,v 1.23 2015/09/03 14:41:32 wiz Exp $ +@comment $NetBSD: PLIST.lightning,v 1.24 2016/04/17 18:33:50 ryoon Exp $ lib/thunderbird/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/app.ini lib/thunderbird/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calAlarm.js lib/thunderbird/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calAlarmMonitor.js @@ -216,13 +216,24 @@ lib/thunderbird/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/c lib/thunderbird/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/common/alarm-flashing.png lib/thunderbird/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/common/alarm-icons.png lib/thunderbird/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/common/attendee-icons.png +lib/thunderbird/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/common/calendar-alarms.css +lib/thunderbird/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/common/calendar-attendees.css +lib/thunderbird/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/common/calendar-creation-wizard.css lib/thunderbird/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/common/calendar-daypicker.css lib/thunderbird/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/common/calendar-event-dialog.png +lib/thunderbird/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/common/calendar-itip-icons.svg lib/thunderbird/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/common/calendar-management.css +lib/thunderbird/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/common/calendar-occurrence-prompt.css lib/thunderbird/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/common/calendar-overlay.png +lib/thunderbird/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/common/calendar-printing.css +lib/thunderbird/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/common/calendar-properties-dialog.css +lib/thunderbird/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/common/calendar-providerUninstall-dialog.css lib/thunderbird/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/common/calendar-status.png +lib/thunderbird/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/common/calendar-subscriptions-dialog.css lib/thunderbird/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/common/calendar-task-tree.css lib/thunderbird/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/common/calendar-task-view.css +lib/thunderbird/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/common/calendar-timezone-highlighter.css +lib/thunderbird/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/common/calendar-toolbar.svg lib/thunderbird/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/common/calendar-unifinder.css lib/thunderbird/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/common/calendar-views.css lib/thunderbird/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/common/classification.png @@ -248,107 +259,70 @@ lib/thunderbird/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/c lib/thunderbird/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/common/widgets/nav-today.svg lib/thunderbird/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/common/widgets/view-navigation-hov.svg lib/thunderbird/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/common/widgets/view-navigation.svg +lib/thunderbird/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/lightning-common/datetimepickers.css +lib/thunderbird/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/lightning-common/dialogOverlay.css lib/thunderbird/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/lightning-common/imip.css lib/thunderbird/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/lightning-common/lightning-toolbar.css lib/thunderbird/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/lightning-common/lightning.css lib/thunderbird/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/lightning-common/mode-switch-icons.png +lib/thunderbird/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/lightning-common/suite-accountCentral.css lib/thunderbird/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/linux/calendar/cal-icon24.png lib/thunderbird/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/linux/calendar/cal-icon32.png lib/thunderbird/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/linux/calendar/calendar-alarm-dialog.css -lib/thunderbird/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/linux/calendar/calendar-alarms.css -lib/thunderbird/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/linux/calendar/calendar-attendees.css -lib/thunderbird/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/linux/calendar/calendar-creation-wizard.css lib/thunderbird/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/linux/calendar/calendar-daypicker.css lib/thunderbird/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/linux/calendar/calendar-event-dialog-attendees.png -lib/thunderbird/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/linux/calendar/calendar-event-dialog-toolbar-small.png -lib/thunderbird/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/linux/calendar/calendar-event-dialog-toolbar.png lib/thunderbird/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/linux/calendar/calendar-event-dialog.css lib/thunderbird/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/linux/calendar/calendar-invitations-dialog-button-images.png lib/thunderbird/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/linux/calendar/calendar-invitations-dialog-list-images.png lib/thunderbird/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/linux/calendar/calendar-invitations-dialog.css lib/thunderbird/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/linux/calendar/calendar-management.css -lib/thunderbird/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/linux/calendar/calendar-occurrence-prompt.css lib/thunderbird/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/linux/calendar/calendar-occurrence-prompt.png -lib/thunderbird/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/linux/calendar/calendar-printing.css -lib/thunderbird/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/linux/calendar/calendar-properties-dialog.css -lib/thunderbird/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/linux/calendar/calendar-providerUninstall-dialog.css -lib/thunderbird/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/linux/calendar/calendar-subscriptions-dialog.css lib/thunderbird/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/linux/calendar/calendar-task-tree.css lib/thunderbird/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/linux/calendar/calendar-task-view.css -lib/thunderbird/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/linux/calendar/calendar-timezone-highlighter.css lib/thunderbird/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/linux/calendar/calendar-unifinder.css lib/thunderbird/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/linux/calendar/calendar-views.css lib/thunderbird/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/linux/calendar/checkbox-images.png -lib/thunderbird/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/linux/calendar/datetimepickers/datetimepickers.css lib/thunderbird/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/linux/calendar/ok-cancel.png -lib/thunderbird/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/linux/calendar/tasks-actions.png lib/thunderbird/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/linux/calendar/today-pane.css -lib/thunderbird/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/linux/calendar/toolbar-large.png -lib/thunderbird/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/linux/calendar/toolbar-small.png lib/thunderbird/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/linux/calendar/widgets/calendar-widgets.css -lib/thunderbird/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/linux/calendar/widgets/minimonth.css lib/thunderbird/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/linux/lightning/accountCentral.css lib/thunderbird/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/linux/lightning/imip.css lib/thunderbird/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/linux/lightning/imip.png lib/thunderbird/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/linux/lightning/lightning-toolbar.css lib/thunderbird/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/linux/lightning/lightning-widgets.css lib/thunderbird/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/linux/lightning/lightning.css -lib/thunderbird/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/linux/lightning/suite-accountCentral.css lib/thunderbird/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/osx/calendar/cal-icon24.png lib/thunderbird/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/osx/calendar/cal-icon32.png lib/thunderbird/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/osx/calendar/calendar-alarm-dialog.css -lib/thunderbird/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/osx/calendar/calendar-alarms.css -lib/thunderbird/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/osx/calendar/calendar-attendees.css -lib/thunderbird/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/osx/calendar/calendar-creation-wizard.css lib/thunderbird/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/osx/calendar/calendar-daypicker.css lib/thunderbird/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/osx/calendar/calendar-event-dialog-attendees.png -lib/thunderbird/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/osx/calendar/calendar-event-dialog-toolbar-small.png -lib/thunderbird/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/osx/calendar/calendar-event-dialog-toolbar.png lib/thunderbird/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/osx/calendar/calendar-event-dialog.css lib/thunderbird/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/osx/calendar/calendar-invitations-dialog-button-images.png lib/thunderbird/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/osx/calendar/calendar-invitations-dialog-list-images.png lib/thunderbird/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/osx/calendar/calendar-invitations-dialog.css lib/thunderbird/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/osx/calendar/calendar-management.css -lib/thunderbird/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/osx/calendar/calendar-occurrence-prompt.css lib/thunderbird/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/osx/calendar/calendar-occurrence-prompt.png -lib/thunderbird/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/osx/calendar/calendar-printing.css -lib/thunderbird/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/osx/calendar/calendar-properties-dialog.css -lib/thunderbird/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/osx/calendar/calendar-providerUninstall-dialog.css -lib/thunderbird/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/osx/calendar/calendar-subscriptions-dialog.css lib/thunderbird/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/osx/calendar/calendar-task-tree.css lib/thunderbird/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/osx/calendar/calendar-task-view.css -lib/thunderbird/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/osx/calendar/calendar-timezone-highlighter.css lib/thunderbird/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/osx/calendar/calendar-unifinder.css lib/thunderbird/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/osx/calendar/calendar-views.css lib/thunderbird/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/osx/calendar/checkbox-images-graphite.png lib/thunderbird/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/osx/calendar/checkbox-images.png -lib/thunderbird/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/osx/calendar/datetimepickers/datetimepickers.css lib/thunderbird/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/osx/calendar/ok-cancel.png lib/thunderbird/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/osx/calendar/sidebar-item.png -lib/thunderbird/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/osx/calendar/tasks-actions.png lib/thunderbird/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/osx/calendar/today-pane.css -lib/thunderbird/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/osx/calendar/toolbar-large.png -lib/thunderbird/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/osx/calendar/toolbar-small.png -lib/thunderbird/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/osx/calendar/toolbar.png lib/thunderbird/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/osx/calendar/widgets/calendar-widgets.css -lib/thunderbird/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/osx/calendar/widgets/minimonth.css lib/thunderbird/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/osx/lightning/accountCentral.css lib/thunderbird/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/osx/lightning/imip.css lib/thunderbird/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/osx/lightning/imip.png lib/thunderbird/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/osx/lightning/lightning-toolbar.css lib/thunderbird/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/osx/lightning/lightning-widgets.css lib/thunderbird/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/osx/lightning/lightning.css -lib/thunderbird/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/osx/lightning/suite-accountCentral.css lib/thunderbird/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/calendar/cal-icon24.png lib/thunderbird/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/calendar/cal-icon32.png lib/thunderbird/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/calendar/calendar-alarm-dialog.css -lib/thunderbird/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/calendar/calendar-alarms.css -lib/thunderbird/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/calendar/calendar-attendees.css -lib/thunderbird/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/calendar/calendar-creation-wizard.css lib/thunderbird/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/calendar/calendar-daypicker.css lib/thunderbird/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/calendar/calendar-event-dialog-attendees.png -lib/thunderbird/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/calendar/calendar-event-dialog-toolbar-aero.png -lib/thunderbird/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/calendar/calendar-event-dialog-toolbar-inverted.png lib/thunderbird/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/calendar/calendar-event-dialog-toolbar-small.png lib/thunderbird/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/calendar/calendar-event-dialog-toolbar.png lib/thunderbird/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/calendar/calendar-event-dialog.css @@ -357,40 +331,18 @@ lib/thunderbird/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/c lib/thunderbird/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/calendar/calendar-invitations-dialog.css lib/thunderbird/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/calendar/calendar-management.css lib/thunderbird/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/calendar/calendar-occurrence-prompt-aero.png -lib/thunderbird/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/calendar/calendar-occurrence-prompt.css lib/thunderbird/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/calendar/calendar-occurrence-prompt.png -lib/thunderbird/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/calendar/calendar-printing.css -lib/thunderbird/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/calendar/calendar-properties-dialog.css -lib/thunderbird/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/calendar/calendar-providerUninstall-dialog.css -lib/thunderbird/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/calendar/calendar-subscriptions-dialog.css lib/thunderbird/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/calendar/calendar-task-tree.css lib/thunderbird/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/calendar/calendar-task-view.css -lib/thunderbird/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/calendar/calendar-timezone-highlighter.css lib/thunderbird/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/calendar/calendar-unifinder.css lib/thunderbird/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/calendar/calendar-views.css lib/thunderbird/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/calendar/checkbox-images.png -lib/thunderbird/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/calendar/datetimepickers/datetimepickers.css lib/thunderbird/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/calendar/ok-cancel.png -lib/thunderbird/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/calendar/tasks-actions-aero.png -lib/thunderbird/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/calendar/tasks-actions-inverted.png lib/thunderbird/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/calendar/tasks-actions.png lib/thunderbird/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/calendar/today-pane.css -lib/thunderbird/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/calendar/toolbar-aero-inverted.png -lib/thunderbird/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/calendar/toolbar-aero.png -lib/thunderbird/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/calendar/toolbar-large-aero.png lib/thunderbird/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/calendar/toolbar-large.png -lib/thunderbird/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/calendar/toolbar-small-aero.png lib/thunderbird/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/calendar/toolbar-small.png lib/thunderbird/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/calendar/widgets/calendar-widgets.css -lib/thunderbird/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/calendar/widgets/minimonth.css -lib/thunderbird/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/calendar/win-aero/calendar-event-dialog.css -lib/thunderbird/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/calendar/win-aero/calendar.css -lib/thunderbird/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/calendar/win-aero/lightning-toolbar.css -lib/thunderbird/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/calendar/win-aero/lightning.css -lib/thunderbird/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/calendar/win-classic/calendar-event-dialog.css -lib/thunderbird/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/calendar/win-classic/calendar.css -lib/thunderbird/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/calendar/win-classic/lightning-toolbar.css -lib/thunderbird/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/calendar/win-classic/lightning.css lib/thunderbird/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/lightning/accountCentral.css lib/thunderbird/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/lightning/imip-aero.png lib/thunderbird/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/lightning/imip.css @@ -400,7 +352,6 @@ lib/thunderbird/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/c lib/thunderbird/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/lightning/lightning.css lib/thunderbird/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/lightning/mode-switch-icons-aero.png lib/thunderbird/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/lightning/mode-switch-icons-inverted.png -lib/thunderbird/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/lightning/suite-accountCentral.css lib/thunderbird/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/components/calBackendLoader.js lib/thunderbird/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/components/calCompositeCalendar.js lib/thunderbird/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/components/calDavCalendar.js @@ -441,9 +392,10 @@ lib/thunderbird/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/m lib/thunderbird/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/modules/calViewUtils.jsm lib/thunderbird/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/modules/calXMLUtils.jsm lib/thunderbird/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/modules/ical.js +lib/thunderbird/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/modules/ltnInvitationUtils.jsm +lib/thunderbird/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/modules/ltnUtils.jsm lib/thunderbird/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/timezones/zones.json lib/thunderbird/extensions/{a62ef8ec-5fdc-40c2-873c-223b8a6925cc}/chrome.manifest -lib/thunderbird/extensions/{a62ef8ec-5fdc-40c2-873c-223b8a6925cc}/chrome/.mkdir.done lib/thunderbird/extensions/{a62ef8ec-5fdc-40c2-873c-223b8a6925cc}/chrome/gdata-provider-en-US/locale/en-US/gdata.dtd lib/thunderbird/extensions/{a62ef8ec-5fdc-40c2-873c-223b8a6925cc}/chrome/gdata-provider-en-US/locale/en-US/gdata.properties lib/thunderbird/extensions/{a62ef8ec-5fdc-40c2-873c-223b8a6925cc}/chrome/gdata-provider/content/browserRequest.js @@ -532,7 +484,6 @@ lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/ca lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calWeekInfoService.js lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calWeekPrinter.js lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome.manifest -lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/.mkdir.done lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar-en-US/locale/en-US/calendar/calendar-alarms.properties lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar-en-US/locale/en-US/calendar/calendar-event-dialog-attendees.properties lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar-en-US/locale/en-US/calendar/calendar-event-dialog.dtd @@ -702,13 +653,24 @@ lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/lightni lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/common/alarm-flashing.png lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/common/alarm-icons.png lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/common/attendee-icons.png +lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/common/calendar-alarms.css +lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/common/calendar-attendees.css +lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/common/calendar-creation-wizard.css lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/common/calendar-daypicker.css lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/common/calendar-event-dialog.png +lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/common/calendar-itip-icons.svg lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/common/calendar-management.css +lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/common/calendar-occurrence-prompt.css lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/common/calendar-overlay.png +lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/common/calendar-printing.css +lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/common/calendar-properties-dialog.css +lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/common/calendar-providerUninstall-dialog.css lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/common/calendar-status.png +lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/common/calendar-subscriptions-dialog.css lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/common/calendar-task-tree.css lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/common/calendar-task-view.css +lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/common/calendar-timezone-highlighter.css +lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/common/calendar-toolbar.svg lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/common/calendar-unifinder.css lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/common/calendar-views.css lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/common/classification.png @@ -734,107 +696,70 @@ lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/co lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/common/widgets/nav-today.svg lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/common/widgets/view-navigation-hov.svg lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/common/widgets/view-navigation.svg +lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/lightning-common/datetimepickers.css +lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/lightning-common/dialogOverlay.css lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/lightning-common/imip.css lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/lightning-common/lightning-toolbar.css lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/lightning-common/lightning.css lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/lightning-common/mode-switch-icons.png +lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/lightning-common/suite-accountCentral.css lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/linux/calendar/cal-icon24.png lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/linux/calendar/cal-icon32.png lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/linux/calendar/calendar-alarm-dialog.css -lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/linux/calendar/calendar-alarms.css -lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/linux/calendar/calendar-attendees.css -lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/linux/calendar/calendar-creation-wizard.css lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/linux/calendar/calendar-daypicker.css lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/linux/calendar/calendar-event-dialog-attendees.png -lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/linux/calendar/calendar-event-dialog-toolbar-small.png -lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/linux/calendar/calendar-event-dialog-toolbar.png lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/linux/calendar/calendar-event-dialog.css lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/linux/calendar/calendar-invitations-dialog-button-images.png lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/linux/calendar/calendar-invitations-dialog-list-images.png lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/linux/calendar/calendar-invitations-dialog.css lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/linux/calendar/calendar-management.css -lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/linux/calendar/calendar-occurrence-prompt.css lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/linux/calendar/calendar-occurrence-prompt.png -lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/linux/calendar/calendar-printing.css -lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/linux/calendar/calendar-properties-dialog.css -lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/linux/calendar/calendar-providerUninstall-dialog.css -lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/linux/calendar/calendar-subscriptions-dialog.css lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/linux/calendar/calendar-task-tree.css lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/linux/calendar/calendar-task-view.css -lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/linux/calendar/calendar-timezone-highlighter.css lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/linux/calendar/calendar-unifinder.css lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/linux/calendar/calendar-views.css lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/linux/calendar/checkbox-images.png -lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/linux/calendar/datetimepickers/datetimepickers.css lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/linux/calendar/ok-cancel.png -lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/linux/calendar/tasks-actions.png lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/linux/calendar/today-pane.css -lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/linux/calendar/toolbar-large.png -lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/linux/calendar/toolbar-small.png lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/linux/calendar/widgets/calendar-widgets.css -lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/linux/calendar/widgets/minimonth.css lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/linux/lightning/accountCentral.css lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/linux/lightning/imip.css lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/linux/lightning/imip.png lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/linux/lightning/lightning-toolbar.css lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/linux/lightning/lightning-widgets.css lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/linux/lightning/lightning.css -lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/linux/lightning/suite-accountCentral.css lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/osx/calendar/cal-icon24.png lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/osx/calendar/cal-icon32.png lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/osx/calendar/calendar-alarm-dialog.css -lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/osx/calendar/calendar-alarms.css -lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/osx/calendar/calendar-attendees.css -lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/osx/calendar/calendar-creation-wizard.css lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/osx/calendar/calendar-daypicker.css lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/osx/calendar/calendar-event-dialog-attendees.png -lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/osx/calendar/calendar-event-dialog-toolbar-small.png -lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/osx/calendar/calendar-event-dialog-toolbar.png lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/osx/calendar/calendar-event-dialog.css lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/osx/calendar/calendar-invitations-dialog-button-images.png lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/osx/calendar/calendar-invitations-dialog-list-images.png lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/osx/calendar/calendar-invitations-dialog.css lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/osx/calendar/calendar-management.css -lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/osx/calendar/calendar-occurrence-prompt.css lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/osx/calendar/calendar-occurrence-prompt.png -lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/osx/calendar/calendar-printing.css -lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/osx/calendar/calendar-properties-dialog.css -lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/osx/calendar/calendar-providerUninstall-dialog.css -lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/osx/calendar/calendar-subscriptions-dialog.css lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/osx/calendar/calendar-task-tree.css lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/osx/calendar/calendar-task-view.css -lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/osx/calendar/calendar-timezone-highlighter.css lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/osx/calendar/calendar-unifinder.css lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/osx/calendar/calendar-views.css lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/osx/calendar/checkbox-images-graphite.png lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/osx/calendar/checkbox-images.png -lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/osx/calendar/datetimepickers/datetimepickers.css lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/osx/calendar/ok-cancel.png lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/osx/calendar/sidebar-item.png -lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/osx/calendar/tasks-actions.png lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/osx/calendar/today-pane.css -lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/osx/calendar/toolbar-large.png -lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/osx/calendar/toolbar-small.png -lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/osx/calendar/toolbar.png lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/osx/calendar/widgets/calendar-widgets.css -lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/osx/calendar/widgets/minimonth.css lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/osx/lightning/accountCentral.css lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/osx/lightning/imip.css lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/osx/lightning/imip.png lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/osx/lightning/lightning-toolbar.css lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/osx/lightning/lightning-widgets.css lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/osx/lightning/lightning.css -lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/osx/lightning/suite-accountCentral.css lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/calendar/cal-icon24.png lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/calendar/cal-icon32.png lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/calendar/calendar-alarm-dialog.css -lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/calendar/calendar-alarms.css -lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/calendar/calendar-attendees.css -lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/calendar/calendar-creation-wizard.css lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/calendar/calendar-daypicker.css lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/calendar/calendar-event-dialog-attendees.png -lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/calendar/calendar-event-dialog-toolbar-aero.png -lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/calendar/calendar-event-dialog-toolbar-inverted.png lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/calendar/calendar-event-dialog-toolbar-small.png lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/calendar/calendar-event-dialog-toolbar.png lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/calendar/calendar-event-dialog.css @@ -843,40 +768,18 @@ lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/wi lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/calendar/calendar-invitations-dialog.css lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/calendar/calendar-management.css lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/calendar/calendar-occurrence-prompt-aero.png -lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/calendar/calendar-occurrence-prompt.css lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/calendar/calendar-occurrence-prompt.png -lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/calendar/calendar-printing.css -lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/calendar/calendar-properties-dialog.css -lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/calendar/calendar-providerUninstall-dialog.css -lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/calendar/calendar-subscriptions-dialog.css lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/calendar/calendar-task-tree.css lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/calendar/calendar-task-view.css -lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/calendar/calendar-timezone-highlighter.css lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/calendar/calendar-unifinder.css lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/calendar/calendar-views.css lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/calendar/checkbox-images.png -lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/calendar/datetimepickers/datetimepickers.css lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/calendar/ok-cancel.png -lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/calendar/tasks-actions-aero.png -lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/calendar/tasks-actions-inverted.png lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/calendar/tasks-actions.png lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/calendar/today-pane.css -lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/calendar/toolbar-aero-inverted.png -lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/calendar/toolbar-aero.png -lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/calendar/toolbar-large-aero.png lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/calendar/toolbar-large.png -lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/calendar/toolbar-small-aero.png lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/calendar/toolbar-small.png lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/calendar/widgets/calendar-widgets.css -lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/calendar/widgets/minimonth.css -lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/calendar/win-aero/calendar-event-dialog.css -lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/calendar/win-aero/calendar.css -lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/calendar/win-aero/lightning-toolbar.css -lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/calendar/win-aero/lightning.css -lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/calendar/win-classic/calendar-event-dialog.css -lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/calendar/win-classic/calendar.css -lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/calendar/win-classic/lightning-toolbar.css -lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/calendar/win-classic/lightning.css lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/lightning/accountCentral.css lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/lightning/imip-aero.png lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/lightning/imip.css @@ -886,8 +789,6 @@ lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/wi lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/lightning/lightning.css lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/lightning/mode-switch-icons-aero.png lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/lightning/mode-switch-icons-inverted.png -lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/lightning/suite-accountCentral.css -lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/components/.mkdir.done lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/components/calBackendLoader.js lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/components/calBackendLoader.manifest lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/components/calCompositeCalendar.js @@ -946,4 +847,6 @@ lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/modules/calUti lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/modules/calViewUtils.jsm lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/modules/calXMLUtils.jsm lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/modules/ical.js +lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/modules/ltnInvitationUtils.jsm +lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/modules/ltnUtils.jsm lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/timezones/zones.json diff --git a/mail/thunderbird/distinfo b/mail/thunderbird/distinfo index 2b5f143f0bfc8..9cd64a19eff9c 100644 --- a/mail/thunderbird/distinfo +++ b/mail/thunderbird/distinfo @@ -1,179 +1,153 @@ -$NetBSD: distinfo,v 1.173 2016/02/28 09:55:35 ryoon Exp $ +$NetBSD: distinfo,v 1.177 2016/04/17 18:42:27 ryoon Exp $ -SHA1 (thunderbird-38.6.0.source.tar.bz2) = 5fc8c1a92142321bd75dcff7bcaa1bc2d382b95f -RMD160 (thunderbird-38.6.0.source.tar.bz2) = 88a9d0ac2f557d439a9a9d9b8cdc111fec77809f -SHA512 (thunderbird-38.6.0.source.tar.bz2) = 9f6cb6b7c9b4935603333366a21cbb3e142fbdbded61adea44c39d45327207e1478d268fb721ee914ae1b0e762507f3665e40e1c315bd454fe1d019bd7972a08 -Size (thunderbird-38.6.0.source.tar.bz2) = 204415129 bytes -SHA1 (patch-aa) = 199400ee6dc3c727c950e33ccc65cf57b81cdcb7 -SHA1 (patch-al) = 81a733e9b13a47abfef818ecd10d7ef18a191855 -SHA1 (patch-ao) = 2b4cfb8f06cb137058be7aa47ab7a3cada7cbfe1 -SHA1 (patch-as) = d7690a695438ec4f8c95011e0a177768c5da705e -SHA1 (patch-ax) = a5e573d902d235c4657ffecd7cd531d778532604 -SHA1 (patch-ay) = 82f0a523e3f281a6f84b0c8a63611fede70d8b35 -SHA1 (patch-bf) = 6e6828e85243dba8cf2419de7275585fea3efe81 -SHA1 (patch-bg) = 6c5e0239ed07902209bf4bfbec520699ff835b11 -SHA1 (patch-calendar_lightning_Makefile.in) = 3f0e0be9d156c73f9d16dcb10774d9fce17cc200 -SHA1 (patch-calendar_lightning_build_universal.mk) = 42a3eafc9738f94e0b6654cf815932469e06bcf4 -SHA1 (patch-calendar_providers_gdata_Makefile.in) = aca552b09c8e94678000ea94695d38c822d375d5 -SHA1 (patch-directory_c-sdk_ldap_include_portable.h) = a6d40c6b92aee607fb4f18d5a7c97b3d7833c74a -SHA1 (patch-ipc_chromium_src_base_file__util__posix.cc) = cb48ef5c5feb6396210153a704e227d09858939e -SHA1 (patch-ipc_chromium_src_base_platform__thread__posix.cc) = d6b9cdc90fecbeee02c37f74bc9998bba239d9cc -SHA1 (patch-ipc_chromium_src_base_sys__info__posix.cc) = f5545ffcee1b5b02d8e130ce2a7b6e9dc386567f -SHA1 (patch-ipc_chromium_src_build_build__config.h) = 7e5f6e195884d7fc629c10aefe13dba768001daf -SHA1 (patch-ipc_glue_GeckoChildProcessHost.cpp) = 04eb07c0944eb40589aef7033d62636518e91066 -SHA1 (patch-ldap_sdks_c-sdk_build.mk) = 171d81697d136abb6e02cb81445cd88fd8580de2 -SHA1 (patch-mail_components_shell_nsMailGNOMEIntegration.cpp) = d1b4d47e0cb8d5105984f58a0167624042f3baa2 -SHA1 (patch-mail_installer_package-manifest.in) = bce1b3ba20b00cc00e51f79e498a24811fe65dd6 -SHA1 (patch-mail_installer_removed-files.in) = 5ef84ddc1dc1434c6db328f7d9df68f47f7d7ecd -SHA1 (patch-mk) = c4aebbbf9c0a8ee1763d380ddd681248b362d295 -SHA1 (patch-ml) = f60bda3b422bc16dae60ee68b024d4740c7430a0 -SHA1 (patch-mozilla_accessible_atk_Platform.cpp) = d71a9f1a89d290c15871771c0a1c2b7a6510b1b8 -SHA1 (patch-mozilla_b2g_installer_Makefile.in) = 2e2af12392f5c81ec68ad4e439a8baf225a94ee1 -SHA1 (patch-mozilla_b2g_installer_package-manifest.in) = 086a7ff700b9d7de9e2765780cd06b43d6ad1a8f -SHA1 (patch-mozilla_browser_installer_package-manifest.in) = 1b7de0600e2a5c46db140aaac70fff11e252e4ff -SHA1 (patch-mozilla_build_autoconf_compiler-opts.m4) = 39e8e8ccdb87ecf0f37eb9d7de9257fce3f25301 -SHA1 (patch-mozilla_build_autoconf_nss.m4) = b3be74e87494f1a286c77add5bf5f6ea2071a913 -SHA1 (patch-mozilla_build_gyp.mozbuild) = 07806aabbf468709decf68d4823ecf54092c1f50 -SHA1 (patch-mozilla_build_pgo_profileserver.py) = 2c15f3c655d4d9a366d70e6311921723dd1039f0 -SHA1 (patch-mozilla_config_Makefile.in) = 049776b79aa8f523caa6430247707a20d9e81448 -SHA1 (patch-mozilla_config_baseconfig.mk) = e8594d03d0db21e0731d85dcdb38ab9c465e9d56 -SHA1 (patch-mozilla_config_external_moz.build) = ee26e7573fe6d6c7f6e8497d8d1f928174ce4a36 -SHA1 (patch-mozilla_config_stl__wrappers_ios) = 066a9f3db9203afa8131b2ff91d212033e5950e0 -SHA1 (patch-mozilla_config_stl__wrappers_ostream) = 67559c5ab17088680b86dea6b081a48b781f59b5 -SHA1 (patch-mozilla_config_system-headers) = a42f21a5647cc7832d26e12c2ebca5adea57dae9 -SHA1 (patch-mozilla_dom_base_moz.build) = dce93f4c00bb662d5c702b442ee169bb8888237d -SHA1 (patch-mozilla_dom_events_MessageEvent.h) = 677c3531230147baf260aca9e39d7a04b2a7c673 -SHA1 (patch-mozilla_dom_media_AudioStream.h) = b5092adaf26c8c1809b4ad62eb92be101c07ac88 -SHA1 (patch-mozilla_dom_media_gstreamer_GStreamerAllocator.cpp) = cadb3396a56ed3147c4ec2b4b8494205672883fb -SHA1 (patch-mozilla_dom_media_moz.build) = 12ab0e2441422bbb683a5da163644db9bfd11aec -SHA1 (patch-mozilla_dom_plugins_ipc_PluginModuleChild.cpp) = a877a2e086149d14004b15e2c96970d27b4de3a2 -SHA1 (patch-mozilla_dom_plugins_ipc_PluginModuleChild.h) = ed5bcf926bce86ca73187ac13181c02e2352cc68 -SHA1 (patch-mozilla_dom_plugins_ipc_PluginProcessChild.cpp) = fc27fc709dedea8ff082deb43c30575f3be3d83c -SHA1 (patch-mozilla_dom_system_OSFileConstants.cpp) = 665007aa3640bdc7d2dfb26c258e0ee8f7574cbe -SHA1 (patch-mozilla_extensions_spellcheck_hunspell_src_mozHunspell.cpp) = 3865b172e85ee0146baf0641c1181bd01e955b35 -SHA1 (patch-mozilla_gfx_graphite2_src_Bidi.cpp) = 5b5190da8a8e4eabd793d9bd5932f773b685dbf4 -SHA1 (patch-mozilla_gfx_graphite2_src_moz.build) = 12601e295244497f5b3a255350ee2b67c20d4f0c -SHA1 (patch-mozilla_gfx_moz.build) = 93f0eba2ea5a4d678c6356b254a1a91bf0ad7ea9 -SHA1 (patch-mozilla_gfx_skia_generate__mozbuild.py) = 7d1f1b85ec1a332d1370f2030f941c38ef83d021 -SHA1 (patch-mozilla_gfx_skia_moz.build) = c7298e883ec7a77c7fb85929dac8eced022cd438 -SHA1 (patch-mozilla_gfx_thebes_moz.build) = 4d09f500e5caa17ec71ddcd032a01fcb4acf1508 -SHA1 (patch-mozilla_gfx_ycbcr_moz.build) = fcd9af6d97c2d7cf85856d8f11e1a13c0ebe8f52 -SHA1 (patch-mozilla_gfx_ycbcr_yuv__row__arm.S) = 5562543a67b0dec358a4ecc44612f2faa669d8b0 -SHA1 (patch-mozilla_image_decoders_nsJPEGDecoder.cpp) = bd08482f32102412517b3150e5c70500e8f921fa -SHA1 (patch-mozilla_intl_hyphenation_hnjalloc.h) = e4a479d8151a6518697b95f9bf63bf60e98d8071 -SHA1 (patch-mozilla_intl_unicharutil_util_moz.build) = 4d8779980f5ca2a47b42125de3ef39621df523af -SHA1 (patch-mozilla_ipc_chromium_Makefile.in) = 3181c9948eac8834bf0b9e32e6bf1566be1b943c -SHA1 (patch-mozilla_ipc_chromium_moz.build) = b8f85c793c00e4eb50e0d70168fa7073fde03535 -SHA1 (patch-mozilla_ipc_chromium_src_base_atomicops.h) = a20895ad9b7f0a99a926132b0e368b0b1cdaedad -SHA1 (patch-mozilla_ipc_chromium_src_base_file__util.h) = 28722f47efc0758b6f9a8bb12126faf3d01989f5 -SHA1 (patch-mozilla_ipc_chromium_src_base_message__loop.cc) = 7d0598fe48a7130e71d7ad52c753d490f4d95d5b -SHA1 (patch-mozilla_ipc_chromium_src_base_platform__thread.h) = e8b8c3747bc1d157b1f9335080d25cebd64328bd -SHA1 (patch-mozilla_ipc_chromium_src_base_process__util.h) = b62b05aacd640c4aa62972a2e04366b311c7da4d -SHA1 (patch-mozilla_ipc_chromium_src_base_process__util__bsd.cc) = 238343f0438a4f2c474fa8fc485b2e836acca929 -SHA1 (patch-mozilla_ipc_chromium_src_base_process__util__posix.cc) = 74cfe66cc8ce1692f001277d287d2c54f1fc077b -SHA1 (patch-mozilla_ipc_chromium_src_base_scoped__nsautorelease__pool.h) = 5fca921c5a5a20b79d0b3a8a7d5c2b1778ded0e8 -SHA1 (patch-mozilla_ipc_chromium_src_base_time__posix.cc) = b93fbc86ff73e7b56c83f23fca79a507350b65fd -SHA1 (patch-mozilla_ipc_chromium_src_chrome_common_transport__dib.h) = 2c516ff62f4ea73e4b2ae49b6f0abe95620486da -SHA1 (patch-mozilla_ipc_glue_ScopedXREEmbed.cpp) = 2530415b33c3c60e5ce90719673c7dea06c95b82 -SHA1 (patch-mozilla_ipc_glue_StringUtil.cpp) = f2bfc2a877554d64ab886d0159c9bdb4e7d01097 -SHA1 (patch-mozilla_ipc_glue_moz.build) = eb8e0d46193092cefcb6d5a00f22ba43161fb71c -SHA1 (patch-mozilla_ipc_ipdl_ipdl_cxx_ast.py) = d2ffbde2fb0744ab7acc279dcc9dfc430fb58dfc -SHA1 (patch-mozilla_ipc_ipdl_ipdl_cxx_cgen.py) = 8c63e06ed257d059e9ff4da0b00e752bd694347e -SHA1 (patch-mozilla_ipc_ipdl_ipdl_lower.py) = c3e0f719900b515554218b6312055f34ccbf9feb -SHA1 (patch-mozilla_js_public_CallArgs.h) = b822b887cf2649403913f4d1d0f69a531094fd0e -SHA1 (patch-mozilla_js_src_asmjs_AsmJSSignalHandlers.cpp) = 46808d8cacd35982954c641e65c5c817d1b9ceca -SHA1 (patch-mozilla_js_src_ctypes_CTypes.h) = 852b14dc17cc29bdbf0b2cc407ba5780dd568d3a -SHA1 (patch-mozilla_js_src_frontend_ParseMaps.cpp) = d7f45bde1f819786c45225600697f14769bed946 -SHA1 (patch-mozilla_js_src_gc_Statistics.cpp) = 875b061d7368d19af143d73bfaed7a51154b7e72 -SHA1 (patch-mozilla_js_src_jit_ExecutableAllocator.h) = 43e2c73d8d96482ac1046a0988fa6bb49d600ca3 -SHA1 (patch-mozilla_js_src_jit_LIR.cpp) = 9bda5be7268cd5cadaa117e4aba11900e62424a7 -SHA1 (patch-mozilla_js_src_jit_MIR.cpp) = 5be2f6c399eb69edcf3e456f9fd7c99c4d1e4850 -SHA1 (patch-mozilla_js_src_jit_arm_Architecture-arm.cpp) = 3fa23427dcefac2eccfeec667262d66c9b66dd84 -SHA1 (patch-mozilla_js_src_jsapi.cpp) = 79ce01f9ade19e7c562226e6383c7df9deca566c -SHA1 (patch-mozilla_js_src_jsdate.cpp) = 7d37540f33dff14c31df6786b2319cbad95461f4 -SHA1 (patch-mozilla_js_src_jskwgen.cpp) = 03b2a891d0fb87da98dcb92c3ecf2f6d39621426 -SHA1 (patch-mozilla_js_src_jsmath.cpp) = b02ecb4a64c6b486645ffdf0446430db9e2dcd71 -SHA1 (patch-mozilla_js_src_shell_jsoptparse.cpp) = 637d553fd6f464d19e72564a7e2f2dd0b3528bca -SHA1 (patch-mozilla_js_src_vm_SPSProfiler.cpp) = 35df0beb0c2f7d233d21c4214281002412b7d5dd -SHA1 (patch-mozilla_js_xpconnect_src_XPCConvert.cpp) = 41a7aaeaae02324265364ce46b5edc6d717190d5 -SHA1 (patch-mozilla_js_xpconnect_src_xpcprivate.h) = bb9f9dfba00d9536c4bdb84188c588685ce79fa8 -SHA1 (patch-mozilla_media_libcubeb_AUTHORS) = 75431ca834f755054249f3113b45e9e7dbcaf07a -SHA1 (patch-mozilla_media_libcubeb_src_cubeb.c) = 385329b05947507df09281a1d42c6cf77e9ad6de -SHA1 (patch-mozilla_media_libcubeb_src_cubeb__alsa.c) = 783fbfef10450da06d5ce027397c7f07d10c6007 -SHA1 (patch-mozilla_media_libcubeb_src_cubeb__oss.c) = c0b98f9d64047b79a136a69ee1bc5a1084440ec6 -SHA1 (patch-mozilla_media_libcubeb_src_moz.build) = 723ba3f5a6cba49cc10d37e81b496c6e11b794b4 -SHA1 (patch-mozilla_media_libpng_pngpriv.h) = 0d2ce353d14c26755ab1db5568202a9887c2b6f3 -SHA1 (patch-mozilla_media_libsoundtouch_src_cpu__detect__x86.cpp) = fcb3c03e8d7709a7fd43c696278f51bb25ada564 -SHA1 (patch-mozilla_media_libstagefright_frameworks_av_media_libstagefright_foundation_AString.cpp) = 38249bd368657210470098d089a56fb641bdad35 -SHA1 (patch-mozilla_media_libstagefright_system_core_liblog_fake__log__device.c) = f2789d1c13accd151dbb836659a264f042f563a6 -SHA1 (patch-mozilla_media_libstagefright_system_core_liblog_logprint.c) = e10a2a9e224f30379cea0a99ac9e2dbe362bcaf0 -SHA1 (patch-mozilla_media_libtheora_lib_arm_armcpu.c) = 81ba09d76c8bba8bdb4db80aba83619aa5644e95 -SHA1 (patch-mozilla_media_libtheora_lib_info.c) = 0717521137df71399724e4cc6189dd1c4bfe5900 -SHA1 (patch-mozilla_media_libtheora_moz.build) = dde3aaa0f1a0550039a764fd90054c622d91a86c -SHA1 (patch-mozilla_media_libtremor_Makefile.in) = 8375506c055714f37192ff51cd0a8bd45d5ef41b -SHA1 (patch-mozilla_media_libtremor_moz.build) = f25c40fa9f9699649c9019eef84936bd52f81181 -SHA1 (patch-mozilla_media_libvorbis_Makefile.in) = 7fa5e4b4c33cbfdb4644f5472d5cfc098f33807a -SHA1 (patch-mozilla_media_libvorbis_lib_vorbis__info.c) = b9a23d5062bba5b19487296f0eb6291ed909cc2a -SHA1 (patch-mozilla_media_libvorbis_moz.build) = 3d25cd1abbd217271e21e4dd70c32f05156dcb53 -SHA1 (patch-mozilla_media_libyuv_include_libyuv_scale__row.h) = bcdd39627f96cabdf8a02f750b94c981d160bf8d -SHA1 (patch-mozilla_media_mtransport_third__party_nICEr_src_util_mbslen.c) = a336215f2d2299d7d7f830c45ce02feb4d6b46bb -SHA1 (patch-mozilla_media_mtransport_third__party_nrappkit_src_port_generic_include_sys_queue.h) = 20867c0010ebae669b66678a310f22a201a58ba7 -SHA1 (patch-mozilla_media_webrtc_signaling_test_moz.build) = 8f1480a39682931f2b93bf7d57e2b6963e947f6e -SHA1 (patch-mozilla_media_webrtc_trunk_webrtc_build_common.gypi) = 4f4d549bf33eceba8d67e552a8544a95d52e0f69 -SHA1 (patch-mozilla_media_webrtc_trunk_webrtc_modules_audio__coding_codecs_opus_opus.gypi) = cc3d6a2d8387b98753c7b9d6d64e43dff197a6df -SHA1 (patch-mozilla_media_webrtc_trunk_webrtc_modules_audio__coding_neteq_neteq.gypi) = f239b2e5f74c5da73d37751587748583233090d5 -SHA1 (patch-mozilla_media_webrtc_trunk_webrtc_modules_desktop__capture_screen__capturer.cc) = c4e67201cd8b10115bc2cd0221699e65c924a5f3 -SHA1 (patch-mozilla_media_webrtc_trunk_webrtc_modules_desktop__capture_screen__capturer.h) = dd9842b84a67834cff668a0906e921875eebd583 -SHA1 (patch-mozilla_media_webrtc_trunk_webrtc_modules_video__capture_linux_device__info__linux.cc) = ceabec7ac8a213fa1f35a90148960e6d94615b73 -SHA1 (patch-mozilla_media_webrtc_trunk_webrtc_modules_video__capture_linux_video__capture__linux.cc) = 3dcd427b7bd24bd68578946f79b7c8beb4d7dda7 -SHA1 (patch-mozilla_media_webrtc_trunk_webrtc_modules_video__capture_video__capture.gypi) = c2e60b3603000bca4a1532771e76421149e4eab1 -SHA1 (patch-mozilla_media_webrtc_trunk_webrtc_system__wrappers_source_spreadsortlib_spreadsort.hpp) = 23d8a53f437522dce9818cb866296147c97bbd34 -SHA1 (patch-mozilla_memory_build_mozjemalloc__compat.c) = 53bc8e6e8692c3e582a2b9b45b44e088e89e977e -SHA1 (patch-mozilla_memory_jemalloc_Makefile.in) = 7281f92fc0c5bc906d885f71edd58b5204e65540 -SHA1 (patch-mozilla_memory_jemalloc_src_configure) = 9256effb9c67a5dd11e8ceef19b9ea28d0d42cd9 -SHA1 (patch-mozilla_memory_mozalloc_mozalloc__abort.cpp) = 123ed43ef2ed1a4110beace2fb637c39b401f4b3 -SHA1 (patch-mozilla_memory_volatile_VolatileBufferOSX.cpp) = 7d03ccb71fadbb24c4446fe694c434b26ab6ff5d -SHA1 (patch-mozilla_mfbt_Alignment.h) = 04273fe60221ed9aa5ba3d6701aba82fcbc1eba3 -SHA1 (patch-mozilla_mfbt_Attributes.h) = 67a0941aee2db49b747f3c20141dc6df55ac6549 -SHA1 (patch-mozilla_mfbt_Poison.cpp) = d371a235cc409aa99fdd862687378f5d6a84a863 -SHA1 (patch-mozilla_mobile_android_installer_Makefile.in) = c2f9f4dcac0c870b64e099ec7a6d1bdad7b5af0f -SHA1 (patch-mozilla_mobile_android_installer_package-manifest.in) = 3ed532efccca911bb70182527651d534d5146dcc -SHA1 (patch-mozilla_modules_libjar_nsZipArchive.cpp) = c906441ba5d7f391f5e37edcf88bfdf8586d5a84 -SHA1 (patch-mozilla_netwerk_base_nsNetUtil.h) = 8d6f10b910d985a6f8259f5ef02d21e3d9f3ed0e -SHA1 (patch-mozilla_netwerk_dns_moz.build) = 49b4f4de83559132bd783f8f2c5d7376c0ad7841 -SHA1 (patch-mozilla_netwerk_protocol_http_Http2Session.cpp) = 5d6c4bb01cf4ab1c3e518e79c28a143aab9b2868 -SHA1 (patch-mozilla_security_manager_ssl_src_nsNSSComponent.cpp) = dc5066e49bb3722c4f07985fd3d4da691a0a1205 -SHA1 (patch-mozilla_toolkit_components_osfile_modules_osfile__unix__back.jsm) = 455c218c6fce4d7f26bda18c9169e3bd263af6f8 -SHA1 (patch-mozilla_toolkit_components_osfile_modules_osfile__unix__front.jsm) = 8f48e55d1a1483b7727ef8b2e11b0142894aa14c -SHA1 (patch-mozilla_toolkit_library_moz.build) = 0d2a0509f34686260e417f0ae221e738b3378100 -SHA1 (patch-mozilla_toolkit_xre_nsAppRunner.cpp) = 9e2212cfa52080593c88e8ffc926681016dfb6a5 -SHA1 (patch-mozilla_toolkit_xre_nsEmbedFunctions.cpp) = 41dbac602fb4b61835c794c6fc950f16cadd2f6f -SHA1 (patch-mozilla_webapprt_moz.build) = a61c46543c2c4cc5ecfcd3eb24facab3e6081b52 -SHA1 (patch-mozilla_widget_gtk_gtk2drawing.c) = 23d590e58e22957b996fe27a12bff186fcc7eb49 -SHA1 (patch-mozilla_widget_gtk_gtk3drawing.c) = 62226a6ddb936ea6c6b6f08d509ff166ec85f208 -SHA1 (patch-mozilla_widget_gtk_gtkdrawing.h) = e44e47c56e83e8982ac61d6135550dd6bed50509 -SHA1 (patch-mozilla_widget_gtk_nsNativeThemeGTK.cpp) = bc23ce979c1da98e98ee5cf19b3a2bc992f56186 -SHA1 (patch-mozilla_xpcom_base_nscore.h) = 80dc90ac315e3c74340498a877f58c32d94e6ac3 -SHA1 (patch-mozilla_xpcom_build_PoisonIOInterposer.h) = f2803b8690e59cdccccf63f84b2616901a5f5c82 -SHA1 (patch-mozilla_xpcom_build_XPCOMInit.cpp) = 3539557001b0f2f449f4d122f0c696f00d9587df -SHA1 (patch-mozilla_xpcom_components_Module.h) = 7e331c94779bb85342132b87d8ddb2b420f38a57 -SHA1 (patch-mozilla_xpcom_glue_standalone_nsXPCOMGlue.cpp) = d7c469f51e4b5baeb0ac3c1403875cf66324214c -SHA1 (patch-mozilla_xpcom_reflect_xptcall_md_unix_Makefile.in) = b29d07bf379c02c7ee0f5765a25af703051f9c8b -SHA1 (patch-mozilla_xpcom_reflect_xptcall_md_unix_moz.build) = 7642b01dd558c098bcb3aad32f62aeb4bd0984f2 -SHA1 (patch-mozilla_xpcom_reflect_xptcall_md_unix_xptcinvoke__arm__netbsd.cpp) = 72ea33fdc90899e630ba83ba8fce7ce8942bb9ed -SHA1 (patch-mozilla_xpcom_reflect_xptcall_md_unix_xptcinvoke__asm__mips.S) = 3ded7fc34293a286f99b61b687cadd71afc53e11 -SHA1 (patch-mozilla_xpcom_reflect_xptcall_md_unix_xptcinvoke__asm__ppc__netbsd.s) = cc73676c2ae4fd515eaa9915e8fa19e5e6cecaad -SHA1 (patch-mozilla_xpcom_reflect_xptcall_md_unix_xptcinvoke__gcc__x86__unix.cpp) = 221f35cb42616cd6c52bb1cc164ae2c87c9e99a8 -SHA1 (patch-mozilla_xpcom_reflect_xptcall_md_unix_xptcinvoke__netbsd__m68k.cpp) = 21faa775ed53b4571362efce316a6dfa73689b16 -SHA1 (patch-mozilla_xpcom_reflect_xptcall_md_unix_xptcinvoke__ppc__netbsd.cpp) = 9662652da9b9c744f45cf39c73113dcd16291977 -SHA1 (patch-mozilla_xpcom_reflect_xptcall_md_unix_xptcinvoke__sparc64__netbsd.cpp) = 19775ea31d091df9d6ba397e3449dd05b8574501 -SHA1 (patch-mozilla_xpcom_reflect_xptcall_md_unix_xptcstubs__arm__netbsd.cpp) = dfdb2bdc9c7b83d3d88f00f0e34570ce0b2f5738 -SHA1 (patch-mozilla_xpcom_reflect_xptcall_md_unix_xptcstubs__asm__mips.S) = 0f2d4e824d5b7cf5fdbbc9c3b747df1a5ba812f6 -SHA1 (patch-mozilla_xpcom_reflect_xptcall_md_unix_xptcstubs__asm__sparc64__netbsd.s) = 332cdb308db38a9a3647c0aae86ae1ebb030b4ce -SHA1 (patch-mozilla_xpcom_reflect_xptcall_md_unix_xptcstubs__gcc__x86__unix.cpp) = 2826f0db0ce78ad792db03dc07ef94bbe5c08f6a -SHA1 (patch-mozilla_xpcom_reflect_xptcall_md_unix_xptcstubs__netbsd__m68k.cpp) = 65f4a81f33be2660bae6b06ec051b5a3582837ca -SHA1 (patch-mozilla_xulrunner_installer_Makefile.in) = 51cb06e38259666cdcbe7f26aa2f6b237d55b815 -SHA1 (patch-pb) = e61134fe43911f34a629cc338f692051c7a3ae22 -SHA1 (patch-pc) = 7c0e354278ae148a8ffa1bc806710a24bc6ac095 -SHA1 (patch-rc) = f9c3a03f34a3276bccfee6fa7c06ff33345f369e -SHA1 (patch-zc) = b1b7edfed691db014d3a25afeb94afcd9f65b82a +SHA1 (thunderbird-45.0.source.tar.xz) = 22bcca34fb442bf12b85ac2513d06b09124254e2 +RMD160 (thunderbird-45.0.source.tar.xz) = ed062ddc898339889109218d7309aa95b44951dd +SHA512 (thunderbird-45.0.source.tar.xz) = 12aeceacf8aa60bb04c810fd189390f45bc64dc2b30cee465470a0d12947633681ee0dc74266306af0712e4f0443c403f2515388164a98332f791d53114d8b2a +Size (thunderbird-45.0.source.tar.xz) = 200691996 bytes +SHA1 (patch-calendar_lightning_Makefile.in) = 02a1528f2da82f1d4ff4931a7d7dc8227b7fa9f2 +SHA1 (patch-calendar_lightning_build_universal.mk) = 86dc2c6b4f9feb835570111078aa5d08a389d0da +SHA1 (patch-calendar_providers_gdata_Makefile.in) = 0e90ddc9aecc817b0b150bbc37d23ddec97b093e +SHA1 (patch-ldap_c-sdk_include_portable.h) = 7b36594a98beb5af9f82810a052ad2d4706ac968 +SHA1 (patch-mail_app_nsMailApp.cpp) = e089b05a2a849f401fc0aa41fc781e544f6977a1 +SHA1 (patch-mail_components_shell_nsMailGNOMEIntegration.cpp) = cbd87d7d7fc8df32b7fd444148d48a92c54c94d9 +SHA1 (patch-mail_installer_package-manifest.in) = 3829a4d1ae7e8da29ae90d8ac31856fe260c2acc +SHA1 (patch-mail_installer_removed-files.in) = 1a6744cda9842046b9d4b388333678a580d49d43 +SHA1 (patch-mozilla_browser_branding_unofficial_locales_en-US_brand.dtd) = 1cd7faa6a098e2bc609d941406b46e6f737fbb63 +SHA1 (patch-mozilla_browser_installer_package-manifest.in) = a0e9a23dd9e3e652fd9dd32b4e740adc0f50c453 +SHA1 (patch-mozilla_build_autoconf_compiler-opts.m4) = 5ac831579034defaa837748fe63595192d7a583a +SHA1 (patch-mozilla_build_autoconf_nss.m4) = 7f4bb7c4308f8b74527bf00fb09489ee328696c5 +SHA1 (patch-mozilla_build_gyp.mozbuild) = 2fedb8762375c000e79d042aa974e66329fdb230 +SHA1 (patch-mozilla_build_pgo_profileserver.py) = 7a88be17fc5939aa2bc5af334dde3222b6cc3ba3 +SHA1 (patch-mozilla_config_Makefile.in) = 244eb6c7ee4973eb6ebec4fcf4181932b518ca2e +SHA1 (patch-mozilla_config_baseconfig.mk) = 92891a656cb83de0f5ff7f88d10579cdde0e1359 +SHA1 (patch-mozilla_config_external_moz.build) = bb4d66b481967d98df5358f9e1d3cc3253d57fd1 +SHA1 (patch-mozilla_config_rules.mk) = 5bc569ee42ea8fa2f2726af1f2993167b029d308 +SHA1 (patch-mozilla_config_stl__wrappers_ios) = f84d793f65bc7c7d1ffc7b542f846b394cf6de50 +SHA1 (patch-mozilla_config_stl__wrappers_ostream) = b36e7e199e355a0950e0db51c45fb34ce5ea2cc4 +SHA1 (patch-mozilla_config_system-headers) = 4c1cd436ee7d173d76ff9c34fa74a571299879dc +SHA1 (patch-mozilla_config_system__wrappers_unwind.h) = a8e5dfafc875b055984420f9d6e64742ed9fb031 +SHA1 (patch-mozilla_configure.in) = fe475edf594e2ca98e3f6da629d06734de091cee +SHA1 (patch-mozilla_dom_base_DOMRequest.cpp) = 0140dc4e081a6675fdcf366057511df354d27d95 +SHA1 (patch-mozilla_dom_base_moz.build) = cb7b5eb422f733f36797eac39e63e7f6daa5574f +SHA1 (patch-mozilla_dom_media_gstreamer_GStreamerAllocator.cpp) = 74e0c3ddc42007e056046c9fbe3b267cb75efdfe +SHA1 (patch-mozilla_dom_media_moz.build) = 8a9b9b25ef5ad004383a4bd189ed37ac0f2bd8b3 +SHA1 (patch-mozilla_dom_plugins_ipc_PluginModuleChild.cpp) = 375a2ebda12bd4633c7ae3d5c0e0b6de6a61bb0f +SHA1 (patch-mozilla_dom_plugins_ipc_PluginModuleChild.h) = 7009f9f2d01ca96f0ef6ca6f412485a4576f3072 +SHA1 (patch-mozilla_dom_plugins_ipc_PluginProcessChild.cpp) = adcb793da679bbfe7a79f3a119c4f9f8950c7eae +SHA1 (patch-mozilla_dom_system_OSFileConstants.cpp) = 6685cf695ce13433bc061a82e1767ea4fc25bac5 +SHA1 (patch-mozilla_extensions_spellcheck_hunspell_glue_mozHunspell.cpp) = 8e2d1f82554fb0950f6f3d52f63cca10b15431db +SHA1 (patch-mozilla_gfx_cairo_libpixman_src_pixman-arm-neon-asm.S) = 14b213eff89b78ecfe3ff74a4daca13138defd2e +SHA1 (patch-mozilla_gfx_gl_GLContextProviderGLX.cpp) = f8b7ad2c1d1b8f0a4492fc49d1e5884ec4bdf4c4 +SHA1 (patch-mozilla_gfx_graphite2_src_Bidi.cpp) = 423009ff077aa4c0862fd5b8ec9066eb054440cf +SHA1 (patch-mozilla_gfx_moz.build) = 60f774fe43846324b57fb1e46d1bd1a8348cf440 +SHA1 (patch-mozilla_gfx_skia_generate__mozbuild.py) = 227210904b6c194960668fee4253ddb183e33a0e +SHA1 (patch-mozilla_gfx_skia_moz.build) = 8a70b3a8d8a7caa06f7b1b433cd5ffb37b4b38ba +SHA1 (patch-mozilla_gfx_skia_skia_src_core_SkUtilsArm.cpp) = 390793e9b45af46914b1c51d0be9c9c875644a9c +SHA1 (patch-mozilla_gfx_skia_skia_src_opts_SkBitmapProcState__opts__arm.cpp) = d2ce05bb0e288dc5e0c8f073d627c759a817d11f +SHA1 (patch-mozilla_gfx_skia_skia_src_opts_memset.arm.S) = a4b4aab1c6fcf8681a1ef932fa26f6527ebd0eae +SHA1 (patch-mozilla_gfx_thebes_moz.build) = 9ca30b203e492f59563f698d7bfe39befdef0bb1 +SHA1 (patch-mozilla_gfx_ycbcr_moz.build) = 84eab4220cbce9ad44a62b7ba64e838927382b13 +SHA1 (patch-mozilla_gfx_ycbcr_yuv__row__arm.S) = 2b2e6db1bdb0719ee7642447971fe2a9c80518dd +SHA1 (patch-mozilla_image_decoders_nsJPEGDecoder.cpp) = 4388fb0c57011e19e8ee4768d3cc82b078b7a6e2 +SHA1 (patch-mozilla_intl_hyphenation_glue_hnjalloc.h) = 9159bfaa44bf70c04602a1ac10f698ef4f4a5187 +SHA1 (patch-mozilla_ipc_chromium_src_base_atomicops.h) = b70f38db87e80de06f061e7ee7664d47b1000f12 +SHA1 (patch-mozilla_ipc_chromium_src_base_file__util__posix.cc) = aff83e28eb7af0f04c68b8336441eaef04bb763c +SHA1 (patch-mozilla_ipc_chromium_src_base_message__loop.cc) = b4d4e7fd53632751cf4624044815da3a9f20819c +SHA1 (patch-mozilla_ipc_chromium_src_base_message__pump__libevent.cc) = e7ec8e3f7aae56a47a328f0f3a6708eb85ee07c9 +SHA1 (patch-mozilla_ipc_chromium_src_base_platform__thread.h) = a0d0cff52de77a45def4789a7f6f30603c13f07a +SHA1 (patch-mozilla_ipc_chromium_src_base_platform__thread__posix.cc) = 9998c382302a022ba1027f4346c53dcd4ef0b52f +SHA1 (patch-mozilla_ipc_chromium_src_base_process__util.h) = 56b13a62b9bb6b4a0b94ed285f33fa5d67c56dc8 +SHA1 (patch-mozilla_ipc_chromium_src_base_process__util__bsd.cc) = e60b2d2aa3e37a6b4854b5aef91f430ecbb5eba0 +SHA1 (patch-mozilla_ipc_chromium_src_base_process__util__posix.cc) = 4dc6f93024eea761a53dc1df2933eb2f51612058 +SHA1 (patch-mozilla_ipc_chromium_src_base_scoped__nsautorelease__pool.h) = 9e623549aeb7f28270641a279f7608ab9338f228 +SHA1 (patch-mozilla_ipc_chromium_src_base_sys__info__posix.cc) = d2b220541fd1d29fb0972faa1bd4ce1d69d6ed31 +SHA1 (patch-mozilla_ipc_chromium_src_base_time__posix.cc) = d92e2f338c9c6e91aa7b7ad10d614a6def8707b9 +SHA1 (patch-mozilla_ipc_chromium_src_build_build__config.h) = 1cb374897dfee04780299c5345da7a883f633967 +SHA1 (patch-mozilla_ipc_chromium_src_chrome_common_transport__dib.h) = 74f68181b1770e8f2aa7325f8cd57d510fda7fa5 +SHA1 (patch-mozilla_ipc_glue_GeckoChildProcessHost.cpp) = 076893b0af074e42d1a02e0c536ac13147dd4727 +SHA1 (patch-mozilla_ipc_glue_StringUtil.cpp) = 734b47ec5ebb89dc4711623cabc1e7cacde2641f +SHA1 (patch-mozilla_ipc_glue_moz.build) = 8b6fd2e3e019195c9547add4f67c1ea22eb3a462 +SHA1 (patch-mozilla_js_src_configure.in) = df8db18ecded130197b85afa12a5c2c71c142656 +SHA1 (patch-mozilla_js_src_ctypes_CTypes.h) = ad11282f5c9e882bcd19fcfc5cc4c6027dd4aae2 +SHA1 (patch-mozilla_js_src_frontend_ParseMaps.cpp) = 4bead6061fa2a77a0de7a38ff497ccc24557b835 +SHA1 (patch-mozilla_js_src_jit_LIR.cpp) = 1f623a7e75d85de1c6af8a1cba218298ab3bb77b +SHA1 (patch-mozilla_js_src_jit_MIR.cpp) = 48ec3fc79fd62d34a13825b25be6f17f04937b66 +SHA1 (patch-mozilla_js_src_jit_arm_Architecture-arm.cpp) = ef122bdc89efb0d8c71a24bd112e9f8a166f6cda +SHA1 (patch-mozilla_js_src_jsdate.cpp) = 5dc0c38fb8eb509d2c6ecaf666d4c1d046082a34 +SHA1 (patch-mozilla_js_src_jskwgen.cpp) = 322a6ce311b1e8cb9dc6aadee88425e3b9318231 +SHA1 (patch-mozilla_js_src_jsmath.cpp) = f130a1c7c0d4384aa3ebff155d4e3ebb33823cbb +SHA1 (patch-mozilla_js_src_jsnativestack.cpp) = c216baac857760571c60b45cb8682624b44232c4 +SHA1 (patch-mozilla_js_src_shell_jsoptparse.cpp) = 947cbe44e7a87fb37dcf48f45c1805ae7747b259 +SHA1 (patch-mozilla_js_src_vm_SPSProfiler.cpp) = f4a9a2b8d66442d3b52bef3bbe0d43abcc3ff0eb +SHA1 (patch-mozilla_js_xpconnect_src_XPCConvert.cpp) = fb20844c866045677ce7b14099cf7a748d430f64 +SHA1 (patch-mozilla_js_xpconnect_src_xpcprivate.h) = eda7091a2b469bafad07b24d9ec9ed02626e3391 +SHA1 (patch-mozilla_media_libcubeb_src_cubeb.c) = b15c15f5aee05f335e49e9878ac8fe171002f599 +SHA1 (patch-mozilla_media_libcubeb_src_cubeb__alsa.c) = 3fcafd1e119bc96b89ac2447fe4c4b9f673bc401 +SHA1 (patch-mozilla_media_libcubeb_src_cubeb__oss.c) = f6dd9cafe11b61dd9061e22cddfecb214d40ac21 +SHA1 (patch-mozilla_media_libcubeb_src_moz.build) = 77498b73bd21f13df5690d82c62288788805c597 +SHA1 (patch-mozilla_media_libpng_pngpriv.h) = 1fbc7cef82486dd80aba5e86977158fcb15ffab3 +SHA1 (patch-mozilla_media_libsoundtouch_src_cpu__detect__x86.cpp) = e97b974d4eccc22699047413460b8c4687f9e658 +SHA1 (patch-mozilla_media_libstagefright_frameworks_av_include_media_stagefright_foundation_AString.h) = bfd8ef07c4277bf3d598f07b14e653ecd362b96d +SHA1 (patch-mozilla_media_libstagefright_frameworks_av_media_libstagefright_foundation_AString.cpp) = 821b13b11f5bd7fe5d2bf9d6b48b8e402e15c44d +SHA1 (patch-mozilla_media_libstagefright_system_core_liblog_fake__log__device.c) = 37eb1b950a2ed8bbaddac8fd198c534e3a62c41e +SHA1 (patch-mozilla_media_libstagefright_system_core_liblog_logprint.c) = 74e85ceec274c51b7142c350d89cd67e4f0c43f6 +SHA1 (patch-mozilla_media_libtheora_lib_arm_armcpu.c) = 8ac0fc27df926fcdb40ea578f9bc89b845a4e72b +SHA1 (patch-mozilla_media_libtheora_lib_info.c) = 6a63a044b6c485f6e7514050f7b465394b0654d6 +SHA1 (patch-mozilla_media_libtheora_moz.build) = 18621d838e2376350e883b67f74a8992d59e814f +SHA1 (patch-mozilla_media_libtremor_Makefile.in) = 42c00d486290bfca17336750f740d83cb96cb9b2 +SHA1 (patch-mozilla_media_libtremor_moz.build) = 2d242343e6370f96c32670e405b39788186634f4 +SHA1 (patch-mozilla_media_libvorbis_Makefile.in) = a9baf3be6710b32544f1f8843fa07519d0348b76 +SHA1 (patch-mozilla_media_libvorbis_lib_vorbis__info.c) = 0ed66faa0c451813b578e91e60532cb9f90022f5 +SHA1 (patch-mozilla_media_libvorbis_moz.build) = c521e8a167bd83d130db3f8820e24425d6bd8016 +SHA1 (patch-mozilla_media_libyuv_include_libyuv_scale__row.h) = e67ff789d3c6132ec55c91acba08687c0ddb8227 +SHA1 (patch-mozilla_media_mtransport_third__party_nICEr_src_util_mbslen.c) = d1ef64cc7be19b9bc826de4f05472fc539913974 +SHA1 (patch-mozilla_media_mtransport_third__party_nrappkit_src_port_generic_include_sys_queue.h) = 68b91c952049820c29edf10fd791fec61273b1b7 +SHA1 (patch-mozilla_media_openmax__dl_dl_api_armCOMM__s.h) = dec3d3d538a4301920aa641d2d8da1e6c9b7bb54 +SHA1 (patch-mozilla_media_webrtc_signaling_test_common.build) = 53329838ba9cf448870ae8860456b69be420f3f6 +SHA1 (patch-mozilla_media_webrtc_trunk_webrtc_build_common.gypi) = 8caf6b3a8558bede5ccfa3b6009f7a57e04a02fa +SHA1 (patch-mozilla_media_webrtc_trunk_webrtc_modules_audio__coding_neteq_neteq.gypi) = d1459b4972dade432e27e8005a64fc4eb8b02579 +SHA1 (patch-mozilla_media_webrtc_trunk_webrtc_modules_desktop__capture_screen__capturer.cc) = a48b7a0140fc40cca427034bf0b58a4e13c98e73 +SHA1 (patch-mozilla_media_webrtc_trunk_webrtc_modules_desktop__capture_screen__capturer.h) = 62dfbf579191447dea80bf2eee5a782eaee526df +SHA1 (patch-mozilla_media_webrtc_trunk_webrtc_modules_video__capture_linux_device__info__linux.cc) = 24455230e1a857824584af86b988036321f8c0aa +SHA1 (patch-mozilla_media_webrtc_trunk_webrtc_modules_video__capture_linux_video__capture__linux.cc) = 8187760eeaa2c466b629b21cd8d3d460e532497f +SHA1 (patch-mozilla_media_webrtc_trunk_webrtc_modules_video__capture_video__capture.gypi) = 7dcd8e86e18bb39bb07864483927e89f0199e629 +SHA1 (patch-mozilla_media_webrtc_trunk_webrtc_system__wrappers_source_spreadsortlib_spreadsort.hpp) = 8bc15ea9afab20f004275522e060e70f699f0862 +SHA1 (patch-mozilla_memory_build_mozjemalloc__compat.c) = aad27fb03be2d1fcc543f4f38ac5deb4f8e962f7 +SHA1 (patch-mozilla_memory_mozalloc_mozalloc__abort.cpp) = 2c2169296c3388fa49f57f55193ebc94892b2c91 +SHA1 (patch-mozilla_memory_volatile_VolatileBufferOSX.cpp) = 87a53581e32009c124437a277a26abef52d8b197 +SHA1 (patch-mozilla_mfbt_Attributes.h) = df5ad969a421936a5ab021c7c62891490c0f63d4 +SHA1 (patch-mozilla_mfbt_Poison.cpp) = 725f20137d6e0b19d85ee4c5a2fe286015652bad +SHA1 (patch-mozilla_modules_libjar_nsZipArchive.cpp) = b306f3e037aced574e6e245d2bd80ffd5020a43e +SHA1 (patch-mozilla_modules_libpref_init_all.js) = 0196b031480c89946634d34e35ccccf83d946146 +SHA1 (patch-mozilla_mozglue_build_arm.cpp) = 5f94591daf81ea22f5e3855cf8e6ba719c88c3eb +SHA1 (patch-mozilla_mozglue_build_arm.h) = 40d8d2039c68fc825857a3c970eec2f296275cc5 +SHA1 (patch-mozilla_netwerk_dns_moz.build) = a58262e4a85b5b1e4986e82204df36ace4076738 +SHA1 (patch-mozilla_storage_SQLiteMutex.h) = 76907dfaa357fba3c0fdb7b0e7150d0b5241d64a +SHA1 (patch-mozilla_toolkit_components_protobuf_src_google_protobuf_stubs_atomicops.h) = 06ffc01754f4a583ff6531f0da14aa23528ea409 +SHA1 (patch-mozilla_toolkit_components_protobuf_src_google_protobuf_stubs_platform__macros.h) = aa895f7147fdcdaa1dd75b17f96c562d15eed718 +SHA1 (patch-mozilla_toolkit_library_moz.build) = 13db2a682ae51c6d040e7c6c7edac1768d9b70d0 +SHA1 (patch-mozilla_toolkit_mozapps_installer_packager.mk) = 578af532a6cb25daaf613dbb874420120454a9b1 +SHA1 (patch-mozilla_toolkit_xre_glxtest.cpp) = a76049f61427fccf9896960ff9cc18e753e2cadd +SHA1 (patch-mozilla_toolkit_xre_nsAppRunner.cpp) = 6d8100016b9ae90feeb2ea9868d33ba45780d401 +SHA1 (patch-mozilla_toolkit_xre_nsEmbedFunctions.cpp) = c6c1390f527f4b45e879f090531a53c3dc798873 +SHA1 (patch-mozilla_webapprt_moz.build) = 3239f8adb82cefc80395396408741516823a2f52 +SHA1 (patch-mozilla_xpcom_base_nscore.h) = 019d54275e162756294f6e803884b4af5578b45f +SHA1 (patch-mozilla_xpcom_build_PoisonIOInterposer.h) = d3545362d31b7360c9e7a0e40b53041fd5b43516 +SHA1 (patch-mozilla_xpcom_components_Module.h) = 74b9ff0f7993ded55a05e2eb6e29741c65c81778 +SHA1 (patch-mozilla_xpcom_reflect_xptcall_md_unix_Makefile.in) = 71737ca3a31fa2e7c99fc07419a41918b9b37d26 +SHA1 (patch-mozilla_xpcom_reflect_xptcall_md_unix_moz.build) = 691d7ccf3ba75f069543e390d80dbdf0d698c1d4 +SHA1 (patch-mozilla_xpcom_reflect_xptcall_md_unix_xptcinvoke__arm__netbsd.cpp) = a6f3de24e78589bec5029d70872eb3d3def42690 +SHA1 (patch-mozilla_xpcom_reflect_xptcall_md_unix_xptcinvoke__asm__mips.S) = d5e610e8170382786bd33ef9ccf7976e3a5ab361 +SHA1 (patch-mozilla_xpcom_reflect_xptcall_md_unix_xptcinvoke__asm__ppc__netbsd.s) = 83b335036eb14ec01a6292b321954b4e92039253 +SHA1 (patch-mozilla_xpcom_reflect_xptcall_md_unix_xptcinvoke__gcc__x86__unix.cpp) = 69de6d043bfa9145e83ed4f9ff52f7866a9e86ba +SHA1 (patch-mozilla_xpcom_reflect_xptcall_md_unix_xptcinvoke__netbsd__m68k.cpp) = b62ea1e6a09de47c3070eb0ecfe20e33f119fce2 +SHA1 (patch-mozilla_xpcom_reflect_xptcall_md_unix_xptcinvoke__ppc__netbsd.cpp) = 6bf93b8a0fe332185f5af6bbb0e2dc3312884b50 +SHA1 (patch-mozilla_xpcom_reflect_xptcall_md_unix_xptcinvoke__sparc64__netbsd.cpp) = 9caec5bc1b6ed70c9d59adacaefa7a8f90c2a5cc +SHA1 (patch-mozilla_xpcom_reflect_xptcall_md_unix_xptcstubs__arm__netbsd.cpp) = 976c0c82fd5aa6223cf6d4f79166faeaf6377033 +SHA1 (patch-mozilla_xpcom_reflect_xptcall_md_unix_xptcstubs__asm__mips.S) = edbf6721ac8d74dc314f4c70fc5c74ebb6f44076 +SHA1 (patch-mozilla_xpcom_reflect_xptcall_md_unix_xptcstubs__asm__sparc64__netbsd.s) = a04a46c13752d4c92bbba8b96d85cb430f3a4ac6 +SHA1 (patch-mozilla_xpcom_reflect_xptcall_md_unix_xptcstubs__gcc__x86__unix.cpp) = 0f0f070d4d04bedbb7c7b9afd068180e72623428 +SHA1 (patch-mozilla_xpcom_reflect_xptcall_md_unix_xptcstubs__netbsd__m68k.cpp) = bb0d322a00c42e6ce1a5a931fecdcaf1b58109bc +SHA1 (patch-mozilla_xulrunner_installer_Makefile.in) = 2766f9109f2f53827f1207d047caab16b30437ea +SHA1 (patch-mozilla_xulrunner_installer_libxul-embedding.pc.in) = 585b0041ae6e9beabfffd78d09018219a2a15ba0 +SHA1 (patch-mozilla_xulrunner_installer_libxul.pc.in) = 9329de1e99c534565f31ff87f71677100a64e842 diff --git a/mail/thunderbird/hacks.mk b/mail/thunderbird/hacks.mk index 966a78095b429..cae04b62cdf3f 100644 --- a/mail/thunderbird/hacks.mk +++ b/mail/thunderbird/hacks.mk @@ -1,7 +1,7 @@ -# $NetBSD: hacks.mk,v 1.5 2013/12/13 07:57:25 richard Exp $ +# $NetBSD: hacks.mk,v 1.7 2016/04/17 18:33:50 ryoon Exp $ # workround for link of thunderbird-bin etc. -LDFLAGS+= -Wl,-R${PREFIX}/lib/thunderbird +LDFLAGS+= ${COMPILER_RPATH_FLAG}${PREFIX}/lib/${MOZILLA_NAME} .if ${OPSYS} == "SunOS" # workaround for strip problems with libxul.so diff --git a/mail/thunderbird/patches/patch-aa b/mail/thunderbird/patches/patch-aa deleted file mode 100644 index 31d2befbe47e3..0000000000000 --- a/mail/thunderbird/patches/patch-aa +++ /dev/null @@ -1,415 +0,0 @@ -$NetBSD: patch-aa,v 1.20 2015/07/09 15:17:34 ryoon Exp $ - ---- mozilla/configure.in.orig 2015-06-08 17:49:55.000000000 +0000 -+++ mozilla/configure.in -@@ -1794,7 +1794,13 @@ Linux) - MOZ_ENABLE_PROFILER_SPS= - esac - ;; --WINNT|Darwin) ;; -+WINNT|Darwin) -+ case "${CPU_ARCH}" in -+ x86 | x86_64) ;; -+ *) -+ MOZ_ENABLE_PROFILER_SPS= -+ esac -+ ;; - *) - MOZ_ENABLE_PROFILER_SPS= - ;; -@@ -1898,7 +1904,7 @@ case "$host" in - ;; - - *-darwin*) -- HOST_CFLAGS="$HOST_CFLAGS -DXP_UNIX -DXP_MACOSX -DNO_X11" -+ HOST_CFLAGS="$HOST_CFLAGS -DXP_UNIX" - HOST_NSPR_MDCPUCFG='\"md/_darwin.cfg\"' - HOST_OPTIMIZE_FLAGS="${HOST_OPTIMIZE_FLAGS=-O3}" - ;; -@@ -2022,7 +2028,6 @@ case "$target" in - AC_DEFINE(XP_DARWIN) - _PLATFORM_DEFAULT_TOOLKIT='cairo-uikit' - else -- AC_DEFINE(XP_MACOSX) - AC_DEFINE(XP_DARWIN) - _PLATFORM_DEFAULT_TOOLKIT='cairo-cocoa' - # The ExceptionHandling framework is needed for Objective-C exception -@@ -2641,8 +2646,7 @@ MOZ_CXX11 - - AC_LANG_C - --dnl Check for .hidden assembler directive and visibility attribute. --dnl Borrowed from glibc configure.in -+dnl Setup default hidden visibility and wrapped system headers. - dnl =============================================================== - if test "$GNU_CC" -a "$OS_TARGET" != WINNT; then - AC_DEFINE(HAVE_VISIBILITY_HIDDEN_ATTRIBUTE) -@@ -3663,6 +3667,14 @@ if test -n "$YASM"; then - _YASM_BUILD=` echo ${YASM_VERSION} | $AWK -F\. '{ print $4 }'` - fi - -+if test -n "${LIBXUL_SDK_DIR}"; then -+ AC_MSG_WARN([pkgsrc: LIBXUL_SDK_DIR is set; assuming we want nss and nspr from xulrunner.]) -+ NSPR_CFLAGS="-I${prefix}/include/xulrunner/unstable `pkg-config --cflags nspr`" -+ NSPR_LIBS="`pkg-config --libs nspr`" -+ NSS_CFLAGS="`pkg-config --cflags nss`" -+ NSS_LIBS="`pkg-config --libs nss`" -+fi -+ - if test -z "$SKIP_LIBRARY_CHECKS"; then - dnl system JPEG support - dnl ======================================================== -@@ -3690,11 +3702,7 @@ if test "$MOZ_NATIVE_JPEG" = 1; then - #include ], - [ #if JPEG_LIB_VERSION < $MOZJPEG - #error "Insufficient JPEG library version ($MOZJPEG required)." -- #endif -- #ifndef JCS_EXTENSIONS -- #error "libjpeg-turbo JCS_EXTENSIONS required" -- #endif -- ], -+ #endif ], - MOZ_NATIVE_JPEG=1, - AC_MSG_ERROR([Insufficient JPEG library version for --with-system-jpeg])) - fi -@@ -4392,6 +4400,10 @@ cairo-gonk) - - esac - -+if test "$MOZ_WIDGET_TOOLKIT" = "cocoa"; then -+ AC_DEFINE(XP_MACOSX) -+fi -+ - AC_SUBST(MOZ_PDF_PRINTING) - if test "$MOZ_PDF_PRINTING"; then - PDF_SURFACE_FEATURE="#define CAIRO_HAS_PDF_SURFACE 1" -@@ -4408,7 +4420,7 @@ fi - - if test "$COMPILE_ENVIRONMENT"; then - if test "$MOZ_ENABLE_GTK3"; then -- PKG_CHECK_MODULES(MOZ_GTK3, gtk+-3.0 >= $GTK3_VERSION gtk+-unix-print-3.0 glib-2.0 gobject-2.0 atk-bridge-2.0 $GDK_PACKAGES) -+ PKG_CHECK_MODULES(MOZ_GTK3, gtk+-3.0 >= $GTK3_VERSION gtk+-unix-print-3.0 glib-2.0 gobject-2.0 $GDK_PACKAGES) - MOZ_GTK3_CFLAGS="-I${_topsrcdir}/widget/gtk/compat-gtk3 $MOZ_GTK3_CFLAGS" - dnl Contrary to MOZ_GTK2_LIBS, MOZ_GTK3_LIBS needs to be literally added to TK_LIBS instead - dnl of a make reference because of how TK_LIBS is mangled in toolkit/library/moz.build -@@ -5149,6 +5161,9 @@ if test -n "$MOZ_WEBRTC"; then - MOZ_VPX=1 - MOZ_VPX_ERROR_CONCEALMENT=1 - -+ dnl with libv4l2 we can support more cameras -+ PKG_CHECK_MODULES(MOZ_LIBV4L2, libv4l2) -+ - dnl enable once Signaling lands - MOZ_WEBRTC_SIGNALING=1 - AC_DEFINE(MOZ_WEBRTC_SIGNALING) -@@ -5252,6 +5267,157 @@ if test "${ac_cv_c_attribute_aligned}" ! - fi - - dnl ======================================================== -+dnl Check for libogg -+dnl ======================================================== -+ -+MOZ_ARG_WITH_BOOL(system-ogg, -+[ --with-system-ogg Use system libogg (located with pkgconfig)], -+MOZ_NATIVE_OGG=1, -+MOZ_NATIVE_OGG=) -+ -+if test -n "$MOZ_NATIVE_OGG"; then -+ PKG_CHECK_MODULES(MOZ_OGG, ogg >= 1.2.1) -+ -+ _SAVE_LIBS=$LIBS -+ LIBS="$LIBS $MOZ_OGG_LIBS" -+ AC_CHECK_FUNC(ogg_set_mem_functions, [], -+ [AC_DEFINE(MOZ_OGG_NO_MEM_REPORTING)]) -+ LIBS=$_SAVE_LIBS -+fi -+ -+AC_SUBST(MOZ_NATIVE_OGG) -+ -+dnl ======================================================== -+dnl Check for libvorbis -+dnl ======================================================== -+ -+MOZ_ARG_WITH_BOOL(system-vorbis, -+[ --with-system-vorbis Use system libvorbis (located with pkgconfig)], -+MOZ_NATIVE_VORBIS=1, -+MOZ_NATIVE_VORBIS=) -+ -+if test -n "$MOZ_NATIVE_VORBIS"; then -+ PKG_CHECK_MODULES(MOZ_VORBIS, vorbis vorbisenc >= 1.3.5) -+fi -+ -+AC_SUBST(MOZ_NATIVE_VORBIS) -+ -+dnl ======================================================== -+dnl Check for integer-only libvorbis aka tremor -+dnl ======================================================== -+ -+MOZ_ARG_WITH_BOOL(system-tremor, -+[ --with-system-tremor Use system libtremor (located with pkgconfig)], -+MOZ_NATIVE_TREMOR=1, -+MOZ_NATIVE_TREMOR=) -+ -+if test -n "$MOZ_NATIVE_TREMOR"; then -+ PKG_CHECK_MODULES(MOZ_TREMOR, vorbisidec >= 1.2.1) -+fi -+ -+AC_SUBST(MOZ_NATIVE_TREMOR) -+ -+dnl ======================================================== -+dnl Check for libcelt -+dnl ======================================================== -+ -+MOZ_ARG_WITH_BOOL(system-celt, -+[ --with-system-celt Use system libcelt (located with pkgconfig)], -+MOZ_NATIVE_CELT=1, -+MOZ_NATIVE_CELT=) -+ -+if test -n "$MOZ_NATIVE_CELT"; then -+ PKG_CHECK_MODULES(MOZ_CELT, celt) -+else -+ MOZ_CELT_CFLAGS='-I$(topsrcdir)/media/libopus' -+fi -+ -+AC_SUBST(MOZ_NATIVE_CELT) -+ -+dnl ======================================================== -+dnl Check for libopus -+dnl ======================================================== -+ -+MOZ_ARG_WITH_BOOL(system-opus, -+[ --with-system-opus Use system libopus (located with pkgconfig)], -+MOZ_NATIVE_OPUS=1, -+MOZ_NATIVE_OPUS=) -+ -+if test -n "$MOZ_NATIVE_OPUS"; then -+ PKG_CHECK_MODULES(MOZ_OPUS, opus >= 1.1) -+else -+ MOZ_OPUS_CFLAGS='-I$(topsrcdir)/media/libopus/include' -+fi -+ -+AC_SUBST(MOZ_NATIVE_OPUS) -+ -+dnl ======================================================== -+dnl Check for libtheora -+dnl ======================================================== -+ -+MOZ_ARG_WITH_BOOL(system-theora, -+[ --with-system-theora Use system libtheora (located with pkgconfig)], -+MOZ_NATIVE_THEORA=1, -+MOZ_NATIVE_THEORA=) -+ -+if test -n "$MOZ_NATIVE_THEORA"; then -+ PKG_CHECK_MODULES(MOZ_THEORA, theora >= 1.2) -+fi -+ -+AC_SUBST(MOZ_NATIVE_THEORA) -+ -+dnl ======================================================== -+dnl Check for libspeex resampler -+dnl ======================================================== -+ -+MOZ_ARG_WITH_BOOL(system-speex, -+[ --with-system-speex Use system libspeex (located with pkgconfig)], -+MOZ_NATIVE_SPEEX=1, -+MOZ_NATIVE_SPEEX=) -+ -+if test -n "$MOZ_NATIVE_SPEEX"; then -+ PKG_CHECK_MODULES(MOZ_SPEEX, speexdsp >= 1.2) -+fi -+ -+AC_SUBST(MOZ_NATIVE_SPEEX) -+ -+dnl ======================================================== -+dnl Check for libsoundtouch -+dnl ======================================================== -+ -+MOZ_ARG_WITH_BOOL(system-soundtouch, -+[ --with-system-soundtouch Use system libsoundtouch (located with pkgconfig)], -+MOZ_NATIVE_SOUNDTOUCH=1, -+MOZ_NATIVE_SOUNDTOUCH=) -+ -+if test -n "$MOZ_NATIVE_SOUNDTOUCH"; then -+ PKG_CHECK_MODULES(MOZ_SOUNDTOUCH, soundtouch >= 1.8.0) -+ -+ AC_LANG_SAVE -+ AC_LANG_CPLUSPLUS -+ _SAVE_CXXFLAGS=$CXXFLAGS -+ CXXFLAGS="$CXXFLAGS $MOZ_SOUNDTOUCH_CFLAGS" -+ AC_CACHE_CHECK(for soundtouch sample type, -+ ac_cv_soundtouch_sample_type, -+ [AC_TRY_COMPILE([#include -+ #ifndef SOUNDTOUCH_INTEGER_SAMPLES -+ #error soundtouch expects float samples -+ #endif], -+ [], -+ [ac_cv_soundtouch_sample_type=short], -+ [ac_cv_soundtouch_sample_type=float])]) -+ CXXFLAGS=$_SAVE_CXXFLAGS -+ AC_LANG_RESTORE -+ -+ if test \( -n "$MOZ_SAMPLE_TYPE_S16" -a "$ac_cv_soundtouch_sample_type" != short \) \ -+ -o \( -n "$MOZ_SAMPLE_TYPE_FLOAT32" -a "$ac_cv_soundtouch_sample_type" != float \) ; then -+ AC_MSG_ERROR([SoundTouch library is built with incompatible sample type. Either rebuild the library with/without --enable-integer-samples, chase default Mozilla sample type or remove --with-system-soundtouch.]) -+ fi -+fi -+ -+AC_SUBST(MOZ_NATIVE_SOUNDTOUCH) -+ -+dnl ======================================================== - dnl = Disable VP8 decoder support - dnl ======================================================== - MOZ_ARG_DISABLE_BOOL(webm, -@@ -5606,6 +5772,67 @@ fi - AC_SUBST(MOZ_WEBM_ENCODER) - - dnl ================================== -+dnl = Check OSS availability -+dnl ================================== -+ -+dnl If using Linux, Solaris or BSDs, ensure that OSS is available -+case "$OS_TARGET" in -+Linux|SunOS|DragonFly|FreeBSD|NetBSD|GNU/kFreeBSD) -+ MOZ_OSS=1 -+ ;; -+esac -+ -+MOZ_ARG_WITH_STRING(oss, -+[ --with-oss[=PFX] Enable OpenSoundSystem support [installed at prefix PFX]], -+ OSSPREFIX=$withval) -+ -+if test -n "$OSSPREFIX"; then -+ if test "$OSSPREFIX" != "no"; then -+ MOZ_OSS=1 -+ else -+ MOZ_OSS= -+ fi -+fi -+ -+_SAVE_CFLAGS=$CFLAGS -+_SAVE_LIBS=$LIBS -+if test -n "$MOZ_OSS"; then -+ dnl Prefer 4Front implementation -+ AC_MSG_CHECKING([MOZ_OSS_CFLAGS]) -+ if test "$OSSPREFIX" != "yes"; then -+ oss_conf=${OSSPREFIX%/usr}/etc/oss.conf -+ if test -f "$oss_conf"; then -+ . "$oss_conf" -+ else -+ OSSLIBDIR=$OSSPREFIX/lib/oss -+ fi -+ if test -d "$OSSLIBDIR"; then -+ MOZ_OSS_CFLAGS="$MOZ_OSS_CFLAGS -I$OSSLIBDIR/include" -+ fi -+ fi -+ AC_MSG_RESULT([$MOZ_OSS_CFLAGS]) -+ -+ CFLAGS="$CFLAGS $MOZ_OSS_CFLAGS" -+ MOZ_CHECK_HEADERS(sys/soundcard.h soundcard.h) -+ -+ if test "$ac_cv_header_sys_soundcard_h" != "yes" -a \ -+ "$ac_cv_header_soundcard_h" != "yes"; then -+ AC_MSG_ERROR([Need OSS for Ogg, Wave or WebM decoding on $OS_TARGET. Disable with --disable-ogg --disable-wave --disable-webm.]) -+ fi -+ -+ dnl Assume NetBSD implementation over SunAudio -+ AC_CHECK_LIB(ossaudio, _oss_ioctl, -+ [AC_DEFINE_UNQUOTED(CUBEB_OSS_DEFAULT_OUTPUT, "/dev/sound") -+ MOZ_OSS_LIBS="$MOZ_OSS_LIBS -lossaudio"]) -+fi -+CFLAGS=$_SAVE_CFLAGS -+LIBS=$_SAVE_LIBS -+ -+AC_SUBST(MOZ_OSS) -+AC_SUBST_LIST(MOZ_OSS_CFLAGS) -+AC_SUBST_LIST(MOZ_OSS_LIBS) -+ -+dnl ================================== - dnl = Check alsa availability on Linux - dnl ================================== - -@@ -5619,12 +5846,23 @@ MOZ_ARG_ENABLE_BOOL(alsa, - MOZ_ALSA=1, - MOZ_ALSA=) - -+MOZ_ARG_DISABLE_BOOL(alsa-dlopen, -+[ --disable-alsa-dlopen Disable runtime linking of libasound.so], -+ DISABLE_LIBASOUND_DLOPEN=1, -+ DISABLE_LIBASOUND_DLOPEN=) -+ - if test -n "$MOZ_ALSA"; then - PKG_CHECK_MODULES(MOZ_ALSA, alsa, , - [echo "$MOZ_ALSA_PKG_ERRORS" - AC_MSG_ERROR([Need alsa for audio output on Linux. (On Ubuntu, you might try installing the package libasound2-dev.)])]) - fi - -+if test -n "$DISABLE_LIBASOUND_DLOPEN"; then -+ AC_DEFINE(DISABLE_LIBASOUND_DLOPEN) -+else -+ MOZ_ALSA_LIBS= -+fi -+ - AC_SUBST(MOZ_ALSA) - - dnl ======================================================== -@@ -6046,7 +6284,9 @@ MOZ_ARG_DISABLE_BOOL(gamepad, - if test "$MOZ_GAMEPAD"; then - case "$OS_TARGET" in - Darwin) -- MOZ_GAMEPAD_BACKEND=cocoa -+ if test "$MOZ_WIDGET_TOOLKIT" = "cocoa"; then -+ MOZ_GAMEPAD_BACKEND=cocoa -+ fi - ;; - WINNT) - MOZ_GAMEPAD_BACKEND=windows -@@ -8066,6 +8306,49 @@ if test "$USE_FC_FREETYPE"; then - fi - - dnl ======================================================== -+dnl Check for harfbuzz -+dnl ======================================================== -+ -+MOZ_ARG_WITH_BOOL(system-harfbuzz, -+[ --with-system-harfbuzz Use system harfbuzz (located with pkgconfig)], -+MOZ_NATIVE_HARFBUZZ=1, -+MOZ_NATIVE_HARFBUZZ=) -+ -+if test -n "$MOZ_NATIVE_HARFBUZZ"; then -+ PKG_CHECK_MODULES(MOZ_HARFBUZZ, harfbuzz >= 0.9.34) -+fi -+ -+AC_SUBST(MOZ_NATIVE_HARFBUZZ) -+ -+dnl ======================================================== -+dnl Check for graphite2 -+dnl ======================================================== -+ -+MOZ_ARG_WITH_BOOL(system-graphite2, -+[ --with-system-graphite2 Use system graphite2 (located with pkgconfig)], -+MOZ_NATIVE_GRAPHITE2=1, -+MOZ_NATIVE_GRAPHITE2=) -+ -+if test -n "$MOZ_NATIVE_GRAPHITE2"; then -+ PKG_CHECK_MODULES(MOZ_GRAPHITE2, graphite2) -+ -+ dnl graphite2.pc has bogus version, check manually -+ AC_TRY_COMPILE([ #include -+ #define GR2_VERSION_REQUIRE(major,minor,bugfix) \ -+ ( GR2_VERSION_MAJOR * 10000 + GR2_VERSION_MINOR \ -+ * 100 + GR2_VERSION_BUGFIX >= \ -+ (major) * 10000 + (minor) * 100 + (bugfix) ) -+ ], [ -+ #if !GR2_VERSION_REQUIRE(1,2,4) -+ #error "Insufficient graphite2 version." -+ #endif -+ ], [], -+ [AC_MSG_ERROR([--with-system-graphite2 requested but no working libgraphite2 found])]) -+fi -+ -+AC_SUBST(MOZ_NATIVE_GRAPHITE2) -+ -+dnl ======================================================== - dnl Check for pixman and cairo - dnl ======================================================== - diff --git a/mail/thunderbird/patches/patch-al b/mail/thunderbird/patches/patch-al deleted file mode 100644 index d4913d6c4f0b9..0000000000000 --- a/mail/thunderbird/patches/patch-al +++ /dev/null @@ -1,16 +0,0 @@ -$NetBSD: patch-al,v 1.12 2014/07/27 20:04:59 ryoon Exp $ - ---- mozilla/storage/src/mozStorageConnection.cpp.orig 2014-07-18 00:05:51.000000000 +0000 -+++ mozilla/storage/src/mozStorageConnection.cpp -@@ -600,6 +600,11 @@ Connection::initialize(nsIFile *aDatabas - - mDatabaseFile = aDatabaseFile; - -+ // XXX tnn: the configure script demands that sqlite3 is compiled with -+ // SECURE_DELETE on by default. sqlite3 in pkgsrc does not have that, -+ // so instead we enable secure_delete manually here. -+ (void)ExecuteSimpleSQL(NS_LITERAL_CSTRING("PRAGMA secure_delete = 1;")); -+ - return NS_OK; - } - diff --git a/mail/thunderbird/patches/patch-ao b/mail/thunderbird/patches/patch-ao deleted file mode 100644 index f4be2b30bb329..0000000000000 --- a/mail/thunderbird/patches/patch-ao +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-ao,v 1.11 2015/07/09 15:17:34 ryoon Exp $ - ---- mozilla/toolkit/mozapps/installer/packager.mk.orig 2015-06-08 17:49:32.000000000 +0000 -+++ mozilla/toolkit/mozapps/installer/packager.mk -@@ -122,8 +122,8 @@ endif - (cd $(DESTDIR)$(installdir) && tar -xf -) - $(NSINSTALL) -D $(DESTDIR)$(bindir) - $(RM) -f $(DESTDIR)$(bindir)/$(MOZ_APP_NAME) -- ln -s $(installdir)/$(MOZ_APP_NAME) $(DESTDIR)$(bindir) --ifdef INSTALL_SDK # Here comes the hard part -+ ln -s $(installdir)/$(MOZ_APP_NAME) $(DESTDIR)$(bindir)/$(MOZILLA_PKG_NAME) -+ifeq ($(MOZ_APP_NAME),xulrunner) - $(NSINSTALL) -D $(DESTDIR)$(includedir) - (cd $(DIST)/include && $(TAR) $(TAR_CREATE_FLAGS) - .) | \ - (cd $(DESTDIR)$(includedir) && tar -xf -) diff --git a/mail/thunderbird/patches/patch-as b/mail/thunderbird/patches/patch-as deleted file mode 100644 index c89115a157c3f..0000000000000 --- a/mail/thunderbird/patches/patch-as +++ /dev/null @@ -1,42 +0,0 @@ -$NetBSD: patch-as,v 1.17 2015/07/09 15:17:34 ryoon Exp $ - -Treat DragonFly like FreeBSD. - ---- mozilla/js/src/configure.in.orig 2015-06-08 17:49:21.000000000 +0000 -+++ mozilla/js/src/configure.in -@@ -2187,8 +2187,7 @@ AC_LANG_CPLUSPLUS - - MOZ_CXX11 - --dnl Check for .hidden assembler directive and visibility attribute. --dnl Borrowed from glibc configure.in -+dnl Setup default hidden visibility and wrapped system headers. - dnl =============================================================== - if test "$GNU_CC" -a "$OS_TARGET" != WINNT; then - AC_DEFINE(HAVE_VISIBILITY_HIDDEN_ATTRIBUTE) -@@ -3010,7 +3009,7 @@ if test "$MOZ_MEMORY"; then - *-darwin*) - AC_DEFINE(MOZ_MEMORY_DARWIN) - ;; -- *-*freebsd*) -+ *-*freebsd*|*-*dragonfly*) - AC_DEFINE(MOZ_MEMORY_BSD) - ;; - *-android*|*-linuxandroid*) -@@ -3851,6 +3850,16 @@ MOZ_SUBCONFIGURE_ICU() - dnl ======================================================== - dnl JavaScript shell - dnl ======================================================== -+ICU_LIB_NAMES= -+MOZ_NATIVE_ICU= -+MOZ_ARG_WITH_BOOL(system-icu, -+[ --with-system-icu -+ Use system icu (located with pkgconfig)], -+ MOZ_NATIVE_ICU=1) -+ -+if test -n "$MOZ_NATIVE_ICU"; then -+ PKG_CHECK_MODULES(MOZ_ICU, icu-i18n >= 50.1) -+fi - - MALLOC_HEADERS="malloc.h malloc_np.h malloc/malloc.h sys/malloc.h" - MALLOC_H= diff --git a/mail/thunderbird/patches/patch-ax b/mail/thunderbird/patches/patch-ax deleted file mode 100644 index 13f4fc4b90412..0000000000000 --- a/mail/thunderbird/patches/patch-ax +++ /dev/null @@ -1,56 +0,0 @@ -$NetBSD: patch-ax,v 1.15 2015/07/09 15:17:34 ryoon Exp $ - ---- mozilla/xpcom/base/nsStackWalk.cpp.orig 2015-06-08 17:49:33.000000000 +0000 -+++ mozilla/xpcom/base/nsStackWalk.cpp -@@ -34,12 +34,12 @@ static CriticalAddress gCriticalAddress; - #define _GNU_SOURCE - #endif - --#if defined(HAVE_DLOPEN) || defined(XP_MACOSX) -+#if defined(HAVE_DLOPEN) || defined(XP_DARWIN) - #include - #endif - --#define NSSTACKWALK_SUPPORTS_MACOSX \ -- (defined(XP_MACOSX) && \ -+#define NSSTACKWALK_SUPPORTS_DARWIN \ -+ (defined(XP_DARWIN) && \ - (defined(__i386) || defined(__ppc__) || defined(HAVE__UNWIND_BACKTRACE))) - - #define NSSTACKWALK_SUPPORTS_LINUX \ -@@ -47,7 +47,7 @@ static CriticalAddress gCriticalAddress; - ((defined(__GNUC__) && (defined(__i386) || defined(PPC))) || \ - defined(HAVE__UNWIND_BACKTRACE))) - --#if NSSTACKWALK_SUPPORTS_MACOSX -+#if NSSTACKWALK_SUPPORTS_DARWIN - #include - #include - -@@ -830,7 +830,7 @@ NS_DescribeCodeAddress(void* aPC, nsCode - } - - // i386 or PPC Linux stackwalking code --#elif HAVE_DLADDR && (HAVE__UNWIND_BACKTRACE || NSSTACKWALK_SUPPORTS_LINUX || NSSTACKWALK_SUPPORTS_MACOSX) -+#elif HAVE_DLADDR && (HAVE__UNWIND_BACKTRACE || NSSTACKWALK_SUPPORTS_LINUX || NSSTACKWALK_SUPPORTS_DARWIN) - - #include - #include -@@ -901,7 +901,7 @@ FramePointerStackWalk(NS_WalkStackCallba - (long(next) & 3)) { - break; - } --#if (defined(__ppc__) && defined(XP_MACOSX)) || defined(__powerpc64__) -+#if (defined(__ppc__) && defined(XP_DARWIN)) || defined(__powerpc64__) - // ppc mac or powerpc64 linux - void* pc = *(bp + 2); - bp += 3; -@@ -931,7 +931,7 @@ FramePointerStackWalk(NS_WalkStackCallba - } - - #define X86_OR_PPC (defined(__i386) || defined(PPC) || defined(__ppc__)) --#if X86_OR_PPC && (NSSTACKWALK_SUPPORTS_MACOSX || NSSTACKWALK_SUPPORTS_LINUX) // i386 or PPC Linux or Mac stackwalking code -+#if X86_OR_PPC && (NSSTACKWALK_SUPPORTS_DARWIN || NSSTACKWALK_SUPPORTS_LINUX) // i386 or PPC Linux or Mac stackwalking code - - XPCOM_API(nsresult) - NS_StackWalk(NS_WalkStackCallback aCallback, uint32_t aSkipFrames, diff --git a/mail/thunderbird/patches/patch-ay b/mail/thunderbird/patches/patch-ay deleted file mode 100644 index f719da2702db7..0000000000000 --- a/mail/thunderbird/patches/patch-ay +++ /dev/null @@ -1,33 +0,0 @@ -$NetBSD: patch-ay,v 1.12 2015/07/09 15:17:34 ryoon Exp $ - ---- mozilla/browser/app/nsBrowserApp.cpp.orig 2015-06-08 17:49:17.000000000 +0000 -+++ mozilla/browser/app/nsBrowserApp.cpp -@@ -18,8 +18,10 @@ - #include - #endif - --#ifdef XP_MACOSX -+#ifdef XP_DARWIN - #include -+#endif -+#ifdef MOZ_WIDGET_COCOA - #include "MacQuirks.h" - #endif - -@@ -459,7 +461,7 @@ TimeStamp_Now() - } - - return sGetTickCount64() * freq.QuadPart; --#elif defined(XP_MACOSX) -+#elif defined(XP_DARWIN) - return mach_absolute_time(); - #elif defined(HAVE_CLOCK_MONOTONIC) - struct timespec ts; -@@ -606,6 +608,7 @@ int main(int argc, char* argv[]) - TriggerQuirks(); - #endif - -+ setenv("MOZ_PLUGIN_PATH", "%%LOCALBASE%%/lib/browser_plugins/symlinks/gecko", 0); - int gotCounters; - #if defined(XP_UNIX) - struct rusage initialRUsage; diff --git a/mail/thunderbird/patches/patch-bf b/mail/thunderbird/patches/patch-bf deleted file mode 100644 index cca7e8fd5a09a..0000000000000 --- a/mail/thunderbird/patches/patch-bf +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-bf,v 1.7 2013/11/12 20:50:51 ryoon Exp $ - ---- mozilla/js/src/jsnativestack.cpp.orig 2013-10-23 22:09:02.000000000 +0000 -+++ mozilla/js/src/jsnativestack.cpp -@@ -114,7 +114,7 @@ js::GetNativeStackBaseImpl() - pthread_attr_init(&sattr); - # if defined(__OpenBSD__) - stack_t ss; --# elif defined(PTHREAD_NP_H) || defined(_PTHREAD_NP_H_) || defined(NETBSD) -+# elif defined(PTHREAD_NP_H) || defined(_PTHREAD_NP_H_) || defined(__DragonFly__) || defined(NETBSD) || defined(__NetBSD__) /* XXX tnn not sure why NETBSD isn't defined, it looks like it should be ... */ - /* e.g. on FreeBSD 4.8 or newer, neundorf@kde.org */ - pthread_attr_get_np(thread, &sattr); - # else diff --git a/mail/thunderbird/patches/patch-calendar_lightning_Makefile.in b/mail/thunderbird/patches/patch-calendar_lightning_Makefile.in index c3727e7c178b1..85fb948df659b 100644 --- a/mail/thunderbird/patches/patch-calendar_lightning_Makefile.in +++ b/mail/thunderbird/patches/patch-calendar_lightning_Makefile.in @@ -1,11 +1,11 @@ -$NetBSD: patch-calendar_lightning_Makefile.in,v 1.3 2015/07/09 15:17:34 ryoon Exp $ +$NetBSD: patch-calendar_lightning_Makefile.in,v 1.4 2016/04/17 18:33:50 ryoon Exp $ ---- calendar/lightning/Makefile.in.orig 2015-06-08 17:40:38.000000000 +0000 +--- calendar/lightning/Makefile.in.orig 2016-04-07 21:14:23.000000000 +0000 +++ calendar/lightning/Makefile.in -@@ -6,7 +6,7 @@ +@@ -5,7 +5,7 @@ + # Calendar builders currently use STRIP_XPI to reduce the binary component in # Lightning. - USE_EXTENSION_MANIFEST = 1 -XPI_PKGNAME = lightning-$(LIGHTNING_VERSION).$(AB_CD).$(MOZ_PKG_PLATFORM) +XPI_PKGNAME = lightning XPI_VERSION = $(LIGHTNING_VERSION) diff --git a/mail/thunderbird/patches/patch-calendar_lightning_build_universal.mk b/mail/thunderbird/patches/patch-calendar_lightning_build_universal.mk index d6252de2d8461..38b2f36ed646b 100644 --- a/mail/thunderbird/patches/patch-calendar_lightning_build_universal.mk +++ b/mail/thunderbird/patches/patch-calendar_lightning_build_universal.mk @@ -1,6 +1,6 @@ -$NetBSD: patch-calendar_lightning_build_universal.mk,v 1.2 2014/07/27 20:04:59 ryoon Exp $ +$NetBSD: patch-calendar_lightning_build_universal.mk,v 1.3 2016/04/17 18:33:50 ryoon Exp $ ---- calendar/lightning/build/universal.mk.orig 2014-07-18 00:04:05.000000000 +0000 +--- calendar/lightning/build/universal.mk.orig 2016-04-07 21:14:23.000000000 +0000 +++ calendar/lightning/build/universal.mk @@ -19,7 +19,7 @@ include $(topsrcdir)/mozilla/toolkit/moz diff --git a/mail/thunderbird/patches/patch-calendar_providers_gdata_Makefile.in b/mail/thunderbird/patches/patch-calendar_providers_gdata_Makefile.in index bbdb82f093982..95b62a410014c 100644 --- a/mail/thunderbird/patches/patch-calendar_providers_gdata_Makefile.in +++ b/mail/thunderbird/patches/patch-calendar_providers_gdata_Makefile.in @@ -1,11 +1,11 @@ -$NetBSD: patch-calendar_providers_gdata_Makefile.in,v 1.3 2015/07/09 15:17:34 ryoon Exp $ +$NetBSD: patch-calendar_providers_gdata_Makefile.in,v 1.4 2016/04/17 18:33:50 ryoon Exp $ ---- calendar/providers/gdata/Makefile.in.orig 2015-06-08 17:40:38.000000000 +0000 +--- calendar/providers/gdata/Makefile.in.orig 2016-04-07 21:14:23.000000000 +0000 +++ calendar/providers/gdata/Makefile.in -@@ -4,7 +4,7 @@ +@@ -2,7 +2,7 @@ + # License, v. 2.0. If a copy of the MPL was not distributed with this + # file, You can obtain one at http://mozilla.org/MPL/2.0/. - USE_EXTENSION_MANIFEST = 1 - DIST_FILES = install.rdf -XPI_PKGNAME = gdata-provider-$(GDATA_VERSION).$(AB_CD).$(MOZ_PKG_PLATFORM) +XPI_PKGNAME = gdata-provider XPI_VERSION = $(GDATA_VERSION) diff --git a/mail/thunderbird/patches/patch-ipc_chromium_src_base_file__util__posix.cc b/mail/thunderbird/patches/patch-ipc_chromium_src_base_file__util__posix.cc deleted file mode 100644 index df84a7565f0f4..0000000000000 --- a/mail/thunderbird/patches/patch-ipc_chromium_src_base_file__util__posix.cc +++ /dev/null @@ -1,48 +0,0 @@ -$NetBSD: patch-ipc_chromium_src_base_file__util__posix.cc,v 1.8 2014/07/27 20:04:59 ryoon Exp $ - ---- mozilla/ipc/chromium/src/base/file_util_posix.cc.orig 2014-07-18 00:05:24.000000000 +0000 -+++ mozilla/ipc/chromium/src/base/file_util_posix.cc -@@ -8,7 +8,7 @@ - #include - #include - #include --#ifndef ANDROID -+#if !defined(ANDROID) && !defined(OS_SOLARIS) - #include - #endif - #include -@@ -67,7 +67,7 @@ bool Delete(const FilePath& path, bool r - if (!recursive) - return (rmdir(path_str) == 0); - --#ifdef ANDROID -+#if defined(ANDROID) || defined(OS_SOLARIS) - // XXX Need ftsless impl for bionic - return false; - #else -@@ -140,7 +140,7 @@ bool CopyDirectory(const FilePath& from_ - return false; - } - --#ifdef ANDROID -+#if defined(ANDROID) || defined(OS_SOLARIS) - // XXX Need ftsless impl for bionic - return false; - #else -@@ -435,7 +435,7 @@ bool SetCurrentDirectory(const FilePath& - return !ret; - } - --#if !defined(OS_MACOSX) -+#if !defined(MOZ_WIDGET_COCOA) - bool GetTempDir(FilePath* path) { - const char* tmp = getenv("TMPDIR"); - if (tmp) -@@ -499,6 +499,6 @@ bool CopyFile(const FilePath& from_path, - - return result; - } --#endif // !defined(OS_MACOSX) -+#endif // !defined(MOZ_WIDGET_COCOA) - - } // namespace file_util diff --git a/mail/thunderbird/patches/patch-ipc_chromium_src_base_platform__thread__posix.cc b/mail/thunderbird/patches/patch-ipc_chromium_src_base_platform__thread__posix.cc deleted file mode 100644 index 446c4d5c85515..0000000000000 --- a/mail/thunderbird/patches/patch-ipc_chromium_src_base_platform__thread__posix.cc +++ /dev/null @@ -1,89 +0,0 @@ -$NetBSD: patch-ipc_chromium_src_base_platform__thread__posix.cc,v 1.8 2014/07/27 20:04:59 ryoon Exp $ - ---- mozilla/ipc/chromium/src/base/platform_thread_posix.cc.orig 2014-07-18 00:05:24.000000000 +0000 -+++ mozilla/ipc/chromium/src/base/platform_thread_posix.cc -@@ -9,8 +9,12 @@ - - #if defined(OS_MACOSX) - #include -+#include -+#include - #elif defined(OS_NETBSD) -+_Pragma("GCC visibility push(default)") - #include -+_Pragma("GCC visibility pop") - #elif defined(OS_LINUX) - #include - #include -@@ -19,15 +23,13 @@ - #include - #endif - --#if !defined(OS_MACOSX) - #include --#endif - - #if defined(OS_BSD) && !defined(OS_NETBSD) && !defined(__GLIBC__) - #include - #endif - --#if defined(OS_MACOSX) -+#if defined(MOZ_WIDGET_COCOA) - namespace base { - void InitThreading(); - } // namespace -@@ -91,7 +93,7 @@ void PlatformThread::Sleep(int duration_ - sleep_time = remaining; - } - --#ifndef OS_MACOSX -+#ifndef MOZ_WIDGET_COCOA - // Mac is implemented in platform_thread_mac.mm. - - // static -@@ -114,19 +116,41 @@ void PlatformThread::SetName(const char* - pthread_setname_np(pthread_self(), "%s", (void *)name); - #elif defined(OS_BSD) && !defined(__GLIBC__) - pthread_set_name_np(pthread_self(), name); --#else -+#elif defined(OS_MACOSX) -+ // Copied from platform_thread_mac.mm -+ -+ // pthread_setname_np is only available in 10.6 or later, so test -+ // for it at runtime. -+ int (*dynamic_pthread_setname_np)(const char*); -+ *reinterpret_cast(&dynamic_pthread_setname_np) = -+ dlsym(RTLD_DEFAULT, "pthread_setname_np"); -+ if (!dynamic_pthread_setname_np) -+ return; -+ -+ // Mac OS X does not expose the length limit of the name, so -+ // hardcode it. -+ const int kMaxNameLength = 63; -+ std::string shortened_name = std::string(name).substr(0, kMaxNameLength); -+ // pthread_setname() fails (harmlessly) in the sandbox, ignore when it does. -+ // See http://crbug.com/47058 -+ -+ // The name parameter is copied thus it's safe to release it after calling. -+ // Checked against the bionic implementation in bionic/libc/bionic/pthread.c -+ dynamic_pthread_setname_np(shortened_name.c_str()); -+#elif !defined(OS_SOLARIS) -+ prctl(PR_SET_NAME, reinterpret_cast(name), 0, 0, 0); - #endif - } --#endif // !OS_MACOSX -+#endif // !MOZ_WIDGET_COCOA - - namespace { - - bool CreateThread(size_t stack_size, bool joinable, - PlatformThread::Delegate* delegate, - PlatformThreadHandle* thread_handle) { --#if defined(OS_MACOSX) -+#if defined(MOZ_WIDGET_COCOA) - base::InitThreading(); --#endif // OS_MACOSX -+#endif // MOZ_WIDGET_COCOA - - bool success = false; - pthread_attr_t attributes; diff --git a/mail/thunderbird/patches/patch-ipc_chromium_src_base_sys__info__posix.cc b/mail/thunderbird/patches/patch-ipc_chromium_src_base_sys__info__posix.cc deleted file mode 100644 index 24606e383b5a8..0000000000000 --- a/mail/thunderbird/patches/patch-ipc_chromium_src_base_sys__info__posix.cc +++ /dev/null @@ -1,28 +0,0 @@ -$NetBSD: patch-ipc_chromium_src_base_sys__info__posix.cc,v 1.7 2014/07/27 20:04:59 ryoon Exp $ - ---- mozilla/ipc/chromium/src/base/sys_info_posix.cc.orig 2014-07-18 00:05:24.000000000 +0000 -+++ mozilla/ipc/chromium/src/base/sys_info_posix.cc -@@ -119,7 +119,11 @@ std::wstring SysInfo::GetEnvVar(const wc - - // static - std::string SysInfo::OperatingSystemName() { -+#ifdef OS_SOLARIS -+ struct utsname info; -+#else - utsname info; -+#endif - if (uname(&info) < 0) { - NOTREACHED(); - return ""; -@@ -129,7 +133,11 @@ std::string SysInfo::OperatingSystemName - - // static - std::string SysInfo::OperatingSystemVersion() { -+#ifdef OS_SOLARIS -+ struct utsname info; -+#else - utsname info; -+#endif - if (uname(&info) < 0) { - NOTREACHED(); - return ""; diff --git a/mail/thunderbird/patches/patch-ipc_chromium_src_build_build__config.h b/mail/thunderbird/patches/patch-ipc_chromium_src_build_build__config.h deleted file mode 100644 index 09aa470a517c3..0000000000000 --- a/mail/thunderbird/patches/patch-ipc_chromium_src_build_build__config.h +++ /dev/null @@ -1,22 +0,0 @@ -$NetBSD: patch-ipc_chromium_src_build_build__config.h,v 1.6 2013/11/12 20:50:51 ryoon Exp $ - ---- mozilla/ipc/chromium/src/build/build_config.h.orig 2013-10-23 22:09:00.000000000 +0000 -+++ mozilla/ipc/chromium/src/build/build_config.h -@@ -27,6 +27,8 @@ - #define OS_NETBSD 1 - #elif defined(__OpenBSD__) - #define OS_OPENBSD 1 -+#elif defined(__sun) -+#define OS_SOLARIS 1 - #elif defined(_WIN32) - #define OS_WIN 1 - #else -@@ -42,7 +44,7 @@ - - // For access to standard POSIX features, use OS_POSIX instead of a more - // specific macro. --#if defined(OS_MACOSX) || defined(OS_LINUX) || defined(OS_BSD) -+#if defined(OS_MACOSX) || defined(OS_LINUX) || defined(OS_BSD) || defined(OS_SOLARIS) - #define OS_POSIX 1 - #endif - diff --git a/mail/thunderbird/patches/patch-ipc_glue_GeckoChildProcessHost.cpp b/mail/thunderbird/patches/patch-ipc_glue_GeckoChildProcessHost.cpp deleted file mode 100644 index 7d47fe1c00c13..0000000000000 --- a/mail/thunderbird/patches/patch-ipc_glue_GeckoChildProcessHost.cpp +++ /dev/null @@ -1,45 +0,0 @@ -$NetBSD: patch-ipc_glue_GeckoChildProcessHost.cpp,v 1.7 2015/07/09 15:17:34 ryoon Exp $ - ---- mozilla/ipc/glue/GeckoChildProcessHost.cpp.orig 2015-06-08 17:49:21.000000000 +0000 -+++ mozilla/ipc/glue/GeckoChildProcessHost.cpp -@@ -4,7 +4,13 @@ - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ - -+#if defined(__NetBSD__) -+_Pragma("GCC visibility push(default)") -+#endif - #include "GeckoChildProcessHost.h" -+#if defined(__NetBSD__) -+_Pragma("GCC visibility pop") -+#endif - - #include "base/command_line.h" - #include "base/string_util.h" -@@ -547,7 +553,7 @@ GeckoChildProcessHost::PerformAsyncLaunc - // and passing wstrings from one config to the other is unsafe. So - // we split the logic here. - --#if defined(OS_LINUX) || defined(OS_MACOSX) || defined(OS_BSD) -+#if defined(OS_LINUX) || defined(OS_MACOSX) || defined(OS_BSD) || defined(OS_SOLARIS) - base::environment_map newEnvVars; - ChildPrivileges privs = mPrivileges; - if (privs == base::PRIVILEGES_DEFAULT) { -@@ -686,7 +692,7 @@ GeckoChildProcessHost::PerformAsyncLaunc - childArgv.push_back(pidstring); - - #if defined(MOZ_CRASHREPORTER) --# if defined(OS_LINUX) || defined(OS_BSD) -+# if defined(OS_LINUX) || defined(OS_BSD) || defined(OS_SOLARIS) - int childCrashFd, childCrashRemapFd; - if (!CrashReporter::CreateNotificationPipeForChild( - &childCrashFd, &childCrashRemapFd)) -@@ -719,7 +725,7 @@ GeckoChildProcessHost::PerformAsyncLaunc - childArgv.push_back(childProcessType); - - base::LaunchApp(childArgv, mFileMap, --#if defined(OS_LINUX) || defined(OS_MACOSX) || defined(OS_BSD) -+#if defined(OS_LINUX) || defined(OS_MACOSX) || defined(OS_BSD) || defined(OS_SOLARIS) - newEnvVars, privs, - #endif - false, &process, arch); diff --git a/mail/thunderbird/patches/patch-ldap_c-sdk_include_portable.h b/mail/thunderbird/patches/patch-ldap_c-sdk_include_portable.h new file mode 100644 index 0000000000000..73bc57cfef573 --- /dev/null +++ b/mail/thunderbird/patches/patch-ldap_c-sdk_include_portable.h @@ -0,0 +1,13 @@ +$NetBSD: patch-ldap_c-sdk_include_portable.h,v 1.1 2016/04/17 18:33:50 ryoon Exp $ + +--- ldap/c-sdk/include/portable.h.orig 2016-04-07 21:14:24.000000000 +0000 ++++ ldap/c-sdk/include/portable.h +@@ -122,7 +122,7 @@ + * some systems don't have the BSD re_comp and re_exec routines + */ + #ifndef NEED_BSDREGEX +-#if ( defined( SYSV ) || defined( NETBSD ) || defined( FREEBSD ) || defined(__OpenBSD__) || defined( linux ) || defined( DARWIN )) && !defined(sgi) ++#if ( defined( SYSV ) || defined( NETBSD ) || defined(DRAGONFLY) || defined( FREEBSD ) || defined(__OpenBSD__) || defined( linux ) || defined( DARWIN )) && !defined(sgi) + #define NEED_BSDREGEX + #endif + #endif diff --git a/mail/thunderbird/patches/patch-mail_app_nsMailApp.cpp b/mail/thunderbird/patches/patch-mail_app_nsMailApp.cpp new file mode 100644 index 0000000000000..0c4baa903a687 --- /dev/null +++ b/mail/thunderbird/patches/patch-mail_app_nsMailApp.cpp @@ -0,0 +1,39 @@ +$NetBSD: patch-mail_app_nsMailApp.cpp,v 1.1 2016/04/17 18:33:50 ryoon Exp $ + +--- mail/app/nsMailApp.cpp.orig 2016-04-07 21:14:22.000000000 +0000 ++++ mail/app/nsMailApp.cpp +@@ -15,6 +15,26 @@ + #include + #include + #endif ++/* ++ * On netbsd-4, ulimit -n is 64 by default; too few for us. ++ */ ++static void netbsd_fixrlimit(void) { ++ struct rlimit rlp; ++ if (getrlimit(RLIMIT_NOFILE, &rlp) == -1) { ++ fprintf(stderr, "warning: getrlimit failed\n"); ++ return; ++ } ++ if (rlp.rlim_cur >= 512) ++ return; ++ if (rlp.rlim_max < 512) { ++ fprintf(stderr, "warning: hard limit of 'ulimit -n' too low\n"); ++ rlp.rlim_cur = rlp.rlim_max; ++ } ++ else ++ rlp.rlim_cur = 512; ++ if (setrlimit(RLIMIT_NOFILE, &rlp) == -1) ++ fprintf(stderr, "warning: setrlimit failed\n"); ++ } + + #ifdef XP_MACOSX + #include "MacQuirks.h" +@@ -213,6 +233,7 @@ FileExists(const char *path) + static nsresult + InitXPCOMGlue(const char *argv0, nsIFile **xreDirectory) + { ++ netbsd_fixrlimit(); + char exePath[MAXPATHLEN]; + + nsresult rv = mozilla::BinaryPath::Get(argv0, exePath); diff --git a/mail/thunderbird/patches/patch-mail_components_shell_nsMailGNOMEIntegration.cpp b/mail/thunderbird/patches/patch-mail_components_shell_nsMailGNOMEIntegration.cpp index 3234b11c468ea..2ba01659608ed 100644 --- a/mail/thunderbird/patches/patch-mail_components_shell_nsMailGNOMEIntegration.cpp +++ b/mail/thunderbird/patches/patch-mail_components_shell_nsMailGNOMEIntegration.cpp @@ -1,8 +1,6 @@ -$NetBSD: patch-mail_components_shell_nsMailGNOMEIntegration.cpp,v 1.2 2015/07/09 15:17:34 ryoon Exp $ +$NetBSD: patch-mail_components_shell_nsMailGNOMEIntegration.cpp,v 1.3 2016/04/17 18:33:50 ryoon Exp $ -Avoid warning storing a size_t in an unsigned int on LP64 - ---- mail/components/shell/nsMailGNOMEIntegration.cpp.orig 2015-06-08 17:40:38.000000000 +0000 +--- mail/components/shell/nsMailGNOMEIntegration.cpp.orig 2016-04-07 21:14:23.000000000 +0000 +++ mail/components/shell/nsMailGNOMEIntegration.cpp @@ -50,16 +50,16 @@ struct AppTypeAssociation { diff --git a/mail/thunderbird/patches/patch-mail_installer_package-manifest.in b/mail/thunderbird/patches/patch-mail_installer_package-manifest.in index 0500a30ede2ee..98cb5f42b0c47 100644 --- a/mail/thunderbird/patches/patch-mail_installer_package-manifest.in +++ b/mail/thunderbird/patches/patch-mail_installer_package-manifest.in @@ -1,8 +1,8 @@ -$NetBSD: patch-mail_installer_package-manifest.in,v 1.2 2015/07/09 15:17:34 ryoon Exp $ +$NetBSD: patch-mail_installer_package-manifest.in,v 1.3 2016/04/17 18:33:50 ryoon Exp $ ---- mail/installer/package-manifest.in.orig 2015-06-08 17:40:38.000000000 +0000 +--- mail/installer/package-manifest.in.orig 2016-04-07 21:14:23.000000000 +0000 +++ mail/installer/package-manifest.in -@@ -717,7 +717,7 @@ +@@ -804,7 +804,7 @@ #endif ; for Solaris SPARC diff --git a/mail/thunderbird/patches/patch-mail_installer_removed-files.in b/mail/thunderbird/patches/patch-mail_installer_removed-files.in index 4fbb1a66b3577..94241f7985a71 100644 --- a/mail/thunderbird/patches/patch-mail_installer_removed-files.in +++ b/mail/thunderbird/patches/patch-mail_installer_removed-files.in @@ -1,8 +1,8 @@ -$NetBSD: patch-mail_installer_removed-files.in,v 1.2 2015/07/09 15:17:34 ryoon Exp $ +$NetBSD: patch-mail_installer_removed-files.in,v 1.3 2016/04/17 18:33:50 ryoon Exp $ ---- mail/installer/removed-files.in.orig 2015-06-08 17:40:38.000000000 +0000 +--- mail/installer/removed-files.in.orig 2016-04-07 21:14:23.000000000 +0000 +++ mail/installer/removed-files.in -@@ -198,42 +198,6 @@ +@@ -196,42 +196,6 @@ @DIR_MACOS@greprefs/security-prefs.js @DIR_MACOS@greprefs/xpinstall.js @DIR_MACOS@greprefs/ @@ -43,5 +43,5 @@ $NetBSD: patch-mail_installer_removed-files.in,v 1.2 2015/07/09 15:17:34 ryoon E -@DIR_MACOS@hyphenation/hyph_tr.dic -@DIR_MACOS@hyphenation/hyph_uk.dic - #ifdef MOZ_WIDGET_GTK2 + #ifdef MOZ_WIDGET_GTK icons/mozicon128.png diff --git a/mail/thunderbird/patches/patch-mozilla_browser_branding_unofficial_locales_en-US_brand.dtd b/mail/thunderbird/patches/patch-mozilla_browser_branding_unofficial_locales_en-US_brand.dtd new file mode 100644 index 0000000000000..8180878b4ff48 --- /dev/null +++ b/mail/thunderbird/patches/patch-mozilla_browser_branding_unofficial_locales_en-US_brand.dtd @@ -0,0 +1,16 @@ +$NetBSD: patch-mozilla_browser_branding_unofficial_locales_en-US_brand.dtd,v 1.1 2016/04/17 18:33:50 ryoon Exp $ + +--- mozilla/browser/branding/unofficial/locales/en-US/brand.dtd.orig 2016-04-07 21:33:15.000000000 +0000 ++++ mozilla/browser/branding/unofficial/locales/en-US/brand.dtd +@@ -2,8 +2,8 @@ + - License, v. 2.0. If a copy of the MPL was not distributed with this + - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> + +- +- +- ++ ++ ++ + + diff --git a/mail/thunderbird/patches/patch-mozilla_browser_installer_package-manifest.in b/mail/thunderbird/patches/patch-mozilla_browser_installer_package-manifest.in index d4aab71c4dbd5..aa935d80fdc9f 100644 --- a/mail/thunderbird/patches/patch-mozilla_browser_installer_package-manifest.in +++ b/mail/thunderbird/patches/patch-mozilla_browser_installer_package-manifest.in @@ -1,8 +1,8 @@ -$NetBSD: patch-mozilla_browser_installer_package-manifest.in,v 1.3 2015/07/09 15:17:34 ryoon Exp $ +$NetBSD: patch-mozilla_browser_installer_package-manifest.in,v 1.4 2016/04/17 18:33:50 ryoon Exp $ ---- mozilla/browser/installer/package-manifest.in.orig 2015-06-08 17:49:21.000000000 +0000 +--- mozilla/browser/installer/package-manifest.in.orig 2016-04-07 21:33:17.000000000 +0000 +++ mozilla/browser/installer/package-manifest.in -@@ -618,7 +618,7 @@ +@@ -606,7 +606,7 @@ @RESPATH@/components/MozKeyboard.js @RESPATH@/components/InputMethod.manifest @@ -10,8 +10,8 @@ $NetBSD: patch-mozilla_browser_installer_package-manifest.in,v 1.3 2015/07/09 15 +#if defined(ENABLE_TESTS) && defined(MOZ_DEBUG) @RESPATH@/components/TestInterfaceJS.js @RESPATH@/components/TestInterfaceJS.manifest - #endif -@@ -800,7 +800,7 @@ + @RESPATH@/components/TestInterfaceJSMaplike.js +@@ -824,7 +824,7 @@ #endif ; for Solaris SPARC diff --git a/mail/thunderbird/patches/patch-mozilla_build_autoconf_compiler-opts.m4 b/mail/thunderbird/patches/patch-mozilla_build_autoconf_compiler-opts.m4 index 3719449e1e611..bdaeddc864369 100644 --- a/mail/thunderbird/patches/patch-mozilla_build_autoconf_compiler-opts.m4 +++ b/mail/thunderbird/patches/patch-mozilla_build_autoconf_compiler-opts.m4 @@ -1,6 +1,6 @@ -$NetBSD: patch-mozilla_build_autoconf_compiler-opts.m4,v 1.1 2014/07/27 20:04:59 ryoon Exp $ +$NetBSD: patch-mozilla_build_autoconf_compiler-opts.m4,v 1.2 2016/04/17 18:33:50 ryoon Exp $ ---- mozilla/build/autoconf/compiler-opts.m4.orig 2014-07-18 00:05:10.000000000 +0000 +--- mozilla/build/autoconf/compiler-opts.m4.orig 2016-04-07 21:33:17.000000000 +0000 +++ mozilla/build/autoconf/compiler-opts.m4 @@ -53,14 +53,6 @@ case "$target" in if test -z "$CXX"; then diff --git a/mail/thunderbird/patches/patch-mozilla_build_autoconf_nss.m4 b/mail/thunderbird/patches/patch-mozilla_build_autoconf_nss.m4 index d6d8751e4df84..7ad03bd470e5f 100644 --- a/mail/thunderbird/patches/patch-mozilla_build_autoconf_nss.m4 +++ b/mail/thunderbird/patches/patch-mozilla_build_autoconf_nss.m4 @@ -1,6 +1,6 @@ -$NetBSD: patch-mozilla_build_autoconf_nss.m4,v 1.4 2015/07/09 15:17:34 ryoon Exp $ +$NetBSD: patch-mozilla_build_autoconf_nss.m4,v 1.5 2016/04/17 18:33:50 ryoon Exp $ ---- mozilla/build/autoconf/nss.m4.orig 2015-06-08 17:49:22.000000000 +0000 +--- mozilla/build/autoconf/nss.m4.orig 2016-04-07 21:33:17.000000000 +0000 +++ mozilla/build/autoconf/nss.m4 @@ -22,18 +22,18 @@ AC_ARG_WITH(nss-exec-prefix, if test -n "$nss_config_exec_prefix"; then diff --git a/mail/thunderbird/patches/patch-mozilla_build_gyp.mozbuild b/mail/thunderbird/patches/patch-mozilla_build_gyp.mozbuild index 3ba9f681e1c39..1f7a9e5ad696e 100644 --- a/mail/thunderbird/patches/patch-mozilla_build_gyp.mozbuild +++ b/mail/thunderbird/patches/patch-mozilla_build_gyp.mozbuild @@ -1,8 +1,8 @@ -$NetBSD: patch-mozilla_build_gyp.mozbuild,v 1.2 2015/07/09 15:17:34 ryoon Exp $ +$NetBSD: patch-mozilla_build_gyp.mozbuild,v 1.3 2016/04/17 18:33:50 ryoon Exp $ ---- mozilla/build/gyp.mozbuild.orig 2015-06-08 17:49:22.000000000 +0000 +--- mozilla/build/gyp.mozbuild.orig 2016-04-07 21:33:17.000000000 +0000 +++ mozilla/build/gyp.mozbuild -@@ -12,6 +12,7 @@ gyp_vars = { +@@ -14,6 +14,7 @@ gyp_vars = { 'have_ethtool_cmd_speed_hi': 1 if CONFIG['MOZ_WEBRTC_HAVE_ETHTOOL_SPEED_HI'] else 0, 'include_alsa_audio': 1 if CONFIG['MOZ_ALSA'] else 0, 'include_pulse_audio': 1 if CONFIG['MOZ_PULSEAUDIO'] else 0, @@ -10,7 +10,7 @@ $NetBSD: patch-mozilla_build_gyp.mozbuild,v 1.2 2015/07/09 15:17:34 ryoon Exp $ # basic stuff for everything 'include_internal_video_render': 0, 'clang_use_chrome_plugins': 0, -@@ -87,7 +88,7 @@ flavors = { +@@ -96,7 +97,7 @@ flavors = { 'WINNT': 'win', 'Android': 'linux' if CONFIG['MOZ_WIDGET_TOOLKIT'] == 'gonk' else 'android', 'Linux': 'linux', @@ -19,7 +19,7 @@ $NetBSD: patch-mozilla_build_gyp.mozbuild,v 1.2 2015/07/09 15:17:34 ryoon Exp $ 'SunOS': 'solaris', 'GNU/kFreeBSD': 'freebsd', 'DragonFly': 'dragonfly', -@@ -122,5 +123,11 @@ if CONFIG['INTEL_ARCHITECTURE']: +@@ -131,5 +132,11 @@ if CONFIG['INTEL_ARCHITECTURE']: if not CONFIG['HAVE_TOOLCHAIN_SUPPORT_MSSSE3'] or not CONFIG['HAVE_TOOLCHAIN_SUPPORT_MSSE4_1']: gyp_vars['yuv_disable_asm'] = 1 diff --git a/mail/thunderbird/patches/patch-mozilla_build_pgo_profileserver.py b/mail/thunderbird/patches/patch-mozilla_build_pgo_profileserver.py index 41ad7d95f44ae..8537315f2fef9 100644 --- a/mail/thunderbird/patches/patch-mozilla_build_pgo_profileserver.py +++ b/mail/thunderbird/patches/patch-mozilla_build_pgo_profileserver.py @@ -1,8 +1,8 @@ -$NetBSD: patch-mozilla_build_pgo_profileserver.py,v 1.1 2013/11/12 20:50:51 ryoon Exp $ +$NetBSD: patch-mozilla_build_pgo_profileserver.py,v 1.2 2016/04/17 18:33:50 ryoon Exp $ ---- mozilla/build/pgo/profileserver.py.orig 2013-10-23 22:08:50.000000000 +0000 +--- mozilla/build/pgo/profileserver.py.orig 2016-04-07 21:33:18.000000000 +0000 +++ mozilla/build/pgo/profileserver.py -@@ -59,7 +59,7 @@ if __name__ == '__main__': +@@ -68,7 +68,7 @@ if __name__ == '__main__': env["MOZ_JAR_LOG_FILE"] = os.path.abspath(jarlog) print "jarlog: %s" % env["MOZ_JAR_LOG_FILE"] diff --git a/mail/thunderbird/patches/patch-mozilla_config_Makefile.in b/mail/thunderbird/patches/patch-mozilla_config_Makefile.in index 8fdbde8956947..03f4a9293c11e 100644 --- a/mail/thunderbird/patches/patch-mozilla_config_Makefile.in +++ b/mail/thunderbird/patches/patch-mozilla_config_Makefile.in @@ -1,8 +1,8 @@ -$NetBSD: patch-mozilla_config_Makefile.in,v 1.3 2015/07/09 15:17:34 ryoon Exp $ +$NetBSD: patch-mozilla_config_Makefile.in,v 1.4 2016/04/17 18:33:50 ryoon Exp $ ---- mozilla/config/Makefile.in.orig 2015-06-08 17:49:23.000000000 +0000 +--- mozilla/config/Makefile.in.orig 2016-04-07 21:33:18.000000000 +0000 +++ mozilla/config/Makefile.in -@@ -77,6 +77,16 @@ export:: $(export-preqs) +@@ -73,6 +73,16 @@ export:: $(export-preqs) -DMOZ_NATIVE_LIBEVENT=$(MOZ_NATIVE_LIBEVENT) \ -DMOZ_NATIVE_LIBVPX=$(MOZ_NATIVE_LIBVPX) \ -DMOZ_NATIVE_ICU=$(MOZ_NATIVE_ICU) \ diff --git a/mail/thunderbird/patches/patch-mozilla_config_baseconfig.mk b/mail/thunderbird/patches/patch-mozilla_config_baseconfig.mk index 4a54d4cd33588..b86d396350b86 100644 --- a/mail/thunderbird/patches/patch-mozilla_config_baseconfig.mk +++ b/mail/thunderbird/patches/patch-mozilla_config_baseconfig.mk @@ -1,6 +1,6 @@ -$NetBSD: patch-mozilla_config_baseconfig.mk,v 1.4 2014/07/27 20:04:59 ryoon Exp $ +$NetBSD: patch-mozilla_config_baseconfig.mk,v 1.5 2016/04/17 18:33:50 ryoon Exp $ ---- mozilla/config/baseconfig.mk.orig 2014-07-18 00:05:10.000000000 +0000 +--- mozilla/config/baseconfig.mk.orig 2016-04-07 21:33:18.000000000 +0000 +++ mozilla/config/baseconfig.mk @@ -2,10 +2,10 @@ # directly in python/mozbuild/mozbuild/base.py for gmake validation. @@ -14,6 +14,6 @@ $NetBSD: patch-mozilla_config_baseconfig.mk,v 1.4 2014/07/27 20:04:59 ryoon Exp +idldir = $(datadir)/idl/${MOZILLA_PKG_NAME} +installdir = $(libdir)/${MOZILLA_PKG_NAME} +sdkdir = $(libdir)/${MOZILLA_PKG_NAME} - ifndef TOP_DIST - TOP_DIST = dist - endif + ifeq (.,$(DEPTH)) + DIST = dist + else diff --git a/mail/thunderbird/patches/patch-mozilla_config_external_moz.build b/mail/thunderbird/patches/patch-mozilla_config_external_moz.build index 957b74db1c7e6..60d95e54aeba7 100644 --- a/mail/thunderbird/patches/patch-mozilla_config_external_moz.build +++ b/mail/thunderbird/patches/patch-mozilla_config_external_moz.build @@ -1,8 +1,8 @@ -$NetBSD: patch-mozilla_config_external_moz.build,v 1.2 2015/07/09 15:17:34 ryoon Exp $ +$NetBSD: patch-mozilla_config_external_moz.build,v 1.3 2016/04/17 18:33:50 ryoon Exp $ ---- mozilla/config/external/moz.build.orig 2015-06-08 17:49:23.000000000 +0000 +--- mozilla/config/external/moz.build.orig 2016-04-07 21:33:18.000000000 +0000 +++ mozilla/config/external/moz.build -@@ -19,10 +19,19 @@ if CONFIG['MOZ_UPDATER']: +@@ -20,10 +20,19 @@ if CONFIG['MOZ_UPDATER']: # There's no "native brotli" yet, but probably in the future... external_dirs += ['modules/brotli'] @@ -24,25 +24,13 @@ $NetBSD: patch-mozilla_config_external_moz.build,v 1.2 2015/07/09 15:17:34 ryoon external_dirs += ['media/libtremor'] if CONFIG['MOZ_WEBM']: -@@ -37,15 +46,16 @@ if CONFIG['MOZ_VPX'] and not CONFIG['MOZ - if not CONFIG['MOZ_NATIVE_PNG']: - external_dirs += ['media/libpng'] - -+if not CONFIG['MOZ_NATIVE_SPEEX']: -+ external_dirs += ['media/libspeex_resampler'] -+ -+if not CONFIG['MOZ_NATIVE_SOUNDTOUCH']: -+ external_dirs += ['media/libsoundtouch'] -+ +@@ -50,9 +59,6 @@ if CONFIG['MOZ_WEBSPEECH_POCKETSPHINX']: external_dirs += [ 'media/kiss_fft', 'media/libcubeb', - 'media/libogg', - 'media/libopus', - 'media/libtheora', -- 'media/libspeex_resampler', + 'media/libspeex_resampler', 'media/libstagefright', -- 'media/libsoundtouch', - ] - - DIRS += ['../../' + i for i in external_dirs] + 'media/libsoundtouch', diff --git a/mail/thunderbird/patches/patch-mozilla_config_rules.mk b/mail/thunderbird/patches/patch-mozilla_config_rules.mk new file mode 100644 index 0000000000000..949006985a875 --- /dev/null +++ b/mail/thunderbird/patches/patch-mozilla_config_rules.mk @@ -0,0 +1,12 @@ +$NetBSD: patch-mozilla_config_rules.mk,v 1.1 2016/04/17 18:33:50 ryoon Exp $ + +--- mozilla/config/rules.mk.orig 2016-04-07 21:33:18.000000000 +0000 ++++ mozilla/config/rules.mk +@@ -773,6 +773,7 @@ endif + ifdef DTRACE_PROBE_OBJ + EXTRA_DEPS += $(DTRACE_PROBE_OBJ) + OBJS += $(DTRACE_PROBE_OBJ) ++EXCLUDED_OBJS += $(DTRACE_PROBE_OBJ) + endif + + $(filter %.$(LIB_SUFFIX),$(LIBRARY)): $(OBJS) $(STATIC_LIBS_DEPS) $(filter %.$(LIB_SUFFIX),$(EXTRA_LIBS)) $(EXTRA_DEPS) $(GLOBAL_DEPS) diff --git a/mail/thunderbird/patches/patch-mozilla_config_stl__wrappers_ios b/mail/thunderbird/patches/patch-mozilla_config_stl__wrappers_ios index 0f17351b177ec..24a10489a12ff 100644 --- a/mail/thunderbird/patches/patch-mozilla_config_stl__wrappers_ios +++ b/mail/thunderbird/patches/patch-mozilla_config_stl__wrappers_ios @@ -1,6 +1,6 @@ -$NetBSD: patch-mozilla_config_stl__wrappers_ios,v 1.1 2013/05/14 12:41:02 joerg Exp $ +$NetBSD: patch-mozilla_config_stl__wrappers_ios,v 1.2 2016/04/17 18:33:50 ryoon Exp $ ---- mozilla/config/stl_wrappers/ios.orig 2013-05-13 18:23:07.000000000 +0000 +--- mozilla/config/stl_wrappers/ios.orig 2016-04-17 13:47:46.239830507 +0000 +++ mozilla/config/stl_wrappers/ios @@ -0,0 +1,3 @@ +#pragma GCC visibility push(default) diff --git a/mail/thunderbird/patches/patch-mozilla_config_stl__wrappers_ostream b/mail/thunderbird/patches/patch-mozilla_config_stl__wrappers_ostream index c169e0bb38e4e..6a1c65312bf28 100644 --- a/mail/thunderbird/patches/patch-mozilla_config_stl__wrappers_ostream +++ b/mail/thunderbird/patches/patch-mozilla_config_stl__wrappers_ostream @@ -1,6 +1,6 @@ -$NetBSD: patch-mozilla_config_stl__wrappers_ostream,v 1.1 2013/05/14 12:41:02 joerg Exp $ +$NetBSD: patch-mozilla_config_stl__wrappers_ostream,v 1.2 2016/04/17 18:33:50 ryoon Exp $ ---- mozilla/config/stl_wrappers/ostream.orig 2013-05-13 18:22:40.000000000 +0000 +--- mozilla/config/stl_wrappers/ostream.orig 2016-04-17 13:47:46.239960852 +0000 +++ mozilla/config/stl_wrappers/ostream @@ -0,0 +1,3 @@ +#pragma GCC visibility push(default) diff --git a/mail/thunderbird/patches/patch-mozilla_config_system-headers b/mail/thunderbird/patches/patch-mozilla_config_system-headers index 484dd81d46622..bf92ca482d6d7 100644 --- a/mail/thunderbird/patches/patch-mozilla_config_system-headers +++ b/mail/thunderbird/patches/patch-mozilla_config_system-headers @@ -1,24 +1,16 @@ -$NetBSD: patch-mozilla_config_system-headers,v 1.9 2016/01/31 23:43:48 joerg Exp $ +$NetBSD: patch-mozilla_config_system-headers,v 1.10 2016/04/17 18:33:50 ryoon Exp $ ---- mozilla/config/system-headers.orig 2015-12-21 22:32:58.000000000 +0000 +--- mozilla/config/system-headers.orig 2016-04-07 21:33:18.000000000 +0000 +++ mozilla/config/system-headers -@@ -189,7 +189,6 @@ asm/signal.h - ASRegistry.h - assert.h - atk/atk.h --atk-bridge.h - atlcom.h - atlconv.h - atlctl.cpp -@@ -638,6 +637,7 @@ libgnomevfs/gnome-vfs-mime-handlers.h - libgnomevfs/gnome-vfs-mime-utils.h - libgnomevfs/gnome-vfs-ops.h - libgnomevfs/gnome-vfs-standard-callbacks.h +@@ -628,6 +628,7 @@ libgnome/libgnome.h + libgnomeui/gnome-icon-lookup.h + libgnomeui/gnome-icon-theme.h + libgnomeui/gnome-ui-init.h +libv4l2.h lib$routines.h limits limits.h -@@ -732,6 +732,7 @@ mapiutil.h +@@ -722,6 +723,7 @@ mapiutil.h mapix.h Math64.h math.h @@ -26,37 +18,39 @@ $NetBSD: patch-mozilla_config_system-headers,v 1.9 2016/01/31 23:43:48 joerg Exp mbstring.h #ifdef ANDROID media/AudioEffect.h -@@ -1268,7 +1269,6 @@ X11/Xlocale.h - X11/Xos.h - X11/Xutil.h - zmouse.h --soundtouch/SoundTouch.h - #if MOZ_NATIVE_PNG==1 - png.h +@@ -1314,6 +1316,25 @@ vpx/vp8cx.h + vpx/vp8dx.h + vpx_mem/vpx_mem.h #endif -@@ -1330,10 +1330,13 @@ vorbis/codec.h - theora/theoradec.h - tremor/ivorbiscodec.h - speex/speex_resampler.h ++#ifdef GKMEDIAS_SHARED_LIBRARY ++vpx/vpx_codec.h ++vpx/vpx_decoder.h ++vpx/vpx_encoder.h ++vpx/vp8cx.h ++vpx/vp8dx.h ++vpx_mem/vpx_mem.h ++vorbis/codec.h ++theora/theoradec.h ++tremor/ivorbiscodec.h ++speex/speex_resampler.h +soundtouch/SoundTouch.h - ogg/ogg.h - ogg/os_types.h - nestegg/nestegg.h - cubeb/cubeb.h ++ogg/ogg.h ++ogg/os_types.h ++nestegg/nestegg.h ++cubeb/cubeb.h +speex/speex_resampler.h +soundtouch/SoundTouch.h - #endif ++#endif gst/gst.h gst/app/gstappsink.h -@@ -1362,3 +1365,45 @@ unicode/utypes.h + gst/app/gstappsrc.h +@@ -1344,3 +1365,43 @@ unicode/utypes.h #endif libutil.h unwind.h +#if MOZ_NATIVE_GRAPHITE2==1 +graphite2/Font.h -+graphite2/Log.h +graphite2/Segment.h -+graphite2/Types.h +#endif +#if MOZ_NATIVE_HARFBUZZ==1 +harfbuzz/hb-ot.h diff --git a/mail/thunderbird/patches/patch-mozilla_config_system__wrappers_unwind.h b/mail/thunderbird/patches/patch-mozilla_config_system__wrappers_unwind.h new file mode 100644 index 0000000000000..dc734617dc78d --- /dev/null +++ b/mail/thunderbird/patches/patch-mozilla_config_system__wrappers_unwind.h @@ -0,0 +1,9 @@ +$NetBSD: patch-mozilla_config_system__wrappers_unwind.h,v 1.3 2016/04/17 18:33:50 ryoon Exp $ + +--- mozilla/config/system_wrappers/unwind.h.orig 2016-04-17 13:47:46.241139741 +0000 ++++ mozilla/config/system_wrappers/unwind.h +@@ -0,0 +1,4 @@ ++#pragma GCC system_header ++#pragma GCC visibility push(default) ++#include_next ++#pragma GCC visibility pop diff --git a/mail/thunderbird/patches/patch-mozilla_configure.in b/mail/thunderbird/patches/patch-mozilla_configure.in new file mode 100644 index 0000000000000..bb23a160db022 --- /dev/null +++ b/mail/thunderbird/patches/patch-mozilla_configure.in @@ -0,0 +1,365 @@ +$NetBSD: patch-mozilla_configure.in,v 1.1 2016/04/17 18:33:50 ryoon Exp $ + +--- mozilla/configure.in.orig 2016-04-07 21:33:18.000000000 +0000 ++++ mozilla/configure.in +@@ -1746,7 +1746,7 @@ fi + dnl ======================================================== + dnl SPS Profiler + dnl ======================================================== +-MOZ_ENABLE_PROFILER_SPS=1 ++MOZ_ENABLE_PROFILER_SPS= + + case "${OS_TARGET}" in + Android) +@@ -1996,7 +1996,6 @@ case "$target" in + _PLATFORM_DEFAULT_TOOLKIT='cairo-uikit' + direct_nspr_config=1 + else +- AC_DEFINE(XP_MACOSX) + AC_DEFINE(XP_DARWIN) + _PLATFORM_DEFAULT_TOOLKIT='cairo-cocoa' + # The ExceptionHandling framework is needed for Objective-C exception +@@ -2580,8 +2579,7 @@ MOZ_CXX11 + + AC_LANG_C + +-dnl Check for .hidden assembler directive and visibility attribute. +-dnl Borrowed from glibc configure.in ++dnl Setup default hidden visibility and wrapped system headers. + dnl =============================================================== + if test "$GNU_CC" -a "$OS_TARGET" != WINNT; then + AC_DEFINE(HAVE_VISIBILITY_HIDDEN_ATTRIBUTE) +@@ -3476,6 +3474,14 @@ if test -n "$YASM"; then + _YASM_BUILD=` echo ${YASM_VERSION} | $AWK -F\. '{ print $4 }'` + fi + ++if test -n "${LIBXUL_SDK_DIR}"; then ++ AC_MSG_WARN([pkgsrc: LIBXUL_SDK_DIR is set; assuming we want nss and nspr from xulrunner.]) ++ NSPR_CFLAGS="-I${prefix}/include/xulrunner/unstable `pkg-config --cflags nspr`" ++ NSPR_LIBS="`pkg-config --libs nspr`" ++ NSS_CFLAGS="`pkg-config --cflags nss`" ++ NSS_LIBS="`pkg-config --libs nss`" ++fi ++ + if test -z "$SKIP_LIBRARY_CHECKS"; then + dnl system JPEG support + dnl ======================================================== +@@ -3503,11 +3509,7 @@ if test "$MOZ_NATIVE_JPEG" = 1; then + #include ], + [ #if JPEG_LIB_VERSION < $MOZJPEG + #error "Insufficient JPEG library version ($MOZJPEG required)." +- #endif +- #ifndef JCS_EXTENSIONS +- #error "libjpeg-turbo JCS_EXTENSIONS required" +- #endif +- ], ++ #endif ], + MOZ_NATIVE_JPEG=1, + AC_MSG_ERROR([Insufficient JPEG library version for --with-system-jpeg])) + fi +@@ -4260,6 +4262,10 @@ cairo-gonk) + + esac + ++if test "$MOZ_WIDGET_TOOLKIT" = "cocoa"; then ++ AC_DEFINE(XP_MACOSX) ++fi ++ + AC_SUBST(MOZ_PDF_PRINTING) + if test "$MOZ_PDF_PRINTING"; then + PDF_SURFACE_FEATURE="#define CAIRO_HAS_PDF_SURFACE 1" +@@ -5018,6 +5024,9 @@ if test -n "$MOZ_WEBRTC"; then + MOZ_VPX=1 + MOZ_VPX_ERROR_CONCEALMENT=1 + ++ dnl with libv4l2 we can support more cameras ++ PKG_CHECK_MODULES(MOZ_LIBV4L2, libv4l2) ++ + dnl enable once Signaling lands + MOZ_WEBRTC_SIGNALING=1 + AC_DEFINE(MOZ_WEBRTC_SIGNALING) +@@ -5161,6 +5170,142 @@ if test "${ac_cv_c_attribute_aligned}" ! + fi + + dnl ======================================================== ++dnl Check for libogg ++dnl ======================================================== ++ ++MOZ_ARG_WITH_BOOL(system-ogg, ++[ --with-system-ogg Use system libogg (located with pkgconfig)], ++MOZ_NATIVE_OGG=1, ++MOZ_NATIVE_OGG=) ++ ++if test -n "$MOZ_NATIVE_OGG"; then ++ PKG_CHECK_MODULES(MOZ_OGG, ogg >= 1.2.1) ++ ++ _SAVE_LIBS=$LIBS ++ LIBS="$LIBS $MOZ_OGG_LIBS" ++ AC_CHECK_FUNC(ogg_set_mem_functions, [], ++ [AC_DEFINE(MOZ_OGG_NO_MEM_REPORTING)]) ++ LIBS=$_SAVE_LIBS ++fi ++ ++AC_SUBST(MOZ_NATIVE_OGG) ++ ++dnl ======================================================== ++dnl Check for libvorbis ++dnl ======================================================== ++ ++MOZ_ARG_WITH_BOOL(system-vorbis, ++[ --with-system-vorbis Use system libvorbis (located with pkgconfig)], ++MOZ_NATIVE_VORBIS=1, ++MOZ_NATIVE_VORBIS=) ++ ++if test -n "$MOZ_NATIVE_VORBIS"; then ++ PKG_CHECK_MODULES(MOZ_VORBIS, vorbis vorbisenc >= 1.3.5) ++fi ++ ++AC_SUBST(MOZ_NATIVE_VORBIS) ++ ++dnl ======================================================== ++dnl Check for integer-only libvorbis aka tremor ++dnl ======================================================== ++ ++MOZ_ARG_WITH_BOOL(system-tremor, ++[ --with-system-tremor Use system libtremor (located with pkgconfig)], ++MOZ_NATIVE_TREMOR=1, ++MOZ_NATIVE_TREMOR=) ++ ++if test -n "$MOZ_NATIVE_TREMOR"; then ++ PKG_CHECK_MODULES(MOZ_TREMOR, vorbisidec >= 1.2.1) ++fi ++ ++AC_SUBST(MOZ_NATIVE_TREMOR) ++ ++dnl ======================================================== ++dnl Check for libcelt ++dnl ======================================================== ++ ++MOZ_ARG_WITH_BOOL(system-celt, ++[ --with-system-celt Use system libcelt (located with pkgconfig)], ++MOZ_NATIVE_CELT=1, ++MOZ_NATIVE_CELT=) ++ ++if test -n "$MOZ_NATIVE_CELT"; then ++ PKG_CHECK_MODULES(MOZ_CELT, celt) ++else ++ MOZ_CELT_CFLAGS='-I$(topsrcdir)/media/libopus' ++fi ++ ++AC_SUBST(MOZ_NATIVE_CELT) ++ ++dnl ======================================================== ++dnl Check for libopus ++dnl ======================================================== ++ ++MOZ_ARG_WITH_BOOL(system-opus, ++[ --with-system-opus Use system libopus (located with pkgconfig)], ++MOZ_NATIVE_OPUS=1, ++MOZ_NATIVE_OPUS=) ++ ++if test -n "$MOZ_NATIVE_OPUS"; then ++ PKG_CHECK_MODULES(MOZ_OPUS, opus >= 1.1) ++else ++ MOZ_OPUS_CFLAGS='-I$(topsrcdir)/media/libopus/include' ++fi ++ ++AC_SUBST(MOZ_NATIVE_OPUS) ++ ++dnl ======================================================== ++dnl Check for libtheora ++dnl ======================================================== ++ ++MOZ_ARG_WITH_BOOL(system-theora, ++[ --with-system-theora Use system libtheora (located with pkgconfig)], ++MOZ_NATIVE_THEORA=1, ++MOZ_NATIVE_THEORA=) ++ ++if test -n "$MOZ_NATIVE_THEORA"; then ++ PKG_CHECK_MODULES(MOZ_THEORA, theora >= 1.2) ++fi ++ ++AC_SUBST(MOZ_NATIVE_THEORA) ++ ++dnl ======================================================== ++dnl Check for libsoundtouch ++dnl ======================================================== ++ ++MOZ_ARG_WITH_BOOL(system-soundtouch, ++[ --with-system-soundtouch Use system libsoundtouch (located with pkgconfig)], ++MOZ_NATIVE_SOUNDTOUCH=1, ++MOZ_NATIVE_SOUNDTOUCH=) ++ ++if test -n "$MOZ_NATIVE_SOUNDTOUCH"; then ++ PKG_CHECK_MODULES(MOZ_SOUNDTOUCH, soundtouch >= 1.8.0) ++ ++ AC_LANG_SAVE ++ AC_LANG_CPLUSPLUS ++ _SAVE_CXXFLAGS=$CXXFLAGS ++ CXXFLAGS="$CXXFLAGS $MOZ_SOUNDTOUCH_CFLAGS" ++ AC_CACHE_CHECK(for soundtouch sample type, ++ ac_cv_soundtouch_sample_type, ++ [AC_TRY_COMPILE([#include ++ #ifndef SOUNDTOUCH_INTEGER_SAMPLES ++ #error soundtouch expects float samples ++ #endif], ++ [], ++ [ac_cv_soundtouch_sample_type=short], ++ [ac_cv_soundtouch_sample_type=float])]) ++ CXXFLAGS=$_SAVE_CXXFLAGS ++ AC_LANG_RESTORE ++ ++ if test \( -n "$MOZ_SAMPLE_TYPE_S16" -a "$ac_cv_soundtouch_sample_type" != short \) \ ++ -o \( -n "$MOZ_SAMPLE_TYPE_FLOAT32" -a "$ac_cv_soundtouch_sample_type" != float \) ; then ++ AC_MSG_ERROR([SoundTouch library is built with incompatible sample type. Either rebuild the library with/without --enable-integer-samples, chase default Mozilla sample type or remove --with-system-soundtouch.]) ++ fi ++fi ++ ++AC_SUBST(MOZ_NATIVE_SOUNDTOUCH) ++ ++dnl ======================================================== + dnl = Disable VP8 decoder support + dnl ======================================================== + MOZ_ARG_DISABLE_BOOL(webm, +@@ -5563,6 +5708,67 @@ fi + AC_SUBST(MOZ_WEBM_ENCODER) + + dnl ================================== ++dnl = Check OSS availability ++dnl ================================== ++ ++dnl If using Linux, Solaris or BSDs, ensure that OSS is available ++case "$OS_TARGET" in ++Linux|SunOS|DragonFly|FreeBSD|GNU/kFreeBSD) ++ MOZ_OSS=1 ++ ;; ++esac ++ ++MOZ_ARG_WITH_STRING(oss, ++[ --with-oss[=PFX] Enable OpenSoundSystem support [installed at prefix PFX]], ++ OSSPREFIX=$withval) ++ ++if test -n "$OSSPREFIX"; then ++ if test "$OSSPREFIX" != "no"; then ++ MOZ_OSS=1 ++ else ++ MOZ_OSS= ++ fi ++fi ++ ++_SAVE_CFLAGS=$CFLAGS ++_SAVE_LIBS=$LIBS ++if test -n "$MOZ_OSS"; then ++ dnl Prefer 4Front implementation ++ AC_MSG_CHECKING([MOZ_OSS_CFLAGS]) ++ if test "$OSSPREFIX" != "yes"; then ++ oss_conf=${OSSPREFIX}/etc/oss.conf ++ if test -f "$oss_conf"; then ++ . "$oss_conf" ++ else ++ OSSLIBDIR=$OSSPREFIX/lib/oss ++ fi ++ if test -d "$OSSLIBDIR"; then ++ MOZ_OSS_CFLAGS="$MOZ_OSS_CFLAGS -I$OSSLIBDIR/include" ++ fi ++ fi ++ AC_MSG_RESULT([$MOZ_OSS_CFLAGS]) ++ ++ CFLAGS="$CFLAGS $MOZ_OSS_CFLAGS" ++ MOZ_CHECK_HEADERS(sys/soundcard.h soundcard.h) ++ ++ if test "$ac_cv_header_sys_soundcard_h" != "yes" -a \ ++ "$ac_cv_header_soundcard_h" != "yes"; then ++ AC_MSG_ERROR([Need OSS for Ogg, Wave or WebM decoding on $OS_TARGET. Disable with --disable-ogg --disable-wave --disable-webm.]) ++ fi ++ ++ dnl Assume NetBSD implementation over SunAudio ++ AC_CHECK_LIB(ossaudio, _oss_ioctl, ++ [AC_DEFINE_UNQUOTED(CUBEB_OSS_DEFAULT_OUTPUT, "/dev/sound") ++ MOZ_OSS_LIBS="$MOZ_OSS_LIBS -lossaudio"]) ++fi ++CFLAGS=$_SAVE_CFLAGS ++LIBS=$_SAVE_LIBS ++ ++AC_SUBST(MOZ_OSS) ++AC_SUBST_LIST(MOZ_OSS_CFLAGS) ++AC_SUBST_LIST(MOZ_OSS_LIBS) ++ ++dnl ================================== + dnl = Check alsa availability on Linux + dnl ================================== + +@@ -5576,12 +5782,23 @@ MOZ_ARG_ENABLE_BOOL(alsa, + MOZ_ALSA=1, + MOZ_ALSA=) + ++MOZ_ARG_DISABLE_BOOL(alsa-dlopen, ++[ --disable-alsa-dlopen Disable runtime linking of libasound.so], ++ DISABLE_LIBASOUND_DLOPEN=1, ++ DISABLE_LIBASOUND_DLOPEN=) ++ + if test -n "$MOZ_ALSA"; then + PKG_CHECK_MODULES(MOZ_ALSA, alsa, , + [echo "$MOZ_ALSA_PKG_ERRORS" + AC_MSG_ERROR([Need alsa for audio output on Linux. (On Ubuntu, you might try installing the package libasound2-dev.)])]) + fi + ++if test -n "$DISABLE_LIBASOUND_DLOPEN"; then ++ AC_DEFINE(DISABLE_LIBASOUND_DLOPEN) ++else ++ MOZ_ALSA_LIBS= ++fi ++ + AC_SUBST(MOZ_ALSA) + + dnl ======================================================== +@@ -8139,6 +8356,49 @@ if test "$USE_FC_FREETYPE"; then + fi + + dnl ======================================================== ++dnl Check for harfbuzz ++dnl ======================================================== ++ ++MOZ_ARG_WITH_BOOL(system-harfbuzz, ++[ --with-system-harfbuzz Use system harfbuzz (located with pkgconfig)], ++MOZ_NATIVE_HARFBUZZ=1, ++MOZ_NATIVE_HARFBUZZ=) ++ ++if test -n "$MOZ_NATIVE_HARFBUZZ"; then ++ PKG_CHECK_MODULES(MOZ_HARFBUZZ, harfbuzz >= 0.9.34) ++fi ++ ++AC_SUBST(MOZ_NATIVE_HARFBUZZ) ++ ++dnl ======================================================== ++dnl Check for graphite2 ++dnl ======================================================== ++ ++MOZ_ARG_WITH_BOOL(system-graphite2, ++[ --with-system-graphite2 Use system graphite2 (located with pkgconfig)], ++MOZ_NATIVE_GRAPHITE2=1, ++MOZ_NATIVE_GRAPHITE2=) ++ ++if test -n "$MOZ_NATIVE_GRAPHITE2"; then ++ PKG_CHECK_MODULES(MOZ_GRAPHITE2, graphite2) ++ ++ dnl graphite2.pc has bogus version, check manually ++ AC_TRY_COMPILE([ #include ++ #define GR2_VERSION_REQUIRE(major,minor,bugfix) \ ++ ( GR2_VERSION_MAJOR * 10000 + GR2_VERSION_MINOR \ ++ * 100 + GR2_VERSION_BUGFIX >= \ ++ (major) * 10000 + (minor) * 100 + (bugfix) ) ++ ], [ ++ #if !GR2_VERSION_REQUIRE(1,2,4) ++ #error "Insufficient graphite2 version." ++ #endif ++ ], [], ++ [AC_MSG_ERROR([--with-system-graphite2 requested but no working libgraphite2 found])]) ++fi ++ ++AC_SUBST(MOZ_NATIVE_GRAPHITE2) ++ ++dnl ======================================================== + dnl Check for pixman and cairo + dnl ======================================================== + diff --git a/mail/thunderbird/patches/patch-mozilla_dom_base_DOMRequest.cpp b/mail/thunderbird/patches/patch-mozilla_dom_base_DOMRequest.cpp new file mode 100644 index 0000000000000..ff05b994fd1d7 --- /dev/null +++ b/mail/thunderbird/patches/patch-mozilla_dom_base_DOMRequest.cpp @@ -0,0 +1,12 @@ +$NetBSD: patch-mozilla_dom_base_DOMRequest.cpp,v 1.1 2016/04/17 18:33:50 ryoon Exp $ + +--- mozilla/dom/base/DOMRequest.cpp.orig 2016-04-07 21:33:22.000000000 +0000 ++++ mozilla/dom/base/DOMRequest.cpp +@@ -20,7 +20,6 @@ using mozilla::dom::DOMError; + using mozilla::dom::DOMRequest; + using mozilla::dom::DOMRequestService; + using mozilla::dom::DOMCursor; +-using mozilla::dom::Promise; + using mozilla::dom::AutoJSAPI; + + DOMRequest::DOMRequest(nsPIDOMWindow* aWindow) diff --git a/mail/thunderbird/patches/patch-mozilla_dom_base_moz.build b/mail/thunderbird/patches/patch-mozilla_dom_base_moz.build index 990e088950fc6..7140c46a05ff4 100644 --- a/mail/thunderbird/patches/patch-mozilla_dom_base_moz.build +++ b/mail/thunderbird/patches/patch-mozilla_dom_base_moz.build @@ -1,8 +1,8 @@ -$NetBSD: patch-mozilla_dom_base_moz.build,v 1.1 2015/07/09 15:17:34 ryoon Exp $ +$NetBSD: patch-mozilla_dom_base_moz.build,v 1.2 2016/04/17 18:33:50 ryoon Exp $ ---- mozilla/dom/base/moz.build.orig 2015-06-08 17:49:24.000000000 +0000 +--- mozilla/dom/base/moz.build.orig 2016-04-07 21:33:22.000000000 +0000 +++ mozilla/dom/base/moz.build -@@ -368,6 +368,9 @@ if CONFIG['INTEL_ARCHITECTURE']: +@@ -393,6 +393,9 @@ if CONFIG['INTEL_ARCHITECTURE']: SOURCES += ['nsTextFragmentSSE2.cpp'] SOURCES['nsTextFragmentSSE2.cpp'].flags += CONFIG['SSE2_FLAGS'] diff --git a/mail/thunderbird/patches/patch-mozilla_dom_events_MessageEvent.h b/mail/thunderbird/patches/patch-mozilla_dom_events_MessageEvent.h deleted file mode 100644 index d122fe9e4b8f3..0000000000000 --- a/mail/thunderbird/patches/patch-mozilla_dom_events_MessageEvent.h +++ /dev/null @@ -1,14 +0,0 @@ -$NetBSD: patch-mozilla_dom_events_MessageEvent.h,v 1.1 2015/11/20 14:48:20 joerg Exp $ - ---- mozilla/dom/events/MessageEvent.h.orig 2015-11-08 13:37:35.000000000 +0000 -+++ mozilla/dom/events/MessageEvent.h -@@ -15,9 +15,6 @@ namespace mozilla { - namespace dom { - - struct MessageEventInit; --class MessagePort; --class MessagePortBase; --class MessagePortList; - class OwningWindowProxyOrMessagePort; - - /** diff --git a/mail/thunderbird/patches/patch-mozilla_dom_media_gstreamer_GStreamerAllocator.cpp b/mail/thunderbird/patches/patch-mozilla_dom_media_gstreamer_GStreamerAllocator.cpp index 2f1d7d196342a..8d9c855458163 100644 --- a/mail/thunderbird/patches/patch-mozilla_dom_media_gstreamer_GStreamerAllocator.cpp +++ b/mail/thunderbird/patches/patch-mozilla_dom_media_gstreamer_GStreamerAllocator.cpp @@ -1,6 +1,6 @@ -$NetBSD: patch-mozilla_dom_media_gstreamer_GStreamerAllocator.cpp,v 1.1 2015/07/09 15:17:34 ryoon Exp $ +$NetBSD: patch-mozilla_dom_media_gstreamer_GStreamerAllocator.cpp,v 1.2 2016/04/17 18:33:50 ryoon Exp $ ---- mozilla/dom/media/gstreamer/GStreamerAllocator.cpp.orig 2015-06-08 17:49:28.000000000 +0000 +--- mozilla/dom/media/gstreamer/GStreamerAllocator.cpp.orig 2016-04-07 21:33:27.000000000 +0000 +++ mozilla/dom/media/gstreamer/GStreamerAllocator.cpp @@ -51,7 +51,6 @@ typedef struct #pragma GCC diagnostic ignored "-Wunused-function" diff --git a/mail/thunderbird/patches/patch-mozilla_dom_media_moz.build b/mail/thunderbird/patches/patch-mozilla_dom_media_moz.build index b892370bf929e..f34064245c281 100644 --- a/mail/thunderbird/patches/patch-mozilla_dom_media_moz.build +++ b/mail/thunderbird/patches/patch-mozilla_dom_media_moz.build @@ -1,8 +1,8 @@ -$NetBSD: patch-mozilla_dom_media_moz.build,v 1.1 2015/07/09 15:17:34 ryoon Exp $ +$NetBSD: patch-mozilla_dom_media_moz.build,v 1.2 2016/04/17 18:33:50 ryoon Exp $ ---- mozilla/dom/media/moz.build.orig 2015-06-08 17:49:28.000000000 +0000 +--- mozilla/dom/media/moz.build.orig 2016-04-07 21:33:27.000000000 +0000 +++ mozilla/dom/media/moz.build -@@ -280,6 +280,27 @@ if CONFIG['ANDROID_VERSION'] > '15': +@@ -319,6 +319,27 @@ if CONFIG['MOZ_GONK_MEDIACODEC']: CFLAGS += CONFIG['GSTREAMER_CFLAGS'] CXXFLAGS += CONFIG['GSTREAMER_CFLAGS'] diff --git a/mail/thunderbird/patches/patch-mozilla_dom_plugins_ipc_PluginModuleChild.cpp b/mail/thunderbird/patches/patch-mozilla_dom_plugins_ipc_PluginModuleChild.cpp index e284ac8ae1b50..f6593f953d061 100644 --- a/mail/thunderbird/patches/patch-mozilla_dom_plugins_ipc_PluginModuleChild.cpp +++ b/mail/thunderbird/patches/patch-mozilla_dom_plugins_ipc_PluginModuleChild.cpp @@ -1,8 +1,8 @@ -$NetBSD: patch-mozilla_dom_plugins_ipc_PluginModuleChild.cpp,v 1.6 2015/07/09 15:17:34 ryoon Exp $ +$NetBSD: patch-mozilla_dom_plugins_ipc_PluginModuleChild.cpp,v 1.7 2016/04/17 18:33:50 ryoon Exp $ ---- mozilla/dom/plugins/ipc/PluginModuleChild.cpp.orig 2015-06-08 17:49:29.000000000 +0000 +--- mozilla/dom/plugins/ipc/PluginModuleChild.cpp.orig 2016-04-07 21:33:30.000000000 +0000 +++ mozilla/dom/plugins/ipc/PluginModuleChild.cpp -@@ -325,7 +325,7 @@ PluginModuleChild::InitForChrome(const s +@@ -308,7 +308,7 @@ PluginModuleChild::InitForChrome(const s // TODO: use PluginPRLibrary here @@ -11,7 +11,7 @@ mShutdownFunc = (NP_PLUGINSHUTDOWN) PR_FindFunctionSymbol(mLibrary, "NP_Shutdown"); -@@ -1887,7 +1887,7 @@ PluginModuleChild::AnswerNP_GetEntryPoin +@@ -1916,7 +1916,7 @@ PluginModuleChild::AnswerNP_GetEntryPoin AssertPluginThread(); MOZ_ASSERT(mIsChrome); @@ -20,7 +20,7 @@ return true; #elif defined(OS_WIN) || defined(OS_MACOSX) *_retval = mGetEntryPointsFunc(&mFunctions); -@@ -1932,7 +1932,7 @@ PluginModuleChild::DoNP_Initialize(const +@@ -1961,7 +1961,7 @@ PluginModuleChild::DoNP_Initialize(const #endif NPError result; diff --git a/mail/thunderbird/patches/patch-mozilla_dom_plugins_ipc_PluginModuleChild.h b/mail/thunderbird/patches/patch-mozilla_dom_plugins_ipc_PluginModuleChild.h index b29255fdad4dd..5c1b26ddbcb40 100644 --- a/mail/thunderbird/patches/patch-mozilla_dom_plugins_ipc_PluginModuleChild.h +++ b/mail/thunderbird/patches/patch-mozilla_dom_plugins_ipc_PluginModuleChild.h @@ -1,8 +1,8 @@ -$NetBSD: patch-mozilla_dom_plugins_ipc_PluginModuleChild.h,v 1.4 2013/11/12 20:50:51 ryoon Exp $ +$NetBSD: patch-mozilla_dom_plugins_ipc_PluginModuleChild.h,v 1.5 2016/04/17 18:33:50 ryoon Exp $ ---- mozilla/dom/plugins/ipc/PluginModuleChild.h.orig 2013-10-23 22:08:54.000000000 +0000 +--- mozilla/dom/plugins/ipc/PluginModuleChild.h.orig 2016-04-07 21:33:30.000000000 +0000 +++ mozilla/dom/plugins/ipc/PluginModuleChild.h -@@ -328,7 +328,7 @@ private: +@@ -281,7 +281,7 @@ private: // we get this from the plugin NP_PLUGINSHUTDOWN mShutdownFunc; diff --git a/mail/thunderbird/patches/patch-mozilla_dom_plugins_ipc_PluginProcessChild.cpp b/mail/thunderbird/patches/patch-mozilla_dom_plugins_ipc_PluginProcessChild.cpp index c0b0272f64a61..0400f7428253a 100644 --- a/mail/thunderbird/patches/patch-mozilla_dom_plugins_ipc_PluginProcessChild.cpp +++ b/mail/thunderbird/patches/patch-mozilla_dom_plugins_ipc_PluginProcessChild.cpp @@ -1,8 +1,8 @@ -$NetBSD: patch-mozilla_dom_plugins_ipc_PluginProcessChild.cpp,v 1.2 2015/07/09 15:17:34 ryoon Exp $ +$NetBSD: patch-mozilla_dom_plugins_ipc_PluginProcessChild.cpp,v 1.3 2016/04/17 18:33:50 ryoon Exp $ ---- mozilla/dom/plugins/ipc/PluginProcessChild.cpp.orig 2015-06-08 17:49:29.000000000 +0000 +--- mozilla/dom/plugins/ipc/PluginProcessChild.cpp.orig 2016-04-07 21:33:30.000000000 +0000 +++ mozilla/dom/plugins/ipc/PluginProcessChild.cpp -@@ -56,7 +56,7 @@ PluginProcessChild::Init() +@@ -46,7 +46,7 @@ PluginProcessChild::Init() { nsDebugImpl::SetMultiprocessMode("NPAPI"); diff --git a/mail/thunderbird/patches/patch-mozilla_dom_system_OSFileConstants.cpp b/mail/thunderbird/patches/patch-mozilla_dom_system_OSFileConstants.cpp index 7471660d49101..bd6d124d99a64 100644 --- a/mail/thunderbird/patches/patch-mozilla_dom_system_OSFileConstants.cpp +++ b/mail/thunderbird/patches/patch-mozilla_dom_system_OSFileConstants.cpp @@ -1,8 +1,8 @@ -$NetBSD: patch-mozilla_dom_system_OSFileConstants.cpp,v 1.2 2015/07/09 15:17:34 ryoon Exp $ +$NetBSD: patch-mozilla_dom_system_OSFileConstants.cpp,v 1.3 2016/04/17 18:33:50 ryoon Exp $ ---- mozilla/dom/system/OSFileConstants.cpp.orig 2015-06-08 17:49:30.000000000 +0000 +--- mozilla/dom/system/OSFileConstants.cpp.orig 2016-04-07 21:33:31.000000000 +0000 +++ mozilla/dom/system/OSFileConstants.cpp -@@ -9,6 +9,10 @@ +@@ -11,6 +11,10 @@ #include "prsystem.h" @@ -13,7 +13,7 @@ #if defined(XP_UNIX) #include "unistd.h" #include "dirent.h" -@@ -18,7 +22,9 @@ +@@ -20,7 +24,9 @@ #define statvfs statfs #else #include "sys/statvfs.h" @@ -23,7 +23,7 @@ #endif // defined(ANDROID) #endif // defined(XP_UNIX) -@@ -26,9 +32,9 @@ +@@ -28,9 +34,9 @@ #include #endif // defined(XP_LINUX) @@ -35,25 +35,12 @@ #if defined(XP_WIN) #include -@@ -588,10 +594,10 @@ static const dom::ConstantSpec gLibcProp +@@ -590,7 +596,7 @@ static const dom::ConstantSpec gLibcProp // The size of |fsblkcnt_t|. - { "OSFILE_SIZEOF_FSBLKCNT_T", INT_TO_JSVAL(sizeof (fsblkcnt_t)) }, + { "OSFILE_SIZEOF_FSBLKCNT_T", JS::Int32Value(sizeof (fsblkcnt_t)) }, -#if !defined(ANDROID) +#if !defined(ANDROID) && !(defined(__NetBSD__) && (__NetBSD_Version__ < 600000000)) // The size of |posix_spawn_file_actions_t|. - { "OSFILE_SIZEOF_POSIX_SPAWN_FILE_ACTIONS_T", INT_TO_JSVAL(sizeof (posix_spawn_file_actions_t)) }, --#endif // !defined(ANDROID) -+#endif // !defined(ANDROID) && NetBSD 5.* - - // Defining |dirent|. - // Size -@@ -660,7 +666,7 @@ static const dom::ConstantSpec gLibcProp - - { "OSFILE_SIZEOF_STATVFS", INT_TO_JSVAL(sizeof (struct statvfs)) }, - -- { "OSFILE_OFFSETOF_STATVFS_F_BSIZE", INT_TO_JSVAL(offsetof (struct statvfs, f_bsize)) }, -+ { "OSFILE_OFFSETOF_STATVFS_F_FRSIZE", INT_TO_JSVAL(offsetof (struct statvfs, f_frsize)) }, - { "OSFILE_OFFSETOF_STATVFS_F_BAVAIL", INT_TO_JSVAL(offsetof (struct statvfs, f_bavail)) }, - - #endif // defined(XP_UNIX) + { "OSFILE_SIZEOF_POSIX_SPAWN_FILE_ACTIONS_T", JS::Int32Value(sizeof (posix_spawn_file_actions_t)) }, + #endif // !defined(ANDROID) diff --git a/mail/thunderbird/patches/patch-mozilla_extensions_spellcheck_hunspell_glue_mozHunspell.cpp b/mail/thunderbird/patches/patch-mozilla_extensions_spellcheck_hunspell_glue_mozHunspell.cpp new file mode 100644 index 0000000000000..3fedddfced130 --- /dev/null +++ b/mail/thunderbird/patches/patch-mozilla_extensions_spellcheck_hunspell_glue_mozHunspell.cpp @@ -0,0 +1,19 @@ +$NetBSD: patch-mozilla_extensions_spellcheck_hunspell_glue_mozHunspell.cpp,v 1.1 2016/04/17 18:33:50 ryoon Exp $ + +--- mozilla/extensions/spellcheck/hunspell/glue/mozHunspell.cpp.orig 2016-04-07 21:33:34.000000000 +0000 ++++ mozilla/extensions/spellcheck/hunspell/glue/mozHunspell.cpp +@@ -358,6 +358,14 @@ mozHunspell::LoadDictionaryList(bool aNo + } + } + ++ // load system hunspell dictionaries ++ nsCOMPtr hunDir; ++ NS_NewNativeLocalFile(NS_LITERAL_CSTRING("@PREFIX@/share/hunspell"), ++ true, getter_AddRefs(hunDir)); ++ if (hunDir) { ++ LoadDictionariesFromDir(hunDir); ++ } ++ + // find dictionaries from extensions requiring restart + nsCOMPtr dictDirs; + rv = dirSvc->Get(DICTIONARY_SEARCH_DIRECTORY_LIST, diff --git a/mail/thunderbird/patches/patch-mozilla_extensions_spellcheck_hunspell_src_mozHunspell.cpp b/mail/thunderbird/patches/patch-mozilla_extensions_spellcheck_hunspell_src_mozHunspell.cpp deleted file mode 100644 index 13d6ae7d2eeaa..0000000000000 --- a/mail/thunderbird/patches/patch-mozilla_extensions_spellcheck_hunspell_src_mozHunspell.cpp +++ /dev/null @@ -1,19 +0,0 @@ -$NetBSD: patch-mozilla_extensions_spellcheck_hunspell_src_mozHunspell.cpp,v 1.2 2015/07/09 15:17:34 ryoon Exp $ - ---- mozilla/extensions/spellcheck/hunspell/src/mozHunspell.cpp.orig 2015-06-08 17:49:33.000000000 +0000 -+++ mozilla/extensions/spellcheck/hunspell/src/mozHunspell.cpp -@@ -400,6 +400,14 @@ mozHunspell::LoadDictionaryList(bool aNo - } - } - -+ // load system hunspell dictionaries -+ nsCOMPtr hunDir; -+ NS_NewNativeLocalFile(NS_LITERAL_CSTRING("@PREFIX@/share/hunspell"), -+ true, getter_AddRefs(hunDir)); -+ if (hunDir) { -+ LoadDictionariesFromDir(hunDir); -+ } -+ - // find dictionaries from extensions requiring restart - nsCOMPtr dictDirs; - rv = dirSvc->Get(DICTIONARY_SEARCH_DIRECTORY_LIST, diff --git a/mail/thunderbird/patches/patch-mozilla_gfx_cairo_libpixman_src_pixman-arm-neon-asm.S b/mail/thunderbird/patches/patch-mozilla_gfx_cairo_libpixman_src_pixman-arm-neon-asm.S new file mode 100644 index 0000000000000..68e08b4ab1b0e --- /dev/null +++ b/mail/thunderbird/patches/patch-mozilla_gfx_cairo_libpixman_src_pixman-arm-neon-asm.S @@ -0,0 +1,37 @@ +$NetBSD: patch-mozilla_gfx_cairo_libpixman_src_pixman-arm-neon-asm.S,v 1.1 2016/04/17 18:33:50 ryoon Exp $ + +--- mozilla/gfx/cairo/libpixman/src/pixman-arm-neon-asm.S.orig 2016-04-07 21:33:13.000000000 +0000 ++++ mozilla/gfx/cairo/libpixman/src/pixman-arm-neon-asm.S +@@ -34,6 +34,12 @@ + * - pixman_composite_over_n_8_0565_asm_neon + */ + ++#if defined(__ARM_EABI__) && !defined(__ARM_DWARF_EH__) ++#define UNWIND ++#else ++#define UNWIND @ ++#endif ++ + /* Prevent the stack from becoming executable for no reason... */ + #if defined(__linux__) && defined(__ELF__) + .section .note.GNU-stack,"",%progbits +@@ -3141,7 +3147,8 @@ pixman_asm_function fname + TMP4 .req r9 + STRIDE .req r2 + +- .fnstart ++ .cfi_startproc ++ UNWIND .fnstart + mov ip, sp + .save {r4, r5, r6, r7, r8, r9} + push {r4, r5, r6, r7, r8, r9} +@@ -3244,7 +3251,8 @@ pixman_asm_function fname + .endif + pop {r4, r5, r6, r7, r8, r9} + bx lr +- .fnend ++ UNWIND .fnend ++ .cfi_endproc + + .unreq OUT + .unreq TOP diff --git a/mail/thunderbird/patches/patch-mozilla_gfx_gl_GLContextProviderGLX.cpp b/mail/thunderbird/patches/patch-mozilla_gfx_gl_GLContextProviderGLX.cpp new file mode 100644 index 0000000000000..7aa1f243c3bbb --- /dev/null +++ b/mail/thunderbird/patches/patch-mozilla_gfx_gl_GLContextProviderGLX.cpp @@ -0,0 +1,13 @@ +$NetBSD: patch-mozilla_gfx_gl_GLContextProviderGLX.cpp,v 1.1 2016/04/17 18:33:50 ryoon Exp $ + +--- mozilla/gfx/gl/GLContextProviderGLX.cpp.orig 2016-04-07 21:33:13.000000000 +0000 ++++ mozilla/gfx/gl/GLContextProviderGLX.cpp +@@ -84,7 +84,7 @@ GLXLibrary::EnsureInitialized() + // see e.g. bug 608526: it is intrinsically interesting to know whether we have dynamically linked to libGL.so.1 + // because at least the NVIDIA implementation requires an executable stack, which causes mprotect calls, + // which trigger glibc bug http://sourceware.org/bugzilla/show_bug.cgi?id=12225 +-#ifdef __OpenBSD__ ++#if defined(__OpenBSD__) || defined(__NetBSD__) + libGLfilename = "libGL.so"; + #else + libGLfilename = "libGL.so.1"; diff --git a/mail/thunderbird/patches/patch-mozilla_gfx_graphite2_src_Bidi.cpp b/mail/thunderbird/patches/patch-mozilla_gfx_graphite2_src_Bidi.cpp index 55372872e9714..a905990734043 100644 --- a/mail/thunderbird/patches/patch-mozilla_gfx_graphite2_src_Bidi.cpp +++ b/mail/thunderbird/patches/patch-mozilla_gfx_graphite2_src_Bidi.cpp @@ -1,8 +1,8 @@ -$NetBSD: patch-mozilla_gfx_graphite2_src_Bidi.cpp,v 1.1 2013/11/12 20:50:51 ryoon Exp $ +$NetBSD: patch-mozilla_gfx_graphite2_src_Bidi.cpp,v 1.2 2016/04/17 18:33:50 ryoon Exp $ ---- mozilla/gfx/graphite2/src/Bidi.cpp.orig 2013-10-23 22:08:57.000000000 +0000 +--- mozilla/gfx/graphite2/src/Bidi.cpp.orig 2016-04-07 21:33:13.000000000 +0000 +++ mozilla/gfx/graphite2/src/Bidi.cpp -@@ -30,6 +30,11 @@ of the License or (at your option) any l +@@ -31,6 +31,11 @@ of the License or (at your option) any l using namespace graphite2; diff --git a/mail/thunderbird/patches/patch-mozilla_gfx_graphite2_src_moz.build b/mail/thunderbird/patches/patch-mozilla_gfx_graphite2_src_moz.build deleted file mode 100644 index 855c7fc7a408f..0000000000000 --- a/mail/thunderbird/patches/patch-mozilla_gfx_graphite2_src_moz.build +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-mozilla_gfx_graphite2_src_moz.build,v 1.1 2016/01/31 23:43:48 joerg Exp $ - ---- mozilla/gfx/graphite2/src/moz.build.orig 2016-01-31 20:58:00.012715770 +0000 -+++ mozilla/gfx/graphite2/src/moz.build -@@ -60,10 +60,6 @@ MSVC_ENABLE_PGO = True - if CONFIG['GKMEDIAS_SHARED_LIBRARY']: - NO_VISIBILITY_FLAGS = True - DEFINES['GRAPHITE2_EXPORTING'] = True --else: -- # tell graphite2 not to export symbols, we'll be linking it directly with -- # thebes -- DEFINES['GRAPHITE2_STATIC'] = True - - FINAL_LIBRARY = 'gkmedias' - diff --git a/mail/thunderbird/patches/patch-mozilla_gfx_moz.build b/mail/thunderbird/patches/patch-mozilla_gfx_moz.build index 5a9c35fdd23b8..3ab06c0214f49 100644 --- a/mail/thunderbird/patches/patch-mozilla_gfx_moz.build +++ b/mail/thunderbird/patches/patch-mozilla_gfx_moz.build @@ -1,6 +1,6 @@ -$NetBSD: patch-mozilla_gfx_moz.build,v 1.1 2014/07/27 20:04:59 ryoon Exp $ +$NetBSD: patch-mozilla_gfx_moz.build,v 1.2 2016/04/17 18:33:50 ryoon Exp $ ---- mozilla/gfx/moz.build.orig 2014-07-18 00:05:20.000000000 +0000 +--- mozilla/gfx/moz.build.orig 2016-04-07 21:33:14.000000000 +0000 +++ mozilla/gfx/moz.build @@ -7,6 +7,12 @@ if CONFIG['MOZ_TREE_CAIRO']: diff --git a/mail/thunderbird/patches/patch-mozilla_gfx_skia_generate__mozbuild.py b/mail/thunderbird/patches/patch-mozilla_gfx_skia_generate__mozbuild.py index af8f434c61a5d..849c51bcd7819 100644 --- a/mail/thunderbird/patches/patch-mozilla_gfx_skia_generate__mozbuild.py +++ b/mail/thunderbird/patches/patch-mozilla_gfx_skia_generate__mozbuild.py @@ -1,11 +1,14 @@ -$NetBSD: patch-mozilla_gfx_skia_generate__mozbuild.py,v 1.1 2015/07/09 15:17:34 ryoon Exp $ +$NetBSD: patch-mozilla_gfx_skia_generate__mozbuild.py,v 1.2 2016/04/17 18:33:50 ryoon Exp $ ---- mozilla/gfx/skia/generate_mozbuild.py.orig 2015-06-08 17:49:16.000000000 +0000 +--- mozilla/gfx/skia/generate_mozbuild.py.orig 2016-04-07 21:33:14.000000000 +0000 +++ mozilla/gfx/skia/generate_mozbuild.py -@@ -142,6 +142,9 @@ if CONFIG['GNU_CXX']: - if not CONFIG['CLANG_CXX']: - CXXFLAGS += ['-Wno-logical-op'] +@@ -155,6 +155,12 @@ if CONFIG['GNU_CXX']: + if CONFIG['CPU_ARCH'] == 'arm': + SOURCES['skia/src/opts/SkBlitRow_opts_arm.cpp'].flags += ['-fomit-frame-pointer'] ++if CONFIG['MOZ_NATIVE_HARFBUZZ']: ++ CXXFLAGS += CONFIG['MOZ_HARFBUZZ_CFLAGS'] ++ +if CONFIG['MOZ_NATIVE_HARFBUZZ']: + CXXFLAGS += CONFIG['MOZ_HARFBUZZ_CFLAGS'] + diff --git a/mail/thunderbird/patches/patch-mozilla_gfx_skia_moz.build b/mail/thunderbird/patches/patch-mozilla_gfx_skia_moz.build index bf7e148c3dc94..f0e1a8c1b30bf 100644 --- a/mail/thunderbird/patches/patch-mozilla_gfx_skia_moz.build +++ b/mail/thunderbird/patches/patch-mozilla_gfx_skia_moz.build @@ -1,11 +1,14 @@ -$NetBSD: patch-mozilla_gfx_skia_moz.build,v 1.3 2015/07/09 15:17:34 ryoon Exp $ +$NetBSD: patch-mozilla_gfx_skia_moz.build,v 1.4 2016/04/17 18:33:50 ryoon Exp $ ---- mozilla/gfx/skia/moz.build.orig 2015-06-08 17:49:16.000000000 +0000 +--- mozilla/gfx/skia/moz.build.orig 2016-04-07 21:33:14.000000000 +0000 +++ mozilla/gfx/skia/moz.build -@@ -970,6 +970,9 @@ if CONFIG['GNU_CXX']: - if not CONFIG['CLANG_CXX']: - CXXFLAGS += ['-Wno-logical-op'] +@@ -684,6 +684,12 @@ if CONFIG['GNU_CXX']: + if CONFIG['CPU_ARCH'] == 'arm': + SOURCES['skia/src/opts/SkBlitRow_opts_arm.cpp'].flags += ['-fomit-frame-pointer'] ++if CONFIG['MOZ_NATIVE_HARFBUZZ']: ++ CXXFLAGS += CONFIG['MOZ_HARFBUZZ_CFLAGS'] ++ +if CONFIG['MOZ_NATIVE_HARFBUZZ']: + CXXFLAGS += CONFIG['MOZ_HARFBUZZ_CFLAGS'] + diff --git a/mail/thunderbird/patches/patch-mozilla_gfx_skia_skia_src_core_SkUtilsArm.cpp b/mail/thunderbird/patches/patch-mozilla_gfx_skia_skia_src_core_SkUtilsArm.cpp new file mode 100644 index 0000000000000..5ecee19313ef8 --- /dev/null +++ b/mail/thunderbird/patches/patch-mozilla_gfx_skia_skia_src_core_SkUtilsArm.cpp @@ -0,0 +1,45 @@ +$NetBSD: patch-mozilla_gfx_skia_skia_src_core_SkUtilsArm.cpp,v 1.1 2016/04/17 18:33:50 ryoon Exp $ + +--- mozilla/gfx/skia/skia/src/core/SkUtilsArm.cpp.orig 2016-04-07 21:33:15.000000000 +0000 ++++ mozilla/gfx/skia/skia/src/core/SkUtilsArm.cpp +@@ -16,6 +16,10 @@ + #include + #include + ++#if defined(__NetBSD__) ++#include ++#endif ++ + // Set USE_ANDROID_NDK_CPU_FEATURES to use the Android NDK's + // cpu-features helper library to detect NEON at runtime. See + // http://crbug.com/164154 to see why this is needed in Chromium +@@ -47,6 +51,11 @@ + # endif + #endif + ++#if !defined(TEMP_FAILURE_RETRY) ++ // TEMP_FAILURE_RETRY is glibc specific ++# define TEMP_FAILURE_RETRY ++#endif ++ + // A function used to determine at runtime if the target CPU supports + // the ARM NEON instruction set. This implementation is Linux-specific. + static bool sk_cpu_arm_check_neon(void) { +@@ -82,6 +91,17 @@ static bool sk_cpu_arm_check_neon(void) + + result = (android_getCpuFeatures() & ANDROID_CPU_ARM_FEATURE_NEON) != 0; + ++#elif defined(__NetBSD__) ++ ++ size_t len; ++ int flag; ++ len = sizeof(flag); ++ if (sysctlbyname("machdep.neon_present", &flag, &len, NULL, 0) == 0) { ++ result = flag != 0; ++ } else { ++ result = false; ++ } ++ + #else // USE_ANDROID_NDK_CPU_FEATURES + + // There is no user-accessible CPUID instruction on ARM that we can use. diff --git a/mail/thunderbird/patches/patch-mozilla_gfx_skia_skia_src_opts_SkBitmapProcState__opts__arm.cpp b/mail/thunderbird/patches/patch-mozilla_gfx_skia_skia_src_opts_SkBitmapProcState__opts__arm.cpp new file mode 100644 index 0000000000000..49e8c4249344c --- /dev/null +++ b/mail/thunderbird/patches/patch-mozilla_gfx_skia_skia_src_opts_SkBitmapProcState__opts__arm.cpp @@ -0,0 +1,28 @@ +$NetBSD: patch-mozilla_gfx_skia_skia_src_opts_SkBitmapProcState__opts__arm.cpp,v 1.1 2016/04/17 18:33:50 ryoon Exp $ + +--- mozilla/gfx/skia/skia/src/opts/SkBitmapProcState_opts_arm.cpp.orig 2016-04-07 21:33:15.000000000 +0000 ++++ mozilla/gfx/skia/skia/src/opts/SkBitmapProcState_opts_arm.cpp +@@ -97,7 +97,11 @@ void SI8_D16_nofilter_DX_arm(const SkBit + "2: \n\t" + : [xx] "+r" (xx), [count8] "+r" (count8), [colors] "+r" (colors) + : [table] "r" (table), [srcAddr] "r" (srcAddr) ++#if defined(__NetBSD__) ++ : "memory", "cc", "r4", "r5", "r6", "r7", "r8", "r9", "r10" ++#else + : "memory", "cc", "r4", "r5", "r6", "r7", "r8", "r9", "r10", "r11" ++#endif + ); + + for (i = (count & 7); i > 0; --i) { +@@ -181,7 +185,11 @@ void SI8_opaque_D32_nofilter_DX_arm(cons + "4: \n\t" // exit + : [xx] "+r" (xx), [count] "+r" (count), [colors] "+r" (colors) + : [table] "r" (table), [srcAddr] "r" (srcAddr) ++#if defined(__NetBSD__) ++ : "memory", "cc", "r4", "r5", "r6", "r7", "r8", "r9", "r10" ++#else + : "memory", "cc", "r4", "r5", "r6", "r7", "r8", "r9", "r10", "r11" ++#endif + ); + } + diff --git a/mail/thunderbird/patches/patch-mozilla_gfx_skia_skia_src_opts_memset.arm.S b/mail/thunderbird/patches/patch-mozilla_gfx_skia_skia_src_opts_memset.arm.S new file mode 100644 index 0000000000000..2130cdaba94bd --- /dev/null +++ b/mail/thunderbird/patches/patch-mozilla_gfx_skia_skia_src_opts_memset.arm.S @@ -0,0 +1,49 @@ +$NetBSD: patch-mozilla_gfx_skia_skia_src_opts_memset.arm.S,v 1.1 2016/04/17 18:33:50 ryoon Exp $ + +--- mozilla/gfx/skia/skia/src/opts/memset.arm.S.orig 2016-04-07 21:33:15.000000000 +0000 ++++ mozilla/gfx/skia/skia/src/opts/memset.arm.S +@@ -13,6 +13,12 @@ + * to aid future maintenance. + */ + ++#if defined(__ARM_EABI__) && !defined(__ARM_DWARF_EH__) ++#define UNWIND ++#else ++#define UNWIND @ ++#endif ++ + .text + .align 4 + .syntax unified +@@ -30,7 +36,8 @@ + * + */ + arm_memset16: +- .fnstart ++ .cfi_startproc ++ UNWIND .fnstart + push {lr} + + /* if count is equal to zero then abort */ +@@ -51,10 +58,12 @@ arm_memset16: + + /* Now jump into the main loop below. */ + b .Lwork_32 +- .fnend ++ UNWIND .fnend ++ .cfi_endproc + + arm_memset32: +- .fnstart ++ .cfi_startproc ++ UNWIND .fnstart + push {lr} + + /* if count is equal to zero then abort */ +@@ -108,4 +117,5 @@ arm_memset32: + + .Lfinish: + pop {pc} +- .fnend ++ UNWIND .fnend ++ .cfi_endproc diff --git a/mail/thunderbird/patches/patch-mozilla_gfx_thebes_moz.build b/mail/thunderbird/patches/patch-mozilla_gfx_thebes_moz.build index 0bf2c1ccdc82c..a34e0f29f6aeb 100644 --- a/mail/thunderbird/patches/patch-mozilla_gfx_thebes_moz.build +++ b/mail/thunderbird/patches/patch-mozilla_gfx_thebes_moz.build @@ -1,8 +1,8 @@ -$NetBSD: patch-mozilla_gfx_thebes_moz.build,v 1.2 2016/01/31 23:43:48 joerg Exp $ +$NetBSD: patch-mozilla_gfx_thebes_moz.build,v 1.3 2016/04/17 18:33:50 ryoon Exp $ ---- mozilla/gfx/thebes/moz.build.orig 2015-12-21 22:32:53.000000000 +0000 +--- mozilla/gfx/thebes/moz.build.orig 2016-04-07 21:33:15.000000000 +0000 +++ mozilla/gfx/thebes/moz.build -@@ -287,6 +287,12 @@ CXXFLAGS += CONFIG['TK_CFLAGS'] +@@ -293,6 +293,12 @@ CXXFLAGS += CONFIG['TK_CFLAGS'] CFLAGS += CONFIG['MOZ_CAIRO_CFLAGS'] CFLAGS += CONFIG['TK_CFLAGS'] @@ -15,11 +15,11 @@ $NetBSD: patch-mozilla_gfx_thebes_moz.build,v 1.2 2016/01/31 23:43:48 joerg Exp if CONFIG['MOZ_WIDGET_TOOLKIT'] in ('android', 'gonk', 'qt'): CXXFLAGS += CONFIG['CAIRO_FT_CFLAGS'] -@@ -298,7 +304,5 @@ if CONFIG['MOZ_WIDGET_TOOLKIT'] == 'andr - if CONFIG['MOZ_WIDGET_TOOLKIT'] in ('gtk2', 'gtk3', 'qt'): - CXXFLAGS += CONFIG['MOZ_PANGO_CFLAGS'] +@@ -306,7 +312,5 @@ if CONFIG['MOZ_WIDGET_TOOLKIT'] in ('gtk + + LOCAL_INCLUDES += CONFIG['SKIA_INCLUDES'] -DEFINES['GRAPHITE2_STATIC'] = True - - if CONFIG['GKMEDIAS_SHARED_LIBRARY']: - DEFINES['OTS_DLL'] = True + if CONFIG['OS_ARCH'] == 'WINNT': + del DEFINES['UNICODE'] diff --git a/mail/thunderbird/patches/patch-mozilla_gfx_ycbcr_moz.build b/mail/thunderbird/patches/patch-mozilla_gfx_ycbcr_moz.build index e7e7ec1611daa..ea38e5c90c442 100644 --- a/mail/thunderbird/patches/patch-mozilla_gfx_ycbcr_moz.build +++ b/mail/thunderbird/patches/patch-mozilla_gfx_ycbcr_moz.build @@ -1,6 +1,6 @@ -$NetBSD: patch-mozilla_gfx_ycbcr_moz.build,v 1.1 2015/07/09 15:17:34 ryoon Exp $ +$NetBSD: patch-mozilla_gfx_ycbcr_moz.build,v 1.2 2016/04/17 18:33:50 ryoon Exp $ ---- mozilla/gfx/ycbcr/moz.build.orig 2015-06-08 17:49:17.000000000 +0000 +--- mozilla/gfx/ycbcr/moz.build.orig 2016-04-07 21:33:15.000000000 +0000 +++ mozilla/gfx/ycbcr/moz.build @@ -57,7 +57,7 @@ else: diff --git a/mail/thunderbird/patches/patch-mozilla_gfx_ycbcr_yuv__row__arm.S b/mail/thunderbird/patches/patch-mozilla_gfx_ycbcr_yuv__row__arm.S index a47dc5f7685ac..38a054fc53307 100644 --- a/mail/thunderbird/patches/patch-mozilla_gfx_ycbcr_yuv__row__arm.S +++ b/mail/thunderbird/patches/patch-mozilla_gfx_ycbcr_yuv__row__arm.S @@ -1,6 +1,6 @@ -$NetBSD: patch-mozilla_gfx_ycbcr_yuv__row__arm.S,v 1.1 2015/07/09 15:17:34 ryoon Exp $ +$NetBSD: patch-mozilla_gfx_ycbcr_yuv__row__arm.S,v 1.2 2016/04/17 18:33:50 ryoon Exp $ ---- mozilla/gfx/ycbcr/yuv_row_arm.S.orig 2015-07-06 19:52:50.000000000 +0000 +--- mozilla/gfx/ycbcr/yuv_row_arm.S.orig 2016-04-17 13:47:46.265685842 +0000 +++ mozilla/gfx/ycbcr/yuv_row_arm.S @@ -0,0 +1,312 @@ +/* This Source Code Form is subject to the terms of the Mozilla Public diff --git a/mail/thunderbird/patches/patch-mozilla_image_decoders_nsJPEGDecoder.cpp b/mail/thunderbird/patches/patch-mozilla_image_decoders_nsJPEGDecoder.cpp index b9c7a18fdf4bf..3973697b622f4 100644 --- a/mail/thunderbird/patches/patch-mozilla_image_decoders_nsJPEGDecoder.cpp +++ b/mail/thunderbird/patches/patch-mozilla_image_decoders_nsJPEGDecoder.cpp @@ -1,6 +1,6 @@ -$NetBSD: patch-mozilla_image_decoders_nsJPEGDecoder.cpp,v 1.2 2015/07/09 15:17:34 ryoon Exp $ +$NetBSD: patch-mozilla_image_decoders_nsJPEGDecoder.cpp,v 1.3 2016/04/17 18:33:50 ryoon Exp $ ---- mozilla/image/decoders/nsJPEGDecoder.cpp.orig 2015-06-08 17:49:17.000000000 +0000 +--- mozilla/image/decoders/nsJPEGDecoder.cpp.orig 2016-04-07 21:33:16.000000000 +0000 +++ mozilla/image/decoders/nsJPEGDecoder.cpp @@ -23,13 +23,28 @@ @@ -32,7 +32,7 @@ static void cmyk_convert_rgb(JSAMPROW row, JDIMENSION width); -@@ -373,6 +388,7 @@ nsJPEGDecoder::WriteInternal(const char* +@@ -339,6 +354,7 @@ nsJPEGDecoder::WriteInternal(const char* case JCS_GRAYSCALE: case JCS_RGB: case JCS_YCbCr: @@ -40,7 +40,7 @@ // if we're not color managing we can decode directly to // MOZ_JCS_EXT_NATIVE_ENDIAN_XRGB if (mCMSMode != eCMSMode_All) { -@@ -381,6 +397,9 @@ nsJPEGDecoder::WriteInternal(const char* +@@ -347,6 +363,9 @@ nsJPEGDecoder::WriteInternal(const char* } else { mInfo.out_color_space = JCS_RGB; } @@ -50,7 +50,7 @@ break; case JCS_CMYK: case JCS_YCCK: -@@ -450,6 +469,15 @@ nsJPEGDecoder::WriteInternal(const char* +@@ -420,6 +439,16 @@ nsJPEGDecoder::WriteInternal(const char* return; // I/O suspension } @@ -63,10 +63,11 @@ + mInfo.cconvert->color_convert = ycc_rgb_convert_argb; + } +#endif - ++ // If this is a progressive JPEG ... mState = mInfo.buffered_image ? -@@ -632,7 +660,11 @@ nsJPEGDecoder::OutputScanlines(bool* sus + JPEG_DECOMPRESS_PROGRESSIVE : JPEG_DECOMPRESS_SEQUENTIAL; +@@ -601,7 +630,11 @@ nsJPEGDecoder::OutputScanlines(bool* sus MOZ_ASSERT(imageRow, "Should have a row buffer here"); @@ -78,10 +79,10 @@ // Special case: scanline will be directly converted into packed ARGB if (jpeg_read_scanlines(&mInfo, (JSAMPARRAY)&imageRow, 1) != 1) { *suspend = true; // suspend -@@ -959,6 +991,282 @@ term_source (j_decompress_ptr jd) +@@ -925,6 +958,282 @@ term_source (j_decompress_ptr jd) + } // namespace image } // namespace mozilla - +#ifndef JCS_EXTENSIONS +/**************** YCbCr -> Cairo's RGB24/ARGB32 conversion: most common case **************/ + diff --git a/mail/thunderbird/patches/patch-mozilla_intl_hyphenation_glue_hnjalloc.h b/mail/thunderbird/patches/patch-mozilla_intl_hyphenation_glue_hnjalloc.h new file mode 100644 index 0000000000000..22997065d8207 --- /dev/null +++ b/mail/thunderbird/patches/patch-mozilla_intl_hyphenation_glue_hnjalloc.h @@ -0,0 +1,14 @@ +$NetBSD: patch-mozilla_intl_hyphenation_glue_hnjalloc.h,v 1.1 2016/04/17 18:33:50 ryoon Exp $ + +--- mozilla/intl/hyphenation/glue/hnjalloc.h.orig 2016-04-07 21:33:16.000000000 +0000 ++++ mozilla/intl/hyphenation/glue/hnjalloc.h +@@ -24,6 +24,9 @@ + */ + + #include /* ensure stdio.h is loaded before our macros */ ++#ifdef __sun ++#include ++#endif + + #undef FILE + #define FILE hnjFile diff --git a/mail/thunderbird/patches/patch-mozilla_intl_hyphenation_hnjalloc.h b/mail/thunderbird/patches/patch-mozilla_intl_hyphenation_hnjalloc.h deleted file mode 100644 index ad07b89f34501..0000000000000 --- a/mail/thunderbird/patches/patch-mozilla_intl_hyphenation_hnjalloc.h +++ /dev/null @@ -1,14 +0,0 @@ -$NetBSD: patch-mozilla_intl_hyphenation_hnjalloc.h,v 1.1 2015/07/09 15:17:34 ryoon Exp $ - ---- mozilla/intl/hyphenation/hnjalloc.h.orig 2015-06-08 17:49:18.000000000 +0000 -+++ mozilla/intl/hyphenation/hnjalloc.h -@@ -24,6 +24,9 @@ - */ - - #include /* ensure stdio.h is loaded before our macros */ -+#ifdef __sun -+#include -+#endif - - #undef FILE - #define FILE hnjFile diff --git a/mail/thunderbird/patches/patch-mozilla_intl_unicharutil_util_moz.build b/mail/thunderbird/patches/patch-mozilla_intl_unicharutil_util_moz.build deleted file mode 100644 index 0fb4c23a90716..0000000000000 --- a/mail/thunderbird/patches/patch-mozilla_intl_unicharutil_util_moz.build +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-mozilla_intl_unicharutil_util_moz.build,v 1.1 2015/07/09 15:17:34 ryoon Exp $ - ---- mozilla/intl/unicharutil/util/moz.build.orig 2015-06-08 17:49:21.000000000 +0000 -+++ mozilla/intl/unicharutil/util/moz.build -@@ -38,5 +38,8 @@ if CONFIG['_MSC_VER']: - if CONFIG['ENABLE_INTL_API']: - CXXFLAGS += CONFIG['MOZ_ICU_CFLAGS'] - -+if CONFIG['MOZ_NATIVE_HARFBUZZ']: -+ CXXFLAGS += CONFIG['MOZ_HARFBUZZ_CFLAGS'] -+ - if CONFIG['GNU_CXX']: - FAIL_ON_WARNINGS = True diff --git a/mail/thunderbird/patches/patch-mozilla_ipc_chromium_src_base_atomicops.h b/mail/thunderbird/patches/patch-mozilla_ipc_chromium_src_base_atomicops.h index 209770216381d..9b4b9c6a02593 100644 --- a/mail/thunderbird/patches/patch-mozilla_ipc_chromium_src_base_atomicops.h +++ b/mail/thunderbird/patches/patch-mozilla_ipc_chromium_src_base_atomicops.h @@ -1,6 +1,6 @@ -$NetBSD: patch-mozilla_ipc_chromium_src_base_atomicops.h,v 1.1 2015/07/09 15:17:34 ryoon Exp $ +$NetBSD: patch-mozilla_ipc_chromium_src_base_atomicops.h,v 1.2 2016/04/17 18:33:50 ryoon Exp $ ---- mozilla/ipc/chromium/src/base/atomicops.h.orig 2015-06-08 17:49:21.000000000 +0000 +--- mozilla/ipc/chromium/src/base/atomicops.h.orig 2016-04-07 21:33:19.000000000 +0000 +++ mozilla/ipc/chromium/src/base/atomicops.h @@ -45,7 +45,7 @@ typedef int64_t Atomic64; diff --git a/mail/thunderbird/patches/patch-mozilla_ipc_chromium_src_base_file__util__posix.cc b/mail/thunderbird/patches/patch-mozilla_ipc_chromium_src_base_file__util__posix.cc new file mode 100644 index 0000000000000..ff0dc9c5c41db --- /dev/null +++ b/mail/thunderbird/patches/patch-mozilla_ipc_chromium_src_base_file__util__posix.cc @@ -0,0 +1,21 @@ +$NetBSD: patch-mozilla_ipc_chromium_src_base_file__util__posix.cc,v 1.1 2016/04/17 18:33:50 ryoon Exp $ + +--- mozilla/ipc/chromium/src/base/file_util_posix.cc.orig 2016-04-07 21:33:19.000000000 +0000 ++++ mozilla/ipc/chromium/src/base/file_util_posix.cc +@@ -266,7 +266,7 @@ bool SetCurrentDirectory(const FilePath& + return !ret; + } + +-#if !defined(OS_MACOSX) ++#if !defined(MOZ_WIDGET_COCOA) + bool GetTempDir(FilePath* path) { + const char* tmp = getenv("TMPDIR"); + if (tmp) +@@ -330,6 +330,6 @@ bool CopyFile(const FilePath& from_path, + + return result; + } +-#endif // !defined(OS_MACOSX) ++#endif // !defined(MOZ_WIDGET_COCOA) + + } // namespace file_util diff --git a/mail/thunderbird/patches/patch-mozilla_ipc_chromium_src_base_message__loop.cc b/mail/thunderbird/patches/patch-mozilla_ipc_chromium_src_base_message__loop.cc index b9d588fb2dc7e..accadeac0b640 100644 --- a/mail/thunderbird/patches/patch-mozilla_ipc_chromium_src_base_message__loop.cc +++ b/mail/thunderbird/patches/patch-mozilla_ipc_chromium_src_base_message__loop.cc @@ -1,8 +1,8 @@ -$NetBSD: patch-mozilla_ipc_chromium_src_base_message__loop.cc,v 1.5 2014/07/27 20:04:59 ryoon Exp $ +$NetBSD: patch-mozilla_ipc_chromium_src_base_message__loop.cc,v 1.6 2016/04/17 18:33:50 ryoon Exp $ ---- mozilla/ipc/chromium/src/base/message_loop.cc.orig 2014-07-18 00:05:24.000000000 +0000 +--- mozilla/ipc/chromium/src/base/message_loop.cc.orig 2016-04-07 21:33:19.000000000 +0000 +++ mozilla/ipc/chromium/src/base/message_loop.cc -@@ -14,20 +14,18 @@ +@@ -13,20 +13,18 @@ #include "base/string_util.h" #include "base/thread_local.h" @@ -24,7 +24,7 @@ #ifdef ANDROID #include "base/message_pump_android.h" #endif -@@ -138,9 +136,9 @@ MessageLoop::MessageLoop(Type type) +@@ -143,9 +141,9 @@ MessageLoop::MessageLoop(Type type) } #elif defined(OS_POSIX) if (type_ == TYPE_UI) { diff --git a/mail/thunderbird/patches/patch-mozilla_ipc_chromium_src_base_message__pump__libevent.cc b/mail/thunderbird/patches/patch-mozilla_ipc_chromium_src_base_message__pump__libevent.cc new file mode 100644 index 0000000000000..e146dc60e7515 --- /dev/null +++ b/mail/thunderbird/patches/patch-mozilla_ipc_chromium_src_base_message__pump__libevent.cc @@ -0,0 +1,20 @@ +$NetBSD: patch-mozilla_ipc_chromium_src_base_message__pump__libevent.cc,v 1.3 2016/04/17 18:33:50 ryoon Exp $ + +--- mozilla/ipc/chromium/src/base/message_pump_libevent.cc.orig 2016-04-07 21:33:19.000000000 +0000 ++++ mozilla/ipc/chromium/src/base/message_pump_libevent.cc +@@ -20,6 +20,7 @@ + + // This macro checks that the _EVENT_SIZEOF_* constants defined in + // ipc/chromiume/src/third_party//event2/event-config.h are correct. ++#if 0 + #define CHECK_EVENT_SIZEOF(TYPE, type) \ + static_assert(_EVENT_SIZEOF_##TYPE == sizeof(type), \ + "bad _EVENT_SIZEOF_"#TYPE); +@@ -30,6 +31,7 @@ CHECK_EVENT_SIZEOF(PTHREAD_T, pthread_t) + CHECK_EVENT_SIZEOF(SHORT, short); + CHECK_EVENT_SIZEOF(SIZE_T, size_t); + CHECK_EVENT_SIZEOF(VOID_P, void*); ++#endif + + // Lifecycle of struct event + // Libevent uses two main data structures: diff --git a/mail/thunderbird/patches/patch-mozilla_ipc_chromium_src_base_platform__thread.h b/mail/thunderbird/patches/patch-mozilla_ipc_chromium_src_base_platform__thread.h index b180f119f084e..8c8883786bc55 100644 --- a/mail/thunderbird/patches/patch-mozilla_ipc_chromium_src_base_platform__thread.h +++ b/mail/thunderbird/patches/patch-mozilla_ipc_chromium_src_base_platform__thread.h @@ -1,6 +1,6 @@ -$NetBSD: patch-mozilla_ipc_chromium_src_base_platform__thread.h,v 1.4 2013/11/12 20:50:51 ryoon Exp $ +$NetBSD: patch-mozilla_ipc_chromium_src_base_platform__thread.h,v 1.5 2016/04/17 18:33:50 ryoon Exp $ ---- mozilla/ipc/chromium/src/base/platform_thread.h.orig 2013-10-23 22:09:00.000000000 +0000 +--- mozilla/ipc/chromium/src/base/platform_thread.h.orig 2016-04-07 21:33:19.000000000 +0000 +++ mozilla/ipc/chromium/src/base/platform_thread.h @@ -25,6 +25,9 @@ typedef pthread_t PlatformThreadHandle; #if defined(OS_LINUX) || defined(OS_OPENBSD) || defined(__GLIBC__) diff --git a/mail/thunderbird/patches/patch-mozilla_ipc_chromium_src_base_platform__thread__posix.cc b/mail/thunderbird/patches/patch-mozilla_ipc_chromium_src_base_platform__thread__posix.cc new file mode 100644 index 0000000000000..138888ccef3bf --- /dev/null +++ b/mail/thunderbird/patches/patch-mozilla_ipc_chromium_src_base_platform__thread__posix.cc @@ -0,0 +1,87 @@ +$NetBSD: patch-mozilla_ipc_chromium_src_base_platform__thread__posix.cc,v 1.1 2016/04/17 18:33:50 ryoon Exp $ + +--- mozilla/ipc/chromium/src/base/platform_thread_posix.cc.orig 2016-04-07 21:33:19.000000000 +0000 ++++ mozilla/ipc/chromium/src/base/platform_thread_posix.cc +@@ -9,22 +9,24 @@ + + #if defined(OS_MACOSX) + #include ++#include ++#include + #elif defined(OS_NETBSD) ++_Pragma("GCC visibility push(default)") + #include ++_Pragma("GCC visibility pop") + #elif defined(OS_LINUX) + #include + #include + #endif + +-#if !defined(OS_MACOSX) + #include +-#endif + + #if defined(OS_BSD) && !defined(OS_NETBSD) && !defined(__GLIBC__) + #include + #endif + +-#if defined(OS_MACOSX) ++#if defined(MOZ_WIDGET_COCOA) + namespace base { + void InitThreading(); + } // namespace +@@ -82,7 +84,7 @@ void PlatformThread::Sleep(int duration_ + sleep_time = remaining; + } + +-#ifndef OS_MACOSX ++#ifndef MOZ_WIDGET_COCOA + // Mac is implemented in platform_thread_mac.mm. + + // static +@@ -105,19 +107,41 @@ void PlatformThread::SetName(const char* + pthread_setname_np(pthread_self(), "%s", (void *)name); + #elif defined(OS_BSD) && !defined(__GLIBC__) + pthread_set_name_np(pthread_self(), name); +-#else ++#elif defined(OS_MACOSX) ++ // Copied from platform_thread_mac.mm ++ ++ // pthread_setname_np is only available in 10.6 or later, so test ++ // for it at runtime. ++ int (*dynamic_pthread_setname_np)(const char*); ++ *reinterpret_cast(&dynamic_pthread_setname_np) = ++ dlsym(RTLD_DEFAULT, "pthread_setname_np"); ++ if (!dynamic_pthread_setname_np) ++ return; ++ ++ // Mac OS X does not expose the length limit of the name, so ++ // hardcode it. ++ const int kMaxNameLength = 63; ++ std::string shortened_name = std::string(name).substr(0, kMaxNameLength); ++ // pthread_setname() fails (harmlessly) in the sandbox, ignore when it does. ++ // See http://crbug.com/47058 ++ ++ // The name parameter is copied thus it's safe to release it after calling. ++ // Checked against the bionic implementation in bionic/libc/bionic/pthread.c ++ dynamic_pthread_setname_np(shortened_name.c_str()); ++#elif !defined(OS_SOLARIS) ++ prctl(PR_SET_NAME, reinterpret_cast(name), 0, 0, 0); + #endif + } +-#endif // !OS_MACOSX ++#endif // !MOZ_WIDGET_COCOA + + namespace { + + bool CreateThread(size_t stack_size, bool joinable, + PlatformThread::Delegate* delegate, + PlatformThreadHandle* thread_handle) { +-#if defined(OS_MACOSX) ++#if defined(MOZ_WIDGET_COCOA) + base::InitThreading(); +-#endif // OS_MACOSX ++#endif // MOZ_WIDGET_COCOA + + bool success = false; + pthread_attr_t attributes; diff --git a/mail/thunderbird/patches/patch-mozilla_ipc_chromium_src_base_process__util.h b/mail/thunderbird/patches/patch-mozilla_ipc_chromium_src_base_process__util.h index 6800056f877fd..60ef9c346c1e7 100644 --- a/mail/thunderbird/patches/patch-mozilla_ipc_chromium_src_base_process__util.h +++ b/mail/thunderbird/patches/patch-mozilla_ipc_chromium_src_base_process__util.h @@ -1,6 +1,6 @@ -$NetBSD: patch-mozilla_ipc_chromium_src_base_process__util.h,v 1.6 2015/07/09 15:17:34 ryoon Exp $ +$NetBSD: patch-mozilla_ipc_chromium_src_base_process__util.h,v 1.7 2016/04/17 18:33:50 ryoon Exp $ ---- mozilla/ipc/chromium/src/base/process_util.h.orig 2015-06-08 17:49:21.000000000 +0000 +--- mozilla/ipc/chromium/src/base/process_util.h.orig 2016-04-07 21:33:19.000000000 +0000 +++ mozilla/ipc/chromium/src/base/process_util.h @@ -41,6 +41,9 @@ typedef PROCESSENTRY32 ProcessEntry; diff --git a/mail/thunderbird/patches/patch-mozilla_ipc_chromium_src_base_process__util__bsd.cc b/mail/thunderbird/patches/patch-mozilla_ipc_chromium_src_base_process__util__bsd.cc index 375f98607f83f..9b2cbf8982568 100644 --- a/mail/thunderbird/patches/patch-mozilla_ipc_chromium_src_base_process__util__bsd.cc +++ b/mail/thunderbird/patches/patch-mozilla_ipc_chromium_src_base_process__util__bsd.cc @@ -1,14 +1,15 @@ -$NetBSD: patch-mozilla_ipc_chromium_src_base_process__util__bsd.cc,v 1.9 2015/07/09 15:17:34 ryoon Exp $ +$NetBSD: patch-mozilla_ipc_chromium_src_base_process__util__bsd.cc,v 1.10 2016/04/17 18:33:50 ryoon Exp $ ---- mozilla/ipc/chromium/src/base/process_util_bsd.cc.orig 2015-06-08 17:49:21.000000000 +0000 +--- mozilla/ipc/chromium/src/base/process_util_bsd.cc.orig 2016-04-07 21:33:19.000000000 +0000 +++ mozilla/ipc/chromium/src/base/process_util_bsd.cc -@@ -9,6 +9,9 @@ +@@ -10,6 +10,10 @@ + #include #include - #include +#if defined(OS_BSD) +#include +#endif - #include - ++ #include + + #include "base/eintr_wrapper.h" diff --git a/mail/thunderbird/patches/patch-mozilla_ipc_chromium_src_base_process__util__posix.cc b/mail/thunderbird/patches/patch-mozilla_ipc_chromium_src_base_process__util__posix.cc index 182eec1c920cf..c9399061cddc0 100644 --- a/mail/thunderbird/patches/patch-mozilla_ipc_chromium_src_base_process__util__posix.cc +++ b/mail/thunderbird/patches/patch-mozilla_ipc_chromium_src_base_process__util__posix.cc @@ -1,8 +1,8 @@ -$NetBSD: patch-mozilla_ipc_chromium_src_base_process__util__posix.cc,v 1.4 2013/11/12 20:50:51 ryoon Exp $ +$NetBSD: patch-mozilla_ipc_chromium_src_base_process__util__posix.cc,v 1.5 2016/04/17 18:33:50 ryoon Exp $ ---- mozilla/ipc/chromium/src/base/process_util_posix.cc.orig 2013-10-23 22:09:00.000000000 +0000 +--- mozilla/ipc/chromium/src/base/process_util_posix.cc.orig 2016-04-07 21:33:19.000000000 +0000 +++ mozilla/ipc/chromium/src/base/process_util_posix.cc -@@ -110,7 +110,7 @@ void CloseSuperfluousFds(const base::Inj +@@ -116,7 +116,7 @@ void CloseSuperfluousFds(const base::Inj #if defined(ANDROID) static const rlim_t kSystemDefaultMaxFds = 1024; static const char kFDDir[] = "/proc/self/fd"; @@ -11,7 +11,7 @@ static const rlim_t kSystemDefaultMaxFds = 8192; static const char kFDDir[] = "/proc/self/fd"; #elif defined(OS_MACOSX) -@@ -202,7 +202,7 @@ void CloseSuperfluousFds(const base::Inj +@@ -208,7 +208,7 @@ void CloseSuperfluousFds(const base::Inj // TODO(agl): Remove this function. It's fundamentally broken for multithreaded // apps. void SetAllFDsToCloseOnExec() { diff --git a/mail/thunderbird/patches/patch-mozilla_ipc_chromium_src_base_scoped__nsautorelease__pool.h b/mail/thunderbird/patches/patch-mozilla_ipc_chromium_src_base_scoped__nsautorelease__pool.h index 00727cebed9a7..3eea38c8d03fd 100644 --- a/mail/thunderbird/patches/patch-mozilla_ipc_chromium_src_base_scoped__nsautorelease__pool.h +++ b/mail/thunderbird/patches/patch-mozilla_ipc_chromium_src_base_scoped__nsautorelease__pool.h @@ -1,6 +1,6 @@ -$NetBSD: patch-mozilla_ipc_chromium_src_base_scoped__nsautorelease__pool.h,v 1.1 2014/07/27 20:04:59 ryoon Exp $ +$NetBSD: patch-mozilla_ipc_chromium_src_base_scoped__nsautorelease__pool.h,v 1.2 2016/04/17 18:33:50 ryoon Exp $ ---- mozilla/ipc/chromium/src/base/scoped_nsautorelease_pool.h.orig 2014-07-18 00:05:24.000000000 +0000 +--- mozilla/ipc/chromium/src/base/scoped_nsautorelease_pool.h.orig 2016-04-07 21:33:19.000000000 +0000 +++ mozilla/ipc/chromium/src/base/scoped_nsautorelease_pool.h @@ -7,13 +7,13 @@ diff --git a/mail/thunderbird/patches/patch-mozilla_ipc_chromium_src_base_sys__info__posix.cc b/mail/thunderbird/patches/patch-mozilla_ipc_chromium_src_base_sys__info__posix.cc new file mode 100644 index 0000000000000..1e02b3c4b5c2a --- /dev/null +++ b/mail/thunderbird/patches/patch-mozilla_ipc_chromium_src_base_sys__info__posix.cc @@ -0,0 +1,16 @@ +$NetBSD: patch-mozilla_ipc_chromium_src_base_sys__info__posix.cc,v 1.1 2016/04/17 18:33:50 ryoon Exp $ + +--- mozilla/ipc/chromium/src/base/sys_info_posix.cc.orig 2016-04-07 21:33:19.000000000 +0000 ++++ mozilla/ipc/chromium/src/base/sys_info_posix.cc +@@ -119,7 +119,11 @@ std::wstring SysInfo::GetEnvVar(const wc + + // static + std::string SysInfo::OperatingSystemName() { ++#ifdef OS_SOLARIS ++ struct utsname info; ++#else + utsname info; ++#endif + if (uname(&info) < 0) { + NOTREACHED(); + return ""; diff --git a/mail/thunderbird/patches/patch-mozilla_ipc_chromium_src_base_time__posix.cc b/mail/thunderbird/patches/patch-mozilla_ipc_chromium_src_base_time__posix.cc index 8a607c5dc3b90..078d94826a91c 100644 --- a/mail/thunderbird/patches/patch-mozilla_ipc_chromium_src_base_time__posix.cc +++ b/mail/thunderbird/patches/patch-mozilla_ipc_chromium_src_base_time__posix.cc @@ -1,6 +1,6 @@ -$NetBSD: patch-mozilla_ipc_chromium_src_base_time__posix.cc,v 1.2 2013/11/12 20:50:51 ryoon Exp $ +$NetBSD: patch-mozilla_ipc_chromium_src_base_time__posix.cc,v 1.3 2016/04/17 18:33:50 ryoon Exp $ ---- mozilla/ipc/chromium/src/base/time_posix.cc.orig 2013-10-23 22:09:00.000000000 +0000 +--- mozilla/ipc/chromium/src/base/time_posix.cc.orig 2016-04-07 21:33:19.000000000 +0000 +++ mozilla/ipc/chromium/src/base/time_posix.cc @@ -65,8 +65,10 @@ Time Time::FromExploded(bool is_local, c timestruct.tm_wday = exploded.day_of_week; // mktime/timegm ignore this diff --git a/mail/thunderbird/patches/patch-mozilla_ipc_chromium_src_build_build__config.h b/mail/thunderbird/patches/patch-mozilla_ipc_chromium_src_build_build__config.h new file mode 100644 index 0000000000000..7cf155654e6bb --- /dev/null +++ b/mail/thunderbird/patches/patch-mozilla_ipc_chromium_src_build_build__config.h @@ -0,0 +1,22 @@ +$NetBSD: patch-mozilla_ipc_chromium_src_build_build__config.h,v 1.1 2016/04/17 18:33:50 ryoon Exp $ + +--- mozilla/ipc/chromium/src/build/build_config.h.orig 2016-04-07 21:33:19.000000000 +0000 ++++ mozilla/ipc/chromium/src/build/build_config.h +@@ -30,6 +30,8 @@ + #define OS_NETBSD 1 + #elif defined(__OpenBSD__) + #define OS_OPENBSD 1 ++#elif defined(__sun) ++#define OS_SOLARIS 1 + #elif defined(_WIN32) + #define OS_WIN 1 + #else +@@ -45,7 +47,7 @@ + + // For access to standard POSIX features, use OS_POSIX instead of a more + // specific macro. +-#if defined(OS_MACOSX) || defined(OS_LINUX) || defined(OS_BSD) ++#if defined(OS_MACOSX) || defined(OS_LINUX) || defined(OS_BSD) || defined(OS_SOLARIS) + #define OS_POSIX 1 + #endif + diff --git a/mail/thunderbird/patches/patch-mozilla_ipc_chromium_src_chrome_common_transport__dib.h b/mail/thunderbird/patches/patch-mozilla_ipc_chromium_src_chrome_common_transport__dib.h index 02ef4af47f2b3..1c20f93270356 100644 --- a/mail/thunderbird/patches/patch-mozilla_ipc_chromium_src_chrome_common_transport__dib.h +++ b/mail/thunderbird/patches/patch-mozilla_ipc_chromium_src_chrome_common_transport__dib.h @@ -1,8 +1,8 @@ -$NetBSD: patch-mozilla_ipc_chromium_src_chrome_common_transport__dib.h,v 1.4 2013/11/12 20:50:51 ryoon Exp $ +$NetBSD: patch-mozilla_ipc_chromium_src_chrome_common_transport__dib.h,v 1.5 2016/04/17 18:33:50 ryoon Exp $ ---- mozilla/ipc/chromium/src/chrome/common/transport_dib.h.orig 2013-10-23 22:09:00.000000000 +0000 +--- mozilla/ipc/chromium/src/chrome/common/transport_dib.h.orig 2016-04-07 21:33:19.000000000 +0000 +++ mozilla/ipc/chromium/src/chrome/common/transport_dib.h -@@ -70,7 +70,7 @@ class TransportDIB { +@@ -66,7 +66,7 @@ class TransportDIB { typedef base::SharedMemoryHandle Handle; // On Mac, the inode number of the backing file is used as an id. typedef base::SharedMemoryId Id; diff --git a/mail/thunderbird/patches/patch-mozilla_ipc_glue_GeckoChildProcessHost.cpp b/mail/thunderbird/patches/patch-mozilla_ipc_glue_GeckoChildProcessHost.cpp new file mode 100644 index 0000000000000..0f04d0bb17a3c --- /dev/null +++ b/mail/thunderbird/patches/patch-mozilla_ipc_glue_GeckoChildProcessHost.cpp @@ -0,0 +1,45 @@ +$NetBSD: patch-mozilla_ipc_glue_GeckoChildProcessHost.cpp,v 1.3 2016/04/17 18:33:50 ryoon Exp $ + +--- mozilla/ipc/glue/GeckoChildProcessHost.cpp.orig 2016-04-07 21:33:19.000000000 +0000 ++++ mozilla/ipc/glue/GeckoChildProcessHost.cpp +@@ -4,7 +4,13 @@ + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ + ++#if defined(__NetBSD__) ++_Pragma("GCC visibility push(default)") ++#endif + #include "GeckoChildProcessHost.h" ++#if defined(__NetBSD__) ++_Pragma("GCC visibility pop") ++#endif + + #include "base/command_line.h" + #include "base/string_util.h" +@@ -633,7 +639,7 @@ GeckoChildProcessHost::PerformAsyncLaunc + // and passing wstrings from one config to the other is unsafe. So + // we split the logic here. + +-#if defined(OS_LINUX) || defined(OS_MACOSX) || defined(OS_BSD) ++#if defined(OS_LINUX) || defined(OS_MACOSX) || defined(OS_BSD) || defined(OS_SOLARIS) + base::environment_map newEnvVars; + ChildPrivileges privs = mPrivileges; + if (privs == base::PRIVILEGES_DEFAULT) { +@@ -759,7 +765,7 @@ GeckoChildProcessHost::PerformAsyncLaunc + childArgv.push_back(pidstring); + + #if defined(MOZ_CRASHREPORTER) +-# if defined(OS_LINUX) || defined(OS_BSD) ++# if defined(OS_LINUX) || defined(OS_BSD) || defined(OS_SOLARIS) + int childCrashFd, childCrashRemapFd; + if (!CrashReporter::CreateNotificationPipeForChild( + &childCrashFd, &childCrashRemapFd)) +@@ -792,7 +798,7 @@ GeckoChildProcessHost::PerformAsyncLaunc + childArgv.push_back(childProcessType); + + base::LaunchApp(childArgv, mFileMap, +-#if defined(OS_LINUX) || defined(OS_MACOSX) || defined(OS_BSD) ++#if defined(OS_LINUX) || defined(OS_MACOSX) || defined(OS_BSD) || defined(OS_SOLARIS) + newEnvVars, privs, + #endif + false, &process, arch); diff --git a/mail/thunderbird/patches/patch-mozilla_ipc_glue_StringUtil.cpp b/mail/thunderbird/patches/patch-mozilla_ipc_glue_StringUtil.cpp index bda2bfabd45ad..ae516eb7818c9 100644 --- a/mail/thunderbird/patches/patch-mozilla_ipc_glue_StringUtil.cpp +++ b/mail/thunderbird/patches/patch-mozilla_ipc_glue_StringUtil.cpp @@ -1,8 +1,8 @@ -$NetBSD: patch-mozilla_ipc_glue_StringUtil.cpp,v 1.1 2014/07/27 20:04:59 ryoon Exp $ +$NetBSD: patch-mozilla_ipc_glue_StringUtil.cpp,v 1.2 2016/04/17 18:33:50 ryoon Exp $ ---- mozilla/ipc/glue/StringUtil.cpp.orig 2014-07-18 00:05:24.000000000 +0000 +--- mozilla/ipc/glue/StringUtil.cpp.orig 2016-04-07 21:33:19.000000000 +0000 +++ mozilla/ipc/glue/StringUtil.cpp -@@ -64,14 +64,14 @@ namespace base { +@@ -65,14 +65,14 @@ namespace base { // converters, and implementing the one that doesn't exist for OS X // and Windows. diff --git a/mail/thunderbird/patches/patch-mozilla_ipc_glue_moz.build b/mail/thunderbird/patches/patch-mozilla_ipc_glue_moz.build index d138fd562b536..a6baf8385f24c 100644 --- a/mail/thunderbird/patches/patch-mozilla_ipc_glue_moz.build +++ b/mail/thunderbird/patches/patch-mozilla_ipc_glue_moz.build @@ -1,12 +1,12 @@ -$NetBSD: patch-mozilla_ipc_glue_moz.build,v 1.1 2015/07/09 15:17:34 ryoon Exp $ +$NetBSD: patch-mozilla_ipc_glue_moz.build,v 1.2 2016/04/17 18:33:50 ryoon Exp $ ---- mozilla/ipc/glue/moz.build.orig 2015-06-08 17:49:21.000000000 +0000 +--- mozilla/ipc/glue/moz.build.orig 2016-04-07 21:33:19.000000000 +0000 +++ mozilla/ipc/glue/moz.build -@@ -87,7 +87,7 @@ elif CONFIG['OS_ARCH'] in ('DragonFly', +@@ -95,7 +95,7 @@ elif CONFIG['OS_ARCH'] in ('DragonFly', UNIFIED_SOURCES += [ 'ProcessUtils_bsd.cpp' ] --elif CONFIG['OS_ARCH'] in ('Darwin'): +-elif CONFIG['OS_ARCH'] == 'Darwin': +elif CONFIG['MOZ_WIDGET_TOOLKIT'] == 'cocoa': UNIFIED_SOURCES += [ 'ProcessUtils_mac.mm' diff --git a/mail/thunderbird/patches/patch-mozilla_ipc_ipdl_ipdl_cxx_ast.py b/mail/thunderbird/patches/patch-mozilla_ipc_ipdl_ipdl_cxx_ast.py deleted file mode 100644 index 16a29e885334b..0000000000000 --- a/mail/thunderbird/patches/patch-mozilla_ipc_ipdl_ipdl_cxx_ast.py +++ /dev/null @@ -1,21 +0,0 @@ -$NetBSD: patch-mozilla_ipc_ipdl_ipdl_cxx_ast.py,v 1.1 2014/07/27 20:04:59 ryoon Exp $ - ---- mozilla/ipc/ipdl/ipdl/cxx/ast.py.orig 2014-07-18 00:05:24.000000000 +0000 -+++ mozilla/ipc/ipdl/ipdl/cxx/ast.py -@@ -336,12 +336,13 @@ Type.VOID = Type('void') - Type.VOIDPTR = Type('void', ptr=1) - - class TypeArray(Node): -- def __init__(self, basetype, nmemb): -- '''the type |basetype DECLNAME[nmemb]|. |nmemb| is an Expr''' -+ def __init__(self, basetype, nmemb, alignType): -+ '''the type |basetype DECLNAME[nmemb]|. |nmemb| is an Expr, |alignType| is a type''' - self.basetype = basetype - self.nmemb = nmemb -+ self.alignType = alignType - def __deepcopy__(self, memo): -- return TypeArray(deepcopy(self.basetype, memo), nmemb) -+ return TypeArray(deepcopy(self.basetype, memo), nmemb, alignType) - - class TypeEnum(Node): - def __init__(self, name=None): diff --git a/mail/thunderbird/patches/patch-mozilla_ipc_ipdl_ipdl_cxx_cgen.py b/mail/thunderbird/patches/patch-mozilla_ipc_ipdl_ipdl_cxx_cgen.py deleted file mode 100644 index 8e6b3548f25b4..0000000000000 --- a/mail/thunderbird/patches/patch-mozilla_ipc_ipdl_ipdl_cxx_cgen.py +++ /dev/null @@ -1,23 +0,0 @@ -$NetBSD: patch-mozilla_ipc_ipdl_ipdl_cxx_cgen.py,v 1.1 2014/07/27 20:04:59 ryoon Exp $ - ---- mozilla/ipc/ipdl/ipdl/cxx/cgen.py.orig 2014-07-18 00:05:24.000000000 +0000 -+++ mozilla/ipc/ipdl/ipdl/cxx/cgen.py -@@ -101,6 +101,7 @@ class CxxCodeGen(CodePrinter, Visitor): - def visitDecl(self, d): - # C-syntax arrays make code generation much more annoying - if isinstance(d.type, TypeArray): -+ self.write('MOZ_ALIGNED_DECL(') - d.type.basetype.accept(self) - else: - d.type.accept(self) -@@ -111,7 +112,9 @@ class CxxCodeGen(CodePrinter, Visitor): - if isinstance(d.type, TypeArray): - self.write('[') - d.type.nmemb.accept(self) -- self.write(']') -+ self.write('], MOZ_ALIGNOF(') -+ d.type.alignType.accept(self) -+ self.write('))') - - def visitParam(self, p): - self.visitDecl(p) diff --git a/mail/thunderbird/patches/patch-mozilla_ipc_ipdl_ipdl_lower.py b/mail/thunderbird/patches/patch-mozilla_ipc_ipdl_ipdl_lower.py deleted file mode 100644 index 4e2248b963501..0000000000000 --- a/mail/thunderbird/patches/patch-mozilla_ipc_ipdl_ipdl_lower.py +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-mozilla_ipc_ipdl_ipdl_lower.py,v 1.2 2014/07/27 20:04:59 ryoon Exp $ - ---- mozilla/ipc/ipdl/ipdl/lower.py.orig 2014-07-18 00:05:24.000000000 +0000 -+++ mozilla/ipc/ipdl/ipdl/lower.py -@@ -768,7 +768,7 @@ IPDL union type.""" - if self.recursive: - return self.ptrToType() - else: -- return TypeArray(Type('char'), ExprSizeof(self.internalType())) -+ return TypeArray(Type('char'), ExprSizeof(self.internalType()), self.internalType()) - - def unionValue(self): - # NB: knows that Union's storage C union is named |mValue| diff --git a/mail/thunderbird/patches/patch-mozilla_js_public_CallArgs.h b/mail/thunderbird/patches/patch-mozilla_js_public_CallArgs.h deleted file mode 100644 index ddc728a9a2161..0000000000000 --- a/mail/thunderbird/patches/patch-mozilla_js_public_CallArgs.h +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-mozilla_js_public_CallArgs.h,v 1.1 2015/07/09 15:17:34 ryoon Exp $ - ---- mozilla/js/public/CallArgs.h.orig 2015-06-08 17:49:21.000000000 +0000 -+++ mozilla/js/public/CallArgs.h -@@ -344,7 +344,7 @@ class MOZ_STACK_CLASS CallArgs : public - * Returns true if there are at least |required| arguments passed in. If - * false, it reports an error message on the context. - */ -- bool requireAtLeast(JSContext* cx, const char* fnname, unsigned required); -+ JS_PUBLIC_API(bool) requireAtLeast(JSContext* cx, const char* fnname, unsigned required); - - }; - diff --git a/mail/thunderbird/patches/patch-mozilla_js_src_configure.in b/mail/thunderbird/patches/patch-mozilla_js_src_configure.in new file mode 100644 index 0000000000000..dc902bd3bac61 --- /dev/null +++ b/mail/thunderbird/patches/patch-mozilla_js_src_configure.in @@ -0,0 +1,40 @@ +$NetBSD: patch-mozilla_js_src_configure.in,v 1.1 2016/04/17 18:33:50 ryoon Exp $ + +--- mozilla/js/src/configure.in.orig 2016-04-07 21:33:20.000000000 +0000 ++++ mozilla/js/src/configure.in +@@ -2114,8 +2114,7 @@ AC_LANG_CPLUSPLUS + + MOZ_CXX11 + +-dnl Check for .hidden assembler directive and visibility attribute. +-dnl Borrowed from glibc configure.in ++dnl Setup default hidden visibility and wrapped system headers. + dnl =============================================================== + if test "$GNU_CC" -a "$OS_TARGET" != WINNT; then + AC_DEFINE(HAVE_VISIBILITY_HIDDEN_ATTRIBUTE) +@@ -2951,7 +2950,7 @@ if test "$MOZ_MEMORY"; then + *-darwin*) + AC_DEFINE(MOZ_MEMORY_DARWIN) + ;; +- *-*freebsd*) ++ *-*freebsd*|*-*dragonfly*) + AC_DEFINE(MOZ_MEMORY_BSD) + ;; + *-android*|*-linuxandroid*) +@@ -3818,6 +3817,16 @@ MOZ_SUBCONFIGURE_ICU() + dnl ======================================================== + dnl JavaScript shell + dnl ======================================================== ++ICU_LIB_NAMES= ++MOZ_NATIVE_ICU= ++MOZ_ARG_WITH_BOOL(system-icu, ++[ --with-system-icu ++ Use system icu (located with pkgconfig)], ++ MOZ_NATIVE_ICU=1) ++ ++if test -n "$MOZ_NATIVE_ICU"; then ++ PKG_CHECK_MODULES(MOZ_ICU, icu-i18n >= 50.1) ++fi + + MOZ_CHECK_ALLOCATOR + diff --git a/mail/thunderbird/patches/patch-mozilla_js_src_ctypes_CTypes.h b/mail/thunderbird/patches/patch-mozilla_js_src_ctypes_CTypes.h index 525bb5f217422..aed61921a805a 100644 --- a/mail/thunderbird/patches/patch-mozilla_js_src_ctypes_CTypes.h +++ b/mail/thunderbird/patches/patch-mozilla_js_src_ctypes_CTypes.h @@ -1,8 +1,8 @@ -$NetBSD: patch-mozilla_js_src_ctypes_CTypes.h,v 1.2 2014/07/27 20:04:59 ryoon Exp $ +$NetBSD: patch-mozilla_js_src_ctypes_CTypes.h,v 1.3 2016/04/17 18:33:50 ryoon Exp $ ---- mozilla/js/src/ctypes/CTypes.h.orig 2014-07-18 00:05:25.000000000 +0000 +--- mozilla/js/src/ctypes/CTypes.h.orig 2016-04-07 21:33:20.000000000 +0000 +++ mozilla/js/src/ctypes/CTypes.h -@@ -14,6 +14,23 @@ +@@ -19,6 +19,23 @@ #include "js/Vector.h" #include "vm/String.h" diff --git a/mail/thunderbird/patches/patch-mozilla_js_src_frontend_ParseMaps.cpp b/mail/thunderbird/patches/patch-mozilla_js_src_frontend_ParseMaps.cpp index 5cc3a9048211e..a9cdb5aa05057 100644 --- a/mail/thunderbird/patches/patch-mozilla_js_src_frontend_ParseMaps.cpp +++ b/mail/thunderbird/patches/patch-mozilla_js_src_frontend_ParseMaps.cpp @@ -1,8 +1,8 @@ -$NetBSD: patch-mozilla_js_src_frontend_ParseMaps.cpp,v 1.1 2013/11/12 20:50:51 ryoon Exp $ +$NetBSD: patch-mozilla_js_src_frontend_ParseMaps.cpp,v 1.2 2016/04/17 18:33:50 ryoon Exp $ ---- mozilla/js/src/frontend/ParseMaps.cpp.orig 2013-10-23 22:09:00.000000000 +0000 +--- mozilla/js/src/frontend/ParseMaps.cpp.orig 2016-04-07 21:33:20.000000000 +0000 +++ mozilla/js/src/frontend/ParseMaps.cpp -@@ -132,5 +132,5 @@ frontend::InitAtomMap(JSContext *cx, fro +@@ -133,5 +133,5 @@ frontend::InitAtomMap(frontend::AtomInde } } diff --git a/mail/thunderbird/patches/patch-mozilla_js_src_jit_LIR.cpp b/mail/thunderbird/patches/patch-mozilla_js_src_jit_LIR.cpp index 2c4669be28b2e..843c54720d79d 100644 --- a/mail/thunderbird/patches/patch-mozilla_js_src_jit_LIR.cpp +++ b/mail/thunderbird/patches/patch-mozilla_js_src_jit_LIR.cpp @@ -1,13 +1,13 @@ -$NetBSD: patch-mozilla_js_src_jit_LIR.cpp,v 1.1 2015/07/09 15:17:34 ryoon Exp $ +$NetBSD: patch-mozilla_js_src_jit_LIR.cpp,v 1.2 2016/04/17 18:33:50 ryoon Exp $ ---- mozilla/js/src/jit/LIR.cpp.orig 2015-06-08 17:49:25.000000000 +0000 +--- mozilla/js/src/jit/LIR.cpp.orig 2016-04-07 21:33:24.000000000 +0000 +++ mozilla/js/src/jit/LIR.cpp -@@ -323,7 +323,7 @@ LNode::printName(FILE* fp, Opcode op) +@@ -322,7 +322,7 @@ LNode::printName(GenericPrinter& out, Op const char* name = names[op]; size_t len = strlen(name); for (size_t i = 0; i < len; i++) -- fprintf(fp, "%c", tolower(name[i])); -+ fprintf(fp, "%c", tolower(((unsigned char)name[i]))); +- out.printf("%c", tolower(name[i])); ++ out.printf("%c", tolower((unsigned char)name[i])); } void diff --git a/mail/thunderbird/patches/patch-mozilla_js_src_jit_MIR.cpp b/mail/thunderbird/patches/patch-mozilla_js_src_jit_MIR.cpp index f45ba637fad11..860d19dfbb03a 100644 --- a/mail/thunderbird/patches/patch-mozilla_js_src_jit_MIR.cpp +++ b/mail/thunderbird/patches/patch-mozilla_js_src_jit_MIR.cpp @@ -1,13 +1,13 @@ -$NetBSD: patch-mozilla_js_src_jit_MIR.cpp,v 1.1 2015/07/09 15:17:34 ryoon Exp $ +$NetBSD: patch-mozilla_js_src_jit_MIR.cpp,v 1.2 2016/04/17 18:33:50 ryoon Exp $ ---- mozilla/js/src/jit/MIR.cpp.orig 2015-06-08 17:49:25.000000000 +0000 +--- mozilla/js/src/jit/MIR.cpp.orig 2016-04-07 21:33:24.000000000 +0000 +++ mozilla/js/src/jit/MIR.cpp -@@ -71,7 +71,7 @@ MDefinition::PrintOpcodeName(FILE* fp, M +@@ -75,7 +75,7 @@ MDefinition::PrintOpcodeName(GenericPrin const char* name = names[op]; size_t len = strlen(name); for (size_t i = 0; i < len; i++) -- fprintf(fp, "%c", tolower(name[i])); -+ fprintf(fp, "%c", tolower(((unsigned char)name[i]))); +- out.printf("%c", tolower(name[i])); ++ out.printf("%c", tolower((unsigned char)name[i])); } const Value& diff --git a/mail/thunderbird/patches/patch-mozilla_js_src_jit_arm_Architecture-arm.cpp b/mail/thunderbird/patches/patch-mozilla_js_src_jit_arm_Architecture-arm.cpp index f0a00ee25b51f..6d4b144cbdc00 100644 --- a/mail/thunderbird/patches/patch-mozilla_js_src_jit_arm_Architecture-arm.cpp +++ b/mail/thunderbird/patches/patch-mozilla_js_src_jit_arm_Architecture-arm.cpp @@ -1,12 +1,12 @@ -$NetBSD: patch-mozilla_js_src_jit_arm_Architecture-arm.cpp,v 1.1 2015/07/09 15:17:34 ryoon Exp $ +$NetBSD: patch-mozilla_js_src_jit_arm_Architecture-arm.cpp,v 1.2 2016/04/17 18:33:50 ryoon Exp $ ---- mozilla/js/src/jit/arm/Architecture-arm.cpp.orig 2015-06-08 17:49:25.000000000 +0000 +--- mozilla/js/src/jit/arm/Architecture-arm.cpp.orig 2016-04-07 21:33:24.000000000 +0000 +++ mozilla/js/src/jit/arm/Architecture-arm.cpp @@ -16,7 +16,7 @@ #include "jit/arm/Assembler-arm.h" #include "jit/RegisterSets.h" --#if !defined(__linux__) || defined(ANDROID) || defined(JS_ARM_SIMULATOR) +-#if !defined(__linux__) || defined(ANDROID) || defined(JS_SIMULATOR_ARM) +#if !defined(__linux__) || defined(ANDROID) || defined(JS_ARM_SIMULATOR) || defined(__NetBSD__) // The Android NDK and B2G do not include the hwcap.h kernel header, and it is not // defined when building the simulator, so inline the header defines we need. diff --git a/mail/thunderbird/patches/patch-mozilla_js_src_jsapi.cpp b/mail/thunderbird/patches/patch-mozilla_js_src_jsapi.cpp deleted file mode 100644 index a87bea4b81398..0000000000000 --- a/mail/thunderbird/patches/patch-mozilla_js_src_jsapi.cpp +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-mozilla_js_src_jsapi.cpp,v 1.1 2015/07/09 15:17:34 ryoon Exp $ - ---- mozilla/js/src/jsapi.cpp.orig 2015-06-08 17:49:25.000000000 +0000 -+++ mozilla/js/src/jsapi.cpp -@@ -115,7 +115,7 @@ using js::frontend::Parser; - #define JS_ADDRESSOF_VA_LIST(ap) (&(ap)) - #endif - --bool -+JS_PUBLIC_API(bool) - JS::CallArgs::requireAtLeast(JSContext* cx, const char* fnname, unsigned required) { - if (length() < required) { - char numArgsStr[40]; diff --git a/mail/thunderbird/patches/patch-mozilla_js_src_jsdate.cpp b/mail/thunderbird/patches/patch-mozilla_js_src_jsdate.cpp index 03af5399025f8..9dfe30cd8399d 100644 --- a/mail/thunderbird/patches/patch-mozilla_js_src_jsdate.cpp +++ b/mail/thunderbird/patches/patch-mozilla_js_src_jsdate.cpp @@ -1,8 +1,8 @@ -$NetBSD: patch-mozilla_js_src_jsdate.cpp,v 1.1 2015/07/09 15:17:34 ryoon Exp $ +$NetBSD: patch-mozilla_js_src_jsdate.cpp,v 1.2 2016/04/17 18:33:50 ryoon Exp $ ---- mozilla/js/src/jsdate.cpp.orig 2015-06-08 17:49:25.000000000 +0000 +--- mozilla/js/src/jsdate.cpp.orig 2016-04-07 21:33:24.000000000 +0000 +++ mozilla/js/src/jsdate.cpp -@@ -2669,11 +2669,11 @@ ToLocaleFormatHelper(JSContext* cx, Hand +@@ -2672,8 +2672,8 @@ ToLocaleFormatHelper(JSContext* cx, Hand if (strcmp(format, "%x") == 0 && result_len >= 6 && /* Format %x means use OS settings, which may have 2-digit yr, so hack end of 3/11/22 or 11.03.22 or 11Mar22 to use 4-digit yr...*/ @@ -11,10 +11,5 @@ + !isdigit(((unsigned char)buf[result_len - 3])) && + isdigit(((unsigned char)buf[result_len - 2])) && isdigit(((unsigned char)buf[result_len - 1])) && /* ...but not if starts with 4-digit year, like 2022/3/11. */ -- !(isdigit(buf[0]) && isdigit(buf[1]) && -- isdigit(buf[2]) && isdigit(buf[3]))) { -+ !(isdigit(((unsigned char)buf[0])) && isdigit(((unsigned char)buf[1])) && -+ isdigit(((unsigned char)buf[2])) && isdigit(((unsigned char)buf[3])))) { - double localtime = obj->as().cachedLocalTime(&cx->runtime()->dateTimeInfo); - int year = IsNaN(localtime) ? 0 : (int) YearFromTime(localtime); - JS_snprintf(buf + (result_len - 2), (sizeof buf) - (result_len - 2), + !(isdigit(buf[0]) && isdigit(buf[1]) && + isdigit(buf[2]) && isdigit(buf[3]))) { diff --git a/mail/thunderbird/patches/patch-mozilla_js_src_jskwgen.cpp b/mail/thunderbird/patches/patch-mozilla_js_src_jskwgen.cpp index 565d24b57091c..830ab0d270d2e 100644 --- a/mail/thunderbird/patches/patch-mozilla_js_src_jskwgen.cpp +++ b/mail/thunderbird/patches/patch-mozilla_js_src_jskwgen.cpp @@ -1,6 +1,6 @@ -$NetBSD: patch-mozilla_js_src_jskwgen.cpp,v 1.1 2015/07/09 15:17:34 ryoon Exp $ +$NetBSD: patch-mozilla_js_src_jskwgen.cpp,v 1.2 2016/04/17 18:33:50 ryoon Exp $ ---- mozilla/js/src/jskwgen.cpp.orig 2015-06-08 17:49:25.000000000 +0000 +--- mozilla/js/src/jskwgen.cpp.orig 2016-04-07 21:33:24.000000000 +0000 +++ mozilla/js/src/jskwgen.cpp @@ -181,7 +181,7 @@ qchar(char c, char* quoted_buffer) *s++ = '\\'; diff --git a/mail/thunderbird/patches/patch-mozilla_js_src_jsmath.cpp b/mail/thunderbird/patches/patch-mozilla_js_src_jsmath.cpp index d8c5914c0c6f8..d21d440710ef9 100644 --- a/mail/thunderbird/patches/patch-mozilla_js_src_jsmath.cpp +++ b/mail/thunderbird/patches/patch-mozilla_js_src_jsmath.cpp @@ -1,8 +1,8 @@ -$NetBSD: patch-mozilla_js_src_jsmath.cpp,v 1.1 2013/11/12 20:50:51 ryoon Exp $ +$NetBSD: patch-mozilla_js_src_jsmath.cpp,v 1.2 2016/04/17 18:33:50 ryoon Exp $ ---- mozilla/js/src/jsmath.cpp.orig 2013-10-23 22:09:02.000000000 +0000 +--- mozilla/js/src/jsmath.cpp.orig 2016-04-07 21:33:24.000000000 +0000 +++ mozilla/js/src/jsmath.cpp -@@ -244,7 +244,7 @@ js::ecmaAtan2(double y, double x) +@@ -272,7 +272,7 @@ js::ecmaAtan2(double y, double x) } #endif diff --git a/mail/thunderbird/patches/patch-mozilla_js_src_jsnativestack.cpp b/mail/thunderbird/patches/patch-mozilla_js_src_jsnativestack.cpp new file mode 100644 index 0000000000000..d7e614ff390f1 --- /dev/null +++ b/mail/thunderbird/patches/patch-mozilla_js_src_jsnativestack.cpp @@ -0,0 +1,13 @@ +$NetBSD: patch-mozilla_js_src_jsnativestack.cpp,v 1.1 2016/04/17 18:33:50 ryoon Exp $ + +--- mozilla/js/src/jsnativestack.cpp.orig 2016-04-07 21:33:24.000000000 +0000 ++++ mozilla/js/src/jsnativestack.cpp +@@ -102,7 +102,7 @@ js::GetNativeStackBaseImpl() + pthread_attr_init(&sattr); + # if defined(__OpenBSD__) + stack_t ss; +-# elif defined(PTHREAD_NP_H) || defined(_PTHREAD_NP_H_) || defined(NETBSD) ++# elif defined(PTHREAD_NP_H) || defined(_PTHREAD_NP_H_) || defined(__DragonFly__) || defined(NETBSD) || defined(__NetBSD__) /* XXX tnn not sure why NETBSD isn't defined, it looks like it should be ... */ + /* e.g. on FreeBSD 4.8 or newer, neundorf@kde.org */ + pthread_attr_get_np(thread, &sattr); + # else diff --git a/mail/thunderbird/patches/patch-mozilla_js_src_shell_jsoptparse.cpp b/mail/thunderbird/patches/patch-mozilla_js_src_shell_jsoptparse.cpp index ff4e5b6eb6e54..b26c29c642f80 100644 --- a/mail/thunderbird/patches/patch-mozilla_js_src_shell_jsoptparse.cpp +++ b/mail/thunderbird/patches/patch-mozilla_js_src_shell_jsoptparse.cpp @@ -1,9 +1,9 @@ -$NetBSD: patch-mozilla_js_src_shell_jsoptparse.cpp,v 1.1 2015/07/09 15:17:34 ryoon Exp $ +$NetBSD: patch-mozilla_js_src_shell_jsoptparse.cpp,v 1.2 2016/04/17 18:33:50 ryoon Exp $ ---- mozilla/js/src/shell/jsoptparse.cpp.orig 2015-06-08 17:49:25.000000000 +0000 +--- mozilla/js/src/shell/jsoptparse.cpp.orig 2016-04-07 21:33:25.000000000 +0000 +++ mozilla/js/src/shell/jsoptparse.cpp -@@ -90,7 +90,7 @@ PrintParagraph(const char* text, unsigne - printf("%*s", startColno, ""); +@@ -95,7 +95,7 @@ PrintParagraph(const char* text, unsigne + ++it; while (*it != '\0') { - MOZ_ASSERT(!isspace(*it)); diff --git a/mail/thunderbird/patches/patch-mozilla_js_src_vm_SPSProfiler.cpp b/mail/thunderbird/patches/patch-mozilla_js_src_vm_SPSProfiler.cpp index 30f3e5cc981e6..ed907a0f38f02 100644 --- a/mail/thunderbird/patches/patch-mozilla_js_src_vm_SPSProfiler.cpp +++ b/mail/thunderbird/patches/patch-mozilla_js_src_vm_SPSProfiler.cpp @@ -1,6 +1,6 @@ -$NetBSD: patch-mozilla_js_src_vm_SPSProfiler.cpp,v 1.2 2014/07/27 20:04:59 ryoon Exp $ +$NetBSD: patch-mozilla_js_src_vm_SPSProfiler.cpp,v 1.3 2016/04/17 18:33:50 ryoon Exp $ ---- mozilla/js/src/vm/SPSProfiler.cpp.orig 2014-07-18 00:05:30.000000000 +0000 +--- mozilla/js/src/vm/SPSProfiler.cpp.orig 2016-04-07 21:33:28.000000000 +0000 +++ mozilla/js/src/vm/SPSProfiler.cpp @@ -4,6 +4,8 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/mail/thunderbird/patches/patch-mozilla_js_xpconnect_src_XPCConvert.cpp b/mail/thunderbird/patches/patch-mozilla_js_xpconnect_src_XPCConvert.cpp index f04aaf4fa1915..9bcc0dbbeea80 100644 --- a/mail/thunderbird/patches/patch-mozilla_js_xpconnect_src_XPCConvert.cpp +++ b/mail/thunderbird/patches/patch-mozilla_js_xpconnect_src_XPCConvert.cpp @@ -1,6 +1,6 @@ -$NetBSD: patch-mozilla_js_xpconnect_src_XPCConvert.cpp,v 1.1 2015/07/09 15:17:34 ryoon Exp $ +$NetBSD: patch-mozilla_js_xpconnect_src_XPCConvert.cpp,v 1.2 2016/04/17 18:33:50 ryoon Exp $ ---- mozilla/js/xpconnect/src/XPCConvert.cpp.orig 2015-06-08 17:49:29.000000000 +0000 +--- mozilla/js/xpconnect/src/XPCConvert.cpp.orig 2016-04-07 21:33:28.000000000 +0000 +++ mozilla/js/xpconnect/src/XPCConvert.cpp @@ -134,7 +134,7 @@ XPCConvert::NativeData2JS(MutableHandleV d.setNumber(*static_cast(s)); diff --git a/mail/thunderbird/patches/patch-mozilla_js_xpconnect_src_xpcprivate.h b/mail/thunderbird/patches/patch-mozilla_js_xpconnect_src_xpcprivate.h index 1dca8a903b6cf..097963dfc4f7a 100644 --- a/mail/thunderbird/patches/patch-mozilla_js_xpconnect_src_xpcprivate.h +++ b/mail/thunderbird/patches/patch-mozilla_js_xpconnect_src_xpcprivate.h @@ -1,8 +1,8 @@ -$NetBSD: patch-mozilla_js_xpconnect_src_xpcprivate.h,v 1.1 2015/07/09 15:17:34 ryoon Exp $ +$NetBSD: patch-mozilla_js_xpconnect_src_xpcprivate.h,v 1.2 2016/04/17 18:33:50 ryoon Exp $ ---- mozilla/js/xpconnect/src/xpcprivate.h.orig 2015-06-08 17:49:55.000000000 +0000 +--- mozilla/js/xpconnect/src/xpcprivate.h.orig 2016-04-07 21:33:28.000000000 +0000 +++ mozilla/js/xpconnect/src/xpcprivate.h -@@ -1017,6 +1017,8 @@ static inline bool IS_PROTO_CLASS(const +@@ -999,6 +999,8 @@ typedef nsTArray - Paul Adenot - David Richards - Sebastien Alaiwan -+Evgeniy Vodolazskiy diff --git a/mail/thunderbird/patches/patch-mozilla_media_libcubeb_src_cubeb.c b/mail/thunderbird/patches/patch-mozilla_media_libcubeb_src_cubeb.c index 86d6fc220d13b..e540071a7e577 100644 --- a/mail/thunderbird/patches/patch-mozilla_media_libcubeb_src_cubeb.c +++ b/mail/thunderbird/patches/patch-mozilla_media_libcubeb_src_cubeb.c @@ -1,10 +1,10 @@ -$NetBSD: patch-mozilla_media_libcubeb_src_cubeb.c,v 1.1 2015/07/09 15:17:34 ryoon Exp $ +$NetBSD: patch-mozilla_media_libcubeb_src_cubeb.c,v 1.2 2016/04/17 18:33:50 ryoon Exp $ ---- mozilla/media/libcubeb/src/cubeb.c.orig 2015-06-08 17:49:22.000000000 +0000 +--- mozilla/media/libcubeb/src/cubeb.c.orig 2016-04-07 21:33:21.000000000 +0000 +++ mozilla/media/libcubeb/src/cubeb.c -@@ -56,6 +56,9 @@ int opensl_init(cubeb ** context, char c - #if defined(USE_AUDIOTRACK) - int audiotrack_init(cubeb ** context, char const * context_name); +@@ -60,6 +60,9 @@ int audiotrack_init(cubeb ** context, ch + #if defined(USE_KAI) + int kai_init(cubeb ** context, char const * context_name); #endif +#if defined(USE_OSS) +int oss_init(cubeb ** context, char const * context_name); @@ -12,9 +12,9 @@ int validate_stream_params(cubeb_stream_params stream_params) -@@ -122,6 +125,9 @@ cubeb_init(cubeb ** context, char const - #if defined(USE_AUDIOTRACK) - audiotrack_init, +@@ -129,6 +132,9 @@ cubeb_init(cubeb ** context, char const + #if defined(USE_KAI) + kai_init, #endif +#if defined(USE_OSS) + oss_init, diff --git a/mail/thunderbird/patches/patch-mozilla_media_libcubeb_src_cubeb__alsa.c b/mail/thunderbird/patches/patch-mozilla_media_libcubeb_src_cubeb__alsa.c index e769e23312bef..5b232542dc576 100644 --- a/mail/thunderbird/patches/patch-mozilla_media_libcubeb_src_cubeb__alsa.c +++ b/mail/thunderbird/patches/patch-mozilla_media_libcubeb_src_cubeb__alsa.c @@ -1,6 +1,6 @@ -$NetBSD: patch-mozilla_media_libcubeb_src_cubeb__alsa.c,v 1.2 2015/07/09 15:17:34 ryoon Exp $ +$NetBSD: patch-mozilla_media_libcubeb_src_cubeb__alsa.c,v 1.3 2016/04/17 18:33:50 ryoon Exp $ ---- mozilla/media/libcubeb/src/cubeb_alsa.c.orig 2015-06-08 17:49:22.000000000 +0000 +--- mozilla/media/libcubeb/src/cubeb_alsa.c.orig 2016-04-07 21:33:21.000000000 +0000 +++ mozilla/media/libcubeb/src/cubeb_alsa.c @@ -7,12 +7,18 @@ #undef NDEBUG @@ -170,7 +170,7 @@ if (stm->params.format == CUBEB_SAMPLE_FLOAT32NE) { float * b = (float *) p; -@@ -328,14 +385,64 @@ alsa_refill_stream(cubeb_stream * stm) +@@ -328,14 +385,66 @@ alsa_refill_stream(cubeb_stream * stm) b[i] *= stm->volume; } } @@ -206,15 +206,17 @@ + return ERROR; + } + continue; -+#if defined(EBADFD) ++#if __linux__ + case -EBADFD: ++#else ++ case -EBADF: ++#endif + fprintf(stderr, "%s: snc_pcm_writei returned -%s, giving up\n", + __func__, "EBADFD"); + free(p); + stm->state_callback(stm, stm->user_ptr, CUBEB_STATE_ERROR); + pthread_mutex_unlock(&stm->mutex); + return ERROR; -+#endif + } + if (wrote < 0) { + fprintf(stderr, "%s: snc_pcm_writei returned unexpected error %lld, " @@ -243,7 +245,7 @@ } if (got != avail) { long buffer_fill = stm->buffer_size - (avail - got); -@@ -343,7 +450,7 @@ alsa_refill_stream(cubeb_stream * stm) +@@ -343,7 +452,7 @@ alsa_refill_stream(cubeb_stream * stm) /* Fill the remaining buffer with silence to guarantee one full period has been written. */ @@ -252,7 +254,7 @@ set_timeout(&stm->drain_timeout, buffer_time * 1000); -@@ -454,26 +561,26 @@ get_slave_pcm_node(snd_config_t * lconf, +@@ -454,26 +563,26 @@ get_slave_pcm_node(snd_config_t * lconf, slave_def = NULL; @@ -284,7 +286,7 @@ if (r < 0) { break; } -@@ -482,7 +589,7 @@ get_slave_pcm_node(snd_config_t * lconf, +@@ -482,7 +591,7 @@ get_slave_pcm_node(snd_config_t * lconf, if (r < 0 || r > (int) sizeof(node_name)) { break; } @@ -293,7 +295,7 @@ if (r < 0) { break; } -@@ -491,7 +598,7 @@ get_slave_pcm_node(snd_config_t * lconf, +@@ -491,7 +600,7 @@ get_slave_pcm_node(snd_config_t * lconf, } while (0); if (slave_def) { @@ -302,7 +304,7 @@ } return NULL; -@@ -514,22 +621,22 @@ init_local_config_with_workaround(char c +@@ -514,22 +623,22 @@ init_local_config_with_workaround(char c lconf = NULL; @@ -329,7 +331,7 @@ if (r < 0) { break; } -@@ -538,7 +645,7 @@ init_local_config_with_workaround(char c +@@ -538,7 +647,7 @@ init_local_config_with_workaround(char c if (r < 0 || r > (int) sizeof(node_name)) { break; } @@ -338,7 +340,7 @@ if (r < 0) { break; } -@@ -549,12 +656,12 @@ init_local_config_with_workaround(char c +@@ -549,12 +658,12 @@ init_local_config_with_workaround(char c } /* Fetch the PCM node's type, and bail out if it's not the PulseAudio plugin. */ @@ -353,7 +355,7 @@ if (r < 0) { break; } -@@ -565,18 +672,18 @@ init_local_config_with_workaround(char c +@@ -565,18 +674,18 @@ init_local_config_with_workaround(char c /* Don't clobber an explicit existing handle_underrun value, set it only if it doesn't already exist. */ @@ -375,7 +377,7 @@ if (r < 0) { break; } -@@ -584,7 +691,7 @@ init_local_config_with_workaround(char c +@@ -584,7 +693,7 @@ init_local_config_with_workaround(char c return lconf; } while (0); @@ -384,7 +386,7 @@ return NULL; } -@@ -596,9 +703,9 @@ alsa_locked_pcm_open(snd_pcm_t ** pcm, s +@@ -596,9 +705,9 @@ alsa_locked_pcm_open(snd_pcm_t ** pcm, s pthread_mutex_lock(&cubeb_alsa_mutex); if (local_config) { @@ -396,7 +398,7 @@ } pthread_mutex_unlock(&cubeb_alsa_mutex); -@@ -611,7 +718,7 @@ alsa_locked_pcm_close(snd_pcm_t * pcm) +@@ -611,7 +720,7 @@ alsa_locked_pcm_close(snd_pcm_t * pcm) int r; pthread_mutex_lock(&cubeb_alsa_mutex); @@ -405,7 +407,7 @@ pthread_mutex_unlock(&cubeb_alsa_mutex); return r; -@@ -668,12 +775,65 @@ alsa_init(cubeb ** context, char const * +@@ -668,12 +777,65 @@ alsa_init(cubeb ** context, char const * pthread_attr_t attr; snd_pcm_t * dummy; @@ -472,7 +474,7 @@ cubeb_alsa_error_handler_set = 1; } pthread_mutex_unlock(&cubeb_alsa_mutex); -@@ -681,6 +841,8 @@ alsa_init(cubeb ** context, char const * +@@ -681,6 +843,8 @@ alsa_init(cubeb ** context, char const * ctx = calloc(1, sizeof(*ctx)); assert(ctx); @@ -481,7 +483,7 @@ ctx->ops = &alsa_ops; r = pthread_mutex_init(&ctx->mutex, NULL); -@@ -730,7 +892,7 @@ alsa_init(cubeb ** context, char const * +@@ -730,7 +894,7 @@ alsa_init(cubeb ** context, char const * config fails with EINVAL, the PA PCM is too old for this workaround. */ if (r == -EINVAL) { pthread_mutex_lock(&cubeb_alsa_mutex); @@ -490,7 +492,7 @@ pthread_mutex_unlock(&cubeb_alsa_mutex); ctx->local_config = NULL; } else if (r >= 0) { -@@ -769,9 +931,13 @@ alsa_destroy(cubeb * ctx) +@@ -769,9 +933,13 @@ alsa_destroy(cubeb * ctx) pthread_mutex_destroy(&ctx->mutex); free(ctx->fds); @@ -505,7 +507,7 @@ pthread_mutex_unlock(&cubeb_alsa_mutex); } -@@ -839,7 +1005,7 @@ alsa_stream_init(cubeb * ctx, cubeb_stre +@@ -839,7 +1007,7 @@ alsa_stream_init(cubeb * ctx, cubeb_stre return CUBEB_ERROR; } @@ -514,7 +516,7 @@ assert(r == 0); /* Ugly hack: the PA ALSA plugin allows buffer configurations that can't -@@ -849,23 +1015,23 @@ alsa_stream_init(cubeb * ctx, cubeb_stre +@@ -849,23 +1017,23 @@ alsa_stream_init(cubeb * ctx, cubeb_stre latency = latency < 500 ? 500 : latency; } @@ -544,7 +546,7 @@ assert((nfds_t) r == stm->nfds); r = pthread_cond_init(&stm->cond, NULL); -@@ -896,7 +1062,7 @@ alsa_stream_destroy(cubeb_stream * stm) +@@ -896,7 +1064,7 @@ alsa_stream_destroy(cubeb_stream * stm) pthread_mutex_lock(&stm->mutex); if (stm->pcm) { if (stm->state == DRAINING) { @@ -553,7 +555,7 @@ } alsa_locked_pcm_close(stm->pcm); stm->pcm = NULL; -@@ -906,7 +1072,10 @@ alsa_stream_destroy(cubeb_stream * stm) +@@ -906,7 +1074,10 @@ alsa_stream_destroy(cubeb_stream * stm) pthread_mutex_destroy(&stm->mutex); r = pthread_cond_destroy(&stm->cond); @@ -565,7 +567,7 @@ alsa_unregister_stream(stm); -@@ -938,12 +1107,12 @@ alsa_get_max_channel_count(cubeb * ctx, +@@ -938,12 +1109,12 @@ alsa_get_max_channel_count(cubeb * ctx, return CUBEB_ERROR; } @@ -580,12 +582,12 @@ if (r < 0) { return CUBEB_ERROR; } -@@ -963,34 +1132,34 @@ alsa_get_preferred_sample_rate(cubeb * c +@@ -963,34 +1134,34 @@ alsa_get_preferred_sample_rate(cubeb * c /* get a pcm, disabling resampling, so we get a rate the * hardware/dmix/pulse/etc. supports. */ -- r = snd_pcm_open(&pcm, "default", SND_PCM_STREAM_PLAYBACK | SND_PCM_NO_AUTO_RESAMPLE, 0); -+ r = WRAP(snd_pcm_open)(&pcm, "default", SND_PCM_STREAM_PLAYBACK | SND_PCM_NO_AUTO_RESAMPLE, 0); +- r = snd_pcm_open(&pcm, CUBEB_ALSA_PCM_NAME, SND_PCM_STREAM_PLAYBACK | SND_PCM_NO_AUTO_RESAMPLE, 0); ++ r = WRAP(snd_pcm_open)(&pcm, CUBEB_ALSA_PCM_NAME, SND_PCM_STREAM_PLAYBACK | SND_PCM_NO_AUTO_RESAMPLE, 0); if (r < 0) { return CUBEB_ERROR; } @@ -623,7 +625,7 @@ return CUBEB_OK; } -@@ -1014,7 +1183,7 @@ alsa_stream_start(cubeb_stream * stm) +@@ -1014,7 +1185,7 @@ alsa_stream_start(cubeb_stream * stm) ctx = stm->context; pthread_mutex_lock(&stm->mutex); @@ -632,7 +634,7 @@ gettimeofday(&stm->last_activity, NULL); pthread_mutex_unlock(&stm->mutex); -@@ -1048,7 +1217,7 @@ alsa_stream_stop(cubeb_stream * stm) +@@ -1048,7 +1219,7 @@ alsa_stream_stop(cubeb_stream * stm) pthread_mutex_unlock(&ctx->mutex); pthread_mutex_lock(&stm->mutex); @@ -641,7 +643,7 @@ pthread_mutex_unlock(&stm->mutex); return CUBEB_OK; -@@ -1064,14 +1233,17 @@ alsa_stream_get_position(cubeb_stream * +@@ -1064,14 +1235,17 @@ alsa_stream_get_position(cubeb_stream * pthread_mutex_lock(&stm->mutex); delay = -1; @@ -662,7 +664,7 @@ *position = 0; if (stm->write_position >= (snd_pcm_uframes_t) delay) { -@@ -1090,7 +1262,7 @@ alsa_stream_get_latency(cubeb_stream * s +@@ -1090,7 +1264,7 @@ alsa_stream_get_latency(cubeb_stream * s snd_pcm_sframes_t delay; /* This function returns the delay in frames until a frame written using snd_pcm_writei is sent to the DAC. The DAC delay should be < 1ms anyways. */ diff --git a/mail/thunderbird/patches/patch-mozilla_media_libcubeb_src_cubeb__oss.c b/mail/thunderbird/patches/patch-mozilla_media_libcubeb_src_cubeb__oss.c index 4ea994c7b61da..70b4e8e4c039d 100644 --- a/mail/thunderbird/patches/patch-mozilla_media_libcubeb_src_cubeb__oss.c +++ b/mail/thunderbird/patches/patch-mozilla_media_libcubeb_src_cubeb__oss.c @@ -1,6 +1,6 @@ -$NetBSD: patch-mozilla_media_libcubeb_src_cubeb__oss.c,v 1.1 2015/07/09 15:17:34 ryoon Exp $ +$NetBSD: patch-mozilla_media_libcubeb_src_cubeb__oss.c,v 1.2 2016/04/17 18:33:50 ryoon Exp $ ---- mozilla/media/libcubeb/src/cubeb_oss.c.orig 2015-07-06 19:52:50.000000000 +0000 +--- mozilla/media/libcubeb/src/cubeb_oss.c.orig 2016-04-17 13:47:46.296872813 +0000 +++ mozilla/media/libcubeb/src/cubeb_oss.c @@ -0,0 +1,402 @@ +/* diff --git a/mail/thunderbird/patches/patch-mozilla_media_libcubeb_src_moz.build b/mail/thunderbird/patches/patch-mozilla_media_libcubeb_src_moz.build index ee3cc7eef4d63..5c878087b20cf 100644 --- a/mail/thunderbird/patches/patch-mozilla_media_libcubeb_src_moz.build +++ b/mail/thunderbird/patches/patch-mozilla_media_libcubeb_src_moz.build @@ -1,6 +1,6 @@ -$NetBSD: patch-mozilla_media_libcubeb_src_moz.build,v 1.2 2015/07/09 15:17:34 ryoon Exp $ +$NetBSD: patch-mozilla_media_libcubeb_src_moz.build,v 1.3 2016/04/17 18:33:50 ryoon Exp $ ---- mozilla/media/libcubeb/src/moz.build.orig 2015-06-08 17:49:22.000000000 +0000 +--- mozilla/media/libcubeb/src/moz.build.orig 2016-04-07 21:33:21.000000000 +0000 +++ mozilla/media/libcubeb/src/moz.build @@ -17,6 +17,12 @@ if CONFIG['MOZ_ALSA']: ] @@ -23,8 +23,8 @@ $NetBSD: patch-mozilla_media_libcubeb_src_moz.build,v 1.2 2015/07/09 15:17:34 ry +if CONFIG['MOZ_WIDGET_TOOLKIT'] == 'cocoa': SOURCES += [ 'cubeb_audiounit.c', - 'cubeb_osx_run_loop.c' -@@ -65,6 +71,9 @@ if CONFIG['GKMEDIAS_SHARED_LIBRARY']: + ] +@@ -64,6 +70,9 @@ if CONFIG['OS_TARGET'] == 'Android': FINAL_LIBRARY = 'gkmedias' @@ -32,14 +32,11 @@ $NetBSD: patch-mozilla_media_libcubeb_src_moz.build,v 1.2 2015/07/09 15:17:34 ry + SOURCES['cubeb_resampler.cpp'].flags += CONFIG['MOZ_SPEEX_CFLAGS'] + if CONFIG['MOZ_WIDGET_TOOLKIT'] == 'gonk': - CFLAGS += [ - '-I%s/%s' % (CONFIG['ANDROID_SOURCE'], d) for d in [ -@@ -73,7 +82,9 @@ if CONFIG['MOZ_WIDGET_TOOLKIT'] == 'gonk + if CONFIG['ANDROID_VERSION'] >= '17': + LOCAL_INCLUDES += [ +@@ -74,5 +83,6 @@ if CONFIG['MOZ_WIDGET_TOOLKIT'] == 'gonk + '%' + '%s/system/media/wilhelm/include' % CONFIG['ANDROID_SOURCE'], ] - ] - -+CFLAGS += CONFIG['MOZ_OSS_CFLAGS'] - FAIL_ON_WARNINGS = True +CFLAGS += CONFIG['MOZ_OSS_CFLAGS'] CFLAGS += CONFIG['MOZ_ALSA_CFLAGS'] diff --git a/mail/thunderbird/patches/patch-mozilla_media_libpng_pngpriv.h b/mail/thunderbird/patches/patch-mozilla_media_libpng_pngpriv.h index 55803620fd8b5..061a3378c0dbd 100644 --- a/mail/thunderbird/patches/patch-mozilla_media_libpng_pngpriv.h +++ b/mail/thunderbird/patches/patch-mozilla_media_libpng_pngpriv.h @@ -1,8 +1,8 @@ -$NetBSD: patch-mozilla_media_libpng_pngpriv.h,v 1.2 2014/07/27 20:04:59 ryoon Exp $ +$NetBSD: patch-mozilla_media_libpng_pngpriv.h,v 1.3 2016/04/17 18:33:50 ryoon Exp $ ---- mozilla/media/libpng/pngpriv.h.orig 2014-07-18 00:05:38.000000000 +0000 +--- mozilla/media/libpng/pngpriv.h.orig 2016-04-07 21:33:21.000000000 +0000 +++ mozilla/media/libpng/pngpriv.h -@@ -38,6 +38,7 @@ +@@ -36,6 +36,7 @@ * still required (as of 2011-05-02.) */ #define _POSIX_SOURCE 1 /* Just the POSIX 1003.1 and C89 APIs */ diff --git a/mail/thunderbird/patches/patch-mozilla_media_libsoundtouch_src_cpu__detect__x86.cpp b/mail/thunderbird/patches/patch-mozilla_media_libsoundtouch_src_cpu__detect__x86.cpp index 9d9c07aa32e2d..4d65781341286 100644 --- a/mail/thunderbird/patches/patch-mozilla_media_libsoundtouch_src_cpu__detect__x86.cpp +++ b/mail/thunderbird/patches/patch-mozilla_media_libsoundtouch_src_cpu__detect__x86.cpp @@ -1,6 +1,6 @@ -$NetBSD: patch-mozilla_media_libsoundtouch_src_cpu__detect__x86.cpp,v 1.2 2014/07/27 20:04:59 ryoon Exp $ +$NetBSD: patch-mozilla_media_libsoundtouch_src_cpu__detect__x86.cpp,v 1.3 2016/04/17 18:33:50 ryoon Exp $ ---- mozilla/media/libsoundtouch/src/cpu_detect_x86.cpp.orig 2014-07-18 00:05:38.000000000 +0000 +--- mozilla/media/libsoundtouch/src/cpu_detect_x86.cpp.orig 2016-04-07 21:33:21.000000000 +0000 +++ mozilla/media/libsoundtouch/src/cpu_detect_x86.cpp @@ -125,7 +125,9 @@ uint detectCPUextensions(void) #endif diff --git a/mail/thunderbird/patches/patch-mozilla_media_libstagefright_frameworks_av_include_media_stagefright_foundation_AString.h b/mail/thunderbird/patches/patch-mozilla_media_libstagefright_frameworks_av_include_media_stagefright_foundation_AString.h new file mode 100644 index 0000000000000..bf520b2c7e575 --- /dev/null +++ b/mail/thunderbird/patches/patch-mozilla_media_libstagefright_frameworks_av_include_media_stagefright_foundation_AString.h @@ -0,0 +1,12 @@ +$NetBSD: patch-mozilla_media_libstagefright_frameworks_av_include_media_stagefright_foundation_AString.h,v 1.1 2016/04/17 18:33:50 ryoon Exp $ + +--- mozilla/media/libstagefright/frameworks/av/include/media/stagefright/foundation/AString.h.orig 2016-04-07 21:33:21.000000000 +0000 ++++ mozilla/media/libstagefright/frameworks/av/include/media/stagefright/foundation/AString.h +@@ -18,6 +18,7 @@ + + #define A_STRING_H_ + ++#include + #include + + namespace stagefright { diff --git a/mail/thunderbird/patches/patch-mozilla_media_libstagefright_frameworks_av_media_libstagefright_foundation_AString.cpp b/mail/thunderbird/patches/patch-mozilla_media_libstagefright_frameworks_av_media_libstagefright_foundation_AString.cpp index c31e52fc2170f..bde1e40da1bbf 100644 --- a/mail/thunderbird/patches/patch-mozilla_media_libstagefright_frameworks_av_media_libstagefright_foundation_AString.cpp +++ b/mail/thunderbird/patches/patch-mozilla_media_libstagefright_frameworks_av_media_libstagefright_foundation_AString.cpp @@ -1,6 +1,6 @@ -$NetBSD: patch-mozilla_media_libstagefright_frameworks_av_media_libstagefright_foundation_AString.cpp,v 1.1 2015/07/09 15:17:34 ryoon Exp $ +$NetBSD: patch-mozilla_media_libstagefright_frameworks_av_media_libstagefright_foundation_AString.cpp,v 1.2 2016/04/17 18:33:50 ryoon Exp $ ---- mozilla/media/libstagefright/frameworks/av/media/libstagefright/foundation/AString.cpp.orig 2015-06-08 17:49:23.000000000 +0000 +--- mozilla/media/libstagefright/frameworks/av/media/libstagefright/foundation/AString.cpp.orig 2016-04-07 21:33:21.000000000 +0000 +++ mozilla/media/libstagefright/frameworks/av/media/libstagefright/foundation/AString.cpp @@ -23,6 +23,17 @@ #include "ADebug.h" diff --git a/mail/thunderbird/patches/patch-mozilla_media_libstagefright_system_core_liblog_fake__log__device.c b/mail/thunderbird/patches/patch-mozilla_media_libstagefright_system_core_liblog_fake__log__device.c index 2a4e267446813..376bc6a620e81 100644 --- a/mail/thunderbird/patches/patch-mozilla_media_libstagefright_system_core_liblog_fake__log__device.c +++ b/mail/thunderbird/patches/patch-mozilla_media_libstagefright_system_core_liblog_fake__log__device.c @@ -1,6 +1,6 @@ -$NetBSD: patch-mozilla_media_libstagefright_system_core_liblog_fake__log__device.c,v 1.1 2015/07/09 15:17:34 ryoon Exp $ +$NetBSD: patch-mozilla_media_libstagefright_system_core_liblog_fake__log__device.c,v 1.2 2016/04/17 18:33:50 ryoon Exp $ ---- mozilla/media/libstagefright/system/core/liblog/fake_log_device.c.orig 2015-06-08 17:49:23.000000000 +0000 +--- mozilla/media/libstagefright/system/core/liblog/fake_log_device.c.orig 2016-04-07 21:33:21.000000000 +0000 +++ mozilla/media/libstagefright/system/core/liblog/fake_log_device.c @@ -231,11 +231,11 @@ static void configureInitialState(const char tagName[kMaxTagLen]; diff --git a/mail/thunderbird/patches/patch-mozilla_media_libstagefright_system_core_liblog_logprint.c b/mail/thunderbird/patches/patch-mozilla_media_libstagefright_system_core_liblog_logprint.c index 5bd93aa838279..76660a0eeca71 100644 --- a/mail/thunderbird/patches/patch-mozilla_media_libstagefright_system_core_liblog_logprint.c +++ b/mail/thunderbird/patches/patch-mozilla_media_libstagefright_system_core_liblog_logprint.c @@ -1,6 +1,6 @@ -$NetBSD: patch-mozilla_media_libstagefright_system_core_liblog_logprint.c,v 1.1 2015/07/09 15:17:34 ryoon Exp $ +$NetBSD: patch-mozilla_media_libstagefright_system_core_liblog_logprint.c,v 1.2 2016/04/17 18:33:50 ryoon Exp $ ---- mozilla/media/libstagefright/system/core/liblog/logprint.c.orig 2015-06-08 17:49:23.000000000 +0000 +--- mozilla/media/libstagefright/system/core/liblog/logprint.c.orig 2016-04-07 21:33:21.000000000 +0000 +++ mozilla/media/libstagefright/system/core/liblog/logprint.c @@ -103,7 +103,7 @@ static android_LogPriority filterCharToP { diff --git a/mail/thunderbird/patches/patch-mozilla_media_libtheora_lib_arm_armcpu.c b/mail/thunderbird/patches/patch-mozilla_media_libtheora_lib_arm_armcpu.c index 25a342c44b63d..fb589f1baefdc 100644 --- a/mail/thunderbird/patches/patch-mozilla_media_libtheora_lib_arm_armcpu.c +++ b/mail/thunderbird/patches/patch-mozilla_media_libtheora_lib_arm_armcpu.c @@ -1,6 +1,6 @@ -$NetBSD: patch-mozilla_media_libtheora_lib_arm_armcpu.c,v 1.1 2015/07/09 15:17:34 ryoon Exp $ +$NetBSD: patch-mozilla_media_libtheora_lib_arm_armcpu.c,v 1.2 2016/04/17 18:33:50 ryoon Exp $ ---- mozilla/media/libtheora/lib/arm/armcpu.c.orig 2015-06-08 17:49:23.000000000 +0000 +--- mozilla/media/libtheora/lib/arm/armcpu.c.orig 2016-04-07 21:33:21.000000000 +0000 +++ mozilla/media/libtheora/lib/arm/armcpu.c @@ -107,6 +107,18 @@ ogg_uint32_t oc_cpu_flags_get(void){ return flags; diff --git a/mail/thunderbird/patches/patch-mozilla_media_libtheora_lib_info.c b/mail/thunderbird/patches/patch-mozilla_media_libtheora_lib_info.c index 50e3c4b954e42..59cda061e09a3 100644 --- a/mail/thunderbird/patches/patch-mozilla_media_libtheora_lib_info.c +++ b/mail/thunderbird/patches/patch-mozilla_media_libtheora_lib_info.c @@ -1,6 +1,6 @@ -$NetBSD: patch-mozilla_media_libtheora_lib_info.c,v 1.1 2015/07/09 15:17:34 ryoon Exp $ +$NetBSD: patch-mozilla_media_libtheora_lib_info.c,v 1.2 2016/04/17 18:33:50 ryoon Exp $ ---- mozilla/media/libtheora/lib/info.c.orig 2015-06-08 17:49:23.000000000 +0000 +--- mozilla/media/libtheora/lib/info.c.orig 2016-04-07 21:33:21.000000000 +0000 +++ mozilla/media/libtheora/lib/info.c @@ -29,7 +29,7 @@ static int oc_tagcompare(const char *_s1,const char *_s2,int _n){ diff --git a/mail/thunderbird/patches/patch-mozilla_media_libtheora_moz.build b/mail/thunderbird/patches/patch-mozilla_media_libtheora_moz.build index e789cb4976edc..f2264daaeff32 100644 --- a/mail/thunderbird/patches/patch-mozilla_media_libtheora_moz.build +++ b/mail/thunderbird/patches/patch-mozilla_media_libtheora_moz.build @@ -1,10 +1,14 @@ -$NetBSD: patch-mozilla_media_libtheora_moz.build,v 1.1 2015/07/09 15:17:34 ryoon Exp $ +$NetBSD: patch-mozilla_media_libtheora_moz.build,v 1.2 2016/04/17 18:33:50 ryoon Exp $ ---- mozilla/media/libtheora/moz.build.orig 2015-06-08 17:49:23.000000000 +0000 +--- mozilla/media/libtheora/moz.build.orig 2016-04-07 21:33:21.000000000 +0000 +++ mozilla/media/libtheora/moz.build -@@ -93,3 +93,5 @@ if CONFIG['GNU_AS']: - if CONFIG['OS_TARGET'] == 'Android': - DEFINES['__linux__'] = True +@@ -21,6 +21,9 @@ FINAL_LIBRARY = 'gkmedias' + # The encoder is currently not included. + DEFINES['THEORA_DISABLE_ENCODE'] = True +if CONFIG['MOZ_NATIVE_OGG']: + CFLAGS += CONFIG['MOZ_OGG_CFLAGS'] ++ + # Suppress warnings in third-party code. + if CONFIG['GNU_CC']: + CFLAGS += ['-Wno-type-limits'] diff --git a/mail/thunderbird/patches/patch-mozilla_media_libtremor_Makefile.in b/mail/thunderbird/patches/patch-mozilla_media_libtremor_Makefile.in index 186c2931aa86b..fab82aed22354 100644 --- a/mail/thunderbird/patches/patch-mozilla_media_libtremor_Makefile.in +++ b/mail/thunderbird/patches/patch-mozilla_media_libtremor_Makefile.in @@ -1,6 +1,6 @@ -$NetBSD: patch-mozilla_media_libtremor_Makefile.in,v 1.1 2014/07/27 20:04:59 ryoon Exp $ +$NetBSD: patch-mozilla_media_libtremor_Makefile.in,v 1.2 2016/04/17 18:33:50 ryoon Exp $ ---- mozilla/media/libtremor/Makefile.in.orig 2014-07-27 06:20:09.000000000 +0000 +--- mozilla/media/libtremor/Makefile.in.orig 2016-04-17 13:47:46.300311547 +0000 +++ mozilla/media/libtremor/Makefile.in @@ -0,0 +1,9 @@ +# This Source Code Form is subject to the terms of the Mozilla Public diff --git a/mail/thunderbird/patches/patch-mozilla_media_libtremor_moz.build b/mail/thunderbird/patches/patch-mozilla_media_libtremor_moz.build index c50e1066a19e6..6bb920ffae189 100644 --- a/mail/thunderbird/patches/patch-mozilla_media_libtremor_moz.build +++ b/mail/thunderbird/patches/patch-mozilla_media_libtremor_moz.build @@ -1,8 +1,8 @@ -$NetBSD: patch-mozilla_media_libtremor_moz.build,v 1.1 2015/07/09 15:17:34 ryoon Exp $ +$NetBSD: patch-mozilla_media_libtremor_moz.build,v 1.2 2016/04/17 18:33:50 ryoon Exp $ ---- mozilla/media/libtremor/moz.build.orig 2015-06-08 17:49:23.000000000 +0000 +--- mozilla/media/libtremor/moz.build.orig 2016-04-07 21:33:21.000000000 +0000 +++ mozilla/media/libtremor/moz.build -@@ -6,3 +6,5 @@ +@@ -9,3 +9,5 @@ with Files('*'): DIRS += ['include/tremor', 'lib'] diff --git a/mail/thunderbird/patches/patch-mozilla_media_libvorbis_Makefile.in b/mail/thunderbird/patches/patch-mozilla_media_libvorbis_Makefile.in index 33cda215ef84c..c9c6cea377410 100644 --- a/mail/thunderbird/patches/patch-mozilla_media_libvorbis_Makefile.in +++ b/mail/thunderbird/patches/patch-mozilla_media_libvorbis_Makefile.in @@ -1,6 +1,6 @@ -$NetBSD: patch-mozilla_media_libvorbis_Makefile.in,v 1.1 2014/07/27 20:04:59 ryoon Exp $ +$NetBSD: patch-mozilla_media_libvorbis_Makefile.in,v 1.2 2016/04/17 18:33:50 ryoon Exp $ ---- mozilla/media/libvorbis/Makefile.in.orig 2014-07-27 06:20:09.000000000 +0000 +--- mozilla/media/libvorbis/Makefile.in.orig 2016-04-17 13:47:46.301306422 +0000 +++ mozilla/media/libvorbis/Makefile.in @@ -0,0 +1,9 @@ +# This Source Code Form is subject to the terms of the Mozilla Public diff --git a/mail/thunderbird/patches/patch-mozilla_media_libvorbis_lib_vorbis__info.c b/mail/thunderbird/patches/patch-mozilla_media_libvorbis_lib_vorbis__info.c index cd47d11cfd24f..202e5c6397f6b 100644 --- a/mail/thunderbird/patches/patch-mozilla_media_libvorbis_lib_vorbis__info.c +++ b/mail/thunderbird/patches/patch-mozilla_media_libvorbis_lib_vorbis__info.c @@ -1,8 +1,8 @@ -$NetBSD: patch-mozilla_media_libvorbis_lib_vorbis__info.c,v 1.1 2015/07/09 15:17:34 ryoon Exp $ +$NetBSD: patch-mozilla_media_libvorbis_lib_vorbis__info.c,v 1.2 2016/04/17 18:33:50 ryoon Exp $ ---- mozilla/media/libvorbis/lib/vorbis_info.c.orig 2015-06-08 17:49:23.000000000 +0000 +--- mozilla/media/libvorbis/lib/vorbis_info.c.orig 2016-04-07 21:33:21.000000000 +0000 +++ mozilla/media/libvorbis/lib/vorbis_info.c -@@ -87,7 +87,7 @@ void vorbis_comment_add_tag(vorbis_comme +@@ -77,7 +77,7 @@ void vorbis_comment_add_tag(vorbis_comme static int tagcompare(const char *s1, const char *s2, int n){ int c=0; while(c < n){ diff --git a/mail/thunderbird/patches/patch-mozilla_media_libvorbis_moz.build b/mail/thunderbird/patches/patch-mozilla_media_libvorbis_moz.build index b87f8d4dcccd6..65593c5535cea 100644 --- a/mail/thunderbird/patches/patch-mozilla_media_libvorbis_moz.build +++ b/mail/thunderbird/patches/patch-mozilla_media_libvorbis_moz.build @@ -1,8 +1,8 @@ -$NetBSD: patch-mozilla_media_libvorbis_moz.build,v 1.1 2015/07/09 15:17:34 ryoon Exp $ +$NetBSD: patch-mozilla_media_libvorbis_moz.build,v 1.2 2016/04/17 18:33:50 ryoon Exp $ ---- mozilla/media/libvorbis/moz.build.orig 2015-06-08 17:49:23.000000000 +0000 +--- mozilla/media/libvorbis/moz.build.orig 2016-04-07 21:33:21.000000000 +0000 +++ mozilla/media/libvorbis/moz.build -@@ -55,3 +55,6 @@ FINAL_LIBRARY = 'gkmedias' +@@ -56,3 +56,6 @@ FINAL_LIBRARY = 'gkmedias' # Suppress warnings in third-party code. if CONFIG['GNU_CC']: CFLAGS += ['-Wno-uninitialized'] diff --git a/mail/thunderbird/patches/patch-mozilla_media_libyuv_include_libyuv_scale__row.h b/mail/thunderbird/patches/patch-mozilla_media_libyuv_include_libyuv_scale__row.h index 697a0a3877644..abab917bfb9b1 100644 --- a/mail/thunderbird/patches/patch-mozilla_media_libyuv_include_libyuv_scale__row.h +++ b/mail/thunderbird/patches/patch-mozilla_media_libyuv_include_libyuv_scale__row.h @@ -1,6 +1,6 @@ -$NetBSD: patch-mozilla_media_libyuv_include_libyuv_scale__row.h,v 1.1 2015/07/09 15:17:34 ryoon Exp $ +$NetBSD: patch-mozilla_media_libyuv_include_libyuv_scale__row.h,v 1.2 2016/04/17 18:33:50 ryoon Exp $ ---- mozilla/media/libyuv/include/libyuv/scale_row.h.orig 2015-06-08 17:49:23.000000000 +0000 +--- mozilla/media/libyuv/include/libyuv/scale_row.h.orig 2016-04-07 21:33:22.000000000 +0000 +++ mozilla/media/libyuv/include/libyuv/scale_row.h @@ -219,10 +219,10 @@ void ScaleARGBFilterCols_SSSE3(uint8* ds void ScaleARGBColsUp2_SSE2(uint8* dst_argb, const uint8* src_argb, diff --git a/mail/thunderbird/patches/patch-mozilla_media_mtransport_third__party_nICEr_src_util_mbslen.c b/mail/thunderbird/patches/patch-mozilla_media_mtransport_third__party_nICEr_src_util_mbslen.c index ca371fc75b96a..f7df8b8e4cd80 100644 --- a/mail/thunderbird/patches/patch-mozilla_media_mtransport_third__party_nICEr_src_util_mbslen.c +++ b/mail/thunderbird/patches/patch-mozilla_media_mtransport_third__party_nICEr_src_util_mbslen.c @@ -1,9 +1,9 @@ -$NetBSD: patch-mozilla_media_mtransport_third__party_nICEr_src_util_mbslen.c,v 1.2 2014/07/27 20:04:59 ryoon Exp $ +$NetBSD: patch-mozilla_media_mtransport_third__party_nICEr_src_util_mbslen.c,v 1.3 2016/04/17 18:33:50 ryoon Exp $ ---- mozilla/media/mtransport/third_party/nICEr/src/util/mbslen.c.orig 2014-07-18 00:05:39.000000000 +0000 +--- mozilla/media/mtransport/third_party/nICEr/src/util/mbslen.c.orig 2016-04-07 21:33:22.000000000 +0000 +++ mozilla/media/mtransport/third_party/nICEr/src/util/mbslen.c -@@ -54,6 +54,13 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE - # endif +@@ -47,6 +47,13 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE + #define HAVE_XLOCALE #endif +#ifdef __DragonFly__ diff --git a/mail/thunderbird/patches/patch-mozilla_media_mtransport_third__party_nrappkit_src_port_generic_include_sys_queue.h b/mail/thunderbird/patches/patch-mozilla_media_mtransport_third__party_nrappkit_src_port_generic_include_sys_queue.h index fb6d33642b6ea..2354370971c2e 100644 --- a/mail/thunderbird/patches/patch-mozilla_media_mtransport_third__party_nrappkit_src_port_generic_include_sys_queue.h +++ b/mail/thunderbird/patches/patch-mozilla_media_mtransport_third__party_nrappkit_src_port_generic_include_sys_queue.h @@ -1,6 +1,6 @@ -$NetBSD: patch-mozilla_media_mtransport_third__party_nrappkit_src_port_generic_include_sys_queue.h,v 1.2 2014/07/27 20:04:59 ryoon Exp $ +$NetBSD: patch-mozilla_media_mtransport_third__party_nrappkit_src_port_generic_include_sys_queue.h,v 1.3 2016/04/17 18:33:50 ryoon Exp $ ---- mozilla/media/mtransport/third_party/nrappkit/src/port/generic/include/sys/queue.h.orig 2014-07-18 00:05:39.000000000 +0000 +--- mozilla/media/mtransport/third_party/nrappkit/src/port/generic/include/sys/queue.h.orig 2016-04-07 21:33:22.000000000 +0000 +++ mozilla/media/mtransport/third_party/nrappkit/src/port/generic/include/sys/queue.h @@ -30,7 +30,13 @@ * $FreeBSD: src/sys/sys/queue.h,v 1.58 2004/04/07 04:19:49 imp Exp $ diff --git a/mail/thunderbird/patches/patch-mozilla_media_openmax__dl_dl_api_armCOMM__s.h b/mail/thunderbird/patches/patch-mozilla_media_openmax__dl_dl_api_armCOMM__s.h new file mode 100644 index 0000000000000..d5b8d328ef350 --- /dev/null +++ b/mail/thunderbird/patches/patch-mozilla_media_openmax__dl_dl_api_armCOMM__s.h @@ -0,0 +1,37 @@ +$NetBSD: patch-mozilla_media_openmax__dl_dl_api_armCOMM__s.h,v 1.1 2016/04/17 18:33:50 ryoon Exp $ + +--- mozilla/media/openmax_dl/dl/api/armCOMM_s.h.orig 2016-04-07 21:33:22.000000000 +0000 ++++ mozilla/media/openmax_dl/dl/api/armCOMM_s.h +@@ -11,6 +11,12 @@ + @// This file was originally licensed as follows. It has been + @// relicensed with permission from the copyright holders. + @// ++ ++#if defined(__ARM_EABI__) && !defined(__ARM_DWARF_EH__) ++#define UNWIND ++#else ++#define UNWIND @ ++#endif + + @// + @// File Name: armCOMM_s.h +@@ -175,7 +181,8 @@ + .object_arch armv4 + .align 2 + \name : +-.fnstart ++ .cfi_startproc ++ UNWIND .fnstart + @ Save specified R registers + _M_GETRREGLIST \rreg + _M_PUSH_RREG +@@ -202,7 +209,8 @@ + .endif + @ Restore any saved R or D registers. + _M_RET +- .fnend ++ UNWIND .fnend ++ .cfi_endproc + .endfunc + @ Reset the global stack tracking variables back to their + @ initial values. diff --git a/mail/thunderbird/patches/patch-mozilla_media_webrtc_signaling_test_common.build b/mail/thunderbird/patches/patch-mozilla_media_webrtc_signaling_test_common.build new file mode 100644 index 0000000000000..3cc1f56a82b45 --- /dev/null +++ b/mail/thunderbird/patches/patch-mozilla_media_webrtc_signaling_test_common.build @@ -0,0 +1,26 @@ +$NetBSD: patch-mozilla_media_webrtc_signaling_test_common.build,v 1.1 2016/04/17 18:33:50 ryoon Exp $ + +--- mozilla/media/webrtc/signaling/test/common.build.orig 2016-04-07 21:33:22.000000000 +0000 ++++ mozilla/media/webrtc/signaling/test/common.build +@@ -99,15 +99,19 @@ if CONFIG['JS_SHARED_LIBRARY']: + + USE_LIBS += ['mozglue'] + ++OS_LIBS += CONFIG['MOZ_LIBV4L2_LIBS'] + OS_LIBS += CONFIG['MOZ_WEBRTC_X11_LIBS'] + OS_LIBS += CONFIG['REALTIME_LIBS'] + +-if CONFIG['MOZ_ALSA']: +- OS_LIBS += CONFIG['MOZ_ALSA_LIBS'] ++if CONFIG['MOZ_OSS']: ++ OS_LIBS += CONFIG['MOZ_OSS_LIBS'] + + if CONFIG['MOZ_NATIVE_JPEG']: + OS_LIBS += CONFIG['MOZ_JPEG_LIBS'] + ++if CONFIG['MOZ_NATIVE_OPUS']: ++ OS_LIBS += CONFIG['MOZ_OPUS_LIBS'] ++ + if CONFIG['MOZ_NATIVE_LIBVPX']: + OS_LIBS += CONFIG['MOZ_LIBVPX_LIBS'] + diff --git a/mail/thunderbird/patches/patch-mozilla_media_webrtc_trunk_webrtc_build_common.gypi b/mail/thunderbird/patches/patch-mozilla_media_webrtc_trunk_webrtc_build_common.gypi index 7f5b409011d2d..e1d1c29c08303 100644 --- a/mail/thunderbird/patches/patch-mozilla_media_webrtc_trunk_webrtc_build_common.gypi +++ b/mail/thunderbird/patches/patch-mozilla_media_webrtc_trunk_webrtc_build_common.gypi @@ -1,8 +1,8 @@ -$NetBSD: patch-mozilla_media_webrtc_trunk_webrtc_build_common.gypi,v 1.2 2014/07/27 20:04:59 ryoon Exp $ +$NetBSD: patch-mozilla_media_webrtc_trunk_webrtc_build_common.gypi,v 1.3 2016/04/17 18:33:50 ryoon Exp $ ---- mozilla/media/webrtc/trunk/webrtc/build/common.gypi.orig 2014-07-18 00:05:42.000000000 +0000 +--- mozilla/media/webrtc/trunk/webrtc/build/common.gypi.orig 2016-04-07 21:33:23.000000000 +0000 +++ mozilla/media/webrtc/trunk/webrtc/build/common.gypi -@@ -256,7 +256,7 @@ +@@ -335,7 +335,7 @@ }], ['OS=="dragonfly" or OS=="netbsd"', { 'defines': [ diff --git a/mail/thunderbird/patches/patch-mozilla_media_webrtc_trunk_webrtc_modules_audio__coding_neteq_neteq.gypi b/mail/thunderbird/patches/patch-mozilla_media_webrtc_trunk_webrtc_modules_audio__coding_neteq_neteq.gypi index ecaa697f6ba33..862326e9b57e6 100644 --- a/mail/thunderbird/patches/patch-mozilla_media_webrtc_trunk_webrtc_modules_audio__coding_neteq_neteq.gypi +++ b/mail/thunderbird/patches/patch-mozilla_media_webrtc_trunk_webrtc_modules_audio__coding_neteq_neteq.gypi @@ -1,8 +1,8 @@ -$NetBSD: patch-mozilla_media_webrtc_trunk_webrtc_modules_audio__coding_neteq_neteq.gypi,v 1.1 2015/07/09 15:17:34 ryoon Exp $ +$NetBSD: patch-mozilla_media_webrtc_trunk_webrtc_modules_audio__coding_neteq_neteq.gypi,v 1.2 2016/04/17 18:33:50 ryoon Exp $ ---- mozilla/media/webrtc/trunk/webrtc/modules/audio_coding/neteq/neteq.gypi.orig 2015-06-08 17:49:24.000000000 +0000 +--- mozilla/media/webrtc/trunk/webrtc/modules/audio_coding/neteq/neteq.gypi.orig 2016-04-07 21:33:23.000000000 +0000 +++ mozilla/media/webrtc/trunk/webrtc/modules/audio_coding/neteq/neteq.gypi -@@ -84,19 +84,11 @@ +@@ -85,19 +85,11 @@ ], }], ['build_with_mozilla==1', { diff --git a/mail/thunderbird/patches/patch-mozilla_media_webrtc_trunk_webrtc_modules_desktop__capture_screen__capturer.cc b/mail/thunderbird/patches/patch-mozilla_media_webrtc_trunk_webrtc_modules_desktop__capture_screen__capturer.cc index 3b2f64517775b..8bf47e42480f9 100644 --- a/mail/thunderbird/patches/patch-mozilla_media_webrtc_trunk_webrtc_modules_desktop__capture_screen__capturer.cc +++ b/mail/thunderbird/patches/patch-mozilla_media_webrtc_trunk_webrtc_modules_desktop__capture_screen__capturer.cc @@ -1,6 +1,6 @@ -$NetBSD: patch-mozilla_media_webrtc_trunk_webrtc_modules_desktop__capture_screen__capturer.cc,v 1.1 2015/07/09 15:17:34 ryoon Exp $ +$NetBSD: patch-mozilla_media_webrtc_trunk_webrtc_modules_desktop__capture_screen__capturer.cc,v 1.2 2016/04/17 18:33:50 ryoon Exp $ ---- mozilla/media/webrtc/trunk/webrtc/modules/desktop_capture/screen_capturer.cc.orig 2015-06-08 17:49:25.000000000 +0000 +--- mozilla/media/webrtc/trunk/webrtc/modules/desktop_capture/screen_capturer.cc.orig 2016-04-07 21:33:24.000000000 +0000 +++ mozilla/media/webrtc/trunk/webrtc/modules/desktop_capture/screen_capturer.cc @@ -18,7 +18,7 @@ ScreenCapturer* ScreenCapturer::Create() return Create(DesktopCaptureOptions::CreateDefault()); diff --git a/mail/thunderbird/patches/patch-mozilla_media_webrtc_trunk_webrtc_modules_desktop__capture_screen__capturer.h b/mail/thunderbird/patches/patch-mozilla_media_webrtc_trunk_webrtc_modules_desktop__capture_screen__capturer.h index 9037405c8e846..c1a656882f581 100644 --- a/mail/thunderbird/patches/patch-mozilla_media_webrtc_trunk_webrtc_modules_desktop__capture_screen__capturer.h +++ b/mail/thunderbird/patches/patch-mozilla_media_webrtc_trunk_webrtc_modules_desktop__capture_screen__capturer.h @@ -1,6 +1,6 @@ -$NetBSD: patch-mozilla_media_webrtc_trunk_webrtc_modules_desktop__capture_screen__capturer.h,v 1.1 2015/07/09 15:17:34 ryoon Exp $ +$NetBSD: patch-mozilla_media_webrtc_trunk_webrtc_modules_desktop__capture_screen__capturer.h,v 1.2 2016/04/17 18:33:50 ryoon Exp $ ---- mozilla/media/webrtc/trunk/webrtc/modules/desktop_capture/screen_capturer.h.orig 2015-06-08 17:49:25.000000000 +0000 +--- mozilla/media/webrtc/trunk/webrtc/modules/desktop_capture/screen_capturer.h.orig 2016-04-07 21:33:24.000000000 +0000 +++ mozilla/media/webrtc/trunk/webrtc/modules/desktop_capture/screen_capturer.h @@ -63,7 +63,7 @@ class ScreenCapturer : public DesktopCap static ScreenCapturer* Create(const DesktopCaptureOptions& options); diff --git a/mail/thunderbird/patches/patch-mozilla_media_webrtc_trunk_webrtc_modules_video__capture_linux_device__info__linux.cc b/mail/thunderbird/patches/patch-mozilla_media_webrtc_trunk_webrtc_modules_video__capture_linux_device__info__linux.cc index 068437b869183..e7ae8c05b7183 100644 --- a/mail/thunderbird/patches/patch-mozilla_media_webrtc_trunk_webrtc_modules_video__capture_linux_device__info__linux.cc +++ b/mail/thunderbird/patches/patch-mozilla_media_webrtc_trunk_webrtc_modules_video__capture_linux_device__info__linux.cc @@ -1,6 +1,6 @@ -$NetBSD: patch-mozilla_media_webrtc_trunk_webrtc_modules_video__capture_linux_device__info__linux.cc,v 1.2 2014/07/27 20:04:59 ryoon Exp $ +$NetBSD: patch-mozilla_media_webrtc_trunk_webrtc_modules_video__capture_linux_device__info__linux.cc,v 1.3 2016/04/17 18:33:50 ryoon Exp $ ---- mozilla/media/webrtc/trunk/webrtc/modules/video_capture/linux/device_info_linux.cc.orig 2014-07-18 00:05:42.000000000 +0000 +--- mozilla/media/webrtc/trunk/webrtc/modules/video_capture/linux/device_info_linux.cc.orig 2016-04-07 21:33:24.000000000 +0000 +++ mozilla/media/webrtc/trunk/webrtc/modules/video_capture/linux/device_info_linux.cc @@ -25,10 +25,21 @@ #else diff --git a/mail/thunderbird/patches/patch-mozilla_media_webrtc_trunk_webrtc_modules_video__capture_linux_video__capture__linux.cc b/mail/thunderbird/patches/patch-mozilla_media_webrtc_trunk_webrtc_modules_video__capture_linux_video__capture__linux.cc index 17b6db4e23589..df4ee284b69a2 100644 --- a/mail/thunderbird/patches/patch-mozilla_media_webrtc_trunk_webrtc_modules_video__capture_linux_video__capture__linux.cc +++ b/mail/thunderbird/patches/patch-mozilla_media_webrtc_trunk_webrtc_modules_video__capture_linux_video__capture__linux.cc @@ -1,6 +1,6 @@ -$NetBSD: patch-mozilla_media_webrtc_trunk_webrtc_modules_video__capture_linux_video__capture__linux.cc,v 1.2 2014/07/27 20:04:59 ryoon Exp $ +$NetBSD: patch-mozilla_media_webrtc_trunk_webrtc_modules_video__capture_linux_video__capture__linux.cc,v 1.3 2016/04/17 18:33:50 ryoon Exp $ ---- mozilla/media/webrtc/trunk/webrtc/modules/video_capture/linux/video_capture_linux.cc.orig 2014-07-18 00:05:42.000000000 +0000 +--- mozilla/media/webrtc/trunk/webrtc/modules/video_capture/linux/video_capture_linux.cc.orig 2016-04-07 21:33:24.000000000 +0000 +++ mozilla/media/webrtc/trunk/webrtc/modules/video_capture/linux/video_capture_linux.cc @@ -25,6 +25,9 @@ #else @@ -12,8 +12,8 @@ #include -@@ -34,6 +37,15 @@ - #include "webrtc/system_wrappers/interface/thread_wrapper.h" +@@ -33,6 +36,15 @@ + #include "webrtc/system_wrappers/interface/ref_count.h" #include "webrtc/system_wrappers/interface/trace.h" +#ifdef HAVE_LIBV4L2 diff --git a/mail/thunderbird/patches/patch-mozilla_media_webrtc_trunk_webrtc_modules_video__capture_video__capture.gypi b/mail/thunderbird/patches/patch-mozilla_media_webrtc_trunk_webrtc_modules_video__capture_video__capture.gypi index 1d8c696c8c3e0..ec8ce153b2b88 100644 --- a/mail/thunderbird/patches/patch-mozilla_media_webrtc_trunk_webrtc_modules_video__capture_video__capture.gypi +++ b/mail/thunderbird/patches/patch-mozilla_media_webrtc_trunk_webrtc_modules_video__capture_video__capture.gypi @@ -1,6 +1,6 @@ -$NetBSD: patch-mozilla_media_webrtc_trunk_webrtc_modules_video__capture_video__capture.gypi,v 1.2 2015/07/09 15:17:34 ryoon Exp $ +$NetBSD: patch-mozilla_media_webrtc_trunk_webrtc_modules_video__capture_video__capture.gypi,v 1.3 2016/04/17 18:33:50 ryoon Exp $ ---- mozilla/media/webrtc/trunk/webrtc/modules/video_capture/video_capture.gypi.orig 2015-06-08 17:49:25.000000000 +0000 +--- mozilla/media/webrtc/trunk/webrtc/modules/video_capture/video_capture.gypi.orig 2016-04-07 21:33:24.000000000 +0000 +++ mozilla/media/webrtc/trunk/webrtc/modules/video_capture/video_capture.gypi @@ -7,6 +7,9 @@ # be found in the AUTHORS file in the root of the source tree. @@ -12,10 +12,12 @@ $NetBSD: patch-mozilla_media_webrtc_trunk_webrtc_modules_video__capture_video__c 'targets': [ { # Note this library is missing an implementation for the video capture. -@@ -69,6 +72,19 @@ - 'linux/video_capture_linux.cc', - 'linux/video_capture_linux.h', +@@ -64,8 +67,32 @@ + 'video_capture_module', + '<(webrtc_root)/common.gyp:webrtc_common', ], +- 'cflags_mozilla': [ +- '$(NSPR_CFLAGS)', + 'conditions': [ + ['use_libv4l2==1', { + 'defines': [ @@ -29,6 +31,19 @@ $NetBSD: patch-mozilla_media_webrtc_trunk_webrtc_modules_video__capture_video__c + ], + }], + ], - }], # linux - ['OS=="mac"', { - 'sources': [ ++ }], # linux ++ ['OS=="mac"', { ++ 'sources': [ ++ 'mac/qtkit/video_capture_qtkit.h', ++ 'mac/qtkit/video_capture_qtkit.mm', ++ 'mac/qtkit/video_capture_qtkit_info.h', ++ 'mac/qtkit/video_capture_qtkit_info.mm', ++ 'mac/qtkit/video_capture_qtkit_info_objc.h', ++ 'mac/qtkit/video_capture_qtkit_info_objc.mm', ++ 'mac/qtkit/video_capture_qtkit_objc.h', ++ 'mac/qtkit/video_capture_qtkit_objc.mm', ++ 'mac/qtkit/video_capture_qtkit_utility.h', ++ 'mac/video_capture_mac.mm', + ], + 'conditions': [ + ['include_v4l2_video_capture==1', { diff --git a/mail/thunderbird/patches/patch-mozilla_media_webrtc_trunk_webrtc_system__wrappers_source_spreadsortlib_spreadsort.hpp b/mail/thunderbird/patches/patch-mozilla_media_webrtc_trunk_webrtc_system__wrappers_source_spreadsortlib_spreadsort.hpp index 44ddf443d3dd3..7fdbc688d48c2 100644 --- a/mail/thunderbird/patches/patch-mozilla_media_webrtc_trunk_webrtc_system__wrappers_source_spreadsortlib_spreadsort.hpp +++ b/mail/thunderbird/patches/patch-mozilla_media_webrtc_trunk_webrtc_system__wrappers_source_spreadsortlib_spreadsort.hpp @@ -1,6 +1,6 @@ -$NetBSD: patch-mozilla_media_webrtc_trunk_webrtc_system__wrappers_source_spreadsortlib_spreadsort.hpp,v 1.3 2015/07/09 15:17:34 ryoon Exp $ +$NetBSD: patch-mozilla_media_webrtc_trunk_webrtc_system__wrappers_source_spreadsortlib_spreadsort.hpp,v 1.4 2016/04/17 18:33:50 ryoon Exp $ ---- mozilla/media/webrtc/trunk/webrtc/system_wrappers/source/spreadsortlib/spreadsort.hpp.orig 2015-06-08 17:49:25.000000000 +0000 +--- mozilla/media/webrtc/trunk/webrtc/system_wrappers/source/spreadsortlib/spreadsort.hpp.orig 2016-04-07 21:33:24.000000000 +0000 +++ mozilla/media/webrtc/trunk/webrtc/system_wrappers/source/spreadsortlib/spreadsort.hpp @@ -14,6 +14,13 @@ Cygwin fix provided by: Scott McMurray @@ -16,7 +16,7 @@ #ifndef BOOST_SPREAD_SORT_H #define BOOST_SPREAD_SORT_H #include -@@ -21,6 +28,13 @@ Scott McMurray +@@ -21,10 +28,24 @@ Scott McMurray #include #include "webrtc/system_wrappers/source/spreadsortlib/constants.hpp" @@ -30,3 +30,14 @@ #ifdef getchar #undef getchar #endif + ++#ifdef __FreeBSD__ ++# include ++# if __FreeBSD_version < 900506 ++# define getchar boost_getchar ++# endif ++#endif ++ + namespace boost { + namespace detail { + //This only works on unsigned data types diff --git a/mail/thunderbird/patches/patch-mozilla_memory_build_mozjemalloc__compat.c b/mail/thunderbird/patches/patch-mozilla_memory_build_mozjemalloc__compat.c index bbe91049b929c..7b6974e511290 100644 --- a/mail/thunderbird/patches/patch-mozilla_memory_build_mozjemalloc__compat.c +++ b/mail/thunderbird/patches/patch-mozilla_memory_build_mozjemalloc__compat.c @@ -1,9 +1,9 @@ -$NetBSD: patch-mozilla_memory_build_mozjemalloc__compat.c,v 1.1 2015/07/09 15:17:34 ryoon Exp $ +$NetBSD: patch-mozilla_memory_build_mozjemalloc__compat.c,v 1.2 2016/04/17 18:33:50 ryoon Exp $ ---- mozilla/memory/build/mozjemalloc_compat.c.orig 2015-06-08 17:49:26.000000000 +0000 +--- mozilla/memory/build/mozjemalloc_compat.c.orig 2016-04-07 21:33:25.000000000 +0000 +++ mozilla/memory/build/mozjemalloc_compat.c -@@ -131,6 +131,48 @@ compute_bin_unused(unsigned int narenas) - return bin_unused; +@@ -131,6 +131,48 @@ compute_bin_unused_and_bookkeeping(jemal + stats->bin_unused = bin_unused; } +static size_t diff --git a/mail/thunderbird/patches/patch-mozilla_memory_jemalloc_src_configure b/mail/thunderbird/patches/patch-mozilla_memory_jemalloc_src_configure deleted file mode 100644 index 8602ac2847d80..0000000000000 --- a/mail/thunderbird/patches/patch-mozilla_memory_jemalloc_src_configure +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-mozilla_memory_jemalloc_src_configure,v 1.1 2015/07/09 15:17:34 ryoon Exp $ - ---- mozilla/memory/jemalloc/src/configure.orig 2015-06-08 17:49:26.000000000 +0000 -+++ mozilla/memory/jemalloc/src/configure -@@ -6566,7 +6566,7 @@ else - LG_PAGE="detect" - fi - --if test "x$LG_PAGE" == "xdetect"; then -+if test "x$LG_PAGE" = "xdetect"; then - { $as_echo "$as_me:${as_lineno-$LINENO}: checking LG_PAGE" >&5 - $as_echo_n "checking LG_PAGE... " >&6; } - if ${je_cv_lg_page+:} false; then : diff --git a/mail/thunderbird/patches/patch-mozilla_memory_mozalloc_mozalloc__abort.cpp b/mail/thunderbird/patches/patch-mozilla_memory_mozalloc_mozalloc__abort.cpp index ce15dd6102783..cc6269a99129f 100644 --- a/mail/thunderbird/patches/patch-mozilla_memory_mozalloc_mozalloc__abort.cpp +++ b/mail/thunderbird/patches/patch-mozilla_memory_mozalloc_mozalloc__abort.cpp @@ -1,11 +1,11 @@ -$NetBSD: patch-mozilla_memory_mozalloc_mozalloc__abort.cpp,v 1.2 2015/07/09 15:17:34 ryoon Exp $ +$NetBSD: patch-mozilla_memory_mozalloc_mozalloc__abort.cpp,v 1.3 2016/04/17 18:33:50 ryoon Exp $ ---- mozilla/memory/mozalloc/mozalloc_abort.cpp.orig 2015-06-08 17:49:26.000000000 +0000 +--- mozilla/memory/mozalloc/mozalloc_abort.cpp.orig 2016-04-07 21:33:25.000000000 +0000 +++ mozilla/memory/mozalloc/mozalloc_abort.cpp -@@ -63,7 +63,11 @@ void fillAbortMessage(char (&msg)[N], ui - // Define abort() here, so that it is used instead of the system abort(). This - // lets us control the behavior when aborting, in order to get better results - // on *NIX platforms. See mozalloc_abort for details. +@@ -68,7 +68,11 @@ void fillAbortMessage(char (&msg)[N], ui + // + // That segmentation fault will be interpreted as another bug by ASan and as a + // result, ASan will just exit(1) instead of aborting. +#if defined(SOLARIS) +void std::abort(void) +#else diff --git a/mail/thunderbird/patches/patch-mozilla_memory_volatile_VolatileBufferOSX.cpp b/mail/thunderbird/patches/patch-mozilla_memory_volatile_VolatileBufferOSX.cpp index 4c5264ce53d44..d3217aa9d8710 100644 --- a/mail/thunderbird/patches/patch-mozilla_memory_volatile_VolatileBufferOSX.cpp +++ b/mail/thunderbird/patches/patch-mozilla_memory_volatile_VolatileBufferOSX.cpp @@ -1,6 +1,6 @@ -$NetBSD: patch-mozilla_memory_volatile_VolatileBufferOSX.cpp,v 1.1 2015/07/09 15:17:34 ryoon Exp $ +$NetBSD: patch-mozilla_memory_volatile_VolatileBufferOSX.cpp,v 1.2 2016/04/17 18:33:50 ryoon Exp $ ---- mozilla/memory/volatile/VolatileBufferOSX.cpp.orig 2015-06-08 17:49:26.000000000 +0000 +--- mozilla/memory/volatile/VolatileBufferOSX.cpp.orig 2016-04-07 21:33:25.000000000 +0000 +++ mozilla/memory/volatile/VolatileBufferOSX.cpp @@ -47,7 +47,14 @@ VolatileBuffer::Init(size_t aSize, size_ } diff --git a/mail/thunderbird/patches/patch-mozilla_mfbt_Alignment.h b/mail/thunderbird/patches/patch-mozilla_mfbt_Alignment.h deleted file mode 100644 index 77dc48807947c..0000000000000 --- a/mail/thunderbird/patches/patch-mozilla_mfbt_Alignment.h +++ /dev/null @@ -1,45 +0,0 @@ -$NetBSD: patch-mozilla_mfbt_Alignment.h,v 1.1 2014/07/27 20:04:59 ryoon Exp $ - ---- mozilla/mfbt/Alignment.h.orig 2014-07-18 00:05:43.000000000 +0000 -+++ mozilla/mfbt/Alignment.h -@@ -9,11 +9,20 @@ - #ifndef mozilla_Alignment_h - #define mozilla_Alignment_h - -+#include "mozilla/Attributes.h" -+ - #include - #include - - namespace mozilla { - -+#if defined(MOZ_HAVE_CXX11_ALIGNAS) -+#define MOZ_ALIGNOF(T) alignof(T) -+#elif defined(__GNUC__) -+#define MOZ_ALIGNOF(T) __alignof__(T) -+#elif defined(_MSC_VER) -+#define MOZ_ALIGNOF(T) __alignof(T) -+#else - /* - * This class, and the corresponding macro MOZ_ALIGNOF, figures out how many - * bytes of alignment a given type needs. -@@ -32,6 +41,7 @@ class AlignmentFinder - }; - - #define MOZ_ALIGNOF(T) mozilla::AlignmentFinder::alignment -+#endif - - /* - * Declare the MOZ_ALIGNED_DECL macro for declaring aligned types. -@@ -43,7 +53,10 @@ class AlignmentFinder - * will declare a two-character array |arr| aligned to 8 bytes. - */ - --#if defined(__GNUC__) -+#if defined(MOZ_HAVE_CXX11_ALIGNAS) -+# define MOZ_ALIGNED_DECL(_type, _align) \ -+ alignas(_align) _type -+#elif defined(__GNUC__) - # define MOZ_ALIGNED_DECL(_type, _align) \ - _type __attribute__((aligned(_align))) - #elif defined(_MSC_VER) diff --git a/mail/thunderbird/patches/patch-mozilla_mfbt_Attributes.h b/mail/thunderbird/patches/patch-mozilla_mfbt_Attributes.h index d828dfb6d20f3..3a7b929ffbb79 100644 --- a/mail/thunderbird/patches/patch-mozilla_mfbt_Attributes.h +++ b/mail/thunderbird/patches/patch-mozilla_mfbt_Attributes.h @@ -1,6 +1,6 @@ -$NetBSD: patch-mozilla_mfbt_Attributes.h,v 1.2 2015/07/09 15:17:34 ryoon Exp $ +$NetBSD: patch-mozilla_mfbt_Attributes.h,v 1.3 2016/04/17 18:33:50 ryoon Exp $ ---- mozilla/mfbt/Attributes.h.orig 2015-06-08 17:49:26.000000000 +0000 +--- mozilla/mfbt/Attributes.h.orig 2016-04-07 21:33:25.000000000 +0000 +++ mozilla/mfbt/Attributes.h @@ -50,6 +50,7 @@ * don't indicate support for them here, due to @@ -9,8 +9,8 @@ +# define MOZ_HAVE_CXX11_ALIGNAS # define MOZ_HAVE_NEVER_INLINE __declspec(noinline) # define MOZ_HAVE_NORETURN __declspec(noreturn) - # ifdef __clang__ -@@ -70,6 +71,9 @@ + # if _MSC_VER >= 1900 +@@ -75,6 +76,9 @@ # ifndef __has_extension # define __has_extension __has_feature /* compatibility, for older versions of clang */ # endif @@ -20,13 +20,11 @@ # if __has_extension(cxx_constexpr) # define MOZ_HAVE_CXX11_CONSTEXPR # endif -@@ -84,6 +88,9 @@ - # endif - #elif defined(__GNUC__) +@@ -91,6 +95,7 @@ # if defined(__GXX_EXPERIMENTAL_CXX0X__) || __cplusplus >= 201103L -+# if MOZ_GCC_VERSION_AT_LEAST(4, 8, 0) + # define MOZ_HAVE_CXX11_CONSTEXPR + # if MOZ_GCC_VERSION_AT_LEAST(4, 8, 0) +# define MOZ_HAVE_CXX11_ALIGNAS -+# endif - # define MOZ_HAVE_CXX11_CONSTEXPR - # define MOZ_HAVE_EXPLICIT_CONVERSION - # endif + # define MOZ_HAVE_CXX11_CONSTEXPR_IN_TEMPLATES + # endif + # define MOZ_HAVE_EXPLICIT_CONVERSION diff --git a/mail/thunderbird/patches/patch-mozilla_mfbt_Poison.cpp b/mail/thunderbird/patches/patch-mozilla_mfbt_Poison.cpp index 462b996257b20..6c2650bb7877c 100644 --- a/mail/thunderbird/patches/patch-mozilla_mfbt_Poison.cpp +++ b/mail/thunderbird/patches/patch-mozilla_mfbt_Poison.cpp @@ -1,6 +1,6 @@ -$NetBSD: patch-mozilla_mfbt_Poison.cpp,v 1.2 2015/07/09 15:17:34 ryoon Exp $ +$NetBSD: patch-mozilla_mfbt_Poison.cpp,v 1.3 2016/04/17 18:33:50 ryoon Exp $ ---- mozilla/mfbt/Poison.cpp.orig 2015-06-08 17:49:26.000000000 +0000 +--- mozilla/mfbt/Poison.cpp.orig 2016-04-07 21:33:25.000000000 +0000 +++ mozilla/mfbt/Poison.cpp @@ -129,7 +129,11 @@ ReleaseRegion(void* aRegion, uintptr_t a static bool diff --git a/mail/thunderbird/patches/patch-mozilla_modules_libjar_nsZipArchive.cpp b/mail/thunderbird/patches/patch-mozilla_modules_libjar_nsZipArchive.cpp index f8e9df04bd6b6..6312d62f9450a 100644 --- a/mail/thunderbird/patches/patch-mozilla_modules_libjar_nsZipArchive.cpp +++ b/mail/thunderbird/patches/patch-mozilla_modules_libjar_nsZipArchive.cpp @@ -1,8 +1,8 @@ -$NetBSD: patch-mozilla_modules_libjar_nsZipArchive.cpp,v 1.1 2013/11/12 20:50:51 ryoon Exp $ +$NetBSD: patch-mozilla_modules_libjar_nsZipArchive.cpp,v 1.2 2016/04/17 18:33:50 ryoon Exp $ ---- mozilla/modules/libjar/nsZipArchive.cpp.orig 2013-10-23 22:09:14.000000000 +0000 +--- mozilla/modules/libjar/nsZipArchive.cpp.orig 2016-04-07 21:33:29.000000000 +0000 +++ mozilla/modules/libjar/nsZipArchive.cpp -@@ -590,7 +590,9 @@ MOZ_WIN_MEM_TRY_BEGIN +@@ -626,7 +626,9 @@ MOZ_WIN_MEM_TRY_BEGIN // Success means optimized jar layout from bug 559961 is in effect uint32_t readaheadLength = xtolong(startp); if (readaheadLength) { diff --git a/mail/thunderbird/patches/patch-mozilla_modules_libpref_init_all.js b/mail/thunderbird/patches/patch-mozilla_modules_libpref_init_all.js new file mode 100644 index 0000000000000..3f0b05c0929ca --- /dev/null +++ b/mail/thunderbird/patches/patch-mozilla_modules_libpref_init_all.js @@ -0,0 +1,13 @@ +$NetBSD: patch-mozilla_modules_libpref_init_all.js,v 1.1 2016/04/17 18:33:50 ryoon Exp $ + +--- mozilla/modules/libpref/init/all.js.orig 2016-04-07 21:33:29.000000000 +0000 ++++ mozilla/modules/libpref/init/all.js +@@ -4332,7 +4332,7 @@ pref("layers.max-active", -1); + pref("layers.tiles.adjust", true); + + // Set the default values, and then override per-platform as needed +-pref("layers.offmainthreadcomposition.enabled", true); ++pref("layers.offmainthreadcomposition.enabled", false); + // Compositor target frame rate. NOTE: If vsync is enabled the compositor + // frame rate will still be capped. + // -1 -> default (match layout.frame_rate or 60 FPS) diff --git a/mail/thunderbird/patches/patch-mozilla_mozglue_build_arm.cpp b/mail/thunderbird/patches/patch-mozilla_mozglue_build_arm.cpp new file mode 100644 index 0000000000000..e74d5c77e341a --- /dev/null +++ b/mail/thunderbird/patches/patch-mozilla_mozglue_build_arm.cpp @@ -0,0 +1,57 @@ +$NetBSD: patch-mozilla_mozglue_build_arm.cpp,v 1.1 2016/04/17 18:33:50 ryoon Exp $ + +--- mozilla/mozglue/build/arm.cpp.orig 2016-04-07 21:33:29.000000000 +0000 ++++ mozilla/mozglue/build/arm.cpp +@@ -102,10 +102,13 @@ check_neon(void) + } + # endif // !MOZILLA_PRESUME_NEON + +-# elif defined(__linux__) || defined(ANDROID) ++# elif defined(__linux__) || defined(ANDROID) || defined(__NetBSD__) + # include + # include + # include ++# if defined(__NetBSD__) ++# include ++# endif + + enum{ + MOZILLA_HAS_EDSP_FLAG=1, +@@ -114,6 +117,29 @@ enum{ + MOZILLA_HAS_NEON_FLAG=8 + }; + ++# if defined(__NetBSD__) ++static unsigned ++get_arm_cpu_flags(void) ++{ ++ unsigned flags = 0; ++ size_t len; ++ int flag; ++ ++ len = sizeof(flag); ++ if (sysctlbyname("machdep.simdex_present", &flag, &len, NULL, 0) == 0 && flag) { ++ flags |= MOZILLA_HAS_ARMV6_FLAG; ++ flags |= MOZILLA_HAS_EDSP_FLAG; ++ } ++ ++ len = sizeof(flag); ++ if (sysctlbyname("machdep.neon_present", &flag, &len, NULL, 0) == 0 && flag) { ++ flags |= MOZILLA_HAS_ARMV7_FLAG; ++ flags |= MOZILLA_HAS_NEON_FLAG; ++ } ++ ++ return flags; ++} ++# else + static unsigned + get_arm_cpu_flags(void) + { +@@ -178,6 +204,7 @@ get_arm_cpu_flags(void) + } + return flags; + } ++# endif + + // Cache a local copy so we only have to read /proc/cpuinfo once. + static unsigned arm_cpu_flags = get_arm_cpu_flags(); diff --git a/mail/thunderbird/patches/patch-mozilla_mozglue_build_arm.h b/mail/thunderbird/patches/patch-mozilla_mozglue_build_arm.h new file mode 100644 index 0000000000000..f274ae1bdccc6 --- /dev/null +++ b/mail/thunderbird/patches/patch-mozilla_mozglue_build_arm.h @@ -0,0 +1,13 @@ +$NetBSD: patch-mozilla_mozglue_build_arm.h,v 1.1 2016/04/17 18:33:50 ryoon Exp $ + +--- mozilla/mozglue/build/arm.h.orig 2016-04-07 21:33:29.000000000 +0000 ++++ mozilla/mozglue/build/arm.h +@@ -76,7 +76,7 @@ + # endif + + // Currently we only have CPU detection for Linux via /proc/cpuinfo +-# if defined(__linux__) || defined(ANDROID) ++# if defined(__linux__) || defined(ANDROID) || defined(__NetBSD__) + # define MOZILLA_ARM_HAVE_CPUID_DETECTION 1 + # endif + diff --git a/mail/thunderbird/patches/patch-mozilla_netwerk_dns_moz.build b/mail/thunderbird/patches/patch-mozilla_netwerk_dns_moz.build index b08e1ef8ea807..e260aec39e53d 100644 --- a/mail/thunderbird/patches/patch-mozilla_netwerk_dns_moz.build +++ b/mail/thunderbird/patches/patch-mozilla_netwerk_dns_moz.build @@ -1,8 +1,8 @@ -$NetBSD: patch-mozilla_netwerk_dns_moz.build,v 1.1 2015/07/09 15:17:34 ryoon Exp $ +$NetBSD: patch-mozilla_netwerk_dns_moz.build,v 1.2 2016/04/17 18:33:50 ryoon Exp $ ---- mozilla/netwerk/dns/moz.build.orig 2015-06-08 17:49:29.000000000 +0000 +--- mozilla/netwerk/dns/moz.build.orig 2016-04-07 21:33:29.000000000 +0000 +++ mozilla/netwerk/dns/moz.build -@@ -68,5 +68,8 @@ LOCAL_INCLUDES += [ +@@ -66,6 +66,9 @@ LOCAL_INCLUDES += [ '/netwerk/base', ] @@ -10,4 +10,5 @@ $NetBSD: patch-mozilla_netwerk_dns_moz.build,v 1.1 2015/07/09 15:17:34 ryoon Exp + CXXFLAGS += CONFIG['MOZ_HARFBUZZ_CFLAGS'] + if CONFIG['MOZ_WIDGET_TOOLKIT'] == 'gonk' and CONFIG['ANDROID_VERSION'] > '19': - CXXFLAGS += ['-I%s/bionic/libc/dns/include' % CONFIG['ANDROID_SOURCE']] + LOCAL_INCLUDES += ['%' + '%s/bionic/libc/dns/include' % CONFIG['ANDROID_SOURCE']] + diff --git a/mail/thunderbird/patches/patch-mozilla_storage_SQLiteMutex.h b/mail/thunderbird/patches/patch-mozilla_storage_SQLiteMutex.h new file mode 100644 index 0000000000000..ac15b742ae8c5 --- /dev/null +++ b/mail/thunderbird/patches/patch-mozilla_storage_SQLiteMutex.h @@ -0,0 +1,24 @@ +$NetBSD: patch-mozilla_storage_SQLiteMutex.h,v 1.1 2016/04/17 18:33:50 ryoon Exp $ + +--- mozilla/storage/SQLiteMutex.h.orig 2016-04-07 21:33:16.000000000 +0000 ++++ mozilla/storage/SQLiteMutex.h +@@ -107,15 +107,19 @@ public: + void assertCurrentThreadOwns() + { + NS_ASSERTION(mMutex, "No mutex associated with this wrapper!"); ++#if 0 + NS_ASSERTION(sqlite3_mutex_held(mMutex), + "Mutex is not held, but we expect it to be!"); ++#endif + } + + void assertNotCurrentThreadOwns() + { + NS_ASSERTION(mMutex, "No mutex associated with this wrapper!"); ++#if 0 + NS_ASSERTION(sqlite3_mutex_notheld(mMutex), + "Mutex is held, but we expect it to not be!"); ++#endif + } + #endif // ifndef DEBUG + diff --git a/mail/thunderbird/patches/patch-mozilla_toolkit_components_protobuf_src_google_protobuf_stubs_atomicops.h b/mail/thunderbird/patches/patch-mozilla_toolkit_components_protobuf_src_google_protobuf_stubs_atomicops.h new file mode 100644 index 0000000000000..4cf21e221ae5f --- /dev/null +++ b/mail/thunderbird/patches/patch-mozilla_toolkit_components_protobuf_src_google_protobuf_stubs_atomicops.h @@ -0,0 +1,20 @@ +$NetBSD: patch-mozilla_toolkit_components_protobuf_src_google_protobuf_stubs_atomicops.h,v 1.1 2016/04/17 18:33:50 ryoon Exp $ + +--- mozilla/toolkit/components/protobuf/src/google/protobuf/stubs/atomicops.h.orig 2016-04-07 21:33:32.000000000 +0000 ++++ mozilla/toolkit/components/protobuf/src/google/protobuf/stubs/atomicops.h +@@ -76,9 +76,15 @@ typedef intptr_t Atomic64; + #endif + #endif + ++#if defined(__NetBSD__) && defined(__arm__) ++// NetBSD/arm uses long for intptr_t, which fails -fpermissive checks. So ++// explicitly use int32 here instead. ++typedef int32 AtomicWord; ++#else + // Use AtomicWord for a machine-sized pointer. It will use the Atomic32 or + // Atomic64 routines below, depending on your architecture. + typedef intptr_t AtomicWord; ++#endif + + // Atomically execute: + // result = *ptr; diff --git a/mail/thunderbird/patches/patch-mozilla_toolkit_components_protobuf_src_google_protobuf_stubs_platform__macros.h b/mail/thunderbird/patches/patch-mozilla_toolkit_components_protobuf_src_google_protobuf_stubs_platform__macros.h new file mode 100644 index 0000000000000..c38d7ad664faf --- /dev/null +++ b/mail/thunderbird/patches/patch-mozilla_toolkit_components_protobuf_src_google_protobuf_stubs_platform__macros.h @@ -0,0 +1,13 @@ +$NetBSD: patch-mozilla_toolkit_components_protobuf_src_google_protobuf_stubs_platform__macros.h,v 1.1 2016/04/17 18:33:50 ryoon Exp $ + +--- mozilla/toolkit/components/protobuf/src/google/protobuf/stubs/platform_macros.h.orig 2016-04-07 21:33:32.000000000 +0000 ++++ mozilla/toolkit/components/protobuf/src/google/protobuf/stubs/platform_macros.h +@@ -67,7 +67,7 @@ + #define GOOGLE_PROTOBUF_ARCH_32_BIT 1 + #elif defined(sparc) + #define GOOGLE_PROTOBUF_ARCH_SPARC 1 +-#ifdef SOLARIS_64BIT_ENABLED ++#if (defined(sun) && defined(SOLARIS_64BIT_ENABLED)) || __LP64__ + #define GOOGLE_PROTOBUF_ARCH_64_BIT 1 + #else + #define GOOGLE_PROTOBUF_ARCH_32_BIT 1 diff --git a/mail/thunderbird/patches/patch-mozilla_toolkit_library_moz.build b/mail/thunderbird/patches/patch-mozilla_toolkit_library_moz.build index cb636babbdde8..141128dc09165 100644 --- a/mail/thunderbird/patches/patch-mozilla_toolkit_library_moz.build +++ b/mail/thunderbird/patches/patch-mozilla_toolkit_library_moz.build @@ -1,8 +1,8 @@ -$NetBSD: patch-mozilla_toolkit_library_moz.build,v 1.1 2015/07/09 15:17:34 ryoon Exp $ +$NetBSD: patch-mozilla_toolkit_library_moz.build,v 1.2 2016/04/17 18:33:50 ryoon Exp $ ---- mozilla/toolkit/library/moz.build.orig 2015-06-08 17:49:31.000000000 +0000 +--- mozilla/toolkit/library/moz.build.orig 2016-04-07 21:33:33.000000000 +0000 +++ mozilla/toolkit/library/moz.build -@@ -214,6 +214,7 @@ if CONFIG['OS_ARCH'] == 'Linux' and CONF +@@ -211,6 +211,7 @@ if CONFIG['OS_ARCH'] == 'Linux' and CONF ] OS_LIBS += CONFIG['MOZ_CAIRO_OSLIBS'] @@ -10,7 +10,7 @@ $NetBSD: patch-mozilla_toolkit_library_moz.build,v 1.1 2015/07/09 15:17:34 ryoon OS_LIBS += CONFIG['MOZ_WEBRTC_X11_LIBS'] if CONFIG['MOZ_NATIVE_JPEG']: -@@ -225,6 +226,30 @@ if CONFIG['MOZ_NATIVE_PNG']: +@@ -222,6 +223,30 @@ if CONFIG['MOZ_NATIVE_PNG']: if CONFIG['MOZ_NATIVE_HUNSPELL']: OS_LIBS += CONFIG['MOZ_HUNSPELL_LIBS'] @@ -41,7 +41,7 @@ $NetBSD: patch-mozilla_toolkit_library_moz.build,v 1.1 2015/07/09 15:17:34 ryoon if CONFIG['MOZ_NATIVE_LIBEVENT']: OS_LIBS += CONFIG['MOZ_LIBEVENT_LIBS'] -@@ -234,8 +259,14 @@ if CONFIG['MOZ_NATIVE_LIBVPX']: +@@ -231,8 +256,14 @@ if CONFIG['MOZ_NATIVE_LIBVPX']: if not CONFIG['MOZ_TREE_PIXMAN']: OS_LIBS += CONFIG['MOZ_PIXMAN_LIBS'] @@ -58,7 +58,7 @@ $NetBSD: patch-mozilla_toolkit_library_moz.build,v 1.1 2015/07/09 15:17:34 ryoon if CONFIG['HAVE_CLOCK_MONOTONIC']: OS_LIBS += CONFIG['REALTIME_LIBS'] -@@ -365,7 +396,7 @@ if CONFIG['OS_ARCH'] == 'WINNT': +@@ -368,7 +399,7 @@ if CONFIG['OS_ARCH'] == 'WINNT': if CONFIG['MOZ_ENABLE_QT']: OS_LIBS += CONFIG['XEXT_LIBS'] diff --git a/mail/thunderbird/patches/patch-mozilla_toolkit_mozapps_installer_packager.mk b/mail/thunderbird/patches/patch-mozilla_toolkit_mozapps_installer_packager.mk new file mode 100644 index 0000000000000..81b4c822caca2 --- /dev/null +++ b/mail/thunderbird/patches/patch-mozilla_toolkit_mozapps_installer_packager.mk @@ -0,0 +1,13 @@ +$NetBSD: patch-mozilla_toolkit_mozapps_installer_packager.mk,v 1.1 2016/04/17 18:33:50 ryoon Exp $ + +--- mozilla/toolkit/mozapps/installer/packager.mk.orig 2016-04-07 21:33:34.000000000 +0000 ++++ mozilla/toolkit/mozapps/installer/packager.mk +@@ -133,7 +133,7 @@ endif + $(NSINSTALL) -D $(DESTDIR)$(bindir) + $(RM) -f $(DESTDIR)$(bindir)/$(MOZ_APP_NAME) + ln -s $(installdir)/$(MOZ_APP_NAME) $(DESTDIR)$(bindir) +-ifdef INSTALL_SDK # Here comes the hard part ++ifeq ($(MOZ_APP_NAME),xulrunner) + $(NSINSTALL) -D $(DESTDIR)$(includedir) + (cd $(DIST)/include && $(TAR) $(TAR_CREATE_FLAGS) - .) | \ + (cd $(DESTDIR)$(includedir) && tar -xf -) diff --git a/mail/thunderbird/patches/patch-mozilla_toolkit_xre_glxtest.cpp b/mail/thunderbird/patches/patch-mozilla_toolkit_xre_glxtest.cpp new file mode 100644 index 0000000000000..ab5adffdd2bdf --- /dev/null +++ b/mail/thunderbird/patches/patch-mozilla_toolkit_xre_glxtest.cpp @@ -0,0 +1,13 @@ +$NetBSD: patch-mozilla_toolkit_xre_glxtest.cpp,v 1.1 2016/04/17 18:33:50 ryoon Exp $ + +--- mozilla/toolkit/xre/glxtest.cpp.orig 2016-04-07 21:33:34.000000000 +0000 ++++ mozilla/toolkit/xre/glxtest.cpp +@@ -163,7 +163,7 @@ void glxtest() + fatal_error("The MOZ_AVOID_OPENGL_ALTOGETHER environment variable is defined"); + + ///// Open libGL and load needed symbols ///// +-#ifdef __OpenBSD__ ++#if defined(__OpenBSD__) || defined(__NetBSD__) + #define LIBGL_FILENAME "libGL.so" + #else + #define LIBGL_FILENAME "libGL.so.1" diff --git a/mail/thunderbird/patches/patch-mozilla_toolkit_xre_nsAppRunner.cpp b/mail/thunderbird/patches/patch-mozilla_toolkit_xre_nsAppRunner.cpp index a46802d6e3f2f..94889cd435603 100644 --- a/mail/thunderbird/patches/patch-mozilla_toolkit_xre_nsAppRunner.cpp +++ b/mail/thunderbird/patches/patch-mozilla_toolkit_xre_nsAppRunner.cpp @@ -1,8 +1,8 @@ -$NetBSD: patch-mozilla_toolkit_xre_nsAppRunner.cpp,v 1.1 2015/07/09 15:17:34 ryoon Exp $ +$NetBSD: patch-mozilla_toolkit_xre_nsAppRunner.cpp,v 1.2 2016/04/17 18:33:50 ryoon Exp $ ---- mozilla/toolkit/xre/nsAppRunner.cpp.orig 2015-06-08 17:49:32.000000000 +0000 +--- mozilla/toolkit/xre/nsAppRunner.cpp.orig 2016-04-07 21:33:34.000000000 +0000 +++ mozilla/toolkit/xre/nsAppRunner.cpp -@@ -1808,6 +1808,18 @@ static nsresult LaunchChild(nsINativeApp +@@ -1893,6 +1893,18 @@ static nsresult LaunchChild(nsINativeApp if (NS_FAILED(rv)) return rv; @@ -21,7 +21,7 @@ #if defined(XP_UNIX) if (execv(exePath.get(), gRestartArgv) == -1) return NS_ERROR_FAILURE; -@@ -1821,6 +1833,7 @@ static nsresult LaunchChild(nsINativeApp +@@ -1906,6 +1918,7 @@ static nsresult LaunchChild(nsINativeApp if (failed || exitCode) return NS_ERROR_FAILURE; #endif // XP_UNIX diff --git a/mail/thunderbird/patches/patch-mozilla_toolkit_xre_nsEmbedFunctions.cpp b/mail/thunderbird/patches/patch-mozilla_toolkit_xre_nsEmbedFunctions.cpp index 82e5eac3c28ef..f2fc874216175 100644 --- a/mail/thunderbird/patches/patch-mozilla_toolkit_xre_nsEmbedFunctions.cpp +++ b/mail/thunderbird/patches/patch-mozilla_toolkit_xre_nsEmbedFunctions.cpp @@ -1,8 +1,8 @@ -$NetBSD: patch-mozilla_toolkit_xre_nsEmbedFunctions.cpp,v 1.1 2013/11/12 20:50:51 ryoon Exp $ +$NetBSD: patch-mozilla_toolkit_xre_nsEmbedFunctions.cpp,v 1.2 2016/04/17 18:33:50 ryoon Exp $ ---- mozilla/toolkit/xre/nsEmbedFunctions.cpp.orig 2013-10-23 22:09:20.000000000 +0000 +--- mozilla/toolkit/xre/nsEmbedFunctions.cpp.orig 2016-04-07 21:33:34.000000000 +0000 +++ mozilla/toolkit/xre/nsEmbedFunctions.cpp -@@ -234,7 +234,7 @@ XRE_SetRemoteExceptionHandler(const char +@@ -259,7 +259,7 @@ XRE_SetRemoteExceptionHandler(const char { #if defined(XP_WIN) || defined(XP_MACOSX) return CrashReporter::SetRemoteExceptionHandler(nsDependentCString(aPipe)); @@ -11,7 +11,7 @@ return CrashReporter::SetRemoteExceptionHandler(); #else # error "OOP crash reporter unsupported on this platform" -@@ -372,7 +372,7 @@ XRE_InitChildProcess(int aArgc, +@@ -449,7 +449,7 @@ XRE_InitChildProcess(int aArgc, // Bug 684322 will add better visibility into this condition NS_WARNING("Could not setup crash reporting\n"); } diff --git a/mail/thunderbird/patches/patch-mozilla_webapprt_moz.build b/mail/thunderbird/patches/patch-mozilla_webapprt_moz.build index 18e0d686d8ffa..b181bf90c4113 100644 --- a/mail/thunderbird/patches/patch-mozilla_webapprt_moz.build +++ b/mail/thunderbird/patches/patch-mozilla_webapprt_moz.build @@ -1,8 +1,8 @@ -$NetBSD: patch-mozilla_webapprt_moz.build,v 1.2 2015/07/09 15:17:34 ryoon Exp $ +$NetBSD: patch-mozilla_webapprt_moz.build,v 1.3 2016/04/17 18:33:50 ryoon Exp $ ---- mozilla/webapprt/moz.build.orig 2015-06-08 17:49:33.000000000 +0000 +--- mozilla/webapprt/moz.build.orig 2016-04-07 21:33:35.000000000 +0000 +++ mozilla/webapprt/moz.build -@@ -6,7 +6,7 @@ +@@ -9,7 +9,7 @@ with Files('**'): if CONFIG['OS_ARCH'] == 'WINNT': DIRS += ['win'] diff --git a/mail/thunderbird/patches/patch-mozilla_xpcom_base_nscore.h b/mail/thunderbird/patches/patch-mozilla_xpcom_base_nscore.h index 056df3600c971..191242db9c3c6 100644 --- a/mail/thunderbird/patches/patch-mozilla_xpcom_base_nscore.h +++ b/mail/thunderbird/patches/patch-mozilla_xpcom_base_nscore.h @@ -1,8 +1,8 @@ -$NetBSD: patch-mozilla_xpcom_base_nscore.h,v 1.1 2014/07/27 20:05:00 ryoon Exp $ +$NetBSD: patch-mozilla_xpcom_base_nscore.h,v 1.2 2016/04/17 18:33:50 ryoon Exp $ ---- mozilla/xpcom/base/nscore.h.orig 2014-07-18 00:05:57.000000000 +0000 +--- mozilla/xpcom/base/nscore.h.orig 2016-04-07 21:33:35.000000000 +0000 +++ mozilla/xpcom/base/nscore.h -@@ -114,7 +114,7 @@ +@@ -76,7 +76,7 @@ * NS_HIDDEN_(int) NS_FASTCALL func2(char *foo); */ diff --git a/mail/thunderbird/patches/patch-mozilla_xpcom_build_PoisonIOInterposer.h b/mail/thunderbird/patches/patch-mozilla_xpcom_build_PoisonIOInterposer.h index 16390251d8f76..d521f95aa0745 100644 --- a/mail/thunderbird/patches/patch-mozilla_xpcom_build_PoisonIOInterposer.h +++ b/mail/thunderbird/patches/patch-mozilla_xpcom_build_PoisonIOInterposer.h @@ -1,6 +1,6 @@ -$NetBSD: patch-mozilla_xpcom_build_PoisonIOInterposer.h,v 1.2 2015/07/09 15:17:35 ryoon Exp $ +$NetBSD: patch-mozilla_xpcom_build_PoisonIOInterposer.h,v 1.3 2016/04/17 18:33:50 ryoon Exp $ ---- mozilla/xpcom/build/PoisonIOInterposer.h.orig 2015-06-08 17:49:33.000000000 +0000 +--- mozilla/xpcom/build/PoisonIOInterposer.h.orig 2016-04-07 21:33:35.000000000 +0000 +++ mozilla/xpcom/build/PoisonIOInterposer.h @@ -36,7 +36,7 @@ void MozillaUnRegisterDebugFILE(FILE* aF diff --git a/mail/thunderbird/patches/patch-mozilla_xpcom_components_Module.h b/mail/thunderbird/patches/patch-mozilla_xpcom_components_Module.h index a20034dd249c1..718bc6468c86a 100644 --- a/mail/thunderbird/patches/patch-mozilla_xpcom_components_Module.h +++ b/mail/thunderbird/patches/patch-mozilla_xpcom_components_Module.h @@ -1,8 +1,8 @@ -$NetBSD: patch-mozilla_xpcom_components_Module.h,v 1.1 2016/02/09 21:20:16 ryoon Exp $ +$NetBSD: patch-mozilla_xpcom_components_Module.h,v 1.2 2016/04/17 18:33:50 ryoon Exp $ ---- mozilla/xpcom/components/Module.h.orig 2015-12-21 22:33:10.000000000 +0000 +--- mozilla/xpcom/components/Module.h.orig 2016-04-07 21:33:35.000000000 +0000 +++ mozilla/xpcom/components/Module.h -@@ -124,7 +124,7 @@ struct Module +@@ -125,7 +125,7 @@ struct Module # define NSMODULE_SECTION __declspec(allocate(".kPStaticModules$M"), dllexport) # elif defined(__GNUC__) # if defined(__ELF__) diff --git a/mail/thunderbird/patches/patch-mozilla_xpcom_reflect_xptcall_md_unix_Makefile.in b/mail/thunderbird/patches/patch-mozilla_xpcom_reflect_xptcall_md_unix_Makefile.in index 83ba18ce7fab7..9fece87964afb 100644 --- a/mail/thunderbird/patches/patch-mozilla_xpcom_reflect_xptcall_md_unix_Makefile.in +++ b/mail/thunderbird/patches/patch-mozilla_xpcom_reflect_xptcall_md_unix_Makefile.in @@ -1,11 +1,15 @@ -$NetBSD: patch-mozilla_xpcom_reflect_xptcall_md_unix_Makefile.in,v 1.1 2015/07/09 15:17:35 ryoon Exp $ +$NetBSD: patch-mozilla_xpcom_reflect_xptcall_md_unix_Makefile.in,v 1.2 2016/04/17 18:33:50 ryoon Exp $ ---- mozilla/xpcom/reflect/xptcall/md/unix/Makefile.in.orig 2015-06-08 17:49:34.000000000 +0000 +--- mozilla/xpcom/reflect/xptcall/md/unix/Makefile.in.orig 2016-04-07 21:33:35.000000000 +0000 +++ mozilla/xpcom/reflect/xptcall/md/unix/Makefile.in -@@ -56,6 +56,39 @@ endif - # SPARC - ###################################################################### - # +@@ -42,6 +42,43 @@ ifeq ($(OS_ARCH),AIX) + CXXFLAGS := $(filter-out $(MOZ_OPTIMIZE_FLAGS), $(CXXFLAGS)) + endif + ++###################################################################### ++# SPARC ++###################################################################### ++# +# Linux/SPARC +# +ifeq ($(OS_ARCH),Linux) @@ -38,7 +42,7 @@ $NetBSD: patch-mozilla_xpcom_reflect_xptcall_md_unix_Makefile.in,v 1.1 2015/07/0 +CPPSRCS := xptcinvoke_sparc64_netbsd.cpp xptcstubs_sparc64_openbsd.cpp +ASFILES := xptcinvoke_asm_sparc64_openbsd.s xptcstubs_asm_sparc64_netbsd.s +endif -+# - # Solaris/SPARC - # - ifeq ($(OS_ARCH),SunOS) ++ + include $(topsrcdir)/config/rules.mk + + ifeq ($(OS_ARCH),Linux) diff --git a/mail/thunderbird/patches/patch-mozilla_xpcom_reflect_xptcall_md_unix_moz.build b/mail/thunderbird/patches/patch-mozilla_xpcom_reflect_xptcall_md_unix_moz.build index b536989bfd986..a177ec6962bd9 100644 --- a/mail/thunderbird/patches/patch-mozilla_xpcom_reflect_xptcall_md_unix_moz.build +++ b/mail/thunderbird/patches/patch-mozilla_xpcom_reflect_xptcall_md_unix_moz.build @@ -1,6 +1,6 @@ -$NetBSD: patch-mozilla_xpcom_reflect_xptcall_md_unix_moz.build,v 1.1 2015/07/09 15:17:35 ryoon Exp $ +$NetBSD: patch-mozilla_xpcom_reflect_xptcall_md_unix_moz.build,v 1.2 2016/04/17 18:33:50 ryoon Exp $ ---- mozilla/xpcom/reflect/xptcall/md/unix/moz.build.orig 2015-06-08 17:49:34.000000000 +0000 +--- mozilla/xpcom/reflect/xptcall/md/unix/moz.build.orig 2016-04-07 21:33:35.000000000 +0000 +++ mozilla/xpcom/reflect/xptcall/md/unix/moz.build @@ -9,7 +9,7 @@ if CONFIG['OS_ARCH'] == 'Darwin': 'xptcinvoke_darwin.cpp', @@ -9,9 +9,9 @@ $NetBSD: patch-mozilla_xpcom_reflect_xptcall_md_unix_moz.build,v 1.1 2015/07/09 - if CONFIG['OS_TEST'] == 'powerpc': + if CONFIG['OS_TEST'] == 'ppc': SOURCES += [ + '!xptcstubs_asm_ppc_darwin.s', 'xptcinvoke_asm_ppc_rhapsody.s', - ] -@@ -26,7 +26,7 @@ if CONFIG['OS_ARCH'] == 'GNU': +@@ -24,7 +24,7 @@ if CONFIG['OS_ARCH'] == 'GNU': 'xptcstubs_gcc_x86_unix.cpp' ] diff --git a/mail/thunderbird/patches/patch-mozilla_xpcom_reflect_xptcall_md_unix_xptcinvoke__arm__netbsd.cpp b/mail/thunderbird/patches/patch-mozilla_xpcom_reflect_xptcall_md_unix_xptcinvoke__arm__netbsd.cpp index 50269689d711c..a1d0b6c4a98ad 100644 --- a/mail/thunderbird/patches/patch-mozilla_xpcom_reflect_xptcall_md_unix_xptcinvoke__arm__netbsd.cpp +++ b/mail/thunderbird/patches/patch-mozilla_xpcom_reflect_xptcall_md_unix_xptcinvoke__arm__netbsd.cpp @@ -1,6 +1,6 @@ -$NetBSD: patch-mozilla_xpcom_reflect_xptcall_md_unix_xptcinvoke__arm__netbsd.cpp,v 1.1 2015/07/09 15:17:35 ryoon Exp $ +$NetBSD: patch-mozilla_xpcom_reflect_xptcall_md_unix_xptcinvoke__arm__netbsd.cpp,v 1.2 2016/04/17 18:33:50 ryoon Exp $ ---- mozilla/xpcom/reflect/xptcall/md/unix/xptcinvoke_arm_netbsd.cpp.orig 2015-06-08 17:49:34.000000000 +0000 +--- mozilla/xpcom/reflect/xptcall/md/unix/xptcinvoke_arm_netbsd.cpp.orig 2016-04-07 21:33:35.000000000 +0000 +++ mozilla/xpcom/reflect/xptcall/md/unix/xptcinvoke_arm_netbsd.cpp @@ -7,82 +7,92 @@ diff --git a/mail/thunderbird/patches/patch-mozilla_xpcom_reflect_xptcall_md_unix_xptcinvoke__asm__mips.S b/mail/thunderbird/patches/patch-mozilla_xpcom_reflect_xptcall_md_unix_xptcinvoke__asm__mips.S index 1501dfb7226d8..4e8bdb089ab05 100644 --- a/mail/thunderbird/patches/patch-mozilla_xpcom_reflect_xptcall_md_unix_xptcinvoke__asm__mips.S +++ b/mail/thunderbird/patches/patch-mozilla_xpcom_reflect_xptcall_md_unix_xptcinvoke__asm__mips.S @@ -1,6 +1,6 @@ -$NetBSD: patch-mozilla_xpcom_reflect_xptcall_md_unix_xptcinvoke__asm__mips.S,v 1.1 2015/07/09 15:17:35 ryoon Exp $ +$NetBSD: patch-mozilla_xpcom_reflect_xptcall_md_unix_xptcinvoke__asm__mips.S,v 1.2 2016/04/17 18:33:50 ryoon Exp $ ---- mozilla/xpcom/reflect/xptcall/md/unix/xptcinvoke_asm_mips.S.orig 2015-06-08 17:49:34.000000000 +0000 +--- mozilla/xpcom/reflect/xptcall/md/unix/xptcinvoke_asm_mips.S.orig 2016-04-07 21:33:35.000000000 +0000 +++ mozilla/xpcom/reflect/xptcall/md/unix/xptcinvoke_asm_mips.S @@ -16,6 +16,47 @@ #include diff --git a/mail/thunderbird/patches/patch-mozilla_xpcom_reflect_xptcall_md_unix_xptcinvoke__asm__ppc__netbsd.s b/mail/thunderbird/patches/patch-mozilla_xpcom_reflect_xptcall_md_unix_xptcinvoke__asm__ppc__netbsd.s index 74f44a46b206e..563b35b7638d8 100644 --- a/mail/thunderbird/patches/patch-mozilla_xpcom_reflect_xptcall_md_unix_xptcinvoke__asm__ppc__netbsd.s +++ b/mail/thunderbird/patches/patch-mozilla_xpcom_reflect_xptcall_md_unix_xptcinvoke__asm__ppc__netbsd.s @@ -1,6 +1,6 @@ -$NetBSD: patch-mozilla_xpcom_reflect_xptcall_md_unix_xptcinvoke__asm__ppc__netbsd.s,v 1.1 2015/07/09 15:17:35 ryoon Exp $ +$NetBSD: patch-mozilla_xpcom_reflect_xptcall_md_unix_xptcinvoke__asm__ppc__netbsd.s,v 1.2 2016/04/17 18:33:50 ryoon Exp $ ---- mozilla/xpcom/reflect/xptcall/md/unix/xptcinvoke_asm_ppc_netbsd.s.orig 2015-06-08 17:49:34.000000000 +0000 +--- mozilla/xpcom/reflect/xptcall/md/unix/xptcinvoke_asm_ppc_netbsd.s.orig 2016-04-07 21:33:35.000000000 +0000 +++ mozilla/xpcom/reflect/xptcall/md/unix/xptcinvoke_asm_ppc_netbsd.s @@ -20,15 +20,15 @@ diff --git a/mail/thunderbird/patches/patch-mozilla_xpcom_reflect_xptcall_md_unix_xptcinvoke__gcc__x86__unix.cpp b/mail/thunderbird/patches/patch-mozilla_xpcom_reflect_xptcall_md_unix_xptcinvoke__gcc__x86__unix.cpp index bf9ef6ef356d0..3e84374e7a422 100644 --- a/mail/thunderbird/patches/patch-mozilla_xpcom_reflect_xptcall_md_unix_xptcinvoke__gcc__x86__unix.cpp +++ b/mail/thunderbird/patches/patch-mozilla_xpcom_reflect_xptcall_md_unix_xptcinvoke__gcc__x86__unix.cpp @@ -1,6 +1,6 @@ -$NetBSD: patch-mozilla_xpcom_reflect_xptcall_md_unix_xptcinvoke__gcc__x86__unix.cpp,v 1.1 2015/07/09 15:17:35 ryoon Exp $ +$NetBSD: patch-mozilla_xpcom_reflect_xptcall_md_unix_xptcinvoke__gcc__x86__unix.cpp,v 1.2 2016/04/17 18:33:50 ryoon Exp $ ---- mozilla/xpcom/reflect/xptcall/md/unix/xptcinvoke_gcc_x86_unix.cpp.orig 2015-06-08 17:49:34.000000000 +0000 +--- mozilla/xpcom/reflect/xptcall/md/unix/xptcinvoke_gcc_x86_unix.cpp.orig 2016-04-07 21:33:35.000000000 +0000 +++ mozilla/xpcom/reflect/xptcall/md/unix/xptcinvoke_gcc_x86_unix.cpp @@ -9,7 +9,7 @@ #include "xptc_gcc_x86_unix.h" diff --git a/mail/thunderbird/patches/patch-mozilla_xpcom_reflect_xptcall_md_unix_xptcinvoke__netbsd__m68k.cpp b/mail/thunderbird/patches/patch-mozilla_xpcom_reflect_xptcall_md_unix_xptcinvoke__netbsd__m68k.cpp index 122dd28a48a76..3f1e236d61606 100644 --- a/mail/thunderbird/patches/patch-mozilla_xpcom_reflect_xptcall_md_unix_xptcinvoke__netbsd__m68k.cpp +++ b/mail/thunderbird/patches/patch-mozilla_xpcom_reflect_xptcall_md_unix_xptcinvoke__netbsd__m68k.cpp @@ -1,6 +1,6 @@ -$NetBSD: patch-mozilla_xpcom_reflect_xptcall_md_unix_xptcinvoke__netbsd__m68k.cpp,v 1.1 2015/07/09 15:17:35 ryoon Exp $ +$NetBSD: patch-mozilla_xpcom_reflect_xptcall_md_unix_xptcinvoke__netbsd__m68k.cpp,v 1.2 2016/04/17 18:33:50 ryoon Exp $ ---- mozilla/xpcom/reflect/xptcall/md/unix/xptcinvoke_netbsd_m68k.cpp.orig 2015-06-08 17:49:34.000000000 +0000 +--- mozilla/xpcom/reflect/xptcall/md/unix/xptcinvoke_netbsd_m68k.cpp.orig 2016-04-07 21:33:35.000000000 +0000 +++ mozilla/xpcom/reflect/xptcall/md/unix/xptcinvoke_netbsd_m68k.cpp @@ -100,6 +100,15 @@ extern "C" { } diff --git a/mail/thunderbird/patches/patch-mozilla_xpcom_reflect_xptcall_md_unix_xptcinvoke__ppc__netbsd.cpp b/mail/thunderbird/patches/patch-mozilla_xpcom_reflect_xptcall_md_unix_xptcinvoke__ppc__netbsd.cpp index 025ee61aecdad..6aa5f4596be29 100644 --- a/mail/thunderbird/patches/patch-mozilla_xpcom_reflect_xptcall_md_unix_xptcinvoke__ppc__netbsd.cpp +++ b/mail/thunderbird/patches/patch-mozilla_xpcom_reflect_xptcall_md_unix_xptcinvoke__ppc__netbsd.cpp @@ -1,6 +1,6 @@ -$NetBSD: patch-mozilla_xpcom_reflect_xptcall_md_unix_xptcinvoke__ppc__netbsd.cpp,v 1.1 2015/07/09 15:17:35 ryoon Exp $ +$NetBSD: patch-mozilla_xpcom_reflect_xptcall_md_unix_xptcinvoke__ppc__netbsd.cpp,v 1.2 2016/04/17 18:33:50 ryoon Exp $ ---- mozilla/xpcom/reflect/xptcall/md/unix/xptcinvoke_ppc_netbsd.cpp.orig 2015-06-08 17:49:34.000000000 +0000 +--- mozilla/xpcom/reflect/xptcall/md/unix/xptcinvoke_ppc_netbsd.cpp.orig 2016-04-07 21:33:35.000000000 +0000 +++ mozilla/xpcom/reflect/xptcall/md/unix/xptcinvoke_ppc_netbsd.cpp @@ -5,9 +5,9 @@ diff --git a/mail/thunderbird/patches/patch-mozilla_xpcom_reflect_xptcall_md_unix_xptcinvoke__sparc64__netbsd.cpp b/mail/thunderbird/patches/patch-mozilla_xpcom_reflect_xptcall_md_unix_xptcinvoke__sparc64__netbsd.cpp index 74f0f2ee060fc..258fc2c4e9b0b 100644 --- a/mail/thunderbird/patches/patch-mozilla_xpcom_reflect_xptcall_md_unix_xptcinvoke__sparc64__netbsd.cpp +++ b/mail/thunderbird/patches/patch-mozilla_xpcom_reflect_xptcall_md_unix_xptcinvoke__sparc64__netbsd.cpp @@ -1,6 +1,6 @@ -$NetBSD: patch-mozilla_xpcom_reflect_xptcall_md_unix_xptcinvoke__sparc64__netbsd.cpp,v 1.1 2015/07/09 15:17:35 ryoon Exp $ +$NetBSD: patch-mozilla_xpcom_reflect_xptcall_md_unix_xptcinvoke__sparc64__netbsd.cpp,v 1.2 2016/04/17 18:33:50 ryoon Exp $ ---- mozilla/xpcom/reflect/xptcall/md/unix/xptcinvoke_sparc64_netbsd.cpp.orig 2015-07-06 19:52:50.000000000 +0000 +--- mozilla/xpcom/reflect/xptcall/md/unix/xptcinvoke_sparc64_netbsd.cpp.orig 2016-04-17 13:47:46.349377857 +0000 +++ mozilla/xpcom/reflect/xptcall/md/unix/xptcinvoke_sparc64_netbsd.cpp @@ -0,0 +1,84 @@ +/* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*- diff --git a/mail/thunderbird/patches/patch-mozilla_xpcom_reflect_xptcall_md_unix_xptcstubs__arm__netbsd.cpp b/mail/thunderbird/patches/patch-mozilla_xpcom_reflect_xptcall_md_unix_xptcstubs__arm__netbsd.cpp index 3204c0f0e66ac..a99e61a312ac1 100644 --- a/mail/thunderbird/patches/patch-mozilla_xpcom_reflect_xptcall_md_unix_xptcstubs__arm__netbsd.cpp +++ b/mail/thunderbird/patches/patch-mozilla_xpcom_reflect_xptcall_md_unix_xptcstubs__arm__netbsd.cpp @@ -1,6 +1,6 @@ -$NetBSD: patch-mozilla_xpcom_reflect_xptcall_md_unix_xptcstubs__arm__netbsd.cpp,v 1.1 2015/07/09 15:17:35 ryoon Exp $ +$NetBSD: patch-mozilla_xpcom_reflect_xptcall_md_unix_xptcstubs__arm__netbsd.cpp,v 1.2 2016/04/17 18:33:50 ryoon Exp $ ---- mozilla/xpcom/reflect/xptcall/md/unix/xptcstubs_arm_netbsd.cpp.orig 2015-06-08 17:49:34.000000000 +0000 +--- mozilla/xpcom/reflect/xptcall/md/unix/xptcstubs_arm_netbsd.cpp.orig 2016-04-07 21:33:35.000000000 +0000 +++ mozilla/xpcom/reflect/xptcall/md/unix/xptcstubs_arm_netbsd.cpp @@ -6,15 +6,32 @@ /* Implement shared vtbl methods. */ diff --git a/mail/thunderbird/patches/patch-mozilla_xpcom_reflect_xptcall_md_unix_xptcstubs__asm__mips.S b/mail/thunderbird/patches/patch-mozilla_xpcom_reflect_xptcall_md_unix_xptcstubs__asm__mips.S index cc251d21244b7..371b8ba86091c 100644 --- a/mail/thunderbird/patches/patch-mozilla_xpcom_reflect_xptcall_md_unix_xptcstubs__asm__mips.S +++ b/mail/thunderbird/patches/patch-mozilla_xpcom_reflect_xptcall_md_unix_xptcstubs__asm__mips.S @@ -1,6 +1,6 @@ -$NetBSD: patch-mozilla_xpcom_reflect_xptcall_md_unix_xptcstubs__asm__mips.S,v 1.1 2015/07/09 15:17:35 ryoon Exp $ +$NetBSD: patch-mozilla_xpcom_reflect_xptcall_md_unix_xptcstubs__asm__mips.S,v 1.2 2016/04/17 18:33:50 ryoon Exp $ ---- mozilla/xpcom/reflect/xptcall/md/unix/xptcstubs_asm_mips.S.orig 2015-06-08 17:49:34.000000000 +0000 +--- mozilla/xpcom/reflect/xptcall/md/unix/xptcstubs_asm_mips.S.orig 2016-04-07 21:33:35.000000000 +0000 +++ mozilla/xpcom/reflect/xptcall/md/unix/xptcstubs_asm_mips.S @@ -14,6 +14,47 @@ #include diff --git a/mail/thunderbird/patches/patch-mozilla_xpcom_reflect_xptcall_md_unix_xptcstubs__asm__sparc64__netbsd.s b/mail/thunderbird/patches/patch-mozilla_xpcom_reflect_xptcall_md_unix_xptcstubs__asm__sparc64__netbsd.s index 7ee77cea13376..ae683dbef27cb 100644 --- a/mail/thunderbird/patches/patch-mozilla_xpcom_reflect_xptcall_md_unix_xptcstubs__asm__sparc64__netbsd.s +++ b/mail/thunderbird/patches/patch-mozilla_xpcom_reflect_xptcall_md_unix_xptcstubs__asm__sparc64__netbsd.s @@ -1,6 +1,6 @@ -$NetBSD: patch-mozilla_xpcom_reflect_xptcall_md_unix_xptcstubs__asm__sparc64__netbsd.s,v 1.1 2015/07/09 15:17:35 ryoon Exp $ +$NetBSD: patch-mozilla_xpcom_reflect_xptcall_md_unix_xptcstubs__asm__sparc64__netbsd.s,v 1.2 2016/04/17 18:33:50 ryoon Exp $ ---- mozilla/xpcom/reflect/xptcall/md/unix/xptcstubs_asm_sparc64_netbsd.s.orig 2015-07-06 19:52:50.000000000 +0000 +--- mozilla/xpcom/reflect/xptcall/md/unix/xptcstubs_asm_sparc64_netbsd.s.orig 2016-04-17 13:47:46.350069203 +0000 +++ mozilla/xpcom/reflect/xptcall/md/unix/xptcstubs_asm_sparc64_netbsd.s @@ -0,0 +1,66 @@ +/* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*- diff --git a/mail/thunderbird/patches/patch-mozilla_xpcom_reflect_xptcall_md_unix_xptcstubs__gcc__x86__unix.cpp b/mail/thunderbird/patches/patch-mozilla_xpcom_reflect_xptcall_md_unix_xptcstubs__gcc__x86__unix.cpp index efaaabdd763d5..88c469d1846ca 100644 --- a/mail/thunderbird/patches/patch-mozilla_xpcom_reflect_xptcall_md_unix_xptcstubs__gcc__x86__unix.cpp +++ b/mail/thunderbird/patches/patch-mozilla_xpcom_reflect_xptcall_md_unix_xptcstubs__gcc__x86__unix.cpp @@ -1,6 +1,6 @@ -$NetBSD: patch-mozilla_xpcom_reflect_xptcall_md_unix_xptcstubs__gcc__x86__unix.cpp,v 1.1 2015/07/09 15:17:35 ryoon Exp $ +$NetBSD: patch-mozilla_xpcom_reflect_xptcall_md_unix_xptcstubs__gcc__x86__unix.cpp,v 1.2 2016/04/17 18:33:50 ryoon Exp $ ---- mozilla/xpcom/reflect/xptcall/md/unix/xptcstubs_gcc_x86_unix.cpp.orig 2015-06-08 17:49:34.000000000 +0000 +--- mozilla/xpcom/reflect/xptcall/md/unix/xptcstubs_gcc_x86_unix.cpp.orig 2016-04-07 21:33:35.000000000 +0000 +++ mozilla/xpcom/reflect/xptcall/md/unix/xptcstubs_gcc_x86_unix.cpp @@ -10,7 +10,7 @@ #include "xptc_gcc_x86_unix.h" diff --git a/mail/thunderbird/patches/patch-mozilla_xpcom_reflect_xptcall_md_unix_xptcstubs__netbsd__m68k.cpp b/mail/thunderbird/patches/patch-mozilla_xpcom_reflect_xptcall_md_unix_xptcstubs__netbsd__m68k.cpp index e5640629908b6..166cce6b89dc5 100644 --- a/mail/thunderbird/patches/patch-mozilla_xpcom_reflect_xptcall_md_unix_xptcstubs__netbsd__m68k.cpp +++ b/mail/thunderbird/patches/patch-mozilla_xpcom_reflect_xptcall_md_unix_xptcstubs__netbsd__m68k.cpp @@ -1,6 +1,6 @@ -$NetBSD: patch-mozilla_xpcom_reflect_xptcall_md_unix_xptcstubs__netbsd__m68k.cpp,v 1.1 2015/07/09 15:17:35 ryoon Exp $ +$NetBSD: patch-mozilla_xpcom_reflect_xptcall_md_unix_xptcstubs__netbsd__m68k.cpp,v 1.2 2016/04/17 18:33:50 ryoon Exp $ ---- mozilla/xpcom/reflect/xptcall/md/unix/xptcstubs_netbsd_m68k.cpp.orig 2015-06-08 17:49:34.000000000 +0000 +--- mozilla/xpcom/reflect/xptcall/md/unix/xptcstubs_netbsd_m68k.cpp.orig 2016-04-07 21:33:35.000000000 +0000 +++ mozilla/xpcom/reflect/xptcall/md/unix/xptcstubs_netbsd_m68k.cpp @@ -91,17 +91,27 @@ extern "C" { } diff --git a/mail/thunderbird/patches/patch-mozilla_xulrunner_installer_Makefile.in b/mail/thunderbird/patches/patch-mozilla_xulrunner_installer_Makefile.in index 2f47a89754f6f..f4601fb607660 100644 --- a/mail/thunderbird/patches/patch-mozilla_xulrunner_installer_Makefile.in +++ b/mail/thunderbird/patches/patch-mozilla_xulrunner_installer_Makefile.in @@ -1,8 +1,8 @@ -$NetBSD: patch-mozilla_xulrunner_installer_Makefile.in,v 1.1 2013/11/12 20:50:51 ryoon Exp $ +$NetBSD: patch-mozilla_xulrunner_installer_Makefile.in,v 1.2 2016/04/17 18:33:50 ryoon Exp $ ---- mozilla/xulrunner/installer/Makefile.in.orig 2013-10-23 22:09:22.000000000 +0000 +--- mozilla/xulrunner/installer/Makefile.in.orig 2016-04-07 21:33:35.000000000 +0000 +++ mozilla/xulrunner/installer/Makefile.in -@@ -96,7 +96,7 @@ endif +@@ -88,7 +88,7 @@ endif install:: $(pkg_config_files) @echo pkg_config_file: $(pkg_config_files) diff --git a/mail/thunderbird/patches/patch-mozilla_xulrunner_installer_libxul-embedding.pc.in b/mail/thunderbird/patches/patch-mozilla_xulrunner_installer_libxul-embedding.pc.in new file mode 100644 index 0000000000000..09d67ef18b955 --- /dev/null +++ b/mail/thunderbird/patches/patch-mozilla_xulrunner_installer_libxul-embedding.pc.in @@ -0,0 +1,12 @@ +$NetBSD: patch-mozilla_xulrunner_installer_libxul-embedding.pc.in,v 1.1 2016/04/17 18:33:50 ryoon Exp $ + +--- mozilla/xulrunner/installer/libxul-embedding.pc.in.orig 2016-04-07 21:33:35.000000000 +0000 ++++ mozilla/xulrunner/installer/libxul-embedding.pc.in +@@ -6,5 +6,6 @@ idldir=%idldir% + Name: libxul-embedding + Description: Static library for version-independent embedding of the Mozilla runtime + Version: %MOZILLA_VERSION% +-Libs: -L${sdkdir}/lib -lxpcomglue -ldl ++# XXXtnn -ldl removed ++Libs: -Wl,-R${prefix}/lib/xulrunner -Wl,-R${prefix}/lib/xulrunner -Wl,-R${prefix}/lib/xulrunner -Wl,-R${prefix}/lib/xulrunner -L${prefix}/lib/xulrunner -lxpcomglue + Cflags: -DXPCOM_GLUE -I${includedir} %WCHAR_CFLAGS% diff --git a/mail/thunderbird/patches/patch-mozilla_xulrunner_installer_libxul.pc.in b/mail/thunderbird/patches/patch-mozilla_xulrunner_installer_libxul.pc.in new file mode 100644 index 0000000000000..5a35ea4c2d5c5 --- /dev/null +++ b/mail/thunderbird/patches/patch-mozilla_xulrunner_installer_libxul.pc.in @@ -0,0 +1,11 @@ +$NetBSD: patch-mozilla_xulrunner_installer_libxul.pc.in,v 1.1 2016/04/17 18:33:50 ryoon Exp $ + +--- mozilla/xulrunner/installer/libxul.pc.in.orig 2016-04-07 21:33:35.000000000 +0000 ++++ mozilla/xulrunner/installer/libxul.pc.in +@@ -7,5 +7,5 @@ Name: libxul + Description: The Mozilla Runtime and Embedding Engine + Version: %MOZILLA_VERSION% + Requires: %NSPR_NAME% >= %NSPR_VERSION% +-Libs: -L${sdkdir}/lib %MOZ_XUL_LINK% ++Libs: -Wl,-R${prefix}/lib/xulrunner -Wl,-R${prefix}/lib/xulrunner -Wl,-R${prefix}/lib/xulrunner -Wl,-R${prefix}/lib/xulrunner -L${prefix}/lib/xulrunner %MOZ_XUL_LINK% + Cflags: -I${includedir} %WCHAR_CFLAGS% diff --git a/mail/thunderbird/patches/patch-pb b/mail/thunderbird/patches/patch-pb deleted file mode 100644 index bc733963b47a4..0000000000000 --- a/mail/thunderbird/patches/patch-pb +++ /dev/null @@ -1,11 +0,0 @@ -$NetBSD: patch-pb,v 1.9 2014/07/27 20:05:00 ryoon Exp $ - ---- mozilla/xulrunner/installer/libxul.pc.in.orig 2014-07-18 00:05:57.000000000 +0000 -+++ mozilla/xulrunner/installer/libxul.pc.in -@@ -7,5 +7,5 @@ Name: libxul - Description: The Mozilla Runtime and Embedding Engine - Version: %MOZILLA_VERSION% - Requires: %NSPR_NAME% >= %NSPR_VERSION% --Libs: -L${sdkdir}/lib %MOZ_XUL_LINK% -+Libs: -Wl,-R${prefix}/lib/xulrunner -Wl,-R${prefix}/lib/xulrunner -Wl,-R${prefix}/lib/xulrunner -Wl,-R${prefix}/lib/xulrunner -L${prefix}/lib/xulrunner %MOZ_XUL_LINK% - Cflags: -I${includedir} %WCHAR_CFLAGS% diff --git a/mail/thunderbird/patches/patch-pc b/mail/thunderbird/patches/patch-pc deleted file mode 100644 index bf98cf255c663..0000000000000 --- a/mail/thunderbird/patches/patch-pc +++ /dev/null @@ -1,12 +0,0 @@ -$NetBSD: patch-pc,v 1.9 2014/07/27 20:05:00 ryoon Exp $ - ---- mozilla/xulrunner/installer/libxul-embedding.pc.in.orig 2014-07-18 00:05:57.000000000 +0000 -+++ mozilla/xulrunner/installer/libxul-embedding.pc.in -@@ -6,5 +6,6 @@ idldir=%idldir% - Name: libxul-embedding - Description: Static library for version-independent embedding of the Mozilla runtime - Version: %MOZILLA_VERSION% --Libs: -L${sdkdir}/lib -lxpcomglue -ldl -+# XXXtnn -ldl removed -+Libs: -Wl,-R${prefix}/lib/xulrunner -Wl,-R${prefix}/lib/xulrunner -Wl,-R${prefix}/lib/xulrunner -Wl,-R${prefix}/lib/xulrunner -L${prefix}/lib/xulrunner -lxpcomglue - Cflags: -DXPCOM_GLUE -I${includedir} %WCHAR_CFLAGS% diff --git a/mail/thunderbird/patches/patch-rc b/mail/thunderbird/patches/patch-rc deleted file mode 100644 index d82cacc8acfbc..0000000000000 --- a/mail/thunderbird/patches/patch-rc +++ /dev/null @@ -1,16 +0,0 @@ -$NetBSD: patch-rc,v 1.7 2015/07/09 15:17:35 ryoon Exp $ - ---- mozilla/browser/branding/unofficial/locales/en-US/brand.dtd.orig 2015-06-08 17:49:18.000000000 +0000 -+++ mozilla/browser/branding/unofficial/locales/en-US/brand.dtd -@@ -2,8 +2,8 @@ - - License, v. 2.0. If a copy of the MPL was not distributed with this - - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> - -- -- -- -+ -+ -+ - - diff --git a/mail/thunderbird38-l10n/DESCR b/mail/thunderbird38-l10n/DESCR new file mode 100644 index 0000000000000..e014fb99a975f --- /dev/null +++ b/mail/thunderbird38-l10n/DESCR @@ -0,0 +1 @@ +This package contains language packs for mail/thunderbird38. diff --git a/mail/thunderbird38-l10n/MESSAGE b/mail/thunderbird38-l10n/MESSAGE new file mode 100644 index 0000000000000..3b24d12cf5a11 --- /dev/null +++ b/mail/thunderbird38-l10n/MESSAGE @@ -0,0 +1,8 @@ +=========================================================================== +$NetBSD: MESSAGE,v 1.1 2016/04/17 18:26:24 ryoon Exp $ + +To change the language in Thunderbird, +1) Enable language packs in Tools->Add-ons->Languages +2) Go to: Edit -> Preferences -> Advanced -> General -> Config Editor +3) Edit the general.useragent.locale property. +=========================================================================== diff --git a/mail/thunderbird38-l10n/Makefile b/mail/thunderbird38-l10n/Makefile new file mode 100644 index 0000000000000..a6aa46d695aa3 --- /dev/null +++ b/mail/thunderbird38-l10n/Makefile @@ -0,0 +1,32 @@ +# $NetBSD: Makefile,v 1.1 2016/04/17 18:26:24 ryoon Exp $ +# + +TB_VER= 38.7.2 +PKGNAME= thunderbird38-l10n-${TB_VER} +DISTNAME= # empty +CATEGORIES= mail +MASTER_SITES= ${MASTER_SITE_MOZILLA:=thunderbird/releases/${TB_VER}/linux-i686/xpi/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://www.mozillamessaging.com/en-US/thunderbird/ +COMMENT= Language packs for mail/thunderbird38 + +DIST_SUBDIR= ${PKGNAME_NOREV} +DISTFILES= ${XPI_FILES} + +NO_BUILD= yes + +TB_LOCALES= ar be bn-BD br ca cs \ + da de el en-GB en-US es-AR es-ES et \ + eu fi fr fy-NL ga-IE he \ + hu id is it ja ko \ + lt nb-NO nl nn-NO \ + pt-BR pt-PT rm ru si sk \ + sl sq sv-SE ta-LK tr uk vi \ + zh-CN zh-TW + +EXTENSIONS_DIR= ${PREFIX}/lib/thunderbird38/extensions +XPI_FILES= ${TB_LOCALES:=.xpi} + +.include "../../www/firefox38/xpi.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/mail/thunderbird38-l10n/PLIST b/mail/thunderbird38-l10n/PLIST new file mode 100644 index 0000000000000..6d44bce1943d9 --- /dev/null +++ b/mail/thunderbird38-l10n/PLIST @@ -0,0 +1,17866 @@ +@comment $NetBSD: PLIST,v 1.1 2016/04/17 18:26:24 ryoon Exp $ +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome.manifest +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/.mkdir.done +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar.manifest +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/alerts/alert.dtd +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/alerts/notificationNames.properties +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/autoconfig/autoconfig.properties +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/branding/brand.dtd +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/branding/brand.properties +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/chat/accounts.properties +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/chat/commands.properties +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/chat/contacts.properties +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/chat/conversations.properties +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/chat/facebook.properties +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/chat/imtooltip.properties +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/chat/irc.properties +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/chat/logger.properties +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/chat/status.properties +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/chat/twitter.properties +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/chat/xmpp.properties +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/chat/yahoo.properties +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/communicator/utilityOverlay.dtd +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/cookie/cookieAcceptDialog.dtd +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/cookie/cookieAcceptDialog.properties +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/editor/EdAdvancedEdit.dtd +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/editor/EdColorPicker.dtd +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/editor/EdConvertToTable.dtd +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/editor/EdDialogOverlay.dtd +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/editor/EdNamedAnchorProperties.dtd +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/editor/EditorButtonProperties.dtd +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/editor/EditorColorProperties.dtd +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/editor/EditorFieldSetProperties.dtd +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/editor/EditorFormProperties.dtd +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/editor/EditorHLineProperties.dtd +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/editor/EditorImageProperties.dtd +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/editor/EditorInputProperties.dtd +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/editor/EditorInsertChars.dtd +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/editor/EditorInsertMath.dtd +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/editor/EditorInsertSource.dtd +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/editor/EditorInsertTOC.dtd +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/editor/EditorInsertTable.dtd +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/editor/EditorLabelProperties.dtd +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/editor/EditorLinkProperties.dtd +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/editor/EditorListProperties.dtd +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/editor/EditorPersonalDictionary.dtd +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/editor/EditorReplace.dtd +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/editor/EditorSelectProperties.dtd +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/editor/EditorSpellCheck.dtd +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/editor/EditorTableProperties.dtd +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/editor/EditorTextAreaProperties.dtd +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/editor/editor.properties +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/editor/editorOverlay.dtd +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/editor/editorSmileyOverlay.dtd +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/formautofill/requestAutocomplete.dtd +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/global-platform/mac/accessible.properties +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/global-platform/mac/intl.properties +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/global-platform/mac/platformKeys.properties +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/global-platform/unix/accessible.properties +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/global-platform/unix/intl.properties +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/global-platform/unix/platformKeys.properties +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/global-platform/win/accessible.properties +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/global-platform/win/intl.properties +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/global-platform/win/platformKeys.properties +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/global-region/region.properties +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/global/AccessFu.properties +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/global/about.dtd +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/global/aboutAbout.dtd +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/global/aboutNetworking.dtd +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/global/aboutReader.properties +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/global/aboutRights.dtd +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/global/aboutSupport.dtd +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/global/aboutSupport.properties +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/global/aboutTelemetry.dtd +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/global/aboutTelemetry.properties +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/global/appPicker.dtd +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/global/appstrings.properties +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/global/autocomplete.properties +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/global/brand.dtd +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/global/browser.properties +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/global/charsetMenu.dtd +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/global/charsetMenu.properties +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/global/commonDialog.dtd +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/global/commonDialogs.properties +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/global/config.dtd +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/global/config.properties +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/global/console.dtd +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/global/console.properties +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/global/contentAreaCommands.properties +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/global/crashes.dtd +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/global/crashes.properties +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/global/css.properties +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/global/customizeToolbar.dtd +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/global/customizeToolbar.properties +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/global/dateFormat.properties +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/global/datetimepicker.dtd +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/global/devtools/csscoverage.dtd +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/global/devtools/csscoverage.properties +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/global/devtools/debugger.properties +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/global/devtools/styleinspector.properties +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/global/dialog.properties +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/global/dialogOverlay.dtd +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/global/dom/dom.properties +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/global/editMenuOverlay.dtd +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/global/fallbackMenubar.properties +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/global/filefield.properties +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/global/filepicker.dtd +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/global/filepicker.properties +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/global/findbar.dtd +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/global/findbar.properties +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/global/finddialog.dtd +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/global/finddialog.properties +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/global/global-strres.properties +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/global/global.dtd +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/global/globalKeys.dtd +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/global/headsUpDisplay.properties +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/global/intl.css +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/global/intl.properties +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/global/keys.properties +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/global/languageNames.properties +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/global/layout/HtmlForm.properties +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/global/layout/MediaDocument.properties +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/global/layout/htmlparser.properties +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/global/layout/xmlparser.properties +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/global/layout_errors.properties +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/global/mathml/mathml.properties +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/global/mozilla.dtd +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/global/netError.dtd +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/global/netErrorApp.dtd +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/global/notification.dtd +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/global/nsWebBrowserPersist.properties +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/global/plugins.properties +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/global/preferences.dtd +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/global/printPageSetup.dtd +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/global/printPreview.dtd +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/global/printPreviewProgress.dtd +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/global/printProgress.dtd +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/global/printdialog.dtd +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/global/printdialog.properties +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/global/printing.properties +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/global/printjoboptions.dtd +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/global/regionNames.properties +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/global/resetProfile.dtd +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/global/resetProfile.properties +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/global/search/search.properties +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/global/security/caps.properties +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/global/security/csp.properties +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/global/security/security.properties +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/global/svg/svg.properties +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/global/textcontext.dtd +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/global/tree.dtd +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/global/videocontrols.dtd +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/global/viewSource.dtd +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/global/viewSource.properties +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/global/webapps.properties +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/global/wizard.dtd +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/global/wizard.properties +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/global/xbl.properties +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/global/xml/prettyprint.dtd +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/global/xslt/xslt.properties +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/global/xul.properties +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/messenger-mapi/mapi.properties +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/messenger-newsblog/am-newsblog.dtd +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/messenger-newsblog/feed-subscriptions.dtd +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/messenger-newsblog/newsblog.properties +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/messenger-region/region.properties +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/messenger-smime/certFetchingStatus.dtd +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/messenger-smime/msgCompSMIMEOverlay.dtd +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/messenger-smime/msgCompSMIMEOverlay.properties +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/messenger-smime/msgCompSecurityInfo.dtd +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/messenger-smime/msgCompSecurityInfo.properties +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/messenger-smime/msgReadSMIMEOverlay.dtd +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/messenger-smime/msgReadSMIMEOverlay.properties +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/messenger-smime/msgReadSecurityInfo.dtd +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/messenger-smime/msgSecurityInfo.properties +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/messenger/AccountManager.dtd +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/messenger/AccountWizard.dtd +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/messenger/CustomHeaders.dtd +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/messenger/FilterEditor.dtd +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/messenger/FilterListDialog.dtd +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/messenger/SearchDialog.dtd +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/messenger/aboutDialog.dtd +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/messenger/aboutDownloads.dtd +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/messenger/aboutRights.dtd +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/messenger/aboutRights.properties +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/messenger/aboutSupportMail.dtd +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/messenger/aboutSupportMail.properties +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/messenger/accountCreation.dtd +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/messenger/accountCreation.properties +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/messenger/accountCreationModel.properties +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/messenger/accountCreationUtil.properties +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/messenger/activity.dtd +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/messenger/activity.properties +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/messenger/addbuddy.dtd +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/messenger/addressbook/abAddressBookNameDialog.dtd +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/messenger/addressbook/abCardOverlay.dtd +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/messenger/addressbook/abContactsPanel.dtd +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/messenger/addressbook/abMailListDialog.dtd +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/messenger/addressbook/abMainWindow.dtd +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/messenger/addressbook/abNewCardDialog.dtd +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/messenger/addressbook/abResultsPaneOverlay.dtd +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/messenger/addressbook/addressBook.properties +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/messenger/addressbook/ldapAutoCompErrs.properties +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/messenger/addressbook/pref-directory-add.dtd +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/messenger/addressbook/pref-directory.dtd +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/messenger/addressbook/replicationProgress.properties +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/messenger/am-addressing.dtd +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/messenger/am-advanced.dtd +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/messenger/am-archiveoptions.dtd +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/messenger/am-copies.dtd +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/messenger/am-identities-list.dtd +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/messenger/am-identity-edit.dtd +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/messenger/am-im.dtd +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/messenger/am-junk.dtd +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/messenger/am-main.dtd +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/messenger/am-mdn.dtd +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/messenger/am-mdn.properties +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/messenger/am-offline.dtd +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/messenger/am-server-advanced.dtd +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/messenger/am-server-top.dtd +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/messenger/am-serverwithnoidentities.dtd +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/messenger/am-smime.dtd +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/messenger/am-smime.properties +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/messenger/appleMailImportMsgs.properties +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/messenger/baseMenuOverlay.dtd +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/messenger/charsetTitles.properties +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/messenger/chat.dtd +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/messenger/chat.properties +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/messenger/cloudfile/Box/auth.dtd +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/messenger/cloudfile/Box/management.dtd +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/messenger/cloudfile/Box/settings.dtd +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/messenger/cloudfile/Hightail/fileExceeds2GB.dtd +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/messenger/cloudfile/Hightail/fileExceedsLimit.dtd +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/messenger/cloudfile/Hightail/fileExceedsQuota.dtd +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/messenger/cloudfile/Hightail/management.dtd +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/messenger/cloudfile/Hightail/settings.dtd +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/messenger/cloudfile/addAccountDialog.dtd +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/messenger/cloudfile/management.dtd +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/messenger/configEditorOverlay.dtd +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/messenger/custom.properties +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/messenger/customizeToolbarOverlay.dtd +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/messenger/downloadheaders.dtd +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/messenger/downloads/settingsChange.dtd +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/messenger/downloadsOverlay.dtd +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/messenger/editContactOverlay.dtd +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/messenger/editContactOverlay.properties +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/messenger/eudoraImportMsgs.properties +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/messenger/fieldMapImport.dtd +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/messenger/filter.properties +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/messenger/folderProps.dtd +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/messenger/folderWidgets.properties +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/messenger/folderpane.dtd +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/messenger/gloda.properties +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/messenger/glodaComplete.properties +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/messenger/glodaFacetView.dtd +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/messenger/glodaFacetView.properties +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/messenger/imAccountWizard.dtd +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/messenger/imAccounts.dtd +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/messenger/imAccounts.properties +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/messenger/imapMsgs.properties +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/messenger/importDialog.dtd +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/messenger/importMsgs.properties +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/messenger/joinChat.dtd +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/messenger/junkLog.dtd +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/messenger/junkMailInfo.dtd +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/messenger/localMsgs.properties +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/messenger/mailEditorOverlay.dtd +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/messenger/mailOverlay.dtd +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/messenger/mailViewList.dtd +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/messenger/mailViewSetup.dtd +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/messenger/mailviews.properties +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/messenger/markByDate.dtd +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/messenger/messenger.dtd +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/messenger/messenger.properties +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/messenger/messengercompose/addressingWidgetOverlay.dtd +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/messenger/messengercompose/askSendFormat.dtd +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/messenger/messengercompose/askSendFormat.properties +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/messenger/messengercompose/composeMsgs.properties +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/messenger/messengercompose/mailComposeEditorOverlay.dtd +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/messenger/messengercompose/messengercompose.dtd +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/messenger/messengercompose/sendProgress.dtd +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/messenger/messengercompose/sendProgress.properties +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/messenger/migration/migration.dtd +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/messenger/migration/migration.properties +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/messenger/mime.properties +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/messenger/mimeheader.properties +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/messenger/msgAccountCentral.dtd +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/messenger/msgHdrViewOverlay.dtd +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/messenger/msgPrintEngine.dtd +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/messenger/msgSynchronize.dtd +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/messenger/msgViewPickerOverlay.dtd +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/messenger/msgmdn.properties +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/messenger/multimessageview.dtd +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/messenger/multimessageview.properties +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/messenger/netError.dtd +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/messenger/newFolderDialog.dtd +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/messenger/newTagDialog.dtd +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/messenger/newmailaccount/accountProvisioner.dtd +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/messenger/newmailaccount/accountProvisioner.properties +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/messenger/news.properties +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/messenger/oeImportMsgs.properties +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/messenger/offline.properties +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/messenger/offlineStartup.properties +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/messenger/outlookImportMsgs.properties +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/messenger/pgpmime.properties +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/messenger/preferences/advanced.dtd +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/messenger/preferences/applicationManager.dtd +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/messenger/preferences/applicationManager.properties +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/messenger/preferences/applications.dtd +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/messenger/preferences/applications.properties +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/messenger/preferences/attachmentReminder.dtd +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/messenger/preferences/chat.dtd +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/messenger/preferences/colors.dtd +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/messenger/preferences/compose.dtd +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/messenger/preferences/connection.dtd +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/messenger/preferences/cookies.dtd +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/messenger/preferences/display.dtd +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/messenger/preferences/dockoptions.dtd +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/messenger/preferences/fonts.dtd +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/messenger/preferences/general.dtd +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/messenger/preferences/notifications.dtd +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/messenger/preferences/offline.dtd +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/messenger/preferences/permissions.dtd +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/messenger/preferences/preferences.dtd +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/messenger/preferences/preferences.properties +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/messenger/preferences/privacy.dtd +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/messenger/preferences/receipts.dtd +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/messenger/preferences/security.dtd +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/messenger/preferences/sendoptions.dtd +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/messenger/prefs.properties +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/messenger/quickFilterBar.dtd +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/messenger/renameFolderDialog.dtd +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/messenger/safeMode.dtd +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/messenger/sanitize.dtd +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/messenger/search-attributes.properties +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/messenger/search-operators.properties +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/messenger/search.properties +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/messenger/searchIntegrationDefault.dtd +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/messenger/searchIntegrationMac.dtd +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/messenger/searchIntegrationWin.dtd +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/messenger/searchTermOverlay.dtd +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/messenger/shutdownWindow.properties +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/messenger/smime.properties +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/messenger/smtpEditOverlay.dtd +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/messenger/subscribe.dtd +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/messenger/subscribe.properties +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/messenger/systemIntegrationDialog.dtd +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/messenger/tabmail.dtd +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/messenger/taskbar.properties +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/messenger/telemetry.properties +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/messenger/templateUtils.properties +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/messenger/textImportMsgs.properties +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/messenger/vCardImportMsgs.properties +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/messenger/viewLog.dtd +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/messenger/viewZoomOverlay.dtd +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/messenger/virtualFolderListDialog.dtd +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/messenger/virtualFolderProperties.dtd +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/messenger/wmImportMsgs.properties +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/mozapps/downloads/downloads.dtd +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/mozapps/downloads/downloads.properties +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/mozapps/downloads/settingsChange.dtd +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/mozapps/downloads/unknownContentType.dtd +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/mozapps/downloads/unknownContentType.properties +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/mozapps/extensions/about.dtd +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/mozapps/extensions/blocklist.dtd +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/mozapps/extensions/extensions.dtd +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/mozapps/extensions/extensions.properties +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/mozapps/extensions/newaddon.dtd +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/mozapps/extensions/newaddon.properties +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/mozapps/extensions/selectAddons.dtd +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/mozapps/extensions/selectAddons.properties +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/mozapps/extensions/update.dtd +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/mozapps/extensions/update.properties +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/mozapps/handling/handling.dtd +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/mozapps/handling/handling.properties +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/mozapps/plugins/plugins.dtd +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/mozapps/preferences/changemp.dtd +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/mozapps/preferences/preferences.properties +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/mozapps/preferences/removemp.dtd +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/mozapps/profile/createProfileWizard.dtd +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/mozapps/profile/profileSelection.dtd +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/mozapps/profile/profileSelection.properties +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/mozapps/update/history.dtd +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/mozapps/update/updates.dtd +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/mozapps/update/updates.properties +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/mozapps/xpinstall/xpinstallConfirm.dtd +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/mozapps/xpinstall/xpinstallConfirm.properties +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/mozldap/ldap.properties +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/necko/necko.properties +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/passwordmgr/passwordManager.dtd +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/passwordmgr/passwordmgr.properties +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/pipnss/nsserrors.properties +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/pipnss/pipnss.properties +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/pippki/certManager.dtd +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/pippki/deviceManager.dtd +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/pippki/pippki.dtd +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/pippki/pippki.properties +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/chrome/ar/locale/ar/places/places.properties +lib/thunderbird38/extensions/langpack-ar@thunderbird.mozilla.org/install.rdf +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome.manifest +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/.mkdir.done +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be.manifest +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/alerts/alert.dtd +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/alerts/notificationNames.properties +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/autoconfig/autoconfig.properties +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/branding/brand.dtd +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/branding/brand.properties +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/chat/accounts.properties +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/chat/commands.properties +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/chat/contacts.properties +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/chat/conversations.properties +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/chat/facebook.properties +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/chat/imtooltip.properties +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/chat/irc.properties +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/chat/logger.properties +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/chat/status.properties +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/chat/twitter.properties +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/chat/xmpp.properties +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/chat/yahoo.properties +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/communicator/utilityOverlay.dtd +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/cookie/cookieAcceptDialog.dtd +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/cookie/cookieAcceptDialog.properties +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/editor/EdAdvancedEdit.dtd +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/editor/EdColorPicker.dtd +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/editor/EdConvertToTable.dtd +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/editor/EdDialogOverlay.dtd +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/editor/EdNamedAnchorProperties.dtd +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/editor/EditorButtonProperties.dtd +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/editor/EditorColorProperties.dtd +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/editor/EditorFieldSetProperties.dtd +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/editor/EditorFormProperties.dtd +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/editor/EditorHLineProperties.dtd +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/editor/EditorImageProperties.dtd +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/editor/EditorInputProperties.dtd +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/editor/EditorInsertChars.dtd +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/editor/EditorInsertMath.dtd +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/editor/EditorInsertSource.dtd +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/editor/EditorInsertTOC.dtd +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/editor/EditorInsertTable.dtd +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/editor/EditorLabelProperties.dtd +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/editor/EditorLinkProperties.dtd +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/editor/EditorListProperties.dtd +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/editor/EditorPersonalDictionary.dtd +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/editor/EditorReplace.dtd +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/editor/EditorSelectProperties.dtd +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/editor/EditorSpellCheck.dtd +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/editor/EditorTableProperties.dtd +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/editor/EditorTextAreaProperties.dtd +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/editor/editor.properties +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/editor/editorOverlay.dtd +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/editor/editorSmileyOverlay.dtd +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/formautofill/requestAutocomplete.dtd +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/global-platform/mac/accessible.properties +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/global-platform/mac/intl.properties +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/global-platform/mac/platformKeys.properties +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/global-platform/unix/accessible.properties +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/global-platform/unix/intl.properties +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/global-platform/unix/platformKeys.properties +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/global-platform/win/accessible.properties +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/global-platform/win/intl.properties +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/global-platform/win/platformKeys.properties +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/global-region/region.properties +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/global/AccessFu.properties +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/global/about.dtd +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/global/aboutAbout.dtd +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/global/aboutNetworking.dtd +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/global/aboutReader.properties +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/global/aboutRights.dtd +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/global/aboutSupport.dtd +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/global/aboutSupport.properties +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/global/aboutTelemetry.dtd +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/global/aboutTelemetry.properties +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/global/appPicker.dtd +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/global/appstrings.properties +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/global/autocomplete.properties +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/global/brand.dtd +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/global/browser.properties +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/global/charsetMenu.dtd +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/global/charsetMenu.properties +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/global/commonDialog.dtd +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/global/commonDialogs.properties +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/global/config.dtd +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/global/config.properties +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/global/console.dtd +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/global/console.properties +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/global/contentAreaCommands.properties +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/global/crashes.dtd +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/global/crashes.properties +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/global/css.properties +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/global/customizeToolbar.dtd +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/global/customizeToolbar.properties +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/global/dateFormat.properties +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/global/datetimepicker.dtd +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/global/devtools/csscoverage.dtd +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/global/devtools/csscoverage.properties +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/global/devtools/debugger.properties +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/global/devtools/styleinspector.properties +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/global/dialog.properties +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/global/dialogOverlay.dtd +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/global/dom/dom.properties +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/global/editMenuOverlay.dtd +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/global/fallbackMenubar.properties +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/global/filefield.properties +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/global/filepicker.dtd +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/global/filepicker.properties +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/global/findbar.dtd +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/global/findbar.properties +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/global/finddialog.dtd +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/global/finddialog.properties +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/global/global-strres.properties +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/global/global.dtd +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/global/globalKeys.dtd +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/global/headsUpDisplay.properties +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/global/intl.css +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/global/intl.properties +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/global/keys.properties +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/global/languageNames.properties +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/global/layout/HtmlForm.properties +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/global/layout/MediaDocument.properties +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/global/layout/htmlparser.properties +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/global/layout/xmlparser.properties +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/global/layout_errors.properties +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/global/mathml/mathml.properties +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/global/mozilla.dtd +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/global/netError.dtd +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/global/netErrorApp.dtd +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/global/notification.dtd +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/global/nsWebBrowserPersist.properties +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/global/plugins.properties +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/global/preferences.dtd +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/global/printPageSetup.dtd +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/global/printPreview.dtd +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/global/printPreviewProgress.dtd +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/global/printProgress.dtd +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/global/printdialog.dtd +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/global/printdialog.properties +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/global/printing.properties +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/global/printjoboptions.dtd +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/global/regionNames.properties +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/global/resetProfile.dtd +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/global/resetProfile.properties +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/global/search/search.properties +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/global/security/caps.properties +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/global/security/csp.properties +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/global/security/security.properties +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/global/svg/svg.properties +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/global/textcontext.dtd +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/global/tree.dtd +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/global/videocontrols.dtd +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/global/viewSource.dtd +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/global/viewSource.properties +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/global/webapps.properties +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/global/wizard.dtd +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/global/wizard.properties +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/global/xbl.properties +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/global/xml/prettyprint.dtd +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/global/xslt/xslt.properties +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/global/xul.properties +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/messenger-mapi/mapi.properties +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/messenger-newsblog/am-newsblog.dtd +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/messenger-newsblog/feed-subscriptions.dtd +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/messenger-newsblog/newsblog.properties +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/messenger-region/region.properties +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/messenger-smime/certFetchingStatus.dtd +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/messenger-smime/msgCompSMIMEOverlay.dtd +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/messenger-smime/msgCompSMIMEOverlay.properties +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/messenger-smime/msgCompSecurityInfo.dtd +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/messenger-smime/msgCompSecurityInfo.properties +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/messenger-smime/msgReadSMIMEOverlay.dtd +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/messenger-smime/msgReadSMIMEOverlay.properties +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/messenger-smime/msgReadSecurityInfo.dtd +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/messenger-smime/msgSecurityInfo.properties +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/messenger/AccountManager.dtd +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/messenger/AccountWizard.dtd +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/messenger/CustomHeaders.dtd +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/messenger/FilterEditor.dtd +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/messenger/FilterListDialog.dtd +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/messenger/SearchDialog.dtd +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/messenger/aboutDialog.dtd +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/messenger/aboutDownloads.dtd +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/messenger/aboutRights.dtd +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/messenger/aboutRights.properties +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/messenger/aboutSupportMail.dtd +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/messenger/aboutSupportMail.properties +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/messenger/accountCreation.dtd +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/messenger/accountCreation.properties +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/messenger/accountCreationModel.properties +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/messenger/accountCreationUtil.properties +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/messenger/activity.dtd +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/messenger/activity.properties +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/messenger/addbuddy.dtd +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/messenger/addressbook/abAddressBookNameDialog.dtd +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/messenger/addressbook/abCardOverlay.dtd +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/messenger/addressbook/abContactsPanel.dtd +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/messenger/addressbook/abMailListDialog.dtd +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/messenger/addressbook/abMainWindow.dtd +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/messenger/addressbook/abNewCardDialog.dtd +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/messenger/addressbook/abResultsPaneOverlay.dtd +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/messenger/addressbook/addressBook.properties +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/messenger/addressbook/ldapAutoCompErrs.properties +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/messenger/addressbook/pref-directory-add.dtd +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/messenger/addressbook/pref-directory.dtd +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/messenger/addressbook/replicationProgress.properties +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/messenger/am-addressing.dtd +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/messenger/am-advanced.dtd +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/messenger/am-archiveoptions.dtd +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/messenger/am-copies.dtd +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/messenger/am-identities-list.dtd +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/messenger/am-identity-edit.dtd +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/messenger/am-im.dtd +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/messenger/am-junk.dtd +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/messenger/am-main.dtd +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/messenger/am-mdn.dtd +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/messenger/am-mdn.properties +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/messenger/am-offline.dtd +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/messenger/am-server-advanced.dtd +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/messenger/am-server-top.dtd +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/messenger/am-serverwithnoidentities.dtd +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/messenger/am-smime.dtd +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/messenger/am-smime.properties +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/messenger/appleMailImportMsgs.properties +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/messenger/baseMenuOverlay.dtd +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/messenger/charsetTitles.properties +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/messenger/chat.dtd +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/messenger/chat.properties +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/messenger/cloudfile/Box/auth.dtd +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/messenger/cloudfile/Box/management.dtd +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/messenger/cloudfile/Box/settings.dtd +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/messenger/cloudfile/Hightail/fileExceeds2GB.dtd +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/messenger/cloudfile/Hightail/fileExceedsLimit.dtd +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/messenger/cloudfile/Hightail/fileExceedsQuota.dtd +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/messenger/cloudfile/Hightail/management.dtd +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/messenger/cloudfile/Hightail/settings.dtd +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/messenger/cloudfile/addAccountDialog.dtd +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/messenger/cloudfile/management.dtd +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/messenger/configEditorOverlay.dtd +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/messenger/custom.properties +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/messenger/customizeToolbarOverlay.dtd +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/messenger/downloadheaders.dtd +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/messenger/downloads/settingsChange.dtd +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/messenger/downloadsOverlay.dtd +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/messenger/editContactOverlay.dtd +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/messenger/editContactOverlay.properties +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/messenger/eudoraImportMsgs.properties +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/messenger/fieldMapImport.dtd +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/messenger/filter.properties +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/messenger/folderProps.dtd +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/messenger/folderWidgets.properties +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/messenger/folderpane.dtd +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/messenger/gloda.properties +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/messenger/glodaComplete.properties +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/messenger/glodaFacetView.dtd +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/messenger/glodaFacetView.properties +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/messenger/imAccountWizard.dtd +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/messenger/imAccounts.dtd +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/messenger/imAccounts.properties +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/messenger/imapMsgs.properties +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/messenger/importDialog.dtd +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/messenger/importMsgs.properties +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/messenger/joinChat.dtd +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/messenger/junkLog.dtd +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/messenger/junkMailInfo.dtd +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/messenger/localMsgs.properties +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/messenger/mailEditorOverlay.dtd +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/messenger/mailOverlay.dtd +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/messenger/mailViewList.dtd +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/messenger/mailViewSetup.dtd +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/messenger/mailviews.properties +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/messenger/markByDate.dtd +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/messenger/messenger.dtd +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/messenger/messenger.properties +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/messenger/messengercompose/addressingWidgetOverlay.dtd +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/messenger/messengercompose/askSendFormat.dtd +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/messenger/messengercompose/askSendFormat.properties +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/messenger/messengercompose/composeMsgs.properties +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/messenger/messengercompose/mailComposeEditorOverlay.dtd +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/messenger/messengercompose/messengercompose.dtd +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/messenger/messengercompose/sendProgress.dtd +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/messenger/messengercompose/sendProgress.properties +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/messenger/migration/migration.dtd +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/messenger/migration/migration.properties +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/messenger/mime.properties +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/messenger/mimeheader.properties +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/messenger/msgAccountCentral.dtd +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/messenger/msgHdrViewOverlay.dtd +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/messenger/msgPrintEngine.dtd +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/messenger/msgSynchronize.dtd +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/messenger/msgViewPickerOverlay.dtd +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/messenger/msgmdn.properties +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/messenger/multimessageview.dtd +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/messenger/multimessageview.properties +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/messenger/netError.dtd +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/messenger/newFolderDialog.dtd +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/messenger/newTagDialog.dtd +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/messenger/newmailaccount/accountProvisioner.dtd +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/messenger/newmailaccount/accountProvisioner.properties +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/messenger/news.properties +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/messenger/oeImportMsgs.properties +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/messenger/offline.properties +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/messenger/offlineStartup.properties +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/messenger/outlookImportMsgs.properties +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/messenger/pgpmime.properties +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/messenger/preferences/advanced.dtd +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/messenger/preferences/applicationManager.dtd +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/messenger/preferences/applicationManager.properties +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/messenger/preferences/applications.dtd +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/messenger/preferences/applications.properties +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/messenger/preferences/attachmentReminder.dtd +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/messenger/preferences/chat.dtd +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/messenger/preferences/colors.dtd +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/messenger/preferences/compose.dtd +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/messenger/preferences/connection.dtd +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/messenger/preferences/cookies.dtd +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/messenger/preferences/display.dtd +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/messenger/preferences/dockoptions.dtd +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/messenger/preferences/fonts.dtd +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/messenger/preferences/general.dtd +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/messenger/preferences/notifications.dtd +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/messenger/preferences/offline.dtd +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/messenger/preferences/permissions.dtd +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/messenger/preferences/preferences.dtd +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/messenger/preferences/preferences.properties +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/messenger/preferences/privacy.dtd +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/messenger/preferences/receipts.dtd +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/messenger/preferences/security.dtd +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/messenger/preferences/sendoptions.dtd +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/messenger/prefs.properties +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/messenger/quickFilterBar.dtd +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/messenger/renameFolderDialog.dtd +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/messenger/safeMode.dtd +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/messenger/sanitize.dtd +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/messenger/search-attributes.properties +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/messenger/search-operators.properties +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/messenger/search.properties +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/messenger/searchIntegrationDefault.dtd +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/messenger/searchIntegrationMac.dtd +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/messenger/searchIntegrationWin.dtd +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/messenger/searchTermOverlay.dtd +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/messenger/shutdownWindow.properties +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/messenger/smime.properties +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/messenger/smtpEditOverlay.dtd +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/messenger/subscribe.dtd +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/messenger/subscribe.properties +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/messenger/systemIntegrationDialog.dtd +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/messenger/tabmail.dtd +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/messenger/taskbar.properties +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/messenger/telemetry.properties +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/messenger/templateUtils.properties +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/messenger/textImportMsgs.properties +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/messenger/vCardImportMsgs.properties +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/messenger/viewLog.dtd +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/messenger/viewZoomOverlay.dtd +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/messenger/virtualFolderListDialog.dtd +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/messenger/virtualFolderProperties.dtd +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/messenger/wmImportMsgs.properties +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/mozapps/downloads/downloads.dtd +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/mozapps/downloads/downloads.properties +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/mozapps/downloads/settingsChange.dtd +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/mozapps/downloads/unknownContentType.dtd +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/mozapps/downloads/unknownContentType.properties +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/mozapps/extensions/about.dtd +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/mozapps/extensions/blocklist.dtd +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/mozapps/extensions/extensions.dtd +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/mozapps/extensions/extensions.properties +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/mozapps/extensions/newaddon.dtd +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/mozapps/extensions/newaddon.properties +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/mozapps/extensions/selectAddons.dtd +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/mozapps/extensions/selectAddons.properties +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/mozapps/extensions/update.dtd +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/mozapps/extensions/update.properties +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/mozapps/handling/handling.dtd +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/mozapps/handling/handling.properties +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/mozapps/plugins/plugins.dtd +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/mozapps/preferences/changemp.dtd +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/mozapps/preferences/preferences.properties +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/mozapps/preferences/removemp.dtd +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/mozapps/profile/createProfileWizard.dtd +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/mozapps/profile/profileSelection.dtd +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/mozapps/profile/profileSelection.properties +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/mozapps/update/history.dtd +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/mozapps/update/updates.dtd +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/mozapps/update/updates.properties +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/mozapps/xpinstall/xpinstallConfirm.dtd +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/mozapps/xpinstall/xpinstallConfirm.properties +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/mozldap/ldap.properties +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/necko/necko.properties +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/passwordmgr/passwordManager.dtd +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/passwordmgr/passwordmgr.properties +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/pipnss/nsserrors.properties +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/pipnss/pipnss.properties +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/pippki/certManager.dtd +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/pippki/deviceManager.dtd +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/pippki/pippki.dtd +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/pippki/pippki.properties +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/chrome/be/locale/be/places/places.properties +lib/thunderbird38/extensions/langpack-be@thunderbird.mozilla.org/install.rdf +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome.manifest +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/.mkdir.done +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD.manifest +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/alerts/alert.dtd +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/alerts/notificationNames.properties +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/autoconfig/autoconfig.properties +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/branding/brand.dtd +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/branding/brand.properties +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/chat/accounts.properties +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/chat/commands.properties +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/chat/contacts.properties +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/chat/conversations.properties +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/chat/facebook.properties +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/chat/imtooltip.properties +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/chat/irc.properties +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/chat/logger.properties +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/chat/status.properties +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/chat/twitter.properties +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/chat/xmpp.properties +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/chat/yahoo.properties +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/communicator/utilityOverlay.dtd +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/cookie/cookieAcceptDialog.dtd +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/cookie/cookieAcceptDialog.properties +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/editor/EdAdvancedEdit.dtd +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/editor/EdColorPicker.dtd +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/editor/EdConvertToTable.dtd +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/editor/EdDialogOverlay.dtd +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/editor/EdNamedAnchorProperties.dtd +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/editor/EditorButtonProperties.dtd +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/editor/EditorColorProperties.dtd +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/editor/EditorFieldSetProperties.dtd +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/editor/EditorFormProperties.dtd +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/editor/EditorHLineProperties.dtd +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/editor/EditorImageProperties.dtd +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/editor/EditorInputProperties.dtd +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/editor/EditorInsertChars.dtd +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/editor/EditorInsertMath.dtd +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/editor/EditorInsertSource.dtd +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/editor/EditorInsertTOC.dtd +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/editor/EditorInsertTable.dtd +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/editor/EditorLabelProperties.dtd +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/editor/EditorLinkProperties.dtd +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/editor/EditorListProperties.dtd +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/editor/EditorPersonalDictionary.dtd +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/editor/EditorReplace.dtd +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/editor/EditorSelectProperties.dtd +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/editor/EditorSpellCheck.dtd +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/editor/EditorTableProperties.dtd +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/editor/EditorTextAreaProperties.dtd +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/editor/editor.properties +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/editor/editorOverlay.dtd +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/editor/editorSmileyOverlay.dtd +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/formautofill/requestAutocomplete.dtd +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/global-platform/mac/accessible.properties +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/global-platform/mac/intl.properties +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/global-platform/mac/platformKeys.properties +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/global-platform/unix/accessible.properties +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/global-platform/unix/intl.properties +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/global-platform/unix/platformKeys.properties +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/global-platform/win/accessible.properties +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/global-platform/win/intl.properties +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/global-platform/win/platformKeys.properties +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/global-region/region.properties +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/global/AccessFu.properties +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/global/about.dtd +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/global/aboutAbout.dtd +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/global/aboutNetworking.dtd +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/global/aboutReader.properties +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/global/aboutRights.dtd +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/global/aboutSupport.dtd +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/global/aboutSupport.properties +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/global/aboutTelemetry.dtd +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/global/aboutTelemetry.properties +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/global/appPicker.dtd +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/global/appstrings.properties +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/global/autocomplete.properties +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/global/brand.dtd +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/global/browser.properties +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/global/charsetMenu.dtd +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/global/charsetMenu.properties +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/global/commonDialog.dtd +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/global/commonDialogs.properties +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/global/config.dtd +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/global/config.properties +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/global/console.dtd +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/global/console.properties +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/global/contentAreaCommands.properties +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/global/crashes.dtd +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/global/crashes.properties +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/global/css.properties +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/global/customizeToolbar.dtd +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/global/customizeToolbar.properties +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/global/dateFormat.properties +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/global/datetimepicker.dtd +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/global/devtools/csscoverage.dtd +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/global/devtools/csscoverage.properties +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/global/devtools/debugger.properties +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/global/devtools/styleinspector.properties +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/global/dialog.properties +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/global/dialogOverlay.dtd +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/global/dom/dom.properties +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/global/editMenuOverlay.dtd +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/global/fallbackMenubar.properties +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/global/filefield.properties +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/global/filepicker.dtd +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/global/filepicker.properties +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/global/findbar.dtd +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/global/findbar.properties +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/global/finddialog.dtd +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/global/finddialog.properties +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/global/global-strres.properties +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/global/global.dtd +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/global/globalKeys.dtd +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/global/headsUpDisplay.properties +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/global/intl.css +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/global/intl.properties +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/global/keys.properties +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/global/languageNames.properties +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/global/layout/HtmlForm.properties +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/global/layout/MediaDocument.properties +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/global/layout/htmlparser.properties +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/global/layout/xmlparser.properties +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/global/layout_errors.properties +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/global/mathml/mathml.properties +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/global/mozilla.dtd +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/global/netError.dtd +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/global/netErrorApp.dtd +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/global/notification.dtd +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/global/nsWebBrowserPersist.properties +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/global/plugins.properties +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/global/preferences.dtd +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/global/printPageSetup.dtd +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/global/printPreview.dtd +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/global/printPreviewProgress.dtd +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/global/printProgress.dtd +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/global/printdialog.dtd +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/global/printdialog.properties +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/global/printing.properties +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/global/printjoboptions.dtd +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/global/regionNames.properties +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/global/resetProfile.dtd +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/global/resetProfile.properties +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/global/search/search.properties +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/global/security/caps.properties +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/global/security/csp.properties +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/global/security/security.properties +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/global/svg/svg.properties +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/global/textcontext.dtd +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/global/tree.dtd +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/global/videocontrols.dtd +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/global/viewSource.dtd +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/global/viewSource.properties +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/global/webapps.properties +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/global/wizard.dtd +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/global/wizard.properties +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/global/xbl.properties +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/global/xml/prettyprint.dtd +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/global/xslt/xslt.properties +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/global/xul.properties +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/messenger-mapi/mapi.properties +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/messenger-newsblog/am-newsblog.dtd +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/messenger-newsblog/feed-subscriptions.dtd +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/messenger-newsblog/newsblog.properties +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/messenger-region/region.properties +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/messenger-smime/certFetchingStatus.dtd +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/messenger-smime/msgCompSMIMEOverlay.dtd +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/messenger-smime/msgCompSMIMEOverlay.properties +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/messenger-smime/msgCompSecurityInfo.dtd +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/messenger-smime/msgCompSecurityInfo.properties +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/messenger-smime/msgReadSMIMEOverlay.dtd +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/messenger-smime/msgReadSMIMEOverlay.properties +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/messenger-smime/msgReadSecurityInfo.dtd +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/messenger-smime/msgSecurityInfo.properties +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/messenger/AccountManager.dtd +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/messenger/AccountWizard.dtd +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/messenger/CustomHeaders.dtd +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/messenger/FilterEditor.dtd +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/messenger/FilterListDialog.dtd +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/messenger/SearchDialog.dtd +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/messenger/aboutDialog.dtd +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/messenger/aboutDownloads.dtd +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/messenger/aboutRights.dtd +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/messenger/aboutRights.properties +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/messenger/aboutSupportMail.dtd +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/messenger/aboutSupportMail.properties +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/messenger/accountCreation.dtd +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/messenger/accountCreation.properties +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/messenger/accountCreationModel.properties +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/messenger/accountCreationUtil.properties +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/messenger/activity.dtd +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/messenger/activity.properties +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/messenger/addbuddy.dtd +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/messenger/addressbook/abAddressBookNameDialog.dtd +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/messenger/addressbook/abCardOverlay.dtd +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/messenger/addressbook/abContactsPanel.dtd +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/messenger/addressbook/abMailListDialog.dtd +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/messenger/addressbook/abMainWindow.dtd +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/messenger/addressbook/abNewCardDialog.dtd +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/messenger/addressbook/abResultsPaneOverlay.dtd +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/messenger/addressbook/addressBook.properties +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/messenger/addressbook/ldapAutoCompErrs.properties +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/messenger/addressbook/pref-directory-add.dtd +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/messenger/addressbook/pref-directory.dtd +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/messenger/addressbook/replicationProgress.properties +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/messenger/am-addressing.dtd +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/messenger/am-advanced.dtd +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/messenger/am-archiveoptions.dtd +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/messenger/am-copies.dtd +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/messenger/am-identities-list.dtd +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/messenger/am-identity-edit.dtd +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/messenger/am-im.dtd +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/messenger/am-junk.dtd +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/messenger/am-main.dtd +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/messenger/am-mdn.dtd +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/messenger/am-mdn.properties +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/messenger/am-offline.dtd +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/messenger/am-server-advanced.dtd +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/messenger/am-server-top.dtd +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/messenger/am-serverwithnoidentities.dtd +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/messenger/am-smime.dtd +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/messenger/am-smime.properties +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/messenger/appleMailImportMsgs.properties +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/messenger/baseMenuOverlay.dtd +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/messenger/charsetTitles.properties +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/messenger/chat.dtd +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/messenger/chat.properties +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/messenger/cloudfile/Box/auth.dtd +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/messenger/cloudfile/Box/management.dtd +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/messenger/cloudfile/Box/settings.dtd +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/messenger/cloudfile/Hightail/fileExceeds2GB.dtd +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/messenger/cloudfile/Hightail/fileExceedsLimit.dtd +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/messenger/cloudfile/Hightail/fileExceedsQuota.dtd +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/messenger/cloudfile/Hightail/management.dtd +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/messenger/cloudfile/Hightail/settings.dtd +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/messenger/cloudfile/addAccountDialog.dtd +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/messenger/cloudfile/management.dtd +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/messenger/configEditorOverlay.dtd +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/messenger/custom.properties +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/messenger/customizeToolbarOverlay.dtd +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/messenger/downloadheaders.dtd +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/messenger/downloads/settingsChange.dtd +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/messenger/downloadsOverlay.dtd +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/messenger/editContactOverlay.dtd +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/messenger/editContactOverlay.properties +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/messenger/eudoraImportMsgs.properties +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/messenger/fieldMapImport.dtd +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/messenger/filter.properties +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/messenger/folderProps.dtd +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/messenger/folderWidgets.properties +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/messenger/folderpane.dtd +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/messenger/gloda.properties +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/messenger/glodaComplete.properties +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/messenger/glodaFacetView.dtd +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/messenger/glodaFacetView.properties +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/messenger/imAccountWizard.dtd +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/messenger/imAccounts.dtd +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/messenger/imAccounts.properties +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/messenger/imapMsgs.properties +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/messenger/importDialog.dtd +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/messenger/importMsgs.properties +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/messenger/joinChat.dtd +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/messenger/junkLog.dtd +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/messenger/junkMailInfo.dtd +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/messenger/localMsgs.properties +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/messenger/mailEditorOverlay.dtd +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/messenger/mailOverlay.dtd +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/messenger/mailViewList.dtd +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/messenger/mailViewSetup.dtd +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/messenger/mailviews.properties +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/messenger/markByDate.dtd +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/messenger/messenger.dtd +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/messenger/messenger.properties +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/messenger/messengercompose/addressingWidgetOverlay.dtd +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/messenger/messengercompose/askSendFormat.dtd +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/messenger/messengercompose/askSendFormat.properties +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/messenger/messengercompose/composeMsgs.properties +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/messenger/messengercompose/mailComposeEditorOverlay.dtd +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/messenger/messengercompose/messengercompose.dtd +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/messenger/messengercompose/sendProgress.dtd +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/messenger/messengercompose/sendProgress.properties +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/messenger/migration/migration.dtd +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/messenger/migration/migration.properties +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/messenger/mime.properties +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/messenger/mimeheader.properties +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/messenger/msgAccountCentral.dtd +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/messenger/msgHdrViewOverlay.dtd +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/messenger/msgPrintEngine.dtd +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/messenger/msgSynchronize.dtd +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/messenger/msgViewPickerOverlay.dtd +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/messenger/msgmdn.properties +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/messenger/multimessageview.dtd +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/messenger/multimessageview.properties +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/messenger/netError.dtd +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/messenger/newFolderDialog.dtd +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/messenger/newTagDialog.dtd +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/messenger/newmailaccount/accountProvisioner.dtd +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/messenger/newmailaccount/accountProvisioner.properties +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/messenger/news.properties +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/messenger/oeImportMsgs.properties +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/messenger/offline.properties +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/messenger/offlineStartup.properties +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/messenger/outlookImportMsgs.properties +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/messenger/pgpmime.properties +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/messenger/preferences/advanced.dtd +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/messenger/preferences/applicationManager.dtd +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/messenger/preferences/applicationManager.properties +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/messenger/preferences/applications.dtd +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/messenger/preferences/applications.properties +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/messenger/preferences/attachmentReminder.dtd +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/messenger/preferences/chat.dtd +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/messenger/preferences/colors.dtd +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/messenger/preferences/compose.dtd +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/messenger/preferences/connection.dtd +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/messenger/preferences/cookies.dtd +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/messenger/preferences/display.dtd +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/messenger/preferences/dockoptions.dtd +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/messenger/preferences/fonts.dtd +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/messenger/preferences/general.dtd +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/messenger/preferences/notifications.dtd +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/messenger/preferences/offline.dtd +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/messenger/preferences/permissions.dtd +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/messenger/preferences/preferences.dtd +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/messenger/preferences/preferences.properties +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/messenger/preferences/privacy.dtd +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/messenger/preferences/receipts.dtd +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/messenger/preferences/security.dtd +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/messenger/preferences/sendoptions.dtd +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/messenger/prefs.properties +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/messenger/quickFilterBar.dtd +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/messenger/renameFolderDialog.dtd +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/messenger/safeMode.dtd +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/messenger/sanitize.dtd +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/messenger/search-attributes.properties +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/messenger/search-operators.properties +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/messenger/search.properties +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/messenger/searchIntegrationDefault.dtd +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/messenger/searchIntegrationMac.dtd +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/messenger/searchIntegrationWin.dtd +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/messenger/searchTermOverlay.dtd +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/messenger/shutdownWindow.properties +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/messenger/smime.properties +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/messenger/smtpEditOverlay.dtd +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/messenger/subscribe.dtd +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/messenger/subscribe.properties +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/messenger/systemIntegrationDialog.dtd +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/messenger/tabmail.dtd +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/messenger/taskbar.properties +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/messenger/telemetry.properties +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/messenger/templateUtils.properties +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/messenger/textImportMsgs.properties +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/messenger/vCardImportMsgs.properties +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/messenger/viewLog.dtd +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/messenger/viewZoomOverlay.dtd +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/messenger/virtualFolderListDialog.dtd +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/messenger/virtualFolderProperties.dtd +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/messenger/wmImportMsgs.properties +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/mozapps/downloads/downloads.dtd +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/mozapps/downloads/downloads.properties +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/mozapps/downloads/settingsChange.dtd +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/mozapps/downloads/unknownContentType.dtd +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/mozapps/downloads/unknownContentType.properties +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/mozapps/extensions/about.dtd +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/mozapps/extensions/blocklist.dtd +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/mozapps/extensions/extensions.dtd +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/mozapps/extensions/extensions.properties +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/mozapps/extensions/newaddon.dtd +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/mozapps/extensions/newaddon.properties +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/mozapps/extensions/selectAddons.dtd +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/mozapps/extensions/selectAddons.properties +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/mozapps/extensions/update.dtd +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/mozapps/extensions/update.properties +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/mozapps/handling/handling.dtd +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/mozapps/handling/handling.properties +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/mozapps/plugins/plugins.dtd +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/mozapps/preferences/changemp.dtd +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/mozapps/preferences/preferences.properties +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/mozapps/preferences/removemp.dtd +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/mozapps/profile/createProfileWizard.dtd +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/mozapps/profile/profileSelection.dtd +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/mozapps/profile/profileSelection.properties +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/mozapps/update/history.dtd +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/mozapps/update/updates.dtd +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/mozapps/update/updates.properties +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/mozapps/xpinstall/xpinstallConfirm.dtd +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/mozapps/xpinstall/xpinstallConfirm.properties +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/mozldap/ldap.properties +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/necko/necko.properties +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/passwordmgr/passwordManager.dtd +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/passwordmgr/passwordmgr.properties +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/pipnss/nsserrors.properties +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/pipnss/pipnss.properties +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/pippki/certManager.dtd +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/pippki/deviceManager.dtd +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/pippki/pippki.dtd +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/pippki/pippki.properties +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/chrome/bn-BD/locale/bn-BD/places/places.properties +lib/thunderbird38/extensions/langpack-bn-BD@thunderbird.mozilla.org/install.rdf +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome.manifest +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/.mkdir.done +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br.manifest +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/alerts/alert.dtd +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/alerts/notificationNames.properties +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/autoconfig/autoconfig.properties +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/branding/brand.dtd +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/branding/brand.properties +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/chat/accounts.properties +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/chat/commands.properties +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/chat/contacts.properties +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/chat/conversations.properties +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/chat/facebook.properties +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/chat/imtooltip.properties +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/chat/irc.properties +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/chat/logger.properties +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/chat/status.properties +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/chat/twitter.properties +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/chat/xmpp.properties +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/chat/yahoo.properties +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/communicator/utilityOverlay.dtd +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/cookie/cookieAcceptDialog.dtd +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/cookie/cookieAcceptDialog.properties +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/editor/EdAdvancedEdit.dtd +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/editor/EdColorPicker.dtd +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/editor/EdConvertToTable.dtd +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/editor/EdDialogOverlay.dtd +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/editor/EdNamedAnchorProperties.dtd +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/editor/EditorButtonProperties.dtd +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/editor/EditorColorProperties.dtd +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/editor/EditorFieldSetProperties.dtd +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/editor/EditorFormProperties.dtd +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/editor/EditorHLineProperties.dtd +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/editor/EditorImageProperties.dtd +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/editor/EditorInputProperties.dtd +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/editor/EditorInsertChars.dtd +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/editor/EditorInsertMath.dtd +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/editor/EditorInsertSource.dtd +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/editor/EditorInsertTOC.dtd +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/editor/EditorInsertTable.dtd +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/editor/EditorLabelProperties.dtd +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/editor/EditorLinkProperties.dtd +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/editor/EditorListProperties.dtd +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/editor/EditorPersonalDictionary.dtd +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/editor/EditorReplace.dtd +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/editor/EditorSelectProperties.dtd +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/editor/EditorSpellCheck.dtd +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/editor/EditorTableProperties.dtd +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/editor/EditorTextAreaProperties.dtd +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/editor/editor.properties +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/editor/editorOverlay.dtd +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/editor/editorSmileyOverlay.dtd +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/formautofill/requestAutocomplete.dtd +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/global-platform/mac/accessible.properties +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/global-platform/mac/intl.properties +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/global-platform/mac/platformKeys.properties +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/global-platform/unix/accessible.properties +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/global-platform/unix/intl.properties +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/global-platform/unix/platformKeys.properties +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/global-platform/win/accessible.properties +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/global-platform/win/intl.properties +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/global-platform/win/platformKeys.properties +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/global-region/region.properties +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/global/AccessFu.properties +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/global/about.dtd +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/global/aboutAbout.dtd +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/global/aboutNetworking.dtd +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/global/aboutReader.properties +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/global/aboutRights.dtd +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/global/aboutSupport.dtd +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/global/aboutSupport.properties +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/global/aboutTelemetry.dtd +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/global/aboutTelemetry.properties +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/global/appPicker.dtd +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/global/appstrings.properties +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/global/autocomplete.properties +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/global/brand.dtd +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/global/browser.properties +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/global/charsetMenu.dtd +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/global/charsetMenu.properties +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/global/commonDialog.dtd +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/global/commonDialogs.properties +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/global/config.dtd +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/global/config.properties +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/global/console.dtd +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/global/console.properties +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/global/contentAreaCommands.properties +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/global/crashes.dtd +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/global/crashes.properties +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/global/css.properties +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/global/customizeToolbar.dtd +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/global/customizeToolbar.properties +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/global/dateFormat.properties +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/global/datetimepicker.dtd +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/global/devtools/csscoverage.dtd +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/global/devtools/csscoverage.properties +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/global/devtools/debugger.properties +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/global/devtools/styleinspector.properties +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/global/dialog.properties +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/global/dialogOverlay.dtd +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/global/dom/dom.properties +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/global/editMenuOverlay.dtd +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/global/fallbackMenubar.properties +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/global/filefield.properties +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/global/filepicker.dtd +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/global/filepicker.properties +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/global/findbar.dtd +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/global/findbar.properties +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/global/finddialog.dtd +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/global/finddialog.properties +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/global/global-strres.properties +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/global/global.dtd +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/global/globalKeys.dtd +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/global/headsUpDisplay.properties +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/global/intl.css +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/global/intl.properties +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/global/keys.properties +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/global/languageNames.properties +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/global/layout/HtmlForm.properties +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/global/layout/MediaDocument.properties +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/global/layout/htmlparser.properties +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/global/layout/xmlparser.properties +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/global/layout_errors.properties +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/global/mathml/mathml.properties +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/global/mozilla.dtd +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/global/netError.dtd +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/global/netErrorApp.dtd +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/global/notification.dtd +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/global/nsWebBrowserPersist.properties +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/global/plugins.properties +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/global/preferences.dtd +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/global/printPageSetup.dtd +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/global/printPreview.dtd +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/global/printPreviewProgress.dtd +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/global/printProgress.dtd +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/global/printdialog.dtd +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/global/printdialog.properties +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/global/printing.properties +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/global/printjoboptions.dtd +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/global/regionNames.properties +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/global/resetProfile.dtd +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/global/resetProfile.properties +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/global/search/search.properties +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/global/security/caps.properties +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/global/security/csp.properties +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/global/security/security.properties +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/global/svg/svg.properties +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/global/textcontext.dtd +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/global/tree.dtd +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/global/videocontrols.dtd +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/global/viewSource.dtd +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/global/viewSource.properties +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/global/webapps.properties +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/global/wizard.dtd +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/global/wizard.properties +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/global/xbl.properties +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/global/xml/prettyprint.dtd +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/global/xslt/xslt.properties +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/global/xul.properties +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/messenger-mapi/mapi.properties +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/messenger-newsblog/am-newsblog.dtd +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/messenger-newsblog/feed-subscriptions.dtd +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/messenger-newsblog/newsblog.properties +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/messenger-region/region.properties +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/messenger-smime/certFetchingStatus.dtd +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/messenger-smime/msgCompSMIMEOverlay.dtd +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/messenger-smime/msgCompSMIMEOverlay.properties +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/messenger-smime/msgCompSecurityInfo.dtd +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/messenger-smime/msgCompSecurityInfo.properties +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/messenger-smime/msgReadSMIMEOverlay.dtd +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/messenger-smime/msgReadSMIMEOverlay.properties +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/messenger-smime/msgReadSecurityInfo.dtd +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/messenger-smime/msgSecurityInfo.properties +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/messenger/AccountManager.dtd +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/messenger/AccountWizard.dtd +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/messenger/CustomHeaders.dtd +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/messenger/FilterEditor.dtd +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/messenger/FilterListDialog.dtd +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/messenger/SearchDialog.dtd +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/messenger/aboutDialog.dtd +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/messenger/aboutDownloads.dtd +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/messenger/aboutRights.dtd +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/messenger/aboutRights.properties +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/messenger/aboutSupportMail.dtd +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/messenger/aboutSupportMail.properties +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/messenger/accountCreation.dtd +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/messenger/accountCreation.properties +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/messenger/accountCreationModel.properties +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/messenger/accountCreationUtil.properties +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/messenger/activity.dtd +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/messenger/activity.properties +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/messenger/addbuddy.dtd +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/messenger/addressbook/abAddressBookNameDialog.dtd +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/messenger/addressbook/abCardOverlay.dtd +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/messenger/addressbook/abContactsPanel.dtd +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/messenger/addressbook/abMailListDialog.dtd +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/messenger/addressbook/abMainWindow.dtd +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/messenger/addressbook/abNewCardDialog.dtd +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/messenger/addressbook/abResultsPaneOverlay.dtd +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/messenger/addressbook/addressBook.properties +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/messenger/addressbook/ldapAutoCompErrs.properties +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/messenger/addressbook/pref-directory-add.dtd +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/messenger/addressbook/pref-directory.dtd +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/messenger/addressbook/replicationProgress.properties +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/messenger/am-addressing.dtd +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/messenger/am-advanced.dtd +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/messenger/am-archiveoptions.dtd +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/messenger/am-copies.dtd +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/messenger/am-identities-list.dtd +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/messenger/am-identity-edit.dtd +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/messenger/am-im.dtd +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/messenger/am-junk.dtd +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/messenger/am-main.dtd +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/messenger/am-mdn.dtd +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/messenger/am-mdn.properties +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/messenger/am-offline.dtd +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/messenger/am-server-advanced.dtd +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/messenger/am-server-top.dtd +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/messenger/am-serverwithnoidentities.dtd +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/messenger/am-smime.dtd +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/messenger/am-smime.properties +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/messenger/appleMailImportMsgs.properties +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/messenger/baseMenuOverlay.dtd +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/messenger/charsetTitles.properties +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/messenger/chat.dtd +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/messenger/chat.properties +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/messenger/cloudfile/Box/auth.dtd +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/messenger/cloudfile/Box/management.dtd +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/messenger/cloudfile/Box/settings.dtd +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/messenger/cloudfile/Hightail/fileExceeds2GB.dtd +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/messenger/cloudfile/Hightail/fileExceedsLimit.dtd +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/messenger/cloudfile/Hightail/fileExceedsQuota.dtd +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/messenger/cloudfile/Hightail/management.dtd +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/messenger/cloudfile/Hightail/settings.dtd +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/messenger/cloudfile/addAccountDialog.dtd +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/messenger/cloudfile/management.dtd +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/messenger/configEditorOverlay.dtd +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/messenger/custom.properties +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/messenger/customizeToolbarOverlay.dtd +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/messenger/downloadheaders.dtd +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/messenger/downloads/settingsChange.dtd +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/messenger/downloadsOverlay.dtd +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/messenger/editContactOverlay.dtd +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/messenger/editContactOverlay.properties +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/messenger/eudoraImportMsgs.properties +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/messenger/fieldMapImport.dtd +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/messenger/filter.properties +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/messenger/folderProps.dtd +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/messenger/folderWidgets.properties +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/messenger/folderpane.dtd +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/messenger/gloda.properties +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/messenger/glodaComplete.properties +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/messenger/glodaFacetView.dtd +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/messenger/glodaFacetView.properties +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/messenger/imAccountWizard.dtd +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/messenger/imAccounts.dtd +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/messenger/imAccounts.properties +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/messenger/imapMsgs.properties +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/messenger/importDialog.dtd +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/messenger/importMsgs.properties +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/messenger/joinChat.dtd +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/messenger/junkLog.dtd +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/messenger/junkMailInfo.dtd +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/messenger/localMsgs.properties +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/messenger/mailEditorOverlay.dtd +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/messenger/mailOverlay.dtd +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/messenger/mailViewList.dtd +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/messenger/mailViewSetup.dtd +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/messenger/mailviews.properties +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/messenger/markByDate.dtd +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/messenger/messenger.dtd +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/messenger/messenger.properties +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/messenger/messengercompose/addressingWidgetOverlay.dtd +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/messenger/messengercompose/askSendFormat.dtd +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/messenger/messengercompose/askSendFormat.properties +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/messenger/messengercompose/composeMsgs.properties +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/messenger/messengercompose/mailComposeEditorOverlay.dtd +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/messenger/messengercompose/messengercompose.dtd +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/messenger/messengercompose/sendProgress.dtd +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/messenger/messengercompose/sendProgress.properties +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/messenger/migration/migration.dtd +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/messenger/migration/migration.properties +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/messenger/mime.properties +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/messenger/mimeheader.properties +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/messenger/msgAccountCentral.dtd +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/messenger/msgHdrViewOverlay.dtd +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/messenger/msgPrintEngine.dtd +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/messenger/msgSynchronize.dtd +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/messenger/msgViewPickerOverlay.dtd +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/messenger/msgmdn.properties +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/messenger/multimessageview.dtd +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/messenger/multimessageview.properties +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/messenger/netError.dtd +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/messenger/newFolderDialog.dtd +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/messenger/newTagDialog.dtd +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/messenger/newmailaccount/accountProvisioner.dtd +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/messenger/newmailaccount/accountProvisioner.properties +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/messenger/news.properties +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/messenger/oeImportMsgs.properties +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/messenger/offline.properties +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/messenger/offlineStartup.properties +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/messenger/outlookImportMsgs.properties +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/messenger/pgpmime.properties +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/messenger/preferences/advanced.dtd +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/messenger/preferences/applicationManager.dtd +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/messenger/preferences/applicationManager.properties +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/messenger/preferences/applications.dtd +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/messenger/preferences/applications.properties +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/messenger/preferences/attachmentReminder.dtd +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/messenger/preferences/chat.dtd +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/messenger/preferences/colors.dtd +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/messenger/preferences/compose.dtd +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/messenger/preferences/connection.dtd +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/messenger/preferences/cookies.dtd +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/messenger/preferences/display.dtd +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/messenger/preferences/dockoptions.dtd +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/messenger/preferences/fonts.dtd +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/messenger/preferences/general.dtd +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/messenger/preferences/notifications.dtd +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/messenger/preferences/offline.dtd +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/messenger/preferences/permissions.dtd +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/messenger/preferences/preferences.dtd +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/messenger/preferences/preferences.properties +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/messenger/preferences/privacy.dtd +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/messenger/preferences/receipts.dtd +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/messenger/preferences/security.dtd +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/messenger/preferences/sendoptions.dtd +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/messenger/prefs.properties +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/messenger/quickFilterBar.dtd +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/messenger/renameFolderDialog.dtd +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/messenger/safeMode.dtd +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/messenger/sanitize.dtd +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/messenger/search-attributes.properties +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/messenger/search-operators.properties +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/messenger/search.properties +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/messenger/searchIntegrationDefault.dtd +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/messenger/searchIntegrationMac.dtd +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/messenger/searchIntegrationWin.dtd +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/messenger/searchTermOverlay.dtd +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/messenger/shutdownWindow.properties +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/messenger/smime.properties +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/messenger/smtpEditOverlay.dtd +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/messenger/subscribe.dtd +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/messenger/subscribe.properties +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/messenger/systemIntegrationDialog.dtd +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/messenger/tabmail.dtd +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/messenger/taskbar.properties +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/messenger/telemetry.properties +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/messenger/templateUtils.properties +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/messenger/textImportMsgs.properties +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/messenger/vCardImportMsgs.properties +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/messenger/viewLog.dtd +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/messenger/viewZoomOverlay.dtd +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/messenger/virtualFolderListDialog.dtd +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/messenger/virtualFolderProperties.dtd +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/messenger/wmImportMsgs.properties +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/mozapps/downloads/downloads.dtd +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/mozapps/downloads/downloads.properties +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/mozapps/downloads/settingsChange.dtd +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/mozapps/downloads/unknownContentType.dtd +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/mozapps/downloads/unknownContentType.properties +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/mozapps/extensions/about.dtd +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/mozapps/extensions/blocklist.dtd +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/mozapps/extensions/extensions.dtd +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/mozapps/extensions/extensions.properties +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/mozapps/extensions/newaddon.dtd +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/mozapps/extensions/newaddon.properties +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/mozapps/extensions/selectAddons.dtd +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/mozapps/extensions/selectAddons.properties +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/mozapps/extensions/update.dtd +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/mozapps/extensions/update.properties +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/mozapps/handling/handling.dtd +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/mozapps/handling/handling.properties +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/mozapps/plugins/plugins.dtd +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/mozapps/preferences/changemp.dtd +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/mozapps/preferences/preferences.properties +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/mozapps/preferences/removemp.dtd +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/mozapps/profile/createProfileWizard.dtd +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/mozapps/profile/profileSelection.dtd +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/mozapps/profile/profileSelection.properties +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/mozapps/update/history.dtd +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/mozapps/update/updates.dtd +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/mozapps/update/updates.properties +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/mozapps/xpinstall/xpinstallConfirm.dtd +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/mozapps/xpinstall/xpinstallConfirm.properties +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/mozldap/ldap.properties +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/necko/necko.properties +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/passwordmgr/passwordManager.dtd +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/passwordmgr/passwordmgr.properties +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/pipnss/nsserrors.properties +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/pipnss/pipnss.properties +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/pippki/certManager.dtd +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/pippki/deviceManager.dtd +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/pippki/pippki.dtd +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/pippki/pippki.properties +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/chrome/br/locale/br/places/places.properties +lib/thunderbird38/extensions/langpack-br@thunderbird.mozilla.org/install.rdf +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome.manifest +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/.mkdir.done +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca.manifest +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/alerts/alert.dtd +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/alerts/notificationNames.properties +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/autoconfig/autoconfig.properties +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/branding/brand.dtd +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/branding/brand.properties +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/chat/accounts.properties +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/chat/commands.properties +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/chat/contacts.properties +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/chat/conversations.properties +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/chat/facebook.properties +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/chat/imtooltip.properties +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/chat/irc.properties +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/chat/logger.properties +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/chat/status.properties +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/chat/twitter.properties +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/chat/xmpp.properties +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/chat/yahoo.properties +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/communicator/utilityOverlay.dtd +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/cookie/cookieAcceptDialog.dtd +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/cookie/cookieAcceptDialog.properties +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/editor/EdAdvancedEdit.dtd +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/editor/EdColorPicker.dtd +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/editor/EdConvertToTable.dtd +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/editor/EdDialogOverlay.dtd +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/editor/EdNamedAnchorProperties.dtd +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/editor/EditorButtonProperties.dtd +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/editor/EditorColorProperties.dtd +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/editor/EditorFieldSetProperties.dtd +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/editor/EditorFormProperties.dtd +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/editor/EditorHLineProperties.dtd +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/editor/EditorImageProperties.dtd +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/editor/EditorInputProperties.dtd +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/editor/EditorInsertChars.dtd +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/editor/EditorInsertMath.dtd +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/editor/EditorInsertSource.dtd +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/editor/EditorInsertTOC.dtd +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/editor/EditorInsertTable.dtd +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/editor/EditorLabelProperties.dtd +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/editor/EditorLinkProperties.dtd +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/editor/EditorListProperties.dtd +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/editor/EditorPersonalDictionary.dtd +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/editor/EditorReplace.dtd +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/editor/EditorSelectProperties.dtd +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/editor/EditorSpellCheck.dtd +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/editor/EditorTableProperties.dtd +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/editor/EditorTextAreaProperties.dtd +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/editor/editor.properties +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/editor/editorOverlay.dtd +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/editor/editorSmileyOverlay.dtd +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/formautofill/requestAutocomplete.dtd +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/global-platform/mac/accessible.properties +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/global-platform/mac/intl.properties +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/global-platform/mac/platformKeys.properties +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/global-platform/unix/accessible.properties +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/global-platform/unix/intl.properties +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/global-platform/unix/platformKeys.properties +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/global-platform/win/accessible.properties +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/global-platform/win/intl.properties +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/global-platform/win/platformKeys.properties +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/global-region/region.properties +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/global/AccessFu.properties +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/global/about.dtd +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/global/aboutAbout.dtd +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/global/aboutNetworking.dtd +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/global/aboutReader.properties +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/global/aboutRights.dtd +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/global/aboutSupport.dtd +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/global/aboutSupport.properties +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/global/aboutTelemetry.dtd +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/global/aboutTelemetry.properties +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/global/appPicker.dtd +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/global/appstrings.properties +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/global/autocomplete.properties +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/global/brand.dtd +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/global/browser.properties +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/global/charsetMenu.dtd +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/global/charsetMenu.properties +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/global/commonDialog.dtd +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/global/commonDialogs.properties +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/global/config.dtd +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/global/config.properties +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/global/console.dtd +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/global/console.properties +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/global/contentAreaCommands.properties +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/global/crashes.dtd +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/global/crashes.properties +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/global/css.properties +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/global/customizeToolbar.dtd +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/global/customizeToolbar.properties +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/global/dateFormat.properties +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/global/datetimepicker.dtd +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/global/devtools/csscoverage.dtd +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/global/devtools/csscoverage.properties +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/global/devtools/debugger.properties +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/global/devtools/styleinspector.properties +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/global/dialog.properties +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/global/dialogOverlay.dtd +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/global/dom/dom.properties +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/global/editMenuOverlay.dtd +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/global/fallbackMenubar.properties +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/global/filefield.properties +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/global/filepicker.dtd +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/global/filepicker.properties +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/global/findbar.dtd +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/global/findbar.properties +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/global/finddialog.dtd +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/global/finddialog.properties +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/global/global-strres.properties +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/global/global.dtd +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/global/globalKeys.dtd +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/global/headsUpDisplay.properties +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/global/intl.css +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/global/intl.properties +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/global/keys.properties +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/global/languageNames.properties +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/global/layout/HtmlForm.properties +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/global/layout/MediaDocument.properties +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/global/layout/htmlparser.properties +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/global/layout/xmlparser.properties +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/global/layout_errors.properties +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/global/mathml/mathml.properties +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/global/mozilla.dtd +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/global/netError.dtd +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/global/netErrorApp.dtd +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/global/notification.dtd +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/global/nsWebBrowserPersist.properties +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/global/plugins.properties +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/global/preferences.dtd +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/global/printPageSetup.dtd +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/global/printPreview.dtd +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/global/printPreviewProgress.dtd +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/global/printProgress.dtd +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/global/printdialog.dtd +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/global/printdialog.properties +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/global/printing.properties +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/global/printjoboptions.dtd +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/global/regionNames.properties +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/global/resetProfile.dtd +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/global/resetProfile.properties +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/global/search/search.properties +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/global/security/caps.properties +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/global/security/csp.properties +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/global/security/security.properties +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/global/svg/svg.properties +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/global/textcontext.dtd +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/global/tree.dtd +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/global/videocontrols.dtd +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/global/viewSource.dtd +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/global/viewSource.properties +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/global/webapps.properties +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/global/wizard.dtd +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/global/wizard.properties +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/global/xbl.properties +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/global/xml/prettyprint.dtd +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/global/xslt/xslt.properties +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/global/xul.properties +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/messenger-mapi/mapi.properties +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/messenger-newsblog/am-newsblog.dtd +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/messenger-newsblog/feed-subscriptions.dtd +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/messenger-newsblog/newsblog.properties +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/messenger-region/region.properties +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/messenger-smime/certFetchingStatus.dtd +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/messenger-smime/msgCompSMIMEOverlay.dtd +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/messenger-smime/msgCompSMIMEOverlay.properties +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/messenger-smime/msgCompSecurityInfo.dtd +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/messenger-smime/msgCompSecurityInfo.properties +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/messenger-smime/msgReadSMIMEOverlay.dtd +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/messenger-smime/msgReadSMIMEOverlay.properties +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/messenger-smime/msgReadSecurityInfo.dtd +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/messenger-smime/msgSecurityInfo.properties +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/messenger/AccountManager.dtd +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/messenger/AccountWizard.dtd +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/messenger/CustomHeaders.dtd +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/messenger/FilterEditor.dtd +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/messenger/FilterListDialog.dtd +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/messenger/SearchDialog.dtd +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/messenger/aboutDialog.dtd +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/messenger/aboutDownloads.dtd +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/messenger/aboutRights.dtd +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/messenger/aboutRights.properties +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/messenger/aboutSupportMail.dtd +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/messenger/aboutSupportMail.properties +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/messenger/accountCreation.dtd +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/messenger/accountCreation.properties +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/messenger/accountCreationModel.properties +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/messenger/accountCreationUtil.properties +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/messenger/activity.dtd +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/messenger/activity.properties +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/messenger/addbuddy.dtd +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/messenger/addressbook/abAddressBookNameDialog.dtd +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/messenger/addressbook/abCardOverlay.dtd +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/messenger/addressbook/abContactsPanel.dtd +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/messenger/addressbook/abMailListDialog.dtd +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/messenger/addressbook/abMainWindow.dtd +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/messenger/addressbook/abNewCardDialog.dtd +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/messenger/addressbook/abResultsPaneOverlay.dtd +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/messenger/addressbook/addressBook.properties +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/messenger/addressbook/ldapAutoCompErrs.properties +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/messenger/addressbook/pref-directory-add.dtd +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/messenger/addressbook/pref-directory.dtd +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/messenger/addressbook/replicationProgress.properties +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/messenger/am-addressing.dtd +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/messenger/am-advanced.dtd +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/messenger/am-archiveoptions.dtd +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/messenger/am-copies.dtd +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/messenger/am-identities-list.dtd +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/messenger/am-identity-edit.dtd +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/messenger/am-im.dtd +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/messenger/am-junk.dtd +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/messenger/am-main.dtd +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/messenger/am-mdn.dtd +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/messenger/am-mdn.properties +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/messenger/am-offline.dtd +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/messenger/am-server-advanced.dtd +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/messenger/am-server-top.dtd +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/messenger/am-serverwithnoidentities.dtd +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/messenger/am-smime.dtd +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/messenger/am-smime.properties +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/messenger/appleMailImportMsgs.properties +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/messenger/baseMenuOverlay.dtd +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/messenger/charsetTitles.properties +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/messenger/chat.dtd +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/messenger/chat.properties +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/messenger/cloudfile/Box/auth.dtd +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/messenger/cloudfile/Box/management.dtd +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/messenger/cloudfile/Box/settings.dtd +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/messenger/cloudfile/Hightail/fileExceeds2GB.dtd +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/messenger/cloudfile/Hightail/fileExceedsLimit.dtd +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/messenger/cloudfile/Hightail/fileExceedsQuota.dtd +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/messenger/cloudfile/Hightail/management.dtd +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/messenger/cloudfile/Hightail/settings.dtd +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/messenger/cloudfile/addAccountDialog.dtd +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/messenger/cloudfile/management.dtd +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/messenger/configEditorOverlay.dtd +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/messenger/custom.properties +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/messenger/customizeToolbarOverlay.dtd +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/messenger/downloadheaders.dtd +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/messenger/downloads/settingsChange.dtd +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/messenger/downloadsOverlay.dtd +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/messenger/editContactOverlay.dtd +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/messenger/editContactOverlay.properties +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/messenger/eudoraImportMsgs.properties +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/messenger/fieldMapImport.dtd +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/messenger/filter.properties +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/messenger/folderProps.dtd +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/messenger/folderWidgets.properties +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/messenger/folderpane.dtd +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/messenger/gloda.properties +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/messenger/glodaComplete.properties +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/messenger/glodaFacetView.dtd +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/messenger/glodaFacetView.properties +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/messenger/imAccountWizard.dtd +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/messenger/imAccounts.dtd +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/messenger/imAccounts.properties +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/messenger/imapMsgs.properties +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/messenger/importDialog.dtd +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/messenger/importMsgs.properties +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/messenger/joinChat.dtd +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/messenger/junkLog.dtd +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/messenger/junkMailInfo.dtd +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/messenger/localMsgs.properties +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/messenger/mailEditorOverlay.dtd +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/messenger/mailOverlay.dtd +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/messenger/mailViewList.dtd +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/messenger/mailViewSetup.dtd +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/messenger/mailviews.properties +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/messenger/markByDate.dtd +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/messenger/messenger.dtd +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/messenger/messenger.properties +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/messenger/messengercompose/addressingWidgetOverlay.dtd +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/messenger/messengercompose/askSendFormat.dtd +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/messenger/messengercompose/askSendFormat.properties +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/messenger/messengercompose/composeMsgs.properties +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/messenger/messengercompose/mailComposeEditorOverlay.dtd +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/messenger/messengercompose/messengercompose.dtd +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/messenger/messengercompose/sendProgress.dtd +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/messenger/messengercompose/sendProgress.properties +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/messenger/migration/migration.dtd +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/messenger/migration/migration.properties +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/messenger/mime.properties +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/messenger/mimeheader.properties +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/messenger/msgAccountCentral.dtd +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/messenger/msgHdrViewOverlay.dtd +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/messenger/msgPrintEngine.dtd +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/messenger/msgSynchronize.dtd +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/messenger/msgViewPickerOverlay.dtd +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/messenger/msgmdn.properties +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/messenger/multimessageview.dtd +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/messenger/multimessageview.properties +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/messenger/netError.dtd +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/messenger/newFolderDialog.dtd +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/messenger/newTagDialog.dtd +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/messenger/newmailaccount/accountProvisioner.dtd +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/messenger/newmailaccount/accountProvisioner.properties +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/messenger/news.properties +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/messenger/oeImportMsgs.properties +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/messenger/offline.properties +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/messenger/offlineStartup.properties +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/messenger/outlookImportMsgs.properties +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/messenger/pgpmime.properties +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/messenger/preferences/advanced.dtd +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/messenger/preferences/applicationManager.dtd +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/messenger/preferences/applicationManager.properties +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/messenger/preferences/applications.dtd +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/messenger/preferences/applications.properties +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/messenger/preferences/attachmentReminder.dtd +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/messenger/preferences/chat.dtd +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/messenger/preferences/colors.dtd +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/messenger/preferences/compose.dtd +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/messenger/preferences/connection.dtd +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/messenger/preferences/cookies.dtd +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/messenger/preferences/display.dtd +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/messenger/preferences/dockoptions.dtd +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/messenger/preferences/fonts.dtd +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/messenger/preferences/general.dtd +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/messenger/preferences/notifications.dtd +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/messenger/preferences/offline.dtd +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/messenger/preferences/permissions.dtd +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/messenger/preferences/preferences.dtd +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/messenger/preferences/preferences.properties +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/messenger/preferences/privacy.dtd +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/messenger/preferences/receipts.dtd +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/messenger/preferences/security.dtd +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/messenger/preferences/sendoptions.dtd +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/messenger/prefs.properties +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/messenger/quickFilterBar.dtd +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/messenger/renameFolderDialog.dtd +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/messenger/safeMode.dtd +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/messenger/sanitize.dtd +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/messenger/search-attributes.properties +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/messenger/search-operators.properties +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/messenger/search.properties +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/messenger/searchIntegrationDefault.dtd +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/messenger/searchIntegrationMac.dtd +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/messenger/searchIntegrationWin.dtd +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/messenger/searchTermOverlay.dtd +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/messenger/shutdownWindow.properties +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/messenger/smime.properties +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/messenger/smtpEditOverlay.dtd +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/messenger/subscribe.dtd +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/messenger/subscribe.properties +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/messenger/systemIntegrationDialog.dtd +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/messenger/tabmail.dtd +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/messenger/taskbar.properties +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/messenger/telemetry.properties +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/messenger/templateUtils.properties +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/messenger/textImportMsgs.properties +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/messenger/vCardImportMsgs.properties +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/messenger/viewLog.dtd +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/messenger/viewZoomOverlay.dtd +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/messenger/virtualFolderListDialog.dtd +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/messenger/virtualFolderProperties.dtd +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/messenger/wmImportMsgs.properties +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/mozapps/downloads/downloads.dtd +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/mozapps/downloads/downloads.properties +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/mozapps/downloads/settingsChange.dtd +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/mozapps/downloads/unknownContentType.dtd +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/mozapps/downloads/unknownContentType.properties +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/mozapps/extensions/about.dtd +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/mozapps/extensions/blocklist.dtd +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/mozapps/extensions/extensions.dtd +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/mozapps/extensions/extensions.properties +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/mozapps/extensions/newaddon.dtd +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/mozapps/extensions/newaddon.properties +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/mozapps/extensions/selectAddons.dtd +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/mozapps/extensions/selectAddons.properties +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/mozapps/extensions/update.dtd +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/mozapps/extensions/update.properties +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/mozapps/handling/handling.dtd +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/mozapps/handling/handling.properties +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/mozapps/plugins/plugins.dtd +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/mozapps/preferences/changemp.dtd +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/mozapps/preferences/preferences.properties +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/mozapps/preferences/removemp.dtd +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/mozapps/profile/createProfileWizard.dtd +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/mozapps/profile/profileSelection.dtd +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/mozapps/profile/profileSelection.properties +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/mozapps/update/history.dtd +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/mozapps/update/updates.dtd +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/mozapps/update/updates.properties +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/mozapps/xpinstall/xpinstallConfirm.dtd +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/mozapps/xpinstall/xpinstallConfirm.properties +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/mozldap/ldap.properties +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/necko/necko.properties +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/passwordmgr/passwordManager.dtd +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/passwordmgr/passwordmgr.properties +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/pipnss/nsserrors.properties +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/pipnss/pipnss.properties +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/pippki/certManager.dtd +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/pippki/deviceManager.dtd +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/pippki/pippki.dtd +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/pippki/pippki.properties +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/chrome/ca/locale/ca/places/places.properties +lib/thunderbird38/extensions/langpack-ca@thunderbird.mozilla.org/install.rdf +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome.manifest +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/.mkdir.done +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs.manifest +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/alerts/alert.dtd +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/alerts/notificationNames.properties +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/autoconfig/autoconfig.properties +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/branding/brand.dtd +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/branding/brand.properties +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/chat/accounts.properties +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/chat/commands.properties +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/chat/contacts.properties +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/chat/conversations.properties +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/chat/facebook.properties +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/chat/imtooltip.properties +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/chat/irc.properties +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/chat/logger.properties +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/chat/status.properties +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/chat/twitter.properties +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/chat/xmpp.properties +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/chat/yahoo.properties +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/communicator/utilityOverlay.dtd +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/cookie/cookieAcceptDialog.dtd +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/cookie/cookieAcceptDialog.properties +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/editor/EdAdvancedEdit.dtd +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/editor/EdColorPicker.dtd +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/editor/EdConvertToTable.dtd +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/editor/EdDialogOverlay.dtd +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/editor/EdNamedAnchorProperties.dtd +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/editor/EditorButtonProperties.dtd +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/editor/EditorColorProperties.dtd +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/editor/EditorFieldSetProperties.dtd +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/editor/EditorFormProperties.dtd +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/editor/EditorHLineProperties.dtd +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/editor/EditorImageProperties.dtd +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/editor/EditorInputProperties.dtd +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/editor/EditorInsertChars.dtd +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/editor/EditorInsertMath.dtd +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/editor/EditorInsertSource.dtd +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/editor/EditorInsertTOC.dtd +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/editor/EditorInsertTable.dtd +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/editor/EditorLabelProperties.dtd +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/editor/EditorLinkProperties.dtd +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/editor/EditorListProperties.dtd +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/editor/EditorPersonalDictionary.dtd +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/editor/EditorReplace.dtd +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/editor/EditorSelectProperties.dtd +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/editor/EditorSpellCheck.dtd +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/editor/EditorTableProperties.dtd +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/editor/EditorTextAreaProperties.dtd +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/editor/editor.properties +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/editor/editorOverlay.dtd +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/editor/editorSmileyOverlay.dtd +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/formautofill/requestAutocomplete.dtd +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/global-platform/mac/accessible.properties +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/global-platform/mac/intl.properties +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/global-platform/mac/platformKeys.properties +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/global-platform/unix/accessible.properties +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/global-platform/unix/intl.properties +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/global-platform/unix/platformKeys.properties +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/global-platform/win/accessible.properties +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/global-platform/win/intl.properties +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/global-platform/win/platformKeys.properties +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/global-region/region.properties +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/global/AccessFu.properties +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/global/about.dtd +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/global/aboutAbout.dtd +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/global/aboutNetworking.dtd +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/global/aboutReader.properties +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/global/aboutRights.dtd +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/global/aboutSupport.dtd +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/global/aboutSupport.properties +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/global/aboutTelemetry.dtd +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/global/aboutTelemetry.properties +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/global/appPicker.dtd +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/global/appstrings.properties +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/global/autocomplete.properties +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/global/brand.dtd +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/global/browser.properties +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/global/charsetMenu.dtd +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/global/charsetMenu.properties +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/global/commonDialog.dtd +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/global/commonDialogs.properties +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/global/config.dtd +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/global/config.properties +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/global/console.dtd +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/global/console.properties +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/global/contentAreaCommands.properties +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/global/crashes.dtd +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/global/crashes.properties +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/global/css.properties +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/global/customizeToolbar.dtd +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/global/customizeToolbar.properties +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/global/dateFormat.properties +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/global/datetimepicker.dtd +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/global/devtools/csscoverage.dtd +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/global/devtools/csscoverage.properties +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/global/devtools/debugger.properties +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/global/devtools/styleinspector.properties +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/global/dialog.properties +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/global/dialogOverlay.dtd +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/global/dom/dom.properties +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/global/editMenuOverlay.dtd +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/global/fallbackMenubar.properties +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/global/filefield.properties +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/global/filepicker.dtd +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/global/filepicker.properties +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/global/findbar.dtd +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/global/findbar.properties +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/global/finddialog.dtd +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/global/finddialog.properties +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/global/global-strres.properties +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/global/global.dtd +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/global/globalKeys.dtd +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/global/headsUpDisplay.properties +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/global/intl.css +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/global/intl.properties +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/global/keys.properties +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/global/languageNames.properties +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/global/layout/HtmlForm.properties +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/global/layout/MediaDocument.properties +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/global/layout/htmlparser.properties +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/global/layout/xmlparser.properties +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/global/layout_errors.properties +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/global/mathml/mathml.properties +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/global/mozilla.dtd +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/global/netError.dtd +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/global/netErrorApp.dtd +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/global/notification.dtd +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/global/nsWebBrowserPersist.properties +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/global/plugins.properties +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/global/preferences.dtd +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/global/printPageSetup.dtd +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/global/printPreview.dtd +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/global/printPreviewProgress.dtd +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/global/printProgress.dtd +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/global/printdialog.dtd +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/global/printdialog.properties +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/global/printing.properties +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/global/printjoboptions.dtd +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/global/regionNames.properties +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/global/resetProfile.dtd +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/global/resetProfile.properties +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/global/search/search.properties +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/global/security/caps.properties +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/global/security/csp.properties +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/global/security/security.properties +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/global/svg/svg.properties +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/global/textcontext.dtd +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/global/tree.dtd +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/global/videocontrols.dtd +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/global/viewSource.dtd +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/global/viewSource.properties +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/global/webapps.properties +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/global/wizard.dtd +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/global/wizard.properties +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/global/xbl.properties +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/global/xml/prettyprint.dtd +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/global/xslt/xslt.properties +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/global/xul.properties +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/messenger-mapi/mapi.properties +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/messenger-newsblog/am-newsblog.dtd +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/messenger-newsblog/feed-subscriptions.dtd +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/messenger-newsblog/newsblog.properties +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/messenger-region/region.properties +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/messenger-smime/certFetchingStatus.dtd +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/messenger-smime/msgCompSMIMEOverlay.dtd +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/messenger-smime/msgCompSMIMEOverlay.properties +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/messenger-smime/msgCompSecurityInfo.dtd +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/messenger-smime/msgCompSecurityInfo.properties +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/messenger-smime/msgReadSMIMEOverlay.dtd +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/messenger-smime/msgReadSMIMEOverlay.properties +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/messenger-smime/msgReadSecurityInfo.dtd +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/messenger-smime/msgSecurityInfo.properties +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/messenger/AccountManager.dtd +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/messenger/AccountWizard.dtd +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/messenger/CustomHeaders.dtd +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/messenger/FilterEditor.dtd +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/messenger/FilterListDialog.dtd +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/messenger/SearchDialog.dtd +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/messenger/aboutDialog.dtd +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/messenger/aboutDownloads.dtd +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/messenger/aboutRights.dtd +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/messenger/aboutRights.properties +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/messenger/aboutSupportMail.dtd +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/messenger/aboutSupportMail.properties +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/messenger/accountCreation.dtd +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/messenger/accountCreation.properties +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/messenger/accountCreationModel.properties +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/messenger/accountCreationUtil.properties +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/messenger/activity.dtd +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/messenger/activity.properties +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/messenger/addbuddy.dtd +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/messenger/addressbook/abAddressBookNameDialog.dtd +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/messenger/addressbook/abCardOverlay.dtd +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/messenger/addressbook/abContactsPanel.dtd +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/messenger/addressbook/abMailListDialog.dtd +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/messenger/addressbook/abMainWindow.dtd +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/messenger/addressbook/abNewCardDialog.dtd +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/messenger/addressbook/abResultsPaneOverlay.dtd +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/messenger/addressbook/addressBook.properties +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/messenger/addressbook/ldapAutoCompErrs.properties +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/messenger/addressbook/pref-directory-add.dtd +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/messenger/addressbook/pref-directory.dtd +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/messenger/addressbook/replicationProgress.properties +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/messenger/am-addressing.dtd +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/messenger/am-advanced.dtd +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/messenger/am-archiveoptions.dtd +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/messenger/am-copies.dtd +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/messenger/am-identities-list.dtd +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/messenger/am-identity-edit.dtd +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/messenger/am-im.dtd +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/messenger/am-junk.dtd +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/messenger/am-main.dtd +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/messenger/am-mdn.dtd +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/messenger/am-mdn.properties +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/messenger/am-offline.dtd +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/messenger/am-server-advanced.dtd +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/messenger/am-server-top.dtd +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/messenger/am-serverwithnoidentities.dtd +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/messenger/am-smime.dtd +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/messenger/am-smime.properties +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/messenger/appleMailImportMsgs.properties +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/messenger/baseMenuOverlay.dtd +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/messenger/charsetTitles.properties +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/messenger/chat.dtd +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/messenger/chat.properties +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/messenger/cloudfile/Box/auth.dtd +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/messenger/cloudfile/Box/management.dtd +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/messenger/cloudfile/Box/settings.dtd +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/messenger/cloudfile/Hightail/fileExceeds2GB.dtd +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/messenger/cloudfile/Hightail/fileExceedsLimit.dtd +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/messenger/cloudfile/Hightail/fileExceedsQuota.dtd +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/messenger/cloudfile/Hightail/management.dtd +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/messenger/cloudfile/Hightail/settings.dtd +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/messenger/cloudfile/addAccountDialog.dtd +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/messenger/cloudfile/management.dtd +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/messenger/configEditorOverlay.dtd +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/messenger/custom.properties +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/messenger/customizeToolbarOverlay.dtd +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/messenger/downloadheaders.dtd +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/messenger/downloads/settingsChange.dtd +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/messenger/downloadsOverlay.dtd +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/messenger/editContactOverlay.dtd +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/messenger/editContactOverlay.properties +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/messenger/eudoraImportMsgs.properties +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/messenger/fieldMapImport.dtd +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/messenger/filter.properties +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/messenger/folderProps.dtd +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/messenger/folderWidgets.properties +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/messenger/folderpane.dtd +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/messenger/gloda.properties +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/messenger/glodaComplete.properties +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/messenger/glodaFacetView.dtd +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/messenger/glodaFacetView.properties +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/messenger/imAccountWizard.dtd +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/messenger/imAccounts.dtd +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/messenger/imAccounts.properties +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/messenger/imapMsgs.properties +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/messenger/importDialog.dtd +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/messenger/importMsgs.properties +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/messenger/joinChat.dtd +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/messenger/junkLog.dtd +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/messenger/junkMailInfo.dtd +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/messenger/localMsgs.properties +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/messenger/mailEditorOverlay.dtd +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/messenger/mailOverlay.dtd +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/messenger/mailViewList.dtd +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/messenger/mailViewSetup.dtd +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/messenger/mailviews.properties +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/messenger/markByDate.dtd +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/messenger/messenger.dtd +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/messenger/messenger.properties +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/messenger/messengercompose/addressingWidgetOverlay.dtd +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/messenger/messengercompose/askSendFormat.dtd +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/messenger/messengercompose/askSendFormat.properties +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/messenger/messengercompose/composeMsgs.properties +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/messenger/messengercompose/mailComposeEditorOverlay.dtd +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/messenger/messengercompose/messengercompose.dtd +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/messenger/messengercompose/sendProgress.dtd +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/messenger/messengercompose/sendProgress.properties +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/messenger/migration/migration.dtd +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/messenger/migration/migration.properties +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/messenger/mime.properties +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/messenger/mimeheader.properties +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/messenger/msgAccountCentral.dtd +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/messenger/msgHdrViewOverlay.dtd +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/messenger/msgPrintEngine.dtd +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/messenger/msgSynchronize.dtd +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/messenger/msgViewPickerOverlay.dtd +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/messenger/msgmdn.properties +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/messenger/multimessageview.dtd +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/messenger/multimessageview.properties +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/messenger/netError.dtd +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/messenger/newFolderDialog.dtd +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/messenger/newTagDialog.dtd +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/messenger/newmailaccount/accountProvisioner.dtd +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/messenger/newmailaccount/accountProvisioner.properties +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/messenger/news.properties +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/messenger/oeImportMsgs.properties +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/messenger/offline.properties +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/messenger/offlineStartup.properties +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/messenger/outlookImportMsgs.properties +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/messenger/pgpmime.properties +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/messenger/preferences/advanced.dtd +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/messenger/preferences/applicationManager.dtd +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/messenger/preferences/applicationManager.properties +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/messenger/preferences/applications.dtd +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/messenger/preferences/applications.properties +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/messenger/preferences/attachmentReminder.dtd +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/messenger/preferences/chat.dtd +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/messenger/preferences/colors.dtd +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/messenger/preferences/compose.dtd +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/messenger/preferences/connection.dtd +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/messenger/preferences/cookies.dtd +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/messenger/preferences/display.dtd +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/messenger/preferences/dockoptions.dtd +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/messenger/preferences/fonts.dtd +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/messenger/preferences/general.dtd +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/messenger/preferences/notifications.dtd +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/messenger/preferences/offline.dtd +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/messenger/preferences/permissions.dtd +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/messenger/preferences/preferences.dtd +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/messenger/preferences/preferences.properties +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/messenger/preferences/privacy.dtd +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/messenger/preferences/receipts.dtd +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/messenger/preferences/security.dtd +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/messenger/preferences/sendoptions.dtd +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/messenger/prefs.properties +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/messenger/quickFilterBar.dtd +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/messenger/renameFolderDialog.dtd +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/messenger/safeMode.dtd +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/messenger/sanitize.dtd +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/messenger/search-attributes.properties +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/messenger/search-operators.properties +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/messenger/search.properties +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/messenger/searchIntegrationDefault.dtd +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/messenger/searchIntegrationMac.dtd +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/messenger/searchIntegrationWin.dtd +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/messenger/searchTermOverlay.dtd +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/messenger/shutdownWindow.properties +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/messenger/smime.properties +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/messenger/smtpEditOverlay.dtd +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/messenger/subscribe.dtd +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/messenger/subscribe.properties +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/messenger/systemIntegrationDialog.dtd +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/messenger/tabmail.dtd +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/messenger/taskbar.properties +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/messenger/telemetry.properties +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/messenger/templateUtils.properties +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/messenger/textImportMsgs.properties +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/messenger/vCardImportMsgs.properties +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/messenger/viewLog.dtd +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/messenger/viewZoomOverlay.dtd +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/messenger/virtualFolderListDialog.dtd +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/messenger/virtualFolderProperties.dtd +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/messenger/wmImportMsgs.properties +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/mozapps/downloads/downloads.dtd +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/mozapps/downloads/downloads.properties +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/mozapps/downloads/settingsChange.dtd +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/mozapps/downloads/unknownContentType.dtd +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/mozapps/downloads/unknownContentType.properties +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/mozapps/extensions/about.dtd +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/mozapps/extensions/blocklist.dtd +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/mozapps/extensions/extensions.dtd +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/mozapps/extensions/extensions.properties +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/mozapps/extensions/newaddon.dtd +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/mozapps/extensions/newaddon.properties +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/mozapps/extensions/selectAddons.dtd +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/mozapps/extensions/selectAddons.properties +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/mozapps/extensions/update.dtd +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/mozapps/extensions/update.properties +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/mozapps/handling/handling.dtd +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/mozapps/handling/handling.properties +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/mozapps/plugins/plugins.dtd +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/mozapps/preferences/changemp.dtd +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/mozapps/preferences/preferences.properties +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/mozapps/preferences/removemp.dtd +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/mozapps/profile/createProfileWizard.dtd +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/mozapps/profile/profileSelection.dtd +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/mozapps/profile/profileSelection.properties +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/mozapps/update/history.dtd +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/mozapps/update/updates.dtd +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/mozapps/update/updates.properties +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/mozapps/xpinstall/xpinstallConfirm.dtd +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/mozapps/xpinstall/xpinstallConfirm.properties +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/mozldap/ldap.properties +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/necko/necko.properties +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/passwordmgr/passwordManager.dtd +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/passwordmgr/passwordmgr.properties +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/pipnss/nsserrors.properties +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/pipnss/pipnss.properties +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/pippki/certManager.dtd +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/pippki/deviceManager.dtd +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/pippki/pippki.dtd +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/pippki/pippki.properties +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/chrome/cs/locale/cs/places/places.properties +lib/thunderbird38/extensions/langpack-cs@thunderbird.mozilla.org/install.rdf +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome.manifest +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/.mkdir.done +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da.manifest +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/alerts/alert.dtd +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/alerts/notificationNames.properties +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/autoconfig/autoconfig.properties +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/branding/brand.dtd +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/branding/brand.properties +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/chat/accounts.properties +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/chat/commands.properties +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/chat/contacts.properties +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/chat/conversations.properties +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/chat/facebook.properties +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/chat/imtooltip.properties +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/chat/irc.properties +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/chat/logger.properties +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/chat/status.properties +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/chat/twitter.properties +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/chat/xmpp.properties +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/chat/yahoo.properties +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/communicator/utilityOverlay.dtd +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/cookie/cookieAcceptDialog.dtd +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/cookie/cookieAcceptDialog.properties +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/editor/EdAdvancedEdit.dtd +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/editor/EdColorPicker.dtd +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/editor/EdConvertToTable.dtd +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/editor/EdDialogOverlay.dtd +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/editor/EdNamedAnchorProperties.dtd +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/editor/EditorButtonProperties.dtd +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/editor/EditorColorProperties.dtd +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/editor/EditorFieldSetProperties.dtd +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/editor/EditorFormProperties.dtd +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/editor/EditorHLineProperties.dtd +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/editor/EditorImageProperties.dtd +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/editor/EditorInputProperties.dtd +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/editor/EditorInsertChars.dtd +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/editor/EditorInsertMath.dtd +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/editor/EditorInsertSource.dtd +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/editor/EditorInsertTOC.dtd +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/editor/EditorInsertTable.dtd +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/editor/EditorLabelProperties.dtd +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/editor/EditorLinkProperties.dtd +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/editor/EditorListProperties.dtd +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/editor/EditorPersonalDictionary.dtd +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/editor/EditorReplace.dtd +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/editor/EditorSelectProperties.dtd +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/editor/EditorSpellCheck.dtd +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/editor/EditorTableProperties.dtd +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/editor/EditorTextAreaProperties.dtd +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/editor/editor.properties +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/editor/editorOverlay.dtd +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/editor/editorSmileyOverlay.dtd +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/formautofill/requestAutocomplete.dtd +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/global-platform/mac/accessible.properties +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/global-platform/mac/intl.properties +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/global-platform/mac/platformKeys.properties +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/global-platform/unix/accessible.properties +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/global-platform/unix/intl.properties +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/global-platform/unix/platformKeys.properties +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/global-platform/win/accessible.properties +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/global-platform/win/intl.properties +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/global-platform/win/platformKeys.properties +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/global-region/region.properties +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/global/AccessFu.properties +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/global/about.dtd +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/global/aboutAbout.dtd +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/global/aboutNetworking.dtd +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/global/aboutReader.properties +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/global/aboutRights.dtd +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/global/aboutSupport.dtd +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/global/aboutSupport.properties +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/global/aboutTelemetry.dtd +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/global/aboutTelemetry.properties +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/global/appPicker.dtd +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/global/appstrings.properties +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/global/autocomplete.properties +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/global/brand.dtd +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/global/browser.properties +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/global/charsetMenu.dtd +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/global/charsetMenu.properties +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/global/commonDialog.dtd +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/global/commonDialogs.properties +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/global/config.dtd +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/global/config.properties +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/global/console.dtd +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/global/console.properties +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/global/contentAreaCommands.properties +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/global/crashes.dtd +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/global/crashes.properties +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/global/css.properties +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/global/customizeToolbar.dtd +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/global/customizeToolbar.properties +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/global/dateFormat.properties +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/global/datetimepicker.dtd +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/global/devtools/csscoverage.dtd +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/global/devtools/csscoverage.properties +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/global/devtools/debugger.properties +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/global/devtools/styleinspector.properties +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/global/dialog.properties +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/global/dialogOverlay.dtd +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/global/dom/dom.properties +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/global/editMenuOverlay.dtd +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/global/fallbackMenubar.properties +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/global/filefield.properties +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/global/filepicker.dtd +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/global/filepicker.properties +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/global/findbar.dtd +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/global/findbar.properties +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/global/finddialog.dtd +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/global/finddialog.properties +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/global/global-strres.properties +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/global/global.dtd +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/global/globalKeys.dtd +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/global/headsUpDisplay.properties +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/global/intl.css +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/global/intl.properties +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/global/keys.properties +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/global/languageNames.properties +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/global/layout/HtmlForm.properties +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/global/layout/MediaDocument.properties +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/global/layout/htmlparser.properties +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/global/layout/xmlparser.properties +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/global/layout_errors.properties +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/global/mathml/mathml.properties +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/global/mozilla.dtd +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/global/netError.dtd +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/global/netErrorApp.dtd +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/global/notification.dtd +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/global/nsWebBrowserPersist.properties +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/global/plugins.properties +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/global/preferences.dtd +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/global/printPageSetup.dtd +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/global/printPreview.dtd +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/global/printPreviewProgress.dtd +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/global/printProgress.dtd +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/global/printdialog.dtd +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/global/printdialog.properties +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/global/printing.properties +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/global/printjoboptions.dtd +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/global/regionNames.properties +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/global/resetProfile.dtd +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/global/resetProfile.properties +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/global/search/search.properties +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/global/security/caps.properties +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/global/security/csp.properties +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/global/security/security.properties +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/global/svg/svg.properties +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/global/textcontext.dtd +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/global/tree.dtd +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/global/videocontrols.dtd +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/global/viewSource.dtd +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/global/viewSource.properties +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/global/webapps.properties +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/global/wizard.dtd +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/global/wizard.properties +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/global/xbl.properties +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/global/xml/prettyprint.dtd +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/global/xslt/xslt.properties +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/global/xul.properties +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/messenger-mapi/mapi.properties +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/messenger-newsblog/am-newsblog.dtd +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/messenger-newsblog/feed-subscriptions.dtd +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/messenger-newsblog/newsblog.properties +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/messenger-region/region.properties +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/messenger-smime/certFetchingStatus.dtd +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/messenger-smime/msgCompSMIMEOverlay.dtd +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/messenger-smime/msgCompSMIMEOverlay.properties +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/messenger-smime/msgCompSecurityInfo.dtd +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/messenger-smime/msgCompSecurityInfo.properties +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/messenger-smime/msgReadSMIMEOverlay.dtd +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/messenger-smime/msgReadSMIMEOverlay.properties +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/messenger-smime/msgReadSecurityInfo.dtd +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/messenger-smime/msgSecurityInfo.properties +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/messenger/AccountManager.dtd +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/messenger/AccountWizard.dtd +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/messenger/CustomHeaders.dtd +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/messenger/FilterEditor.dtd +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/messenger/FilterListDialog.dtd +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/messenger/SearchDialog.dtd +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/messenger/aboutDialog.dtd +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/messenger/aboutDownloads.dtd +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/messenger/aboutRights.dtd +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/messenger/aboutRights.properties +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/messenger/aboutSupportMail.dtd +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/messenger/aboutSupportMail.properties +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/messenger/accountCreation.dtd +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/messenger/accountCreation.properties +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/messenger/accountCreationModel.properties +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/messenger/accountCreationUtil.properties +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/messenger/activity.dtd +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/messenger/activity.properties +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/messenger/addbuddy.dtd +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/messenger/addressbook/abAddressBookNameDialog.dtd +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/messenger/addressbook/abCardOverlay.dtd +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/messenger/addressbook/abContactsPanel.dtd +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/messenger/addressbook/abMailListDialog.dtd +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/messenger/addressbook/abMainWindow.dtd +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/messenger/addressbook/abNewCardDialog.dtd +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/messenger/addressbook/abResultsPaneOverlay.dtd +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/messenger/addressbook/addressBook.properties +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/messenger/addressbook/ldapAutoCompErrs.properties +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/messenger/addressbook/pref-directory-add.dtd +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/messenger/addressbook/pref-directory.dtd +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/messenger/addressbook/replicationProgress.properties +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/messenger/am-addressing.dtd +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/messenger/am-advanced.dtd +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/messenger/am-archiveoptions.dtd +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/messenger/am-copies.dtd +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/messenger/am-identities-list.dtd +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/messenger/am-identity-edit.dtd +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/messenger/am-im.dtd +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/messenger/am-junk.dtd +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/messenger/am-main.dtd +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/messenger/am-mdn.dtd +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/messenger/am-mdn.properties +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/messenger/am-offline.dtd +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/messenger/am-server-advanced.dtd +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/messenger/am-server-top.dtd +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/messenger/am-serverwithnoidentities.dtd +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/messenger/am-smime.dtd +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/messenger/am-smime.properties +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/messenger/appleMailImportMsgs.properties +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/messenger/baseMenuOverlay.dtd +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/messenger/charsetTitles.properties +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/messenger/chat.dtd +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/messenger/chat.properties +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/messenger/cloudfile/Box/auth.dtd +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/messenger/cloudfile/Box/management.dtd +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/messenger/cloudfile/Box/settings.dtd +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/messenger/cloudfile/Hightail/fileExceeds2GB.dtd +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/messenger/cloudfile/Hightail/fileExceedsLimit.dtd +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/messenger/cloudfile/Hightail/fileExceedsQuota.dtd +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/messenger/cloudfile/Hightail/management.dtd +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/messenger/cloudfile/Hightail/settings.dtd +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/messenger/cloudfile/addAccountDialog.dtd +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/messenger/cloudfile/management.dtd +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/messenger/configEditorOverlay.dtd +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/messenger/custom.properties +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/messenger/customizeToolbarOverlay.dtd +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/messenger/downloadheaders.dtd +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/messenger/downloads/settingsChange.dtd +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/messenger/downloadsOverlay.dtd +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/messenger/editContactOverlay.dtd +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/messenger/editContactOverlay.properties +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/messenger/eudoraImportMsgs.properties +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/messenger/fieldMapImport.dtd +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/messenger/filter.properties +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/messenger/folderProps.dtd +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/messenger/folderWidgets.properties +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/messenger/folderpane.dtd +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/messenger/gloda.properties +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/messenger/glodaComplete.properties +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/messenger/glodaFacetView.dtd +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/messenger/glodaFacetView.properties +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/messenger/imAccountWizard.dtd +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/messenger/imAccounts.dtd +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/messenger/imAccounts.properties +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/messenger/imapMsgs.properties +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/messenger/importDialog.dtd +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/messenger/importMsgs.properties +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/messenger/joinChat.dtd +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/messenger/junkLog.dtd +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/messenger/junkMailInfo.dtd +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/messenger/localMsgs.properties +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/messenger/mailEditorOverlay.dtd +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/messenger/mailOverlay.dtd +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/messenger/mailViewList.dtd +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/messenger/mailViewSetup.dtd +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/messenger/mailviews.properties +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/messenger/markByDate.dtd +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/messenger/messenger.dtd +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/messenger/messenger.properties +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/messenger/messengercompose/addressingWidgetOverlay.dtd +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/messenger/messengercompose/askSendFormat.dtd +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/messenger/messengercompose/askSendFormat.properties +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/messenger/messengercompose/composeMsgs.properties +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/messenger/messengercompose/mailComposeEditorOverlay.dtd +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/messenger/messengercompose/messengercompose.dtd +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/messenger/messengercompose/sendProgress.dtd +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/messenger/messengercompose/sendProgress.properties +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/messenger/migration/migration.dtd +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/messenger/migration/migration.properties +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/messenger/mime.properties +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/messenger/mimeheader.properties +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/messenger/msgAccountCentral.dtd +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/messenger/msgHdrViewOverlay.dtd +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/messenger/msgPrintEngine.dtd +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/messenger/msgSynchronize.dtd +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/messenger/msgViewPickerOverlay.dtd +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/messenger/msgmdn.properties +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/messenger/multimessageview.dtd +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/messenger/multimessageview.properties +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/messenger/netError.dtd +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/messenger/newFolderDialog.dtd +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/messenger/newTagDialog.dtd +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/messenger/newmailaccount/accountProvisioner.dtd +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/messenger/newmailaccount/accountProvisioner.properties +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/messenger/news.properties +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/messenger/oeImportMsgs.properties +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/messenger/offline.properties +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/messenger/offlineStartup.properties +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/messenger/outlookImportMsgs.properties +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/messenger/pgpmime.properties +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/messenger/preferences/advanced.dtd +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/messenger/preferences/applicationManager.dtd +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/messenger/preferences/applicationManager.properties +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/messenger/preferences/applications.dtd +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/messenger/preferences/applications.properties +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/messenger/preferences/attachmentReminder.dtd +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/messenger/preferences/chat.dtd +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/messenger/preferences/colors.dtd +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/messenger/preferences/compose.dtd +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/messenger/preferences/connection.dtd +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/messenger/preferences/cookies.dtd +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/messenger/preferences/display.dtd +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/messenger/preferences/dockoptions.dtd +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/messenger/preferences/fonts.dtd +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/messenger/preferences/general.dtd +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/messenger/preferences/notifications.dtd +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/messenger/preferences/offline.dtd +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/messenger/preferences/permissions.dtd +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/messenger/preferences/preferences.dtd +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/messenger/preferences/preferences.properties +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/messenger/preferences/privacy.dtd +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/messenger/preferences/receipts.dtd +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/messenger/preferences/security.dtd +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/messenger/preferences/sendoptions.dtd +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/messenger/prefs.properties +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/messenger/quickFilterBar.dtd +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/messenger/renameFolderDialog.dtd +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/messenger/safeMode.dtd +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/messenger/sanitize.dtd +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/messenger/search-attributes.properties +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/messenger/search-operators.properties +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/messenger/search.properties +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/messenger/searchIntegrationDefault.dtd +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/messenger/searchIntegrationMac.dtd +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/messenger/searchIntegrationWin.dtd +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/messenger/searchTermOverlay.dtd +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/messenger/shutdownWindow.properties +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/messenger/smime.properties +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/messenger/smtpEditOverlay.dtd +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/messenger/subscribe.dtd +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/messenger/subscribe.properties +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/messenger/systemIntegrationDialog.dtd +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/messenger/tabmail.dtd +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/messenger/taskbar.properties +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/messenger/telemetry.properties +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/messenger/templateUtils.properties +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/messenger/textImportMsgs.properties +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/messenger/vCardImportMsgs.properties +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/messenger/viewLog.dtd +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/messenger/viewZoomOverlay.dtd +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/messenger/virtualFolderListDialog.dtd +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/messenger/virtualFolderProperties.dtd +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/messenger/wmImportMsgs.properties +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/mozapps/downloads/downloads.dtd +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/mozapps/downloads/downloads.properties +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/mozapps/downloads/settingsChange.dtd +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/mozapps/downloads/unknownContentType.dtd +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/mozapps/downloads/unknownContentType.properties +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/mozapps/extensions/about.dtd +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/mozapps/extensions/blocklist.dtd +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/mozapps/extensions/extensions.dtd +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/mozapps/extensions/extensions.properties +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/mozapps/extensions/newaddon.dtd +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/mozapps/extensions/newaddon.properties +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/mozapps/extensions/selectAddons.dtd +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/mozapps/extensions/selectAddons.properties +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/mozapps/extensions/update.dtd +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/mozapps/extensions/update.properties +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/mozapps/handling/handling.dtd +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/mozapps/handling/handling.properties +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/mozapps/plugins/plugins.dtd +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/mozapps/preferences/changemp.dtd +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/mozapps/preferences/preferences.properties +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/mozapps/preferences/removemp.dtd +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/mozapps/profile/createProfileWizard.dtd +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/mozapps/profile/profileSelection.dtd +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/mozapps/profile/profileSelection.properties +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/mozapps/update/history.dtd +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/mozapps/update/updates.dtd +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/mozapps/update/updates.properties +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/mozapps/xpinstall/xpinstallConfirm.dtd +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/mozapps/xpinstall/xpinstallConfirm.properties +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/mozldap/ldap.properties +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/necko/necko.properties +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/passwordmgr/passwordManager.dtd +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/passwordmgr/passwordmgr.properties +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/pipnss/nsserrors.properties +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/pipnss/pipnss.properties +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/pippki/certManager.dtd +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/pippki/deviceManager.dtd +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/pippki/pippki.dtd +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/pippki/pippki.properties +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/chrome/da/locale/da/places/places.properties +lib/thunderbird38/extensions/langpack-da@thunderbird.mozilla.org/install.rdf +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome.manifest +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/.mkdir.done +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de.manifest +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/alerts/alert.dtd +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/alerts/notificationNames.properties +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/autoconfig/autoconfig.properties +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/branding/brand.dtd +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/branding/brand.properties +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/chat/accounts.properties +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/chat/commands.properties +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/chat/contacts.properties +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/chat/conversations.properties +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/chat/facebook.properties +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/chat/imtooltip.properties +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/chat/irc.properties +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/chat/logger.properties +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/chat/status.properties +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/chat/twitter.properties +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/chat/xmpp.properties +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/chat/yahoo.properties +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/communicator/utilityOverlay.dtd +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/cookie/cookieAcceptDialog.dtd +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/cookie/cookieAcceptDialog.properties +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/editor/EdAdvancedEdit.dtd +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/editor/EdColorPicker.dtd +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/editor/EdConvertToTable.dtd +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/editor/EdDialogOverlay.dtd +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/editor/EdNamedAnchorProperties.dtd +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/editor/EditorButtonProperties.dtd +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/editor/EditorColorProperties.dtd +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/editor/EditorFieldSetProperties.dtd +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/editor/EditorFormProperties.dtd +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/editor/EditorHLineProperties.dtd +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/editor/EditorImageProperties.dtd +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/editor/EditorInputProperties.dtd +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/editor/EditorInsertChars.dtd +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/editor/EditorInsertMath.dtd +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/editor/EditorInsertSource.dtd +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/editor/EditorInsertTOC.dtd +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/editor/EditorInsertTable.dtd +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/editor/EditorLabelProperties.dtd +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/editor/EditorLinkProperties.dtd +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/editor/EditorListProperties.dtd +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/editor/EditorPersonalDictionary.dtd +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/editor/EditorReplace.dtd +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/editor/EditorSelectProperties.dtd +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/editor/EditorSpellCheck.dtd +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/editor/EditorTableProperties.dtd +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/editor/EditorTextAreaProperties.dtd +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/editor/editor.properties +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/editor/editorOverlay.dtd +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/editor/editorSmileyOverlay.dtd +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/formautofill/requestAutocomplete.dtd +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/global-platform/mac/accessible.properties +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/global-platform/mac/intl.properties +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/global-platform/mac/platformKeys.properties +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/global-platform/unix/accessible.properties +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/global-platform/unix/intl.properties +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/global-platform/unix/platformKeys.properties +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/global-platform/win/accessible.properties +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/global-platform/win/intl.properties +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/global-platform/win/platformKeys.properties +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/global-region/region.properties +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/global/AccessFu.properties +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/global/about.dtd +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/global/aboutAbout.dtd +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/global/aboutNetworking.dtd +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/global/aboutReader.properties +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/global/aboutRights.dtd +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/global/aboutSupport.dtd +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/global/aboutSupport.properties +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/global/aboutTelemetry.dtd +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/global/aboutTelemetry.properties +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/global/appPicker.dtd +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/global/appstrings.properties +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/global/autocomplete.properties +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/global/brand.dtd +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/global/browser.properties +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/global/charsetMenu.dtd +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/global/charsetMenu.properties +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/global/commonDialog.dtd +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/global/commonDialogs.properties +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/global/config.dtd +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/global/config.properties +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/global/console.dtd +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/global/console.properties +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/global/contentAreaCommands.properties +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/global/crashes.dtd +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/global/crashes.properties +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/global/css.properties +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/global/customizeToolbar.dtd +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/global/customizeToolbar.properties +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/global/dateFormat.properties +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/global/datetimepicker.dtd +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/global/devtools/csscoverage.dtd +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/global/devtools/csscoverage.properties +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/global/devtools/debugger.properties +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/global/devtools/styleinspector.properties +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/global/dialog.properties +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/global/dialogOverlay.dtd +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/global/dom/dom.properties +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/global/editMenuOverlay.dtd +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/global/fallbackMenubar.properties +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/global/filefield.properties +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/global/filepicker.dtd +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/global/filepicker.properties +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/global/findbar.dtd +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/global/findbar.properties +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/global/finddialog.dtd +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/global/finddialog.properties +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/global/global-strres.properties +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/global/global.dtd +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/global/globalKeys.dtd +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/global/headsUpDisplay.properties +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/global/intl.css +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/global/intl.properties +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/global/keys.properties +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/global/languageNames.properties +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/global/layout/HtmlForm.properties +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/global/layout/MediaDocument.properties +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/global/layout/htmlparser.properties +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/global/layout/xmlparser.properties +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/global/layout_errors.properties +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/global/mathml/mathml.properties +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/global/mozilla.dtd +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/global/netError.dtd +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/global/netErrorApp.dtd +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/global/notification.dtd +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/global/nsWebBrowserPersist.properties +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/global/plugins.properties +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/global/preferences.dtd +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/global/printPageSetup.dtd +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/global/printPreview.dtd +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/global/printPreviewProgress.dtd +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/global/printProgress.dtd +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/global/printdialog.dtd +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/global/printdialog.properties +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/global/printing.properties +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/global/printjoboptions.dtd +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/global/regionNames.properties +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/global/resetProfile.dtd +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/global/resetProfile.properties +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/global/search/search.properties +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/global/security/caps.properties +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/global/security/csp.properties +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/global/security/security.properties +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/global/svg/svg.properties +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/global/textcontext.dtd +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/global/tree.dtd +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/global/videocontrols.dtd +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/global/viewSource.dtd +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/global/viewSource.properties +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/global/webapps.properties +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/global/wizard.dtd +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/global/wizard.properties +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/global/xbl.properties +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/global/xml/prettyprint.dtd +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/global/xslt/xslt.properties +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/global/xul.properties +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/messenger-mapi/mapi.properties +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/messenger-newsblog/am-newsblog.dtd +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/messenger-newsblog/feed-subscriptions.dtd +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/messenger-newsblog/newsblog.properties +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/messenger-region/region.properties +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/messenger-smime/certFetchingStatus.dtd +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/messenger-smime/msgCompSMIMEOverlay.dtd +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/messenger-smime/msgCompSMIMEOverlay.properties +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/messenger-smime/msgCompSecurityInfo.dtd +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/messenger-smime/msgCompSecurityInfo.properties +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/messenger-smime/msgReadSMIMEOverlay.dtd +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/messenger-smime/msgReadSMIMEOverlay.properties +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/messenger-smime/msgReadSecurityInfo.dtd +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/messenger-smime/msgSecurityInfo.properties +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/messenger/AccountManager.dtd +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/messenger/AccountWizard.dtd +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/messenger/CustomHeaders.dtd +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/messenger/FilterEditor.dtd +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/messenger/FilterListDialog.dtd +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/messenger/SearchDialog.dtd +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/messenger/aboutDialog.dtd +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/messenger/aboutDownloads.dtd +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/messenger/aboutRights.dtd +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/messenger/aboutRights.properties +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/messenger/aboutSupportMail.dtd +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/messenger/aboutSupportMail.properties +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/messenger/accountCreation.dtd +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/messenger/accountCreation.properties +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/messenger/accountCreationModel.properties +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/messenger/accountCreationUtil.properties +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/messenger/activity.dtd +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/messenger/activity.properties +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/messenger/addbuddy.dtd +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/messenger/addressbook/abAddressBookNameDialog.dtd +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/messenger/addressbook/abCardOverlay.dtd +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/messenger/addressbook/abContactsPanel.dtd +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/messenger/addressbook/abMailListDialog.dtd +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/messenger/addressbook/abMainWindow.dtd +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/messenger/addressbook/abNewCardDialog.dtd +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/messenger/addressbook/abResultsPaneOverlay.dtd +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/messenger/addressbook/addressBook.properties +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/messenger/addressbook/ldapAutoCompErrs.properties +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/messenger/addressbook/pref-directory-add.dtd +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/messenger/addressbook/pref-directory.dtd +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/messenger/addressbook/replicationProgress.properties +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/messenger/am-addressing.dtd +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/messenger/am-advanced.dtd +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/messenger/am-archiveoptions.dtd +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/messenger/am-copies.dtd +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/messenger/am-identities-list.dtd +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/messenger/am-identity-edit.dtd +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/messenger/am-im.dtd +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/messenger/am-junk.dtd +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/messenger/am-main.dtd +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/messenger/am-mdn.dtd +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/messenger/am-mdn.properties +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/messenger/am-offline.dtd +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/messenger/am-server-advanced.dtd +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/messenger/am-server-top.dtd +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/messenger/am-serverwithnoidentities.dtd +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/messenger/am-smime.dtd +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/messenger/am-smime.properties +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/messenger/appleMailImportMsgs.properties +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/messenger/baseMenuOverlay.dtd +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/messenger/charsetTitles.properties +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/messenger/chat.dtd +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/messenger/chat.properties +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/messenger/cloudfile/Box/auth.dtd +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/messenger/cloudfile/Box/management.dtd +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/messenger/cloudfile/Box/settings.dtd +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/messenger/cloudfile/Hightail/fileExceeds2GB.dtd +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/messenger/cloudfile/Hightail/fileExceedsLimit.dtd +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/messenger/cloudfile/Hightail/fileExceedsQuota.dtd +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/messenger/cloudfile/Hightail/management.dtd +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/messenger/cloudfile/Hightail/settings.dtd +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/messenger/cloudfile/addAccountDialog.dtd +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/messenger/cloudfile/management.dtd +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/messenger/configEditorOverlay.dtd +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/messenger/custom.properties +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/messenger/customizeToolbarOverlay.dtd +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/messenger/downloadheaders.dtd +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/messenger/downloads/settingsChange.dtd +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/messenger/downloadsOverlay.dtd +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/messenger/editContactOverlay.dtd +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/messenger/editContactOverlay.properties +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/messenger/eudoraImportMsgs.properties +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/messenger/fieldMapImport.dtd +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/messenger/filter.properties +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/messenger/folderProps.dtd +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/messenger/folderWidgets.properties +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/messenger/folderpane.dtd +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/messenger/gloda.properties +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/messenger/glodaComplete.properties +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/messenger/glodaFacetView.dtd +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/messenger/glodaFacetView.properties +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/messenger/imAccountWizard.dtd +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/messenger/imAccounts.dtd +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/messenger/imAccounts.properties +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/messenger/imapMsgs.properties +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/messenger/importDialog.dtd +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/messenger/importMsgs.properties +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/messenger/joinChat.dtd +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/messenger/junkLog.dtd +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/messenger/junkMailInfo.dtd +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/messenger/localMsgs.properties +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/messenger/mailEditorOverlay.dtd +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/messenger/mailOverlay.dtd +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/messenger/mailViewList.dtd +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/messenger/mailViewSetup.dtd +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/messenger/mailviews.properties +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/messenger/markByDate.dtd +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/messenger/messenger.dtd +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/messenger/messenger.properties +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/messenger/messengercompose/addressingWidgetOverlay.dtd +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/messenger/messengercompose/askSendFormat.dtd +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/messenger/messengercompose/askSendFormat.properties +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/messenger/messengercompose/composeMsgs.properties +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/messenger/messengercompose/mailComposeEditorOverlay.dtd +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/messenger/messengercompose/messengercompose.dtd +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/messenger/messengercompose/sendProgress.dtd +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/messenger/messengercompose/sendProgress.properties +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/messenger/migration/migration.dtd +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/messenger/migration/migration.properties +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/messenger/mime.properties +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/messenger/mimeheader.properties +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/messenger/msgAccountCentral.dtd +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/messenger/msgHdrViewOverlay.dtd +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/messenger/msgPrintEngine.dtd +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/messenger/msgSynchronize.dtd +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/messenger/msgViewPickerOverlay.dtd +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/messenger/msgmdn.properties +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/messenger/multimessageview.dtd +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/messenger/multimessageview.properties +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/messenger/netError.dtd +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/messenger/newFolderDialog.dtd +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/messenger/newTagDialog.dtd +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/messenger/newmailaccount/accountProvisioner.dtd +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/messenger/newmailaccount/accountProvisioner.properties +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/messenger/news.properties +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/messenger/oeImportMsgs.properties +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/messenger/offline.properties +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/messenger/offlineStartup.properties +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/messenger/outlookImportMsgs.properties +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/messenger/pgpmime.properties +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/messenger/preferences/advanced.dtd +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/messenger/preferences/applicationManager.dtd +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/messenger/preferences/applicationManager.properties +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/messenger/preferences/applications.dtd +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/messenger/preferences/applications.properties +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/messenger/preferences/attachmentReminder.dtd +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/messenger/preferences/chat.dtd +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/messenger/preferences/colors.dtd +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/messenger/preferences/compose.dtd +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/messenger/preferences/connection.dtd +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/messenger/preferences/cookies.dtd +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/messenger/preferences/display.dtd +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/messenger/preferences/dockoptions.dtd +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/messenger/preferences/fonts.dtd +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/messenger/preferences/general.dtd +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/messenger/preferences/notifications.dtd +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/messenger/preferences/offline.dtd +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/messenger/preferences/permissions.dtd +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/messenger/preferences/preferences.dtd +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/messenger/preferences/preferences.properties +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/messenger/preferences/privacy.dtd +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/messenger/preferences/receipts.dtd +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/messenger/preferences/security.dtd +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/messenger/preferences/sendoptions.dtd +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/messenger/prefs.properties +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/messenger/quickFilterBar.dtd +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/messenger/renameFolderDialog.dtd +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/messenger/safeMode.dtd +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/messenger/sanitize.dtd +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/messenger/search-attributes.properties +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/messenger/search-operators.properties +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/messenger/search.properties +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/messenger/searchIntegrationDefault.dtd +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/messenger/searchIntegrationMac.dtd +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/messenger/searchIntegrationWin.dtd +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/messenger/searchTermOverlay.dtd +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/messenger/shutdownWindow.properties +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/messenger/smime.properties +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/messenger/smtpEditOverlay.dtd +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/messenger/subscribe.dtd +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/messenger/subscribe.properties +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/messenger/systemIntegrationDialog.dtd +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/messenger/tabmail.dtd +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/messenger/taskbar.properties +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/messenger/telemetry.properties +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/messenger/templateUtils.properties +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/messenger/textImportMsgs.properties +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/messenger/vCardImportMsgs.properties +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/messenger/viewLog.dtd +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/messenger/viewZoomOverlay.dtd +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/messenger/virtualFolderListDialog.dtd +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/messenger/virtualFolderProperties.dtd +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/messenger/wmImportMsgs.properties +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/mozapps/downloads/downloads.dtd +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/mozapps/downloads/downloads.properties +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/mozapps/downloads/settingsChange.dtd +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/mozapps/downloads/unknownContentType.dtd +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/mozapps/downloads/unknownContentType.properties +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/mozapps/extensions/about.dtd +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/mozapps/extensions/blocklist.dtd +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/mozapps/extensions/extensions.dtd +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/mozapps/extensions/extensions.properties +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/mozapps/extensions/newaddon.dtd +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/mozapps/extensions/newaddon.properties +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/mozapps/extensions/selectAddons.dtd +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/mozapps/extensions/selectAddons.properties +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/mozapps/extensions/update.dtd +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/mozapps/extensions/update.properties +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/mozapps/handling/handling.dtd +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/mozapps/handling/handling.properties +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/mozapps/plugins/plugins.dtd +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/mozapps/preferences/changemp.dtd +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/mozapps/preferences/preferences.properties +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/mozapps/preferences/removemp.dtd +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/mozapps/profile/createProfileWizard.dtd +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/mozapps/profile/profileSelection.dtd +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/mozapps/profile/profileSelection.properties +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/mozapps/update/history.dtd +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/mozapps/update/updates.dtd +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/mozapps/update/updates.properties +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/mozapps/xpinstall/xpinstallConfirm.dtd +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/mozapps/xpinstall/xpinstallConfirm.properties +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/mozldap/ldap.properties +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/necko/necko.properties +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/passwordmgr/passwordManager.dtd +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/passwordmgr/passwordmgr.properties +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/pipnss/nsserrors.properties +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/pipnss/pipnss.properties +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/pippki/certManager.dtd +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/pippki/deviceManager.dtd +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/pippki/pippki.dtd +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/pippki/pippki.properties +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/chrome/de/locale/de/places/places.properties +lib/thunderbird38/extensions/langpack-de@thunderbird.mozilla.org/install.rdf +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome.manifest +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/.mkdir.done +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el.manifest +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/alerts/alert.dtd +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/alerts/notificationNames.properties +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/autoconfig/autoconfig.properties +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/branding/brand.dtd +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/branding/brand.properties +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/chat/accounts.properties +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/chat/commands.properties +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/chat/contacts.properties +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/chat/conversations.properties +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/chat/facebook.properties +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/chat/imtooltip.properties +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/chat/irc.properties +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/chat/logger.properties +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/chat/status.properties +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/chat/twitter.properties +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/chat/xmpp.properties +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/chat/yahoo.properties +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/communicator/utilityOverlay.dtd +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/cookie/cookieAcceptDialog.dtd +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/cookie/cookieAcceptDialog.properties +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/editor/EdAdvancedEdit.dtd +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/editor/EdColorPicker.dtd +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/editor/EdConvertToTable.dtd +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/editor/EdDialogOverlay.dtd +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/editor/EdNamedAnchorProperties.dtd +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/editor/EditorButtonProperties.dtd +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/editor/EditorColorProperties.dtd +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/editor/EditorFieldSetProperties.dtd +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/editor/EditorFormProperties.dtd +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/editor/EditorHLineProperties.dtd +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/editor/EditorImageProperties.dtd +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/editor/EditorInputProperties.dtd +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/editor/EditorInsertChars.dtd +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/editor/EditorInsertMath.dtd +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/editor/EditorInsertSource.dtd +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/editor/EditorInsertTOC.dtd +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/editor/EditorInsertTable.dtd +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/editor/EditorLabelProperties.dtd +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/editor/EditorLinkProperties.dtd +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/editor/EditorListProperties.dtd +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/editor/EditorPersonalDictionary.dtd +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/editor/EditorReplace.dtd +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/editor/EditorSelectProperties.dtd +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/editor/EditorSpellCheck.dtd +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/editor/EditorTableProperties.dtd +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/editor/EditorTextAreaProperties.dtd +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/editor/editor.properties +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/editor/editorOverlay.dtd +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/editor/editorSmileyOverlay.dtd +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/formautofill/requestAutocomplete.dtd +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/global-platform/mac/accessible.properties +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/global-platform/mac/intl.properties +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/global-platform/mac/platformKeys.properties +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/global-platform/unix/accessible.properties +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/global-platform/unix/intl.properties +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/global-platform/unix/platformKeys.properties +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/global-platform/win/accessible.properties +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/global-platform/win/intl.properties +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/global-platform/win/platformKeys.properties +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/global-region/region.properties +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/global/AccessFu.properties +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/global/about.dtd +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/global/aboutAbout.dtd +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/global/aboutNetworking.dtd +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/global/aboutReader.properties +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/global/aboutRights.dtd +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/global/aboutSupport.dtd +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/global/aboutSupport.properties +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/global/aboutTelemetry.dtd +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/global/aboutTelemetry.properties +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/global/appPicker.dtd +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/global/appstrings.properties +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/global/autocomplete.properties +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/global/brand.dtd +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/global/browser.properties +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/global/charsetMenu.dtd +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/global/charsetMenu.properties +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/global/commonDialog.dtd +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/global/commonDialogs.properties +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/global/config.dtd +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/global/config.properties +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/global/console.dtd +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/global/console.properties +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/global/contentAreaCommands.properties +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/global/crashes.dtd +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/global/crashes.properties +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/global/css.properties +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/global/customizeToolbar.dtd +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/global/customizeToolbar.properties +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/global/dateFormat.properties +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/global/datetimepicker.dtd +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/global/devtools/csscoverage.dtd +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/global/devtools/csscoverage.properties +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/global/devtools/debugger.properties +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/global/devtools/styleinspector.properties +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/global/dialog.properties +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/global/dialogOverlay.dtd +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/global/dom/dom.properties +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/global/editMenuOverlay.dtd +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/global/fallbackMenubar.properties +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/global/filefield.properties +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/global/filepicker.dtd +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/global/filepicker.properties +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/global/findbar.dtd +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/global/findbar.properties +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/global/finddialog.dtd +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/global/finddialog.properties +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/global/global-strres.properties +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/global/global.dtd +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/global/globalKeys.dtd +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/global/headsUpDisplay.properties +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/global/intl.css +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/global/intl.properties +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/global/keys.properties +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/global/languageNames.properties +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/global/layout/HtmlForm.properties +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/global/layout/MediaDocument.properties +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/global/layout/htmlparser.properties +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/global/layout/xmlparser.properties +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/global/layout_errors.properties +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/global/mathml/mathml.properties +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/global/mozilla.dtd +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/global/netError.dtd +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/global/netErrorApp.dtd +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/global/notification.dtd +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/global/nsWebBrowserPersist.properties +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/global/plugins.properties +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/global/preferences.dtd +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/global/printPageSetup.dtd +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/global/printPreview.dtd +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/global/printPreviewProgress.dtd +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/global/printProgress.dtd +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/global/printdialog.dtd +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/global/printdialog.properties +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/global/printing.properties +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/global/printjoboptions.dtd +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/global/regionNames.properties +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/global/resetProfile.dtd +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/global/resetProfile.properties +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/global/search/search.properties +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/global/security/caps.properties +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/global/security/csp.properties +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/global/security/security.properties +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/global/svg/svg.properties +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/global/textcontext.dtd +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/global/tree.dtd +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/global/videocontrols.dtd +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/global/viewSource.dtd +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/global/viewSource.properties +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/global/webapps.properties +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/global/wizard.dtd +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/global/wizard.properties +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/global/xbl.properties +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/global/xml/prettyprint.dtd +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/global/xslt/xslt.properties +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/global/xul.properties +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/messenger-mapi/mapi.properties +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/messenger-newsblog/am-newsblog.dtd +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/messenger-newsblog/feed-subscriptions.dtd +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/messenger-newsblog/newsblog.properties +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/messenger-region/region.properties +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/messenger-smime/certFetchingStatus.dtd +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/messenger-smime/msgCompSMIMEOverlay.dtd +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/messenger-smime/msgCompSMIMEOverlay.properties +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/messenger-smime/msgCompSecurityInfo.dtd +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/messenger-smime/msgCompSecurityInfo.properties +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/messenger-smime/msgReadSMIMEOverlay.dtd +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/messenger-smime/msgReadSMIMEOverlay.properties +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/messenger-smime/msgReadSecurityInfo.dtd +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/messenger-smime/msgSecurityInfo.properties +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/messenger/AccountManager.dtd +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/messenger/AccountWizard.dtd +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/messenger/CustomHeaders.dtd +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/messenger/FilterEditor.dtd +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/messenger/FilterListDialog.dtd +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/messenger/SearchDialog.dtd +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/messenger/aboutDialog.dtd +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/messenger/aboutDownloads.dtd +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/messenger/aboutRights.dtd +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/messenger/aboutRights.properties +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/messenger/aboutSupportMail.dtd +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/messenger/aboutSupportMail.properties +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/messenger/accountCreation.dtd +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/messenger/accountCreation.properties +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/messenger/accountCreationModel.properties +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/messenger/accountCreationUtil.properties +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/messenger/activity.dtd +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/messenger/activity.properties +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/messenger/addbuddy.dtd +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/messenger/addressbook/abAddressBookNameDialog.dtd +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/messenger/addressbook/abCardOverlay.dtd +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/messenger/addressbook/abContactsPanel.dtd +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/messenger/addressbook/abMailListDialog.dtd +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/messenger/addressbook/abMainWindow.dtd +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/messenger/addressbook/abNewCardDialog.dtd +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/messenger/addressbook/abResultsPaneOverlay.dtd +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/messenger/addressbook/addressBook.properties +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/messenger/addressbook/ldapAutoCompErrs.properties +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/messenger/addressbook/pref-directory-add.dtd +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/messenger/addressbook/pref-directory.dtd +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/messenger/addressbook/replicationProgress.properties +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/messenger/am-addressing.dtd +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/messenger/am-advanced.dtd +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/messenger/am-archiveoptions.dtd +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/messenger/am-copies.dtd +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/messenger/am-identities-list.dtd +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/messenger/am-identity-edit.dtd +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/messenger/am-im.dtd +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/messenger/am-junk.dtd +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/messenger/am-main.dtd +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/messenger/am-mdn.dtd +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/messenger/am-mdn.properties +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/messenger/am-offline.dtd +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/messenger/am-server-advanced.dtd +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/messenger/am-server-top.dtd +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/messenger/am-serverwithnoidentities.dtd +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/messenger/am-smime.dtd +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/messenger/am-smime.properties +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/messenger/appleMailImportMsgs.properties +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/messenger/baseMenuOverlay.dtd +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/messenger/charsetTitles.properties +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/messenger/chat.dtd +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/messenger/chat.properties +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/messenger/cloudfile/Box/auth.dtd +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/messenger/cloudfile/Box/management.dtd +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/messenger/cloudfile/Box/settings.dtd +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/messenger/cloudfile/Hightail/fileExceeds2GB.dtd +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/messenger/cloudfile/Hightail/fileExceedsLimit.dtd +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/messenger/cloudfile/Hightail/fileExceedsQuota.dtd +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/messenger/cloudfile/Hightail/management.dtd +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/messenger/cloudfile/Hightail/settings.dtd +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/messenger/cloudfile/addAccountDialog.dtd +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/messenger/cloudfile/management.dtd +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/messenger/configEditorOverlay.dtd +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/messenger/custom.properties +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/messenger/customizeToolbarOverlay.dtd +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/messenger/downloadheaders.dtd +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/messenger/downloads/settingsChange.dtd +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/messenger/downloadsOverlay.dtd +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/messenger/editContactOverlay.dtd +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/messenger/editContactOverlay.properties +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/messenger/eudoraImportMsgs.properties +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/messenger/fieldMapImport.dtd +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/messenger/filter.properties +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/messenger/folderProps.dtd +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/messenger/folderWidgets.properties +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/messenger/folderpane.dtd +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/messenger/gloda.properties +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/messenger/glodaComplete.properties +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/messenger/glodaFacetView.dtd +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/messenger/glodaFacetView.properties +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/messenger/imAccountWizard.dtd +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/messenger/imAccounts.dtd +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/messenger/imAccounts.properties +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/messenger/imapMsgs.properties +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/messenger/importDialog.dtd +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/messenger/importMsgs.properties +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/messenger/joinChat.dtd +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/messenger/junkLog.dtd +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/messenger/junkMailInfo.dtd +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/messenger/localMsgs.properties +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/messenger/mailEditorOverlay.dtd +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/messenger/mailOverlay.dtd +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/messenger/mailViewList.dtd +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/messenger/mailViewSetup.dtd +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/messenger/mailviews.properties +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/messenger/markByDate.dtd +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/messenger/messenger.dtd +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/messenger/messenger.properties +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/messenger/messengercompose/addressingWidgetOverlay.dtd +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/messenger/messengercompose/askSendFormat.dtd +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/messenger/messengercompose/askSendFormat.properties +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/messenger/messengercompose/composeMsgs.properties +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/messenger/messengercompose/mailComposeEditorOverlay.dtd +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/messenger/messengercompose/messengercompose.dtd +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/messenger/messengercompose/sendProgress.dtd +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/messenger/messengercompose/sendProgress.properties +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/messenger/migration/migration.dtd +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/messenger/migration/migration.properties +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/messenger/mime.properties +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/messenger/mimeheader.properties +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/messenger/msgAccountCentral.dtd +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/messenger/msgHdrViewOverlay.dtd +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/messenger/msgPrintEngine.dtd +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/messenger/msgSynchronize.dtd +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/messenger/msgViewPickerOverlay.dtd +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/messenger/msgmdn.properties +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/messenger/multimessageview.dtd +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/messenger/multimessageview.properties +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/messenger/netError.dtd +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/messenger/newFolderDialog.dtd +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/messenger/newTagDialog.dtd +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/messenger/newmailaccount/accountProvisioner.dtd +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/messenger/newmailaccount/accountProvisioner.properties +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/messenger/news.properties +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/messenger/oeImportMsgs.properties +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/messenger/offline.properties +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/messenger/offlineStartup.properties +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/messenger/outlookImportMsgs.properties +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/messenger/pgpmime.properties +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/messenger/preferences/advanced.dtd +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/messenger/preferences/applicationManager.dtd +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/messenger/preferences/applicationManager.properties +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/messenger/preferences/applications.dtd +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/messenger/preferences/applications.properties +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/messenger/preferences/attachmentReminder.dtd +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/messenger/preferences/chat.dtd +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/messenger/preferences/colors.dtd +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/messenger/preferences/compose.dtd +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/messenger/preferences/connection.dtd +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/messenger/preferences/cookies.dtd +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/messenger/preferences/display.dtd +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/messenger/preferences/dockoptions.dtd +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/messenger/preferences/fonts.dtd +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/messenger/preferences/general.dtd +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/messenger/preferences/notifications.dtd +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/messenger/preferences/offline.dtd +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/messenger/preferences/permissions.dtd +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/messenger/preferences/preferences.dtd +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/messenger/preferences/preferences.properties +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/messenger/preferences/privacy.dtd +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/messenger/preferences/receipts.dtd +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/messenger/preferences/security.dtd +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/messenger/preferences/sendoptions.dtd +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/messenger/prefs.properties +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/messenger/quickFilterBar.dtd +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/messenger/renameFolderDialog.dtd +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/messenger/safeMode.dtd +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/messenger/sanitize.dtd +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/messenger/search-attributes.properties +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/messenger/search-operators.properties +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/messenger/search.properties +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/messenger/searchIntegrationDefault.dtd +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/messenger/searchIntegrationMac.dtd +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/messenger/searchIntegrationWin.dtd +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/messenger/searchTermOverlay.dtd +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/messenger/shutdownWindow.properties +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/messenger/smime.properties +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/messenger/smtpEditOverlay.dtd +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/messenger/subscribe.dtd +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/messenger/subscribe.properties +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/messenger/systemIntegrationDialog.dtd +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/messenger/tabmail.dtd +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/messenger/taskbar.properties +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/messenger/telemetry.properties +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/messenger/templateUtils.properties +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/messenger/textImportMsgs.properties +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/messenger/vCardImportMsgs.properties +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/messenger/viewLog.dtd +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/messenger/viewZoomOverlay.dtd +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/messenger/virtualFolderListDialog.dtd +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/messenger/virtualFolderProperties.dtd +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/messenger/wmImportMsgs.properties +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/mozapps/downloads/downloads.dtd +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/mozapps/downloads/downloads.properties +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/mozapps/downloads/settingsChange.dtd +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/mozapps/downloads/unknownContentType.dtd +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/mozapps/downloads/unknownContentType.properties +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/mozapps/extensions/about.dtd +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/mozapps/extensions/blocklist.dtd +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/mozapps/extensions/extensions.dtd +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/mozapps/extensions/extensions.properties +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/mozapps/extensions/newaddon.dtd +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/mozapps/extensions/newaddon.properties +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/mozapps/extensions/selectAddons.dtd +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/mozapps/extensions/selectAddons.properties +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/mozapps/extensions/update.dtd +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/mozapps/extensions/update.properties +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/mozapps/handling/handling.dtd +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/mozapps/handling/handling.properties +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/mozapps/plugins/plugins.dtd +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/mozapps/preferences/changemp.dtd +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/mozapps/preferences/preferences.properties +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/mozapps/preferences/removemp.dtd +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/mozapps/profile/createProfileWizard.dtd +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/mozapps/profile/profileSelection.dtd +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/mozapps/profile/profileSelection.properties +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/mozapps/update/history.dtd +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/mozapps/update/updates.dtd +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/mozapps/update/updates.properties +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/mozapps/xpinstall/xpinstallConfirm.dtd +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/mozapps/xpinstall/xpinstallConfirm.properties +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/mozldap/ldap.properties +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/necko/necko.properties +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/passwordmgr/passwordManager.dtd +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/passwordmgr/passwordmgr.properties +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/pipnss/nsserrors.properties +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/pipnss/pipnss.properties +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/pippki/certManager.dtd +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/pippki/deviceManager.dtd +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/pippki/pippki.dtd +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/pippki/pippki.properties +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/chrome/el/locale/el/places/places.properties +lib/thunderbird38/extensions/langpack-el@thunderbird.mozilla.org/install.rdf +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome.manifest +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/.mkdir.done +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB.manifest +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/alerts/alert.dtd +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/alerts/notificationNames.properties +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/autoconfig/autoconfig.properties +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/branding/brand.dtd +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/branding/brand.properties +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/chat/accounts.properties +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/chat/commands.properties +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/chat/contacts.properties +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/chat/conversations.properties +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/chat/facebook.properties +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/chat/imtooltip.properties +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/chat/irc.properties +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/chat/logger.properties +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/chat/status.properties +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/chat/twitter.properties +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/chat/xmpp.properties +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/chat/yahoo.properties +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/communicator/utilityOverlay.dtd +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/cookie/cookieAcceptDialog.dtd +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/cookie/cookieAcceptDialog.properties +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/editor/EdAdvancedEdit.dtd +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/editor/EdColorPicker.dtd +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/editor/EdConvertToTable.dtd +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/editor/EdDialogOverlay.dtd +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/editor/EdNamedAnchorProperties.dtd +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/editor/EditorButtonProperties.dtd +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/editor/EditorColorProperties.dtd +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/editor/EditorFieldSetProperties.dtd +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/editor/EditorFormProperties.dtd +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/editor/EditorHLineProperties.dtd +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/editor/EditorImageProperties.dtd +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/editor/EditorInputProperties.dtd +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/editor/EditorInsertChars.dtd +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/editor/EditorInsertMath.dtd +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/editor/EditorInsertSource.dtd +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/editor/EditorInsertTOC.dtd +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/editor/EditorInsertTable.dtd +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/editor/EditorLabelProperties.dtd +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/editor/EditorLinkProperties.dtd +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/editor/EditorListProperties.dtd +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/editor/EditorPersonalDictionary.dtd +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/editor/EditorReplace.dtd +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/editor/EditorSelectProperties.dtd +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/editor/EditorSpellCheck.dtd +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/editor/EditorTableProperties.dtd +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/editor/EditorTextAreaProperties.dtd +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/editor/editor.properties +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/editor/editorOverlay.dtd +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/editor/editorSmileyOverlay.dtd +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/formautofill/requestAutocomplete.dtd +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/global-platform/mac/accessible.properties +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/global-platform/mac/intl.properties +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/global-platform/mac/platformKeys.properties +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/global-platform/unix/accessible.properties +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/global-platform/unix/intl.properties +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/global-platform/unix/platformKeys.properties +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/global-platform/win/accessible.properties +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/global-platform/win/intl.properties +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/global-platform/win/platformKeys.properties +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/global-region/region.properties +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/global/AccessFu.properties +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/global/about.dtd +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/global/aboutAbout.dtd +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/global/aboutNetworking.dtd +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/global/aboutReader.properties +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/global/aboutRights.dtd +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/global/aboutSupport.dtd +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/global/aboutSupport.properties +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/global/aboutTelemetry.dtd +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/global/aboutTelemetry.properties +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/global/appPicker.dtd +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/global/appstrings.properties +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/global/autocomplete.properties +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/global/brand.dtd +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/global/browser.properties +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/global/charsetMenu.dtd +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/global/charsetMenu.properties +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/global/commonDialog.dtd +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/global/commonDialogs.properties +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/global/config.dtd +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/global/config.properties +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/global/console.dtd +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/global/console.properties +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/global/contentAreaCommands.properties +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/global/crashes.dtd +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/global/crashes.properties +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/global/css.properties +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/global/customizeToolbar.dtd +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/global/customizeToolbar.properties +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/global/dateFormat.properties +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/global/datetimepicker.dtd +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/global/devtools/csscoverage.dtd +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/global/devtools/csscoverage.properties +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/global/devtools/debugger.properties +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/global/devtools/styleinspector.properties +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/global/dialog.properties +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/global/dialogOverlay.dtd +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/global/dom/dom.properties +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/global/editMenuOverlay.dtd +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/global/fallbackMenubar.properties +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/global/filefield.properties +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/global/filepicker.dtd +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/global/filepicker.properties +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/global/findbar.dtd +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/global/findbar.properties +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/global/finddialog.dtd +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/global/finddialog.properties +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/global/global-strres.properties +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/global/global.dtd +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/global/globalKeys.dtd +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/global/headsUpDisplay.properties +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/global/intl.css +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/global/intl.properties +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/global/keys.properties +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/global/languageNames.properties +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/global/layout/HtmlForm.properties +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/global/layout/MediaDocument.properties +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/global/layout/htmlparser.properties +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/global/layout/xmlparser.properties +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/global/layout_errors.properties +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/global/mathml/mathml.properties +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/global/mozilla.dtd +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/global/netError.dtd +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/global/netErrorApp.dtd +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/global/notification.dtd +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/global/nsWebBrowserPersist.properties +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/global/plugins.properties +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/global/preferences.dtd +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/global/printPageSetup.dtd +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/global/printPreview.dtd +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/global/printPreviewProgress.dtd +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/global/printProgress.dtd +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/global/printdialog.dtd +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/global/printdialog.properties +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/global/printing.properties +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/global/printjoboptions.dtd +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/global/regionNames.properties +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/global/resetProfile.dtd +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/global/resetProfile.properties +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/global/search/search.properties +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/global/security/caps.properties +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/global/security/csp.properties +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/global/security/security.properties +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/global/svg/svg.properties +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/global/textcontext.dtd +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/global/tree.dtd +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/global/videocontrols.dtd +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/global/viewSource.dtd +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/global/viewSource.properties +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/global/webapps.properties +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/global/wizard.dtd +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/global/wizard.properties +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/global/xbl.properties +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/global/xml/prettyprint.dtd +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/global/xslt/xslt.properties +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/global/xul.properties +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/messenger-mapi/mapi.properties +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/messenger-newsblog/am-newsblog.dtd +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/messenger-newsblog/feed-subscriptions.dtd +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/messenger-newsblog/newsblog.properties +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/messenger-region/region.properties +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/messenger-smime/certFetchingStatus.dtd +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/messenger-smime/msgCompSMIMEOverlay.dtd +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/messenger-smime/msgCompSMIMEOverlay.properties +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/messenger-smime/msgCompSecurityInfo.dtd +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/messenger-smime/msgCompSecurityInfo.properties +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/messenger-smime/msgReadSMIMEOverlay.dtd +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/messenger-smime/msgReadSMIMEOverlay.properties +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/messenger-smime/msgReadSecurityInfo.dtd +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/messenger-smime/msgSecurityInfo.properties +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/messenger/AccountManager.dtd +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/messenger/AccountWizard.dtd +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/messenger/CustomHeaders.dtd +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/messenger/FilterEditor.dtd +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/messenger/FilterListDialog.dtd +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/messenger/SearchDialog.dtd +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/messenger/aboutDialog.dtd +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/messenger/aboutDownloads.dtd +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/messenger/aboutRights.dtd +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/messenger/aboutRights.properties +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/messenger/aboutSupportMail.dtd +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/messenger/aboutSupportMail.properties +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/messenger/accountCreation.dtd +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/messenger/accountCreation.properties +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/messenger/accountCreationModel.properties +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/messenger/accountCreationUtil.properties +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/messenger/activity.dtd +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/messenger/activity.properties +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/messenger/addbuddy.dtd +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/messenger/addressbook/abAddressBookNameDialog.dtd +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/messenger/addressbook/abCardOverlay.dtd +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/messenger/addressbook/abContactsPanel.dtd +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/messenger/addressbook/abMailListDialog.dtd +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/messenger/addressbook/abMainWindow.dtd +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/messenger/addressbook/abNewCardDialog.dtd +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/messenger/addressbook/abResultsPaneOverlay.dtd +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/messenger/addressbook/addressBook.properties +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/messenger/addressbook/ldapAutoCompErrs.properties +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/messenger/addressbook/pref-directory-add.dtd +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/messenger/addressbook/pref-directory.dtd +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/messenger/addressbook/replicationProgress.properties +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/messenger/am-addressing.dtd +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/messenger/am-advanced.dtd +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/messenger/am-archiveoptions.dtd +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/messenger/am-copies.dtd +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/messenger/am-identities-list.dtd +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/messenger/am-identity-edit.dtd +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/messenger/am-im.dtd +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/messenger/am-junk.dtd +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/messenger/am-main.dtd +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/messenger/am-mdn.dtd +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/messenger/am-mdn.properties +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/messenger/am-offline.dtd +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/messenger/am-server-advanced.dtd +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/messenger/am-server-top.dtd +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/messenger/am-serverwithnoidentities.dtd +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/messenger/am-smime.dtd +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/messenger/am-smime.properties +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/messenger/appleMailImportMsgs.properties +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/messenger/baseMenuOverlay.dtd +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/messenger/charsetTitles.properties +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/messenger/chat.dtd +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/messenger/chat.properties +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/messenger/cloudfile/Box/auth.dtd +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/messenger/cloudfile/Box/management.dtd +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/messenger/cloudfile/Box/settings.dtd +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/messenger/cloudfile/Hightail/fileExceeds2GB.dtd +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/messenger/cloudfile/Hightail/fileExceedsLimit.dtd +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/messenger/cloudfile/Hightail/fileExceedsQuota.dtd +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/messenger/cloudfile/Hightail/management.dtd +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/messenger/cloudfile/Hightail/settings.dtd +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/messenger/cloudfile/addAccountDialog.dtd +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/messenger/cloudfile/management.dtd +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/messenger/configEditorOverlay.dtd +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/messenger/custom.properties +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/messenger/customizeToolbarOverlay.dtd +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/messenger/downloadheaders.dtd +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/messenger/downloads/settingsChange.dtd +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/messenger/downloadsOverlay.dtd +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/messenger/editContactOverlay.dtd +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/messenger/editContactOverlay.properties +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/messenger/eudoraImportMsgs.properties +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/messenger/fieldMapImport.dtd +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/messenger/filter.properties +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/messenger/folderProps.dtd +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/messenger/folderWidgets.properties +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/messenger/folderpane.dtd +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/messenger/gloda.properties +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/messenger/glodaComplete.properties +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/messenger/glodaFacetView.dtd +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/messenger/glodaFacetView.properties +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/messenger/imAccountWizard.dtd +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/messenger/imAccounts.dtd +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/messenger/imAccounts.properties +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/messenger/imapMsgs.properties +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/messenger/importDialog.dtd +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/messenger/importMsgs.properties +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/messenger/joinChat.dtd +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/messenger/junkLog.dtd +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/messenger/junkMailInfo.dtd +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/messenger/localMsgs.properties +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/messenger/mailEditorOverlay.dtd +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/messenger/mailOverlay.dtd +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/messenger/mailViewList.dtd +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/messenger/mailViewSetup.dtd +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/messenger/mailviews.properties +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/messenger/markByDate.dtd +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/messenger/messenger.dtd +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/messenger/messenger.properties +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/messenger/messengercompose/addressingWidgetOverlay.dtd +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/messenger/messengercompose/askSendFormat.dtd +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/messenger/messengercompose/askSendFormat.properties +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/messenger/messengercompose/composeMsgs.properties +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/messenger/messengercompose/mailComposeEditorOverlay.dtd +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/messenger/messengercompose/messengercompose.dtd +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/messenger/messengercompose/sendProgress.dtd +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/messenger/messengercompose/sendProgress.properties +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/messenger/migration/migration.dtd +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/messenger/migration/migration.properties +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/messenger/mime.properties +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/messenger/mimeheader.properties +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/messenger/msgAccountCentral.dtd +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/messenger/msgHdrViewOverlay.dtd +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/messenger/msgPrintEngine.dtd +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/messenger/msgSynchronize.dtd +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/messenger/msgViewPickerOverlay.dtd +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/messenger/msgmdn.properties +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/messenger/multimessageview.dtd +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/messenger/multimessageview.properties +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/messenger/netError.dtd +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/messenger/newFolderDialog.dtd +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/messenger/newTagDialog.dtd +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/messenger/newmailaccount/accountProvisioner.dtd +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/messenger/newmailaccount/accountProvisioner.properties +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/messenger/news.properties +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/messenger/oeImportMsgs.properties +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/messenger/offline.properties +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/messenger/offlineStartup.properties +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/messenger/outlookImportMsgs.properties +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/messenger/pgpmime.properties +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/messenger/preferences/advanced.dtd +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/messenger/preferences/applicationManager.dtd +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/messenger/preferences/applicationManager.properties +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/messenger/preferences/applications.dtd +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/messenger/preferences/applications.properties +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/messenger/preferences/attachmentReminder.dtd +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/messenger/preferences/chat.dtd +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/messenger/preferences/colors.dtd +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/messenger/preferences/compose.dtd +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/messenger/preferences/connection.dtd +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/messenger/preferences/cookies.dtd +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/messenger/preferences/display.dtd +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/messenger/preferences/dockoptions.dtd +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/messenger/preferences/fonts.dtd +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/messenger/preferences/general.dtd +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/messenger/preferences/notifications.dtd +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/messenger/preferences/offline.dtd +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/messenger/preferences/permissions.dtd +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/messenger/preferences/preferences.dtd +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/messenger/preferences/preferences.properties +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/messenger/preferences/privacy.dtd +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/messenger/preferences/receipts.dtd +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/messenger/preferences/security.dtd +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/messenger/preferences/sendoptions.dtd +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/messenger/prefs.properties +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/messenger/quickFilterBar.dtd +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/messenger/renameFolderDialog.dtd +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/messenger/safeMode.dtd +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/messenger/sanitize.dtd +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/messenger/search-attributes.properties +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/messenger/search-operators.properties +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/messenger/search.properties +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/messenger/searchIntegrationDefault.dtd +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/messenger/searchIntegrationMac.dtd +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/messenger/searchIntegrationWin.dtd +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/messenger/searchTermOverlay.dtd +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/messenger/shutdownWindow.properties +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/messenger/smime.properties +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/messenger/smtpEditOverlay.dtd +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/messenger/subscribe.dtd +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/messenger/subscribe.properties +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/messenger/systemIntegrationDialog.dtd +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/messenger/tabmail.dtd +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/messenger/taskbar.properties +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/messenger/telemetry.properties +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/messenger/templateUtils.properties +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/messenger/textImportMsgs.properties +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/messenger/vCardImportMsgs.properties +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/messenger/viewLog.dtd +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/messenger/viewZoomOverlay.dtd +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/messenger/virtualFolderListDialog.dtd +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/messenger/virtualFolderProperties.dtd +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/messenger/wmImportMsgs.properties +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/mozapps/downloads/downloads.dtd +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/mozapps/downloads/downloads.properties +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/mozapps/downloads/settingsChange.dtd +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/mozapps/downloads/unknownContentType.dtd +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/mozapps/downloads/unknownContentType.properties +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/mozapps/extensions/about.dtd +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/mozapps/extensions/blocklist.dtd +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/mozapps/extensions/extensions.dtd +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/mozapps/extensions/extensions.properties +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/mozapps/extensions/newaddon.dtd +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/mozapps/extensions/newaddon.properties +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/mozapps/extensions/selectAddons.dtd +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/mozapps/extensions/selectAddons.properties +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/mozapps/extensions/update.dtd +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/mozapps/extensions/update.properties +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/mozapps/handling/handling.dtd +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/mozapps/handling/handling.properties +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/mozapps/plugins/plugins.dtd +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/mozapps/preferences/changemp.dtd +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/mozapps/preferences/preferences.properties +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/mozapps/preferences/removemp.dtd +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/mozapps/profile/createProfileWizard.dtd +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/mozapps/profile/profileSelection.dtd +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/mozapps/profile/profileSelection.properties +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/mozapps/update/history.dtd +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/mozapps/update/updates.dtd +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/mozapps/update/updates.properties +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/mozapps/xpinstall/xpinstallConfirm.dtd +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/mozapps/xpinstall/xpinstallConfirm.properties +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/mozldap/ldap.properties +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/necko/necko.properties +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/passwordmgr/passwordManager.dtd +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/passwordmgr/passwordmgr.properties +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/pipnss/nsserrors.properties +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/pipnss/pipnss.properties +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/pippki/certManager.dtd +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/pippki/deviceManager.dtd +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/pippki/pippki.dtd +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/pippki/pippki.properties +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/chrome/en-GB/locale/en-GB/places/places.properties +lib/thunderbird38/extensions/langpack-en-GB@thunderbird.mozilla.org/install.rdf +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome.manifest +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/.mkdir.done +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US.manifest +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/alerts/alert.dtd +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/alerts/notificationNames.properties +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/autoconfig/autoconfig.properties +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/branding/brand.dtd +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/branding/brand.properties +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/chat/accounts.properties +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/chat/commands.properties +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/chat/contacts.properties +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/chat/conversations.properties +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/chat/facebook.properties +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/chat/imtooltip.properties +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/chat/irc.properties +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/chat/logger.properties +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/chat/status.properties +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/chat/twitter.properties +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/chat/xmpp.properties +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/chat/yahoo.properties +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/communicator/utilityOverlay.dtd +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/cookie/cookieAcceptDialog.dtd +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/cookie/cookieAcceptDialog.properties +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/editor/EdAdvancedEdit.dtd +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/editor/EdColorPicker.dtd +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/editor/EdConvertToTable.dtd +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/editor/EdDialogOverlay.dtd +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/editor/EdNamedAnchorProperties.dtd +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/editor/EditorButtonProperties.dtd +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/editor/EditorColorProperties.dtd +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/editor/EditorFieldSetProperties.dtd +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/editor/EditorFormProperties.dtd +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/editor/EditorHLineProperties.dtd +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/editor/EditorImageProperties.dtd +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/editor/EditorInputProperties.dtd +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/editor/EditorInsertChars.dtd +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/editor/EditorInsertMath.dtd +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/editor/EditorInsertSource.dtd +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/editor/EditorInsertTOC.dtd +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/editor/EditorInsertTable.dtd +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/editor/EditorLabelProperties.dtd +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/editor/EditorLinkProperties.dtd +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/editor/EditorListProperties.dtd +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/editor/EditorPersonalDictionary.dtd +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/editor/EditorReplace.dtd +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/editor/EditorSelectProperties.dtd +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/editor/EditorSpellCheck.dtd +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/editor/EditorTableProperties.dtd +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/editor/EditorTextAreaProperties.dtd +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/editor/editor.properties +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/editor/editorOverlay.dtd +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/editor/editorSmileyOverlay.dtd +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/formautofill/requestAutocomplete.dtd +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/global-platform/mac/accessible.properties +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/global-platform/mac/intl.properties +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/global-platform/mac/platformKeys.properties +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/global-platform/unix/accessible.properties +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/global-platform/unix/intl.properties +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/global-platform/unix/platformKeys.properties +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/global-platform/win/accessible.properties +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/global-platform/win/intl.properties +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/global-platform/win/platformKeys.properties +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/global-region/region.properties +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/global/AccessFu.properties +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/global/about.dtd +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/global/aboutAbout.dtd +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/global/aboutNetworking.dtd +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/global/aboutReader.properties +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/global/aboutRights.dtd +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/global/aboutSupport.dtd +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/global/aboutSupport.properties +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/global/aboutTelemetry.dtd +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/global/aboutTelemetry.properties +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/global/appPicker.dtd +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/global/appstrings.properties +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/global/autocomplete.properties +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/global/brand.dtd +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/global/browser.properties +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/global/charsetMenu.dtd +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/global/charsetMenu.properties +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/global/commonDialog.dtd +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/global/commonDialogs.properties +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/global/config.dtd +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/global/config.properties +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/global/console.dtd +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/global/console.properties +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/global/contentAreaCommands.properties +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/global/crashes.dtd +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/global/crashes.properties +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/global/css.properties +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/global/customizeToolbar.dtd +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/global/customizeToolbar.properties +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/global/dateFormat.properties +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/global/datetimepicker.dtd +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/global/devtools/csscoverage.dtd +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/global/devtools/csscoverage.properties +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/global/devtools/debugger.properties +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/global/devtools/styleinspector.properties +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/global/dialog.properties +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/global/dialogOverlay.dtd +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/global/dom/dom.properties +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/global/editMenuOverlay.dtd +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/global/fallbackMenubar.properties +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/global/filefield.properties +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/global/filepicker.dtd +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/global/filepicker.properties +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/global/findbar.dtd +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/global/findbar.properties +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/global/finddialog.dtd +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/global/finddialog.properties +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/global/global-strres.properties +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/global/global.dtd +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/global/globalKeys.dtd +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/global/headsUpDisplay.properties +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/global/intl.css +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/global/intl.properties +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/global/keys.properties +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/global/languageNames.properties +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/global/layout/HtmlForm.properties +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/global/layout/MediaDocument.properties +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/global/layout/htmlparser.properties +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/global/layout/xmlparser.properties +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/global/layout_errors.properties +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/global/mathml/mathml.properties +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/global/mozilla.dtd +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/global/netError.dtd +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/global/netErrorApp.dtd +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/global/notification.dtd +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/global/nsWebBrowserPersist.properties +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/global/plugins.properties +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/global/preferences.dtd +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/global/printPageSetup.dtd +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/global/printPreview.dtd +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/global/printPreviewProgress.dtd +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/global/printProgress.dtd +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/global/printdialog.dtd +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/global/printdialog.properties +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/global/printing.properties +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/global/printjoboptions.dtd +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/global/regionNames.properties +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/global/resetProfile.dtd +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/global/resetProfile.properties +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/global/search/search.properties +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/global/security/caps.properties +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/global/security/csp.properties +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/global/security/security.properties +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/global/svg/svg.properties +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/global/textcontext.dtd +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/global/tree.dtd +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/global/videocontrols.dtd +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/global/viewSource.dtd +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/global/viewSource.properties +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/global/webapps.properties +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/global/wizard.dtd +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/global/wizard.properties +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/global/xbl.properties +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/global/xml/prettyprint.dtd +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/global/xslt/xslt.properties +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/global/xul.properties +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/messenger-mapi/mapi.properties +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/messenger-newsblog/am-newsblog.dtd +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/messenger-newsblog/feed-subscriptions.dtd +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/messenger-newsblog/newsblog.properties +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/messenger-region/region.properties +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/messenger-smime/certFetchingStatus.dtd +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/messenger-smime/msgCompSMIMEOverlay.dtd +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/messenger-smime/msgCompSMIMEOverlay.properties +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/messenger-smime/msgCompSecurityInfo.dtd +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/messenger-smime/msgCompSecurityInfo.properties +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/messenger-smime/msgReadSMIMEOverlay.dtd +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/messenger-smime/msgReadSMIMEOverlay.properties +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/messenger-smime/msgReadSecurityInfo.dtd +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/messenger-smime/msgSecurityInfo.properties +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/messenger/AccountManager.dtd +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/messenger/AccountWizard.dtd +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/messenger/CustomHeaders.dtd +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/messenger/FilterEditor.dtd +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/messenger/FilterListDialog.dtd +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/messenger/SearchDialog.dtd +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/messenger/aboutDialog.dtd +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/messenger/aboutDownloads.dtd +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/messenger/aboutRights.dtd +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/messenger/aboutRights.properties +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/messenger/aboutSupportMail.dtd +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/messenger/aboutSupportMail.properties +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/messenger/accountCreation.dtd +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/messenger/accountCreation.properties +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/messenger/accountCreationModel.properties +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/messenger/accountCreationUtil.properties +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/messenger/activity.dtd +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/messenger/activity.properties +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/messenger/addbuddy.dtd +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/messenger/addressbook/abAddressBookNameDialog.dtd +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/messenger/addressbook/abCardOverlay.dtd +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/messenger/addressbook/abContactsPanel.dtd +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/messenger/addressbook/abMailListDialog.dtd +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/messenger/addressbook/abMainWindow.dtd +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/messenger/addressbook/abNewCardDialog.dtd +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/messenger/addressbook/abResultsPaneOverlay.dtd +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/messenger/addressbook/addressBook.properties +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/messenger/addressbook/ldapAutoCompErrs.properties +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/messenger/addressbook/pref-directory-add.dtd +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/messenger/addressbook/pref-directory.dtd +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/messenger/addressbook/replicationProgress.properties +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/messenger/am-addressing.dtd +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/messenger/am-advanced.dtd +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/messenger/am-archiveoptions.dtd +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/messenger/am-copies.dtd +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/messenger/am-identities-list.dtd +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/messenger/am-identity-edit.dtd +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/messenger/am-im.dtd +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/messenger/am-junk.dtd +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/messenger/am-main.dtd +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/messenger/am-mdn.dtd +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/messenger/am-mdn.properties +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/messenger/am-offline.dtd +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/messenger/am-server-advanced.dtd +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/messenger/am-server-top.dtd +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/messenger/am-serverwithnoidentities.dtd +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/messenger/am-smime.dtd +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/messenger/am-smime.properties +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/messenger/appleMailImportMsgs.properties +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/messenger/baseMenuOverlay.dtd +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/messenger/charsetTitles.properties +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/messenger/chat.dtd +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/messenger/chat.properties +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/messenger/cloudfile/Box/auth.dtd +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/messenger/cloudfile/Box/management.dtd +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/messenger/cloudfile/Box/settings.dtd +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/messenger/cloudfile/Hightail/fileExceeds2GB.dtd +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/messenger/cloudfile/Hightail/fileExceedsLimit.dtd +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/messenger/cloudfile/Hightail/fileExceedsQuota.dtd +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/messenger/cloudfile/Hightail/management.dtd +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/messenger/cloudfile/Hightail/settings.dtd +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/messenger/cloudfile/addAccountDialog.dtd +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/messenger/cloudfile/management.dtd +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/messenger/configEditorOverlay.dtd +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/messenger/custom.properties +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/messenger/customizeToolbarOverlay.dtd +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/messenger/downloadheaders.dtd +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/messenger/downloads/settingsChange.dtd +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/messenger/downloadsOverlay.dtd +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/messenger/editContactOverlay.dtd +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/messenger/editContactOverlay.properties +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/messenger/eudoraImportMsgs.properties +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/messenger/fieldMapImport.dtd +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/messenger/filter.properties +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/messenger/folderProps.dtd +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/messenger/folderWidgets.properties +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/messenger/folderpane.dtd +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/messenger/gloda.properties +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/messenger/glodaComplete.properties +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/messenger/glodaFacetView.dtd +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/messenger/glodaFacetView.properties +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/messenger/imAccountWizard.dtd +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/messenger/imAccounts.dtd +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/messenger/imAccounts.properties +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/messenger/imapMsgs.properties +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/messenger/importDialog.dtd +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/messenger/importMsgs.properties +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/messenger/joinChat.dtd +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/messenger/junkLog.dtd +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/messenger/junkMailInfo.dtd +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/messenger/localMsgs.properties +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/messenger/mailEditorOverlay.dtd +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/messenger/mailOverlay.dtd +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/messenger/mailViewList.dtd +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/messenger/mailViewSetup.dtd +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/messenger/mailviews.properties +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/messenger/markByDate.dtd +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/messenger/messenger.dtd +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/messenger/messenger.properties +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/messenger/messengercompose/addressingWidgetOverlay.dtd +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/messenger/messengercompose/askSendFormat.dtd +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/messenger/messengercompose/askSendFormat.properties +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/messenger/messengercompose/composeMsgs.properties +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/messenger/messengercompose/mailComposeEditorOverlay.dtd +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/messenger/messengercompose/messengercompose.dtd +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/messenger/messengercompose/sendProgress.dtd +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/messenger/messengercompose/sendProgress.properties +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/messenger/migration/migration.dtd +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/messenger/migration/migration.properties +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/messenger/mime.properties +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/messenger/mimeheader.properties +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/messenger/msgAccountCentral.dtd +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/messenger/msgHdrViewOverlay.dtd +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/messenger/msgPrintEngine.dtd +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/messenger/msgSynchronize.dtd +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/messenger/msgViewPickerOverlay.dtd +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/messenger/msgmdn.properties +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/messenger/multimessageview.dtd +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/messenger/multimessageview.properties +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/messenger/netError.dtd +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/messenger/newFolderDialog.dtd +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/messenger/newTagDialog.dtd +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/messenger/newmailaccount/accountProvisioner.dtd +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/messenger/newmailaccount/accountProvisioner.properties +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/messenger/news.properties +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/messenger/oeImportMsgs.properties +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/messenger/offline.properties +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/messenger/offlineStartup.properties +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/messenger/outlookImportMsgs.properties +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/messenger/pgpmime.properties +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/messenger/preferences/advanced.dtd +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/messenger/preferences/applicationManager.dtd +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/messenger/preferences/applicationManager.properties +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/messenger/preferences/applications.dtd +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/messenger/preferences/applications.properties +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/messenger/preferences/attachmentReminder.dtd +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/messenger/preferences/chat.dtd +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/messenger/preferences/colors.dtd +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/messenger/preferences/compose.dtd +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/messenger/preferences/connection.dtd +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/messenger/preferences/cookies.dtd +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/messenger/preferences/display.dtd +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/messenger/preferences/dockoptions.dtd +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/messenger/preferences/fonts.dtd +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/messenger/preferences/general.dtd +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/messenger/preferences/notifications.dtd +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/messenger/preferences/offline.dtd +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/messenger/preferences/permissions.dtd +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/messenger/preferences/preferences.dtd +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/messenger/preferences/preferences.properties +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/messenger/preferences/privacy.dtd +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/messenger/preferences/receipts.dtd +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/messenger/preferences/security.dtd +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/messenger/preferences/sendoptions.dtd +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/messenger/prefs.properties +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/messenger/quickFilterBar.dtd +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/messenger/renameFolderDialog.dtd +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/messenger/safeMode.dtd +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/messenger/sanitize.dtd +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/messenger/search-attributes.properties +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/messenger/search-operators.properties +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/messenger/search.properties +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/messenger/searchIntegrationDefault.dtd +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/messenger/searchIntegrationMac.dtd +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/messenger/searchIntegrationWin.dtd +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/messenger/searchTermOverlay.dtd +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/messenger/shutdownWindow.properties +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/messenger/smime.properties +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/messenger/smtpEditOverlay.dtd +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/messenger/subscribe.dtd +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/messenger/subscribe.properties +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/messenger/systemIntegrationDialog.dtd +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/messenger/tabmail.dtd +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/messenger/taskbar.properties +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/messenger/telemetry.properties +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/messenger/templateUtils.properties +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/messenger/textImportMsgs.properties +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/messenger/vCardImportMsgs.properties +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/messenger/viewLog.dtd +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/messenger/viewZoomOverlay.dtd +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/messenger/virtualFolderListDialog.dtd +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/messenger/virtualFolderProperties.dtd +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/messenger/wmImportMsgs.properties +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/mozapps/downloads/downloads.dtd +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/mozapps/downloads/downloads.properties +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/mozapps/downloads/settingsChange.dtd +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/mozapps/downloads/unknownContentType.dtd +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/mozapps/downloads/unknownContentType.properties +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/mozapps/extensions/about.dtd +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/mozapps/extensions/blocklist.dtd +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/mozapps/extensions/extensions.dtd +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/mozapps/extensions/extensions.properties +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/mozapps/extensions/newaddon.dtd +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/mozapps/extensions/newaddon.properties +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/mozapps/extensions/selectAddons.dtd +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/mozapps/extensions/selectAddons.properties +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/mozapps/extensions/update.dtd +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/mozapps/extensions/update.properties +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/mozapps/handling/handling.dtd +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/mozapps/handling/handling.properties +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/mozapps/plugins/plugins.dtd +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/mozapps/preferences/changemp.dtd +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/mozapps/preferences/preferences.properties +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/mozapps/preferences/removemp.dtd +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/mozapps/profile/createProfileWizard.dtd +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/mozapps/profile/profileSelection.dtd +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/mozapps/profile/profileSelection.properties +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/mozapps/update/history.dtd +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/mozapps/update/updates.dtd +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/mozapps/update/updates.properties +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/mozapps/xpinstall/xpinstallConfirm.dtd +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/mozapps/xpinstall/xpinstallConfirm.properties +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/mozldap/ldap.properties +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/necko/necko.properties +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/passwordmgr/passwordManager.dtd +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/passwordmgr/passwordmgr.properties +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/pipnss/nsserrors.properties +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/pipnss/pipnss.properties +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/pippki/certManager.dtd +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/pippki/deviceManager.dtd +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/pippki/pippki.dtd +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/pippki/pippki.properties +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/chrome/en-US/locale/en-US/places/places.properties +lib/thunderbird38/extensions/langpack-en-US@thunderbird.mozilla.org/install.rdf +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome.manifest +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/.mkdir.done +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR.manifest +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/alerts/alert.dtd +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/alerts/notificationNames.properties +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/autoconfig/autoconfig.properties +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/branding/brand.dtd +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/branding/brand.properties +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/chat/accounts.properties +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/chat/commands.properties +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/chat/contacts.properties +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/chat/conversations.properties +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/chat/facebook.properties +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/chat/imtooltip.properties +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/chat/irc.properties +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/chat/logger.properties +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/chat/status.properties +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/chat/twitter.properties +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/chat/xmpp.properties +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/chat/yahoo.properties +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/communicator/utilityOverlay.dtd +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/cookie/cookieAcceptDialog.dtd +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/cookie/cookieAcceptDialog.properties +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/editor/EdAdvancedEdit.dtd +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/editor/EdColorPicker.dtd +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/editor/EdConvertToTable.dtd +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/editor/EdDialogOverlay.dtd +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/editor/EdNamedAnchorProperties.dtd +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/editor/EditorButtonProperties.dtd +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/editor/EditorColorProperties.dtd +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/editor/EditorFieldSetProperties.dtd +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/editor/EditorFormProperties.dtd +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/editor/EditorHLineProperties.dtd +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/editor/EditorImageProperties.dtd +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/editor/EditorInputProperties.dtd +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/editor/EditorInsertChars.dtd +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/editor/EditorInsertMath.dtd +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/editor/EditorInsertSource.dtd +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/editor/EditorInsertTOC.dtd +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/editor/EditorInsertTable.dtd +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/editor/EditorLabelProperties.dtd +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/editor/EditorLinkProperties.dtd +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/editor/EditorListProperties.dtd +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/editor/EditorPersonalDictionary.dtd +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/editor/EditorReplace.dtd +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/editor/EditorSelectProperties.dtd +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/editor/EditorSpellCheck.dtd +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/editor/EditorTableProperties.dtd +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/editor/EditorTextAreaProperties.dtd +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/editor/editor.properties +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/editor/editorOverlay.dtd +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/editor/editorSmileyOverlay.dtd +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/formautofill/requestAutocomplete.dtd +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/global-platform/mac/accessible.properties +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/global-platform/mac/intl.properties +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/global-platform/mac/platformKeys.properties +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/global-platform/unix/accessible.properties +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/global-platform/unix/intl.properties +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/global-platform/unix/platformKeys.properties +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/global-platform/win/accessible.properties +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/global-platform/win/intl.properties +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/global-platform/win/platformKeys.properties +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/global-region/region.properties +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/global/AccessFu.properties +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/global/about.dtd +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/global/aboutAbout.dtd +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/global/aboutNetworking.dtd +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/global/aboutReader.properties +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/global/aboutRights.dtd +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/global/aboutSupport.dtd +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/global/aboutSupport.properties +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/global/aboutTelemetry.dtd +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/global/aboutTelemetry.properties +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/global/appPicker.dtd +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/global/appstrings.properties +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/global/autocomplete.properties +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/global/brand.dtd +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/global/browser.properties +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/global/charsetMenu.dtd +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/global/charsetMenu.properties +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/global/commonDialog.dtd +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/global/commonDialogs.properties +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/global/config.dtd +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/global/config.properties +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/global/console.dtd +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/global/console.properties +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/global/contentAreaCommands.properties +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/global/crashes.dtd +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/global/crashes.properties +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/global/css.properties +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/global/customizeToolbar.dtd +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/global/customizeToolbar.properties +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/global/dateFormat.properties +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/global/datetimepicker.dtd +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/global/devtools/csscoverage.dtd +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/global/devtools/csscoverage.properties +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/global/devtools/debugger.properties +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/global/devtools/styleinspector.properties +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/global/dialog.properties +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/global/dialogOverlay.dtd +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/global/dom/dom.properties +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/global/editMenuOverlay.dtd +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/global/fallbackMenubar.properties +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/global/filefield.properties +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/global/filepicker.dtd +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/global/filepicker.properties +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/global/findbar.dtd +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/global/findbar.properties +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/global/finddialog.dtd +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/global/finddialog.properties +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/global/global-strres.properties +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/global/global.dtd +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/global/globalKeys.dtd +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/global/headsUpDisplay.properties +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/global/intl.css +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/global/intl.properties +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/global/keys.properties +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/global/languageNames.properties +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/global/layout/HtmlForm.properties +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/global/layout/MediaDocument.properties +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/global/layout/htmlparser.properties +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/global/layout/xmlparser.properties +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/global/layout_errors.properties +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/global/mathml/mathml.properties +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/global/mozilla.dtd +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/global/netError.dtd +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/global/netErrorApp.dtd +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/global/notification.dtd +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/global/nsWebBrowserPersist.properties +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/global/plugins.properties +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/global/preferences.dtd +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/global/printPageSetup.dtd +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/global/printPreview.dtd +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/global/printPreviewProgress.dtd +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/global/printProgress.dtd +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/global/printdialog.dtd +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/global/printdialog.properties +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/global/printing.properties +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/global/printjoboptions.dtd +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/global/regionNames.properties +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/global/resetProfile.dtd +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/global/resetProfile.properties +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/global/search/search.properties +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/global/security/caps.properties +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/global/security/csp.properties +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/global/security/security.properties +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/global/svg/svg.properties +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/global/textcontext.dtd +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/global/tree.dtd +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/global/videocontrols.dtd +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/global/viewSource.dtd +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/global/viewSource.properties +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/global/webapps.properties +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/global/wizard.dtd +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/global/wizard.properties +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/global/xbl.properties +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/global/xml/prettyprint.dtd +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/global/xslt/xslt.properties +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/global/xul.properties +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/messenger-mapi/mapi.properties +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/messenger-newsblog/am-newsblog.dtd +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/messenger-newsblog/feed-subscriptions.dtd +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/messenger-newsblog/newsblog.properties +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/messenger-region/region.properties +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/messenger-smime/certFetchingStatus.dtd +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/messenger-smime/msgCompSMIMEOverlay.dtd +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/messenger-smime/msgCompSMIMEOverlay.properties +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/messenger-smime/msgCompSecurityInfo.dtd +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/messenger-smime/msgCompSecurityInfo.properties +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/messenger-smime/msgReadSMIMEOverlay.dtd +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/messenger-smime/msgReadSMIMEOverlay.properties +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/messenger-smime/msgReadSecurityInfo.dtd +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/messenger-smime/msgSecurityInfo.properties +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/messenger/AccountManager.dtd +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/messenger/AccountWizard.dtd +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/messenger/CustomHeaders.dtd +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/messenger/FilterEditor.dtd +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/messenger/FilterListDialog.dtd +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/messenger/SearchDialog.dtd +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/messenger/aboutDialog.dtd +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/messenger/aboutDownloads.dtd +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/messenger/aboutRights.dtd +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/messenger/aboutRights.properties +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/messenger/aboutSupportMail.dtd +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/messenger/aboutSupportMail.properties +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/messenger/accountCreation.dtd +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/messenger/accountCreation.properties +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/messenger/accountCreationModel.properties +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/messenger/accountCreationUtil.properties +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/messenger/activity.dtd +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/messenger/activity.properties +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/messenger/addbuddy.dtd +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/messenger/addressbook/abAddressBookNameDialog.dtd +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/messenger/addressbook/abCardOverlay.dtd +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/messenger/addressbook/abContactsPanel.dtd +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/messenger/addressbook/abMailListDialog.dtd +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/messenger/addressbook/abMainWindow.dtd +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/messenger/addressbook/abNewCardDialog.dtd +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/messenger/addressbook/abResultsPaneOverlay.dtd +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/messenger/addressbook/addressBook.properties +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/messenger/addressbook/ldapAutoCompErrs.properties +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/messenger/addressbook/pref-directory-add.dtd +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/messenger/addressbook/pref-directory.dtd +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/messenger/addressbook/replicationProgress.properties +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/messenger/am-addressing.dtd +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/messenger/am-advanced.dtd +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/messenger/am-archiveoptions.dtd +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/messenger/am-copies.dtd +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/messenger/am-identities-list.dtd +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/messenger/am-identity-edit.dtd +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/messenger/am-im.dtd +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/messenger/am-junk.dtd +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/messenger/am-main.dtd +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/messenger/am-mdn.dtd +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/messenger/am-mdn.properties +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/messenger/am-offline.dtd +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/messenger/am-server-advanced.dtd +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/messenger/am-server-top.dtd +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/messenger/am-serverwithnoidentities.dtd +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/messenger/am-smime.dtd +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/messenger/am-smime.properties +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/messenger/appleMailImportMsgs.properties +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/messenger/baseMenuOverlay.dtd +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/messenger/charsetTitles.properties +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/messenger/chat.dtd +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/messenger/chat.properties +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/messenger/cloudfile/Box/auth.dtd +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/messenger/cloudfile/Box/management.dtd +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/messenger/cloudfile/Box/settings.dtd +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/messenger/cloudfile/Hightail/fileExceeds2GB.dtd +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/messenger/cloudfile/Hightail/fileExceedsLimit.dtd +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/messenger/cloudfile/Hightail/fileExceedsQuota.dtd +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/messenger/cloudfile/Hightail/management.dtd +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/messenger/cloudfile/Hightail/settings.dtd +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/messenger/cloudfile/addAccountDialog.dtd +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/messenger/cloudfile/management.dtd +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/messenger/configEditorOverlay.dtd +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/messenger/custom.properties +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/messenger/customizeToolbarOverlay.dtd +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/messenger/downloadheaders.dtd +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/messenger/downloads/settingsChange.dtd +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/messenger/downloadsOverlay.dtd +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/messenger/editContactOverlay.dtd +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/messenger/editContactOverlay.properties +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/messenger/eudoraImportMsgs.properties +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/messenger/fieldMapImport.dtd +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/messenger/filter.properties +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/messenger/folderProps.dtd +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/messenger/folderWidgets.properties +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/messenger/folderpane.dtd +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/messenger/gloda.properties +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/messenger/glodaComplete.properties +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/messenger/glodaFacetView.dtd +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/messenger/glodaFacetView.properties +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/messenger/imAccountWizard.dtd +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/messenger/imAccounts.dtd +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/messenger/imAccounts.properties +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/messenger/imapMsgs.properties +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/messenger/importDialog.dtd +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/messenger/importMsgs.properties +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/messenger/joinChat.dtd +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/messenger/junkLog.dtd +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/messenger/junkMailInfo.dtd +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/messenger/localMsgs.properties +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/messenger/mailEditorOverlay.dtd +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/messenger/mailOverlay.dtd +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/messenger/mailViewList.dtd +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/messenger/mailViewSetup.dtd +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/messenger/mailviews.properties +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/messenger/markByDate.dtd +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/messenger/messenger.dtd +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/messenger/messenger.properties +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/messenger/messengercompose/addressingWidgetOverlay.dtd +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/messenger/messengercompose/askSendFormat.dtd +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/messenger/messengercompose/askSendFormat.properties +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/messenger/messengercompose/composeMsgs.properties +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/messenger/messengercompose/mailComposeEditorOverlay.dtd +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/messenger/messengercompose/messengercompose.dtd +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/messenger/messengercompose/sendProgress.dtd +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/messenger/messengercompose/sendProgress.properties +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/messenger/migration/migration.dtd +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/messenger/migration/migration.properties +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/messenger/mime.properties +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/messenger/mimeheader.properties +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/messenger/msgAccountCentral.dtd +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/messenger/msgHdrViewOverlay.dtd +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/messenger/msgPrintEngine.dtd +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/messenger/msgSynchronize.dtd +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/messenger/msgViewPickerOverlay.dtd +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/messenger/msgmdn.properties +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/messenger/multimessageview.dtd +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/messenger/multimessageview.properties +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/messenger/netError.dtd +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/messenger/newFolderDialog.dtd +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/messenger/newTagDialog.dtd +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/messenger/newmailaccount/accountProvisioner.dtd +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/messenger/newmailaccount/accountProvisioner.properties +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/messenger/news.properties +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/messenger/oeImportMsgs.properties +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/messenger/offline.properties +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/messenger/offlineStartup.properties +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/messenger/outlookImportMsgs.properties +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/messenger/pgpmime.properties +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/messenger/preferences/advanced.dtd +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/messenger/preferences/applicationManager.dtd +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/messenger/preferences/applicationManager.properties +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/messenger/preferences/applications.dtd +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/messenger/preferences/applications.properties +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/messenger/preferences/attachmentReminder.dtd +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/messenger/preferences/chat.dtd +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/messenger/preferences/colors.dtd +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/messenger/preferences/compose.dtd +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/messenger/preferences/connection.dtd +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/messenger/preferences/cookies.dtd +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/messenger/preferences/display.dtd +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/messenger/preferences/dockoptions.dtd +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/messenger/preferences/fonts.dtd +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/messenger/preferences/general.dtd +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/messenger/preferences/notifications.dtd +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/messenger/preferences/offline.dtd +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/messenger/preferences/permissions.dtd +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/messenger/preferences/preferences.dtd +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/messenger/preferences/preferences.properties +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/messenger/preferences/privacy.dtd +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/messenger/preferences/receipts.dtd +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/messenger/preferences/security.dtd +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/messenger/preferences/sendoptions.dtd +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/messenger/prefs.properties +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/messenger/quickFilterBar.dtd +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/messenger/renameFolderDialog.dtd +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/messenger/safeMode.dtd +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/messenger/sanitize.dtd +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/messenger/search-attributes.properties +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/messenger/search-operators.properties +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/messenger/search.properties +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/messenger/searchIntegrationDefault.dtd +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/messenger/searchIntegrationMac.dtd +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/messenger/searchIntegrationWin.dtd +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/messenger/searchTermOverlay.dtd +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/messenger/shutdownWindow.properties +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/messenger/smime.properties +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/messenger/smtpEditOverlay.dtd +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/messenger/subscribe.dtd +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/messenger/subscribe.properties +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/messenger/systemIntegrationDialog.dtd +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/messenger/tabmail.dtd +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/messenger/taskbar.properties +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/messenger/telemetry.properties +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/messenger/templateUtils.properties +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/messenger/textImportMsgs.properties +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/messenger/vCardImportMsgs.properties +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/messenger/viewLog.dtd +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/messenger/viewZoomOverlay.dtd +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/messenger/virtualFolderListDialog.dtd +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/messenger/virtualFolderProperties.dtd +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/messenger/wmImportMsgs.properties +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/mozapps/downloads/downloads.dtd +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/mozapps/downloads/downloads.properties +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/mozapps/downloads/settingsChange.dtd +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/mozapps/downloads/unknownContentType.dtd +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/mozapps/downloads/unknownContentType.properties +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/mozapps/extensions/about.dtd +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/mozapps/extensions/blocklist.dtd +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/mozapps/extensions/extensions.dtd +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/mozapps/extensions/extensions.properties +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/mozapps/extensions/newaddon.dtd +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/mozapps/extensions/newaddon.properties +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/mozapps/extensions/selectAddons.dtd +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/mozapps/extensions/selectAddons.properties +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/mozapps/extensions/update.dtd +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/mozapps/extensions/update.properties +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/mozapps/handling/handling.dtd +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/mozapps/handling/handling.properties +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/mozapps/plugins/plugins.dtd +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/mozapps/preferences/changemp.dtd +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/mozapps/preferences/preferences.properties +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/mozapps/preferences/removemp.dtd +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/mozapps/profile/createProfileWizard.dtd +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/mozapps/profile/profileSelection.dtd +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/mozapps/profile/profileSelection.properties +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/mozapps/update/history.dtd +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/mozapps/update/updates.dtd +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/mozapps/update/updates.properties +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/mozapps/xpinstall/xpinstallConfirm.dtd +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/mozapps/xpinstall/xpinstallConfirm.properties +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/mozldap/ldap.properties +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/necko/necko.properties +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/passwordmgr/passwordManager.dtd +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/passwordmgr/passwordmgr.properties +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/pipnss/nsserrors.properties +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/pipnss/pipnss.properties +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/pippki/certManager.dtd +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/pippki/deviceManager.dtd +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/pippki/pippki.dtd +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/pippki/pippki.properties +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/chrome/es-AR/locale/es-AR/places/places.properties +lib/thunderbird38/extensions/langpack-es-AR@thunderbird.mozilla.org/install.rdf +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome.manifest +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/.mkdir.done +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES.manifest +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/alerts/alert.dtd +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/alerts/notificationNames.properties +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/autoconfig/autoconfig.properties +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/branding/brand.dtd +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/branding/brand.properties +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/chat/accounts.properties +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/chat/commands.properties +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/chat/contacts.properties +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/chat/conversations.properties +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/chat/facebook.properties +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/chat/imtooltip.properties +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/chat/irc.properties +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/chat/logger.properties +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/chat/status.properties +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/chat/twitter.properties +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/chat/xmpp.properties +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/chat/yahoo.properties +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/communicator/utilityOverlay.dtd +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/cookie/cookieAcceptDialog.dtd +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/cookie/cookieAcceptDialog.properties +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/editor/EdAdvancedEdit.dtd +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/editor/EdColorPicker.dtd +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/editor/EdConvertToTable.dtd +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/editor/EdDialogOverlay.dtd +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/editor/EdNamedAnchorProperties.dtd +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/editor/EditorButtonProperties.dtd +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/editor/EditorColorProperties.dtd +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/editor/EditorFieldSetProperties.dtd +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/editor/EditorFormProperties.dtd +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/editor/EditorHLineProperties.dtd +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/editor/EditorImageProperties.dtd +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/editor/EditorInputProperties.dtd +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/editor/EditorInsertChars.dtd +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/editor/EditorInsertMath.dtd +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/editor/EditorInsertSource.dtd +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/editor/EditorInsertTOC.dtd +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/editor/EditorInsertTable.dtd +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/editor/EditorLabelProperties.dtd +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/editor/EditorLinkProperties.dtd +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/editor/EditorListProperties.dtd +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/editor/EditorPersonalDictionary.dtd +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/editor/EditorReplace.dtd +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/editor/EditorSelectProperties.dtd +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/editor/EditorSpellCheck.dtd +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/editor/EditorTableProperties.dtd +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/editor/EditorTextAreaProperties.dtd +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/editor/editor.properties +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/editor/editorOverlay.dtd +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/editor/editorSmileyOverlay.dtd +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/formautofill/requestAutocomplete.dtd +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/global-platform/mac/accessible.properties +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/global-platform/mac/intl.properties +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/global-platform/mac/platformKeys.properties +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/global-platform/unix/accessible.properties +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/global-platform/unix/intl.properties +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/global-platform/unix/platformKeys.properties +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/global-platform/win/accessible.properties +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/global-platform/win/intl.properties +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/global-platform/win/platformKeys.properties +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/global-region/region.properties +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/global/AccessFu.properties +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/global/about.dtd +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/global/aboutAbout.dtd +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/global/aboutNetworking.dtd +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/global/aboutReader.properties +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/global/aboutRights.dtd +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/global/aboutSupport.dtd +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/global/aboutSupport.properties +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/global/aboutTelemetry.dtd +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/global/aboutTelemetry.properties +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/global/appPicker.dtd +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/global/appstrings.properties +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/global/autocomplete.properties +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/global/brand.dtd +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/global/browser.properties +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/global/charsetMenu.dtd +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/global/charsetMenu.properties +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/global/commonDialog.dtd +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/global/commonDialogs.properties +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/global/config.dtd +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/global/config.properties +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/global/console.dtd +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/global/console.properties +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/global/contentAreaCommands.properties +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/global/crashes.dtd +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/global/crashes.properties +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/global/css.properties +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/global/customizeToolbar.dtd +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/global/customizeToolbar.properties +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/global/dateFormat.properties +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/global/datetimepicker.dtd +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/global/devtools/csscoverage.dtd +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/global/devtools/csscoverage.properties +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/global/devtools/debugger.properties +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/global/devtools/styleinspector.properties +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/global/dialog.properties +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/global/dialogOverlay.dtd +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/global/dom/dom.properties +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/global/editMenuOverlay.dtd +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/global/fallbackMenubar.properties +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/global/filefield.properties +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/global/filepicker.dtd +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/global/filepicker.properties +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/global/findbar.dtd +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/global/findbar.properties +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/global/finddialog.dtd +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/global/finddialog.properties +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/global/global-strres.properties +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/global/global.dtd +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/global/globalKeys.dtd +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/global/headsUpDisplay.properties +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/global/intl.css +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/global/intl.properties +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/global/keys.properties +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/global/languageNames.properties +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/global/layout/HtmlForm.properties +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/global/layout/MediaDocument.properties +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/global/layout/htmlparser.properties +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/global/layout/xmlparser.properties +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/global/layout_errors.properties +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/global/mathml/mathml.properties +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/global/mozilla.dtd +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/global/netError.dtd +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/global/netErrorApp.dtd +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/global/notification.dtd +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/global/nsWebBrowserPersist.properties +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/global/plugins.properties +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/global/preferences.dtd +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/global/printPageSetup.dtd +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/global/printPreview.dtd +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/global/printPreviewProgress.dtd +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/global/printProgress.dtd +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/global/printdialog.dtd +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/global/printdialog.properties +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/global/printing.properties +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/global/printjoboptions.dtd +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/global/regionNames.properties +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/global/resetProfile.dtd +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/global/resetProfile.properties +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/global/search/search.properties +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/global/security/caps.properties +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/global/security/csp.properties +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/global/security/security.properties +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/global/svg/svg.properties +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/global/textcontext.dtd +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/global/tree.dtd +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/global/videocontrols.dtd +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/global/viewSource.dtd +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/global/viewSource.properties +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/global/webapps.properties +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/global/wizard.dtd +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/global/wizard.properties +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/global/xbl.properties +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/global/xml/prettyprint.dtd +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/global/xslt/xslt.properties +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/global/xul.properties +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/messenger-mapi/mapi.properties +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/messenger-newsblog/am-newsblog.dtd +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/messenger-newsblog/feed-subscriptions.dtd +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/messenger-newsblog/newsblog.properties +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/messenger-region/region.properties +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/messenger-smime/certFetchingStatus.dtd +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/messenger-smime/msgCompSMIMEOverlay.dtd +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/messenger-smime/msgCompSMIMEOverlay.properties +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/messenger-smime/msgCompSecurityInfo.dtd +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/messenger-smime/msgCompSecurityInfo.properties +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/messenger-smime/msgReadSMIMEOverlay.dtd +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/messenger-smime/msgReadSMIMEOverlay.properties +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/messenger-smime/msgReadSecurityInfo.dtd +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/messenger-smime/msgSecurityInfo.properties +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/messenger/AccountManager.dtd +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/messenger/AccountWizard.dtd +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/messenger/CustomHeaders.dtd +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/messenger/FilterEditor.dtd +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/messenger/FilterListDialog.dtd +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/messenger/SearchDialog.dtd +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/messenger/aboutDialog.dtd +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/messenger/aboutDownloads.dtd +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/messenger/aboutRights.dtd +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/messenger/aboutRights.properties +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/messenger/aboutSupportMail.dtd +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/messenger/aboutSupportMail.properties +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/messenger/accountCreation.dtd +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/messenger/accountCreation.properties +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/messenger/accountCreationModel.properties +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/messenger/accountCreationUtil.properties +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/messenger/activity.dtd +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/messenger/activity.properties +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/messenger/addbuddy.dtd +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/messenger/addressbook/abAddressBookNameDialog.dtd +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/messenger/addressbook/abCardOverlay.dtd +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/messenger/addressbook/abContactsPanel.dtd +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/messenger/addressbook/abMailListDialog.dtd +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/messenger/addressbook/abMainWindow.dtd +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/messenger/addressbook/abNewCardDialog.dtd +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/messenger/addressbook/abResultsPaneOverlay.dtd +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/messenger/addressbook/addressBook.properties +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/messenger/addressbook/ldapAutoCompErrs.properties +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/messenger/addressbook/pref-directory-add.dtd +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/messenger/addressbook/pref-directory.dtd +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/messenger/addressbook/replicationProgress.properties +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/messenger/am-addressing.dtd +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/messenger/am-advanced.dtd +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/messenger/am-archiveoptions.dtd +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/messenger/am-copies.dtd +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/messenger/am-identities-list.dtd +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/messenger/am-identity-edit.dtd +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/messenger/am-im.dtd +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/messenger/am-junk.dtd +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/messenger/am-main.dtd +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/messenger/am-mdn.dtd +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/messenger/am-mdn.properties +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/messenger/am-offline.dtd +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/messenger/am-server-advanced.dtd +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/messenger/am-server-top.dtd +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/messenger/am-serverwithnoidentities.dtd +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/messenger/am-smime.dtd +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/messenger/am-smime.properties +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/messenger/appleMailImportMsgs.properties +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/messenger/baseMenuOverlay.dtd +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/messenger/charsetTitles.properties +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/messenger/chat.dtd +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/messenger/chat.properties +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/messenger/cloudfile/Box/auth.dtd +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/messenger/cloudfile/Box/management.dtd +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/messenger/cloudfile/Box/settings.dtd +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/messenger/cloudfile/Hightail/fileExceeds2GB.dtd +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/messenger/cloudfile/Hightail/fileExceedsLimit.dtd +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/messenger/cloudfile/Hightail/fileExceedsQuota.dtd +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/messenger/cloudfile/Hightail/management.dtd +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/messenger/cloudfile/Hightail/settings.dtd +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/messenger/cloudfile/addAccountDialog.dtd +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/messenger/cloudfile/management.dtd +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/messenger/configEditorOverlay.dtd +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/messenger/custom.properties +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/messenger/customizeToolbarOverlay.dtd +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/messenger/downloadheaders.dtd +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/messenger/downloads/settingsChange.dtd +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/messenger/downloadsOverlay.dtd +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/messenger/editContactOverlay.dtd +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/messenger/editContactOverlay.properties +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/messenger/eudoraImportMsgs.properties +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/messenger/fieldMapImport.dtd +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/messenger/filter.properties +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/messenger/folderProps.dtd +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/messenger/folderWidgets.properties +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/messenger/folderpane.dtd +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/messenger/gloda.properties +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/messenger/glodaComplete.properties +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/messenger/glodaFacetView.dtd +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/messenger/glodaFacetView.properties +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/messenger/imAccountWizard.dtd +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/messenger/imAccounts.dtd +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/messenger/imAccounts.properties +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/messenger/imapMsgs.properties +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/messenger/importDialog.dtd +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/messenger/importMsgs.properties +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/messenger/joinChat.dtd +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/messenger/junkLog.dtd +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/messenger/junkMailInfo.dtd +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/messenger/localMsgs.properties +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/messenger/mailEditorOverlay.dtd +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/messenger/mailOverlay.dtd +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/messenger/mailViewList.dtd +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/messenger/mailViewSetup.dtd +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/messenger/mailviews.properties +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/messenger/markByDate.dtd +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/messenger/messenger.dtd +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/messenger/messenger.properties +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/messenger/messengercompose/addressingWidgetOverlay.dtd +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/messenger/messengercompose/askSendFormat.dtd +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/messenger/messengercompose/askSendFormat.properties +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/messenger/messengercompose/composeMsgs.properties +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/messenger/messengercompose/mailComposeEditorOverlay.dtd +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/messenger/messengercompose/messengercompose.dtd +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/messenger/messengercompose/sendProgress.dtd +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/messenger/messengercompose/sendProgress.properties +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/messenger/migration/migration.dtd +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/messenger/migration/migration.properties +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/messenger/mime.properties +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/messenger/mimeheader.properties +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/messenger/msgAccountCentral.dtd +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/messenger/msgHdrViewOverlay.dtd +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/messenger/msgPrintEngine.dtd +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/messenger/msgSynchronize.dtd +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/messenger/msgViewPickerOverlay.dtd +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/messenger/msgmdn.properties +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/messenger/multimessageview.dtd +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/messenger/multimessageview.properties +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/messenger/netError.dtd +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/messenger/newFolderDialog.dtd +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/messenger/newTagDialog.dtd +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/messenger/newmailaccount/accountProvisioner.dtd +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/messenger/newmailaccount/accountProvisioner.properties +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/messenger/news.properties +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/messenger/oeImportMsgs.properties +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/messenger/offline.properties +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/messenger/offlineStartup.properties +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/messenger/outlookImportMsgs.properties +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/messenger/pgpmime.properties +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/messenger/preferences/advanced.dtd +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/messenger/preferences/applicationManager.dtd +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/messenger/preferences/applicationManager.properties +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/messenger/preferences/applications.dtd +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/messenger/preferences/applications.properties +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/messenger/preferences/attachmentReminder.dtd +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/messenger/preferences/chat.dtd +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/messenger/preferences/colors.dtd +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/messenger/preferences/compose.dtd +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/messenger/preferences/connection.dtd +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/messenger/preferences/cookies.dtd +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/messenger/preferences/display.dtd +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/messenger/preferences/dockoptions.dtd +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/messenger/preferences/fonts.dtd +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/messenger/preferences/general.dtd +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/messenger/preferences/notifications.dtd +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/messenger/preferences/offline.dtd +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/messenger/preferences/permissions.dtd +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/messenger/preferences/preferences.dtd +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/messenger/preferences/preferences.properties +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/messenger/preferences/privacy.dtd +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/messenger/preferences/receipts.dtd +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/messenger/preferences/security.dtd +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/messenger/preferences/sendoptions.dtd +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/messenger/prefs.properties +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/messenger/quickFilterBar.dtd +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/messenger/renameFolderDialog.dtd +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/messenger/safeMode.dtd +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/messenger/sanitize.dtd +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/messenger/search-attributes.properties +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/messenger/search-operators.properties +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/messenger/search.properties +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/messenger/searchIntegrationDefault.dtd +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/messenger/searchIntegrationMac.dtd +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/messenger/searchIntegrationWin.dtd +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/messenger/searchTermOverlay.dtd +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/messenger/shutdownWindow.properties +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/messenger/smime.properties +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/messenger/smtpEditOverlay.dtd +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/messenger/subscribe.dtd +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/messenger/subscribe.properties +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/messenger/systemIntegrationDialog.dtd +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/messenger/tabmail.dtd +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/messenger/taskbar.properties +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/messenger/telemetry.properties +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/messenger/templateUtils.properties +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/messenger/textImportMsgs.properties +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/messenger/vCardImportMsgs.properties +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/messenger/viewLog.dtd +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/messenger/viewZoomOverlay.dtd +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/messenger/virtualFolderListDialog.dtd +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/messenger/virtualFolderProperties.dtd +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/messenger/wmImportMsgs.properties +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/mozapps/downloads/downloads.dtd +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/mozapps/downloads/downloads.properties +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/mozapps/downloads/settingsChange.dtd +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/mozapps/downloads/unknownContentType.dtd +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/mozapps/downloads/unknownContentType.properties +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/mozapps/extensions/about.dtd +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/mozapps/extensions/blocklist.dtd +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/mozapps/extensions/extensions.dtd +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/mozapps/extensions/extensions.properties +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/mozapps/extensions/newaddon.dtd +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/mozapps/extensions/newaddon.properties +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/mozapps/extensions/selectAddons.dtd +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/mozapps/extensions/selectAddons.properties +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/mozapps/extensions/update.dtd +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/mozapps/extensions/update.properties +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/mozapps/handling/handling.dtd +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/mozapps/handling/handling.properties +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/mozapps/plugins/plugins.dtd +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/mozapps/preferences/changemp.dtd +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/mozapps/preferences/preferences.properties +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/mozapps/preferences/removemp.dtd +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/mozapps/profile/createProfileWizard.dtd +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/mozapps/profile/profileSelection.dtd +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/mozapps/profile/profileSelection.properties +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/mozapps/update/history.dtd +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/mozapps/update/updates.dtd +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/mozapps/update/updates.properties +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/mozapps/xpinstall/xpinstallConfirm.dtd +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/mozapps/xpinstall/xpinstallConfirm.properties +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/mozldap/ldap.properties +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/necko/necko.properties +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/passwordmgr/passwordManager.dtd +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/passwordmgr/passwordmgr.properties +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/pipnss/nsserrors.properties +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/pipnss/pipnss.properties +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/pippki/certManager.dtd +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/pippki/deviceManager.dtd +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/pippki/pippki.dtd +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/pippki/pippki.properties +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/chrome/es-ES/locale/es-ES/places/places.properties +lib/thunderbird38/extensions/langpack-es-ES@thunderbird.mozilla.org/install.rdf +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome.manifest +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/.mkdir.done +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et.manifest +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/alerts/alert.dtd +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/alerts/notificationNames.properties +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/autoconfig/autoconfig.properties +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/branding/brand.dtd +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/branding/brand.properties +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/chat/accounts.properties +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/chat/commands.properties +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/chat/contacts.properties +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/chat/conversations.properties +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/chat/facebook.properties +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/chat/imtooltip.properties +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/chat/irc.properties +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/chat/logger.properties +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/chat/status.properties +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/chat/twitter.properties +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/chat/xmpp.properties +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/chat/yahoo.properties +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/communicator/utilityOverlay.dtd +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/cookie/cookieAcceptDialog.dtd +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/cookie/cookieAcceptDialog.properties +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/editor/EdAdvancedEdit.dtd +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/editor/EdColorPicker.dtd +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/editor/EdConvertToTable.dtd +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/editor/EdDialogOverlay.dtd +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/editor/EdNamedAnchorProperties.dtd +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/editor/EditorButtonProperties.dtd +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/editor/EditorColorProperties.dtd +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/editor/EditorFieldSetProperties.dtd +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/editor/EditorFormProperties.dtd +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/editor/EditorHLineProperties.dtd +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/editor/EditorImageProperties.dtd +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/editor/EditorInputProperties.dtd +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/editor/EditorInsertChars.dtd +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/editor/EditorInsertMath.dtd +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/editor/EditorInsertSource.dtd +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/editor/EditorInsertTOC.dtd +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/editor/EditorInsertTable.dtd +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/editor/EditorLabelProperties.dtd +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/editor/EditorLinkProperties.dtd +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/editor/EditorListProperties.dtd +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/editor/EditorPersonalDictionary.dtd +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/editor/EditorReplace.dtd +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/editor/EditorSelectProperties.dtd +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/editor/EditorSpellCheck.dtd +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/editor/EditorTableProperties.dtd +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/editor/EditorTextAreaProperties.dtd +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/editor/editor.properties +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/editor/editorOverlay.dtd +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/editor/editorSmileyOverlay.dtd +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/formautofill/requestAutocomplete.dtd +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/global-platform/mac/accessible.properties +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/global-platform/mac/intl.properties +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/global-platform/mac/platformKeys.properties +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/global-platform/unix/accessible.properties +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/global-platform/unix/intl.properties +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/global-platform/unix/platformKeys.properties +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/global-platform/win/accessible.properties +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/global-platform/win/intl.properties +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/global-platform/win/platformKeys.properties +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/global-region/region.properties +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/global/AccessFu.properties +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/global/about.dtd +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/global/aboutAbout.dtd +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/global/aboutNetworking.dtd +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/global/aboutReader.properties +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/global/aboutRights.dtd +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/global/aboutSupport.dtd +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/global/aboutSupport.properties +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/global/aboutTelemetry.dtd +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/global/aboutTelemetry.properties +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/global/appPicker.dtd +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/global/appstrings.properties +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/global/autocomplete.properties +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/global/brand.dtd +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/global/browser.properties +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/global/charsetMenu.dtd +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/global/charsetMenu.properties +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/global/commonDialog.dtd +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/global/commonDialogs.properties +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/global/config.dtd +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/global/config.properties +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/global/console.dtd +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/global/console.properties +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/global/contentAreaCommands.properties +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/global/crashes.dtd +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/global/crashes.properties +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/global/css.properties +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/global/customizeToolbar.dtd +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/global/customizeToolbar.properties +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/global/dateFormat.properties +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/global/datetimepicker.dtd +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/global/devtools/csscoverage.dtd +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/global/devtools/csscoverage.properties +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/global/devtools/debugger.properties +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/global/devtools/styleinspector.properties +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/global/dialog.properties +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/global/dialogOverlay.dtd +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/global/dom/dom.properties +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/global/editMenuOverlay.dtd +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/global/fallbackMenubar.properties +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/global/filefield.properties +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/global/filepicker.dtd +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/global/filepicker.properties +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/global/findbar.dtd +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/global/findbar.properties +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/global/finddialog.dtd +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/global/finddialog.properties +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/global/global-strres.properties +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/global/global.dtd +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/global/globalKeys.dtd +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/global/headsUpDisplay.properties +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/global/intl.css +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/global/intl.properties +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/global/keys.properties +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/global/languageNames.properties +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/global/layout/HtmlForm.properties +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/global/layout/MediaDocument.properties +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/global/layout/htmlparser.properties +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/global/layout/xmlparser.properties +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/global/layout_errors.properties +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/global/mathml/mathml.properties +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/global/mozilla.dtd +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/global/netError.dtd +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/global/netErrorApp.dtd +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/global/notification.dtd +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/global/nsWebBrowserPersist.properties +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/global/plugins.properties +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/global/preferences.dtd +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/global/printPageSetup.dtd +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/global/printPreview.dtd +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/global/printPreviewProgress.dtd +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/global/printProgress.dtd +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/global/printdialog.dtd +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/global/printdialog.properties +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/global/printing.properties +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/global/printjoboptions.dtd +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/global/regionNames.properties +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/global/resetProfile.dtd +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/global/resetProfile.properties +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/global/search/search.properties +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/global/security/caps.properties +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/global/security/csp.properties +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/global/security/security.properties +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/global/svg/svg.properties +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/global/textcontext.dtd +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/global/tree.dtd +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/global/videocontrols.dtd +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/global/viewSource.dtd +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/global/viewSource.properties +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/global/webapps.properties +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/global/wizard.dtd +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/global/wizard.properties +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/global/xbl.properties +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/global/xml/prettyprint.dtd +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/global/xslt/xslt.properties +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/global/xul.properties +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/messenger-mapi/mapi.properties +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/messenger-newsblog/am-newsblog.dtd +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/messenger-newsblog/feed-subscriptions.dtd +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/messenger-newsblog/newsblog.properties +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/messenger-region/region.properties +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/messenger-smime/certFetchingStatus.dtd +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/messenger-smime/msgCompSMIMEOverlay.dtd +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/messenger-smime/msgCompSMIMEOverlay.properties +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/messenger-smime/msgCompSecurityInfo.dtd +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/messenger-smime/msgCompSecurityInfo.properties +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/messenger-smime/msgReadSMIMEOverlay.dtd +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/messenger-smime/msgReadSMIMEOverlay.properties +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/messenger-smime/msgReadSecurityInfo.dtd +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/messenger-smime/msgSecurityInfo.properties +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/messenger/AccountManager.dtd +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/messenger/AccountWizard.dtd +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/messenger/CustomHeaders.dtd +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/messenger/FilterEditor.dtd +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/messenger/FilterListDialog.dtd +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/messenger/SearchDialog.dtd +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/messenger/aboutDialog.dtd +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/messenger/aboutDownloads.dtd +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/messenger/aboutRights.dtd +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/messenger/aboutRights.properties +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/messenger/aboutSupportMail.dtd +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/messenger/aboutSupportMail.properties +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/messenger/accountCreation.dtd +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/messenger/accountCreation.properties +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/messenger/accountCreationModel.properties +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/messenger/accountCreationUtil.properties +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/messenger/activity.dtd +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/messenger/activity.properties +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/messenger/addbuddy.dtd +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/messenger/addressbook/abAddressBookNameDialog.dtd +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/messenger/addressbook/abCardOverlay.dtd +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/messenger/addressbook/abContactsPanel.dtd +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/messenger/addressbook/abMailListDialog.dtd +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/messenger/addressbook/abMainWindow.dtd +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/messenger/addressbook/abNewCardDialog.dtd +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/messenger/addressbook/abResultsPaneOverlay.dtd +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/messenger/addressbook/addressBook.properties +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/messenger/addressbook/ldapAutoCompErrs.properties +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/messenger/addressbook/pref-directory-add.dtd +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/messenger/addressbook/pref-directory.dtd +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/messenger/addressbook/replicationProgress.properties +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/messenger/am-addressing.dtd +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/messenger/am-advanced.dtd +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/messenger/am-archiveoptions.dtd +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/messenger/am-copies.dtd +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/messenger/am-identities-list.dtd +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/messenger/am-identity-edit.dtd +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/messenger/am-im.dtd +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/messenger/am-junk.dtd +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/messenger/am-main.dtd +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/messenger/am-mdn.dtd +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/messenger/am-mdn.properties +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/messenger/am-offline.dtd +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/messenger/am-server-advanced.dtd +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/messenger/am-server-top.dtd +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/messenger/am-serverwithnoidentities.dtd +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/messenger/am-smime.dtd +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/messenger/am-smime.properties +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/messenger/appleMailImportMsgs.properties +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/messenger/baseMenuOverlay.dtd +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/messenger/charsetTitles.properties +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/messenger/chat.dtd +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/messenger/chat.properties +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/messenger/cloudfile/Box/auth.dtd +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/messenger/cloudfile/Box/management.dtd +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/messenger/cloudfile/Box/settings.dtd +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/messenger/cloudfile/Hightail/fileExceeds2GB.dtd +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/messenger/cloudfile/Hightail/fileExceedsLimit.dtd +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/messenger/cloudfile/Hightail/fileExceedsQuota.dtd +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/messenger/cloudfile/Hightail/management.dtd +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/messenger/cloudfile/Hightail/settings.dtd +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/messenger/cloudfile/addAccountDialog.dtd +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/messenger/cloudfile/management.dtd +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/messenger/configEditorOverlay.dtd +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/messenger/custom.properties +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/messenger/customizeToolbarOverlay.dtd +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/messenger/downloadheaders.dtd +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/messenger/downloads/settingsChange.dtd +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/messenger/downloadsOverlay.dtd +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/messenger/editContactOverlay.dtd +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/messenger/editContactOverlay.properties +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/messenger/eudoraImportMsgs.properties +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/messenger/fieldMapImport.dtd +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/messenger/filter.properties +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/messenger/folderProps.dtd +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/messenger/folderWidgets.properties +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/messenger/folderpane.dtd +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/messenger/gloda.properties +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/messenger/glodaComplete.properties +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/messenger/glodaFacetView.dtd +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/messenger/glodaFacetView.properties +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/messenger/imAccountWizard.dtd +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/messenger/imAccounts.dtd +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/messenger/imAccounts.properties +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/messenger/imapMsgs.properties +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/messenger/importDialog.dtd +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/messenger/importMsgs.properties +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/messenger/joinChat.dtd +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/messenger/junkLog.dtd +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/messenger/junkMailInfo.dtd +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/messenger/localMsgs.properties +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/messenger/mailEditorOverlay.dtd +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/messenger/mailOverlay.dtd +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/messenger/mailViewList.dtd +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/messenger/mailViewSetup.dtd +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/messenger/mailviews.properties +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/messenger/markByDate.dtd +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/messenger/messenger.dtd +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/messenger/messenger.properties +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/messenger/messengercompose/addressingWidgetOverlay.dtd +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/messenger/messengercompose/askSendFormat.dtd +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/messenger/messengercompose/askSendFormat.properties +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/messenger/messengercompose/composeMsgs.properties +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/messenger/messengercompose/mailComposeEditorOverlay.dtd +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/messenger/messengercompose/messengercompose.dtd +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/messenger/messengercompose/sendProgress.dtd +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/messenger/messengercompose/sendProgress.properties +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/messenger/migration/migration.dtd +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/messenger/migration/migration.properties +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/messenger/mime.properties +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/messenger/mimeheader.properties +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/messenger/msgAccountCentral.dtd +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/messenger/msgHdrViewOverlay.dtd +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/messenger/msgPrintEngine.dtd +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/messenger/msgSynchronize.dtd +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/messenger/msgViewPickerOverlay.dtd +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/messenger/msgmdn.properties +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/messenger/multimessageview.dtd +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/messenger/multimessageview.properties +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/messenger/netError.dtd +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/messenger/newFolderDialog.dtd +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/messenger/newTagDialog.dtd +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/messenger/newmailaccount/accountProvisioner.dtd +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/messenger/newmailaccount/accountProvisioner.properties +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/messenger/news.properties +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/messenger/oeImportMsgs.properties +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/messenger/offline.properties +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/messenger/offlineStartup.properties +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/messenger/outlookImportMsgs.properties +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/messenger/pgpmime.properties +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/messenger/preferences/advanced.dtd +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/messenger/preferences/applicationManager.dtd +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/messenger/preferences/applicationManager.properties +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/messenger/preferences/applications.dtd +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/messenger/preferences/applications.properties +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/messenger/preferences/attachmentReminder.dtd +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/messenger/preferences/chat.dtd +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/messenger/preferences/colors.dtd +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/messenger/preferences/compose.dtd +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/messenger/preferences/connection.dtd +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/messenger/preferences/cookies.dtd +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/messenger/preferences/display.dtd +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/messenger/preferences/dockoptions.dtd +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/messenger/preferences/fonts.dtd +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/messenger/preferences/general.dtd +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/messenger/preferences/notifications.dtd +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/messenger/preferences/offline.dtd +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/messenger/preferences/permissions.dtd +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/messenger/preferences/preferences.dtd +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/messenger/preferences/preferences.properties +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/messenger/preferences/privacy.dtd +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/messenger/preferences/receipts.dtd +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/messenger/preferences/security.dtd +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/messenger/preferences/sendoptions.dtd +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/messenger/prefs.properties +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/messenger/quickFilterBar.dtd +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/messenger/renameFolderDialog.dtd +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/messenger/safeMode.dtd +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/messenger/sanitize.dtd +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/messenger/search-attributes.properties +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/messenger/search-operators.properties +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/messenger/search.properties +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/messenger/searchIntegrationDefault.dtd +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/messenger/searchIntegrationMac.dtd +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/messenger/searchIntegrationWin.dtd +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/messenger/searchTermOverlay.dtd +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/messenger/shutdownWindow.properties +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/messenger/smime.properties +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/messenger/smtpEditOverlay.dtd +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/messenger/subscribe.dtd +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/messenger/subscribe.properties +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/messenger/systemIntegrationDialog.dtd +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/messenger/tabmail.dtd +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/messenger/taskbar.properties +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/messenger/telemetry.properties +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/messenger/templateUtils.properties +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/messenger/textImportMsgs.properties +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/messenger/vCardImportMsgs.properties +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/messenger/viewLog.dtd +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/messenger/viewZoomOverlay.dtd +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/messenger/virtualFolderListDialog.dtd +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/messenger/virtualFolderProperties.dtd +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/messenger/wmImportMsgs.properties +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/mozapps/downloads/downloads.dtd +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/mozapps/downloads/downloads.properties +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/mozapps/downloads/settingsChange.dtd +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/mozapps/downloads/unknownContentType.dtd +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/mozapps/downloads/unknownContentType.properties +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/mozapps/extensions/about.dtd +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/mozapps/extensions/blocklist.dtd +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/mozapps/extensions/extensions.dtd +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/mozapps/extensions/extensions.properties +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/mozapps/extensions/newaddon.dtd +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/mozapps/extensions/newaddon.properties +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/mozapps/extensions/selectAddons.dtd +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/mozapps/extensions/selectAddons.properties +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/mozapps/extensions/update.dtd +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/mozapps/extensions/update.properties +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/mozapps/handling/handling.dtd +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/mozapps/handling/handling.properties +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/mozapps/plugins/plugins.dtd +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/mozapps/preferences/changemp.dtd +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/mozapps/preferences/preferences.properties +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/mozapps/preferences/removemp.dtd +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/mozapps/profile/createProfileWizard.dtd +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/mozapps/profile/profileSelection.dtd +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/mozapps/profile/profileSelection.properties +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/mozapps/update/history.dtd +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/mozapps/update/updates.dtd +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/mozapps/update/updates.properties +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/mozapps/xpinstall/xpinstallConfirm.dtd +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/mozapps/xpinstall/xpinstallConfirm.properties +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/mozldap/ldap.properties +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/necko/necko.properties +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/passwordmgr/passwordManager.dtd +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/passwordmgr/passwordmgr.properties +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/pipnss/nsserrors.properties +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/pipnss/pipnss.properties +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/pippki/certManager.dtd +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/pippki/deviceManager.dtd +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/pippki/pippki.dtd +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/pippki/pippki.properties +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/chrome/et/locale/et/places/places.properties +lib/thunderbird38/extensions/langpack-et@thunderbird.mozilla.org/install.rdf +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome.manifest +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/.mkdir.done +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu.manifest +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/alerts/alert.dtd +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/alerts/notificationNames.properties +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/autoconfig/autoconfig.properties +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/branding/brand.dtd +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/branding/brand.properties +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/chat/accounts.properties +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/chat/commands.properties +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/chat/contacts.properties +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/chat/conversations.properties +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/chat/facebook.properties +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/chat/imtooltip.properties +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/chat/irc.properties +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/chat/logger.properties +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/chat/status.properties +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/chat/twitter.properties +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/chat/xmpp.properties +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/chat/yahoo.properties +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/communicator/utilityOverlay.dtd +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/cookie/cookieAcceptDialog.dtd +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/cookie/cookieAcceptDialog.properties +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/editor/EdAdvancedEdit.dtd +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/editor/EdColorPicker.dtd +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/editor/EdConvertToTable.dtd +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/editor/EdDialogOverlay.dtd +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/editor/EdNamedAnchorProperties.dtd +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/editor/EditorButtonProperties.dtd +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/editor/EditorColorProperties.dtd +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/editor/EditorFieldSetProperties.dtd +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/editor/EditorFormProperties.dtd +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/editor/EditorHLineProperties.dtd +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/editor/EditorImageProperties.dtd +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/editor/EditorInputProperties.dtd +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/editor/EditorInsertChars.dtd +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/editor/EditorInsertMath.dtd +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/editor/EditorInsertSource.dtd +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/editor/EditorInsertTOC.dtd +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/editor/EditorInsertTable.dtd +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/editor/EditorLabelProperties.dtd +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/editor/EditorLinkProperties.dtd +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/editor/EditorListProperties.dtd +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/editor/EditorPersonalDictionary.dtd +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/editor/EditorReplace.dtd +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/editor/EditorSelectProperties.dtd +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/editor/EditorSpellCheck.dtd +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/editor/EditorTableProperties.dtd +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/editor/EditorTextAreaProperties.dtd +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/editor/editor.properties +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/editor/editorOverlay.dtd +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/editor/editorSmileyOverlay.dtd +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/formautofill/requestAutocomplete.dtd +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/global-platform/mac/accessible.properties +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/global-platform/mac/intl.properties +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/global-platform/mac/platformKeys.properties +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/global-platform/unix/accessible.properties +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/global-platform/unix/intl.properties +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/global-platform/unix/platformKeys.properties +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/global-platform/win/accessible.properties +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/global-platform/win/intl.properties +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/global-platform/win/platformKeys.properties +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/global-region/region.properties +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/global/AccessFu.properties +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/global/about.dtd +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/global/aboutAbout.dtd +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/global/aboutNetworking.dtd +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/global/aboutReader.properties +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/global/aboutRights.dtd +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/global/aboutSupport.dtd +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/global/aboutSupport.properties +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/global/aboutTelemetry.dtd +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/global/aboutTelemetry.properties +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/global/appPicker.dtd +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/global/appstrings.properties +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/global/autocomplete.properties +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/global/brand.dtd +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/global/browser.properties +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/global/charsetMenu.dtd +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/global/charsetMenu.properties +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/global/commonDialog.dtd +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/global/commonDialogs.properties +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/global/config.dtd +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/global/config.properties +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/global/console.dtd +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/global/console.properties +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/global/contentAreaCommands.properties +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/global/crashes.dtd +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/global/crashes.properties +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/global/css.properties +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/global/customizeToolbar.dtd +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/global/customizeToolbar.properties +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/global/dateFormat.properties +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/global/datetimepicker.dtd +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/global/devtools/csscoverage.dtd +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/global/devtools/csscoverage.properties +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/global/devtools/debugger.properties +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/global/devtools/styleinspector.properties +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/global/dialog.properties +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/global/dialogOverlay.dtd +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/global/dom/dom.properties +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/global/editMenuOverlay.dtd +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/global/fallbackMenubar.properties +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/global/filefield.properties +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/global/filepicker.dtd +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/global/filepicker.properties +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/global/findbar.dtd +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/global/findbar.properties +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/global/finddialog.dtd +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/global/finddialog.properties +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/global/global-strres.properties +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/global/global.dtd +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/global/globalKeys.dtd +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/global/headsUpDisplay.properties +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/global/intl.css +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/global/intl.properties +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/global/keys.properties +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/global/languageNames.properties +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/global/layout/HtmlForm.properties +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/global/layout/MediaDocument.properties +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/global/layout/htmlparser.properties +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/global/layout/xmlparser.properties +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/global/layout_errors.properties +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/global/mathml/mathml.properties +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/global/mozilla.dtd +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/global/netError.dtd +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/global/netErrorApp.dtd +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/global/notification.dtd +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/global/nsWebBrowserPersist.properties +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/global/plugins.properties +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/global/preferences.dtd +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/global/printPageSetup.dtd +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/global/printPreview.dtd +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/global/printPreviewProgress.dtd +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/global/printProgress.dtd +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/global/printdialog.dtd +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/global/printdialog.properties +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/global/printing.properties +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/global/printjoboptions.dtd +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/global/regionNames.properties +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/global/resetProfile.dtd +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/global/resetProfile.properties +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/global/search/search.properties +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/global/security/caps.properties +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/global/security/csp.properties +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/global/security/security.properties +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/global/svg/svg.properties +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/global/textcontext.dtd +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/global/tree.dtd +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/global/videocontrols.dtd +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/global/viewSource.dtd +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/global/viewSource.properties +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/global/webapps.properties +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/global/wizard.dtd +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/global/wizard.properties +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/global/xbl.properties +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/global/xml/prettyprint.dtd +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/global/xslt/xslt.properties +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/global/xul.properties +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/messenger-mapi/mapi.properties +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/messenger-newsblog/am-newsblog.dtd +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/messenger-newsblog/feed-subscriptions.dtd +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/messenger-newsblog/newsblog.properties +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/messenger-region/region.properties +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/messenger-smime/certFetchingStatus.dtd +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/messenger-smime/msgCompSMIMEOverlay.dtd +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/messenger-smime/msgCompSMIMEOverlay.properties +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/messenger-smime/msgCompSecurityInfo.dtd +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/messenger-smime/msgCompSecurityInfo.properties +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/messenger-smime/msgReadSMIMEOverlay.dtd +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/messenger-smime/msgReadSMIMEOverlay.properties +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/messenger-smime/msgReadSecurityInfo.dtd +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/messenger-smime/msgSecurityInfo.properties +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/messenger/AccountManager.dtd +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/messenger/AccountWizard.dtd +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/messenger/CustomHeaders.dtd +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/messenger/FilterEditor.dtd +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/messenger/FilterListDialog.dtd +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/messenger/SearchDialog.dtd +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/messenger/aboutDialog.dtd +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/messenger/aboutDownloads.dtd +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/messenger/aboutRights.dtd +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/messenger/aboutRights.properties +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/messenger/aboutSupportMail.dtd +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/messenger/aboutSupportMail.properties +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/messenger/accountCreation.dtd +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/messenger/accountCreation.properties +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/messenger/accountCreationModel.properties +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/messenger/accountCreationUtil.properties +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/messenger/activity.dtd +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/messenger/activity.properties +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/messenger/addbuddy.dtd +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/messenger/addressbook/abAddressBookNameDialog.dtd +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/messenger/addressbook/abCardOverlay.dtd +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/messenger/addressbook/abContactsPanel.dtd +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/messenger/addressbook/abMailListDialog.dtd +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/messenger/addressbook/abMainWindow.dtd +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/messenger/addressbook/abNewCardDialog.dtd +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/messenger/addressbook/abResultsPaneOverlay.dtd +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/messenger/addressbook/addressBook.properties +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/messenger/addressbook/ldapAutoCompErrs.properties +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/messenger/addressbook/pref-directory-add.dtd +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/messenger/addressbook/pref-directory.dtd +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/messenger/addressbook/replicationProgress.properties +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/messenger/am-addressing.dtd +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/messenger/am-advanced.dtd +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/messenger/am-archiveoptions.dtd +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/messenger/am-copies.dtd +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/messenger/am-identities-list.dtd +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/messenger/am-identity-edit.dtd +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/messenger/am-im.dtd +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/messenger/am-junk.dtd +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/messenger/am-main.dtd +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/messenger/am-mdn.dtd +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/messenger/am-mdn.properties +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/messenger/am-offline.dtd +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/messenger/am-server-advanced.dtd +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/messenger/am-server-top.dtd +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/messenger/am-serverwithnoidentities.dtd +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/messenger/am-smime.dtd +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/messenger/am-smime.properties +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/messenger/appleMailImportMsgs.properties +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/messenger/baseMenuOverlay.dtd +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/messenger/charsetTitles.properties +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/messenger/chat.dtd +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/messenger/chat.properties +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/messenger/cloudfile/Box/auth.dtd +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/messenger/cloudfile/Box/management.dtd +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/messenger/cloudfile/Box/settings.dtd +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/messenger/cloudfile/Hightail/fileExceeds2GB.dtd +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/messenger/cloudfile/Hightail/fileExceedsLimit.dtd +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/messenger/cloudfile/Hightail/fileExceedsQuota.dtd +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/messenger/cloudfile/Hightail/management.dtd +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/messenger/cloudfile/Hightail/settings.dtd +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/messenger/cloudfile/addAccountDialog.dtd +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/messenger/cloudfile/management.dtd +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/messenger/configEditorOverlay.dtd +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/messenger/custom.properties +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/messenger/customizeToolbarOverlay.dtd +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/messenger/downloadheaders.dtd +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/messenger/downloads/settingsChange.dtd +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/messenger/downloadsOverlay.dtd +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/messenger/editContactOverlay.dtd +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/messenger/editContactOverlay.properties +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/messenger/eudoraImportMsgs.properties +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/messenger/fieldMapImport.dtd +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/messenger/filter.properties +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/messenger/folderProps.dtd +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/messenger/folderWidgets.properties +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/messenger/folderpane.dtd +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/messenger/gloda.properties +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/messenger/glodaComplete.properties +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/messenger/glodaFacetView.dtd +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/messenger/glodaFacetView.properties +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/messenger/imAccountWizard.dtd +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/messenger/imAccounts.dtd +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/messenger/imAccounts.properties +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/messenger/imapMsgs.properties +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/messenger/importDialog.dtd +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/messenger/importMsgs.properties +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/messenger/joinChat.dtd +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/messenger/junkLog.dtd +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/messenger/junkMailInfo.dtd +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/messenger/localMsgs.properties +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/messenger/mailEditorOverlay.dtd +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/messenger/mailOverlay.dtd +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/messenger/mailViewList.dtd +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/messenger/mailViewSetup.dtd +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/messenger/mailviews.properties +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/messenger/markByDate.dtd +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/messenger/messenger.dtd +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/messenger/messenger.properties +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/messenger/messengercompose/addressingWidgetOverlay.dtd +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/messenger/messengercompose/askSendFormat.dtd +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/messenger/messengercompose/askSendFormat.properties +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/messenger/messengercompose/composeMsgs.properties +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/messenger/messengercompose/mailComposeEditorOverlay.dtd +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/messenger/messengercompose/messengercompose.dtd +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/messenger/messengercompose/sendProgress.dtd +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/messenger/messengercompose/sendProgress.properties +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/messenger/migration/migration.dtd +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/messenger/migration/migration.properties +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/messenger/mime.properties +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/messenger/mimeheader.properties +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/messenger/msgAccountCentral.dtd +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/messenger/msgHdrViewOverlay.dtd +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/messenger/msgPrintEngine.dtd +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/messenger/msgSynchronize.dtd +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/messenger/msgViewPickerOverlay.dtd +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/messenger/msgmdn.properties +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/messenger/multimessageview.dtd +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/messenger/multimessageview.properties +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/messenger/netError.dtd +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/messenger/newFolderDialog.dtd +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/messenger/newTagDialog.dtd +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/messenger/newmailaccount/accountProvisioner.dtd +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/messenger/newmailaccount/accountProvisioner.properties +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/messenger/news.properties +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/messenger/oeImportMsgs.properties +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/messenger/offline.properties +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/messenger/offlineStartup.properties +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/messenger/outlookImportMsgs.properties +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/messenger/pgpmime.properties +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/messenger/preferences/advanced.dtd +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/messenger/preferences/applicationManager.dtd +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/messenger/preferences/applicationManager.properties +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/messenger/preferences/applications.dtd +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/messenger/preferences/applications.properties +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/messenger/preferences/attachmentReminder.dtd +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/messenger/preferences/chat.dtd +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/messenger/preferences/colors.dtd +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/messenger/preferences/compose.dtd +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/messenger/preferences/connection.dtd +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/messenger/preferences/cookies.dtd +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/messenger/preferences/display.dtd +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/messenger/preferences/dockoptions.dtd +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/messenger/preferences/fonts.dtd +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/messenger/preferences/general.dtd +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/messenger/preferences/notifications.dtd +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/messenger/preferences/offline.dtd +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/messenger/preferences/permissions.dtd +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/messenger/preferences/preferences.dtd +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/messenger/preferences/preferences.properties +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/messenger/preferences/privacy.dtd +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/messenger/preferences/receipts.dtd +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/messenger/preferences/security.dtd +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/messenger/preferences/sendoptions.dtd +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/messenger/prefs.properties +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/messenger/quickFilterBar.dtd +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/messenger/renameFolderDialog.dtd +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/messenger/safeMode.dtd +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/messenger/sanitize.dtd +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/messenger/search-attributes.properties +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/messenger/search-operators.properties +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/messenger/search.properties +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/messenger/searchIntegrationDefault.dtd +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/messenger/searchIntegrationMac.dtd +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/messenger/searchIntegrationWin.dtd +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/messenger/searchTermOverlay.dtd +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/messenger/shutdownWindow.properties +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/messenger/smime.properties +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/messenger/smtpEditOverlay.dtd +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/messenger/subscribe.dtd +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/messenger/subscribe.properties +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/messenger/systemIntegrationDialog.dtd +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/messenger/tabmail.dtd +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/messenger/taskbar.properties +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/messenger/telemetry.properties +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/messenger/templateUtils.properties +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/messenger/textImportMsgs.properties +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/messenger/vCardImportMsgs.properties +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/messenger/viewLog.dtd +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/messenger/viewZoomOverlay.dtd +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/messenger/virtualFolderListDialog.dtd +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/messenger/virtualFolderProperties.dtd +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/messenger/wmImportMsgs.properties +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/mozapps/downloads/downloads.dtd +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/mozapps/downloads/downloads.properties +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/mozapps/downloads/settingsChange.dtd +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/mozapps/downloads/unknownContentType.dtd +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/mozapps/downloads/unknownContentType.properties +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/mozapps/extensions/about.dtd +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/mozapps/extensions/blocklist.dtd +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/mozapps/extensions/extensions.dtd +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/mozapps/extensions/extensions.properties +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/mozapps/extensions/newaddon.dtd +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/mozapps/extensions/newaddon.properties +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/mozapps/extensions/selectAddons.dtd +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/mozapps/extensions/selectAddons.properties +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/mozapps/extensions/update.dtd +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/mozapps/extensions/update.properties +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/mozapps/handling/handling.dtd +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/mozapps/handling/handling.properties +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/mozapps/plugins/plugins.dtd +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/mozapps/preferences/changemp.dtd +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/mozapps/preferences/preferences.properties +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/mozapps/preferences/removemp.dtd +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/mozapps/profile/createProfileWizard.dtd +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/mozapps/profile/profileSelection.dtd +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/mozapps/profile/profileSelection.properties +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/mozapps/update/history.dtd +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/mozapps/update/updates.dtd +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/mozapps/update/updates.properties +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/mozapps/xpinstall/xpinstallConfirm.dtd +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/mozapps/xpinstall/xpinstallConfirm.properties +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/mozldap/ldap.properties +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/necko/necko.properties +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/passwordmgr/passwordManager.dtd +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/passwordmgr/passwordmgr.properties +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/pipnss/nsserrors.properties +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/pipnss/pipnss.properties +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/pippki/certManager.dtd +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/pippki/deviceManager.dtd +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/pippki/pippki.dtd +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/pippki/pippki.properties +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/chrome/eu/locale/eu/places/places.properties +lib/thunderbird38/extensions/langpack-eu@thunderbird.mozilla.org/install.rdf +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome.manifest +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/.mkdir.done +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi.manifest +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/alerts/alert.dtd +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/alerts/notificationNames.properties +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/autoconfig/autoconfig.properties +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/branding/brand.dtd +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/branding/brand.properties +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/chat/accounts.properties +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/chat/commands.properties +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/chat/contacts.properties +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/chat/conversations.properties +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/chat/facebook.properties +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/chat/imtooltip.properties +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/chat/irc.properties +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/chat/logger.properties +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/chat/status.properties +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/chat/twitter.properties +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/chat/xmpp.properties +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/chat/yahoo.properties +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/communicator/utilityOverlay.dtd +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/cookie/cookieAcceptDialog.dtd +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/cookie/cookieAcceptDialog.properties +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/editor/EdAdvancedEdit.dtd +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/editor/EdColorPicker.dtd +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/editor/EdConvertToTable.dtd +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/editor/EdDialogOverlay.dtd +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/editor/EdNamedAnchorProperties.dtd +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/editor/EditorButtonProperties.dtd +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/editor/EditorColorProperties.dtd +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/editor/EditorFieldSetProperties.dtd +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/editor/EditorFormProperties.dtd +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/editor/EditorHLineProperties.dtd +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/editor/EditorImageProperties.dtd +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/editor/EditorInputProperties.dtd +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/editor/EditorInsertChars.dtd +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/editor/EditorInsertMath.dtd +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/editor/EditorInsertSource.dtd +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/editor/EditorInsertTOC.dtd +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/editor/EditorInsertTable.dtd +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/editor/EditorLabelProperties.dtd +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/editor/EditorLinkProperties.dtd +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/editor/EditorListProperties.dtd +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/editor/EditorPersonalDictionary.dtd +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/editor/EditorReplace.dtd +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/editor/EditorSelectProperties.dtd +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/editor/EditorSpellCheck.dtd +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/editor/EditorTableProperties.dtd +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/editor/EditorTextAreaProperties.dtd +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/editor/editor.properties +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/editor/editorOverlay.dtd +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/editor/editorSmileyOverlay.dtd +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/formautofill/requestAutocomplete.dtd +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/global-platform/mac/accessible.properties +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/global-platform/mac/intl.properties +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/global-platform/mac/platformKeys.properties +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/global-platform/unix/accessible.properties +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/global-platform/unix/intl.properties +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/global-platform/unix/platformKeys.properties +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/global-platform/win/accessible.properties +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/global-platform/win/intl.properties +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/global-platform/win/platformKeys.properties +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/global-region/region.properties +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/global/AccessFu.properties +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/global/about.dtd +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/global/aboutAbout.dtd +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/global/aboutNetworking.dtd +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/global/aboutReader.properties +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/global/aboutRights.dtd +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/global/aboutSupport.dtd +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/global/aboutSupport.properties +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/global/aboutTelemetry.dtd +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/global/aboutTelemetry.properties +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/global/appPicker.dtd +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/global/appstrings.properties +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/global/autocomplete.properties +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/global/brand.dtd +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/global/browser.properties +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/global/charsetMenu.dtd +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/global/charsetMenu.properties +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/global/commonDialog.dtd +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/global/commonDialogs.properties +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/global/config.dtd +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/global/config.properties +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/global/console.dtd +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/global/console.properties +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/global/contentAreaCommands.properties +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/global/crashes.dtd +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/global/crashes.properties +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/global/css.properties +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/global/customizeToolbar.dtd +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/global/customizeToolbar.properties +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/global/dateFormat.properties +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/global/datetimepicker.dtd +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/global/devtools/csscoverage.dtd +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/global/devtools/csscoverage.properties +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/global/devtools/debugger.properties +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/global/devtools/styleinspector.properties +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/global/dialog.properties +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/global/dialogOverlay.dtd +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/global/dom/dom.properties +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/global/editMenuOverlay.dtd +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/global/fallbackMenubar.properties +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/global/filefield.properties +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/global/filepicker.dtd +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/global/filepicker.properties +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/global/findbar.dtd +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/global/findbar.properties +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/global/finddialog.dtd +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/global/finddialog.properties +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/global/global-strres.properties +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/global/global.dtd +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/global/globalKeys.dtd +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/global/headsUpDisplay.properties +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/global/intl.css +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/global/intl.properties +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/global/keys.properties +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/global/languageNames.properties +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/global/layout/HtmlForm.properties +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/global/layout/MediaDocument.properties +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/global/layout/htmlparser.properties +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/global/layout/xmlparser.properties +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/global/layout_errors.properties +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/global/mathml/mathml.properties +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/global/mozilla.dtd +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/global/netError.dtd +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/global/netErrorApp.dtd +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/global/notification.dtd +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/global/nsWebBrowserPersist.properties +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/global/plugins.properties +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/global/preferences.dtd +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/global/printPageSetup.dtd +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/global/printPreview.dtd +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/global/printPreviewProgress.dtd +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/global/printProgress.dtd +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/global/printdialog.dtd +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/global/printdialog.properties +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/global/printing.properties +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/global/printjoboptions.dtd +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/global/regionNames.properties +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/global/resetProfile.dtd +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/global/resetProfile.properties +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/global/search/search.properties +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/global/security/caps.properties +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/global/security/csp.properties +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/global/security/security.properties +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/global/svg/svg.properties +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/global/textcontext.dtd +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/global/tree.dtd +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/global/videocontrols.dtd +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/global/viewSource.dtd +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/global/viewSource.properties +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/global/webapps.properties +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/global/wizard.dtd +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/global/wizard.properties +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/global/xbl.properties +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/global/xml/prettyprint.dtd +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/global/xslt/xslt.properties +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/global/xul.properties +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/messenger-mapi/mapi.properties +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/messenger-newsblog/am-newsblog.dtd +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/messenger-newsblog/feed-subscriptions.dtd +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/messenger-newsblog/newsblog.properties +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/messenger-region/region.properties +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/messenger-smime/certFetchingStatus.dtd +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/messenger-smime/msgCompSMIMEOverlay.dtd +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/messenger-smime/msgCompSMIMEOverlay.properties +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/messenger-smime/msgCompSecurityInfo.dtd +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/messenger-smime/msgCompSecurityInfo.properties +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/messenger-smime/msgReadSMIMEOverlay.dtd +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/messenger-smime/msgReadSMIMEOverlay.properties +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/messenger-smime/msgReadSecurityInfo.dtd +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/messenger-smime/msgSecurityInfo.properties +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/messenger/AccountManager.dtd +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/messenger/AccountWizard.dtd +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/messenger/CustomHeaders.dtd +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/messenger/FilterEditor.dtd +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/messenger/FilterListDialog.dtd +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/messenger/SearchDialog.dtd +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/messenger/aboutDialog.dtd +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/messenger/aboutDownloads.dtd +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/messenger/aboutRights.dtd +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/messenger/aboutRights.properties +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/messenger/aboutSupportMail.dtd +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/messenger/aboutSupportMail.properties +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/messenger/accountCreation.dtd +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/messenger/accountCreation.properties +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/messenger/accountCreationModel.properties +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/messenger/accountCreationUtil.properties +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/messenger/activity.dtd +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/messenger/activity.properties +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/messenger/addbuddy.dtd +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/messenger/addressbook/abAddressBookNameDialog.dtd +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/messenger/addressbook/abCardOverlay.dtd +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/messenger/addressbook/abContactsPanel.dtd +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/messenger/addressbook/abMailListDialog.dtd +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/messenger/addressbook/abMainWindow.dtd +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/messenger/addressbook/abNewCardDialog.dtd +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/messenger/addressbook/abResultsPaneOverlay.dtd +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/messenger/addressbook/addressBook.properties +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/messenger/addressbook/ldapAutoCompErrs.properties +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/messenger/addressbook/pref-directory-add.dtd +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/messenger/addressbook/pref-directory.dtd +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/messenger/addressbook/replicationProgress.properties +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/messenger/am-addressing.dtd +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/messenger/am-advanced.dtd +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/messenger/am-archiveoptions.dtd +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/messenger/am-copies.dtd +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/messenger/am-identities-list.dtd +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/messenger/am-identity-edit.dtd +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/messenger/am-im.dtd +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/messenger/am-junk.dtd +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/messenger/am-main.dtd +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/messenger/am-mdn.dtd +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/messenger/am-mdn.properties +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/messenger/am-offline.dtd +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/messenger/am-server-advanced.dtd +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/messenger/am-server-top.dtd +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/messenger/am-serverwithnoidentities.dtd +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/messenger/am-smime.dtd +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/messenger/am-smime.properties +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/messenger/appleMailImportMsgs.properties +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/messenger/baseMenuOverlay.dtd +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/messenger/charsetTitles.properties +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/messenger/chat.dtd +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/messenger/chat.properties +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/messenger/cloudfile/Box/auth.dtd +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/messenger/cloudfile/Box/management.dtd +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/messenger/cloudfile/Box/settings.dtd +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/messenger/cloudfile/Hightail/fileExceeds2GB.dtd +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/messenger/cloudfile/Hightail/fileExceedsLimit.dtd +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/messenger/cloudfile/Hightail/fileExceedsQuota.dtd +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/messenger/cloudfile/Hightail/management.dtd +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/messenger/cloudfile/Hightail/settings.dtd +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/messenger/cloudfile/addAccountDialog.dtd +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/messenger/cloudfile/management.dtd +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/messenger/configEditorOverlay.dtd +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/messenger/custom.properties +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/messenger/customizeToolbarOverlay.dtd +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/messenger/downloadheaders.dtd +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/messenger/downloads/settingsChange.dtd +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/messenger/downloadsOverlay.dtd +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/messenger/editContactOverlay.dtd +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/messenger/editContactOverlay.properties +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/messenger/eudoraImportMsgs.properties +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/messenger/fieldMapImport.dtd +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/messenger/filter.properties +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/messenger/folderProps.dtd +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/messenger/folderWidgets.properties +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/messenger/folderpane.dtd +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/messenger/gloda.properties +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/messenger/glodaComplete.properties +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/messenger/glodaFacetView.dtd +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/messenger/glodaFacetView.properties +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/messenger/imAccountWizard.dtd +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/messenger/imAccounts.dtd +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/messenger/imAccounts.properties +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/messenger/imapMsgs.properties +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/messenger/importDialog.dtd +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/messenger/importMsgs.properties +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/messenger/joinChat.dtd +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/messenger/junkLog.dtd +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/messenger/junkMailInfo.dtd +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/messenger/localMsgs.properties +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/messenger/mailEditorOverlay.dtd +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/messenger/mailOverlay.dtd +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/messenger/mailViewList.dtd +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/messenger/mailViewSetup.dtd +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/messenger/mailviews.properties +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/messenger/markByDate.dtd +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/messenger/messenger.dtd +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/messenger/messenger.properties +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/messenger/messengercompose/addressingWidgetOverlay.dtd +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/messenger/messengercompose/askSendFormat.dtd +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/messenger/messengercompose/askSendFormat.properties +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/messenger/messengercompose/composeMsgs.properties +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/messenger/messengercompose/mailComposeEditorOverlay.dtd +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/messenger/messengercompose/messengercompose.dtd +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/messenger/messengercompose/sendProgress.dtd +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/messenger/messengercompose/sendProgress.properties +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/messenger/migration/migration.dtd +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/messenger/migration/migration.properties +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/messenger/mime.properties +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/messenger/mimeheader.properties +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/messenger/msgAccountCentral.dtd +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/messenger/msgHdrViewOverlay.dtd +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/messenger/msgPrintEngine.dtd +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/messenger/msgSynchronize.dtd +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/messenger/msgViewPickerOverlay.dtd +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/messenger/msgmdn.properties +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/messenger/multimessageview.dtd +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/messenger/multimessageview.properties +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/messenger/netError.dtd +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/messenger/newFolderDialog.dtd +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/messenger/newTagDialog.dtd +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/messenger/newmailaccount/accountProvisioner.dtd +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/messenger/newmailaccount/accountProvisioner.properties +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/messenger/news.properties +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/messenger/oeImportMsgs.properties +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/messenger/offline.properties +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/messenger/offlineStartup.properties +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/messenger/outlookImportMsgs.properties +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/messenger/pgpmime.properties +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/messenger/preferences/advanced.dtd +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/messenger/preferences/applicationManager.dtd +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/messenger/preferences/applicationManager.properties +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/messenger/preferences/applications.dtd +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/messenger/preferences/applications.properties +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/messenger/preferences/attachmentReminder.dtd +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/messenger/preferences/chat.dtd +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/messenger/preferences/colors.dtd +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/messenger/preferences/compose.dtd +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/messenger/preferences/connection.dtd +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/messenger/preferences/cookies.dtd +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/messenger/preferences/display.dtd +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/messenger/preferences/dockoptions.dtd +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/messenger/preferences/fonts.dtd +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/messenger/preferences/general.dtd +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/messenger/preferences/notifications.dtd +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/messenger/preferences/offline.dtd +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/messenger/preferences/permissions.dtd +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/messenger/preferences/preferences.dtd +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/messenger/preferences/preferences.properties +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/messenger/preferences/privacy.dtd +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/messenger/preferences/receipts.dtd +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/messenger/preferences/security.dtd +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/messenger/preferences/sendoptions.dtd +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/messenger/prefs.properties +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/messenger/quickFilterBar.dtd +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/messenger/renameFolderDialog.dtd +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/messenger/safeMode.dtd +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/messenger/sanitize.dtd +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/messenger/search-attributes.properties +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/messenger/search-operators.properties +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/messenger/search.properties +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/messenger/searchIntegrationDefault.dtd +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/messenger/searchIntegrationMac.dtd +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/messenger/searchIntegrationWin.dtd +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/messenger/searchTermOverlay.dtd +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/messenger/shutdownWindow.properties +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/messenger/smime.properties +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/messenger/smtpEditOverlay.dtd +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/messenger/subscribe.dtd +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/messenger/subscribe.properties +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/messenger/systemIntegrationDialog.dtd +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/messenger/tabmail.dtd +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/messenger/taskbar.properties +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/messenger/telemetry.properties +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/messenger/templateUtils.properties +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/messenger/textImportMsgs.properties +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/messenger/vCardImportMsgs.properties +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/messenger/viewLog.dtd +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/messenger/viewZoomOverlay.dtd +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/messenger/virtualFolderListDialog.dtd +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/messenger/virtualFolderProperties.dtd +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/messenger/wmImportMsgs.properties +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/mozapps/downloads/downloads.dtd +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/mozapps/downloads/downloads.properties +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/mozapps/downloads/settingsChange.dtd +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/mozapps/downloads/unknownContentType.dtd +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/mozapps/downloads/unknownContentType.properties +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/mozapps/extensions/about.dtd +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/mozapps/extensions/blocklist.dtd +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/mozapps/extensions/extensions.dtd +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/mozapps/extensions/extensions.properties +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/mozapps/extensions/newaddon.dtd +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/mozapps/extensions/newaddon.properties +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/mozapps/extensions/selectAddons.dtd +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/mozapps/extensions/selectAddons.properties +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/mozapps/extensions/update.dtd +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/mozapps/extensions/update.properties +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/mozapps/handling/handling.dtd +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/mozapps/handling/handling.properties +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/mozapps/plugins/plugins.dtd +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/mozapps/preferences/changemp.dtd +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/mozapps/preferences/preferences.properties +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/mozapps/preferences/removemp.dtd +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/mozapps/profile/createProfileWizard.dtd +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/mozapps/profile/profileSelection.dtd +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/mozapps/profile/profileSelection.properties +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/mozapps/update/history.dtd +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/mozapps/update/updates.dtd +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/mozapps/update/updates.properties +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/mozapps/xpinstall/xpinstallConfirm.dtd +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/mozapps/xpinstall/xpinstallConfirm.properties +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/mozldap/ldap.properties +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/necko/necko.properties +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/passwordmgr/passwordManager.dtd +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/passwordmgr/passwordmgr.properties +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/pipnss/nsserrors.properties +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/pipnss/pipnss.properties +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/pippki/certManager.dtd +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/pippki/deviceManager.dtd +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/pippki/pippki.dtd +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/pippki/pippki.properties +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/chrome/fi/locale/fi/places/places.properties +lib/thunderbird38/extensions/langpack-fi@thunderbird.mozilla.org/install.rdf +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome.manifest +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/.mkdir.done +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr.manifest +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/alerts/alert.dtd +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/alerts/notificationNames.properties +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/autoconfig/autoconfig.properties +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/branding/brand.dtd +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/branding/brand.properties +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/chat/accounts.properties +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/chat/commands.properties +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/chat/contacts.properties +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/chat/conversations.properties +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/chat/facebook.properties +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/chat/imtooltip.properties +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/chat/irc.properties +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/chat/logger.properties +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/chat/status.properties +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/chat/twitter.properties +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/chat/xmpp.properties +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/chat/yahoo.properties +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/communicator/utilityOverlay.dtd +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/cookie/cookieAcceptDialog.dtd +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/cookie/cookieAcceptDialog.properties +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/editor/EdAdvancedEdit.dtd +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/editor/EdColorPicker.dtd +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/editor/EdConvertToTable.dtd +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/editor/EdDialogOverlay.dtd +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/editor/EdNamedAnchorProperties.dtd +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/editor/EditorButtonProperties.dtd +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/editor/EditorColorProperties.dtd +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/editor/EditorFieldSetProperties.dtd +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/editor/EditorFormProperties.dtd +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/editor/EditorHLineProperties.dtd +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/editor/EditorImageProperties.dtd +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/editor/EditorInputProperties.dtd +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/editor/EditorInsertChars.dtd +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/editor/EditorInsertMath.dtd +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/editor/EditorInsertSource.dtd +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/editor/EditorInsertTOC.dtd +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/editor/EditorInsertTable.dtd +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/editor/EditorLabelProperties.dtd +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/editor/EditorLinkProperties.dtd +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/editor/EditorListProperties.dtd +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/editor/EditorPersonalDictionary.dtd +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/editor/EditorReplace.dtd +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/editor/EditorSelectProperties.dtd +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/editor/EditorSpellCheck.dtd +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/editor/EditorTableProperties.dtd +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/editor/EditorTextAreaProperties.dtd +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/editor/editor.properties +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/editor/editorOverlay.dtd +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/editor/editorSmileyOverlay.dtd +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/formautofill/requestAutocomplete.dtd +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/global-platform/mac/accessible.properties +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/global-platform/mac/intl.properties +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/global-platform/mac/platformKeys.properties +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/global-platform/unix/accessible.properties +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/global-platform/unix/intl.properties +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/global-platform/unix/platformKeys.properties +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/global-platform/win/accessible.properties +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/global-platform/win/intl.properties +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/global-platform/win/platformKeys.properties +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/global-region/region.properties +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/global/AccessFu.properties +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/global/about.dtd +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/global/aboutAbout.dtd +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/global/aboutNetworking.dtd +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/global/aboutReader.properties +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/global/aboutRights.dtd +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/global/aboutSupport.dtd +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/global/aboutSupport.properties +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/global/aboutTelemetry.dtd +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/global/aboutTelemetry.properties +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/global/appPicker.dtd +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/global/appstrings.properties +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/global/autocomplete.properties +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/global/brand.dtd +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/global/browser.properties +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/global/charsetMenu.dtd +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/global/charsetMenu.properties +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/global/commonDialog.dtd +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/global/commonDialogs.properties +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/global/config.dtd +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/global/config.properties +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/global/console.dtd +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/global/console.properties +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/global/contentAreaCommands.properties +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/global/crashes.dtd +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/global/crashes.properties +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/global/css.properties +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/global/customizeToolbar.dtd +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/global/customizeToolbar.properties +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/global/dateFormat.properties +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/global/datetimepicker.dtd +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/global/devtools/csscoverage.dtd +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/global/devtools/csscoverage.properties +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/global/devtools/debugger.properties +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/global/devtools/styleinspector.properties +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/global/dialog.properties +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/global/dialogOverlay.dtd +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/global/dom/dom.properties +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/global/editMenuOverlay.dtd +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/global/fallbackMenubar.properties +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/global/filefield.properties +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/global/filepicker.dtd +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/global/filepicker.properties +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/global/findbar.dtd +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/global/findbar.properties +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/global/finddialog.dtd +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/global/finddialog.properties +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/global/global-strres.properties +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/global/global.dtd +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/global/globalKeys.dtd +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/global/headsUpDisplay.properties +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/global/intl.css +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/global/intl.properties +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/global/keys.properties +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/global/languageNames.properties +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/global/layout/HtmlForm.properties +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/global/layout/MediaDocument.properties +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/global/layout/htmlparser.properties +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/global/layout/xmlparser.properties +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/global/layout_errors.properties +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/global/mathml/mathml.properties +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/global/mozilla.dtd +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/global/netError.dtd +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/global/netErrorApp.dtd +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/global/notification.dtd +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/global/nsWebBrowserPersist.properties +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/global/plugins.properties +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/global/preferences.dtd +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/global/printPageSetup.dtd +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/global/printPreview.dtd +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/global/printPreviewProgress.dtd +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/global/printProgress.dtd +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/global/printdialog.dtd +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/global/printdialog.properties +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/global/printing.properties +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/global/printjoboptions.dtd +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/global/regionNames.properties +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/global/resetProfile.dtd +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/global/resetProfile.properties +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/global/search/search.properties +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/global/security/caps.properties +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/global/security/csp.properties +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/global/security/security.properties +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/global/svg/svg.properties +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/global/textcontext.dtd +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/global/tree.dtd +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/global/videocontrols.dtd +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/global/viewSource.dtd +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/global/viewSource.properties +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/global/webapps.properties +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/global/wizard.dtd +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/global/wizard.properties +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/global/xbl.properties +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/global/xml/prettyprint.dtd +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/global/xslt/xslt.properties +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/global/xul.properties +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/messenger-mapi/mapi.properties +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/messenger-newsblog/am-newsblog.dtd +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/messenger-newsblog/feed-subscriptions.dtd +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/messenger-newsblog/newsblog.properties +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/messenger-region/region.properties +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/messenger-smime/certFetchingStatus.dtd +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/messenger-smime/msgCompSMIMEOverlay.dtd +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/messenger-smime/msgCompSMIMEOverlay.properties +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/messenger-smime/msgCompSecurityInfo.dtd +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/messenger-smime/msgCompSecurityInfo.properties +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/messenger-smime/msgReadSMIMEOverlay.dtd +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/messenger-smime/msgReadSMIMEOverlay.properties +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/messenger-smime/msgReadSecurityInfo.dtd +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/messenger-smime/msgSecurityInfo.properties +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/messenger/AccountManager.dtd +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/messenger/AccountWizard.dtd +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/messenger/CustomHeaders.dtd +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/messenger/FilterEditor.dtd +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/messenger/FilterListDialog.dtd +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/messenger/SearchDialog.dtd +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/messenger/aboutDialog.dtd +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/messenger/aboutDownloads.dtd +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/messenger/aboutRights.dtd +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/messenger/aboutRights.properties +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/messenger/aboutSupportMail.dtd +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/messenger/aboutSupportMail.properties +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/messenger/accountCreation.dtd +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/messenger/accountCreation.properties +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/messenger/accountCreationModel.properties +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/messenger/accountCreationUtil.properties +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/messenger/activity.dtd +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/messenger/activity.properties +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/messenger/addbuddy.dtd +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/messenger/addressbook/abAddressBookNameDialog.dtd +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/messenger/addressbook/abCardOverlay.dtd +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/messenger/addressbook/abContactsPanel.dtd +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/messenger/addressbook/abMailListDialog.dtd +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/messenger/addressbook/abMainWindow.dtd +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/messenger/addressbook/abNewCardDialog.dtd +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/messenger/addressbook/abResultsPaneOverlay.dtd +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/messenger/addressbook/addressBook.properties +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/messenger/addressbook/ldapAutoCompErrs.properties +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/messenger/addressbook/pref-directory-add.dtd +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/messenger/addressbook/pref-directory.dtd +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/messenger/addressbook/replicationProgress.properties +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/messenger/am-addressing.dtd +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/messenger/am-advanced.dtd +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/messenger/am-archiveoptions.dtd +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/messenger/am-copies.dtd +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/messenger/am-identities-list.dtd +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/messenger/am-identity-edit.dtd +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/messenger/am-im.dtd +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/messenger/am-junk.dtd +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/messenger/am-main.dtd +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/messenger/am-mdn.dtd +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/messenger/am-mdn.properties +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/messenger/am-offline.dtd +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/messenger/am-server-advanced.dtd +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/messenger/am-server-top.dtd +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/messenger/am-serverwithnoidentities.dtd +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/messenger/am-smime.dtd +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/messenger/am-smime.properties +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/messenger/appleMailImportMsgs.properties +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/messenger/baseMenuOverlay.dtd +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/messenger/charsetTitles.properties +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/messenger/chat.dtd +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/messenger/chat.properties +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/messenger/cloudfile/Box/auth.dtd +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/messenger/cloudfile/Box/management.dtd +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/messenger/cloudfile/Box/settings.dtd +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/messenger/cloudfile/Hightail/fileExceeds2GB.dtd +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/messenger/cloudfile/Hightail/fileExceedsLimit.dtd +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/messenger/cloudfile/Hightail/fileExceedsQuota.dtd +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/messenger/cloudfile/Hightail/management.dtd +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/messenger/cloudfile/Hightail/settings.dtd +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/messenger/cloudfile/addAccountDialog.dtd +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/messenger/cloudfile/management.dtd +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/messenger/configEditorOverlay.dtd +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/messenger/custom.properties +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/messenger/customizeToolbarOverlay.dtd +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/messenger/downloadheaders.dtd +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/messenger/downloads/settingsChange.dtd +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/messenger/downloadsOverlay.dtd +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/messenger/editContactOverlay.dtd +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/messenger/editContactOverlay.properties +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/messenger/eudoraImportMsgs.properties +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/messenger/fieldMapImport.dtd +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/messenger/filter.properties +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/messenger/folderProps.dtd +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/messenger/folderWidgets.properties +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/messenger/folderpane.dtd +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/messenger/gloda.properties +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/messenger/glodaComplete.properties +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/messenger/glodaFacetView.dtd +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/messenger/glodaFacetView.properties +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/messenger/imAccountWizard.dtd +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/messenger/imAccounts.dtd +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/messenger/imAccounts.properties +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/messenger/imapMsgs.properties +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/messenger/importDialog.dtd +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/messenger/importMsgs.properties +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/messenger/joinChat.dtd +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/messenger/junkLog.dtd +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/messenger/junkMailInfo.dtd +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/messenger/localMsgs.properties +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/messenger/mailEditorOverlay.dtd +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/messenger/mailOverlay.dtd +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/messenger/mailViewList.dtd +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/messenger/mailViewSetup.dtd +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/messenger/mailviews.properties +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/messenger/markByDate.dtd +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/messenger/messenger.dtd +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/messenger/messenger.properties +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/messenger/messengercompose/addressingWidgetOverlay.dtd +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/messenger/messengercompose/askSendFormat.dtd +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/messenger/messengercompose/askSendFormat.properties +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/messenger/messengercompose/composeMsgs.properties +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/messenger/messengercompose/mailComposeEditorOverlay.dtd +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/messenger/messengercompose/messengercompose.dtd +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/messenger/messengercompose/sendProgress.dtd +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/messenger/messengercompose/sendProgress.properties +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/messenger/migration/migration.dtd +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/messenger/migration/migration.properties +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/messenger/mime.properties +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/messenger/mimeheader.properties +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/messenger/msgAccountCentral.dtd +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/messenger/msgHdrViewOverlay.dtd +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/messenger/msgPrintEngine.dtd +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/messenger/msgSynchronize.dtd +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/messenger/msgViewPickerOverlay.dtd +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/messenger/msgmdn.properties +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/messenger/multimessageview.dtd +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/messenger/multimessageview.properties +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/messenger/netError.dtd +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/messenger/newFolderDialog.dtd +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/messenger/newTagDialog.dtd +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/messenger/newmailaccount/accountProvisioner.dtd +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/messenger/newmailaccount/accountProvisioner.properties +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/messenger/news.properties +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/messenger/oeImportMsgs.properties +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/messenger/offline.properties +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/messenger/offlineStartup.properties +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/messenger/outlookImportMsgs.properties +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/messenger/pgpmime.properties +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/messenger/preferences/advanced.dtd +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/messenger/preferences/applicationManager.dtd +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/messenger/preferences/applicationManager.properties +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/messenger/preferences/applications.dtd +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/messenger/preferences/applications.properties +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/messenger/preferences/attachmentReminder.dtd +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/messenger/preferences/chat.dtd +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/messenger/preferences/colors.dtd +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/messenger/preferences/compose.dtd +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/messenger/preferences/connection.dtd +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/messenger/preferences/cookies.dtd +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/messenger/preferences/display.dtd +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/messenger/preferences/dockoptions.dtd +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/messenger/preferences/fonts.dtd +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/messenger/preferences/general.dtd +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/messenger/preferences/notifications.dtd +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/messenger/preferences/offline.dtd +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/messenger/preferences/permissions.dtd +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/messenger/preferences/preferences.dtd +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/messenger/preferences/preferences.properties +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/messenger/preferences/privacy.dtd +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/messenger/preferences/receipts.dtd +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/messenger/preferences/security.dtd +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/messenger/preferences/sendoptions.dtd +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/messenger/prefs.properties +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/messenger/quickFilterBar.dtd +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/messenger/renameFolderDialog.dtd +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/messenger/safeMode.dtd +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/messenger/sanitize.dtd +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/messenger/search-attributes.properties +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/messenger/search-operators.properties +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/messenger/search.properties +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/messenger/searchIntegrationDefault.dtd +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/messenger/searchIntegrationMac.dtd +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/messenger/searchIntegrationWin.dtd +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/messenger/searchTermOverlay.dtd +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/messenger/shutdownWindow.properties +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/messenger/smime.properties +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/messenger/smtpEditOverlay.dtd +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/messenger/subscribe.dtd +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/messenger/subscribe.properties +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/messenger/systemIntegrationDialog.dtd +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/messenger/tabmail.dtd +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/messenger/taskbar.properties +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/messenger/telemetry.properties +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/messenger/templateUtils.properties +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/messenger/textImportMsgs.properties +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/messenger/vCardImportMsgs.properties +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/messenger/viewLog.dtd +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/messenger/viewZoomOverlay.dtd +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/messenger/virtualFolderListDialog.dtd +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/messenger/virtualFolderProperties.dtd +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/messenger/wmImportMsgs.properties +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/mozapps/downloads/downloads.dtd +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/mozapps/downloads/downloads.properties +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/mozapps/downloads/settingsChange.dtd +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/mozapps/downloads/unknownContentType.dtd +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/mozapps/downloads/unknownContentType.properties +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/mozapps/extensions/about.dtd +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/mozapps/extensions/blocklist.dtd +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/mozapps/extensions/extensions.dtd +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/mozapps/extensions/extensions.properties +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/mozapps/extensions/newaddon.dtd +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/mozapps/extensions/newaddon.properties +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/mozapps/extensions/selectAddons.dtd +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/mozapps/extensions/selectAddons.properties +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/mozapps/extensions/update.dtd +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/mozapps/extensions/update.properties +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/mozapps/handling/handling.dtd +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/mozapps/handling/handling.properties +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/mozapps/plugins/plugins.dtd +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/mozapps/preferences/changemp.dtd +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/mozapps/preferences/preferences.properties +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/mozapps/preferences/removemp.dtd +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/mozapps/profile/createProfileWizard.dtd +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/mozapps/profile/profileSelection.dtd +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/mozapps/profile/profileSelection.properties +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/mozapps/update/history.dtd +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/mozapps/update/updates.dtd +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/mozapps/update/updates.properties +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/mozapps/xpinstall/xpinstallConfirm.dtd +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/mozapps/xpinstall/xpinstallConfirm.properties +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/mozldap/ldap.properties +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/necko/necko.properties +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/passwordmgr/passwordManager.dtd +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/passwordmgr/passwordmgr.properties +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/pipnss/nsserrors.properties +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/pipnss/pipnss.properties +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/pippki/certManager.dtd +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/pippki/deviceManager.dtd +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/pippki/pippki.dtd +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/pippki/pippki.properties +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/chrome/fr/locale/fr/places/places.properties +lib/thunderbird38/extensions/langpack-fr@thunderbird.mozilla.org/install.rdf +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome.manifest +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/.mkdir.done +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL.manifest +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/alerts/alert.dtd +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/alerts/notificationNames.properties +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/autoconfig/autoconfig.properties +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/branding/brand.dtd +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/branding/brand.properties +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/chat/accounts.properties +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/chat/commands.properties +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/chat/contacts.properties +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/chat/conversations.properties +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/chat/facebook.properties +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/chat/imtooltip.properties +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/chat/irc.properties +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/chat/logger.properties +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/chat/status.properties +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/chat/twitter.properties +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/chat/xmpp.properties +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/chat/yahoo.properties +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/communicator/utilityOverlay.dtd +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/cookie/cookieAcceptDialog.dtd +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/cookie/cookieAcceptDialog.properties +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/editor/EdAdvancedEdit.dtd +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/editor/EdColorPicker.dtd +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/editor/EdConvertToTable.dtd +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/editor/EdDialogOverlay.dtd +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/editor/EdNamedAnchorProperties.dtd +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/editor/EditorButtonProperties.dtd +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/editor/EditorColorProperties.dtd +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/editor/EditorFieldSetProperties.dtd +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/editor/EditorFormProperties.dtd +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/editor/EditorHLineProperties.dtd +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/editor/EditorImageProperties.dtd +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/editor/EditorInputProperties.dtd +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/editor/EditorInsertChars.dtd +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/editor/EditorInsertMath.dtd +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/editor/EditorInsertSource.dtd +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/editor/EditorInsertTOC.dtd +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/editor/EditorInsertTable.dtd +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/editor/EditorLabelProperties.dtd +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/editor/EditorLinkProperties.dtd +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/editor/EditorListProperties.dtd +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/editor/EditorPersonalDictionary.dtd +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/editor/EditorReplace.dtd +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/editor/EditorSelectProperties.dtd +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/editor/EditorSpellCheck.dtd +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/editor/EditorTableProperties.dtd +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/editor/EditorTextAreaProperties.dtd +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/editor/editor.properties +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/editor/editorOverlay.dtd +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/editor/editorSmileyOverlay.dtd +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/formautofill/requestAutocomplete.dtd +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/global-platform/mac/accessible.properties +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/global-platform/mac/intl.properties +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/global-platform/mac/platformKeys.properties +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/global-platform/unix/accessible.properties +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/global-platform/unix/intl.properties +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/global-platform/unix/platformKeys.properties +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/global-platform/win/accessible.properties +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/global-platform/win/intl.properties +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/global-platform/win/platformKeys.properties +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/global-region/region.properties +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/global/AccessFu.properties +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/global/about.dtd +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/global/aboutAbout.dtd +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/global/aboutNetworking.dtd +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/global/aboutReader.properties +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/global/aboutRights.dtd +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/global/aboutSupport.dtd +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/global/aboutSupport.properties +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/global/aboutTelemetry.dtd +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/global/aboutTelemetry.properties +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/global/appPicker.dtd +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/global/appstrings.properties +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/global/autocomplete.properties +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/global/brand.dtd +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/global/browser.properties +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/global/charsetMenu.dtd +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/global/charsetMenu.properties +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/global/commonDialog.dtd +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/global/commonDialogs.properties +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/global/config.dtd +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/global/config.properties +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/global/console.dtd +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/global/console.properties +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/global/contentAreaCommands.properties +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/global/crashes.dtd +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/global/crashes.properties +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/global/css.properties +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/global/customizeToolbar.dtd +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/global/customizeToolbar.properties +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/global/dateFormat.properties +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/global/datetimepicker.dtd +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/global/devtools/csscoverage.dtd +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/global/devtools/csscoverage.properties +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/global/devtools/debugger.properties +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/global/devtools/styleinspector.properties +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/global/dialog.properties +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/global/dialogOverlay.dtd +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/global/dom/dom.properties +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/global/editMenuOverlay.dtd +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/global/fallbackMenubar.properties +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/global/filefield.properties +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/global/filepicker.dtd +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/global/filepicker.properties +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/global/findbar.dtd +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/global/findbar.properties +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/global/finddialog.dtd +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/global/finddialog.properties +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/global/global-strres.properties +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/global/global.dtd +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/global/globalKeys.dtd +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/global/headsUpDisplay.properties +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/global/intl.css +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/global/intl.properties +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/global/keys.properties +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/global/languageNames.properties +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/global/layout/HtmlForm.properties +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/global/layout/MediaDocument.properties +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/global/layout/htmlparser.properties +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/global/layout/xmlparser.properties +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/global/layout_errors.properties +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/global/mathml/mathml.properties +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/global/mozilla.dtd +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/global/netError.dtd +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/global/netErrorApp.dtd +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/global/notification.dtd +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/global/nsWebBrowserPersist.properties +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/global/plugins.properties +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/global/preferences.dtd +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/global/printPageSetup.dtd +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/global/printPreview.dtd +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/global/printPreviewProgress.dtd +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/global/printProgress.dtd +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/global/printdialog.dtd +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/global/printdialog.properties +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/global/printing.properties +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/global/printjoboptions.dtd +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/global/regionNames.properties +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/global/resetProfile.dtd +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/global/resetProfile.properties +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/global/search/search.properties +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/global/security/caps.properties +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/global/security/csp.properties +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/global/security/security.properties +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/global/svg/svg.properties +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/global/textcontext.dtd +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/global/tree.dtd +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/global/videocontrols.dtd +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/global/viewSource.dtd +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/global/viewSource.properties +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/global/webapps.properties +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/global/wizard.dtd +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/global/wizard.properties +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/global/xbl.properties +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/global/xml/prettyprint.dtd +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/global/xslt/xslt.properties +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/global/xul.properties +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/messenger-mapi/mapi.properties +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/messenger-newsblog/am-newsblog.dtd +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/messenger-newsblog/feed-subscriptions.dtd +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/messenger-newsblog/newsblog.properties +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/messenger-region/region.properties +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/messenger-smime/certFetchingStatus.dtd +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/messenger-smime/msgCompSMIMEOverlay.dtd +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/messenger-smime/msgCompSMIMEOverlay.properties +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/messenger-smime/msgCompSecurityInfo.dtd +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/messenger-smime/msgCompSecurityInfo.properties +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/messenger-smime/msgReadSMIMEOverlay.dtd +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/messenger-smime/msgReadSMIMEOverlay.properties +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/messenger-smime/msgReadSecurityInfo.dtd +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/messenger-smime/msgSecurityInfo.properties +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/messenger/AccountManager.dtd +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/messenger/AccountWizard.dtd +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/messenger/CustomHeaders.dtd +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/messenger/FilterEditor.dtd +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/messenger/FilterListDialog.dtd +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/messenger/SearchDialog.dtd +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/messenger/aboutDialog.dtd +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/messenger/aboutDownloads.dtd +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/messenger/aboutRights.dtd +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/messenger/aboutRights.properties +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/messenger/aboutSupportMail.dtd +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/messenger/aboutSupportMail.properties +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/messenger/accountCreation.dtd +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/messenger/accountCreation.properties +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/messenger/accountCreationModel.properties +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/messenger/accountCreationUtil.properties +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/messenger/activity.dtd +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/messenger/activity.properties +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/messenger/addbuddy.dtd +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/messenger/addressbook/abAddressBookNameDialog.dtd +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/messenger/addressbook/abCardOverlay.dtd +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/messenger/addressbook/abContactsPanel.dtd +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/messenger/addressbook/abMailListDialog.dtd +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/messenger/addressbook/abMainWindow.dtd +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/messenger/addressbook/abNewCardDialog.dtd +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/messenger/addressbook/abResultsPaneOverlay.dtd +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/messenger/addressbook/addressBook.properties +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/messenger/addressbook/ldapAutoCompErrs.properties +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/messenger/addressbook/pref-directory-add.dtd +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/messenger/addressbook/pref-directory.dtd +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/messenger/addressbook/replicationProgress.properties +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/messenger/am-addressing.dtd +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/messenger/am-advanced.dtd +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/messenger/am-archiveoptions.dtd +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/messenger/am-copies.dtd +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/messenger/am-identities-list.dtd +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/messenger/am-identity-edit.dtd +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/messenger/am-im.dtd +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/messenger/am-junk.dtd +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/messenger/am-main.dtd +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/messenger/am-mdn.dtd +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/messenger/am-mdn.properties +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/messenger/am-offline.dtd +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/messenger/am-server-advanced.dtd +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/messenger/am-server-top.dtd +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/messenger/am-serverwithnoidentities.dtd +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/messenger/am-smime.dtd +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/messenger/am-smime.properties +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/messenger/appleMailImportMsgs.properties +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/messenger/baseMenuOverlay.dtd +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/messenger/charsetTitles.properties +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/messenger/chat.dtd +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/messenger/chat.properties +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/messenger/cloudfile/Box/auth.dtd +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/messenger/cloudfile/Box/management.dtd +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/messenger/cloudfile/Box/settings.dtd +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/messenger/cloudfile/Hightail/fileExceeds2GB.dtd +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/messenger/cloudfile/Hightail/fileExceedsLimit.dtd +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/messenger/cloudfile/Hightail/fileExceedsQuota.dtd +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/messenger/cloudfile/Hightail/management.dtd +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/messenger/cloudfile/Hightail/settings.dtd +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/messenger/cloudfile/addAccountDialog.dtd +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/messenger/cloudfile/management.dtd +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/messenger/configEditorOverlay.dtd +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/messenger/custom.properties +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/messenger/customizeToolbarOverlay.dtd +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/messenger/downloadheaders.dtd +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/messenger/downloads/settingsChange.dtd +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/messenger/downloadsOverlay.dtd +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/messenger/editContactOverlay.dtd +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/messenger/editContactOverlay.properties +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/messenger/eudoraImportMsgs.properties +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/messenger/fieldMapImport.dtd +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/messenger/filter.properties +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/messenger/folderProps.dtd +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/messenger/folderWidgets.properties +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/messenger/folderpane.dtd +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/messenger/gloda.properties +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/messenger/glodaComplete.properties +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/messenger/glodaFacetView.dtd +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/messenger/glodaFacetView.properties +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/messenger/imAccountWizard.dtd +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/messenger/imAccounts.dtd +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/messenger/imAccounts.properties +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/messenger/imapMsgs.properties +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/messenger/importDialog.dtd +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/messenger/importMsgs.properties +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/messenger/joinChat.dtd +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/messenger/junkLog.dtd +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/messenger/junkMailInfo.dtd +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/messenger/localMsgs.properties +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/messenger/mailEditorOverlay.dtd +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/messenger/mailOverlay.dtd +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/messenger/mailViewList.dtd +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/messenger/mailViewSetup.dtd +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/messenger/mailviews.properties +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/messenger/markByDate.dtd +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/messenger/messenger.dtd +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/messenger/messenger.properties +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/messenger/messengercompose/addressingWidgetOverlay.dtd +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/messenger/messengercompose/askSendFormat.dtd +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/messenger/messengercompose/askSendFormat.properties +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/messenger/messengercompose/composeMsgs.properties +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/messenger/messengercompose/mailComposeEditorOverlay.dtd +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/messenger/messengercompose/messengercompose.dtd +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/messenger/messengercompose/sendProgress.dtd +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/messenger/messengercompose/sendProgress.properties +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/messenger/migration/migration.dtd +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/messenger/migration/migration.properties +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/messenger/mime.properties +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/messenger/mimeheader.properties +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/messenger/msgAccountCentral.dtd +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/messenger/msgHdrViewOverlay.dtd +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/messenger/msgPrintEngine.dtd +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/messenger/msgSynchronize.dtd +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/messenger/msgViewPickerOverlay.dtd +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/messenger/msgmdn.properties +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/messenger/multimessageview.dtd +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/messenger/multimessageview.properties +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/messenger/netError.dtd +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/messenger/newFolderDialog.dtd +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/messenger/newTagDialog.dtd +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/messenger/newmailaccount/accountProvisioner.dtd +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/messenger/newmailaccount/accountProvisioner.properties +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/messenger/news.properties +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/messenger/oeImportMsgs.properties +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/messenger/offline.properties +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/messenger/offlineStartup.properties +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/messenger/outlookImportMsgs.properties +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/messenger/pgpmime.properties +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/messenger/preferences/advanced.dtd +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/messenger/preferences/applicationManager.dtd +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/messenger/preferences/applicationManager.properties +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/messenger/preferences/applications.dtd +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/messenger/preferences/applications.properties +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/messenger/preferences/attachmentReminder.dtd +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/messenger/preferences/chat.dtd +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/messenger/preferences/colors.dtd +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/messenger/preferences/compose.dtd +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/messenger/preferences/connection.dtd +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/messenger/preferences/cookies.dtd +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/messenger/preferences/display.dtd +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/messenger/preferences/dockoptions.dtd +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/messenger/preferences/fonts.dtd +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/messenger/preferences/general.dtd +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/messenger/preferences/notifications.dtd +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/messenger/preferences/offline.dtd +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/messenger/preferences/permissions.dtd +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/messenger/preferences/preferences.dtd +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/messenger/preferences/preferences.properties +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/messenger/preferences/privacy.dtd +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/messenger/preferences/receipts.dtd +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/messenger/preferences/security.dtd +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/messenger/preferences/sendoptions.dtd +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/messenger/prefs.properties +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/messenger/quickFilterBar.dtd +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/messenger/renameFolderDialog.dtd +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/messenger/safeMode.dtd +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/messenger/sanitize.dtd +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/messenger/search-attributes.properties +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/messenger/search-operators.properties +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/messenger/search.properties +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/messenger/searchIntegrationDefault.dtd +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/messenger/searchIntegrationMac.dtd +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/messenger/searchIntegrationWin.dtd +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/messenger/searchTermOverlay.dtd +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/messenger/shutdownWindow.properties +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/messenger/smime.properties +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/messenger/smtpEditOverlay.dtd +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/messenger/subscribe.dtd +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/messenger/subscribe.properties +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/messenger/systemIntegrationDialog.dtd +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/messenger/tabmail.dtd +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/messenger/taskbar.properties +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/messenger/telemetry.properties +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/messenger/templateUtils.properties +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/messenger/textImportMsgs.properties +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/messenger/vCardImportMsgs.properties +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/messenger/viewLog.dtd +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/messenger/viewZoomOverlay.dtd +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/messenger/virtualFolderListDialog.dtd +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/messenger/virtualFolderProperties.dtd +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/messenger/wmImportMsgs.properties +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/mozapps/downloads/downloads.dtd +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/mozapps/downloads/downloads.properties +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/mozapps/downloads/settingsChange.dtd +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/mozapps/downloads/unknownContentType.dtd +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/mozapps/downloads/unknownContentType.properties +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/mozapps/extensions/about.dtd +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/mozapps/extensions/blocklist.dtd +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/mozapps/extensions/extensions.dtd +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/mozapps/extensions/extensions.properties +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/mozapps/extensions/newaddon.dtd +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/mozapps/extensions/newaddon.properties +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/mozapps/extensions/selectAddons.dtd +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/mozapps/extensions/selectAddons.properties +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/mozapps/extensions/update.dtd +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/mozapps/extensions/update.properties +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/mozapps/handling/handling.dtd +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/mozapps/handling/handling.properties +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/mozapps/plugins/plugins.dtd +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/mozapps/preferences/changemp.dtd +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/mozapps/preferences/preferences.properties +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/mozapps/preferences/removemp.dtd +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/mozapps/profile/createProfileWizard.dtd +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/mozapps/profile/profileSelection.dtd +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/mozapps/profile/profileSelection.properties +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/mozapps/update/history.dtd +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/mozapps/update/updates.dtd +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/mozapps/update/updates.properties +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/mozapps/xpinstall/xpinstallConfirm.dtd +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/mozapps/xpinstall/xpinstallConfirm.properties +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/mozldap/ldap.properties +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/necko/necko.properties +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/passwordmgr/passwordManager.dtd +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/passwordmgr/passwordmgr.properties +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/pipnss/nsserrors.properties +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/pipnss/pipnss.properties +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/pippki/certManager.dtd +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/pippki/deviceManager.dtd +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/pippki/pippki.dtd +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/pippki/pippki.properties +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/chrome/fy-NL/locale/fy-NL/places/places.properties +lib/thunderbird38/extensions/langpack-fy-NL@thunderbird.mozilla.org/install.rdf +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome.manifest +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/.mkdir.done +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE.manifest +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/alerts/alert.dtd +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/alerts/notificationNames.properties +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/autoconfig/autoconfig.properties +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/branding/brand.dtd +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/branding/brand.properties +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/chat/accounts.properties +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/chat/commands.properties +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/chat/contacts.properties +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/chat/conversations.properties +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/chat/facebook.properties +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/chat/imtooltip.properties +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/chat/irc.properties +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/chat/logger.properties +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/chat/status.properties +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/chat/twitter.properties +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/chat/xmpp.properties +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/chat/yahoo.properties +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/communicator/utilityOverlay.dtd +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/cookie/cookieAcceptDialog.dtd +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/cookie/cookieAcceptDialog.properties +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/editor/EdAdvancedEdit.dtd +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/editor/EdColorPicker.dtd +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/editor/EdConvertToTable.dtd +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/editor/EdDialogOverlay.dtd +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/editor/EdNamedAnchorProperties.dtd +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/editor/EditorButtonProperties.dtd +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/editor/EditorColorProperties.dtd +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/editor/EditorFieldSetProperties.dtd +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/editor/EditorFormProperties.dtd +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/editor/EditorHLineProperties.dtd +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/editor/EditorImageProperties.dtd +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/editor/EditorInputProperties.dtd +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/editor/EditorInsertChars.dtd +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/editor/EditorInsertMath.dtd +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/editor/EditorInsertSource.dtd +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/editor/EditorInsertTOC.dtd +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/editor/EditorInsertTable.dtd +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/editor/EditorLabelProperties.dtd +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/editor/EditorLinkProperties.dtd +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/editor/EditorListProperties.dtd +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/editor/EditorPersonalDictionary.dtd +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/editor/EditorReplace.dtd +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/editor/EditorSelectProperties.dtd +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/editor/EditorSpellCheck.dtd +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/editor/EditorTableProperties.dtd +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/editor/EditorTextAreaProperties.dtd +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/editor/editor.properties +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/editor/editorOverlay.dtd +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/editor/editorSmileyOverlay.dtd +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/formautofill/requestAutocomplete.dtd +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/global-platform/mac/accessible.properties +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/global-platform/mac/intl.properties +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/global-platform/mac/platformKeys.properties +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/global-platform/unix/accessible.properties +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/global-platform/unix/intl.properties +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/global-platform/unix/platformKeys.properties +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/global-platform/win/accessible.properties +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/global-platform/win/intl.properties +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/global-platform/win/platformKeys.properties +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/global-region/region.properties +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/global/AccessFu.properties +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/global/about.dtd +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/global/aboutAbout.dtd +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/global/aboutNetworking.dtd +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/global/aboutReader.properties +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/global/aboutRights.dtd +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/global/aboutSupport.dtd +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/global/aboutSupport.properties +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/global/aboutTelemetry.dtd +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/global/aboutTelemetry.properties +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/global/appPicker.dtd +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/global/appstrings.properties +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/global/autocomplete.properties +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/global/brand.dtd +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/global/browser.properties +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/global/charsetMenu.dtd +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/global/charsetMenu.properties +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/global/commonDialog.dtd +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/global/commonDialogs.properties +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/global/config.dtd +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/global/config.properties +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/global/console.dtd +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/global/console.properties +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/global/contentAreaCommands.properties +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/global/crashes.dtd +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/global/crashes.properties +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/global/css.properties +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/global/customizeToolbar.dtd +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/global/customizeToolbar.properties +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/global/dateFormat.properties +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/global/datetimepicker.dtd +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/global/devtools/csscoverage.dtd +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/global/devtools/csscoverage.properties +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/global/devtools/debugger.properties +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/global/devtools/styleinspector.properties +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/global/dialog.properties +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/global/dialogOverlay.dtd +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/global/dom/dom.properties +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/global/editMenuOverlay.dtd +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/global/fallbackMenubar.properties +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/global/filefield.properties +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/global/filepicker.dtd +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/global/filepicker.properties +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/global/findbar.dtd +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/global/findbar.properties +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/global/finddialog.dtd +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/global/finddialog.properties +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/global/global-strres.properties +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/global/global.dtd +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/global/globalKeys.dtd +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/global/headsUpDisplay.properties +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/global/intl.css +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/global/intl.properties +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/global/keys.properties +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/global/languageNames.properties +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/global/layout/HtmlForm.properties +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/global/layout/MediaDocument.properties +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/global/layout/htmlparser.properties +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/global/layout/xmlparser.properties +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/global/layout_errors.properties +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/global/mathml/mathml.properties +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/global/mozilla.dtd +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/global/netError.dtd +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/global/netErrorApp.dtd +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/global/notification.dtd +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/global/nsWebBrowserPersist.properties +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/global/plugins.properties +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/global/preferences.dtd +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/global/printPageSetup.dtd +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/global/printPreview.dtd +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/global/printPreviewProgress.dtd +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/global/printProgress.dtd +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/global/printdialog.dtd +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/global/printdialog.properties +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/global/printing.properties +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/global/printjoboptions.dtd +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/global/regionNames.properties +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/global/resetProfile.dtd +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/global/resetProfile.properties +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/global/search/search.properties +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/global/security/caps.properties +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/global/security/csp.properties +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/global/security/security.properties +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/global/svg/svg.properties +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/global/textcontext.dtd +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/global/tree.dtd +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/global/videocontrols.dtd +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/global/viewSource.dtd +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/global/viewSource.properties +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/global/webapps.properties +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/global/wizard.dtd +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/global/wizard.properties +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/global/xbl.properties +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/global/xml/prettyprint.dtd +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/global/xslt/xslt.properties +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/global/xul.properties +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/messenger-mapi/mapi.properties +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/messenger-newsblog/am-newsblog.dtd +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/messenger-newsblog/feed-subscriptions.dtd +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/messenger-newsblog/newsblog.properties +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/messenger-region/region.properties +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/messenger-smime/certFetchingStatus.dtd +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/messenger-smime/msgCompSMIMEOverlay.dtd +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/messenger-smime/msgCompSMIMEOverlay.properties +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/messenger-smime/msgCompSecurityInfo.dtd +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/messenger-smime/msgCompSecurityInfo.properties +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/messenger-smime/msgReadSMIMEOverlay.dtd +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/messenger-smime/msgReadSMIMEOverlay.properties +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/messenger-smime/msgReadSecurityInfo.dtd +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/messenger-smime/msgSecurityInfo.properties +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/messenger/AccountManager.dtd +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/messenger/AccountWizard.dtd +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/messenger/CustomHeaders.dtd +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/messenger/FilterEditor.dtd +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/messenger/FilterListDialog.dtd +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/messenger/SearchDialog.dtd +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/messenger/aboutDialog.dtd +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/messenger/aboutDownloads.dtd +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/messenger/aboutRights.dtd +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/messenger/aboutRights.properties +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/messenger/aboutSupportMail.dtd +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/messenger/aboutSupportMail.properties +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/messenger/accountCreation.dtd +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/messenger/accountCreation.properties +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/messenger/accountCreationModel.properties +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/messenger/accountCreationUtil.properties +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/messenger/activity.dtd +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/messenger/activity.properties +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/messenger/addbuddy.dtd +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/messenger/addressbook/abAddressBookNameDialog.dtd +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/messenger/addressbook/abCardOverlay.dtd +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/messenger/addressbook/abContactsPanel.dtd +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/messenger/addressbook/abMailListDialog.dtd +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/messenger/addressbook/abMainWindow.dtd +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/messenger/addressbook/abNewCardDialog.dtd +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/messenger/addressbook/abResultsPaneOverlay.dtd +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/messenger/addressbook/addressBook.properties +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/messenger/addressbook/ldapAutoCompErrs.properties +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/messenger/addressbook/pref-directory-add.dtd +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/messenger/addressbook/pref-directory.dtd +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/messenger/addressbook/replicationProgress.properties +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/messenger/am-addressing.dtd +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/messenger/am-advanced.dtd +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/messenger/am-archiveoptions.dtd +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/messenger/am-copies.dtd +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/messenger/am-identities-list.dtd +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/messenger/am-identity-edit.dtd +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/messenger/am-im.dtd +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/messenger/am-junk.dtd +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/messenger/am-main.dtd +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/messenger/am-mdn.dtd +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/messenger/am-mdn.properties +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/messenger/am-offline.dtd +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/messenger/am-server-advanced.dtd +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/messenger/am-server-top.dtd +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/messenger/am-serverwithnoidentities.dtd +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/messenger/am-smime.dtd +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/messenger/am-smime.properties +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/messenger/appleMailImportMsgs.properties +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/messenger/baseMenuOverlay.dtd +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/messenger/charsetTitles.properties +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/messenger/chat.dtd +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/messenger/chat.properties +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/messenger/cloudfile/Box/auth.dtd +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/messenger/cloudfile/Box/management.dtd +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/messenger/cloudfile/Box/settings.dtd +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/messenger/cloudfile/Hightail/fileExceeds2GB.dtd +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/messenger/cloudfile/Hightail/fileExceedsLimit.dtd +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/messenger/cloudfile/Hightail/fileExceedsQuota.dtd +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/messenger/cloudfile/Hightail/management.dtd +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/messenger/cloudfile/Hightail/settings.dtd +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/messenger/cloudfile/addAccountDialog.dtd +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/messenger/cloudfile/management.dtd +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/messenger/configEditorOverlay.dtd +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/messenger/custom.properties +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/messenger/customizeToolbarOverlay.dtd +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/messenger/downloadheaders.dtd +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/messenger/downloads/settingsChange.dtd +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/messenger/downloadsOverlay.dtd +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/messenger/editContactOverlay.dtd +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/messenger/editContactOverlay.properties +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/messenger/eudoraImportMsgs.properties +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/messenger/fieldMapImport.dtd +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/messenger/filter.properties +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/messenger/folderProps.dtd +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/messenger/folderWidgets.properties +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/messenger/folderpane.dtd +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/messenger/gloda.properties +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/messenger/glodaComplete.properties +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/messenger/glodaFacetView.dtd +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/messenger/glodaFacetView.properties +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/messenger/imAccountWizard.dtd +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/messenger/imAccounts.dtd +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/messenger/imAccounts.properties +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/messenger/imapMsgs.properties +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/messenger/importDialog.dtd +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/messenger/importMsgs.properties +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/messenger/joinChat.dtd +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/messenger/junkLog.dtd +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/messenger/junkMailInfo.dtd +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/messenger/localMsgs.properties +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/messenger/mailEditorOverlay.dtd +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/messenger/mailOverlay.dtd +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/messenger/mailViewList.dtd +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/messenger/mailViewSetup.dtd +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/messenger/mailviews.properties +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/messenger/markByDate.dtd +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/messenger/messenger.dtd +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/messenger/messenger.properties +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/messenger/messengercompose/addressingWidgetOverlay.dtd +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/messenger/messengercompose/askSendFormat.dtd +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/messenger/messengercompose/askSendFormat.properties +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/messenger/messengercompose/composeMsgs.properties +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/messenger/messengercompose/mailComposeEditorOverlay.dtd +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/messenger/messengercompose/messengercompose.dtd +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/messenger/messengercompose/sendProgress.dtd +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/messenger/messengercompose/sendProgress.properties +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/messenger/migration/migration.dtd +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/messenger/migration/migration.properties +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/messenger/mime.properties +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/messenger/mimeheader.properties +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/messenger/msgAccountCentral.dtd +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/messenger/msgHdrViewOverlay.dtd +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/messenger/msgPrintEngine.dtd +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/messenger/msgSynchronize.dtd +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/messenger/msgViewPickerOverlay.dtd +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/messenger/msgmdn.properties +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/messenger/multimessageview.dtd +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/messenger/multimessageview.properties +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/messenger/netError.dtd +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/messenger/newFolderDialog.dtd +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/messenger/newTagDialog.dtd +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/messenger/newmailaccount/accountProvisioner.dtd +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/messenger/newmailaccount/accountProvisioner.properties +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/messenger/news.properties +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/messenger/oeImportMsgs.properties +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/messenger/offline.properties +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/messenger/offlineStartup.properties +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/messenger/outlookImportMsgs.properties +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/messenger/pgpmime.properties +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/messenger/preferences/advanced.dtd +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/messenger/preferences/applicationManager.dtd +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/messenger/preferences/applicationManager.properties +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/messenger/preferences/applications.dtd +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/messenger/preferences/applications.properties +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/messenger/preferences/attachmentReminder.dtd +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/messenger/preferences/chat.dtd +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/messenger/preferences/colors.dtd +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/messenger/preferences/compose.dtd +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/messenger/preferences/connection.dtd +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/messenger/preferences/cookies.dtd +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/messenger/preferences/display.dtd +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/messenger/preferences/dockoptions.dtd +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/messenger/preferences/fonts.dtd +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/messenger/preferences/general.dtd +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/messenger/preferences/notifications.dtd +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/messenger/preferences/offline.dtd +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/messenger/preferences/permissions.dtd +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/messenger/preferences/preferences.dtd +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/messenger/preferences/preferences.properties +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/messenger/preferences/privacy.dtd +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/messenger/preferences/receipts.dtd +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/messenger/preferences/security.dtd +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/messenger/preferences/sendoptions.dtd +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/messenger/prefs.properties +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/messenger/quickFilterBar.dtd +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/messenger/renameFolderDialog.dtd +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/messenger/safeMode.dtd +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/messenger/sanitize.dtd +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/messenger/search-attributes.properties +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/messenger/search-operators.properties +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/messenger/search.properties +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/messenger/searchIntegrationDefault.dtd +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/messenger/searchIntegrationMac.dtd +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/messenger/searchIntegrationWin.dtd +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/messenger/searchTermOverlay.dtd +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/messenger/shutdownWindow.properties +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/messenger/smime.properties +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/messenger/smtpEditOverlay.dtd +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/messenger/subscribe.dtd +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/messenger/subscribe.properties +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/messenger/systemIntegrationDialog.dtd +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/messenger/tabmail.dtd +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/messenger/taskbar.properties +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/messenger/telemetry.properties +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/messenger/templateUtils.properties +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/messenger/textImportMsgs.properties +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/messenger/vCardImportMsgs.properties +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/messenger/viewLog.dtd +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/messenger/viewZoomOverlay.dtd +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/messenger/virtualFolderListDialog.dtd +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/messenger/virtualFolderProperties.dtd +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/messenger/wmImportMsgs.properties +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/mozapps/downloads/downloads.dtd +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/mozapps/downloads/downloads.properties +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/mozapps/downloads/settingsChange.dtd +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/mozapps/downloads/unknownContentType.dtd +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/mozapps/downloads/unknownContentType.properties +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/mozapps/extensions/about.dtd +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/mozapps/extensions/blocklist.dtd +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/mozapps/extensions/extensions.dtd +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/mozapps/extensions/extensions.properties +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/mozapps/extensions/newaddon.dtd +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/mozapps/extensions/newaddon.properties +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/mozapps/extensions/selectAddons.dtd +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/mozapps/extensions/selectAddons.properties +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/mozapps/extensions/update.dtd +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/mozapps/extensions/update.properties +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/mozapps/handling/handling.dtd +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/mozapps/handling/handling.properties +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/mozapps/plugins/plugins.dtd +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/mozapps/preferences/changemp.dtd +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/mozapps/preferences/preferences.properties +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/mozapps/preferences/removemp.dtd +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/mozapps/profile/createProfileWizard.dtd +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/mozapps/profile/profileSelection.dtd +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/mozapps/profile/profileSelection.properties +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/mozapps/update/history.dtd +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/mozapps/update/updates.dtd +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/mozapps/update/updates.properties +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/mozapps/xpinstall/xpinstallConfirm.dtd +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/mozapps/xpinstall/xpinstallConfirm.properties +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/mozldap/ldap.properties +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/necko/necko.properties +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/passwordmgr/passwordManager.dtd +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/passwordmgr/passwordmgr.properties +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/pipnss/nsserrors.properties +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/pipnss/pipnss.properties +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/pippki/certManager.dtd +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/pippki/deviceManager.dtd +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/pippki/pippki.dtd +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/pippki/pippki.properties +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/chrome/ga-IE/locale/ga-IE/places/places.properties +lib/thunderbird38/extensions/langpack-ga-IE@thunderbird.mozilla.org/install.rdf +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome.manifest +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/.mkdir.done +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he.manifest +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/alerts/alert.dtd +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/alerts/notificationNames.properties +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/autoconfig/autoconfig.properties +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/branding/brand.dtd +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/branding/brand.properties +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/chat/accounts.properties +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/chat/commands.properties +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/chat/contacts.properties +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/chat/conversations.properties +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/chat/facebook.properties +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/chat/imtooltip.properties +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/chat/irc.properties +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/chat/logger.properties +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/chat/status.properties +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/chat/twitter.properties +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/chat/xmpp.properties +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/chat/yahoo.properties +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/communicator/utilityOverlay.dtd +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/cookie/cookieAcceptDialog.dtd +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/cookie/cookieAcceptDialog.properties +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/editor/EdAdvancedEdit.dtd +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/editor/EdColorPicker.dtd +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/editor/EdConvertToTable.dtd +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/editor/EdDialogOverlay.dtd +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/editor/EdNamedAnchorProperties.dtd +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/editor/EditorButtonProperties.dtd +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/editor/EditorColorProperties.dtd +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/editor/EditorFieldSetProperties.dtd +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/editor/EditorFormProperties.dtd +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/editor/EditorHLineProperties.dtd +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/editor/EditorImageProperties.dtd +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/editor/EditorInputProperties.dtd +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/editor/EditorInsertChars.dtd +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/editor/EditorInsertMath.dtd +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/editor/EditorInsertSource.dtd +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/editor/EditorInsertTOC.dtd +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/editor/EditorInsertTable.dtd +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/editor/EditorLabelProperties.dtd +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/editor/EditorLinkProperties.dtd +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/editor/EditorListProperties.dtd +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/editor/EditorPersonalDictionary.dtd +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/editor/EditorReplace.dtd +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/editor/EditorSelectProperties.dtd +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/editor/EditorSpellCheck.dtd +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/editor/EditorTableProperties.dtd +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/editor/EditorTextAreaProperties.dtd +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/editor/editor.properties +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/editor/editorOverlay.dtd +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/editor/editorSmileyOverlay.dtd +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/formautofill/requestAutocomplete.dtd +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/global-platform/mac/accessible.properties +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/global-platform/mac/intl.properties +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/global-platform/mac/platformKeys.properties +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/global-platform/unix/accessible.properties +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/global-platform/unix/intl.properties +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/global-platform/unix/platformKeys.properties +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/global-platform/win/accessible.properties +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/global-platform/win/intl.properties +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/global-platform/win/platformKeys.properties +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/global-region/region.properties +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/global/AccessFu.properties +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/global/about.dtd +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/global/aboutAbout.dtd +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/global/aboutNetworking.dtd +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/global/aboutReader.properties +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/global/aboutRights.dtd +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/global/aboutSupport.dtd +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/global/aboutSupport.properties +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/global/aboutTelemetry.dtd +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/global/aboutTelemetry.properties +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/global/appPicker.dtd +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/global/appstrings.properties +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/global/autocomplete.properties +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/global/brand.dtd +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/global/browser.properties +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/global/charsetMenu.dtd +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/global/charsetMenu.properties +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/global/commonDialog.dtd +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/global/commonDialogs.properties +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/global/config.dtd +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/global/config.properties +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/global/console.dtd +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/global/console.properties +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/global/contentAreaCommands.properties +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/global/crashes.dtd +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/global/crashes.properties +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/global/css.properties +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/global/customizeToolbar.dtd +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/global/customizeToolbar.properties +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/global/dateFormat.properties +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/global/datetimepicker.dtd +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/global/devtools/csscoverage.dtd +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/global/devtools/csscoverage.properties +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/global/devtools/debugger.properties +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/global/devtools/styleinspector.properties +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/global/dialog.properties +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/global/dialogOverlay.dtd +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/global/dom/dom.properties +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/global/editMenuOverlay.dtd +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/global/fallbackMenubar.properties +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/global/filefield.properties +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/global/filepicker.dtd +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/global/filepicker.properties +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/global/findbar.dtd +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/global/findbar.properties +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/global/finddialog.dtd +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/global/finddialog.properties +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/global/global-strres.properties +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/global/global.dtd +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/global/globalKeys.dtd +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/global/headsUpDisplay.properties +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/global/intl.css +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/global/intl.properties +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/global/keys.properties +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/global/languageNames.properties +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/global/layout/HtmlForm.properties +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/global/layout/MediaDocument.properties +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/global/layout/htmlparser.properties +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/global/layout/xmlparser.properties +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/global/layout_errors.properties +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/global/mathml/mathml.properties +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/global/mozilla.dtd +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/global/netError.dtd +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/global/netErrorApp.dtd +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/global/notification.dtd +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/global/nsWebBrowserPersist.properties +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/global/plugins.properties +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/global/preferences.dtd +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/global/printPageSetup.dtd +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/global/printPreview.dtd +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/global/printPreviewProgress.dtd +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/global/printProgress.dtd +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/global/printdialog.dtd +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/global/printdialog.properties +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/global/printing.properties +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/global/printjoboptions.dtd +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/global/regionNames.properties +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/global/resetProfile.dtd +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/global/resetProfile.properties +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/global/search/search.properties +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/global/security/caps.properties +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/global/security/csp.properties +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/global/security/security.properties +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/global/svg/svg.properties +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/global/textcontext.dtd +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/global/tree.dtd +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/global/videocontrols.dtd +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/global/viewSource.dtd +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/global/viewSource.properties +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/global/webapps.properties +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/global/wizard.dtd +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/global/wizard.properties +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/global/xbl.properties +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/global/xml/prettyprint.dtd +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/global/xslt/xslt.properties +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/global/xul.properties +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/messenger-mapi/mapi.properties +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/messenger-newsblog/am-newsblog.dtd +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/messenger-newsblog/feed-subscriptions.dtd +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/messenger-newsblog/newsblog.properties +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/messenger-region/region.properties +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/messenger-smime/certFetchingStatus.dtd +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/messenger-smime/msgCompSMIMEOverlay.dtd +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/messenger-smime/msgCompSMIMEOverlay.properties +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/messenger-smime/msgCompSecurityInfo.dtd +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/messenger-smime/msgCompSecurityInfo.properties +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/messenger-smime/msgReadSMIMEOverlay.dtd +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/messenger-smime/msgReadSMIMEOverlay.properties +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/messenger-smime/msgReadSecurityInfo.dtd +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/messenger-smime/msgSecurityInfo.properties +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/messenger/AccountManager.dtd +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/messenger/AccountWizard.dtd +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/messenger/CustomHeaders.dtd +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/messenger/FilterEditor.dtd +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/messenger/FilterListDialog.dtd +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/messenger/SearchDialog.dtd +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/messenger/aboutDialog.dtd +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/messenger/aboutDownloads.dtd +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/messenger/aboutRights.dtd +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/messenger/aboutRights.properties +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/messenger/aboutSupportMail.dtd +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/messenger/aboutSupportMail.properties +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/messenger/accountCreation.dtd +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/messenger/accountCreation.properties +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/messenger/accountCreationModel.properties +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/messenger/accountCreationUtil.properties +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/messenger/activity.dtd +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/messenger/activity.properties +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/messenger/addbuddy.dtd +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/messenger/addressbook/abAddressBookNameDialog.dtd +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/messenger/addressbook/abCardOverlay.dtd +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/messenger/addressbook/abContactsPanel.dtd +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/messenger/addressbook/abMailListDialog.dtd +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/messenger/addressbook/abMainWindow.dtd +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/messenger/addressbook/abNewCardDialog.dtd +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/messenger/addressbook/abResultsPaneOverlay.dtd +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/messenger/addressbook/addressBook.properties +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/messenger/addressbook/ldapAutoCompErrs.properties +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/messenger/addressbook/pref-directory-add.dtd +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/messenger/addressbook/pref-directory.dtd +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/messenger/addressbook/replicationProgress.properties +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/messenger/am-addressing.dtd +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/messenger/am-advanced.dtd +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/messenger/am-archiveoptions.dtd +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/messenger/am-copies.dtd +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/messenger/am-identities-list.dtd +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/messenger/am-identity-edit.dtd +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/messenger/am-im.dtd +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/messenger/am-junk.dtd +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/messenger/am-main.dtd +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/messenger/am-mdn.dtd +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/messenger/am-mdn.properties +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/messenger/am-offline.dtd +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/messenger/am-server-advanced.dtd +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/messenger/am-server-top.dtd +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/messenger/am-serverwithnoidentities.dtd +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/messenger/am-smime.dtd +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/messenger/am-smime.properties +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/messenger/appleMailImportMsgs.properties +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/messenger/baseMenuOverlay.dtd +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/messenger/charsetTitles.properties +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/messenger/chat.dtd +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/messenger/chat.properties +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/messenger/cloudfile/Box/auth.dtd +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/messenger/cloudfile/Box/management.dtd +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/messenger/cloudfile/Box/settings.dtd +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/messenger/cloudfile/Hightail/fileExceeds2GB.dtd +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/messenger/cloudfile/Hightail/fileExceedsLimit.dtd +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/messenger/cloudfile/Hightail/fileExceedsQuota.dtd +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/messenger/cloudfile/Hightail/management.dtd +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/messenger/cloudfile/Hightail/settings.dtd +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/messenger/cloudfile/addAccountDialog.dtd +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/messenger/cloudfile/management.dtd +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/messenger/configEditorOverlay.dtd +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/messenger/custom.properties +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/messenger/customizeToolbarOverlay.dtd +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/messenger/downloadheaders.dtd +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/messenger/downloads/settingsChange.dtd +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/messenger/downloadsOverlay.dtd +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/messenger/editContactOverlay.dtd +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/messenger/editContactOverlay.properties +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/messenger/eudoraImportMsgs.properties +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/messenger/fieldMapImport.dtd +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/messenger/filter.properties +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/messenger/folderProps.dtd +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/messenger/folderWidgets.properties +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/messenger/folderpane.dtd +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/messenger/gloda.properties +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/messenger/glodaComplete.properties +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/messenger/glodaFacetView.dtd +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/messenger/glodaFacetView.properties +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/messenger/imAccountWizard.dtd +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/messenger/imAccounts.dtd +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/messenger/imAccounts.properties +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/messenger/imapMsgs.properties +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/messenger/importDialog.dtd +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/messenger/importMsgs.properties +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/messenger/joinChat.dtd +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/messenger/junkLog.dtd +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/messenger/junkMailInfo.dtd +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/messenger/localMsgs.properties +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/messenger/mailEditorOverlay.dtd +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/messenger/mailOverlay.dtd +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/messenger/mailViewList.dtd +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/messenger/mailViewSetup.dtd +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/messenger/mailviews.properties +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/messenger/markByDate.dtd +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/messenger/messenger.dtd +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/messenger/messenger.properties +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/messenger/messengercompose/addressingWidgetOverlay.dtd +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/messenger/messengercompose/askSendFormat.dtd +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/messenger/messengercompose/askSendFormat.properties +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/messenger/messengercompose/composeMsgs.properties +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/messenger/messengercompose/mailComposeEditorOverlay.dtd +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/messenger/messengercompose/messengercompose.dtd +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/messenger/messengercompose/sendProgress.dtd +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/messenger/messengercompose/sendProgress.properties +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/messenger/migration/migration.dtd +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/messenger/migration/migration.properties +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/messenger/mime.properties +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/messenger/mimeheader.properties +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/messenger/msgAccountCentral.dtd +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/messenger/msgHdrViewOverlay.dtd +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/messenger/msgPrintEngine.dtd +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/messenger/msgSynchronize.dtd +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/messenger/msgViewPickerOverlay.dtd +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/messenger/msgmdn.properties +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/messenger/multimessageview.dtd +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/messenger/multimessageview.properties +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/messenger/netError.dtd +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/messenger/newFolderDialog.dtd +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/messenger/newTagDialog.dtd +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/messenger/newmailaccount/accountProvisioner.dtd +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/messenger/newmailaccount/accountProvisioner.properties +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/messenger/news.properties +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/messenger/oeImportMsgs.properties +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/messenger/offline.properties +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/messenger/offlineStartup.properties +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/messenger/outlookImportMsgs.properties +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/messenger/pgpmime.properties +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/messenger/preferences/advanced.dtd +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/messenger/preferences/applicationManager.dtd +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/messenger/preferences/applicationManager.properties +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/messenger/preferences/applications.dtd +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/messenger/preferences/applications.properties +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/messenger/preferences/attachmentReminder.dtd +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/messenger/preferences/chat.dtd +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/messenger/preferences/colors.dtd +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/messenger/preferences/compose.dtd +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/messenger/preferences/connection.dtd +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/messenger/preferences/cookies.dtd +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/messenger/preferences/display.dtd +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/messenger/preferences/dockoptions.dtd +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/messenger/preferences/fonts.dtd +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/messenger/preferences/general.dtd +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/messenger/preferences/notifications.dtd +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/messenger/preferences/offline.dtd +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/messenger/preferences/permissions.dtd +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/messenger/preferences/preferences.dtd +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/messenger/preferences/preferences.properties +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/messenger/preferences/privacy.dtd +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/messenger/preferences/receipts.dtd +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/messenger/preferences/security.dtd +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/messenger/preferences/sendoptions.dtd +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/messenger/prefs.properties +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/messenger/quickFilterBar.dtd +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/messenger/renameFolderDialog.dtd +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/messenger/safeMode.dtd +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/messenger/sanitize.dtd +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/messenger/search-attributes.properties +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/messenger/search-operators.properties +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/messenger/search.properties +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/messenger/searchIntegrationDefault.dtd +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/messenger/searchIntegrationMac.dtd +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/messenger/searchIntegrationWin.dtd +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/messenger/searchTermOverlay.dtd +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/messenger/shutdownWindow.properties +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/messenger/smime.properties +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/messenger/smtpEditOverlay.dtd +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/messenger/subscribe.dtd +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/messenger/subscribe.properties +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/messenger/systemIntegrationDialog.dtd +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/messenger/tabmail.dtd +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/messenger/taskbar.properties +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/messenger/telemetry.properties +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/messenger/templateUtils.properties +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/messenger/textImportMsgs.properties +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/messenger/vCardImportMsgs.properties +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/messenger/viewLog.dtd +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/messenger/viewZoomOverlay.dtd +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/messenger/virtualFolderListDialog.dtd +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/messenger/virtualFolderProperties.dtd +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/messenger/wmImportMsgs.properties +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/mozapps/downloads/downloads.dtd +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/mozapps/downloads/downloads.properties +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/mozapps/downloads/settingsChange.dtd +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/mozapps/downloads/unknownContentType.dtd +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/mozapps/downloads/unknownContentType.properties +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/mozapps/extensions/about.dtd +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/mozapps/extensions/blocklist.dtd +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/mozapps/extensions/extensions.dtd +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/mozapps/extensions/extensions.properties +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/mozapps/extensions/newaddon.dtd +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/mozapps/extensions/newaddon.properties +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/mozapps/extensions/selectAddons.dtd +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/mozapps/extensions/selectAddons.properties +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/mozapps/extensions/update.dtd +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/mozapps/extensions/update.properties +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/mozapps/handling/handling.dtd +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/mozapps/handling/handling.properties +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/mozapps/plugins/plugins.dtd +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/mozapps/preferences/changemp.dtd +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/mozapps/preferences/preferences.properties +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/mozapps/preferences/removemp.dtd +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/mozapps/profile/createProfileWizard.dtd +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/mozapps/profile/profileSelection.dtd +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/mozapps/profile/profileSelection.properties +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/mozapps/update/history.dtd +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/mozapps/update/updates.dtd +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/mozapps/update/updates.properties +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/mozapps/xpinstall/xpinstallConfirm.dtd +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/mozapps/xpinstall/xpinstallConfirm.properties +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/mozldap/ldap.properties +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/necko/necko.properties +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/passwordmgr/passwordManager.dtd +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/passwordmgr/passwordmgr.properties +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/pipnss/nsserrors.properties +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/pipnss/pipnss.properties +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/pippki/certManager.dtd +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/pippki/deviceManager.dtd +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/pippki/pippki.dtd +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/pippki/pippki.properties +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/chrome/he/locale/he/places/places.properties +lib/thunderbird38/extensions/langpack-he@thunderbird.mozilla.org/install.rdf +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome.manifest +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/.mkdir.done +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu.manifest +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/alerts/alert.dtd +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/alerts/notificationNames.properties +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/autoconfig/autoconfig.properties +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/branding/brand.dtd +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/branding/brand.properties +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/chat/accounts.properties +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/chat/commands.properties +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/chat/contacts.properties +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/chat/conversations.properties +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/chat/facebook.properties +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/chat/imtooltip.properties +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/chat/irc.properties +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/chat/logger.properties +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/chat/status.properties +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/chat/twitter.properties +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/chat/xmpp.properties +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/chat/yahoo.properties +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/communicator/utilityOverlay.dtd +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/cookie/cookieAcceptDialog.dtd +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/cookie/cookieAcceptDialog.properties +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/editor/EdAdvancedEdit.dtd +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/editor/EdColorPicker.dtd +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/editor/EdConvertToTable.dtd +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/editor/EdDialogOverlay.dtd +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/editor/EdNamedAnchorProperties.dtd +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/editor/EditorButtonProperties.dtd +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/editor/EditorColorProperties.dtd +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/editor/EditorFieldSetProperties.dtd +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/editor/EditorFormProperties.dtd +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/editor/EditorHLineProperties.dtd +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/editor/EditorImageProperties.dtd +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/editor/EditorInputProperties.dtd +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/editor/EditorInsertChars.dtd +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/editor/EditorInsertMath.dtd +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/editor/EditorInsertSource.dtd +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/editor/EditorInsertTOC.dtd +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/editor/EditorInsertTable.dtd +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/editor/EditorLabelProperties.dtd +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/editor/EditorLinkProperties.dtd +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/editor/EditorListProperties.dtd +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/editor/EditorPersonalDictionary.dtd +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/editor/EditorReplace.dtd +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/editor/EditorSelectProperties.dtd +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/editor/EditorSpellCheck.dtd +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/editor/EditorTableProperties.dtd +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/editor/EditorTextAreaProperties.dtd +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/editor/editor.properties +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/editor/editorOverlay.dtd +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/editor/editorSmileyOverlay.dtd +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/formautofill/requestAutocomplete.dtd +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/global-platform/mac/accessible.properties +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/global-platform/mac/intl.properties +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/global-platform/mac/platformKeys.properties +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/global-platform/unix/accessible.properties +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/global-platform/unix/intl.properties +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/global-platform/unix/platformKeys.properties +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/global-platform/win/accessible.properties +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/global-platform/win/intl.properties +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/global-platform/win/platformKeys.properties +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/global-region/region.properties +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/global/AccessFu.properties +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/global/about.dtd +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/global/aboutAbout.dtd +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/global/aboutNetworking.dtd +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/global/aboutReader.properties +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/global/aboutRights.dtd +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/global/aboutSupport.dtd +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/global/aboutSupport.properties +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/global/aboutTelemetry.dtd +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/global/aboutTelemetry.properties +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/global/appPicker.dtd +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/global/appstrings.properties +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/global/autocomplete.properties +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/global/brand.dtd +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/global/browser.properties +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/global/charsetMenu.dtd +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/global/charsetMenu.properties +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/global/commonDialog.dtd +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/global/commonDialogs.properties +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/global/config.dtd +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/global/config.properties +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/global/console.dtd +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/global/console.properties +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/global/contentAreaCommands.properties +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/global/crashes.dtd +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/global/crashes.properties +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/global/css.properties +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/global/customizeToolbar.dtd +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/global/customizeToolbar.properties +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/global/dateFormat.properties +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/global/datetimepicker.dtd +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/global/devtools/csscoverage.dtd +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/global/devtools/csscoverage.properties +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/global/devtools/debugger.properties +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/global/devtools/styleinspector.properties +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/global/dialog.properties +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/global/dialogOverlay.dtd +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/global/dom/dom.properties +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/global/editMenuOverlay.dtd +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/global/fallbackMenubar.properties +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/global/filefield.properties +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/global/filepicker.dtd +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/global/filepicker.properties +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/global/findbar.dtd +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/global/findbar.properties +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/global/finddialog.dtd +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/global/finddialog.properties +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/global/global-strres.properties +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/global/global.dtd +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/global/globalKeys.dtd +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/global/headsUpDisplay.properties +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/global/intl.css +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/global/intl.properties +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/global/keys.properties +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/global/languageNames.properties +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/global/layout/HtmlForm.properties +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/global/layout/MediaDocument.properties +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/global/layout/htmlparser.properties +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/global/layout/xmlparser.properties +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/global/layout_errors.properties +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/global/mathml/mathml.properties +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/global/mozilla.dtd +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/global/netError.dtd +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/global/netErrorApp.dtd +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/global/notification.dtd +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/global/nsWebBrowserPersist.properties +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/global/plugins.properties +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/global/preferences.dtd +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/global/printPageSetup.dtd +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/global/printPreview.dtd +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/global/printPreviewProgress.dtd +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/global/printProgress.dtd +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/global/printdialog.dtd +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/global/printdialog.properties +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/global/printing.properties +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/global/printjoboptions.dtd +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/global/regionNames.properties +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/global/resetProfile.dtd +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/global/resetProfile.properties +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/global/search/search.properties +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/global/security/caps.properties +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/global/security/csp.properties +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/global/security/security.properties +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/global/svg/svg.properties +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/global/textcontext.dtd +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/global/tree.dtd +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/global/videocontrols.dtd +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/global/viewSource.dtd +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/global/viewSource.properties +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/global/webapps.properties +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/global/wizard.dtd +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/global/wizard.properties +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/global/xbl.properties +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/global/xml/prettyprint.dtd +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/global/xslt/xslt.properties +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/global/xul.properties +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/messenger-mapi/mapi.properties +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/messenger-newsblog/am-newsblog.dtd +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/messenger-newsblog/feed-subscriptions.dtd +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/messenger-newsblog/newsblog.properties +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/messenger-region/region.properties +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/messenger-smime/certFetchingStatus.dtd +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/messenger-smime/msgCompSMIMEOverlay.dtd +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/messenger-smime/msgCompSMIMEOverlay.properties +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/messenger-smime/msgCompSecurityInfo.dtd +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/messenger-smime/msgCompSecurityInfo.properties +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/messenger-smime/msgReadSMIMEOverlay.dtd +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/messenger-smime/msgReadSMIMEOverlay.properties +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/messenger-smime/msgReadSecurityInfo.dtd +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/messenger-smime/msgSecurityInfo.properties +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/messenger/AccountManager.dtd +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/messenger/AccountWizard.dtd +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/messenger/CustomHeaders.dtd +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/messenger/FilterEditor.dtd +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/messenger/FilterListDialog.dtd +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/messenger/SearchDialog.dtd +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/messenger/aboutDialog.dtd +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/messenger/aboutDownloads.dtd +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/messenger/aboutRights.dtd +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/messenger/aboutRights.properties +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/messenger/aboutSupportMail.dtd +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/messenger/aboutSupportMail.properties +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/messenger/accountCreation.dtd +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/messenger/accountCreation.properties +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/messenger/accountCreationModel.properties +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/messenger/accountCreationUtil.properties +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/messenger/activity.dtd +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/messenger/activity.properties +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/messenger/addbuddy.dtd +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/messenger/addressbook/abAddressBookNameDialog.dtd +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/messenger/addressbook/abCardOverlay.dtd +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/messenger/addressbook/abContactsPanel.dtd +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/messenger/addressbook/abMailListDialog.dtd +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/messenger/addressbook/abMainWindow.dtd +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/messenger/addressbook/abNewCardDialog.dtd +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/messenger/addressbook/abResultsPaneOverlay.dtd +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/messenger/addressbook/addressBook.properties +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/messenger/addressbook/ldapAutoCompErrs.properties +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/messenger/addressbook/pref-directory-add.dtd +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/messenger/addressbook/pref-directory.dtd +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/messenger/addressbook/replicationProgress.properties +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/messenger/am-addressing.dtd +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/messenger/am-advanced.dtd +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/messenger/am-archiveoptions.dtd +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/messenger/am-copies.dtd +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/messenger/am-identities-list.dtd +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/messenger/am-identity-edit.dtd +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/messenger/am-im.dtd +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/messenger/am-junk.dtd +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/messenger/am-main.dtd +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/messenger/am-mdn.dtd +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/messenger/am-mdn.properties +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/messenger/am-offline.dtd +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/messenger/am-server-advanced.dtd +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/messenger/am-server-top.dtd +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/messenger/am-serverwithnoidentities.dtd +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/messenger/am-smime.dtd +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/messenger/am-smime.properties +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/messenger/appleMailImportMsgs.properties +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/messenger/baseMenuOverlay.dtd +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/messenger/charsetTitles.properties +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/messenger/chat.dtd +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/messenger/chat.properties +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/messenger/cloudfile/Box/auth.dtd +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/messenger/cloudfile/Box/management.dtd +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/messenger/cloudfile/Box/settings.dtd +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/messenger/cloudfile/Hightail/fileExceeds2GB.dtd +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/messenger/cloudfile/Hightail/fileExceedsLimit.dtd +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/messenger/cloudfile/Hightail/fileExceedsQuota.dtd +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/messenger/cloudfile/Hightail/management.dtd +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/messenger/cloudfile/Hightail/settings.dtd +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/messenger/cloudfile/addAccountDialog.dtd +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/messenger/cloudfile/management.dtd +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/messenger/configEditorOverlay.dtd +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/messenger/custom.properties +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/messenger/customizeToolbarOverlay.dtd +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/messenger/downloadheaders.dtd +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/messenger/downloads/settingsChange.dtd +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/messenger/downloadsOverlay.dtd +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/messenger/editContactOverlay.dtd +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/messenger/editContactOverlay.properties +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/messenger/eudoraImportMsgs.properties +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/messenger/fieldMapImport.dtd +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/messenger/filter.properties +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/messenger/folderProps.dtd +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/messenger/folderWidgets.properties +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/messenger/folderpane.dtd +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/messenger/gloda.properties +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/messenger/glodaComplete.properties +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/messenger/glodaFacetView.dtd +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/messenger/glodaFacetView.properties +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/messenger/imAccountWizard.dtd +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/messenger/imAccounts.dtd +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/messenger/imAccounts.properties +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/messenger/imapMsgs.properties +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/messenger/importDialog.dtd +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/messenger/importMsgs.properties +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/messenger/joinChat.dtd +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/messenger/junkLog.dtd +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/messenger/junkMailInfo.dtd +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/messenger/localMsgs.properties +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/messenger/mailEditorOverlay.dtd +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/messenger/mailOverlay.dtd +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/messenger/mailViewList.dtd +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/messenger/mailViewSetup.dtd +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/messenger/mailviews.properties +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/messenger/markByDate.dtd +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/messenger/messenger.dtd +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/messenger/messenger.properties +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/messenger/messengercompose/addressingWidgetOverlay.dtd +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/messenger/messengercompose/askSendFormat.dtd +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/messenger/messengercompose/askSendFormat.properties +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/messenger/messengercompose/composeMsgs.properties +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/messenger/messengercompose/mailComposeEditorOverlay.dtd +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/messenger/messengercompose/messengercompose.dtd +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/messenger/messengercompose/sendProgress.dtd +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/messenger/messengercompose/sendProgress.properties +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/messenger/migration/migration.dtd +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/messenger/migration/migration.properties +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/messenger/mime.properties +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/messenger/mimeheader.properties +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/messenger/msgAccountCentral.dtd +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/messenger/msgHdrViewOverlay.dtd +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/messenger/msgPrintEngine.dtd +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/messenger/msgSynchronize.dtd +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/messenger/msgViewPickerOverlay.dtd +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/messenger/msgmdn.properties +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/messenger/multimessageview.dtd +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/messenger/multimessageview.properties +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/messenger/netError.dtd +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/messenger/newFolderDialog.dtd +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/messenger/newTagDialog.dtd +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/messenger/newmailaccount/accountProvisioner.dtd +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/messenger/newmailaccount/accountProvisioner.properties +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/messenger/news.properties +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/messenger/oeImportMsgs.properties +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/messenger/offline.properties +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/messenger/offlineStartup.properties +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/messenger/outlookImportMsgs.properties +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/messenger/pgpmime.properties +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/messenger/preferences/advanced.dtd +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/messenger/preferences/applicationManager.dtd +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/messenger/preferences/applicationManager.properties +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/messenger/preferences/applications.dtd +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/messenger/preferences/applications.properties +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/messenger/preferences/attachmentReminder.dtd +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/messenger/preferences/chat.dtd +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/messenger/preferences/colors.dtd +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/messenger/preferences/compose.dtd +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/messenger/preferences/connection.dtd +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/messenger/preferences/cookies.dtd +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/messenger/preferences/display.dtd +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/messenger/preferences/dockoptions.dtd +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/messenger/preferences/fonts.dtd +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/messenger/preferences/general.dtd +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/messenger/preferences/notifications.dtd +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/messenger/preferences/offline.dtd +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/messenger/preferences/permissions.dtd +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/messenger/preferences/preferences.dtd +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/messenger/preferences/preferences.properties +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/messenger/preferences/privacy.dtd +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/messenger/preferences/receipts.dtd +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/messenger/preferences/security.dtd +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/messenger/preferences/sendoptions.dtd +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/messenger/prefs.properties +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/messenger/quickFilterBar.dtd +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/messenger/renameFolderDialog.dtd +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/messenger/safeMode.dtd +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/messenger/sanitize.dtd +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/messenger/search-attributes.properties +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/messenger/search-operators.properties +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/messenger/search.properties +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/messenger/searchIntegrationDefault.dtd +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/messenger/searchIntegrationMac.dtd +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/messenger/searchIntegrationWin.dtd +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/messenger/searchTermOverlay.dtd +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/messenger/shutdownWindow.properties +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/messenger/smime.properties +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/messenger/smtpEditOverlay.dtd +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/messenger/subscribe.dtd +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/messenger/subscribe.properties +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/messenger/systemIntegrationDialog.dtd +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/messenger/tabmail.dtd +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/messenger/taskbar.properties +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/messenger/telemetry.properties +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/messenger/templateUtils.properties +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/messenger/textImportMsgs.properties +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/messenger/vCardImportMsgs.properties +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/messenger/viewLog.dtd +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/messenger/viewZoomOverlay.dtd +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/messenger/virtualFolderListDialog.dtd +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/messenger/virtualFolderProperties.dtd +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/messenger/wmImportMsgs.properties +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/mozapps/downloads/downloads.dtd +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/mozapps/downloads/downloads.properties +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/mozapps/downloads/settingsChange.dtd +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/mozapps/downloads/unknownContentType.dtd +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/mozapps/downloads/unknownContentType.properties +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/mozapps/extensions/about.dtd +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/mozapps/extensions/blocklist.dtd +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/mozapps/extensions/extensions.dtd +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/mozapps/extensions/extensions.properties +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/mozapps/extensions/newaddon.dtd +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/mozapps/extensions/newaddon.properties +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/mozapps/extensions/selectAddons.dtd +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/mozapps/extensions/selectAddons.properties +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/mozapps/extensions/update.dtd +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/mozapps/extensions/update.properties +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/mozapps/handling/handling.dtd +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/mozapps/handling/handling.properties +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/mozapps/plugins/plugins.dtd +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/mozapps/preferences/changemp.dtd +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/mozapps/preferences/preferences.properties +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/mozapps/preferences/removemp.dtd +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/mozapps/profile/createProfileWizard.dtd +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/mozapps/profile/profileSelection.dtd +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/mozapps/profile/profileSelection.properties +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/mozapps/update/history.dtd +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/mozapps/update/updates.dtd +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/mozapps/update/updates.properties +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/mozapps/xpinstall/xpinstallConfirm.dtd +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/mozapps/xpinstall/xpinstallConfirm.properties +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/mozldap/ldap.properties +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/necko/necko.properties +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/passwordmgr/passwordManager.dtd +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/passwordmgr/passwordmgr.properties +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/pipnss/nsserrors.properties +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/pipnss/pipnss.properties +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/pippki/certManager.dtd +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/pippki/deviceManager.dtd +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/pippki/pippki.dtd +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/pippki/pippki.properties +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/chrome/hu/locale/hu/places/places.properties +lib/thunderbird38/extensions/langpack-hu@thunderbird.mozilla.org/install.rdf +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome.manifest +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/.mkdir.done +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id.manifest +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/alerts/alert.dtd +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/alerts/notificationNames.properties +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/autoconfig/autoconfig.properties +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/branding/brand.dtd +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/branding/brand.properties +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/chat/accounts.properties +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/chat/commands.properties +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/chat/contacts.properties +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/chat/conversations.properties +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/chat/facebook.properties +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/chat/imtooltip.properties +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/chat/irc.properties +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/chat/logger.properties +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/chat/status.properties +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/chat/twitter.properties +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/chat/xmpp.properties +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/chat/yahoo.properties +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/communicator/utilityOverlay.dtd +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/cookie/cookieAcceptDialog.dtd +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/cookie/cookieAcceptDialog.properties +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/editor/EdAdvancedEdit.dtd +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/editor/EdColorPicker.dtd +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/editor/EdConvertToTable.dtd +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/editor/EdDialogOverlay.dtd +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/editor/EdNamedAnchorProperties.dtd +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/editor/EditorButtonProperties.dtd +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/editor/EditorColorProperties.dtd +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/editor/EditorFieldSetProperties.dtd +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/editor/EditorFormProperties.dtd +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/editor/EditorHLineProperties.dtd +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/editor/EditorImageProperties.dtd +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/editor/EditorInputProperties.dtd +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/editor/EditorInsertChars.dtd +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/editor/EditorInsertMath.dtd +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/editor/EditorInsertSource.dtd +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/editor/EditorInsertTOC.dtd +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/editor/EditorInsertTable.dtd +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/editor/EditorLabelProperties.dtd +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/editor/EditorLinkProperties.dtd +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/editor/EditorListProperties.dtd +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/editor/EditorPersonalDictionary.dtd +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/editor/EditorReplace.dtd +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/editor/EditorSelectProperties.dtd +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/editor/EditorSpellCheck.dtd +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/editor/EditorTableProperties.dtd +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/editor/EditorTextAreaProperties.dtd +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/editor/editor.properties +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/editor/editorOverlay.dtd +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/editor/editorSmileyOverlay.dtd +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/formautofill/requestAutocomplete.dtd +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/global-platform/mac/accessible.properties +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/global-platform/mac/intl.properties +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/global-platform/mac/platformKeys.properties +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/global-platform/unix/accessible.properties +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/global-platform/unix/intl.properties +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/global-platform/unix/platformKeys.properties +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/global-platform/win/accessible.properties +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/global-platform/win/intl.properties +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/global-platform/win/platformKeys.properties +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/global-region/region.properties +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/global/AccessFu.properties +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/global/about.dtd +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/global/aboutAbout.dtd +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/global/aboutNetworking.dtd +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/global/aboutReader.properties +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/global/aboutRights.dtd +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/global/aboutSupport.dtd +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/global/aboutSupport.properties +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/global/aboutTelemetry.dtd +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/global/aboutTelemetry.properties +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/global/appPicker.dtd +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/global/appstrings.properties +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/global/autocomplete.properties +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/global/brand.dtd +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/global/browser.properties +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/global/charsetMenu.dtd +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/global/charsetMenu.properties +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/global/commonDialog.dtd +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/global/commonDialogs.properties +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/global/config.dtd +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/global/config.properties +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/global/console.dtd +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/global/console.properties +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/global/contentAreaCommands.properties +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/global/crashes.dtd +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/global/crashes.properties +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/global/css.properties +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/global/customizeToolbar.dtd +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/global/customizeToolbar.properties +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/global/dateFormat.properties +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/global/datetimepicker.dtd +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/global/devtools/csscoverage.dtd +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/global/devtools/csscoverage.properties +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/global/devtools/debugger.properties +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/global/devtools/styleinspector.properties +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/global/dialog.properties +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/global/dialogOverlay.dtd +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/global/dom/dom.properties +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/global/editMenuOverlay.dtd +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/global/fallbackMenubar.properties +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/global/filefield.properties +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/global/filepicker.dtd +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/global/filepicker.properties +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/global/findbar.dtd +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/global/findbar.properties +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/global/finddialog.dtd +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/global/finddialog.properties +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/global/global-strres.properties +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/global/global.dtd +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/global/globalKeys.dtd +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/global/headsUpDisplay.properties +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/global/intl.css +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/global/intl.properties +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/global/keys.properties +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/global/languageNames.properties +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/global/layout/HtmlForm.properties +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/global/layout/MediaDocument.properties +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/global/layout/htmlparser.properties +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/global/layout/xmlparser.properties +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/global/layout_errors.properties +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/global/mathml/mathml.properties +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/global/mozilla.dtd +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/global/netError.dtd +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/global/netErrorApp.dtd +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/global/notification.dtd +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/global/nsWebBrowserPersist.properties +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/global/plugins.properties +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/global/preferences.dtd +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/global/printPageSetup.dtd +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/global/printPreview.dtd +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/global/printPreviewProgress.dtd +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/global/printProgress.dtd +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/global/printdialog.dtd +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/global/printdialog.properties +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/global/printing.properties +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/global/printjoboptions.dtd +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/global/regionNames.properties +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/global/resetProfile.dtd +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/global/resetProfile.properties +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/global/search/search.properties +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/global/security/caps.properties +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/global/security/csp.properties +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/global/security/security.properties +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/global/svg/svg.properties +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/global/textcontext.dtd +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/global/tree.dtd +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/global/videocontrols.dtd +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/global/viewSource.dtd +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/global/viewSource.properties +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/global/webapps.properties +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/global/wizard.dtd +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/global/wizard.properties +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/global/xbl.properties +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/global/xml/prettyprint.dtd +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/global/xslt/xslt.properties +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/global/xul.properties +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/messenger-mapi/mapi.properties +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/messenger-newsblog/am-newsblog.dtd +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/messenger-newsblog/feed-subscriptions.dtd +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/messenger-newsblog/newsblog.properties +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/messenger-region/region.properties +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/messenger-smime/certFetchingStatus.dtd +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/messenger-smime/msgCompSMIMEOverlay.dtd +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/messenger-smime/msgCompSMIMEOverlay.properties +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/messenger-smime/msgCompSecurityInfo.dtd +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/messenger-smime/msgCompSecurityInfo.properties +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/messenger-smime/msgReadSMIMEOverlay.dtd +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/messenger-smime/msgReadSMIMEOverlay.properties +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/messenger-smime/msgReadSecurityInfo.dtd +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/messenger-smime/msgSecurityInfo.properties +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/messenger/AccountManager.dtd +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/messenger/AccountWizard.dtd +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/messenger/CustomHeaders.dtd +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/messenger/FilterEditor.dtd +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/messenger/FilterListDialog.dtd +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/messenger/SearchDialog.dtd +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/messenger/aboutDialog.dtd +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/messenger/aboutDownloads.dtd +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/messenger/aboutRights.dtd +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/messenger/aboutRights.properties +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/messenger/aboutSupportMail.dtd +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/messenger/aboutSupportMail.properties +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/messenger/accountCreation.dtd +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/messenger/accountCreation.properties +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/messenger/accountCreationModel.properties +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/messenger/accountCreationUtil.properties +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/messenger/activity.dtd +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/messenger/activity.properties +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/messenger/addbuddy.dtd +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/messenger/addressbook/abAddressBookNameDialog.dtd +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/messenger/addressbook/abCardOverlay.dtd +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/messenger/addressbook/abContactsPanel.dtd +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/messenger/addressbook/abMailListDialog.dtd +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/messenger/addressbook/abMainWindow.dtd +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/messenger/addressbook/abNewCardDialog.dtd +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/messenger/addressbook/abResultsPaneOverlay.dtd +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/messenger/addressbook/addressBook.properties +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/messenger/addressbook/ldapAutoCompErrs.properties +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/messenger/addressbook/pref-directory-add.dtd +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/messenger/addressbook/pref-directory.dtd +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/messenger/addressbook/replicationProgress.properties +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/messenger/am-addressing.dtd +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/messenger/am-advanced.dtd +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/messenger/am-archiveoptions.dtd +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/messenger/am-copies.dtd +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/messenger/am-identities-list.dtd +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/messenger/am-identity-edit.dtd +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/messenger/am-im.dtd +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/messenger/am-junk.dtd +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/messenger/am-main.dtd +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/messenger/am-mdn.dtd +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/messenger/am-mdn.properties +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/messenger/am-offline.dtd +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/messenger/am-server-advanced.dtd +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/messenger/am-server-top.dtd +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/messenger/am-serverwithnoidentities.dtd +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/messenger/am-smime.dtd +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/messenger/am-smime.properties +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/messenger/appleMailImportMsgs.properties +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/messenger/baseMenuOverlay.dtd +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/messenger/charsetTitles.properties +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/messenger/chat.dtd +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/messenger/chat.properties +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/messenger/cloudfile/Box/auth.dtd +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/messenger/cloudfile/Box/management.dtd +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/messenger/cloudfile/Box/settings.dtd +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/messenger/cloudfile/Hightail/fileExceeds2GB.dtd +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/messenger/cloudfile/Hightail/fileExceedsLimit.dtd +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/messenger/cloudfile/Hightail/fileExceedsQuota.dtd +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/messenger/cloudfile/Hightail/management.dtd +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/messenger/cloudfile/Hightail/settings.dtd +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/messenger/cloudfile/addAccountDialog.dtd +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/messenger/cloudfile/management.dtd +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/messenger/configEditorOverlay.dtd +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/messenger/custom.properties +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/messenger/customizeToolbarOverlay.dtd +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/messenger/downloadheaders.dtd +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/messenger/downloads/settingsChange.dtd +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/messenger/downloadsOverlay.dtd +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/messenger/editContactOverlay.dtd +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/messenger/editContactOverlay.properties +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/messenger/eudoraImportMsgs.properties +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/messenger/fieldMapImport.dtd +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/messenger/filter.properties +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/messenger/folderProps.dtd +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/messenger/folderWidgets.properties +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/messenger/folderpane.dtd +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/messenger/gloda.properties +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/messenger/glodaComplete.properties +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/messenger/glodaFacetView.dtd +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/messenger/glodaFacetView.properties +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/messenger/imAccountWizard.dtd +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/messenger/imAccounts.dtd +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/messenger/imAccounts.properties +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/messenger/imapMsgs.properties +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/messenger/importDialog.dtd +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/messenger/importMsgs.properties +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/messenger/joinChat.dtd +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/messenger/junkLog.dtd +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/messenger/junkMailInfo.dtd +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/messenger/localMsgs.properties +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/messenger/mailEditorOverlay.dtd +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/messenger/mailOverlay.dtd +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/messenger/mailViewList.dtd +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/messenger/mailViewSetup.dtd +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/messenger/mailviews.properties +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/messenger/markByDate.dtd +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/messenger/messenger.dtd +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/messenger/messenger.properties +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/messenger/messengercompose/addressingWidgetOverlay.dtd +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/messenger/messengercompose/askSendFormat.dtd +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/messenger/messengercompose/askSendFormat.properties +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/messenger/messengercompose/composeMsgs.properties +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/messenger/messengercompose/mailComposeEditorOverlay.dtd +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/messenger/messengercompose/messengercompose.dtd +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/messenger/messengercompose/sendProgress.dtd +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/messenger/messengercompose/sendProgress.properties +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/messenger/migration/migration.dtd +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/messenger/migration/migration.properties +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/messenger/mime.properties +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/messenger/mimeheader.properties +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/messenger/msgAccountCentral.dtd +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/messenger/msgHdrViewOverlay.dtd +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/messenger/msgPrintEngine.dtd +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/messenger/msgSynchronize.dtd +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/messenger/msgViewPickerOverlay.dtd +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/messenger/msgmdn.properties +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/messenger/multimessageview.dtd +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/messenger/multimessageview.properties +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/messenger/netError.dtd +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/messenger/newFolderDialog.dtd +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/messenger/newTagDialog.dtd +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/messenger/newmailaccount/accountProvisioner.dtd +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/messenger/newmailaccount/accountProvisioner.properties +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/messenger/news.properties +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/messenger/oeImportMsgs.properties +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/messenger/offline.properties +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/messenger/offlineStartup.properties +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/messenger/outlookImportMsgs.properties +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/messenger/pgpmime.properties +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/messenger/preferences/advanced.dtd +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/messenger/preferences/applicationManager.dtd +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/messenger/preferences/applicationManager.properties +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/messenger/preferences/applications.dtd +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/messenger/preferences/applications.properties +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/messenger/preferences/attachmentReminder.dtd +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/messenger/preferences/chat.dtd +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/messenger/preferences/colors.dtd +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/messenger/preferences/compose.dtd +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/messenger/preferences/connection.dtd +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/messenger/preferences/cookies.dtd +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/messenger/preferences/display.dtd +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/messenger/preferences/dockoptions.dtd +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/messenger/preferences/fonts.dtd +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/messenger/preferences/general.dtd +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/messenger/preferences/notifications.dtd +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/messenger/preferences/offline.dtd +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/messenger/preferences/permissions.dtd +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/messenger/preferences/preferences.dtd +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/messenger/preferences/preferences.properties +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/messenger/preferences/privacy.dtd +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/messenger/preferences/receipts.dtd +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/messenger/preferences/security.dtd +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/messenger/preferences/sendoptions.dtd +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/messenger/prefs.properties +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/messenger/quickFilterBar.dtd +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/messenger/renameFolderDialog.dtd +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/messenger/safeMode.dtd +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/messenger/sanitize.dtd +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/messenger/search-attributes.properties +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/messenger/search-operators.properties +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/messenger/search.properties +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/messenger/searchIntegrationDefault.dtd +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/messenger/searchIntegrationMac.dtd +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/messenger/searchIntegrationWin.dtd +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/messenger/searchTermOverlay.dtd +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/messenger/shutdownWindow.properties +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/messenger/smime.properties +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/messenger/smtpEditOverlay.dtd +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/messenger/subscribe.dtd +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/messenger/subscribe.properties +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/messenger/systemIntegrationDialog.dtd +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/messenger/tabmail.dtd +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/messenger/taskbar.properties +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/messenger/telemetry.properties +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/messenger/templateUtils.properties +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/messenger/textImportMsgs.properties +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/messenger/vCardImportMsgs.properties +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/messenger/viewLog.dtd +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/messenger/viewZoomOverlay.dtd +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/messenger/virtualFolderListDialog.dtd +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/messenger/virtualFolderProperties.dtd +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/messenger/wmImportMsgs.properties +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/mozapps/downloads/downloads.dtd +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/mozapps/downloads/downloads.properties +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/mozapps/downloads/settingsChange.dtd +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/mozapps/downloads/unknownContentType.dtd +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/mozapps/downloads/unknownContentType.properties +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/mozapps/extensions/about.dtd +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/mozapps/extensions/blocklist.dtd +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/mozapps/extensions/extensions.dtd +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/mozapps/extensions/extensions.properties +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/mozapps/extensions/newaddon.dtd +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/mozapps/extensions/newaddon.properties +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/mozapps/extensions/selectAddons.dtd +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/mozapps/extensions/selectAddons.properties +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/mozapps/extensions/update.dtd +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/mozapps/extensions/update.properties +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/mozapps/handling/handling.dtd +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/mozapps/handling/handling.properties +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/mozapps/plugins/plugins.dtd +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/mozapps/preferences/changemp.dtd +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/mozapps/preferences/preferences.properties +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/mozapps/preferences/removemp.dtd +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/mozapps/profile/createProfileWizard.dtd +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/mozapps/profile/profileSelection.dtd +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/mozapps/profile/profileSelection.properties +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/mozapps/update/history.dtd +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/mozapps/update/updates.dtd +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/mozapps/update/updates.properties +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/mozapps/xpinstall/xpinstallConfirm.dtd +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/mozapps/xpinstall/xpinstallConfirm.properties +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/mozldap/ldap.properties +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/necko/necko.properties +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/passwordmgr/passwordManager.dtd +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/passwordmgr/passwordmgr.properties +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/pipnss/nsserrors.properties +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/pipnss/pipnss.properties +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/pippki/certManager.dtd +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/pippki/deviceManager.dtd +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/pippki/pippki.dtd +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/pippki/pippki.properties +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/chrome/id/locale/id/places/places.properties +lib/thunderbird38/extensions/langpack-id@thunderbird.mozilla.org/install.rdf +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome.manifest +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/.mkdir.done +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is.manifest +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/alerts/alert.dtd +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/alerts/notificationNames.properties +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/autoconfig/autoconfig.properties +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/branding/brand.dtd +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/branding/brand.properties +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/chat/accounts.properties +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/chat/commands.properties +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/chat/contacts.properties +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/chat/conversations.properties +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/chat/facebook.properties +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/chat/imtooltip.properties +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/chat/irc.properties +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/chat/logger.properties +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/chat/status.properties +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/chat/twitter.properties +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/chat/xmpp.properties +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/chat/yahoo.properties +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/communicator/utilityOverlay.dtd +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/cookie/cookieAcceptDialog.dtd +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/cookie/cookieAcceptDialog.properties +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/editor/EdAdvancedEdit.dtd +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/editor/EdColorPicker.dtd +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/editor/EdConvertToTable.dtd +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/editor/EdDialogOverlay.dtd +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/editor/EdNamedAnchorProperties.dtd +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/editor/EditorButtonProperties.dtd +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/editor/EditorColorProperties.dtd +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/editor/EditorFieldSetProperties.dtd +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/editor/EditorFormProperties.dtd +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/editor/EditorHLineProperties.dtd +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/editor/EditorImageProperties.dtd +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/editor/EditorInputProperties.dtd +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/editor/EditorInsertChars.dtd +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/editor/EditorInsertMath.dtd +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/editor/EditorInsertSource.dtd +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/editor/EditorInsertTOC.dtd +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/editor/EditorInsertTable.dtd +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/editor/EditorLabelProperties.dtd +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/editor/EditorLinkProperties.dtd +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/editor/EditorListProperties.dtd +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/editor/EditorPersonalDictionary.dtd +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/editor/EditorReplace.dtd +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/editor/EditorSelectProperties.dtd +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/editor/EditorSpellCheck.dtd +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/editor/EditorTableProperties.dtd +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/editor/EditorTextAreaProperties.dtd +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/editor/editor.properties +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/editor/editorOverlay.dtd +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/editor/editorSmileyOverlay.dtd +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/formautofill/requestAutocomplete.dtd +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/global-platform/mac/accessible.properties +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/global-platform/mac/intl.properties +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/global-platform/mac/platformKeys.properties +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/global-platform/unix/accessible.properties +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/global-platform/unix/intl.properties +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/global-platform/unix/platformKeys.properties +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/global-platform/win/accessible.properties +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/global-platform/win/intl.properties +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/global-platform/win/platformKeys.properties +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/global-region/region.properties +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/global/AccessFu.properties +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/global/about.dtd +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/global/aboutAbout.dtd +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/global/aboutNetworking.dtd +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/global/aboutReader.properties +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/global/aboutRights.dtd +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/global/aboutSupport.dtd +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/global/aboutSupport.properties +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/global/aboutTelemetry.dtd +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/global/aboutTelemetry.properties +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/global/appPicker.dtd +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/global/appstrings.properties +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/global/autocomplete.properties +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/global/brand.dtd +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/global/browser.properties +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/global/charsetMenu.dtd +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/global/charsetMenu.properties +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/global/commonDialog.dtd +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/global/commonDialogs.properties +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/global/config.dtd +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/global/config.properties +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/global/console.dtd +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/global/console.properties +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/global/contentAreaCommands.properties +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/global/crashes.dtd +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/global/crashes.properties +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/global/css.properties +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/global/customizeToolbar.dtd +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/global/customizeToolbar.properties +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/global/dateFormat.properties +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/global/datetimepicker.dtd +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/global/devtools/csscoverage.dtd +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/global/devtools/csscoverage.properties +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/global/devtools/debugger.properties +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/global/devtools/styleinspector.properties +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/global/dialog.properties +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/global/dialogOverlay.dtd +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/global/dom/dom.properties +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/global/editMenuOverlay.dtd +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/global/fallbackMenubar.properties +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/global/filefield.properties +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/global/filepicker.dtd +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/global/filepicker.properties +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/global/findbar.dtd +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/global/findbar.properties +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/global/finddialog.dtd +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/global/finddialog.properties +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/global/global-strres.properties +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/global/global.dtd +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/global/globalKeys.dtd +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/global/headsUpDisplay.properties +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/global/intl.css +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/global/intl.properties +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/global/keys.properties +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/global/languageNames.properties +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/global/layout/HtmlForm.properties +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/global/layout/MediaDocument.properties +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/global/layout/htmlparser.properties +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/global/layout/xmlparser.properties +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/global/layout_errors.properties +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/global/mathml/mathml.properties +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/global/mozilla.dtd +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/global/netError.dtd +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/global/netErrorApp.dtd +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/global/notification.dtd +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/global/nsWebBrowserPersist.properties +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/global/plugins.properties +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/global/preferences.dtd +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/global/printPageSetup.dtd +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/global/printPreview.dtd +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/global/printPreviewProgress.dtd +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/global/printProgress.dtd +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/global/printdialog.dtd +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/global/printdialog.properties +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/global/printing.properties +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/global/printjoboptions.dtd +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/global/regionNames.properties +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/global/resetProfile.dtd +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/global/resetProfile.properties +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/global/search/search.properties +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/global/security/caps.properties +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/global/security/csp.properties +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/global/security/security.properties +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/global/svg/svg.properties +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/global/textcontext.dtd +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/global/tree.dtd +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/global/videocontrols.dtd +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/global/viewSource.dtd +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/global/viewSource.properties +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/global/webapps.properties +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/global/wizard.dtd +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/global/wizard.properties +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/global/xbl.properties +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/global/xml/prettyprint.dtd +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/global/xslt/xslt.properties +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/global/xul.properties +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/messenger-mapi/mapi.properties +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/messenger-newsblog/am-newsblog.dtd +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/messenger-newsblog/feed-subscriptions.dtd +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/messenger-newsblog/newsblog.properties +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/messenger-region/region.properties +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/messenger-smime/certFetchingStatus.dtd +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/messenger-smime/msgCompSMIMEOverlay.dtd +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/messenger-smime/msgCompSMIMEOverlay.properties +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/messenger-smime/msgCompSecurityInfo.dtd +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/messenger-smime/msgCompSecurityInfo.properties +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/messenger-smime/msgReadSMIMEOverlay.dtd +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/messenger-smime/msgReadSMIMEOverlay.properties +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/messenger-smime/msgReadSecurityInfo.dtd +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/messenger-smime/msgSecurityInfo.properties +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/messenger/AccountManager.dtd +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/messenger/AccountWizard.dtd +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/messenger/CustomHeaders.dtd +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/messenger/FilterEditor.dtd +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/messenger/FilterListDialog.dtd +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/messenger/SearchDialog.dtd +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/messenger/aboutDialog.dtd +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/messenger/aboutDownloads.dtd +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/messenger/aboutRights.dtd +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/messenger/aboutRights.properties +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/messenger/aboutSupportMail.dtd +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/messenger/aboutSupportMail.properties +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/messenger/accountCreation.dtd +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/messenger/accountCreation.properties +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/messenger/accountCreationModel.properties +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/messenger/accountCreationUtil.properties +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/messenger/activity.dtd +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/messenger/activity.properties +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/messenger/addbuddy.dtd +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/messenger/addressbook/abAddressBookNameDialog.dtd +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/messenger/addressbook/abCardOverlay.dtd +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/messenger/addressbook/abContactsPanel.dtd +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/messenger/addressbook/abMailListDialog.dtd +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/messenger/addressbook/abMainWindow.dtd +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/messenger/addressbook/abNewCardDialog.dtd +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/messenger/addressbook/abResultsPaneOverlay.dtd +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/messenger/addressbook/addressBook.properties +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/messenger/addressbook/ldapAutoCompErrs.properties +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/messenger/addressbook/pref-directory-add.dtd +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/messenger/addressbook/pref-directory.dtd +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/messenger/addressbook/replicationProgress.properties +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/messenger/am-addressing.dtd +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/messenger/am-advanced.dtd +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/messenger/am-archiveoptions.dtd +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/messenger/am-copies.dtd +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/messenger/am-identities-list.dtd +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/messenger/am-identity-edit.dtd +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/messenger/am-im.dtd +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/messenger/am-junk.dtd +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/messenger/am-main.dtd +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/messenger/am-mdn.dtd +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/messenger/am-mdn.properties +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/messenger/am-offline.dtd +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/messenger/am-server-advanced.dtd +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/messenger/am-server-top.dtd +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/messenger/am-serverwithnoidentities.dtd +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/messenger/am-smime.dtd +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/messenger/am-smime.properties +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/messenger/appleMailImportMsgs.properties +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/messenger/baseMenuOverlay.dtd +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/messenger/charsetTitles.properties +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/messenger/chat.dtd +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/messenger/chat.properties +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/messenger/cloudfile/Box/auth.dtd +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/messenger/cloudfile/Box/management.dtd +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/messenger/cloudfile/Box/settings.dtd +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/messenger/cloudfile/Hightail/fileExceeds2GB.dtd +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/messenger/cloudfile/Hightail/fileExceedsLimit.dtd +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/messenger/cloudfile/Hightail/fileExceedsQuota.dtd +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/messenger/cloudfile/Hightail/management.dtd +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/messenger/cloudfile/Hightail/settings.dtd +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/messenger/cloudfile/addAccountDialog.dtd +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/messenger/cloudfile/management.dtd +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/messenger/configEditorOverlay.dtd +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/messenger/custom.properties +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/messenger/customizeToolbarOverlay.dtd +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/messenger/downloadheaders.dtd +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/messenger/downloads/settingsChange.dtd +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/messenger/downloadsOverlay.dtd +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/messenger/editContactOverlay.dtd +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/messenger/editContactOverlay.properties +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/messenger/eudoraImportMsgs.properties +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/messenger/fieldMapImport.dtd +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/messenger/filter.properties +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/messenger/folderProps.dtd +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/messenger/folderWidgets.properties +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/messenger/folderpane.dtd +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/messenger/gloda.properties +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/messenger/glodaComplete.properties +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/messenger/glodaFacetView.dtd +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/messenger/glodaFacetView.properties +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/messenger/imAccountWizard.dtd +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/messenger/imAccounts.dtd +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/messenger/imAccounts.properties +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/messenger/imapMsgs.properties +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/messenger/importDialog.dtd +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/messenger/importMsgs.properties +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/messenger/joinChat.dtd +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/messenger/junkLog.dtd +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/messenger/junkMailInfo.dtd +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/messenger/localMsgs.properties +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/messenger/mailEditorOverlay.dtd +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/messenger/mailOverlay.dtd +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/messenger/mailViewList.dtd +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/messenger/mailViewSetup.dtd +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/messenger/mailviews.properties +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/messenger/markByDate.dtd +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/messenger/messenger.dtd +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/messenger/messenger.properties +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/messenger/messengercompose/addressingWidgetOverlay.dtd +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/messenger/messengercompose/askSendFormat.dtd +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/messenger/messengercompose/askSendFormat.properties +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/messenger/messengercompose/composeMsgs.properties +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/messenger/messengercompose/mailComposeEditorOverlay.dtd +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/messenger/messengercompose/messengercompose.dtd +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/messenger/messengercompose/sendProgress.dtd +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/messenger/messengercompose/sendProgress.properties +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/messenger/migration/migration.dtd +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/messenger/migration/migration.properties +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/messenger/mime.properties +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/messenger/mimeheader.properties +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/messenger/msgAccountCentral.dtd +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/messenger/msgHdrViewOverlay.dtd +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/messenger/msgPrintEngine.dtd +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/messenger/msgSynchronize.dtd +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/messenger/msgViewPickerOverlay.dtd +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/messenger/msgmdn.properties +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/messenger/multimessageview.dtd +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/messenger/multimessageview.properties +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/messenger/netError.dtd +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/messenger/newFolderDialog.dtd +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/messenger/newTagDialog.dtd +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/messenger/newmailaccount/accountProvisioner.dtd +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/messenger/newmailaccount/accountProvisioner.properties +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/messenger/news.properties +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/messenger/oeImportMsgs.properties +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/messenger/offline.properties +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/messenger/offlineStartup.properties +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/messenger/outlookImportMsgs.properties +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/messenger/pgpmime.properties +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/messenger/preferences/advanced.dtd +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/messenger/preferences/applicationManager.dtd +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/messenger/preferences/applicationManager.properties +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/messenger/preferences/applications.dtd +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/messenger/preferences/applications.properties +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/messenger/preferences/attachmentReminder.dtd +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/messenger/preferences/chat.dtd +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/messenger/preferences/colors.dtd +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/messenger/preferences/compose.dtd +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/messenger/preferences/connection.dtd +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/messenger/preferences/cookies.dtd +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/messenger/preferences/display.dtd +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/messenger/preferences/dockoptions.dtd +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/messenger/preferences/fonts.dtd +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/messenger/preferences/general.dtd +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/messenger/preferences/notifications.dtd +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/messenger/preferences/offline.dtd +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/messenger/preferences/permissions.dtd +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/messenger/preferences/preferences.dtd +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/messenger/preferences/preferences.properties +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/messenger/preferences/privacy.dtd +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/messenger/preferences/receipts.dtd +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/messenger/preferences/security.dtd +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/messenger/preferences/sendoptions.dtd +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/messenger/prefs.properties +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/messenger/quickFilterBar.dtd +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/messenger/renameFolderDialog.dtd +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/messenger/safeMode.dtd +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/messenger/sanitize.dtd +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/messenger/search-attributes.properties +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/messenger/search-operators.properties +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/messenger/search.properties +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/messenger/searchIntegrationDefault.dtd +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/messenger/searchIntegrationMac.dtd +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/messenger/searchIntegrationWin.dtd +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/messenger/searchTermOverlay.dtd +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/messenger/shutdownWindow.properties +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/messenger/smime.properties +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/messenger/smtpEditOverlay.dtd +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/messenger/subscribe.dtd +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/messenger/subscribe.properties +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/messenger/systemIntegrationDialog.dtd +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/messenger/tabmail.dtd +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/messenger/taskbar.properties +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/messenger/telemetry.properties +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/messenger/templateUtils.properties +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/messenger/textImportMsgs.properties +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/messenger/vCardImportMsgs.properties +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/messenger/viewLog.dtd +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/messenger/viewZoomOverlay.dtd +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/messenger/virtualFolderListDialog.dtd +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/messenger/virtualFolderProperties.dtd +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/messenger/wmImportMsgs.properties +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/mozapps/downloads/downloads.dtd +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/mozapps/downloads/downloads.properties +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/mozapps/downloads/settingsChange.dtd +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/mozapps/downloads/unknownContentType.dtd +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/mozapps/downloads/unknownContentType.properties +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/mozapps/extensions/about.dtd +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/mozapps/extensions/blocklist.dtd +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/mozapps/extensions/extensions.dtd +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/mozapps/extensions/extensions.properties +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/mozapps/extensions/newaddon.dtd +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/mozapps/extensions/newaddon.properties +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/mozapps/extensions/selectAddons.dtd +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/mozapps/extensions/selectAddons.properties +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/mozapps/extensions/update.dtd +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/mozapps/extensions/update.properties +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/mozapps/handling/handling.dtd +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/mozapps/handling/handling.properties +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/mozapps/plugins/plugins.dtd +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/mozapps/preferences/changemp.dtd +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/mozapps/preferences/preferences.properties +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/mozapps/preferences/removemp.dtd +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/mozapps/profile/createProfileWizard.dtd +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/mozapps/profile/profileSelection.dtd +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/mozapps/profile/profileSelection.properties +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/mozapps/update/history.dtd +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/mozapps/update/updates.dtd +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/mozapps/update/updates.properties +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/mozapps/xpinstall/xpinstallConfirm.dtd +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/mozapps/xpinstall/xpinstallConfirm.properties +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/mozldap/ldap.properties +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/necko/necko.properties +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/passwordmgr/passwordManager.dtd +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/passwordmgr/passwordmgr.properties +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/pipnss/nsserrors.properties +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/pipnss/pipnss.properties +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/pippki/certManager.dtd +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/pippki/deviceManager.dtd +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/pippki/pippki.dtd +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/pippki/pippki.properties +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/chrome/is/locale/is/places/places.properties +lib/thunderbird38/extensions/langpack-is@thunderbird.mozilla.org/install.rdf +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome.manifest +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/.mkdir.done +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it.manifest +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/alerts/alert.dtd +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/alerts/notificationNames.properties +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/autoconfig/autoconfig.properties +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/branding/brand.dtd +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/branding/brand.properties +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/chat/accounts.properties +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/chat/commands.properties +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/chat/contacts.properties +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/chat/conversations.properties +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/chat/facebook.properties +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/chat/imtooltip.properties +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/chat/irc.properties +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/chat/logger.properties +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/chat/status.properties +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/chat/twitter.properties +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/chat/xmpp.properties +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/chat/yahoo.properties +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/communicator/utilityOverlay.dtd +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/cookie/cookieAcceptDialog.dtd +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/cookie/cookieAcceptDialog.properties +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/editor/EdAdvancedEdit.dtd +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/editor/EdColorPicker.dtd +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/editor/EdConvertToTable.dtd +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/editor/EdDialogOverlay.dtd +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/editor/EdNamedAnchorProperties.dtd +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/editor/EditorButtonProperties.dtd +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/editor/EditorColorProperties.dtd +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/editor/EditorFieldSetProperties.dtd +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/editor/EditorFormProperties.dtd +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/editor/EditorHLineProperties.dtd +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/editor/EditorImageProperties.dtd +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/editor/EditorInputProperties.dtd +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/editor/EditorInsertChars.dtd +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/editor/EditorInsertMath.dtd +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/editor/EditorInsertSource.dtd +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/editor/EditorInsertTOC.dtd +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/editor/EditorInsertTable.dtd +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/editor/EditorLabelProperties.dtd +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/editor/EditorLinkProperties.dtd +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/editor/EditorListProperties.dtd +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/editor/EditorPersonalDictionary.dtd +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/editor/EditorReplace.dtd +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/editor/EditorSelectProperties.dtd +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/editor/EditorSpellCheck.dtd +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/editor/EditorTableProperties.dtd +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/editor/EditorTextAreaProperties.dtd +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/editor/editor.properties +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/editor/editorOverlay.dtd +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/editor/editorSmileyOverlay.dtd +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/formautofill/requestAutocomplete.dtd +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/global-platform/mac/accessible.properties +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/global-platform/mac/intl.properties +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/global-platform/mac/platformKeys.properties +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/global-platform/unix/accessible.properties +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/global-platform/unix/intl.properties +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/global-platform/unix/platformKeys.properties +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/global-platform/win/accessible.properties +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/global-platform/win/intl.properties +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/global-platform/win/platformKeys.properties +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/global-region/region.properties +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/global/AccessFu.properties +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/global/about.dtd +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/global/aboutAbout.dtd +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/global/aboutNetworking.dtd +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/global/aboutReader.properties +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/global/aboutRights.dtd +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/global/aboutSupport.dtd +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/global/aboutSupport.properties +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/global/aboutTelemetry.dtd +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/global/aboutTelemetry.properties +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/global/appPicker.dtd +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/global/appstrings.properties +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/global/autocomplete.properties +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/global/brand.dtd +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/global/browser.properties +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/global/charsetMenu.dtd +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/global/charsetMenu.properties +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/global/commonDialog.dtd +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/global/commonDialogs.properties +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/global/config.dtd +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/global/config.properties +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/global/console.dtd +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/global/console.properties +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/global/contentAreaCommands.properties +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/global/crashes.dtd +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/global/crashes.properties +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/global/css.properties +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/global/customizeToolbar.dtd +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/global/customizeToolbar.properties +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/global/dateFormat.properties +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/global/datetimepicker.dtd +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/global/devtools/csscoverage.dtd +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/global/devtools/csscoverage.properties +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/global/devtools/debugger.properties +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/global/devtools/styleinspector.properties +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/global/dialog.properties +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/global/dialogOverlay.dtd +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/global/dom/dom.properties +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/global/editMenuOverlay.dtd +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/global/fallbackMenubar.properties +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/global/filefield.properties +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/global/filepicker.dtd +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/global/filepicker.properties +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/global/findbar.dtd +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/global/findbar.properties +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/global/finddialog.dtd +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/global/finddialog.properties +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/global/global-strres.properties +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/global/global.dtd +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/global/globalKeys.dtd +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/global/headsUpDisplay.properties +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/global/intl.css +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/global/intl.properties +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/global/keys.properties +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/global/languageNames.properties +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/global/layout/HtmlForm.properties +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/global/layout/MediaDocument.properties +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/global/layout/htmlparser.properties +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/global/layout/xmlparser.properties +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/global/layout_errors.properties +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/global/mathml/mathml.properties +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/global/mozilla.dtd +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/global/netError.dtd +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/global/netErrorApp.dtd +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/global/notification.dtd +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/global/nsWebBrowserPersist.properties +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/global/plugins.properties +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/global/preferences.dtd +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/global/printPageSetup.dtd +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/global/printPreview.dtd +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/global/printPreviewProgress.dtd +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/global/printProgress.dtd +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/global/printdialog.dtd +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/global/printdialog.properties +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/global/printing.properties +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/global/printjoboptions.dtd +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/global/regionNames.properties +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/global/resetProfile.dtd +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/global/resetProfile.properties +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/global/search/search.properties +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/global/security/caps.properties +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/global/security/csp.properties +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/global/security/security.properties +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/global/svg/svg.properties +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/global/textcontext.dtd +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/global/tree.dtd +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/global/videocontrols.dtd +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/global/viewSource.dtd +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/global/viewSource.properties +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/global/webapps.properties +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/global/wizard.dtd +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/global/wizard.properties +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/global/xbl.properties +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/global/xml/prettyprint.dtd +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/global/xslt/xslt.properties +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/global/xul.properties +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/messenger-mapi/mapi.properties +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/messenger-newsblog/am-newsblog.dtd +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/messenger-newsblog/feed-subscriptions.dtd +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/messenger-newsblog/newsblog.properties +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/messenger-region/region.properties +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/messenger-smime/certFetchingStatus.dtd +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/messenger-smime/msgCompSMIMEOverlay.dtd +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/messenger-smime/msgCompSMIMEOverlay.properties +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/messenger-smime/msgCompSecurityInfo.dtd +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/messenger-smime/msgCompSecurityInfo.properties +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/messenger-smime/msgReadSMIMEOverlay.dtd +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/messenger-smime/msgReadSMIMEOverlay.properties +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/messenger-smime/msgReadSecurityInfo.dtd +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/messenger-smime/msgSecurityInfo.properties +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/messenger/AccountManager.dtd +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/messenger/AccountWizard.dtd +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/messenger/CustomHeaders.dtd +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/messenger/FilterEditor.dtd +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/messenger/FilterListDialog.dtd +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/messenger/SearchDialog.dtd +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/messenger/aboutDialog.dtd +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/messenger/aboutDownloads.dtd +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/messenger/aboutRights.dtd +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/messenger/aboutRights.properties +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/messenger/aboutSupportMail.dtd +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/messenger/aboutSupportMail.properties +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/messenger/accountCreation.dtd +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/messenger/accountCreation.properties +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/messenger/accountCreationModel.properties +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/messenger/accountCreationUtil.properties +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/messenger/activity.dtd +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/messenger/activity.properties +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/messenger/addbuddy.dtd +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/messenger/addressbook/abAddressBookNameDialog.dtd +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/messenger/addressbook/abCardOverlay.dtd +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/messenger/addressbook/abContactsPanel.dtd +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/messenger/addressbook/abMailListDialog.dtd +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/messenger/addressbook/abMainWindow.dtd +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/messenger/addressbook/abNewCardDialog.dtd +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/messenger/addressbook/abResultsPaneOverlay.dtd +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/messenger/addressbook/addressBook.properties +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/messenger/addressbook/ldapAutoCompErrs.properties +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/messenger/addressbook/pref-directory-add.dtd +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/messenger/addressbook/pref-directory.dtd +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/messenger/addressbook/replicationProgress.properties +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/messenger/am-addressing.dtd +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/messenger/am-advanced.dtd +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/messenger/am-archiveoptions.dtd +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/messenger/am-copies.dtd +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/messenger/am-identities-list.dtd +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/messenger/am-identity-edit.dtd +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/messenger/am-im.dtd +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/messenger/am-junk.dtd +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/messenger/am-main.dtd +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/messenger/am-mdn.dtd +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/messenger/am-mdn.properties +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/messenger/am-offline.dtd +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/messenger/am-server-advanced.dtd +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/messenger/am-server-top.dtd +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/messenger/am-serverwithnoidentities.dtd +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/messenger/am-smime.dtd +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/messenger/am-smime.properties +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/messenger/appleMailImportMsgs.properties +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/messenger/baseMenuOverlay.dtd +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/messenger/charsetTitles.properties +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/messenger/chat.dtd +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/messenger/chat.properties +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/messenger/cloudfile/Box/auth.dtd +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/messenger/cloudfile/Box/management.dtd +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/messenger/cloudfile/Box/settings.dtd +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/messenger/cloudfile/Hightail/fileExceeds2GB.dtd +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/messenger/cloudfile/Hightail/fileExceedsLimit.dtd +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/messenger/cloudfile/Hightail/fileExceedsQuota.dtd +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/messenger/cloudfile/Hightail/management.dtd +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/messenger/cloudfile/Hightail/settings.dtd +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/messenger/cloudfile/addAccountDialog.dtd +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/messenger/cloudfile/management.dtd +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/messenger/configEditorOverlay.dtd +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/messenger/custom.properties +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/messenger/customizeToolbarOverlay.dtd +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/messenger/downloadheaders.dtd +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/messenger/downloads/settingsChange.dtd +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/messenger/downloadsOverlay.dtd +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/messenger/editContactOverlay.dtd +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/messenger/editContactOverlay.properties +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/messenger/eudoraImportMsgs.properties +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/messenger/fieldMapImport.dtd +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/messenger/filter.properties +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/messenger/folderProps.dtd +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/messenger/folderWidgets.properties +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/messenger/folderpane.dtd +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/messenger/gloda.properties +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/messenger/glodaComplete.properties +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/messenger/glodaFacetView.dtd +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/messenger/glodaFacetView.properties +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/messenger/imAccountWizard.dtd +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/messenger/imAccounts.dtd +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/messenger/imAccounts.properties +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/messenger/imapMsgs.properties +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/messenger/importDialog.dtd +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/messenger/importMsgs.properties +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/messenger/joinChat.dtd +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/messenger/junkLog.dtd +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/messenger/junkMailInfo.dtd +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/messenger/localMsgs.properties +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/messenger/mailEditorOverlay.dtd +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/messenger/mailOverlay.dtd +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/messenger/mailViewList.dtd +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/messenger/mailViewSetup.dtd +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/messenger/mailviews.properties +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/messenger/markByDate.dtd +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/messenger/messenger.dtd +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/messenger/messenger.properties +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/messenger/messengercompose/addressingWidgetOverlay.dtd +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/messenger/messengercompose/askSendFormat.dtd +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/messenger/messengercompose/askSendFormat.properties +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/messenger/messengercompose/composeMsgs.properties +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/messenger/messengercompose/mailComposeEditorOverlay.dtd +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/messenger/messengercompose/messengercompose.dtd +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/messenger/messengercompose/sendProgress.dtd +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/messenger/messengercompose/sendProgress.properties +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/messenger/migration/migration.dtd +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/messenger/migration/migration.properties +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/messenger/mime.properties +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/messenger/mimeheader.properties +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/messenger/msgAccountCentral.dtd +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/messenger/msgHdrViewOverlay.dtd +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/messenger/msgPrintEngine.dtd +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/messenger/msgSynchronize.dtd +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/messenger/msgViewPickerOverlay.dtd +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/messenger/msgmdn.properties +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/messenger/multimessageview.dtd +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/messenger/multimessageview.properties +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/messenger/netError.dtd +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/messenger/newFolderDialog.dtd +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/messenger/newTagDialog.dtd +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/messenger/newmailaccount/accountProvisioner.dtd +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/messenger/newmailaccount/accountProvisioner.properties +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/messenger/news.properties +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/messenger/oeImportMsgs.properties +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/messenger/offline.properties +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/messenger/offlineStartup.properties +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/messenger/outlookImportMsgs.properties +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/messenger/pgpmime.properties +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/messenger/preferences/advanced.dtd +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/messenger/preferences/applicationManager.dtd +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/messenger/preferences/applicationManager.properties +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/messenger/preferences/applications.dtd +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/messenger/preferences/applications.properties +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/messenger/preferences/attachmentReminder.dtd +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/messenger/preferences/chat.dtd +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/messenger/preferences/colors.dtd +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/messenger/preferences/compose.dtd +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/messenger/preferences/connection.dtd +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/messenger/preferences/cookies.dtd +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/messenger/preferences/display.dtd +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/messenger/preferences/dockoptions.dtd +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/messenger/preferences/fonts.dtd +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/messenger/preferences/general.dtd +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/messenger/preferences/notifications.dtd +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/messenger/preferences/offline.dtd +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/messenger/preferences/permissions.dtd +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/messenger/preferences/preferences.dtd +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/messenger/preferences/preferences.properties +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/messenger/preferences/privacy.dtd +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/messenger/preferences/receipts.dtd +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/messenger/preferences/security.dtd +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/messenger/preferences/sendoptions.dtd +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/messenger/prefs.properties +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/messenger/quickFilterBar.dtd +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/messenger/renameFolderDialog.dtd +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/messenger/safeMode.dtd +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/messenger/sanitize.dtd +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/messenger/search-attributes.properties +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/messenger/search-operators.properties +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/messenger/search.properties +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/messenger/searchIntegrationDefault.dtd +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/messenger/searchIntegrationMac.dtd +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/messenger/searchIntegrationWin.dtd +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/messenger/searchTermOverlay.dtd +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/messenger/shutdownWindow.properties +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/messenger/smime.properties +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/messenger/smtpEditOverlay.dtd +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/messenger/subscribe.dtd +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/messenger/subscribe.properties +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/messenger/systemIntegrationDialog.dtd +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/messenger/tabmail.dtd +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/messenger/taskbar.properties +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/messenger/telemetry.properties +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/messenger/templateUtils.properties +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/messenger/textImportMsgs.properties +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/messenger/vCardImportMsgs.properties +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/messenger/viewLog.dtd +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/messenger/viewZoomOverlay.dtd +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/messenger/virtualFolderListDialog.dtd +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/messenger/virtualFolderProperties.dtd +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/messenger/wmImportMsgs.properties +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/mozapps/downloads/downloads.dtd +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/mozapps/downloads/downloads.properties +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/mozapps/downloads/settingsChange.dtd +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/mozapps/downloads/unknownContentType.dtd +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/mozapps/downloads/unknownContentType.properties +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/mozapps/extensions/about.dtd +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/mozapps/extensions/blocklist.dtd +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/mozapps/extensions/extensions.dtd +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/mozapps/extensions/extensions.properties +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/mozapps/extensions/newaddon.dtd +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/mozapps/extensions/newaddon.properties +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/mozapps/extensions/selectAddons.dtd +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/mozapps/extensions/selectAddons.properties +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/mozapps/extensions/update.dtd +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/mozapps/extensions/update.properties +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/mozapps/handling/handling.dtd +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/mozapps/handling/handling.properties +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/mozapps/plugins/plugins.dtd +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/mozapps/preferences/changemp.dtd +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/mozapps/preferences/preferences.properties +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/mozapps/preferences/removemp.dtd +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/mozapps/profile/createProfileWizard.dtd +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/mozapps/profile/profileSelection.dtd +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/mozapps/profile/profileSelection.properties +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/mozapps/update/history.dtd +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/mozapps/update/updates.dtd +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/mozapps/update/updates.properties +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/mozapps/xpinstall/xpinstallConfirm.dtd +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/mozapps/xpinstall/xpinstallConfirm.properties +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/mozldap/ldap.properties +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/necko/necko.properties +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/passwordmgr/passwordManager.dtd +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/passwordmgr/passwordmgr.properties +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/pipnss/nsserrors.properties +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/pipnss/pipnss.properties +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/pippki/certManager.dtd +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/pippki/deviceManager.dtd +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/pippki/pippki.dtd +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/pippki/pippki.properties +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/chrome/it/locale/it/places/places.properties +lib/thunderbird38/extensions/langpack-it@thunderbird.mozilla.org/install.rdf +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome.manifest +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/.mkdir.done +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja.manifest +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/alerts/alert.dtd +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/alerts/notificationNames.properties +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/autoconfig/autoconfig.properties +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/branding/brand.dtd +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/branding/brand.properties +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/chat/accounts.properties +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/chat/commands.properties +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/chat/contacts.properties +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/chat/conversations.properties +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/chat/facebook.properties +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/chat/imtooltip.properties +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/chat/irc.properties +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/chat/logger.properties +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/chat/status.properties +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/chat/twitter.properties +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/chat/xmpp.properties +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/chat/yahoo.properties +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/communicator/utilityOverlay.dtd +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/cookie/cookieAcceptDialog.dtd +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/cookie/cookieAcceptDialog.properties +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/editor/EdAdvancedEdit.dtd +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/editor/EdColorPicker.dtd +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/editor/EdConvertToTable.dtd +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/editor/EdDialogOverlay.dtd +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/editor/EdNamedAnchorProperties.dtd +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/editor/EditorButtonProperties.dtd +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/editor/EditorColorProperties.dtd +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/editor/EditorFieldSetProperties.dtd +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/editor/EditorFormProperties.dtd +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/editor/EditorHLineProperties.dtd +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/editor/EditorImageProperties.dtd +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/editor/EditorInputProperties.dtd +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/editor/EditorInsertChars.dtd +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/editor/EditorInsertMath.dtd +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/editor/EditorInsertSource.dtd +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/editor/EditorInsertTOC.dtd +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/editor/EditorInsertTable.dtd +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/editor/EditorLabelProperties.dtd +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/editor/EditorLinkProperties.dtd +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/editor/EditorListProperties.dtd +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/editor/EditorPersonalDictionary.dtd +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/editor/EditorReplace.dtd +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/editor/EditorSelectProperties.dtd +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/editor/EditorSpellCheck.dtd +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/editor/EditorTableProperties.dtd +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/editor/EditorTextAreaProperties.dtd +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/editor/editor.properties +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/editor/editorOverlay.dtd +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/editor/editorSmileyOverlay.dtd +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/formautofill/requestAutocomplete.dtd +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/global-platform/mac/accessible.properties +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/global-platform/mac/intl.properties +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/global-platform/mac/platformKeys.properties +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/global-platform/unix/accessible.properties +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/global-platform/unix/intl.properties +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/global-platform/unix/platformKeys.properties +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/global-platform/win/accessible.properties +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/global-platform/win/intl.properties +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/global-platform/win/platformKeys.properties +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/global-region/region.properties +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/global/AccessFu.properties +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/global/about.dtd +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/global/aboutAbout.dtd +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/global/aboutNetworking.dtd +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/global/aboutReader.properties +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/global/aboutRights.dtd +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/global/aboutSupport.dtd +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/global/aboutSupport.properties +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/global/aboutTelemetry.dtd +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/global/aboutTelemetry.properties +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/global/appPicker.dtd +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/global/appstrings.properties +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/global/autocomplete.properties +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/global/brand.dtd +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/global/browser.properties +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/global/charsetMenu.dtd +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/global/charsetMenu.properties +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/global/commonDialog.dtd +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/global/commonDialogs.properties +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/global/config.dtd +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/global/config.properties +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/global/console.dtd +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/global/console.properties +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/global/contentAreaCommands.properties +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/global/crashes.dtd +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/global/crashes.properties +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/global/css.properties +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/global/customizeToolbar.dtd +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/global/customizeToolbar.properties +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/global/dateFormat.properties +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/global/datetimepicker.dtd +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/global/devtools/csscoverage.dtd +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/global/devtools/csscoverage.properties +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/global/devtools/debugger.properties +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/global/devtools/styleinspector.properties +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/global/dialog.properties +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/global/dialogOverlay.dtd +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/global/dom/dom.properties +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/global/editMenuOverlay.dtd +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/global/fallbackMenubar.properties +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/global/filefield.properties +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/global/filepicker.dtd +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/global/filepicker.properties +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/global/findbar.dtd +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/global/findbar.properties +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/global/finddialog.dtd +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/global/finddialog.properties +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/global/global-strres.properties +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/global/global.dtd +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/global/globalKeys.dtd +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/global/headsUpDisplay.properties +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/global/intl.css +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/global/intl.properties +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/global/keys.properties +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/global/languageNames.properties +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/global/layout/HtmlForm.properties +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/global/layout/MediaDocument.properties +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/global/layout/htmlparser.properties +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/global/layout/xmlparser.properties +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/global/layout_errors.properties +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/global/mathml/mathml.properties +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/global/mozilla.dtd +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/global/netError.dtd +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/global/netErrorApp.dtd +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/global/notification.dtd +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/global/nsWebBrowserPersist.properties +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/global/plugins.properties +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/global/preferences.dtd +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/global/printPageSetup.dtd +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/global/printPreview.dtd +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/global/printPreviewProgress.dtd +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/global/printProgress.dtd +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/global/printdialog.dtd +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/global/printdialog.properties +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/global/printing.properties +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/global/printjoboptions.dtd +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/global/regionNames.properties +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/global/resetProfile.dtd +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/global/resetProfile.properties +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/global/search/search.properties +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/global/security/caps.properties +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/global/security/csp.properties +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/global/security/security.properties +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/global/svg/svg.properties +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/global/textcontext.dtd +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/global/tree.dtd +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/global/videocontrols.dtd +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/global/viewSource.dtd +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/global/viewSource.properties +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/global/webapps.properties +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/global/wizard.dtd +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/global/wizard.properties +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/global/xbl.properties +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/global/xml/prettyprint.dtd +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/global/xslt/xslt.properties +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/global/xul.properties +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/messenger-mapi/mapi.properties +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/messenger-newsblog/am-newsblog.dtd +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/messenger-newsblog/feed-subscriptions.dtd +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/messenger-newsblog/newsblog.properties +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/messenger-region/region.properties +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/messenger-smime/certFetchingStatus.dtd +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/messenger-smime/msgCompSMIMEOverlay.dtd +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/messenger-smime/msgCompSMIMEOverlay.properties +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/messenger-smime/msgCompSecurityInfo.dtd +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/messenger-smime/msgCompSecurityInfo.properties +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/messenger-smime/msgReadSMIMEOverlay.dtd +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/messenger-smime/msgReadSMIMEOverlay.properties +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/messenger-smime/msgReadSecurityInfo.dtd +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/messenger-smime/msgSecurityInfo.properties +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/messenger/AccountManager.dtd +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/messenger/AccountWizard.dtd +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/messenger/CustomHeaders.dtd +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/messenger/FilterEditor.dtd +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/messenger/FilterListDialog.dtd +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/messenger/SearchDialog.dtd +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/messenger/aboutDialog.dtd +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/messenger/aboutDownloads.dtd +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/messenger/aboutRights.dtd +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/messenger/aboutRights.properties +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/messenger/aboutSupportMail.dtd +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/messenger/aboutSupportMail.properties +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/messenger/accountCreation.dtd +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/messenger/accountCreation.properties +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/messenger/accountCreationModel.properties +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/messenger/accountCreationUtil.properties +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/messenger/activity.dtd +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/messenger/activity.properties +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/messenger/addbuddy.dtd +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/messenger/addressbook/abAddressBookNameDialog.dtd +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/messenger/addressbook/abCardOverlay.dtd +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/messenger/addressbook/abContactsPanel.dtd +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/messenger/addressbook/abMailListDialog.dtd +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/messenger/addressbook/abMainWindow.dtd +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/messenger/addressbook/abNewCardDialog.dtd +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/messenger/addressbook/abResultsPaneOverlay.dtd +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/messenger/addressbook/addressBook.properties +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/messenger/addressbook/ldapAutoCompErrs.properties +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/messenger/addressbook/pref-directory-add.dtd +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/messenger/addressbook/pref-directory.dtd +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/messenger/addressbook/replicationProgress.properties +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/messenger/am-addressing.dtd +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/messenger/am-advanced.dtd +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/messenger/am-archiveoptions.dtd +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/messenger/am-copies.dtd +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/messenger/am-identities-list.dtd +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/messenger/am-identity-edit.dtd +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/messenger/am-im.dtd +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/messenger/am-junk.dtd +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/messenger/am-main.dtd +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/messenger/am-mdn.dtd +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/messenger/am-mdn.properties +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/messenger/am-offline.dtd +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/messenger/am-server-advanced.dtd +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/messenger/am-server-top.dtd +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/messenger/am-serverwithnoidentities.dtd +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/messenger/am-smime.dtd +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/messenger/am-smime.properties +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/messenger/appleMailImportMsgs.properties +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/messenger/baseMenuOverlay.dtd +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/messenger/charsetTitles.properties +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/messenger/chat.dtd +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/messenger/chat.properties +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/messenger/cloudfile/Box/auth.dtd +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/messenger/cloudfile/Box/management.dtd +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/messenger/cloudfile/Box/settings.dtd +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/messenger/cloudfile/Hightail/fileExceeds2GB.dtd +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/messenger/cloudfile/Hightail/fileExceedsLimit.dtd +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/messenger/cloudfile/Hightail/fileExceedsQuota.dtd +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/messenger/cloudfile/Hightail/management.dtd +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/messenger/cloudfile/Hightail/settings.dtd +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/messenger/cloudfile/addAccountDialog.dtd +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/messenger/cloudfile/management.dtd +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/messenger/configEditorOverlay.dtd +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/messenger/custom.properties +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/messenger/customizeToolbarOverlay.dtd +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/messenger/downloadheaders.dtd +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/messenger/downloads/settingsChange.dtd +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/messenger/downloadsOverlay.dtd +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/messenger/editContactOverlay.dtd +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/messenger/editContactOverlay.properties +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/messenger/eudoraImportMsgs.properties +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/messenger/fieldMapImport.dtd +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/messenger/filter.properties +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/messenger/folderProps.dtd +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/messenger/folderWidgets.properties +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/messenger/folderpane.dtd +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/messenger/gloda.properties +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/messenger/glodaComplete.properties +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/messenger/glodaFacetView.dtd +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/messenger/glodaFacetView.properties +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/messenger/imAccountWizard.dtd +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/messenger/imAccounts.dtd +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/messenger/imAccounts.properties +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/messenger/imapMsgs.properties +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/messenger/importDialog.dtd +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/messenger/importMsgs.properties +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/messenger/joinChat.dtd +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/messenger/junkLog.dtd +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/messenger/junkMailInfo.dtd +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/messenger/localMsgs.properties +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/messenger/mailEditorOverlay.dtd +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/messenger/mailOverlay.dtd +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/messenger/mailViewList.dtd +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/messenger/mailViewSetup.dtd +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/messenger/mailviews.properties +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/messenger/markByDate.dtd +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/messenger/messenger.dtd +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/messenger/messenger.properties +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/messenger/messengercompose/addressingWidgetOverlay.dtd +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/messenger/messengercompose/askSendFormat.dtd +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/messenger/messengercompose/askSendFormat.properties +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/messenger/messengercompose/composeMsgs.properties +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/messenger/messengercompose/mailComposeEditorOverlay.dtd +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/messenger/messengercompose/messengercompose.dtd +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/messenger/messengercompose/sendProgress.dtd +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/messenger/messengercompose/sendProgress.properties +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/messenger/migration/migration.dtd +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/messenger/migration/migration.properties +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/messenger/mime.properties +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/messenger/mimeheader.properties +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/messenger/msgAccountCentral.dtd +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/messenger/msgHdrViewOverlay.dtd +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/messenger/msgPrintEngine.dtd +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/messenger/msgSynchronize.dtd +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/messenger/msgViewPickerOverlay.dtd +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/messenger/msgmdn.properties +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/messenger/multimessageview.dtd +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/messenger/multimessageview.properties +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/messenger/netError.dtd +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/messenger/newFolderDialog.dtd +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/messenger/newTagDialog.dtd +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/messenger/newmailaccount/accountProvisioner.dtd +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/messenger/newmailaccount/accountProvisioner.properties +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/messenger/news.properties +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/messenger/oeImportMsgs.properties +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/messenger/offline.properties +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/messenger/offlineStartup.properties +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/messenger/outlookImportMsgs.properties +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/messenger/pgpmime.properties +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/messenger/preferences/advanced.dtd +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/messenger/preferences/applicationManager.dtd +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/messenger/preferences/applicationManager.properties +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/messenger/preferences/applications.dtd +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/messenger/preferences/applications.properties +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/messenger/preferences/attachmentReminder.dtd +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/messenger/preferences/chat.dtd +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/messenger/preferences/colors.dtd +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/messenger/preferences/compose.dtd +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/messenger/preferences/connection.dtd +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/messenger/preferences/cookies.dtd +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/messenger/preferences/display.dtd +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/messenger/preferences/dockoptions.dtd +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/messenger/preferences/fonts.dtd +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/messenger/preferences/general.dtd +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/messenger/preferences/notifications.dtd +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/messenger/preferences/offline.dtd +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/messenger/preferences/permissions.dtd +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/messenger/preferences/preferences.dtd +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/messenger/preferences/preferences.properties +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/messenger/preferences/privacy.dtd +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/messenger/preferences/receipts.dtd +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/messenger/preferences/security.dtd +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/messenger/preferences/sendoptions.dtd +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/messenger/prefs.properties +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/messenger/quickFilterBar.dtd +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/messenger/renameFolderDialog.dtd +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/messenger/safeMode.dtd +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/messenger/sanitize.dtd +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/messenger/search-attributes.properties +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/messenger/search-operators.properties +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/messenger/search.properties +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/messenger/searchIntegrationDefault.dtd +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/messenger/searchIntegrationMac.dtd +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/messenger/searchIntegrationWin.dtd +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/messenger/searchTermOverlay.dtd +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/messenger/shutdownWindow.properties +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/messenger/smime.properties +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/messenger/smtpEditOverlay.dtd +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/messenger/subscribe.dtd +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/messenger/subscribe.properties +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/messenger/systemIntegrationDialog.dtd +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/messenger/tabmail.dtd +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/messenger/taskbar.properties +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/messenger/telemetry.properties +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/messenger/templateUtils.properties +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/messenger/textImportMsgs.properties +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/messenger/vCardImportMsgs.properties +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/messenger/viewLog.dtd +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/messenger/viewZoomOverlay.dtd +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/messenger/virtualFolderListDialog.dtd +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/messenger/virtualFolderProperties.dtd +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/messenger/wmImportMsgs.properties +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/mozapps/downloads/downloads.dtd +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/mozapps/downloads/downloads.properties +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/mozapps/downloads/settingsChange.dtd +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/mozapps/downloads/unknownContentType.dtd +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/mozapps/downloads/unknownContentType.properties +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/mozapps/extensions/about.dtd +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/mozapps/extensions/blocklist.dtd +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/mozapps/extensions/extensions.dtd +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/mozapps/extensions/extensions.properties +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/mozapps/extensions/newaddon.dtd +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/mozapps/extensions/newaddon.properties +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/mozapps/extensions/selectAddons.dtd +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/mozapps/extensions/selectAddons.properties +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/mozapps/extensions/update.dtd +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/mozapps/extensions/update.properties +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/mozapps/handling/handling.dtd +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/mozapps/handling/handling.properties +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/mozapps/plugins/plugins.dtd +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/mozapps/preferences/changemp.dtd +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/mozapps/preferences/preferences.properties +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/mozapps/preferences/removemp.dtd +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/mozapps/profile/createProfileWizard.dtd +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/mozapps/profile/profileSelection.dtd +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/mozapps/profile/profileSelection.properties +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/mozapps/update/history.dtd +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/mozapps/update/updates.dtd +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/mozapps/update/updates.properties +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/mozapps/xpinstall/xpinstallConfirm.dtd +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/mozapps/xpinstall/xpinstallConfirm.properties +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/mozldap/ldap.properties +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/necko/necko.properties +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/passwordmgr/passwordManager.dtd +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/passwordmgr/passwordmgr.properties +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/pipnss/nsserrors.properties +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/pipnss/pipnss.properties +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/pippki/certManager.dtd +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/pippki/deviceManager.dtd +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/pippki/pippki.dtd +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/pippki/pippki.properties +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/places/places.properties +lib/thunderbird38/extensions/langpack-ja@thunderbird.mozilla.org/install.rdf +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome.manifest +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/.mkdir.done +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko.manifest +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/alerts/alert.dtd +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/alerts/notificationNames.properties +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/autoconfig/autoconfig.properties +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/branding/brand.dtd +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/branding/brand.properties +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/chat/accounts.properties +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/chat/commands.properties +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/chat/contacts.properties +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/chat/conversations.properties +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/chat/facebook.properties +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/chat/imtooltip.properties +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/chat/irc.properties +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/chat/logger.properties +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/chat/status.properties +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/chat/twitter.properties +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/chat/xmpp.properties +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/chat/yahoo.properties +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/communicator/utilityOverlay.dtd +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/cookie/cookieAcceptDialog.dtd +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/cookie/cookieAcceptDialog.properties +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/editor/EdAdvancedEdit.dtd +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/editor/EdColorPicker.dtd +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/editor/EdConvertToTable.dtd +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/editor/EdDialogOverlay.dtd +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/editor/EdNamedAnchorProperties.dtd +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/editor/EditorButtonProperties.dtd +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/editor/EditorColorProperties.dtd +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/editor/EditorFieldSetProperties.dtd +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/editor/EditorFormProperties.dtd +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/editor/EditorHLineProperties.dtd +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/editor/EditorImageProperties.dtd +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/editor/EditorInputProperties.dtd +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/editor/EditorInsertChars.dtd +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/editor/EditorInsertMath.dtd +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/editor/EditorInsertSource.dtd +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/editor/EditorInsertTOC.dtd +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/editor/EditorInsertTable.dtd +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/editor/EditorLabelProperties.dtd +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/editor/EditorLinkProperties.dtd +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/editor/EditorListProperties.dtd +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/editor/EditorPersonalDictionary.dtd +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/editor/EditorReplace.dtd +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/editor/EditorSelectProperties.dtd +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/editor/EditorSpellCheck.dtd +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/editor/EditorTableProperties.dtd +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/editor/EditorTextAreaProperties.dtd +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/editor/editor.properties +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/editor/editorOverlay.dtd +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/editor/editorSmileyOverlay.dtd +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/formautofill/requestAutocomplete.dtd +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/global-platform/mac/accessible.properties +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/global-platform/mac/intl.properties +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/global-platform/mac/platformKeys.properties +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/global-platform/unix/accessible.properties +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/global-platform/unix/intl.properties +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/global-platform/unix/platformKeys.properties +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/global-platform/win/accessible.properties +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/global-platform/win/intl.properties +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/global-platform/win/platformKeys.properties +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/global-region/region.properties +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/global/AccessFu.properties +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/global/about.dtd +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/global/aboutAbout.dtd +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/global/aboutNetworking.dtd +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/global/aboutReader.properties +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/global/aboutRights.dtd +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/global/aboutSupport.dtd +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/global/aboutSupport.properties +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/global/aboutTelemetry.dtd +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/global/aboutTelemetry.properties +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/global/appPicker.dtd +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/global/appstrings.properties +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/global/autocomplete.properties +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/global/brand.dtd +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/global/browser.properties +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/global/charsetMenu.dtd +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/global/charsetMenu.properties +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/global/commonDialog.dtd +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/global/commonDialogs.properties +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/global/config.dtd +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/global/config.properties +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/global/console.dtd +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/global/console.properties +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/global/contentAreaCommands.properties +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/global/crashes.dtd +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/global/crashes.properties +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/global/css.properties +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/global/customizeToolbar.dtd +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/global/customizeToolbar.properties +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/global/dateFormat.properties +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/global/datetimepicker.dtd +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/global/devtools/csscoverage.dtd +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/global/devtools/csscoverage.properties +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/global/devtools/debugger.properties +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/global/devtools/styleinspector.properties +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/global/dialog.properties +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/global/dialogOverlay.dtd +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/global/dom/dom.properties +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/global/editMenuOverlay.dtd +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/global/fallbackMenubar.properties +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/global/filefield.properties +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/global/filepicker.dtd +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/global/filepicker.properties +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/global/findbar.dtd +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/global/findbar.properties +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/global/finddialog.dtd +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/global/finddialog.properties +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/global/global-strres.properties +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/global/global.dtd +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/global/globalKeys.dtd +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/global/headsUpDisplay.properties +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/global/intl.css +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/global/intl.properties +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/global/keys.properties +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/global/languageNames.properties +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/global/layout/HtmlForm.properties +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/global/layout/MediaDocument.properties +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/global/layout/htmlparser.properties +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/global/layout/xmlparser.properties +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/global/layout_errors.properties +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/global/mathml/mathml.properties +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/global/mozilla.dtd +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/global/netError.dtd +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/global/netErrorApp.dtd +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/global/notification.dtd +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/global/nsWebBrowserPersist.properties +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/global/plugins.properties +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/global/preferences.dtd +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/global/printPageSetup.dtd +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/global/printPreview.dtd +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/global/printPreviewProgress.dtd +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/global/printProgress.dtd +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/global/printdialog.dtd +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/global/printdialog.properties +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/global/printing.properties +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/global/printjoboptions.dtd +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/global/regionNames.properties +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/global/resetProfile.dtd +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/global/resetProfile.properties +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/global/search/search.properties +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/global/security/caps.properties +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/global/security/csp.properties +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/global/security/security.properties +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/global/svg/svg.properties +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/global/textcontext.dtd +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/global/tree.dtd +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/global/videocontrols.dtd +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/global/viewSource.dtd +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/global/viewSource.properties +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/global/webapps.properties +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/global/wizard.dtd +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/global/wizard.properties +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/global/xbl.properties +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/global/xml/prettyprint.dtd +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/global/xslt/xslt.properties +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/global/xul.properties +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/messenger-mapi/mapi.properties +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/messenger-newsblog/am-newsblog.dtd +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/messenger-newsblog/feed-subscriptions.dtd +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/messenger-newsblog/newsblog.properties +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/messenger-region/region.properties +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/messenger-smime/certFetchingStatus.dtd +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/messenger-smime/msgCompSMIMEOverlay.dtd +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/messenger-smime/msgCompSMIMEOverlay.properties +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/messenger-smime/msgCompSecurityInfo.dtd +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/messenger-smime/msgCompSecurityInfo.properties +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/messenger-smime/msgReadSMIMEOverlay.dtd +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/messenger-smime/msgReadSMIMEOverlay.properties +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/messenger-smime/msgReadSecurityInfo.dtd +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/messenger-smime/msgSecurityInfo.properties +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/messenger/AccountManager.dtd +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/messenger/AccountWizard.dtd +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/messenger/CustomHeaders.dtd +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/messenger/FilterEditor.dtd +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/messenger/FilterListDialog.dtd +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/messenger/SearchDialog.dtd +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/messenger/aboutDialog.dtd +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/messenger/aboutDownloads.dtd +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/messenger/aboutRights.dtd +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/messenger/aboutRights.properties +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/messenger/aboutSupportMail.dtd +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/messenger/aboutSupportMail.properties +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/messenger/accountCreation.dtd +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/messenger/accountCreation.properties +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/messenger/accountCreationModel.properties +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/messenger/accountCreationUtil.properties +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/messenger/activity.dtd +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/messenger/activity.properties +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/messenger/addbuddy.dtd +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/messenger/addressbook/abAddressBookNameDialog.dtd +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/messenger/addressbook/abCardOverlay.dtd +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/messenger/addressbook/abContactsPanel.dtd +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/messenger/addressbook/abMailListDialog.dtd +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/messenger/addressbook/abMainWindow.dtd +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/messenger/addressbook/abNewCardDialog.dtd +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/messenger/addressbook/abResultsPaneOverlay.dtd +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/messenger/addressbook/addressBook.properties +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/messenger/addressbook/ldapAutoCompErrs.properties +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/messenger/addressbook/pref-directory-add.dtd +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/messenger/addressbook/pref-directory.dtd +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/messenger/addressbook/replicationProgress.properties +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/messenger/am-addressing.dtd +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/messenger/am-advanced.dtd +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/messenger/am-archiveoptions.dtd +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/messenger/am-copies.dtd +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/messenger/am-identities-list.dtd +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/messenger/am-identity-edit.dtd +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/messenger/am-im.dtd +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/messenger/am-junk.dtd +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/messenger/am-main.dtd +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/messenger/am-mdn.dtd +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/messenger/am-mdn.properties +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/messenger/am-offline.dtd +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/messenger/am-server-advanced.dtd +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/messenger/am-server-top.dtd +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/messenger/am-serverwithnoidentities.dtd +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/messenger/am-smime.dtd +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/messenger/am-smime.properties +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/messenger/appleMailImportMsgs.properties +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/messenger/baseMenuOverlay.dtd +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/messenger/charsetTitles.properties +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/messenger/chat.dtd +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/messenger/chat.properties +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/messenger/cloudfile/Box/auth.dtd +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/messenger/cloudfile/Box/management.dtd +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/messenger/cloudfile/Box/settings.dtd +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/messenger/cloudfile/Hightail/fileExceeds2GB.dtd +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/messenger/cloudfile/Hightail/fileExceedsLimit.dtd +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/messenger/cloudfile/Hightail/fileExceedsQuota.dtd +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/messenger/cloudfile/Hightail/management.dtd +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/messenger/cloudfile/Hightail/settings.dtd +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/messenger/cloudfile/addAccountDialog.dtd +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/messenger/cloudfile/management.dtd +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/messenger/configEditorOverlay.dtd +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/messenger/custom.properties +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/messenger/customizeToolbarOverlay.dtd +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/messenger/downloadheaders.dtd +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/messenger/downloads/settingsChange.dtd +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/messenger/downloadsOverlay.dtd +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/messenger/editContactOverlay.dtd +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/messenger/editContactOverlay.properties +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/messenger/eudoraImportMsgs.properties +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/messenger/fieldMapImport.dtd +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/messenger/filter.properties +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/messenger/folderProps.dtd +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/messenger/folderWidgets.properties +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/messenger/folderpane.dtd +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/messenger/gloda.properties +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/messenger/glodaComplete.properties +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/messenger/glodaFacetView.dtd +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/messenger/glodaFacetView.properties +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/messenger/imAccountWizard.dtd +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/messenger/imAccounts.dtd +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/messenger/imAccounts.properties +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/messenger/imapMsgs.properties +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/messenger/importDialog.dtd +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/messenger/importMsgs.properties +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/messenger/joinChat.dtd +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/messenger/junkLog.dtd +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/messenger/junkMailInfo.dtd +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/messenger/localMsgs.properties +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/messenger/mailEditorOverlay.dtd +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/messenger/mailOverlay.dtd +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/messenger/mailViewList.dtd +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/messenger/mailViewSetup.dtd +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/messenger/mailviews.properties +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/messenger/markByDate.dtd +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/messenger/messenger.dtd +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/messenger/messenger.properties +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/messenger/messengercompose/addressingWidgetOverlay.dtd +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/messenger/messengercompose/askSendFormat.dtd +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/messenger/messengercompose/askSendFormat.properties +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/messenger/messengercompose/composeMsgs.properties +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/messenger/messengercompose/mailComposeEditorOverlay.dtd +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/messenger/messengercompose/messengercompose.dtd +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/messenger/messengercompose/sendProgress.dtd +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/messenger/messengercompose/sendProgress.properties +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/messenger/migration/migration.dtd +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/messenger/migration/migration.properties +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/messenger/mime.properties +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/messenger/mimeheader.properties +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/messenger/msgAccountCentral.dtd +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/messenger/msgHdrViewOverlay.dtd +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/messenger/msgPrintEngine.dtd +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/messenger/msgSynchronize.dtd +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/messenger/msgViewPickerOverlay.dtd +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/messenger/msgmdn.properties +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/messenger/multimessageview.dtd +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/messenger/multimessageview.properties +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/messenger/netError.dtd +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/messenger/newFolderDialog.dtd +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/messenger/newTagDialog.dtd +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/messenger/newmailaccount/accountProvisioner.dtd +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/messenger/newmailaccount/accountProvisioner.properties +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/messenger/news.properties +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/messenger/oeImportMsgs.properties +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/messenger/offline.properties +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/messenger/offlineStartup.properties +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/messenger/outlookImportMsgs.properties +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/messenger/pgpmime.properties +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/messenger/preferences/advanced.dtd +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/messenger/preferences/applicationManager.dtd +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/messenger/preferences/applicationManager.properties +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/messenger/preferences/applications.dtd +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/messenger/preferences/applications.properties +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/messenger/preferences/attachmentReminder.dtd +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/messenger/preferences/chat.dtd +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/messenger/preferences/colors.dtd +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/messenger/preferences/compose.dtd +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/messenger/preferences/connection.dtd +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/messenger/preferences/cookies.dtd +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/messenger/preferences/display.dtd +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/messenger/preferences/dockoptions.dtd +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/messenger/preferences/fonts.dtd +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/messenger/preferences/general.dtd +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/messenger/preferences/notifications.dtd +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/messenger/preferences/offline.dtd +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/messenger/preferences/permissions.dtd +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/messenger/preferences/preferences.dtd +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/messenger/preferences/preferences.properties +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/messenger/preferences/privacy.dtd +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/messenger/preferences/receipts.dtd +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/messenger/preferences/security.dtd +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/messenger/preferences/sendoptions.dtd +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/messenger/prefs.properties +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/messenger/quickFilterBar.dtd +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/messenger/renameFolderDialog.dtd +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/messenger/safeMode.dtd +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/messenger/sanitize.dtd +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/messenger/search-attributes.properties +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/messenger/search-operators.properties +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/messenger/search.properties +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/messenger/searchIntegrationDefault.dtd +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/messenger/searchIntegrationMac.dtd +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/messenger/searchIntegrationWin.dtd +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/messenger/searchTermOverlay.dtd +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/messenger/shutdownWindow.properties +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/messenger/smime.properties +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/messenger/smtpEditOverlay.dtd +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/messenger/subscribe.dtd +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/messenger/subscribe.properties +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/messenger/systemIntegrationDialog.dtd +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/messenger/tabmail.dtd +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/messenger/taskbar.properties +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/messenger/telemetry.properties +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/messenger/templateUtils.properties +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/messenger/textImportMsgs.properties +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/messenger/vCardImportMsgs.properties +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/messenger/viewLog.dtd +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/messenger/viewZoomOverlay.dtd +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/messenger/virtualFolderListDialog.dtd +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/messenger/virtualFolderProperties.dtd +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/messenger/wmImportMsgs.properties +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/mozapps/downloads/downloads.dtd +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/mozapps/downloads/downloads.properties +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/mozapps/downloads/settingsChange.dtd +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/mozapps/downloads/unknownContentType.dtd +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/mozapps/downloads/unknownContentType.properties +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/mozapps/extensions/about.dtd +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/mozapps/extensions/blocklist.dtd +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/mozapps/extensions/extensions.dtd +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/mozapps/extensions/extensions.properties +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/mozapps/extensions/newaddon.dtd +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/mozapps/extensions/newaddon.properties +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/mozapps/extensions/selectAddons.dtd +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/mozapps/extensions/selectAddons.properties +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/mozapps/extensions/update.dtd +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/mozapps/extensions/update.properties +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/mozapps/handling/handling.dtd +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/mozapps/handling/handling.properties +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/mozapps/plugins/plugins.dtd +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/mozapps/preferences/changemp.dtd +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/mozapps/preferences/preferences.properties +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/mozapps/preferences/removemp.dtd +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/mozapps/profile/createProfileWizard.dtd +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/mozapps/profile/profileSelection.dtd +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/mozapps/profile/profileSelection.properties +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/mozapps/update/history.dtd +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/mozapps/update/updates.dtd +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/mozapps/update/updates.properties +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/mozapps/xpinstall/xpinstallConfirm.dtd +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/mozapps/xpinstall/xpinstallConfirm.properties +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/mozldap/ldap.properties +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/necko/necko.properties +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/passwordmgr/passwordManager.dtd +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/passwordmgr/passwordmgr.properties +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/pipnss/nsserrors.properties +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/pipnss/pipnss.properties +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/pippki/certManager.dtd +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/pippki/deviceManager.dtd +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/pippki/pippki.dtd +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/pippki/pippki.properties +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/chrome/ko/locale/ko/places/places.properties +lib/thunderbird38/extensions/langpack-ko@thunderbird.mozilla.org/install.rdf +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome.manifest +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/.mkdir.done +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt.manifest +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/alerts/alert.dtd +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/alerts/notificationNames.properties +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/autoconfig/autoconfig.properties +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/branding/brand.dtd +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/branding/brand.properties +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/chat/accounts.properties +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/chat/commands.properties +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/chat/contacts.properties +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/chat/conversations.properties +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/chat/facebook.properties +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/chat/imtooltip.properties +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/chat/irc.properties +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/chat/logger.properties +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/chat/status.properties +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/chat/twitter.properties +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/chat/xmpp.properties +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/chat/yahoo.properties +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/communicator/utilityOverlay.dtd +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/cookie/cookieAcceptDialog.dtd +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/cookie/cookieAcceptDialog.properties +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/editor/EdAdvancedEdit.dtd +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/editor/EdColorPicker.dtd +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/editor/EdConvertToTable.dtd +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/editor/EdDialogOverlay.dtd +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/editor/EdNamedAnchorProperties.dtd +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/editor/EditorButtonProperties.dtd +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/editor/EditorColorProperties.dtd +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/editor/EditorFieldSetProperties.dtd +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/editor/EditorFormProperties.dtd +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/editor/EditorHLineProperties.dtd +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/editor/EditorImageProperties.dtd +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/editor/EditorInputProperties.dtd +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/editor/EditorInsertChars.dtd +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/editor/EditorInsertMath.dtd +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/editor/EditorInsertSource.dtd +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/editor/EditorInsertTOC.dtd +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/editor/EditorInsertTable.dtd +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/editor/EditorLabelProperties.dtd +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/editor/EditorLinkProperties.dtd +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/editor/EditorListProperties.dtd +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/editor/EditorPersonalDictionary.dtd +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/editor/EditorReplace.dtd +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/editor/EditorSelectProperties.dtd +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/editor/EditorSpellCheck.dtd +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/editor/EditorTableProperties.dtd +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/editor/EditorTextAreaProperties.dtd +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/editor/editor.properties +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/editor/editorOverlay.dtd +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/editor/editorSmileyOverlay.dtd +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/formautofill/requestAutocomplete.dtd +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/global-platform/mac/accessible.properties +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/global-platform/mac/intl.properties +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/global-platform/mac/platformKeys.properties +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/global-platform/unix/accessible.properties +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/global-platform/unix/intl.properties +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/global-platform/unix/platformKeys.properties +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/global-platform/win/accessible.properties +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/global-platform/win/intl.properties +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/global-platform/win/platformKeys.properties +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/global-region/region.properties +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/global/AccessFu.properties +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/global/about.dtd +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/global/aboutAbout.dtd +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/global/aboutNetworking.dtd +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/global/aboutReader.properties +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/global/aboutRights.dtd +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/global/aboutSupport.dtd +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/global/aboutSupport.properties +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/global/aboutTelemetry.dtd +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/global/aboutTelemetry.properties +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/global/appPicker.dtd +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/global/appstrings.properties +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/global/autocomplete.properties +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/global/brand.dtd +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/global/browser.properties +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/global/charsetMenu.dtd +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/global/charsetMenu.properties +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/global/commonDialog.dtd +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/global/commonDialogs.properties +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/global/config.dtd +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/global/config.properties +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/global/console.dtd +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/global/console.properties +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/global/contentAreaCommands.properties +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/global/crashes.dtd +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/global/crashes.properties +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/global/css.properties +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/global/customizeToolbar.dtd +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/global/customizeToolbar.properties +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/global/dateFormat.properties +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/global/datetimepicker.dtd +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/global/devtools/csscoverage.dtd +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/global/devtools/csscoverage.properties +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/global/devtools/debugger.properties +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/global/devtools/styleinspector.properties +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/global/dialog.properties +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/global/dialogOverlay.dtd +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/global/dom/dom.properties +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/global/editMenuOverlay.dtd +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/global/fallbackMenubar.properties +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/global/filefield.properties +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/global/filepicker.dtd +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/global/filepicker.properties +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/global/findbar.dtd +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/global/findbar.properties +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/global/finddialog.dtd +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/global/finddialog.properties +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/global/global-strres.properties +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/global/global.dtd +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/global/globalKeys.dtd +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/global/headsUpDisplay.properties +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/global/intl.css +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/global/intl.properties +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/global/keys.properties +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/global/languageNames.properties +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/global/layout/HtmlForm.properties +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/global/layout/MediaDocument.properties +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/global/layout/htmlparser.properties +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/global/layout/xmlparser.properties +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/global/layout_errors.properties +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/global/mathml/mathml.properties +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/global/mozilla.dtd +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/global/netError.dtd +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/global/netErrorApp.dtd +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/global/notification.dtd +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/global/nsWebBrowserPersist.properties +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/global/plugins.properties +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/global/preferences.dtd +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/global/printPageSetup.dtd +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/global/printPreview.dtd +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/global/printPreviewProgress.dtd +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/global/printProgress.dtd +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/global/printdialog.dtd +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/global/printdialog.properties +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/global/printing.properties +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/global/printjoboptions.dtd +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/global/regionNames.properties +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/global/resetProfile.dtd +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/global/resetProfile.properties +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/global/search/search.properties +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/global/security/caps.properties +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/global/security/csp.properties +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/global/security/security.properties +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/global/svg/svg.properties +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/global/textcontext.dtd +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/global/tree.dtd +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/global/videocontrols.dtd +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/global/viewSource.dtd +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/global/viewSource.properties +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/global/webapps.properties +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/global/wizard.dtd +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/global/wizard.properties +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/global/xbl.properties +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/global/xml/prettyprint.dtd +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/global/xslt/xslt.properties +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/global/xul.properties +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/messenger-mapi/mapi.properties +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/messenger-newsblog/am-newsblog.dtd +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/messenger-newsblog/feed-subscriptions.dtd +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/messenger-newsblog/newsblog.properties +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/messenger-region/region.properties +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/messenger-smime/certFetchingStatus.dtd +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/messenger-smime/msgCompSMIMEOverlay.dtd +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/messenger-smime/msgCompSMIMEOverlay.properties +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/messenger-smime/msgCompSecurityInfo.dtd +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/messenger-smime/msgCompSecurityInfo.properties +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/messenger-smime/msgReadSMIMEOverlay.dtd +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/messenger-smime/msgReadSMIMEOverlay.properties +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/messenger-smime/msgReadSecurityInfo.dtd +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/messenger-smime/msgSecurityInfo.properties +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/messenger/AccountManager.dtd +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/messenger/AccountWizard.dtd +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/messenger/CustomHeaders.dtd +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/messenger/FilterEditor.dtd +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/messenger/FilterListDialog.dtd +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/messenger/SearchDialog.dtd +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/messenger/aboutDialog.dtd +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/messenger/aboutDownloads.dtd +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/messenger/aboutRights.dtd +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/messenger/aboutRights.properties +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/messenger/aboutSupportMail.dtd +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/messenger/aboutSupportMail.properties +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/messenger/accountCreation.dtd +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/messenger/accountCreation.properties +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/messenger/accountCreationModel.properties +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/messenger/accountCreationUtil.properties +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/messenger/activity.dtd +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/messenger/activity.properties +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/messenger/addbuddy.dtd +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/messenger/addressbook/abAddressBookNameDialog.dtd +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/messenger/addressbook/abCardOverlay.dtd +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/messenger/addressbook/abContactsPanel.dtd +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/messenger/addressbook/abMailListDialog.dtd +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/messenger/addressbook/abMainWindow.dtd +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/messenger/addressbook/abNewCardDialog.dtd +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/messenger/addressbook/abResultsPaneOverlay.dtd +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/messenger/addressbook/addressBook.properties +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/messenger/addressbook/ldapAutoCompErrs.properties +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/messenger/addressbook/pref-directory-add.dtd +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/messenger/addressbook/pref-directory.dtd +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/messenger/addressbook/replicationProgress.properties +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/messenger/am-addressing.dtd +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/messenger/am-advanced.dtd +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/messenger/am-archiveoptions.dtd +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/messenger/am-copies.dtd +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/messenger/am-identities-list.dtd +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/messenger/am-identity-edit.dtd +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/messenger/am-im.dtd +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/messenger/am-junk.dtd +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/messenger/am-main.dtd +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/messenger/am-mdn.dtd +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/messenger/am-mdn.properties +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/messenger/am-offline.dtd +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/messenger/am-server-advanced.dtd +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/messenger/am-server-top.dtd +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/messenger/am-serverwithnoidentities.dtd +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/messenger/am-smime.dtd +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/messenger/am-smime.properties +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/messenger/appleMailImportMsgs.properties +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/messenger/baseMenuOverlay.dtd +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/messenger/charsetTitles.properties +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/messenger/chat.dtd +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/messenger/chat.properties +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/messenger/cloudfile/Box/auth.dtd +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/messenger/cloudfile/Box/management.dtd +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/messenger/cloudfile/Box/settings.dtd +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/messenger/cloudfile/Hightail/fileExceeds2GB.dtd +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/messenger/cloudfile/Hightail/fileExceedsLimit.dtd +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/messenger/cloudfile/Hightail/fileExceedsQuota.dtd +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/messenger/cloudfile/Hightail/management.dtd +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/messenger/cloudfile/Hightail/settings.dtd +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/messenger/cloudfile/addAccountDialog.dtd +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/messenger/cloudfile/management.dtd +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/messenger/configEditorOverlay.dtd +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/messenger/custom.properties +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/messenger/customizeToolbarOverlay.dtd +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/messenger/downloadheaders.dtd +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/messenger/downloads/settingsChange.dtd +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/messenger/downloadsOverlay.dtd +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/messenger/editContactOverlay.dtd +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/messenger/editContactOverlay.properties +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/messenger/eudoraImportMsgs.properties +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/messenger/fieldMapImport.dtd +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/messenger/filter.properties +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/messenger/folderProps.dtd +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/messenger/folderWidgets.properties +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/messenger/folderpane.dtd +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/messenger/gloda.properties +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/messenger/glodaComplete.properties +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/messenger/glodaFacetView.dtd +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/messenger/glodaFacetView.properties +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/messenger/imAccountWizard.dtd +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/messenger/imAccounts.dtd +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/messenger/imAccounts.properties +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/messenger/imapMsgs.properties +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/messenger/importDialog.dtd +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/messenger/importMsgs.properties +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/messenger/joinChat.dtd +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/messenger/junkLog.dtd +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/messenger/junkMailInfo.dtd +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/messenger/localMsgs.properties +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/messenger/mailEditorOverlay.dtd +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/messenger/mailOverlay.dtd +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/messenger/mailViewList.dtd +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/messenger/mailViewSetup.dtd +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/messenger/mailviews.properties +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/messenger/markByDate.dtd +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/messenger/messenger.dtd +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/messenger/messenger.properties +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/messenger/messengercompose/addressingWidgetOverlay.dtd +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/messenger/messengercompose/askSendFormat.dtd +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/messenger/messengercompose/askSendFormat.properties +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/messenger/messengercompose/composeMsgs.properties +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/messenger/messengercompose/mailComposeEditorOverlay.dtd +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/messenger/messengercompose/messengercompose.dtd +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/messenger/messengercompose/sendProgress.dtd +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/messenger/messengercompose/sendProgress.properties +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/messenger/migration/migration.dtd +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/messenger/migration/migration.properties +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/messenger/mime.properties +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/messenger/mimeheader.properties +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/messenger/msgAccountCentral.dtd +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/messenger/msgHdrViewOverlay.dtd +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/messenger/msgPrintEngine.dtd +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/messenger/msgSynchronize.dtd +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/messenger/msgViewPickerOverlay.dtd +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/messenger/msgmdn.properties +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/messenger/multimessageview.dtd +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/messenger/multimessageview.properties +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/messenger/netError.dtd +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/messenger/newFolderDialog.dtd +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/messenger/newTagDialog.dtd +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/messenger/newmailaccount/accountProvisioner.dtd +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/messenger/newmailaccount/accountProvisioner.properties +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/messenger/news.properties +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/messenger/oeImportMsgs.properties +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/messenger/offline.properties +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/messenger/offlineStartup.properties +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/messenger/outlookImportMsgs.properties +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/messenger/pgpmime.properties +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/messenger/preferences/advanced.dtd +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/messenger/preferences/applicationManager.dtd +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/messenger/preferences/applicationManager.properties +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/messenger/preferences/applications.dtd +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/messenger/preferences/applications.properties +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/messenger/preferences/attachmentReminder.dtd +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/messenger/preferences/chat.dtd +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/messenger/preferences/colors.dtd +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/messenger/preferences/compose.dtd +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/messenger/preferences/connection.dtd +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/messenger/preferences/cookies.dtd +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/messenger/preferences/display.dtd +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/messenger/preferences/dockoptions.dtd +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/messenger/preferences/fonts.dtd +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/messenger/preferences/general.dtd +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/messenger/preferences/notifications.dtd +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/messenger/preferences/offline.dtd +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/messenger/preferences/permissions.dtd +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/messenger/preferences/preferences.dtd +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/messenger/preferences/preferences.properties +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/messenger/preferences/privacy.dtd +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/messenger/preferences/receipts.dtd +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/messenger/preferences/security.dtd +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/messenger/preferences/sendoptions.dtd +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/messenger/prefs.properties +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/messenger/quickFilterBar.dtd +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/messenger/renameFolderDialog.dtd +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/messenger/safeMode.dtd +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/messenger/sanitize.dtd +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/messenger/search-attributes.properties +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/messenger/search-operators.properties +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/messenger/search.properties +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/messenger/searchIntegrationDefault.dtd +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/messenger/searchIntegrationMac.dtd +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/messenger/searchIntegrationWin.dtd +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/messenger/searchTermOverlay.dtd +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/messenger/shutdownWindow.properties +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/messenger/smime.properties +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/messenger/smtpEditOverlay.dtd +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/messenger/subscribe.dtd +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/messenger/subscribe.properties +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/messenger/systemIntegrationDialog.dtd +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/messenger/tabmail.dtd +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/messenger/taskbar.properties +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/messenger/telemetry.properties +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/messenger/templateUtils.properties +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/messenger/textImportMsgs.properties +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/messenger/vCardImportMsgs.properties +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/messenger/viewLog.dtd +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/messenger/viewZoomOverlay.dtd +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/messenger/virtualFolderListDialog.dtd +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/messenger/virtualFolderProperties.dtd +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/messenger/wmImportMsgs.properties +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/mozapps/downloads/downloads.dtd +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/mozapps/downloads/downloads.properties +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/mozapps/downloads/settingsChange.dtd +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/mozapps/downloads/unknownContentType.dtd +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/mozapps/downloads/unknownContentType.properties +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/mozapps/extensions/about.dtd +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/mozapps/extensions/blocklist.dtd +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/mozapps/extensions/extensions.dtd +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/mozapps/extensions/extensions.properties +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/mozapps/extensions/newaddon.dtd +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/mozapps/extensions/newaddon.properties +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/mozapps/extensions/selectAddons.dtd +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/mozapps/extensions/selectAddons.properties +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/mozapps/extensions/update.dtd +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/mozapps/extensions/update.properties +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/mozapps/handling/handling.dtd +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/mozapps/handling/handling.properties +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/mozapps/plugins/plugins.dtd +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/mozapps/preferences/changemp.dtd +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/mozapps/preferences/preferences.properties +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/mozapps/preferences/removemp.dtd +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/mozapps/profile/createProfileWizard.dtd +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/mozapps/profile/profileSelection.dtd +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/mozapps/profile/profileSelection.properties +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/mozapps/update/history.dtd +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/mozapps/update/updates.dtd +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/mozapps/update/updates.properties +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/mozapps/xpinstall/xpinstallConfirm.dtd +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/mozapps/xpinstall/xpinstallConfirm.properties +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/mozldap/ldap.properties +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/necko/necko.properties +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/passwordmgr/passwordManager.dtd +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/passwordmgr/passwordmgr.properties +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/pipnss/nsserrors.properties +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/pipnss/pipnss.properties +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/pippki/certManager.dtd +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/pippki/deviceManager.dtd +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/pippki/pippki.dtd +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/pippki/pippki.properties +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/chrome/lt/locale/lt/places/places.properties +lib/thunderbird38/extensions/langpack-lt@thunderbird.mozilla.org/install.rdf +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome.manifest +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/.mkdir.done +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO.manifest +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/alerts/alert.dtd +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/alerts/notificationNames.properties +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/autoconfig/autoconfig.properties +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/branding/brand.dtd +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/branding/brand.properties +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/chat/accounts.properties +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/chat/commands.properties +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/chat/contacts.properties +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/chat/conversations.properties +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/chat/facebook.properties +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/chat/imtooltip.properties +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/chat/irc.properties +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/chat/logger.properties +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/chat/status.properties +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/chat/twitter.properties +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/chat/xmpp.properties +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/chat/yahoo.properties +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/communicator/utilityOverlay.dtd +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/cookie/cookieAcceptDialog.dtd +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/cookie/cookieAcceptDialog.properties +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/editor/EdAdvancedEdit.dtd +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/editor/EdColorPicker.dtd +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/editor/EdConvertToTable.dtd +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/editor/EdDialogOverlay.dtd +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/editor/EdNamedAnchorProperties.dtd +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/editor/EditorButtonProperties.dtd +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/editor/EditorColorProperties.dtd +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/editor/EditorFieldSetProperties.dtd +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/editor/EditorFormProperties.dtd +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/editor/EditorHLineProperties.dtd +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/editor/EditorImageProperties.dtd +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/editor/EditorInputProperties.dtd +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/editor/EditorInsertChars.dtd +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/editor/EditorInsertMath.dtd +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/editor/EditorInsertSource.dtd +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/editor/EditorInsertTOC.dtd +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/editor/EditorInsertTable.dtd +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/editor/EditorLabelProperties.dtd +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/editor/EditorLinkProperties.dtd +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/editor/EditorListProperties.dtd +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/editor/EditorPersonalDictionary.dtd +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/editor/EditorReplace.dtd +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/editor/EditorSelectProperties.dtd +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/editor/EditorSpellCheck.dtd +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/editor/EditorTableProperties.dtd +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/editor/EditorTextAreaProperties.dtd +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/editor/editor.properties +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/editor/editorOverlay.dtd +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/editor/editorSmileyOverlay.dtd +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/formautofill/requestAutocomplete.dtd +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/global-platform/mac/accessible.properties +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/global-platform/mac/intl.properties +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/global-platform/mac/platformKeys.properties +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/global-platform/unix/accessible.properties +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/global-platform/unix/intl.properties +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/global-platform/unix/platformKeys.properties +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/global-platform/win/accessible.properties +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/global-platform/win/intl.properties +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/global-platform/win/platformKeys.properties +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/global-region/region.properties +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/global/AccessFu.properties +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/global/about.dtd +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/global/aboutAbout.dtd +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/global/aboutNetworking.dtd +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/global/aboutReader.properties +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/global/aboutRights.dtd +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/global/aboutSupport.dtd +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/global/aboutSupport.properties +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/global/aboutTelemetry.dtd +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/global/aboutTelemetry.properties +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/global/appPicker.dtd +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/global/appstrings.properties +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/global/autocomplete.properties +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/global/brand.dtd +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/global/browser.properties +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/global/charsetMenu.dtd +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/global/charsetMenu.properties +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/global/commonDialog.dtd +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/global/commonDialogs.properties +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/global/config.dtd +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/global/config.properties +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/global/console.dtd +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/global/console.properties +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/global/contentAreaCommands.properties +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/global/crashes.dtd +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/global/crashes.properties +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/global/css.properties +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/global/customizeToolbar.dtd +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/global/customizeToolbar.properties +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/global/dateFormat.properties +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/global/datetimepicker.dtd +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/global/devtools/csscoverage.dtd +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/global/devtools/csscoverage.properties +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/global/devtools/debugger.properties +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/global/devtools/styleinspector.properties +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/global/dialog.properties +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/global/dialogOverlay.dtd +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/global/dom/dom.properties +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/global/editMenuOverlay.dtd +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/global/fallbackMenubar.properties +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/global/filefield.properties +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/global/filepicker.dtd +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/global/filepicker.properties +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/global/findbar.dtd +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/global/findbar.properties +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/global/finddialog.dtd +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/global/finddialog.properties +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/global/global-strres.properties +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/global/global.dtd +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/global/globalKeys.dtd +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/global/headsUpDisplay.properties +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/global/intl.css +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/global/intl.properties +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/global/keys.properties +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/global/languageNames.properties +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/global/layout/HtmlForm.properties +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/global/layout/MediaDocument.properties +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/global/layout/htmlparser.properties +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/global/layout/xmlparser.properties +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/global/layout_errors.properties +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/global/mathml/mathml.properties +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/global/mozilla.dtd +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/global/netError.dtd +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/global/netErrorApp.dtd +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/global/notification.dtd +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/global/nsWebBrowserPersist.properties +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/global/plugins.properties +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/global/preferences.dtd +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/global/printPageSetup.dtd +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/global/printPreview.dtd +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/global/printPreviewProgress.dtd +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/global/printProgress.dtd +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/global/printdialog.dtd +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/global/printdialog.properties +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/global/printing.properties +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/global/printjoboptions.dtd +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/global/regionNames.properties +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/global/resetProfile.dtd +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/global/resetProfile.properties +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/global/search/search.properties +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/global/security/caps.properties +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/global/security/csp.properties +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/global/security/security.properties +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/global/svg/svg.properties +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/global/textcontext.dtd +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/global/tree.dtd +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/global/videocontrols.dtd +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/global/viewSource.dtd +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/global/viewSource.properties +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/global/webapps.properties +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/global/wizard.dtd +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/global/wizard.properties +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/global/xbl.properties +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/global/xml/prettyprint.dtd +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/global/xslt/xslt.properties +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/global/xul.properties +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/messenger-mapi/mapi.properties +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/messenger-newsblog/am-newsblog.dtd +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/messenger-newsblog/feed-subscriptions.dtd +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/messenger-newsblog/newsblog.properties +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/messenger-region/region.properties +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/messenger-smime/certFetchingStatus.dtd +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/messenger-smime/msgCompSMIMEOverlay.dtd +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/messenger-smime/msgCompSMIMEOverlay.properties +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/messenger-smime/msgCompSecurityInfo.dtd +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/messenger-smime/msgCompSecurityInfo.properties +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/messenger-smime/msgReadSMIMEOverlay.dtd +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/messenger-smime/msgReadSMIMEOverlay.properties +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/messenger-smime/msgReadSecurityInfo.dtd +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/messenger-smime/msgSecurityInfo.properties +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/messenger/AccountManager.dtd +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/messenger/AccountWizard.dtd +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/messenger/CustomHeaders.dtd +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/messenger/FilterEditor.dtd +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/messenger/FilterListDialog.dtd +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/messenger/SearchDialog.dtd +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/messenger/aboutDialog.dtd +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/messenger/aboutDownloads.dtd +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/messenger/aboutRights.dtd +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/messenger/aboutRights.properties +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/messenger/aboutSupportMail.dtd +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/messenger/aboutSupportMail.properties +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/messenger/accountCreation.dtd +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/messenger/accountCreation.properties +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/messenger/accountCreationModel.properties +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/messenger/accountCreationUtil.properties +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/messenger/activity.dtd +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/messenger/activity.properties +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/messenger/addbuddy.dtd +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/messenger/addressbook/abAddressBookNameDialog.dtd +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/messenger/addressbook/abCardOverlay.dtd +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/messenger/addressbook/abContactsPanel.dtd +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/messenger/addressbook/abMailListDialog.dtd +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/messenger/addressbook/abMainWindow.dtd +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/messenger/addressbook/abNewCardDialog.dtd +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/messenger/addressbook/abResultsPaneOverlay.dtd +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/messenger/addressbook/addressBook.properties +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/messenger/addressbook/ldapAutoCompErrs.properties +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/messenger/addressbook/pref-directory-add.dtd +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/messenger/addressbook/pref-directory.dtd +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/messenger/addressbook/replicationProgress.properties +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/messenger/am-addressing.dtd +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/messenger/am-advanced.dtd +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/messenger/am-archiveoptions.dtd +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/messenger/am-copies.dtd +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/messenger/am-identities-list.dtd +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/messenger/am-identity-edit.dtd +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/messenger/am-im.dtd +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/messenger/am-junk.dtd +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/messenger/am-main.dtd +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/messenger/am-mdn.dtd +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/messenger/am-mdn.properties +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/messenger/am-offline.dtd +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/messenger/am-server-advanced.dtd +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/messenger/am-server-top.dtd +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/messenger/am-serverwithnoidentities.dtd +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/messenger/am-smime.dtd +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/messenger/am-smime.properties +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/messenger/appleMailImportMsgs.properties +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/messenger/baseMenuOverlay.dtd +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/messenger/charsetTitles.properties +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/messenger/chat.dtd +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/messenger/chat.properties +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/messenger/cloudfile/Box/auth.dtd +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/messenger/cloudfile/Box/management.dtd +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/messenger/cloudfile/Box/settings.dtd +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/messenger/cloudfile/Hightail/fileExceeds2GB.dtd +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/messenger/cloudfile/Hightail/fileExceedsLimit.dtd +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/messenger/cloudfile/Hightail/fileExceedsQuota.dtd +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/messenger/cloudfile/Hightail/management.dtd +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/messenger/cloudfile/Hightail/settings.dtd +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/messenger/cloudfile/addAccountDialog.dtd +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/messenger/cloudfile/management.dtd +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/messenger/configEditorOverlay.dtd +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/messenger/custom.properties +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/messenger/customizeToolbarOverlay.dtd +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/messenger/downloadheaders.dtd +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/messenger/downloads/settingsChange.dtd +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/messenger/downloadsOverlay.dtd +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/messenger/editContactOverlay.dtd +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/messenger/editContactOverlay.properties +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/messenger/eudoraImportMsgs.properties +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/messenger/fieldMapImport.dtd +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/messenger/filter.properties +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/messenger/folderProps.dtd +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/messenger/folderWidgets.properties +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/messenger/folderpane.dtd +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/messenger/gloda.properties +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/messenger/glodaComplete.properties +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/messenger/glodaFacetView.dtd +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/messenger/glodaFacetView.properties +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/messenger/imAccountWizard.dtd +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/messenger/imAccounts.dtd +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/messenger/imAccounts.properties +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/messenger/imapMsgs.properties +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/messenger/importDialog.dtd +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/messenger/importMsgs.properties +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/messenger/joinChat.dtd +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/messenger/junkLog.dtd +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/messenger/junkMailInfo.dtd +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/messenger/localMsgs.properties +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/messenger/mailEditorOverlay.dtd +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/messenger/mailOverlay.dtd +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/messenger/mailViewList.dtd +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/messenger/mailViewSetup.dtd +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/messenger/mailviews.properties +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/messenger/markByDate.dtd +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/messenger/messenger.dtd +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/messenger/messenger.properties +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/messenger/messengercompose/addressingWidgetOverlay.dtd +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/messenger/messengercompose/askSendFormat.dtd +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/messenger/messengercompose/askSendFormat.properties +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/messenger/messengercompose/composeMsgs.properties +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/messenger/messengercompose/mailComposeEditorOverlay.dtd +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/messenger/messengercompose/messengercompose.dtd +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/messenger/messengercompose/sendProgress.dtd +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/messenger/messengercompose/sendProgress.properties +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/messenger/migration/migration.dtd +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/messenger/migration/migration.properties +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/messenger/mime.properties +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/messenger/mimeheader.properties +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/messenger/msgAccountCentral.dtd +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/messenger/msgHdrViewOverlay.dtd +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/messenger/msgPrintEngine.dtd +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/messenger/msgSynchronize.dtd +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/messenger/msgViewPickerOverlay.dtd +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/messenger/msgmdn.properties +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/messenger/multimessageview.dtd +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/messenger/multimessageview.properties +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/messenger/netError.dtd +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/messenger/newFolderDialog.dtd +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/messenger/newTagDialog.dtd +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/messenger/newmailaccount/accountProvisioner.dtd +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/messenger/newmailaccount/accountProvisioner.properties +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/messenger/news.properties +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/messenger/oeImportMsgs.properties +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/messenger/offline.properties +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/messenger/offlineStartup.properties +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/messenger/outlookImportMsgs.properties +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/messenger/pgpmime.properties +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/messenger/preferences/advanced.dtd +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/messenger/preferences/applicationManager.dtd +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/messenger/preferences/applicationManager.properties +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/messenger/preferences/applications.dtd +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/messenger/preferences/applications.properties +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/messenger/preferences/attachmentReminder.dtd +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/messenger/preferences/chat.dtd +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/messenger/preferences/colors.dtd +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/messenger/preferences/compose.dtd +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/messenger/preferences/connection.dtd +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/messenger/preferences/cookies.dtd +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/messenger/preferences/display.dtd +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/messenger/preferences/dockoptions.dtd +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/messenger/preferences/fonts.dtd +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/messenger/preferences/general.dtd +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/messenger/preferences/notifications.dtd +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/messenger/preferences/offline.dtd +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/messenger/preferences/permissions.dtd +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/messenger/preferences/preferences.dtd +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/messenger/preferences/preferences.properties +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/messenger/preferences/privacy.dtd +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/messenger/preferences/receipts.dtd +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/messenger/preferences/security.dtd +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/messenger/preferences/sendoptions.dtd +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/messenger/prefs.properties +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/messenger/quickFilterBar.dtd +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/messenger/renameFolderDialog.dtd +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/messenger/safeMode.dtd +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/messenger/sanitize.dtd +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/messenger/search-attributes.properties +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/messenger/search-operators.properties +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/messenger/search.properties +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/messenger/searchIntegrationDefault.dtd +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/messenger/searchIntegrationMac.dtd +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/messenger/searchIntegrationWin.dtd +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/messenger/searchTermOverlay.dtd +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/messenger/shutdownWindow.properties +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/messenger/smime.properties +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/messenger/smtpEditOverlay.dtd +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/messenger/subscribe.dtd +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/messenger/subscribe.properties +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/messenger/systemIntegrationDialog.dtd +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/messenger/tabmail.dtd +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/messenger/taskbar.properties +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/messenger/telemetry.properties +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/messenger/templateUtils.properties +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/messenger/textImportMsgs.properties +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/messenger/vCardImportMsgs.properties +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/messenger/viewLog.dtd +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/messenger/viewZoomOverlay.dtd +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/messenger/virtualFolderListDialog.dtd +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/messenger/virtualFolderProperties.dtd +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/messenger/wmImportMsgs.properties +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/mozapps/downloads/downloads.dtd +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/mozapps/downloads/downloads.properties +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/mozapps/downloads/settingsChange.dtd +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/mozapps/downloads/unknownContentType.dtd +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/mozapps/downloads/unknownContentType.properties +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/mozapps/extensions/about.dtd +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/mozapps/extensions/blocklist.dtd +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/mozapps/extensions/extensions.dtd +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/mozapps/extensions/extensions.properties +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/mozapps/extensions/newaddon.dtd +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/mozapps/extensions/newaddon.properties +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/mozapps/extensions/selectAddons.dtd +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/mozapps/extensions/selectAddons.properties +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/mozapps/extensions/update.dtd +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/mozapps/extensions/update.properties +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/mozapps/handling/handling.dtd +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/mozapps/handling/handling.properties +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/mozapps/plugins/plugins.dtd +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/mozapps/preferences/changemp.dtd +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/mozapps/preferences/preferences.properties +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/mozapps/preferences/removemp.dtd +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/mozapps/profile/createProfileWizard.dtd +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/mozapps/profile/profileSelection.dtd +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/mozapps/profile/profileSelection.properties +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/mozapps/update/history.dtd +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/mozapps/update/updates.dtd +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/mozapps/update/updates.properties +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/mozapps/xpinstall/xpinstallConfirm.dtd +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/mozapps/xpinstall/xpinstallConfirm.properties +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/mozldap/ldap.properties +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/necko/necko.properties +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/passwordmgr/passwordManager.dtd +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/passwordmgr/passwordmgr.properties +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/pipnss/nsserrors.properties +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/pipnss/pipnss.properties +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/pippki/certManager.dtd +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/pippki/deviceManager.dtd +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/pippki/pippki.dtd +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/pippki/pippki.properties +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/chrome/nb-NO/locale/nb-NO/places/places.properties +lib/thunderbird38/extensions/langpack-nb-NO@thunderbird.mozilla.org/install.rdf +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome.manifest +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/.mkdir.done +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl.manifest +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/alerts/alert.dtd +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/alerts/notificationNames.properties +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/autoconfig/autoconfig.properties +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/branding/brand.dtd +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/branding/brand.properties +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/chat/accounts.properties +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/chat/commands.properties +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/chat/contacts.properties +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/chat/conversations.properties +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/chat/facebook.properties +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/chat/imtooltip.properties +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/chat/irc.properties +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/chat/logger.properties +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/chat/status.properties +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/chat/twitter.properties +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/chat/xmpp.properties +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/chat/yahoo.properties +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/communicator/utilityOverlay.dtd +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/cookie/cookieAcceptDialog.dtd +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/cookie/cookieAcceptDialog.properties +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/editor/EdAdvancedEdit.dtd +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/editor/EdColorPicker.dtd +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/editor/EdConvertToTable.dtd +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/editor/EdDialogOverlay.dtd +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/editor/EdNamedAnchorProperties.dtd +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/editor/EditorButtonProperties.dtd +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/editor/EditorColorProperties.dtd +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/editor/EditorFieldSetProperties.dtd +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/editor/EditorFormProperties.dtd +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/editor/EditorHLineProperties.dtd +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/editor/EditorImageProperties.dtd +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/editor/EditorInputProperties.dtd +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/editor/EditorInsertChars.dtd +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/editor/EditorInsertMath.dtd +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/editor/EditorInsertSource.dtd +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/editor/EditorInsertTOC.dtd +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/editor/EditorInsertTable.dtd +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/editor/EditorLabelProperties.dtd +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/editor/EditorLinkProperties.dtd +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/editor/EditorListProperties.dtd +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/editor/EditorPersonalDictionary.dtd +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/editor/EditorReplace.dtd +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/editor/EditorSelectProperties.dtd +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/editor/EditorSpellCheck.dtd +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/editor/EditorTableProperties.dtd +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/editor/EditorTextAreaProperties.dtd +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/editor/editor.properties +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/editor/editorOverlay.dtd +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/editor/editorSmileyOverlay.dtd +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/formautofill/requestAutocomplete.dtd +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/global-platform/mac/accessible.properties +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/global-platform/mac/intl.properties +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/global-platform/mac/platformKeys.properties +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/global-platform/unix/accessible.properties +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/global-platform/unix/intl.properties +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/global-platform/unix/platformKeys.properties +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/global-platform/win/accessible.properties +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/global-platform/win/intl.properties +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/global-platform/win/platformKeys.properties +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/global-region/region.properties +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/global/AccessFu.properties +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/global/about.dtd +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/global/aboutAbout.dtd +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/global/aboutNetworking.dtd +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/global/aboutReader.properties +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/global/aboutRights.dtd +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/global/aboutSupport.dtd +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/global/aboutSupport.properties +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/global/aboutTelemetry.dtd +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/global/aboutTelemetry.properties +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/global/appPicker.dtd +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/global/appstrings.properties +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/global/autocomplete.properties +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/global/brand.dtd +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/global/browser.properties +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/global/charsetMenu.dtd +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/global/charsetMenu.properties +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/global/commonDialog.dtd +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/global/commonDialogs.properties +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/global/config.dtd +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/global/config.properties +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/global/console.dtd +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/global/console.properties +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/global/contentAreaCommands.properties +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/global/crashes.dtd +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/global/crashes.properties +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/global/css.properties +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/global/customizeToolbar.dtd +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/global/customizeToolbar.properties +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/global/dateFormat.properties +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/global/datetimepicker.dtd +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/global/devtools/csscoverage.dtd +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/global/devtools/csscoverage.properties +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/global/devtools/debugger.properties +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/global/devtools/styleinspector.properties +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/global/dialog.properties +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/global/dialogOverlay.dtd +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/global/dom/dom.properties +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/global/editMenuOverlay.dtd +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/global/fallbackMenubar.properties +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/global/filefield.properties +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/global/filepicker.dtd +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/global/filepicker.properties +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/global/findbar.dtd +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/global/findbar.properties +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/global/finddialog.dtd +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/global/finddialog.properties +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/global/global-strres.properties +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/global/global.dtd +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/global/globalKeys.dtd +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/global/headsUpDisplay.properties +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/global/intl.css +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/global/intl.properties +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/global/keys.properties +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/global/languageNames.properties +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/global/layout/HtmlForm.properties +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/global/layout/MediaDocument.properties +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/global/layout/htmlparser.properties +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/global/layout/xmlparser.properties +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/global/layout_errors.properties +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/global/mathml/mathml.properties +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/global/mozilla.dtd +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/global/netError.dtd +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/global/netErrorApp.dtd +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/global/notification.dtd +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/global/nsWebBrowserPersist.properties +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/global/plugins.properties +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/global/preferences.dtd +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/global/printPageSetup.dtd +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/global/printPreview.dtd +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/global/printPreviewProgress.dtd +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/global/printProgress.dtd +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/global/printdialog.dtd +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/global/printdialog.properties +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/global/printing.properties +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/global/printjoboptions.dtd +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/global/regionNames.properties +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/global/resetProfile.dtd +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/global/resetProfile.properties +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/global/search/search.properties +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/global/security/caps.properties +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/global/security/csp.properties +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/global/security/security.properties +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/global/svg/svg.properties +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/global/textcontext.dtd +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/global/tree.dtd +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/global/videocontrols.dtd +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/global/viewSource.dtd +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/global/viewSource.properties +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/global/webapps.properties +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/global/wizard.dtd +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/global/wizard.properties +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/global/xbl.properties +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/global/xml/prettyprint.dtd +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/global/xslt/xslt.properties +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/global/xul.properties +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/messenger-mapi/mapi.properties +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/messenger-newsblog/am-newsblog.dtd +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/messenger-newsblog/feed-subscriptions.dtd +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/messenger-newsblog/newsblog.properties +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/messenger-region/region.properties +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/messenger-smime/certFetchingStatus.dtd +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/messenger-smime/msgCompSMIMEOverlay.dtd +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/messenger-smime/msgCompSMIMEOverlay.properties +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/messenger-smime/msgCompSecurityInfo.dtd +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/messenger-smime/msgCompSecurityInfo.properties +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/messenger-smime/msgReadSMIMEOverlay.dtd +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/messenger-smime/msgReadSMIMEOverlay.properties +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/messenger-smime/msgReadSecurityInfo.dtd +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/messenger-smime/msgSecurityInfo.properties +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/messenger/AccountManager.dtd +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/messenger/AccountWizard.dtd +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/messenger/CustomHeaders.dtd +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/messenger/FilterEditor.dtd +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/messenger/FilterListDialog.dtd +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/messenger/SearchDialog.dtd +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/messenger/aboutDialog.dtd +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/messenger/aboutDownloads.dtd +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/messenger/aboutRights.dtd +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/messenger/aboutRights.properties +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/messenger/aboutSupportMail.dtd +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/messenger/aboutSupportMail.properties +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/messenger/accountCreation.dtd +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/messenger/accountCreation.properties +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/messenger/accountCreationModel.properties +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/messenger/accountCreationUtil.properties +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/messenger/activity.dtd +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/messenger/activity.properties +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/messenger/addbuddy.dtd +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/messenger/addressbook/abAddressBookNameDialog.dtd +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/messenger/addressbook/abCardOverlay.dtd +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/messenger/addressbook/abContactsPanel.dtd +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/messenger/addressbook/abMailListDialog.dtd +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/messenger/addressbook/abMainWindow.dtd +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/messenger/addressbook/abNewCardDialog.dtd +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/messenger/addressbook/abResultsPaneOverlay.dtd +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/messenger/addressbook/addressBook.properties +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/messenger/addressbook/ldapAutoCompErrs.properties +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/messenger/addressbook/pref-directory-add.dtd +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/messenger/addressbook/pref-directory.dtd +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/messenger/addressbook/replicationProgress.properties +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/messenger/am-addressing.dtd +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/messenger/am-advanced.dtd +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/messenger/am-archiveoptions.dtd +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/messenger/am-copies.dtd +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/messenger/am-identities-list.dtd +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/messenger/am-identity-edit.dtd +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/messenger/am-im.dtd +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/messenger/am-junk.dtd +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/messenger/am-main.dtd +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/messenger/am-mdn.dtd +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/messenger/am-mdn.properties +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/messenger/am-offline.dtd +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/messenger/am-server-advanced.dtd +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/messenger/am-server-top.dtd +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/messenger/am-serverwithnoidentities.dtd +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/messenger/am-smime.dtd +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/messenger/am-smime.properties +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/messenger/appleMailImportMsgs.properties +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/messenger/baseMenuOverlay.dtd +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/messenger/charsetTitles.properties +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/messenger/chat.dtd +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/messenger/chat.properties +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/messenger/cloudfile/Box/auth.dtd +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/messenger/cloudfile/Box/management.dtd +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/messenger/cloudfile/Box/settings.dtd +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/messenger/cloudfile/Hightail/fileExceeds2GB.dtd +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/messenger/cloudfile/Hightail/fileExceedsLimit.dtd +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/messenger/cloudfile/Hightail/fileExceedsQuota.dtd +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/messenger/cloudfile/Hightail/management.dtd +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/messenger/cloudfile/Hightail/settings.dtd +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/messenger/cloudfile/addAccountDialog.dtd +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/messenger/cloudfile/management.dtd +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/messenger/configEditorOverlay.dtd +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/messenger/custom.properties +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/messenger/customizeToolbarOverlay.dtd +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/messenger/downloadheaders.dtd +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/messenger/downloads/settingsChange.dtd +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/messenger/downloadsOverlay.dtd +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/messenger/editContactOverlay.dtd +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/messenger/editContactOverlay.properties +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/messenger/eudoraImportMsgs.properties +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/messenger/fieldMapImport.dtd +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/messenger/filter.properties +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/messenger/folderProps.dtd +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/messenger/folderWidgets.properties +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/messenger/folderpane.dtd +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/messenger/gloda.properties +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/messenger/glodaComplete.properties +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/messenger/glodaFacetView.dtd +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/messenger/glodaFacetView.properties +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/messenger/imAccountWizard.dtd +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/messenger/imAccounts.dtd +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/messenger/imAccounts.properties +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/messenger/imapMsgs.properties +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/messenger/importDialog.dtd +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/messenger/importMsgs.properties +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/messenger/joinChat.dtd +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/messenger/junkLog.dtd +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/messenger/junkMailInfo.dtd +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/messenger/localMsgs.properties +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/messenger/mailEditorOverlay.dtd +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/messenger/mailOverlay.dtd +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/messenger/mailViewList.dtd +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/messenger/mailViewSetup.dtd +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/messenger/mailviews.properties +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/messenger/markByDate.dtd +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/messenger/messenger.dtd +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/messenger/messenger.properties +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/messenger/messengercompose/addressingWidgetOverlay.dtd +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/messenger/messengercompose/askSendFormat.dtd +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/messenger/messengercompose/askSendFormat.properties +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/messenger/messengercompose/composeMsgs.properties +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/messenger/messengercompose/mailComposeEditorOverlay.dtd +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/messenger/messengercompose/messengercompose.dtd +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/messenger/messengercompose/sendProgress.dtd +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/messenger/messengercompose/sendProgress.properties +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/messenger/migration/migration.dtd +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/messenger/migration/migration.properties +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/messenger/mime.properties +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/messenger/mimeheader.properties +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/messenger/msgAccountCentral.dtd +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/messenger/msgHdrViewOverlay.dtd +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/messenger/msgPrintEngine.dtd +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/messenger/msgSynchronize.dtd +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/messenger/msgViewPickerOverlay.dtd +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/messenger/msgmdn.properties +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/messenger/multimessageview.dtd +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/messenger/multimessageview.properties +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/messenger/netError.dtd +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/messenger/newFolderDialog.dtd +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/messenger/newTagDialog.dtd +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/messenger/newmailaccount/accountProvisioner.dtd +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/messenger/newmailaccount/accountProvisioner.properties +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/messenger/news.properties +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/messenger/oeImportMsgs.properties +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/messenger/offline.properties +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/messenger/offlineStartup.properties +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/messenger/outlookImportMsgs.properties +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/messenger/pgpmime.properties +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/messenger/preferences/advanced.dtd +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/messenger/preferences/applicationManager.dtd +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/messenger/preferences/applicationManager.properties +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/messenger/preferences/applications.dtd +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/messenger/preferences/applications.properties +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/messenger/preferences/attachmentReminder.dtd +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/messenger/preferences/chat.dtd +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/messenger/preferences/colors.dtd +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/messenger/preferences/compose.dtd +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/messenger/preferences/connection.dtd +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/messenger/preferences/cookies.dtd +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/messenger/preferences/display.dtd +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/messenger/preferences/dockoptions.dtd +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/messenger/preferences/fonts.dtd +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/messenger/preferences/general.dtd +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/messenger/preferences/notifications.dtd +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/messenger/preferences/offline.dtd +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/messenger/preferences/permissions.dtd +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/messenger/preferences/preferences.dtd +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/messenger/preferences/preferences.properties +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/messenger/preferences/privacy.dtd +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/messenger/preferences/receipts.dtd +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/messenger/preferences/security.dtd +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/messenger/preferences/sendoptions.dtd +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/messenger/prefs.properties +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/messenger/quickFilterBar.dtd +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/messenger/renameFolderDialog.dtd +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/messenger/safeMode.dtd +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/messenger/sanitize.dtd +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/messenger/search-attributes.properties +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/messenger/search-operators.properties +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/messenger/search.properties +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/messenger/searchIntegrationDefault.dtd +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/messenger/searchIntegrationMac.dtd +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/messenger/searchIntegrationWin.dtd +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/messenger/searchTermOverlay.dtd +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/messenger/shutdownWindow.properties +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/messenger/smime.properties +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/messenger/smtpEditOverlay.dtd +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/messenger/subscribe.dtd +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/messenger/subscribe.properties +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/messenger/systemIntegrationDialog.dtd +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/messenger/tabmail.dtd +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/messenger/taskbar.properties +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/messenger/telemetry.properties +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/messenger/templateUtils.properties +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/messenger/textImportMsgs.properties +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/messenger/vCardImportMsgs.properties +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/messenger/viewLog.dtd +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/messenger/viewZoomOverlay.dtd +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/messenger/virtualFolderListDialog.dtd +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/messenger/virtualFolderProperties.dtd +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/messenger/wmImportMsgs.properties +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/mozapps/downloads/downloads.dtd +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/mozapps/downloads/downloads.properties +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/mozapps/downloads/settingsChange.dtd +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/mozapps/downloads/unknownContentType.dtd +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/mozapps/downloads/unknownContentType.properties +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/mozapps/extensions/about.dtd +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/mozapps/extensions/blocklist.dtd +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/mozapps/extensions/extensions.dtd +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/mozapps/extensions/extensions.properties +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/mozapps/extensions/newaddon.dtd +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/mozapps/extensions/newaddon.properties +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/mozapps/extensions/selectAddons.dtd +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/mozapps/extensions/selectAddons.properties +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/mozapps/extensions/update.dtd +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/mozapps/extensions/update.properties +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/mozapps/handling/handling.dtd +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/mozapps/handling/handling.properties +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/mozapps/plugins/plugins.dtd +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/mozapps/preferences/changemp.dtd +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/mozapps/preferences/preferences.properties +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/mozapps/preferences/removemp.dtd +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/mozapps/profile/createProfileWizard.dtd +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/mozapps/profile/profileSelection.dtd +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/mozapps/profile/profileSelection.properties +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/mozapps/update/history.dtd +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/mozapps/update/updates.dtd +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/mozapps/update/updates.properties +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/mozapps/xpinstall/xpinstallConfirm.dtd +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/mozapps/xpinstall/xpinstallConfirm.properties +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/mozldap/ldap.properties +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/necko/necko.properties +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/passwordmgr/passwordManager.dtd +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/passwordmgr/passwordmgr.properties +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/pipnss/nsserrors.properties +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/pipnss/pipnss.properties +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/pippki/certManager.dtd +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/pippki/deviceManager.dtd +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/pippki/pippki.dtd +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/pippki/pippki.properties +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/chrome/nl/locale/nl/places/places.properties +lib/thunderbird38/extensions/langpack-nl@thunderbird.mozilla.org/install.rdf +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome.manifest +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/.mkdir.done +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO.manifest +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/alerts/alert.dtd +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/alerts/notificationNames.properties +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/autoconfig/autoconfig.properties +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/branding/brand.dtd +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/branding/brand.properties +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/chat/accounts.properties +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/chat/commands.properties +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/chat/contacts.properties +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/chat/conversations.properties +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/chat/facebook.properties +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/chat/imtooltip.properties +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/chat/irc.properties +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/chat/logger.properties +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/chat/status.properties +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/chat/twitter.properties +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/chat/xmpp.properties +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/chat/yahoo.properties +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/communicator/utilityOverlay.dtd +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/cookie/cookieAcceptDialog.dtd +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/cookie/cookieAcceptDialog.properties +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/editor/EdAdvancedEdit.dtd +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/editor/EdColorPicker.dtd +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/editor/EdConvertToTable.dtd +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/editor/EdDialogOverlay.dtd +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/editor/EdNamedAnchorProperties.dtd +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/editor/EditorButtonProperties.dtd +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/editor/EditorColorProperties.dtd +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/editor/EditorFieldSetProperties.dtd +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/editor/EditorFormProperties.dtd +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/editor/EditorHLineProperties.dtd +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/editor/EditorImageProperties.dtd +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/editor/EditorInputProperties.dtd +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/editor/EditorInsertChars.dtd +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/editor/EditorInsertMath.dtd +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/editor/EditorInsertSource.dtd +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/editor/EditorInsertTOC.dtd +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/editor/EditorInsertTable.dtd +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/editor/EditorLabelProperties.dtd +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/editor/EditorLinkProperties.dtd +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/editor/EditorListProperties.dtd +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/editor/EditorPersonalDictionary.dtd +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/editor/EditorReplace.dtd +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/editor/EditorSelectProperties.dtd +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/editor/EditorSpellCheck.dtd +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/editor/EditorTableProperties.dtd +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/editor/EditorTextAreaProperties.dtd +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/editor/editor.properties +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/editor/editorOverlay.dtd +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/editor/editorSmileyOverlay.dtd +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/formautofill/requestAutocomplete.dtd +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/global-platform/mac/accessible.properties +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/global-platform/mac/intl.properties +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/global-platform/mac/platformKeys.properties +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/global-platform/unix/accessible.properties +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/global-platform/unix/intl.properties +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/global-platform/unix/platformKeys.properties +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/global-platform/win/accessible.properties +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/global-platform/win/intl.properties +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/global-platform/win/platformKeys.properties +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/global-region/region.properties +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/global/AccessFu.properties +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/global/about.dtd +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/global/aboutAbout.dtd +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/global/aboutNetworking.dtd +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/global/aboutReader.properties +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/global/aboutRights.dtd +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/global/aboutSupport.dtd +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/global/aboutSupport.properties +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/global/aboutTelemetry.dtd +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/global/aboutTelemetry.properties +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/global/appPicker.dtd +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/global/appstrings.properties +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/global/autocomplete.properties +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/global/brand.dtd +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/global/browser.properties +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/global/charsetMenu.dtd +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/global/charsetMenu.properties +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/global/commonDialog.dtd +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/global/commonDialogs.properties +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/global/config.dtd +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/global/config.properties +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/global/console.dtd +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/global/console.properties +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/global/contentAreaCommands.properties +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/global/crashes.dtd +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/global/crashes.properties +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/global/css.properties +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/global/customizeToolbar.dtd +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/global/customizeToolbar.properties +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/global/dateFormat.properties +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/global/datetimepicker.dtd +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/global/devtools/csscoverage.dtd +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/global/devtools/csscoverage.properties +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/global/devtools/debugger.properties +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/global/devtools/styleinspector.properties +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/global/dialog.properties +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/global/dialogOverlay.dtd +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/global/dom/dom.properties +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/global/editMenuOverlay.dtd +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/global/fallbackMenubar.properties +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/global/filefield.properties +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/global/filepicker.dtd +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/global/filepicker.properties +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/global/findbar.dtd +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/global/findbar.properties +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/global/finddialog.dtd +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/global/finddialog.properties +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/global/global-strres.properties +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/global/global.dtd +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/global/globalKeys.dtd +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/global/headsUpDisplay.properties +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/global/intl.css +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/global/intl.properties +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/global/keys.properties +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/global/languageNames.properties +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/global/layout/HtmlForm.properties +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/global/layout/MediaDocument.properties +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/global/layout/htmlparser.properties +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/global/layout/xmlparser.properties +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/global/layout_errors.properties +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/global/mathml/mathml.properties +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/global/mozilla.dtd +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/global/netError.dtd +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/global/netErrorApp.dtd +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/global/notification.dtd +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/global/nsWebBrowserPersist.properties +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/global/plugins.properties +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/global/preferences.dtd +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/global/printPageSetup.dtd +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/global/printPreview.dtd +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/global/printPreviewProgress.dtd +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/global/printProgress.dtd +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/global/printdialog.dtd +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/global/printdialog.properties +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/global/printing.properties +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/global/printjoboptions.dtd +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/global/regionNames.properties +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/global/resetProfile.dtd +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/global/resetProfile.properties +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/global/search/search.properties +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/global/security/caps.properties +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/global/security/csp.properties +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/global/security/security.properties +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/global/svg/svg.properties +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/global/textcontext.dtd +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/global/tree.dtd +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/global/videocontrols.dtd +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/global/viewSource.dtd +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/global/viewSource.properties +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/global/webapps.properties +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/global/wizard.dtd +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/global/wizard.properties +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/global/xbl.properties +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/global/xml/prettyprint.dtd +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/global/xslt/xslt.properties +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/global/xul.properties +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/messenger-mapi/mapi.properties +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/messenger-newsblog/am-newsblog.dtd +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/messenger-newsblog/feed-subscriptions.dtd +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/messenger-newsblog/newsblog.properties +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/messenger-region/region.properties +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/messenger-smime/certFetchingStatus.dtd +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/messenger-smime/msgCompSMIMEOverlay.dtd +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/messenger-smime/msgCompSMIMEOverlay.properties +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/messenger-smime/msgCompSecurityInfo.dtd +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/messenger-smime/msgCompSecurityInfo.properties +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/messenger-smime/msgReadSMIMEOverlay.dtd +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/messenger-smime/msgReadSMIMEOverlay.properties +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/messenger-smime/msgReadSecurityInfo.dtd +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/messenger-smime/msgSecurityInfo.properties +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/messenger/AccountManager.dtd +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/messenger/AccountWizard.dtd +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/messenger/CustomHeaders.dtd +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/messenger/FilterEditor.dtd +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/messenger/FilterListDialog.dtd +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/messenger/SearchDialog.dtd +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/messenger/aboutDialog.dtd +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/messenger/aboutDownloads.dtd +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/messenger/aboutRights.dtd +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/messenger/aboutRights.properties +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/messenger/aboutSupportMail.dtd +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/messenger/aboutSupportMail.properties +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/messenger/accountCreation.dtd +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/messenger/accountCreation.properties +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/messenger/accountCreationModel.properties +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/messenger/accountCreationUtil.properties +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/messenger/activity.dtd +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/messenger/activity.properties +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/messenger/addbuddy.dtd +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/messenger/addressbook/abAddressBookNameDialog.dtd +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/messenger/addressbook/abCardOverlay.dtd +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/messenger/addressbook/abContactsPanel.dtd +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/messenger/addressbook/abMailListDialog.dtd +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/messenger/addressbook/abMainWindow.dtd +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/messenger/addressbook/abNewCardDialog.dtd +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/messenger/addressbook/abResultsPaneOverlay.dtd +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/messenger/addressbook/addressBook.properties +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/messenger/addressbook/ldapAutoCompErrs.properties +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/messenger/addressbook/pref-directory-add.dtd +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/messenger/addressbook/pref-directory.dtd +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/messenger/addressbook/replicationProgress.properties +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/messenger/am-addressing.dtd +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/messenger/am-advanced.dtd +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/messenger/am-archiveoptions.dtd +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/messenger/am-copies.dtd +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/messenger/am-identities-list.dtd +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/messenger/am-identity-edit.dtd +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/messenger/am-im.dtd +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/messenger/am-junk.dtd +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/messenger/am-main.dtd +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/messenger/am-mdn.dtd +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/messenger/am-mdn.properties +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/messenger/am-offline.dtd +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/messenger/am-server-advanced.dtd +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/messenger/am-server-top.dtd +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/messenger/am-serverwithnoidentities.dtd +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/messenger/am-smime.dtd +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/messenger/am-smime.properties +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/messenger/appleMailImportMsgs.properties +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/messenger/baseMenuOverlay.dtd +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/messenger/charsetTitles.properties +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/messenger/chat.dtd +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/messenger/chat.properties +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/messenger/cloudfile/Box/auth.dtd +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/messenger/cloudfile/Box/management.dtd +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/messenger/cloudfile/Box/settings.dtd +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/messenger/cloudfile/Hightail/fileExceeds2GB.dtd +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/messenger/cloudfile/Hightail/fileExceedsLimit.dtd +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/messenger/cloudfile/Hightail/fileExceedsQuota.dtd +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/messenger/cloudfile/Hightail/management.dtd +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/messenger/cloudfile/Hightail/settings.dtd +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/messenger/cloudfile/addAccountDialog.dtd +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/messenger/cloudfile/management.dtd +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/messenger/configEditorOverlay.dtd +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/messenger/custom.properties +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/messenger/customizeToolbarOverlay.dtd +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/messenger/downloadheaders.dtd +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/messenger/downloads/settingsChange.dtd +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/messenger/downloadsOverlay.dtd +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/messenger/editContactOverlay.dtd +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/messenger/editContactOverlay.properties +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/messenger/eudoraImportMsgs.properties +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/messenger/fieldMapImport.dtd +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/messenger/filter.properties +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/messenger/folderProps.dtd +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/messenger/folderWidgets.properties +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/messenger/folderpane.dtd +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/messenger/gloda.properties +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/messenger/glodaComplete.properties +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/messenger/glodaFacetView.dtd +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/messenger/glodaFacetView.properties +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/messenger/imAccountWizard.dtd +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/messenger/imAccounts.dtd +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/messenger/imAccounts.properties +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/messenger/imapMsgs.properties +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/messenger/importDialog.dtd +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/messenger/importMsgs.properties +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/messenger/joinChat.dtd +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/messenger/junkLog.dtd +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/messenger/junkMailInfo.dtd +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/messenger/localMsgs.properties +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/messenger/mailEditorOverlay.dtd +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/messenger/mailOverlay.dtd +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/messenger/mailViewList.dtd +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/messenger/mailViewSetup.dtd +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/messenger/mailviews.properties +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/messenger/markByDate.dtd +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/messenger/messenger.dtd +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/messenger/messenger.properties +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/messenger/messengercompose/addressingWidgetOverlay.dtd +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/messenger/messengercompose/askSendFormat.dtd +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/messenger/messengercompose/askSendFormat.properties +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/messenger/messengercompose/composeMsgs.properties +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/messenger/messengercompose/mailComposeEditorOverlay.dtd +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/messenger/messengercompose/messengercompose.dtd +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/messenger/messengercompose/sendProgress.dtd +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/messenger/messengercompose/sendProgress.properties +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/messenger/migration/migration.dtd +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/messenger/migration/migration.properties +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/messenger/mime.properties +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/messenger/mimeheader.properties +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/messenger/msgAccountCentral.dtd +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/messenger/msgHdrViewOverlay.dtd +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/messenger/msgPrintEngine.dtd +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/messenger/msgSynchronize.dtd +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/messenger/msgViewPickerOverlay.dtd +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/messenger/msgmdn.properties +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/messenger/multimessageview.dtd +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/messenger/multimessageview.properties +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/messenger/netError.dtd +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/messenger/newFolderDialog.dtd +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/messenger/newTagDialog.dtd +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/messenger/newmailaccount/accountProvisioner.dtd +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/messenger/newmailaccount/accountProvisioner.properties +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/messenger/news.properties +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/messenger/oeImportMsgs.properties +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/messenger/offline.properties +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/messenger/offlineStartup.properties +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/messenger/outlookImportMsgs.properties +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/messenger/pgpmime.properties +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/messenger/preferences/advanced.dtd +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/messenger/preferences/applicationManager.dtd +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/messenger/preferences/applicationManager.properties +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/messenger/preferences/applications.dtd +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/messenger/preferences/applications.properties +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/messenger/preferences/attachmentReminder.dtd +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/messenger/preferences/chat.dtd +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/messenger/preferences/colors.dtd +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/messenger/preferences/compose.dtd +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/messenger/preferences/connection.dtd +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/messenger/preferences/cookies.dtd +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/messenger/preferences/display.dtd +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/messenger/preferences/dockoptions.dtd +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/messenger/preferences/fonts.dtd +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/messenger/preferences/general.dtd +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/messenger/preferences/notifications.dtd +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/messenger/preferences/offline.dtd +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/messenger/preferences/permissions.dtd +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/messenger/preferences/preferences.dtd +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/messenger/preferences/preferences.properties +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/messenger/preferences/privacy.dtd +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/messenger/preferences/receipts.dtd +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/messenger/preferences/security.dtd +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/messenger/preferences/sendoptions.dtd +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/messenger/prefs.properties +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/messenger/quickFilterBar.dtd +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/messenger/renameFolderDialog.dtd +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/messenger/safeMode.dtd +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/messenger/sanitize.dtd +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/messenger/search-attributes.properties +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/messenger/search-operators.properties +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/messenger/search.properties +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/messenger/searchIntegrationDefault.dtd +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/messenger/searchIntegrationMac.dtd +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/messenger/searchIntegrationWin.dtd +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/messenger/searchTermOverlay.dtd +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/messenger/shutdownWindow.properties +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/messenger/smime.properties +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/messenger/smtpEditOverlay.dtd +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/messenger/subscribe.dtd +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/messenger/subscribe.properties +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/messenger/systemIntegrationDialog.dtd +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/messenger/tabmail.dtd +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/messenger/taskbar.properties +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/messenger/telemetry.properties +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/messenger/templateUtils.properties +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/messenger/textImportMsgs.properties +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/messenger/vCardImportMsgs.properties +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/messenger/viewLog.dtd +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/messenger/viewZoomOverlay.dtd +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/messenger/virtualFolderListDialog.dtd +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/messenger/virtualFolderProperties.dtd +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/messenger/wmImportMsgs.properties +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/mozapps/downloads/downloads.dtd +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/mozapps/downloads/downloads.properties +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/mozapps/downloads/settingsChange.dtd +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/mozapps/downloads/unknownContentType.dtd +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/mozapps/downloads/unknownContentType.properties +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/mozapps/extensions/about.dtd +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/mozapps/extensions/blocklist.dtd +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/mozapps/extensions/extensions.dtd +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/mozapps/extensions/extensions.properties +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/mozapps/extensions/newaddon.dtd +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/mozapps/extensions/newaddon.properties +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/mozapps/extensions/selectAddons.dtd +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/mozapps/extensions/selectAddons.properties +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/mozapps/extensions/update.dtd +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/mozapps/extensions/update.properties +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/mozapps/handling/handling.dtd +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/mozapps/handling/handling.properties +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/mozapps/plugins/plugins.dtd +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/mozapps/preferences/changemp.dtd +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/mozapps/preferences/preferences.properties +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/mozapps/preferences/removemp.dtd +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/mozapps/profile/createProfileWizard.dtd +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/mozapps/profile/profileSelection.dtd +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/mozapps/profile/profileSelection.properties +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/mozapps/update/history.dtd +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/mozapps/update/updates.dtd +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/mozapps/update/updates.properties +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/mozapps/xpinstall/xpinstallConfirm.dtd +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/mozapps/xpinstall/xpinstallConfirm.properties +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/mozldap/ldap.properties +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/necko/necko.properties +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/passwordmgr/passwordManager.dtd +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/passwordmgr/passwordmgr.properties +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/pipnss/nsserrors.properties +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/pipnss/pipnss.properties +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/pippki/certManager.dtd +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/pippki/deviceManager.dtd +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/pippki/pippki.dtd +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/pippki/pippki.properties +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/chrome/nn-NO/locale/nn-NO/places/places.properties +lib/thunderbird38/extensions/langpack-nn-NO@thunderbird.mozilla.org/install.rdf +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome.manifest +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/.mkdir.done +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR.manifest +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/alerts/alert.dtd +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/alerts/notificationNames.properties +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/autoconfig/autoconfig.properties +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/branding/brand.dtd +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/branding/brand.properties +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/chat/accounts.properties +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/chat/commands.properties +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/chat/contacts.properties +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/chat/conversations.properties +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/chat/facebook.properties +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/chat/imtooltip.properties +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/chat/irc.properties +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/chat/logger.properties +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/chat/status.properties +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/chat/twitter.properties +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/chat/xmpp.properties +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/chat/yahoo.properties +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/communicator/utilityOverlay.dtd +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/cookie/cookieAcceptDialog.dtd +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/cookie/cookieAcceptDialog.properties +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/editor/EdAdvancedEdit.dtd +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/editor/EdColorPicker.dtd +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/editor/EdConvertToTable.dtd +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/editor/EdDialogOverlay.dtd +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/editor/EdNamedAnchorProperties.dtd +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/editor/EditorButtonProperties.dtd +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/editor/EditorColorProperties.dtd +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/editor/EditorFieldSetProperties.dtd +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/editor/EditorFormProperties.dtd +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/editor/EditorHLineProperties.dtd +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/editor/EditorImageProperties.dtd +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/editor/EditorInputProperties.dtd +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/editor/EditorInsertChars.dtd +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/editor/EditorInsertMath.dtd +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/editor/EditorInsertSource.dtd +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/editor/EditorInsertTOC.dtd +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/editor/EditorInsertTable.dtd +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/editor/EditorLabelProperties.dtd +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/editor/EditorLinkProperties.dtd +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/editor/EditorListProperties.dtd +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/editor/EditorPersonalDictionary.dtd +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/editor/EditorReplace.dtd +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/editor/EditorSelectProperties.dtd +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/editor/EditorSpellCheck.dtd +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/editor/EditorTableProperties.dtd +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/editor/EditorTextAreaProperties.dtd +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/editor/editor.properties +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/editor/editorOverlay.dtd +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/editor/editorSmileyOverlay.dtd +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/formautofill/requestAutocomplete.dtd +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/global-platform/mac/accessible.properties +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/global-platform/mac/intl.properties +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/global-platform/mac/platformKeys.properties +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/global-platform/unix/accessible.properties +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/global-platform/unix/intl.properties +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/global-platform/unix/platformKeys.properties +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/global-platform/win/accessible.properties +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/global-platform/win/intl.properties +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/global-platform/win/platformKeys.properties +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/global-region/region.properties +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/global/AccessFu.properties +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/global/about.dtd +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/global/aboutAbout.dtd +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/global/aboutNetworking.dtd +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/global/aboutReader.properties +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/global/aboutRights.dtd +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/global/aboutSupport.dtd +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/global/aboutSupport.properties +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/global/aboutTelemetry.dtd +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/global/aboutTelemetry.properties +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/global/appPicker.dtd +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/global/appstrings.properties +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/global/autocomplete.properties +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/global/brand.dtd +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/global/browser.properties +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/global/charsetMenu.dtd +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/global/charsetMenu.properties +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/global/commonDialog.dtd +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/global/commonDialogs.properties +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/global/config.dtd +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/global/config.properties +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/global/console.dtd +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/global/console.properties +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/global/contentAreaCommands.properties +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/global/crashes.dtd +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/global/crashes.properties +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/global/css.properties +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/global/customizeToolbar.dtd +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/global/customizeToolbar.properties +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/global/dateFormat.properties +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/global/datetimepicker.dtd +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/global/devtools/csscoverage.dtd +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/global/devtools/csscoverage.properties +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/global/devtools/debugger.properties +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/global/devtools/styleinspector.properties +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/global/dialog.properties +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/global/dialogOverlay.dtd +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/global/dom/dom.properties +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/global/editMenuOverlay.dtd +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/global/fallbackMenubar.properties +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/global/filefield.properties +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/global/filepicker.dtd +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/global/filepicker.properties +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/global/findbar.dtd +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/global/findbar.properties +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/global/finddialog.dtd +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/global/finddialog.properties +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/global/global-strres.properties +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/global/global.dtd +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/global/globalKeys.dtd +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/global/headsUpDisplay.properties +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/global/intl.css +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/global/intl.properties +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/global/keys.properties +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/global/languageNames.properties +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/global/layout/HtmlForm.properties +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/global/layout/MediaDocument.properties +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/global/layout/htmlparser.properties +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/global/layout/xmlparser.properties +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/global/layout_errors.properties +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/global/mathml/mathml.properties +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/global/mozilla.dtd +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/global/netError.dtd +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/global/netErrorApp.dtd +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/global/notification.dtd +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/global/nsWebBrowserPersist.properties +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/global/plugins.properties +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/global/preferences.dtd +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/global/printPageSetup.dtd +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/global/printPreview.dtd +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/global/printPreviewProgress.dtd +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/global/printProgress.dtd +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/global/printdialog.dtd +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/global/printdialog.properties +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/global/printing.properties +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/global/printjoboptions.dtd +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/global/regionNames.properties +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/global/resetProfile.dtd +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/global/resetProfile.properties +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/global/search/search.properties +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/global/security/caps.properties +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/global/security/csp.properties +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/global/security/security.properties +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/global/svg/svg.properties +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/global/textcontext.dtd +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/global/tree.dtd +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/global/videocontrols.dtd +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/global/viewSource.dtd +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/global/viewSource.properties +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/global/webapps.properties +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/global/wizard.dtd +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/global/wizard.properties +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/global/xbl.properties +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/global/xml/prettyprint.dtd +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/global/xslt/xslt.properties +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/global/xul.properties +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/messenger-mapi/mapi.properties +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/messenger-newsblog/am-newsblog.dtd +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/messenger-newsblog/feed-subscriptions.dtd +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/messenger-newsblog/newsblog.properties +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/messenger-region/region.properties +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/messenger-smime/certFetchingStatus.dtd +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/messenger-smime/msgCompSMIMEOverlay.dtd +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/messenger-smime/msgCompSMIMEOverlay.properties +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/messenger-smime/msgCompSecurityInfo.dtd +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/messenger-smime/msgCompSecurityInfo.properties +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/messenger-smime/msgReadSMIMEOverlay.dtd +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/messenger-smime/msgReadSMIMEOverlay.properties +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/messenger-smime/msgReadSecurityInfo.dtd +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/messenger-smime/msgSecurityInfo.properties +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/messenger/AccountManager.dtd +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/messenger/AccountWizard.dtd +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/messenger/CustomHeaders.dtd +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/messenger/FilterEditor.dtd +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/messenger/FilterListDialog.dtd +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/messenger/SearchDialog.dtd +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/messenger/aboutDialog.dtd +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/messenger/aboutDownloads.dtd +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/messenger/aboutRights.dtd +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/messenger/aboutRights.properties +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/messenger/aboutSupportMail.dtd +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/messenger/aboutSupportMail.properties +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/messenger/accountCreation.dtd +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/messenger/accountCreation.properties +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/messenger/accountCreationModel.properties +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/messenger/accountCreationUtil.properties +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/messenger/activity.dtd +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/messenger/activity.properties +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/messenger/addbuddy.dtd +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/messenger/addressbook/abAddressBookNameDialog.dtd +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/messenger/addressbook/abCardOverlay.dtd +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/messenger/addressbook/abContactsPanel.dtd +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/messenger/addressbook/abMailListDialog.dtd +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/messenger/addressbook/abMainWindow.dtd +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/messenger/addressbook/abNewCardDialog.dtd +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/messenger/addressbook/abResultsPaneOverlay.dtd +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/messenger/addressbook/addressBook.properties +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/messenger/addressbook/ldapAutoCompErrs.properties +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/messenger/addressbook/pref-directory-add.dtd +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/messenger/addressbook/pref-directory.dtd +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/messenger/addressbook/replicationProgress.properties +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/messenger/am-addressing.dtd +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/messenger/am-advanced.dtd +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/messenger/am-archiveoptions.dtd +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/messenger/am-copies.dtd +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/messenger/am-identities-list.dtd +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/messenger/am-identity-edit.dtd +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/messenger/am-im.dtd +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/messenger/am-junk.dtd +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/messenger/am-main.dtd +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/messenger/am-mdn.dtd +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/messenger/am-mdn.properties +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/messenger/am-offline.dtd +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/messenger/am-server-advanced.dtd +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/messenger/am-server-top.dtd +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/messenger/am-serverwithnoidentities.dtd +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/messenger/am-smime.dtd +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/messenger/am-smime.properties +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/messenger/appleMailImportMsgs.properties +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/messenger/baseMenuOverlay.dtd +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/messenger/charsetTitles.properties +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/messenger/chat.dtd +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/messenger/chat.properties +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/messenger/cloudfile/Box/auth.dtd +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/messenger/cloudfile/Box/management.dtd +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/messenger/cloudfile/Box/settings.dtd +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/messenger/cloudfile/Hightail/fileExceeds2GB.dtd +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/messenger/cloudfile/Hightail/fileExceedsLimit.dtd +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/messenger/cloudfile/Hightail/fileExceedsQuota.dtd +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/messenger/cloudfile/Hightail/management.dtd +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/messenger/cloudfile/Hightail/settings.dtd +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/messenger/cloudfile/addAccountDialog.dtd +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/messenger/cloudfile/management.dtd +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/messenger/configEditorOverlay.dtd +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/messenger/custom.properties +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/messenger/customizeToolbarOverlay.dtd +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/messenger/downloadheaders.dtd +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/messenger/downloads/settingsChange.dtd +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/messenger/downloadsOverlay.dtd +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/messenger/editContactOverlay.dtd +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/messenger/editContactOverlay.properties +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/messenger/eudoraImportMsgs.properties +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/messenger/fieldMapImport.dtd +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/messenger/filter.properties +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/messenger/folderProps.dtd +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/messenger/folderWidgets.properties +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/messenger/folderpane.dtd +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/messenger/gloda.properties +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/messenger/glodaComplete.properties +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/messenger/glodaFacetView.dtd +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/messenger/glodaFacetView.properties +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/messenger/imAccountWizard.dtd +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/messenger/imAccounts.dtd +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/messenger/imAccounts.properties +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/messenger/imapMsgs.properties +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/messenger/importDialog.dtd +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/messenger/importMsgs.properties +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/messenger/joinChat.dtd +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/messenger/junkLog.dtd +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/messenger/junkMailInfo.dtd +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/messenger/localMsgs.properties +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/messenger/mailEditorOverlay.dtd +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/messenger/mailOverlay.dtd +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/messenger/mailViewList.dtd +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/messenger/mailViewSetup.dtd +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/messenger/mailviews.properties +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/messenger/markByDate.dtd +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/messenger/messenger.dtd +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/messenger/messenger.properties +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/messenger/messengercompose/addressingWidgetOverlay.dtd +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/messenger/messengercompose/askSendFormat.dtd +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/messenger/messengercompose/askSendFormat.properties +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/messenger/messengercompose/composeMsgs.properties +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/messenger/messengercompose/mailComposeEditorOverlay.dtd +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/messenger/messengercompose/messengercompose.dtd +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/messenger/messengercompose/sendProgress.dtd +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/messenger/messengercompose/sendProgress.properties +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/messenger/migration/migration.dtd +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/messenger/migration/migration.properties +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/messenger/mime.properties +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/messenger/mimeheader.properties +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/messenger/msgAccountCentral.dtd +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/messenger/msgHdrViewOverlay.dtd +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/messenger/msgPrintEngine.dtd +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/messenger/msgSynchronize.dtd +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/messenger/msgViewPickerOverlay.dtd +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/messenger/msgmdn.properties +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/messenger/multimessageview.dtd +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/messenger/multimessageview.properties +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/messenger/netError.dtd +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/messenger/newFolderDialog.dtd +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/messenger/newTagDialog.dtd +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/messenger/newmailaccount/accountProvisioner.dtd +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/messenger/newmailaccount/accountProvisioner.properties +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/messenger/news.properties +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/messenger/oeImportMsgs.properties +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/messenger/offline.properties +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/messenger/offlineStartup.properties +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/messenger/outlookImportMsgs.properties +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/messenger/pgpmime.properties +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/messenger/preferences/advanced.dtd +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/messenger/preferences/applicationManager.dtd +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/messenger/preferences/applicationManager.properties +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/messenger/preferences/applications.dtd +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/messenger/preferences/applications.properties +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/messenger/preferences/attachmentReminder.dtd +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/messenger/preferences/chat.dtd +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/messenger/preferences/colors.dtd +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/messenger/preferences/compose.dtd +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/messenger/preferences/connection.dtd +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/messenger/preferences/cookies.dtd +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/messenger/preferences/display.dtd +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/messenger/preferences/dockoptions.dtd +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/messenger/preferences/fonts.dtd +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/messenger/preferences/general.dtd +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/messenger/preferences/notifications.dtd +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/messenger/preferences/offline.dtd +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/messenger/preferences/permissions.dtd +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/messenger/preferences/preferences.dtd +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/messenger/preferences/preferences.properties +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/messenger/preferences/privacy.dtd +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/messenger/preferences/receipts.dtd +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/messenger/preferences/security.dtd +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/messenger/preferences/sendoptions.dtd +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/messenger/prefs.properties +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/messenger/quickFilterBar.dtd +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/messenger/renameFolderDialog.dtd +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/messenger/safeMode.dtd +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/messenger/sanitize.dtd +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/messenger/search-attributes.properties +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/messenger/search-operators.properties +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/messenger/search.properties +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/messenger/searchIntegrationDefault.dtd +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/messenger/searchIntegrationMac.dtd +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/messenger/searchIntegrationWin.dtd +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/messenger/searchTermOverlay.dtd +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/messenger/shutdownWindow.properties +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/messenger/smime.properties +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/messenger/smtpEditOverlay.dtd +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/messenger/subscribe.dtd +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/messenger/subscribe.properties +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/messenger/systemIntegrationDialog.dtd +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/messenger/tabmail.dtd +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/messenger/taskbar.properties +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/messenger/telemetry.properties +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/messenger/templateUtils.properties +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/messenger/textImportMsgs.properties +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/messenger/vCardImportMsgs.properties +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/messenger/viewLog.dtd +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/messenger/viewZoomOverlay.dtd +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/messenger/virtualFolderListDialog.dtd +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/messenger/virtualFolderProperties.dtd +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/messenger/wmImportMsgs.properties +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/mozapps/downloads/downloads.dtd +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/mozapps/downloads/downloads.properties +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/mozapps/downloads/settingsChange.dtd +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/mozapps/downloads/unknownContentType.dtd +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/mozapps/downloads/unknownContentType.properties +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/mozapps/extensions/about.dtd +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/mozapps/extensions/blocklist.dtd +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/mozapps/extensions/extensions.dtd +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/mozapps/extensions/extensions.properties +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/mozapps/extensions/newaddon.dtd +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/mozapps/extensions/newaddon.properties +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/mozapps/extensions/selectAddons.dtd +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/mozapps/extensions/selectAddons.properties +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/mozapps/extensions/update.dtd +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/mozapps/extensions/update.properties +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/mozapps/handling/handling.dtd +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/mozapps/handling/handling.properties +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/mozapps/plugins/plugins.dtd +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/mozapps/preferences/changemp.dtd +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/mozapps/preferences/preferences.properties +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/mozapps/preferences/removemp.dtd +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/mozapps/profile/createProfileWizard.dtd +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/mozapps/profile/profileSelection.dtd +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/mozapps/profile/profileSelection.properties +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/mozapps/update/history.dtd +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/mozapps/update/updates.dtd +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/mozapps/update/updates.properties +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/mozapps/xpinstall/xpinstallConfirm.dtd +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/mozapps/xpinstall/xpinstallConfirm.properties +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/mozldap/ldap.properties +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/necko/necko.properties +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/passwordmgr/passwordManager.dtd +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/passwordmgr/passwordmgr.properties +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/pipnss/nsserrors.properties +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/pipnss/pipnss.properties +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/pippki/certManager.dtd +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/pippki/deviceManager.dtd +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/pippki/pippki.dtd +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/pippki/pippki.properties +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/chrome/pt-BR/locale/pt-BR/places/places.properties +lib/thunderbird38/extensions/langpack-pt-BR@thunderbird.mozilla.org/install.rdf +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome.manifest +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/.mkdir.done +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT.manifest +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/alerts/alert.dtd +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/alerts/notificationNames.properties +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/autoconfig/autoconfig.properties +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/branding/brand.dtd +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/branding/brand.properties +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/chat/accounts.properties +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/chat/commands.properties +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/chat/contacts.properties +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/chat/conversations.properties +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/chat/facebook.properties +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/chat/imtooltip.properties +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/chat/irc.properties +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/chat/logger.properties +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/chat/status.properties +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/chat/twitter.properties +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/chat/xmpp.properties +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/chat/yahoo.properties +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/communicator/utilityOverlay.dtd +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/cookie/cookieAcceptDialog.dtd +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/cookie/cookieAcceptDialog.properties +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/editor/EdAdvancedEdit.dtd +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/editor/EdColorPicker.dtd +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/editor/EdConvertToTable.dtd +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/editor/EdDialogOverlay.dtd +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/editor/EdNamedAnchorProperties.dtd +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/editor/EditorButtonProperties.dtd +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/editor/EditorColorProperties.dtd +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/editor/EditorFieldSetProperties.dtd +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/editor/EditorFormProperties.dtd +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/editor/EditorHLineProperties.dtd +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/editor/EditorImageProperties.dtd +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/editor/EditorInputProperties.dtd +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/editor/EditorInsertChars.dtd +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/editor/EditorInsertMath.dtd +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/editor/EditorInsertSource.dtd +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/editor/EditorInsertTOC.dtd +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/editor/EditorInsertTable.dtd +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/editor/EditorLabelProperties.dtd +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/editor/EditorLinkProperties.dtd +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/editor/EditorListProperties.dtd +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/editor/EditorPersonalDictionary.dtd +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/editor/EditorReplace.dtd +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/editor/EditorSelectProperties.dtd +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/editor/EditorSpellCheck.dtd +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/editor/EditorTableProperties.dtd +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/editor/EditorTextAreaProperties.dtd +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/editor/editor.properties +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/editor/editorOverlay.dtd +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/editor/editorSmileyOverlay.dtd +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/formautofill/requestAutocomplete.dtd +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/global-platform/mac/accessible.properties +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/global-platform/mac/intl.properties +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/global-platform/mac/platformKeys.properties +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/global-platform/unix/accessible.properties +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/global-platform/unix/intl.properties +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/global-platform/unix/platformKeys.properties +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/global-platform/win/accessible.properties +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/global-platform/win/intl.properties +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/global-platform/win/platformKeys.properties +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/global-region/region.properties +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/global/AccessFu.properties +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/global/about.dtd +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/global/aboutAbout.dtd +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/global/aboutNetworking.dtd +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/global/aboutReader.properties +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/global/aboutRights.dtd +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/global/aboutSupport.dtd +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/global/aboutSupport.properties +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/global/aboutTelemetry.dtd +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/global/aboutTelemetry.properties +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/global/appPicker.dtd +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/global/appstrings.properties +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/global/autocomplete.properties +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/global/brand.dtd +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/global/browser.properties +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/global/charsetMenu.dtd +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/global/charsetMenu.properties +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/global/commonDialog.dtd +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/global/commonDialogs.properties +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/global/config.dtd +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/global/config.properties +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/global/console.dtd +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/global/console.properties +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/global/contentAreaCommands.properties +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/global/crashes.dtd +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/global/crashes.properties +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/global/css.properties +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/global/customizeToolbar.dtd +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/global/customizeToolbar.properties +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/global/dateFormat.properties +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/global/datetimepicker.dtd +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/global/devtools/csscoverage.dtd +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/global/devtools/csscoverage.properties +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/global/devtools/debugger.properties +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/global/devtools/styleinspector.properties +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/global/dialog.properties +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/global/dialogOverlay.dtd +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/global/dom/dom.properties +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/global/editMenuOverlay.dtd +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/global/fallbackMenubar.properties +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/global/filefield.properties +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/global/filepicker.dtd +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/global/filepicker.properties +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/global/findbar.dtd +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/global/findbar.properties +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/global/finddialog.dtd +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/global/finddialog.properties +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/global/global-strres.properties +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/global/global.dtd +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/global/globalKeys.dtd +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/global/headsUpDisplay.properties +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/global/intl.css +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/global/intl.properties +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/global/keys.properties +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/global/languageNames.properties +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/global/layout/HtmlForm.properties +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/global/layout/MediaDocument.properties +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/global/layout/htmlparser.properties +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/global/layout/xmlparser.properties +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/global/layout_errors.properties +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/global/mathml/mathml.properties +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/global/mozilla.dtd +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/global/netError.dtd +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/global/netErrorApp.dtd +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/global/notification.dtd +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/global/nsWebBrowserPersist.properties +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/global/plugins.properties +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/global/preferences.dtd +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/global/printPageSetup.dtd +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/global/printPreview.dtd +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/global/printPreviewProgress.dtd +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/global/printProgress.dtd +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/global/printdialog.dtd +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/global/printdialog.properties +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/global/printing.properties +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/global/printjoboptions.dtd +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/global/regionNames.properties +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/global/resetProfile.dtd +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/global/resetProfile.properties +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/global/search/search.properties +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/global/security/caps.properties +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/global/security/csp.properties +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/global/security/security.properties +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/global/svg/svg.properties +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/global/textcontext.dtd +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/global/tree.dtd +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/global/videocontrols.dtd +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/global/viewSource.dtd +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/global/viewSource.properties +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/global/webapps.properties +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/global/wizard.dtd +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/global/wizard.properties +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/global/xbl.properties +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/global/xml/prettyprint.dtd +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/global/xslt/xslt.properties +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/global/xul.properties +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/messenger-mapi/mapi.properties +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/messenger-newsblog/am-newsblog.dtd +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/messenger-newsblog/feed-subscriptions.dtd +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/messenger-newsblog/newsblog.properties +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/messenger-region/region.properties +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/messenger-smime/certFetchingStatus.dtd +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/messenger-smime/msgCompSMIMEOverlay.dtd +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/messenger-smime/msgCompSMIMEOverlay.properties +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/messenger-smime/msgCompSecurityInfo.dtd +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/messenger-smime/msgCompSecurityInfo.properties +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/messenger-smime/msgReadSMIMEOverlay.dtd +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/messenger-smime/msgReadSMIMEOverlay.properties +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/messenger-smime/msgReadSecurityInfo.dtd +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/messenger-smime/msgSecurityInfo.properties +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/messenger/AccountManager.dtd +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/messenger/AccountWizard.dtd +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/messenger/CustomHeaders.dtd +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/messenger/FilterEditor.dtd +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/messenger/FilterListDialog.dtd +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/messenger/SearchDialog.dtd +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/messenger/aboutDialog.dtd +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/messenger/aboutDownloads.dtd +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/messenger/aboutRights.dtd +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/messenger/aboutRights.properties +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/messenger/aboutSupportMail.dtd +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/messenger/aboutSupportMail.properties +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/messenger/accountCreation.dtd +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/messenger/accountCreation.properties +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/messenger/accountCreationModel.properties +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/messenger/accountCreationUtil.properties +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/messenger/activity.dtd +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/messenger/activity.properties +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/messenger/addbuddy.dtd +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/messenger/addressbook/abAddressBookNameDialog.dtd +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/messenger/addressbook/abCardOverlay.dtd +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/messenger/addressbook/abContactsPanel.dtd +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/messenger/addressbook/abMailListDialog.dtd +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/messenger/addressbook/abMainWindow.dtd +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/messenger/addressbook/abNewCardDialog.dtd +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/messenger/addressbook/abResultsPaneOverlay.dtd +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/messenger/addressbook/addressBook.properties +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/messenger/addressbook/ldapAutoCompErrs.properties +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/messenger/addressbook/pref-directory-add.dtd +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/messenger/addressbook/pref-directory.dtd +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/messenger/addressbook/replicationProgress.properties +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/messenger/am-addressing.dtd +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/messenger/am-advanced.dtd +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/messenger/am-archiveoptions.dtd +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/messenger/am-copies.dtd +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/messenger/am-identities-list.dtd +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/messenger/am-identity-edit.dtd +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/messenger/am-im.dtd +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/messenger/am-junk.dtd +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/messenger/am-main.dtd +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/messenger/am-mdn.dtd +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/messenger/am-mdn.properties +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/messenger/am-offline.dtd +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/messenger/am-server-advanced.dtd +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/messenger/am-server-top.dtd +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/messenger/am-serverwithnoidentities.dtd +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/messenger/am-smime.dtd +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/messenger/am-smime.properties +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/messenger/appleMailImportMsgs.properties +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/messenger/baseMenuOverlay.dtd +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/messenger/charsetTitles.properties +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/messenger/chat.dtd +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/messenger/chat.properties +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/messenger/cloudfile/Box/auth.dtd +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/messenger/cloudfile/Box/management.dtd +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/messenger/cloudfile/Box/settings.dtd +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/messenger/cloudfile/Hightail/fileExceeds2GB.dtd +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/messenger/cloudfile/Hightail/fileExceedsLimit.dtd +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/messenger/cloudfile/Hightail/fileExceedsQuota.dtd +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/messenger/cloudfile/Hightail/management.dtd +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/messenger/cloudfile/Hightail/settings.dtd +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/messenger/cloudfile/addAccountDialog.dtd +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/messenger/cloudfile/management.dtd +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/messenger/configEditorOverlay.dtd +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/messenger/custom.properties +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/messenger/customizeToolbarOverlay.dtd +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/messenger/downloadheaders.dtd +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/messenger/downloads/settingsChange.dtd +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/messenger/downloadsOverlay.dtd +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/messenger/editContactOverlay.dtd +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/messenger/editContactOverlay.properties +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/messenger/eudoraImportMsgs.properties +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/messenger/fieldMapImport.dtd +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/messenger/filter.properties +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/messenger/folderProps.dtd +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/messenger/folderWidgets.properties +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/messenger/folderpane.dtd +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/messenger/gloda.properties +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/messenger/glodaComplete.properties +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/messenger/glodaFacetView.dtd +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/messenger/glodaFacetView.properties +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/messenger/imAccountWizard.dtd +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/messenger/imAccounts.dtd +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/messenger/imAccounts.properties +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/messenger/imapMsgs.properties +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/messenger/importDialog.dtd +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/messenger/importMsgs.properties +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/messenger/joinChat.dtd +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/messenger/junkLog.dtd +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/messenger/junkMailInfo.dtd +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/messenger/localMsgs.properties +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/messenger/mailEditorOverlay.dtd +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/messenger/mailOverlay.dtd +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/messenger/mailViewList.dtd +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/messenger/mailViewSetup.dtd +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/messenger/mailviews.properties +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/messenger/markByDate.dtd +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/messenger/messenger.dtd +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/messenger/messenger.properties +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/messenger/messengercompose/addressingWidgetOverlay.dtd +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/messenger/messengercompose/askSendFormat.dtd +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/messenger/messengercompose/askSendFormat.properties +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/messenger/messengercompose/composeMsgs.properties +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/messenger/messengercompose/mailComposeEditorOverlay.dtd +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/messenger/messengercompose/messengercompose.dtd +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/messenger/messengercompose/sendProgress.dtd +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/messenger/messengercompose/sendProgress.properties +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/messenger/migration/migration.dtd +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/messenger/migration/migration.properties +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/messenger/mime.properties +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/messenger/mimeheader.properties +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/messenger/msgAccountCentral.dtd +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/messenger/msgHdrViewOverlay.dtd +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/messenger/msgPrintEngine.dtd +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/messenger/msgSynchronize.dtd +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/messenger/msgViewPickerOverlay.dtd +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/messenger/msgmdn.properties +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/messenger/multimessageview.dtd +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/messenger/multimessageview.properties +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/messenger/netError.dtd +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/messenger/newFolderDialog.dtd +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/messenger/newTagDialog.dtd +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/messenger/newmailaccount/accountProvisioner.dtd +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/messenger/newmailaccount/accountProvisioner.properties +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/messenger/news.properties +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/messenger/oeImportMsgs.properties +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/messenger/offline.properties +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/messenger/offlineStartup.properties +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/messenger/outlookImportMsgs.properties +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/messenger/pgpmime.properties +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/messenger/preferences/advanced.dtd +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/messenger/preferences/applicationManager.dtd +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/messenger/preferences/applicationManager.properties +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/messenger/preferences/applications.dtd +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/messenger/preferences/applications.properties +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/messenger/preferences/attachmentReminder.dtd +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/messenger/preferences/chat.dtd +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/messenger/preferences/colors.dtd +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/messenger/preferences/compose.dtd +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/messenger/preferences/connection.dtd +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/messenger/preferences/cookies.dtd +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/messenger/preferences/display.dtd +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/messenger/preferences/dockoptions.dtd +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/messenger/preferences/fonts.dtd +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/messenger/preferences/general.dtd +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/messenger/preferences/notifications.dtd +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/messenger/preferences/offline.dtd +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/messenger/preferences/permissions.dtd +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/messenger/preferences/preferences.dtd +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/messenger/preferences/preferences.properties +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/messenger/preferences/privacy.dtd +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/messenger/preferences/receipts.dtd +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/messenger/preferences/security.dtd +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/messenger/preferences/sendoptions.dtd +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/messenger/prefs.properties +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/messenger/quickFilterBar.dtd +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/messenger/renameFolderDialog.dtd +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/messenger/safeMode.dtd +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/messenger/sanitize.dtd +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/messenger/search-attributes.properties +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/messenger/search-operators.properties +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/messenger/search.properties +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/messenger/searchIntegrationDefault.dtd +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/messenger/searchIntegrationMac.dtd +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/messenger/searchIntegrationWin.dtd +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/messenger/searchTermOverlay.dtd +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/messenger/shutdownWindow.properties +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/messenger/smime.properties +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/messenger/smtpEditOverlay.dtd +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/messenger/subscribe.dtd +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/messenger/subscribe.properties +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/messenger/systemIntegrationDialog.dtd +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/messenger/tabmail.dtd +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/messenger/taskbar.properties +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/messenger/telemetry.properties +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/messenger/templateUtils.properties +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/messenger/textImportMsgs.properties +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/messenger/vCardImportMsgs.properties +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/messenger/viewLog.dtd +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/messenger/viewZoomOverlay.dtd +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/messenger/virtualFolderListDialog.dtd +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/messenger/virtualFolderProperties.dtd +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/messenger/wmImportMsgs.properties +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/mozapps/downloads/downloads.dtd +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/mozapps/downloads/downloads.properties +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/mozapps/downloads/settingsChange.dtd +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/mozapps/downloads/unknownContentType.dtd +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/mozapps/downloads/unknownContentType.properties +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/mozapps/extensions/about.dtd +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/mozapps/extensions/blocklist.dtd +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/mozapps/extensions/extensions.dtd +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/mozapps/extensions/extensions.properties +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/mozapps/extensions/newaddon.dtd +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/mozapps/extensions/newaddon.properties +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/mozapps/extensions/selectAddons.dtd +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/mozapps/extensions/selectAddons.properties +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/mozapps/extensions/update.dtd +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/mozapps/extensions/update.properties +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/mozapps/handling/handling.dtd +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/mozapps/handling/handling.properties +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/mozapps/plugins/plugins.dtd +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/mozapps/preferences/changemp.dtd +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/mozapps/preferences/preferences.properties +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/mozapps/preferences/removemp.dtd +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/mozapps/profile/createProfileWizard.dtd +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/mozapps/profile/profileSelection.dtd +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/mozapps/profile/profileSelection.properties +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/mozapps/update/history.dtd +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/mozapps/update/updates.dtd +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/mozapps/update/updates.properties +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/mozapps/xpinstall/xpinstallConfirm.dtd +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/mozapps/xpinstall/xpinstallConfirm.properties +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/mozldap/ldap.properties +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/necko/necko.properties +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/passwordmgr/passwordManager.dtd +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/passwordmgr/passwordmgr.properties +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/pipnss/nsserrors.properties +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/pipnss/pipnss.properties +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/pippki/certManager.dtd +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/pippki/deviceManager.dtd +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/pippki/pippki.dtd +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/pippki/pippki.properties +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/chrome/pt-PT/locale/pt-PT/places/places.properties +lib/thunderbird38/extensions/langpack-pt-PT@thunderbird.mozilla.org/install.rdf +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome.manifest +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/.mkdir.done +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm.manifest +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/alerts/alert.dtd +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/alerts/notificationNames.properties +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/autoconfig/autoconfig.properties +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/branding/brand.dtd +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/branding/brand.properties +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/chat/accounts.properties +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/chat/commands.properties +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/chat/contacts.properties +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/chat/conversations.properties +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/chat/facebook.properties +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/chat/imtooltip.properties +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/chat/irc.properties +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/chat/logger.properties +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/chat/status.properties +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/chat/twitter.properties +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/chat/xmpp.properties +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/chat/yahoo.properties +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/communicator/utilityOverlay.dtd +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/cookie/cookieAcceptDialog.dtd +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/cookie/cookieAcceptDialog.properties +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/editor/EdAdvancedEdit.dtd +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/editor/EdColorPicker.dtd +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/editor/EdConvertToTable.dtd +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/editor/EdDialogOverlay.dtd +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/editor/EdNamedAnchorProperties.dtd +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/editor/EditorButtonProperties.dtd +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/editor/EditorColorProperties.dtd +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/editor/EditorFieldSetProperties.dtd +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/editor/EditorFormProperties.dtd +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/editor/EditorHLineProperties.dtd +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/editor/EditorImageProperties.dtd +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/editor/EditorInputProperties.dtd +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/editor/EditorInsertChars.dtd +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/editor/EditorInsertMath.dtd +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/editor/EditorInsertSource.dtd +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/editor/EditorInsertTOC.dtd +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/editor/EditorInsertTable.dtd +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/editor/EditorLabelProperties.dtd +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/editor/EditorLinkProperties.dtd +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/editor/EditorListProperties.dtd +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/editor/EditorPersonalDictionary.dtd +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/editor/EditorReplace.dtd +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/editor/EditorSelectProperties.dtd +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/editor/EditorSpellCheck.dtd +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/editor/EditorTableProperties.dtd +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/editor/EditorTextAreaProperties.dtd +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/editor/editor.properties +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/editor/editorOverlay.dtd +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/editor/editorSmileyOverlay.dtd +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/formautofill/requestAutocomplete.dtd +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/global-platform/mac/accessible.properties +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/global-platform/mac/intl.properties +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/global-platform/mac/platformKeys.properties +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/global-platform/unix/accessible.properties +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/global-platform/unix/intl.properties +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/global-platform/unix/platformKeys.properties +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/global-platform/win/accessible.properties +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/global-platform/win/intl.properties +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/global-platform/win/platformKeys.properties +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/global-region/region.properties +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/global/AccessFu.properties +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/global/about.dtd +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/global/aboutAbout.dtd +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/global/aboutNetworking.dtd +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/global/aboutReader.properties +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/global/aboutRights.dtd +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/global/aboutSupport.dtd +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/global/aboutSupport.properties +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/global/aboutTelemetry.dtd +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/global/aboutTelemetry.properties +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/global/appPicker.dtd +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/global/appstrings.properties +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/global/autocomplete.properties +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/global/brand.dtd +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/global/browser.properties +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/global/charsetMenu.dtd +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/global/charsetMenu.properties +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/global/commonDialog.dtd +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/global/commonDialogs.properties +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/global/config.dtd +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/global/config.properties +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/global/console.dtd +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/global/console.properties +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/global/contentAreaCommands.properties +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/global/crashes.dtd +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/global/crashes.properties +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/global/css.properties +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/global/customizeToolbar.dtd +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/global/customizeToolbar.properties +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/global/dateFormat.properties +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/global/datetimepicker.dtd +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/global/devtools/csscoverage.dtd +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/global/devtools/csscoverage.properties +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/global/devtools/debugger.properties +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/global/devtools/styleinspector.properties +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/global/dialog.properties +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/global/dialogOverlay.dtd +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/global/dom/dom.properties +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/global/editMenuOverlay.dtd +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/global/fallbackMenubar.properties +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/global/filefield.properties +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/global/filepicker.dtd +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/global/filepicker.properties +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/global/findbar.dtd +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/global/findbar.properties +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/global/finddialog.dtd +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/global/finddialog.properties +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/global/global-strres.properties +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/global/global.dtd +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/global/globalKeys.dtd +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/global/headsUpDisplay.properties +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/global/intl.css +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/global/intl.properties +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/global/keys.properties +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/global/languageNames.properties +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/global/layout/HtmlForm.properties +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/global/layout/MediaDocument.properties +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/global/layout/htmlparser.properties +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/global/layout/xmlparser.properties +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/global/layout_errors.properties +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/global/mathml/mathml.properties +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/global/mozilla.dtd +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/global/netError.dtd +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/global/netErrorApp.dtd +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/global/notification.dtd +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/global/nsWebBrowserPersist.properties +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/global/plugins.properties +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/global/preferences.dtd +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/global/printPageSetup.dtd +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/global/printPreview.dtd +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/global/printPreviewProgress.dtd +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/global/printProgress.dtd +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/global/printdialog.dtd +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/global/printdialog.properties +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/global/printing.properties +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/global/printjoboptions.dtd +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/global/regionNames.properties +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/global/resetProfile.dtd +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/global/resetProfile.properties +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/global/search/search.properties +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/global/security/caps.properties +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/global/security/csp.properties +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/global/security/security.properties +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/global/svg/svg.properties +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/global/textcontext.dtd +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/global/tree.dtd +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/global/videocontrols.dtd +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/global/viewSource.dtd +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/global/viewSource.properties +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/global/webapps.properties +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/global/wizard.dtd +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/global/wizard.properties +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/global/xbl.properties +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/global/xml/prettyprint.dtd +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/global/xslt/xslt.properties +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/global/xul.properties +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/messenger-mapi/mapi.properties +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/messenger-newsblog/am-newsblog.dtd +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/messenger-newsblog/feed-subscriptions.dtd +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/messenger-newsblog/newsblog.properties +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/messenger-region/region.properties +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/messenger-smime/certFetchingStatus.dtd +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/messenger-smime/msgCompSMIMEOverlay.dtd +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/messenger-smime/msgCompSMIMEOverlay.properties +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/messenger-smime/msgCompSecurityInfo.dtd +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/messenger-smime/msgCompSecurityInfo.properties +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/messenger-smime/msgReadSMIMEOverlay.dtd +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/messenger-smime/msgReadSMIMEOverlay.properties +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/messenger-smime/msgReadSecurityInfo.dtd +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/messenger-smime/msgSecurityInfo.properties +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/messenger/AccountManager.dtd +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/messenger/AccountWizard.dtd +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/messenger/CustomHeaders.dtd +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/messenger/FilterEditor.dtd +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/messenger/FilterListDialog.dtd +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/messenger/SearchDialog.dtd +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/messenger/aboutDialog.dtd +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/messenger/aboutDownloads.dtd +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/messenger/aboutRights.dtd +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/messenger/aboutRights.properties +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/messenger/aboutSupportMail.dtd +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/messenger/aboutSupportMail.properties +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/messenger/accountCreation.dtd +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/messenger/accountCreation.properties +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/messenger/accountCreationModel.properties +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/messenger/accountCreationUtil.properties +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/messenger/activity.dtd +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/messenger/activity.properties +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/messenger/addbuddy.dtd +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/messenger/addressbook/abAddressBookNameDialog.dtd +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/messenger/addressbook/abCardOverlay.dtd +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/messenger/addressbook/abContactsPanel.dtd +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/messenger/addressbook/abMailListDialog.dtd +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/messenger/addressbook/abMainWindow.dtd +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/messenger/addressbook/abNewCardDialog.dtd +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/messenger/addressbook/abResultsPaneOverlay.dtd +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/messenger/addressbook/addressBook.properties +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/messenger/addressbook/ldapAutoCompErrs.properties +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/messenger/addressbook/pref-directory-add.dtd +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/messenger/addressbook/pref-directory.dtd +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/messenger/addressbook/replicationProgress.properties +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/messenger/am-addressing.dtd +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/messenger/am-advanced.dtd +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/messenger/am-archiveoptions.dtd +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/messenger/am-copies.dtd +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/messenger/am-identities-list.dtd +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/messenger/am-identity-edit.dtd +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/messenger/am-im.dtd +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/messenger/am-junk.dtd +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/messenger/am-main.dtd +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/messenger/am-mdn.dtd +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/messenger/am-mdn.properties +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/messenger/am-offline.dtd +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/messenger/am-server-advanced.dtd +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/messenger/am-server-top.dtd +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/messenger/am-serverwithnoidentities.dtd +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/messenger/am-smime.dtd +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/messenger/am-smime.properties +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/messenger/appleMailImportMsgs.properties +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/messenger/baseMenuOverlay.dtd +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/messenger/charsetTitles.properties +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/messenger/chat.dtd +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/messenger/chat.properties +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/messenger/cloudfile/Box/auth.dtd +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/messenger/cloudfile/Box/management.dtd +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/messenger/cloudfile/Box/settings.dtd +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/messenger/cloudfile/Hightail/fileExceeds2GB.dtd +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/messenger/cloudfile/Hightail/fileExceedsLimit.dtd +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/messenger/cloudfile/Hightail/fileExceedsQuota.dtd +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/messenger/cloudfile/Hightail/management.dtd +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/messenger/cloudfile/Hightail/settings.dtd +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/messenger/cloudfile/addAccountDialog.dtd +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/messenger/cloudfile/management.dtd +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/messenger/configEditorOverlay.dtd +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/messenger/custom.properties +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/messenger/customizeToolbarOverlay.dtd +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/messenger/downloadheaders.dtd +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/messenger/downloads/settingsChange.dtd +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/messenger/downloadsOverlay.dtd +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/messenger/editContactOverlay.dtd +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/messenger/editContactOverlay.properties +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/messenger/eudoraImportMsgs.properties +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/messenger/fieldMapImport.dtd +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/messenger/filter.properties +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/messenger/folderProps.dtd +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/messenger/folderWidgets.properties +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/messenger/folderpane.dtd +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/messenger/gloda.properties +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/messenger/glodaComplete.properties +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/messenger/glodaFacetView.dtd +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/messenger/glodaFacetView.properties +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/messenger/imAccountWizard.dtd +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/messenger/imAccounts.dtd +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/messenger/imAccounts.properties +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/messenger/imapMsgs.properties +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/messenger/importDialog.dtd +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/messenger/importMsgs.properties +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/messenger/joinChat.dtd +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/messenger/junkLog.dtd +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/messenger/junkMailInfo.dtd +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/messenger/localMsgs.properties +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/messenger/mailEditorOverlay.dtd +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/messenger/mailOverlay.dtd +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/messenger/mailViewList.dtd +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/messenger/mailViewSetup.dtd +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/messenger/mailviews.properties +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/messenger/markByDate.dtd +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/messenger/messenger.dtd +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/messenger/messenger.properties +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/messenger/messengercompose/addressingWidgetOverlay.dtd +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/messenger/messengercompose/askSendFormat.dtd +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/messenger/messengercompose/askSendFormat.properties +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/messenger/messengercompose/composeMsgs.properties +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/messenger/messengercompose/mailComposeEditorOverlay.dtd +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/messenger/messengercompose/messengercompose.dtd +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/messenger/messengercompose/sendProgress.dtd +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/messenger/messengercompose/sendProgress.properties +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/messenger/migration/migration.dtd +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/messenger/migration/migration.properties +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/messenger/mime.properties +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/messenger/mimeheader.properties +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/messenger/msgAccountCentral.dtd +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/messenger/msgHdrViewOverlay.dtd +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/messenger/msgPrintEngine.dtd +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/messenger/msgSynchronize.dtd +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/messenger/msgViewPickerOverlay.dtd +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/messenger/msgmdn.properties +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/messenger/multimessageview.dtd +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/messenger/multimessageview.properties +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/messenger/netError.dtd +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/messenger/newFolderDialog.dtd +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/messenger/newTagDialog.dtd +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/messenger/newmailaccount/accountProvisioner.dtd +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/messenger/newmailaccount/accountProvisioner.properties +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/messenger/news.properties +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/messenger/oeImportMsgs.properties +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/messenger/offline.properties +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/messenger/offlineStartup.properties +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/messenger/outlookImportMsgs.properties +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/messenger/pgpmime.properties +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/messenger/preferences/advanced.dtd +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/messenger/preferences/applicationManager.dtd +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/messenger/preferences/applicationManager.properties +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/messenger/preferences/applications.dtd +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/messenger/preferences/applications.properties +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/messenger/preferences/attachmentReminder.dtd +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/messenger/preferences/chat.dtd +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/messenger/preferences/colors.dtd +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/messenger/preferences/compose.dtd +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/messenger/preferences/connection.dtd +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/messenger/preferences/cookies.dtd +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/messenger/preferences/display.dtd +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/messenger/preferences/dockoptions.dtd +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/messenger/preferences/fonts.dtd +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/messenger/preferences/general.dtd +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/messenger/preferences/notifications.dtd +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/messenger/preferences/offline.dtd +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/messenger/preferences/permissions.dtd +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/messenger/preferences/preferences.dtd +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/messenger/preferences/preferences.properties +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/messenger/preferences/privacy.dtd +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/messenger/preferences/receipts.dtd +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/messenger/preferences/security.dtd +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/messenger/preferences/sendoptions.dtd +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/messenger/prefs.properties +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/messenger/quickFilterBar.dtd +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/messenger/renameFolderDialog.dtd +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/messenger/safeMode.dtd +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/messenger/sanitize.dtd +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/messenger/search-attributes.properties +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/messenger/search-operators.properties +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/messenger/search.properties +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/messenger/searchIntegrationDefault.dtd +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/messenger/searchIntegrationMac.dtd +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/messenger/searchIntegrationWin.dtd +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/messenger/searchTermOverlay.dtd +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/messenger/shutdownWindow.properties +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/messenger/smime.properties +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/messenger/smtpEditOverlay.dtd +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/messenger/subscribe.dtd +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/messenger/subscribe.properties +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/messenger/systemIntegrationDialog.dtd +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/messenger/tabmail.dtd +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/messenger/taskbar.properties +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/messenger/telemetry.properties +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/messenger/templateUtils.properties +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/messenger/textImportMsgs.properties +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/messenger/vCardImportMsgs.properties +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/messenger/viewLog.dtd +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/messenger/viewZoomOverlay.dtd +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/messenger/virtualFolderListDialog.dtd +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/messenger/virtualFolderProperties.dtd +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/messenger/wmImportMsgs.properties +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/mozapps/downloads/downloads.dtd +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/mozapps/downloads/downloads.properties +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/mozapps/downloads/settingsChange.dtd +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/mozapps/downloads/unknownContentType.dtd +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/mozapps/downloads/unknownContentType.properties +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/mozapps/extensions/about.dtd +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/mozapps/extensions/blocklist.dtd +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/mozapps/extensions/extensions.dtd +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/mozapps/extensions/extensions.properties +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/mozapps/extensions/newaddon.dtd +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/mozapps/extensions/newaddon.properties +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/mozapps/extensions/selectAddons.dtd +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/mozapps/extensions/selectAddons.properties +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/mozapps/extensions/update.dtd +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/mozapps/extensions/update.properties +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/mozapps/handling/handling.dtd +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/mozapps/handling/handling.properties +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/mozapps/plugins/plugins.dtd +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/mozapps/preferences/changemp.dtd +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/mozapps/preferences/preferences.properties +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/mozapps/preferences/removemp.dtd +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/mozapps/profile/createProfileWizard.dtd +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/mozapps/profile/profileSelection.dtd +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/mozapps/profile/profileSelection.properties +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/mozapps/update/history.dtd +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/mozapps/update/updates.dtd +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/mozapps/update/updates.properties +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/mozapps/xpinstall/xpinstallConfirm.dtd +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/mozapps/xpinstall/xpinstallConfirm.properties +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/mozldap/ldap.properties +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/necko/necko.properties +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/passwordmgr/passwordManager.dtd +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/passwordmgr/passwordmgr.properties +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/pipnss/nsserrors.properties +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/pipnss/pipnss.properties +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/pippki/certManager.dtd +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/pippki/deviceManager.dtd +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/pippki/pippki.dtd +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/pippki/pippki.properties +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/chrome/rm/locale/rm/places/places.properties +lib/thunderbird38/extensions/langpack-rm@thunderbird.mozilla.org/install.rdf +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome.manifest +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/.mkdir.done +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru.manifest +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/alerts/alert.dtd +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/alerts/notificationNames.properties +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/autoconfig/autoconfig.properties +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/branding/brand.dtd +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/branding/brand.properties +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/chat/accounts.properties +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/chat/commands.properties +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/chat/contacts.properties +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/chat/conversations.properties +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/chat/facebook.properties +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/chat/imtooltip.properties +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/chat/irc.properties +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/chat/logger.properties +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/chat/status.properties +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/chat/twitter.properties +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/chat/xmpp.properties +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/chat/yahoo.properties +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/communicator/utilityOverlay.dtd +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/cookie/cookieAcceptDialog.dtd +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/cookie/cookieAcceptDialog.properties +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/editor/EdAdvancedEdit.dtd +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/editor/EdColorPicker.dtd +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/editor/EdConvertToTable.dtd +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/editor/EdDialogOverlay.dtd +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/editor/EdNamedAnchorProperties.dtd +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/editor/EditorButtonProperties.dtd +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/editor/EditorColorProperties.dtd +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/editor/EditorFieldSetProperties.dtd +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/editor/EditorFormProperties.dtd +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/editor/EditorHLineProperties.dtd +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/editor/EditorImageProperties.dtd +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/editor/EditorInputProperties.dtd +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/editor/EditorInsertChars.dtd +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/editor/EditorInsertMath.dtd +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/editor/EditorInsertSource.dtd +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/editor/EditorInsertTOC.dtd +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/editor/EditorInsertTable.dtd +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/editor/EditorLabelProperties.dtd +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/editor/EditorLinkProperties.dtd +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/editor/EditorListProperties.dtd +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/editor/EditorPersonalDictionary.dtd +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/editor/EditorReplace.dtd +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/editor/EditorSelectProperties.dtd +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/editor/EditorSpellCheck.dtd +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/editor/EditorTableProperties.dtd +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/editor/EditorTextAreaProperties.dtd +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/editor/editor.properties +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/editor/editorOverlay.dtd +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/editor/editorSmileyOverlay.dtd +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/formautofill/requestAutocomplete.dtd +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/global-platform/mac/accessible.properties +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/global-platform/mac/intl.properties +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/global-platform/mac/platformKeys.properties +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/global-platform/unix/accessible.properties +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/global-platform/unix/intl.properties +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/global-platform/unix/platformKeys.properties +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/global-platform/win/accessible.properties +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/global-platform/win/intl.properties +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/global-platform/win/platformKeys.properties +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/global-region/region.properties +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/global/AccessFu.properties +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/global/about.dtd +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/global/aboutAbout.dtd +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/global/aboutNetworking.dtd +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/global/aboutReader.properties +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/global/aboutRights.dtd +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/global/aboutSupport.dtd +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/global/aboutSupport.properties +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/global/aboutTelemetry.dtd +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/global/aboutTelemetry.properties +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/global/appPicker.dtd +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/global/appstrings.properties +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/global/autocomplete.properties +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/global/brand.dtd +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/global/browser.properties +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/global/charsetMenu.dtd +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/global/charsetMenu.properties +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/global/commonDialog.dtd +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/global/commonDialogs.properties +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/global/config.dtd +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/global/config.properties +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/global/console.dtd +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/global/console.properties +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/global/contentAreaCommands.properties +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/global/crashes.dtd +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/global/crashes.properties +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/global/css.properties +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/global/customizeToolbar.dtd +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/global/customizeToolbar.properties +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/global/dateFormat.properties +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/global/datetimepicker.dtd +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/global/devtools/csscoverage.dtd +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/global/devtools/csscoverage.properties +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/global/devtools/debugger.properties +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/global/devtools/styleinspector.properties +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/global/dialog.properties +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/global/dialogOverlay.dtd +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/global/dom/dom.properties +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/global/editMenuOverlay.dtd +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/global/fallbackMenubar.properties +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/global/filefield.properties +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/global/filepicker.dtd +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/global/filepicker.properties +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/global/findbar.dtd +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/global/findbar.properties +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/global/finddialog.dtd +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/global/finddialog.properties +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/global/global-strres.properties +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/global/global.dtd +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/global/globalKeys.dtd +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/global/headsUpDisplay.properties +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/global/intl.css +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/global/intl.properties +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/global/keys.properties +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/global/languageNames.properties +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/global/layout/HtmlForm.properties +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/global/layout/MediaDocument.properties +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/global/layout/htmlparser.properties +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/global/layout/xmlparser.properties +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/global/layout_errors.properties +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/global/mathml/mathml.properties +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/global/mozilla.dtd +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/global/netError.dtd +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/global/netErrorApp.dtd +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/global/notification.dtd +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/global/nsWebBrowserPersist.properties +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/global/plugins.properties +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/global/preferences.dtd +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/global/printPageSetup.dtd +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/global/printPreview.dtd +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/global/printPreviewProgress.dtd +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/global/printProgress.dtd +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/global/printdialog.dtd +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/global/printdialog.properties +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/global/printing.properties +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/global/printjoboptions.dtd +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/global/regionNames.properties +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/global/resetProfile.dtd +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/global/resetProfile.properties +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/global/search/search.properties +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/global/security/caps.properties +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/global/security/csp.properties +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/global/security/security.properties +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/global/svg/svg.properties +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/global/textcontext.dtd +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/global/tree.dtd +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/global/videocontrols.dtd +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/global/viewSource.dtd +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/global/viewSource.properties +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/global/webapps.properties +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/global/wizard.dtd +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/global/wizard.properties +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/global/xbl.properties +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/global/xml/prettyprint.dtd +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/global/xslt/xslt.properties +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/global/xul.properties +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/messenger-mapi/mapi.properties +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/messenger-newsblog/am-newsblog.dtd +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/messenger-newsblog/feed-subscriptions.dtd +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/messenger-newsblog/newsblog.properties +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/messenger-region/region.properties +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/messenger-smime/certFetchingStatus.dtd +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/messenger-smime/msgCompSMIMEOverlay.dtd +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/messenger-smime/msgCompSMIMEOverlay.properties +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/messenger-smime/msgCompSecurityInfo.dtd +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/messenger-smime/msgCompSecurityInfo.properties +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/messenger-smime/msgReadSMIMEOverlay.dtd +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/messenger-smime/msgReadSMIMEOverlay.properties +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/messenger-smime/msgReadSecurityInfo.dtd +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/messenger-smime/msgSecurityInfo.properties +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/messenger/AccountManager.dtd +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/messenger/AccountWizard.dtd +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/messenger/CustomHeaders.dtd +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/messenger/FilterEditor.dtd +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/messenger/FilterListDialog.dtd +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/messenger/SearchDialog.dtd +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/messenger/aboutDialog.dtd +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/messenger/aboutDownloads.dtd +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/messenger/aboutRights.dtd +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/messenger/aboutRights.properties +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/messenger/aboutSupportMail.dtd +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/messenger/aboutSupportMail.properties +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/messenger/accountCreation.dtd +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/messenger/accountCreation.properties +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/messenger/accountCreationModel.properties +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/messenger/accountCreationUtil.properties +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/messenger/activity.dtd +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/messenger/activity.properties +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/messenger/addbuddy.dtd +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/messenger/addressbook/abAddressBookNameDialog.dtd +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/messenger/addressbook/abCardOverlay.dtd +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/messenger/addressbook/abContactsPanel.dtd +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/messenger/addressbook/abMailListDialog.dtd +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/messenger/addressbook/abMainWindow.dtd +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/messenger/addressbook/abNewCardDialog.dtd +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/messenger/addressbook/abResultsPaneOverlay.dtd +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/messenger/addressbook/addressBook.properties +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/messenger/addressbook/ldapAutoCompErrs.properties +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/messenger/addressbook/pref-directory-add.dtd +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/messenger/addressbook/pref-directory.dtd +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/messenger/addressbook/replicationProgress.properties +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/messenger/am-addressing.dtd +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/messenger/am-advanced.dtd +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/messenger/am-archiveoptions.dtd +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/messenger/am-copies.dtd +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/messenger/am-identities-list.dtd +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/messenger/am-identity-edit.dtd +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/messenger/am-im.dtd +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/messenger/am-junk.dtd +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/messenger/am-main.dtd +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/messenger/am-mdn.dtd +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/messenger/am-mdn.properties +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/messenger/am-offline.dtd +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/messenger/am-server-advanced.dtd +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/messenger/am-server-top.dtd +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/messenger/am-serverwithnoidentities.dtd +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/messenger/am-smime.dtd +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/messenger/am-smime.properties +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/messenger/appleMailImportMsgs.properties +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/messenger/baseMenuOverlay.dtd +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/messenger/charsetTitles.properties +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/messenger/chat.dtd +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/messenger/chat.properties +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/messenger/cloudfile/Box/auth.dtd +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/messenger/cloudfile/Box/management.dtd +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/messenger/cloudfile/Box/settings.dtd +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/messenger/cloudfile/Hightail/fileExceeds2GB.dtd +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/messenger/cloudfile/Hightail/fileExceedsLimit.dtd +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/messenger/cloudfile/Hightail/fileExceedsQuota.dtd +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/messenger/cloudfile/Hightail/management.dtd +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/messenger/cloudfile/Hightail/settings.dtd +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/messenger/cloudfile/addAccountDialog.dtd +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/messenger/cloudfile/management.dtd +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/messenger/configEditorOverlay.dtd +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/messenger/custom.properties +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/messenger/customizeToolbarOverlay.dtd +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/messenger/downloadheaders.dtd +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/messenger/downloads/settingsChange.dtd +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/messenger/downloadsOverlay.dtd +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/messenger/editContactOverlay.dtd +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/messenger/editContactOverlay.properties +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/messenger/eudoraImportMsgs.properties +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/messenger/fieldMapImport.dtd +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/messenger/filter.properties +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/messenger/folderProps.dtd +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/messenger/folderWidgets.properties +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/messenger/folderpane.dtd +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/messenger/gloda.properties +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/messenger/glodaComplete.properties +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/messenger/glodaFacetView.dtd +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/messenger/glodaFacetView.properties +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/messenger/imAccountWizard.dtd +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/messenger/imAccounts.dtd +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/messenger/imAccounts.properties +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/messenger/imapMsgs.properties +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/messenger/importDialog.dtd +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/messenger/importMsgs.properties +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/messenger/joinChat.dtd +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/messenger/junkLog.dtd +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/messenger/junkMailInfo.dtd +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/messenger/localMsgs.properties +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/messenger/mailEditorOverlay.dtd +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/messenger/mailOverlay.dtd +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/messenger/mailViewList.dtd +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/messenger/mailViewSetup.dtd +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/messenger/mailviews.properties +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/messenger/markByDate.dtd +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/messenger/messenger.dtd +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/messenger/messenger.properties +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/messenger/messengercompose/addressingWidgetOverlay.dtd +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/messenger/messengercompose/askSendFormat.dtd +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/messenger/messengercompose/askSendFormat.properties +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/messenger/messengercompose/composeMsgs.properties +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/messenger/messengercompose/mailComposeEditorOverlay.dtd +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/messenger/messengercompose/messengercompose.dtd +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/messenger/messengercompose/sendProgress.dtd +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/messenger/messengercompose/sendProgress.properties +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/messenger/migration/migration.dtd +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/messenger/migration/migration.properties +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/messenger/mime.properties +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/messenger/mimeheader.properties +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/messenger/msgAccountCentral.dtd +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/messenger/msgHdrViewOverlay.dtd +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/messenger/msgPrintEngine.dtd +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/messenger/msgSynchronize.dtd +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/messenger/msgViewPickerOverlay.dtd +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/messenger/msgmdn.properties +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/messenger/multimessageview.dtd +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/messenger/multimessageview.properties +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/messenger/netError.dtd +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/messenger/newFolderDialog.dtd +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/messenger/newTagDialog.dtd +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/messenger/newmailaccount/accountProvisioner.dtd +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/messenger/newmailaccount/accountProvisioner.properties +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/messenger/news.properties +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/messenger/oeImportMsgs.properties +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/messenger/offline.properties +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/messenger/offlineStartup.properties +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/messenger/outlookImportMsgs.properties +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/messenger/pgpmime.properties +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/messenger/preferences/advanced.dtd +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/messenger/preferences/applicationManager.dtd +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/messenger/preferences/applicationManager.properties +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/messenger/preferences/applications.dtd +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/messenger/preferences/applications.properties +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/messenger/preferences/attachmentReminder.dtd +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/messenger/preferences/chat.dtd +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/messenger/preferences/colors.dtd +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/messenger/preferences/compose.dtd +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/messenger/preferences/connection.dtd +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/messenger/preferences/cookies.dtd +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/messenger/preferences/display.dtd +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/messenger/preferences/dockoptions.dtd +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/messenger/preferences/fonts.dtd +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/messenger/preferences/general.dtd +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/messenger/preferences/notifications.dtd +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/messenger/preferences/offline.dtd +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/messenger/preferences/permissions.dtd +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/messenger/preferences/preferences.dtd +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/messenger/preferences/preferences.properties +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/messenger/preferences/privacy.dtd +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/messenger/preferences/receipts.dtd +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/messenger/preferences/security.dtd +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/messenger/preferences/sendoptions.dtd +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/messenger/prefs.properties +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/messenger/quickFilterBar.dtd +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/messenger/renameFolderDialog.dtd +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/messenger/safeMode.dtd +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/messenger/sanitize.dtd +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/messenger/search-attributes.properties +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/messenger/search-operators.properties +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/messenger/search.properties +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/messenger/searchIntegrationDefault.dtd +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/messenger/searchIntegrationMac.dtd +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/messenger/searchIntegrationWin.dtd +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/messenger/searchTermOverlay.dtd +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/messenger/shutdownWindow.properties +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/messenger/smime.properties +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/messenger/smtpEditOverlay.dtd +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/messenger/subscribe.dtd +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/messenger/subscribe.properties +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/messenger/systemIntegrationDialog.dtd +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/messenger/tabmail.dtd +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/messenger/taskbar.properties +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/messenger/telemetry.properties +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/messenger/templateUtils.properties +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/messenger/textImportMsgs.properties +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/messenger/vCardImportMsgs.properties +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/messenger/viewLog.dtd +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/messenger/viewZoomOverlay.dtd +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/messenger/virtualFolderListDialog.dtd +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/messenger/virtualFolderProperties.dtd +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/messenger/wmImportMsgs.properties +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/mozapps/downloads/downloads.dtd +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/mozapps/downloads/downloads.properties +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/mozapps/downloads/settingsChange.dtd +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/mozapps/downloads/unknownContentType.dtd +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/mozapps/downloads/unknownContentType.properties +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/mozapps/extensions/about.dtd +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/mozapps/extensions/blocklist.dtd +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/mozapps/extensions/extensions.dtd +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/mozapps/extensions/extensions.properties +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/mozapps/extensions/newaddon.dtd +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/mozapps/extensions/newaddon.properties +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/mozapps/extensions/selectAddons.dtd +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/mozapps/extensions/selectAddons.properties +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/mozapps/extensions/update.dtd +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/mozapps/extensions/update.properties +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/mozapps/handling/handling.dtd +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/mozapps/handling/handling.properties +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/mozapps/plugins/plugins.dtd +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/mozapps/preferences/changemp.dtd +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/mozapps/preferences/preferences.properties +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/mozapps/preferences/removemp.dtd +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/mozapps/profile/createProfileWizard.dtd +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/mozapps/profile/profileSelection.dtd +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/mozapps/profile/profileSelection.properties +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/mozapps/update/history.dtd +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/mozapps/update/updates.dtd +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/mozapps/update/updates.properties +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/mozapps/xpinstall/xpinstallConfirm.dtd +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/mozapps/xpinstall/xpinstallConfirm.properties +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/mozldap/ldap.properties +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/necko/necko.properties +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/passwordmgr/passwordManager.dtd +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/passwordmgr/passwordmgr.properties +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/pipnss/nsserrors.properties +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/pipnss/pipnss.properties +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/pippki/certManager.dtd +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/pippki/deviceManager.dtd +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/pippki/pippki.dtd +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/pippki/pippki.properties +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/chrome/ru/locale/ru/places/places.properties +lib/thunderbird38/extensions/langpack-ru@thunderbird.mozilla.org/install.rdf +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome.manifest +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/.mkdir.done +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si.manifest +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/alerts/alert.dtd +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/alerts/notificationNames.properties +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/autoconfig/autoconfig.properties +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/branding/brand.dtd +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/branding/brand.properties +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/chat/accounts.properties +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/chat/commands.properties +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/chat/contacts.properties +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/chat/conversations.properties +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/chat/facebook.properties +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/chat/imtooltip.properties +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/chat/irc.properties +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/chat/logger.properties +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/chat/status.properties +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/chat/twitter.properties +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/chat/xmpp.properties +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/chat/yahoo.properties +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/communicator/utilityOverlay.dtd +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/cookie/cookieAcceptDialog.dtd +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/cookie/cookieAcceptDialog.properties +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/editor/EdAdvancedEdit.dtd +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/editor/EdColorPicker.dtd +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/editor/EdConvertToTable.dtd +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/editor/EdDialogOverlay.dtd +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/editor/EdNamedAnchorProperties.dtd +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/editor/EditorButtonProperties.dtd +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/editor/EditorColorProperties.dtd +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/editor/EditorFieldSetProperties.dtd +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/editor/EditorFormProperties.dtd +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/editor/EditorHLineProperties.dtd +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/editor/EditorImageProperties.dtd +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/editor/EditorInputProperties.dtd +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/editor/EditorInsertChars.dtd +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/editor/EditorInsertMath.dtd +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/editor/EditorInsertSource.dtd +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/editor/EditorInsertTOC.dtd +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/editor/EditorInsertTable.dtd +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/editor/EditorLabelProperties.dtd +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/editor/EditorLinkProperties.dtd +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/editor/EditorListProperties.dtd +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/editor/EditorPersonalDictionary.dtd +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/editor/EditorReplace.dtd +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/editor/EditorSelectProperties.dtd +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/editor/EditorSpellCheck.dtd +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/editor/EditorTableProperties.dtd +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/editor/EditorTextAreaProperties.dtd +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/editor/editor.properties +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/editor/editorOverlay.dtd +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/editor/editorSmileyOverlay.dtd +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/formautofill/requestAutocomplete.dtd +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/global-platform/mac/accessible.properties +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/global-platform/mac/intl.properties +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/global-platform/mac/platformKeys.properties +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/global-platform/unix/accessible.properties +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/global-platform/unix/intl.properties +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/global-platform/unix/platformKeys.properties +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/global-platform/win/accessible.properties +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/global-platform/win/intl.properties +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/global-platform/win/platformKeys.properties +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/global-region/region.properties +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/global/AccessFu.properties +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/global/about.dtd +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/global/aboutAbout.dtd +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/global/aboutNetworking.dtd +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/global/aboutReader.properties +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/global/aboutRights.dtd +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/global/aboutSupport.dtd +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/global/aboutSupport.properties +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/global/aboutTelemetry.dtd +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/global/aboutTelemetry.properties +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/global/appPicker.dtd +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/global/appstrings.properties +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/global/autocomplete.properties +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/global/brand.dtd +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/global/browser.properties +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/global/charsetMenu.dtd +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/global/charsetMenu.properties +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/global/commonDialog.dtd +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/global/commonDialogs.properties +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/global/config.dtd +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/global/config.properties +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/global/console.dtd +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/global/console.properties +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/global/contentAreaCommands.properties +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/global/crashes.dtd +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/global/crashes.properties +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/global/css.properties +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/global/customizeToolbar.dtd +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/global/customizeToolbar.properties +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/global/dateFormat.properties +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/global/datetimepicker.dtd +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/global/devtools/csscoverage.dtd +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/global/devtools/csscoverage.properties +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/global/devtools/debugger.properties +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/global/devtools/styleinspector.properties +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/global/dialog.properties +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/global/dialogOverlay.dtd +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/global/dom/dom.properties +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/global/editMenuOverlay.dtd +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/global/fallbackMenubar.properties +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/global/filefield.properties +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/global/filepicker.dtd +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/global/filepicker.properties +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/global/findbar.dtd +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/global/findbar.properties +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/global/finddialog.dtd +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/global/finddialog.properties +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/global/global-strres.properties +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/global/global.dtd +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/global/globalKeys.dtd +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/global/headsUpDisplay.properties +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/global/intl.css +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/global/intl.properties +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/global/keys.properties +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/global/languageNames.properties +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/global/layout/HtmlForm.properties +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/global/layout/MediaDocument.properties +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/global/layout/htmlparser.properties +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/global/layout/xmlparser.properties +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/global/layout_errors.properties +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/global/mathml/mathml.properties +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/global/mozilla.dtd +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/global/netError.dtd +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/global/netErrorApp.dtd +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/global/notification.dtd +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/global/nsWebBrowserPersist.properties +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/global/plugins.properties +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/global/preferences.dtd +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/global/printPageSetup.dtd +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/global/printPreview.dtd +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/global/printPreviewProgress.dtd +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/global/printProgress.dtd +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/global/printdialog.dtd +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/global/printdialog.properties +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/global/printing.properties +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/global/printjoboptions.dtd +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/global/regionNames.properties +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/global/resetProfile.dtd +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/global/resetProfile.properties +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/global/search/search.properties +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/global/security/caps.properties +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/global/security/csp.properties +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/global/security/security.properties +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/global/svg/svg.properties +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/global/textcontext.dtd +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/global/tree.dtd +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/global/videocontrols.dtd +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/global/viewSource.dtd +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/global/viewSource.properties +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/global/webapps.properties +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/global/wizard.dtd +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/global/wizard.properties +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/global/xbl.properties +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/global/xml/prettyprint.dtd +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/global/xslt/xslt.properties +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/global/xul.properties +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/messenger-mapi/mapi.properties +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/messenger-newsblog/am-newsblog.dtd +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/messenger-newsblog/feed-subscriptions.dtd +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/messenger-newsblog/newsblog.properties +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/messenger-region/region.properties +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/messenger-smime/certFetchingStatus.dtd +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/messenger-smime/msgCompSMIMEOverlay.dtd +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/messenger-smime/msgCompSMIMEOverlay.properties +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/messenger-smime/msgCompSecurityInfo.dtd +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/messenger-smime/msgCompSecurityInfo.properties +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/messenger-smime/msgReadSMIMEOverlay.dtd +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/messenger-smime/msgReadSMIMEOverlay.properties +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/messenger-smime/msgReadSecurityInfo.dtd +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/messenger-smime/msgSecurityInfo.properties +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/messenger/AccountManager.dtd +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/messenger/AccountWizard.dtd +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/messenger/CustomHeaders.dtd +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/messenger/FilterEditor.dtd +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/messenger/FilterListDialog.dtd +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/messenger/SearchDialog.dtd +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/messenger/aboutDialog.dtd +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/messenger/aboutDownloads.dtd +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/messenger/aboutRights.dtd +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/messenger/aboutRights.properties +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/messenger/aboutSupportMail.dtd +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/messenger/aboutSupportMail.properties +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/messenger/accountCreation.dtd +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/messenger/accountCreation.properties +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/messenger/accountCreationModel.properties +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/messenger/accountCreationUtil.properties +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/messenger/activity.dtd +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/messenger/activity.properties +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/messenger/addbuddy.dtd +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/messenger/addressbook/abAddressBookNameDialog.dtd +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/messenger/addressbook/abCardOverlay.dtd +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/messenger/addressbook/abContactsPanel.dtd +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/messenger/addressbook/abMailListDialog.dtd +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/messenger/addressbook/abMainWindow.dtd +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/messenger/addressbook/abNewCardDialog.dtd +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/messenger/addressbook/abResultsPaneOverlay.dtd +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/messenger/addressbook/addressBook.properties +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/messenger/addressbook/ldapAutoCompErrs.properties +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/messenger/addressbook/pref-directory-add.dtd +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/messenger/addressbook/pref-directory.dtd +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/messenger/addressbook/replicationProgress.properties +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/messenger/am-addressing.dtd +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/messenger/am-advanced.dtd +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/messenger/am-archiveoptions.dtd +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/messenger/am-copies.dtd +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/messenger/am-identities-list.dtd +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/messenger/am-identity-edit.dtd +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/messenger/am-im.dtd +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/messenger/am-junk.dtd +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/messenger/am-main.dtd +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/messenger/am-mdn.dtd +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/messenger/am-mdn.properties +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/messenger/am-offline.dtd +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/messenger/am-server-advanced.dtd +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/messenger/am-server-top.dtd +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/messenger/am-serverwithnoidentities.dtd +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/messenger/am-smime.dtd +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/messenger/am-smime.properties +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/messenger/appleMailImportMsgs.properties +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/messenger/baseMenuOverlay.dtd +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/messenger/charsetTitles.properties +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/messenger/chat.dtd +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/messenger/chat.properties +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/messenger/cloudfile/Box/auth.dtd +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/messenger/cloudfile/Box/management.dtd +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/messenger/cloudfile/Box/settings.dtd +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/messenger/cloudfile/Hightail/fileExceeds2GB.dtd +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/messenger/cloudfile/Hightail/fileExceedsLimit.dtd +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/messenger/cloudfile/Hightail/fileExceedsQuota.dtd +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/messenger/cloudfile/Hightail/management.dtd +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/messenger/cloudfile/Hightail/settings.dtd +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/messenger/cloudfile/addAccountDialog.dtd +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/messenger/cloudfile/management.dtd +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/messenger/configEditorOverlay.dtd +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/messenger/custom.properties +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/messenger/customizeToolbarOverlay.dtd +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/messenger/downloadheaders.dtd +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/messenger/downloads/settingsChange.dtd +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/messenger/downloadsOverlay.dtd +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/messenger/editContactOverlay.dtd +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/messenger/editContactOverlay.properties +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/messenger/eudoraImportMsgs.properties +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/messenger/fieldMapImport.dtd +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/messenger/filter.properties +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/messenger/folderProps.dtd +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/messenger/folderWidgets.properties +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/messenger/folderpane.dtd +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/messenger/gloda.properties +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/messenger/glodaComplete.properties +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/messenger/glodaFacetView.dtd +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/messenger/glodaFacetView.properties +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/messenger/imAccountWizard.dtd +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/messenger/imAccounts.dtd +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/messenger/imAccounts.properties +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/messenger/imapMsgs.properties +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/messenger/importDialog.dtd +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/messenger/importMsgs.properties +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/messenger/joinChat.dtd +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/messenger/junkLog.dtd +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/messenger/junkMailInfo.dtd +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/messenger/localMsgs.properties +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/messenger/mailEditorOverlay.dtd +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/messenger/mailOverlay.dtd +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/messenger/mailViewList.dtd +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/messenger/mailViewSetup.dtd +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/messenger/mailviews.properties +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/messenger/markByDate.dtd +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/messenger/messenger.dtd +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/messenger/messenger.properties +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/messenger/messengercompose/addressingWidgetOverlay.dtd +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/messenger/messengercompose/askSendFormat.dtd +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/messenger/messengercompose/askSendFormat.properties +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/messenger/messengercompose/composeMsgs.properties +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/messenger/messengercompose/mailComposeEditorOverlay.dtd +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/messenger/messengercompose/messengercompose.dtd +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/messenger/messengercompose/sendProgress.dtd +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/messenger/messengercompose/sendProgress.properties +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/messenger/migration/migration.dtd +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/messenger/migration/migration.properties +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/messenger/mime.properties +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/messenger/mimeheader.properties +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/messenger/msgAccountCentral.dtd +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/messenger/msgHdrViewOverlay.dtd +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/messenger/msgPrintEngine.dtd +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/messenger/msgSynchronize.dtd +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/messenger/msgViewPickerOverlay.dtd +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/messenger/msgmdn.properties +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/messenger/multimessageview.dtd +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/messenger/multimessageview.properties +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/messenger/netError.dtd +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/messenger/newFolderDialog.dtd +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/messenger/newTagDialog.dtd +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/messenger/newmailaccount/accountProvisioner.dtd +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/messenger/newmailaccount/accountProvisioner.properties +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/messenger/news.properties +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/messenger/oeImportMsgs.properties +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/messenger/offline.properties +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/messenger/offlineStartup.properties +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/messenger/outlookImportMsgs.properties +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/messenger/pgpmime.properties +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/messenger/preferences/advanced.dtd +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/messenger/preferences/applicationManager.dtd +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/messenger/preferences/applicationManager.properties +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/messenger/preferences/applications.dtd +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/messenger/preferences/applications.properties +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/messenger/preferences/attachmentReminder.dtd +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/messenger/preferences/chat.dtd +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/messenger/preferences/colors.dtd +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/messenger/preferences/compose.dtd +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/messenger/preferences/connection.dtd +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/messenger/preferences/cookies.dtd +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/messenger/preferences/display.dtd +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/messenger/preferences/dockoptions.dtd +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/messenger/preferences/fonts.dtd +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/messenger/preferences/general.dtd +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/messenger/preferences/notifications.dtd +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/messenger/preferences/offline.dtd +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/messenger/preferences/permissions.dtd +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/messenger/preferences/preferences.dtd +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/messenger/preferences/preferences.properties +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/messenger/preferences/privacy.dtd +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/messenger/preferences/receipts.dtd +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/messenger/preferences/security.dtd +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/messenger/preferences/sendoptions.dtd +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/messenger/prefs.properties +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/messenger/quickFilterBar.dtd +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/messenger/renameFolderDialog.dtd +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/messenger/safeMode.dtd +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/messenger/sanitize.dtd +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/messenger/search-attributes.properties +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/messenger/search-operators.properties +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/messenger/search.properties +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/messenger/searchIntegrationDefault.dtd +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/messenger/searchIntegrationMac.dtd +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/messenger/searchIntegrationWin.dtd +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/messenger/searchTermOverlay.dtd +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/messenger/shutdownWindow.properties +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/messenger/smime.properties +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/messenger/smtpEditOverlay.dtd +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/messenger/subscribe.dtd +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/messenger/subscribe.properties +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/messenger/systemIntegrationDialog.dtd +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/messenger/tabmail.dtd +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/messenger/taskbar.properties +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/messenger/telemetry.properties +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/messenger/templateUtils.properties +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/messenger/textImportMsgs.properties +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/messenger/vCardImportMsgs.properties +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/messenger/viewLog.dtd +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/messenger/viewZoomOverlay.dtd +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/messenger/virtualFolderListDialog.dtd +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/messenger/virtualFolderProperties.dtd +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/messenger/wmImportMsgs.properties +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/mozapps/downloads/downloads.dtd +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/mozapps/downloads/downloads.properties +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/mozapps/downloads/settingsChange.dtd +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/mozapps/downloads/unknownContentType.dtd +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/mozapps/downloads/unknownContentType.properties +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/mozapps/extensions/about.dtd +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/mozapps/extensions/blocklist.dtd +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/mozapps/extensions/extensions.dtd +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/mozapps/extensions/extensions.properties +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/mozapps/extensions/newaddon.dtd +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/mozapps/extensions/newaddon.properties +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/mozapps/extensions/selectAddons.dtd +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/mozapps/extensions/selectAddons.properties +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/mozapps/extensions/update.dtd +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/mozapps/extensions/update.properties +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/mozapps/handling/handling.dtd +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/mozapps/handling/handling.properties +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/mozapps/plugins/plugins.dtd +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/mozapps/preferences/changemp.dtd +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/mozapps/preferences/preferences.properties +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/mozapps/preferences/removemp.dtd +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/mozapps/profile/createProfileWizard.dtd +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/mozapps/profile/profileSelection.dtd +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/mozapps/profile/profileSelection.properties +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/mozapps/update/history.dtd +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/mozapps/update/updates.dtd +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/mozapps/update/updates.properties +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/mozapps/xpinstall/xpinstallConfirm.dtd +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/mozapps/xpinstall/xpinstallConfirm.properties +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/mozldap/ldap.properties +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/necko/necko.properties +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/passwordmgr/passwordManager.dtd +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/passwordmgr/passwordmgr.properties +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/pipnss/nsserrors.properties +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/pipnss/pipnss.properties +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/pippki/certManager.dtd +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/pippki/deviceManager.dtd +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/pippki/pippki.dtd +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/pippki/pippki.properties +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/chrome/si/locale/si/places/places.properties +lib/thunderbird38/extensions/langpack-si@thunderbird.mozilla.org/install.rdf +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome.manifest +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/.mkdir.done +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk.manifest +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/alerts/alert.dtd +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/alerts/notificationNames.properties +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/autoconfig/autoconfig.properties +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/branding/brand.dtd +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/branding/brand.properties +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/chat/accounts.properties +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/chat/commands.properties +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/chat/contacts.properties +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/chat/conversations.properties +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/chat/facebook.properties +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/chat/imtooltip.properties +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/chat/irc.properties +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/chat/logger.properties +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/chat/status.properties +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/chat/twitter.properties +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/chat/xmpp.properties +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/chat/yahoo.properties +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/communicator/utilityOverlay.dtd +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/cookie/cookieAcceptDialog.dtd +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/cookie/cookieAcceptDialog.properties +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/editor/EdAdvancedEdit.dtd +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/editor/EdColorPicker.dtd +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/editor/EdConvertToTable.dtd +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/editor/EdDialogOverlay.dtd +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/editor/EdNamedAnchorProperties.dtd +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/editor/EditorButtonProperties.dtd +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/editor/EditorColorProperties.dtd +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/editor/EditorFieldSetProperties.dtd +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/editor/EditorFormProperties.dtd +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/editor/EditorHLineProperties.dtd +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/editor/EditorImageProperties.dtd +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/editor/EditorInputProperties.dtd +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/editor/EditorInsertChars.dtd +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/editor/EditorInsertMath.dtd +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/editor/EditorInsertSource.dtd +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/editor/EditorInsertTOC.dtd +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/editor/EditorInsertTable.dtd +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/editor/EditorLabelProperties.dtd +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/editor/EditorLinkProperties.dtd +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/editor/EditorListProperties.dtd +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/editor/EditorPersonalDictionary.dtd +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/editor/EditorReplace.dtd +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/editor/EditorSelectProperties.dtd +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/editor/EditorSpellCheck.dtd +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/editor/EditorTableProperties.dtd +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/editor/EditorTextAreaProperties.dtd +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/editor/editor.properties +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/editor/editorOverlay.dtd +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/editor/editorSmileyOverlay.dtd +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/formautofill/requestAutocomplete.dtd +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/global-platform/mac/accessible.properties +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/global-platform/mac/intl.properties +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/global-platform/mac/platformKeys.properties +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/global-platform/unix/accessible.properties +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/global-platform/unix/intl.properties +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/global-platform/unix/platformKeys.properties +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/global-platform/win/accessible.properties +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/global-platform/win/intl.properties +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/global-platform/win/platformKeys.properties +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/global-region/region.properties +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/global/AccessFu.properties +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/global/about.dtd +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/global/aboutAbout.dtd +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/global/aboutNetworking.dtd +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/global/aboutReader.properties +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/global/aboutRights.dtd +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/global/aboutSupport.dtd +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/global/aboutSupport.properties +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/global/aboutTelemetry.dtd +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/global/aboutTelemetry.properties +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/global/appPicker.dtd +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/global/appstrings.properties +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/global/autocomplete.properties +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/global/brand.dtd +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/global/browser.properties +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/global/charsetMenu.dtd +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/global/charsetMenu.properties +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/global/commonDialog.dtd +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/global/commonDialogs.properties +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/global/config.dtd +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/global/config.properties +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/global/console.dtd +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/global/console.properties +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/global/contentAreaCommands.properties +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/global/crashes.dtd +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/global/crashes.properties +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/global/css.properties +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/global/customizeToolbar.dtd +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/global/customizeToolbar.properties +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/global/dateFormat.properties +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/global/datetimepicker.dtd +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/global/devtools/csscoverage.dtd +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/global/devtools/csscoverage.properties +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/global/devtools/debugger.properties +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/global/devtools/styleinspector.properties +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/global/dialog.properties +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/global/dialogOverlay.dtd +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/global/dom/dom.properties +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/global/editMenuOverlay.dtd +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/global/fallbackMenubar.properties +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/global/filefield.properties +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/global/filepicker.dtd +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/global/filepicker.properties +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/global/findbar.dtd +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/global/findbar.properties +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/global/finddialog.dtd +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/global/finddialog.properties +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/global/global-strres.properties +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/global/global.dtd +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/global/globalKeys.dtd +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/global/headsUpDisplay.properties +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/global/intl.css +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/global/intl.properties +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/global/keys.properties +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/global/languageNames.properties +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/global/layout/HtmlForm.properties +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/global/layout/MediaDocument.properties +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/global/layout/htmlparser.properties +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/global/layout/xmlparser.properties +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/global/layout_errors.properties +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/global/mathml/mathml.properties +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/global/mozilla.dtd +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/global/netError.dtd +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/global/netErrorApp.dtd +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/global/notification.dtd +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/global/nsWebBrowserPersist.properties +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/global/plugins.properties +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/global/preferences.dtd +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/global/printPageSetup.dtd +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/global/printPreview.dtd +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/global/printPreviewProgress.dtd +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/global/printProgress.dtd +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/global/printdialog.dtd +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/global/printdialog.properties +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/global/printing.properties +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/global/printjoboptions.dtd +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/global/regionNames.properties +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/global/resetProfile.dtd +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/global/resetProfile.properties +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/global/search/search.properties +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/global/security/caps.properties +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/global/security/csp.properties +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/global/security/security.properties +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/global/svg/svg.properties +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/global/textcontext.dtd +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/global/tree.dtd +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/global/videocontrols.dtd +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/global/viewSource.dtd +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/global/viewSource.properties +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/global/webapps.properties +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/global/wizard.dtd +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/global/wizard.properties +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/global/xbl.properties +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/global/xml/prettyprint.dtd +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/global/xslt/xslt.properties +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/global/xul.properties +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/messenger-mapi/mapi.properties +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/messenger-newsblog/am-newsblog.dtd +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/messenger-newsblog/feed-subscriptions.dtd +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/messenger-newsblog/newsblog.properties +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/messenger-region/region.properties +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/messenger-smime/certFetchingStatus.dtd +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/messenger-smime/msgCompSMIMEOverlay.dtd +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/messenger-smime/msgCompSMIMEOverlay.properties +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/messenger-smime/msgCompSecurityInfo.dtd +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/messenger-smime/msgCompSecurityInfo.properties +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/messenger-smime/msgReadSMIMEOverlay.dtd +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/messenger-smime/msgReadSMIMEOverlay.properties +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/messenger-smime/msgReadSecurityInfo.dtd +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/messenger-smime/msgSecurityInfo.properties +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/messenger/AccountManager.dtd +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/messenger/AccountWizard.dtd +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/messenger/CustomHeaders.dtd +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/messenger/FilterEditor.dtd +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/messenger/FilterListDialog.dtd +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/messenger/SearchDialog.dtd +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/messenger/aboutDialog.dtd +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/messenger/aboutDownloads.dtd +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/messenger/aboutRights.dtd +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/messenger/aboutRights.properties +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/messenger/aboutSupportMail.dtd +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/messenger/aboutSupportMail.properties +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/messenger/accountCreation.dtd +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/messenger/accountCreation.properties +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/messenger/accountCreationModel.properties +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/messenger/accountCreationUtil.properties +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/messenger/activity.dtd +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/messenger/activity.properties +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/messenger/addbuddy.dtd +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/messenger/addressbook/abAddressBookNameDialog.dtd +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/messenger/addressbook/abCardOverlay.dtd +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/messenger/addressbook/abContactsPanel.dtd +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/messenger/addressbook/abMailListDialog.dtd +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/messenger/addressbook/abMainWindow.dtd +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/messenger/addressbook/abNewCardDialog.dtd +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/messenger/addressbook/abResultsPaneOverlay.dtd +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/messenger/addressbook/addressBook.properties +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/messenger/addressbook/ldapAutoCompErrs.properties +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/messenger/addressbook/pref-directory-add.dtd +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/messenger/addressbook/pref-directory.dtd +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/messenger/addressbook/replicationProgress.properties +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/messenger/am-addressing.dtd +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/messenger/am-advanced.dtd +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/messenger/am-archiveoptions.dtd +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/messenger/am-copies.dtd +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/messenger/am-identities-list.dtd +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/messenger/am-identity-edit.dtd +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/messenger/am-im.dtd +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/messenger/am-junk.dtd +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/messenger/am-main.dtd +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/messenger/am-mdn.dtd +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/messenger/am-mdn.properties +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/messenger/am-offline.dtd +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/messenger/am-server-advanced.dtd +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/messenger/am-server-top.dtd +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/messenger/am-serverwithnoidentities.dtd +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/messenger/am-smime.dtd +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/messenger/am-smime.properties +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/messenger/appleMailImportMsgs.properties +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/messenger/baseMenuOverlay.dtd +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/messenger/charsetTitles.properties +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/messenger/chat.dtd +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/messenger/chat.properties +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/messenger/cloudfile/Box/auth.dtd +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/messenger/cloudfile/Box/management.dtd +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/messenger/cloudfile/Box/settings.dtd +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/messenger/cloudfile/Hightail/fileExceeds2GB.dtd +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/messenger/cloudfile/Hightail/fileExceedsLimit.dtd +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/messenger/cloudfile/Hightail/fileExceedsQuota.dtd +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/messenger/cloudfile/Hightail/management.dtd +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/messenger/cloudfile/Hightail/settings.dtd +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/messenger/cloudfile/addAccountDialog.dtd +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/messenger/cloudfile/management.dtd +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/messenger/configEditorOverlay.dtd +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/messenger/custom.properties +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/messenger/customizeToolbarOverlay.dtd +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/messenger/downloadheaders.dtd +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/messenger/downloads/settingsChange.dtd +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/messenger/downloadsOverlay.dtd +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/messenger/editContactOverlay.dtd +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/messenger/editContactOverlay.properties +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/messenger/eudoraImportMsgs.properties +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/messenger/fieldMapImport.dtd +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/messenger/filter.properties +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/messenger/folderProps.dtd +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/messenger/folderWidgets.properties +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/messenger/folderpane.dtd +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/messenger/gloda.properties +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/messenger/glodaComplete.properties +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/messenger/glodaFacetView.dtd +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/messenger/glodaFacetView.properties +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/messenger/imAccountWizard.dtd +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/messenger/imAccounts.dtd +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/messenger/imAccounts.properties +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/messenger/imapMsgs.properties +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/messenger/importDialog.dtd +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/messenger/importMsgs.properties +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/messenger/joinChat.dtd +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/messenger/junkLog.dtd +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/messenger/junkMailInfo.dtd +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/messenger/localMsgs.properties +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/messenger/mailEditorOverlay.dtd +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/messenger/mailOverlay.dtd +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/messenger/mailViewList.dtd +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/messenger/mailViewSetup.dtd +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/messenger/mailviews.properties +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/messenger/markByDate.dtd +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/messenger/messenger.dtd +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/messenger/messenger.properties +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/messenger/messengercompose/addressingWidgetOverlay.dtd +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/messenger/messengercompose/askSendFormat.dtd +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/messenger/messengercompose/askSendFormat.properties +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/messenger/messengercompose/composeMsgs.properties +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/messenger/messengercompose/mailComposeEditorOverlay.dtd +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/messenger/messengercompose/messengercompose.dtd +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/messenger/messengercompose/sendProgress.dtd +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/messenger/messengercompose/sendProgress.properties +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/messenger/migration/migration.dtd +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/messenger/migration/migration.properties +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/messenger/mime.properties +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/messenger/mimeheader.properties +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/messenger/msgAccountCentral.dtd +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/messenger/msgHdrViewOverlay.dtd +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/messenger/msgPrintEngine.dtd +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/messenger/msgSynchronize.dtd +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/messenger/msgViewPickerOverlay.dtd +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/messenger/msgmdn.properties +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/messenger/multimessageview.dtd +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/messenger/multimessageview.properties +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/messenger/netError.dtd +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/messenger/newFolderDialog.dtd +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/messenger/newTagDialog.dtd +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/messenger/newmailaccount/accountProvisioner.dtd +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/messenger/newmailaccount/accountProvisioner.properties +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/messenger/news.properties +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/messenger/oeImportMsgs.properties +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/messenger/offline.properties +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/messenger/offlineStartup.properties +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/messenger/outlookImportMsgs.properties +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/messenger/pgpmime.properties +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/messenger/preferences/advanced.dtd +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/messenger/preferences/applicationManager.dtd +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/messenger/preferences/applicationManager.properties +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/messenger/preferences/applications.dtd +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/messenger/preferences/applications.properties +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/messenger/preferences/attachmentReminder.dtd +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/messenger/preferences/chat.dtd +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/messenger/preferences/colors.dtd +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/messenger/preferences/compose.dtd +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/messenger/preferences/connection.dtd +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/messenger/preferences/cookies.dtd +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/messenger/preferences/display.dtd +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/messenger/preferences/dockoptions.dtd +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/messenger/preferences/fonts.dtd +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/messenger/preferences/general.dtd +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/messenger/preferences/notifications.dtd +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/messenger/preferences/offline.dtd +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/messenger/preferences/permissions.dtd +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/messenger/preferences/preferences.dtd +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/messenger/preferences/preferences.properties +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/messenger/preferences/privacy.dtd +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/messenger/preferences/receipts.dtd +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/messenger/preferences/security.dtd +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/messenger/preferences/sendoptions.dtd +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/messenger/prefs.properties +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/messenger/quickFilterBar.dtd +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/messenger/renameFolderDialog.dtd +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/messenger/safeMode.dtd +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/messenger/sanitize.dtd +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/messenger/search-attributes.properties +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/messenger/search-operators.properties +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/messenger/search.properties +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/messenger/searchIntegrationDefault.dtd +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/messenger/searchIntegrationMac.dtd +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/messenger/searchIntegrationWin.dtd +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/messenger/searchTermOverlay.dtd +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/messenger/shutdownWindow.properties +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/messenger/smime.properties +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/messenger/smtpEditOverlay.dtd +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/messenger/subscribe.dtd +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/messenger/subscribe.properties +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/messenger/systemIntegrationDialog.dtd +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/messenger/tabmail.dtd +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/messenger/taskbar.properties +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/messenger/telemetry.properties +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/messenger/templateUtils.properties +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/messenger/textImportMsgs.properties +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/messenger/vCardImportMsgs.properties +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/messenger/viewLog.dtd +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/messenger/viewZoomOverlay.dtd +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/messenger/virtualFolderListDialog.dtd +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/messenger/virtualFolderProperties.dtd +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/messenger/wmImportMsgs.properties +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/mozapps/downloads/downloads.dtd +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/mozapps/downloads/downloads.properties +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/mozapps/downloads/settingsChange.dtd +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/mozapps/downloads/unknownContentType.dtd +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/mozapps/downloads/unknownContentType.properties +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/mozapps/extensions/about.dtd +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/mozapps/extensions/blocklist.dtd +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/mozapps/extensions/extensions.dtd +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/mozapps/extensions/extensions.properties +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/mozapps/extensions/newaddon.dtd +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/mozapps/extensions/newaddon.properties +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/mozapps/extensions/selectAddons.dtd +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/mozapps/extensions/selectAddons.properties +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/mozapps/extensions/update.dtd +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/mozapps/extensions/update.properties +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/mozapps/handling/handling.dtd +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/mozapps/handling/handling.properties +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/mozapps/plugins/plugins.dtd +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/mozapps/preferences/changemp.dtd +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/mozapps/preferences/preferences.properties +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/mozapps/preferences/removemp.dtd +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/mozapps/profile/createProfileWizard.dtd +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/mozapps/profile/profileSelection.dtd +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/mozapps/profile/profileSelection.properties +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/mozapps/update/history.dtd +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/mozapps/update/updates.dtd +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/mozapps/update/updates.properties +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/mozapps/xpinstall/xpinstallConfirm.dtd +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/mozapps/xpinstall/xpinstallConfirm.properties +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/mozldap/ldap.properties +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/necko/necko.properties +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/passwordmgr/passwordManager.dtd +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/passwordmgr/passwordmgr.properties +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/pipnss/nsserrors.properties +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/pipnss/pipnss.properties +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/pippki/certManager.dtd +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/pippki/deviceManager.dtd +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/pippki/pippki.dtd +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/pippki/pippki.properties +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/chrome/sk/locale/sk/places/places.properties +lib/thunderbird38/extensions/langpack-sk@thunderbird.mozilla.org/install.rdf +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome.manifest +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/.mkdir.done +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl.manifest +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/alerts/alert.dtd +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/alerts/notificationNames.properties +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/autoconfig/autoconfig.properties +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/branding/brand.dtd +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/branding/brand.properties +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/chat/accounts.properties +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/chat/commands.properties +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/chat/contacts.properties +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/chat/conversations.properties +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/chat/facebook.properties +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/chat/imtooltip.properties +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/chat/irc.properties +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/chat/logger.properties +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/chat/status.properties +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/chat/twitter.properties +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/chat/xmpp.properties +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/chat/yahoo.properties +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/communicator/utilityOverlay.dtd +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/cookie/cookieAcceptDialog.dtd +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/cookie/cookieAcceptDialog.properties +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/editor/EdAdvancedEdit.dtd +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/editor/EdColorPicker.dtd +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/editor/EdConvertToTable.dtd +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/editor/EdDialogOverlay.dtd +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/editor/EdNamedAnchorProperties.dtd +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/editor/EditorButtonProperties.dtd +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/editor/EditorColorProperties.dtd +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/editor/EditorFieldSetProperties.dtd +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/editor/EditorFormProperties.dtd +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/editor/EditorHLineProperties.dtd +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/editor/EditorImageProperties.dtd +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/editor/EditorInputProperties.dtd +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/editor/EditorInsertChars.dtd +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/editor/EditorInsertMath.dtd +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/editor/EditorInsertSource.dtd +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/editor/EditorInsertTOC.dtd +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/editor/EditorInsertTable.dtd +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/editor/EditorLabelProperties.dtd +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/editor/EditorLinkProperties.dtd +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/editor/EditorListProperties.dtd +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/editor/EditorPersonalDictionary.dtd +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/editor/EditorReplace.dtd +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/editor/EditorSelectProperties.dtd +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/editor/EditorSpellCheck.dtd +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/editor/EditorTableProperties.dtd +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/editor/EditorTextAreaProperties.dtd +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/editor/editor.properties +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/editor/editorOverlay.dtd +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/editor/editorSmileyOverlay.dtd +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/formautofill/requestAutocomplete.dtd +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/global-platform/mac/accessible.properties +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/global-platform/mac/intl.properties +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/global-platform/mac/platformKeys.properties +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/global-platform/unix/accessible.properties +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/global-platform/unix/intl.properties +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/global-platform/unix/platformKeys.properties +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/global-platform/win/accessible.properties +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/global-platform/win/intl.properties +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/global-platform/win/platformKeys.properties +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/global-region/region.properties +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/global/AccessFu.properties +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/global/about.dtd +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/global/aboutAbout.dtd +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/global/aboutNetworking.dtd +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/global/aboutReader.properties +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/global/aboutRights.dtd +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/global/aboutSupport.dtd +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/global/aboutSupport.properties +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/global/aboutTelemetry.dtd +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/global/aboutTelemetry.properties +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/global/appPicker.dtd +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/global/appstrings.properties +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/global/autocomplete.properties +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/global/brand.dtd +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/global/browser.properties +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/global/charsetMenu.dtd +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/global/charsetMenu.properties +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/global/commonDialog.dtd +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/global/commonDialogs.properties +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/global/config.dtd +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/global/config.properties +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/global/console.dtd +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/global/console.properties +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/global/contentAreaCommands.properties +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/global/crashes.dtd +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/global/crashes.properties +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/global/css.properties +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/global/customizeToolbar.dtd +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/global/customizeToolbar.properties +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/global/dateFormat.properties +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/global/datetimepicker.dtd +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/global/devtools/csscoverage.dtd +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/global/devtools/csscoverage.properties +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/global/devtools/debugger.properties +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/global/devtools/styleinspector.properties +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/global/dialog.properties +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/global/dialogOverlay.dtd +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/global/dom/dom.properties +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/global/editMenuOverlay.dtd +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/global/fallbackMenubar.properties +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/global/filefield.properties +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/global/filepicker.dtd +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/global/filepicker.properties +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/global/findbar.dtd +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/global/findbar.properties +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/global/finddialog.dtd +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/global/finddialog.properties +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/global/global-strres.properties +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/global/global.dtd +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/global/globalKeys.dtd +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/global/headsUpDisplay.properties +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/global/intl.css +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/global/intl.properties +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/global/keys.properties +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/global/languageNames.properties +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/global/layout/HtmlForm.properties +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/global/layout/MediaDocument.properties +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/global/layout/htmlparser.properties +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/global/layout/xmlparser.properties +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/global/layout_errors.properties +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/global/mathml/mathml.properties +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/global/mozilla.dtd +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/global/netError.dtd +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/global/netErrorApp.dtd +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/global/notification.dtd +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/global/nsWebBrowserPersist.properties +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/global/plugins.properties +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/global/preferences.dtd +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/global/printPageSetup.dtd +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/global/printPreview.dtd +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/global/printPreviewProgress.dtd +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/global/printProgress.dtd +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/global/printdialog.dtd +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/global/printdialog.properties +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/global/printing.properties +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/global/printjoboptions.dtd +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/global/regionNames.properties +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/global/resetProfile.dtd +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/global/resetProfile.properties +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/global/search/search.properties +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/global/security/caps.properties +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/global/security/csp.properties +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/global/security/security.properties +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/global/svg/svg.properties +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/global/textcontext.dtd +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/global/tree.dtd +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/global/videocontrols.dtd +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/global/viewSource.dtd +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/global/viewSource.properties +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/global/webapps.properties +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/global/wizard.dtd +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/global/wizard.properties +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/global/xbl.properties +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/global/xml/prettyprint.dtd +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/global/xslt/xslt.properties +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/global/xul.properties +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/messenger-mapi/mapi.properties +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/messenger-newsblog/am-newsblog.dtd +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/messenger-newsblog/feed-subscriptions.dtd +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/messenger-newsblog/newsblog.properties +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/messenger-region/region.properties +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/messenger-smime/certFetchingStatus.dtd +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/messenger-smime/msgCompSMIMEOverlay.dtd +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/messenger-smime/msgCompSMIMEOverlay.properties +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/messenger-smime/msgCompSecurityInfo.dtd +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/messenger-smime/msgCompSecurityInfo.properties +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/messenger-smime/msgReadSMIMEOverlay.dtd +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/messenger-smime/msgReadSMIMEOverlay.properties +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/messenger-smime/msgReadSecurityInfo.dtd +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/messenger-smime/msgSecurityInfo.properties +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/messenger/AccountManager.dtd +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/messenger/AccountWizard.dtd +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/messenger/CustomHeaders.dtd +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/messenger/FilterEditor.dtd +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/messenger/FilterListDialog.dtd +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/messenger/SearchDialog.dtd +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/messenger/aboutDialog.dtd +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/messenger/aboutDownloads.dtd +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/messenger/aboutRights.dtd +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/messenger/aboutRights.properties +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/messenger/aboutSupportMail.dtd +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/messenger/aboutSupportMail.properties +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/messenger/accountCreation.dtd +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/messenger/accountCreation.properties +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/messenger/accountCreationModel.properties +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/messenger/accountCreationUtil.properties +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/messenger/activity.dtd +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/messenger/activity.properties +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/messenger/addbuddy.dtd +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/messenger/addressbook/abAddressBookNameDialog.dtd +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/messenger/addressbook/abCardOverlay.dtd +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/messenger/addressbook/abContactsPanel.dtd +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/messenger/addressbook/abMailListDialog.dtd +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/messenger/addressbook/abMainWindow.dtd +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/messenger/addressbook/abNewCardDialog.dtd +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/messenger/addressbook/abResultsPaneOverlay.dtd +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/messenger/addressbook/addressBook.properties +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/messenger/addressbook/ldapAutoCompErrs.properties +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/messenger/addressbook/pref-directory-add.dtd +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/messenger/addressbook/pref-directory.dtd +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/messenger/addressbook/replicationProgress.properties +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/messenger/am-addressing.dtd +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/messenger/am-advanced.dtd +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/messenger/am-archiveoptions.dtd +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/messenger/am-copies.dtd +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/messenger/am-identities-list.dtd +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/messenger/am-identity-edit.dtd +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/messenger/am-im.dtd +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/messenger/am-junk.dtd +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/messenger/am-main.dtd +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/messenger/am-mdn.dtd +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/messenger/am-mdn.properties +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/messenger/am-offline.dtd +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/messenger/am-server-advanced.dtd +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/messenger/am-server-top.dtd +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/messenger/am-serverwithnoidentities.dtd +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/messenger/am-smime.dtd +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/messenger/am-smime.properties +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/messenger/appleMailImportMsgs.properties +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/messenger/baseMenuOverlay.dtd +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/messenger/charsetTitles.properties +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/messenger/chat.dtd +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/messenger/chat.properties +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/messenger/cloudfile/Box/auth.dtd +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/messenger/cloudfile/Box/management.dtd +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/messenger/cloudfile/Box/settings.dtd +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/messenger/cloudfile/Hightail/fileExceeds2GB.dtd +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/messenger/cloudfile/Hightail/fileExceedsLimit.dtd +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/messenger/cloudfile/Hightail/fileExceedsQuota.dtd +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/messenger/cloudfile/Hightail/management.dtd +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/messenger/cloudfile/Hightail/settings.dtd +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/messenger/cloudfile/addAccountDialog.dtd +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/messenger/cloudfile/management.dtd +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/messenger/configEditorOverlay.dtd +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/messenger/custom.properties +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/messenger/customizeToolbarOverlay.dtd +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/messenger/downloadheaders.dtd +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/messenger/downloads/settingsChange.dtd +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/messenger/downloadsOverlay.dtd +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/messenger/editContactOverlay.dtd +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/messenger/editContactOverlay.properties +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/messenger/eudoraImportMsgs.properties +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/messenger/fieldMapImport.dtd +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/messenger/filter.properties +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/messenger/folderProps.dtd +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/messenger/folderWidgets.properties +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/messenger/folderpane.dtd +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/messenger/gloda.properties +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/messenger/glodaComplete.properties +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/messenger/glodaFacetView.dtd +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/messenger/glodaFacetView.properties +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/messenger/imAccountWizard.dtd +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/messenger/imAccounts.dtd +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/messenger/imAccounts.properties +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/messenger/imapMsgs.properties +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/messenger/importDialog.dtd +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/messenger/importMsgs.properties +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/messenger/joinChat.dtd +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/messenger/junkLog.dtd +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/messenger/junkMailInfo.dtd +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/messenger/localMsgs.properties +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/messenger/mailEditorOverlay.dtd +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/messenger/mailOverlay.dtd +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/messenger/mailViewList.dtd +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/messenger/mailViewSetup.dtd +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/messenger/mailviews.properties +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/messenger/markByDate.dtd +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/messenger/messenger.dtd +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/messenger/messenger.properties +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/messenger/messengercompose/addressingWidgetOverlay.dtd +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/messenger/messengercompose/askSendFormat.dtd +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/messenger/messengercompose/askSendFormat.properties +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/messenger/messengercompose/composeMsgs.properties +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/messenger/messengercompose/mailComposeEditorOverlay.dtd +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/messenger/messengercompose/messengercompose.dtd +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/messenger/messengercompose/sendProgress.dtd +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/messenger/messengercompose/sendProgress.properties +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/messenger/migration/migration.dtd +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/messenger/migration/migration.properties +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/messenger/mime.properties +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/messenger/mimeheader.properties +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/messenger/msgAccountCentral.dtd +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/messenger/msgHdrViewOverlay.dtd +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/messenger/msgPrintEngine.dtd +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/messenger/msgSynchronize.dtd +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/messenger/msgViewPickerOverlay.dtd +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/messenger/msgmdn.properties +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/messenger/multimessageview.dtd +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/messenger/multimessageview.properties +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/messenger/netError.dtd +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/messenger/newFolderDialog.dtd +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/messenger/newTagDialog.dtd +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/messenger/newmailaccount/accountProvisioner.dtd +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/messenger/newmailaccount/accountProvisioner.properties +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/messenger/news.properties +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/messenger/oeImportMsgs.properties +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/messenger/offline.properties +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/messenger/offlineStartup.properties +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/messenger/outlookImportMsgs.properties +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/messenger/pgpmime.properties +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/messenger/preferences/advanced.dtd +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/messenger/preferences/applicationManager.dtd +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/messenger/preferences/applicationManager.properties +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/messenger/preferences/applications.dtd +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/messenger/preferences/applications.properties +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/messenger/preferences/attachmentReminder.dtd +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/messenger/preferences/chat.dtd +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/messenger/preferences/colors.dtd +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/messenger/preferences/compose.dtd +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/messenger/preferences/connection.dtd +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/messenger/preferences/cookies.dtd +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/messenger/preferences/display.dtd +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/messenger/preferences/dockoptions.dtd +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/messenger/preferences/fonts.dtd +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/messenger/preferences/general.dtd +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/messenger/preferences/notifications.dtd +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/messenger/preferences/offline.dtd +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/messenger/preferences/permissions.dtd +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/messenger/preferences/preferences.dtd +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/messenger/preferences/preferences.properties +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/messenger/preferences/privacy.dtd +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/messenger/preferences/receipts.dtd +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/messenger/preferences/security.dtd +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/messenger/preferences/sendoptions.dtd +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/messenger/prefs.properties +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/messenger/quickFilterBar.dtd +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/messenger/renameFolderDialog.dtd +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/messenger/safeMode.dtd +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/messenger/sanitize.dtd +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/messenger/search-attributes.properties +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/messenger/search-operators.properties +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/messenger/search.properties +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/messenger/searchIntegrationDefault.dtd +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/messenger/searchIntegrationMac.dtd +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/messenger/searchIntegrationWin.dtd +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/messenger/searchTermOverlay.dtd +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/messenger/shutdownWindow.properties +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/messenger/smime.properties +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/messenger/smtpEditOverlay.dtd +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/messenger/subscribe.dtd +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/messenger/subscribe.properties +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/messenger/systemIntegrationDialog.dtd +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/messenger/tabmail.dtd +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/messenger/taskbar.properties +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/messenger/telemetry.properties +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/messenger/templateUtils.properties +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/messenger/textImportMsgs.properties +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/messenger/vCardImportMsgs.properties +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/messenger/viewLog.dtd +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/messenger/viewZoomOverlay.dtd +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/messenger/virtualFolderListDialog.dtd +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/messenger/virtualFolderProperties.dtd +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/messenger/wmImportMsgs.properties +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/mozapps/downloads/downloads.dtd +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/mozapps/downloads/downloads.properties +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/mozapps/downloads/settingsChange.dtd +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/mozapps/downloads/unknownContentType.dtd +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/mozapps/downloads/unknownContentType.properties +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/mozapps/extensions/about.dtd +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/mozapps/extensions/blocklist.dtd +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/mozapps/extensions/extensions.dtd +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/mozapps/extensions/extensions.properties +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/mozapps/extensions/newaddon.dtd +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/mozapps/extensions/newaddon.properties +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/mozapps/extensions/selectAddons.dtd +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/mozapps/extensions/selectAddons.properties +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/mozapps/extensions/update.dtd +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/mozapps/extensions/update.properties +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/mozapps/handling/handling.dtd +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/mozapps/handling/handling.properties +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/mozapps/plugins/plugins.dtd +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/mozapps/preferences/changemp.dtd +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/mozapps/preferences/preferences.properties +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/mozapps/preferences/removemp.dtd +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/mozapps/profile/createProfileWizard.dtd +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/mozapps/profile/profileSelection.dtd +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/mozapps/profile/profileSelection.properties +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/mozapps/update/history.dtd +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/mozapps/update/updates.dtd +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/mozapps/update/updates.properties +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/mozapps/xpinstall/xpinstallConfirm.dtd +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/mozapps/xpinstall/xpinstallConfirm.properties +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/mozldap/ldap.properties +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/necko/necko.properties +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/passwordmgr/passwordManager.dtd +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/passwordmgr/passwordmgr.properties +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/pipnss/nsserrors.properties +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/pipnss/pipnss.properties +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/pippki/certManager.dtd +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/pippki/deviceManager.dtd +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/pippki/pippki.dtd +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/pippki/pippki.properties +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/chrome/sl/locale/sl/places/places.properties +lib/thunderbird38/extensions/langpack-sl@thunderbird.mozilla.org/install.rdf +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome.manifest +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/.mkdir.done +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq.manifest +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/alerts/alert.dtd +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/alerts/notificationNames.properties +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/autoconfig/autoconfig.properties +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/branding/brand.dtd +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/branding/brand.properties +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/chat/accounts.properties +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/chat/commands.properties +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/chat/contacts.properties +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/chat/conversations.properties +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/chat/facebook.properties +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/chat/imtooltip.properties +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/chat/irc.properties +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/chat/logger.properties +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/chat/status.properties +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/chat/twitter.properties +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/chat/xmpp.properties +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/chat/yahoo.properties +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/communicator/utilityOverlay.dtd +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/cookie/cookieAcceptDialog.dtd +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/cookie/cookieAcceptDialog.properties +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/editor/EdAdvancedEdit.dtd +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/editor/EdColorPicker.dtd +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/editor/EdConvertToTable.dtd +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/editor/EdDialogOverlay.dtd +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/editor/EdNamedAnchorProperties.dtd +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/editor/EditorButtonProperties.dtd +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/editor/EditorColorProperties.dtd +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/editor/EditorFieldSetProperties.dtd +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/editor/EditorFormProperties.dtd +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/editor/EditorHLineProperties.dtd +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/editor/EditorImageProperties.dtd +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/editor/EditorInputProperties.dtd +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/editor/EditorInsertChars.dtd +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/editor/EditorInsertMath.dtd +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/editor/EditorInsertSource.dtd +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/editor/EditorInsertTOC.dtd +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/editor/EditorInsertTable.dtd +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/editor/EditorLabelProperties.dtd +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/editor/EditorLinkProperties.dtd +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/editor/EditorListProperties.dtd +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/editor/EditorPersonalDictionary.dtd +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/editor/EditorReplace.dtd +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/editor/EditorSelectProperties.dtd +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/editor/EditorSpellCheck.dtd +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/editor/EditorTableProperties.dtd +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/editor/EditorTextAreaProperties.dtd +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/editor/editor.properties +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/editor/editorOverlay.dtd +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/editor/editorSmileyOverlay.dtd +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/formautofill/requestAutocomplete.dtd +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/global-platform/mac/accessible.properties +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/global-platform/mac/intl.properties +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/global-platform/mac/platformKeys.properties +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/global-platform/unix/accessible.properties +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/global-platform/unix/intl.properties +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/global-platform/unix/platformKeys.properties +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/global-platform/win/accessible.properties +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/global-platform/win/intl.properties +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/global-platform/win/platformKeys.properties +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/global-region/region.properties +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/global/AccessFu.properties +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/global/about.dtd +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/global/aboutAbout.dtd +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/global/aboutNetworking.dtd +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/global/aboutReader.properties +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/global/aboutRights.dtd +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/global/aboutSupport.dtd +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/global/aboutSupport.properties +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/global/aboutTelemetry.dtd +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/global/aboutTelemetry.properties +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/global/appPicker.dtd +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/global/appstrings.properties +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/global/autocomplete.properties +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/global/brand.dtd +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/global/browser.properties +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/global/charsetMenu.dtd +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/global/charsetMenu.properties +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/global/commonDialog.dtd +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/global/commonDialogs.properties +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/global/config.dtd +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/global/config.properties +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/global/console.dtd +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/global/console.properties +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/global/contentAreaCommands.properties +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/global/crashes.dtd +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/global/crashes.properties +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/global/css.properties +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/global/customizeToolbar.dtd +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/global/customizeToolbar.properties +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/global/dateFormat.properties +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/global/datetimepicker.dtd +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/global/devtools/csscoverage.dtd +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/global/devtools/csscoverage.properties +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/global/devtools/debugger.properties +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/global/devtools/styleinspector.properties +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/global/dialog.properties +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/global/dialogOverlay.dtd +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/global/dom/dom.properties +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/global/editMenuOverlay.dtd +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/global/fallbackMenubar.properties +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/global/filefield.properties +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/global/filepicker.dtd +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/global/filepicker.properties +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/global/findbar.dtd +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/global/findbar.properties +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/global/finddialog.dtd +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/global/finddialog.properties +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/global/global-strres.properties +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/global/global.dtd +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/global/globalKeys.dtd +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/global/headsUpDisplay.properties +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/global/intl.css +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/global/intl.properties +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/global/keys.properties +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/global/languageNames.properties +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/global/layout/HtmlForm.properties +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/global/layout/MediaDocument.properties +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/global/layout/htmlparser.properties +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/global/layout/xmlparser.properties +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/global/layout_errors.properties +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/global/mathml/mathml.properties +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/global/mozilla.dtd +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/global/netError.dtd +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/global/netErrorApp.dtd +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/global/notification.dtd +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/global/nsWebBrowserPersist.properties +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/global/plugins.properties +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/global/preferences.dtd +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/global/printPageSetup.dtd +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/global/printPreview.dtd +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/global/printPreviewProgress.dtd +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/global/printProgress.dtd +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/global/printdialog.dtd +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/global/printdialog.properties +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/global/printing.properties +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/global/printjoboptions.dtd +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/global/regionNames.properties +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/global/resetProfile.dtd +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/global/resetProfile.properties +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/global/search/search.properties +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/global/security/caps.properties +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/global/security/csp.properties +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/global/security/security.properties +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/global/svg/svg.properties +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/global/textcontext.dtd +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/global/tree.dtd +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/global/videocontrols.dtd +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/global/viewSource.dtd +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/global/viewSource.properties +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/global/webapps.properties +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/global/wizard.dtd +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/global/wizard.properties +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/global/xbl.properties +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/global/xml/prettyprint.dtd +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/global/xslt/xslt.properties +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/global/xul.properties +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/messenger-mapi/mapi.properties +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/messenger-newsblog/am-newsblog.dtd +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/messenger-newsblog/feed-subscriptions.dtd +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/messenger-newsblog/newsblog.properties +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/messenger-region/region.properties +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/messenger-smime/certFetchingStatus.dtd +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/messenger-smime/msgCompSMIMEOverlay.dtd +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/messenger-smime/msgCompSMIMEOverlay.properties +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/messenger-smime/msgCompSecurityInfo.dtd +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/messenger-smime/msgCompSecurityInfo.properties +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/messenger-smime/msgReadSMIMEOverlay.dtd +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/messenger-smime/msgReadSMIMEOverlay.properties +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/messenger-smime/msgReadSecurityInfo.dtd +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/messenger-smime/msgSecurityInfo.properties +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/messenger/AccountManager.dtd +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/messenger/AccountWizard.dtd +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/messenger/CustomHeaders.dtd +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/messenger/FilterEditor.dtd +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/messenger/FilterListDialog.dtd +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/messenger/SearchDialog.dtd +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/messenger/aboutDialog.dtd +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/messenger/aboutDownloads.dtd +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/messenger/aboutRights.dtd +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/messenger/aboutRights.properties +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/messenger/aboutSupportMail.dtd +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/messenger/aboutSupportMail.properties +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/messenger/accountCreation.dtd +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/messenger/accountCreation.properties +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/messenger/accountCreationModel.properties +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/messenger/accountCreationUtil.properties +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/messenger/activity.dtd +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/messenger/activity.properties +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/messenger/addbuddy.dtd +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/messenger/addressbook/abAddressBookNameDialog.dtd +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/messenger/addressbook/abCardOverlay.dtd +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/messenger/addressbook/abContactsPanel.dtd +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/messenger/addressbook/abMailListDialog.dtd +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/messenger/addressbook/abMainWindow.dtd +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/messenger/addressbook/abNewCardDialog.dtd +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/messenger/addressbook/abResultsPaneOverlay.dtd +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/messenger/addressbook/addressBook.properties +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/messenger/addressbook/ldapAutoCompErrs.properties +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/messenger/addressbook/pref-directory-add.dtd +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/messenger/addressbook/pref-directory.dtd +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/messenger/addressbook/replicationProgress.properties +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/messenger/am-addressing.dtd +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/messenger/am-advanced.dtd +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/messenger/am-archiveoptions.dtd +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/messenger/am-copies.dtd +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/messenger/am-identities-list.dtd +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/messenger/am-identity-edit.dtd +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/messenger/am-im.dtd +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/messenger/am-junk.dtd +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/messenger/am-main.dtd +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/messenger/am-mdn.dtd +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/messenger/am-mdn.properties +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/messenger/am-offline.dtd +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/messenger/am-server-advanced.dtd +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/messenger/am-server-top.dtd +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/messenger/am-serverwithnoidentities.dtd +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/messenger/am-smime.dtd +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/messenger/am-smime.properties +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/messenger/appleMailImportMsgs.properties +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/messenger/baseMenuOverlay.dtd +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/messenger/charsetTitles.properties +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/messenger/chat.dtd +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/messenger/chat.properties +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/messenger/cloudfile/Box/auth.dtd +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/messenger/cloudfile/Box/management.dtd +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/messenger/cloudfile/Box/settings.dtd +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/messenger/cloudfile/Hightail/fileExceeds2GB.dtd +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/messenger/cloudfile/Hightail/fileExceedsLimit.dtd +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/messenger/cloudfile/Hightail/fileExceedsQuota.dtd +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/messenger/cloudfile/Hightail/management.dtd +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/messenger/cloudfile/Hightail/settings.dtd +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/messenger/cloudfile/addAccountDialog.dtd +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/messenger/cloudfile/management.dtd +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/messenger/configEditorOverlay.dtd +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/messenger/custom.properties +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/messenger/customizeToolbarOverlay.dtd +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/messenger/downloadheaders.dtd +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/messenger/downloads/settingsChange.dtd +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/messenger/downloadsOverlay.dtd +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/messenger/editContactOverlay.dtd +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/messenger/editContactOverlay.properties +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/messenger/eudoraImportMsgs.properties +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/messenger/fieldMapImport.dtd +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/messenger/filter.properties +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/messenger/folderProps.dtd +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/messenger/folderWidgets.properties +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/messenger/folderpane.dtd +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/messenger/gloda.properties +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/messenger/glodaComplete.properties +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/messenger/glodaFacetView.dtd +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/messenger/glodaFacetView.properties +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/messenger/imAccountWizard.dtd +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/messenger/imAccounts.dtd +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/messenger/imAccounts.properties +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/messenger/imapMsgs.properties +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/messenger/importDialog.dtd +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/messenger/importMsgs.properties +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/messenger/joinChat.dtd +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/messenger/junkLog.dtd +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/messenger/junkMailInfo.dtd +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/messenger/localMsgs.properties +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/messenger/mailEditorOverlay.dtd +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/messenger/mailOverlay.dtd +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/messenger/mailViewList.dtd +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/messenger/mailViewSetup.dtd +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/messenger/mailviews.properties +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/messenger/markByDate.dtd +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/messenger/messenger.dtd +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/messenger/messenger.properties +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/messenger/messengercompose/addressingWidgetOverlay.dtd +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/messenger/messengercompose/askSendFormat.dtd +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/messenger/messengercompose/askSendFormat.properties +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/messenger/messengercompose/composeMsgs.properties +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/messenger/messengercompose/mailComposeEditorOverlay.dtd +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/messenger/messengercompose/messengercompose.dtd +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/messenger/messengercompose/sendProgress.dtd +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/messenger/messengercompose/sendProgress.properties +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/messenger/migration/migration.dtd +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/messenger/migration/migration.properties +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/messenger/mime.properties +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/messenger/mimeheader.properties +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/messenger/msgAccountCentral.dtd +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/messenger/msgHdrViewOverlay.dtd +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/messenger/msgPrintEngine.dtd +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/messenger/msgSynchronize.dtd +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/messenger/msgViewPickerOverlay.dtd +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/messenger/msgmdn.properties +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/messenger/multimessageview.dtd +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/messenger/multimessageview.properties +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/messenger/netError.dtd +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/messenger/newFolderDialog.dtd +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/messenger/newTagDialog.dtd +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/messenger/newmailaccount/accountProvisioner.dtd +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/messenger/newmailaccount/accountProvisioner.properties +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/messenger/news.properties +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/messenger/oeImportMsgs.properties +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/messenger/offline.properties +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/messenger/offlineStartup.properties +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/messenger/outlookImportMsgs.properties +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/messenger/pgpmime.properties +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/messenger/preferences/advanced.dtd +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/messenger/preferences/applicationManager.dtd +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/messenger/preferences/applicationManager.properties +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/messenger/preferences/applications.dtd +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/messenger/preferences/applications.properties +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/messenger/preferences/attachmentReminder.dtd +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/messenger/preferences/chat.dtd +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/messenger/preferences/colors.dtd +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/messenger/preferences/compose.dtd +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/messenger/preferences/connection.dtd +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/messenger/preferences/cookies.dtd +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/messenger/preferences/display.dtd +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/messenger/preferences/dockoptions.dtd +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/messenger/preferences/fonts.dtd +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/messenger/preferences/general.dtd +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/messenger/preferences/notifications.dtd +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/messenger/preferences/offline.dtd +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/messenger/preferences/permissions.dtd +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/messenger/preferences/preferences.dtd +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/messenger/preferences/preferences.properties +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/messenger/preferences/privacy.dtd +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/messenger/preferences/receipts.dtd +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/messenger/preferences/security.dtd +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/messenger/preferences/sendoptions.dtd +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/messenger/prefs.properties +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/messenger/quickFilterBar.dtd +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/messenger/renameFolderDialog.dtd +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/messenger/safeMode.dtd +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/messenger/sanitize.dtd +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/messenger/search-attributes.properties +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/messenger/search-operators.properties +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/messenger/search.properties +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/messenger/searchIntegrationDefault.dtd +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/messenger/searchIntegrationMac.dtd +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/messenger/searchIntegrationWin.dtd +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/messenger/searchTermOverlay.dtd +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/messenger/shutdownWindow.properties +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/messenger/smime.properties +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/messenger/smtpEditOverlay.dtd +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/messenger/subscribe.dtd +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/messenger/subscribe.properties +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/messenger/systemIntegrationDialog.dtd +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/messenger/tabmail.dtd +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/messenger/taskbar.properties +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/messenger/telemetry.properties +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/messenger/templateUtils.properties +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/messenger/textImportMsgs.properties +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/messenger/vCardImportMsgs.properties +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/messenger/viewLog.dtd +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/messenger/viewZoomOverlay.dtd +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/messenger/virtualFolderListDialog.dtd +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/messenger/virtualFolderProperties.dtd +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/messenger/wmImportMsgs.properties +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/mozapps/downloads/downloads.dtd +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/mozapps/downloads/downloads.properties +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/mozapps/downloads/settingsChange.dtd +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/mozapps/downloads/unknownContentType.dtd +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/mozapps/downloads/unknownContentType.properties +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/mozapps/extensions/about.dtd +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/mozapps/extensions/blocklist.dtd +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/mozapps/extensions/extensions.dtd +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/mozapps/extensions/extensions.properties +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/mozapps/extensions/newaddon.dtd +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/mozapps/extensions/newaddon.properties +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/mozapps/extensions/selectAddons.dtd +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/mozapps/extensions/selectAddons.properties +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/mozapps/extensions/update.dtd +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/mozapps/extensions/update.properties +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/mozapps/handling/handling.dtd +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/mozapps/handling/handling.properties +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/mozapps/plugins/plugins.dtd +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/mozapps/preferences/changemp.dtd +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/mozapps/preferences/preferences.properties +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/mozapps/preferences/removemp.dtd +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/mozapps/profile/createProfileWizard.dtd +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/mozapps/profile/profileSelection.dtd +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/mozapps/profile/profileSelection.properties +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/mozapps/update/history.dtd +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/mozapps/update/updates.dtd +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/mozapps/update/updates.properties +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/mozapps/xpinstall/xpinstallConfirm.dtd +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/mozapps/xpinstall/xpinstallConfirm.properties +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/mozldap/ldap.properties +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/necko/necko.properties +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/passwordmgr/passwordManager.dtd +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/passwordmgr/passwordmgr.properties +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/pipnss/nsserrors.properties +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/pipnss/pipnss.properties +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/pippki/certManager.dtd +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/pippki/deviceManager.dtd +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/pippki/pippki.dtd +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/pippki/pippki.properties +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/chrome/sq/locale/sq/places/places.properties +lib/thunderbird38/extensions/langpack-sq@thunderbird.mozilla.org/install.rdf +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome.manifest +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/.mkdir.done +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE.manifest +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/alerts/alert.dtd +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/alerts/notificationNames.properties +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/autoconfig/autoconfig.properties +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/branding/brand.dtd +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/branding/brand.properties +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/chat/accounts.properties +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/chat/commands.properties +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/chat/contacts.properties +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/chat/conversations.properties +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/chat/facebook.properties +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/chat/imtooltip.properties +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/chat/irc.properties +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/chat/logger.properties +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/chat/status.properties +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/chat/twitter.properties +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/chat/xmpp.properties +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/chat/yahoo.properties +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/communicator/utilityOverlay.dtd +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/cookie/cookieAcceptDialog.dtd +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/cookie/cookieAcceptDialog.properties +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/editor/EdAdvancedEdit.dtd +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/editor/EdColorPicker.dtd +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/editor/EdConvertToTable.dtd +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/editor/EdDialogOverlay.dtd +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/editor/EdNamedAnchorProperties.dtd +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/editor/EditorButtonProperties.dtd +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/editor/EditorColorProperties.dtd +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/editor/EditorFieldSetProperties.dtd +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/editor/EditorFormProperties.dtd +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/editor/EditorHLineProperties.dtd +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/editor/EditorImageProperties.dtd +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/editor/EditorInputProperties.dtd +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/editor/EditorInsertChars.dtd +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/editor/EditorInsertMath.dtd +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/editor/EditorInsertSource.dtd +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/editor/EditorInsertTOC.dtd +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/editor/EditorInsertTable.dtd +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/editor/EditorLabelProperties.dtd +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/editor/EditorLinkProperties.dtd +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/editor/EditorListProperties.dtd +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/editor/EditorPersonalDictionary.dtd +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/editor/EditorReplace.dtd +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/editor/EditorSelectProperties.dtd +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/editor/EditorSpellCheck.dtd +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/editor/EditorTableProperties.dtd +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/editor/EditorTextAreaProperties.dtd +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/editor/editor.properties +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/editor/editorOverlay.dtd +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/editor/editorSmileyOverlay.dtd +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/formautofill/requestAutocomplete.dtd +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/global-platform/mac/accessible.properties +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/global-platform/mac/intl.properties +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/global-platform/mac/platformKeys.properties +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/global-platform/unix/accessible.properties +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/global-platform/unix/intl.properties +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/global-platform/unix/platformKeys.properties +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/global-platform/win/accessible.properties +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/global-platform/win/intl.properties +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/global-platform/win/platformKeys.properties +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/global-region/region.properties +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/global/AccessFu.properties +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/global/about.dtd +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/global/aboutAbout.dtd +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/global/aboutNetworking.dtd +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/global/aboutReader.properties +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/global/aboutRights.dtd +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/global/aboutSupport.dtd +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/global/aboutSupport.properties +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/global/aboutTelemetry.dtd +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/global/aboutTelemetry.properties +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/global/appPicker.dtd +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/global/appstrings.properties +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/global/autocomplete.properties +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/global/brand.dtd +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/global/browser.properties +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/global/charsetMenu.dtd +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/global/charsetMenu.properties +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/global/commonDialog.dtd +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/global/commonDialogs.properties +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/global/config.dtd +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/global/config.properties +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/global/console.dtd +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/global/console.properties +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/global/contentAreaCommands.properties +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/global/crashes.dtd +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/global/crashes.properties +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/global/css.properties +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/global/customizeToolbar.dtd +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/global/customizeToolbar.properties +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/global/dateFormat.properties +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/global/datetimepicker.dtd +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/global/devtools/csscoverage.dtd +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/global/devtools/csscoverage.properties +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/global/devtools/debugger.properties +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/global/devtools/styleinspector.properties +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/global/dialog.properties +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/global/dialogOverlay.dtd +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/global/dom/dom.properties +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/global/editMenuOverlay.dtd +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/global/fallbackMenubar.properties +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/global/filefield.properties +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/global/filepicker.dtd +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/global/filepicker.properties +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/global/findbar.dtd +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/global/findbar.properties +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/global/finddialog.dtd +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/global/finddialog.properties +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/global/global-strres.properties +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/global/global.dtd +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/global/globalKeys.dtd +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/global/headsUpDisplay.properties +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/global/intl.css +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/global/intl.properties +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/global/keys.properties +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/global/languageNames.properties +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/global/layout/HtmlForm.properties +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/global/layout/MediaDocument.properties +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/global/layout/htmlparser.properties +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/global/layout/xmlparser.properties +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/global/layout_errors.properties +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/global/mathml/mathml.properties +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/global/mozilla.dtd +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/global/netError.dtd +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/global/netErrorApp.dtd +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/global/notification.dtd +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/global/nsWebBrowserPersist.properties +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/global/plugins.properties +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/global/preferences.dtd +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/global/printPageSetup.dtd +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/global/printPreview.dtd +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/global/printPreviewProgress.dtd +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/global/printProgress.dtd +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/global/printdialog.dtd +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/global/printdialog.properties +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/global/printing.properties +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/global/printjoboptions.dtd +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/global/regionNames.properties +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/global/resetProfile.dtd +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/global/resetProfile.properties +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/global/search/search.properties +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/global/security/caps.properties +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/global/security/csp.properties +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/global/security/security.properties +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/global/svg/svg.properties +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/global/textcontext.dtd +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/global/tree.dtd +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/global/videocontrols.dtd +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/global/viewSource.dtd +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/global/viewSource.properties +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/global/webapps.properties +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/global/wizard.dtd +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/global/wizard.properties +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/global/xbl.properties +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/global/xml/prettyprint.dtd +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/global/xslt/xslt.properties +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/global/xul.properties +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/messenger-mapi/mapi.properties +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/messenger-newsblog/am-newsblog.dtd +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/messenger-newsblog/feed-subscriptions.dtd +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/messenger-newsblog/newsblog.properties +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/messenger-region/region.properties +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/messenger-smime/certFetchingStatus.dtd +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/messenger-smime/msgCompSMIMEOverlay.dtd +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/messenger-smime/msgCompSMIMEOverlay.properties +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/messenger-smime/msgCompSecurityInfo.dtd +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/messenger-smime/msgCompSecurityInfo.properties +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/messenger-smime/msgReadSMIMEOverlay.dtd +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/messenger-smime/msgReadSMIMEOverlay.properties +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/messenger-smime/msgReadSecurityInfo.dtd +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/messenger-smime/msgSecurityInfo.properties +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/messenger/AccountManager.dtd +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/messenger/AccountWizard.dtd +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/messenger/CustomHeaders.dtd +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/messenger/FilterEditor.dtd +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/messenger/FilterListDialog.dtd +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/messenger/SearchDialog.dtd +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/messenger/aboutDialog.dtd +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/messenger/aboutDownloads.dtd +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/messenger/aboutRights.dtd +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/messenger/aboutRights.properties +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/messenger/aboutSupportMail.dtd +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/messenger/aboutSupportMail.properties +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/messenger/accountCreation.dtd +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/messenger/accountCreation.properties +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/messenger/accountCreationModel.properties +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/messenger/accountCreationUtil.properties +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/messenger/activity.dtd +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/messenger/activity.properties +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/messenger/addbuddy.dtd +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/messenger/addressbook/abAddressBookNameDialog.dtd +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/messenger/addressbook/abCardOverlay.dtd +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/messenger/addressbook/abContactsPanel.dtd +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/messenger/addressbook/abMailListDialog.dtd +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/messenger/addressbook/abMainWindow.dtd +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/messenger/addressbook/abNewCardDialog.dtd +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/messenger/addressbook/abResultsPaneOverlay.dtd +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/messenger/addressbook/addressBook.properties +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/messenger/addressbook/ldapAutoCompErrs.properties +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/messenger/addressbook/pref-directory-add.dtd +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/messenger/addressbook/pref-directory.dtd +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/messenger/addressbook/replicationProgress.properties +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/messenger/am-addressing.dtd +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/messenger/am-advanced.dtd +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/messenger/am-archiveoptions.dtd +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/messenger/am-copies.dtd +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/messenger/am-identities-list.dtd +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/messenger/am-identity-edit.dtd +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/messenger/am-im.dtd +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/messenger/am-junk.dtd +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/messenger/am-main.dtd +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/messenger/am-mdn.dtd +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/messenger/am-mdn.properties +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/messenger/am-offline.dtd +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/messenger/am-server-advanced.dtd +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/messenger/am-server-top.dtd +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/messenger/am-serverwithnoidentities.dtd +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/messenger/am-smime.dtd +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/messenger/am-smime.properties +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/messenger/appleMailImportMsgs.properties +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/messenger/baseMenuOverlay.dtd +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/messenger/charsetTitles.properties +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/messenger/chat.dtd +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/messenger/chat.properties +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/messenger/cloudfile/Box/auth.dtd +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/messenger/cloudfile/Box/management.dtd +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/messenger/cloudfile/Box/settings.dtd +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/messenger/cloudfile/Hightail/fileExceeds2GB.dtd +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/messenger/cloudfile/Hightail/fileExceedsLimit.dtd +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/messenger/cloudfile/Hightail/fileExceedsQuota.dtd +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/messenger/cloudfile/Hightail/management.dtd +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/messenger/cloudfile/Hightail/settings.dtd +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/messenger/cloudfile/addAccountDialog.dtd +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/messenger/cloudfile/management.dtd +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/messenger/configEditorOverlay.dtd +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/messenger/custom.properties +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/messenger/customizeToolbarOverlay.dtd +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/messenger/downloadheaders.dtd +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/messenger/downloads/settingsChange.dtd +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/messenger/downloadsOverlay.dtd +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/messenger/editContactOverlay.dtd +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/messenger/editContactOverlay.properties +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/messenger/eudoraImportMsgs.properties +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/messenger/fieldMapImport.dtd +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/messenger/filter.properties +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/messenger/folderProps.dtd +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/messenger/folderWidgets.properties +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/messenger/folderpane.dtd +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/messenger/gloda.properties +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/messenger/glodaComplete.properties +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/messenger/glodaFacetView.dtd +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/messenger/glodaFacetView.properties +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/messenger/imAccountWizard.dtd +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/messenger/imAccounts.dtd +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/messenger/imAccounts.properties +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/messenger/imapMsgs.properties +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/messenger/importDialog.dtd +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/messenger/importMsgs.properties +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/messenger/joinChat.dtd +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/messenger/junkLog.dtd +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/messenger/junkMailInfo.dtd +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/messenger/localMsgs.properties +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/messenger/mailEditorOverlay.dtd +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/messenger/mailOverlay.dtd +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/messenger/mailViewList.dtd +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/messenger/mailViewSetup.dtd +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/messenger/mailviews.properties +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/messenger/markByDate.dtd +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/messenger/messenger.dtd +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/messenger/messenger.properties +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/messenger/messengercompose/addressingWidgetOverlay.dtd +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/messenger/messengercompose/askSendFormat.dtd +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/messenger/messengercompose/askSendFormat.properties +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/messenger/messengercompose/composeMsgs.properties +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/messenger/messengercompose/mailComposeEditorOverlay.dtd +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/messenger/messengercompose/messengercompose.dtd +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/messenger/messengercompose/sendProgress.dtd +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/messenger/messengercompose/sendProgress.properties +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/messenger/migration/migration.dtd +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/messenger/migration/migration.properties +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/messenger/mime.properties +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/messenger/mimeheader.properties +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/messenger/msgAccountCentral.dtd +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/messenger/msgHdrViewOverlay.dtd +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/messenger/msgPrintEngine.dtd +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/messenger/msgSynchronize.dtd +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/messenger/msgViewPickerOverlay.dtd +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/messenger/msgmdn.properties +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/messenger/multimessageview.dtd +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/messenger/multimessageview.properties +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/messenger/netError.dtd +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/messenger/newFolderDialog.dtd +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/messenger/newTagDialog.dtd +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/messenger/newmailaccount/accountProvisioner.dtd +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/messenger/newmailaccount/accountProvisioner.properties +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/messenger/news.properties +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/messenger/oeImportMsgs.properties +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/messenger/offline.properties +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/messenger/offlineStartup.properties +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/messenger/outlookImportMsgs.properties +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/messenger/pgpmime.properties +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/messenger/preferences/advanced.dtd +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/messenger/preferences/applicationManager.dtd +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/messenger/preferences/applicationManager.properties +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/messenger/preferences/applications.dtd +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/messenger/preferences/applications.properties +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/messenger/preferences/attachmentReminder.dtd +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/messenger/preferences/chat.dtd +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/messenger/preferences/colors.dtd +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/messenger/preferences/compose.dtd +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/messenger/preferences/connection.dtd +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/messenger/preferences/cookies.dtd +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/messenger/preferences/display.dtd +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/messenger/preferences/dockoptions.dtd +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/messenger/preferences/fonts.dtd +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/messenger/preferences/general.dtd +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/messenger/preferences/notifications.dtd +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/messenger/preferences/offline.dtd +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/messenger/preferences/permissions.dtd +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/messenger/preferences/preferences.dtd +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/messenger/preferences/preferences.properties +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/messenger/preferences/privacy.dtd +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/messenger/preferences/receipts.dtd +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/messenger/preferences/security.dtd +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/messenger/preferences/sendoptions.dtd +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/messenger/prefs.properties +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/messenger/quickFilterBar.dtd +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/messenger/renameFolderDialog.dtd +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/messenger/safeMode.dtd +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/messenger/sanitize.dtd +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/messenger/search-attributes.properties +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/messenger/search-operators.properties +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/messenger/search.properties +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/messenger/searchIntegrationDefault.dtd +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/messenger/searchIntegrationMac.dtd +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/messenger/searchIntegrationWin.dtd +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/messenger/searchTermOverlay.dtd +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/messenger/shutdownWindow.properties +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/messenger/smime.properties +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/messenger/smtpEditOverlay.dtd +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/messenger/subscribe.dtd +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/messenger/subscribe.properties +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/messenger/systemIntegrationDialog.dtd +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/messenger/tabmail.dtd +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/messenger/taskbar.properties +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/messenger/telemetry.properties +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/messenger/templateUtils.properties +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/messenger/textImportMsgs.properties +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/messenger/vCardImportMsgs.properties +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/messenger/viewLog.dtd +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/messenger/viewZoomOverlay.dtd +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/messenger/virtualFolderListDialog.dtd +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/messenger/virtualFolderProperties.dtd +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/messenger/wmImportMsgs.properties +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/mozapps/downloads/downloads.dtd +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/mozapps/downloads/downloads.properties +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/mozapps/downloads/settingsChange.dtd +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/mozapps/downloads/unknownContentType.dtd +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/mozapps/downloads/unknownContentType.properties +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/mozapps/extensions/about.dtd +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/mozapps/extensions/blocklist.dtd +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/mozapps/extensions/extensions.dtd +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/mozapps/extensions/extensions.properties +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/mozapps/extensions/newaddon.dtd +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/mozapps/extensions/newaddon.properties +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/mozapps/extensions/selectAddons.dtd +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/mozapps/extensions/selectAddons.properties +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/mozapps/extensions/update.dtd +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/mozapps/extensions/update.properties +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/mozapps/handling/handling.dtd +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/mozapps/handling/handling.properties +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/mozapps/plugins/plugins.dtd +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/mozapps/preferences/changemp.dtd +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/mozapps/preferences/preferences.properties +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/mozapps/preferences/removemp.dtd +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/mozapps/profile/createProfileWizard.dtd +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/mozapps/profile/profileSelection.dtd +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/mozapps/profile/profileSelection.properties +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/mozapps/update/history.dtd +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/mozapps/update/updates.dtd +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/mozapps/update/updates.properties +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/mozapps/xpinstall/xpinstallConfirm.dtd +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/mozapps/xpinstall/xpinstallConfirm.properties +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/mozldap/ldap.properties +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/necko/necko.properties +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/passwordmgr/passwordManager.dtd +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/passwordmgr/passwordmgr.properties +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/pipnss/nsserrors.properties +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/pipnss/pipnss.properties +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/pippki/certManager.dtd +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/pippki/deviceManager.dtd +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/pippki/pippki.dtd +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/pippki/pippki.properties +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/chrome/sv-SE/locale/sv-SE/places/places.properties +lib/thunderbird38/extensions/langpack-sv-SE@thunderbird.mozilla.org/install.rdf +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome.manifest +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/.mkdir.done +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK.manifest +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/alerts/alert.dtd +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/alerts/notificationNames.properties +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/autoconfig/autoconfig.properties +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/branding/brand.dtd +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/branding/brand.properties +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/chat/accounts.properties +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/chat/commands.properties +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/chat/contacts.properties +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/chat/conversations.properties +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/chat/facebook.properties +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/chat/imtooltip.properties +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/chat/irc.properties +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/chat/logger.properties +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/chat/status.properties +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/chat/twitter.properties +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/chat/xmpp.properties +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/chat/yahoo.properties +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/communicator/utilityOverlay.dtd +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/cookie/cookieAcceptDialog.dtd +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/cookie/cookieAcceptDialog.properties +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/editor/EdAdvancedEdit.dtd +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/editor/EdColorPicker.dtd +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/editor/EdConvertToTable.dtd +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/editor/EdDialogOverlay.dtd +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/editor/EdNamedAnchorProperties.dtd +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/editor/EditorButtonProperties.dtd +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/editor/EditorColorProperties.dtd +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/editor/EditorFieldSetProperties.dtd +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/editor/EditorFormProperties.dtd +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/editor/EditorHLineProperties.dtd +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/editor/EditorImageProperties.dtd +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/editor/EditorInputProperties.dtd +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/editor/EditorInsertChars.dtd +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/editor/EditorInsertMath.dtd +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/editor/EditorInsertSource.dtd +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/editor/EditorInsertTOC.dtd +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/editor/EditorInsertTable.dtd +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/editor/EditorLabelProperties.dtd +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/editor/EditorLinkProperties.dtd +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/editor/EditorListProperties.dtd +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/editor/EditorPersonalDictionary.dtd +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/editor/EditorReplace.dtd +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/editor/EditorSelectProperties.dtd +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/editor/EditorSpellCheck.dtd +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/editor/EditorTableProperties.dtd +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/editor/EditorTextAreaProperties.dtd +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/editor/editor.properties +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/editor/editorOverlay.dtd +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/editor/editorSmileyOverlay.dtd +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/formautofill/requestAutocomplete.dtd +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/global-platform/mac/accessible.properties +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/global-platform/mac/intl.properties +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/global-platform/mac/platformKeys.properties +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/global-platform/unix/accessible.properties +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/global-platform/unix/intl.properties +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/global-platform/unix/platformKeys.properties +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/global-platform/win/accessible.properties +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/global-platform/win/intl.properties +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/global-platform/win/platformKeys.properties +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/global-region/region.properties +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/global/AccessFu.properties +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/global/about.dtd +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/global/aboutAbout.dtd +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/global/aboutNetworking.dtd +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/global/aboutReader.properties +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/global/aboutRights.dtd +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/global/aboutSupport.dtd +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/global/aboutSupport.properties +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/global/aboutTelemetry.dtd +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/global/aboutTelemetry.properties +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/global/appPicker.dtd +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/global/appstrings.properties +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/global/autocomplete.properties +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/global/brand.dtd +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/global/browser.properties +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/global/charsetMenu.dtd +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/global/charsetMenu.properties +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/global/commonDialog.dtd +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/global/commonDialogs.properties +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/global/config.dtd +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/global/config.properties +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/global/console.dtd +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/global/console.properties +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/global/contentAreaCommands.properties +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/global/crashes.dtd +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/global/crashes.properties +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/global/css.properties +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/global/customizeToolbar.dtd +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/global/customizeToolbar.properties +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/global/dateFormat.properties +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/global/datetimepicker.dtd +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/global/devtools/csscoverage.dtd +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/global/devtools/csscoverage.properties +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/global/devtools/debugger.properties +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/global/devtools/styleinspector.properties +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/global/dialog.properties +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/global/dialogOverlay.dtd +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/global/dom/dom.properties +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/global/editMenuOverlay.dtd +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/global/fallbackMenubar.properties +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/global/filefield.properties +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/global/filepicker.dtd +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/global/filepicker.properties +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/global/findbar.dtd +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/global/findbar.properties +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/global/finddialog.dtd +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/global/finddialog.properties +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/global/global-strres.properties +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/global/global.dtd +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/global/globalKeys.dtd +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/global/headsUpDisplay.properties +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/global/intl.css +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/global/intl.properties +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/global/keys.properties +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/global/languageNames.properties +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/global/layout/HtmlForm.properties +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/global/layout/MediaDocument.properties +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/global/layout/htmlparser.properties +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/global/layout/xmlparser.properties +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/global/layout_errors.properties +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/global/mathml/mathml.properties +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/global/mozilla.dtd +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/global/netError.dtd +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/global/netErrorApp.dtd +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/global/notification.dtd +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/global/nsWebBrowserPersist.properties +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/global/plugins.properties +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/global/preferences.dtd +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/global/printPageSetup.dtd +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/global/printPreview.dtd +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/global/printPreviewProgress.dtd +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/global/printProgress.dtd +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/global/printdialog.dtd +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/global/printdialog.properties +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/global/printing.properties +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/global/printjoboptions.dtd +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/global/regionNames.properties +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/global/resetProfile.dtd +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/global/resetProfile.properties +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/global/search/search.properties +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/global/security/caps.properties +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/global/security/csp.properties +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/global/security/security.properties +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/global/svg/svg.properties +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/global/textcontext.dtd +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/global/tree.dtd +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/global/videocontrols.dtd +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/global/viewSource.dtd +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/global/viewSource.properties +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/global/webapps.properties +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/global/wizard.dtd +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/global/wizard.properties +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/global/xbl.properties +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/global/xml/prettyprint.dtd +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/global/xslt/xslt.properties +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/global/xul.properties +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/messenger-mapi/mapi.properties +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/messenger-newsblog/am-newsblog.dtd +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/messenger-newsblog/feed-subscriptions.dtd +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/messenger-newsblog/newsblog.properties +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/messenger-region/region.properties +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/messenger-smime/certFetchingStatus.dtd +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/messenger-smime/msgCompSMIMEOverlay.dtd +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/messenger-smime/msgCompSMIMEOverlay.properties +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/messenger-smime/msgCompSecurityInfo.dtd +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/messenger-smime/msgCompSecurityInfo.properties +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/messenger-smime/msgReadSMIMEOverlay.dtd +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/messenger-smime/msgReadSMIMEOverlay.properties +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/messenger-smime/msgReadSecurityInfo.dtd +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/messenger-smime/msgSecurityInfo.properties +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/messenger/AccountManager.dtd +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/messenger/AccountWizard.dtd +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/messenger/CustomHeaders.dtd +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/messenger/FilterEditor.dtd +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/messenger/FilterListDialog.dtd +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/messenger/SearchDialog.dtd +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/messenger/aboutDialog.dtd +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/messenger/aboutDownloads.dtd +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/messenger/aboutRights.dtd +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/messenger/aboutRights.properties +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/messenger/aboutSupportMail.dtd +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/messenger/aboutSupportMail.properties +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/messenger/accountCreation.dtd +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/messenger/accountCreation.properties +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/messenger/accountCreationModel.properties +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/messenger/accountCreationUtil.properties +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/messenger/activity.dtd +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/messenger/activity.properties +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/messenger/addbuddy.dtd +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/messenger/addressbook/abAddressBookNameDialog.dtd +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/messenger/addressbook/abCardOverlay.dtd +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/messenger/addressbook/abContactsPanel.dtd +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/messenger/addressbook/abMailListDialog.dtd +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/messenger/addressbook/abMainWindow.dtd +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/messenger/addressbook/abNewCardDialog.dtd +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/messenger/addressbook/abResultsPaneOverlay.dtd +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/messenger/addressbook/addressBook.properties +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/messenger/addressbook/ldapAutoCompErrs.properties +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/messenger/addressbook/pref-directory-add.dtd +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/messenger/addressbook/pref-directory.dtd +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/messenger/addressbook/replicationProgress.properties +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/messenger/am-addressing.dtd +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/messenger/am-advanced.dtd +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/messenger/am-archiveoptions.dtd +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/messenger/am-copies.dtd +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/messenger/am-identities-list.dtd +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/messenger/am-identity-edit.dtd +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/messenger/am-im.dtd +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/messenger/am-junk.dtd +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/messenger/am-main.dtd +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/messenger/am-mdn.dtd +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/messenger/am-mdn.properties +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/messenger/am-offline.dtd +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/messenger/am-server-advanced.dtd +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/messenger/am-server-top.dtd +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/messenger/am-serverwithnoidentities.dtd +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/messenger/am-smime.dtd +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/messenger/am-smime.properties +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/messenger/appleMailImportMsgs.properties +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/messenger/baseMenuOverlay.dtd +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/messenger/charsetTitles.properties +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/messenger/chat.dtd +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/messenger/chat.properties +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/messenger/cloudfile/Box/auth.dtd +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/messenger/cloudfile/Box/management.dtd +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/messenger/cloudfile/Box/settings.dtd +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/messenger/cloudfile/Hightail/fileExceeds2GB.dtd +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/messenger/cloudfile/Hightail/fileExceedsLimit.dtd +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/messenger/cloudfile/Hightail/fileExceedsQuota.dtd +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/messenger/cloudfile/Hightail/management.dtd +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/messenger/cloudfile/Hightail/settings.dtd +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/messenger/cloudfile/addAccountDialog.dtd +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/messenger/cloudfile/management.dtd +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/messenger/configEditorOverlay.dtd +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/messenger/custom.properties +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/messenger/customizeToolbarOverlay.dtd +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/messenger/downloadheaders.dtd +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/messenger/downloads/settingsChange.dtd +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/messenger/downloadsOverlay.dtd +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/messenger/editContactOverlay.dtd +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/messenger/editContactOverlay.properties +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/messenger/eudoraImportMsgs.properties +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/messenger/fieldMapImport.dtd +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/messenger/filter.properties +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/messenger/folderProps.dtd +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/messenger/folderWidgets.properties +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/messenger/folderpane.dtd +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/messenger/gloda.properties +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/messenger/glodaComplete.properties +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/messenger/glodaFacetView.dtd +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/messenger/glodaFacetView.properties +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/messenger/imAccountWizard.dtd +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/messenger/imAccounts.dtd +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/messenger/imAccounts.properties +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/messenger/imapMsgs.properties +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/messenger/importDialog.dtd +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/messenger/importMsgs.properties +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/messenger/joinChat.dtd +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/messenger/junkLog.dtd +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/messenger/junkMailInfo.dtd +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/messenger/localMsgs.properties +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/messenger/mailEditorOverlay.dtd +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/messenger/mailOverlay.dtd +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/messenger/mailViewList.dtd +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/messenger/mailViewSetup.dtd +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/messenger/mailviews.properties +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/messenger/markByDate.dtd +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/messenger/messenger.dtd +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/messenger/messenger.properties +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/messenger/messengercompose/addressingWidgetOverlay.dtd +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/messenger/messengercompose/askSendFormat.dtd +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/messenger/messengercompose/askSendFormat.properties +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/messenger/messengercompose/composeMsgs.properties +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/messenger/messengercompose/mailComposeEditorOverlay.dtd +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/messenger/messengercompose/messengercompose.dtd +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/messenger/messengercompose/sendProgress.dtd +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/messenger/messengercompose/sendProgress.properties +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/messenger/migration/migration.dtd +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/messenger/migration/migration.properties +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/messenger/mime.properties +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/messenger/mimeheader.properties +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/messenger/msgAccountCentral.dtd +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/messenger/msgHdrViewOverlay.dtd +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/messenger/msgPrintEngine.dtd +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/messenger/msgSynchronize.dtd +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/messenger/msgViewPickerOverlay.dtd +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/messenger/msgmdn.properties +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/messenger/multimessageview.dtd +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/messenger/multimessageview.properties +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/messenger/netError.dtd +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/messenger/newFolderDialog.dtd +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/messenger/newTagDialog.dtd +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/messenger/newmailaccount/accountProvisioner.dtd +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/messenger/newmailaccount/accountProvisioner.properties +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/messenger/news.properties +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/messenger/oeImportMsgs.properties +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/messenger/offline.properties +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/messenger/offlineStartup.properties +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/messenger/outlookImportMsgs.properties +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/messenger/pgpmime.properties +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/messenger/preferences/advanced.dtd +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/messenger/preferences/applicationManager.dtd +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/messenger/preferences/applicationManager.properties +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/messenger/preferences/applications.dtd +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/messenger/preferences/applications.properties +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/messenger/preferences/attachmentReminder.dtd +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/messenger/preferences/chat.dtd +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/messenger/preferences/colors.dtd +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/messenger/preferences/compose.dtd +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/messenger/preferences/connection.dtd +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/messenger/preferences/cookies.dtd +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/messenger/preferences/display.dtd +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/messenger/preferences/dockoptions.dtd +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/messenger/preferences/fonts.dtd +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/messenger/preferences/general.dtd +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/messenger/preferences/notifications.dtd +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/messenger/preferences/offline.dtd +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/messenger/preferences/permissions.dtd +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/messenger/preferences/preferences.dtd +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/messenger/preferences/preferences.properties +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/messenger/preferences/privacy.dtd +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/messenger/preferences/receipts.dtd +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/messenger/preferences/security.dtd +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/messenger/preferences/sendoptions.dtd +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/messenger/prefs.properties +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/messenger/quickFilterBar.dtd +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/messenger/renameFolderDialog.dtd +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/messenger/safeMode.dtd +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/messenger/sanitize.dtd +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/messenger/search-attributes.properties +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/messenger/search-operators.properties +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/messenger/search.properties +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/messenger/searchIntegrationDefault.dtd +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/messenger/searchIntegrationMac.dtd +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/messenger/searchIntegrationWin.dtd +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/messenger/searchTermOverlay.dtd +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/messenger/shutdownWindow.properties +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/messenger/smime.properties +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/messenger/smtpEditOverlay.dtd +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/messenger/subscribe.dtd +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/messenger/subscribe.properties +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/messenger/systemIntegrationDialog.dtd +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/messenger/tabmail.dtd +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/messenger/taskbar.properties +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/messenger/telemetry.properties +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/messenger/templateUtils.properties +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/messenger/textImportMsgs.properties +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/messenger/vCardImportMsgs.properties +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/messenger/viewLog.dtd +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/messenger/viewZoomOverlay.dtd +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/messenger/virtualFolderListDialog.dtd +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/messenger/virtualFolderProperties.dtd +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/messenger/wmImportMsgs.properties +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/mozapps/downloads/downloads.dtd +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/mozapps/downloads/downloads.properties +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/mozapps/downloads/settingsChange.dtd +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/mozapps/downloads/unknownContentType.dtd +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/mozapps/downloads/unknownContentType.properties +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/mozapps/extensions/about.dtd +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/mozapps/extensions/blocklist.dtd +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/mozapps/extensions/extensions.dtd +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/mozapps/extensions/extensions.properties +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/mozapps/extensions/newaddon.dtd +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/mozapps/extensions/newaddon.properties +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/mozapps/extensions/selectAddons.dtd +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/mozapps/extensions/selectAddons.properties +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/mozapps/extensions/update.dtd +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/mozapps/extensions/update.properties +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/mozapps/handling/handling.dtd +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/mozapps/handling/handling.properties +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/mozapps/plugins/plugins.dtd +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/mozapps/preferences/changemp.dtd +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/mozapps/preferences/preferences.properties +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/mozapps/preferences/removemp.dtd +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/mozapps/profile/createProfileWizard.dtd +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/mozapps/profile/profileSelection.dtd +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/mozapps/profile/profileSelection.properties +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/mozapps/update/history.dtd +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/mozapps/update/updates.dtd +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/mozapps/update/updates.properties +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/mozapps/xpinstall/xpinstallConfirm.dtd +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/mozapps/xpinstall/xpinstallConfirm.properties +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/mozldap/ldap.properties +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/necko/necko.properties +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/passwordmgr/passwordManager.dtd +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/passwordmgr/passwordmgr.properties +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/pipnss/nsserrors.properties +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/pipnss/pipnss.properties +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/pippki/certManager.dtd +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/pippki/deviceManager.dtd +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/pippki/pippki.dtd +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/pippki/pippki.properties +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/chrome/ta-LK/locale/ta-LK/places/places.properties +lib/thunderbird38/extensions/langpack-ta-LK@thunderbird.mozilla.org/install.rdf +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome.manifest +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/.mkdir.done +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr.manifest +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/alerts/alert.dtd +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/alerts/notificationNames.properties +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/autoconfig/autoconfig.properties +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/branding/brand.dtd +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/branding/brand.properties +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/chat/accounts.properties +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/chat/commands.properties +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/chat/contacts.properties +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/chat/conversations.properties +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/chat/facebook.properties +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/chat/imtooltip.properties +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/chat/irc.properties +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/chat/logger.properties +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/chat/status.properties +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/chat/twitter.properties +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/chat/xmpp.properties +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/chat/yahoo.properties +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/communicator/utilityOverlay.dtd +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/cookie/cookieAcceptDialog.dtd +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/cookie/cookieAcceptDialog.properties +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/editor/EdAdvancedEdit.dtd +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/editor/EdColorPicker.dtd +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/editor/EdConvertToTable.dtd +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/editor/EdDialogOverlay.dtd +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/editor/EdNamedAnchorProperties.dtd +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/editor/EditorButtonProperties.dtd +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/editor/EditorColorProperties.dtd +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/editor/EditorFieldSetProperties.dtd +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/editor/EditorFormProperties.dtd +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/editor/EditorHLineProperties.dtd +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/editor/EditorImageProperties.dtd +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/editor/EditorInputProperties.dtd +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/editor/EditorInsertChars.dtd +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/editor/EditorInsertMath.dtd +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/editor/EditorInsertSource.dtd +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/editor/EditorInsertTOC.dtd +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/editor/EditorInsertTable.dtd +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/editor/EditorLabelProperties.dtd +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/editor/EditorLinkProperties.dtd +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/editor/EditorListProperties.dtd +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/editor/EditorPersonalDictionary.dtd +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/editor/EditorReplace.dtd +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/editor/EditorSelectProperties.dtd +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/editor/EditorSpellCheck.dtd +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/editor/EditorTableProperties.dtd +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/editor/EditorTextAreaProperties.dtd +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/editor/editor.properties +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/editor/editorOverlay.dtd +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/editor/editorSmileyOverlay.dtd +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/formautofill/requestAutocomplete.dtd +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/global-platform/mac/accessible.properties +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/global-platform/mac/intl.properties +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/global-platform/mac/platformKeys.properties +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/global-platform/unix/accessible.properties +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/global-platform/unix/intl.properties +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/global-platform/unix/platformKeys.properties +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/global-platform/win/accessible.properties +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/global-platform/win/intl.properties +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/global-platform/win/platformKeys.properties +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/global-region/region.properties +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/global/AccessFu.properties +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/global/about.dtd +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/global/aboutAbout.dtd +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/global/aboutNetworking.dtd +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/global/aboutReader.properties +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/global/aboutRights.dtd +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/global/aboutSupport.dtd +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/global/aboutSupport.properties +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/global/aboutTelemetry.dtd +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/global/aboutTelemetry.properties +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/global/appPicker.dtd +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/global/appstrings.properties +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/global/autocomplete.properties +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/global/brand.dtd +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/global/browser.properties +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/global/charsetMenu.dtd +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/global/charsetMenu.properties +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/global/commonDialog.dtd +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/global/commonDialogs.properties +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/global/config.dtd +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/global/config.properties +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/global/console.dtd +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/global/console.properties +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/global/contentAreaCommands.properties +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/global/crashes.dtd +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/global/crashes.properties +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/global/css.properties +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/global/customizeToolbar.dtd +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/global/customizeToolbar.properties +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/global/dateFormat.properties +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/global/datetimepicker.dtd +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/global/devtools/csscoverage.dtd +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/global/devtools/csscoverage.properties +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/global/devtools/debugger.properties +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/global/devtools/styleinspector.properties +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/global/dialog.properties +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/global/dialogOverlay.dtd +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/global/dom/dom.properties +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/global/editMenuOverlay.dtd +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/global/fallbackMenubar.properties +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/global/filefield.properties +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/global/filepicker.dtd +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/global/filepicker.properties +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/global/findbar.dtd +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/global/findbar.properties +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/global/finddialog.dtd +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/global/finddialog.properties +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/global/global-strres.properties +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/global/global.dtd +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/global/globalKeys.dtd +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/global/headsUpDisplay.properties +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/global/intl.css +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/global/intl.properties +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/global/keys.properties +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/global/languageNames.properties +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/global/layout/HtmlForm.properties +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/global/layout/MediaDocument.properties +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/global/layout/htmlparser.properties +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/global/layout/xmlparser.properties +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/global/layout_errors.properties +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/global/mathml/mathml.properties +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/global/mozilla.dtd +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/global/netError.dtd +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/global/netErrorApp.dtd +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/global/notification.dtd +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/global/nsWebBrowserPersist.properties +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/global/plugins.properties +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/global/preferences.dtd +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/global/printPageSetup.dtd +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/global/printPreview.dtd +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/global/printPreviewProgress.dtd +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/global/printProgress.dtd +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/global/printdialog.dtd +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/global/printdialog.properties +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/global/printing.properties +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/global/printjoboptions.dtd +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/global/regionNames.properties +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/global/resetProfile.dtd +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/global/resetProfile.properties +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/global/search/search.properties +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/global/security/caps.properties +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/global/security/csp.properties +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/global/security/security.properties +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/global/svg/svg.properties +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/global/textcontext.dtd +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/global/tree.dtd +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/global/videocontrols.dtd +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/global/viewSource.dtd +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/global/viewSource.properties +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/global/webapps.properties +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/global/wizard.dtd +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/global/wizard.properties +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/global/xbl.properties +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/global/xml/prettyprint.dtd +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/global/xslt/xslt.properties +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/global/xul.properties +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/messenger-mapi/mapi.properties +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/messenger-newsblog/am-newsblog.dtd +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/messenger-newsblog/feed-subscriptions.dtd +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/messenger-newsblog/newsblog.properties +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/messenger-region/region.properties +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/messenger-smime/certFetchingStatus.dtd +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/messenger-smime/msgCompSMIMEOverlay.dtd +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/messenger-smime/msgCompSMIMEOverlay.properties +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/messenger-smime/msgCompSecurityInfo.dtd +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/messenger-smime/msgCompSecurityInfo.properties +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/messenger-smime/msgReadSMIMEOverlay.dtd +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/messenger-smime/msgReadSMIMEOverlay.properties +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/messenger-smime/msgReadSecurityInfo.dtd +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/messenger-smime/msgSecurityInfo.properties +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/messenger/AccountManager.dtd +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/messenger/AccountWizard.dtd +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/messenger/CustomHeaders.dtd +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/messenger/FilterEditor.dtd +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/messenger/FilterListDialog.dtd +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/messenger/SearchDialog.dtd +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/messenger/aboutDialog.dtd +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/messenger/aboutDownloads.dtd +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/messenger/aboutRights.dtd +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/messenger/aboutRights.properties +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/messenger/aboutSupportMail.dtd +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/messenger/aboutSupportMail.properties +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/messenger/accountCreation.dtd +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/messenger/accountCreation.properties +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/messenger/accountCreationModel.properties +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/messenger/accountCreationUtil.properties +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/messenger/activity.dtd +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/messenger/activity.properties +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/messenger/addbuddy.dtd +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/messenger/addressbook/abAddressBookNameDialog.dtd +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/messenger/addressbook/abCardOverlay.dtd +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/messenger/addressbook/abContactsPanel.dtd +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/messenger/addressbook/abMailListDialog.dtd +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/messenger/addressbook/abMainWindow.dtd +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/messenger/addressbook/abNewCardDialog.dtd +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/messenger/addressbook/abResultsPaneOverlay.dtd +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/messenger/addressbook/addressBook.properties +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/messenger/addressbook/ldapAutoCompErrs.properties +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/messenger/addressbook/pref-directory-add.dtd +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/messenger/addressbook/pref-directory.dtd +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/messenger/addressbook/replicationProgress.properties +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/messenger/am-addressing.dtd +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/messenger/am-advanced.dtd +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/messenger/am-archiveoptions.dtd +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/messenger/am-copies.dtd +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/messenger/am-identities-list.dtd +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/messenger/am-identity-edit.dtd +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/messenger/am-im.dtd +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/messenger/am-junk.dtd +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/messenger/am-main.dtd +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/messenger/am-mdn.dtd +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/messenger/am-mdn.properties +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/messenger/am-offline.dtd +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/messenger/am-server-advanced.dtd +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/messenger/am-server-top.dtd +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/messenger/am-serverwithnoidentities.dtd +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/messenger/am-smime.dtd +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/messenger/am-smime.properties +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/messenger/appleMailImportMsgs.properties +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/messenger/baseMenuOverlay.dtd +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/messenger/charsetTitles.properties +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/messenger/chat.dtd +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/messenger/chat.properties +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/messenger/cloudfile/Box/auth.dtd +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/messenger/cloudfile/Box/management.dtd +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/messenger/cloudfile/Box/settings.dtd +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/messenger/cloudfile/Hightail/fileExceeds2GB.dtd +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/messenger/cloudfile/Hightail/fileExceedsLimit.dtd +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/messenger/cloudfile/Hightail/fileExceedsQuota.dtd +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/messenger/cloudfile/Hightail/management.dtd +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/messenger/cloudfile/Hightail/settings.dtd +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/messenger/cloudfile/addAccountDialog.dtd +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/messenger/cloudfile/management.dtd +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/messenger/configEditorOverlay.dtd +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/messenger/custom.properties +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/messenger/customizeToolbarOverlay.dtd +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/messenger/downloadheaders.dtd +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/messenger/downloads/settingsChange.dtd +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/messenger/downloadsOverlay.dtd +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/messenger/editContactOverlay.dtd +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/messenger/editContactOverlay.properties +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/messenger/eudoraImportMsgs.properties +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/messenger/fieldMapImport.dtd +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/messenger/filter.properties +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/messenger/folderProps.dtd +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/messenger/folderWidgets.properties +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/messenger/folderpane.dtd +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/messenger/gloda.properties +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/messenger/glodaComplete.properties +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/messenger/glodaFacetView.dtd +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/messenger/glodaFacetView.properties +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/messenger/imAccountWizard.dtd +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/messenger/imAccounts.dtd +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/messenger/imAccounts.properties +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/messenger/imapMsgs.properties +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/messenger/importDialog.dtd +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/messenger/importMsgs.properties +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/messenger/joinChat.dtd +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/messenger/junkLog.dtd +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/messenger/junkMailInfo.dtd +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/messenger/localMsgs.properties +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/messenger/mailEditorOverlay.dtd +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/messenger/mailOverlay.dtd +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/messenger/mailViewList.dtd +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/messenger/mailViewSetup.dtd +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/messenger/mailviews.properties +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/messenger/markByDate.dtd +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/messenger/messenger.dtd +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/messenger/messenger.properties +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/messenger/messengercompose/addressingWidgetOverlay.dtd +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/messenger/messengercompose/askSendFormat.dtd +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/messenger/messengercompose/askSendFormat.properties +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/messenger/messengercompose/composeMsgs.properties +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/messenger/messengercompose/mailComposeEditorOverlay.dtd +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/messenger/messengercompose/messengercompose.dtd +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/messenger/messengercompose/sendProgress.dtd +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/messenger/messengercompose/sendProgress.properties +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/messenger/migration/migration.dtd +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/messenger/migration/migration.properties +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/messenger/mime.properties +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/messenger/mimeheader.properties +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/messenger/msgAccountCentral.dtd +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/messenger/msgHdrViewOverlay.dtd +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/messenger/msgPrintEngine.dtd +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/messenger/msgSynchronize.dtd +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/messenger/msgViewPickerOverlay.dtd +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/messenger/msgmdn.properties +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/messenger/multimessageview.dtd +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/messenger/multimessageview.properties +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/messenger/netError.dtd +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/messenger/newFolderDialog.dtd +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/messenger/newTagDialog.dtd +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/messenger/newmailaccount/accountProvisioner.dtd +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/messenger/newmailaccount/accountProvisioner.properties +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/messenger/news.properties +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/messenger/oeImportMsgs.properties +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/messenger/offline.properties +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/messenger/offlineStartup.properties +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/messenger/outlookImportMsgs.properties +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/messenger/pgpmime.properties +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/messenger/preferences/advanced.dtd +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/messenger/preferences/applicationManager.dtd +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/messenger/preferences/applicationManager.properties +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/messenger/preferences/applications.dtd +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/messenger/preferences/applications.properties +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/messenger/preferences/attachmentReminder.dtd +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/messenger/preferences/chat.dtd +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/messenger/preferences/colors.dtd +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/messenger/preferences/compose.dtd +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/messenger/preferences/connection.dtd +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/messenger/preferences/cookies.dtd +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/messenger/preferences/display.dtd +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/messenger/preferences/dockoptions.dtd +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/messenger/preferences/fonts.dtd +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/messenger/preferences/general.dtd +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/messenger/preferences/notifications.dtd +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/messenger/preferences/offline.dtd +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/messenger/preferences/permissions.dtd +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/messenger/preferences/preferences.dtd +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/messenger/preferences/preferences.properties +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/messenger/preferences/privacy.dtd +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/messenger/preferences/receipts.dtd +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/messenger/preferences/security.dtd +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/messenger/preferences/sendoptions.dtd +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/messenger/prefs.properties +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/messenger/quickFilterBar.dtd +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/messenger/renameFolderDialog.dtd +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/messenger/safeMode.dtd +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/messenger/sanitize.dtd +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/messenger/search-attributes.properties +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/messenger/search-operators.properties +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/messenger/search.properties +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/messenger/searchIntegrationDefault.dtd +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/messenger/searchIntegrationMac.dtd +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/messenger/searchIntegrationWin.dtd +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/messenger/searchTermOverlay.dtd +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/messenger/shutdownWindow.properties +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/messenger/smime.properties +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/messenger/smtpEditOverlay.dtd +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/messenger/subscribe.dtd +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/messenger/subscribe.properties +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/messenger/systemIntegrationDialog.dtd +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/messenger/tabmail.dtd +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/messenger/taskbar.properties +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/messenger/telemetry.properties +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/messenger/templateUtils.properties +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/messenger/textImportMsgs.properties +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/messenger/vCardImportMsgs.properties +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/messenger/viewLog.dtd +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/messenger/viewZoomOverlay.dtd +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/messenger/virtualFolderListDialog.dtd +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/messenger/virtualFolderProperties.dtd +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/messenger/wmImportMsgs.properties +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/mozapps/downloads/downloads.dtd +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/mozapps/downloads/downloads.properties +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/mozapps/downloads/settingsChange.dtd +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/mozapps/downloads/unknownContentType.dtd +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/mozapps/downloads/unknownContentType.properties +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/mozapps/extensions/about.dtd +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/mozapps/extensions/blocklist.dtd +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/mozapps/extensions/extensions.dtd +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/mozapps/extensions/extensions.properties +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/mozapps/extensions/newaddon.dtd +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/mozapps/extensions/newaddon.properties +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/mozapps/extensions/selectAddons.dtd +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/mozapps/extensions/selectAddons.properties +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/mozapps/extensions/update.dtd +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/mozapps/extensions/update.properties +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/mozapps/handling/handling.dtd +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/mozapps/handling/handling.properties +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/mozapps/plugins/plugins.dtd +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/mozapps/preferences/changemp.dtd +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/mozapps/preferences/preferences.properties +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/mozapps/preferences/removemp.dtd +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/mozapps/profile/createProfileWizard.dtd +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/mozapps/profile/profileSelection.dtd +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/mozapps/profile/profileSelection.properties +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/mozapps/update/history.dtd +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/mozapps/update/updates.dtd +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/mozapps/update/updates.properties +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/mozapps/xpinstall/xpinstallConfirm.dtd +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/mozapps/xpinstall/xpinstallConfirm.properties +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/mozldap/ldap.properties +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/necko/necko.properties +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/passwordmgr/passwordManager.dtd +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/passwordmgr/passwordmgr.properties +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/pipnss/nsserrors.properties +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/pipnss/pipnss.properties +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/pippki/certManager.dtd +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/pippki/deviceManager.dtd +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/pippki/pippki.dtd +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/pippki/pippki.properties +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/chrome/tr/locale/tr/places/places.properties +lib/thunderbird38/extensions/langpack-tr@thunderbird.mozilla.org/install.rdf +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome.manifest +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/.mkdir.done +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk.manifest +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/alerts/alert.dtd +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/alerts/notificationNames.properties +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/autoconfig/autoconfig.properties +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/branding/brand.dtd +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/branding/brand.properties +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/chat/accounts.properties +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/chat/commands.properties +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/chat/contacts.properties +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/chat/conversations.properties +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/chat/facebook.properties +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/chat/imtooltip.properties +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/chat/irc.properties +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/chat/logger.properties +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/chat/status.properties +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/chat/twitter.properties +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/chat/xmpp.properties +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/chat/yahoo.properties +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/communicator/utilityOverlay.dtd +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/cookie/cookieAcceptDialog.dtd +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/cookie/cookieAcceptDialog.properties +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/editor/EdAdvancedEdit.dtd +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/editor/EdColorPicker.dtd +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/editor/EdConvertToTable.dtd +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/editor/EdDialogOverlay.dtd +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/editor/EdNamedAnchorProperties.dtd +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/editor/EditorButtonProperties.dtd +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/editor/EditorColorProperties.dtd +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/editor/EditorFieldSetProperties.dtd +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/editor/EditorFormProperties.dtd +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/editor/EditorHLineProperties.dtd +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/editor/EditorImageProperties.dtd +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/editor/EditorInputProperties.dtd +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/editor/EditorInsertChars.dtd +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/editor/EditorInsertMath.dtd +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/editor/EditorInsertSource.dtd +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/editor/EditorInsertTOC.dtd +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/editor/EditorInsertTable.dtd +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/editor/EditorLabelProperties.dtd +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/editor/EditorLinkProperties.dtd +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/editor/EditorListProperties.dtd +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/editor/EditorPersonalDictionary.dtd +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/editor/EditorReplace.dtd +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/editor/EditorSelectProperties.dtd +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/editor/EditorSpellCheck.dtd +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/editor/EditorTableProperties.dtd +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/editor/EditorTextAreaProperties.dtd +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/editor/editor.properties +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/editor/editorOverlay.dtd +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/editor/editorSmileyOverlay.dtd +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/formautofill/requestAutocomplete.dtd +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/global-platform/mac/accessible.properties +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/global-platform/mac/intl.properties +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/global-platform/mac/platformKeys.properties +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/global-platform/unix/accessible.properties +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/global-platform/unix/intl.properties +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/global-platform/unix/platformKeys.properties +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/global-platform/win/accessible.properties +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/global-platform/win/intl.properties +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/global-platform/win/platformKeys.properties +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/global-region/region.properties +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/global/AccessFu.properties +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/global/about.dtd +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/global/aboutAbout.dtd +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/global/aboutNetworking.dtd +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/global/aboutReader.properties +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/global/aboutRights.dtd +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/global/aboutSupport.dtd +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/global/aboutSupport.properties +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/global/aboutTelemetry.dtd +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/global/aboutTelemetry.properties +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/global/appPicker.dtd +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/global/appstrings.properties +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/global/autocomplete.properties +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/global/brand.dtd +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/global/browser.properties +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/global/charsetMenu.dtd +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/global/charsetMenu.properties +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/global/commonDialog.dtd +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/global/commonDialogs.properties +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/global/config.dtd +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/global/config.properties +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/global/console.dtd +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/global/console.properties +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/global/contentAreaCommands.properties +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/global/crashes.dtd +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/global/crashes.properties +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/global/css.properties +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/global/customizeToolbar.dtd +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/global/customizeToolbar.properties +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/global/dateFormat.properties +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/global/datetimepicker.dtd +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/global/devtools/csscoverage.dtd +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/global/devtools/csscoverage.properties +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/global/devtools/debugger.properties +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/global/devtools/styleinspector.properties +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/global/dialog.properties +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/global/dialogOverlay.dtd +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/global/dom/dom.properties +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/global/editMenuOverlay.dtd +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/global/fallbackMenubar.properties +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/global/filefield.properties +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/global/filepicker.dtd +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/global/filepicker.properties +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/global/findbar.dtd +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/global/findbar.properties +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/global/finddialog.dtd +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/global/finddialog.properties +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/global/global-strres.properties +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/global/global.dtd +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/global/globalKeys.dtd +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/global/headsUpDisplay.properties +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/global/intl.css +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/global/intl.properties +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/global/keys.properties +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/global/languageNames.properties +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/global/layout/HtmlForm.properties +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/global/layout/MediaDocument.properties +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/global/layout/htmlparser.properties +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/global/layout/xmlparser.properties +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/global/layout_errors.properties +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/global/mathml/mathml.properties +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/global/mozilla.dtd +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/global/netError.dtd +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/global/netErrorApp.dtd +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/global/notification.dtd +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/global/nsWebBrowserPersist.properties +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/global/plugins.properties +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/global/preferences.dtd +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/global/printPageSetup.dtd +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/global/printPreview.dtd +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/global/printPreviewProgress.dtd +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/global/printProgress.dtd +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/global/printdialog.dtd +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/global/printdialog.properties +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/global/printing.properties +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/global/printjoboptions.dtd +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/global/regionNames.properties +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/global/resetProfile.dtd +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/global/resetProfile.properties +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/global/search/search.properties +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/global/security/caps.properties +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/global/security/csp.properties +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/global/security/security.properties +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/global/svg/svg.properties +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/global/textcontext.dtd +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/global/tree.dtd +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/global/videocontrols.dtd +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/global/viewSource.dtd +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/global/viewSource.properties +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/global/webapps.properties +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/global/wizard.dtd +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/global/wizard.properties +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/global/xbl.properties +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/global/xml/prettyprint.dtd +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/global/xslt/xslt.properties +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/global/xul.properties +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/messenger-mapi/mapi.properties +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/messenger-newsblog/am-newsblog.dtd +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/messenger-newsblog/feed-subscriptions.dtd +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/messenger-newsblog/newsblog.properties +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/messenger-region/region.properties +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/messenger-smime/certFetchingStatus.dtd +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/messenger-smime/msgCompSMIMEOverlay.dtd +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/messenger-smime/msgCompSMIMEOverlay.properties +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/messenger-smime/msgCompSecurityInfo.dtd +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/messenger-smime/msgCompSecurityInfo.properties +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/messenger-smime/msgReadSMIMEOverlay.dtd +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/messenger-smime/msgReadSMIMEOverlay.properties +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/messenger-smime/msgReadSecurityInfo.dtd +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/messenger-smime/msgSecurityInfo.properties +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/messenger/AccountManager.dtd +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/messenger/AccountWizard.dtd +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/messenger/CustomHeaders.dtd +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/messenger/FilterEditor.dtd +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/messenger/FilterListDialog.dtd +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/messenger/SearchDialog.dtd +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/messenger/aboutDialog.dtd +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/messenger/aboutDownloads.dtd +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/messenger/aboutRights.dtd +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/messenger/aboutRights.properties +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/messenger/aboutSupportMail.dtd +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/messenger/aboutSupportMail.properties +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/messenger/accountCreation.dtd +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/messenger/accountCreation.properties +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/messenger/accountCreationModel.properties +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/messenger/accountCreationUtil.properties +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/messenger/activity.dtd +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/messenger/activity.properties +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/messenger/addbuddy.dtd +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/messenger/addressbook/abAddressBookNameDialog.dtd +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/messenger/addressbook/abCardOverlay.dtd +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/messenger/addressbook/abContactsPanel.dtd +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/messenger/addressbook/abMailListDialog.dtd +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/messenger/addressbook/abMainWindow.dtd +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/messenger/addressbook/abNewCardDialog.dtd +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/messenger/addressbook/abResultsPaneOverlay.dtd +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/messenger/addressbook/addressBook.properties +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/messenger/addressbook/ldapAutoCompErrs.properties +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/messenger/addressbook/pref-directory-add.dtd +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/messenger/addressbook/pref-directory.dtd +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/messenger/addressbook/replicationProgress.properties +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/messenger/am-addressing.dtd +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/messenger/am-advanced.dtd +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/messenger/am-archiveoptions.dtd +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/messenger/am-copies.dtd +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/messenger/am-identities-list.dtd +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/messenger/am-identity-edit.dtd +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/messenger/am-im.dtd +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/messenger/am-junk.dtd +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/messenger/am-main.dtd +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/messenger/am-mdn.dtd +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/messenger/am-mdn.properties +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/messenger/am-offline.dtd +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/messenger/am-server-advanced.dtd +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/messenger/am-server-top.dtd +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/messenger/am-serverwithnoidentities.dtd +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/messenger/am-smime.dtd +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/messenger/am-smime.properties +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/messenger/appleMailImportMsgs.properties +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/messenger/baseMenuOverlay.dtd +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/messenger/charsetTitles.properties +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/messenger/chat.dtd +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/messenger/chat.properties +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/messenger/cloudfile/Box/auth.dtd +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/messenger/cloudfile/Box/management.dtd +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/messenger/cloudfile/Box/settings.dtd +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/messenger/cloudfile/Hightail/fileExceeds2GB.dtd +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/messenger/cloudfile/Hightail/fileExceedsLimit.dtd +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/messenger/cloudfile/Hightail/fileExceedsQuota.dtd +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/messenger/cloudfile/Hightail/management.dtd +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/messenger/cloudfile/Hightail/settings.dtd +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/messenger/cloudfile/addAccountDialog.dtd +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/messenger/cloudfile/management.dtd +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/messenger/configEditorOverlay.dtd +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/messenger/custom.properties +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/messenger/customizeToolbarOverlay.dtd +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/messenger/downloadheaders.dtd +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/messenger/downloads/settingsChange.dtd +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/messenger/downloadsOverlay.dtd +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/messenger/editContactOverlay.dtd +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/messenger/editContactOverlay.properties +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/messenger/eudoraImportMsgs.properties +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/messenger/fieldMapImport.dtd +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/messenger/filter.properties +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/messenger/folderProps.dtd +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/messenger/folderWidgets.properties +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/messenger/folderpane.dtd +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/messenger/gloda.properties +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/messenger/glodaComplete.properties +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/messenger/glodaFacetView.dtd +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/messenger/glodaFacetView.properties +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/messenger/imAccountWizard.dtd +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/messenger/imAccounts.dtd +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/messenger/imAccounts.properties +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/messenger/imapMsgs.properties +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/messenger/importDialog.dtd +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/messenger/importMsgs.properties +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/messenger/joinChat.dtd +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/messenger/junkLog.dtd +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/messenger/junkMailInfo.dtd +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/messenger/localMsgs.properties +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/messenger/mailEditorOverlay.dtd +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/messenger/mailOverlay.dtd +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/messenger/mailViewList.dtd +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/messenger/mailViewSetup.dtd +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/messenger/mailviews.properties +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/messenger/markByDate.dtd +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/messenger/messenger.dtd +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/messenger/messenger.properties +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/messenger/messengercompose/addressingWidgetOverlay.dtd +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/messenger/messengercompose/askSendFormat.dtd +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/messenger/messengercompose/askSendFormat.properties +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/messenger/messengercompose/composeMsgs.properties +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/messenger/messengercompose/mailComposeEditorOverlay.dtd +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/messenger/messengercompose/messengercompose.dtd +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/messenger/messengercompose/sendProgress.dtd +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/messenger/messengercompose/sendProgress.properties +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/messenger/migration/migration.dtd +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/messenger/migration/migration.properties +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/messenger/mime.properties +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/messenger/mimeheader.properties +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/messenger/msgAccountCentral.dtd +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/messenger/msgHdrViewOverlay.dtd +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/messenger/msgPrintEngine.dtd +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/messenger/msgSynchronize.dtd +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/messenger/msgViewPickerOverlay.dtd +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/messenger/msgmdn.properties +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/messenger/multimessageview.dtd +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/messenger/multimessageview.properties +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/messenger/netError.dtd +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/messenger/newFolderDialog.dtd +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/messenger/newTagDialog.dtd +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/messenger/newmailaccount/accountProvisioner.dtd +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/messenger/newmailaccount/accountProvisioner.properties +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/messenger/news.properties +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/messenger/oeImportMsgs.properties +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/messenger/offline.properties +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/messenger/offlineStartup.properties +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/messenger/outlookImportMsgs.properties +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/messenger/pgpmime.properties +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/messenger/preferences/advanced.dtd +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/messenger/preferences/applicationManager.dtd +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/messenger/preferences/applicationManager.properties +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/messenger/preferences/applications.dtd +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/messenger/preferences/applications.properties +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/messenger/preferences/attachmentReminder.dtd +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/messenger/preferences/chat.dtd +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/messenger/preferences/colors.dtd +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/messenger/preferences/compose.dtd +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/messenger/preferences/connection.dtd +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/messenger/preferences/cookies.dtd +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/messenger/preferences/display.dtd +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/messenger/preferences/dockoptions.dtd +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/messenger/preferences/fonts.dtd +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/messenger/preferences/general.dtd +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/messenger/preferences/notifications.dtd +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/messenger/preferences/offline.dtd +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/messenger/preferences/permissions.dtd +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/messenger/preferences/preferences.dtd +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/messenger/preferences/preferences.properties +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/messenger/preferences/privacy.dtd +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/messenger/preferences/receipts.dtd +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/messenger/preferences/security.dtd +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/messenger/preferences/sendoptions.dtd +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/messenger/prefs.properties +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/messenger/quickFilterBar.dtd +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/messenger/renameFolderDialog.dtd +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/messenger/safeMode.dtd +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/messenger/sanitize.dtd +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/messenger/search-attributes.properties +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/messenger/search-operators.properties +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/messenger/search.properties +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/messenger/searchIntegrationDefault.dtd +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/messenger/searchIntegrationMac.dtd +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/messenger/searchIntegrationWin.dtd +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/messenger/searchTermOverlay.dtd +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/messenger/shutdownWindow.properties +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/messenger/smime.properties +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/messenger/smtpEditOverlay.dtd +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/messenger/subscribe.dtd +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/messenger/subscribe.properties +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/messenger/systemIntegrationDialog.dtd +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/messenger/tabmail.dtd +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/messenger/taskbar.properties +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/messenger/telemetry.properties +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/messenger/templateUtils.properties +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/messenger/textImportMsgs.properties +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/messenger/vCardImportMsgs.properties +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/messenger/viewLog.dtd +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/messenger/viewZoomOverlay.dtd +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/messenger/virtualFolderListDialog.dtd +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/messenger/virtualFolderProperties.dtd +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/messenger/wmImportMsgs.properties +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/mozapps/downloads/downloads.dtd +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/mozapps/downloads/downloads.properties +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/mozapps/downloads/settingsChange.dtd +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/mozapps/downloads/unknownContentType.dtd +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/mozapps/downloads/unknownContentType.properties +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/mozapps/extensions/about.dtd +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/mozapps/extensions/blocklist.dtd +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/mozapps/extensions/extensions.dtd +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/mozapps/extensions/extensions.properties +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/mozapps/extensions/newaddon.dtd +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/mozapps/extensions/newaddon.properties +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/mozapps/extensions/selectAddons.dtd +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/mozapps/extensions/selectAddons.properties +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/mozapps/extensions/update.dtd +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/mozapps/extensions/update.properties +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/mozapps/handling/handling.dtd +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/mozapps/handling/handling.properties +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/mozapps/plugins/plugins.dtd +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/mozapps/preferences/changemp.dtd +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/mozapps/preferences/preferences.properties +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/mozapps/preferences/removemp.dtd +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/mozapps/profile/createProfileWizard.dtd +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/mozapps/profile/profileSelection.dtd +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/mozapps/profile/profileSelection.properties +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/mozapps/update/history.dtd +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/mozapps/update/updates.dtd +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/mozapps/update/updates.properties +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/mozapps/xpinstall/xpinstallConfirm.dtd +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/mozapps/xpinstall/xpinstallConfirm.properties +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/mozldap/ldap.properties +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/necko/necko.properties +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/passwordmgr/passwordManager.dtd +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/passwordmgr/passwordmgr.properties +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/pipnss/nsserrors.properties +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/pipnss/pipnss.properties +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/pippki/certManager.dtd +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/pippki/deviceManager.dtd +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/pippki/pippki.dtd +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/pippki/pippki.properties +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/chrome/uk/locale/uk/places/places.properties +lib/thunderbird38/extensions/langpack-uk@thunderbird.mozilla.org/install.rdf +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome.manifest +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/.mkdir.done +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi.manifest +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/alerts/alert.dtd +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/alerts/notificationNames.properties +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/autoconfig/autoconfig.properties +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/branding/brand.dtd +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/branding/brand.properties +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/chat/accounts.properties +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/chat/commands.properties +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/chat/contacts.properties +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/chat/conversations.properties +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/chat/facebook.properties +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/chat/imtooltip.properties +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/chat/irc.properties +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/chat/logger.properties +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/chat/status.properties +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/chat/twitter.properties +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/chat/xmpp.properties +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/chat/yahoo.properties +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/communicator/utilityOverlay.dtd +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/cookie/cookieAcceptDialog.dtd +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/cookie/cookieAcceptDialog.properties +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/editor/EdAdvancedEdit.dtd +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/editor/EdColorPicker.dtd +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/editor/EdConvertToTable.dtd +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/editor/EdDialogOverlay.dtd +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/editor/EdNamedAnchorProperties.dtd +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/editor/EditorButtonProperties.dtd +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/editor/EditorColorProperties.dtd +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/editor/EditorFieldSetProperties.dtd +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/editor/EditorFormProperties.dtd +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/editor/EditorHLineProperties.dtd +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/editor/EditorImageProperties.dtd +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/editor/EditorInputProperties.dtd +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/editor/EditorInsertChars.dtd +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/editor/EditorInsertMath.dtd +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/editor/EditorInsertSource.dtd +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/editor/EditorInsertTOC.dtd +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/editor/EditorInsertTable.dtd +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/editor/EditorLabelProperties.dtd +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/editor/EditorLinkProperties.dtd +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/editor/EditorListProperties.dtd +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/editor/EditorPersonalDictionary.dtd +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/editor/EditorReplace.dtd +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/editor/EditorSelectProperties.dtd +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/editor/EditorSpellCheck.dtd +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/editor/EditorTableProperties.dtd +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/editor/EditorTextAreaProperties.dtd +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/editor/editor.properties +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/editor/editorOverlay.dtd +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/editor/editorSmileyOverlay.dtd +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/formautofill/requestAutocomplete.dtd +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/global-platform/mac/accessible.properties +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/global-platform/mac/intl.properties +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/global-platform/mac/platformKeys.properties +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/global-platform/unix/accessible.properties +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/global-platform/unix/intl.properties +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/global-platform/unix/platformKeys.properties +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/global-platform/win/accessible.properties +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/global-platform/win/intl.properties +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/global-platform/win/platformKeys.properties +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/global-region/region.properties +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/global/AccessFu.properties +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/global/about.dtd +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/global/aboutAbout.dtd +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/global/aboutNetworking.dtd +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/global/aboutReader.properties +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/global/aboutRights.dtd +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/global/aboutSupport.dtd +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/global/aboutSupport.properties +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/global/aboutTelemetry.dtd +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/global/aboutTelemetry.properties +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/global/appPicker.dtd +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/global/appstrings.properties +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/global/autocomplete.properties +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/global/brand.dtd +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/global/browser.properties +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/global/charsetMenu.dtd +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/global/charsetMenu.properties +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/global/commonDialog.dtd +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/global/commonDialogs.properties +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/global/config.dtd +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/global/config.properties +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/global/console.dtd +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/global/console.properties +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/global/contentAreaCommands.properties +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/global/crashes.dtd +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/global/crashes.properties +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/global/css.properties +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/global/customizeToolbar.dtd +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/global/customizeToolbar.properties +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/global/dateFormat.properties +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/global/datetimepicker.dtd +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/global/devtools/csscoverage.dtd +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/global/devtools/csscoverage.properties +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/global/devtools/debugger.properties +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/global/devtools/styleinspector.properties +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/global/dialog.properties +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/global/dialogOverlay.dtd +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/global/dom/dom.properties +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/global/editMenuOverlay.dtd +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/global/fallbackMenubar.properties +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/global/filefield.properties +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/global/filepicker.dtd +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/global/filepicker.properties +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/global/findbar.dtd +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/global/findbar.properties +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/global/finddialog.dtd +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/global/finddialog.properties +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/global/global-strres.properties +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/global/global.dtd +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/global/globalKeys.dtd +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/global/headsUpDisplay.properties +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/global/intl.css +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/global/intl.properties +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/global/keys.properties +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/global/languageNames.properties +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/global/layout/HtmlForm.properties +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/global/layout/MediaDocument.properties +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/global/layout/htmlparser.properties +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/global/layout/xmlparser.properties +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/global/layout_errors.properties +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/global/mathml/mathml.properties +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/global/mozilla.dtd +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/global/netError.dtd +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/global/netErrorApp.dtd +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/global/notification.dtd +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/global/nsWebBrowserPersist.properties +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/global/plugins.properties +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/global/preferences.dtd +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/global/printPageSetup.dtd +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/global/printPreview.dtd +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/global/printPreviewProgress.dtd +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/global/printProgress.dtd +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/global/printdialog.dtd +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/global/printdialog.properties +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/global/printing.properties +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/global/printjoboptions.dtd +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/global/regionNames.properties +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/global/resetProfile.dtd +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/global/resetProfile.properties +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/global/search/search.properties +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/global/security/caps.properties +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/global/security/csp.properties +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/global/security/security.properties +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/global/svg/svg.properties +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/global/textcontext.dtd +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/global/tree.dtd +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/global/videocontrols.dtd +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/global/viewSource.dtd +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/global/viewSource.properties +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/global/webapps.properties +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/global/wizard.dtd +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/global/wizard.properties +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/global/xbl.properties +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/global/xml/prettyprint.dtd +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/global/xslt/xslt.properties +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/global/xul.properties +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/messenger-mapi/mapi.properties +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/messenger-newsblog/am-newsblog.dtd +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/messenger-newsblog/feed-subscriptions.dtd +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/messenger-newsblog/newsblog.properties +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/messenger-region/region.properties +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/messenger-smime/certFetchingStatus.dtd +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/messenger-smime/msgCompSMIMEOverlay.dtd +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/messenger-smime/msgCompSMIMEOverlay.properties +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/messenger-smime/msgCompSecurityInfo.dtd +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/messenger-smime/msgCompSecurityInfo.properties +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/messenger-smime/msgReadSMIMEOverlay.dtd +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/messenger-smime/msgReadSMIMEOverlay.properties +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/messenger-smime/msgReadSecurityInfo.dtd +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/messenger-smime/msgSecurityInfo.properties +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/messenger/AccountManager.dtd +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/messenger/AccountWizard.dtd +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/messenger/CustomHeaders.dtd +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/messenger/FilterEditor.dtd +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/messenger/FilterListDialog.dtd +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/messenger/SearchDialog.dtd +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/messenger/aboutDialog.dtd +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/messenger/aboutDownloads.dtd +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/messenger/aboutRights.dtd +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/messenger/aboutRights.properties +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/messenger/aboutSupportMail.dtd +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/messenger/aboutSupportMail.properties +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/messenger/accountCreation.dtd +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/messenger/accountCreation.properties +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/messenger/accountCreationModel.properties +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/messenger/accountCreationUtil.properties +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/messenger/activity.dtd +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/messenger/activity.properties +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/messenger/addbuddy.dtd +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/messenger/addressbook/abAddressBookNameDialog.dtd +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/messenger/addressbook/abCardOverlay.dtd +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/messenger/addressbook/abContactsPanel.dtd +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/messenger/addressbook/abMailListDialog.dtd +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/messenger/addressbook/abMainWindow.dtd +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/messenger/addressbook/abNewCardDialog.dtd +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/messenger/addressbook/abResultsPaneOverlay.dtd +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/messenger/addressbook/addressBook.properties +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/messenger/addressbook/ldapAutoCompErrs.properties +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/messenger/addressbook/pref-directory-add.dtd +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/messenger/addressbook/pref-directory.dtd +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/messenger/addressbook/replicationProgress.properties +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/messenger/am-addressing.dtd +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/messenger/am-advanced.dtd +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/messenger/am-archiveoptions.dtd +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/messenger/am-copies.dtd +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/messenger/am-identities-list.dtd +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/messenger/am-identity-edit.dtd +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/messenger/am-im.dtd +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/messenger/am-junk.dtd +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/messenger/am-main.dtd +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/messenger/am-mdn.dtd +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/messenger/am-mdn.properties +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/messenger/am-offline.dtd +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/messenger/am-server-advanced.dtd +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/messenger/am-server-top.dtd +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/messenger/am-serverwithnoidentities.dtd +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/messenger/am-smime.dtd +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/messenger/am-smime.properties +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/messenger/appleMailImportMsgs.properties +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/messenger/baseMenuOverlay.dtd +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/messenger/charsetTitles.properties +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/messenger/chat.dtd +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/messenger/chat.properties +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/messenger/cloudfile/Box/auth.dtd +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/messenger/cloudfile/Box/management.dtd +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/messenger/cloudfile/Box/settings.dtd +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/messenger/cloudfile/Hightail/fileExceeds2GB.dtd +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/messenger/cloudfile/Hightail/fileExceedsLimit.dtd +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/messenger/cloudfile/Hightail/fileExceedsQuota.dtd +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/messenger/cloudfile/Hightail/management.dtd +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/messenger/cloudfile/Hightail/settings.dtd +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/messenger/cloudfile/addAccountDialog.dtd +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/messenger/cloudfile/management.dtd +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/messenger/configEditorOverlay.dtd +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/messenger/custom.properties +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/messenger/customizeToolbarOverlay.dtd +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/messenger/downloadheaders.dtd +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/messenger/downloads/settingsChange.dtd +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/messenger/downloadsOverlay.dtd +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/messenger/editContactOverlay.dtd +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/messenger/editContactOverlay.properties +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/messenger/eudoraImportMsgs.properties +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/messenger/fieldMapImport.dtd +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/messenger/filter.properties +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/messenger/folderProps.dtd +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/messenger/folderWidgets.properties +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/messenger/folderpane.dtd +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/messenger/gloda.properties +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/messenger/glodaComplete.properties +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/messenger/glodaFacetView.dtd +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/messenger/glodaFacetView.properties +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/messenger/imAccountWizard.dtd +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/messenger/imAccounts.dtd +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/messenger/imAccounts.properties +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/messenger/imapMsgs.properties +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/messenger/importDialog.dtd +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/messenger/importMsgs.properties +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/messenger/joinChat.dtd +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/messenger/junkLog.dtd +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/messenger/junkMailInfo.dtd +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/messenger/localMsgs.properties +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/messenger/mailEditorOverlay.dtd +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/messenger/mailOverlay.dtd +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/messenger/mailViewList.dtd +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/messenger/mailViewSetup.dtd +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/messenger/mailviews.properties +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/messenger/markByDate.dtd +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/messenger/messenger.dtd +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/messenger/messenger.properties +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/messenger/messengercompose/addressingWidgetOverlay.dtd +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/messenger/messengercompose/askSendFormat.dtd +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/messenger/messengercompose/askSendFormat.properties +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/messenger/messengercompose/composeMsgs.properties +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/messenger/messengercompose/mailComposeEditorOverlay.dtd +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/messenger/messengercompose/messengercompose.dtd +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/messenger/messengercompose/sendProgress.dtd +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/messenger/messengercompose/sendProgress.properties +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/messenger/migration/migration.dtd +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/messenger/migration/migration.properties +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/messenger/mime.properties +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/messenger/mimeheader.properties +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/messenger/msgAccountCentral.dtd +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/messenger/msgHdrViewOverlay.dtd +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/messenger/msgPrintEngine.dtd +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/messenger/msgSynchronize.dtd +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/messenger/msgViewPickerOverlay.dtd +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/messenger/msgmdn.properties +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/messenger/multimessageview.dtd +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/messenger/multimessageview.properties +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/messenger/netError.dtd +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/messenger/newFolderDialog.dtd +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/messenger/newTagDialog.dtd +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/messenger/newmailaccount/accountProvisioner.dtd +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/messenger/newmailaccount/accountProvisioner.properties +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/messenger/news.properties +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/messenger/oeImportMsgs.properties +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/messenger/offline.properties +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/messenger/offlineStartup.properties +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/messenger/outlookImportMsgs.properties +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/messenger/pgpmime.properties +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/messenger/preferences/advanced.dtd +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/messenger/preferences/applicationManager.dtd +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/messenger/preferences/applicationManager.properties +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/messenger/preferences/applications.dtd +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/messenger/preferences/applications.properties +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/messenger/preferences/attachmentReminder.dtd +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/messenger/preferences/chat.dtd +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/messenger/preferences/colors.dtd +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/messenger/preferences/compose.dtd +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/messenger/preferences/connection.dtd +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/messenger/preferences/cookies.dtd +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/messenger/preferences/display.dtd +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/messenger/preferences/dockoptions.dtd +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/messenger/preferences/fonts.dtd +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/messenger/preferences/general.dtd +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/messenger/preferences/notifications.dtd +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/messenger/preferences/offline.dtd +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/messenger/preferences/permissions.dtd +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/messenger/preferences/preferences.dtd +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/messenger/preferences/preferences.properties +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/messenger/preferences/privacy.dtd +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/messenger/preferences/receipts.dtd +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/messenger/preferences/security.dtd +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/messenger/preferences/sendoptions.dtd +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/messenger/prefs.properties +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/messenger/quickFilterBar.dtd +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/messenger/renameFolderDialog.dtd +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/messenger/safeMode.dtd +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/messenger/sanitize.dtd +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/messenger/search-attributes.properties +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/messenger/search-operators.properties +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/messenger/search.properties +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/messenger/searchIntegrationDefault.dtd +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/messenger/searchIntegrationMac.dtd +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/messenger/searchIntegrationWin.dtd +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/messenger/searchTermOverlay.dtd +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/messenger/shutdownWindow.properties +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/messenger/smime.properties +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/messenger/smtpEditOverlay.dtd +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/messenger/subscribe.dtd +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/messenger/subscribe.properties +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/messenger/systemIntegrationDialog.dtd +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/messenger/tabmail.dtd +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/messenger/taskbar.properties +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/messenger/telemetry.properties +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/messenger/templateUtils.properties +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/messenger/textImportMsgs.properties +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/messenger/vCardImportMsgs.properties +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/messenger/viewLog.dtd +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/messenger/viewZoomOverlay.dtd +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/messenger/virtualFolderListDialog.dtd +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/messenger/virtualFolderProperties.dtd +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/messenger/wmImportMsgs.properties +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/mozapps/downloads/downloads.dtd +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/mozapps/downloads/downloads.properties +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/mozapps/downloads/settingsChange.dtd +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/mozapps/downloads/unknownContentType.dtd +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/mozapps/downloads/unknownContentType.properties +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/mozapps/extensions/about.dtd +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/mozapps/extensions/blocklist.dtd +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/mozapps/extensions/extensions.dtd +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/mozapps/extensions/extensions.properties +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/mozapps/extensions/newaddon.dtd +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/mozapps/extensions/newaddon.properties +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/mozapps/extensions/selectAddons.dtd +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/mozapps/extensions/selectAddons.properties +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/mozapps/extensions/update.dtd +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/mozapps/extensions/update.properties +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/mozapps/handling/handling.dtd +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/mozapps/handling/handling.properties +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/mozapps/plugins/plugins.dtd +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/mozapps/preferences/changemp.dtd +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/mozapps/preferences/preferences.properties +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/mozapps/preferences/removemp.dtd +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/mozapps/profile/createProfileWizard.dtd +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/mozapps/profile/profileSelection.dtd +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/mozapps/profile/profileSelection.properties +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/mozapps/update/history.dtd +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/mozapps/update/updates.dtd +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/mozapps/update/updates.properties +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/mozapps/xpinstall/xpinstallConfirm.dtd +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/mozapps/xpinstall/xpinstallConfirm.properties +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/mozldap/ldap.properties +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/necko/necko.properties +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/passwordmgr/passwordManager.dtd +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/passwordmgr/passwordmgr.properties +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/pipnss/nsserrors.properties +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/pipnss/pipnss.properties +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/pippki/certManager.dtd +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/pippki/deviceManager.dtd +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/pippki/pippki.dtd +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/pippki/pippki.properties +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/chrome/vi/locale/vi/places/places.properties +lib/thunderbird38/extensions/langpack-vi@thunderbird.mozilla.org/install.rdf +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome.manifest +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/.mkdir.done +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN.manifest +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/alerts/alert.dtd +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/alerts/notificationNames.properties +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/autoconfig/autoconfig.properties +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/branding/brand.dtd +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/branding/brand.properties +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/chat/accounts.properties +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/chat/commands.properties +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/chat/contacts.properties +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/chat/conversations.properties +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/chat/facebook.properties +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/chat/imtooltip.properties +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/chat/irc.properties +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/chat/logger.properties +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/chat/status.properties +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/chat/twitter.properties +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/chat/xmpp.properties +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/chat/yahoo.properties +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/communicator/utilityOverlay.dtd +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/cookie/cookieAcceptDialog.dtd +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/cookie/cookieAcceptDialog.properties +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/editor/EdAdvancedEdit.dtd +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/editor/EdColorPicker.dtd +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/editor/EdConvertToTable.dtd +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/editor/EdDialogOverlay.dtd +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/editor/EdNamedAnchorProperties.dtd +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/editor/EditorButtonProperties.dtd +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/editor/EditorColorProperties.dtd +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/editor/EditorFieldSetProperties.dtd +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/editor/EditorFormProperties.dtd +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/editor/EditorHLineProperties.dtd +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/editor/EditorImageProperties.dtd +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/editor/EditorInputProperties.dtd +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/editor/EditorInsertChars.dtd +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/editor/EditorInsertMath.dtd +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/editor/EditorInsertSource.dtd +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/editor/EditorInsertTOC.dtd +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/editor/EditorInsertTable.dtd +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/editor/EditorLabelProperties.dtd +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/editor/EditorLinkProperties.dtd +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/editor/EditorListProperties.dtd +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/editor/EditorPersonalDictionary.dtd +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/editor/EditorReplace.dtd +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/editor/EditorSelectProperties.dtd +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/editor/EditorSpellCheck.dtd +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/editor/EditorTableProperties.dtd +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/editor/EditorTextAreaProperties.dtd +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/editor/editor.properties +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/editor/editorOverlay.dtd +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/editor/editorSmileyOverlay.dtd +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/formautofill/requestAutocomplete.dtd +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/global-platform/mac/accessible.properties +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/global-platform/mac/intl.properties +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/global-platform/mac/platformKeys.properties +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/global-platform/unix/accessible.properties +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/global-platform/unix/intl.properties +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/global-platform/unix/platformKeys.properties +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/global-platform/win/accessible.properties +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/global-platform/win/intl.properties +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/global-platform/win/platformKeys.properties +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/global-region/region.properties +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/global/AccessFu.properties +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/global/about.dtd +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/global/aboutAbout.dtd +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/global/aboutNetworking.dtd +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/global/aboutReader.properties +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/global/aboutRights.dtd +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/global/aboutSupport.dtd +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/global/aboutSupport.properties +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/global/aboutTelemetry.dtd +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/global/aboutTelemetry.properties +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/global/appPicker.dtd +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/global/appstrings.properties +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/global/autocomplete.properties +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/global/brand.dtd +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/global/browser.properties +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/global/charsetMenu.dtd +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/global/charsetMenu.properties +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/global/commonDialog.dtd +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/global/commonDialogs.properties +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/global/config.dtd +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/global/config.properties +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/global/console.dtd +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/global/console.properties +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/global/contentAreaCommands.properties +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/global/crashes.dtd +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/global/crashes.properties +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/global/css.properties +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/global/customizeToolbar.dtd +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/global/customizeToolbar.properties +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/global/dateFormat.properties +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/global/datetimepicker.dtd +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/global/devtools/csscoverage.dtd +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/global/devtools/csscoverage.properties +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/global/devtools/debugger.properties +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/global/devtools/styleinspector.properties +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/global/dialog.properties +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/global/dialogOverlay.dtd +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/global/dom/dom.properties +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/global/editMenuOverlay.dtd +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/global/fallbackMenubar.properties +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/global/filefield.properties +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/global/filepicker.dtd +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/global/filepicker.properties +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/global/findbar.dtd +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/global/findbar.properties +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/global/finddialog.dtd +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/global/finddialog.properties +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/global/global-strres.properties +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/global/global.dtd +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/global/globalKeys.dtd +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/global/headsUpDisplay.properties +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/global/intl.css +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/global/intl.properties +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/global/keys.properties +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/global/languageNames.properties +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/global/layout/HtmlForm.properties +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/global/layout/MediaDocument.properties +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/global/layout/htmlparser.properties +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/global/layout/xmlparser.properties +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/global/layout_errors.properties +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/global/mathml/mathml.properties +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/global/mozilla.dtd +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/global/netError.dtd +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/global/netErrorApp.dtd +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/global/notification.dtd +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/global/nsWebBrowserPersist.properties +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/global/plugins.properties +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/global/preferences.dtd +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/global/printPageSetup.dtd +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/global/printPreview.dtd +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/global/printPreviewProgress.dtd +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/global/printProgress.dtd +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/global/printdialog.dtd +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/global/printdialog.properties +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/global/printing.properties +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/global/printjoboptions.dtd +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/global/regionNames.properties +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/global/resetProfile.dtd +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/global/resetProfile.properties +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/global/search/search.properties +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/global/security/caps.properties +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/global/security/csp.properties +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/global/security/security.properties +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/global/svg/svg.properties +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/global/textcontext.dtd +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/global/tree.dtd +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/global/videocontrols.dtd +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/global/viewSource.dtd +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/global/viewSource.properties +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/global/webapps.properties +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/global/wizard.dtd +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/global/wizard.properties +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/global/xbl.properties +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/global/xml/prettyprint.dtd +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/global/xslt/xslt.properties +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/global/xul.properties +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/messenger-mapi/mapi.properties +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/messenger-newsblog/am-newsblog.dtd +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/messenger-newsblog/feed-subscriptions.dtd +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/messenger-newsblog/newsblog.properties +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/messenger-region/region.properties +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/messenger-smime/certFetchingStatus.dtd +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/messenger-smime/msgCompSMIMEOverlay.dtd +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/messenger-smime/msgCompSMIMEOverlay.properties +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/messenger-smime/msgCompSecurityInfo.dtd +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/messenger-smime/msgCompSecurityInfo.properties +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/messenger-smime/msgReadSMIMEOverlay.dtd +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/messenger-smime/msgReadSMIMEOverlay.properties +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/messenger-smime/msgReadSecurityInfo.dtd +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/messenger-smime/msgSecurityInfo.properties +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/messenger/AccountManager.dtd +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/messenger/AccountWizard.dtd +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/messenger/CustomHeaders.dtd +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/messenger/FilterEditor.dtd +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/messenger/FilterListDialog.dtd +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/messenger/SearchDialog.dtd +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/messenger/aboutDialog.dtd +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/messenger/aboutDownloads.dtd +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/messenger/aboutRights.dtd +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/messenger/aboutRights.properties +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/messenger/aboutSupportMail.dtd +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/messenger/aboutSupportMail.properties +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/messenger/accountCreation.dtd +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/messenger/accountCreation.properties +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/messenger/accountCreationModel.properties +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/messenger/accountCreationUtil.properties +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/messenger/activity.dtd +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/messenger/activity.properties +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/messenger/addbuddy.dtd +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/messenger/addressbook/abAddressBookNameDialog.dtd +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/messenger/addressbook/abCardOverlay.dtd +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/messenger/addressbook/abContactsPanel.dtd +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/messenger/addressbook/abMailListDialog.dtd +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/messenger/addressbook/abMainWindow.dtd +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/messenger/addressbook/abNewCardDialog.dtd +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/messenger/addressbook/abResultsPaneOverlay.dtd +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/messenger/addressbook/addressBook.properties +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/messenger/addressbook/ldapAutoCompErrs.properties +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/messenger/addressbook/pref-directory-add.dtd +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/messenger/addressbook/pref-directory.dtd +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/messenger/addressbook/replicationProgress.properties +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/messenger/am-addressing.dtd +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/messenger/am-advanced.dtd +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/messenger/am-archiveoptions.dtd +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/messenger/am-copies.dtd +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/messenger/am-identities-list.dtd +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/messenger/am-identity-edit.dtd +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/messenger/am-im.dtd +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/messenger/am-junk.dtd +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/messenger/am-main.dtd +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/messenger/am-mdn.dtd +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/messenger/am-mdn.properties +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/messenger/am-offline.dtd +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/messenger/am-server-advanced.dtd +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/messenger/am-server-top.dtd +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/messenger/am-serverwithnoidentities.dtd +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/messenger/am-smime.dtd +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/messenger/am-smime.properties +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/messenger/appleMailImportMsgs.properties +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/messenger/baseMenuOverlay.dtd +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/messenger/charsetTitles.properties +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/messenger/chat.dtd +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/messenger/chat.properties +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/messenger/cloudfile/Box/auth.dtd +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/messenger/cloudfile/Box/management.dtd +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/messenger/cloudfile/Box/settings.dtd +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/messenger/cloudfile/Hightail/fileExceeds2GB.dtd +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/messenger/cloudfile/Hightail/fileExceedsLimit.dtd +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/messenger/cloudfile/Hightail/fileExceedsQuota.dtd +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/messenger/cloudfile/Hightail/management.dtd +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/messenger/cloudfile/Hightail/settings.dtd +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/messenger/cloudfile/addAccountDialog.dtd +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/messenger/cloudfile/management.dtd +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/messenger/configEditorOverlay.dtd +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/messenger/custom.properties +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/messenger/customizeToolbarOverlay.dtd +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/messenger/downloadheaders.dtd +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/messenger/downloads/settingsChange.dtd +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/messenger/downloadsOverlay.dtd +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/messenger/editContactOverlay.dtd +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/messenger/editContactOverlay.properties +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/messenger/eudoraImportMsgs.properties +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/messenger/fieldMapImport.dtd +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/messenger/filter.properties +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/messenger/folderProps.dtd +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/messenger/folderWidgets.properties +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/messenger/folderpane.dtd +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/messenger/gloda.properties +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/messenger/glodaComplete.properties +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/messenger/glodaFacetView.dtd +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/messenger/glodaFacetView.properties +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/messenger/imAccountWizard.dtd +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/messenger/imAccounts.dtd +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/messenger/imAccounts.properties +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/messenger/imapMsgs.properties +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/messenger/importDialog.dtd +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/messenger/importMsgs.properties +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/messenger/joinChat.dtd +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/messenger/junkLog.dtd +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/messenger/junkMailInfo.dtd +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/messenger/localMsgs.properties +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/messenger/mailEditorOverlay.dtd +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/messenger/mailOverlay.dtd +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/messenger/mailViewList.dtd +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/messenger/mailViewSetup.dtd +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/messenger/mailviews.properties +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/messenger/markByDate.dtd +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/messenger/messenger.dtd +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/messenger/messenger.properties +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/messenger/messengercompose/addressingWidgetOverlay.dtd +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/messenger/messengercompose/askSendFormat.dtd +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/messenger/messengercompose/askSendFormat.properties +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/messenger/messengercompose/composeMsgs.properties +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/messenger/messengercompose/mailComposeEditorOverlay.dtd +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/messenger/messengercompose/messengercompose.dtd +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/messenger/messengercompose/sendProgress.dtd +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/messenger/messengercompose/sendProgress.properties +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/messenger/migration/migration.dtd +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/messenger/migration/migration.properties +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/messenger/mime.properties +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/messenger/mimeheader.properties +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/messenger/msgAccountCentral.dtd +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/messenger/msgHdrViewOverlay.dtd +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/messenger/msgPrintEngine.dtd +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/messenger/msgSynchronize.dtd +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/messenger/msgViewPickerOverlay.dtd +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/messenger/msgmdn.properties +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/messenger/multimessageview.dtd +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/messenger/multimessageview.properties +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/messenger/netError.dtd +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/messenger/newFolderDialog.dtd +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/messenger/newTagDialog.dtd +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/messenger/newmailaccount/accountProvisioner.dtd +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/messenger/newmailaccount/accountProvisioner.properties +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/messenger/news.properties +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/messenger/oeImportMsgs.properties +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/messenger/offline.properties +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/messenger/offlineStartup.properties +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/messenger/outlookImportMsgs.properties +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/messenger/pgpmime.properties +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/messenger/preferences/advanced.dtd +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/messenger/preferences/applicationManager.dtd +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/messenger/preferences/applicationManager.properties +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/messenger/preferences/applications.dtd +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/messenger/preferences/applications.properties +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/messenger/preferences/attachmentReminder.dtd +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/messenger/preferences/chat.dtd +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/messenger/preferences/colors.dtd +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/messenger/preferences/compose.dtd +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/messenger/preferences/connection.dtd +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/messenger/preferences/cookies.dtd +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/messenger/preferences/display.dtd +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/messenger/preferences/dockoptions.dtd +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/messenger/preferences/fonts.dtd +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/messenger/preferences/general.dtd +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/messenger/preferences/notifications.dtd +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/messenger/preferences/offline.dtd +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/messenger/preferences/permissions.dtd +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/messenger/preferences/preferences.dtd +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/messenger/preferences/preferences.properties +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/messenger/preferences/privacy.dtd +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/messenger/preferences/receipts.dtd +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/messenger/preferences/security.dtd +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/messenger/preferences/sendoptions.dtd +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/messenger/prefs.properties +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/messenger/quickFilterBar.dtd +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/messenger/renameFolderDialog.dtd +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/messenger/safeMode.dtd +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/messenger/sanitize.dtd +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/messenger/search-attributes.properties +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/messenger/search-operators.properties +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/messenger/search.properties +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/messenger/searchIntegrationDefault.dtd +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/messenger/searchIntegrationMac.dtd +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/messenger/searchIntegrationWin.dtd +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/messenger/searchTermOverlay.dtd +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/messenger/shutdownWindow.properties +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/messenger/smime.properties +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/messenger/smtpEditOverlay.dtd +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/messenger/subscribe.dtd +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/messenger/subscribe.properties +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/messenger/systemIntegrationDialog.dtd +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/messenger/tabmail.dtd +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/messenger/taskbar.properties +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/messenger/telemetry.properties +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/messenger/templateUtils.properties +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/messenger/textImportMsgs.properties +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/messenger/vCardImportMsgs.properties +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/messenger/viewLog.dtd +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/messenger/viewZoomOverlay.dtd +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/messenger/virtualFolderListDialog.dtd +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/messenger/virtualFolderProperties.dtd +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/messenger/wmImportMsgs.properties +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/mozapps/downloads/downloads.dtd +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/mozapps/downloads/downloads.properties +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/mozapps/downloads/settingsChange.dtd +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/mozapps/downloads/unknownContentType.dtd +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/mozapps/downloads/unknownContentType.properties +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/mozapps/extensions/about.dtd +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/mozapps/extensions/blocklist.dtd +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/mozapps/extensions/extensions.dtd +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/mozapps/extensions/extensions.properties +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/mozapps/extensions/newaddon.dtd +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/mozapps/extensions/newaddon.properties +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/mozapps/extensions/selectAddons.dtd +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/mozapps/extensions/selectAddons.properties +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/mozapps/extensions/update.dtd +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/mozapps/extensions/update.properties +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/mozapps/handling/handling.dtd +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/mozapps/handling/handling.properties +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/mozapps/plugins/plugins.dtd +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/mozapps/preferences/changemp.dtd +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/mozapps/preferences/preferences.properties +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/mozapps/preferences/removemp.dtd +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/mozapps/profile/createProfileWizard.dtd +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/mozapps/profile/profileSelection.dtd +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/mozapps/profile/profileSelection.properties +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/mozapps/update/history.dtd +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/mozapps/update/updates.dtd +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/mozapps/update/updates.properties +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/mozapps/xpinstall/xpinstallConfirm.dtd +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/mozapps/xpinstall/xpinstallConfirm.properties +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/mozldap/ldap.properties +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/necko/necko.properties +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/passwordmgr/passwordManager.dtd +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/passwordmgr/passwordmgr.properties +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/pipnss/nsserrors.properties +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/pipnss/pipnss.properties +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/pippki/certManager.dtd +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/pippki/deviceManager.dtd +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/pippki/pippki.dtd +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/pippki/pippki.properties +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/chrome/zh-CN/locale/zh-CN/places/places.properties +lib/thunderbird38/extensions/langpack-zh-CN@thunderbird.mozilla.org/install.rdf +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome.manifest +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/.mkdir.done +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW.manifest +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/alerts/alert.dtd +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/alerts/notificationNames.properties +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/autoconfig/autoconfig.properties +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/branding/brand.dtd +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/branding/brand.properties +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/chat/accounts.properties +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/chat/commands.properties +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/chat/contacts.properties +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/chat/conversations.properties +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/chat/facebook.properties +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/chat/imtooltip.properties +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/chat/irc.properties +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/chat/logger.properties +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/chat/status.properties +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/chat/twitter.properties +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/chat/xmpp.properties +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/chat/yahoo.properties +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/communicator/utilityOverlay.dtd +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/cookie/cookieAcceptDialog.dtd +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/cookie/cookieAcceptDialog.properties +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/editor/EdAdvancedEdit.dtd +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/editor/EdColorPicker.dtd +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/editor/EdConvertToTable.dtd +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/editor/EdDialogOverlay.dtd +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/editor/EdNamedAnchorProperties.dtd +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/editor/EditorButtonProperties.dtd +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/editor/EditorColorProperties.dtd +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/editor/EditorFieldSetProperties.dtd +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/editor/EditorFormProperties.dtd +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/editor/EditorHLineProperties.dtd +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/editor/EditorImageProperties.dtd +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/editor/EditorInputProperties.dtd +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/editor/EditorInsertChars.dtd +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/editor/EditorInsertMath.dtd +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/editor/EditorInsertSource.dtd +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/editor/EditorInsertTOC.dtd +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/editor/EditorInsertTable.dtd +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/editor/EditorLabelProperties.dtd +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/editor/EditorLinkProperties.dtd +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/editor/EditorListProperties.dtd +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/editor/EditorPersonalDictionary.dtd +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/editor/EditorReplace.dtd +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/editor/EditorSelectProperties.dtd +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/editor/EditorSpellCheck.dtd +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/editor/EditorTableProperties.dtd +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/editor/EditorTextAreaProperties.dtd +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/editor/editor.properties +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/editor/editorOverlay.dtd +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/editor/editorSmileyOverlay.dtd +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/formautofill/requestAutocomplete.dtd +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/global-platform/mac/accessible.properties +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/global-platform/mac/intl.properties +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/global-platform/mac/platformKeys.properties +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/global-platform/unix/accessible.properties +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/global-platform/unix/intl.properties +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/global-platform/unix/platformKeys.properties +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/global-platform/win/accessible.properties +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/global-platform/win/intl.properties +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/global-platform/win/platformKeys.properties +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/global-region/region.properties +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/global/AccessFu.properties +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/global/about.dtd +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/global/aboutAbout.dtd +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/global/aboutNetworking.dtd +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/global/aboutReader.properties +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/global/aboutRights.dtd +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/global/aboutSupport.dtd +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/global/aboutSupport.properties +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/global/aboutTelemetry.dtd +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/global/aboutTelemetry.properties +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/global/appPicker.dtd +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/global/appstrings.properties +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/global/autocomplete.properties +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/global/brand.dtd +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/global/browser.properties +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/global/charsetMenu.dtd +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/global/charsetMenu.properties +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/global/commonDialog.dtd +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/global/commonDialogs.properties +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/global/config.dtd +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/global/config.properties +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/global/console.dtd +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/global/console.properties +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/global/contentAreaCommands.properties +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/global/crashes.dtd +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/global/crashes.properties +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/global/css.properties +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/global/customizeToolbar.dtd +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/global/customizeToolbar.properties +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/global/dateFormat.properties +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/global/datetimepicker.dtd +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/global/devtools/csscoverage.dtd +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/global/devtools/csscoverage.properties +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/global/devtools/debugger.properties +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/global/devtools/styleinspector.properties +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/global/dialog.properties +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/global/dialogOverlay.dtd +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/global/dom/dom.properties +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/global/editMenuOverlay.dtd +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/global/fallbackMenubar.properties +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/global/filefield.properties +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/global/filepicker.dtd +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/global/filepicker.properties +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/global/findbar.dtd +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/global/findbar.properties +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/global/finddialog.dtd +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/global/finddialog.properties +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/global/global-strres.properties +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/global/global.dtd +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/global/globalKeys.dtd +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/global/headsUpDisplay.properties +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/global/intl.css +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/global/intl.properties +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/global/keys.properties +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/global/languageNames.properties +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/global/layout/HtmlForm.properties +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/global/layout/MediaDocument.properties +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/global/layout/htmlparser.properties +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/global/layout/xmlparser.properties +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/global/layout_errors.properties +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/global/mathml/mathml.properties +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/global/mozilla.dtd +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/global/netError.dtd +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/global/netErrorApp.dtd +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/global/notification.dtd +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/global/nsWebBrowserPersist.properties +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/global/plugins.properties +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/global/preferences.dtd +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/global/printPageSetup.dtd +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/global/printPreview.dtd +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/global/printPreviewProgress.dtd +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/global/printProgress.dtd +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/global/printdialog.dtd +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/global/printdialog.properties +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/global/printing.properties +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/global/printjoboptions.dtd +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/global/regionNames.properties +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/global/resetProfile.dtd +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/global/resetProfile.properties +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/global/search/search.properties +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/global/security/caps.properties +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/global/security/csp.properties +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/global/security/security.properties +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/global/svg/svg.properties +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/global/textcontext.dtd +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/global/tree.dtd +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/global/videocontrols.dtd +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/global/viewSource.dtd +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/global/viewSource.properties +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/global/webapps.properties +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/global/wizard.dtd +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/global/wizard.properties +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/global/xbl.properties +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/global/xml/prettyprint.dtd +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/global/xslt/xslt.properties +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/global/xul.properties +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/messenger-mapi/mapi.properties +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/messenger-newsblog/am-newsblog.dtd +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/messenger-newsblog/feed-subscriptions.dtd +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/messenger-newsblog/newsblog.properties +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/messenger-region/region.properties +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/messenger-smime/certFetchingStatus.dtd +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/messenger-smime/msgCompSMIMEOverlay.dtd +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/messenger-smime/msgCompSMIMEOverlay.properties +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/messenger-smime/msgCompSecurityInfo.dtd +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/messenger-smime/msgCompSecurityInfo.properties +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/messenger-smime/msgReadSMIMEOverlay.dtd +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/messenger-smime/msgReadSMIMEOverlay.properties +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/messenger-smime/msgReadSecurityInfo.dtd +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/messenger-smime/msgSecurityInfo.properties +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/messenger/AccountManager.dtd +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/messenger/AccountWizard.dtd +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/messenger/CustomHeaders.dtd +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/messenger/FilterEditor.dtd +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/messenger/FilterListDialog.dtd +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/messenger/SearchDialog.dtd +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/messenger/aboutDialog.dtd +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/messenger/aboutDownloads.dtd +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/messenger/aboutRights.dtd +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/messenger/aboutRights.properties +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/messenger/aboutSupportMail.dtd +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/messenger/aboutSupportMail.properties +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/messenger/accountCreation.dtd +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/messenger/accountCreation.properties +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/messenger/accountCreationModel.properties +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/messenger/accountCreationUtil.properties +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/messenger/activity.dtd +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/messenger/activity.properties +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/messenger/addbuddy.dtd +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/messenger/addressbook/abAddressBookNameDialog.dtd +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/messenger/addressbook/abCardOverlay.dtd +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/messenger/addressbook/abContactsPanel.dtd +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/messenger/addressbook/abMailListDialog.dtd +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/messenger/addressbook/abMainWindow.dtd +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/messenger/addressbook/abNewCardDialog.dtd +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/messenger/addressbook/abResultsPaneOverlay.dtd +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/messenger/addressbook/addressBook.properties +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/messenger/addressbook/ldapAutoCompErrs.properties +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/messenger/addressbook/pref-directory-add.dtd +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/messenger/addressbook/pref-directory.dtd +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/messenger/addressbook/replicationProgress.properties +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/messenger/am-addressing.dtd +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/messenger/am-advanced.dtd +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/messenger/am-archiveoptions.dtd +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/messenger/am-copies.dtd +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/messenger/am-identities-list.dtd +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/messenger/am-identity-edit.dtd +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/messenger/am-im.dtd +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/messenger/am-junk.dtd +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/messenger/am-main.dtd +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/messenger/am-mdn.dtd +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/messenger/am-mdn.properties +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/messenger/am-offline.dtd +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/messenger/am-server-advanced.dtd +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/messenger/am-server-top.dtd +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/messenger/am-serverwithnoidentities.dtd +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/messenger/am-smime.dtd +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/messenger/am-smime.properties +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/messenger/appleMailImportMsgs.properties +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/messenger/baseMenuOverlay.dtd +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/messenger/charsetTitles.properties +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/messenger/chat.dtd +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/messenger/chat.properties +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/messenger/cloudfile/Box/auth.dtd +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/messenger/cloudfile/Box/management.dtd +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/messenger/cloudfile/Box/settings.dtd +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/messenger/cloudfile/Hightail/fileExceeds2GB.dtd +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/messenger/cloudfile/Hightail/fileExceedsLimit.dtd +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/messenger/cloudfile/Hightail/fileExceedsQuota.dtd +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/messenger/cloudfile/Hightail/management.dtd +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/messenger/cloudfile/Hightail/settings.dtd +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/messenger/cloudfile/addAccountDialog.dtd +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/messenger/cloudfile/management.dtd +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/messenger/configEditorOverlay.dtd +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/messenger/custom.properties +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/messenger/customizeToolbarOverlay.dtd +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/messenger/downloadheaders.dtd +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/messenger/downloads/settingsChange.dtd +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/messenger/downloadsOverlay.dtd +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/messenger/editContactOverlay.dtd +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/messenger/editContactOverlay.properties +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/messenger/eudoraImportMsgs.properties +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/messenger/fieldMapImport.dtd +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/messenger/filter.properties +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/messenger/folderProps.dtd +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/messenger/folderWidgets.properties +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/messenger/folderpane.dtd +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/messenger/gloda.properties +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/messenger/glodaComplete.properties +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/messenger/glodaFacetView.dtd +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/messenger/glodaFacetView.properties +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/messenger/imAccountWizard.dtd +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/messenger/imAccounts.dtd +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/messenger/imAccounts.properties +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/messenger/imapMsgs.properties +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/messenger/importDialog.dtd +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/messenger/importMsgs.properties +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/messenger/joinChat.dtd +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/messenger/junkLog.dtd +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/messenger/junkMailInfo.dtd +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/messenger/localMsgs.properties +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/messenger/mailEditorOverlay.dtd +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/messenger/mailOverlay.dtd +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/messenger/mailViewList.dtd +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/messenger/mailViewSetup.dtd +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/messenger/mailviews.properties +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/messenger/markByDate.dtd +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/messenger/messenger.dtd +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/messenger/messenger.properties +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/messenger/messengercompose/addressingWidgetOverlay.dtd +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/messenger/messengercompose/askSendFormat.dtd +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/messenger/messengercompose/askSendFormat.properties +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/messenger/messengercompose/composeMsgs.properties +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/messenger/messengercompose/mailComposeEditorOverlay.dtd +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/messenger/messengercompose/messengercompose.dtd +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/messenger/messengercompose/sendProgress.dtd +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/messenger/messengercompose/sendProgress.properties +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/messenger/migration/migration.dtd +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/messenger/migration/migration.properties +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/messenger/mime.properties +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/messenger/mimeheader.properties +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/messenger/msgAccountCentral.dtd +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/messenger/msgHdrViewOverlay.dtd +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/messenger/msgPrintEngine.dtd +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/messenger/msgSynchronize.dtd +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/messenger/msgViewPickerOverlay.dtd +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/messenger/msgmdn.properties +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/messenger/multimessageview.dtd +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/messenger/multimessageview.properties +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/messenger/netError.dtd +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/messenger/newFolderDialog.dtd +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/messenger/newTagDialog.dtd +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/messenger/newmailaccount/accountProvisioner.dtd +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/messenger/newmailaccount/accountProvisioner.properties +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/messenger/news.properties +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/messenger/oeImportMsgs.properties +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/messenger/offline.properties +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/messenger/offlineStartup.properties +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/messenger/outlookImportMsgs.properties +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/messenger/pgpmime.properties +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/messenger/preferences/advanced.dtd +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/messenger/preferences/applicationManager.dtd +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/messenger/preferences/applicationManager.properties +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/messenger/preferences/applications.dtd +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/messenger/preferences/applications.properties +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/messenger/preferences/attachmentReminder.dtd +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/messenger/preferences/chat.dtd +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/messenger/preferences/colors.dtd +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/messenger/preferences/compose.dtd +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/messenger/preferences/connection.dtd +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/messenger/preferences/cookies.dtd +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/messenger/preferences/display.dtd +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/messenger/preferences/dockoptions.dtd +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/messenger/preferences/fonts.dtd +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/messenger/preferences/general.dtd +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/messenger/preferences/notifications.dtd +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/messenger/preferences/offline.dtd +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/messenger/preferences/permissions.dtd +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/messenger/preferences/preferences.dtd +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/messenger/preferences/preferences.properties +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/messenger/preferences/privacy.dtd +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/messenger/preferences/receipts.dtd +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/messenger/preferences/security.dtd +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/messenger/preferences/sendoptions.dtd +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/messenger/prefs.properties +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/messenger/quickFilterBar.dtd +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/messenger/renameFolderDialog.dtd +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/messenger/safeMode.dtd +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/messenger/sanitize.dtd +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/messenger/search-attributes.properties +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/messenger/search-operators.properties +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/messenger/search.properties +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/messenger/searchIntegrationDefault.dtd +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/messenger/searchIntegrationMac.dtd +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/messenger/searchIntegrationWin.dtd +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/messenger/searchTermOverlay.dtd +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/messenger/shutdownWindow.properties +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/messenger/smime.properties +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/messenger/smtpEditOverlay.dtd +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/messenger/subscribe.dtd +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/messenger/subscribe.properties +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/messenger/systemIntegrationDialog.dtd +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/messenger/tabmail.dtd +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/messenger/taskbar.properties +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/messenger/telemetry.properties +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/messenger/templateUtils.properties +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/messenger/textImportMsgs.properties +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/messenger/vCardImportMsgs.properties +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/messenger/viewLog.dtd +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/messenger/viewZoomOverlay.dtd +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/messenger/virtualFolderListDialog.dtd +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/messenger/virtualFolderProperties.dtd +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/messenger/wmImportMsgs.properties +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/mozapps/downloads/downloads.dtd +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/mozapps/downloads/downloads.properties +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/mozapps/downloads/settingsChange.dtd +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/mozapps/downloads/unknownContentType.dtd +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/mozapps/downloads/unknownContentType.properties +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/mozapps/extensions/about.dtd +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/mozapps/extensions/blocklist.dtd +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/mozapps/extensions/extensions.dtd +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/mozapps/extensions/extensions.properties +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/mozapps/extensions/newaddon.dtd +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/mozapps/extensions/newaddon.properties +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/mozapps/extensions/selectAddons.dtd +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/mozapps/extensions/selectAddons.properties +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/mozapps/extensions/update.dtd +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/mozapps/extensions/update.properties +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/mozapps/handling/handling.dtd +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/mozapps/handling/handling.properties +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/mozapps/plugins/plugins.dtd +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/mozapps/preferences/changemp.dtd +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/mozapps/preferences/preferences.properties +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/mozapps/preferences/removemp.dtd +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/mozapps/profile/createProfileWizard.dtd +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/mozapps/profile/profileSelection.dtd +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/mozapps/profile/profileSelection.properties +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/mozapps/update/history.dtd +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/mozapps/update/updates.dtd +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/mozapps/update/updates.properties +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/mozapps/xpinstall/xpinstallConfirm.dtd +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/mozapps/xpinstall/xpinstallConfirm.properties +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/mozldap/ldap.properties +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/necko/necko.properties +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/passwordmgr/passwordManager.dtd +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/passwordmgr/passwordmgr.properties +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/pipnss/nsserrors.properties +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/pipnss/pipnss.properties +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/pippki/certManager.dtd +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/pippki/deviceManager.dtd +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/pippki/pippki.dtd +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/pippki/pippki.properties +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/chrome/zh-TW/locale/zh-TW/places/places.properties +lib/thunderbird38/extensions/langpack-zh-TW@thunderbird.mozilla.org/install.rdf diff --git a/mail/thunderbird38-l10n/distinfo b/mail/thunderbird38-l10n/distinfo new file mode 100644 index 0000000000000..22e75dc9f8ae6 --- /dev/null +++ b/mail/thunderbird38-l10n/distinfo @@ -0,0 +1,182 @@ +$NetBSD: distinfo,v 1.2 2016/04/29 08:12:20 ryoon Exp $ + +SHA1 (thunderbird38-l10n-38.7.2/ar.xpi) = 40249670cb4a65f71422166f56c18ccd22509981 +RMD160 (thunderbird38-l10n-38.7.2/ar.xpi) = 28ad1a7d0f9ed0e812f6d1622c846e04f3fdd92f +SHA512 (thunderbird38-l10n-38.7.2/ar.xpi) = 4a8af8a3669995efff87c2195163457f0f431e9dcc526e12cff7a18f0625c8847439a83cf37774f9b6347557e55056178d16dd63c683a40341bcc6ea3d9cb09c +Size (thunderbird38-l10n-38.7.2/ar.xpi) = 475295 bytes +SHA1 (thunderbird38-l10n-38.7.2/be.xpi) = 2da12c47e0380758f3e6f60688451c9a14200cfe +RMD160 (thunderbird38-l10n-38.7.2/be.xpi) = 9d4351768fd9c801b1b703f8ef938c7b57352bd6 +SHA512 (thunderbird38-l10n-38.7.2/be.xpi) = 9cdb92249ef6468aea21ea84266af4ded6de80daa8d669b78d2dd127b8b46e080adc68f48372c401eccf365d5c1478ddeea7ac5889401fb3d86c292ad873cd34 +Size (thunderbird38-l10n-38.7.2/be.xpi) = 442452 bytes +SHA1 (thunderbird38-l10n-38.7.2/bn-BD.xpi) = 435d619331a52a0fe2e2de9d45051d721878193e +RMD160 (thunderbird38-l10n-38.7.2/bn-BD.xpi) = 5b284c1dd9fa7b2506334b98b021b74c8c3726b6 +SHA512 (thunderbird38-l10n-38.7.2/bn-BD.xpi) = 76bdfa26ccec654dec231aeefa078ef7d8e2b497c0e976e0b80e857710bb3fc8720241df9ba0915fae8c462d6af919828242922074adbff875472d490c7d6e96 +Size (thunderbird38-l10n-38.7.2/bn-BD.xpi) = 560626 bytes +SHA1 (thunderbird38-l10n-38.7.2/br.xpi) = e5ee3acd0144bd654f671f281a7138139a0d6c4e +RMD160 (thunderbird38-l10n-38.7.2/br.xpi) = 693061b367e1c13cc7a423f69fdb8a73ec840532 +SHA512 (thunderbird38-l10n-38.7.2/br.xpi) = 3f796537718486e5118879c9ee20d2c3bfd2d5e8be4b9fb8906290c16fd71cd73332e6d9640622b77b0a322b02e86e6c0bd1b2e1157c2a38981482258d82b8fb +Size (thunderbird38-l10n-38.7.2/br.xpi) = 449766 bytes +SHA1 (thunderbird38-l10n-38.7.2/ca.xpi) = e6c22ccc0c3b8f849652c535ef9e7425e0ce5c8e +RMD160 (thunderbird38-l10n-38.7.2/ca.xpi) = 13141a2fa6d7936cf13ae66fdd58fbc392b82c91 +SHA512 (thunderbird38-l10n-38.7.2/ca.xpi) = 25904ebadf1278e259cd91d962de06ffe0b1b483685f112797ba076bb4820da062044f43874b795d71f8fccd724017871ce6b15addd81f393614975385e6552e +Size (thunderbird38-l10n-38.7.2/ca.xpi) = 450325 bytes +SHA1 (thunderbird38-l10n-38.7.2/cs.xpi) = 25008dc44b970967a3b69c23199a60a0c28966d9 +RMD160 (thunderbird38-l10n-38.7.2/cs.xpi) = ac6f4ebc03f58255e4f2e4ed54b8a080088434ba +SHA512 (thunderbird38-l10n-38.7.2/cs.xpi) = 1818cb817a27abe986e7b7766d7de14fc8fcd49f8a40aa7111128c4faeec0ad4c7a67c42b91ee238748b9241bdbb6d0dd02daa31ffe8b61205a1eb193f29b45f +Size (thunderbird38-l10n-38.7.2/cs.xpi) = 448724 bytes +SHA1 (thunderbird38-l10n-38.7.2/da.xpi) = d328b8fc4ce66509d9a86f2688c301b6856966b8 +RMD160 (thunderbird38-l10n-38.7.2/da.xpi) = 8a401d1db72f7f03b4eee29821116ee9ce4df8aa +SHA512 (thunderbird38-l10n-38.7.2/da.xpi) = 7912c1a7ded1317f57a705d71b965ee609344e1886a75e2f04dc4fe8623d1ee23a95e6a3f747cb9b97eb2c906121a8ed3faf51828496b9a1cdd2aa89fe437c97 +Size (thunderbird38-l10n-38.7.2/da.xpi) = 425828 bytes +SHA1 (thunderbird38-l10n-38.7.2/de.xpi) = 7bb72105707ef898552698e841b4be8964fdb4de +RMD160 (thunderbird38-l10n-38.7.2/de.xpi) = cbd490b5dc030c92187588eec08b802d2ee546b9 +SHA512 (thunderbird38-l10n-38.7.2/de.xpi) = e1e545156d41bfbacb04517a8dd5cfa12c244174e36264534ad32d8bc1adf1a5b43f41cb21163c4519c91be987dc6a12d191c9c16efdc99036e229040dfdefc8 +Size (thunderbird38-l10n-38.7.2/de.xpi) = 429877 bytes +SHA1 (thunderbird38-l10n-38.7.2/el.xpi) = d079bcb5dce2d049f5c84baa8ed66f0f90df1a89 +RMD160 (thunderbird38-l10n-38.7.2/el.xpi) = 1fd7ea00836462c437a24034014ad609120ffdbc +SHA512 (thunderbird38-l10n-38.7.2/el.xpi) = 6870f90fedf726e5a04d3e6a02a54b702ff0023885f3520edd694afbca0733d175ac7c573bff2395ff9ba62748fcb615367cb0cfc5485a537265621360fb9f73 +Size (thunderbird38-l10n-38.7.2/el.xpi) = 493490 bytes +SHA1 (thunderbird38-l10n-38.7.2/en-GB.xpi) = 92659bf18f6d996d3be8c56d008a7a28241b4eb0 +RMD160 (thunderbird38-l10n-38.7.2/en-GB.xpi) = d4d4627ef51d5e47c6b346e602e4fe3340eb82d9 +SHA512 (thunderbird38-l10n-38.7.2/en-GB.xpi) = d4037d1e5d83d1b7d0ff63ffb3aea7fdcaac9e985de0dcf95ddc8d89c35ee44224abd2c4a797c41bb3d6d9035c13bcc46ea051d4271f4bdbd083c307c3043378 +Size (thunderbird38-l10n-38.7.2/en-GB.xpi) = 416572 bytes +SHA1 (thunderbird38-l10n-38.7.2/en-US.xpi) = 2cdb0440f71c0b0c50b35b87e6084ec354bba23e +RMD160 (thunderbird38-l10n-38.7.2/en-US.xpi) = a7cdade66d6dab4b528491ddc6b87232c164093a +SHA512 (thunderbird38-l10n-38.7.2/en-US.xpi) = 580b27c412150353356184a2ff9b4dfca9a301a02083fb7045155bc6e6b9c264c51c0a58a66beea34e9856ebd1beabf50e03e93ed69654815d062884f1a5c416 +Size (thunderbird38-l10n-38.7.2/en-US.xpi) = 416619 bytes +SHA1 (thunderbird38-l10n-38.7.2/es-AR.xpi) = 6c3e82d0cd0b8a52eb12ec5f431d1a93e814cedb +RMD160 (thunderbird38-l10n-38.7.2/es-AR.xpi) = 9f5c893b01da356a0a6dfa865a5db1a16463d179 +SHA512 (thunderbird38-l10n-38.7.2/es-AR.xpi) = 0b2a57b9c3c5f2d7f06095bd72407e131929129c66d186169eeaaabcbfd5fe90405ec13efec23e8f8f14d0deaf2ffc88f48fff1078934b71645d715a19d87386 +Size (thunderbird38-l10n-38.7.2/es-AR.xpi) = 442641 bytes +SHA1 (thunderbird38-l10n-38.7.2/es-ES.xpi) = 304a44f806bbf10adfd296db74073d36be1c5b0c +RMD160 (thunderbird38-l10n-38.7.2/es-ES.xpi) = e5b4ce72c0b678748e50b448004a3c1bf24d952c +SHA512 (thunderbird38-l10n-38.7.2/es-ES.xpi) = 1332be981b667501f58640e0dabeb7873d66b7750fdf964a31fce0287c1926a43d82a1c918fa9e5b941adf0bd65288dd0215b872f39a7c297ec0a68cbb0d39c1 +Size (thunderbird38-l10n-38.7.2/es-ES.xpi) = 376066 bytes +SHA1 (thunderbird38-l10n-38.7.2/et.xpi) = 3a70c80e235028bbd76b2d72a2f67cb6ecec8ce9 +RMD160 (thunderbird38-l10n-38.7.2/et.xpi) = 46d5c2ce19c54c1a46cb4a2aeb1a764de65a96a5 +SHA512 (thunderbird38-l10n-38.7.2/et.xpi) = 767e27343a167cf1dce72c0ca9ea067f28c571f7903b1d587c8330444ab98fe538e993a1a2d2aa4820bc44f660545f716b80b468b8f7ec334df865e9d896a2cc +Size (thunderbird38-l10n-38.7.2/et.xpi) = 438262 bytes +SHA1 (thunderbird38-l10n-38.7.2/eu.xpi) = 55db6cdc0a31a2a72b341c14964043da2b47802e +RMD160 (thunderbird38-l10n-38.7.2/eu.xpi) = 97d0c5ce7270cb68c578375f6f3d9a67a5d11a6c +SHA512 (thunderbird38-l10n-38.7.2/eu.xpi) = df9fc84785eef288b95c39236b4fb4226c7f4aa2de1d96db3f8abb8a2f17e00d1eda8fb4db4b69ef9ff47502c188f1cee66e4b3f7b48b128b69cf1b4e66a788e +Size (thunderbird38-l10n-38.7.2/eu.xpi) = 434838 bytes +SHA1 (thunderbird38-l10n-38.7.2/fi.xpi) = 6891f742fe4492069bf478ed1ec98758087e3a9e +RMD160 (thunderbird38-l10n-38.7.2/fi.xpi) = 6ab79acaa29133fb4b55c9ff1534d5c2f1230425 +SHA512 (thunderbird38-l10n-38.7.2/fi.xpi) = 456ad15847ea8578f07b8a623dba7a6dab7da9f103e65aa358750dc09568a3536d08d301e45f2830e936a4d4fb7cccda8076fe55226c9e10f1d77ca5ae533491 +Size (thunderbird38-l10n-38.7.2/fi.xpi) = 438889 bytes +SHA1 (thunderbird38-l10n-38.7.2/fr.xpi) = 5dbfdba4383751daade9ec21cb6c04b88be16e27 +RMD160 (thunderbird38-l10n-38.7.2/fr.xpi) = 15dd6c9b147fda0ac8fbacda67097b65ba84a3b9 +SHA512 (thunderbird38-l10n-38.7.2/fr.xpi) = dea501854905307b68c864772e8287dd70ed8af4cc588032d68c97e071d10c10a9157b482ae8043395329d0bef172b5ab1b091b8af2df83e0b0174506351c7dd +Size (thunderbird38-l10n-38.7.2/fr.xpi) = 448227 bytes +SHA1 (thunderbird38-l10n-38.7.2/fy-NL.xpi) = 85d5c9594a16c13b91d677a4f78d10b57eb244a7 +RMD160 (thunderbird38-l10n-38.7.2/fy-NL.xpi) = 9a2cb97d7aeade79e15dd890018f1f3921919345 +SHA512 (thunderbird38-l10n-38.7.2/fy-NL.xpi) = e9c55ee6020fbf615bc349886f45eaf54c1338a0ed8ab29e63da2ee7660d790ac7bf4a8cb9caf1f9142620caa8ca210656078372d7506f8516fafafb3b006a9c +Size (thunderbird38-l10n-38.7.2/fy-NL.xpi) = 442161 bytes +SHA1 (thunderbird38-l10n-38.7.2/ga-IE.xpi) = 6305b116eaae97dbef74080b777d74042e044c20 +RMD160 (thunderbird38-l10n-38.7.2/ga-IE.xpi) = fdc98cb0692a3f97b61a29344b7e21621be8f92a +SHA512 (thunderbird38-l10n-38.7.2/ga-IE.xpi) = 39076173a0e961b584abfa868698b066bcd98512b34483dc6be8d8f5602874722b774bfca3e8de09e8a36e858af17d2fdf751602ba2084596103ddf1b7a057bd +Size (thunderbird38-l10n-38.7.2/ga-IE.xpi) = 457413 bytes +SHA1 (thunderbird38-l10n-38.7.2/he.xpi) = f7fe567f457a534902e16895416f030ce0950246 +RMD160 (thunderbird38-l10n-38.7.2/he.xpi) = b0fec4a83f4b1d23d9a6b620933972b992a10df2 +SHA512 (thunderbird38-l10n-38.7.2/he.xpi) = cca6416972de47d7d63ad69c8a0de943b02523d047cf4f5095c47a6f31c0d1a63332ce3e030a29bdbe7770e672b957d0f3c5c9a677827b702c6f30d2fe075b0b +Size (thunderbird38-l10n-38.7.2/he.xpi) = 485867 bytes +SHA1 (thunderbird38-l10n-38.7.2/hu.xpi) = 80a2c8dbe8e158553d8d65eddc992fb9e1b99456 +RMD160 (thunderbird38-l10n-38.7.2/hu.xpi) = 442645d8cc23575cbd95753fa4ff067c579b98d4 +SHA512 (thunderbird38-l10n-38.7.2/hu.xpi) = f34f73eaecafee1675da34b8a145fb11e941fd40bf212fc1e756680ff9b35a17f9c370e0ddbd6865defc83f6cff216810acd32abc1572a3d44a2ff3e0ec45690 +Size (thunderbird38-l10n-38.7.2/hu.xpi) = 457988 bytes +SHA1 (thunderbird38-l10n-38.7.2/id.xpi) = cf7eb4db854b69a586e7873dd23e1c002ae97197 +RMD160 (thunderbird38-l10n-38.7.2/id.xpi) = 2d03a7a9fd10bdbcef9154ab7d99dc4d9638b6fa +SHA512 (thunderbird38-l10n-38.7.2/id.xpi) = a6624859ccca167cdffe1c86eb94a0c95148ece0f389e7d782a928a8d78c633273a4096b230f9a6b11d52668786dc1e423b73968e0398664a700fbb01e992ed9 +Size (thunderbird38-l10n-38.7.2/id.xpi) = 483187 bytes +SHA1 (thunderbird38-l10n-38.7.2/is.xpi) = 93cadb542c4fea56e8d6d1958b56782df829b42d +RMD160 (thunderbird38-l10n-38.7.2/is.xpi) = 82df3e2673344ac58f926685a5c77d414f4b856c +SHA512 (thunderbird38-l10n-38.7.2/is.xpi) = 1ec6c388f1a9434f2827fcab6497e3ab278f10cfc18b74f0e768e53235653bb4e40ebee9e7eaa9faf84d51b3232c9ae4096a76b13de8152c8cd0ff40aa928a37 +Size (thunderbird38-l10n-38.7.2/is.xpi) = 443009 bytes +SHA1 (thunderbird38-l10n-38.7.2/it.xpi) = 7263c7ceadae21ef2245924f19552292a0df5f8e +RMD160 (thunderbird38-l10n-38.7.2/it.xpi) = 90bc1c2f92071063b52c6cce9c246a5f80b8f7ed +SHA512 (thunderbird38-l10n-38.7.2/it.xpi) = 8b4f4d2dd8ac9ffa2c159e41385f6afd2060f6aae09cba7be2a206c84cd0d14d02d82c086ae209eb24dbcf37482733dcbdc83a72c48ad097d7779bc3d542aa0e +Size (thunderbird38-l10n-38.7.2/it.xpi) = 369024 bytes +SHA1 (thunderbird38-l10n-38.7.2/ja.xpi) = adfb1148fe263e0cb77554e02f062832b549fdaf +RMD160 (thunderbird38-l10n-38.7.2/ja.xpi) = c0da26ec938b4b392699bce917adf62e4663f534 +SHA512 (thunderbird38-l10n-38.7.2/ja.xpi) = d7c5194e7ece4596d8ad547dccbc03fb633a1928f187988b94bc63689e5b319131397e6de22c0fd9734ab1e84a01bac348d9b4db3ecc742b943e7244408b3606 +Size (thunderbird38-l10n-38.7.2/ja.xpi) = 492861 bytes +SHA1 (thunderbird38-l10n-38.7.2/ko.xpi) = 1f218c73dff8f54bb1cbd63e4f0c1aed1ed3889b +RMD160 (thunderbird38-l10n-38.7.2/ko.xpi) = 89793e11e6c07215a5ef356fa2e479ae9e28465d +SHA512 (thunderbird38-l10n-38.7.2/ko.xpi) = 97c09cef3385e8b5b3d4d35c54f534f0e84e35690e4cc95c329dfb4e0cf210be8741439300b8d7725031cc81da768c969a2c75841f584db0fac14f9903abdff5 +Size (thunderbird38-l10n-38.7.2/ko.xpi) = 454852 bytes +SHA1 (thunderbird38-l10n-38.7.2/lt.xpi) = 09a529cdfd6bae8281e8110ad5c6dbaae5ad8b9c +RMD160 (thunderbird38-l10n-38.7.2/lt.xpi) = 418d838e3d85724e906512d3cf4dc77a0679b6b2 +SHA512 (thunderbird38-l10n-38.7.2/lt.xpi) = 1efbed22977cfa67dc81d93d5e397e04dc2453b2dfe79160e864733ca217710b20fe3a10158b6b81cc95471f3aff64478e30fdc1d99afb953008c5ca124ee530 +Size (thunderbird38-l10n-38.7.2/lt.xpi) = 454571 bytes +SHA1 (thunderbird38-l10n-38.7.2/nb-NO.xpi) = 15ed30503ff29ef4d27967e8e9d5d005ce9b7f0b +RMD160 (thunderbird38-l10n-38.7.2/nb-NO.xpi) = 7b9d1e40ca060aeb143359851ffedb39bacbc2b0 +SHA512 (thunderbird38-l10n-38.7.2/nb-NO.xpi) = 8cbcd7a790dce07796a61bef0e4de78c2b9d19d14748d05408d3b0b022be06669a8fee21ae6440ff3dafd3976ed30ed2378836b9bef6575df60a5cd6f7ce1f5a +Size (thunderbird38-l10n-38.7.2/nb-NO.xpi) = 434340 bytes +SHA1 (thunderbird38-l10n-38.7.2/nl.xpi) = 412a5eedc439db561bb3be2aae59bd8b9b9b72bf +RMD160 (thunderbird38-l10n-38.7.2/nl.xpi) = 1397405c6f780891e0ea79b09e11a41b1d6ac850 +SHA512 (thunderbird38-l10n-38.7.2/nl.xpi) = 866ab0617526728034662520d05e0304560cf0e90bba55dbd079debaa917f76b76d5bb47afb7da6e7901fd544c82961cfa2d95050598db76326f9e9fbe851846 +Size (thunderbird38-l10n-38.7.2/nl.xpi) = 435107 bytes +SHA1 (thunderbird38-l10n-38.7.2/nn-NO.xpi) = d9c898591ae23325251a78f60a55657f23ebfdaa +RMD160 (thunderbird38-l10n-38.7.2/nn-NO.xpi) = dd259b2f690f7db91e7f63987881ed68486f01f6 +SHA512 (thunderbird38-l10n-38.7.2/nn-NO.xpi) = 39388b7bcf771cb2781c8b5db04a998baf819ba8e2454a804a07cb0c5762ce0846b548f53462716d334cb196502820466de86016b798074e3c186bb84461c7d5 +Size (thunderbird38-l10n-38.7.2/nn-NO.xpi) = 436623 bytes +SHA1 (thunderbird38-l10n-38.7.2/pt-BR.xpi) = 03f2f40a94d30c964e2c6c07910c74b4bd09e117 +RMD160 (thunderbird38-l10n-38.7.2/pt-BR.xpi) = db57a5d2f004005d691291247a9ff06931f463c2 +SHA512 (thunderbird38-l10n-38.7.2/pt-BR.xpi) = ab543adbc9de47f3a42ed3ac5cd6dc3bd60af4ccc7687177810bf929f700b8df20ce26e29f1abf04bd281ed06223224fec58f15617e0dd9ab7dd9001879b064e +Size (thunderbird38-l10n-38.7.2/pt-BR.xpi) = 443752 bytes +SHA1 (thunderbird38-l10n-38.7.2/pt-PT.xpi) = 4bdf4edc7640dea1e0c424fd42f778ce0242f5d5 +RMD160 (thunderbird38-l10n-38.7.2/pt-PT.xpi) = 6a5e2bc7258f745a7d8275d996a3641fde2fc51b +SHA512 (thunderbird38-l10n-38.7.2/pt-PT.xpi) = 594853e60a878dc05ce7870d32d7e5bb7dd40196d1a1421006feacc662b45e3b0bab3f907abfe027e455ad27f6560155a33020836662ebffad5047c540168a83 +Size (thunderbird38-l10n-38.7.2/pt-PT.xpi) = 442064 bytes +SHA1 (thunderbird38-l10n-38.7.2/rm.xpi) = 064482c8a85b6fca0a3126feec20dca62040cbda +RMD160 (thunderbird38-l10n-38.7.2/rm.xpi) = 2089609fd9121ed263eb190435b0cddfd97b6e34 +SHA512 (thunderbird38-l10n-38.7.2/rm.xpi) = 0712289a716881887439c8fa71d98b46a47bb8e487c45178b83d107bca9c77125f654dabd55dbce1cc8f7046247553924d736d9df2a6bf71b6819f264c6f8eee +Size (thunderbird38-l10n-38.7.2/rm.xpi) = 442112 bytes +SHA1 (thunderbird38-l10n-38.7.2/ru.xpi) = 625b47b76859c59f6bc43eafbd3977942eaeeef4 +RMD160 (thunderbird38-l10n-38.7.2/ru.xpi) = 9aeb6d7685160d9797b23dba9bd7a6b514b9abb1 +SHA512 (thunderbird38-l10n-38.7.2/ru.xpi) = 6404d7b1c9b2d0b06e566755eefb1926da99dbbbc4db4537e988e10b46ce2ad1350f4b3eb491ed444d92a1e9a4162c1e0cd780a434b6906acd5d8fb2fcc0940f +Size (thunderbird38-l10n-38.7.2/ru.xpi) = 437592 bytes +SHA1 (thunderbird38-l10n-38.7.2/si.xpi) = c826ed94947f5b34f44c95f3b8f4983523f966ed +RMD160 (thunderbird38-l10n-38.7.2/si.xpi) = 01702db16b493365cbabe634c908eab4c483ff5d +SHA512 (thunderbird38-l10n-38.7.2/si.xpi) = 33c612f378318699d9f1f23a49718c771393dceaa9062d4220115927a04607ceb0a1ab29c28929a4aa6ae33487123e576c4b6c4d3677ade65f9be19ac01b0160 +Size (thunderbird38-l10n-38.7.2/si.xpi) = 535340 bytes +SHA1 (thunderbird38-l10n-38.7.2/sk.xpi) = 27e9d7f019d4fd480e1f9b04edbbddae9c4300f6 +RMD160 (thunderbird38-l10n-38.7.2/sk.xpi) = 4e7aec0cec8b7a53ecdd922a725b9588f1893519 +SHA512 (thunderbird38-l10n-38.7.2/sk.xpi) = c255a649648e6de8cd908532ba866e40bb9dc2fcd7fb58aaf0c0d5141d1b80cd38032b5a80ad62c7f39e78adb7059bb8c9334177fb10f4fe37a776f6a74adee9 +Size (thunderbird38-l10n-38.7.2/sk.xpi) = 456606 bytes +SHA1 (thunderbird38-l10n-38.7.2/sl.xpi) = 57a213b6b86e32b5bc9b041007b2c288eeb50200 +RMD160 (thunderbird38-l10n-38.7.2/sl.xpi) = 53aace92710a31b96cb5e4b80cff3ad7b4bd8b69 +SHA512 (thunderbird38-l10n-38.7.2/sl.xpi) = da620a9eb43f617b4c695416aa76632711fed1303fa8f47194e11c7b108e1daed83410254a66b976078bfb4f2995ea95a7396ec227fa4f48995a2ee8bea48f3e +Size (thunderbird38-l10n-38.7.2/sl.xpi) = 437847 bytes +SHA1 (thunderbird38-l10n-38.7.2/sq.xpi) = 2b16e363417f01690d27f45a2955635a2b0692e7 +RMD160 (thunderbird38-l10n-38.7.2/sq.xpi) = 8b4107b86b51ce3fb87b29b777570b9b7a59c03b +SHA512 (thunderbird38-l10n-38.7.2/sq.xpi) = 41b493239b44330ae3206a9426eeccd63e274938700f65ec3b1ff4f3705551e1108f561dde5fd1d639395ab894164a9409de48d314ca7d1a08931a0da82837ad +Size (thunderbird38-l10n-38.7.2/sq.xpi) = 446897 bytes +SHA1 (thunderbird38-l10n-38.7.2/sv-SE.xpi) = a92d791a934c6ce684d2060425eb1bfa00a40815 +RMD160 (thunderbird38-l10n-38.7.2/sv-SE.xpi) = 9e7d963ee3340f5a4bc488894ff69e319bfff04b +SHA512 (thunderbird38-l10n-38.7.2/sv-SE.xpi) = 72aa3aa127d8056ad1075dc1b135684a4bd723e39f5dd76605fa77814166b5b54e50474a146b3e95a5d0fa242cce97a910f4883ce4cfb9659f0687c5f59fd266 +Size (thunderbird38-l10n-38.7.2/sv-SE.xpi) = 439633 bytes +SHA1 (thunderbird38-l10n-38.7.2/ta-LK.xpi) = 315c0bdb8eda033af53926251d5566d7eff991ee +RMD160 (thunderbird38-l10n-38.7.2/ta-LK.xpi) = 0a66cdc854c4f16fed01d48290b7bb64cc6d383b +SHA512 (thunderbird38-l10n-38.7.2/ta-LK.xpi) = 545a47eb2be8484bccbfb7571d202d928b9fe49e1979b0510f00248518a37b56d441ccf6da268493db3a2ceff56a3cd3d5422f7ccfc621152a81e719461b1b62 +Size (thunderbird38-l10n-38.7.2/ta-LK.xpi) = 558737 bytes +SHA1 (thunderbird38-l10n-38.7.2/tr.xpi) = 7e60a0493d208a770d05e464953c4c9ef18c5510 +RMD160 (thunderbird38-l10n-38.7.2/tr.xpi) = 07ef471e4c5bd60afe0c97afef7370f78c00c9f9 +SHA512 (thunderbird38-l10n-38.7.2/tr.xpi) = 0d2021b254e3c2d6e302ab5e850b2b6305ed8612becdc31a82189df25d77b415dd2a53508e68b98d3a2032d60aeec53846f21a45138091b263a4c7ca9421f631 +Size (thunderbird38-l10n-38.7.2/tr.xpi) = 447800 bytes +SHA1 (thunderbird38-l10n-38.7.2/uk.xpi) = 5f5f061d50cb9db4466f1ba70afc491d0b7d33c9 +RMD160 (thunderbird38-l10n-38.7.2/uk.xpi) = 91b2677dc6bccf25c5e01b58cc2e771354e328ca +SHA512 (thunderbird38-l10n-38.7.2/uk.xpi) = bbf814d00ac343472df1c88df841b737080defd2a7c7f063f392029b4034fa23d156418dde6fe0d65900cd2b0ed62b99088f189aff933c944b0e1f8bdb9fec31 +Size (thunderbird38-l10n-38.7.2/uk.xpi) = 509600 bytes +SHA1 (thunderbird38-l10n-38.7.2/vi.xpi) = d39d42e75c1f13308f4393954e521f465f903e50 +RMD160 (thunderbird38-l10n-38.7.2/vi.xpi) = 00b0bac6e655a62788720c966f30c76414e7bd8b +SHA512 (thunderbird38-l10n-38.7.2/vi.xpi) = ffd03ae464ee8c2f76fac730e5b38bc56e801c811848cb4776145bf6148a57ab8f282aca09287505a2c8dbeb2a0adabf6318210858083886c05bd39f1bc13a6d +Size (thunderbird38-l10n-38.7.2/vi.xpi) = 519843 bytes +SHA1 (thunderbird38-l10n-38.7.2/zh-CN.xpi) = a42672cee3caf8d8138becb4370ef548c3539e2f +RMD160 (thunderbird38-l10n-38.7.2/zh-CN.xpi) = dbc5fcceedb38a9ffef3d0ca127473a454065f83 +SHA512 (thunderbird38-l10n-38.7.2/zh-CN.xpi) = 4cf3eacb12ebc9d656eb77ca8be5c59b0cabb807f4e6f153834b4b5914b8dda5f2466dc1063fdb9eba7320d0d7fc64b3fb0713a13825a76cf493d69e81b768b0 +Size (thunderbird38-l10n-38.7.2/zh-CN.xpi) = 466412 bytes +SHA1 (thunderbird38-l10n-38.7.2/zh-TW.xpi) = c46f7da2ae54dbd41fb80a7ce15493e589d5ebdc +RMD160 (thunderbird38-l10n-38.7.2/zh-TW.xpi) = 2eb730d72e68c24ca50cfb00536e6f169bc23e0a +SHA512 (thunderbird38-l10n-38.7.2/zh-TW.xpi) = 6f9317d9b09dcebb285dc2edad0170cf3c2fb4d8245da435c9cd7b4c6f77f8d6ae817b393b196302154f179400501b4fc2b0136c019987094a968cf385311697 +Size (thunderbird38-l10n-38.7.2/zh-TW.xpi) = 466661 bytes diff --git a/mail/thunderbird38/DESCR b/mail/thunderbird38/DESCR new file mode 100644 index 0000000000000..3f05d17cceeb6 --- /dev/null +++ b/mail/thunderbird38/DESCR @@ -0,0 +1,5 @@ +Mozilla Thunderbird is a redesign of the Mozilla mail component. The +goal is to produce a cross platform stand alone mail application using +the XUL user interface language. This version uses the gtk2 toolkit. + +This package tracks 38 ESR branch. diff --git a/mail/thunderbird38/Makefile b/mail/thunderbird38/Makefile new file mode 100644 index 0000000000000..ac1a7dd2c0f8d --- /dev/null +++ b/mail/thunderbird38/Makefile @@ -0,0 +1,93 @@ +# $NetBSD: Makefile,v 1.1 2016/04/17 18:22:21 ryoon Exp $ + +DISTNAME= # empty +PKGNAME= thunderbird38-${TB_VER} +TB_VER= 38.7.2 +CATEGORIES= mail +MASTER_SITES= ${MASTER_SITE_MOZILLA:=thunderbird/releases/${TB_VER}/source/} +DISTFILES= thunderbird-${TB_VER}.source.tar.bz2 + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://www.mozillamessaging.com/en-US/thunderbird/ +COMMENT= Organize, secure and customize your mail + +USE_TOOLS+= unzip pax +WRKSRC= ${WRKDIR}/comm-esr38 +MOZILLA_DIR= mozilla/ +PLIST_SRC+= ${PLIST_SRC_DFLT} + +CONFIG_GUESS_OVERRIDE+= ldap/sdks/c-sdk/config/autoconf/config.guess +CONFIG_SUB_OVERRIDE+= ldap/sdks/c-sdk/config/autoconf/config.sub + +CONFIGURE_ARGS+= --enable-application=mail +# Disable WebRTC support for Thunderbird unconditionally. +CONFIGURE_ARGS+= --disable-webrtc + +ALL_ENV+= MOZILLA_PKG_NAME=thunderbird38 + +.include "../../mk/bsd.prefs.mk" + +#SUBST_CLASSES+= ext-compat +#SUBST_STAGE.ext-compat= pre-configure +#SUBST_MESSAGE.ext-compat= Fixing extension compatibility +#SUBST_FILES.ext-compat= mailnews/extensions/enigmail/package/install.rdf +#SUBST_FILES.ext-compat+= calendar/*/install.rdf +#SUBST_FILES.ext-compat+= calendar/*/*/install.rdf +#SUBST_SED.ext-compat= -e 's,\(\).*<,\19.0<,g' + +SUBST_CLASSES+= sys-dic +SUBST_STAGE.sys-dic= pre-configure +SUBST_MESSAGE.sys-dic= Reference to system hunspell dictionaries. +SUBST_FILES.sys-dic= mozilla/extensions/spellcheck/hunspell/src/mozHunspell.cpp +SUBST_VARS.sys-dic= PREFIX + +CHECK_INTERPRETER_SKIP+=lib/thunderbird-sdk/sdk/bin/header.py +CHECK_INTERPRETER_SKIP+=lib/thunderbird-sdk/sdk/bin/typelib.py +CHECK_INTERPRETER_SKIP+=lib/thunderbird-sdk/sdk/bin/xpidl.py +CHECK_INTERPRETER_SKIP+=lib/thunderbird-sdk/sdk/bin/xpt.py + +pre-configure: + cd ${WRKSRC} && mkdir ${OBJDIR} + cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} autoconf + cd ${WRKSRC}/mozilla && ${SETENV} ${CONFIGURE_ENV} autoconf + cd ${WRKSRC}/mozilla/js/src && ${SETENV} ${CONFIGURE_ENV} autoconf + cd ${WRKSRC}/ldap/sdks/c-sdk && ${SETENV} ${CONFIGURE_ENV} autoconf + touch ${WRKSRC}/.mozconfig + +do-build: +# XXX for some reason it doesn't work unless -j is explicitly specified + cd ${WRKSRC}/${OBJDIR} && ${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM} -j${MAKE_JOBS:U1} + +MOZILLA=thunderbird38 +MOZILLA_NAME=thunderbird38 +post-build: + ${SED} -e 's|@MOZILLA@|${MOZILLA}|g' \ + -e 's|@MOZILLA_NAME@|${MOZILLA_NAME}|g' \ + -e 's|@MOZILLA_ICON@|${MOZILLA}.png|g' \ + < ${FILESDIR}/desktop.in \ + > ${WRKDIR}/desktop + +INSTALLATION_DIRS+= lib/${MOZILLA}/extensions +INSTALLATION_DIRS+= share/applications share/pixmaps +post-install: + ${INSTALL_DATA} ${WRKDIR}/desktop \ + ${DESTDIR}${PREFIX}/share/applications/${MOZILLA}.desktop + ${INSTALL_DATA} ${WRKSRC}/${OBJDIR}/dist/thunderbird/chrome/icons/default/default48.png \ + ${DESTDIR}${PREFIX}/share/pixmaps/${MOZILLA}.png + @${STEP_MSG} "Installing bundled thunderbird extensions." + rm -rf ${WRKDIR}/extensions + ${MKDIR} ${WRKDIR}/extensions + ${RUN} for e in ${XPI_FILES}; do \ + subdir="`${UNZIP_CMD} -c "$$e" install.rdf | awk '/^ / {sub(".*","");sub(".*","");print;exit;}'`" && \ + ${MKDIR} "${WRKDIR}/extensions/$$subdir" && \ + cd "${WRKDIR}/extensions/$$subdir" && \ + ${UNZIP_CMD} -aqo $$e; \ + done + cd ${WRKDIR}/extensions && pax -rw . \ + ${DESTDIR}${PREFIX}/lib/${MOZILLA}/extensions/. + rm -rf ${WRKDIR}/extensions + +.include "../../www/firefox38/mozilla-common.mk" +.include "options.mk" +.include "../../sysutils/desktop-file-utils/desktopdb.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/mail/thunderbird38/PLIST b/mail/thunderbird38/PLIST new file mode 100644 index 0000000000000..9b6646c6f8adb --- /dev/null +++ b/mail/thunderbird38/PLIST @@ -0,0 +1,2925 @@ +@comment $NetBSD: PLIST,v 1.1 2016/04/17 18:22:21 ryoon Exp $ +bin/thunderbird38 +lib/thunderbird38/application.ini +lib/thunderbird38/blocklist.xml +lib/thunderbird38/chrome.manifest +lib/thunderbird38/chrome/chat/content/chat/browserRequest.js +lib/thunderbird38/chrome/chat/content/chat/browserRequest.xul +lib/thunderbird38/chrome/chat/content/chat/conv.html +lib/thunderbird38/chrome/chat/content/chat/convbrowser.xml +lib/thunderbird38/chrome/chat/content/chat/imtooltip.css +lib/thunderbird38/chrome/chat/content/chat/imtooltip.xml +lib/thunderbird38/chrome/chat/skin/classic/chat/available-16.png +lib/thunderbird38/chrome/chat/skin/classic/chat/available.png +lib/thunderbird38/chrome/chat/skin/classic/chat/away-16.png +lib/thunderbird38/chrome/chat/skin/classic/chat/away.png +lib/thunderbird38/chrome/chat/skin/classic/chat/browserRequest.css +lib/thunderbird38/chrome/chat/skin/classic/chat/chat-16.png +lib/thunderbird38/chrome/chat/skin/classic/chat/chat-left-16.png +lib/thunderbird38/chrome/chat/skin/classic/chat/conv.css +lib/thunderbird38/chrome/chat/skin/classic/chat/icons/insecure.png +lib/thunderbird38/chrome/chat/skin/classic/chat/icons/secure.png +lib/thunderbird38/chrome/chat/skin/classic/chat/idle-16.png +lib/thunderbird38/chrome/chat/skin/classic/chat/idle.png +lib/thunderbird38/chrome/chat/skin/classic/chat/imtooltip.css +lib/thunderbird38/chrome/chat/skin/classic/chat/loading.png +lib/thunderbird38/chrome/chat/skin/classic/chat/mobile-16.png +lib/thunderbird38/chrome/chat/skin/classic/chat/mobile.png +lib/thunderbird38/chrome/chat/skin/classic/chat/offline-16.png +lib/thunderbird38/chrome/chat/skin/classic/chat/offline.png +lib/thunderbird38/chrome/chat/skin/classic/chat/prpl-generic/icon.png +lib/thunderbird38/chrome/chat/skin/classic/chat/prpl-generic/icon32.png +lib/thunderbird38/chrome/chat/skin/classic/chat/prpl-generic/icon48.png +lib/thunderbird38/chrome/chat/skin/classic/chat/prpl-unknown/icon.png +lib/thunderbird38/chrome/chat/skin/classic/chat/prpl-unknown/icon32.png +lib/thunderbird38/chrome/chat/skin/classic/chat/prpl-unknown/icon48.png +lib/thunderbird38/chrome/chat/skin/classic/chat/status.css +lib/thunderbird38/chrome/chat/skin/classic/chat/typed-16.png +lib/thunderbird38/chrome/chat/skin/classic/chat/typing-16.png +lib/thunderbird38/chrome/chat/skin/classic/chat/unknown-16.png +lib/thunderbird38/chrome/chat/skin/classic/chat/unknown.png +lib/thunderbird38/chrome/chat/skin/classic/prpl/facebook/icon.png +lib/thunderbird38/chrome/chat/skin/classic/prpl/facebook/icon32.png +lib/thunderbird38/chrome/chat/skin/classic/prpl/facebook/icon48.png +lib/thunderbird38/chrome/chat/skin/classic/prpl/gtalk/icon.png +lib/thunderbird38/chrome/chat/skin/classic/prpl/gtalk/icon32.png +lib/thunderbird38/chrome/chat/skin/classic/prpl/gtalk/icon48.png +lib/thunderbird38/chrome/chat/skin/classic/prpl/irc/icon.png +lib/thunderbird38/chrome/chat/skin/classic/prpl/irc/icon32.png +lib/thunderbird38/chrome/chat/skin/classic/prpl/irc/icon48.png +lib/thunderbird38/chrome/chat/skin/classic/prpl/odnoklassniki/icon.png +lib/thunderbird38/chrome/chat/skin/classic/prpl/odnoklassniki/icon32.png +lib/thunderbird38/chrome/chat/skin/classic/prpl/odnoklassniki/icon48.png +lib/thunderbird38/chrome/chat/skin/classic/prpl/twitter/icon-left.png +lib/thunderbird38/chrome/chat/skin/classic/prpl/twitter/icon.png +lib/thunderbird38/chrome/chat/skin/classic/prpl/twitter/icon32.png +lib/thunderbird38/chrome/chat/skin/classic/prpl/twitter/icon48.png +lib/thunderbird38/chrome/chat/skin/classic/prpl/xmpp/icon.png +lib/thunderbird38/chrome/chat/skin/classic/prpl/xmpp/icon32.png +lib/thunderbird38/chrome/chat/skin/classic/prpl/xmpp/icon48.png +lib/thunderbird38/chrome/chat/skin/classic/prpl/yahoo/icon.png +lib/thunderbird38/chrome/chat/skin/classic/prpl/yahoo/icon32.png +lib/thunderbird38/chrome/chat/skin/classic/prpl/yahoo/icon48.png +lib/thunderbird38/chrome/chrome.manifest +lib/thunderbird38/chrome/classic/skin/classic/communicator/communicator.css +lib/thunderbird38/chrome/classic/skin/classic/communicator/icons/smileys/smiley-cool.png +lib/thunderbird38/chrome/classic/skin/classic/communicator/icons/smileys/smiley-cry.png +lib/thunderbird38/chrome/classic/skin/classic/communicator/icons/smileys/smiley-embarassed.png +lib/thunderbird38/chrome/classic/skin/classic/communicator/icons/smileys/smiley-foot-in-mouth.png +lib/thunderbird38/chrome/classic/skin/classic/communicator/icons/smileys/smiley-frown.png +lib/thunderbird38/chrome/classic/skin/classic/communicator/icons/smileys/smiley-innocent.png +lib/thunderbird38/chrome/classic/skin/classic/communicator/icons/smileys/smiley-kiss.png +lib/thunderbird38/chrome/classic/skin/classic/communicator/icons/smileys/smiley-laughing.png +lib/thunderbird38/chrome/classic/skin/classic/communicator/icons/smileys/smiley-money-mouth.png +lib/thunderbird38/chrome/classic/skin/classic/communicator/icons/smileys/smiley-sealed.png +lib/thunderbird38/chrome/classic/skin/classic/communicator/icons/smileys/smiley-smile.png +lib/thunderbird38/chrome/classic/skin/classic/communicator/icons/smileys/smiley-surprised.png +lib/thunderbird38/chrome/classic/skin/classic/communicator/icons/smileys/smiley-tongue-out.png +lib/thunderbird38/chrome/classic/skin/classic/communicator/icons/smileys/smiley-undecided.png +lib/thunderbird38/chrome/classic/skin/classic/communicator/icons/smileys/smiley-wink.png +lib/thunderbird38/chrome/classic/skin/classic/communicator/icons/smileys/smiley-yell.png +lib/thunderbird38/chrome/classic/skin/classic/communicator/smileys.css +lib/thunderbird38/chrome/classic/skin/classic/editor/EditorDialog.css +lib/thunderbird38/chrome/classic/skin/classic/editor/editor.css +lib/thunderbird38/chrome/classic/skin/classic/editor/icons/img-align-bottom.gif +lib/thunderbird38/chrome/classic/skin/classic/editor/icons/img-align-left.gif +lib/thunderbird38/chrome/classic/skin/classic/editor/icons/img-align-middle.gif +lib/thunderbird38/chrome/classic/skin/classic/editor/icons/img-align-right.gif +lib/thunderbird38/chrome/classic/skin/classic/editor/icons/img-align-top.gif +lib/thunderbird38/chrome/classic/skin/classic/messenger-newsblog/feed-subscriptions.css +lib/thunderbird38/chrome/classic/skin/classic/messenger-newsblog/icons/rss-feed.png +lib/thunderbird38/chrome/classic/skin/classic/messenger-newsblog/icons/server-rss.png +lib/thunderbird38/chrome/classic/skin/classic/messenger/aboutSupport.css +lib/thunderbird38/chrome/classic/skin/classic/messenger/accountCentral.css +lib/thunderbird38/chrome/classic/skin/classic/messenger/accountCreation.css +lib/thunderbird38/chrome/classic/skin/classic/messenger/accountManage.css +lib/thunderbird38/chrome/classic/skin/classic/messenger/accountWizard.css +lib/thunderbird38/chrome/classic/skin/classic/messenger/accountcentral/account-settings.png +lib/thunderbird38/chrome/classic/skin/classic/messenger/accountcentral/create-account.png +lib/thunderbird38/chrome/classic/skin/classic/messenger/accountcentral/manage-filters.png +lib/thunderbird38/chrome/classic/skin/classic/messenger/accountcentral/manage-imap.png +lib/thunderbird38/chrome/classic/skin/classic/messenger/accountcentral/manage-newsgroups.png +lib/thunderbird38/chrome/classic/skin/classic/messenger/accountcentral/manage-rss.png +lib/thunderbird38/chrome/classic/skin/classic/messenger/accountcentral/offline-settings.png +lib/thunderbird38/chrome/classic/skin/classic/messenger/accountcentral/read-messages.png +lib/thunderbird38/chrome/classic/skin/classic/messenger/accountcentral/search-messages.png +lib/thunderbird38/chrome/classic/skin/classic/messenger/accountcentral/write-message.png +lib/thunderbird38/chrome/classic/skin/classic/messenger/activity/activity.css +lib/thunderbird38/chrome/classic/skin/classic/messenger/activity/addItemIcon.png +lib/thunderbird38/chrome/classic/skin/classic/messenger/activity/buttons.png +lib/thunderbird38/chrome/classic/skin/classic/messenger/activity/compactMailIcon.png +lib/thunderbird38/chrome/classic/skin/classic/messenger/activity/copyMailIcon.png +lib/thunderbird38/chrome/classic/skin/classic/messenger/activity/defaultEventIcon.png +lib/thunderbird38/chrome/classic/skin/classic/messenger/activity/defaultProcessIcon.png +lib/thunderbird38/chrome/classic/skin/classic/messenger/activity/defaultWarningIcon.png +lib/thunderbird38/chrome/classic/skin/classic/messenger/activity/deleteMailIcon.png +lib/thunderbird38/chrome/classic/skin/classic/messenger/activity/indexMailIcon.png +lib/thunderbird38/chrome/classic/skin/classic/messenger/activity/moveMailIcon.png +lib/thunderbird38/chrome/classic/skin/classic/messenger/activity/removeItemIcon.png +lib/thunderbird38/chrome/classic/skin/classic/messenger/activity/sendMailIcon.png +lib/thunderbird38/chrome/classic/skin/classic/messenger/activity/syncMailIcon.png +lib/thunderbird38/chrome/classic/skin/classic/messenger/activity/undoIcon.png +lib/thunderbird38/chrome/classic/skin/classic/messenger/addressbook/abContactsPanel.css +lib/thunderbird38/chrome/classic/skin/classic/messenger/addressbook/abResultsPane.css +lib/thunderbird38/chrome/classic/skin/classic/messenger/addressbook/addressbook.css +lib/thunderbird38/chrome/classic/skin/classic/messenger/addressbook/cardDialog.css +lib/thunderbird38/chrome/classic/skin/classic/messenger/addressbook/icons/abcard-large.png +lib/thunderbird38/chrome/classic/skin/classic/messenger/addressbook/icons/abcard.png +lib/thunderbird38/chrome/classic/skin/classic/messenger/addressbook/icons/ablist.png +lib/thunderbird38/chrome/classic/skin/classic/messenger/addressbook/icons/addrbook.png +lib/thunderbird38/chrome/classic/skin/classic/messenger/addressbook/icons/addressbook-toolbar-small.png +lib/thunderbird38/chrome/classic/skin/classic/messenger/addressbook/icons/addressbook-toolbar.png +lib/thunderbird38/chrome/classic/skin/classic/messenger/addressbook/icons/contact-generic-tiny.png +lib/thunderbird38/chrome/classic/skin/classic/messenger/addressbook/icons/contact-generic.png +lib/thunderbird38/chrome/classic/skin/classic/messenger/addressbook/icons/remote-addrbook-error.png +lib/thunderbird38/chrome/classic/skin/classic/messenger/addressbook/icons/remote-addrbook.png +lib/thunderbird38/chrome/classic/skin/classic/messenger/addressbook/icons/secure-remote-addrbook.png +lib/thunderbird38/chrome/classic/skin/classic/messenger/attachmentList.css +lib/thunderbird38/chrome/classic/skin/classic/messenger/browserRequest.css +lib/thunderbird38/chrome/classic/skin/classic/messenger/chat.css +lib/thunderbird38/chrome/classic/skin/classic/messenger/cloudfile/Hightail/check.png +lib/thunderbird38/chrome/classic/skin/classic/messenger/cloudfile/Hightail/fileExceedsLimit.css +lib/thunderbird38/chrome/classic/skin/classic/messenger/cloudfile/Hightail/settings.css +lib/thunderbird38/chrome/classic/skin/classic/messenger/cloudfile/addAccountDialog.css +lib/thunderbird38/chrome/classic/skin/classic/messenger/contactStarred.png +lib/thunderbird38/chrome/classic/skin/classic/messenger/dialogs.css +lib/thunderbird38/chrome/classic/skin/classic/messenger/downloads/aboutDownloads.css +lib/thunderbird38/chrome/classic/skin/classic/messenger/downloads/download.svg +lib/thunderbird38/chrome/classic/skin/classic/messenger/editContactOverlay.css +lib/thunderbird38/chrome/classic/skin/classic/messenger/filterDialog.css +lib/thunderbird38/chrome/classic/skin/classic/messenger/folderMenus.css +lib/thunderbird38/chrome/classic/skin/classic/messenger/folderPane.css +lib/thunderbird38/chrome/classic/skin/classic/messenger/founder.png +lib/thunderbird38/chrome/classic/skin/classic/messenger/glodaFacetView.css +lib/thunderbird38/chrome/classic/skin/classic/messenger/half-operator.png +lib/thunderbird38/chrome/classic/skin/classic/messenger/icons/arrow-dn-blue.png +lib/thunderbird38/chrome/classic/skin/classic/messenger/icons/arrow-dn-grey.png +lib/thunderbird38/chrome/classic/skin/classic/messenger/icons/arrow/arrow-down-dim.png +lib/thunderbird38/chrome/classic/skin/classic/messenger/icons/arrow/arrow-down.png +lib/thunderbird38/chrome/classic/skin/classic/messenger/icons/arrow/arrow-left-dim.png +lib/thunderbird38/chrome/classic/skin/classic/messenger/icons/arrow/arrow-left.png +lib/thunderbird38/chrome/classic/skin/classic/messenger/icons/arrow/arrow-right-dim.png +lib/thunderbird38/chrome/classic/skin/classic/messenger/icons/arrow/arrow-right.png +lib/thunderbird38/chrome/classic/skin/classic/messenger/icons/arrow/arrow-up-dim.png +lib/thunderbird38/chrome/classic/skin/classic/messenger/icons/arrow/arrow-up.png +lib/thunderbird38/chrome/classic/skin/classic/messenger/icons/arrow/foldercycler-arrow-left.png +lib/thunderbird38/chrome/classic/skin/classic/messenger/icons/arrow/foldercycler-arrow-right.png +lib/thunderbird38/chrome/classic/skin/classic/messenger/icons/attachment-col.svg +lib/thunderbird38/chrome/classic/skin/classic/messenger/icons/attachment-deleted-large.png +lib/thunderbird38/chrome/classic/skin/classic/messenger/icons/attachment-deleted.png +lib/thunderbird38/chrome/classic/skin/classic/messenger/icons/black_pin.png +lib/thunderbird38/chrome/classic/skin/classic/messenger/icons/box-logo.png +lib/thunderbird38/chrome/classic/skin/classic/messenger/icons/button-archive.svg +lib/thunderbird38/chrome/classic/skin/classic/messenger/icons/button-delete.svg +lib/thunderbird38/chrome/classic/skin/classic/messenger/icons/button-forward.svg +lib/thunderbird38/chrome/classic/skin/classic/messenger/icons/button-junk.svg +lib/thunderbird38/chrome/classic/skin/classic/messenger/icons/button-reply-all.svg +lib/thunderbird38/chrome/classic/skin/classic/messenger/icons/button-reply-list.svg +lib/thunderbird38/chrome/classic/skin/classic/messenger/icons/button-reply.svg +lib/thunderbird38/chrome/classic/skin/classic/messenger/icons/button-tag.svg +lib/thunderbird38/chrome/classic/skin/classic/messenger/icons/cancel.png +lib/thunderbird38/chrome/classic/skin/classic/messenger/icons/chat-toolbar-small.png +lib/thunderbird38/chrome/classic/skin/classic/messenger/icons/chat-toolbar.png +lib/thunderbird38/chrome/classic/skin/classic/messenger/icons/check.gif +lib/thunderbird38/chrome/classic/skin/classic/messenger/icons/close-button.png +lib/thunderbird38/chrome/classic/skin/classic/messenger/icons/close-inverted.png +lib/thunderbird38/chrome/classic/skin/classic/messenger/icons/columnpicker.svg +lib/thunderbird38/chrome/classic/skin/classic/messenger/icons/connecting.png +lib/thunderbird38/chrome/classic/skin/classic/messenger/icons/dropmarker-hover.svg +lib/thunderbird38/chrome/classic/skin/classic/messenger/icons/dropmarker.svg +lib/thunderbird38/chrome/classic/skin/classic/messenger/icons/empty-search-results.png +lib/thunderbird38/chrome/classic/skin/classic/messenger/icons/error.png +lib/thunderbird38/chrome/classic/skin/classic/messenger/icons/exclude-selected.png +lib/thunderbird38/chrome/classic/skin/classic/messenger/icons/exclude.png +lib/thunderbird38/chrome/classic/skin/classic/messenger/icons/filterbar.png +lib/thunderbird38/chrome/classic/skin/classic/messenger/icons/flag-col.png +lib/thunderbird38/chrome/classic/skin/classic/messenger/icons/flag-col.svg +lib/thunderbird38/chrome/classic/skin/classic/messenger/icons/folder-blank.png +lib/thunderbird38/chrome/classic/skin/classic/messenger/icons/folder-new-star.png +lib/thunderbird38/chrome/classic/skin/classic/messenger/icons/folder-pane.png +lib/thunderbird38/chrome/classic/skin/classic/messenger/icons/hightail.png +lib/thunderbird38/chrome/classic/skin/classic/messenger/icons/identity.png +lib/thunderbird38/chrome/classic/skin/classic/messenger/icons/insecure.png +lib/thunderbird38/chrome/classic/skin/classic/messenger/icons/junk-col.svg +lib/thunderbird38/chrome/classic/skin/classic/messenger/icons/junk.png +lib/thunderbird38/chrome/classic/skin/classic/messenger/icons/loading.png +lib/thunderbird38/chrome/classic/skin/classic/messenger/icons/mail-toolbar-small.png +lib/thunderbird38/chrome/classic/skin/classic/messenger/icons/mail-toolbar.png +lib/thunderbird38/chrome/classic/skin/classic/messenger/icons/message-ignored.png +lib/thunderbird38/chrome/classic/skin/classic/messenger/icons/message-list.png +lib/thunderbird38/chrome/classic/skin/classic/messenger/icons/message.png +lib/thunderbird38/chrome/classic/skin/classic/messenger/icons/multicolor.png +lib/thunderbird38/chrome/classic/skin/classic/messenger/icons/new-mail-alert.png +lib/thunderbird38/chrome/classic/skin/classic/messenger/icons/notchecked.gif +lib/thunderbird38/chrome/classic/skin/classic/messenger/icons/notloading.png +lib/thunderbird38/chrome/classic/skin/classic/messenger/icons/offline.png +lib/thunderbird38/chrome/classic/skin/classic/messenger/icons/online.png +lib/thunderbird38/chrome/classic/skin/classic/messenger/icons/phishing.png +lib/thunderbird38/chrome/classic/skin/classic/messenger/icons/readcol.svg +lib/thunderbird38/chrome/classic/skin/classic/messenger/icons/red_pin.png +lib/thunderbird38/chrome/classic/skin/classic/messenger/icons/remote-blocked.png +lib/thunderbird38/chrome/classic/skin/classic/messenger/icons/row.png +lib/thunderbird38/chrome/classic/skin/classic/messenger/icons/search-arrow.png +lib/thunderbird38/chrome/classic/skin/classic/messenger/icons/secure.png +lib/thunderbird38/chrome/classic/skin/classic/messenger/icons/server.png +lib/thunderbird38/chrome/classic/skin/classic/messenger/icons/status-small.png +lib/thunderbird38/chrome/classic/skin/classic/messenger/icons/status.png +lib/thunderbird38/chrome/classic/skin/classic/messenger/icons/thread-col.svg +lib/thunderbird38/chrome/classic/skin/classic/messenger/icons/thread-ignored.png +lib/thunderbird38/chrome/classic/skin/classic/messenger/icons/thread-watched.png +lib/thunderbird38/chrome/classic/skin/classic/messenger/icons/thread.png +lib/thunderbird38/chrome/classic/skin/classic/messenger/icons/tick.png +lib/thunderbird38/chrome/classic/skin/classic/messenger/icons/timeline-inverted.png +lib/thunderbird38/chrome/classic/skin/classic/messenger/icons/timeline.png +lib/thunderbird38/chrome/classic/skin/classic/messenger/icons/update.png +lib/thunderbird38/chrome/classic/skin/classic/messenger/icons/zoomout-hover.png +lib/thunderbird38/chrome/classic/skin/classic/messenger/icons/zoomout.png +lib/thunderbird38/chrome/classic/skin/classic/messenger/imAccountWizard.css +lib/thunderbird38/chrome/classic/skin/classic/messenger/imAccounts.css +lib/thunderbird38/chrome/classic/skin/classic/messenger/imMenulist.css +lib/thunderbird38/chrome/classic/skin/classic/messenger/imRichlistbox.css +lib/thunderbird38/chrome/classic/skin/classic/messenger/imageFilters.svg +lib/thunderbird38/chrome/classic/skin/classic/messenger/junkMail.css +lib/thunderbird38/chrome/classic/skin/classic/messenger/mailWindow1.css +lib/thunderbird38/chrome/classic/skin/classic/messenger/messageBody.css +lib/thunderbird38/chrome/classic/skin/classic/messenger/messageHeader.css +lib/thunderbird38/chrome/classic/skin/classic/messenger/messageQuotes.css +lib/thunderbird38/chrome/classic/skin/classic/messenger/messageWindow.css +lib/thunderbird38/chrome/classic/skin/classic/messenger/messenger.css +lib/thunderbird38/chrome/classic/skin/classic/messenger/messengerLWTheme.css +lib/thunderbird38/chrome/classic/skin/classic/messenger/messengercompose/compose-toolbar-small.png +lib/thunderbird38/chrome/classic/skin/classic/messenger/messengercompose/compose-toolbar.png +lib/thunderbird38/chrome/classic/skin/classic/messenger/messengercompose/editorOverlay.css +lib/thunderbird38/chrome/classic/skin/classic/messenger/messengercompose/format-buttons.png +lib/thunderbird38/chrome/classic/skin/classic/messenger/messengercompose/linux-noise.png +lib/thunderbird38/chrome/classic/skin/classic/messenger/messengercompose/messengercompose.css +lib/thunderbird38/chrome/classic/skin/classic/messenger/msgSelectOffline.css +lib/thunderbird38/chrome/classic/skin/classic/messenger/multimessageview.css +lib/thunderbird38/chrome/classic/skin/classic/messenger/newmailaccount/accountProvisioner.css +lib/thunderbird38/chrome/classic/skin/classic/messenger/newmailaccount/search.gif +lib/thunderbird38/chrome/classic/skin/classic/messenger/newmailaccount/search.png +lib/thunderbird38/chrome/classic/skin/classic/messenger/newmailaccount/spinner.gif +lib/thunderbird38/chrome/classic/skin/classic/messenger/newmailaccount/success-addons.png +lib/thunderbird38/chrome/classic/skin/classic/messenger/newmailaccount/success-border.png +lib/thunderbird38/chrome/classic/skin/classic/messenger/newmailaccount/success-compose.png +lib/thunderbird38/chrome/classic/skin/classic/messenger/newmailaccount/success-signature.png +lib/thunderbird38/chrome/classic/skin/classic/messenger/newmailalert.css +lib/thunderbird38/chrome/classic/skin/classic/messenger/noise.png +lib/thunderbird38/chrome/classic/skin/classic/messenger/operator.png +lib/thunderbird38/chrome/classic/skin/classic/messenger/preferences/aboutPreferences.css +lib/thunderbird38/chrome/classic/skin/classic/messenger/preferences/advanced.png +lib/thunderbird38/chrome/classic/skin/classic/messenger/preferences/alwaysAsk.png +lib/thunderbird38/chrome/classic/skin/classic/messenger/preferences/applications.css +lib/thunderbird38/chrome/classic/skin/classic/messenger/preferences/attachments.png +lib/thunderbird38/chrome/classic/skin/classic/messenger/preferences/auth-error.png +lib/thunderbird38/chrome/classic/skin/classic/messenger/preferences/background.png +lib/thunderbird38/chrome/classic/skin/classic/messenger/preferences/chat.png +lib/thunderbird38/chrome/classic/skin/classic/messenger/preferences/composition.png +lib/thunderbird38/chrome/classic/skin/classic/messenger/preferences/dialog.css +lib/thunderbird38/chrome/classic/skin/classic/messenger/preferences/display.png +lib/thunderbird38/chrome/classic/skin/classic/messenger/preferences/general.png +lib/thunderbird38/chrome/classic/skin/classic/messenger/preferences/hover.png +lib/thunderbird38/chrome/classic/skin/classic/messenger/preferences/preferences.css +lib/thunderbird38/chrome/classic/skin/classic/messenger/preferences/privacy.png +lib/thunderbird38/chrome/classic/skin/classic/messenger/preferences/security.png +lib/thunderbird38/chrome/classic/skin/classic/messenger/preferences/selected.png +lib/thunderbird38/chrome/classic/skin/classic/messenger/primaryToolbar.css +lib/thunderbird38/chrome/classic/skin/classic/messenger/quickFilterBar.css +lib/thunderbird38/chrome/classic/skin/classic/messenger/sanitizeDialog.css +lib/thunderbird38/chrome/classic/skin/classic/messenger/searchBox.css +lib/thunderbird38/chrome/classic/skin/classic/messenger/searchDialog.css +lib/thunderbird38/chrome/classic/skin/classic/messenger/section_collapsed.png +lib/thunderbird38/chrome/classic/skin/classic/messenger/section_expanded.png +lib/thunderbird38/chrome/classic/skin/classic/messenger/shared/accountProvisioner.css +lib/thunderbird38/chrome/classic/skin/classic/messenger/shared/addressbook.css +lib/thunderbird38/chrome/classic/skin/classic/messenger/shared/in-content/aboutPreferences.css +lib/thunderbird38/chrome/classic/skin/classic/messenger/shared/in-content/dialog.css +lib/thunderbird38/chrome/classic/skin/classic/messenger/shared/in-content/icons.svg +lib/thunderbird38/chrome/classic/skin/classic/messenger/shared/mailWindow1.css +lib/thunderbird38/chrome/classic/skin/classic/messenger/shared/messageHeader.css +lib/thunderbird38/chrome/classic/skin/classic/messenger/shared/messenger.css +lib/thunderbird38/chrome/classic/skin/classic/messenger/shared/tabmail.css +lib/thunderbird38/chrome/classic/skin/classic/messenger/sharedPlatform.css +lib/thunderbird38/chrome/classic/skin/classic/messenger/smime/certFetchingStatus.css +lib/thunderbird38/chrome/classic/skin/classic/messenger/smime/icons/hdrCryptoNotOk.png +lib/thunderbird38/chrome/classic/skin/classic/messenger/smime/icons/hdrCryptoOk.png +lib/thunderbird38/chrome/classic/skin/classic/messenger/smime/icons/hdrSignNotOk.png +lib/thunderbird38/chrome/classic/skin/classic/messenger/smime/icons/hdrSignOk.png +lib/thunderbird38/chrome/classic/skin/classic/messenger/smime/icons/hdrSignUnknown.png +lib/thunderbird38/chrome/classic/skin/classic/messenger/smime/icons/sbCryptoNotOk.png +lib/thunderbird38/chrome/classic/skin/classic/messenger/smime/icons/sbCryptoOk.png +lib/thunderbird38/chrome/classic/skin/classic/messenger/smime/icons/sbSignNotOk.png +lib/thunderbird38/chrome/classic/skin/classic/messenger/smime/icons/sbSignOk.png +lib/thunderbird38/chrome/classic/skin/classic/messenger/smime/icons/sbSignUnknown.png +lib/thunderbird38/chrome/classic/skin/classic/messenger/smime/msgCompSMIMEOverlay.css +lib/thunderbird38/chrome/classic/skin/classic/messenger/smime/msgCompSecurityInfo.css +lib/thunderbird38/chrome/classic/skin/classic/messenger/smime/msgHdrViewSMIMEOverlay.css +lib/thunderbird38/chrome/classic/skin/classic/messenger/smime/msgReadSMIMEOverlay.css +lib/thunderbird38/chrome/classic/skin/classic/messenger/smime/msgReadSecurityInfo.css +lib/thunderbird38/chrome/classic/skin/classic/messenger/starContact.png +lib/thunderbird38/chrome/classic/skin/classic/messenger/starred48.png +lib/thunderbird38/chrome/classic/skin/classic/messenger/subscribe.css +lib/thunderbird38/chrome/classic/skin/classic/messenger/tabmail.css +lib/thunderbird38/chrome/classic/skin/classic/messenger/tabs/active-middle.png +lib/thunderbird38/chrome/classic/skin/classic/messenger/tabs/background-end.png +lib/thunderbird38/chrome/classic/skin/classic/messenger/tabs/background-middle.png +lib/thunderbird38/chrome/classic/skin/classic/messenger/tabs/background-start.png +lib/thunderbird38/chrome/classic/skin/classic/messenger/tabs/closeTab.svg +lib/thunderbird38/chrome/classic/skin/classic/messenger/tabs/dragIndicator.png +lib/thunderbird38/chrome/classic/skin/classic/messenger/tabs/overflow-indicator.png +lib/thunderbird38/chrome/classic/skin/classic/messenger/tabs/selected-end.svg +lib/thunderbird38/chrome/classic/skin/classic/messenger/tabs/selected-start.svg +lib/thunderbird38/chrome/classic/skin/classic/messenger/tabs/separator.png +lib/thunderbird38/chrome/classic/skin/classic/messenger/tabs/stroke-end.png +lib/thunderbird38/chrome/classic/skin/classic/messenger/tabs/stroke-start.png +lib/thunderbird38/chrome/classic/skin/classic/messenger/tagColors.css +lib/thunderbird38/chrome/classic/skin/classic/messenger/tagbg.png +lib/thunderbird38/chrome/classic/skin/classic/messenger/userIcon.png +lib/thunderbird38/chrome/classic/skin/classic/messenger/virtualFolderListDialog.css +lib/thunderbird38/chrome/classic/skin/classic/messenger/voice.png +lib/thunderbird38/chrome/comm/content/communicator/charsetOverlay.xul +lib/thunderbird38/chrome/comm/content/communicator/contentAreaClick.js +lib/thunderbird38/chrome/comm/content/communicator/labelsencodings.properties +lib/thunderbird38/chrome/comm/content/communicator/utilityOverlay.js +lib/thunderbird38/chrome/comm/content/communicator/utilityOverlay.xul +lib/thunderbird38/chrome/comm/content/editor/ComposerCommands.js +lib/thunderbird38/chrome/comm/content/editor/EdAEAttributes.js +lib/thunderbird38/chrome/comm/content/editor/EdAECSSAttributes.js +lib/thunderbird38/chrome/comm/content/editor/EdAEHTMLAttributes.js +lib/thunderbird38/chrome/comm/content/editor/EdAEJSEAttributes.js +lib/thunderbird38/chrome/comm/content/editor/EdAdvancedEdit.js +lib/thunderbird38/chrome/comm/content/editor/EdAdvancedEdit.xul +lib/thunderbird38/chrome/comm/content/editor/EdButtonProps.js +lib/thunderbird38/chrome/comm/content/editor/EdButtonProps.xul +lib/thunderbird38/chrome/comm/content/editor/EdColorPicker.js +lib/thunderbird38/chrome/comm/content/editor/EdColorPicker.xul +lib/thunderbird38/chrome/comm/content/editor/EdColorProps.js +lib/thunderbird38/chrome/comm/content/editor/EdColorProps.xul +lib/thunderbird38/chrome/comm/content/editor/EdConvertToTable.js +lib/thunderbird38/chrome/comm/content/editor/EdConvertToTable.xul +lib/thunderbird38/chrome/comm/content/editor/EdDialogCommon.js +lib/thunderbird38/chrome/comm/content/editor/EdDialogOverlay.xul +lib/thunderbird38/chrome/comm/content/editor/EdDictionary.js +lib/thunderbird38/chrome/comm/content/editor/EdDictionary.xul +lib/thunderbird38/chrome/comm/content/editor/EdFieldSetProps.js +lib/thunderbird38/chrome/comm/content/editor/EdFieldSetProps.xul +lib/thunderbird38/chrome/comm/content/editor/EdFormProps.js +lib/thunderbird38/chrome/comm/content/editor/EdFormProps.xul +lib/thunderbird38/chrome/comm/content/editor/EdHLineProps.js +lib/thunderbird38/chrome/comm/content/editor/EdHLineProps.xul +lib/thunderbird38/chrome/comm/content/editor/EdImageOverlay.js +lib/thunderbird38/chrome/comm/content/editor/EdImageOverlay.xul +lib/thunderbird38/chrome/comm/content/editor/EdImageProps.js +lib/thunderbird38/chrome/comm/content/editor/EdImageProps.xul +lib/thunderbird38/chrome/comm/content/editor/EdInputImage.js +lib/thunderbird38/chrome/comm/content/editor/EdInputImage.xul +lib/thunderbird38/chrome/comm/content/editor/EdInputProps.js +lib/thunderbird38/chrome/comm/content/editor/EdInputProps.xul +lib/thunderbird38/chrome/comm/content/editor/EdInsSrc.js +lib/thunderbird38/chrome/comm/content/editor/EdInsSrc.xul +lib/thunderbird38/chrome/comm/content/editor/EdInsertChars.js +lib/thunderbird38/chrome/comm/content/editor/EdInsertChars.xul +lib/thunderbird38/chrome/comm/content/editor/EdInsertMath.js +lib/thunderbird38/chrome/comm/content/editor/EdInsertMath.xul +lib/thunderbird38/chrome/comm/content/editor/EdInsertTOC.js +lib/thunderbird38/chrome/comm/content/editor/EdInsertTOC.xul +lib/thunderbird38/chrome/comm/content/editor/EdInsertTable.js +lib/thunderbird38/chrome/comm/content/editor/EdInsertTable.xul +lib/thunderbird38/chrome/comm/content/editor/EdLabelProps.js +lib/thunderbird38/chrome/comm/content/editor/EdLabelProps.xul +lib/thunderbird38/chrome/comm/content/editor/EdLinkProps.js +lib/thunderbird38/chrome/comm/content/editor/EdLinkProps.xul +lib/thunderbird38/chrome/comm/content/editor/EdListProps.js +lib/thunderbird38/chrome/comm/content/editor/EdListProps.xul +lib/thunderbird38/chrome/comm/content/editor/EdNamedAnchorProps.js +lib/thunderbird38/chrome/comm/content/editor/EdNamedAnchorProps.xul +lib/thunderbird38/chrome/comm/content/editor/EdPageProps.js +lib/thunderbird38/chrome/comm/content/editor/EdPageProps.xul +lib/thunderbird38/chrome/comm/content/editor/EdReplace.js +lib/thunderbird38/chrome/comm/content/editor/EdReplace.xul +lib/thunderbird38/chrome/comm/content/editor/EdSelectProps.js +lib/thunderbird38/chrome/comm/content/editor/EdSelectProps.xul +lib/thunderbird38/chrome/comm/content/editor/EdSpellCheck.js +lib/thunderbird38/chrome/comm/content/editor/EdSpellCheck.xul +lib/thunderbird38/chrome/comm/content/editor/EdTableProps.js +lib/thunderbird38/chrome/comm/content/editor/EdTableProps.xul +lib/thunderbird38/chrome/comm/content/editor/EdTextAreaProps.js +lib/thunderbird38/chrome/comm/content/editor/EdTextAreaProps.xul +lib/thunderbird38/chrome/comm/content/editor/EditorContent.css +lib/thunderbird38/chrome/comm/content/editor/TeXZilla.js +lib/thunderbird38/chrome/comm/content/editor/editor.js +lib/thunderbird38/chrome/comm/content/editor/editorApplicationOverlay.js +lib/thunderbird38/chrome/comm/content/editor/editorMailOverlay.xul +lib/thunderbird38/chrome/comm/content/editor/editorNavigatorOverlay.xul +lib/thunderbird38/chrome/comm/content/editor/editorOverlay.xul +lib/thunderbird38/chrome/comm/content/editor/editorSmileyOverlay.xul +lib/thunderbird38/chrome/comm/content/editor/editorTasksOverlay.xul +lib/thunderbird38/chrome/comm/content/editor/editorUtilities.js +lib/thunderbird38/chrome/comm/content/editor/images/tag-anchor.gif +${PLIST.nobranding}lib/thunderbird38/chrome/en-US/locale/branding/brand.dtd +${PLIST.nobranding}lib/thunderbird38/chrome/en-US/locale/branding/brand.properties +${PLIST.branding}lib/thunderbird38/chrome/en-US/locale/en-US/branding/brand.dtd +${PLIST.branding}lib/thunderbird38/chrome/en-US/locale/en-US/branding/brand.properties +lib/thunderbird38/chrome/en-US/locale/en-US/alerts/alert.dtd +lib/thunderbird38/chrome/en-US/locale/en-US/alerts/notificationNames.properties +lib/thunderbird38/chrome/en-US/locale/en-US/autoconfig/autoconfig.properties +lib/thunderbird38/chrome/en-US/locale/en-US/chat/accounts.properties +lib/thunderbird38/chrome/en-US/locale/en-US/chat/commands.properties +lib/thunderbird38/chrome/en-US/locale/en-US/chat/contacts.properties +lib/thunderbird38/chrome/en-US/locale/en-US/chat/conversations.properties +lib/thunderbird38/chrome/en-US/locale/en-US/chat/facebook.properties +lib/thunderbird38/chrome/en-US/locale/en-US/chat/imtooltip.properties +lib/thunderbird38/chrome/en-US/locale/en-US/chat/irc.properties +lib/thunderbird38/chrome/en-US/locale/en-US/chat/logger.properties +lib/thunderbird38/chrome/en-US/locale/en-US/chat/status.properties +lib/thunderbird38/chrome/en-US/locale/en-US/chat/twitter.properties +lib/thunderbird38/chrome/en-US/locale/en-US/chat/xmpp.properties +lib/thunderbird38/chrome/en-US/locale/en-US/chat/yahoo.properties +lib/thunderbird38/chrome/en-US/locale/en-US/communicator/utilityOverlay.dtd +lib/thunderbird38/chrome/en-US/locale/en-US/cookie/cookieAcceptDialog.dtd +lib/thunderbird38/chrome/en-US/locale/en-US/cookie/cookieAcceptDialog.properties +lib/thunderbird38/chrome/en-US/locale/en-US/editor/EdAdvancedEdit.dtd +lib/thunderbird38/chrome/en-US/locale/en-US/editor/EdColorPicker.dtd +lib/thunderbird38/chrome/en-US/locale/en-US/editor/EdConvertToTable.dtd +lib/thunderbird38/chrome/en-US/locale/en-US/editor/EdDialogOverlay.dtd +lib/thunderbird38/chrome/en-US/locale/en-US/editor/EdNamedAnchorProperties.dtd +lib/thunderbird38/chrome/en-US/locale/en-US/editor/EditorButtonProperties.dtd +lib/thunderbird38/chrome/en-US/locale/en-US/editor/EditorColorProperties.dtd +lib/thunderbird38/chrome/en-US/locale/en-US/editor/EditorFieldSetProperties.dtd +lib/thunderbird38/chrome/en-US/locale/en-US/editor/EditorFormProperties.dtd +lib/thunderbird38/chrome/en-US/locale/en-US/editor/EditorHLineProperties.dtd +lib/thunderbird38/chrome/en-US/locale/en-US/editor/EditorImageProperties.dtd +lib/thunderbird38/chrome/en-US/locale/en-US/editor/EditorInputProperties.dtd +lib/thunderbird38/chrome/en-US/locale/en-US/editor/EditorInsertChars.dtd +lib/thunderbird38/chrome/en-US/locale/en-US/editor/EditorInsertMath.dtd +lib/thunderbird38/chrome/en-US/locale/en-US/editor/EditorInsertSource.dtd +lib/thunderbird38/chrome/en-US/locale/en-US/editor/EditorInsertTOC.dtd +lib/thunderbird38/chrome/en-US/locale/en-US/editor/EditorInsertTable.dtd +lib/thunderbird38/chrome/en-US/locale/en-US/editor/EditorLabelProperties.dtd +lib/thunderbird38/chrome/en-US/locale/en-US/editor/EditorLinkProperties.dtd +lib/thunderbird38/chrome/en-US/locale/en-US/editor/EditorListProperties.dtd +lib/thunderbird38/chrome/en-US/locale/en-US/editor/EditorPersonalDictionary.dtd +lib/thunderbird38/chrome/en-US/locale/en-US/editor/EditorReplace.dtd +lib/thunderbird38/chrome/en-US/locale/en-US/editor/EditorSelectProperties.dtd +lib/thunderbird38/chrome/en-US/locale/en-US/editor/EditorSpellCheck.dtd +lib/thunderbird38/chrome/en-US/locale/en-US/editor/EditorTableProperties.dtd +lib/thunderbird38/chrome/en-US/locale/en-US/editor/EditorTextAreaProperties.dtd +lib/thunderbird38/chrome/en-US/locale/en-US/editor/editor.properties +lib/thunderbird38/chrome/en-US/locale/en-US/editor/editorOverlay.dtd +lib/thunderbird38/chrome/en-US/locale/en-US/editor/editorSmileyOverlay.dtd +lib/thunderbird38/chrome/en-US/locale/en-US/formautofill/requestAutocomplete.dtd +lib/thunderbird38/chrome/en-US/locale/en-US/global-platform/mac/accessible.properties +lib/thunderbird38/chrome/en-US/locale/en-US/global-platform/mac/intl.properties +lib/thunderbird38/chrome/en-US/locale/en-US/global-platform/mac/platformKeys.properties +lib/thunderbird38/chrome/en-US/locale/en-US/global-platform/unix/accessible.properties +lib/thunderbird38/chrome/en-US/locale/en-US/global-platform/unix/intl.properties +lib/thunderbird38/chrome/en-US/locale/en-US/global-platform/unix/platformKeys.properties +lib/thunderbird38/chrome/en-US/locale/en-US/global-platform/win/accessible.properties +lib/thunderbird38/chrome/en-US/locale/en-US/global-platform/win/intl.properties +lib/thunderbird38/chrome/en-US/locale/en-US/global-platform/win/platformKeys.properties +lib/thunderbird38/chrome/en-US/locale/en-US/global-region/region.properties +lib/thunderbird38/chrome/en-US/locale/en-US/global/AccessFu.properties +lib/thunderbird38/chrome/en-US/locale/en-US/global/about.dtd +lib/thunderbird38/chrome/en-US/locale/en-US/global/aboutAbout.dtd +lib/thunderbird38/chrome/en-US/locale/en-US/global/aboutNetworking.dtd +lib/thunderbird38/chrome/en-US/locale/en-US/global/aboutReader.properties +lib/thunderbird38/chrome/en-US/locale/en-US/global/aboutRights.dtd +lib/thunderbird38/chrome/en-US/locale/en-US/global/aboutSupport.dtd +lib/thunderbird38/chrome/en-US/locale/en-US/global/aboutSupport.properties +lib/thunderbird38/chrome/en-US/locale/en-US/global/aboutTelemetry.dtd +lib/thunderbird38/chrome/en-US/locale/en-US/global/aboutTelemetry.properties +lib/thunderbird38/chrome/en-US/locale/en-US/global/appPicker.dtd +lib/thunderbird38/chrome/en-US/locale/en-US/global/appstrings.properties +lib/thunderbird38/chrome/en-US/locale/en-US/global/autocomplete.properties +lib/thunderbird38/chrome/en-US/locale/en-US/global/brand.dtd +lib/thunderbird38/chrome/en-US/locale/en-US/global/browser.properties +lib/thunderbird38/chrome/en-US/locale/en-US/global/charsetMenu.dtd +lib/thunderbird38/chrome/en-US/locale/en-US/global/charsetMenu.properties +lib/thunderbird38/chrome/en-US/locale/en-US/global/commonDialog.dtd +lib/thunderbird38/chrome/en-US/locale/en-US/global/commonDialogs.properties +lib/thunderbird38/chrome/en-US/locale/en-US/global/config.dtd +lib/thunderbird38/chrome/en-US/locale/en-US/global/config.properties +lib/thunderbird38/chrome/en-US/locale/en-US/global/console.dtd +lib/thunderbird38/chrome/en-US/locale/en-US/global/console.properties +lib/thunderbird38/chrome/en-US/locale/en-US/global/contentAreaCommands.properties +lib/thunderbird38/chrome/en-US/locale/en-US/global/crashes.dtd +lib/thunderbird38/chrome/en-US/locale/en-US/global/crashes.properties +lib/thunderbird38/chrome/en-US/locale/en-US/global/css.properties +lib/thunderbird38/chrome/en-US/locale/en-US/global/customizeToolbar.dtd +lib/thunderbird38/chrome/en-US/locale/en-US/global/customizeToolbar.properties +lib/thunderbird38/chrome/en-US/locale/en-US/global/dateFormat.properties +lib/thunderbird38/chrome/en-US/locale/en-US/global/datetimepicker.dtd +lib/thunderbird38/chrome/en-US/locale/en-US/global/devtools/csscoverage.dtd +lib/thunderbird38/chrome/en-US/locale/en-US/global/devtools/csscoverage.properties +lib/thunderbird38/chrome/en-US/locale/en-US/global/devtools/debugger.properties +lib/thunderbird38/chrome/en-US/locale/en-US/global/devtools/styleinspector.properties +lib/thunderbird38/chrome/en-US/locale/en-US/global/dialog.properties +lib/thunderbird38/chrome/en-US/locale/en-US/global/dialogOverlay.dtd +lib/thunderbird38/chrome/en-US/locale/en-US/global/dom/dom.properties +lib/thunderbird38/chrome/en-US/locale/en-US/global/editMenuOverlay.dtd +lib/thunderbird38/chrome/en-US/locale/en-US/global/fallbackMenubar.properties +lib/thunderbird38/chrome/en-US/locale/en-US/global/filefield.properties +lib/thunderbird38/chrome/en-US/locale/en-US/global/filepicker.dtd +lib/thunderbird38/chrome/en-US/locale/en-US/global/filepicker.properties +lib/thunderbird38/chrome/en-US/locale/en-US/global/findbar.dtd +lib/thunderbird38/chrome/en-US/locale/en-US/global/findbar.properties +lib/thunderbird38/chrome/en-US/locale/en-US/global/finddialog.dtd +lib/thunderbird38/chrome/en-US/locale/en-US/global/finddialog.properties +lib/thunderbird38/chrome/en-US/locale/en-US/global/global-strres.properties +lib/thunderbird38/chrome/en-US/locale/en-US/global/global.dtd +lib/thunderbird38/chrome/en-US/locale/en-US/global/globalKeys.dtd +lib/thunderbird38/chrome/en-US/locale/en-US/global/headsUpDisplay.properties +lib/thunderbird38/chrome/en-US/locale/en-US/global/intl.css +lib/thunderbird38/chrome/en-US/locale/en-US/global/intl.properties +lib/thunderbird38/chrome/en-US/locale/en-US/global/keys.properties +lib/thunderbird38/chrome/en-US/locale/en-US/global/languageNames.properties +lib/thunderbird38/chrome/en-US/locale/en-US/global/layout/HtmlForm.properties +lib/thunderbird38/chrome/en-US/locale/en-US/global/layout/MediaDocument.properties +lib/thunderbird38/chrome/en-US/locale/en-US/global/layout/htmlparser.properties +lib/thunderbird38/chrome/en-US/locale/en-US/global/layout/xmlparser.properties +lib/thunderbird38/chrome/en-US/locale/en-US/global/layout_errors.properties +lib/thunderbird38/chrome/en-US/locale/en-US/global/mathml/mathml.properties +lib/thunderbird38/chrome/en-US/locale/en-US/global/mozilla.dtd +lib/thunderbird38/chrome/en-US/locale/en-US/global/netError.dtd +lib/thunderbird38/chrome/en-US/locale/en-US/global/netErrorApp.dtd +lib/thunderbird38/chrome/en-US/locale/en-US/global/notification.dtd +lib/thunderbird38/chrome/en-US/locale/en-US/global/nsWebBrowserPersist.properties +lib/thunderbird38/chrome/en-US/locale/en-US/global/plugins.properties +lib/thunderbird38/chrome/en-US/locale/en-US/global/preferences.dtd +lib/thunderbird38/chrome/en-US/locale/en-US/global/printPageSetup.dtd +lib/thunderbird38/chrome/en-US/locale/en-US/global/printPreview.dtd +lib/thunderbird38/chrome/en-US/locale/en-US/global/printPreviewProgress.dtd +lib/thunderbird38/chrome/en-US/locale/en-US/global/printProgress.dtd +lib/thunderbird38/chrome/en-US/locale/en-US/global/printdialog.dtd +lib/thunderbird38/chrome/en-US/locale/en-US/global/printdialog.properties +lib/thunderbird38/chrome/en-US/locale/en-US/global/printing.properties +lib/thunderbird38/chrome/en-US/locale/en-US/global/printjoboptions.dtd +lib/thunderbird38/chrome/en-US/locale/en-US/global/regionNames.properties +lib/thunderbird38/chrome/en-US/locale/en-US/global/resetProfile.dtd +lib/thunderbird38/chrome/en-US/locale/en-US/global/resetProfile.properties +lib/thunderbird38/chrome/en-US/locale/en-US/global/search/search.properties +lib/thunderbird38/chrome/en-US/locale/en-US/global/security/caps.properties +lib/thunderbird38/chrome/en-US/locale/en-US/global/security/csp.properties +lib/thunderbird38/chrome/en-US/locale/en-US/global/security/security.properties +lib/thunderbird38/chrome/en-US/locale/en-US/global/svg/svg.properties +lib/thunderbird38/chrome/en-US/locale/en-US/global/textcontext.dtd +lib/thunderbird38/chrome/en-US/locale/en-US/global/tree.dtd +lib/thunderbird38/chrome/en-US/locale/en-US/global/videocontrols.dtd +lib/thunderbird38/chrome/en-US/locale/en-US/global/viewSource.dtd +lib/thunderbird38/chrome/en-US/locale/en-US/global/viewSource.properties +lib/thunderbird38/chrome/en-US/locale/en-US/global/webapps.properties +lib/thunderbird38/chrome/en-US/locale/en-US/global/wizard.dtd +lib/thunderbird38/chrome/en-US/locale/en-US/global/wizard.properties +lib/thunderbird38/chrome/en-US/locale/en-US/global/xbl.properties +lib/thunderbird38/chrome/en-US/locale/en-US/global/xml/prettyprint.dtd +lib/thunderbird38/chrome/en-US/locale/en-US/global/xslt/xslt.properties +lib/thunderbird38/chrome/en-US/locale/en-US/global/xul.properties +lib/thunderbird38/chrome/en-US/locale/en-US/messenger-mapi/mapi.properties +lib/thunderbird38/chrome/en-US/locale/en-US/messenger-newsblog/am-newsblog.dtd +lib/thunderbird38/chrome/en-US/locale/en-US/messenger-newsblog/feed-subscriptions.dtd +lib/thunderbird38/chrome/en-US/locale/en-US/messenger-newsblog/newsblog.properties +lib/thunderbird38/chrome/en-US/locale/en-US/messenger-region/region.properties +lib/thunderbird38/chrome/en-US/locale/en-US/messenger-smime/certFetchingStatus.dtd +lib/thunderbird38/chrome/en-US/locale/en-US/messenger-smime/msgCompSMIMEOverlay.dtd +lib/thunderbird38/chrome/en-US/locale/en-US/messenger-smime/msgCompSMIMEOverlay.properties +lib/thunderbird38/chrome/en-US/locale/en-US/messenger-smime/msgCompSecurityInfo.dtd +lib/thunderbird38/chrome/en-US/locale/en-US/messenger-smime/msgCompSecurityInfo.properties +lib/thunderbird38/chrome/en-US/locale/en-US/messenger-smime/msgReadSMIMEOverlay.dtd +lib/thunderbird38/chrome/en-US/locale/en-US/messenger-smime/msgReadSMIMEOverlay.properties +lib/thunderbird38/chrome/en-US/locale/en-US/messenger-smime/msgReadSecurityInfo.dtd +lib/thunderbird38/chrome/en-US/locale/en-US/messenger-smime/msgSecurityInfo.properties +lib/thunderbird38/chrome/en-US/locale/en-US/messenger/AccountManager.dtd +lib/thunderbird38/chrome/en-US/locale/en-US/messenger/AccountWizard.dtd +lib/thunderbird38/chrome/en-US/locale/en-US/messenger/CustomHeaders.dtd +lib/thunderbird38/chrome/en-US/locale/en-US/messenger/FilterEditor.dtd +lib/thunderbird38/chrome/en-US/locale/en-US/messenger/FilterListDialog.dtd +lib/thunderbird38/chrome/en-US/locale/en-US/messenger/SearchDialog.dtd +lib/thunderbird38/chrome/en-US/locale/en-US/messenger/aboutDialog.dtd +lib/thunderbird38/chrome/en-US/locale/en-US/messenger/aboutDownloads.dtd +lib/thunderbird38/chrome/en-US/locale/en-US/messenger/aboutRights.dtd +lib/thunderbird38/chrome/en-US/locale/en-US/messenger/aboutRights.properties +lib/thunderbird38/chrome/en-US/locale/en-US/messenger/aboutSupportMail.dtd +lib/thunderbird38/chrome/en-US/locale/en-US/messenger/aboutSupportMail.properties +lib/thunderbird38/chrome/en-US/locale/en-US/messenger/accountCreation.dtd +lib/thunderbird38/chrome/en-US/locale/en-US/messenger/accountCreation.properties +lib/thunderbird38/chrome/en-US/locale/en-US/messenger/accountCreationModel.properties +lib/thunderbird38/chrome/en-US/locale/en-US/messenger/accountCreationUtil.properties +lib/thunderbird38/chrome/en-US/locale/en-US/messenger/activity.dtd +lib/thunderbird38/chrome/en-US/locale/en-US/messenger/activity.properties +lib/thunderbird38/chrome/en-US/locale/en-US/messenger/addbuddy.dtd +lib/thunderbird38/chrome/en-US/locale/en-US/messenger/addressbook/abAddressBookNameDialog.dtd +lib/thunderbird38/chrome/en-US/locale/en-US/messenger/addressbook/abCardOverlay.dtd +lib/thunderbird38/chrome/en-US/locale/en-US/messenger/addressbook/abContactsPanel.dtd +lib/thunderbird38/chrome/en-US/locale/en-US/messenger/addressbook/abMailListDialog.dtd +lib/thunderbird38/chrome/en-US/locale/en-US/messenger/addressbook/abMainWindow.dtd +lib/thunderbird38/chrome/en-US/locale/en-US/messenger/addressbook/abNewCardDialog.dtd +lib/thunderbird38/chrome/en-US/locale/en-US/messenger/addressbook/abResultsPaneOverlay.dtd +lib/thunderbird38/chrome/en-US/locale/en-US/messenger/addressbook/addressBook.properties +lib/thunderbird38/chrome/en-US/locale/en-US/messenger/addressbook/ldapAutoCompErrs.properties +lib/thunderbird38/chrome/en-US/locale/en-US/messenger/addressbook/pref-directory-add.dtd +lib/thunderbird38/chrome/en-US/locale/en-US/messenger/addressbook/pref-directory.dtd +lib/thunderbird38/chrome/en-US/locale/en-US/messenger/addressbook/replicationProgress.properties +lib/thunderbird38/chrome/en-US/locale/en-US/messenger/am-addressing.dtd +lib/thunderbird38/chrome/en-US/locale/en-US/messenger/am-advanced.dtd +lib/thunderbird38/chrome/en-US/locale/en-US/messenger/am-archiveoptions.dtd +lib/thunderbird38/chrome/en-US/locale/en-US/messenger/am-copies.dtd +lib/thunderbird38/chrome/en-US/locale/en-US/messenger/am-identities-list.dtd +lib/thunderbird38/chrome/en-US/locale/en-US/messenger/am-identity-edit.dtd +lib/thunderbird38/chrome/en-US/locale/en-US/messenger/am-im.dtd +lib/thunderbird38/chrome/en-US/locale/en-US/messenger/am-junk.dtd +lib/thunderbird38/chrome/en-US/locale/en-US/messenger/am-main.dtd +lib/thunderbird38/chrome/en-US/locale/en-US/messenger/am-mdn.dtd +lib/thunderbird38/chrome/en-US/locale/en-US/messenger/am-mdn.properties +lib/thunderbird38/chrome/en-US/locale/en-US/messenger/am-offline.dtd +lib/thunderbird38/chrome/en-US/locale/en-US/messenger/am-server-advanced.dtd +lib/thunderbird38/chrome/en-US/locale/en-US/messenger/am-server-top.dtd +lib/thunderbird38/chrome/en-US/locale/en-US/messenger/am-serverwithnoidentities.dtd +lib/thunderbird38/chrome/en-US/locale/en-US/messenger/am-smime.dtd +lib/thunderbird38/chrome/en-US/locale/en-US/messenger/am-smime.properties +lib/thunderbird38/chrome/en-US/locale/en-US/messenger/appleMailImportMsgs.properties +lib/thunderbird38/chrome/en-US/locale/en-US/messenger/baseMenuOverlay.dtd +lib/thunderbird38/chrome/en-US/locale/en-US/messenger/charsetTitles.properties +lib/thunderbird38/chrome/en-US/locale/en-US/messenger/chat.dtd +lib/thunderbird38/chrome/en-US/locale/en-US/messenger/chat.properties +lib/thunderbird38/chrome/en-US/locale/en-US/messenger/cloudfile/Box/auth.dtd +lib/thunderbird38/chrome/en-US/locale/en-US/messenger/cloudfile/Box/management.dtd +lib/thunderbird38/chrome/en-US/locale/en-US/messenger/cloudfile/Box/settings.dtd +lib/thunderbird38/chrome/en-US/locale/en-US/messenger/cloudfile/Hightail/fileExceeds2GB.dtd +lib/thunderbird38/chrome/en-US/locale/en-US/messenger/cloudfile/Hightail/fileExceedsLimit.dtd +lib/thunderbird38/chrome/en-US/locale/en-US/messenger/cloudfile/Hightail/fileExceedsQuota.dtd +lib/thunderbird38/chrome/en-US/locale/en-US/messenger/cloudfile/Hightail/management.dtd +lib/thunderbird38/chrome/en-US/locale/en-US/messenger/cloudfile/Hightail/settings.dtd +lib/thunderbird38/chrome/en-US/locale/en-US/messenger/cloudfile/addAccountDialog.dtd +lib/thunderbird38/chrome/en-US/locale/en-US/messenger/cloudfile/management.dtd +lib/thunderbird38/chrome/en-US/locale/en-US/messenger/configEditorOverlay.dtd +lib/thunderbird38/chrome/en-US/locale/en-US/messenger/custom.properties +lib/thunderbird38/chrome/en-US/locale/en-US/messenger/customizeToolbarOverlay.dtd +lib/thunderbird38/chrome/en-US/locale/en-US/messenger/downloadheaders.dtd +lib/thunderbird38/chrome/en-US/locale/en-US/messenger/downloads/settingsChange.dtd +lib/thunderbird38/chrome/en-US/locale/en-US/messenger/downloadsOverlay.dtd +lib/thunderbird38/chrome/en-US/locale/en-US/messenger/editContactOverlay.dtd +lib/thunderbird38/chrome/en-US/locale/en-US/messenger/editContactOverlay.properties +lib/thunderbird38/chrome/en-US/locale/en-US/messenger/eudoraImportMsgs.properties +lib/thunderbird38/chrome/en-US/locale/en-US/messenger/fieldMapImport.dtd +lib/thunderbird38/chrome/en-US/locale/en-US/messenger/filter.properties +lib/thunderbird38/chrome/en-US/locale/en-US/messenger/folderProps.dtd +lib/thunderbird38/chrome/en-US/locale/en-US/messenger/folderWidgets.properties +lib/thunderbird38/chrome/en-US/locale/en-US/messenger/folderpane.dtd +lib/thunderbird38/chrome/en-US/locale/en-US/messenger/gloda.properties +lib/thunderbird38/chrome/en-US/locale/en-US/messenger/glodaComplete.properties +lib/thunderbird38/chrome/en-US/locale/en-US/messenger/glodaFacetView.dtd +lib/thunderbird38/chrome/en-US/locale/en-US/messenger/glodaFacetView.properties +lib/thunderbird38/chrome/en-US/locale/en-US/messenger/imAccountWizard.dtd +lib/thunderbird38/chrome/en-US/locale/en-US/messenger/imAccounts.dtd +lib/thunderbird38/chrome/en-US/locale/en-US/messenger/imAccounts.properties +lib/thunderbird38/chrome/en-US/locale/en-US/messenger/imapMsgs.properties +lib/thunderbird38/chrome/en-US/locale/en-US/messenger/importDialog.dtd +lib/thunderbird38/chrome/en-US/locale/en-US/messenger/importMsgs.properties +lib/thunderbird38/chrome/en-US/locale/en-US/messenger/joinChat.dtd +lib/thunderbird38/chrome/en-US/locale/en-US/messenger/junkLog.dtd +lib/thunderbird38/chrome/en-US/locale/en-US/messenger/junkMailInfo.dtd +lib/thunderbird38/chrome/en-US/locale/en-US/messenger/localMsgs.properties +lib/thunderbird38/chrome/en-US/locale/en-US/messenger/mailEditorOverlay.dtd +lib/thunderbird38/chrome/en-US/locale/en-US/messenger/mailOverlay.dtd +lib/thunderbird38/chrome/en-US/locale/en-US/messenger/mailViewList.dtd +lib/thunderbird38/chrome/en-US/locale/en-US/messenger/mailViewSetup.dtd +lib/thunderbird38/chrome/en-US/locale/en-US/messenger/mailviews.properties +lib/thunderbird38/chrome/en-US/locale/en-US/messenger/markByDate.dtd +lib/thunderbird38/chrome/en-US/locale/en-US/messenger/messenger.dtd +lib/thunderbird38/chrome/en-US/locale/en-US/messenger/messenger.properties +lib/thunderbird38/chrome/en-US/locale/en-US/messenger/messengercompose/addressingWidgetOverlay.dtd +lib/thunderbird38/chrome/en-US/locale/en-US/messenger/messengercompose/askSendFormat.dtd +lib/thunderbird38/chrome/en-US/locale/en-US/messenger/messengercompose/askSendFormat.properties +lib/thunderbird38/chrome/en-US/locale/en-US/messenger/messengercompose/composeMsgs.properties +lib/thunderbird38/chrome/en-US/locale/en-US/messenger/messengercompose/mailComposeEditorOverlay.dtd +lib/thunderbird38/chrome/en-US/locale/en-US/messenger/messengercompose/messengercompose.dtd +lib/thunderbird38/chrome/en-US/locale/en-US/messenger/messengercompose/sendProgress.dtd +lib/thunderbird38/chrome/en-US/locale/en-US/messenger/messengercompose/sendProgress.properties +lib/thunderbird38/chrome/en-US/locale/en-US/messenger/migration/migration.dtd +lib/thunderbird38/chrome/en-US/locale/en-US/messenger/migration/migration.properties +lib/thunderbird38/chrome/en-US/locale/en-US/messenger/mime.properties +lib/thunderbird38/chrome/en-US/locale/en-US/messenger/mimeheader.properties +lib/thunderbird38/chrome/en-US/locale/en-US/messenger/msgAccountCentral.dtd +lib/thunderbird38/chrome/en-US/locale/en-US/messenger/msgHdrViewOverlay.dtd +lib/thunderbird38/chrome/en-US/locale/en-US/messenger/msgPrintEngine.dtd +lib/thunderbird38/chrome/en-US/locale/en-US/messenger/msgSynchronize.dtd +lib/thunderbird38/chrome/en-US/locale/en-US/messenger/msgViewPickerOverlay.dtd +lib/thunderbird38/chrome/en-US/locale/en-US/messenger/msgmdn.properties +lib/thunderbird38/chrome/en-US/locale/en-US/messenger/multimessageview.dtd +lib/thunderbird38/chrome/en-US/locale/en-US/messenger/multimessageview.properties +lib/thunderbird38/chrome/en-US/locale/en-US/messenger/netError.dtd +lib/thunderbird38/chrome/en-US/locale/en-US/messenger/newFolderDialog.dtd +lib/thunderbird38/chrome/en-US/locale/en-US/messenger/newTagDialog.dtd +lib/thunderbird38/chrome/en-US/locale/en-US/messenger/newmailaccount/accountProvisioner.dtd +lib/thunderbird38/chrome/en-US/locale/en-US/messenger/newmailaccount/accountProvisioner.properties +lib/thunderbird38/chrome/en-US/locale/en-US/messenger/news.properties +lib/thunderbird38/chrome/en-US/locale/en-US/messenger/oeImportMsgs.properties +lib/thunderbird38/chrome/en-US/locale/en-US/messenger/offline.properties +lib/thunderbird38/chrome/en-US/locale/en-US/messenger/offlineStartup.properties +lib/thunderbird38/chrome/en-US/locale/en-US/messenger/outlookImportMsgs.properties +lib/thunderbird38/chrome/en-US/locale/en-US/messenger/pgpmime.properties +lib/thunderbird38/chrome/en-US/locale/en-US/messenger/preferences/advanced.dtd +lib/thunderbird38/chrome/en-US/locale/en-US/messenger/preferences/applicationManager.dtd +lib/thunderbird38/chrome/en-US/locale/en-US/messenger/preferences/applicationManager.properties +lib/thunderbird38/chrome/en-US/locale/en-US/messenger/preferences/applications.dtd +lib/thunderbird38/chrome/en-US/locale/en-US/messenger/preferences/applications.properties +lib/thunderbird38/chrome/en-US/locale/en-US/messenger/preferences/attachmentReminder.dtd +lib/thunderbird38/chrome/en-US/locale/en-US/messenger/preferences/chat.dtd +lib/thunderbird38/chrome/en-US/locale/en-US/messenger/preferences/colors.dtd +lib/thunderbird38/chrome/en-US/locale/en-US/messenger/preferences/compose.dtd +lib/thunderbird38/chrome/en-US/locale/en-US/messenger/preferences/connection.dtd +lib/thunderbird38/chrome/en-US/locale/en-US/messenger/preferences/cookies.dtd +lib/thunderbird38/chrome/en-US/locale/en-US/messenger/preferences/display.dtd +lib/thunderbird38/chrome/en-US/locale/en-US/messenger/preferences/dockoptions.dtd +lib/thunderbird38/chrome/en-US/locale/en-US/messenger/preferences/fonts.dtd +lib/thunderbird38/chrome/en-US/locale/en-US/messenger/preferences/general.dtd +lib/thunderbird38/chrome/en-US/locale/en-US/messenger/preferences/notifications.dtd +lib/thunderbird38/chrome/en-US/locale/en-US/messenger/preferences/offline.dtd +lib/thunderbird38/chrome/en-US/locale/en-US/messenger/preferences/permissions.dtd +lib/thunderbird38/chrome/en-US/locale/en-US/messenger/preferences/preferences.dtd +lib/thunderbird38/chrome/en-US/locale/en-US/messenger/preferences/preferences.properties +lib/thunderbird38/chrome/en-US/locale/en-US/messenger/preferences/privacy.dtd +lib/thunderbird38/chrome/en-US/locale/en-US/messenger/preferences/receipts.dtd +lib/thunderbird38/chrome/en-US/locale/en-US/messenger/preferences/security.dtd +lib/thunderbird38/chrome/en-US/locale/en-US/messenger/preferences/sendoptions.dtd +lib/thunderbird38/chrome/en-US/locale/en-US/messenger/prefs.properties +lib/thunderbird38/chrome/en-US/locale/en-US/messenger/quickFilterBar.dtd +lib/thunderbird38/chrome/en-US/locale/en-US/messenger/renameFolderDialog.dtd +lib/thunderbird38/chrome/en-US/locale/en-US/messenger/safeMode.dtd +lib/thunderbird38/chrome/en-US/locale/en-US/messenger/sanitize.dtd +lib/thunderbird38/chrome/en-US/locale/en-US/messenger/search-attributes.properties +lib/thunderbird38/chrome/en-US/locale/en-US/messenger/search-operators.properties +lib/thunderbird38/chrome/en-US/locale/en-US/messenger/search.properties +lib/thunderbird38/chrome/en-US/locale/en-US/messenger/searchIntegrationDefault.dtd +lib/thunderbird38/chrome/en-US/locale/en-US/messenger/searchIntegrationMac.dtd +lib/thunderbird38/chrome/en-US/locale/en-US/messenger/searchIntegrationWin.dtd +lib/thunderbird38/chrome/en-US/locale/en-US/messenger/searchTermOverlay.dtd +lib/thunderbird38/chrome/en-US/locale/en-US/messenger/shutdownWindow.properties +lib/thunderbird38/chrome/en-US/locale/en-US/messenger/smime.properties +lib/thunderbird38/chrome/en-US/locale/en-US/messenger/smtpEditOverlay.dtd +lib/thunderbird38/chrome/en-US/locale/en-US/messenger/subscribe.dtd +lib/thunderbird38/chrome/en-US/locale/en-US/messenger/subscribe.properties +lib/thunderbird38/chrome/en-US/locale/en-US/messenger/systemIntegrationDialog.dtd +lib/thunderbird38/chrome/en-US/locale/en-US/messenger/tabmail.dtd +lib/thunderbird38/chrome/en-US/locale/en-US/messenger/taskbar.properties +lib/thunderbird38/chrome/en-US/locale/en-US/messenger/telemetry.properties +lib/thunderbird38/chrome/en-US/locale/en-US/messenger/templateUtils.properties +lib/thunderbird38/chrome/en-US/locale/en-US/messenger/textImportMsgs.properties +lib/thunderbird38/chrome/en-US/locale/en-US/messenger/vCardImportMsgs.properties +lib/thunderbird38/chrome/en-US/locale/en-US/messenger/viewLog.dtd +lib/thunderbird38/chrome/en-US/locale/en-US/messenger/viewZoomOverlay.dtd +lib/thunderbird38/chrome/en-US/locale/en-US/messenger/virtualFolderListDialog.dtd +lib/thunderbird38/chrome/en-US/locale/en-US/messenger/virtualFolderProperties.dtd +lib/thunderbird38/chrome/en-US/locale/en-US/messenger/wmImportMsgs.properties +lib/thunderbird38/chrome/en-US/locale/en-US/mozapps/downloads/downloads.dtd +lib/thunderbird38/chrome/en-US/locale/en-US/mozapps/downloads/downloads.properties +lib/thunderbird38/chrome/en-US/locale/en-US/mozapps/downloads/settingsChange.dtd +lib/thunderbird38/chrome/en-US/locale/en-US/mozapps/downloads/unknownContentType.dtd +lib/thunderbird38/chrome/en-US/locale/en-US/mozapps/downloads/unknownContentType.properties +lib/thunderbird38/chrome/en-US/locale/en-US/mozapps/extensions/about.dtd +lib/thunderbird38/chrome/en-US/locale/en-US/mozapps/extensions/blocklist.dtd +lib/thunderbird38/chrome/en-US/locale/en-US/mozapps/extensions/extensions.dtd +lib/thunderbird38/chrome/en-US/locale/en-US/mozapps/extensions/extensions.properties +lib/thunderbird38/chrome/en-US/locale/en-US/mozapps/extensions/newaddon.dtd +lib/thunderbird38/chrome/en-US/locale/en-US/mozapps/extensions/newaddon.properties +lib/thunderbird38/chrome/en-US/locale/en-US/mozapps/extensions/selectAddons.dtd +lib/thunderbird38/chrome/en-US/locale/en-US/mozapps/extensions/selectAddons.properties +lib/thunderbird38/chrome/en-US/locale/en-US/mozapps/extensions/update.dtd +lib/thunderbird38/chrome/en-US/locale/en-US/mozapps/extensions/update.properties +lib/thunderbird38/chrome/en-US/locale/en-US/mozapps/handling/handling.dtd +lib/thunderbird38/chrome/en-US/locale/en-US/mozapps/handling/handling.properties +lib/thunderbird38/chrome/en-US/locale/en-US/mozapps/plugins/plugins.dtd +lib/thunderbird38/chrome/en-US/locale/en-US/mozapps/preferences/changemp.dtd +lib/thunderbird38/chrome/en-US/locale/en-US/mozapps/preferences/preferences.properties +lib/thunderbird38/chrome/en-US/locale/en-US/mozapps/preferences/removemp.dtd +lib/thunderbird38/chrome/en-US/locale/en-US/mozapps/profile/createProfileWizard.dtd +lib/thunderbird38/chrome/en-US/locale/en-US/mozapps/profile/profileSelection.dtd +lib/thunderbird38/chrome/en-US/locale/en-US/mozapps/profile/profileSelection.properties +lib/thunderbird38/chrome/en-US/locale/en-US/mozapps/update/history.dtd +lib/thunderbird38/chrome/en-US/locale/en-US/mozapps/update/updates.dtd +lib/thunderbird38/chrome/en-US/locale/en-US/mozapps/update/updates.properties +lib/thunderbird38/chrome/en-US/locale/en-US/mozapps/xpinstall/xpinstallConfirm.dtd +lib/thunderbird38/chrome/en-US/locale/en-US/mozapps/xpinstall/xpinstallConfirm.properties +lib/thunderbird38/chrome/en-US/locale/en-US/mozldap/ldap.properties +lib/thunderbird38/chrome/en-US/locale/en-US/necko/necko.properties +lib/thunderbird38/chrome/en-US/locale/en-US/passwordmgr/passwordManager.dtd +lib/thunderbird38/chrome/en-US/locale/en-US/passwordmgr/passwordmgr.properties +lib/thunderbird38/chrome/en-US/locale/en-US/pipnss/nsserrors.properties +lib/thunderbird38/chrome/en-US/locale/en-US/pipnss/pipnss.properties +lib/thunderbird38/chrome/en-US/locale/en-US/pippki/certManager.dtd +lib/thunderbird38/chrome/en-US/locale/en-US/pippki/deviceManager.dtd +lib/thunderbird38/chrome/en-US/locale/en-US/pippki/pippki.dtd +lib/thunderbird38/chrome/en-US/locale/en-US/pippki/pippki.properties +lib/thunderbird38/chrome/en-US/locale/en-US/places/places.properties +lib/thunderbird38/chrome/gloda/content/glodacomplete.css +lib/thunderbird38/chrome/gloda/content/glodacomplete.xml +lib/thunderbird38/chrome/gloda/content/overlay.js +lib/thunderbird38/chrome/gloda/content/thunderbirdOverlay.xul +lib/thunderbird38/chrome/icons/default/default16.png +lib/thunderbird38/chrome/icons/default/default22.png +lib/thunderbird38/chrome/icons/default/default24.png +lib/thunderbird38/chrome/icons/default/default256.png +lib/thunderbird38/chrome/icons/default/default32.png +lib/thunderbird38/chrome/icons/default/default48.png +lib/thunderbird38/chrome/messenger/content/branding/about-background.png +lib/thunderbird38/chrome/messenger/content/branding/about-logo.png +lib/thunderbird38/chrome/messenger/content/branding/about-wordmark.png +lib/thunderbird38/chrome/messenger/content/branding/about.png +lib/thunderbird38/chrome/messenger/content/branding/aboutDialog.css +lib/thunderbird38/chrome/messenger/content/branding/icon48.png +lib/thunderbird38/chrome/messenger/content/branding/icon64.png +lib/thunderbird38/chrome/messenger/content/messagebody/addressbook/print.css +lib/thunderbird38/chrome/messenger/content/messenger-smime/certFetchingStatus.js +lib/thunderbird38/chrome/messenger/content/messenger-smime/certFetchingStatus.xul +lib/thunderbird38/chrome/messenger/content/messenger-smime/msgCompSMIMEOverlay.js +lib/thunderbird38/chrome/messenger/content/messenger-smime/msgCompSMIMEOverlay.xul +lib/thunderbird38/chrome/messenger/content/messenger-smime/msgCompSecurityInfo.js +lib/thunderbird38/chrome/messenger/content/messenger-smime/msgCompSecurityInfo.xul +lib/thunderbird38/chrome/messenger/content/messenger-smime/msgHdrViewSMIMEOverlay.js +lib/thunderbird38/chrome/messenger/content/messenger-smime/msgHdrViewSMIMEOverlay.xul +lib/thunderbird38/chrome/messenger/content/messenger-smime/msgReadSMIMEOverlay.js +lib/thunderbird38/chrome/messenger/content/messenger-smime/msgReadSMIMEOverlay.xul +lib/thunderbird38/chrome/messenger/content/messenger-smime/msgReadSecurityInfo.js +lib/thunderbird38/chrome/messenger/content/messenger-smime/msgReadSecurityInfo.xul +lib/thunderbird38/chrome/messenger/content/messenger/ABSearchDialog.js +lib/thunderbird38/chrome/messenger/content/messenger/ABSearchDialog.xul +lib/thunderbird38/chrome/messenger/content/messenger/AccountManager.js +lib/thunderbird38/chrome/messenger/content/messenger/AccountManager.xul +lib/thunderbird38/chrome/messenger/content/messenger/AccountWizard.js +lib/thunderbird38/chrome/messenger/content/messenger/AccountWizard.xul +lib/thunderbird38/chrome/messenger/content/messenger/CustomHeaders.js +lib/thunderbird38/chrome/messenger/content/messenger/CustomHeaders.xul +lib/thunderbird38/chrome/messenger/content/messenger/EdSpellCheckOverlay.js +lib/thunderbird38/chrome/messenger/content/messenger/EdSpellCheckOverlay.xul +lib/thunderbird38/chrome/messenger/content/messenger/FilterEditor.js +lib/thunderbird38/chrome/messenger/content/messenger/FilterEditor.xul +lib/thunderbird38/chrome/messenger/content/messenger/FilterListDialog.js +lib/thunderbird38/chrome/messenger/content/messenger/FilterListDialog.xul +lib/thunderbird38/chrome/messenger/content/messenger/SearchDialog.js +lib/thunderbird38/chrome/messenger/content/messenger/SearchDialog.xul +lib/thunderbird38/chrome/messenger/content/messenger/SmtpServerEdit.js +lib/thunderbird38/chrome/messenger/content/messenger/SmtpServerEdit.xul +lib/thunderbird38/chrome/messenger/content/messenger/about-support/a11y.js +lib/thunderbird38/chrome/messenger/content/messenger/about-support/aboutSupport.xhtml +lib/thunderbird38/chrome/messenger/content/messenger/about-support/accounts.js +lib/thunderbird38/chrome/messenger/content/messenger/about-support/export.js +lib/thunderbird38/chrome/messenger/content/messenger/about-support/extensions.js +lib/thunderbird38/chrome/messenger/content/messenger/about-support/gfx.js +lib/thunderbird38/chrome/messenger/content/messenger/about-support/hide-private.css +lib/thunderbird38/chrome/messenger/content/messenger/about-support/init.js +lib/thunderbird38/chrome/messenger/content/messenger/about-support/js.js +lib/thunderbird38/chrome/messenger/content/messenger/about-support/libversions.js +lib/thunderbird38/chrome/messenger/content/messenger/about-support/overlay.js +lib/thunderbird38/chrome/messenger/content/messenger/about-support/overlay.xul +lib/thunderbird38/chrome/messenger/content/messenger/about-support/prefs.js +lib/thunderbird38/chrome/messenger/content/messenger/about-support/show-private.css +lib/thunderbird38/chrome/messenger/content/messenger/aboutDialog.css +lib/thunderbird38/chrome/messenger/content/messenger/aboutDialog.js +lib/thunderbird38/chrome/messenger/content/messenger/aboutDialog.xul +lib/thunderbird38/chrome/messenger/content/messenger/aboutRights.xhtml +lib/thunderbird38/chrome/messenger/content/messenger/accountUtils.js +lib/thunderbird38/chrome/messenger/content/messenger/accountcreation/MyBadCertHandler.js +lib/thunderbird38/chrome/messenger/content/messenger/accountcreation/accountConfig.js +lib/thunderbird38/chrome/messenger/content/messenger/accountcreation/createInBackend.js +lib/thunderbird38/chrome/messenger/content/messenger/accountcreation/emailWizard.js +lib/thunderbird38/chrome/messenger/content/messenger/accountcreation/emailWizard.xul +lib/thunderbird38/chrome/messenger/content/messenger/accountcreation/fetchConfig.js +lib/thunderbird38/chrome/messenger/content/messenger/accountcreation/fetchhttp.js +lib/thunderbird38/chrome/messenger/content/messenger/accountcreation/guessConfig.js +lib/thunderbird38/chrome/messenger/content/messenger/accountcreation/readFromXML.js +lib/thunderbird38/chrome/messenger/content/messenger/accountcreation/sanitizeDatatypes.js +lib/thunderbird38/chrome/messenger/content/messenger/accountcreation/util.js +lib/thunderbird38/chrome/messenger/content/messenger/accountcreation/verifyConfig.js +lib/thunderbird38/chrome/messenger/content/messenger/activity.js +lib/thunderbird38/chrome/messenger/content/messenger/activity.xml +lib/thunderbird38/chrome/messenger/content/messenger/activity.xul +lib/thunderbird38/chrome/messenger/content/messenger/activityBinding.css +lib/thunderbird38/chrome/messenger/content/messenger/addressbook/abAddressBookNameDialog.js +lib/thunderbird38/chrome/messenger/content/messenger/addressbook/abAddressBookNameDialog.xul +lib/thunderbird38/chrome/messenger/content/messenger/addressbook/abCardOverlay.js +lib/thunderbird38/chrome/messenger/content/messenger/addressbook/abCardOverlay.xul +lib/thunderbird38/chrome/messenger/content/messenger/addressbook/abCardViewOverlay.js +lib/thunderbird38/chrome/messenger/content/messenger/addressbook/abCommon.js +lib/thunderbird38/chrome/messenger/content/messenger/addressbook/abContactsPanel.js +lib/thunderbird38/chrome/messenger/content/messenger/addressbook/abContactsPanel.xul +lib/thunderbird38/chrome/messenger/content/messenger/addressbook/abDragDrop.js +lib/thunderbird38/chrome/messenger/content/messenger/addressbook/abEditCardDialog.xul +lib/thunderbird38/chrome/messenger/content/messenger/addressbook/abEditListDialog.xul +lib/thunderbird38/chrome/messenger/content/messenger/addressbook/abMailListDialog.js +lib/thunderbird38/chrome/messenger/content/messenger/addressbook/abMailListDialog.xul +lib/thunderbird38/chrome/messenger/content/messenger/addressbook/abNewCardDialog.xul +lib/thunderbird38/chrome/messenger/content/messenger/addressbook/abResultsPane.js +lib/thunderbird38/chrome/messenger/content/messenger/addressbook/abResultsPaneOverlay.xul +lib/thunderbird38/chrome/messenger/content/messenger/addressbook/abTrees.js +lib/thunderbird38/chrome/messenger/content/messenger/addressbook/addrbookWidgets.xml +lib/thunderbird38/chrome/messenger/content/messenger/addressbook/addressbook.js +lib/thunderbird38/chrome/messenger/content/messenger/addressbook/addressbook.xul +lib/thunderbird38/chrome/messenger/content/messenger/addressbook/pref-directory-add.js +lib/thunderbird38/chrome/messenger/content/messenger/addressbook/pref-directory-add.xul +lib/thunderbird38/chrome/messenger/content/messenger/addressbook/pref-editdirectories.js +lib/thunderbird38/chrome/messenger/content/messenger/addressbook/pref-editdirectories.xul +lib/thunderbird38/chrome/messenger/content/messenger/am-addressing.js +lib/thunderbird38/chrome/messenger/content/messenger/am-addressing.xul +lib/thunderbird38/chrome/messenger/content/messenger/am-addressingOverlay.xul +lib/thunderbird38/chrome/messenger/content/messenger/am-archiveoptions.js +lib/thunderbird38/chrome/messenger/content/messenger/am-archiveoptions.xul +lib/thunderbird38/chrome/messenger/content/messenger/am-copies.js +lib/thunderbird38/chrome/messenger/content/messenger/am-copies.xul +lib/thunderbird38/chrome/messenger/content/messenger/am-copiesOverlay.xul +lib/thunderbird38/chrome/messenger/content/messenger/am-help.js +lib/thunderbird38/chrome/messenger/content/messenger/am-identities-list.js +lib/thunderbird38/chrome/messenger/content/messenger/am-identities-list.xul +lib/thunderbird38/chrome/messenger/content/messenger/am-identity-edit.js +lib/thunderbird38/chrome/messenger/content/messenger/am-identity-edit.xul +lib/thunderbird38/chrome/messenger/content/messenger/am-im.js +lib/thunderbird38/chrome/messenger/content/messenger/am-im.xul +lib/thunderbird38/chrome/messenger/content/messenger/am-junk.js +lib/thunderbird38/chrome/messenger/content/messenger/am-junk.xul +lib/thunderbird38/chrome/messenger/content/messenger/am-main.js +lib/thunderbird38/chrome/messenger/content/messenger/am-main.xul +lib/thunderbird38/chrome/messenger/content/messenger/am-mdn.js +lib/thunderbird38/chrome/messenger/content/messenger/am-mdn.xul +lib/thunderbird38/chrome/messenger/content/messenger/am-offline.js +lib/thunderbird38/chrome/messenger/content/messenger/am-offline.xul +lib/thunderbird38/chrome/messenger/content/messenger/am-prefs.js +lib/thunderbird38/chrome/messenger/content/messenger/am-server-advanced.js +lib/thunderbird38/chrome/messenger/content/messenger/am-server-advanced.xul +lib/thunderbird38/chrome/messenger/content/messenger/am-server-top.xul +lib/thunderbird38/chrome/messenger/content/messenger/am-server.js +lib/thunderbird38/chrome/messenger/content/messenger/am-server.xul +lib/thunderbird38/chrome/messenger/content/messenger/am-serverwithnoidentities.js +lib/thunderbird38/chrome/messenger/content/messenger/am-serverwithnoidentities.xul +lib/thunderbird38/chrome/messenger/content/messenger/am-smime.js +lib/thunderbird38/chrome/messenger/content/messenger/am-smime.xul +lib/thunderbird38/chrome/messenger/content/messenger/am-smimeIdentityEditOverlay.xul +lib/thunderbird38/chrome/messenger/content/messenger/am-smimeOverlay.xul +lib/thunderbird38/chrome/messenger/content/messenger/am-smtp.js +lib/thunderbird38/chrome/messenger/content/messenger/am-smtp.xul +lib/thunderbird38/chrome/messenger/content/messenger/amUtils.js +lib/thunderbird38/chrome/messenger/content/messenger/aw-accname.js +lib/thunderbird38/chrome/messenger/content/messenger/aw-accounttype.js +lib/thunderbird38/chrome/messenger/content/messenger/aw-done.js +lib/thunderbird38/chrome/messenger/content/messenger/aw-identity.js +lib/thunderbird38/chrome/messenger/content/messenger/aw-incoming.js +lib/thunderbird38/chrome/messenger/content/messenger/aw-outgoing.js +lib/thunderbird38/chrome/messenger/content/messenger/baseMenuOverlay.xul +lib/thunderbird38/chrome/messenger/content/messenger/browserRequest.js +lib/thunderbird38/chrome/messenger/content/messenger/browserRequest.xul +lib/thunderbird38/chrome/messenger/content/messenger/charsetList.css +lib/thunderbird38/chrome/messenger/content/messenger/charsetList.xml +lib/thunderbird38/chrome/messenger/content/messenger/chat/addbuddy.js +lib/thunderbird38/chrome/messenger/content/messenger/chat/addbuddy.xul +lib/thunderbird38/chrome/messenger/content/messenger/chat/badgebutton.xml +lib/thunderbird38/chrome/messenger/content/messenger/chat/chat-messenger-overlay.js +lib/thunderbird38/chrome/messenger/content/messenger/chat/chat-messenger-overlay.xul +lib/thunderbird38/chrome/messenger/content/messenger/chat/chat.css +lib/thunderbird38/chrome/messenger/content/messenger/chat/imAccount.xml +lib/thunderbird38/chrome/messenger/content/messenger/chat/imAccountWizard.js +lib/thunderbird38/chrome/messenger/content/messenger/chat/imAccountWizard.xul +lib/thunderbird38/chrome/messenger/content/messenger/chat/imAccounts.css +lib/thunderbird38/chrome/messenger/content/messenger/chat/imAccounts.js +lib/thunderbird38/chrome/messenger/content/messenger/chat/imAccounts.xul +lib/thunderbird38/chrome/messenger/content/messenger/chat/imContextMenu.js +lib/thunderbird38/chrome/messenger/content/messenger/chat/imStatusSelector.js +lib/thunderbird38/chrome/messenger/content/messenger/chat/imcontact.xml +lib/thunderbird38/chrome/messenger/content/messenger/chat/imconv.xml +lib/thunderbird38/chrome/messenger/content/messenger/chat/imconversation.xml +lib/thunderbird38/chrome/messenger/content/messenger/chat/imgroup.xml +lib/thunderbird38/chrome/messenger/content/messenger/chat/joinchat.js +lib/thunderbird38/chrome/messenger/content/messenger/chat/joinchat.xul +lib/thunderbird38/chrome/messenger/content/messenger/cloudfile/Box/management.js +lib/thunderbird38/chrome/messenger/content/messenger/cloudfile/Box/management.xhtml +lib/thunderbird38/chrome/messenger/content/messenger/cloudfile/Box/settings.xhtml +lib/thunderbird38/chrome/messenger/content/messenger/cloudfile/Hightail/fileExceeds2GB.xul +lib/thunderbird38/chrome/messenger/content/messenger/cloudfile/Hightail/fileExceedsLimit.xul +lib/thunderbird38/chrome/messenger/content/messenger/cloudfile/Hightail/fileExceedsQuota.js +lib/thunderbird38/chrome/messenger/content/messenger/cloudfile/Hightail/fileExceedsQuota.xul +lib/thunderbird38/chrome/messenger/content/messenger/cloudfile/Hightail/management.js +lib/thunderbird38/chrome/messenger/content/messenger/cloudfile/Hightail/management.xhtml +lib/thunderbird38/chrome/messenger/content/messenger/cloudfile/Hightail/settings.js +lib/thunderbird38/chrome/messenger/content/messenger/cloudfile/Hightail/settings.xhtml +lib/thunderbird38/chrome/messenger/content/messenger/cloudfile/addAccountDialog.js +lib/thunderbird38/chrome/messenger/content/messenger/cloudfile/addAccountDialog.xul +lib/thunderbird38/chrome/messenger/content/messenger/cloudfile/attachment-24.png +lib/thunderbird38/chrome/messenger/content/messenger/cloudfile/emptySettings.xhtml +lib/thunderbird38/chrome/messenger/content/messenger/commandglue.js +lib/thunderbird38/chrome/messenger/content/messenger/composerOverlay.css +lib/thunderbird38/chrome/messenger/content/messenger/configEditorOverlay.xul +lib/thunderbird38/chrome/messenger/content/messenger/customizeToolbarOverlay.xul +lib/thunderbird38/chrome/messenger/content/messenger/dateFormat.js +lib/thunderbird38/chrome/messenger/content/messenger/devtools/dbg-messenger-overlay.js +lib/thunderbird38/chrome/messenger/content/messenger/devtools/dbg-messenger-overlay.xul +lib/thunderbird38/chrome/messenger/content/messenger/downloadheaders.js +lib/thunderbird38/chrome/messenger/content/messenger/downloadheaders.xul +lib/thunderbird38/chrome/messenger/content/messenger/downloads/aboutDownloads.css +lib/thunderbird38/chrome/messenger/content/messenger/downloads/aboutDownloads.js +lib/thunderbird38/chrome/messenger/content/messenger/downloads/aboutDownloads.xul +lib/thunderbird38/chrome/messenger/content/messenger/downloads/download.xml +lib/thunderbird38/chrome/messenger/content/messenger/downloadsOverlay.xul +lib/thunderbird38/chrome/messenger/content/messenger/editContactOverlay.js +lib/thunderbird38/chrome/messenger/content/messenger/editContactOverlay.xul +lib/thunderbird38/chrome/messenger/content/messenger/extraCustomizeItems.xul +lib/thunderbird38/chrome/messenger/content/messenger/fieldMapImport.js +lib/thunderbird38/chrome/messenger/content/messenger/fieldMapImport.xul +lib/thunderbird38/chrome/messenger/content/messenger/folderDisplay.js +lib/thunderbird38/chrome/messenger/content/messenger/folderPane.js +lib/thunderbird38/chrome/messenger/content/messenger/folderProps.js +lib/thunderbird38/chrome/messenger/content/messenger/folderProps.xul +lib/thunderbird38/chrome/messenger/content/messenger/folderWidgets.xml +lib/thunderbird38/chrome/messenger/content/messenger/glodaFacetBindings.css +lib/thunderbird38/chrome/messenger/content/messenger/glodaFacetBindings.xml +lib/thunderbird38/chrome/messenger/content/messenger/glodaFacetTab.js +lib/thunderbird38/chrome/messenger/content/messenger/glodaFacetView.css +lib/thunderbird38/chrome/messenger/content/messenger/glodaFacetView.js +lib/thunderbird38/chrome/messenger/content/messenger/glodaFacetView.xhtml +lib/thunderbird38/chrome/messenger/content/messenger/glodaFacetViewWrapper.xul +lib/thunderbird38/chrome/messenger/content/messenger/glodaFacetVis.js +lib/thunderbird38/chrome/messenger/content/messenger/hiddenWindow.js +lib/thunderbird38/chrome/messenger/content/messenger/hiddenWindow.xul +lib/thunderbird38/chrome/messenger/content/messenger/importDialog.js +lib/thunderbird38/chrome/messenger/content/messenger/importDialog.xul +lib/thunderbird38/chrome/messenger/content/messenger/ispUtils.js +lib/thunderbird38/chrome/messenger/content/messenger/jquery-ui.js +lib/thunderbird38/chrome/messenger/content/messenger/jquery.js +lib/thunderbird38/chrome/messenger/content/messenger/jsTreeView.js +lib/thunderbird38/chrome/messenger/content/messenger/junkCommands.js +lib/thunderbird38/chrome/messenger/content/messenger/junkLog.js +lib/thunderbird38/chrome/messenger/content/messenger/junkLog.xul +lib/thunderbird38/chrome/messenger/content/messenger/junkMailInfo.xul +lib/thunderbird38/chrome/messenger/content/messenger/license.html +lib/thunderbird38/chrome/messenger/content/messenger/mail-offline.js +lib/thunderbird38/chrome/messenger/content/messenger/mail3PaneWindowCommands.js +lib/thunderbird38/chrome/messenger/content/messenger/mailCommands.js +lib/thunderbird38/chrome/messenger/content/messenger/mailContextMenus.js +lib/thunderbird38/chrome/messenger/content/messenger/mailCore.js +lib/thunderbird38/chrome/messenger/content/messenger/mailOverlay.xul +lib/thunderbird38/chrome/messenger/content/messenger/mailTabs.js +lib/thunderbird38/chrome/messenger/content/messenger/mailViewList.js +lib/thunderbird38/chrome/messenger/content/messenger/mailViewList.xul +lib/thunderbird38/chrome/messenger/content/messenger/mailViewSetup.js +lib/thunderbird38/chrome/messenger/content/messenger/mailViewSetup.xul +lib/thunderbird38/chrome/messenger/content/messenger/mailWidgets.xml +lib/thunderbird38/chrome/messenger/content/messenger/mailWindow.js +lib/thunderbird38/chrome/messenger/content/messenger/mailWindowOverlay.js +lib/thunderbird38/chrome/messenger/content/messenger/mailWindowOverlay.xul +lib/thunderbird38/chrome/messenger/content/messenger/markByDate.js +lib/thunderbird38/chrome/messenger/content/messenger/markByDate.xul +lib/thunderbird38/chrome/messenger/content/messenger/messageDisplay.js +lib/thunderbird38/chrome/messenger/content/messenger/messageWindow.js +lib/thunderbird38/chrome/messenger/content/messenger/messageWindow.xul +lib/thunderbird38/chrome/messenger/content/messenger/messenger.css +lib/thunderbird38/chrome/messenger/content/messenger/messenger.xul +lib/thunderbird38/chrome/messenger/content/messenger/messengercompose/EdImageOverlayOverlay.xul +lib/thunderbird38/chrome/messenger/content/messenger/messengercompose/MsgComposeCommands.js +lib/thunderbird38/chrome/messenger/content/messenger/messengercompose/addressingWidgetOverlay.js +lib/thunderbird38/chrome/messenger/content/messenger/messengercompose/askSendFormat.js +lib/thunderbird38/chrome/messenger/content/messenger/messengercompose/askSendFormat.xul +lib/thunderbird38/chrome/messenger/content/messenger/messengercompose/bigFileObserver.js +lib/thunderbird38/chrome/messenger/content/messenger/messengercompose/cloudAttachmentLinkManager.js +lib/thunderbird38/chrome/messenger/content/messenger/messengercompose/mailComposeEditorOverlay.xul +lib/thunderbird38/chrome/messenger/content/messenger/messengercompose/menulistCompactBindings.xml +lib/thunderbird38/chrome/messenger/content/messenger/messengercompose/messengercompose.xul +lib/thunderbird38/chrome/messenger/content/messenger/messengercompose/sendProgress.js +lib/thunderbird38/chrome/messenger/content/messenger/messengercompose/sendProgress.xul +lib/thunderbird38/chrome/messenger/content/messenger/migration/migration.js +lib/thunderbird38/chrome/messenger/content/messenger/migration/migration.xul +lib/thunderbird38/chrome/messenger/content/messenger/msgAccountCentral.js +lib/thunderbird38/chrome/messenger/content/messenger/msgAccountCentral.xul +lib/thunderbird38/chrome/messenger/content/messenger/msgFolderPickerOverlay.js +lib/thunderbird38/chrome/messenger/content/messenger/msgHdrViewOverlay.js +lib/thunderbird38/chrome/messenger/content/messenger/msgHdrViewOverlay.xul +lib/thunderbird38/chrome/messenger/content/messenger/msgMail3PaneWindow.js +lib/thunderbird38/chrome/messenger/content/messenger/msgPrintEngine.js +lib/thunderbird38/chrome/messenger/content/messenger/msgPrintEngine.xul +lib/thunderbird38/chrome/messenger/content/messenger/msgSelectOffline.xul +lib/thunderbird38/chrome/messenger/content/messenger/msgSynchronize.js +lib/thunderbird38/chrome/messenger/content/messenger/msgSynchronize.xul +lib/thunderbird38/chrome/messenger/content/messenger/msgViewNavigation.js +lib/thunderbird38/chrome/messenger/content/messenger/msgViewPickerOverlay.js +lib/thunderbird38/chrome/messenger/content/messenger/multimessageview.css +lib/thunderbird38/chrome/messenger/content/messenger/multimessageview.js +lib/thunderbird38/chrome/messenger/content/messenger/multimessageview.xhtml +lib/thunderbird38/chrome/messenger/content/messenger/multimessageview_print.css +lib/thunderbird38/chrome/messenger/content/messenger/newFolderDialog.js +lib/thunderbird38/chrome/messenger/content/messenger/newFolderDialog.xul +lib/thunderbird38/chrome/messenger/content/messenger/newTagDialog.js +lib/thunderbird38/chrome/messenger/content/messenger/newTagDialog.xul +lib/thunderbird38/chrome/messenger/content/messenger/newmailaccount/accountProvisioner.js +lib/thunderbird38/chrome/messenger/content/messenger/newmailaccount/accountProvisioner.xhtml +lib/thunderbird38/chrome/messenger/content/messenger/newmailaccount/accountProvisionerTab.js +lib/thunderbird38/chrome/messenger/content/messenger/newmailaccount/jquery.scrollTo.js +lib/thunderbird38/chrome/messenger/content/messenger/newmailaccount/jquery.tmpl.js +lib/thunderbird38/chrome/messenger/content/messenger/newmailaccount/uriListener.js +lib/thunderbird38/chrome/messenger/content/messenger/newmailalert.css +lib/thunderbird38/chrome/messenger/content/messenger/newmailalert.js +lib/thunderbird38/chrome/messenger/content/messenger/newmailalert.xul +lib/thunderbird38/chrome/messenger/content/messenger/nsContextMenu.js +lib/thunderbird38/chrome/messenger/content/messenger/phishingDetector.js +lib/thunderbird38/chrome/messenger/content/messenger/plugins.js +lib/thunderbird38/chrome/messenger/content/messenger/preferences/aboutPreferences.xul +lib/thunderbird38/chrome/messenger/content/messenger/preferences/actionsshared.js +lib/thunderbird38/chrome/messenger/content/messenger/preferences/advanced.js +lib/thunderbird38/chrome/messenger/content/messenger/preferences/advanced.xul +lib/thunderbird38/chrome/messenger/content/messenger/preferences/applicationManager.js +lib/thunderbird38/chrome/messenger/content/messenger/preferences/applicationManager.xul +lib/thunderbird38/chrome/messenger/content/messenger/preferences/applications.js +lib/thunderbird38/chrome/messenger/content/messenger/preferences/applications.xul +lib/thunderbird38/chrome/messenger/content/messenger/preferences/attachmentReminder.js +lib/thunderbird38/chrome/messenger/content/messenger/preferences/attachmentReminder.xul +lib/thunderbird38/chrome/messenger/content/messenger/preferences/chat.js +lib/thunderbird38/chrome/messenger/content/messenger/preferences/chat.xul +lib/thunderbird38/chrome/messenger/content/messenger/preferences/colors.xul +lib/thunderbird38/chrome/messenger/content/messenger/preferences/compose.js +lib/thunderbird38/chrome/messenger/content/messenger/preferences/compose.xul +lib/thunderbird38/chrome/messenger/content/messenger/preferences/connection.js +lib/thunderbird38/chrome/messenger/content/messenger/preferences/connection.xul +lib/thunderbird38/chrome/messenger/content/messenger/preferences/cookies.js +lib/thunderbird38/chrome/messenger/content/messenger/preferences/cookies.xul +lib/thunderbird38/chrome/messenger/content/messenger/preferences/display.js +lib/thunderbird38/chrome/messenger/content/messenger/preferences/display.xul +lib/thunderbird38/chrome/messenger/content/messenger/preferences/downloads.js +lib/thunderbird38/chrome/messenger/content/messenger/preferences/fonts.js +lib/thunderbird38/chrome/messenger/content/messenger/preferences/fonts.xul +lib/thunderbird38/chrome/messenger/content/messenger/preferences/general.js +lib/thunderbird38/chrome/messenger/content/messenger/preferences/general.xul +lib/thunderbird38/chrome/messenger/content/messenger/preferences/handlers.css +lib/thunderbird38/chrome/messenger/content/messenger/preferences/handlers.xml +lib/thunderbird38/chrome/messenger/content/messenger/preferences/notifications.xul +lib/thunderbird38/chrome/messenger/content/messenger/preferences/offline.js +lib/thunderbird38/chrome/messenger/content/messenger/preferences/offline.xul +lib/thunderbird38/chrome/messenger/content/messenger/preferences/permissions.js +lib/thunderbird38/chrome/messenger/content/messenger/preferences/permissions.xul +lib/thunderbird38/chrome/messenger/content/messenger/preferences/permissionsutils.js +lib/thunderbird38/chrome/messenger/content/messenger/preferences/preferences.js +lib/thunderbird38/chrome/messenger/content/messenger/preferences/preferences.xml +lib/thunderbird38/chrome/messenger/content/messenger/preferences/preferences.xul +lib/thunderbird38/chrome/messenger/content/messenger/preferences/preferencesTab.js +lib/thunderbird38/chrome/messenger/content/messenger/preferences/preferencesTab.xul +lib/thunderbird38/chrome/messenger/content/messenger/preferences/privacy.js +lib/thunderbird38/chrome/messenger/content/messenger/preferences/privacy.xul +lib/thunderbird38/chrome/messenger/content/messenger/preferences/receipts.js +lib/thunderbird38/chrome/messenger/content/messenger/preferences/receipts.xul +lib/thunderbird38/chrome/messenger/content/messenger/preferences/security.js +lib/thunderbird38/chrome/messenger/content/messenger/preferences/security.xul +lib/thunderbird38/chrome/messenger/content/messenger/preferences/sendoptions.js +lib/thunderbird38/chrome/messenger/content/messenger/preferences/sendoptions.xul +lib/thunderbird38/chrome/messenger/content/messenger/preferences/subdialogs.js +lib/thunderbird38/chrome/messenger/content/messenger/protovis-r2.6-modded.js +lib/thunderbird38/chrome/messenger/content/messenger/quickFilterBar.css +lib/thunderbird38/chrome/messenger/content/messenger/quickFilterBar.js +lib/thunderbird38/chrome/messenger/content/messenger/quickFilterBar.xul +lib/thunderbird38/chrome/messenger/content/messenger/renameFolderDialog.js +lib/thunderbird38/chrome/messenger/content/messenger/renameFolderDialog.xul +lib/thunderbird38/chrome/messenger/content/messenger/retention.js +lib/thunderbird38/chrome/messenger/content/messenger/safeMode.js +lib/thunderbird38/chrome/messenger/content/messenger/safeMode.xul +lib/thunderbird38/chrome/messenger/content/messenger/sanitize.js +lib/thunderbird38/chrome/messenger/content/messenger/sanitize.xul +lib/thunderbird38/chrome/messenger/content/messenger/sanitizeDialog.css +lib/thunderbird38/chrome/messenger/content/messenger/sanitizeDialog.js +lib/thunderbird38/chrome/messenger/content/messenger/search.xml +lib/thunderbird38/chrome/messenger/content/messenger/search/searchOverlay.js +lib/thunderbird38/chrome/messenger/content/messenger/search/searchOverlay.xul +lib/thunderbird38/chrome/messenger/content/messenger/searchBar.js +lib/thunderbird38/chrome/messenger/content/messenger/searchTermOverlay.js +lib/thunderbird38/chrome/messenger/content/messenger/searchTermOverlay.xul +lib/thunderbird38/chrome/messenger/content/messenger/searchWidgets.xml +lib/thunderbird38/chrome/messenger/content/messenger/selectionsummaries.js +lib/thunderbird38/chrome/messenger/content/messenger/sharedsummary.css +lib/thunderbird38/chrome/messenger/content/messenger/shareglue.js +lib/thunderbird38/chrome/messenger/content/messenger/shutdownWindow.js +lib/thunderbird38/chrome/messenger/content/messenger/shutdownWindow.xul +lib/thunderbird38/chrome/messenger/content/messenger/smtpEditOverlay.js +lib/thunderbird38/chrome/messenger/content/messenger/smtpEditOverlay.xul +lib/thunderbird38/chrome/messenger/content/messenger/specialTabs.js +lib/thunderbird38/chrome/messenger/content/messenger/specialTabs.xul +lib/thunderbird38/chrome/messenger/content/messenger/subscribe.js +lib/thunderbird38/chrome/messenger/content/messenger/subscribe.xul +lib/thunderbird38/chrome/messenger/content/messenger/systemIntegrationDialog.js +lib/thunderbird38/chrome/messenger/content/messenger/systemIntegrationDialog.xul +lib/thunderbird38/chrome/messenger/content/messenger/tabmail.css +lib/thunderbird38/chrome/messenger/content/messenger/tabmail.xml +lib/thunderbird38/chrome/messenger/content/messenger/threadPane.js +lib/thunderbird38/chrome/messenger/content/messenger/threadPaneColumnPicker.xml +lib/thunderbird38/chrome/messenger/content/messenger/toolbarIconColor.js +lib/thunderbird38/chrome/messenger/content/messenger/viewLog.js +lib/thunderbird38/chrome/messenger/content/messenger/viewLog.xul +lib/thunderbird38/chrome/messenger/content/messenger/viewSourceOverlay.xul +lib/thunderbird38/chrome/messenger/content/messenger/virtualFolderListDialog.js +lib/thunderbird38/chrome/messenger/content/messenger/virtualFolderListDialog.xul +lib/thunderbird38/chrome/messenger/content/messenger/virtualFolderProperties.js +lib/thunderbird38/chrome/messenger/content/messenger/virtualFolderProperties.xul +lib/thunderbird38/chrome/messenger/skin/classic/messenger/messages/Bitmaps/minus-hover.png +lib/thunderbird38/chrome/messenger/skin/classic/messenger/messages/Bitmaps/minus.png +lib/thunderbird38/chrome/messenger/skin/classic/messenger/messages/Bitmaps/plus-hover.png +lib/thunderbird38/chrome/messenger/skin/classic/messenger/messages/Bitmaps/plus.png +lib/thunderbird38/chrome/messenger/skin/classic/messenger/messages/Footer.html +lib/thunderbird38/chrome/messenger/skin/classic/messenger/messages/Incoming/Content.html +lib/thunderbird38/chrome/messenger/skin/classic/messenger/messages/Incoming/Context.html +lib/thunderbird38/chrome/messenger/skin/classic/messenger/messages/Incoming/NextContent.html +lib/thunderbird38/chrome/messenger/skin/classic/messenger/messages/Incoming/buddy_icon.png +lib/thunderbird38/chrome/messenger/skin/classic/messenger/messages/Info.plist +lib/thunderbird38/chrome/messenger/skin/classic/messenger/messages/NextStatus.html +lib/thunderbird38/chrome/messenger/skin/classic/messenger/messages/Outgoing/buddy_icon.png +lib/thunderbird38/chrome/messenger/skin/classic/messenger/messages/Status.html +lib/thunderbird38/chrome/messenger/skin/classic/messenger/messages/main.css +lib/thunderbird38/chrome/messenger/skin/classic/messenger/smileys/angry.png +lib/thunderbird38/chrome/messenger/skin/classic/messenger/smileys/confused.png +lib/thunderbird38/chrome/messenger/skin/classic/messenger/smileys/cool.png +lib/thunderbird38/chrome/messenger/skin/classic/messenger/smileys/cry.png +lib/thunderbird38/chrome/messenger/skin/classic/messenger/smileys/embarrassed.png +lib/thunderbird38/chrome/messenger/skin/classic/messenger/smileys/grin.png +lib/thunderbird38/chrome/messenger/skin/classic/messenger/smileys/heart.png +lib/thunderbird38/chrome/messenger/skin/classic/messenger/smileys/manga_annoyed.png +lib/thunderbird38/chrome/messenger/skin/classic/messenger/smileys/manga_embarrassed.png +lib/thunderbird38/chrome/messenger/skin/classic/messenger/smileys/manga_smile.png +lib/thunderbird38/chrome/messenger/skin/classic/messenger/smileys/manga_stunned.png +lib/thunderbird38/chrome/messenger/skin/classic/messenger/smileys/manga_tired.png +lib/thunderbird38/chrome/messenger/skin/classic/messenger/smileys/sad.png +lib/thunderbird38/chrome/messenger/skin/classic/messenger/smileys/shocked.png +lib/thunderbird38/chrome/messenger/skin/classic/messenger/smileys/slant.png +lib/thunderbird38/chrome/messenger/skin/classic/messenger/smileys/slant2.png +lib/thunderbird38/chrome/messenger/skin/classic/messenger/smileys/smile.png +lib/thunderbird38/chrome/messenger/skin/classic/messenger/smileys/sp_laugh.png +lib/thunderbird38/chrome/messenger/skin/classic/messenger/smileys/straight_face.png +lib/thunderbird38/chrome/messenger/skin/classic/messenger/smileys/theme.js +lib/thunderbird38/chrome/messenger/skin/classic/messenger/smileys/tongue.png +lib/thunderbird38/chrome/messenger/skin/classic/messenger/smileys/wink.png +lib/thunderbird38/chrome/newsblog/content/messenger-newsblog/Feed.js +lib/thunderbird38/chrome/newsblog/content/messenger-newsblog/FeedItem.js +lib/thunderbird38/chrome/newsblog/content/messenger-newsblog/am-newsblog.js +lib/thunderbird38/chrome/newsblog/content/messenger-newsblog/am-newsblog.xul +lib/thunderbird38/chrome/newsblog/content/messenger-newsblog/feed-parser.js +lib/thunderbird38/chrome/newsblog/content/messenger-newsblog/feed-subscriptions.js +lib/thunderbird38/chrome/newsblog/content/messenger-newsblog/feed-subscriptions.xul +lib/thunderbird38/chrome/newsblog/content/messenger-newsblog/feedAccountWizard.js +lib/thunderbird38/chrome/newsblog/content/messenger-newsblog/feedAccountWizard.xul +lib/thunderbird38/chrome/newsblog/content/messenger-newsblog/newsblogOverlay.js +lib/thunderbird38/chrome/pippki/content/pippki/CAOverlay.xul +lib/thunderbird38/chrome/pippki/content/pippki/MineOverlay.xul +lib/thunderbird38/chrome/pippki/content/pippki/OrphanOverlay.xul +lib/thunderbird38/chrome/pippki/content/pippki/OthersOverlay.xul +lib/thunderbird38/chrome/pippki/content/pippki/WebSitesOverlay.xul +lib/thunderbird38/chrome/pippki/content/pippki/certDump.xul +lib/thunderbird38/chrome/pippki/content/pippki/certManager.js +lib/thunderbird38/chrome/pippki/content/pippki/certManager.xul +lib/thunderbird38/chrome/pippki/content/pippki/certViewer.xul +lib/thunderbird38/chrome/pippki/content/pippki/certpicker.js +lib/thunderbird38/chrome/pippki/content/pippki/certpicker.xul +lib/thunderbird38/chrome/pippki/content/pippki/changepassword.xul +lib/thunderbird38/chrome/pippki/content/pippki/choosetoken.js +lib/thunderbird38/chrome/pippki/content/pippki/choosetoken.xul +lib/thunderbird38/chrome/pippki/content/pippki/clientauthask.js +lib/thunderbird38/chrome/pippki/content/pippki/clientauthask.xul +lib/thunderbird38/chrome/pippki/content/pippki/createCertInfo.js +lib/thunderbird38/chrome/pippki/content/pippki/createCertInfo.xul +lib/thunderbird38/chrome/pippki/content/pippki/deletecert.js +lib/thunderbird38/chrome/pippki/content/pippki/deletecert.xul +lib/thunderbird38/chrome/pippki/content/pippki/device_manager.js +lib/thunderbird38/chrome/pippki/content/pippki/device_manager.xul +lib/thunderbird38/chrome/pippki/content/pippki/downloadcert.js +lib/thunderbird38/chrome/pippki/content/pippki/downloadcert.xul +lib/thunderbird38/chrome/pippki/content/pippki/editcacert.xul +lib/thunderbird38/chrome/pippki/content/pippki/editcerts.js +lib/thunderbird38/chrome/pippki/content/pippki/editemailcert.xul +lib/thunderbird38/chrome/pippki/content/pippki/escrowWarn.js +lib/thunderbird38/chrome/pippki/content/pippki/escrowWarn.xul +lib/thunderbird38/chrome/pippki/content/pippki/exceptionDialog.js +lib/thunderbird38/chrome/pippki/content/pippki/exceptionDialog.xul +lib/thunderbird38/chrome/pippki/content/pippki/getpassword.xul +lib/thunderbird38/chrome/pippki/content/pippki/load_device.xul +lib/thunderbird38/chrome/pippki/content/pippki/password.js +lib/thunderbird38/chrome/pippki/content/pippki/pippki.js +lib/thunderbird38/chrome/pippki/content/pippki/protectedAuth.js +lib/thunderbird38/chrome/pippki/content/pippki/protectedAuth.xul +lib/thunderbird38/chrome/pippki/content/pippki/resetpassword.js +lib/thunderbird38/chrome/pippki/content/pippki/resetpassword.xul +lib/thunderbird38/chrome/pippki/content/pippki/setp12password.xul +lib/thunderbird38/chrome/pippki/content/pippki/viewCertDetails.js +lib/thunderbird38/chrome/pippki/content/pippki/viewCertDetails.xul +lib/thunderbird38/chrome/toolkit/content/cookie/cookieAcceptDialog.js +lib/thunderbird38/chrome/toolkit/content/cookie/cookieAcceptDialog.xul +lib/thunderbird38/chrome/toolkit/content/formautofill/requestAutocomplete.js +lib/thunderbird38/chrome/toolkit/content/formautofill/requestAutocomplete.xhtml +lib/thunderbird38/chrome/toolkit/content/global/BrowserElementChild.js +lib/thunderbird38/chrome/toolkit/content/global/BrowserElementChildPreload.js +lib/thunderbird38/chrome/toolkit/content/global/BrowserElementPanning.js +lib/thunderbird38/chrome/toolkit/content/global/XPCNativeWrapper.js +lib/thunderbird38/chrome/toolkit/content/global/about.js +lib/thunderbird38/chrome/toolkit/content/global/about.xhtml +lib/thunderbird38/chrome/toolkit/content/global/aboutAbout.js +lib/thunderbird38/chrome/toolkit/content/global/aboutAbout.xhtml +lib/thunderbird38/chrome/toolkit/content/global/aboutCache.js +lib/thunderbird38/chrome/toolkit/content/global/aboutCompartments.js +lib/thunderbird38/chrome/toolkit/content/global/aboutCompartments.xhtml +lib/thunderbird38/chrome/toolkit/content/global/aboutMemory.css +lib/thunderbird38/chrome/toolkit/content/global/aboutMemory.js +lib/thunderbird38/chrome/toolkit/content/global/aboutMemory.xhtml +lib/thunderbird38/chrome/toolkit/content/global/aboutNetworking.js +lib/thunderbird38/chrome/toolkit/content/global/aboutNetworking.xhtml +lib/thunderbird38/chrome/toolkit/content/global/aboutRights-unbranded.xhtml +lib/thunderbird38/chrome/toolkit/content/global/aboutRights.xhtml +lib/thunderbird38/chrome/toolkit/content/global/aboutSupport.js +lib/thunderbird38/chrome/toolkit/content/global/aboutSupport.xhtml +lib/thunderbird38/chrome/toolkit/content/global/aboutTelemetry.css +lib/thunderbird38/chrome/toolkit/content/global/aboutTelemetry.js +lib/thunderbird38/chrome/toolkit/content/global/aboutTelemetry.xhtml +lib/thunderbird38/chrome/toolkit/content/global/aboutwebrtc/aboutWebrtc.css +lib/thunderbird38/chrome/toolkit/content/global/aboutwebrtc/aboutWebrtc.js +lib/thunderbird38/chrome/toolkit/content/global/aboutwebrtc/aboutWebrtc.xhtml +lib/thunderbird38/chrome/toolkit/content/global/accessibility/AccessFu.css +lib/thunderbird38/chrome/toolkit/content/global/accessibility/clicked.ogg +lib/thunderbird38/chrome/toolkit/content/global/accessibility/content-script.js +lib/thunderbird38/chrome/toolkit/content/global/accessibility/virtual_cursor_key.ogg +lib/thunderbird38/chrome/toolkit/content/global/accessibility/virtual_cursor_move.ogg +lib/thunderbird38/chrome/toolkit/content/global/alerts/alert.css +lib/thunderbird38/chrome/toolkit/content/global/alerts/alert.js +lib/thunderbird38/chrome/toolkit/content/global/alerts/alert.xul +lib/thunderbird38/chrome/toolkit/content/global/appPicker.js +lib/thunderbird38/chrome/toolkit/content/global/appPicker.xul +lib/thunderbird38/chrome/toolkit/content/global/autocomplete.css +lib/thunderbird38/chrome/toolkit/content/global/backgroundPageThumbsContent.js +lib/thunderbird38/chrome/toolkit/content/global/bindings/autocomplete.xml +lib/thunderbird38/chrome/toolkit/content/global/bindings/browser.xml +lib/thunderbird38/chrome/toolkit/content/global/bindings/button.xml +lib/thunderbird38/chrome/toolkit/content/global/bindings/checkbox.xml +lib/thunderbird38/chrome/toolkit/content/global/bindings/colorpicker.xml +lib/thunderbird38/chrome/toolkit/content/global/bindings/datetimepicker.xml +lib/thunderbird38/chrome/toolkit/content/global/bindings/dialog.xml +lib/thunderbird38/chrome/toolkit/content/global/bindings/editor.xml +lib/thunderbird38/chrome/toolkit/content/global/bindings/expander.xml +lib/thunderbird38/chrome/toolkit/content/global/bindings/filefield.xml +lib/thunderbird38/chrome/toolkit/content/global/bindings/findbar.xml +lib/thunderbird38/chrome/toolkit/content/global/bindings/general.xml +lib/thunderbird38/chrome/toolkit/content/global/bindings/groupbox.xml +lib/thunderbird38/chrome/toolkit/content/global/bindings/listbox.xml +lib/thunderbird38/chrome/toolkit/content/global/bindings/menu.xml +lib/thunderbird38/chrome/toolkit/content/global/bindings/menulist.xml +lib/thunderbird38/chrome/toolkit/content/global/bindings/notification.xml +lib/thunderbird38/chrome/toolkit/content/global/bindings/numberbox.xml +lib/thunderbird38/chrome/toolkit/content/global/bindings/popup.xml +lib/thunderbird38/chrome/toolkit/content/global/bindings/preferences.xml +lib/thunderbird38/chrome/toolkit/content/global/bindings/progressmeter.xml +lib/thunderbird38/chrome/toolkit/content/global/bindings/radio.xml +lib/thunderbird38/chrome/toolkit/content/global/bindings/remote-browser.xml +lib/thunderbird38/chrome/toolkit/content/global/bindings/resizer.xml +lib/thunderbird38/chrome/toolkit/content/global/bindings/richlistbox.xml +lib/thunderbird38/chrome/toolkit/content/global/bindings/scale.xml +lib/thunderbird38/chrome/toolkit/content/global/bindings/scrollbar.xml +lib/thunderbird38/chrome/toolkit/content/global/bindings/scrollbox.xml +lib/thunderbird38/chrome/toolkit/content/global/bindings/spinbuttons.xml +lib/thunderbird38/chrome/toolkit/content/global/bindings/splitter.xml +lib/thunderbird38/chrome/toolkit/content/global/bindings/stringbundle.xml +lib/thunderbird38/chrome/toolkit/content/global/bindings/tabbox.xml +lib/thunderbird38/chrome/toolkit/content/global/bindings/text.xml +lib/thunderbird38/chrome/toolkit/content/global/bindings/textbox.xml +lib/thunderbird38/chrome/toolkit/content/global/bindings/toolbar.xml +lib/thunderbird38/chrome/toolkit/content/global/bindings/toolbarbutton.xml +lib/thunderbird38/chrome/toolkit/content/global/bindings/tree.xml +lib/thunderbird38/chrome/toolkit/content/global/bindings/videocontrols.css +lib/thunderbird38/chrome/toolkit/content/global/bindings/videocontrols.xml +lib/thunderbird38/chrome/toolkit/content/global/bindings/wizard.xml +lib/thunderbird38/chrome/toolkit/content/global/browser-child.js +lib/thunderbird38/chrome/toolkit/content/global/browser-content.js +lib/thunderbird38/chrome/toolkit/content/global/buildconfig.html +lib/thunderbird38/chrome/toolkit/content/global/commonDialog.css +lib/thunderbird38/chrome/toolkit/content/global/commonDialog.js +lib/thunderbird38/chrome/toolkit/content/global/commonDialog.xul +lib/thunderbird38/chrome/toolkit/content/global/config.js +lib/thunderbird38/chrome/toolkit/content/global/config.xul +lib/thunderbird38/chrome/toolkit/content/global/console.css +lib/thunderbird38/chrome/toolkit/content/global/console.js +lib/thunderbird38/chrome/toolkit/content/global/console.xul +lib/thunderbird38/chrome/toolkit/content/global/consoleBindings.xml +lib/thunderbird38/chrome/toolkit/content/global/contentAreaUtils.js +lib/thunderbird38/chrome/toolkit/content/global/customizeToolbar.css +lib/thunderbird38/chrome/toolkit/content/global/customizeToolbar.js +lib/thunderbird38/chrome/toolkit/content/global/customizeToolbar.xul +lib/thunderbird38/chrome/toolkit/content/global/devicestorage.properties +lib/thunderbird38/chrome/toolkit/content/global/dialogOverlay.js +lib/thunderbird38/chrome/toolkit/content/global/dialogOverlay.xul +lib/thunderbird38/chrome/toolkit/content/global/directionDetector.html +lib/thunderbird38/chrome/toolkit/content/global/editMenuOverlay.js +lib/thunderbird38/chrome/toolkit/content/global/editMenuOverlay.xul +lib/thunderbird38/chrome/toolkit/content/global/filepicker.js +lib/thunderbird38/chrome/toolkit/content/global/filepicker.properties +lib/thunderbird38/chrome/toolkit/content/global/filepicker.xul +lib/thunderbird38/chrome/toolkit/content/global/findUtils.js +lib/thunderbird38/chrome/toolkit/content/global/finddialog.js +lib/thunderbird38/chrome/toolkit/content/global/finddialog.xul +lib/thunderbird38/chrome/toolkit/content/global/forms.js +lib/thunderbird38/chrome/toolkit/content/global/globalOverlay.js +lib/thunderbird38/chrome/toolkit/content/global/globalOverlay.xul +lib/thunderbird38/chrome/toolkit/content/global/inlineSpellCheckUI.js +lib/thunderbird38/chrome/toolkit/content/global/license.html +lib/thunderbird38/chrome/toolkit/content/global/menulist.css +lib/thunderbird38/chrome/toolkit/content/global/minimal-xul.css +lib/thunderbird38/chrome/toolkit/content/global/mozilla.xhtml +lib/thunderbird38/chrome/toolkit/content/global/netError.xhtml +lib/thunderbird38/chrome/toolkit/content/global/notfound.wav +lib/thunderbird38/chrome/toolkit/content/global/nsClipboard.js +lib/thunderbird38/chrome/toolkit/content/global/nsDragAndDrop.js +lib/thunderbird38/chrome/toolkit/content/global/nsUserSettings.js +lib/thunderbird38/chrome/toolkit/content/global/platformHTMLBindings.xml +lib/thunderbird38/chrome/toolkit/content/global/plugins.css +lib/thunderbird38/chrome/toolkit/content/global/plugins.html +lib/thunderbird38/chrome/toolkit/content/global/post-fork-preload.js +lib/thunderbird38/chrome/toolkit/content/global/preload.js +lib/thunderbird38/chrome/toolkit/content/global/printPageSetup.js +lib/thunderbird38/chrome/toolkit/content/global/printPageSetup.xul +lib/thunderbird38/chrome/toolkit/content/global/printPreviewBindings.xml +lib/thunderbird38/chrome/toolkit/content/global/printPreviewProgress.js +lib/thunderbird38/chrome/toolkit/content/global/printPreviewProgress.xul +lib/thunderbird38/chrome/toolkit/content/global/printProgress.js +lib/thunderbird38/chrome/toolkit/content/global/printProgress.xul +lib/thunderbird38/chrome/toolkit/content/global/printUtils.js +lib/thunderbird38/chrome/toolkit/content/global/printdialog.js +lib/thunderbird38/chrome/toolkit/content/global/printdialog.xul +lib/thunderbird38/chrome/toolkit/content/global/printjoboptions.js +lib/thunderbird38/chrome/toolkit/content/global/printjoboptions.xul +lib/thunderbird38/chrome/toolkit/content/global/reader/aboutReader.html +lib/thunderbird38/chrome/toolkit/content/global/reader/aboutReader.js +lib/thunderbird38/chrome/toolkit/content/global/remote-test-ipc.js +lib/thunderbird38/chrome/toolkit/content/global/resetProfile.css +lib/thunderbird38/chrome/toolkit/content/global/resetProfile.js +lib/thunderbird38/chrome/toolkit/content/global/resetProfile.xul +lib/thunderbird38/chrome/toolkit/content/global/resetProfileProgress.xul +lib/thunderbird38/chrome/toolkit/content/global/select-child.js +lib/thunderbird38/chrome/toolkit/content/global/selectDialog.js +lib/thunderbird38/chrome/toolkit/content/global/selectDialog.xul +lib/thunderbird38/chrome/toolkit/content/global/strres.js +lib/thunderbird38/chrome/toolkit/content/global/svg/svgBindings.xml +lib/thunderbird38/chrome/toolkit/content/global/tabprompts.css +lib/thunderbird38/chrome/toolkit/content/global/tabprompts.xml +lib/thunderbird38/chrome/toolkit/content/global/test-ipc.xul +lib/thunderbird38/chrome/toolkit/content/global/textbox.css +lib/thunderbird38/chrome/toolkit/content/global/treeUtils.js +lib/thunderbird38/chrome/toolkit/content/global/viewPartialSource.js +lib/thunderbird38/chrome/toolkit/content/global/viewPartialSource.xul +lib/thunderbird38/chrome/toolkit/content/global/viewSource.css +lib/thunderbird38/chrome/toolkit/content/global/viewSource.js +lib/thunderbird38/chrome/toolkit/content/global/viewSource.xul +lib/thunderbird38/chrome/toolkit/content/global/viewSourceUtils.js +lib/thunderbird38/chrome/toolkit/content/global/viewZoomOverlay.js +lib/thunderbird38/chrome/toolkit/content/global/xml/XMLMonoPrint.css +lib/thunderbird38/chrome/toolkit/content/global/xml/XMLPrettyPrint.css +lib/thunderbird38/chrome/toolkit/content/global/xml/XMLPrettyPrint.xml +lib/thunderbird38/chrome/toolkit/content/global/xml/XMLPrettyPrint.xsl +lib/thunderbird38/chrome/toolkit/content/global/xul.css +lib/thunderbird38/chrome/toolkit/content/mozapps/downloads/DownloadProgressListener.js +lib/thunderbird38/chrome/toolkit/content/mozapps/downloads/download.xml +lib/thunderbird38/chrome/toolkit/content/mozapps/downloads/downloads.css +lib/thunderbird38/chrome/toolkit/content/mozapps/downloads/downloads.js +lib/thunderbird38/chrome/toolkit/content/mozapps/downloads/downloads.xul +lib/thunderbird38/chrome/toolkit/content/mozapps/downloads/helperApps.js +lib/thunderbird38/chrome/toolkit/content/mozapps/downloads/unknownContentType.xul +lib/thunderbird38/chrome/toolkit/content/mozapps/extensions/OpenH264-license.txt +lib/thunderbird38/chrome/toolkit/content/mozapps/extensions/about.js +lib/thunderbird38/chrome/toolkit/content/mozapps/extensions/about.xul +lib/thunderbird38/chrome/toolkit/content/mozapps/extensions/blocklist.css +lib/thunderbird38/chrome/toolkit/content/mozapps/extensions/blocklist.js +lib/thunderbird38/chrome/toolkit/content/mozapps/extensions/blocklist.xml +lib/thunderbird38/chrome/toolkit/content/mozapps/extensions/blocklist.xul +lib/thunderbird38/chrome/toolkit/content/mozapps/extensions/eula.js +lib/thunderbird38/chrome/toolkit/content/mozapps/extensions/eula.xul +lib/thunderbird38/chrome/toolkit/content/mozapps/extensions/extensions.css +lib/thunderbird38/chrome/toolkit/content/mozapps/extensions/extensions.js +lib/thunderbird38/chrome/toolkit/content/mozapps/extensions/extensions.xml +lib/thunderbird38/chrome/toolkit/content/mozapps/extensions/extensions.xul +lib/thunderbird38/chrome/toolkit/content/mozapps/extensions/gmpPrefs.xul +lib/thunderbird38/chrome/toolkit/content/mozapps/extensions/list.js +lib/thunderbird38/chrome/toolkit/content/mozapps/extensions/list.xul +lib/thunderbird38/chrome/toolkit/content/mozapps/extensions/newaddon.js +lib/thunderbird38/chrome/toolkit/content/mozapps/extensions/newaddon.xul +lib/thunderbird38/chrome/toolkit/content/mozapps/extensions/pluginPrefs.xul +lib/thunderbird38/chrome/toolkit/content/mozapps/extensions/selectAddons.css +lib/thunderbird38/chrome/toolkit/content/mozapps/extensions/selectAddons.js +lib/thunderbird38/chrome/toolkit/content/mozapps/extensions/selectAddons.xml +lib/thunderbird38/chrome/toolkit/content/mozapps/extensions/selectAddons.xul +lib/thunderbird38/chrome/toolkit/content/mozapps/extensions/setting.xml +lib/thunderbird38/chrome/toolkit/content/mozapps/extensions/update.js +lib/thunderbird38/chrome/toolkit/content/mozapps/extensions/update.xul +lib/thunderbird38/chrome/toolkit/content/mozapps/extensions/updateinfo.xsl +lib/thunderbird38/chrome/toolkit/content/mozapps/handling/dialog.js +lib/thunderbird38/chrome/toolkit/content/mozapps/handling/dialog.xul +lib/thunderbird38/chrome/toolkit/content/mozapps/handling/handler.css +lib/thunderbird38/chrome/toolkit/content/mozapps/handling/handler.xml +lib/thunderbird38/chrome/toolkit/content/mozapps/plugins/pluginFinderBinding.css +lib/thunderbird38/chrome/toolkit/content/mozapps/plugins/pluginProblem.xml +lib/thunderbird38/chrome/toolkit/content/mozapps/plugins/pluginProblemBinding.css +lib/thunderbird38/chrome/toolkit/content/mozapps/plugins/pluginProblemContent.css +lib/thunderbird38/chrome/toolkit/content/mozapps/preferences/changemp.js +lib/thunderbird38/chrome/toolkit/content/mozapps/preferences/changemp.xul +lib/thunderbird38/chrome/toolkit/content/mozapps/preferences/fontbuilder.js +lib/thunderbird38/chrome/toolkit/content/mozapps/preferences/removemp.js +lib/thunderbird38/chrome/toolkit/content/mozapps/preferences/removemp.xul +lib/thunderbird38/chrome/toolkit/content/mozapps/profile/createProfileWizard.js +lib/thunderbird38/chrome/toolkit/content/mozapps/profile/createProfileWizard.xul +lib/thunderbird38/chrome/toolkit/content/mozapps/profile/profileSelection.js +lib/thunderbird38/chrome/toolkit/content/mozapps/profile/profileSelection.xul +lib/thunderbird38/chrome/toolkit/content/mozapps/update/history.js +lib/thunderbird38/chrome/toolkit/content/mozapps/update/history.xul +lib/thunderbird38/chrome/toolkit/content/mozapps/update/updates.css +lib/thunderbird38/chrome/toolkit/content/mozapps/update/updates.js +lib/thunderbird38/chrome/toolkit/content/mozapps/update/updates.xml +lib/thunderbird38/chrome/toolkit/content/mozapps/update/updates.xul +lib/thunderbird38/chrome/toolkit/content/mozapps/xpinstall/xpinstallConfirm.css +lib/thunderbird38/chrome/toolkit/content/mozapps/xpinstall/xpinstallConfirm.js +lib/thunderbird38/chrome/toolkit/content/mozapps/xpinstall/xpinstallConfirm.xul +lib/thunderbird38/chrome/toolkit/content/mozapps/xpinstall/xpinstallItem.xml +lib/thunderbird38/chrome/toolkit/content/passwordmgr/passwordManager.js +lib/thunderbird38/chrome/toolkit/content/passwordmgr/passwordManager.xul +lib/thunderbird38/chrome/toolkit/content/passwordmgr/passwordManagerCommon.js +lib/thunderbird38/chrome/toolkit/content/passwordmgr/passwordManagerExceptions.js +lib/thunderbird38/chrome/toolkit/content/passwordmgr/passwordManagerExceptions.xul +lib/thunderbird38/chrome/toolkit/content/satchel/formSubmitListener.js +lib/thunderbird38/chrome/toolkit/content/xbl-marquee/xbl-marquee.css +lib/thunderbird38/chrome/toolkit/content/xbl-marquee/xbl-marquee.xml +lib/thunderbird38/chrome/toolkit/res/arrow.gif +lib/thunderbird38/chrome/toolkit/res/arrowd.gif +lib/thunderbird38/chrome/toolkit/res/broken-image.png +lib/thunderbird38/chrome/toolkit/res/charsetData.properties +lib/thunderbird38/chrome/toolkit/res/counterstyles.css +lib/thunderbird38/chrome/toolkit/res/forms.css +lib/thunderbird38/chrome/toolkit/res/full-screen-override.css +lib/thunderbird38/chrome/toolkit/res/hiddenWindow.html +lib/thunderbird38/chrome/toolkit/res/html.css +lib/thunderbird38/chrome/toolkit/res/loading-image.png +lib/thunderbird38/chrome/toolkit/res/mathml.css +lib/thunderbird38/chrome/toolkit/res/number-control.css +lib/thunderbird38/chrome/toolkit/res/plaintext.css +lib/thunderbird38/chrome/toolkit/res/quirk.css +lib/thunderbird38/chrome/toolkit/res/ua.css +lib/thunderbird38/chrome/toolkit/res/viewsource.css +lib/thunderbird38/chrome/toolkit/skin/classic/global/Filepicker.png +lib/thunderbird38/chrome/toolkit/skin/classic/global/about.css +lib/thunderbird38/chrome/toolkit/skin/classic/global/aboutCache.css +lib/thunderbird38/chrome/toolkit/skin/classic/global/aboutCacheEntry.css +lib/thunderbird38/chrome/toolkit/skin/classic/global/aboutMemory.css +lib/thunderbird38/chrome/toolkit/skin/classic/global/aboutReader.css +lib/thunderbird38/chrome/toolkit/skin/classic/global/aboutSupport.css +lib/thunderbird38/chrome/toolkit/skin/classic/global/alerts/alert.css +lib/thunderbird38/chrome/toolkit/skin/classic/global/alerts/notification-48.png +lib/thunderbird38/chrome/toolkit/skin/classic/global/appPicker.css +lib/thunderbird38/chrome/toolkit/skin/classic/global/arrow.css +lib/thunderbird38/chrome/toolkit/skin/classic/global/arrow/arrow-dn-dis.gif +lib/thunderbird38/chrome/toolkit/skin/classic/global/arrow/arrow-dn-hov.gif +lib/thunderbird38/chrome/toolkit/skin/classic/global/arrow/arrow-dn-sharp.gif +lib/thunderbird38/chrome/toolkit/skin/classic/global/arrow/arrow-dn.gif +lib/thunderbird38/chrome/toolkit/skin/classic/global/arrow/arrow-down.png +lib/thunderbird38/chrome/toolkit/skin/classic/global/arrow/arrow-lft-dis.gif +lib/thunderbird38/chrome/toolkit/skin/classic/global/arrow/arrow-lft-hov.gif +lib/thunderbird38/chrome/toolkit/skin/classic/global/arrow/arrow-lft-sharp-end.gif +lib/thunderbird38/chrome/toolkit/skin/classic/global/arrow/arrow-lft-sharp.gif +lib/thunderbird38/chrome/toolkit/skin/classic/global/arrow/arrow-lft.gif +lib/thunderbird38/chrome/toolkit/skin/classic/global/arrow/arrow-rit-dis.gif +lib/thunderbird38/chrome/toolkit/skin/classic/global/arrow/arrow-rit-hov.gif +lib/thunderbird38/chrome/toolkit/skin/classic/global/arrow/arrow-rit-sharp-end.gif +lib/thunderbird38/chrome/toolkit/skin/classic/global/arrow/arrow-rit-sharp.gif +lib/thunderbird38/chrome/toolkit/skin/classic/global/arrow/arrow-rit.gif +lib/thunderbird38/chrome/toolkit/skin/classic/global/arrow/arrow-up-dis.gif +lib/thunderbird38/chrome/toolkit/skin/classic/global/arrow/arrow-up-hov.gif +lib/thunderbird38/chrome/toolkit/skin/classic/global/arrow/arrow-up-sharp.gif +lib/thunderbird38/chrome/toolkit/skin/classic/global/arrow/arrow-up.gif +lib/thunderbird38/chrome/toolkit/skin/classic/global/arrow/panelarrow-horizontal-themed.svg +lib/thunderbird38/chrome/toolkit/skin/classic/global/arrow/panelarrow-horizontal.svg +lib/thunderbird38/chrome/toolkit/skin/classic/global/arrow/panelarrow-vertical-themed.svg +lib/thunderbird38/chrome/toolkit/skin/classic/global/arrow/panelarrow-vertical.svg +lib/thunderbird38/chrome/toolkit/skin/classic/global/autocomplete.css +lib/thunderbird38/chrome/toolkit/skin/classic/global/button.css +lib/thunderbird38/chrome/toolkit/skin/classic/global/checkbox.css +lib/thunderbird38/chrome/toolkit/skin/classic/global/checkbox/cbox-check-dis.gif +lib/thunderbird38/chrome/toolkit/skin/classic/global/checkbox/cbox-check.gif +lib/thunderbird38/chrome/toolkit/skin/classic/global/colorpicker.css +lib/thunderbird38/chrome/toolkit/skin/classic/global/commonDialog.css +lib/thunderbird38/chrome/toolkit/skin/classic/global/config.css +lib/thunderbird38/chrome/toolkit/skin/classic/global/console/console-error-caret.gif +lib/thunderbird38/chrome/toolkit/skin/classic/global/console/console-error-dash.gif +lib/thunderbird38/chrome/toolkit/skin/classic/global/console/console-toolbar.png +lib/thunderbird38/chrome/toolkit/skin/classic/global/console/console.css +lib/thunderbird38/chrome/toolkit/skin/classic/global/console/console.png +lib/thunderbird38/chrome/toolkit/skin/classic/global/console/itemSelected.png +lib/thunderbird38/chrome/toolkit/skin/classic/global/customizeToolbar.css +lib/thunderbird38/chrome/toolkit/skin/classic/global/datetimepicker.css +lib/thunderbird38/chrome/toolkit/skin/classic/global/dialog.css +lib/thunderbird38/chrome/toolkit/skin/classic/global/dirListing/dirListing.css +lib/thunderbird38/chrome/toolkit/skin/classic/global/dirListing/folder.png +lib/thunderbird38/chrome/toolkit/skin/classic/global/dirListing/local.png +lib/thunderbird38/chrome/toolkit/skin/classic/global/dirListing/remote.png +lib/thunderbird38/chrome/toolkit/skin/classic/global/dirListing/up.png +lib/thunderbird38/chrome/toolkit/skin/classic/global/dropmarker.css +lib/thunderbird38/chrome/toolkit/skin/classic/global/expander.css +lib/thunderbird38/chrome/toolkit/skin/classic/global/filefield.css +lib/thunderbird38/chrome/toolkit/skin/classic/global/filepicker.css +lib/thunderbird38/chrome/toolkit/skin/classic/global/findBar.css +lib/thunderbird38/chrome/toolkit/skin/classic/global/global.css +lib/thunderbird38/chrome/toolkit/skin/classic/global/globalBindings.xml +lib/thunderbird38/chrome/toolkit/skin/classic/global/groupbox.css +lib/thunderbird38/chrome/toolkit/skin/classic/global/icons/Authentication.png +lib/thunderbird38/chrome/toolkit/skin/classic/global/icons/Close.gif +lib/thunderbird38/chrome/toolkit/skin/classic/global/icons/Error.png +lib/thunderbird38/chrome/toolkit/skin/classic/global/icons/Landscape.png +lib/thunderbird38/chrome/toolkit/skin/classic/global/icons/Minimize.gif +lib/thunderbird38/chrome/toolkit/skin/classic/global/icons/Portrait.png +lib/thunderbird38/chrome/toolkit/skin/classic/global/icons/Print-preview.png +lib/thunderbird38/chrome/toolkit/skin/classic/global/icons/Question.png +lib/thunderbird38/chrome/toolkit/skin/classic/global/icons/Restore.gif +lib/thunderbird38/chrome/toolkit/skin/classic/global/icons/Search-close.png +lib/thunderbird38/chrome/toolkit/skin/classic/global/icons/Search-glass.png +lib/thunderbird38/chrome/toolkit/skin/classic/global/icons/Warning.png +lib/thunderbird38/chrome/toolkit/skin/classic/global/icons/autocomplete-search.svg +lib/thunderbird38/chrome/toolkit/skin/classic/global/icons/autoscroll.png +lib/thunderbird38/chrome/toolkit/skin/classic/global/icons/blacklist_favicon.png +lib/thunderbird38/chrome/toolkit/skin/classic/global/icons/blacklist_large.png +lib/thunderbird38/chrome/toolkit/skin/classic/global/icons/close-lunaBlue.png +lib/thunderbird38/chrome/toolkit/skin/classic/global/icons/close-lunaOlive.png +lib/thunderbird38/chrome/toolkit/skin/classic/global/icons/close-lunaSilver.png +lib/thunderbird38/chrome/toolkit/skin/classic/global/icons/close.png +lib/thunderbird38/chrome/toolkit/skin/classic/global/icons/close.svg +lib/thunderbird38/chrome/toolkit/skin/classic/global/icons/collapse.png +lib/thunderbird38/chrome/toolkit/skin/classic/global/icons/error-16.png +lib/thunderbird38/chrome/toolkit/skin/classic/global/icons/error-24.png +lib/thunderbird38/chrome/toolkit/skin/classic/global/icons/error-48.png +lib/thunderbird38/chrome/toolkit/skin/classic/global/icons/error-64.png +lib/thunderbird38/chrome/toolkit/skin/classic/global/icons/expand.png +lib/thunderbird38/chrome/toolkit/skin/classic/global/icons/find-arrows.png +lib/thunderbird38/chrome/toolkit/skin/classic/global/icons/find.png +lib/thunderbird38/chrome/toolkit/skin/classic/global/icons/folder-item.png +lib/thunderbird38/chrome/toolkit/skin/classic/global/icons/information-16.png +lib/thunderbird38/chrome/toolkit/skin/classic/global/icons/information-24.png +lib/thunderbird38/chrome/toolkit/skin/classic/global/icons/information-32.png +lib/thunderbird38/chrome/toolkit/skin/classic/global/icons/information-48.png +lib/thunderbird38/chrome/toolkit/skin/classic/global/icons/information-64.png +lib/thunderbird38/chrome/toolkit/skin/classic/global/icons/loading_16.png +lib/thunderbird38/chrome/toolkit/skin/classic/global/icons/panelarrow-horizontal.svg +lib/thunderbird38/chrome/toolkit/skin/classic/global/icons/panelarrow-vertical.svg +lib/thunderbird38/chrome/toolkit/skin/classic/global/icons/question-16.png +lib/thunderbird38/chrome/toolkit/skin/classic/global/icons/question-24.png +lib/thunderbird38/chrome/toolkit/skin/classic/global/icons/question-48.png +lib/thunderbird38/chrome/toolkit/skin/classic/global/icons/question-64.png +lib/thunderbird38/chrome/toolkit/skin/classic/global/icons/resizer-rtl.png +lib/thunderbird38/chrome/toolkit/skin/classic/global/icons/resizer.png +lib/thunderbird38/chrome/toolkit/skin/classic/global/icons/sslWarning.png +lib/thunderbird38/chrome/toolkit/skin/classic/global/icons/tabprompts-bgtexture.png +lib/thunderbird38/chrome/toolkit/skin/classic/global/icons/warning-16.png +lib/thunderbird38/chrome/toolkit/skin/classic/global/icons/warning-24.png +lib/thunderbird38/chrome/toolkit/skin/classic/global/icons/warning-64.png +lib/thunderbird38/chrome/toolkit/skin/classic/global/icons/warning-large.png +lib/thunderbird38/chrome/toolkit/skin/classic/global/icons/warning.svg +lib/thunderbird38/chrome/toolkit/skin/classic/global/icons/webapps-16.png +lib/thunderbird38/chrome/toolkit/skin/classic/global/icons/webapps-64.png +lib/thunderbird38/chrome/toolkit/skin/classic/global/icons/windowControls.png +lib/thunderbird38/chrome/toolkit/skin/classic/global/icons/wrap.png +lib/thunderbird38/chrome/toolkit/skin/classic/global/in-content/check-partial.svg +lib/thunderbird38/chrome/toolkit/skin/classic/global/in-content/check.svg +lib/thunderbird38/chrome/toolkit/skin/classic/global/in-content/common.css +lib/thunderbird38/chrome/toolkit/skin/classic/global/in-content/dropdown.svg +lib/thunderbird38/chrome/toolkit/skin/classic/global/in-content/help-glyph.svg +lib/thunderbird38/chrome/toolkit/skin/classic/global/in-content/info-pages.css +lib/thunderbird38/chrome/toolkit/skin/classic/global/in-content/radio.svg +lib/thunderbird38/chrome/toolkit/skin/classic/global/inContentUI.css +lib/thunderbird38/chrome/toolkit/skin/classic/global/inContentUI/background-texture.png +lib/thunderbird38/chrome/toolkit/skin/classic/global/linkTree.css +lib/thunderbird38/chrome/toolkit/skin/classic/global/listbox.css +lib/thunderbird38/chrome/toolkit/skin/classic/global/media/TopLevelImageDocument.css +lib/thunderbird38/chrome/toolkit/skin/classic/global/media/TopLevelVideoDocument.css +lib/thunderbird38/chrome/toolkit/skin/classic/global/media/clicktoplay-bgtexture.png +lib/thunderbird38/chrome/toolkit/skin/classic/global/media/error.png +lib/thunderbird38/chrome/toolkit/skin/classic/global/media/fullscreenButton.png +lib/thunderbird38/chrome/toolkit/skin/classic/global/media/imagedoc-darknoise.png +lib/thunderbird38/chrome/toolkit/skin/classic/global/media/imagedoc-lightnoise.png +lib/thunderbird38/chrome/toolkit/skin/classic/global/media/muteButton.png +lib/thunderbird38/chrome/toolkit/skin/classic/global/media/noAudio.png +lib/thunderbird38/chrome/toolkit/skin/classic/global/media/pauseButton.png +lib/thunderbird38/chrome/toolkit/skin/classic/global/media/playButton.png +lib/thunderbird38/chrome/toolkit/skin/classic/global/media/scrubberThumb.png +lib/thunderbird38/chrome/toolkit/skin/classic/global/media/scrubberThumbWide.png +lib/thunderbird38/chrome/toolkit/skin/classic/global/media/stalled.png +lib/thunderbird38/chrome/toolkit/skin/classic/global/media/throbber.png +lib/thunderbird38/chrome/toolkit/skin/classic/global/media/unmuteButton.png +lib/thunderbird38/chrome/toolkit/skin/classic/global/media/videoClickToPlayButton.svg +lib/thunderbird38/chrome/toolkit/skin/classic/global/media/videocontrols.css +lib/thunderbird38/chrome/toolkit/skin/classic/global/media/volume-empty.png +lib/thunderbird38/chrome/toolkit/skin/classic/global/media/volume-full.png +lib/thunderbird38/chrome/toolkit/skin/classic/global/menu.css +lib/thunderbird38/chrome/toolkit/skin/classic/global/menu/shared-menu-check.png +lib/thunderbird38/chrome/toolkit/skin/classic/global/menulist.css +lib/thunderbird38/chrome/toolkit/skin/classic/global/netError.css +lib/thunderbird38/chrome/toolkit/skin/classic/global/notification.css +lib/thunderbird38/chrome/toolkit/skin/classic/global/numberbox.css +lib/thunderbird38/chrome/toolkit/skin/classic/global/passwordmgr.css +lib/thunderbird38/chrome/toolkit/skin/classic/global/popup.css +lib/thunderbird38/chrome/toolkit/skin/classic/global/preferences.css +lib/thunderbird38/chrome/toolkit/skin/classic/global/printPageSetup.css +lib/thunderbird38/chrome/toolkit/skin/classic/global/printPreview.css +lib/thunderbird38/chrome/toolkit/skin/classic/global/printpreview/arrow-left-end.png +lib/thunderbird38/chrome/toolkit/skin/classic/global/printpreview/arrow-left.png +lib/thunderbird38/chrome/toolkit/skin/classic/global/printpreview/arrow-right-end.png +lib/thunderbird38/chrome/toolkit/skin/classic/global/printpreview/arrow-right.png +lib/thunderbird38/chrome/toolkit/skin/classic/global/progressmeter.css +lib/thunderbird38/chrome/toolkit/skin/classic/global/radio.css +lib/thunderbird38/chrome/toolkit/skin/classic/global/radio/radio-check-dis.gif +lib/thunderbird38/chrome/toolkit/skin/classic/global/radio/radio-check.gif +lib/thunderbird38/chrome/toolkit/skin/classic/global/reader/RM-Add-24x24.svg +lib/thunderbird38/chrome/toolkit/skin/classic/global/reader/RM-Close-24x24.svg +lib/thunderbird38/chrome/toolkit/skin/classic/global/reader/RM-Delete-24x24.svg +lib/thunderbird38/chrome/toolkit/skin/classic/global/reader/RM-Minus-24x24.svg +lib/thunderbird38/chrome/toolkit/skin/classic/global/reader/RM-Plus-24x24.svg +lib/thunderbird38/chrome/toolkit/skin/classic/global/reader/RM-Reading-List-24x24.svg +lib/thunderbird38/chrome/toolkit/skin/classic/global/reader/RM-Type-Controls-24x24.svg +lib/thunderbird38/chrome/toolkit/skin/classic/global/reader/RM-Type-Controls-Arrow.svg +lib/thunderbird38/chrome/toolkit/skin/classic/global/resizer.css +lib/thunderbird38/chrome/toolkit/skin/classic/global/richlistbox.css +lib/thunderbird38/chrome/toolkit/skin/classic/global/scale.css +lib/thunderbird38/chrome/toolkit/skin/classic/global/scrollbar/slider.gif +lib/thunderbird38/chrome/toolkit/skin/classic/global/scrollbars.css +lib/thunderbird38/chrome/toolkit/skin/classic/global/scrollbox.css +lib/thunderbird38/chrome/toolkit/skin/classic/global/spinbuttons.css +lib/thunderbird38/chrome/toolkit/skin/classic/global/splitter.css +lib/thunderbird38/chrome/toolkit/skin/classic/global/splitter/grip-bottom.gif +lib/thunderbird38/chrome/toolkit/skin/classic/global/splitter/grip-left.gif +lib/thunderbird38/chrome/toolkit/skin/classic/global/splitter/grip-right.gif +lib/thunderbird38/chrome/toolkit/skin/classic/global/splitter/grip-top.gif +lib/thunderbird38/chrome/toolkit/skin/classic/global/tabbox.css +lib/thunderbird38/chrome/toolkit/skin/classic/global/tabprompts.css +lib/thunderbird38/chrome/toolkit/skin/classic/global/textbox.css +lib/thunderbird38/chrome/toolkit/skin/classic/global/toolbar.css +lib/thunderbird38/chrome/toolkit/skin/classic/global/toolbar/chevron-inverted.png +lib/thunderbird38/chrome/toolkit/skin/classic/global/toolbar/chevron.gif +lib/thunderbird38/chrome/toolkit/skin/classic/global/toolbar/spring.png +lib/thunderbird38/chrome/toolkit/skin/classic/global/toolbarbutton.css +lib/thunderbird38/chrome/toolkit/skin/classic/global/tree.css +lib/thunderbird38/chrome/toolkit/skin/classic/global/tree/columnpicker.gif +lib/thunderbird38/chrome/toolkit/skin/classic/global/tree/sort-asc-classic.png +lib/thunderbird38/chrome/toolkit/skin/classic/global/tree/sort-asc.png +lib/thunderbird38/chrome/toolkit/skin/classic/global/tree/sort-dsc-classic.png +lib/thunderbird38/chrome/toolkit/skin/classic/global/tree/sort-dsc.png +lib/thunderbird38/chrome/toolkit/skin/classic/global/tree/twisty-clsd.png +lib/thunderbird38/chrome/toolkit/skin/classic/global/tree/twisty-open.png +lib/thunderbird38/chrome/toolkit/skin/classic/global/wizard.css +lib/thunderbird38/chrome/toolkit/skin/classic/mozapps/aboutNetworking.css +lib/thunderbird38/chrome/toolkit/skin/classic/mozapps/downloads/downloadButtons.png +lib/thunderbird38/chrome/toolkit/skin/classic/mozapps/downloads/downloadIcon.png +lib/thunderbird38/chrome/toolkit/skin/classic/mozapps/downloads/downloads.css +lib/thunderbird38/chrome/toolkit/skin/classic/mozapps/downloads/unknownContentType.css +lib/thunderbird38/chrome/toolkit/skin/classic/mozapps/extensions/about.css +lib/thunderbird38/chrome/toolkit/skin/classic/mozapps/extensions/alerticon-error.png +lib/thunderbird38/chrome/toolkit/skin/classic/mozapps/extensions/alerticon-info-negative.png +lib/thunderbird38/chrome/toolkit/skin/classic/mozapps/extensions/alerticon-info-positive.png +lib/thunderbird38/chrome/toolkit/skin/classic/mozapps/extensions/alerticon-warning.png +lib/thunderbird38/chrome/toolkit/skin/classic/mozapps/extensions/blocklist.css +lib/thunderbird38/chrome/toolkit/skin/classic/mozapps/extensions/cancel.png +lib/thunderbird38/chrome/toolkit/skin/classic/mozapps/extensions/category-available.png +lib/thunderbird38/chrome/toolkit/skin/classic/mozapps/extensions/category-dictionaries.png +lib/thunderbird38/chrome/toolkit/skin/classic/mozapps/extensions/category-discover.png +lib/thunderbird38/chrome/toolkit/skin/classic/mozapps/extensions/category-experiments.png +lib/thunderbird38/chrome/toolkit/skin/classic/mozapps/extensions/category-extensions.png +lib/thunderbird38/chrome/toolkit/skin/classic/mozapps/extensions/category-languages.png +lib/thunderbird38/chrome/toolkit/skin/classic/mozapps/extensions/category-plugins.png +lib/thunderbird38/chrome/toolkit/skin/classic/mozapps/extensions/category-recent.png +lib/thunderbird38/chrome/toolkit/skin/classic/mozapps/extensions/category-search.png +lib/thunderbird38/chrome/toolkit/skin/classic/mozapps/extensions/category-searchengines.png +lib/thunderbird38/chrome/toolkit/skin/classic/mozapps/extensions/category-service.png +lib/thunderbird38/chrome/toolkit/skin/classic/mozapps/extensions/category-themes.png +lib/thunderbird38/chrome/toolkit/skin/classic/mozapps/extensions/dictionaryGeneric-16.png +lib/thunderbird38/chrome/toolkit/skin/classic/mozapps/extensions/dictionaryGeneric.png +lib/thunderbird38/chrome/toolkit/skin/classic/mozapps/extensions/discover-logo.png +lib/thunderbird38/chrome/toolkit/skin/classic/mozapps/extensions/eula.css +lib/thunderbird38/chrome/toolkit/skin/classic/mozapps/extensions/experimentGeneric.png +lib/thunderbird38/chrome/toolkit/skin/classic/mozapps/extensions/extensionGeneric-16.png +lib/thunderbird38/chrome/toolkit/skin/classic/mozapps/extensions/extensionGeneric.png +lib/thunderbird38/chrome/toolkit/skin/classic/mozapps/extensions/extensions.css +lib/thunderbird38/chrome/toolkit/skin/classic/mozapps/extensions/heart.png +lib/thunderbird38/chrome/toolkit/skin/classic/mozapps/extensions/localeGeneric.png +lib/thunderbird38/chrome/toolkit/skin/classic/mozapps/extensions/navigation.png +lib/thunderbird38/chrome/toolkit/skin/classic/mozapps/extensions/newaddon.css +lib/thunderbird38/chrome/toolkit/skin/classic/mozapps/extensions/rating-not-won.png +lib/thunderbird38/chrome/toolkit/skin/classic/mozapps/extensions/rating-won.png +lib/thunderbird38/chrome/toolkit/skin/classic/mozapps/extensions/selectAddons.css +lib/thunderbird38/chrome/toolkit/skin/classic/mozapps/extensions/stripes-error.png +lib/thunderbird38/chrome/toolkit/skin/classic/mozapps/extensions/stripes-info-negative.png +lib/thunderbird38/chrome/toolkit/skin/classic/mozapps/extensions/stripes-info-positive.png +lib/thunderbird38/chrome/toolkit/skin/classic/mozapps/extensions/stripes-warning.png +lib/thunderbird38/chrome/toolkit/skin/classic/mozapps/extensions/themeGeneric-16.png +lib/thunderbird38/chrome/toolkit/skin/classic/mozapps/extensions/themeGeneric.png +lib/thunderbird38/chrome/toolkit/skin/classic/mozapps/extensions/update.css +lib/thunderbird38/chrome/toolkit/skin/classic/mozapps/extensions/utilities.svg +lib/thunderbird38/chrome/toolkit/skin/classic/mozapps/formautofill/requestAutocomplete.css +lib/thunderbird38/chrome/toolkit/skin/classic/mozapps/handling/handling.css +lib/thunderbird38/chrome/toolkit/skin/classic/mozapps/passwordmgr/key-16.png +lib/thunderbird38/chrome/toolkit/skin/classic/mozapps/passwordmgr/key-64.png +lib/thunderbird38/chrome/toolkit/skin/classic/mozapps/passwordmgr/key.png +lib/thunderbird38/chrome/toolkit/skin/classic/mozapps/places/defaultFavicon.png +lib/thunderbird38/chrome/toolkit/skin/classic/mozapps/plugins/contentPluginActivate.png +lib/thunderbird38/chrome/toolkit/skin/classic/mozapps/plugins/contentPluginBlocked.png +lib/thunderbird38/chrome/toolkit/skin/classic/mozapps/plugins/contentPluginClose.png +lib/thunderbird38/chrome/toolkit/skin/classic/mozapps/plugins/contentPluginCrashed.png +lib/thunderbird38/chrome/toolkit/skin/classic/mozapps/plugins/contentPluginDisabled.png +lib/thunderbird38/chrome/toolkit/skin/classic/mozapps/plugins/contentPluginDownload.png +lib/thunderbird38/chrome/toolkit/skin/classic/mozapps/plugins/contentPluginMissing.png +lib/thunderbird38/chrome/toolkit/skin/classic/mozapps/plugins/contentPluginStripe.png +lib/thunderbird38/chrome/toolkit/skin/classic/mozapps/plugins/notifyPluginCrashed.png +lib/thunderbird38/chrome/toolkit/skin/classic/mozapps/plugins/notifyPluginGeneric.png +lib/thunderbird38/chrome/toolkit/skin/classic/mozapps/plugins/pluginBlocked-64.png +lib/thunderbird38/chrome/toolkit/skin/classic/mozapps/plugins/pluginBlocked.png +lib/thunderbird38/chrome/toolkit/skin/classic/mozapps/plugins/pluginGeneric-16.png +lib/thunderbird38/chrome/toolkit/skin/classic/mozapps/plugins/pluginGeneric.png +lib/thunderbird38/chrome/toolkit/skin/classic/mozapps/plugins/pluginHelp-16.png +lib/thunderbird38/chrome/toolkit/skin/classic/mozapps/plugins/pluginProblem.css +lib/thunderbird38/chrome/toolkit/skin/classic/mozapps/profile/profileSelection.css +lib/thunderbird38/chrome/toolkit/skin/classic/mozapps/profile/profileicon.png +lib/thunderbird38/chrome/toolkit/skin/classic/mozapps/update/downloadButtons.png +lib/thunderbird38/chrome/toolkit/skin/classic/mozapps/update/updates.css +lib/thunderbird38/chrome/toolkit/skin/classic/mozapps/viewsource/viewsource.css +lib/thunderbird38/chrome/toolkit/skin/classic/mozapps/xpinstall/xpinstallConfirm.css +lib/thunderbird38/chrome/toolkit/skin/classic/mozapps/xpinstall/xpinstallItemGeneric.png +lib/thunderbird38/components/AppsService.js +lib/thunderbird38/components/BrowserElementParent.js +lib/thunderbird38/components/ColorAnalyzer.js +lib/thunderbird38/components/ConsoleAPIStorage.js +lib/thunderbird38/components/ContactManager.js +lib/thunderbird38/components/ContentProcessSingleton.js +lib/thunderbird38/components/DownloadLegacy.js +lib/thunderbird38/components/DownloadsStartup.js +lib/thunderbird38/components/FeedProcessor.js +lib/thunderbird38/components/FormAutofillContentService.js +lib/thunderbird38/components/FormAutofillStartup.js +lib/thunderbird38/components/FormHistoryStartup.js +lib/thunderbird38/components/MainProcessSingleton.js +lib/thunderbird38/components/NetworkGeolocationProvider.js +lib/thunderbird38/components/PageThumbsProtocol.js +lib/thunderbird38/components/PermissionSettings.js +lib/thunderbird38/components/PlacesCategoriesStarter.js +lib/thunderbird38/components/PresentationDeviceInfoManager.js +lib/thunderbird38/components/SettingsManager.js +lib/thunderbird38/components/SiteSpecificUserAgent.js +lib/thunderbird38/components/TCPServerSocket.js +lib/thunderbird38/components/TCPSocket.js +lib/thunderbird38/components/TCPSocketParentIntermediary.js +lib/thunderbird38/components/TelemetryStartup.js +lib/thunderbird38/components/UnifiedComplete.js +lib/thunderbird38/components/Webapps.js +lib/thunderbird38/components/XULStore.js +lib/thunderbird38/components/aboutRedirector.js +lib/thunderbird38/components/addonManager.js +lib/thunderbird38/components/amContentHandler.js +lib/thunderbird38/components/amInstallTrigger.js +lib/thunderbird38/components/amWebInstallListener.js +lib/thunderbird38/components/components.manifest +lib/thunderbird38/components/contentAreaDropListener.js +lib/thunderbird38/components/crypto-SDR.js +lib/thunderbird38/components/facebook.js +lib/thunderbird38/components/folderLookupService.js +lib/thunderbird38/components/glautocomp.js +lib/thunderbird38/components/gtalk.js +lib/thunderbird38/components/htmlMenuBuilder.js +lib/thunderbird38/components/imAccounts.js +lib/thunderbird38/components/imCommands.js +lib/thunderbird38/components/imContacts.js +lib/thunderbird38/components/imConversations.js +lib/thunderbird38/components/imCore.js +lib/thunderbird38/components/imIncomingServer.js +lib/thunderbird38/components/imProtocolInfo.js +lib/thunderbird38/components/interfaces.xpt +lib/thunderbird38/components/irc.js +lib/thunderbird38/components/jsconsole-clhandler.js +lib/thunderbird38/components/jsmimeemitter.js +lib/thunderbird38/components/libmozgnome.so +lib/thunderbird38/components/logger.js +lib/thunderbird38/components/mailContentHandler.js +lib/thunderbird38/components/mailGlue.js +lib/thunderbird38/components/mdn-service.js +lib/thunderbird38/components/messageWakeupService.js +lib/thunderbird38/components/mimeJSComponents.js +lib/thunderbird38/components/msgAsyncPrompter.js +lib/thunderbird38/components/msgOAuth2Module.js +lib/thunderbird38/components/newMailNotificationService.js +lib/thunderbird38/components/newsblog.js +lib/thunderbird38/components/nsAbAutoCompleteMyDomain.js +lib/thunderbird38/components/nsAbAutoCompleteSearch.js +lib/thunderbird38/components/nsAbLDAPAttributeMap.js +lib/thunderbird38/components/nsAbLDAPAutoCompleteSearch.js +lib/thunderbird38/components/nsActivity.js +lib/thunderbird38/components/nsActivityManager.js +lib/thunderbird38/components/nsActivityManagerUI.js +lib/thunderbird38/components/nsAsyncShutdown.js +lib/thunderbird38/components/nsBlocklistService.js +lib/thunderbird38/components/nsBox.js +lib/thunderbird38/components/nsContentDispatchChooser.js +lib/thunderbird38/components/nsContentPrefService.js +lib/thunderbird38/components/nsCrashMonitor.js +lib/thunderbird38/components/nsDOMIdentity.js +lib/thunderbird38/components/nsDefaultCLH.js +lib/thunderbird38/components/nsFilePicker.js +lib/thunderbird38/components/nsFormAutoComplete.js +lib/thunderbird38/components/nsFormHistory.js +lib/thunderbird38/components/nsHandlerService.js +lib/thunderbird38/components/nsHelperAppDlg.js +lib/thunderbird38/components/nsHightail.js +lib/thunderbird38/components/nsIDService.js +lib/thunderbird38/components/nsINIProcessor.js +lib/thunderbird38/components/nsInputListAutoComplete.js +lib/thunderbird38/components/nsLDAPProtocolHandler.js +lib/thunderbird38/components/nsLivemarkService.js +lib/thunderbird38/components/nsLoginInfo.js +lib/thunderbird38/components/nsLoginManager.js +lib/thunderbird38/components/nsLoginManagerPrompter.js +lib/thunderbird38/components/nsMailDefaultHandler.js +lib/thunderbird38/components/nsMailNewsCommandLineHandler.js +lib/thunderbird38/components/nsMsgTraitService.js +lib/thunderbird38/components/nsNewsAutoCompleteSearch.js +lib/thunderbird38/components/nsPlacesAutoComplete.js +lib/thunderbird38/components/nsPlacesExpiration.js +lib/thunderbird38/components/nsPrompter.js +lib/thunderbird38/components/nsSMTPProtocolHandler.js +lib/thunderbird38/components/nsSearchService.js +lib/thunderbird38/components/nsSearchSuggestions.js +lib/thunderbird38/components/nsSetDefaultMail.js +lib/thunderbird38/components/nsTaggingService.js +lib/thunderbird38/components/nsTerminatorTelemetry.js +lib/thunderbird38/components/nsURLFormatter.js +lib/thunderbird38/components/nsUpdateTimerManager.js +lib/thunderbird38/components/nsUrlClassifierHashCompleter.js +lib/thunderbird38/components/nsUrlClassifierLib.js +lib/thunderbird38/components/nsUrlClassifierListManager.js +lib/thunderbird38/components/nsWebHandlerApp.js +lib/thunderbird38/components/offlineStartup.js +lib/thunderbird38/components/smileProtocolHandler.js +lib/thunderbird38/components/smime-service.js +lib/thunderbird38/components/steelApplication.js +lib/thunderbird38/components/storage-json.js +lib/thunderbird38/components/twitter.js +lib/thunderbird38/components/txEXSLTRegExFunctions.js +lib/thunderbird38/components/xmpp.js +lib/thunderbird38/components/yahoo.js +lib/thunderbird38/defaults/autoconfig/platform.js +lib/thunderbird38/defaults/autoconfig/prefcalls.js +lib/thunderbird38/defaults/messenger/mailViews.dat +lib/thunderbird38/defaults/pref/all-im.js +lib/thunderbird38/defaults/pref/all-l10n.js +lib/thunderbird38/defaults/pref/all-thunderbird.js +lib/thunderbird38/defaults/pref/channel-prefs.js +lib/thunderbird38/defaults/pref/chat-prefs.js +lib/thunderbird38/defaults/pref/composer.js +lib/thunderbird38/defaults/pref/mailnews.js +lib/thunderbird38/defaults/pref/mdn.js +lib/thunderbird38/defaults/pref/smime.js +lib/thunderbird38/defaults/pref/thunderbird-branding.js +lib/thunderbird38/defaults/profile/localstore.rdf +lib/thunderbird38/defaults/profile/mimeTypes.rdf +lib/thunderbird38/defaults/profile/prefs.js +lib/thunderbird38/dependentlibs.list +lib/thunderbird38/dictionaries/en-US.aff +lib/thunderbird38/dictionaries/en-US.dic +lib/thunderbird38/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}/icon.png +lib/thunderbird38/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}/icon64.png +lib/thunderbird38/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}/install.rdf +lib/thunderbird38/greprefs.js +lib/thunderbird38/hyphenation/hyph_af.dic +lib/thunderbird38/hyphenation/hyph_bg.dic +lib/thunderbird38/hyphenation/hyph_ca.dic +lib/thunderbird38/hyphenation/hyph_cy.dic +lib/thunderbird38/hyphenation/hyph_da.dic +lib/thunderbird38/hyphenation/hyph_de-1901.dic +lib/thunderbird38/hyphenation/hyph_de-1996.dic +lib/thunderbird38/hyphenation/hyph_de-CH.dic +lib/thunderbird38/hyphenation/hyph_en_US.dic +lib/thunderbird38/hyphenation/hyph_eo.dic +lib/thunderbird38/hyphenation/hyph_es.dic +lib/thunderbird38/hyphenation/hyph_et.dic +lib/thunderbird38/hyphenation/hyph_fi.dic +lib/thunderbird38/hyphenation/hyph_fr.dic +lib/thunderbird38/hyphenation/hyph_gl.dic +lib/thunderbird38/hyphenation/hyph_hr.dic +lib/thunderbird38/hyphenation/hyph_hsb.dic +lib/thunderbird38/hyphenation/hyph_hu.dic +lib/thunderbird38/hyphenation/hyph_ia.dic +lib/thunderbird38/hyphenation/hyph_is.dic +lib/thunderbird38/hyphenation/hyph_it.dic +lib/thunderbird38/hyphenation/hyph_kmr.dic +lib/thunderbird38/hyphenation/hyph_la.dic +lib/thunderbird38/hyphenation/hyph_lt.dic +lib/thunderbird38/hyphenation/hyph_mn.dic +lib/thunderbird38/hyphenation/hyph_nb.dic +lib/thunderbird38/hyphenation/hyph_nl.dic +lib/thunderbird38/hyphenation/hyph_nn.dic +lib/thunderbird38/hyphenation/hyph_pl.dic +lib/thunderbird38/hyphenation/hyph_pt.dic +lib/thunderbird38/hyphenation/hyph_ru.dic +lib/thunderbird38/hyphenation/hyph_sh.dic +lib/thunderbird38/hyphenation/hyph_sl.dic +lib/thunderbird38/hyphenation/hyph_sv.dic +lib/thunderbird38/hyphenation/hyph_tr.dic +lib/thunderbird38/hyphenation/hyph_uk.dic +lib/thunderbird38/isp/Bogofilter.sfd +lib/thunderbird38/isp/DSPAM.sfd +lib/thunderbird38/isp/POPFile.sfd +lib/thunderbird38/isp/SpamAssassin.sfd +lib/thunderbird38/isp/SpamPal.sfd +lib/thunderbird38/isp/movemail.rdf +lib/thunderbird38/isp/rss.rdf +lib/thunderbird38/libldap60.so +lib/thunderbird38/libldif60.so +lib/thunderbird38/libmozalloc.so +lib/thunderbird38/libmozjs.so +lib/thunderbird38/libprldap60.so +lib/thunderbird38/libxul.so +lib/thunderbird38/modules/AboutReader.jsm +lib/thunderbird38/modules/ActivitiesService.jsm +lib/thunderbird38/modules/ActivitiesServiceFilter.jsm +lib/thunderbird38/modules/AddonManager.jsm +lib/thunderbird38/modules/AlarmDB.jsm +lib/thunderbird38/modules/AlarmService.jsm +lib/thunderbird38/modules/AppDownloadManager.jsm +lib/thunderbird38/modules/AppsServiceChild.jsm +lib/thunderbird38/modules/AppsUtils.jsm +lib/thunderbird38/modules/ArrayBufferUtils.jsm +lib/thunderbird38/modules/AsyncShutdown.jsm +lib/thunderbird38/modules/AsyncSpellCheckTestHelper.jsm +lib/thunderbird38/modules/AutoCompleteE10S.jsm +lib/thunderbird38/modules/BackgroundPageThumbs.jsm +lib/thunderbird38/modules/Battery.jsm +lib/thunderbird38/modules/BinarySearch.jsm +lib/thunderbird38/modules/BookmarkHTMLUtils.jsm +lib/thunderbird38/modules/BookmarkJSONUtils.jsm +lib/thunderbird38/modules/Bookmarks.jsm +lib/thunderbird38/modules/BrowserElementPromptService.jsm +lib/thunderbird38/modules/BrowserUtils.jsm +lib/thunderbird38/modules/CertUtils.jsm +lib/thunderbird38/modules/CharsetMenu.jsm +lib/thunderbird38/modules/ChromeManifestParser.jsm +lib/thunderbird38/modules/ClusterLib.js +lib/thunderbird38/modules/ColorAnalyzer_worker.js +lib/thunderbird38/modules/ColorConversion.js +lib/thunderbird38/modules/CommonDialog.jsm +lib/thunderbird38/modules/ContactDB.jsm +lib/thunderbird38/modules/ContactService.jsm +lib/thunderbird38/modules/ContentPrefInstance.jsm +lib/thunderbird38/modules/ContentPrefService2.jsm +lib/thunderbird38/modules/ContentPrefServiceChild.jsm +lib/thunderbird38/modules/ContentPrefServiceParent.jsm +lib/thunderbird38/modules/ContentPrefStore.jsm +lib/thunderbird38/modules/ContentPrefUtils.jsm +lib/thunderbird38/modules/CrashMonitor.jsm +lib/thunderbird38/modules/Credentials.jsm +lib/thunderbird38/modules/DOMIdentity.jsm +lib/thunderbird38/modules/DOMRequestHelper.jsm +lib/thunderbird38/modules/DataStoreChangeNotifier.jsm +lib/thunderbird38/modules/DataStoreCursorImpl.jsm +lib/thunderbird38/modules/DataStoreDB.jsm +lib/thunderbird38/modules/DeferredSave.jsm +lib/thunderbird38/modules/DeferredTask.jsm +lib/thunderbird38/modules/Deprecated.jsm +lib/thunderbird38/modules/Dict.jsm +lib/thunderbird38/modules/DownloadCore.jsm +lib/thunderbird38/modules/DownloadImport.jsm +lib/thunderbird38/modules/DownloadIntegration.jsm +lib/thunderbird38/modules/DownloadLastDir.jsm +lib/thunderbird38/modules/DownloadList.jsm +lib/thunderbird38/modules/DownloadPaths.jsm +lib/thunderbird38/modules/DownloadStore.jsm +lib/thunderbird38/modules/DownloadTaskbarProgress.jsm +lib/thunderbird38/modules/DownloadUIHelper.jsm +lib/thunderbird38/modules/DownloadUtils.jsm +lib/thunderbird38/modules/Downloads.jsm +lib/thunderbird38/modules/FeedUtils.jsm +lib/thunderbird38/modules/FileUtils.jsm +lib/thunderbird38/modules/Finder.jsm +lib/thunderbird38/modules/ForgetAboutSite.jsm +lib/thunderbird38/modules/FormAutofill.jsm +lib/thunderbird38/modules/FormAutofillIntegration.jsm +lib/thunderbird38/modules/FormData.jsm +lib/thunderbird38/modules/FormHistory.jsm +lib/thunderbird38/modules/FrameWorker.jsm +lib/thunderbird38/modules/FrameWorkerContent.js +lib/thunderbird38/modules/FreeSpaceWatcher.jsm +lib/thunderbird38/modules/FxAccounts.jsm +lib/thunderbird38/modules/FxAccountsClient.jsm +lib/thunderbird38/modules/FxAccountsCommon.js +lib/thunderbird38/modules/FxAccountsOAuthClient.jsm +lib/thunderbird38/modules/FxAccountsOAuthGrantClient.jsm +lib/thunderbird38/modules/FxAccountsProfileClient.jsm +lib/thunderbird38/modules/GMPInstallManager.jsm +lib/thunderbird38/modules/GMPUtils.jsm +lib/thunderbird38/modules/Geometry.jsm +lib/thunderbird38/modules/History.jsm +lib/thunderbird38/modules/Http.jsm +lib/thunderbird38/modules/IOUtils.js +lib/thunderbird38/modules/ISO8601DateUtils.jsm +lib/thunderbird38/modules/ImportExport.jsm +lib/thunderbird38/modules/IndexedDBHelper.jsm +lib/thunderbird38/modules/InlineSpellChecker.jsm +lib/thunderbird38/modules/InlineSpellCheckerContent.jsm +lib/thunderbird38/modules/InsecurePasswordUtils.jsm +lib/thunderbird38/modules/InterAppCommService.jsm +lib/thunderbird38/modules/JXON.js +lib/thunderbird38/modules/Keyboard.jsm +lib/thunderbird38/modules/Langpacks.jsm +lib/thunderbird38/modules/LightweightThemeConsumer.jsm +lib/thunderbird38/modules/LightweightThemeManager.jsm +lib/thunderbird38/modules/LoadContextInfo.jsm +lib/thunderbird38/modules/Log.jsm +lib/thunderbird38/modules/LoginHelper.jsm +lib/thunderbird38/modules/LoginImport.jsm +lib/thunderbird38/modules/LoginManagerContent.jsm +lib/thunderbird38/modules/LoginManagerParent.jsm +lib/thunderbird38/modules/LoginStore.jsm +lib/thunderbird38/modules/MailConsts.js +lib/thunderbird38/modules/MailUtils.js +lib/thunderbird38/modules/ManifestProcessor.jsm +lib/thunderbird38/modules/MessagePortBase.jsm +lib/thunderbird38/modules/MessagePortWorker.js +lib/thunderbird38/modules/Microformats.js +lib/thunderbird38/modules/MozSocialAPI.jsm +lib/thunderbird38/modules/MsgHdrSyntheticView.js +lib/thunderbird38/modules/NativeApp.jsm +lib/thunderbird38/modules/NetUtil.jsm +lib/thunderbird38/modules/NewTabUtils.jsm +lib/thunderbird38/modules/NormalizedMap.jsm +lib/thunderbird38/modules/NotificationDB.jsm +lib/thunderbird38/modules/OAuth2.jsm +lib/thunderbird38/modules/OAuth2Providers.jsm +lib/thunderbird38/modules/OfflineCacheInstaller.jsm +lib/thunderbird38/modules/OperatorApps.jsm +lib/thunderbird38/modules/PageMenu.jsm +lib/thunderbird38/modules/PageMetadata.jsm +lib/thunderbird38/modules/PageThumbUtils.jsm +lib/thunderbird38/modules/PageThumbs.jsm +lib/thunderbird38/modules/PageThumbsWorker.js +lib/thunderbird38/modules/PerfMeasurement.jsm +lib/thunderbird38/modules/PermissionSettings.jsm +lib/thunderbird38/modules/PermissionsInstaller.jsm +lib/thunderbird38/modules/PermissionsTable.jsm +lib/thunderbird38/modules/PermissionsUtils.jsm +lib/thunderbird38/modules/PhoneNumber.jsm +lib/thunderbird38/modules/PhoneNumberMetaData.jsm +lib/thunderbird38/modules/PhoneNumberNormalizer.jsm +lib/thunderbird38/modules/PhoneNumberUtils.jsm +lib/thunderbird38/modules/PlacesBackups.jsm +lib/thunderbird38/modules/PlacesDBUtils.jsm +lib/thunderbird38/modules/PlacesSearchAutocompleteProvider.jsm +lib/thunderbird38/modules/PlacesTransactions.jsm +lib/thunderbird38/modules/PlacesUtils.jsm +lib/thunderbird38/modules/PluralForm.jsm +lib/thunderbird38/modules/PopupNotifications.jsm +lib/thunderbird38/modules/Preferences.jsm +lib/thunderbird38/modules/Prefetcher.jsm +lib/thunderbird38/modules/PresentationDeviceInfoManager.jsm +lib/thunderbird38/modules/PrivateBrowsingUtils.jsm +lib/thunderbird38/modules/Promise-backend.js +lib/thunderbird38/modules/Promise.jsm +lib/thunderbird38/modules/PromiseUtils.jsm +lib/thunderbird38/modules/PromiseWorker.jsm +lib/thunderbird38/modules/PropertyListUtils.jsm +lib/thunderbird38/modules/PushService.jsm +lib/thunderbird38/modules/ReaderMode.jsm +lib/thunderbird38/modules/RemoteAddonsChild.jsm +lib/thunderbird38/modules/RemoteAddonsParent.jsm +lib/thunderbird38/modules/RemoteController.jsm +lib/thunderbird38/modules/RemoteDebuggerServer.jsm +lib/thunderbird38/modules/RemoteFinder.jsm +lib/thunderbird38/modules/RemoteSecurityUI.jsm +lib/thunderbird38/modules/RemoteWebNavigation.jsm +lib/thunderbird38/modules/RemoteWebProgress.jsm +lib/thunderbird38/modules/RequestAutocompleteUI.jsm +lib/thunderbird38/modules/RequestSyncApp.jsm +lib/thunderbird38/modules/RequestSyncService.jsm +lib/thunderbird38/modules/RequestSyncTask.jsm +lib/thunderbird38/modules/ResetProfile.jsm +lib/thunderbird38/modules/ResourceStatsDB.jsm +lib/thunderbird38/modules/ResourceStatsService.jsm +lib/thunderbird38/modules/RokuApp.jsm +lib/thunderbird38/modules/SafeBrowsing.jsm +lib/thunderbird38/modules/ScriptPreloader.jsm +lib/thunderbird38/modules/ScrollPosition.jsm +lib/thunderbird38/modules/SearchIntegration.js +lib/thunderbird38/modules/SearchStaticData.jsm +lib/thunderbird38/modules/SearchSuggestionController.jsm +lib/thunderbird38/modules/SelectContentHelper.jsm +lib/thunderbird38/modules/SelectParentHelper.jsm +lib/thunderbird38/modules/Services.jsm +lib/thunderbird38/modules/SettingsDB.jsm +lib/thunderbird38/modules/SettingsRequestManager.jsm +lib/thunderbird38/modules/SharedPromptUtils.jsm +lib/thunderbird38/modules/ShortcutUtils.jsm +lib/thunderbird38/modules/SimpleServiceDiscovery.jsm +lib/thunderbird38/modules/Sntp.jsm +lib/thunderbird38/modules/SocialService.jsm +lib/thunderbird38/modules/SpatialNavigation.jsm +lib/thunderbird38/modules/Sqlite.jsm +lib/thunderbird38/modules/StoreTrustAnchor.jsm +lib/thunderbird38/modules/StringBundle.js +lib/thunderbird38/modules/SystemMessagePermissionsChecker.jsm +lib/thunderbird38/modules/Task.jsm +lib/thunderbird38/modules/TelemetryFile.jsm +lib/thunderbird38/modules/TelemetryLog.jsm +lib/thunderbird38/modules/TelemetryPing.jsm +lib/thunderbird38/modules/TelemetrySession.jsm +lib/thunderbird38/modules/TelemetryStopwatch.jsm +lib/thunderbird38/modules/TelemetryTimestamps.jsm +lib/thunderbird38/modules/ThirdPartyCookieProbe.jsm +lib/thunderbird38/modules/Timer.jsm +lib/thunderbird38/modules/Troubleshoot.jsm +lib/thunderbird38/modules/TrustedHostedAppsUtils.jsm +lib/thunderbird38/modules/UITelemetry.jsm +lib/thunderbird38/modules/UpdateChannel.jsm +lib/thunderbird38/modules/UserAgentOverrides.jsm +lib/thunderbird38/modules/UserAgentUpdates.jsm +lib/thunderbird38/modules/UserCustomizations.jsm +lib/thunderbird38/modules/WebChannel.jsm +lib/thunderbird38/modules/WebappOSUtils.jsm +lib/thunderbird38/modules/Webapps.jsm +lib/thunderbird38/modules/WindowDraggingUtils.jsm +lib/thunderbird38/modules/Windows8WindowFrameColor.jsm +lib/thunderbird38/modules/WindowsPrefSync.jsm +lib/thunderbird38/modules/WorkerAPI.jsm +lib/thunderbird38/modules/XPCOMUtils.jsm +lib/thunderbird38/modules/XPathGenerator.jsm +lib/thunderbird38/modules/XULRootActor.js +lib/thunderbird38/modules/ZipUtils.jsm +lib/thunderbird38/modules/aboutSupport.js +lib/thunderbird38/modules/aboutSupportUnix.js +lib/thunderbird38/modules/accessibility/AccessFu.jsm +lib/thunderbird38/modules/accessibility/Constants.jsm +lib/thunderbird38/modules/accessibility/ContentControl.jsm +lib/thunderbird38/modules/accessibility/EventManager.jsm +lib/thunderbird38/modules/accessibility/Gestures.jsm +lib/thunderbird38/modules/accessibility/OutputGenerator.jsm +lib/thunderbird38/modules/accessibility/PointerAdapter.jsm +lib/thunderbird38/modules/accessibility/Presentation.jsm +lib/thunderbird38/modules/accessibility/TraversalRules.jsm +lib/thunderbird38/modules/accessibility/Utils.jsm +lib/thunderbird38/modules/activity/activityModules.js +lib/thunderbird38/modules/activity/alertHook.js +lib/thunderbird38/modules/activity/autosync.js +lib/thunderbird38/modules/activity/glodaIndexer.js +lib/thunderbird38/modules/activity/moveCopy.js +lib/thunderbird38/modules/activity/pop3Download.js +lib/thunderbird38/modules/activity/sendLater.js +lib/thunderbird38/modules/addons/AddonLogging.jsm +lib/thunderbird38/modules/addons/AddonRepository.jsm +lib/thunderbird38/modules/addons/AddonRepository_SQLiteMigrator.jsm +lib/thunderbird38/modules/addons/AddonUpdateChecker.jsm +lib/thunderbird38/modules/addons/Content.js +lib/thunderbird38/modules/addons/GMPProvider.jsm +lib/thunderbird38/modules/addons/LightweightThemeImageOptimizer.jsm +lib/thunderbird38/modules/addons/PluginProvider.jsm +lib/thunderbird38/modules/addons/SpellCheckDictionaryBootstrap.js +lib/thunderbird38/modules/addons/XPIProvider.jsm +lib/thunderbird38/modules/addons/XPIProviderUtils.js +lib/thunderbird38/modules/appIdleManager.js +lib/thunderbird38/modules/attachmentChecker.js +lib/thunderbird38/modules/chatHandler.jsm +lib/thunderbird38/modules/chatNotifications.jsm +lib/thunderbird38/modules/cloudFileAccounts.js +lib/thunderbird38/modules/commonjs/dev/debuggee.js +lib/thunderbird38/modules/commonjs/dev/frame-script.js +lib/thunderbird38/modules/commonjs/dev/panel.js +lib/thunderbird38/modules/commonjs/dev/panel/view.js +lib/thunderbird38/modules/commonjs/dev/ports.js +lib/thunderbird38/modules/commonjs/dev/toolbox.js +lib/thunderbird38/modules/commonjs/dev/utils.js +lib/thunderbird38/modules/commonjs/dev/volcan.js +lib/thunderbird38/modules/commonjs/diffpatcher/diff.js +lib/thunderbird38/modules/commonjs/diffpatcher/index.js +lib/thunderbird38/modules/commonjs/diffpatcher/patch.js +lib/thunderbird38/modules/commonjs/diffpatcher/rebase.js +lib/thunderbird38/modules/commonjs/diffpatcher/test/common.js +lib/thunderbird38/modules/commonjs/diffpatcher/test/diff.js +lib/thunderbird38/modules/commonjs/diffpatcher/test/index.js +lib/thunderbird38/modules/commonjs/diffpatcher/test/patch.js +lib/thunderbird38/modules/commonjs/diffpatcher/test/tap.js +lib/thunderbird38/modules/commonjs/framescript/FrameScriptManager.jsm +lib/thunderbird38/modules/commonjs/framescript/LoaderHelper.jsm +lib/thunderbird38/modules/commonjs/framescript/context-menu.js +lib/thunderbird38/modules/commonjs/framescript/contextmenu-events.js +lib/thunderbird38/modules/commonjs/framescript/manager.js +lib/thunderbird38/modules/commonjs/framescript/tab-events.js +lib/thunderbird38/modules/commonjs/framescript/util.js +lib/thunderbird38/modules/commonjs/index.js +lib/thunderbird38/modules/commonjs/method/core.js +lib/thunderbird38/modules/commonjs/method/test/browser.js +lib/thunderbird38/modules/commonjs/method/test/common.js +lib/thunderbird38/modules/commonjs/node/os.js +lib/thunderbird38/modules/commonjs/sdk/addon/bootstrap.js +lib/thunderbird38/modules/commonjs/sdk/addon/events.js +lib/thunderbird38/modules/commonjs/sdk/addon/host.js +lib/thunderbird38/modules/commonjs/sdk/addon/installer.js +lib/thunderbird38/modules/commonjs/sdk/addon/manager.js +lib/thunderbird38/modules/commonjs/sdk/addon/runner.js +lib/thunderbird38/modules/commonjs/sdk/addon/window.js +lib/thunderbird38/modules/commonjs/sdk/base64.js +lib/thunderbird38/modules/commonjs/sdk/browser/events.js +lib/thunderbird38/modules/commonjs/sdk/clipboard.js +lib/thunderbird38/modules/commonjs/sdk/console/plain-text.js +lib/thunderbird38/modules/commonjs/sdk/console/traceback.js +lib/thunderbird38/modules/commonjs/sdk/content/content-worker.js +lib/thunderbird38/modules/commonjs/sdk/content/content.js +lib/thunderbird38/modules/commonjs/sdk/content/context-menu.js +lib/thunderbird38/modules/commonjs/sdk/content/events.js +lib/thunderbird38/modules/commonjs/sdk/content/loader.js +lib/thunderbird38/modules/commonjs/sdk/content/mod.js +lib/thunderbird38/modules/commonjs/sdk/content/sandbox.js +lib/thunderbird38/modules/commonjs/sdk/content/thumbnail.js +lib/thunderbird38/modules/commonjs/sdk/content/utils.js +lib/thunderbird38/modules/commonjs/sdk/content/worker-child.js +lib/thunderbird38/modules/commonjs/sdk/content/worker.js +lib/thunderbird38/modules/commonjs/sdk/context-menu.js +lib/thunderbird38/modules/commonjs/sdk/context-menu/context.js +lib/thunderbird38/modules/commonjs/sdk/context-menu/core.js +lib/thunderbird38/modules/commonjs/sdk/context-menu/readers.js +lib/thunderbird38/modules/commonjs/sdk/context-menu@2.js +lib/thunderbird38/modules/commonjs/sdk/core/disposable.js +lib/thunderbird38/modules/commonjs/sdk/core/heritage.js +lib/thunderbird38/modules/commonjs/sdk/core/namespace.js +lib/thunderbird38/modules/commonjs/sdk/core/observer.js +lib/thunderbird38/modules/commonjs/sdk/core/promise.js +lib/thunderbird38/modules/commonjs/sdk/core/reference.js +lib/thunderbird38/modules/commonjs/sdk/deprecated/api-utils.js +lib/thunderbird38/modules/commonjs/sdk/deprecated/cortex.js +lib/thunderbird38/modules/commonjs/sdk/deprecated/errors.js +lib/thunderbird38/modules/commonjs/sdk/deprecated/events.js +lib/thunderbird38/modules/commonjs/sdk/deprecated/events/assembler.js +lib/thunderbird38/modules/commonjs/sdk/deprecated/light-traits.js +lib/thunderbird38/modules/commonjs/sdk/deprecated/list.js +lib/thunderbird38/modules/commonjs/sdk/deprecated/memory.js +lib/thunderbird38/modules/commonjs/sdk/deprecated/symbiont.js +lib/thunderbird38/modules/commonjs/sdk/deprecated/sync-worker.js +lib/thunderbird38/modules/commonjs/sdk/deprecated/traits-worker.js +lib/thunderbird38/modules/commonjs/sdk/deprecated/traits.js +lib/thunderbird38/modules/commonjs/sdk/deprecated/traits/core.js +lib/thunderbird38/modules/commonjs/sdk/deprecated/unit-test-finder.js +lib/thunderbird38/modules/commonjs/sdk/deprecated/unit-test.js +lib/thunderbird38/modules/commonjs/sdk/deprecated/window-utils.js +lib/thunderbird38/modules/commonjs/sdk/dom/events.js +lib/thunderbird38/modules/commonjs/sdk/dom/events/keys.js +lib/thunderbird38/modules/commonjs/sdk/event/chrome.js +lib/thunderbird38/modules/commonjs/sdk/event/core.js +lib/thunderbird38/modules/commonjs/sdk/event/dom.js +lib/thunderbird38/modules/commonjs/sdk/event/target.js +lib/thunderbird38/modules/commonjs/sdk/event/utils.js +lib/thunderbird38/modules/commonjs/sdk/frame/hidden-frame.js +lib/thunderbird38/modules/commonjs/sdk/frame/utils.js +lib/thunderbird38/modules/commonjs/sdk/fs/path.js +lib/thunderbird38/modules/commonjs/sdk/hotkeys.js +lib/thunderbird38/modules/commonjs/sdk/indexed-db.js +lib/thunderbird38/modules/commonjs/sdk/input/browser.js +lib/thunderbird38/modules/commonjs/sdk/input/customizable-ui.js +lib/thunderbird38/modules/commonjs/sdk/input/frame.js +lib/thunderbird38/modules/commonjs/sdk/input/system.js +lib/thunderbird38/modules/commonjs/sdk/input/window.js +lib/thunderbird38/modules/commonjs/sdk/io/buffer.js +lib/thunderbird38/modules/commonjs/sdk/io/byte-streams.js +lib/thunderbird38/modules/commonjs/sdk/io/data.js +lib/thunderbird38/modules/commonjs/sdk/io/file.js +lib/thunderbird38/modules/commonjs/sdk/io/fs.js +lib/thunderbird38/modules/commonjs/sdk/io/stream.js +lib/thunderbird38/modules/commonjs/sdk/io/text-streams.js +lib/thunderbird38/modules/commonjs/sdk/keyboard/hotkeys.js +lib/thunderbird38/modules/commonjs/sdk/keyboard/observer.js +lib/thunderbird38/modules/commonjs/sdk/keyboard/utils.js +lib/thunderbird38/modules/commonjs/sdk/l10n.js +lib/thunderbird38/modules/commonjs/sdk/l10n/core.js +lib/thunderbird38/modules/commonjs/sdk/l10n/html.js +lib/thunderbird38/modules/commonjs/sdk/l10n/json/core.js +lib/thunderbird38/modules/commonjs/sdk/l10n/loader.js +lib/thunderbird38/modules/commonjs/sdk/l10n/locale.js +lib/thunderbird38/modules/commonjs/sdk/l10n/plural-rules.js +lib/thunderbird38/modules/commonjs/sdk/l10n/prefs.js +lib/thunderbird38/modules/commonjs/sdk/l10n/properties/core.js +lib/thunderbird38/modules/commonjs/sdk/lang/functional.js +lib/thunderbird38/modules/commonjs/sdk/lang/functional/concurrent.js +lib/thunderbird38/modules/commonjs/sdk/lang/functional/core.js +lib/thunderbird38/modules/commonjs/sdk/lang/functional/helpers.js +lib/thunderbird38/modules/commonjs/sdk/lang/type.js +lib/thunderbird38/modules/commonjs/sdk/lang/weak-set.js +lib/thunderbird38/modules/commonjs/sdk/loader/cuddlefish.js +lib/thunderbird38/modules/commonjs/sdk/loader/sandbox.js +lib/thunderbird38/modules/commonjs/sdk/messaging.js +lib/thunderbird38/modules/commonjs/sdk/model/core.js +lib/thunderbird38/modules/commonjs/sdk/net/url.js +lib/thunderbird38/modules/commonjs/sdk/net/xhr.js +lib/thunderbird38/modules/commonjs/sdk/notifications.js +lib/thunderbird38/modules/commonjs/sdk/output/system.js +lib/thunderbird38/modules/commonjs/sdk/page-mod.js +lib/thunderbird38/modules/commonjs/sdk/page-mod/match-pattern.js +lib/thunderbird38/modules/commonjs/sdk/page-worker.js +lib/thunderbird38/modules/commonjs/sdk/panel.js +lib/thunderbird38/modules/commonjs/sdk/panel/events.js +lib/thunderbird38/modules/commonjs/sdk/panel/utils.js +lib/thunderbird38/modules/commonjs/sdk/passwords.js +lib/thunderbird38/modules/commonjs/sdk/passwords/utils.js +lib/thunderbird38/modules/commonjs/sdk/places/bookmarks.js +lib/thunderbird38/modules/commonjs/sdk/places/contract.js +lib/thunderbird38/modules/commonjs/sdk/places/events.js +lib/thunderbird38/modules/commonjs/sdk/places/favicon.js +lib/thunderbird38/modules/commonjs/sdk/places/history.js +lib/thunderbird38/modules/commonjs/sdk/places/host/host-bookmarks.js +lib/thunderbird38/modules/commonjs/sdk/places/host/host-query.js +lib/thunderbird38/modules/commonjs/sdk/places/host/host-tags.js +lib/thunderbird38/modules/commonjs/sdk/places/utils.js +lib/thunderbird38/modules/commonjs/sdk/platform/xpcom.js +lib/thunderbird38/modules/commonjs/sdk/preferences/event-target.js +lib/thunderbird38/modules/commonjs/sdk/preferences/native-options.js +lib/thunderbird38/modules/commonjs/sdk/preferences/service.js +lib/thunderbird38/modules/commonjs/sdk/preferences/utils.js +lib/thunderbird38/modules/commonjs/sdk/private-browsing.js +lib/thunderbird38/modules/commonjs/sdk/private-browsing/utils.js +lib/thunderbird38/modules/commonjs/sdk/querystring.js +lib/thunderbird38/modules/commonjs/sdk/request.js +lib/thunderbird38/modules/commonjs/sdk/selection.js +lib/thunderbird38/modules/commonjs/sdk/self.js +lib/thunderbird38/modules/commonjs/sdk/simple-prefs.js +lib/thunderbird38/modules/commonjs/sdk/simple-storage.js +lib/thunderbird38/modules/commonjs/sdk/stylesheet/style.js +lib/thunderbird38/modules/commonjs/sdk/stylesheet/utils.js +lib/thunderbird38/modules/commonjs/sdk/system.js +lib/thunderbird38/modules/commonjs/sdk/system/child_process.js +lib/thunderbird38/modules/commonjs/sdk/system/child_process/subprocess.js +lib/thunderbird38/modules/commonjs/sdk/system/child_process/subprocess_worker_unix.js +lib/thunderbird38/modules/commonjs/sdk/system/child_process/subprocess_worker_win.js +lib/thunderbird38/modules/commonjs/sdk/system/environment.js +lib/thunderbird38/modules/commonjs/sdk/system/events.js +lib/thunderbird38/modules/commonjs/sdk/system/globals.js +lib/thunderbird38/modules/commonjs/sdk/system/process.js +lib/thunderbird38/modules/commonjs/sdk/system/runtime.js +lib/thunderbird38/modules/commonjs/sdk/system/unload.js +lib/thunderbird38/modules/commonjs/sdk/system/xul-app.js +lib/thunderbird38/modules/commonjs/sdk/system/xul-app.jsm +lib/thunderbird38/modules/commonjs/sdk/tab/events.js +lib/thunderbird38/modules/commonjs/sdk/tabs.js +lib/thunderbird38/modules/commonjs/sdk/tabs/common.js +lib/thunderbird38/modules/commonjs/sdk/tabs/events.js +lib/thunderbird38/modules/commonjs/sdk/tabs/helpers.js +lib/thunderbird38/modules/commonjs/sdk/tabs/namespace.js +lib/thunderbird38/modules/commonjs/sdk/tabs/observer.js +lib/thunderbird38/modules/commonjs/sdk/tabs/tab-fennec.js +lib/thunderbird38/modules/commonjs/sdk/tabs/tab-firefox.js +lib/thunderbird38/modules/commonjs/sdk/tabs/tab.js +lib/thunderbird38/modules/commonjs/sdk/tabs/tabs-firefox.js +lib/thunderbird38/modules/commonjs/sdk/tabs/utils.js +lib/thunderbird38/modules/commonjs/sdk/tabs/worker.js +lib/thunderbird38/modules/commonjs/sdk/test.js +lib/thunderbird38/modules/commonjs/sdk/test/assert.js +lib/thunderbird38/modules/commonjs/sdk/test/harness.js +lib/thunderbird38/modules/commonjs/sdk/test/httpd.js +lib/thunderbird38/modules/commonjs/sdk/test/loader.js +lib/thunderbird38/modules/commonjs/sdk/test/memory.js +lib/thunderbird38/modules/commonjs/sdk/test/options.js +lib/thunderbird38/modules/commonjs/sdk/test/runner.js +lib/thunderbird38/modules/commonjs/sdk/test/tmp-file.js +lib/thunderbird38/modules/commonjs/sdk/test/utils.js +lib/thunderbird38/modules/commonjs/sdk/timers.js +lib/thunderbird38/modules/commonjs/sdk/ui.js +lib/thunderbird38/modules/commonjs/sdk/ui/button/action.js +lib/thunderbird38/modules/commonjs/sdk/ui/button/contract.js +lib/thunderbird38/modules/commonjs/sdk/ui/button/toggle.js +lib/thunderbird38/modules/commonjs/sdk/ui/button/view.js +lib/thunderbird38/modules/commonjs/sdk/ui/button/view/events.js +lib/thunderbird38/modules/commonjs/sdk/ui/component.js +lib/thunderbird38/modules/commonjs/sdk/ui/frame.js +lib/thunderbird38/modules/commonjs/sdk/ui/frame/model.js +lib/thunderbird38/modules/commonjs/sdk/ui/frame/view.html +lib/thunderbird38/modules/commonjs/sdk/ui/frame/view.js +lib/thunderbird38/modules/commonjs/sdk/ui/id.js +lib/thunderbird38/modules/commonjs/sdk/ui/sidebar.js +lib/thunderbird38/modules/commonjs/sdk/ui/sidebar/actions.js +lib/thunderbird38/modules/commonjs/sdk/ui/sidebar/contract.js +lib/thunderbird38/modules/commonjs/sdk/ui/sidebar/namespace.js +lib/thunderbird38/modules/commonjs/sdk/ui/sidebar/utils.js +lib/thunderbird38/modules/commonjs/sdk/ui/sidebar/view.js +lib/thunderbird38/modules/commonjs/sdk/ui/state.js +lib/thunderbird38/modules/commonjs/sdk/ui/state/events.js +lib/thunderbird38/modules/commonjs/sdk/ui/toolbar.js +lib/thunderbird38/modules/commonjs/sdk/ui/toolbar/model.js +lib/thunderbird38/modules/commonjs/sdk/ui/toolbar/view.js +lib/thunderbird38/modules/commonjs/sdk/uri/resource.js +lib/thunderbird38/modules/commonjs/sdk/url.js +lib/thunderbird38/modules/commonjs/sdk/url/utils.js +lib/thunderbird38/modules/commonjs/sdk/util/array.js +lib/thunderbird38/modules/commonjs/sdk/util/bond.js +lib/thunderbird38/modules/commonjs/sdk/util/collection.js +lib/thunderbird38/modules/commonjs/sdk/util/contract.js +lib/thunderbird38/modules/commonjs/sdk/util/deprecate.js +lib/thunderbird38/modules/commonjs/sdk/util/dispatcher.js +lib/thunderbird38/modules/commonjs/sdk/util/list.js +lib/thunderbird38/modules/commonjs/sdk/util/match-pattern.js +lib/thunderbird38/modules/commonjs/sdk/util/object.js +lib/thunderbird38/modules/commonjs/sdk/util/rules.js +lib/thunderbird38/modules/commonjs/sdk/util/sequence.js +lib/thunderbird38/modules/commonjs/sdk/util/uuid.js +lib/thunderbird38/modules/commonjs/sdk/view/core.js +lib/thunderbird38/modules/commonjs/sdk/widget.js +lib/thunderbird38/modules/commonjs/sdk/window/browser.js +lib/thunderbird38/modules/commonjs/sdk/window/events.js +lib/thunderbird38/modules/commonjs/sdk/window/helpers.js +lib/thunderbird38/modules/commonjs/sdk/window/namespace.js +lib/thunderbird38/modules/commonjs/sdk/window/utils.js +lib/thunderbird38/modules/commonjs/sdk/windows.js +lib/thunderbird38/modules/commonjs/sdk/windows/dom.js +lib/thunderbird38/modules/commonjs/sdk/windows/fennec.js +lib/thunderbird38/modules/commonjs/sdk/windows/firefox.js +lib/thunderbird38/modules/commonjs/sdk/windows/observer.js +lib/thunderbird38/modules/commonjs/sdk/windows/tabs-fennec.js +lib/thunderbird38/modules/commonjs/sdk/windows/tabs-firefox.js +lib/thunderbird38/modules/commonjs/sdk/worker/utils.js +lib/thunderbird38/modules/commonjs/sdk/zip/utils.js +lib/thunderbird38/modules/commonjs/test.js +lib/thunderbird38/modules/commonjs/toolkit/loader.js +lib/thunderbird38/modules/commonjs/toolkit/require.js +lib/thunderbird38/modules/ctypes.jsm +lib/thunderbird38/modules/dbViewWrapper.js +lib/thunderbird38/modules/debug.js +lib/thunderbird38/modules/devtools/Console.jsm +lib/thunderbird38/modules/devtools/DevToolsUtils.js +lib/thunderbird38/modules/devtools/DevToolsUtils.jsm +lib/thunderbird38/modules/devtools/Devices.jsm +lib/thunderbird38/modules/devtools/LayoutHelpers.jsm +lib/thunderbird38/modules/devtools/Loader.jsm +lib/thunderbird38/modules/devtools/Require.jsm +lib/thunderbird38/modules/devtools/Simulator.jsm +lib/thunderbird38/modules/devtools/SourceMap.jsm +lib/thunderbird38/modules/devtools/Templater.jsm +lib/thunderbird38/modules/devtools/acorn/acorn.js +lib/thunderbird38/modules/devtools/acorn/acorn_loose.js +lib/thunderbird38/modules/devtools/acorn/walk.js +lib/thunderbird38/modules/devtools/app-actor-front.js +lib/thunderbird38/modules/devtools/async-utils.js +lib/thunderbird38/modules/devtools/client/connection-manager.js +lib/thunderbird38/modules/devtools/content-observer.js +lib/thunderbird38/modules/devtools/content-server.jsm +lib/thunderbird38/modules/devtools/css-color.js +lib/thunderbird38/modules/devtools/dbg-client.jsm +lib/thunderbird38/modules/devtools/dbg-server.jsm +lib/thunderbird38/modules/devtools/deprecated-sync-thenables.js +lib/thunderbird38/modules/devtools/discovery/discovery.js +lib/thunderbird38/modules/devtools/event-emitter.js +lib/thunderbird38/modules/devtools/event-parsers.js +lib/thunderbird38/modules/devtools/gcli.jsm +lib/thunderbird38/modules/devtools/gcli/api.js +lib/thunderbird38/modules/devtools/gcli/cli.js +lib/thunderbird38/modules/devtools/gcli/commands/addon.js +lib/thunderbird38/modules/devtools/gcli/commands/appcache.js +lib/thunderbird38/modules/devtools/gcli/commands/calllog.js +lib/thunderbird38/modules/devtools/gcli/commands/clear.js +lib/thunderbird38/modules/devtools/gcli/commands/cmd.js +lib/thunderbird38/modules/devtools/gcli/commands/commands.js +lib/thunderbird38/modules/devtools/gcli/commands/connect.js +lib/thunderbird38/modules/devtools/gcli/commands/context.js +lib/thunderbird38/modules/devtools/gcli/commands/cookie.js +lib/thunderbird38/modules/devtools/gcli/commands/csscoverage.js +lib/thunderbird38/modules/devtools/gcli/commands/exec.js +lib/thunderbird38/modules/devtools/gcli/commands/folder.js +lib/thunderbird38/modules/devtools/gcli/commands/global.js +lib/thunderbird38/modules/devtools/gcli/commands/help.js +lib/thunderbird38/modules/devtools/gcli/commands/highlight.js +lib/thunderbird38/modules/devtools/gcli/commands/inject.js +lib/thunderbird38/modules/devtools/gcli/commands/intro.js +lib/thunderbird38/modules/devtools/gcli/commands/jsb.js +lib/thunderbird38/modules/devtools/gcli/commands/lang.js +lib/thunderbird38/modules/devtools/gcli/commands/listen.js +lib/thunderbird38/modules/devtools/gcli/commands/media.js +lib/thunderbird38/modules/devtools/gcli/commands/mocks.js +lib/thunderbird38/modules/devtools/gcli/commands/pagemod.js +lib/thunderbird38/modules/devtools/gcli/commands/paintflashing.js +lib/thunderbird38/modules/devtools/gcli/commands/pref.js +lib/thunderbird38/modules/devtools/gcli/commands/preflist.js +lib/thunderbird38/modules/devtools/gcli/commands/restart.js +lib/thunderbird38/modules/devtools/gcli/commands/screenshot.js +lib/thunderbird38/modules/devtools/gcli/commands/test.js +lib/thunderbird38/modules/devtools/gcli/commands/tools.js +lib/thunderbird38/modules/devtools/gcli/connectors/connectors.js +lib/thunderbird38/modules/devtools/gcli/connectors/index.js +lib/thunderbird38/modules/devtools/gcli/connectors/protocol.js +lib/thunderbird38/modules/devtools/gcli/connectors/rdp.js +lib/thunderbird38/modules/devtools/gcli/connectors/remoted.js +lib/thunderbird38/modules/devtools/gcli/converters/basic.js +lib/thunderbird38/modules/devtools/gcli/converters/converters.js +lib/thunderbird38/modules/devtools/gcli/converters/html.js +lib/thunderbird38/modules/devtools/gcli/converters/terminal.js +lib/thunderbird38/modules/devtools/gcli/fields/delegate.js +lib/thunderbird38/modules/devtools/gcli/fields/fields.js +lib/thunderbird38/modules/devtools/gcli/fields/selection.js +lib/thunderbird38/modules/devtools/gcli/index.js +lib/thunderbird38/modules/devtools/gcli/l10n.js +lib/thunderbird38/modules/devtools/gcli/languages/command.html +lib/thunderbird38/modules/devtools/gcli/languages/command.js +lib/thunderbird38/modules/devtools/gcli/languages/javascript.js +lib/thunderbird38/modules/devtools/gcli/languages/languages.js +lib/thunderbird38/modules/devtools/gcli/mozui/completer.js +lib/thunderbird38/modules/devtools/gcli/mozui/ffdisplay.js +lib/thunderbird38/modules/devtools/gcli/mozui/inputter.js +lib/thunderbird38/modules/devtools/gcli/mozui/tooltip.js +lib/thunderbird38/modules/devtools/gcli/settings.js +lib/thunderbird38/modules/devtools/gcli/types/array.js +lib/thunderbird38/modules/devtools/gcli/types/boolean.js +lib/thunderbird38/modules/devtools/gcli/types/command.js +lib/thunderbird38/modules/devtools/gcli/types/date.js +lib/thunderbird38/modules/devtools/gcli/types/delegate.js +lib/thunderbird38/modules/devtools/gcli/types/file.js +lib/thunderbird38/modules/devtools/gcli/types/fileparser.js +lib/thunderbird38/modules/devtools/gcli/types/javascript.js +lib/thunderbird38/modules/devtools/gcli/types/node.js +lib/thunderbird38/modules/devtools/gcli/types/number.js +lib/thunderbird38/modules/devtools/gcli/types/resource.js +lib/thunderbird38/modules/devtools/gcli/types/selection.js +lib/thunderbird38/modules/devtools/gcli/types/setting.js +lib/thunderbird38/modules/devtools/gcli/types/string.js +lib/thunderbird38/modules/devtools/gcli/types/types.js +lib/thunderbird38/modules/devtools/gcli/types/union.js +lib/thunderbird38/modules/devtools/gcli/types/url.js +lib/thunderbird38/modules/devtools/gcli/ui/focus.js +lib/thunderbird38/modules/devtools/gcli/ui/history.js +lib/thunderbird38/modules/devtools/gcli/ui/intro.js +lib/thunderbird38/modules/devtools/gcli/ui/menu.css +lib/thunderbird38/modules/devtools/gcli/ui/menu.html +lib/thunderbird38/modules/devtools/gcli/ui/menu.js +lib/thunderbird38/modules/devtools/gcli/ui/view.js +lib/thunderbird38/modules/devtools/gcli/util/domtemplate.js +lib/thunderbird38/modules/devtools/gcli/util/fileparser.js +lib/thunderbird38/modules/devtools/gcli/util/filesystem.js +lib/thunderbird38/modules/devtools/gcli/util/host.js +lib/thunderbird38/modules/devtools/gcli/util/l10n.js +lib/thunderbird38/modules/devtools/gcli/util/legacy.js +lib/thunderbird38/modules/devtools/gcli/util/prism.js +lib/thunderbird38/modules/devtools/gcli/util/promise.js +lib/thunderbird38/modules/devtools/gcli/util/spell.js +lib/thunderbird38/modules/devtools/gcli/util/util.js +lib/thunderbird38/modules/devtools/jsbeautify/beautify-css.js +lib/thunderbird38/modules/devtools/jsbeautify/beautify-html.js +lib/thunderbird38/modules/devtools/jsbeautify/beautify-js.js +lib/thunderbird38/modules/devtools/jsbeautify/beautify-tests.js +lib/thunderbird38/modules/devtools/jsbeautify/beautify.js +lib/thunderbird38/modules/devtools/jsbeautify/sanitytest.js +lib/thunderbird38/modules/devtools/jsbeautify/urlencode_unpacker.js +lib/thunderbird38/modules/devtools/output-parser.js +lib/thunderbird38/modules/devtools/path.js +lib/thunderbird38/modules/devtools/pretty-fast.js +lib/thunderbird38/modules/devtools/qrcode/decoder/index.js +lib/thunderbird38/modules/devtools/qrcode/encoder/index.js +lib/thunderbird38/modules/devtools/qrcode/index.js +lib/thunderbird38/modules/devtools/security/auth.js +lib/thunderbird38/modules/devtools/security/cert.js +lib/thunderbird38/modules/devtools/security/prompt.js +lib/thunderbird38/modules/devtools/security/socket.js +lib/thunderbird38/modules/devtools/server/actors/actor-registry.js +lib/thunderbird38/modules/devtools/server/actors/animation.js +lib/thunderbird38/modules/devtools/server/actors/call-watcher.js +lib/thunderbird38/modules/devtools/server/actors/canvas.js +lib/thunderbird38/modules/devtools/server/actors/child-process.js +lib/thunderbird38/modules/devtools/server/actors/childtab.js +lib/thunderbird38/modules/devtools/server/actors/common.js +lib/thunderbird38/modules/devtools/server/actors/csscoverage.js +lib/thunderbird38/modules/devtools/server/actors/device.js +lib/thunderbird38/modules/devtools/server/actors/director-manager.js +lib/thunderbird38/modules/devtools/server/actors/director-registry.js +lib/thunderbird38/modules/devtools/server/actors/eventlooplag.js +lib/thunderbird38/modules/devtools/server/actors/framerate.js +lib/thunderbird38/modules/devtools/server/actors/gcli.js +lib/thunderbird38/modules/devtools/server/actors/highlighter.css +lib/thunderbird38/modules/devtools/server/actors/highlighter.js +lib/thunderbird38/modules/devtools/server/actors/inspector.js +lib/thunderbird38/modules/devtools/server/actors/layout.js +lib/thunderbird38/modules/devtools/server/actors/memory.js +lib/thunderbird38/modules/devtools/server/actors/monitor.js +lib/thunderbird38/modules/devtools/server/actors/preference.js +lib/thunderbird38/modules/devtools/server/actors/pretty-print-worker.js +lib/thunderbird38/modules/devtools/server/actors/profiler.js +lib/thunderbird38/modules/devtools/server/actors/root.js +lib/thunderbird38/modules/devtools/server/actors/script.js +lib/thunderbird38/modules/devtools/server/actors/settings.js +lib/thunderbird38/modules/devtools/server/actors/storage.js +lib/thunderbird38/modules/devtools/server/actors/string.js +lib/thunderbird38/modules/devtools/server/actors/styleeditor.js +lib/thunderbird38/modules/devtools/server/actors/styles.js +lib/thunderbird38/modules/devtools/server/actors/stylesheets.js +lib/thunderbird38/modules/devtools/server/actors/timeline.js +lib/thunderbird38/modules/devtools/server/actors/tracer.js +lib/thunderbird38/modules/devtools/server/actors/utils/ScriptStore.js +lib/thunderbird38/modules/devtools/server/actors/utils/actor-registry-utils.js +lib/thunderbird38/modules/devtools/server/actors/utils/automation-timeline.js +lib/thunderbird38/modules/devtools/server/actors/utils/make-debugger.js +lib/thunderbird38/modules/devtools/server/actors/utils/map-uri-to-addon-id.js +lib/thunderbird38/modules/devtools/server/actors/utils/stack.js +lib/thunderbird38/modules/devtools/server/actors/webapps.js +lib/thunderbird38/modules/devtools/server/actors/webaudio.js +lib/thunderbird38/modules/devtools/server/actors/webbrowser.js +lib/thunderbird38/modules/devtools/server/actors/webconsole.js +lib/thunderbird38/modules/devtools/server/actors/webgl.js +lib/thunderbird38/modules/devtools/server/child.js +lib/thunderbird38/modules/devtools/server/content-globals.js +lib/thunderbird38/modules/devtools/server/main.js +lib/thunderbird38/modules/devtools/server/protocol.js +lib/thunderbird38/modules/devtools/shared/async-storage.js +lib/thunderbird38/modules/devtools/source-map.js +lib/thunderbird38/modules/devtools/styleinspector/css-logic.js +lib/thunderbird38/modules/devtools/tern/browser.js +lib/thunderbird38/modules/devtools/tern/comment.js +lib/thunderbird38/modules/devtools/tern/condense.js +lib/thunderbird38/modules/devtools/tern/def.js +lib/thunderbird38/modules/devtools/tern/ecma5.js +lib/thunderbird38/modules/devtools/tern/infer.js +lib/thunderbird38/modules/devtools/tern/signal.js +lib/thunderbird38/modules/devtools/tern/tern.js +lib/thunderbird38/modules/devtools/toolkit/webconsole/client.js +lib/thunderbird38/modules/devtools/toolkit/webconsole/network-helper.js +lib/thunderbird38/modules/devtools/toolkit/webconsole/network-monitor.js +lib/thunderbird38/modules/devtools/toolkit/webconsole/utils.js +lib/thunderbird38/modules/devtools/touch-events.js +lib/thunderbird38/modules/devtools/transport/packets.js +lib/thunderbird38/modules/devtools/transport/stream-utils.js +lib/thunderbird38/modules/devtools/transport/transport.js +lib/thunderbird38/modules/devtools/worker-loader.js +lib/thunderbird38/modules/displayNameUtils.js +lib/thunderbird38/modules/distribution.js +lib/thunderbird38/modules/editorUtilities.jsm +lib/thunderbird38/modules/errUtils.js +lib/thunderbird38/modules/extraMimeParsers.jsm +lib/thunderbird38/modules/folderUtils.jsm +lib/thunderbird38/modules/gloda/collection.js +lib/thunderbird38/modules/gloda/connotent.js +lib/thunderbird38/modules/gloda/databind.js +lib/thunderbird38/modules/gloda/datamodel.js +lib/thunderbird38/modules/gloda/datastore.js +lib/thunderbird38/modules/gloda/dbview.js +lib/thunderbird38/modules/gloda/everybody.js +lib/thunderbird38/modules/gloda/explattr.js +lib/thunderbird38/modules/gloda/facet.js +lib/thunderbird38/modules/gloda/fundattr.js +lib/thunderbird38/modules/gloda/gloda.js +lib/thunderbird38/modules/gloda/index_ab.js +lib/thunderbird38/modules/gloda/index_msg.js +lib/thunderbird38/modules/gloda/indexer.js +lib/thunderbird38/modules/gloda/log4moz.js +lib/thunderbird38/modules/gloda/mimeTypeCategories.js +lib/thunderbird38/modules/gloda/mimemsg.js +lib/thunderbird38/modules/gloda/msg_search.js +lib/thunderbird38/modules/gloda/noun_freetag.js +lib/thunderbird38/modules/gloda/noun_mimetype.js +lib/thunderbird38/modules/gloda/noun_tag.js +lib/thunderbird38/modules/gloda/public.js +lib/thunderbird38/modules/gloda/query.js +lib/thunderbird38/modules/gloda/suffixtree.js +lib/thunderbird38/modules/gloda/utils.js +lib/thunderbird38/modules/hiddenWindow.jsm +lib/thunderbird38/modules/hostnameUtils.jsm +lib/thunderbird38/modules/identity/FirefoxAccounts.jsm +lib/thunderbird38/modules/identity/Identity.jsm +lib/thunderbird38/modules/identity/IdentityProvider.jsm +lib/thunderbird38/modules/identity/IdentityStore.jsm +lib/thunderbird38/modules/identity/IdentityUtils.jsm +lib/thunderbird38/modules/identity/LogUtils.jsm +lib/thunderbird38/modules/identity/MinimalIdentity.jsm +lib/thunderbird38/modules/identity/RelyingParty.jsm +lib/thunderbird38/modules/identity/Sandbox.jsm +lib/thunderbird38/modules/identity/jwcrypto.jsm +lib/thunderbird38/modules/imContentSink.jsm +lib/thunderbird38/modules/imServices.jsm +lib/thunderbird38/modules/imSmileys.jsm +lib/thunderbird38/modules/imStatusUtils.jsm +lib/thunderbird38/modules/imTextboxUtils.jsm +lib/thunderbird38/modules/imThemes.jsm +lib/thunderbird38/modules/imXPCOMUtils.jsm +lib/thunderbird38/modules/index_im.js +lib/thunderbird38/modules/ircBase.jsm +lib/thunderbird38/modules/ircCAP.jsm +lib/thunderbird38/modules/ircCTCP.jsm +lib/thunderbird38/modules/ircCommands.jsm +lib/thunderbird38/modules/ircDCC.jsm +lib/thunderbird38/modules/ircHandlers.jsm +lib/thunderbird38/modules/ircISUPPORT.jsm +lib/thunderbird38/modules/ircMultiPrefix.jsm +lib/thunderbird38/modules/ircNonStandard.jsm +lib/thunderbird38/modules/ircSASL.jsm +lib/thunderbird38/modules/ircServices.jsm +lib/thunderbird38/modules/ircUtils.jsm +lib/thunderbird38/modules/ircWatchMonitor.jsm +lib/thunderbird38/modules/iteratorUtils.jsm +lib/thunderbird38/modules/jsProtoHelper.jsm +lib/thunderbird38/modules/jsTreeSelection.js +lib/thunderbird38/modules/jsdebugger.jsm +lib/thunderbird38/modules/jsmime.jsm +lib/thunderbird38/modules/jsmime/jsmime.js +lib/thunderbird38/modules/mailInstrumentation.js +lib/thunderbird38/modules/mailMigrator.js +lib/thunderbird38/modules/mailServices.js +lib/thunderbird38/modules/mailViewManager.js +lib/thunderbird38/modules/mailnewsMigrator.js +lib/thunderbird38/modules/mcc_iso3166_table.jsm +lib/thunderbird38/modules/media/IdpSandbox.jsm +lib/thunderbird38/modules/media/PeerConnectionIdp.jsm +lib/thunderbird38/modules/media/RTCStatsReport.jsm +lib/thunderbird38/modules/mimeParser.jsm +lib/thunderbird38/modules/msgDBCacheManager.js +lib/thunderbird38/modules/nsFormAutoCompleteResult.jsm +lib/thunderbird38/modules/oauth.jsm +lib/thunderbird38/modules/osfile.jsm +lib/thunderbird38/modules/osfile/osfile_async_front.jsm +lib/thunderbird38/modules/osfile/osfile_async_worker.js +lib/thunderbird38/modules/osfile/osfile_native.jsm +lib/thunderbird38/modules/osfile/osfile_shared_allthreads.jsm +lib/thunderbird38/modules/osfile/osfile_shared_front.jsm +lib/thunderbird38/modules/osfile/osfile_unix_allthreads.jsm +lib/thunderbird38/modules/osfile/osfile_unix_back.jsm +lib/thunderbird38/modules/osfile/osfile_unix_front.jsm +lib/thunderbird38/modules/osfile/osfile_win_allthreads.jsm +lib/thunderbird38/modules/osfile/osfile_win_back.jsm +lib/thunderbird38/modules/osfile/osfile_win_front.jsm +lib/thunderbird38/modules/osfile/ospath.jsm +lib/thunderbird38/modules/osfile/ospath_unix.jsm +lib/thunderbird38/modules/osfile/ospath_win.jsm +lib/thunderbird38/modules/quickFilterManager.js +lib/thunderbird38/modules/reader/JSDOMParser.js +lib/thunderbird38/modules/reader/Readability.js +lib/thunderbird38/modules/reader/ReaderWorker.js +lib/thunderbird38/modules/reader/ReaderWorker.jsm +lib/thunderbird38/modules/reflect.jsm +lib/thunderbird38/modules/sdk/bootstrap.js +lib/thunderbird38/modules/sdk/system/Startup.js +lib/thunderbird38/modules/searchSpec.js +lib/thunderbird38/modules/search_im.js +lib/thunderbird38/modules/services-common/async.js +lib/thunderbird38/modules/services-common/bagheeraclient.js +lib/thunderbird38/modules/services-common/hawkclient.js +lib/thunderbird38/modules/services-common/hawkrequest.js +lib/thunderbird38/modules/services-common/logmanager.js +lib/thunderbird38/modules/services-common/observers.js +lib/thunderbird38/modules/services-common/rest.js +lib/thunderbird38/modules/services-common/storageservice.js +lib/thunderbird38/modules/services-common/stringbundle.js +lib/thunderbird38/modules/services-common/tokenserverclient.js +lib/thunderbird38/modules/services-common/utils.js +lib/thunderbird38/modules/services-crypto/WeaveCrypto.js +lib/thunderbird38/modules/services-crypto/utils.js +lib/thunderbird38/modules/sessionStoreManager.js +lib/thunderbird38/modules/socket.jsm +lib/thunderbird38/modules/sqlite/sqlite_internal.js +lib/thunderbird38/modules/summaryFrameManager.js +lib/thunderbird38/modules/templateUtils.js +lib/thunderbird38/modules/traceHelper.js +lib/thunderbird38/modules/twitter-text.jsm +lib/thunderbird38/modules/virtualFolderWrapper.js +lib/thunderbird38/modules/vtt.jsm +lib/thunderbird38/modules/windowsJumpLists.js +lib/thunderbird38/modules/workers/PromiseWorker.js +lib/thunderbird38/modules/workers/lz4.js +lib/thunderbird38/modules/workers/lz4_internal.js +lib/thunderbird38/modules/workers/require.js +lib/thunderbird38/modules/xmpp-authmechs.jsm +lib/thunderbird38/modules/xmpp-session.jsm +lib/thunderbird38/modules/xmpp-xml.jsm +lib/thunderbird38/modules/xmpp.jsm +lib/thunderbird38/modules/yahoo-session.jsm +lib/thunderbird38/platform.ini +lib/thunderbird38/plugin-container +lib/thunderbird38/removed-files +lib/thunderbird38/res/EditorOverride.css +lib/thunderbird38/res/contenteditable.css +lib/thunderbird38/res/designmode.css +lib/thunderbird38/res/dtd/htmlmathml-f.ent +lib/thunderbird38/res/entityTables/html40Latin1.properties +lib/thunderbird38/res/entityTables/html40Special.properties +lib/thunderbird38/res/entityTables/html40Symbols.properties +lib/thunderbird38/res/entityTables/htmlEntityVersions.properties +lib/thunderbird38/res/entityTables/mathml20.properties +lib/thunderbird38/res/entityTables/transliterate.properties +lib/thunderbird38/res/fonts/mathfont.properties +lib/thunderbird38/res/fonts/mathfontMathJax_Main.properties +lib/thunderbird38/res/fonts/mathfontSTIXGeneral.properties +lib/thunderbird38/res/fonts/mathfontStandardSymbolsL.properties +lib/thunderbird38/res/fonts/mathfontUnicode.properties +lib/thunderbird38/res/grabber.gif +lib/thunderbird38/res/html/folder.png +lib/thunderbird38/res/langGroups.properties +lib/thunderbird38/res/language.properties +lib/thunderbird38/res/svg.css +lib/thunderbird38/res/table-add-column-after-active.gif +lib/thunderbird38/res/table-add-column-after-hover.gif +lib/thunderbird38/res/table-add-column-after.gif +lib/thunderbird38/res/table-add-column-before-active.gif +lib/thunderbird38/res/table-add-column-before-hover.gif +lib/thunderbird38/res/table-add-column-before.gif +lib/thunderbird38/res/table-add-row-after-active.gif +lib/thunderbird38/res/table-add-row-after-hover.gif +lib/thunderbird38/res/table-add-row-after.gif +lib/thunderbird38/res/table-add-row-before-active.gif +lib/thunderbird38/res/table-add-row-before-hover.gif +lib/thunderbird38/res/table-add-row-before.gif +lib/thunderbird38/res/table-remove-column-active.gif +lib/thunderbird38/res/table-remove-column-hover.gif +lib/thunderbird38/res/table-remove-column.gif +lib/thunderbird38/res/table-remove-row-active.gif +lib/thunderbird38/res/table-remove-row-hover.gif +lib/thunderbird38/res/table-remove-row.gif +lib/thunderbird38/run-mozilla.sh +lib/thunderbird38/searchplugins/amazondotcom.xml +lib/thunderbird38/searchplugins/aol-web-search.xml +lib/thunderbird38/searchplugins/bing.xml +lib/thunderbird38/searchplugins/eBay.xml +lib/thunderbird38/searchplugins/twitter.xml +lib/thunderbird38/searchplugins/wikipedia.xml +lib/thunderbird38/searchplugins/yahoo.xml +lib/thunderbird38/thunderbird +lib/thunderbird38/thunderbird-bin +share/applications/thunderbird38.desktop +share/pixmaps/thunderbird38.png diff --git a/mail/thunderbird38/PLIST.lightning b/mail/thunderbird38/PLIST.lightning new file mode 100644 index 0000000000000..d21efb477c97c --- /dev/null +++ b/mail/thunderbird38/PLIST.lightning @@ -0,0 +1,949 @@ +@comment $NetBSD: PLIST.lightning,v 1.1 2016/04/17 18:22:21 ryoon Exp $ +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/app.ini +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calAlarm.js +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calAlarmMonitor.js +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calAlarmService.js +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calAttachment.js +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calAttendee.js +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calCachedCalendar.js +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calCalendarManager.js +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calCalendarSearchService.js +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calDateTime.js +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calDateTimeFormatter.js +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calDavRequestHandlers.js +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calDeletedItems.js +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calDuration.js +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calEvent.js +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calFilter.js +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calFreeBusyService.js +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calHtmlExport.js +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calICSService-worker.js +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calICSService.js +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calIcsImportExport.js +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calIcsParser.js +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calIcsSerializer.js +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calItemBase.js +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calItipItem.js +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calListFormatter.js +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calMonthGridPrinter.js +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calOutlookCSVImportExport.js +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calPeriod.js +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calProtocolHandler.js +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calRecurrenceDate.js +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calRecurrenceInfo.js +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calRecurrenceRule.js +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calRelation.js +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calStartupService.js +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calTimezone.js +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calTodo.js +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calTransactionManager.js +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calUtils.js +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calWcapCalendar.js +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calWcapCalendarItems.js +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calWcapErrors.js +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calWcapRequest.js +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calWcapSession.js +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calWcapUtils.js +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calWeekInfoService.js +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calWeekPrinter.js +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome.manifest +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar-en-US/locale/en-US/calendar/calendar-alarms.properties +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar-en-US/locale/en-US/calendar/calendar-event-dialog-attendees.properties +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar-en-US/locale/en-US/calendar/calendar-event-dialog.dtd +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar-en-US/locale/en-US/calendar/calendar-event-dialog.properties +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar-en-US/locale/en-US/calendar/calendar-extract.properties +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar-en-US/locale/en-US/calendar/calendar-invitations-dialog.dtd +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar-en-US/locale/en-US/calendar/calendar-occurrence-prompt.dtd +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar-en-US/locale/en-US/calendar/calendar-occurrence-prompt.properties +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar-en-US/locale/en-US/calendar/calendar-subscriptions-dialog.dtd +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar-en-US/locale/en-US/calendar/calendar.dtd +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar-en-US/locale/en-US/calendar/calendar.properties +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar-en-US/locale/en-US/calendar/calendarCreation.dtd +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar-en-US/locale/en-US/calendar/calendarCreation.properties +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar-en-US/locale/en-US/calendar/categories.properties +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar-en-US/locale/en-US/calendar/dateFormat.properties +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar-en-US/locale/en-US/calendar/dialogs/calendar-event-dialog-reminder.dtd +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar-en-US/locale/en-US/calendar/global.dtd +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar-en-US/locale/en-US/calendar/menuOverlay.dtd +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar-en-US/locale/en-US/calendar/migration.dtd +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar-en-US/locale/en-US/calendar/migration.properties +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar-en-US/locale/en-US/calendar/preferences/alarms.dtd +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar-en-US/locale/en-US/calendar/preferences/categories.dtd +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar-en-US/locale/en-US/calendar/preferences/general.dtd +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar-en-US/locale/en-US/calendar/preferences/preferences.dtd +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar-en-US/locale/en-US/calendar/preferences/views.dtd +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar-en-US/locale/en-US/calendar/provider-uninstall.dtd +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar-en-US/locale/en-US/calendar/timezones.properties +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar-en-US/locale/en-US/calendar/wcap.properties +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/WindowsNTToZoneInfoTZId.properties +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/agenda-listbox.js +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/agenda-listbox.xml +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/calApplicationUtils.js +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/calFilter.js +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/calUtils.js +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/calendar-alarm-dialog.js +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/calendar-alarm-dialog.xul +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/calendar-base-view.xml +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/calendar-bindings.css +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/calendar-calendars-list.xul +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/calendar-chrome-startup.js +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/calendar-clipboard.js +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/calendar-common-sets.js +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/calendar-common-sets.xul +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/calendar-conflicts-dialog.xul +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/calendar-creation.js +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/calendar-daypicker.xml +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/calendar-dialog-utils.js +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/calendar-dnd-listener.js +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/calendar-error-prompt.xul +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/calendar-event-dialog-attendees.js +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/calendar-event-dialog-attendees.xml +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/calendar-event-dialog-attendees.xul +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/calendar-event-dialog-freebusy.xml +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/calendar-event-dialog-recurrence-preview.xml +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/calendar-event-dialog-recurrence.js +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/calendar-event-dialog-recurrence.xul +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/calendar-event-dialog-reminder.js +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/calendar-event-dialog-reminder.xul +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/calendar-event-dialog-timezone.js +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/calendar-event-dialog-timezone.xul +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/calendar-event-dialog.css +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/calendar-event-dialog.js +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/calendar-event-dialog.xul +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/calendar-extract.js +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/calendar-invitations-dialog.css +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/calendar-invitations-dialog.js +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/calendar-invitations-dialog.xul +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/calendar-invitations-list.xml +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/calendar-invitations-manager.js +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/calendar-item-bindings.xml +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/calendar-item-editing.js +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/calendar-management.js +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/calendar-menus.xml +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/calendar-migration-dialog.js +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/calendar-migration-dialog.xul +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/calendar-month-view.xml +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/calendar-multiday-view.xml +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/calendar-occurrence-prompt.xul +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/calendar-print-dialog.js +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/calendar-print-dialog.xul +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/calendar-properties-dialog.js +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/calendar-properties-dialog.xul +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/calendar-providerUninstall-dialog.js +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/calendar-providerUninstall-dialog.xul +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/calendar-statusbar.js +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/calendar-subscriptions-dialog.css +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/calendar-subscriptions-dialog.js +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/calendar-subscriptions-dialog.xul +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/calendar-subscriptions-list.xml +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/calendar-summary-dialog.js +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/calendar-summary-dialog.xul +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/calendar-task-editing.js +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/calendar-task-tree.js +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/calendar-task-tree.xml +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/calendar-task-view.js +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/calendar-task-view.xul +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/calendar-ui-utils.js +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/calendar-unifinder-todo.js +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/calendar-unifinder-todo.xul +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/calendar-unifinder.js +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/calendar-unifinder.xul +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/calendar-view-bindings.css +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/calendar-view-core.xml +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/calendar-views.js +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/calendar-views.xml +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/calendar-views.xul +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/calendarCreation.js +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/calendarCreation.xul +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/chooseCalendarDialog.xul +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/datetimepickers/datetimepickers.css +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/datetimepickers/datetimepickers.xml +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/import-export.js +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/mouseoverPreviews.js +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/preferences/alarms.js +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/preferences/alarms.xul +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/preferences/categories.js +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/preferences/categories.xul +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/preferences/editCategory.js +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/preferences/editCategory.xul +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/preferences/general.js +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/preferences/general.xul +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/preferences/views.js +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/preferences/views.xul +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/publish.js +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/publishDialog.js +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/publishDialog.xul +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/sound.wav +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/today-pane.js +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/today-pane.xul +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/widgets/calendar-alarm-widget.xml +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/widgets/calendar-list-tree.xml +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/widgets/calendar-widget-bindings.css +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/widgets/calendar-widgets.xml +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/widgets/minimonth.xml +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/icons/default/calendar-alarm-dialog.png +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/icons/default/calendar-event-dialog.png +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/icons/default/calendar-event-summary-dialog.png +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/icons/default/calendar-task-dialog.png +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/icons/default/calendar-task-summary-dialog.png +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/lightning-en-US/locale/en-US/lightning/lightning-toolbar.dtd +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/lightning-en-US/locale/en-US/lightning/lightning.dtd +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/lightning-en-US/locale/en-US/lightning/lightning.properties +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/lightning/content/lightning/imip-bar-overlay.xul +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/lightning/content/lightning/imip-bar.js +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/lightning/content/lightning/lightning-calendar-creation.js +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/lightning/content/lightning/lightning-calendar-creation.xul +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/lightning/content/lightning/lightning-calendar-properties.js +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/lightning/content/lightning/lightning-calendar-properties.xul +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/lightning/content/lightning/lightning-invitation.xhtml +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/lightning/content/lightning/lightning-menus.xul +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/lightning/content/lightning/lightning-migration.xul +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/lightning/content/lightning/lightning-standalone.xul +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/lightning/content/lightning/lightning-toolbar.xul +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/lightning/content/lightning/lightning-utils.js +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/lightning/content/lightning/lightning-widgets.css +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/lightning/content/lightning/lightning-widgets.xml +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/lightning/content/lightning/messenger-overlay-accountCentral.xul +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/lightning/content/lightning/messenger-overlay-messageWindow.xul +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/lightning/content/lightning/messenger-overlay-preferences.js +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/lightning/content/lightning/messenger-overlay-preferences.xul +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/lightning/content/lightning/messenger-overlay-sidebar.js +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/lightning/content/lightning/messenger-overlay-sidebar.xul +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/lightning/content/lightning/suite-overlay-addons.xul +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/lightning/content/lightning/suite-overlay-preferences.xul +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/lightning/content/lightning/suite-overlay-sidebar.js +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/lightning/content/lightning/suite-overlay-sidebar.xul +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/common/alarm-flashing.png +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/common/alarm-icons.png +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/common/attendee-icons.png +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/common/calendar-daypicker.css +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/common/calendar-event-dialog.png +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/common/calendar-management.css +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/common/calendar-overlay.png +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/common/calendar-status.png +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/common/calendar-task-tree.css +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/common/calendar-task-view.css +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/common/calendar-unifinder.css +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/common/calendar-views.css +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/common/classification.png +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/common/day-box-item-image.png +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/common/dialogs/calendar-alarm-dialog.css +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/common/dialogs/calendar-event-dialog.css +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/common/event-grippy-bottom.png +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/common/event-grippy-left.png +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/common/event-grippy-right.png +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/common/event-grippy-top.png +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/common/printing/calHtmlExport.html +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/common/printing/calMonthGridPrinter.html +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/common/printing/calWeekPrinter.html +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/common/task-images.png +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/common/timezone_map.png +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/common/timezones.png +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/common/today-pane.css +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/common/widgets/calendar-widgets.css +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/common/widgets/drag-center.svg +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/common/widgets/minimonth.css +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/common/widgets/nav-arrow.svg +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/common/widgets/nav-today-hov.svg +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/common/widgets/nav-today.svg +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/common/widgets/view-navigation-hov.svg +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/common/widgets/view-navigation.svg +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/lightning-common/imip.css +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/lightning-common/lightning-toolbar.css +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/lightning-common/lightning.css +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/lightning-common/mode-switch-icons.png +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/linux/calendar/cal-icon24.png +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/linux/calendar/cal-icon32.png +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/linux/calendar/calendar-alarm-dialog.css +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/linux/calendar/calendar-alarms.css +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/linux/calendar/calendar-attendees.css +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/linux/calendar/calendar-creation-wizard.css +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/linux/calendar/calendar-daypicker.css +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/linux/calendar/calendar-event-dialog-attendees.png +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/linux/calendar/calendar-event-dialog-toolbar-small.png +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/linux/calendar/calendar-event-dialog-toolbar.png +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/linux/calendar/calendar-event-dialog.css +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/linux/calendar/calendar-invitations-dialog-button-images.png +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/linux/calendar/calendar-invitations-dialog-list-images.png +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/linux/calendar/calendar-invitations-dialog.css +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/linux/calendar/calendar-management.css +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/linux/calendar/calendar-occurrence-prompt.css +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/linux/calendar/calendar-occurrence-prompt.png +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/linux/calendar/calendar-printing.css +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/linux/calendar/calendar-properties-dialog.css +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/linux/calendar/calendar-providerUninstall-dialog.css +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/linux/calendar/calendar-subscriptions-dialog.css +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/linux/calendar/calendar-task-tree.css +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/linux/calendar/calendar-task-view.css +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/linux/calendar/calendar-timezone-highlighter.css +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/linux/calendar/calendar-unifinder.css +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/linux/calendar/calendar-views.css +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/linux/calendar/checkbox-images.png +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/linux/calendar/datetimepickers/datetimepickers.css +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/linux/calendar/ok-cancel.png +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/linux/calendar/tasks-actions.png +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/linux/calendar/today-pane.css +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/linux/calendar/toolbar-large.png +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/linux/calendar/toolbar-small.png +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/linux/calendar/widgets/calendar-widgets.css +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/linux/calendar/widgets/minimonth.css +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/linux/lightning/accountCentral.css +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/linux/lightning/imip.css +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/linux/lightning/imip.png +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/linux/lightning/lightning-toolbar.css +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/linux/lightning/lightning-widgets.css +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/linux/lightning/lightning.css +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/linux/lightning/suite-accountCentral.css +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/osx/calendar/cal-icon24.png +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/osx/calendar/cal-icon32.png +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/osx/calendar/calendar-alarm-dialog.css +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/osx/calendar/calendar-alarms.css +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/osx/calendar/calendar-attendees.css +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/osx/calendar/calendar-creation-wizard.css +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/osx/calendar/calendar-daypicker.css +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/osx/calendar/calendar-event-dialog-attendees.png +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/osx/calendar/calendar-event-dialog-toolbar-small.png +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/osx/calendar/calendar-event-dialog-toolbar.png +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/osx/calendar/calendar-event-dialog.css +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/osx/calendar/calendar-invitations-dialog-button-images.png +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/osx/calendar/calendar-invitations-dialog-list-images.png +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/osx/calendar/calendar-invitations-dialog.css +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/osx/calendar/calendar-management.css +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/osx/calendar/calendar-occurrence-prompt.css +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/osx/calendar/calendar-occurrence-prompt.png +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/osx/calendar/calendar-printing.css +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/osx/calendar/calendar-properties-dialog.css +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/osx/calendar/calendar-providerUninstall-dialog.css +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/osx/calendar/calendar-subscriptions-dialog.css +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/osx/calendar/calendar-task-tree.css +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/osx/calendar/calendar-task-view.css +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/osx/calendar/calendar-timezone-highlighter.css +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/osx/calendar/calendar-unifinder.css +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/osx/calendar/calendar-views.css +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/osx/calendar/checkbox-images-graphite.png +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/osx/calendar/checkbox-images.png +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/osx/calendar/datetimepickers/datetimepickers.css +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/osx/calendar/ok-cancel.png +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/osx/calendar/sidebar-item.png +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/osx/calendar/tasks-actions.png +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/osx/calendar/today-pane.css +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/osx/calendar/toolbar-large.png +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/osx/calendar/toolbar-small.png +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/osx/calendar/toolbar.png +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/osx/calendar/widgets/calendar-widgets.css +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/osx/calendar/widgets/minimonth.css +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/osx/lightning/accountCentral.css +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/osx/lightning/imip.css +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/osx/lightning/imip.png +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/osx/lightning/lightning-toolbar.css +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/osx/lightning/lightning-widgets.css +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/osx/lightning/lightning.css +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/osx/lightning/suite-accountCentral.css +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/calendar/cal-icon24.png +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/calendar/cal-icon32.png +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/calendar/calendar-alarm-dialog.css +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/calendar/calendar-alarms.css +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/calendar/calendar-attendees.css +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/calendar/calendar-creation-wizard.css +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/calendar/calendar-daypicker.css +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/calendar/calendar-event-dialog-attendees.png +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/calendar/calendar-event-dialog-toolbar-aero.png +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/calendar/calendar-event-dialog-toolbar-inverted.png +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/calendar/calendar-event-dialog-toolbar-small.png +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/calendar/calendar-event-dialog-toolbar.png +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/calendar/calendar-event-dialog.css +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/calendar/calendar-invitations-dialog-button-images.png +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/calendar/calendar-invitations-dialog-list-images.png +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/calendar/calendar-invitations-dialog.css +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/calendar/calendar-management.css +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/calendar/calendar-occurrence-prompt-aero.png +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/calendar/calendar-occurrence-prompt.css +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/calendar/calendar-occurrence-prompt.png +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/calendar/calendar-printing.css +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/calendar/calendar-properties-dialog.css +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/calendar/calendar-providerUninstall-dialog.css +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/calendar/calendar-subscriptions-dialog.css +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/calendar/calendar-task-tree.css +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/calendar/calendar-task-view.css +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/calendar/calendar-timezone-highlighter.css +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/calendar/calendar-unifinder.css +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/calendar/calendar-views.css +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/calendar/checkbox-images.png +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/calendar/datetimepickers/datetimepickers.css +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/calendar/ok-cancel.png +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/calendar/tasks-actions-aero.png +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/calendar/tasks-actions-inverted.png +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/calendar/tasks-actions.png +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/calendar/today-pane.css +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/calendar/toolbar-aero-inverted.png +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/calendar/toolbar-aero.png +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/calendar/toolbar-large-aero.png +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/calendar/toolbar-large.png +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/calendar/toolbar-small-aero.png +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/calendar/toolbar-small.png +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/calendar/widgets/calendar-widgets.css +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/calendar/widgets/minimonth.css +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/calendar/win-aero/calendar-event-dialog.css +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/calendar/win-aero/calendar.css +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/calendar/win-aero/lightning-toolbar.css +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/calendar/win-aero/lightning.css +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/calendar/win-classic/calendar-event-dialog.css +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/calendar/win-classic/calendar.css +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/calendar/win-classic/lightning-toolbar.css +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/calendar/win-classic/lightning.css +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/lightning/accountCentral.css +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/lightning/imip-aero.png +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/lightning/imip.css +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/lightning/imip.png +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/lightning/lightning-toolbar.css +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/lightning/lightning-widgets.css +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/lightning/lightning.css +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/lightning/mode-switch-icons-aero.png +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/lightning/mode-switch-icons-inverted.png +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/lightning/suite-accountCentral.css +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/components/calBackendLoader.js +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/components/calCompositeCalendar.js +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/components/calDavCalendar.js +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/components/calDefaultACLManager.js +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/components/calICALJSComponents.js +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/components/calICSCalendar.js +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/components/calImportExportModule.js +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/components/calItemModule.js +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/components/calItipEmailTransport.js +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/components/calItipProtocolHandler.js +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/components/calMemoryCalendar.js +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/components/calSleepMonitor.js +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/components/calStorageCalendar.js +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/components/calTimezoneService.js +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/components/calWcapCalendarModule.js +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/components/components.manifest +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/components/icaljs-manifest +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/components/interfaces.xpt +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/components/libcalbasecomps.so +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/components/libical-manifest +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/components/lightningTextCalendarConverter.js +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/defaults/preferences/lightning.js +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/install.rdf +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/modules/calAlarmUtils.jsm +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/modules/calAsyncUtils.jsm +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/modules/calAuthUtils.jsm +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/modules/calExtract.jsm +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/modules/calHashedArray.jsm +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/modules/calItemUtils.jsm +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/modules/calIteratorUtils.jsm +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/modules/calItipUtils.jsm +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/modules/calPrintUtils.jsm +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/modules/calProviderUtils.jsm +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/modules/calRecurrenceUtils.jsm +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/modules/calStorageHelpers.jsm +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/modules/calStorageUpgrade.jsm +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/modules/calUtils.jsm +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/modules/calViewUtils.jsm +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/modules/calXMLUtils.jsm +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/modules/ical.js +lib/thunderbird38/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/timezones/zones.json +lib/thunderbird38/extensions/{a62ef8ec-5fdc-40c2-873c-223b8a6925cc}/chrome.manifest +lib/thunderbird38/extensions/{a62ef8ec-5fdc-40c2-873c-223b8a6925cc}/chrome/.mkdir.done +lib/thunderbird38/extensions/{a62ef8ec-5fdc-40c2-873c-223b8a6925cc}/chrome/gdata-provider-en-US/locale/en-US/gdata.dtd +lib/thunderbird38/extensions/{a62ef8ec-5fdc-40c2-873c-223b8a6925cc}/chrome/gdata-provider-en-US/locale/en-US/gdata.properties +lib/thunderbird38/extensions/{a62ef8ec-5fdc-40c2-873c-223b8a6925cc}/chrome/gdata-provider/content/browserRequest.js +lib/thunderbird38/extensions/{a62ef8ec-5fdc-40c2-873c-223b8a6925cc}/chrome/gdata-provider/content/browserRequest.xul +lib/thunderbird38/extensions/{a62ef8ec-5fdc-40c2-873c-223b8a6925cc}/chrome/gdata-provider/content/gcal.png +lib/thunderbird38/extensions/{a62ef8ec-5fdc-40c2-873c-223b8a6925cc}/chrome/gdata-provider/content/gdata-calendar-creation.js +lib/thunderbird38/extensions/{a62ef8ec-5fdc-40c2-873c-223b8a6925cc}/chrome/gdata-provider/content/gdata-calendar-creation.xul +lib/thunderbird38/extensions/{a62ef8ec-5fdc-40c2-873c-223b8a6925cc}/chrome/gdata-provider/content/gdata-calendar-event-dialog.js +lib/thunderbird38/extensions/{a62ef8ec-5fdc-40c2-873c-223b8a6925cc}/chrome/gdata-provider/content/gdata-calendar-event-dialog.xul +lib/thunderbird38/extensions/{a62ef8ec-5fdc-40c2-873c-223b8a6925cc}/chrome/gdata-provider/content/gdata-calendar-properties.js +lib/thunderbird38/extensions/{a62ef8ec-5fdc-40c2-873c-223b8a6925cc}/chrome/gdata-provider/content/gdata-calendar-properties.xul +lib/thunderbird38/extensions/{a62ef8ec-5fdc-40c2-873c-223b8a6925cc}/chrome/gdata-provider/content/gdata-event-dialog-reminder.js +lib/thunderbird38/extensions/{a62ef8ec-5fdc-40c2-873c-223b8a6925cc}/chrome/gdata-provider/content/gdata-event-dialog-reminder.xul +lib/thunderbird38/extensions/{a62ef8ec-5fdc-40c2-873c-223b8a6925cc}/chrome/gdata-provider/content/gdata-list-tree.xml +lib/thunderbird38/extensions/{a62ef8ec-5fdc-40c2-873c-223b8a6925cc}/chrome/gdata-provider/content/gdata-migration-overlay.xul +lib/thunderbird38/extensions/{a62ef8ec-5fdc-40c2-873c-223b8a6925cc}/chrome/gdata-provider/content/gdata-migration-wizard.xul +lib/thunderbird38/extensions/{a62ef8ec-5fdc-40c2-873c-223b8a6925cc}/chrome/gdata-provider/content/gdata-migration.js +lib/thunderbird38/extensions/{a62ef8ec-5fdc-40c2-873c-223b8a6925cc}/chrome/gdata-provider/skin/browserRequest.css +lib/thunderbird38/extensions/{a62ef8ec-5fdc-40c2-873c-223b8a6925cc}/chrome/gdata-provider/skin/gdata-bindings.css +lib/thunderbird38/extensions/{a62ef8ec-5fdc-40c2-873c-223b8a6925cc}/chrome/gdata-provider/skin/gdata-event-dialog-reminder.css +lib/thunderbird38/extensions/{a62ef8ec-5fdc-40c2-873c-223b8a6925cc}/chrome/gdata-provider/skin/reminder-action-sms.png +lib/thunderbird38/extensions/{a62ef8ec-5fdc-40c2-873c-223b8a6925cc}/components/calGoogleCalendar.js +lib/thunderbird38/extensions/{a62ef8ec-5fdc-40c2-873c-223b8a6925cc}/components/calGoogleCalendar.manifest +lib/thunderbird38/extensions/{a62ef8ec-5fdc-40c2-873c-223b8a6925cc}/defaults/preferences/preferences.js +lib/thunderbird38/extensions/{a62ef8ec-5fdc-40c2-873c-223b8a6925cc}/install.rdf +lib/thunderbird38/extensions/{a62ef8ec-5fdc-40c2-873c-223b8a6925cc}/modules/OAuth2.jsm +lib/thunderbird38/extensions/{a62ef8ec-5fdc-40c2-873c-223b8a6925cc}/modules/gdataLogging.jsm +lib/thunderbird38/extensions/{a62ef8ec-5fdc-40c2-873c-223b8a6925cc}/modules/gdataRequest.jsm +lib/thunderbird38/extensions/{a62ef8ec-5fdc-40c2-873c-223b8a6925cc}/modules/gdataSession.jsm +lib/thunderbird38/extensions/{a62ef8ec-5fdc-40c2-873c-223b8a6925cc}/modules/gdataUtils.jsm +lib/thunderbird38/extensions/{a62ef8ec-5fdc-40c2-873c-223b8a6925cc}/modules/shim/Calendar.jsm +lib/thunderbird38/extensions/{a62ef8ec-5fdc-40c2-873c-223b8a6925cc}/modules/shim/Http.jsm +lib/thunderbird38/extensions/{a62ef8ec-5fdc-40c2-873c-223b8a6925cc}/modules/shim/Loader.jsm +lib/thunderbird38/extensions/{a62ef8ec-5fdc-40c2-873c-223b8a6925cc}/modules/shim/Preferences.jsm +lib/thunderbird38/extensions/{a62ef8ec-5fdc-40c2-873c-223b8a6925cc}/modules/shim/Promise.jsm +lib/thunderbird38/extensions/{a62ef8ec-5fdc-40c2-873c-223b8a6925cc}/modules/shim/PromiseExtras.jsm +lib/thunderbird38/extensions/{a62ef8ec-5fdc-40c2-873c-223b8a6925cc}/modules/shim/PromiseUtils.jsm +lib/thunderbird38/extensions/{a62ef8ec-5fdc-40c2-873c-223b8a6925cc}/modules/shim/Task.jsm +lib/thunderbird38/extensions/{a62ef8ec-5fdc-40c2-873c-223b8a6925cc}/modules/shim/Timer.jsm +lib/thunderbird38/extensions/{a62ef8ec-5fdc-40c2-873c-223b8a6925cc}/modules/timezoneMap.jsm +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/app.ini +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calAlarm.js +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calAlarmMonitor.js +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calAlarmService.js +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calAttachment.js +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calAttendee.js +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calCachedCalendar.js +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calCalendarManager.js +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calCalendarSearchService.js +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calDateTime.js +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calDateTimeFormatter.js +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calDavRequestHandlers.js +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calDeletedItems.js +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calDuration.js +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calEvent.js +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calFilter.js +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calFreeBusyService.js +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calHtmlExport.js +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calICSService-worker.js +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calICSService.js +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calIcsImportExport.js +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calIcsParser.js +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calIcsSerializer.js +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calItemBase.js +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calItipItem.js +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calListFormatter.js +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calMonthGridPrinter.js +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calOutlookCSVImportExport.js +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calPeriod.js +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calProtocolHandler.js +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calRecurrenceDate.js +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calRecurrenceInfo.js +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calRecurrenceRule.js +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calRelation.js +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calStartupService.js +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calTimezone.js +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calTodo.js +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calTransactionManager.js +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calUtils.js +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calWcapCalendar.js +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calWcapCalendarItems.js +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calWcapErrors.js +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calWcapRequest.js +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calWcapSession.js +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calWcapUtils.js +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calWeekInfoService.js +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calWeekPrinter.js +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome.manifest +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/.mkdir.done +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar-en-US/locale/en-US/calendar/calendar-alarms.properties +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar-en-US/locale/en-US/calendar/calendar-event-dialog-attendees.properties +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar-en-US/locale/en-US/calendar/calendar-event-dialog.dtd +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar-en-US/locale/en-US/calendar/calendar-event-dialog.properties +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar-en-US/locale/en-US/calendar/calendar-extract.properties +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar-en-US/locale/en-US/calendar/calendar-invitations-dialog.dtd +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar-en-US/locale/en-US/calendar/calendar-occurrence-prompt.dtd +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar-en-US/locale/en-US/calendar/calendar-occurrence-prompt.properties +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar-en-US/locale/en-US/calendar/calendar-subscriptions-dialog.dtd +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar-en-US/locale/en-US/calendar/calendar.dtd +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar-en-US/locale/en-US/calendar/calendar.properties +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar-en-US/locale/en-US/calendar/calendarCreation.dtd +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar-en-US/locale/en-US/calendar/calendarCreation.properties +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar-en-US/locale/en-US/calendar/categories.properties +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar-en-US/locale/en-US/calendar/dateFormat.properties +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar-en-US/locale/en-US/calendar/dialogs/calendar-event-dialog-reminder.dtd +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar-en-US/locale/en-US/calendar/global.dtd +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar-en-US/locale/en-US/calendar/menuOverlay.dtd +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar-en-US/locale/en-US/calendar/migration.dtd +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar-en-US/locale/en-US/calendar/migration.properties +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar-en-US/locale/en-US/calendar/preferences/alarms.dtd +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar-en-US/locale/en-US/calendar/preferences/categories.dtd +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar-en-US/locale/en-US/calendar/preferences/general.dtd +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar-en-US/locale/en-US/calendar/preferences/preferences.dtd +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar-en-US/locale/en-US/calendar/preferences/views.dtd +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar-en-US/locale/en-US/calendar/provider-uninstall.dtd +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar-en-US/locale/en-US/calendar/timezones.properties +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar-en-US/locale/en-US/calendar/wcap.properties +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/WindowsNTToZoneInfoTZId.properties +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/agenda-listbox.js +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/agenda-listbox.xml +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/calApplicationUtils.js +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/calFilter.js +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/calUtils.js +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/calendar-alarm-dialog.js +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/calendar-alarm-dialog.xul +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/calendar-base-view.xml +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/calendar-bindings.css +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/calendar-calendars-list.xul +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/calendar-chrome-startup.js +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/calendar-clipboard.js +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/calendar-common-sets.js +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/calendar-common-sets.xul +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/calendar-conflicts-dialog.xul +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/calendar-creation.js +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/calendar-daypicker.xml +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/calendar-dialog-utils.js +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/calendar-dnd-listener.js +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/calendar-error-prompt.xul +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/calendar-event-dialog-attendees.js +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/calendar-event-dialog-attendees.xml +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/calendar-event-dialog-attendees.xul +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/calendar-event-dialog-freebusy.xml +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/calendar-event-dialog-recurrence-preview.xml +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/calendar-event-dialog-recurrence.js +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/calendar-event-dialog-recurrence.xul +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/calendar-event-dialog-reminder.js +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/calendar-event-dialog-reminder.xul +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/calendar-event-dialog-timezone.js +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/calendar-event-dialog-timezone.xul +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/calendar-event-dialog.css +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/calendar-event-dialog.js +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/calendar-event-dialog.xul +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/calendar-extract.js +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/calendar-invitations-dialog.css +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/calendar-invitations-dialog.js +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/calendar-invitations-dialog.xul +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/calendar-invitations-list.xml +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/calendar-invitations-manager.js +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/calendar-item-bindings.xml +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/calendar-item-editing.js +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/calendar-management.js +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/calendar-menus.xml +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/calendar-migration-dialog.js +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/calendar-migration-dialog.xul +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/calendar-month-view.xml +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/calendar-multiday-view.xml +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/calendar-occurrence-prompt.xul +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/calendar-print-dialog.js +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/calendar-print-dialog.xul +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/calendar-properties-dialog.js +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/calendar-properties-dialog.xul +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/calendar-providerUninstall-dialog.js +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/calendar-providerUninstall-dialog.xul +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/calendar-statusbar.js +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/calendar-subscriptions-dialog.css +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/calendar-subscriptions-dialog.js +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/calendar-subscriptions-dialog.xul +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/calendar-subscriptions-list.xml +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/calendar-summary-dialog.js +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/calendar-summary-dialog.xul +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/calendar-task-editing.js +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/calendar-task-tree.js +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/calendar-task-tree.xml +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/calendar-task-view.js +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/calendar-task-view.xul +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/calendar-ui-utils.js +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/calendar-unifinder-todo.js +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/calendar-unifinder-todo.xul +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/calendar-unifinder.js +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/calendar-unifinder.xul +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/calendar-view-bindings.css +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/calendar-view-core.xml +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/calendar-views.js +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/calendar-views.xml +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/calendar-views.xul +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/calendarCreation.js +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/calendarCreation.xul +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/chooseCalendarDialog.xul +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/datetimepickers/datetimepickers.css +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/datetimepickers/datetimepickers.xml +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/import-export.js +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/mouseoverPreviews.js +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/preferences/alarms.js +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/preferences/alarms.xul +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/preferences/categories.js +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/preferences/categories.xul +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/preferences/editCategory.js +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/preferences/editCategory.xul +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/preferences/general.js +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/preferences/general.xul +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/preferences/views.js +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/preferences/views.xul +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/publish.js +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/publishDialog.js +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/publishDialog.xul +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/sound.wav +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/today-pane.js +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/today-pane.xul +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/widgets/calendar-alarm-widget.xml +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/widgets/calendar-list-tree.xml +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/widgets/calendar-widget-bindings.css +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/widgets/calendar-widgets.xml +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/widgets/minimonth.xml +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/icons/default/calendar-alarm-dialog.png +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/icons/default/calendar-event-dialog.png +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/icons/default/calendar-event-summary-dialog.png +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/icons/default/calendar-task-dialog.png +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/icons/default/calendar-task-summary-dialog.png +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/lightning-en-US/locale/en-US/lightning/lightning-toolbar.dtd +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/lightning-en-US/locale/en-US/lightning/lightning.dtd +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/lightning-en-US/locale/en-US/lightning/lightning.properties +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/lightning/content/lightning/imip-bar-overlay.xul +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/lightning/content/lightning/imip-bar.js +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/lightning/content/lightning/lightning-calendar-creation.js +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/lightning/content/lightning/lightning-calendar-creation.xul +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/lightning/content/lightning/lightning-calendar-properties.js +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/lightning/content/lightning/lightning-calendar-properties.xul +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/lightning/content/lightning/lightning-invitation.xhtml +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/lightning/content/lightning/lightning-menus.xul +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/lightning/content/lightning/lightning-migration.xul +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/lightning/content/lightning/lightning-standalone.xul +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/lightning/content/lightning/lightning-toolbar.xul +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/lightning/content/lightning/lightning-utils.js +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/lightning/content/lightning/lightning-widgets.css +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/lightning/content/lightning/lightning-widgets.xml +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/lightning/content/lightning/messenger-overlay-accountCentral.xul +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/lightning/content/lightning/messenger-overlay-messageWindow.xul +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/lightning/content/lightning/messenger-overlay-preferences.js +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/lightning/content/lightning/messenger-overlay-preferences.xul +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/lightning/content/lightning/messenger-overlay-sidebar.js +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/lightning/content/lightning/messenger-overlay-sidebar.xul +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/lightning/content/lightning/suite-overlay-addons.xul +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/lightning/content/lightning/suite-overlay-preferences.xul +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/lightning/content/lightning/suite-overlay-sidebar.js +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/lightning/content/lightning/suite-overlay-sidebar.xul +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/common/alarm-flashing.png +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/common/alarm-icons.png +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/common/attendee-icons.png +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/common/calendar-daypicker.css +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/common/calendar-event-dialog.png +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/common/calendar-management.css +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/common/calendar-overlay.png +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/common/calendar-status.png +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/common/calendar-task-tree.css +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/common/calendar-task-view.css +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/common/calendar-unifinder.css +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/common/calendar-views.css +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/common/classification.png +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/common/day-box-item-image.png +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/common/dialogs/calendar-alarm-dialog.css +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/common/dialogs/calendar-event-dialog.css +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/common/event-grippy-bottom.png +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/common/event-grippy-left.png +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/common/event-grippy-right.png +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/common/event-grippy-top.png +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/common/printing/calHtmlExport.html +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/common/printing/calMonthGridPrinter.html +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/common/printing/calWeekPrinter.html +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/common/task-images.png +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/common/timezone_map.png +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/common/timezones.png +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/common/today-pane.css +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/common/widgets/calendar-widgets.css +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/common/widgets/drag-center.svg +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/common/widgets/minimonth.css +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/common/widgets/nav-arrow.svg +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/common/widgets/nav-today-hov.svg +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/common/widgets/nav-today.svg +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/common/widgets/view-navigation-hov.svg +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/common/widgets/view-navigation.svg +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/lightning-common/imip.css +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/lightning-common/lightning-toolbar.css +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/lightning-common/lightning.css +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/lightning-common/mode-switch-icons.png +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/linux/calendar/cal-icon24.png +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/linux/calendar/cal-icon32.png +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/linux/calendar/calendar-alarm-dialog.css +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/linux/calendar/calendar-alarms.css +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/linux/calendar/calendar-attendees.css +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/linux/calendar/calendar-creation-wizard.css +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/linux/calendar/calendar-daypicker.css +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/linux/calendar/calendar-event-dialog-attendees.png +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/linux/calendar/calendar-event-dialog-toolbar-small.png +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/linux/calendar/calendar-event-dialog-toolbar.png +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/linux/calendar/calendar-event-dialog.css +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/linux/calendar/calendar-invitations-dialog-button-images.png +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/linux/calendar/calendar-invitations-dialog-list-images.png +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/linux/calendar/calendar-invitations-dialog.css +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/linux/calendar/calendar-management.css +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/linux/calendar/calendar-occurrence-prompt.css +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/linux/calendar/calendar-occurrence-prompt.png +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/linux/calendar/calendar-printing.css +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/linux/calendar/calendar-properties-dialog.css +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/linux/calendar/calendar-providerUninstall-dialog.css +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/linux/calendar/calendar-subscriptions-dialog.css +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/linux/calendar/calendar-task-tree.css +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/linux/calendar/calendar-task-view.css +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/linux/calendar/calendar-timezone-highlighter.css +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/linux/calendar/calendar-unifinder.css +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/linux/calendar/calendar-views.css +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/linux/calendar/checkbox-images.png +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/linux/calendar/datetimepickers/datetimepickers.css +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/linux/calendar/ok-cancel.png +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/linux/calendar/tasks-actions.png +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/linux/calendar/today-pane.css +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/linux/calendar/toolbar-large.png +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/linux/calendar/toolbar-small.png +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/linux/calendar/widgets/calendar-widgets.css +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/linux/calendar/widgets/minimonth.css +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/linux/lightning/accountCentral.css +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/linux/lightning/imip.css +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/linux/lightning/imip.png +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/linux/lightning/lightning-toolbar.css +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/linux/lightning/lightning-widgets.css +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/linux/lightning/lightning.css +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/linux/lightning/suite-accountCentral.css +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/osx/calendar/cal-icon24.png +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/osx/calendar/cal-icon32.png +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/osx/calendar/calendar-alarm-dialog.css +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/osx/calendar/calendar-alarms.css +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/osx/calendar/calendar-attendees.css +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/osx/calendar/calendar-creation-wizard.css +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/osx/calendar/calendar-daypicker.css +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/osx/calendar/calendar-event-dialog-attendees.png +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/osx/calendar/calendar-event-dialog-toolbar-small.png +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/osx/calendar/calendar-event-dialog-toolbar.png +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/osx/calendar/calendar-event-dialog.css +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/osx/calendar/calendar-invitations-dialog-button-images.png +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/osx/calendar/calendar-invitations-dialog-list-images.png +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/osx/calendar/calendar-invitations-dialog.css +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/osx/calendar/calendar-management.css +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/osx/calendar/calendar-occurrence-prompt.css +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/osx/calendar/calendar-occurrence-prompt.png +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/osx/calendar/calendar-printing.css +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/osx/calendar/calendar-properties-dialog.css +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/osx/calendar/calendar-providerUninstall-dialog.css +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/osx/calendar/calendar-subscriptions-dialog.css +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/osx/calendar/calendar-task-tree.css +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/osx/calendar/calendar-task-view.css +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/osx/calendar/calendar-timezone-highlighter.css +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/osx/calendar/calendar-unifinder.css +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/osx/calendar/calendar-views.css +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/osx/calendar/checkbox-images-graphite.png +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/osx/calendar/checkbox-images.png +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/osx/calendar/datetimepickers/datetimepickers.css +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/osx/calendar/ok-cancel.png +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/osx/calendar/sidebar-item.png +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/osx/calendar/tasks-actions.png +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/osx/calendar/today-pane.css +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/osx/calendar/toolbar-large.png +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/osx/calendar/toolbar-small.png +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/osx/calendar/toolbar.png +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/osx/calendar/widgets/calendar-widgets.css +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/osx/calendar/widgets/minimonth.css +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/osx/lightning/accountCentral.css +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/osx/lightning/imip.css +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/osx/lightning/imip.png +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/osx/lightning/lightning-toolbar.css +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/osx/lightning/lightning-widgets.css +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/osx/lightning/lightning.css +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/osx/lightning/suite-accountCentral.css +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/calendar/cal-icon24.png +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/calendar/cal-icon32.png +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/calendar/calendar-alarm-dialog.css +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/calendar/calendar-alarms.css +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/calendar/calendar-attendees.css +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/calendar/calendar-creation-wizard.css +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/calendar/calendar-daypicker.css +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/calendar/calendar-event-dialog-attendees.png +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/calendar/calendar-event-dialog-toolbar-aero.png +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/calendar/calendar-event-dialog-toolbar-inverted.png +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/calendar/calendar-event-dialog-toolbar-small.png +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/calendar/calendar-event-dialog-toolbar.png +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/calendar/calendar-event-dialog.css +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/calendar/calendar-invitations-dialog-button-images.png +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/calendar/calendar-invitations-dialog-list-images.png +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/calendar/calendar-invitations-dialog.css +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/calendar/calendar-management.css +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/calendar/calendar-occurrence-prompt-aero.png +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/calendar/calendar-occurrence-prompt.css +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/calendar/calendar-occurrence-prompt.png +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/calendar/calendar-printing.css +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/calendar/calendar-properties-dialog.css +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/calendar/calendar-providerUninstall-dialog.css +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/calendar/calendar-subscriptions-dialog.css +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/calendar/calendar-task-tree.css +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/calendar/calendar-task-view.css +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/calendar/calendar-timezone-highlighter.css +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/calendar/calendar-unifinder.css +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/calendar/calendar-views.css +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/calendar/checkbox-images.png +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/calendar/datetimepickers/datetimepickers.css +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/calendar/ok-cancel.png +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/calendar/tasks-actions-aero.png +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/calendar/tasks-actions-inverted.png +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/calendar/tasks-actions.png +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/calendar/today-pane.css +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/calendar/toolbar-aero-inverted.png +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/calendar/toolbar-aero.png +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/calendar/toolbar-large-aero.png +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/calendar/toolbar-large.png +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/calendar/toolbar-small-aero.png +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/calendar/toolbar-small.png +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/calendar/widgets/calendar-widgets.css +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/calendar/widgets/minimonth.css +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/calendar/win-aero/calendar-event-dialog.css +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/calendar/win-aero/calendar.css +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/calendar/win-aero/lightning-toolbar.css +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/calendar/win-aero/lightning.css +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/calendar/win-classic/calendar-event-dialog.css +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/calendar/win-classic/calendar.css +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/calendar/win-classic/lightning-toolbar.css +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/calendar/win-classic/lightning.css +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/lightning/accountCentral.css +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/lightning/imip-aero.png +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/lightning/imip.css +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/lightning/imip.png +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/lightning/lightning-toolbar.css +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/lightning/lightning-widgets.css +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/lightning/lightning.css +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/lightning/mode-switch-icons-aero.png +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/lightning/mode-switch-icons-inverted.png +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/skin/windows/lightning/suite-accountCentral.css +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/components/.mkdir.done +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/components/calBackendLoader.js +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/components/calBackendLoader.manifest +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/components/calCompositeCalendar.js +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/components/calCompositeCalendar.manifest +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/components/calDavCalendar.js +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/components/calDavCalendar.manifest +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/components/calDefaultACLManager.js +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/components/calDefaultACLManager.manifest +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/components/calICALJSComponents.js +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/components/calICSCalendar.js +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/components/calICSCalendar.manifest +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/components/calImportExportModule.js +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/components/calImportExportModule.manifest +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/components/calItemModule.js +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/components/calItemModule.manifest +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/components/calItipEmailTransport.js +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/components/calItipEmailTransport.manifest +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/components/calItipProtocolHandler.js +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/components/calItipProtocolHandler.manifest +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/components/calMemoryCalendar.js +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/components/calMemoryCalendar.manifest +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/components/calSleepMonitor.js +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/components/calSleepMonitor.manifest +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/components/calStorageCalendar.js +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/components/calStorageCalendar.manifest +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/components/calTimezoneService.js +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/components/calTimezoneService.manifest +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/components/calWcapCalendarModule.js +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/components/calWcapCalendarModule.manifest +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/components/calbase.xpt +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/components/calbaseinternal.xpt +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/components/caldav.xpt +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/components/icaljs-manifest +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/components/interfaces.manifest +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/components/libcalbasecomps.so +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/components/libical-manifest +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/components/lightningTextCalendarConverter.js +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/components/lightningTextCalendarConverter.manifest +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/components/wcap.xpt +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/defaults/preferences/lightning.js +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/install.rdf +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/modules/calAlarmUtils.jsm +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/modules/calAsyncUtils.jsm +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/modules/calAuthUtils.jsm +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/modules/calExtract.jsm +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/modules/calHashedArray.jsm +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/modules/calItemUtils.jsm +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/modules/calIteratorUtils.jsm +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/modules/calItipUtils.jsm +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/modules/calPrintUtils.jsm +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/modules/calProviderUtils.jsm +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/modules/calRecurrenceUtils.jsm +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/modules/calStorageHelpers.jsm +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/modules/calStorageUpgrade.jsm +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/modules/calUtils.jsm +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/modules/calViewUtils.jsm +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/modules/calXMLUtils.jsm +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/modules/ical.js +lib/thunderbird38/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/timezones/zones.json diff --git a/mail/thunderbird38/distinfo b/mail/thunderbird38/distinfo new file mode 100644 index 0000000000000..62c59b51c050e --- /dev/null +++ b/mail/thunderbird38/distinfo @@ -0,0 +1,178 @@ +$NetBSD: distinfo,v 1.1 2016/04/17 18:22:21 ryoon Exp $ + +SHA1 (thunderbird-38.7.2.source.tar.bz2) = bbbed38b7496d06b85c9b51ba12acbd9e6d1d01c +RMD160 (thunderbird-38.7.2.source.tar.bz2) = c5de2cfaa29e57c982141d8506fc580cacb8fbd1 +SHA512 (thunderbird-38.7.2.source.tar.bz2) = 03b12f09132286060dd8fb2b434d5c72138e0648aea8e39c61c55052441ddeb23a207a6f7104a5cf8286ccd025b8b73f583f615185e71c048c1e7f28cbb7a129 +Size (thunderbird-38.7.2.source.tar.bz2) = 204451976 bytes +SHA1 (patch-aa) = 199400ee6dc3c727c950e33ccc65cf57b81cdcb7 +SHA1 (patch-al) = 81a733e9b13a47abfef818ecd10d7ef18a191855 +SHA1 (patch-ao) = 2b4cfb8f06cb137058be7aa47ab7a3cada7cbfe1 +SHA1 (patch-as) = d7690a695438ec4f8c95011e0a177768c5da705e +SHA1 (patch-ax) = a5e573d902d235c4657ffecd7cd531d778532604 +SHA1 (patch-ay) = 82f0a523e3f281a6f84b0c8a63611fede70d8b35 +SHA1 (patch-bf) = 6e6828e85243dba8cf2419de7275585fea3efe81 +SHA1 (patch-bg) = 6c5e0239ed07902209bf4bfbec520699ff835b11 +SHA1 (patch-calendar_lightning_Makefile.in) = 3f0e0be9d156c73f9d16dcb10774d9fce17cc200 +SHA1 (patch-calendar_lightning_build_universal.mk) = 42a3eafc9738f94e0b6654cf815932469e06bcf4 +SHA1 (patch-calendar_providers_gdata_Makefile.in) = aca552b09c8e94678000ea94695d38c822d375d5 +SHA1 (patch-directory_c-sdk_ldap_include_portable.h) = a6d40c6b92aee607fb4f18d5a7c97b3d7833c74a +SHA1 (patch-ipc_chromium_src_base_file__util__posix.cc) = cb48ef5c5feb6396210153a704e227d09858939e +SHA1 (patch-ipc_chromium_src_base_platform__thread__posix.cc) = d6b9cdc90fecbeee02c37f74bc9998bba239d9cc +SHA1 (patch-ipc_chromium_src_base_sys__info__posix.cc) = f5545ffcee1b5b02d8e130ce2a7b6e9dc386567f +SHA1 (patch-ipc_chromium_src_build_build__config.h) = 7e5f6e195884d7fc629c10aefe13dba768001daf +SHA1 (patch-ipc_glue_GeckoChildProcessHost.cpp) = 04eb07c0944eb40589aef7033d62636518e91066 +SHA1 (patch-ldap_sdks_c-sdk_build.mk) = 171d81697d136abb6e02cb81445cd88fd8580de2 +SHA1 (patch-mail_components_shell_nsMailGNOMEIntegration.cpp) = d1b4d47e0cb8d5105984f58a0167624042f3baa2 +SHA1 (patch-mail_installer_package-manifest.in) = bce1b3ba20b00cc00e51f79e498a24811fe65dd6 +SHA1 (patch-mail_installer_removed-files.in) = 5ef84ddc1dc1434c6db328f7d9df68f47f7d7ecd +SHA1 (patch-mk) = c4aebbbf9c0a8ee1763d380ddd681248b362d295 +SHA1 (patch-ml) = f60bda3b422bc16dae60ee68b024d4740c7430a0 +SHA1 (patch-mozilla_accessible_atk_Platform.cpp) = d71a9f1a89d290c15871771c0a1c2b7a6510b1b8 +SHA1 (patch-mozilla_b2g_installer_Makefile.in) = 2e2af12392f5c81ec68ad4e439a8baf225a94ee1 +SHA1 (patch-mozilla_b2g_installer_package-manifest.in) = 086a7ff700b9d7de9e2765780cd06b43d6ad1a8f +SHA1 (patch-mozilla_browser_installer_package-manifest.in) = 1b7de0600e2a5c46db140aaac70fff11e252e4ff +SHA1 (patch-mozilla_build_autoconf_compiler-opts.m4) = 39e8e8ccdb87ecf0f37eb9d7de9257fce3f25301 +SHA1 (patch-mozilla_build_autoconf_nss.m4) = b3be74e87494f1a286c77add5bf5f6ea2071a913 +SHA1 (patch-mozilla_build_gyp.mozbuild) = 07806aabbf468709decf68d4823ecf54092c1f50 +SHA1 (patch-mozilla_build_pgo_profileserver.py) = 2c15f3c655d4d9a366d70e6311921723dd1039f0 +SHA1 (patch-mozilla_config_Makefile.in) = 049776b79aa8f523caa6430247707a20d9e81448 +SHA1 (patch-mozilla_config_baseconfig.mk) = e8594d03d0db21e0731d85dcdb38ab9c465e9d56 +SHA1 (patch-mozilla_config_external_moz.build) = ee26e7573fe6d6c7f6e8497d8d1f928174ce4a36 +SHA1 (patch-mozilla_config_stl__wrappers_ios) = 066a9f3db9203afa8131b2ff91d212033e5950e0 +SHA1 (patch-mozilla_config_stl__wrappers_ostream) = 67559c5ab17088680b86dea6b081a48b781f59b5 +SHA1 (patch-mozilla_config_system-headers) = a42f21a5647cc7832d26e12c2ebca5adea57dae9 +SHA1 (patch-mozilla_dom_base_moz.build) = dce93f4c00bb662d5c702b442ee169bb8888237d +SHA1 (patch-mozilla_dom_events_MessageEvent.h) = 677c3531230147baf260aca9e39d7a04b2a7c673 +SHA1 (patch-mozilla_dom_media_AudioStream.h) = b5092adaf26c8c1809b4ad62eb92be101c07ac88 +SHA1 (patch-mozilla_dom_media_gstreamer_GStreamerAllocator.cpp) = cadb3396a56ed3147c4ec2b4b8494205672883fb +SHA1 (patch-mozilla_dom_media_moz.build) = 12ab0e2441422bbb683a5da163644db9bfd11aec +SHA1 (patch-mozilla_dom_plugins_ipc_PluginModuleChild.cpp) = a877a2e086149d14004b15e2c96970d27b4de3a2 +SHA1 (patch-mozilla_dom_plugins_ipc_PluginModuleChild.h) = ed5bcf926bce86ca73187ac13181c02e2352cc68 +SHA1 (patch-mozilla_dom_plugins_ipc_PluginProcessChild.cpp) = fc27fc709dedea8ff082deb43c30575f3be3d83c +SHA1 (patch-mozilla_dom_system_OSFileConstants.cpp) = 665007aa3640bdc7d2dfb26c258e0ee8f7574cbe +SHA1 (patch-mozilla_extensions_spellcheck_hunspell_src_mozHunspell.cpp) = 3865b172e85ee0146baf0641c1181bd01e955b35 +SHA1 (patch-mozilla_gfx_graphite2_src_Bidi.cpp) = 5b5190da8a8e4eabd793d9bd5932f773b685dbf4 +SHA1 (patch-mozilla_gfx_graphite2_src_moz.build) = 12601e295244497f5b3a255350ee2b67c20d4f0c +SHA1 (patch-mozilla_gfx_moz.build) = 93f0eba2ea5a4d678c6356b254a1a91bf0ad7ea9 +SHA1 (patch-mozilla_gfx_skia_generate__mozbuild.py) = 7d1f1b85ec1a332d1370f2030f941c38ef83d021 +SHA1 (patch-mozilla_gfx_skia_moz.build) = c7298e883ec7a77c7fb85929dac8eced022cd438 +SHA1 (patch-mozilla_gfx_thebes_moz.build) = 4d09f500e5caa17ec71ddcd032a01fcb4acf1508 +SHA1 (patch-mozilla_gfx_ycbcr_moz.build) = fcd9af6d97c2d7cf85856d8f11e1a13c0ebe8f52 +SHA1 (patch-mozilla_gfx_ycbcr_yuv__row__arm.S) = 5562543a67b0dec358a4ecc44612f2faa669d8b0 +SHA1 (patch-mozilla_image_decoders_nsJPEGDecoder.cpp) = bd08482f32102412517b3150e5c70500e8f921fa +SHA1 (patch-mozilla_intl_hyphenation_hnjalloc.h) = e4a479d8151a6518697b95f9bf63bf60e98d8071 +SHA1 (patch-mozilla_intl_unicharutil_util_moz.build) = 4d8779980f5ca2a47b42125de3ef39621df523af +SHA1 (patch-mozilla_ipc_chromium_Makefile.in) = 3181c9948eac8834bf0b9e32e6bf1566be1b943c +SHA1 (patch-mozilla_ipc_chromium_moz.build) = b8f85c793c00e4eb50e0d70168fa7073fde03535 +SHA1 (patch-mozilla_ipc_chromium_src_base_atomicops.h) = a20895ad9b7f0a99a926132b0e368b0b1cdaedad +SHA1 (patch-mozilla_ipc_chromium_src_base_file__util.h) = 28722f47efc0758b6f9a8bb12126faf3d01989f5 +SHA1 (patch-mozilla_ipc_chromium_src_base_message__loop.cc) = 7d0598fe48a7130e71d7ad52c753d490f4d95d5b +SHA1 (patch-mozilla_ipc_chromium_src_base_platform__thread.h) = e8b8c3747bc1d157b1f9335080d25cebd64328bd +SHA1 (patch-mozilla_ipc_chromium_src_base_process__util.h) = b62b05aacd640c4aa62972a2e04366b311c7da4d +SHA1 (patch-mozilla_ipc_chromium_src_base_process__util__bsd.cc) = 238343f0438a4f2c474fa8fc485b2e836acca929 +SHA1 (patch-mozilla_ipc_chromium_src_base_process__util__posix.cc) = 74cfe66cc8ce1692f001277d287d2c54f1fc077b +SHA1 (patch-mozilla_ipc_chromium_src_base_scoped__nsautorelease__pool.h) = 5fca921c5a5a20b79d0b3a8a7d5c2b1778ded0e8 +SHA1 (patch-mozilla_ipc_chromium_src_base_time__posix.cc) = b93fbc86ff73e7b56c83f23fca79a507350b65fd +SHA1 (patch-mozilla_ipc_chromium_src_chrome_common_transport__dib.h) = 2c516ff62f4ea73e4b2ae49b6f0abe95620486da +SHA1 (patch-mozilla_ipc_glue_ScopedXREEmbed.cpp) = 2530415b33c3c60e5ce90719673c7dea06c95b82 +SHA1 (patch-mozilla_ipc_glue_StringUtil.cpp) = f2bfc2a877554d64ab886d0159c9bdb4e7d01097 +SHA1 (patch-mozilla_ipc_glue_moz.build) = eb8e0d46193092cefcb6d5a00f22ba43161fb71c +SHA1 (patch-mozilla_ipc_ipdl_ipdl_cxx_ast.py) = d2ffbde2fb0744ab7acc279dcc9dfc430fb58dfc +SHA1 (patch-mozilla_ipc_ipdl_ipdl_cxx_cgen.py) = 8c63e06ed257d059e9ff4da0b00e752bd694347e +SHA1 (patch-mozilla_ipc_ipdl_ipdl_lower.py) = c3e0f719900b515554218b6312055f34ccbf9feb +SHA1 (patch-mozilla_js_public_CallArgs.h) = b822b887cf2649403913f4d1d0f69a531094fd0e +SHA1 (patch-mozilla_js_src_asmjs_AsmJSSignalHandlers.cpp) = 46808d8cacd35982954c641e65c5c817d1b9ceca +SHA1 (patch-mozilla_js_src_ctypes_CTypes.h) = 852b14dc17cc29bdbf0b2cc407ba5780dd568d3a +SHA1 (patch-mozilla_js_src_frontend_ParseMaps.cpp) = d7f45bde1f819786c45225600697f14769bed946 +SHA1 (patch-mozilla_js_src_gc_Statistics.cpp) = 875b061d7368d19af143d73bfaed7a51154b7e72 +SHA1 (patch-mozilla_js_src_jit_ExecutableAllocator.h) = 43e2c73d8d96482ac1046a0988fa6bb49d600ca3 +SHA1 (patch-mozilla_js_src_jit_LIR.cpp) = 9bda5be7268cd5cadaa117e4aba11900e62424a7 +SHA1 (patch-mozilla_js_src_jit_MIR.cpp) = 5be2f6c399eb69edcf3e456f9fd7c99c4d1e4850 +SHA1 (patch-mozilla_js_src_jit_arm_Architecture-arm.cpp) = 3fa23427dcefac2eccfeec667262d66c9b66dd84 +SHA1 (patch-mozilla_js_src_jsapi.cpp) = 79ce01f9ade19e7c562226e6383c7df9deca566c +SHA1 (patch-mozilla_js_src_jsdate.cpp) = 7d37540f33dff14c31df6786b2319cbad95461f4 +SHA1 (patch-mozilla_js_src_jskwgen.cpp) = 03b2a891d0fb87da98dcb92c3ecf2f6d39621426 +SHA1 (patch-mozilla_js_src_jsmath.cpp) = b02ecb4a64c6b486645ffdf0446430db9e2dcd71 +SHA1 (patch-mozilla_js_src_shell_jsoptparse.cpp) = 637d553fd6f464d19e72564a7e2f2dd0b3528bca +SHA1 (patch-mozilla_js_src_vm_SPSProfiler.cpp) = 35df0beb0c2f7d233d21c4214281002412b7d5dd +SHA1 (patch-mozilla_js_xpconnect_src_XPCConvert.cpp) = 41a7aaeaae02324265364ce46b5edc6d717190d5 +SHA1 (patch-mozilla_js_xpconnect_src_xpcprivate.h) = bb9f9dfba00d9536c4bdb84188c588685ce79fa8 +SHA1 (patch-mozilla_media_libcubeb_src_cubeb.c) = 385329b05947507df09281a1d42c6cf77e9ad6de +SHA1 (patch-mozilla_media_libcubeb_src_cubeb__alsa.c) = 783fbfef10450da06d5ce027397c7f07d10c6007 +SHA1 (patch-mozilla_media_libcubeb_src_cubeb__oss.c) = c0b98f9d64047b79a136a69ee1bc5a1084440ec6 +SHA1 (patch-mozilla_media_libcubeb_src_moz.build) = 723ba3f5a6cba49cc10d37e81b496c6e11b794b4 +SHA1 (patch-mozilla_media_libpng_pngpriv.h) = 0d2ce353d14c26755ab1db5568202a9887c2b6f3 +SHA1 (patch-mozilla_media_libsoundtouch_src_cpu__detect__x86.cpp) = fcb3c03e8d7709a7fd43c696278f51bb25ada564 +SHA1 (patch-mozilla_media_libstagefright_frameworks_av_media_libstagefright_foundation_AString.cpp) = 38249bd368657210470098d089a56fb641bdad35 +SHA1 (patch-mozilla_media_libstagefright_system_core_liblog_fake__log__device.c) = f2789d1c13accd151dbb836659a264f042f563a6 +SHA1 (patch-mozilla_media_libstagefright_system_core_liblog_logprint.c) = e10a2a9e224f30379cea0a99ac9e2dbe362bcaf0 +SHA1 (patch-mozilla_media_libtheora_lib_arm_armcpu.c) = 81ba09d76c8bba8bdb4db80aba83619aa5644e95 +SHA1 (patch-mozilla_media_libtheora_lib_info.c) = 0717521137df71399724e4cc6189dd1c4bfe5900 +SHA1 (patch-mozilla_media_libtheora_moz.build) = dde3aaa0f1a0550039a764fd90054c622d91a86c +SHA1 (patch-mozilla_media_libtremor_Makefile.in) = 8375506c055714f37192ff51cd0a8bd45d5ef41b +SHA1 (patch-mozilla_media_libtremor_moz.build) = f25c40fa9f9699649c9019eef84936bd52f81181 +SHA1 (patch-mozilla_media_libvorbis_Makefile.in) = 7fa5e4b4c33cbfdb4644f5472d5cfc098f33807a +SHA1 (patch-mozilla_media_libvorbis_lib_vorbis__info.c) = b9a23d5062bba5b19487296f0eb6291ed909cc2a +SHA1 (patch-mozilla_media_libvorbis_moz.build) = 3d25cd1abbd217271e21e4dd70c32f05156dcb53 +SHA1 (patch-mozilla_media_libyuv_include_libyuv_scale__row.h) = bcdd39627f96cabdf8a02f750b94c981d160bf8d +SHA1 (patch-mozilla_media_mtransport_third__party_nICEr_src_util_mbslen.c) = a336215f2d2299d7d7f830c45ce02feb4d6b46bb +SHA1 (patch-mozilla_media_mtransport_third__party_nrappkit_src_port_generic_include_sys_queue.h) = 20867c0010ebae669b66678a310f22a201a58ba7 +SHA1 (patch-mozilla_media_webrtc_signaling_test_moz.build) = 8f1480a39682931f2b93bf7d57e2b6963e947f6e +SHA1 (patch-mozilla_media_webrtc_trunk_webrtc_build_common.gypi) = 4f4d549bf33eceba8d67e552a8544a95d52e0f69 +SHA1 (patch-mozilla_media_webrtc_trunk_webrtc_modules_audio__coding_codecs_opus_opus.gypi) = cc3d6a2d8387b98753c7b9d6d64e43dff197a6df +SHA1 (patch-mozilla_media_webrtc_trunk_webrtc_modules_audio__coding_neteq_neteq.gypi) = f239b2e5f74c5da73d37751587748583233090d5 +SHA1 (patch-mozilla_media_webrtc_trunk_webrtc_modules_desktop__capture_screen__capturer.cc) = c4e67201cd8b10115bc2cd0221699e65c924a5f3 +SHA1 (patch-mozilla_media_webrtc_trunk_webrtc_modules_desktop__capture_screen__capturer.h) = dd9842b84a67834cff668a0906e921875eebd583 +SHA1 (patch-mozilla_media_webrtc_trunk_webrtc_modules_video__capture_linux_device__info__linux.cc) = ceabec7ac8a213fa1f35a90148960e6d94615b73 +SHA1 (patch-mozilla_media_webrtc_trunk_webrtc_modules_video__capture_linux_video__capture__linux.cc) = 3dcd427b7bd24bd68578946f79b7c8beb4d7dda7 +SHA1 (patch-mozilla_media_webrtc_trunk_webrtc_modules_video__capture_video__capture.gypi) = c2e60b3603000bca4a1532771e76421149e4eab1 +SHA1 (patch-mozilla_media_webrtc_trunk_webrtc_system__wrappers_source_spreadsortlib_spreadsort.hpp) = 23d8a53f437522dce9818cb866296147c97bbd34 +SHA1 (patch-mozilla_memory_build_mozjemalloc__compat.c) = 53bc8e6e8692c3e582a2b9b45b44e088e89e977e +SHA1 (patch-mozilla_memory_jemalloc_Makefile.in) = 7281f92fc0c5bc906d885f71edd58b5204e65540 +SHA1 (patch-mozilla_memory_jemalloc_src_configure) = 9256effb9c67a5dd11e8ceef19b9ea28d0d42cd9 +SHA1 (patch-mozilla_memory_mozalloc_mozalloc__abort.cpp) = 123ed43ef2ed1a4110beace2fb637c39b401f4b3 +SHA1 (patch-mozilla_memory_volatile_VolatileBufferOSX.cpp) = 7d03ccb71fadbb24c4446fe694c434b26ab6ff5d +SHA1 (patch-mozilla_mfbt_Alignment.h) = 04273fe60221ed9aa5ba3d6701aba82fcbc1eba3 +SHA1 (patch-mozilla_mfbt_Attributes.h) = 67a0941aee2db49b747f3c20141dc6df55ac6549 +SHA1 (patch-mozilla_mfbt_Poison.cpp) = d371a235cc409aa99fdd862687378f5d6a84a863 +SHA1 (patch-mozilla_mobile_android_installer_Makefile.in) = c2f9f4dcac0c870b64e099ec7a6d1bdad7b5af0f +SHA1 (patch-mozilla_mobile_android_installer_package-manifest.in) = 3ed532efccca911bb70182527651d534d5146dcc +SHA1 (patch-mozilla_modules_libjar_nsZipArchive.cpp) = c906441ba5d7f391f5e37edcf88bfdf8586d5a84 +SHA1 (patch-mozilla_netwerk_base_nsNetUtil.h) = 8d6f10b910d985a6f8259f5ef02d21e3d9f3ed0e +SHA1 (patch-mozilla_netwerk_dns_moz.build) = 49b4f4de83559132bd783f8f2c5d7376c0ad7841 +SHA1 (patch-mozilla_netwerk_protocol_http_Http2Session.cpp) = 5d6c4bb01cf4ab1c3e518e79c28a143aab9b2868 +SHA1 (patch-mozilla_security_manager_ssl_src_nsNSSComponent.cpp) = dc5066e49bb3722c4f07985fd3d4da691a0a1205 +SHA1 (patch-mozilla_toolkit_components_osfile_modules_osfile__unix__back.jsm) = 455c218c6fce4d7f26bda18c9169e3bd263af6f8 +SHA1 (patch-mozilla_toolkit_components_osfile_modules_osfile__unix__front.jsm) = 8f48e55d1a1483b7727ef8b2e11b0142894aa14c +SHA1 (patch-mozilla_toolkit_library_moz.build) = 0d2a0509f34686260e417f0ae221e738b3378100 +SHA1 (patch-mozilla_toolkit_xre_nsAppRunner.cpp) = 9e2212cfa52080593c88e8ffc926681016dfb6a5 +SHA1 (patch-mozilla_toolkit_xre_nsEmbedFunctions.cpp) = 41dbac602fb4b61835c794c6fc950f16cadd2f6f +SHA1 (patch-mozilla_webapprt_moz.build) = a61c46543c2c4cc5ecfcd3eb24facab3e6081b52 +SHA1 (patch-mozilla_widget_gtk_gtk2drawing.c) = 23d590e58e22957b996fe27a12bff186fcc7eb49 +SHA1 (patch-mozilla_widget_gtk_gtk3drawing.c) = 62226a6ddb936ea6c6b6f08d509ff166ec85f208 +SHA1 (patch-mozilla_widget_gtk_gtkdrawing.h) = e44e47c56e83e8982ac61d6135550dd6bed50509 +SHA1 (patch-mozilla_widget_gtk_nsNativeThemeGTK.cpp) = bc23ce979c1da98e98ee5cf19b3a2bc992f56186 +SHA1 (patch-mozilla_xpcom_base_nscore.h) = 80dc90ac315e3c74340498a877f58c32d94e6ac3 +SHA1 (patch-mozilla_xpcom_build_PoisonIOInterposer.h) = f2803b8690e59cdccccf63f84b2616901a5f5c82 +SHA1 (patch-mozilla_xpcom_build_XPCOMInit.cpp) = 3539557001b0f2f449f4d122f0c696f00d9587df +SHA1 (patch-mozilla_xpcom_components_Module.h) = 7e331c94779bb85342132b87d8ddb2b420f38a57 +SHA1 (patch-mozilla_xpcom_glue_standalone_nsXPCOMGlue.cpp) = d7c469f51e4b5baeb0ac3c1403875cf66324214c +SHA1 (patch-mozilla_xpcom_reflect_xptcall_md_unix_Makefile.in) = b29d07bf379c02c7ee0f5765a25af703051f9c8b +SHA1 (patch-mozilla_xpcom_reflect_xptcall_md_unix_moz.build) = 7642b01dd558c098bcb3aad32f62aeb4bd0984f2 +SHA1 (patch-mozilla_xpcom_reflect_xptcall_md_unix_xptcinvoke__arm__netbsd.cpp) = 72ea33fdc90899e630ba83ba8fce7ce8942bb9ed +SHA1 (patch-mozilla_xpcom_reflect_xptcall_md_unix_xptcinvoke__asm__mips.S) = 3ded7fc34293a286f99b61b687cadd71afc53e11 +SHA1 (patch-mozilla_xpcom_reflect_xptcall_md_unix_xptcinvoke__asm__ppc__netbsd.s) = cc73676c2ae4fd515eaa9915e8fa19e5e6cecaad +SHA1 (patch-mozilla_xpcom_reflect_xptcall_md_unix_xptcinvoke__gcc__x86__unix.cpp) = 221f35cb42616cd6c52bb1cc164ae2c87c9e99a8 +SHA1 (patch-mozilla_xpcom_reflect_xptcall_md_unix_xptcinvoke__netbsd__m68k.cpp) = 21faa775ed53b4571362efce316a6dfa73689b16 +SHA1 (patch-mozilla_xpcom_reflect_xptcall_md_unix_xptcinvoke__ppc__netbsd.cpp) = 9662652da9b9c744f45cf39c73113dcd16291977 +SHA1 (patch-mozilla_xpcom_reflect_xptcall_md_unix_xptcinvoke__sparc64__netbsd.cpp) = 19775ea31d091df9d6ba397e3449dd05b8574501 +SHA1 (patch-mozilla_xpcom_reflect_xptcall_md_unix_xptcstubs__arm__netbsd.cpp) = dfdb2bdc9c7b83d3d88f00f0e34570ce0b2f5738 +SHA1 (patch-mozilla_xpcom_reflect_xptcall_md_unix_xptcstubs__asm__mips.S) = 0f2d4e824d5b7cf5fdbbc9c3b747df1a5ba812f6 +SHA1 (patch-mozilla_xpcom_reflect_xptcall_md_unix_xptcstubs__asm__sparc64__netbsd.s) = 332cdb308db38a9a3647c0aae86ae1ebb030b4ce +SHA1 (patch-mozilla_xpcom_reflect_xptcall_md_unix_xptcstubs__gcc__x86__unix.cpp) = 2826f0db0ce78ad792db03dc07ef94bbe5c08f6a +SHA1 (patch-mozilla_xpcom_reflect_xptcall_md_unix_xptcstubs__netbsd__m68k.cpp) = 65f4a81f33be2660bae6b06ec051b5a3582837ca +SHA1 (patch-mozilla_xulrunner_installer_Makefile.in) = 51cb06e38259666cdcbe7f26aa2f6b237d55b815 +SHA1 (patch-pb) = e61134fe43911f34a629cc338f692051c7a3ae22 +SHA1 (patch-pc) = 7c0e354278ae148a8ffa1bc806710a24bc6ac095 +SHA1 (patch-rc) = f9c3a03f34a3276bccfee6fa7c06ff33345f369e +SHA1 (patch-zc) = b1b7edfed691db014d3a25afeb94afcd9f65b82a diff --git a/mail/thunderbird38/files/desktop.in b/mail/thunderbird38/files/desktop.in new file mode 100644 index 0000000000000..4b327acadacbe --- /dev/null +++ b/mail/thunderbird38/files/desktop.in @@ -0,0 +1,11 @@ +[Desktop Entry] +Encoding=UTF-8 +Name=@MOZILLA_NAME@ +GenericName=Mail Client +Comment=Mail client and News Reader +Exec=@MOZILLA@ %U +Icon=@MOZILLA_ICON@ +StartupNotify=false +Terminal=false +Type=Application +Categories=Application;Network; diff --git a/mail/thunderbird38/files/patch-ipc_src_Makefile b/mail/thunderbird38/files/patch-ipc_src_Makefile new file mode 100644 index 0000000000000..5eaa69012b914 --- /dev/null +++ b/mail/thunderbird38/files/patch-ipc_src_Makefile @@ -0,0 +1,16 @@ +diff --git a/ipc/src/Makefile b/ipc/src/Makefile +index 4546c3e..2e0998d 100644 +--- a/ipc/src/Makefile ++++ b/ipc/src/Makefile +@@ -49,6 +49,11 @@ ifeq ($(OS_TARGET),WINNT) + OBJ_SUFF = obj + endif + ++ifeq ($(OS_ARCH),SunOS) ++LDFLAGS += -shared -Wl,-Bsymbolic ++CFLAGS += -fPIC ++endif ++ + source = subprocess.c + objfiles = subprocess.$(OBJ_SUFF) + libname = $(DLL_PREFIX)subprocess-$(CPU_ARCH)$(DLL_SUFFIX) diff --git a/mail/thunderbird38/hacks.mk b/mail/thunderbird38/hacks.mk new file mode 100644 index 0000000000000..fd9d48728e5eb --- /dev/null +++ b/mail/thunderbird38/hacks.mk @@ -0,0 +1,11 @@ +# $NetBSD: hacks.mk,v 1.1 2016/04/17 18:22:21 ryoon Exp $ + +# workround for link of thunderbird-bin etc. +LDFLAGS+= ${COMPILER_RPATH_FLAG}${PREFIX}/lib/${MOZILLA_NAME} + +.if ${OPSYS} == "SunOS" +# workaround for strip problems with libxul.so +# https://www.illumos.org/issues/4383 +INSTALL_UNSTRIPPED=yes +.endif +.include "../../devel/xulrunner17/hacks.mk" diff --git a/mail/thunderbird38/options.mk b/mail/thunderbird38/options.mk new file mode 100644 index 0000000000000..86a8e4b543122 --- /dev/null +++ b/mail/thunderbird38/options.mk @@ -0,0 +1,76 @@ +# $NetBSD: options.mk,v 1.1 2016/04/17 18:22:21 ryoon Exp $ + +PKG_OPTIONS_VAR= PKG_OPTIONS.thunderbird38 +PKG_SUPPORTED_OPTIONS= alsa debug mozilla-jemalloc gnome \ + official-mozilla-branding pulseaudio \ + mozilla-lightning +PKG_SUGGESTED_OPTIONS= mozilla-lightning + +PLIST_VARS+= branding nobranding debug gnome jemalloc + +PKG_SUGGESTED_OPTIONS.Linux+= alsa mozilla-jemalloc +PKG_SUGGESTED_OPTIONS.*+= pulseaudio + +.include "../../mk/bsd.options.mk" + +.if !empty(PKG_OPTIONS:Malsa) +CONFIGURE_ARGS+= --enable-alsa +.include "../../audio/alsa-lib/buildlink3.mk" +.else +CONFIGURE_ARGS+= --disable-alsa +.endif + +.if !empty(PKG_OPTIONS:Mgnome) +.include "../../devel/libgnomeui/buildlink3.mk" +.include "../../sysutils/gnome-vfs/buildlink3.mk" +CONFIGURE_ARGS+= --enable-gnomevfs --enable-dbus --enable-gnomeui +PLIST.gnome= yes +.else +CONFIGURE_ARGS+= --disable-gnomevfs --disable-dbus --disable-gnomeui +.endif + +.if !empty(PKG_OPTIONS:Mmozilla-jemalloc) +PLIST.jemalloc= yes +CONFIGURE_ARGS+= --enable-jemalloc +.else +CONFIGURE_ARGS+= --disable-jemalloc +.endif + +.if !empty(PKG_OPTIONS:Mdebug) +CONFIGURE_ARGS+= --enable-debug --enable-debug-symbols --disable-optimize +CONFIGURE_ARGS+= --disable-install-strip +PLIST.debug= yes +.else +CONFIGURE_ARGS+= --disable-debug +CONFIGURE_ARGS+= --enable-optimize=-O2 +CONFIGURE_ARGS+= --enable-install-strip +BUILDLINK_TRANSFORM+= rm:-g +.endif + +.if !empty(PKG_OPTIONS:Mpulseaudio) +.include "../../audio/pulseaudio/buildlink3.mk" +CONFIGURE_ARGS+= --enable-pulseaudio +.else +CONFIGURE_ARGS+= --disable-pulseaudio +.endif + +.if !empty(PKG_OPTIONS:Mmozilla-lightning) +CONFIGURE_ARGS+= --enable-calendar +PLIST_SRC+= PLIST.lightning +XPI_FILES+= ${WRKSRC}/${OBJDIR}/dist/xpi-stage/gdata-provider.xpi +XPI_FILES+= ${WRKSRC}/${OBJDIR}/dist/xpi-stage/lightning.xpi +.else +CONFIGURE_ARGS+= --disable-calendar +.endif + +.if !empty(PKG_OPTIONS:Mofficial-mozilla-branding) +CONFIGURE_ARGS+= --enable-official-branding +PLIST.branding= yes +LICENSE= mozilla-trademark-license +RESTRICTED= Trademark holder prohibits distribution of modified versions. +NO_BIN_ON_CDROM= ${RESTRICTED} +NO_BIN_ON_FTP= ${RESTRICTED} +.else +CONFIGURE_ARGS+= --disable-official-branding +PLIST.nobranding= yes +.endif diff --git a/mail/thunderbird38/patches/patch-aa b/mail/thunderbird38/patches/patch-aa new file mode 100644 index 0000000000000..b371263b6eb88 --- /dev/null +++ b/mail/thunderbird38/patches/patch-aa @@ -0,0 +1,415 @@ +$NetBSD: patch-aa,v 1.1 2016/04/17 18:22:21 ryoon Exp $ + +--- mozilla/configure.in.orig 2015-06-08 17:49:55.000000000 +0000 ++++ mozilla/configure.in +@@ -1794,7 +1794,13 @@ Linux) + MOZ_ENABLE_PROFILER_SPS= + esac + ;; +-WINNT|Darwin) ;; ++WINNT|Darwin) ++ case "${CPU_ARCH}" in ++ x86 | x86_64) ;; ++ *) ++ MOZ_ENABLE_PROFILER_SPS= ++ esac ++ ;; + *) + MOZ_ENABLE_PROFILER_SPS= + ;; +@@ -1898,7 +1904,7 @@ case "$host" in + ;; + + *-darwin*) +- HOST_CFLAGS="$HOST_CFLAGS -DXP_UNIX -DXP_MACOSX -DNO_X11" ++ HOST_CFLAGS="$HOST_CFLAGS -DXP_UNIX" + HOST_NSPR_MDCPUCFG='\"md/_darwin.cfg\"' + HOST_OPTIMIZE_FLAGS="${HOST_OPTIMIZE_FLAGS=-O3}" + ;; +@@ -2022,7 +2028,6 @@ case "$target" in + AC_DEFINE(XP_DARWIN) + _PLATFORM_DEFAULT_TOOLKIT='cairo-uikit' + else +- AC_DEFINE(XP_MACOSX) + AC_DEFINE(XP_DARWIN) + _PLATFORM_DEFAULT_TOOLKIT='cairo-cocoa' + # The ExceptionHandling framework is needed for Objective-C exception +@@ -2641,8 +2646,7 @@ MOZ_CXX11 + + AC_LANG_C + +-dnl Check for .hidden assembler directive and visibility attribute. +-dnl Borrowed from glibc configure.in ++dnl Setup default hidden visibility and wrapped system headers. + dnl =============================================================== + if test "$GNU_CC" -a "$OS_TARGET" != WINNT; then + AC_DEFINE(HAVE_VISIBILITY_HIDDEN_ATTRIBUTE) +@@ -3663,6 +3667,14 @@ if test -n "$YASM"; then + _YASM_BUILD=` echo ${YASM_VERSION} | $AWK -F\. '{ print $4 }'` + fi + ++if test -n "${LIBXUL_SDK_DIR}"; then ++ AC_MSG_WARN([pkgsrc: LIBXUL_SDK_DIR is set; assuming we want nss and nspr from xulrunner.]) ++ NSPR_CFLAGS="-I${prefix}/include/xulrunner/unstable `pkg-config --cflags nspr`" ++ NSPR_LIBS="`pkg-config --libs nspr`" ++ NSS_CFLAGS="`pkg-config --cflags nss`" ++ NSS_LIBS="`pkg-config --libs nss`" ++fi ++ + if test -z "$SKIP_LIBRARY_CHECKS"; then + dnl system JPEG support + dnl ======================================================== +@@ -3690,11 +3702,7 @@ if test "$MOZ_NATIVE_JPEG" = 1; then + #include ], + [ #if JPEG_LIB_VERSION < $MOZJPEG + #error "Insufficient JPEG library version ($MOZJPEG required)." +- #endif +- #ifndef JCS_EXTENSIONS +- #error "libjpeg-turbo JCS_EXTENSIONS required" +- #endif +- ], ++ #endif ], + MOZ_NATIVE_JPEG=1, + AC_MSG_ERROR([Insufficient JPEG library version for --with-system-jpeg])) + fi +@@ -4392,6 +4400,10 @@ cairo-gonk) + + esac + ++if test "$MOZ_WIDGET_TOOLKIT" = "cocoa"; then ++ AC_DEFINE(XP_MACOSX) ++fi ++ + AC_SUBST(MOZ_PDF_PRINTING) + if test "$MOZ_PDF_PRINTING"; then + PDF_SURFACE_FEATURE="#define CAIRO_HAS_PDF_SURFACE 1" +@@ -4408,7 +4420,7 @@ fi + + if test "$COMPILE_ENVIRONMENT"; then + if test "$MOZ_ENABLE_GTK3"; then +- PKG_CHECK_MODULES(MOZ_GTK3, gtk+-3.0 >= $GTK3_VERSION gtk+-unix-print-3.0 glib-2.0 gobject-2.0 atk-bridge-2.0 $GDK_PACKAGES) ++ PKG_CHECK_MODULES(MOZ_GTK3, gtk+-3.0 >= $GTK3_VERSION gtk+-unix-print-3.0 glib-2.0 gobject-2.0 $GDK_PACKAGES) + MOZ_GTK3_CFLAGS="-I${_topsrcdir}/widget/gtk/compat-gtk3 $MOZ_GTK3_CFLAGS" + dnl Contrary to MOZ_GTK2_LIBS, MOZ_GTK3_LIBS needs to be literally added to TK_LIBS instead + dnl of a make reference because of how TK_LIBS is mangled in toolkit/library/moz.build +@@ -5149,6 +5161,9 @@ if test -n "$MOZ_WEBRTC"; then + MOZ_VPX=1 + MOZ_VPX_ERROR_CONCEALMENT=1 + ++ dnl with libv4l2 we can support more cameras ++ PKG_CHECK_MODULES(MOZ_LIBV4L2, libv4l2) ++ + dnl enable once Signaling lands + MOZ_WEBRTC_SIGNALING=1 + AC_DEFINE(MOZ_WEBRTC_SIGNALING) +@@ -5252,6 +5267,157 @@ if test "${ac_cv_c_attribute_aligned}" ! + fi + + dnl ======================================================== ++dnl Check for libogg ++dnl ======================================================== ++ ++MOZ_ARG_WITH_BOOL(system-ogg, ++[ --with-system-ogg Use system libogg (located with pkgconfig)], ++MOZ_NATIVE_OGG=1, ++MOZ_NATIVE_OGG=) ++ ++if test -n "$MOZ_NATIVE_OGG"; then ++ PKG_CHECK_MODULES(MOZ_OGG, ogg >= 1.2.1) ++ ++ _SAVE_LIBS=$LIBS ++ LIBS="$LIBS $MOZ_OGG_LIBS" ++ AC_CHECK_FUNC(ogg_set_mem_functions, [], ++ [AC_DEFINE(MOZ_OGG_NO_MEM_REPORTING)]) ++ LIBS=$_SAVE_LIBS ++fi ++ ++AC_SUBST(MOZ_NATIVE_OGG) ++ ++dnl ======================================================== ++dnl Check for libvorbis ++dnl ======================================================== ++ ++MOZ_ARG_WITH_BOOL(system-vorbis, ++[ --with-system-vorbis Use system libvorbis (located with pkgconfig)], ++MOZ_NATIVE_VORBIS=1, ++MOZ_NATIVE_VORBIS=) ++ ++if test -n "$MOZ_NATIVE_VORBIS"; then ++ PKG_CHECK_MODULES(MOZ_VORBIS, vorbis vorbisenc >= 1.3.5) ++fi ++ ++AC_SUBST(MOZ_NATIVE_VORBIS) ++ ++dnl ======================================================== ++dnl Check for integer-only libvorbis aka tremor ++dnl ======================================================== ++ ++MOZ_ARG_WITH_BOOL(system-tremor, ++[ --with-system-tremor Use system libtremor (located with pkgconfig)], ++MOZ_NATIVE_TREMOR=1, ++MOZ_NATIVE_TREMOR=) ++ ++if test -n "$MOZ_NATIVE_TREMOR"; then ++ PKG_CHECK_MODULES(MOZ_TREMOR, vorbisidec >= 1.2.1) ++fi ++ ++AC_SUBST(MOZ_NATIVE_TREMOR) ++ ++dnl ======================================================== ++dnl Check for libcelt ++dnl ======================================================== ++ ++MOZ_ARG_WITH_BOOL(system-celt, ++[ --with-system-celt Use system libcelt (located with pkgconfig)], ++MOZ_NATIVE_CELT=1, ++MOZ_NATIVE_CELT=) ++ ++if test -n "$MOZ_NATIVE_CELT"; then ++ PKG_CHECK_MODULES(MOZ_CELT, celt) ++else ++ MOZ_CELT_CFLAGS='-I$(topsrcdir)/media/libopus' ++fi ++ ++AC_SUBST(MOZ_NATIVE_CELT) ++ ++dnl ======================================================== ++dnl Check for libopus ++dnl ======================================================== ++ ++MOZ_ARG_WITH_BOOL(system-opus, ++[ --with-system-opus Use system libopus (located with pkgconfig)], ++MOZ_NATIVE_OPUS=1, ++MOZ_NATIVE_OPUS=) ++ ++if test -n "$MOZ_NATIVE_OPUS"; then ++ PKG_CHECK_MODULES(MOZ_OPUS, opus >= 1.1) ++else ++ MOZ_OPUS_CFLAGS='-I$(topsrcdir)/media/libopus/include' ++fi ++ ++AC_SUBST(MOZ_NATIVE_OPUS) ++ ++dnl ======================================================== ++dnl Check for libtheora ++dnl ======================================================== ++ ++MOZ_ARG_WITH_BOOL(system-theora, ++[ --with-system-theora Use system libtheora (located with pkgconfig)], ++MOZ_NATIVE_THEORA=1, ++MOZ_NATIVE_THEORA=) ++ ++if test -n "$MOZ_NATIVE_THEORA"; then ++ PKG_CHECK_MODULES(MOZ_THEORA, theora >= 1.2) ++fi ++ ++AC_SUBST(MOZ_NATIVE_THEORA) ++ ++dnl ======================================================== ++dnl Check for libspeex resampler ++dnl ======================================================== ++ ++MOZ_ARG_WITH_BOOL(system-speex, ++[ --with-system-speex Use system libspeex (located with pkgconfig)], ++MOZ_NATIVE_SPEEX=1, ++MOZ_NATIVE_SPEEX=) ++ ++if test -n "$MOZ_NATIVE_SPEEX"; then ++ PKG_CHECK_MODULES(MOZ_SPEEX, speexdsp >= 1.2) ++fi ++ ++AC_SUBST(MOZ_NATIVE_SPEEX) ++ ++dnl ======================================================== ++dnl Check for libsoundtouch ++dnl ======================================================== ++ ++MOZ_ARG_WITH_BOOL(system-soundtouch, ++[ --with-system-soundtouch Use system libsoundtouch (located with pkgconfig)], ++MOZ_NATIVE_SOUNDTOUCH=1, ++MOZ_NATIVE_SOUNDTOUCH=) ++ ++if test -n "$MOZ_NATIVE_SOUNDTOUCH"; then ++ PKG_CHECK_MODULES(MOZ_SOUNDTOUCH, soundtouch >= 1.8.0) ++ ++ AC_LANG_SAVE ++ AC_LANG_CPLUSPLUS ++ _SAVE_CXXFLAGS=$CXXFLAGS ++ CXXFLAGS="$CXXFLAGS $MOZ_SOUNDTOUCH_CFLAGS" ++ AC_CACHE_CHECK(for soundtouch sample type, ++ ac_cv_soundtouch_sample_type, ++ [AC_TRY_COMPILE([#include ++ #ifndef SOUNDTOUCH_INTEGER_SAMPLES ++ #error soundtouch expects float samples ++ #endif], ++ [], ++ [ac_cv_soundtouch_sample_type=short], ++ [ac_cv_soundtouch_sample_type=float])]) ++ CXXFLAGS=$_SAVE_CXXFLAGS ++ AC_LANG_RESTORE ++ ++ if test \( -n "$MOZ_SAMPLE_TYPE_S16" -a "$ac_cv_soundtouch_sample_type" != short \) \ ++ -o \( -n "$MOZ_SAMPLE_TYPE_FLOAT32" -a "$ac_cv_soundtouch_sample_type" != float \) ; then ++ AC_MSG_ERROR([SoundTouch library is built with incompatible sample type. Either rebuild the library with/without --enable-integer-samples, chase default Mozilla sample type or remove --with-system-soundtouch.]) ++ fi ++fi ++ ++AC_SUBST(MOZ_NATIVE_SOUNDTOUCH) ++ ++dnl ======================================================== + dnl = Disable VP8 decoder support + dnl ======================================================== + MOZ_ARG_DISABLE_BOOL(webm, +@@ -5606,6 +5772,67 @@ fi + AC_SUBST(MOZ_WEBM_ENCODER) + + dnl ================================== ++dnl = Check OSS availability ++dnl ================================== ++ ++dnl If using Linux, Solaris or BSDs, ensure that OSS is available ++case "$OS_TARGET" in ++Linux|SunOS|DragonFly|FreeBSD|NetBSD|GNU/kFreeBSD) ++ MOZ_OSS=1 ++ ;; ++esac ++ ++MOZ_ARG_WITH_STRING(oss, ++[ --with-oss[=PFX] Enable OpenSoundSystem support [installed at prefix PFX]], ++ OSSPREFIX=$withval) ++ ++if test -n "$OSSPREFIX"; then ++ if test "$OSSPREFIX" != "no"; then ++ MOZ_OSS=1 ++ else ++ MOZ_OSS= ++ fi ++fi ++ ++_SAVE_CFLAGS=$CFLAGS ++_SAVE_LIBS=$LIBS ++if test -n "$MOZ_OSS"; then ++ dnl Prefer 4Front implementation ++ AC_MSG_CHECKING([MOZ_OSS_CFLAGS]) ++ if test "$OSSPREFIX" != "yes"; then ++ oss_conf=${OSSPREFIX%/usr}/etc/oss.conf ++ if test -f "$oss_conf"; then ++ . "$oss_conf" ++ else ++ OSSLIBDIR=$OSSPREFIX/lib/oss ++ fi ++ if test -d "$OSSLIBDIR"; then ++ MOZ_OSS_CFLAGS="$MOZ_OSS_CFLAGS -I$OSSLIBDIR/include" ++ fi ++ fi ++ AC_MSG_RESULT([$MOZ_OSS_CFLAGS]) ++ ++ CFLAGS="$CFLAGS $MOZ_OSS_CFLAGS" ++ MOZ_CHECK_HEADERS(sys/soundcard.h soundcard.h) ++ ++ if test "$ac_cv_header_sys_soundcard_h" != "yes" -a \ ++ "$ac_cv_header_soundcard_h" != "yes"; then ++ AC_MSG_ERROR([Need OSS for Ogg, Wave or WebM decoding on $OS_TARGET. Disable with --disable-ogg --disable-wave --disable-webm.]) ++ fi ++ ++ dnl Assume NetBSD implementation over SunAudio ++ AC_CHECK_LIB(ossaudio, _oss_ioctl, ++ [AC_DEFINE_UNQUOTED(CUBEB_OSS_DEFAULT_OUTPUT, "/dev/sound") ++ MOZ_OSS_LIBS="$MOZ_OSS_LIBS -lossaudio"]) ++fi ++CFLAGS=$_SAVE_CFLAGS ++LIBS=$_SAVE_LIBS ++ ++AC_SUBST(MOZ_OSS) ++AC_SUBST_LIST(MOZ_OSS_CFLAGS) ++AC_SUBST_LIST(MOZ_OSS_LIBS) ++ ++dnl ================================== + dnl = Check alsa availability on Linux + dnl ================================== + +@@ -5619,12 +5846,23 @@ MOZ_ARG_ENABLE_BOOL(alsa, + MOZ_ALSA=1, + MOZ_ALSA=) + ++MOZ_ARG_DISABLE_BOOL(alsa-dlopen, ++[ --disable-alsa-dlopen Disable runtime linking of libasound.so], ++ DISABLE_LIBASOUND_DLOPEN=1, ++ DISABLE_LIBASOUND_DLOPEN=) ++ + if test -n "$MOZ_ALSA"; then + PKG_CHECK_MODULES(MOZ_ALSA, alsa, , + [echo "$MOZ_ALSA_PKG_ERRORS" + AC_MSG_ERROR([Need alsa for audio output on Linux. (On Ubuntu, you might try installing the package libasound2-dev.)])]) + fi + ++if test -n "$DISABLE_LIBASOUND_DLOPEN"; then ++ AC_DEFINE(DISABLE_LIBASOUND_DLOPEN) ++else ++ MOZ_ALSA_LIBS= ++fi ++ + AC_SUBST(MOZ_ALSA) + + dnl ======================================================== +@@ -6046,7 +6284,9 @@ MOZ_ARG_DISABLE_BOOL(gamepad, + if test "$MOZ_GAMEPAD"; then + case "$OS_TARGET" in + Darwin) +- MOZ_GAMEPAD_BACKEND=cocoa ++ if test "$MOZ_WIDGET_TOOLKIT" = "cocoa"; then ++ MOZ_GAMEPAD_BACKEND=cocoa ++ fi + ;; + WINNT) + MOZ_GAMEPAD_BACKEND=windows +@@ -8066,6 +8306,49 @@ if test "$USE_FC_FREETYPE"; then + fi + + dnl ======================================================== ++dnl Check for harfbuzz ++dnl ======================================================== ++ ++MOZ_ARG_WITH_BOOL(system-harfbuzz, ++[ --with-system-harfbuzz Use system harfbuzz (located with pkgconfig)], ++MOZ_NATIVE_HARFBUZZ=1, ++MOZ_NATIVE_HARFBUZZ=) ++ ++if test -n "$MOZ_NATIVE_HARFBUZZ"; then ++ PKG_CHECK_MODULES(MOZ_HARFBUZZ, harfbuzz >= 0.9.34) ++fi ++ ++AC_SUBST(MOZ_NATIVE_HARFBUZZ) ++ ++dnl ======================================================== ++dnl Check for graphite2 ++dnl ======================================================== ++ ++MOZ_ARG_WITH_BOOL(system-graphite2, ++[ --with-system-graphite2 Use system graphite2 (located with pkgconfig)], ++MOZ_NATIVE_GRAPHITE2=1, ++MOZ_NATIVE_GRAPHITE2=) ++ ++if test -n "$MOZ_NATIVE_GRAPHITE2"; then ++ PKG_CHECK_MODULES(MOZ_GRAPHITE2, graphite2) ++ ++ dnl graphite2.pc has bogus version, check manually ++ AC_TRY_COMPILE([ #include ++ #define GR2_VERSION_REQUIRE(major,minor,bugfix) \ ++ ( GR2_VERSION_MAJOR * 10000 + GR2_VERSION_MINOR \ ++ * 100 + GR2_VERSION_BUGFIX >= \ ++ (major) * 10000 + (minor) * 100 + (bugfix) ) ++ ], [ ++ #if !GR2_VERSION_REQUIRE(1,2,4) ++ #error "Insufficient graphite2 version." ++ #endif ++ ], [], ++ [AC_MSG_ERROR([--with-system-graphite2 requested but no working libgraphite2 found])]) ++fi ++ ++AC_SUBST(MOZ_NATIVE_GRAPHITE2) ++ ++dnl ======================================================== + dnl Check for pixman and cairo + dnl ======================================================== + diff --git a/mail/thunderbird38/patches/patch-al b/mail/thunderbird38/patches/patch-al new file mode 100644 index 0000000000000..cf28e9f4bf0fa --- /dev/null +++ b/mail/thunderbird38/patches/patch-al @@ -0,0 +1,16 @@ +$NetBSD: patch-al,v 1.1 2016/04/17 18:22:21 ryoon Exp $ + +--- mozilla/storage/src/mozStorageConnection.cpp.orig 2014-07-18 00:05:51.000000000 +0000 ++++ mozilla/storage/src/mozStorageConnection.cpp +@@ -600,6 +600,11 @@ Connection::initialize(nsIFile *aDatabas + + mDatabaseFile = aDatabaseFile; + ++ // XXX tnn: the configure script demands that sqlite3 is compiled with ++ // SECURE_DELETE on by default. sqlite3 in pkgsrc does not have that, ++ // so instead we enable secure_delete manually here. ++ (void)ExecuteSimpleSQL(NS_LITERAL_CSTRING("PRAGMA secure_delete = 1;")); ++ + return NS_OK; + } + diff --git a/mail/thunderbird38/patches/patch-ao b/mail/thunderbird38/patches/patch-ao new file mode 100644 index 0000000000000..0751765e39ce2 --- /dev/null +++ b/mail/thunderbird38/patches/patch-ao @@ -0,0 +1,15 @@ +$NetBSD: patch-ao,v 1.1 2016/04/17 18:22:21 ryoon Exp $ + +--- mozilla/toolkit/mozapps/installer/packager.mk.orig 2015-06-08 17:49:32.000000000 +0000 ++++ mozilla/toolkit/mozapps/installer/packager.mk +@@ -122,8 +122,8 @@ endif + (cd $(DESTDIR)$(installdir) && tar -xf -) + $(NSINSTALL) -D $(DESTDIR)$(bindir) + $(RM) -f $(DESTDIR)$(bindir)/$(MOZ_APP_NAME) +- ln -s $(installdir)/$(MOZ_APP_NAME) $(DESTDIR)$(bindir) +-ifdef INSTALL_SDK # Here comes the hard part ++ ln -s $(installdir)/$(MOZ_APP_NAME) $(DESTDIR)$(bindir)/$(MOZILLA_PKG_NAME) ++ifeq ($(MOZ_APP_NAME),xulrunner) + $(NSINSTALL) -D $(DESTDIR)$(includedir) + (cd $(DIST)/include && $(TAR) $(TAR_CREATE_FLAGS) - .) | \ + (cd $(DESTDIR)$(includedir) && tar -xf -) diff --git a/mail/thunderbird38/patches/patch-as b/mail/thunderbird38/patches/patch-as new file mode 100644 index 0000000000000..d17ac05844c62 --- /dev/null +++ b/mail/thunderbird38/patches/patch-as @@ -0,0 +1,42 @@ +$NetBSD: patch-as,v 1.1 2016/04/17 18:22:21 ryoon Exp $ + +Treat DragonFly like FreeBSD. + +--- mozilla/js/src/configure.in.orig 2015-06-08 17:49:21.000000000 +0000 ++++ mozilla/js/src/configure.in +@@ -2187,8 +2187,7 @@ AC_LANG_CPLUSPLUS + + MOZ_CXX11 + +-dnl Check for .hidden assembler directive and visibility attribute. +-dnl Borrowed from glibc configure.in ++dnl Setup default hidden visibility and wrapped system headers. + dnl =============================================================== + if test "$GNU_CC" -a "$OS_TARGET" != WINNT; then + AC_DEFINE(HAVE_VISIBILITY_HIDDEN_ATTRIBUTE) +@@ -3010,7 +3009,7 @@ if test "$MOZ_MEMORY"; then + *-darwin*) + AC_DEFINE(MOZ_MEMORY_DARWIN) + ;; +- *-*freebsd*) ++ *-*freebsd*|*-*dragonfly*) + AC_DEFINE(MOZ_MEMORY_BSD) + ;; + *-android*|*-linuxandroid*) +@@ -3851,6 +3850,16 @@ MOZ_SUBCONFIGURE_ICU() + dnl ======================================================== + dnl JavaScript shell + dnl ======================================================== ++ICU_LIB_NAMES= ++MOZ_NATIVE_ICU= ++MOZ_ARG_WITH_BOOL(system-icu, ++[ --with-system-icu ++ Use system icu (located with pkgconfig)], ++ MOZ_NATIVE_ICU=1) ++ ++if test -n "$MOZ_NATIVE_ICU"; then ++ PKG_CHECK_MODULES(MOZ_ICU, icu-i18n >= 50.1) ++fi + + MALLOC_HEADERS="malloc.h malloc_np.h malloc/malloc.h sys/malloc.h" + MALLOC_H= diff --git a/mail/thunderbird38/patches/patch-ax b/mail/thunderbird38/patches/patch-ax new file mode 100644 index 0000000000000..4fb7e6412436c --- /dev/null +++ b/mail/thunderbird38/patches/patch-ax @@ -0,0 +1,56 @@ +$NetBSD: patch-ax,v 1.1 2016/04/17 18:22:21 ryoon Exp $ + +--- mozilla/xpcom/base/nsStackWalk.cpp.orig 2015-06-08 17:49:33.000000000 +0000 ++++ mozilla/xpcom/base/nsStackWalk.cpp +@@ -34,12 +34,12 @@ static CriticalAddress gCriticalAddress; + #define _GNU_SOURCE + #endif + +-#if defined(HAVE_DLOPEN) || defined(XP_MACOSX) ++#if defined(HAVE_DLOPEN) || defined(XP_DARWIN) + #include + #endif + +-#define NSSTACKWALK_SUPPORTS_MACOSX \ +- (defined(XP_MACOSX) && \ ++#define NSSTACKWALK_SUPPORTS_DARWIN \ ++ (defined(XP_DARWIN) && \ + (defined(__i386) || defined(__ppc__) || defined(HAVE__UNWIND_BACKTRACE))) + + #define NSSTACKWALK_SUPPORTS_LINUX \ +@@ -47,7 +47,7 @@ static CriticalAddress gCriticalAddress; + ((defined(__GNUC__) && (defined(__i386) || defined(PPC))) || \ + defined(HAVE__UNWIND_BACKTRACE))) + +-#if NSSTACKWALK_SUPPORTS_MACOSX ++#if NSSTACKWALK_SUPPORTS_DARWIN + #include + #include + +@@ -830,7 +830,7 @@ NS_DescribeCodeAddress(void* aPC, nsCode + } + + // i386 or PPC Linux stackwalking code +-#elif HAVE_DLADDR && (HAVE__UNWIND_BACKTRACE || NSSTACKWALK_SUPPORTS_LINUX || NSSTACKWALK_SUPPORTS_MACOSX) ++#elif HAVE_DLADDR && (HAVE__UNWIND_BACKTRACE || NSSTACKWALK_SUPPORTS_LINUX || NSSTACKWALK_SUPPORTS_DARWIN) + + #include + #include +@@ -901,7 +901,7 @@ FramePointerStackWalk(NS_WalkStackCallba + (long(next) & 3)) { + break; + } +-#if (defined(__ppc__) && defined(XP_MACOSX)) || defined(__powerpc64__) ++#if (defined(__ppc__) && defined(XP_DARWIN)) || defined(__powerpc64__) + // ppc mac or powerpc64 linux + void* pc = *(bp + 2); + bp += 3; +@@ -931,7 +931,7 @@ FramePointerStackWalk(NS_WalkStackCallba + } + + #define X86_OR_PPC (defined(__i386) || defined(PPC) || defined(__ppc__)) +-#if X86_OR_PPC && (NSSTACKWALK_SUPPORTS_MACOSX || NSSTACKWALK_SUPPORTS_LINUX) // i386 or PPC Linux or Mac stackwalking code ++#if X86_OR_PPC && (NSSTACKWALK_SUPPORTS_DARWIN || NSSTACKWALK_SUPPORTS_LINUX) // i386 or PPC Linux or Mac stackwalking code + + XPCOM_API(nsresult) + NS_StackWalk(NS_WalkStackCallback aCallback, uint32_t aSkipFrames, diff --git a/mail/thunderbird38/patches/patch-ay b/mail/thunderbird38/patches/patch-ay new file mode 100644 index 0000000000000..957958f81754e --- /dev/null +++ b/mail/thunderbird38/patches/patch-ay @@ -0,0 +1,33 @@ +$NetBSD: patch-ay,v 1.1 2016/04/17 18:22:21 ryoon Exp $ + +--- mozilla/browser/app/nsBrowserApp.cpp.orig 2015-06-08 17:49:17.000000000 +0000 ++++ mozilla/browser/app/nsBrowserApp.cpp +@@ -18,8 +18,10 @@ + #include + #endif + +-#ifdef XP_MACOSX ++#ifdef XP_DARWIN + #include ++#endif ++#ifdef MOZ_WIDGET_COCOA + #include "MacQuirks.h" + #endif + +@@ -459,7 +461,7 @@ TimeStamp_Now() + } + + return sGetTickCount64() * freq.QuadPart; +-#elif defined(XP_MACOSX) ++#elif defined(XP_DARWIN) + return mach_absolute_time(); + #elif defined(HAVE_CLOCK_MONOTONIC) + struct timespec ts; +@@ -606,6 +608,7 @@ int main(int argc, char* argv[]) + TriggerQuirks(); + #endif + ++ setenv("MOZ_PLUGIN_PATH", "%%LOCALBASE%%/lib/browser_plugins/symlinks/gecko", 0); + int gotCounters; + #if defined(XP_UNIX) + struct rusage initialRUsage; diff --git a/mail/thunderbird38/patches/patch-bf b/mail/thunderbird38/patches/patch-bf new file mode 100644 index 0000000000000..f1e2f6742e96b --- /dev/null +++ b/mail/thunderbird38/patches/patch-bf @@ -0,0 +1,13 @@ +$NetBSD: patch-bf,v 1.1 2016/04/17 18:22:21 ryoon Exp $ + +--- mozilla/js/src/jsnativestack.cpp.orig 2013-10-23 22:09:02.000000000 +0000 ++++ mozilla/js/src/jsnativestack.cpp +@@ -114,7 +114,7 @@ js::GetNativeStackBaseImpl() + pthread_attr_init(&sattr); + # if defined(__OpenBSD__) + stack_t ss; +-# elif defined(PTHREAD_NP_H) || defined(_PTHREAD_NP_H_) || defined(NETBSD) ++# elif defined(PTHREAD_NP_H) || defined(_PTHREAD_NP_H_) || defined(__DragonFly__) || defined(NETBSD) || defined(__NetBSD__) /* XXX tnn not sure why NETBSD isn't defined, it looks like it should be ... */ + /* e.g. on FreeBSD 4.8 or newer, neundorf@kde.org */ + pthread_attr_get_np(thread, &sattr); + # else diff --git a/mail/thunderbird/patches/patch-bg b/mail/thunderbird38/patches/patch-bg similarity index 92% rename from mail/thunderbird/patches/patch-bg rename to mail/thunderbird38/patches/patch-bg index 0ca96ca62c75a..13337dd692296 100644 --- a/mail/thunderbird/patches/patch-bg +++ b/mail/thunderbird38/patches/patch-bg @@ -1,4 +1,4 @@ -$NetBSD: patch-bg,v 1.6 2014/07/27 20:04:59 ryoon Exp $ +$NetBSD: patch-bg,v 1.1 2016/04/17 18:22:21 ryoon Exp $ --- mozilla/storage/src/SQLiteMutex.h.orig 2014-07-18 00:05:51.000000000 +0000 +++ mozilla/storage/src/SQLiteMutex.h diff --git a/mail/thunderbird38/patches/patch-calendar_lightning_Makefile.in b/mail/thunderbird38/patches/patch-calendar_lightning_Makefile.in new file mode 100644 index 0000000000000..838cfeb16dd3a --- /dev/null +++ b/mail/thunderbird38/patches/patch-calendar_lightning_Makefile.in @@ -0,0 +1,13 @@ +$NetBSD: patch-calendar_lightning_Makefile.in,v 1.1 2016/04/17 18:22:21 ryoon Exp $ + +--- calendar/lightning/Makefile.in.orig 2015-06-08 17:40:38.000000000 +0000 ++++ calendar/lightning/Makefile.in +@@ -6,7 +6,7 @@ + # Lightning. + + USE_EXTENSION_MANIFEST = 1 +-XPI_PKGNAME = lightning-$(LIGHTNING_VERSION).$(AB_CD).$(MOZ_PKG_PLATFORM) ++XPI_PKGNAME = lightning + XPI_VERSION = $(LIGHTNING_VERSION) + + XPI_EM_ID = {e2fda1a4-762b-4020-b5ad-a41df1933103} diff --git a/mail/thunderbird38/patches/patch-calendar_lightning_build_universal.mk b/mail/thunderbird38/patches/patch-calendar_lightning_build_universal.mk new file mode 100644 index 0000000000000..4538ac8962490 --- /dev/null +++ b/mail/thunderbird38/patches/patch-calendar_lightning_build_universal.mk @@ -0,0 +1,13 @@ +$NetBSD: patch-calendar_lightning_build_universal.mk,v 1.1 2016/04/17 18:22:21 ryoon Exp $ + +--- calendar/lightning/build/universal.mk.orig 2014-07-18 00:04:05.000000000 +0000 ++++ calendar/lightning/build/universal.mk +@@ -19,7 +19,7 @@ include $(topsrcdir)/mozilla/toolkit/moz + + THUNDERBIRD_VERSION := $(shell cat $(topsrcdir)/mail/config/version.txt) + LIGHTNING_VERSION := $(shell $(PYTHON) $(topsrcdir)/calendar/lightning/build/makeversion.py $(word 1,$(MOZ_PKG_VERSION) $(THUNDERBIRD_VERSION))) +-XPI_PKGNAME = lightning-$(LIGHTNING_VERSION).$(AB_CD).$(MOZ_PKG_PLATFORM) ++XPI_PKGNAME = lightning + + STANDALONE_MAKEFILE := 1 + include $(TOPSRCDIR)/config/config.mk diff --git a/mail/thunderbird38/patches/patch-calendar_providers_gdata_Makefile.in b/mail/thunderbird38/patches/patch-calendar_providers_gdata_Makefile.in new file mode 100644 index 0000000000000..2e51cf2865a01 --- /dev/null +++ b/mail/thunderbird38/patches/patch-calendar_providers_gdata_Makefile.in @@ -0,0 +1,13 @@ +$NetBSD: patch-calendar_providers_gdata_Makefile.in,v 1.1 2016/04/17 18:22:21 ryoon Exp $ + +--- calendar/providers/gdata/Makefile.in.orig 2015-06-08 17:40:38.000000000 +0000 ++++ calendar/providers/gdata/Makefile.in +@@ -4,7 +4,7 @@ + + USE_EXTENSION_MANIFEST = 1 + DIST_FILES = install.rdf +-XPI_PKGNAME = gdata-provider-$(GDATA_VERSION).$(AB_CD).$(MOZ_PKG_PLATFORM) ++XPI_PKGNAME = gdata-provider + XPI_VERSION = $(GDATA_VERSION) + XPI_NO_UNIVERSAL = 1 + XPI_EM_ID = {a62ef8ec-5fdc-40c2-873c-223b8a6925cc} diff --git a/mail/thunderbird/patches/patch-directory_c-sdk_ldap_include_portable.h b/mail/thunderbird38/patches/patch-directory_c-sdk_ldap_include_portable.h similarity index 88% rename from mail/thunderbird/patches/patch-directory_c-sdk_ldap_include_portable.h rename to mail/thunderbird38/patches/patch-directory_c-sdk_ldap_include_portable.h index 7f11735cf2106..08ea243e6c1af 100644 --- a/mail/thunderbird/patches/patch-directory_c-sdk_ldap_include_portable.h +++ b/mail/thunderbird38/patches/patch-directory_c-sdk_ldap_include_portable.h @@ -1,4 +1,4 @@ -$NetBSD: patch-directory_c-sdk_ldap_include_portable.h,v 1.7 2012/09/02 06:43:40 ryoon Exp $ +$NetBSD: patch-directory_c-sdk_ldap_include_portable.h,v 1.1 2016/04/17 18:22:21 ryoon Exp $ --- ldap/sdks/c-sdk/ldap/include/portable.h.orig 2012-08-25 00:31:56.000000000 +0000 +++ ldap/sdks/c-sdk/ldap/include/portable.h diff --git a/mail/thunderbird38/patches/patch-ipc_chromium_src_base_file__util__posix.cc b/mail/thunderbird38/patches/patch-ipc_chromium_src_base_file__util__posix.cc new file mode 100644 index 0000000000000..7c1f8cd74b7b4 --- /dev/null +++ b/mail/thunderbird38/patches/patch-ipc_chromium_src_base_file__util__posix.cc @@ -0,0 +1,48 @@ +$NetBSD: patch-ipc_chromium_src_base_file__util__posix.cc,v 1.1 2016/04/17 18:22:21 ryoon Exp $ + +--- mozilla/ipc/chromium/src/base/file_util_posix.cc.orig 2014-07-18 00:05:24.000000000 +0000 ++++ mozilla/ipc/chromium/src/base/file_util_posix.cc +@@ -8,7 +8,7 @@ + #include + #include + #include +-#ifndef ANDROID ++#if !defined(ANDROID) && !defined(OS_SOLARIS) + #include + #endif + #include +@@ -67,7 +67,7 @@ bool Delete(const FilePath& path, bool r + if (!recursive) + return (rmdir(path_str) == 0); + +-#ifdef ANDROID ++#if defined(ANDROID) || defined(OS_SOLARIS) + // XXX Need ftsless impl for bionic + return false; + #else +@@ -140,7 +140,7 @@ bool CopyDirectory(const FilePath& from_ + return false; + } + +-#ifdef ANDROID ++#if defined(ANDROID) || defined(OS_SOLARIS) + // XXX Need ftsless impl for bionic + return false; + #else +@@ -435,7 +435,7 @@ bool SetCurrentDirectory(const FilePath& + return !ret; + } + +-#if !defined(OS_MACOSX) ++#if !defined(MOZ_WIDGET_COCOA) + bool GetTempDir(FilePath* path) { + const char* tmp = getenv("TMPDIR"); + if (tmp) +@@ -499,6 +499,6 @@ bool CopyFile(const FilePath& from_path, + + return result; + } +-#endif // !defined(OS_MACOSX) ++#endif // !defined(MOZ_WIDGET_COCOA) + + } // namespace file_util diff --git a/mail/thunderbird38/patches/patch-ipc_chromium_src_base_platform__thread__posix.cc b/mail/thunderbird38/patches/patch-ipc_chromium_src_base_platform__thread__posix.cc new file mode 100644 index 0000000000000..f324c4c727b36 --- /dev/null +++ b/mail/thunderbird38/patches/patch-ipc_chromium_src_base_platform__thread__posix.cc @@ -0,0 +1,89 @@ +$NetBSD: patch-ipc_chromium_src_base_platform__thread__posix.cc,v 1.1 2016/04/17 18:22:21 ryoon Exp $ + +--- mozilla/ipc/chromium/src/base/platform_thread_posix.cc.orig 2014-07-18 00:05:24.000000000 +0000 ++++ mozilla/ipc/chromium/src/base/platform_thread_posix.cc +@@ -9,8 +9,12 @@ + + #if defined(OS_MACOSX) + #include ++#include ++#include + #elif defined(OS_NETBSD) ++_Pragma("GCC visibility push(default)") + #include ++_Pragma("GCC visibility pop") + #elif defined(OS_LINUX) + #include + #include +@@ -19,15 +23,13 @@ + #include + #endif + +-#if !defined(OS_MACOSX) + #include +-#endif + + #if defined(OS_BSD) && !defined(OS_NETBSD) && !defined(__GLIBC__) + #include + #endif + +-#if defined(OS_MACOSX) ++#if defined(MOZ_WIDGET_COCOA) + namespace base { + void InitThreading(); + } // namespace +@@ -91,7 +93,7 @@ void PlatformThread::Sleep(int duration_ + sleep_time = remaining; + } + +-#ifndef OS_MACOSX ++#ifndef MOZ_WIDGET_COCOA + // Mac is implemented in platform_thread_mac.mm. + + // static +@@ -114,19 +116,41 @@ void PlatformThread::SetName(const char* + pthread_setname_np(pthread_self(), "%s", (void *)name); + #elif defined(OS_BSD) && !defined(__GLIBC__) + pthread_set_name_np(pthread_self(), name); +-#else ++#elif defined(OS_MACOSX) ++ // Copied from platform_thread_mac.mm ++ ++ // pthread_setname_np is only available in 10.6 or later, so test ++ // for it at runtime. ++ int (*dynamic_pthread_setname_np)(const char*); ++ *reinterpret_cast(&dynamic_pthread_setname_np) = ++ dlsym(RTLD_DEFAULT, "pthread_setname_np"); ++ if (!dynamic_pthread_setname_np) ++ return; ++ ++ // Mac OS X does not expose the length limit of the name, so ++ // hardcode it. ++ const int kMaxNameLength = 63; ++ std::string shortened_name = std::string(name).substr(0, kMaxNameLength); ++ // pthread_setname() fails (harmlessly) in the sandbox, ignore when it does. ++ // See http://crbug.com/47058 ++ ++ // The name parameter is copied thus it's safe to release it after calling. ++ // Checked against the bionic implementation in bionic/libc/bionic/pthread.c ++ dynamic_pthread_setname_np(shortened_name.c_str()); ++#elif !defined(OS_SOLARIS) ++ prctl(PR_SET_NAME, reinterpret_cast(name), 0, 0, 0); + #endif + } +-#endif // !OS_MACOSX ++#endif // !MOZ_WIDGET_COCOA + + namespace { + + bool CreateThread(size_t stack_size, bool joinable, + PlatformThread::Delegate* delegate, + PlatformThreadHandle* thread_handle) { +-#if defined(OS_MACOSX) ++#if defined(MOZ_WIDGET_COCOA) + base::InitThreading(); +-#endif // OS_MACOSX ++#endif // MOZ_WIDGET_COCOA + + bool success = false; + pthread_attr_t attributes; diff --git a/mail/thunderbird38/patches/patch-ipc_chromium_src_base_sys__info__posix.cc b/mail/thunderbird38/patches/patch-ipc_chromium_src_base_sys__info__posix.cc new file mode 100644 index 0000000000000..bd4c17bd62bac --- /dev/null +++ b/mail/thunderbird38/patches/patch-ipc_chromium_src_base_sys__info__posix.cc @@ -0,0 +1,28 @@ +$NetBSD: patch-ipc_chromium_src_base_sys__info__posix.cc,v 1.1 2016/04/17 18:22:21 ryoon Exp $ + +--- mozilla/ipc/chromium/src/base/sys_info_posix.cc.orig 2014-07-18 00:05:24.000000000 +0000 ++++ mozilla/ipc/chromium/src/base/sys_info_posix.cc +@@ -119,7 +119,11 @@ std::wstring SysInfo::GetEnvVar(const wc + + // static + std::string SysInfo::OperatingSystemName() { ++#ifdef OS_SOLARIS ++ struct utsname info; ++#else + utsname info; ++#endif + if (uname(&info) < 0) { + NOTREACHED(); + return ""; +@@ -129,7 +133,11 @@ std::string SysInfo::OperatingSystemName + + // static + std::string SysInfo::OperatingSystemVersion() { ++#ifdef OS_SOLARIS ++ struct utsname info; ++#else + utsname info; ++#endif + if (uname(&info) < 0) { + NOTREACHED(); + return ""; diff --git a/mail/thunderbird38/patches/patch-ipc_chromium_src_build_build__config.h b/mail/thunderbird38/patches/patch-ipc_chromium_src_build_build__config.h new file mode 100644 index 0000000000000..38d2c56795896 --- /dev/null +++ b/mail/thunderbird38/patches/patch-ipc_chromium_src_build_build__config.h @@ -0,0 +1,22 @@ +$NetBSD: patch-ipc_chromium_src_build_build__config.h,v 1.1 2016/04/17 18:22:21 ryoon Exp $ + +--- mozilla/ipc/chromium/src/build/build_config.h.orig 2013-10-23 22:09:00.000000000 +0000 ++++ mozilla/ipc/chromium/src/build/build_config.h +@@ -27,6 +27,8 @@ + #define OS_NETBSD 1 + #elif defined(__OpenBSD__) + #define OS_OPENBSD 1 ++#elif defined(__sun) ++#define OS_SOLARIS 1 + #elif defined(_WIN32) + #define OS_WIN 1 + #else +@@ -42,7 +44,7 @@ + + // For access to standard POSIX features, use OS_POSIX instead of a more + // specific macro. +-#if defined(OS_MACOSX) || defined(OS_LINUX) || defined(OS_BSD) ++#if defined(OS_MACOSX) || defined(OS_LINUX) || defined(OS_BSD) || defined(OS_SOLARIS) + #define OS_POSIX 1 + #endif + diff --git a/mail/thunderbird38/patches/patch-ipc_glue_GeckoChildProcessHost.cpp b/mail/thunderbird38/patches/patch-ipc_glue_GeckoChildProcessHost.cpp new file mode 100644 index 0000000000000..1585ed615980b --- /dev/null +++ b/mail/thunderbird38/patches/patch-ipc_glue_GeckoChildProcessHost.cpp @@ -0,0 +1,45 @@ +$NetBSD: patch-ipc_glue_GeckoChildProcessHost.cpp,v 1.1 2016/04/17 18:22:21 ryoon Exp $ + +--- mozilla/ipc/glue/GeckoChildProcessHost.cpp.orig 2015-06-08 17:49:21.000000000 +0000 ++++ mozilla/ipc/glue/GeckoChildProcessHost.cpp +@@ -4,7 +4,13 @@ + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ + ++#if defined(__NetBSD__) ++_Pragma("GCC visibility push(default)") ++#endif + #include "GeckoChildProcessHost.h" ++#if defined(__NetBSD__) ++_Pragma("GCC visibility pop") ++#endif + + #include "base/command_line.h" + #include "base/string_util.h" +@@ -547,7 +553,7 @@ GeckoChildProcessHost::PerformAsyncLaunc + // and passing wstrings from one config to the other is unsafe. So + // we split the logic here. + +-#if defined(OS_LINUX) || defined(OS_MACOSX) || defined(OS_BSD) ++#if defined(OS_LINUX) || defined(OS_MACOSX) || defined(OS_BSD) || defined(OS_SOLARIS) + base::environment_map newEnvVars; + ChildPrivileges privs = mPrivileges; + if (privs == base::PRIVILEGES_DEFAULT) { +@@ -686,7 +692,7 @@ GeckoChildProcessHost::PerformAsyncLaunc + childArgv.push_back(pidstring); + + #if defined(MOZ_CRASHREPORTER) +-# if defined(OS_LINUX) || defined(OS_BSD) ++# if defined(OS_LINUX) || defined(OS_BSD) || defined(OS_SOLARIS) + int childCrashFd, childCrashRemapFd; + if (!CrashReporter::CreateNotificationPipeForChild( + &childCrashFd, &childCrashRemapFd)) +@@ -719,7 +725,7 @@ GeckoChildProcessHost::PerformAsyncLaunc + childArgv.push_back(childProcessType); + + base::LaunchApp(childArgv, mFileMap, +-#if defined(OS_LINUX) || defined(OS_MACOSX) || defined(OS_BSD) ++#if defined(OS_LINUX) || defined(OS_MACOSX) || defined(OS_BSD) || defined(OS_SOLARIS) + newEnvVars, privs, + #endif + false, &process, arch); diff --git a/mail/thunderbird/patches/patch-ldap_sdks_c-sdk_build.mk b/mail/thunderbird38/patches/patch-ldap_sdks_c-sdk_build.mk similarity index 96% rename from mail/thunderbird/patches/patch-ldap_sdks_c-sdk_build.mk rename to mail/thunderbird38/patches/patch-ldap_sdks_c-sdk_build.mk index 585a71ccd9327..5d875af5a2cbc 100644 --- a/mail/thunderbird/patches/patch-ldap_sdks_c-sdk_build.mk +++ b/mail/thunderbird38/patches/patch-ldap_sdks_c-sdk_build.mk @@ -1,4 +1,4 @@ -$NetBSD: patch-ldap_sdks_c-sdk_build.mk,v 1.2 2012/09/02 06:43:40 ryoon Exp $ +$NetBSD: patch-ldap_sdks_c-sdk_build.mk,v 1.1 2016/04/17 18:22:21 ryoon Exp $ --- ldap/sdks/c-sdk/build.mk.orig 2012-08-25 00:31:56.000000000 +0000 +++ ldap/sdks/c-sdk/build.mk diff --git a/mail/thunderbird38/patches/patch-mail_components_shell_nsMailGNOMEIntegration.cpp b/mail/thunderbird38/patches/patch-mail_components_shell_nsMailGNOMEIntegration.cpp new file mode 100644 index 0000000000000..6dd6e37950988 --- /dev/null +++ b/mail/thunderbird38/patches/patch-mail_components_shell_nsMailGNOMEIntegration.cpp @@ -0,0 +1,26 @@ +$NetBSD: patch-mail_components_shell_nsMailGNOMEIntegration.cpp,v 1.1 2016/04/17 18:22:21 ryoon Exp $ + +Avoid warning storing a size_t in an unsigned int on LP64 + +--- mail/components/shell/nsMailGNOMEIntegration.cpp.orig 2015-06-08 17:40:38.000000000 +0000 ++++ mail/components/shell/nsMailGNOMEIntegration.cpp +@@ -50,16 +50,16 @@ struct AppTypeAssociation { + + static const AppTypeAssociation sAppTypes[] = { + { +- nsIShellService::MAIL, sMailProtocols, ArrayLength(sMailProtocols), ++ nsIShellService::MAIL, sMailProtocols, (unsigned int)ArrayLength(sMailProtocols), + "message/rfc822", + nullptr // don't associate .eml extension, as that breaks printing those + }, + { +- nsIShellService::NEWS, sNewsProtocols, ArrayLength(sNewsProtocols), ++ nsIShellService::NEWS, sNewsProtocols, (unsigned int)ArrayLength(sNewsProtocols), + nullptr, nullptr + }, + { +- nsIShellService::RSS, sFeedProtocols, ArrayLength(sFeedProtocols), ++ nsIShellService::RSS, sFeedProtocols, (unsigned int)ArrayLength(sFeedProtocols), + "application/rss+xml", "rss" + } + }; diff --git a/mail/thunderbird38/patches/patch-mail_installer_package-manifest.in b/mail/thunderbird38/patches/patch-mail_installer_package-manifest.in new file mode 100644 index 0000000000000..ee84cb308d82d --- /dev/null +++ b/mail/thunderbird38/patches/patch-mail_installer_package-manifest.in @@ -0,0 +1,13 @@ +$NetBSD: patch-mail_installer_package-manifest.in,v 1.1 2016/04/17 18:22:21 ryoon Exp $ + +--- mail/installer/package-manifest.in.orig 2015-06-08 17:40:38.000000000 +0000 ++++ mail/installer/package-manifest.in +@@ -717,7 +717,7 @@ + #endif + + ; for Solaris SPARC +-#ifdef SOLARIS ++#if defined(SOLARIS) && defined(SPARC) + @BINPATH@/@DLL_PREFIX@freebl_32fpu_3@DLL_SUFFIX@ + @BINPATH@/@DLL_PREFIX@freebl_32int_3@DLL_SUFFIX@ + @BINPATH@/@DLL_PREFIX@freebl_32int64_3@DLL_SUFFIX@ diff --git a/mail/thunderbird38/patches/patch-mail_installer_removed-files.in b/mail/thunderbird38/patches/patch-mail_installer_removed-files.in new file mode 100644 index 0000000000000..cd62e90536772 --- /dev/null +++ b/mail/thunderbird38/patches/patch-mail_installer_removed-files.in @@ -0,0 +1,47 @@ +$NetBSD: patch-mail_installer_removed-files.in,v 1.1 2016/04/17 18:22:21 ryoon Exp $ + +--- mail/installer/removed-files.in.orig 2015-06-08 17:40:38.000000000 +0000 ++++ mail/installer/removed-files.in +@@ -198,42 +198,6 @@ + @DIR_MACOS@greprefs/security-prefs.js + @DIR_MACOS@greprefs/xpinstall.js + @DIR_MACOS@greprefs/ +-@DIR_MACOS@hyphenation/ +-@DIR_MACOS@hyphenation/hyph_af.dic +-@DIR_MACOS@hyphenation/hyph_bg.dic +-@DIR_MACOS@hyphenation/hyph_ca.dic +-@DIR_MACOS@hyphenation/hyph_cy.dic +-@DIR_MACOS@hyphenation/hyph_da.dic +-@DIR_MACOS@hyphenation/hyph_de-1901.dic +-@DIR_MACOS@hyphenation/hyph_de-1996.dic +-@DIR_MACOS@hyphenation/hyph_de-CH.dic +-@DIR_MACOS@hyphenation/hyph_en_US.dic +-@DIR_MACOS@hyphenation/hyph_eo.dic +-@DIR_MACOS@hyphenation/hyph_es.dic +-@DIR_MACOS@hyphenation/hyph_et.dic +-@DIR_MACOS@hyphenation/hyph_fi.dic +-@DIR_MACOS@hyphenation/hyph_fr.dic +-@DIR_MACOS@hyphenation/hyph_gl.dic +-@DIR_MACOS@hyphenation/hyph_hr.dic +-@DIR_MACOS@hyphenation/hyph_hsb.dic +-@DIR_MACOS@hyphenation/hyph_hu.dic +-@DIR_MACOS@hyphenation/hyph_ia.dic +-@DIR_MACOS@hyphenation/hyph_is.dic +-@DIR_MACOS@hyphenation/hyph_it.dic +-@DIR_MACOS@hyphenation/hyph_kmr.dic +-@DIR_MACOS@hyphenation/hyph_la.dic +-@DIR_MACOS@hyphenation/hyph_lt.dic +-@DIR_MACOS@hyphenation/hyph_mn.dic +-@DIR_MACOS@hyphenation/hyph_nb.dic +-@DIR_MACOS@hyphenation/hyph_nl.dic +-@DIR_MACOS@hyphenation/hyph_nn.dic +-@DIR_MACOS@hyphenation/hyph_pt.dic +-@DIR_MACOS@hyphenation/hyph_ru.dic +-@DIR_MACOS@hyphenation/hyph_sh.dic +-@DIR_MACOS@hyphenation/hyph_sl.dic +-@DIR_MACOS@hyphenation/hyph_sv.dic +-@DIR_MACOS@hyphenation/hyph_tr.dic +-@DIR_MACOS@hyphenation/hyph_uk.dic + + #ifdef MOZ_WIDGET_GTK2 + icons/mozicon128.png diff --git a/mail/thunderbird/patches/patch-mk b/mail/thunderbird38/patches/patch-mk similarity index 88% rename from mail/thunderbird/patches/patch-mk rename to mail/thunderbird38/patches/patch-mk index 381831a847008..b3bd2c5a408e0 100644 --- a/mail/thunderbird/patches/patch-mk +++ b/mail/thunderbird38/patches/patch-mk @@ -1,4 +1,4 @@ -$NetBSD: patch-mk,v 1.11 2015/07/09 15:17:34 ryoon Exp $ +$NetBSD: patch-mk,v 1.1 2016/04/17 18:22:21 ryoon Exp $ Treat DragonFly like FreeBSD. diff --git a/mail/thunderbird/patches/patch-ml b/mail/thunderbird38/patches/patch-ml similarity index 86% rename from mail/thunderbird/patches/patch-ml rename to mail/thunderbird38/patches/patch-ml index f0f052c659305..51c40802df00c 100644 --- a/mail/thunderbird/patches/patch-ml +++ b/mail/thunderbird38/patches/patch-ml @@ -1,4 +1,4 @@ -$NetBSD: patch-ml,v 1.8 2015/07/09 15:17:34 ryoon Exp $ +$NetBSD: patch-ml,v 1.1 2016/04/17 18:22:21 ryoon Exp $ Treat DragonFly like FreeBSD. diff --git a/mail/thunderbird/patches/patch-mozilla_accessible_atk_Platform.cpp b/mail/thunderbird38/patches/patch-mozilla_accessible_atk_Platform.cpp similarity index 96% rename from mail/thunderbird/patches/patch-mozilla_accessible_atk_Platform.cpp rename to mail/thunderbird38/patches/patch-mozilla_accessible_atk_Platform.cpp index 13a4547b2b149..5779df81114e5 100644 --- a/mail/thunderbird/patches/patch-mozilla_accessible_atk_Platform.cpp +++ b/mail/thunderbird38/patches/patch-mozilla_accessible_atk_Platform.cpp @@ -1,4 +1,4 @@ -$NetBSD: patch-mozilla_accessible_atk_Platform.cpp,v 1.1 2015/07/09 15:17:34 ryoon Exp $ +$NetBSD: patch-mozilla_accessible_atk_Platform.cpp,v 1.1 2016/04/17 18:22:21 ryoon Exp $ --- mozilla/accessible/atk/Platform.cpp.orig 2015-06-08 17:49:16.000000000 +0000 +++ mozilla/accessible/atk/Platform.cpp diff --git a/mail/thunderbird/patches/patch-mozilla_b2g_installer_Makefile.in b/mail/thunderbird38/patches/patch-mozilla_b2g_installer_Makefile.in similarity index 79% rename from mail/thunderbird/patches/patch-mozilla_b2g_installer_Makefile.in rename to mail/thunderbird38/patches/patch-mozilla_b2g_installer_Makefile.in index f9785e7e7e1ac..3653827e5976a 100644 --- a/mail/thunderbird/patches/patch-mozilla_b2g_installer_Makefile.in +++ b/mail/thunderbird38/patches/patch-mozilla_b2g_installer_Makefile.in @@ -1,4 +1,4 @@ -$NetBSD: patch-mozilla_b2g_installer_Makefile.in,v 1.1 2014/07/27 20:04:59 ryoon Exp $ +$NetBSD: patch-mozilla_b2g_installer_Makefile.in,v 1.1 2016/04/17 18:22:21 ryoon Exp $ --- mozilla/b2g/installer/Makefile.in.orig 2014-07-18 00:05:06.000000000 +0000 +++ mozilla/b2g/installer/Makefile.in diff --git a/mail/thunderbird/patches/patch-mozilla_b2g_installer_package-manifest.in b/mail/thunderbird38/patches/patch-mozilla_b2g_installer_package-manifest.in similarity index 81% rename from mail/thunderbird/patches/patch-mozilla_b2g_installer_package-manifest.in rename to mail/thunderbird38/patches/patch-mozilla_b2g_installer_package-manifest.in index 0e4b4b0d01a27..8daab5cc09e52 100644 --- a/mail/thunderbird/patches/patch-mozilla_b2g_installer_package-manifest.in +++ b/mail/thunderbird38/patches/patch-mozilla_b2g_installer_package-manifest.in @@ -1,4 +1,4 @@ -$NetBSD: patch-mozilla_b2g_installer_package-manifest.in,v 1.2 2015/07/09 15:17:34 ryoon Exp $ +$NetBSD: patch-mozilla_b2g_installer_package-manifest.in,v 1.1 2016/04/17 18:22:21 ryoon Exp $ --- mozilla/b2g/installer/package-manifest.in.orig 2015-06-08 17:49:17.000000000 +0000 +++ mozilla/b2g/installer/package-manifest.in diff --git a/mail/thunderbird38/patches/patch-mozilla_browser_installer_package-manifest.in b/mail/thunderbird38/patches/patch-mozilla_browser_installer_package-manifest.in new file mode 100644 index 0000000000000..0ee9eeb49b197 --- /dev/null +++ b/mail/thunderbird38/patches/patch-mozilla_browser_installer_package-manifest.in @@ -0,0 +1,22 @@ +$NetBSD: patch-mozilla_browser_installer_package-manifest.in,v 1.1 2016/04/17 18:22:21 ryoon Exp $ + +--- mozilla/browser/installer/package-manifest.in.orig 2015-06-08 17:49:21.000000000 +0000 ++++ mozilla/browser/installer/package-manifest.in +@@ -618,7 +618,7 @@ + @RESPATH@/components/MozKeyboard.js + @RESPATH@/components/InputMethod.manifest + +-#ifdef MOZ_DEBUG ++#if defined(ENABLE_TESTS) && defined(MOZ_DEBUG) + @RESPATH@/components/TestInterfaceJS.js + @RESPATH@/components/TestInterfaceJS.manifest + #endif +@@ -800,7 +800,7 @@ + #endif + + ; for Solaris SPARC +-#ifdef SOLARIS ++#if defined(SOLARIS) && defined(SPARC) + bin/libfreebl_32fpu_3.so + bin/libfreebl_32int_3.so + bin/libfreebl_32int64_3.so diff --git a/mail/thunderbird38/patches/patch-mozilla_build_autoconf_compiler-opts.m4 b/mail/thunderbird38/patches/patch-mozilla_build_autoconf_compiler-opts.m4 new file mode 100644 index 0000000000000..c237901ed8dbf --- /dev/null +++ b/mail/thunderbird38/patches/patch-mozilla_build_autoconf_compiler-opts.m4 @@ -0,0 +1,19 @@ +$NetBSD: patch-mozilla_build_autoconf_compiler-opts.m4,v 1.1 2016/04/17 18:22:21 ryoon Exp $ + +--- mozilla/build/autoconf/compiler-opts.m4.orig 2014-07-18 00:05:10.000000000 +0000 ++++ mozilla/build/autoconf/compiler-opts.m4 +@@ -53,14 +53,6 @@ case "$target" in + if test -z "$CXX"; then + MOZ_PATH_PROGS(CXX, clang++) + fi +- IS_GCC=$($CC -v 2>&1 | grep gcc) +- if test -n "$IS_GCC" +- then +- echo gcc is known to be broken on OS X, please use clang. +- echo see http://developer.mozilla.org/en-US/docs/Developer_Guide/Build_Instructions/Mac_OS_X_Prerequisites +- echo for more information. +- exit 1 +- fi + ;; + esac + fi diff --git a/mail/thunderbird38/patches/patch-mozilla_build_autoconf_nss.m4 b/mail/thunderbird38/patches/patch-mozilla_build_autoconf_nss.m4 new file mode 100644 index 0000000000000..15eda78471fe7 --- /dev/null +++ b/mail/thunderbird38/patches/patch-mozilla_build_autoconf_nss.m4 @@ -0,0 +1,46 @@ +$NetBSD: patch-mozilla_build_autoconf_nss.m4,v 1.1 2016/04/17 18:22:21 ryoon Exp $ + +--- mozilla/build/autoconf/nss.m4.orig 2015-06-08 17:49:22.000000000 +0000 ++++ mozilla/build/autoconf/nss.m4 +@@ -22,18 +22,18 @@ AC_ARG_WITH(nss-exec-prefix, + if test -n "$nss_config_exec_prefix"; then + nss_config_args="$nss_config_args --exec-prefix=$nss_config_exec_prefix" + if test -z "$NSS_CONFIG"; then +- NSS_CONFIG=$nss_config_exec_prefix/bin/nss-config ++ NSS_CONFIG=$nss_config_exec_prefix/bin/pkg-config + fi + fi + if test -n "$nss_config_prefix"; then + nss_config_args="$nss_config_args --prefix=$nss_config_prefix" + if test -z "$NSS_CONFIG"; then +- NSS_CONFIG=$nss_config_prefix/bin/nss-config ++ NSS_CONFIG=$nss_config_prefix/bin/pkg-config + fi + fi + + unset ac_cv_path_NSS_CONFIG +- AC_PATH_PROG(NSS_CONFIG, nss-config, no) ++ AC_PATH_PROG(NSS_CONFIG, pkg-config, no) + min_nss_version=ifelse([$1], ,3.0.0,$1) + AC_MSG_CHECKING(for NSS - version >= $min_nss_version) + +@@ -41,14 +41,14 @@ AC_ARG_WITH(nss-exec-prefix, + if test "$NSS_CONFIG" = "no"; then + no_nss="yes" + else +- NSS_CFLAGS=`$NSS_CONFIG $nss_config_args --cflags` +- NSS_LIBS=`$NSS_CONFIG $nss_config_args --libs` ++ NSS_CFLAGS=`$NSS_CONFIG $nss_config_args nss --cflags` ++ NSS_LIBS=`$NSS_CONFIG $nss_config_args nss --libs` + +- nss_config_major_version=`$NSS_CONFIG $nss_config_args --version | \ ++ nss_config_major_version=`$NSS_CONFIG $nss_config_args nss --modversion | \ + sed 's/\([[0-9]]*\)\.\([[0-9]]*\)\(\.\([[0-9]]*\)\)\{0,1\}/\1/'` +- nss_config_minor_version=`$NSS_CONFIG $nss_config_args --version | \ ++ nss_config_minor_version=`$NSS_CONFIG $nss_config_args nss --modversion | \ + sed 's/\([[0-9]]*\)\.\([[0-9]]*\)\(\.\([[0-9]]*\)\)\{0,1\}/\2/'` +- nss_config_micro_version=`$NSS_CONFIG $nss_config_args --version | \ ++ nss_config_micro_version=`$NSS_CONFIG $nss_config_args nss --modversion | \ + sed 's/\([[0-9]]*\)\.\([[0-9]]*\)\(\.\([[0-9]]*\)\)\{0,1\}/\4/'` + if test -z "$nss_config_micro_version"; then + nss_config_micro_version="0" diff --git a/mail/thunderbird38/patches/patch-mozilla_build_gyp.mozbuild b/mail/thunderbird38/patches/patch-mozilla_build_gyp.mozbuild new file mode 100644 index 0000000000000..c6a4cf0f14171 --- /dev/null +++ b/mail/thunderbird38/patches/patch-mozilla_build_gyp.mozbuild @@ -0,0 +1,33 @@ +$NetBSD: patch-mozilla_build_gyp.mozbuild,v 1.1 2016/04/17 18:22:21 ryoon Exp $ + +--- mozilla/build/gyp.mozbuild.orig 2015-06-08 17:49:22.000000000 +0000 ++++ mozilla/build/gyp.mozbuild +@@ -12,6 +12,7 @@ gyp_vars = { + 'have_ethtool_cmd_speed_hi': 1 if CONFIG['MOZ_WEBRTC_HAVE_ETHTOOL_SPEED_HI'] else 0, + 'include_alsa_audio': 1 if CONFIG['MOZ_ALSA'] else 0, + 'include_pulse_audio': 1 if CONFIG['MOZ_PULSEAUDIO'] else 0, ++ 'use_libv4l2': 1 if CONFIG['MOZ_LIBV4L2_LIBS'] else 0, + # basic stuff for everything + 'include_internal_video_render': 0, + 'clang_use_chrome_plugins': 0, +@@ -87,7 +88,7 @@ flavors = { + 'WINNT': 'win', + 'Android': 'linux' if CONFIG['MOZ_WIDGET_TOOLKIT'] == 'gonk' else 'android', + 'Linux': 'linux', +- 'Darwin': 'mac' if CONFIG['MOZ_WIDGET_TOOLKIT'] == 'cocoa' else 'ios', ++ 'Darwin': 'ios' if CONFIG['MOZ_WIDGET_TOOLKIT'] == 'cairo-uikit' else 'mac', + 'SunOS': 'solaris', + 'GNU/kFreeBSD': 'freebsd', + 'DragonFly': 'dragonfly', +@@ -122,5 +123,11 @@ if CONFIG['INTEL_ARCHITECTURE']: + if not CONFIG['HAVE_TOOLCHAIN_SUPPORT_MSSSE3'] or not CONFIG['HAVE_TOOLCHAIN_SUPPORT_MSSE4_1']: + gyp_vars['yuv_disable_asm'] = 1 + ++# MacOS X SDK version should be able to configure with ./configure ++# --enable-macos-target=VER ++if CONFIG['MACOSX_DEPLOYMENT_TARGET']: ++ gyp_vars['mac_sdk_min'] = CONFIG['MACOSX_DEPLOYMENT_TARGET'] ++ gyp_vars['mac_deployment_target'] = CONFIG['MACOSX_DEPLOYMENT_TARGET'] ++ + if CONFIG['MACOS_SDK_DIR']: + gyp_vars['mac_sdk_path'] = CONFIG['MACOS_SDK_DIR'] diff --git a/mail/thunderbird38/patches/patch-mozilla_build_pgo_profileserver.py b/mail/thunderbird38/patches/patch-mozilla_build_pgo_profileserver.py new file mode 100644 index 0000000000000..38764753fc681 --- /dev/null +++ b/mail/thunderbird38/patches/patch-mozilla_build_pgo_profileserver.py @@ -0,0 +1,13 @@ +$NetBSD: patch-mozilla_build_pgo_profileserver.py,v 1.1 2016/04/17 18:22:21 ryoon Exp $ + +--- mozilla/build/pgo/profileserver.py.orig 2013-10-23 22:08:50.000000000 +0000 ++++ mozilla/build/pgo/profileserver.py +@@ -59,7 +59,7 @@ if __name__ == '__main__': + env["MOZ_JAR_LOG_FILE"] = os.path.abspath(jarlog) + print "jarlog: %s" % env["MOZ_JAR_LOG_FILE"] + +- cmdargs = ["http://localhost:%d/index.html" % PORT] ++ cmdargs = ["http://127.0.0.1:%d/index.html" % PORT] + runner = FirefoxRunner(profile=profile, + binary=build.get_binary_path(where="staged-package"), + cmdargs=cmdargs, diff --git a/mail/thunderbird38/patches/patch-mozilla_config_Makefile.in b/mail/thunderbird38/patches/patch-mozilla_config_Makefile.in new file mode 100644 index 0000000000000..0da3619b84852 --- /dev/null +++ b/mail/thunderbird38/patches/patch-mozilla_config_Makefile.in @@ -0,0 +1,21 @@ +$NetBSD: patch-mozilla_config_Makefile.in,v 1.1 2016/04/17 18:22:21 ryoon Exp $ + +--- mozilla/config/Makefile.in.orig 2015-06-08 17:49:23.000000000 +0000 ++++ mozilla/config/Makefile.in +@@ -77,6 +77,16 @@ export:: $(export-preqs) + -DMOZ_NATIVE_LIBEVENT=$(MOZ_NATIVE_LIBEVENT) \ + -DMOZ_NATIVE_LIBVPX=$(MOZ_NATIVE_LIBVPX) \ + -DMOZ_NATIVE_ICU=$(MOZ_NATIVE_ICU) \ ++ -DMOZ_NATIVE_GRAPHITE2=$(MOZ_NATIVE_GRAPHITE2) \ ++ -DMOZ_NATIVE_HARFBUZZ=$(MOZ_NATIVE_HARFBUZZ) \ ++ -DMOZ_NATIVE_OGG=$(MOZ_NATIVE_OGG) \ ++ -DMOZ_NATIVE_THEORA=$(MOZ_NATIVE_THEORA) \ ++ -DMOZ_NATIVE_VORBIS=$(MOZ_NATIVE_VORBIS) \ ++ -DMOZ_NATIVE_TREMOR=$(MOZ_NATIVE_TREMOR) \ ++ -DMOZ_NATIVE_CELT=$(MOZ_NATIVE_CELT) \ ++ -DMOZ_NATIVE_OPUS=$(MOZ_NATIVE_OPUS) \ ++ -DMOZ_NATIVE_SPEEX=$(MOZ_NATIVE_SPEEX) \ ++ -DMOZ_NATIVE_SOUNDTOUCH=$(MOZ_NATIVE_SOUNDTOUCH) \ + $(srcdir)/system-headers | $(PERL) $(topsrcdir)/nsprpub/config/make-system-wrappers.pl system_wrappers + $(INSTALL) system_wrappers $(DIST) + diff --git a/mail/thunderbird38/patches/patch-mozilla_config_baseconfig.mk b/mail/thunderbird38/patches/patch-mozilla_config_baseconfig.mk new file mode 100644 index 0000000000000..dad3e54035157 --- /dev/null +++ b/mail/thunderbird38/patches/patch-mozilla_config_baseconfig.mk @@ -0,0 +1,19 @@ +$NetBSD: patch-mozilla_config_baseconfig.mk,v 1.1 2016/04/17 18:22:21 ryoon Exp $ + +--- mozilla/config/baseconfig.mk.orig 2014-07-18 00:05:10.000000000 +0000 ++++ mozilla/config/baseconfig.mk +@@ -2,10 +2,10 @@ + # directly in python/mozbuild/mozbuild/base.py for gmake validation. + # We thus use INCLUDED_AUTOCONF_MK to enable/disable some parts depending + # whether a normal build is happening or whether the check is running. +-includedir := $(includedir)/$(MOZ_APP_NAME)-$(MOZ_APP_VERSION) +-idldir = $(datadir)/idl/$(MOZ_APP_NAME)-$(MOZ_APP_VERSION) +-installdir = $(libdir)/$(MOZ_APP_NAME)-$(MOZ_APP_VERSION) +-sdkdir = $(libdir)/$(MOZ_APP_NAME)-devel-$(MOZ_APP_VERSION) ++includedir := $(includedir)/${MOZILLA_PKG_NAME} ++idldir = $(datadir)/idl/${MOZILLA_PKG_NAME} ++installdir = $(libdir)/${MOZILLA_PKG_NAME} ++sdkdir = $(libdir)/${MOZILLA_PKG_NAME} + ifndef TOP_DIST + TOP_DIST = dist + endif diff --git a/mail/thunderbird38/patches/patch-mozilla_config_external_moz.build b/mail/thunderbird38/patches/patch-mozilla_config_external_moz.build new file mode 100644 index 0000000000000..2cece68a1c471 --- /dev/null +++ b/mail/thunderbird38/patches/patch-mozilla_config_external_moz.build @@ -0,0 +1,48 @@ +$NetBSD: patch-mozilla_config_external_moz.build,v 1.1 2016/04/17 18:22:21 ryoon Exp $ + +--- mozilla/config/external/moz.build.orig 2015-06-08 17:49:23.000000000 +0000 ++++ mozilla/config/external/moz.build +@@ -19,10 +19,19 @@ if CONFIG['MOZ_UPDATER']: + # There's no "native brotli" yet, but probably in the future... + external_dirs += ['modules/brotli'] + +-if CONFIG['MOZ_VORBIS']: ++if not CONFIG['MOZ_NATIVE_OGG']: ++ external_dirs += ['media/libogg'] ++ ++if not CONFIG['MOZ_NATIVE_CELT'] or not CONFIG['MOZ_NATIVE_OPUS']: ++ external_dirs += ['media/libopus'] ++ ++if not CONFIG['MOZ_NATIVE_THEORA']: ++ external_dirs += ['media/libtheora'] ++ ++if CONFIG['MOZ_VORBIS'] and not CONFIG['MOZ_NATIVE_VORBIS']: + external_dirs += ['media/libvorbis'] + +-if CONFIG['MOZ_TREMOR']: ++if CONFIG['MOZ_TREMOR'] and not CONFIG['MOZ_NATIVE_TREMOR']: + external_dirs += ['media/libtremor'] + + if CONFIG['MOZ_WEBM']: +@@ -37,15 +46,16 @@ if CONFIG['MOZ_VPX'] and not CONFIG['MOZ + if not CONFIG['MOZ_NATIVE_PNG']: + external_dirs += ['media/libpng'] + ++if not CONFIG['MOZ_NATIVE_SPEEX']: ++ external_dirs += ['media/libspeex_resampler'] ++ ++if not CONFIG['MOZ_NATIVE_SOUNDTOUCH']: ++ external_dirs += ['media/libsoundtouch'] ++ + external_dirs += [ + 'media/kiss_fft', + 'media/libcubeb', +- 'media/libogg', +- 'media/libopus', +- 'media/libtheora', +- 'media/libspeex_resampler', + 'media/libstagefright', +- 'media/libsoundtouch', + ] + + DIRS += ['../../' + i for i in external_dirs] diff --git a/mail/thunderbird38/patches/patch-mozilla_config_stl__wrappers_ios b/mail/thunderbird38/patches/patch-mozilla_config_stl__wrappers_ios new file mode 100644 index 0000000000000..9471a43ea3697 --- /dev/null +++ b/mail/thunderbird38/patches/patch-mozilla_config_stl__wrappers_ios @@ -0,0 +1,8 @@ +$NetBSD: patch-mozilla_config_stl__wrappers_ios,v 1.1 2016/04/17 18:22:21 ryoon Exp $ + +--- mozilla/config/stl_wrappers/ios.orig 2013-05-13 18:23:07.000000000 +0000 ++++ mozilla/config/stl_wrappers/ios +@@ -0,0 +1,3 @@ ++#pragma GCC visibility push(default) ++#include_next ++#pragma GCC visibility pop diff --git a/mail/thunderbird38/patches/patch-mozilla_config_stl__wrappers_ostream b/mail/thunderbird38/patches/patch-mozilla_config_stl__wrappers_ostream new file mode 100644 index 0000000000000..085c92eced453 --- /dev/null +++ b/mail/thunderbird38/patches/patch-mozilla_config_stl__wrappers_ostream @@ -0,0 +1,8 @@ +$NetBSD: patch-mozilla_config_stl__wrappers_ostream,v 1.1 2016/04/17 18:22:21 ryoon Exp $ + +--- mozilla/config/stl_wrappers/ostream.orig 2013-05-13 18:22:40.000000000 +0000 ++++ mozilla/config/stl_wrappers/ostream +@@ -0,0 +1,3 @@ ++#pragma GCC visibility push(default) ++#include_next ++#pragma GCC visibility pop diff --git a/mail/thunderbird38/patches/patch-mozilla_config_system-headers b/mail/thunderbird38/patches/patch-mozilla_config_system-headers new file mode 100644 index 0000000000000..91daac6989e4f --- /dev/null +++ b/mail/thunderbird38/patches/patch-mozilla_config_system-headers @@ -0,0 +1,96 @@ +$NetBSD: patch-mozilla_config_system-headers,v 1.1 2016/04/17 18:22:21 ryoon Exp $ + +--- mozilla/config/system-headers.orig 2015-12-21 22:32:58.000000000 +0000 ++++ mozilla/config/system-headers +@@ -189,7 +189,6 @@ asm/signal.h + ASRegistry.h + assert.h + atk/atk.h +-atk-bridge.h + atlcom.h + atlconv.h + atlctl.cpp +@@ -638,6 +637,7 @@ libgnomevfs/gnome-vfs-mime-handlers.h + libgnomevfs/gnome-vfs-mime-utils.h + libgnomevfs/gnome-vfs-ops.h + libgnomevfs/gnome-vfs-standard-callbacks.h ++libv4l2.h + lib$routines.h + limits + limits.h +@@ -732,6 +732,7 @@ mapiutil.h + mapix.h + Math64.h + math.h ++complex + mbstring.h + #ifdef ANDROID + media/AudioEffect.h +@@ -1268,7 +1269,6 @@ X11/Xlocale.h + X11/Xos.h + X11/Xutil.h + zmouse.h +-soundtouch/SoundTouch.h + #if MOZ_NATIVE_PNG==1 + png.h + #endif +@@ -1330,10 +1330,13 @@ vorbis/codec.h + theora/theoradec.h + tremor/ivorbiscodec.h + speex/speex_resampler.h ++soundtouch/SoundTouch.h + ogg/ogg.h + ogg/os_types.h + nestegg/nestegg.h + cubeb/cubeb.h ++speex/speex_resampler.h ++soundtouch/SoundTouch.h + #endif + gst/gst.h + gst/app/gstappsink.h +@@ -1362,3 +1365,45 @@ unicode/utypes.h + #endif + libutil.h + unwind.h ++#if MOZ_NATIVE_GRAPHITE2==1 ++graphite2/Font.h ++graphite2/Log.h ++graphite2/Segment.h ++graphite2/Types.h ++#endif ++#if MOZ_NATIVE_HARFBUZZ==1 ++harfbuzz/hb-ot.h ++harfbuzz/hb.h ++#endif ++#if MOZ_NATIVE_OGG==1 ++ogg/ogg.h ++ogg/os_types.h ++#endif ++#if MOZ_NATIVE_THEORA==1 ++theora/theoradec.h ++#endif ++#if MOZ_NATIVE_VORBIS==1 ++vorbis/codec.h ++vorbis/vorbisenc.h ++#endif ++#if MOZ_NATIVE_TREMOR==1 ++tremor/ivorbiscodec.h ++#endif ++#if MOZ_NATIVE_CELT==1 ++celt.h ++celt_header.h ++celt/celt.h ++celt/celt_header.h ++#endif ++#if MOZ_NATIVE_OPUS==1 ++opus.h ++opus_multistream.h ++opus/opus.h ++opus/opus_multistream.h ++#endif ++#if MOZ_NATIVE_SPEEX==1 ++speex/speex_resampler.h ++#endif ++#if MOZ_NATIVE_SOUNDTOUCH==1 ++soundtouch/SoundTouch.h ++#endif diff --git a/mail/thunderbird38/patches/patch-mozilla_dom_base_moz.build b/mail/thunderbird38/patches/patch-mozilla_dom_base_moz.build new file mode 100644 index 0000000000000..4af0e935301f7 --- /dev/null +++ b/mail/thunderbird38/patches/patch-mozilla_dom_base_moz.build @@ -0,0 +1,14 @@ +$NetBSD: patch-mozilla_dom_base_moz.build,v 1.1 2016/04/17 18:22:21 ryoon Exp $ + +--- mozilla/dom/base/moz.build.orig 2015-06-08 17:49:24.000000000 +0000 ++++ mozilla/dom/base/moz.build +@@ -368,6 +368,9 @@ if CONFIG['INTEL_ARCHITECTURE']: + SOURCES += ['nsTextFragmentSSE2.cpp'] + SOURCES['nsTextFragmentSSE2.cpp'].flags += CONFIG['SSE2_FLAGS'] + ++if CONFIG['MOZ_NATIVE_HARFBUZZ']: ++ SOURCES['nsContentUtils.cpp'].flags += CONFIG['MOZ_HARFBUZZ_CFLAGS'] ++ + EXTRA_COMPONENTS += [ + 'ConsoleAPI.manifest', + 'ConsoleAPIStorage.js', diff --git a/mail/thunderbird38/patches/patch-mozilla_dom_events_MessageEvent.h b/mail/thunderbird38/patches/patch-mozilla_dom_events_MessageEvent.h new file mode 100644 index 0000000000000..2e90d7a20ea53 --- /dev/null +++ b/mail/thunderbird38/patches/patch-mozilla_dom_events_MessageEvent.h @@ -0,0 +1,14 @@ +$NetBSD: patch-mozilla_dom_events_MessageEvent.h,v 1.1 2016/04/17 18:22:21 ryoon Exp $ + +--- mozilla/dom/events/MessageEvent.h.orig 2015-11-08 13:37:35.000000000 +0000 ++++ mozilla/dom/events/MessageEvent.h +@@ -15,9 +15,6 @@ namespace mozilla { + namespace dom { + + struct MessageEventInit; +-class MessagePort; +-class MessagePortBase; +-class MessagePortList; + class OwningWindowProxyOrMessagePort; + + /** diff --git a/mail/thunderbird/patches/patch-mozilla_dom_media_AudioStream.h b/mail/thunderbird38/patches/patch-mozilla_dom_media_AudioStream.h similarity index 75% rename from mail/thunderbird/patches/patch-mozilla_dom_media_AudioStream.h rename to mail/thunderbird38/patches/patch-mozilla_dom_media_AudioStream.h index 213d1b80ae63b..0bac9f457e348 100644 --- a/mail/thunderbird/patches/patch-mozilla_dom_media_AudioStream.h +++ b/mail/thunderbird38/patches/patch-mozilla_dom_media_AudioStream.h @@ -1,4 +1,4 @@ -$NetBSD: patch-mozilla_dom_media_AudioStream.h,v 1.1 2015/07/09 15:17:34 ryoon Exp $ +$NetBSD: patch-mozilla_dom_media_AudioStream.h,v 1.1 2016/04/17 18:22:21 ryoon Exp $ --- mozilla/dom/media/AudioStream.h.orig 2015-06-08 17:49:28.000000000 +0000 +++ mozilla/dom/media/AudioStream.h diff --git a/mail/thunderbird38/patches/patch-mozilla_dom_media_gstreamer_GStreamerAllocator.cpp b/mail/thunderbird38/patches/patch-mozilla_dom_media_gstreamer_GStreamerAllocator.cpp new file mode 100644 index 0000000000000..affa890b2e1ea --- /dev/null +++ b/mail/thunderbird38/patches/patch-mozilla_dom_media_gstreamer_GStreamerAllocator.cpp @@ -0,0 +1,12 @@ +$NetBSD: patch-mozilla_dom_media_gstreamer_GStreamerAllocator.cpp,v 1.1 2016/04/17 18:22:21 ryoon Exp $ + +--- mozilla/dom/media/gstreamer/GStreamerAllocator.cpp.orig 2015-06-08 17:49:28.000000000 +0000 ++++ mozilla/dom/media/gstreamer/GStreamerAllocator.cpp +@@ -51,7 +51,6 @@ typedef struct + #pragma GCC diagnostic ignored "-Wunused-function" + G_DEFINE_TYPE(MozGfxMemoryAllocator, moz_gfx_memory_allocator, GST_TYPE_ALLOCATOR); + G_DEFINE_TYPE(MozGfxBufferPool, moz_gfx_buffer_pool, GST_TYPE_VIDEO_BUFFER_POOL); +-#pragma GCC diagnostic pop + + void + moz_gfx_memory_reset(MozGfxMemory *mem) diff --git a/mail/thunderbird38/patches/patch-mozilla_dom_media_moz.build b/mail/thunderbird38/patches/patch-mozilla_dom_media_moz.build new file mode 100644 index 0000000000000..c2f17fe363151 --- /dev/null +++ b/mail/thunderbird38/patches/patch-mozilla_dom_media_moz.build @@ -0,0 +1,32 @@ +$NetBSD: patch-mozilla_dom_media_moz.build,v 1.1 2016/04/17 18:22:21 ryoon Exp $ + +--- mozilla/dom/media/moz.build.orig 2015-06-08 17:49:28.000000000 +0000 ++++ mozilla/dom/media/moz.build +@@ -280,6 +280,27 @@ if CONFIG['ANDROID_VERSION'] > '15': + CFLAGS += CONFIG['GSTREAMER_CFLAGS'] + CXXFLAGS += CONFIG['GSTREAMER_CFLAGS'] + ++if CONFIG['MOZ_NATIVE_OGG']: ++ CXXFLAGS += CONFIG['MOZ_OGG_CFLAGS'] ++ ++if CONFIG['MOZ_NATIVE_THEORA']: ++ CXXFLAGS += CONFIG['MOZ_THEORA_CFLAGS'] ++ ++if CONFIG['MOZ_NATIVE_VORBIS']: ++ CXXFLAGS += CONFIG['MOZ_VORBIS_CFLAGS'] ++ ++if CONFIG['MOZ_NATIVE_TREMOR']: ++ CXXFLAGS += CONFIG['MOZ_TREMOR_CFLAGS'] ++ ++if CONFIG['MOZ_NATIVE_OPUS']: ++ CXXFLAGS += CONFIG['MOZ_OPUS_CFLAGS'] ++ ++if CONFIG['MOZ_NATIVE_SPEEX']: ++ CXXFLAGS += CONFIG['MOZ_SPEEX_CFLAGS'] ++ ++if CONFIG['MOZ_NATIVE_SOUNDTOUCH']: ++ CXXFLAGS += CONFIG['MOZ_SOUNDTOUCH_CFLAGS'] ++ + include('/ipc/chromium/chromium-config.mozbuild') + + # Suppress some GCC warnings being treated as errors: diff --git a/mail/thunderbird38/patches/patch-mozilla_dom_plugins_ipc_PluginModuleChild.cpp b/mail/thunderbird38/patches/patch-mozilla_dom_plugins_ipc_PluginModuleChild.cpp new file mode 100644 index 0000000000000..5f05ed0abb071 --- /dev/null +++ b/mail/thunderbird38/patches/patch-mozilla_dom_plugins_ipc_PluginModuleChild.cpp @@ -0,0 +1,31 @@ +$NetBSD: patch-mozilla_dom_plugins_ipc_PluginModuleChild.cpp,v 1.1 2016/04/17 18:22:21 ryoon Exp $ + +--- mozilla/dom/plugins/ipc/PluginModuleChild.cpp.orig 2015-06-08 17:49:29.000000000 +0000 ++++ mozilla/dom/plugins/ipc/PluginModuleChild.cpp +@@ -325,7 +325,7 @@ PluginModuleChild::InitForChrome(const s + + // TODO: use PluginPRLibrary here + +-#if defined(OS_LINUX) || defined(OS_BSD) ++#if defined(OS_LINUX) || defined(OS_BSD) || defined(OS_SOLARIS) + mShutdownFunc = + (NP_PLUGINSHUTDOWN) PR_FindFunctionSymbol(mLibrary, "NP_Shutdown"); + +@@ -1887,7 +1887,7 @@ PluginModuleChild::AnswerNP_GetEntryPoin + AssertPluginThread(); + MOZ_ASSERT(mIsChrome); + +-#if defined(OS_LINUX) || defined(OS_BSD) ++#if defined(OS_LINUX) || defined(OS_BSD) || defined(OS_SOLARIS) + return true; + #elif defined(OS_WIN) || defined(OS_MACOSX) + *_retval = mGetEntryPointsFunc(&mFunctions); +@@ -1932,7 +1932,7 @@ PluginModuleChild::DoNP_Initialize(const + #endif + + NPError result; +-#if defined(OS_LINUX) || defined(OS_BSD) ++#if defined(OS_LINUX) || defined(OS_BSD) || defined(OS_SOLARIS) + result = mInitializeFunc(&sBrowserFuncs, &mFunctions); + #elif defined(OS_WIN) || defined(OS_MACOSX) + result = mInitializeFunc(&sBrowserFuncs); diff --git a/mail/thunderbird38/patches/patch-mozilla_dom_plugins_ipc_PluginModuleChild.h b/mail/thunderbird38/patches/patch-mozilla_dom_plugins_ipc_PluginModuleChild.h new file mode 100644 index 0000000000000..75e79e97bbc95 --- /dev/null +++ b/mail/thunderbird38/patches/patch-mozilla_dom_plugins_ipc_PluginModuleChild.h @@ -0,0 +1,13 @@ +$NetBSD: patch-mozilla_dom_plugins_ipc_PluginModuleChild.h,v 1.1 2016/04/17 18:22:21 ryoon Exp $ + +--- mozilla/dom/plugins/ipc/PluginModuleChild.h.orig 2013-10-23 22:08:54.000000000 +0000 ++++ mozilla/dom/plugins/ipc/PluginModuleChild.h +@@ -328,7 +328,7 @@ private: + + // we get this from the plugin + NP_PLUGINSHUTDOWN mShutdownFunc; +-#if defined(OS_LINUX) || defined(OS_BSD) ++#if defined(OS_LINUX) || defined(OS_BSD) || defined(OS_SOLARIS) + NP_PLUGINUNIXINIT mInitializeFunc; + #elif defined(OS_WIN) || defined(OS_MACOSX) + NP_PLUGININIT mInitializeFunc; diff --git a/mail/thunderbird38/patches/patch-mozilla_dom_plugins_ipc_PluginProcessChild.cpp b/mail/thunderbird38/patches/patch-mozilla_dom_plugins_ipc_PluginProcessChild.cpp new file mode 100644 index 0000000000000..ce7f1c9aac999 --- /dev/null +++ b/mail/thunderbird38/patches/patch-mozilla_dom_plugins_ipc_PluginProcessChild.cpp @@ -0,0 +1,13 @@ +$NetBSD: patch-mozilla_dom_plugins_ipc_PluginProcessChild.cpp,v 1.1 2016/04/17 18:22:21 ryoon Exp $ + +--- mozilla/dom/plugins/ipc/PluginProcessChild.cpp.orig 2015-06-08 17:49:29.000000000 +0000 ++++ mozilla/dom/plugins/ipc/PluginProcessChild.cpp +@@ -56,7 +56,7 @@ PluginProcessChild::Init() + { + nsDebugImpl::SetMultiprocessMode("NPAPI"); + +-#if defined(XP_MACOSX) ++#if defined(MOZ_WIDGET_COCOA) + // Remove the trigger for "dyld interposing" that we added in + // GeckoChildProcessHost::PerformAsyncLaunchInternal(), in the host + // process just before we were launched. Dyld interposing will still diff --git a/mail/thunderbird38/patches/patch-mozilla_dom_system_OSFileConstants.cpp b/mail/thunderbird38/patches/patch-mozilla_dom_system_OSFileConstants.cpp new file mode 100644 index 0000000000000..d3b9ceff0165f --- /dev/null +++ b/mail/thunderbird38/patches/patch-mozilla_dom_system_OSFileConstants.cpp @@ -0,0 +1,59 @@ +$NetBSD: patch-mozilla_dom_system_OSFileConstants.cpp,v 1.1 2016/04/17 18:22:21 ryoon Exp $ + +--- mozilla/dom/system/OSFileConstants.cpp.orig 2015-06-08 17:49:30.000000000 +0000 ++++ mozilla/dom/system/OSFileConstants.cpp +@@ -9,6 +9,10 @@ + + #include "prsystem.h" + ++#if defined(__NetBSD__) ++#include ++#endif ++ + #if defined(XP_UNIX) + #include "unistd.h" + #include "dirent.h" +@@ -18,7 +22,9 @@ + #define statvfs statfs + #else + #include "sys/statvfs.h" ++#if !(defined(__NetBSD__) && (__NetBSD_Version__ < 600000000)) + #include ++#endif // !NetBSD 5.* + #endif // defined(ANDROID) + #endif // defined(XP_UNIX) + +@@ -26,9 +32,9 @@ + #include + #endif // defined(XP_LINUX) + +-#if defined(XP_MACOSX) ++#if defined(XP_DARWIN) + #include "copyfile.h" +-#endif // defined(XP_MACOSX) ++#endif // defined(XP_DARWIN) + + #if defined(XP_WIN) + #include +@@ -588,10 +594,10 @@ static const dom::ConstantSpec gLibcProp + // The size of |fsblkcnt_t|. + { "OSFILE_SIZEOF_FSBLKCNT_T", INT_TO_JSVAL(sizeof (fsblkcnt_t)) }, + +-#if !defined(ANDROID) ++#if !defined(ANDROID) && !(defined(__NetBSD__) && (__NetBSD_Version__ < 600000000)) + // The size of |posix_spawn_file_actions_t|. + { "OSFILE_SIZEOF_POSIX_SPAWN_FILE_ACTIONS_T", INT_TO_JSVAL(sizeof (posix_spawn_file_actions_t)) }, +-#endif // !defined(ANDROID) ++#endif // !defined(ANDROID) && NetBSD 5.* + + // Defining |dirent|. + // Size +@@ -660,7 +666,7 @@ static const dom::ConstantSpec gLibcProp + + { "OSFILE_SIZEOF_STATVFS", INT_TO_JSVAL(sizeof (struct statvfs)) }, + +- { "OSFILE_OFFSETOF_STATVFS_F_BSIZE", INT_TO_JSVAL(offsetof (struct statvfs, f_bsize)) }, ++ { "OSFILE_OFFSETOF_STATVFS_F_FRSIZE", INT_TO_JSVAL(offsetof (struct statvfs, f_frsize)) }, + { "OSFILE_OFFSETOF_STATVFS_F_BAVAIL", INT_TO_JSVAL(offsetof (struct statvfs, f_bavail)) }, + + #endif // defined(XP_UNIX) diff --git a/mail/thunderbird38/patches/patch-mozilla_extensions_spellcheck_hunspell_src_mozHunspell.cpp b/mail/thunderbird38/patches/patch-mozilla_extensions_spellcheck_hunspell_src_mozHunspell.cpp new file mode 100644 index 0000000000000..016bd73bb788a --- /dev/null +++ b/mail/thunderbird38/patches/patch-mozilla_extensions_spellcheck_hunspell_src_mozHunspell.cpp @@ -0,0 +1,19 @@ +$NetBSD: patch-mozilla_extensions_spellcheck_hunspell_src_mozHunspell.cpp,v 1.1 2016/04/17 18:22:21 ryoon Exp $ + +--- mozilla/extensions/spellcheck/hunspell/src/mozHunspell.cpp.orig 2015-06-08 17:49:33.000000000 +0000 ++++ mozilla/extensions/spellcheck/hunspell/src/mozHunspell.cpp +@@ -400,6 +400,14 @@ mozHunspell::LoadDictionaryList(bool aNo + } + } + ++ // load system hunspell dictionaries ++ nsCOMPtr hunDir; ++ NS_NewNativeLocalFile(NS_LITERAL_CSTRING("@PREFIX@/share/hunspell"), ++ true, getter_AddRefs(hunDir)); ++ if (hunDir) { ++ LoadDictionariesFromDir(hunDir); ++ } ++ + // find dictionaries from extensions requiring restart + nsCOMPtr dictDirs; + rv = dirSvc->Get(DICTIONARY_SEARCH_DIRECTORY_LIST, diff --git a/mail/thunderbird38/patches/patch-mozilla_gfx_graphite2_src_Bidi.cpp b/mail/thunderbird38/patches/patch-mozilla_gfx_graphite2_src_Bidi.cpp new file mode 100644 index 0000000000000..255991287f15d --- /dev/null +++ b/mail/thunderbird38/patches/patch-mozilla_gfx_graphite2_src_Bidi.cpp @@ -0,0 +1,16 @@ +$NetBSD: patch-mozilla_gfx_graphite2_src_Bidi.cpp,v 1.1 2016/04/17 18:22:21 ryoon Exp $ + +--- mozilla/gfx/graphite2/src/Bidi.cpp.orig 2013-10-23 22:08:57.000000000 +0000 ++++ mozilla/gfx/graphite2/src/Bidi.cpp +@@ -30,6 +30,11 @@ of the License or (at your option) any l + + using namespace graphite2; + ++#ifdef __sun ++#undef CS ++#undef ES ++#endif ++ + enum DirCode { // Hungarian: dirc + Unk = -1, + N = 0, // other neutrals (default) - ON diff --git a/mail/thunderbird38/patches/patch-mozilla_gfx_graphite2_src_moz.build b/mail/thunderbird38/patches/patch-mozilla_gfx_graphite2_src_moz.build new file mode 100644 index 0000000000000..bdb8936abcd8c --- /dev/null +++ b/mail/thunderbird38/patches/patch-mozilla_gfx_graphite2_src_moz.build @@ -0,0 +1,15 @@ +$NetBSD: patch-mozilla_gfx_graphite2_src_moz.build,v 1.1 2016/04/17 18:22:21 ryoon Exp $ + +--- mozilla/gfx/graphite2/src/moz.build.orig 2016-01-31 20:58:00.012715770 +0000 ++++ mozilla/gfx/graphite2/src/moz.build +@@ -60,10 +60,6 @@ MSVC_ENABLE_PGO = True + if CONFIG['GKMEDIAS_SHARED_LIBRARY']: + NO_VISIBILITY_FLAGS = True + DEFINES['GRAPHITE2_EXPORTING'] = True +-else: +- # tell graphite2 not to export symbols, we'll be linking it directly with +- # thebes +- DEFINES['GRAPHITE2_STATIC'] = True + + FINAL_LIBRARY = 'gkmedias' + diff --git a/mail/thunderbird38/patches/patch-mozilla_gfx_moz.build b/mail/thunderbird38/patches/patch-mozilla_gfx_moz.build new file mode 100644 index 0000000000000..b6a575ff2eee1 --- /dev/null +++ b/mail/thunderbird38/patches/patch-mozilla_gfx_moz.build @@ -0,0 +1,26 @@ +$NetBSD: patch-mozilla_gfx_moz.build,v 1.1 2016/04/17 18:22:21 ryoon Exp $ + +--- mozilla/gfx/moz.build.orig 2014-07-18 00:05:20.000000000 +0000 ++++ mozilla/gfx/moz.build +@@ -7,6 +7,12 @@ + if CONFIG['MOZ_TREE_CAIRO']: + DIRS += ['cairo'] + ++if not CONFIG['MOZ_NATIVE_GRAPHITE2']: ++ DIRS += ['graphite2/src' ] ++ ++if not CONFIG['MOZ_NATIVE_HARFBUZZ']: ++ DIRS += ['harfbuzz/src'] ++ + DIRS += [ + '2d', + 'ycbcr', +@@ -15,8 +21,6 @@ DIRS += [ + 'qcms', + 'gl', + 'layers', +- 'graphite2/src', +- 'harfbuzz/src', + 'ots/src', + 'thebes', + 'ipc', diff --git a/mail/thunderbird38/patches/patch-mozilla_gfx_skia_generate__mozbuild.py b/mail/thunderbird38/patches/patch-mozilla_gfx_skia_generate__mozbuild.py new file mode 100644 index 0000000000000..749f9a2b0a1ef --- /dev/null +++ b/mail/thunderbird38/patches/patch-mozilla_gfx_skia_generate__mozbuild.py @@ -0,0 +1,14 @@ +$NetBSD: patch-mozilla_gfx_skia_generate__mozbuild.py,v 1.1 2016/04/17 18:22:21 ryoon Exp $ + +--- mozilla/gfx/skia/generate_mozbuild.py.orig 2015-06-08 17:49:16.000000000 +0000 ++++ mozilla/gfx/skia/generate_mozbuild.py +@@ -142,6 +142,9 @@ if CONFIG['GNU_CXX']: + if not CONFIG['CLANG_CXX']: + CXXFLAGS += ['-Wno-logical-op'] + ++if CONFIG['MOZ_NATIVE_HARFBUZZ']: ++ CXXFLAGS += CONFIG['MOZ_HARFBUZZ_CFLAGS'] ++ + if CONFIG['MOZ_WIDGET_TOOLKIT'] in ('gtk2', 'gtk3', 'android', 'gonk', 'qt'): + CXXFLAGS += CONFIG['MOZ_CAIRO_CFLAGS'] + CXXFLAGS += CONFIG['CAIRO_FT_CFLAGS'] diff --git a/mail/thunderbird38/patches/patch-mozilla_gfx_skia_moz.build b/mail/thunderbird38/patches/patch-mozilla_gfx_skia_moz.build new file mode 100644 index 0000000000000..b41fdaa0c3b3e --- /dev/null +++ b/mail/thunderbird38/patches/patch-mozilla_gfx_skia_moz.build @@ -0,0 +1,14 @@ +$NetBSD: patch-mozilla_gfx_skia_moz.build,v 1.1 2016/04/17 18:22:21 ryoon Exp $ + +--- mozilla/gfx/skia/moz.build.orig 2015-06-08 17:49:16.000000000 +0000 ++++ mozilla/gfx/skia/moz.build +@@ -970,6 +970,9 @@ if CONFIG['GNU_CXX']: + if not CONFIG['CLANG_CXX']: + CXXFLAGS += ['-Wno-logical-op'] + ++if CONFIG['MOZ_NATIVE_HARFBUZZ']: ++ CXXFLAGS += CONFIG['MOZ_HARFBUZZ_CFLAGS'] ++ + if CONFIG['MOZ_WIDGET_TOOLKIT'] in ('gtk2', 'gtk3', 'android', 'gonk', 'qt'): + CXXFLAGS += CONFIG['MOZ_CAIRO_CFLAGS'] + CXXFLAGS += CONFIG['CAIRO_FT_CFLAGS'] diff --git a/mail/thunderbird38/patches/patch-mozilla_gfx_thebes_moz.build b/mail/thunderbird38/patches/patch-mozilla_gfx_thebes_moz.build new file mode 100644 index 0000000000000..ba658cea6930c --- /dev/null +++ b/mail/thunderbird38/patches/patch-mozilla_gfx_thebes_moz.build @@ -0,0 +1,25 @@ +$NetBSD: patch-mozilla_gfx_thebes_moz.build,v 1.1 2016/04/17 18:22:21 ryoon Exp $ + +--- mozilla/gfx/thebes/moz.build.orig 2015-12-21 22:32:53.000000000 +0000 ++++ mozilla/gfx/thebes/moz.build +@@ -287,6 +287,12 @@ CXXFLAGS += CONFIG['TK_CFLAGS'] + CFLAGS += CONFIG['MOZ_CAIRO_CFLAGS'] + CFLAGS += CONFIG['TK_CFLAGS'] + ++if CONFIG['MOZ_NATIVE_HARFBUZZ']: ++ CXXFLAGS += CONFIG['MOZ_HARFBUZZ_CFLAGS'] ++ ++if CONFIG['MOZ_NATIVE_GRAPHITE2']: ++ CXXFLAGS += CONFIG['MOZ_GRAPHITE2_CFLAGS'] ++ + if CONFIG['MOZ_WIDGET_TOOLKIT'] in ('android', 'gonk', 'qt'): + CXXFLAGS += CONFIG['CAIRO_FT_CFLAGS'] + +@@ -298,7 +304,5 @@ if CONFIG['MOZ_WIDGET_TOOLKIT'] == 'andr + if CONFIG['MOZ_WIDGET_TOOLKIT'] in ('gtk2', 'gtk3', 'qt'): + CXXFLAGS += CONFIG['MOZ_PANGO_CFLAGS'] + +-DEFINES['GRAPHITE2_STATIC'] = True +- + if CONFIG['GKMEDIAS_SHARED_LIBRARY']: + DEFINES['OTS_DLL'] = True diff --git a/mail/thunderbird38/patches/patch-mozilla_gfx_ycbcr_moz.build b/mail/thunderbird38/patches/patch-mozilla_gfx_ycbcr_moz.build new file mode 100644 index 0000000000000..71b4fae3951d0 --- /dev/null +++ b/mail/thunderbird38/patches/patch-mozilla_gfx_ycbcr_moz.build @@ -0,0 +1,13 @@ +$NetBSD: patch-mozilla_gfx_ycbcr_moz.build,v 1.1 2016/04/17 18:22:21 ryoon Exp $ + +--- mozilla/gfx/ycbcr/moz.build.orig 2015-06-08 17:49:17.000000000 +0000 ++++ mozilla/gfx/ycbcr/moz.build +@@ -57,7 +57,7 @@ else: + + if CONFIG['CPU_ARCH'] == 'arm' and CONFIG['HAVE_ARM_NEON']: + SOURCES += [ +- 'yuv_row_arm.s', ++ 'yuv_row_arm.S', + ] + SOURCES += [ + 'yuv_convert_arm.cpp', diff --git a/mail/thunderbird38/patches/patch-mozilla_gfx_ycbcr_yuv__row__arm.S b/mail/thunderbird38/patches/patch-mozilla_gfx_ycbcr_yuv__row__arm.S new file mode 100644 index 0000000000000..a2968fa020da3 --- /dev/null +++ b/mail/thunderbird38/patches/patch-mozilla_gfx_ycbcr_yuv__row__arm.S @@ -0,0 +1,317 @@ +$NetBSD: patch-mozilla_gfx_ycbcr_yuv__row__arm.S,v 1.1 2016/04/17 18:22:21 ryoon Exp $ + +--- mozilla/gfx/ycbcr/yuv_row_arm.S.orig 2015-07-06 19:52:50.000000000 +0000 ++++ mozilla/gfx/ycbcr/yuv_row_arm.S +@@ -0,0 +1,312 @@ ++/* This Source Code Form is subject to the terms of the Mozilla Public ++ * License, v. 2.0. If a copy of the MPL was not distributed with this ++ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ ++ ++#if defined(__ARM_EABI__) && !defined(__ARM_DWARF_EH__) ++#define UNWIND ++#else ++#define UNWIND @ ++#endif ++ ++ .arch armv7-a ++ .fpu neon ++/* Allow to build on targets not supporting neon, and force the object file ++ * target to avoid bumping the final binary target */ ++ .object_arch armv4t ++ .text ++ .align ++ ++ .balign 64 ++YCbCr42xToRGB565_DITHER03_CONSTS_NEON: ++ .short -14240 ++ .short -14240+384 ++ .short 8672 ++ .short 8672+192 ++ .short -17696 ++ .short -17696+384 ++ .byte 102 ++ .byte 25 ++ .byte 52 ++ .byte 129 ++YCbCr42xToRGB565_DITHER12_CONSTS_NEON: ++ .short -14240+128 ++ .short -14240+256 ++ .short 8672+64 ++ .short 8672+128 ++ .short -17696+128 ++ .short -17696+256 ++ .byte 102 ++ .byte 25 ++ .byte 52 ++ .byte 129 ++YCbCr42xToRGB565_DITHER21_CONSTS_NEON: ++ .short -14240+256 ++ .short -14240+128 ++ .short 8672+128 ++ .short 8672+64 ++ .short -17696+256 ++ .short -17696+128 ++ .byte 102 ++ .byte 25 ++ .byte 52 ++ .byte 129 ++YCbCr42xToRGB565_DITHER30_CONSTS_NEON: ++ .short -14240+384 ++ .short -14240 ++ .short 8672+192 ++ .short 8672 ++ .short -17696+384 ++ .short -17696 ++ .byte 102 ++ .byte 25 ++ .byte 52 ++ .byte 129 ++ ++@ void ScaleYCbCr42xToRGB565_BilinearY_Row_NEON( ++@ yuv2rgb565_row_scale_bilinear_ctx *ctx, int dither); ++@ ++@ ctx = { ++@ uint16_t *rgb_row; /*r0*/ ++@ const uint8_t *y_row; /*r1*/ ++@ const uint8_t *u_row; /*r2*/ ++@ const uint8_t *v_row; /*r3*/ ++@ int y_yweight; /*r4*/ ++@ int y_pitch; /*r5*/ ++@ int width; /*r6*/ ++@ int source_x0_q16; /*r7*/ ++@ int source_dx_q16; /*r8*/ ++@ int source_uv_xoffs_q16; /*r9*/ ++@ }; ++ .global ScaleYCbCr42xToRGB565_BilinearY_Row_NEON ++ .type ScaleYCbCr42xToRGB565_BilinearY_Row_NEON, %function ++ .balign 64 ++ .cfi_startproc ++ UNWIND .fnstart ++ScaleYCbCr42xToRGB565_BilinearY_Row_NEON: ++ STMFD r13!,{r4-r9,r14} @ 8 words. ++ ADR r14,YCbCr42xToRGB565_DITHER03_CONSTS_NEON ++ VPUSH {Q4-Q7} @ 16 words. ++ ADD r14,r14,r1, LSL #4 @ Select the dither table to use ++ LDMIA r0, {r0-r9} ++ @ Set up image index registers. ++ ADD r12,r8, r8 ++ VMOV.I32 D16,#0 @ Q8 = < 2| 2| 0| 0>*source_dx_q16 ++ VDUP.32 D17,r12 ++ ADD r12,r12,r12 ++ VTRN.32 D16,D17 @ Q2 = < 2| 0| 2| 0>*source_dx_q16 ++ VDUP.32 D19,r12 @ Q9 = < 4| 4| ?| ?>*source_dx_q16 ++ ADD r12,r12,r12 ++ VDUP.32 Q0, r7 @ Q0 = < 1| 1| 1| 1>*source_x0_q16 ++ VADD.I32 D17,D17,D19 @ Q8 = < 6| 4| 2| 0>*source_dx_q16 ++ CMP r8, #0 @ If source_dx_q16 is negative... ++ VDUP.32 Q9, r12 @ Q9 = < 8| 8| 8| 8>*source_dx_q16 ++ ADDLT r7, r7, r8, LSL #4 @ Make r7 point to the end of the block ++ VADD.I32 Q0, Q0, Q8 @ Q0 = < 6| 4| 2| 0>*source_dx_q16+source_x0_q16 ++ SUBLT r7, r7, r8 @ (i.e., the lowest address we'll use) ++ VADD.I32 Q1, Q0, Q9 @ Q1 = <14|12|10| 8>*source_dx_q16+source_x0_q16 ++ VDUP.I32 Q9, r8 @ Q8 = < 1| 1| 1| 1>*source_dx_q16 ++ VADD.I32 Q2, Q0, Q9 @ Q2 = < 7| 5| 3| 1>*source_dx_q16+source_x0_q16 ++ VADD.I32 Q3, Q1, Q9 @ Q3 = <15|13|11| 9>*source_dx_q16+source_x0_q16 ++ VLD1.64 {D30,D31},[r14,:128] @ Load some constants ++ VMOV.I8 D28,#52 ++ VMOV.I8 D29,#129 ++ @ The basic idea here is to do aligned loads of a block of data and then ++ @ index into it using VTBL to extract the data from the source X ++ @ coordinate corresponding to each destination pixel. ++ @ This is significantly less code and significantly fewer cycles than doing ++ @ a series of single-lane loads, but it means that the X step between ++ @ pixels must be limited to 2.0 or less, otherwise we couldn't guarantee ++ @ that we could read 8 pixels from a single aligned 32-byte block of data. ++ @ Q0...Q3 contain the 16.16 fixed-point X coordinates of each pixel, ++ @ separated into even pixels and odd pixels to make extracting offsets and ++ @ weights easier. ++ @ We then pull out two bytes from the middle of each coordinate: the top ++ @ byte corresponds to the integer part of the X coordinate, and the bottom ++ @ byte corresponds to the weight to use for bilinear blending. ++ @ These are separated out into different registers with VTRN. ++ @ Then by subtracting the integer X coordinate of the first pixel in the ++ @ data block we loaded, we produce an index register suitable for use by ++ @ VTBL. ++s42xbily_neon_loop: ++ @ Load the Y' data. ++ MOV r12,r7, ASR #16 ++ VRSHRN.S32 D16,Q0, #8 ++ AND r12,r12,#~15 @ Read 16-byte aligned blocks ++ VDUP.I8 D20,r12 ++ ADD r12,r1, r12 @ r12 = y_row+(source_x&~7) ++ VRSHRN.S32 D17,Q1, #8 ++ PLD [r12,#64] ++ VLD1.64 {D8, D9, D10,D11},[r12,:128],r5 @ Load Y' top row ++ ADD r14,r7, r8, LSL #3 ++ VRSHRN.S32 D18,Q2, #8 ++ MOV r14,r14,ASR #16 ++ VRSHRN.S32 D19,Q3, #8 ++ AND r14,r14,#~15 @ Read 16-byte aligned blocks ++ VLD1.64 {D12,D13,D14,D15},[r12,:128] @ Load Y' bottom row ++ PLD [r12,#64] ++ VDUP.I8 D21,r14 ++ ADD r14,r1, r14 @ r14 = y_row+(source_x&~7) ++ VMOV.I8 Q13,#1 ++ PLD [r14,#64] ++ VTRN.8 Q8, Q9 @ Q8 = ++ @ Q9 = ++ VSUB.S8 Q9, Q9, Q10 @ Make offsets relative to the data we loaded. ++ @ First 8 Y' pixels ++ VTBL.8 D20,{D8, D9, D10,D11},D18 @ Index top row at source_x ++ VTBL.8 D24,{D12,D13,D14,D15},D18 @ Index bottom row at source_x ++ VADD.S8 Q13,Q9, Q13 @ Add 1 to source_x ++ VTBL.8 D22,{D8, D9, D10,D11},D26 @ Index top row at source_x+1 ++ VTBL.8 D26,{D12,D13,D14,D15},D26 @ Index bottom row at source_x+1 ++ @ Next 8 Y' pixels ++ VLD1.64 {D8, D9, D10,D11},[r14,:128],r5 @ Load Y' top row ++ VLD1.64 {D12,D13,D14,D15},[r14,:128] @ Load Y' bottom row ++ PLD [r14,#64] ++ VTBL.8 D21,{D8, D9, D10,D11},D19 @ Index top row at source_x ++ VTBL.8 D25,{D12,D13,D14,D15},D19 @ Index bottom row at source_x ++ VTBL.8 D23,{D8, D9, D10,D11},D27 @ Index top row at source_x+1 ++ VTBL.8 D27,{D12,D13,D14,D15},D27 @ Index bottom row at source_x+1 ++ @ Blend Y'. ++ VDUP.I16 Q9, r4 @ Load the y weights. ++ VSUBL.U8 Q4, D24,D20 @ Q5:Q4 = c-a ++ VSUBL.U8 Q5, D25,D21 ++ VSUBL.U8 Q6, D26,D22 @ Q7:Q6 = d-b ++ VSUBL.U8 Q7, D27,D23 ++ VMUL.S16 Q4, Q4, Q9 @ Q5:Q4 = (c-a)*yweight ++ VMUL.S16 Q5, Q5, Q9 ++ VMUL.S16 Q6, Q6, Q9 @ Q7:Q6 = (d-b)*yweight ++ VMUL.S16 Q7, Q7, Q9 ++ VMOVL.U8 Q12,D16 @ Promote the x weights to 16 bits. ++ VMOVL.U8 Q13,D17 @ Sadly, there's no VMULW. ++ VRSHRN.S16 D8, Q4, #8 @ Q4 = (c-a)*yweight+128>>8 ++ VRSHRN.S16 D9, Q5, #8 ++ VRSHRN.S16 D12,Q6, #8 @ Q6 = (d-b)*yweight+128>>8 ++ VRSHRN.S16 D13,Q7, #8 ++ VADD.I8 Q10,Q10,Q4 @ Q10 = a+((c-a)*yweight+128>>8) ++ VADD.I8 Q11,Q11,Q6 @ Q11 = b+((d-b)*yweight+128>>8) ++ VSUBL.U8 Q4, D22,D20 @ Q5:Q4 = b-a ++ VSUBL.U8 Q5, D23,D21 ++ VMUL.S16 Q4, Q4, Q12 @ Q5:Q4 = (b-a)*xweight ++ VMUL.S16 Q5, Q5, Q13 ++ VRSHRN.S16 D8, Q4, #8 @ Q4 = (b-a)*xweight+128>>8 ++ ADD r12,r7, r9 ++ VRSHRN.S16 D9, Q5, #8 ++ MOV r12,r12,ASR #17 ++ VADD.I8 Q8, Q10,Q4 @ Q8 = a+((b-a)*xweight+128>>8) ++ @ Start extracting the chroma x coordinates, and load Cb and Cr. ++ AND r12,r12,#~15 @ Read 16-byte aligned blocks ++ VDUP.I32 Q9, r9 @ Q9 = source_uv_xoffs_q16 x 4 ++ ADD r14,r2, r12 ++ VADD.I32 Q10,Q0, Q9 ++ VLD1.64 {D8, D9, D10,D11},[r14,:128] @ Load Cb ++ PLD [r14,#64] ++ VADD.I32 Q11,Q1, Q9 ++ ADD r14,r3, r12 ++ VADD.I32 Q12,Q2, Q9 ++ VLD1.64 {D12,D13,D14,D15},[r14,:128] @ Load Cr ++ PLD [r14,#64] ++ VADD.I32 Q13,Q3, Q9 ++ VRSHRN.S32 D20,Q10,#9 @ Q10 = ++ VRSHRN.S32 D21,Q11,#9 ++ VDUP.I8 Q9, r12 ++ VRSHRN.S32 D22,Q12,#9 @ Q11 = ++ VRSHRN.S32 D23,Q13,#9 ++ @ We don't actually need the x weights, but we get them for free. ++ @ Free ALU slot ++ VTRN.8 Q10,Q11 @ Q10 = ++ @ Free ALU slot @ Q11 = ++ VSUB.S8 Q11,Q11,Q9 @ Make offsets relative to the data we loaded. ++ VTBL.8 D18,{D8, D9, D10,D11},D22 @ Index Cb at source_x ++ VMOV.I8 D24,#74 ++ VTBL.8 D19,{D8, D9, D10,D11},D23 ++ VMOV.I8 D26,#102 ++ VTBL.8 D20,{D12,D13,D14,D15},D22 @ Index Cr at source_x ++ VMOV.I8 D27,#25 ++ VTBL.8 D21,{D12,D13,D14,D15},D23 ++ @ We now have Y' in Q8, Cb in Q9, and Cr in Q10 ++ @ We use VDUP to expand constants, because it's a permute instruction, so ++ @ it can dual issue on the A8. ++ SUBS r6, r6, #16 @ width -= 16 ++ VMULL.U8 Q4, D16,D24 @ Q5:Q4 = Y'*74 ++ VDUP.32 Q6, D30[1] @ Q7:Q6 = bias_G ++ VMULL.U8 Q5, D17,D24 ++ VDUP.32 Q7, D30[1] ++ VMLSL.U8 Q6, D18,D27 @ Q7:Q6 = -25*Cb+bias_G ++ VDUP.32 Q11,D30[0] @ Q12:Q11 = bias_R ++ VMLSL.U8 Q7, D19,D27 ++ VDUP.32 Q12,D30[0] ++ VMLAL.U8 Q11,D20,D26 @ Q12:Q11 = 102*Cr+bias_R ++ VDUP.32 Q8, D31[0] @ Q13:Q8 = bias_B ++ VMLAL.U8 Q12,D21,D26 ++ VDUP.32 Q13,D31[0] ++ VMLAL.U8 Q8, D18,D29 @ Q13:Q8 = 129*Cb+bias_B ++ VMLAL.U8 Q13,D19,D29 ++ VMLSL.U8 Q6, D20,D28 @ Q7:Q6 = -25*Cb-52*Cr+bias_G ++ VMLSL.U8 Q7, D21,D28 ++ VADD.S16 Q11,Q4, Q11 @ Q12:Q11 = 74*Y'+102*Cr+bias_R ++ VADD.S16 Q12,Q5, Q12 ++ VQADD.S16 Q8, Q4, Q8 @ Q13:Q8 = 74*Y'+129*Cr+bias_B ++ VQADD.S16 Q13,Q5, Q13 ++ VADD.S16 Q6, Q4, Q6 @ Q7:Q6 = 74*Y'-25*Cb-52*Cr+bias_G ++ VADD.S16 Q7, Q5, Q7 ++ @ Push each value to the top of its word and saturate it. ++ VQSHLU.S16 Q11,Q11,#2 ++ VQSHLU.S16 Q12,Q12,#2 ++ VQSHLU.S16 Q6, Q6, #2 ++ VQSHLU.S16 Q7, Q7, #2 ++ VQSHLU.S16 Q8, Q8, #2 ++ VQSHLU.S16 Q13,Q13,#2 ++ @ Merge G and B into R. ++ VSRI.U16 Q11,Q6, #5 ++ VSRI.U16 Q12,Q7, #5 ++ VSRI.U16 Q11,Q8, #11 ++ MOV r14,r8, LSL #4 ++ VSRI.U16 Q12,Q13,#11 ++ BLT s42xbily_neon_tail ++ VDUP.I32 Q13,r14 ++ @ Store the result. ++ VST1.16 {D22,D23,D24,D25},[r0]! ++ BEQ s42xbily_neon_done ++ @ Advance the x coordinates. ++ VADD.I32 Q0, Q0, Q13 ++ VADD.I32 Q1, Q1, Q13 ++ ADD r7, r14 ++ VADD.I32 Q2, Q2, Q13 ++ VADD.I32 Q3, Q3, Q13 ++ B s42xbily_neon_loop ++s42xbily_neon_tail: ++ @ We have between 1 and 15 pixels left to write. ++ @ -r6 == the number of pixels we need to skip writing. ++ @ Adjust r0 to point to the last one we need to write, because we're going ++ @ to write them in reverse order. ++ ADD r0, r0, r6, LSL #1 ++ MOV r14,#-2 ++ ADD r0, r0, #30 ++ @ Skip past the ones we don't need to write. ++ SUB PC, PC, r6, LSL #2 ++ ORR r0, r0, r0 ++ VST1.16 {D25[3]},[r0,:16],r14 ++ VST1.16 {D25[2]},[r0,:16],r14 ++ VST1.16 {D25[1]},[r0,:16],r14 ++ VST1.16 {D25[0]},[r0,:16],r14 ++ VST1.16 {D24[3]},[r0,:16],r14 ++ VST1.16 {D24[2]},[r0,:16],r14 ++ VST1.16 {D24[1]},[r0,:16],r14 ++ VST1.16 {D24[0]},[r0,:16],r14 ++ VST1.16 {D23[3]},[r0,:16],r14 ++ VST1.16 {D23[2]},[r0,:16],r14 ++ VST1.16 {D23[1]},[r0,:16],r14 ++ VST1.16 {D23[0]},[r0,:16],r14 ++ VST1.16 {D22[3]},[r0,:16],r14 ++ VST1.16 {D22[2]},[r0,:16],r14 ++ VST1.16 {D22[1]},[r0,:16],r14 ++ VST1.16 {D22[0]},[r0,:16] ++s42xbily_neon_done: ++ VPOP {Q4-Q7} @ 16 words. ++ LDMFD r13!,{r4-r9,PC} @ 8 words. ++ UNWIND .fnend ++ .cfi_endproc ++ .size ScaleYCbCr42xToRGB565_BilinearY_Row_NEON, .-ScaleYCbCr42xToRGB565_BilinearY_Row_NEON ++ ++#if defined(__ELF__)&&(defined(__linux__) || defined(__NetBSD__)) ++ .section .note.GNU-stack,"",%progbits ++#endif diff --git a/mail/thunderbird38/patches/patch-mozilla_image_decoders_nsJPEGDecoder.cpp b/mail/thunderbird38/patches/patch-mozilla_image_decoders_nsJPEGDecoder.cpp new file mode 100644 index 0000000000000..504b8e54c301c --- /dev/null +++ b/mail/thunderbird38/patches/patch-mozilla_image_decoders_nsJPEGDecoder.cpp @@ -0,0 +1,363 @@ +$NetBSD: patch-mozilla_image_decoders_nsJPEGDecoder.cpp,v 1.1 2016/04/17 18:22:21 ryoon Exp $ + +--- mozilla/image/decoders/nsJPEGDecoder.cpp.orig 2015-06-08 17:49:17.000000000 +0000 ++++ mozilla/image/decoders/nsJPEGDecoder.cpp +@@ -23,13 +23,28 @@ + + extern "C" { + #include "iccjpeg.h" +-} + ++#ifdef JCS_EXTENSIONS + #if MOZ_BIG_ENDIAN + #define MOZ_JCS_EXT_NATIVE_ENDIAN_XRGB JCS_EXT_XRGB + #else + #define MOZ_JCS_EXT_NATIVE_ENDIAN_XRGB JCS_EXT_BGRX + #endif ++#else ++/* Colorspace conversion (copied from jpegint.h) */ ++struct jpeg_color_deconverter { ++ JMETHOD(void, start_pass, (j_decompress_ptr cinfo)); ++ JMETHOD(void, color_convert, (j_decompress_ptr cinfo, ++ JSAMPIMAGE input_buf, JDIMENSION input_row, ++ JSAMPARRAY output_buf, int num_rows)); ++}; ++ ++METHODDEF(void) ++ycc_rgb_convert_argb (j_decompress_ptr cinfo, ++ JSAMPIMAGE input_buf, JDIMENSION input_row, ++ JSAMPARRAY output_buf, int num_rows); ++#endif ++} + + static void cmyk_convert_rgb(JSAMPROW row, JDIMENSION width); + +@@ -373,6 +388,7 @@ nsJPEGDecoder::WriteInternal(const char* + case JCS_GRAYSCALE: + case JCS_RGB: + case JCS_YCbCr: ++#ifdef JCS_EXTENSIONS + // if we're not color managing we can decode directly to + // MOZ_JCS_EXT_NATIVE_ENDIAN_XRGB + if (mCMSMode != eCMSMode_All) { +@@ -381,6 +397,9 @@ nsJPEGDecoder::WriteInternal(const char* + } else { + mInfo.out_color_space = JCS_RGB; + } ++#else ++ mInfo.out_color_space = JCS_RGB; ++#endif + break; + case JCS_CMYK: + case JCS_YCCK: +@@ -450,6 +469,15 @@ nsJPEGDecoder::WriteInternal(const char* + return; // I/O suspension + } + ++#ifndef JCS_EXTENSIONS ++ /* Force to use our YCbCr to Packed RGB converter when possible */ ++ if (!mTransform && (mCMSMode != eCMSMode_All) && ++ mInfo.jpeg_color_space == JCS_YCbCr && mInfo.out_color_space == JCS_RGB) { ++ /* Special case for the most common case: transform from YCbCr direct into packed ARGB */ ++ mInfo.out_color_components = 4; /* Packed ARGB pixels are always 4 bytes...*/ ++ mInfo.cconvert->color_convert = ycc_rgb_convert_argb; ++ } ++#endif + + // If this is a progressive JPEG ... + mState = mInfo.buffered_image ? +@@ -632,7 +660,11 @@ nsJPEGDecoder::OutputScanlines(bool* sus + + MOZ_ASSERT(imageRow, "Should have a row buffer here"); + ++#ifdef JCS_EXTENSIONS + if (mInfo.out_color_space == MOZ_JCS_EXT_NATIVE_ENDIAN_XRGB) { ++#else ++ if (mInfo.cconvert->color_convert == ycc_rgb_convert_argb) { ++#endif + // Special case: scanline will be directly converted into packed ARGB + if (jpeg_read_scanlines(&mInfo, (JSAMPARRAY)&imageRow, 1) != 1) { + *suspend = true; // suspend +@@ -959,6 +991,282 @@ term_source (j_decompress_ptr jd) + } // namespace mozilla + + ++#ifndef JCS_EXTENSIONS ++/**************** YCbCr -> Cairo's RGB24/ARGB32 conversion: most common case **************/ ++ ++/* ++ * YCbCr is defined per CCIR 601-1, except that Cb and Cr are ++ * normalized to the range 0..MAXJSAMPLE rather than -0.5 .. 0.5. ++ * The conversion equations to be implemented are therefore ++ * R = Y + 1.40200 * Cr ++ * G = Y - 0.34414 * Cb - 0.71414 * Cr ++ * B = Y + 1.77200 * Cb ++ * where Cb and Cr represent the incoming values less CENTERJSAMPLE. ++ * (These numbers are derived from TIFF 6.0 section 21, dated 3-June-92.) ++ * ++ * To avoid floating-point arithmetic, we represent the fractional constants ++ * as integers scaled up by 2^16 (about 4 digits precision); we have to divide ++ * the products by 2^16, with appropriate rounding, to get the correct answer. ++ * Notice that Y, being an integral input, does not contribute any fraction ++ * so it need not participate in the rounding. ++ * ++ * For even more speed, we avoid doing any multiplications in the inner loop ++ * by precalculating the constants times Cb and Cr for all possible values. ++ * For 8-bit JSAMPLEs this is very reasonable (only 256 entries per table); ++ * for 12-bit samples it is still acceptable. It's not very reasonable for ++ * 16-bit samples, but if you want lossless storage you shouldn't be changing ++ * colorspace anyway. ++ * The Cr=>R and Cb=>B values can be rounded to integers in advance; the ++ * values for the G calculation are left scaled up, since we must add them ++ * together before rounding. ++ */ ++ ++#define SCALEBITS 16 /* speediest right-shift on some machines */ ++ ++/* Use static tables for color processing. */ ++/* Four tables, each 256 entries of 4 bytes totals 4K which is not bad... */ ++ ++const int Cr_r_tab[(MAXJSAMPLE+1) * sizeof(int)] ={ ++ -0xb3, -0xb2, -0xb1, -0xaf, -0xae, -0xac, ++ -0xab, -0xaa, -0xa8, -0xa7, -0xa5, -0xa4, ++ -0xa3, -0xa1, -0xa0, -0x9e, -0x9d, -0x9c, ++ -0x9a, -0x99, -0x97, -0x96, -0x95, -0x93, ++ -0x92, -0x90, -0x8f, -0x8e, -0x8c, -0x8b, ++ -0x89, -0x88, -0x87, -0x85, -0x84, -0x82, ++ -0x81, -0x80, -0x7e, -0x7d, -0x7b, -0x7a, ++ -0x79, -0x77, -0x76, -0x74, -0x73, -0x72, ++ -0x70, -0x6f, -0x6d, -0x6c, -0x6b, -0x69, ++ -0x68, -0x66, -0x65, -0x64, -0x62, -0x61, ++ -0x5f, -0x5e, -0x5d, -0x5b, -0x5a, -0x58, ++ -0x57, -0x56, -0x54, -0x53, -0x51, -0x50, ++ -0x4f, -0x4d, -0x4c, -0x4a, -0x49, -0x48, ++ -0x46, -0x45, -0x43, -0x42, -0x40, -0x3f, ++ -0x3e, -0x3c, -0x3b, -0x39, -0x38, -0x37, ++ -0x35, -0x34, -0x32, -0x31, -0x30, -0x2e, ++ -0x2d, -0x2b, -0x2a, -0x29, -0x27, -0x26, ++ -0x24, -0x23, -0x22, -0x20, -0x1f, -0x1d, ++ -0x1c, -0x1b, -0x19, -0x18, -0x16, -0x15, ++ -0x14, -0x12, -0x11, -0x0f, -0x0e, -0x0d, ++ -0x0b, -0x0a, -0x08, -0x07, -0x06, -0x04, ++ -0x03, -0x01, 0x00, 0x01, 0x03, 0x04, ++ 0x06, 0x07, 0x08, 0x0a, 0x0b, 0x0d, ++ 0x0e, 0x0f, 0x11, 0x12, 0x14, 0x15, ++ 0x16, 0x18, 0x19, 0x1b, 0x1c, 0x1d, ++ 0x1f, 0x20, 0x22, 0x23, 0x24, 0x26, ++ 0x27, 0x29, 0x2a, 0x2b, 0x2d, 0x2e, ++ 0x30, 0x31, 0x32, 0x34, 0x35, 0x37, ++ 0x38, 0x39, 0x3b, 0x3c, 0x3e, 0x3f, ++ 0x40, 0x42, 0x43, 0x45, 0x46, 0x48, ++ 0x49, 0x4a, 0x4c, 0x4d, 0x4f, 0x50, ++ 0x51, 0x53, 0x54, 0x56, 0x57, 0x58, ++ 0x5a, 0x5b, 0x5d, 0x5e, 0x5f, 0x61, ++ 0x62, 0x64, 0x65, 0x66, 0x68, 0x69, ++ 0x6b, 0x6c, 0x6d, 0x6f, 0x70, 0x72, ++ 0x73, 0x74, 0x76, 0x77, 0x79, 0x7a, ++ 0x7b, 0x7d, 0x7e, 0x80, 0x81, 0x82, ++ 0x84, 0x85, 0x87, 0x88, 0x89, 0x8b, ++ 0x8c, 0x8e, 0x8f, 0x90, 0x92, 0x93, ++ 0x95, 0x96, 0x97, 0x99, 0x9a, 0x9c, ++ 0x9d, 0x9e, 0xa0, 0xa1, 0xa3, 0xa4, ++ 0xa5, 0xa7, 0xa8, 0xaa, 0xab, 0xac, ++ 0xae, 0xaf, 0xb1, 0xb2, ++ }; ++ ++const int Cb_b_tab[(MAXJSAMPLE+1) * sizeof(int)] ={ ++ -0xe3, -0xe1, -0xdf, -0xde, -0xdc, -0xda, ++ -0xd8, -0xd6, -0xd5, -0xd3, -0xd1, -0xcf, ++ -0xce, -0xcc, -0xca, -0xc8, -0xc6, -0xc5, ++ -0xc3, -0xc1, -0xbf, -0xbe, -0xbc, -0xba, ++ -0xb8, -0xb7, -0xb5, -0xb3, -0xb1, -0xaf, ++ -0xae, -0xac, -0xaa, -0xa8, -0xa7, -0xa5, ++ -0xa3, -0xa1, -0x9f, -0x9e, -0x9c, -0x9a, ++ -0x98, -0x97, -0x95, -0x93, -0x91, -0x90, ++ -0x8e, -0x8c, -0x8a, -0x88, -0x87, -0x85, ++ -0x83, -0x81, -0x80, -0x7e, -0x7c, -0x7a, ++ -0x78, -0x77, -0x75, -0x73, -0x71, -0x70, ++ -0x6e, -0x6c, -0x6a, -0x69, -0x67, -0x65, ++ -0x63, -0x61, -0x60, -0x5e, -0x5c, -0x5a, ++ -0x59, -0x57, -0x55, -0x53, -0x52, -0x50, ++ -0x4e, -0x4c, -0x4a, -0x49, -0x47, -0x45, ++ -0x43, -0x42, -0x40, -0x3e, -0x3c, -0x3a, ++ -0x39, -0x37, -0x35, -0x33, -0x32, -0x30, ++ -0x2e, -0x2c, -0x2b, -0x29, -0x27, -0x25, ++ -0x23, -0x22, -0x20, -0x1e, -0x1c, -0x1b, ++ -0x19, -0x17, -0x15, -0x13, -0x12, -0x10, ++ -0x0e, -0x0c, -0x0b, -0x09, -0x07, -0x05, ++ -0x04, -0x02, 0x00, 0x02, 0x04, 0x05, ++ 0x07, 0x09, 0x0b, 0x0c, 0x0e, 0x10, ++ 0x12, 0x13, 0x15, 0x17, 0x19, 0x1b, ++ 0x1c, 0x1e, 0x20, 0x22, 0x23, 0x25, ++ 0x27, 0x29, 0x2b, 0x2c, 0x2e, 0x30, ++ 0x32, 0x33, 0x35, 0x37, 0x39, 0x3a, ++ 0x3c, 0x3e, 0x40, 0x42, 0x43, 0x45, ++ 0x47, 0x49, 0x4a, 0x4c, 0x4e, 0x50, ++ 0x52, 0x53, 0x55, 0x57, 0x59, 0x5a, ++ 0x5c, 0x5e, 0x60, 0x61, 0x63, 0x65, ++ 0x67, 0x69, 0x6a, 0x6c, 0x6e, 0x70, ++ 0x71, 0x73, 0x75, 0x77, 0x78, 0x7a, ++ 0x7c, 0x7e, 0x80, 0x81, 0x83, 0x85, ++ 0x87, 0x88, 0x8a, 0x8c, 0x8e, 0x90, ++ 0x91, 0x93, 0x95, 0x97, 0x98, 0x9a, ++ 0x9c, 0x9e, 0x9f, 0xa1, 0xa3, 0xa5, ++ 0xa7, 0xa8, 0xaa, 0xac, 0xae, 0xaf, ++ 0xb1, 0xb3, 0xb5, 0xb7, 0xb8, 0xba, ++ 0xbc, 0xbe, 0xbf, 0xc1, 0xc3, 0xc5, ++ 0xc6, 0xc8, 0xca, 0xcc, 0xce, 0xcf, ++ 0xd1, 0xd3, 0xd5, 0xd6, 0xd8, 0xda, ++ 0xdc, 0xde, 0xdf, 0xe1, ++ }; ++ ++const int Cr_g_tab[(MAXJSAMPLE+1) * sizeof(int)] ={ ++ 0x5b6900, 0x5ab22e, 0x59fb5c, 0x59448a, 0x588db8, 0x57d6e6, ++ 0x572014, 0x566942, 0x55b270, 0x54fb9e, 0x5444cc, 0x538dfa, ++ 0x52d728, 0x522056, 0x516984, 0x50b2b2, 0x4ffbe0, 0x4f450e, ++ 0x4e8e3c, 0x4dd76a, 0x4d2098, 0x4c69c6, 0x4bb2f4, 0x4afc22, ++ 0x4a4550, 0x498e7e, 0x48d7ac, 0x4820da, 0x476a08, 0x46b336, ++ 0x45fc64, 0x454592, 0x448ec0, 0x43d7ee, 0x43211c, 0x426a4a, ++ 0x41b378, 0x40fca6, 0x4045d4, 0x3f8f02, 0x3ed830, 0x3e215e, ++ 0x3d6a8c, 0x3cb3ba, 0x3bfce8, 0x3b4616, 0x3a8f44, 0x39d872, ++ 0x3921a0, 0x386ace, 0x37b3fc, 0x36fd2a, 0x364658, 0x358f86, ++ 0x34d8b4, 0x3421e2, 0x336b10, 0x32b43e, 0x31fd6c, 0x31469a, ++ 0x308fc8, 0x2fd8f6, 0x2f2224, 0x2e6b52, 0x2db480, 0x2cfdae, ++ 0x2c46dc, 0x2b900a, 0x2ad938, 0x2a2266, 0x296b94, 0x28b4c2, ++ 0x27fdf0, 0x27471e, 0x26904c, 0x25d97a, 0x2522a8, 0x246bd6, ++ 0x23b504, 0x22fe32, 0x224760, 0x21908e, 0x20d9bc, 0x2022ea, ++ 0x1f6c18, 0x1eb546, 0x1dfe74, 0x1d47a2, 0x1c90d0, 0x1bd9fe, ++ 0x1b232c, 0x1a6c5a, 0x19b588, 0x18feb6, 0x1847e4, 0x179112, ++ 0x16da40, 0x16236e, 0x156c9c, 0x14b5ca, 0x13fef8, 0x134826, ++ 0x129154, 0x11da82, 0x1123b0, 0x106cde, 0x0fb60c, 0x0eff3a, ++ 0x0e4868, 0x0d9196, 0x0cdac4, 0x0c23f2, 0x0b6d20, 0x0ab64e, ++ 0x09ff7c, 0x0948aa, 0x0891d8, 0x07db06, 0x072434, 0x066d62, ++ 0x05b690, 0x04ffbe, 0x0448ec, 0x03921a, 0x02db48, 0x022476, ++ 0x016da4, 0x00b6d2, 0x000000, -0x00b6d2, -0x016da4, -0x022476, ++ -0x02db48, -0x03921a, -0x0448ec, -0x04ffbe, -0x05b690, -0x066d62, ++ -0x072434, -0x07db06, -0x0891d8, -0x0948aa, -0x09ff7c, -0x0ab64e, ++ -0x0b6d20, -0x0c23f2, -0x0cdac4, -0x0d9196, -0x0e4868, -0x0eff3a, ++ -0x0fb60c, -0x106cde, -0x1123b0, -0x11da82, -0x129154, -0x134826, ++ -0x13fef8, -0x14b5ca, -0x156c9c, -0x16236e, -0x16da40, -0x179112, ++ -0x1847e4, -0x18feb6, -0x19b588, -0x1a6c5a, -0x1b232c, -0x1bd9fe, ++ -0x1c90d0, -0x1d47a2, -0x1dfe74, -0x1eb546, -0x1f6c18, -0x2022ea, ++ -0x20d9bc, -0x21908e, -0x224760, -0x22fe32, -0x23b504, -0x246bd6, ++ -0x2522a8, -0x25d97a, -0x26904c, -0x27471e, -0x27fdf0, -0x28b4c2, ++ -0x296b94, -0x2a2266, -0x2ad938, -0x2b900a, -0x2c46dc, -0x2cfdae, ++ -0x2db480, -0x2e6b52, -0x2f2224, -0x2fd8f6, -0x308fc8, -0x31469a, ++ -0x31fd6c, -0x32b43e, -0x336b10, -0x3421e2, -0x34d8b4, -0x358f86, ++ -0x364658, -0x36fd2a, -0x37b3fc, -0x386ace, -0x3921a0, -0x39d872, ++ -0x3a8f44, -0x3b4616, -0x3bfce8, -0x3cb3ba, -0x3d6a8c, -0x3e215e, ++ -0x3ed830, -0x3f8f02, -0x4045d4, -0x40fca6, -0x41b378, -0x426a4a, ++ -0x43211c, -0x43d7ee, -0x448ec0, -0x454592, -0x45fc64, -0x46b336, ++ -0x476a08, -0x4820da, -0x48d7ac, -0x498e7e, -0x4a4550, -0x4afc22, ++ -0x4bb2f4, -0x4c69c6, -0x4d2098, -0x4dd76a, -0x4e8e3c, -0x4f450e, ++ -0x4ffbe0, -0x50b2b2, -0x516984, -0x522056, -0x52d728, -0x538dfa, ++ -0x5444cc, -0x54fb9e, -0x55b270, -0x566942, -0x572014, -0x57d6e6, ++ -0x588db8, -0x59448a, -0x59fb5c, -0x5ab22e, ++ }; ++ ++const int Cb_g_tab[(MAXJSAMPLE+1) * sizeof(int)] ={ ++ 0x2c8d00, 0x2c34e6, 0x2bdccc, 0x2b84b2, 0x2b2c98, 0x2ad47e, ++ 0x2a7c64, 0x2a244a, 0x29cc30, 0x297416, 0x291bfc, 0x28c3e2, ++ 0x286bc8, 0x2813ae, 0x27bb94, 0x27637a, 0x270b60, 0x26b346, ++ 0x265b2c, 0x260312, 0x25aaf8, 0x2552de, 0x24fac4, 0x24a2aa, ++ 0x244a90, 0x23f276, 0x239a5c, 0x234242, 0x22ea28, 0x22920e, ++ 0x2239f4, 0x21e1da, 0x2189c0, 0x2131a6, 0x20d98c, 0x208172, ++ 0x202958, 0x1fd13e, 0x1f7924, 0x1f210a, 0x1ec8f0, 0x1e70d6, ++ 0x1e18bc, 0x1dc0a2, 0x1d6888, 0x1d106e, 0x1cb854, 0x1c603a, ++ 0x1c0820, 0x1bb006, 0x1b57ec, 0x1affd2, 0x1aa7b8, 0x1a4f9e, ++ 0x19f784, 0x199f6a, 0x194750, 0x18ef36, 0x18971c, 0x183f02, ++ 0x17e6e8, 0x178ece, 0x1736b4, 0x16de9a, 0x168680, 0x162e66, ++ 0x15d64c, 0x157e32, 0x152618, 0x14cdfe, 0x1475e4, 0x141dca, ++ 0x13c5b0, 0x136d96, 0x13157c, 0x12bd62, 0x126548, 0x120d2e, ++ 0x11b514, 0x115cfa, 0x1104e0, 0x10acc6, 0x1054ac, 0x0ffc92, ++ 0x0fa478, 0x0f4c5e, 0x0ef444, 0x0e9c2a, 0x0e4410, 0x0debf6, ++ 0x0d93dc, 0x0d3bc2, 0x0ce3a8, 0x0c8b8e, 0x0c3374, 0x0bdb5a, ++ 0x0b8340, 0x0b2b26, 0x0ad30c, 0x0a7af2, 0x0a22d8, 0x09cabe, ++ 0x0972a4, 0x091a8a, 0x08c270, 0x086a56, 0x08123c, 0x07ba22, ++ 0x076208, 0x0709ee, 0x06b1d4, 0x0659ba, 0x0601a0, 0x05a986, ++ 0x05516c, 0x04f952, 0x04a138, 0x04491e, 0x03f104, 0x0398ea, ++ 0x0340d0, 0x02e8b6, 0x02909c, 0x023882, 0x01e068, 0x01884e, ++ 0x013034, 0x00d81a, 0x008000, 0x0027e6, -0x003034, -0x00884e, ++ -0x00e068, -0x013882, -0x01909c, -0x01e8b6, -0x0240d0, -0x0298ea, ++ -0x02f104, -0x03491e, -0x03a138, -0x03f952, -0x04516c, -0x04a986, ++ -0x0501a0, -0x0559ba, -0x05b1d4, -0x0609ee, -0x066208, -0x06ba22, ++ -0x07123c, -0x076a56, -0x07c270, -0x081a8a, -0x0872a4, -0x08cabe, ++ -0x0922d8, -0x097af2, -0x09d30c, -0x0a2b26, -0x0a8340, -0x0adb5a, ++ -0x0b3374, -0x0b8b8e, -0x0be3a8, -0x0c3bc2, -0x0c93dc, -0x0cebf6, ++ -0x0d4410, -0x0d9c2a, -0x0df444, -0x0e4c5e, -0x0ea478, -0x0efc92, ++ -0x0f54ac, -0x0facc6, -0x1004e0, -0x105cfa, -0x10b514, -0x110d2e, ++ -0x116548, -0x11bd62, -0x12157c, -0x126d96, -0x12c5b0, -0x131dca, ++ -0x1375e4, -0x13cdfe, -0x142618, -0x147e32, -0x14d64c, -0x152e66, ++ -0x158680, -0x15de9a, -0x1636b4, -0x168ece, -0x16e6e8, -0x173f02, ++ -0x17971c, -0x17ef36, -0x184750, -0x189f6a, -0x18f784, -0x194f9e, ++ -0x19a7b8, -0x19ffd2, -0x1a57ec, -0x1ab006, -0x1b0820, -0x1b603a, ++ -0x1bb854, -0x1c106e, -0x1c6888, -0x1cc0a2, -0x1d18bc, -0x1d70d6, ++ -0x1dc8f0, -0x1e210a, -0x1e7924, -0x1ed13e, -0x1f2958, -0x1f8172, ++ -0x1fd98c, -0x2031a6, -0x2089c0, -0x20e1da, -0x2139f4, -0x21920e, ++ -0x21ea28, -0x224242, -0x229a5c, -0x22f276, -0x234a90, -0x23a2aa, ++ -0x23fac4, -0x2452de, -0x24aaf8, -0x250312, -0x255b2c, -0x25b346, ++ -0x260b60, -0x26637a, -0x26bb94, -0x2713ae, -0x276bc8, -0x27c3e2, ++ -0x281bfc, -0x287416, -0x28cc30, -0x29244a, -0x297c64, -0x29d47e, ++ -0x2a2c98, -0x2a84b2, -0x2adccc, -0x2b34e6, ++ }; ++ ++ ++/* We assume that right shift corresponds to signed division by 2 with ++ * rounding towards minus infinity. This is correct for typical "arithmetic ++ * shift" instructions that shift in copies of the sign bit. But some ++ * C compilers implement >> with an unsigned shift. For these machines you ++ * must define RIGHT_SHIFT_IS_UNSIGNED. ++ * RIGHT_SHIFT provides a proper signed right shift of an INT32 quantity. ++ * It is only applied with constant shift counts. SHIFT_TEMPS must be ++ * included in the variables of any routine using RIGHT_SHIFT. ++ */ ++ ++#ifdef RIGHT_SHIFT_IS_UNSIGNED ++#define SHIFT_TEMPS INT32 shift_temp; ++#define RIGHT_SHIFT(x,shft) \ ++ ((shift_temp = (x)) < 0 ? \ ++ (shift_temp >> (shft)) | ((~((INT32) 0)) << (32-(shft))) : \ ++ (shift_temp >> (shft))) ++#else ++#define SHIFT_TEMPS ++#define RIGHT_SHIFT(x,shft) ((x) >> (shft)) ++#endif ++ ++ ++METHODDEF(void) ++ycc_rgb_convert_argb (j_decompress_ptr cinfo, ++ JSAMPIMAGE input_buf, JDIMENSION input_row, ++ JSAMPARRAY output_buf, int num_rows) ++{ ++ JDIMENSION num_cols = cinfo->output_width; ++ JSAMPLE * range_limit = cinfo->sample_range_limit; ++ ++ SHIFT_TEMPS ++ ++ /* This is used if we don't have SSE2 */ ++ ++ while (--num_rows >= 0) { ++ JSAMPROW inptr0 = input_buf[0][input_row]; ++ JSAMPROW inptr1 = input_buf[1][input_row]; ++ JSAMPROW inptr2 = input_buf[2][input_row]; ++ input_row++; ++ uint32_t *outptr = (uint32_t *) *output_buf++; ++ for (JDIMENSION col = 0; col < num_cols; col++) { ++ int y = GETJSAMPLE(inptr0[col]); ++ int cb = GETJSAMPLE(inptr1[col]); ++ int cr = GETJSAMPLE(inptr2[col]); ++ JSAMPLE * range_limit_y = range_limit + y; ++ /* Range-limiting is essential due to noise introduced by DCT losses. */ ++ outptr[col] = 0xFF000000 | ++ ( range_limit_y[Cr_r_tab[cr]] << 16 ) | ++ ( range_limit_y[((int) RIGHT_SHIFT(Cb_g_tab[cb] + Cr_g_tab[cr], SCALEBITS))] << 8 ) | ++ ( range_limit_y[Cb_b_tab[cb]] ); ++ } ++ } ++} ++#endif ++ ++ + ///*************** Inverted CMYK -> RGB conversion ************************* + /// Input is (Inverted) CMYK stored as 4 bytes per pixel. + /// Output is RGB stored as 3 bytes per pixel. diff --git a/mail/thunderbird38/patches/patch-mozilla_intl_hyphenation_hnjalloc.h b/mail/thunderbird38/patches/patch-mozilla_intl_hyphenation_hnjalloc.h new file mode 100644 index 0000000000000..b4c604f719344 --- /dev/null +++ b/mail/thunderbird38/patches/patch-mozilla_intl_hyphenation_hnjalloc.h @@ -0,0 +1,14 @@ +$NetBSD: patch-mozilla_intl_hyphenation_hnjalloc.h,v 1.1 2016/04/17 18:22:21 ryoon Exp $ + +--- mozilla/intl/hyphenation/hnjalloc.h.orig 2015-06-08 17:49:18.000000000 +0000 ++++ mozilla/intl/hyphenation/hnjalloc.h +@@ -24,6 +24,9 @@ + */ + + #include /* ensure stdio.h is loaded before our macros */ ++#ifdef __sun ++#include ++#endif + + #undef FILE + #define FILE hnjFile diff --git a/mail/thunderbird38/patches/patch-mozilla_intl_unicharutil_util_moz.build b/mail/thunderbird38/patches/patch-mozilla_intl_unicharutil_util_moz.build new file mode 100644 index 0000000000000..f9d03c442ae13 --- /dev/null +++ b/mail/thunderbird38/patches/patch-mozilla_intl_unicharutil_util_moz.build @@ -0,0 +1,13 @@ +$NetBSD: patch-mozilla_intl_unicharutil_util_moz.build,v 1.1 2016/04/17 18:22:21 ryoon Exp $ + +--- mozilla/intl/unicharutil/util/moz.build.orig 2015-06-08 17:49:21.000000000 +0000 ++++ mozilla/intl/unicharutil/util/moz.build +@@ -38,5 +38,8 @@ if CONFIG['_MSC_VER']: + if CONFIG['ENABLE_INTL_API']: + CXXFLAGS += CONFIG['MOZ_ICU_CFLAGS'] + ++if CONFIG['MOZ_NATIVE_HARFBUZZ']: ++ CXXFLAGS += CONFIG['MOZ_HARFBUZZ_CFLAGS'] ++ + if CONFIG['GNU_CXX']: + FAIL_ON_WARNINGS = True diff --git a/mail/thunderbird/patches/patch-mozilla_ipc_chromium_Makefile.in b/mail/thunderbird38/patches/patch-mozilla_ipc_chromium_Makefile.in similarity index 80% rename from mail/thunderbird/patches/patch-mozilla_ipc_chromium_Makefile.in rename to mail/thunderbird38/patches/patch-mozilla_ipc_chromium_Makefile.in index cce531d227d4a..00ebf34cb2c2a 100644 --- a/mail/thunderbird/patches/patch-mozilla_ipc_chromium_Makefile.in +++ b/mail/thunderbird38/patches/patch-mozilla_ipc_chromium_Makefile.in @@ -1,4 +1,4 @@ -$NetBSD: patch-mozilla_ipc_chromium_Makefile.in,v 1.6 2014/07/27 20:04:59 ryoon Exp $ +$NetBSD: patch-mozilla_ipc_chromium_Makefile.in,v 1.1 2016/04/17 18:22:21 ryoon Exp $ --- mozilla/ipc/chromium/Makefile.in.orig 2014-07-18 00:05:24.000000000 +0000 +++ mozilla/ipc/chromium/Makefile.in diff --git a/mail/thunderbird/patches/patch-mozilla_ipc_chromium_moz.build b/mail/thunderbird38/patches/patch-mozilla_ipc_chromium_moz.build similarity index 84% rename from mail/thunderbird/patches/patch-mozilla_ipc_chromium_moz.build rename to mail/thunderbird38/patches/patch-mozilla_ipc_chromium_moz.build index e96fbc745af0e..63309698a158f 100644 --- a/mail/thunderbird/patches/patch-mozilla_ipc_chromium_moz.build +++ b/mail/thunderbird38/patches/patch-mozilla_ipc_chromium_moz.build @@ -1,4 +1,4 @@ -$NetBSD: patch-mozilla_ipc_chromium_moz.build,v 1.1 2014/07/27 20:04:59 ryoon Exp $ +$NetBSD: patch-mozilla_ipc_chromium_moz.build,v 1.1 2016/04/17 18:22:21 ryoon Exp $ --- mozilla/ipc/chromium/moz.build.orig 2014-07-18 00:05:24.000000000 +0000 +++ mozilla/ipc/chromium/moz.build diff --git a/mail/thunderbird38/patches/patch-mozilla_ipc_chromium_src_base_atomicops.h b/mail/thunderbird38/patches/patch-mozilla_ipc_chromium_src_base_atomicops.h new file mode 100644 index 0000000000000..a40c601efca2c --- /dev/null +++ b/mail/thunderbird38/patches/patch-mozilla_ipc_chromium_src_base_atomicops.h @@ -0,0 +1,13 @@ +$NetBSD: patch-mozilla_ipc_chromium_src_base_atomicops.h,v 1.1 2016/04/17 18:22:21 ryoon Exp $ + +--- mozilla/ipc/chromium/src/base/atomicops.h.orig 2015-06-08 17:49:21.000000000 +0000 ++++ mozilla/ipc/chromium/src/base/atomicops.h +@@ -45,7 +45,7 @@ typedef int64_t Atomic64; + + // Use AtomicWord for a machine-sized pointer. It will use the Atomic32 or + // Atomic64 routines below, depending on your architecture. +-#ifdef OS_OPENBSD ++#if defined(OS_OPENBSD) || (defined(OS_NETBSD) && defined(ARCH_CPU_ARM_FAMILY)) + #ifdef ARCH_CPU_64_BITS + typedef Atomic64 AtomicWord; + #else diff --git a/mail/thunderbird/patches/patch-mozilla_ipc_chromium_src_base_file__util.h b/mail/thunderbird38/patches/patch-mozilla_ipc_chromium_src_base_file__util.h similarity index 76% rename from mail/thunderbird/patches/patch-mozilla_ipc_chromium_src_base_file__util.h rename to mail/thunderbird38/patches/patch-mozilla_ipc_chromium_src_base_file__util.h index 45b8f4ca77fa5..d9883bef512d4 100644 --- a/mail/thunderbird/patches/patch-mozilla_ipc_chromium_src_base_file__util.h +++ b/mail/thunderbird38/patches/patch-mozilla_ipc_chromium_src_base_file__util.h @@ -1,4 +1,4 @@ -$NetBSD: patch-mozilla_ipc_chromium_src_base_file__util.h,v 1.2 2014/07/27 20:04:59 ryoon Exp $ +$NetBSD: patch-mozilla_ipc_chromium_src_base_file__util.h,v 1.1 2016/04/17 18:22:21 ryoon Exp $ --- mozilla/ipc/chromium/src/base/file_util.h.orig 2014-07-18 00:05:24.000000000 +0000 +++ mozilla/ipc/chromium/src/base/file_util.h diff --git a/mail/thunderbird38/patches/patch-mozilla_ipc_chromium_src_base_message__loop.cc b/mail/thunderbird38/patches/patch-mozilla_ipc_chromium_src_base_message__loop.cc new file mode 100644 index 0000000000000..f3515b534cb20 --- /dev/null +++ b/mail/thunderbird38/patches/patch-mozilla_ipc_chromium_src_base_message__loop.cc @@ -0,0 +1,38 @@ +$NetBSD: patch-mozilla_ipc_chromium_src_base_message__loop.cc,v 1.1 2016/04/17 18:22:21 ryoon Exp $ + +--- mozilla/ipc/chromium/src/base/message_loop.cc.orig 2014-07-18 00:05:24.000000000 +0000 ++++ mozilla/ipc/chromium/src/base/message_loop.cc +@@ -14,20 +14,18 @@ + #include "base/string_util.h" + #include "base/thread_local.h" + +-#if defined(OS_MACOSX) ++#if defined(MOZ_WIDGET_COCOA) + #include "base/message_pump_mac.h" + #endif + #if defined(OS_POSIX) + #include "base/message_pump_libevent.h" + #endif +-#if defined(OS_LINUX) || defined(OS_BSD) + #if defined(MOZ_WIDGET_GTK) + #include "base/message_pump_glib.h" + #endif + #ifdef MOZ_WIDGET_QT + #include "base/message_pump_qt.h" + #endif +-#endif + #ifdef ANDROID + #include "base/message_pump_android.h" + #endif +@@ -138,9 +136,9 @@ MessageLoop::MessageLoop(Type type) + } + #elif defined(OS_POSIX) + if (type_ == TYPE_UI) { +-#if defined(OS_MACOSX) ++#if defined(MOZ_WIDGET_COCOA) + pump_ = base::MessagePumpMac::Create(); +-#elif defined(OS_LINUX) || defined(OS_BSD) ++#elif defined(MOZ_WIDGET_GTK) || defined(MOZ_WIDGET_QT) + pump_ = new base::MessagePumpForUI(); + #endif // OS_LINUX + } else if (type_ == TYPE_IO) { diff --git a/mail/thunderbird38/patches/patch-mozilla_ipc_chromium_src_base_platform__thread.h b/mail/thunderbird38/patches/patch-mozilla_ipc_chromium_src_base_platform__thread.h new file mode 100644 index 0000000000000..39f6116a1ff45 --- /dev/null +++ b/mail/thunderbird38/patches/patch-mozilla_ipc_chromium_src_base_platform__thread.h @@ -0,0 +1,14 @@ +$NetBSD: patch-mozilla_ipc_chromium_src_base_platform__thread.h,v 1.1 2016/04/17 18:22:21 ryoon Exp $ + +--- mozilla/ipc/chromium/src/base/platform_thread.h.orig 2013-10-23 22:09:00.000000000 +0000 ++++ mozilla/ipc/chromium/src/base/platform_thread.h +@@ -25,6 +25,9 @@ typedef pthread_t PlatformThreadHandle; + #if defined(OS_LINUX) || defined(OS_OPENBSD) || defined(__GLIBC__) + #include + typedef pid_t PlatformThreadId; ++#elif defined(OS_SOLARIS) ++#include ++typedef lwpid_t PlatformThreadId; + #elif defined(OS_BSD) + #include + typedef lwpid_t PlatformThreadId; diff --git a/mail/thunderbird38/patches/patch-mozilla_ipc_chromium_src_base_process__util.h b/mail/thunderbird38/patches/patch-mozilla_ipc_chromium_src_base_process__util.h new file mode 100644 index 0000000000000..fa27f38212dd9 --- /dev/null +++ b/mail/thunderbird38/patches/patch-mozilla_ipc_chromium_src_base_process__util.h @@ -0,0 +1,14 @@ +$NetBSD: patch-mozilla_ipc_chromium_src_base_process__util.h,v 1.1 2016/04/17 18:22:21 ryoon Exp $ + +--- mozilla/ipc/chromium/src/base/process_util.h.orig 2015-06-08 17:49:21.000000000 +0000 ++++ mozilla/ipc/chromium/src/base/process_util.h +@@ -41,6 +41,9 @@ + typedef PROCESSENTRY32 ProcessEntry; + typedef IO_COUNTERS IoCounters; + #elif defined(OS_POSIX) ++#ifndef NAME_MAX ++#define NAME_MAX _POSIX_NAME_MAX ++#endif + // TODO(port): we should not rely on a Win32 structure. + struct ProcessEntry { + int pid; diff --git a/mail/thunderbird38/patches/patch-mozilla_ipc_chromium_src_base_process__util__bsd.cc b/mail/thunderbird38/patches/patch-mozilla_ipc_chromium_src_base_process__util__bsd.cc new file mode 100644 index 0000000000000..a6ca985131ab5 --- /dev/null +++ b/mail/thunderbird38/patches/patch-mozilla_ipc_chromium_src_base_process__util__bsd.cc @@ -0,0 +1,14 @@ +$NetBSD: patch-mozilla_ipc_chromium_src_base_process__util__bsd.cc,v 1.1 2016/04/17 18:22:21 ryoon Exp $ + +--- mozilla/ipc/chromium/src/base/process_util_bsd.cc.orig 2015-06-08 17:49:21.000000000 +0000 ++++ mozilla/ipc/chromium/src/base/process_util_bsd.cc +@@ -9,6 +9,9 @@ + #include + + #include ++#if defined(OS_BSD) ++#include ++#endif + #include + + #include diff --git a/mail/thunderbird38/patches/patch-mozilla_ipc_chromium_src_base_process__util__posix.cc b/mail/thunderbird38/patches/patch-mozilla_ipc_chromium_src_base_process__util__posix.cc new file mode 100644 index 0000000000000..703504fa6c201 --- /dev/null +++ b/mail/thunderbird38/patches/patch-mozilla_ipc_chromium_src_base_process__util__posix.cc @@ -0,0 +1,22 @@ +$NetBSD: patch-mozilla_ipc_chromium_src_base_process__util__posix.cc,v 1.1 2016/04/17 18:22:21 ryoon Exp $ + +--- mozilla/ipc/chromium/src/base/process_util_posix.cc.orig 2013-10-23 22:09:00.000000000 +0000 ++++ mozilla/ipc/chromium/src/base/process_util_posix.cc +@@ -110,7 +110,7 @@ void CloseSuperfluousFds(const base::Inj + #if defined(ANDROID) + static const rlim_t kSystemDefaultMaxFds = 1024; + static const char kFDDir[] = "/proc/self/fd"; +-#elif defined(OS_LINUX) ++#elif defined(OS_LINUX) || defined(OS_SOLARIS) + static const rlim_t kSystemDefaultMaxFds = 8192; + static const char kFDDir[] = "/proc/self/fd"; + #elif defined(OS_MACOSX) +@@ -202,7 +202,7 @@ void CloseSuperfluousFds(const base::Inj + // TODO(agl): Remove this function. It's fundamentally broken for multithreaded + // apps. + void SetAllFDsToCloseOnExec() { +-#if defined(OS_LINUX) ++#if defined(OS_LINUX) || defined(OS_SOLARIS) + const char fd_dir[] = "/proc/self/fd"; + #elif defined(OS_MACOSX) || defined(OS_BSD) + const char fd_dir[] = "/dev/fd"; diff --git a/mail/thunderbird38/patches/patch-mozilla_ipc_chromium_src_base_scoped__nsautorelease__pool.h b/mail/thunderbird38/patches/patch-mozilla_ipc_chromium_src_base_scoped__nsautorelease__pool.h new file mode 100644 index 0000000000000..54cefc1d69b5c --- /dev/null +++ b/mail/thunderbird38/patches/patch-mozilla_ipc_chromium_src_base_scoped__nsautorelease__pool.h @@ -0,0 +1,42 @@ +$NetBSD: patch-mozilla_ipc_chromium_src_base_scoped__nsautorelease__pool.h,v 1.1 2016/04/17 18:22:21 ryoon Exp $ + +--- mozilla/ipc/chromium/src/base/scoped_nsautorelease_pool.h.orig 2014-07-18 00:05:24.000000000 +0000 ++++ mozilla/ipc/chromium/src/base/scoped_nsautorelease_pool.h +@@ -7,13 +7,13 @@ + + #include "base/basictypes.h" + +-#if defined(OS_MACOSX) ++#if defined(MOZ_WIDGET_COCOA) + #if defined(__OBJC__) + @class NSAutoreleasePool; + #else // __OBJC__ + class NSAutoreleasePool; + #endif // __OBJC__ +-#endif // OS_MACOSX ++#endif // MOZ_WIDGET_COCOA + + namespace base { + +@@ -27,10 +27,10 @@ namespace base { + // ugly #ifdefs. + class ScopedNSAutoreleasePool { + public: +-#if !defined(OS_MACOSX) ++#if !defined(MOZ_WIDGET_COCOA) + ScopedNSAutoreleasePool() {} + void Recycle() { } +-#else // OS_MACOSX ++#else // MOZ_WIDGET_COCOA + ScopedNSAutoreleasePool(); + ~ScopedNSAutoreleasePool(); + +@@ -41,7 +41,7 @@ class ScopedNSAutoreleasePool { + void Recycle(); + private: + NSAutoreleasePool* autorelease_pool_; +-#endif // OS_MACOSX ++#endif // MOZ_WIDGET_COCOA + + private: + DISALLOW_COPY_AND_ASSIGN(ScopedNSAutoreleasePool); diff --git a/mail/thunderbird38/patches/patch-mozilla_ipc_chromium_src_base_time__posix.cc b/mail/thunderbird38/patches/patch-mozilla_ipc_chromium_src_base_time__posix.cc new file mode 100644 index 0000000000000..46a871a29544a --- /dev/null +++ b/mail/thunderbird38/patches/patch-mozilla_ipc_chromium_src_base_time__posix.cc @@ -0,0 +1,15 @@ +$NetBSD: patch-mozilla_ipc_chromium_src_base_time__posix.cc,v 1.1 2016/04/17 18:22:21 ryoon Exp $ + +--- mozilla/ipc/chromium/src/base/time_posix.cc.orig 2013-10-23 22:09:00.000000000 +0000 ++++ mozilla/ipc/chromium/src/base/time_posix.cc +@@ -65,8 +65,10 @@ Time Time::FromExploded(bool is_local, c + timestruct.tm_wday = exploded.day_of_week; // mktime/timegm ignore this + timestruct.tm_yday = 0; // mktime/timegm ignore this + timestruct.tm_isdst = -1; // attempt to figure it out ++#ifndef OS_SOLARIS + timestruct.tm_gmtoff = 0; // not a POSIX field, so mktime/timegm ignore + timestruct.tm_zone = NULL; // not a POSIX field, so mktime/timegm ignore ++#endif + + time_t seconds; + #ifdef ANDROID diff --git a/mail/thunderbird38/patches/patch-mozilla_ipc_chromium_src_chrome_common_transport__dib.h b/mail/thunderbird38/patches/patch-mozilla_ipc_chromium_src_chrome_common_transport__dib.h new file mode 100644 index 0000000000000..743acfa7ff024 --- /dev/null +++ b/mail/thunderbird38/patches/patch-mozilla_ipc_chromium_src_chrome_common_transport__dib.h @@ -0,0 +1,13 @@ +$NetBSD: patch-mozilla_ipc_chromium_src_chrome_common_transport__dib.h,v 1.1 2016/04/17 18:22:21 ryoon Exp $ + +--- mozilla/ipc/chromium/src/chrome/common/transport_dib.h.orig 2013-10-23 22:09:00.000000000 +0000 ++++ mozilla/ipc/chromium/src/chrome/common/transport_dib.h +@@ -70,7 +70,7 @@ class TransportDIB { + typedef base::SharedMemoryHandle Handle; + // On Mac, the inode number of the backing file is used as an id. + typedef base::SharedMemoryId Id; +-#elif defined(OS_LINUX) ++#elif defined(OS_LINUX) || defined(OS_SOLARIS) + typedef int Handle; // These two ints are SysV IPC shared memory keys + typedef int Id; + #endif diff --git a/mail/thunderbird/patches/patch-mozilla_ipc_glue_ScopedXREEmbed.cpp b/mail/thunderbird38/patches/patch-mozilla_ipc_glue_ScopedXREEmbed.cpp similarity index 83% rename from mail/thunderbird/patches/patch-mozilla_ipc_glue_ScopedXREEmbed.cpp rename to mail/thunderbird38/patches/patch-mozilla_ipc_glue_ScopedXREEmbed.cpp index 7921d061214e4..15f1c22abd029 100644 --- a/mail/thunderbird/patches/patch-mozilla_ipc_glue_ScopedXREEmbed.cpp +++ b/mail/thunderbird38/patches/patch-mozilla_ipc_glue_ScopedXREEmbed.cpp @@ -1,4 +1,4 @@ -$NetBSD: patch-mozilla_ipc_glue_ScopedXREEmbed.cpp,v 1.1 2014/07/27 20:04:59 ryoon Exp $ +$NetBSD: patch-mozilla_ipc_glue_ScopedXREEmbed.cpp,v 1.1 2016/04/17 18:22:21 ryoon Exp $ --- mozilla/ipc/glue/ScopedXREEmbed.cpp.orig 2014-07-18 00:05:24.000000000 +0000 +++ mozilla/ipc/glue/ScopedXREEmbed.cpp diff --git a/mail/thunderbird38/patches/patch-mozilla_ipc_glue_StringUtil.cpp b/mail/thunderbird38/patches/patch-mozilla_ipc_glue_StringUtil.cpp new file mode 100644 index 0000000000000..6c77fd3a7eb72 --- /dev/null +++ b/mail/thunderbird38/patches/patch-mozilla_ipc_glue_StringUtil.cpp @@ -0,0 +1,21 @@ +$NetBSD: patch-mozilla_ipc_glue_StringUtil.cpp,v 1.1 2016/04/17 18:22:21 ryoon Exp $ + +--- mozilla/ipc/glue/StringUtil.cpp.orig 2014-07-18 00:05:24.000000000 +0000 ++++ mozilla/ipc/glue/StringUtil.cpp +@@ -64,14 +64,14 @@ namespace base { + // converters, and implementing the one that doesn't exist for OS X + // and Windows. + +-#if !defined(OS_MACOSX) && !defined(OS_WIN) ++#if !defined(MOZ_WIDGET_COCOA) && !defined(OS_WIN) + std::string SysWideToUTF8(const std::wstring& wide) { + // FIXME/cjones: do this with iconv + return GhettoStringConvert(wide); + } + #endif + +-#if !defined(OS_MACOSX) && !defined(OS_WIN) ++#if !defined(MOZ_WIDGET_COCOA) && !defined(OS_WIN) + std::wstring SysUTF8ToWide(const StringPiece& utf8) { + // FIXME/cjones: do this with iconv + return GhettoStringConvert(utf8); diff --git a/mail/thunderbird38/patches/patch-mozilla_ipc_glue_moz.build b/mail/thunderbird38/patches/patch-mozilla_ipc_glue_moz.build new file mode 100644 index 0000000000000..a1231dbbeb74a --- /dev/null +++ b/mail/thunderbird38/patches/patch-mozilla_ipc_glue_moz.build @@ -0,0 +1,13 @@ +$NetBSD: patch-mozilla_ipc_glue_moz.build,v 1.1 2016/04/17 18:22:21 ryoon Exp $ + +--- mozilla/ipc/glue/moz.build.orig 2015-06-08 17:49:21.000000000 +0000 ++++ mozilla/ipc/glue/moz.build +@@ -87,7 +87,7 @@ elif CONFIG['OS_ARCH'] in ('DragonFly', + UNIFIED_SOURCES += [ + 'ProcessUtils_bsd.cpp' + ] +-elif CONFIG['OS_ARCH'] in ('Darwin'): ++elif CONFIG['MOZ_WIDGET_TOOLKIT'] == 'cocoa': + UNIFIED_SOURCES += [ + 'ProcessUtils_mac.mm' + ] diff --git a/mail/thunderbird38/patches/patch-mozilla_ipc_ipdl_ipdl_cxx_ast.py b/mail/thunderbird38/patches/patch-mozilla_ipc_ipdl_ipdl_cxx_ast.py new file mode 100644 index 0000000000000..28f402ecc7896 --- /dev/null +++ b/mail/thunderbird38/patches/patch-mozilla_ipc_ipdl_ipdl_cxx_ast.py @@ -0,0 +1,21 @@ +$NetBSD: patch-mozilla_ipc_ipdl_ipdl_cxx_ast.py,v 1.1 2016/04/17 18:22:21 ryoon Exp $ + +--- mozilla/ipc/ipdl/ipdl/cxx/ast.py.orig 2014-07-18 00:05:24.000000000 +0000 ++++ mozilla/ipc/ipdl/ipdl/cxx/ast.py +@@ -336,12 +336,13 @@ Type.VOID = Type('void') + Type.VOIDPTR = Type('void', ptr=1) + + class TypeArray(Node): +- def __init__(self, basetype, nmemb): +- '''the type |basetype DECLNAME[nmemb]|. |nmemb| is an Expr''' ++ def __init__(self, basetype, nmemb, alignType): ++ '''the type |basetype DECLNAME[nmemb]|. |nmemb| is an Expr, |alignType| is a type''' + self.basetype = basetype + self.nmemb = nmemb ++ self.alignType = alignType + def __deepcopy__(self, memo): +- return TypeArray(deepcopy(self.basetype, memo), nmemb) ++ return TypeArray(deepcopy(self.basetype, memo), nmemb, alignType) + + class TypeEnum(Node): + def __init__(self, name=None): diff --git a/mail/thunderbird38/patches/patch-mozilla_ipc_ipdl_ipdl_cxx_cgen.py b/mail/thunderbird38/patches/patch-mozilla_ipc_ipdl_ipdl_cxx_cgen.py new file mode 100644 index 0000000000000..65a33f006449f --- /dev/null +++ b/mail/thunderbird38/patches/patch-mozilla_ipc_ipdl_ipdl_cxx_cgen.py @@ -0,0 +1,23 @@ +$NetBSD: patch-mozilla_ipc_ipdl_ipdl_cxx_cgen.py,v 1.1 2016/04/17 18:22:21 ryoon Exp $ + +--- mozilla/ipc/ipdl/ipdl/cxx/cgen.py.orig 2014-07-18 00:05:24.000000000 +0000 ++++ mozilla/ipc/ipdl/ipdl/cxx/cgen.py +@@ -101,6 +101,7 @@ class CxxCodeGen(CodePrinter, Visitor): + def visitDecl(self, d): + # C-syntax arrays make code generation much more annoying + if isinstance(d.type, TypeArray): ++ self.write('MOZ_ALIGNED_DECL(') + d.type.basetype.accept(self) + else: + d.type.accept(self) +@@ -111,7 +112,9 @@ class CxxCodeGen(CodePrinter, Visitor): + if isinstance(d.type, TypeArray): + self.write('[') + d.type.nmemb.accept(self) +- self.write(']') ++ self.write('], MOZ_ALIGNOF(') ++ d.type.alignType.accept(self) ++ self.write('))') + + def visitParam(self, p): + self.visitDecl(p) diff --git a/mail/thunderbird38/patches/patch-mozilla_ipc_ipdl_ipdl_lower.py b/mail/thunderbird38/patches/patch-mozilla_ipc_ipdl_ipdl_lower.py new file mode 100644 index 0000000000000..4d99443424ffb --- /dev/null +++ b/mail/thunderbird38/patches/patch-mozilla_ipc_ipdl_ipdl_lower.py @@ -0,0 +1,13 @@ +$NetBSD: patch-mozilla_ipc_ipdl_ipdl_lower.py,v 1.1 2016/04/17 18:22:21 ryoon Exp $ + +--- mozilla/ipc/ipdl/ipdl/lower.py.orig 2014-07-18 00:05:24.000000000 +0000 ++++ mozilla/ipc/ipdl/ipdl/lower.py +@@ -768,7 +768,7 @@ IPDL union type.""" + if self.recursive: + return self.ptrToType() + else: +- return TypeArray(Type('char'), ExprSizeof(self.internalType())) ++ return TypeArray(Type('char'), ExprSizeof(self.internalType()), self.internalType()) + + def unionValue(self): + # NB: knows that Union's storage C union is named |mValue| diff --git a/mail/thunderbird38/patches/patch-mozilla_js_public_CallArgs.h b/mail/thunderbird38/patches/patch-mozilla_js_public_CallArgs.h new file mode 100644 index 0000000000000..263aa4f7d8c60 --- /dev/null +++ b/mail/thunderbird38/patches/patch-mozilla_js_public_CallArgs.h @@ -0,0 +1,13 @@ +$NetBSD: patch-mozilla_js_public_CallArgs.h,v 1.1 2016/04/17 18:22:21 ryoon Exp $ + +--- mozilla/js/public/CallArgs.h.orig 2015-06-08 17:49:21.000000000 +0000 ++++ mozilla/js/public/CallArgs.h +@@ -344,7 +344,7 @@ class MOZ_STACK_CLASS CallArgs : public + * Returns true if there are at least |required| arguments passed in. If + * false, it reports an error message on the context. + */ +- bool requireAtLeast(JSContext* cx, const char* fnname, unsigned required); ++ JS_PUBLIC_API(bool) requireAtLeast(JSContext* cx, const char* fnname, unsigned required); + + }; + diff --git a/mail/thunderbird/patches/patch-mozilla_js_src_asmjs_AsmJSSignalHandlers.cpp b/mail/thunderbird38/patches/patch-mozilla_js_src_asmjs_AsmJSSignalHandlers.cpp similarity index 96% rename from mail/thunderbird/patches/patch-mozilla_js_src_asmjs_AsmJSSignalHandlers.cpp rename to mail/thunderbird38/patches/patch-mozilla_js_src_asmjs_AsmJSSignalHandlers.cpp index 7621b18004648..19c9f6eaabafd 100644 --- a/mail/thunderbird/patches/patch-mozilla_js_src_asmjs_AsmJSSignalHandlers.cpp +++ b/mail/thunderbird38/patches/patch-mozilla_js_src_asmjs_AsmJSSignalHandlers.cpp @@ -1,4 +1,4 @@ -$NetBSD: patch-mozilla_js_src_asmjs_AsmJSSignalHandlers.cpp,v 1.1 2015/07/09 15:17:34 ryoon Exp $ +$NetBSD: patch-mozilla_js_src_asmjs_AsmJSSignalHandlers.cpp,v 1.1 2016/04/17 18:22:21 ryoon Exp $ --- mozilla/js/src/asmjs/AsmJSSignalHandlers.cpp.orig 2015-06-08 17:49:21.000000000 +0000 +++ mozilla/js/src/asmjs/AsmJSSignalHandlers.cpp diff --git a/mail/thunderbird38/patches/patch-mozilla_js_src_ctypes_CTypes.h b/mail/thunderbird38/patches/patch-mozilla_js_src_ctypes_CTypes.h new file mode 100644 index 0000000000000..a491f2f488281 --- /dev/null +++ b/mail/thunderbird38/patches/patch-mozilla_js_src_ctypes_CTypes.h @@ -0,0 +1,28 @@ +$NetBSD: patch-mozilla_js_src_ctypes_CTypes.h,v 1.1 2016/04/17 18:22:21 ryoon Exp $ + +--- mozilla/js/src/ctypes/CTypes.h.orig 2014-07-18 00:05:25.000000000 +0000 ++++ mozilla/js/src/ctypes/CTypes.h +@@ -14,6 +14,23 @@ + #include "js/Vector.h" + #include "vm/String.h" + ++#if defined(__NetBSD__) ++#include ++/* XXX why do we have those funky __ #defines in stdint.h? */ ++#warning this is a retarded workaround ++#define uint8_t uint8_t ++#define uint16_t uint16_t ++#define uint32_t uint32_t ++#define uint64_t uint64_t ++#define int8_t int8_t ++#define int16_t int16_t ++#define int32_t int32_t ++#define int64_t int64_t ++#define intptr_t intptr_t ++#define uintptr_t uintptr_t ++#define off_t off_t ++#endif ++ + namespace js { + namespace ctypes { + diff --git a/mail/thunderbird38/patches/patch-mozilla_js_src_frontend_ParseMaps.cpp b/mail/thunderbird38/patches/patch-mozilla_js_src_frontend_ParseMaps.cpp new file mode 100644 index 0000000000000..8ede7d32e7186 --- /dev/null +++ b/mail/thunderbird38/patches/patch-mozilla_js_src_frontend_ParseMaps.cpp @@ -0,0 +1,12 @@ +$NetBSD: patch-mozilla_js_src_frontend_ParseMaps.cpp,v 1.1 2016/04/17 18:22:21 ryoon Exp $ + +--- mozilla/js/src/frontend/ParseMaps.cpp.orig 2013-10-23 22:09:00.000000000 +0000 ++++ mozilla/js/src/frontend/ParseMaps.cpp +@@ -132,5 +132,5 @@ frontend::InitAtomMap(JSContext *cx, fro + } + } + +-template class js::frontend::AtomDecls; +-template class js::frontend::AtomDecls; ++template class frontend::AtomDecls; ++template class frontend::AtomDecls; diff --git a/mail/thunderbird/patches/patch-mozilla_js_src_gc_Statistics.cpp b/mail/thunderbird38/patches/patch-mozilla_js_src_gc_Statistics.cpp similarity index 85% rename from mail/thunderbird/patches/patch-mozilla_js_src_gc_Statistics.cpp rename to mail/thunderbird38/patches/patch-mozilla_js_src_gc_Statistics.cpp index 2a55c632902dc..2c46dcd425f82 100644 --- a/mail/thunderbird/patches/patch-mozilla_js_src_gc_Statistics.cpp +++ b/mail/thunderbird38/patches/patch-mozilla_js_src_gc_Statistics.cpp @@ -1,4 +1,4 @@ -$NetBSD: patch-mozilla_js_src_gc_Statistics.cpp,v 1.1 2015/07/09 15:17:34 ryoon Exp $ +$NetBSD: patch-mozilla_js_src_gc_Statistics.cpp,v 1.1 2016/04/17 18:22:21 ryoon Exp $ --- mozilla/js/src/gc/Statistics.cpp.orig 2015-06-08 17:49:22.000000000 +0000 +++ mozilla/js/src/gc/Statistics.cpp diff --git a/mail/thunderbird/patches/patch-mozilla_js_src_jit_ExecutableAllocator.h b/mail/thunderbird38/patches/patch-mozilla_js_src_jit_ExecutableAllocator.h similarity index 95% rename from mail/thunderbird/patches/patch-mozilla_js_src_jit_ExecutableAllocator.h rename to mail/thunderbird38/patches/patch-mozilla_js_src_jit_ExecutableAllocator.h index 5f7905048c375..d761948207b15 100644 --- a/mail/thunderbird/patches/patch-mozilla_js_src_jit_ExecutableAllocator.h +++ b/mail/thunderbird38/patches/patch-mozilla_js_src_jit_ExecutableAllocator.h @@ -1,4 +1,4 @@ -$NetBSD: patch-mozilla_js_src_jit_ExecutableAllocator.h,v 1.1 2015/07/09 15:17:34 ryoon Exp $ +$NetBSD: patch-mozilla_js_src_jit_ExecutableAllocator.h,v 1.1 2016/04/17 18:22:21 ryoon Exp $ --- mozilla/js/src/jit/ExecutableAllocator.h.orig 2015-06-08 17:49:24.000000000 +0000 +++ mozilla/js/src/jit/ExecutableAllocator.h diff --git a/mail/thunderbird38/patches/patch-mozilla_js_src_jit_LIR.cpp b/mail/thunderbird38/patches/patch-mozilla_js_src_jit_LIR.cpp new file mode 100644 index 0000000000000..46127012b7187 --- /dev/null +++ b/mail/thunderbird38/patches/patch-mozilla_js_src_jit_LIR.cpp @@ -0,0 +1,13 @@ +$NetBSD: patch-mozilla_js_src_jit_LIR.cpp,v 1.1 2016/04/17 18:22:21 ryoon Exp $ + +--- mozilla/js/src/jit/LIR.cpp.orig 2015-06-08 17:49:25.000000000 +0000 ++++ mozilla/js/src/jit/LIR.cpp +@@ -323,7 +323,7 @@ LNode::printName(FILE* fp, Opcode op) + const char* name = names[op]; + size_t len = strlen(name); + for (size_t i = 0; i < len; i++) +- fprintf(fp, "%c", tolower(name[i])); ++ fprintf(fp, "%c", tolower(((unsigned char)name[i]))); + } + + void diff --git a/mail/thunderbird38/patches/patch-mozilla_js_src_jit_MIR.cpp b/mail/thunderbird38/patches/patch-mozilla_js_src_jit_MIR.cpp new file mode 100644 index 0000000000000..1d9d209018622 --- /dev/null +++ b/mail/thunderbird38/patches/patch-mozilla_js_src_jit_MIR.cpp @@ -0,0 +1,13 @@ +$NetBSD: patch-mozilla_js_src_jit_MIR.cpp,v 1.1 2016/04/17 18:22:21 ryoon Exp $ + +--- mozilla/js/src/jit/MIR.cpp.orig 2015-06-08 17:49:25.000000000 +0000 ++++ mozilla/js/src/jit/MIR.cpp +@@ -71,7 +71,7 @@ MDefinition::PrintOpcodeName(FILE* fp, M + const char* name = names[op]; + size_t len = strlen(name); + for (size_t i = 0; i < len; i++) +- fprintf(fp, "%c", tolower(name[i])); ++ fprintf(fp, "%c", tolower(((unsigned char)name[i]))); + } + + const Value& diff --git a/mail/thunderbird38/patches/patch-mozilla_js_src_jit_arm_Architecture-arm.cpp b/mail/thunderbird38/patches/patch-mozilla_js_src_jit_arm_Architecture-arm.cpp new file mode 100644 index 0000000000000..ea50d321719e9 --- /dev/null +++ b/mail/thunderbird38/patches/patch-mozilla_js_src_jit_arm_Architecture-arm.cpp @@ -0,0 +1,13 @@ +$NetBSD: patch-mozilla_js_src_jit_arm_Architecture-arm.cpp,v 1.1 2016/04/17 18:22:21 ryoon Exp $ + +--- mozilla/js/src/jit/arm/Architecture-arm.cpp.orig 2015-06-08 17:49:25.000000000 +0000 ++++ mozilla/js/src/jit/arm/Architecture-arm.cpp +@@ -16,7 +16,7 @@ + #include "jit/arm/Assembler-arm.h" + #include "jit/RegisterSets.h" + +-#if !defined(__linux__) || defined(ANDROID) || defined(JS_ARM_SIMULATOR) ++#if !defined(__linux__) || defined(ANDROID) || defined(JS_ARM_SIMULATOR) || defined(__NetBSD__) + // The Android NDK and B2G do not include the hwcap.h kernel header, and it is not + // defined when building the simulator, so inline the header defines we need. + # define HWCAP_VFP (1 << 6) diff --git a/mail/thunderbird38/patches/patch-mozilla_js_src_jsapi.cpp b/mail/thunderbird38/patches/patch-mozilla_js_src_jsapi.cpp new file mode 100644 index 0000000000000..00270f6385985 --- /dev/null +++ b/mail/thunderbird38/patches/patch-mozilla_js_src_jsapi.cpp @@ -0,0 +1,13 @@ +$NetBSD: patch-mozilla_js_src_jsapi.cpp,v 1.1 2016/04/17 18:22:21 ryoon Exp $ + +--- mozilla/js/src/jsapi.cpp.orig 2015-06-08 17:49:25.000000000 +0000 ++++ mozilla/js/src/jsapi.cpp +@@ -115,7 +115,7 @@ using js::frontend::Parser; + #define JS_ADDRESSOF_VA_LIST(ap) (&(ap)) + #endif + +-bool ++JS_PUBLIC_API(bool) + JS::CallArgs::requireAtLeast(JSContext* cx, const char* fnname, unsigned required) { + if (length() < required) { + char numArgsStr[40]; diff --git a/mail/thunderbird38/patches/patch-mozilla_js_src_jsdate.cpp b/mail/thunderbird38/patches/patch-mozilla_js_src_jsdate.cpp new file mode 100644 index 0000000000000..335b415c98044 --- /dev/null +++ b/mail/thunderbird38/patches/patch-mozilla_js_src_jsdate.cpp @@ -0,0 +1,20 @@ +$NetBSD: patch-mozilla_js_src_jsdate.cpp,v 1.1 2016/04/17 18:22:21 ryoon Exp $ + +--- mozilla/js/src/jsdate.cpp.orig 2015-06-08 17:49:25.000000000 +0000 ++++ mozilla/js/src/jsdate.cpp +@@ -2669,11 +2669,11 @@ ToLocaleFormatHelper(JSContext* cx, Hand + if (strcmp(format, "%x") == 0 && result_len >= 6 && + /* Format %x means use OS settings, which may have 2-digit yr, so + hack end of 3/11/22 or 11.03.22 or 11Mar22 to use 4-digit yr...*/ +- !isdigit(buf[result_len - 3]) && +- isdigit(buf[result_len - 2]) && isdigit(buf[result_len - 1]) && ++ !isdigit(((unsigned char)buf[result_len - 3])) && ++ isdigit(((unsigned char)buf[result_len - 2])) && isdigit(((unsigned char)buf[result_len - 1])) && + /* ...but not if starts with 4-digit year, like 2022/3/11. */ +- !(isdigit(buf[0]) && isdigit(buf[1]) && +- isdigit(buf[2]) && isdigit(buf[3]))) { ++ !(isdigit(((unsigned char)buf[0])) && isdigit(((unsigned char)buf[1])) && ++ isdigit(((unsigned char)buf[2])) && isdigit(((unsigned char)buf[3])))) { + double localtime = obj->as().cachedLocalTime(&cx->runtime()->dateTimeInfo); + int year = IsNaN(localtime) ? 0 : (int) YearFromTime(localtime); + JS_snprintf(buf + (result_len - 2), (sizeof buf) - (result_len - 2), diff --git a/mail/thunderbird38/patches/patch-mozilla_js_src_jskwgen.cpp b/mail/thunderbird38/patches/patch-mozilla_js_src_jskwgen.cpp new file mode 100644 index 0000000000000..d9fea600da728 --- /dev/null +++ b/mail/thunderbird38/patches/patch-mozilla_js_src_jskwgen.cpp @@ -0,0 +1,13 @@ +$NetBSD: patch-mozilla_js_src_jskwgen.cpp,v 1.1 2016/04/17 18:22:21 ryoon Exp $ + +--- mozilla/js/src/jskwgen.cpp.orig 2015-06-08 17:49:25.000000000 +0000 ++++ mozilla/js/src/jskwgen.cpp +@@ -181,7 +181,7 @@ qchar(char c, char* quoted_buffer) + *s++ = '\\'; + break; + default: +- if (!isprint(c)) { ++ if (!isprint(((unsigned char)c))) { + *s++ = '\\'; + *s++ = (char)('0' + (0x3 & (((unsigned char)c) >> 6))); + *s++ = (char)('0' + (0x7 & (((unsigned char)c) >> 3))); diff --git a/mail/thunderbird38/patches/patch-mozilla_js_src_jsmath.cpp b/mail/thunderbird38/patches/patch-mozilla_js_src_jsmath.cpp new file mode 100644 index 0000000000000..a2fef3f25d353 --- /dev/null +++ b/mail/thunderbird38/patches/patch-mozilla_js_src_jsmath.cpp @@ -0,0 +1,13 @@ +$NetBSD: patch-mozilla_js_src_jsmath.cpp,v 1.1 2016/04/17 18:22:21 ryoon Exp $ + +--- mozilla/js/src/jsmath.cpp.orig 2013-10-23 22:09:02.000000000 +0000 ++++ mozilla/js/src/jsmath.cpp +@@ -244,7 +244,7 @@ js::ecmaAtan2(double y, double x) + } + #endif + +-#if defined(SOLARIS) && defined(__GNUC__) ++#if defined(notSOLARIS) && defined(__GNUC__) + if (y == 0) { + if (IsNegativeZero(x)) + return js_copysign(M_PI, y); diff --git a/mail/thunderbird38/patches/patch-mozilla_js_src_shell_jsoptparse.cpp b/mail/thunderbird38/patches/patch-mozilla_js_src_shell_jsoptparse.cpp new file mode 100644 index 0000000000000..aa8e38b8e0581 --- /dev/null +++ b/mail/thunderbird38/patches/patch-mozilla_js_src_shell_jsoptparse.cpp @@ -0,0 +1,13 @@ +$NetBSD: patch-mozilla_js_src_shell_jsoptparse.cpp,v 1.1 2016/04/17 18:22:21 ryoon Exp $ + +--- mozilla/js/src/shell/jsoptparse.cpp.orig 2015-06-08 17:49:25.000000000 +0000 ++++ mozilla/js/src/shell/jsoptparse.cpp +@@ -90,7 +90,7 @@ PrintParagraph(const char* text, unsigne + printf("%*s", startColno, ""); + + while (*it != '\0') { +- MOZ_ASSERT(!isspace(*it)); ++ MOZ_ASSERT(!isspace((unsigned char)*it)); + + /* Delimit the current token. */ + const char* limit = it; diff --git a/mail/thunderbird38/patches/patch-mozilla_js_src_vm_SPSProfiler.cpp b/mail/thunderbird38/patches/patch-mozilla_js_src_vm_SPSProfiler.cpp new file mode 100644 index 0000000000000..31f25d6eb0277 --- /dev/null +++ b/mail/thunderbird38/patches/patch-mozilla_js_src_vm_SPSProfiler.cpp @@ -0,0 +1,13 @@ +$NetBSD: patch-mozilla_js_src_vm_SPSProfiler.cpp,v 1.1 2016/04/17 18:22:21 ryoon Exp $ + +--- mozilla/js/src/vm/SPSProfiler.cpp.orig 2014-07-18 00:05:30.000000000 +0000 ++++ mozilla/js/src/vm/SPSProfiler.cpp +@@ -4,6 +4,8 @@ + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ + ++#include "jscntxtinlines.h" ++ + #include "vm/SPSProfiler.h" + + #include "mozilla/DebugOnly.h" diff --git a/mail/thunderbird38/patches/patch-mozilla_js_xpconnect_src_XPCConvert.cpp b/mail/thunderbird38/patches/patch-mozilla_js_xpconnect_src_XPCConvert.cpp new file mode 100644 index 0000000000000..f703a6f605c72 --- /dev/null +++ b/mail/thunderbird38/patches/patch-mozilla_js_xpconnect_src_XPCConvert.cpp @@ -0,0 +1,13 @@ +$NetBSD: patch-mozilla_js_xpconnect_src_XPCConvert.cpp,v 1.1 2016/04/17 18:22:21 ryoon Exp $ + +--- mozilla/js/xpconnect/src/XPCConvert.cpp.orig 2015-06-08 17:49:29.000000000 +0000 ++++ mozilla/js/xpconnect/src/XPCConvert.cpp +@@ -134,7 +134,7 @@ XPCConvert::NativeData2JS(MutableHandleV + d.setNumber(*static_cast(s)); + return true; + case nsXPTType::T_DOUBLE: +- d.setNumber(*static_cast(s)); ++ d.setNumber(CanonicalizeNaN(*static_cast(s))); + return true; + case nsXPTType::T_BOOL : + d.setBoolean(*static_cast(s)); diff --git a/mail/thunderbird38/patches/patch-mozilla_js_xpconnect_src_xpcprivate.h b/mail/thunderbird38/patches/patch-mozilla_js_xpconnect_src_xpcprivate.h new file mode 100644 index 0000000000000..07e5bf8b7de0d --- /dev/null +++ b/mail/thunderbird38/patches/patch-mozilla_js_xpconnect_src_xpcprivate.h @@ -0,0 +1,13 @@ +$NetBSD: patch-mozilla_js_xpconnect_src_xpcprivate.h,v 1.1 2016/04/17 18:22:21 ryoon Exp $ + +--- mozilla/js/xpconnect/src/xpcprivate.h.orig 2015-06-08 17:49:55.000000000 +0000 ++++ mozilla/js/xpconnect/src/xpcprivate.h +@@ -1017,6 +1017,8 @@ static inline bool IS_PROTO_CLASS(const + /***************************************************************************/ + // XPCWrappedNativeScope is one-to-one with a JS global object. + ++extern template class JS_PUBLIC_API(JS::WeakMapPtr); ++ + class nsIAddonInterposition; + class nsXPCComponentsBase; + class XPCWrappedNativeScope : public PRCList diff --git a/mail/thunderbird38/patches/patch-mozilla_media_libcubeb_src_cubeb.c b/mail/thunderbird38/patches/patch-mozilla_media_libcubeb_src_cubeb.c new file mode 100644 index 0000000000000..ab5f1f798e2f5 --- /dev/null +++ b/mail/thunderbird38/patches/patch-mozilla_media_libcubeb_src_cubeb.c @@ -0,0 +1,24 @@ +$NetBSD: patch-mozilla_media_libcubeb_src_cubeb.c,v 1.1 2016/04/17 18:22:21 ryoon Exp $ + +--- mozilla/media/libcubeb/src/cubeb.c.orig 2015-06-08 17:49:22.000000000 +0000 ++++ mozilla/media/libcubeb/src/cubeb.c +@@ -56,6 +56,9 @@ int opensl_init(cubeb ** context, char c + #if defined(USE_AUDIOTRACK) + int audiotrack_init(cubeb ** context, char const * context_name); + #endif ++#if defined(USE_OSS) ++int oss_init(cubeb ** context, char const * context_name); ++#endif + + int + validate_stream_params(cubeb_stream_params stream_params) +@@ -122,6 +125,9 @@ cubeb_init(cubeb ** context, char const + #if defined(USE_AUDIOTRACK) + audiotrack_init, + #endif ++#if defined(USE_OSS) ++ oss_init, ++#endif + }; + int i; + diff --git a/mail/thunderbird38/patches/patch-mozilla_media_libcubeb_src_cubeb__alsa.c b/mail/thunderbird38/patches/patch-mozilla_media_libcubeb_src_cubeb__alsa.c new file mode 100644 index 0000000000000..9b580af0b7749 --- /dev/null +++ b/mail/thunderbird38/patches/patch-mozilla_media_libcubeb_src_cubeb__alsa.c @@ -0,0 +1,673 @@ +$NetBSD: patch-mozilla_media_libcubeb_src_cubeb__alsa.c,v 1.1 2016/04/17 18:22:21 ryoon Exp $ + +--- mozilla/media/libcubeb/src/cubeb_alsa.c.orig 2015-06-08 17:49:22.000000000 +0000 ++++ mozilla/media/libcubeb/src/cubeb_alsa.c +@@ -7,12 +7,18 @@ + #undef NDEBUG + #define _DEFAULT_SOURCE + #define _BSD_SOURCE ++#if defined(__NetBSD__) ++#define _NETBSD_SOURCE ++#endif + #define _XOPEN_SOURCE 500 + #include + #include + #include + #include ++#include + #include ++#include ++#include + #include + #include + #include "cubeb/cubeb.h" +@@ -25,6 +31,51 @@ + + #define ALSA_PA_PLUGIN "ALSA <-> PulseAudio PCM I/O Plugin" + ++#ifdef DISABLE_LIBASOUND_DLOPEN ++#define WRAP(x) x ++#else ++#define WRAP(x) cubeb_##x ++#define MAKE_TYPEDEF(x) static typeof(x) * cubeb_##x ++MAKE_TYPEDEF(snd_config); ++MAKE_TYPEDEF(snd_config_add); ++MAKE_TYPEDEF(snd_config_copy); ++MAKE_TYPEDEF(snd_config_delete); ++MAKE_TYPEDEF(snd_config_get_id); ++MAKE_TYPEDEF(snd_config_get_string); ++MAKE_TYPEDEF(snd_config_imake_integer); ++MAKE_TYPEDEF(snd_config_search); ++MAKE_TYPEDEF(snd_config_search_definition); ++MAKE_TYPEDEF(snd_lib_error_set_handler); ++MAKE_TYPEDEF(snd_pcm_avail_update); ++MAKE_TYPEDEF(snd_pcm_close); ++MAKE_TYPEDEF(snd_pcm_delay); ++MAKE_TYPEDEF(snd_pcm_drain); ++MAKE_TYPEDEF(snd_pcm_forward); ++MAKE_TYPEDEF(snd_pcm_frames_to_bytes); ++MAKE_TYPEDEF(snd_pcm_get_params); ++/* snd_pcm_hw_params_alloca is actually a macro */ ++/* MAKE_TYPEDEF(snd_pcm_hw_params_alloca); */ ++MAKE_TYPEDEF(snd_pcm_hw_params_sizeof); ++#define snd_pcm_hw_params_sizeof cubeb_snd_pcm_hw_params_sizeof ++MAKE_TYPEDEF(snd_pcm_hw_params_any); ++MAKE_TYPEDEF(snd_pcm_hw_params_get_channels_max); ++MAKE_TYPEDEF(snd_pcm_hw_params_get_rate); ++MAKE_TYPEDEF(snd_pcm_hw_params_set_rate_near); ++MAKE_TYPEDEF(snd_pcm_nonblock); ++MAKE_TYPEDEF(snd_pcm_open); ++MAKE_TYPEDEF(snd_pcm_open_lconf); ++MAKE_TYPEDEF(snd_pcm_pause); ++MAKE_TYPEDEF(snd_pcm_poll_descriptors); ++MAKE_TYPEDEF(snd_pcm_poll_descriptors_count); ++MAKE_TYPEDEF(snd_pcm_poll_descriptors_revents); ++MAKE_TYPEDEF(snd_pcm_recover); ++MAKE_TYPEDEF(snd_pcm_set_params); ++MAKE_TYPEDEF(snd_pcm_state); ++MAKE_TYPEDEF(snd_pcm_writei); ++ ++#undef MAKE_TYPEDEF ++#endif ++ + /* ALSA is not thread-safe. snd_pcm_t instances are individually protected + by the owning cubeb_stream's mutex. snd_pcm_t creation and destruction + is not thread-safe until ALSA 1.0.24 (see alsa-lib.git commit 91c9c8f1), +@@ -65,6 +116,8 @@ struct cubeb { + workaround is not required. */ + snd_config_t * local_config; + int is_pa; ++ ++ void * libasound; + }; + + enum stream_state { +@@ -258,32 +311,35 @@ alsa_refill_stream(cubeb_stream * stm) + long got; + void * p; + int draining; ++ unsigned pipefailures, againfailures; + + draining = 0; + + pthread_mutex_lock(&stm->mutex); + +- r = snd_pcm_poll_descriptors_revents(stm->pcm, stm->fds, stm->nfds, &revents); +- if (r < 0 || revents != POLLOUT) { +- /* This should be a stream error; it makes no sense for poll(2) to wake +- for this stream and then have the stream report that it's not ready. +- Unfortunately, this does happen, so just bail out and try again. */ +- pthread_mutex_unlock(&stm->mutex); +- return RUNNING; +- } +- +- avail = snd_pcm_avail_update(stm->pcm); +- if (avail == -EPIPE) { +- snd_pcm_recover(stm->pcm, avail, 1); +- avail = snd_pcm_avail_update(stm->pcm); +- } ++ for (pipefailures = 0;;) { ++ r = WRAP(snd_pcm_poll_descriptors_revents)(stm->pcm, stm->fds, stm->nfds, &revents); ++ if (r < 0 || revents != POLLOUT || ++ (avail = WRAP(snd_pcm_avail_update)(stm->pcm)) == 0) { ++ /* This should be a stream error; it makes no sense for poll(2) to wake ++ for this stream and then have the stream report that it's not ready. ++ Unfortunately, this does happen, so just bail out and try again. */ ++ pthread_mutex_unlock(&stm->mutex); ++ return RUNNING; ++ } + +- /* Failed to recover from an xrun, this stream must be broken. */ +- if (avail < 0) { +- pthread_mutex_unlock(&stm->mutex); +- stm->state_callback(stm, stm->user_ptr, CUBEB_STATE_ERROR); +- return ERROR; ++ if (avail > 0) ++ break; ++ if (pipefailures++ > 11) { ++ fprintf(stderr, "%s: repeated failures from snd_pcm_avail_update, " ++ "giving up\n", __func__); ++ pthread_mutex_unlock(&stm->mutex); ++ stm->state_callback(stm, stm->user_ptr, CUBEB_STATE_ERROR); ++ return ERROR; ++ } ++ WRAP(snd_pcm_recover)(stm->pcm, avail, 1); + } ++ pipefailures = againfailures = 0; + + /* This should never happen. */ + if ((unsigned int) avail > stm->buffer_size) { +@@ -294,8 +350,8 @@ alsa_refill_stream(cubeb_stream * stm) + available to write. If avail is still zero here, the stream must be in + a funky state, so recover and try again. */ + if (avail == 0) { +- snd_pcm_recover(stm->pcm, -EPIPE, 1); +- avail = snd_pcm_avail_update(stm->pcm); ++ WRAP(snd_pcm_recover)(stm->pcm, -EPIPE, 1); ++ avail = WRAP(snd_pcm_avail_update)(stm->pcm); + if (avail <= 0) { + pthread_mutex_unlock(&stm->mutex); + stm->state_callback(stm, stm->user_ptr, CUBEB_STATE_ERROR); +@@ -303,7 +359,7 @@ alsa_refill_stream(cubeb_stream * stm) + } + } + +- p = calloc(1, snd_pcm_frames_to_bytes(stm->pcm, avail)); ++ p = calloc(1, WRAP(snd_pcm_frames_to_bytes)(stm->pcm, avail)); + assert(p); + + pthread_mutex_unlock(&stm->mutex); +@@ -312,10 +368,11 @@ alsa_refill_stream(cubeb_stream * stm) + if (got < 0) { + pthread_mutex_unlock(&stm->mutex); + stm->state_callback(stm, stm->user_ptr, CUBEB_STATE_ERROR); ++ free(p); + return ERROR; + } + if (got > 0) { +- snd_pcm_sframes_t wrote; ++ snd_pcm_sframes_t wrote, towrite = got; + + if (stm->params.format == CUBEB_SAMPLE_FLOAT32NE) { + float * b = (float *) p; +@@ -328,14 +385,64 @@ alsa_refill_stream(cubeb_stream * stm) + b[i] *= stm->volume; + } + } +- wrote = snd_pcm_writei(stm->pcm, p, got); +- if (wrote == -EPIPE) { +- snd_pcm_recover(stm->pcm, wrote, 1); +- wrote = snd_pcm_writei(stm->pcm, p, got); +- } +- assert(wrote >= 0 && wrote == got); +- stm->write_position += wrote; +- gettimeofday(&stm->last_activity, NULL); ++ for (;;) { ++ wrote = WRAP(snd_pcm_writei)(stm->pcm, p, ++ towrite > avail ? avail : towrite); ++ switch(wrote) { ++ case -EPIPE: ++ if (pipefailures++ > 3) { ++ fprintf(stderr, "%s: Too many underflows, giving up\n", __func__); ++ stm->state_callback(stm, stm->user_ptr, CUBEB_STATE_ERROR); ++ pthread_mutex_unlock(&stm->mutex); ++ free(p); ++ return ERROR; ++ } ++ WRAP(snd_pcm_recover)(stm->pcm, wrote, 1); ++ continue; ++ case -EAGAIN: ++ if (againfailures++ > 3) { ++ fprintf(stderr, "%s: Too many -EAGAIN errors from snd_pcm_writei, " ++ "giving up\n", __func__); ++ stm->state_callback(stm, stm->user_ptr, CUBEB_STATE_ERROR); ++ pthread_mutex_unlock(&stm->mutex); ++ free(p); ++ return ERROR; ++ } ++ continue; ++#if defined(EBADFD) ++ case -EBADFD: ++ fprintf(stderr, "%s: snc_pcm_writei returned -%s, giving up\n", ++ __func__, "EBADFD"); ++ free(p); ++ stm->state_callback(stm, stm->user_ptr, CUBEB_STATE_ERROR); ++ pthread_mutex_unlock(&stm->mutex); ++ return ERROR; ++#endif ++ } ++ if (wrote < 0) { ++ fprintf(stderr, "%s: snc_pcm_writei returned unexpected error %lld, " ++ "giving up\n", __func__, (long long)wrote); ++ free(p); ++ stm->state_callback(stm, stm->user_ptr, CUBEB_STATE_ERROR); ++ pthread_mutex_unlock(&stm->mutex); ++ return ERROR; ++ } ++ pipefailures = againfailures = 0; ++ stm->write_position += wrote; ++ gettimeofday(&stm->last_activity, NULL); ++ if (wrote > towrite) { ++ fprintf(stderr, "%s: snc_pcm_writei wrote %lld frames, which was more " ++ "than we requested (%lld). This should not happen, giving up\n", ++ __func__, (long long)wrote, (long long)towrite); ++ free(p); ++ stm->state_callback(stm, stm->user_ptr, CUBEB_STATE_ERROR); ++ pthread_mutex_unlock(&stm->mutex); ++ return ERROR; ++ } ++ if (towrite == wrote) ++ break; ++ towrite -= wrote; ++ } + } + if (got != avail) { + long buffer_fill = stm->buffer_size - (avail - got); +@@ -343,7 +450,7 @@ alsa_refill_stream(cubeb_stream * stm) + + /* Fill the remaining buffer with silence to guarantee one full period + has been written. */ +- snd_pcm_writei(stm->pcm, (char *) p + got, avail - got); ++ WRAP(snd_pcm_writei)(stm->pcm, (char *) p + got, avail - got); + + set_timeout(&stm->drain_timeout, buffer_time * 1000); + +@@ -454,26 +561,26 @@ get_slave_pcm_node(snd_config_t * lconf, + + slave_def = NULL; + +- r = snd_config_search(root_pcm, "slave", &slave_pcm); ++ r = WRAP(snd_config_search)(root_pcm, "slave", &slave_pcm); + if (r < 0) { + return NULL; + } + +- r = snd_config_get_string(slave_pcm, &string); ++ r = WRAP(snd_config_get_string)(slave_pcm, &string); + if (r >= 0) { +- r = snd_config_search_definition(lconf, "pcm_slave", string, &slave_def); ++ r = WRAP(snd_config_search_definition)(lconf, "pcm_slave", string, &slave_def); + if (r < 0) { + return NULL; + } + } + + do { +- r = snd_config_search(slave_def ? slave_def : slave_pcm, "pcm", &pcm); ++ r = WRAP(snd_config_search)(slave_def ? slave_def : slave_pcm, "pcm", &pcm); + if (r < 0) { + break; + } + +- r = snd_config_get_string(slave_def ? slave_def : slave_pcm, &string); ++ r = WRAP(snd_config_get_string)(slave_def ? slave_def : slave_pcm, &string); + if (r < 0) { + break; + } +@@ -482,7 +589,7 @@ get_slave_pcm_node(snd_config_t * lconf, + if (r < 0 || r > (int) sizeof(node_name)) { + break; + } +- r = snd_config_search(lconf, node_name, &pcm); ++ r = WRAP(snd_config_search)(lconf, node_name, &pcm); + if (r < 0) { + break; + } +@@ -491,7 +598,7 @@ get_slave_pcm_node(snd_config_t * lconf, + } while (0); + + if (slave_def) { +- snd_config_delete(slave_def); ++ WRAP(snd_config_delete)(slave_def); + } + + return NULL; +@@ -514,22 +621,22 @@ init_local_config_with_workaround(char c + + lconf = NULL; + +- if (snd_config == NULL) { ++ if (*WRAP(snd_config) == NULL) { + return NULL; + } + +- r = snd_config_copy(&lconf, snd_config); ++ r = WRAP(snd_config_copy)(&lconf, *WRAP(snd_config)); + if (r < 0) { + return NULL; + } + + do { +- r = snd_config_search_definition(lconf, "pcm", pcm_name, &pcm_node); ++ r = WRAP(snd_config_search_definition)(lconf, "pcm", pcm_name, &pcm_node); + if (r < 0) { + break; + } + +- r = snd_config_get_id(pcm_node, &string); ++ r = WRAP(snd_config_get_id)(pcm_node, &string); + if (r < 0) { + break; + } +@@ -538,7 +645,7 @@ init_local_config_with_workaround(char c + if (r < 0 || r > (int) sizeof(node_name)) { + break; + } +- r = snd_config_search(lconf, node_name, &pcm_node); ++ r = WRAP(snd_config_search)(lconf, node_name, &pcm_node); + if (r < 0) { + break; + } +@@ -549,12 +656,12 @@ init_local_config_with_workaround(char c + } + + /* Fetch the PCM node's type, and bail out if it's not the PulseAudio plugin. */ +- r = snd_config_search(pcm_node, "type", &node); ++ r = WRAP(snd_config_search)(pcm_node, "type", &node); + if (r < 0) { + break; + } + +- r = snd_config_get_string(node, &string); ++ r = WRAP(snd_config_get_string)(node, &string); + if (r < 0) { + break; + } +@@ -565,18 +672,18 @@ init_local_config_with_workaround(char c + + /* Don't clobber an explicit existing handle_underrun value, set it only + if it doesn't already exist. */ +- r = snd_config_search(pcm_node, "handle_underrun", &node); ++ r = WRAP(snd_config_search)(pcm_node, "handle_underrun", &node); + if (r != -ENOENT) { + break; + } + + /* Disable pcm_pulse's asynchronous underrun handling. */ +- r = snd_config_imake_integer(&node, "handle_underrun", 0); ++ r = WRAP(snd_config_imake_integer)(&node, "handle_underrun", 0); + if (r < 0) { + break; + } + +- r = snd_config_add(pcm_node, node); ++ r = WRAP(snd_config_add)(pcm_node, node); + if (r < 0) { + break; + } +@@ -584,7 +691,7 @@ init_local_config_with_workaround(char c + return lconf; + } while (0); + +- snd_config_delete(lconf); ++ WRAP(snd_config_delete)(lconf); + + return NULL; + } +@@ -596,9 +703,9 @@ alsa_locked_pcm_open(snd_pcm_t ** pcm, s + + pthread_mutex_lock(&cubeb_alsa_mutex); + if (local_config) { +- r = snd_pcm_open_lconf(pcm, CUBEB_ALSA_PCM_NAME, stream, SND_PCM_NONBLOCK, local_config); ++ r = WRAP(snd_pcm_open_lconf)(pcm, CUBEB_ALSA_PCM_NAME, stream, SND_PCM_NONBLOCK, local_config); + } else { +- r = snd_pcm_open(pcm, CUBEB_ALSA_PCM_NAME, stream, SND_PCM_NONBLOCK); ++ r = WRAP(snd_pcm_open)(pcm, CUBEB_ALSA_PCM_NAME, stream, SND_PCM_NONBLOCK); + } + pthread_mutex_unlock(&cubeb_alsa_mutex); + +@@ -611,7 +718,7 @@ alsa_locked_pcm_close(snd_pcm_t * pcm) + int r; + + pthread_mutex_lock(&cubeb_alsa_mutex); +- r = snd_pcm_close(pcm); ++ r = WRAP(snd_pcm_close)(pcm); + pthread_mutex_unlock(&cubeb_alsa_mutex); + + return r; +@@ -668,12 +775,65 @@ alsa_init(cubeb ** context, char const * + pthread_attr_t attr; + snd_pcm_t * dummy; + ++ void * libasound = NULL; ++ ++#ifndef DISABLE_LIBASOUND_DLOPEN ++ libasound = dlopen("libasound.so", RTLD_LAZY); ++ if (!libasound) { ++ return CUBEB_ERROR; ++ } ++ ++#define LOAD(x) do { \ ++ cubeb_##x = dlsym(libasound, #x); \ ++ if (!cubeb_##x) { \ ++ dlclose(libasound); \ ++ return CUBEB_ERROR; \ ++ } \ ++ } while(0) ++ ++ LOAD(snd_config); ++ LOAD(snd_config_add); ++ LOAD(snd_config_copy); ++ LOAD(snd_config_delete); ++ LOAD(snd_config_get_id); ++ LOAD(snd_config_get_string); ++ LOAD(snd_config_imake_integer); ++ LOAD(snd_config_search); ++ LOAD(snd_config_search_definition); ++ LOAD(snd_lib_error_set_handler); ++ LOAD(snd_pcm_avail_update); ++ LOAD(snd_pcm_close); ++ LOAD(snd_pcm_delay); ++ LOAD(snd_pcm_drain); ++ LOAD(snd_pcm_frames_to_bytes); ++ LOAD(snd_pcm_get_params); ++ /* snd_pcm_hw_params_alloca is actually a macro */ ++ /* LOAD(snd_pcm_hw_params_alloca); */ ++ LOAD(snd_pcm_hw_params_sizeof); ++ LOAD(snd_pcm_hw_params_any); ++ LOAD(snd_pcm_hw_params_get_channels_max); ++ LOAD(snd_pcm_hw_params_get_rate); ++ LOAD(snd_pcm_hw_params_set_rate_near); ++ LOAD(snd_pcm_nonblock); ++ LOAD(snd_pcm_open); ++ LOAD(snd_pcm_open_lconf); ++ LOAD(snd_pcm_pause); ++ LOAD(snd_pcm_poll_descriptors); ++ LOAD(snd_pcm_poll_descriptors_count); ++ LOAD(snd_pcm_poll_descriptors_revents); ++ LOAD(snd_pcm_recover); ++ LOAD(snd_pcm_set_params); ++ LOAD(snd_pcm_state); ++ LOAD(snd_pcm_writei); ++ ++#undef LOAD ++#endif + assert(context); + *context = NULL; + + pthread_mutex_lock(&cubeb_alsa_mutex); + if (!cubeb_alsa_error_handler_set) { +- snd_lib_error_set_handler(silent_error_handler); ++ WRAP(snd_lib_error_set_handler)(silent_error_handler); + cubeb_alsa_error_handler_set = 1; + } + pthread_mutex_unlock(&cubeb_alsa_mutex); +@@ -681,6 +841,8 @@ alsa_init(cubeb ** context, char const * + ctx = calloc(1, sizeof(*ctx)); + assert(ctx); + ++ ctx->libasound = libasound; ++ + ctx->ops = &alsa_ops; + + r = pthread_mutex_init(&ctx->mutex, NULL); +@@ -730,7 +892,7 @@ alsa_init(cubeb ** context, char const * + config fails with EINVAL, the PA PCM is too old for this workaround. */ + if (r == -EINVAL) { + pthread_mutex_lock(&cubeb_alsa_mutex); +- snd_config_delete(ctx->local_config); ++ WRAP(snd_config_delete)(ctx->local_config); + pthread_mutex_unlock(&cubeb_alsa_mutex); + ctx->local_config = NULL; + } else if (r >= 0) { +@@ -769,9 +931,13 @@ alsa_destroy(cubeb * ctx) + pthread_mutex_destroy(&ctx->mutex); + free(ctx->fds); + ++ if (ctx->libasound) { ++ dlclose(ctx->libasound); ++ } ++ + if (ctx->local_config) { + pthread_mutex_lock(&cubeb_alsa_mutex); +- snd_config_delete(ctx->local_config); ++ WRAP(snd_config_delete)(ctx->local_config); + pthread_mutex_unlock(&cubeb_alsa_mutex); + } + +@@ -839,7 +1005,7 @@ alsa_stream_init(cubeb * ctx, cubeb_stre + return CUBEB_ERROR; + } + +- r = snd_pcm_nonblock(stm->pcm, 1); ++ r = WRAP(snd_pcm_nonblock)(stm->pcm, 1); + assert(r == 0); + + /* Ugly hack: the PA ALSA plugin allows buffer configurations that can't +@@ -849,23 +1015,23 @@ alsa_stream_init(cubeb * ctx, cubeb_stre + latency = latency < 500 ? 500 : latency; + } + +- r = snd_pcm_set_params(stm->pcm, format, SND_PCM_ACCESS_RW_INTERLEAVED, +- stm->params.channels, stm->params.rate, 1, +- latency * 1000); ++ r = WRAP(snd_pcm_set_params)(stm->pcm, format, SND_PCM_ACCESS_RW_INTERLEAVED, ++ stm->params.channels, stm->params.rate, 1, ++ latency * 1000); + if (r < 0) { + alsa_stream_destroy(stm); + return CUBEB_ERROR_INVALID_FORMAT; + } + +- r = snd_pcm_get_params(stm->pcm, &stm->buffer_size, &stm->period_size); ++ r = WRAP(snd_pcm_get_params)(stm->pcm, &stm->buffer_size, &stm->period_size); + assert(r == 0); + +- stm->nfds = snd_pcm_poll_descriptors_count(stm->pcm); ++ stm->nfds = WRAP(snd_pcm_poll_descriptors_count)(stm->pcm); + assert(stm->nfds > 0); + + stm->saved_fds = calloc(stm->nfds, sizeof(struct pollfd)); + assert(stm->saved_fds); +- r = snd_pcm_poll_descriptors(stm->pcm, stm->saved_fds, stm->nfds); ++ r = WRAP(snd_pcm_poll_descriptors)(stm->pcm, stm->saved_fds, stm->nfds); + assert((nfds_t) r == stm->nfds); + + r = pthread_cond_init(&stm->cond, NULL); +@@ -896,7 +1062,7 @@ alsa_stream_destroy(cubeb_stream * stm) + pthread_mutex_lock(&stm->mutex); + if (stm->pcm) { + if (stm->state == DRAINING) { +- snd_pcm_drain(stm->pcm); ++ WRAP(snd_pcm_drain)(stm->pcm); + } + alsa_locked_pcm_close(stm->pcm); + stm->pcm = NULL; +@@ -906,7 +1072,10 @@ alsa_stream_destroy(cubeb_stream * stm) + pthread_mutex_destroy(&stm->mutex); + + r = pthread_cond_destroy(&stm->cond); +- assert(r == 0); ++ if (r != 0) { /* XXX stopgap until someone figures out the real reason */ ++ fprintf(stderr,"alsa_stream_destroy: pthread_cond_destroy failed: %s", ++ strerror(r)); ++ } + + alsa_unregister_stream(stm); + +@@ -938,12 +1107,12 @@ alsa_get_max_channel_count(cubeb * ctx, + return CUBEB_ERROR; + } + +- r = snd_pcm_hw_params_any(stm->pcm, hw_params); ++ r = WRAP(snd_pcm_hw_params_any)(stm->pcm, hw_params); + if (r < 0) { + return CUBEB_ERROR; + } + +- r = snd_pcm_hw_params_get_channels_max(hw_params, max_channels); ++ r = WRAP(snd_pcm_hw_params_get_channels_max)(hw_params, max_channels); + if (r < 0) { + return CUBEB_ERROR; + } +@@ -963,34 +1132,34 @@ alsa_get_preferred_sample_rate(cubeb * c + + /* get a pcm, disabling resampling, so we get a rate the + * hardware/dmix/pulse/etc. supports. */ +- r = snd_pcm_open(&pcm, "default", SND_PCM_STREAM_PLAYBACK | SND_PCM_NO_AUTO_RESAMPLE, 0); ++ r = WRAP(snd_pcm_open)(&pcm, "default", SND_PCM_STREAM_PLAYBACK | SND_PCM_NO_AUTO_RESAMPLE, 0); + if (r < 0) { + return CUBEB_ERROR; + } + +- r = snd_pcm_hw_params_any(pcm, hw_params); ++ r = WRAP(snd_pcm_hw_params_any)(pcm, hw_params); + if (r < 0) { +- snd_pcm_close(pcm); ++ WRAP(snd_pcm_close)(pcm); + return CUBEB_ERROR; + } + +- r = snd_pcm_hw_params_get_rate(hw_params, rate, &dir); ++ r = WRAP(snd_pcm_hw_params_get_rate)(hw_params, rate, &dir); + if (r >= 0) { + /* There is a default rate: use it. */ +- snd_pcm_close(pcm); ++ WRAP(snd_pcm_close)(pcm); + return CUBEB_OK; + } + + /* Use a common rate, alsa may adjust it based on hw/etc. capabilities. */ + *rate = 44100; + +- r = snd_pcm_hw_params_set_rate_near(pcm, hw_params, rate, NULL); ++ r = WRAP(snd_pcm_hw_params_set_rate_near)(pcm, hw_params, rate, NULL); + if (r < 0) { +- snd_pcm_close(pcm); ++ WRAP(snd_pcm_close)(pcm); + return CUBEB_ERROR; + } + +- snd_pcm_close(pcm); ++ WRAP(snd_pcm_close)(pcm); + + return CUBEB_OK; + } +@@ -1014,7 +1183,7 @@ alsa_stream_start(cubeb_stream * stm) + ctx = stm->context; + + pthread_mutex_lock(&stm->mutex); +- snd_pcm_pause(stm->pcm, 0); ++ WRAP(snd_pcm_pause)(stm->pcm, 0); + gettimeofday(&stm->last_activity, NULL); + pthread_mutex_unlock(&stm->mutex); + +@@ -1048,7 +1217,7 @@ alsa_stream_stop(cubeb_stream * stm) + pthread_mutex_unlock(&ctx->mutex); + + pthread_mutex_lock(&stm->mutex); +- snd_pcm_pause(stm->pcm, 1); ++ WRAP(snd_pcm_pause)(stm->pcm, 1); + pthread_mutex_unlock(&stm->mutex); + + return CUBEB_OK; +@@ -1064,14 +1233,17 @@ alsa_stream_get_position(cubeb_stream * + pthread_mutex_lock(&stm->mutex); + + delay = -1; +- if (snd_pcm_state(stm->pcm) != SND_PCM_STATE_RUNNING || +- snd_pcm_delay(stm->pcm, &delay) != 0) { ++ if (WRAP(snd_pcm_state)(stm->pcm) != SND_PCM_STATE_RUNNING || ++ WRAP(snd_pcm_delay)(stm->pcm, &delay) != 0) { + *position = stm->last_position; + pthread_mutex_unlock(&stm->mutex); + return CUBEB_OK; + } + +- assert(delay >= 0); ++ if (delay < 0) { ++ WRAP(snd_pcm_forward)(stm->pcm, -delay); ++ delay = 0; ++ } + + *position = 0; + if (stm->write_position >= (snd_pcm_uframes_t) delay) { +@@ -1090,7 +1262,7 @@ alsa_stream_get_latency(cubeb_stream * s + snd_pcm_sframes_t delay; + /* This function returns the delay in frames until a frame written using + snd_pcm_writei is sent to the DAC. The DAC delay should be < 1ms anyways. */ +- if (snd_pcm_delay(stm->pcm, &delay)) { ++ if (WRAP(snd_pcm_delay)(stm->pcm, &delay)) { + return CUBEB_ERROR; + } + diff --git a/mail/thunderbird38/patches/patch-mozilla_media_libcubeb_src_cubeb__oss.c b/mail/thunderbird38/patches/patch-mozilla_media_libcubeb_src_cubeb__oss.c new file mode 100644 index 0000000000000..6444d291df9cb --- /dev/null +++ b/mail/thunderbird38/patches/patch-mozilla_media_libcubeb_src_cubeb__oss.c @@ -0,0 +1,407 @@ +$NetBSD: patch-mozilla_media_libcubeb_src_cubeb__oss.c,v 1.1 2016/04/17 18:22:21 ryoon Exp $ + +--- mozilla/media/libcubeb/src/cubeb_oss.c.orig 2015-07-06 19:52:50.000000000 +0000 ++++ mozilla/media/libcubeb/src/cubeb_oss.c +@@ -0,0 +1,402 @@ ++/* ++ * Copyright © 2014 Mozilla Foundation ++ * ++ * This program is made available under an ISC-style license. See the ++ * accompanying file LICENSE for details. ++ */ ++#if defined(HAVE_SYS_SOUNDCARD_H) ++#include ++#else ++#include ++#endif ++#include ++#include ++#include ++#include ++#include ++#include ++#include ++#include ++#include ++ ++#include "cubeb/cubeb.h" ++#include "cubeb-internal.h" ++ ++#ifndef CUBEB_OSS_DEFAULT_OUTPUT ++#define CUBEB_OSS_DEFAULT_OUTPUT "/dev/dsp" ++#endif ++ ++#define OSS_BUFFER_SIZE 1024 ++ ++struct cubeb { ++ struct cubeb_ops const * ops; ++}; ++ ++struct cubeb_stream { ++ cubeb * context; ++ ++ cubeb_data_callback data_callback; ++ cubeb_state_callback state_callback; ++ void * user_ptr; ++ float volume; ++ float panning; ++ ++ pthread_mutex_t state_mutex; ++ pthread_cond_t state_cond; ++ ++ int running; ++ int stopped; ++ int floating; ++ ++ /* These two vars are needed to support old versions of OSS */ ++ unsigned int position_bytes; ++ unsigned int last_position_bytes; ++ ++ uint64_t written_frags; /* The number of fragments written to /dev/dsp */ ++ uint64_t missed_frags; /* fragments output with stopped stream */ ++ ++ cubeb_stream_params params; ++ int fd; ++ pthread_t th; ++}; ++ ++static struct cubeb_ops const oss_ops; ++ ++int oss_init(cubeb ** context, char const * context_name) ++{ ++ cubeb* ctx = (cubeb*)malloc(sizeof(cubeb)); ++ ctx->ops = &oss_ops; ++ *context = ctx; ++ return CUBEB_OK; ++} ++ ++static void oss_destroy(cubeb *ctx) ++{ ++ free(ctx); ++} ++ ++static char const * oss_get_backend_id(cubeb * context) ++{ ++ static char oss_name[] = "oss"; ++ return oss_name; ++} ++ ++static int oss_get_max_channel_count(cubeb * ctx, uint32_t * max_channels) ++{ ++ *max_channels = 2; /* Let's support only stereo for now */ ++ return CUBEB_OK; ++} ++ ++static int oss_get_min_latency(cubeb * context, cubeb_stream_params params, ++ uint32_t * latency_ms) ++{ ++ /* 40ms is a big enough number to work ok */ ++ *latency_ms = 40; ++ return CUBEB_OK; ++} ++ ++static int oss_get_preferred_sample_rate(cubeb *context, uint32_t * rate) ++{ ++ /* 48000 seems a prefered choice for most audio devices ++ * and a good choice for OSS */ ++ *rate = 48000; ++ return CUBEB_OK; ++} ++ ++static void run_state_callback(cubeb_stream *stream, cubeb_state state) ++{ ++ if (stream->state_callback) { ++ stream->state_callback(stream, stream->user_ptr, state); ++ } ++} ++ ++static long run_data_callback(cubeb_stream *stream, void *buffer, long nframes) ++{ ++ long got = 0; ++ pthread_mutex_lock(&stream->state_mutex); ++ if (stream->data_callback && stream->running && !stream->stopped) { ++ pthread_mutex_unlock(&stream->state_mutex); ++ got = stream->data_callback(stream, stream->user_ptr, buffer, nframes); ++ } else { ++ pthread_mutex_unlock(&stream->state_mutex); ++ } ++ return got; ++} ++ ++static void apply_volume(int16_t* buffer, unsigned int n, ++ float volume, float panning) ++{ ++ float left = volume; ++ float right = volume; ++ unsigned int i; ++ int pan[2]; ++ if (panning<0) { ++ right *= (1+panning); ++ } else { ++ left *= (1-panning); ++ } ++ pan[0] = 128.0*left; ++ pan[1] = 128.0*right; ++ for(i=0; irunning) { ++ pthread_mutex_lock(&stream->state_mutex); ++ if (stream->stopped) { ++ pthread_mutex_unlock(&stream->state_mutex); ++ run_state_callback(stream, CUBEB_STATE_STOPPED); ++ pthread_mutex_lock(&stream->state_mutex); ++ while (stream->stopped) { ++ pthread_cond_wait(&stream->state_cond, &stream->state_mutex); ++ } ++ pthread_mutex_unlock(&stream->state_mutex); ++ run_state_callback(stream, CUBEB_STATE_STARTED); ++ continue; ++ } ++ pthread_mutex_unlock(&stream->state_mutex); ++ if (stream->floating) { ++ got = run_data_callback(stream, f_buffer, ++ OSS_BUFFER_SIZE/stream->params.channels); ++ for (i=0; i<((unsigned long)got)*stream->params.channels; i++) { ++ buffer[i] = f_buffer[i]*32767.0; ++ } ++ } else { ++ got = run_data_callback(stream, buffer, ++ OSS_BUFFER_SIZE/stream->params.channels); ++ } ++ apply_volume(buffer, got*stream->params.channels, ++ stream->volume, stream->panning); ++ if (got<0) { ++ run_state_callback(stream, CUBEB_STATE_ERROR); ++ break; ++ } ++ if (!got) { ++ run_state_callback(stream, CUBEB_STATE_DRAINED); ++ } ++ if (got) { ++ size_t i = 0; ++ size_t s = got*stream->params.channels*sizeof(int16_t); ++ while (i < s) { ++ ssize_t n = write(stream->fd, ((char*)buffer) + i, s - i); ++ if (n<=0) { ++ run_state_callback(stream, CUBEB_STATE_ERROR); ++ break; ++ } ++ i+=n; ++ } ++ stream->written_frags+=got; ++ } ++ } ++ return NULL; ++} ++ ++static void oss_try_set_latency(cubeb_stream* stream, unsigned int latency) ++{ ++ unsigned int latency_bytes, n_frag; ++ int frag; ++ /* fragment size of 1024 is a good choice with good chances to be accepted */ ++ unsigned int frag_size=1024; ++ unsigned int frag_log=10; /* 2^frag_log = frag_size */ ++ latency_bytes = ++ latency*stream->params.rate*stream->params.channels*sizeof(uint16_t)/1000; ++ n_frag = latency_bytes>>frag_log; ++ frag = (n_frag<<16) | frag_log; ++ /* Even if this fails we wish to continue, not checking for errors */ ++ ioctl(stream->fd, SNDCTL_DSP_SETFRAGMENT, &frag); ++} ++ ++static int oss_stream_init(cubeb * context, cubeb_stream ** stm, ++ char const * stream_name, ++ cubeb_stream_params stream_params, ++ unsigned int latency, ++ cubeb_data_callback data_callback, ++ cubeb_state_callback state_callback, void * user_ptr) ++{ ++ cubeb_stream* stream = (cubeb_stream*)malloc(sizeof(cubeb_stream)); ++ stream->context = context; ++ stream->data_callback = data_callback; ++ stream->state_callback = state_callback; ++ stream->user_ptr = user_ptr; ++ ++ if ((stream->fd = open(CUBEB_OSS_DEFAULT_OUTPUT, O_WRONLY)) == -1) { ++ free(stream); ++ return CUBEB_ERROR; ++ } ++#define SET(what, to) do { unsigned int i = to; \ ++ int j = ioctl(stream->fd, what, &i); \ ++ if (j == -1 || i != to) { \ ++ close(stream->fd); \ ++ free(stream); \ ++ return CUBEB_ERROR_INVALID_FORMAT; } } while (0) ++ ++ stream->params = stream_params; ++ stream->volume = 1.0; ++ stream->panning = 0.0; ++ ++ oss_try_set_latency(stream, latency); ++ ++ stream->floating = 0; ++ SET(SNDCTL_DSP_CHANNELS, stream_params.channels); ++ SET(SNDCTL_DSP_SPEED, stream_params.rate); ++ switch (stream_params.format) { ++ case CUBEB_SAMPLE_S16LE: ++ SET(SNDCTL_DSP_SETFMT, AFMT_S16_LE); ++ break; ++ case CUBEB_SAMPLE_S16BE: ++ SET(SNDCTL_DSP_SETFMT, AFMT_S16_BE); ++ break; ++ case CUBEB_SAMPLE_FLOAT32LE: ++ SET(SNDCTL_DSP_SETFMT, AFMT_S16_NE); ++ stream->floating = 1; ++ break; ++ default: ++ close(stream->fd); ++ free(stream); ++ return CUBEB_ERROR; ++ } ++ ++ ++ pthread_mutex_init(&stream->state_mutex, NULL); ++ pthread_cond_init(&stream->state_cond, NULL); ++ ++ stream->running = 1; ++ stream->stopped = 1; ++ stream->position_bytes = 0; ++ stream->last_position_bytes = 0; ++ stream->written_frags = 0; ++ stream->missed_frags = 0; ++ ++ pthread_create(&stream->th, NULL, writer, (void*)stream); ++ ++ *stm = stream; ++ ++ return CUBEB_OK; ++} ++ ++static void oss_stream_destroy(cubeb_stream * stream) ++{ ++ pthread_mutex_lock(&stream->state_mutex); ++ ++ stream->running = 0; ++ stream->stopped = 0; ++ pthread_cond_signal(&stream->state_cond); ++ ++ pthread_mutex_unlock(&stream->state_mutex); ++ ++ pthread_join(stream->th, NULL); ++ ++ pthread_mutex_destroy(&stream->state_mutex); ++ pthread_cond_destroy(&stream->state_cond); ++ close(stream->fd); ++ free(stream); ++} ++ ++static int oss_stream_get_latency(cubeb_stream * stream, uint32_t * latency) ++{ ++ if (ioctl(stream->fd, SNDCTL_DSP_GETODELAY, latency)==-1) { ++ return CUBEB_ERROR; ++ } ++ /* Convert latency from bytes to frames */ ++ *latency /= stream->params.channels*sizeof(int16_t); ++ return CUBEB_OK; ++} ++ ++ ++static int oss_stream_current_optr(cubeb_stream * stream, uint64_t * position) ++{ ++ count_info ci; ++ /* Unfortunately, this ioctl is only available in OSS 4.x */ ++#ifdef SNDCTL_DSP_CURRENT_OPTR ++ oss_count_t count; ++ if (ioctl(stream->fd, SNDCTL_DSP_CURRENT_OPTR, &count) != -1) { ++ *position = count.samples;// + count.fifo_samples; ++ return CUBEB_OK; ++ } ++#endif ++ /* Fall back to this ioctl in case the previous one fails */ ++ if (ioctl(stream->fd, SNDCTL_DSP_GETOPTR, &ci) == -1) { ++ return CUBEB_ERROR; ++ } ++ /* ci.bytes is only 32 bit and will start to wrap after arithmetic overflow */ ++ stream->position_bytes += ci.bytes - stream->last_position_bytes; ++ stream->last_position_bytes = ci.bytes; ++ *position = stream->position_bytes/stream->params.channels/sizeof(int16_t); ++ return CUBEB_OK; ++} ++ ++static int oss_stream_get_position(cubeb_stream * stream, uint64_t * position) ++{ ++ if ( oss_stream_current_optr(stream, position) == CUBEB_OK ){ ++ *position -= stream->missed_frags; ++ return CUBEB_OK; ++ } ++ /* If no correct method to get position works we resort to this */ ++ *position = stream->written_frags; ++ return CUBEB_OK; ++} ++ ++ ++static int oss_stream_start(cubeb_stream * stream) ++{ ++ pthread_mutex_lock(&stream->state_mutex); ++ if (stream->stopped) { ++ uint64_t ptr; ++ oss_stream_current_optr(stream, &ptr); ++ stream->missed_frags = ptr - stream->written_frags; ++ stream->stopped = 0; ++ pthread_cond_signal(&stream->state_cond); ++ } ++ pthread_mutex_unlock(&stream->state_mutex); ++ return CUBEB_OK; ++} ++ ++static int oss_stream_stop(cubeb_stream * stream) ++{ ++ pthread_mutex_lock(&stream->state_mutex); ++ stream->stopped = 1; ++ pthread_mutex_unlock(&stream->state_mutex); ++ return CUBEB_OK; ++} ++ ++int oss_stream_set_panning(cubeb_stream * stream, float panning) ++{ ++ if (stream->params.channels == 2) { ++ stream->panning=panning; ++ } ++ return CUBEB_OK; ++} ++ ++int oss_stream_set_volume(cubeb_stream * stream, float volume) ++{ ++ stream->volume=volume; ++ return CUBEB_OK; ++} ++ ++static struct cubeb_ops const oss_ops = { ++ .init = oss_init, ++ .get_backend_id = oss_get_backend_id, ++ .get_max_channel_count = oss_get_max_channel_count, ++ .get_min_latency = oss_get_min_latency, ++ .get_preferred_sample_rate = oss_get_preferred_sample_rate, ++ .destroy = oss_destroy, ++ .stream_init = oss_stream_init, ++ .stream_destroy = oss_stream_destroy, ++ .stream_start = oss_stream_start, ++ .stream_stop = oss_stream_stop, ++ .stream_get_position = oss_stream_get_position, ++ .stream_get_latency = oss_stream_get_latency, ++ .stream_set_volume = oss_stream_set_volume, ++ .stream_set_panning = oss_stream_set_panning, ++ .stream_get_current_device = NULL, ++ .stream_device_destroy = NULL, ++ .stream_register_device_changed_callback = NULL ++}; diff --git a/mail/thunderbird38/patches/patch-mozilla_media_libcubeb_src_moz.build b/mail/thunderbird38/patches/patch-mozilla_media_libcubeb_src_moz.build new file mode 100644 index 0000000000000..63f739c2fa154 --- /dev/null +++ b/mail/thunderbird38/patches/patch-mozilla_media_libcubeb_src_moz.build @@ -0,0 +1,46 @@ +$NetBSD: patch-mozilla_media_libcubeb_src_moz.build,v 1.1 2016/04/17 18:22:21 ryoon Exp $ + +--- mozilla/media/libcubeb/src/moz.build.orig 2015-06-08 17:49:22.000000000 +0000 ++++ mozilla/media/libcubeb/src/moz.build +@@ -17,6 +17,12 @@ if CONFIG['MOZ_ALSA']: + ] + DEFINES['USE_ALSA'] = True + ++if CONFIG['MOZ_OSS']: ++ SOURCES += [ ++ 'cubeb_oss.c', ++ ] ++ DEFINES['USE_OSS'] = True ++ + if CONFIG['MOZ_PULSEAUDIO']: + SOURCES += [ + 'cubeb_pulse.c', +@@ -31,7 +37,7 @@ if CONFIG['OS_ARCH'] == 'OpenBSD': + ] + DEFINES['USE_SNDIO'] = True + +-if CONFIG['OS_TARGET'] == 'Darwin': ++if CONFIG['MOZ_WIDGET_TOOLKIT'] == 'cocoa': + SOURCES += [ + 'cubeb_audiounit.c', + 'cubeb_osx_run_loop.c' +@@ -65,6 +71,9 @@ if CONFIG['GKMEDIAS_SHARED_LIBRARY']: + + FINAL_LIBRARY = 'gkmedias' + ++if CONFIG['MOZ_NATIVE_SPEEX']: ++ SOURCES['cubeb_resampler.cpp'].flags += CONFIG['MOZ_SPEEX_CFLAGS'] ++ + if CONFIG['MOZ_WIDGET_TOOLKIT'] == 'gonk': + CFLAGS += [ + '-I%s/%s' % (CONFIG['ANDROID_SOURCE'], d) for d in [ +@@ -73,7 +82,9 @@ if CONFIG['MOZ_WIDGET_TOOLKIT'] == 'gonk + ] + ] + ++CFLAGS += CONFIG['MOZ_OSS_CFLAGS'] + FAIL_ON_WARNINGS = True + ++CFLAGS += CONFIG['MOZ_OSS_CFLAGS'] + CFLAGS += CONFIG['MOZ_ALSA_CFLAGS'] + CFLAGS += CONFIG['MOZ_PULSEAUDIO_CFLAGS'] diff --git a/mail/thunderbird38/patches/patch-mozilla_media_libpng_pngpriv.h b/mail/thunderbird38/patches/patch-mozilla_media_libpng_pngpriv.h new file mode 100644 index 0000000000000..8e69e0a458f10 --- /dev/null +++ b/mail/thunderbird38/patches/patch-mozilla_media_libpng_pngpriv.h @@ -0,0 +1,12 @@ +$NetBSD: patch-mozilla_media_libpng_pngpriv.h,v 1.1 2016/04/17 18:22:21 ryoon Exp $ + +--- mozilla/media/libpng/pngpriv.h.orig 2014-07-18 00:05:38.000000000 +0000 ++++ mozilla/media/libpng/pngpriv.h +@@ -38,6 +38,7 @@ + * still required (as of 2011-05-02.) + */ + #define _POSIX_SOURCE 1 /* Just the POSIX 1003.1 and C89 APIs */ ++#define _XOPEN_SOURCE 600 + + #ifndef PNG_VERSION_INFO_ONLY + /* Standard library headers not required by png.h: */ diff --git a/mail/thunderbird38/patches/patch-mozilla_media_libsoundtouch_src_cpu__detect__x86.cpp b/mail/thunderbird38/patches/patch-mozilla_media_libsoundtouch_src_cpu__detect__x86.cpp new file mode 100644 index 0000000000000..61c1f98d0390a --- /dev/null +++ b/mail/thunderbird38/patches/patch-mozilla_media_libsoundtouch_src_cpu__detect__x86.cpp @@ -0,0 +1,15 @@ +$NetBSD: patch-mozilla_media_libsoundtouch_src_cpu__detect__x86.cpp,v 1.1 2016/04/17 18:22:21 ryoon Exp $ + +--- mozilla/media/libsoundtouch/src/cpu_detect_x86.cpp.orig 2014-07-18 00:05:38.000000000 +0000 ++++ mozilla/media/libsoundtouch/src/cpu_detect_x86.cpp +@@ -125,7 +125,9 @@ uint detectCPUextensions(void) + #endif + + return res & ~_dwDisabledISA; +- ++#elif defined(__GNUC__) ++ // No cpuid.h --> no cpuid support ++ return 0; + #else + + /// One of these is true: diff --git a/mail/thunderbird38/patches/patch-mozilla_media_libstagefright_frameworks_av_media_libstagefright_foundation_AString.cpp b/mail/thunderbird38/patches/patch-mozilla_media_libstagefright_frameworks_av_media_libstagefright_foundation_AString.cpp new file mode 100644 index 0000000000000..9296300497b87 --- /dev/null +++ b/mail/thunderbird38/patches/patch-mozilla_media_libstagefright_frameworks_av_media_libstagefright_foundation_AString.cpp @@ -0,0 +1,22 @@ +$NetBSD: patch-mozilla_media_libstagefright_frameworks_av_media_libstagefright_foundation_AString.cpp,v 1.1 2016/04/17 18:22:21 ryoon Exp $ + +--- mozilla/media/libstagefright/frameworks/av/media/libstagefright/foundation/AString.cpp.orig 2015-06-08 17:49:23.000000000 +0000 ++++ mozilla/media/libstagefright/frameworks/av/media/libstagefright/foundation/AString.cpp +@@ -23,6 +23,17 @@ + #include "ADebug.h" + #include "AString.h" + ++#ifdef __FreeBSD__ ++# include ++# if __FreeBSD_version < 900506 ++# undef tolower ++# endif ++#endif ++ ++#if defined(__NetBSD__) && defined(tolower) ++#undef tolower ++#endif ++ + namespace stagefright { + + // static diff --git a/mail/thunderbird38/patches/patch-mozilla_media_libstagefright_system_core_liblog_fake__log__device.c b/mail/thunderbird38/patches/patch-mozilla_media_libstagefright_system_core_liblog_fake__log__device.c new file mode 100644 index 0000000000000..b98c2bb3db39a --- /dev/null +++ b/mail/thunderbird38/patches/patch-mozilla_media_libstagefright_system_core_liblog_fake__log__device.c @@ -0,0 +1,27 @@ +$NetBSD: patch-mozilla_media_libstagefright_system_core_liblog_fake__log__device.c,v 1.1 2016/04/17 18:22:21 ryoon Exp $ + +--- mozilla/media/libstagefright/system/core/liblog/fake_log_device.c.orig 2015-06-08 17:49:23.000000000 +0000 ++++ mozilla/media/libstagefright/system/core/liblog/fake_log_device.c +@@ -231,11 +231,11 @@ static void configureInitialState(const + char tagName[kMaxTagLen]; + int i, minPrio; + +- while (isspace(*tags)) ++ while (isspace((unsigned char)*tags)) + tags++; + + i = 0; +- while (*tags != '\0' && !isspace(*tags) && *tags != ':' && ++ while (*tags != '\0' && !isspace((unsigned char)*tags) && *tags != ':' && + i < kMaxTagLen) + { + tagName[i++] = *tags++; +@@ -274,7 +274,7 @@ static void configureInitialState(const + } + + tags++; +- if (*tags != '\0' && !isspace(*tags)) { ++ if (*tags != '\0' && !isspace((unsigned char)*tags)) { + TRACE("ERROR: garbage in tag env; expected whitespace\n"); + TRACE(" env='%s'\n", tags); + return; diff --git a/mail/thunderbird38/patches/patch-mozilla_media_libstagefright_system_core_liblog_logprint.c b/mail/thunderbird38/patches/patch-mozilla_media_libstagefright_system_core_liblog_logprint.c new file mode 100644 index 0000000000000..0573015df9107 --- /dev/null +++ b/mail/thunderbird38/patches/patch-mozilla_media_libstagefright_system_core_liblog_logprint.c @@ -0,0 +1,22 @@ +$NetBSD: patch-mozilla_media_libstagefright_system_core_liblog_logprint.c,v 1.1 2016/04/17 18:22:21 ryoon Exp $ + +--- mozilla/media/libstagefright/system/core/liblog/logprint.c.orig 2015-06-08 17:49:23.000000000 +0000 ++++ mozilla/media/libstagefright/system/core/liblog/logprint.c +@@ -103,7 +103,7 @@ static android_LogPriority filterCharToP + { + android_LogPriority pri; + +- c = tolower(c); ++ c = tolower((unsigned char)c); + + if (c >= '0' && c <= '9') { + if (c >= ('0'+ANDROID_LOG_SILENT)) { +@@ -372,7 +372,7 @@ static inline char * strip_end(char *str + { + char *end = str + strlen(str) - 1; + +- while (end >= str && isspace(*end)) ++ while (end >= str && isspace((unsigned char)*end)) + *end-- = '\0'; + return str; + } diff --git a/mail/thunderbird38/patches/patch-mozilla_media_libtheora_lib_arm_armcpu.c b/mail/thunderbird38/patches/patch-mozilla_media_libtheora_lib_arm_armcpu.c new file mode 100644 index 0000000000000..a8abe60ea16e2 --- /dev/null +++ b/mail/thunderbird38/patches/patch-mozilla_media_libtheora_lib_arm_armcpu.c @@ -0,0 +1,23 @@ +$NetBSD: patch-mozilla_media_libtheora_lib_arm_armcpu.c,v 1.1 2016/04/17 18:22:21 ryoon Exp $ + +--- mozilla/media/libtheora/lib/arm/armcpu.c.orig 2015-06-08 17:49:23.000000000 +0000 ++++ mozilla/media/libtheora/lib/arm/armcpu.c +@@ -107,6 +107,18 @@ ogg_uint32_t oc_cpu_flags_get(void){ + return flags; + } + ++#elif defined(__NetBSD__) ++ogg_uint32_t oc_cpu_flags_get(void){ ++ ogg_uint32_t flags; ++ /* XXX ryoon: I have no idea about ARM CPU extensions detection mechanism ++ under NetBSD/earm. ++ evbearmv6hf-el machine, Raspberry Pi does not have NEON. ++ evbearmv7hf-el machine, CubieBoard2 does not have EDSP. ++ I have no idea about MEDIA. ++ So I will disable all options. */ ++ flags=0; ++ return flags; ++} + #else + /*The feature registers which can tell us what the processor supports are + accessible in priveleged modes only, so we can't have a general user-space diff --git a/mail/thunderbird38/patches/patch-mozilla_media_libtheora_lib_info.c b/mail/thunderbird38/patches/patch-mozilla_media_libtheora_lib_info.c new file mode 100644 index 0000000000000..4fbf2aadbb752 --- /dev/null +++ b/mail/thunderbird38/patches/patch-mozilla_media_libtheora_lib_info.c @@ -0,0 +1,13 @@ +$NetBSD: patch-mozilla_media_libtheora_lib_info.c,v 1.1 2016/04/17 18:22:21 ryoon Exp $ + +--- mozilla/media/libtheora/lib/info.c.orig 2015-06-08 17:49:23.000000000 +0000 ++++ mozilla/media/libtheora/lib/info.c +@@ -29,7 +29,7 @@ + static int oc_tagcompare(const char *_s1,const char *_s2,int _n){ + int c; + for(c=0;c<_n;c++){ +- if(toupper(_s1[c])!=toupper(_s2[c]))return !0; ++ if(toupper((unsigned char)_s1[c])!=toupper((unsigned char)_s2[c]))return !0; + } + return _s1[c]!='='; + } diff --git a/mail/thunderbird38/patches/patch-mozilla_media_libtheora_moz.build b/mail/thunderbird38/patches/patch-mozilla_media_libtheora_moz.build new file mode 100644 index 0000000000000..70797bf4776cf --- /dev/null +++ b/mail/thunderbird38/patches/patch-mozilla_media_libtheora_moz.build @@ -0,0 +1,10 @@ +$NetBSD: patch-mozilla_media_libtheora_moz.build,v 1.1 2016/04/17 18:22:21 ryoon Exp $ + +--- mozilla/media/libtheora/moz.build.orig 2015-06-08 17:49:23.000000000 +0000 ++++ mozilla/media/libtheora/moz.build +@@ -93,3 +93,5 @@ if CONFIG['GNU_AS']: + if CONFIG['OS_TARGET'] == 'Android': + DEFINES['__linux__'] = True + ++if CONFIG['MOZ_NATIVE_OGG']: ++ CFLAGS += CONFIG['MOZ_OGG_CFLAGS'] diff --git a/mail/thunderbird38/patches/patch-mozilla_media_libtremor_Makefile.in b/mail/thunderbird38/patches/patch-mozilla_media_libtremor_Makefile.in new file mode 100644 index 0000000000000..8759e6682a7b0 --- /dev/null +++ b/mail/thunderbird38/patches/patch-mozilla_media_libtremor_Makefile.in @@ -0,0 +1,14 @@ +$NetBSD: patch-mozilla_media_libtremor_Makefile.in,v 1.1 2016/04/17 18:22:21 ryoon Exp $ + +--- mozilla/media/libtremor/Makefile.in.orig 2014-07-27 06:20:09.000000000 +0000 ++++ mozilla/media/libtremor/Makefile.in +@@ -0,0 +1,9 @@ ++# This Source Code Form is subject to the terms of the Mozilla Public ++# License, v. 2.0. If a copy of the MPL was not distributed with this ++# file, You can obtain one at http://mozilla.org/MPL/2.0/. ++ ++include $(topsrcdir)/config/rules.mk ++ ++ifdef MOZ_NATIVE_OGG ++CFLAGS += $(MOZ_OGG_CFLAGS) ++endif diff --git a/mail/thunderbird38/patches/patch-mozilla_media_libtremor_moz.build b/mail/thunderbird38/patches/patch-mozilla_media_libtremor_moz.build new file mode 100644 index 0000000000000..c1ce5e44bb82b --- /dev/null +++ b/mail/thunderbird38/patches/patch-mozilla_media_libtremor_moz.build @@ -0,0 +1,10 @@ +$NetBSD: patch-mozilla_media_libtremor_moz.build,v 1.1 2016/04/17 18:22:21 ryoon Exp $ + +--- mozilla/media/libtremor/moz.build.orig 2015-06-08 17:49:23.000000000 +0000 ++++ mozilla/media/libtremor/moz.build +@@ -6,3 +6,5 @@ + + DIRS += ['include/tremor', 'lib'] + ++if CONFIG['MOZ_NATIVE_OGG']: ++ CFLAGS += CONFIG['MOZ_OGG_CFLAGS'] diff --git a/mail/thunderbird38/patches/patch-mozilla_media_libvorbis_Makefile.in b/mail/thunderbird38/patches/patch-mozilla_media_libvorbis_Makefile.in new file mode 100644 index 0000000000000..de0975e878aa6 --- /dev/null +++ b/mail/thunderbird38/patches/patch-mozilla_media_libvorbis_Makefile.in @@ -0,0 +1,14 @@ +$NetBSD: patch-mozilla_media_libvorbis_Makefile.in,v 1.1 2016/04/17 18:22:21 ryoon Exp $ + +--- mozilla/media/libvorbis/Makefile.in.orig 2014-07-27 06:20:09.000000000 +0000 ++++ mozilla/media/libvorbis/Makefile.in +@@ -0,0 +1,9 @@ ++# This Source Code Form is subject to the terms of the Mozilla Public ++# License, v. 2.0. If a copy of the MPL was not distributed with this ++# file, You can obtain one at http://mozilla.org/MPL/2.0/. ++ ++include $(topsrcdir)/config/rules.mk ++ ++ifdef MOZ_NATIVE_OGG ++CFLAGS += $(MOZ_OGG_CFLAGS) ++endif diff --git a/mail/thunderbird38/patches/patch-mozilla_media_libvorbis_lib_vorbis__info.c b/mail/thunderbird38/patches/patch-mozilla_media_libvorbis_lib_vorbis__info.c new file mode 100644 index 0000000000000..09ae6bc75a17c --- /dev/null +++ b/mail/thunderbird38/patches/patch-mozilla_media_libvorbis_lib_vorbis__info.c @@ -0,0 +1,13 @@ +$NetBSD: patch-mozilla_media_libvorbis_lib_vorbis__info.c,v 1.1 2016/04/17 18:22:21 ryoon Exp $ + +--- mozilla/media/libvorbis/lib/vorbis_info.c.orig 2015-06-08 17:49:23.000000000 +0000 ++++ mozilla/media/libvorbis/lib/vorbis_info.c +@@ -87,7 +87,7 @@ void vorbis_comment_add_tag(vorbis_comme + static int tagcompare(const char *s1, const char *s2, int n){ + int c=0; + while(c < n){ +- if(toupper(s1[c]) != toupper(s2[c])) ++ if(toupper((unsigned char)s1[c]) != toupper((unsigned char)s2[c])) + return !0; + c++; + } diff --git a/mail/thunderbird38/patches/patch-mozilla_media_libvorbis_moz.build b/mail/thunderbird38/patches/patch-mozilla_media_libvorbis_moz.build new file mode 100644 index 0000000000000..247ec39cfc437 --- /dev/null +++ b/mail/thunderbird38/patches/patch-mozilla_media_libvorbis_moz.build @@ -0,0 +1,11 @@ +$NetBSD: patch-mozilla_media_libvorbis_moz.build,v 1.1 2016/04/17 18:22:21 ryoon Exp $ + +--- mozilla/media/libvorbis/moz.build.orig 2015-06-08 17:49:23.000000000 +0000 ++++ mozilla/media/libvorbis/moz.build +@@ -55,3 +55,6 @@ FINAL_LIBRARY = 'gkmedias' + # Suppress warnings in third-party code. + if CONFIG['GNU_CC']: + CFLAGS += ['-Wno-uninitialized'] ++ ++if CONFIG['MOZ_NATIVE_OGG']: ++ CFLAGS += CONFIG['MOZ_OGG_CFLAGS'] diff --git a/mail/thunderbird38/patches/patch-mozilla_media_libyuv_include_libyuv_scale__row.h b/mail/thunderbird38/patches/patch-mozilla_media_libyuv_include_libyuv_scale__row.h new file mode 100644 index 0000000000000..148a589dbd244 --- /dev/null +++ b/mail/thunderbird38/patches/patch-mozilla_media_libyuv_include_libyuv_scale__row.h @@ -0,0 +1,17 @@ +$NetBSD: patch-mozilla_media_libyuv_include_libyuv_scale__row.h,v 1.1 2016/04/17 18:22:21 ryoon Exp $ + +--- mozilla/media/libyuv/include/libyuv/scale_row.h.orig 2015-06-08 17:49:23.000000000 +0000 ++++ mozilla/media/libyuv/include/libyuv/scale_row.h +@@ -219,10 +219,10 @@ void ScaleARGBFilterCols_SSSE3(uint8* ds + void ScaleARGBColsUp2_SSE2(uint8* dst_argb, const uint8* src_argb, + int dst_width, int x, int dx); + // Row functions. +-void ScaleARGBRowDownEven_NEON(const uint8* src_argb, int src_stride, ++void ScaleARGBRowDownEven_NEON(const uint8* src_argb, ptrdiff_t src_stride, + int src_stepx, + uint8* dst_argb, int dst_width); +-void ScaleARGBRowDownEvenBox_NEON(const uint8* src_argb, int src_stride, ++void ScaleARGBRowDownEvenBox_NEON(const uint8* src_argb, ptrdiff_t src_stride, + int src_stepx, + uint8* dst_argb, int dst_width); + void ScaleARGBRowDown2_NEON(const uint8* src_ptr, ptrdiff_t src_stride, diff --git a/mail/thunderbird38/patches/patch-mozilla_media_mtransport_third__party_nICEr_src_util_mbslen.c b/mail/thunderbird38/patches/patch-mozilla_media_mtransport_third__party_nICEr_src_util_mbslen.c new file mode 100644 index 0000000000000..97080afa1be0b --- /dev/null +++ b/mail/thunderbird38/patches/patch-mozilla_media_mtransport_third__party_nICEr_src_util_mbslen.c @@ -0,0 +1,18 @@ +$NetBSD: patch-mozilla_media_mtransport_third__party_nICEr_src_util_mbslen.c,v 1.1 2016/04/17 18:22:21 ryoon Exp $ + +--- mozilla/media/mtransport/third_party/nICEr/src/util/mbslen.c.orig 2014-07-18 00:05:39.000000000 +0000 ++++ mozilla/media/mtransport/third_party/nICEr/src/util/mbslen.c +@@ -54,6 +54,13 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE + # endif + #endif + ++#ifdef __DragonFly__ ++#include ++# if __DragonFly_version > 300502 ++# define HAVE_XLOCALE ++# endif ++#endif ++ + #ifdef HAVE_XLOCALE + #include + #endif /* HAVE_XLOCALE */ diff --git a/mail/thunderbird38/patches/patch-mozilla_media_mtransport_third__party_nrappkit_src_port_generic_include_sys_queue.h b/mail/thunderbird38/patches/patch-mozilla_media_mtransport_third__party_nrappkit_src_port_generic_include_sys_queue.h new file mode 100644 index 0000000000000..1defa2d839185 --- /dev/null +++ b/mail/thunderbird38/patches/patch-mozilla_media_mtransport_third__party_nrappkit_src_port_generic_include_sys_queue.h @@ -0,0 +1,19 @@ +$NetBSD: patch-mozilla_media_mtransport_third__party_nrappkit_src_port_generic_include_sys_queue.h,v 1.1 2016/04/17 18:22:21 ryoon Exp $ + +--- mozilla/media/mtransport/third_party/nrappkit/src/port/generic/include/sys/queue.h.orig 2014-07-18 00:05:39.000000000 +0000 ++++ mozilla/media/mtransport/third_party/nrappkit/src/port/generic/include/sys/queue.h +@@ -30,7 +30,13 @@ + * $FreeBSD: src/sys/sys/queue.h,v 1.58 2004/04/07 04:19:49 imp Exp $ + */ + +-#ifndef _SYS_QUEUE_H_ ++#if (defined(BSD) && !defined(__OpenBSD__)) || defined(DARWIN) ++#include_next ++# if defined(__DragonFly__) ++#define STAILQ_FOREACH_SAFE STAILQ_FOREACH_MUTABLE ++#define TAILQ_FOREACH_SAFE TAILQ_FOREACH_MUTABLE ++# endif ++#elif !defined(_SYS_QUEUE_H_) + #define _SYS_QUEUE_H_ + + #include diff --git a/mail/thunderbird/patches/patch-mozilla_media_webrtc_signaling_test_moz.build b/mail/thunderbird38/patches/patch-mozilla_media_webrtc_signaling_test_moz.build similarity index 95% rename from mail/thunderbird/patches/patch-mozilla_media_webrtc_signaling_test_moz.build rename to mail/thunderbird38/patches/patch-mozilla_media_webrtc_signaling_test_moz.build index fa42ba7fca007..ddd309fa321d3 100644 --- a/mail/thunderbird/patches/patch-mozilla_media_webrtc_signaling_test_moz.build +++ b/mail/thunderbird38/patches/patch-mozilla_media_webrtc_signaling_test_moz.build @@ -1,4 +1,4 @@ -$NetBSD: patch-mozilla_media_webrtc_signaling_test_moz.build,v 1.1 2015/07/09 15:17:34 ryoon Exp $ +$NetBSD: patch-mozilla_media_webrtc_signaling_test_moz.build,v 1.1 2016/04/17 18:22:21 ryoon Exp $ --- mozilla/media/webrtc/signaling/test/moz.build.orig 2015-06-08 17:49:23.000000000 +0000 +++ mozilla/media/webrtc/signaling/test/moz.build diff --git a/mail/thunderbird38/patches/patch-mozilla_media_webrtc_trunk_webrtc_build_common.gypi b/mail/thunderbird38/patches/patch-mozilla_media_webrtc_trunk_webrtc_build_common.gypi new file mode 100644 index 0000000000000..ffef29773c33e --- /dev/null +++ b/mail/thunderbird38/patches/patch-mozilla_media_webrtc_trunk_webrtc_build_common.gypi @@ -0,0 +1,13 @@ +$NetBSD: patch-mozilla_media_webrtc_trunk_webrtc_build_common.gypi,v 1.1 2016/04/17 18:22:21 ryoon Exp $ + +--- mozilla/media/webrtc/trunk/webrtc/build/common.gypi.orig 2014-07-18 00:05:42.000000000 +0000 ++++ mozilla/media/webrtc/trunk/webrtc/build/common.gypi +@@ -256,7 +256,7 @@ + }], + ['OS=="dragonfly" or OS=="netbsd"', { + 'defines': [ +- # doesn't support pthread_condattr_setclock ++ # doesn't support pthread_condattr_setclock, NetBSD 6 supports it. + 'WEBRTC_CLOCK_TYPE_REALTIME', + ], + }], diff --git a/mail/thunderbird/patches/patch-mozilla_media_webrtc_trunk_webrtc_modules_audio__coding_codecs_opus_opus.gypi b/mail/thunderbird38/patches/patch-mozilla_media_webrtc_trunk_webrtc_modules_audio__coding_codecs_opus_opus.gypi similarity index 94% rename from mail/thunderbird/patches/patch-mozilla_media_webrtc_trunk_webrtc_modules_audio__coding_codecs_opus_opus.gypi rename to mail/thunderbird38/patches/patch-mozilla_media_webrtc_trunk_webrtc_modules_audio__coding_codecs_opus_opus.gypi index c3c414b6cbb4d..e32c96d51cf38 100644 --- a/mail/thunderbird/patches/patch-mozilla_media_webrtc_trunk_webrtc_modules_audio__coding_codecs_opus_opus.gypi +++ b/mail/thunderbird38/patches/patch-mozilla_media_webrtc_trunk_webrtc_modules_audio__coding_codecs_opus_opus.gypi @@ -1,4 +1,4 @@ -$NetBSD: patch-mozilla_media_webrtc_trunk_webrtc_modules_audio__coding_codecs_opus_opus.gypi,v 1.2 2015/07/09 15:17:34 ryoon Exp $ +$NetBSD: patch-mozilla_media_webrtc_trunk_webrtc_modules_audio__coding_codecs_opus_opus.gypi,v 1.1 2016/04/17 18:22:21 ryoon Exp $ --- mozilla/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/opus/opus.gypi.orig 2015-06-08 17:49:24.000000000 +0000 +++ mozilla/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/opus/opus.gypi diff --git a/mail/thunderbird38/patches/patch-mozilla_media_webrtc_trunk_webrtc_modules_audio__coding_neteq_neteq.gypi b/mail/thunderbird38/patches/patch-mozilla_media_webrtc_trunk_webrtc_modules_audio__coding_neteq_neteq.gypi new file mode 100644 index 0000000000000..87ac3a551640b --- /dev/null +++ b/mail/thunderbird38/patches/patch-mozilla_media_webrtc_trunk_webrtc_modules_audio__coding_neteq_neteq.gypi @@ -0,0 +1,28 @@ +$NetBSD: patch-mozilla_media_webrtc_trunk_webrtc_modules_audio__coding_neteq_neteq.gypi,v 1.1 2016/04/17 18:22:21 ryoon Exp $ + +--- mozilla/media/webrtc/trunk/webrtc/modules/audio_coding/neteq/neteq.gypi.orig 2015-06-08 17:49:24.000000000 +0000 ++++ mozilla/media/webrtc/trunk/webrtc/modules/audio_coding/neteq/neteq.gypi +@@ -84,19 +84,11 @@ + ], + }], + ['build_with_mozilla==1', { +- 'include_dirs': [ +- # Need Opus header files for the audio classifier. +- '<(DEPTH)/../../../media/opus/celt', +-# '<(DEPTH)/third_party/opus/src/src', ++ 'cflags_mozilla': [ ++ '$(filter -I%, $(MOZ_CELT_CFLAGS))/celt', ++ '$(MOZ_OPUS_CFLAGS)', ++ '$(filter -I%, $(MOZ_OPUS_CFLAGS))/../src', + ], +- 'direct_dependent_settings': { +- 'include_dirs': [ +- '../../../../../../media/opus/celt', +- # Need Opus header files for the audio classifier. +- '<(DEPTH)/../../../media/opus/celt', +-# '<(DEPTH)/third_party/opus/src/src', +- ], +- }, + }], + ], + 'sources': [ diff --git a/mail/thunderbird38/patches/patch-mozilla_media_webrtc_trunk_webrtc_modules_desktop__capture_screen__capturer.cc b/mail/thunderbird38/patches/patch-mozilla_media_webrtc_trunk_webrtc_modules_desktop__capture_screen__capturer.cc new file mode 100644 index 0000000000000..c27854f2043cb --- /dev/null +++ b/mail/thunderbird38/patches/patch-mozilla_media_webrtc_trunk_webrtc_modules_desktop__capture_screen__capturer.cc @@ -0,0 +1,13 @@ +$NetBSD: patch-mozilla_media_webrtc_trunk_webrtc_modules_desktop__capture_screen__capturer.cc,v 1.1 2016/04/17 18:22:21 ryoon Exp $ + +--- mozilla/media/webrtc/trunk/webrtc/modules/desktop_capture/screen_capturer.cc.orig 2015-06-08 17:49:25.000000000 +0000 ++++ mozilla/media/webrtc/trunk/webrtc/modules/desktop_capture/screen_capturer.cc +@@ -18,7 +18,7 @@ ScreenCapturer* ScreenCapturer::Create() + return Create(DesktopCaptureOptions::CreateDefault()); + } + +-#if defined(WEBRTC_LINUX) ++#if defined(WEBRTC_LINUX) || defined(WEBRTC_BSD) + ScreenCapturer* ScreenCapturer::CreateWithXDamage( + bool use_update_notifications) { + DesktopCaptureOptions options; diff --git a/mail/thunderbird38/patches/patch-mozilla_media_webrtc_trunk_webrtc_modules_desktop__capture_screen__capturer.h b/mail/thunderbird38/patches/patch-mozilla_media_webrtc_trunk_webrtc_modules_desktop__capture_screen__capturer.h new file mode 100644 index 0000000000000..726620b9065df --- /dev/null +++ b/mail/thunderbird38/patches/patch-mozilla_media_webrtc_trunk_webrtc_modules_desktop__capture_screen__capturer.h @@ -0,0 +1,13 @@ +$NetBSD: patch-mozilla_media_webrtc_trunk_webrtc_modules_desktop__capture_screen__capturer.h,v 1.1 2016/04/17 18:22:21 ryoon Exp $ + +--- mozilla/media/webrtc/trunk/webrtc/modules/desktop_capture/screen_capturer.h.orig 2015-06-08 17:49:25.000000000 +0000 ++++ mozilla/media/webrtc/trunk/webrtc/modules/desktop_capture/screen_capturer.h +@@ -63,7 +63,7 @@ class ScreenCapturer : public DesktopCap + static ScreenCapturer* Create(const DesktopCaptureOptions& options); + static ScreenCapturer* Create(); + +-#if defined(WEBRTC_LINUX) ++#if defined(WEBRTC_LINUX) || defined(WEBRTC_BSD) + // Creates platform-specific capturer and instructs it whether it should use + // X DAMAGE support. + static ScreenCapturer* CreateWithXDamage(bool use_x_damage); diff --git a/mail/thunderbird38/patches/patch-mozilla_media_webrtc_trunk_webrtc_modules_video__capture_linux_device__info__linux.cc b/mail/thunderbird38/patches/patch-mozilla_media_webrtc_trunk_webrtc_modules_video__capture_linux_device__info__linux.cc new file mode 100644 index 0000000000000..8d54dac9df7b5 --- /dev/null +++ b/mail/thunderbird38/patches/patch-mozilla_media_webrtc_trunk_webrtc_modules_video__capture_linux_device__info__linux.cc @@ -0,0 +1,38 @@ +$NetBSD: patch-mozilla_media_webrtc_trunk_webrtc_modules_video__capture_linux_device__info__linux.cc,v 1.1 2016/04/17 18:22:21 ryoon Exp $ + +--- mozilla/media/webrtc/trunk/webrtc/modules/video_capture/linux/device_info_linux.cc.orig 2014-07-18 00:05:42.000000000 +0000 ++++ mozilla/media/webrtc/trunk/webrtc/modules/video_capture/linux/device_info_linux.cc +@@ -25,10 +25,21 @@ + #else + #include + #endif ++#ifdef HAVE_LIBV4L2 ++#include ++#endif + + #include "webrtc/system_wrappers/interface/ref_count.h" + #include "webrtc/system_wrappers/interface/trace.h" + ++#ifdef HAVE_LIBV4L2 ++#define open v4l2_open ++#define close v4l2_close ++#define dup v4l2_dup ++#define ioctl v4l2_ioctl ++#define mmap v4l2_mmap ++#define munmap v4l2_munmap ++#endif + + namespace webrtc + { +@@ -136,6 +147,11 @@ int32_t DeviceInfoLinux::GetDeviceName( + memset(deviceNameUTF8, 0, deviceNameLength); + memcpy(cameraName, cap.card, sizeof(cap.card)); + ++ if (cameraName[0] == '\0') ++ { ++ sprintf(cameraName, "Camera at /dev/video%d", deviceNumber); ++ } ++ + if (deviceNameLength >= strlen(cameraName)) + { + memcpy(deviceNameUTF8, cameraName, strlen(cameraName)); diff --git a/mail/thunderbird38/patches/patch-mozilla_media_webrtc_trunk_webrtc_modules_video__capture_linux_video__capture__linux.cc b/mail/thunderbird38/patches/patch-mozilla_media_webrtc_trunk_webrtc_modules_video__capture_linux_video__capture__linux.cc new file mode 100644 index 0000000000000..e4fe9438bd1ba --- /dev/null +++ b/mail/thunderbird38/patches/patch-mozilla_media_webrtc_trunk_webrtc_modules_video__capture_linux_video__capture__linux.cc @@ -0,0 +1,30 @@ +$NetBSD: patch-mozilla_media_webrtc_trunk_webrtc_modules_video__capture_linux_video__capture__linux.cc,v 1.1 2016/04/17 18:22:21 ryoon Exp $ + +--- mozilla/media/webrtc/trunk/webrtc/modules/video_capture/linux/video_capture_linux.cc.orig 2014-07-18 00:05:42.000000000 +0000 ++++ mozilla/media/webrtc/trunk/webrtc/modules/video_capture/linux/video_capture_linux.cc +@@ -25,6 +25,9 @@ + #else + #include + #endif ++#ifdef HAVE_LIBV4L2 ++#include ++#endif + + #include + +@@ -34,6 +37,15 @@ + #include "webrtc/system_wrappers/interface/thread_wrapper.h" + #include "webrtc/system_wrappers/interface/trace.h" + ++#ifdef HAVE_LIBV4L2 ++#define open v4l2_open ++#define close v4l2_close ++#define dup v4l2_dup ++#define ioctl v4l2_ioctl ++#define mmap v4l2_mmap ++#define munmap v4l2_munmap ++#endif ++ + namespace webrtc + { + namespace videocapturemodule diff --git a/mail/thunderbird38/patches/patch-mozilla_media_webrtc_trunk_webrtc_modules_video__capture_video__capture.gypi b/mail/thunderbird38/patches/patch-mozilla_media_webrtc_trunk_webrtc_modules_video__capture_video__capture.gypi new file mode 100644 index 0000000000000..e7ddd2bc83233 --- /dev/null +++ b/mail/thunderbird38/patches/patch-mozilla_media_webrtc_trunk_webrtc_modules_video__capture_video__capture.gypi @@ -0,0 +1,34 @@ +$NetBSD: patch-mozilla_media_webrtc_trunk_webrtc_modules_video__capture_video__capture.gypi,v 1.1 2016/04/17 18:22:21 ryoon Exp $ + +--- mozilla/media/webrtc/trunk/webrtc/modules/video_capture/video_capture.gypi.orig 2015-06-08 17:49:25.000000000 +0000 ++++ mozilla/media/webrtc/trunk/webrtc/modules/video_capture/video_capture.gypi +@@ -7,6 +7,9 @@ + # be found in the AUTHORS file in the root of the source tree. + + { ++ 'variables': { ++ 'use_libv4l2%': 0, ++ }, + 'targets': [ + { + # Note this library is missing an implementation for the video capture. +@@ -69,6 +72,19 @@ + 'linux/video_capture_linux.cc', + 'linux/video_capture_linux.h', + ], ++ 'conditions': [ ++ ['use_libv4l2==1', { ++ 'defines': [ ++ 'HAVE_LIBV4L2', ++ ], ++ 'cflags_mozilla': [ ++ '$(MOZ_LIBV4L2_CFLAGS)', ++ ], ++ 'libraries': [ ++ '-lv4l2', ++ ], ++ }], ++ ], + }], # linux + ['OS=="mac"', { + 'sources': [ diff --git a/mail/thunderbird38/patches/patch-mozilla_media_webrtc_trunk_webrtc_system__wrappers_source_spreadsortlib_spreadsort.hpp b/mail/thunderbird38/patches/patch-mozilla_media_webrtc_trunk_webrtc_system__wrappers_source_spreadsortlib_spreadsort.hpp new file mode 100644 index 0000000000000..4356d8000ce78 --- /dev/null +++ b/mail/thunderbird38/patches/patch-mozilla_media_webrtc_trunk_webrtc_system__wrappers_source_spreadsortlib_spreadsort.hpp @@ -0,0 +1,32 @@ +$NetBSD: patch-mozilla_media_webrtc_trunk_webrtc_system__wrappers_source_spreadsortlib_spreadsort.hpp,v 1.1 2016/04/17 18:22:21 ryoon Exp $ + +--- mozilla/media/webrtc/trunk/webrtc/system_wrappers/source/spreadsortlib/spreadsort.hpp.orig 2015-06-08 17:49:25.000000000 +0000 ++++ mozilla/media/webrtc/trunk/webrtc/system_wrappers/source/spreadsortlib/spreadsort.hpp +@@ -14,6 +14,13 @@ Cygwin fix provided by: + Scott McMurray + */ + ++#ifdef __FreeBSD__ ++# include ++# if __FreeBSD_version < 900506 ++# define getchar boost_getchar ++# endif ++#endif ++ + #ifndef BOOST_SPREAD_SORT_H + #define BOOST_SPREAD_SORT_H + #include +@@ -21,6 +28,13 @@ Scott McMurray + #include + #include "webrtc/system_wrappers/source/spreadsortlib/constants.hpp" + ++#ifdef __FreeBSD__ ++# include ++# if __FreeBSD_version < 900506 ++# define getchar boost_getchar ++# endif ++#endif ++ + #ifdef getchar + #undef getchar + #endif diff --git a/mail/thunderbird38/patches/patch-mozilla_memory_build_mozjemalloc__compat.c b/mail/thunderbird38/patches/patch-mozilla_memory_build_mozjemalloc__compat.c new file mode 100644 index 0000000000000..399b8110ed9c2 --- /dev/null +++ b/mail/thunderbird38/patches/patch-mozilla_memory_build_mozjemalloc__compat.c @@ -0,0 +1,53 @@ +$NetBSD: patch-mozilla_memory_build_mozjemalloc__compat.c,v 1.1 2016/04/17 18:22:21 ryoon Exp $ + +--- mozilla/memory/build/mozjemalloc_compat.c.orig 2015-06-08 17:49:26.000000000 +0000 ++++ mozilla/memory/build/mozjemalloc_compat.c +@@ -131,6 +131,48 @@ compute_bin_unused(unsigned int narenas) + return bin_unused; + } + ++static size_t ++compute_bin_unused(unsigned int narenas) ++{ ++ size_t bin_unused = 0; ++ ++ uint32_t nregs; // number of regions per run in the j-th bin ++ size_t reg_size; // size of regions served by the j-th bin ++ size_t curruns; // number of runs belonging to a bin ++ size_t curregs; // number of allocated regions in a bin ++ ++ unsigned int nbins; // number of bins per arena ++ unsigned int i, j; ++ ++ // curruns and curregs are not defined for uninitialized arenas, ++ // so we skip them when computing bin_unused. However, initialized ++ // arenas are not guaranteed to be sequential, so we must test each ++ // one when iterating below. ++ bool initialized[100]; // should be narenas, but MSVC doesn't have VLAs ++ size_t isz = sizeof(initialized) / sizeof(initialized[0]); ++ ++ je_(mallctl)("arenas.initialized", initialized, &isz, NULL, 0); ++ CTL_GET("arenas.nbins", nbins); ++ ++ for (j = 0; j < nbins; j++) { ++ CTL_I_GET("arenas.bin.0.nregs", nregs, j); ++ CTL_I_GET("arenas.bin.0.size", reg_size, j); ++ ++ for (i = 0; i < narenas; i++) { ++ if (!initialized[i]) { ++ continue; ++ } ++ ++ CTL_IJ_GET("stats.arenas.0.bins.0.curruns", curruns, i, j); ++ CTL_IJ_GET("stats.arenas.0.bins.0.curregs", curregs, i, j); ++ ++ bin_unused += (nregs * curruns - curregs) * reg_size; ++ } ++ } ++ ++ return bin_unused; ++} ++ + MOZ_JEMALLOC_API void + jemalloc_stats_impl(jemalloc_stats_t *stats) + { diff --git a/mail/thunderbird/patches/patch-mozilla_memory_jemalloc_Makefile.in b/mail/thunderbird38/patches/patch-mozilla_memory_jemalloc_Makefile.in similarity index 81% rename from mail/thunderbird/patches/patch-mozilla_memory_jemalloc_Makefile.in rename to mail/thunderbird38/patches/patch-mozilla_memory_jemalloc_Makefile.in index b254ae55891a5..b996a2f22e94c 100644 --- a/mail/thunderbird/patches/patch-mozilla_memory_jemalloc_Makefile.in +++ b/mail/thunderbird38/patches/patch-mozilla_memory_jemalloc_Makefile.in @@ -1,4 +1,4 @@ -$NetBSD: patch-mozilla_memory_jemalloc_Makefile.in,v 1.1 2014/07/27 20:04:59 ryoon Exp $ +$NetBSD: patch-mozilla_memory_jemalloc_Makefile.in,v 1.1 2016/04/17 18:22:21 ryoon Exp $ --- mozilla/memory/jemalloc/Makefile.in.orig 2014-07-18 00:05:43.000000000 +0000 +++ mozilla/memory/jemalloc/Makefile.in diff --git a/mail/thunderbird38/patches/patch-mozilla_memory_jemalloc_src_configure b/mail/thunderbird38/patches/patch-mozilla_memory_jemalloc_src_configure new file mode 100644 index 0000000000000..b0e75cf93569e --- /dev/null +++ b/mail/thunderbird38/patches/patch-mozilla_memory_jemalloc_src_configure @@ -0,0 +1,13 @@ +$NetBSD: patch-mozilla_memory_jemalloc_src_configure,v 1.1 2016/04/17 18:22:21 ryoon Exp $ + +--- mozilla/memory/jemalloc/src/configure.orig 2015-06-08 17:49:26.000000000 +0000 ++++ mozilla/memory/jemalloc/src/configure +@@ -6566,7 +6566,7 @@ else + LG_PAGE="detect" + fi + +-if test "x$LG_PAGE" == "xdetect"; then ++if test "x$LG_PAGE" = "xdetect"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: checking LG_PAGE" >&5 + $as_echo_n "checking LG_PAGE... " >&6; } + if ${je_cv_lg_page+:} false; then : diff --git a/mail/thunderbird38/patches/patch-mozilla_memory_mozalloc_mozalloc__abort.cpp b/mail/thunderbird38/patches/patch-mozilla_memory_mozalloc_mozalloc__abort.cpp new file mode 100644 index 0000000000000..d5fcc07ef3288 --- /dev/null +++ b/mail/thunderbird38/patches/patch-mozilla_memory_mozalloc_mozalloc__abort.cpp @@ -0,0 +1,16 @@ +$NetBSD: patch-mozilla_memory_mozalloc_mozalloc__abort.cpp,v 1.1 2016/04/17 18:22:21 ryoon Exp $ + +--- mozilla/memory/mozalloc/mozalloc_abort.cpp.orig 2015-06-08 17:49:26.000000000 +0000 ++++ mozilla/memory/mozalloc/mozalloc_abort.cpp +@@ -63,7 +63,11 @@ void fillAbortMessage(char (&msg)[N], ui + // Define abort() here, so that it is used instead of the system abort(). This + // lets us control the behavior when aborting, in order to get better results + // on *NIX platforms. See mozalloc_abort for details. ++#if defined(SOLARIS) ++void std::abort(void) ++#else + void abort(void) ++#endif + { + #ifdef MOZ_WIDGET_ANDROID + char msg[64] = {}; diff --git a/mail/thunderbird38/patches/patch-mozilla_memory_volatile_VolatileBufferOSX.cpp b/mail/thunderbird38/patches/patch-mozilla_memory_volatile_VolatileBufferOSX.cpp new file mode 100644 index 0000000000000..d0c71d0cfb6b0 --- /dev/null +++ b/mail/thunderbird38/patches/patch-mozilla_memory_volatile_VolatileBufferOSX.cpp @@ -0,0 +1,19 @@ +$NetBSD: patch-mozilla_memory_volatile_VolatileBufferOSX.cpp,v 1.1 2016/04/17 18:22:21 ryoon Exp $ + +--- mozilla/memory/volatile/VolatileBufferOSX.cpp.orig 2015-06-08 17:49:26.000000000 +0000 ++++ mozilla/memory/volatile/VolatileBufferOSX.cpp +@@ -47,7 +47,14 @@ VolatileBuffer::Init(size_t aSize, size_ + } + + heap_alloc: ++#if defined(HAVE_POSIX_MEMALIGN) + (void)moz_posix_memalign(&mBuf, aAlignment, aSize); ++#else ++ MOZ_RELEASE_ASSERT( ++ !(aAlignment > (size_t)getpagesize()), ++ "Cannot fallback to valloc(3): alignment is larger than the page size"); ++ mBuf = valloc(aSize); ++#endif + mHeap = true; + return !!mBuf; + } diff --git a/mail/thunderbird38/patches/patch-mozilla_mfbt_Alignment.h b/mail/thunderbird38/patches/patch-mozilla_mfbt_Alignment.h new file mode 100644 index 0000000000000..3e544953e7c4e --- /dev/null +++ b/mail/thunderbird38/patches/patch-mozilla_mfbt_Alignment.h @@ -0,0 +1,45 @@ +$NetBSD: patch-mozilla_mfbt_Alignment.h,v 1.1 2016/04/17 18:22:21 ryoon Exp $ + +--- mozilla/mfbt/Alignment.h.orig 2014-07-18 00:05:43.000000000 +0000 ++++ mozilla/mfbt/Alignment.h +@@ -9,11 +9,20 @@ + #ifndef mozilla_Alignment_h + #define mozilla_Alignment_h + ++#include "mozilla/Attributes.h" ++ + #include + #include + + namespace mozilla { + ++#if defined(MOZ_HAVE_CXX11_ALIGNAS) ++#define MOZ_ALIGNOF(T) alignof(T) ++#elif defined(__GNUC__) ++#define MOZ_ALIGNOF(T) __alignof__(T) ++#elif defined(_MSC_VER) ++#define MOZ_ALIGNOF(T) __alignof(T) ++#else + /* + * This class, and the corresponding macro MOZ_ALIGNOF, figures out how many + * bytes of alignment a given type needs. +@@ -32,6 +41,7 @@ class AlignmentFinder + }; + + #define MOZ_ALIGNOF(T) mozilla::AlignmentFinder::alignment ++#endif + + /* + * Declare the MOZ_ALIGNED_DECL macro for declaring aligned types. +@@ -43,7 +53,10 @@ class AlignmentFinder + * will declare a two-character array |arr| aligned to 8 bytes. + */ + +-#if defined(__GNUC__) ++#if defined(MOZ_HAVE_CXX11_ALIGNAS) ++# define MOZ_ALIGNED_DECL(_type, _align) \ ++ alignas(_align) _type ++#elif defined(__GNUC__) + # define MOZ_ALIGNED_DECL(_type, _align) \ + _type __attribute__((aligned(_align))) + #elif defined(_MSC_VER) diff --git a/mail/thunderbird38/patches/patch-mozilla_mfbt_Attributes.h b/mail/thunderbird38/patches/patch-mozilla_mfbt_Attributes.h new file mode 100644 index 0000000000000..87f047e2a8eb9 --- /dev/null +++ b/mail/thunderbird38/patches/patch-mozilla_mfbt_Attributes.h @@ -0,0 +1,32 @@ +$NetBSD: patch-mozilla_mfbt_Attributes.h,v 1.1 2016/04/17 18:22:21 ryoon Exp $ + +--- mozilla/mfbt/Attributes.h.orig 2015-06-08 17:49:26.000000000 +0000 ++++ mozilla/mfbt/Attributes.h +@@ -50,6 +50,7 @@ + * don't indicate support for them here, due to + * http://stackoverflow.com/questions/20498142/visual-studio-2013-explicit-keyword-bug + */ ++# define MOZ_HAVE_CXX11_ALIGNAS + # define MOZ_HAVE_NEVER_INLINE __declspec(noinline) + # define MOZ_HAVE_NORETURN __declspec(noreturn) + # ifdef __clang__ +@@ -70,6 +71,9 @@ + # ifndef __has_extension + # define __has_extension __has_feature /* compatibility, for older versions of clang */ + # endif ++# if __has_extension(cxx_alignas) ++# define MOZ_HAVE_CXX11_ALIGNAS ++# endif + # if __has_extension(cxx_constexpr) + # define MOZ_HAVE_CXX11_CONSTEXPR + # endif +@@ -84,6 +88,9 @@ + # endif + #elif defined(__GNUC__) + # if defined(__GXX_EXPERIMENTAL_CXX0X__) || __cplusplus >= 201103L ++# if MOZ_GCC_VERSION_AT_LEAST(4, 8, 0) ++# define MOZ_HAVE_CXX11_ALIGNAS ++# endif + # define MOZ_HAVE_CXX11_CONSTEXPR + # define MOZ_HAVE_EXPLICIT_CONVERSION + # endif diff --git a/mail/thunderbird38/patches/patch-mozilla_mfbt_Poison.cpp b/mail/thunderbird38/patches/patch-mozilla_mfbt_Poison.cpp new file mode 100644 index 0000000000000..2a1003a17b62c --- /dev/null +++ b/mail/thunderbird38/patches/patch-mozilla_mfbt_Poison.cpp @@ -0,0 +1,16 @@ +$NetBSD: patch-mozilla_mfbt_Poison.cpp,v 1.1 2016/04/17 18:22:21 ryoon Exp $ + +--- mozilla/mfbt/Poison.cpp.orig 2015-06-08 17:49:26.000000000 +0000 ++++ mozilla/mfbt/Poison.cpp +@@ -129,7 +129,11 @@ ReleaseRegion(void* aRegion, uintptr_t a + static bool + ProbeRegion(uintptr_t aRegion, uintptr_t aSize) + { ++#if !defined(__sun__) + if (madvise(reinterpret_cast(aRegion), aSize, MADV_NORMAL)) { ++#else ++ if (posix_madvise(reinterpret_cast(aRegion), aSize, MADV_NORMAL)) { ++#endif + return true; + } else { + return false; diff --git a/mail/thunderbird/patches/patch-mozilla_mobile_android_installer_Makefile.in b/mail/thunderbird38/patches/patch-mozilla_mobile_android_installer_Makefile.in similarity index 92% rename from mail/thunderbird/patches/patch-mozilla_mobile_android_installer_Makefile.in rename to mail/thunderbird38/patches/patch-mozilla_mobile_android_installer_Makefile.in index c052762b370ab..3e3e54622664f 100644 --- a/mail/thunderbird/patches/patch-mozilla_mobile_android_installer_Makefile.in +++ b/mail/thunderbird38/patches/patch-mozilla_mobile_android_installer_Makefile.in @@ -1,4 +1,4 @@ -$NetBSD: patch-mozilla_mobile_android_installer_Makefile.in,v 1.1 2014/07/27 20:04:59 ryoon Exp $ +$NetBSD: patch-mozilla_mobile_android_installer_Makefile.in,v 1.1 2016/04/17 18:22:21 ryoon Exp $ --- mozilla/mobile/android/installer/Makefile.in.orig 2014-07-18 00:05:44.000000000 +0000 +++ mozilla/mobile/android/installer/Makefile.in diff --git a/mail/thunderbird/patches/patch-mozilla_mobile_android_installer_package-manifest.in b/mail/thunderbird38/patches/patch-mozilla_mobile_android_installer_package-manifest.in similarity index 91% rename from mail/thunderbird/patches/patch-mozilla_mobile_android_installer_package-manifest.in rename to mail/thunderbird38/patches/patch-mozilla_mobile_android_installer_package-manifest.in index 238e221aee2c8..5a4f8753ee9fe 100644 --- a/mail/thunderbird/patches/patch-mozilla_mobile_android_installer_package-manifest.in +++ b/mail/thunderbird38/patches/patch-mozilla_mobile_android_installer_package-manifest.in @@ -1,4 +1,4 @@ -$NetBSD: patch-mozilla_mobile_android_installer_package-manifest.in,v 1.1 2014/07/27 20:04:59 ryoon Exp $ +$NetBSD: patch-mozilla_mobile_android_installer_package-manifest.in,v 1.1 2016/04/17 18:22:21 ryoon Exp $ --- mozilla/mobile/android/installer/package-manifest.in.orig 2014-07-18 00:05:44.000000000 +0000 +++ mozilla/mobile/android/installer/package-manifest.in diff --git a/mail/thunderbird38/patches/patch-mozilla_modules_libjar_nsZipArchive.cpp b/mail/thunderbird38/patches/patch-mozilla_modules_libjar_nsZipArchive.cpp new file mode 100644 index 0000000000000..b4402c4391a81 --- /dev/null +++ b/mail/thunderbird38/patches/patch-mozilla_modules_libjar_nsZipArchive.cpp @@ -0,0 +1,15 @@ +$NetBSD: patch-mozilla_modules_libjar_nsZipArchive.cpp,v 1.1 2016/04/17 18:22:21 ryoon Exp $ + +--- mozilla/modules/libjar/nsZipArchive.cpp.orig 2013-10-23 22:09:14.000000000 +0000 ++++ mozilla/modules/libjar/nsZipArchive.cpp +@@ -590,7 +590,9 @@ MOZ_WIN_MEM_TRY_BEGIN + // Success means optimized jar layout from bug 559961 is in effect + uint32_t readaheadLength = xtolong(startp); + if (readaheadLength) { +-#if defined(XP_UNIX) ++#if defined(OS_SOLARIS) ++ posix_madvise(const_cast(startp), readaheadLength, POSIX_MADV_WILLNEED); ++#elif defined(XP_UNIX) + madvise(const_cast(startp), readaheadLength, MADV_WILLNEED); + #elif defined(XP_WIN) + if (aFd) { diff --git a/mail/thunderbird/patches/patch-mozilla_netwerk_base_nsNetUtil.h b/mail/thunderbird38/patches/patch-mozilla_netwerk_base_nsNetUtil.h similarity index 91% rename from mail/thunderbird/patches/patch-mozilla_netwerk_base_nsNetUtil.h rename to mail/thunderbird38/patches/patch-mozilla_netwerk_base_nsNetUtil.h index c685234f61fb0..7908447ca4509 100644 --- a/mail/thunderbird/patches/patch-mozilla_netwerk_base_nsNetUtil.h +++ b/mail/thunderbird38/patches/patch-mozilla_netwerk_base_nsNetUtil.h @@ -1,4 +1,4 @@ -$NetBSD: patch-mozilla_netwerk_base_nsNetUtil.h,v 1.1 2015/07/09 15:17:34 ryoon Exp $ +$NetBSD: patch-mozilla_netwerk_base_nsNetUtil.h,v 1.1 2016/04/17 18:22:21 ryoon Exp $ --- mozilla/netwerk/base/nsNetUtil.h.orig 2015-06-08 17:49:29.000000000 +0000 +++ mozilla/netwerk/base/nsNetUtil.h diff --git a/mail/thunderbird38/patches/patch-mozilla_netwerk_dns_moz.build b/mail/thunderbird38/patches/patch-mozilla_netwerk_dns_moz.build new file mode 100644 index 0000000000000..a5a336c621d64 --- /dev/null +++ b/mail/thunderbird38/patches/patch-mozilla_netwerk_dns_moz.build @@ -0,0 +1,13 @@ +$NetBSD: patch-mozilla_netwerk_dns_moz.build,v 1.1 2016/04/17 18:22:21 ryoon Exp $ + +--- mozilla/netwerk/dns/moz.build.orig 2015-06-08 17:49:29.000000000 +0000 ++++ mozilla/netwerk/dns/moz.build +@@ -68,5 +68,8 @@ LOCAL_INCLUDES += [ + '/netwerk/base', + ] + ++if CONFIG['MOZ_NATIVE_HARFBUZZ']: ++ CXXFLAGS += CONFIG['MOZ_HARFBUZZ_CFLAGS'] ++ + if CONFIG['MOZ_WIDGET_TOOLKIT'] == 'gonk' and CONFIG['ANDROID_VERSION'] > '19': + CXXFLAGS += ['-I%s/bionic/libc/dns/include' % CONFIG['ANDROID_SOURCE']] diff --git a/mail/thunderbird/patches/patch-mozilla_netwerk_protocol_http_Http2Session.cpp b/mail/thunderbird38/patches/patch-mozilla_netwerk_protocol_http_Http2Session.cpp similarity index 99% rename from mail/thunderbird/patches/patch-mozilla_netwerk_protocol_http_Http2Session.cpp rename to mail/thunderbird38/patches/patch-mozilla_netwerk_protocol_http_Http2Session.cpp index 23784fcb71220..183a322623e08 100644 --- a/mail/thunderbird/patches/patch-mozilla_netwerk_protocol_http_Http2Session.cpp +++ b/mail/thunderbird38/patches/patch-mozilla_netwerk_protocol_http_Http2Session.cpp @@ -1,4 +1,4 @@ -$NetBSD: patch-mozilla_netwerk_protocol_http_Http2Session.cpp,v 1.1 2015/07/09 15:17:34 ryoon Exp $ +$NetBSD: patch-mozilla_netwerk_protocol_http_Http2Session.cpp,v 1.1 2016/04/17 18:22:21 ryoon Exp $ --- mozilla/netwerk/protocol/http/Http2Session.cpp.orig 2015-06-08 17:49:29.000000000 +0000 +++ mozilla/netwerk/protocol/http/Http2Session.cpp diff --git a/mail/thunderbird/patches/patch-mozilla_security_manager_ssl_src_nsNSSComponent.cpp b/mail/thunderbird38/patches/patch-mozilla_security_manager_ssl_src_nsNSSComponent.cpp similarity index 90% rename from mail/thunderbird/patches/patch-mozilla_security_manager_ssl_src_nsNSSComponent.cpp rename to mail/thunderbird38/patches/patch-mozilla_security_manager_ssl_src_nsNSSComponent.cpp index 0c5f0a7cf0c87..3abb30ba0202e 100644 --- a/mail/thunderbird/patches/patch-mozilla_security_manager_ssl_src_nsNSSComponent.cpp +++ b/mail/thunderbird38/patches/patch-mozilla_security_manager_ssl_src_nsNSSComponent.cpp @@ -1,4 +1,4 @@ -$NetBSD: patch-mozilla_security_manager_ssl_src_nsNSSComponent.cpp,v 1.2 2015/07/09 15:17:34 ryoon Exp $ +$NetBSD: patch-mozilla_security_manager_ssl_src_nsNSSComponent.cpp,v 1.1 2016/04/17 18:22:21 ryoon Exp $ --- mozilla/security/manager/ssl/src/nsNSSComponent.cpp.orig 2015-06-08 17:49:16.000000000 +0000 +++ mozilla/security/manager/ssl/src/nsNSSComponent.cpp diff --git a/mail/thunderbird/patches/patch-mozilla_toolkit_components_osfile_modules_osfile__unix__back.jsm b/mail/thunderbird38/patches/patch-mozilla_toolkit_components_osfile_modules_osfile__unix__back.jsm similarity index 97% rename from mail/thunderbird/patches/patch-mozilla_toolkit_components_osfile_modules_osfile__unix__back.jsm rename to mail/thunderbird38/patches/patch-mozilla_toolkit_components_osfile_modules_osfile__unix__back.jsm index 732a04072b89d..36c3e27e9b51d 100644 --- a/mail/thunderbird/patches/patch-mozilla_toolkit_components_osfile_modules_osfile__unix__back.jsm +++ b/mail/thunderbird38/patches/patch-mozilla_toolkit_components_osfile_modules_osfile__unix__back.jsm @@ -1,4 +1,4 @@ -$NetBSD: patch-mozilla_toolkit_components_osfile_modules_osfile__unix__back.jsm,v 1.1 2014/07/27 20:05:00 ryoon Exp $ +$NetBSD: patch-mozilla_toolkit_components_osfile_modules_osfile__unix__back.jsm,v 1.1 2016/04/17 18:22:21 ryoon Exp $ --- mozilla/toolkit/components/osfile/modules/osfile_unix_back.jsm.orig 2014-07-18 00:05:52.000000000 +0000 +++ mozilla/toolkit/components/osfile/modules/osfile_unix_back.jsm diff --git a/mail/thunderbird/patches/patch-mozilla_toolkit_components_osfile_modules_osfile__unix__front.jsm b/mail/thunderbird38/patches/patch-mozilla_toolkit_components_osfile_modules_osfile__unix__front.jsm similarity index 91% rename from mail/thunderbird/patches/patch-mozilla_toolkit_components_osfile_modules_osfile__unix__front.jsm rename to mail/thunderbird38/patches/patch-mozilla_toolkit_components_osfile_modules_osfile__unix__front.jsm index f3e2f440a76a7..de69532d05f1d 100644 --- a/mail/thunderbird/patches/patch-mozilla_toolkit_components_osfile_modules_osfile__unix__front.jsm +++ b/mail/thunderbird38/patches/patch-mozilla_toolkit_components_osfile_modules_osfile__unix__front.jsm @@ -1,4 +1,4 @@ -$NetBSD: patch-mozilla_toolkit_components_osfile_modules_osfile__unix__front.jsm,v 1.2 2015/07/09 15:17:34 ryoon Exp $ +$NetBSD: patch-mozilla_toolkit_components_osfile_modules_osfile__unix__front.jsm,v 1.1 2016/04/17 18:22:21 ryoon Exp $ --- mozilla/toolkit/components/osfile/modules/osfile_unix_front.jsm.orig 2015-06-08 17:49:29.000000000 +0000 +++ mozilla/toolkit/components/osfile/modules/osfile_unix_front.jsm diff --git a/mail/thunderbird38/patches/patch-mozilla_toolkit_library_moz.build b/mail/thunderbird38/patches/patch-mozilla_toolkit_library_moz.build new file mode 100644 index 0000000000000..ec7ca7ae83390 --- /dev/null +++ b/mail/thunderbird38/patches/patch-mozilla_toolkit_library_moz.build @@ -0,0 +1,69 @@ +$NetBSD: patch-mozilla_toolkit_library_moz.build,v 1.1 2016/04/17 18:22:21 ryoon Exp $ + +--- mozilla/toolkit/library/moz.build.orig 2015-06-08 17:49:31.000000000 +0000 ++++ mozilla/toolkit/library/moz.build +@@ -214,6 +214,7 @@ if CONFIG['OS_ARCH'] == 'Linux' and CONF + ] + + OS_LIBS += CONFIG['MOZ_CAIRO_OSLIBS'] ++OS_LIBS += CONFIG['MOZ_LIBV4L2_LIBS'] + OS_LIBS += CONFIG['MOZ_WEBRTC_X11_LIBS'] + + if CONFIG['MOZ_NATIVE_JPEG']: +@@ -225,6 +226,30 @@ if CONFIG['MOZ_NATIVE_PNG']: + if CONFIG['MOZ_NATIVE_HUNSPELL']: + OS_LIBS += CONFIG['MOZ_HUNSPELL_LIBS'] + ++if CONFIG['MOZ_NATIVE_OGG']: ++ OS_LIBS += CONFIG['MOZ_OGG_LIBS'] ++ ++if CONFIG['MOZ_NATIVE_THEORA']: ++ OS_LIBS += CONFIG['MOZ_THEORA_LIBS'] ++ ++if CONFIG['MOZ_NATIVE_VORBIS']: ++ OS_LIBS += CONFIG['MOZ_VORBIS_LIBS'] ++ ++if CONFIG['MOZ_NATIVE_TREMOR']: ++ OS_LIBS += CONFIG['MOZ_TREMOR_LIBS'] ++ ++if CONFIG['MOZ_NATIVE_CELT']: ++ OS_LIBS += CONFIG['MOZ_CELT_LIBS'] ++ ++if CONFIG['MOZ_NATIVE_OPUS']: ++ OS_LIBS += CONFIG['MOZ_OPUS_LIBS'] ++ ++if CONFIG['MOZ_NATIVE_SPEEX']: ++ OS_LIBS += CONFIG['MOZ_SPEEX_LIBS'] ++ ++if CONFIG['MOZ_NATIVE_SOUNDTOUCH']: ++ OS_LIBS += CONFIG['MOZ_SOUNDTOUCH_LIBS'] ++ + if CONFIG['MOZ_NATIVE_LIBEVENT']: + OS_LIBS += CONFIG['MOZ_LIBEVENT_LIBS'] + +@@ -234,8 +259,14 @@ if CONFIG['MOZ_NATIVE_LIBVPX']: + if not CONFIG['MOZ_TREE_PIXMAN']: + OS_LIBS += CONFIG['MOZ_PIXMAN_LIBS'] + +-if CONFIG['MOZ_ALSA']: +- OS_LIBS += CONFIG['MOZ_ALSA_LIBS'] ++if CONFIG['MOZ_NATIVE_GRAPHITE2']: ++ OS_LIBS += CONFIG['MOZ_GRAPHITE2_LIBS'] ++ ++if CONFIG['MOZ_NATIVE_HARFBUZZ']: ++ OS_LIBS += CONFIG['MOZ_HARFBUZZ_LIBS'] ++ ++if CONFIG['MOZ_OSS']: ++ OS_LIBS += CONFIG['MOZ_OSS_LIBS'] + + if CONFIG['HAVE_CLOCK_MONOTONIC']: + OS_LIBS += CONFIG['REALTIME_LIBS'] +@@ -365,7 +396,7 @@ if CONFIG['OS_ARCH'] == 'WINNT': + if CONFIG['MOZ_ENABLE_QT']: + OS_LIBS += CONFIG['XEXT_LIBS'] + +-if CONFIG['MOZ_WIDGET_TOOLKIT'] == 'cocoa' and CONFIG['MOZ_GSTREAMER']: ++if CONFIG['OS_ARCH'] == 'Darwin' and CONFIG['MOZ_GSTREAMER']: + OS_LIBS += CONFIG['GSTREAMER_LIBS'] + + if CONFIG['MOZ_WIDGET_TOOLKIT'] == 'windows': diff --git a/mail/thunderbird38/patches/patch-mozilla_toolkit_xre_nsAppRunner.cpp b/mail/thunderbird38/patches/patch-mozilla_toolkit_xre_nsAppRunner.cpp new file mode 100644 index 0000000000000..041a72d2dc08e --- /dev/null +++ b/mail/thunderbird38/patches/patch-mozilla_toolkit_xre_nsAppRunner.cpp @@ -0,0 +1,31 @@ +$NetBSD: patch-mozilla_toolkit_xre_nsAppRunner.cpp,v 1.1 2016/04/17 18:22:21 ryoon Exp $ + +--- mozilla/toolkit/xre/nsAppRunner.cpp.orig 2015-06-08 17:49:32.000000000 +0000 ++++ mozilla/toolkit/xre/nsAppRunner.cpp +@@ -1808,6 +1808,18 @@ static nsresult LaunchChild(nsINativeApp + if (NS_FAILED(rv)) + return rv; + ++#if defined(XP_DARWIN) ++ pid_t pid = vfork(); ++ if (pid == 0) { // child ++ if (execv(exePath.get(), gRestartArgv) == -1) { ++ _exit(1); ++ } ++ } ++ else if (pid == -1) { ++ return NS_ERROR_FAILURE; ++ } ++#else ++ + #if defined(XP_UNIX) + if (execv(exePath.get(), gRestartArgv) == -1) + return NS_ERROR_FAILURE; +@@ -1821,6 +1833,7 @@ static nsresult LaunchChild(nsINativeApp + if (failed || exitCode) + return NS_ERROR_FAILURE; + #endif // XP_UNIX ++#endif // XP_DARWIN + #endif // WP_WIN + #endif // WP_MACOSX + #endif // MOZ_WIDGET_ANDROID diff --git a/mail/thunderbird38/patches/patch-mozilla_toolkit_xre_nsEmbedFunctions.cpp b/mail/thunderbird38/patches/patch-mozilla_toolkit_xre_nsEmbedFunctions.cpp new file mode 100644 index 0000000000000..854ae4114fa85 --- /dev/null +++ b/mail/thunderbird38/patches/patch-mozilla_toolkit_xre_nsEmbedFunctions.cpp @@ -0,0 +1,22 @@ +$NetBSD: patch-mozilla_toolkit_xre_nsEmbedFunctions.cpp,v 1.1 2016/04/17 18:22:21 ryoon Exp $ + +--- mozilla/toolkit/xre/nsEmbedFunctions.cpp.orig 2013-10-23 22:09:20.000000000 +0000 ++++ mozilla/toolkit/xre/nsEmbedFunctions.cpp +@@ -234,7 +234,7 @@ XRE_SetRemoteExceptionHandler(const char + { + #if defined(XP_WIN) || defined(XP_MACOSX) + return CrashReporter::SetRemoteExceptionHandler(nsDependentCString(aPipe)); +-#elif defined(OS_LINUX) ++#elif defined(OS_LINUX) || defined(OS_SOLARIS) + return CrashReporter::SetRemoteExceptionHandler(); + #else + # error "OOP crash reporter unsupported on this platform" +@@ -372,7 +372,7 @@ XRE_InitChildProcess(int aArgc, + // Bug 684322 will add better visibility into this condition + NS_WARNING("Could not setup crash reporting\n"); + } +-# elif defined(OS_LINUX) ++# elif defined(OS_LINUX) || defined(OS_SOLARIS) + // on POSIX, |crashReporterArg| is "true" if crash reporting is + // enabled, false otherwise + if (0 != strcmp("false", crashReporterArg) && diff --git a/mail/thunderbird38/patches/patch-mozilla_webapprt_moz.build b/mail/thunderbird38/patches/patch-mozilla_webapprt_moz.build new file mode 100644 index 0000000000000..3a05db87cb9a0 --- /dev/null +++ b/mail/thunderbird38/patches/patch-mozilla_webapprt_moz.build @@ -0,0 +1,13 @@ +$NetBSD: patch-mozilla_webapprt_moz.build,v 1.1 2016/04/17 18:22:21 ryoon Exp $ + +--- mozilla/webapprt/moz.build.orig 2015-06-08 17:49:33.000000000 +0000 ++++ mozilla/webapprt/moz.build +@@ -6,7 +6,7 @@ + + if CONFIG['OS_ARCH'] == 'WINNT': + DIRS += ['win'] +-elif CONFIG['OS_ARCH'] == 'Darwin': ++elif CONFIG['MOZ_WIDGET_TOOLKIT'] == 'cocoa': + DIRS += ['mac'] + elif CONFIG['MOZ_ENABLE_GTK']: + DIRS += ['gtk'] diff --git a/mail/thunderbird/patches/patch-mozilla_widget_gtk_gtk2drawing.c b/mail/thunderbird38/patches/patch-mozilla_widget_gtk_gtk2drawing.c similarity index 87% rename from mail/thunderbird/patches/patch-mozilla_widget_gtk_gtk2drawing.c rename to mail/thunderbird38/patches/patch-mozilla_widget_gtk_gtk2drawing.c index aabaf457d9426..e270a9712d620 100644 --- a/mail/thunderbird/patches/patch-mozilla_widget_gtk_gtk2drawing.c +++ b/mail/thunderbird38/patches/patch-mozilla_widget_gtk_gtk2drawing.c @@ -1,4 +1,4 @@ -$NetBSD: patch-mozilla_widget_gtk_gtk2drawing.c,v 1.1 2015/07/09 15:17:34 ryoon Exp $ +$NetBSD: patch-mozilla_widget_gtk_gtk2drawing.c,v 1.1 2016/04/17 18:22:21 ryoon Exp $ --- mozilla/widget/gtk/gtk2drawing.c.orig 2015-06-08 17:49:33.000000000 +0000 +++ mozilla/widget/gtk/gtk2drawing.c diff --git a/mail/thunderbird/patches/patch-mozilla_widget_gtk_gtk3drawing.c b/mail/thunderbird38/patches/patch-mozilla_widget_gtk_gtk3drawing.c similarity index 99% rename from mail/thunderbird/patches/patch-mozilla_widget_gtk_gtk3drawing.c rename to mail/thunderbird38/patches/patch-mozilla_widget_gtk_gtk3drawing.c index 5853622c2f2ac..d79857e09a63a 100644 --- a/mail/thunderbird/patches/patch-mozilla_widget_gtk_gtk3drawing.c +++ b/mail/thunderbird38/patches/patch-mozilla_widget_gtk_gtk3drawing.c @@ -1,4 +1,4 @@ -$NetBSD: patch-mozilla_widget_gtk_gtk3drawing.c,v 1.1 2015/07/09 15:17:34 ryoon Exp $ +$NetBSD: patch-mozilla_widget_gtk_gtk3drawing.c,v 1.1 2016/04/17 18:22:21 ryoon Exp $ --- mozilla/widget/gtk/gtk3drawing.c.orig 2015-06-08 17:49:33.000000000 +0000 +++ mozilla/widget/gtk/gtk3drawing.c diff --git a/mail/thunderbird/patches/patch-mozilla_widget_gtk_gtkdrawing.h b/mail/thunderbird38/patches/patch-mozilla_widget_gtk_gtkdrawing.h similarity index 95% rename from mail/thunderbird/patches/patch-mozilla_widget_gtk_gtkdrawing.h rename to mail/thunderbird38/patches/patch-mozilla_widget_gtk_gtkdrawing.h index ed06f077cd50f..bf216cd4dade0 100644 --- a/mail/thunderbird/patches/patch-mozilla_widget_gtk_gtkdrawing.h +++ b/mail/thunderbird38/patches/patch-mozilla_widget_gtk_gtkdrawing.h @@ -1,4 +1,4 @@ -$NetBSD: patch-mozilla_widget_gtk_gtkdrawing.h,v 1.1 2015/07/09 15:17:34 ryoon Exp $ +$NetBSD: patch-mozilla_widget_gtk_gtkdrawing.h,v 1.1 2016/04/17 18:22:21 ryoon Exp $ --- mozilla/widget/gtk/gtkdrawing.h.orig 2015-06-08 17:49:33.000000000 +0000 +++ mozilla/widget/gtk/gtkdrawing.h diff --git a/mail/thunderbird/patches/patch-mozilla_widget_gtk_nsNativeThemeGTK.cpp b/mail/thunderbird38/patches/patch-mozilla_widget_gtk_nsNativeThemeGTK.cpp similarity index 96% rename from mail/thunderbird/patches/patch-mozilla_widget_gtk_nsNativeThemeGTK.cpp rename to mail/thunderbird38/patches/patch-mozilla_widget_gtk_nsNativeThemeGTK.cpp index 211e1b9d0e906..32bd02a441a15 100644 --- a/mail/thunderbird/patches/patch-mozilla_widget_gtk_nsNativeThemeGTK.cpp +++ b/mail/thunderbird38/patches/patch-mozilla_widget_gtk_nsNativeThemeGTK.cpp @@ -1,4 +1,4 @@ -$NetBSD: patch-mozilla_widget_gtk_nsNativeThemeGTK.cpp,v 1.1 2015/07/09 15:17:34 ryoon Exp $ +$NetBSD: patch-mozilla_widget_gtk_nsNativeThemeGTK.cpp,v 1.1 2016/04/17 18:22:21 ryoon Exp $ --- mozilla/widget/gtk/nsNativeThemeGTK.cpp.orig 2015-06-08 17:49:33.000000000 +0000 +++ mozilla/widget/gtk/nsNativeThemeGTK.cpp diff --git a/mail/thunderbird38/patches/patch-mozilla_xpcom_base_nscore.h b/mail/thunderbird38/patches/patch-mozilla_xpcom_base_nscore.h new file mode 100644 index 0000000000000..a384f5a5dfe39 --- /dev/null +++ b/mail/thunderbird38/patches/patch-mozilla_xpcom_base_nscore.h @@ -0,0 +1,13 @@ +$NetBSD: patch-mozilla_xpcom_base_nscore.h,v 1.1 2016/04/17 18:22:21 ryoon Exp $ + +--- mozilla/xpcom/base/nscore.h.orig 2014-07-18 00:05:57.000000000 +0000 ++++ mozilla/xpcom/base/nscore.h +@@ -114,7 +114,7 @@ + * NS_HIDDEN_(int) NS_FASTCALL func2(char *foo); + */ + +-#if defined(__i386__) && defined(__GNUC__) ++#if defined(__i386__) && defined(__GNUC__) && !(defined(__clang__) && __clang_major__ == 3 && __clang_minor__ == 4 && __clang_patchlevel__ == 0) + #define NS_FASTCALL __attribute__ ((regparm (3), stdcall)) + #define NS_CONSTRUCTOR_FASTCALL __attribute__ ((regparm (3), stdcall)) + #elif defined(XP_WIN) && !defined(_WIN64) diff --git a/mail/thunderbird38/patches/patch-mozilla_xpcom_build_PoisonIOInterposer.h b/mail/thunderbird38/patches/patch-mozilla_xpcom_build_PoisonIOInterposer.h new file mode 100644 index 0000000000000..776918f037f8e --- /dev/null +++ b/mail/thunderbird38/patches/patch-mozilla_xpcom_build_PoisonIOInterposer.h @@ -0,0 +1,55 @@ +$NetBSD: patch-mozilla_xpcom_build_PoisonIOInterposer.h,v 1.1 2016/04/17 18:22:21 ryoon Exp $ + +--- mozilla/xpcom/build/PoisonIOInterposer.h.orig 2015-06-08 17:49:33.000000000 +0000 ++++ mozilla/xpcom/build/PoisonIOInterposer.h +@@ -36,7 +36,7 @@ void MozillaUnRegisterDebugFILE(FILE* aF + + MOZ_END_EXTERN_C + +-#if defined(XP_WIN) || defined(XP_MACOSX) ++#if defined(XP_WIN) || defined(XP_DARWIN) + + #ifdef __cplusplus + namespace mozilla { +@@ -54,7 +54,7 @@ bool IsDebugFile(intptr_t aFileID); + */ + void InitPoisonIOInterposer(); + +-#ifdef XP_MACOSX ++#ifdef XP_DARWIN + /** + * Check that writes are dirty before reporting I/O (Mac OS X only) + * This is necessary for late-write checks on Mac OS X, but reading the buffer +@@ -62,7 +62,7 @@ void InitPoisonIOInterposer(); + * to do this for everything else that uses + */ + void OnlyReportDirtyWrites(); +-#endif /* XP_MACOSX */ ++#endif /* XP_DARWIN */ + + /** + * Clear IO poisoning, this is only safe to do on the main-thread when no other +@@ -73,19 +73,19 @@ void ClearPoisonIOInterposer(); + } // namespace mozilla + #endif /* __cplusplus */ + +-#else /* XP_WIN || XP_MACOSX */ ++#else /* XP_WIN || XP_DARWIN */ + + #ifdef __cplusplus + namespace mozilla { + inline bool IsDebugFile(intptr_t aFileID) { return true; } + inline void InitPoisonIOInterposer() {} + inline void ClearPoisonIOInterposer() {} +-#ifdef XP_MACOSX ++#ifdef XP_DARWIN + inline void OnlyReportDirtyWrites() {} +-#endif /* XP_MACOSX */ ++#endif /* XP_DARWIN */ + } // namespace mozilla + #endif /* __cplusplus */ + +-#endif /* XP_WIN || XP_MACOSX */ ++#endif /* XP_WIN || XP_DARWIN */ + + #endif // mozilla_PoisonIOInterposer_h diff --git a/mail/thunderbird/patches/patch-mozilla_xpcom_build_XPCOMInit.cpp b/mail/thunderbird38/patches/patch-mozilla_xpcom_build_XPCOMInit.cpp similarity index 91% rename from mail/thunderbird/patches/patch-mozilla_xpcom_build_XPCOMInit.cpp rename to mail/thunderbird38/patches/patch-mozilla_xpcom_build_XPCOMInit.cpp index 2f46ee3fa9306..58eb9a9a107fb 100644 --- a/mail/thunderbird/patches/patch-mozilla_xpcom_build_XPCOMInit.cpp +++ b/mail/thunderbird38/patches/patch-mozilla_xpcom_build_XPCOMInit.cpp @@ -1,4 +1,4 @@ -$NetBSD: patch-mozilla_xpcom_build_XPCOMInit.cpp,v 1.1 2015/07/09 15:17:35 ryoon Exp $ +$NetBSD: patch-mozilla_xpcom_build_XPCOMInit.cpp,v 1.1 2016/04/17 18:22:21 ryoon Exp $ --- mozilla/xpcom/build/XPCOMInit.cpp.orig 2015-06-08 17:49:33.000000000 +0000 +++ mozilla/xpcom/build/XPCOMInit.cpp diff --git a/mail/thunderbird38/patches/patch-mozilla_xpcom_components_Module.h b/mail/thunderbird38/patches/patch-mozilla_xpcom_components_Module.h new file mode 100644 index 0000000000000..2f12eb6b1fb6a --- /dev/null +++ b/mail/thunderbird38/patches/patch-mozilla_xpcom_components_Module.h @@ -0,0 +1,13 @@ +$NetBSD: patch-mozilla_xpcom_components_Module.h,v 1.1 2016/04/17 18:22:21 ryoon Exp $ + +--- mozilla/xpcom/components/Module.h.orig 2015-12-21 22:33:10.000000000 +0000 ++++ mozilla/xpcom/components/Module.h +@@ -124,7 +124,7 @@ struct Module + # define NSMODULE_SECTION __declspec(allocate(".kPStaticModules$M"), dllexport) + # elif defined(__GNUC__) + # if defined(__ELF__) +-# define NSMODULE_SECTION __attribute__((section(".kPStaticModules"), visibility("protected"))) ++# define NSMODULE_SECTION __attribute__((section(".kPStaticModules"), visibility("default"))) + # elif defined(__MACH__) + # define NSMODULE_SECTION __attribute__((section("__DATA, .kPStaticModules"), visibility("default"))) + # elif defined (_WIN32) diff --git a/mail/thunderbird/patches/patch-mozilla_xpcom_glue_standalone_nsXPCOMGlue.cpp b/mail/thunderbird38/patches/patch-mozilla_xpcom_glue_standalone_nsXPCOMGlue.cpp similarity index 93% rename from mail/thunderbird/patches/patch-mozilla_xpcom_glue_standalone_nsXPCOMGlue.cpp rename to mail/thunderbird38/patches/patch-mozilla_xpcom_glue_standalone_nsXPCOMGlue.cpp index 9766e47fd0825..92af0e90ab525 100644 --- a/mail/thunderbird/patches/patch-mozilla_xpcom_glue_standalone_nsXPCOMGlue.cpp +++ b/mail/thunderbird38/patches/patch-mozilla_xpcom_glue_standalone_nsXPCOMGlue.cpp @@ -1,4 +1,4 @@ -$NetBSD: patch-mozilla_xpcom_glue_standalone_nsXPCOMGlue.cpp,v 1.1 2015/07/09 15:17:35 ryoon Exp $ +$NetBSD: patch-mozilla_xpcom_glue_standalone_nsXPCOMGlue.cpp,v 1.1 2016/04/17 18:22:21 ryoon Exp $ --- mozilla/xpcom/glue/standalone/nsXPCOMGlue.cpp.orig 2015-06-08 17:49:33.000000000 +0000 +++ mozilla/xpcom/glue/standalone/nsXPCOMGlue.cpp diff --git a/mail/thunderbird38/patches/patch-mozilla_xpcom_reflect_xptcall_md_unix_Makefile.in b/mail/thunderbird38/patches/patch-mozilla_xpcom_reflect_xptcall_md_unix_Makefile.in new file mode 100644 index 0000000000000..19983e8e9780b --- /dev/null +++ b/mail/thunderbird38/patches/patch-mozilla_xpcom_reflect_xptcall_md_unix_Makefile.in @@ -0,0 +1,44 @@ +$NetBSD: patch-mozilla_xpcom_reflect_xptcall_md_unix_Makefile.in,v 1.1 2016/04/17 18:22:21 ryoon Exp $ + +--- mozilla/xpcom/reflect/xptcall/md/unix/Makefile.in.orig 2015-06-08 17:49:34.000000000 +0000 ++++ mozilla/xpcom/reflect/xptcall/md/unix/Makefile.in +@@ -56,6 +56,39 @@ endif + # SPARC + ###################################################################### + # ++# Linux/SPARC ++# ++ifeq ($(OS_ARCH),Linux) ++ifneq (,$(findstring sparc,$(OS_TEST))) ++ASFILES := xptcinvoke_asm_sparc_linux_GCC3.s xptcstubs_asm_sparc_solaris.s ++endif ++endif ++# ++# NetBSD/SPARC ++# ++ifeq ($(OS_ARCH)$(OS_TEST),NetBSDsparc) ++ASFILES := xptcinvoke_asm_sparc_netbsd.s xptcstubs_asm_sparc_netbsd.s ++endif ++# ++# OpenBSD/SPARC ++# ++ifeq ($(OS_ARCH)$(OS_TEST),OpenBSDsparc) ++ASFILES := xptcinvoke_asm_sparc_openbsd.s xptcstubs_asm_sparc_openbsd.s ++endif ++# ++# OpenBSD/SPARC64 ++# ++ifneq (,$(filter OpenBSDsparc64 FreeBSDsparc64,$(OS_ARCH)$(OS_TEST))) ++ASFILES := xptcinvoke_asm_sparc64_openbsd.s xptcstubs_asm_sparc64_openbsd.s ++endif ++# ++# NetBSD/SPARC64 ++# ++ifeq ($(OS_ARCH)$(OS_TEST),NetBSDsparc64) ++CPPSRCS := xptcinvoke_sparc64_netbsd.cpp xptcstubs_sparc64_openbsd.cpp ++ASFILES := xptcinvoke_asm_sparc64_openbsd.s xptcstubs_asm_sparc64_netbsd.s ++endif ++# + # Solaris/SPARC + # + ifeq ($(OS_ARCH),SunOS) diff --git a/mail/thunderbird38/patches/patch-mozilla_xpcom_reflect_xptcall_md_unix_moz.build b/mail/thunderbird38/patches/patch-mozilla_xpcom_reflect_xptcall_md_unix_moz.build new file mode 100644 index 0000000000000..862a2ac6720e3 --- /dev/null +++ b/mail/thunderbird38/patches/patch-mozilla_xpcom_reflect_xptcall_md_unix_moz.build @@ -0,0 +1,22 @@ +$NetBSD: patch-mozilla_xpcom_reflect_xptcall_md_unix_moz.build,v 1.1 2016/04/17 18:22:21 ryoon Exp $ + +--- mozilla/xpcom/reflect/xptcall/md/unix/moz.build.orig 2015-06-08 17:49:34.000000000 +0000 ++++ mozilla/xpcom/reflect/xptcall/md/unix/moz.build +@@ -9,7 +9,7 @@ if CONFIG['OS_ARCH'] == 'Darwin': + 'xptcinvoke_darwin.cpp', + 'xptcstubs_darwin.cpp', + ] +- if CONFIG['OS_TEST'] == 'powerpc': ++ if CONFIG['OS_TEST'] == 'ppc': + SOURCES += [ + 'xptcinvoke_asm_ppc_rhapsody.s', + ] +@@ -26,7 +26,7 @@ if CONFIG['OS_ARCH'] == 'GNU': + 'xptcstubs_gcc_x86_unix.cpp' + ] + +-if CONFIG['OS_ARCH'] in ('Linux', 'FreeBSD', 'NetBSD', 'OpenBSD') or \ ++if CONFIG['OS_ARCH'] in ('Linux', 'FreeBSD', 'NetBSD', 'OpenBSD', 'DragonFly') or \ + CONFIG['OS_ARCH'].startswith('GNU_'): + if CONFIG['OS_TEST'] == 'x86_64': + SOURCES += [ diff --git a/mail/thunderbird38/patches/patch-mozilla_xpcom_reflect_xptcall_md_unix_xptcinvoke__arm__netbsd.cpp b/mail/thunderbird38/patches/patch-mozilla_xpcom_reflect_xptcall_md_unix_xptcinvoke__arm__netbsd.cpp new file mode 100644 index 0000000000000..97492e4d3013d --- /dev/null +++ b/mail/thunderbird38/patches/patch-mozilla_xpcom_reflect_xptcall_md_unix_xptcinvoke__arm__netbsd.cpp @@ -0,0 +1,527 @@ +$NetBSD: patch-mozilla_xpcom_reflect_xptcall_md_unix_xptcinvoke__arm__netbsd.cpp,v 1.1 2016/04/17 18:22:21 ryoon Exp $ + +--- mozilla/xpcom/reflect/xptcall/md/unix/xptcinvoke_arm_netbsd.cpp.orig 2015-06-08 17:49:34.000000000 +0000 ++++ mozilla/xpcom/reflect/xptcall/md/unix/xptcinvoke_arm_netbsd.cpp +@@ -7,82 +7,92 @@ + + #include "xptcprivate.h" + +-// Remember that these 'words' are 32bit DWORDS ++#include "mozilla/Compiler.h" + +-static uint32_t +-invoke_count_words(uint32_t paramCount, nsXPTCVariant* s) ++#ifndef __ARM_PCS_VFP ++ ++/* This function copies a 64-bits word from dw to the given pointer in ++ * a buffer delimited by start and end, possibly wrapping around the ++ * buffer boundaries, and/or properly aligning the data at 64-bits word ++ * boundaries (for EABI). ++ * start and end are both assumed to be 64-bits aligned. ++ * Returns a pointer to the second 32-bits word copied (to accomodate ++ * the invoke_copy_to_stack loop). ++ */ ++static uint32_t * ++copy_double_word(uint32_t *start, uint32_t *current, uint32_t *end, uint64_t *dw) + { +- uint32_t result = 0; +- for(uint32_t i = 0; i < paramCount; i++, s++) +- { +- if(s->IsPtrData()) +- { +- result++; +- continue; +- } +- switch(s->type) +- { +- case nsXPTType::T_I8 : +- case nsXPTType::T_I16 : +- case nsXPTType::T_I32 : +- result++; +- break; +- case nsXPTType::T_I64 : +- result+=2; +- break; +- case nsXPTType::T_U8 : +- case nsXPTType::T_U16 : +- case nsXPTType::T_U32 : +- result++; +- break; +- case nsXPTType::T_U64 : +- result+=2; +- break; +- case nsXPTType::T_FLOAT : +- result++; +- break; +- case nsXPTType::T_DOUBLE : +- result+=2; +- break; +- case nsXPTType::T_BOOL : +- case nsXPTType::T_CHAR : +- case nsXPTType::T_WCHAR : +- result++; +- break; +- default: +- // all the others are plain pointer types +- result++; +- break; +- } ++#ifdef __ARM_EABI__ ++ /* Aligning the pointer for EABI */ ++ current = (uint32_t *)(((uint32_t)current + 7) & ~7); ++ /* Wrap when reaching the end of the buffer */ ++ if (current == end) current = start; ++#else ++ /* On non-EABI, 64-bits values are not aligned and when we reach the end ++ * of the buffer, we need to write half of the data at the end, and the ++ * other half at the beginning. */ ++ if (current == end - 1) { ++ *current = ((uint32_t*)dw)[0]; ++ *start = ((uint32_t*)dw)[1]; ++ return start; + } +- return result; ++#endif ++ ++ *((uint64_t*) current) = *dw; ++ return current + 1; + } + +-static void +-invoke_copy_to_stack(uint32_t* d, uint32_t paramCount, nsXPTCVariant* s) ++/* See stack_space comment in NS_InvokeByIndex to see why this needs not to ++ * be static on DEBUG builds. */ ++#ifndef DEBUG ++static ++#endif ++void ++invoke_copy_to_stack(uint32_t* stk, uint32_t *end, ++ uint32_t paramCount, nsXPTCVariant* s) + { ++ /* The stack buffer is 64-bits aligned. The end argument points to its end. ++ * The caller is assumed to create a stack buffer of at least four 32-bits ++ * words. ++ * We use the last three 32-bit words to store the values for r1, r2 and r3 ++ * for the method call, i.e. the first words for arguments passing. ++ */ ++ uint32_t *d = end - 3; + for(uint32_t i = 0; i < paramCount; i++, d++, s++) + { ++ /* Wrap when reaching the end of the stack buffer */ ++ if (d == end) d = stk; ++ NS_ASSERTION(d >= stk && d < end, ++ "invoke_copy_to_stack is copying outside its given buffer"); + if(s->IsPtrData()) + { + *((void**)d) = s->ptr; + continue; + } ++ // According to the ARM EABI, integral types that are smaller than a word ++ // are to be sign/zero-extended to a full word and treated as 4-byte values. ++ + switch(s->type) + { +- case nsXPTType::T_I8 : *((int8_t*) d) = s->val.i8; break; +- case nsXPTType::T_I16 : *((int16_t*) d) = s->val.i16; break; ++ case nsXPTType::T_I8 : *((int32_t*) d) = s->val.i8; break; ++ case nsXPTType::T_I16 : *((int32_t*) d) = s->val.i16; break; + case nsXPTType::T_I32 : *((int32_t*) d) = s->val.i32; break; +- case nsXPTType::T_I64 : *((int64_t*) d) = s->val.i64; d++; break; +- case nsXPTType::T_U8 : *((uint8_t*) d) = s->val.u8; break; +- case nsXPTType::T_U16 : *((uint16_t*)d) = s->val.u16; break; ++ case nsXPTType::T_I64 : ++ d = copy_double_word(stk, d, end, (uint64_t *)&s->val.i64); ++ break; ++ case nsXPTType::T_U8 : *((uint32_t*)d) = s->val.u8; break; ++ case nsXPTType::T_U16 : *((uint32_t*)d) = s->val.u16; break; + case nsXPTType::T_U32 : *((uint32_t*)d) = s->val.u32; break; +- case nsXPTType::T_U64 : *((uint64_t*)d) = s->val.u64; d++; break; ++ case nsXPTType::T_U64 : ++ d = copy_double_word(stk, d, end, (uint64_t *)&s->val.u64); ++ break; + case nsXPTType::T_FLOAT : *((float*) d) = s->val.f; break; +- case nsXPTType::T_DOUBLE : *((double*) d) = s->val.d; d++; break; +- case nsXPTType::T_BOOL : *((bool*) d) = s->val.b; break; +- case nsXPTType::T_CHAR : *((char*) d) = s->val.c; break; +- case nsXPTType::T_WCHAR : *((wchar_t*) d) = s->val.wc; break; ++ case nsXPTType::T_DOUBLE : ++ d = copy_double_word(stk, d, end, (uint64_t *)&s->val.d); ++ break; ++ case nsXPTType::T_BOOL : *((int32_t*) d) = s->val.b; break; ++ case nsXPTType::T_CHAR : *((int32_t*) d) = s->val.c; break; ++ case nsXPTType::T_WCHAR : *((int32_t*) d) = s->val.wc; break; + default: + // all the others are plain pointer types + *((void**)d) = s->val.p; +@@ -91,47 +101,27 @@ invoke_copy_to_stack(uint32_t* d, uint32 + } + } + +-extern "C" +-struct my_params_struct { +- nsISupports* that; +- uint32_t Index; +- uint32_t Count; +- nsXPTCVariant* params; +- uint32_t fn_count; +- uint32_t fn_copy; +-}; ++typedef nsresult (*vtable_func)(nsISupports *, uint32_t, uint32_t, uint32_t); + +-XPTC_PUBLIC_API(nsresult) +-XPTC_InvokeByIndex(nsISupports* that, uint32_t methodIndex, ++EXPORT_XPCOM_API(nsresult) ++NS_InvokeByIndex(nsISupports* that, uint32_t methodIndex, + uint32_t paramCount, nsXPTCVariant* params) + { +- uint32_t result; +- struct my_params_struct my_params; +- my_params.that = that; +- my_params.Index = methodIndex; +- my_params.Count = paramCount; +- my_params.params = params; +- my_params.fn_copy = (uint32_t) &invoke_copy_to_stack; +- my_params.fn_count = (uint32_t) &invoke_count_words; + + /* This is to call a given method of class that. + * The parameters are in params, the number is in paramCount. + * The routine will issue calls to count the number of words + * required for argument passing and to copy the arguments to + * the stack. +- * Since APCS passes the first 3 params in r1-r3, we need to +- * load the first three words from the stack and correct the stack +- * pointer (sp) in the appropriate way. This means: +- * +- * 1.) more than 3 arguments: load r1-r3, correct sp and remember No. +- * of bytes left on the stack in r4 +- * +- * 2.) <= 2 args: load r1-r3 (we won't be causing a stack overflow I hope), +- * restore sp as if nothing had happened and set the marker r4 to zero. +- * +- * Afterwards sp will be restored using the value in r4 (which is not a temporary register +- * and will be preserved by the function/method called according to APCS [ARM Procedure +- * Calling Standard]). ++ * ACPS passes the first 3 params in r1-r3 (with exceptions for 64-bits ++ * arguments), and the remaining goes onto the stack. ++ * We allocate a buffer on the stack for a "worst case" estimate of how much ++ * stack might be needed for EABI, i.e. twice the number of parameters. ++ * The end of this buffer will be used to store r1 to r3, so that the start ++ * of the stack is the remaining parameters. ++ * The magic here is to call the method with "that" and three 32-bits ++ * arguments corresponding to r1-r3, so that the compiler generates the ++ * proper function call. The stack will also contain the remaining arguments. + * + * !!! IMPORTANT !!! + * This routine makes assumptions about the vtable layout of the c++ compiler. It's implemented +@@ -139,43 +129,272 @@ XPTC_InvokeByIndex(nsISupports* that, ui + * + */ + +- __asm__ __volatile__( +- "ldr r1, [%1, #12] \n\t" /* prepare to call invoke_count_words */ +- "ldr ip, [%1, #16] \n\t" /* r0=paramCount, r1=params */ +- "ldr r0, [%1, #8] \n\t" +- "mov lr, pc \n\t" /* call it... */ +- "mov pc, ip \n\t" +- "mov r4, r0, lsl #2 \n\t" /* This is the amount of bytes needed. */ +- "sub sp, sp, r4 \n\t" /* use stack space for the args... */ +- "mov r0, sp \n\t" /* prepare a pointer an the stack */ +- "ldr r1, [%1, #8] \n\t" /* =paramCount */ +- "ldr r2, [%1, #12] \n\t" /* =params */ +- "ldr ip, [%1, #20] \n\t" /* =invoke_copy_to_stack */ +- "mov lr, pc \n\t" /* copy args to the stack like the */ +- "mov pc, ip \n\t" /* compiler would. */ +- "ldr r0, [%1] \n\t" /* =that */ +- "ldr r1, [r0, #0] \n\t" /* get that->vtable offset */ +- "ldr r2, [%1, #4] \n\t" +- "add r2, r1, r2, lsl #3\n\t" /* a vtable_entry(x)=8 + (8 bytes * x) */ +- "add r2, r2, #8 \n\t" /* with this compilers */ +- "ldr r3, [r2] \n\t" /* get virtual offset from vtable */ +- "mov r3, r3, lsl #16 \n\t" +- "add r0, r0, r3, asr #16\n\t" +- "ldr ip, [r2, #4] \n\t" /* get method address from vtable */ +- "cmp r4, #12 \n\t" /* more than 3 arguments??? */ +- "ldmgtia sp!, {r1, r2, r3}\n\t" /* yes: load arguments for r1-r3 */ +- "subgt r4, r4, #12 \n\t" /* and correct the stack pointer */ +- "ldmleia sp, {r1, r2, r3}\n\t" /* no: load r1-r3 from stack */ +- "addle sp, sp, r4 \n\t" /* and restore stack pointer */ +- "movle r4, #0 \n\t" /* a mark for restoring sp */ +- "mov lr, pc \n\t" /* call mathod */ +- "mov pc, ip \n\t" +- "add sp, sp, r4 \n\t" /* restore stack pointer */ +- "mov %0, r0 \n\t" /* the result... */ +- : "=r" (result) +- : "r" (&my_params) +- : "r0", "r1", "r2", "r3", "r4", "ip", "lr" +- ); +- +- return result; ++ vtable_func *vtable, func; ++ int base_size = (paramCount > 1) ? paramCount : 2; ++ ++/* !!! IMPORTANT !!! ++ * On DEBUG builds, the NS_ASSERTION used in invoke_copy_to_stack needs to use ++ * the stack to pass the 5th argument to NS_DebugBreak. When invoke_copy_to_stack ++ * is inlined, this can result, depending on the compiler and flags, in the ++ * stack pointer not pointing at stack_space when the method is called at the ++ * end of this function. More generally, any function call requiring stack ++ * allocation of arguments is unsafe to be inlined in this function. ++ */ ++ uint32_t *stack_space = (uint32_t *) __builtin_alloca(base_size * 8); ++ ++ invoke_copy_to_stack(stack_space, &stack_space[base_size * 2], ++ paramCount, params); ++ ++ vtable = *reinterpret_cast(that); ++ func = vtable[methodIndex]; ++ ++ return func(that, stack_space[base_size * 2 - 3], ++ stack_space[base_size * 2 - 2], ++ stack_space[base_size * 2 - 1]); + } ++ ++#else /* __ARM_PCS_VFP */ ++ ++/* "Procedure Call Standard for the ARM Architecture" document, sections ++ * "5.5 Parameter Passing" and "6.1.2 Procedure Calling" contain all the ++ * needed information. ++ * ++ * http://infocenter.arm.com/help/topic/com.arm.doc.ihi0042d/IHI0042D_aapcs.pdf ++ */ ++ ++#if defined(__thumb__) && !defined(__thumb2__) ++#error "Thumb1 is not supported" ++#endif ++ ++#ifndef __ARMEL__ ++#error "Only little endian compatibility was tested" ++#endif ++ ++/* ++ * Allocation of integer function arguments initially to registers r1-r3 ++ * and then to stack. Handling of 'this' argument which goes to r0 registers ++ * is handled separately and does not belong to these two inline functions. ++ * ++ * The doubleword arguments are allocated to even:odd ++ * register pairs or get aligned at 8-byte boundary on stack. The "holes" ++ * which may appear as a result of this realignment remain unused. ++ * ++ * 'ireg_args' - pointer to the current position in the buffer, ++ * corresponding to the register arguments ++ * 'stack_args' - pointer to the current position in the buffer, ++ * corresponding to the arguments on stack ++ * 'end' - pointer to the end of the registers argument ++ * buffer (it is guaranteed to be 8-bytes aligned) ++ */ ++ ++static inline void copy_word(uint32_t* &ireg_args, ++ uint32_t* &stack_args, ++ uint32_t* end, ++ uint32_t data) ++{ ++ if (ireg_args < end) { ++ *ireg_args = data; ++ ireg_args++; ++ } else { ++ *stack_args = data; ++ stack_args++; ++ } ++} ++ ++static inline void copy_dword(uint32_t* &ireg_args, ++ uint32_t* &stack_args, ++ uint32_t* end, ++ uint64_t data) ++{ ++ if (ireg_args + 1 < end) { ++ if ((uint32_t)ireg_args & 4) { ++ ireg_args++; ++ } ++ *(uint64_t *)ireg_args = data; ++ ireg_args += 2; ++ } else { ++ if ((uint32_t)stack_args & 4) { ++ stack_args++; ++ } ++ *(uint64_t *)stack_args = data; ++ stack_args += 2; ++ } ++} ++ ++/* ++ * Allocation of floating point arguments to VFP registers (s0-s15, d0-d7). ++ * ++ * Unlike integer registers allocation, "back-filling" needs to be ++ * supported. For example, the third floating point argument in the ++ * following function is going to be allocated to s1 register, back-filling ++ * the "hole": ++ * void f(float s0, double d1, float s1) ++ * ++ * Refer to the "Procedure Call Standard for the ARM Architecture" document ++ * for more details. ++ * ++ * 'vfp_s_args' - pointer to the current position in the buffer with ++ * the next unallocated single precision register ++ * 'vfp_d_args' - pointer to the current position in the buffer with ++ * the next unallocated double precision register, ++ * it has the same value as 'vfp_s_args' when back-filling ++ * is not used ++ * 'end' - pointer to the end of the vfp registers argument ++ * buffer (it is guaranteed to be 8-bytes aligned) ++ * ++ * Mozilla bugtracker has a test program attached which be used for ++ * experimenting with VFP registers allocation code and testing its ++ * correctness: ++ * https://bugzilla.mozilla.org/show_bug.cgi?id=601914#c19 ++ */ ++ ++static inline bool copy_vfp_single(float* &vfp_s_args, double* &vfp_d_args, ++ float* end, float data) ++{ ++ if (vfp_s_args >= end) ++ return false; ++ ++ *vfp_s_args = data; ++ vfp_s_args++; ++ if (vfp_s_args < (float *)vfp_d_args) { ++ // It was the case of back-filling, now the next free single precision ++ // register should overlap with the next free double precision register ++ vfp_s_args = (float *)vfp_d_args; ++ } else if (vfp_s_args > (float *)vfp_d_args) { ++ // also update the pointer to the next free double precision register ++ vfp_d_args++; ++ } ++ return true; ++} ++ ++static inline bool copy_vfp_double(float* &vfp_s_args, double* &vfp_d_args, ++ float* end, double data) ++{ ++ if (vfp_d_args >= (double *)end) { ++ // The back-filling continues only so long as no VFP CPRC has been ++ // allocated to a slot on the stack. Basically no VFP registers can ++ // be allocated after this point. ++ vfp_s_args = end; ++ return false; ++ } ++ ++ if (vfp_s_args == (float *)vfp_d_args) { ++ // also update the pointer to the next free single precision register ++ vfp_s_args += 2; ++ } ++ *vfp_d_args = data; ++ vfp_d_args++; ++ return true; ++} ++ ++static void ++invoke_copy_to_stack(uint32_t* stk, uint32_t *end, ++ uint32_t paramCount, nsXPTCVariant* s) ++{ ++ uint32_t *ireg_args = end - 3; ++ float *vfp_s_args = (float *)end; ++ double *vfp_d_args = (double *)end; ++ float *vfp_end = vfp_s_args + 16; ++ ++ for (uint32_t i = 0; i < paramCount; i++, s++) { ++ if (s->IsPtrData()) { ++ copy_word(ireg_args, stk, end, (uint32_t)s->ptr); ++ continue; ++ } ++ // According to the ARM EABI, integral types that are smaller than a word ++ // are to be sign/zero-extended to a full word and treated as 4-byte values ++ switch (s->type) ++ { ++ case nsXPTType::T_FLOAT: ++ if (!copy_vfp_single(vfp_s_args, vfp_d_args, vfp_end, s->val.f)) { ++ copy_word(end, stk, end, reinterpret_cast(s->val.f)); ++ } ++ break; ++ case nsXPTType::T_DOUBLE: ++ if (!copy_vfp_double(vfp_s_args, vfp_d_args, vfp_end, s->val.d)) { ++ copy_dword(end, stk, end, reinterpret_cast(s->val.d)); ++ } ++ break; ++ case nsXPTType::T_I8: copy_word(ireg_args, stk, end, s->val.i8); break; ++ case nsXPTType::T_I16: copy_word(ireg_args, stk, end, s->val.i16); break; ++ case nsXPTType::T_I32: copy_word(ireg_args, stk, end, s->val.i32); break; ++ case nsXPTType::T_I64: copy_dword(ireg_args, stk, end, s->val.i64); break; ++ case nsXPTType::T_U8: copy_word(ireg_args, stk, end, s->val.u8); break; ++ case nsXPTType::T_U16: copy_word(ireg_args, stk, end, s->val.u16); break; ++ case nsXPTType::T_U32: copy_word(ireg_args, stk, end, s->val.u32); break; ++ case nsXPTType::T_U64: copy_dword(ireg_args, stk, end, s->val.u64); break; ++ case nsXPTType::T_BOOL: copy_word(ireg_args, stk, end, s->val.b); break; ++ case nsXPTType::T_CHAR: copy_word(ireg_args, stk, end, s->val.c); break; ++ case nsXPTType::T_WCHAR: copy_word(ireg_args, stk, end, s->val.wc); break; ++ default: ++ // all the others are plain pointer types ++ copy_word(ireg_args, stk, end, reinterpret_cast(s->val.p)); ++ break; ++ } ++ } ++} ++ ++typedef uint32_t (*vtable_func)(nsISupports *, uint32_t, uint32_t, uint32_t); ++ ++EXPORT_XPCOM_API(nsresult) ++NS_InvokeByIndex(nsISupports* that, uint32_t methodIndex, ++ uint32_t paramCount, nsXPTCVariant* params) ++{ ++ vtable_func *vtable = *reinterpret_cast(that); ++ vtable_func func = vtable[methodIndex]; ++ // 'register uint32_t result asm("r0")' could be used here, but it does not ++ // seem to be reliable in all cases: http://gcc.gnu.org/PR46164 ++ nsresult result; ++ asm ( ++ "mov r3, sp\n" ++ "mov %[stack_space_size], %[param_count_plus_2], lsl #3\n" ++ "tst r3, #4\n" /* check stack alignment */ ++ ++ "add %[stack_space_size], #(4 * 16)\n" /* space for VFP registers */ ++ "mov r3, %[params]\n" ++ ++ "it ne\n" ++ "addne %[stack_space_size], %[stack_space_size], #4\n" ++ "sub r0, sp, %[stack_space_size]\n" /* allocate space on stack */ ++ ++ "sub r2, %[param_count_plus_2], #2\n" ++ "mov sp, r0\n" ++ ++ "add r1, r0, %[param_count_plus_2], lsl #3\n" ++ "blx %[invoke_copy_to_stack]\n" ++ ++ "add ip, sp, %[param_count_plus_2], lsl #3\n" ++ "mov r0, %[that]\n" ++ "ldmdb ip, {r1, r2, r3}\n" ++ "vldm ip, {d0, d1, d2, d3, d4, d5, d6, d7}\n" ++ "blx %[func]\n" ++ ++ "add sp, sp, %[stack_space_size]\n" /* cleanup stack */ ++ "mov %[stack_space_size], r0\n" /* it's actually 'result' variable */ ++ : [stack_space_size] "=&r" (result) ++ : [func] "r" (func), ++ [that] "r" (that), ++ [params] "r" (params), ++ [param_count_plus_2] "r" (paramCount + 2), ++ [invoke_copy_to_stack] "r" (invoke_copy_to_stack) ++ : "cc", "memory", ++ // Mark all the scratch registers as clobbered because they may be ++ // modified by the functions, called from this inline assembly block ++ "r0", "r1", "r2", "r3", "ip", "lr", ++ "d0", "d1", "d2", "d3", "d4", "d5", "d6", "d7", ++ // Also unconditionally mark d16-d31 registers as clobbered even though ++ // they actually don't exist in vfpv2 and vfpv3-d16 variants. There is ++ // no way to identify VFP variant using preprocessor at the momemnt ++ // (see http://gcc.gnu.org/PR46128 for more details), but fortunately ++ // current versions of gcc do not seem to complain about these registers ++ // even when this code is compiled with '-mfpu=vfpv3-d16' option. ++ // If gcc becomes more strict in the future and/or provides a way to ++ // identify VFP variant, the following d16-d31 registers list needs ++ // to be wrapped into some #ifdef ++ "d16", "d17", "d18", "d19", "d20", "d21", "d22", "d23", ++ "d24", "d25", "d26", "d27", "d28", "d29", "d30", "d31" ++ ); ++ return result; ++} ++ ++#endif diff --git a/mail/thunderbird38/patches/patch-mozilla_xpcom_reflect_xptcall_md_unix_xptcinvoke__asm__mips.S b/mail/thunderbird38/patches/patch-mozilla_xpcom_reflect_xptcall_md_unix_xptcinvoke__asm__mips.S new file mode 100644 index 0000000000000..5ef4f4ff828b7 --- /dev/null +++ b/mail/thunderbird38/patches/patch-mozilla_xpcom_reflect_xptcall_md_unix_xptcinvoke__asm__mips.S @@ -0,0 +1,52 @@ +$NetBSD: patch-mozilla_xpcom_reflect_xptcall_md_unix_xptcinvoke__asm__mips.S,v 1.1 2016/04/17 18:22:21 ryoon Exp $ + +--- mozilla/xpcom/reflect/xptcall/md/unix/xptcinvoke_asm_mips.S.orig 2015-06-08 17:49:34.000000000 +0000 ++++ mozilla/xpcom/reflect/xptcall/md/unix/xptcinvoke_asm_mips.S +@@ -16,6 +16,47 @@ + #include + #endif + ++#ifdef __NetBSD__ ++# include ++# include ++# ifndef fp ++# define fp s8 ++# endif ++# ifndef PTRLOG ++# if SZREG == 4 ++# define PTRLOG 2 ++# else ++# define PTRLOG 3 ++# endif ++# endif ++# ifndef SETUP_GP ++# if defined(__mips_o32) ++# define SETUP_GP \ ++ .set push; \ ++ .set noreorder; \ ++ .cpload t9; \ ++ .set pop ++# define SAVE_GP(x) \ ++ .cprestore x ++# else ++# define SETUP_GP ++# define SAVE_GP(x) ++# endif ++# endif ++# ifndef ALSZ ++# if defined(__mips_n32) || defined(__mips_n64) ++# define ALSZ 15 ++# define ALMASK ~15 ++# else ++# define ALSZ 7 ++# define ALMASK ~7 ++# endif ++# endif ++#else ++# include ++# include ++#endif ++ + # NARGSAVE is the argument space in the callers frame, including extra + # 'shadowed' space for the argument registers. The minimum of 4 + # argument slots is sometimes predefined in the header files. diff --git a/mail/thunderbird38/patches/patch-mozilla_xpcom_reflect_xptcall_md_unix_xptcinvoke__asm__ppc__netbsd.s b/mail/thunderbird38/patches/patch-mozilla_xpcom_reflect_xptcall_md_unix_xptcinvoke__asm__ppc__netbsd.s new file mode 100644 index 0000000000000..0bb21eea96e2a --- /dev/null +++ b/mail/thunderbird38/patches/patch-mozilla_xpcom_reflect_xptcall_md_unix_xptcinvoke__asm__ppc__netbsd.s @@ -0,0 +1,25 @@ +$NetBSD: patch-mozilla_xpcom_reflect_xptcall_md_unix_xptcinvoke__asm__ppc__netbsd.s,v 1.1 2016/04/17 18:22:21 ryoon Exp $ + +--- mozilla/xpcom/reflect/xptcall/md/unix/xptcinvoke_asm_ppc_netbsd.s.orig 2015-06-08 17:49:34.000000000 +0000 ++++ mozilla/xpcom/reflect/xptcall/md/unix/xptcinvoke_asm_ppc_netbsd.s +@@ -20,15 +20,15 @@ + + .section ".text" + .align 2 +- .globl XPTC_InvokeByIndex +- .type XPTC_InvokeByIndex,@function ++ .globl NS_InvokeByIndex_P ++ .type NS_InvokeByIndex_P,@function + + # +-# XPTC_InvokeByIndex(nsISupports* that, uint32_t methodIndex, +-# uint32_t paramCount, nsXPTCVariant* params) ++# NS_InvokeByIndex_P(nsISupports* that, PRUint32 methodIndex, ++# PRUint32 paramCount, nsXPTCVariant* params) + # + +-XPTC_InvokeByIndex: ++NS_InvokeByIndex_P: + stwu sp,-32(sp) # setup standard stack frame + mflr r0 # save LR + stw r3,8(sp) # r3 <= that diff --git a/mail/thunderbird38/patches/patch-mozilla_xpcom_reflect_xptcall_md_unix_xptcinvoke__gcc__x86__unix.cpp b/mail/thunderbird38/patches/patch-mozilla_xpcom_reflect_xptcall_md_unix_xptcinvoke__gcc__x86__unix.cpp new file mode 100644 index 0000000000000..fc39712e114ee --- /dev/null +++ b/mail/thunderbird38/patches/patch-mozilla_xpcom_reflect_xptcall_md_unix_xptcinvoke__gcc__x86__unix.cpp @@ -0,0 +1,13 @@ +$NetBSD: patch-mozilla_xpcom_reflect_xptcall_md_unix_xptcinvoke__gcc__x86__unix.cpp,v 1.1 2016/04/17 18:22:21 ryoon Exp $ + +--- mozilla/xpcom/reflect/xptcall/md/unix/xptcinvoke_gcc_x86_unix.cpp.orig 2015-06-08 17:49:34.000000000 +0000 ++++ mozilla/xpcom/reflect/xptcall/md/unix/xptcinvoke_gcc_x86_unix.cpp +@@ -9,7 +9,7 @@ + #include "xptc_gcc_x86_unix.h" + + extern "C" { +-static void ATTRIBUTE_USED __attribute__ ((regparm(3))) ++void ATTRIBUTE_USED __attribute__ ((regparm(3))) + invoke_copy_to_stack(uint32_t paramCount, nsXPTCVariant* s, uint32_t* d) + { + for(uint32_t i = paramCount; i >0; i--, d++, s++) diff --git a/mail/thunderbird38/patches/patch-mozilla_xpcom_reflect_xptcall_md_unix_xptcinvoke__netbsd__m68k.cpp b/mail/thunderbird38/patches/patch-mozilla_xpcom_reflect_xptcall_md_unix_xptcinvoke__netbsd__m68k.cpp new file mode 100644 index 0000000000000..2ad637c90a223 --- /dev/null +++ b/mail/thunderbird38/patches/patch-mozilla_xpcom_reflect_xptcall_md_unix_xptcinvoke__netbsd__m68k.cpp @@ -0,0 +1,75 @@ +$NetBSD: patch-mozilla_xpcom_reflect_xptcall_md_unix_xptcinvoke__netbsd__m68k.cpp,v 1.1 2016/04/17 18:22:21 ryoon Exp $ + +--- mozilla/xpcom/reflect/xptcall/md/unix/xptcinvoke_netbsd_m68k.cpp.orig 2015-06-08 17:49:34.000000000 +0000 ++++ mozilla/xpcom/reflect/xptcall/md/unix/xptcinvoke_netbsd_m68k.cpp +@@ -100,6 +100,15 @@ extern "C" { + } + } + ++/* ++ * SYMBOL PREFIX must be "_" for aout symbols and "" for ELF ++ */ ++#ifndef __ELF__ ++#define SYMBOLPREFIX "_" ++#else ++#define SYMBOLPREFIX ++#endif ++ + XPTC_PUBLIC_API(nsresult) + XPTC_InvokeByIndex(nsISupports* that, uint32_t methodIndex, + uint32_t paramCount, nsXPTCVariant* params) +@@ -107,30 +116,30 @@ XPTC_InvokeByIndex(nsISupports* that, ui + uint32_t result; + + __asm__ __volatile__( +- "movl %4, sp@-\n\t" +- "movl %3, sp@-\n\t" +- "jbsr _invoke_count_words\n\t" /* count words */ +- "addql #8, sp\n\t" +- "lsll #2, d0\n\t" /* *= 4 */ +- "movl sp, a2\n\t" /* save original sp */ +- "subl d0, sp\n\t" /* make room for params */ +- "movl sp, a0\n\t" +- "movl %4, sp@-\n\t" +- "movl %3, sp@-\n\t" +- "movl a0, sp@-\n\t" +- "jbsr _invoke_copy_to_stack\n\t" /* copy params */ +- "addl #12, sp\n\t" +- "movl %1, a0\n\t" +- "movl a0@, a1\n\t" +- "movl %2, d0\n\t" /* function index */ +- "movl a0, d1\n\t" +- "movw a1@(8,d0:l:8), a0\n\t" +- "addl a0, d1\n\t" +- "movl a1@(12,d0:l:8), a1\n\t" +- "movl d1, sp@-\n\t" +- "jbsr a1@\n\t" +- "movl a2, sp\n\t" /* restore original sp */ +- "movl d0, %0\n\t" ++ "movl %4, %%sp@-\n\t" ++ "movl %3, %%sp@-\n\t" ++ "jbsr "SYMBOLPREFIX"invoke_count_words\n\t" /* count words */ ++ "addql #8, %%sp\n\t" ++ "lsll #2, %%d0\n\t" /* *= 4 */ ++ "movl %%sp, %%a2\n\t" /* save original sp */ ++ "subl %%d0, %%sp\n\t" /* make room for params */ ++ "movl %%sp, %%a0\n\t" ++ "movl %4, %%sp@-\n\t" ++ "movl %3, %%sp@-\n\t" ++ "movl %%a0, %%sp@-\n\t" ++ "jbsr "SYMBOLPREFIX"invoke_copy_to_stack\n\t" /* copy params */ ++ "addl #12, %%sp\n\t" ++ "movl %1, %%a0\n\t" ++ "movl %%a0@, %%a1\n\t" ++ "movl %2, %%d0\n\t" /* function index */ ++ "movl %%a0, %%d1\n\t" ++ "movw %%a1@(8,%%d0:l:8), %%a0\n\t" ++ "addl %%a0, %%d1\n\t" ++ "movl %%a1@(12,%%d0:l:8), %%a1\n\t" ++ "movl %%d1, %%sp@-\n\t" ++ "jbsr %%a1@\n\t" ++ "movl %%a2, %%sp\n\t" /* restore original sp */ ++ "movl %%d0, %0\n\t" + : "=g" (result) /* %0 */ + : "g" (that), /* %1 */ + "g" (methodIndex), /* %2 */ diff --git a/mail/thunderbird38/patches/patch-mozilla_xpcom_reflect_xptcall_md_unix_xptcinvoke__ppc__netbsd.cpp b/mail/thunderbird38/patches/patch-mozilla_xpcom_reflect_xptcall_md_unix_xptcinvoke__ppc__netbsd.cpp new file mode 100644 index 0000000000000..911713dbbdfc9 --- /dev/null +++ b/mail/thunderbird38/patches/patch-mozilla_xpcom_reflect_xptcall_md_unix_xptcinvoke__ppc__netbsd.cpp @@ -0,0 +1,47 @@ +$NetBSD: patch-mozilla_xpcom_reflect_xptcall_md_unix_xptcinvoke__ppc__netbsd.cpp,v 1.1 2016/04/17 18:22:21 ryoon Exp $ + +--- mozilla/xpcom/reflect/xptcall/md/unix/xptcinvoke_ppc_netbsd.cpp.orig 2015-06-08 17:49:34.000000000 +0000 ++++ mozilla/xpcom/reflect/xptcall/md/unix/xptcinvoke_ppc_netbsd.cpp +@@ -5,9 +5,9 @@ + + // Platform specific code to invoke XPCOM methods on native objects + +-// The purpose of XPTC_InvokeByIndex() is to map a platform ++// The purpose of NS_InvokeByIndex_P() is to map a platform + // indepenpent call to the platform ABI. To do that, +-// XPTC_InvokeByIndex() has to determine the method to call via vtable ++// NS_InvokeByIndex_P() has to determine the method to call via vtable + // access. The parameters for the method are read from the + // nsXPTCVariant* and prepared for the native ABI. For the Linux/PPC + // ABI this means that the first 8 integral and floating point +@@ -72,8 +72,10 @@ invoke_copy_to_stack(uint32_t* d, + if ((uint32_t) d & 4) d++; // doubles are 8-byte aligned on stack + *((double*) d) = s->val.d; + d += 2; ++#if __GXX_ABI_VERSION < 100 + if (gpr < GPR_COUNT) + gpr += 2; ++#endif + } + } + else if (!s->IsPtrData() && s->type == nsXPTType::T_FLOAT) { +@@ -82,8 +84,10 @@ invoke_copy_to_stack(uint32_t* d, + else { + *((float*) d) = s->val.f; + d += 1; ++#if __GXX_ABI_VERSION < 100 + if (gpr < GPR_COUNT) + gpr += 1; ++#endif + } + } + else if (!s->IsPtrData() && (s->type == nsXPTType::T_I64 +@@ -110,6 +114,6 @@ invoke_copy_to_stack(uint32_t* d, + } + + extern "C" +-XPTC_PUBLIC_API(nsresult) +-XPTC_InvokeByIndex(nsISupports* that, uint32_t methodIndex, ++EXPORT_XPCOM_API(nsresult) ++NS_InvokeByIndex_P(nsISupports* that, PRUint32 methodIndex, + uint32_t paramCount, nsXPTCVariant* params); diff --git a/mail/thunderbird38/patches/patch-mozilla_xpcom_reflect_xptcall_md_unix_xptcinvoke__sparc64__netbsd.cpp b/mail/thunderbird38/patches/patch-mozilla_xpcom_reflect_xptcall_md_unix_xptcinvoke__sparc64__netbsd.cpp new file mode 100644 index 0000000000000..45b39dff5e7d6 --- /dev/null +++ b/mail/thunderbird38/patches/patch-mozilla_xpcom_reflect_xptcall_md_unix_xptcinvoke__sparc64__netbsd.cpp @@ -0,0 +1,89 @@ +$NetBSD: patch-mozilla_xpcom_reflect_xptcall_md_unix_xptcinvoke__sparc64__netbsd.cpp,v 1.1 2016/04/17 18:22:21 ryoon Exp $ + +--- mozilla/xpcom/reflect/xptcall/md/unix/xptcinvoke_sparc64_netbsd.cpp.orig 2015-07-06 19:52:50.000000000 +0000 ++++ mozilla/xpcom/reflect/xptcall/md/unix/xptcinvoke_sparc64_netbsd.cpp +@@ -0,0 +1,84 @@ ++/* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*- ++ * ++ * The contents of this file are subject to the Netscape Public ++ * License Version 1.1 (the "License"); you may not use this file ++ * except in compliance with the License. You may obtain a copy of ++ * the License at http://www.mozilla.org/NPL/ ++ * ++ * Software distributed under the License is distributed on an "AS ++ * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or ++ * implied. See the License for the specific language governing ++ * rights and limitations under the License. ++ * ++ * The Original Code is mozilla.org code. ++ * ++ * The Initial Developer of the Original Code is Netscape ++ * Communications Corporation. Portions created by Netscape are ++ * Copyright (C) 1998 Netscape Communications Corporation. All ++ * Rights Reserved. ++ * ++ * Contributor(s): ++ */ ++ ++/* Platform specific code to invoke XPCOM methods on native objects */ ++ ++#include "xptcprivate.h" ++ ++#if !defined(__sparc64__) && !defined(_LP64) ++#error "This code is for Sparc64 only" ++#endif ++ ++extern "C" PRUint32 ++invoke_copy_to_stack(PRUint64* d, PRUint32 paramCount, nsXPTCVariant* s) ++{ ++ /* ++ We need to copy the parameters for this function to locals and use them ++ from there since the parameters occupy the same stack space as the stack ++ we're trying to populate. ++ */ ++ PRUint64 *l_d = d; ++ nsXPTCVariant *l_s = s; ++ PRUint64 l_paramCount = paramCount; ++ PRUint64 regCount = 0; // return the number of registers to load from the stack ++ ++ for(PRUint64 i = 0; i < l_paramCount; i++, l_d++, l_s++) ++ { ++ if (regCount < 5) regCount++; ++ ++ if (l_s->IsPtrData()) ++ { ++ *l_d = (PRUint64)l_s->ptr; ++ continue; ++ } ++ switch (l_s->type) ++ { ++ case nsXPTType::T_I8 : *((PRInt64*)l_d) = l_s->val.i8; break; ++ case nsXPTType::T_I16 : *((PRInt64*)l_d) = l_s->val.i16; break; ++ case nsXPTType::T_I32 : *((PRInt64*)l_d) = l_s->val.i32; break; ++ case nsXPTType::T_I64 : *((PRInt64*)l_d) = l_s->val.i64; break; ++ ++ case nsXPTType::T_U8 : *((PRUint64*)l_d) = l_s->val.u8; break; ++ case nsXPTType::T_U16 : *((PRUint64*)l_d) = l_s->val.u16; break; ++ case nsXPTType::T_U32 : *((PRUint64*)l_d) = l_s->val.u32; break; ++ case nsXPTType::T_U64 : *((PRUint64*)l_d) = l_s->val.u64; break; ++ ++ /* in the case of floats, we want to put the bits in to the ++ 64bit space right justified... floats in the paramter array on ++ sparcv9 use odd numbered registers.. %f1, %f3, so we have to skip ++ the space that would be occupied by %f0, %f2, etc. ++ */ ++ case nsXPTType::T_FLOAT : *(((float*)l_d) + 1) = l_s->val.f; break; ++ case nsXPTType::T_DOUBLE: *((double*)l_d) = l_s->val.d; break; ++ case nsXPTType::T_BOOL : *((PRInt64*)l_d) = l_s->val.b; break; ++ case nsXPTType::T_CHAR : *((PRUint64*)l_d) = l_s->val.c; break; ++ case nsXPTType::T_WCHAR : *((PRInt64*)l_d) = l_s->val.wc; break; ++ ++ default: ++ // all the others are plain pointer types ++ *((void**)l_d) = l_s->val.p; ++ break; ++ } ++ } ++ ++ return regCount; ++} diff --git a/mail/thunderbird38/patches/patch-mozilla_xpcom_reflect_xptcall_md_unix_xptcstubs__arm__netbsd.cpp b/mail/thunderbird38/patches/patch-mozilla_xpcom_reflect_xptcall_md_unix_xptcstubs__arm__netbsd.cpp new file mode 100644 index 0000000000000..969a09eec664c --- /dev/null +++ b/mail/thunderbird38/patches/patch-mozilla_xpcom_reflect_xptcall_md_unix_xptcstubs__arm__netbsd.cpp @@ -0,0 +1,217 @@ +$NetBSD: patch-mozilla_xpcom_reflect_xptcall_md_unix_xptcstubs__arm__netbsd.cpp,v 1.1 2016/04/17 18:22:21 ryoon Exp $ + +--- mozilla/xpcom/reflect/xptcall/md/unix/xptcstubs_arm_netbsd.cpp.orig 2015-06-08 17:49:34.000000000 +0000 ++++ mozilla/xpcom/reflect/xptcall/md/unix/xptcstubs_arm_netbsd.cpp +@@ -6,15 +6,32 @@ + /* Implement shared vtbl methods. */ + + #include "xptcprivate.h" ++#include "xptiprivate.h" + +-nsresult ATTRIBUTE_USED ++/* Specify explicitly a symbol for this function, don't try to guess the c++ mangled symbol. */ ++static nsresult PrepareAndDispatch(nsXPTCStubBase* self, uint32_t methodIndex, uint32_t* args) asm("_PrepareAndDispatch") ++ATTRIBUTE_USED; ++ ++#ifdef __ARM_EABI__ ++#define DOUBLEWORD_ALIGN(p) ((uint32_t *)((((uint32_t)(p)) + 7) & 0xfffffff8)) ++#else ++#define DOUBLEWORD_ALIGN(p) (p) ++#endif ++ ++// Apple's iOS toolchain is lame and does not support .cfi directives. ++#ifdef __APPLE__ ++#define CFI(str) ++#else ++#define CFI(str) str ++#endif ++ ++static nsresult + PrepareAndDispatch(nsXPTCStubBase* self, uint32_t methodIndex, uint32_t* args) + { + #define PARAM_BUFFER_COUNT 16 + + nsXPTCMiniVariant paramBuffer[PARAM_BUFFER_COUNT]; + nsXPTCMiniVariant* dispatchParams = nullptr; +- nsIInterfaceInfo* iface_info = nullptr; + const nsXPTMethodInfo* info; + uint8_t paramCount; + uint8_t i; +@@ -22,12 +39,7 @@ PrepareAndDispatch(nsXPTCStubBase* self, + + NS_ASSERTION(self,"no self"); + +- self->GetInterfaceInfo(&iface_info); +- NS_ASSERTION(iface_info,"no interface info"); +- +- iface_info->GetMethodInfo(uint16_t(methodIndex), &info); +- NS_ASSERTION(info,"no interface info"); +- ++ self->mEntry->GetMethodInfo(uint16_t(methodIndex), &info); + paramCount = info->GetParamCount(); + + // setup variant array pointer +@@ -55,13 +67,16 @@ PrepareAndDispatch(nsXPTCStubBase* self, + case nsXPTType::T_I8 : dp->val.i8 = *((int8_t*) ap); break; + case nsXPTType::T_I16 : dp->val.i16 = *((int16_t*) ap); break; + case nsXPTType::T_I32 : dp->val.i32 = *((int32_t*) ap); break; +- case nsXPTType::T_I64 : dp->val.i64 = *((int64_t*) ap); ap++; break; ++ case nsXPTType::T_I64 : ap = DOUBLEWORD_ALIGN(ap); ++ dp->val.i64 = *((int64_t*) ap); ap++; break; + case nsXPTType::T_U8 : dp->val.u8 = *((uint8_t*) ap); break; + case nsXPTType::T_U16 : dp->val.u16 = *((uint16_t*)ap); break; + case nsXPTType::T_U32 : dp->val.u32 = *((uint32_t*)ap); break; +- case nsXPTType::T_U64 : dp->val.u64 = *((uint64_t*)ap); ap++; break; ++ case nsXPTType::T_U64 : ap = DOUBLEWORD_ALIGN(ap); ++ dp->val.u64 = *((uint64_t*)ap); ap++; break; + case nsXPTType::T_FLOAT : dp->val.f = *((float*) ap); break; +- case nsXPTType::T_DOUBLE : dp->val.d = *((double*) ap); ap++; break; ++ case nsXPTType::T_DOUBLE : ap = DOUBLEWORD_ALIGN(ap); ++ dp->val.d = *((double*) ap); ap++; break; + case nsXPTType::T_BOOL : dp->val.b = *((bool*) ap); break; + case nsXPTType::T_CHAR : dp->val.c = *((char*) ap); break; + case nsXPTType::T_WCHAR : dp->val.wc = *((wchar_t*) ap); break; +@@ -71,9 +86,7 @@ PrepareAndDispatch(nsXPTCStubBase* self, + } + } + +- result = self->CallMethod((uint16_t)methodIndex, info, dispatchParams); +- +- NS_RELEASE(iface_info); ++ result = self->mOuter->CallMethod((uint16_t)methodIndex, info, dispatchParams); + + if(dispatchParams != paramBuffer) + delete [] dispatchParams; +@@ -82,26 +95,114 @@ PrepareAndDispatch(nsXPTCStubBase* self, + } + + /* +- * These stubs move just move the values passed in registers onto the stack, +- * so they are contiguous with values passed on the stack, and then calls +- * PrepareAndDispatch() to do the dirty work. ++ * This is our shared stub. ++ * ++ * r0 = Self. ++ * ++ * The Rules: ++ * We pass an (undefined) number of arguments into this function. ++ * The first 3 C++ arguments are in r1 - r3, the rest are built ++ * by the calling function on the stack. ++ * ++ * We are allowed to corrupt r0 - r3, ip, and lr. ++ * ++ * Other Info: ++ * We pass the stub number in using `ip'. ++ * ++ * Implementation: ++ * - We save r1 to r3 inclusive onto the stack, which will be ++ * immediately below the caller saved arguments. ++ * - setup r2 (PrepareAndDispatch's args pointer) to point at ++ * the base of all these arguments ++ * - Save LR (for the return address) ++ * - Set r1 (PrepareAndDispatch's methodindex argument) from ip ++ * - r0 is passed through (self) ++ * - Call PrepareAndDispatch ++ * - When the call returns, we return by loading the PC off the ++ * stack, and undoing the stack (one instruction)! ++ * + */ ++__asm__ ("\n" ++ ".text\n" ++ ".align 2\n" ++ "SharedStub:\n" ++ CFI(".cfi_startproc\n") ++ "stmfd sp!, {r1, r2, r3}\n" ++ CFI(".cfi_def_cfa_offset 12\n") ++ CFI(".cfi_offset r3, -4\n") ++ CFI(".cfi_offset r2, -8\n") ++ CFI(".cfi_offset r1, -12\n") ++ "mov r2, sp\n" ++ "str lr, [sp, #-4]!\n" ++ CFI(".cfi_def_cfa_offset 16\n") ++ CFI(".cfi_offset lr, -16\n") ++ "mov r1, ip\n" ++ "bl _PrepareAndDispatch\n" ++ "ldr pc, [sp], #16\n" ++ CFI(".cfi_endproc\n")); ++ ++/* ++ * Create sets of stubs to call the SharedStub. ++ * We don't touch the stack here, nor any registers, other than IP. ++ * IP is defined to be corruptable by a called function, so we are ++ * safe to use it. ++ * ++ * This will work with or without optimisation. ++ */ ++ ++/* ++ * Note : As G++3 ABI contains the length of the functionname in the ++ * mangled name, it is difficult to get a generic assembler mechanism like ++ * in the G++ 2.95 case. ++ * Create names would be like : ++ * _ZN14nsXPTCStubBase5Stub9Ev ++ * _ZN14nsXPTCStubBase6Stub13Ev ++ * _ZN14nsXPTCStubBase7Stub144Ev ++ * Use the assembler directives to get the names right... ++ */ ++ ++#define STUB_ENTRY(n) \ ++ __asm__( \ ++ ".section \".text\"\n" \ ++" .align 2\n" \ ++" .iflt ("#n" - 10)\n" \ ++" .globl _ZN14nsXPTCStubBase5Stub"#n"Ev\n" \ ++" .type _ZN14nsXPTCStubBase5Stub"#n"Ev,#function\n" \ ++"_ZN14nsXPTCStubBase5Stub"#n"Ev:\n" \ ++" .else\n" \ ++" .iflt ("#n" - 100)\n" \ ++" .globl _ZN14nsXPTCStubBase6Stub"#n"Ev\n" \ ++" .type _ZN14nsXPTCStubBase6Stub"#n"Ev,#function\n" \ ++"_ZN14nsXPTCStubBase6Stub"#n"Ev:\n" \ ++" .else\n" \ ++" .iflt ("#n" - 1000)\n" \ ++" .globl _ZN14nsXPTCStubBase7Stub"#n"Ev\n" \ ++" .type _ZN14nsXPTCStubBase7Stub"#n"Ev,#function\n" \ ++"_ZN14nsXPTCStubBase7Stub"#n"Ev:\n" \ ++" .else\n" \ ++" .err \"stub number "#n"> 1000 not yet supported\"\n" \ ++" .endif\n" \ ++" .endif\n" \ ++" .endif\n" \ ++" mov ip, #"#n"\n" \ ++" b SharedStub\n\t"); ++ ++#if 0 ++/* ++ * This part is left in as comment : this is how the method definition ++ * should look like. ++ */ ++ ++#define STUB_ENTRY(n) \ ++nsresult nsXPTCStubBase::Stub##n () \ ++{ \ ++ __asm__ ( \ ++" mov ip, #"#n"\n" \ ++" b SharedStub\n\t"); \ ++ return 0; /* avoid warnings */ \ ++} ++#endif + +-#define STUB_ENTRY(n) \ +-__asm__( \ +- ".global _Stub"#n"__14nsXPTCStubBase\n\t" \ +-"_Stub"#n"__14nsXPTCStubBase:\n\t" \ +- "stmfd sp!, {r1, r2, r3} \n\t" \ +- "mov ip, sp \n\t" \ +- "stmfd sp!, {fp, ip, lr, pc} \n\t" \ +- "sub fp, ip, #4 \n\t" \ +- "mov r1, #"#n" \n\t" /* = methodIndex */ \ +- "add r2, sp, #16 \n\t" \ +- "bl _PrepareAndDispatch__FP14nsXPTCStubBaseUiPUi \n\t" \ +- "ldmea fp, {fp, sp, lr} \n\t" \ +- "add sp, sp, #12 \n\t" \ +- "mov pc, lr \n\t" \ +-); + + #define SENTINEL_ENTRY(n) \ + nsresult nsXPTCStubBase::Sentinel##n() \ diff --git a/mail/thunderbird38/patches/patch-mozilla_xpcom_reflect_xptcall_md_unix_xptcstubs__asm__mips.S b/mail/thunderbird38/patches/patch-mozilla_xpcom_reflect_xptcall_md_unix_xptcstubs__asm__mips.S new file mode 100644 index 0000000000000..df6043a302d95 --- /dev/null +++ b/mail/thunderbird38/patches/patch-mozilla_xpcom_reflect_xptcall_md_unix_xptcstubs__asm__mips.S @@ -0,0 +1,52 @@ +$NetBSD: patch-mozilla_xpcom_reflect_xptcall_md_unix_xptcstubs__asm__mips.S,v 1.1 2016/04/17 18:22:21 ryoon Exp $ + +--- mozilla/xpcom/reflect/xptcall/md/unix/xptcstubs_asm_mips.S.orig 2015-06-08 17:49:34.000000000 +0000 ++++ mozilla/xpcom/reflect/xptcall/md/unix/xptcstubs_asm_mips.S +@@ -14,6 +14,47 @@ + #include + #endif + ++#ifdef __NetBSD__ ++# include ++# include ++# ifndef fp ++# define fp s8 ++# endif ++# ifndef PTRLOG ++# if SZREG == 4 ++# define PTRLOG 2 ++# else ++# define PTRLOG 3 ++# endif ++# endif ++# ifndef SETUP_GP ++# if defined(__mips_o32) ++# define SETUP_GP \ ++ .set push; \ ++ .set noreorder; \ ++ .cpload t9; \ ++ .set pop ++# define SAVE_GP(x) \ ++ .cprestore x ++# else ++# define SETUP_GP ++# define SAVE_GP(x) ++# endif ++# endif ++# ifndef ALSZ ++# if defined(__mips_n32) || defined(__mips_n64) ++# define ALSZ 15 ++# define ALMASK ~15 ++# else ++# define ALSZ 7 ++# define ALMASK ~7 ++# endif ++# endif ++#else ++# include ++# include ++#endif ++ + # NARGSAVE is the argument space in the callers frame, including extra + # 'shadowed' space for the argument registers. The minimum of 4 + # argument slots is sometimes predefined in the header files. diff --git a/mail/thunderbird38/patches/patch-mozilla_xpcom_reflect_xptcall_md_unix_xptcstubs__asm__sparc64__netbsd.s b/mail/thunderbird38/patches/patch-mozilla_xpcom_reflect_xptcall_md_unix_xptcstubs__asm__sparc64__netbsd.s new file mode 100644 index 0000000000000..262c21c3ca616 --- /dev/null +++ b/mail/thunderbird38/patches/patch-mozilla_xpcom_reflect_xptcall_md_unix_xptcstubs__asm__sparc64__netbsd.s @@ -0,0 +1,71 @@ +$NetBSD: patch-mozilla_xpcom_reflect_xptcall_md_unix_xptcstubs__asm__sparc64__netbsd.s,v 1.1 2016/04/17 18:22:21 ryoon Exp $ + +--- mozilla/xpcom/reflect/xptcall/md/unix/xptcstubs_asm_sparc64_netbsd.s.orig 2015-07-06 19:52:50.000000000 +0000 ++++ mozilla/xpcom/reflect/xptcall/md/unix/xptcstubs_asm_sparc64_netbsd.s +@@ -0,0 +1,66 @@ ++/* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*- ++ * ++ * The contents of this file are subject to the Netscape Public ++ * License Version 1.1 (the "License"); you may not use this file ++ * except in compliance with the License. You may obtain a copy of ++ * the License at http://www.mozilla.org/NPL/ ++ * ++ * Software distributed under the License is distributed on an "AS ++ * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or ++ * implied. See the License for the specific language governing ++ * rights and limitations under the License. ++ * ++ * The Original Code is mozilla.org code. ++ * ++ * The Initial Developer of the Original Code is Netscape ++ * Communications Corporation. Portions created by Netscape are ++ * Copyright (C) 1999 Netscape Communications Corporation. All ++ * Rights Reserved. ++ * ++ * Contributor(s): ++ */ ++ ++ .global SharedStub ++ ++/* ++ in the frame for the function that called SharedStub are the ++ rest of the parameters we need ++ ++*/ ++ ++SharedStub: ++! we don't create a new frame yet, but work within the frame of the calling ++! function to give ourselves the other parameters we want ++ ++ mov %o0, %o1 ! shuffle the index up to 2nd place ++ mov %i0, %o0 ! the original 'this' ++ add %fp, 0x7ff + 136, %o2 ! previous stack top adjusted to the first argument slot (beyond 'this') ++ ++! save off the original incoming parameters that arrived in ++! registers, the ABI guarantees the space for us to do this ++ stx %i1, [%fp + 0x7ff + 136] ++ stx %i2, [%fp + 0x7ff + 144] ++ stx %i3, [%fp + 0x7ff + 152] ++ stx %i4, [%fp + 0x7ff + 160] ++ stx %i5, [%fp + 0x7ff + 168] ++! now we can build our own stack frame ++ save %sp,-(128 + 64),%sp ! room for the register window and ++ ! struct pointer, rounded up to 0 % 64 ++! our function now appears to have been called ++! as SharedStub(nsISupports* that, PRUint32 index, PRUint32* args) ++! so we can just copy these through ++ ++ mov %i0, %o0 ++ mov %i1, %o1 ++ mov %i2, %o2 ++ call PrepareAndDispatch ++ nop ++ mov %o0,%i0 ! propagate return value ++ b .LL1 ++ nop ++.LL1: ++ ret ++ restore ++ ++ .size SharedStub, .-SharedStub ++ .type SharedStub, #function diff --git a/mail/thunderbird38/patches/patch-mozilla_xpcom_reflect_xptcall_md_unix_xptcstubs__gcc__x86__unix.cpp b/mail/thunderbird38/patches/patch-mozilla_xpcom_reflect_xptcall_md_unix_xptcstubs__gcc__x86__unix.cpp new file mode 100644 index 0000000000000..1e1648d68f57c --- /dev/null +++ b/mail/thunderbird38/patches/patch-mozilla_xpcom_reflect_xptcall_md_unix_xptcstubs__gcc__x86__unix.cpp @@ -0,0 +1,13 @@ +$NetBSD: patch-mozilla_xpcom_reflect_xptcall_md_unix_xptcstubs__gcc__x86__unix.cpp,v 1.1 2016/04/17 18:22:21 ryoon Exp $ + +--- mozilla/xpcom/reflect/xptcall/md/unix/xptcstubs_gcc_x86_unix.cpp.orig 2015-06-08 17:49:34.000000000 +0000 ++++ mozilla/xpcom/reflect/xptcall/md/unix/xptcstubs_gcc_x86_unix.cpp +@@ -10,7 +10,7 @@ + #include "xptc_gcc_x86_unix.h" + + extern "C" { +-static nsresult ATTRIBUTE_USED ++nsresult ATTRIBUTE_USED + __attribute__ ((regparm (3))) + PrepareAndDispatch(uint32_t methodIndex, nsXPTCStubBase* self, uint32_t* args) + { diff --git a/mail/thunderbird38/patches/patch-mozilla_xpcom_reflect_xptcall_md_unix_xptcstubs__netbsd__m68k.cpp b/mail/thunderbird38/patches/patch-mozilla_xpcom_reflect_xptcall_md_unix_xptcstubs__netbsd__m68k.cpp new file mode 100644 index 0000000000000..b1e9f112b03f4 --- /dev/null +++ b/mail/thunderbird38/patches/patch-mozilla_xpcom_reflect_xptcall_md_unix_xptcstubs__netbsd__m68k.cpp @@ -0,0 +1,41 @@ +$NetBSD: patch-mozilla_xpcom_reflect_xptcall_md_unix_xptcstubs__netbsd__m68k.cpp,v 1.1 2016/04/17 18:22:21 ryoon Exp $ + +--- mozilla/xpcom/reflect/xptcall/md/unix/xptcstubs_netbsd_m68k.cpp.orig 2015-06-08 17:49:34.000000000 +0000 ++++ mozilla/xpcom/reflect/xptcall/md/unix/xptcstubs_netbsd_m68k.cpp +@@ -91,17 +91,27 @@ extern "C" { + } + } + ++/* ++ * Beware: use % instead of %% for register identifiers in a preprocessor macro ++ * SYMBOL PREFIX must be "_" for aout and "" for ELF ++ */ ++#ifndef __ELF__ ++#define SYMBOLPREFIX "_" ++#else ++#define SYMBOLPREFIX ++#endif ++ + #define STUB_ENTRY(n) \ + __asm__( \ +- ".global _Stub"#n"__14nsXPTCStubBase\n\t" \ +-"_Stub"#n"__14nsXPTCStubBase:\n\t" \ +- "link a6,#0 \n\t" \ +- "lea a6@(12), a0 \n\t" /* pointer to args */ \ +- "movl a0, sp@- \n\t" \ +- "movl #"#n", sp@- \n\t" /* method index */ \ +- "movl a6@(8), sp@- \n\t" /* this */ \ +- "jbsr _PrepareAndDispatch \n\t" \ +- "unlk a6 \n\t" \ ++ ".global "SYMBOLPREFIX"Stub"#n"__14nsXPTCStubBase\n\t" \ ++SYMBOLPREFIX"Stub"#n"__14nsXPTCStubBase:\n\t" \ ++ "link %a6,#0 \n\t" \ ++ "lea %a6@(12), %a0 \n\t" /* pointer to args */ \ ++ "movl %a0, %sp@- \n\t" \ ++ "movl #"#n", %sp@- \n\t" /* method index */ \ ++ "movl %a6@(8), %sp@- \n\t" /* this */ \ ++ "jbsr "SYMBOLPREFIX"PrepareAndDispatch\n\t" \ ++ "unlk %a6 \n\t" \ + "rts \n\t" \ + ); + diff --git a/mail/thunderbird38/patches/patch-mozilla_xulrunner_installer_Makefile.in b/mail/thunderbird38/patches/patch-mozilla_xulrunner_installer_Makefile.in new file mode 100644 index 0000000000000..7114ab1dbcdcd --- /dev/null +++ b/mail/thunderbird38/patches/patch-mozilla_xulrunner_installer_Makefile.in @@ -0,0 +1,13 @@ +$NetBSD: patch-mozilla_xulrunner_installer_Makefile.in,v 1.1 2016/04/17 18:22:21 ryoon Exp $ + +--- mozilla/xulrunner/installer/Makefile.in.orig 2013-10-23 22:09:22.000000000 +0000 ++++ mozilla/xulrunner/installer/Makefile.in +@@ -96,7 +96,7 @@ endif + + install:: $(pkg_config_files) + @echo pkg_config_file: $(pkg_config_files) +- $(SYSINSTALL) $(IFLAGS1) $^ $(DESTDIR)$(libdir)/pkgconfig ++ $(SYSINSTALL) $(IFLAGS1) $^ $(DESTDIR)${PREFIX}/lib/${MOZILLA_PKG_NAME}/pkgconfig + + GARBAGE += $(pkg_config_files) + diff --git a/mail/thunderbird38/patches/patch-pb b/mail/thunderbird38/patches/patch-pb new file mode 100644 index 0000000000000..497ad29efd86c --- /dev/null +++ b/mail/thunderbird38/patches/patch-pb @@ -0,0 +1,11 @@ +$NetBSD: patch-pb,v 1.1 2016/04/17 18:22:21 ryoon Exp $ + +--- mozilla/xulrunner/installer/libxul.pc.in.orig 2014-07-18 00:05:57.000000000 +0000 ++++ mozilla/xulrunner/installer/libxul.pc.in +@@ -7,5 +7,5 @@ Name: libxul + Description: The Mozilla Runtime and Embedding Engine + Version: %MOZILLA_VERSION% + Requires: %NSPR_NAME% >= %NSPR_VERSION% +-Libs: -L${sdkdir}/lib %MOZ_XUL_LINK% ++Libs: -Wl,-R${prefix}/lib/xulrunner -Wl,-R${prefix}/lib/xulrunner -Wl,-R${prefix}/lib/xulrunner -Wl,-R${prefix}/lib/xulrunner -L${prefix}/lib/xulrunner %MOZ_XUL_LINK% + Cflags: -I${includedir} %WCHAR_CFLAGS% diff --git a/mail/thunderbird38/patches/patch-pc b/mail/thunderbird38/patches/patch-pc new file mode 100644 index 0000000000000..856844bbcb418 --- /dev/null +++ b/mail/thunderbird38/patches/patch-pc @@ -0,0 +1,12 @@ +$NetBSD: patch-pc,v 1.1 2016/04/17 18:22:21 ryoon Exp $ + +--- mozilla/xulrunner/installer/libxul-embedding.pc.in.orig 2014-07-18 00:05:57.000000000 +0000 ++++ mozilla/xulrunner/installer/libxul-embedding.pc.in +@@ -6,5 +6,6 @@ idldir=%idldir% + Name: libxul-embedding + Description: Static library for version-independent embedding of the Mozilla runtime + Version: %MOZILLA_VERSION% +-Libs: -L${sdkdir}/lib -lxpcomglue -ldl ++# XXXtnn -ldl removed ++Libs: -Wl,-R${prefix}/lib/xulrunner -Wl,-R${prefix}/lib/xulrunner -Wl,-R${prefix}/lib/xulrunner -Wl,-R${prefix}/lib/xulrunner -L${prefix}/lib/xulrunner -lxpcomglue + Cflags: -DXPCOM_GLUE -I${includedir} %WCHAR_CFLAGS% diff --git a/mail/thunderbird38/patches/patch-rc b/mail/thunderbird38/patches/patch-rc new file mode 100644 index 0000000000000..4a5b900f5f74f --- /dev/null +++ b/mail/thunderbird38/patches/patch-rc @@ -0,0 +1,16 @@ +$NetBSD: patch-rc,v 1.1 2016/04/17 18:22:21 ryoon Exp $ + +--- mozilla/browser/branding/unofficial/locales/en-US/brand.dtd.orig 2015-06-08 17:49:18.000000000 +0000 ++++ mozilla/browser/branding/unofficial/locales/en-US/brand.dtd +@@ -2,8 +2,8 @@ + - License, v. 2.0. If a copy of the MPL was not distributed with this + - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> + +- +- +- ++ ++ ++ + + diff --git a/mail/thunderbird/patches/patch-zc b/mail/thunderbird38/patches/patch-zc similarity index 94% rename from mail/thunderbird/patches/patch-zc rename to mail/thunderbird38/patches/patch-zc index 05dc8680c9281..c8a3fe5ad37ae 100644 --- a/mail/thunderbird/patches/patch-zc +++ b/mail/thunderbird38/patches/patch-zc @@ -1,4 +1,4 @@ -$NetBSD: patch-zc,v 1.6 2015/07/09 15:17:35 ryoon Exp $ +$NetBSD: patch-zc,v 1.1 2016/04/17 18:22:21 ryoon Exp $ --- mail/app/nsMailApp.cpp.orig 2015-06-08 17:40:39.000000000 +0000 +++ mail/app/nsMailApp.cpp diff --git a/math/Makefile b/math/Makefile index 5f488d7c91d27..03cfa9f343aa3 100644 --- a/math/Makefile +++ b/math/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.319 2016/03/03 13:34:01 wiz Exp $ +# $NetBSD: Makefile,v 1.320 2016/04/17 04:11:12 wen Exp $ COMMENT= Mathematics @@ -45,6 +45,7 @@ SUBDIR+= R-maps SUBDIR+= R-minqa SUBDIR+= R-mvtnorm SUBDIR+= R-ncdf +SUBDIR+= R-nloptr SUBDIR+= R-pixmap SUBDIR+= R-plyr SUBDIR+= R-quantreg diff --git a/math/R-ISwR/Makefile b/math/R-ISwR/Makefile index bb10dcd64461e..ea2f0f894206f 100644 --- a/math/R-ISwR/Makefile +++ b/math/R-ISwR/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2012/04/15 14:45:35 brook Exp $ +# $NetBSD: Makefile,v 1.8 2016/04/09 11:23:40 wen Exp $ CATEGORIES= databases math MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/} @@ -9,7 +9,7 @@ COMMENT= Data sets and scripts for 'Introductory Statistics with R' LICENSE= gnu-gpl-v2 R_PKGNAME= ISwR -R_PKGVER= 2.0-6 +R_PKGVER= 2.0-7 .include "../../math/R/Makefile.extension" .include "../../mk/bsd.pkg.mk" diff --git a/math/R-ISwR/distinfo b/math/R-ISwR/distinfo index debc2812e1b3b..f29a43b1a022d 100644 --- a/math/R-ISwR/distinfo +++ b/math/R-ISwR/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.6 2015/11/03 23:33:27 agc Exp $ +$NetBSD: distinfo,v 1.7 2016/04/09 11:23:40 wen Exp $ -SHA1 (R/ISwR_2.0-6.tar.gz) = e436387186a80421980136038b72dfa0b7a17150 -RMD160 (R/ISwR_2.0-6.tar.gz) = 67d91a7675c27bf86b299ee428412c1fc1f69cec -SHA512 (R/ISwR_2.0-6.tar.gz) = 5d6c77cfc169edb1a39c4d55953a507745284367c0c3011586aa918f2d170f43733adb4109a225500515688b0157bab54e4356bbf54b76c12dc03f1a68ee64c5 -Size (R/ISwR_2.0-6.tar.gz) = 162710 bytes +SHA1 (R/ISwR_2.0-7.tar.gz) = e0184f00e49bb4c91c134283764557fa65bb7d44 +RMD160 (R/ISwR_2.0-7.tar.gz) = f3afd17c7827fb6756760d01525ac7072a200339 +SHA512 (R/ISwR_2.0-7.tar.gz) = 606753e6f3263749436c509f645de245c0b20a67b99bb5c210283a48444b55bfc293a9501f78357c9ae4c96e6523b2858484d81308c7ad3a19d72807e00d3009 +Size (R/ISwR_2.0-7.tar.gz) = 163964 bytes diff --git a/math/R-genetics/Makefile b/math/R-genetics/Makefile index 76da0a9da0a5c..1b1f19d278a1d 100644 --- a/math/R-genetics/Makefile +++ b/math/R-genetics/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.9 2015/06/12 10:50:27 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2016/04/09 13:34:16 wen Exp $ # -PKGREVISION= 3 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/} @@ -13,7 +12,7 @@ LICENSE= gnu-gpl-v3 USE_TOOLS+= perl R_PKGNAME= genetics -R_PKGVER= 1.3.8 +R_PKGVER= 1.3.8.1 DEPENDS+= R-combinat>=0.0.8:../../math/R-combinat DEPENDS+= R-gdata>=2.8.2:../../math/R-gdata diff --git a/math/R-genetics/distinfo b/math/R-genetics/distinfo index 08954ab458124..1c92e702c0360 100644 --- a/math/R-genetics/distinfo +++ b/math/R-genetics/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.6 2015/11/03 23:33:28 agc Exp $ +$NetBSD: distinfo,v 1.7 2016/04/09 13:34:16 wen Exp $ -SHA1 (R/genetics_1.3.8.tar.gz) = f1bd9f75da1aedf4aaa7d3ee81d422c25ba03e8f -RMD160 (R/genetics_1.3.8.tar.gz) = cde22d63c019171360a9baee6a2843f731d96bb2 -SHA512 (R/genetics_1.3.8.tar.gz) = 642ff00f97a9ad86126a4ef117e7bf688d6acb532608548af5799740ed051ba86d01da518317f02b5da932428e644e224a740051a439d8bfb833db88b5cc2f0a -Size (R/genetics_1.3.8.tar.gz) = 210785 bytes +SHA1 (R/genetics_1.3.8.1.tar.gz) = 9ff973ff6e23b8607c11316e1a4934490d7ea546 +RMD160 (R/genetics_1.3.8.1.tar.gz) = 1cec60c9063f93e4da6b78f58f52b64cecddfaae +SHA512 (R/genetics_1.3.8.1.tar.gz) = 2ff842fc40da0d8e1dd1aab4b5897d8406438c003b25ba9bc289d3720cf2e7a5dabf82c63172a24a150ebe96ccad9506ea25aac239c08c6ff7614885851bdfd7 +Size (R/genetics_1.3.8.1.tar.gz) = 199642 bytes diff --git a/math/R-hwde/Makefile b/math/R-hwde/Makefile index 208d124e19b0a..e72aebc0cc201 100644 --- a/math/R-hwde/Makefile +++ b/math/R-hwde/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2013/08/30 12:58:11 joerg Exp $ +# $NetBSD: Makefile,v 1.8 2016/04/09 11:14:28 wen Exp $ CATEGORIES= math MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/} @@ -9,7 +9,7 @@ COMMENT= Models and tests for departure from Hardy-Weinberg equilibrium LICENSE= gnu-gpl-v2 R_PKGNAME= hwde -R_PKGVER= 0.63 +R_PKGVER= 0.67 .include "../../math/R/Makefile.extension" .include "../../mk/bsd.pkg.mk" diff --git a/math/R-hwde/distinfo b/math/R-hwde/distinfo index 281ada60b22eb..29414a23d6da7 100644 --- a/math/R-hwde/distinfo +++ b/math/R-hwde/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.6 2015/11/03 23:33:28 agc Exp $ +$NetBSD: distinfo,v 1.7 2016/04/09 11:14:28 wen Exp $ -SHA1 (R/hwde_0.63.tar.gz) = cebe0a934793bdea9d5fb593cccf93a4822c3fba -RMD160 (R/hwde_0.63.tar.gz) = 221299a07cae8de959a8fa2b78bb5fe3f7dd47a1 -SHA512 (R/hwde_0.63.tar.gz) = d2f0adc103f0d4917e6b69a43f1e6d0f6fc150936ef4c9a203cce5924c1df1b94af5cbc5cd8751201ca25f783649c88620fd89455d99a75dbe1143b8c7c4512b -Size (R/hwde_0.63.tar.gz) = 129399 bytes +SHA1 (R/hwde_0.67.tar.gz) = 3b63d620af7aef39b34c3ee877c7593dd12a19f1 +RMD160 (R/hwde_0.67.tar.gz) = dba48e2b68dc1a7563a0c73bd6f7bf88d673a45e +SHA512 (R/hwde_0.67.tar.gz) = 8ea813e78d36f0fd843803a10d050cee92b8de120fd05ff14045ccf0e180c8c1fc63ba66033a72826936eb65a52c2f14517549af0fef02c37d75a9c91afddcf9 +Size (R/hwde_0.67.tar.gz) = 130727 bytes diff --git a/math/R-intervals/Makefile b/math/R-intervals/Makefile index 7f7b41d5eb311..66c58a900889f 100644 --- a/math/R-intervals/Makefile +++ b/math/R-intervals/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2015/05/31 14:00:12 wen Exp $ +# $NetBSD: Makefile,v 1.4 2016/04/29 14:29:10 wen Exp $ CATEGORIES= math MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/} @@ -11,7 +11,7 @@ LICENSE= artistic-2.0 USE_LANGUAGES= c++ R_PKGNAME= intervals -R_PKGVER= 0.15.0 +R_PKGVER= 0.15.1 .include "../../math/R/Makefile.extension" .include "../../mk/bsd.pkg.mk" diff --git a/math/R-intervals/distinfo b/math/R-intervals/distinfo index a91f0ed215309..9049a2c23e842 100644 --- a/math/R-intervals/distinfo +++ b/math/R-intervals/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.5 2015/11/03 23:33:29 agc Exp $ +$NetBSD: distinfo,v 1.6 2016/04/29 14:29:10 wen Exp $ -SHA1 (R/intervals_0.15.0.tar.gz) = cfa6062725b32696bc89ebf01c4f16157822986a -RMD160 (R/intervals_0.15.0.tar.gz) = 1d4418ba472a51fb5df70524a558cc5e8f36cbb4 -SHA512 (R/intervals_0.15.0.tar.gz) = 77f34fa4a15d3f14101e0e6d457ca85d1339f715c8a8f595ef41b9b5b48fc6127f7274ce94f91f10356a014ee8391c743dbbaebf4c58a2e451e45a30bd3f3da4 -Size (R/intervals_0.15.0.tar.gz) = 393180 bytes +SHA1 (R/intervals_0.15.1.tar.gz) = 33a5e484559af70e1b2be396c058baeaf43405a9 +RMD160 (R/intervals_0.15.1.tar.gz) = 8ec3890611ff01d3f7023c5884a2052b0478736d +SHA512 (R/intervals_0.15.1.tar.gz) = 44c0117332d654795c6ed3fba2f752e7369e2e0f9988dd4797f744b97bbd6e18e6870b7068a382bec02bccc477932a7da88bd78e589463ff0ec9e1b56418e4a1 +Size (R/intervals_0.15.1.tar.gz) = 393014 bytes diff --git a/math/R-mvtnorm/Makefile b/math/R-mvtnorm/Makefile index 4d8df22f3f0ec..94a2fea2d147e 100644 --- a/math/R-mvtnorm/Makefile +++ b/math/R-mvtnorm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2015/05/31 11:57:03 wen Exp $ +# $NetBSD: Makefile,v 1.12 2016/04/13 14:23:29 wen Exp $ CATEGORIES= math MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/} @@ -9,7 +9,7 @@ COMMENT= Computes the multivariate normal and t distribution LICENSE= gnu-gpl-v2 R_PKGNAME= mvtnorm -R_PKGVER= 1.0-2 +R_PKGVER= 1.0-5 USE_LANGUAGES= c fortran diff --git a/math/R-mvtnorm/distinfo b/math/R-mvtnorm/distinfo index a129677e93ba2..7322ba36ba0d0 100644 --- a/math/R-mvtnorm/distinfo +++ b/math/R-mvtnorm/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.6 2015/11/03 23:33:29 agc Exp $ +$NetBSD: distinfo,v 1.7 2016/04/13 14:23:29 wen Exp $ -SHA1 (R/mvtnorm_1.0-2.tar.gz) = 0e579278b1c961695b03837b141116f44554b1a9 -RMD160 (R/mvtnorm_1.0-2.tar.gz) = c8378d6d6e0805a322c11a78109eec29f3f07fee -SHA512 (R/mvtnorm_1.0-2.tar.gz) = 1fe34764594685628e09aec7fdcf52d82fbbd384d3b09d52a8b2f0055814c0d6e2a456f8254bf8865222fea0c17b3081ddf56aba067fd8d7d96d35fb789e010e -Size (R/mvtnorm_1.0-2.tar.gz) = 155092 bytes +SHA1 (R/mvtnorm_1.0-5.tar.gz) = 4f10502e670ad886c2d392e934fedffadd565e30 +RMD160 (R/mvtnorm_1.0-5.tar.gz) = e2b93bf184138798629c3cddaa9aa04ef555d441 +SHA512 (R/mvtnorm_1.0-5.tar.gz) = 43684a927ffe5520b53c13ecc8dca62c5e82756ccf378962397359697db06f1dcb3cf6e26fadfc15aa2516ddfc980910696ebe069ed36db95e3771ef45aa6c0c +Size (R/mvtnorm_1.0-5.tar.gz) = 158480 bytes diff --git a/math/R-nloptr/DESCR b/math/R-nloptr/DESCR new file mode 100644 index 0000000000000..21c56d9fcdb65 --- /dev/null +++ b/math/R-nloptr/DESCR @@ -0,0 +1,4 @@ +nloptr is an R interface to NLopt. NLopt is a free/open-source library +for nonlinear optimization, providing a common interface for a number +of different free optimization routines available online as well as +original implementations of various other algorithms. diff --git a/math/R-nloptr/Makefile b/math/R-nloptr/Makefile new file mode 100644 index 0000000000000..5c70c943ad372 --- /dev/null +++ b/math/R-nloptr/Makefile @@ -0,0 +1,25 @@ +# $NetBSD: Makefile,v 1.1 2016/04/17 04:09:44 wen Exp $ +# + +CATEGORIES= math +MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= ${R_HOMEPAGE_BASE}/nloptr/ +COMMENT= R interface to NLopt +LICENSE= gnu-lgpl-v3 + +R_PKGNAME= nloptr +R_PKGVER= 1.0.4 + +USE_LANGUAGES= c c++ + +SUBST_CLASSES+= conf +SUBST_STAGE.conf= post-patch +SUBST_FILES.conf+= configure +SUBST_MESSAGE.conf= Fixing redirection of configure. +SUBST_SED.conf= -e "s,<<<,<,g" + +.include "../../math/R/Makefile.extension" +.include "../../math/nlopt/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/math/R-nloptr/distinfo b/math/R-nloptr/distinfo new file mode 100644 index 0000000000000..fc18dcbd8de78 --- /dev/null +++ b/math/R-nloptr/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2016/04/17 04:09:44 wen Exp $ + +SHA1 (R/nloptr_1.0.4.tar.gz) = 96a408dd280081c4ee4e56050afd317e8c3cfef9 +RMD160 (R/nloptr_1.0.4.tar.gz) = 2d28e16b635bcaaceb108a0a96d21ba621b8955f +Size (R/nloptr_1.0.4.tar.gz) = 353942 bytes +SHA1 (patch-configure) = edadaf36dce4e3ff1b762dee7842ad63ca67603d diff --git a/math/R-nloptr/patches/patch-configure b/math/R-nloptr/patches/patch-configure new file mode 100644 index 0000000000000..bf9dec7c57903 --- /dev/null +++ b/math/R-nloptr/patches/patch-configure @@ -0,0 +1,15 @@ +$NetBSD: patch-configure,v 1.1 2016/04/17 04:09:44 wen Exp $ +Fix usage of conditionals in configure +--- configure.orig 2015-11-28 07:01:04.000000000 +0000 ++++ configure +@@ -2953,8 +2953,8 @@ fi + + ## also use pkg-config to check for NLopt + ## +-if test x"${nlopt_libs}" == x""; then +- if test x"${PKGCONFIG}" == x"yes"; then ++if test x"${nlopt_libs}" = x""; then ++ if test x"${PKGCONFIG}" = x"yes"; then + ## check via pkg-config for hiredis + if pkg-config --exists nlopt; then + ## obtain cflags and obtain libs diff --git a/math/R-plyr/Makefile b/math/R-plyr/Makefile index ee4936c30f041..cb5648c06b653 100644 --- a/math/R-plyr/Makefile +++ b/math/R-plyr/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2015/05/31 03:54:07 wen Exp $ +# $NetBSD: Makefile,v 1.5 2016/04/09 08:30:36 wen Exp $ CATEGORIES= math MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/} @@ -9,9 +9,9 @@ COMMENT= Tools for splitting, applying and combining data LICENSE= mit R_PKGNAME= plyr -R_PKGVER= 1.8.2 +R_PKGVER= 1.8.3 -USE_LANGUAGES+= c++ +USE_LANGUAGES+= c c++ .include "../../math/R/Makefile.extension" .include "../../devel/R-Rcpp/buildlink3.mk" diff --git a/math/R-plyr/distinfo b/math/R-plyr/distinfo index e01d0e6500db0..42b89d8c4229a 100644 --- a/math/R-plyr/distinfo +++ b/math/R-plyr/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.4 2015/11/03 23:33:29 agc Exp $ +$NetBSD: distinfo,v 1.5 2016/04/09 08:30:36 wen Exp $ -SHA1 (R/plyr_1.8.2.tar.gz) = b0e3371ca8857e82a3993e006e7dda0f3b3919b8 -RMD160 (R/plyr_1.8.2.tar.gz) = bc1ebc46e8b91d13519bb60ba94dff95e24fe235 -SHA512 (R/plyr_1.8.2.tar.gz) = be0d83e3c13127eb4dbdcdf884ee5ac93e9c86bd7cbd7b808964df574fa286f4dd7e950b09255c6da80c477d538f10b160bdb7937d1beadc02273216668f6486 -Size (R/plyr_1.8.2.tar.gz) = 392136 bytes +SHA1 (R/plyr_1.8.3.tar.gz) = 61e21401e64ba17407b548d9301d66522e18f713 +RMD160 (R/plyr_1.8.3.tar.gz) = 9ee392e6bea7d195ded525214fc98d931fb1e43d +SHA512 (R/plyr_1.8.3.tar.gz) = 2dd8a2629ea94b1345d77ae8298e7616e2e3d151a7206145903c2454dd6630a957f7351a2fa4b4002a7a15253e980637a6b0686136bd8a19b70744a72fe2851d +Size (R/plyr_1.8.3.tar.gz) = 392337 bytes diff --git a/math/R-quantreg/Makefile b/math/R-quantreg/Makefile index 4f6613b7c4d0d..a18983c9c18f7 100644 --- a/math/R-quantreg/Makefile +++ b/math/R-quantreg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2016/01/01 11:47:40 wen Exp $ +# $NetBSD: Makefile,v 1.2 2016/04/09 11:08:45 wen Exp $ # CATEGORIES= math @@ -10,7 +10,7 @@ COMMENT= Quantile Regression LICENSE= gnu-gpl-v2 OR gnu-gpl-v3 R_PKGNAME= quantreg -R_PKGVER= 5.19 +R_PKGVER= 5.21 USE_LANGUAGES= c fortran diff --git a/math/R-quantreg/distinfo b/math/R-quantreg/distinfo index 8629bdb96d418..571802acad710 100644 --- a/math/R-quantreg/distinfo +++ b/math/R-quantreg/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.1 2016/01/01 11:47:40 wen Exp $ +$NetBSD: distinfo,v 1.2 2016/04/09 11:08:45 wen Exp $ -SHA1 (R/quantreg_5.19.tar.gz) = a47804ba0bebfd5e593dc2805d6426ee437726bb -RMD160 (R/quantreg_5.19.tar.gz) = 6f432b1882f00ff7b08d166b24b6abb7876a0cd9 -SHA512 (R/quantreg_5.19.tar.gz) = b93a23cf7affef39003d87d1606323a716af06bbf6d06835fbac0b33431a0f3dab8ab5be05fa9ee824f298707d3c188bf7e00edb1f696033bc75a51f3bba1e13 -Size (R/quantreg_5.19.tar.gz) = 1718211 bytes +SHA1 (R/quantreg_5.21.tar.gz) = de78fc22b52b5672047e2f331ba97d5363795928 +RMD160 (R/quantreg_5.21.tar.gz) = 591e5d640e5fad8631f2ba9ebe5038360785500e +SHA512 (R/quantreg_5.21.tar.gz) = 96d2323eb55f0402e0f339f5084ccee69f74091ad4851e3a15a3bc58d14ddcc77fc43bb049b5fa47dea16b9527b9672d0c50d2bff6db752731ab9e5fe270fd8e +Size (R/quantreg_5.21.tar.gz) = 1718934 bytes diff --git a/math/R-statmod/Makefile b/math/R-statmod/Makefile index 69416bb04bea3..f51c885fb8115 100644 --- a/math/R-statmod/Makefile +++ b/math/R-statmod/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2015/05/30 10:50:34 wen Exp $ +# $NetBSD: Makefile,v 1.12 2016/04/09 08:36:34 wen Exp $ CATEGORIES= math MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/} @@ -9,7 +9,7 @@ COMMENT= Miscellaneous biostatistical modeling functions LICENSE= gnu-lgpl-v2 OR gnu-lgpl-v3 R_PKGNAME= statmod -R_PKGVER= 1.4.21 +R_PKGVER= 1.4.24 USE_LANGUAGES+= c fortran diff --git a/math/R-statmod/distinfo b/math/R-statmod/distinfo index 2d20819cdf76f..868c096f03dc0 100644 --- a/math/R-statmod/distinfo +++ b/math/R-statmod/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.10 2015/11/03 23:33:30 agc Exp $ +$NetBSD: distinfo,v 1.11 2016/04/09 08:36:34 wen Exp $ -SHA1 (R/statmod_1.4.21.tar.gz) = 0c1155621a5ae9e9e138200baf49f918fc937129 -RMD160 (R/statmod_1.4.21.tar.gz) = 2c4883ca782365eeae2415bc775ad92881fdccbc -SHA512 (R/statmod_1.4.21.tar.gz) = 81ae7a2bdad56f02693c860129f8237993fe870d5710f199ba44cc62a3ce65016cb59cfbb111575a23d079768f56a033e5157c35adc279723fc0f2896769f305 -Size (R/statmod_1.4.21.tar.gz) = 56227 bytes +SHA1 (R/statmod_1.4.24.tar.gz) = daf9656362f24b301127f47554b840be33547b18 +RMD160 (R/statmod_1.4.24.tar.gz) = 2f3e7f6a39e6ef42afe5d3c8e2156169a443213e +SHA512 (R/statmod_1.4.24.tar.gz) = 1683f29b321e0c409b7de392f71ebb984ccd518bc2172b0c1a7e72c1b5aa95e30f99c0f4c940a266cd5bfbc004a191f032b93747072e3ce8b7de061b4f8005e9 +Size (R/statmod_1.4.24.tar.gz) = 57837 bytes diff --git a/math/R/Makefile b/math/R/Makefile index c74acfe26656d..07aee98e0d8ff 100644 --- a/math/R/Makefile +++ b/math/R/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.164 2016/02/25 15:26:55 jperkin Exp $ +# $NetBSD: Makefile,v 1.165 2016/04/13 21:04:04 markd Exp $ -DISTNAME= R-3.2.2 +DISTNAME= R-3.2.4 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_R_CRAN:=base/R-3/} diff --git a/math/R/PLIST b/math/R/PLIST index 6fcb559818eeb..04d7ed60747c2 100644 --- a/math/R/PLIST +++ b/math/R/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.23 2015/08/14 12:40:19 wen Exp $ +@comment $NetBSD: PLIST,v 1.24 2016/04/13 21:04:04 markd Exp $ bin/R bin/Rscript info/R-FAQ.info.gz @@ -203,6 +203,7 @@ lib/R/library/Matrix/Copyrights lib/R/library/Matrix/DESCRIPTION lib/R/library/Matrix/Doxyfile lib/R/library/Matrix/INDEX +lib/R/library/Matrix/LICENCE lib/R/library/Matrix/Meta/Rd.rds lib/R/library/Matrix/Meta/data.rds lib/R/library/Matrix/Meta/hsearch.rds diff --git a/math/R/PLIST.Darwin b/math/R/PLIST.Darwin index 6a58a7254728d..dbd09f7600ddb 100644 --- a/math/R/PLIST.Darwin +++ b/math/R/PLIST.Darwin @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST.Darwin,v 1.2 2015/09/01 06:14:36 dbj Exp $ +@comment $NetBSD: PLIST.Darwin,v 1.3 2016/04/19 14:58:42 jperkin Exp $ @comment @comment The configure script has explicit check for darwin and sets @comment --with-internal-tzcode=yes @@ -123,6 +123,7 @@ lib/R/share/zoneinfo/America/Edmonton lib/R/share/zoneinfo/America/Eirunepe lib/R/share/zoneinfo/America/El_Salvador lib/R/share/zoneinfo/America/Ensenada +lib/R/share/zoneinfo/America/Fort_Nelson lib/R/share/zoneinfo/America/Fort_Wayne lib/R/share/zoneinfo/America/Fortaleza lib/R/share/zoneinfo/America/Glace_Bay diff --git a/math/R/distinfo b/math/R/distinfo index 7daf6f222dbdb..01893eaaf1e2a 100644 --- a/math/R/distinfo +++ b/math/R/distinfo @@ -1,11 +1,11 @@ -$NetBSD: distinfo,v 1.71 2016/02/19 21:57:42 jperkin Exp $ +$NetBSD: distinfo,v 1.72 2016/04/13 21:04:04 markd Exp $ -SHA1 (R-3.2.2.tar.gz) = 68c74db1c5a2f2040280a03b8396e4d28a5a7617 -RMD160 (R-3.2.2.tar.gz) = 0e8bf2ecca48f0f2433f6b07f422b7730a76fbb4 -SHA512 (R-3.2.2.tar.gz) = 71ba470875262b9f00fb6970f209788df4dad30e0a28373b824b60d8bc6401afb7786e65387663c6490c7ddcd2bfd7f808a270a3e63238f3d7565d5f93607138 -Size (R-3.2.2.tar.gz) = 29772864 bytes -SHA1 (patch-ac) = b6fc368714a3c962d343d68dedda2347063b6c83 -SHA1 (patch-ad) = 0a08f293bc1cdc130047868e5d574c2df1f4c6cf +SHA1 (R-3.2.4.tar.gz) = 632664b3caa8d39f5fe6ac2ee9611b0f89ad6ed9 +RMD160 (R-3.2.4.tar.gz) = 1bf1a6cd2974a543914d06e7914510fef9c5690d +SHA512 (R-3.2.4.tar.gz) = a74f01a9b47437feb81520c10936a6f2bc7700900730ec87b7f1442ee90bcf1d7aac9ef3345aa046c0566f1920f114da0a616c5f355b1e8480dc01e311476cbf +Size (R-3.2.4.tar.gz) = 29879523 bytes +SHA1 (patch-ac) = 4ef1aa72f338d769ff2fbad36a1337e2947a4d18 +SHA1 (patch-ad) = 2f1ef086bfb4213ed2911830419714903038e8a3 SHA1 (patch-src_include_GraphicsBase.h) = 5f999e4d124afd38d5c7e18d936942f2c6f27c86 SHA1 (patch-src_library_stats_src_Makefile.in) = b468becd011fa4828e50f5d13d700825655c89e8 SHA1 (patch-src_main_character.c) = bd6e9b5b633d86c913c98d9d87c66f982d1ca258 diff --git a/math/R/patches/patch-ac b/math/R/patches/patch-ac index c5dc97d470544..4278c74ab7c0c 100644 --- a/math/R/patches/patch-ac +++ b/math/R/patches/patch-ac @@ -1,12 +1,12 @@ -$NetBSD: patch-ac,v 1.37 2016/02/19 21:57:42 jperkin Exp $ +$NetBSD: patch-ac,v 1.38 2016/04/13 21:04:04 markd Exp $ Do not include system paths in R_LD_LIBRARY_PATH. FreeBSD 10 is not FreeBSD 1. Fix texi2any version check. ---- configure.orig 2015-08-13 09:21:16.000000000 +0000 +--- configure.orig 2016-03-02 23:16:44.000000000 +0000 +++ configure -@@ -4012,7 +4012,7 @@ fi +@@ -4023,7 +4023,7 @@ fi ## As from R 3.2.0 split up -L... and -lR if test "${want_R_shlib}" = yes; then @@ -15,7 +15,7 @@ Fix texi2any version check. LIBR1=-lR else LIBR0= -@@ -4078,7 +4078,7 @@ fi +@@ -4088,7 +4088,7 @@ fi if test "x${want_lto}" != xno; then LTO=-flto fi @@ -24,7 +24,7 @@ Fix texi2any version check. LTOALL=-flto fi -@@ -5272,7 +5272,7 @@ if test -z "${texi2any_version_maj}" \ +@@ -5297,7 +5297,7 @@ if test -z "${texi2any_version_maj}" \ elif test ${texi2any_version_maj} -gt 5; then r_cv_prog_texi2any_v5=yes elif test ${texi2any_version_maj} -lt 5 \ @@ -33,16 +33,16 @@ Fix texi2any version check. r_cv_prog_texi2any_v5=no else r_cv_prog_texi2any_v5=yes -@@ -20496,7 +20496,7 @@ case "${host_os}" in - ## look-up sequence. Such automatic override has proven to break things - ## like system frameworks (e.g. ImageIO or OpenGL framework). +@@ -20523,7 +20523,7 @@ case "${host_os}" in + ## Not so bad in later versions of Darwin, + ## where DYLD_FALLBACK_LIBRARY_PATH is used (see below). ;; - *) + donotuse*) for arg in ${LDFLAGS}; do case "${arg}" in -L*) -@@ -23170,6 +23170,11 @@ fi +@@ -23200,6 +23200,11 @@ fi done ;; -[lLR]*) @@ -54,7 +54,7 @@ Fix texi2any version check. ac_exists=false for ac_i in $ac_cv_f77_libs; do if test x"$ac_arg" = x"$ac_i"; then -@@ -24135,6 +24140,9 @@ cat > conftest.c < conftest.c </dev/null ; then -- main_ldflags="-export-dynamic" -+ main_ldflags="${wl}-export-dynamic" + main_ldflags="-Wl,--export-dynamic" shlib_ldflags="-shared" - else - shlib_ldflags="-Bshareable" -@@ -26548,22 +26565,22 @@ $as_echo "$as_me: WARNING: Use of flat n +@@ -26589,22 +26606,22 @@ $as_echo "$as_me: WARNING: Use of flat n solaris*) ## SPARC has only an 8k global object table, 1024 entries on 64-bit, ## so need PIC not pic. They are the same on other Solaris platforms. @@ -133,7 +123,7 @@ Fix texi2any version check. cpicflags="-KPIC" if test "`basename ${CXX}`" = "CC" ; then ## Forte version 7 needs -lCstd: Forte 6 does not. -@@ -26624,7 +26641,7 @@ fi +@@ -26665,7 +26682,7 @@ fi : ${CPICFLAGS="${cpicflags}"} if test -z "${CPICFLAGS}"; then case "${host_os}" in @@ -142,7 +132,7 @@ Fix texi2any version check. ;; *) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: I could not determine CPICFLAGS." >&5 -@@ -26723,10 +26740,10 @@ case "${host_os}" in +@@ -26765,10 +26782,10 @@ case "${host_os}" in DYLIB_EXT=".dylib" dylib_ldflags="${darwin_dylib_ldflags}" MAJR_VERSION=`echo "${PACKAGE_VERSION}" | sed -e "s/[\.][1-9]$/.0/"` @@ -156,8 +146,8 @@ Fix texi2any version check. ;; hpux*) ## Needs to avoid embedding a relative path ../../../bin. -@@ -27320,6 +27337,14 @@ _ACEOF - ## Cygwin has rintl but not nearbyintl +@@ -27390,6 +27407,14 @@ _ACEOF + ## Cygwin had rintl but not nearbyintl for ac_func in expm1 hypot log1p log1pl log2 log10 nearbyint nearbyintl powl rint rintl do +case $ac_func in @@ -171,7 +161,7 @@ Fix texi2any version check. as_ac_Symbol=`$as_echo "ac_cv_have_decl_$ac_func" | $as_tr_sh` { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $ac_func exists and is declared" >&5 $as_echo_n "checking whether $ac_func exists and is declared... " >&6; } -@@ -27329,24 +27354,12 @@ else +@@ -27399,24 +27424,12 @@ else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include @@ -198,7 +188,7 @@ Fix texi2any version check. } _ACEOF if ac_fn_c_try_link "$LINENO"; then : -@@ -30256,6 +30269,15 @@ cat > conftest.c < conftest.c <&5 +-echo "$as_me: error: argument for --with-coin-instdir not a directory" >&2;} +- { (exit 1); exit 1; }; } +- fi +- COIN_PKG_CONFIG_PATH="$withval/lib/pkgconfig:$withval/share/pkgconfig:${COIN_PKG_CONFIG_PATH}" +- +-fi; +- +- +- + # assemble additional pkg-config search paths for uninstalled projects + if test x$coin_projectdir = xyes ; then + # if we are in a project setup, then in a classic setup, we want to find uninstalled projects diff --git a/math/coinmp/patches/patch-Cgl-configure b/math/coinmp/patches/patch-Cgl-configure new file mode 100644 index 0000000000000..e6a97f474bc54 --- /dev/null +++ b/math/coinmp/patches/patch-Cgl-configure @@ -0,0 +1,40 @@ +$NetBSD: patch-Cgl-configure,v 1.1 2016/04/12 22:04:30 wiz Exp $ + +Fix build with pkgconf. + +--- Cgl/configure.orig 2015-09-22 15:01:33.000000000 +0000 ++++ Cgl/configure +@@ -20652,33 +20652,6 @@ fi + + + +-# assemble pkg-config search path for installed projects +-COIN_PKG_CONFIG_PATH="$PKG_CONFIG_PATH" +- +-# let's assume that when installing into $prefix, then the user may have installed some other coin projects there before, so it's worth to have a look into there +-# best would actually to use ${libdir}, since .pc files get installed into ${libdir}/pkgconfig, +-# unfortunately, ${libdir} expands to ${exec_prefix}/lib and ${exec_prefix} to ${prefix}... +-if test "x${prefix}" = xNONE ; then +- COIN_PKG_CONFIG_PATH="${ac_default_prefix}/lib64/pkgconfig:${ac_default_prefix}/lib/pkgconfig:${ac_default_prefix}/share/pkgconfig:${COIN_PKG_CONFIG_PATH}" +-else +- COIN_PKG_CONFIG_PATH="${prefix}/lib64/pkgconfig:${prefix}/lib/pkgconfig:${prefix}/share/pkgconfig:${COIN_PKG_CONFIG_PATH}" +-fi +- +- +-# Check whether --with-coin-instdir or --without-coin-instdir was given. +-if test "${with_coin_instdir+set}" = set; then +- withval="$with_coin_instdir" +- if test -d "$withval"; then : ; else +- { { echo "$as_me:$LINENO: error: argument for --with-coin-instdir not a directory" >&5 +-echo "$as_me: error: argument for --with-coin-instdir not a directory" >&2;} +- { (exit 1); exit 1; }; } +- fi +- COIN_PKG_CONFIG_PATH="$withval/lib/pkgconfig:$withval/share/pkgconfig:${COIN_PKG_CONFIG_PATH}" +- +-fi; +- +- +- + # assemble additional pkg-config search paths for uninstalled projects + if test x$coin_projectdir = xyes ; then + # if we are in a project setup, then in a classic setup, we want to find uninstalled projects diff --git a/math/coinmp/patches/patch-Clp-configure b/math/coinmp/patches/patch-Clp-configure new file mode 100644 index 0000000000000..c7d3bd78ebb49 --- /dev/null +++ b/math/coinmp/patches/patch-Clp-configure @@ -0,0 +1,40 @@ +$NetBSD: patch-Clp-configure,v 1.1 2016/04/12 22:04:30 wiz Exp $ + +Fix build with pkgconf. + +--- Clp/configure.orig 2015-09-21 18:52:13.000000000 +0000 ++++ Clp/configure +@@ -20682,33 +20682,6 @@ fi + + + +-# assemble pkg-config search path for installed projects +-COIN_PKG_CONFIG_PATH="$PKG_CONFIG_PATH" +- +-# let's assume that when installing into $prefix, then the user may have installed some other coin projects there before, so it's worth to have a look into there +-# best would actually to use ${libdir}, since .pc files get installed into ${libdir}/pkgconfig, +-# unfortunately, ${libdir} expands to ${exec_prefix}/lib and ${exec_prefix} to ${prefix}... +-if test "x${prefix}" = xNONE ; then +- COIN_PKG_CONFIG_PATH="${ac_default_prefix}/lib64/pkgconfig:${ac_default_prefix}/lib/pkgconfig:${ac_default_prefix}/share/pkgconfig:${COIN_PKG_CONFIG_PATH}" +-else +- COIN_PKG_CONFIG_PATH="${prefix}/lib64/pkgconfig:${prefix}/lib/pkgconfig:${prefix}/share/pkgconfig:${COIN_PKG_CONFIG_PATH}" +-fi +- +- +-# Check whether --with-coin-instdir or --without-coin-instdir was given. +-if test "${with_coin_instdir+set}" = set; then +- withval="$with_coin_instdir" +- if test -d "$withval"; then : ; else +- { { echo "$as_me:$LINENO: error: argument for --with-coin-instdir not a directory" >&5 +-echo "$as_me: error: argument for --with-coin-instdir not a directory" >&2;} +- { (exit 1); exit 1; }; } +- fi +- COIN_PKG_CONFIG_PATH="$withval/lib/pkgconfig:$withval/share/pkgconfig:${COIN_PKG_CONFIG_PATH}" +- +-fi; +- +- +- + # assemble additional pkg-config search paths for uninstalled projects + if test x$coin_projectdir = xyes ; then + # if we are in a project setup, then in a classic setup, we want to find uninstalled projects diff --git a/math/coinmp/patches/patch-CoinMP-configure b/math/coinmp/patches/patch-CoinMP-configure new file mode 100644 index 0000000000000..e7bc9b77f0c7c --- /dev/null +++ b/math/coinmp/patches/patch-CoinMP-configure @@ -0,0 +1,40 @@ +$NetBSD: patch-CoinMP-configure,v 1.1 2016/04/12 22:04:30 wiz Exp $ + +Fix build with pkgconf. + +--- CoinMP/configure.orig 2015-09-22 19:52:20.000000000 +0000 ++++ CoinMP/configure +@@ -20624,33 +20624,6 @@ fi + + + +-# assemble pkg-config search path for installed projects +-COIN_PKG_CONFIG_PATH="$PKG_CONFIG_PATH" +- +-# let's assume that when installing into $prefix, then the user may have installed some other coin projects there before, so it's worth to have a look into there +-# best would actually to use ${libdir}, since .pc files get installed into ${libdir}/pkgconfig, +-# unfortunately, ${libdir} expands to ${exec_prefix}/lib and ${exec_prefix} to ${prefix}... +-if test "x${prefix}" = xNONE ; then +- COIN_PKG_CONFIG_PATH="${ac_default_prefix}/lib64/pkgconfig:${ac_default_prefix}/lib/pkgconfig:${ac_default_prefix}/share/pkgconfig:${COIN_PKG_CONFIG_PATH}" +-else +- COIN_PKG_CONFIG_PATH="${prefix}/lib64/pkgconfig:${prefix}/lib/pkgconfig:${prefix}/share/pkgconfig:${COIN_PKG_CONFIG_PATH}" +-fi +- +- +-# Check whether --with-coin-instdir or --without-coin-instdir was given. +-if test "${with_coin_instdir+set}" = set; then +- withval="$with_coin_instdir" +- if test -d "$withval"; then : ; else +- { { echo "$as_me:$LINENO: error: argument for --with-coin-instdir not a directory" >&5 +-echo "$as_me: error: argument for --with-coin-instdir not a directory" >&2;} +- { (exit 1); exit 1; }; } +- fi +- COIN_PKG_CONFIG_PATH="$withval/lib/pkgconfig:$withval/share/pkgconfig:${COIN_PKG_CONFIG_PATH}" +- +-fi; +- +- +- + # assemble additional pkg-config search paths for uninstalled projects + if test x$coin_projectdir = xyes ; then + # if we are in a project setup, then in a classic setup, we want to find uninstalled projects diff --git a/math/coinmp/patches/patch-CoinUtils-configure b/math/coinmp/patches/patch-CoinUtils-configure new file mode 100644 index 0000000000000..36149a30af817 --- /dev/null +++ b/math/coinmp/patches/patch-CoinUtils-configure @@ -0,0 +1,40 @@ +$NetBSD: patch-CoinUtils-configure,v 1.1 2016/04/12 22:04:30 wiz Exp $ + +Fix build with pkgconf. + +--- CoinUtils/configure.orig 2015-09-11 17:04:38.000000000 +0000 ++++ CoinUtils/configure +@@ -29625,33 +29625,6 @@ fi + + + +-# assemble pkg-config search path for installed projects +-COIN_PKG_CONFIG_PATH="$PKG_CONFIG_PATH" +- +-# let's assume that when installing into $prefix, then the user may have installed some other coin projects there before, so it's worth to have a look into there +-# best would actually to use ${libdir}, since .pc files get installed into ${libdir}/pkgconfig, +-# unfortunately, ${libdir} expands to ${exec_prefix}/lib and ${exec_prefix} to ${prefix}... +-if test "x${prefix}" = xNONE ; then +- COIN_PKG_CONFIG_PATH="${ac_default_prefix}/lib64/pkgconfig:${ac_default_prefix}/lib/pkgconfig:${ac_default_prefix}/share/pkgconfig:${COIN_PKG_CONFIG_PATH}" +-else +- COIN_PKG_CONFIG_PATH="${prefix}/lib64/pkgconfig:${prefix}/lib/pkgconfig:${prefix}/share/pkgconfig:${COIN_PKG_CONFIG_PATH}" +-fi +- +- +-# Check whether --with-coin-instdir or --without-coin-instdir was given. +-if test "${with_coin_instdir+set}" = set; then +- withval="$with_coin_instdir" +- if test -d "$withval"; then : ; else +- { { echo "$as_me:$LINENO: error: argument for --with-coin-instdir not a directory" >&5 +-echo "$as_me: error: argument for --with-coin-instdir not a directory" >&2;} +- { (exit 1); exit 1; }; } +- fi +- COIN_PKG_CONFIG_PATH="$withval/lib/pkgconfig:$withval/share/pkgconfig:${COIN_PKG_CONFIG_PATH}" +- +-fi; +- +- +- + # assemble additional pkg-config search paths for uninstalled projects + if test x$coin_projectdir = xyes ; then + # if we are in a project setup, then in a classic setup, we want to find uninstalled projects diff --git a/math/coinmp/patches/patch-Osi-configure b/math/coinmp/patches/patch-Osi-configure new file mode 100644 index 0000000000000..24bb4d521814d --- /dev/null +++ b/math/coinmp/patches/patch-Osi-configure @@ -0,0 +1,40 @@ +$NetBSD: patch-Osi-configure,v 1.1 2016/04/12 22:04:30 wiz Exp $ + +Fix build with pkgconf. + +--- Osi/configure.orig 2015-09-21 22:51:25.000000000 +0000 ++++ Osi/configure +@@ -20650,33 +20650,6 @@ fi + + + +-# assemble pkg-config search path for installed projects +-COIN_PKG_CONFIG_PATH="$PKG_CONFIG_PATH" +- +-# let's assume that when installing into $prefix, then the user may have installed some other coin projects there before, so it's worth to have a look into there +-# best would actually to use ${libdir}, since .pc files get installed into ${libdir}/pkgconfig, +-# unfortunately, ${libdir} expands to ${exec_prefix}/lib and ${exec_prefix} to ${prefix}... +-if test "x${prefix}" = xNONE ; then +- COIN_PKG_CONFIG_PATH="${ac_default_prefix}/lib64/pkgconfig:${ac_default_prefix}/lib/pkgconfig:${ac_default_prefix}/share/pkgconfig:${COIN_PKG_CONFIG_PATH}" +-else +- COIN_PKG_CONFIG_PATH="${prefix}/lib64/pkgconfig:${prefix}/lib/pkgconfig:${prefix}/share/pkgconfig:${COIN_PKG_CONFIG_PATH}" +-fi +- +- +-# Check whether --with-coin-instdir or --without-coin-instdir was given. +-if test "${with_coin_instdir+set}" = set; then +- withval="$with_coin_instdir" +- if test -d "$withval"; then : ; else +- { { echo "$as_me:$LINENO: error: argument for --with-coin-instdir not a directory" >&5 +-echo "$as_me: error: argument for --with-coin-instdir not a directory" >&2;} +- { (exit 1); exit 1; }; } +- fi +- COIN_PKG_CONFIG_PATH="$withval/lib/pkgconfig:$withval/share/pkgconfig:${COIN_PKG_CONFIG_PATH}" +- +-fi; +- +- +- + # assemble additional pkg-config search paths for uninstalled projects + if test x$coin_projectdir = xyes ; then + # if we are in a project setup, then in a classic setup, we want to find uninstalled projects diff --git a/math/fftwf/Makefile b/math/fftwf/Makefile index 332e0ba4b78ca..21e4ec872c27e 100644 --- a/math/fftwf/Makefile +++ b/math/fftwf/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.19 2015/12/11 13:53:26 wiz Exp $ +# $NetBSD: Makefile,v 1.20 2016/04/03 12:45:39 joerg Exp $ DISTNAME= fftw-3.3.4 PKGNAME= ${DISTNAME:C/fftw/fftwf/} +PKGREVISION= 1 CATEGORIES= math MASTER_SITES= ftp://ftp.fftw.org/pub/fftw/ \ http://www.fftw.org/ @@ -33,7 +34,22 @@ TEST_TARGET= check INSTALLATION_DIRS= ${PKGMANDIR}/man1 INSTALL_TARGET= install-libLTLIBRARIES install-pkgconfigDATA + +PLIST_VARS+= pthreads +PTHREAD_OPTS= native +.include "../../mk/pthread.buildlink3.mk" +.if !empty(PTHREAD_TYPE:Mnative) +CONFIGURE_ARGS+= --enable-threads +PLIST.pthreads= yes +.endif + post-install: +.if !empty(PTHREAD_TYPE:Mnative) + cd ${WRKSRC}/threads && \ + ${SETENV} ${INSTALL_ENV} ${MAKE_ENV} \ + ${MAKE_PROGRAM} ${MAKE_FLAGS} ${INSTALL_MAKE_FLAGS} \ + install-libLTLIBRARIES +.endif cd ${WRKSRC}/tools && \ ${SETENV} ${INSTALL_ENV} ${MAKE_ENV} \ ${MAKE_PROGRAM} ${MAKE_FLAGS} ${INSTALL_MAKE_FLAGS} \ diff --git a/math/fftwf/PLIST b/math/fftwf/PLIST index 0db26fc587177..9bca62becb7fb 100644 --- a/math/fftwf/PLIST +++ b/math/fftwf/PLIST @@ -1,5 +1,6 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2005/10/02 12:06:42 wulf Exp $ +@comment $NetBSD: PLIST,v 1.2 2016/04/03 12:45:39 joerg Exp $ bin/fftwf-wisdom lib/libfftw3f.la +${PLIST.pthreads}lib/libfftw3f_threads.la lib/pkgconfig/fftw3f.pc man/man1/fftwf-wisdom.1 diff --git a/math/glpk/Makefile b/math/glpk/Makefile index acea5d7f64d30..0e522a21f97a0 100644 --- a/math/glpk/Makefile +++ b/math/glpk/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.42 2015/11/27 21:00:28 adam Exp $ +# $NetBSD: Makefile,v 1.43 2016/04/12 21:40:47 adam Exp $ -DISTNAME= glpk-4.57 +DISTNAME= glpk-4.60 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_GNU:=glpk/} diff --git a/math/glpk/distinfo b/math/glpk/distinfo index 19aa475af100a..26ed86eb9b700 100644 --- a/math/glpk/distinfo +++ b/math/glpk/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.36 2015/11/27 21:00:28 adam Exp $ +$NetBSD: distinfo,v 1.37 2016/04/12 21:40:47 adam Exp $ -SHA1 (glpk-4.57.tar.gz) = d2df2de59798c35024df8d140a53453e29a095be -RMD160 (glpk-4.57.tar.gz) = 10cbe9f5c681d5893739cde1fd9d8c16cf468c73 -SHA512 (glpk-4.57.tar.gz) = 1979e59b96ce359168a81b720207045916f66c5755023b02c2e197e5a713d456165d94f1e40830547dc072de865f94e3b3a4d8e66d5d15aeb93f304f1893fe48 -Size (glpk-4.57.tar.gz) = 3782998 bytes -SHA1 (patch-src_Makefile.in) = 277e8df4b63147b8bd9c637589df1491d2fa5189 +SHA1 (glpk-4.60.tar.gz) = 4e55a3d2aa38b19c5bdd8a195738dbaf44e91e90 +RMD160 (glpk-4.60.tar.gz) = a1fb4b2730c5f2faad47b9014e2e70c384f63db9 +SHA512 (glpk-4.60.tar.gz) = 521bc48c588318fe6075eb66b1c43465200039f64b105b4a24f9f6eb9bb4742c7ebc96750ce999f64c60d6531486476386467dd41e949f1a00cba0cf00fbe20a +Size (glpk-4.60.tar.gz) = 4160915 bytes +SHA1 (patch-src_Makefile.in) = 8acd8cdf567d4e391a4c775b8d9a6ca3f2dba13b diff --git a/math/glpk/patches/patch-src_Makefile.in b/math/glpk/patches/patch-src_Makefile.in index ff91a75f514ea..a34b01b939731 100644 --- a/math/glpk/patches/patch-src_Makefile.in +++ b/math/glpk/patches/patch-src_Makefile.in @@ -1,8 +1,8 @@ -$NetBSD: patch-src_Makefile.in,v 1.3 2015/11/27 21:00:28 adam Exp $ +$NetBSD: patch-src_Makefile.in,v 1.4 2016/04/12 21:40:47 adam Exp $ Use external zlib. ---- src/Makefile.in.orig 2015-11-08 07:00:00.000000000 +0000 +--- src/Makefile.in.orig 2016-04-01 07:00:00.000000000 +0000 +++ src/Makefile.in @@ -94,7 +94,7 @@ am__uninstall_files_from_dir = { \ } @@ -10,10 +10,10 @@ Use external zlib. LTLIBRARIES = $(lib_LTLIBRARIES) -libglpk_la_LIBADD = +libglpk_la_LIBADD = -lz - am_libglpk_la_OBJECTS = libglpk_la-avl.lo libglpk_la-bfd.lo \ - libglpk_la-bfx.lo libglpk_la-glpapi01.lo \ - libglpk_la-glpapi02.lo libglpk_la-glpapi03.lo \ -@@ -154,14 +154,7 @@ am_libglpk_la_OBJECTS = libglpk_la-avl.l + am_libglpk_la_OBJECTS = libglpk_la-bfd.lo libglpk_la-bfx.lo \ + libglpk_la-glpapi01.lo libglpk_la-glpapi02.lo \ + libglpk_la-glpapi03.lo libglpk_la-glpapi04.lo \ +@@ -163,14 +163,7 @@ am_libglpk_la_OBJECTS = libglpk_la-bfd.l libglpk_la-spxchuzc.lo libglpk_la-spxchuzr.lo \ libglpk_la-spxlp.lo libglpk_la-spxnt.lo libglpk_la-spxprim.lo \ libglpk_la-spxprob.lo libglpk_la-spychuzc.lo \ @@ -29,17 +29,17 @@ Use external zlib. libglpk_la_OBJECTS = $(am_libglpk_la_OBJECTS) libglpk_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ -@@ -315,8 +308,7 @@ libglpk_la_CPPFLAGS = \ - -I$(srcdir)/minisat \ +@@ -327,8 +320,7 @@ libglpk_la_CPPFLAGS = \ -I$(srcdir)/misc \ + -I$(srcdir)/mpl \ -I$(srcdir)/proxy \ --I$(srcdir)/simplex \ --I$(srcdir)/zlib +-I$(srcdir)/simplex libglpk_la_LDFLAGS = \ - -version-info 38:0:2 \ -@@ -459,22 +451,7 @@ simplex/spxprim.c \ + -version-info 41:0:1 \ +@@ -506,22 +498,7 @@ simplex/spxprim.c \ simplex/spxprob.c \ simplex/spychuzc.c \ simplex/spychuzr.c \ diff --git a/math/gnome-calculator/Makefile b/math/gnome-calculator/Makefile index c0826f7761cc2..3e675deb07e1d 100644 --- a/math/gnome-calculator/Makefile +++ b/math/gnome-calculator/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.8 2016/02/04 12:13:31 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2016/05/03 11:40:04 prlw1 Exp $ -DISTNAME= gnome-calculator-3.16.2 +DISTNAME= gnome-calculator-3.20.0 PKGREVISION= 1 CATEGORIES= math gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-calculator/${PKGVERSION_NOREV:R}/} @@ -25,6 +25,8 @@ USE_PKGLOCALEDIR= yes .include "../../devel/glib2/schemas.mk" .include "../../lang/vala/buildlink3.mk" .include "../../math/mpfr/buildlink3.mk" +BUILDLINK_API_DEPENDS.libsoup+= libsoup>=2.42 +.include "../../net/libsoup/buildlink3.mk" .include "../../textproc/libxml2/buildlink3.mk" .include "../../x11/gtk3/buildlink3.mk" BUILDLINK_API_DEPENDS.gtksourceview3+= gtksourceview3>=3.15.1 diff --git a/math/gnome-calculator/PLIST b/math/gnome-calculator/PLIST index 401cc058ddbec..73b17184781d3 100644 --- a/math/gnome-calculator/PLIST +++ b/math/gnome-calculator/PLIST @@ -1,6 +1,7 @@ -@comment $NetBSD: PLIST,v 1.2 2014/11/25 12:04:19 wiz Exp $ +@comment $NetBSD: PLIST,v 1.3 2016/04/21 22:11:32 prlw1 Exp $ bin/gcalccmd bin/gnome-calculator +lib/gnome-calculator/libcalculator.la libexec/gnome-calculator-search-provider man/man1/gcalccmd.1 man/man1/gnome-calculator.1 diff --git a/math/gnome-calculator/distinfo b/math/gnome-calculator/distinfo index b4945c48062de..1f3bdde0bfb2e 100644 --- a/math/gnome-calculator/distinfo +++ b/math/gnome-calculator/distinfo @@ -1,6 +1,7 @@ -$NetBSD: distinfo,v 1.4 2015/11/03 23:33:33 agc Exp $ +$NetBSD: distinfo,v 1.5 2016/04/21 22:11:32 prlw1 Exp $ -SHA1 (gnome-calculator-3.16.2.tar.xz) = 49284cc089ad6e11d0cd5606f2f51eb2eb799371 -RMD160 (gnome-calculator-3.16.2.tar.xz) = ed8d3a9f15a1b8f9937519fb832a821473ec48fa -SHA512 (gnome-calculator-3.16.2.tar.xz) = f8141eca9eafa42277abd86fab4913e41c432471596f009c344915fc7f481172fcce240ab463597a70ff61c95e225fd0c618ca0fcb15b08c6f14e29b023cf218 -Size (gnome-calculator-3.16.2.tar.xz) = 1437060 bytes +SHA1 (gnome-calculator-3.20.0.tar.xz) = 95bdd2f68cc55453a5120c82bc7787ea1d4e7f01 +RMD160 (gnome-calculator-3.20.0.tar.xz) = 75c4a6bff254b9ed1b776b0a987158a6e741c03a +SHA512 (gnome-calculator-3.20.0.tar.xz) = 6f5daa64af19f91c35e9242e182aef759a13060e11476fac7965854af715ddf4c247e181e9146042a56e126a9665daf4ddd447950dc201f892ca9267e02a24e3 +Size (gnome-calculator-3.20.0.tar.xz) = 1347932 bytes +SHA1 (patch-lib_equations-parser.vala) = 39debd2e1d4b5e141ab1bb7357e45612a3ed9f7e diff --git a/math/gnome-calculator/patches/patch-lib_equations-parser.vala b/math/gnome-calculator/patches/patch-lib_equations-parser.vala new file mode 100644 index 0000000000000..7debb32c60902 --- /dev/null +++ b/math/gnome-calculator/patches/patch-lib_equations-parser.vala @@ -0,0 +1,32 @@ +$NetBSD: patch-lib_equations-parser.vala,v 1.1 2016/04/21 22:11:32 prlw1 Exp $ + +equation: fix precedence of the root operator with regards to the unary minus +commit 87f716da + +--- ./lib/equation-parser.vala.orig 2016-02-15 16:53:44.000000000 +0000 ++++ ./lib/equation-parser.vala +@@ -26,15 +26,15 @@ private enum Precedence + MOD = 3, + DIVIDE = 3, + NOT = 4, +- ROOT = 5, +- FUNCTION = 6, +- BOOLEAN = 7, +- PERCENTAGE = 8, +- /* UNARY_MINUS and POWER must have same precedence. */ +- UNARY_MINUS = 9, +- POWER = 9, +- FACTORIAL = 10, +- NUMBER_VARIABLE = 11, ++ FUNCTION = 5, ++ BOOLEAN = 6, ++ PERCENTAGE = 7, ++ /* UNARY_MINUS, ROOT and POWER must have same precedence. */ ++ UNARY_MINUS = 8, ++ POWER = 8, ++ ROOT = 8, ++ FACTORIAL = 9, ++ NUMBER_VARIABLE = 10, + /* DEPTH should be always at the bottom. It stops node jumping off the current depth level. */ + DEPTH + } diff --git a/math/grpn/distinfo b/math/grpn/distinfo index 4f220c4fade8e..5b8f1578c9dcb 100644 --- a/math/grpn/distinfo +++ b/math/grpn/distinfo @@ -1,10 +1,10 @@ -$NetBSD: distinfo,v 1.11 2015/11/03 23:33:34 agc Exp $ +$NetBSD: distinfo,v 1.12 2016/04/01 13:33:31 jperkin Exp $ SHA1 (grpn_1.3.3-1.tar.gz) = 3efee25264aa524a34464a1b2fa0946605de3259 RMD160 (grpn_1.3.3-1.tar.gz) = 4af8964e9e1d67d89706cc617f72e7e01f0c49d6 SHA512 (grpn_1.3.3-1.tar.gz) = 1e123b930977254546717968c69a611510f028b5b469c2c1851f7d295f7e4f7e23447431525edaa278c4cd1c2ad2570e63a3b7ed264b9c391219ae54e99532b6 Size (grpn_1.3.3-1.tar.gz) = 58832 bytes -SHA1 (patch-aa) = 80465d620e61c43553f6ab79e04a3d736fbfec19 +SHA1 (patch-aa) = b2df11f50db6561163b1fd612e201ca4c021cf45 SHA1 (patch-al) = 2a3b3012644d5b5504c1d8801f00bc3f6dd7ef28 SHA1 (patch-am) = dd32bc6dfe5560e6fb65cacd65455ab52093b49a SHA1 (patch-an) = d752dc3232a08542d6e40a908c476b22096e56dd diff --git a/math/grpn/patches/patch-aa b/math/grpn/patches/patch-aa index b246b8b264abc..d05044b122025 100644 --- a/math/grpn/patches/patch-aa +++ b/math/grpn/patches/patch-aa @@ -1,4 +1,6 @@ -$NetBSD: patch-aa,v 1.5 2011/06/09 17:01:39 drochner Exp $ +$NetBSD: patch-aa,v 1.6 2016/04/01 13:33:31 jperkin Exp $ + +Use pkgsrc layout/flags. --- Makefile.orig 2011-05-10 16:58:46.000000000 +0000 +++ Makefile @@ -40,8 +42,8 @@ $NetBSD: patch-aa,v 1.5 2011/06/09 17:01:39 drochner Exp $ - chmod 644 $(PREFIX)/man/man1/grpn.1 + $(BSD_INSTALL_DATA_DIR) $(DESTDIR)$(PREFIX)/bin + $(BSD_INSTALL_PROGRAM) grpn $(DESTDIR)$(PREFIX)/bin -+ $(BSD_INSTALL_DATA_DIR) $(DESTDIR)$(PREFIX)/man/man1 -+ $(BSD_INSTALL_DATA) grpn.1 $(DESTDIR)$(PREFIX)/man/man1 ++ $(BSD_INSTALL_DATA_DIR) $(DESTDIR)$(PREFIX)/${PKGMANDIR}/man1 ++ $(BSD_INSTALL_DATA) grpn.1 $(DESTDIR)$(PREFIX)/${PKGMANDIR}/man1 .c.o: $(CC) -c -o $@ $(CFLAGS) $*.c diff --git a/math/maxima/Makefile b/math/maxima/Makefile index 281a0878f9ded..4c15d8ee8e7de 100644 --- a/math/maxima/Makefile +++ b/math/maxima/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.45 2015/10/01 18:43:27 prlw1 Exp $ +# $NetBSD: Makefile,v 1.46 2016/04/10 14:34:13 wen Exp $ -DISTNAME= maxima-5.37.2 +DISTNAME= maxima-5.38.0 # On updates, please make sure editors/TeXmacs knows about the new # version number. # (if needed, patch plugins/maxima/bin/{maxima_detect,tm_maxima}) diff --git a/math/maxima/PLIST b/math/maxima/PLIST index e59e7eb8f0674..4a3415674b6c0 100644 --- a/math/maxima/PLIST +++ b/math/maxima/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.30 2015/10/01 18:43:27 prlw1 Exp $ +@comment $NetBSD: PLIST,v 1.31 2016/04/10 14:34:13 wen Exp $ bin/maxima bin/rmaxima bin/xmaxima @@ -8,8 +8,6 @@ info/maxima.info info/xmaxima.info ${PLIST.clisp}lib/maxima/${PKGVERSION}/binary-clisp/lisp.run ${PLIST.clisp}lib/maxima/${PKGVERSION}/binary-clisp/maxima.mem -${PLIST.ecl}lib/maxima/${PKGVERSION}/binary-ecl/maxima -${PLIST.sbcl}lib/maxima/${PKGVERSION}/binary-sbcl/maxima.core libexec/maxima/${PKGVERSION}/mgnuplot man/man1/maxima.1 share/maxima/${PKGVERSION}/demo/cf.dem @@ -47,6 +45,122 @@ share/maxima/${PKGVERSION}/doc/html/figures/bodephase7.gif share/maxima/${PKGVERSION}/doc/html/figures/bodephase8.gif share/maxima/${PKGVERSION}/doc/html/figures/bodephase9.gif share/maxima/${PKGVERSION}/doc/html/figures/color_terminal.png +share/maxima/${PKGVERSION}/doc/html/figures/draw_axis3d.gif +share/maxima/${PKGVERSION}/doc/html/figures/draw_axis_bottom.gif +share/maxima/${PKGVERSION}/doc/html/figures/draw_bars.gif +share/maxima/${PKGVERSION}/doc/html/figures/draw_border.gif +share/maxima/${PKGVERSION}/doc/html/figures/draw_cbrange.gif +share/maxima/${PKGVERSION}/doc/html/figures/draw_cbtics.gif +share/maxima/${PKGVERSION}/doc/html/figures/draw_color.gif +share/maxima/${PKGVERSION}/doc/html/figures/draw_colorbox.gif +share/maxima/${PKGVERSION}/doc/html/figures/draw_colorbox2.gif +share/maxima/${PKGVERSION}/doc/html/figures/draw_columns.gif +share/maxima/${PKGVERSION}/doc/html/figures/draw_contour.gif +share/maxima/${PKGVERSION}/doc/html/figures/draw_contour2.gif +share/maxima/${PKGVERSION}/doc/html/figures/draw_cylindrical.gif +share/maxima/${PKGVERSION}/doc/html/figures/draw_elevation_grid.gif +share/maxima/${PKGVERSION}/doc/html/figures/draw_ellipse.gif +share/maxima/${PKGVERSION}/doc/html/figures/draw_enhanced3d.gif +share/maxima/${PKGVERSION}/doc/html/figures/draw_enhanced3d10.gif +share/maxima/${PKGVERSION}/doc/html/figures/draw_enhanced3d11.gif +share/maxima/${PKGVERSION}/doc/html/figures/draw_enhanced3d2.gif +share/maxima/${PKGVERSION}/doc/html/figures/draw_enhanced3d3.gif +share/maxima/${PKGVERSION}/doc/html/figures/draw_enhanced3d4.gif +share/maxima/${PKGVERSION}/doc/html/figures/draw_enhanced3d5.gif +share/maxima/${PKGVERSION}/doc/html/figures/draw_enhanced3d6.gif +share/maxima/${PKGVERSION}/doc/html/figures/draw_enhanced3d7.gif +share/maxima/${PKGVERSION}/doc/html/figures/draw_enhanced3d8.gif +share/maxima/${PKGVERSION}/doc/html/figures/draw_enhanced3d9.gif +share/maxima/${PKGVERSION}/doc/html/figures/draw_equiv.gif +share/maxima/${PKGVERSION}/doc/html/figures/draw_errors.gif +share/maxima/${PKGVERSION}/doc/html/figures/draw_errors2.gif +share/maxima/${PKGVERSION}/doc/html/figures/draw_explicit.gif +share/maxima/${PKGVERSION}/doc/html/figures/draw_explicit2.gif +share/maxima/${PKGVERSION}/doc/html/figures/draw_explicit3.gif +share/maxima/${PKGVERSION}/doc/html/figures/draw_filledfunc.gif +share/maxima/${PKGVERSION}/doc/html/figures/draw_filledfunc2.gif +share/maxima/${PKGVERSION}/doc/html/figures/draw_grid.gif +share/maxima/${PKGVERSION}/doc/html/figures/draw_grid2.gif +share/maxima/${PKGVERSION}/doc/html/figures/draw_head_angle.gif +share/maxima/${PKGVERSION}/doc/html/figures/draw_head_both.gif +share/maxima/${PKGVERSION}/doc/html/figures/draw_head_length.gif +share/maxima/${PKGVERSION}/doc/html/figures/draw_head_type.gif +share/maxima/${PKGVERSION}/doc/html/figures/draw_image.gif +share/maxima/${PKGVERSION}/doc/html/figures/draw_image2.gif +share/maxima/${PKGVERSION}/doc/html/figures/draw_image3.gif +share/maxima/${PKGVERSION}/doc/html/figures/draw_image4.gif +share/maxima/${PKGVERSION}/doc/html/figures/draw_image5.gif +share/maxima/${PKGVERSION}/doc/html/figures/draw_image6.gif +share/maxima/${PKGVERSION}/doc/html/figures/draw_implicit.gif +share/maxima/${PKGVERSION}/doc/html/figures/draw_implicit2.gif +share/maxima/${PKGVERSION}/doc/html/figures/draw_interpolate_color.gif +share/maxima/${PKGVERSION}/doc/html/figures/draw_interpolate_color2.gif +share/maxima/${PKGVERSION}/doc/html/figures/draw_interpolate_color3.gif +share/maxima/${PKGVERSION}/doc/html/figures/draw_interpolate_color4.gif +share/maxima/${PKGVERSION}/doc/html/figures/draw_interpolate_color5.gif +share/maxima/${PKGVERSION}/doc/html/figures/draw_interpolate_color6.gif +share/maxima/${PKGVERSION}/doc/html/figures/draw_key.gif +share/maxima/${PKGVERSION}/doc/html/figures/draw_key_pos.gif +share/maxima/${PKGVERSION}/doc/html/figures/draw_key_pos2.gif +share/maxima/${PKGVERSION}/doc/html/figures/draw_label.gif +share/maxima/${PKGVERSION}/doc/html/figures/draw_label2.gif +share/maxima/${PKGVERSION}/doc/html/figures/draw_label_alignment.gif +share/maxima/${PKGVERSION}/doc/html/figures/draw_label_orientation.gif +share/maxima/${PKGVERSION}/doc/html/figures/draw_line_type.gif +share/maxima/${PKGVERSION}/doc/html/figures/draw_line_width.gif +share/maxima/${PKGVERSION}/doc/html/figures/draw_logcb.gif +share/maxima/${PKGVERSION}/doc/html/figures/draw_logx_secondary.gif +share/maxima/${PKGVERSION}/doc/html/figures/draw_mesh.gif +share/maxima/${PKGVERSION}/doc/html/figures/draw_mesh2.gif +share/maxima/${PKGVERSION}/doc/html/figures/draw_mesh3.gif +share/maxima/${PKGVERSION}/doc/html/figures/draw_nticks.gif +share/maxima/${PKGVERSION}/doc/html/figures/draw_palette.gif +share/maxima/${PKGVERSION}/doc/html/figures/draw_palette2.gif +share/maxima/${PKGVERSION}/doc/html/figures/draw_palette3.gif +share/maxima/${PKGVERSION}/doc/html/figures/draw_palette4.gif +share/maxima/${PKGVERSION}/doc/html/figures/draw_palette5.gif +share/maxima/${PKGVERSION}/doc/html/figures/draw_parametric.gif +share/maxima/${PKGVERSION}/doc/html/figures/draw_parametric2.gif +share/maxima/${PKGVERSION}/doc/html/figures/draw_parametric3.gif +share/maxima/${PKGVERSION}/doc/html/figures/draw_point_size.gif +share/maxima/${PKGVERSION}/doc/html/figures/draw_point_type.gif +share/maxima/${PKGVERSION}/doc/html/figures/draw_points.gif +share/maxima/${PKGVERSION}/doc/html/figures/draw_points2.gif +share/maxima/${PKGVERSION}/doc/html/figures/draw_points3.gif +share/maxima/${PKGVERSION}/doc/html/figures/draw_points4.gif +share/maxima/${PKGVERSION}/doc/html/figures/draw_points5.gif +share/maxima/${PKGVERSION}/doc/html/figures/draw_points6.gif +share/maxima/${PKGVERSION}/doc/html/figures/draw_points7.gif +share/maxima/${PKGVERSION}/doc/html/figures/draw_points8.gif +share/maxima/${PKGVERSION}/doc/html/figures/draw_points_joined.gif +share/maxima/${PKGVERSION}/doc/html/figures/draw_polar.gif +share/maxima/${PKGVERSION}/doc/html/figures/draw_polygon.gif +share/maxima/${PKGVERSION}/doc/html/figures/draw_proportional_axis.gif +share/maxima/${PKGVERSION}/doc/html/figures/draw_proportional_axis2.gif +share/maxima/${PKGVERSION}/doc/html/figures/draw_quadrilateral.gif +share/maxima/${PKGVERSION}/doc/html/figures/draw_rectangle.gif +share/maxima/${PKGVERSION}/doc/html/figures/draw_region.gif +share/maxima/${PKGVERSION}/doc/html/figures/draw_scene.gif +share/maxima/${PKGVERSION}/doc/html/figures/draw_spherical.gif +share/maxima/${PKGVERSION}/doc/html/figures/draw_surface_hide.gif +share/maxima/${PKGVERSION}/doc/html/figures/draw_title.gif +share/maxima/${PKGVERSION}/doc/html/figures/draw_transform.gif +share/maxima/${PKGVERSION}/doc/html/figures/draw_transform2.gif +share/maxima/${PKGVERSION}/doc/html/figures/draw_transparent.gif +share/maxima/${PKGVERSION}/doc/html/figures/draw_triangle.gif +share/maxima/${PKGVERSION}/doc/html/figures/draw_tube.gif +share/maxima/${PKGVERSION}/doc/html/figures/draw_tube_extremes.gif +share/maxima/${PKGVERSION}/doc/html/figures/draw_unit_vectors.gif +share/maxima/${PKGVERSION}/doc/html/figures/draw_user_preamble.gif +share/maxima/${PKGVERSION}/doc/html/figures/draw_user_preamble2.gif +share/maxima/${PKGVERSION}/doc/html/figures/draw_vector.gif +share/maxima/${PKGVERSION}/doc/html/figures/draw_vector2.gif +share/maxima/${PKGVERSION}/doc/html/figures/draw_view.gif +share/maxima/${PKGVERSION}/doc/html/figures/draw_view2.gif +share/maxima/${PKGVERSION}/doc/html/figures/draw_wired_surface.gif +share/maxima/${PKGVERSION}/doc/html/figures/draw_xaxis.gif +share/maxima/${PKGVERSION}/doc/html/figures/draw_xaxis_secondary.gif +share/maxima/${PKGVERSION}/doc/html/figures/draw_ylabel_secondary.gif share/maxima/${PKGVERSION}/doc/html/figures/dynamics1.png share/maxima/${PKGVERSION}/doc/html/figures/dynamics2.png share/maxima/${PKGVERSION}/doc/html/figures/dynamics3.png @@ -109,6 +223,18 @@ share/maxima/${PKGVERSION}/doc/html/figures/plotting8.png share/maxima/${PKGVERSION}/doc/html/figures/plotting9.png share/maxima/${PKGVERSION}/doc/html/figures/scene1.png share/maxima/${PKGVERSION}/doc/html/figures/scene2.png +share/maxima/${PKGVERSION}/doc/html/figures/worldmap_geomap.gif +share/maxima/${PKGVERSION}/doc/html/figures/worldmap_geomap2.gif +share/maxima/${PKGVERSION}/doc/html/figures/worldmap_geomap3.gif +share/maxima/${PKGVERSION}/doc/html/figures/worldmap_geomap4.gif +share/maxima/${PKGVERSION}/doc/html/figures/worldmap_geomap5.gif +share/maxima/${PKGVERSION}/doc/html/figures/worldmap_geomap6.gif +share/maxima/${PKGVERSION}/doc/html/figures/worldmap_make_poly_continent.gif +share/maxima/${PKGVERSION}/doc/html/figures/worldmap_make_poly_continent2.gif +share/maxima/${PKGVERSION}/doc/html/figures/worldmap_make_poly_country.gif +share/maxima/${PKGVERSION}/doc/html/figures/worldmap_make_polygon.gif +share/maxima/${PKGVERSION}/doc/html/figures/worldmap_region_boundaries.gif +share/maxima/${PKGVERSION}/doc/html/figures/worldmap_region_boundaries_plus.gif share/maxima/${PKGVERSION}/doc/html/header.hhp share/maxima/${PKGVERSION}/doc/html/index.hhk share/maxima/${PKGVERSION}/doc/html/intromax.html @@ -116,6 +242,12 @@ share/maxima/${PKGVERSION}/doc/html/maxima.hhp share/maxima/${PKGVERSION}/doc/html/maxima.html share/maxima/${PKGVERSION}/doc/html/maxima_1.html share/maxima/${PKGVERSION}/doc/html/maxima_10.html +share/maxima/${PKGVERSION}/doc/html/maxima_100.html +share/maxima/${PKGVERSION}/doc/html/maxima_101.html +share/maxima/${PKGVERSION}/doc/html/maxima_102.html +share/maxima/${PKGVERSION}/doc/html/maxima_103.html +share/maxima/${PKGVERSION}/doc/html/maxima_104.html +share/maxima/${PKGVERSION}/doc/html/maxima_105.html share/maxima/${PKGVERSION}/doc/html/maxima_11.html share/maxima/${PKGVERSION}/doc/html/maxima_12.html share/maxima/${PKGVERSION}/doc/html/maxima_13.html @@ -216,6 +348,7 @@ share/maxima/${PKGVERSION}/doc/html/maxima_99.html share/maxima/${PKGVERSION}/doc/html/maxima_abt.html share/maxima/${PKGVERSION}/doc/html/maxima_fot.html share/maxima/${PKGVERSION}/doc/html/maxima_ovr.html +share/maxima/${PKGVERSION}/doc/html/maxima_singlepage.html share/maxima/${PKGVERSION}/doc/html/maxima_toc.html share/maxima/${PKGVERSION}/doc/implementation/dir_vars.txt share/maxima/${PKGVERSION}/doc/implementation/external-interface.txt @@ -247,6 +380,7 @@ share/maxima/${PKGVERSION}/emacs/maxima.el share/maxima/${PKGVERSION}/emacs/setup-imaxima-imath.el share/maxima/${PKGVERSION}/emacs/smart-complete.el share/maxima/${PKGVERSION}/emacs/sshell.el +share/maxima/${PKGVERSION}/share/.gitattributes share/maxima/${PKGVERSION}/share/affine/README share/maxima/${PKGVERSION}/share/affine/affine.lisp share/maxima/${PKGVERSION}/share/affine/affine.system @@ -275,12 +409,21 @@ share/maxima/${PKGVERSION}/share/affine/sub-proj.lisp share/maxima/${PKGVERSION}/share/affine/sys-declaim.lisp share/maxima/${PKGVERSION}/share/affine/sys-proclaim.lisp share/maxima/${PKGVERSION}/share/affine/sysdef.lisp +share/maxima/${PKGVERSION}/share/algebra/charsets/INTRODUCTION share/maxima/${PKGVERSION}/share/algebra/charsets/README share/maxima/${PKGVERSION}/share/algebra/charsets/charsets.mac -share/maxima/${PKGVERSION}/share/algebra/charsets/flatten.lisp +share/maxima/${PKGVERSION}/share/algebra/charsets/charsets.maple +share/maxima/${PKGVERSION}/share/algebra/charsets/charsets.pdf +share/maxima/${PKGVERSION}/share/algebra/charsets/charsets_flatten.lisp +share/maxima/${PKGVERSION}/share/algebra/charsets/charsets_length.lisp +share/maxima/${PKGVERSION}/share/algebra/charsets/charsets_powers.lisp +share/maxima/${PKGVERSION}/share/algebra/charsets/charsets_set.lisp +share/maxima/${PKGVERSION}/share/algebra/charsets/fateman-len.lisp share/maxima/${PKGVERSION}/share/algebra/charsets/rtestflatten.mac -share/maxima/${PKGVERSION}/share/algebra/charsets/set.lisp +share/maxima/${PKGVERSION}/share/algebra/charsets/test.mac +share/maxima/${PKGVERSION}/share/algebra/charsets/test.run share/maxima/${PKGVERSION}/share/algebra/charsets/test1.mac +share/maxima/${PKGVERSION}/share/algebra/charsets/wsolve share/maxima/${PKGVERSION}/share/algebra/gcdex.mac share/maxima/${PKGVERSION}/share/algebra/grob1.lisp share/maxima/${PKGVERSION}/share/algebra/nusum.mac @@ -426,6 +569,7 @@ share/maxima/${PKGVERSION}/share/contrib/Grobner/README share/maxima/${PKGVERSION}/share/contrib/Grobner/grobner-demo.output share/maxima/${PKGVERSION}/share/contrib/Grobner/grobner.demo share/maxima/${PKGVERSION}/share/contrib/Grobner/grobner.lisp +share/maxima/${PKGVERSION}/share/contrib/Grobner/rtest_grobner.mac share/maxima/${PKGVERSION}/share/contrib/README share/maxima/${PKGVERSION}/share/contrib/Zeilberger/Gosper.mac share/maxima/${PKGVERSION}/share/contrib/Zeilberger/GosperEq.mac @@ -685,6 +829,9 @@ share/maxima/${PKGVERSION}/share/contrib/noninteractive/noninteractive.mac share/maxima/${PKGVERSION}/share/contrib/noninteractive/rtest_noninteractive.mac share/maxima/${PKGVERSION}/share/contrib/odes/odes-doc.pdf share/maxima/${PKGVERSION}/share/contrib/odes/odes.mac +share/maxima/${PKGVERSION}/share/contrib/operatingsystem/operatingsystem.lisp +share/maxima/${PKGVERSION}/share/contrib/operatingsystem/operatingsystem.mac +share/maxima/${PKGVERSION}/share/contrib/operatingsystem/rtest_operatingsystem.mac share/maxima/${PKGVERSION}/share/contrib/opsubst.lisp share/maxima/${PKGVERSION}/share/contrib/prim/prim-ex.mac share/maxima/${PKGVERSION}/share/contrib/prim/prim-ex1.mac @@ -745,6 +892,7 @@ share/maxima/${PKGVERSION}/share/contrib/rand/twovar.mac share/maxima/${PKGVERSION}/share/contrib/rand/twovar.usg share/maxima/${PKGVERSION}/share/contrib/rand/vandpol.mac share/maxima/${PKGVERSION}/share/contrib/rand/vandpol.usg +share/maxima/${PKGVERSION}/share/contrib/ratpow.lisp share/maxima/${PKGVERSION}/share/contrib/rkf45/rkf45.dem share/maxima/${PKGVERSION}/share/contrib/rkf45/rkf45.mac share/maxima/${PKGVERSION}/share/contrib/rkf45/rkf45.pdf @@ -788,6 +936,12 @@ share/maxima/${PKGVERSION}/share/contrib/tex2ooo.lisp share/maxima/${PKGVERSION}/share/contrib/tocl.lisp share/maxima/${PKGVERSION}/share/contrib/trigtools/trigtools-doc.pdf share/maxima/${PKGVERSION}/share/contrib/trigtools/trigtools.mac +share/maxima/${PKGVERSION}/share/contrib/unicodedata/grind-patch.lisp +share/maxima/${PKGVERSION}/share/contrib/unicodedata/unicodedata-txt.lisp +share/maxima/${PKGVERSION}/share/contrib/unicodedata/unicodedata.el +share/maxima/${PKGVERSION}/share/contrib/unicodedata/unicodedata.lisp +share/maxima/${PKGVERSION}/share/contrib/unicodedata/unicodedata.mac +share/maxima/${PKGVERSION}/share/contrib/unicodedata/unicodedata.system share/maxima/${PKGVERSION}/share/contrib/unit/unit-functions.lisp share/maxima/${PKGVERSION}/share/contrib/unit/unit.mac share/maxima/${PKGVERSION}/share/contrib/unwind_protect.lisp @@ -1138,6 +1292,7 @@ share/maxima/${PKGVERSION}/share/lapack/lapack/zunmhr.lisp share/maxima/${PKGVERSION}/share/lapack/lapack/zunmqr.lisp share/maxima/${PKGVERSION}/share/lapack/load-lapack.lisp share/maxima/${PKGVERSION}/share/lapack/rtest_dgeqrf.mac +share/maxima/${PKGVERSION}/share/lapack/rtest_dgesv.mac share/maxima/${PKGVERSION}/share/lbfgs/f2cl-lbfgs.lisp share/maxima/${PKGVERSION}/share/lbfgs/lb1.lisp share/maxima/${PKGVERSION}/share/lbfgs/lb2.lisp @@ -1269,6 +1424,8 @@ share/maxima/${PKGVERSION}/share/numeric/diffeq.dem share/maxima/${PKGVERSION}/share/numeric/diffeq.mac share/maxima/${PKGVERSION}/share/numeric/expense.lisp share/maxima/${PKGVERSION}/share/numeric/fft-core.lisp +share/maxima/${PKGVERSION}/share/numeric/fft-interface.lisp +share/maxima/${PKGVERSION}/share/numeric/fft-package.lisp share/maxima/${PKGVERSION}/share/numeric/fft.dem share/maxima/${PKGVERSION}/share/numeric/fft.lisp share/maxima/${PKGVERSION}/share/numeric/fft.usg @@ -1284,6 +1441,7 @@ share/maxima/${PKGVERSION}/share/numeric/romberg.lisp share/maxima/${PKGVERSION}/share/numeric/rtest_bffac.mac share/maxima/${PKGVERSION}/share/numeric/rtest_fft.mac share/maxima/${PKGVERSION}/share/numeric/rtest_interpol.mac +share/maxima/${PKGVERSION}/share/numeric/rtest_rfft.mac share/maxima/${PKGVERSION}/share/numeric/rtest_romberg.mac share/maxima/${PKGVERSION}/share/numeric/simpsn.dem share/maxima/${PKGVERSION}/share/numeric/simpsn.mac @@ -1292,8 +1450,10 @@ share/maxima/${PKGVERSION}/share/numeric/submac.mac share/maxima/${PKGVERSION}/share/numericalio/README share/maxima/${PKGVERSION}/share/numericalio/array.data share/maxima/${PKGVERSION}/share/numericalio/encode-decode-float.lisp +share/maxima/${PKGVERSION}/share/numericalio/load-numericalio.lisp share/maxima/${PKGVERSION}/share/numericalio/numericalio.lisp share/maxima/${PKGVERSION}/share/numericalio/numericalio.mac +share/maxima/${PKGVERSION}/share/numericalio/numericalio.system share/maxima/${PKGVERSION}/share/numericalio/pipe.data share/maxima/${PKGVERSION}/share/numericalio/ragged.data share/maxima/${PKGVERSION}/share/numericalio/really-csv.data @@ -1328,11 +1488,12 @@ share/maxima/${PKGVERSION}/share/physics/dimension.tex share/maxima/${PKGVERSION}/share/physics/elec.lisp share/maxima/${PKGVERSION}/share/physics/physconst.mac share/maxima/${PKGVERSION}/share/physics/physconst.usg +share/maxima/${PKGVERSION}/share/physics/rtest_dimension.mac share/maxima/${PKGVERSION}/share/physics/units.mac share/maxima/${PKGVERSION}/share/physics/units.usg share/maxima/${PKGVERSION}/share/readme-share.txt share/maxima/${PKGVERSION}/share/share.usg -share/maxima/${PKGVERSION}/share/share_testsuite.mac +share/maxima/${PKGVERSION}/share/share_testsuite.lisp share/maxima/${PKGVERSION}/share/simplex/Readme.txt share/maxima/${PKGVERSION}/share/simplex/Tests/Readme.txt share/maxima/${PKGVERSION}/share/simplex/Tests/adlittle_A.csv @@ -1375,6 +1536,7 @@ share/maxima/${PKGVERSION}/share/simplification/rducon.lisp share/maxima/${PKGVERSION}/share/simplification/rncomb.dem share/maxima/${PKGVERSION}/share/simplification/rncomb.mac share/maxima/${PKGVERSION}/share/simplification/rtest_rncomb.mac +share/maxima/${PKGVERSION}/share/simplification/rtest_sqdnst.mac share/maxima/${PKGVERSION}/share/simplification/scifac.dem share/maxima/${PKGVERSION}/share/simplification/scifac.lisp share/maxima/${PKGVERSION}/share/simplification/sqdnst.mac @@ -1401,9 +1563,11 @@ share/maxima/${PKGVERSION}/share/stringproc/md5.lisp share/maxima/${PKGVERSION}/share/stringproc/pregexp.lisp share/maxima/${PKGVERSION}/share/stringproc/printf.lisp share/maxima/${PKGVERSION}/share/stringproc/rtestprintf.mac +share/maxima/${PKGVERSION}/share/stringproc/rtestregex.mac share/maxima/${PKGVERSION}/share/stringproc/rteststringproc.mac share/maxima/${PKGVERSION}/share/stringproc/sha1.lisp share/maxima/${PKGVERSION}/share/stringproc/sregex.lisp +share/maxima/${PKGVERSION}/share/stringproc/sregex.mac share/maxima/${PKGVERSION}/share/stringproc/stringproc.lisp share/maxima/${PKGVERSION}/share/stringproc/stringproc.mac share/maxima/${PKGVERSION}/share/sym/arite.lisp @@ -1867,6 +2031,7 @@ share/maxima/${PKGVERSION}/tests/rtest_equal.mac share/maxima/${PKGVERSION}/tests/rtest_everysome.mac share/maxima/${PKGVERSION}/tests/rtest_expintegral.mac share/maxima/${PKGVERSION}/tests/rtest_extra.mac +share/maxima/${PKGVERSION}/tests/rtest_float_inf.mac share/maxima/${PKGVERSION}/tests/rtest_gamma.mac share/maxima/${PKGVERSION}/tests/rtest_hypgeo.mac share/maxima/${PKGVERSION}/tests/rtest_integrate.mac @@ -1880,6 +2045,7 @@ share/maxima/${PKGVERSION}/tests/rtest_map.mac share/maxima/${PKGVERSION}/tests/rtest_mset.mac share/maxima/${PKGVERSION}/tests/rtest_numth.mac share/maxima/${PKGVERSION}/tests/rtest_plot.mac +share/maxima/${PKGVERSION}/tests/rtest_plotoptions.mac share/maxima/${PKGVERSION}/tests/rtest_power.mac share/maxima/${PKGVERSION}/tests/rtest_powerseries.mac share/maxima/${PKGVERSION}/tests/rtest_round.mac @@ -1974,3 +2140,4 @@ share/maxima/${PKGVERSION}/xmaxima/maxima-new.png share/maxima/${PKGVERSION}/xmaxima/msgs/es.msg share/maxima/${PKGVERSION}/xmaxima/msgs/ru.msg share/maxima/${PKGVERSION}/xmaxima/plotmaxima.html +share/mime/packages/x-mac.xml diff --git a/math/maxima/distinfo b/math/maxima/distinfo index 5316e797b158f..314e28ba09f8a 100644 --- a/math/maxima/distinfo +++ b/math/maxima/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.29 2015/11/03 23:33:36 agc Exp $ +$NetBSD: distinfo,v 1.30 2016/04/10 14:34:13 wen Exp $ -SHA1 (maxima-5.37.2.tar.gz) = 460a3042beac635f25d5db453b5cccb13322a4e7 -RMD160 (maxima-5.37.2.tar.gz) = 8e53da2d81352a86125fc4ee09d12b3598dd46d2 -SHA512 (maxima-5.37.2.tar.gz) = b043c9f48e0cdffeb9e81a938b3d17037741ff63a5a2c09b893f74d55ef9f54d998bf05b2312cb56139329c8ebb107b68c70d1b72a961c0bb91e0cc4932872c7 -Size (maxima-5.37.2.tar.gz) = 29963535 bytes +SHA1 (maxima-5.38.0.tar.gz) = 1cc9ba840f115ab18813dfffeab89fb68ea735ce +RMD160 (maxima-5.38.0.tar.gz) = ccddaecc5de2be213245b8dc90bb38657fc891dd +SHA512 (maxima-5.38.0.tar.gz) = c7cbb777f01c540bad95200a7a7a4a60d17d1f9afe03647a8af78e40a3403be771e8cb305bcac4d636e2247a9994f22071b4ece2df91408d9ecfc29159ef6c58 +Size (maxima-5.38.0.tar.gz) = 38502746 bytes diff --git a/math/ocaml-zarith/Makefile b/math/ocaml-zarith/Makefile index 549d305799b7d..c73f1ed06d842 100644 --- a/math/ocaml-zarith/Makefile +++ b/math/ocaml-zarith/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.1 2016/02/07 21:43:03 markd Exp $ +# $NetBSD: Makefile,v 1.3 2016/05/05 11:45:40 jaapb Exp $ # DISTNAME= ocaml-zarith-1.4.1 +PKGREVISION= 2 CATEGORIES= math MASTER_SITES= http://forge.ocamlcore.org/frs/download.php/1574/ @@ -12,6 +13,9 @@ LICENSE= gnu-lgpl-v2 DEPENDS+= ocaml-findlib-[0-9]*:../../devel/ocaml-findlib +# zarith library creation is racy +MAKE_JOBS_SAFE= no + HAS_CONFIGURE= yes CONFIGURE_ENV+= DESTDIR=${DESTDIR} USE_TOOLS+= gmake perl diff --git a/math/ocaml-zarith/PLIST b/math/ocaml-zarith/PLIST index acb817ec372c5..c394aba69a2b4 100644 --- a/math/ocaml-zarith/PLIST +++ b/math/ocaml-zarith/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2016/02/07 21:43:03 markd Exp $ +@comment $NetBSD: PLIST,v 1.2 2016/03/31 10:27:26 markd Exp $ lib/ocaml/site-lib/zarith/big_int_Z.cmi lib/ocaml/site-lib/zarith/big_int_Z.mli lib/ocaml/site-lib/zarith/dllzarith.so @@ -13,3 +13,5 @@ lib/ocaml/site-lib/zarith/zarith.cmxs lib/ocaml/site-lib/zarith/zarith.h lib/ocaml/site-lib/zarith/z.cmi lib/ocaml/site-lib/zarith/z.mli +@unexec %D/libexec/ocaml-findlib-register del %D/lib/ocaml/site-lib/zarith +@exec %D/libexec/ocaml-findlib-register add %D/lib/ocaml/site-lib/zarith diff --git a/math/ocaml-zarith/distinfo b/math/ocaml-zarith/distinfo index 555926abecafd..6299864a0df29 100644 --- a/math/ocaml-zarith/distinfo +++ b/math/ocaml-zarith/distinfo @@ -1,7 +1,8 @@ -$NetBSD: distinfo,v 1.1 2016/02/08 03:40:20 markd Exp $ +$NetBSD: distinfo,v 1.2 2016/03/31 10:27:26 markd Exp $ SHA1 (ocaml-zarith-1.4.1.tar.gz) = 684d686a5e5234876dc41d247b6cecf47bd81d89 RMD160 (ocaml-zarith-1.4.1.tar.gz) = b0c858cb3757ce9bbd8f191b90ffeb76e81c5aa1 SHA512 (ocaml-zarith-1.4.1.tar.gz) = ef6717e3b6c19ef94fb0e02eb33b1d9f2b2103a9fe0334cb89b01b344ee953fbeeaed8a75b17daa32760faaf93d582e6778ae50e59e9cf878663f2ecba1d5659 Size (ocaml-zarith-1.4.1.tar.gz) = 88831 bytes SHA1 (patch-configure) = aa021e0a35d671b804a489b60f5cfba1b4c4034f +SHA1 (patch-project.mak) = ae9cd0e0efb2b93b62cfbecd81122578ec007505 diff --git a/math/ocaml-zarith/patches/patch-project.mak b/math/ocaml-zarith/patches/patch-project.mak new file mode 100644 index 0000000000000..a57143e2e7a85 --- /dev/null +++ b/math/ocaml-zarith/patches/patch-project.mak @@ -0,0 +1,14 @@ +$NetBSD: patch-project.mak,v 1.1 2016/03/31 10:27:26 markd Exp $ + +Do not create an ld.conf, this is done afterwards through the PLIST +--- project.mak.orig 2015-11-09 21:23:00.000000000 +0000 ++++ project.mak +@@ -96,7 +96,7 @@ endif + + ifeq ($(INSTMETH),findlib) + install: +- $(OCAMLFIND) install -destdir "$(INSTALLDIR)" zarith META $(TOINSTALL) dllzarith.$(DLLSUFFIX) ++ $(OCAMLFIND) install -destdir "$(INSTALLDIR)" -ldconf ignore zarith META $(TOINSTALL) dllzarith.$(DLLSUFFIX) + + uninstall: + $(OCAMLFIND) remove -destdir "$(INSTALLDIR)" zarith diff --git a/math/octave/Makefile b/math/octave/Makefile index f12f33e793f98..90ebc9b020a69 100644 --- a/math/octave/Makefile +++ b/math/octave/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.134 2016/03/05 11:28:52 jperkin Exp $ +# $NetBSD: Makefile,v 1.136 2016/04/11 19:01:56 ryoon Exp $ DISTNAME= octave-4.0.0 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_GNU:=octave/} EXTRACT_SUFX= .tar.xz @@ -82,6 +82,12 @@ SUBST_SED.qt5-pkg-config+= -e 's,QtGui,Qt5Widgets,g' SUBST_SED.qt5-pkg-config+= -e 's,QtNetwork,Qt5Network,g' SUBST_SED.qt5-pkg-config+= -e 's,QtOpenGL,Qt5OpenGL,g' +# Matches reduce-relocations logic in x11/qt5-qtbase +.if ${OPSYS} != "Darwin" && ${OPSYS} != "SunOS" && \ + (!empty(MACHINE_ARCH:Mi386) || !empty(MACHINE_ARCH:Mx86_64)) +CFLAGS+= -fPIC +.endif + PREPEND_PATH+= ${QTDIR}/bin MAKE_ENV+= V=1 diff --git a/math/p5-Math-Base-Convert/Makefile b/math/p5-Math-Base-Convert/Makefile index eb12536ca2bbe..92ba49e6037d8 100644 --- a/math/p5-Math-Base-Convert/Makefile +++ b/math/p5-Math-Base-Convert/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.1 2015/08/06 01:32:11 wen Exp $ +# $NetBSD: Makefile,v 1.2 2016/04/07 12:44:36 wen Exp $ -DISTNAME= Math-Base-Convert-0.08 +DISTNAME= Math-Base-Convert-0.11 PKGNAME= p5-${DISTNAME} CATEGORIES= math perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Math/} diff --git a/math/p5-Math-Base-Convert/distinfo b/math/p5-Math-Base-Convert/distinfo index ecbb3747cb625..f7946906ea64e 100644 --- a/math/p5-Math-Base-Convert/distinfo +++ b/math/p5-Math-Base-Convert/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2015/11/03 23:33:38 agc Exp $ +$NetBSD: distinfo,v 1.3 2016/04/07 12:44:36 wen Exp $ -SHA1 (Math-Base-Convert-0.08.tar.gz) = c7553e39cc5a01fda132b421307bb0b319cac891 -RMD160 (Math-Base-Convert-0.08.tar.gz) = 969453c869115c45cab9dfe704ec300a371a4887 -SHA512 (Math-Base-Convert-0.08.tar.gz) = 3c7582ba0b9844cce8ec3d1f26e385b1370930625f93eaf8752ab0700e2cdf50af591e277b05426044d847f791a75f0992d2ed4d1e22c483593e637a06827496 -Size (Math-Base-Convert-0.08.tar.gz) = 41469 bytes +SHA1 (Math-Base-Convert-0.11.tar.gz) = 44372bfec3a739c8bc586dd9d835bdcd0c75a231 +RMD160 (Math-Base-Convert-0.11.tar.gz) = 1f3f750e0eb3735476d76a61bf5adb31b20f1005 +SHA512 (Math-Base-Convert-0.11.tar.gz) = 4451b41d557d7b3538389bbb525f566264f6c9462339e3b48843b6bb7952576b73a194523716ab44e1fa1df19c243f23fbbfdbae3deef504066d36761526c664 +Size (Math-Base-Convert-0.11.tar.gz) = 41667 bytes diff --git a/math/p5-Math-Derivative/Makefile b/math/p5-Math-Derivative/Makefile index 723c8d0295cf4..55c86837047e8 100644 --- a/math/p5-Math-Derivative/Makefile +++ b/math/p5-Math-Derivative/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.3 2015/06/12 10:50:29 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2016/04/13 13:31:23 wen Exp $ -DISTNAME= Math-Derivative-0.01 +DISTNAME= Math-Derivative-0.04 PKGNAME= p5-${DISTNAME} -PKGREVISION= 2 CATEGORIES= math perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Math/} diff --git a/math/p5-Math-Derivative/distinfo b/math/p5-Math-Derivative/distinfo index 165b57f76acde..c857d12fa47f4 100644 --- a/math/p5-Math-Derivative/distinfo +++ b/math/p5-Math-Derivative/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2015/11/03 23:33:38 agc Exp $ +$NetBSD: distinfo,v 1.3 2016/04/13 13:31:23 wen Exp $ -SHA1 (Math-Derivative-0.01.tar.gz) = c116497d1930b4e94a3a393a6cffac2d655ffd61 -RMD160 (Math-Derivative-0.01.tar.gz) = 43ed646d13bb14aed6d2c0e20b2cad39a63c08c1 -SHA512 (Math-Derivative-0.01.tar.gz) = 53d322a16919b97a4914aceda7d63e2d8053664337f555745f7d356379b928343381e8edf21a7bc0e353ecab5015d134612d3026032e459953da7471e71e70c5 -Size (Math-Derivative-0.01.tar.gz) = 1935 bytes +SHA1 (Math-Derivative-0.04.tar.gz) = 5b79361bc9fd0122de378f1b4fb6f6fb20c44c28 +RMD160 (Math-Derivative-0.04.tar.gz) = 456c5080552679ef4e122e350b29d8708c4db19e +SHA512 (Math-Derivative-0.04.tar.gz) = 36cc39024300063a34d8df5c896670625a30561bfcd29f13eab57a2ca3f6b9b3c6b8a14675aefcf41c1f17ec4e2e58d77664c28d621fb36f61006681dcd58f96 +Size (Math-Derivative-0.04.tar.gz) = 11893 bytes diff --git a/math/p5-Statistics-Descriptive/Makefile b/math/p5-Statistics-Descriptive/Makefile index 553a813c7972a..b344e19b0e1a9 100644 --- a/math/p5-Statistics-Descriptive/Makefile +++ b/math/p5-Statistics-Descriptive/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.13 2015/06/12 10:50:31 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2016/04/08 14:40:54 wen Exp $ -DISTNAME= Statistics-Descriptive-3.0607 +DISTNAME= Statistics-Descriptive-3.0612 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= math perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Statistics/} diff --git a/math/p5-Statistics-Descriptive/distinfo b/math/p5-Statistics-Descriptive/distinfo index 2c9fea39aa93f..1e1bc5efffa72 100644 --- a/math/p5-Statistics-Descriptive/distinfo +++ b/math/p5-Statistics-Descriptive/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.7 2015/11/03 23:33:40 agc Exp $ +$NetBSD: distinfo,v 1.8 2016/04/08 14:40:54 wen Exp $ -SHA1 (Statistics-Descriptive-3.0607.tar.gz) = 8d403f67b4c7806fefdc85f42f6aa24c0624202a -RMD160 (Statistics-Descriptive-3.0607.tar.gz) = cc5003b9fc14b640a38285f6ca746e4121a11068 -SHA512 (Statistics-Descriptive-3.0607.tar.gz) = 6a0ec5e0d5b6a0c6566155b72ce89d024612a7eb1a5ad84ef1bafd89698bf78ca4edfce45c00e798179b6a3df83490d0d823fbcefb47f8e41d5c9e35866a84d1 -Size (Statistics-Descriptive-3.0607.tar.gz) = 45614 bytes +SHA1 (Statistics-Descriptive-3.0612.tar.gz) = cbdb4946e052b9c4fd98c657cb5811e37487711b +RMD160 (Statistics-Descriptive-3.0612.tar.gz) = 160636625caabac1f385b146f4d4d59854f75dca +SHA512 (Statistics-Descriptive-3.0612.tar.gz) = 1157c0259a376f44363861c515ef56a25cf5a496d67faea546e225751d39c3529f9aa7d1bd021e2e399d5e884e7f5372df67249fe4f5607a6bdd806235503d46 +Size (Statistics-Descriptive-3.0612.tar.gz) = 45929 bytes diff --git a/math/pari/Makefile b/math/pari/Makefile index b67e4e33cf224..4a42e9ae62272 100644 --- a/math/pari/Makefile +++ b/math/pari/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.67 2016/03/03 13:28:22 wiz Exp $ +# $NetBSD: Makefile,v 1.68 2016/05/07 10:03:25 joerg Exp $ DISTNAME= pari-2.7.5 +PKGREVISION= 1 CATEGORIES= math MASTER_SITES= http://pari.math.u-bordeaux.fr/pub/pari/unix/ diff --git a/math/pari/distinfo b/math/pari/distinfo index 94205abccc346..293a0508309d0 100644 --- a/math/pari/distinfo +++ b/math/pari/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.24 2016/03/03 13:28:22 wiz Exp $ +$NetBSD: distinfo,v 1.25 2016/05/07 10:03:25 joerg Exp $ SHA1 (pari-2.7.5.tar.gz) = ca6f6bc57d2028df5a5bddd3810a82cb05d139f2 RMD160 (pari-2.7.5.tar.gz) = b5cc28e5382cc31d7da7dcb9258a7099d31872ce @@ -6,7 +6,7 @@ SHA512 (pari-2.7.5.tar.gz) = 1dcc60d3b9ab6b46fd8e5d0e28e5e37369da0eb872869788b6a Size (pari-2.7.5.tar.gz) = 3159103 bytes SHA1 (patch-Configure) = b8f86c8111709e09616383dedeb9dda8fd098157 SHA1 (patch-config_DOC__Make.SH) = 088e1b0ff98a42ed50ef90fae87e3a7989239dea -SHA1 (patch-config_Makefile.SH) = d1754104438aa0a4d6f86c809d81300ecb3aa3f2 +SHA1 (patch-config_Makefile.SH) = 1b653ec4b506637e5e63b63ec58035912749bef4 SHA1 (patch-config_TOP__Make.SH) = 82e39e82660fbe94b304e4691f0598b8f28a856a SHA1 (patch-config_get__PATH) = 3b7bae3610a3c7a51afd27f2610aa71169a2bc44 SHA1 (patch-config_get__X11) = 0bb8f77d5c5adfb29f89ad95ead1b5726c1a3918 diff --git a/math/pari/patches/patch-config_Makefile.SH b/math/pari/patches/patch-config_Makefile.SH index 04062fcbf53fa..7a16c641115b2 100644 --- a/math/pari/patches/patch-config_Makefile.SH +++ b/math/pari/patches/patch-config_Makefile.SH @@ -1,4 +1,4 @@ -$NetBSD: patch-config_Makefile.SH,v 1.1 2016/03/03 13:28:22 wiz Exp $ +$NetBSD: patch-config_Makefile.SH,v 1.2 2016/05/07 10:03:25 joerg Exp $ --- config/Makefile.SH.orig 2014-12-13 20:52:52.000000000 +0000 +++ config/Makefile.SH @@ -109,7 +109,7 @@ $NetBSD: patch-config_Makefile.SH,v 1.1 2016/03/03 13:28:22 wiz Exp $ - \$(AR) r \$@ \$(OBJS) - -\$(RANLIB) \$@ +\$(LIBPARI): \$(OBJS) -+ \$(LD) -o \$@ \$(OBJS) -rpath \$(LIBDIR) \$(GMPLIBS) --version-info 0:0 ++ \$(LD) -o \$@ \$(OBJS) -rpath \$(PREFIX)/lib \$(GMPLIBS) --version-info 0:0 kerntest\$(_O): $src/test/kerntest.c \$(CC) -c -I$src/language \$(CPPFLAGS) \$(CFLAGS) -o \$@ $src/test/kerntest.c diff --git a/math/py-scipy/Makefile b/math/py-scipy/Makefile index a7f72c2e973a5..6e41c6d781c64 100644 --- a/math/py-scipy/Makefile +++ b/math/py-scipy/Makefile @@ -1,9 +1,11 @@ -# $NetBSD: Makefile,v 1.18 2016/02/25 15:26:55 jperkin Exp $ +# $NetBSD: Makefile,v 1.20 2016/04/23 22:51:57 markd Exp $ -DISTNAME= scipy-0.15.1 -PKGNAME= ${PYPKGPREFIX}-scipy-0.15.1 +DISTNAME= scipy-0.17.0 +PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= math python -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=scipy/} +MASTER_SITES= ${MASTER_SITE_GITHUB:=scipy/} +GITHUB_PROJECT= scipy +GITHUB_TAG= v${PKGVERSION_NOREV} MAINTAINER= markd@NetBSD.org HOMEPAGE= http://www.scipy.org/ @@ -88,8 +90,22 @@ REPLACE_PYTHON+= scipy/special/spfun_stats.py REPLACE_PYTHON+= scipy/stats/setup.py REPLACE_PYTHON+= scipy/weave/setup.py +.include "../../mk/bsd.prefs.mk" + +.if ${OPSYS} == "Darwin" +.PHONY: fix-darwin-install-name +post-install: fix-darwin-install-name +fix-darwin-install-name: + ${FIND} ${DESTDIR}${PREFIX} -name "*.so" | while read lib; do \ + libname=`basename $${lib}`; \ + libdir=`dirname $${lib} | sed -e 's,${DESTDIR},,'`; \ + install_name_tool -id $${libdir}/$${libname} $${lib}; \ + done +.endif + .include "../../lang/python/application.mk" .include "../../lang/python/distutils.mk" +.include "../../devel/py-cython/buildlink3.mk" .include "../../math/fftw/buildlink3.mk" .include "../../math/py-numpy/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/math/py-scipy/PLIST b/math/py-scipy/PLIST index 250dc36eb0b29..f1eb6b54c7867 100644 --- a/math/py-scipy/PLIST +++ b/math/py-scipy/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.8 2015/04/25 13:43:18 wiz Exp $ +@comment $NetBSD: PLIST,v 1.9 2016/04/23 22:51:57 markd Exp $ ${PYSITELIB}/${EGG_FILE} ${PYSITELIB}/scipy/BENTO_BUILD.txt ${PYSITELIB}/scipy/HACKING.rst.txt @@ -17,6 +17,40 @@ ${PYSITELIB}/scipy/_build_utils/__init__.pyo ${PYSITELIB}/scipy/_build_utils/_fortran.py ${PYSITELIB}/scipy/_build_utils/_fortran.pyc ${PYSITELIB}/scipy/_build_utils/_fortran.pyo +${PYSITELIB}/scipy/_lib/__init__.py +${PYSITELIB}/scipy/_lib/__init__.pyc +${PYSITELIB}/scipy/_lib/__init__.pyo +${PYSITELIB}/scipy/_lib/_gcutils.py +${PYSITELIB}/scipy/_lib/_gcutils.pyc +${PYSITELIB}/scipy/_lib/_gcutils.pyo +${PYSITELIB}/scipy/_lib/_numpy_compat.py +${PYSITELIB}/scipy/_lib/_numpy_compat.pyc +${PYSITELIB}/scipy/_lib/_numpy_compat.pyo +${PYSITELIB}/scipy/_lib/_testutils.py +${PYSITELIB}/scipy/_lib/_testutils.pyc +${PYSITELIB}/scipy/_lib/_testutils.pyo +${PYSITELIB}/scipy/_lib/_tmpdirs.py +${PYSITELIB}/scipy/_lib/_tmpdirs.pyc +${PYSITELIB}/scipy/_lib/_tmpdirs.pyo +${PYSITELIB}/scipy/_lib/_util.py +${PYSITELIB}/scipy/_lib/_util.pyc +${PYSITELIB}/scipy/_lib/_util.pyo +${PYSITELIB}/scipy/_lib/_version.py +${PYSITELIB}/scipy/_lib/_version.pyc +${PYSITELIB}/scipy/_lib/_version.pyo +${PYSITELIB}/scipy/_lib/decorator.py +${PYSITELIB}/scipy/_lib/decorator.pyc +${PYSITELIB}/scipy/_lib/decorator.pyo +${PYSITELIB}/scipy/_lib/setup.py +${PYSITELIB}/scipy/_lib/setup.pyc +${PYSITELIB}/scipy/_lib/setup.pyo +${PYSITELIB}/scipy/_lib/six.py +${PYSITELIB}/scipy/_lib/six.pyc +${PYSITELIB}/scipy/_lib/six.pyo +${PYSITELIB}/scipy/_lib/tests/test__gcutils.py +${PYSITELIB}/scipy/_lib/tests/test__util.py +${PYSITELIB}/scipy/_lib/tests/test__version.py +${PYSITELIB}/scipy/_lib/tests/test_tmpdirs.py ${PYSITELIB}/scipy/cluster/__init__.py ${PYSITELIB}/scipy/cluster/__init__.pyc ${PYSITELIB}/scipy/cluster/__init__.pyo @@ -28,11 +62,9 @@ ${PYSITELIB}/scipy/cluster/hierarchy.pyo ${PYSITELIB}/scipy/cluster/setup.py ${PYSITELIB}/scipy/cluster/setup.pyc ${PYSITELIB}/scipy/cluster/setup.pyo -${PYSITELIB}/scipy/cluster/tests/data.txt ${PYSITELIB}/scipy/cluster/tests/hierarchy_test_data.py ${PYSITELIB}/scipy/cluster/tests/test_hierarchy.py ${PYSITELIB}/scipy/cluster/tests/test_vq.py -${PYSITELIB}/scipy/cluster/tests/vq_test.py ${PYSITELIB}/scipy/cluster/vq.py ${PYSITELIB}/scipy/cluster/vq.pyc ${PYSITELIB}/scipy/cluster/vq.pyo @@ -57,8 +89,6 @@ ${PYSITELIB}/scipy/fftpack/_fftpack.so ${PYSITELIB}/scipy/fftpack/basic.py ${PYSITELIB}/scipy/fftpack/basic.pyc ${PYSITELIB}/scipy/fftpack/basic.pyo -${PYSITELIB}/scipy/fftpack/benchmarks/bench_basic.py -${PYSITELIB}/scipy/fftpack/benchmarks/bench_pseudo_diffs.py ${PYSITELIB}/scipy/fftpack/convolve.so ${PYSITELIB}/scipy/fftpack/fftpack_version.py ${PYSITELIB}/scipy/fftpack/fftpack_version.pyc @@ -85,6 +115,7 @@ ${PYSITELIB}/scipy/fftpack/tests/gendata.py ${PYSITELIB}/scipy/fftpack/tests/test.npz ${PYSITELIB}/scipy/fftpack/tests/test_basic.py ${PYSITELIB}/scipy/fftpack/tests/test_helper.py +${PYSITELIB}/scipy/fftpack/tests/test_import.py ${PYSITELIB}/scipy/fftpack/tests/test_pseudo_diffs.py ${PYSITELIB}/scipy/fftpack/tests/test_real_transforms.py ${PYSITELIB}/scipy/integrate/__init__.py @@ -97,6 +128,7 @@ ${PYSITELIB}/scipy/integrate/_ode.pyo ${PYSITELIB}/scipy/integrate/_odepack.so ${PYSITELIB}/scipy/integrate/_quadpack.so ${PYSITELIB}/scipy/integrate/_test_multivariate.so +${PYSITELIB}/scipy/integrate/_test_odeint_banded.so ${PYSITELIB}/scipy/integrate/lsoda.so ${PYSITELIB}/scipy/integrate/odepack.py ${PYSITELIB}/scipy/integrate/odepack.pyc @@ -111,8 +143,10 @@ ${PYSITELIB}/scipy/integrate/setup.py ${PYSITELIB}/scipy/integrate/setup.pyc ${PYSITELIB}/scipy/integrate/setup.pyo ${PYSITELIB}/scipy/integrate/tests/_test_multivariate.c +${PYSITELIB}/scipy/integrate/tests/banded5x5.f ${PYSITELIB}/scipy/integrate/tests/test_banded_ode_solvers.py ${PYSITELIB}/scipy/integrate/tests/test_integrate.py +${PYSITELIB}/scipy/integrate/tests/test_odeint_jac.py ${PYSITELIB}/scipy/integrate/tests/test_quadpack.py ${PYSITELIB}/scipy/integrate/tests/test_quadrature.py ${PYSITELIB}/scipy/integrate/vode.so @@ -158,6 +192,7 @@ ${PYSITELIB}/scipy/interpolate/tests/data/bug-1310.npz ${PYSITELIB}/scipy/interpolate/tests/data/estimate_gradients_hang.npy ${PYSITELIB}/scipy/interpolate/tests/test_fitpack.py ${PYSITELIB}/scipy/interpolate/tests/test_fitpack2.py +${PYSITELIB}/scipy/interpolate/tests/test_gil.py ${PYSITELIB}/scipy/interpolate/tests/test_interpnd.py ${PYSITELIB}/scipy/interpolate/tests/test_interpolate.py ${PYSITELIB}/scipy/interpolate/tests/test_interpolate_wrapper.py @@ -182,6 +217,7 @@ ${PYSITELIB}/scipy/io/arff/setup.pyc ${PYSITELIB}/scipy/io/arff/setup.pyo ${PYSITELIB}/scipy/io/arff/tests/data/iris.arff ${PYSITELIB}/scipy/io/arff/tests/data/missing.arff +${PYSITELIB}/scipy/io/arff/tests/data/nodata.arff ${PYSITELIB}/scipy/io/arff/tests/data/test1.arff ${PYSITELIB}/scipy/io/arff/tests/data/test2.arff ${PYSITELIB}/scipy/io/arff/tests/data/test3.arff @@ -211,8 +247,6 @@ ${PYSITELIB}/scipy/io/idl.pyo ${PYSITELIB}/scipy/io/matlab/__init__.py ${PYSITELIB}/scipy/io/matlab/__init__.pyc ${PYSITELIB}/scipy/io/matlab/__init__.pyo -${PYSITELIB}/scipy/io/matlab/benchmarks/bench_memusage.py -${PYSITELIB}/scipy/io/matlab/benchmarks/bench_structarr.py ${PYSITELIB}/scipy/io/matlab/byteordercodes.py ${PYSITELIB}/scipy/io/matlab/byteordercodes.pyc ${PYSITELIB}/scipy/io/matlab/byteordercodes.pyo @@ -238,11 +272,17 @@ ${PYSITELIB}/scipy/io/matlab/setup.pyc ${PYSITELIB}/scipy/io/matlab/setup.pyo ${PYSITELIB}/scipy/io/matlab/streams.so ${PYSITELIB}/scipy/io/matlab/tests/afunc.m +${PYSITELIB}/scipy/io/matlab/tests/data/bad_miuint32.mat +${PYSITELIB}/scipy/io/matlab/tests/data/bad_miutf8_array_name.mat ${PYSITELIB}/scipy/io/matlab/tests/data/big_endian.mat +${PYSITELIB}/scipy/io/matlab/tests/data/broken_utf8.mat ${PYSITELIB}/scipy/io/matlab/tests/data/corrupted_zlib_checksum.mat ${PYSITELIB}/scipy/io/matlab/tests/data/corrupted_zlib_data.mat ${PYSITELIB}/scipy/io/matlab/tests/data/japanese_utf8.txt ${PYSITELIB}/scipy/io/matlab/tests/data/little_endian.mat +${PYSITELIB}/scipy/io/matlab/tests/data/logical_sparse.mat +${PYSITELIB}/scipy/io/matlab/tests/data/miuint32_for_miint32.mat +${PYSITELIB}/scipy/io/matlab/tests/data/miutf8_array_name.mat ${PYSITELIB}/scipy/io/matlab/tests/data/nasty_duplicate_fieldnames.mat ${PYSITELIB}/scipy/io/matlab/tests/data/one_by_zero_char.mat ${PYSITELIB}/scipy/io/matlab/tests/data/parabola.mat @@ -377,6 +417,7 @@ ${PYSITELIB}/scipy/io/tests/data/array_float32_pointer_6d.sav ${PYSITELIB}/scipy/io/tests/data/array_float32_pointer_7d.sav ${PYSITELIB}/scipy/io/tests/data/array_float32_pointer_8d.sav ${PYSITELIB}/scipy/io/tests/data/example_1.nc +${PYSITELIB}/scipy/io/tests/data/example_2.nc ${PYSITELIB}/scipy/io/tests/data/fortran-mixed.dat ${PYSITELIB}/scipy/io/tests/data/fortran-sf8-10x1x11.dat ${PYSITELIB}/scipy/io/tests/data/fortran-sf8-1x1x1.dat @@ -390,6 +431,7 @@ ${PYSITELIB}/scipy/io/tests/data/fortran-si4-22x10x15.dat ${PYSITELIB}/scipy/io/tests/data/fortran-si4-5x1x1.dat ${PYSITELIB}/scipy/io/tests/data/fortran-si4-5x3x1.dat ${PYSITELIB}/scipy/io/tests/data/fortran-si4-7x1x1.dat +${PYSITELIB}/scipy/io/tests/data/invalid_pointer.sav ${PYSITELIB}/scipy/io/tests/data/null_pointer.sav ${PYSITELIB}/scipy/io/tests/data/scalar_byte.sav ${PYSITELIB}/scipy/io/tests/data/scalar_byte_descr.sav @@ -418,8 +460,11 @@ ${PYSITELIB}/scipy/io/tests/data/struct_pointers_replicated_3d.sav ${PYSITELIB}/scipy/io/tests/data/struct_scalars.sav ${PYSITELIB}/scipy/io/tests/data/struct_scalars_replicated.sav ${PYSITELIB}/scipy/io/tests/data/struct_scalars_replicated_3d.sav -${PYSITELIB}/scipy/io/tests/data/test-44100-le-1ch-4bytes.wav -${PYSITELIB}/scipy/io/tests/data/test-8000-le-2ch-1byteu.wav +${PYSITELIB}/scipy/io/tests/data/test-44100Hz-2ch-32bit-float-be.wav +${PYSITELIB}/scipy/io/tests/data/test-44100Hz-2ch-32bit-float-le.wav +${PYSITELIB}/scipy/io/tests/data/test-44100Hz-le-1ch-4bytes.wav +${PYSITELIB}/scipy/io/tests/data/test-48000Hz-2ch-64bit-float-le-wavex.wav +${PYSITELIB}/scipy/io/tests/data/test-8000Hz-le-2ch-1byteu.wav ${PYSITELIB}/scipy/io/tests/data/various_compressed.sav ${PYSITELIB}/scipy/io/tests/test_fortran.py ${PYSITELIB}/scipy/io/tests/test_idl.py @@ -429,76 +474,24 @@ ${PYSITELIB}/scipy/io/tests/test_wavfile.py ${PYSITELIB}/scipy/io/wavfile.py ${PYSITELIB}/scipy/io/wavfile.pyc ${PYSITELIB}/scipy/io/wavfile.pyo -${PYSITELIB}/scipy/lib/__init__.py -${PYSITELIB}/scipy/lib/__init__.pyc -${PYSITELIB}/scipy/lib/__init__.pyo -${PYSITELIB}/scipy/lib/_gcutils.py -${PYSITELIB}/scipy/lib/_gcutils.pyc -${PYSITELIB}/scipy/lib/_gcutils.pyo -${PYSITELIB}/scipy/lib/_numpy_compat.py -${PYSITELIB}/scipy/lib/_numpy_compat.pyc -${PYSITELIB}/scipy/lib/_numpy_compat.pyo -${PYSITELIB}/scipy/lib/_tmpdirs.py -${PYSITELIB}/scipy/lib/_tmpdirs.pyc -${PYSITELIB}/scipy/lib/_tmpdirs.pyo -${PYSITELIB}/scipy/lib/_util.py -${PYSITELIB}/scipy/lib/_util.pyc -${PYSITELIB}/scipy/lib/_util.pyo -${PYSITELIB}/scipy/lib/_version.py -${PYSITELIB}/scipy/lib/_version.pyc -${PYSITELIB}/scipy/lib/_version.pyo -${PYSITELIB}/scipy/lib/blas/__init__.py -${PYSITELIB}/scipy/lib/blas/__init__.pyc -${PYSITELIB}/scipy/lib/blas/__init__.pyo -${PYSITELIB}/scipy/lib/blas/cblas.so -${PYSITELIB}/scipy/lib/blas/fblas.so -${PYSITELIB}/scipy/lib/blas/scons_support.py -${PYSITELIB}/scipy/lib/blas/scons_support.pyc -${PYSITELIB}/scipy/lib/blas/scons_support.pyo -${PYSITELIB}/scipy/lib/blas/setup.py -${PYSITELIB}/scipy/lib/blas/setup.pyc -${PYSITELIB}/scipy/lib/blas/setup.pyo -${PYSITELIB}/scipy/lib/blas/tests/test_blas.py -${PYSITELIB}/scipy/lib/blas/tests/test_fblas.py -${PYSITELIB}/scipy/lib/decorator.py -${PYSITELIB}/scipy/lib/decorator.pyc -${PYSITELIB}/scipy/lib/decorator.pyo -${PYSITELIB}/scipy/lib/lapack/__init__.py -${PYSITELIB}/scipy/lib/lapack/__init__.pyc -${PYSITELIB}/scipy/lib/lapack/__init__.pyo -${PYSITELIB}/scipy/lib/lapack/calc_lwork.so -${PYSITELIB}/scipy/lib/lapack/clapack.so -${PYSITELIB}/scipy/lib/lapack/flapack.so -${PYSITELIB}/scipy/lib/lapack/scons_support.py -${PYSITELIB}/scipy/lib/lapack/scons_support.pyc -${PYSITELIB}/scipy/lib/lapack/scons_support.pyo -${PYSITELIB}/scipy/lib/lapack/setup.py -${PYSITELIB}/scipy/lib/lapack/setup.pyc -${PYSITELIB}/scipy/lib/lapack/setup.pyo -${PYSITELIB}/scipy/lib/lapack/tests/common.py -${PYSITELIB}/scipy/lib/lapack/tests/test_esv.py -${PYSITELIB}/scipy/lib/lapack/tests/test_gesv.py -${PYSITELIB}/scipy/lib/lapack/tests/test_lapack.py -${PYSITELIB}/scipy/lib/setup.py -${PYSITELIB}/scipy/lib/setup.pyc -${PYSITELIB}/scipy/lib/setup.pyo -${PYSITELIB}/scipy/lib/six.py -${PYSITELIB}/scipy/lib/six.pyc -${PYSITELIB}/scipy/lib/six.pyo -${PYSITELIB}/scipy/lib/tests/test__gcutils.py -${PYSITELIB}/scipy/lib/tests/test__util.py -${PYSITELIB}/scipy/lib/tests/test__version.py -${PYSITELIB}/scipy/lib/tests/test_tmpdirs.py +${PYSITELIB}/scipy/linalg.pxd ${PYSITELIB}/scipy/linalg/__init__.py ${PYSITELIB}/scipy/linalg/__init__.pyc ${PYSITELIB}/scipy/linalg/__init__.pyo ${PYSITELIB}/scipy/linalg/_calc_lwork.so +${PYSITELIB}/scipy/linalg/_cython_signature_generator.py +${PYSITELIB}/scipy/linalg/_cython_signature_generator.pyc +${PYSITELIB}/scipy/linalg/_cython_signature_generator.pyo +${PYSITELIB}/scipy/linalg/_cython_wrapper_generators.py +${PYSITELIB}/scipy/linalg/_cython_wrapper_generators.pyc +${PYSITELIB}/scipy/linalg/_cython_wrapper_generators.pyo ${PYSITELIB}/scipy/linalg/_decomp_polar.py ${PYSITELIB}/scipy/linalg/_decomp_polar.pyc ${PYSITELIB}/scipy/linalg/_decomp_polar.pyo ${PYSITELIB}/scipy/linalg/_decomp_qz.py ${PYSITELIB}/scipy/linalg/_decomp_qz.pyc ${PYSITELIB}/scipy/linalg/_decomp_qz.pyo +${PYSITELIB}/scipy/linalg/_decomp_update.so ${PYSITELIB}/scipy/linalg/_expm_frechet.py ${PYSITELIB}/scipy/linalg/_expm_frechet.pyc ${PYSITELIB}/scipy/linalg/_expm_frechet.pyo @@ -518,6 +511,7 @@ ${PYSITELIB}/scipy/linalg/_matfuncs_sqrtm.pyo ${PYSITELIB}/scipy/linalg/_procrustes.py ${PYSITELIB}/scipy/linalg/_procrustes.pyc ${PYSITELIB}/scipy/linalg/_procrustes.pyo +${PYSITELIB}/scipy/linalg/_solve_toeplitz.so ${PYSITELIB}/scipy/linalg/_solvers.py ${PYSITELIB}/scipy/linalg/_solvers.pyc ${PYSITELIB}/scipy/linalg/_solvers.pyo @@ -527,21 +521,16 @@ ${PYSITELIB}/scipy/linalg/_testutils.pyo ${PYSITELIB}/scipy/linalg/basic.py ${PYSITELIB}/scipy/linalg/basic.pyc ${PYSITELIB}/scipy/linalg/basic.pyo -${PYSITELIB}/scipy/linalg/benchmarks/bench_basic.py -${PYSITELIB}/scipy/linalg/benchmarks/bench_decom.py -${PYSITELIB}/scipy/linalg/benchmarks/bench_sqrtm.py ${PYSITELIB}/scipy/linalg/blas.py ${PYSITELIB}/scipy/linalg/blas.pyc ${PYSITELIB}/scipy/linalg/blas.pyo ${PYSITELIB}/scipy/linalg/calc_lwork.py ${PYSITELIB}/scipy/linalg/calc_lwork.pyc ${PYSITELIB}/scipy/linalg/calc_lwork.pyo -${PYSITELIB}/scipy/linalg/cblas.py -${PYSITELIB}/scipy/linalg/cblas.pyc -${PYSITELIB}/scipy/linalg/cblas.pyo -${PYSITELIB}/scipy/linalg/clapack.py -${PYSITELIB}/scipy/linalg/clapack.pyc -${PYSITELIB}/scipy/linalg/clapack.pyo +${PYSITELIB}/scipy/linalg/cython_blas.pxd +${PYSITELIB}/scipy/linalg/cython_blas.so +${PYSITELIB}/scipy/linalg/cython_lapack.pxd +${PYSITELIB}/scipy/linalg/cython_lapack.so ${PYSITELIB}/scipy/linalg/decomp.py ${PYSITELIB}/scipy/linalg/decomp.pyc ${PYSITELIB}/scipy/linalg/decomp.pyo @@ -560,12 +549,6 @@ ${PYSITELIB}/scipy/linalg/decomp_schur.pyo ${PYSITELIB}/scipy/linalg/decomp_svd.py ${PYSITELIB}/scipy/linalg/decomp_svd.pyc ${PYSITELIB}/scipy/linalg/decomp_svd.pyo -${PYSITELIB}/scipy/linalg/fblas.py -${PYSITELIB}/scipy/linalg/fblas.pyc -${PYSITELIB}/scipy/linalg/fblas.pyo -${PYSITELIB}/scipy/linalg/flapack.py -${PYSITELIB}/scipy/linalg/flapack.pyc -${PYSITELIB}/scipy/linalg/flapack.pyo ${PYSITELIB}/scipy/linalg/flinalg.py ${PYSITELIB}/scipy/linalg/flinalg.pyc ${PYSITELIB}/scipy/linalg/flinalg.pyo @@ -593,14 +576,18 @@ ${PYSITELIB}/scipy/linalg/special_matrices.pyo ${PYSITELIB}/scipy/linalg/tests/test_basic.py ${PYSITELIB}/scipy/linalg/tests/test_blas.py ${PYSITELIB}/scipy/linalg/tests/test_build.py +${PYSITELIB}/scipy/linalg/tests/test_cython_blas.py +${PYSITELIB}/scipy/linalg/tests/test_cython_lapack.py ${PYSITELIB}/scipy/linalg/tests/test_decomp.py ${PYSITELIB}/scipy/linalg/tests/test_decomp_cholesky.py ${PYSITELIB}/scipy/linalg/tests/test_decomp_polar.py +${PYSITELIB}/scipy/linalg/tests/test_decomp_update.py ${PYSITELIB}/scipy/linalg/tests/test_fblas.py ${PYSITELIB}/scipy/linalg/tests/test_interpolative.py ${PYSITELIB}/scipy/linalg/tests/test_lapack.py ${PYSITELIB}/scipy/linalg/tests/test_matfuncs.py ${PYSITELIB}/scipy/linalg/tests/test_procrustes.py +${PYSITELIB}/scipy/linalg/tests/test_solve_toeplitz.py ${PYSITELIB}/scipy/linalg/tests/test_solvers.py ${PYSITELIB}/scipy/linalg/tests/test_special_matrices.py ${PYSITELIB}/scipy/misc/__init__.py @@ -614,16 +601,37 @@ ${PYSITELIB}/scipy/misc/doccer.py ${PYSITELIB}/scipy/misc/doccer.pyc ${PYSITELIB}/scipy/misc/doccer.pyo ${PYSITELIB}/scipy/misc/face.dat -${PYSITELIB}/scipy/misc/lena.dat ${PYSITELIB}/scipy/misc/pilutil.py ${PYSITELIB}/scipy/misc/pilutil.pyc ${PYSITELIB}/scipy/misc/pilutil.pyo ${PYSITELIB}/scipy/misc/setup.py ${PYSITELIB}/scipy/misc/setup.pyc ${PYSITELIB}/scipy/misc/setup.pyo +${PYSITELIB}/scipy/misc/tests/data/3x3x3.png +${PYSITELIB}/scipy/misc/tests/data/3x3x4.png +${PYSITELIB}/scipy/misc/tests/data/3x4x3.png +${PYSITELIB}/scipy/misc/tests/data/3x4x4.png +${PYSITELIB}/scipy/misc/tests/data/3x5x3.png +${PYSITELIB}/scipy/misc/tests/data/3x5x4.png +${PYSITELIB}/scipy/misc/tests/data/4x3x3.png +${PYSITELIB}/scipy/misc/tests/data/4x3x4.png +${PYSITELIB}/scipy/misc/tests/data/4x4x3.png +${PYSITELIB}/scipy/misc/tests/data/4x4x4.png +${PYSITELIB}/scipy/misc/tests/data/4x5x3.png +${PYSITELIB}/scipy/misc/tests/data/4x5x4.png +${PYSITELIB}/scipy/misc/tests/data/5x3x3.png +${PYSITELIB}/scipy/misc/tests/data/5x3x4.png +${PYSITELIB}/scipy/misc/tests/data/5x4x3.png +${PYSITELIB}/scipy/misc/tests/data/5x4x4.png +${PYSITELIB}/scipy/misc/tests/data/5x5x3.png +${PYSITELIB}/scipy/misc/tests/data/5x5x4.png +${PYSITELIB}/scipy/misc/tests/data/blocks2bit.png +${PYSITELIB}/scipy/misc/tests/data/box1.png +${PYSITELIB}/scipy/misc/tests/data/foo3x5x4indexed.png ${PYSITELIB}/scipy/misc/tests/data/icon.png ${PYSITELIB}/scipy/misc/tests/data/icon_mono.png ${PYSITELIB}/scipy/misc/tests/data/icon_mono_flat.png +${PYSITELIB}/scipy/misc/tests/data/pattern4bit.png ${PYSITELIB}/scipy/misc/tests/test_common.py ${PYSITELIB}/scipy/misc/tests/test_doccer.py ${PYSITELIB}/scipy/misc/tests/test_pilutil.py @@ -694,19 +702,57 @@ ${PYSITELIB}/scipy/optimize/_cobyla.so ${PYSITELIB}/scipy/optimize/_differentialevolution.py ${PYSITELIB}/scipy/optimize/_differentialevolution.pyc ${PYSITELIB}/scipy/optimize/_differentialevolution.pyo +${PYSITELIB}/scipy/optimize/_group_columns.so +${PYSITELIB}/scipy/optimize/_hungarian.py +${PYSITELIB}/scipy/optimize/_hungarian.pyc +${PYSITELIB}/scipy/optimize/_hungarian.pyo ${PYSITELIB}/scipy/optimize/_lbfgsb.so ${PYSITELIB}/scipy/optimize/_linprog.py ${PYSITELIB}/scipy/optimize/_linprog.pyc ${PYSITELIB}/scipy/optimize/_linprog.pyo +${PYSITELIB}/scipy/optimize/_lsq/__init__.py +${PYSITELIB}/scipy/optimize/_lsq/__init__.pyc +${PYSITELIB}/scipy/optimize/_lsq/__init__.pyo +${PYSITELIB}/scipy/optimize/_lsq/bvls.py +${PYSITELIB}/scipy/optimize/_lsq/bvls.pyc +${PYSITELIB}/scipy/optimize/_lsq/bvls.pyo +${PYSITELIB}/scipy/optimize/_lsq/common.py +${PYSITELIB}/scipy/optimize/_lsq/common.pyc +${PYSITELIB}/scipy/optimize/_lsq/common.pyo +${PYSITELIB}/scipy/optimize/_lsq/dogbox.py +${PYSITELIB}/scipy/optimize/_lsq/dogbox.pyc +${PYSITELIB}/scipy/optimize/_lsq/dogbox.pyo +${PYSITELIB}/scipy/optimize/_lsq/givens_elimination.so +${PYSITELIB}/scipy/optimize/_lsq/least_squares.py +${PYSITELIB}/scipy/optimize/_lsq/least_squares.pyc +${PYSITELIB}/scipy/optimize/_lsq/least_squares.pyo +${PYSITELIB}/scipy/optimize/_lsq/lsq_linear.py +${PYSITELIB}/scipy/optimize/_lsq/lsq_linear.pyc +${PYSITELIB}/scipy/optimize/_lsq/lsq_linear.pyo +${PYSITELIB}/scipy/optimize/_lsq/setup.py +${PYSITELIB}/scipy/optimize/_lsq/setup.pyc +${PYSITELIB}/scipy/optimize/_lsq/setup.pyo +${PYSITELIB}/scipy/optimize/_lsq/trf.py +${PYSITELIB}/scipy/optimize/_lsq/trf.pyc +${PYSITELIB}/scipy/optimize/_lsq/trf.pyo +${PYSITELIB}/scipy/optimize/_lsq/trf_linear.py +${PYSITELIB}/scipy/optimize/_lsq/trf_linear.pyc +${PYSITELIB}/scipy/optimize/_lsq/trf_linear.pyo ${PYSITELIB}/scipy/optimize/_minimize.py ${PYSITELIB}/scipy/optimize/_minimize.pyc ${PYSITELIB}/scipy/optimize/_minimize.pyo ${PYSITELIB}/scipy/optimize/_minpack.so ${PYSITELIB}/scipy/optimize/_nnls.so +${PYSITELIB}/scipy/optimize/_numdiff.py +${PYSITELIB}/scipy/optimize/_numdiff.pyc +${PYSITELIB}/scipy/optimize/_numdiff.pyo ${PYSITELIB}/scipy/optimize/_root.py ${PYSITELIB}/scipy/optimize/_root.pyc ${PYSITELIB}/scipy/optimize/_root.pyo ${PYSITELIB}/scipy/optimize/_slsqp.so +${PYSITELIB}/scipy/optimize/_spectral.py +${PYSITELIB}/scipy/optimize/_spectral.pyc +${PYSITELIB}/scipy/optimize/_spectral.pyo ${PYSITELIB}/scipy/optimize/_trustregion.py ${PYSITELIB}/scipy/optimize/_trustregion.pyc ${PYSITELIB}/scipy/optimize/_trustregion.pyo @@ -720,13 +766,6 @@ ${PYSITELIB}/scipy/optimize/_tstutils.py ${PYSITELIB}/scipy/optimize/_tstutils.pyc ${PYSITELIB}/scipy/optimize/_tstutils.pyo ${PYSITELIB}/scipy/optimize/_zeros.so -${PYSITELIB}/scipy/optimize/anneal.py -${PYSITELIB}/scipy/optimize/anneal.pyc -${PYSITELIB}/scipy/optimize/anneal.pyo -${PYSITELIB}/scipy/optimize/benchmarks/bench_optimizers.py -${PYSITELIB}/scipy/optimize/benchmarks/bench_zeros.py -${PYSITELIB}/scipy/optimize/benchmarks/benchmark_global_optimizers.py -${PYSITELIB}/scipy/optimize/benchmarks/test_functions.py ${PYSITELIB}/scipy/optimize/cobyla.py ${PYSITELIB}/scipy/optimize/cobyla.pyc ${PYSITELIB}/scipy/optimize/cobyla.pyo @@ -758,11 +797,17 @@ ${PYSITELIB}/scipy/optimize/slsqp.pyc ${PYSITELIB}/scipy/optimize/slsqp.pyo ${PYSITELIB}/scipy/optimize/tests/test__basinhopping.py ${PYSITELIB}/scipy/optimize/tests/test__differential_evolution.py +${PYSITELIB}/scipy/optimize/tests/test__numdiff.py ${PYSITELIB}/scipy/optimize/tests/test__root.py -${PYSITELIB}/scipy/optimize/tests/test_anneal.py +${PYSITELIB}/scipy/optimize/tests/test__spectral.py ${PYSITELIB}/scipy/optimize/tests/test_cobyla.py +${PYSITELIB}/scipy/optimize/tests/test_hungarian.py +${PYSITELIB}/scipy/optimize/tests/test_lbfgsb_hessinv.py +${PYSITELIB}/scipy/optimize/tests/test_least_squares.py ${PYSITELIB}/scipy/optimize/tests/test_linesearch.py ${PYSITELIB}/scipy/optimize/tests/test_linprog.py +${PYSITELIB}/scipy/optimize/tests/test_lsq_common.py +${PYSITELIB}/scipy/optimize/tests/test_lsq_linear.py ${PYSITELIB}/scipy/optimize/tests/test_minpack.py ${PYSITELIB}/scipy/optimize/tests/test_nnls.py ${PYSITELIB}/scipy/optimize/tests/test_nonlin.py @@ -787,7 +832,10 @@ ${PYSITELIB}/scipy/signal/__init__.pyo ${PYSITELIB}/scipy/signal/_arraytools.py ${PYSITELIB}/scipy/signal/_arraytools.pyc ${PYSITELIB}/scipy/signal/_arraytools.pyo -${PYSITELIB}/scipy/signal/_max_len_seq.so +${PYSITELIB}/scipy/signal/_max_len_seq.py +${PYSITELIB}/scipy/signal/_max_len_seq.pyc +${PYSITELIB}/scipy/signal/_max_len_seq.pyo +${PYSITELIB}/scipy/signal/_max_len_seq_inner.so ${PYSITELIB}/scipy/signal/_peak_finding.py ${PYSITELIB}/scipy/signal/_peak_finding.pyc ${PYSITELIB}/scipy/signal/_peak_finding.pyo @@ -795,7 +843,6 @@ ${PYSITELIB}/scipy/signal/_savitzky_golay.py ${PYSITELIB}/scipy/signal/_savitzky_golay.pyc ${PYSITELIB}/scipy/signal/_savitzky_golay.pyo ${PYSITELIB}/scipy/signal/_spectral.so -${PYSITELIB}/scipy/signal/benchmarks/bench_convolve2d.py ${PYSITELIB}/scipy/signal/bsplines.py ${PYSITELIB}/scipy/signal/bsplines.pyc ${PYSITELIB}/scipy/signal/bsplines.pyo @@ -856,7 +903,6 @@ ${PYSITELIB}/scipy/sparse/_sparsetools.so ${PYSITELIB}/scipy/sparse/base.py ${PYSITELIB}/scipy/sparse/base.pyc ${PYSITELIB}/scipy/sparse/base.pyo -${PYSITELIB}/scipy/sparse/benchmarks/bench_sparse.py ${PYSITELIB}/scipy/sparse/bsr.py ${PYSITELIB}/scipy/sparse/bsr.pyc ${PYSITELIB}/scipy/sparse/bsr.pyo @@ -927,12 +973,12 @@ ${PYSITELIB}/scipy/sparse/linalg/__init__.pyo ${PYSITELIB}/scipy/sparse/linalg/_expm_multiply.py ${PYSITELIB}/scipy/sparse/linalg/_expm_multiply.pyc ${PYSITELIB}/scipy/sparse/linalg/_expm_multiply.pyo +${PYSITELIB}/scipy/sparse/linalg/_norm.py +${PYSITELIB}/scipy/sparse/linalg/_norm.pyc +${PYSITELIB}/scipy/sparse/linalg/_norm.pyo ${PYSITELIB}/scipy/sparse/linalg/_onenormest.py ${PYSITELIB}/scipy/sparse/linalg/_onenormest.pyc ${PYSITELIB}/scipy/sparse/linalg/_onenormest.pyo -${PYSITELIB}/scipy/sparse/linalg/benchmarks/bench_expm.py -${PYSITELIB}/scipy/sparse/linalg/benchmarks/bench_expm_multiply.py -${PYSITELIB}/scipy/sparse/linalg/benchmarks/bench_onenormest.py ${PYSITELIB}/scipy/sparse/linalg/dsolve/__init__.py ${PYSITELIB}/scipy/sparse/linalg/dsolve/__init__.pyc ${PYSITELIB}/scipy/sparse/linalg/dsolve/__init__.pyo @@ -964,7 +1010,6 @@ ${PYSITELIB}/scipy/sparse/linalg/eigen/arpack/tests/test_arpack.py ${PYSITELIB}/scipy/sparse/linalg/eigen/lobpcg/__init__.py ${PYSITELIB}/scipy/sparse/linalg/eigen/lobpcg/__init__.pyc ${PYSITELIB}/scipy/sparse/linalg/eigen/lobpcg/__init__.pyo -${PYSITELIB}/scipy/sparse/linalg/eigen/lobpcg/benchmarks/bench_lobpcg.py ${PYSITELIB}/scipy/sparse/linalg/eigen/lobpcg/lobpcg.py ${PYSITELIB}/scipy/sparse/linalg/eigen/lobpcg/lobpcg.pyc ${PYSITELIB}/scipy/sparse/linalg/eigen/lobpcg/lobpcg.pyo @@ -1018,6 +1063,7 @@ ${PYSITELIB}/scipy/sparse/linalg/setup.pyo ${PYSITELIB}/scipy/sparse/linalg/tests/test_expm_multiply.py ${PYSITELIB}/scipy/sparse/linalg/tests/test_interface.py ${PYSITELIB}/scipy/sparse/linalg/tests/test_matfuncs.py +${PYSITELIB}/scipy/sparse/linalg/tests/test_norm.py ${PYSITELIB}/scipy/sparse/linalg/tests/test_onenormest.py ${PYSITELIB}/scipy/sparse/setup.py ${PYSITELIB}/scipy/sparse/setup.pyc @@ -1046,7 +1092,9 @@ ${PYSITELIB}/scipy/spatial/_distance_wrap.so ${PYSITELIB}/scipy/spatial/_plotutils.py ${PYSITELIB}/scipy/spatial/_plotutils.pyc ${PYSITELIB}/scipy/spatial/_plotutils.pyo -${PYSITELIB}/scipy/spatial/benchmarks/bench_ckdtree.py +${PYSITELIB}/scipy/spatial/_procrustes.py +${PYSITELIB}/scipy/spatial/_procrustes.pyc +${PYSITELIB}/scipy/spatial/_procrustes.pyo ${PYSITELIB}/scipy/spatial/ckdtree.so ${PYSITELIB}/scipy/spatial/distance.py ${PYSITELIB}/scipy/spatial/distance.pyc @@ -1084,6 +1132,7 @@ ${PYSITELIB}/scipy/spatial/tests/data/pdist-seuclidean-ml.txt ${PYSITELIB}/scipy/spatial/tests/data/pdist-spearman-ml.txt ${PYSITELIB}/scipy/spatial/tests/data/random-bool-data.txt ${PYSITELIB}/scipy/spatial/tests/test__plotutils.py +${PYSITELIB}/scipy/spatial/tests/test__procrustes.py ${PYSITELIB}/scipy/spatial/tests/test_distance.py ${PYSITELIB}/scipy/spatial/tests/test_kdtree.py ${PYSITELIB}/scipy/spatial/tests/test_qhull.py @@ -1160,6 +1209,9 @@ ${PYSITELIB}/scipy/stats/_multivariate.py ${PYSITELIB}/scipy/stats/_multivariate.pyc ${PYSITELIB}/scipy/stats/_multivariate.pyo ${PYSITELIB}/scipy/stats/_rank.so +${PYSITELIB}/scipy/stats/_stats_mstats_common.py +${PYSITELIB}/scipy/stats/_stats_mstats_common.pyc +${PYSITELIB}/scipy/stats/_stats_mstats_common.pyo ${PYSITELIB}/scipy/stats/_tukeylambda_stats.py ${PYSITELIB}/scipy/stats/_tukeylambda_stats.pyc ${PYSITELIB}/scipy/stats/_tukeylambda_stats.pyo @@ -1169,7 +1221,6 @@ ${PYSITELIB}/scipy/stats/contingency.pyo ${PYSITELIB}/scipy/stats/distributions.py ${PYSITELIB}/scipy/stats/distributions.pyc ${PYSITELIB}/scipy/stats/distributions.pyo -${PYSITELIB}/scipy/stats/futil.so ${PYSITELIB}/scipy/stats/kde.py ${PYSITELIB}/scipy/stats/kde.pyc ${PYSITELIB}/scipy/stats/kde.pyo @@ -1186,9 +1237,6 @@ ${PYSITELIB}/scipy/stats/mstats_extras.py ${PYSITELIB}/scipy/stats/mstats_extras.pyc ${PYSITELIB}/scipy/stats/mstats_extras.pyo ${PYSITELIB}/scipy/stats/mvn.so -${PYSITELIB}/scipy/stats/rv.py -${PYSITELIB}/scipy/stats/rv.pyc -${PYSITELIB}/scipy/stats/rv.pyo ${PYSITELIB}/scipy/stats/setup.py ${PYSITELIB}/scipy/stats/setup.pyc ${PYSITELIB}/scipy/stats/setup.pyo @@ -1197,6 +1245,18 @@ ${PYSITELIB}/scipy/stats/stats.py ${PYSITELIB}/scipy/stats/stats.pyc ${PYSITELIB}/scipy/stats/stats.pyo ${PYSITELIB}/scipy/stats/tests/common_tests.py +${PYSITELIB}/scipy/stats/tests/data/nist_anova/AtmWtAg.dat +${PYSITELIB}/scipy/stats/tests/data/nist_anova/SiRstv.dat +${PYSITELIB}/scipy/stats/tests/data/nist_anova/SmLs01.dat +${PYSITELIB}/scipy/stats/tests/data/nist_anova/SmLs02.dat +${PYSITELIB}/scipy/stats/tests/data/nist_anova/SmLs03.dat +${PYSITELIB}/scipy/stats/tests/data/nist_anova/SmLs04.dat +${PYSITELIB}/scipy/stats/tests/data/nist_anova/SmLs05.dat +${PYSITELIB}/scipy/stats/tests/data/nist_anova/SmLs06.dat +${PYSITELIB}/scipy/stats/tests/data/nist_anova/SmLs07.dat +${PYSITELIB}/scipy/stats/tests/data/nist_anova/SmLs08.dat +${PYSITELIB}/scipy/stats/tests/data/nist_anova/SmLs09.dat +${PYSITELIB}/scipy/stats/tests/data/nist_linregress/Norris.dat ${PYSITELIB}/scipy/stats/tests/test_binned_statistic.py ${PYSITELIB}/scipy/stats/tests/test_contingency.py ${PYSITELIB}/scipy/stats/tests/test_continuous_basic.py diff --git a/math/py-scipy/distinfo b/math/py-scipy/distinfo index 1dc75fa1d5fdc..27e72529219fe 100644 --- a/math/py-scipy/distinfo +++ b/math/py-scipy/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.7 2015/11/03 23:33:43 agc Exp $ +$NetBSD: distinfo,v 1.8 2016/04/23 22:51:57 markd Exp $ -SHA1 (scipy-0.15.1.tar.gz) = 7ef714ffe95230cd2ce78c51af18983bbe762f2e -RMD160 (scipy-0.15.1.tar.gz) = 8c7a6468c0f796e0770d920d17829ea4e2cb89a9 -SHA512 (scipy-0.15.1.tar.gz) = fff4412d850c431a1b4e6ee3b17958ee5ab3beb81e6cb8a8e7d56d368751eaa8781d7c3e69d932dc002d718fddc66a72098acfe74cfe29ec80b24e6736317275 -Size (scipy-0.15.1.tar.gz) = 11401878 bytes +SHA1 (scipy-0.17.0.tar.gz) = 5f23bd9b1e89a9f8329183cee78e27f80b795c2d +RMD160 (scipy-0.17.0.tar.gz) = e57f81fe6d4eb6a8262cf186db1163c72fea86d3 +SHA512 (scipy-0.17.0.tar.gz) = c508746edc8a4699fb783849d5db4a43eea4e98e22592c1d05454859437b6eaebadc5980d72dd6b868c8132b94a32e3bdd73286cf994cf2fb1aec6fefdd7dabe +Size (scipy-0.17.0.tar.gz) = 11474364 bytes diff --git a/math/qalculate/Makefile b/math/qalculate/Makefile index 4aca1d4aa1b3f..881680fb09e92 100644 --- a/math/qalculate/Makefile +++ b/math/qalculate/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.46 2015/03/02 19:59:07 joerg Exp $ +# $NetBSD: Makefile,v 1.47 2016/03/25 21:08:58 joerg Exp $ DISTNAME= libqalculate-0.9.7 PKGNAME= qalculate-0.9.7 @@ -19,8 +19,6 @@ PKGCONFIG_OVERRIDE= ${WRKSRC}/libqalculate.pc.in UNLIMIT_RESOURCES= datasize -MAKE_ENV+= CLANG_NO_OPT=${CLANG_NO_VALUE_PROPAGATION_PASS:Q} - SUBST_CLASSES+= pthread SUBST_FILES.pthread= libqalculate.pc.in SUBST_SED.pthread+= -e 's,@PTHREAD_LIBS@,${PTHREAD_LDFLAGS} ${PTHREAD_LIBS},g' diff --git a/math/sc/Makefile b/math/sc/Makefile index 97fefa92c69cf..af9351e62808c 100644 --- a/math/sc/Makefile +++ b/math/sc/Makefile @@ -1,18 +1,23 @@ -# $NetBSD: Makefile,v 1.18 2015/08/18 07:31:12 wiz Exp $ +# $NetBSD: Makefile,v 1.19 2016/03/24 10:53:16 youri Exp $ -DISTNAME= sc-6.21 -PKGREVISION= 3 -CATEGORIES= math -MASTER_SITES= ftp://gatekeeper.dec.com/pub/misc/ -EXTRACT_SUFX= .tar.Z +DISTNAME= sc-7.16_1.0.1 +CATEGORIES= math +MASTER_SITES= ${MASTER_SITE_GITHUB:=n-t-roff/} -MAINTAINER= eric@fox.phoenix.az.us +MAINTAINER= carsten.kunze@arcor.de +HOMEPAGE= https://github.com/n-t-roff/sc COMMENT= Curses-based spreadsheet program +LICENSE= public-domain + +MAKE_JOBS_SAFE= no +HAS_CONFIGURE= yes -WRKSRC= ${WRKDIR} USE_TOOLS+= yacc -MAKE_FLAGS+= MANDIR=${PREFIX}/${PKGMANDIR}/man1 -INSTALLATION_DIRS= bin lib ${PKGMANDIR}/man1 + +MAKE_FLAGS= prefix=${DESTDIR}${PREFIX} \ + MANDIR=${DESTDIR}${PREFIX}/${PKGMANDIR}/man1 \ + DOBACKUPS= +INSTALLATION_DIRS= bin lib ${PKGMANDIR}/man1 share/${name} .include "../../mk/curses.buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/math/sc/PLIST b/math/sc/PLIST index e47b9b9576ce1..7b237b545f3cb 100644 --- a/math/sc/PLIST +++ b/math/sc/PLIST @@ -1,7 +1,7 @@ -@comment $NetBSD: PLIST,v 1.2 2009/06/14 18:05:49 joerg Exp $ +@comment $NetBSD: PLIST,v 1.3 2016/03/24 10:53:16 youri Exp $ +bin/psc bin/sc bin/scqref -bin/psc -man/man1/sc.1 man/man1/psc.1 +man/man1/sc.1 share/sc/tutorial.sc diff --git a/math/sc/distinfo b/math/sc/distinfo index ecd13913e1f88..5f03da23ef535 100644 --- a/math/sc/distinfo +++ b/math/sc/distinfo @@ -1,11 +1,7 @@ -$NetBSD: distinfo,v 1.9 2015/11/03 23:33:44 agc Exp $ +$NetBSD: distinfo,v 1.10 2016/03/24 10:53:16 youri Exp $ -SHA1 (sc-6.21.tar.Z) = 80d8972bcd1b5adcbc00345b6866954603dadf31 -RMD160 (sc-6.21.tar.Z) = 24abfaea2e5ef644394efd5e13ad1850280abbd6 -SHA512 (sc-6.21.tar.Z) = 5c82e2cbc6e87101e12c2307e619f8154f5a11b07eacb4b5794ca4e649b5f9497b72114684190cfc249acd1bfcc4c0b1515a81ad4227d044d8adce41bbe2d4d2 -Size (sc-6.21.tar.Z) = 180360 bytes -SHA1 (patch-aa) = 24cb53e798d3b923ff370b29d8de5bbb9e4127b2 -SHA1 (patch-ab) = 2055f81bbabaa2752ed6dc18ce66ca857b9654f4 -SHA1 (patch-ac) = 1b3628ae0bf881c8c3e9886210d23d63207f912f -SHA1 (patch-ad) = e579f8e29ebba4d653e83741a829262c2b7d8d2b -SHA1 (patch-sc.h) = c432ea8d2f7a99c30f32d8bb0468e29aaa3f27c8 +SHA1 (sc-7.16_1.0.1.tar.gz) = 969f57067e1fe4f1548919d2bb0523c129e4af1b +RMD160 (sc-7.16_1.0.1.tar.gz) = 5a6322fe30df7b9da20deb8373170403d07e740e +SHA512 (sc-7.16_1.0.1.tar.gz) = e780543b3a46abc91c2dcd8e30a07f3dc46937bf71fc28f5aef87a2072d8b601f5931363874ccba70a8aa0a81afd748434a1822868e38917217ee56e79b74c0c +Size (sc-7.16_1.0.1.tar.gz) = 214534 bytes +SHA1 (patch-Makefile) = fd3dc25eeb413ff6cc4b5a1edbbbaf332e571814 diff --git a/math/sc/patches/patch-Makefile b/math/sc/patches/patch-Makefile new file mode 100644 index 0000000000000..0ededc6238a65 --- /dev/null +++ b/math/sc/patches/patch-Makefile @@ -0,0 +1,15 @@ +$NetBSD: patch-Makefile,v 1.1 2016/03/24 10:53:17 youri Exp $ + +Install doc file in share instead of lib + +--- Makefile.in.orig 2016-03-23 17:51:29.000000000 +0100 ++++ Makefile.in 2016-03-24 11:04:24.197693519 +0100 +@@ -32,7 +32,7 @@ + + # This is where the library file (tutorial) goes. + #LIBDIR=/usr/local/share/$(name) # reno +-LIBDIR=${prefix}/lib/$(name) ++LIBDIR=${prefix}/share/$(name) + LIBRARY=-DLIBDIR=\"${LIBDIR}\" + + # Set SIMPLE for lex.c if you don't want arrow keys or lex.c blows up diff --git a/math/sc/patches/patch-aa b/math/sc/patches/patch-aa deleted file mode 100644 index 8d678ebfd6525..0000000000000 --- a/math/sc/patches/patch-aa +++ /dev/null @@ -1,206 +0,0 @@ -$NetBSD: patch-aa,v 1.4 2009/12/12 20:22:01 asau Exp $ - ---- Makefile.orig 1992-05-11 22:43:33.000000000 +0400 -+++ Makefile 2009-12-12 23:19:38.000000000 +0300 -@@ -18,18 +18,18 @@ - - # This is where the install step puts it. - #EXDIR=/site/bin --EXDIR=/usr/local/bin -+EXDIR=${PREFIX}/bin - - # This is where the man page goes. --#MANDIR=/usr/local/src/man/man1 # reno --#MANEXT=1 # reno --MANDIR=/usr/man/manl --MANEXT=l -+MANDIR=${PREFIX}/man/man1 # reno -+MANEXT=1 # reno -+#MANDIR=/usr/man/manl -+#MANEXT=l - MANMODE=644 - - # This is where the library file (tutorial) goes. - #LIBDIR=/usr/local/share/$(name) # reno --LIBDIR=/usr/local/lib/$(name) -+LIBDIR=${PREFIX}/share/$(name) - - # Set SIMPLE for lex.c if you don't want arrow keys or lex.c blows up - SIMPLE= -@@ -47,8 +47,8 @@ - - # Set INTERNATIONAL if you need 8 bit characters. You should - # not set this if you are running 5.3.0. I think it is OK in 5.3.1. --#INTERNATIONAL=-DINTERNATIONAL --INTERNATIONAL= -+INTERNATIONAL=-DINTERNATIONAL -+#INTERNATIONAL= - - # Set SIGVOID if signal routines are type void. - # use: SIGVOID=-DSIGVOID for: -@@ -67,30 +67,30 @@ - # Set RINT= on/with (they have rint): - # SunOS 4.0.3c compiler - # BSD4.4 (reno) --#RINT= --RINT=-DRINT -+RINT= -+#RINT=-DRINT - - # Set RE_COMP if you have the re_comp/re_exec regular expression routines - # (most BSD based systems do). --#RE_COMP=-DRE_COMP --RE_COMP= -+RE_COMP=-DRE_COMP -+#RE_COMP= - - # Set REGCMP if you have the regcmp/regex regular expression routines - # (most System V based systems do) --REGCMP=-DREGCMP -+#REGCMP=-DREGCMP - #REGCMP= - - # This is the name of a pager like "more". - # "pg" may be appropriate for SYSV. --DFLT_PAGER=-DDFLT_PAGER=\"less\" --#DFLT_PAGER=-DDFLT_PAGER=\"more\" # generic && reno -+#DFLT_PAGER=-DDFLT_PAGER=\"less\" -+DFLT_PAGER=-DDFLT_PAGER=\"more\" # generic && reno - - # this is the name to save back ups in - SAVE=-DSAVENAME=\"$(NAME).SAVE\" - - # path to crypt, do not define if you don't have crypt - # most systems --CRYPT=-DCRYPT_PATH=\"/bin/crypt\" -+#CRYPT=-DCRYPT_PATH=\"/bin/crypt\" - # BSD - #CRYPT=-DCRYPT_PATH=\"/usr/bin/crypt\" - # other people? -@@ -133,8 +133,8 @@ - # noticing the rows become 2, 3, 40, 41, 42... (etc). - # Known systems/terminfos w/ curses problems: - # {Esix Rev. D+, AT&T SysV3.2.1}:at386-m,xterm, HP-UX7.0:(not sure) --IDLOKISBAD=-DIDLOKBAD --#IDLOKISBAD= -+#IDLOKISBAD=-DIDLOKBAD -+IDLOKISBAD= - - # If you don't have idlok() in your curses define NOIDLOK - NO_IDLOK= -@@ -149,17 +149,17 @@ - # IF you have problems w/ your yacc try bison, Berkeley yacc, or - # some other yacc. Some systems don't allow you to - # increase the number of terminals (mostly AT&T), SCO's does though. --#YACC=yacc -+YACC=yacc - # NOTE: Do not use with bison 1.16! Get a new version.... --YACC=bison -y -+#YACC=bison -y - - # MS-DOS needs y_tab instead of the normal y.tab - #YTAB=y_tab - YTAB=y.tab - - # Command to use to make temporary copies of some source files. --LN=ln --#LN=ln -s -+#LN=ln -+LN=ln -s - #LN=cp - - #### SYSTEM DEFINES #### -@@ -178,11 +178,11 @@ - #CFLAGS= -DSYSV2 -g -pipe -traditional - - # Use this for system V.3 --CFLAGS= -DSYSV3 -O --LDFLAGS= -s -+#CFLAGS= -O -DSYSV3 -+#LDFLAGS= -s - #CFLAGS= -DSYSV3 -g - #LDFLAGS= -g --LIB=-lm -lcurses -lPW -+LIB= - # with gcc also use: - #CC=gcc - #CFLAGS= -DSYSV3 -O -pipe -traditional -@@ -221,9 +221,9 @@ - #CFLAGS= -O -DBSD42 -pipe - - # Use this for BSD 4.3 --#CFLAGS= -O -DBSD43 -+CFLAGS += -DBSD43 - #LDFLAGS= --#LIB=-lm -lcurses -ltermcap -+LIB=-lm -lcurses -ltermcap -lcompat - - # Use this for SunOS 4.X if you have the System V package installed. - # This will link with the System V curses which is preferable to the -@@ -440,36 +440,36 @@ - p$(name).man: p$(name).1 - nroff -man p$(name).1 > p$(name).man - --install: $(EXDIR)/$(name) $(EXDIR)/$(name)qref $(EXDIR)/p$(name) \ -- $(LIBDIR)/tutorial \ -- $(MANDIR)/$(name).$(MANEXT) $(MANDIR)/p$(name).$(MANEXT) -- --$(EXDIR)/$(name): $(name) -- cp $(name) $(EXDIR) -- strip $(EXDIR)/$(name) -- --$(EXDIR)/$(name)qref: $(name)qref -- cp $(name)qref $(EXDIR) -- strip $(EXDIR)/$(name)qref -- --$(EXDIR)/p$(name): p$(name) -- cp p$(name) $(EXDIR) -- strip $(EXDIR)/p$(name) -- --$(LIBDIR)/tutorial: tutorial.sc $(LIBDIR) -- cp tutorial.sc $(LIBDIR)/tutorial.$(name) -- chmod $(MANMODE) $(LIBDIR)/tutorial.$(name) -- --$(LIBDIR): -- mkdir $(LIBDIR) -- --$(MANDIR)/$(name).$(MANEXT): $(name).1 -- cp $(name).1 $(MANDIR)/$(name).$(MANEXT) -- chmod $(MANMODE) $(MANDIR)/$(name).$(MANEXT) -- --$(MANDIR)/p$(name).$(MANEXT): p$(name).1 -- cp p$(name).1 $(MANDIR)/p$(name).$(MANEXT) -- chmod $(MANMODE) $(MANDIR)/p$(name).$(MANEXT) -+install: $(DESTDIR)$(EXDIR)/$(name) $(DESTDIR)$(EXDIR)/$(name)qref $(DESTDIR)$(EXDIR)/p$(name) \ -+ $(DESTDIR)$(LIBDIR)/tutorial \ -+ $(DESTDIR)$(MANDIR)/$(name).$(MANEXT) $(DESTDIR)$(MANDIR)/p$(name).$(MANEXT) -+ -+$(DESTDIR)$(EXDIR)/$(name): $(name) -+ cp $(name) $(DESTDIR)$(EXDIR) -+ strip $(DESTDIR)$(EXDIR)/$(name) -+ -+$(DESTDIR)$(EXDIR)/$(name)qref: $(name)qref -+ cp $(name)qref $(DESTDIR)$(EXDIR) -+ strip $(DESTDIR)$(EXDIR)/$(name)qref -+ -+$(DESTDIR)$(EXDIR)/p$(name): p$(name) -+ cp p$(name) $(DESTDIR)$(EXDIR) -+ strip $(DESTDIR)$(EXDIR)/p$(name) -+ -+$(DESTDIR)$(LIBDIR)/tutorial: tutorial.sc $(DESTDIR)$(LIBDIR) -+ cp tutorial.sc $(DESTDIR)$(LIBDIR)/tutorial.$(name) -+ chmod $(MANMODE) $(DESTDIR)$(LIBDIR)/tutorial.$(name) -+ -+$(DESTDIR)$(LIBDIR): -+ mkdir $(DESTDIR)$(LIBDIR) -+ -+$(DESTDIR)$(MANDIR)/$(name).$(MANEXT): $(name).1 -+ cp $(name).1 $(DESTDIR)$(MANDIR)/$(name).$(MANEXT) -+ chmod $(MANMODE) $(DESTDIR)$(MANDIR)/$(name).$(MANEXT) -+ -+$(DESTDIR)$(MANDIR)/p$(name).$(MANEXT): p$(name).1 -+ cp p$(name).1 $(DESTDIR)$(MANDIR)/p$(name).$(MANEXT) -+ chmod $(MANMODE) $(DESTDIR)$(MANDIR)/p$(name).$(MANEXT) - - diffs: ${SRC} - for i in ${DOCS} ${SRC} ;\ diff --git a/math/sc/patches/patch-ab b/math/sc/patches/patch-ab deleted file mode 100644 index f63ef2ebab1b2..0000000000000 --- a/math/sc/patches/patch-ab +++ /dev/null @@ -1,18 +0,0 @@ -$NetBSD: patch-ab,v 1.2 2000/01/12 20:30:34 wiz Exp $ - ---- lex.c.orig Mon May 11 20:43:36 1992 -+++ lex.c Thu Jul 30 20:26:51 1998 -@@ -384,11 +384,11 @@ - ctl('z'), 0 - }; - --void -+int - charout(c) - int c; - { -- (void)putchar(c); -+ return putchar(c); - } - - void diff --git a/math/sc/patches/patch-ac b/math/sc/patches/patch-ac deleted file mode 100644 index 34b2731271583..0000000000000 --- a/math/sc/patches/patch-ac +++ /dev/null @@ -1,55 +0,0 @@ -$NetBSD: patch-ac,v 1.4 2006/12/11 14:52:04 obache Exp $ - ---- interp.c.orig 1992-05-11 18:43:36.000000000 +0000 -+++ interp.c -@@ -21,13 +21,13 @@ - #include - #endif /* IEEE_MATH */ - -+#include - #include - #include - #include - #include - #include - --extern int errno; /* set by math functions */ - #ifdef BSD42 - #include - #include -@@ -476,7 +476,7 @@ double - dodts(mo, day, yr) - int mo, day, yr; - { -- long trial; -+ time_t trial; - register struct tm *tp; - register int i; - register long jdate; -@@ -484,7 +484,7 @@ int mo, day, yr; - mdays[1] = 28 + (yr%4 == 0); - - if (mo < 1 || mo > 12 || day < 1 || day > mdays[--mo] || -- yr > 1999 || yr < 1970) { -+ yr > 2035 || yr < 1970) { - error("@dts: invalid argument"); - cellerror = CELLERROR; - return(0.0); -@@ -551,15 +551,13 @@ dotime(which, when) - int which; - double when; - { -- long time(); -- - static long t_cache; - static struct tm tm_cache; - struct tm *tp; -- long tloc; -+ time_t tloc; - - if (which == NOW) -- return (double)time((long *)0); -+ return (double)time(NULL); - - tloc = (long)when; - diff --git a/math/sc/patches/patch-ad b/math/sc/patches/patch-ad deleted file mode 100644 index 014fac1d58ef9..0000000000000 --- a/math/sc/patches/patch-ad +++ /dev/null @@ -1,40 +0,0 @@ -$NetBSD: patch-ad,v 1.2 2006/09/29 15:55:27 he Exp $ - ---- cmds.c.orig 1992-05-11 20:43:34.000000000 +0200 -+++ cmds.c -@@ -28,6 +28,7 @@ - #include "sc.h" - #include - #include -+#include - - #ifdef SYSV3 - extern void exit(); -@@ -39,8 +40,6 @@ void openrow(); - void syncref(); - void unspecial(); - --extern int errno; -- - /* a linked list of free [struct ent]'s, uses .next as the pointer */ - extern struct ent *freeents; - -@@ -700,12 +699,18 @@ int r0, c0, rn, cn; - int fieldlen, nextcol; - register row, col; - register struct ent **pp; -+ char fnbuf[PATH_MAX]; - - if ((strcmp(fname, curfile) == 0) && - !yn_ask("Confirm that you want to destroy the data base: (y,n)")) { - return; - } - -+ if (*fname == '\0') { -+ snprintf(fnbuf, sizeof fnbuf, "%s.asc", curfile); -+ fname = fnbuf; -+ } -+ - if (!pline && (pline = scxmalloc((unsigned)(FBUFLEN * - ++fbufs_allocated))) == (char *)NULL) - { error("Malloc failed in printfile()"); diff --git a/math/sc/patches/patch-sc.h b/math/sc/patches/patch-sc.h deleted file mode 100644 index 0f54b65d361d1..0000000000000 --- a/math/sc/patches/patch-sc.h +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-sc.h,v 1.1 2015/01/09 14:30:22 joerg Exp $ - ---- sc.h.orig 2015-01-09 12:50:27.000000000 +0000 -+++ sc.h -@@ -418,9 +418,4 @@ extern int collimit; - - #endif - --#if defined(BSD42) || defined(BSD43) && !defined(ultrix) --#define memcpy(dest, source, len) bcopy(source, dest, (unsigned int)len); --#define memset(dest, zero, len) bzero((dest), (unsigned int)(len)); --#else --#include --#endif -+#include diff --git a/math/scilab/Makefile b/math/scilab/Makefile index de51feb001f45..af5d543ff7447 100644 --- a/math/scilab/Makefile +++ b/math/scilab/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.100 2015/11/25 12:51:42 jperkin Exp $ +# $NetBSD: Makefile,v 1.101 2016/05/05 11:45:40 jaapb Exp $ # DISTNAME= ${SCIBASE}-src -PKGREVISION= 17 +PKGREVISION= 18 PKGNAME= ${SCIBASE} CATEGORIES= math MASTER_SITES= http://www.scilab.org/download/4.1/ diff --git a/math/snns/Makefile b/math/snns/Makefile index c9b1dcb749550..051f7a40405df 100644 --- a/math/snns/Makefile +++ b/math/snns/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.25 2015/10/14 20:17:27 wiz Exp $ +# $NetBSD: Makefile,v 1.26 2016/05/07 10:04:00 joerg Exp $ DISTNAME= SNNSv4.3 PKGNAME= snns-4.3 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= misc MASTER_SITES= http://www-ra.informatik.uni-tuebingen.de/downloads/SNNS/ diff --git a/math/snns/distinfo b/math/snns/distinfo index 1233f79550bd8..814b896146861 100644 --- a/math/snns/distinfo +++ b/math/snns/distinfo @@ -1,8 +1,9 @@ -$NetBSD: distinfo,v 1.7 2015/11/03 23:33:44 agc Exp $ +$NetBSD: distinfo,v 1.8 2016/05/07 10:04:00 joerg Exp $ SHA1 (SNNSv4.3.tar.gz) = a82ec6402a8c2d79740c71e1790743e351c54f81 RMD160 (SNNSv4.3.tar.gz) = fe796c37b2220bac6ba8a2067c567a92ba2555c0 SHA512 (SNNSv4.3.tar.gz) = a057dc946b581eee01334956c33d6870b8b994d1b835834d58c37ae3a8585dfb1206f3082b17a49ee97b22f4c07c0efb47e4e3ae5aeb37e97f69472da3e21f0b Size (SNNSv4.3.tar.gz) = 5076669 bytes SHA1 (patch-aa) = 805db03fe9d0a00d9d5318f17487a1d4607ac8a7 -SHA1 (patch-ac) = 78e4b3329fd91a6fb090b576451f2f6e1187aa37 +SHA1 (patch-ac) = 088e4f144709bade658d0ffdee9fc4bb20c0d37d +SHA1 (patch-configure) = 11e19f7f0f57c49c4bca2564f89a2ec690c05be5 diff --git a/math/snns/patches/patch-ac b/math/snns/patches/patch-ac index c660adaaacf4c..3d7d5e925b561 100644 --- a/math/snns/patches/patch-ac +++ b/math/snns/patches/patch-ac @@ -1,4 +1,4 @@ -$NetBSD: patch-ac,v 1.2 2014/12/10 23:25:15 joerg Exp $ +$NetBSD: patch-ac,v 1.3 2016/05/07 10:04:00 joerg Exp $ --- configuration/Makefile.din.orig Thu Sep 3 15:44:26 1998 +++ configuration/Makefile.din @@ -7,7 +7,7 @@ $NetBSD: patch-ac,v 1.2 2014/12/10 23:25:15 joerg Exp $ # libraries can not be found in standard places X_CFLAGS = @X_CFLAGS@ # REPORT_IF_BUG -X_LIBS = @X_LIBS@ # REPORT_IF_BUG -+X_LIBS = ${COMPILER_RPATH_FLAG}${X11BASE}/lib -L${X11BASE}/lib @X_LIBS@ # REPORT_IF_BUG ++X_LIBS = ${COMPILER_RPATH_FLAG}${PREFIX}/lib -L${PREFIX}/lib @X_LIBS@ # Any extra libraries needed to be linked after all X libraries X_EXTRA_LIBS = @X_EXTRA_LIBS@ # REPORT_IF_BUG diff --git a/math/snns/patches/patch-configure b/math/snns/patches/patch-configure new file mode 100644 index 0000000000000..c4ad8643a5d04 --- /dev/null +++ b/math/snns/patches/patch-configure @@ -0,0 +1,41 @@ +$NetBSD: patch-configure,v 1.1 2016/05/07 10:04:00 joerg Exp $ + +--- configure.orig 2008-04-21 07:58:11.000000000 +0000 ++++ configure +@@ -3706,9 +3706,9 @@ else + X_LIBS="$X_LIBS -L$x_libraries" + # For Solaris; some versions of Sun CC require a space after -R and + # others require no space. Words are not sufficient . . . . +- { echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5 +-echo $ECHO_N "checking whether -R must be followed by a space... $ECHO_C" >&6; } +- ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries" ++ { echo "$as_me:$LINENO: checking whether ${COMPILER_RPATH_FLAG} must be followed by a space" >&5 ++echo $ECHO_N "checking whether ${COMPILER_RPATH_FLAG} must be followed by a space... $ECHO_C" >&6; } ++ ac_xsave_LIBS=$LIBS; LIBS="$LIBS ${COMPILER_RPATH_FLAG}$x_libraries" + ac_xsave_c_werror_flag=$ac_c_werror_flag + ac_c_werror_flag=yes + cat >conftest.$ac_ext <<_ACEOF +@@ -3746,12 +3746,12 @@ eval "echo \"\$as_me:$LINENO: $ac_try_ec + $as_test_x conftest$ac_exeext; then + { echo "$as_me:$LINENO: result: no" >&5 + echo "${ECHO_T}no" >&6; } +- X_LIBS="$X_LIBS -R$x_libraries" ++ X_LIBS="$X_LIBS ${COMPILER_RPATH_FLAG}$x_libraries" + else + echo "$as_me: failed program was:" >&5 + sed 's/^/| /' conftest.$ac_ext >&5 + +- LIBS="$ac_xsave_LIBS -R $x_libraries" ++ LIBS="$ac_xsave_LIBS ${COMPILER_RPATH_FLAG} $x_libraries" + cat >conftest.$ac_ext <<_ACEOF + /* confdefs.h. */ + _ACEOF +@@ -3787,7 +3787,7 @@ eval "echo \"\$as_me:$LINENO: $ac_try_ec + $as_test_x conftest$ac_exeext; then + { echo "$as_me:$LINENO: result: yes" >&5 + echo "${ECHO_T}yes" >&6; } +- X_LIBS="$X_LIBS -R $x_libraries" ++ X_LIBS="$X_LIBS ${COMPILER_RPATH_FLAG} $x_libraries" + else + echo "$as_me: failed program was:" >&5 + sed 's/^/| /' conftest.$ac_ext >&5 diff --git a/math/superlu/Makefile b/math/superlu/Makefile index aa2b47778a146..531e7586aa50d 100644 --- a/math/superlu/Makefile +++ b/math/superlu/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2015/11/25 12:51:42 jperkin Exp $ +# $NetBSD: Makefile,v 1.25 2016/05/07 10:04:14 joerg Exp $ DISTNAME= superlu_3.0 PKGNAME= superlu-3.0.1 @@ -10,6 +10,9 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://crd.lbl.gov/~xiaoye/SuperLU/ COMMENT= ANSI C routine library for the solution of sparse linear systems +# /usr/bin/ar: ../libsuperlu.a: Error reading dlamch.o: File truncated +MAKE_JOBS_SAFE= no + DEPENDS+= blas-[0-9]*:../../math/blas DIST_SUBDIR= ${PKGNAME_NOREV} diff --git a/math/z3/Makefile b/math/z3/Makefile index e1017a4ccd346..5981432e36f18 100644 --- a/math/z3/Makefile +++ b/math/z3/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.1 2015/11/24 05:45:58 dholland Exp $ +# $NetBSD: Makefile,v 1.2 2016/05/05 11:45:40 jaapb Exp $ DISTNAME= z3-4.4.1 GITHUB_TAG= ${DISTNAME} +PKGREVISION= 1 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_GITHUB:=Z3Prover/} PATCHFILES+= z3-jumbo-patch-20151123.gz diff --git a/meta-pkgs/bulk-large/Makefile b/meta-pkgs/bulk-large/Makefile index a53610d385656..34c2d1d030452 100644 --- a/meta-pkgs/bulk-large/Makefile +++ b/meta-pkgs/bulk-large/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.26 2015/12/05 21:25:49 adam Exp $ +# $NetBSD: Makefile,v 1.27 2016/03/17 02:47:14 tnn Exp $ -DISTNAME= bulk-large-20150218 -PKGREVISION= 1 +DISTNAME= bulk-large-20160317 CATEGORIES= meta-pkgs MASTER_SITES= # empty DISTFILES= # empty @@ -85,7 +84,7 @@ BUILD_DEPENDS+= gimp-[0-9]*:../../graphics/gimp BUILD_DEPENDS+= graphviz-[0-9]*:../../graphics/graphviz BUILD_DEPENDS+= claws-mail-[0-9]*:../../mail/claws-mail BUILD_DEPENDS+= evolution-[0-9]*:../../mail/evolution -BUILD_DEPENDS+= roundcube-[0-9]*:../../mail/roundcube +BUILD_DEPENDS+= ${PHP_PKG_PREFIX}-roundcube-[0-9]*:../../mail/roundcube BUILD_DEPENDS+= squirrelmail-[0-9]*:../../mail/squirrelmail BUILD_DEPENDS+= thunderbird-[0-9]*:../../mail/thunderbird BUILD_DEPENDS+= thunderbird-l10n-[0-9]*:../../mail/thunderbird-l10n @@ -169,6 +168,7 @@ BUILD_DEPENDS+= bulk-medium-[0-9]*:../../meta-pkgs/bulk-medium BUILD_DEPENDS+= bulk-small-[0-9]*:../../meta-pkgs/bulk-small PYTHON_FOR_BUILD_ONLY= yes +.include "../../lang/php/phpversion.mk" # for PHP_PKG_PREFIX .include "../../lang/python/pyversion.mk" # for PYPKGPREFIX .include "../../lang/ruby/rubyversion.mk" # for RUBY_PKGPREFIX .include "../../mk/bsd.pkg.mk" diff --git a/meta-pkgs/bulk-medium/Makefile b/meta-pkgs/bulk-medium/Makefile index 67de617428154..75aeca59a706d 100644 --- a/meta-pkgs/bulk-medium/Makefile +++ b/meta-pkgs/bulk-medium/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.33 2015/12/05 21:25:49 adam Exp $ +# $NetBSD: Makefile,v 1.35 2016/03/20 22:10:50 wiz Exp $ -DISTNAME= bulk-medium-20151004 +DISTNAME= bulk-medium-20160314 CATEGORIES= meta-pkgs MASTER_SITES= # empty DISTFILES= # empty @@ -10,7 +10,7 @@ COMMENT= Meta-package for a standard medium-sized limited bulk build META_PACKAGE= yes -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-postgresql, py-matplotlib-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-matplotlib-gtk2 RESTRICTED= Just for test build purpose NO_BIN_ON_CDROM= ${RESTRICTED} @@ -85,7 +85,6 @@ BUILD_DEPENDS+= gawk-[0-9]*:../../lang/gawk BUILD_DEPENDS+= php>=5.5<5.6:../../lang/php55 BUILD_DEPENDS+= php>=5.6<5.7:../../lang/php56 BUILD_DEPENDS+= ruby18-base-[0-9]*:../../lang/ruby18-base -BUILD_DEPENDS+= ruby200-base-[0-9]*:../../lang/ruby200-base BUILD_DEPENDS+= ruby21-base-[0-9]*:../../lang/ruby21-base BUILD_DEPENDS+= ruby22-base-[0-9]*:../../lang/ruby22-base BUILD_DEPENDS+= sun-jdk6-[0-9]*:../../lang/sun-jdk6 diff --git a/meta-pkgs/gnustep/Makefile b/meta-pkgs/gnustep/Makefile index ab260a6925d3b..9699c88b4f94e 100644 --- a/meta-pkgs/gnustep/Makefile +++ b/meta-pkgs/gnustep/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.36 2015/10/10 01:58:12 ryoon Exp $ +# $NetBSD: Makefile,v 1.37 2016/04/11 19:01:56 ryoon Exp $ DISTNAME= gnustep-2.6.2 -PKGREVISION= 7 +PKGREVISION= 8 CATEGORIES= meta-pkgs x11 gnustep MASTER_SITES= # empty diff --git a/meta-pkgs/kde-telepathy/DESCR b/meta-pkgs/kde-telepathy/DESCR new file mode 100644 index 0000000000000..4746c5a2e9532 --- /dev/null +++ b/meta-pkgs/kde-telepathy/DESCR @@ -0,0 +1 @@ +KDE Telepathy package. diff --git a/meta-pkgs/kde4/Makefile b/meta-pkgs/kde4/Makefile index d285b965d15a2..0e025cd4fcb16 100644 --- a/meta-pkgs/kde4/Makefile +++ b/meta-pkgs/kde4/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.33 2016/02/14 04:21:25 markd Exp $ +# $NetBSD: Makefile,v 1.35 2016/04/28 07:17:31 markd Exp $ DISTNAME= kde4-4.14.3 -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= meta-pkgs x11 kde MASTER_SITES= # empty DISTFILES= # empty @@ -10,7 +10,7 @@ MAINTAINER= markd@NetBSD.org HOMEPAGE= http://www.kde.org/ COMMENT= "meta-package" for the KDE4 integrated X11 desktop -DEPENDS+= oxygen-icons-5.19.0{,nb[0-9]*}:../../graphics/oxygen-icons +DEPENDS+= oxygen-icons-5.21.0{,nb[0-9]*}:../../graphics/oxygen-icons DEPENDS+= kdelibs4-4.14.15{,nb[0-9]*}:../../x11/kdelibs4 DEPENDS+= kdepimlibs4-4.14.10{,nb[0-9]*}:../../misc/kdepimlibs4 DEPENDS+= kde-runtime4-15.12.0{,nb[0-9]*}:../../x11/kde-runtime4 @@ -148,6 +148,7 @@ DEPENDS+= kgpg-15.12.0{,nb[0-9]*}:../../security/kgpg DEPENDS+= superkaramba-15.08.3{,nb[0-9]*}:../../misc/superkaramba DEPENDS+= sweeper-15.12.0{,nb[0-9]*}:../../misc/sweeper DEPENDS+= kdewebdev4-15.12.0{,nb[0-9]*}:../../www/kdewebdev4 +DEPENDS+= baloo-4.14.3{,nb[0-9]*}:../../sysutils/baloo META_PACKAGE= yes diff --git a/meta-pkgs/ruby-gnome2/Makefile b/meta-pkgs/ruby-gnome2/Makefile index aceaf7ab9a75f..ce463d2695870 100644 --- a/meta-pkgs/ruby-gnome2/Makefile +++ b/meta-pkgs/ruby-gnome2/Makefile @@ -1,32 +1,31 @@ -# $NetBSD: Makefile,v 1.24 2016/01/24 05:03:23 tsutsui Exp $ +# $NetBSD: Makefile,v 1.25 2016/04/16 17:41:04 tsutsui Exp $ # PKGNAME= ${RUBY_PKGPREFIX}-gnome2-${VERSION} -PKGREVISION= 1 COMMENT= Set of Ruby language bindings for GNOME2 CATEGORIES= meta-pkgs gnome -DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-atk>=${VERSION}nb1:../../devel/ruby-gnome2-atk -DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-gio>=${VERSION}nb1:../../devel/ruby-gnome2-gio -DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-glib>=${VERSION}nb1:../../devel/ruby-gnome2-glib -DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-gobject-introspection>=${VERSION}nb1:../../devel/ruby-gnome2-gobject-introspection -DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-pango>=${VERSION}nb1:../../devel/ruby-gnome2-pango -DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-cairo-gobject>=${VERSION}nb1:../../graphics/ruby-gnome2-cairo-gobject -DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-clutter>=${VERSION}nb1:../../graphics/ruby-gnome2-clutter -DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-clutter-gtk>=${VERSION}nb1:../../graphics/ruby-gnome2-clutter-gtk -DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-gdk3>=${VERSION}nb1:../../graphics/ruby-gnome2-gdk3 -DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-gdkpixbuf>=${VERSION}nb1:../../graphics/ruby-gnome2-gdkpixbuf -DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-rsvg>=${VERSION}nb1:../../graphics/ruby-gnome2-rsvg -DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-clutter-gstreamer>=${VERSION}nb1:../../multimedia/ruby-gnome2-clutter-gstreamer -DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-gstreamer>=${VERSION}nb1:../../multimedia/ruby-gnome2-gstreamer -DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-poppler>=${VERSION}nb1:../../print/ruby-gnome2-poppler -DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-webkit-gtk>=${VERSION}nb1:../../www/ruby-gnome2-webkit-gtk -DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-webkit-gtk2>=${VERSION}nb1:../../www/ruby-gnome2-webkit-gtk2 -DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-gtk>=${VERSION}nb1:../../x11/ruby-gnome2-gtk -DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-gtk3>=${VERSION}nb1:../../x11/ruby-gnome2-gtk3 -DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-gtksourceview2>=${VERSION}nb1:../../x11/ruby-gnome2-gtksourceview2 -DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-gtksourceview3>=${VERSION}nb1:../../x11/ruby-gnome2-gtksourceview3 -DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-vte>=${VERSION}nb1:../../x11/ruby-gnome2-vte +DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-atk>=${VERSION}:../../devel/ruby-gnome2-atk +DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-gio>=${VERSION}:../../devel/ruby-gnome2-gio +DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-glib>=${VERSION}:../../devel/ruby-gnome2-glib +DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-gobject-introspection>=${VERSION}:../../devel/ruby-gnome2-gobject-introspection +DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-pango>=${VERSION}:../../devel/ruby-gnome2-pango +DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-cairo-gobject>=${VERSION}:../../graphics/ruby-gnome2-cairo-gobject +DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-clutter>=${VERSION}:../../graphics/ruby-gnome2-clutter +DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-clutter-gtk>=${VERSION}:../../graphics/ruby-gnome2-clutter-gtk +DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-gdk3>=${VERSION}:../../graphics/ruby-gnome2-gdk3 +DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-gdkpixbuf>=${VERSION}:../../graphics/ruby-gnome2-gdkpixbuf +DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-rsvg>=${VERSION}:../../graphics/ruby-gnome2-rsvg +DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-clutter-gstreamer>=${VERSION}:../../multimedia/ruby-gnome2-clutter-gstreamer +DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-gstreamer>=${VERSION}:../../multimedia/ruby-gnome2-gstreamer +DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-poppler>=${VERSION}:../../print/ruby-gnome2-poppler +DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-webkit-gtk>=${VERSION}:../../www/ruby-gnome2-webkit-gtk +DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-webkit-gtk2>=${VERSION}:../../www/ruby-gnome2-webkit-gtk2 +DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-gtk>=${VERSION}:../../x11/ruby-gnome2-gtk +DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-gtk3>=${VERSION}:../../x11/ruby-gnome2-gtk3 +DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-gtksourceview2>=${VERSION}:../../x11/ruby-gnome2-gtksourceview2 +DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-gtksourceview3>=${VERSION}:../../x11/ruby-gnome2-gtksourceview3 +DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-vte>=${VERSION}:../../x11/ruby-gnome2-vte META_PACKAGE= yes diff --git a/meta-pkgs/ruby-gnome2/Makefile.common b/meta-pkgs/ruby-gnome2/Makefile.common index ddb4f1a63cb04..dd3c6fb4b9efe 100644 --- a/meta-pkgs/ruby-gnome2/Makefile.common +++ b/meta-pkgs/ruby-gnome2/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.49 2016/01/24 05:03:23 tsutsui Exp $ +# $NetBSD: Makefile.common,v 1.50 2016/04/16 17:41:04 tsutsui Exp $ # # used by devel/ruby-gnome2-atk/Makefile # used by devel/ruby-gnome2-gio/Makefile @@ -28,4 +28,4 @@ MAINTAINER= tsutsui@NetBSD.org HOMEPAGE= http://ruby-gnome2.osdn.jp/ LICENSE= gnu-lgpl-v2.1 -VERSION= 3.0.7 +VERSION= 3.0.8 diff --git a/meta-pkgs/texlive-collection-pictures/Makefile b/meta-pkgs/texlive-collection-pictures/Makefile index e74ef0257adff..c1d51df368a20 100644 --- a/meta-pkgs/texlive-collection-pictures/Makefile +++ b/meta-pkgs/texlive-collection-pictures/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2016/01/04 01:57:24 markd Exp $ +# $NetBSD: Makefile,v 1.7 2016/04/23 22:40:24 markd Exp $ DISTNAME= collection-pictures -PKGNAME= texlive-${DISTNAME}-2015pre4 +PKGNAME= texlive-${DISTNAME}-2015pre5 CATEGORIES= meta-pkgs MASTER_SITES= # empty TEXLIVE_REV= 37604 @@ -80,7 +80,7 @@ DEPENDS+= tex-pgf-[0-9]*:../../print/tex-pgf # depend pgf-soroban # depend pgf-umlcd # depend pgf-umlsd -# depend pgfgantt +DEPENDS+= tex-pgfgantt-[0-9]*:../../graphics/tex-pgfgantt # depend pgfkeyx # depend pgfmolbio # depend pgfopts @@ -111,7 +111,7 @@ DEPENDS+= tex-pictex-[0-9]*:../../graphics/tex-pictex # depend tipfr DEPENDS+= tex-tikz-3dplot-[0-9]*:../../graphics/tex-tikz-3dplot # depend tikz-bayesnet -# depend tikz-cd +DEPENDS+= tex-tikz-cd-[0-9]*:../../graphics/tex-tikz-cd # depend tikz-dependency # depend tikz-dimline # depend tikz-inet diff --git a/meta-pkgs/texlive-collection-pstricks/Makefile b/meta-pkgs/texlive-collection-pstricks/Makefile index f9d5e2d83fd92..8a2d41681a51b 100644 --- a/meta-pkgs/texlive-collection-pstricks/Makefile +++ b/meta-pkgs/texlive-collection-pstricks/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2015/07/02 21:08:08 markd Exp $ +# $NetBSD: Makefile,v 1.3 2016/04/23 22:38:26 markd Exp $ DISTNAME= collection-pstricks -PKGNAME= texlive-${DISTNAME}-2015pre1 +PKGNAME= texlive-${DISTNAME}-2015pre2 CATEGORIES= meta-pkgs MASTER_SITES= # empty TEXLIVE_REV= 34995 @@ -71,7 +71,7 @@ DEPENDS+= tex-pst-node-[0-9]*:../../graphics/tex-pst-node # depend pst-optexp # depend pst-optic DEPENDS+= tex-pst-osci-[0-9]*:../../graphics/tex-pst-osci -# depend pst-ovl +DEPENDS+= tex-pst-ovl-[0-9]*:../../graphics/tex-pst-ovl # depend pst-pad # depend pst-pdgr # depend pst-perspective @@ -92,7 +92,7 @@ DEPENDS+= tex-pst-slpe-[0-9]*:../../graphics/tex-pst-slpe # depend pst-support DEPENDS+= tex-pst-text-[0-9]*:../../graphics/tex-pst-text # depend pst-thick -# depend pst-tools +DEPENDS+= tex-pst-tools-[0-9]*:../../graphics/tex-pst-tools DEPENDS+= tex-pst-tree-[0-9]*:../../graphics/tex-pst-tree # depend pst-tvz DEPENDS+= tex-pst-uml-[0-9]*:../../devel/tex-pst-uml diff --git a/misc/Addresses/Makefile b/misc/Addresses/Makefile index 2e7ee0b017847..76eb1484597f8 100644 --- a/misc/Addresses/Makefile +++ b/misc/Addresses/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.32 2015/10/10 01:57:53 ryoon Exp $ +# $NetBSD: Makefile,v 1.33 2016/04/11 19:01:36 ryoon Exp $ # DISTNAME= Addresses-0.4.8 -PKGREVISION= 7 +PKGREVISION= 8 CATEGORIES= misc gnustep MASTER_SITES= http://savannah.nongnu.org/download/gap/ diff --git a/misc/Addresses/buildlink3.mk b/misc/Addresses/buildlink3.mk index f5eb900af7191..816d85833707f 100644 --- a/misc/Addresses/buildlink3.mk +++ b/misc/Addresses/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.19 2015/04/06 08:17:15 adam Exp $ +# $NetBSD: buildlink3.mk,v 1.20 2016/04/11 19:01:36 ryoon Exp $ BUILDLINK_TREE+= Addresses @@ -6,7 +6,7 @@ BUILDLINK_TREE+= Addresses ADDRESSES_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.Addresses+= Addresses>=0.4.8 -BUILDLINK_ABI_DEPENDS.Addresses+= Addresses>=0.4.8nb6 +BUILDLINK_ABI_DEPENDS.Addresses+= Addresses>=0.4.8nb8 BUILDLINK_PKGSRCDIR.Addresses?= ../../misc/Addresses .include "../../devel/gnustep-make/gnustep.mk" diff --git a/misc/Makefile b/misc/Makefile index 8d2f999a9d1e6..15c039edec4c9 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.465 2016/01/10 11:52:05 tsutsui Exp $ +# $NetBSD: Makefile,v 1.467 2016/05/06 09:05:46 nonaka Exp $ # COMMENT= Miscellaneous utilities @@ -109,6 +109,7 @@ SUBDIR+= howm SUBDIR+= ibutton-pdkit SUBDIR+= ipbt SUBDIR+= iselect +SUBDIR+= iwatch SUBDIR+= ja-less SUBDIR+= ja-man SUBDIR+= jhd @@ -280,7 +281,6 @@ SUBDIR+= ruby-descendants_tracker SUBDIR+= ruby-equalizer SUBDIR+= ruby-gem_plugin SUBDIR+= ruby-hashie -SUBDIR+= ruby-hashie1 SUBDIR+= ruby-hashie2 SUBDIR+= ruby-launchy SUBDIR+= ruby-memoizable diff --git a/misc/bibletime/Makefile b/misc/bibletime/Makefile index 5e999e7a7916d..19f71db243113 100644 --- a/misc/bibletime/Makefile +++ b/misc/bibletime/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.7 2016/03/05 11:28:53 jperkin Exp $ +# $NetBSD: Makefile,v 1.8 2016/04/11 19:01:56 ryoon Exp $ DISTNAME= bibletime-2.10.1 -PKGREVISION= 8 +PKGREVISION= 9 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=bibletime/} EXTRACT_SUFX= .tar.xz diff --git a/misc/brs/distinfo b/misc/brs/distinfo index 777d35c4a7218..7e103ce56c9e6 100644 --- a/misc/brs/distinfo +++ b/misc/brs/distinfo @@ -1,10 +1,10 @@ -$NetBSD: distinfo,v 1.7 2015/11/03 23:49:32 agc Exp $ +$NetBSD: distinfo,v 1.8 2016/04/01 10:27:54 jperkin Exp $ SHA1 (brs.4.00.l1.tar.gz) = 12406ad5738caeb828e0773a45290ed5e098940a RMD160 (brs.4.00.l1.tar.gz) = 1445c754ffd16cbb00cb27003b748a46c7aadbe0 SHA512 (brs.4.00.l1.tar.gz) = 216e6e220f73c1ec2806065f559af84a7db7282772e6f6d9098a490ed162a06af5383bf067d88c44155b1f3e0c6beae778eeb238f805fa14436d83cf7beb87e9 Size (brs.4.00.l1.tar.gz) = 2651253 bytes -SHA1 (patch-aa) = 8d224d526a5b8a8712b03fc2b06e1882cff9d321 +SHA1 (patch-aa) = e8f80f7142206028baef869af35bf7b8797f2dc8 SHA1 (patch-ab) = fa5cfa52605b7b3f6b50f30c5405cb2106b2bd11 SHA1 (patch-ac) = 1b6aca04c879d5e5011f36d8cfd0f59379c339f5 SHA1 (patch-ad) = 33cac111acad1f727aee01bf50ec5893f21fe60e diff --git a/misc/brs/patches/patch-aa b/misc/brs/patches/patch-aa index 529f70fbad643..db5f0304b0772 100644 --- a/misc/brs/patches/patch-aa +++ b/misc/brs/patches/patch-aa @@ -1,4 +1,4 @@ -$NetBSD: patch-aa,v 1.4 2012/07/03 17:39:53 joerg Exp $ +$NetBSD: patch-aa,v 1.5 2016/04/01 10:27:54 jperkin Exp $ --- Makefile.orig 1994-12-15 01:53:00.000000000 +0000 +++ Makefile @@ -11,8 +11,9 @@ $NetBSD: patch-aa,v 1.4 2012/07/03 17:39:53 joerg Exp $ #DEST = $(HOME)/local DESTBIN = $(DEST)/bin -DESTLIB = $(DEST)/lib +-DESTMAN = $(DEST)/man +DESTLIB = $(DEST)/libdata/brs - DESTMAN = $(DEST)/man ++DESTMAN = $(DEST)/${PKGMANDIR} DESTMAN1 = $(DESTMAN)/man1 # I use environment variables for these... diff --git a/misc/buffer/distinfo b/misc/buffer/distinfo index 0520da38b5f80..5b53552563753 100644 --- a/misc/buffer/distinfo +++ b/misc/buffer/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.9 2015/11/03 23:49:32 agc Exp $ +$NetBSD: distinfo,v 1.10 2016/03/30 08:45:12 jperkin Exp $ SHA1 (buffer-1.17.tar.gz) = 88201f677485880cd508430015b7ce7d9663b6e7 RMD160 (buffer-1.17.tar.gz) = c7f87873f8f74b900609ef495ebabc8596729fb8 SHA512 (buffer-1.17.tar.gz) = 1252ba6e3b425c06dfe7758927f69906e944315e0c6e3a653d7e7a09693181c393e28caac9aea1a35ae533da48db8ea342d11220cd1c83a066c218edec45c56a Size (buffer-1.17.tar.gz) = 17131 bytes -SHA1 (patch-aa) = 3fd94e382e9444fd88a17bcef348800767f8a8d0 +SHA1 (patch-aa) = d5fa70f085f03fc7dcf0ee5d80e245138b6471c9 SHA1 (patch-ab) = c17afef3231afe48476273183c0f1365fa8cd86f SHA1 (patch-ac) = c899209c54933756f5ce97b083fa43daa69a8ffc diff --git a/misc/buffer/patches/patch-aa b/misc/buffer/patches/patch-aa index 71831e67d921b..f26721f12ea48 100644 --- a/misc/buffer/patches/patch-aa +++ b/misc/buffer/patches/patch-aa @@ -1,4 +1,6 @@ -$NetBSD: patch-aa,v 1.7 2008/06/20 01:09:25 joerg Exp $ +$NetBSD: patch-aa,v 1.8 2016/03/30 08:45:12 jperkin Exp $ + +Use pkgsrc layout/flags. --- Makefile.orig Wed Jul 14 11:59:17 1993 +++ Makefile Sun Sep 12 12:35:57 1999 @@ -13,7 +15,7 @@ $NetBSD: patch-aa,v 1.7 2008/06/20 01:09:25 joerg Exp $ -INSTBIN=/usr/local/bin -INSTMAN=/usr/man/manl +INSTBIN=${PREFIX}/bin -+INSTMAN=${PREFIX}/man/man1 ++INSTMAN=${PREFIX}/${PKGMANDIR}/man1 # The manual page section (normally l or 1) -S=l +S=1 diff --git a/misc/calibre/Makefile b/misc/calibre/Makefile index 10542e9fcf939..ebfe0831b0537 100644 --- a/misc/calibre/Makefile +++ b/misc/calibre/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.133 2016/03/05 11:28:53 jperkin Exp $ +# $NetBSD: Makefile,v 1.138 2016/05/05 11:22:00 wiz Exp $ -DISTNAME= calibre-2.52.0 -PKGREVISION= 1 +DISTNAME= calibre-2.56.0 CATEGORIES= misc #MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=calibre/} MASTER_SITES= http://download.calibre-ebook.com/${PKGVERSION_NOREV}/ diff --git a/misc/calibre/PLIST b/misc/calibre/PLIST index 18292ddea5c8e..454b57f514872 100644 --- a/misc/calibre/PLIST +++ b/misc/calibre/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.55 2016/03/03 12:28:22 wiz Exp $ +@comment $NetBSD: PLIST,v 1.58 2016/05/05 11:22:00 wiz Exp $ bin/calibre bin/calibre-complete bin/calibre-customize @@ -216,6 +216,7 @@ lib/calibre/calibre/ebooks/conversion/plumber.py lib/calibre/calibre/ebooks/conversion/preprocess.py lib/calibre/calibre/ebooks/conversion/utils.py lib/calibre/calibre/ebooks/covers.py +lib/calibre/calibre/ebooks/css_transform_rules.py lib/calibre/calibre/ebooks/djvu/__init__.py lib/calibre/calibre/ebooks/djvu/djvu.py lib/calibre/calibre/ebooks/djvu/djvubzzdec.py @@ -425,6 +426,7 @@ lib/calibre/calibre/ebooks/oeb/__init__.py lib/calibre/calibre/ebooks/oeb/base.py lib/calibre/calibre/ebooks/oeb/display/__init__.py lib/calibre/calibre/ebooks/oeb/display/test-cfi/run.py +lib/calibre/calibre/ebooks/oeb/display/test-cfi/run_rapydscript.py lib/calibre/calibre/ebooks/oeb/display/webview.py lib/calibre/calibre/ebooks/oeb/iterator/__init__.py lib/calibre/calibre/ebooks/oeb/iterator/book.py @@ -433,6 +435,7 @@ lib/calibre/calibre/ebooks/oeb/iterator/spine.py lib/calibre/calibre/ebooks/oeb/normalize_css.py lib/calibre/calibre/ebooks/oeb/parse_utils.py lib/calibre/calibre/ebooks/oeb/polish/__init__.py +lib/calibre/calibre/ebooks/oeb/polish/cascade.py lib/calibre/calibre/ebooks/oeb/polish/check/__init__.py lib/calibre/calibre/ebooks/oeb/polish/check/base.py lib/calibre/calibre/ebooks/oeb/polish/check/fonts.py @@ -463,6 +466,7 @@ lib/calibre/calibre/ebooks/oeb/polish/stats.py lib/calibre/calibre/ebooks/oeb/polish/subset.py lib/calibre/calibre/ebooks/oeb/polish/tests/__init__.py lib/calibre/calibre/ebooks/oeb/polish/tests/base.py +lib/calibre/calibre/ebooks/oeb/polish/tests/cascade.py lib/calibre/calibre/ebooks/oeb/polish/tests/container.py lib/calibre/calibre/ebooks/oeb/polish/tests/main.py lib/calibre/calibre/ebooks/oeb/polish/tests/parsing.py @@ -748,6 +752,7 @@ lib/calibre/calibre/gui2/convert/xpath_wizard.py lib/calibre/calibre/gui2/convert/xpath_wizard_ui.py lib/calibre/calibre/gui2/cover_flow.py lib/calibre/calibre/gui2/covers.py +lib/calibre/calibre/gui2/css_transform_rules.py lib/calibre/calibre/gui2/custom_column_widgets.py lib/calibre/calibre/gui2/dbus_export/__init__.py lib/calibre/calibre/gui2/dbus_export/demo.py @@ -1198,12 +1203,14 @@ lib/calibre/calibre/srv/ajax.py lib/calibre/calibre/srv/auth.py lib/calibre/calibre/srv/auto_reload.py lib/calibre/calibre/srv/bonjour.py +lib/calibre/calibre/srv/books.py lib/calibre/calibre/srv/code.py lib/calibre/calibre/srv/content.py lib/calibre/calibre/srv/errors.py lib/calibre/calibre/srv/handler.py lib/calibre/calibre/srv/http_request.py lib/calibre/calibre/srv/http_response.py +lib/calibre/calibre/srv/jobs.py lib/calibre/calibre/srv/legacy.py lib/calibre/calibre/srv/loop.py lib/calibre/calibre/srv/metadata.py @@ -1211,6 +1218,7 @@ lib/calibre/calibre/srv/opds.py lib/calibre/calibre/srv/opts.py lib/calibre/calibre/srv/pool.py lib/calibre/calibre/srv/pre_activated.py +lib/calibre/calibre/srv/render_book.py lib/calibre/calibre/srv/routes.py lib/calibre/calibre/srv/sendfile.py lib/calibre/calibre/srv/standalone.py @@ -1361,20 +1369,13 @@ lib/calibre/calibre/utils/zipfile.py lib/calibre/calibre/web/__init__.py lib/calibre/calibre/web/feeds/__init__.py lib/calibre/calibre/web/feeds/feedparser.py -lib/calibre/calibre/web/feeds/jsnews.py lib/calibre/calibre/web/feeds/news.py lib/calibre/calibre/web/feeds/recipes/__init__.py lib/calibre/calibre/web/feeds/recipes/collection.py lib/calibre/calibre/web/feeds/recipes/model.py lib/calibre/calibre/web/feeds/templates.py lib/calibre/calibre/web/fetch/__init__.py -lib/calibre/calibre/web/fetch/javascript.py lib/calibre/calibre/web/fetch/simple.py -lib/calibre/calibre/web/jsbrowser/__init__.py -lib/calibre/calibre/web/jsbrowser/browser.py -lib/calibre/calibre/web/jsbrowser/forms.py -lib/calibre/calibre/web/jsbrowser/login.py -lib/calibre/calibre/web/jsbrowser/test.py lib/calibre/css_selectors/__init__.py lib/calibre/css_selectors/errors.py lib/calibre/css_selectors/ordered_set.py @@ -1469,15 +1470,9 @@ share/calibre/compiled_coffeescript.zip share/calibre/content-server/autoreload.js share/calibre/content-server/calibre.png share/calibre/content-server/empty.html -share/calibre/content-server/font-awesome/FontAwesome.otf -share/calibre/content-server/font-awesome/fa.css -share/calibre/content-server/font-awesome/fontawesome-webfont.eot -share/calibre/content-server/font-awesome/fontawesome-webfont.svg -share/calibre/content-server/font-awesome/fontawesome-webfont.ttf -share/calibre/content-server/font-awesome/fontawesome-webfont.woff -share/calibre/content-server/font-awesome/fontawesome-webfont.woff2 +share/calibre/content-server/index-generated.html share/calibre/content-server/index.html -share/calibre/content-server/main.js +share/calibre/content-server/locales.zip share/calibre/content-server/mobile.css share/calibre/content-server/reset.css share/calibre/content_server/av.jpg @@ -1796,14 +1791,19 @@ share/calibre/quick_start/eng.epub share/calibre/quick_start/fra.epub share/calibre/quick_start/ita.epub share/calibre/rapydscript/compiler.js.xz +share/calibre/rapydscript/lib/aes.pyj share/calibre/rapydscript/lib/elementmaker.pyj +share/calibre/rapydscript/lib/encodings.pyj share/calibre/rapydscript/lib/gettext.pyj share/calibre/rapydscript/lib/math.pyj share/calibre/rapydscript/lib/operator.pyj +share/calibre/rapydscript/lib/pythonize.pyj share/calibre/rapydscript/lib/random.pyj share/calibre/rapydscript/lib/re.pyj +share/calibre/rapydscript/lib/traceback.pyj share/calibre/recipes/10minutos.recipe share/calibre/recipes/180.recipe +share/calibre/recipes/1843.recipe share/calibre/recipes/20_minutos.recipe share/calibre/recipes/20minutes.recipe share/calibre/recipes/20minutos.recipe @@ -1923,6 +1923,7 @@ share/calibre/recipes/bbc_sport.recipe share/calibre/recipes/bbcvietnamese.recipe share/calibre/recipes/benchmark_pl.recipe share/calibre/recipes/beppe_grillo.recipe +share/calibre/recipes/berlin_policy_journal.recipe share/calibre/recipes/berliner_zeitung.recipe share/calibre/recipes/berlingske_dk.recipe share/calibre/recipes/berria.recipe @@ -2319,7 +2320,6 @@ share/calibre/recipes/freisinger_tagblatt.recipe share/calibre/recipes/fria.recipe share/calibre/recipes/frontlineonnet.recipe share/calibre/recipes/fstream.recipe -share/calibre/recipes/ftd.recipe share/calibre/recipes/fudzilla.recipe share/calibre/recipes/furstenfeldbrucker_tagblatt.recipe share/calibre/recipes/futurismic.recipe @@ -2547,6 +2547,7 @@ share/calibre/recipes/kellog_faculty.recipe share/calibre/recipes/kellog_insight.recipe share/calibre/recipes/kerrang.recipe share/calibre/recipes/kidney.recipe +share/calibre/recipes/kitekinto.recipe share/calibre/recipes/kitsapun.recipe share/calibre/recipes/kleinezeitung.recipe share/calibre/recipes/klip_me.recipe @@ -2674,6 +2675,7 @@ share/calibre/recipes/mac_world_uk.recipe share/calibre/recipes/macity.recipe share/calibre/recipes/macleans.recipe share/calibre/recipes/maekyung.recipe +share/calibre/recipes/magyar_nemzet.recipe share/calibre/recipes/maharashtra_times.recipe share/calibre/recipes/mail_and_guardian.recipe share/calibre/recipes/mainichi.recipe @@ -2739,6 +2741,7 @@ share/calibre/recipes/motherjones.recipe share/calibre/recipes/msdnmag_en.recipe share/calibre/recipes/msnbc.recipe share/calibre/recipes/msnsankei.recipe +share/calibre/recipes/mult_kor.recipe share/calibre/recipes/mumbai_mirror.recipe share/calibre/recipes/munchner_merkur_nord.recipe share/calibre/recipes/munchner_merkur_stadt.recipe diff --git a/misc/calibre/distinfo b/misc/calibre/distinfo index 4c6c8a1a10625..c27e8403b0ce4 100644 --- a/misc/calibre/distinfo +++ b/misc/calibre/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.61 2016/03/03 12:28:22 wiz Exp $ +$NetBSD: distinfo,v 1.64 2016/05/05 11:22:00 wiz Exp $ -SHA1 (calibre-2.52.0.tar.xz) = 12fa3b848cda22e357c8eb4bb441b9e1fb67636e -RMD160 (calibre-2.52.0.tar.xz) = 3a6222d04f9991d49af36e29b21ab248a8023650 -SHA512 (calibre-2.52.0.tar.xz) = cc53f7d5b9554e16828c1ec76bceb0f832e9e1c218ded719fa632b5e22ede038fd71c085c6c95e82d11736c07f35a8f31b97b1e772922ffed4f38ec94e93a8d1 -Size (calibre-2.52.0.tar.xz) = 39904084 bytes +SHA1 (calibre-2.56.0.tar.xz) = 37e21fcd786e14a7a8eef86a72dbede67c9f003a +RMD160 (calibre-2.56.0.tar.xz) = cf93028dfcfed83dbb21d413941ce916979b5c09 +SHA512 (calibre-2.56.0.tar.xz) = 1ce74c9bf2e193911c0d23589669b38835eea5938aca5c55a0fa827bae30655e98156657ef2adc168bf96899c4442c922686d3345594b6f236870a568a8b8d71 +Size (calibre-2.56.0.tar.xz) = 39900812 bytes SHA1 (patch-setup_build__environment.py) = b620c36fee9a4c403af0fecced8ea8189dc8e25c SHA1 (patch-setup_extensions.py) = 698abb3609a3f576ae1d194422d10ffaa698e3db SHA1 (patch-src_calibre_linux.py) = 16c3122a612ec9996f774c5c2c9d40a475723662 diff --git a/misc/calibre1/Makefile b/misc/calibre1/Makefile index 425a95de3225b..1e1f5f6955186 100644 --- a/misc/calibre1/Makefile +++ b/misc/calibre1/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.12 2016/03/05 11:28:53 jperkin Exp $ +# $NetBSD: Makefile,v 1.14 2016/04/15 14:42:52 wiz Exp $ DISTNAME= calibre-1.48.0 -PKGREVISION= 14 +PKGREVISION= 16 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=calibre/} EXTRACT_SUFX= .tar.xz diff --git a/misc/deskbar-applet/Makefile b/misc/deskbar-applet/Makefile index 579416a7ace8b..b8611c227579d 100644 --- a/misc/deskbar-applet/Makefile +++ b/misc/deskbar-applet/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.93 2016/03/05 11:28:53 jperkin Exp $ +# $NetBSD: Makefile,v 1.95 2016/05/03 11:40:04 prlw1 Exp $ DISTNAME= deskbar-applet-2.32.0 -PKGREVISION= 39 +PKGREVISION= 41 CATEGORIES= misc gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/deskbar-applet/2.32/} EXTRACT_SUFX= .tar.bz2 diff --git a/misc/dialog/Makefile b/misc/dialog/Makefile index 4aff841c3352d..507dfc77e4f26 100644 --- a/misc/dialog/Makefile +++ b/misc/dialog/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.80 2016/02/14 11:03:21 wiz Exp $ +# $NetBSD: Makefile,v 1.81 2016/05/05 11:23:45 wiz Exp $ -DISTNAME= dialog-1.3-20160209 +DISTNAME= dialog-1.3-20160424 PKGNAME= ${DISTNAME:C/-2/.2/} CATEGORIES= misc MASTER_SITES= ftp://invisible-island.net/dialog/ diff --git a/misc/dialog/distinfo b/misc/dialog/distinfo index fa8edffe04fa8..1628a057974e6 100644 --- a/misc/dialog/distinfo +++ b/misc/dialog/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.49 2016/02/14 11:03:21 wiz Exp $ +$NetBSD: distinfo,v 1.50 2016/05/05 11:23:45 wiz Exp $ -SHA1 (dialog-1.3-20160209.tgz) = e52ac488c792697f0f6af8b41134ba2337fdf261 -RMD160 (dialog-1.3-20160209.tgz) = d91cf91233a2b0238f285e78a96e0af491625380 -SHA512 (dialog-1.3-20160209.tgz) = 77ad7698c8acc9ec2c4a8e76d73972ed3ee8d323cdb8cb18fbe496ebe4a6c8be873e0e2ecf66bbeb7eb6c398d0ca125969cb068e89c33a17521e1e1b913b1e4a -Size (dialog-1.3-20160209.tgz) = 499300 bytes +SHA1 (dialog-1.3-20160424.tgz) = ba6bea6c7bb539e3967d9911707c2639fde09a2a +RMD160 (dialog-1.3-20160424.tgz) = f977c236b8a6f4a0a7c4eed42c97d0abf2dd7e79 +SHA512 (dialog-1.3-20160424.tgz) = 387cca610654c5fb3bc7ea0437787356bed14fbaff8c3440e5423f980b89f79e1d98903e3103065a54d0476986e32a6061ed2b05a2ab76ad918fd31861294df5 +Size (dialog-1.3-20160424.tgz) = 500829 bytes diff --git a/misc/dose3/Makefile b/misc/dose3/Makefile index 9f544f346d128..f6da4902aab78 100644 --- a/misc/dose3/Makefile +++ b/misc/dose3/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.4 2015/06/30 11:52:58 jaapb Exp $ +# $NetBSD: Makefile,v 1.6 2016/05/07 07:55:11 wiz Exp $ DISTNAME= dose3-3.3-beta2 PKGNAME= dose3-3.3beta2 -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= misc MASTER_SITES= https://gforge.inria.fr/frs/download.php/file/34180/ @@ -28,6 +28,7 @@ pre-configure: .include "../../devel/ocaml-extlib/buildlink3.mk" .include "../../devel/ocaml-re/buildlink3.mk" +.include "../../devel/ocamlbuild/buildlink3.mk" .include "../../lang/camlp4/buildlink3.mk" .include "../../misc/ocaml-cudf/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/misc/ec2-ami-tools/Makefile b/misc/ec2-ami-tools/Makefile index ce7a19003746c..8e2f2b63f3d5d 100644 --- a/misc/ec2-ami-tools/Makefile +++ b/misc/ec2-ami-tools/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.5 2014/03/13 17:06:43 taca Exp $ +# $NetBSD: Makefile,v 1.6 2016/03/13 09:36:58 taca Exp $ # PKGNAME= ec2-ami-tools-1.3.57676 DISTNAME= ec2-ami-tools-1.3-57676 -PKGREVISION= 2 +PKGREVISION= 3 .include "../../misc/ec2-api-tools/Makefile.common" diff --git a/misc/erlang-p1_utils/Makefile b/misc/erlang-p1_utils/Makefile index ba96fe765c95c..8c01a86545d97 100644 --- a/misc/erlang-p1_utils/Makefile +++ b/misc/erlang-p1_utils/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.3 2016/01/16 18:55:38 fhajny Exp $ +# $NetBSD: Makefile,v 1.5 2016/04/29 18:12:00 fhajny Exp $ -DISTNAME= p1_utils-1.0.2 -PKGREVISION= 1 +DISTNAME= p1_utils-1.0.4 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_GITHUB:=processone/} diff --git a/misc/erlang-p1_utils/distinfo b/misc/erlang-p1_utils/distinfo index e63a9f9ef1106..baf4960dee84e 100644 --- a/misc/erlang-p1_utils/distinfo +++ b/misc/erlang-p1_utils/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2016/01/13 15:24:48 fhajny Exp $ +$NetBSD: distinfo,v 1.4 2016/04/29 18:12:00 fhajny Exp $ -SHA1 (p1_utils-1.0.2.tar.gz) = 7c504dba55a2722257090a7dddb439b5e8c91669 -RMD160 (p1_utils-1.0.2.tar.gz) = 1a35d0d9d303ac3991309b4108b109c93f52fc7f -SHA512 (p1_utils-1.0.2.tar.gz) = 6e6a50f71ab0a367019f3b237411e607ac7dbc2f0822725c7a874d18437355afc0018ecaa5905097b506fa9d7397b92a2477ad730454f8facd887665eff6b940 -Size (p1_utils-1.0.2.tar.gz) = 36901 bytes +SHA1 (p1_utils-1.0.4.tar.gz) = a4fda23d30d335a82bff2edb371a6e43280614ef +RMD160 (p1_utils-1.0.4.tar.gz) = 3d1a50d52b0bd01f0e1e404b04bfec68f6a2fbbe +SHA512 (p1_utils-1.0.4.tar.gz) = a86da4d5201ea9fa16574e4351f5f4ba32eb36fb61feb20231e4ee7c9bfe03a12724b6b50777adc65319055c29b8a3313c9fe72263089ad8a4c8b7ba9f30a3b8 +Size (p1_utils-1.0.4.tar.gz) = 44082 bytes diff --git a/misc/gkrellm-launch/distinfo b/misc/gkrellm-launch/distinfo index a82f802d9bde3..d69035ac6618b 100644 --- a/misc/gkrellm-launch/distinfo +++ b/misc/gkrellm-launch/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.3 2015/11/03 23:49:36 agc Exp $ +$NetBSD: distinfo,v 1.4 2016/05/07 10:04:43 joerg Exp $ SHA1 (gkrellmlaunch-0.5.tar.gz) = ce4b1570a4e6bdd5c48578868a74013bbf9da95b RMD160 (gkrellmlaunch-0.5.tar.gz) = 846c877d2e3eb7c7934f384fd94df449aa647571 SHA512 (gkrellmlaunch-0.5.tar.gz) = be3a6df6a1648a61103d389dcea24454a142d64b1192156787b42546c485ed592dca916394e46bc0413110a90fa1f4e952fef077e9014274e74610efe8573693 Size (gkrellmlaunch-0.5.tar.gz) = 22035 bytes -SHA1 (patch-aa) = 99dd227a5951b74fd5a37e7eeb0d0d56dd84019b +SHA1 (patch-aa) = 5d69393b7ac18c27ef1f70cd735f851c92037de3 diff --git a/misc/gkrellm-launch/patches/patch-aa b/misc/gkrellm-launch/patches/patch-aa index 6fdd69b5685bb..f8c15c802cb75 100644 --- a/misc/gkrellm-launch/patches/patch-aa +++ b/misc/gkrellm-launch/patches/patch-aa @@ -1,4 +1,4 @@ -$NetBSD: patch-aa,v 1.1.1.1 2004/02/25 00:51:23 cube Exp $ +$NetBSD: patch-aa,v 1.2 2016/05/07 10:04:43 joerg Exp $ --- Makefile.orig 2002-09-26 15:56:06.000000000 +0200 +++ Makefile @@ -13,7 +13,8 @@ $NetBSD: patch-aa,v 1.1.1.1 2004/02/25 00:51:23 cube Exp $ -LIBS = $(GTK_LIB) $(IMLIB_LIB) +LIBS = $(GTK_LIB) - LFLAGS = -shared -W1 +-LFLAGS = -shared -W1 ++LFLAGS = -shared -CC = gcc $(CFLAGS) $(FLAGS) +#CC = gcc $(CFLAGS) $(FLAGS) diff --git a/misc/gnome-utils/Makefile b/misc/gnome-utils/Makefile index bb5f0d5de8339..63a95a3aed0b8 100644 --- a/misc/gnome-utils/Makefile +++ b/misc/gnome-utils/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.150 2016/03/05 11:28:54 jperkin Exp $ +# $NetBSD: Makefile,v 1.152 2016/05/03 11:40:04 prlw1 Exp $ DISTNAME= gnome-utils-2.32.0 -PKGREVISION= 44 +PKGREVISION= 46 CATEGORIES= misc gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-utils/2.32/} EXTRACT_SUFX= .tar.bz2 diff --git a/misc/gone/distinfo b/misc/gone/distinfo index b72254d1b8c99..c3a4a5fa84639 100644 --- a/misc/gone/distinfo +++ b/misc/gone/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.9 2015/11/03 23:49:37 agc Exp $ +$NetBSD: distinfo,v 1.10 2016/03/30 09:25:53 jperkin Exp $ SHA1 (gone-1.3.5.tar.gz) = 59ce0a7b71dc5a71c4864c060cef1bba67ee053f RMD160 (gone-1.3.5.tar.gz) = 269e4316592645b2acbfe3b25fbee378312601a9 SHA512 (gone-1.3.5.tar.gz) = 7a7ad09977a3d94988310622366c5aacc60a5724685fd16a7964f928f102fe533537e83e6212c8ff34c17bac0621807f64ae54b049023df804a43a4ca1dd4c86 Size (gone-1.3.5.tar.gz) = 23800 bytes SHA1 (patch-aa) = 614b5a5a8fac377725b1532d4466f42c5387cfab -SHA1 (patch-ab) = 80f11d24faa5004e7ccb63e5a92d9c7ffca3b6a8 +SHA1 (patch-ab) = 6ff28d42f3c3f58551d0def3454f8a73c0bd4c8d diff --git a/misc/gone/patches/patch-ab b/misc/gone/patches/patch-ab index e7b2a0970815b..07e410df9aad7 100644 --- a/misc/gone/patches/patch-ab +++ b/misc/gone/patches/patch-ab @@ -1,7 +1,18 @@ -$NetBSD: patch-ab,v 1.1 2009/02/16 18:29:53 joerg Exp $ +$NetBSD: patch-ab,v 1.2 2016/03/30 09:25:53 jperkin Exp $ ---- Makefile.in.orig 2009-02-16 19:26:13.000000000 +0100 +Use PKGMANDIR. + +--- Makefile.in.orig 2003-10-13 06:20:56.000000000 +0000 +++ Makefile.in +@@ -20,7 +20,7 @@ exec_prefix = ${prefix} + bindir = ${exec_prefix}/bin + binpath = ${bindir}/gone + +-mandir = ${prefix}/man/man1 ++mandir = ${prefix}/${PKGMANDIR}/man1 + manext = 1 + + CFLAGS=@CFLAGS@ @@ -44,9 +44,8 @@ gone.1: -e s+_BINPATH_+${binpath}+g gone.man > gone.${manext} diff --git a/misc/iwatch/DESCR b/misc/iwatch/DESCR new file mode 100644 index 0000000000000..31d4e7bb8d334 --- /dev/null +++ b/misc/iwatch/DESCR @@ -0,0 +1,2 @@ +iwatch is a program to watch the given command's output periodically and +watch the output change. diff --git a/misc/iwatch/Makefile b/misc/iwatch/Makefile new file mode 100644 index 0000000000000..85e1e1ca316cb --- /dev/null +++ b/misc/iwatch/Makefile @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1 2016/05/06 09:02:36 nonaka Exp $ + +DISTNAME= iwatch-1.0.3 +CATEGORIES= misc +MASTER_SITES= ${MASTER_SITE_GITHUB:=iij/} +GITHUB_TAG= v${PKGVERSION_NOREV} + +MAINTAINER= nonakap@gmail.com +HOMEPAGE= https://github.com/iij/iwatch +COMMENT= Watch the command output with interval timer +LICENSE= 2-clause-bsd + +GNU_CONFIGURE= yes +USE_TOOLS= gmake +MAKE_FILE= GNUmakefile + +.include "../../mk/curses.buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/misc/iwatch/PLIST b/misc/iwatch/PLIST new file mode 100644 index 0000000000000..0a2db8261ac7d --- /dev/null +++ b/misc/iwatch/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1 2016/05/06 09:02:36 nonaka Exp $ +bin/iwatch +man/man1/iwatch.1 diff --git a/misc/iwatch/distinfo b/misc/iwatch/distinfo new file mode 100644 index 0000000000000..2543b8402d0e2 --- /dev/null +++ b/misc/iwatch/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2016/05/06 09:02:36 nonaka Exp $ + +SHA1 (iwatch-1.0.3.tar.gz) = d6147d3a0743113ddca775a58343cc22259b65c6 +RMD160 (iwatch-1.0.3.tar.gz) = cff380aacd2e1813d76aaeddd2bb3afa0999d709 +SHA512 (iwatch-1.0.3.tar.gz) = 58f4816648803a7c090a9a07e8396241ca3f5f53e1d0b80fd25c25cf2186f49a0d53eaffa4e66277e2c3527b892bd52f438a18172b73751533de2413a380cbb9 +Size (iwatch-1.0.3.tar.gz) = 105536 bytes diff --git a/misc/jive/Makefile b/misc/jive/Makefile index 5897e6fcb0635..61a8d32e60805 100644 --- a/misc/jive/Makefile +++ b/misc/jive/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2012/10/08 09:57:25 asau Exp $ +# $NetBSD: Makefile,v 1.22 2016/03/30 12:51:16 jperkin Exp $ DISTNAME= jive-1.1 CATEGORIES= misc @@ -10,7 +10,7 @@ COMMENT= Filter that converts English text to Jive WRKSRC= ${WRKDIR}/jive INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 -USE_TOOLS+= flex +USE_TOOLS+= flex:run do-install: ${INSTALL_PROGRAM} ${WRKSRC}/jive ${DESTDIR}${PREFIX}/bin diff --git a/misc/kchmviewer/Makefile b/misc/kchmviewer/Makefile index 267038a6803fa..398c39d4ad775 100644 --- a/misc/kchmviewer/Makefile +++ b/misc/kchmviewer/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.55 2016/03/05 11:28:55 jperkin Exp $ +# $NetBSD: Makefile,v 1.57 2016/05/07 10:05:21 joerg Exp $ DISTNAME= kchmviewer-7.2.1 -PKGREVISION= 9 +PKGREVISION= 11 CATEGORIES= misc x11 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=kchmviewer/} diff --git a/misc/kchmviewer/distinfo b/misc/kchmviewer/distinfo index 037acaaa0664d..7d7afc06d6533 100644 --- a/misc/kchmviewer/distinfo +++ b/misc/kchmviewer/distinfo @@ -1,7 +1,8 @@ -$NetBSD: distinfo,v 1.13 2015/11/03 23:49:39 agc Exp $ +$NetBSD: distinfo,v 1.14 2016/05/07 10:05:21 joerg Exp $ SHA1 (kchmviewer-7.2.1.tar.gz) = 2234ae47e7915aa673cda7e31efe3569cd6c5ddc RMD160 (kchmviewer-7.2.1.tar.gz) = a8e5c18082eb34d9b76abe783494cdeb6bdad4ca SHA512 (kchmviewer-7.2.1.tar.gz) = 16e742a390ab94d3dd2537d4436cd22b90c759fb7698f0c724f2e234f26668076fba40e7c0084c0ec5360fdf213689ca2497aa069d0b52952930400113b9094b Size (kchmviewer-7.2.1.tar.gz) = 342665 bytes SHA1 (patch-po_kchmviewer_it.po) = beca7d046ed0409c2391660b12de5202160bd623 +SHA1 (patch-src_src.pro) = 05bf035ea3dc8160f570e8ec1f24dd979ddef90f diff --git a/misc/kchmviewer/patches/patch-src_src.pro b/misc/kchmviewer/patches/patch-src_src.pro new file mode 100644 index 0000000000000..d1d963ec6468e --- /dev/null +++ b/misc/kchmviewer/patches/patch-src_src.pro @@ -0,0 +1,10 @@ +$NetBSD: patch-src_src.pro,v 1.1 2016/05/07 10:05:22 joerg Exp $ + +--- src/src.pro.orig 2016-05-06 18:34:34.000000000 +0000 ++++ src/src.pro +@@ -105,3 +105,5 @@ macx-g++: { + linux-g++-32: { + LIBS += -L. + } ++ ++QMAKE_LFLAGS += ${COMPILER_RPATH_FLAG}${X11BASE}/lib diff --git a/misc/kdeedu3/distinfo b/misc/kdeedu3/distinfo index 5bf4d41baac6d..3fd9f0221b0c3 100644 --- a/misc/kdeedu3/distinfo +++ b/misc/kdeedu3/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.45 2015/11/03 23:49:39 agc Exp $ +$NetBSD: distinfo,v 1.46 2016/04/14 11:11:09 jperkin Exp $ SHA1 (kdeedu-3.5.10.tar.bz2) = c43f7bcd9cb7af7c77a78bc0bd7f51c0e572f589 RMD160 (kdeedu-3.5.10.tar.bz2) = 312d0384fbf243d580b0d3d90e3e21b46a117d0d @@ -16,6 +16,7 @@ SHA1 (patch-kbruch_src_fractionbasewidget.cpp) = caf54b0d8bd03b6494e55bee3d4c9c4 SHA1 (patch-kbruch_src_mainqtwidget.cpp) = d312d5ffb9a32ab35cdb01d60f80889e647b265d SHA1 (patch-kbruch_src_ratiowidget.cpp) = a2c4fca8e12cd4c5e5a08267e2966091e0f4b814 SHA1 (patch-kbruch_src_resultwidget.cpp) = b005f0bb7a8ffd58cabf2ea153ec28dd4cbf9643 +SHA1 (patch-kbruch_src_task.cpp) = 3a369cb5d2ee9187629a6f1eecd4d0c4bf8dabbf SHA1 (patch-kbruch_src_taskview.cpp) = 3bd61c8ba28ce35e1b4c174459efbe545b2531ae SHA1 (patch-kbruch_src_taskwidget.cpp) = e31c5cfd937c4df4b7a519ee5edff28fb318587f SHA1 (patch-kiten_dict.h) = 7b6b27dd9935ef3262eb1defc9d84c0884ae6b94 diff --git a/misc/kdeedu3/patches/patch-kbruch_src_task.cpp b/misc/kdeedu3/patches/patch-kbruch_src_task.cpp new file mode 100644 index 0000000000000..cc485f43e0e62 --- /dev/null +++ b/misc/kdeedu3/patches/patch-kbruch_src_task.cpp @@ -0,0 +1,15 @@ +$NetBSD: patch-kbruch_src_task.cpp,v 1.1 2016/04/14 11:11:09 jperkin Exp $ + +Avoid ambiguous overloaded call errors. + +--- kbruch/src/task.cpp.orig 2007-05-14 07:38:52.000000000 +0000 ++++ kbruch/src/task.cpp +@@ -72,7 +72,7 @@ void task::create_task(unsigned int pmax + /* later we must be able to find a main denominator; + * so 2 ^ max_product_length couldn't be bigger than the max. denominator */ + } +- while ((unsigned int) pow(2, max_product_length) > pmax_md); ++ while ((unsigned int) pow((double)2, (double)max_product_length) > pmax_md); + + #ifdef DEBUG + kdDebug() << "2: max_product_length: " << max_product_length << endl; diff --git a/misc/kdepim3/Makefile b/misc/kdepim3/Makefile index 7556dcc43d8e6..68deb6806981f 100644 --- a/misc/kdepim3/Makefile +++ b/misc/kdepim3/Makefile @@ -1,12 +1,15 @@ -# $NetBSD: Makefile,v 1.127 2016/03/05 11:27:51 jperkin Exp $ +# $NetBSD: Makefile,v 1.129 2016/04/30 20:17:24 joerg Exp $ DISTNAME= kdepim-${_KDE_VERSION} -PKGREVISION= 44 +PKGREVISION= 45 CATEGORIES= misc COMMENT= Personal Information Management tools for the KDE desktop .include "../../meta-pkgs/kde3/Makefile.kde3" +# propertiesdialog.cpp:25:10: fatal error: 'akregatorconfig.h' file not found +MAKE_JOBS_SAFE= no + USE_TOOLS+= bison flex gawk bash:run perl:run pkg-config BUILDLINK_API_DEPENDS.gpgme+= gpgme>=0.4.5 diff --git a/misc/kdepim4/Makefile b/misc/kdepim4/Makefile index 06b9261b12ee3..97ab96f1aa51d 100644 --- a/misc/kdepim4/Makefile +++ b/misc/kdepim4/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.76 2016/03/05 11:28:55 jperkin Exp $ +# $NetBSD: Makefile,v 1.77 2016/04/28 07:13:19 markd Exp $ DISTNAME= kdepim-4.14.10 PKGNAME= ${DISTNAME:S/-4/4-4/} -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= misc COMMENT= Personal Information Management tools for the KDE desktop MASTER_SITES= ${MASTER_SITE_KDE:=applications/15.04.3/src/} @@ -74,7 +74,7 @@ BUILDLINK_DEPMETHOD.qt4-tools=full .include "../../security/gpgme/buildlink3.mk" .include "../../security/libassuan2/buildlink3.mk" .include "../../security/qca2/buildlink3.mk" -.include "../../sysutils/baloo/buildlink3.mk" +.include "../../sysutils/libbaloo4/buildlink3.mk" .include "../../sysutils/desktop-file-utils/desktopdb.mk" .include "../../x11/kdelibs4/buildlink3.mk" .include "../../x11/kde-runtime4/buildlink3.mk" diff --git a/misc/koffice/Makefile b/misc/koffice/Makefile index e2608a24c73cc..87349d78bcbc3 100644 --- a/misc/koffice/Makefile +++ b/misc/koffice/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.176 2016/03/05 11:28:56 jperkin Exp $ +# $NetBSD: Makefile,v 1.177 2016/03/22 18:57:04 joerg Exp $ DISTNAME= koffice-1.6.3 PKGREVISION= 67 @@ -11,6 +11,7 @@ HOMEPAGE= http://www.koffice.org/ COMMENT= KDE Office Suite LICENSE= gnu-gpl-v2 AND gnu-lgpl-v2 +# moc use is not serialised with all consumers MAKE_JOBS_SAFE= no PATCH_SITES= ftp://ftp.kde.org/pub/kde/security_patches/ diff --git a/misc/libreoffice/Makefile b/misc/libreoffice/Makefile index 3c3d5866390eb..cdd8a528ed4b3 100644 --- a/misc/libreoffice/Makefile +++ b/misc/libreoffice/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.75 2016/03/11 10:23:42 ryoon Exp $ +# $NetBSD: Makefile,v 1.78 2016/04/15 14:42:52 wiz Exp $ -VERREL= 5.1.1 -VERRC= 3 +VERREL= 5.1.2 +VERRC= 2 VER= ${VERREL}.${VERRC} DISTNAME= libreoffice-${VER} +PKGREVISION= 2 CATEGORIES= misc MASTER_SITES= http://download.documentfoundation.org/libreoffice/src/${VERREL}/ EXTRACT_SUFX= .tar.xz diff --git a/misc/libreoffice/PLIST b/misc/libreoffice/PLIST index 896dc657625bd..be081db02145b 100644 --- a/misc/libreoffice/PLIST +++ b/misc/libreoffice/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.9 2016/03/11 10:23:42 ryoon Exp $ +@comment $NetBSD: PLIST,v 1.10 2016/04/08 14:35:26 ryoon Exp $ bin/libreoffice bin/lobase bin/localc @@ -321,6 +321,8 @@ ${PKGNAME}/lib/libreoffice/program/opengl/honeycombFragmentShader.glsl ${PKGNAME}/lib/libreoffice/program/opengl/honeycombGeometryShader.glsl ${PKGNAME}/lib/libreoffice/program/opengl/honeycombVertexShader.glsl ${PKGNAME}/lib/libreoffice/program/opengl/invert50FragmentShader.glsl +${PKGNAME}/lib/libreoffice/program/opengl/lineFragmentShader.glsl +${PKGNAME}/lib/libreoffice/program/opengl/lineVertexShader.glsl ${PKGNAME}/lib/libreoffice/program/opengl/linearGradientFragmentShader.glsl ${PKGNAME}/lib/libreoffice/program/opengl/linearMultiColorGradientFragmentShader.glsl ${PKGNAME}/lib/libreoffice/program/opengl/linearTwoColorGradientFragmentShader.glsl diff --git a/misc/libreoffice/distinfo b/misc/libreoffice/distinfo index 23b0dc0c1f4e2..c2e39b796ecbd 100644 --- a/misc/libreoffice/distinfo +++ b/misc/libreoffice/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.18 2016/03/11 10:23:42 ryoon Exp $ +$NetBSD: distinfo,v 1.19 2016/04/08 14:35:26 ryoon Exp $ SHA1 (libreoffice/0168229624cfac409e766913506961a8-ucpp-1.3.2.tar.gz) = 452eba922e4f41603539c9dc39947d2271e47093 RMD160 (libreoffice/0168229624cfac409e766913506961a8-ucpp-1.3.2.tar.gz) = dbeb7a7f8c89961ca2e544b810345d025561866b @@ -152,22 +152,22 @@ SHA1 (libreoffice/f94d9870737518e3b597f9265f4e9803-libserializer-1.1.6.zip) = 5e RMD160 (libreoffice/f94d9870737518e3b597f9265f4e9803-libserializer-1.1.6.zip) = 575a7daf02efbab9ea972e03a6870f7f13112806 SHA512 (libreoffice/f94d9870737518e3b597f9265f4e9803-libserializer-1.1.6.zip) = c1a15ebbfe817ec79d4b3f1c97d096bf8511737d7d35d97302856ccfb3de14a1cd16bd31000415d9ab24bbd9ef770d37855cee4b819ff0e8fca2f2766920a114 Size (libreoffice/f94d9870737518e3b597f9265f4e9803-libserializer-1.1.6.zip) = 211919 bytes -SHA1 (libreoffice/libreoffice-5.1.1.3.tar.xz) = 6011a91dacb2205a05237ead20b5bd29321a1444 -RMD160 (libreoffice/libreoffice-5.1.1.3.tar.xz) = 69df7092910f9ea170d24dbde7babb49fec555a5 -SHA512 (libreoffice/libreoffice-5.1.1.3.tar.xz) = 5aa5be15732808cce56eeb9274de35c15b31b56995ebbb9dfbfc19be23798576889e7276f42cb95cf9b8b1e0f755943ceb1994525bbbaedc24a28ac3345c6fe6 -Size (libreoffice/libreoffice-5.1.1.3.tar.xz) = 175820100 bytes -SHA1 (libreoffice/libreoffice-dictionaries-5.1.1.3.tar.xz) = 5a232c459605bf9266b3867a7d663ff870e9c27b -RMD160 (libreoffice/libreoffice-dictionaries-5.1.1.3.tar.xz) = c2612c63af68120d2bb0230c6930089d2f7b6205 -SHA512 (libreoffice/libreoffice-dictionaries-5.1.1.3.tar.xz) = 3f30078397160e0b30c8c302e004e66bee69d083b050445f796e9c0cf38db2ae04e3d3722526424b87891c388ecd7fd0f942fe136d61d22cbe4f6a507b3a2eb4 -Size (libreoffice/libreoffice-dictionaries-5.1.1.3.tar.xz) = 38627156 bytes -SHA1 (libreoffice/libreoffice-help-5.1.1.3.tar.xz) = fe2ae43a848a2b81e7e0f322ac82cef38ba61fbd -RMD160 (libreoffice/libreoffice-help-5.1.1.3.tar.xz) = 58a2cbbe42cb068591dad81bd379bd0d869caa05 -SHA512 (libreoffice/libreoffice-help-5.1.1.3.tar.xz) = 2d2400850e0e734df8eb884df2edfabd6dd31c1ef8f43652feca3cc573c1acf6d73716eadf3ded39e2b15f010ec486835830f020aec7b47529064d5cdab4fde0 -Size (libreoffice/libreoffice-help-5.1.1.3.tar.xz) = 1904764 bytes -SHA1 (libreoffice/libreoffice-translations-5.1.1.3.tar.xz) = 07d44fe2e55708e2d1a202d481ef76708f0032ab -RMD160 (libreoffice/libreoffice-translations-5.1.1.3.tar.xz) = 78ce8e84739b7e72277d9bc38b737da5f1547564 -SHA512 (libreoffice/libreoffice-translations-5.1.1.3.tar.xz) = 68db3519b6f113a09e7ead40486acc957e7c54a2020b3aff63d8e2cd019fa9f8b78737d8e7c07471e9e5a7c7ee02eb032c9e4f58664df839f3bef56f432b68bf -Size (libreoffice/libreoffice-translations-5.1.1.3.tar.xz) = 131673020 bytes +SHA1 (libreoffice/libreoffice-5.1.2.2.tar.xz) = 7f8ebce9509ff9a6c9c47159c09983daffbb738f +RMD160 (libreoffice/libreoffice-5.1.2.2.tar.xz) = 2ae9f3d3ff2680a1125f1540b09dd29901eb742f +SHA512 (libreoffice/libreoffice-5.1.2.2.tar.xz) = 0b2d9d2f91b40fc6eda67d9d6a16f95391f985be8ffa43e8f577c42bc0c1228e2c14de4dfbdef808a6edd61985903d5e12e0696ef43f522e78ee123c1d5f01e8 +Size (libreoffice/libreoffice-5.1.2.2.tar.xz) = 173763036 bytes +SHA1 (libreoffice/libreoffice-dictionaries-5.1.2.2.tar.xz) = 4b5f24eeed0e5f9ade9e46cf2b25ab7552e18162 +RMD160 (libreoffice/libreoffice-dictionaries-5.1.2.2.tar.xz) = ac0767d40f8100ef20ad466703fd1d183322cc6f +SHA512 (libreoffice/libreoffice-dictionaries-5.1.2.2.tar.xz) = b74d1ac8c43610eeb70138fc995d638fb33b55f238bfffc3885093e377dc721cfedd1426c04ceac4d2a419efc927e1d2ba414ff04a95bca20f38645cffdda3a2 +Size (libreoffice/libreoffice-dictionaries-5.1.2.2.tar.xz) = 37535500 bytes +SHA1 (libreoffice/libreoffice-help-5.1.2.2.tar.xz) = 1e7f0de6f58d61b4e12ab48b3f8bd9cecc357cb6 +RMD160 (libreoffice/libreoffice-help-5.1.2.2.tar.xz) = 437f68182c353ac99d1f1b48466b20f8031fa037 +SHA512 (libreoffice/libreoffice-help-5.1.2.2.tar.xz) = 5868e9ec51ac841372cdc8aa7b257082d04269ecd3c2724ddd9f6da36a1a0549eb6bedc2e71a205543f8a23b36df7cebd937a316b22c2be778a1d2f7e4d9df41 +Size (libreoffice/libreoffice-help-5.1.2.2.tar.xz) = 1900736 bytes +SHA1 (libreoffice/libreoffice-translations-5.1.2.2.tar.xz) = 3c094c272f12b5cd54861f294886a97ad0b62b70 +RMD160 (libreoffice/libreoffice-translations-5.1.2.2.tar.xz) = b881bbf7033028eac1cbe72e1d1de5f2a554280d +SHA512 (libreoffice/libreoffice-translations-5.1.2.2.tar.xz) = 01ee739af883530744ca792754ee398b6e41a8def997151e0757a52957cad054a445c505c08fb8fb92eec1a5bedde78085d099128d119d9a30aa25aa1f26a54b +Size (libreoffice/libreoffice-translations-5.1.2.2.tar.xz) = 131600616 bytes SHA1 (patch-bridges_source_cpp__uno_gcc3__linux__x86-64_share.hxx) = e3223111488a6ebabf66ae74c3b6c30095fd2294 SHA1 (patch-configure.ac) = fe603f79587b66fcd56f105330359526384e6e58 SHA1 (patch-solenv_gbuild_AllLangResTarget.mk) = 75af6e02b29bf1dfc619bda9cd5674f19adf2c95 diff --git a/misc/libreoffice4/Makefile b/misc/libreoffice4/Makefile index 2e634b47329f2..b8fd7780ad558 100644 --- a/misc/libreoffice4/Makefile +++ b/misc/libreoffice4/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.90 2016/03/05 11:28:57 jperkin Exp $ +# $NetBSD: Makefile,v 1.92 2016/04/15 14:42:52 wiz Exp $ VERREL= 4.4.7 VERRC= 2 VER= ${VERREL}.${VERRC} DISTNAME= libreoffice-${VER} PKGNAME= libreoffice4-${VER} -PKGREVISION= 3 +PKGREVISION= 5 CATEGORIES= misc MASTER_SITES= http://download.documentfoundation.org/libreoffice/src/${VERREL}/ EXTRACT_SUFX= .tar.xz diff --git a/misc/libreoffice43/Makefile b/misc/libreoffice43/Makefile index 11ce794fa9d58..17e45afa0d270 100644 --- a/misc/libreoffice43/Makefile +++ b/misc/libreoffice43/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.11 2016/03/05 11:28:57 jperkin Exp $ +# $NetBSD: Makefile,v 1.13 2016/04/15 14:42:52 wiz Exp $ VERREL= 4.3.7 VERRC= 2 VER= ${VERREL}.${VERRC} DISTNAME= libreoffice-${VER} PKGNAME= libreoffice43-${VER} -PKGREVISION= 7 +PKGREVISION= 9 CATEGORIES= misc MASTER_SITES= http://download.documentfoundation.org/libreoffice/src/${VERREL}/ EXTRACT_SUFX= .tar.xz diff --git a/misc/mousetweaks/Makefile b/misc/mousetweaks/Makefile index 2e9d6ddf41a77..d616976a4f468 100644 --- a/misc/mousetweaks/Makefile +++ b/misc/mousetweaks/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.56 2016/03/05 11:28:57 jperkin Exp $ +# $NetBSD: Makefile,v 1.58 2016/05/03 11:40:04 prlw1 Exp $ # DISTNAME= mousetweaks-2.32.1 -PKGREVISION= 4 +PKGREVISION= 6 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_GNOME:=sources/mousetweaks/2.32/} diff --git a/misc/multitail/Makefile b/misc/multitail/Makefile index 9f089e95be473..eef1bd6fbd528 100644 --- a/misc/multitail/Makefile +++ b/misc/multitail/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2016/02/25 15:35:31 jperkin Exp $ +# $NetBSD: Makefile,v 1.26 2016/03/30 09:23:40 jperkin Exp $ # DISTNAME= multitail-4.0.6 @@ -23,7 +23,8 @@ LDFLAGS.SunOS+= -lsocket -lnsl do-install: ${INSTALL_PROGRAM} ${WRKSRC:Q}/multitail ${DESTDIR}${PREFIX:Q}/bin/ - ${INSTALL_MAN} ${WRKSRC:Q}/multitail.1 ${DESTDIR}${PREFIX:Q}/man/man1/ + ${INSTALL_MAN} ${WRKSRC:Q}/multitail.1 \ + ${DESTDIR}${PREFIX:Q}/${PKGMANDIR}/man1/ ${INSTALL_DATA} ${WRKSRC:Q}/multitail.conf \ ${DESTDIR}${PREFIX:Q}/share/examples/multitail/ cd ${WRKSRC:Q} && ${INSTALL_DATA} *.txt manual*.html \ diff --git a/misc/ocaml-cudf/Makefile b/misc/ocaml-cudf/Makefile index 319e15dc07fad..6e10162b73305 100644 --- a/misc/ocaml-cudf/Makefile +++ b/misc/ocaml-cudf/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.4 2016/02/06 12:10:33 jaapb Exp $ +# $NetBSD: Makefile,v 1.6 2016/05/06 22:31:36 wiz Exp $ DISTNAME= cudf-0.7 PKGNAME= ocaml-${DISTNAME} -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= misc MASTER_SITES= https://gforge.inria.fr/frs/download.php/file/33593/ @@ -25,5 +25,6 @@ BUILD_TARGET+= opt .endif .include "../../devel/ocaml-extlib/buildlink3.mk" +.include "../../devel/ocamlbuild/buildlink3.mk" .include "../../lang/camlp4/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/misc/ocaml-opam/Makefile b/misc/ocaml-opam/Makefile index e0cf20a0f8d59..c0f64f083f37d 100644 --- a/misc/ocaml-opam/Makefile +++ b/misc/ocaml-opam/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.6 2016/03/05 11:28:57 jperkin Exp $ +# $NetBSD: Makefile,v 1.7 2016/05/05 11:45:40 jaapb Exp $ VERSION= 1.2.0 PKGNAME= ocaml-opam-${VERSION} DISTNAME= ${VERSION} DIST_SUBDIR= ocaml-opam -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= misc MASTER_SITES= https://github.com/ocaml/opam/archive/ diff --git a/misc/openoffice3/Makefile b/misc/openoffice3/Makefile index 7cc93f02b1732..b6737e00d1360 100644 --- a/misc/openoffice3/Makefile +++ b/misc/openoffice3/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.114 2016/03/05 11:28:57 jperkin Exp $ +# $NetBSD: Makefile,v 1.115 2016/04/11 19:01:57 ryoon Exp $ OO_VER= 3.1.1 OO_TAG= OOO310_m19 DISTNAME= openoffice-${OO_VER} PKGNAME= openoffice3-${OO_VER} -PKGREVISION= 67 +PKGREVISION= 68 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_OPENOFFICE:=stable/${OO_VER}/} DIST_SUBDIR= ${DISTNAME} diff --git a/misc/p5-Business-ISBN-Data/Makefile b/misc/p5-Business-ISBN-Data/Makefile index 27afdcf22b680..5ee964a65d828 100644 --- a/misc/p5-Business-ISBN-Data/Makefile +++ b/misc/p5-Business-ISBN-Data/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.25 2015/12/27 23:46:26 wiz Exp $ +# $NetBSD: Makefile,v 1.26 2016/05/03 10:54:56 wiz Exp $ DISTNAME= Business-ISBN-Data-20140910.003 PKGNAME= p5-${DISTNAME} CATEGORIES= misc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Business/} -MAINTAINER= rhaen@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Business-ISBN-Data/ COMMENT= Data for the p5-Business-ISBN package LICENSE= ${PERL5_LICENSE} diff --git a/misc/p5-Business-ISBN/Makefile b/misc/p5-Business-ISBN/Makefile index 126142c856181..8edfcd2e6f210 100644 --- a/misc/p5-Business-ISBN/Makefile +++ b/misc/p5-Business-ISBN/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.35 2015/12/30 11:07:08 wiz Exp $ +# $NetBSD: Makefile,v 1.36 2016/05/03 10:54:56 wiz Exp $ DISTNAME= Business-ISBN-2.010 PKGNAME= p5-${DISTNAME} CATEGORIES= misc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Business/} -MAINTAINER= rhaen@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Business-ISBN/ COMMENT= Perl5 module to work with International Standard Book Numbers (ISBNs) LICENSE= ${PERL5_LICENSE} diff --git a/misc/py-anita/Makefile b/misc/py-anita/Makefile index ca8f54132954d..11c228b10a9c1 100644 --- a/misc/py-anita/Makefile +++ b/misc/py-anita/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.39 2015/12/25 13:29:16 ryoon Exp $ +# $NetBSD: Makefile,v 1.40 2016/04/21 13:40:04 jperkin Exp $ DISTNAME= anita-1.39 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -17,6 +17,11 @@ USE_LANGUAGES= #none PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 1.34 +SUBST_CLASSES+= manpath +SUBST_STAGE.manpath= pre-configure +SUBST_FILES.manpath= setup.py +SUBST_SED.manpath= -e 's,man/,${PKGMANDIR}/,g' + .include "options.mk" .include "../../lang/python/distutils.mk" .include "../../mk/bsd.pkg.mk" diff --git a/misc/py-anki2/Makefile b/misc/py-anki2/Makefile index f245fd12cc043..af2c22e42b742 100644 --- a/misc/py-anki2/Makefile +++ b/misc/py-anki2/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.30 2015/12/05 21:25:50 adam Exp $ +# $NetBSD: Makefile,v 1.32 2016/04/13 18:18:11 wiz Exp $ -DISTNAME= anki-2.0.33 +DISTNAME= anki-2.0.36 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:C/anki/anki2/} CATEGORIES= misc x11 MASTER_SITES= http://ankisrs.net/download/mirror/ diff --git a/misc/py-anki2/distinfo b/misc/py-anki2/distinfo index e2f006bd61078..6c44b0854721b 100644 --- a/misc/py-anki2/distinfo +++ b/misc/py-anki2/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.26 2015/11/04 17:41:20 agc Exp $ +$NetBSD: distinfo,v 1.28 2016/04/13 18:18:11 wiz Exp $ -SHA1 (anki-2.0.33.tgz) = 74bc8c6bd14781777c832ab677a9be11634177a3 -RMD160 (anki-2.0.33.tgz) = 182449f10e620f7e52c840d90ecea872b343bc35 -SHA512 (anki-2.0.33.tgz) = ac2df1ac94e5aa4cc04c17d41b8f96788b5f321860bc20b4a167d5ee0161ca4f7f586fda08ac9910a706ec3e7d1bd692d2e74f3de56997c9ce480122396e0d6d -Size (anki-2.0.33.tgz) = 3376646 bytes +SHA1 (anki-2.0.36.tgz) = 5eb63155ce798fdfd12990d3985ee0e43666b86f +RMD160 (anki-2.0.36.tgz) = fab40ec7c5295ffa7808ef7f34ed2613f5b66f08 +SHA512 (anki-2.0.36.tgz) = 34ef4c06a21c786d9a82f41bd2bc8308a12860f17d0cbb45466ac7f0e3867b669f8bae65442bb74af51ad906393b790b049c82f2bfa0871cb465d96dd057e147 +Size (anki-2.0.36.tgz) = 3410538 bytes SHA1 (patch-Makefile) = 7148ed542b1f1be4e75274a82fda4863bf40f861 diff --git a/misc/qterm/distinfo b/misc/qterm/distinfo index c6cf0e8c43da4..fd7c88487dedf 100644 --- a/misc/qterm/distinfo +++ b/misc/qterm/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.7 2015/11/03 23:49:48 agc Exp $ +$NetBSD: distinfo,v 1.8 2016/04/21 16:11:16 jperkin Exp $ SHA1 (qterm-ac-1.0.tar.gz) = 2603f57265f62b144418ff4a283fc3454f9dcb4c RMD160 (qterm-ac-1.0.tar.gz) = 6234e96caff468ba5dd13babb6a0b2e33dcbd3d4 SHA512 (qterm-ac-1.0.tar.gz) = 3bbebf368e654cf080d0344d2c010a5656237a9641e54da9f7c15e2f5dd940ca89010ad2b8daafb84e6fe5938921b76b0414e77d710f1006f0d3b16465edaf37 Size (qterm-ac-1.0.tar.gz) = 42415 bytes -SHA1 (patch-aa) = f4909ffb2d7729b264e796f6083a71f284d1884e +SHA1 (patch-aa) = c4ea95bc88749f71c6b54ff7bf1721cde4154310 SHA1 (patch-ab) = 49c741feed2bab08084fba6c9880a4e29e2db62c diff --git a/misc/qterm/patches/patch-aa b/misc/qterm/patches/patch-aa index c5838b2a01eec..a93b36057b4f2 100644 --- a/misc/qterm/patches/patch-aa +++ b/misc/qterm/patches/patch-aa @@ -1,8 +1,8 @@ -$NetBSD: patch-aa,v 1.2 2007/08/31 21:50:50 agc Exp $ +$NetBSD: patch-aa,v 1.3 2016/04/21 16:11:16 jperkin Exp $ ---- Makefile.in.orig 1997-04-11 14:13:32.000000000 +0100 -+++ Makefile.in 2007-08-31 12:44:39.000000000 +0100 -@@ -22,7 +22,8 @@ +--- Makefile.in.orig 1997-04-11 13:13:32.000000000 +0000 ++++ Makefile.in +@@ -22,9 +22,10 @@ prefix=@prefix@ exec_prefix=@exec_prefix@ BINDIR=$(exec_prefix)/bin LIBDIR=$(exec_prefix)/lib @@ -10,9 +10,12 @@ $NetBSD: patch-aa,v 1.2 2007/08/31 21:50:50 agc Exp $ +ETCDIR=@sysconfdir@ +EGDIR=@datadir@/examples/qterm INCDIR=$(prefix)/include - MANDIR=$(prefix)/man +-MANDIR=$(prefix)/man ++MANDIR=$(prefix)/${PKGMANDIR} -@@ -53,10 +54,10 @@ + INSTALL= @INSTALL@ + INSTALL_DATA= @INSTALL_DATA@ +@@ -53,10 +54,10 @@ qterm.1: qterm.1.in $(SED) 's;qterm_etcdir;$(ETCDIR);g' < qterm.1.in > qterm.1 install: qterm qtermtab qterm.1 diff --git a/misc/rocs/Makefile b/misc/rocs/Makefile index 857275619d5d3..160b5ab07889b 100644 --- a/misc/rocs/Makefile +++ b/misc/rocs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.39 2016/03/05 11:28:58 jperkin Exp $ +# $NetBSD: Makefile,v 1.40 2016/05/07 10:06:40 joerg Exp $ DISTNAME= rocs-${_KDE_VERSION} PKGREVISION= 5 @@ -9,6 +9,11 @@ COMMENT= KDE graph theory IDE CMAKE_ARGS+= -DKDE4_BUILD_TESTS:BOOL=OFF +.include "../../mk/compiler.mk" +.if !empty(PKGSRC_COMPILER:Mclang) || !empty(PKGSRC_COMPILER:Mgcc) +CXXFLAGS+= -std=c++11 +.endif + .include "../../meta-pkgs/kde4/kde4.mk" .include "../../devel/boost-libs/buildlink3.mk" diff --git a/misc/rocs/distinfo b/misc/rocs/distinfo index dfdec9a22884e..962003a92fd5f 100644 --- a/misc/rocs/distinfo +++ b/misc/rocs/distinfo @@ -1,7 +1,8 @@ -$NetBSD: distinfo,v 1.11 2015/11/03 23:49:48 agc Exp $ +$NetBSD: distinfo,v 1.12 2016/05/07 10:06:40 joerg Exp $ SHA1 (rocs-4.14.3.tar.xz) = a6fac0cee375f8bdb8c9241bde4bf9dda0f38704 RMD160 (rocs-4.14.3.tar.xz) = c148e7720239043b21d112ac32bfa47ca88accd0 SHA512 (rocs-4.14.3.tar.xz) = f0c1d35fcd17473459a3f63ce731c3cf27da51d64b53383f1c4ff280e8df256b80c2797e0c9012cad92601e2155f3e79118a8b8af20af2b3ce10c7ab40ca9d53 Size (rocs-4.14.3.tar.xz) = 1146328 bytes +SHA1 (patch-RocsCore_DataStructures_Graph_GraphStructure.cpp) = 21b7e84ba223e120e01fd8eebf2393db28d23152 SHA1 (patch-RocsCore_LoadSave_Plugins_CMakeLists.txt) = ae4d15f9aa8fc2f19715db544a15ddbc2f0d98fb diff --git a/misc/rocs/patches/patch-RocsCore_DataStructures_Graph_GraphStructure.cpp b/misc/rocs/patches/patch-RocsCore_DataStructures_Graph_GraphStructure.cpp new file mode 100644 index 0000000000000..f9e191c0135d3 --- /dev/null +++ b/misc/rocs/patches/patch-RocsCore_DataStructures_Graph_GraphStructure.cpp @@ -0,0 +1,25 @@ +$NetBSD: patch-RocsCore_DataStructures_Graph_GraphStructure.cpp,v 1.1 2016/05/07 10:06:40 joerg Exp $ + +Don't force the argument types for std::make_pair, GCC 4.8 has problems +figuring out the correct invocation. + +--- RocsCore/DataStructures/Graph/GraphStructure.cpp.orig 2016-05-06 17:05:52.000000000 +0000 ++++ RocsCore/DataStructures/Graph/GraphStructure.cpp +@@ -323,7 +323,7 @@ QMap Rocs::GraphStr + counter = 0; + foreach(PointerPtr p, pointerListAll) { + edges[counter] = Edge(node_mapping[p->from()->identifier()], node_mapping[p->to()->identifier()]); +- edge_mapping[std::make_pair < int, int > (node_mapping[p->from()->identifier()], node_mapping[p->to()->identifier()])] = p; ++ edge_mapping[std::make_pair(node_mapping[p->from()->identifier()], node_mapping[p->to()->identifier()])] = p; + if (!p->property("value").toString().isEmpty()) { + weights[counter] = p->property("value").toDouble(); + } else { +@@ -333,7 +333,7 @@ QMap Rocs::GraphStr + // if graph is directed, also add back-edges + if (p->direction() == PointerType::Bidirectional) { + edges[counter] = Edge(node_mapping[p->to()->identifier()], node_mapping[p->from()->identifier()]); +- edge_mapping[std::make_pair< int, int >(node_mapping[p->to()->identifier()], node_mapping[p->from()->identifier()])] = p; ++ edge_mapping[std::make_pair(node_mapping[p->to()->identifier()], node_mapping[p->from()->identifier()])] = p; + if (!p->property("value").toString().isEmpty()) { + weights[counter] = p->property("value").toDouble(); + } else { diff --git a/misc/ruby-commander/Makefile b/misc/ruby-commander/Makefile index e90788c2af28a..8c773191d84dd 100644 --- a/misc/ruby-commander/Makefile +++ b/misc/ruby-commander/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.13 2015/09/13 14:42:34 taca Exp $ +# $NetBSD: Makefile,v 1.14 2016/03/15 14:26:24 taca Exp $ -DISTNAME= commander-4.3.5 +DISTNAME= commander-4.4.0 CATEGORIES= misc MAINTAINER= tonnerre@NetBSD.org diff --git a/misc/ruby-commander/distinfo b/misc/ruby-commander/distinfo index ce0d83418cc36..f2c57ca4a9e5a 100644 --- a/misc/ruby-commander/distinfo +++ b/misc/ruby-commander/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.14 2015/11/03 23:49:49 agc Exp $ +$NetBSD: distinfo,v 1.15 2016/03/15 14:26:24 taca Exp $ -SHA1 (commander-4.3.5.gem) = 07da0b566ec38ec03a715fa175c9e040b32d1727 -RMD160 (commander-4.3.5.gem) = 95f497c971718ada9261dc3ac6ffc7f9b3b06447 -SHA512 (commander-4.3.5.gem) = a6bdf476c60636883bde58f5915cc08cd858093ad19143617d7cd72a523adb6bf2c72539ce2de469520624bc1d387c5ba44de4577d174f00b03eaf684ffa3966 -Size (commander-4.3.5.gem) = 35328 bytes +SHA1 (commander-4.4.0.gem) = b36286dff459c1f5602eafc74a7863603cc451ba +RMD160 (commander-4.4.0.gem) = 70ede67cc32ac665003268936fda2a51ce62dca8 +SHA512 (commander-4.4.0.gem) = e417c68c83041a088ec8d7e5202ac733b2a80699d1e15ca1612a904327833dce9ad788a9523ebe2c83f4e509001e93283745378ab5ca5aee15072690ca51d530 +Size (commander-4.4.0.gem) = 35840 bytes diff --git a/misc/ruby-hashie1/DESCR b/misc/ruby-hashie1/DESCR deleted file mode 100644 index 2f774cbeed194..0000000000000 --- a/misc/ruby-hashie1/DESCR +++ /dev/null @@ -1,2 +0,0 @@ -Hashie is a small collection of tools that make hashes more powerful. -Currently includes Mash (Mocking Hash) and Dash (Discrete Hash). diff --git a/misc/ruby-hashie1/Makefile b/misc/ruby-hashie1/Makefile deleted file mode 100644 index 18fc16375a7b9..0000000000000 --- a/misc/ruby-hashie1/Makefile +++ /dev/null @@ -1,18 +0,0 @@ -# $NetBSD: Makefile,v 1.1 2015/02/04 14:02:40 taca Exp $ -# - -DISTNAME= hashie-1.2.0 -PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/hashie/hashie1/} -CATEGORIES= misc - -MAINTAINER= tsutsui@NetBSD.org -HOMEPAGE= https://github.com/intridea/hashie -COMMENT= Small collection of tools that make hashes more powerful - - -LICENSE= mit - -USE_LANGUAGES= # none - -.include "../../lang/ruby/gem.mk" -.include "../../mk/bsd.pkg.mk" diff --git a/misc/ruby-hashie1/PLIST b/misc/ruby-hashie1/PLIST deleted file mode 100644 index 122ecfb2eb3c5..0000000000000 --- a/misc/ruby-hashie1/PLIST +++ /dev/null @@ -1,29 +0,0 @@ -@comment $NetBSD: PLIST,v 1.1 2015/02/04 14:02:40 taca Exp $ -${GEM_HOME}/cache/${GEM_NAME}.gem -${GEM_LIBDIR}/.document -${GEM_LIBDIR}/.gitignore -${GEM_LIBDIR}/.rspec -${GEM_LIBDIR}/.travis.yml -${GEM_LIBDIR}/Gemfile -${GEM_LIBDIR}/Gemfile.lock -${GEM_LIBDIR}/Guardfile -${GEM_LIBDIR}/LICENSE -${GEM_LIBDIR}/README.rdoc -${GEM_LIBDIR}/Rakefile -${GEM_LIBDIR}/hashie.gemspec -${GEM_LIBDIR}/lib/hashie.rb -${GEM_LIBDIR}/lib/hashie/clash.rb -${GEM_LIBDIR}/lib/hashie/dash.rb -${GEM_LIBDIR}/lib/hashie/hash.rb -${GEM_LIBDIR}/lib/hashie/hash_extensions.rb -${GEM_LIBDIR}/lib/hashie/mash.rb -${GEM_LIBDIR}/lib/hashie/trash.rb -${GEM_LIBDIR}/lib/hashie/version.rb -${GEM_LIBDIR}/spec/hashie/clash_spec.rb -${GEM_LIBDIR}/spec/hashie/dash_spec.rb -${GEM_LIBDIR}/spec/hashie/hash_spec.rb -${GEM_LIBDIR}/spec/hashie/mash_spec.rb -${GEM_LIBDIR}/spec/hashie/trash_spec.rb -${GEM_LIBDIR}/spec/spec.opts -${GEM_LIBDIR}/spec/spec_helper.rb -${GEM_HOME}/specifications/${GEM_NAME}.gemspec diff --git a/misc/ruby-hashie1/distinfo b/misc/ruby-hashie1/distinfo deleted file mode 100644 index 9748f332bde3f..0000000000000 --- a/misc/ruby-hashie1/distinfo +++ /dev/null @@ -1,6 +0,0 @@ -$NetBSD: distinfo,v 1.2 2015/11/03 23:49:50 agc Exp $ - -SHA1 (hashie-1.2.0.gem) = 0c716b850926cfedf018eef0b7ad6b35c8c9af9b -RMD160 (hashie-1.2.0.gem) = e3ada67027f7195dc60ce06956bcc1e0d574cc32 -SHA512 (hashie-1.2.0.gem) = d036833d098813e2135a4c7936ec1a983c74760852570c8ed45dd82ef1460c1ddb3f743477071ecd1e3f44d64546947328a5a98901694fde5d98d9f18f969ddf -Size (hashie-1.2.0.gem) = 15872 bytes diff --git a/misc/ruby-ohai/Makefile b/misc/ruby-ohai/Makefile index e37c2d7bdb492..7ad96cf0e1508 100644 --- a/misc/ruby-ohai/Makefile +++ b/misc/ruby-ohai/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.12 2015/12/30 04:22:59 taca Exp $ +# $NetBSD: Makefile,v 1.14 2016/03/15 17:12:18 taca Exp $ -DISTNAME= ohai-8.8.1 +DISTNAME= ohai-8.12.1 CATEGORIES= misc MAINTAINER= pkgsrc-users@NetBSD.org @@ -8,7 +8,6 @@ HOMEPAGE= https://github.com/opscode/ohai COMMENT= Ohai profiles your system and emits JSON LICENSE= apache-2.0 -DEPENDS+= ${RUBY_PKGPREFIX}-mime-types>=3.0<4:../../mail/ruby-mime-types DEPENDS+= ${RUBY_PKGPREFIX}-systemu>=2.6.4<2.7:../../misc/ruby-systemu DEPENDS+= ${RUBY_PKGPREFIX}-ffi>=1.9<2:../../devel/ruby-ffi DEPENDS+= ${RUBY_PKGPREFIX}-ffi-yajl>=2.2<3:../../devel/ruby-ffi-yajl @@ -16,8 +15,9 @@ DEPENDS+= ${RUBY_PKGPREFIX}-mixlib-cli>=1.5.0:../../devel/ruby-mixlib-cli DEPENDS+= ${RUBY_PKGPREFIX}-mixlib-config>=2.1.0:../../devel/ruby-mixlib-config DEPENDS+= ${RUBY_PKGPREFIX}-mixlib-log>=1.6.0:../../devel/ruby-mixlib-log DEPENDS+= ${RUBY_PKGPREFIX}-mixlib-shellout>=2.0<3:../../devel/ruby-mixlib-shellout -DEPENDS+= ${RUBY_PKGPREFIX}-wmi-lite>=1.0:../../devel/ruby-wmi-lite +DEPENDS+= ${RUBY_PKGPREFIX}-plist>=0:../../textproc/ruby-plist DEPENDS+= ${RUBY_PKGPREFIX}-ipaddress>=0.8.0:../../net/ruby-ipaddress +DEPENDS+= ${RUBY_PKGPREFIX}-wmi-lite>=1.0:../../devel/ruby-wmi-lite DEPENDS+= ${RUBY_PKGPREFIX}-chef-config<13:../../sysutils/ruby-chef-config RUBYGEM_OPTIONS+= --format-executable diff --git a/misc/ruby-ohai/PLIST b/misc/ruby-ohai/PLIST index 9e2ecdf18d82d..f402c18375d77 100644 --- a/misc/ruby-ohai/PLIST +++ b/misc/ruby-ohai/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 2015/12/13 16:36:11 taca Exp $ +@comment $NetBSD: PLIST,v 1.6 2016/03/15 14:33:26 taca Exp $ bin/ohai${RUBY_SUFFIX} ${GEM_HOME}/cache/${GEM_NAME}.gem ${GEM_LIBDIR}/Gemfile @@ -36,6 +36,7 @@ ${GEM_LIBDIR}/lib/ohai/plugins/aix/filesystem.rb ${GEM_LIBDIR}/lib/ohai/plugins/aix/kernel.rb ${GEM_LIBDIR}/lib/ohai/plugins/aix/memory.rb ${GEM_LIBDIR}/lib/ohai/plugins/aix/network.rb +${GEM_LIBDIR}/lib/ohai/plugins/aix/os.rb ${GEM_LIBDIR}/lib/ohai/plugins/aix/platform.rb ${GEM_LIBDIR}/lib/ohai/plugins/aix/uptime.rb ${GEM_LIBDIR}/lib/ohai/plugins/aix/virtualization.rb @@ -92,6 +93,7 @@ ${GEM_LIBDIR}/lib/ohai/plugins/linux/mdadm.rb ${GEM_LIBDIR}/lib/ohai/plugins/linux/memory.rb ${GEM_LIBDIR}/lib/ohai/plugins/linux/network.rb ${GEM_LIBDIR}/lib/ohai/plugins/linux/platform.rb +${GEM_LIBDIR}/lib/ohai/plugins/linux/sessions.rb ${GEM_LIBDIR}/lib/ohai/plugins/linux/virtualization.rb ${GEM_LIBDIR}/lib/ohai/plugins/lua.rb ${GEM_LIBDIR}/lib/ohai/plugins/mono.rb @@ -110,6 +112,7 @@ ${GEM_LIBDIR}/lib/ohai/plugins/openbsd/network.rb ${GEM_LIBDIR}/lib/ohai/plugins/openbsd/platform.rb ${GEM_LIBDIR}/lib/ohai/plugins/openstack.rb ${GEM_LIBDIR}/lib/ohai/plugins/os.rb +${GEM_LIBDIR}/lib/ohai/plugins/packages.rb ${GEM_LIBDIR}/lib/ohai/plugins/passwd.rb ${GEM_LIBDIR}/lib/ohai/plugins/perl.rb ${GEM_LIBDIR}/lib/ohai/plugins/php.rb @@ -162,17 +165,22 @@ ${GEM_LIBDIR}/spec/data/plugins/___lib___libc.so.6.output ${GEM_LIBDIR}/spec/data/plugins/cc.output ${GEM_LIBDIR}/spec/data/plugins/cl.output ${GEM_LIBDIR}/spec/data/plugins/devenv.com.output +${GEM_LIBDIR}/spec/data/plugins/dpkg-query.output ${GEM_LIBDIR}/spec/data/plugins/env.output ${GEM_LIBDIR}/spec/data/plugins/erl.output ${GEM_LIBDIR}/spec/data/plugins/gcc.output ${GEM_LIBDIR}/spec/data/plugins/groovy.output ${GEM_LIBDIR}/spec/data/plugins/java.output +${GEM_LIBDIR}/spec/data/plugins/lslpp.output ${GEM_LIBDIR}/spec/data/plugins/lua.output ${GEM_LIBDIR}/spec/data/plugins/messages.rb ${GEM_LIBDIR}/spec/data/plugins/node.output ${GEM_LIBDIR}/spec/data/plugins/perl.output ${GEM_LIBDIR}/spec/data/plugins/php.output +${GEM_LIBDIR}/spec/data/plugins/pkginfo.output +${GEM_LIBDIR}/spec/data/plugins/pkglist.output ${GEM_LIBDIR}/spec/data/plugins/python.output +${GEM_LIBDIR}/spec/data/plugins/rpmquery.output ${GEM_LIBDIR}/spec/data/plugins/uname.output ${GEM_LIBDIR}/spec/data/plugins/v6message.rb ${GEM_LIBDIR}/spec/data/plugins/v7message.rb @@ -204,6 +212,7 @@ ${GEM_LIBDIR}/spec/unit/plugins/aix/hostname_spec.rb ${GEM_LIBDIR}/spec/unit/plugins/aix/kernel_spec.rb ${GEM_LIBDIR}/spec/unit/plugins/aix/memory_spec.rb ${GEM_LIBDIR}/spec/unit/plugins/aix/network_spec.rb +${GEM_LIBDIR}/spec/unit/plugins/aix/os_spec.rb ${GEM_LIBDIR}/spec/unit/plugins/aix/platform_spec.rb ${GEM_LIBDIR}/spec/unit/plugins/aix/uptime_spec.rb ${GEM_LIBDIR}/spec/unit/plugins/aix/virtualization_spec.rb @@ -247,6 +256,7 @@ ${GEM_LIBDIR}/spec/unit/plugins/java_spec.rb ${GEM_LIBDIR}/spec/unit/plugins/joyent_spec.rb ${GEM_LIBDIR}/spec/unit/plugins/kernel_spec.rb ${GEM_LIBDIR}/spec/unit/plugins/linode_spec.rb +${GEM_LIBDIR}/spec/unit/plugins/linux/block_device_spec.rb ${GEM_LIBDIR}/spec/unit/plugins/linux/cpu_spec.rb ${GEM_LIBDIR}/spec/unit/plugins/linux/filesystem2_spec.rb ${GEM_LIBDIR}/spec/unit/plugins/linux/filesystem_spec.rb @@ -257,6 +267,7 @@ ${GEM_LIBDIR}/spec/unit/plugins/linux/mdadm_spec.rb ${GEM_LIBDIR}/spec/unit/plugins/linux/memory_spec.rb ${GEM_LIBDIR}/spec/unit/plugins/linux/network_spec.rb ${GEM_LIBDIR}/spec/unit/plugins/linux/platform_spec.rb +${GEM_LIBDIR}/spec/unit/plugins/linux/sessions_spec.rb ${GEM_LIBDIR}/spec/unit/plugins/linux/uptime_spec.rb ${GEM_LIBDIR}/spec/unit/plugins/linux/virtualization_spec.rb ${GEM_LIBDIR}/spec/unit/plugins/lua_spec.rb @@ -273,6 +284,7 @@ ${GEM_LIBDIR}/spec/unit/plugins/openbsd/kernel_spec.rb ${GEM_LIBDIR}/spec/unit/plugins/openbsd/platform_spec.rb ${GEM_LIBDIR}/spec/unit/plugins/openstack_spec.rb ${GEM_LIBDIR}/spec/unit/plugins/os_spec.rb +${GEM_LIBDIR}/spec/unit/plugins/packages_spec.rb ${GEM_LIBDIR}/spec/unit/plugins/passwd_spec.rb ${GEM_LIBDIR}/spec/unit/plugins/perl_spec.rb ${GEM_LIBDIR}/spec/unit/plugins/php_spec.rb diff --git a/misc/ruby-ohai/distinfo b/misc/ruby-ohai/distinfo index d8b93a6369945..78510c21b39c6 100644 --- a/misc/ruby-ohai/distinfo +++ b/misc/ruby-ohai/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.8 2015/12/13 16:36:11 taca Exp $ +$NetBSD: distinfo,v 1.10 2016/03/15 17:12:18 taca Exp $ -SHA1 (ohai-8.8.1.gem) = 953f83419e42c43778f01e8104d91437999f21e5 -RMD160 (ohai-8.8.1.gem) = 5facbeab166c8e17920ff058fbdb0a00feb4da58 -SHA512 (ohai-8.8.1.gem) = b76ac537369f9339801998427ec33d399786b160de0fc83588842bd296674acc48268ab1b437b3e162fbbaef738447259e6d1ac2981ec99fd8af7326bab97788 -Size (ohai-8.8.1.gem) = 475648 bytes +SHA1 (ohai-8.12.1.gem) = ac14e2b68fe509387b62959d7fd23f496c20477b +RMD160 (ohai-8.12.1.gem) = e03e0e789e718d64987ab8b9d963f64e19420f63 +SHA512 (ohai-8.12.1.gem) = dc70546c859f0d28a394c13d2791646f4922c8036b89f353f735ac9f2d1f79a3bf8c45eafeaef47b4afdc896011b282f57431ab132a753ab13e983174ab15e2a +Size (ohai-8.12.1.gem) = 507904 bytes diff --git a/misc/ruby-parallel/Makefile b/misc/ruby-parallel/Makefile index 12c5f1d00be68..3b7d18b4fa750 100644 --- a/misc/ruby-parallel/Makefile +++ b/misc/ruby-parallel/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.7 2015/09/13 14:49:30 taca Exp $ +# $NetBSD: Makefile,v 1.8 2016/03/15 14:36:48 taca Exp $ # -DISTNAME= parallel-1.6.1 +DISTNAME= parallel-1.6.2 CATEGORIES= misc MAINTAINER= tsutsui@NetBSD.org diff --git a/misc/ruby-parallel/distinfo b/misc/ruby-parallel/distinfo index 7dcf874b8803b..09d4afcd0a69e 100644 --- a/misc/ruby-parallel/distinfo +++ b/misc/ruby-parallel/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.8 2015/11/03 23:49:50 agc Exp $ +$NetBSD: distinfo,v 1.9 2016/03/15 14:36:48 taca Exp $ -SHA1 (parallel-1.6.1.gem) = a0bfbedeaa0050ba23553d97bf90f3c62dd446bf -RMD160 (parallel-1.6.1.gem) = 68b7f3c1fa67b25a8679ad5ef96896570d360c0b -SHA512 (parallel-1.6.1.gem) = 4bbad1af4c7e0ded78d6a46aaeed7732631ead757ea91e468a95b7c74576c403a1acd0a888b1293853dbba0e9823d085247ce957c202ca0ad079dec4d1778229 -Size (parallel-1.6.1.gem) = 8704 bytes +SHA1 (parallel-1.6.2.gem) = 61a731bdc32d6f7680ece8b63d3edb612e6a4d8a +RMD160 (parallel-1.6.2.gem) = b91b1eca9fb773bba2ff6e1a171cc7420da7c6ff +SHA512 (parallel-1.6.2.gem) = 9e704183076f090116804440084a96848a766f53abe27e3870f42fb99f6b10f2a9bf96446aa2bc382e3ba7e1ab562b35beb51f9df423ccc139ad8ce069a512cd +Size (parallel-1.6.2.gem) = 8704 bytes diff --git a/misc/ruby-progressbar/Makefile b/misc/ruby-progressbar/Makefile index a48a61214b759..b96d686683fc7 100644 --- a/misc/ruby-progressbar/Makefile +++ b/misc/ruby-progressbar/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2016/01/24 08:17:45 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2016/03/14 00:59:06 tnn Exp $ DISTNAME= ruby-progressbar-1.7.5 PKGNAME= ${DISTNAME:S/ruby-/${RUBY_PKGPREFIX}-/} @@ -9,7 +9,7 @@ HOMEPAGE= https://github.com/jfelchner/ruby-progressbar COMMENT= Text Progress Bar Library for Ruby LICENSE= mit -RUBY_VERSION_SUPPORTED= 18 200 21 22 23 +RUBY_VERSION_SUPPORTED= 18 21 22 23 .include "../../lang/ruby/gem.mk" .include "../../mk/bsd.pkg.mk" diff --git a/misc/ruby-rainbow/Makefile b/misc/ruby-rainbow/Makefile index 89f0fdca6dc29..66caa3bf12795 100644 --- a/misc/ruby-rainbow/Makefile +++ b/misc/ruby-rainbow/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2015/06/07 16:25:56 taca Exp $ +# $NetBSD: Makefile,v 1.7 2016/03/15 14:38:07 taca Exp $ # -DISTNAME= rainbow-2.0.0 +DISTNAME= rainbow-2.1.0 CATEGORIES= misc MAINTAINER= tsutsui@NetBSD.org diff --git a/misc/ruby-rainbow/PLIST b/misc/ruby-rainbow/PLIST index fc8b9f6738959..f1872cc59f51c 100644 --- a/misc/ruby-rainbow/PLIST +++ b/misc/ruby-rainbow/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2014/01/17 18:16:27 tsutsui Exp $ +@comment $NetBSD: PLIST,v 1.3 2016/03/15 14:38:07 taca Exp $ ${GEM_HOME}/cache/${GEM_NAME}.gem ${GEM_LIBDIR}/.gitignore ${GEM_LIBDIR}/.rubocop.yml @@ -19,6 +19,7 @@ ${GEM_LIBDIR}/lib/rainbow/presenter.rb ${GEM_LIBDIR}/lib/rainbow/string_utils.rb ${GEM_LIBDIR}/lib/rainbow/version.rb ${GEM_LIBDIR}/lib/rainbow/wrapper.rb +${GEM_LIBDIR}/lib/rainbow/x11_color_names.rb ${GEM_LIBDIR}/rainbow.gemspec ${GEM_LIBDIR}/spec/integration/instance_spec.rb ${GEM_LIBDIR}/spec/integration/rainbow_spec.rb diff --git a/misc/ruby-rainbow/distinfo b/misc/ruby-rainbow/distinfo index aa386af8d6629..cdad45c4db595 100644 --- a/misc/ruby-rainbow/distinfo +++ b/misc/ruby-rainbow/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.4 2015/11/03 23:49:51 agc Exp $ +$NetBSD: distinfo,v 1.5 2016/03/15 14:38:07 taca Exp $ -SHA1 (rainbow-2.0.0.gem) = 284351276893c8b7158dd9f77e575eb254050f4e -RMD160 (rainbow-2.0.0.gem) = 7611712c2ce34d72c6f7fe69210c953f669b3074 -SHA512 (rainbow-2.0.0.gem) = be2c96af48b3e423fd036762f0b496e977727140174e469afd672af0f47c0047a93618b1f792960250b4597da679d31161e29aa412d4ef2f94d8e96102de08ef -Size (rainbow-2.0.0.gem) = 14336 bytes +SHA1 (rainbow-2.1.0.gem) = 29c4e5e2e13d7d542c5f403e2dc36d2f6d183ee7 +RMD160 (rainbow-2.1.0.gem) = b7b73f568899a2485f574cf448bc494fdeb4e7b4 +SHA512 (rainbow-2.1.0.gem) = 22912b0204fa0bc907eb3d58770ff5841e1649b6da23b09652cbc62c570668fdb579e5e3291038c7dee4ffde9ae35bdd274b5727ee32f8567deff8a6572e41d6 +Size (rainbow-2.1.0.gem) = 17408 bytes diff --git a/misc/rubygems/Makefile b/misc/rubygems/Makefile index cd03b37987ff6..ca800429776b0 100644 --- a/misc/rubygems/Makefile +++ b/misc/rubygems/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.58 2015/01/25 16:13:13 taca Exp $ +# $NetBSD: Makefile,v 1.59 2016/04/10 16:39:28 joerg Exp $ DISTNAME= rubygems-${RUBY_GEMS_PKGSRC_VERS} CATEGORIES= misc ruby @@ -59,9 +59,7 @@ INSTALL_ENV+= GEM_PATH=${DESTDIR}${PREFIX}/${GEM_HOME} INSTALL_TARGET= install INSTALL_TARGET+= --vendor --no-rdoc --no-ri -.if ${_USE_DESTDIR} != "no" INSTALL_TARGET+= --destdir=${DESTDIR:Q} -.endif # rubygem's setup.rb is not the typical setup.rb -- manually run the # command to install. diff --git a/misc/screen/distinfo b/misc/screen/distinfo index ff4dcda7528bb..8cb0da163f036 100644 --- a/misc/screen/distinfo +++ b/misc/screen/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.39 2015/11/03 23:49:52 agc Exp $ +$NetBSD: distinfo,v 1.40 2016/05/02 19:10:40 jperkin Exp $ SHA1 (screen-4.3.1.tar.gz) = a524761504e28480517e338b20c852f2ab100c93 RMD160 (screen-4.3.1.tar.gz) = 9de183f86e36b211d56c35e58598728f332faec9 @@ -10,7 +10,7 @@ SHA1 (patch-ae) = 8792f7877c0a29701d7d0643e93360813ed7db0f SHA1 (patch-ai) = db9f23d31763e44d788af3a44e4ae91b84c87deb SHA1 (patch-aj) = e9996135629085c44867b9264648b2b507e91f98 SHA1 (patch-ak) = 31982e692cabf25be31bd1758fe1aeb1a4787629 -SHA1 (patch-al) = f49e179dd814c826e283949c40497067e56398c4 +SHA1 (patch-al) = 1e5a5be52b9f323f10841df74e25a3d2ba6996ea SHA1 (patch-am) = a721e311e7dde7938de0e9546a7892bfd104ebd1 SHA1 (patch-an) = bda6c65148410a6c9a13afd8ad34f93e33731552 SHA1 (patch-ansi.c) = 4dc3d46b99f99257e341099781a3eda680c6d1c3 diff --git a/misc/screen/patches/patch-al b/misc/screen/patches/patch-al index 81b672614bde5..8246bde48dde7 100644 --- a/misc/screen/patches/patch-al +++ b/misc/screen/patches/patch-al @@ -1,10 +1,10 @@ -$NetBSD: patch-al,v 1.4 2015/02/13 04:44:40 rodent Exp $ +$NetBSD: patch-al,v 1.5 2016/05/02 19:10:40 jperkin Exp $ Make extra calls to remove utmp entries when utmpx is used. For non-login entries we only update utmpx, as it stores more information, and utilities are reading both. ---- utmp.c.orig 2014-04-26 16:22:09.000000000 +0000 +--- utmp.c.orig 2015-06-28 21:37:40.000000000 +0000 +++ utmp.c @@ -48,6 +48,12 @@ extern char *LoginName; extern int real_uid, eff_uid; @@ -39,3 +39,27 @@ more information, and utilities are reading both. if (utmpok && D_loginslot != (slot_t)0 && D_loginslot != (slot_t)-1) { debug1(" logging you in again (slot %#x)\n", (int)D_loginslot); +@@ -631,7 +643,11 @@ int pid; + /* must use temp variable because of NetBSD/sparc64, where + * ut_xtime is long(64) but time_t is int(32) */ + (void)time(&now); ++#ifdef __APPLE__ ++ u->ut_time = now; ++#else + u->ut_tv.tv_sec = now; ++#endif + } + + static slot_t +@@ -743,7 +759,11 @@ int pid; + strncpy(u->ut_line, line, sizeof(u->ut_line)); + strncpy(u->ut_name, user, sizeof(u->ut_name)); + (void)time(&now); ++#ifdef __APPLE__ ++ u->ut_time = now; ++#else + u->ut_tv.tv_sec = now; ++#endif + } + + static slot_t diff --git a/misc/sword/Makefile b/misc/sword/Makefile index 8f36a88c01e1c..b213d6a5f30c9 100644 --- a/misc/sword/Makefile +++ b/misc/sword/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.5 2016/03/05 11:27:51 jperkin Exp $ +# $NetBSD: Makefile,v 1.6 2016/04/11 19:01:36 ryoon Exp $ # DISTNAME= sword-1.7.4 -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= misc MASTER_SITES= http://www.crosswire.org/ftpmirror/pub/sword/source/v1.7/ diff --git a/misc/sword/buildlink3.mk b/misc/sword/buildlink3.mk index 955348e78b592..b955fe57ef68c 100644 --- a/misc/sword/buildlink3.mk +++ b/misc/sword/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.4 2016/03/05 11:27:51 jperkin Exp $ +# $NetBSD: buildlink3.mk,v 1.5 2016/04/11 19:01:36 ryoon Exp $ BUILDLINK_TREE+= sword @@ -6,7 +6,7 @@ BUILDLINK_TREE+= sword SWORD_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.sword+= sword>=1.7.4 -BUILDLINK_ABI_DEPENDS.sword?= sword>=1.7.4nb4 +BUILDLINK_ABI_DEPENDS.sword?= sword>=1.7.4nb5 BUILDLINK_PKGSRCDIR.sword?= ../../misc/sword .include "../../textproc/icu/buildlink3.mk" diff --git a/misc/team/distinfo b/misc/team/distinfo index ad8ce929c786a..5104a22e8fe49 100644 --- a/misc/team/distinfo +++ b/misc/team/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.9 2015/11/03 23:49:52 agc Exp $ +$NetBSD: distinfo,v 1.10 2016/03/30 09:52:28 jperkin Exp $ SHA1 (team-3.1.tar.gz) = e294d0f8e229c0526126e3f99717e9b0096cee1f RMD160 (team-3.1.tar.gz) = 07c9b540944a591b92bcf5021aa044e7c6ddd484 SHA512 (team-3.1.tar.gz) = ca7fcf1b74b2d7fa75a86bbb255f56dd07e828c1a1d1566e044e19d1a798af3b8d74a481c4b54a6efe64fb3c79eb28574b3e12e2303781480bb37572f82e69a1 Size (team-3.1.tar.gz) = 10932 bytes -SHA1 (patch-aa) = 044b6f7e2a1f4d24db0a813a9a0c46a05ca15f69 -SHA1 (patch-ab) = f4ab5b1d2caff6e7786ac8d763edceb06840aace +SHA1 (patch-aa) = 79d240effffe1d5a13e435565ac66e43133c5452 +SHA1 (patch-ab) = 22be35d0f6a9d0cdaf862feadc5a81e6b2319ee4 diff --git a/misc/team/patches/patch-aa b/misc/team/patches/patch-aa index cee14d26bf433..3ead4f5495113 100644 --- a/misc/team/patches/patch-aa +++ b/misc/team/patches/patch-aa @@ -1,4 +1,6 @@ -$NetBSD: patch-aa,v 1.3 2011/08/13 09:09:00 apb Exp $ +$NetBSD: patch-aa,v 1.4 2016/03/30 09:52:28 jperkin Exp $ + +Use pkgsrc layout. --- Makefile.orig 1995-07-01 15:33:24.000000000 +0000 +++ Makefile @@ -22,7 +24,7 @@ $NetBSD: patch-aa,v 1.3 2011/08/13 09:09:00 apb Exp $ -MANI1 =$(MANI)$(M1X)/ +BINDIR= ${PREFIX}/bin -+MANDIR= ${PREFIX}/man ++MANDIR= ${PREFIX}/${PKGMANDIR} -all: team +MANINSTALL= catinstall maninstall diff --git a/misc/team/patches/patch-ab b/misc/team/patches/patch-ab index 4df28e389f883..1db27b33c4c03 100644 --- a/misc/team/patches/patch-ab +++ b/misc/team/patches/patch-ab @@ -1,4 +1,6 @@ -$NetBSD: patch-ab,v 1.7 2013/10/04 18:36:16 joerg Exp $ +$NetBSD: patch-ab,v 1.8 2016/03/30 09:52:28 jperkin Exp $ + +Portability fixes. --- team.c.orig 1995-07-01 15:33:24.000000000 +0000 +++ team.c diff --git a/misc/tellico-kde3/Makefile b/misc/tellico-kde3/Makefile index b001a257d8b84..4f6bfa126c596 100644 --- a/misc/tellico-kde3/Makefile +++ b/misc/tellico-kde3/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.61 2016/03/05 11:28:58 jperkin Exp $ +# $NetBSD: Makefile,v 1.62 2016/04/11 19:01:57 ryoon Exp $ # DISTNAME= tellico-1.3.6 -PKGREVISION= 64 +PKGREVISION= 65 CATEGORIES= misc MASTER_SITES= http://www.periapsis.org/tellico/download/ diff --git a/misc/tellico/Makefile b/misc/tellico/Makefile index b672b0a0a52be..04dd67c65a8c8 100644 --- a/misc/tellico/Makefile +++ b/misc/tellico/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.105 2016/03/05 11:28:58 jperkin Exp $ +# $NetBSD: Makefile,v 1.108 2016/04/15 14:42:52 wiz Exp $ # DISTNAME= tellico-2.3.9 -PKGREVISION= 11 +PKGREVISION= 14 CATEGORIES= misc MASTER_SITES= http://tellico-project.org/files/ EXTRACT_SUFX= .tar.bz2 diff --git a/misc/tmux/Makefile b/misc/tmux/Makefile index db46154f6b2d2..2f7f49d97ca41 100644 --- a/misc/tmux/Makefile +++ b/misc/tmux/Makefile @@ -1,21 +1,20 @@ -# $NetBSD: Makefile,v 1.34 2016/03/05 11:28:58 jperkin Exp $ +# $NetBSD: Makefile,v 1.35 2016/05/09 12:39:05 fhajny Exp $ -DISTNAME= tmux-2.1 -PKGREVISION= 1 +DISTNAME= tmux-2.2 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_GITHUB:=tmux/} -GITHUB_PROJECT= tmux -GITHUB_TAG= 2.1 MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://tmux.github.io/ COMMENT= BSD-licensed terminal multiplexer (GNU Screen alternative) LICENSE= modified-bsd +GITHUB_RELEASE= ${PKGVERSION_NOREV} + GNU_CONFIGURE= yes USE_TERMINFO= yes -USE_TOOLS+= automake pkg-config +USE_TOOLS+= pkg-config .include "../../mk/bsd.prefs.mk" .include "../../mk/compiler.mk" @@ -24,17 +23,11 @@ USE_TOOLS+= automake pkg-config BUILDLINK_TRANSFORM+= opt:-D_XPG4_2:-D_XPG6 .endif -# https://trac.macports.org/changeset/127986 +# https://trac.macports.org/changeset/127986 .if !empty(MACHINE_PLATFORM:MDarwin-1[0-9]*) CPPFLAGS+= -D__DARWIN_VERS_1050=0 .endif -pre-configure: - set -e; cd ${WRKSRC}; \ - mkdir -p etc; \ - aclocal; \ - automake --add-missing --force-missing --copy --foreign; autoreconf - .include "../../devel/libevent/buildlink3.mk" BUILDLINK_API_DEPENDS.libevent+= libevent>=2.0.10 .include "../../mk/terminfo.buildlink3.mk" diff --git a/misc/tmux/distinfo b/misc/tmux/distinfo index fac38a0084835..54fa6fb375c51 100644 --- a/misc/tmux/distinfo +++ b/misc/tmux/distinfo @@ -1,9 +1,8 @@ -$NetBSD: distinfo,v 1.30 2016/01/09 11:13:15 wiz Exp $ +$NetBSD: distinfo,v 1.31 2016/05/09 12:39:05 fhajny Exp $ -SHA1 (tmux-2.1.tar.gz) = df182bd69b2f9b5c238c2a777d92a37479fd4b30 -RMD160 (tmux-2.1.tar.gz) = 993ab8b4bbb5ff7ccf146910dfe821b8c5499ada -SHA512 (tmux-2.1.tar.gz) = 73e917125413917f5a6edd105aa3fdcb5655fa96def26d7e7f1b75a598062d15124960fe38e2a7eafec950ad8039e4f783cb6c533ca7872ac64795425e750a2a -Size (tmux-2.1.tar.gz) = 588644 bytes -SHA1 (patch-Makefile.am) = 4578ec2aa2c4e0f3c81801568b1eaecdf7b67cf1 -SHA1 (patch-configure.ac) = 92458929d7fb1ed5997443f394e253409422d11f -SHA1 (patch-server-client.c) = 64bd26054f220d80f3ba1cf117425f216a004987 +SHA1 (tmux-2.2.tar.gz) = 5ed1430bc7ef44c227e64e9401c686573dd0791a +RMD160 (tmux-2.2.tar.gz) = 5d636bb7a4c5d80e2dba4179ddd65bc49f471e37 +SHA512 (tmux-2.2.tar.gz) = 4d4fc316c78aab0d13f7f15098d952f01d7da7d74d46251ae2dd90440522f07c785afe984d82de2b4518fb67ea441f5a5a46c357c87ddc6ddbfba4b7f08be7bf +Size (tmux-2.2.tar.gz) = 466852 bytes +SHA1 (patch-Makefile.in) = fa9ec654cf6dad2b49b10ab981275d193d8b97c8 +SHA1 (patch-server-client.c) = 642991c6853762228ac6c1d5aaa470a1c9397ede diff --git a/misc/tmux/patches/patch-Makefile.am b/misc/tmux/patches/patch-Makefile.am deleted file mode 100644 index e744b6980ad19..0000000000000 --- a/misc/tmux/patches/patch-Makefile.am +++ /dev/null @@ -1,17 +0,0 @@ -$NetBSD: patch-Makefile.am,v 1.1 2015/12/31 07:07:16 ryoon Exp $ - -At least on SunOS, lang/nawk (nawk-20050424nb3) insists on -a space between -f and the program file name, by penalty of -"/opt/local/bin/nawk: no program filename" - ---- Makefile.am.orig 2015-10-18 17:10:43.000000000 +0000 -+++ Makefile.am -@@ -242,7 +242,7 @@ install-exec-hook: - >$(srcdir)/tmux.1.mdoc; \ - else \ - sed -e "s|@SYSCONFDIR@|$(sysconfdir)|g" $(srcdir)/tmux.1| \ -- $(AWK) -f$(srcdir)/mdoc2man.awk >$(srcdir)/tmux.1.man; \ -+ $(AWK) -f $(srcdir)/mdoc2man.awk >$(srcdir)/tmux.1.man; \ - fi - $(mkdir_p) $(DESTDIR)$(mandir)/man1 - $(INSTALL_DATA) $(srcdir)/tmux.1.@MANFORMAT@ \ diff --git a/misc/tmux/patches/patch-Makefile.in b/misc/tmux/patches/patch-Makefile.in new file mode 100644 index 0000000000000..65e60a55a6bf3 --- /dev/null +++ b/misc/tmux/patches/patch-Makefile.in @@ -0,0 +1,17 @@ +$NetBSD: patch-Makefile.in,v 1.4 2016/05/09 12:39:05 fhajny Exp $ + +At least on SunOS, lang/nawk (nawk-20050424nb3) insists on +a space between -f and the program file name, by penalty of +"/opt/local/bin/nawk: no program filename" + +--- Makefile.in.orig 2016-04-11 00:01:16.000000000 +0000 ++++ Makefile.in +@@ -1231,7 +1231,7 @@ install-exec-hook: + >$(srcdir)/tmux.1.mdoc; \ + else \ + sed -e "s|@SYSCONFDIR@|$(sysconfdir)|g" $(srcdir)/tmux.1| \ +- $(AWK) -f$(srcdir)/mdoc2man.awk >$(srcdir)/tmux.1.man; \ ++ $(AWK) -f $(srcdir)/mdoc2man.awk >$(srcdir)/tmux.1.man; \ + fi + $(mkdir_p) $(DESTDIR)$(mandir)/man1 + $(INSTALL_DATA) $(srcdir)/tmux.1.@MANFORMAT@ \ diff --git a/misc/tmux/patches/patch-configure.ac b/misc/tmux/patches/patch-configure.ac deleted file mode 100644 index aae36fead05b2..0000000000000 --- a/misc/tmux/patches/patch-configure.ac +++ /dev/null @@ -1,22 +0,0 @@ -$NetBSD: patch-configure.ac,v 1.4 2016/01/09 11:13:15 wiz Exp $ - -Fix quoting issue. If the macro is put in square brackets, -it's not expanded. - ---- configure.ac.orig 2015-10-18 17:10:43.000000000 +0000 -+++ configure.ac -@@ -130,14 +130,12 @@ PKG_CHECK_MODULES( - LIBS="$LIBEVENT_LIBS $LIBS" - found_libevent=yes - ], -- [ - AC_SEARCH_LIBS( - event_init, - [event event-1.4 event2], - found_libevent=yes, - found_libevent=no - ) -- ] - ) - if test "x$found_libevent" = xno; then - AC_MSG_ERROR("libevent not found") diff --git a/misc/tmux/patches/patch-server-client.c b/misc/tmux/patches/patch-server-client.c index 106c71fd425dc..3885a7ab4d8a1 100644 --- a/misc/tmux/patches/patch-server-client.c +++ b/misc/tmux/patches/patch-server-client.c @@ -1,11 +1,11 @@ -$NetBSD: patch-server-client.c,v 1.3 2015/12/31 07:07:16 ryoon Exp $ +$NetBSD: patch-server-client.c,v 1.4 2016/05/09 12:39:05 fhajny Exp $ * SunOS errno support needs the right include. * timersub is missing on Solaris10 ---- server-client.c.orig 2015-10-18 17:10:43.000000000 +0000 +--- server-client.c.orig 2016-04-04 00:16:53.000000000 +0000 +++ server-client.c -@@ -29,6 +29,18 @@ +@@ -30,6 +30,18 @@ #include "tmux.h" @@ -21,6 +21,6 @@ + } while (0) +#endif + - void server_client_key_table(struct client *, const char *); - void server_client_free(int, short, void *); - void server_client_check_focus(struct window_pane *); + void server_client_free(int, short, void *); + void server_client_check_focus(struct window_pane *); + void server_client_check_resize(struct window_pane *); diff --git a/misc/utftools/distinfo b/misc/utftools/distinfo index 489e780ff8671..d848ccd5faf5a 100644 --- a/misc/utftools/distinfo +++ b/misc/utftools/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.4 2015/11/03 23:49:53 agc Exp $ +$NetBSD: distinfo,v 1.5 2016/04/01 22:16:47 jperkin Exp $ SHA1 (utftools-1.6.tar.gz) = 92406e9cc5f47fa0baa2d558b56175bc836431f1 RMD160 (utftools-1.6.tar.gz) = 7dfeda42ab72257dd92085e911b466175f3d0ff9 @@ -8,4 +8,4 @@ SHA1 (patch-aa) = c9b89b0b61fd1a51ab301748fc954676cfffc8ef SHA1 (patch-ab) = 0010909f1f83b8968275fb26c00e4c9bd4a534c4 SHA1 (patch-ac) = 4de3e61f6d11a0729a01f5efcffe9fcfe871e0ad SHA1 (patch-ad) = d5dadfa15d266aa1b5104f2f87dc39f481672639 -SHA1 (patch-ae) = 99e0701ae4788be9e1b1b5a36cc4a678401be453 +SHA1 (patch-ae) = fce6646af631634327d47aa8724c32b6783ef4eb diff --git a/misc/utftools/patches/patch-ae b/misc/utftools/patches/patch-ae index 679d6286fc84f..fd887e133ec71 100644 --- a/misc/utftools/patches/patch-ae +++ b/misc/utftools/patches/patch-ae @@ -1,8 +1,17 @@ -$NetBSD: patch-ae,v 1.2 2007/08/31 21:49:33 agc Exp $ +$NetBSD: patch-ae,v 1.3 2016/04/01 22:16:48 jperkin Exp $ --- Makefile.in.orig 1997-02-25 18:47:26.000000000 +0000 -+++ Makefile.in 2007-08-31 12:23:48.000000000 +0100 -@@ -38,9 +38,9 @@ ++++ Makefile.in +@@ -9,7 +9,7 @@ prefix = @prefix@ + exec_prefix = @exec_prefix@ + + BINDIR = $(exec_prefix)/bin +-MANDIR = $(prefix)/man ++MANDIR = @mandir@ + + BINS = fmt wc expand unexpand + MANS = fmt.1 wc.1 expand.1 unexpand.1 +@@ -38,9 +38,9 @@ INSTALL_DATA = @INSTALL_DATA@ all : $(BINS) install : all diff --git a/misc/xfce4-weather-plugin/Makefile b/misc/xfce4-weather-plugin/Makefile index 6b586d2ef2405..0b401a993b4d9 100644 --- a/misc/xfce4-weather-plugin/Makefile +++ b/misc/xfce4-weather-plugin/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.41 2015/10/10 01:58:14 ryoon Exp $ +# $NetBSD: Makefile,v 1.43 2016/05/03 11:40:04 prlw1 Exp $ -PKGREVISION= 2 +PKGREVISION= 4 .include "../../meta-pkgs/xfce4/Makefile.common" VERSION= 0.8.5 diff --git a/misc/yelp3/Makefile b/misc/yelp3/Makefile index 7d01c26b84a77..ab40b973b0b28 100644 --- a/misc/yelp3/Makefile +++ b/misc/yelp3/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.39 2016/01/20 09:32:28 prlw1 Exp $ +# $NetBSD: Makefile,v 1.42 2016/05/07 08:45:55 prlw1 Exp $ -DISTNAME= yelp-3.18.1 +DISTNAME= yelp-3.20.1 CATEGORIES= misc gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/yelp/${PKGVERSION_NOREV:R}/} EXTRACT_SUFX= .tar.xz diff --git a/misc/yelp3/PLIST b/misc/yelp3/PLIST index 2563cae1d9695..e5d666ea6f6a7 100644 --- a/misc/yelp3/PLIST +++ b/misc/yelp3/PLIST @@ -1,8 +1,7 @@ -@comment $NetBSD: PLIST,v 1.7 2016/01/20 09:32:28 prlw1 Exp $ +@comment $NetBSD: PLIST,v 1.8 2016/05/07 08:45:55 prlw1 Exp $ bin/gnome-help bin/yelp include/libyelp/yelp-bookmarks.h -include/libyelp/yelp-common-types.h include/libyelp/yelp-docbook-document.h include/libyelp/yelp-document.h include/libyelp/yelp-help-list.h @@ -20,7 +19,6 @@ include/libyelp/yelp-uri-builder.h include/libyelp/yelp-uri.h include/libyelp/yelp-view.h lib/libyelp.la -lib/yelp/libyelpcommon.la lib/yelp/web-extensions/libyelpwebextension.la share/applications/yelp.desktop share/glib-2.0/schemas/org.gnome.yelp.gschema.xml @@ -47,6 +45,7 @@ share/gtk-doc/html/libyelp/up-insensitive.png share/gtk-doc/html/libyelp/up.png share/locale/af/LC_MESSAGES/yelp.mo share/locale/am/LC_MESSAGES/yelp.mo +share/locale/an/LC_MESSAGES/yelp.mo share/locale/ar/LC_MESSAGES/yelp.mo share/locale/as/LC_MESSAGES/yelp.mo share/locale/ast/LC_MESSAGES/yelp.mo @@ -220,7 +219,6 @@ share/yelp/mathjax/jax/element/mml/optable/GeometricShapes.js share/yelp/mathjax/jax/element/mml/optable/GreekAndCoptic.js share/yelp/mathjax/jax/element/mml/optable/Latin1Supplement.js share/yelp/mathjax/jax/element/mml/optable/LetterlikeSymbols.js -share/yelp/mathjax/jax/element/mml/optable/Makefile.am share/yelp/mathjax/jax/element/mml/optable/MathOperators.js share/yelp/mathjax/jax/element/mml/optable/MiscMathSymbolsA.js share/yelp/mathjax/jax/element/mml/optable/MiscMathSymbolsB.js @@ -261,7 +259,6 @@ share/yelp/mathjax/jax/input/MathML/entities/x.js share/yelp/mathjax/jax/input/MathML/entities/y.js share/yelp/mathjax/jax/input/MathML/entities/z.js share/yelp/mathjax/jax/input/MathML/jax.js -share/yelp/mathjax/jax/output/HTML-CSS/autoload/Makefile.am share/yelp/mathjax/jax/output/HTML-CSS/autoload/annotation-xml.js share/yelp/mathjax/jax/output/HTML-CSS/autoload/maction.js share/yelp/mathjax/jax/output/HTML-CSS/autoload/menclose.js diff --git a/misc/yelp3/distinfo b/misc/yelp3/distinfo index 37aa08e22ea77..c18b16df2f8b1 100644 --- a/misc/yelp3/distinfo +++ b/misc/yelp3/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.9 2016/01/20 09:32:28 prlw1 Exp $ +$NetBSD: distinfo,v 1.10 2016/05/07 08:45:55 prlw1 Exp $ -SHA1 (yelp-3.18.1.tar.xz) = 94fe10547b2a84051c88daf79ab14f803ab47815 -RMD160 (yelp-3.18.1.tar.xz) = b6f529d62f612b64df959d1f637fa7e73d97cb5d -SHA512 (yelp-3.18.1.tar.xz) = ebff55bb3eb0caad208abfad3d83fa996d63bb97647ff446d25590b5c84d341161f3fdb9987353bd55e73ef2634baa692928fbc21b4ed16b6070500228fc2425 -Size (yelp-3.18.1.tar.xz) = 1386044 bytes +SHA1 (yelp-3.20.1.tar.xz) = a0b32ec756a484167d84ca6e22f56a46c6c4f367 +RMD160 (yelp-3.20.1.tar.xz) = c5d59421b9a1755cc301c34c5fbbbfaea60ca1d6 +SHA512 (yelp-3.20.1.tar.xz) = a1b5d086e8850583ce3e8baee476f051f2d3d07e4457e2c3f7c197eb79a0fbf9f7ff48e40b47adf2f1008fb8113fd4377895128a5b2ede3de5be597a66ebfce6 +Size (yelp-3.20.1.tar.xz) = 1377544 bytes diff --git a/mk/bdb.buildlink3.mk b/mk/bdb.buildlink3.mk index ad9a6a881345b..76c444acb5f59 100644 --- a/mk/bdb.buildlink3.mk +++ b/mk/bdb.buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: bdb.buildlink3.mk,v 1.25 2015/01/01 18:55:10 ryoon Exp $ +# $NetBSD: bdb.buildlink3.mk,v 1.26 2016/04/11 04:22:34 dbj Exp $ # # This Makefile fragment is meant to be included by packages that # require a Berkeley DB (BDB) implementation and that are not restricted @@ -131,7 +131,7 @@ BUILD_DEFS_EFFECTS+= BDBBASE BDB_LIBS BDB_TYPE .endif # BDB_BUILDLINK3_MK .if ${BDB_TYPE} == "none" -PKG_FAIL_REASON= \ +PKG_FAIL_REASON+= \ "[bdb.buildlink3.mk] ${_BDB_TYPE} is not an acceptable Berkeley DB type for ${PKGNAME}." .elif ${BDB_TYPE} == "db1" BUILDLINK_TREE+= db1 -db1 diff --git a/mk/bsd.options.mk b/mk/bsd.options.mk index be9552f944038..b6f6571d64cbb 100644 --- a/mk/bsd.options.mk +++ b/mk/bsd.options.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.options.mk,v 1.71 2013/06/07 00:41:39 obache Exp $ +# $NetBSD: bsd.options.mk,v 1.72 2016/03/23 11:50:01 jperkin Exp $ # # This Makefile fragment provides boilerplate code for standard naming # conventions for handling per-package build options. @@ -178,6 +178,16 @@ PKG_SUPPORTED_OPTIONS?= # none PKG_FAIL_REASON+= "[bsd.options.mk] The package has no options, but includes this file." .endif +# Handle OPSYSVARS here for package options as we need to test PKG_OPTIONS +# in options.mk and cannot wait for lazy evaluation from bsd.pkg.mk. +.for _var_ in PKG_SUPPORTED_OPTIONS PKG_SUGGESTED_OPTIONS +. if defined(${_var_}.${OPSYS}) +${_var_}+= ${${_var_}.${OPSYS}} +. elif defined(${_var_}.*) +${_var_}+= ${${_var_}.*} +. endif +.endfor + # # create map of option to group and add group options to PKG_SUPPORTED_OPTIONS # diff --git a/mk/bsd.pkg.mk b/mk/bsd.pkg.mk index 89458c8048287..5d18d980e464b 100644 --- a/mk/bsd.pkg.mk +++ b/mk/bsd.pkg.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.pkg.mk,v 1.2017 2016/02/26 11:38:37 jperkin Exp $ +# $NetBSD: bsd.pkg.mk,v 1.2018 2016/03/23 11:50:01 jperkin Exp $ # # This file is in the public domain. # @@ -142,7 +142,6 @@ OPSYSVARS+= CFLAGS CXXFLAGS CPPFLAGS LDFLAGS LIBS OPSYSVARS+= CMAKE_ARGS CONFIGURE_ARGS CONFIGURE_ENV OPSYSVARS+= BUILDLINK_TRANSFORM SUBST_CLASSES OPSYSVARS+= BUILD_TARGET MAKE_ENV MAKE_FLAGS USE_TOOLS -OPSYSVARS+= PKG_SUPPORTED_OPTIONS PKG_SUGGESTED_OPTIONS .for _var_ in ${OPSYSVARS:O} . if defined(${_var_}.${OPSYS}) ${_var_}+= ${${_var_}.${OPSYS}} diff --git a/mk/bsd.prefs.mk b/mk/bsd.prefs.mk index 7382adadd2586..bc9a0c1f0fdd3 100644 --- a/mk/bsd.prefs.mk +++ b/mk/bsd.prefs.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.prefs.mk,v 1.381 2016/03/11 23:54:08 khorben Exp $ +# $NetBSD: bsd.prefs.mk,v 1.386 2016/04/17 08:13:09 jperkin Exp $ # # This file includes the mk.conf file, which contains the user settings. # @@ -217,10 +217,14 @@ LOWER_VENDOR?= redhat LOWER_VENDOR?= slackware . elif exists(/etc/ssdlinux_version) LOWER_VENDOR?= ssd -. elif ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64" +. elif ${MACHINE_ARCH} == "i386" LOWER_VENDOR?= pc . endif LOWER_VENDOR?= unknown +. if !defined(HOST_MACHINE_ARCH) +HOST_MACHINE_ARCH!= ${UNAME} -m +MAKEFLAGS+= HOST_MACHINE_ARCH=${HOST_MACHINE_ARCH:Q} +. endif .elif ${OPSYS} == "OpenBSD" LOWER_OPSYS?= openbsd @@ -401,48 +405,30 @@ do-install: @${DO_NADA} .endif -# After 2011Q1, the default is to use DESTDIR. -USE_DESTDIR?= yes -# PKG_DESTDIR_SUPPORT can only be one of "none", "destdir", or "user-destdir". +# PKG_DESTDIR_SUPPORT can only be one of "destdir", or "user-destdir". PKG_DESTDIR_SUPPORT?= user-destdir -.if ${PKG_DESTDIR_SUPPORT} == "none" || empty(USE_DESTDIR:M[Yy][Ee][Ss]) -. if empty(USE_DESTDIR:M[Yy][Ee][Ss]) && empty(USE_DESTDIR:M[Nn][Oo]) -PKG_FAIL_REASON+= "USE_DESTDIR must be either \`\`yes'' or \`\`no''" -. endif -_USE_DESTDIR= no -.elif ${PKG_DESTDIR_SUPPORT} == "user-destdir" +.if ${PKG_DESTDIR_SUPPORT} == "user-destdir" _USE_DESTDIR= user-destdir .elif ${PKG_DESTDIR_SUPPORT} == "destdir" _USE_DESTDIR= destdir .else -PKG_FAIL_REASON+= "PKG_DESTDIR_SUPPORT must be \`\`none'', \`\`destdir'', or \`\`user-destdir''." -.endif - -# This stanza serves to warn the user; deciding to not build -# non-DESTDIR-capable packages when not in DESTDIR mode is above. -.if ${PKG_DESTDIR_SUPPORT} == "none" -WARNINGS+= "[bsd.prefs.mk] The package ${PKGNAME} is missing DESTDIR support." +PKG_FAIL_REASON+= "PKG_DESTDIR_SUPPORT must be \`\`destdir'' or \`\`user-destdir''." .endif # When using staged installation, everything gets installed into # ${DESTDIR}${PREFIX} instead of ${PREFIX} directly. # -.if ${_USE_DESTDIR} != "no" DESTDIR= ${WRKDIR}/.destdir -. if ${_USE_DESTDIR} == "destdir" +.if ${_USE_DESTDIR} == "destdir" _MAKE_PACKAGE_AS_ROOT= yes _MAKE_CLEAN_AS_ROOT= yes _MAKE_INSTALL_AS_ROOT= yes -. elif ${_USE_DESTDIR} == "user-destdir" +.else _MAKE_PACKAGE_AS_ROOT= no _MAKE_CLEAN_AS_ROOT= no _MAKE_INSTALL_AS_ROOT= no . endif -.else -PKG_FAIL_REASON+= "USE_DESTDIR=no is no longer supported." -DESTDIR= -.endif # controls whether binary packages are preserved in pkgsrc/packages/All # default is no (to preserve settings since 2013/05/23, prior to that it diff --git a/mk/build/bsd.build-vars.mk b/mk/build/bsd.build-vars.mk index 42f085bc2cf69..b49dbeada2465 100644 --- a/mk/build/bsd.build-vars.mk +++ b/mk/build/bsd.build-vars.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.build-vars.mk,v 1.10 2016/03/10 16:58:19 jperkin Exp $ +# $NetBSD: bsd.build-vars.mk,v 1.11 2016/04/10 15:58:02 joerg Exp $ # # Package-settable variables: # @@ -50,4 +50,3 @@ MAKE_ENV+= ${USETOOLS:DUSETOOLS=${USETOOLS:Q}} # processes for build-related phases. # PKGSRC_MAKE_ENV+= PATH=${PATH:Q} -PKGSRC_MAKE_ENV+= USE_DESTDIR=${USE_DESTDIR:Q} diff --git a/mk/buildlink3/bsd.buildlink3.mk b/mk/buildlink3/bsd.buildlink3.mk index 0cbf2facc575d..d4e77781e55db 100644 --- a/mk/buildlink3/bsd.buildlink3.mk +++ b/mk/buildlink3/bsd.buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.buildlink3.mk,v 1.236 2015/05/04 19:23:19 joerg Exp $ +# $NetBSD: bsd.buildlink3.mk,v 1.237 2016/03/14 20:11:56 markd Exp $ # # Copyright (c) 2004 The NetBSD Foundation, Inc. # All rights reserved. @@ -968,6 +968,7 @@ _CWRAPPERS_TRANSFORM+= L:/usr/lib/../libx32:/usr/libx32 # .for _dir_ in ${COMPILER_INCLUDE_DIRS} _BLNK_TRANSFORM+= opt-sub:-I${_dir_}:-I${_BLNK_MANGLE_DIR.${_dir_}} +_BLNK_TRANSFORM+= opt-sub:-isystem,${_dir_}:-isystem,${_BLNK_MANGLE_DIR.${_dir_}} _CWRAPPERS_TRANSFORM+= I:${_dir_}:${_dir_} .endfor .for _dir_ in ${COMPILER_LIB_DIRS} diff --git a/mk/check/check-shlibs.mk b/mk/check/check-shlibs.mk index 68431fd0cd944..cf931b10b03ba 100644 --- a/mk/check/check-shlibs.mk +++ b/mk/check/check-shlibs.mk @@ -1,4 +1,4 @@ -# $NetBSD: check-shlibs.mk,v 1.28 2015/11/24 09:41:20 jperkin Exp $ +# $NetBSD: check-shlibs.mk,v 1.29 2016/04/10 15:58:02 joerg Exp $ # # This file verifies that all libraries used by the package can be found # at run-time. @@ -63,9 +63,7 @@ CHECK_SHLIBS_NATIVE= ${PKGSRCDIR}/mk/check/check-shlibs-macho.awk CHECK_SHLIBS_NATIVE_ENV+= CROSS_DESTDIR=${_CROSS_DESTDIR:Q} CHECK_SHLIBS_NATIVE_ENV+= PKG_INFO_CMD=${PKG_INFO:Q} CHECK_SHLIBS_NATIVE_ENV+= DEPENDS_FILE=${_RRDEPENDS_FILE:Q} -. if ${_USE_DESTDIR} != "no" CHECK_SHLIBS_NATIVE_ENV+= DESTDIR=${DESTDIR:Q} -. endif CHECK_SHLIBS_NATIVE_ENV+= WRKDIR=${WRKDIR:Q} . if defined(CHECK_WRKREF) && !empty(CHECK_WRKREF:Mextra) CHECK_SHLIBS_NATIVE_ENV+= CHECK_WRKREF_EXTRA_DIRS=${CHECK_WRKREF_EXTRA_DIRS:Q} @@ -88,38 +86,6 @@ _check-shlibs: error-check .PHONY ${PKGSRC_SETENV} ${CHECK_SHLIBS_NATIVE_ENV} ${AWK} -f ${CHECK_SHLIBS_NATIVE} > ${ERROR_DIR}/${.TARGET} .else -. if ${_USE_DESTDIR} != "no" _check-shlibs: error-check .PHONY @${WARNING_MSG} "Skipping missing run-time search-path check in DESTDIR mode." -. else -_check-shlibs: error-check .PHONY - @${STEP_MSG} "Checking for missing run-time search paths in ${PKGNAME}" - ${RUN} rm -f ${ERROR_DIR}/${.TARGET} - ${RUN} \ - exec 1>${ERROR_DIR}/${.TARGET}; \ - case ${LDD:Q}"" in \ - "") ldd=`${TYPE} ldd 2>/dev/null | ${AWK} '{ print $$NF }'` ;; \ - *) ldd=${LDD:Q} ;; \ - esac; \ - ${TEST} -x "$$ldd" || exit 0; \ - cd ${DESTDIR}${PREFIX}; \ - ${_CHECK_SHLIBS_FILELIST_CMD} | \ - ${EGREP} -h ${_CHECK_SHLIBS_ERE:Q} | \ - while read file; do \ - case "$$file" in \ - ${CHECK_SHLIBS_SKIP:@p@${p}) continue ;;@} \ - *) ;; \ - esac; \ - err=`$$ldd $$file 2>&1 | ${GREP} "not found" || ${TRUE}`; \ - ${TEST} -z "$$err" || ${ECHO} "${DESTDIR}${PREFIX}/$$file: $$err"; \ - done - ${RUN} \ - exec 1>>${ERROR_DIR}/${.TARGET}; \ - if ${_NONZERO_FILESIZE_P} ${ERROR_DIR}/${.TARGET}; then \ - ${ECHO} "*** The programs/libs shown above will not find the listed"; \ - ${ECHO} " shared libraries at runtime."; \ - ${ECHO} " Please fix the package (add -Wl,-R.../lib in the right places)!"; \ - ${SHCOMMENT} Might not error-out for non-pkg-developers; \ - fi -. endif .endif diff --git a/mk/compiler/gcc.mk b/mk/compiler/gcc.mk index 30b65adb81003..af93b08d14f3f 100644 --- a/mk/compiler/gcc.mk +++ b/mk/compiler/gcc.mk @@ -1,4 +1,4 @@ -# $NetBSD: gcc.mk,v 1.166 2016/03/11 23:54:09 khorben Exp $ +# $NetBSD: gcc.mk,v 1.167 2016/04/11 04:22:34 dbj Exp $ # # This is the compiler definition for the GNU Compiler Collection. # @@ -686,7 +686,7 @@ _NEED_NEWER_GCC!= \ .endif .if !empty(_USE_PKGSRC_GCC:M[yY][eE][sS]) && \ !empty(_NEED_NEWER_GCC:M[yY][eE][sS]) -PKG_FAIL_REASON= "Unable to satisfy dependency: ${_GCC_DEPENDS}" +PKG_FAIL_REASON+= "Unable to satisfy dependency: ${_GCC_DEPENDS}" .endif # GNU ld option used to set the rpath @@ -922,7 +922,7 @@ PREPEND_PATH+= ${_GCC_DIR}/bin . elif !empty(CC_VERSION:Mgcc-5.*) . include "../../lang/gcc5-libs/buildlink3.mk" . else -PKG_FAIL_REASON= "No USE_PKGSRC_GCC_RUNTIME support for ${CC_VERSION}" +PKG_FAIL_REASON+= "No USE_PKGSRC_GCC_RUNTIME support for ${CC_VERSION}" . endif . endif .endif diff --git a/mk/curses.buildlink3.mk b/mk/curses.buildlink3.mk index b1b69c1d575ff..d491a608d5389 100644 --- a/mk/curses.buildlink3.mk +++ b/mk/curses.buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: curses.buildlink3.mk,v 1.22 2015/02/04 16:35:32 pho Exp $ +# $NetBSD: curses.buildlink3.mk,v 1.23 2016/04/11 04:22:34 dbj Exp $ # # This Makefile fragment is meant to be included by packages that require # any curses implementation instead of one particular one. The available @@ -95,7 +95,7 @@ buildlink-curses-ncurses-h: .endif # CURSES_BUILDLINK3_MK .if ${CURSES_TYPE} == "none" -PKG_FAIL_REASON= \ +PKG_FAIL_REASON+= \ "${_CURSES_TYPE} is not an acceptable curses type for ${PKGNAME}." .elif ${CURSES_TYPE} == "curses" . include "curses.builtin.mk" diff --git a/mk/defaults/options.description b/mk/defaults/options.description index 645b2d0d0bdd9..4989251821d65 100644 --- a/mk/defaults/options.description +++ b/mk/defaults/options.description @@ -4,6 +4,7 @@ acl Enable POSIX ACL support. adobe-cidfonts Select Adobe-fonts. adplug Enable Adlib emulator support. ads Enable Windows Active Directory support. +afterstep Enable afterstep support. agg Enable agg support. alsa Enable ALSA support. amanda-dump-snap If dump supports -X, use it. @@ -426,6 +427,7 @@ libspiff Use libspiff for XML shareable playlist support. libssh2 Use libssh2 for SSHv2 protocol support. libthai Use libthai for Thai word segmentation. libusb Enable USB access. +libusb-1 Enable USB access via libusb-1. libvisual Enable libvisual (audio visualisation) support. libvpx Enable libvpx support. libwildmidi Enable MIDI support using libwildmidi. @@ -499,6 +501,7 @@ mplayer-ssse3 Enable SSSE3 support. mplayer-win32 Enable usage of Win32 DLLs (codecs). mrtg-snmpv3 Enable SNMPv3 support. mstats Enable memory statistics. +mtpz Enable MTPZ support using libgcrypt. musepack Enable the portable Musepack decoder library. musicbrainz Enable musicbrainz support. musicpd-lastfm Enable Last.FM support in musicpd. @@ -512,6 +515,7 @@ mysqlmanager Build mysqlmanager. mysqlnd Support for MySQL Native Driver (mainly for php). nagios-nrpe-args Enable argument passing via NRPE (possible security issues). nas Enable usage of the Network Audio System. +nautilus Enable nautilus sub-menu option. ncurses Enable ncurses support. ncursesw Enable wide character ncurses support. ndb-cluster Build NDB Cluster support. @@ -641,6 +645,7 @@ sidplay Enable support for the SID audio file format. sieve Enable sieve support. sigver Enable signature verification for debugging purposes. simd Enable MMX/3DNOW/SSE/Altivec support. +sit Enable source identity token support. sj3 Use SJ3 for Kana-to-Kanji conversion. skey Enable S/Key support. skk Use SKK for Kana-to-Kanji conversion. @@ -730,6 +735,7 @@ tokyocabinet Enable Tokyo Cabinet support. tremor Enable Tremor fixed point audio decoding library support. trn-inn Use INN as NNTP client. trn-nntpclnt Use nntpclnt as NNTP client. +tuning Specify server tuning for large. twolame Enable MP2 support using twolame. ucspi-ssl-perl Enable Perl support in ucspi-ssl. ucspi-tcp-nodefaultrbl Remove the (nonexistent) default RBL from rblsmtpd. diff --git a/mk/fam.buildlink3.mk b/mk/fam.buildlink3.mk index e0c0a8e959107..812abd104d0b0 100644 --- a/mk/fam.buildlink3.mk +++ b/mk/fam.buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: fam.buildlink3.mk,v 1.7 2009/03/17 14:45:19 jmcneill Exp $ +# $NetBSD: fam.buildlink3.mk,v 1.8 2016/04/11 04:22:34 dbj Exp $ # # This Makefile fragment is meant to be included by packages that # require a FAM implementation. fam.buildlink3.mk will: @@ -50,7 +50,7 @@ BUILD_DEFS_EFFECTS+= FAMBASE FAM_TYPE FAM_SERVER?= yes .if ${FAM_TYPE} == "none" -PKG_FAIL_REASON= \ +PKG_FAIL_REASON+= \ "${_FAM_TYPE} is not an acceptable FAM type for ${PKGNAME}." .elif ${FAM_TYPE} == "fam" . include "../../sysutils/fam/buildlink3.mk" diff --git a/mk/fetch/sites.mk b/mk/fetch/sites.mk index cadd56ab96e74..daf0c6292fd72 100644 --- a/mk/fetch/sites.mk +++ b/mk/fetch/sites.mk @@ -1,4 +1,4 @@ -# $NetBSD: sites.mk,v 1.138 2016/02/14 06:55:08 taca Exp $ +# $NetBSD: sites.mk,v 1.139 2016/04/17 09:10:02 ryoon Exp $ # # This Makefile fragment defines read-only MASTER_SITE_* variables # representing some well-known master distribution sites for software. @@ -30,6 +30,13 @@ MASTER_SITE_GNUSTEP+= \ MASTER_SITE_OSDN+= \ http://jaist.dl.osdn.jp/ \ http://iij.dl.osdn.jp/ \ + http://tcpdiag.dl.osdn.jp/ \ + http://c3sl.dl.osdn.jp/ \ + http://cznic.dl.osdn.jp/ \ + http://onet.dl.osdn.jp/ \ + http://nchc.dl.osdn.jp/ \ + http://rwthaachen.dl.osdn.jp/ \ + http://giganet.dl.osdn.jp/ \ http://osdn.dl.osdn.jp/ MASTER_SITE_PERL_CPAN+= \ diff --git a/mk/haskell.mk b/mk/haskell.mk index 99f32cfcc85bc..3abab83eea3a4 100644 --- a/mk/haskell.mk +++ b/mk/haskell.mk @@ -1,4 +1,4 @@ -# $NetBSD: haskell.mk,v 1.3 2015/02/17 13:57:47 joerg Exp $ +# $NetBSD: haskell.mk,v 1.4 2016/04/10 15:58:02 joerg Exp $ # # This Makefile fragment handles Haskell Cabal packages. # See: http://www.haskell.org/cabal/ @@ -248,17 +248,10 @@ _HASKELL_PKG_DESCR_FILE= ${PREFIX}/lib/${DISTNAME}/${_HASKELL_VERSION}/package-d do-install: ${RUN} cd ${WRKSRC} && \ ./Setup register --gen-pkg-config=dist/package-description && \ - if [ "${_USE_DESTDIR}" = "no" ]; then \ - ./Setup copy && \ - if [ -f dist/package-description ]; then \ - ${INSTALL_DATA} dist/package-description ${_HASKELL_PKG_DESCR_FILE}; \ - fi \ - else \ - ./Setup copy --destdir=${DESTDIR} && \ - if [ -f dist/package-description ]; then \ - ${INSTALL_DATA} dist/package-description ${DESTDIR}${_HASKELL_PKG_DESCR_FILE}; \ - fi \ - fi + ./Setup copy --destdir=${DESTDIR} && \ + if [ -f dist/package-description ]; then \ + ${INSTALL_DATA} dist/package-description ${DESTDIR}${_HASKELL_PKG_DESCR_FILE}; \ + fi \ # Define test target. do-test: diff --git a/mk/help/destdir.help b/mk/help/destdir.help index f001046e1c3ad..e918bc6e2dce3 100644 --- a/mk/help/destdir.help +++ b/mk/help/destdir.help @@ -1,29 +1,14 @@ -# $NetBSD: destdir.help,v 1.6 2012/08/14 15:27:07 asau Exp $ +# $NetBSD: destdir.help,v 1.8 2016/04/10 15:15:45 joerg Exp $ # # === # Warning: This file is still under construction. Don't rely on it. # === # # This file documents the variables around the DESTDIR support. -# -# Normally, packages are installed directly into LOCALBASE and may -# overwrite files of other packages there. It also makes it easy to -# create packages which behave differently depending on whether they -# are installed from source or from a binary package. This is not good. -# -# The DESTDIR support tries to prevent some of these problems. When it -# is enabled, packages are not installed directly into LOCALBASE. -# Instead, they are installed in a temporary directory, and a binary -# package is created from the files that have been installed there. -# -# === User-settable variables === -# -# USE_DESTDIR -# * "yes" to enable DESTDIR support for those packages that -# explicitly support it. If the package supports it, -# the build will run completely under the privileges of the -# calling users, only package installation via pkg_add is done -# as root. +# During the build, package files are not installed directly into +# LOCALBASE, but a temporary directory under WRKDIR. Any direct change +# of LOCALBASE is a bug. A binary package is created from the content +# of that temporary directory and then installed normally with pkg_add. # # === Package-settable variables === # @@ -35,9 +20,6 @@ # ownership or permissions. The installation is done by the # privileged user. # -# * "none" means that all files of the packages will be installed -# by the privileged user. -# # This variable must be set before including bsd.prefs.mk directly or # indirectly. # diff --git a/mk/install/bsd.install.mk b/mk/install/bsd.install.mk index 21a7790e37bf3..f71e9fd0f0258 100644 --- a/mk/install/bsd.install.mk +++ b/mk/install/bsd.install.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.install.mk,v 1.15 2014/12/06 23:28:18 agc Exp $ +# $NetBSD: bsd.install.mk,v 1.16 2016/04/10 15:58:02 joerg Exp $ # # This Makefile fragment is included by bsd.pkg.mk and provides all # variables and targets related to installing packages. @@ -17,14 +17,12 @@ _COOKIE.install= ${WRKDIR}/.install_done ###################################################################### ### install (PUBLIC) ###################################################################### -### install is a public target to install the package either by -### depending on stage-install (_USE_DESTDIR=no) or package-install -### (_USE_DESTDIR!=no). +### install is a public target to install the package by depending +### on stage-package-install or package-install. The difference is +### a package is created in the public PACKAGES directory. ### .PHONY: install -.if ${_USE_DESTDIR} == "no" -install: stage-install -.elif ${_KEEP_BIN_PKGS} == "no" +.if ${_KEEP_BIN_PKGS} == "no" install: stage-package-install .else install: package-install @@ -34,8 +32,7 @@ install: package-install ### stage-install (PUBLIC) ###################################################################### ### stage-install is a public target to install the package to -### ${PREFIX} (_USE_DESTDIR=no) or to ${DESTDIR}${PREFIX} -### (_USE_DESTDIR!=no) +### to ${DESTDIR}${PREFIX}. ### .PHONY: stage-install .if !defined(NO_INSTALL) diff --git a/mk/install/deinstall.mk b/mk/install/deinstall.mk index 57068d77cfce9..22212caa8376b 100644 --- a/mk/install/deinstall.mk +++ b/mk/install/deinstall.mk @@ -1,4 +1,4 @@ -# $NetBSD: deinstall.mk,v 1.11 2011/10/15 00:23:09 reed Exp $ +# $NetBSD: deinstall.mk,v 1.12 2016/04/10 15:58:02 joerg Exp $ # DEINSTALLDEPENDS controls whether dependencies and dependents are also # removed when a package is de-installed. The valid values are: @@ -31,9 +31,6 @@ deinstall: su-target _SU_DEINSTALL_TARGETS= acquire-deinstall-lock _SU_DEINSTALL_TARGETS+= _pkgformat-deinstall _SU_DEINSTALL_TARGETS+= release-deinstall-lock -.if ${_USE_DESTDIR} == "no" -_SU_DEINSTALL_TARGETS+= install-clean -.endif su-deinstall: ${_SU_DEINSTALL_TARGETS} .PHONY: acquire-deinstall-lock release-deinstall-lock diff --git a/mk/install/install.mk b/mk/install/install.mk index 6ae355834090e..5691face20659 100644 --- a/mk/install/install.mk +++ b/mk/install/install.mk @@ -1,4 +1,4 @@ -# $NetBSD: install.mk,v 1.67 2015/10/12 09:08:22 jperkin Exp $ +# $NetBSD: install.mk,v 1.68 2016/04/10 15:58:02 joerg Exp $ # # This file provides the code for the "install" phase. # @@ -153,14 +153,6 @@ install-check-version: ${_COOKIE.extract} ${RECURSIVE_MAKE} ${MAKEFLAGS} build ;; \ esac -###################################################################### -### The targets below are run with elevated privileges. -###################################################################### - -.PHONY: acquire-install-localbase-lock release-install-localbase-lock -acquire-install-localbase-lock: acquire-localbase-lock -release-install-localbase-lock: release-localbase-lock - ###################################################################### ### install-all, su-install-all (PRIVATE) ###################################################################### @@ -168,13 +160,6 @@ release-install-localbase-lock: release-localbase-lock ### the built software, register the software installation, and run ### some sanity checks. ### -.if ${_USE_DESTDIR} != "user-destdir" -_INSTALL_ALL_TARGETS+= acquire-install-localbase-lock -.endif -.if ${_USE_DESTDIR} == "no" -_INSTALL_ALL_TARGETS+= _pkgformat-check-conflicts -_INSTALL_ALL_TARGETS+= _pkgformat-check-installed -.endif _INSTALL_ALL_TARGETS+= install-check-umask .if empty(CHECK_FILES:M[nN][oO]) && !empty(CHECK_FILES_SUPPORTED:M[Yy][Ee][Ss]) _INSTALL_ALL_TARGETS+= check-files-pre @@ -186,9 +171,6 @@ _INSTALL_ALL_TARGETS+= install-dirs-from-PLIST .elif defined(AUTO_MKDIRS) && !empty(AUTO_MKDIRS:M[Yy][Ee][Ss]) _INSTALL_ALL_TARGETS+= install-dirs-from-PLIST .endif -.if ${_USE_DESTDIR} == "no" -_INSTALL_ALL_TARGETS+= pre-install-script -.endif _INSTALL_ALL_TARGETS+= pre-install _INSTALL_ALL_TARGETS+= do-install _INSTALL_ALL_TARGETS+= post-install @@ -201,18 +183,8 @@ _INSTALL_ALL_TARGETS+= install-script-data .if empty(CHECK_FILES:M[nN][oO]) && !empty(CHECK_FILES_SUPPORTED:M[Yy][Ee][Ss]) _INSTALL_ALL_TARGETS+= check-files-post .endif -.if ${_USE_DESTDIR} == "no" -_INSTALL_ALL_TARGETS+= post-install-script -.endif -.if ${_USE_DESTDIR} == "no" -_INSTALL_ALL_TARGETS+= _pkgformat-register -.else _INSTALL_ALL_TARGETS+= _pkgformat-generate-metadata -.endif _INSTALL_ALL_TARGETS+= privileged-install-hook -.if ${_USE_DESTDIR} != "user-destdir" -_INSTALL_ALL_TARGETS+= release-install-localbase-lock -.endif _INSTALL_ALL_TARGETS+= error-check .PHONY: install-all su-install-all @@ -315,7 +287,7 @@ INSTALL_DIRS?= ${BUILD_DIRS} INSTALL_MAKE_FLAGS?= # none INSTALL_TARGET?= install ${USE_IMAKE:D${NO_INSTALL_MANPAGES:D:Uinstall.man}} DESTDIR_VARNAME?= DESTDIR -.if ${_USE_DESTDIR} != "no" && !empty(DESTDIR_VARNAME) +.if !empty(DESTDIR_VARNAME) INSTALL_ENV+= ${DESTDIR_VARNAME}=${DESTDIR:Q} INSTALL_MAKE_FLAGS+= ${DESTDIR_VARNAME}=${DESTDIR:Q} .endif diff --git a/mk/install/replace.mk b/mk/install/replace.mk index 8e0d5160d8348..9c30da0a10cee 100644 --- a/mk/install/replace.mk +++ b/mk/install/replace.mk @@ -1,4 +1,4 @@ -# $NetBSD: replace.mk,v 1.17 2015/09/07 19:23:47 gdt Exp $ +# $NetBSD: replace.mk,v 1.18 2016/04/10 15:58:02 joerg Exp $ # # Public targets: # @@ -13,11 +13,8 @@ # # Private targets that must be defined by the package system format: # -# _pkgformat-replace: -# Updates a package in-place on the system (USE_DESTDIR=no). -# # _pkgformat-destdir-replace: -# Updates a package in-place on the system (USE_DESTDIR=yes). +# Updates a package in-place on the system. # # _pkgformat-undo-replace: # Undoes a previous "make _pkgformat-replace". @@ -25,9 +22,7 @@ # _pkgformat-destdir-undo-replace: # Undoes a previous "make _pkgformat-destdir-replace". -.if ${_USE_DESTDIR} == "no" -_REPLACE_TARGETS+= ${_PKGSRC_BUILD_TARGETS} -.elif ${_KEEP_BIN_PKGS} == "no" +.if ${_KEEP_BIN_PKGS} == "no" _REPLACE_TARGETS+= stage-package-create .else _REPLACE_TARGETS+= package @@ -49,11 +44,7 @@ replace: barrier replace-message: .PHONY @${PHASE_MSG} "Replacing for ${PKGNAME}" -.if ${_USE_DESTDIR} == "no" -su-replace: .PHONY _pkgformat-replace -.else su-replace: .PHONY _pkgformat-destdir-replace -.endif MAKEFLAGS.su-replace= _UPDATE_RUNNING=yes MAKEFLAGS.su-replace+= PKGNAME_REQD=${PKGNAME_REQD:Q} @@ -67,9 +58,5 @@ undo-replace-message: .PHONY @${PHASE_MSG} "Undoing replacement for ${PKGNAME}" @${WARNING_MSG} "experimental target - DATA LOSS MAY OCCUR." -.if ${_USE_DESTDIR} == "no" -su-undo-replace: .PHONY _pkgformat-undo-replace -.else su-undo-replace: .PHONY _pkgformat-destdir-undo-replace -.endif MAKEFLAGS.su-undo-replace= _UPDATE_RUNNING=yes diff --git a/mk/java-vm.mk b/mk/java-vm.mk index 0c86b3cd259f9..3a595e07d4149 100644 --- a/mk/java-vm.mk +++ b/mk/java-vm.mk @@ -1,4 +1,4 @@ -# $NetBSD: java-vm.mk,v 1.105 2016/03/12 06:27:17 tnn Exp $ +# $NetBSD: java-vm.mk,v 1.106 2016/04/11 04:22:34 dbj Exp $ # # This Makefile fragment handles Java dependencies and make variables, # and is meant to be included by packages that require Java either at @@ -243,7 +243,7 @@ _PKG_JVM= ${_PKG_JVM_FIRSTACCEPTED} # .if !defined(_PKG_JVM) # force an error -PKG_FAIL_REASON= "no acceptable JVM found" +PKG_FAIL_REASON+= "no acceptable JVM found" _PKG_JVM= "none" .endif diff --git a/mk/jpeg.buildlink3.mk b/mk/jpeg.buildlink3.mk index 5149c8af45d1d..06178e056fb16 100644 --- a/mk/jpeg.buildlink3.mk +++ b/mk/jpeg.buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: jpeg.buildlink3.mk,v 1.2 2015/11/23 00:49:26 mef Exp $ +# $NetBSD: jpeg.buildlink3.mk,v 1.3 2016/04/11 04:22:34 dbj Exp $ # # This Makefile fragment is meant to be included by packages that # require a libjpeg implementation. jpeg.buildlink3.mk will: @@ -45,7 +45,7 @@ BUILD_DEFS+= JPEG_DEFAULT BUILD_DEFS_EFFECTS+= JPEGBASE JPEG_TYPE .if ${JPEG_TYPE} == "none" -PKG_FAIL_REASON= \ +PKG_FAIL_REASON+= \ "${_JPEG_TYPE} is not an acceptable libjpeg type for ${PKGNAME}." .elif ${JPEG_TYPE} == "jpeg" . include "../../graphics/jpeg/buildlink3.mk" diff --git a/mk/krb5.buildlink3.mk b/mk/krb5.buildlink3.mk index 0087c1ab1d912..3f1c340baed2f 100644 --- a/mk/krb5.buildlink3.mk +++ b/mk/krb5.buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: krb5.buildlink3.mk,v 1.12 2013/08/16 12:11:17 jperkin Exp $ +# $NetBSD: krb5.buildlink3.mk,v 1.13 2016/04/11 04:22:34 dbj Exp $ # # This Makefile fragment is meant to be included by packages that # require a Kerberos 5 implementation. krb5.buildlink3.mk will: @@ -59,7 +59,7 @@ CRYPTO+= uses Kerberos encryption code .endif # KRB5_BUILDLINK3_MK .if ${KRB5_TYPE} == "none" -PKG_FAIL_REASON= \ +PKG_FAIL_REASON+= \ "${_KRB5_TYPE} is not an acceptable Kerberos 5 type for ${PKGNAME}." .elif ${KRB5_TYPE} == "heimdal" . include "../../security/heimdal/buildlink3.mk" diff --git a/mk/license.mk b/mk/license.mk index e970c21addd88..6610db3c182a1 100644 --- a/mk/license.mk +++ b/mk/license.mk @@ -1,4 +1,4 @@ -# $NetBSD: license.mk,v 1.75 2016/02/10 10:50:18 wiz Exp $ +# $NetBSD: license.mk,v 1.76 2016/04/21 07:51:51 leot Exp $ # # This file handles everything about the LICENSE variable. It is # included automatically by bsd.pkg.mk. @@ -118,6 +118,7 @@ DEFAULT_ACCEPTABLE_LICENSES= \ gnu-gpl-v1 \ gnu-gpl-v2 gnu-lgpl-v2 gnu-lgpl-v2.1 \ gnu-gpl-v3 gnu-lgpl-v3 \ + hpnd \ ibm-public-license-1.0 \ ipafont \ isc \ diff --git a/mk/mpi.buildlink3.mk b/mk/mpi.buildlink3.mk index 6c360f417ea19..32bc7a984c9ab 100644 --- a/mk/mpi.buildlink3.mk +++ b/mk/mpi.buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: mpi.buildlink3.mk,v 1.1 2010/05/16 11:07:39 asau Exp $ +# $NetBSD: mpi.buildlink3.mk,v 1.2 2016/04/11 04:22:34 dbj Exp $ # # This Makefile fragment is meant to be included by packages # that use any MPI implementation instead of one particular one. @@ -29,7 +29,7 @@ _MPI_PACKAGE= parallel/mpi-ch .elif $(MPI_TYPE) == "openmpi" _MPI_PACKAGE= parallel/openmpi .else # invalid or unimplemented type -PKG_FAIL_REASON= \ +PKG_FAIL_REASON+= \ "${MPI_TYPE} is not an acceptable MPI type for ${PKGNAME}." .endif .endif diff --git a/mk/ocaml.mk b/mk/ocaml.mk index e173616a1de25..1b9ab9a051900 100644 --- a/mk/ocaml.mk +++ b/mk/ocaml.mk @@ -1,4 +1,4 @@ -# $NetBSD: ocaml.mk,v 1.6 2016/03/04 15:19:42 jaapb Exp $ +# $NetBSD: ocaml.mk,v 1.8 2016/05/06 14:13:23 jaapb Exp $ # # This Makefile fragment handles the common variables used by OCaml packages. # @@ -14,6 +14,10 @@ # Package-settable variables: # OCAML_USE_FINDLIB # package uses findlib infrastructure +# OCAML_FINDLIB_DIRS +# directories under OCAML_SITELIBDIR that this package installs into +# OCAML_FINDLIB_REGISTER +# register findlib directories into OCaml ld.conf # OCAML_USE_OASIS [implies OCAML_USE_FINDLIB] # package uses oasis infrastructure # OCAML_USE_OASIS_DYNRUN [implies OCAML_USE_OASIS] @@ -104,6 +108,8 @@ PRINT_PLIST_AWK+= { gsub(/${OCAML_SITELIBDIR:S|/|\\/|g}/, \ .if ${OCAML_USE_FINDLIB} == "yes" .include "../../devel/ocaml-findlib/buildlink3.mk" INSTALLATION_DIRS+= ${OCAML_SITELIBDIR} +OCAML_FINDLIB_DIRS?= ${OCAML_SITELIBDIR}/${PKGBASE} +OCAML_FINDLIB_REGISTER?= yes .endif # @@ -123,6 +129,8 @@ PLIST.ocaml-opt= yes # OASIS targets # .if ${OCAML_USE_OASIS} == "yes" +# OASIS uses buildlink +.include "../../devel/ocamlbuild/buildlink3.mk" .if ${OCAML_USE_OASIS_DYNRUN} == "yes" pre-configure: ${RUN} cd ${WRKSRC} && ocamlfind ocamlc -linkpkg -package oasis.dynrun -o setup setup.ml && ${RM} setup.cmo setup.cmi diff --git a/mk/package/package.mk b/mk/package/package.mk index 0fe7781223fb1..7a8de991cc13c 100644 --- a/mk/package/package.mk +++ b/mk/package/package.mk @@ -1,4 +1,4 @@ -# $NetBSD: package.mk,v 1.24 2013/05/23 13:18:56 obache Exp $ +# $NetBSD: package.mk,v 1.25 2016/04/10 15:58:02 joerg Exp $ # # This file provides the code for the "package" phase. # @@ -13,12 +13,8 @@ # _PACKAGE_TARGETS+= check-vulnerable -.if make(replace) && ${_USE_DESTDIR} == "no" -_PACKAGE_TARGETS+= replace -.else _PACKAGE_TARGETS+= stage-install _PACKAGE_TARGETS+= stage-package-create -.endif _PACKAGE_TARGETS+= acquire-package-lock _PACKAGE_TARGETS+= ${_COOKIE.package} _PACKAGE_TARGETS+= release-package-lock @@ -84,9 +80,6 @@ package-cookie: ### package-all is a helper target to create the binary package and ### generate any necessary warnings. ### -.if ${_USE_DESTDIR} == "no" -_PACKAGE_ALL_TARGETS+= package-check-installed -.endif _PACKAGE_ALL_TARGETS+= package-create _PACKAGE_ALL_TARGETS+= _package-warnings _PACKAGE_ALL_TARGETS+= error-check @@ -99,18 +92,6 @@ package-all: su-package-all .endif su-package-all: ${_PACKAGE_ALL_TARGETS} -###################################################################### -### package-check-installed (PRIVATE, override) -###################################################################### -### package-check-installed verifies that the package is installed on -### the system. This should be overridden per package system format. -### -.if !target(package-check-installed) -.PHONY: package-check-installed -package-check-installed: - @${DO_NADA} -.endif - ###################################################################### ### package-create (PRIVATE, override) ###################################################################### diff --git a/mk/pkgformat/README b/mk/pkgformat/README index 23a39d2f41144..34c6db2063544 100644 --- a/mk/pkgformat/README +++ b/mk/pkgformat/README @@ -1,4 +1,4 @@ -$NetBSD: README,v 1.2 2014/12/30 15:13:19 wiz Exp $ +$NetBSD: README,v 1.3 2016/04/10 15:58:03 joerg Exp $ = Introduction = @@ -57,7 +57,6 @@ The following make targets must be implemented: * _pkgformat-show-depends * _pkgformat-install-dependencies * bootstrap-depends -* _pkgformat-register * tarup (XXX: This doesn't sound like a target that should be defined here.) * tarup-pkg diff --git a/mk/pkgformat/pkg/install.mk b/mk/pkgformat/pkg/install.mk index 7fcbc274ffb16..82feab9516557 100644 --- a/mk/pkgformat/pkg/install.mk +++ b/mk/pkgformat/pkg/install.mk @@ -1,75 +1,7 @@ -# $NetBSD: install.mk,v 1.1 2011/10/15 00:23:09 reed Exp $ -# -# _pkgformat-check-conflicts: -# Checks for conflicts between the package and installed packages. -# -# XXX: Needs WRKDIR. -# -# _pkgformat-check-installed: -# Checks if the package (or an older version of it) is already -# installed on the system. -# -# XXX: Needs WRKDIR. -# -# _pkgformat-register: -# Populates the package database with the appropriate entries to -# register the package as being installed on the system. +# $NetBSD: install.mk,v 1.2 2016/04/10 15:58:03 joerg Exp $ # # _pkgformat-install-clean: # Removes the state files from the run of an ``install'' target. # -_pkgformat-check-conflicts: .PHONY error-check - ${RUN}${RM} -f ${WRKDIR}/.CONFLICTS -.for _conflict_ in ${CONFLICTS} - ${RUN} \ - found="`${_PKG_BEST_EXISTS} ${_conflict_:Q} || ${TRUE}`"; \ - case "$$found" in \ - "") ;; \ - *) ${ECHO} "$$found" >> ${WRKDIR}/.CONFLICTS ;; \ - esac -.endfor - ${RUN} \ - ${TEST} -f ${WRKDIR}/.CONFLICTS || exit 0; \ - exec 1>${ERROR_DIR}/${.TARGET}; \ - ${ECHO} "${PKGNAME} conflicts with installed package(s):"; \ - ${CAT} ${WRKDIR}/.CONFLICTS | ${SED} -e "s|^| |"; \ - ${ECHO} "They install the same files into the same place."; \ - ${ECHO} "Please remove conflicts first with pkg_delete(1)."; \ - ${RM} -f ${WRKDIR}/.CONFLICTS - -_pkgformat-check-installed: .PHONY error-check - ${RUN} \ - found="`${_PKG_BEST_EXISTS} ${PKGWILDCARD:Q} || ${TRUE}`"; \ - ${TEST} -n "$$found" || exit 0; \ - exec 1>${ERROR_DIR}/${.TARGET}; \ - ${ECHO} "$$found is already installed - perhaps an older version?"; \ - ${ECHO} "If so, you may use either of:"; \ - ${ECHO} " - \"pkg_delete $$found\" and \"${MAKE} reinstall\""; \ - ${ECHO} " to upgrade properly"; \ - ${ECHO} " - \"${MAKE} update\" to rebuild the package and all"; \ - ${ECHO} " of its dependencies"; \ - ${ECHO} " - \"${MAKE} replace\" to replace only the package without"; \ - ${ECHO} " re-linking dependencies, risking various problems." - -_REGISTER_DEPENDENCIES= \ - ${PKGSRC_SETENV} PKG_DBDIR=${_PKG_DBDIR:Q} \ - AWK=${TOOLS_AWK:Q} \ - ${SH} ${PKGSRCDIR}/mk/pkgformat/pkg/register-dependencies - -_pkgformat-register: .PHONY _pkgformat-generate-metadata ${_RDEPENDS_FILE} - @${STEP_MSG} "Registering installation for ${PKGNAME}" - ${RUN}${RM} -fr ${_PKG_DBDIR}/${PKGNAME} - ${RUN}${MKDIR} ${_PKG_DBDIR}/${PKGNAME} - ${RUN}${CP} ${PKG_DB_TMPDIR}/* ${_PKG_DBDIR}/${PKGNAME} - ${RUN}${PKG_ADMIN} add ${PKGNAME} - ${RUN} \ - case ${_AUTOMATIC:Q}"" in \ - [yY][eE][sS]) ${PKG_ADMIN} set automatic=yes ${PKGNAME} ;; \ - esac - ${RUN}${_FULL_DEPENDS_CMD} | \ - ${SORT} -u | ${_REGISTER_DEPENDENCIES} ${PKGNAME} - ${RUN}${GREP} '^@pkgdir ' < ${_PKG_DBDIR}/${PKGNAME}/+CONTENTS | \ - while read tag dir; do ${MKDIR} ${PREFIX}/$$dir; done - _pkgformat-install-clean: .PHONY _pkgformat-clean-metadata diff --git a/mk/pkgformat/pkg/metadata.mk b/mk/pkgformat/pkg/metadata.mk index 45ad0ad849688..d3aa1c5679e81 100644 --- a/mk/pkgformat/pkg/metadata.mk +++ b/mk/pkgformat/pkg/metadata.mk @@ -1,4 +1,4 @@ -# $NetBSD: metadata.mk,v 1.12 2015/07/04 16:18:38 joerg Exp $ +# $NetBSD: metadata.mk,v 1.13 2016/04/10 15:58:03 joerg Exp $ ###################################################################### ### The targets below are all PRIVATE. @@ -247,27 +247,6 @@ ${_MESSAGE_FILE}: ${MESSAGE_SRC} ${RUN}${MKDIR} ${.TARGET:H} ${RUN}${CAT} ${.ALLSRC} | \ ${SED} ${_MESSAGE_SUBST_SED} > ${.TARGET} - -# Display MESSAGE file and optionally mail the contents to -# PKGSRC_MESSAGE_RECIPIENTS. -# -.PHONY: install-display-message -_pkgformat-register: install-display-message -install-display-message: ${_MESSAGE_FILE} - @${STEP_MSG} "Please note the following:" - @${ECHO_MSG} "" - @${CAT} ${_MESSAGE_FILE} - @${ECHO_MSG} "" -. if !empty(PKGSRC_MESSAGE_RECIPIENTS) - ${RUN} \ - (${ECHO} "The ${PKGNAME} package was installed on `${HOSTNAME_CMD}` at `date`"; \ - ${ECHO} ""; \ - ${ECHO} "Please note the following:"; \ - ${ECHO} ""; \ - ${CAT} ${_MESSAGE_FILE}; \ - ${ECHO} "") | \ - ${MAIL_CMD} -s"Package ${PKGNAME} installed on `${HOSTNAME_CMD}`" ${PKGSRC_MESSAGE_RECIPIENTS} -. endif .endif # MESSAGE_SRC ###################################################################### @@ -364,11 +343,7 @@ _PKG_CREATE_ARGS+= ${INSTALL_FILE:D ${_INSTALL_ARG_cmd:sh}} _PKG_CREATE_ARGS+= ${DEINSTALL_FILE:D ${_DEINSTALL_ARG_cmd:sh}} _PKG_ARGS_INSTALL+= ${_PKG_CREATE_ARGS} -.if ${_USE_DESTDIR} == "no" -_PKG_ARGS_INSTALL+= -p ${PREFIX} -.else _PKG_ARGS_INSTALL+= -I ${PREFIX} -p ${DESTDIR}${PREFIX} -.endif _DEINSTALL_ARG_cmd= if ${TEST} -f ${DEINSTALL_FILE}; then \ ${ECHO} "-k "${DEINSTALL_FILE:Q}; \ diff --git a/mk/pkgformat/pkg/package.mk b/mk/pkgformat/pkg/package.mk index d9116e369fe4c..d94c2c7915608 100644 --- a/mk/pkgformat/pkg/package.mk +++ b/mk/pkgformat/pkg/package.mk @@ -1,4 +1,4 @@ -# $NetBSD: package.mk,v 1.13 2016/02/02 08:15:07 rillig Exp $ +# $NetBSD: package.mk,v 1.15 2016/05/09 00:07:23 joerg Exp $ .if defined(PKG_SUFX) WARNINGS+= "PKG_SUFX is deprecated, please use PKG_COMPRESSION" @@ -13,38 +13,17 @@ WARNINGS+= "Unsupported value for PKG_SUFX" PKG_SUFX?= .tgz FILEBASE?= ${PKGBASE} PKGFILE?= ${PKGREPOSITORY}/${FILEBASE}-${PKGVERSION}${PKG_SUFX} -.if ${_USE_DESTDIR} == "no" -. if !empty(SIGN_PACKAGES:Mgpg) STAGE_PKGFILE?= ${WRKDIR}/.packages/${FILEBASE}-${PKGVERSION}${PKG_SUFX} -. elif !empty(SIGN_PACKAGES:Mx509) -STAGE_PKGFILE?= ${WRKDIR}/.packages/${FILEBASE}-${PKGVERSION}${PKG_SUFX} -. else -STAGE_PKGFILE?= ${PKGFILE} -. endif -.else -STAGE_PKGFILE?= ${WRKDIR}/.packages/${FILEBASE}-${PKGVERSION}${PKG_SUFX} -.endif PKGREPOSITORY?= ${PACKAGES}/${PKGREPOSITORYSUBDIR} PKGREPOSITORYSUBDIR?= All -###################################################################### -### package-check-installed (PRIVATE, pkgsrc/mk/package/package.mk) -###################################################################### -### package-check-installed verifies that the package is installed on -### the system. -### -.PHONY: package-check-installed -package-check-installed: - ${RUN} ${PKG_INFO} -qe ${PKGNAME} \ - || ${FAIL_MSG} "${PKGNAME} is not installed." - ###################################################################### ### package-create (PRIVATE, pkgsrc/mk/package/package.mk) ###################################################################### ### package-create creates the binary package. ### .PHONY: package-create -package-create: ${PKGFILE} package-links +package-create: ${PKGFILE} ###################################################################### ### stage-package-create (PRIVATE, pkgsrc/mk/package/package.mk) @@ -52,21 +31,13 @@ package-create: ${PKGFILE} package-links ### stage-package-create creates the binary package for stage install. ### .PHONY: stage-package-create -.if ${_USE_DESTDIR} == "no" -stage-package-create: package-create -.else stage-package-create: stage-install ${STAGE_PKGFILE} -.endif _PKG_ARGS_PACKAGE+= ${_PKG_CREATE_ARGS} _PKG_ARGS_PACKAGE+= -F ${PKG_COMPRESSION} -.if ${_USE_DESTDIR} == "no" -_PKG_ARGS_PACKAGE+= -p ${PREFIX} -.else _PKG_ARGS_PACKAGE+= -I ${PREFIX} -p ${DESTDIR}${PREFIX} -. if ${_USE_DESTDIR} == "user-destdir" +.if ${_USE_DESTDIR} == "user-destdir" _PKG_ARGS_PACKAGE+= -u ${REAL_ROOT_USER} -g ${REAL_ROOT_GROUP} -. endif .endif ${STAGE_PKGFILE}: ${_CONTENTS_TARGETS} @@ -117,31 +88,6 @@ package-remove: stage-package-remove: ${RUN} ${RM} -f ${STAGE_PKGFILE} -###################################################################### -### package-links (PRIVATE) -###################################################################### -### package-links creates symlinks to the binary package from the -### non-primary categories to which the package belongs. -### -package-links: delete-package-links -.for _dir_ in ${CATEGORIES:S/^/${PACKAGES}\//} - ${RUN} ${MKDIR} ${_dir_:Q} - ${RUN} [ -d ${_dir_:Q} ] \ - || ${FAIL_MSG} "Can't create directory "${_dir_:Q}"." - ${RUN} ${RM} -f ${_dir_:Q}/${PKGFILE:T} - ${RUN} ${LN} -s ../${PKGREPOSITORYSUBDIR}/${PKGFILE:T} ${_dir_:Q} -.endfor - -###################################################################### -### delete-package-links (PRIVATE) -###################################################################### -### delete-package-links removes the symlinks to the binary package from -### the non-primary categories to which the package belongs. -### -delete-package-links: - ${RUN} ${FIND} ${PACKAGES}/*/${PKGFILE:T} -type l -print \ - 2>/dev/null | ${XARGS} ${RM} -f - ###################################################################### ### tarup (PUBLIC) ###################################################################### @@ -151,7 +97,7 @@ delete-package-links: _PKG_TARUP_CMD= ${LOCALBASE}/bin/pkg_tarup .PHONY: tarup -tarup: package-remove tarup-pkg package-links +tarup: package-remove tarup-pkg ###################################################################### ### tarup-pkg (PRIVATE) @@ -187,15 +133,10 @@ stage-package-install: stage-package-create real-package-install stage-package-install: barrier .endif -.if ${_USE_DESTDIR} != "no" -. if !empty(USE_CROSS_COMPILE:M[yY][eE][sS]) +.if !empty(USE_CROSS_COMPILE:M[yY][eE][sS]) real-package-install: su-real-package-install -. else -real-package-install: su-target -. endif .else -real-package-install: - @${DO_NADA} +real-package-install: su-target .endif MAKEFLAGS.su-real-package-install= PKGNAME_REQD=${PKGNAME_REQD:Q} diff --git a/mk/pkgformat/pkg/pkgformat-vars.mk b/mk/pkgformat/pkg/pkgformat-vars.mk index 6a9284213e686..27e8fb7fa982a 100644 --- a/mk/pkgformat/pkg/pkgformat-vars.mk +++ b/mk/pkgformat/pkg/pkgformat-vars.mk @@ -1,4 +1,4 @@ -# $NetBSD: pkgformat-vars.mk,v 1.5 2014/12/30 15:13:20 wiz Exp $ +# $NetBSD: pkgformat-vars.mk,v 1.6 2016/04/10 15:20:26 joerg Exp $ # # This Makefile fragment is included indirectly by bsd.prefs.mk and # defines some variables which must be defined earlier than where @@ -32,11 +32,7 @@ PKG_INFO_CMD?= ${PKG_TOOLS_BIN}/pkg_info LINKFARM_CMD?= ${PKG_TOOLS_BIN}/linkfarm # Latest versions of tools required for correct pkgsrc operation. -.if make(replace) && ${_USE_DESTDIR} != "no" PKGTOOLS_REQD= 20100914 -.else -PKGTOOLS_REQD= 20090528 -.endif # Latest version of pkg_install required to extract packages PKGTOOLS_VERSION_REQD= 20091115 diff --git a/mk/pkgformat/pkg/pkgformat.mk b/mk/pkgformat/pkg/pkgformat.mk index 5bf736fe4e4d7..34b304644e6a7 100644 --- a/mk/pkgformat/pkg/pkgformat.mk +++ b/mk/pkgformat/pkg/pkgformat.mk @@ -1,19 +1,13 @@ -# $NetBSD: pkgformat.mk,v 1.2 2014/12/30 15:13:20 wiz Exp $ +# $NetBSD: pkgformat.mk,v 1.3 2016/04/10 15:58:03 joerg Exp $ # # This Makefile fragment provides variable and target overrides that are # specific to the pkgsrc native package format. # -# PKG_FILELIST_CMD outputs the list of files owned by ${PKGNAME} as -# registered on the system. +# PKG_FILELIST_CMD outputs the list of files in the package based on +# _DEPENDS_PLIST. # -# For DESTDIR support, just use _DEPENDS_PLIST instead. -# -.if ${_USE_DESTDIR} == "no" -PKG_FILELIST_CMD= ${PKG_INFO} -qL ${PKGNAME:Q} -.else PKG_FILELIST_CMD= ${SED} -e "/^@/d" -e "s|^|${PREFIX}/|" ${_DEPENDS_PLIST} -.endif .include "depends.mk" .include "check.mk" diff --git a/mk/pkgformat/pkg/replace.mk b/mk/pkgformat/pkg/replace.mk index 93d976e8fa146..14da71556304f 100644 --- a/mk/pkgformat/pkg/replace.mk +++ b/mk/pkgformat/pkg/replace.mk @@ -1,19 +1,14 @@ -# $NetBSD: replace.mk,v 1.2 2013/05/23 13:18:56 obache Exp $ +# $NetBSD: replace.mk,v 1.3 2016/04/10 15:58:03 joerg Exp $ # -# _pkgformat-replace: -# Updates a package in-place on the system (USE_DESTDIR=no). -# # _pkgformat-destdir-replace: -# Updates a package in-place on the system (USE_DESTDIR=yes). +# Updates a package in-place on the system. # # See also: # replace # # XXX: The whole replacement, from deinstalling the old package up -# to installing the new package, should be one transaction. It -# currently isn't, and the check-files target for other packages -# can be confused when a +REQUIRED_BY files suddenly disappears. +# to installing the new package, should be one transaction. # _pkgformat-replace: \ replace-names \ diff --git a/mk/pkginstall/bsd.pkginstall.mk b/mk/pkginstall/bsd.pkginstall.mk index baa5fd067a0d1..53214ba9c7fec 100644 --- a/mk/pkginstall/bsd.pkginstall.mk +++ b/mk/pkginstall/bsd.pkginstall.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.pkginstall.mk,v 1.64 2015/11/08 03:21:46 leot Exp $ +# $NetBSD: bsd.pkginstall.mk,v 1.68 2016/04/12 16:01:06 jaapb Exp $ # # This Makefile fragment is included by bsd.pkg.mk and implements the # common INSTALL/DEINSTALL scripts framework. To use the pkginstall @@ -19,6 +19,7 @@ _VARGROUPS+= pkginstall _USER_VARS.pkginstall= \ FONTS_VERBOSE \ INFO_FILES_VERBOSE \ + OCAML_FINDLIB_REGISTER_VERBOSE \ PKG_CREATE_USERGROUP \ PKG_CONFIG PKG_CONFIG_PERMS \ PKG_RCD_SCRIPTS \ @@ -179,11 +180,11 @@ FILES_SUBST+= PKGBASE=${PKGBASE:Q} # # USERGROUP_PHASE is set to the phase just before which users and # groups need to be created. Valid values are "configure" and -# "build". If not defined, then by default users and groups -# are created prior to installation by the pre-install-script -# target. If this is defined, then the numeric UIDs and GIDs -# of users and groups required by this package are hardcoded -# into the +INSTALL script. +# "build" and "pre-install". +# If not defined, then by default users and groups are created +# as pare of the +INSTALL script. If this is defined, then +# the numeric UIDs and GIDs of users and groups required by this +# package are hardcoded into the +INSTALL script. # PKG_GROUPS?= # empty PKG_USERS?= # empty @@ -326,7 +327,7 @@ ${_INSTALL_USERGROUP_UNPACKER}: \ pre-configure: create-usergroup . elif !empty(USERGROUP_PHASE:M*build) pre-build: create-usergroup -. elif !empty(USERGROUP_PHASE:Mpre-install) && ${_USE_DESTDIR} != "no" +. elif !empty(USERGROUP_PHASE:Mpre-install) pre-install: create-usergroup . endif .endif @@ -373,9 +374,8 @@ su-create-usergroup: ${_INSTALL_USERGROUP_UNPACKER} # make certain files set-uid or to change the ownership or a # directory. # -# Note that when USE_DESTDIR is in effect, the special permissions -# are not directly recorded (as file attributes) in the binary -# package file. +# The special permissions may not directly recorded (as file +# attributes) in the binary package file. # # SETUID_ROOT_PERMS is a convenience definition to note an executable is # meant to be setuid-root, and should be used as follows: @@ -786,6 +786,30 @@ install-script-data-info-files: fi .endif +# OCAML_FINDLIB_REGISTER +_INSTALL_OFR_FILE= ${_PKGINSTALL_DIR}/ocaml-findlib-register +_INSTALL_UNPACK_TMPL+= ${_INSTALL_OFR_FILE} + +${_INSTALL_OFR_FILE}: ../../mk/pkginstall/ocaml-findlib-register + ${RUN}${MKDIR} ${.TARGET:H} +.if defined(OCAML_FINDLIB_REGISTER) + ${RUN}${SED} ${FILES_SUBST_SED} \ + ../../mk/pkginstall/ocaml-findlib-register > ${.TARGET} +.else + ${RUN} ${RM} -f ${.TARGET}; \ + ${TOUCH} ${TOUCH_ARGS} ${.TARGET} +.endif + +.PHONY: install-script-data-ocaml-findlib-register +install-script-data: install-script-data-ocaml-findlib-register +install-script-data-ocaml-findlib-register: +.if defined(OCAML_FINDLIB_REGISTER) + ${RUN} \ + cd ${PKG_DB_TMPDIR} && ${PKGSRC_SETENV} ${INSTALL_SCRIPTS_ENV} \ + ${_PKG_DEBUG_SCRIPT} ${INSTALL_FILE} ${PKGNAME} \ + UNPACK +OCAML_FINDLIB_REGISTER +.endif + # PKG_SHELL contains the pathname of the shell that should be added or # removed from the shell database, /etc/shells. If a pathname # is relative, then it is taken to be relative to ${PREFIX}. @@ -984,9 +1008,11 @@ ${_INSTALL_FONTS_FILE}: ../../mk/pkginstall/fonts .if ${PKG_DEVELOPER:Uno} != "no" FONTS_VERBOSE?= YES INFO_FILES_VERBOSE?= YES +OCAML_FINDLIB_REGISTER_VERBOSE?= YES .else FONTS_VERBOSE?= NO INFO_FILES_VERBOSE?= NO +OCAML_FINDLIB_REGISTER_VERBOSE?= NO .endif PKG_CREATE_USERGROUP?= YES PKG_CONFIG?= YES @@ -1002,6 +1028,7 @@ FILES_SUBST+= PKG_REGISTER_SHELLS=${PKG_REGISTER_SHELLS:Q} FILES_SUBST+= PKG_UPDATE_FONTS_DB=${PKG_UPDATE_FONTS_DB:Q} FILES_SUBST+= FONTS_VERBOSE=${FONTS_VERBOSE:Q} FILES_SUBST+= INFO_FILES_VERBOSE=${INFO_FILES_VERBOSE:Q} +FILES_SUBST+= OCAML_FINDLIB_REGISTER_VERBOSE=${OCAML_FINDLIB_REGISTER_VERBOSE:Q} # Substitute for various programs used in the DEINSTALL/INSTALL scripts and # in the rc.d scripts. @@ -1032,6 +1059,7 @@ FILES_SUBST+= LN=${LN:Q} FILES_SUBST+= LS=${LS:Q} FILES_SUBST+= MKDIR=${MKDIR:Q} FILES_SUBST+= MV=${MV:Q} +FILES_SUBST+= OCAML_FINDLIB_DIRS=${OCAML_FINDLIB_DIRS:Q} FILES_SUBST+= PERL5=${PERL5:Q} FILES_SUBST+= PKG_ADMIN=${PKG_ADMIN_CMD:Q} FILES_SUBST+= PKG_INFO=${PKG_INFO_CMD:Q} @@ -1059,8 +1087,6 @@ INSTALL_SCRIPTS_ENV= PKG_PREFIX=${PREFIX} INSTALL_SCRIPTS_ENV+= PKG_METADATA_DIR=${_PKG_DBDIR}/${PKGNAME} INSTALL_SCRIPTS_ENV+= PKG_REFCOUNT_DBDIR=${PKG_REFCOUNT_DBDIR} -.PHONY: pre-install-script post-install-script - DEINSTALL_FILE= ${PKG_DB_TMPDIR}/+DEINSTALL INSTALL_FILE= ${PKG_DB_TMPDIR}/+INSTALL _DEINSTALL_FILE= ${_PKGINSTALL_DIR}/DEINSTALL @@ -1122,24 +1148,6 @@ ${_INSTALL_FILE}: ${INSTALL_SRC} esac ${RUN}${CHMOD} +x ${.TARGET} -pre-install-script: - ${RUN} \ - if ${TEST} -x ${INSTALL_FILE}; then \ - ${STEP_MSG} "Running PRE-INSTALL script actions"; \ - cd ${PKG_DB_TMPDIR} && ${PKGSRC_SETENV} ${INSTALL_SCRIPTS_ENV} \ - ${_PKG_DEBUG_SCRIPT} ${INSTALL_FILE} ${PKGNAME} \ - PRE-INSTALL; \ - fi - -post-install-script: - ${RUN} \ - if ${TEST} -x ${INSTALL_FILE}; then \ - ${STEP_MSG} "Running POST-INSTALL script actions"; \ - cd ${PKG_DB_TMPDIR} && ${PKGSRC_SETENV} ${INSTALL_SCRIPTS_ENV} \ - ${_PKG_DEBUG_SCRIPT} ${INSTALL_FILE} ${PKGNAME} \ - POST-INSTALL; \ - fi - # rc.d scripts are automatically generated and installed into the rc.d # scripts example directory at the post-install step. The following # variables are relevant to this process: diff --git a/mk/pkginstall/deinstall b/mk/pkginstall/deinstall index 6fd7f05693f88..cdfb00be2c73b 100644 --- a/mk/pkginstall/deinstall +++ b/mk/pkginstall/deinstall @@ -1,7 +1,13 @@ -# $NetBSD: deinstall,v 1.3 2014/12/30 15:13:20 wiz Exp $ +# $NetBSD: deinstall,v 1.4 2016/04/12 15:52:29 jaapb Exp $ case ${STAGE} in DEINSTALL) + # + # Unregister package from ocaml-findlib. + # + ${TEST} ! -x ./+OCAML_FINDLIB_REGISTER || + ./+OCAML_FINDLIB_REGISTER REMOVE ${OCAML_FINDLIB_DIR} + # # Unregister info files. # diff --git a/mk/pkginstall/install b/mk/pkginstall/install index 598cec620c39c..0304b4ebc1785 100644 --- a/mk/pkginstall/install +++ b/mk/pkginstall/install @@ -1,4 +1,4 @@ -# $NetBSD: install,v 1.3 2014/12/30 15:13:20 wiz Exp $ +# $NetBSD: install,v 1.4 2016/04/12 15:52:29 jaapb Exp $ case ${STAGE} in PRE-INSTALL) @@ -70,6 +70,12 @@ POST-INSTALL) # ${TEST} ! -x ./+INFO_FILES || ./+INFO_FILES ADD ${PKG_METADATA_DIR} + + # + # Register package into ocaml-findlib. + # + ${TEST} ! -x ./+OCAML_FINDLIB_REGISTER || + ./+OCAML_FINDLIB_REGISTER ADD ${PKG_METADATA_DIR} ;; esac diff --git a/mk/pkginstall/ocaml-findlib-register b/mk/pkginstall/ocaml-findlib-register new file mode 100644 index 0000000000000..8a709bb618802 --- /dev/null +++ b/mk/pkginstall/ocaml-findlib-register @@ -0,0 +1,67 @@ +# $NetBSD: ocaml-findlib-register,v 1.1 2016/04/12 15:52:29 jaapb Exp $ +# +# Generate an +OCAML_FINDLIB_REGISTER script that handles registration for +# findlib after a binary installation +# +case "${STAGE},$1" in +UNPACK,|UNPACK,+OCAML_FINDLIB_REGISTER) + ${CAT} > ./+OCAML_FINDLIB_REGISTER << 'EOF' +#!@SH@ +# +# +OCAML_FINDLIB_REGISTER - ocaml-findlib registration script +# +# Usage: ./+OCAML_FINDLIB_REGISTER ADD|REMOVE [findlib_pkg_dir] +# +# This script supports two actions, ADD and REMOVE, that will +# add or remove directories from the ocaml ld.conf file (standard location +# is in LOCALBASE/lib/ocaml/ld.conf) +# +ECHO="@ECHO@" +GREP="@GREP@" +MV="@MV@" +OCAML_FINDLIB_DIRS="@OCAML_FINDLIB_DIRS@" +PWD_CMD="@PWD_CMD@" +RM="@RM@" +TOUCH="@TOUCH@" + +SELF=$0 +ACTION=$1 + +LDCONF="@PREFIX@/lib/ocaml/ld.conf" + +CURDIR=`${PWD_CMD}` +PKG_METADATA_DIR="${2-${CURDIR}}" +: ${PKGNAME=${PKG_METADATA_DIR##*/}} +: ${PKG_PREFIX=@PREFIX@} + +case "${OCAML_FINDLIB_REGISTER_VERBOSE:-@OCAML_FINDLIB_REGISTER_VERBOSE@}" in +[Yy][Ee][Ss]|[Tt][Rr][Uu][Ee]|[Oo][Nn]|1) + echo="${ECHO}" + ;; +[Nn][Oo]|[Ff][Aa][Ll][Ss][Ee]|[Oo][Ff][Ff]|0) + echo=":" + ;; +esac + +${TOUCH} ${LDCONF}.tmp +for i in ${OCAML_FINDLIB_DIRS} +do + ${GREP} -F -v -- "$i" < "${LDCONF}" >> "${LDCONF}.tmp" + case $ACTION in + ADD) + $echo "${PKGNAME}: adding $i to ${LDCONF}" + ${ECHO} "@PREFIX@/$i" >> "${LDCONF}.tmp" + ;; + + REMOVE) + $echo "${PKGNAME}: removing $i from ${LDCONF}" + ;; + esac +done +${MV} -f "${LDCONF}.tmp" "${LDCONF}" + +EOF + ${CHMOD} +x ./+OCAML_FINDLIB_REGISTER + ;; +esac + diff --git a/mk/platform/Linux.mk b/mk/platform/Linux.mk index 74605d96893a5..9e1e23757ac3d 100644 --- a/mk/platform/Linux.mk +++ b/mk/platform/Linux.mk @@ -1,4 +1,4 @@ -# $NetBSD: Linux.mk,v 1.65 2016/03/10 16:58:19 jperkin Exp $ +# $NetBSD: Linux.mk,v 1.66 2016/03/17 16:02:23 jperkin Exp $ # # Variable definitions for the Linux operating system. @@ -120,7 +120,7 @@ LIBABISUFFIX?= 64 # When building 32-bit packages on x86_64 GNU ld isn't smart enough to # figure out the target architecture based on the objects so we need to # explicitly set it. -.if ${NATIVE_MACHINE_ARCH} == "x86_64" && ${MACHINE_ARCH} == "i386" +.if ${HOST_MACHINE_ARCH} == "x86_64" && ${MACHINE_ARCH} == "i386" _WRAP_EXTRA_ARGS.LD+= -m elf_i386 CWRAPPERS_APPEND.ld+= -m elf_i386 .endif diff --git a/mk/plist/plist-man.awk b/mk/plist/plist-man.awk index ccd61fd7c5a7b..8dcd366bb6be4 100644 --- a/mk/plist/plist-man.awk +++ b/mk/plist/plist-man.awk @@ -1,4 +1,4 @@ -# $NetBSD: plist-man.awk,v 1.10 2015/10/07 09:56:14 jperkin Exp $ +# $NetBSD: plist-man.awk,v 1.11 2016/04/11 12:29:53 jperkin Exp $ # # Copyright (c) 2006 The NetBSD Foundation, Inc. # All rights reserved. @@ -129,11 +129,12 @@ BEGIN { } ### -### Append ".gz" to the end of man page entries if compressed pages are -### requested. +### Fixup catman entries to use section suffixes if required. ### -(MANZ ~ /[yY][eE][sS]/) && /^[^@]/ && $0 ~ "^([^/]*/)+" CATORMAN_REGEX "$" { - $0 = $0 ".gz" +(CATMAN_SECTION_SUFFIX ~ /[yY][eE][sS]/)&& /^[^@]/ && $0 ~ "^man/([^/]*/)?" CATPAGE_REGEX { + n = split($0, components, "/") + sub("^cat", "", components[n-1]) + sub("0$", components[n-1], $0) } ### @@ -144,10 +145,9 @@ BEGIN { } ### -### Fixup catman entries to use section suffixes if required. +### Append ".gz" to the end of man page entries if compressed pages are +### requested. ### -(CATMAN_SECTION_SUFFIX ~ /[yY][eE][sS]/)&& /^[^@]/ && $0 ~ "^man/([^/]*/)?" CATPAGE_REGEX { - n = split($0, components, "/") - sub("^cat", "", components[n-1]) - sub("0$", components[n-1], $0) +(MANZ ~ /[yY][eE][sS]/) && /^[^@]/ && $0 ~ "^([^/]*/)+" CATORMAN_REGEX "$" { + $0 = $0 ".gz" } diff --git a/mk/plist/print-plist.mk b/mk/plist/print-plist.mk index fa1f042f7b142..58d6dbf81b5b5 100644 --- a/mk/plist/print-plist.mk +++ b/mk/plist/print-plist.mk @@ -1,4 +1,4 @@ -# $NetBSD: print-plist.mk,v 1.27 2015/06/07 03:39:08 joerg Exp $ +# $NetBSD: print-plist.mk,v 1.30 2016/05/10 16:54:05 jperkin Exp $ ### ### Automatic PLIST generation @@ -53,22 +53,12 @@ _PRINT_PLIST_AWK_IGNORE+= || ($$0 ~ /^.*\/fonts\.scale/) _PRINT_PLIST_AWK_IGNORE+= || ($$0 ~ /^.*\/fonts\.cache-1/) .endif -# scan $PREFIX for any files/dirs modified since the package was extracted -# will emit "@exec mkdir"-statements for empty directories -# XXX will fail for data files that were copied using tar (e.g. emacs)! -# XXX should check $LOCALBASE and $X11BASE, and add @cwd statements - -.if ${_USE_DESTDIR} == "no" -_PRINT_PLIST_FILES_CMD= \ - ${FIND} ${DESTDIR}${PREFIX}/. -xdev -newer ${_COOKIE.extract} \! -type d -print -_PRINT_PLIST_DIRS_CMD= \ - ${FIND} ${DESTDIR}${PREFIX}/. -xdev -newer ${_COOKIE.extract} -type d -print -.else +# List the content of $PREFIX and emit "@pkgdir " statements for +# empty directories. _PRINT_PLIST_FILES_CMD= \ ${FIND} ${DESTDIR}${PREFIX}/. \! -type d -print _PRINT_PLIST_DIRS_CMD= \ ${FIND} ${DESTDIR}${PREFIX}/. -type d -print -.endif .if !empty(LIBTOOLIZE_PLIST:M[yY][eE][sS]) _PRINT_PLIST_LIBTOOLIZE_FILTER?= \ @@ -136,6 +126,7 @@ print-PLIST: if ('$$genlinks') print $$0; \ next; \ } \ + /^man\// { sub("\\.gz$$", ""); } \ { print $$0; }' ${RUN}\ for i in `${_PRINT_PLIST_DIRS_CMD} \ @@ -148,7 +139,8 @@ print-PLIST: { sub("^${PKGINFODIR}/", "info/"); } \ { sub("^${PKGMANDIR}/", "man/"); } \ /^${PKG_DBDIR:S|^${PREFIX}/||:S|/|\\/|g}(\/|$$)/ { next; } \ - /^${PKGINFODIR:S|/|\\/|g}$$/ { next; }'` ; \ + /^${PKGINFODIR:S|/|\\/|g}$$/ { next; } \ + { print $$0; }'` ; \ do \ if [ `${LS} -la ${DESTDIR}${PREFIX}/$$i | ${WC} -l` = 3 ]; then \ ${ECHO} @pkgdir $$i | ${AWK} ' \ diff --git a/mk/pthread.buildlink3.mk b/mk/pthread.buildlink3.mk index 30b5d90ea5b65..6498f0bb951b4 100644 --- a/mk/pthread.buildlink3.mk +++ b/mk/pthread.buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: pthread.buildlink3.mk,v 1.31 2015/01/01 07:51:47 dholland Exp $ +# $NetBSD: pthread.buildlink3.mk,v 1.32 2016/04/11 04:22:34 dbj Exp $ # # The pthreads strategy for pkgsrc is to "bless" a particular pthread # package as the Official Pthread Replacement (OPR). The following @@ -100,7 +100,7 @@ PTHREAD_TYPE= native . if !empty(PTHREAD_OPTS:Mnative) PTHREAD_TYPE= none . if !empty(PTHREAD_OPTS:Mrequire) && empty(PTHREAD_OPTS:Moptional) -PKG_SKIP_REASON= "${PKGNAME} requires a native pthreads implementation." +PKG_SKIP_REASON+= "${PKGNAME} requires a native pthreads implementation." . endif . else PTHREAD_TYPE= none @@ -111,7 +111,7 @@ PTHREAD_TYPE= ${_PKG_PTHREAD} . endfor . if ${PTHREAD_TYPE} == "none" && \ !empty(PTHREAD_OPTS:Mrequire) && empty(PTHREAD_OPTS:Moptional) -PKG_SKIP_REASON= "${PKGNAME} requires a working pthreads implementation." +PKG_SKIP_REASON+= "${PKGNAME} requires a working pthreads implementation." . endif . endif .endif @@ -138,7 +138,7 @@ BUILDLINK_LIBS.pthread= ${BUILDLINK_LIBS.${_PKG_PTHREAD}} BUILDLINK_AUTO_VARS.${_PKG_PTHREAD}?= ${PTHREAD_AUTO_VARS} BUILDLINK_AUTO_VARS.pthread= ${BUILDLINK_AUTO_VARS.${_PKG_PTHREAD}} . else -PKG_FAIL_REASON= ${PKGNAME:Q}" needs pthreads, but "${_PKG_PTHREAD_BUILDLINK3_MK:Q}" is missing." +PKG_FAIL_REASON+= ${PKGNAME:Q}" needs pthreads, but "${_PKG_PTHREAD_BUILDLINK3_MK:Q}" is missing." . endif .endif diff --git a/mk/readline.buildlink3.mk b/mk/readline.buildlink3.mk index 88765fcf504d6..f8ec5c282a8f1 100644 --- a/mk/readline.buildlink3.mk +++ b/mk/readline.buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: readline.buildlink3.mk,v 1.4 2013/08/16 11:31:50 jperkin Exp $ +# $NetBSD: readline.buildlink3.mk,v 1.5 2016/04/11 04:22:34 dbj Exp $ # # This Makefile fragment is meant to be included by packages that require # any readline implementation instead of one particular one. The available @@ -72,7 +72,7 @@ _PKG_USE_READLINE= yes .endif # EDITLINEREADLINE_BUILDLINK3_MK .if ${READLINE_TYPE} == "none" -PKG_FAIL_REASON= \ +PKG_FAIL_REASON+= \ "${_READLINE_TYPE} is not an acceptable readline type for ${PKGNAME}." .elif ${READLINE_TYPE} == "editline" . include "../../devel/editline/buildlink3.mk" diff --git a/mk/termcap.buildlink3.mk b/mk/termcap.buildlink3.mk index 1bcb2a90b8c34..3057b455f4ceb 100644 --- a/mk/termcap.buildlink3.mk +++ b/mk/termcap.buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: termcap.buildlink3.mk,v 1.10 2013/10/19 19:12:41 roy Exp $ +# $NetBSD: termcap.buildlink3.mk,v 1.11 2016/04/11 04:22:34 dbj Exp $ # # This Makefile fragment is meant to be included by packages that require # a termcap implementation that supports the basic termcap functions: @@ -54,7 +54,7 @@ BUILDLINK_TRANSFORM+= l:termcap:${BUILDLINK_LIBNAME.termcap} .endif # TERMCAP_BUILDLINK3_MK .if ${TERMCAP_TYPE} == "none" -PKG_FAIL_REASON= "No usable termcap library found on the system." +PKG_FAIL_REASON+= "No usable termcap library found on the system." .elif (${TERMCAP_TYPE} == "terminfo") || \ (${TERMCAP_TYPE} == "termlib") || \ (${TERMCAP_TYPE} == "termcap") || \ diff --git a/mk/terminfo.buildlink3.mk b/mk/terminfo.buildlink3.mk index 004cf85d81137..bc643a1f22c5b 100644 --- a/mk/terminfo.buildlink3.mk +++ b/mk/terminfo.buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: terminfo.buildlink3.mk,v 1.6 2014/03/11 09:16:57 obache Exp $ +# $NetBSD: terminfo.buildlink3.mk,v 1.7 2016/04/11 04:22:34 dbj Exp $ # # This Makefile fragment is meant to be included by packages that require # any terminfo implementation instead of one particular one. The available @@ -83,7 +83,7 @@ BUILDLINK_TRANSFORM+= l:${_tcap_}:${BUILDLINK_LIBNAME.terminfo} .endif # TERMINFO_BUILDLINK3_MK .if ${TERMINFO_TYPE} == "none" -PKG_FAIL_REASON= \ +PKG_FAIL_REASON+= \ "${_TERMINFO_TYPE} is not an acceptable terminfo type for ${PKGNAME}." .elif ${TERMINFO_TYPE} == "terminfo" BUILDLINK_TREE+= terminfo -terminfo diff --git a/mk/tex.buildlink3.mk b/mk/tex.buildlink3.mk index ed7879cc3bfb9..b502d2be50abf 100644 --- a/mk/tex.buildlink3.mk +++ b/mk/tex.buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: tex.buildlink3.mk,v 1.17 2006/10/01 14:53:30 rillig Exp $ +# $NetBSD: tex.buildlink3.mk,v 1.18 2016/04/11 04:22:34 dbj Exp $ # # This file is included by packages that need a TeX package to work. # @@ -88,7 +88,7 @@ _TEX_PKGSRCDIR= ${BUILDLINK_PKGSRCDIR.teTeX3} .endif # TEX_BUILDLINK3_MK .if ${TEX_TYPE} == "none" -PKG_FAIL_REASON= \ +PKG_FAIL_REASON+= \ "${_TEX_TYPE} is not an acceptable (${TEX_ACCEPTED})\ TeX version for ${PKGNAME}." .else diff --git a/mk/tools/replace.mk b/mk/tools/replace.mk index 22d910669cce1..d77fbfca8388c 100644 --- a/mk/tools/replace.mk +++ b/mk/tools/replace.mk @@ -1,4 +1,4 @@ -# $NetBSD: replace.mk,v 1.277 2015/11/25 13:05:47 jperkin Exp $ +# $NetBSD: replace.mk,v 1.278 2016/04/08 13:12:33 wiz Exp $ # # Copyright (c) 2005 The NetBSD Foundation, Inc. # All rights reserved. @@ -672,7 +672,7 @@ TOOLS_PATH.pax= ${LOCALBASE}/bin/${NBPAX_PROGRAM_PREFIX}pax . if !empty(PKGPATH:Mdevel/pkg-config) MAKEFLAGS+= TOOLS_IGNORE.pkg-config= . elif !empty(_TOOLS_USE_PKGSRC.pkg-config:M[yY][eE][sS]) -TOOLS_DEPENDS.pkg-config?= pkg-config>=0.25:../../devel/pkg-config +TOOLS_DEPENDS.pkg-config?= pkgconf-[0-9]*:../../devel/pkgconf TOOLS_CREATE+= pkg-config TOOLS_PATH.pkg-config= ${LOCALBASE}/bin/pkg-config . else diff --git a/mk/tools/tools.Darwin.mk b/mk/tools/tools.Darwin.mk index 6803b8677f889..f3fb7abbb221f 100644 --- a/mk/tools/tools.Darwin.mk +++ b/mk/tools/tools.Darwin.mk @@ -1,4 +1,4 @@ -# $NetBSD: tools.Darwin.mk,v 1.55 2015/02/01 08:48:56 obache Exp $ +# $NetBSD: tools.Darwin.mk,v 1.56 2016/04/11 04:49:41 dbj Exp $ # # System-supplied tools for the Darwin (Mac OS X) operating system. @@ -101,6 +101,7 @@ TOOLS_PLATFORM.shlock?= /usr/bin/shlock TOOLS_PLATFORM.sleep?= /bin/sleep .if exists(/usr/bin/soelim) TOOLS_PLATFORM.soelim?= /usr/bin/soelim +TOOLS_PLATFORM.gsoelim?= /usr/bin/soelim .endif TOOLS_PLATFORM.sort?= /usr/bin/sort TOOLS_PLATFORM.strip?= /usr/bin/strip diff --git a/mk/tools/tools.SunOS.mk b/mk/tools/tools.SunOS.mk index 000880cd318f0..079ea307b5135 100644 --- a/mk/tools/tools.SunOS.mk +++ b/mk/tools/tools.SunOS.mk @@ -1,4 +1,4 @@ -# $NetBSD: tools.SunOS.mk,v 1.49 2015/09/25 01:57:56 richard Exp $ +# $NetBSD: tools.SunOS.mk,v 1.50 2016/05/10 08:54:49 jperkin Exp $ # # System-supplied tools for the Solaris operating system. # @@ -203,11 +203,6 @@ TOOLS_PLATFORM.tbl?= /usr/bin/tbl .endif TOOLS_PLATFORM.tee?= /usr/bin/tee TOOLS_PLATFORM.test?= test # shell builtin -.if exists(/usr/bin/texi2html) -TOOLS_PLATFORM.texi2html?= /usr/bin/texi2html -.elif exists(/usr/sfw/bin/texi2html) -TOOLS_PLATFORM.texi2html?= /usr/sfw/bin/texi2html -.endif TOOLS_PLATFORM.touch?= /usr/bin/touch TOOLS_PLATFORM.tr?= /usr/xpg4/bin/tr TOOLS_PLATFORM.true?= true # shell builtin diff --git a/mk/wrapper/arg-source b/mk/wrapper/arg-source index 476de2de56b3d..bc78af996a9f3 100644 --- a/mk/wrapper/arg-source +++ b/mk/wrapper/arg-source @@ -1,4 +1,4 @@ -# $NetBSD: arg-source,v 1.17 2016/03/11 23:03:31 khorben Exp $ +# $NetBSD: arg-source,v 1.19 2016/03/14 20:11:56 markd Exp $ # # Copyright (c) 2004 The NetBSD Foundation, Inc. # All rights reserved. @@ -61,6 +61,18 @@ while $test $# -gt 0; do $debug_log $wrapperlog " (arg-source) push: $arg$nextarg" ;; ############################################################## + # Convert "-isystem /dir" into a single "-isystem,/dir". + # cmd-sync will put it back + ############################################################## + -isystem) + nextarg="$1"; shift + case "$nextarg" in + -*) msg_log $wrapperlog "WARNING: [arg-source] An $arg option must not be followed by another option, $nextarg." ;; + esac + append_queue argbuf "$arg,$nextarg" + $debug_log $wrapperlog " (arg-source) push: $arg,$nextarg" + ;; + ############################################################## # Split -Wl,option1,option2 into -Wl,option1 -Wl,option2 and # process them again. # @@ -171,6 +183,16 @@ while $test $# -gt 0; do $debug_log $wrapperlog " (arg-source) push: $arg" ;; ############################################################## + # Determine if we are compiling anything from source. + ############################################################## + *.C|*.CPP|*.c|*.c++|*.cc|*.cp|*.cpp|*.cxx|*.go|\ + *.H|*.HPP|*.h|*.h++|*.hh|*.hp|*.hpp|*.hxx|*.i|*.ii|\ + *.M|*.m|*.mi|*.mii|*.mm|*.S|*.s|*.sx|*.tcc) + has_source=yes + append_queue argbuf "$arg" + $debug_log $wrapperlog " (arg-source) push: $arg" + ;; + ############################################################## # For everything else, just queue it up. ############################################################## *) diff --git a/mk/wrapper/cmd-sink b/mk/wrapper/cmd-sink index 94f25d4ac63ee..0ac15e5f713b2 100644 --- a/mk/wrapper/cmd-sink +++ b/mk/wrapper/cmd-sink @@ -1,4 +1,4 @@ -# $NetBSD: cmd-sink,v 1.1 2004/09/21 15:01:41 jlam Exp $ +# $NetBSD: cmd-sink,v 1.2 2016/03/14 20:11:56 markd Exp $ # # Copyright (c) 2004 The NetBSD Foundation, Inc. # All rights reserved. @@ -38,5 +38,13 @@ while ! queue_is_empty cmdbuf; do pop_queue cmdbuf arg $debug_log $wrapperlog " (cmd-sink) pop: $arg" + case $arg in + -isystem,*) + dir="${arg#-isystem,}" + arg="-isystem" + . $buildcmd + arg="$dir" + ;; + esac . $buildcmd done diff --git a/mk/wrapper/cmd-sink-mkpie-gcc b/mk/wrapper/cmd-sink-mkpie-gcc index 8a1ed864d6d22..288187a6bcbaa 100644 --- a/mk/wrapper/cmd-sink-mkpie-gcc +++ b/mk/wrapper/cmd-sink-mkpie-gcc @@ -1,4 +1,4 @@ -# $NetBSD: cmd-sink-mkpie-gcc,v 1.1 2016/03/11 23:03:31 khorben Exp $ +# $NetBSD: cmd-sink-mkpie-gcc,v 1.2 2016/03/13 15:32:06 khorben Exp $ # # Copyright (c) 2016 The NetBSD Foundation, Inc. # All rights reserved. @@ -39,8 +39,10 @@ done # Append any optional flags required when linking binaries. if $test "$dont_link_binary" != "yes"; then - # XXX obtain these flags from _MKPIE_LDFLAGS.gcc - for arg in -pie; do + # XXX obtain these flags from _MKPIE_LDFLAGS.gcc and _MKPIE_CFLAGS.gcc + MKPIE_FLAGS="-pie" + $test "$has_source" = "yes" && MKPIE_FLAGS="-fPIC $MKPIE_FLAGS" + for arg in $MKPIE_FLAGS; do $debug_log $wrapperlog " (cmd-sink-mkpie-gcc) pop: $arg" . $buildcmd done diff --git a/mk/wrapper/gen-transform.sh b/mk/wrapper/gen-transform.sh index 58eabd869af68..8227b9a1869e6 100644 --- a/mk/wrapper/gen-transform.sh +++ b/mk/wrapper/gen-transform.sh @@ -1,6 +1,6 @@ #! @WRAPPER_SHELL@ # -# $NetBSD: gen-transform.sh,v 1.10 2014/12/30 15:13:20 wiz Exp $ +# $NetBSD: gen-transform.sh,v 1.11 2016/03/14 20:11:56 markd Exp $ # # Copyright (c) 2004 The NetBSD Foundation, Inc. # All rights reserved. @@ -81,12 +81,16 @@ gen() transform) $debug_log $wrapperlog " (gen-transform) $_cmd: $@" gen $_action "opt:-I$1:-I$2" + gen $_action "opt:-isystem,$1:-isystem,$2" gen $_action "opt-sub:-I$1:-I$2" + gen $_action "opt-sub:-isystem,$1:-isystem,$2" ;; untransform) $debug_log $wrapperlog " (gen-transform) $_cmd: $@" gen $_action "opt:-I$2:-I$1" + gen $_action "opt:-isystem,$2:-isystem,$1" gen $_action "opt-sub:-I$2:-I$1" + gen $_action "opt-sub:-isystem,$2:-isystem,$1" ;; esac ;; @@ -161,6 +165,7 @@ gen() $debug_log $wrapperlog " (gen-transform) $_cmd: $@" #gen $_action "opt:$1:$2" gen $_action "opt:-I$1:-I$2" + gen $_action "opt:-isystem,$1:-isystem,$2" gen $_action "opt:-L$1:-L$2" gen $_action "rpath-exact:$1:$2" gen $_action "sub-mangle:$1:$2" @@ -172,6 +177,7 @@ gen() no-abspath) $debug_log $wrapperlog " (gen-transform) $_cmd" gen $_action "rm-optarg:-I/" + gen $_action "rm-optarg:-isystem,/" gen $_action "rm-optarg:-L/" for _R in $rpath_options; do gen $_action "rm-optarg:$_R/" @@ -303,7 +309,9 @@ gen() rmdir) $debug_log $wrapperlog " (gen-transform) $_cmd: $@" gen $_action "opt:-I$1:" + gen $_action "opt:-isystem,$1:" gen $_action "rm-optarg:-I$1/" + gen $_action "rm-optarg:-isystem,$1/" gen $_action "opt:-L$1:" gen $_action "rm-optarg:-L$1/" for _R in $rpath_options; do @@ -340,6 +348,7 @@ gen() $debug_log $wrapperlog " (gen-transform) $_cmd: $@" gen $_action "opt-sub-trailer:$1:/\.:$1:" gen $_action "opt-sub-trailer:-I$1:/\.:-I$1:" + gen $_action "opt-sub-trailer:-isystem,$1:/\.:-isystem,$1:" gen $_action "opt-sub-trailer:-L$1:/\.:-L$1:" for _R in $rpath_options; do gen $_action "opt-sub-trailer:$_R$1:/\.:$_R$1:" @@ -355,6 +364,7 @@ gen() #gen $_action "opt-sub:$1:$2" gen $_action "libpath:$1:$2" gen $_action "opt-sub:-I$1:-I$2" + gen $_action "opt-sub:-isystem,$1:-isystem,$2" gen $_action "opt-sub:-L$1:-L$2" gen $_action "sub-rpath:$1:$2" ;; diff --git a/mk/wrapper/transform-gcc b/mk/wrapper/transform-gcc index 4e29fc84e48b5..231cd9288d430 100644 --- a/mk/wrapper/transform-gcc +++ b/mk/wrapper/transform-gcc @@ -1,4 +1,4 @@ -# $NetBSD: transform-gcc,v 1.31 2016/03/12 21:22:04 khorben Exp $ +# $NetBSD: transform-gcc,v 1.32 2016/03/14 20:11:56 markd Exp $ # # This file handles the transformations needed for gcc that can be done # looking at only one argument at a time. @@ -56,6 +56,7 @@ case $arg in -fweb |\ -fwrapv |\ -ggdb |\ +-isystem,* |\ -M |\ -M[DFMPT] |\ -MMD |\ diff --git a/mk/wxGTK.mk b/mk/wxGTK.mk index 9de7e64485d7e..083c572fe98e6 100644 --- a/mk/wxGTK.mk +++ b/mk/wxGTK.mk @@ -1,4 +1,4 @@ -# $NetBSD: wxGTK.mk,v 1.1 2015/11/17 13:42:35 mef Exp $ +# $NetBSD: wxGTK.mk,v 1.2 2016/04/11 04:22:34 dbj Exp $ # # This Makefile fragment is meant to be included by packages that # require a wxGTK library. wxGTK.mk will: @@ -49,7 +49,7 @@ BUILD_DEFS+= WXGTK_DEFAULT BUILD_DEFS_EFFECTS+= WXGTKBASE WXGTK_TYPE .if ${WXGTK_TYPE} == "none" -PKG_FAIL_REASON= \ +PKG_FAIL_REASON+= \ "${_WXGTK_TYPE} is not an acceptable version of wxGTK for ${PKGNAME}." .elif ${WXGTK_TYPE} == "WXGTK28" . include "../../x11/wxGTK28/buildlink3.mk" diff --git a/multimedia/adobe-flash-plugin11/Makefile b/multimedia/adobe-flash-plugin11/Makefile index 49af12f2722e8..71c53c155a3b1 100644 --- a/multimedia/adobe-flash-plugin11/Makefile +++ b/multimedia/adobe-flash-plugin11/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.58 2016/03/11 13:05:44 tsutsui Exp $ +# $NetBSD: Makefile,v 1.59 2016/04/09 12:23:03 tsutsui Exp $ DISTNAME= flash-plugin-${FLASH_VERSION}-release.${FLASH_ARCH} PKGNAME= adobe-${DISTNAME:C/-release.*//} @@ -29,7 +29,7 @@ EMUL_PLATFORMS= linux-i386 linux-x86_64 EMUL_MODULES.linux= gtk2 x11 krb5 alsa curl nss nspr EMUL_REQD= suse>=11.3 -FLASH_VERSION= 11.2.202.577 +FLASH_VERSION= 11.2.202.616 .include "../../mk/bsd.prefs.mk" diff --git a/multimedia/adobe-flash-plugin11/distinfo b/multimedia/adobe-flash-plugin11/distinfo index 873d8e547940c..c33088e77cd1a 100644 --- a/multimedia/adobe-flash-plugin11/distinfo +++ b/multimedia/adobe-flash-plugin11/distinfo @@ -1,10 +1,10 @@ -$NetBSD: distinfo,v 1.55 2016/03/11 13:05:44 tsutsui Exp $ +$NetBSD: distinfo,v 1.56 2016/04/09 12:23:03 tsutsui Exp $ -SHA1 (flash-plugin-11.2.202.577-release.i386.rpm) = e64504aa5b8e371ccd6168ed323502addaefe3ad -RMD160 (flash-plugin-11.2.202.577-release.i386.rpm) = 9b9493d3c33b39df9b1e420c25bce0b3175f06a9 -SHA512 (flash-plugin-11.2.202.577-release.i386.rpm) = afc4b1e54ea95101c136b4b091e77dd640691df2ea8637135058e65001511eea94e98f82758b7e51aa2b0c380bcf494efe0569a62373d38201903b6037683891 -Size (flash-plugin-11.2.202.577-release.i386.rpm) = 6949984 bytes -SHA1 (flash-plugin-11.2.202.577-release.x86_64.rpm) = b775fb7b75de20c2944a2855faf6676dbffe8173 -RMD160 (flash-plugin-11.2.202.577-release.x86_64.rpm) = f579b63d150dd8eda8527d893a79c418ec376a94 -SHA512 (flash-plugin-11.2.202.577-release.x86_64.rpm) = be80f5dde8fea1e32fe12064c2260c8ff636f416479cfe88989dd8de48ff352e7f4a3ea082e38134169ce57abe18a9af32f9cc6d25d1c16d520e29bc37ee108f -Size (flash-plugin-11.2.202.577-release.x86_64.rpm) = 7258838 bytes +SHA1 (flash-plugin-11.2.202.616-release.i386.rpm) = cabaaf1fbe421d002625976f879580912ee8e90d +RMD160 (flash-plugin-11.2.202.616-release.i386.rpm) = a4a2ce57c1881dedd319cb4f87a80f5ede333eb3 +SHA512 (flash-plugin-11.2.202.616-release.i386.rpm) = 746c0039a5bab47c0bc814ba1a47be3e60a70d747a7939bf7b3c742f074eff509d0c9e4afdbdd87f01dcf62f6fec9d15f15c1495eaa2123593725bad64283d3a +Size (flash-plugin-11.2.202.616-release.i386.rpm) = 6950897 bytes +SHA1 (flash-plugin-11.2.202.616-release.x86_64.rpm) = 7297d2f5be65c6d9073519befbb7279179e8b68f +RMD160 (flash-plugin-11.2.202.616-release.x86_64.rpm) = 35be8ee0a73a06ad31174358361e31394cfc1776 +SHA512 (flash-plugin-11.2.202.616-release.x86_64.rpm) = b4889467daaab1a3e44b3b53a6b480ff9ac8cdad3e0582366ec8f4f269fc92a4e0e79380e3b8cfda359a7feeb18b13a307260c0a78f6c429f908178160269239 +Size (flash-plugin-11.2.202.616-release.x86_64.rpm) = 7259428 bytes diff --git a/multimedia/farsight2/Makefile b/multimedia/farsight2/Makefile index 19edbd444b2ab..d418b726f5697 100644 --- a/multimedia/farsight2/Makefile +++ b/multimedia/farsight2/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.52 2015/12/05 21:25:51 adam Exp $ +# $NetBSD: Makefile,v 1.54 2016/05/03 11:40:04 prlw1 Exp $ DISTNAME= farsight2-0.0.31 -PKGREVISION= 16 +PKGREVISION= 18 CATEGORIES= chat multimedia MASTER_SITES= http://farsight.freedesktop.org/releases/farsight2/ diff --git a/multimedia/ffmpeg1/Makefile b/multimedia/ffmpeg1/Makefile index bea43c16e7d8d..554045716394b 100644 --- a/multimedia/ffmpeg1/Makefile +++ b/multimedia/ffmpeg1/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2015/11/18 14:19:47 ryoon Exp $ +# $NetBSD: Makefile,v 1.7 2016/04/09 20:07:23 alnsn Exp $ PKGNAME= ${DISTNAME:S/ffmpeg/ffmpeg1/} PKGREVISION= 2 @@ -9,6 +9,8 @@ COMMENT= Decoding, encoding and streaming software (v1.x) CONFIGURE_ARGS+= --enable-avfilter #CONFIGURE_ARGS+= --enable-avfilter-lavf CONFIGURE_ARGS+= --enable-postproc +CONFIGURE_ARGS+= --host-cflags=${CFLAGS:Q} +CONFIGURE_ARGS+= --host-ldflags=${LDFLAGS:Q} INSTALLATION_DIRS= lib share/examples/ffmpeg1 share/doc/ffmpeg1 diff --git a/multimedia/ffmpeg2/Makefile b/multimedia/ffmpeg2/Makefile index 1f793ef558b59..33ca7906a0a61 100644 --- a/multimedia/ffmpeg2/Makefile +++ b/multimedia/ffmpeg2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2016/03/05 11:28:59 jperkin Exp $ +# $NetBSD: Makefile,v 1.29 2016/05/05 07:03:47 leot Exp $ PKGNAME= ${DISTNAME:S/ffmpeg/ffmpeg2/} PKGREVISION= 1 @@ -26,6 +26,9 @@ CONFIGURE_ARGS+= --host-ld=${NATIVE_CC:Q} CONFIGURE_ARGS+= --target-os=${LOWER_OPSYS} .endif +PRINT_PLIST_AWK+= /html/ { $$0 = "$${PLIST.doc}" $$0 } +PRINT_PLIST_AWK+= /opencl/ { $$0 = "$${PLIST.opencl}" $$0 } + TEST_TARGET= check post-install: diff --git a/multimedia/ffmpeg2/Makefile.common b/multimedia/ffmpeg2/Makefile.common index 1226ccf6c91f7..2574a0d3f4c6c 100644 --- a/multimedia/ffmpeg2/Makefile.common +++ b/multimedia/ffmpeg2/Makefile.common @@ -1,8 +1,8 @@ -# $NetBSD: Makefile.common,v 1.44 2016/02/03 21:00:00 adam Exp $ +# $NetBSD: Makefile.common,v 1.48 2016/05/05 07:03:47 leot Exp $ # used by multimedia/ffmpeg2/Makefile # used by multimedia/ffplay2/Makefile -DISTNAME= ffmpeg-2.8.6 +DISTNAME= ffmpeg-2.8.7 CATEGORIES= multimedia MASTER_SITES= http://www.ffmpeg.org/releases/ EXTRACT_SUFX= .tar.xz @@ -14,7 +14,7 @@ PATCHDIR= ${.CURDIR}/../../multimedia/ffmpeg2/patches USE_LANGUAGES= c99 USE_LIBTOOL= yes -USE_TOOLS+= gmake texi2html pod2man +USE_TOOLS+= gmake perl pod2man HAS_CONFIGURE= yes CONFIGURE_ARGS+= --cc=${CC:Q} CONFIGURE_ARGS+= --disable-debug @@ -28,6 +28,7 @@ CONFIGURE_ARGS+= --prefix=${PREFIX} CONFIGURE_ARGS+= --progs-suffix=2 CONFIGURE_ARGS+= --datadir=${PREFIX}/share/ffmpeg2 +CONFIGURE_ARGS+= --docdir=${PREFIX}/share/doc/ffmpeg2 CONFIGURE_ARGS+= --incdir=${PREFIX}/include/ffmpeg2 CONFIGURE_ARGS+= --libdir=${PREFIX}/lib/ffmpeg2 CONFIGURE_ARGS+= --shlibdir=${PREFIX}/lib/ffmpeg2 @@ -87,6 +88,7 @@ pre-configure: mkdir ${WRKSRC}/tmp .include "../../archivers/bzip2/buildlink3.mk" +.include "../../archivers/xz/buildlink3.mk" .include "../../devel/libgetopt/buildlink3.mk" .include "../../devel/zlib/buildlink3.mk" .include "../../mk/pthread.buildlink3.mk" diff --git a/multimedia/ffmpeg2/PLIST b/multimedia/ffmpeg2/PLIST index c14805771b338..0c77894a17cf6 100644 --- a/multimedia/ffmpeg2/PLIST +++ b/multimedia/ffmpeg2/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.10 2015/09/09 10:42:41 adam Exp $ +@comment $NetBSD: PLIST,v 1.12 2016/05/05 07:03:47 leot Exp $ bin/ffmpeg2 bin/ffprobe2 bin/ffserver2 @@ -140,14 +140,65 @@ lib/ffmpeg2/pkgconfig/libavutil.pc lib/ffmpeg2/pkgconfig/libpostproc.pc lib/ffmpeg2/pkgconfig/libswresample.pc lib/ffmpeg2/pkgconfig/libswscale.pc +man/man1/ffmpeg-all2.1 +man/man1/ffmpeg-bitstream-filters2.1 +man/man1/ffmpeg-codecs2.1 +man/man1/ffmpeg-devices2.1 +man/man1/ffmpeg-filters2.1 +man/man1/ffmpeg-formats2.1 +man/man1/ffmpeg-protocols2.1 +man/man1/ffmpeg-resampler2.1 +man/man1/ffmpeg-scaler2.1 +man/man1/ffmpeg-utils2.1 +man/man1/ffmpeg2.1 +man/man1/ffprobe-all2.1 +man/man1/ffprobe2.1 +man/man1/ffserver-all2.1 +man/man1/ffserver2.1 +man/man3/libavcodec2.3 +man/man3/libavdevice2.3 +man/man3/libavfilter2.3 +man/man3/libavformat2.3 +man/man3/libavutil2.3 +man/man3/libswresample2.3 +man/man3/libswscale2.3 share/doc/ffmpeg2/build_system.txt +${PLIST.doc}share/doc/ffmpeg2/developer.html share/doc/ffmpeg2/errno.txt +${PLIST.doc}share/doc/ffmpeg2/faq.html +${PLIST.doc}share/doc/ffmpeg2/fate.html +${PLIST.doc}share/doc/ffmpeg2/ffmpeg-all.html +${PLIST.doc}share/doc/ffmpeg2/ffmpeg-bitstream-filters.html +${PLIST.doc}share/doc/ffmpeg2/ffmpeg-codecs.html +${PLIST.doc}share/doc/ffmpeg2/ffmpeg-devices.html +${PLIST.doc}share/doc/ffmpeg2/ffmpeg-filters.html +${PLIST.doc}share/doc/ffmpeg2/ffmpeg-formats.html +${PLIST.doc}share/doc/ffmpeg2/ffmpeg-protocols.html +${PLIST.doc}share/doc/ffmpeg2/ffmpeg-resampler.html +${PLIST.doc}share/doc/ffmpeg2/ffmpeg-scaler.html +${PLIST.doc}share/doc/ffmpeg2/ffmpeg-utils.html +${PLIST.doc}share/doc/ffmpeg2/ffmpeg.html share/doc/ffmpeg2/ffmpeg.txt +${PLIST.doc}share/doc/ffmpeg2/ffprobe-all.html +${PLIST.doc}share/doc/ffmpeg2/ffprobe.html +${PLIST.doc}share/doc/ffmpeg2/ffserver-all.html +${PLIST.doc}share/doc/ffmpeg2/ffserver.html share/doc/ffmpeg2/filter_design.txt +${PLIST.doc}share/doc/ffmpeg2/general.html +${PLIST.doc}share/doc/ffmpeg2/git-howto.html share/doc/ffmpeg2/issue_tracker.txt +${PLIST.doc}share/doc/ffmpeg2/libavcodec.html +${PLIST.doc}share/doc/ffmpeg2/libavdevice.html +${PLIST.doc}share/doc/ffmpeg2/libavfilter.html +${PLIST.doc}share/doc/ffmpeg2/libavformat.html +${PLIST.doc}share/doc/ffmpeg2/libavutil.html +${PLIST.doc}share/doc/ffmpeg2/libswresample.html +${PLIST.doc}share/doc/ffmpeg2/libswscale.html share/doc/ffmpeg2/mips.txt share/doc/ffmpeg2/multithreading.txt +${PLIST.doc}share/doc/ffmpeg2/nut.html share/doc/ffmpeg2/optimization.txt +${PLIST.doc}share/doc/ffmpeg2/platform.html share/doc/ffmpeg2/rate_distortion.txt share/doc/ffmpeg2/snow.txt share/doc/ffmpeg2/swresample.txt diff --git a/multimedia/ffmpeg2/buildlink3.mk b/multimedia/ffmpeg2/buildlink3.mk index 96d98cb9fcd83..5b9ea5abd27a8 100644 --- a/multimedia/ffmpeg2/buildlink3.mk +++ b/multimedia/ffmpeg2/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.7 2015/11/18 14:19:47 ryoon Exp $ +# $NetBSD: buildlink3.mk,v 1.8 2016/03/30 12:46:38 jperkin Exp $ BUILDLINK_TREE+= ffmpeg2 @@ -47,6 +47,7 @@ BUILDLINK_LIBDIRS.ffmpeg2+= lib/ffmpeg2 BUILDLINK_FNAME_TRANSFORM.ffmpeg2+= -e 's|lib/ffmpeg2/pkgconfig/|lib/pkgconfig/|' .include "../../archivers/bzip2/buildlink3.mk" +.include "../../archivers/xz/buildlink3.mk" .include "../../devel/libgetopt/buildlink3.mk" .include "../../devel/zlib/buildlink3.mk" .endif # FFMPEG2_BUILDLINK3_MK diff --git a/multimedia/ffmpeg2/distinfo b/multimedia/ffmpeg2/distinfo index 395bef7e5c45c..bc96fc2be8be9 100644 --- a/multimedia/ffmpeg2/distinfo +++ b/multimedia/ffmpeg2/distinfo @@ -1,11 +1,12 @@ -$NetBSD: distinfo,v 1.46 2016/02/03 21:00:00 adam Exp $ +$NetBSD: distinfo,v 1.48 2016/04/29 19:18:36 adam Exp $ -SHA1 (ffmpeg-2.8.6.tar.xz) = 5720c4204ed0b72513fa2fd6e4dcaed6ebb7f35c -RMD160 (ffmpeg-2.8.6.tar.xz) = fea9b87575330707e6a871425fc62731779ef65d -SHA512 (ffmpeg-2.8.6.tar.xz) = 15fc0c05963a69664713f1fb40a34bb85efc6477cd655e76b610c453e82c9170b81d6225676a0d9fc73f86806ea597a4f868d402598fef41c7413523b374de35 -Size (ffmpeg-2.8.6.tar.xz) = 7205300 bytes +SHA1 (ffmpeg-2.8.7.tar.xz) = 8c0fb21703cf77442338a26f2f645eda68bde6b2 +RMD160 (ffmpeg-2.8.7.tar.xz) = ed757d4ed2763af3260ad13937f072831058d52d +SHA512 (ffmpeg-2.8.7.tar.xz) = 1ab6ec0df9aa63f3360863267bbbd39a63ffa004183dfd04a4efc6bf748796eae42de599102d523c08b9a15cf72ed9534b4793cd0468d112c17d95ab7bd447cb +Size (ffmpeg-2.8.7.tar.xz) = 7205628 bytes SHA1 (patch-Makefile) = e3cb5cedccd2840f36ab90cd2f4b7987e1098a56 SHA1 (patch-configure) = c739d4f002b0ed1850f88b5a961672b5e93f1dc1 +SHA1 (patch-doc_Makefile) = 48d3b3ccd800303a73fcda79e78533228f79d750 SHA1 (patch-libavcodec_x86_ac3dsp_init.c) = f997271f4f4604987591d7f17c571aaaa8a6188a SHA1 (patch-libavutil_common.h) = de36efed3a8a2069e170e5afe77eb122a46d14b2 SHA1 (patch-libavutil_opencl.c) = 00ea04f9febe60b9428ac8c3b7e14ae01a955685 diff --git a/multimedia/ffmpeg2/options.mk b/multimedia/ffmpeg2/options.mk index 82362f39092ed..930600d8e3025 100644 --- a/multimedia/ffmpeg2/options.mk +++ b/multimedia/ffmpeg2/options.mk @@ -1,14 +1,16 @@ -# $NetBSD: options.mk,v 1.10 2016/01/03 11:35:21 wiz Exp $ +# $NetBSD: options.mk,v 1.11 2016/05/05 07:03:47 leot Exp $ # Global and legacy options PKG_OPTIONS_VAR= PKG_OPTIONS.ffmpeg2 -PKG_SUPPORTED_OPTIONS= ass faac fdk-aac fontconfig freetype gnutls lame \ +PKG_SUPPORTED_OPTIONS= ass doc faac fdk-aac fontconfig freetype gnutls lame \ libvpx opencore-amr openssl theora vorbis x264 x265 \ xcb xvid PKG_SUGGESTED_OPTIONS= lame ass freetype fontconfig libvpx openssl \ theora vorbis x264 xvid +PLIST_VARS+= doc + # Add VDPAU if it is available .include "../../multimedia/libvdpau/available.mk" .if ${VDPAU_AVAILABLE} == "yes" @@ -52,6 +54,15 @@ CONFIGURE_ARGS+= --enable-libass CONFIGURE_ARGS+= --disable-libass .endif +# doc option +.if !empty(PKG_OPTIONS:Mdoc) +PLIST.doc= yes +USE_TOOLS+= texi2html +CONFIGURE_ARGS+= --enable-htmlpages +.else +CONFIGURE_ARGS+= --disable-htmlpages +.endif + # faac option .if !empty(PKG_OPTIONS:Mfaac) RESTRICTED= This software may require the payment of patent royalties diff --git a/multimedia/ffmpeg2/patches/patch-doc_Makefile b/multimedia/ffmpeg2/patches/patch-doc_Makefile new file mode 100644 index 0000000000000..93aa8d4c8c643 --- /dev/null +++ b/multimedia/ffmpeg2/patches/patch-doc_Makefile @@ -0,0 +1,31 @@ +$NetBSD: patch-doc_Makefile,v 1.1 2016/04/28 09:20:53 leot Exp $ + +Honor --prog-suffix configure option also for man pages. + +--- doc/Makefile.orig 2016-02-01 00:52:15.000000000 +0000 ++++ doc/Makefile +@@ -14,8 +14,8 @@ COMPONENTS-$(CONFIG_AVFORMAT) += ffmpe + COMPONENTS-$(CONFIG_AVDEVICE) += ffmpeg-devices + COMPONENTS-$(CONFIG_AVFILTER) += ffmpeg-filters + +-MANPAGES1 = $(AVPROGS-yes:%=doc/%.1) $(AVPROGS-yes:%=doc/%-all.1) $(COMPONENTS-yes:%=doc/%.1) +-MANPAGES3 = $(LIBRARIES-yes:%=doc/%.3) ++MANPAGES1 = $(AVPROGS-yes:%=doc/%$(PROGSSUF).1) $(AVPROGS-yes:%=doc/%-all$(PROGSSUF).1) $(COMPONENTS-yes:%=doc/%$(PROGSSUF).1) ++MANPAGES3 = $(LIBRARIES-yes:%=doc/%$(PROGSSUF).3) + MANPAGES = $(MANPAGES1) $(MANPAGES3) + PODPAGES = $(AVPROGS-yes:%=doc/%.pod) $(AVPROGS-yes:%=doc/%-all.pod) $(COMPONENTS-yes:%=doc/%.pod) $(LIBRARIES-yes:%=doc/%.pod) + HTMLPAGES = $(AVPROGS-yes:%=doc/%.html) $(AVPROGS-yes:%=doc/%-all.html) $(COMPONENTS-yes:%=doc/%.html) $(LIBRARIES-yes:%=doc/%.html) \ +@@ -114,10 +114,10 @@ doc/%-all.pod: doc/%.texi $(SRC_PATH)/do + $(Q)$(TEXIDEP) + $(M)perl $(SRC_PATH)/doc/texi2pod.pl -Dconfig-all=yes -Idoc $< $@ + +-doc/%.1 doc/%.3: TAG = MAN +-doc/%.1: doc/%.pod $(GENTEXI) ++doc/%$(PROGSSUF).1 doc/%$(PROGSSUF).3: TAG = MAN ++doc/%$(PROGSSUF).1: doc/%.pod $(GENTEXI) + $(M)pod2man --section=1 --center=" " --release=" " --date=" " $< > $@ +-doc/%.3: doc/%.pod $(GENTEXI) ++doc/%$(PROGSSUF).3: doc/%.pod $(GENTEXI) + $(M)pod2man --section=3 --center=" " --release=" " --date=" " $< > $@ + + $(DOCS) doc/doxy/html: | doc/ diff --git a/multimedia/ffmpeg3/Makefile b/multimedia/ffmpeg3/Makefile index 276b6496f3728..f29365b0b13c6 100644 --- a/multimedia/ffmpeg3/Makefile +++ b/multimedia/ffmpeg3/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.3 2016/03/11 15:42:59 fhajny Exp $ +# $NetBSD: Makefile,v 1.6 2016/05/05 07:03:47 leot Exp $ PKGNAME= ${DISTNAME:S/ffmpeg/ffmpeg3/} -PKGREVISION= 2 +PKGREVISION= 1 MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://ffmpeg.mplayerhq.hu/ COMMENT= Decoding, encoding and streaming software (v3.x) @@ -26,6 +26,9 @@ CONFIGURE_ARGS+= --host-ld=${NATIVE_CC:Q} CONFIGURE_ARGS+= --target-os=${LOWER_OPSYS} .endif +PRINT_PLIST_AWK+= /html/ { $$0 = "$${PLIST.doc}" $$0 } +PRINT_PLIST_AWK+= /opencl/ { $$0 = "$${PLIST.opencl}" $$0 } + TEST_TARGET= check post-install: diff --git a/multimedia/ffmpeg3/Makefile.common b/multimedia/ffmpeg3/Makefile.common index b19c2b884d802..f919ff1989881 100644 --- a/multimedia/ffmpeg3/Makefile.common +++ b/multimedia/ffmpeg3/Makefile.common @@ -1,8 +1,8 @@ -# $NetBSD: Makefile.common,v 1.2 2016/03/11 15:42:59 fhajny Exp $ +# $NetBSD: Makefile.common,v 1.6 2016/05/05 07:03:47 leot Exp $ # used by multimedia/ffmpeg3/Makefile # used by multimedia/ffplay3/Makefile -DISTNAME= ffmpeg-3.0 +DISTNAME= ffmpeg-3.0.2 CATEGORIES= multimedia MASTER_SITES= http://www.ffmpeg.org/releases/ EXTRACT_SUFX= .tar.xz @@ -13,7 +13,7 @@ PATCHDIR= ${.CURDIR}/../../multimedia/ffmpeg3/patches USE_LANGUAGES= c99 USE_LIBTOOL= yes -USE_TOOLS+= gmake texi2html pod2man perl +USE_TOOLS+= gmake pod2man perl HAS_CONFIGURE= yes CONFIGURE_ARGS+= --cc=${CC:Q} CONFIGURE_ARGS+= --disable-debug @@ -87,6 +87,7 @@ pre-configure: mkdir ${WRKSRC}/tmp .include "../../archivers/bzip2/buildlink3.mk" +.include "../../archivers/xz/buildlink3.mk" .include "../../devel/libgetopt/buildlink3.mk" .include "../../devel/zlib/buildlink3.mk" .include "../../mk/pthread.buildlink3.mk" diff --git a/multimedia/ffmpeg3/PLIST b/multimedia/ffmpeg3/PLIST index 50322a7261f2e..3a01d5dfe2a04 100644 --- a/multimedia/ffmpeg3/PLIST +++ b/multimedia/ffmpeg3/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2016/03/11 15:42:59 fhajny Exp $ +@comment $NetBSD: PLIST,v 1.4 2016/05/05 07:03:47 leot Exp $ bin/ffmpeg3 bin/ffprobe3 bin/ffserver3 @@ -165,42 +165,42 @@ man/man3/libavutil3.3 man/man3/libswresample3.3 man/man3/libswscale3.3 share/doc/ffmpeg3/build_system.txt -share/doc/ffmpeg3/developer.html +${PLIST.doc}share/doc/ffmpeg3/developer.html share/doc/ffmpeg3/errno.txt -share/doc/ffmpeg3/faq.html -share/doc/ffmpeg3/fate.html -share/doc/ffmpeg3/ffmpeg-all.html -share/doc/ffmpeg3/ffmpeg-bitstream-filters.html -share/doc/ffmpeg3/ffmpeg-codecs.html -share/doc/ffmpeg3/ffmpeg-devices.html -share/doc/ffmpeg3/ffmpeg-filters.html -share/doc/ffmpeg3/ffmpeg-formats.html -share/doc/ffmpeg3/ffmpeg-protocols.html -share/doc/ffmpeg3/ffmpeg-resampler.html -share/doc/ffmpeg3/ffmpeg-scaler.html -share/doc/ffmpeg3/ffmpeg-utils.html -share/doc/ffmpeg3/ffmpeg.html +${PLIST.doc}share/doc/ffmpeg3/faq.html +${PLIST.doc}share/doc/ffmpeg3/fate.html +${PLIST.doc}share/doc/ffmpeg3/ffmpeg-all.html +${PLIST.doc}share/doc/ffmpeg3/ffmpeg-bitstream-filters.html +${PLIST.doc}share/doc/ffmpeg3/ffmpeg-codecs.html +${PLIST.doc}share/doc/ffmpeg3/ffmpeg-devices.html +${PLIST.doc}share/doc/ffmpeg3/ffmpeg-filters.html +${PLIST.doc}share/doc/ffmpeg3/ffmpeg-formats.html +${PLIST.doc}share/doc/ffmpeg3/ffmpeg-protocols.html +${PLIST.doc}share/doc/ffmpeg3/ffmpeg-resampler.html +${PLIST.doc}share/doc/ffmpeg3/ffmpeg-scaler.html +${PLIST.doc}share/doc/ffmpeg3/ffmpeg-utils.html +${PLIST.doc}share/doc/ffmpeg3/ffmpeg.html share/doc/ffmpeg3/ffmpeg.txt -share/doc/ffmpeg3/ffprobe-all.html -share/doc/ffmpeg3/ffprobe.html -share/doc/ffmpeg3/ffserver-all.html -share/doc/ffmpeg3/ffserver.html +${PLIST.doc}share/doc/ffmpeg3/ffprobe-all.html +${PLIST.doc}share/doc/ffmpeg3/ffprobe.html +${PLIST.doc}share/doc/ffmpeg3/ffserver-all.html +${PLIST.doc}share/doc/ffmpeg3/ffserver.html share/doc/ffmpeg3/filter_design.txt -share/doc/ffmpeg3/general.html -share/doc/ffmpeg3/git-howto.html +${PLIST.doc}share/doc/ffmpeg3/general.html +${PLIST.doc}share/doc/ffmpeg3/git-howto.html share/doc/ffmpeg3/issue_tracker.txt -share/doc/ffmpeg3/libavcodec.html -share/doc/ffmpeg3/libavdevice.html -share/doc/ffmpeg3/libavfilter.html -share/doc/ffmpeg3/libavformat.html -share/doc/ffmpeg3/libavutil.html -share/doc/ffmpeg3/libswresample.html -share/doc/ffmpeg3/libswscale.html +${PLIST.doc}share/doc/ffmpeg3/libavcodec.html +${PLIST.doc}share/doc/ffmpeg3/libavdevice.html +${PLIST.doc}share/doc/ffmpeg3/libavfilter.html +${PLIST.doc}share/doc/ffmpeg3/libavformat.html +${PLIST.doc}share/doc/ffmpeg3/libavutil.html +${PLIST.doc}share/doc/ffmpeg3/libswresample.html +${PLIST.doc}share/doc/ffmpeg3/libswscale.html share/doc/ffmpeg3/mips.txt share/doc/ffmpeg3/multithreading.txt -share/doc/ffmpeg3/nut.html +${PLIST.doc}share/doc/ffmpeg3/nut.html share/doc/ffmpeg3/optimization.txt -share/doc/ffmpeg3/platform.html +${PLIST.doc}share/doc/ffmpeg3/platform.html share/doc/ffmpeg3/rate_distortion.txt share/doc/ffmpeg3/snow.txt share/doc/ffmpeg3/swresample.txt diff --git a/multimedia/ffmpeg3/buildlink3.mk b/multimedia/ffmpeg3/buildlink3.mk index e4ab9f54d6903..78f1155683258 100644 --- a/multimedia/ffmpeg3/buildlink3.mk +++ b/multimedia/ffmpeg3/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.1 2016/03/05 08:52:23 ryoon Exp $ +# $NetBSD: buildlink3.mk,v 1.2 2016/03/30 12:47:47 jperkin Exp $ BUILDLINK_TREE+= ffmpeg3 @@ -47,6 +47,7 @@ BUILDLINK_LIBDIRS.ffmpeg3+= lib/ffmpeg3 BUILDLINK_FNAME_TRANSFORM.ffmpeg3+= -e 's|lib/ffmpeg3/pkgconfig/|lib/pkgconfig/|' .include "../../archivers/bzip2/buildlink3.mk" +.include "../../archivers/xz/buildlink3.mk" .include "../../devel/libgetopt/buildlink3.mk" .include "../../devel/zlib/buildlink3.mk" .endif # FFMPEG3_BUILDLINK3_MK diff --git a/multimedia/ffmpeg3/distinfo b/multimedia/ffmpeg3/distinfo index 6a1b13f97549d..2b860a7cbcf47 100644 --- a/multimedia/ffmpeg3/distinfo +++ b/multimedia/ffmpeg3/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.2 2016/03/11 15:42:59 fhajny Exp $ +$NetBSD: distinfo,v 1.4 2016/04/29 19:26:25 adam Exp $ -SHA1 (ffmpeg-3.0.tar.xz) = 383c8d3758aea027f1452fa98ae9016a28f74d8f -RMD160 (ffmpeg-3.0.tar.xz) = 542a711c39cb7270abd2835654f0abb565b0ba41 -SHA512 (ffmpeg-3.0.tar.xz) = f3d9ff422112d24509d4cc73aa7b79fb858e8454fa44aa3d05cb1a1b1094dfa2c97680ffa6bb17aac4caf36e8dda1802a7f9f212e0f5f5ca74e7d45cacb2cfcc -Size (ffmpeg-3.0.tar.xz) = 7463604 bytes +SHA1 (ffmpeg-3.0.2.tar.xz) = ac3341269fe89a41892e8696465b859e1f425213 +RMD160 (ffmpeg-3.0.2.tar.xz) = 5a72ee69e80fc6b8a0127648bd206b2a9bef85f8 +SHA512 (ffmpeg-3.0.2.tar.xz) = a784258412431ef867372d24873f14d25cdbf333425b700f6836810c250a9d8811398de31dd042031c48e409659881bf6f6d6bfa46d74e3146536274d5186a22 +Size (ffmpeg-3.0.2.tar.xz) = 7461808 bytes SHA1 (patch-Makefile) = e3cb5cedccd2840f36ab90cd2f4b7987e1098a56 SHA1 (patch-configure) = e57e2501e63a05e9eeefc688e311a16729d1a711 SHA1 (patch-doc_Makefile) = 50ee7aaf74f8a5c439b11f141b5408322659543a diff --git a/multimedia/ffmpeg3/options.mk b/multimedia/ffmpeg3/options.mk index ac47365e04044..1705a4f3f46f7 100644 --- a/multimedia/ffmpeg3/options.mk +++ b/multimedia/ffmpeg3/options.mk @@ -1,14 +1,16 @@ -# $NetBSD: options.mk,v 1.1 2016/03/05 08:52:23 ryoon Exp $ +# $NetBSD: options.mk,v 1.2 2016/05/05 07:03:47 leot Exp $ # Global and legacy options PKG_OPTIONS_VAR= PKG_OPTIONS.ffmpeg3 -PKG_SUPPORTED_OPTIONS= ass faac fdk-aac fontconfig freetype gnutls lame \ +PKG_SUPPORTED_OPTIONS= ass doc faac fdk-aac fontconfig freetype gnutls lame \ libvpx opencore-amr openssl theora vorbis x264 x265 \ xcb xvid PKG_SUGGESTED_OPTIONS= lame ass freetype fontconfig libvpx openssl \ theora vorbis x264 xvid +PLIST_VARS+= doc + # Add VDPAU if it is available .include "../../multimedia/libvdpau/available.mk" .if ${VDPAU_AVAILABLE} == "yes" @@ -52,6 +54,15 @@ CONFIGURE_ARGS+= --enable-libass CONFIGURE_ARGS+= --disable-libass .endif +# doc option +.if !empty(PKG_OPTIONS:Mdoc) +PLIST.doc= yes +USE_TOOLS+= texi2html +CONFIGURE_ARGS+= --enable-htmlpages +.else +CONFIGURE_ARGS+= --disable-htmlpages +.endif + # faac option .if !empty(PKG_OPTIONS:Mfaac) RESTRICTED= This software may require the payment of patent royalties diff --git a/multimedia/ffplay2/Makefile b/multimedia/ffplay2/Makefile index 0580b6473310c..cda99f53a1335 100644 --- a/multimedia/ffplay2/Makefile +++ b/multimedia/ffplay2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2015/11/28 14:36:49 adam Exp $ +# $NetBSD: Makefile,v 1.14 2016/04/29 19:18:36 adam Exp $ PKGNAME= ${DISTNAME:S/ffmpeg/ffplay2/} MAINTAINER= pkgsrc-users@NetBSD.org @@ -29,6 +29,7 @@ INSTALLATION_DIRS+= bin ${PKGMANDIR}/man1 do-install: ${INSTALL_PROGRAM} ${WRKSRC}/ffplay2 ${DESTDIR}${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/doc/ffplay2.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1 .include "../../devel/SDL/buildlink3.mk" .include "../../multimedia/ffmpeg2/buildlink3.mk" diff --git a/multimedia/ffplay2/PLIST b/multimedia/ffplay2/PLIST index 6cf4553327845..1a55a4661542c 100644 --- a/multimedia/ffplay2/PLIST +++ b/multimedia/ffplay2/PLIST @@ -1,2 +1,3 @@ -@comment $NetBSD: PLIST,v 1.1 2013/08/04 10:29:02 adam Exp $ +@comment $NetBSD: PLIST,v 1.2 2016/04/28 09:22:11 leot Exp $ bin/ffplay2 +man/man1/ffplay2.1 diff --git a/multimedia/ffplay3/Makefile b/multimedia/ffplay3/Makefile index 558438de50200..d48af5142c12c 100644 --- a/multimedia/ffplay3/Makefile +++ b/multimedia/ffplay3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2016/03/05 08:54:30 ryoon Exp $ +# $NetBSD: Makefile,v 1.3 2016/04/29 19:26:25 adam Exp $ PKGNAME= ${DISTNAME:S/ffmpeg/ffplay3/} MAINTAINER= pkgsrc-users@NetBSD.org @@ -29,6 +29,7 @@ INSTALLATION_DIRS+= bin ${PKGMANDIR}/man1 do-install: ${INSTALL_PROGRAM} ${WRKSRC}/ffplay3 ${DESTDIR}${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/doc/ffplay3.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1 .include "../../devel/SDL/buildlink3.mk" .include "../../multimedia/ffmpeg3/buildlink3.mk" diff --git a/multimedia/ffplay3/PLIST b/multimedia/ffplay3/PLIST index 3efc80a2189af..d6c5e8b1f0763 100644 --- a/multimedia/ffplay3/PLIST +++ b/multimedia/ffplay3/PLIST @@ -1,2 +1,3 @@ -@comment $NetBSD: PLIST,v 1.1 2016/03/05 08:54:30 ryoon Exp $ +@comment $NetBSD: PLIST,v 1.2 2016/04/28 10:10:52 leot Exp $ bin/ffplay3 +man/man1/ffplay3.1 diff --git a/multimedia/fuppes/Makefile b/multimedia/fuppes/Makefile index bb9b082feb364..ca570d614cf4c 100644 --- a/multimedia/fuppes/Makefile +++ b/multimedia/fuppes/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.58 2016/03/05 11:28:59 jperkin Exp $ +# $NetBSD: Makefile,v 1.59 2016/04/11 19:01:58 ryoon Exp $ DISTNAME= fuppes-0.660 -PKGREVISION= 26 +PKGREVISION= 27 CATEGORIES= multimedia MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=fuppes/} diff --git a/multimedia/fxtv/distinfo b/multimedia/fxtv/distinfo index a40c35131b485..4d38d87b2f953 100644 --- a/multimedia/fxtv/distinfo +++ b/multimedia/fxtv/distinfo @@ -1,10 +1,10 @@ -$NetBSD: distinfo,v 1.17 2015/11/03 23:54:24 agc Exp $ +$NetBSD: distinfo,v 1.18 2016/03/21 17:48:30 khorben Exp $ SHA1 (fxtv-1.03.tgz) = 2ed9f2bee879a931c7f963a4ad7d07ef9cd297f9 RMD160 (fxtv-1.03.tgz) = 740ddbb4e3b58028a6b8f17483bc27b82420f280 SHA512 (fxtv-1.03.tgz) = 5aa0372227f7c8d5b7bdf4885fead20ce174fcd1102e77febcd5166ecc1a8123f15c9b23ca536b9486bd281ff1c872c96f32845a188d503564de9aebc0d26016 Size (fxtv-1.03.tgz) = 198669 bytes -SHA1 (patch-aa) = 1dcf7033dd1b48d49de56d3d814f506741fd38f9 +SHA1 (patch-aa) = 0a1eeea6abc5818b1ae18116465c40ff2fdf0c45 SHA1 (patch-ab) = 803ef888b8894617b4f3516fc6822784aba314ee SHA1 (patch-ac) = 27a825287c17d1cc957fb89ba2f665c01f998c15 SHA1 (patch-actions_c) = 3b1c75de416c66a9f502d9096a31192363da4ac9 @@ -36,3 +36,4 @@ SHA1 (patch-bg) = 8078acbccbb34bb30251187f56cb2a28db579bf4 SHA1 (patch-ca) = f80c76b57cd6b4be91a432d506141896d6630be5 SHA1 (patch-remotetrans_c) = 87e8cc3ad428c082f89d76c018bcca76298d62cf SHA1 (patch-tvscreen_c) = 4e9d49674610e827a42ea02fc350698c435162cf +SHA1 (patch-videolib_Makefile) = a15a33fb4e756d2b2ddfa2e72835b1ffcbcd8c60 diff --git a/multimedia/fxtv/patches/patch-aa b/multimedia/fxtv/patches/patch-aa index 3ea6dfbe041d2..e114b2a351956 100644 --- a/multimedia/fxtv/patches/patch-aa +++ b/multimedia/fxtv/patches/patch-aa @@ -1,8 +1,8 @@ -$NetBSD: patch-aa,v 1.9 2011/07/05 03:27:22 dholland Exp $ +$NetBSD: patch-aa,v 1.10 2016/03/21 17:48:30 khorben Exp $ Config for pkgsrc. ---- Makefile.orig 2001-02-12 23:08:59.000000000 +0100 +--- Makefile.orig 2001-02-12 22:08:59.000000000 +0000 +++ Makefile @@ -4,13 +4,10 @@ @@ -36,7 +36,7 @@ Config for pkgsrc. # OpenBSD stuff # ifeq ($(OS),OpenBSD) -@@ -50,10 +38,13 @@ endif +@@ -50,19 +38,22 @@ endif ifeq ($(OS),NetBSD) override RPATH_FLAG = -R endif @@ -52,12 +52,14 @@ Config for pkgsrc. endif # -@@ -62,7 +53,7 @@ endif + # CFLAGS + # ifneq ($(DEBUG),NO) - override CFLAGS = -DDEBUG -g +- override CFLAGS = -DDEBUG -g ++ override CFLAGS += -DDEBUG -g else - override CFLAGS = -DNDEBUG -O2 -+ override CFLAGS = -DNDEBUG ++ override CFLAGS += -DNDEBUG endif C_WARN_FLAG = -Wall override CFLAGS += $(C_WARN_FLAG) $(INC) $(CF_VERS) diff --git a/multimedia/fxtv/patches/patch-videolib_Makefile b/multimedia/fxtv/patches/patch-videolib_Makefile new file mode 100644 index 0000000000000..c029765fe74bc --- /dev/null +++ b/multimedia/fxtv/patches/patch-videolib_Makefile @@ -0,0 +1,16 @@ +$NetBSD: patch-videolib_Makefile,v 1.1 2016/03/21 17:48:30 khorben Exp $ + +--- videolib/Makefile.orig 2001-02-12 19:04:45.000000000 +0000 ++++ videolib/Makefile +@@ -13,9 +13,9 @@ override INC = + # CFLAGS + # + ifneq ($(DEBUG),NO) +- override CFLAGS = -DDEBUG -g ++ override CFLAGS += -DDEBUG -g + else +- override CFLAGS = -DNDEBUG -O2 ++ override CFLAGS += -DNDEBUG -O2 + endif + C_WARN_FLAG = -Wall + override CFLAGS += $(C_WARN_FLAG) $(INC) diff --git a/multimedia/gopchop/distinfo b/multimedia/gopchop/distinfo index d873bff165c5e..eb7e608f4eb35 100644 --- a/multimedia/gopchop/distinfo +++ b/multimedia/gopchop/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.8 2015/11/03 23:54:25 agc Exp $ +$NetBSD: distinfo,v 1.9 2016/05/07 10:07:15 joerg Exp $ SHA1 (gopchop-1.1.8.tar.gz) = 6e879c6cbf081df8fa44b535c9fd991ae175d5a2 RMD160 (gopchop-1.1.8.tar.gz) = 8e5cffca5ef2cc7c1d055ac0a5a20e75d074c2d1 @@ -6,3 +6,4 @@ SHA512 (gopchop-1.1.8.tar.gz) = 5c2af09415c3bc570fe72423912ce8e604031cf58fd1d3f0 Size (gopchop-1.1.8.tar.gz) = 574559 bytes SHA1 (patch-aa) = 0bb17c6001a06b782cb8aca8a8d82df66cde100d SHA1 (patch-ab) = 24496930dbe8d58aeea87abcbfad1a30397f6f87 +SHA1 (patch-src_Main.cpp) = 623ce3c7581e69fd871199d344228f5fd943d989 diff --git a/multimedia/gopchop/patches/patch-src_Main.cpp b/multimedia/gopchop/patches/patch-src_Main.cpp new file mode 100644 index 0000000000000..5de864fcc65a8 --- /dev/null +++ b/multimedia/gopchop/patches/patch-src_Main.cpp @@ -0,0 +1,39 @@ +$NetBSD: patch-src_Main.cpp,v 1.1 2016/05/07 10:07:15 joerg Exp $ + +C99 initializers are not valid in C++. + +--- src/Main.cpp.orig 2016-05-06 18:19:50.000000000 +0000 ++++ src/Main.cpp +@@ -124,19 +124,20 @@ int *client_pipe = NULL; + * Update the menu activation handler to auto-save the rc file. + */ + global_options options={ +- run_loop: 0, /* don't wrap arround by default */ +- run_speed: 1, /* one frame at a time by default */ +- default_run_speed: 1, /* one frame at a time by default */ +- auto_refresh: 1, /* show gop position changes by default */ +- ignore_errors: 0, /* don't ignore errors by default */ +- drop_orphaned_frames: 0, /* orphaned frame dropping can be nasty */ +- adjust_timestamps: 1, /* adjust by default */ +- video_driver_ptr: NULL, /* prefered video driver */ +- video_driver: "\0", +- force_system_header: 0, /* force prepended system header pack */ +- drop_trailing_pack_with_system_header: 0, /* drop final pack if it has a system header */ +- ignore_endcode: 0, /* don't stop parsing when an End Code is seen */ ++ /* run_loop: */ 0, /* don't wrap arround by default */ ++ /* run_speed: */ 1, /* one frame at a time by default */ ++ /* default_run_speed: */ 1, /* one frame at a time by default */ ++ /* auto_refresh: */ 1, /* show gop position changes by default */ ++ /* ignore_errors: */ 0, /* don't ignore errors by default */ ++ /* drop_orphaned_frames: */ 0, /* orphaned frame dropping can be nasty */ ++ /* adjust_timestamps: */ 1, /* adjust by default */ ++ /* video_driver_ptr: */ NULL, /* prefered video driver */ ++ /* video_driver: */ "\0", ++ /* force_system_header: */ 0, /* force prepended system header pack */ ++ /* drop_trailing_pack_with_system_header: */ 0, /* drop final pack if it has a system header */ ++ /* ignore_endcode: */ 0, /* don't stop parsing when an End Code is seen */ + }; ++ + rc_parse_item parsable_items[] = { + { "run_loop", &options.run_loop, RC_TYPE_BOOLEAN }, + { "default_run_speed", &options.default_run_speed, RC_TYPE_INTEGER }, diff --git a/multimedia/gst-plugins1-bad/Makefile b/multimedia/gst-plugins1-bad/Makefile index 379747fe05f9d..2b9cc9266883c 100644 --- a/multimedia/gst-plugins1-bad/Makefile +++ b/multimedia/gst-plugins1-bad/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.10 2016/03/05 11:29:00 jperkin Exp $ +# $NetBSD: Makefile,v 1.11 2016/04/15 14:20:00 wiz Exp $ USE_LANGUAGES= c c++ -PKGREVISION= 1 .include "Makefile.common" COMMENT+= Bad plugins diff --git a/multimedia/gst-plugins1-bad/Makefile.common b/multimedia/gst-plugins1-bad/Makefile.common index 73b6bad2126af..ea2959abcf72e 100644 --- a/multimedia/gst-plugins1-bad/Makefile.common +++ b/multimedia/gst-plugins1-bad/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.17 2016/01/24 14:44:39 ryoon Exp $ +# $NetBSD: Makefile.common,v 1.19 2016/04/29 13:10:15 wiz Exp $ # # used by audio/gst-plugins1-dts/Makefile # used by audio/gst-plugins1-faac/Makefile @@ -13,7 +13,7 @@ # GST_PLUGINS1_TYPE= bad -GST_PLUGINS1_VER= 1.6.3 +GST_PLUGINS1_VER= 1.8.1 # Disable all drivers and features by default. .for driver in \ @@ -38,8 +38,19 @@ GST_PLUGINS1_VER= 1.6.3 CONFIGURE_ARGS+= --disable-${driver} .endfor -BUILDLINK_API_DEPENDS.gstreamer1+= gstreamer1>=1.6.0 -BUILDLINK_API_DEPENDS.gst-plugins1-base+= gst-plugins1-base>=1.6.0 +BUILDLINK_API_DEPENDS.gstreamer1+= gstreamer1>=1.8.0 +BUILDLINK_API_DEPENDS.gst-plugins1-base+= gst-plugins1-base>=1.8.0 + +PKGCONFIG_OVERRIDE+= pkgconfig/gstreamer-insertbin.pc.in +PKGCONFIG_OVERRIDE+= pkgconfig/gstreamer-bad-audio.pc.in +PKGCONFIG_OVERRIDE+= pkgconfig/gstreamer-player.pc.in +PKGCONFIG_OVERRIDE+= pkgconfig/gstreamer-gl.pc.in +PKGCONFIG_OVERRIDE+= pkgconfig/gstreamer-plugins-bad.pc.in +PKGCONFIG_OVERRIDE+= pkgconfig/gstreamer-mpegts.pc.in +PKGCONFIG_OVERRIDE+= pkgconfig/gstreamer-bad-base.pc.in +PKGCONFIG_OVERRIDE+= pkgconfig/gstreamer-bad-video.pc.in +PKGCONFIG_OVERRIDE+= pkgconfig/gstreamer-codecparsers.pc.in +PKGCONFIG_OVERRIDE+= pkgconfig/gstreamer-wayland.pc.in .include "../../devel/orc/buildlink3.mk" .include "../../multimedia/gst-plugins1-base/plugins.mk" diff --git a/multimedia/gst-plugins1-bad/PLIST b/multimedia/gst-plugins1-bad/PLIST index e5cd61e07a7f9..d5ab5c4eddce5 100644 --- a/multimedia/gst-plugins1-bad/PLIST +++ b/multimedia/gst-plugins1-bad/PLIST @@ -1,4 +1,6 @@ -@comment $NetBSD: PLIST,v 1.6 2015/11/18 12:04:16 wiz Exp $ +@comment $NetBSD: PLIST,v 1.7 2016/04/15 14:20:00 wiz Exp $ +include/gstreamer-1.0/gst/audio/gstaudioaggregator.h +include/gstreamer-1.0/gst/base/gstaggregator.h include/gstreamer-1.0/gst/basecamerabinsrc/gstbasecamerasrc.h include/gstreamer-1.0/gst/basecamerabinsrc/gstcamerabin-enum.h include/gstreamer-1.0/gst/basecamerabinsrc/gstcamerabinpreview.h @@ -11,6 +13,7 @@ include/gstreamer-1.0/gst/codecparsers/gstmpegvideoparser.h include/gstreamer-1.0/gst/codecparsers/gstvc1parser.h include/gstreamer-1.0/gst/codecparsers/gstvp8parser.h include/gstreamer-1.0/gst/codecparsers/gstvp8rangedecoder.h +include/gstreamer-1.0/gst/codecparsers/gstvp9parser.h include/gstreamer-1.0/gst/insertbin/gstinsertbin.h include/gstreamer-1.0/gst/interfaces/photography-enumtypes.h include/gstreamer-1.0/gst/interfaces/photography.h @@ -22,9 +25,20 @@ include/gstreamer-1.0/gst/mpegts/gstmpegts-enumtypes.h include/gstreamer-1.0/gst/mpegts/gstmpegtsdescriptor.h include/gstreamer-1.0/gst/mpegts/gstmpegtssection.h include/gstreamer-1.0/gst/mpegts/mpegts.h +include/gstreamer-1.0/gst/player/gstplayer-g-main-context-signal-dispatcher.h +include/gstreamer-1.0/gst/player/gstplayer-media-info.h +include/gstreamer-1.0/gst/player/gstplayer-signal-dispatcher.h +include/gstreamer-1.0/gst/player/gstplayer-types.h +include/gstreamer-1.0/gst/player/gstplayer-video-overlay-video-renderer.h +include/gstreamer-1.0/gst/player/gstplayer-video-renderer.h +include/gstreamer-1.0/gst/player/gstplayer-visualization.h +include/gstreamer-1.0/gst/player/gstplayer.h +include/gstreamer-1.0/gst/player/player.h include/gstreamer-1.0/gst/uridownloader/gstfragment.h include/gstreamer-1.0/gst/uridownloader/gsturidownloader.h include/gstreamer-1.0/gst/uridownloader/gsturidownloader_debug.h +include/gstreamer-1.0/gst/video/gstvideoaggregator.h +include/gstreamer-1.0/gst/video/gstvideoaggregatorpad.h lib/gstreamer-1.0/libgstaccurip.la lib/gstreamer-1.0/libgstadpcmdec.la lib/gstreamer-1.0/libgstadpcmenc.la @@ -58,19 +72,18 @@ lib/gstreamer-1.0/libgstivfparse.la lib/gstreamer-1.0/libgstivtc.la lib/gstreamer-1.0/libgstjp2kdecimator.la lib/gstreamer-1.0/libgstjpegformat.la -lib/gstreamer-1.0/libgstliveadder.la lib/gstreamer-1.0/libgstmidi.la lib/gstreamer-1.0/libgstmpegpsdemux.la lib/gstreamer-1.0/libgstmpegpsmux.la lib/gstreamer-1.0/libgstmpegtsdemux.la lib/gstreamer-1.0/libgstmpegtsmux.la lib/gstreamer-1.0/libgstmxf.la +lib/gstreamer-1.0/libgstnetsim.la lib/gstreamer-1.0/libgstpcapparse.la lib/gstreamer-1.0/libgstpnm.la lib/gstreamer-1.0/libgstrawparse.la lib/gstreamer-1.0/libgstremovesilence.la lib/gstreamer-1.0/libgstrfbsrc.la -lib/gstreamer-1.0/libgstrtpbad.la lib/gstreamer-1.0/libgstrtponvif.la lib/gstreamer-1.0/libgstsdpelem.la lib/gstreamer-1.0/libgstsegmentclip.la @@ -80,12 +93,14 @@ lib/gstreamer-1.0/libgstspeed.la lib/gstreamer-1.0/libgststereo.la lib/gstreamer-1.0/libgstsubenc.la lib/gstreamer-1.0/libgstvideofiltersbad.la +lib/gstreamer-1.0/libgstvideoframe_audiolevel.la lib/gstreamer-1.0/libgstvideoparsersbad.la lib/gstreamer-1.0/libgstvideosignal.la lib/gstreamer-1.0/libgstvmnc.la lib/gstreamer-1.0/libgsty4mdec.la lib/gstreamer-1.0/libgstyadif.la lib/libgstadaptivedemux-1.0.la +lib/libgstbadaudio-1.0.la lib/libgstbadbase-1.0.la lib/libgstbadvideo-1.0.la lib/libgstbasecamerabinsrc-1.0.la @@ -93,27 +108,31 @@ lib/libgstcodecparsers-1.0.la lib/libgstinsertbin-1.0.la lib/libgstmpegts-1.0.la lib/libgstphotography-1.0.la +lib/libgstplayer-1.0.la lib/libgsturidownloader-1.0.la +lib/pkgconfig/gstreamer-bad-audio-1.0.pc +lib/pkgconfig/gstreamer-bad-base-1.0.pc +lib/pkgconfig/gstreamer-bad-video-1.0.pc lib/pkgconfig/gstreamer-codecparsers-1.0.pc lib/pkgconfig/gstreamer-insertbin-1.0.pc lib/pkgconfig/gstreamer-mpegts-1.0.pc +lib/pkgconfig/gstreamer-player-1.0.pc lib/pkgconfig/gstreamer-plugins-bad-1.0.pc share/doc/gst-plugins-0.10/gst-plugins-bad-libs-1.0/GstGLBaseFilter.html share/doc/gst-plugins-0.10/gst-plugins-bad-libs-1.0/GstGLBufferPool.html share/doc/gst-plugins-0.10/gst-plugins-bad-libs-1.0/GstGLColorConvert.html share/doc/gst-plugins-0.10/gst-plugins-bad-libs-1.0/GstGLContext.html share/doc/gst-plugins-0.10/gst-plugins-bad-libs-1.0/GstGLDisplay.html -share/doc/gst-plugins-0.10/gst-plugins-bad-libs-1.0/GstGLDownload.html share/doc/gst-plugins-0.10/gst-plugins-bad-libs-1.0/GstGLFilter.html share/doc/gst-plugins-0.10/gst-plugins-bad-libs-1.0/GstGLFramebuffer.html +share/doc/gst-plugins-0.10/gst-plugins-bad-libs-1.0/GstGLShader.html share/doc/gst-plugins-0.10/gst-plugins-bad-libs-1.0/GstGLUpload.html -share/doc/gst-plugins-0.10/gst-plugins-bad-libs-1.0/GstGLUploadMeta.html share/doc/gst-plugins-0.10/gst-plugins-bad-libs-1.0/GstGLWindow.html share/doc/gst-plugins-0.10/gst-plugins-bad-libs-1.0/annotation-glossary.html share/doc/gst-plugins-0.10/gst-plugins-bad-libs-1.0/api-index-deprecated.html share/doc/gst-plugins-0.10/gst-plugins-bad-libs-1.0/api-index-full.html share/doc/gst-plugins-0.10/gst-plugins-bad-libs-1.0/base.html -share/doc/gst-plugins-0.10/gst-plugins-bad-libs-1.0/ch07.html +share/doc/gst-plugins-0.10/gst-plugins-bad-libs-1.0/ch08.html share/doc/gst-plugins-0.10/gst-plugins-bad-libs-1.0/codecparsers.html share/doc/gst-plugins-0.10/gst-plugins-bad-libs-1.0/compiling.html share/doc/gst-plugins-0.10/gst-plugins-bad-libs-1.0/gl.html @@ -128,11 +147,14 @@ share/doc/gst-plugins-0.10/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstAggr share/doc/gst-plugins-0.10/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstAggregatorPad.html share/doc/gst-plugins-0.10/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstEGLImageMemory.html share/doc/gst-plugins-0.10/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstGLAPI.html +share/doc/gst-plugins-0.10/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstGLBuffer.html share/doc/gst-plugins-0.10/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstGLContextCocoa.html share/doc/gst-plugins-0.10/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstGLContextEGL.html share/doc/gst-plugins-0.10/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstGLContextEagl.html share/doc/gst-plugins-0.10/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstGLContextGLX.html share/doc/gst-plugins-0.10/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstGLContextWGL.html +share/doc/gst-plugins-0.10/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstGLMemory.html +share/doc/gst-plugins-0.10/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstGLSL.html share/doc/gst-plugins-0.10/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstGLSyncMeta.html share/doc/gst-plugins-0.10/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstGLWindowAndroid.html share/doc/gst-plugins-0.10/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstGLWindowCocoa.html @@ -146,10 +168,17 @@ share/doc/gst-plugins-0.10/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstVide share/doc/gst-plugins-0.10/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstVideoAggregatorPad.html share/doc/gst-plugins-0.10/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-ISDB-variants-of-MPEG-TS-descriptors.html share/doc/gst-plugins-0.10/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Mpeg-ts-helper-library.html -share/doc/gst-plugins-0.10/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Utilities.html -share/doc/gst-plugins-0.10/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-gstglmemory.html -share/doc/gst-plugins-0.10/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-gstglshader.html +share/doc/gst-plugins-0.10/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-OpenGL-Formats.html +share/doc/gst-plugins-0.10/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-OpenGL-Miscellaneous-Utilities.html +share/doc/gst-plugins-0.10/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-OpenGL-debugging.html +share/doc/gst-plugins-0.10/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-gstglbasememory.html +share/doc/gst-plugins-0.10/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-gstglmemorypbo.html share/doc/gst-plugins-0.10/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-gstmpegvideometa.html +share/doc/gst-plugins-0.10/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-gstplayer-gmaincontextsignaldispatcher.html +share/doc/gst-plugins-0.10/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-gstplayer-mediainfo.html +share/doc/gst-plugins-0.10/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-gstplayer-videooverlayvideorenderer.html +share/doc/gst-plugins-0.10/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-gstplayer-visualization.html +share/doc/gst-plugins-0.10/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-gstplayer.html share/doc/gst-plugins-0.10/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-h264parser.html share/doc/gst-plugins-0.10/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-jpegparser.html share/doc/gst-plugins-0.10/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-mpeg4parser.html @@ -159,10 +188,10 @@ share/doc/gst-plugins-0.10/gst-plugins-bad-libs-1.0/gstreamer-libs-hierarchy.htm share/doc/gst-plugins-0.10/gst-plugins-bad-libs-1.0/gstreamer-plugins-bad.html share/doc/gst-plugins-0.10/gst-plugins-bad-libs-1.0/home.png share/doc/gst-plugins-0.10/gst-plugins-bad-libs-1.0/index.html -share/doc/gst-plugins-0.10/gst-plugins-bad-libs-1.0/index.sgml share/doc/gst-plugins-0.10/gst-plugins-bad-libs-1.0/left-insensitive.png share/doc/gst-plugins-0.10/gst-plugins-bad-libs-1.0/left.png share/doc/gst-plugins-0.10/gst-plugins-bad-libs-1.0/mpegts.html +share/doc/gst-plugins-0.10/gst-plugins-bad-libs-1.0/player.html share/doc/gst-plugins-0.10/gst-plugins-bad-libs-1.0/right-insensitive.png share/doc/gst-plugins-0.10/gst-plugins-bad-libs-1.0/right.png share/doc/gst-plugins-0.10/gst-plugins-bad-libs-1.0/style.css @@ -178,6 +207,7 @@ share/doc/gst-plugins-0.10/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-a share/doc/gst-plugins-0.10/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-aiffmux.html share/doc/gst-plugins-0.10/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-aiffparse.html share/doc/gst-plugins-0.10/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-assrender.html +share/doc/gst-plugins-0.10/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-audiointerleave.html share/doc/gst-plugins-0.10/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-audiomixer.html share/doc/gst-plugins-0.10/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-autoconvert.html share/doc/gst-plugins-0.10/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-bs2b.html @@ -223,16 +253,12 @@ share/doc/gst-plugins-0.10/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-m share/doc/gst-plugins-0.10/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-mpeg2enc.html share/doc/gst-plugins-0.10/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-mpegpsmux.html share/doc/gst-plugins-0.10/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-mpegtsmux.html -share/doc/gst-plugins-0.10/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-mpg123audiodec.html share/doc/gst-plugins-0.10/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-mplex.html share/doc/gst-plugins-0.10/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-neonhttpsrc.html share/doc/gst-plugins-0.10/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-ofa.html share/doc/gst-plugins-0.10/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-openalsink.html share/doc/gst-plugins-0.10/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-openalsrc.html share/doc/gst-plugins-0.10/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-opencvtextoverlay.html -share/doc/gst-plugins-0.10/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-opusdec.html -share/doc/gst-plugins-0.10/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-opusenc.html -share/doc/gst-plugins-0.10/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-opusparse.html share/doc/gst-plugins-0.10/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-pcapparse.html share/doc/gst-plugins-0.10/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-pinch.html share/doc/gst-plugins-0.10/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-aiff.html @@ -258,7 +284,6 @@ share/doc/gst-plugins-0.10/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-p share/doc/gst-plugins-0.10/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-geometrictransform.html share/doc/gst-plugins-0.10/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-gsm.html share/doc/gst-plugins-0.10/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-jpegformat.html -share/doc/gst-plugins-0.10/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-liveadder.html share/doc/gst-plugins-0.10/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-mimic.html share/doc/gst-plugins-0.10/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-mms.html share/doc/gst-plugins-0.10/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-modplug.html @@ -270,7 +295,6 @@ share/doc/gst-plugins-0.10/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-p share/doc/gst-plugins-0.10/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-ofa.html share/doc/gst-plugins-0.10/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-openal.html share/doc/gst-plugins-0.10/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-opencv.html -share/doc/gst-plugins-0.10/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-opus.html share/doc/gst-plugins-0.10/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-pcapparse.html share/doc/gst-plugins-0.10/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-rawparse.html share/doc/gst-plugins-0.10/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-plugin-rfbsrc.html @@ -286,8 +310,6 @@ share/doc/gst-plugins-0.10/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-p share/doc/gst-plugins-0.10/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-rfbsrc.html share/doc/gst-plugins-0.10/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-rtmpsink.html share/doc/gst-plugins-0.10/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-rtmpsrc.html -share/doc/gst-plugins-0.10/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-rtpopusdepay.html -share/doc/gst-plugins-0.10/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-rtpopuspay.html share/doc/gst-plugins-0.10/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-sdpdemux.html share/doc/gst-plugins-0.10/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-shmsink.html share/doc/gst-plugins-0.10/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-shmsrc.html @@ -310,7 +332,6 @@ share/doc/gst-plugins-0.10/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-w share/doc/gst-plugins-0.10/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-zbar.html share/doc/gst-plugins-0.10/gst-plugins-bad-plugins-1.0/home.png share/doc/gst-plugins-0.10/gst-plugins-bad-plugins-1.0/index.html -share/doc/gst-plugins-0.10/gst-plugins-bad-plugins-1.0/index.sgml share/doc/gst-plugins-0.10/gst-plugins-bad-plugins-1.0/left-insensitive.png share/doc/gst-plugins-0.10/gst-plugins-bad-plugins-1.0/left.png share/doc/gst-plugins-0.10/gst-plugins-bad-plugins-1.0/right-insensitive.png diff --git a/multimedia/gst-plugins1-bad/distinfo b/multimedia/gst-plugins1-bad/distinfo index 110205ba657e8..3533f3dd58559 100644 --- a/multimedia/gst-plugins1-bad/distinfo +++ b/multimedia/gst-plugins1-bad/distinfo @@ -1,6 +1,7 @@ -$NetBSD: distinfo,v 1.16 2016/01/24 14:44:39 ryoon Exp $ +$NetBSD: distinfo,v 1.19 2016/04/29 13:10:15 wiz Exp $ -SHA1 (gst-plugins-bad-1.6.3.tar.xz) = afcdc3e7fd2d5c5fcd6372315376e0f9e8d45e6b -RMD160 (gst-plugins-bad-1.6.3.tar.xz) = 6c8b66b6717cc55671b373494c1b889130087ec0 -SHA512 (gst-plugins-bad-1.6.3.tar.xz) = 0a3a1d3617f167e69c20db3fccf7af0c4983b8012136093dcc3d08c059d0d8687cf921309c91f94afb250e0c3b9f9ff397a98ff548ca83dc12ae762119ffc915 -Size (gst-plugins-bad-1.6.3.tar.xz) = 4216940 bytes +SHA1 (gst-plugins-bad-1.8.1.tar.xz) = cb003e5737db53d2a965dad8c102e19a22fb760a +RMD160 (gst-plugins-bad-1.8.1.tar.xz) = fd081dd35d1dc6373cd513c228f02367a70fed79 +SHA512 (gst-plugins-bad-1.8.1.tar.xz) = 76de48ed8a09a0e5fffa37aae96d86f90baff90f8d5a442586df98619e20f046968a8650b4383ac2f989388b460af005c4dd79b1eefcd08b6434aa0643a1bb4e +Size (gst-plugins-bad-1.8.1.tar.xz) = 4451252 bytes +SHA1 (patch-configure) = a638679428871e9ff68281da211d4d897eca313d diff --git a/multimedia/gst-plugins1-bad/patches/patch-configure b/multimedia/gst-plugins1-bad/patches/patch-configure new file mode 100644 index 0000000000000..5ba238c53bcde --- /dev/null +++ b/multimedia/gst-plugins1-bad/patches/patch-configure @@ -0,0 +1,15 @@ +$NetBSD: patch-configure,v 1.4 2016/04/11 14:57:40 wiz Exp $ + +Allow building with python3.4 and python3.5. + +--- configure.orig 2016-01-20 09:29:26.000000000 +0000 ++++ configure +@@ -23660,7 +23660,7 @@ fi + + # Find any Python interpreter. + if test -z "$PYTHON"; then +- for ac_prog in python python2 python3 python3.3 python3.2 python3.1 python3.0 python2.7 python2.6 python2.5 python2.4 python2.3 python2.2 python2.1 python2.0 ++ for ac_prog in python python2 python3 python3.5 python3.4 python3.3 python3.2 python3.1 python3.0 python2.7 python2.6 python2.5 python2.4 python2.3 python2.2 python2.1 python2.0 + do + # Extract the first word of "$ac_prog", so it can be a program name with args. + set dummy $ac_prog; ac_word=$2 diff --git a/multimedia/gst-plugins1-base/Makefile.common b/multimedia/gst-plugins1-base/Makefile.common index a232d53f542c9..9b2c3aaf3d69b 100644 --- a/multimedia/gst-plugins1-base/Makefile.common +++ b/multimedia/gst-plugins1-base/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.14 2016/01/24 14:43:22 ryoon Exp $ +# $NetBSD: Makefile.common,v 1.16 2016/04/29 13:10:15 wiz Exp $ # # used by audio/gst-plugins1-alsa/Makefile # used by audio/gst-plugins1-cdparanoia/Makefile @@ -12,8 +12,8 @@ # GST_PLUGINS1_TYPE= base -GST_PLUGINS1_VER= 1.6.3 -BUILDLINK_API_DEPENDS.gstreamer1+= gstreamer1>=1.6.3 +GST_PLUGINS1_VER= 1.8.1 +BUILDLINK_API_DEPENDS.gstreamer1+= gstreamer1>=1.8.0 LICENSE= gnu-lgpl-v2 # Disable all drivers and features by default. diff --git a/multimedia/gst-plugins1-base/PLIST b/multimedia/gst-plugins1-base/PLIST index 85c0d426a43d1..c99362b898106 100644 --- a/multimedia/gst-plugins1-base/PLIST +++ b/multimedia/gst-plugins1-base/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 2015/11/18 12:04:16 wiz Exp $ +@comment $NetBSD: PLIST,v 1.6 2016/04/15 14:20:00 wiz Exp $ bin/gst-device-monitor-1.0 bin/gst-discoverer-1.0 bin/gst-play-1.0 @@ -8,10 +8,13 @@ include/gstreamer-1.0/gst/allocators/gstfdmemory.h include/gstreamer-1.0/gst/app/app.h include/gstreamer-1.0/gst/app/gstappsink.h include/gstreamer-1.0/gst/app/gstappsrc.h +include/gstreamer-1.0/gst/audio/audio-channel-mixer.h include/gstreamer-1.0/gst/audio/audio-channels.h +include/gstreamer-1.0/gst/audio/audio-converter.h include/gstreamer-1.0/gst/audio/audio-enumtypes.h include/gstreamer-1.0/gst/audio/audio-format.h include/gstreamer-1.0/gst/audio/audio-info.h +include/gstreamer-1.0/gst/audio/audio-quantize.h include/gstreamer-1.0/gst/audio/audio.h include/gstreamer-1.0/gst/audio/gstaudiobasesink.h include/gstreamer-1.0/gst/audio/gstaudiobasesrc.h @@ -36,6 +39,7 @@ include/gstreamer-1.0/gst/pbutils/codec-utils.h include/gstreamer-1.0/gst/pbutils/descriptions.h include/gstreamer-1.0/gst/pbutils/encoding-profile.h include/gstreamer-1.0/gst/pbutils/encoding-target.h +include/gstreamer-1.0/gst/pbutils/gstaudiovisualizer.h include/gstreamer-1.0/gst/pbutils/gstdiscoverer.h include/gstreamer-1.0/gst/pbutils/gstpluginsbaseversion.h include/gstreamer-1.0/gst/pbutils/install-plugins.h @@ -76,6 +80,7 @@ include/gstreamer-1.0/gst/tag/tag.h include/gstreamer-1.0/gst/tag/xmpwriter.h include/gstreamer-1.0/gst/video/colorbalance.h include/gstreamer-1.0/gst/video/colorbalancechannel.h +include/gstreamer-1.0/gst/video/gstvideoaffinetransformationmeta.h include/gstreamer-1.0/gst/video/gstvideodecoder.h include/gstreamer-1.0/gst/video/gstvideoencoder.h include/gstreamer-1.0/gst/video/gstvideofilter.h @@ -159,6 +164,8 @@ share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/api-index-deprecated.html share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/api-index-full.html share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/compiling.html share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/gst-plugins-base-libs-1.0.devhelp2 +share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstAudioConverter.html +share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstAudioQuantize.html share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstVideoChroma.html share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstVideoDecoder.html share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstVideoDither.html @@ -229,6 +236,7 @@ share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstta share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gsttagxmp.html share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gsttagxmpwriter.html share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html +share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideoaffinetransformationmeta.html share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideofilter.html share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideometa.html share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideoorientation.html @@ -252,7 +260,6 @@ share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/gstreamer-tag.html share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/gstreamer-video.html share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/home.png share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/index.html -share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/index.sgml share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/left-insensitive.png share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/left.png share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/right-insensitive.png @@ -264,6 +271,7 @@ share/doc/gst-plugins-0.10/gst-plugins-base-plugins-1.0/ch01.html share/doc/gst-plugins-0.10/gst-plugins-base-plugins-1.0/ch02.html share/doc/gst-plugins-0.10/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-1.0.devhelp2 share/doc/gst-plugins-0.10/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-adder.html +share/doc/gst-plugins-0.10/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-alsamidisrc.html share/doc/gst-plugins-0.10/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-alsasink.html share/doc/gst-plugins-0.10/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-alsasrc.html share/doc/gst-plugins-0.10/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-appsink.html @@ -289,6 +297,8 @@ share/doc/gst-plugins-0.10/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins share/doc/gst-plugins-0.10/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-ogmaudioparse.html share/doc/gst-plugins-0.10/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-ogmtextparse.html share/doc/gst-plugins-0.10/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-ogmvideoparse.html +share/doc/gst-plugins-0.10/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-opusdec.html +share/doc/gst-plugins-0.10/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-opusenc.html share/doc/gst-plugins-0.10/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-playbin.html share/doc/gst-plugins-0.10/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-playsink.html share/doc/gst-plugins-0.10/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-adder.html @@ -304,6 +314,7 @@ share/doc/gst-plugins-0.10/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins share/doc/gst-plugins-0.10/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-ivorbisdec.html share/doc/gst-plugins-0.10/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-libvisual.html share/doc/gst-plugins-0.10/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-ogg.html +share/doc/gst-plugins-0.10/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-opus.html share/doc/gst-plugins-0.10/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-pango.html share/doc/gst-plugins-0.10/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-playback.html share/doc/gst-plugins-0.10/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-subparse.html @@ -347,7 +358,6 @@ share/doc/gst-plugins-0.10/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins share/doc/gst-plugins-0.10/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-xvimagesink.html share/doc/gst-plugins-0.10/gst-plugins-base-plugins-1.0/home.png share/doc/gst-plugins-0.10/gst-plugins-base-plugins-1.0/index.html -share/doc/gst-plugins-0.10/gst-plugins-base-plugins-1.0/index.sgml share/doc/gst-plugins-0.10/gst-plugins-base-plugins-1.0/left-insensitive.png share/doc/gst-plugins-0.10/gst-plugins-base-plugins-1.0/left.png share/doc/gst-plugins-0.10/gst-plugins-base-plugins-1.0/right-insensitive.png diff --git a/multimedia/gst-plugins1-base/distinfo b/multimedia/gst-plugins1-base/distinfo index c035e0aa69d9a..83615c3049bc5 100644 --- a/multimedia/gst-plugins1-base/distinfo +++ b/multimedia/gst-plugins1-base/distinfo @@ -1,6 +1,7 @@ -$NetBSD: distinfo,v 1.17 2016/01/24 14:43:22 ryoon Exp $ +$NetBSD: distinfo,v 1.20 2016/04/29 13:10:15 wiz Exp $ -SHA1 (gst-plugins-base-1.6.3.tar.xz) = cb760920adde59926b0bee95a91fa64c920bb123 -RMD160 (gst-plugins-base-1.6.3.tar.xz) = a41e61d949ddc97b4f26fadc8845b55444895103 -SHA512 (gst-plugins-base-1.6.3.tar.xz) = c4cc98e55c94864ccf45c38c9cbfb2a6d5d5c9cf59e761d10db873640adbf0d4adc583a349dfde56428315416412bb37a31851a10826d11807472ad28d0bfb30 -Size (gst-plugins-base-1.6.3.tar.xz) = 2837460 bytes +SHA1 (gst-plugins-base-1.8.1.tar.xz) = 44f0d1b415168a05fa6f35dcbf5f2b7016032eb5 +RMD160 (gst-plugins-base-1.8.1.tar.xz) = 06efdd451f5175018853b24a73d88072c1d00be3 +SHA512 (gst-plugins-base-1.8.1.tar.xz) = b7b0a827a8b07976d926996837fe900a8271ac21b8f5b052643f771e0dd38136a9f199006e6866a5884bdcaa5344e2e2fdb5c6b98e4a9cec5fede498024414fd +Size (gst-plugins-base-1.8.1.tar.xz) = 2879248 bytes +SHA1 (patch-configure) = cf8fc7563029c5a872261fb9c318da0f5e021d38 diff --git a/multimedia/gst-plugins1-base/patches/patch-configure b/multimedia/gst-plugins1-base/patches/patch-configure new file mode 100644 index 0000000000000..eef21ed488aab --- /dev/null +++ b/multimedia/gst-plugins1-base/patches/patch-configure @@ -0,0 +1,15 @@ +$NetBSD: patch-configure,v 1.1 2016/04/11 08:34:24 wiz Exp $ + +Allow building with python-3.4 and 3.5. + +--- configure.orig 2016-01-20 09:26:54.000000000 +0000 ++++ configure +@@ -21882,7 +21882,7 @@ fi + + # Find any Python interpreter. + if test -z "$PYTHON"; then +- for ac_prog in python python2 python3 python3.3 python3.2 python3.1 python3.0 python2.7 python2.6 python2.5 python2.4 python2.3 python2.2 python2.1 python2.0 ++ for ac_prog in python python2 python3 python3.5 python3.4 python3.3 python3.2 python3.1 python3.0 python2.7 python2.6 python2.5 python2.4 python2.3 python2.2 python2.1 python2.0 + do + # Extract the first word of "$ac_prog", so it can be a program name with args. + set dummy $ac_prog; ac_word=$2 diff --git a/multimedia/gst-plugins1-good/Makefile.common b/multimedia/gst-plugins1-good/Makefile.common index c2ccabaefcfdf..10d960c1fd3cb 100644 --- a/multimedia/gst-plugins1-good/Makefile.common +++ b/multimedia/gst-plugins1-good/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.17 2016/01/24 14:43:51 ryoon Exp $ +# $NetBSD: Makefile.common,v 1.19 2016/04/29 13:10:15 wiz Exp $ # # used by audio/gst-plugins1-flac/Makefile # used by audio/gst-plugins1-jack/Makefile @@ -15,7 +15,7 @@ # used by x11/gst-plugins1-x11/Makefile GST_PLUGINS1_TYPE= good -GST_PLUGINS1_VER= 1.6.3 +GST_PLUGINS1_VER= 1.8.1 # Disable all drivers and features by default. .for driver in aalib \ @@ -46,7 +46,7 @@ CONFIGURE_ARGS+= --disable-${driver} .include "../../multimedia/gst-plugins1-base/plugins.mk" .include "../../devel/orc/buildlink3.mk" .include "../../devel/glib2/buildlink3.mk" -BUILDLINK_API_DEPENDS.gst-plugins1-base+= gst-plugins1-base>=1.6.0 +BUILDLINK_API_DEPENDS.gst-plugins1-base+= gst-plugins1-base>=1.8.0 .include "../../multimedia/gst-plugins1-base/buildlink3.mk" -BUILDLINK_API_DEPENDS.gstreamer1+= gstreamer1>=1.6.0 +BUILDLINK_API_DEPENDS.gstreamer1+= gstreamer1>=1.8.0 .include "../../multimedia/gstreamer1/buildlink3.mk" diff --git a/multimedia/gst-plugins1-good/PLIST b/multimedia/gst-plugins1-good/PLIST index 5711844dde0ad..4d381f07ab1e9 100644 --- a/multimedia/gst-plugins1-good/PLIST +++ b/multimedia/gst-plugins1-good/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2015/11/18 12:04:16 wiz Exp $ +@comment $NetBSD: PLIST,v 1.5 2016/04/15 14:20:00 wiz Exp $ lib/gstreamer-1.0/libgstalaw.la lib/gstreamer-1.0/libgstalpha.la lib/gstreamer-1.0/libgstalphacolor.la @@ -251,6 +251,8 @@ share/doc/gst-plugins-0.10/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins share/doc/gst-plugins-0.10/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpklvdepay.html share/doc/gst-plugins-0.10/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpklvpay.html share/doc/gst-plugins-0.10/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpmux.html +share/doc/gst-plugins-0.10/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpopusdepay.html +share/doc/gst-plugins-0.10/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpopuspay.html share/doc/gst-plugins-0.10/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpptdemux.html share/doc/gst-plugins-0.10/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtprtxreceive.html share/doc/gst-plugins-0.10/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtprtxsend.html @@ -301,7 +303,6 @@ share/doc/gst-plugins-0.10/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins share/doc/gst-plugins-0.10/gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-y4menc.html share/doc/gst-plugins-0.10/gst-plugins-good-plugins-1.0/home.png share/doc/gst-plugins-0.10/gst-plugins-good-plugins-1.0/index.html -share/doc/gst-plugins-0.10/gst-plugins-good-plugins-1.0/index.sgml share/doc/gst-plugins-0.10/gst-plugins-good-plugins-1.0/left-insensitive.png share/doc/gst-plugins-0.10/gst-plugins-good-plugins-1.0/left.png share/doc/gst-plugins-0.10/gst-plugins-good-plugins-1.0/right-insensitive.png diff --git a/multimedia/gst-plugins1-good/distinfo b/multimedia/gst-plugins1-good/distinfo index c09f8ef0ad6a6..9673ab5872ee8 100644 --- a/multimedia/gst-plugins1-good/distinfo +++ b/multimedia/gst-plugins1-good/distinfo @@ -1,6 +1,7 @@ -$NetBSD: distinfo,v 1.21 2016/01/24 14:43:51 ryoon Exp $ +$NetBSD: distinfo,v 1.24 2016/04/29 13:10:15 wiz Exp $ -SHA1 (gst-plugins-good-1.6.3.tar.xz) = d41ee8671f1bce6958a195c7bfb3a4dfa2bffe90 -RMD160 (gst-plugins-good-1.6.3.tar.xz) = 9d2c1966ae22b56c5e9252db2aa5b28d7e0a47eb -SHA512 (gst-plugins-good-1.6.3.tar.xz) = 33d4e85cd07ea8d6723c7a5f58cefeec15ddc5392693d131f1b88d8fc844cc24e37dc59d4a3cfbda090ebd15a90e1e9a28a0427b1f00e66a69b9ea40447d70b4 -Size (gst-plugins-good-1.6.3.tar.xz) = 3193272 bytes +SHA1 (gst-plugins-good-1.8.1.tar.xz) = 201db5fe223325feaf79a256588d526df0a7d57f +RMD160 (gst-plugins-good-1.8.1.tar.xz) = 5e0a5fbbee71e27db702932c7a9c98d90560be34 +SHA512 (gst-plugins-good-1.8.1.tar.xz) = f3576180e55e38c6320ad44f2ed5a551088e566636b2b4d5f226d96b2a447a8c2addb2862759d7363eee7d05e01831bf093cdb6ac6c1689736a6673a76d5e75c +Size (gst-plugins-good-1.8.1.tar.xz) = 3209748 bytes +SHA1 (patch-configure) = 90170fd885d26c9a91f5ba0aecfc2e2cda8e158c diff --git a/multimedia/gst-plugins1-good/patches/patch-configure b/multimedia/gst-plugins1-good/patches/patch-configure new file mode 100644 index 0000000000000..ee0719e11cc6c --- /dev/null +++ b/multimedia/gst-plugins1-good/patches/patch-configure @@ -0,0 +1,15 @@ +$NetBSD: patch-configure,v 1.1 2016/04/11 15:00:31 wiz Exp $ + +Allow building with python 3.4 and 3.5. + +--- configure.orig 2016-01-20 09:28:06.000000000 +0000 ++++ configure +@@ -22621,7 +22621,7 @@ fi + + # Find any Python interpreter. + if test -z "$PYTHON"; then +- for ac_prog in python python2 python3 python3.3 python3.2 python3.1 python3.0 python2.7 python2.6 python2.5 python2.4 python2.3 python2.2 python2.1 python2.0 ++ for ac_prog in python python2 python3 python3.5 python3.4 python3.3 python3.2 python3.1 python3.0 python2.7 python2.6 python2.5 python2.4 python2.3 python2.2 python2.1 python2.0 + do + # Extract the first word of "$ac_prog", so it can be a program name with args. + set dummy $ac_prog; ac_word=$2 diff --git a/multimedia/gst-plugins1-libav/Makefile b/multimedia/gst-plugins1-libav/Makefile index eb861af1d169e..29b348bd2c2b7 100644 --- a/multimedia/gst-plugins1-libav/Makefile +++ b/multimedia/gst-plugins1-libav/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.21 2016/01/24 14:46:41 ryoon Exp $ +# $NetBSD: Makefile,v 1.23 2016/04/29 13:10:15 wiz Exp $ -DISTNAME= gst-libav-1.6.3 +DISTNAME= gst-libav-1.8.1 PKGNAME= ${DISTNAME:S/gst/gst-plugins1/} CATEGORIES= multimedia MASTER_SITES= http://gstreamer.freedesktop.org/src/gst-libav/ @@ -18,13 +18,13 @@ PKGSRC_MAKE_ENV+= PERL=${PERL5} #BUILD_DEPENDS+= yasm>=0.7.2:../../devel/yasm -BUILDLINK_API_DEPENDS.gstreamer1+= gstreamer1>=1.6.3 +BUILDLINK_API_DEPENDS.gstreamer1+= gstreamer1>=1.8.0 .include "../../multimedia/gstreamer1/buildlink3.mk" .include "../../multimedia/gst-plugins1-base/buildlink3.mk" # the upstream developers only want to support building against # the included ffmpeg version, since the ffmpeg API/ABI is unstable # and there are no releases -.include "../../multimedia/ffmpeg2/buildlink3.mk" +.include "../../multimedia/ffmpeg3/buildlink3.mk" CONFIGURE_ARGS+= --with-system-libav .include "../../devel/orc/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/multimedia/gst-plugins1-libav/PLIST b/multimedia/gst-plugins1-libav/PLIST index 3476e79ebed97..08a4f452b1f09 100644 --- a/multimedia/gst-plugins1-libav/PLIST +++ b/multimedia/gst-plugins1-libav/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2014/08/08 21:52:58 wiz Exp $ +@comment $NetBSD: PLIST,v 1.3 2016/04/15 14:20:00 wiz Exp $ lib/gstreamer-1.0/libgstlibav.la share/gtk-doc/html/gst-libav-plugins-1.0/ch01.html share/gtk-doc/html/gst-libav-plugins-1.0/ch02.html @@ -16,7 +16,6 @@ share/gtk-doc/html/gst-libav-plugins-1.0/gst-libav-plugins-gstavutils.html share/gtk-doc/html/gst-libav-plugins-1.0/gst-libav-plugins-plugin-libav.html share/gtk-doc/html/gst-libav-plugins-1.0/home.png share/gtk-doc/html/gst-libav-plugins-1.0/index.html -share/gtk-doc/html/gst-libav-plugins-1.0/index.sgml share/gtk-doc/html/gst-libav-plugins-1.0/left-insensitive.png share/gtk-doc/html/gst-libav-plugins-1.0/left.png share/gtk-doc/html/gst-libav-plugins-1.0/right-insensitive.png diff --git a/multimedia/gst-plugins1-libav/distinfo b/multimedia/gst-plugins1-libav/distinfo index e612adb296a20..f8037eb7100f9 100644 --- a/multimedia/gst-plugins1-libav/distinfo +++ b/multimedia/gst-plugins1-libav/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.14 2016/01/24 14:46:41 ryoon Exp $ +$NetBSD: distinfo,v 1.17 2016/04/29 13:10:15 wiz Exp $ -SHA1 (gst-libav-1.6.3.tar.xz) = d15a67f1adb4f69a0e66412d6f77706b188794ab -RMD160 (gst-libav-1.6.3.tar.xz) = f23528c5f555f6fba646ee7c5fafb1f6fbd3756a -SHA512 (gst-libav-1.6.3.tar.xz) = 8e5fde08921937f96814b7953e142fb9affa48b22f90ed5a5895ec2f7bdfe320c28f83a93c17c93ba933266a5163ce689c3ee803e78256b3d664516dffff7d08 -Size (gst-libav-1.6.3.tar.xz) = 7700700 bytes -SHA1 (patch-configure) = 3e0327b7d4d7587fc91fe522425689f2201cd1ba +SHA1 (gst-libav-1.8.1.tar.xz) = fb5ea465412736804ccdc4e5b541a8addfd80e15 +RMD160 (gst-libav-1.8.1.tar.xz) = ffd570f8e919730b738a73c2bff46a60bf6d8af2 +SHA512 (gst-libav-1.8.1.tar.xz) = 4c3a65365f9310efa92a9eb73ce1184bacc38d71f06bdd5619c767ae6fb96dfe5913310c05dc8a47b0c9c42e602dc840c4c010a09cf9e260dcf94f5e36a8911c +Size (gst-libav-1.8.1.tar.xz) = 7978376 bytes +SHA1 (patch-configure) = 20d17a08608a002620e388dac9a10b5efe5aad9c diff --git a/multimedia/gst-plugins1-libav/patches/patch-configure b/multimedia/gst-plugins1-libav/patches/patch-configure index 1f714937621b9..7cc90380246d4 100644 --- a/multimedia/gst-plugins1-libav/patches/patch-configure +++ b/multimedia/gst-plugins1-libav/patches/patch-configure @@ -1,9 +1,21 @@ -$NetBSD: patch-configure,v 1.1 2015/11/20 18:38:36 ryoon Exp $ +$NetBSD: patch-configure,v 1.3 2016/04/29 13:10:15 wiz Exp $ ---- configure.orig 2015-10-30 12:12:55.000000000 +0000 +Allow building with python 3.4 and 3.5. +Fix unportable test(1) operator. + +--- configure.orig 2016-04-20 12:31:50.000000000 +0000 +++ configure -@@ -16737,7 +16737,7 @@ fi - --disable-filters --disable-doc --disable-vda --disable-d3d11va --disable-dxva2 \ +@@ -15505,7 +15505,7 @@ fi + + # Find any Python interpreter. + if test -z "$PYTHON"; then +- for ac_prog in python python2 python3 python3.3 python3.2 python3.1 python3.0 python2.7 python2.6 python2.5 python2.4 python2.3 python2.2 python2.1 python2.0 ++ for ac_prog in python python2 python3 python3.5 python3.4 python3.3 python3.2 python3.1 python3.0 python2.7 python2.6 python2.5 python2.4 python2.3 python2.2 python2.1 python2.0 + do + # Extract the first word of "$ac_prog", so it can be a program name with args. + set dummy $ac_prog; ac_word=$2 +@@ -17620,7 +17620,7 @@ fi + --disable-filters --enable-filter=yadif --disable-doc --disable-vda --disable-d3d11va --disable-dxva2 \ --disable-iconv --enable-optimizations" - if test "x$enable_gpl" == "xyes"; then diff --git a/multimedia/gst-plugins1-ugly/Makefile.common b/multimedia/gst-plugins1-ugly/Makefile.common index 4450789f50d11..94000117b9186 100644 --- a/multimedia/gst-plugins1-ugly/Makefile.common +++ b/multimedia/gst-plugins1-ugly/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.14 2016/01/24 14:44:16 ryoon Exp $ +# $NetBSD: Makefile.common,v 1.16 2016/04/29 13:10:15 wiz Exp $ # # used by audio/gst-plugins1-a52/Makefile # used by audio/gst-plugins1-lame/Makefile @@ -10,7 +10,7 @@ # used by multimedia/gst-plugins1-x264/Makefile GST_PLUGINS1_TYPE= ugly -GST_PLUGINS1_VER= 1.6.3 +GST_PLUGINS1_VER= 1.8.1 # Disable all drivers and features by default. .for driver in a52dec \ @@ -23,8 +23,8 @@ GST_PLUGINS1_VER= 1.6.3 CONFIGURE_ARGS+= --disable-${driver} .endfor -BUILDLINK_API_DEPENDS.gstreamer1+= gstreamer1>=1.6.0 -BUILDLINK_API_DEPENDS.gst-plugins1-base+= gst-plugins1-base>=1.6.0 +BUILDLINK_API_DEPENDS.gstreamer1+= gstreamer1>=1.8.0 +BUILDLINK_API_DEPENDS.gst-plugins1-base+= gst-plugins1-base>=1.8.0 .include "../../multimedia/gst-plugins1-base/plugins.mk" .include "../../devel/orc/buildlink3.mk" diff --git a/multimedia/gst-plugins1-ugly/PLIST b/multimedia/gst-plugins1-ugly/PLIST index de47af957614f..4c812b5c70ebc 100644 --- a/multimedia/gst-plugins1-ugly/PLIST +++ b/multimedia/gst-plugins1-ugly/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2014/08/08 21:29:39 wiz Exp $ +@comment $NetBSD: PLIST,v 1.4 2016/04/15 14:20:00 wiz Exp $ lib/gstreamer-1.0/libgstasf.la lib/gstreamer-1.0/libgstdvdlpcmdec.la lib/gstreamer-1.0/libgstdvdsub.la @@ -14,6 +14,7 @@ share/doc/gst-plugins-0.10/gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins share/doc/gst-plugins-0.10/gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-cdiocddasrc.html share/doc/gst-plugins-0.10/gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-lamemp3enc.html share/doc/gst-plugins-0.10/gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-mad.html +share/doc/gst-plugins-0.10/gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-mpg123audiodec.html share/doc/gst-plugins-0.10/gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-plugin-a52dec.html share/doc/gst-plugins-0.10/gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-plugin-amrnb.html share/doc/gst-plugins-0.10/gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-plugin-amrwbdec.html @@ -25,6 +26,7 @@ share/doc/gst-plugins-0.10/gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins share/doc/gst-plugins-0.10/gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-plugin-lame.html share/doc/gst-plugins-0.10/gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-plugin-mad.html share/doc/gst-plugins-0.10/gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-plugin-mpeg2dec.html +share/doc/gst-plugins-0.10/gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-plugin-mpg123.html share/doc/gst-plugins-0.10/gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-plugin-realmedia.html share/doc/gst-plugins-0.10/gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-plugin-siddec.html share/doc/gst-plugins-0.10/gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-plugin-twolame.html @@ -40,7 +42,6 @@ share/doc/gst-plugins-0.10/gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins share/doc/gst-plugins-0.10/gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-xingmux.html share/doc/gst-plugins-0.10/gst-plugins-ugly-plugins-1.0/home.png share/doc/gst-plugins-0.10/gst-plugins-ugly-plugins-1.0/index.html -share/doc/gst-plugins-0.10/gst-plugins-ugly-plugins-1.0/index.sgml share/doc/gst-plugins-0.10/gst-plugins-ugly-plugins-1.0/left-insensitive.png share/doc/gst-plugins-0.10/gst-plugins-ugly-plugins-1.0/left.png share/doc/gst-plugins-0.10/gst-plugins-ugly-plugins-1.0/right-insensitive.png diff --git a/multimedia/gst-plugins1-ugly/distinfo b/multimedia/gst-plugins1-ugly/distinfo index 8b69086b68b4a..4ba061bd0aa31 100644 --- a/multimedia/gst-plugins1-ugly/distinfo +++ b/multimedia/gst-plugins1-ugly/distinfo @@ -1,6 +1,7 @@ -$NetBSD: distinfo,v 1.15 2016/01/24 14:44:16 ryoon Exp $ +$NetBSD: distinfo,v 1.18 2016/04/29 13:10:15 wiz Exp $ -SHA1 (gst-plugins-ugly-1.6.3.tar.xz) = 18fb7cf5da80021abaa3147625b7649bf5904919 -RMD160 (gst-plugins-ugly-1.6.3.tar.xz) = 704d828ce4a4b2f259913fb498fe68b0df300627 -SHA512 (gst-plugins-ugly-1.6.3.tar.xz) = 655b69c9ee5f6f0eba6a902f7c9dfdee8ec0260bcf8849a8917a6eb5f14cfb9fe074dbfb9b7dc4e6600446610edd06819c19da2662391b73977ea3d950218c9e -Size (gst-plugins-ugly-1.6.3.tar.xz) = 859408 bytes +SHA1 (gst-plugins-ugly-1.8.1.tar.xz) = 244cebfe9a88eb461a321ffd1868c4b28af55d1c +RMD160 (gst-plugins-ugly-1.8.1.tar.xz) = 9629b68c92b3a71c9655f1e23931a967bd924533 +SHA512 (gst-plugins-ugly-1.8.1.tar.xz) = 349767c0d688eb62097d47115e14303f80648d4387e414d73a8a18de0b566d4d35d57121d103cce74d0d33c00cbe9fc109e7342a205eb5f03e54b2552812f760 +Size (gst-plugins-ugly-1.8.1.tar.xz) = 884028 bytes +SHA1 (patch-configure) = dcc05134842334699ea46fb373fb562f5e63fd44 diff --git a/multimedia/gst-plugins1-ugly/patches/patch-configure b/multimedia/gst-plugins1-ugly/patches/patch-configure new file mode 100644 index 0000000000000..86fd69b27882f --- /dev/null +++ b/multimedia/gst-plugins1-ugly/patches/patch-configure @@ -0,0 +1,15 @@ +$NetBSD: patch-configure,v 1.1 2016/04/11 14:59:17 wiz Exp $ + +Allow building with python 3.4 and 3.5. + +--- configure.orig 2016-01-20 09:30:59.000000000 +0000 ++++ configure +@@ -21633,7 +21633,7 @@ fi + + # Find any Python interpreter. + if test -z "$PYTHON"; then +- for ac_prog in python python2 python3 python3.3 python3.2 python3.1 python3.0 python2.7 python2.6 python2.5 python2.4 python2.3 python2.2 python2.1 python2.0 ++ for ac_prog in python python2 python3 python3.5 python3.4 python3.3 python3.2 python3.1 python3.0 python2.7 python2.6 python2.5 python2.4 python2.3 python2.2 python2.1 python2.0 + do + # Extract the first word of "$ac_prog", so it can be a program name with args. + set dummy $ac_prog; ac_word=$2 diff --git a/multimedia/gstreamer1/Makefile b/multimedia/gstreamer1/Makefile index 6a8dc5fc68b7f..70a769c9525b3 100644 --- a/multimedia/gstreamer1/Makefile +++ b/multimedia/gstreamer1/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.20 2016/01/24 14:45:21 ryoon Exp $ +# $NetBSD: Makefile,v 1.22 2016/04/29 13:10:15 wiz Exp $ -DISTNAME= gstreamer-1.6.3 +DISTNAME= gstreamer-1.8.1 PKGNAME= ${DISTNAME:S/gstreamer/gstreamer1/} CATEGORIES= multimedia MASTER_SITES= http://gstreamer.freedesktop.org/src/gstreamer/ diff --git a/multimedia/gstreamer1/PLIST b/multimedia/gstreamer1/PLIST index aa2c4b610f5bc..dcb54382a222b 100644 --- a/multimedia/gstreamer1/PLIST +++ b/multimedia/gstreamer1/PLIST @@ -1,6 +1,7 @@ -@comment $NetBSD: PLIST,v 1.6 2015/11/18 12:04:16 wiz Exp $ +@comment $NetBSD: PLIST,v 1.7 2016/04/15 14:20:00 wiz Exp $ bin/gst-inspect-1.0 bin/gst-launch-1.0 +bin/gst-stats-1.0 bin/gst-typefind-1.0 include/gstreamer-1.0/gst/base/base.h include/gstreamer-1.0/gst/base/gstadapter.h @@ -17,6 +18,9 @@ include/gstreamer-1.0/gst/base/gstflowcombiner.h include/gstreamer-1.0/gst/base/gstpushsrc.h include/gstreamer-1.0/gst/base/gstqueuearray.h include/gstreamer-1.0/gst/base/gsttypefindhelper.h +include/gstreamer-1.0/gst/gsttracer.h +include/gstreamer-1.0/gst/gsttracerfactory.h +include/gstreamer-1.0/gst/gsttracerrecord.h ${PLIST.gstcheck}include/gstreamer-1.0/gst/check/check.h ${PLIST.gstcheck}include/gstreamer-1.0/gst/check/gstbufferstraw.h ${PLIST.gstcheck}include/gstreamer-1.0/gst/check/gstcheck.h @@ -114,6 +118,7 @@ lib/girepository-1.0/GstController-1.0.typelib lib/girepository-1.0/GstNet-1.0.typelib lib/gstreamer-1.0/include/gst/gstconfig.h lib/gstreamer-1.0/libgstcoreelements.la +lib/gstreamer-1.0/libgstcoretracers.la lib/libgstbase-1.0.la ${PLIST.gstcheck}lib/libgstcheck-1.0.la lib/libgstcontroller-1.0.la @@ -178,6 +183,9 @@ share/gtk-doc/html/gstreamer-1.0/GstTagSetter.html share/gtk-doc/html/gstreamer-1.0/GstTask.html share/gtk-doc/html/gstreamer-1.0/GstTaskPool.html share/gtk-doc/html/gstreamer-1.0/GstToc.html +share/gtk-doc/html/gstreamer-1.0/GstTracer.html +share/gtk-doc/html/gstreamer-1.0/GstTracerFactory.html +share/gtk-doc/html/gstreamer-1.0/GstTracerRecord.html share/gtk-doc/html/gstreamer-1.0/GstTypeFindFactory.html share/gtk-doc/html/gstreamer-1.0/annotation-glossary.html share/gtk-doc/html/gstreamer-1.0/gst-building.html @@ -212,7 +220,6 @@ share/gtk-doc/html/gstreamer-1.0/gstreamer-support.html share/gtk-doc/html/gstreamer-1.0/gstreamer.html share/gtk-doc/html/gstreamer-1.0/home.png share/gtk-doc/html/gstreamer-1.0/index.html -share/gtk-doc/html/gstreamer-1.0/index.sgml share/gtk-doc/html/gstreamer-1.0/ix01.html share/gtk-doc/html/gstreamer-1.0/ix02.html share/gtk-doc/html/gstreamer-1.0/ix03.html @@ -241,6 +248,7 @@ share/gtk-doc/html/gstreamer-libs-1.0/GstInterpolationControlSource.html share/gtk-doc/html/gstreamer-libs-1.0/GstLFOControlSource.html share/gtk-doc/html/gstreamer-libs-1.0/GstNetClientClock.html share/gtk-doc/html/gstreamer-libs-1.0/GstNetTimeProvider.html +share/gtk-doc/html/gstreamer-libs-1.0/GstPtpClock.html share/gtk-doc/html/gstreamer-libs-1.0/GstPushSrc.html share/gtk-doc/html/gstreamer-libs-1.0/GstTestClock.html share/gtk-doc/html/gstreamer-libs-1.0/GstTimedValueControlSource.html @@ -263,7 +271,6 @@ share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstHarness.html share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstNetAddressMeta.html share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstNetControlMessageMeta.html share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstNetTimePacket.html -share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstPtpClock.html share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstQueueArray.html share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstStreamConsistency.html share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstTypeFindHelper.html @@ -271,7 +278,6 @@ share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs.html share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-net.html share/gtk-doc/html/gstreamer-libs-1.0/home.png share/gtk-doc/html/gstreamer-libs-1.0/index.html -share/gtk-doc/html/gstreamer-libs-1.0/index.sgml share/gtk-doc/html/gstreamer-libs-1.0/ix01.html share/gtk-doc/html/gstreamer-libs-1.0/ix02.html share/gtk-doc/html/gstreamer-libs-1.0/ix03.html @@ -311,7 +317,6 @@ share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-typefind.html share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-valve.html share/gtk-doc/html/gstreamer-plugins-1.0/home.png share/gtk-doc/html/gstreamer-plugins-1.0/index.html -share/gtk-doc/html/gstreamer-plugins-1.0/index.sgml share/gtk-doc/html/gstreamer-plugins-1.0/left-insensitive.png share/gtk-doc/html/gstreamer-plugins-1.0/left.png share/gtk-doc/html/gstreamer-plugins-1.0/right-insensitive.png diff --git a/multimedia/gstreamer1/distinfo b/multimedia/gstreamer1/distinfo index 3ed53c8f23215..aa4906f04c3ac 100644 --- a/multimedia/gstreamer1/distinfo +++ b/multimedia/gstreamer1/distinfo @@ -1,6 +1,8 @@ -$NetBSD: distinfo,v 1.18 2016/01/24 14:45:21 ryoon Exp $ +$NetBSD: distinfo,v 1.21 2016/04/29 13:10:15 wiz Exp $ -SHA1 (gstreamer-1.6.3.tar.xz) = 03d678ced697871a71ae229ef5f9c3ef18640898 -RMD160 (gstreamer-1.6.3.tar.xz) = 565176d598540f0464142e9758f22f3d0e1d0ff0 -SHA512 (gstreamer-1.6.3.tar.xz) = f5ab2461469d489da956a0dd4e785e8f0a130b104a37289f7821be6e8f8e5049864888fdcf3a7d281406bf48b40737afa75347c22e6bec05ff2cf525734b51f7 -Size (gstreamer-1.6.3.tar.xz) = 3553256 bytes +SHA1 (gstreamer-1.8.1.tar.xz) = 5f407278ffd38f3067aff030898f35a48fa2ebc5 +RMD160 (gstreamer-1.8.1.tar.xz) = f6e15336a31f8a563a3c083f8e3f05f537137984 +SHA512 (gstreamer-1.8.1.tar.xz) = 3c7af85c97bb193d78b37d6c0265ed6af0744ca812df2a30fce8b48a672b57e43f01e882e20fc143a5defc804b0fc78e572ffc93765dd4c2b021b9280070e635 +Size (gstreamer-1.8.1.tar.xz) = 3605172 bytes +SHA1 (patch-configure) = 7e2b54ecdf06def50e4529f0126cc56605b46f87 +SHA1 (patch-plugins_tracers_gstrusage.c) = 36ab41bc208cd9146bed3208f56eb332f2535591 diff --git a/multimedia/gstreamer1/patches/patch-configure b/multimedia/gstreamer1/patches/patch-configure new file mode 100644 index 0000000000000..968c537150052 --- /dev/null +++ b/multimedia/gstreamer1/patches/patch-configure @@ -0,0 +1,15 @@ +$NetBSD: patch-configure,v 1.1 2016/04/11 08:01:09 wiz Exp $ + +Allow python-3.4 and python-3.5. + +--- configure.orig 2016-01-20 09:24:39.000000000 +0000 ++++ configure +@@ -23407,7 +23407,7 @@ fi + + # Find any Python interpreter. + if test -z "$PYTHON"; then +- for ac_prog in python python2 python3 python3.3 python3.2 python3.1 python3.0 python2.7 python2.6 python2.5 python2.4 python2.3 python2.2 python2.1 python2.0 ++ for ac_prog in python python2 python3 python3.5 python3.4 python3.3 python3.2 python3.1 python3.0 python2.7 python2.6 python2.5 python2.4 python2.3 python2.2 python2.1 python2.0 + do + # Extract the first word of "$ac_prog", so it can be a program name with args. + set dummy $ac_prog; ac_word=$2 diff --git a/multimedia/gstreamer1/patches/patch-plugins_tracers_gstrusage.c b/multimedia/gstreamer1/patches/patch-plugins_tracers_gstrusage.c new file mode 100644 index 0000000000000..ea4ce321c7c8f --- /dev/null +++ b/multimedia/gstreamer1/patches/patch-plugins_tracers_gstrusage.c @@ -0,0 +1,15 @@ +$NetBSD: patch-plugins_tracers_gstrusage.c,v 1.1 2016/04/15 14:20:00 wiz Exp $ + +Check for the symbol that is used. + +--- plugins/tracers/gstrusage.c.orig 2016-02-15 14:49:05.000000000 +0000 ++++ plugins/tracers/gstrusage.c +@@ -159,7 +159,7 @@ do_stats (GstTracer * obj, guint64 ts) + GstClockTime tthread = G_GUINT64_CONSTANT (0); + GstClockTime dts, dtproc; + +-#ifdef HAVE_CLOCK_GETTIME ++#ifdef CLOCK_PROCESS_CPUTIME_ID + { + struct timespec now; + diff --git a/multimedia/kdenlive/Makefile b/multimedia/kdenlive/Makefile index 1f4dd8ddbc9ea..9b9d19711fed9 100644 --- a/multimedia/kdenlive/Makefile +++ b/multimedia/kdenlive/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.36 2016/03/05 11:29:00 jperkin Exp $ +# $NetBSD: Makefile,v 1.38 2016/04/09 14:43:15 abs Exp $ -DISTNAME= kdenlive-0.9.6 -PKGREVISION= 9 +DISTNAME= kdenlive-0.9.10 CATEGORIES= multimedia -MASTER_SITES= http://download.kde.org/stable/kdenlive/0.9.6/src/ +MASTER_SITES= ${MASTER_SITE_KDE:=kdenlive/0.9.10/src/} EXTRACT_SUFX= .tar.bz2 MAINTAINER= abs@NetBSD.org @@ -22,6 +21,11 @@ USE_CMAKE= yes USE_LANGUAGES= c c++ USE_TOOLS+= msgfmt perl pkg-config +CMAKE_ARGS+= -DWITH_V4L=OFF + +post-install: + ${RM} ${DESTDIR}${PREFIX}/share/icons/oxygen/*/mimetypes/application-x-kdenlivetitle.png + .include "../../meta-pkgs/kde4/kde4.mk" .include "../../devel/qjson/buildlink3.mk" .include "../../graphics/hicolor-icon-theme/buildlink3.mk" diff --git a/multimedia/kdenlive/PLIST b/multimedia/kdenlive/PLIST index e285174935752..31f1b4c53d01d 100644 --- a/multimedia/kdenlive/PLIST +++ b/multimedia/kdenlive/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2014/03/30 19:45:00 abs Exp $ +@comment $NetBSD: PLIST,v 1.4 2016/04/09 14:43:15 abs Exp $ bin/kdenlive bin/kdenlive_render lib/kde4/libkdenlive_sampleplugin.so @@ -9,6 +9,9 @@ share/applications/kde4/kdenlive.desktop share/doc/kde/HTML/ca/kdenlive/common share/doc/kde/HTML/ca/kdenlive/index.cache.bz2 share/doc/kde/HTML/ca/kdenlive/index.docbook +share/doc/kde/HTML/de/kdenlive/common +share/doc/kde/HTML/de/kdenlive/index.cache.bz2 +share/doc/kde/HTML/de/kdenlive/index.docbook share/doc/kde/HTML/en/kdenlive/Kdenlive-Quickstart-Add-Last-Clip.png share/doc/kde/HTML/en/kdenlive/Kdenlive-Quickstart-Add-Transition.png share/doc/kde/HTML/en/kdenlive/Kdenlive-Quickstart-EffectStack.png @@ -33,6 +36,9 @@ share/doc/kde/HTML/en/kdenlive/index.docbook share/doc/kde/HTML/es/kdenlive/common share/doc/kde/HTML/es/kdenlive/index.cache.bz2 share/doc/kde/HTML/es/kdenlive/index.docbook +share/doc/kde/HTML/fr/kdenlive/common +share/doc/kde/HTML/fr/kdenlive/index.cache.bz2 +share/doc/kde/HTML/fr/kdenlive/index.docbook share/doc/kde/HTML/it/kdenlive/common share/doc/kde/HTML/it/kdenlive/index.cache.bz2 share/doc/kde/HTML/it/kdenlive/index.docbook @@ -48,22 +54,6 @@ share/doc/kde/HTML/pt_BR/kdenlive/index.docbook share/doc/kde/HTML/sv/kdenlive/common share/doc/kde/HTML/sv/kdenlive/index.cache.bz2 share/doc/kde/HTML/sv/kdenlive/index.docbook -share/doc/kde/HTML/uk/kdenlive/Kdenlive-Quickstart-Add-Last-Clip.png -share/doc/kde/HTML/uk/kdenlive/Kdenlive-Quickstart-Add-Transition.png -share/doc/kde/HTML/uk/kdenlive/Kdenlive_Quickstart-Add-Clips.png -share/doc/kde/HTML/uk/kdenlive/Kdenlive_Quickstart-Add-Effect.png -share/doc/kde/HTML/uk/kdenlive/Kdenlive_Quickstart-Effect-Flag.png -share/doc/kde/HTML/uk/kdenlive/Kdenlive_Quickstart-Fadeout.png -share/doc/kde/HTML/uk/kdenlive/Kdenlive_Quickstart-Folder-Structure.png -share/doc/kde/HTML/uk/kdenlive/Kdenlive_Quickstart-Mainwindow.png -share/doc/kde/HTML/uk/kdenlive/Kdenlive_Quickstart-New-Project.png -share/doc/kde/HTML/uk/kdenlive/Kdenlive_Quickstart-Overlap-Clips.png -share/doc/kde/HTML/uk/kdenlive/Kdenlive_Quickstart-Renderer.png -share/doc/kde/HTML/uk/kdenlive/Kdenlive_Quickstart-Rendering.png -share/doc/kde/HTML/uk/kdenlive/Kdenlive_Quickstart-Resize-Marker.png -share/doc/kde/HTML/uk/kdenlive/Kdenlive_Quickstart-Save-Project.png -share/doc/kde/HTML/uk/kdenlive/Kdenlive_Quickstart-Timeline-Clips.png -share/doc/kde/HTML/uk/kdenlive/Kdenlive_Quickstart-TimelineCursor.png share/doc/kde/HTML/uk/kdenlive/common share/doc/kde/HTML/uk/kdenlive/index.cache.bz2 share/doc/kde/HTML/uk/kdenlive/index.docbook @@ -149,7 +139,6 @@ share/icons/hicolor/scalable/actions/kdenlive-zone-start.svgz share/icons/hicolor/scalable/mimetypes/application-x-kdenlive.svgz share/icons/hicolor/scalable/mimetypes/video-mlt-playlist.svgz share/icons/oxygen/128x128/actions/kdenlive-select-all.png -share/icons/oxygen/128x128/mimetypes/application-x-kdenlivetitle.png share/icons/oxygen/16x16/actions/kdenlive-add-clip.png share/icons/oxygen/16x16/actions/kdenlive-add-color-clip.png share/icons/oxygen/16x16/actions/kdenlive-add-slide-clip.png @@ -204,12 +193,10 @@ share/icons/oxygen/22x22/actions/kdenlive-select-all.png share/icons/oxygen/22x22/actions/kdenlive-spacer-tool.png share/icons/oxygen/32x32/actions/kdenlive-select-all.png share/icons/oxygen/32x32/apps/kdenlive.png -share/icons/oxygen/32x32/mimetypes/application-x-kdenlivetitle.png share/icons/oxygen/48x48/actions/kdenlive-select-all.png share/icons/oxygen/48x48/apps/kdenlive.png share/icons/oxygen/64x64/actions/kdenlive-select-all.png share/icons/oxygen/64x64/apps/kdenlive.png -share/icons/oxygen/64x64/mimetypes/application-x-kdenlivetitle.png share/icons/oxygen/scalable/actions/kdenlive-align-none.svgz share/icons/oxygen/scalable/actions/kdenlive-insert-rect.svgz share/icons/oxygen/scalable/actions/kdenlive-insert-unicode.svgz @@ -402,6 +389,7 @@ share/locale/cs/LC_MESSAGES/kdenlive.mo share/locale/da/LC_MESSAGES/kdenlive.mo share/locale/de/LC_MESSAGES/kdenlive.mo share/locale/el/LC_MESSAGES/kdenlive.mo +share/locale/en_GB/LC_MESSAGES/kdenlive.mo share/locale/es/LC_MESSAGES/kdenlive.mo share/locale/et/LC_MESSAGES/kdenlive.mo share/locale/fi/LC_MESSAGES/kdenlive.mo @@ -427,6 +415,7 @@ share/locale/sk/LC_MESSAGES/kdenlive.mo share/locale/sl/LC_MESSAGES/kdenlive.mo share/locale/sv/LC_MESSAGES/kdenlive.mo share/locale/tr/LC_MESSAGES/kdenlive.mo +share/locale/ug/LC_MESSAGES/kdenlive.mo share/locale/uk/LC_MESSAGES/kdenlive.mo share/locale/zh_CN/LC_MESSAGES/kdenlive.mo share/locale/zh_TW/LC_MESSAGES/kdenlive.mo diff --git a/multimedia/kdenlive/distinfo b/multimedia/kdenlive/distinfo index c5480ceceed77..df0f556b9b0f0 100644 --- a/multimedia/kdenlive/distinfo +++ b/multimedia/kdenlive/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.4 2015/11/03 23:54:27 agc Exp $ +$NetBSD: distinfo,v 1.5 2016/04/09 14:43:15 abs Exp $ -SHA1 (kdenlive-0.9.6.tar.bz2) = 0b9de2dd1e77140020bf3efc9c88105d4dcf5c8d -RMD160 (kdenlive-0.9.6.tar.bz2) = 0aaf8911073b82725998a8f18426b7f4189e25f0 -SHA512 (kdenlive-0.9.6.tar.bz2) = 6af8b76c7f4c96825ad659bdf32ae54d84a41f96ff56479b3778fe28be3df2ee88006bd6319659c22bd35e3c237840807dbf7718bea7d844a5322cd33a182197 -Size (kdenlive-0.9.6.tar.bz2) = 5355764 bytes +SHA1 (kdenlive-0.9.10.tar.bz2) = e9496e58314751e8fdb62f3a679838f8cd38cffa +RMD160 (kdenlive-0.9.10.tar.bz2) = d9c59cb57b96a15987510380185d1dc3cb6ff9ee +SHA512 (kdenlive-0.9.10.tar.bz2) = 47314e4a095a74fb6e0d9aec8450d857a3624c0127372c88c94a73ae504f565b77c8197970dc61f9a2478664069e6bf822495b50c92491a4aae5d43c9afc4e2a +Size (kdenlive-0.9.10.tar.bz2) = 4666332 bytes diff --git a/multimedia/kmix/Makefile b/multimedia/kmix/Makefile index b3e4c72460873..b7806fe8f0577 100644 --- a/multimedia/kmix/Makefile +++ b/multimedia/kmix/Makefile @@ -1,10 +1,13 @@ -# $NetBSD: Makefile,v 1.28 2016/03/05 11:29:00 jperkin Exp $ +# $NetBSD: Makefile,v 1.29 2016/05/05 22:05:22 joerg Exp $ DISTNAME= kmix-${_KDE_VERSION} PKGREVISION= 4 CATEGORIES= multimedia COMMENT= KDE's soundcard mixer program +# lib/libkdeinit4_kmixctrl.so: undefined reference to `vtable for ControlAdaptor' +MAKE_JOBS_SAFE= no + .include "../../meta-pkgs/kde4/Makefile.kde4" .include "../../mk/bsd.prefs.mk" diff --git a/multimedia/kmplayer/distinfo b/multimedia/kmplayer/distinfo index 8b16ed5af5321..3a80039b66fb8 100644 --- a/multimedia/kmplayer/distinfo +++ b/multimedia/kmplayer/distinfo @@ -1,10 +1,11 @@ -$NetBSD: distinfo,v 1.25 2015/12/23 12:41:47 joerg Exp $ +$NetBSD: distinfo,v 1.26 2016/03/23 10:04:49 markd Exp $ SHA1 (kmplayer-0.11.3d.tar.bz2) = f43651d4252cf6d878b5b014c1e5e9b18b2e31c4 RMD160 (kmplayer-0.11.3d.tar.bz2) = 39cf21c28c176697632d60b8f2993e78a9e3dd0f SHA512 (kmplayer-0.11.3d.tar.bz2) = c2f0fa1864eecd9a0bf3039639aad41bc36bc6ff8742a8e9714c6df72dd4ee63f80c36036a0582ee8464b48ce22eb96814600ddb199c61fda0b87cfd4c457797 Size (kmplayer-0.11.3d.tar.bz2) = 573173 bytes -SHA1 (patch-CMakeLists.txt) = ded076fd17755cbd7c4b72f6e5eb6948f3a9d6d6 +SHA1 (patch-CMakeLists.txt) = e2dc0ffbddfc72c0c395056c66a26bc1555b2958 SHA1 (patch-aa) = 85d6f4f17a2c8afff505298f62b3105979a9e9f1 SHA1 (patch-ab) = 975524f4ef0163d47c452f16ab98016acebead09 +SHA1 (patch-src_CMakeLists.txt) = cafeb1b1869455068880443d767e0101906990d3 SHA1 (patch-src_kmplayershared.h) = b314dc90f44fc5154dcfcb4fa889008d78b59980 diff --git a/multimedia/kmplayer/patches/patch-CMakeLists.txt b/multimedia/kmplayer/patches/patch-CMakeLists.txt index 0fd6005f15af2..e941fc7621cd1 100644 --- a/multimedia/kmplayer/patches/patch-CMakeLists.txt +++ b/multimedia/kmplayer/patches/patch-CMakeLists.txt @@ -1,8 +1,15 @@ -$NetBSD: patch-CMakeLists.txt,v 1.1 2015/12/23 12:41:47 joerg Exp $ +$NetBSD: patch-CMakeLists.txt,v 1.2 2016/03/23 10:04:49 markd Exp $ + +Build with recent cmake --- CMakeLists.txt.orig 2015-12-22 17:31:21.000000000 +0000 +++ CMakeLists.txt -@@ -57,6 +57,7 @@ if(NOT WIN32) +@@ -1,3 +1,4 @@ ++cmake_minimum_required(VERSION 2.8.9) + project(kmplayer) + + cmake_policy(VERSION 2.6) +@@ -57,6 +58,7 @@ if(NOT WIN32) endif(NOT WIN32) diff --git a/multimedia/kmplayer/patches/patch-src_CMakeLists.txt b/multimedia/kmplayer/patches/patch-src_CMakeLists.txt new file mode 100644 index 0000000000000..4fa0f98acd397 --- /dev/null +++ b/multimedia/kmplayer/patches/patch-src_CMakeLists.txt @@ -0,0 +1,15 @@ +$NetBSD: patch-src_CMakeLists.txt,v 1.1 2016/03/23 10:04:49 markd Exp $ + +Build with recent cmake + +--- src/CMakeLists.txt.orig 2012-06-10 12:35:46.000000000 +0000 ++++ src/CMakeLists.txt +@@ -13,7 +13,7 @@ IF (KMPLAYER_WITH_CAIRO) + MESSAGE("have cairo cflags:${optionalCFlags} ldflags:${optionalLinkFlags}") + endif (KMPLAYER_WITH_CAIRO) + +-add_definitions(-DQT3_SUPPORT -DKDE3_SUPPORT -DKMPLAYER_VERSION_STRING=\\"${KMPLAYER_VERSION_STRING}\\") ++add_definitions(-DQT3_SUPPORT -DKDE3_SUPPORT -DKMPLAYER_VERSION_STRING="\\\"${KMPLAYER_VERSION_STRING}\\\"") + + ADD_DEFINITIONS(${CAIROCFlags}) + diff --git a/multimedia/kodi/Makefile b/multimedia/kodi/Makefile index d96e3e7d95d8a..d8325dbbad953 100644 --- a/multimedia/kodi/Makefile +++ b/multimedia/kodi/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.10 2016/03/07 18:42:37 nros Exp $ +# $NetBSD: Makefile,v 1.11 2016/04/11 19:01:58 ryoon Exp $ PKGNAME= kodi-15.2 -PKGREVISION= 4 +PKGREVISION= 5 DISTNAME= 15.2-Isengard CATEGORIES= multimedia MASTER_SITES= http://mirrors.kodi.tv/releases/source/ diff --git a/multimedia/libva-driver-vdpau/Makefile b/multimedia/libva-driver-vdpau/Makefile index 01f613823ff1c..0639dfdaeb69e 100644 --- a/multimedia/libva-driver-vdpau/Makefile +++ b/multimedia/libva-driver-vdpau/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2015/01/04 09:39:51 dholland Exp $ +# $NetBSD: Makefile,v 1.5 2016/04/11 04:22:34 dbj Exp $ # DISTNAME= vdpau-driver-${PKGNAME:C/^.*-//} @@ -23,7 +23,7 @@ pre-configure: .include "../../multimedia/libva/buildlink3.mk" .if ${VAAPI_AVAILABLE} != "yes" -PKG_SKIP_REASON= "No VAAPI support on this platform" +PKG_SKIP_REASON+= "No VAAPI support on this platform" .endif .include "../../mk/bsd.pkg.mk" diff --git a/multimedia/libvdpau/Makefile b/multimedia/libvdpau/Makefile index 7e72c3944083c..8ab2c9a22804a 100644 --- a/multimedia/libvdpau/Makefile +++ b/multimedia/libvdpau/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2015/01/04 09:38:29 dholland Exp $ +# $NetBSD: Makefile,v 1.9 2016/04/11 04:22:34 dbj Exp $ # DISTNAME= libvdpau-0.5 @@ -34,7 +34,7 @@ post-install: .include "available.mk" .if ${VDPAU_AVAILABLE} == no -PKG_SKIP_REASON= "VDPAU is not available on this platform" +PKG_SKIP_REASON+= "VDPAU is not available on this platform" .endif .include "../../x11/libX11/buildlink3.mk" diff --git a/multimedia/mediatomb/Makefile b/multimedia/mediatomb/Makefile index 8627fbf20ec81..816da8f7e661f 100644 --- a/multimedia/mediatomb/Makefile +++ b/multimedia/mediatomb/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.47 2016/03/05 11:29:01 jperkin Exp $ +# $NetBSD: Makefile,v 1.48 2016/04/11 19:01:58 ryoon Exp $ DISTNAME= mediatomb-0.12.1 -PKGREVISION= 26 +PKGREVISION= 27 CATEGORIES= multimedia MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mediatomb/} diff --git a/multimedia/minidlna/Makefile b/multimedia/minidlna/Makefile index e1256ade015a0..2b2c4668d6853 100644 --- a/multimedia/minidlna/Makefile +++ b/multimedia/minidlna/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.16 2015/11/18 14:19:52 ryoon Exp $ +# $NetBSD: Makefile,v 1.17 2016/04/11 19:01:58 ryoon Exp $ DISTNAME= minidlna-1.1.4 -PKGREVISION= 6 +PKGREVISION= 7 CATEGORIES= multimedia MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=minidlna/} diff --git a/multimedia/mkvtoolnix/Makefile b/multimedia/mkvtoolnix/Makefile index 7980e14d2fb38..903102a2c0853 100644 --- a/multimedia/mkvtoolnix/Makefile +++ b/multimedia/mkvtoolnix/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.76 2016/03/01 20:12:26 joerg Exp $ +# $NetBSD: Makefile,v 1.79 2016/03/28 03:47:46 taca Exp $ DISTNAME= mkvtoolnix-5.0.1 -PKGREVISION= 26 +PKGREVISION= 27 CATEGORIES= multimedia MASTER_SITES= http://www.bunkus.org/videotools/mkvtoolnix/sources/ EXTRACT_SUFX= .tar.bz2 @@ -11,6 +11,8 @@ HOMEPAGE= http://www.bunkus.org/videotools/mkvtoolnix/ COMMENT= Set of tools to create, alter and inspect Matroska files LICENSE= gnu-gpl-v2 +BUILD_DEPENDS+= ${RUBY_BASE}>=${RUBY_VERSION}:${RUBY_SRCDIR} + USE_LANGUAGES= c c++ USE_PKGLOCALEDIR= yes USE_TOOLS+= gmake msgfmt @@ -27,8 +29,6 @@ LDFLAGS.SunOS+= -lintl INSTALL_ENV+= SHELL=${SH:Q} -.include "../../mk/bsd.prefs.mk" - .if !empty(MAKE_JOBS) DRAKE_ARGS= -j${MAKE_JOBS} .else @@ -36,18 +36,14 @@ DRAKE_ARGS= # empty .endif do-build: - cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ruby drake ${DRAKE_ARGS} + cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${LOCALBASE}/bin/${RAKE_NAME} ${DRAKE_ARGS} do-install: - cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${INSTALL_ENV} ruby drake install + cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${INSTALL_ENV} ${LOCALBASE}/bin/${RAKE_NAME} install .include "options.mk" -.if ${OPSYS} != "Darwin" -.include "../../lang/ruby/buildlink3.mk" -BUILDLINK_DEPMETHOD.${RUBY_BASE}= build -.endif - +.include "../../lang/ruby/rubyversion.mk" .include "../../archivers/bzip2/buildlink3.mk" .include "../../archivers/lzo/buildlink3.mk" .include "../../audio/flac/buildlink3.mk" diff --git a/multimedia/mkvtoolnix/distinfo b/multimedia/mkvtoolnix/distinfo index 4d83116c08b05..b36acd04ba4f0 100644 --- a/multimedia/mkvtoolnix/distinfo +++ b/multimedia/mkvtoolnix/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.35 2015/11/03 23:54:30 agc Exp $ +$NetBSD: distinfo,v 1.37 2016/03/28 03:45:31 taca Exp $ SHA1 (mkvtoolnix-5.0.1.tar.bz2) = 900211d47ba6cbeb4188bb45a492a2b9edf08ed2 RMD160 (mkvtoolnix-5.0.1.tar.bz2) = 3c6220a1ff304a18e4d7125d6981966c3e9d368e diff --git a/multimedia/mlt/Makefile b/multimedia/mlt/Makefile index d5dc6863b293e..f7ab48f19aba0 100644 --- a/multimedia/mlt/Makefile +++ b/multimedia/mlt/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.58 2016/03/05 11:29:01 jperkin Exp $ +# $NetBSD: Makefile,v 1.60 2016/05/03 11:40:05 prlw1 Exp $ DISTNAME= mlt-0.9.0 -PKGREVISION= 22 +PKGREVISION= 24 CATEGORIES= multimedia MASTER_SITES= http://downloads.sourceforge.net/project/mlt/mlt/ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mlt/} diff --git a/multimedia/mpv/Makefile b/multimedia/mpv/Makefile index ea3f59f9d85f6..1814bc94f51bd 100644 --- a/multimedia/mpv/Makefile +++ b/multimedia/mpv/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.30 2016/03/02 21:30:19 leot Exp $ +# $NetBSD: Makefile,v 1.31 2016/04/13 16:14:01 leot Exp $ -DISTNAME= mpv-0.16.0 +DISTNAME= mpv-0.17.0 CATEGORIES= multimedia MASTER_SITES= ${MASTER_SITE_GITHUB:=mpv-player/} GITHUB_TAG= v${PKGVERSION_NOREV} @@ -21,10 +21,6 @@ PYTHON_FOR_BUILD_ONLY= yes USE_TOOLS+= perl pkg-config -MAKE_DIRS= ${PKG_SYSCONFDIR}/mpv -INSTALLATION_DIRS= share/examples/mpv -CONF_FILES+= share/examples/mpv/encoding-profiles.conf ${PKG_SYSCONFDIR}/mpv/encoding-profiles.conf - SUBST_CLASSES+= audio SUBST_SED.audio+= -e "s,/dev/dsp,${DEVOSSAUDIO}," SUBST_FILES.audio+= stream/audio_in.c waftools/checks/custom.py wscript @@ -37,9 +33,6 @@ SUBST_FILES.docutils+= wscript SUBST_STAGE.docutils= pre-configure SUBST_MESSAGE.docutils= Fix docutils command names. -post-install: - cd ${DESTDIR}${PREFIX} && ${MV} etc/mpv/encoding-profiles.conf share/examples/mpv - .include "options.mk" .include "../../mk/bsd.prefs.mk" diff --git a/multimedia/mpv/PLIST b/multimedia/mpv/PLIST index 341a7dbdfa585..4dae0c0b41a24 100644 --- a/multimedia/mpv/PLIST +++ b/multimedia/mpv/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 2016/01/20 22:22:18 leot Exp $ +@comment $NetBSD: PLIST,v 1.6 2016/04/13 16:14:01 leot Exp $ bin/mpv man/man1/mpv.1 share/applications/mpv.desktop @@ -6,8 +6,8 @@ share/doc/mpv/input.conf share/doc/mpv/mplayer-input.conf share/doc/mpv/mpv.conf share/doc/mpv/restore-old-bindings.conf -share/examples/mpv/encoding-profiles.conf share/icons/hicolor/16x16/apps/mpv.png share/icons/hicolor/32x32/apps/mpv.png share/icons/hicolor/64x64/apps/mpv.png share/icons/hicolor/scalable/apps/mpv.svg +share/icons/hicolor/symbolic/apps/mpv-symbolic.svg diff --git a/multimedia/mpv/distinfo b/multimedia/mpv/distinfo index b3c4b60f52e8f..e70d1f515b781 100644 --- a/multimedia/mpv/distinfo +++ b/multimedia/mpv/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.21 2016/03/02 21:30:19 leot Exp $ +$NetBSD: distinfo,v 1.22 2016/04/13 16:14:01 leot Exp $ -SHA1 (mpv-0.16.0.tar.gz) = 9cf153b9f398d231ae625a857bfe685a92ad9b9c -RMD160 (mpv-0.16.0.tar.gz) = f3b8aa0efa03f262fe18579458ab6464a70d7d0b -SHA512 (mpv-0.16.0.tar.gz) = d328dba2cc68bd3ae2e14bfcf2b4f69f076691bb40db77036e716f783d7683fde668b652829106661dfeea46d66b4a7ad61b58610411b69bd5265adea4f20bd6 -Size (mpv-0.16.0.tar.gz) = 2877026 bytes +SHA1 (mpv-0.17.0.tar.gz) = d1423746132ee2e879b59af2667c7678549f6778 +RMD160 (mpv-0.17.0.tar.gz) = 8a6962d91a29121bf965bc6fbe74cc0944c8bd63 +SHA512 (mpv-0.17.0.tar.gz) = fb79738a16dbc12b60199a68836aca121a800958af4eaf6c2bdf1114bde36c156bafc232e814045a16fd738d2de1e2d8392bc98507961e5a73fa692e270dc7a2 +Size (mpv-0.17.0.tar.gz) = 2882629 bytes diff --git a/multimedia/phonon-backend-gstreamer-shared/Makefile b/multimedia/phonon-backend-gstreamer-shared/Makefile index 06cc1b9b8e9e3..8fb7d8859a82c 100644 --- a/multimedia/phonon-backend-gstreamer-shared/Makefile +++ b/multimedia/phonon-backend-gstreamer-shared/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.1 2016/03/01 09:21:01 markd Exp $ +# $NetBSD: Makefile,v 1.2 2016/04/26 09:04:23 markd Exp $ -DISTNAME= phonon-backend-gstreamer-4.8.2 +DISTNAME= phonon-backend-gstreamer-4.9.0 PKGNAME= ${DISTNAME:S/-4/-shared-4/} COMMENT= Multimedia API for KF5 - GStreamer backend shared files diff --git a/multimedia/phonon-backend-gstreamer/Makefile b/multimedia/phonon-backend-gstreamer/Makefile index 42fe4e87c1002..4c9c02865befe 100644 --- a/multimedia/phonon-backend-gstreamer/Makefile +++ b/multimedia/phonon-backend-gstreamer/Makefile @@ -1,14 +1,12 @@ -# $NetBSD: Makefile,v 1.24 2016/03/05 11:29:01 jperkin Exp $ +# $NetBSD: Makefile,v 1.25 2016/04/26 09:04:23 markd Exp $ -DISTNAME= phonon-backend-gstreamer-4.8.2 -PKGREVISION= 2 +DISTNAME= phonon-backend-gstreamer-4.9.0 COMMENT= Multimedia API for KDE and QT - GStreamer backend .include "Makefile.common" -BUILD_DEPENDS+= automoc4>=0.9.83:../../devel/automoc4 -DEPENDS+= phonon-backend-gstreamer-shared-4.8.2:../../multimedia/phonon-backend-gstreamer-shared +DEPENDS+= phonon-backend-gstreamer-shared-4.9.0:../../multimedia/phonon-backend-gstreamer-shared .include "../../multimedia/phonon/buildlink3.mk" diff --git a/multimedia/phonon-backend-gstreamer/Makefile.common b/multimedia/phonon-backend-gstreamer/Makefile.common index 091f54bc5af3a..6eb270fb1c80a 100644 --- a/multimedia/phonon-backend-gstreamer/Makefile.common +++ b/multimedia/phonon-backend-gstreamer/Makefile.common @@ -1,7 +1,7 @@ -# $NetBSD: Makefile.common,v 1.1 2016/03/01 09:21:01 markd Exp $ +# $NetBSD: Makefile.common,v 1.2 2016/04/26 09:04:23 markd Exp $ CATEGORIES= multimedia -MASTER_SITES= ${MASTER_SITE_KDE:=phonon/phonon-backend-gstreamer/4.8.2/src/} +MASTER_SITES= ${MASTER_SITE_KDE:=phonon/phonon-backend-gstreamer/4.9.0/} EXTRACT_SUFX= .tar.xz MAINTAINER= markd@NetBSD.org @@ -17,6 +17,8 @@ USE_CMAKE= yes CMAKE_ARG_PATH= .. CONFIGURE_DIRS= _build +WRKSRC= ${WRKDIR}/phonon-gstreamer-4.9.0 + pre-configure: ${LN} -sf ${QTDIR}/bin/qmake ${BUILDLINK_DIR}/bin/ ${MKDIR} ${WRKSRC}/_build diff --git a/multimedia/phonon-backend-gstreamer/distinfo b/multimedia/phonon-backend-gstreamer/distinfo index 6e072efb33e7d..553f543caecea 100644 --- a/multimedia/phonon-backend-gstreamer/distinfo +++ b/multimedia/phonon-backend-gstreamer/distinfo @@ -1,8 +1,7 @@ -$NetBSD: distinfo,v 1.10 2016/03/01 09:21:01 markd Exp $ +$NetBSD: distinfo,v 1.11 2016/04/26 09:04:23 markd Exp $ -SHA1 (phonon-backend-gstreamer-4.8.2.tar.xz) = 9998ba3a002af09e1ba4072508d1813af1d1e5be -RMD160 (phonon-backend-gstreamer-4.8.2.tar.xz) = 9c0ec7ef27e925c207e769edc225b1d7202c7e37 -SHA512 (phonon-backend-gstreamer-4.8.2.tar.xz) = a18534b89d424bb2cc9f8a7f63a794d9711d895ad1db6cd5f4bd8748ea38310ffeacd916d16443986f89d3097e108aaf5631eaba6dd37e76a7360d5f1d02ecea -Size (phonon-backend-gstreamer-4.8.2.tar.xz) = 76044 bytes -SHA1 (patch-cmake_FindGStreamer.cmake) = 61ea66ec1a89eec428b94c220e82ff4d0479fda8 +SHA1 (phonon-backend-gstreamer-4.9.0.tar.xz) = 81f16c98e35a6377fefd8ce8e66e1e2ec609c94d +RMD160 (phonon-backend-gstreamer-4.9.0.tar.xz) = 43095bdb9fe8729fd795910188c46cdcb0eae12f +SHA512 (phonon-backend-gstreamer-4.9.0.tar.xz) = 9c13d37c6c7070c2bd8fcc562f743ac2f55289bc7cc82147ef0ae990e5d380d541cc1d9ce61e6ad1549ed1935d41faafaeeb0cd5463e4c656ea8fee636ff4dfe +Size (phonon-backend-gstreamer-4.9.0.tar.xz) = 75960 bytes SHA1 (patch-gstreamer_CMakeLists.txt) = b1caffcf6f676540de7b450693e2644f5d35fb8f diff --git a/multimedia/phonon-backend-gstreamer/patches/patch-cmake_FindGStreamer.cmake b/multimedia/phonon-backend-gstreamer/patches/patch-cmake_FindGStreamer.cmake deleted file mode 100644 index 8ec6e8d4968b8..0000000000000 --- a/multimedia/phonon-backend-gstreamer/patches/patch-cmake_FindGStreamer.cmake +++ /dev/null @@ -1,50 +0,0 @@ -$NetBSD: patch-cmake_FindGStreamer.cmake,v 1.1 2015/11/30 08:36:36 markd Exp $ - -Newer versions of GStreamer put gst-config.h under -lib/gstreamer-1.0/include, so we need to make sure that directory will -be added to the include path as well. - -REVIEW: 125690 - ---- cmake/FindGStreamer.cmake.orig 2015-11-30 08:02:28.000000000 +0000 -+++ cmake/FindGStreamer.cmake -@@ -36,6 +36,27 @@ FIND_PATH(GSTREAMER_INCLUDE_DIR gst/gst. - PATH_SUFFIXES gstreamer-1.0 - ) - -+IF (NOT GSTREAMER_INCLUDE_DIR) -+ MESSAGE(STATUS "GStreamer: WARNING: include dir not found") -+ENDIF (NOT GSTREAMER_INCLUDE_DIR) -+ -+# Newer versions of GStreamer put gst-config.h under lib/gstreamer-1.0/include -+FIND_PATH(GSTREAMER_CONF_INCLUDE_DIR gst/gstconfig.h -+ PATHS -+ ${PKG_GSTREAMER_INCLUDE_DIRS} -+ PATH_SUFFIXES gstreamer-1.0 -+ ) -+ -+IF (NOT GSTREAMER_CONF_INCLUDE_DIR) -+ MESSAGE(STATUS "GStreamer: WARNING: gstconfig.h not found") -+ENDIF (NOT GSTREAMER_CONF_INCLUDE_DIR) -+ -+IF (GSTREAMER_INCLUDE_DIR AND GSTREAMER_CONF_INCLUDE_DIR) -+ IF (NOT GSTREAMER_CONF_INCLUDE_DIR STREQUAL GSTREAMER_INCLUDE_DIR) -+ LIST(APPEND GSTREAMER_INCLUDE_DIR "${GSTREAMER_CONF_INCLUDE_DIR}") -+ ENDIF() -+ENDIF (GSTREAMER_INCLUDE_DIR AND GSTREAMER_CONF_INCLUDE_DIR) -+ - FIND_LIBRARY(GSTREAMER_LIBRARIES NAMES gstreamer-1.0 - PATHS - ${PKG_GSTREAMER_LIBRARY_DIRS} -@@ -51,11 +72,6 @@ FIND_LIBRARY(GSTREAMER_APP_LIBRARY NAMES - ${PKG_GSTREAMER_LIBRARY_DIRS} - ) - --IF (GSTREAMER_INCLUDE_DIR) --ELSE (GSTREAMER_INCLUDE_DIR) -- MESSAGE(STATUS "GStreamer: WARNING: include dir not found") --ENDIF (GSTREAMER_INCLUDE_DIR) -- - IF (GSTREAMER_LIBRARIES) - ELSE (GSTREAMER_LIBRARIES) - MESSAGE(STATUS "GStreamer: WARNING: library not found") diff --git a/multimedia/phonon-backend-vlc/Makefile b/multimedia/phonon-backend-vlc/Makefile index 06402dcff0c63..1364018c963ee 100644 --- a/multimedia/phonon-backend-vlc/Makefile +++ b/multimedia/phonon-backend-vlc/Makefile @@ -1,14 +1,11 @@ -# $NetBSD: Makefile,v 1.14 2016/03/05 11:29:01 jperkin Exp $ +# $NetBSD: Makefile,v 1.15 2016/04/26 09:02:14 markd Exp $ -DISTNAME= phonon-backend-vlc-0.8.2 -PKGREVISION= 2 +DISTNAME= phonon-backend-vlc-0.9.0 COMMENT= Multimedia API for KDE and QT - VLC backend .include "Makefile.common" -BUILD_DEPENDS+= automoc4>=0.9.83:../../devel/automoc4 - .include "../../multimedia/phonon/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/multimedia/phonon-backend-vlc/Makefile.common b/multimedia/phonon-backend-vlc/Makefile.common index 765c7d06b061f..76c16361a64e7 100644 --- a/multimedia/phonon-backend-vlc/Makefile.common +++ b/multimedia/phonon-backend-vlc/Makefile.common @@ -1,7 +1,7 @@ -# $NetBSD: Makefile.common,v 1.1 2016/03/01 09:03:40 markd Exp $ +# $NetBSD: Makefile.common,v 1.2 2016/04/26 09:02:14 markd Exp $ CATEGORIES= multimedia -MASTER_SITES= ${MASTER_SITE_KDE:=phonon/phonon-backend-vlc/0.8.2/src/} +MASTER_SITES= ${MASTER_SITE_KDE:=phonon/phonon-backend-vlc/0.9.0/} EXTRACT_SUFX= .tar.xz MAINTAINER= markd@NetBSD.org @@ -17,6 +17,8 @@ USE_CMAKE= yes CMAKE_ARG_PATH= .. CONFIGURE_DIRS= _build +WRKSRC= ${WRKDIR}/phonon-vlc-0.9.0 + pre-configure: ${LN} -sf ${QTDIR}/bin/qmake ${BUILDLINK_DIR}/bin/ ${MKDIR} ${WRKSRC}/_build diff --git a/multimedia/phonon-backend-vlc/distinfo b/multimedia/phonon-backend-vlc/distinfo index e9e448e0dd341..c1340ebda43c6 100644 --- a/multimedia/phonon-backend-vlc/distinfo +++ b/multimedia/phonon-backend-vlc/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.7 2015/11/03 23:54:31 agc Exp $ +$NetBSD: distinfo,v 1.8 2016/04/26 09:02:14 markd Exp $ -SHA1 (phonon-backend-vlc-0.8.2.tar.xz) = bc7d57d3ecce0293b77b88eba94d091741d33e78 -RMD160 (phonon-backend-vlc-0.8.2.tar.xz) = bef96f8ca143056c390cce6897762d8fdffb5fc3 -SHA512 (phonon-backend-vlc-0.8.2.tar.xz) = 35f0255899e89d4b9e42a440885455367a56559090b490f1397984520c2e63c2044c8b74290d8b438fcfa388a8b06f1647e60cb6d72d4dd907fc3df9ea4c63e3 -Size (phonon-backend-vlc-0.8.2.tar.xz) = 59832 bytes +SHA1 (phonon-backend-vlc-0.9.0.tar.xz) = e874378f2e11715f0952fbdad8da4ed266d8e96e +RMD160 (phonon-backend-vlc-0.9.0.tar.xz) = 3c952dbc8836501ed4ee3aa145b9e926c9b43835 +SHA512 (phonon-backend-vlc-0.9.0.tar.xz) = e3482717ee84b5d80f81300ce01410c982b0083cd53db312a622a287f9b3f66fc967bd0832f18e3382c5dd073055394eec42918e68ec456232aa7750b0f50611 +Size (phonon-backend-vlc-0.9.0.tar.xz) = 60044 bytes diff --git a/multimedia/phonon-qt5-backend-gstreamer/Makefile b/multimedia/phonon-qt5-backend-gstreamer/Makefile index 0d681ba8a98d0..d0c5d2f5442db 100644 --- a/multimedia/phonon-qt5-backend-gstreamer/Makefile +++ b/multimedia/phonon-qt5-backend-gstreamer/Makefile @@ -1,17 +1,17 @@ -# $NetBSD: Makefile,v 1.2 2016/03/05 11:29:01 jperkin Exp $ +# $NetBSD: Makefile,v 1.4 2016/04/26 09:04:23 markd Exp $ -DISTNAME= phonon-backend-gstreamer-4.8.2 +DISTNAME= phonon-backend-gstreamer-4.9.0 PKGNAME= ${DISTNAME:S/-/-qt5-/} -PKGREVISION= 1 COMMENT= Multimedia API for KF5 - GStreamer backend .include "../../multimedia/phonon-backend-gstreamer/Makefile.common" -DEPENDS+= phonon-backend-gstreamer-shared-4.8.2:../../multimedia/phonon-backend-gstreamer-shared +DEPENDS+= phonon-backend-gstreamer-shared-4.9.0:../../multimedia/phonon-backend-gstreamer-shared CMAKE_ARGS+= -DPHONON_BUILD_PHONON4QT5=ON .include "../../multimedia/phonon-qt5/buildlink3.mk" +.include "../../x11/qt5-qtx11extras/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/multimedia/phonon-qt5-backend-vlc/Makefile b/multimedia/phonon-qt5-backend-vlc/Makefile index dc367bd2b5ce2..432961a9cb6f7 100644 --- a/multimedia/phonon-qt5-backend-vlc/Makefile +++ b/multimedia/phonon-qt5-backend-vlc/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2016/03/05 11:29:01 jperkin Exp $ +# $NetBSD: Makefile,v 1.4 2016/04/26 09:02:14 markd Exp $ -DISTNAME= phonon-backend-vlc-0.8.2 +DISTNAME= phonon-backend-vlc-0.9.0 PKGNAME= ${DISTNAME:S/-/-qt5-/} -PKGREVISION= 1 COMMENT= Multimedia API for KF5 - VLC backend diff --git a/multimedia/phonon-qt5/Makefile b/multimedia/phonon-qt5/Makefile index aba79487d6b75..b50edddfbe88b 100644 --- a/multimedia/phonon-qt5/Makefile +++ b/multimedia/phonon-qt5/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2016/03/05 11:27:51 jperkin Exp $ +# $NetBSD: Makefile,v 1.4 2016/04/26 08:08:50 markd Exp $ -DISTNAME= phonon-4.8.3 +DISTNAME= phonon-4.9.0 PKGNAME= ${DISTNAME:S/-/-qt5-/} -PKGREVISION= 1 COMMENT= Multimedia API for KF5 @@ -10,6 +9,8 @@ COMMENT= Multimedia API for KF5 CMAKE_ARGS+= -DPHONON_BUILD_PHONON4QT5=ON +BUILD_DEPENDS+= extra-cmake-modules>=5.19.0:../../devel/extra-cmake-modules + .include "../../x11/qt5-qtbase/buildlink3.mk" .include "../../x11/qt5-qttools/buildlink3.mk" diff --git a/multimedia/phonon-qt5/PLIST b/multimedia/phonon-qt5/PLIST index 8ac459891a799..c0ebca9bbbc04 100644 --- a/multimedia/phonon-qt5/PLIST +++ b/multimedia/phonon-qt5/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2016/03/01 08:59:54 markd Exp $ +@comment $NetBSD: PLIST,v 1.2 2016/04/26 08:08:50 markd Exp $ include/phonon4qt5/KDE/Phonon/AbstractAudioOutput include/phonon4qt5/KDE/Phonon/AbstractMediaStream include/phonon4qt5/KDE/Phonon/AbstractVideoOutput @@ -159,6 +159,10 @@ include/phonon4qt5/phonon/volumefaderinterface.h include/phonon4qt5/phonon/volumeslider.h lib/cmake/phonon4qt5/Phonon4Qt5Config.cmake lib/cmake/phonon4qt5/Phonon4Qt5ConfigVersion.cmake +lib/cmake/phonon4qt5/Phonon4Qt5ExperimentalConfig.cmake +lib/cmake/phonon4qt5/Phonon4Qt5ExperimentalConfigVersion.cmake +lib/cmake/phonon4qt5/PhononExperimentalTargets-noconfig.cmake +lib/cmake/phonon4qt5/PhononExperimentalTargets.cmake lib/cmake/phonon4qt5/PhononTargets-noconfig.cmake lib/cmake/phonon4qt5/PhononTargets.cmake lib/libphonon4qt5.so @@ -169,10 +173,9 @@ lib/libphonon4qt5experimental.so.4 lib/libphonon4qt5experimental.so.${PKGVERSION} lib/pkgconfig/phonon4qt5.pc qt5/mkspecs/modules/qt_phonon4qt5.pri -qt5/plugins/designer/libphononwidgets.so +qt5/plugins/designer/phononwidgets.so share/dbus-1/interfaces/org.kde.Phonon4Qt5.AudioOutput.xml share/phonon4qt5/buildsystem/COPYING-CMAKE-SCRIPTS -share/phonon4qt5/buildsystem/FindAutomoc4.cmake share/phonon4qt5/buildsystem/FindPackageHandleStandardArgs.cmake share/phonon4qt5/buildsystem/FindPhononInternal.cmake share/phonon4qt5/buildsystem/MacroEnsureVersion.cmake @@ -180,4 +183,6 @@ share/phonon4qt5/buildsystem/MacroLogFeature.cmake share/phonon4qt5/buildsystem/MacroOptionalFindPackage.cmake share/phonon4qt5/buildsystem/MacroPushRequiredVars.cmake share/phonon4qt5/buildsystem/PhononMacros.cmake +share/phonon4qt5/buildsystem/PhononQt4.cmake +share/phonon4qt5/buildsystem/PhononQt5.cmake share/phonon4qt5/buildsystem/cmake_uninstall.cmake.in diff --git a/multimedia/phonon-qt5/buildlink3.mk b/multimedia/phonon-qt5/buildlink3.mk index 70327db436a05..be8bcd4b7dc72 100644 --- a/multimedia/phonon-qt5/buildlink3.mk +++ b/multimedia/phonon-qt5/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.2 2016/03/05 11:27:51 jperkin Exp $ +# $NetBSD: buildlink3.mk,v 1.3 2016/04/11 19:01:36 ryoon Exp $ BUILDLINK_TREE+= phonon-qt5 @@ -6,7 +6,7 @@ BUILDLINK_TREE+= phonon-qt5 PHONON_QT5_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.phonon-qt5+= phonon-qt5>=4.8.3 -BUILDLINK_ABI_DEPENDS.phonon-qt5?= phonon-qt5>=4.8.3nb1 +BUILDLINK_ABI_DEPENDS.phonon-qt5?= phonon-qt5>=4.8.3nb2 BUILDLINK_PKGSRCDIR.phonon-qt5?= ../../multimedia/phonon-qt5 .include "../../x11/qt5-qtbase/buildlink3.mk" diff --git a/multimedia/phonon/Makefile b/multimedia/phonon/Makefile index b7a909f056d3b..82fec3b1ac414 100644 --- a/multimedia/phonon/Makefile +++ b/multimedia/phonon/Makefile @@ -1,14 +1,11 @@ -# $NetBSD: Makefile,v 1.52 2016/03/05 11:27:51 jperkin Exp $ +# $NetBSD: Makefile,v 1.53 2016/04/26 08:08:50 markd Exp $ -DISTNAME= phonon-4.8.3 -PKGREVISION= 3 +DISTNAME= phonon-4.9.0 COMMENT= Multimedia API for KDE and QT .include "Makefile.common" -BUILD_DEPENDS+= automoc4>=0.9.83:../../devel/automoc4 - .include "../../x11/qt4-libs/buildlink3.mk" BUILDLINK_DEPMETHOD.qt4-tools= full .include "../../x11/qt4-tools/buildlink3.mk" diff --git a/multimedia/phonon/Makefile.common b/multimedia/phonon/Makefile.common index 10afc6b6372c3..331911eddbc5f 100644 --- a/multimedia/phonon/Makefile.common +++ b/multimedia/phonon/Makefile.common @@ -1,7 +1,7 @@ -# $NetBSD: Makefile.common,v 1.1 2016/03/01 08:54:42 markd Exp $ +# $NetBSD: Makefile.common,v 1.2 2016/04/26 08:08:50 markd Exp $ CATEGORIES= multimedia -MASTER_SITES= ${MASTER_SITE_KDE:=phonon/4.8.3/src/} +MASTER_SITES= ${MASTER_SITE_KDE:=phonon/4.9.0/} EXTRACT_SUFX= .tar.xz MAINTAINER= markd@NetBSD.org diff --git a/multimedia/phonon/PLIST b/multimedia/phonon/PLIST index a53ced409679b..ab9d1687d1eb9 100644 --- a/multimedia/phonon/PLIST +++ b/multimedia/phonon/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.8 2013/11/09 22:45:05 markd Exp $ +@comment $NetBSD: PLIST,v 1.9 2016/04/26 08:08:50 markd Exp $ include/KDE/Phonon/AbstractAudioOutput include/KDE/Phonon/AbstractMediaStream include/KDE/Phonon/AbstractVideoOutput @@ -159,6 +159,10 @@ include/phonon/volumefaderinterface.h include/phonon/volumeslider.h lib/cmake/phonon/PhononConfig.cmake lib/cmake/phonon/PhononConfigVersion.cmake +lib/cmake/phonon/PhononExperimentalConfig.cmake +lib/cmake/phonon/PhononExperimentalConfigVersion.cmake +lib/cmake/phonon/PhononExperimentalTargets-noconfig.cmake +lib/cmake/phonon/PhononExperimentalTargets.cmake lib/cmake/phonon/PhononTargets-noconfig.cmake lib/cmake/phonon/PhononTargets.cmake lib/libphonon.so @@ -172,7 +176,6 @@ qt4/mkspecs/modules/qt_phonon.pri qt4/plugins/designer/libphononwidgets.so share/dbus-1/interfaces/org.kde.Phonon.AudioOutput.xml share/phonon/buildsystem/COPYING-CMAKE-SCRIPTS -share/phonon/buildsystem/FindAutomoc4.cmake share/phonon/buildsystem/FindPackageHandleStandardArgs.cmake share/phonon/buildsystem/FindPhononInternal.cmake share/phonon/buildsystem/MacroEnsureVersion.cmake @@ -180,4 +183,6 @@ share/phonon/buildsystem/MacroLogFeature.cmake share/phonon/buildsystem/MacroOptionalFindPackage.cmake share/phonon/buildsystem/MacroPushRequiredVars.cmake share/phonon/buildsystem/PhononMacros.cmake +share/phonon/buildsystem/PhononQt4.cmake +share/phonon/buildsystem/PhononQt5.cmake share/phonon/buildsystem/cmake_uninstall.cmake.in diff --git a/multimedia/phonon/distinfo b/multimedia/phonon/distinfo index 383b42492289e..f67f3c46e5f3a 100644 --- a/multimedia/phonon/distinfo +++ b/multimedia/phonon/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.16 2016/03/01 08:54:42 markd Exp $ +$NetBSD: distinfo,v 1.17 2016/04/26 08:08:50 markd Exp $ -SHA1 (phonon-4.8.3.tar.xz) = aac5dc44ae4821e6165c6735b9c6063dd111ac03 -RMD160 (phonon-4.8.3.tar.xz) = c035f253eda49635377122423bb72161f97f18d3 -SHA512 (phonon-4.8.3.tar.xz) = 368014e808fe9ac84cdb4caf99dec93470907ca959e9a900fd6a8d86b3a44603b91be06b64b0f484d199663647bf82e84f643900edcf6a0c90ea55c53f767701 -Size (phonon-4.8.3.tar.xz) = 322012 bytes -SHA1 (patch-cmake_FindPhononInternal.cmake) = 3b578d419b86eb12078fa650aca61f1f2f2fff6f +SHA1 (phonon-4.9.0.tar.xz) = 5823cec679f16021c121dfb756fb215cee17caee +RMD160 (phonon-4.9.0.tar.xz) = 42e3230c39319bcb5da4a8b2b14da7d8e563e772 +SHA512 (phonon-4.9.0.tar.xz) = 6201b0fa8620cf2640f1488d2ea9605ddd9894af077be247bdcc1ee20f4f7352f6b42fa834bcc074ec3ede1281fdbc3bf137961591f8d954d02a29186ff17a5c +Size (phonon-4.9.0.tar.xz) = 321860 bytes +SHA1 (patch-cmake_FindPhononInternal.cmake) = 637df634276927ce8cdeeaa8657a8bbd88380544 diff --git a/multimedia/phonon/patches/patch-cmake_FindPhononInternal.cmake b/multimedia/phonon/patches/patch-cmake_FindPhononInternal.cmake index ea742cedeeebd..a7d4c9aad86ca 100644 --- a/multimedia/phonon/patches/patch-cmake_FindPhononInternal.cmake +++ b/multimedia/phonon/patches/patch-cmake_FindPhononInternal.cmake @@ -1,11 +1,10 @@ -$NetBSD: patch-cmake_FindPhononInternal.cmake,v 1.3 2016/03/01 08:54:42 markd Exp $ +$NetBSD: patch-cmake_FindPhononInternal.cmake,v 1.4 2016/04/26 08:08:50 markd Exp $ Disable Darwin section, creates unusable libraries. -_include_dirs fix for qt-5.4.2 ---- cmake/FindPhononInternal.cmake.orig 2014-12-04 09:30:26.000000000 +0000 +--- cmake/FindPhononInternal.cmake.orig 2016-04-18 04:25:17.000000000 +0000 +++ cmake/FindPhononInternal.cmake -@@ -199,14 +199,14 @@ set(INSTALL_TARGETS_DEFAULT_ARGS RUNTIME +@@ -92,14 +92,14 @@ set(INSTALL_TARGETS_DEFAULT_ARGS RUNTIME ARCHIVE DESTINATION "${LIB_INSTALL_DIR}" COMPONENT Devel) # on the Mac support an extra install directory for application bundles @@ -20,34 +19,5 @@ _include_dirs fix for qt-5.4.2 -endif(APPLE) +endif(notAPPLE) - # RPATH Handling - -@@ -324,16 +324,16 @@ if (CMAKE_COMPILER_IS_GNUCXX) - # Select flags. - set(CMAKE_CXX_FLAGS_RELWITHDEBINFO "-O2 -g -DNDEBUG -DQT_NO_DEBUG") - set(CMAKE_CXX_FLAGS_RELEASE "-O2 -DNDEBUG -DQT_NO_DEBUG") -- set(CMAKE_CXX_FLAGS_DEBUG "-g -O2 -fno-reorder-blocks -fno-schedule-insns -fno-inline") -+ set(CMAKE_CXX_FLAGS_DEBUG "-g -O2 -fno-inline") - set(CMAKE_CXX_FLAGS_DEBUGFULL "-g3 -fno-inline") - set(CMAKE_CXX_FLAGS_PROFILE "-g3 -fno-inline -ftest-coverage -fprofile-arcs") - set(CMAKE_C_FLAGS_RELWITHDEBINFO "-O2 -g -DNDEBUG -DQT_NO_DEBUG") - set(CMAKE_C_FLAGS_RELEASE "-O2 -DNDEBUG -DQT_NO_DEBUG") -- set(CMAKE_C_FLAGS_DEBUG "-g -O2 -fno-reorder-blocks -fno-schedule-insns -fno-inline") -+ set(CMAKE_C_FLAGS_DEBUG "-g -O2 -fno-inline") - set(CMAKE_C_FLAGS_DEBUGFULL "-g3 -fno-inline") - set(CMAKE_C_FLAGS_PROFILE "-g3 -fno-inline -ftest-coverage -fprofile-arcs") - -- set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Werror-implicit-function-declaration -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common") -+ set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wno-long-long -Wundef -Wcast-align -Werror-implicit-function-declaration -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common") - # As of Qt 4.6.x we need to override the new exception macros if we want compile with -fno-exceptions - set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wnon-virtual-dtor -Wno-long-long -Wundef -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -Wformat-security -fno-exceptions -DQT_NO_EXCEPTIONS -fno-check-new -fno-common") - -@@ -409,7 +409,7 @@ if (CMAKE_COMPILER_IS_GNUCXX) - file(WRITE "${_source_file}" "${_source}") - set(_include_dirs "-DINCLUDE_DIRECTORIES:STRING=${QT_INCLUDES}") - -- try_compile(_compile_result ${CMAKE_BINARY_DIR} ${_source_file} CMAKE_FLAGS "${_include_dirs}" OUTPUT_VARIABLE _compile_output_var) -+ try_compile(_compile_result ${CMAKE_BINARY_DIR} ${_source_file} CMAKE_FLAGS "${CMAKE_CXX_FLAGS}" COMPILE_DEFINITIONS "${_include_dirs}" OUTPUT_VARIABLE _compile_output_var) - - if(NOT _compile_result) - message("${_compile_output_var}") + if (NOT PHONON_BUILD_PHONON4QT5) # Qt4 + include(${phonon_cmake_module_dir}/PhononQt4.cmake) diff --git a/multimedia/ruby-gnome2-clutter-gstreamer/Makefile b/multimedia/ruby-gnome2-clutter-gstreamer/Makefile index 2d20ef2f08b5c..2fdb458fffd41 100644 --- a/multimedia/ruby-gnome2-clutter-gstreamer/Makefile +++ b/multimedia/ruby-gnome2-clutter-gstreamer/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.2 2016/01/24 05:03:23 tsutsui Exp $ +# $NetBSD: Makefile,v 1.3 2016/04/16 17:41:04 tsutsui Exp $ # DISTNAME= clutter-gstreamer-${VERSION} PKGNAME= ${RUBY_PKGPREFIX}-gnome2-${DISTNAME} -PKGREVISION= 1 COMMENT= Ruby binding of Clutter-GStreamer CATEGORIES= graphics diff --git a/multimedia/ruby-gnome2-clutter-gstreamer/distinfo b/multimedia/ruby-gnome2-clutter-gstreamer/distinfo index 7194f1a84f088..891a2ae44ec6a 100644 --- a/multimedia/ruby-gnome2-clutter-gstreamer/distinfo +++ b/multimedia/ruby-gnome2-clutter-gstreamer/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.1 2016/01/24 05:03:23 tsutsui Exp $ +$NetBSD: distinfo,v 1.2 2016/04/16 17:41:04 tsutsui Exp $ -SHA1 (clutter-gstreamer-3.0.7.gem) = 924075fe8d87b9e82f850f5ef46b2ad62e06cda4 -RMD160 (clutter-gstreamer-3.0.7.gem) = 06ceaad5ca2a57970e693afe1426a5077468fd51 -SHA512 (clutter-gstreamer-3.0.7.gem) = 2376845bc813ad39b86562106f6f34601c67c596b758a41f61a2e719891cc9a576457592e15d6a67b752e7d647c29c8e3abfda314d23dd85b965c1ac92f7c19d -Size (clutter-gstreamer-3.0.7.gem) = 61952 bytes +SHA1 (clutter-gstreamer-3.0.8.gem) = 6ec6b58a7838a57566573d369239bf9187129824 +RMD160 (clutter-gstreamer-3.0.8.gem) = affcca51035b4b4dc238ef66c0faa78113fc56d5 +SHA512 (clutter-gstreamer-3.0.8.gem) = 2062e5101f1e54b84ecd62a7202009d6754a0531aa72392b824309bbfc42c2c67a817aa2b71f5fca5da925507524c892fdaf2bcfa9da8ac157f2bcc464b0b6e4 +Size (clutter-gstreamer-3.0.8.gem) = 61440 bytes diff --git a/multimedia/ruby-gnome2-gstreamer/Makefile b/multimedia/ruby-gnome2-gstreamer/Makefile index 33f09f9244bce..4c63778107320 100644 --- a/multimedia/ruby-gnome2-gstreamer/Makefile +++ b/multimedia/ruby-gnome2-gstreamer/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.23 2016/01/24 05:03:24 tsutsui Exp $ +# $NetBSD: Makefile,v 1.24 2016/04/16 17:41:04 tsutsui Exp $ # DISTNAME= gstreamer-${VERSION} PKGNAME= ${RUBY_PKGPREFIX}-gnome2-${DISTNAME} -PKGREVISION= 1 COMMENT= Ruby binding of GStreamer 1.0.x or later CATEGORIES= multimedia diff --git a/multimedia/ruby-gnome2-gstreamer/distinfo b/multimedia/ruby-gnome2-gstreamer/distinfo index be3e7bf424a97..06115d3469df2 100644 --- a/multimedia/ruby-gnome2-gstreamer/distinfo +++ b/multimedia/ruby-gnome2-gstreamer/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.1 2016/01/24 05:03:24 tsutsui Exp $ +$NetBSD: distinfo,v 1.2 2016/04/16 17:41:04 tsutsui Exp $ -SHA1 (gstreamer-3.0.7.gem) = 8152818f85acc764f70a8b32f2608de678c21614 -RMD160 (gstreamer-3.0.7.gem) = 4ffc5a813f9873fb9c3206b168c0c7b35f6febe5 -SHA512 (gstreamer-3.0.7.gem) = 3d676fea38b14e89d435ce84a59d71713b14ff995994e53a8b74d411a85d0364632e3796d2afc54877694f2b1596238e6db13e4939033bfb047a3569c927d6e7 -Size (gstreamer-3.0.7.gem) = 20992 bytes +SHA1 (gstreamer-3.0.8.gem) = 9c926ffcccc799c75c8ddddad93347510557b265 +RMD160 (gstreamer-3.0.8.gem) = bb11111cf5821a31fc7df6bbcb5004e9b7b43419 +SHA512 (gstreamer-3.0.8.gem) = aec92d2ddbf0ab6415a3e1434a759321c53013e8f9d1a0f07f46928095ec47f0304098fecaf22142213891407f7fd1f5cc01bac84c2c4e583a29cc5b9c6931dc +Size (gstreamer-3.0.8.gem) = 20992 bytes diff --git a/multimedia/schroedinger/distinfo b/multimedia/schroedinger/distinfo index 5d0b845e03133..90d14d4932e2b 100644 --- a/multimedia/schroedinger/distinfo +++ b/multimedia/schroedinger/distinfo @@ -1,6 +1,7 @@ -$NetBSD: distinfo,v 1.2 2015/11/03 23:54:32 agc Exp $ +$NetBSD: distinfo,v 1.3 2016/04/18 16:24:59 jperkin Exp $ SHA1 (schroedinger-1.0.11.tar.gz) = c01ee0bed6c1bd7608763927f719f94ebc6aaa41 RMD160 (schroedinger-1.0.11.tar.gz) = 2246f07d2a7310d7a4fa8b79f62b28f65c780322 SHA512 (schroedinger-1.0.11.tar.gz) = a39dd5360eb87a63379de71d91f48cde309ded91632c0ab8b1dc76b73591f7d0dfa7003c606d1b546d495b18c916aae905a9540b48dff7cbeb5b289e0f880438 Size (schroedinger-1.0.11.tar.gz) = 1019247 bytes +SHA1 (patch-testsuite_Makefile.in) = eb906a16273dc39c345cf4310d3a675e0ff8e5b0 diff --git a/multimedia/schroedinger/patches/patch-testsuite_Makefile.in b/multimedia/schroedinger/patches/patch-testsuite_Makefile.in new file mode 100644 index 0000000000000..a4a28bbf61a55 --- /dev/null +++ b/multimedia/schroedinger/patches/patch-testsuite_Makefile.in @@ -0,0 +1,16 @@ +$NetBSD: patch-testsuite_Makefile.in,v 1.1 2016/04/18 16:24:59 jperkin Exp $ + +Fix unresolved symbols in wavelet_max_gain. + +--- testsuite/Makefile.in.orig 2012-01-23 02:06:41.000000000 +0000 ++++ testsuite/Makefile.in +@@ -283,7 +283,8 @@ wavelet_gain_curve_DEPENDENCIES = libsch + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_1) + am_wavelet_max_gain_OBJECTS = wavelet_max_gain.$(OBJEXT) +-wavelet_max_gain_OBJECTS = $(am_wavelet_max_gain_OBJECTS) ++nodist_wavelet_max_gain_OBJECTS = tmp-orc.$(OBJEXT) ++wavelet_max_gain_OBJECTS = $(am_wavelet_max_gain_OBJECTS) $(nodist_wavelet_max_gain_OBJECTS) + wavelet_max_gain_LDADD = $(LDADD) + wavelet_max_gain_DEPENDENCIES = libschrotest.la $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) diff --git a/multimedia/swfdec-gnome/Makefile b/multimedia/swfdec-gnome/Makefile index 9df95a09a880f..6f0587601ea43 100644 --- a/multimedia/swfdec-gnome/Makefile +++ b/multimedia/swfdec-gnome/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.47 2015/10/10 01:58:14 ryoon Exp $ +# $NetBSD: Makefile,v 1.49 2016/05/03 11:40:05 prlw1 Exp $ # DISTNAME= swfdec-gnome-2.28.0 -PKGREVISION= 41 +PKGREVISION= 43 CATEGORIES= multimedia gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/swfdec-gnome/2.28/} EXTRACT_SUFX= .tar.bz2 diff --git a/multimedia/swfdec-mozilla/Makefile b/multimedia/swfdec-mozilla/Makefile index c00bed710bba5..9252311f74015 100644 --- a/multimedia/swfdec-mozilla/Makefile +++ b/multimedia/swfdec-mozilla/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.48 2015/10/10 01:58:14 ryoon Exp $ +# $NetBSD: Makefile,v 1.50 2016/05/03 11:40:05 prlw1 Exp $ # DISTNAME= swfdec-mozilla-0.8.2 -PKGREVISION= 44 +PKGREVISION= 46 CATEGORIES= multimedia MASTER_SITES= http://swfdec.freedesktop.org/download/swfdec-mozilla/0.8/ diff --git a/multimedia/swfdec/Makefile b/multimedia/swfdec/Makefile index 3137d37872df4..98b8ebee167d5 100644 --- a/multimedia/swfdec/Makefile +++ b/multimedia/swfdec/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.57 2015/10/10 01:57:53 ryoon Exp $ +# $NetBSD: Makefile,v 1.59 2016/05/03 11:40:05 prlw1 Exp $ # DISTNAME= swfdec-0.8.4 -PKGREVISION= 42 +PKGREVISION= 44 CATEGORIES= multimedia MASTER_SITES= http://swfdec.freedesktop.org/download/swfdec/0.8/ diff --git a/multimedia/swfdec/buildlink3.mk b/multimedia/swfdec/buildlink3.mk index b6f3523ba9faa..6a3aebf928d8c 100644 --- a/multimedia/swfdec/buildlink3.mk +++ b/multimedia/swfdec/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.56 2015/06/07 14:14:04 youri Exp $ +# $NetBSD: buildlink3.mk,v 1.58 2016/05/03 11:40:05 prlw1 Exp $ BUILDLINK_TREE+= swfdec @@ -6,7 +6,7 @@ BUILDLINK_TREE+= swfdec SWFDEC_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.swfdec+= swfdec>=0.8.2 -BUILDLINK_ABI_DEPENDS.swfdec+= swfdec>=0.8.4nb41 +BUILDLINK_ABI_DEPENDS.swfdec+= swfdec>=0.8.4nb44 BUILDLINK_PKGSRCDIR.swfdec?= ../../multimedia/swfdec pkgbase := swfdec diff --git a/multimedia/totem-browser-plugin/Makefile b/multimedia/totem-browser-plugin/Makefile index 7ca97b6ffc4e1..bdac5067bc27f 100644 --- a/multimedia/totem-browser-plugin/Makefile +++ b/multimedia/totem-browser-plugin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.44 2015/10/10 01:58:14 ryoon Exp $ +# $NetBSD: Makefile,v 1.46 2016/05/03 11:40:05 prlw1 Exp $ # .include "../../multimedia/totem/Makefile.common" @@ -6,7 +6,7 @@ DEPENDS+= gst-plugins0.10-soup-[0-9]*:../../net/gst-plugins0.10-soup PKGNAME= ${DISTNAME:S/totem/totem-browser-plugin/} -PKGREVISION= 37 +PKGREVISION= 39 # override Makefile.common PLIST_SRC= ${.CURDIR}/PLIST diff --git a/multimedia/totem-nautilus/Makefile b/multimedia/totem-nautilus/Makefile index 70ef36fde3897..57b25e107bcb6 100644 --- a/multimedia/totem-nautilus/Makefile +++ b/multimedia/totem-nautilus/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.48 2015/10/10 01:58:15 ryoon Exp $ +# $NetBSD: Makefile,v 1.50 2016/05/03 11:40:05 prlw1 Exp $ # .include "../../multimedia/totem/Makefile.common" PKGNAME= ${DISTNAME:S/totem/totem-nautilus/} -PKGREVISION= 32 +PKGREVISION= 34 # override Makefile.common PLIST_SRC= ${.CURDIR}/PLIST diff --git a/multimedia/totem-pl-parser/Makefile b/multimedia/totem-pl-parser/Makefile index ba28d0951ad98..64f1a0dd7e7a3 100644 --- a/multimedia/totem-pl-parser/Makefile +++ b/multimedia/totem-pl-parser/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.56 2015/10/10 01:57:53 ryoon Exp $ +# $NetBSD: Makefile,v 1.58 2016/05/03 11:40:05 prlw1 Exp $ DISTNAME= totem-pl-parser-3.4.5 -PKGREVISION= 2 +PKGREVISION= 4 CATEGORIES= multimedia gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/totem-pl-parser/${PKGVERSION_NOREV:R}/} EXTRACT_SUFX= .tar.xz diff --git a/multimedia/totem-pl-parser/buildlink3.mk b/multimedia/totem-pl-parser/buildlink3.mk index 890e632fd178f..815d135e496e2 100644 --- a/multimedia/totem-pl-parser/buildlink3.mk +++ b/multimedia/totem-pl-parser/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.36 2015/06/09 14:19:16 joerg Exp $ +# $NetBSD: buildlink3.mk,v 1.38 2016/05/03 11:40:05 prlw1 Exp $ BUILDLINK_TREE+= totem-pl-parser @@ -6,7 +6,7 @@ BUILDLINK_TREE+= totem-pl-parser TOTEM_PL_PARSER_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.totem-pl-parser+= totem-pl-parser>=2.22.1 -BUILDLINK_ABI_DEPENDS.totem-pl-parser+= totem-pl-parser>=3.4.5nb1 +BUILDLINK_ABI_DEPENDS.totem-pl-parser+= totem-pl-parser>=3.4.5nb4 BUILDLINK_PKGSRCDIR.totem-pl-parser?= ../../multimedia/totem-pl-parser .include "../../devel/glib2/buildlink3.mk" diff --git a/multimedia/totem/Makefile b/multimedia/totem/Makefile index f9d7a9ea5394b..2f82efe92ae12 100644 --- a/multimedia/totem/Makefile +++ b/multimedia/totem/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.81 2015/10/10 01:58:14 ryoon Exp $ +# $NetBSD: Makefile,v 1.83 2016/05/03 11:40:05 prlw1 Exp $ .include "Makefile.common" -PKGREVISION= 33 +PKGREVISION= 35 DEPENDS+= gst-plugins0.10-soup-[0-9]*:../../net/gst-plugins0.10-soup diff --git a/multimedia/xine-lib/Makefile b/multimedia/xine-lib/Makefile index ab60c00779779..71900b4b812a9 100644 --- a/multimedia/xine-lib/Makefile +++ b/multimedia/xine-lib/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.139 2015/11/18 14:19:47 ryoon Exp $ +# $NetBSD: Makefile,v 1.140 2016/04/19 10:41:14 jperkin Exp $ -PKGREVISION= 3 +PKGREVISION= 4 .include "Makefile.common" COMMENT= Multimedia player library @@ -55,13 +55,13 @@ PLIST.oss= yes CPPFLAGS.SunOS+= -D__u32=uint32_t -DHAVE_SYSI86 -DHAVE_MMX_FALSE LDFLAGS.SunOS+= -lresolv +.include "options.mk" + # flac is supported internally; don't know what the plugin is good for # but until autodetection is turned off, force external flac for now. .include "../../audio/flac/buildlink3.mk" -.include "../../audio/faac/buildlink3.mk" .include "../../audio/faad2/buildlink3.mk" .include "../../audio/liba52/buildlink3.mk" -.include "../../audio/libdca/buildlink3.mk" .include "../../audio/libmad/buildlink3.mk" #.include "../../audio/libmpcdec/buildlink3.mk" .include "../../audio/libvorbis/buildlink3.mk" diff --git a/multimedia/xine-lib/PLIST.common b/multimedia/xine-lib/PLIST.common index 4b5123f544dc9..d860bd4602868 100644 --- a/multimedia/xine-lib/PLIST.common +++ b/multimedia/xine-lib/PLIST.common @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST.common,v 1.38 2014/04/17 13:53:47 wiz Exp $ +@comment $NetBSD: PLIST.common,v 1.39 2016/04/19 13:48:31 jperkin Exp $ bin/xine-config bin/xine-list-1.2 include/xine.h @@ -68,8 +68,8 @@ lib/xine/plugins/${XINE_MOD_DIR_VER}/xineplug_decode_a52.a lib/xine/plugins/${XINE_MOD_DIR_VER}/xineplug_decode_a52.so lib/xine/plugins/${XINE_MOD_DIR_VER}/xineplug_decode_bitplane.a lib/xine/plugins/${XINE_MOD_DIR_VER}/xineplug_decode_bitplane.so -lib/xine/plugins/${XINE_MOD_DIR_VER}/xineplug_decode_dts.a -lib/xine/plugins/${XINE_MOD_DIR_VER}/xineplug_decode_dts.so +${PLIST.dts}lib/xine/plugins/${XINE_MOD_DIR_VER}/xineplug_decode_dts.a +${PLIST.dts}lib/xine/plugins/${XINE_MOD_DIR_VER}/xineplug_decode_dts.so lib/xine/plugins/${XINE_MOD_DIR_VER}/xineplug_decode_dvaudio.a lib/xine/plugins/${XINE_MOD_DIR_VER}/xineplug_decode_dvaudio.so lib/xine/plugins/${XINE_MOD_DIR_VER}/xineplug_decode_faad.a diff --git a/multimedia/xine-lib/options.mk b/multimedia/xine-lib/options.mk new file mode 100644 index 0000000000000..094e755e11908 --- /dev/null +++ b/multimedia/xine-lib/options.mk @@ -0,0 +1,16 @@ +# $NetBSD: options.mk,v 1.2 2016/04/19 13:48:31 jperkin Exp $ + +PKG_OPTIONS_VAR= PKG_OPTIONS.xine-lib + +PKG_SUPPORTED_OPTIONS= dts + +.include "../../mk/bsd.options.mk" + +# Marked NO_BIN_ON_*. Only enable if you don't want to distribute packages. +PLIST_VARS+= dts +.if !empty(PKG_OPTIONS:Mdts) +.include "../../audio/libdca/buildlink3.mk" +PLIST.dts= yes +.else +CONFIGURE_ARGS+= --disable-dts +.endif diff --git a/net/Makefile b/net/Makefile index e03ac7fb612a8..098bd27faac0c 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1103 2016/03/03 13:33:49 wiz Exp $ +# $NetBSD: Makefile,v 1.1112 2016/05/01 05:07:16 mef Exp $ # COMMENT= Networking tools @@ -120,8 +120,8 @@ SUBDIR+= ed2k-gtk-gui SUBDIR+= edonkey2k SUBDIR+= ekiga SUBDIR+= entropy -SUBDIR+= erlang-p1_sip -SUBDIR+= erlang-p1_stun +SUBDIR+= erlang-esip +SUBDIR+= erlang-stun SUBDIR+= ether2dns SUBDIR+= etherape SUBDIR+= ettercap @@ -263,6 +263,7 @@ SUBDIR+= lft SUBDIR+= lftp SUBDIR+= libIDL SUBDIR+= libares +SUBDIR+= libasr SUBDIR+= libasyncns SUBDIR+= libbind SUBDIR+= libcares @@ -273,6 +274,7 @@ SUBDIR+= libdmapsharing3 SUBDIR+= libdnet SUBDIR+= libexosip SUBDIR+= libfetch +SUBDIR+= libfilezilla SUBDIR+= libgdata SUBDIR+= libgdata0.6 SUBDIR+= libktorrent @@ -288,6 +290,7 @@ SUBDIR+= libradius SUBDIR+= librsync SUBDIR+= libsoup SUBDIR+= libsscript +SUBDIR+= libtelnet SUBDIR+= libtorrent SUBDIR+= libtrace SUBDIR+= libupnp @@ -359,6 +362,7 @@ SUBDIR+= napshare SUBDIR+= nasd SUBDIR+= nbtscan SUBDIR+= ncftp3 +SUBDIR+= ndpi SUBDIR+= nemesis SUBDIR+= net-snmp SUBDIR+= net6 @@ -388,6 +392,7 @@ SUBDIR+= nsd SUBDIR+= nslint SUBDIR+= nstx SUBDIR+= ntop +SUBDIR+= ntopng SUBDIR+= ntp4 SUBDIR+= ocaml-ipaddr SUBDIR+= ocamlnet @@ -491,6 +496,7 @@ SUBDIR+= p5-Net-XWhois SUBDIR+= p5-Net-Z3950-ZOOM SUBDIR+= p5-Net-eBay SUBDIR+= p5-NetAddr-IP +SUBDIR+= p5-NetAddr-MAC SUBDIR+= p5-NetPacket SUBDIR+= p5-Nmap-Parser SUBDIR+= p5-POE-Component-Client-DNS @@ -610,7 +616,6 @@ SUBDIR+= py-metar SUBDIR+= py-ncclient SUBDIR+= py-netaddr SUBDIR+= py-netifaces -SUBDIR+= py-netlib SUBDIR+= py-netsnmp SUBDIR+= py-omniORBpy SUBDIR+= py-pcap @@ -763,6 +768,7 @@ SUBDIR+= tsclient SUBDIR+= tsocks SUBDIR+= tspc SUBDIR+= ttt +SUBDIR+= tvnjviewer SUBDIR+= twittering-mode SUBDIR+= twitux SUBDIR+= u6rd diff --git a/net/aria2/Makefile b/net/aria2/Makefile index 54fa23b670ce5..8fc943743ac3a 100644 --- a/net/aria2/Makefile +++ b/net/aria2/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.61 2016/03/05 11:29:02 jperkin Exp $ +# $NetBSD: Makefile,v 1.62 2016/04/11 19:01:59 ryoon Exp $ DISTNAME= aria2-1.19.2 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_GITHUB:=tatsuhiro-t/} EXTRACT_SUFX= .tar.xz diff --git a/net/avahi/Makefile b/net/avahi/Makefile index 12f6f1cde62fc..8a85d0bcc4231 100644 --- a/net/avahi/Makefile +++ b/net/avahi/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.61 2016/03/05 11:27:51 jperkin Exp $ +# $NetBSD: Makefile,v 1.64 2016/04/11 19:01:59 ryoon Exp $ -DISTNAME= avahi-0.6.31 -PKGREVISION= 25 +DISTNAME= avahi-0.6.32 +PKGREVISION= 1 CATEGORIES= net -MASTER_SITES= http://avahi.org/download/ +MASTER_SITES= https://github.com/lathiat/avahi/releases/download/v${PKGVERSION_NOREV}/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://avahi.org/ diff --git a/net/avahi/PLIST b/net/avahi/PLIST index 053e6dde683ba..27dc434337400 100644 --- a/net/avahi/PLIST +++ b/net/avahi/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.8 2014/03/11 14:05:06 jperkin Exp $ +@comment $NetBSD: PLIST,v 1.10 2016/04/09 06:50:46 ryoon Exp $ bin/avahi-browse bin/avahi-browse-domains ${PLIST.ui}bin/avahi-discover-standalone @@ -122,6 +122,8 @@ share/examples/avahi/services/sftp-ssh.service share/examples/avahi/services/ssh.service ${PLIST.introspection}share/gir-1.0/Avahi-0.6.gir ${PLIST.introspection}share/gir-1.0/AvahiCore-0.6.gir +share/locale/ach/LC_MESSAGES/avahi.mo +share/locale/ar/LC_MESSAGES/avahi.mo share/locale/bg/LC_MESSAGES/avahi.mo share/locale/ca/LC_MESSAGES/avahi.mo share/locale/cs/LC_MESSAGES/avahi.mo @@ -132,7 +134,10 @@ share/locale/en_AU/LC_MESSAGES/avahi.mo share/locale/en_CA/LC_MESSAGES/avahi.mo share/locale/en_GB/LC_MESSAGES/avahi.mo share/locale/en_NZ/LC_MESSAGES/avahi.mo +share/locale/eo/LC_MESSAGES/avahi.mo share/locale/es/LC_MESSAGES/avahi.mo +share/locale/et/LC_MESSAGES/avahi.mo +share/locale/fa/LC_MESSAGES/avahi.mo share/locale/fi/LC_MESSAGES/avahi.mo share/locale/fo/LC_MESSAGES/avahi.mo share/locale/fr/LC_MESSAGES/avahi.mo @@ -142,16 +147,20 @@ share/locale/hu/LC_MESSAGES/avahi.mo share/locale/id/LC_MESSAGES/avahi.mo share/locale/it/LC_MESSAGES/avahi.mo share/locale/ja/LC_MESSAGES/avahi.mo +share/locale/ko/LC_MESSAGES/avahi.mo +share/locale/lv/LC_MESSAGES/avahi.mo share/locale/ms/LC_MESSAGES/avahi.mo share/locale/nl/LC_MESSAGES/avahi.mo share/locale/pl/LC_MESSAGES/avahi.mo share/locale/pt_BR/LC_MESSAGES/avahi.mo share/locale/ro/LC_MESSAGES/avahi.mo share/locale/ru/LC_MESSAGES/avahi.mo +share/locale/sk/LC_MESSAGES/avahi.mo share/locale/sl/LC_MESSAGES/avahi.mo -share/locale/sr/LC_MESSAGES/avahi.mo share/locale/sr@latin/LC_MESSAGES/avahi.mo +share/locale/sr/LC_MESSAGES/avahi.mo share/locale/sv/LC_MESSAGES/avahi.mo +share/locale/tr/LC_MESSAGES/avahi.mo share/locale/uk/LC_MESSAGES/avahi.mo share/locale/zh_CN/LC_MESSAGES/avahi.mo share/locale/zh_TW/LC_MESSAGES/avahi.mo diff --git a/net/avahi/distinfo b/net/avahi/distinfo index 99cfee8f20b8c..d28aa50321075 100644 --- a/net/avahi/distinfo +++ b/net/avahi/distinfo @@ -1,12 +1,12 @@ -$NetBSD: distinfo,v 1.15 2015/11/04 00:34:53 agc Exp $ +$NetBSD: distinfo,v 1.17 2016/05/10 18:52:17 jperkin Exp $ -SHA1 (avahi-0.6.31.tar.gz) = 7e05bd78572c9088b03b1207a0ad5aba38490684 -RMD160 (avahi-0.6.31.tar.gz) = 122f553ee2d43cdd0185540a63a8e1f587bdb08e -SHA512 (avahi-0.6.31.tar.gz) = 53eb00d570a274d841e1e6ad07da077950089ae39b4f7aa21fcd21cc5320b30b506b43e7e57e56198e155cc7bd289b779a48b2b2fc002dc6194a946110451858 -Size (avahi-0.6.31.tar.gz) = 1268686 bytes +SHA1 (avahi-0.6.32.tar.gz) = 1c6d234058fd7883b3a4515e99216fdc8f71b223 +RMD160 (avahi-0.6.32.tar.gz) = d5ec03116938e0ce54e6ae9c2773e153d1a56523 +SHA512 (avahi-0.6.32.tar.gz) = 6f8d0a64292439cbb989c531a4ba2f25a53ee9cf7ad9df04dedf73149489a92612f3b5955e10aa4b1c76496c34b90ad75590e8aa49468249508267c1c8b899ee +Size (avahi-0.6.32.tar.gz) = 1297169 bytes SHA1 (patch-aa) = 95b883bf14dd1852cdf0ea8a364c57717eebb03f -SHA1 (patch-ab) = e230ea9d57f40915469486faf4ffaf90ea3ebac3 +SHA1 (patch-ab) = 1f482b2a2f9a9bc59c3b1e300bad2896e2cf7bd2 SHA1 (patch-ah) = 4b3ffdb927daef8c939527fd5c5893f9f88b3ff3 SHA1 (patch-ai) = 48c5fca5683323a30dc646e5eafb1834e7bedaeb SHA1 (patch-avahi-core_socket.c) = 503f05f77d95b6f73d933810371c53242d13058c -SHA1 (patch-avahi-daemon_main.c) = d772a0fda660bc48401c4cd56d96d586914e5897 +SHA1 (patch-avahi-daemon_main.c) = 672be922ca7516a29d7eb1a409e78199b00ddfa2 diff --git a/net/avahi/patches/patch-ab b/net/avahi/patches/patch-ab index 61102fdedc5de..0c7cb82d68691 100644 --- a/net/avahi/patches/patch-ab +++ b/net/avahi/patches/patch-ab @@ -1,12 +1,12 @@ -$NetBSD: patch-ab,v 1.4 2013/04/21 00:58:47 rodent Exp $ +$NetBSD: patch-ab,v 1.5 2016/04/09 05:55:34 richard Exp $ Build with -lintl. ---- avahi-common/Makefile.in.orig 2012-02-14 22:36:35.000000000 +0000 +--- avahi-common/Makefile.in.orig 2016-02-16 02:16:08.389094610 +0000 +++ avahi-common/Makefile.in -@@ -639,7 +639,7 @@ clean-libLTLIBRARIES: - rm -f "$${dir}/so_locations"; \ - done +@@ -736,7 +736,7 @@ clean-libLTLIBRARIES: + } + libavahi-common.la: $(libavahi_common_la_OBJECTS) $(libavahi_common_la_DEPENDENCIES) $(EXTRA_libavahi_common_la_DEPENDENCIES) - $(AM_V_CCLD)$(libavahi_common_la_LINK) -rpath $(libdir) $(libavahi_common_la_OBJECTS) $(libavahi_common_la_LIBADD) $(LIBS) + $(AM_V_CCLD)$(libavahi_common_la_LINK) -rpath $(libdir) $(libavahi_common_la_OBJECTS) $(libavahi_common_la_LIBADD) $(LIBS) $(INTLLIBS) diff --git a/net/avahi/patches/patch-avahi-daemon_main.c b/net/avahi/patches/patch-avahi-daemon_main.c index babdf9dba9056..6ab2b764d5d01 100644 --- a/net/avahi/patches/patch-avahi-daemon_main.c +++ b/net/avahi/patches/patch-avahi-daemon_main.c @@ -1,16 +1,17 @@ -$NetBSD: patch-avahi-daemon_main.c,v 1.1 2015/01/07 13:55:45 wiedi Exp $ +$NetBSD: patch-avahi-daemon_main.c,v 1.3 2016/05/10 18:52:17 jperkin Exp $ -Newer illumos has inotify and the inotify code needs FIONREAD +Provide O_CLOEXEC compat define. ---- avahi-daemon/main.c.orig 2010-11-18 03:00:26.288465933 +0000 +--- avahi-daemon/main.c.orig 2015-10-09 23:51:25.000000000 +0000 +++ avahi-daemon/main.c -@@ -31,6 +31,9 @@ - #include - #include - #include -+#if defined(__sun) -+#include +@@ -87,6 +87,10 @@ + #include "dbus-protocol.h" + #endif + ++#ifndef O_CLOEXEC ++#define O_CLOEXEC 0 +#endif - #include - #include - #include ++ + AvahiServer *avahi_server = NULL; + AvahiSimplePoll *simple_poll_api = NULL; + static char *argv0 = NULL; diff --git a/net/balance/distinfo b/net/balance/distinfo index 8afcd6dbb7199..a72eaa50ad9a3 100644 --- a/net/balance/distinfo +++ b/net/balance/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.9 2015/11/04 00:34:53 agc Exp $ +$NetBSD: distinfo,v 1.10 2016/04/01 11:28:29 jperkin Exp $ SHA1 (balance-3.57.tar.gz) = d10dbb01de10954d49be199018872cd168533ba3 RMD160 (balance-3.57.tar.gz) = bf971da19de825c6b6b93528b30ac7b823fcc4f0 SHA512 (balance-3.57.tar.gz) = 191195e2aa62c867d85085f273db911e8957c3eea7bed8e58abc29e125a0b0a4487048c7db5857e32f54545de1f81f8148b174225aaf8cf1e3a66e4b040748b4 Size (balance-3.57.tar.gz) = 35547 bytes -SHA1 (patch-aa) = fe9df5adc722a2fd855400aa7eac46987f58dc44 +SHA1 (patch-aa) = e5b299719a061451dbad465daabc3b56205a1ef0 SHA1 (patch-ab) = b06c77231c223250f9dc20789d972f8e63dca9fa diff --git a/net/balance/patches/patch-aa b/net/balance/patches/patch-aa index a5bfff961fba7..8d655a6f2a281 100644 --- a/net/balance/patches/patch-aa +++ b/net/balance/patches/patch-aa @@ -1,4 +1,4 @@ -$NetBSD: patch-aa,v 1.5 2015/09/05 16:16:03 wiedi Exp $ +$NetBSD: patch-aa,v 1.6 2016/04/01 11:28:29 jperkin Exp $ * Adjust for pkgsrc installation. @@ -11,13 +11,15 @@ $NetBSD: patch-aa,v 1.5 2015/09/05 16:16:03 wiedi Exp $ +#CFLAGS=-O2 -Wall -Wstrict-prototypes -Wuninitialized # uncomment for any OS other than Cygwin -@@ -8,5 +8,5 @@ BALANCE=balance +@@ -8,6 +8,6 @@ BALANCE=balance ROOT=root INSTALL=install -BINDIR=/usr/sbin +-MANDIR=${BINDIR}/../man/man1 +BINDIR=${PREFIX}/sbin - MANDIR=${BINDIR}/../man/man1 ++MANDIR=${PREFIX}/${PKGMANDIR}/man1 + # uncomment for Solaris: @@ -21,5 +21,5 @@ MANDIR=${BINDIR}/../man/man1 # ROOT=Administrators @@ -25,7 +27,7 @@ $NetBSD: patch-aa,v 1.5 2015/09/05 16:16:03 wiedi Exp $ +#CC=gcc RELEASE=3.57 -@@ -27,8 +27,8 @@ all: balance +@@ -27,8 +27,8 @@ all: balance balance: balance.o butils.o - $(CC) $(CFLAGS) -I. -o balance balance.o butils.o $(LIBRARIES) diff --git a/net/bind910/Makefile b/net/bind910/Makefile index 9dd054f015fd0..85cd9be184961 100644 --- a/net/bind910/Makefile +++ b/net/bind910/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.18 2016/03/10 00:48:41 taca Exp $ +# $NetBSD: Makefile,v 1.20 2016/05/08 22:33:55 wiz Exp $ DISTNAME= bind-${BIND_VERSION} PKGNAME= ${DISTNAME:S/-P/pl/} CATEGORIES= net -MASTER_SITES= ftp://ftp.isc.org/isc/bind9/${BIND_VERSION}/ \ - http://ftp.belnet.be/pub/mirror/ftp.isc.org/isc/bind9/${BIND_VERSION}/ +MASTER_SITES= ftp://ftp.isc.org/isc/bind9/${BIND_VERSION}/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.isc.org/software/bind/ @@ -14,7 +13,7 @@ CONFLICTS+= host-[0-9]* MAKE_JOBS_SAFE= no -BIND_VERSION= 9.10.3-P4 +BIND_VERSION= 9.10.4 .include "../../mk/bsd.prefs.mk" @@ -58,12 +57,6 @@ FILES_SUBST+= BIND_GROUP=${BIND_GROUP} \ MESSAGE_SUBST+= BIND_DIR=${BIND_DIR} BIND_USER=${BIND_USER} DOCDIR= ${DESTDIR}${PREFIX}/share/doc/bind9 -# include/isc/ipv6.h is installed on non-ipv6 platforms -PLIST_VARS+= inet6 -.if !empty(MISSING_FEATURES:Minet6) -PLIST.inet6= yes -.endif - RCD_SCRIPTS= lwresd named9 SMF_METHODS= named diff --git a/net/bind910/PLIST b/net/bind910/PLIST index 8290b56ed8d64..a315ab8f78dc6 100644 --- a/net/bind910/PLIST +++ b/net/bind910/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2015/02/26 10:15:02 taca Exp $ +@comment $NetBSD: PLIST,v 1.5 2016/05/02 13:27:57 taca Exp $ bin/bind9-config bin/delv bin/dig @@ -372,6 +372,10 @@ man/man8/named-compilezone.8 man/man8/named-journalprint.8 man/man8/named.8 man/man8/nsec3hash.8 +${PLIST.pkcs11}man/man8/pkcs11-destroy.8 +${PLIST.pkcs11}man/man8/pkcs11-keygen.8 +${PLIST.pkcs11}man/man8/pkcs11-list.8 +${PLIST.pkcs11}man/man8/pkcs11-tokens.8 man/man8/rndc-confgen.8 man/man8/rndc.8 man/man8/tsig-keygen.8 @@ -395,6 +399,10 @@ sbin/named-compilezone sbin/named-journalprint sbin/named-rrchecker sbin/nsec3hash +${PLIST.pkcs11}sbin/pkcs11-destroy +${PLIST.pkcs11}sbin/pkcs11-keygen +${PLIST.pkcs11}sbin/pkcs11-list +${PLIST.pkcs11}sbin/pkcs11-tokens sbin/rndc sbin/rndc-confgen sbin/tsig-keygen @@ -432,10 +440,12 @@ share/doc/bind9/arm/man.dnssec-verify.html share/doc/bind9/arm/man.genrandom.html share/doc/bind9/arm/man.host.html share/doc/bind9/arm/man.isc-hmac-fixup.html +share/doc/bind9/arm/man.lwresd.html share/doc/bind9/arm/man.named-checkconf.html share/doc/bind9/arm/man.named-checkzone.html share/doc/bind9/arm/man.named-journalprint.html share/doc/bind9/arm/man.named-rrchecker.html +share/doc/bind9/arm/man.named.conf.html share/doc/bind9/arm/man.named.html share/doc/bind9/arm/man.nsec3hash.html share/doc/bind9/arm/man.nsupdate.html diff --git a/net/bind910/distinfo b/net/bind910/distinfo index 1c32d4551f5d2..94899a63f186a 100644 --- a/net/bind910/distinfo +++ b/net/bind910/distinfo @@ -1,14 +1,14 @@ -$NetBSD: distinfo,v 1.15 2016/03/10 00:48:41 taca Exp $ +$NetBSD: distinfo,v 1.16 2016/05/02 13:27:57 taca Exp $ -SHA1 (bind-9.10.3-P4.tar.gz) = c3f87804b2b950a0be8122c41ebbc253d0624786 -RMD160 (bind-9.10.3-P4.tar.gz) = 75af2755febcd4b5a6f1b15c14d76ed4b1b11ba8 -SHA512 (bind-9.10.3-P4.tar.gz) = 9c7b710054cd1230e7e470541a13850def56b2247c404a1800e0d0dad6aba20b3c3c09b1a17cd6017435525e84fa2f7cde40ae13feeeb7747efb26c66961aadd -Size (bind-9.10.3-P4.tar.gz) = 8529535 bytes +SHA1 (bind-9.10.4.tar.gz) = 8c1da5ee9232507b2d58520cf941bce805f2b61e +RMD160 (bind-9.10.4.tar.gz) = 038a854b2caee09354e2cc656bacf56eccaae125 +SHA512 (bind-9.10.4.tar.gz) = 43710d1cf62756c74b60f177a4220e64f9faad7ec689ee04aa2898413e325a76d192293b8f37a2b6dbd6208bcc815def079a02d5037630dc098ad050a5e78df1 +Size (bind-9.10.4.tar.gz) = 9318151 bytes SHA1 (patch-bin_dig_dighost.c) = 983e23a30d519982cbe88ed2277fcffc9cad616e SHA1 (patch-bin_tests_system_Makefile.in) = aeb2de1b6c6cfdbae7ffbf38aeebf52e94af9e2f SHA1 (patch-config.threads.in) = 227b83efe9cb3e301aaac9b97cf42f1fb8ad06b2 SHA1 (patch-configure) = 754a510493ae8fae669a9ff79940ccb04bc1e57e SHA1 (patch-contrib_dlz_config.dlz.in) = f18bec63fbfce7cb2cd72929058ce3770fce458f -SHA1 (patch-lib_dns_rbt.c) = 510dfc72bc7764e548a46e9c48b58b2543490d7a +SHA1 (patch-lib_dns_rbt.c) = d26514fb43ef5053594c8a8597c57539e8d2cf12 SHA1 (patch-lib_lwres_getaddrinfo.c) = 69e9c8049fedcb93bd219c6053163f21ce3b2535 SHA1 (patch-lib_lwres_getnameinfo.c) = 418ad349cf52925c9e8051b5c71d9d51ea8d2fb1 diff --git a/net/bind910/options.mk b/net/bind910/options.mk index 98ab544ee4bff..4fe8ea1af6945 100644 --- a/net/bind910/options.mk +++ b/net/bind910/options.mk @@ -1,12 +1,14 @@ -# $NetBSD: options.mk,v 1.2 2015/02/13 13:50:32 fhajny Exp $ +# $NetBSD: options.mk,v 1.3 2016/05/02 13:27:57 taca Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.bind910 PKG_SUPPORTED_OPTIONS= bind-dig-sigchase bind-xml-statistics-server PKG_SUPPORTED_OPTIONS+= bind-json-statistics-server PKG_SUPPORTED_OPTIONS+= inet6 threads readline mysql pgsql ldap dlz-filesystem -PKG_SUPPORTED_OPTIONS+= rrl +PKG_SUPPORTED_OPTIONS+= fetchlimit geoip pkcs11 sit tuning PKG_SUGGESTED_OPTIONS+= readline +PLIST_VARS+= inet6 pkcs11 + PTHREAD_OPTS+= native .include "../../mk/pthread.buildlink3.mk" @@ -22,6 +24,8 @@ PKG_SUGGESTED_OPTIONS+= threads .if empty(MISSING_FEATURES:Minet6) PKG_SUGGESTED_OPTIONS+= inet6 +.else +PLIST.inet6= yes .endif .include "../../mk/bsd.options.mk" @@ -55,8 +59,26 @@ CONFIGURE_ARGS+= --with-dlz-ldap=${BUILDLINK_PREFIX.openldap-client} CONFIGURE_ARGS+= --with-dlz-filesystem .endif -.if !empty(PKG_OPTIONS:Mrrl) -CONFIGURE_ARGS+= --enable-rrl +.if !empty(PKG_OPTIONS:Mfetchlimit) +CONFIGURE_ARGS+= --enable-fetchlimit +.endif + +.if !empty(PKG_OPTIONS:Mgeoip) +CONFIGURE_ARGS+= --with-geoip=${PREFIX} +.include "../../net/GeoIP/buildlink3.mk" +.endif + +.if !empty(PKG_OPTIONS:Mpkcs11) +CONFIGURE_ARGS+= --with-pkcs11=yes +PLIST.pkcs11= yes +.endif + +.if !empty(PKG_OPTIONS:Msit) +CONFIGURE_ARGS+= --enable-sit +.endif + +.if !empty(PKG_OPTIONS:Mtuning) +CONFIGURE_ARGS+= --with-tuning=large .endif ### diff --git a/net/bind910/patches/patch-lib_dns_rbt.c b/net/bind910/patches/patch-lib_dns_rbt.c index 89e16f4d996d8..ffe02fbf8259c 100644 --- a/net/bind910/patches/patch-lib_dns_rbt.c +++ b/net/bind910/patches/patch-lib_dns_rbt.c @@ -1,10 +1,10 @@ -$NetBSD: patch-lib_dns_rbt.c,v 1.2 2014/10/14 16:23:19 taca Exp $ +$NetBSD: patch-lib_dns_rbt.c,v 1.3 2016/05/02 13:27:57 taca Exp $ * Disable inline on powerpc. ---- lib/dns/rbt.c.orig 2014-09-16 19:27:15.000000000 +0000 +--- lib/dns/rbt.c.orig 2016-04-20 20:11:20.000000000 +0000 +++ lib/dns/rbt.c -@@ -345,6 +345,10 @@ hexdump(const char *desc, unsigned char +@@ -348,6 +348,10 @@ hexdump(const char *desc, unsigned char } #endif /* DEBUG */ @@ -12,6 +12,6 @@ +#define inline /**/ +#endif + - /* The passed node must not be NULL. */ - static inline dns_rbtnode_t * - get_subtree_root(dns_rbtnode_t *node) { + #ifdef DNS_RBT_USEHASH + + /* diff --git a/net/bind99/Makefile b/net/bind99/Makefile index 070da5b47042c..7512d9a1af93e 100644 --- a/net/bind99/Makefile +++ b/net/bind99/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.54 2016/03/10 00:50:34 taca Exp $ +# $NetBSD: Makefile,v 1.55 2016/05/02 13:22:06 taca Exp $ DISTNAME= bind-${BIND_VERSION} PKGNAME= ${DISTNAME:S/-P/pl/} @@ -14,7 +14,7 @@ CONFLICTS+= host-[0-9]* MAKE_JOBS_SAFE= no -BIND_VERSION= 9.9.8-P4 +BIND_VERSION= 9.9.9 .include "../../mk/bsd.prefs.mk" diff --git a/net/bind99/PLIST b/net/bind99/PLIST index a1c48d8fa47c5..3d566122ef80f 100644 --- a/net/bind99/PLIST +++ b/net/bind99/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.10 2015/02/26 10:14:10 taca Exp $ +@comment $NetBSD: PLIST,v 1.11 2016/05/02 13:22:06 taca Exp $ bin/bind9-config bin/dig bin/host @@ -396,6 +396,7 @@ share/doc/bind9/arm/man.dig.html share/doc/bind9/arm/man.dnssec-checkds.html share/doc/bind9/arm/man.dnssec-coverage.html share/doc/bind9/arm/man.dnssec-dsfromkey.html +share/doc/bind9/arm/man.dnssec-importkey.html share/doc/bind9/arm/man.dnssec-keyfromlabel.html share/doc/bind9/arm/man.dnssec-keygen.html share/doc/bind9/arm/man.dnssec-revoke.html @@ -405,9 +406,11 @@ share/doc/bind9/arm/man.dnssec-verify.html share/doc/bind9/arm/man.genrandom.html share/doc/bind9/arm/man.host.html share/doc/bind9/arm/man.isc-hmac-fixup.html +share/doc/bind9/arm/man.lwresd.html share/doc/bind9/arm/man.named-checkconf.html share/doc/bind9/arm/man.named-checkzone.html share/doc/bind9/arm/man.named-journalprint.html +share/doc/bind9/arm/man.named.conf.html share/doc/bind9/arm/man.named.html share/doc/bind9/arm/man.nsec3hash.html share/doc/bind9/arm/man.nsupdate.html diff --git a/net/bind99/distinfo b/net/bind99/distinfo index fa514810e9f2f..96e3c7ab5758d 100644 --- a/net/bind99/distinfo +++ b/net/bind99/distinfo @@ -1,14 +1,14 @@ -$NetBSD: distinfo,v 1.37 2016/03/10 00:50:34 taca Exp $ +$NetBSD: distinfo,v 1.38 2016/05/02 13:22:06 taca Exp $ -SHA1 (bind-9.9.8-P4.tar.gz) = c4dae4dd9aefd6fc0f8644d6d8559d450e7e8224 -RMD160 (bind-9.9.8-P4.tar.gz) = 989ac8bd9e9775b6f59a2b18b1f44265216c7d38 -SHA512 (bind-9.9.8-P4.tar.gz) = 72d709d824a5e121965f3520126c3155f1049b2b30560c1c5e66d78227873d426438af876f1b68061d49e5599cfefbfcfd8b1dc2e1490a2e20c6519e7d6c72cb -Size (bind-9.9.8-P4.tar.gz) = 7999697 bytes +SHA1 (bind-9.9.9.tar.gz) = 6383901b64e6c56ede5839c37664b715a901622c +RMD160 (bind-9.9.9.tar.gz) = 822c4ddf6b7898dc368fef16e846cdcc13f86e84 +SHA512 (bind-9.9.9.tar.gz) = 3761358211a04f7a51075ad832c5f5f130601df115ffdcedda3c2d50a6e76b5bc2ce5a29e54bfe5bb08d585090a76f80068c4e816108aac3c6db9c1b65bd54e0 +Size (bind-9.9.9.tar.gz) = 8781170 bytes SHA1 (patch-bin_dig_dighost.c) = a4bc9558c5dbedcc6bb0f87ea309358ca098d42a SHA1 (patch-bin_tests_system_Makefile.in) = 19d90050acfbe3da838dbd4c1436b5581039b71f SHA1 (patch-config.threads.in) = 227b83efe9cb3e301aaac9b97cf42f1fb8ad06b2 SHA1 (patch-configure) = 1e86fab1a82f237dfc7f1a3c09e4ef6095bf973e SHA1 (patch-contrib_dlz_config.dlz.in) = f18bec63fbfce7cb2cd72929058ce3770fce458f -SHA1 (patch-lib_dns_rbt.c) = df4b029369d9fa3b250d8505b5f7590e2cd86654 +SHA1 (patch-lib_dns_rbt.c) = 267ecae3de33297b18faff46c9855c1ce64b4856 SHA1 (patch-lib_lwres_getaddrinfo.c) = cda91b6d1afa02de2c59d51490090ef4ab7f1a41 SHA1 (patch-lib_lwres_getnameinfo.c) = 7ded70795a9001cce5c8094ef3f70ac787a6d43d diff --git a/net/bind99/patches/patch-lib_dns_rbt.c b/net/bind99/patches/patch-lib_dns_rbt.c index f5309ca236a18..41017dbecf577 100644 --- a/net/bind99/patches/patch-lib_dns_rbt.c +++ b/net/bind99/patches/patch-lib_dns_rbt.c @@ -1,17 +1,17 @@ -$NetBSD: patch-lib_dns_rbt.c,v 1.1.1.1 2012/03/07 14:25:00 taca Exp $ +$NetBSD: patch-lib_dns_rbt.c,v 1.2 2016/05/02 13:22:06 taca Exp $ * Disable inline on powerpc. ---- lib/dns/rbt.c.orig 2011-08-25 05:56:50.000000000 +0000 +--- lib/dns/rbt.c.orig 2016-04-20 20:11:30.000000000 +0000 +++ lib/dns/rbt.c -@@ -177,6 +177,10 @@ Name(dns_rbtnode_t *node) { - static void dns_rbt_printnodename(dns_rbtnode_t *node); - #endif +@@ -179,6 +179,10 @@ Name(dns_rbtnode_t *node) { + } + #endif /* DEBUG */ +#if !defined(inline) && defined(__powerpc__) +#define inline /**/ +#endif + - static inline dns_rbtnode_t * - find_up(dns_rbtnode_t *node) { - dns_rbtnode_t *root; + #ifdef DNS_RBT_USEHASH + + /* diff --git a/net/bing/distinfo b/net/bing/distinfo index 3598566e87ff7..3f5c0d2893704 100644 --- a/net/bing/distinfo +++ b/net/bing/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.9 2015/11/04 00:34:54 agc Exp $ +$NetBSD: distinfo,v 1.10 2016/03/30 09:08:11 jperkin Exp $ SHA1 (bing-1.0.4.tar.gz) = 21954516f4b72895ad7be96d320581510a186b33 RMD160 (bing-1.0.4.tar.gz) = e434ea8705677234ac289ff9f2a72cdffbb89aa6 SHA512 (bing-1.0.4.tar.gz) = 48c7650aa56e065426bdbc28a4eca18466bdc5a409ba98d57ec1070a4e05dd1f01f3a3db9a09a5921f8130b4513be81251bc5c5d9c2c15448718aae8d51630e8 Size (bing-1.0.4.tar.gz) = 27069 bytes -SHA1 (patch-aa) = 08b3da9d7b753eec7b5c33c1ed474a0d06684da8 -SHA1 (patch-ab) = e6b5b12e03e2c7d99330a3b86e5a8626707e31af +SHA1 (patch-aa) = 106bc1a7ce291610e98e27ea379df5e83c019be8 +SHA1 (patch-ab) = 9593772e1b68a7c3b220a584b26a982a94cc8bb7 diff --git a/net/bing/patches/patch-aa b/net/bing/patches/patch-aa index b07584f6e4517..07e3c264f229e 100644 --- a/net/bing/patches/patch-aa +++ b/net/bing/patches/patch-aa @@ -1,4 +1,6 @@ -$NetBSD: patch-aa,v 1.7 2008/06/20 01:09:29 joerg Exp $ +$NetBSD: patch-aa,v 1.8 2016/03/30 09:08:11 jperkin Exp $ + +Use PKGMANDIR. --- Makefile.orig 1995-07-21 01:03:30.000000000 +0100 +++ Makefile 2003-09-22 16:14:32.878633434 +0100 @@ -9,7 +11,7 @@ $NetBSD: patch-aa,v 1.7 2008/06/20 01:09:29 joerg Exp $ -MANDIR=/usr/local/man -BINDIR=/usr/local/bin -INSTALL=install -c -+MANDIR=${PREFIX}/man ++MANDIR=${PREFIX}/${PKGMANDIR} +BINDIR=${PREFIX}/bin GROFF=groff NROFF=nroff diff --git a/net/bing/patches/patch-ab b/net/bing/patches/patch-ab index 2cbcc88489211..2bbb96bc9b094 100644 --- a/net/bing/patches/patch-ab +++ b/net/bing/patches/patch-ab @@ -1,4 +1,6 @@ -$NetBSD: patch-ab,v 1.3 2006/07/21 16:19:58 minskim Exp $ +$NetBSD: patch-ab,v 1.4 2016/03/30 09:08:11 jperkin Exp $ + +Portability fixes. --- bing.c.orig 1995-07-20 23:45:32.000000000 +0000 +++ bing.c diff --git a/net/bug-buddy/Makefile b/net/bug-buddy/Makefile index e86bc16537373..3e7a61e2dd313 100644 --- a/net/bug-buddy/Makefile +++ b/net/bug-buddy/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.108 2016/02/25 16:20:50 jperkin Exp $ +# $NetBSD: Makefile,v 1.110 2016/05/03 11:40:05 prlw1 Exp $ # DISTNAME= bug-buddy-2.30.0 -PKGREVISION= 6 +PKGREVISION= 8 CATEGORIES= net gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/bug-buddy/2.30/} EXTRACT_SUFX= .tar.bz2 diff --git a/net/cidr/distinfo b/net/cidr/distinfo index 51036a9062da6..d8e25248a2b46 100644 --- a/net/cidr/distinfo +++ b/net/cidr/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.4 2015/11/04 00:34:55 agc Exp $ +$NetBSD: distinfo,v 1.5 2016/03/30 09:58:23 jperkin Exp $ SHA1 (cidr-current.tar.gz) = c543bec86e5786d19e59e262a8d3004d4aad0a71 RMD160 (cidr-current.tar.gz) = d889fb7d780cbf74eb5695f1debabd6a1747d3b1 SHA512 (cidr-current.tar.gz) = edb5d05220df026884222b37c23587de0fb65ec7387b74353ace1025e1a3b09549c310e2dede7a76f3dd18ef1c5d55d474efa018f8a2173d973a099db7a82728 Size (cidr-current.tar.gz) = 16898 bytes -SHA1 (patch-aa) = f24bffe08e2860ff4f354b0d95e352b2811ac3b9 +SHA1 (patch-aa) = 97d6232d1e15a71bd84e32764ef3a4f269af8f1c diff --git a/net/cidr/patches/patch-aa b/net/cidr/patches/patch-aa index 3618620900940..756693e3e8e4f 100644 --- a/net/cidr/patches/patch-aa +++ b/net/cidr/patches/patch-aa @@ -1,4 +1,6 @@ -$NetBSD: patch-aa,v 1.2 2004/11/03 10:57:54 grant Exp $ +$NetBSD: patch-aa,v 1.3 2016/03/30 09:58:23 jperkin Exp $ + +Use pkgsrc layout/flags. --- Makefile.orig 2001-07-03 17:23:23.000000000 +1000 +++ Makefile @@ -10,7 +12,7 @@ $NetBSD: patch-aa,v 1.2 2004/11/03 10:57:54 grant Exp $ +INSTALL_MAN = $(BSD_INSTALL_MAN) + +BINDIR = $(PREFIX)/bin -+MANDIR = $(PREFIX)/man/man1 ++MANDIR = $(PREFIX)/${PKGMANDIR}/man1 + OBJS = cidr.o diff --git a/net/coherence/distinfo b/net/coherence/distinfo index aab3050cd54f5..4fa400376d066 100644 --- a/net/coherence/distinfo +++ b/net/coherence/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.5 2015/11/04 00:34:56 agc Exp $ +$NetBSD: distinfo,v 1.6 2016/04/17 10:15:21 wiz Exp $ SHA1 (Coherence-0.6.6.2.tar.gz) = c8f3aedf6f393e400b012b9b79a45faf6bc3c809 RMD160 (Coherence-0.6.6.2.tar.gz) = f3cea9a846059723c846cb2254aae73ff1a6a5e9 @@ -7,3 +7,4 @@ Size (Coherence-0.6.6.2.tar.gz) = 364908 bytes SHA1 (patch-aa) = 3d0e0966a12bb6f42015dac259db085923135fae SHA1 (patch-ab) = 54d3ab8e58a4412f4e3b5c263785468f58ac132b SHA1 (patch-ac) = c10f363f6de78a9ae4d08956c6d2afa35d817cb4 +SHA1 (patch-coherence_____init____.py) = 2f893049e59af910e9449e7ef081ec05eb1dd3e1 diff --git a/net/coherence/patches/patch-coherence_____init____.py b/net/coherence/patches/patch-coherence_____init____.py new file mode 100644 index 0000000000000..6b8af563382f1 --- /dev/null +++ b/net/coherence/patches/patch-coherence_____init____.py @@ -0,0 +1,16 @@ +$NetBSD: patch-coherence_____init____.py,v 1.1 2016/04/17 10:15:21 wiz Exp $ + +twisted 16.0.0 detection is broken, see +https://github.com/coherence-project/Coherence/issues/25 + +--- coherence/__init__.py.orig 2010-01-02 15:35:20.000000000 +0000 ++++ coherence/__init__.py +@@ -24,8 +24,6 @@ try: + if twisted_version < Version("twisted", 2, 5, 0): + raise ImportError("Twisted >= 2.5 is required. Please install it.") + +- if twisted_web_version < Version("twisted.web", 2, 5, 0): +- raise ImportError("Twisted.Web >= 2.5 is required. Please install it") + except ImportError, exc: + # log error to stderr, might be useful for debugging purpose + for arg in exc.args: diff --git a/net/corebird/Makefile b/net/corebird/Makefile index 01146101dbb3e..ee277696c54d7 100644 --- a/net/corebird/Makefile +++ b/net/corebird/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.10 2016/03/05 09:40:53 ryoon Exp $ +# $NetBSD: Makefile,v 1.13 2016/05/03 11:40:05 prlw1 Exp $ DISTNAME= corebird-1.2 +PKGREVISION= 3 CATEGORIES= net MASTER_SITES= -https://github.com/baedert/corebird/archive/${PKGVERSION_NOREV}${EXTRACT_SUFX} diff --git a/net/dcsharp/Makefile b/net/dcsharp/Makefile index 43bd15ab56675..f1a543fdc8139 100644 --- a/net/dcsharp/Makefile +++ b/net/dcsharp/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.51 2016/03/05 11:29:03 jperkin Exp $ +# $NetBSD: Makefile,v 1.52 2016/04/11 19:01:59 ryoon Exp $ DISTNAME= dcsharp-0.11.1 -PKGREVISION= 47 +PKGREVISION= 48 CATEGORIES= net MASTER_SITES= http://dcsharp.googlecode.com/files/ EXTRACT_SUFX= .tar.bz2 diff --git a/net/dhcpcd/Makefile b/net/dhcpcd/Makefile index 1f01df66df820..470121c54b1e2 100644 --- a/net/dhcpcd/Makefile +++ b/net/dhcpcd/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.54 2016/01/20 19:27:07 roy Exp $ +# $NetBSD: Makefile,v 1.56 2016/05/09 10:24:32 roy Exp $ # -DISTNAME= dhcpcd-6.10.1 +DISTNAME= dhcpcd-6.11.0 CATEGORIES= net MASTER_SITES= ftp://roy.marples.name/pub/dhcpcd/ MASTER_SITES+= http://roy.aydogan.net/dhcpcd/ diff --git a/net/dhcpcd/distinfo b/net/dhcpcd/distinfo index ff344c598b458..14dff951be7a9 100644 --- a/net/dhcpcd/distinfo +++ b/net/dhcpcd/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.53 2016/01/20 19:27:07 roy Exp $ +$NetBSD: distinfo,v 1.55 2016/05/09 10:24:32 roy Exp $ -SHA1 (dhcpcd-6.10.1.tar.xz) = bb37e0211858df8a919c494e14a6bbfb67b1f72c -RMD160 (dhcpcd-6.10.1.tar.xz) = 64abc259d2ffc3f4f198a1559b417f17506312c1 -SHA512 (dhcpcd-6.10.1.tar.xz) = f323c155cff47f21dde181c216408b79f10e6ed923aa3d1f3482feff47a1e88e02193ec82f831da4ef63d3703ca1837715c36a47cf3f5d09f117f6eb53bfcf67 -Size (dhcpcd-6.10.1.tar.xz) = 180112 bytes +SHA1 (dhcpcd-6.11.0.tar.xz) = f6e8245edd8469e5dad3fedd5c8c6a4e95daa8b5 +RMD160 (dhcpcd-6.11.0.tar.xz) = 4c7c3d067876e986efd568c7e42ac54e94bb6771 +SHA512 (dhcpcd-6.11.0.tar.xz) = ee46f28b046752e80839c229e074cb87aea93695c1347ba852a026828a34b47f66990c9ce863f7de02ad81cc922c0ae000ab8fbb23ed9f2d1f97b720020db166 +Size (dhcpcd-6.11.0.tar.xz) = 187580 bytes diff --git a/net/dlint/Makefile b/net/dlint/Makefile index d6040de96410e..76e9738c13121 100644 --- a/net/dlint/Makefile +++ b/net/dlint/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2015/06/12 10:50:40 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2016/03/30 08:33:18 jperkin Exp $ # DISTNAME= dlint1.4.0 @@ -14,7 +14,7 @@ COMMENT= Internet Domain Name System (DNS) error checking utility USE_TOOLS+= perl:run NO_BUILD= YES -INSTALLATION_DIRS+= bin man/man1 +INSTALLATION_DIRS+= bin ${PKGMANDIR}/man1 do-configure: cd ${WRKSRC} ; \ diff --git a/net/dlint/distinfo b/net/dlint/distinfo index 31efc94cba755..26298ccc2120a 100644 --- a/net/dlint/distinfo +++ b/net/dlint/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.6 2009/05/19 07:00:50 abs Exp $ +$NetBSD: distinfo,v 1.7 2016/03/30 08:33:18 jperkin Exp $ SHA1 (dlint1.4.0.tar.gz) = 5ed29d4259816c24a47117651416bcac0179f035 RMD160 (dlint1.4.0.tar.gz) = 49ebd133651b15a8daa35601c7f04cc3d1f407e6 Size (dlint1.4.0.tar.gz) = 23007 bytes -SHA1 (patch-aa) = 3a40e45528c2f3645e971a2aa57f15fbf985891e +SHA1 (patch-aa) = 6c25d9b31925bffcaf34953f259ab248dec5503f diff --git a/net/dlint/patches/patch-aa b/net/dlint/patches/patch-aa index b275b86b3b419..c0333e58e3533 100644 --- a/net/dlint/patches/patch-aa +++ b/net/dlint/patches/patch-aa @@ -1,8 +1,10 @@ -$NetBSD: patch-aa,v 1.4 2009/05/19 07:00:50 abs Exp $ +$NetBSD: patch-aa,v 1.5 2016/03/30 08:33:18 jperkin Exp $ ---- Makefile.orig 2000-11-19 10:07:40.000000000 -0500 +Use pkgsrc layout. + +--- Makefile.orig 2000-11-19 15:07:40.000000000 +0000 +++ Makefile -@@ -5,7 +5,7 @@ +@@ -5,11 +5,11 @@ VERSION=1.4.0 # Basic area to install things in: @@ -11,6 +13,11 @@ $NetBSD: patch-aa,v 1.4 2009/05/19 07:00:50 abs Exp $ BIN=$(DEST)/bin MANEXT=1 +-MAN=$(DEST)/man/man$(MANEXT) ++MAN=$(DEST)/${PKGMANDIR}/man$(MANEXT) + + # How to run BSD-style install prog: + INSTALL=install # Linux, BSD, SunOS 4.x @@ -20,9 +20,9 @@ all: @echo 'nothing to make; see INSTALL for instructions.' diff --git a/net/dnsdoctor/Makefile b/net/dnsdoctor/Makefile index 92539cc369461..6be99d325f3a4 100644 --- a/net/dnsdoctor/Makefile +++ b/net/dnsdoctor/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2015/03/08 16:52:06 taca Exp $ +# $NetBSD: Makefile,v 1.12 2016/04/01 15:29:26 jperkin Exp $ # DISTNAME= dnsdoctor-1.0.1 @@ -43,6 +43,7 @@ CONF_FILES+= ${DDOCEGDIR}/rootservers ${DDOCCONFDIR}/rootservers CONF_FILES+= ${DDOCEGDIR}/dnsdoctor.conf ${DDOCCONFDIR}/dnsdoctor.conf MAKE_ENV+= DESTDIR=${DESTDIR} +MAKE_ENV+= MANDIR=${PREFIX}/${PKGMANDIR} do-configure: cd ${WRKSRC} && \ diff --git a/net/dtcp/Makefile b/net/dtcp/Makefile index ca1fae95de97b..0c58ddf2884ab 100644 --- a/net/dtcp/Makefile +++ b/net/dtcp/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.29 2015/03/08 02:20:59 mef Exp $ +# $NetBSD: Makefile,v 1.30 2016/03/13 09:36:58 taca Exp $ # DISTNAME= dtcp-20130602 +PKGREVISION= 1 CATEGORIES= net MASTER_SITES= http://www.mahoroba.org/~ume/ipv6/ MASTER_SITES+= http://home.jp.FreeBSD.org/~ume/ipv6/ diff --git a/net/ekiga/Makefile b/net/ekiga/Makefile index b702396dcff45..abd3db35fc9b4 100644 --- a/net/ekiga/Makefile +++ b/net/ekiga/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.67 2016/03/05 11:29:03 jperkin Exp $ +# $NetBSD: Makefile,v 1.70 2016/05/03 11:40:05 prlw1 Exp $ # DISTNAME= ekiga-3.2.6 -PKGREVISION= 48 +PKGREVISION= 50 CATEGORIES= net comms MASTER_SITES= ${MASTER_SITE_GNOME:=sources/ekiga/3.2/} EXTRACT_SUFX= .tar.bz2 @@ -27,6 +27,7 @@ GNU_CONFIGURE= yes USE_LIBTOOL= yes USE_LANGUAGES= c c++ CXXFLAGS+= -std=c++11 +GCC_REQD+= 4.7 .include "../../mk/compiler.mk" .if !empty(PKGSRC_COMPILER:Mclang) diff --git a/net/erlang-p1_sip/DESCR b/net/erlang-esip/DESCR similarity index 100% rename from net/erlang-p1_sip/DESCR rename to net/erlang-esip/DESCR diff --git a/net/erlang-esip/Makefile b/net/erlang-esip/Makefile new file mode 100644 index 0000000000000..e159391620cf4 --- /dev/null +++ b/net/erlang-esip/Makefile @@ -0,0 +1,27 @@ +# $NetBSD: Makefile,v 1.2 2016/04/29 18:23:32 fhajny Exp $ + +DISTNAME= esip-1.0.4 +CATEGORIES= net +MASTER_SITES= ${MASTER_SITE_GITHUB:=processone/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://github.com/processone/esip/ +COMMENT= ProcessOne SIP server component in Erlang +LICENSE= apache-2.0 + +DEPENDS+= erlang-stun>=1.0.3:../../net/erlang-stun +DEPENDS+= erlang-fast_tls>=1.0.3:../../security/erlang-fast_tls +DEPENDS+= erlang-p1_utils>=1.0.3:../../misc/erlang-p1_utils + +GITHUB_PROJECT= esip + +GNU_CONFIGURE= yes + +SUBST_CLASSES+= path +SUBST_STAGE.path= pre-configure +SUBST_FILES.path= rebar.config +SUBST_MESSAGE.path= Fixing include path +SUBST_VARS.path= LOCALBASE + +.include "../../lang/erlang/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/net/erlang-esip/PLIST b/net/erlang-esip/PLIST new file mode 100644 index 0000000000000..cb5b17ccdc2e7 --- /dev/null +++ b/net/erlang-esip/PLIST @@ -0,0 +1,19 @@ +@comment $NetBSD: PLIST,v 1.1 2016/04/25 14:53:21 fhajny Exp $ +lib/erlang/lib/esip-${PKGVERSION}/ebin/esip.app +lib/erlang/lib/esip-${PKGVERSION}/ebin/esip.beam +lib/erlang/lib/esip-${PKGVERSION}/ebin/esip_app.beam +lib/erlang/lib/esip-${PKGVERSION}/ebin/esip_client_transaction.beam +lib/erlang/lib/esip-${PKGVERSION}/ebin/esip_codec.beam +lib/erlang/lib/esip-${PKGVERSION}/ebin/esip_dialog.beam +lib/erlang/lib/esip-${PKGVERSION}/ebin/esip_listener.beam +lib/erlang/lib/esip-${PKGVERSION}/ebin/esip_server_transaction.beam +lib/erlang/lib/esip-${PKGVERSION}/ebin/esip_socket.beam +lib/erlang/lib/esip-${PKGVERSION}/ebin/esip_sup.beam +lib/erlang/lib/esip-${PKGVERSION}/ebin/esip_tmp_sup.beam +lib/erlang/lib/esip-${PKGVERSION}/ebin/esip_transaction.beam +lib/erlang/lib/esip-${PKGVERSION}/ebin/esip_transport.beam +lib/erlang/lib/esip-${PKGVERSION}/ebin/esip_udp_sup.beam +lib/erlang/lib/esip-${PKGVERSION}/ebin/examples/.gitignore +lib/erlang/lib/esip-${PKGVERSION}/include/esip.hrl +lib/erlang/lib/esip-${PKGVERSION}/include/esip_lib.hrl +lib/erlang/lib/esip-${PKGVERSION}/priv/lib/esip_drv.so diff --git a/net/erlang-esip/distinfo b/net/erlang-esip/distinfo new file mode 100644 index 0000000000000..af1cf641d9931 --- /dev/null +++ b/net/erlang-esip/distinfo @@ -0,0 +1,7 @@ +$NetBSD: distinfo,v 1.2 2016/04/29 18:23:32 fhajny Exp $ + +SHA1 (esip-1.0.4.tar.gz) = 090f05f3e6112931e142097e78242e8a73cef483 +RMD160 (esip-1.0.4.tar.gz) = 6e01ea473297ff7a2387f7e683d32e6c72a18651 +SHA512 (esip-1.0.4.tar.gz) = 50915831796f76986a00f5a2a08f308aa9fee71e92fbb6978e9e20f0c00007c0d442991cc7fc2f6df82560a1509f8189865afe8d0b6f94410c39e07ca4f1092b +Size (esip-1.0.4.tar.gz) = 84478 bytes +SHA1 (patch-rebar.config) = a1f28eed68c929805de68e88f8769fe813495e5f diff --git a/net/erlang-esip/patches/patch-rebar.config b/net/erlang-esip/patches/patch-rebar.config new file mode 100644 index 0000000000000..857bd3fa09a41 --- /dev/null +++ b/net/erlang-esip/patches/patch-rebar.config @@ -0,0 +1,26 @@ +$NetBSD: patch-rebar.config,v 1.2 2016/04/29 18:23:32 fhajny Exp $ + +Deps are handled by pkgsrc. +Look up stun includes properly. + +--- rebar.config.orig 2016-02-03 11:19:15.000000000 +0000 ++++ rebar.config +@@ -22,17 +22,13 @@ + + {erl_opts, [debug_info, {src_dirs, ["src"]}, + {i, "include"}, +- {i, "deps/stun/include"}, ++ {i, "@LOCALBASE@/lib/erlang/lib/stun/include"}, + {i, "../stun/include"}]}. + + {port_env, [{"CFLAGS", "$CFLAGS"}, {"LDFLAGS", "$LDFLAGS"}]}. + + {port_specs, [{"priv/lib/esip_drv.so", ["c_src/esip_codec.c"]}]}. + +-{deps, [{stun, ".*", {git, "https://github.com/processone/stun", {tag, "1.0.3"}}}, +- {fast_tls, ".*", {git, "https://github.com/processone/fast_tls", {tag, "1.0.3"}}}, +- {p1_utils, ".*", {git, "https://github.com/processone/p1_utils", {tag, "1.0.3"}}}]}. +- + {clean_files, ["c_src/esip_codec.gcda", "c_src/esip_codec.gcno"]}. + + {cover_enabled, true}. diff --git a/net/erlang-p1_sip/Makefile b/net/erlang-p1_sip/Makefile deleted file mode 100644 index 1aab01701f596..0000000000000 --- a/net/erlang-p1_sip/Makefile +++ /dev/null @@ -1,28 +0,0 @@ -# $NetBSD: Makefile,v 1.2 2016/01/16 18:46:30 fhajny Exp $ - -DISTNAME= p1_sip-1.0.0 -CATEGORIES= net -MASTER_SITES= ${MASTER_SITE_GITHUB:=processone/} - -MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://github.com/processone/p1_sip/ -COMMENT= ProcessOne SIP server component -LICENSE= gnu-gpl-v2 - -DEPENDS+= erlang-p1_stun-0.9.0{nb*,}:../../net/erlang-p1_stun -DEPENDS+= erlang-p1_tls>=1.0.0:../../security/erlang-p1_tls -DEPENDS+= erlang-p1_utils>=1.0.2:../../misc/erlang-p1_utils - -GITHUB_PROJECT= p1_sip - -SUBST_CLASSES+= path -SUBST_STAGE.path= pre-configure -SUBST_FILES.path= rebar.config -SUBST_MESSAGE.path= Fixing include path -SUBST_VARS.path= LOCALBASE - -GNU_CONFIGURE= yes -ERL_MOD_NAME= esip - -.include "../../lang/erlang/module.mk" -.include "../../mk/bsd.pkg.mk" diff --git a/net/erlang-p1_sip/PLIST b/net/erlang-p1_sip/PLIST deleted file mode 100644 index 98afbda4321d3..0000000000000 --- a/net/erlang-p1_sip/PLIST +++ /dev/null @@ -1,19 +0,0 @@ -@comment $NetBSD: PLIST,v 1.2 2016/01/16 18:46:30 fhajny Exp $ -lib/erlang/lib/esip-${PKGVERSION}/ebin/esip.app -lib/erlang/lib/esip-${PKGVERSION}/ebin/esip.beam -lib/erlang/lib/esip-${PKGVERSION}/ebin/esip_app.beam -lib/erlang/lib/esip-${PKGVERSION}/ebin/esip_client_transaction.beam -lib/erlang/lib/esip-${PKGVERSION}/ebin/esip_codec.beam -lib/erlang/lib/esip-${PKGVERSION}/ebin/esip_dialog.beam -lib/erlang/lib/esip-${PKGVERSION}/ebin/esip_listener.beam -lib/erlang/lib/esip-${PKGVERSION}/ebin/esip_server_transaction.beam -lib/erlang/lib/esip-${PKGVERSION}/ebin/esip_socket.beam -lib/erlang/lib/esip-${PKGVERSION}/ebin/esip_sup.beam -lib/erlang/lib/esip-${PKGVERSION}/ebin/esip_tmp_sup.beam -lib/erlang/lib/esip-${PKGVERSION}/ebin/esip_transaction.beam -lib/erlang/lib/esip-${PKGVERSION}/ebin/esip_transport.beam -lib/erlang/lib/esip-${PKGVERSION}/ebin/esip_udp_sup.beam -lib/erlang/lib/esip-${PKGVERSION}/ebin/examples/.gitignore -lib/erlang/lib/esip-${PKGVERSION}/include/esip.hrl -lib/erlang/lib/esip-${PKGVERSION}/include/esip_lib.hrl -lib/erlang/lib/esip-${PKGVERSION}/priv/esip_drv.so diff --git a/net/erlang-p1_sip/distinfo b/net/erlang-p1_sip/distinfo deleted file mode 100644 index 4dcd444395669..0000000000000 --- a/net/erlang-p1_sip/distinfo +++ /dev/null @@ -1,7 +0,0 @@ -$NetBSD: distinfo,v 1.2 2016/01/16 18:46:30 fhajny Exp $ - -SHA1 (p1_sip-1.0.0.tar.gz) = 9ffc0b8b554bd4e73f97f5f52fa1e5f423db715f -RMD160 (p1_sip-1.0.0.tar.gz) = 1f321c4ccb53f8e8b2b9287dd581ec1b232d61af -SHA512 (p1_sip-1.0.0.tar.gz) = e467e5a0eb8f349d092283ab45a880f4901684097d2ffd6caed4ed09ead26784152186656d6bca82faef3c444947951ae19b78db11e4d363bab2209a1cf3af76 -Size (p1_sip-1.0.0.tar.gz) = 234620 bytes -SHA1 (patch-rebar.config) = f4601575d2c3467ab1ed10109ef2b13af6049f14 diff --git a/net/erlang-p1_sip/patches/patch-rebar.config b/net/erlang-p1_sip/patches/patch-rebar.config deleted file mode 100644 index fbe5f1664dad3..0000000000000 --- a/net/erlang-p1_sip/patches/patch-rebar.config +++ /dev/null @@ -1,20 +0,0 @@ -$NetBSD: patch-rebar.config,v 1.2 2016/01/16 18:46:30 fhajny Exp $ - -Deps are handled by pkgsrc. -Look up p1_stun includes properly. - ---- rebar.config.orig 2016-01-05 14:09:44.000000000 +0000 -+++ rebar.config -@@ -1,11 +1,7 @@ - {erl_opts, [{i, "include"}, -- {i, "deps/p1_stun/include"}, -+ {i, "@LOCALBASE@/lib/erlang/lib/p1_stun/include"}, - {i, "../p1_stun/include"}]}. - --{deps, [{p1_stun, ".*", {git, "https://github.com/processone/stun", {tag, "0.9.0"}}}, -- {p1_tls, ".*", {git, "https://github.com/processone/tls", {tag, "1.0.0"}}}, -- {p1_utils, ".*", {git, "https://github.com/processone/p1_utils", {tag, "1.0.2"}}}]}. -- - %% Local Variables: - %% mode: erlang - %% End: diff --git a/net/erlang-p1_stun/DESCR b/net/erlang-p1_stun/DESCR deleted file mode 100644 index 17db5cbb74255..0000000000000 --- a/net/erlang-p1_stun/DESCR +++ /dev/null @@ -1 +0,0 @@ -Erlang STUN implementation for ejabberd. diff --git a/net/erlang-p1_stun/Makefile b/net/erlang-p1_stun/Makefile deleted file mode 100644 index 48be067a67fec..0000000000000 --- a/net/erlang-p1_stun/Makefile +++ /dev/null @@ -1,25 +0,0 @@ -# $NetBSD: Makefile,v 1.2 2016/01/16 18:42:25 fhajny Exp $ - -DISTNAME= p1_stun-0.9.0 -CATEGORIES= net -MASTER_SITES= ${MASTER_SITE_GITHUB:=processone/} - -MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://github.com/processone/stun/ -COMMENT= STUN for ejabberd -LICENSE= apache-2.0 - -DEPENDS+= erlang-p1_tls>=1.0.0:../../security/erlang-p1_tls -DEPENDS+= erlang-p1_utils>=1.0.2:../../misc/erlang-p1_utils - -GITHUB_PROJECT= stun -WRKSRC= ${WRKDIR}/${GITHUB_PROJECT}-${GITHUB_TAG} - -BUILD_TARGET= src - -# Leave a non-versioned symlink in place for net/erlang-p1_sip to find -post-install: - ${LN} -sf ${DISTNAME} ${DESTDIR}${PREFIX}/lib/erlang/lib/p1_stun - -.include "../../lang/erlang/module.mk" -.include "../../mk/bsd.pkg.mk" diff --git a/net/erlang-p1_stun/PLIST b/net/erlang-p1_stun/PLIST deleted file mode 100644 index dda9a6f68673e..0000000000000 --- a/net/erlang-p1_stun/PLIST +++ /dev/null @@ -1,15 +0,0 @@ -@comment $NetBSD: PLIST,v 1.2 2016/01/16 18:42:25 fhajny Exp $ -lib/erlang/lib/p1_stun -lib/erlang/lib/p1_stun-${PKGVERSION}/ebin/p1_stun.app -lib/erlang/lib/p1_stun-${PKGVERSION}/ebin/stun.beam -lib/erlang/lib/p1_stun-${PKGVERSION}/ebin/stun_app.beam -lib/erlang/lib/p1_stun-${PKGVERSION}/ebin/stun_codec.beam -lib/erlang/lib/p1_stun-${PKGVERSION}/ebin/stun_listener.beam -lib/erlang/lib/p1_stun-${PKGVERSION}/ebin/stun_shaper.beam -lib/erlang/lib/p1_stun-${PKGVERSION}/ebin/stun_sup.beam -lib/erlang/lib/p1_stun-${PKGVERSION}/ebin/stun_test.beam -lib/erlang/lib/p1_stun-${PKGVERSION}/ebin/stun_tmp_sup.beam -lib/erlang/lib/p1_stun-${PKGVERSION}/ebin/turn.beam -lib/erlang/lib/p1_stun-${PKGVERSION}/ebin/turn_sm.beam -lib/erlang/lib/p1_stun-${PKGVERSION}/ebin/turn_tmp_sup.beam -lib/erlang/lib/p1_stun-${PKGVERSION}/include/stun.hrl diff --git a/net/erlang-p1_stun/distinfo b/net/erlang-p1_stun/distinfo deleted file mode 100644 index f437f0b018f5a..0000000000000 --- a/net/erlang-p1_stun/distinfo +++ /dev/null @@ -1,7 +0,0 @@ -$NetBSD: distinfo,v 1.2 2016/01/16 18:42:25 fhajny Exp $ - -SHA1 (p1_stun-0.9.0.tar.gz) = c3590e2e511a4a6db32c109941a93b3445981e26 -RMD160 (p1_stun-0.9.0.tar.gz) = e2ea9ce767264118a2599efb872f240be3749694 -SHA512 (p1_stun-0.9.0.tar.gz) = 131e4904ce19d6a4ad2ea365651f64df34f156204534ad2207e6f255d65298ea057a90191cf476cb58a4c0d0c9c19bd1df42b05548c8ffd85a72099ee6131e37 -Size (p1_stun-0.9.0.tar.gz) = 28099 bytes -SHA1 (patch-rebar.config) = 930be190e8cfb62243fc897e885b7182e3075092 diff --git a/net/erlang-p1_stun/patches/patch-rebar.config b/net/erlang-p1_stun/patches/patch-rebar.config deleted file mode 100644 index 1065c6986de32..0000000000000 --- a/net/erlang-p1_stun/patches/patch-rebar.config +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-rebar.config,v 1.2 2016/01/16 18:42:25 fhajny Exp $ - -Deps are handled by pkgsrc. - ---- rebar.config.orig 2016-01-05 14:06:45.000000000 +0000 -+++ rebar.config -@@ -1,8 +1,5 @@ - {erl_opts, [debug_info, {i, "include"}]}. - --{deps, [{p1_tls, ".*", {git, "https://github.com/processone/tls", {tag, "1.0.0"}}}, -- {p1_utils, ".*", {git, "https://github.com/processone/p1_utils", {tag, "1.0.2"}}}]}. -- - %% Local Variables: - %% mode: erlang - %% End: diff --git a/net/erlang-stun/DESCR b/net/erlang-stun/DESCR new file mode 100644 index 0000000000000..105a8d29066a3 --- /dev/null +++ b/net/erlang-stun/DESCR @@ -0,0 +1 @@ +STUN and TURN library for Erlang / Elixir. diff --git a/net/erlang-stun/Makefile b/net/erlang-stun/Makefile new file mode 100644 index 0000000000000..fb15bb2cf0f18 --- /dev/null +++ b/net/erlang-stun/Makefile @@ -0,0 +1,24 @@ +# $NetBSD: Makefile,v 1.2 2016/04/29 18:20:33 fhajny Exp $ + +DISTNAME= stun-1.0.3 +CATEGORIES= net +MASTER_SITES= ${MASTER_SITE_GITHUB:=processone/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://github.com/processone/stun/ +COMMENT= STUN and TURN library for Erlang / Elixir +LICENSE= apache-2.0 + +DEPENDS+= erlang-fast_tls>=1.0.3:../../security/erlang-fast_tls +DEPENDS+= erlang-p1_utils>=1.0.3:../../misc/erlang-p1_utils + +GITHUB_PROJECT= stun + +BUILD_TARGET= src + +# Leave a non-versioned symlink in place for net/erlang-esip to find +post-install: + ${LN} -sf ${DISTNAME} ${DESTDIR}${PREFIX}/lib/erlang/lib/stun + +.include "../../lang/erlang/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/net/erlang-stun/PLIST b/net/erlang-stun/PLIST new file mode 100644 index 0000000000000..e629d97b48418 --- /dev/null +++ b/net/erlang-stun/PLIST @@ -0,0 +1,15 @@ +@comment $NetBSD: PLIST,v 1.1 2016/04/25 14:52:09 fhajny Exp $ +lib/erlang/lib/stun +lib/erlang/lib/stun-${PKGVERSION}/ebin/stun.app +lib/erlang/lib/stun-${PKGVERSION}/ebin/stun.beam +lib/erlang/lib/stun-${PKGVERSION}/ebin/stun_app.beam +lib/erlang/lib/stun-${PKGVERSION}/ebin/stun_codec.beam +lib/erlang/lib/stun-${PKGVERSION}/ebin/stun_listener.beam +lib/erlang/lib/stun-${PKGVERSION}/ebin/stun_shaper.beam +lib/erlang/lib/stun-${PKGVERSION}/ebin/stun_sup.beam +lib/erlang/lib/stun-${PKGVERSION}/ebin/stun_test.beam +lib/erlang/lib/stun-${PKGVERSION}/ebin/stun_tmp_sup.beam +lib/erlang/lib/stun-${PKGVERSION}/ebin/turn.beam +lib/erlang/lib/stun-${PKGVERSION}/ebin/turn_sm.beam +lib/erlang/lib/stun-${PKGVERSION}/ebin/turn_tmp_sup.beam +lib/erlang/lib/stun-${PKGVERSION}/include/stun.hrl diff --git a/net/erlang-stun/distinfo b/net/erlang-stun/distinfo new file mode 100644 index 0000000000000..61c77bb464ec8 --- /dev/null +++ b/net/erlang-stun/distinfo @@ -0,0 +1,7 @@ +$NetBSD: distinfo,v 1.2 2016/04/29 18:20:33 fhajny Exp $ + +SHA1 (stun-1.0.3.tar.gz) = d176c49dfe8ad368fd7eac003fdd58a38ad7cd1c +RMD160 (stun-1.0.3.tar.gz) = eb8a68f8921d13e01c62e0514903490e35556eb0 +SHA512 (stun-1.0.3.tar.gz) = c15918f4b1f81477a7834dc5ba837fcd512249bda569cf3ffd3066056e6f1abacfeab3d0dde575402291d841f257a3b33e27d6c76250ae353d77e3fdd87f9786 +Size (stun-1.0.3.tar.gz) = 28646 bytes +SHA1 (patch-rebar.config) = 3c7b7cb4cf31531633e997929a216b7ae34af2e5 diff --git a/net/erlang-stun/patches/patch-rebar.config b/net/erlang-stun/patches/patch-rebar.config new file mode 100644 index 0000000000000..e36f20d570dd6 --- /dev/null +++ b/net/erlang-stun/patches/patch-rebar.config @@ -0,0 +1,16 @@ +$NetBSD: patch-rebar.config,v 1.2 2016/04/29 18:20:33 fhajny Exp $ + +Deps are handled by pkgsrc. + +--- rebar.config.orig 2016-04-27 14:16:12.000000000 +0000 ++++ rebar.config +@@ -22,9 +22,6 @@ + + {erl_opts, [debug_info, {i, "include"}]}. + +-{deps, [{fast_tls, ".*", {git, "https://github.com/processone/fast_tls", {tag, "1.0.3"}}}, +- {p1_utils, ".*", {git, "https://github.com/processone/p1_utils", {tag, "1.0.3"}}}]}. +- + {cover_enabled, true}. + {cover_export_enabled, true}. + diff --git a/net/ettercap-NG/Makefile b/net/ettercap-NG/Makefile index f0198096ae67c..5158a78b545ac 100644 --- a/net/ettercap-NG/Makefile +++ b/net/ettercap-NG/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2016/03/05 11:29:04 jperkin Exp $ +# $NetBSD: Makefile,v 1.25 2016/04/03 12:44:54 joerg Exp $ DISTNAME= ettercap-NG-0.7.3 PKGREVISION= 13 @@ -16,12 +16,15 @@ CONFLICTS= ettercap-[0-9]* BUILDLINK_API_DEPENDS.libpcap+= libpcap>=0.8.1 +.include "../../mk/bsd.prefs.mk" + GNU_CONFIGURE= YES PTHREAD_OPTS+= require USE_LIBTOOL= YES USE_NCURSES= YES # ncurses.h menu.h panel.h form.h USE_OLD_DES_API= YES CPPFLAGS+= -L${BUILDLINK_PREFIX.libnet11}/lib/libnet11 +CPPFLAGS+= -L${PREFIX}/lib CONFIGURE_ARGS+= --with-libnet=${BUILDLINK_PREFIX.libnet11} CONFIGURE_ARGS+= --with-libpcap=${BUILDLINK_PREFIX.libpcap} diff --git a/net/ettercap/distinfo b/net/ettercap/distinfo index bef5a043ba49a..42733e5728183 100644 --- a/net/ettercap/distinfo +++ b/net/ettercap/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.16 2015/11/04 00:34:59 agc Exp $ +$NetBSD: distinfo,v 1.17 2016/03/29 21:59:15 khorben Exp $ SHA1 (ettercap-0.6.b.tar.gz) = 8cc1bbfe61e894620deef74cff0b8ca5a0b9e628 RMD160 (ettercap-0.6.b.tar.gz) = 05240616b98fdf1c4486837c6b8ff716188ab48b @@ -11,3 +11,4 @@ SHA1 (patch-ad) = c7f997876c5b76fff77f70280f5b5fe523778abf SHA1 (patch-ae) = 58ea3d1500fb5f1c4b38ec795b884cfb2dd0ab42 SHA1 (patch-af) = 27d9d6ca720758d68ef5e091140e8dfa5156e3ed SHA1 (patch-ag) = 2051a8c8e3ae0e246cbccd37cea355615a6ac677 +SHA1 (patch-src_ec__grell.c) = e70bafabfd95e7079d1d975a651fb5a6a2cdc5fc diff --git a/net/ettercap/patches/patch-src_ec__grell.c b/net/ettercap/patches/patch-src_ec__grell.c new file mode 100644 index 0000000000000..21005124193af --- /dev/null +++ b/net/ettercap/patches/patch-src_ec__grell.c @@ -0,0 +1,18 @@ +$NetBSD: patch-src_ec__grell.c,v 1.1 2016/03/29 21:59:15 khorben Exp $ + +--- src/ec_grell.c.orig 2003-07-10 08:59:09.000000000 +0000 ++++ src/ec_grell.c +@@ -447,11 +447,13 @@ static int server_init(char *buf, size_t + + if (SSL_connect(son_data->ssl_server)!=1) + { ++#ifndef OPENSSL_NO_SSL2 + son_data->ssl_ctx_server = SSL_CTX_new(SSLv2_client_method()); + son_data->ssl_server = SSL_new(son_data->ssl_ctx_server); + SSL_set_connect_state(son_data->ssl_server); + SSL_set_fd(son_data->ssl_server, son_data->server_fd); + if (SSL_connect(son_data->ssl_server)!=1) ++#endif + { + son_data->ssl_ctx_server = SSL_CTX_new(TLSv1_client_method()); + son_data->ssl_server = SSL_new(son_data->ssl_ctx_server); diff --git a/net/filezilla/Makefile b/net/filezilla/Makefile index ffbf026fa65bd..b3fe0c593cef9 100644 --- a/net/filezilla/Makefile +++ b/net/filezilla/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.65 2015/10/10 01:58:15 ryoon Exp $ +# $NetBSD: Makefile,v 1.67 2016/04/29 12:03:31 wiz Exp $ -VERSION= 3.12.0 +VERSION= 3.17.0 DISTNAME= FileZilla_${VERSION}_src PKGNAME= filezilla-${VERSION} -PKGREVISION= 2 CATEGORIES= net x11 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=filezilla/} EXTRACT_SUFX= .tar.bz2 @@ -22,17 +21,18 @@ CONFIGURE_ARGS+= --disable-autoupdatecheck # avoid xdg-utils dependency CONFIGURE_ENV+= ac_cv_path_xdgopen=firefox -# GCC 4.7 is required to support C++11. -GCC_REQD+= 4.7 +# GCC 4.9 is required to support C++14. +GCC_REQD+= 4.9 .include "options.mk" .include "../../databases/sqlite3/buildlink3.mk" .include "../../devel/libidn/buildlink3.mk" .include "../../graphics/hicolor-icon-theme/buildlink3.mk" +.include "../../net/libfilezilla/buildlink3.mk" .include "../../security/gnutls/buildlink3.mk" .include "../../sysutils/desktop-file-utils/desktopdb.mk" BUILDLINK_API_DEPENDS.tinyxml+= tinyxml>=2.6.2nb1 -.include "../../textproc/tinyxml/buildlink3.mk" +.include "../../textproc/pugixml/buildlink3.mk" .include "../../x11/wxGTK30/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/net/filezilla/PLIST b/net/filezilla/PLIST index 3b7c7c0a7a132..e5e72505b5248 100644 --- a/net/filezilla/PLIST +++ b/net/filezilla/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.14 2015/07/08 16:46:43 richard Exp $ +@comment $NetBSD: PLIST,v 1.15 2016/04/29 12:03:31 wiz Exp $ bin/filezilla bin/fzputtygen bin/fzsftp @@ -663,7 +663,7 @@ share/locale/ca_ES@valencia/LC_MESSAGES/filezilla.mo share/locale/co/LC_MESSAGES/filezilla.mo share/locale/cs_CZ/LC_MESSAGES/filezilla.mo share/locale/cy/LC_MESSAGES/filezilla.mo -share/locale/da_DK/LC_MESSAGES/filezilla.mo +share/locale/da/LC_MESSAGES/filezilla.mo share/locale/de/LC_MESSAGES/filezilla.mo share/locale/el/LC_MESSAGES/filezilla.mo share/locale/es/LC_MESSAGES/filezilla.mo diff --git a/net/filezilla/distinfo b/net/filezilla/distinfo index 050f751d760a3..bbc71ca75b950 100644 --- a/net/filezilla/distinfo +++ b/net/filezilla/distinfo @@ -1,9 +1,7 @@ -$NetBSD: distinfo,v 1.26 2015/11/04 00:35:00 agc Exp $ +$NetBSD: distinfo,v 1.27 2016/04/29 12:03:31 wiz Exp $ -SHA1 (FileZilla_3.12.0_src.tar.bz2) = a0d3be9c19e15a14473f3103063dbf7eb1b8ed77 -RMD160 (FileZilla_3.12.0_src.tar.bz2) = dd6f80326b1d2d77d9e25e5bb64647576d3ba9a6 -SHA512 (FileZilla_3.12.0_src.tar.bz2) = 2f137ded716901673249aea8f2603322dd5210289743db20a10d2e6dd3c1dce87357c9589cf2855cb280963f481ca4b1b715e6892abb7da20e9cc70d9a558167 -Size (FileZilla_3.12.0_src.tar.bz2) = 4438133 bytes -SHA1 (patch-src_engine_ControlSocket.cpp) = efb71dde8ad35c8a7424ac6f0383c79950f6e495 -SHA1 (patch-src_engine_socket.cpp) = 5abbd66d0cb93fc2cf3293bcd91e413934bffe74 +SHA1 (FileZilla_3.17.0_src.tar.bz2) = a0dad3c91a8e6b6edac7ee3599794cdcdf9a3cf8 +RMD160 (FileZilla_3.17.0_src.tar.bz2) = 7a9eaa0837d1defa8e1df3f861f57008d3ba43d0 +SHA512 (FileZilla_3.17.0_src.tar.bz2) = 05f0f1bc2a457cdbe19ecb3b56a12ea709214571fdb24d5d428ca0b21cecfd038826da608393f7383ba6f47c82ca0c3a9826f359295cb7229ffe1532c1b6e7bd +Size (FileZilla_3.17.0_src.tar.bz2) = 4399584 bytes SHA1 (patch-src_putty_unix_uxshare.c) = 0c3102c10b742c461fe032f081d1a642c6fd6a59 diff --git a/net/filezilla/patches/patch-src_engine_ControlSocket.cpp b/net/filezilla/patches/patch-src_engine_ControlSocket.cpp deleted file mode 100644 index 517802394db7b..0000000000000 --- a/net/filezilla/patches/patch-src_engine_ControlSocket.cpp +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-src_engine_ControlSocket.cpp,v 1.1 2015/07/08 16:46:43 richard Exp $ -upstream workaround for clash with 'struct mutex' on SunOS - ---- src/engine/ControlSocket.cpp.orig 2015-03-28 04:30:03.000000000 +0000 -+++ src/engine/ControlSocket.cpp -@@ -14,7 +14,9 @@ - #include - - #ifndef __WXMSW__ -+ #define mutex mutex_override // Sadly on some platforms system headers include conflicting names - #include -+ #undef mutex - #ifndef AI_IDN - #include - extern "C" { diff --git a/net/filezilla/patches/patch-src_engine_socket.cpp b/net/filezilla/patches/patch-src_engine_socket.cpp deleted file mode 100644 index c34e227b4e550..0000000000000 --- a/net/filezilla/patches/patch-src_engine_socket.cpp +++ /dev/null @@ -1,21 +0,0 @@ -$NetBSD: patch-src_engine_socket.cpp,v 1.1 2015/07/08 16:46:43 richard Exp $ -upstream workaround for clash with 'struct mutex' on SunOS - ---- src/engine/socket.cpp.orig 2015-03-20 04:30:04.000000000 +0000 -+++ src/engine/socket.cpp -@@ -19,6 +19,7 @@ - #include "mutex.h" - #include "socket.h" - #ifndef __WXMSW__ -+ #define mutex mutex_override // Sadly on some platforms system headers include conflicting names - #include - #include - #include -@@ -29,6 +30,7 @@ - #if !defined(MSG_NOSIGNAL) && !defined(SO_NOSIGPIPE) - #include - #endif -+ #undef mutex - #endif - - // Fixups needed on FreeBSD diff --git a/net/gated/distinfo b/net/gated/distinfo index 3e6a386ca4923..50f72ea2fa167 100644 --- a/net/gated/distinfo +++ b/net/gated/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.11 2013/12/08 03:55:43 dholland Exp $ +$NetBSD: distinfo,v 1.12 2016/03/25 21:06:50 joerg Exp $ SHA1 (gated-3-5-11.tar.gz) = a6abdc59beb881dee06c9433b690fa6eab99fe07 RMD160 (gated-3-5-11.tar.gz) = 16624c1e2229fb783dd3bbc5759945e5e368c1f3 Size (gated-3-5-11.tar.gz) = 1565263 bytes -SHA1 (patch-aa) = 551f3b1d13e88ea5b502e8cd342eeb94b3ea1886 +SHA1 (patch-aa) = 67933e863e715b92beda5a0cb05d38600b42311e SHA1 (patch-ab) = cd5c46845530d6c746e5255fb7685ce5da6c1de3 SHA1 (patch-ad) = 0338ffe0160d72daf45c1fb641cae7baee82e13e SHA1 (patch-ae) = c02081fa9281cbe5adfab53f24c3c662fcdf9beb diff --git a/net/gated/patches/patch-aa b/net/gated/patches/patch-aa index 60126cfafd037..95abf801703c1 100644 --- a/net/gated/patches/patch-aa +++ b/net/gated/patches/patch-aa @@ -1,4 +1,4 @@ -$NetBSD: patch-aa,v 1.5 2013/12/08 03:55:43 dholland Exp $ +$NetBSD: patch-aa,v 1.6 2016/03/25 21:06:50 joerg Exp $ --- src/configs/netbsd.orig 2004-07-10 22:21:01.000000000 +0200 +++ src/configs/netbsd @@ -9,7 +9,7 @@ $NetBSD: patch-aa,v 1.5 2013/12/08 03:55:43 dholland Exp $ -cwflags -W -Wreturn-type -Wcast-qual -Wpointer-arith -Wwrite-strings -Wswitch -Wshadow -cflags -O -g +#cwflags -W -Wreturn-type -Wcast-qual -Wpointer-arith -Wwrite-strings -Wswitch -Wshadow -+cflags -O -g -DUSE_MMAP ++cflags -O -g -DUSE_MMAP -D_KERNTYPES ldflags -lkvm diff --git a/net/gkrellm-multiping/distinfo b/net/gkrellm-multiping/distinfo index f20c95ce6ddd8..5e90b5bb0f069 100644 --- a/net/gkrellm-multiping/distinfo +++ b/net/gkrellm-multiping/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.6 2015/11/04 00:35:01 agc Exp $ +$NetBSD: distinfo,v 1.7 2016/05/07 10:07:39 joerg Exp $ SHA1 (gkrellm-multiping-2.0.8.tgz) = 88de3cda0e55ba33ed5c0d0c2d0aaa2c56ebf69d RMD160 (gkrellm-multiping-2.0.8.tgz) = 6d8d9d4b2379a48f15c1b654efd3149320a6b8a1 SHA512 (gkrellm-multiping-2.0.8.tgz) = a18b2033faedbce7a52afb1f6479338eafd56e1210d3b306cee60a4ac377d298508401d0ed83e1923eff9d38fb4a1dedc26528c357cb1cda24248248ad923979 Size (gkrellm-multiping-2.0.8.tgz) = 14377 bytes -SHA1 (patch-aa) = 76600d28a9b87dcad39487b001911a98e9d06674 +SHA1 (patch-aa) = af0247a420626ef04428b42544c53ef3259ca30f SHA1 (patch-ab) = 465567eb777db1d144d23e7fc457fb63db8ff23c SHA1 (patch-ac) = d8979ef7d975ec19c71a72bfc9e19e6c82a16a83 diff --git a/net/gkrellm-multiping/patches/patch-aa b/net/gkrellm-multiping/patches/patch-aa index dec02f75943be..188b5f7e8ca58 100644 --- a/net/gkrellm-multiping/patches/patch-aa +++ b/net/gkrellm-multiping/patches/patch-aa @@ -1,4 +1,4 @@ -$NetBSD: patch-aa,v 1.3 2008/06/20 01:09:30 joerg Exp $ +$NetBSD: patch-aa,v 1.4 2016/05/07 10:07:39 joerg Exp $ --- Makefile.orig 2004-01-16 07:48:09.000000000 +0000 +++ Makefile @@ -25,7 +25,7 @@ $NetBSD: patch-aa,v 1.3 2008/06/20 01:09:30 joerg Exp $ multiping.so: multiping.o - $(CC) -shared -Wl -ggdb `pkg-config gtk+-2.0 --libs`-o multiping.so multiping.o -+ $(CC) $(LDFLAGS) -shared -Wl `pkg-config gtk+-2.0 --libs` -o multiping.so multiping.o ++ $(CC) $(LDFLAGS) -shared `pkg-config gtk+-2.0 --libs` -o multiping.so multiping.o clean: rm -f *.o *.so core diff --git a/net/glib-networking/Makefile b/net/glib-networking/Makefile index 1e059843e9f20..54b8c6ff0cd62 100644 --- a/net/glib-networking/Makefile +++ b/net/glib-networking/Makefile @@ -1,16 +1,15 @@ -# $NetBSD: Makefile,v 1.24 2015/08/23 14:30:39 wiz Exp $ +# $NetBSD: Makefile,v 1.25 2016/04/21 21:24:56 prlw1 Exp $ # -DISTNAME= glib-networking-2.36.2 -PKGREVISION= 2 -CATEGORIES= net -MASTER_SITES= ${MASTER_SITE_GNOME:=sources/glib-networking/2.36/} +DISTNAME= glib-networking-2.48.0 +CATEGORIES= net gnome +MASTER_SITES= ${MASTER_SITE_GNOME:=sources/glib-networking/${PKGVERSION_NOREV:R}/} EXTRACT_SUFX= .tar.xz MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.gnome.org/ COMMENT= Network-related giomodules for glib -LICENSE= gnu-gpl-v2 +LICENSE= gnu-lgpl-v2 GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-ca-certificates=/etc/ssl/certs/ca-certificates.crt @@ -28,11 +27,11 @@ _WRAP_EXTRA_ARGS.CC+= -Wno-error=format-nonliteral CWRAPPERS_APPEND.cc+= -Wno-error=format-nonliteral .endif -BUILDLINK_API_DEPENDS.glib2+= glib2>=2.32.1 -.include "../../devel/glib2/buildlink3.mk" +BUILDLINK_API_DEPENDS.glib2+= glib2>=2.46.0 .include "../../devel/glib2/modules.mk" -BUILDLINK_API_DEPENDS.libproxy+= libproxy>=0.3.1 +BUILDLINK_API_DEPENDS.libproxy+= libproxy>=0.3.1 .include "../../www/libproxy/buildlink3.mk" +BUILDLINK_API_DEPENDS.gnutls+= gnutls>=3.0 .include "../../security/gnutls/buildlink3.mk" # XXX libcgrypt is not necessary if gnutls was built against nettle, # but the assumption is hardwired at multiple places diff --git a/net/glib-networking/PLIST b/net/glib-networking/PLIST index 7447ad2ccad0a..2c1636ecbc6ca 100644 --- a/net/glib-networking/PLIST +++ b/net/glib-networking/PLIST @@ -1,6 +1,7 @@ -@comment $NetBSD: PLIST,v 1.9 2013/04/27 11:48:05 drochner Exp $ +@comment $NetBSD: PLIST,v 1.10 2016/04/21 21:24:56 prlw1 Exp $ lib/gio/modules/libgiognutls.la lib/gio/modules/libgiolibproxy.la +lib/systemd/user/glib-pacrunner.service libexec/glib-pacrunner share/dbus-1/services/org.gtk.GLib.PACRunner.service share/locale/an/LC_MESSAGES/glib-networking.mo @@ -9,6 +10,7 @@ share/locale/as/LC_MESSAGES/glib-networking.mo share/locale/be/LC_MESSAGES/glib-networking.mo share/locale/bg/LC_MESSAGES/glib-networking.mo share/locale/bn_IN/LC_MESSAGES/glib-networking.mo +share/locale/bs/LC_MESSAGES/glib-networking.mo share/locale/ca/LC_MESSAGES/glib-networking.mo share/locale/ca@valencia/LC_MESSAGES/glib-networking.mo share/locale/cs/LC_MESSAGES/glib-networking.mo @@ -33,6 +35,7 @@ share/locale/hu/LC_MESSAGES/glib-networking.mo share/locale/id/LC_MESSAGES/glib-networking.mo share/locale/it/LC_MESSAGES/glib-networking.mo share/locale/ja/LC_MESSAGES/glib-networking.mo +share/locale/kk/LC_MESSAGES/glib-networking.mo share/locale/km/LC_MESSAGES/glib-networking.mo share/locale/kn/LC_MESSAGES/glib-networking.mo share/locale/ko/LC_MESSAGES/glib-networking.mo @@ -42,6 +45,7 @@ share/locale/ml/LC_MESSAGES/glib-networking.mo share/locale/mr/LC_MESSAGES/glib-networking.mo share/locale/nb/LC_MESSAGES/glib-networking.mo share/locale/nl/LC_MESSAGES/glib-networking.mo +share/locale/oc/LC_MESSAGES/glib-networking.mo share/locale/or/LC_MESSAGES/glib-networking.mo share/locale/pa/LC_MESSAGES/glib-networking.mo share/locale/pl/LC_MESSAGES/glib-networking.mo diff --git a/net/glib-networking/distinfo b/net/glib-networking/distinfo index a537e545048fc..0229188d47b21 100644 --- a/net/glib-networking/distinfo +++ b/net/glib-networking/distinfo @@ -1,7 +1,8 @@ -$NetBSD: distinfo,v 1.12 2015/11/04 00:35:02 agc Exp $ +$NetBSD: distinfo,v 1.13 2016/04/21 21:24:56 prlw1 Exp $ -SHA1 (glib-networking-2.36.2.tar.xz) = d4c2accd50ff4769f434cd552734fb2b0b2b3b81 -RMD160 (glib-networking-2.36.2.tar.xz) = 1feefe77ac31065185b61af393e224ad12e76aea -SHA512 (glib-networking-2.36.2.tar.xz) = 077c8d821ff3942b7ddad51b4045a6a9aa05b50da58f5446ee2e536dbdffa81018141feea9e793da7b031a2991c6e4ccc66e524d288ab9e85603daa895283536 -Size (glib-networking-2.36.2.tar.xz) = 352284 bytes -SHA1 (patch-aa) = c51ae010435556b19244415176050adcfc61395d +SHA1 (glib-networking-2.48.0.tar.xz) = ac90e15f599b25d7d61b642afaefa5f9f06be8f3 +RMD160 (glib-networking-2.48.0.tar.xz) = 0c608f4001b75401ab2479e665eaf12c3e483607 +SHA512 (glib-networking-2.48.0.tar.xz) = ce57e9b6ae704b1fefd2e147dc51e5ac596b1765303e92b4e93cb9e9c971725291ee21c0fd2e6863da2d2bee4e19d7f3f4b8f95229a6a7f053e3867dd750563d +Size (glib-networking-2.48.0.tar.xz) = 391468 bytes +SHA1 (patch-aa) = 4171ec918a45c40b370baa6c7f67ed452a0f93f2 +SHA1 (patch-configure) = 8df68f2b259045522e9c95ee0996852777c40da0 diff --git a/net/glib-networking/patches/patch-aa b/net/glib-networking/patches/patch-aa index d097d1bf0d319..c1e4d14a26258 100644 --- a/net/glib-networking/patches/patch-aa +++ b/net/glib-networking/patches/patch-aa @@ -1,13 +1,13 @@ -$NetBSD: patch-aa,v 1.3 2012/11/15 14:49:16 drochner Exp $ +$NetBSD: patch-aa,v 1.4 2016/04/21 21:24:56 prlw1 Exp $ ---- Makefile.in.orig 2012-11-12 21:25:30.000000000 +0000 +--- Makefile.in.orig 2016-03-21 21:51:19.000000000 +0000 +++ Makefile.in -@@ -335,7 +335,7 @@ GTESTER_REPORT = gtester-report # for t - EXTRA_DIST = - TEST_PROGS = +@@ -692,7 +692,7 @@ all_test_ltlibs = $(test_ltlibraries) $( + + @ENABLE_INSTALLED_TESTS_TRUE@installed_test_meta_DATA = $(installed_testcases:=.test) ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} --SUBDIRS = po $(am__append_1) $(am__append_2) proxy/tests \ -+SUBDIRS = po $(am__append_1) $(am__append_2) \ - $(am__append_3) $(am__append_4) - all: config.h +-SUBDIRS = po $(am__append_14) $(am__append_15) proxy/tests \ ++SUBDIRS = po $(am__append_14) $(am__append_15) \ + $(am__append_16) $(am__append_17) + all: $(BUILT_SOURCES) config.h $(MAKE) $(AM_MAKEFLAGS) all-recursive diff --git a/net/glib-networking/patches/patch-configure b/net/glib-networking/patches/patch-configure new file mode 100644 index 0000000000000..93824f25bd601 --- /dev/null +++ b/net/glib-networking/patches/patch-configure @@ -0,0 +1,16 @@ +$NetBSD: patch-configure,v 1.1 2016/04/21 21:24:56 prlw1 Exp $ + +configure: test(1) uses = to test for string equality +https://bugzilla.gnome.org/show_bug.cgi?id=765396 + +--- configure.orig 2016-03-21 21:51:20.000000000 +0000 ++++ configure +@@ -14712,7 +14712,7 @@ else + ENABLE_ALWAYS_BUILD_TESTS_FALSE= + fi + +- if test "$ENABLE_INSTALLED_TESTS" == "1"; then ++ if test "$ENABLE_INSTALLED_TESTS" = "1"; then + installed_test_metadir=${datadir}/installed-tests/glib-networking + + installed_testdir=${libexecdir}/installed-tests/glib-networking diff --git a/net/gnome-netstatus/Makefile b/net/gnome-netstatus/Makefile index 36bd6c4b433ac..b598534e47b1d 100644 --- a/net/gnome-netstatus/Makefile +++ b/net/gnome-netstatus/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.84 2016/03/05 11:29:05 jperkin Exp $ +# $NetBSD: Makefile,v 1.86 2016/05/03 11:40:06 prlw1 Exp $ # DISTNAME= gnome-netstatus-2.26.0 -PKGREVISION= 44 +PKGREVISION= 46 CATEGORIES= net gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-netstatus/2.26/} EXTRACT_SUFX= .tar.bz2 diff --git a/net/gnome-netstatus/distinfo b/net/gnome-netstatus/distinfo index 923d9e23cb9bc..94b9306e5c47b 100644 --- a/net/gnome-netstatus/distinfo +++ b/net/gnome-netstatus/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.13 2015/11/04 00:35:02 agc Exp $ +$NetBSD: distinfo,v 1.14 2016/04/18 11:41:50 jperkin Exp $ SHA1 (gnome-netstatus-2.26.0.tar.bz2) = 53ca180d45a42b011ae6765461ae55c6a69d66af RMD160 (gnome-netstatus-2.26.0.tar.bz2) = 5cf01deb990c503d9691e514cc7bd3ca5d4b00f9 SHA512 (gnome-netstatus-2.26.0.tar.bz2) = 359fd6145e12dd3b2689ce127690854b8e41f5ce18f9fd076cf3f49f993b3219a3894bf58d1be89387fbfb452131f8c03929654fb80a5d1d54c875e2d0b48623 Size (gnome-netstatus-2.26.0.tar.bz2) = 552061 bytes -SHA1 (patch-aa) = cab8588a081191ee59c9f16f6481aa330331e38d +SHA1 (patch-aa) = b9ce88e76e52aea18e13718b979de185d2d01e6d diff --git a/net/gnome-netstatus/patches/patch-aa b/net/gnome-netstatus/patches/patch-aa index c5e7bf19d8240..b8da886b22fa4 100644 --- a/net/gnome-netstatus/patches/patch-aa +++ b/net/gnome-netstatus/patches/patch-aa @@ -1,7 +1,18 @@ -$NetBSD: patch-aa,v 1.4 2015/12/29 04:04:29 dholland Exp $ +$NetBSD: patch-aa,v 1.5 2016/04/18 11:41:50 jperkin Exp $ ---- src/netstatus-iface.c.orig 2007-02-13 10:39:19.000000000 +0100 +Don't use SIOCGIFHWADDR on SunOS. + +--- src/netstatus-iface.c.orig 2009-03-08 05:25:52.000000000 +0000 +++ src/netstatus-iface.c +@@ -1024,7 +1024,7 @@ netstatus_iface_get_hw_details (Netstatu + char **hw_addr) + + { +-#ifdef SIOCGIFHWADDR ++#if defined(SIOCGIFHWADDR) && !defined(__sun) + static struct HwType *hw_type = NULL; + struct ifreq if_req; + int fd; @@ -1121,12 +1121,6 @@ netstatus_iface_get_device_details (Nets return TRUE; } diff --git a/net/gnome-nettool/distinfo b/net/gnome-nettool/distinfo index c48963c064a6f..277e590c7debb 100644 --- a/net/gnome-nettool/distinfo +++ b/net/gnome-nettool/distinfo @@ -1,6 +1,9 @@ -$NetBSD: distinfo,v 1.7 2015/11/04 00:35:02 agc Exp $ +$NetBSD: distinfo,v 1.8 2016/04/18 12:14:29 jperkin Exp $ SHA1 (gnome-nettool-2.26.2.tar.bz2) = dcb026f358a5797793391e5a90ae74c8401a8fec RMD160 (gnome-nettool-2.26.2.tar.bz2) = 20b2145d8d616fbbac0c6081a0d508439a9b31f7 SHA512 (gnome-nettool-2.26.2.tar.bz2) = ec3165a4c4365feaff84d937474528135dc10fce5272214c3aa6508bfc53df04fb79ac30308983ff65533f52057167baaf02042c5595c39245bac5c73f57c9d1 Size (gnome-nettool-2.26.2.tar.bz2) = 631631 bytes +SHA1 (patch-src_netstat.c) = c71285c56b565e40ed28681d62e24470eede49f0 +SHA1 (patch-src_netstat.h) = e087a0ad253031889b6e29f9ab692bf532414657 +SHA1 (patch-src_utils.h) = 29ec268988ada403627fe4f1f3c89572b0c3f22e diff --git a/net/gnome-nettool/patches/patch-src_netstat.c b/net/gnome-nettool/patches/patch-src_netstat.c new file mode 100644 index 0000000000000..d3d673f76241f --- /dev/null +++ b/net/gnome-nettool/patches/patch-src_netstat.c @@ -0,0 +1,52 @@ +$NetBSD: patch-src_netstat.c,v 1.1 2016/04/18 12:14:29 jperkin Exp $ + +Fix SunOS build, from OpenIndiana. + +--- src/netstat.c.orig 2009-05-20 00:56:41.000000000 +0000 ++++ src/netstat.c +@@ -112,9 +112,15 @@ netstat_get_active_option (Netinfo * net + if (gtk_toggle_button_get_active (GTK_TOGGLE_BUTTON (netinfo->routing))) { + /* Works for Solaris and Linux */ + if (netinfo_is_ipv6_enable ()) { ++#ifdef __sun ++ option = g_strdup ("-rn -f inet -f inet6"); ++ } else { ++ option = g_strdup ("-rn -f inet"); ++#else + option = g_strdup ("-rn -A inet -A inet6"); + } else { + option = g_strdup ("-rn -A inet"); ++#endif + } + + if (netinfo->stbar_text) +@@ -125,7 +131,7 @@ netstat_get_active_option (Netinfo * net + /* Only works for Solaris */ + #if defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__NetBSD__) || defined(__DragonFly__) + option = g_strdup ("-a -f inet -ln"); +-#else ++#elif defined(__linux) + if (netinfo_is_ipv6_enable ()) { + option = g_strdup ("-A inet -A inet6 -ln"); + } else { +@@ -541,7 +547,11 @@ netstat_route_tree_insert (GtkTreeView * + gtk_list_store_set (GTK_LIST_STORE (model), &iter, + 0, data.destination, + 1, data.gateway, ++#ifdef __sun ++ 2, NULL, ++#else + 2, data.netmask, ++#endif + 3, data.iface, -1); + + gtk_tree_view_set_model (widget, model); +@@ -562,7 +572,7 @@ strip_route_line (gchar * line, netstat_ + gchar **items; + #endif + +-#if defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__NetBSD__) || defined(__DragonFly__) ++#if defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__NetBSD__) || defined(__DragonFly__) || defined(__sun) + count = sscanf (line, NETSTAT_ROUTE_FORMAT, + data->destination, + data->gateway, flags, diff --git a/net/gnome-nettool/patches/patch-src_netstat.h b/net/gnome-nettool/patches/patch-src_netstat.h new file mode 100644 index 0000000000000..e8e2ae7a9962f --- /dev/null +++ b/net/gnome-nettool/patches/patch-src_netstat.h @@ -0,0 +1,19 @@ +$NetBSD: patch-src_netstat.h,v 1.1 2016/04/18 12:14:29 jperkin Exp $ + +Fix SunOS build, from OpenIndiana. + +--- src/netstat.h.orig 2009-05-20 00:56:41.000000000 +0000 ++++ src/netstat.h +@@ -36,6 +36,12 @@ + # define NETSTAT_ROUTE_FORMAT "%s %s %s %d %d %s" + # define NETSTAT_MULTICAST_FORMAT "%s %d %s" + ++#elif defined(__sun) ++# define NETSTAT_PROTOCOL_FORMAT "%s %d %d %s %s %s" ++# define NETSTAT_ROUTE_FORMAT "%s %s %s %d %d %s" ++# define NETSTAT_ROUTE6_FORMAT "%s %s %s %d %d %d %s" ++# define NETSTAT_MULTICAST_FORMAT "%s %s %d" ++ + #endif + + typedef enum { diff --git a/net/gnome-nettool/patches/patch-src_utils.h b/net/gnome-nettool/patches/patch-src_utils.h new file mode 100644 index 0000000000000..77007000b8d0a --- /dev/null +++ b/net/gnome-nettool/patches/patch-src_utils.h @@ -0,0 +1,18 @@ +$NetBSD: patch-src_utils.h,v 1.1 2016/04/18 12:14:29 jperkin Exp $ + +Fix SunOS build, from OpenIndiana. + +--- src/utils.h.orig 2009-04-18 14:59:27.000000000 +0000 ++++ src/utils.h +@@ -29,6 +29,11 @@ + # include + #endif + ++#ifdef __sun ++#define gethostbyname2(name, domain) getipnodebyname((name), (domain), 0, &g_n_err_macro) ++int g_n_err_macro; ++#endif ++ + #if (GLIB_MINOR_VERSION < 2) + + # define _g_vsprintf vsprintf diff --git a/net/gnome-online-accounts/Makefile b/net/gnome-online-accounts/Makefile index 0b802f470bd77..6c3f5596a9b42 100644 --- a/net/gnome-online-accounts/Makefile +++ b/net/gnome-online-accounts/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2016/01/06 10:46:54 adam Exp $ +# $NetBSD: Makefile,v 1.6 2016/05/03 11:40:06 prlw1 Exp $ DISTNAME= gnome-online-accounts-3.16.3 -PKGREVISION= 2 +PKGREVISION= 4 CATEGORIES= net devel MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-online-accounts/3.16/} EXTRACT_SUFX= .tar.xz diff --git a/net/grilo-plugins/Makefile b/net/grilo-plugins/Makefile index 2cd201bef851e..05d8cf908cef6 100644 --- a/net/grilo-plugins/Makefile +++ b/net/grilo-plugins/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.16 2015/10/10 01:58:15 ryoon Exp $ +# $NetBSD: Makefile,v 1.18 2016/05/03 11:40:06 prlw1 Exp $ # DISTNAME= grilo-plugins-0.2.9 -PKGREVISION= 4 +PKGREVISION= 6 CATEGORIES= net MASTER_SITES= ftp://ftp.gnome.org/pub/gnome/sources/grilo-plugins/0.2/ EXTRACT_SUFX= .tar.xz diff --git a/net/grilo-testui/Makefile b/net/grilo-testui/Makefile index ed34fa5295aa1..b7bb094576f36 100644 --- a/net/grilo-testui/Makefile +++ b/net/grilo-testui/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.22 2015/10/10 01:58:15 ryoon Exp $ +# $NetBSD: Makefile,v 1.24 2016/05/03 11:40:06 prlw1 Exp $ # DISTNAME= grilo-0.2.7 PKGNAME= grilo-testui-0.2.7 -PKGREVISION= 6 +PKGREVISION= 8 CATEGORIES= net MASTER_SITES= ftp://ftp.gnome.org/pub/gnome/sources/grilo/0.2/ EXTRACT_SUFX= .tar.xz diff --git a/net/grilo/Makefile b/net/grilo/Makefile index 916567b92aea4..1367ec7c86e4d 100644 --- a/net/grilo/Makefile +++ b/net/grilo/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.17 2015/10/10 01:57:53 ryoon Exp $ +# $NetBSD: Makefile,v 1.19 2016/05/03 11:40:06 prlw1 Exp $ # DISTNAME= grilo-0.2.7 -PKGREVISION= 4 +PKGREVISION= 6 CATEGORIES= net MASTER_SITES= ftp://ftp.gnome.org/pub/gnome/sources/grilo/0.2/ EXTRACT_SUFX= .tar.xz diff --git a/net/grilo/buildlink3.mk b/net/grilo/buildlink3.mk index eb05a336da66c..41b2d60ca39be 100644 --- a/net/grilo/buildlink3.mk +++ b/net/grilo/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.10 2015/06/07 14:14:04 youri Exp $ +# $NetBSD: buildlink3.mk,v 1.12 2016/05/03 11:40:06 prlw1 Exp $ BUILDLINK_TREE+= grilo @@ -6,7 +6,7 @@ BUILDLINK_TREE+= grilo GRILO_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.grilo+= grilo>=0.2.2 -BUILDLINK_ABI_DEPENDS.grilo?= grilo>=0.2.7nb3 +BUILDLINK_ABI_DEPENDS.grilo?= grilo>=0.2.7nb6 BUILDLINK_PKGSRCDIR.grilo?= ../../net/grilo .include "../../devel/glib2/buildlink3.mk" diff --git a/net/gssdp/Makefile b/net/gssdp/Makefile index cb335a84e0c77..fd223974ad8f0 100644 --- a/net/gssdp/Makefile +++ b/net/gssdp/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.52 2016/02/04 12:13:31 wiz Exp $ +# $NetBSD: Makefile,v 1.57 2016/05/03 11:40:06 prlw1 Exp $ DISTNAME= gssdp-0.14.11 -PKGREVISION= 4 +PKGREVISION= 7 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gssdp/0.14/} EXTRACT_SUFX= .tar.xz diff --git a/net/gssdp/buildlink3.mk b/net/gssdp/buildlink3.mk index 6750db08058c2..e53779f92380a 100644 --- a/net/gssdp/buildlink3.mk +++ b/net/gssdp/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.21 2015/06/07 14:14:04 youri Exp $ +# $NetBSD: buildlink3.mk,v 1.23 2016/05/03 11:40:06 prlw1 Exp $ BUILDLINK_TREE+= gssdp @@ -6,7 +6,7 @@ BUILDLINK_TREE+= gssdp GSSDP_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.gssdp+= gssdp>=0.12.2.1 -BUILDLINK_ABI_DEPENDS.gssdp+= gssdp>=0.14.11nb2 +BUILDLINK_ABI_DEPENDS.gssdp+= gssdp>=0.14.11nb7 BUILDLINK_PKGSRCDIR.gssdp?= ../../net/gssdp .include "../../devel/glib2/buildlink3.mk" diff --git a/net/gst-plugins0.10-soup/Makefile b/net/gst-plugins0.10-soup/Makefile index bd00ea6d8a8ec..92991ff3c806a 100644 --- a/net/gst-plugins0.10-soup/Makefile +++ b/net/gst-plugins0.10-soup/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.23 2015/10/10 01:58:16 ryoon Exp $ +# $NetBSD: Makefile,v 1.25 2016/05/03 11:40:06 prlw1 Exp $ # GST_PLUGINS0.10_NAME= soup GST_PLUGINS0.10_DIRS= ext/soup -PKGREVISION= 12 +PKGREVISION= 14 .include "../../multimedia/gst-plugins0.10-good/Makefile.common" diff --git a/net/gst-plugins1-libnice/Makefile b/net/gst-plugins1-libnice/Makefile index c61681f9d5ba2..58f683f4d2573 100644 --- a/net/gst-plugins1-libnice/Makefile +++ b/net/gst-plugins1-libnice/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.18 2015/10/10 01:58:16 ryoon Exp $ +# $NetBSD: Makefile,v 1.20 2016/05/03 11:40:06 prlw1 Exp $ PKGNAME= gst-plugins1-${DISTNAME} -PKGREVISION= 1 +PKGREVISION= 3 COMMENT+= (gstreamer plugin) CONFIGURE_ARGS+= --with-gstreamer diff --git a/net/gst-plugins1-rtmp/Makefile b/net/gst-plugins1-rtmp/Makefile index dab5c89689545..c5c962b57c761 100644 --- a/net/gst-plugins1-rtmp/Makefile +++ b/net/gst-plugins1-rtmp/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.6 2016/03/05 11:29:05 jperkin Exp $ +# $NetBSD: Makefile,v 1.7 2016/04/15 14:20:00 wiz Exp $ GST_PLUGINS1_NAME= rtmp GST_PLUGINS1_DIRS= ext/rtmp -PKGREVISION= 1 .include "../../multimedia/gst-plugins1-bad/Makefile.common" .include "../../net/rtmpdump/buildlink3.mk" diff --git a/net/gst-plugins1-soup/Makefile b/net/gst-plugins1-soup/Makefile index 5886a6af0a131..4518bc66b23f7 100644 --- a/net/gst-plugins1-soup/Makefile +++ b/net/gst-plugins1-soup/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.10 2015/11/18 12:04:16 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2016/05/03 11:40:06 prlw1 Exp $ GST_PLUGINS1_NAME= soup GST_PLUGINS1_DIRS= ext/soup +PKGREVISION= 1 .include "../../multimedia/gst-plugins1-good/Makefile.common" .include "../../net/libsoup/buildlink3.mk" diff --git a/net/gupnp-av/Makefile b/net/gupnp-av/Makefile index f88a09084d086..bcbcf3ba6bb59 100644 --- a/net/gupnp-av/Makefile +++ b/net/gupnp-av/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.29 2015/10/10 01:57:54 ryoon Exp $ +# $NetBSD: Makefile,v 1.31 2016/05/03 11:40:06 prlw1 Exp $ DISTNAME= gupnp-av-0.12.7 -PKGREVISION= 3 +PKGREVISION= 5 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gupnp-av/0.12/} EXTRACT_SUFX= .tar.xz diff --git a/net/gupnp-av/buildlink3.mk b/net/gupnp-av/buildlink3.mk index 3e471ce7fba56..9bb10a8b14384 100644 --- a/net/gupnp-av/buildlink3.mk +++ b/net/gupnp-av/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.22 2015/04/06 08:17:16 adam Exp $ +# $NetBSD: buildlink3.mk,v 1.24 2016/05/03 11:40:06 prlw1 Exp $ BUILDLINK_TREE+= gupnp-av @@ -6,7 +6,7 @@ BUILDLINK_TREE+= gupnp-av GUPNP_AV_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.gupnp-av+= gupnp-av>=0.12.2 -BUILDLINK_ABI_DEPENDS.gupnp-av+= gupnp-av>=0.12.7nb1 +BUILDLINK_ABI_DEPENDS.gupnp-av+= gupnp-av>=0.12.7nb5 BUILDLINK_PKGSRCDIR.gupnp-av?= ../../net/gupnp-av .include "../../net/gupnp/buildlink3.mk" diff --git a/net/gupnp-dlna/Makefile b/net/gupnp-dlna/Makefile index 1899e3a006522..8f21bf7fa2def 100644 --- a/net/gupnp-dlna/Makefile +++ b/net/gupnp-dlna/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.15 2015/10/10 01:57:54 ryoon Exp $ +# $NetBSD: Makefile,v 1.17 2016/05/03 11:40:06 prlw1 Exp $ DISTNAME= gupnp-dlna-0.10.3 -PKGREVISION= 1 +PKGREVISION= 3 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gupnp-dlna/0.10/} EXTRACT_SUFX= .tar.xz diff --git a/net/gupnp-dlna/buildlink3.mk b/net/gupnp-dlna/buildlink3.mk index 81ed557646103..e56b1a77935e9 100644 --- a/net/gupnp-dlna/buildlink3.mk +++ b/net/gupnp-dlna/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.11 2015/04/06 08:17:16 adam Exp $ +# $NetBSD: buildlink3.mk,v 1.13 2016/05/03 11:40:06 prlw1 Exp $ BUILDLINK_TREE+= gupnp-dlna @@ -6,7 +6,7 @@ BUILDLINK_TREE+= gupnp-dlna GUPNP_DLNA_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.gupnp-dlna+= gupnp-dlna>=0.10.2 -BUILDLINK_ABI_DEPENDS.gupnp-dlna?= gupnp-dlna>=0.10.2nb6 +BUILDLINK_ABI_DEPENDS.gupnp-dlna?= gupnp-dlna>=0.10.3nb3 BUILDLINK_PKGSRCDIR.gupnp-dlna?= ../../net/gupnp-dlna .include "../../net/gupnp/buildlink3.mk" diff --git a/net/gupnp-igd/Makefile b/net/gupnp-igd/Makefile index 97794811c2251..b1e7b66253588 100644 --- a/net/gupnp-igd/Makefile +++ b/net/gupnp-igd/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.33 2015/10/10 01:57:54 ryoon Exp $ +# $NetBSD: Makefile,v 1.35 2016/05/03 11:40:07 prlw1 Exp $ DISTNAME= gupnp-igd-0.2.3 -PKGREVISION= 5 +PKGREVISION= 7 CATEGORIES= net devel MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gupnp-igd/0.2/} EXTRACT_SUFX= .tar.xz diff --git a/net/gupnp-igd/buildlink3.mk b/net/gupnp-igd/buildlink3.mk index 5080666642042..655cbdacfcdea 100644 --- a/net/gupnp-igd/buildlink3.mk +++ b/net/gupnp-igd/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.22 2015/04/06 08:17:16 adam Exp $ +# $NetBSD: buildlink3.mk,v 1.24 2016/05/03 11:40:07 prlw1 Exp $ BUILDLINK_TREE+= gupnp-igd @@ -6,7 +6,7 @@ BUILDLINK_TREE+= gupnp-igd GUPNP_IGD_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.gupnp-igd+= gupnp-igd>=0.2.1 -BUILDLINK_ABI_DEPENDS.gupnp-igd+= gupnp-igd>=0.2.3nb3 +BUILDLINK_ABI_DEPENDS.gupnp-igd+= gupnp-igd>=0.2.3nb7 BUILDLINK_PKGSRCDIR.gupnp-igd?= ../../net/gupnp-igd .include "../../net/gupnp/buildlink3.mk" diff --git a/net/gupnp-tools/Makefile b/net/gupnp-tools/Makefile index a21ab544ad00c..5942ed02fe93f 100644 --- a/net/gupnp-tools/Makefile +++ b/net/gupnp-tools/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.48 2015/10/10 01:58:16 ryoon Exp $ +# $NetBSD: Makefile,v 1.50 2016/05/03 11:40:07 prlw1 Exp $ DISTNAME= gupnp-tools-0.8.9 -PKGREVISION= 8 +PKGREVISION= 10 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gupnp-tools/0.8/} EXTRACT_SUFX= .tar.xz diff --git a/net/gupnp/Makefile b/net/gupnp/Makefile index cb2736927852c..f5935e4fcc718 100644 --- a/net/gupnp/Makefile +++ b/net/gupnp/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.44 2015/10/10 01:57:54 ryoon Exp $ +# $NetBSD: Makefile,v 1.46 2016/05/03 11:40:06 prlw1 Exp $ DISTNAME= gupnp-0.20.13 -PKGREVISION= 4 +PKGREVISION= 6 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gupnp/0.20/} EXTRACT_SUFX= .tar.xz diff --git a/net/gupnp/buildlink3.mk b/net/gupnp/buildlink3.mk index 55d6803b0eeb2..a96e1bff6a214 100644 --- a/net/gupnp/buildlink3.mk +++ b/net/gupnp/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.28 2015/06/07 14:14:04 youri Exp $ +# $NetBSD: buildlink3.mk,v 1.30 2016/05/03 11:40:06 prlw1 Exp $ BUILDLINK_TREE+= gupnp @@ -6,7 +6,7 @@ BUILDLINK_TREE+= gupnp GUPNP_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.gupnp+= gupnp>=0.20.3 -BUILDLINK_ABI_DEPENDS.gupnp+= gupnp>=0.20.13nb2 +BUILDLINK_ABI_DEPENDS.gupnp+= gupnp>=0.20.13nb6 BUILDLINK_PKGSRCDIR.gupnp?= ../../net/gupnp .include "../../mk/bsd.fast.prefs.mk" diff --git a/net/haproxy/Makefile b/net/haproxy/Makefile index 94b22d372e569..af84603455cc3 100644 --- a/net/haproxy/Makefile +++ b/net/haproxy/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.25 2016/03/05 11:29:05 jperkin Exp $ +# $NetBSD: Makefile,v 1.26 2016/03/14 09:23:31 fhajny Exp $ -DISTNAME= haproxy-1.6.3 -PKGREVISION= 2 +DISTNAME= haproxy-1.6.4 CATEGORIES= net www MASTER_SITES= http://www.haproxy.org/download/1.6/src/ @@ -55,6 +54,7 @@ LIBS.SunOS+= -lxnet post-install: ${INSTALL_DATA} ${WRKSRC}/doc/architecture.txt ${DESTDIR}${DOCDIR}/ ${INSTALL_DATA} ${WRKSRC}/doc/configuration.txt ${DESTDIR}${DOCDIR}/ + ${INSTALL_DATA} ${WRKSRC}/examples/*.cfg ${DESTDIR}${EGDIR}/ .include "../../devel/zlib/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/net/haproxy/PLIST b/net/haproxy/PLIST index 003c96bf1dd40..7a1ddd079ad48 100644 --- a/net/haproxy/PLIST +++ b/net/haproxy/PLIST @@ -1,5 +1,11 @@ -@comment $NetBSD: PLIST,v 1.6 2015/11/12 16:32:29 morr Exp $ +@comment $NetBSD: PLIST,v 1.7 2016/03/14 09:23:31 fhajny Exp $ man/man1/haproxy.1 sbin/haproxy share/doc/haproxy/architecture.txt share/doc/haproxy/configuration.txt +share/examples/haproxy/acl-content-sw.cfg +share/examples/haproxy/auth.cfg +share/examples/haproxy/content-sw-sample.cfg +share/examples/haproxy/option-http_proxy.cfg +share/examples/haproxy/ssl.cfg +share/examples/haproxy/transparent_proxy.cfg diff --git a/net/haproxy/distinfo b/net/haproxy/distinfo index 74b106c94a31f..53cc0e5ee7038 100644 --- a/net/haproxy/distinfo +++ b/net/haproxy/distinfo @@ -1,12 +1,8 @@ -$NetBSD: distinfo,v 1.20 2016/02/01 10:07:56 jperkin Exp $ +$NetBSD: distinfo,v 1.21 2016/03/14 09:23:31 fhajny Exp $ -SHA1 (deviceatlas-enterprise-c-2.1.zip) = fbd4a4198307616d51518e50d09666aeac2eea29 -RMD160 (deviceatlas-enterprise-c-2.1.zip) = fc4b78bc18c80cc19e36fa5b8776cbf8b959abd7 -SHA512 (deviceatlas-enterprise-c-2.1.zip) = 99a8e89f3d1c084a93b184685108ea65d1fd925e0c8b52599a42dbe70af3126103da0a9fd284b14ddf59b996204334d360a12651025413bc4d7f76054779275b -Size (deviceatlas-enterprise-c-2.1.zip) = 504286 bytes -SHA1 (haproxy-1.6.3.tar.gz) = f7da36b53188fa15551978dfbda80a9e1816fa01 -RMD160 (haproxy-1.6.3.tar.gz) = 936f280639b24aa29c71f60660c093a3d0da6b2a -SHA512 (haproxy-1.6.3.tar.gz) = 79ed526cd857dcd68d9b8289df4d4a2d87594e8d0d119f4d7c618597db7563a0cedc8417ddcfefb464a322d1fb50cb044656a2fbe78867f58052e0ddaa894bb9 -Size (haproxy-1.6.3.tar.gz) = 1555861 bytes +SHA1 (haproxy-1.6.4.tar.gz) = df3d7f216fe4974d9eac55d76c7f729560c6e975 +RMD160 (haproxy-1.6.4.tar.gz) = 955c11358efe1cc2a47d705d5c8f0ca3d3056f3e +SHA512 (haproxy-1.6.4.tar.gz) = 9f0fc316100e312a0c35c0706895b0e57634ad6ef353c33e958bbebce445855a057a0d7dabd67f3c15126843f40ab13d436ab9544b9793de4623b59d1bc91c52 +Size (haproxy-1.6.4.tar.gz) = 1559276 bytes SHA1 (patch-Makefile) = 5618e5a15c710267b06756d529486acfdb831e5f SHA1 (patch-include_common_standard.h) = cc4b46e4923447a2d5d95cff2f241981ed77ad1d diff --git a/net/httptunnel/Makefile b/net/httptunnel/Makefile index 1dab9bc5fdfbe..943925ea36e70 100644 --- a/net/httptunnel/Makefile +++ b/net/httptunnel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2015/03/08 12:37:43 mef Exp $ +# $NetBSD: Makefile,v 1.10 2016/04/01 11:45:27 jperkin Exp $ # DISTNAME= httptunnel-3.3 @@ -11,6 +11,7 @@ COMMENT= Encapsulate TCP/IP connections in HTTP requests LICENSE= gnu-gpl-v2 HAS_CONFIGURE= YES -CONFIGURE_ARGS+= --prefix=${PREFIX:Q} +CONFIGURE_ARGS+= --prefix=${PREFIX} +CONFIGURE_ARGS+= --mandir=${PREFIX}/${PKGMANDIR} .include "../../mk/bsd.pkg.mk" diff --git a/net/icsi-finger/Makefile b/net/icsi-finger/Makefile index 8353276a93d34..8aadf56d6d098 100644 --- a/net/icsi-finger/Makefile +++ b/net/icsi-finger/Makefile @@ -1,10 +1,8 @@ -# $NetBSD: Makefile,v 1.29 2016/02/25 16:20:51 jperkin Exp $ -# +# $NetBSD: Makefile,v 1.30 2016/04/24 10:34:44 wiz Exp $ DISTNAME= icsi-finger-1.0.29 CATEGORIES= net MASTER_SITES= ftp://ftp.icsi.berkeley.edu/pub/ai/stolcke/software/ -MASTER_SITES+= http://ftp.sunet.se/pub/nir/finger/icsi-finger/ EXTRACT_SUFX= .tar.Z MAINTAINER= is@NetBSD.org diff --git a/net/icsi-finger/distinfo b/net/icsi-finger/distinfo index a6fb7eeeae511..baa1afa62b210 100644 --- a/net/icsi-finger/distinfo +++ b/net/icsi-finger/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.19 2015/11/04 00:35:04 agc Exp $ +$NetBSD: distinfo,v 1.20 2016/03/30 09:01:56 jperkin Exp $ SHA1 (icsi-finger-1.0.29.tar.Z) = 7c61ce8c847ff6e40ecc3de909c3db1a4b996d04 RMD160 (icsi-finger-1.0.29.tar.Z) = 5047e636538ae66cf0ba3e170dc3a3edb31f317a @@ -9,7 +9,7 @@ SHA1 (patch-ab) = d8a719d78288aad8ab3a7159f332afdd59231ebb SHA1 (patch-ac) = ad13f2c4bb781fbeab4399cc0812f43f6052a74f SHA1 (patch-ad) = de1489cf9860bd412a43a875a43eae69dd559606 SHA1 (patch-ae) = 7613ee307bb047d5e5c794b829dcd1cb1c8edb81 -SHA1 (patch-ah) = 9e3b5dc141395d36140f4b1166bad7429f3a0977 +SHA1 (patch-ah) = 30dbaee4a64ace7ec66f0a237f5e57cde891470e SHA1 (patch-ai) = 01b48ecef2c1fe191780c9a8dee61f2951ee9c10 SHA1 (patch-aj) = 53adee387e703fcff2b8f5dba4ae593712acb2ad SHA1 (patch-ak) = 0f60d2813cda99a040bc3637ebe86d99297e40ba diff --git a/net/icsi-finger/patches/patch-ah b/net/icsi-finger/patches/patch-ah index dd281d505e032..bcb29b8189f88 100644 --- a/net/icsi-finger/patches/patch-ah +++ b/net/icsi-finger/patches/patch-ah @@ -1,8 +1,8 @@ -$NetBSD: patch-ah,v 1.3 2011/11/23 16:25:08 is Exp $ +$NetBSD: patch-ah,v 1.4 2016/03/30 09:01:56 jperkin Exp $ --- config.h.orig 2000-12-05 04:13:42.000000000 +0000 +++ config.h -@@ -12,52 +12,53 @@ +@@ -12,52 +12,43 @@ * */ @@ -61,8 +61,6 @@ $NetBSD: patch-ah,v 1.3 2011/11/23 16:25:08 is Exp $ -#define Man5Ext l -#define Man8Ext l -#endif /* ultrix */ -- --/* #define USE_DBMALLOC */ +#define ManExt 1 +#define Man5Ext 5 +#define Man8Ext 8 @@ -75,16 +73,7 @@ $NetBSD: patch-ah,v 1.3 2011/11/23 16:25:08 is Exp $ +#undef HAVE_X11 +#undef HAVE_SUNVIEW +#undef PRINT_WIDGET -+ + +-/* #define USE_DBMALLOC */ +#undef MAILDIR +#define MAILDIR "/var/mail" -+#define ManDir /usr/pkg/man -+#define TARGETDIR "/usr/pkg/etc/fingerdir/targets" -+#define TargetDir /usr/pkg/etc/fingerdir/targets -+#define TTYLOCFILE "/usr/pkg/etc/fingerdir/ttylocs" -+#define HOSTCONFIGFILE "/usr/pkg/etc/fingerdir/hostconfig" -+#define ManDir /usr/pkg/man -+#define TARGETDIR "/usr/pkg/etc/fingerdir/targets" -+#define TargetDir /usr/pkg/etc/fingerdir/targets -+#define TTYLOCFILE "/usr/pkg/etc/fingerdir/ttylocs" -+#define HOSTCONFIGFILE "/usr/pkg/etc/fingerdir/hostconfig" diff --git a/net/isc-dhcp4/Makefile.common b/net/isc-dhcp4/Makefile.common index c24e6f8402728..84c57e16fdb34 100644 --- a/net/isc-dhcp4/Makefile.common +++ b/net/isc-dhcp4/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.30 2016/03/05 11:29:05 jperkin Exp $ +# $NetBSD: Makefile.common,v 1.31 2016/03/30 15:55:44 taca Exp $ # # used by net/isc-dhcp4/Makefile # used by net/isc-dhcpd4/Makefile @@ -7,7 +7,6 @@ DISTNAME= dhcp-${VERSION} DHVER= ${DISTNAME:S/dhcp-//:S/-P/p/} -PKGREVISION= 2 CATEGORIES= net MASTER_SITES= ftp://ftp.isc.org/isc/dhcp/${VERSION}/ \ http://ftp.isc.org/isc/dhcp/${VERSION}/ @@ -18,7 +17,7 @@ LICENSE= isc CONFLICTS+= isc-dhcp-base-3.*{,nb*} -VERSION= 4.3.3-P1 +VERSION= 4.3.4 .include "../../mk/bsd.prefs.mk" @@ -83,7 +82,7 @@ BIND_CONFIGURE_ARGS+= --with-export-includedir=${WRKSRC}/bind/include BIND_CONFIGURE_ARGS+= --with-export-libdir=${WRKSRC}/bind/lib BIND_CONFIGURE_ARGS+= --with-gssapi=no -BIND_WRKSRC= ${WRKSRC}/bind/bind-9.9.7-P3 +BIND_WRKSRC= ${WRKSRC}/bind/bind-9.9.8-P4 post-configure: ${RUN}${_ULIMIT_CMD} \ diff --git a/net/isc-dhcp4/distinfo b/net/isc-dhcp4/distinfo index 16497f711143c..f222bf19b50e3 100644 --- a/net/isc-dhcp4/distinfo +++ b/net/isc-dhcp4/distinfo @@ -1,13 +1,12 @@ -$NetBSD: distinfo,v 1.24 2016/01/22 12:06:40 jperkin Exp $ +$NetBSD: distinfo,v 1.25 2016/03/30 15:55:44 taca Exp $ -SHA1 (dhcp-4.3.3-P1.tar.gz) = 4e76757a0aebcb9200c1d2ca0f28ff41a5c56586 -RMD160 (dhcp-4.3.3-P1.tar.gz) = 97d7b10ef1e86c938cc25660048b90165301cd9d -SHA512 (dhcp-4.3.3-P1.tar.gz) = 7e14268b4acaa82c807af9d956f76f4327a9a75d36273a244fef74dbd54e7506e8b38ce6035e56f61ab09a19bfc0a40599f76c89dc342514f1048b5ac3b2a0eb -Size (dhcp-4.3.3-P1.tar.gz) = 9204043 bytes +SHA1 (dhcp-4.3.4.tar.gz) = eedd50d32c9ceb8b9feb414c84322a09d26f214b +RMD160 (dhcp-4.3.4.tar.gz) = f8b6d47e9c69d763f48919a58648c31880c2693d +SHA512 (dhcp-4.3.4.tar.gz) = 411c3f0e1effedb2a95f00539d13164530a56b50830008eb78906b3c8bf4070c331cf54a431770aed5d1b6ba214840446964210060674f746781cc97842ad706 +Size (dhcp-4.3.4.tar.gz) = 9302513 bytes SHA1 (patch-aa) = da090b3b824f5d437f8d05ce00e2ac4dfc65d6af SHA1 (patch-ab) = 0683dd2259e48184713559aa0356ee352aa52c39 SHA1 (patch-ac) = a7e6808a6e1e93c520eb085f31259f6c142750f4 -SHA1 (patch-bind_bind-9.9.7-P3_configure) = 78e631a2e7b3a310ebef09b69af837f3a0d3e4f3 -SHA1 (patch-bind_bind-9.9.7-P3_lib_export_dns_Makefile.in) = 6a6fce1a6518821bd1033c31e368f02829c4de39 -SHA1 (patch-common_dlpi.c) = 76e30ca92a7d3ba10ed73b4f03de0582bccb2acc +SHA1 (patch-bind_bind-9.9.8-P4_lib_export_dns_Makefile.in) = ca3bf66f9ee3ac6a9636dcdd77439515a0e902d4 +SHA1 (patch-common_dlpi.c) = 14cb1c1aed610b1d6952b26a7775caa06b6a8792 SHA1 (patch-includes_Makefile.in) = f595803acd49223766e0f8d5354eff73a5ed9cb8 diff --git a/net/isc-dhcp4/patches/patch-bind_bind-9.9.7-P3_configure b/net/isc-dhcp4/patches/patch-bind_bind-9.9.7-P3_configure deleted file mode 100644 index 91c247937cd5c..0000000000000 --- a/net/isc-dhcp4/patches/patch-bind_bind-9.9.7-P3_configure +++ /dev/null @@ -1,24 +0,0 @@ -$NetBSD: patch-bind_bind-9.9.7-P3_configure,v 1.1 2015/09/27 06:58:11 taca Exp $ - -* Avoid using "==" for argument of test(1). - ---- bind/bind-9.9.7-P3/configure.orig 2015-08-15 00:29:09.000000000 +0000 -+++ bind/bind-9.9.7-P3/configure -@@ -11691,7 +11691,7 @@ fi - test -n "$PYTHON" && break - done - -- if test "X$PYTHON" == "X"; then -+ if test "X$PYTHON" = "X"; then - continue; - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: checking python module 'argparse'" >&5 -@@ -11706,7 +11706,7 @@ $as_echo "not found" >&6; } - unset ac_cv_path_PYTHON - unset PYTHON - done -- if test "X$PYTHON" == "X" -+ if test "X$PYTHON" = "X" - then - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for python support" >&5 - $as_echo_n "checking for python support... " >&6; } diff --git a/net/isc-dhcp4/patches/patch-bind_bind-9.9.7-P3_lib_export_dns_Makefile.in b/net/isc-dhcp4/patches/patch-bind_bind-9.9.7-P3_lib_export_dns_Makefile.in deleted file mode 100644 index 60441f900cfe3..0000000000000 --- a/net/isc-dhcp4/patches/patch-bind_bind-9.9.7-P3_lib_export_dns_Makefile.in +++ /dev/null @@ -1,17 +0,0 @@ -$NetBSD: patch-bind_bind-9.9.7-P3_lib_export_dns_Makefile.in,v 1.1 2015/09/27 06:58:11 taca Exp $ - -Build gen with BUILD_CC and the associated BUILD_* flags so it can run -on the build platform when cross-compiling. - ---- bind/bind-9.9.7-P3/lib/export/dns/Makefile.in.orig 2015-08-15 00:29:09.000000000 +0000 -+++ bind/bind-9.9.7-P3/lib/export/dns/Makefile.in -@@ -168,7 +168,8 @@ code.h: gen - ./gen -s ${srcdir} > code.h - - gen: ${srcdir}/gen.c -- ${CC} ${ALL_CFLAGS} ${LDFLAGS} -o $@ ${srcdir}/gen.c ${LIBS} -+ ${BUILD_CC} ${BUILD_CFLAGS} -I${top_srcdir}/lib/isc/include \ -+ ${BUILD_CPPFLAGS} ${BUILD_LDFLAGS} -o $@ ${srcdir}/gen.c ${BUILD_LIBS} - - #We don't need rbtdb64 for this library - #rbtdb64.@O@: rbtdb.c diff --git a/net/isc-dhcp4/patches/patch-bind_bind-9.9.8-P4_lib_export_dns_Makefile.in b/net/isc-dhcp4/patches/patch-bind_bind-9.9.8-P4_lib_export_dns_Makefile.in new file mode 100644 index 0000000000000..5aa2592ea8608 --- /dev/null +++ b/net/isc-dhcp4/patches/patch-bind_bind-9.9.8-P4_lib_export_dns_Makefile.in @@ -0,0 +1,17 @@ +$NetBSD: patch-bind_bind-9.9.8-P4_lib_export_dns_Makefile.in,v 1.1 2016/03/30 15:55:44 taca Exp $ + +Build gen with BUILD_CC and the associated BUILD_* flags so it can run +on the build platform when cross-compiling. + +--- bind/bind-9.9.8-P4/lib/export/dns/Makefile.in.orig 2016-02-29 00:30:52.000000000 +0000 ++++ bind/bind-9.9.8-P4/lib/export/dns/Makefile.in +@@ -168,7 +168,8 @@ code.h: gen + ./gen -s ${srcdir} > code.h + + gen: ${srcdir}/gen.c +- ${CC} ${ALL_CFLAGS} ${LDFLAGS} -o $@ ${srcdir}/gen.c ${LIBS} ++ ${BUILD_CC} ${BUILD_CFLAGS} -I${top_srcdir}/lib/isc/include \ ++ ${BUILD_CPPFLAGS} ${BUILD_LDFLAGS} -o $@ ${srcdir}/gen.c ${BUILD_LIBS} + + #We don't need rbtdb64 for this library + #rbtdb64.@O@: rbtdb.c diff --git a/net/isc-dhcp4/patches/patch-common_dlpi.c b/net/isc-dhcp4/patches/patch-common_dlpi.c index 88a8ce8c7f00a..459e2c1cfb4c0 100644 --- a/net/isc-dhcp4/patches/patch-common_dlpi.c +++ b/net/isc-dhcp4/patches/patch-common_dlpi.c @@ -1,18 +1,10 @@ -$NetBSD: patch-common_dlpi.c,v 1.2 2014/02/09 04:34:31 taca Exp $ +$NetBSD: patch-common_dlpi.c,v 1.3 2016/03/30 15:55:44 taca Exp $ Add support for Crossbow style NICs (SunOS). ---- common/dlpi.c.orig 2014-01-31 19:19:59.000000000 +0000 +--- common/dlpi.c.orig 2016-03-22 13:16:51.000000000 +0000 +++ common/dlpi.c -@@ -131,6 +131,7 @@ static int strioctl (int fd, int cmd, in - #define DLPI_MAXDLBUF 8192 /* Buffer size */ - #define DLPI_MAXDLADDR 1024 /* Max address size */ - #define DLPI_DEVDIR "/dev/" /* Device directory */ -+#define DLPI_DEVDIR_NEW "/dev/net/" /* Crossbow Device directory */ - - static int dlpiopen(const char *ifname); - static int dlpiunit (char *ifname); -@@ -773,14 +774,26 @@ static int dlpiunit (ifname) +@@ -778,14 +778,26 @@ static int dlpiunit (ifname) */ static int dlpiopen(const char *ifname) { @@ -30,7 +22,7 @@ Add support for Crossbow style NICs (SunOS). + if (ifname[0] == '/') { + fd = open (ifname, O_RDWR, 0); + } else { -+ snprintf(devname, MAXPATHLEN, "%s%s", DLPI_DEVDIR_NEW, ifname); ++ snprintf(devname, MAXPATHLEN, "%s%s", DLPI_DEVDIR, ifname); + fd = open (devname, O_RDWR, 0); + } + if (fd != -1 || errno != ENOENT) { diff --git a/net/kget/Makefile b/net/kget/Makefile index f8320eaac5755..c0d972c0ddae5 100644 --- a/net/kget/Makefile +++ b/net/kget/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.21 2016/03/05 11:29:06 jperkin Exp $ +# $NetBSD: Makefile,v 1.22 2016/04/11 19:02:00 ryoon Exp $ DISTNAME= kget-15.12.0 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= net COMMENT= download manager for KDE MASTER_SITES= ${MASTER_SITE_KDE:=applications/15.12.0/src/} diff --git a/net/kopete/Makefile b/net/kopete/Makefile index c183ecb5b72b5..b22e6a5188f1a 100644 --- a/net/kopete/Makefile +++ b/net/kopete/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.22 2016/03/05 11:29:06 jperkin Exp $ +# $NetBSD: Makefile,v 1.23 2016/04/11 19:02:00 ryoon Exp $ DISTNAME= kopete-15.12.0 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= net COMMENT= Multi-protocol instant messenger client MASTER_SITES= ${MASTER_SITE_KDE:=applications/15.12.0/src/} diff --git a/net/libasr/DESCR b/net/libasr/DESCR new file mode 100644 index 0000000000000..689af3018570d --- /dev/null +++ b/net/libasr/DESCR @@ -0,0 +1,10 @@ +libasr is a FREE asynchronous DNS resolver. + +libasr runs on top of the OpenBSD operating system but also has a portable +version that can build and run on several systems, including: + +* Linux +* FreeBSD +* NetBSD +* DragonFly +* MacOSX diff --git a/net/libasr/Makefile b/net/libasr/Makefile new file mode 100644 index 0000000000000..356c9298a0497 --- /dev/null +++ b/net/libasr/Makefile @@ -0,0 +1,16 @@ +# $NetBSD: Makefile,v 1.1 2016/05/01 05:03:23 mef Exp $ + +DISTNAME= libasr-1.0.2 +CATEGORIES= net +MASTER_SITES= http://www.opensmtpd.org/archives/ + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= https://github.com/OpenSMTPD/libasr +COMMENT= Asynchronous DNS resolver library +LICENSE= isc AND modified-bsd AND 2-clause-bsd + +GNU_CONFIGURE= yes +USE_LIBTOOL= yes + +.include "../../security/openssl/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/net/libasr/PLIST b/net/libasr/PLIST new file mode 100644 index 0000000000000..91cb4f38383d9 --- /dev/null +++ b/net/libasr/PLIST @@ -0,0 +1,4 @@ +@comment $NetBSD: PLIST,v 1.1 2016/05/01 05:03:23 mef Exp $ +include/asr.h +lib/libasr.la +man/man3/asr_run.3 diff --git a/net/libasr/buildlink3.mk b/net/libasr/buildlink3.mk new file mode 100644 index 0000000000000..6f23c4ada384d --- /dev/null +++ b/net/libasr/buildlink3.mk @@ -0,0 +1,12 @@ +# $NetBSD: buildlink3.mk,v 1.1 2016/05/01 05:03:23 mef Exp $ + +BUILDLINK_TREE+= libasr + +.if !defined(LIBASR_BUILDLINK3_MK) +LIBASR_BUILDLINK3_MK:= + +BUILDLINK_API_DEPENDS.libasr+= libasr>=1.0.2 +BUILDLINK_PKGSRCDIR.libasr?= ../../net/libasr +.endif # LIBASR_BUILDLINK3_MK + +BUILDLINK_TREE+= -libasr diff --git a/net/libasr/distinfo b/net/libasr/distinfo new file mode 100644 index 0000000000000..1f3e61029f2cf --- /dev/null +++ b/net/libasr/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2016/05/01 05:03:23 mef Exp $ + +SHA1 (libasr-1.0.2.tar.gz) = be48f048b93c243fefadbafbf002db2e00e1e1fa +RMD160 (libasr-1.0.2.tar.gz) = 515da534a66eab6d1bbd2629c0b0991456869492 +SHA512 (libasr-1.0.2.tar.gz) = a4825a30130f70a452044c484871ac37459e1c1e6659c4c38dead7d3abbdaecb3517b7accb46586537975fee033857566fd279ecf97ae87dc80bb6bcdd467d3e +Size (libasr-1.0.2.tar.gz) = 406428 bytes diff --git a/net/libcmis/PLIST b/net/libcmis/PLIST index b01f1770a5c39..72271f272c344 100644 --- a/net/libcmis/PLIST +++ b/net/libcmis/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2015/02/04 17:52:26 ryoon Exp $ +@comment $NetBSD: PLIST,v 1.3 2016/03/23 10:02:22 jperkin Exp $ bin/cmis-client include/libcmis-0.5/libcmis/allowable-actions.hxx include/libcmis-0.5/libcmis/document.hxx @@ -36,4 +36,4 @@ lib/libcmis-0.5.la lib/libcmis-c-0.5.la lib/pkgconfig/libcmis-0.5.pc lib/pkgconfig/libcmis-c-0.5.pc -man/manx/cmis-client.xml +${PKGMANDIR}/manx/cmis-client.xml diff --git a/net/libdmapsharing/Makefile b/net/libdmapsharing/Makefile index 5cf09b4674adc..38436f2315b6a 100644 --- a/net/libdmapsharing/Makefile +++ b/net/libdmapsharing/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.37 2016/03/05 11:29:07 jperkin Exp $ +# $NetBSD: Makefile,v 1.39 2016/05/03 11:40:07 prlw1 Exp $ DISTNAME= libdmapsharing-2.1.9 -PKGREVISION= 33 +PKGREVISION= 35 CATEGORIES= net MASTER_SITES= http://www.flyn.org/projects/libdmapsharing/ diff --git a/net/libdmapsharing3/Makefile b/net/libdmapsharing3/Makefile index c89bbe4f80675..327777fa42561 100644 --- a/net/libdmapsharing3/Makefile +++ b/net/libdmapsharing3/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.23 2016/03/05 11:29:07 jperkin Exp $ +# $NetBSD: Makefile,v 1.25 2016/05/03 11:40:07 prlw1 Exp $ DISTNAME= libdmapsharing-2.9.15 PKGNAME= ${DISTNAME:S/sharing/sharing3/} -PKGREVISION= 21 +PKGREVISION= 23 CATEGORIES= net MASTER_SITES= http://www.flyn.org/projects/libdmapsharing/ diff --git a/net/libdmapsharing3/buildlink3.mk b/net/libdmapsharing3/buildlink3.mk index 1940a54d56d5e..dfc8b9b4c75c0 100644 --- a/net/libdmapsharing3/buildlink3.mk +++ b/net/libdmapsharing3/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.10 2015/06/07 14:14:04 youri Exp $ +# $NetBSD: buildlink3.mk,v 1.12 2016/05/03 11:40:07 prlw1 Exp $ BUILDLINK_TREE+= libdmapsharing3 @@ -6,7 +6,7 @@ BUILDLINK_TREE+= libdmapsharing3 LIBDMAPSHARING3_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.libdmapsharing3+= libdmapsharing3>=2.9.15 -BUILDLINK_ABI_DEPENDS.libdmapsharing3?= libdmapsharing3>=2.9.15nb18 +BUILDLINK_ABI_DEPENDS.libdmapsharing3?= libdmapsharing3>=2.9.15nb23 BUILDLINK_PKGSRCDIR.libdmapsharing3?= ../../net/libdmapsharing3 .include "../../net/libsoup/buildlink3.mk" diff --git a/net/libdnet/distinfo b/net/libdnet/distinfo index b04f6f7929f81..f451e45120093 100644 --- a/net/libdnet/distinfo +++ b/net/libdnet/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.9 2015/11/04 00:35:09 agc Exp $ +$NetBSD: distinfo,v 1.10 2016/05/09 11:07:26 adam Exp $ SHA1 (libdnet-1.12.tgz) = 71302be302e84fc19b559e811951b5d600d976f8 RMD160 (libdnet-1.12.tgz) = 4b849f07c3513522fda65af067928b7e6d504aab @@ -7,4 +7,5 @@ Size (libdnet-1.12.tgz) = 970125 bytes SHA1 (patch-aclocal.m4) = b3d2989ecaccdd73d9d753e8ba8bdb2e6c023af6 SHA1 (patch-configure.in) = 9da072731a91a586818ab19a5bfbf6f728c436b9 SHA1 (patch-include_config.h.in) = fb1e5aa999d3fadbbc175cb24ffdb9050d0523fa +SHA1 (patch-src_arp-bsd.c) = 99230746b36359497dd180c883c3dbc0bcc863f6 SHA1 (patch-src_intf.c) = 642f535103706581439658a89f824048aff5b88b diff --git a/net/libdnet/patches/patch-src_arp-bsd.c b/net/libdnet/patches/patch-src_arp-bsd.c new file mode 100644 index 0000000000000..1c0903b5a5a6b --- /dev/null +++ b/net/libdnet/patches/patch-src_arp-bsd.c @@ -0,0 +1,17 @@ +$NetBSD: patch-src_arp-bsd.c,v 1.1 2016/05/09 11:07:26 adam Exp $ + +Fix for lack of RTF_LLINFO. + +--- src/arp-bsd.c.orig 2016-05-09 11:03:59.000000000 +0000 ++++ src/arp-bsd.c +@@ -33,6 +33,10 @@ + #include + #include + ++#if !(defined RTF_LLINFO) ++#define RTF_LLINFO RTF_LLDATA ++#endif ++ + #include "dnet.h" + + struct arp_handle { diff --git a/net/libfilezilla/DESCR b/net/libfilezilla/DESCR new file mode 100644 index 0000000000000..bb1867ba8c796 --- /dev/null +++ b/net/libfilezilla/DESCR @@ -0,0 +1,12 @@ +libfilezilla is a free, open source C++ library, offering some basic +functionality to build high-performing, platform-independent programs. +Some of the highlights include: + +* A typesafe, multi-threaded event system that's very simple to use + yet extremely efficient +* Timers for periodic events +* A datetime class that not only tracks timestamp but also their + accuracy, which simplifies dealing with timestamps originating from + different sources +* Simple process handling for spawning child processes with redirected + I/O diff --git a/net/libfilezilla/Makefile b/net/libfilezilla/Makefile new file mode 100644 index 0000000000000..84c88a17850bd --- /dev/null +++ b/net/libfilezilla/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1 2016/04/29 11:54:06 wiz Exp $ + +DISTNAME= libfilezilla-0.5.0 +CATEGORIES= devel +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=filezilla/} +EXTRACT_SUFX= .tar.bz2 + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= https://lib.filezilla-project.org/ +COMMENT= Library for building high-performing, platform-independent programs +LICENSE= gnu-gpl-v2 + +GNU_CONFIGURE= yes +USE_TOOLS+= pkg-config +USE_LANGUAGES= c c++ + +PKGCONFIG_OVERRIDE+= lib/libfilezilla.pc.in + +.include "../../mk/bsd.pkg.mk" diff --git a/net/libfilezilla/PLIST b/net/libfilezilla/PLIST new file mode 100644 index 0000000000000..166ed91765a1f --- /dev/null +++ b/net/libfilezilla/PLIST @@ -0,0 +1,25 @@ +@comment $NetBSD: PLIST,v 1.1 2016/04/29 11:54:06 wiz Exp $ +include/libfilezilla/apply.hpp +include/libfilezilla/event.hpp +include/libfilezilla/event_handler.hpp +include/libfilezilla/event_loop.hpp +include/libfilezilla/file.hpp +include/libfilezilla/glue/wx.hpp +include/libfilezilla/iputils.hpp +include/libfilezilla/libfilezilla.hpp +include/libfilezilla/local_filesys.hpp +include/libfilezilla/mutex.hpp +include/libfilezilla/optional.hpp +include/libfilezilla/private/defs.hpp +include/libfilezilla/private/visibility.hpp +include/libfilezilla/private/windows.hpp +include/libfilezilla/process.hpp +include/libfilezilla/recursive_remove.hpp +include/libfilezilla/shared.hpp +include/libfilezilla/string.hpp +include/libfilezilla/thread.hpp +include/libfilezilla/time.hpp +include/libfilezilla/util.hpp +include/libfilezilla/version.hpp +lib/libfilezilla.la +lib/pkgconfig/libfilezilla.pc diff --git a/net/libfilezilla/buildlink3.mk b/net/libfilezilla/buildlink3.mk new file mode 100644 index 0000000000000..d181f960d1b8e --- /dev/null +++ b/net/libfilezilla/buildlink3.mk @@ -0,0 +1,12 @@ +# $NetBSD: buildlink3.mk,v 1.1 2016/04/29 11:54:06 wiz Exp $ + +BUILDLINK_TREE+= libfilezilla + +.if !defined(LIBFILEZILLA_BUILDLINK3_MK) +LIBFILEZILLA_BUILDLINK3_MK:= + +BUILDLINK_API_DEPENDS.libfilezilla+= libfilezilla>=0.5.0 +BUILDLINK_PKGSRCDIR.libfilezilla?= ../../net/libfilezilla +.endif # LIBFILEZILLA_BUILDLINK3_MK + +BUILDLINK_TREE+= -libfilezilla diff --git a/net/libfilezilla/distinfo b/net/libfilezilla/distinfo new file mode 100644 index 0000000000000..463061c522434 --- /dev/null +++ b/net/libfilezilla/distinfo @@ -0,0 +1,7 @@ +$NetBSD: distinfo,v 1.2 2016/04/29 14:14:16 wiz Exp $ + +SHA1 (libfilezilla-0.5.0.tar.bz2) = dadd4c7a45ad913ed1820d6cd5e8d72d559c1212 +RMD160 (libfilezilla-0.5.0.tar.bz2) = bf92d8f127271482b189cd544108ff1eb16848f9 +SHA512 (libfilezilla-0.5.0.tar.bz2) = 24116fc6808f4d62fad1fc3ba15d3fc51261a2dc13ac6c5c6de71fa0cfce4bd328cc885974689f7f6549843167ba3ecee3febff64f9aba1ca71498b89ec93342 +Size (libfilezilla-0.5.0.tar.bz2) = 374549 bytes +SHA1 (patch-lib_string.cpp) = 92c0827d3259855eb5176afcf6f3567b6ddd3a2c diff --git a/net/libfilezilla/patches/patch-lib_string.cpp b/net/libfilezilla/patches/patch-lib_string.cpp new file mode 100644 index 0000000000000..8f10e67d61945 --- /dev/null +++ b/net/libfilezilla/patches/patch-lib_string.cpp @@ -0,0 +1,48 @@ +$NetBSD: patch-lib_string.cpp,v 1.2 2016/04/29 14:14:16 wiz Exp $ + +Fix build with different types of iconv(). +https://svn.filezilla-project.org/filezilla/libfilezilla/trunk/lib/string.cpp?view=patch&r1=7361&r2=7464&pathrev=7464 + +--- lib/string.cpp.orig 2016-04-15 07:52:15.000000000 +0000 ++++ lib/string.cpp +@@ -7,6 +7,8 @@ + #else + #include + #include ++ ++#include + #endif + + #include +@@ -88,6 +90,13 @@ std::wstring to_wstring(std::string cons + return ret; + } + ++#ifndef FZ_WINDOWS ++// On some platforms, e.g. NetBSD, the second argument to iconv is const. ++// Depending which one is used, declare iconv_second_arg_type as either char* or char const* ++extern "C" typedef size_t (*iconv_prototype_with_const)(iconv_t, char const**, size_t *, char**, size_t *); ++typedef std::conditional::value, char const*, char*>::type iconv_second_arg_type; ++#endif ++ + std::wstring to_wstring_from_utf8(std::string const& in) + { + std::wstring ret; +@@ -104,7 +113,7 @@ std::wstring to_wstring_from_utf8(std::s + #else + iconv_t cd = iconv_open("WCHAR_T", "UTF-8"); + if (cd != reinterpret_cast(-1)) { +- char * in_p = const_cast(in.c_str()); ++ auto in_p = const_cast(in.c_str()); + size_t in_len = in.size(); + + size_t out_len = in_len * sizeof(wchar_t) * 2; +@@ -168,7 +177,7 @@ std::string FZ_PUBLIC_SYMBOL to_utf8(std + #else + iconv_t cd = iconv_open("UTF-8", "WCHAR_T"); + if (cd != reinterpret_cast(-1)) { +- char * in_p = reinterpret_cast(const_cast(in.c_str())); ++ auto in_p = reinterpret_cast(const_cast(in.c_str())); + size_t in_len = in.size() * sizeof(wchar_t); + + size_t out_len = in.size() * 4; diff --git a/net/libgdata/Makefile b/net/libgdata/Makefile index 8f285892d8215..d6ef6331c8862 100644 --- a/net/libgdata/Makefile +++ b/net/libgdata/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.28 2016/03/05 11:27:52 jperkin Exp $ +# $NetBSD: Makefile,v 1.30 2016/05/03 11:40:07 prlw1 Exp $ DISTNAME= libgdata-0.16.1 -PKGREVISION= 2 +PKGREVISION= 4 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libgdata/0.16/} EXTRACT_SUFX= .tar.xz diff --git a/net/libgdata/buildlink3.mk b/net/libgdata/buildlink3.mk index 79c9cddd6ea70..5c9f7b329f8f6 100644 --- a/net/libgdata/buildlink3.mk +++ b/net/libgdata/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.21 2016/03/05 11:27:52 jperkin Exp $ +# $NetBSD: buildlink3.mk,v 1.23 2016/05/03 11:40:07 prlw1 Exp $ BUILDLINK_TREE+= libgdata @@ -6,7 +6,7 @@ BUILDLINK_TREE+= libgdata LIBGDATA_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.libgdata+= libgdata>=0.6.4 -BUILDLINK_ABI_DEPENDS.libgdata+= libgdata>=0.16.1nb2 +BUILDLINK_ABI_DEPENDS.libgdata+= libgdata>=0.16.1nb4 BUILDLINK_PKGSRCDIR.libgdata?= ../../net/libgdata diff --git a/net/libgdata0.6/Makefile b/net/libgdata0.6/Makefile index ed04184bdef44..60ad0285c7828 100644 --- a/net/libgdata0.6/Makefile +++ b/net/libgdata0.6/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2015/10/10 01:57:54 ryoon Exp $ +# $NetBSD: Makefile,v 1.4 2016/05/03 11:40:07 prlw1 Exp $ DISTNAME= libgdata-0.6.6 -PKGREVISION= 17 +PKGREVISION= 19 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libgdata/0.6/} EXTRACT_SUFX= .tar.bz2 diff --git a/net/libgdata0.6/buildlink3.mk b/net/libgdata0.6/buildlink3.mk index 3dc3068752539..4714d39a928ec 100644 --- a/net/libgdata0.6/buildlink3.mk +++ b/net/libgdata0.6/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.1 2015/07/11 16:41:55 wiz Exp $ +# $NetBSD: buildlink3.mk,v 1.3 2016/05/03 11:40:07 prlw1 Exp $ BUILDLINK_TREE+= libgdata06 @@ -6,7 +6,7 @@ BUILDLINK_TREE+= libgdata06 LIBGDATA06_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.libgdata06+= libgdata>=0.6.4<0.16 -BUILDLINK_ABI_DEPENDS.libgdata06+= libgdata>=0.6.6nb16 +BUILDLINK_ABI_DEPENDS.libgdata06+= libgdata>=0.6.6nb19 BUILDLINK_PKGSRCDIR.libgdata06?= ../../net/libgdata0.6 .include "../../devel/glib2/buildlink3.mk" diff --git a/net/libnice/Makefile b/net/libnice/Makefile index c6879d7fe0d67..392a7e6f65988 100644 --- a/net/libnice/Makefile +++ b/net/libnice/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.41 2015/10/10 01:57:54 ryoon Exp $ +# $NetBSD: Makefile,v 1.43 2016/05/03 11:40:07 prlw1 Exp $ -PKGREVISION= 1 +PKGREVISION= 3 .include "Makefile.common" # introspection Makefile uses GNUisms diff --git a/net/libnice/buildlink3.mk b/net/libnice/buildlink3.mk index ea4de697eca32..34c97c92273f4 100644 --- a/net/libnice/buildlink3.mk +++ b/net/libnice/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.21 2015/04/06 08:17:16 adam Exp $ +# $NetBSD: buildlink3.mk,v 1.23 2016/05/03 11:40:07 prlw1 Exp $ BUILDLINK_TREE+= libnice @@ -6,7 +6,7 @@ BUILDLINK_TREE+= libnice LIBNICE_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.libnice+= libnice>=0.0.9 -BUILDLINK_ABI_DEPENDS.libnice+= libnice>=0.1.10nb1 +BUILDLINK_ABI_DEPENDS.libnice+= libnice>=0.1.13nb3 BUILDLINK_PKGSRCDIR.libnice?= ../../net/libnice .include "../../devel/glib2/buildlink3.mk" diff --git a/net/libsoup/Makefile b/net/libsoup/Makefile index e48aed668d357..edad9dc662840 100644 --- a/net/libsoup/Makefile +++ b/net/libsoup/Makefile @@ -1,12 +1,12 @@ -# $NetBSD: Makefile,v 1.21 2016/01/04 14:46:37 leot Exp $ +# $NetBSD: Makefile,v 1.26 2016/05/03 11:37:39 prlw1 Exp $ -DISTNAME= libsoup-2.52.2 +DISTNAME= libsoup-2.54.1 CATEGORIES= net gnome -MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libsoup/2.52/} +MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libsoup/${PKGVERSION_NOREV:R}/} EXTRACT_SUFX= .tar.xz MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://www.gnome.org/ +HOMEPAGE= http://wiki.gnome.org/Projects/libsoup COMMENT= HTTP library implementation in C LICENSE= gnu-lgpl-v2 @@ -39,6 +39,8 @@ _WRAP_EXTRA_ARGS.CC+= -Wno-error=format-nonliteral CWRAPPERS_APPEND.cc+= -Wno-error=format-nonliteral .endif +.include "options.mk" + REPLACE_PYTHON= libsoup/tld-parser.py PYTHON_FOR_BUILD_ONLY= yes .include "../../lang/python/application.mk" diff --git a/net/libsoup/buildlink3.mk b/net/libsoup/buildlink3.mk index 0b18e0409d4f2..5cc69609ca02d 100644 --- a/net/libsoup/buildlink3.mk +++ b/net/libsoup/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.16 2015/06/08 14:52:33 wiz Exp $ +# $NetBSD: buildlink3.mk,v 1.21 2016/05/03 11:37:39 prlw1 Exp $ BUILDLINK_TREE+= libsoup @@ -6,11 +6,21 @@ BUILDLINK_TREE+= libsoup LIBSOUP_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.libsoup+= libsoup>=2.50.0 +BUILDLINK_ABI_DEPENDS.libsoup+= libsoup>=2.54.1 + BUILDLINK_PKGSRCDIR.libsoup?= ../../net/libsoup +pkgbase := libsoup +.include "../../mk/pkg-build-options.mk" + .include "../../databases/sqlite3/buildlink3.mk" .include "../../devel/glib2/buildlink3.mk" .include "../../textproc/libxml2/buildlink3.mk" + +.if !empty(PKG_BUILD_OPTIONS.libsoup:Mgssapi) +.include "../../mk/krb5.buildlink3.mk" +.endif + .endif # LIBSOUP_BUILDLINK3_MK BUILDLINK_TREE+= -libsoup diff --git a/net/libsoup/distinfo b/net/libsoup/distinfo index fcdbf305a8ae7..278a48ad96946 100644 --- a/net/libsoup/distinfo +++ b/net/libsoup/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.10 2016/01/04 14:46:37 leot Exp $ +$NetBSD: distinfo,v 1.12 2016/05/03 11:37:39 prlw1 Exp $ -SHA1 (libsoup-2.52.2.tar.xz) = f5d0634c60cf218bb647d122a757e57e83919886 -RMD160 (libsoup-2.52.2.tar.xz) = 75c43deb6c261c25288c994b3c7b8ce1fcc5dd36 -SHA512 (libsoup-2.52.2.tar.xz) = 866942d8db43a19630f39db12b22058cf31ef0c56f337e6c5790f5b881aaa768d4dbece1d2fe0d9560a82ae0f362365c19aa9b0d05afeb45bc5774f6713f51b2 -Size (libsoup-2.52.2.tar.xz) = 1764308 bytes +SHA1 (libsoup-2.54.1.tar.xz) = 15884a4a764175b6e3ac6321b0bd9e8ecbf73ac4 +RMD160 (libsoup-2.54.1.tar.xz) = 63d72bcb133987b355a073f136389a53955189af +SHA512 (libsoup-2.54.1.tar.xz) = 7bbcdd8c0995afee0715f6757d91b1f1c115cc55e8941f3795b27f89c533d832b3a2fbd469755a385a4e5dd00513d84cb2834d8cb194fc2651bb5895cf278871 +Size (libsoup-2.54.1.tar.xz) = 1793108 bytes diff --git a/net/libsoup/options.mk b/net/libsoup/options.mk new file mode 100644 index 0000000000000..1458ecd2e34a9 --- /dev/null +++ b/net/libsoup/options.mk @@ -0,0 +1,15 @@ +# $NetBSD: options.mk,v 1.4 2016/05/03 11:37:39 prlw1 Exp $ + +PKG_OPTIONS_VAR= PKG_OPTIONS.libsoup +PKG_SUPPORTED_OPTIONS= gssapi +PKG_SUGGESTED_OPTIONS= + +.include "../../mk/bsd.options.mk" + +.if !empty(PKG_OPTIONS:Mgssapi) +. include "../../mk/krb5.buildlink3.mk" +CONFIGURE_ARGS+= --with-gssapi +CONFIGURE_ARGS+= --with-krb5-config=${KRB5_CONFIG} +.else +CONFIGURE_ARGS+= --without-gssapi +.endif diff --git a/net/libtelnet/DESCR b/net/libtelnet/DESCR new file mode 100644 index 0000000000000..bc5301a995421 --- /dev/null +++ b/net/libtelnet/DESCR @@ -0,0 +1,4 @@ +libtelnet provides safe and correct handling of the core TELNET +protocol. In addition to the base TELNET protocol, libtelnet also +implements the Q method of TELNET option negotiation. libtelnet +can be used for writing servers, clients, or proxies. diff --git a/net/libtelnet/Makefile b/net/libtelnet/Makefile new file mode 100644 index 0000000000000..2ef956fc7d72e --- /dev/null +++ b/net/libtelnet/Makefile @@ -0,0 +1,28 @@ +# $NetBSD: Makefile,v 1.2 2016/04/26 08:54:32 fhajny Exp $ + +DISTNAME= libtelnet-0.21 +CATEGORIES= net +MASTER_SITES= ${MASTER_SITE_GITHUB:=seanmiddleditch/} + +MAINTAINER= filip@joyent.com +HOMEPAGE= http://github.com/seanmiddleditch/libtelnet/ +COMMENT= RFC-complient TELNET implementation as a C library +LICENSE= mit + +USE_LIBTOOL= yes +USE_TOOLS+= autoconf automake pkg-config +GNU_CONFIGURE= yes + +# __EXTENSIONS__ needed by patch-util_telnet-client.c +CPPFLAGS.SunOS+= -D__EXTENSIONS__ +# Needed on at least NetBSD for addrinfo +CPPLAGS+= -D_XOPEN_SOURCE=520 +LIBS.SunOS+= -lnsl -lsocket + +PKGCONFIG_OVERRIDE+= libtelnet.pc.in + +pre-configure: + cd ${WRKSRC} && autoreconf -i + +.include "../../devel/zlib/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/net/libtelnet/PLIST b/net/libtelnet/PLIST new file mode 100644 index 0000000000000..dce6b8c8cd687 --- /dev/null +++ b/net/libtelnet/PLIST @@ -0,0 +1,10 @@ +@comment $NetBSD: PLIST,v 1.1 2016/04/11 11:32:22 fhajny Exp $ +bin/telnet-chatd +bin/telnet-client +bin/telnet-proxy +include/libtelnet.h +lib/libtelnet.la +lib/pkgconfig/libtelnet.pc +man/man1/telnet-chatd.1 +man/man1/telnet-client.1 +man/man1/telnet-proxy.1 diff --git a/net/libtelnet/distinfo b/net/libtelnet/distinfo new file mode 100644 index 0000000000000..88ab0d34cbb11 --- /dev/null +++ b/net/libtelnet/distinfo @@ -0,0 +1,10 @@ +$NetBSD: distinfo,v 1.2 2016/04/30 20:18:38 joerg Exp $ + +SHA1 (libtelnet-0.21.tar.gz) = 2101bb5689b77ae8562b07b8364e208a62d4e6f3 +RMD160 (libtelnet-0.21.tar.gz) = 81fe34610211ab5c794aea4c5e9268d275b6633a +SHA512 (libtelnet-0.21.tar.gz) = 69dc0ac4741c81d932136cd736b48a11a05cd2738da6255d6050844f50a2f16c575c747e5c758bbdbc6b1e3309ce02e4979f0002b40fed32a3711aa8f22e04f1 +Size (libtelnet-0.21.tar.gz) = 240486 bytes +SHA1 (patch-configure.ac) = 9b29ea8995eefbfbe786c9217089577d9de9850d +SHA1 (patch-util_telnet-chatd.c) = bfbea72913ebf543fd2220ac6da06cfabaad59f1 +SHA1 (patch-util_telnet-client.c) = f8187bb07338d427fc12fbdec2b2c3c56196dc80 +SHA1 (patch-util_telnet-proxy.c) = 7e455cec62c522c7abb55afc2a49aa064635a76c diff --git a/net/libtelnet/patches/patch-configure.ac b/net/libtelnet/patches/patch-configure.ac new file mode 100644 index 0000000000000..bcb1b51b9b5e0 --- /dev/null +++ b/net/libtelnet/patches/patch-configure.ac @@ -0,0 +1,14 @@ +$NetBSD: patch-configure.ac,v 1.1 2016/04/11 11:32:22 fhajny Exp $ + +Backport autoconf 2.6.x fix from trunk (574eef9) + +--- configure.ac.orig 2012-03-18 21:07:49.000000000 +0000 ++++ configure.ac +@@ -8,6 +8,7 @@ AC_CONFIG_HEADERS([config.h]) + AC_CONFIG_MACRO_DIR([m4]) + AC_CONFIG_SRCDIR([libtelnet.c]) + AM_INIT_AUTOMAKE([1.9 foreign -Wall -Werror subdir-objects]) ++AM_PROG_AR + #LT_INIT([win32-dll]) + AC_LIBTOOL_WIN32_DLL + diff --git a/net/libtelnet/patches/patch-util_telnet-chatd.c b/net/libtelnet/patches/patch-util_telnet-chatd.c new file mode 100644 index 0000000000000..9d0af3ddc5376 --- /dev/null +++ b/net/libtelnet/patches/patch-util_telnet-chatd.c @@ -0,0 +1,14 @@ +$NetBSD: patch-util_telnet-chatd.c,v 1.1 2016/04/30 20:18:38 joerg Exp $ + +Uses strdup. + +--- util/telnet-chatd.c.orig 2016-04-27 08:59:27.691493917 +0000 ++++ util/telnet-chatd.c +@@ -10,6 +10,7 @@ + */ + + #if !defined(_WIN32) ++# define _XOPEN_SOURCE 520 + # if !defined(_POSIX_SOURCE) + # define _POSIX_SOURCE + # endif diff --git a/net/libtelnet/patches/patch-util_telnet-client.c b/net/libtelnet/patches/patch-util_telnet-client.c new file mode 100644 index 0000000000000..987ce2f6c8e73 --- /dev/null +++ b/net/libtelnet/patches/patch-util_telnet-client.c @@ -0,0 +1,34 @@ +$NetBSD: patch-util_telnet-client.c,v 1.2 2016/04/30 20:18:38 joerg Exp $ + +Provide workaround for a non-POSIX cfmakeraw call. +Uses getaddrinfo. + +--- util/telnet-client.c.orig 2012-03-18 21:07:49.000000000 +0000 ++++ util/telnet-client.c +@@ -9,6 +9,10 @@ + * all present and future rights to this code under copyright law. + */ + ++#ifdef __NetBSD__ ++#define _NETBSD_SOURCE ++#endif ++#define _XOPEN_SOURCE 520 + #if !defined(_POSIX_SOURCE) + # define _POSIX_SOURCE + #endif +@@ -199,7 +203,15 @@ int main(int argc, char **argv) { + tcgetattr(STDOUT_FILENO, &orig_tios); + atexit(_cleanup); + tios = orig_tios; ++#ifdef __sun ++ tios.c_iflag &= ~(IMAXBEL|IGNBRK|BRKINT|PARMRK|ISTRIP|INLCR|IGNCR|ICRNL|IXON); ++ tios.c_oflag &= ~OPOST; ++ tios.c_lflag &= ~(ECHO|ECHONL|ICANON|ISIG|IEXTEN); ++ tios.c_cflag &= ~(CSIZE|PARENB); ++ tios.c_cflag |= CS8; ++#else + cfmakeraw(&tios); ++#endif + tcsetattr(STDOUT_FILENO, TCSADRAIN, &tios); + + /* set input echoing on by default */ diff --git a/net/libtelnet/patches/patch-util_telnet-proxy.c b/net/libtelnet/patches/patch-util_telnet-proxy.c new file mode 100644 index 0000000000000..52ff3d6e02f06 --- /dev/null +++ b/net/libtelnet/patches/patch-util_telnet-proxy.c @@ -0,0 +1,14 @@ +$NetBSD: patch-util_telnet-proxy.c,v 1.1 2016/04/30 20:18:38 joerg Exp $ + +Uses getaddrinfo and friends. + +--- util/telnet-proxy.c.orig 2016-04-27 08:57:41.984443954 +0000 ++++ util/telnet-proxy.c +@@ -10,6 +10,7 @@ + */ + + #if !defined(_WIN32) ++# define _XOPEN_SOURCE 520 + # if !defined(_POSIX_SOURCE) + # define _POSIX_SOURCE + # endif diff --git a/net/libzrtpcpp/Makefile b/net/libzrtpcpp/Makefile index b63dd0c40f3f9..786b0d501c461 100644 --- a/net/libzrtpcpp/Makefile +++ b/net/libzrtpcpp/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.12 2016/03/05 11:27:52 jperkin Exp $ +# $NetBSD: Makefile,v 1.13 2016/04/11 19:01:37 ryoon Exp $ GITHUB_TAG= V4.4.0 DISTNAME= ${GITHUB_TAG} PKGNAME= libzrtpcpp${DISTNAME:S/V/-/1} -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_GITHUB:=wernerd/} GITHUB_PROJECT= ZRTPCPP diff --git a/net/libzrtpcpp/buildlink3.mk b/net/libzrtpcpp/buildlink3.mk index 640af05ead8a9..613e09de3a0a2 100644 --- a/net/libzrtpcpp/buildlink3.mk +++ b/net/libzrtpcpp/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.8 2016/03/05 11:27:52 jperkin Exp $ +# $NetBSD: buildlink3.mk,v 1.9 2016/04/11 19:01:37 ryoon Exp $ BUILDLINK_TREE+= libzrtpcpp @@ -6,7 +6,7 @@ BUILDLINK_TREE+= libzrtpcpp LIBZRTPCPP_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.libzrtpcpp+= libzrtpcpp>=4.4.0 -BUILDLINK_ABI_DEPENDS.libzrtpcpp?= libzrtpcpp>=4.4.0nb3 +BUILDLINK_ABI_DEPENDS.libzrtpcpp?= libzrtpcpp>=4.4.0nb4 BUILDLINK_PKGSRCDIR.libzrtpcpp?= ../../net/libzrtpcpp pkgbase := libzrtpcpp diff --git a/net/logjam/Makefile b/net/logjam/Makefile index 93d82e6238004..98ee6f5704e98 100644 --- a/net/logjam/Makefile +++ b/net/logjam/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.58 2016/03/05 11:29:07 jperkin Exp $ +# $NetBSD: Makefile,v 1.59 2016/04/11 19:02:00 ryoon Exp $ # DISTNAME= logjam-4.5.3 -PKGREVISION= 51 +PKGREVISION= 52 CATEGORIES= net MASTER_SITES= http://logjam.danga.com/download/ EXTRACT_SUFX= .tar.bz2 diff --git a/net/mikutter/Makefile b/net/mikutter/Makefile index f7e82515a8e40..c04ee9f468589 100644 --- a/net/mikutter/Makefile +++ b/net/mikutter/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.115 2016/02/27 02:30:24 tsutsui Exp $ +# $NetBSD: Makefile,v 1.117 2016/03/17 00:01:09 tnn Exp $ # DISTNAME= mikutter.3.3.8 PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/./-/} +PKGREVISION= 1 CATEGORIES= net MASTER_SITES= http://mikutter.hachune.net/bin/ @@ -16,7 +17,7 @@ LICENSE= mit AND cc-by-sa-v3.0 DEPENDS+= ${RUBY_PKGPREFIX}-pluggaloid-[0-9]*:../../net/ruby-pluggaloid DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-gtk>=3.0.7:../../x11/ruby-gnome2-gtk DEPENDS+= ${RUBY_PKGPREFIX}-gettext>=3.0.1:../../devel/ruby-gettext -DEPENDS+= ${RUBY_PKGPREFIX}-oauth>=0.4<0.5:../../security/ruby-oauth +DEPENDS+= ${RUBY_PKGPREFIX}-oauth>=0.5.1:../../security/ruby-oauth DEPENDS+= ${RUBY_PKGPREFIX}-addressable>=2.3:../../net/ruby-addressable DEPENDS+= ${RUBY_PKGPREFIX}-memoist-[0-9]*:../../devel/ruby-memoist DEPENDS+= ${RUBY_PKGPREFIX}-hmac>=0.4:../../security/ruby-hmac diff --git a/net/mitmproxy/Makefile b/net/mitmproxy/Makefile index eb8018b38d711..3acde769ba662 100644 --- a/net/mitmproxy/Makefile +++ b/net/mitmproxy/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.11 2016/02/21 23:54:28 leot Exp $ +# $NetBSD: Makefile,v 1.12 2016/04/21 08:20:45 leot Exp $ -DISTNAME= mitmproxy-0.16 +DISTNAME= mitmproxy-0.17 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_GITHUB:=mitmproxy/} GITHUB_TAG= v${PKGVERSION_NOREV} @@ -10,28 +10,34 @@ HOMEPAGE= http://mitmproxy.org/ COMMENT= Interactive console program for inspecting and editing traffic flows LICENSE= mit -DEPENDS+= ${PYPKGPREFIX}-Pillow>=3.1:../../graphics/py-Pillow +DEPENDS+= ${PYPKGPREFIX}-OpenSSL>=16.0.0:../../security/py-OpenSSL +DEPENDS+= ${PYPKGPREFIX}-Pillow>=3.2:../../graphics/py-Pillow +DEPENDS+= ${PYPKGPREFIX}-asn1>=0.1.9:../../security/py-asn1 +DEPENDS+= ${PYPKGPREFIX}-backports.ssl_match_hostname>=3.5.0.1:../../security/py-backports.ssl_match_hostname DEPENDS+= ${PYPKGPREFIX}-blinker>=1.4:../../devel/py-blinker -DEPENDS+= ${PYPKGPREFIX}-certifi>=2015.9.6.2:../../security/py-certifi +DEPENDS+= ${PYPKGPREFIX}-certifi>=2015.11.20.1:../../security/py-certifi DEPENDS+= ${PYPKGPREFIX}-click>=6.2:../../devel/py-click DEPENDS+= ${PYPKGPREFIX}-configargparse>=0.10.0:../../devel/py-configargparse DEPENDS+= ${PYPKGPREFIX}-construct>=2.5.2:../../devel/py-construct +DEPENDS+= ${PYPKGPREFIX}-cryptography>=1.3:../../security/py-cryptography DEPENDS+= ${PYPKGPREFIX}-enum34>=1.0.4:../../devel/py-enum34 -DEPENDS+= ${PYPKGPREFIX}-h2>=2.1.0:../../www/py-h2 -DEPENDS+= ${PYPKGPREFIX}-html2text>=2015.11.4:../../textproc/py-html2text +DEPENDS+= ${PYPKGPREFIX}-flask>=0.10.1:../../www/py-flask +DEPENDS+= ${PYPKGPREFIX}-h2>=2.1.2:../../www/py-h2 +DEPENDS+= ${PYPKGPREFIX}-hpack>=2.1.0:../../net/py-hpack +DEPENDS+= ${PYPKGPREFIX}-html2text>=2016.1.8:../../textproc/py-html2text +DEPENDS+= ${PYPKGPREFIX}-hyperframe>=3.2.0:../../www/py-hyperframe +DEPENDS+= ${PYPKGPREFIX}-ipaddress>=1.0.15:../../net/py-ipaddress DEPENDS+= ${PYPKGPREFIX}-lxml>=3.5.0:../../textproc/py-lxml -DEPENDS+= ${PYPKGPREFIX}-netlib>=0.15:../../net/py-netlib +DEPENDS+= ${PYPKGPREFIX}-passlib>=1.6.5:../../security/py-passlib DEPENDS+= ${PYPKGPREFIX}-pyparsing>=2.1:../../devel/py-pyparsing DEPENDS+= ${PYPKGPREFIX}-pyperclip>=1.5.22:../../x11/py-pyperclip -DEPENDS+= ${PYPKGPREFIX}-six>=1.10:../../lang/py-six +DEPENDS+= ${PYPKGPREFIX}-six>=1.10.0:../../lang/py-six DEPENDS+= ${PYPKGPREFIX}-tornado>=4.3.0:../../www/py-tornado DEPENDS+= ${PYPKGPREFIX}-urwid>=1.3.1:../../devel/py-urwid DEPENDS+= ${PYPKGPREFIX}-watchdog>=0.8.3:../../sysutils/py-watchdog USE_LANGUAGES= # none -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-netlib - -REPLACE_PYTHON= libmproxy/contrib/*.py libmproxy/contrib/wbxml/*.py +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 0.17 .include "../../lang/python/application.mk" .include "../../lang/python/distutils.mk" diff --git a/net/mitmproxy/PLIST b/net/mitmproxy/PLIST index f7baec696bc20..79abc10babe32 100644 --- a/net/mitmproxy/PLIST +++ b/net/mitmproxy/PLIST @@ -1,303 +1,496 @@ -@comment $NetBSD: PLIST,v 1.6 2016/02/16 13:54:00 leot Exp $ +@comment $NetBSD: PLIST,v 1.7 2016/04/21 08:20:45 leot Exp $ bin/mitmdump bin/mitmproxy bin/mitmweb -${PYSITELIB}/libmproxy/__init__.py -${PYSITELIB}/libmproxy/__init__.pyc -${PYSITELIB}/libmproxy/__init__.pyo -${PYSITELIB}/libmproxy/cmdline.py -${PYSITELIB}/libmproxy/cmdline.pyc -${PYSITELIB}/libmproxy/cmdline.pyo -${PYSITELIB}/libmproxy/console/__init__.py -${PYSITELIB}/libmproxy/console/__init__.pyc -${PYSITELIB}/libmproxy/console/__init__.pyo -${PYSITELIB}/libmproxy/console/common.py -${PYSITELIB}/libmproxy/console/common.pyc -${PYSITELIB}/libmproxy/console/common.pyo -${PYSITELIB}/libmproxy/console/flowdetailview.py -${PYSITELIB}/libmproxy/console/flowdetailview.pyc -${PYSITELIB}/libmproxy/console/flowdetailview.pyo -${PYSITELIB}/libmproxy/console/flowlist.py -${PYSITELIB}/libmproxy/console/flowlist.pyc -${PYSITELIB}/libmproxy/console/flowlist.pyo -${PYSITELIB}/libmproxy/console/flowview.py -${PYSITELIB}/libmproxy/console/flowview.pyc -${PYSITELIB}/libmproxy/console/flowview.pyo -${PYSITELIB}/libmproxy/console/grideditor.py -${PYSITELIB}/libmproxy/console/grideditor.pyc -${PYSITELIB}/libmproxy/console/grideditor.pyo -${PYSITELIB}/libmproxy/console/help.py -${PYSITELIB}/libmproxy/console/help.pyc -${PYSITELIB}/libmproxy/console/help.pyo -${PYSITELIB}/libmproxy/console/options.py -${PYSITELIB}/libmproxy/console/options.pyc -${PYSITELIB}/libmproxy/console/options.pyo -${PYSITELIB}/libmproxy/console/palettepicker.py -${PYSITELIB}/libmproxy/console/palettepicker.pyc -${PYSITELIB}/libmproxy/console/palettepicker.pyo -${PYSITELIB}/libmproxy/console/palettes.py -${PYSITELIB}/libmproxy/console/palettes.pyc -${PYSITELIB}/libmproxy/console/palettes.pyo -${PYSITELIB}/libmproxy/console/pathedit.py -${PYSITELIB}/libmproxy/console/pathedit.pyc -${PYSITELIB}/libmproxy/console/pathedit.pyo -${PYSITELIB}/libmproxy/console/searchable.py -${PYSITELIB}/libmproxy/console/searchable.pyc -${PYSITELIB}/libmproxy/console/searchable.pyo -${PYSITELIB}/libmproxy/console/select.py -${PYSITELIB}/libmproxy/console/select.pyc -${PYSITELIB}/libmproxy/console/select.pyo -${PYSITELIB}/libmproxy/console/signals.py -${PYSITELIB}/libmproxy/console/signals.pyc -${PYSITELIB}/libmproxy/console/signals.pyo -${PYSITELIB}/libmproxy/console/statusbar.py -${PYSITELIB}/libmproxy/console/statusbar.pyc -${PYSITELIB}/libmproxy/console/statusbar.pyo -${PYSITELIB}/libmproxy/console/tabs.py -${PYSITELIB}/libmproxy/console/tabs.pyc -${PYSITELIB}/libmproxy/console/tabs.pyo -${PYSITELIB}/libmproxy/console/window.py -${PYSITELIB}/libmproxy/console/window.pyc -${PYSITELIB}/libmproxy/console/window.pyo -${PYSITELIB}/libmproxy/contentviews.py -${PYSITELIB}/libmproxy/contentviews.pyc -${PYSITELIB}/libmproxy/contentviews.pyo -${PYSITELIB}/libmproxy/contrib/README -${PYSITELIB}/libmproxy/contrib/__init__.py -${PYSITELIB}/libmproxy/contrib/__init__.pyc -${PYSITELIB}/libmproxy/contrib/__init__.pyo -${PYSITELIB}/libmproxy/contrib/jsbeautifier/__init__.py -${PYSITELIB}/libmproxy/contrib/jsbeautifier/__init__.pyc -${PYSITELIB}/libmproxy/contrib/jsbeautifier/__init__.pyo -${PYSITELIB}/libmproxy/contrib/jsbeautifier/unpackers/README.specs.mkd -${PYSITELIB}/libmproxy/contrib/jsbeautifier/unpackers/__init__.py -${PYSITELIB}/libmproxy/contrib/jsbeautifier/unpackers/__init__.pyc -${PYSITELIB}/libmproxy/contrib/jsbeautifier/unpackers/__init__.pyo -${PYSITELIB}/libmproxy/contrib/jsbeautifier/unpackers/evalbased.py -${PYSITELIB}/libmproxy/contrib/jsbeautifier/unpackers/evalbased.pyc -${PYSITELIB}/libmproxy/contrib/jsbeautifier/unpackers/evalbased.pyo -${PYSITELIB}/libmproxy/contrib/jsbeautifier/unpackers/javascriptobfuscator.py -${PYSITELIB}/libmproxy/contrib/jsbeautifier/unpackers/javascriptobfuscator.pyc -${PYSITELIB}/libmproxy/contrib/jsbeautifier/unpackers/javascriptobfuscator.pyo -${PYSITELIB}/libmproxy/contrib/jsbeautifier/unpackers/myobfuscate.py -${PYSITELIB}/libmproxy/contrib/jsbeautifier/unpackers/myobfuscate.pyc -${PYSITELIB}/libmproxy/contrib/jsbeautifier/unpackers/myobfuscate.pyo -${PYSITELIB}/libmproxy/contrib/jsbeautifier/unpackers/packer.py -${PYSITELIB}/libmproxy/contrib/jsbeautifier/unpackers/packer.pyc -${PYSITELIB}/libmproxy/contrib/jsbeautifier/unpackers/packer.pyo -${PYSITELIB}/libmproxy/contrib/jsbeautifier/unpackers/urlencode.py -${PYSITELIB}/libmproxy/contrib/jsbeautifier/unpackers/urlencode.pyc -${PYSITELIB}/libmproxy/contrib/jsbeautifier/unpackers/urlencode.pyo -${PYSITELIB}/libmproxy/contrib/tls/__init__.py -${PYSITELIB}/libmproxy/contrib/tls/__init__.pyc -${PYSITELIB}/libmproxy/contrib/tls/__init__.pyo -${PYSITELIB}/libmproxy/contrib/tls/_constructs.py -${PYSITELIB}/libmproxy/contrib/tls/_constructs.pyc -${PYSITELIB}/libmproxy/contrib/tls/_constructs.pyo -${PYSITELIB}/libmproxy/contrib/tls/utils.py -${PYSITELIB}/libmproxy/contrib/tls/utils.pyc -${PYSITELIB}/libmproxy/contrib/tls/utils.pyo -${PYSITELIB}/libmproxy/contrib/wbxml/ASCommandResponse.py -${PYSITELIB}/libmproxy/contrib/wbxml/ASCommandResponse.pyc -${PYSITELIB}/libmproxy/contrib/wbxml/ASCommandResponse.pyo -${PYSITELIB}/libmproxy/contrib/wbxml/ASWBXML.py -${PYSITELIB}/libmproxy/contrib/wbxml/ASWBXML.pyc -${PYSITELIB}/libmproxy/contrib/wbxml/ASWBXML.pyo -${PYSITELIB}/libmproxy/contrib/wbxml/ASWBXMLByteQueue.py -${PYSITELIB}/libmproxy/contrib/wbxml/ASWBXMLByteQueue.pyc -${PYSITELIB}/libmproxy/contrib/wbxml/ASWBXMLByteQueue.pyo -${PYSITELIB}/libmproxy/contrib/wbxml/ASWBXMLCodePage.py -${PYSITELIB}/libmproxy/contrib/wbxml/ASWBXMLCodePage.pyc -${PYSITELIB}/libmproxy/contrib/wbxml/ASWBXMLCodePage.pyo -${PYSITELIB}/libmproxy/contrib/wbxml/GlobalTokens.py -${PYSITELIB}/libmproxy/contrib/wbxml/GlobalTokens.pyc -${PYSITELIB}/libmproxy/contrib/wbxml/GlobalTokens.pyo -${PYSITELIB}/libmproxy/contrib/wbxml/InvalidDataException.py -${PYSITELIB}/libmproxy/contrib/wbxml/InvalidDataException.pyc -${PYSITELIB}/libmproxy/contrib/wbxml/InvalidDataException.pyo -${PYSITELIB}/libmproxy/contrib/wbxml/__init__.py -${PYSITELIB}/libmproxy/contrib/wbxml/__init__.pyc -${PYSITELIB}/libmproxy/contrib/wbxml/__init__.pyo -${PYSITELIB}/libmproxy/controller.py -${PYSITELIB}/libmproxy/controller.pyc -${PYSITELIB}/libmproxy/controller.pyo -${PYSITELIB}/libmproxy/dump.py -${PYSITELIB}/libmproxy/dump.pyc -${PYSITELIB}/libmproxy/dump.pyo -${PYSITELIB}/libmproxy/exceptions.py -${PYSITELIB}/libmproxy/exceptions.pyc -${PYSITELIB}/libmproxy/exceptions.pyo -${PYSITELIB}/libmproxy/filt.py -${PYSITELIB}/libmproxy/filt.pyc -${PYSITELIB}/libmproxy/filt.pyo -${PYSITELIB}/libmproxy/flow.py -${PYSITELIB}/libmproxy/flow.pyc -${PYSITELIB}/libmproxy/flow.pyo -${PYSITELIB}/libmproxy/flow_export.py -${PYSITELIB}/libmproxy/flow_export.pyc -${PYSITELIB}/libmproxy/flow_export.pyo -${PYSITELIB}/libmproxy/flow_format_compat.py -${PYSITELIB}/libmproxy/flow_format_compat.pyc -${PYSITELIB}/libmproxy/flow_format_compat.pyo -${PYSITELIB}/libmproxy/main.py -${PYSITELIB}/libmproxy/main.pyc -${PYSITELIB}/libmproxy/main.pyo -${PYSITELIB}/libmproxy/models/__init__.py -${PYSITELIB}/libmproxy/models/__init__.pyc -${PYSITELIB}/libmproxy/models/__init__.pyo -${PYSITELIB}/libmproxy/models/connections.py -${PYSITELIB}/libmproxy/models/connections.pyc -${PYSITELIB}/libmproxy/models/connections.pyo -${PYSITELIB}/libmproxy/models/flow.py -${PYSITELIB}/libmproxy/models/flow.pyc -${PYSITELIB}/libmproxy/models/flow.pyo -${PYSITELIB}/libmproxy/models/http.py -${PYSITELIB}/libmproxy/models/http.pyc -${PYSITELIB}/libmproxy/models/http.pyo -${PYSITELIB}/libmproxy/onboarding/__init__.py -${PYSITELIB}/libmproxy/onboarding/__init__.pyc -${PYSITELIB}/libmproxy/onboarding/__init__.pyo -${PYSITELIB}/libmproxy/onboarding/app.py -${PYSITELIB}/libmproxy/onboarding/app.pyc -${PYSITELIB}/libmproxy/onboarding/app.pyo -${PYSITELIB}/libmproxy/onboarding/static/bootstrap.min.css -${PYSITELIB}/libmproxy/onboarding/static/fontawesome/css/font-awesome.css -${PYSITELIB}/libmproxy/onboarding/static/fontawesome/css/font-awesome.min.css -${PYSITELIB}/libmproxy/onboarding/static/fontawesome/fonts/FontAwesome.otf -${PYSITELIB}/libmproxy/onboarding/static/fontawesome/fonts/fontawesome-webfont.eot -${PYSITELIB}/libmproxy/onboarding/static/fontawesome/fonts/fontawesome-webfont.svg -${PYSITELIB}/libmproxy/onboarding/static/fontawesome/fonts/fontawesome-webfont.ttf -${PYSITELIB}/libmproxy/onboarding/static/fontawesome/fonts/fontawesome-webfont.woff -${PYSITELIB}/libmproxy/onboarding/static/mitmproxy.css -${PYSITELIB}/libmproxy/onboarding/templates/frame.html -${PYSITELIB}/libmproxy/onboarding/templates/index.html -${PYSITELIB}/libmproxy/onboarding/templates/layout.html -${PYSITELIB}/libmproxy/platform/__init__.py -${PYSITELIB}/libmproxy/platform/__init__.pyc -${PYSITELIB}/libmproxy/platform/__init__.pyo -${PYSITELIB}/libmproxy/platform/linux.py -${PYSITELIB}/libmproxy/platform/linux.pyc -${PYSITELIB}/libmproxy/platform/linux.pyo -${PYSITELIB}/libmproxy/platform/osx.py -${PYSITELIB}/libmproxy/platform/osx.pyc -${PYSITELIB}/libmproxy/platform/osx.pyo -${PYSITELIB}/libmproxy/platform/pf.py -${PYSITELIB}/libmproxy/platform/pf.pyc -${PYSITELIB}/libmproxy/platform/pf.pyo -${PYSITELIB}/libmproxy/platform/windows.py -${PYSITELIB}/libmproxy/platform/windows.pyc -${PYSITELIB}/libmproxy/platform/windows.pyo -${PYSITELIB}/libmproxy/protocol/__init__.py -${PYSITELIB}/libmproxy/protocol/__init__.pyc -${PYSITELIB}/libmproxy/protocol/__init__.pyo -${PYSITELIB}/libmproxy/protocol/base.py -${PYSITELIB}/libmproxy/protocol/base.pyc -${PYSITELIB}/libmproxy/protocol/base.pyo -${PYSITELIB}/libmproxy/protocol/http.py -${PYSITELIB}/libmproxy/protocol/http.pyc -${PYSITELIB}/libmproxy/protocol/http.pyo -${PYSITELIB}/libmproxy/protocol/http1.py -${PYSITELIB}/libmproxy/protocol/http1.pyc -${PYSITELIB}/libmproxy/protocol/http1.pyo -${PYSITELIB}/libmproxy/protocol/http2.py -${PYSITELIB}/libmproxy/protocol/http2.pyc -${PYSITELIB}/libmproxy/protocol/http2.pyo -${PYSITELIB}/libmproxy/protocol/http_replay.py -${PYSITELIB}/libmproxy/protocol/http_replay.pyc -${PYSITELIB}/libmproxy/protocol/http_replay.pyo -${PYSITELIB}/libmproxy/protocol/rawtcp.py -${PYSITELIB}/libmproxy/protocol/rawtcp.pyc -${PYSITELIB}/libmproxy/protocol/rawtcp.pyo -${PYSITELIB}/libmproxy/protocol/tls.py -${PYSITELIB}/libmproxy/protocol/tls.pyc -${PYSITELIB}/libmproxy/protocol/tls.pyo -${PYSITELIB}/libmproxy/proxy/__init__.py -${PYSITELIB}/libmproxy/proxy/__init__.pyc -${PYSITELIB}/libmproxy/proxy/__init__.pyo -${PYSITELIB}/libmproxy/proxy/config.py -${PYSITELIB}/libmproxy/proxy/config.pyc -${PYSITELIB}/libmproxy/proxy/config.pyo -${PYSITELIB}/libmproxy/proxy/modes/__init__.py -${PYSITELIB}/libmproxy/proxy/modes/__init__.pyc -${PYSITELIB}/libmproxy/proxy/modes/__init__.pyo -${PYSITELIB}/libmproxy/proxy/modes/http_proxy.py -${PYSITELIB}/libmproxy/proxy/modes/http_proxy.pyc -${PYSITELIB}/libmproxy/proxy/modes/http_proxy.pyo -${PYSITELIB}/libmproxy/proxy/modes/reverse_proxy.py -${PYSITELIB}/libmproxy/proxy/modes/reverse_proxy.pyc -${PYSITELIB}/libmproxy/proxy/modes/reverse_proxy.pyo -${PYSITELIB}/libmproxy/proxy/modes/socks_proxy.py -${PYSITELIB}/libmproxy/proxy/modes/socks_proxy.pyc -${PYSITELIB}/libmproxy/proxy/modes/socks_proxy.pyo -${PYSITELIB}/libmproxy/proxy/modes/transparent_proxy.py -${PYSITELIB}/libmproxy/proxy/modes/transparent_proxy.pyc -${PYSITELIB}/libmproxy/proxy/modes/transparent_proxy.pyo -${PYSITELIB}/libmproxy/proxy/root_context.py -${PYSITELIB}/libmproxy/proxy/root_context.pyc -${PYSITELIB}/libmproxy/proxy/root_context.pyo -${PYSITELIB}/libmproxy/proxy/server.py -${PYSITELIB}/libmproxy/proxy/server.pyc -${PYSITELIB}/libmproxy/proxy/server.pyo -${PYSITELIB}/libmproxy/script/__init__.py -${PYSITELIB}/libmproxy/script/__init__.pyc -${PYSITELIB}/libmproxy/script/__init__.pyo -${PYSITELIB}/libmproxy/script/concurrent.py -${PYSITELIB}/libmproxy/script/concurrent.pyc -${PYSITELIB}/libmproxy/script/concurrent.pyo -${PYSITELIB}/libmproxy/script/reloader.py -${PYSITELIB}/libmproxy/script/reloader.pyc -${PYSITELIB}/libmproxy/script/reloader.pyo -${PYSITELIB}/libmproxy/script/script.py -${PYSITELIB}/libmproxy/script/script.pyc -${PYSITELIB}/libmproxy/script/script.pyo -${PYSITELIB}/libmproxy/script/script_context.py -${PYSITELIB}/libmproxy/script/script_context.pyc -${PYSITELIB}/libmproxy/script/script_context.pyo -${PYSITELIB}/libmproxy/stateobject.py -${PYSITELIB}/libmproxy/stateobject.pyc -${PYSITELIB}/libmproxy/stateobject.pyo -${PYSITELIB}/libmproxy/tnetstring.py -${PYSITELIB}/libmproxy/tnetstring.pyc -${PYSITELIB}/libmproxy/tnetstring.pyo -${PYSITELIB}/libmproxy/utils.py -${PYSITELIB}/libmproxy/utils.pyc -${PYSITELIB}/libmproxy/utils.pyo -${PYSITELIB}/libmproxy/version.py -${PYSITELIB}/libmproxy/version.pyc -${PYSITELIB}/libmproxy/version.pyo -${PYSITELIB}/libmproxy/web/__init__.py -${PYSITELIB}/libmproxy/web/__init__.pyc -${PYSITELIB}/libmproxy/web/__init__.pyo -${PYSITELIB}/libmproxy/web/app.py -${PYSITELIB}/libmproxy/web/app.pyc -${PYSITELIB}/libmproxy/web/app.pyo -${PYSITELIB}/libmproxy/web/static/app.css -${PYSITELIB}/libmproxy/web/static/app.js -${PYSITELIB}/libmproxy/web/static/fonts/fontawesome-webfont.eot -${PYSITELIB}/libmproxy/web/static/fonts/fontawesome-webfont.svg -${PYSITELIB}/libmproxy/web/static/fonts/fontawesome-webfont.ttf -${PYSITELIB}/libmproxy/web/static/fonts/fontawesome-webfont.woff -${PYSITELIB}/libmproxy/web/static/images/chrome-devtools/LICENSE -${PYSITELIB}/libmproxy/web/static/images/chrome-devtools/resourceCSSIcon.png -${PYSITELIB}/libmproxy/web/static/images/chrome-devtools/resourceDocumentIcon.png -${PYSITELIB}/libmproxy/web/static/images/chrome-devtools/resourceJSIcon.png -${PYSITELIB}/libmproxy/web/static/images/chrome-devtools/resourcePlainIcon.png -${PYSITELIB}/libmproxy/web/static/images/resourceExecutableIcon.png -${PYSITELIB}/libmproxy/web/static/images/resourceFlashIcon.png -${PYSITELIB}/libmproxy/web/static/images/resourceImageIcon.png -${PYSITELIB}/libmproxy/web/static/images/resourceJavaIcon.png -${PYSITELIB}/libmproxy/web/static/images/resourceNotModifiedIcon.png -${PYSITELIB}/libmproxy/web/static/images/resourceRedirectIcon.png -${PYSITELIB}/libmproxy/web/static/vendor.css -${PYSITELIB}/libmproxy/web/static/vendor.js -${PYSITELIB}/libmproxy/web/templates/index.html -${PYSITELIB}/libmproxy/webfonts/fontawesome-webfont.eot -${PYSITELIB}/libmproxy/webfonts/fontawesome-webfont.svg -${PYSITELIB}/libmproxy/webfonts/fontawesome-webfont.ttf -${PYSITELIB}/libmproxy/webfonts/fontawesome-webfont.woff +bin/pathoc +bin/pathod ${PYSITELIB}/${EGG_FILE}/PKG-INFO ${PYSITELIB}/${EGG_FILE}/SOURCES.txt ${PYSITELIB}/${EGG_FILE}/dependency_links.txt ${PYSITELIB}/${EGG_FILE}/entry_points.txt ${PYSITELIB}/${EGG_FILE}/requires.txt ${PYSITELIB}/${EGG_FILE}/top_level.txt +${PYSITELIB}/mitmproxy/__init__.py +${PYSITELIB}/mitmproxy/__init__.pyc +${PYSITELIB}/mitmproxy/__init__.pyo +${PYSITELIB}/mitmproxy/cmdline.py +${PYSITELIB}/mitmproxy/cmdline.pyc +${PYSITELIB}/mitmproxy/cmdline.pyo +${PYSITELIB}/mitmproxy/console/__init__.py +${PYSITELIB}/mitmproxy/console/__init__.pyc +${PYSITELIB}/mitmproxy/console/__init__.pyo +${PYSITELIB}/mitmproxy/console/common.py +${PYSITELIB}/mitmproxy/console/common.pyc +${PYSITELIB}/mitmproxy/console/common.pyo +${PYSITELIB}/mitmproxy/console/flowdetailview.py +${PYSITELIB}/mitmproxy/console/flowdetailview.pyc +${PYSITELIB}/mitmproxy/console/flowdetailview.pyo +${PYSITELIB}/mitmproxy/console/flowlist.py +${PYSITELIB}/mitmproxy/console/flowlist.pyc +${PYSITELIB}/mitmproxy/console/flowlist.pyo +${PYSITELIB}/mitmproxy/console/flowview.py +${PYSITELIB}/mitmproxy/console/flowview.pyc +${PYSITELIB}/mitmproxy/console/flowview.pyo +${PYSITELIB}/mitmproxy/console/grideditor.py +${PYSITELIB}/mitmproxy/console/grideditor.pyc +${PYSITELIB}/mitmproxy/console/grideditor.pyo +${PYSITELIB}/mitmproxy/console/help.py +${PYSITELIB}/mitmproxy/console/help.pyc +${PYSITELIB}/mitmproxy/console/help.pyo +${PYSITELIB}/mitmproxy/console/options.py +${PYSITELIB}/mitmproxy/console/options.pyc +${PYSITELIB}/mitmproxy/console/options.pyo +${PYSITELIB}/mitmproxy/console/palettepicker.py +${PYSITELIB}/mitmproxy/console/palettepicker.pyc +${PYSITELIB}/mitmproxy/console/palettepicker.pyo +${PYSITELIB}/mitmproxy/console/palettes.py +${PYSITELIB}/mitmproxy/console/palettes.pyc +${PYSITELIB}/mitmproxy/console/palettes.pyo +${PYSITELIB}/mitmproxy/console/pathedit.py +${PYSITELIB}/mitmproxy/console/pathedit.pyc +${PYSITELIB}/mitmproxy/console/pathedit.pyo +${PYSITELIB}/mitmproxy/console/searchable.py +${PYSITELIB}/mitmproxy/console/searchable.pyc +${PYSITELIB}/mitmproxy/console/searchable.pyo +${PYSITELIB}/mitmproxy/console/select.py +${PYSITELIB}/mitmproxy/console/select.pyc +${PYSITELIB}/mitmproxy/console/select.pyo +${PYSITELIB}/mitmproxy/console/signals.py +${PYSITELIB}/mitmproxy/console/signals.pyc +${PYSITELIB}/mitmproxy/console/signals.pyo +${PYSITELIB}/mitmproxy/console/statusbar.py +${PYSITELIB}/mitmproxy/console/statusbar.pyc +${PYSITELIB}/mitmproxy/console/statusbar.pyo +${PYSITELIB}/mitmproxy/console/tabs.py +${PYSITELIB}/mitmproxy/console/tabs.pyc +${PYSITELIB}/mitmproxy/console/tabs.pyo +${PYSITELIB}/mitmproxy/console/window.py +${PYSITELIB}/mitmproxy/console/window.pyc +${PYSITELIB}/mitmproxy/console/window.pyo +${PYSITELIB}/mitmproxy/contentviews.py +${PYSITELIB}/mitmproxy/contentviews.pyc +${PYSITELIB}/mitmproxy/contentviews.pyo +${PYSITELIB}/mitmproxy/contrib/README +${PYSITELIB}/mitmproxy/contrib/__init__.py +${PYSITELIB}/mitmproxy/contrib/__init__.pyc +${PYSITELIB}/mitmproxy/contrib/__init__.pyo +${PYSITELIB}/mitmproxy/contrib/jsbeautifier/__init__.py +${PYSITELIB}/mitmproxy/contrib/jsbeautifier/__init__.pyc +${PYSITELIB}/mitmproxy/contrib/jsbeautifier/__init__.pyo +${PYSITELIB}/mitmproxy/contrib/jsbeautifier/unpackers/README.specs.mkd +${PYSITELIB}/mitmproxy/contrib/jsbeautifier/unpackers/__init__.py +${PYSITELIB}/mitmproxy/contrib/jsbeautifier/unpackers/__init__.pyc +${PYSITELIB}/mitmproxy/contrib/jsbeautifier/unpackers/__init__.pyo +${PYSITELIB}/mitmproxy/contrib/jsbeautifier/unpackers/evalbased.py +${PYSITELIB}/mitmproxy/contrib/jsbeautifier/unpackers/evalbased.pyc +${PYSITELIB}/mitmproxy/contrib/jsbeautifier/unpackers/evalbased.pyo +${PYSITELIB}/mitmproxy/contrib/jsbeautifier/unpackers/javascriptobfuscator.py +${PYSITELIB}/mitmproxy/contrib/jsbeautifier/unpackers/javascriptobfuscator.pyc +${PYSITELIB}/mitmproxy/contrib/jsbeautifier/unpackers/javascriptobfuscator.pyo +${PYSITELIB}/mitmproxy/contrib/jsbeautifier/unpackers/myobfuscate.py +${PYSITELIB}/mitmproxy/contrib/jsbeautifier/unpackers/myobfuscate.pyc +${PYSITELIB}/mitmproxy/contrib/jsbeautifier/unpackers/myobfuscate.pyo +${PYSITELIB}/mitmproxy/contrib/jsbeautifier/unpackers/packer.py +${PYSITELIB}/mitmproxy/contrib/jsbeautifier/unpackers/packer.pyc +${PYSITELIB}/mitmproxy/contrib/jsbeautifier/unpackers/packer.pyo +${PYSITELIB}/mitmproxy/contrib/jsbeautifier/unpackers/urlencode.py +${PYSITELIB}/mitmproxy/contrib/jsbeautifier/unpackers/urlencode.pyc +${PYSITELIB}/mitmproxy/contrib/jsbeautifier/unpackers/urlencode.pyo +${PYSITELIB}/mitmproxy/contrib/tls/__init__.py +${PYSITELIB}/mitmproxy/contrib/tls/__init__.pyc +${PYSITELIB}/mitmproxy/contrib/tls/__init__.pyo +${PYSITELIB}/mitmproxy/contrib/tls/_constructs.py +${PYSITELIB}/mitmproxy/contrib/tls/_constructs.pyc +${PYSITELIB}/mitmproxy/contrib/tls/_constructs.pyo +${PYSITELIB}/mitmproxy/contrib/tls/utils.py +${PYSITELIB}/mitmproxy/contrib/tls/utils.pyc +${PYSITELIB}/mitmproxy/contrib/tls/utils.pyo +${PYSITELIB}/mitmproxy/contrib/wbxml/ASCommandResponse.py +${PYSITELIB}/mitmproxy/contrib/wbxml/ASCommandResponse.pyc +${PYSITELIB}/mitmproxy/contrib/wbxml/ASCommandResponse.pyo +${PYSITELIB}/mitmproxy/contrib/wbxml/ASWBXML.py +${PYSITELIB}/mitmproxy/contrib/wbxml/ASWBXML.pyc +${PYSITELIB}/mitmproxy/contrib/wbxml/ASWBXML.pyo +${PYSITELIB}/mitmproxy/contrib/wbxml/ASWBXMLByteQueue.py +${PYSITELIB}/mitmproxy/contrib/wbxml/ASWBXMLByteQueue.pyc +${PYSITELIB}/mitmproxy/contrib/wbxml/ASWBXMLByteQueue.pyo +${PYSITELIB}/mitmproxy/contrib/wbxml/ASWBXMLCodePage.py +${PYSITELIB}/mitmproxy/contrib/wbxml/ASWBXMLCodePage.pyc +${PYSITELIB}/mitmproxy/contrib/wbxml/ASWBXMLCodePage.pyo +${PYSITELIB}/mitmproxy/contrib/wbxml/GlobalTokens.py +${PYSITELIB}/mitmproxy/contrib/wbxml/GlobalTokens.pyc +${PYSITELIB}/mitmproxy/contrib/wbxml/GlobalTokens.pyo +${PYSITELIB}/mitmproxy/contrib/wbxml/InvalidDataException.py +${PYSITELIB}/mitmproxy/contrib/wbxml/InvalidDataException.pyc +${PYSITELIB}/mitmproxy/contrib/wbxml/InvalidDataException.pyo +${PYSITELIB}/mitmproxy/contrib/wbxml/__init__.py +${PYSITELIB}/mitmproxy/contrib/wbxml/__init__.pyc +${PYSITELIB}/mitmproxy/contrib/wbxml/__init__.pyo +${PYSITELIB}/mitmproxy/controller.py +${PYSITELIB}/mitmproxy/controller.pyc +${PYSITELIB}/mitmproxy/controller.pyo +${PYSITELIB}/mitmproxy/dump.py +${PYSITELIB}/mitmproxy/dump.pyc +${PYSITELIB}/mitmproxy/dump.pyo +${PYSITELIB}/mitmproxy/exceptions.py +${PYSITELIB}/mitmproxy/exceptions.pyc +${PYSITELIB}/mitmproxy/exceptions.pyo +${PYSITELIB}/mitmproxy/filt.py +${PYSITELIB}/mitmproxy/filt.pyc +${PYSITELIB}/mitmproxy/filt.pyo +${PYSITELIB}/mitmproxy/flow.py +${PYSITELIB}/mitmproxy/flow.pyc +${PYSITELIB}/mitmproxy/flow.pyo +${PYSITELIB}/mitmproxy/flow_export.py +${PYSITELIB}/mitmproxy/flow_export.pyc +${PYSITELIB}/mitmproxy/flow_export.pyo +${PYSITELIB}/mitmproxy/flow_format_compat.py +${PYSITELIB}/mitmproxy/flow_format_compat.pyc +${PYSITELIB}/mitmproxy/flow_format_compat.pyo +${PYSITELIB}/mitmproxy/main.py +${PYSITELIB}/mitmproxy/main.pyc +${PYSITELIB}/mitmproxy/main.pyo +${PYSITELIB}/mitmproxy/models/__init__.py +${PYSITELIB}/mitmproxy/models/__init__.pyc +${PYSITELIB}/mitmproxy/models/__init__.pyo +${PYSITELIB}/mitmproxy/models/connections.py +${PYSITELIB}/mitmproxy/models/connections.pyc +${PYSITELIB}/mitmproxy/models/connections.pyo +${PYSITELIB}/mitmproxy/models/flow.py +${PYSITELIB}/mitmproxy/models/flow.pyc +${PYSITELIB}/mitmproxy/models/flow.pyo +${PYSITELIB}/mitmproxy/models/http.py +${PYSITELIB}/mitmproxy/models/http.pyc +${PYSITELIB}/mitmproxy/models/http.pyo +${PYSITELIB}/mitmproxy/onboarding/__init__.py +${PYSITELIB}/mitmproxy/onboarding/__init__.pyc +${PYSITELIB}/mitmproxy/onboarding/__init__.pyo +${PYSITELIB}/mitmproxy/onboarding/app.py +${PYSITELIB}/mitmproxy/onboarding/app.pyc +${PYSITELIB}/mitmproxy/onboarding/app.pyo +${PYSITELIB}/mitmproxy/onboarding/static/bootstrap.min.css +${PYSITELIB}/mitmproxy/onboarding/static/fontawesome/css/font-awesome.css +${PYSITELIB}/mitmproxy/onboarding/static/fontawesome/css/font-awesome.min.css +${PYSITELIB}/mitmproxy/onboarding/static/fontawesome/fonts/FontAwesome.otf +${PYSITELIB}/mitmproxy/onboarding/static/fontawesome/fonts/fontawesome-webfont.eot +${PYSITELIB}/mitmproxy/onboarding/static/fontawesome/fonts/fontawesome-webfont.svg +${PYSITELIB}/mitmproxy/onboarding/static/fontawesome/fonts/fontawesome-webfont.ttf +${PYSITELIB}/mitmproxy/onboarding/static/fontawesome/fonts/fontawesome-webfont.woff +${PYSITELIB}/mitmproxy/onboarding/static/mitmproxy.css +${PYSITELIB}/mitmproxy/onboarding/templates/frame.html +${PYSITELIB}/mitmproxy/onboarding/templates/index.html +${PYSITELIB}/mitmproxy/onboarding/templates/layout.html +${PYSITELIB}/mitmproxy/platform/__init__.py +${PYSITELIB}/mitmproxy/platform/__init__.pyc +${PYSITELIB}/mitmproxy/platform/__init__.pyo +${PYSITELIB}/mitmproxy/platform/linux.py +${PYSITELIB}/mitmproxy/platform/linux.pyc +${PYSITELIB}/mitmproxy/platform/linux.pyo +${PYSITELIB}/mitmproxy/platform/osx.py +${PYSITELIB}/mitmproxy/platform/osx.pyc +${PYSITELIB}/mitmproxy/platform/osx.pyo +${PYSITELIB}/mitmproxy/platform/pf.py +${PYSITELIB}/mitmproxy/platform/pf.pyc +${PYSITELIB}/mitmproxy/platform/pf.pyo +${PYSITELIB}/mitmproxy/platform/windows.py +${PYSITELIB}/mitmproxy/platform/windows.pyc +${PYSITELIB}/mitmproxy/platform/windows.pyo +${PYSITELIB}/mitmproxy/protocol/__init__.py +${PYSITELIB}/mitmproxy/protocol/__init__.pyc +${PYSITELIB}/mitmproxy/protocol/__init__.pyo +${PYSITELIB}/mitmproxy/protocol/base.py +${PYSITELIB}/mitmproxy/protocol/base.pyc +${PYSITELIB}/mitmproxy/protocol/base.pyo +${PYSITELIB}/mitmproxy/protocol/http.py +${PYSITELIB}/mitmproxy/protocol/http.pyc +${PYSITELIB}/mitmproxy/protocol/http.pyo +${PYSITELIB}/mitmproxy/protocol/http1.py +${PYSITELIB}/mitmproxy/protocol/http1.pyc +${PYSITELIB}/mitmproxy/protocol/http1.pyo +${PYSITELIB}/mitmproxy/protocol/http2.py +${PYSITELIB}/mitmproxy/protocol/http2.pyc +${PYSITELIB}/mitmproxy/protocol/http2.pyo +${PYSITELIB}/mitmproxy/protocol/http_replay.py +${PYSITELIB}/mitmproxy/protocol/http_replay.pyc +${PYSITELIB}/mitmproxy/protocol/http_replay.pyo +${PYSITELIB}/mitmproxy/protocol/rawtcp.py +${PYSITELIB}/mitmproxy/protocol/rawtcp.pyc +${PYSITELIB}/mitmproxy/protocol/rawtcp.pyo +${PYSITELIB}/mitmproxy/protocol/tls.py +${PYSITELIB}/mitmproxy/protocol/tls.pyc +${PYSITELIB}/mitmproxy/protocol/tls.pyo +${PYSITELIB}/mitmproxy/proxy/__init__.py +${PYSITELIB}/mitmproxy/proxy/__init__.pyc +${PYSITELIB}/mitmproxy/proxy/__init__.pyo +${PYSITELIB}/mitmproxy/proxy/config.py +${PYSITELIB}/mitmproxy/proxy/config.pyc +${PYSITELIB}/mitmproxy/proxy/config.pyo +${PYSITELIB}/mitmproxy/proxy/modes/__init__.py +${PYSITELIB}/mitmproxy/proxy/modes/__init__.pyc +${PYSITELIB}/mitmproxy/proxy/modes/__init__.pyo +${PYSITELIB}/mitmproxy/proxy/modes/http_proxy.py +${PYSITELIB}/mitmproxy/proxy/modes/http_proxy.pyc +${PYSITELIB}/mitmproxy/proxy/modes/http_proxy.pyo +${PYSITELIB}/mitmproxy/proxy/modes/reverse_proxy.py +${PYSITELIB}/mitmproxy/proxy/modes/reverse_proxy.pyc +${PYSITELIB}/mitmproxy/proxy/modes/reverse_proxy.pyo +${PYSITELIB}/mitmproxy/proxy/modes/socks_proxy.py +${PYSITELIB}/mitmproxy/proxy/modes/socks_proxy.pyc +${PYSITELIB}/mitmproxy/proxy/modes/socks_proxy.pyo +${PYSITELIB}/mitmproxy/proxy/modes/transparent_proxy.py +${PYSITELIB}/mitmproxy/proxy/modes/transparent_proxy.pyc +${PYSITELIB}/mitmproxy/proxy/modes/transparent_proxy.pyo +${PYSITELIB}/mitmproxy/proxy/root_context.py +${PYSITELIB}/mitmproxy/proxy/root_context.pyc +${PYSITELIB}/mitmproxy/proxy/root_context.pyo +${PYSITELIB}/mitmproxy/proxy/server.py +${PYSITELIB}/mitmproxy/proxy/server.pyc +${PYSITELIB}/mitmproxy/proxy/server.pyo +${PYSITELIB}/mitmproxy/script/__init__.py +${PYSITELIB}/mitmproxy/script/__init__.pyc +${PYSITELIB}/mitmproxy/script/__init__.pyo +${PYSITELIB}/mitmproxy/script/concurrent.py +${PYSITELIB}/mitmproxy/script/concurrent.pyc +${PYSITELIB}/mitmproxy/script/concurrent.pyo +${PYSITELIB}/mitmproxy/script/reloader.py +${PYSITELIB}/mitmproxy/script/reloader.pyc +${PYSITELIB}/mitmproxy/script/reloader.pyo +${PYSITELIB}/mitmproxy/script/script.py +${PYSITELIB}/mitmproxy/script/script.pyc +${PYSITELIB}/mitmproxy/script/script.pyo +${PYSITELIB}/mitmproxy/script/script_context.py +${PYSITELIB}/mitmproxy/script/script_context.pyc +${PYSITELIB}/mitmproxy/script/script_context.pyo +${PYSITELIB}/mitmproxy/stateobject.py +${PYSITELIB}/mitmproxy/stateobject.pyc +${PYSITELIB}/mitmproxy/stateobject.pyo +${PYSITELIB}/mitmproxy/tnetstring.py +${PYSITELIB}/mitmproxy/tnetstring.pyc +${PYSITELIB}/mitmproxy/tnetstring.pyo +${PYSITELIB}/mitmproxy/utils.py +${PYSITELIB}/mitmproxy/utils.pyc +${PYSITELIB}/mitmproxy/utils.pyo +${PYSITELIB}/mitmproxy/version.py +${PYSITELIB}/mitmproxy/version.pyc +${PYSITELIB}/mitmproxy/version.pyo +${PYSITELIB}/mitmproxy/web/__init__.py +${PYSITELIB}/mitmproxy/web/__init__.pyc +${PYSITELIB}/mitmproxy/web/__init__.pyo +${PYSITELIB}/mitmproxy/web/app.py +${PYSITELIB}/mitmproxy/web/app.pyc +${PYSITELIB}/mitmproxy/web/app.pyo +${PYSITELIB}/mitmproxy/web/static/app.css +${PYSITELIB}/mitmproxy/web/static/app.js +${PYSITELIB}/mitmproxy/web/static/fonts/fontawesome-webfont.eot +${PYSITELIB}/mitmproxy/web/static/fonts/fontawesome-webfont.svg +${PYSITELIB}/mitmproxy/web/static/fonts/fontawesome-webfont.ttf +${PYSITELIB}/mitmproxy/web/static/fonts/fontawesome-webfont.woff +${PYSITELIB}/mitmproxy/web/static/images/chrome-devtools/LICENSE +${PYSITELIB}/mitmproxy/web/static/images/chrome-devtools/resourceCSSIcon.png +${PYSITELIB}/mitmproxy/web/static/images/chrome-devtools/resourceDocumentIcon.png +${PYSITELIB}/mitmproxy/web/static/images/chrome-devtools/resourceJSIcon.png +${PYSITELIB}/mitmproxy/web/static/images/chrome-devtools/resourcePlainIcon.png +${PYSITELIB}/mitmproxy/web/static/images/resourceExecutableIcon.png +${PYSITELIB}/mitmproxy/web/static/images/resourceFlashIcon.png +${PYSITELIB}/mitmproxy/web/static/images/resourceImageIcon.png +${PYSITELIB}/mitmproxy/web/static/images/resourceJavaIcon.png +${PYSITELIB}/mitmproxy/web/static/images/resourceNotModifiedIcon.png +${PYSITELIB}/mitmproxy/web/static/images/resourceRedirectIcon.png +${PYSITELIB}/mitmproxy/web/static/vendor.css +${PYSITELIB}/mitmproxy/web/static/vendor.js +${PYSITELIB}/mitmproxy/web/templates/index.html +${PYSITELIB}/mitmproxy/webfonts/fontawesome-webfont.eot +${PYSITELIB}/mitmproxy/webfonts/fontawesome-webfont.svg +${PYSITELIB}/mitmproxy/webfonts/fontawesome-webfont.ttf +${PYSITELIB}/mitmproxy/webfonts/fontawesome-webfont.woff +${PYSITELIB}/netlib/__init__.py +${PYSITELIB}/netlib/__init__.pyc +${PYSITELIB}/netlib/__init__.pyo +${PYSITELIB}/netlib/certutils.py +${PYSITELIB}/netlib/certutils.pyc +${PYSITELIB}/netlib/certutils.pyo +${PYSITELIB}/netlib/encoding.py +${PYSITELIB}/netlib/encoding.pyc +${PYSITELIB}/netlib/encoding.pyo +${PYSITELIB}/netlib/exceptions.py +${PYSITELIB}/netlib/exceptions.pyc +${PYSITELIB}/netlib/exceptions.pyo +${PYSITELIB}/netlib/http/__init__.py +${PYSITELIB}/netlib/http/__init__.pyc +${PYSITELIB}/netlib/http/__init__.pyo +${PYSITELIB}/netlib/http/authentication.py +${PYSITELIB}/netlib/http/authentication.pyc +${PYSITELIB}/netlib/http/authentication.pyo +${PYSITELIB}/netlib/http/cookies.py +${PYSITELIB}/netlib/http/cookies.pyc +${PYSITELIB}/netlib/http/cookies.pyo +${PYSITELIB}/netlib/http/headers.py +${PYSITELIB}/netlib/http/headers.pyc +${PYSITELIB}/netlib/http/headers.pyo +${PYSITELIB}/netlib/http/http1/__init__.py +${PYSITELIB}/netlib/http/http1/__init__.pyc +${PYSITELIB}/netlib/http/http1/__init__.pyo +${PYSITELIB}/netlib/http/http1/assemble.py +${PYSITELIB}/netlib/http/http1/assemble.pyc +${PYSITELIB}/netlib/http/http1/assemble.pyo +${PYSITELIB}/netlib/http/http1/read.py +${PYSITELIB}/netlib/http/http1/read.pyc +${PYSITELIB}/netlib/http/http1/read.pyo +${PYSITELIB}/netlib/http/http2/__init__.py +${PYSITELIB}/netlib/http/http2/__init__.pyc +${PYSITELIB}/netlib/http/http2/__init__.pyo +${PYSITELIB}/netlib/http/http2/connections.py +${PYSITELIB}/netlib/http/http2/connections.pyc +${PYSITELIB}/netlib/http/http2/connections.pyo +${PYSITELIB}/netlib/http/message.py +${PYSITELIB}/netlib/http/message.pyc +${PYSITELIB}/netlib/http/message.pyo +${PYSITELIB}/netlib/http/request.py +${PYSITELIB}/netlib/http/request.pyc +${PYSITELIB}/netlib/http/request.pyo +${PYSITELIB}/netlib/http/response.py +${PYSITELIB}/netlib/http/response.pyc +${PYSITELIB}/netlib/http/response.pyo +${PYSITELIB}/netlib/http/status_codes.py +${PYSITELIB}/netlib/http/status_codes.pyc +${PYSITELIB}/netlib/http/status_codes.pyo +${PYSITELIB}/netlib/http/user_agents.py +${PYSITELIB}/netlib/http/user_agents.pyc +${PYSITELIB}/netlib/http/user_agents.pyo +${PYSITELIB}/netlib/odict.py +${PYSITELIB}/netlib/odict.pyc +${PYSITELIB}/netlib/odict.pyo +${PYSITELIB}/netlib/socks.py +${PYSITELIB}/netlib/socks.pyc +${PYSITELIB}/netlib/socks.pyo +${PYSITELIB}/netlib/tcp.py +${PYSITELIB}/netlib/tcp.pyc +${PYSITELIB}/netlib/tcp.pyo +${PYSITELIB}/netlib/tutils.py +${PYSITELIB}/netlib/tutils.pyc +${PYSITELIB}/netlib/tutils.pyo +${PYSITELIB}/netlib/utils.py +${PYSITELIB}/netlib/utils.pyc +${PYSITELIB}/netlib/utils.pyo +${PYSITELIB}/netlib/version.py +${PYSITELIB}/netlib/version.pyc +${PYSITELIB}/netlib/version.pyo +${PYSITELIB}/netlib/version_check.py +${PYSITELIB}/netlib/version_check.pyc +${PYSITELIB}/netlib/version_check.pyo +${PYSITELIB}/netlib/websockets/__init__.py +${PYSITELIB}/netlib/websockets/__init__.pyc +${PYSITELIB}/netlib/websockets/__init__.pyo +${PYSITELIB}/netlib/websockets/frame.py +${PYSITELIB}/netlib/websockets/frame.pyc +${PYSITELIB}/netlib/websockets/frame.pyo +${PYSITELIB}/netlib/websockets/protocol.py +${PYSITELIB}/netlib/websockets/protocol.pyc +${PYSITELIB}/netlib/websockets/protocol.pyo +${PYSITELIB}/netlib/wsgi.py +${PYSITELIB}/netlib/wsgi.pyc +${PYSITELIB}/netlib/wsgi.pyo +${PYSITELIB}/pathod/__init__.py +${PYSITELIB}/pathod/__init__.pyc +${PYSITELIB}/pathod/__init__.pyo +${PYSITELIB}/pathod/app.py +${PYSITELIB}/pathod/app.pyc +${PYSITELIB}/pathod/app.pyo +${PYSITELIB}/pathod/language/__init__.py +${PYSITELIB}/pathod/language/__init__.pyc +${PYSITELIB}/pathod/language/__init__.pyo +${PYSITELIB}/pathod/language/actions.py +${PYSITELIB}/pathod/language/actions.pyc +${PYSITELIB}/pathod/language/actions.pyo +${PYSITELIB}/pathod/language/base.py +${PYSITELIB}/pathod/language/base.pyc +${PYSITELIB}/pathod/language/base.pyo +${PYSITELIB}/pathod/language/exceptions.py +${PYSITELIB}/pathod/language/exceptions.pyc +${PYSITELIB}/pathod/language/exceptions.pyo +${PYSITELIB}/pathod/language/generators.py +${PYSITELIB}/pathod/language/generators.pyc +${PYSITELIB}/pathod/language/generators.pyo +${PYSITELIB}/pathod/language/http.py +${PYSITELIB}/pathod/language/http.pyc +${PYSITELIB}/pathod/language/http.pyo +${PYSITELIB}/pathod/language/http2.py +${PYSITELIB}/pathod/language/http2.pyc +${PYSITELIB}/pathod/language/http2.pyo +${PYSITELIB}/pathod/language/message.py +${PYSITELIB}/pathod/language/message.pyc +${PYSITELIB}/pathod/language/message.pyo +${PYSITELIB}/pathod/language/websockets.py +${PYSITELIB}/pathod/language/websockets.pyc +${PYSITELIB}/pathod/language/websockets.pyo +${PYSITELIB}/pathod/language/writer.py +${PYSITELIB}/pathod/language/writer.pyc +${PYSITELIB}/pathod/language/writer.pyo +${PYSITELIB}/pathod/log.py +${PYSITELIB}/pathod/log.pyc +${PYSITELIB}/pathod/log.pyo +${PYSITELIB}/pathod/pathoc.py +${PYSITELIB}/pathod/pathoc.pyc +${PYSITELIB}/pathod/pathoc.pyo +${PYSITELIB}/pathod/pathoc_cmdline.py +${PYSITELIB}/pathod/pathoc_cmdline.pyc +${PYSITELIB}/pathod/pathoc_cmdline.pyo +${PYSITELIB}/pathod/pathod.py +${PYSITELIB}/pathod/pathod.pyc +${PYSITELIB}/pathod/pathod.pyo +${PYSITELIB}/pathod/pathod_cmdline.py +${PYSITELIB}/pathod/pathod_cmdline.pyc +${PYSITELIB}/pathod/pathod_cmdline.pyo +${PYSITELIB}/pathod/protocols/__init__.py +${PYSITELIB}/pathod/protocols/__init__.pyc +${PYSITELIB}/pathod/protocols/__init__.pyo +${PYSITELIB}/pathod/protocols/http.py +${PYSITELIB}/pathod/protocols/http.pyc +${PYSITELIB}/pathod/protocols/http.pyo +${PYSITELIB}/pathod/protocols/http2.py +${PYSITELIB}/pathod/protocols/http2.pyc +${PYSITELIB}/pathod/protocols/http2.pyo +${PYSITELIB}/pathod/protocols/websockets.py +${PYSITELIB}/pathod/protocols/websockets.pyc +${PYSITELIB}/pathod/protocols/websockets.pyo +${PYSITELIB}/pathod/static/bootstrap.min.css +${PYSITELIB}/pathod/static/bootstrap.min.js +${PYSITELIB}/pathod/static/jquery-1.7.2.min.js +${PYSITELIB}/pathod/static/jquery.localscroll-min.js +${PYSITELIB}/pathod/static/jquery.scrollTo-min.js +${PYSITELIB}/pathod/static/pathod.css +${PYSITELIB}/pathod/static/start_quote.png +${PYSITELIB}/pathod/static/syntax.css +${PYSITELIB}/pathod/static/torture.png +${PYSITELIB}/pathod/templates/about.html +${PYSITELIB}/pathod/templates/docframe.html +${PYSITELIB}/pathod/templates/docs_lang.html +${PYSITELIB}/pathod/templates/docs_lang_requests.html +${PYSITELIB}/pathod/templates/docs_lang_responses.html +${PYSITELIB}/pathod/templates/docs_lang_websockets.html +${PYSITELIB}/pathod/templates/docs_libpathod.html +${PYSITELIB}/pathod/templates/docs_pathoc.html +${PYSITELIB}/pathod/templates/docs_pathod.html +${PYSITELIB}/pathod/templates/docs_test.html +${PYSITELIB}/pathod/templates/download.html +${PYSITELIB}/pathod/templates/examples_context.html +${PYSITELIB}/pathod/templates/examples_setup.html +${PYSITELIB}/pathod/templates/examples_setupall.html +${PYSITELIB}/pathod/templates/frame.html +${PYSITELIB}/pathod/templates/index.html +${PYSITELIB}/pathod/templates/layout.html +${PYSITELIB}/pathod/templates/log.html +${PYSITELIB}/pathod/templates/onelog.html +${PYSITELIB}/pathod/templates/request_preview.html +${PYSITELIB}/pathod/templates/request_previewform.html +${PYSITELIB}/pathod/templates/response_preview.html +${PYSITELIB}/pathod/templates/response_previewform.html +${PYSITELIB}/pathod/test.py +${PYSITELIB}/pathod/test.pyc +${PYSITELIB}/pathod/test.pyo +${PYSITELIB}/pathod/utils.py +${PYSITELIB}/pathod/utils.pyc +${PYSITELIB}/pathod/utils.pyo +${PYSITELIB}/pathod/version.py +${PYSITELIB}/pathod/version.pyc +${PYSITELIB}/pathod/version.pyo diff --git a/net/mitmproxy/distinfo b/net/mitmproxy/distinfo index 1ee5b0538c389..2abd9e7e8057b 100644 --- a/net/mitmproxy/distinfo +++ b/net/mitmproxy/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.8 2016/02/16 13:54:00 leot Exp $ +$NetBSD: distinfo,v 1.9 2016/04/21 08:20:45 leot Exp $ -SHA1 (mitmproxy-0.16.tar.gz) = ca625a9daf65545c81039e91dd2bee367fced862 -RMD160 (mitmproxy-0.16.tar.gz) = 6fd3c16c4b2d78b746c03331639de477aa1383a6 -SHA512 (mitmproxy-0.16.tar.gz) = ee25190d23f3a9f5926d670b8af1dcf03e7aba89a52d909563e0803f25fe9bce334a51011119b23ea1fdaa19181b02a84448a0a96f571b0d93a45477f58650ab -Size (mitmproxy-0.16.tar.gz) = 26439489 bytes -SHA1 (patch-setup.py) = 490c81bc89c9bbb243927e5d5db5761bb897d0c6 +SHA1 (mitmproxy-0.17.tar.gz) = e6bec7da5e4b8ce81a879125d8db609fae77a068 +RMD160 (mitmproxy-0.17.tar.gz) = a1e13087fd26e0f7e35890fea7ceddec8d9aeb94 +SHA512 (mitmproxy-0.17.tar.gz) = 10358a335feb9a88d351f1623b4894c24e2c73f8a76d796191324e3b2b00bd8d8d64e26dc7c982b63136358c008b571a7fe2a713f427e54b297091d781a9497b +Size (mitmproxy-0.17.tar.gz) = 26915176 bytes +SHA1 (patch-setup.py) = 8219fee4c30ac0a8bb52a6c34ae6657bf59885cc diff --git a/net/mitmproxy/patches/patch-setup.py b/net/mitmproxy/patches/patch-setup.py index b6e447aa64869..3ca534ed27916 100644 --- a/net/mitmproxy/patches/patch-setup.py +++ b/net/mitmproxy/patches/patch-setup.py @@ -1,90 +1,113 @@ -$NetBSD: patch-setup.py,v 1.3 2016/02/16 13:54:00 leot Exp $ +$NetBSD: patch-setup.py,v 1.4 2016/04/21 08:20:45 leot Exp $ Avoid too strict version requirements. ---- setup.py.orig 2016-02-14 16:04:47.000000000 +0000 +--- setup.py.orig 2016-04-10 00:43:47.000000000 +0000 +++ setup.py -@@ -51,19 +51,19 @@ setup( +@@ -59,64 +59,64 @@ setup( + # https://packaging.python.org/en/latest/requirements/#install-requires # It is not considered best practice to use install_requires to pin dependencies to specific versions. install_requires=[ - "netlib>={}, <{}".format(version.MINORVERSION, version.NEXT_MINORVERSION), -- "h2>=2.1.0, <2.2", -- "tornado>=4.3, <4.4", -- "configargparse>=0.10, <0.11", -- "pyperclip>=1.5.22, <1.6", +- "backports.ssl_match_hostname>=3.5.0.1, <3.6", - "blinker>=1.4, <1.5", -- "pyparsing>=2.1,<2.2", -- "html2text==2016.1.8", +- "click>=6.2, <7.0", ++ "backports.ssl_match_hostname>=3.5.0.1", ++ "blinker>=1.4", ++ "click>=6.2", + "certifi>=2015.11.20.1", # no semver here - this should always be on the last release! +- "configargparse>=0.10, <0.11", - "construct>=2.5.2, <2.6", +- "cryptography>=1.3,<1.4", +- "Flask>=0.10.1, <0.11", +- "h2>=2.1.2, <3.0", +- "hpack>=2.1.0, <3.0", +- "html2text>=2016.1.8, <=2016.4.2", +- "hyperframe>=3.2.0, <4.0", +- "lxml>=3.5.0, <3.7", +- "Pillow>=3.2, <3.3", +- "passlib>=1.6.5, <1.7", +- "pyasn1>=0.1.9, <0.2", +- "pyOpenSSL>=16.0, <17.0", +- "pyparsing>=2.1,<2.2", +- "pyperclip>=1.5.22, <1.6", +- "requests>=2.9.1, <2.10", - "six>=1.10, <1.11", -- "Pillow>=3.1, <3.2", -- "watchdog>=0.8.3, <0.9", -- "click>=6.2, <7.0", +- "tornado>=4.3, <4.4", - "urwid>=1.3.1, <1.4", -+ "h2>=2.1.0", -+ "tornado>=4.3", +- "watchdog>=0.8.3, <0.9", + "configargparse>=0.10", -+ "pyperclip>=1.5.22", -+ "blinker>=1.4", -+ "pyparsing>=2.1", -+ "html2text>=2016.1.8", + "construct>=2.5.2", ++ "cryptography>=1.3", ++ "Flask>=0.10.1", ++ "h2>=2.1.2", ++ "hpack>=2.1.0", ++ "html2text>=2016.1.8", ++ "hyperframe>=3.2.0", ++ "lxml>=3.5.0", ++ "Pillow>=3.2", ++ "passlib>=1.6.5", ++ "pyasn1>=0.1.9", ++ "pyOpenSSL>=16.0", ++ "pyparsing>=2.1", ++ "pyperclip>=1.5.22", ++ "requests>=2.9.1", + "six>=1.10", -+ "Pillow>=3.1", -+ "watchdog>=0.8.3", -+ "click>=6.2", ++ "tornado>=4.3", + "urwid>=1.3.1", ++ "watchdog>=0.8.3", ], extras_require={ ':sys_platform == "win32"': [ -@@ -71,34 +71,34 @@ setup( - "lxml==3.4.4", # there are no Windows wheels for newer versions, so we pin this. +- "pydivert>=0.0.7, <0.1", ++ "pydivert>=0.0.7", ], ':sys_platform != "win32"': [ -- "lxml>=3.5.0, <3.6", -+ "lxml>=3.5.0", ], # Do not use a range operator here: https://bitbucket.org/pypa/setuptools/issues/380 # Ubuntu Trusty and other still ship with setuptools < 17.1 ':python_version == "2.7"': [ -- "enum34>=1.0.4, <1.2", +- "enum34>=1.0.4, <2", +- "ipaddress>=1.0.15, <1.1", + "enum34>=1.0.4", ++ "ipaddress>=1.0.15", ], 'dev': [ +- "coveralls>=1.1, <1.2", - "mock>=1.3.0, <1.4", -- "pytest>=2.8.7, <2.9", -- "pytest-xdist>=1.14, <1.15", +- "pytest>=2.8.7,<2.10", - "pytest-cov>=2.2.1, <2.3", - "pytest-timeout>=1.0.0, <1.1", -- "coveralls>=1.1, <1.2", +- "pytest-xdist>=1.14, <1.15", +- "sphinx>=1.3.5, <1.5", +- "sphinx-autobuild>=0.5.2, <0.7", +- "sphinxcontrib-documentedlist>=0.3.0, <0.4", +- "sphinx_rtd_theme>=0.1.9, <0.2", ++ "coveralls>=1.1", + "mock>=1.3.0", + "pytest>=2.8.7", -+ "pytest-xdist>=1.14", + "pytest-cov>=2.2.1", + "pytest-timeout>=1.0.0", -+ "coveralls>=1.1", - "pathod>={}, <{}".format(version.MINORVERSION, version.NEXT_MINORVERSION), -- "sphinx>=1.3.5, <1.4", -- "sphinx-autobuild>=0.5.2, <0.6", -- "sphinxcontrib-documentedlist>=0.3.0, <0.4" ++ "pytest-xdist>=1.14", + "sphinx>=1.3.5", + "sphinx-autobuild>=0.5.2", + "sphinxcontrib-documentedlist>=0.3.0", ++ "sphinx_rtd_theme>=0.1.9", ], 'contentviews': [ -- "pyamf>=0.8.0, <0.9", +- "cssutils>=1.0.1, <1.1", - "protobuf>=2.6.1, <2.7", -- "cssutils>=1.0.1, <1.1" -+ "pyamf>=0.8.0", -+ "protobuf>=2.6.1", +- "pyamf>=0.8.0, <0.9", + "cssutils>=1.0.1", ++ "protobuf>=2.6.1", ++ "pyamf>=0.8.0", ], 'examples': [ - "pytz==2015.7.0", -- "harparser>=0.2, <0.3", - "beautifulsoup4>=4.4.1, <4.5", -+ "harparser>=0.2", +- "harparser>=0.2, <0.3", +- "pytz>=2015.07.0, <=2016.3", + "beautifulsoup4>=4.4.1", ++ "harparser>=0.2", ++ "pytz>=2015.07.0", ] } ) diff --git a/net/mldonkey-gui/Makefile b/net/mldonkey-gui/Makefile index e428f54a441c7..b5b51452b84bc 100644 --- a/net/mldonkey-gui/Makefile +++ b/net/mldonkey-gui/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.90 2016/03/05 11:29:08 jperkin Exp $ +# $NetBSD: Makefile,v 1.93 2016/05/05 11:45:40 jaapb Exp $ -PKGREVISION= 3 +PKGREVISION= 6 .include "../../net/mldonkey/Makefile.common" PKGNAME= ${DISTNAME:S/mldonkey/mldonkey-gui/} diff --git a/net/mldonkey/Makefile b/net/mldonkey/Makefile index 6fd97df9db48b..42410070b0bf0 100644 --- a/net/mldonkey/Makefile +++ b/net/mldonkey/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.83 2015/11/18 14:19:54 ryoon Exp $ +# $NetBSD: Makefile,v 1.84 2016/05/05 11:45:40 jaapb Exp $ -PKGREVISION= 1 +PKGREVISION= 2 .include "Makefile.common" RCD_SCRIPTS= mldonkey diff --git a/net/mono-nat/Makefile b/net/mono-nat/Makefile index 1d6e51dd17462..9a4ec7fa7b3ce 100644 --- a/net/mono-nat/Makefile +++ b/net/mono-nat/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.15 2015/10/10 01:57:54 ryoon Exp $ +# $NetBSD: Makefile,v 1.16 2016/04/11 19:01:37 ryoon Exp $ DISTNAME= mono-nat-1.0.2 -PKGREVISION= 13 +PKGREVISION= 14 CATEGORIES= net MASTER_SITES= http://projects.qnetp.net/attachments/download/22/ diff --git a/net/mono-nat/buildlink3.mk b/net/mono-nat/buildlink3.mk index 41a9ced8e08c7..c0ec2f59253a5 100644 --- a/net/mono-nat/buildlink3.mk +++ b/net/mono-nat/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.13 2015/07/06 04:46:10 kefren Exp $ +# $NetBSD: buildlink3.mk,v 1.14 2016/04/11 19:01:37 ryoon Exp $ BUILDLINK_TREE+= mono-nat @@ -6,7 +6,7 @@ BUILDLINK_TREE+= mono-nat MONO_NAT_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.mono-nat+= mono-nat>=1.0.2 -BUILDLINK_ABI_DEPENDS.mono-nat+= mono-nat>=1.0.2nb12 +BUILDLINK_ABI_DEPENDS.mono-nat+= mono-nat>=1.0.2nb14 BUILDLINK_PKGSRCDIR.mono-nat?= ../../net/mono-nat .include "../../lang/mono/buildlink3.mk" diff --git a/net/monotorrent/Makefile b/net/monotorrent/Makefile index 3815749778f85..938f4bbf40cc1 100644 --- a/net/monotorrent/Makefile +++ b/net/monotorrent/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.19 2015/10/10 01:57:55 ryoon Exp $ +# $NetBSD: Makefile,v 1.20 2016/04/11 19:01:37 ryoon Exp $ DISTNAME= monotorrent-0.72 -PKGREVISION= 13 +PKGREVISION= 14 CATEGORIES= net MASTER_SITES= http://projects.qnetp.net/attachments/download/13/ diff --git a/net/monotorrent/buildlink3.mk b/net/monotorrent/buildlink3.mk index 1dbdbcd253e8a..e8f8a7220caf5 100644 --- a/net/monotorrent/buildlink3.mk +++ b/net/monotorrent/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.16 2015/07/06 04:46:10 kefren Exp $ +# $NetBSD: buildlink3.mk,v 1.17 2016/04/11 19:01:37 ryoon Exp $ BUILDLINK_TREE+= monotorrent @@ -6,7 +6,7 @@ BUILDLINK_TREE+= monotorrent MONOTORRENT_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.monotorrent+= monotorrent>=0.72 -BUILDLINK_ABI_DEPENDS.monotorrent+= monotorrent>=0.72nb12 +BUILDLINK_ABI_DEPENDS.monotorrent+= monotorrent>=0.72nb14 BUILDLINK_PKGSRCDIR.monotorrent?= ../../net/monotorrent .include "../../lang/mono/buildlink3.mk" diff --git a/net/monsoon/Makefile b/net/monsoon/Makefile index 220aa03f644df..1a2ecd4b3842e 100644 --- a/net/monsoon/Makefile +++ b/net/monsoon/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.54 2016/03/05 11:29:08 jperkin Exp $ +# $NetBSD: Makefile,v 1.55 2016/04/11 19:02:00 ryoon Exp $ DISTNAME= monsoon-0.20 -PKGREVISION= 48 +PKGREVISION= 49 CATEGORIES= net MASTER_SITES= http://www.monsoon-project.org/jaws/data/files/ diff --git a/net/nasd/Makefile b/net/nasd/Makefile index 2aec24890099f..48bafd206ac96 100644 --- a/net/nasd/Makefile +++ b/net/nasd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2015/11/08 21:55:11 dholland Exp $ +# $NetBSD: Makefile,v 1.18 2016/03/13 07:56:12 dholland Exp $ DISTNAME= repackaged-${PKGNAME_NOREV} PKGNAME= nasd-1.3 @@ -25,7 +25,7 @@ pre-patch: ${MKDIR} ${WRKSRC}/common/netbsd do-configure: - cd ${WRKSRC} && ${SETENV} NASD_DESTDIR=${PREFIX}/nasd ./itomf -m ${TOOLS_PATH.makedepend} -x ${X11BASE}/lib/X11/config + cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} NASD_DESTDIR=${PREFIX}/nasd ./itomf -m ${TOOLS_PATH.makedepend} -x ${X11BASE}/lib/X11/config .include "../../mk/pthread.buildlink3.mk" diff --git a/net/ndpi/DESCR b/net/ndpi/DESCR new file mode 100644 index 0000000000000..0bdd53259799d --- /dev/null +++ b/net/ndpi/DESCR @@ -0,0 +1,4 @@ +nDPI is an open source LGPLv3 library for deep-packet inspection. Based on +OpenDPI it includes ntop extensions. We have tried to push them into the OpenDPI +source tree but nobody answered emails so we have decided to create our own +source tree. diff --git a/net/ndpi/Makefile b/net/ndpi/Makefile new file mode 100644 index 0000000000000..53763ce73d2e5 --- /dev/null +++ b/net/ndpi/Makefile @@ -0,0 +1,27 @@ +# $NetBSD: Makefile,v 1.1 2016/04/08 16:51:23 adam Exp $ + +DISTNAME= ntopng-2.2 +PKGNAME= ndpi-1.7.1 +CATEGORIES= net +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ntop/} + +MAINTAINER= adam@NetBSD.org +HOMEPAGE= http://www.ntop.org/ +COMMENT= Library for deep-packet inspection +LICENSE= gnu-lgpl-v3 + +USE_LANGUAGES= c c++ +USE_LIBTOOL= yes +USE_TOOLS+= autoconf automake gmake pkg-config +GNU_CONFIGURE= yes +PKGCONFIG_OVERRIDE= libndpi.pc.in + +EXTRACT_ELEMENTS= ${DISTNAME}/nDPI +WRKSRC= ${WRKDIR}/${DISTNAME}/nDPI + +pre-configure: + cd ${WRKSRC} && autoreconf -fiv + +.include "../../net/libpcap/buildlink3.mk" +.include "../../textproc/json-c/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/net/ndpi/PLIST b/net/ndpi/PLIST new file mode 100644 index 0000000000000..3d4221ecdd228 --- /dev/null +++ b/net/ndpi/PLIST @@ -0,0 +1,11 @@ +@comment $NetBSD: PLIST,v 1.1 2016/04/08 16:51:23 adam Exp $ +bin/ndpiReader +include/libndpi-${PKGVERSION}/libndpi/ndpi_api.h +include/libndpi-${PKGVERSION}/libndpi/ndpi_define.h +include/libndpi-${PKGVERSION}/libndpi/ndpi_includes.h +include/libndpi-${PKGVERSION}/libndpi/ndpi_main.h +include/libndpi-${PKGVERSION}/libndpi/ndpi_protocol_ids.h +include/libndpi-${PKGVERSION}/libndpi/ndpi_protocols.h +include/libndpi-${PKGVERSION}/libndpi/ndpi_typedefs.h +lib/libndpi.la +lib/pkgconfig/libndpi.pc diff --git a/net/ndpi/buildlink3.mk b/net/ndpi/buildlink3.mk new file mode 100644 index 0000000000000..82e31f4823c9c --- /dev/null +++ b/net/ndpi/buildlink3.mk @@ -0,0 +1,14 @@ +# $NetBSD: buildlink3.mk,v 1.1 2016/04/08 16:51:23 adam Exp $ + +BUILDLINK_TREE+= ndpi + +.if !defined(NDPI_BUILDLINK3_MK) +NDPI_BUILDLINK3_MK:= + +BUILDLINK_API_DEPENDS.ndpi+= ndpi>=1.7 +BUILDLINK_PKGSRCDIR.ndpi?= ../../net/ndpi + +.include "../../textproc/json-c/buildlink3.mk" +.endif # NDPI_BUILDLINK3_MK + +BUILDLINK_TREE+= -ndpi diff --git a/net/ndpi/distinfo b/net/ndpi/distinfo new file mode 100644 index 0000000000000..7987c90795747 --- /dev/null +++ b/net/ndpi/distinfo @@ -0,0 +1,7 @@ +$NetBSD: distinfo,v 1.1 2016/04/08 16:51:23 adam Exp $ + +SHA1 (ntopng-2.2.tar.gz) = 873170e54611acb77741be67aec8b782fb8efb9b +RMD160 (ntopng-2.2.tar.gz) = ff89921551d6c23c286df6d4965c67818f2c5df5 +SHA512 (ntopng-2.2.tar.gz) = d0dacdd821bb546a1034bd616201ae05f17037fd446ec2b7566fe6b2c1fa90b256056c3dd5f0b10aded4c903286adfa7ac5f3901c4392de92f6c27dcc523cb23 +Size (ntopng-2.2.tar.gz) = 91319029 bytes +SHA1 (patch-src_lib_Makefile.am) = f5e640d9504e7bea73e77a759c2243f4dbad8bf7 diff --git a/net/ndpi/patches/patch-src_lib_Makefile.am b/net/ndpi/patches/patch-src_lib_Makefile.am new file mode 100644 index 0000000000000..d69b386020cc5 --- /dev/null +++ b/net/ndpi/patches/patch-src_lib_Makefile.am @@ -0,0 +1,14 @@ +$NetBSD: patch-src_lib_Makefile.am,v 1.1 2016/04/08 16:51:23 adam Exp $ + +Add missing include file. + +--- src/lib/Makefile.am.orig 2016-04-01 15:26:55.000000000 +0000 ++++ src/lib/Makefile.am +@@ -8,6 +8,7 @@ libndpi_la_includedir = $(includedir)/li + + libndpi_la_include_HEADERS = ../include/ndpi_api.h \ + ../include/ndpi_define.h \ ++ ../include/ndpi_includes.h \ + ../include/ndpi_main.h \ + ../include/ndpi_protocol_ids.h \ + ../include/ndpi_protocols.h \ diff --git a/net/net-snmp/distinfo b/net/net-snmp/distinfo index af81dc8319ee9..284a6787c8a85 100644 --- a/net/net-snmp/distinfo +++ b/net/net-snmp/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.87 2015/11/04 00:35:15 agc Exp $ +$NetBSD: distinfo,v 1.88 2016/04/29 19:47:21 adam Exp $ SHA1 (net-snmp-5.7.3.tar.gz) = 97dc25077257680815de44e34128d365c76bd839 RMD160 (net-snmp-5.7.3.tar.gz) = c5cf54d5723ee417e07f1f9fa3936aef505104a2 @@ -9,16 +9,19 @@ SHA1 (patch-af) = 4fb96b79f9126dedb8a132d44894ea23c9e8c101 SHA1 (patch-ag) = d9595eceeb5ee986ab4365f62e3c3ab339e605aa SHA1 (patch-agent_mibgroup_agentx_master.c) = c2b3f145280e3fecc26a431ec914cf89d87a17f4 SHA1 (patch-agent_mibgroup_agentx_master_admin.c) = 3c233c1e3113fbc9c1de34cb4cbacca9ef4a6fe2 +SHA1 (patch-agent_mibgroup_at.c) = 50842f54d98b3cf7bf7028ddbb582b84b7ae682f SHA1 (patch-agent_mibgroup_hardware_cpu_cpu__sysctl.c) = 5f1cd89f938b60e57ae87c055a269d3848b6a23e SHA1 (patch-agent_mibgroup_hardware_fsys_fsys_getfsstats.c) = cee9722d9a3f956726a8760b900ed3a375afde3f SHA1 (patch-agent_mibgroup_hardware_memory_memory__netbsd.c) = 928a5aa99e7893ee91dea3110db8098212e328fa SHA1 (patch-agent_mibgroup_host_data__access_swrun__kinfo.c) = f983ae0d99d85ab1ac6dc7cf2d2c0415b6935258 +SHA1 (patch-agent_mibgroup_ip-mib_data__access_arp__sysctl.c) = cad87b474cdd469c7ba762ed8a47202c3c6f9240 SHA1 (patch-agent_mibgroup_kernel__sunos5.c) = 3e345f92f42a47959716b0176096c6b0d91aa65a SHA1 (patch-agent_mibgroup_kernel__sunos5.h) = eb80eb5e55020014b1e5524fd572839aefdce5a5 SHA1 (patch-agent_mibgroup_mibII_ipAddr.c) = cd3345a4b30fe2280d0555ee38feb5f957a55b1e SHA1 (patch-agent_mibgroup_mibII_ipv6.c) = d6a271145e6ba774cbc1e93caa14e3d22dc43075 SHA1 (patch-agent_mibgroup_mibII_tcpTable.c) = f547f3fd08848803cbf7ce08a41ba463c4d02992 SHA1 (patch-agent_mibgroup_mibII_udpTable.c) = 2eb5e5c05ecb23f69cbb0d38a31e14d5b5ddc6b7 +SHA1 (patch-agent_mibgroup_var__route.c) = 919348e62849367793e4abf7d608d9824eb8ff2d SHA1 (patch-agent_snmp__agent.c) = 2dbfea907d0e1881f5d55c5b270984fc3a562da9 SHA1 (patch-ai) = 04c2a487bad8705c9725ef4a62016051d3898970 SHA1 (patch-aj) = d110e996d0538d17251d39a5eed46df6944ba0fa diff --git a/net/net-snmp/patches/patch-agent_mibgroup_at.c b/net/net-snmp/patches/patch-agent_mibgroup_at.c new file mode 100644 index 0000000000000..79e7f60f10ff9 --- /dev/null +++ b/net/net-snmp/patches/patch-agent_mibgroup_at.c @@ -0,0 +1,26 @@ +$NetBSD: patch-agent_mibgroup_at.c,v 1.1 2016/04/29 19:47:21 adam Exp $ + +Fix for systems with RTF_LLDATA in place of RTF_LLINFO. + +--- agent/mibgroup/mibII/at.c.orig 2016-04-29 19:32:13.000000000 +0000 ++++ agent/mibgroup/mibII/at.c +@@ -101,7 +101,7 @@ + #include + + #if defined(HAVE_SYS_SYSCTL_H) && !defined(NETSNMP_CAN_USE_SYSCTL) +-# if defined(RTF_LLINFO) ++# if defined(RTF_LLINFO) || defined(RTF_LLDATA) + # define NETSNMP_CAN_USE_SYSCTL 1 + # endif + #endif +@@ -691,7 +691,9 @@ ARP_Scan_Init(void) + mib[2] = 0; + mib[3] = AF_INET; + mib[4] = NET_RT_FLAGS; +-#if defined RTF_LLINFO ++#if defined RTF_LLDATA ++ mib[5] = RTF_LLDATA; ++#elif defined RTF_LLINFO + mib[5] = RTF_LLINFO; + #else + mib[5] = 0; diff --git a/net/net-snmp/patches/patch-agent_mibgroup_ip-mib_data__access_arp__sysctl.c b/net/net-snmp/patches/patch-agent_mibgroup_ip-mib_data__access_arp__sysctl.c new file mode 100644 index 0000000000000..c7ed107e79b22 --- /dev/null +++ b/net/net-snmp/patches/patch-agent_mibgroup_ip-mib_data__access_arp__sysctl.c @@ -0,0 +1,30 @@ +$NetBSD: patch-agent_mibgroup_ip-mib_data__access_arp__sysctl.c,v 1.1 2016/04/29 19:47:21 adam Exp $ + +Fix for systems with RTF_LLDATA in place of RTF_LLINFO. + +--- agent/mibgroup/ip-mib/data_access/arp_sysctl.c.orig 2016-04-29 19:29:57.000000000 +0000 ++++ agent/mibgroup/ip-mib/data_access/arp_sysctl.c +@@ -129,7 +129,11 @@ _load_arp_table_from_sysctl(netsnmp_arp_ + mib[2] = 0; + mib[3] = AF_INET; + mib[4] = NET_RT_FLAGS; ++#ifdef RTF_LLDATA ++ mib[5] = RTF_LLDATA; ++#else + mib[5] = RTF_LLINFO; ++#endif + + err = 0; + buf = newbuf = NULL; +@@ -236,7 +240,11 @@ _load_ndp_table_from_sysctl(netsnmp_arp_ + mib[2] = 0; + mib[3] = AF_INET6; + mib[4] = NET_RT_FLAGS; ++#ifdef RTF_LLDATA ++ mib[5] = RTF_LLDATA; ++#else + mib[5] = RTF_LLINFO; ++#endif + + err = 0; + buf = newbuf = NULL; diff --git a/net/net-snmp/patches/patch-agent_mibgroup_var__route.c b/net/net-snmp/patches/patch-agent_mibgroup_var__route.c new file mode 100644 index 0000000000000..0442e026cae78 --- /dev/null +++ b/net/net-snmp/patches/patch-agent_mibgroup_var__route.c @@ -0,0 +1,19 @@ +$NetBSD: patch-agent_mibgroup_var__route.c,v 1.1 2016/04/29 19:47:21 adam Exp $ + +Fix for systems with RTF_LLDATA in place of RTF_LLINFO. + +--- agent/mibgroup/mibII/var_route.c.orig 2016-04-29 19:35:23.000000000 +0000 ++++ agent/mibgroup/mibII/var_route.c +@@ -954,8 +954,12 @@ load_rtentries(struct radix_node *pt) + } + #if CHECK_RT_FLAGS + if (((rt.rt_flags & RTF_CLONING) != RTF_CLONING) ++#ifdef RTF_LLDATA ++ && ((rt.rt_flags & RTF_LLDATA) != RTF_LLDATA)) { ++#else + && ((rt.rt_flags & RTF_LLINFO) != RTF_LLINFO)) { + #endif ++#endif + /* + * check for space and malloc + */ diff --git a/net/netdisco/Makefile b/net/netdisco/Makefile index 06c63b4f68f90..0d57fb6ae1ef0 100644 --- a/net/netdisco/Makefile +++ b/net/netdisco/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.37 2015/09/12 23:00:08 joerg Exp $ +# $NetBSD: Makefile,v 1.38 2016/04/02 08:43:25 jperkin Exp $ DISTNAME= netdisco-${PKGVERSION}_with_mibs PKGNAME= netdisco-${PKGVERSION} @@ -31,6 +31,8 @@ DEPENDS+= p5-Parallel-ForkManager-[0-9]*:../../devel/p5-Parallel-ForkManager WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} +INSTALLATION_DIRS= ${EGDIR} ${PKGBASE} + .include "../../mk/bsd.prefs.mk" USE_TOOLS+= pax perl:run @@ -146,8 +148,6 @@ do-build: do-install: ${RM} -f ${WRKSRC:Q}/bin/netdisco_daemon cd ${WRKSRC:Q} && pax -rw -pp . ${DESTDIR}${PREFIX:Q}/netdisco - ${MKDIR} ${DESTDIR}${EGDIR} - set -e; \ for i in netdisco.conf netdisco-topology.txt netdisco.crontab \ netdisco_apache.conf netdisco_apache_dir.conf; do \ diff --git a/net/nmap/Makefile b/net/nmap/Makefile index 1320bf1486360..e361e10a0e7dd 100644 --- a/net/nmap/Makefile +++ b/net/nmap/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.128 2016/03/05 11:29:09 jperkin Exp $ +# $NetBSD: Makefile,v 1.129 2016/04/09 06:38:05 adam Exp $ -DISTNAME= nmap-7.01 -PKGREVISION= 1 +DISTNAME= nmap-7.12 CATEGORIES= net security MASTER_SITES= http://nmap.org/dist/ EXTRACT_SUFX= .tar.bz2 diff --git a/net/nmap/PLIST b/net/nmap/PLIST index 26b41d9bfe77e..68fd54ab5b615 100644 --- a/net/nmap/PLIST +++ b/net/nmap/PLIST @@ -1,13 +1,32 @@ -@comment $NetBSD: PLIST,v 1.22 2016/01/24 13:46:49 richard Exp $ +@comment $NetBSD: PLIST,v 1.23 2016/04/09 06:38:05 adam Exp $ bin/ncat ${PLIST.ndiff}bin/ndiff -${PLIST.ndiff}${PYSITELIB}/ndiff.py -${PLIST.ndiff}${PYSITELIB}/ndiff.pyc bin/nmap ${PLIST.zenmap}bin/nmapfe bin/nping ${PLIST.zenmap}bin/xnmap ${PLIST.zenmap}bin/zenmap +man/de/man1/nmap.1 +man/es/man1/nmap.1 +man/fr/man1/nmap.1 +man/hr/man1/nmap.1 +man/hu/man1/nmap.1 +man/it/man1/nmap.1 +man/ja/man1/nmap.1 +man/man1/ncat.1 +${PLIST.ndiff}man/man1/ndiff.1 +man/man1/nmap.1 +man/man1/nping.1 +${PLIST.zenmap}man/man1/zenmap.1 +man/pl/man1/nmap.1 +man/pt_BR/man1/nmap.1 +man/pt_PT/man1/nmap.1 +man/ro/man1/nmap.1 +man/ru/man1/nmap.1 +man/sk/man1/nmap.1 +man/zh/man1/nmap.1 +${PLIST.ndiff}${PYSITELIB}/ndiff.py +${PLIST.ndiff}${PYSITELIB}/ndiff.pyc ${PLIST.zenmap}${PYSITELIB}/radialnet/__init__.py ${PLIST.zenmap}${PYSITELIB}/radialnet/__init__.pyc ${PLIST.zenmap}${PYSITELIB}/radialnet/bestwidgets/__init__.py @@ -220,25 +239,6 @@ ${PLIST.zenmap}${PYSITELIB}/zenmapGUI/higwidgets/higwindows.py ${PLIST.zenmap}${PYSITELIB}/zenmapGUI/higwidgets/higwindows.pyc ${PLIST.zenmap}${PYSITELIB}/zenmapGUI/higwidgets/utils.py ${PLIST.zenmap}${PYSITELIB}/zenmapGUI/higwidgets/utils.pyc -man/de/man1/nmap.1 -man/es/man1/nmap.1 -man/fr/man1/nmap.1 -man/hr/man1/nmap.1 -man/hu/man1/nmap.1 -man/it/man1/nmap.1 -man/ja/man1/nmap.1 -man/man1/ncat.1 -${PLIST.ndiff}man/man1/ndiff.1 -man/man1/nmap.1 -man/man1/nping.1 -${PLIST.zenmap}man/man1/zenmap.1 -man/pl/man1/nmap.1 -man/pt_BR/man1/nmap.1 -man/pt_PT/man1/nmap.1 -man/ro/man1/nmap.1 -man/ru/man1/nmap.1 -man/sk/man1/nmap.1 -man/zh/man1/nmap.1 ${PLIST.zenmap}share/applications/zenmap-root.desktop ${PLIST.zenmap}share/applications/zenmap.desktop share/ncat/ca-bundle.crt @@ -251,70 +251,11 @@ share/nmap/nmap-service-probes share/nmap/nmap-services share/nmap/nmap.dtd share/nmap/nmap.xsl -${PLIST.lua}share/nmap/nselib/anyconnect.lua -${PLIST.lua}share/nmap/nselib/data/drupal-themes.lst -${PLIST.lua}share/nmap/nselib/data/enterprise_numbers.txt -${PLIST.lua}share/nmap/nselib/data/targets-ipv6-wordlist -${PLIST.lua}share/nmap/nselib/data/wp-themes.lst -${PLIST.lua}share/nmap/nselib/lpeg-utility.lua -${PLIST.lua}share/nmap/nselib/ls.lua -${PLIST.lua}share/nmap/nselib/re.lua -${PLIST.lua}share/nmap/nselib/slaxml.lua -${PLIST.lua}share/nmap/scripts/bacnet-info.nse -${PLIST.lua}share/nmap/scripts/broadcast-sonicwall-discover.nse -${PLIST.lua}share/nmap/scripts/docker-version.nse -${PLIST.lua}share/nmap/scripts/enip-info.nse -${PLIST.lua}share/nmap/scripts/fcrdns.nse -${PLIST.lua}share/nmap/scripts/hnap-info.nse -${PLIST.lua}share/nmap/scripts/http-avaya-ipoffice-users.nse -${PLIST.lua}share/nmap/scripts/http-cisco-anyconnect.nse -${PLIST.lua}share/nmap/scripts/http-cross-domain-policy.nse -${PLIST.lua}share/nmap/scripts/http-drupal-enum.nse -${PLIST.lua}share/nmap/scripts/http-fetch.nse -${PLIST.lua}share/nmap/scripts/http-ls.nse -${PLIST.lua}share/nmap/scripts/http-shellshock.nse -${PLIST.lua}share/nmap/scripts/http-svn-enum.nse -${PLIST.lua}share/nmap/scripts/http-svn-info.nse -${PLIST.lua}share/nmap/scripts/http-vuln-cve2006-3392.nse -${PLIST.lua}share/nmap/scripts/http-vuln-cve2013-7091.nse -${PLIST.lua}share/nmap/scripts/http-vuln-cve2014-2126.nse -${PLIST.lua}share/nmap/scripts/http-vuln-cve2014-2127.nse -${PLIST.lua}share/nmap/scripts/http-vuln-cve2014-2128.nse -${PLIST.lua}share/nmap/scripts/http-vuln-cve2014-2129.nse -${PLIST.lua}share/nmap/scripts/http-vuln-cve2014-8877.nse -${PLIST.lua}share/nmap/scripts/http-vuln-cve2015-1427.nse -${PLIST.lua}share/nmap/scripts/http-vuln-cve2015-1635.nse -${PLIST.lua}share/nmap/scripts/http-vuln-misfortune-cookie.nse -${PLIST.lua}share/nmap/scripts/http-vuln-wnr1000-creds.nse -${PLIST.lua}share/nmap/scripts/http-webdav-scan.nse -${PLIST.lua}share/nmap/scripts/http-wordpress-users.nse -${PLIST.lua}share/nmap/scripts/ip-https-discover.nse -${PLIST.lua}share/nmap/scripts/knx-gateway-discover.nse -${PLIST.lua}share/nmap/scripts/knx-gateway-info.nse -${PLIST.lua}share/nmap/scripts/mikrotik-routeros-brute.nse -${PLIST.lua}share/nmap/scripts/nje-node-brute.nse -${PLIST.lua}share/nmap/scripts/omron-info.nse -${PLIST.lua}share/nmap/scripts/s7-info.nse -${PLIST.lua}share/nmap/scripts/smb-vuln-conficker.nse -${PLIST.lua}share/nmap/scripts/smb-vuln-cve2009-3103.nse -${PLIST.lua}share/nmap/scripts/smb-vuln-ms06-025.nse -${PLIST.lua}share/nmap/scripts/smb-vuln-ms07-029.nse -${PLIST.lua}share/nmap/scripts/smb-vuln-ms08-067.nse -${PLIST.lua}share/nmap/scripts/smb-vuln-regsvc-dos.nse -${PLIST.lua}share/nmap/scripts/snmp-info.nse -${PLIST.lua}share/nmap/scripts/ssl-ccs-injection.nse -${PLIST.lua}share/nmap/scripts/ssl-dh-params.nse -${PLIST.lua}share/nmap/scripts/ssl-poodle.nse -${PLIST.lua}share/nmap/scripts/supermicro-ipmi-conf.nse -${PLIST.lua}share/nmap/scripts/targets-ipv6-map4to6.nse -${PLIST.lua}share/nmap/scripts/targets-ipv6-wordlist.nse -${PLIST.lua}share/nmap/scripts/targets-xml.nse -${PLIST.lua}share/nmap/scripts/tor-consensus-checker.nse -${PLIST.lua}share/nmap/scripts/xmlrpc-methods.nse ${PLIST.lua}share/nmap/nse_main.lua ${PLIST.lua}share/nmap/nselib/afp.lua ${PLIST.lua}share/nmap/nselib/ajp.lua ${PLIST.lua}share/nmap/nselib/amqp.lua +${PLIST.lua}share/nmap/nselib/anyconnect.lua ${PLIST.lua}share/nmap/nselib/asn1.lua ${PLIST.lua}share/nmap/nselib/base32.lua ${PLIST.lua}share/nmap/nselib/base64.lua @@ -331,6 +272,8 @@ ${PLIST.lua}share/nmap/nselib/creds.lua ${PLIST.lua}share/nmap/nselib/cvs.lua ${PLIST.lua}share/nmap/nselib/data/dns-srv-names ${PLIST.lua}share/nmap/nselib/data/drupal-modules.lst +${PLIST.lua}share/nmap/nselib/data/drupal-themes.lst +${PLIST.lua}share/nmap/nselib/data/enterprise_numbers.txt ${PLIST.lua}share/nmap/nselib/data/favicon-db ${PLIST.lua}share/nmap/nselib/data/http-default-accounts-fingerprints.lua ${PLIST.lua}share/nmap/nselib/data/http-devframework-fingerprints.lua @@ -364,11 +307,13 @@ ${PLIST.lua}share/nmap/nselib/data/psexec/pwdump.lua ${PLIST.lua}share/nmap/nselib/data/rtsp-urls.txt ${PLIST.lua}share/nmap/nselib/data/snmpcommunities.lst ${PLIST.lua}share/nmap/nselib/data/ssl-fingerprints +${PLIST.lua}share/nmap/nselib/data/targets-ipv6-wordlist ${PLIST.lua}share/nmap/nselib/data/tftplist.txt ${PLIST.lua}share/nmap/nselib/data/usernames.lst ${PLIST.lua}share/nmap/nselib/data/vhosts-default.lst ${PLIST.lua}share/nmap/nselib/data/vhosts-full.lst ${PLIST.lua}share/nmap/nselib/data/wp-plugins.lst +${PLIST.lua}share/nmap/nselib/data/wp-themes.lst ${PLIST.lua}share/nmap/nselib/datafiles.lua ${PLIST.lua}share/nmap/nselib/dhcp.lua ${PLIST.lua}share/nmap/nselib/dhcp6.lua @@ -397,6 +342,9 @@ ${PLIST.lua}share/nmap/nselib/json.lua ${PLIST.lua}share/nmap/nselib/ldap.lua ${PLIST.lua}share/nmap/nselib/lfs.luadoc ${PLIST.lua}share/nmap/nselib/listop.lua +${PLIST.lua}share/nmap/nselib/lpeg-utility.lua +${PLIST.lua}share/nmap/nselib/lpeg.luadoc +${PLIST.lua}share/nmap/nselib/ls.lua ${PLIST.lua}share/nmap/nselib/match.lua ${PLIST.lua}share/nmap/nselib/membase.lua ${PLIST.lua}share/nmap/nselib/mobileme.lua @@ -405,6 +353,7 @@ ${PLIST.lua}share/nmap/nselib/msrpc.lua ${PLIST.lua}share/nmap/nselib/msrpcperformance.lua ${PLIST.lua}share/nmap/nselib/msrpctypes.lua ${PLIST.lua}share/nmap/nselib/mssql.lua +${PLIST.lua}share/nmap/nselib/multicast.lua ${PLIST.lua}share/nmap/nselib/mysql.lua ${PLIST.lua}share/nmap/nselib/natpmp.lua ${PLIST.lua}share/nmap/nselib/ncp.lua @@ -423,6 +372,7 @@ ${PLIST.lua}share/nmap/nselib/pop3.lua ${PLIST.lua}share/nmap/nselib/pppoe.lua ${PLIST.lua}share/nmap/nselib/proxy.lua ${PLIST.lua}share/nmap/nselib/rdp.lua +${PLIST.lua}share/nmap/nselib/re.lua ${PLIST.lua}share/nmap/nselib/redis.lua ${PLIST.lua}share/nmap/nselib/rmi.lua ${PLIST.lua}share/nmap/nselib/rpc.lua @@ -432,6 +382,7 @@ ${PLIST.lua}share/nmap/nselib/rtsp.lua ${PLIST.lua}share/nmap/nselib/sasl.lua ${PLIST.lua}share/nmap/nselib/shortport.lua ${PLIST.lua}share/nmap/nselib/sip.lua +${PLIST.lua}share/nmap/nselib/slaxml.lua ${PLIST.lua}share/nmap/nselib/smb.lua ${PLIST.lua}share/nmap/nselib/smbauth.lua ${PLIST.lua}share/nmap/nselib/smtp.lua @@ -481,6 +432,7 @@ ${PLIST.lua}share/nmap/scripts/auth-owners.nse ${PLIST.lua}share/nmap/scripts/auth-spoof.nse ${PLIST.lua}share/nmap/scripts/backorifice-brute.nse ${PLIST.lua}share/nmap/scripts/backorifice-info.nse +${PLIST.lua}share/nmap/scripts/bacnet-info.nse ${PLIST.lua}share/nmap/scripts/banner.nse ${PLIST.lua}share/nmap/scripts/bitcoin-getaddr.nse ${PLIST.lua}share/nmap/scripts/bitcoin-info.nse @@ -509,6 +461,7 @@ ${PLIST.lua}share/nmap/scripts/broadcast-ping.nse ${PLIST.lua}share/nmap/scripts/broadcast-pppoe-discover.nse ${PLIST.lua}share/nmap/scripts/broadcast-rip-discover.nse ${PLIST.lua}share/nmap/scripts/broadcast-ripng-discover.nse +${PLIST.lua}share/nmap/scripts/broadcast-sonicwall-discover.nse ${PLIST.lua}share/nmap/scripts/broadcast-sybase-asa-discover.nse ${PLIST.lua}share/nmap/scripts/broadcast-tellstick-discover.nse ${PLIST.lua}share/nmap/scripts/broadcast-upnp-info.nse @@ -556,6 +509,7 @@ ${PLIST.lua}share/nmap/scripts/dns-srv-enum.nse ${PLIST.lua}share/nmap/scripts/dns-update.nse ${PLIST.lua}share/nmap/scripts/dns-zeustracker.nse ${PLIST.lua}share/nmap/scripts/dns-zone-transfer.nse +${PLIST.lua}share/nmap/scripts/docker-version.nse ${PLIST.lua}share/nmap/scripts/domcon-brute.nse ${PLIST.lua}share/nmap/scripts/domcon-cmd.nse ${PLIST.lua}share/nmap/scripts/domino-enum-users.nse @@ -564,8 +518,10 @@ ${PLIST.lua}share/nmap/scripts/drda-brute.nse ${PLIST.lua}share/nmap/scripts/drda-info.nse ${PLIST.lua}share/nmap/scripts/duplicates.nse ${PLIST.lua}share/nmap/scripts/eap-info.nse +${PLIST.lua}share/nmap/scripts/enip-info.nse ${PLIST.lua}share/nmap/scripts/epmd-info.nse ${PLIST.lua}share/nmap/scripts/eppc-enum-processes.nse +${PLIST.lua}share/nmap/scripts/fcrdns.nse ${PLIST.lua}share/nmap/scripts/finger.nse ${PLIST.lua}share/nmap/scripts/firewalk.nse ${PLIST.lua}share/nmap/scripts/firewall-bypass.nse @@ -591,14 +547,17 @@ ${PLIST.lua}share/nmap/scripts/hadoop-tasktracker-info.nse ${PLIST.lua}share/nmap/scripts/hbase-master-info.nse ${PLIST.lua}share/nmap/scripts/hbase-region-info.nse ${PLIST.lua}share/nmap/scripts/hddtemp-info.nse +${PLIST.lua}share/nmap/scripts/hnap-info.nse ${PLIST.lua}share/nmap/scripts/hostmap-bfk.nse ${PLIST.lua}share/nmap/scripts/hostmap-ip2hosts.nse ${PLIST.lua}share/nmap/scripts/hostmap-robtex.nse ${PLIST.lua}share/nmap/scripts/http-adobe-coldfusion-apsa1301.nse ${PLIST.lua}share/nmap/scripts/http-affiliate-id.nse ${PLIST.lua}share/nmap/scripts/http-apache-negotiation.nse +${PLIST.lua}share/nmap/scripts/http-apache-server-status.nse ${PLIST.lua}share/nmap/scripts/http-auth-finder.nse ${PLIST.lua}share/nmap/scripts/http-auth.nse +${PLIST.lua}share/nmap/scripts/http-avaya-ipoffice-users.nse ${PLIST.lua}share/nmap/scripts/http-awstatstotals-exec.nse ${PLIST.lua}share/nmap/scripts/http-axis2-dir-traversal.nse ${PLIST.lua}share/nmap/scripts/http-backup-finder.nse @@ -606,10 +565,12 @@ ${PLIST.lua}share/nmap/scripts/http-barracuda-dir-traversal.nse ${PLIST.lua}share/nmap/scripts/http-brute.nse ${PLIST.lua}share/nmap/scripts/http-cakephp-version.nse ${PLIST.lua}share/nmap/scripts/http-chrono.nse +${PLIST.lua}share/nmap/scripts/http-cisco-anyconnect.nse ${PLIST.lua}share/nmap/scripts/http-coldfusion-subzero.nse ${PLIST.lua}share/nmap/scripts/http-comments-displayer.nse ${PLIST.lua}share/nmap/scripts/http-config-backup.nse ${PLIST.lua}share/nmap/scripts/http-cors.nse +${PLIST.lua}share/nmap/scripts/http-cross-domain-policy.nse ${PLIST.lua}share/nmap/scripts/http-csrf.nse ${PLIST.lua}share/nmap/scripts/http-date.nse ${PLIST.lua}share/nmap/scripts/http-default-accounts.nse @@ -618,11 +579,13 @@ ${PLIST.lua}share/nmap/scripts/http-dlink-backdoor.nse ${PLIST.lua}share/nmap/scripts/http-dombased-xss.nse ${PLIST.lua}share/nmap/scripts/http-domino-enum-passwords.nse ${PLIST.lua}share/nmap/scripts/http-drupal-enum-users.nse +${PLIST.lua}share/nmap/scripts/http-drupal-enum.nse ${PLIST.lua}share/nmap/scripts/http-enum.nse ${PLIST.lua}share/nmap/scripts/http-errors.nse ${PLIST.lua}share/nmap/scripts/http-exif-spider.nse ${PLIST.lua}share/nmap/scripts/http-favicon.nse ${PLIST.lua}share/nmap/scripts/http-feed.nse +${PLIST.lua}share/nmap/scripts/http-fetch.nse ${PLIST.lua}share/nmap/scripts/http-fileupload-exploiter.nse ${PLIST.lua}share/nmap/scripts/http-form-brute.nse ${PLIST.lua}share/nmap/scripts/http-form-fuzzer.nse @@ -640,6 +603,7 @@ ${PLIST.lua}share/nmap/scripts/http-iis-short-name-brute.nse ${PLIST.lua}share/nmap/scripts/http-iis-webdav-vuln.nse ${PLIST.lua}share/nmap/scripts/http-joomla-brute.nse ${PLIST.lua}share/nmap/scripts/http-litespeed-sourcecode-download.nse +${PLIST.lua}share/nmap/scripts/http-ls.nse ${PLIST.lua}share/nmap/scripts/http-majordomo2-dir-traversal.nse ${PLIST.lua}share/nmap/scripts/http-malware-host.nse ${PLIST.lua}share/nmap/scripts/http-method-tamper.nse @@ -661,11 +625,14 @@ ${PLIST.lua}share/nmap/scripts/http-robots.txt.nse ${PLIST.lua}share/nmap/scripts/http-robtex-reverse-ip.nse ${PLIST.lua}share/nmap/scripts/http-robtex-shared-ns.nse ${PLIST.lua}share/nmap/scripts/http-server-header.nse +${PLIST.lua}share/nmap/scripts/http-shellshock.nse ${PLIST.lua}share/nmap/scripts/http-sitemap-generator.nse ${PLIST.lua}share/nmap/scripts/http-slowloris-check.nse ${PLIST.lua}share/nmap/scripts/http-slowloris.nse ${PLIST.lua}share/nmap/scripts/http-sql-injection.nse ${PLIST.lua}share/nmap/scripts/http-stored-xss.nse +${PLIST.lua}share/nmap/scripts/http-svn-enum.nse +${PLIST.lua}share/nmap/scripts/http-svn-info.nse ${PLIST.lua}share/nmap/scripts/http-title.nse ${PLIST.lua}share/nmap/scripts/http-tplink-dir-traversal.nse ${PLIST.lua}share/nmap/scripts/http-trace.nse @@ -677,6 +644,7 @@ ${PLIST.lua}share/nmap/scripts/http-vhosts.nse ${PLIST.lua}share/nmap/scripts/http-virustotal.nse ${PLIST.lua}share/nmap/scripts/http-vlcstreamer-ls.nse ${PLIST.lua}share/nmap/scripts/http-vmware-path-vuln.nse +${PLIST.lua}share/nmap/scripts/http-vuln-cve2006-3392.nse ${PLIST.lua}share/nmap/scripts/http-vuln-cve2009-3960.nse ${PLIST.lua}share/nmap/scripts/http-vuln-cve2010-0738.nse ${PLIST.lua}share/nmap/scripts/http-vuln-cve2010-2861.nse @@ -684,10 +652,24 @@ ${PLIST.lua}share/nmap/scripts/http-vuln-cve2011-3192.nse ${PLIST.lua}share/nmap/scripts/http-vuln-cve2011-3368.nse ${PLIST.lua}share/nmap/scripts/http-vuln-cve2012-1823.nse ${PLIST.lua}share/nmap/scripts/http-vuln-cve2013-0156.nse +${PLIST.lua}share/nmap/scripts/http-vuln-cve2013-6786.nse +${PLIST.lua}share/nmap/scripts/http-vuln-cve2013-7091.nse +${PLIST.lua}share/nmap/scripts/http-vuln-cve2014-2126.nse +${PLIST.lua}share/nmap/scripts/http-vuln-cve2014-2127.nse +${PLIST.lua}share/nmap/scripts/http-vuln-cve2014-2128.nse +${PLIST.lua}share/nmap/scripts/http-vuln-cve2014-2129.nse +${PLIST.lua}share/nmap/scripts/http-vuln-cve2014-3704.nse +${PLIST.lua}share/nmap/scripts/http-vuln-cve2014-8877.nse +${PLIST.lua}share/nmap/scripts/http-vuln-cve2015-1427.nse +${PLIST.lua}share/nmap/scripts/http-vuln-cve2015-1635.nse +${PLIST.lua}share/nmap/scripts/http-vuln-misfortune-cookie.nse +${PLIST.lua}share/nmap/scripts/http-vuln-wnr1000-creds.nse ${PLIST.lua}share/nmap/scripts/http-waf-detect.nse ${PLIST.lua}share/nmap/scripts/http-waf-fingerprint.nse +${PLIST.lua}share/nmap/scripts/http-webdav-scan.nse ${PLIST.lua}share/nmap/scripts/http-wordpress-brute.nse ${PLIST.lua}share/nmap/scripts/http-wordpress-enum.nse +${PLIST.lua}share/nmap/scripts/http-wordpress-users.nse ${PLIST.lua}share/nmap/scripts/http-xssed.nse ${PLIST.lua}share/nmap/scripts/iax2-brute.nse ${PLIST.lua}share/nmap/scripts/iax2-version.nse @@ -695,6 +677,7 @@ ${PLIST.lua}share/nmap/scripts/icap-info.nse ${PLIST.lua}share/nmap/scripts/ike-version.nse ${PLIST.lua}share/nmap/scripts/imap-brute.nse ${PLIST.lua}share/nmap/scripts/imap-capabilities.nse +${PLIST.lua}share/nmap/scripts/imap-ntlm-info.nse ${PLIST.lua}share/nmap/scripts/informix-brute.nse ${PLIST.lua}share/nmap/scripts/informix-query.nse ${PLIST.lua}share/nmap/scripts/informix-tables.nse @@ -703,7 +686,9 @@ ${PLIST.lua}share/nmap/scripts/ip-geolocation-geobytes.nse ${PLIST.lua}share/nmap/scripts/ip-geolocation-geoplugin.nse ${PLIST.lua}share/nmap/scripts/ip-geolocation-ipinfodb.nse ${PLIST.lua}share/nmap/scripts/ip-geolocation-maxmind.nse +${PLIST.lua}share/nmap/scripts/ip-https-discover.nse ${PLIST.lua}share/nmap/scripts/ipidseq.nse +${PLIST.lua}share/nmap/scripts/ipv6-multicast-mld-list.nse ${PLIST.lua}share/nmap/scripts/ipv6-node-info.nse ${PLIST.lua}share/nmap/scripts/ipv6-ra-flood.nse ${PLIST.lua}share/nmap/scripts/irc-botnet-channels.nse @@ -718,6 +703,8 @@ ${PLIST.lua}share/nmap/scripts/jdwp-exec.nse ${PLIST.lua}share/nmap/scripts/jdwp-info.nse ${PLIST.lua}share/nmap/scripts/jdwp-inject.nse ${PLIST.lua}share/nmap/scripts/jdwp-version.nse +${PLIST.lua}share/nmap/scripts/knx-gateway-discover.nse +${PLIST.lua}share/nmap/scripts/knx-gateway-info.nse ${PLIST.lua}share/nmap/scripts/krb5-enum-users.nse ${PLIST.lua}share/nmap/scripts/ldap-brute.nse ${PLIST.lua}share/nmap/scripts/ldap-novell-getpass.nse @@ -734,6 +721,7 @@ ${PLIST.lua}share/nmap/scripts/memcached-info.nse ${PLIST.lua}share/nmap/scripts/metasploit-info.nse ${PLIST.lua}share/nmap/scripts/metasploit-msgrpc-brute.nse ${PLIST.lua}share/nmap/scripts/metasploit-xmlrpc-brute.nse +${PLIST.lua}share/nmap/scripts/mikrotik-routeros-brute.nse ${PLIST.lua}share/nmap/scripts/mmouse-brute.nse ${PLIST.lua}share/nmap/scripts/mmouse-exec.nse ${PLIST.lua}share/nmap/scripts/modbus-discover.nse @@ -748,6 +736,7 @@ ${PLIST.lua}share/nmap/scripts/ms-sql-dump-hashes.nse ${PLIST.lua}share/nmap/scripts/ms-sql-empty-password.nse ${PLIST.lua}share/nmap/scripts/ms-sql-hasdbaccess.nse ${PLIST.lua}share/nmap/scripts/ms-sql-info.nse +${PLIST.lua}share/nmap/scripts/ms-sql-ntlm-info.nse ${PLIST.lua}share/nmap/scripts/ms-sql-query.nse ${PLIST.lua}share/nmap/scripts/ms-sql-tables.nse ${PLIST.lua}share/nmap/scripts/ms-sql-xp-cmdshell.nse @@ -782,12 +771,15 @@ ${PLIST.lua}share/nmap/scripts/nexpose-brute.nse ${PLIST.lua}share/nmap/scripts/nfs-ls.nse ${PLIST.lua}share/nmap/scripts/nfs-showmount.nse ${PLIST.lua}share/nmap/scripts/nfs-statfs.nse +${PLIST.lua}share/nmap/scripts/nje-node-brute.nse +${PLIST.lua}share/nmap/scripts/nntp-ntlm-info.nse ${PLIST.lua}share/nmap/scripts/nping-brute.nse ${PLIST.lua}share/nmap/scripts/nrpe-enum.nse ${PLIST.lua}share/nmap/scripts/ntp-info.nse ${PLIST.lua}share/nmap/scripts/ntp-monlist.nse ${PLIST.lua}share/nmap/scripts/omp2-brute.nse ${PLIST.lua}share/nmap/scripts/omp2-enum-targets.nse +${PLIST.lua}share/nmap/scripts/omron-info.nse ${PLIST.lua}share/nmap/scripts/openlookup-info.nse ${PLIST.lua}share/nmap/scripts/openvas-otp-brute.nse ${PLIST.lua}share/nmap/scripts/oracle-brute-stealth.nse @@ -802,6 +794,7 @@ ${PLIST.lua}share/nmap/scripts/pgsql-brute.nse ${PLIST.lua}share/nmap/scripts/pjl-ready-message.nse ${PLIST.lua}share/nmap/scripts/pop3-brute.nse ${PLIST.lua}share/nmap/scripts/pop3-capabilities.nse +${PLIST.lua}share/nmap/scripts/pop3-ntlm-info.nse ${PLIST.lua}share/nmap/scripts/pptp-version.nse ${PLIST.lua}share/nmap/scripts/qconn-exec.nse ${PLIST.lua}share/nmap/scripts/qscan.nse @@ -829,9 +822,12 @@ ${PLIST.lua}share/nmap/scripts/rsync-brute.nse ${PLIST.lua}share/nmap/scripts/rsync-list-modules.nse ${PLIST.lua}share/nmap/scripts/rtsp-methods.nse ${PLIST.lua}share/nmap/scripts/rtsp-url-brute.nse +${PLIST.lua}share/nmap/scripts/rusers.nse +${PLIST.lua}share/nmap/scripts/s7-info.nse ${PLIST.lua}share/nmap/scripts/samba-vuln-cve-2012-1182.nse ${PLIST.lua}share/nmap/scripts/script.db ${PLIST.lua}share/nmap/scripts/servicetags.nse +${PLIST.lua}share/nmap/scripts/shodan-api.nse ${PLIST.lua}share/nmap/scripts/sip-brute.nse ${PLIST.lua}share/nmap/scripts/sip-call-spoof.nse ${PLIST.lua}share/nmap/scripts/sip-enum-users.nse @@ -853,12 +849,19 @@ ${PLIST.lua}share/nmap/scripts/smb-psexec.nse ${PLIST.lua}share/nmap/scripts/smb-security-mode.nse ${PLIST.lua}share/nmap/scripts/smb-server-stats.nse ${PLIST.lua}share/nmap/scripts/smb-system-info.nse +${PLIST.lua}share/nmap/scripts/smb-vuln-conficker.nse +${PLIST.lua}share/nmap/scripts/smb-vuln-cve2009-3103.nse +${PLIST.lua}share/nmap/scripts/smb-vuln-ms06-025.nse +${PLIST.lua}share/nmap/scripts/smb-vuln-ms07-029.nse +${PLIST.lua}share/nmap/scripts/smb-vuln-ms08-067.nse ${PLIST.lua}share/nmap/scripts/smb-vuln-ms10-054.nse ${PLIST.lua}share/nmap/scripts/smb-vuln-ms10-061.nse +${PLIST.lua}share/nmap/scripts/smb-vuln-regsvc-dos.nse ${PLIST.lua}share/nmap/scripts/smbv2-enabled.nse ${PLIST.lua}share/nmap/scripts/smtp-brute.nse ${PLIST.lua}share/nmap/scripts/smtp-commands.nse ${PLIST.lua}share/nmap/scripts/smtp-enum-users.nse +${PLIST.lua}share/nmap/scripts/smtp-ntlm-info.nse ${PLIST.lua}share/nmap/scripts/smtp-open-relay.nse ${PLIST.lua}share/nmap/scripts/smtp-strangeport.nse ${PLIST.lua}share/nmap/scripts/smtp-vuln-cve2010-4344.nse @@ -867,6 +870,7 @@ ${PLIST.lua}share/nmap/scripts/smtp-vuln-cve2011-1764.nse ${PLIST.lua}share/nmap/scripts/sniffer-detect.nse ${PLIST.lua}share/nmap/scripts/snmp-brute.nse ${PLIST.lua}share/nmap/scripts/snmp-hh3c-logins.nse +${PLIST.lua}share/nmap/scripts/snmp-info.nse ${PLIST.lua}share/nmap/scripts/snmp-interfaces.nse ${PLIST.lua}share/nmap/scripts/snmp-ios-config.nse ${PLIST.lua}share/nmap/scripts/snmp-netstat.nse @@ -882,30 +886,39 @@ ${PLIST.lua}share/nmap/scripts/socks-open-proxy.nse ${PLIST.lua}share/nmap/scripts/ssh-hostkey.nse ${PLIST.lua}share/nmap/scripts/ssh2-enum-algos.nse ${PLIST.lua}share/nmap/scripts/sshv1.nse +${PLIST.lua}share/nmap/scripts/ssl-ccs-injection.nse ${PLIST.lua}share/nmap/scripts/ssl-cert.nse ${PLIST.lua}share/nmap/scripts/ssl-date.nse +${PLIST.lua}share/nmap/scripts/ssl-dh-params.nse ${PLIST.lua}share/nmap/scripts/ssl-enum-ciphers.nse ${PLIST.lua}share/nmap/scripts/ssl-google-cert-catalog.nse ${PLIST.lua}share/nmap/scripts/ssl-heartbleed.nse ${PLIST.lua}share/nmap/scripts/ssl-known-key.nse +${PLIST.lua}share/nmap/scripts/ssl-poodle.nse ${PLIST.lua}share/nmap/scripts/sslv2.nse ${PLIST.lua}share/nmap/scripts/sstp-discover.nse ${PLIST.lua}share/nmap/scripts/stun-info.nse ${PLIST.lua}share/nmap/scripts/stun-version.nse ${PLIST.lua}share/nmap/scripts/stuxnet-detect.nse +${PLIST.lua}share/nmap/scripts/supermicro-ipmi-conf.nse ${PLIST.lua}share/nmap/scripts/svn-brute.nse ${PLIST.lua}share/nmap/scripts/targets-asn.nse +${PLIST.lua}share/nmap/scripts/targets-ipv6-map4to6.nse ${PLIST.lua}share/nmap/scripts/targets-ipv6-multicast-echo.nse ${PLIST.lua}share/nmap/scripts/targets-ipv6-multicast-invalid-dst.nse ${PLIST.lua}share/nmap/scripts/targets-ipv6-multicast-mld.nse ${PLIST.lua}share/nmap/scripts/targets-ipv6-multicast-slaac.nse +${PLIST.lua}share/nmap/scripts/targets-ipv6-wordlist.nse ${PLIST.lua}share/nmap/scripts/targets-sniffer.nse ${PLIST.lua}share/nmap/scripts/targets-traceroute.nse +${PLIST.lua}share/nmap/scripts/targets-xml.nse ${PLIST.lua}share/nmap/scripts/teamspeak2-version.nse ${PLIST.lua}share/nmap/scripts/telnet-brute.nse ${PLIST.lua}share/nmap/scripts/telnet-encryption.nse +${PLIST.lua}share/nmap/scripts/telnet-ntlm-info.nse ${PLIST.lua}share/nmap/scripts/tftp-enum.nse ${PLIST.lua}share/nmap/scripts/tls-nextprotoneg.nse +${PLIST.lua}share/nmap/scripts/tor-consensus-checker.nse ${PLIST.lua}share/nmap/scripts/traceroute-geolocation.nse ${PLIST.lua}share/nmap/scripts/unittest.nse ${PLIST.lua}share/nmap/scripts/unusual-port.nse @@ -925,6 +938,7 @@ ${PLIST.lua}share/nmap/scripts/whois-ip.nse ${PLIST.lua}share/nmap/scripts/wsdd-discover.nse ${PLIST.lua}share/nmap/scripts/x11-access.nse ${PLIST.lua}share/nmap/scripts/xdmcp-discover.nse +${PLIST.lua}share/nmap/scripts/xmlrpc-methods.nse ${PLIST.lua}share/nmap/scripts/xmpp-brute.nse ${PLIST.lua}share/nmap/scripts/xmpp-info.nse ${PLIST.zenmap}share/zenmap/config/scan_profile.usp diff --git a/net/nmap/distinfo b/net/nmap/distinfo index 0e1dea23f9c38..2b13bc66998f4 100644 --- a/net/nmap/distinfo +++ b/net/nmap/distinfo @@ -1,12 +1,12 @@ -$NetBSD: distinfo,v 1.70 2016/02/11 06:10:02 jklos Exp $ +$NetBSD: distinfo,v 1.71 2016/04/09 06:38:05 adam Exp $ -SHA1 (nmap-7.01.tar.bz2) = c1a44558c72aed3c78d63d54b5b008db69f0aaac -RMD160 (nmap-7.01.tar.bz2) = 4f79df88e836adb260966ddf1d322b18e16251a2 -SHA512 (nmap-7.01.tar.bz2) = 8b37616c2af2134a5a3bb292f25f2bc0232e20e08405620734c07d84bbc9070a87db4d4b14e8a10c67a3684960035ed202be5dd6feddfb613c134208fc62a2a7 -Size (nmap-7.01.tar.bz2) = 8922697 bytes +SHA1 (nmap-7.12.tar.bz2) = 0c25e4089f93adec2ad50e99b92dc8c5bf85c231 +RMD160 (nmap-7.12.tar.bz2) = 8cab24dc5bd69cff06f235b5166a511f5bf2865f +SHA512 (nmap-7.12.tar.bz2) = 91156499c6f903fb565fa2b0faa74043d078493312f9489071fafc687301017afc16c7eb26c092f1fa142e78c98a436833f56a9f015cb2a17aa6f6220b6a0b98 +Size (nmap-7.12.tar.bz2) = 8960599 bytes SHA1 (patch-configure) = 5fc39f084eadd6ea0560cd8e6f52074113566600 +SHA1 (patch-libdnet-stripped_src_arp-bsd.c) = c56c4e70eca2fa04dd8aab38ed2c3f4cac83f5e3 SHA1 (patch-libnetutil_netutil.cc) = 7bd1059d6cbcf4f6d129730d6c6f6bc3ab54c0a0 SHA1 (patch-ndiff_setup.py) = 4e4af27cb896fd1bffc2c9089f930d7075daeb22 -SHA1 (patch-nmap__dns.cc) = f2fc895b2f241a39913fed4e3947379a776fef00 SHA1 (patch-nsock_tests_run__tests.sh) = 88a7447f93dd3377e7e24e317c55528a73a17401 SHA1 (patch-zenmap_test_run__tests.py) = 46b2445eed4255cf838e37123c23121eeaf360b6 diff --git a/net/nmap/patches/patch-libdnet-stripped_src_arp-bsd.c b/net/nmap/patches/patch-libdnet-stripped_src_arp-bsd.c new file mode 100644 index 0000000000000..57a9fa8a6d4bf --- /dev/null +++ b/net/nmap/patches/patch-libdnet-stripped_src_arp-bsd.c @@ -0,0 +1,16 @@ +$NetBSD: patch-libdnet-stripped_src_arp-bsd.c,v 1.1 2016/04/09 06:38:05 adam Exp $ + +Fix building on systems where RTF_LLINFO is not defined. + +--- libdnet-stripped/src/arp-bsd.c.orig 2016-04-09 06:32:03.612302485 +0000 ++++ libdnet-stripped/src/arp-bsd.c +@@ -22,6 +22,9 @@ + #include + #include + #include ++#ifndef RTF_LLINFO ++#define RTF_LLINFO RTF_LLDATA ++#endif + #include + #include + diff --git a/net/nmap/patches/patch-nmap__dns.cc b/net/nmap/patches/patch-nmap__dns.cc deleted file mode 100644 index d0728354b80bc..0000000000000 --- a/net/nmap/patches/patch-nmap__dns.cc +++ /dev/null @@ -1,22 +0,0 @@ -$NetBSD: patch-nmap__dns.cc,v 1.1 2016/02/11 06:08:39 jklos Exp $ - ---- nmap_dns.cc.orig 2015-10-07 17:49:24.000000000 +0000 -+++ nmap_dns.cc -@@ -1317,7 +1317,7 @@ bool DNS::Factory::ipToPtr(const sockadd - - std::string ipv4 = ipv4_c; - std::string octet; -- for (std::string::const_reverse_iterator c=ipv4.rbegin(); c != ipv4.rend(); ++c) -+ for (std::reverse_iterator c=ipv4.rbegin(); c != ipv4.rend(); ++c) - if((*c)=='.') - { - ptr += octet + "."; -@@ -1382,7 +1382,7 @@ bool DNS::Factory::ptrToIp(const std::st - { - - std::string octet; -- for (std::string::const_reverse_iterator it = mptr.rend()-pos; it != mptr.rend(); ++it) -+ for (std::reverse_iterator it = mptr.rend()-pos; it != mptr.rend(); ++it) - { - const char &c = *it; - if(c == '.') diff --git a/net/nocol/Makefile b/net/nocol/Makefile index 5bf001cf9922d..fbedc0d2ceb1d 100644 --- a/net/nocol/Makefile +++ b/net/nocol/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.42 2015/06/12 10:50:43 wiz Exp $ +# $NetBSD: Makefile,v 1.44 2016/03/13 09:08:40 dholland Exp $ # DISTNAME= nocol-4.3.1 -PKGREVISION= 11 +PKGREVISION= 12 CATEGORIES= net -MASTER_SITES= http://www.netplex-tech.com/software/nocol/downloads/ +MASTER_SITES= http://www.netplex-tech.com/software/nocol/downloads/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.netplex-tech.com/software/nocol/ @@ -37,35 +37,33 @@ INSTALL_MAKE_FLAGS+= ROOTDIR=${DESTDIR}${PREFIX} \ DATADIR=${DESTDIR}/var/run/data \ MSGSDIR=${DESTDIR}/var/run/msgs -post-patch: - @(hostname=`/bin/hostname`; \ - dir=""; \ - for d in /usr/bin /usr/sbin `${ECHO} $$PATH | ${TR} ':' ' '`; do \ - if [ -x $$d/host ]; then \ - dir=$$d; \ - break; \ - fi \ - done; \ - if [ "X$$dir" = "X" ]; then \ - ${ECHO} "host program not found"; \ - exit 1; \ - fi; \ - fqdn=`$$dir/host $$hostname | ${AWK} '{ print $$1; exit }'`; \ - ${SED} -e 's|@prefix@|${PREFIX}|g' -e "s|@FQDN@|$$fqdn|g" \ - ${FILESDIR}/answers > ${WRKSRC}/answers) +post-extract: + ${CP} ${FILESDIR}/answers ${WRKSRC}/answers + +# XXX This is compiled in as the logging host. Compiling in "localhost" +# lacks a certain something; however, for years it was compiling in the +# name of the build host, or, not infrequently, something entirely +# invalid. +FQDN= localhost + +SUBST_CLASSES+= answers +SUBST_STAGE.answers= pre-configure +SUBST_FILES.answers= answers +SUBST_VARS.answers= PREFIX PKGMANDIR FQDN pre-configure: - @${CP} ${PKGSRCDIR}/mk/gnu-config/config.guess ${WRKSRC}/cmu-snmp/snmp - @${CP} ${PKGSRCDIR}/mk/gnu-config/config.guess ${WRKSRC}/cmu-snmp/snmpapps - @${CP} ${PKGSRCDIR}/mk/gnu-config/config.sub ${WRKSRC}/cmu-snmp/snmp - @${CP} ${PKGSRCDIR}/mk/gnu-config/config.sub ${WRKSRC}/cmu-snmp/snmpapps + ${CP} ${PKGSRCDIR}/mk/gnu-config/config.guess ${WRKSRC}/cmu-snmp/snmp + ${CP} ${PKGSRCDIR}/mk/gnu-config/config.guess ${WRKSRC}/cmu-snmp/snmpapps + ${CP} ${PKGSRCDIR}/mk/gnu-config/config.sub ${WRKSRC}/cmu-snmp/snmp + ${CP} ${PKGSRCDIR}/mk/gnu-config/config.sub ${WRKSRC}/cmu-snmp/snmpapps post-install: - for f in critical.wav error.wav warning.wav ; do \ - ${INSTALL_DATA} ${WRKSRC}/webnocol/$$f ${DESTDIR}${PREFIX}/share/nocol; \ + set -e; for f in critical.wav error.wav warning.wav ; do \ + ${INSTALL_DATA} ${WRKSRC}/webnocol/$$f \ + ${DESTDIR}${PREFIX}/share/nocol; \ done - for f in bluesq.gif critical.jpg empty.gif error.jpg \ + set -e; for f in bluesq.gif critical.jpg empty.gif error.jpg \ greensq.gif help.jpg info.jpg redsq.gif warning.jpg \ yellowsq.gif ; do \ ${INSTALL_DATA} ${WRKSRC}/webnocol/gifs/$$f \ diff --git a/net/nocol/distinfo b/net/nocol/distinfo index d4332ddf9f993..33a83bc9896cb 100644 --- a/net/nocol/distinfo +++ b/net/nocol/distinfo @@ -1,10 +1,10 @@ -$NetBSD: distinfo,v 1.20 2015/12/29 05:57:02 dholland Exp $ +$NetBSD: distinfo,v 1.21 2016/03/13 09:06:01 dholland Exp $ SHA1 (nocol-4.3.1.tar.gz) = a8cb88727bc3a3ddd544792407d431b3ef13a325 RMD160 (nocol-4.3.1.tar.gz) = 77a57ae447f0a8f1ce2417d9b828710f21865cc8 SHA512 (nocol-4.3.1.tar.gz) = 5fea1233ce3a9d132e370304e14284e92dc547c9956510a557c9342fc73a928a12b3b1b2795cb3bac4e9a8912f6a21ff4c652ec5ab4b11aa972df461d060ef03 Size (nocol-4.3.1.tar.gz) = 1117438 bytes -SHA1 (patch-aa) = cac346e3ae5889ebea5ab2abc895ed46935b7d97 +SHA1 (patch-aa) = 01dc14aabc183bdfaf29ddbc11f624d872a5bece SHA1 (patch-ab) = dc7763d83a95ead899bbe74ea68c706d093ccb6f SHA1 (patch-ac) = b2e16760e8d57b2c2b719e6c42dcd5846d71f179 SHA1 (patch-ad) = a64750ad0bfa40f8c01e3d6af49b40c525f13985 @@ -12,29 +12,38 @@ SHA1 (patch-ae) = 57bfc3941aa765eda2a54da45122a5fde642ee3f SHA1 (patch-ah) = 14091c7a6c8de7dd451e4292f2d0121ab3643158 SHA1 (patch-ai) = d8317fad7c5e4574fa980859762f5acb1a7c631d SHA1 (patch-aj) = 0eb201f47864132b04702fab4d03e452c07c2e2a -SHA1 (patch-ak) = 97364e3ca5956d43b6e18520a288242d4bfc9131 +SHA1 (patch-ak) = f619ccc5b0b56c6cf2863642478643f1f5ed2e71 SHA1 (patch-al) = f4932b5e84fc7647140c2b3e46abd6b12ea7e887 SHA1 (patch-am) = a8345c95b9183e1a70af682729d24ebb8af97eb6 SHA1 (patch-an) = 1a869a8a2e4e0c5a29540bff7d1da76e4d8c74e9 SHA1 (patch-ao) = 83a4f72fbf433ef496fee481af36dac7b9c51c4a -SHA1 (patch-ap) = 0c7ca32c9d00eb493df3ff2b1c441e6c1e1aa34e +SHA1 (patch-ap) = ee204a0ad164262687e9a1161d8df66ce347a3b3 SHA1 (patch-aq) = 04a764918910d6d20e09842ff280be0231a269f5 -SHA1 (patch-ar) = 758be995183713f7d390f6642a7d66ab147cefe0 +SHA1 (patch-ar) = 1f26beb46a23d9f7b6b89e8039e6df6b343de286 SHA1 (patch-as) = 7a49170bbeb04812ad83c294777d9d364e60823f SHA1 (patch-at) = c49b96d1c2158d0a8f67228922f0e4bff5df2908 SHA1 (patch-au) = a8bbcb0eef41ac514bb1106c5feedb5bc087aac7 +SHA1 (patch-cmu-snmp_snmp_asn1.c) = 555edf5310f40ef52fe38e42303c989733e8279f SHA1 (patch-etherload_bpf_c) = 2d11b411693b8bca39954da47bc2fc9afb1fc273 SHA1 (patch-etherload_get__devlist_c) = dc03458a5ba5d825371dafced876de4c80228fb3 SHA1 (patch-etherload_main_c) = 0ee5cffa70b42be6eca2e5de90b5583a7d684d50 SHA1 (patch-etherload_nocol__specific_c) = 16c9c6ec50b56dbf4e35498eb09ee04e788f901b SHA1 (patch-etherload_util_c) = 964e84020af0ac2903aa7fb87512b81be67cb1fe -SHA1 (patch-genmon_genmon_c) = cb07a91c2e9ae3f28f59578563b994bd3557018b +SHA1 (patch-eventselect_eventselect.c) = 02f5540fd92ccd94f5233beb2770ad9c7d402f1c +SHA1 (patch-genmon_genmon_c) = ec6842548adb3a7efb2cb9aa6b24265d183f75b5 SHA1 (patch-lib_misc_c) = 486f954d2554907c17822525f5ba33e75a581943 -SHA1 (patch-netconsole_netconsole_c) = 08283ba29c0ff63dbc23501011a7c3e56b272d0a +SHA1 (patch-netconsole_netconsole_c) = f6e799973fec6baf0b1c7132acfaee2cc4e60b9d SHA1 (patch-netconsole_read__filter_c) = 03e5a0e3a5ffad7b5260c3902dfb505d52927522 -SHA1 (patch-netconsole_utils_c) = 40bfc9bee53f6c77ccf7674bdb0ab153e56eadc3 +SHA1 (patch-netconsole_utils_c) = 45467a71bc58b58bc4ff4521bf3fe5a3c6ba13f3 SHA1 (patch-noclog_noclogd_c) = 65409b1768de39eb8341af9aafb9d7a81c9622bb SHA1 (patch-nsmon_main_c) = 26992f1cc7b4cbfac3f968937ee9533b9c55d126 +SHA1 (patch-nsmon_nsmon.c) = 3bcd592d7c126b48fde587b1fff81d8df3cec1c0 +SHA1 (patch-ntpmon_main.c) = 0193578372fc1d21cb7eaf735d4631311d1c0cc6 +SHA1 (patch-ntpmon_ntpmon.c) = 012458c3ce46f94ff54bf5c613726649443fb3e0 +SHA1 (patch-pingmon_poll__sites.c) = 5a8bc4edaad239a8ed3e9c0bd6c8647bc8b490e7 +SHA1 (patch-radiusmon_main.c) = 40cc079a0940c604d603c6a52dc16fe1256deeaf +SHA1 (patch-radiusmon_radiusmon.c) = f64a1516feb1248a23badb3cf4f030a8ab63dec4 SHA1 (patch-strerror_c) = 566959a5784ea640c269b247cdd1ad5ad988882e +SHA1 (patch-support_rpcping_rpcping.c) = 401994995fc0504cdfe46949f4aaa7758a350c3a SHA1 (patch-tknocol_ndaemon_c) = 9ea38cd4495b4b99532dcaecaf266c28662bc5c0 SHA1 (patch-utility_display__nocol__datafile_c) = 6c7796043658fa6e56d2ccf4a0b5346007aea537 diff --git a/net/nocol/files/answers b/net/nocol/files/answers index bedf6374ce67b..b59dac61b2815 100644 --- a/net/nocol/files/answers +++ b/net/nocol/files/answers @@ -1,5 +1,5 @@ -@prefix@ -@prefix@/man/mann +@PREFIX@ +@PREFIX@/@PKGMANDIR@/mann n @FQDN@ /usr/bin/mail @@ -8,4 +8,4 @@ root@@FQDN@ cc -O yacc -@prefix@/bin/perl +@PREFIX@/bin/perl diff --git a/net/nocol/patches/patch-aa b/net/nocol/patches/patch-aa index a7de0eead993b..10f4555cd592f 100644 --- a/net/nocol/patches/patch-aa +++ b/net/nocol/patches/patch-aa @@ -1,11 +1,15 @@ -$NetBSD: patch-aa,v 1.6 2012/09/09 19:49:45 dholland Exp $ +$NetBSD: patch-aa,v 1.7 2016/03/13 09:06:01 dholland Exp $ -Don't use curses internals. +- Use standard headers. +- Don't use curses internals. ---- netconsole/build_display.c.orig Thu Jul 13 11:13:37 2000 -+++ netconsole/build_display.c Thu Jul 13 11:15:26 2000 -@@ -59,7 +59,7 @@ +--- netconsole/build_display.c.orig 1994-11-29 20:41:06.000000000 +0000 ++++ netconsole/build_display.c +@@ -57,9 +57,10 @@ + */ + #include "netconsole.h" ++#include -#define WFULL(w) (w->_cury == (w->_maxy - 1)) ? 1:0 @@ -13,7 +17,7 @@ Don't use curses internals. build_display () { -@@ -229,8 +229,8 @@ +@@ -229,8 +230,8 @@ display_screenful () "\n(DEBUG): frozen = %s, quiet = %s\n", frozen ? "YES" : "NO", quiet ? "YES" : "NO" ); wprintw(aw.wmsg, @@ -24,7 +28,7 @@ Don't use curses internals. wclrtoeol(aw.wmsg); } -@@ -238,8 +238,8 @@ +@@ -238,8 +239,8 @@ display_screenful () * Am calling touchwin() since its foolproof (see discussion above) */ touchwin (aw.wmain); diff --git a/net/nocol/patches/patch-ak b/net/nocol/patches/patch-ak index 770c7a8587355..c9476156001bd 100644 --- a/net/nocol/patches/patch-ak +++ b/net/nocol/patches/patch-ak @@ -1,10 +1,20 @@ -$NetBSD: patch-ak,v 1.2 2012/09/09 19:49:45 dholland Exp $ +$NetBSD: patch-ak,v 1.3 2016/03/13 09:06:01 dholland Exp $ -Don't use nonexistent/nonstandard curses interfaces. +- Use standard headers +- Don't use nonexistent/nonstandard curses interfaces. ---- netconsole/setup_display.c 2002/06/28 08:31:30 1.1 -+++ netconsole/setup_display.c 2002/06/28 08:31:50 -@@ -48,8 +48,8 @@ +--- netconsole/setup_display.c.orig 1994-11-29 20:41:10.000000000 +0000 ++++ netconsole/setup_display.c +@@ -31,6 +31,8 @@ + * + * + */ ++#include ++#include + #include "netconsole.h" + + setup_display() +@@ -45,8 +47,8 @@ setup_display() { endwin (); fprintf (stderr, diff --git a/net/nocol/patches/patch-ap b/net/nocol/patches/patch-ap index 955cc375c3e74..b8aeea2d7ab69 100644 --- a/net/nocol/patches/patch-ap +++ b/net/nocol/patches/patch-ap @@ -1,15 +1,17 @@ -$NetBSD: patch-ap,v 1.2 2012/09/09 19:35:20 dholland Exp $ +$NetBSD: patch-ap,v 1.3 2016/03/13 09:06:01 dholland Exp $ - use standard headers - don't declare own errno --- tpmon/tpmon.c.orig 1998-07-31 18:35:34.000000000 +0000 +++ tpmon/tpmon.c -@@ -30,13 +30,15 @@ +@@ -30,13 +30,17 @@ #include #include #include -#include ++#include ++#include +#include #include #include @@ -22,7 +24,7 @@ $NetBSD: patch-ap,v 1.2 2012/09/09 19:35:20 dholland Exp $ #include #ifndef NeXT # include -@@ -47,7 +49,6 @@ +@@ -47,7 +51,6 @@ #include "osdefs.h" /* definition of RAND */ extern char *prognm; diff --git a/net/nocol/patches/patch-ar b/net/nocol/patches/patch-ar index 6274b0934d3a1..8facf2924b64b 100644 --- a/net/nocol/patches/patch-ar +++ b/net/nocol/patches/patch-ar @@ -1,10 +1,15 @@ -$NetBSD: patch-ar,v 1.2 2012/09/09 19:49:45 dholland Exp $ +$NetBSD: patch-ar,v 1.3 2016/03/13 09:06:01 dholland Exp $ -Don't declare own errno. +- Use standard headers. +- Don't declare own errno. ---- trapmon/trapmon.c.orig 2005-12-18 20:36:47.000000000 +0000 +--- trapmon/trapmon.c.orig 2000-01-27 05:16:53.000000000 +0000 +++ trapmon/trapmon.c -@@ -93,4 +93,2 @@ static char rcsid[] = +@@ -44,2 +44,3 @@ + #include ++#include + #include +@@ -93,4 +94,2 @@ static char rcsid[] = -extern int errno; - diff --git a/net/nocol/patches/patch-cmu-snmp_snmp_asn1.c b/net/nocol/patches/patch-cmu-snmp_snmp_asn1.c new file mode 100644 index 0000000000000..95acb4b39d27a --- /dev/null +++ b/net/nocol/patches/patch-cmu-snmp_snmp_asn1.c @@ -0,0 +1,14 @@ +$NetBSD: patch-cmu-snmp_snmp_asn1.c,v 1.1 2016/03/13 09:06:01 dholland Exp $ + +Use standard headers. + +--- cmu-snmp/snmp/asn1.c~ 1998-05-29 13:46:30.000000000 +0000 ++++ cmu-snmp/snmp/asn1.c +@@ -36,6 +36,7 @@ + #endif /* HAVE_CONFIG_H */ + + #include ++#include + #include + #ifdef WIN32 + #include diff --git a/net/nocol/patches/patch-eventselect_eventselect.c b/net/nocol/patches/patch-eventselect_eventselect.c new file mode 100644 index 0000000000000..3bb967b6370eb --- /dev/null +++ b/net/nocol/patches/patch-eventselect_eventselect.c @@ -0,0 +1,12 @@ +$NetBSD: patch-eventselect_eventselect.c,v 1.1 2016/03/13 09:06:01 dholland Exp $ + +Use standard headers. + +--- eventselect/eventselect.c~ 1998-09-28 20:26:18.000000000 +0000 ++++ eventselect/eventselect.c +@@ -44,4 +44,5 @@ static char rcsid[] = "$Id: eventselect. + #endif + ++#include + #include "nocol.h" + #include /* for O_RDONLY definition */ diff --git a/net/nocol/patches/patch-genmon_genmon_c b/net/nocol/patches/patch-genmon_genmon_c index 14611a2988a4f..8ec991bb4497d 100644 --- a/net/nocol/patches/patch-genmon_genmon_c +++ b/net/nocol/patches/patch-genmon_genmon_c @@ -1,17 +1,19 @@ -$NetBSD: patch-genmon_genmon_c,v 1.1 2012/09/09 19:35:21 dholland Exp $ +$NetBSD: patch-genmon_genmon_c,v 1.2 2016/03/13 09:06:01 dholland Exp $ -Functions returning pointers must be declared before being called. +- Use standard headers. +- Functions returning pointers must be declared before being called. (The function in question does not appear to be in any header file and it isn't clear which if any it should be added to.) ---- genmon/genmon.c~ 1998-07-15 16:27:49.000000000 +0000 +--- genmon/genmon.c.orig 1998-07-15 16:27:49.000000000 +0000 +++ genmon/genmon.c -@@ -56,6 +56,8 @@ +@@ -55,6 +55,9 @@ + #include "nocol.h" #include /* for access() defines */ #include - -+EVENT *logstr_to_event(char *s); ++#include + ++EVENT *logstr_to_event(char *s); + #ifndef SLEEPTIME # define SLEEPTIME 15 /* after each popen() */ - #endif diff --git a/net/nocol/patches/patch-netconsole_netconsole_c b/net/nocol/patches/patch-netconsole_netconsole_c index 270e52ad8f140..e9ac5973511f1 100644 --- a/net/nocol/patches/patch-netconsole_netconsole_c +++ b/net/nocol/patches/patch-netconsole_netconsole_c @@ -1,14 +1,15 @@ -$NetBSD: patch-netconsole_netconsole_c,v 1.1 2012/09/09 19:35:21 dholland Exp $ +$NetBSD: patch-netconsole_netconsole_c,v 1.2 2016/03/13 09:06:01 dholland Exp $ Use standard headers. ---- netconsole/netconsole.c~ 1999-11-01 05:39:53.000000000 +0000 +--- netconsole/netconsole.c.orig 1999-11-01 05:39:53.000000000 +0000 +++ netconsole/netconsole.c -@@ -79,6 +79,8 @@ +@@ -79,6 +79,9 @@ ** INCLUDES */ +#include ++#include + #include "netconsole.h" /* application specific */ diff --git a/net/nocol/patches/patch-netconsole_utils_c b/net/nocol/patches/patch-netconsole_utils_c index 345f2d41796be..f0ed4212290ae 100644 --- a/net/nocol/patches/patch-netconsole_utils_c +++ b/net/nocol/patches/patch-netconsole_utils_c @@ -1,13 +1,14 @@ -$NetBSD: patch-netconsole_utils_c,v 1.1 2012/09/09 19:35:21 dholland Exp $ +$NetBSD: patch-netconsole_utils_c,v 1.2 2016/03/13 09:06:01 dholland Exp $ Use standard headers. ---- netconsole/utils.c~ 2000-01-19 03:51:20.000000000 +0000 +--- netconsole/utils.c.orig 2000-01-19 03:51:20.000000000 +0000 +++ netconsole/utils.c -@@ -16,4 +16,6 @@ +@@ -16,4 +16,7 @@ #endif +#include ++#include + #include "netconsole.h" diff --git a/net/nocol/patches/patch-nsmon_nsmon.c b/net/nocol/patches/patch-nsmon_nsmon.c new file mode 100644 index 0000000000000..997e4910b7b84 --- /dev/null +++ b/net/nocol/patches/patch-nsmon_nsmon.c @@ -0,0 +1,14 @@ +$NetBSD: patch-nsmon_nsmon.c,v 1.1 2016/03/13 09:06:01 dholland Exp $ + +Use standard headers. + +--- nsmon/nsmon.c~ 1997-03-21 05:14:43.000000000 +0000 ++++ nsmon/nsmon.c +@@ -36,6 +36,7 @@ + * + */ + ++#include + #include "nsmon.h" + + /* diff --git a/net/nocol/patches/patch-ntpmon_main.c b/net/nocol/patches/patch-ntpmon_main.c new file mode 100644 index 0000000000000..b52140272e537 --- /dev/null +++ b/net/nocol/patches/patch-ntpmon_main.c @@ -0,0 +1,14 @@ +$NetBSD: patch-ntpmon_main.c,v 1.1 2016/03/13 09:06:01 dholland Exp $ + +Use standard headers. + +--- ntpmon/main.c~ 1998-06-30 20:26:16.000000000 +0000 ++++ ntpmon/main.c +@@ -26,6 +26,7 @@ + */ + + #include ++#include + #include + #include "nocol.h" + #include "ntpmon.h" diff --git a/net/nocol/patches/patch-ntpmon_ntpmon.c b/net/nocol/patches/patch-ntpmon_ntpmon.c new file mode 100644 index 0000000000000..24498a15ee2c1 --- /dev/null +++ b/net/nocol/patches/patch-ntpmon_ntpmon.c @@ -0,0 +1,14 @@ +$NetBSD: patch-ntpmon_ntpmon.c,v 1.1 2016/03/13 09:06:01 dholland Exp $ + +Use standard headers. + +--- ntpmon/ntpmon.c~ 1998-08-13 11:42:06.000000000 +0000 ++++ ntpmon/ntpmon.c +@@ -24,6 +24,7 @@ + * + */ + ++#include + #include "ntpmon.h" + int readconf(); + diff --git a/net/nocol/patches/patch-pingmon_poll__sites.c b/net/nocol/patches/patch-pingmon_poll__sites.c new file mode 100644 index 0000000000000..e192f9e3064ba --- /dev/null +++ b/net/nocol/patches/patch-pingmon_poll__sites.c @@ -0,0 +1,14 @@ +$NetBSD: patch-pingmon_poll__sites.c,v 1.1 2016/03/13 09:06:01 dholland Exp $ + +Use standard headers. + +--- pingmon/poll_sites.c~ 1998-08-31 14:44:48.000000000 +0000 ++++ pingmon/poll_sites.c +@@ -76,6 +76,7 @@ + + #include "pingmon.h" + ++#include + #include + #include + diff --git a/net/nocol/patches/patch-radiusmon_main.c b/net/nocol/patches/patch-radiusmon_main.c new file mode 100644 index 0000000000000..ef6b237cfa859 --- /dev/null +++ b/net/nocol/patches/patch-radiusmon_main.c @@ -0,0 +1,16 @@ +$NetBSD: patch-radiusmon_main.c,v 1.1 2016/03/13 09:06:01 dholland Exp $ + +Use standard headers. + +--- radiusmon/main.c~ 1999-11-15 06:43:48.000000000 +0000 ++++ radiusmon/main.c +@@ -32,7 +32,9 @@ + */ + + #include ++#include + #include ++#include + + #include "nocol.h" + #include "radiusmon.h" diff --git a/net/nocol/patches/patch-radiusmon_radiusmon.c b/net/nocol/patches/patch-radiusmon_radiusmon.c new file mode 100644 index 0000000000000..b2f2a1a44e27e --- /dev/null +++ b/net/nocol/patches/patch-radiusmon_radiusmon.c @@ -0,0 +1,15 @@ +$NetBSD: patch-radiusmon_radiusmon.c,v 1.1 2016/03/13 09:06:01 dholland Exp $ + +Use standard headers. + +--- radiusmon/radiusmon.c~ 1999-11-05 03:37:33.000000000 +0000 ++++ radiusmon/radiusmon.c +@@ -37,6 +37,8 @@ + * + */ + ++#include ++#include + #include "radiusmon.h" + + #ifdef TEST diff --git a/net/nocol/patches/patch-support_rpcping_rpcping.c b/net/nocol/patches/patch-support_rpcping_rpcping.c new file mode 100644 index 0000000000000..c7f4b2ca4cf9e --- /dev/null +++ b/net/nocol/patches/patch-support_rpcping_rpcping.c @@ -0,0 +1,15 @@ +$NetBSD: patch-support_rpcping_rpcping.c,v 1.1 2016/03/13 09:06:01 dholland Exp $ + +Use standard headers. + +--- support/rpcping/rpcping.c~ 1998-07-31 21:20:14.000000000 +0000 ++++ support/rpcping/rpcping.c +@@ -42,6 +42,8 @@ + + + #include ++#include ++#include + #include + #include + #include diff --git a/net/nsd/Makefile b/net/nsd/Makefile index a3816a222fe1b..98069f585d323 100644 --- a/net/nsd/Makefile +++ b/net/nsd/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.83 2016/03/11 21:53:07 pettai Exp $ +# $NetBSD: Makefile,v 1.84 2016/03/15 13:48:35 pettai Exp $ -DISTNAME= nsd-4.1.8 +DISTNAME= nsd-4.1.9 CATEGORIES= net MASTER_SITES= http://www.nlnetlabs.nl/downloads/nsd/ diff --git a/net/nsd/distinfo b/net/nsd/distinfo index f2424d23834eb..a76c9104fe987 100644 --- a/net/nsd/distinfo +++ b/net/nsd/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.51 2016/03/11 21:53:07 pettai Exp $ +$NetBSD: distinfo,v 1.52 2016/03/15 13:48:35 pettai Exp $ -SHA1 (nsd-4.1.8.tar.gz) = b9d192d985c3edfdf6bbce0b6de1ebd90de5f4f0 -RMD160 (nsd-4.1.8.tar.gz) = bb5e43695371794f4f78fa3bca7a5d92b588a97b -SHA512 (nsd-4.1.8.tar.gz) = 34f3ee7218fb8606674d9b58538ec7d2b713c2575969e0c6bc7de9c0c4da7e06d2ec1f2b84a5222b3ad8fe104d6358dd4131de9dfb07a56a01186fab52286063 -Size (nsd-4.1.8.tar.gz) = 1073103 bytes +SHA1 (nsd-4.1.9.tar.gz) = 6ff4b2998aedf3a8ae18a071f1d121f3586aaf70 +RMD160 (nsd-4.1.9.tar.gz) = fe78b2d6e7228cca10ebb79ac57174d7ddc711fb +SHA512 (nsd-4.1.9.tar.gz) = 4602dfd07f41dca80fb3b2af471305ad2baba45f7aa294bd3e50d673ec6cc3b1170b410a425796cef52b3af6eea6282dcb00c1f21d5642b0962b3d111dade940 +Size (nsd-4.1.9.tar.gz) = 1073120 bytes SHA1 (patch-aa) = d9a423d5faa8da9a213b21fd2712225ac9645091 SHA1 (patch-util.c) = acaf676e675fc07ef51b4c1cc056214731bc193f diff --git a/net/nslint/distinfo b/net/nslint/distinfo index 68b1cdc89ef8b..81d1d0c496f25 100644 --- a/net/nslint/distinfo +++ b/net/nslint/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.6 2016/03/07 23:08:45 nros Exp $ +$NetBSD: distinfo,v 1.7 2016/03/30 09:04:22 jperkin Exp $ SHA1 (nslint-3.1.tar.gz) = 3d8442f8cacbadb0a03bf52d5a414731f6bbec0c RMD160 (nslint-3.1.tar.gz) = dec29dec9cb0a2bbe2221c2bec1ef6122d26c166 @@ -6,4 +6,4 @@ SHA512 (nslint-3.1.tar.gz) = c8552a398bac5a4b1cffcb26c7355b15968bfd1c5f07de565ce Size (nslint-3.1.tar.gz) = 99657 bytes SHA1 (patch-aa) = 10ba558b6b6057b4698a8650d0abd5d9b872ddf6 SHA1 (patch-ab) = 41c009707a439a7abdaa669d1f476e909363a2e4 -SHA1 (patch-ac) = 081c2b6dff1a56bcde625657d4e5529546920965 +SHA1 (patch-ac) = b664867b724ec9090c884c6bc05bc57df2795ed3 diff --git a/net/nslint/patches/patch-ac b/net/nslint/patches/patch-ac index 07fec7f919e3c..3d5acc70ce3ff 100644 --- a/net/nslint/patches/patch-ac +++ b/net/nslint/patches/patch-ac @@ -1,7 +1,18 @@ -$NetBSD: patch-ac,v 1.2 2016/03/07 23:08:46 nros Exp $ +$NetBSD: patch-ac,v 1.3 2016/03/30 09:04:22 jperkin Exp $ + +Use PKGMANDIR. --- Makefile.in.orig 2010-03-06 04:14:09.000000000 +0000 +++ Makefile.in +@@ -29,7 +29,7 @@ exec_prefix = @exec_prefix@ + # Pathname of directory to install the binary + BINDEST = @bindir@ + # Pathname of directory to install the man page +-MANDEST = @prefix@/man ++MANDEST = @prefix@/${PKGMANDIR} + # The root of the directory tree for read-only + datarootdir = @datarootdir@ + @@ -96,9 +96,9 @@ version.c: $(srcdir)/VERSION sed -e 's/.*/char version[] = "&";/' $(srcdir)/VERSION > $@ diff --git a/net/ntopng/DESCR b/net/ntopng/DESCR new file mode 100644 index 0000000000000..c9d1f0079215d --- /dev/null +++ b/net/ntopng/DESCR @@ -0,0 +1,14 @@ +ntopng is the next generation version of the original ntop, a network traffic +probe that shows the network usage, similar to what the popular top Unix +command does. ntopng is based on libpcap and it has been written in a portable +way in order to virtually run on every Unix platform, MacOSX and on Windows as +well. + +ntopng users can use a a web browser to navigate through ntop (that acts as +a web server) traffic information and get a dump of the network status. In +the latter case, ntopng can be seen as a simple RMON-like agent with +an embedded web interface. The use of: + +* a web interface. +* limited configuration and administration via the web interface. +* reduced CPU and memory usage (they vary according to network size and traffic) diff --git a/net/ntopng/Makefile b/net/ntopng/Makefile new file mode 100644 index 0000000000000..af229e19e53af --- /dev/null +++ b/net/ntopng/Makefile @@ -0,0 +1,45 @@ +# $NetBSD: Makefile,v 1.2 2016/04/11 19:02:00 ryoon Exp $ + +DISTNAME= ntopng-2.2 +PKGREVISION= 1 +CATEGORIES= net +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ntop/} + +MAINTAINER= adam@NetBSD.org +HOMEPAGE= http://www.ntop.org/ +COMMENT= Network traffic probe +LICENSE= gnu-gpl-v3 + +DEPENDS+= redis-[0-9]*:../../databases/redis + +USE_LANGUAGES= c c++ +USE_LIBTOOL= yes +USE_TOOLS+= autoconf automake gmake pkg-config +GNU_CONFIGURE= yes + +RCD_SCRIPTS+= ntopng + +SUBST_CLASSES+= fix-vers +SUBST_STAGE.fix-vers= pre-configure +SUBST_MESSAGE.fix-vers= Setting package version. +SUBST_FILES.fix-vers= configure.seed +SUBST_SED.fix-vers= -e 's,@VERSION@,${PKGVERSION},g' +SUBST_SED.fix-vers+= -e 's,@SHORT_VERSION@,${PKGVERSION_NOREV},g' + +pre-configure: + cd ${WRKSRC} && cp configure.seed configure.ac && autoreconf -fiv + +.include "../../databases/hiredis/buildlink3.mk" +.include "../../databases/rrdtool/buildlink3.mk" +.include "../../databases/sqlite3/buildlink3.mk" +.include "../../lang/LuaJIT2/buildlink3.mk" +.include "../../net/GeoIP/buildlink3.mk" +.include "../../net/libpcap/buildlink3.mk" +.include "../../net/ndpi/buildlink3.mk" +.include "../../net/zeromq/buildlink3.mk" +.include "../../security/gnutls/buildlink3.mk" +.include "../../security/libgcrypt/buildlink3.mk" +.include "../../www/curl/buildlink3.mk" +.include "../../mk/dlopen.buildlink3.mk" +.include "../../mk/mysql.buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/net/ntopng/PLIST b/net/ntopng/PLIST new file mode 100644 index 0000000000000..45a23576a2326 --- /dev/null +++ b/net/ntopng/PLIST @@ -0,0 +1,358 @@ +@comment $NetBSD: PLIST,v 1.1 2016/04/08 16:59:07 adam Exp $ +bin/ntopng +man/man8/ntopng.8 +share/ntopng/httpdocs/bootstrap/css/bootstrap-theme.css +share/ntopng/httpdocs/bootstrap/css/bootstrap-theme.css.map +share/ntopng/httpdocs/bootstrap/css/bootstrap.css +share/ntopng/httpdocs/bootstrap/css/bootstrap.css.map +share/ntopng/httpdocs/bootstrap/fonts/glyphicons-halflings-regular.eot +share/ntopng/httpdocs/bootstrap/fonts/glyphicons-halflings-regular.svg +share/ntopng/httpdocs/bootstrap/fonts/glyphicons-halflings-regular.ttf +share/ntopng/httpdocs/bootstrap/fonts/glyphicons-halflings-regular.woff +share/ntopng/httpdocs/bootstrap/img/glyphicons-halflings-white.png +share/ntopng/httpdocs/bootstrap/img/glyphicons-halflings.png +share/ntopng/httpdocs/bootstrap/js/bootstrap.js +share/ntopng/httpdocs/css/Rickshaw/detail.css +share/ntopng/httpdocs/css/Rickshaw/graph.css +share/ntopng/httpdocs/css/Rickshaw/legend.css +share/ntopng/httpdocs/css/bootstrap-datetimepicker.css +share/ntopng/httpdocs/css/bootstrap-duallistbox.css +share/ntopng/httpdocs/css/bootstrap-slider.css +share/ntopng/httpdocs/css/bubble-chart.css +share/ntopng/httpdocs/css/c3.css +share/ntopng/httpdocs/css/cal-heatmap.css +share/ntopng/httpdocs/css/cubism.css +share/ntopng/httpdocs/css/datepicker.css +share/ntopng/httpdocs/css/dc.css +share/ntopng/httpdocs/css/flags.css +share/ntopng/httpdocs/css/jquery-ui.css +share/ntopng/httpdocs/css/ntopng.css +share/ntopng/httpdocs/css/nv.d3.css +share/ntopng/httpdocs/css/pagingbar.css +share/ntopng/httpdocs/css/pie-chart.css +share/ntopng/httpdocs/css/prettify.css +share/ntopng/httpdocs/css/rickshaw.css +share/ntopng/httpdocs/css/sequence_sunburst.css +share/ntopng/httpdocs/css/tablesorted.css +share/ntopng/httpdocs/css/timeline.css +share/ntopng/httpdocs/css/timepicker.css +share/ntopng/httpdocs/favicon.ico +share/ntopng/httpdocs/font-awesome/HELP-US-OUT.txt +share/ntopng/httpdocs/font-awesome/css/font-awesome.css +share/ntopng/httpdocs/font-awesome/css/font-awesome.min.css +share/ntopng/httpdocs/font-awesome/fonts/FontAwesome.otf +share/ntopng/httpdocs/font-awesome/fonts/fontawesome-webfont.eot +share/ntopng/httpdocs/font-awesome/fonts/fontawesome-webfont.svg +share/ntopng/httpdocs/font-awesome/fonts/fontawesome-webfont.ttf +share/ntopng/httpdocs/font-awesome/fonts/fontawesome-webfont.woff +share/ntopng/httpdocs/font-awesome/fonts/fontawesome-webfont.woff2 +share/ntopng/httpdocs/font-awesome/less/animated.less +share/ntopng/httpdocs/font-awesome/less/bordered-pulled.less +share/ntopng/httpdocs/font-awesome/less/core.less +share/ntopng/httpdocs/font-awesome/less/fixed-width.less +share/ntopng/httpdocs/font-awesome/less/font-awesome.less +share/ntopng/httpdocs/font-awesome/less/icons.less +share/ntopng/httpdocs/font-awesome/less/larger.less +share/ntopng/httpdocs/font-awesome/less/list.less +share/ntopng/httpdocs/font-awesome/less/mixins.less +share/ntopng/httpdocs/font-awesome/less/path.less +share/ntopng/httpdocs/font-awesome/less/rotated-flipped.less +share/ntopng/httpdocs/font-awesome/less/stacked.less +share/ntopng/httpdocs/font-awesome/less/variables.less +share/ntopng/httpdocs/font-awesome/scss/_animated.scss +share/ntopng/httpdocs/font-awesome/scss/_bordered-pulled.scss +share/ntopng/httpdocs/font-awesome/scss/_core.scss +share/ntopng/httpdocs/font-awesome/scss/_fixed-width.scss +share/ntopng/httpdocs/font-awesome/scss/_icons.scss +share/ntopng/httpdocs/font-awesome/scss/_larger.scss +share/ntopng/httpdocs/font-awesome/scss/_list.scss +share/ntopng/httpdocs/font-awesome/scss/_mixins.scss +share/ntopng/httpdocs/font-awesome/scss/_path.scss +share/ntopng/httpdocs/font-awesome/scss/_rotated-flipped.scss +share/ntopng/httpdocs/font-awesome/scss/_stacked.scss +share/ntopng/httpdocs/font-awesome/scss/_variables.scss +share/ntopng/httpdocs/font-awesome/scss/font-awesome.scss +share/ntopng/httpdocs/geoip/README +share/ntopng/httpdocs/img/asc.gif +share/ntopng/httpdocs/img/blank.gif +share/ntopng/httpdocs/img/block-end.png +share/ntopng/httpdocs/img/block-start.png +share/ntopng/httpdocs/img/cpu_icon.png +share/ntopng/httpdocs/img/desc.gif +share/ntopng/httpdocs/img/flags.png +share/ntopng/httpdocs/img/glyphicons-halflings-white.png +share/ntopng/httpdocs/img/glyphicons-halflings.png +share/ntopng/httpdocs/img/graph.gif +share/ntopng/httpdocs/img/info.png +share/ntopng/httpdocs/img/info_icon.png +share/ntopng/httpdocs/img/interaction-graph-icons/apache2.png +share/ntopng/httpdocs/img/interaction-graph-icons/firefox.png +share/ntopng/httpdocs/img/interaction-graph-icons/java.png +share/ntopng/httpdocs/img/interaction-graph-icons/nprobe.png +share/ntopng/httpdocs/img/interaction-graph-icons/ntopng.png +share/ntopng/httpdocs/img/interaction-graph-icons/redis-server.png +share/ntopng/httpdocs/img/interaction-graph-icons/remote_hosts.png +share/ntopng/httpdocs/img/interaction-graph-icons/sprobe.png +share/ntopng/httpdocs/img/loading.gif +share/ntopng/httpdocs/img/logo.png +share/ntopng/httpdocs/img/logo.svg +share/ntopng/httpdocs/img/maps/conv30.png +share/ntopng/httpdocs/img/maps/conv40.png +share/ntopng/httpdocs/img/maps/conv50.png +share/ntopng/httpdocs/img/maps/heart30.png +share/ntopng/httpdocs/img/maps/heart40.png +share/ntopng/httpdocs/img/maps/heart50.png +share/ntopng/httpdocs/img/maps/m1.png +share/ntopng/httpdocs/img/maps/m2.png +share/ntopng/httpdocs/img/maps/m3.png +share/ntopng/httpdocs/img/maps/m4.png +share/ntopng/httpdocs/img/maps/m5.png +share/ntopng/httpdocs/img/maps/people35.png +share/ntopng/httpdocs/img/maps/people45.png +share/ntopng/httpdocs/img/maps/people55.png +share/ntopng/httpdocs/img/network_icon.png +share/ntopng/httpdocs/img/os_icon.png +share/ntopng/httpdocs/img/throbber.gif +share/ntopng/httpdocs/img/warning.png +share/ntopng/httpdocs/inc/aggregated_hosts_stats_bottom.inc +share/ntopng/httpdocs/inc/aggregated_hosts_stats_id.inc +share/ntopng/httpdocs/inc/aggregated_hosts_stats_top.inc +share/ntopng/httpdocs/inc/as_stats_id.inc +share/ntopng/httpdocs/inc/as_stats_top.inc +share/ntopng/httpdocs/inc/community_stats_bottom.inc +share/ntopng/httpdocs/inc/community_stats_id.inc +share/ntopng/httpdocs/inc/community_stats_top.inc +share/ntopng/httpdocs/inc/country_stats_id.inc +share/ntopng/httpdocs/inc/country_stats_top.inc +share/ntopng/httpdocs/inc/flows_stats_bottom.inc +share/ntopng/httpdocs/inc/flows_stats_id.inc +share/ntopng/httpdocs/inc/flows_stats_middle.inc +share/ntopng/httpdocs/inc/flows_stats_top.inc +share/ntopng/httpdocs/inc/geolocation_disclaimer.inc +share/ntopng/httpdocs/inc/header.inc +share/ntopng/httpdocs/inc/host_to_server_id.inc +share/ntopng/httpdocs/inc/host_to_server_top.inc +share/ntopng/httpdocs/inc/hosts_stats_bottom.inc +share/ntopng/httpdocs/inc/hosts_stats_id.inc +share/ntopng/httpdocs/inc/hosts_stats_top.inc +share/ntopng/httpdocs/inc/http_servers_stats_id.inc +share/ntopng/httpdocs/inc/http_servers_stats_top.inc +share/ntopng/httpdocs/inc/index_TopASNs.inc +share/ntopng/httpdocs/inc/index_TopApplications.inc +share/ntopng/httpdocs/inc/index_TopFlowSenders.inc +share/ntopng/httpdocs/inc/index_TopHosts.inc +share/ntopng/httpdocs/inc/index_TopPorts.inc +share/ntopng/httpdocs/inc/mac_stats_bottom.inc +share/ntopng/httpdocs/inc/mac_stats_id.inc +share/ntopng/httpdocs/inc/mac_stats_top.inc +share/ntopng/httpdocs/inc/network_stats_bottom.inc +share/ntopng/httpdocs/inc/network_stats_id.inc +share/ntopng/httpdocs/inc/network_stats_top.inc +share/ntopng/httpdocs/inc/os_stats_id.inc +share/ntopng/httpdocs/inc/os_stats_top.inc +share/ntopng/httpdocs/inc/processes_stats_bottom.inc +share/ntopng/httpdocs/inc/processes_stats_id.inc +share/ntopng/httpdocs/inc/processes_stats_top.inc +share/ntopng/httpdocs/inc/sflows_stats_bottom.inc +share/ntopng/httpdocs/inc/sflows_stats_top.inc +share/ntopng/httpdocs/inc/sprobe_process.inc +share/ntopng/httpdocs/inc/sprobe_process_header.inc +share/ntopng/httpdocs/inc/vlan_stats_id.inc +share/ntopng/httpdocs/inc/vlan_stats_top.inc +share/ntopng/httpdocs/js/README.gauge +share/ntopng/httpdocs/js/bootstrap-datatable.js +share/ntopng/httpdocs/js/bootstrap-datetimepicker.js +share/ntopng/httpdocs/js/bootstrap-slider.js +share/ntopng/httpdocs/js/bootstrap.ajaxpager-0.8.js +share/ntopng/httpdocs/js/bootstrap3-typeahead.js +share/ntopng/httpdocs/js/bubble-chart.js +share/ntopng/httpdocs/js/c3.js +share/ntopng/httpdocs/js/cal-heatmap.js +share/ntopng/httpdocs/js/cpu_bar.js +share/ntopng/httpdocs/js/crossfilter.js +share/ntopng/httpdocs/js/cubism.v1.js +share/ntopng/httpdocs/js/d3.v3.js +share/ntopng/httpdocs/js/dc.js +share/ntopng/httpdocs/js/gauge.js +share/ntopng/httpdocs/js/googleMapJson.js +share/ntopng/httpdocs/js/handlebars-1.0.0.0.beta.6.js +share/ntopng/httpdocs/js/highlight.js +share/ntopng/httpdocs/js/html5shiv.js +share/ntopng/httpdocs/js/jquery-ui.js +share/ntopng/httpdocs/js/jquery.bootstrap-duallistbox.js +share/ntopng/httpdocs/js/jquery.form.js +share/ntopng/httpdocs/js/jquery.js +share/ntopng/httpdocs/js/jquery.peity.js +share/ntopng/httpdocs/js/jquery.sparkline.js +share/ntopng/httpdocs/js/jquery.tablesorter.js +share/ntopng/httpdocs/js/line-graph.js +share/ntopng/httpdocs/js/markerclusterer.js +share/ntopng/httpdocs/js/matrix_volume.js +share/ntopng/httpdocs/js/moment.js +share/ntopng/httpdocs/js/ntopng_utils.js +share/ntopng/httpdocs/js/nv.d3.js +share/ntopng/httpdocs/js/pdfmake.js +share/ntopng/httpdocs/js/pie-chart.js +share/ntopng/httpdocs/js/prettify.js +share/ntopng/httpdocs/js/rickshaw.js +share/ntopng/httpdocs/js/sankey.js +share/ntopng/httpdocs/js/sequence_sunburst.js +share/ntopng/httpdocs/js/springy-ntop.js +share/ntopng/httpdocs/js/springyui-ntop.js +share/ntopng/httpdocs/js/timeline.js +share/ntopng/httpdocs/js/validator.js +share/ntopng/httpdocs/js/vfs_fonts.js +share/ntopng/httpdocs/misc/ntopng_template_elk.json +share/ntopng/httpdocs/other/EtherOUI.txt +share/ntopng/httpdocs/ssl/README +share/ntopng/httpdocs/ssl/ntopng-cert.pem.dummy +share/ntopng/httpdocs/test.lp +share/ntopng/scripts/callbacks/daily.lua +share/ntopng/scripts/callbacks/hourly.lua +share/ntopng/scripts/callbacks/minute.lua +share/ntopng/scripts/callbacks/second.lua +share/ntopng/scripts/lua/API.lua +share/ntopng/scripts/lua/about.lua +share/ntopng/scripts/lua/admin/add_user.lua +share/ntopng/scripts/lua/admin/change_user_password.lua +share/ntopng/scripts/lua/admin/change_user_prefs.lua +share/ntopng/scripts/lua/admin/delete_user.lua +share/ntopng/scripts/lua/admin/get_user_info.lua +share/ntopng/scripts/lua/admin/get_users.lua +share/ntopng/scripts/lua/admin/password_reset.lua +share/ntopng/scripts/lua/admin/prefs.lua +share/ntopng/scripts/lua/admin/users.lua +share/ntopng/scripts/lua/admin/validate_new_user.lua +share/ntopng/scripts/lua/as_stats.lua +share/ntopng/scripts/lua/country_stats.lua +share/ntopng/scripts/lua/db.lua +share/ntopng/scripts/lua/db_query.lua +share/ntopng/scripts/lua/do_export_data.lua +share/ntopng/scripts/lua/examples/debug.lua +share/ntopng/scripts/lua/examples/hello_world.lua +share/ntopng/scripts/lua/examples/interface.lua +share/ntopng/scripts/lua/examples/ntop.lua +share/ntopng/scripts/lua/examples/sqlite.lua +share/ntopng/scripts/lua/export_data.lua +share/ntopng/scripts/lua/find_host.lua +share/ntopng/scripts/lua/flow_details.lua +share/ntopng/scripts/lua/flow_stats.lua +share/ntopng/scripts/lua/flows_stats.lua +share/ntopng/scripts/lua/get_alerts_data.lua +share/ntopng/scripts/lua/get_db_flows.lua +share/ntopng/scripts/lua/get_filter_host.lua +share/ntopng/scripts/lua/get_flow_data.lua +share/ntopng/scripts/lua/get_flows_data.lua +share/ntopng/scripts/lua/get_geo_hosts.lua +share/ntopng/scripts/lua/get_grouped_hosts_data.lua +share/ntopng/scripts/lua/get_hitters_data.lua +share/ntopng/scripts/lua/get_host_activitymap.lua +share/ntopng/scripts/lua/get_host_contacts.lua +share/ntopng/scripts/lua/get_host_daily_activity.lua +share/ntopng/scripts/lua/get_host_data.lua +share/ntopng/scripts/lua/get_host_traffic.lua +share/ntopng/scripts/lua/get_hosts_data.lua +share/ntopng/scripts/lua/get_hosts_interaction.lua +share/ntopng/scripts/lua/get_http_hosts.lua +share/ntopng/scripts/lua/get_http_hosts_data.lua +share/ntopng/scripts/lua/get_process_info.lua +share/ntopng/scripts/lua/get_processes_data.lua +share/ntopng/scripts/lua/get_system_hosts_interaction.lua +share/ntopng/scripts/lua/get_top_talkers.lua +share/ntopng/scripts/lua/get_treemap.lua +share/ntopng/scripts/lua/get_user_info.lua +share/ntopng/scripts/lua/host_details.lua +share/ntopng/scripts/lua/host_details_ndpi.lua +share/ntopng/scripts/lua/host_dns_breakdown.lua +share/ntopng/scripts/lua/host_get_json.lua +share/ntopng/scripts/lua/host_http_breakdown.lua +share/ntopng/scripts/lua/host_l4_stats.lua +share/ntopng/scripts/lua/host_pkt_distro.lua +share/ntopng/scripts/lua/host_sflow_distro.lua +share/ntopng/scripts/lua/host_stats.lua +share/ntopng/scripts/lua/host_top_peers_protocols.lua +share/ntopng/scripts/lua/hosts_comparison.lua +share/ntopng/scripts/lua/hosts_comparison_bubble.lua +share/ntopng/scripts/lua/hosts_comparison_sankey.lua +share/ntopng/scripts/lua/hosts_geomap.lua +share/ntopng/scripts/lua/hosts_matrix.lua +share/ntopng/scripts/lua/hosts_stats.lua +share/ntopng/scripts/lua/hosts_treemap.lua +share/ntopng/scripts/lua/http_servers_stats.lua +share/ntopng/scripts/lua/if_pkt_distro.lua +share/ntopng/scripts/lua/if_stats.lua +share/ntopng/scripts/lua/if_stats_ndpi.lua +share/ntopng/scripts/lua/iface_flows_sankey.lua +share/ntopng/scripts/lua/iface_hosts_list.lua +share/ntopng/scripts/lua/iface_local_stats.lua +share/ntopng/scripts/lua/iface_ndpi_stats.lua +share/ntopng/scripts/lua/iface_ports_list.lua +share/ntopng/scripts/lua/inc/add_user_dialog.lua +share/ntopng/scripts/lua/inc/change_user_password_form.lua +share/ntopng/scripts/lua/inc/delete_user_dialog.lua +share/ntopng/scripts/lua/inc/footer.lua +share/ntopng/scripts/lua/inc/menu.lua +share/ntopng/scripts/lua/inc/password_dialog.lua +share/ntopng/scripts/lua/inc/sankey.lua +share/ntopng/scripts/lua/inc/search_host_box.lua +share/ntopng/scripts/lua/inc/sprobe.lua +share/ntopng/scripts/lua/inc/users.lua +share/ntopng/scripts/lua/index.lua +share/ntopng/scripts/lua/login.lua +share/ntopng/scripts/lua/logout.lua +share/ntopng/scripts/lua/mac_stats.lua +share/ntopng/scripts/lua/mesh_antenna_stats.lua +share/ntopng/scripts/lua/modules/alert_utils.lua +share/ntopng/scripts/lua/modules/db_utils.lua +share/ntopng/scripts/lua/modules/dkjson.lua +share/ntopng/scripts/lua/modules/flow_utils.lua +share/ntopng/scripts/lua/modules/graph_utils.lua +share/ntopng/scripts/lua/modules/json.lua +share/ntopng/scripts/lua/modules/lua_trace.lua +share/ntopng/scripts/lua/modules/lua_utils.lua +share/ntopng/scripts/lua/modules/persistence.lua +share/ntopng/scripts/lua/modules/sqlite_utils.lua +share/ntopng/scripts/lua/modules/template.lua +share/ntopng/scripts/lua/modules/top_scripts/top_asn.lua +share/ntopng/scripts/lua/modules/top_scripts/top_countries.lua +share/ntopng/scripts/lua/modules/top_scripts/top_networks.lua +share/ntopng/scripts/lua/modules/top_scripts/top_os.lua +share/ntopng/scripts/lua/modules/top_scripts/top_os_local.lua +share/ntopng/scripts/lua/modules/top_scripts/top_talkers.lua +share/ntopng/scripts/lua/modules/top_scripts/top_vlan.lua +share/ntopng/scripts/lua/modules/top_structure.lua +share/ntopng/scripts/lua/modules/top_talkers.lua +share/ntopng/scripts/lua/modules/traffic_stats.lua +share/ntopng/scripts/lua/modules/voip_utils.lua +share/ntopng/scripts/lua/network_details.lua +share/ntopng/scripts/lua/network_load.lua +share/ntopng/scripts/lua/network_stats.lua +share/ntopng/scripts/lua/os_stats.lua +share/ntopng/scripts/lua/page_not_found.lua +share/ntopng/scripts/lua/pid_stats.lua +share/ntopng/scripts/lua/popKeys.lua +share/ntopng/scripts/lua/port_details.lua +share/ntopng/scripts/lua/processes_stats.lua +share/ntopng/scripts/lua/protocols/dns_aggregations.lua +share/ntopng/scripts/lua/protocols/epp_aggregations.lua +share/ntopng/scripts/lua/resolve_address.lua +share/ntopng/scripts/lua/set_active_interface.lua +share/ntopng/scripts/lua/set_if_prefs.lua +share/ntopng/scripts/lua/sflow_tree.lua +share/ntopng/scripts/lua/sflows_stats.lua +share/ntopng/scripts/lua/show_alerts.lua +share/ntopng/scripts/lua/sprobe.lua +share/ntopng/scripts/lua/sprobe_data.lua +share/ntopng/scripts/lua/sprobe_flow_data.lua +share/ntopng/scripts/lua/sprobe_host_process.lua +share/ntopng/scripts/lua/sprobe_host_process_data.lua +share/ntopng/scripts/lua/sprobe_hosts.lua +share/ntopng/scripts/lua/sprobe_hosts_data.lua +share/ntopng/scripts/lua/sprobe_hosts_interactions.lua +share/ntopng/scripts/lua/sprobe_hosts_interactions_data.lua +share/ntopng/scripts/lua/system_hosts_interaction.lua +share/ntopng/scripts/lua/test_snmp.lua +share/ntopng/scripts/lua/top_generic.lua +share/ntopng/scripts/lua/top_hosts.lua +share/ntopng/scripts/lua/user_stats.lua +share/ntopng/scripts/lua/vlan_stats.lua diff --git a/net/ntopng/distinfo b/net/ntopng/distinfo new file mode 100644 index 0000000000000..cfc9ca2da45c9 --- /dev/null +++ b/net/ntopng/distinfo @@ -0,0 +1,12 @@ +$NetBSD: distinfo,v 1.2 2016/04/13 17:25:57 adam Exp $ + +SHA1 (ntopng-2.2.tar.gz) = 873170e54611acb77741be67aec8b782fb8efb9b +RMD160 (ntopng-2.2.tar.gz) = ff89921551d6c23c286df6d4965c67818f2c5df5 +SHA512 (ntopng-2.2.tar.gz) = d0dacdd821bb546a1034bd616201ae05f17037fd446ec2b7566fe6b2c1fa90b256056c3dd5f0b10aded4c903286adfa7ac5f3901c4392de92f6c27dcc523cb23 +Size (ntopng-2.2.tar.gz) = 91319029 bytes +SHA1 (patch-Makefile.in) = 4b35dd00ff5cd566047bab6d15a6b7d86eb3328e +SHA1 (patch-configure.seed) = b19f4e10860d4c8453ebd4b04313fc9ca2aa2a4d +SHA1 (patch-include_ntop__includes.h) = dd8f61228d6a8d96a5577e53857cb8a05394a036 +SHA1 (patch-src_PacketDumperTuntap.cpp) = 274b70f065f407ca34a3d88e021924639ffa105b +SHA1 (patch-src_Redis.cpp) = 10f04cb1b300cd400905df993bb7d4f20431569b +SHA1 (patch-third-party_mongoose_mongoose.c) = 1b163b56600390e393d2ede7aace3e26c12c9a67 diff --git a/net/ntopng/files/ntopng.sh b/net/ntopng/files/ntopng.sh new file mode 100644 index 0000000000000..27627d74415a6 --- /dev/null +++ b/net/ntopng/files/ntopng.sh @@ -0,0 +1,26 @@ +#!@RCD_SCRIPTS_SHELL@ +# +# $NetBSD: ntopng.sh,v 1.1 2016/04/08 16:59:07 adam Exp $ +# +# PROVIDE: ntopng +# REQUIRE: DAEMON network +# KEYWORD: shutdown + +if [ -f /etc/rc.subr ]; then + . /etc/rc.subr +fi + +name="ntopng" +rcvar=$name +# XXX must be in tmp, because ntopng runs as nobody +pidfile="@VARBASE@/tmp/$name.pid" +command="@PREFIX@/bin/$name" +command_args="-e -G $pidfile" + +if [ -f /etc/rc.subr ]; then + load_rc_config $name + run_rc_command "$1" +else + echo -n "${name}" + @SU@ -c "${command}" +fi diff --git a/net/ntopng/patches/patch-Makefile.in b/net/ntopng/patches/patch-Makefile.in new file mode 100644 index 0000000000000..073a04db25a92 --- /dev/null +++ b/net/ntopng/patches/patch-Makefile.in @@ -0,0 +1,23 @@ +$NetBSD: patch-Makefile.in,v 1.2 2016/04/13 17:25:57 adam Exp $ + +Install into DESTDIR. +Use external nDPI. + +--- Makefile.in.orig 2015-11-30 18:15:18.000000000 +0000 ++++ Makefile.in +@@ -5,13 +5,13 @@ SHELL=/bin/sh + OS := $(shell uname -s) + PWD=@PWD@ + GPP=@GPP@ +-INSTALL_DIR=$(prefix) ++INSTALL_DIR=$(DESTDIR)$(prefix) + MAN_DIR=$(DESTDIR)@MAN_DIR@ + + ###### + HAS_NDPI=$(shell pkg-config --exists libndpi; echo $$?) + ifeq ($(HAS_NDPI), 0) +- NDPI_INC = $(shell pkg-config --cflags libndpi | sed -e 's/\(-I[^ \t]*\)/\1\/libndpi/g') ++ NDPI_INC = $(shell pkg-config --cflags libndpi | sed -e 's/\(-I[^ ]*\)/\1\/libndpi/g') + NDPI_LIB = $(shell pkg-config --libs libndpi) + NDPI_LIB_DEP = + else diff --git a/net/ntopng/patches/patch-configure.seed b/net/ntopng/patches/patch-configure.seed new file mode 100644 index 0000000000000..068a2b3e9773f --- /dev/null +++ b/net/ntopng/patches/patch-configure.seed @@ -0,0 +1,65 @@ +$NetBSD: patch-configure.seed,v 1.1 2016/04/08 16:59:07 adam Exp $ + +Do not use included nDPI. +Do not use -O0 for clang. +On Darwin, install into man/. + +--- configure.seed.orig 2015-11-30 18:15:18.000000000 +0000 ++++ configure.seed +@@ -44,35 +44,6 @@ GIT_BRANCH="@GIT_BRANCH@" + PRO_GIT_RELEASE="@PRO_GIT_RELEASE@" + PRO_GIT_DATE="@PRO_GIT_DATE@" + +-AC_MSG_CHECKING(for nDPI) +-NDPI_HOME=./nDPI +-if test -d "$NDPI_HOME" ; then : +- AC_MSG_RESULT(found in $NDPI_HOME) +-else +- NDPI_HOME=../nDPI +- if test -d "$NDPI_HOME"; then : +- AC_MSG_RESULT(found in $NDPI_HOME) +- else +- NDPI_HOME=$HOME/nDPI +- if test -d "$NDPI_HOME"; then : +- AC_MSG_RESULT(found in $NDPI_HOME) +- else +- AC_MSG_RESULT(not found) +- echo "Please do cd ..; git clone https://github.com/ntop/nDPI.git; cd nDPI; ./autogen.sh; make; cd ../ntopng" +- echo " and try again" +- exit +- fi +- fi +-fi +- +-NDPI_LIB=$NDPI_HOME/src/lib/.libs/libndpi.a +-AC_MSG_CHECKING(for $NDPI_LIB) +-if test -f "$NDPI_LIB" ; then : +- AC_MSG_RESULT(found $NDPI_LIB) +-else +- AC_MSG_RESULT(not found $NDPI_LIB: compiling) +- cd $NDPI_HOME; ./autogen.sh; make; cd - +-fi + + AC_MSG_CHECKING(for ntopng professional edition) + if test -d "pro"; then : +@@ -351,7 +322,7 @@ if test x$GPP = x + then + GPP="g++" + else +- GPP="$GPP -O0" ++ GPP="$GPP" + fi + + GIT=`which git` +@@ -374,11 +345,7 @@ then + INSTALL_DIR=${ac_default_prefix} + fi + +-if test $SYSTEM = "Darwin"; then +- MAN_DIR=$INSTALL_DIR/share/man +-else + MAN_DIR=$INSTALL_DIR/man +-fi + + if test $SYSTEM = "OpenBSD"; then + INSTALL_DIR=${prefix} diff --git a/net/ntopng/patches/patch-include_ntop__includes.h b/net/ntopng/patches/patch-include_ntop__includes.h new file mode 100644 index 0000000000000..1daabc3e1db09 --- /dev/null +++ b/net/ntopng/patches/patch-include_ntop__includes.h @@ -0,0 +1,15 @@ +$NetBSD: patch-include_ntop__includes.h,v 1.1 2016/04/08 16:59:07 adam Exp $ + +Add NetBSD support. + +--- include/ntop_includes.h.orig 2016-04-04 12:57:38.000000000 +0000 ++++ include/ntop_includes.h +@@ -43,7 +43,7 @@ + #include + #include + +-#if defined(__OpenBSD__) ++#if defined(__NetBSD__) || defined(__OpenBSD__) + #include + #include + #include diff --git a/net/ntopng/patches/patch-src_PacketDumperTuntap.cpp b/net/ntopng/patches/patch-src_PacketDumperTuntap.cpp new file mode 100644 index 0000000000000..e19a96b5af431 --- /dev/null +++ b/net/ntopng/patches/patch-src_PacketDumperTuntap.cpp @@ -0,0 +1,15 @@ +$NetBSD: patch-src_PacketDumperTuntap.cpp,v 1.1 2016/04/08 16:59:07 adam Exp $ + +Add NetBSD support. + +--- src/PacketDumperTuntap.cpp.orig 2016-04-04 12:59:52.000000000 +0000 ++++ src/PacketDumperTuntap.cpp +@@ -127,7 +127,7 @@ int PacketDumperTuntap::openTap(char *de + + /* ********************************************* */ + +-#ifdef __OpenBSD__ ++#if defined(__NetBSD__) || defined(__OpenBSD__) + #define OPENBSD_TAPDEVICE_SIZE 32 + int PacketDumperTuntap::openTap(char *dev, /* user-definable interface name, eg. edge0 */ int mtu) { + int i; diff --git a/net/ntopng/patches/patch-src_Redis.cpp b/net/ntopng/patches/patch-src_Redis.cpp new file mode 100644 index 0000000000000..3d297de69d237 --- /dev/null +++ b/net/ntopng/patches/patch-src_Redis.cpp @@ -0,0 +1,20 @@ +$NetBSD: patch-src_Redis.cpp,v 1.1 2016/04/08 16:59:07 adam Exp $ + +Allow Redis connection through unix socket. + +--- src/Redis.cpp.orig 2016-04-06 11:41:42.000000000 +0000 ++++ src/Redis.cpp +@@ -75,7 +75,12 @@ void Redis::reconnectRedis() { + redisFree(redis); + } + +- redis = redisConnectWithTimeout(redis_host, redis_port, timeout); ++ if (redis_host[0] == '/') { ++ redis = redisConnectUnixWithTimeout(redis_host, timeout); ++ } ++ else { ++ redis = redisConnectWithTimeout(redis_host, redis_port, timeout); ++ } + + while(num_attemps > 0) { + if(redis) reply = (redisReply*)redisCommand(redis, "PING"); else reply = NULL; diff --git a/net/ntopng/patches/patch-third-party_mongoose_mongoose.c b/net/ntopng/patches/patch-third-party_mongoose_mongoose.c new file mode 100644 index 0000000000000..77c4e9ab0e8e9 --- /dev/null +++ b/net/ntopng/patches/patch-third-party_mongoose_mongoose.c @@ -0,0 +1,141 @@ +$NetBSD: patch-third-party_mongoose_mongoose.c,v 1.1 2016/04/08 16:59:07 adam Exp $ + +Updated to the latest version from github.com/ntop/ntopng. +On NetBSD, this fixes a problem with HTTP listening on IPv6 only. + +--- third-party/mongoose/mongoose.c.orig 2015-11-30 19:15:18.000000000 +0100 ++++ third-party/mongoose/mongoose.c 2016-04-06 15:53:31.000000000 +0200 +@@ -444,6 +444,8 @@ + struct sockaddr_in sin; + #if defined(USE_IPV6) + struct sockaddr_in6 sin6; ++#else ++ struct sockaddr sin6; + #endif + }; + +@@ -4398,37 +4400,45 @@ + // Examples: 80, 443s, 127.0.0.1:3128, 1.2.3.4:8080s + // TODO(lsm): add parsing of the IPv6 address + static int parse_port_string(const struct vec *vec, struct socket *so) { +- int a, b, c, d, port, len; +- ++ union usa *sa = (union usa *)&so->lsa; ++ int a, b, c, d, port = 0, len = 0; ++#if defined(USE_IPV6) ++ char buf[100]; ++#endif + // MacOS needs that. If we do not zero it, subsequent bind() will fail. + // Also, all-zeroes in the socket address means binding to all addresses + // for both IPv4 and IPv6 (INADDR_ANY and IN6ADDR_ANY_INIT). +- memset(so, 0, sizeof(*so)); ++ memset(sa, 0, sizeof(*sa)); + +- if (sscanf(vec->ptr, "%d.%d.%d.%d:%d%n", &a, &b, &c, &d, &port, &len) == 5) { +- // Bind to a specific IPv4 address +- so->lsa.sin.sin_addr.s_addr = htonl((a << 24) | (b << 16) | (c << 8) | d); +- } else if (sscanf(vec->ptr, "%d%n", &port, &len) != 1 || +- len <= 0 || +- len > (int) vec->len || +- (vec->ptr[len] && vec->ptr[len] != 's' && +- vec->ptr[len] != 'r' && vec->ptr[len] != ',')) { +- return 0; +- } ++ sa->sin.sin_family = AF_INET; ++ ++ if (sscanf(vec->ptr, "%u.%u.%u.%u:%u%n", &a, &b, &c, &d, &port, &len) == 5) { ++ /* Bind to a specific IPv4 address, e.g. 127.0.0.1:8080 */ ++ sa->sin.sin_addr.s_addr = ++ htonl(((uint32_t) a << 24) | ((uint32_t) b << 16) | c << 8 | d); ++ sa->sin.sin_port = htons((uint16_t) port); + +- so->is_ssl = vec->ptr[len] == 's'; +- so->ssl_redir = vec->ptr[len] == 'r'; + #if defined(USE_IPV6) +- if(is_ip6_enabled) { +- so->lsa.sin6.sin6_family = AF_INET6; +- so->lsa.sin6.sin6_port = htons((uint16_t) port); +- } else { /* NTOP - fall back to IPv4 */ +- so->lsa.sin.sin_family = AF_INET; +- so->lsa.sin.sin_port = htons((uint16_t) port); ++ } else if (sscanf(vec->ptr, "[%[^]]]:%u%n", buf, &port, &len) == 2 && ++ inet_pton(AF_INET6, buf, &sa->sin6.sin6_addr)) { ++ /* IPv6 address, e.g. [3ffe:2a00:100:7031::1]:8080 */ ++ sa->sin6.sin6_family = AF_INET6; ++ sa->sin.sin_port = htons((uint16_t) port); ++#endif ++ ++ } else if (sscanf(vec->ptr, ":%u%n", &port, &len) == 1 || ++ sscanf(vec->ptr, "%u%n", &port, &len) == 1) { ++ /* If only port is specified, bind to IPv4, INADDR_ANY */ ++ sa->sin.sin_port = htons((uint16_t) port); ++ } else { ++ return -1; + } +-#else +- so->lsa.sin.sin_family = AF_INET; +- so->lsa.sin.sin_port = htons((uint16_t) port); ++ ++ so->is_ssl = (vec->ptr[len] && vec->ptr[len] == 's'); ++ so->ssl_redir = (vec->ptr[len] && vec->ptr[len] == 'r'); ++ ++#if defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__) ++ so->lsa.sin.sin_len = sizeof(struct sockaddr_in); + #endif + + return 1; +@@ -4439,6 +4449,15 @@ + int on = 1, success = 1; + struct vec vec; + struct socket so; ++ int rc_setsockopt = 0, rc_bind = 0, rc_listen = 0; ++ union usa *sa = (union usa *)&so.lsa; ++ ++ /* ++ #if defined(USE_IPV6) ++ if(is_ip6_enabled) ++ sa = (const struct sockaddr *)&so.lsa.sin6, sa_len = sizeof(so.lsa.sin6); ++ #endif ++ */ + + while (success && (list = next_option(list, &vec, NULL)) != NULL) { + if (!parse_port_string(&vec, &so)) { +@@ -4448,19 +4467,22 @@ + } else if (so.is_ssl && ctx->ssl_ctx == NULL) { + cry(fc(ctx), "Cannot add SSL socket, is -ssl_certificate option set?"); + success = 0; +- } else if ((so.sock = socket(so.lsa.sa.sa_family, SOCK_STREAM, 6)) == ++ } else if ((so.sock = socket(so.lsa.sa.sa_family, SOCK_STREAM, IPPROTO_TCP)) == + INVALID_SOCKET || + // On Windows, SO_REUSEADDR is recommended only for + // broadcast UDP sockets +- setsockopt(so.sock, SOL_SOCKET, SO_REUSEADDR, ++ (rc_setsockopt = setsockopt(so.sock, SOL_SOCKET, SO_REUSEADDR, + #ifdef WIN32 + (const char*) + #else + (void *) + #endif +- &on, sizeof(on)) != 0 || +- bind(so.sock, &so.lsa.sa, sizeof(so.lsa)) != 0 || +- listen(so.sock, SOMAXCONN) != 0) { ++ &on, sizeof(on))) != 0 || ++ (rc_bind = bind(so.sock, ++ &sa->sa, ++ (sa->sa.sa_family == AF_INET) ? sizeof(sa->sin) : sizeof(sa->sin6)) ++ ) != 0 || ++ (rc_listen = listen(so.sock, SOMAXCONN)) != 0) { + cry(fc(ctx), "%s: cannot bind to %.*s: %s", __func__, + (int) vec.len, vec.ptr, strerror(ERRNO)); + closesocket(so.sock); +@@ -5239,6 +5261,10 @@ + check_ipv6_enabled(); + #endif + ++#if defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__) ++ is_ip6_enabled = 0; ++#endif ++ + #if defined(_WIN32) && !defined(__SYMBIAN32__) + WSADATA data; + WSAStartup(MAKEWORD(2,2), &data); diff --git a/net/ntp4/Makefile b/net/ntp4/Makefile index 8dfc105bcb95f..9db557bb5f99c 100644 --- a/net/ntp4/Makefile +++ b/net/ntp4/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.91 2016/03/05 11:29:09 jperkin Exp $ +# $NetBSD: Makefile,v 1.92 2016/04/27 15:59:19 wen Exp $ # -DISTNAME= ntp-4.2.8p5 +DISTNAME= ntp-4.2.8p7 PKGNAME= ${DISTNAME:S/-dev-/-/} -PKGREVISION= 1 CATEGORIES= net time MASTER_SITES= http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2/ diff --git a/net/ntp4/PLIST b/net/ntp4/PLIST index e8d8ea042614d..1c3938a5db409 100644 --- a/net/ntp4/PLIST +++ b/net/ntp4/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.20 2015/10/23 03:43:31 taca Exp $ +@comment $NetBSD: PLIST,v 1.21 2016/04/27 15:59:19 wen Exp $ bin/sntp man/man1/sntp.1 man/man5/ntp.conf.5 @@ -29,6 +29,7 @@ share/doc/ntp/README.bk share/doc/ntp/README.hackers share/doc/ntp/README.leapsmear share/doc/ntp/README.patches +share/doc/ntp/README.pullrequests share/doc/ntp/README.refclocks share/doc/ntp/README.versions share/doc/ntp/TODO diff --git a/net/ntp4/distinfo b/net/ntp4/distinfo index b43791618754e..939e3ba35bb0f 100644 --- a/net/ntp4/distinfo +++ b/net/ntp4/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.25 2016/01/09 15:49:26 taca Exp $ +$NetBSD: distinfo,v 1.26 2016/04/27 15:59:19 wen Exp $ -SHA1 (ntp-4.2.8p5.tar.gz) = 95152c9bca8b5229a4db05943f181365bf738ab2 -RMD160 (ntp-4.2.8p5.tar.gz) = a5991d126722fb80bac6a0552feb14403b8d0a0d -SHA512 (ntp-4.2.8p5.tar.gz) = 8df3e51027f6bfc5e77b81317b67e75263cb429dc532d21bb5924852f77ea39314a06b94944804991185f93155063cee7c1f28024698ec893c353a4d5561750e -Size (ntp-4.2.8p5.tar.gz) = 7138233 bytes +SHA1 (ntp-4.2.8p7.tar.gz) = a1f6300132cf1fc6884990353aca7340daf0be0d +RMD160 (ntp-4.2.8p7.tar.gz) = d138a8a36cb0e20ae5a9cda2e0e9771fae4e1380 +SHA512 (ntp-4.2.8p7.tar.gz) = 7b80192f0e3c4a05cc05f167ab85593acca685d514dcd46fb8f42b4cd2a5525e76ba5e15fd7ff13220e4155de6aab5661554e0ded60bfb1d27a969c589958f55 +Size (ntp-4.2.8p7.tar.gz) = 7175313 bytes SHA1 (patch-include-ntp__syscall.h) = b247569339d09a88f2e143e355033ce7635ffe92 SHA1 (patch-sntp_loc_pkgsrc) = 6e46ffc0cc2afcfdc1d01297cbe04cb80d103575 diff --git a/net/ocaml-ipaddr/Makefile b/net/ocaml-ipaddr/Makefile index 2e8d963de3c1d..47a98875544ae 100644 --- a/net/ocaml-ipaddr/Makefile +++ b/net/ocaml-ipaddr/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.5 2016/03/04 16:15:21 jaapb Exp $ +# $NetBSD: Makefile,v 1.6 2016/05/05 11:45:36 jaapb Exp $ VERSION= 2.7.0 GITHUB_PROJECT= ocaml-ipaddr DISTNAME= ${GITHUB_PROJECT}-${VERSION} +PKGREVISION= 1 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_GITHUB:=mirage/} diff --git a/net/ocaml-ipaddr/buildlink3.mk b/net/ocaml-ipaddr/buildlink3.mk index 96b9b856bf4af..044d936f515de 100644 --- a/net/ocaml-ipaddr/buildlink3.mk +++ b/net/ocaml-ipaddr/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.5 2016/03/04 16:15:21 jaapb Exp $ +# $NetBSD: buildlink3.mk,v 1.6 2016/05/05 11:45:36 jaapb Exp $ BUILDLINK_TREE+= ocaml-ipaddr @@ -6,7 +6,7 @@ BUILDLINK_TREE+= ocaml-ipaddr OCAML_IPADDR_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.ocaml-ipaddr+= ocaml-ipaddr>=2.0.0 -BUILDLINK_ABI_DEPENDS.ocaml-ipaddr?= ocaml-ipaddr>=2.7.0 +BUILDLINK_ABI_DEPENDS.ocaml-ipaddr?= ocaml-ipaddr>=2.7.0nb1 BUILDLINK_PKGSRCDIR.ocaml-ipaddr?= ../../net/ocaml-ipaddr BUILDLINK_FILES.ocaml-ipaddr+= lib/ocaml/site-lib/* diff --git a/net/ocamlnet/Makefile b/net/ocamlnet/Makefile index cc9c3cc8e8c26..935d17d4c77f9 100644 --- a/net/ocamlnet/Makefile +++ b/net/ocamlnet/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.27 2016/03/05 11:29:09 jperkin Exp $ +# $NetBSD: Makefile,v 1.30 2016/05/05 16:04:21 jaapb Exp $ # -DISTNAME= ocamlnet-4.0.4 -PKGREVISION= 1 +DISTNAME= ocamlnet-4.1.1 CATEGORIES= net MASTER_SITES= http://download.camlcity.org/download/ @@ -19,6 +18,15 @@ CONFIGURE_ARGS+= -without-nethttpd -disable-tcl -disable-apache \ USE_TOOLS+= gmake BUILD_TARGET= all OCAML_USE_FINDLIB= yes +OCAML_FINDLIB_DIRS= \ + ${OCAML_SITELIBDIR}/equeue ${OCAML_SITELIBDIR}/netcamlbox \ + ${OCAML_SITELIBDIR}/netcgi2-plex ${OCAML_SITELIBDIR}/netcgi2 \ + ${OCAML_SITELIBDIR}/netclient ${OCAML_SITELIBDIR}/netmulticore \ + ${OCAML_SITELIBDIR}/netplex ${OCAML_SITELIBDIR}/netshm \ + ${OCAML_SITELIBDIR}/netstring-pcre ${OCAML_SITELIBDIR}/netstring \ + ${OCAML_SITELIBDIR}/netsys ${OCAML_SITELIBDIR}/netunidata \ + ${OCAML_SITELIBDIR}/netzip ${OCAML_SITELIBDIR}/rpc-auth-local \ + ${OCAML_SITELIBDIR}/rpc-generator ${OCAML_SITELIBDIR}/rpc .include "../../mk/ocaml.mk" .include "../../mk/bsd.prefs.mk" @@ -29,6 +37,7 @@ BUILD_TARGET+= opt .endif .if ${OPSYS} == "SunOS" PLIST.xti= yes +OCAML_FINDLIB_DIRS+= ${OCAML_SITELIBDIR}/rpc-xti .endif .include "options.mk" diff --git a/net/ocamlnet/PLIST b/net/ocamlnet/PLIST index 271223f28a6a2..338b0cf4f3ee0 100644 --- a/net/ocamlnet/PLIST +++ b/net/ocamlnet/PLIST @@ -1,26 +1,9 @@ -@comment $NetBSD: PLIST,v 1.11 2016/02/03 13:19:26 jaapb Exp $ -@unexec %D/libexec/ocaml-findlib-register del %D/${OCAML_SITELIB}/equeue -@unexec %D/libexec/ocaml-findlib-register del %D/${OCAML_SITELIB}/netcgi2-plex -@unexec %D/libexec/ocaml-findlib-register del %D/${OCAML_SITELIB}/netplex -@unexec %D/libexec/ocaml-findlib-register del %D/${OCAML_SITELIB}/netclient -@unexec %D/libexec/ocaml-findlib-register del %D/${OCAML_SITELIB}/netshm -@unexec %D/libexec/ocaml-findlib-register del %D/${OCAML_SITELIB}/rpc -@unexec %D/libexec/ocaml-findlib-register del %D/${OCAML_SITELIB}/shell -@unexec %D/libexec/ocaml-findlib-register del %D/${OCAML_SITELIB}/netcamlbox -@unexec %D/libexec/ocaml-findlib-register del %D/${OCAML_SITELIB}/netstring -@unexec %D/libexec/ocaml-findlib-register del %D/${OCAML_SITELIB}/rpc-auth-local -@unexec %D/libexec/ocaml-findlib-register del %D/${OCAML_SITELIB}/netcgi2 -@unexec %D/libexec/ocaml-findlib-register del %D/${OCAML_SITELIB}/netmulticore -@unexec %D/libexec/ocaml-findlib-register del %D/${OCAML_SITELIB}/netsys -@unexec %D/libexec/ocaml-findlib-register del %D/${OCAML_SITELIB}/rpc-generator -@unexec %D/libexec/ocaml-findlib-register del %D/${OCAML_SITELIB}/netunidata -@unexec %D/libexec/ocaml-findlib-register del %D/${OCAML_SITELIB}/netzip -${PLIST.xti}@unexec %D/libexec/ocaml-findlib-register del %D/${OCAML_SITELIB}/rpc-xti +@comment $NetBSD: PLIST,v 1.12 2016/05/05 16:04:21 jaapb Exp $ ${OCAML_SITELIB}/equeue/META ${PLIST.ocaml-opt}${OCAML_SITELIB}/equeue/equeue.a ${OCAML_SITELIB}/equeue/equeue.cma -${PLIST.ocaml-opt}${OCAML_SITELIB}/equeue/equeue.cmxa ${OCAML_SITELIB}/equeue/equeue.cmi +${PLIST.ocaml-opt}${OCAML_SITELIB}/equeue/equeue.cmxa ${OCAML_SITELIB}/equeue/equeue.mli ${PLIST.ocaml-opt}${OCAML_SITELIB}/equeue/equeue.p.a ${PLIST.ocaml-opt}${OCAML_SITELIB}/equeue/equeue.p.cmxa @@ -60,8 +43,8 @@ ${OCAML_SITELIB}/equeue/uq_transfer.mli ${OCAML_SITELIB}/netcamlbox/META ${PLIST.ocaml-opt}${OCAML_SITELIB}/netcamlbox/netcamlbox.a ${OCAML_SITELIB}/netcamlbox/netcamlbox.cma -${PLIST.ocaml-opt}${OCAML_SITELIB}/netcamlbox/netcamlbox.cmxa ${OCAML_SITELIB}/netcamlbox/netcamlbox.cmi +${PLIST.ocaml-opt}${OCAML_SITELIB}/netcamlbox/netcamlbox.cmxa ${OCAML_SITELIB}/netcamlbox/netcamlbox.mli ${PLIST.ocaml-opt}${OCAML_SITELIB}/netcamlbox/netcamlbox.p.a ${PLIST.ocaml-opt}${OCAML_SITELIB}/netcamlbox/netcamlbox.p.cmxa @@ -76,8 +59,8 @@ ${OCAML_SITELIB}/netcgi2-plex/netcgi_plex.mli ${OCAML_SITELIB}/netcgi2/META ${PLIST.ocaml-opt}${OCAML_SITELIB}/netcgi2/netcgi.a ${OCAML_SITELIB}/netcgi2/netcgi.cma -${PLIST.ocaml-opt}${OCAML_SITELIB}/netcgi2/netcgi.cmxa ${OCAML_SITELIB}/netcgi2/netcgi.cmi +${PLIST.ocaml-opt}${OCAML_SITELIB}/netcgi2/netcgi.cmxa ${OCAML_SITELIB}/netcgi2/netcgi.mli ${PLIST.ocaml-opt}${OCAML_SITELIB}/netcgi2/netcgi.p.a ${PLIST.ocaml-opt}${OCAML_SITELIB}/netcgi2/netcgi.p.cmxa @@ -115,8 +98,8 @@ ${OCAML_SITELIB}/netclient/nethttp_client_conncache.cmi ${OCAML_SITELIB}/netclient/nethttp_client_conncache.mli ${OCAML_SITELIB}/netclient/nethttp_fs.cmi ${OCAML_SITELIB}/netclient/nethttp_fs.mli -${OCAML_SITELIB}/netclient/netnetpop.mli -${OCAML_SITELIB}/netclient/netnetsmtp.mli +${OCAML_SITELIB}/netclient/netldap.cmi +${OCAML_SITELIB}/netclient/netldap.mli ${OCAML_SITELIB}/netclient/netpop.cmi ${OCAML_SITELIB}/netclient/netpop.mli ${OCAML_SITELIB}/netclient/netsmtp.cmi @@ -183,6 +166,8 @@ ${OCAML_SITELIB}/netplex/netplex_ctrl_srv.cmi ${OCAML_SITELIB}/netplex/netplex_ctrl_srv.mli ${OCAML_SITELIB}/netplex/netplex_encap.cmi ${OCAML_SITELIB}/netplex/netplex_encap.mli +${OCAML_SITELIB}/netplex/netplex_internal.cmi +${OCAML_SITELIB}/netplex/netplex_internal.mli ${OCAML_SITELIB}/netplex/netplex_kit.cmi ${OCAML_SITELIB}/netplex/netplex_kit.mli ${OCAML_SITELIB}/netplex/netplex_log.cmi @@ -252,6 +237,8 @@ ${OCAML_SITELIB}/netstring/netascii_armor.cmi ${OCAML_SITELIB}/netstring/netascii_armor.mli ${OCAML_SITELIB}/netstring/netasn1.cmi ${OCAML_SITELIB}/netstring/netasn1.mli +${OCAML_SITELIB}/netstring/netasn1_encode.cmi +${OCAML_SITELIB}/netstring/netasn1_encode.mli ${OCAML_SITELIB}/netstring/netauth.cmi ${OCAML_SITELIB}/netstring/netauth.mli ${OCAML_SITELIB}/netstring/netaux.cmi @@ -310,6 +297,8 @@ ${OCAML_SITELIB}/netstring/netmech_scram.cmi ${OCAML_SITELIB}/netstring/netmech_scram.mli ${OCAML_SITELIB}/netstring/netmech_scram_gssapi.cmi ${OCAML_SITELIB}/netstring/netmech_scram_gssapi.mli +${OCAML_SITELIB}/netstring/netmech_scram_http.cmi +${OCAML_SITELIB}/netstring/netmech_scram_http.mli ${OCAML_SITELIB}/netstring/netmech_scram_sasl.cmi ${OCAML_SITELIB}/netstring/netmech_scram_sasl.mli ${OCAML_SITELIB}/netstring/netmech_spnego_http.cmi @@ -347,6 +336,8 @@ ${OCAML_SITELIB}/netstring/netstring_str.mli ${OCAML_SITELIB}/netstring/netstring_top.cmi ${OCAML_SITELIB}/netstring/netstring_top.cmo ${OCAML_SITELIB}/netstring/netstring_top.mli +${OCAML_SITELIB}/netstring/netstring_tstring.cmi +${OCAML_SITELIB}/netstring/netstring_tstring.mli ${OCAML_SITELIB}/netstring/nettls_support.cmi ${OCAML_SITELIB}/netstring/nettls_support.mli ${OCAML_SITELIB}/netstring/netulex.cmi @@ -355,8 +346,14 @@ ${OCAML_SITELIB}/netstring/netunichar.cmi ${OCAML_SITELIB}/netstring/netunichar.mli ${OCAML_SITELIB}/netstring/neturl.cmi ${OCAML_SITELIB}/netstring/neturl.mli +${OCAML_SITELIB}/netstring/neturl_ldap.cmi +${OCAML_SITELIB}/netstring/neturl_ldap.mli ${OCAML_SITELIB}/netstring/netx509.cmi ${OCAML_SITELIB}/netstring/netx509.mli +${OCAML_SITELIB}/netstring/netx509_pubkey.cmi +${OCAML_SITELIB}/netstring/netx509_pubkey.mli +${OCAML_SITELIB}/netstring/netx509_pubkey_crypto.cmi +${OCAML_SITELIB}/netstring/netx509_pubkey_crypto.mli ${OCAML_SITELIB}/netstring/netxdr.cmi ${OCAML_SITELIB}/netstring/netxdr.mli ${OCAML_SITELIB}/netstring/netxdr_mstring.cmi @@ -390,6 +387,8 @@ ${OCAML_SITELIB}/netsys/netsys_crypto_types.cmi ${OCAML_SITELIB}/netsys/netsys_crypto_types.mli ${OCAML_SITELIB}/netsys/netsys_digests.cmi ${OCAML_SITELIB}/netsys/netsys_digests.mli +${OCAML_SITELIB}/netsys/netsys_global.cmi +${OCAML_SITELIB}/netsys/netsys_global.mli ${OCAML_SITELIB}/netsys/netsys_gprof_init.cmi ${OCAML_SITELIB}/netsys/netsys_gprof_init.mli ${OCAML_SITELIB}/netsys/netsys_gprof_init.p.cmx @@ -409,8 +408,8 @@ ${PLIST.ocaml-opt}${OCAML_SITELIB}/netsys/netsys_oothr.p.a ${PLIST.ocaml-opt}${OCAML_SITELIB}/netsys/netsys_oothr.p.cmxa ${PLIST.ocaml-opt}${OCAML_SITELIB}/netsys/netsys_oothr_mt.a ${OCAML_SITELIB}/netsys/netsys_oothr_mt.cma -${PLIST.ocaml-opt}${OCAML_SITELIB}/netsys/netsys_oothr_mt.cmxa ${OCAML_SITELIB}/netsys/netsys_oothr_mt.cmi +${PLIST.ocaml-opt}${OCAML_SITELIB}/netsys/netsys_oothr_mt.cmxa ${OCAML_SITELIB}/netsys/netsys_oothr_mt.mli ${PLIST.ocaml-opt}${OCAML_SITELIB}/netsys/netsys_oothr_mt.p.a ${PLIST.ocaml-opt}${OCAML_SITELIB}/netsys/netsys_oothr_mt.p.cmxa @@ -431,6 +430,10 @@ ${OCAML_SITELIB}/netsys/netsys_pollset_posix.cmi ${OCAML_SITELIB}/netsys/netsys_pollset_posix.mli ${OCAML_SITELIB}/netsys/netsys_pollset_win32.cmi ${OCAML_SITELIB}/netsys/netsys_pollset_win32.mli +${OCAML_SITELIB}/netsys/netsys_polypipe.cmi +${OCAML_SITELIB}/netsys/netsys_polypipe.mli +${OCAML_SITELIB}/netsys/netsys_polysocket.cmi +${OCAML_SITELIB}/netsys/netsys_polysocket.mli ${OCAML_SITELIB}/netsys/netsys_posix.cmi ${OCAML_SITELIB}/netsys/netsys_posix.mli ${OCAML_SITELIB}/netsys/netsys_rng.cmi diff --git a/net/ocamlnet/distinfo b/net/ocamlnet/distinfo index 146a48fc7cfb3..26bf086a10608 100644 --- a/net/ocamlnet/distinfo +++ b/net/ocamlnet/distinfo @@ -1,8 +1,11 @@ -$NetBSD: distinfo,v 1.19 2016/02/03 13:19:26 jaapb Exp $ +$NetBSD: distinfo,v 1.20 2016/05/05 16:04:21 jaapb Exp $ -SHA1 (ocamlnet-4.0.4.tar.gz) = 5747489d21e19aee4c1d9dad48d2764bb1bdbcbc -RMD160 (ocamlnet-4.0.4.tar.gz) = eb7f140b0a1545d37e766bab1f621954ce3784a1 -SHA512 (ocamlnet-4.0.4.tar.gz) = f3bce94d43161e46bf0973bfbe0d9d5d7232136a24a27b987ae371a7aab129720df35bd0d6ef75126d587ee1fde56fe29d05bc44840724adf3be50ac250e7c85 -Size (ocamlnet-4.0.4.tar.gz) = 4336176 bytes +SHA1 (ocamlnet-4.1.1.tar.gz) = 16a5ba8e0155fa04c9fdb3de73db8b8417530ec5 +RMD160 (ocamlnet-4.1.1.tar.gz) = 04e74fea3478110d0fddaa3d0b4fe15bca6fcf58 +SHA512 (ocamlnet-4.1.1.tar.gz) = cd10f7fe622bed3208cc5ad66d65911c1c0992bdc6f4d1bc10d6e7ef197fe157226e6b8ca7857b91cd1c6d6103ac9c3d586d39f3cb32a9ccb9ab83e00bf4444d +Size (ocamlnet-4.1.1.tar.gz) = 4561784 bytes SHA1 (patch-Makefile.rules) = ffe0b4a56e2b1f0449ee6ceedaeffdb5b5abbc9a +SHA1 (patch-src_equeue_uq_engines_compat.ml) = 35ed1e404aafe5e34963dd6730c68c11e7903e86 +SHA1 (patch-src_netstring_netasn1.ml) = 4637b290ac05613a38e0d8c0853f07a904c7254c +SHA1 (patch-src_netsys_netlog.ml) = 8de2d59aecd88c0e5fee000238efad625e28104b SHA1 (patch-src_netsys_netsys__c.c) = d83d7746267523456696057bdd2ade74a9313f01 diff --git a/net/ocamlnet/options.mk b/net/ocamlnet/options.mk index 2a0221eb999e5..730f03b07d5eb 100644 --- a/net/ocamlnet/options.mk +++ b/net/ocamlnet/options.mk @@ -1,8 +1,8 @@ -# $NetBSD: options.mk,v 1.3 2016/02/03 13:19:26 jaapb Exp $ +# $NetBSD: options.mk,v 1.4 2016/05/05 16:04:21 jaapb Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.ocamlnet PKG_SUPPORTED_OPTIONS= gtk gtk2 -PKG_SUGGESTED_OPTIONS= +PKG_SUGGESTED_OPTIONS= .include "../../mk/bsd.prefs.mk" diff --git a/net/ocamlnet/patches/patch-src_equeue_uq_engines_compat.ml b/net/ocamlnet/patches/patch-src_equeue_uq_engines_compat.ml new file mode 100644 index 0000000000000..973144858a9c4 --- /dev/null +++ b/net/ocamlnet/patches/patch-src_equeue_uq_engines_compat.ml @@ -0,0 +1,14 @@ +$NetBSD: patch-src_equeue_uq_engines_compat.ml,v 1.1 2016/05/05 16:04:21 jaapb Exp $ + +Temporary patch for ocaml 4.03 (from upstream git repository) +--- src/equeue/uq_engines_compat.ml.orig 2016-02-29 12:24:18.000000000 +0000 ++++ src/equeue/uq_engines_compat.ml +@@ -7,7 +7,7 @@ class type server_socket_acceptor = serv + class type client_socket_connector = client_endpoint_connector + + +-exception Mem_not_supported = Uq_multiplex.Mem_not_supported ++(* exception Mem_not_supported = Uq_multiplex.Mem_not_supported *) + + let create_multiplex_controller_for_connected_socket = + Uq_multiplex.create_multiplex_controller_for_connected_socket diff --git a/net/ocamlnet/patches/patch-src_netstring_netasn1.ml b/net/ocamlnet/patches/patch-src_netstring_netasn1.ml new file mode 100644 index 0000000000000..a0dfc8fa2a1e6 --- /dev/null +++ b/net/ocamlnet/patches/patch-src_netstring_netasn1.ml @@ -0,0 +1,14 @@ +$NetBSD: patch-src_netstring_netasn1.ml,v 1.1 2016/05/05 16:04:21 jaapb Exp $ + +Temporary patch for ocaml 4.03 (from package's git repository) +--- src/netstring/netasn1.ml.orig 2016-02-29 12:24:17.000000000 +0000 ++++ src/netstring/netasn1.ml +@@ -437,7 +437,7 @@ module Value = struct + let hour = int_of_string (Netstring_str.matched_group m 4 s) in + let minute = int_of_string (Netstring_str.matched_group m 5 s) in + let second = int_of_string (Netstring_str.matched_group m 6 s) in +- let zonestr = Netstring_str.matched_group m 8s in ++ let zonestr = Netstring_str.matched_group m 8 s in + let zone = get_zone zonestr in + if month = 0 || month > 12 || day = 0 || day > 31 || + hour > 23 || minute > 59 || second > 59 diff --git a/net/ocamlnet/patches/patch-src_netsys_netlog.ml b/net/ocamlnet/patches/patch-src_netsys_netlog.ml new file mode 100644 index 0000000000000..0c9eeb177c347 --- /dev/null +++ b/net/ocamlnet/patches/patch-src_netsys_netlog.ml @@ -0,0 +1,30 @@ +$NetBSD: patch-src_netsys_netlog.ml,v 1.1 2016/05/05 16:04:21 jaapb Exp $ + +Temporary patch for ocaml 4.03 (from package's git repository) +--- src/netsys/netlog.ml.orig 2016-02-29 12:24:18.000000000 +0000 ++++ src/netsys/netlog.ml +@@ -8,6 +8,15 @@ type level = + type logger = + level -> string -> unit + ++type timespec = float * int ++type clock_id ++type clock = ++ | CLOCK_REALTIME ++ | CLOCK_MONOTONIC ++ | CLOCK_ID of clock_id ++ ++external clock_gettime : clock -> timespec = "netsys_clock_gettime" ++ + let level_weight = + function + | `Emerg -> 0 +@@ -95,7 +104,7 @@ let current_formatter = + let channel_logger ch max_lev lev msg = + if level_weight lev <= level_weight max_lev then ( + let (sec,ns) = +- try Netsys_posix.clock_gettime Netsys_posix.CLOCK_REALTIME ++ try clock_gettime CLOCK_REALTIME + with Invalid_argument _ -> + (Unix.gettimeofday(), 0) in + let s = (* Netdate is unavailable here *) diff --git a/net/ocsync/Makefile b/net/ocsync/Makefile index 89e833188247b..231c2ab8b18bb 100644 --- a/net/ocsync/Makefile +++ b/net/ocsync/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.7 2016/03/05 11:27:52 jperkin Exp $ +# $NetBSD: Makefile,v 1.8 2016/04/11 19:01:37 ryoon Exp $ DISTNAME= ocsync-0.90.4 -PKGREVISION= 6 +PKGREVISION= 7 CATEGORIES= net MASTER_SITES= http://download.owncloud.com/desktop/stable/ EXTRACT_SUFX= .tar.bz2 diff --git a/net/ocsync/buildlink3.mk b/net/ocsync/buildlink3.mk index 483c392f20591..6f7b4608ea077 100644 --- a/net/ocsync/buildlink3.mk +++ b/net/ocsync/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.6 2016/03/05 11:27:52 jperkin Exp $ +# $NetBSD: buildlink3.mk,v 1.7 2016/04/11 19:01:37 ryoon Exp $ BUILDLINK_TREE+= ocsync @@ -6,7 +6,7 @@ BUILDLINK_TREE+= ocsync OCSYNC_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.ocsync+= ocsync>=0.90.4 -BUILDLINK_ABI_DEPENDS.ocsync?= ocsync>=0.90.4nb6 +BUILDLINK_ABI_DEPENDS.ocsync?= ocsync>=0.90.4nb7 BUILDLINK_PKGSRCDIR.ocsync?= ../../net/ocsync .include "../../databases/sqlite3/buildlink3.mk" diff --git a/net/openwbem/distinfo b/net/openwbem/distinfo index 1c43357d1426f..77680f7d0aadf 100644 --- a/net/openwbem/distinfo +++ b/net/openwbem/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.7 2015/11/04 00:35:18 agc Exp $ +$NetBSD: distinfo,v 1.8 2016/05/07 10:08:07 joerg Exp $ SHA1 (openwbem-3.2.2.tar.gz) = 3272e5cbcfb2a864cccf71e15e0da0f6623420bb RMD160 (openwbem-3.2.2.tar.gz) = 31ce8c80d47ff7539315e3978b8c1c493bd17f35 @@ -14,7 +14,7 @@ SHA1 (patch-src_cim_OW__CIMDateTime.cpp) = 186db29470cbe526c4e18aca13604ab578b3b SHA1 (patch-src_cimom_server_OW__Platform.cpp) = f7a2f848f565c0c33810bc90ff1455598c024769 SHA1 (patch-src_cimom_server_OW__PlatformSignal.cpp) = f6d2427d1a2f0bce8cbbc558583bd7d429cfc515 SHA1 (patch-src_common_OW__COWReference.hpp) = f67f64de56a8745d24a0d738b9c546f5edf249d8 -SHA1 (patch-src_common_OW__CommonFwd.hpp) = 1f1a721f7da14eb0d4ac08f56f1b8086e9d5795a +SHA1 (patch-src_common_OW__CommonFwd.hpp) = 11caf3255cb37709026ad6076e4762e19c422737 SHA1 (patch-src_common_OW__HashMap.hpp) = 37475181bf6e979bde55ef717f14ce62ab730aed SHA1 (patch-src_common_OW__HashMultiMap.hpp) = 3d94543356bf0837996a9faf4075ccc6965bd462 SHA1 (patch-src_common_OW__List.hpp) = e106aca83db05b484ad573cb8da889453321836f diff --git a/net/openwbem/patches/patch-src_common_OW__CommonFwd.hpp b/net/openwbem/patches/patch-src_common_OW__CommonFwd.hpp index 2ec735904895c..79ea58b739d2a 100644 --- a/net/openwbem/patches/patch-src_common_OW__CommonFwd.hpp +++ b/net/openwbem/patches/patch-src_common_OW__CommonFwd.hpp @@ -1,8 +1,8 @@ -$NetBSD: patch-src_common_OW__CommonFwd.hpp,v 1.1 2013/05/23 14:58:09 joerg Exp $ +$NetBSD: patch-src_common_OW__CommonFwd.hpp,v 1.2 2016/05/07 10:08:07 joerg Exp $ ---- src/common/OW_CommonFwd.hpp.orig 2013-05-23 13:15:41.000000000 +0000 +--- src/common/OW_CommonFwd.hpp.orig 2005-11-04 22:34:12.000000000 +0000 +++ src/common/OW_CommonFwd.hpp -@@ -38,19 +38,7 @@ +@@ -38,19 +38,8 @@ #include "OW_ArrayFwd.hpp" #include "OW_IntrusiveReference.hpp" @@ -20,6 +20,7 @@ -} -#endif +#include ++#include namespace OW_NAMESPACE { diff --git a/net/owncloudclient/Makefile b/net/owncloudclient/Makefile index 34b34f8baf507..1c7db3f1e8578 100644 --- a/net/owncloudclient/Makefile +++ b/net/owncloudclient/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.9 2016/03/05 11:29:09 jperkin Exp $ +# $NetBSD: Makefile,v 1.11 2016/04/11 19:02:01 ryoon Exp $ -DISTNAME= owncloudclient-2.1.0 +DISTNAME= owncloudclient-2.1.1 PKGREVISION= 1 CATEGORIES= net MASTER_SITES= https://download.owncloud.com/desktop/stable/ diff --git a/net/owncloudclient/PLIST b/net/owncloudclient/PLIST index b24a7d4936198..8d0a034a342cf 100644 --- a/net/owncloudclient/PLIST +++ b/net/owncloudclient/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2015/12/26 00:38:29 ryoon Exp $ +@comment $NetBSD: PLIST,v 1.5 2016/03/21 11:36:13 ryoon Exp $ bin/owncloud bin/owncloudcmd include/owncloudsync/creds/abstractcredentials.h @@ -83,6 +83,7 @@ share/icons/hicolor/72x72/apps/ownCloud_sync_shared.png share/icons/hicolor/72x72/apps/ownCloud_warn.png share/icons/hicolor/72x72/apps/ownCloud_warn_shared.png share/nautilus-python/extensions/syncstate.py +share/nemo-python/extensions/syncstate.py share/owncloud/i18n/client_TW.qm share/owncloud/i18n/client_ca.qm share/owncloud/i18n/client_cs.qm diff --git a/net/owncloudclient/distinfo b/net/owncloudclient/distinfo index 412e929b24775..bd961c4b3f108 100644 --- a/net/owncloudclient/distinfo +++ b/net/owncloudclient/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.5 2015/12/26 00:38:29 ryoon Exp $ +$NetBSD: distinfo,v 1.6 2016/03/21 11:36:13 ryoon Exp $ -SHA1 (owncloudclient-2.1.0.tar.xz) = 9ca9d6e3c1711d33b38b6d8a96913e439b8fa772 -RMD160 (owncloudclient-2.1.0.tar.xz) = 6e4d37915ba6e37a0f915aff6ebb6b006a28e97f -SHA512 (owncloudclient-2.1.0.tar.xz) = 1db9c27fa00b2896799c8ab2ca7b9bed40c5f514e495320234a06d453c703356ddf012eacde9abe9ffb3c29472fedc7e1eac78baae8a43ea743e2c1ab1176b1d -Size (owncloudclient-2.1.0.tar.xz) = 11749608 bytes +SHA1 (owncloudclient-2.1.1.tar.xz) = 456cc73ad3deec5dd512c0b52e316395038bd09b +RMD160 (owncloudclient-2.1.1.tar.xz) = 05507dfab485d47170aaab10b771cf8598d43a09 +SHA512 (owncloudclient-2.1.1.tar.xz) = 62cd22c1c7119cc2269537ab562072bffa1a968b720263810f35b58722bac5b370b7b7ae6ec6fd3e9778bd996c8e4b0b91c34c1a3b533e1a60853963a8de5e19 +Size (owncloudclient-2.1.1.tar.xz) = 11920024 bytes diff --git a/net/p5-FusionInventory-Agent-Task-Network/distinfo b/net/p5-FusionInventory-Agent-Task-Network/distinfo index 74b2b956ac8d8..8bea26ccfd5a9 100644 --- a/net/p5-FusionInventory-Agent-Task-Network/distinfo +++ b/net/p5-FusionInventory-Agent-Task-Network/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.2 2015/11/04 00:35:19 agc Exp $ +$NetBSD: distinfo,v 1.3 2016/04/21 12:08:55 jperkin Exp $ SHA1 (FusionInventory-Agent-Task-Network-1.0.2.tar.gz) = 79bb8473932db319fa40265b976756eefcff53d1 RMD160 (FusionInventory-Agent-Task-Network-1.0.2.tar.gz) = 2ca68144a58f2a7a5e88b95ec2b6815a5ed8fdf7 SHA512 (FusionInventory-Agent-Task-Network-1.0.2.tar.gz) = 4e2f70ff84589a3fac32382b65518a54899f82447b29eec32b20ac291b5644e3b6f0496d202802d9b14df2e98364d33812132c54d87db9e42ce2dbb550acd174 Size (FusionInventory-Agent-Task-Network-1.0.2.tar.gz) = 398046 bytes -SHA1 (patch-Makefile.PL) = 98c92e20eef237567d8e1e458440e6788c25f9f4 +SHA1 (patch-Makefile.PL) = d94ec9c749a4350dc8dfe3c93b4e99af1b371228 diff --git a/net/p5-FusionInventory-Agent-Task-Network/patches/patch-Makefile.PL b/net/p5-FusionInventory-Agent-Task-Network/patches/patch-Makefile.PL index 8550ce2afd45d..4992f21eb454d 100644 --- a/net/p5-FusionInventory-Agent-Task-Network/patches/patch-Makefile.PL +++ b/net/p5-FusionInventory-Agent-Task-Network/patches/patch-Makefile.PL @@ -1,4 +1,5 @@ -$NetBSD: patch-Makefile.PL,v 1.1.1.1 2013/01/14 14:47:38 bouyer Exp $ +$NetBSD: patch-Makefile.PL,v 1.2 2016/04/21 12:08:55 jperkin Exp $ + Fix man pages path --- Makefile.PL.orig 2013-01-14 13:47:29.000000000 +0100 @@ -13,12 +14,12 @@ Fix man pages path - INSTALLMAN3DIR => '$(PREFIX)/share/man/man3', - INSTALLSITEMAN3DIR => '$(PREFIX)/share/man/man3', - INSTALLVENDORMAN3DIR => '$(PREFIX)/share/man/man3', -+ INSTALLMAN1DIR => '$(PREFIX)/man/man1', -+ INSTALLSITEMAN1DIR => '$(PREFIX)/man/man1', -+ INSTALLVENDORMAN1DIR => '$(PREFIX)/man/man1', -+ INSTALLMAN3DIR => '$(PREFIX)/man/man3', -+ INSTALLSITEMAN3DIR => '$(PREFIX)/man/man3', -+ INSTALLVENDORMAN3DIR => '$(PREFIX)/man/man3', ++ INSTALLMAN1DIR => '$(PREFIX)/$(PKGMANDIR)/man1', ++ INSTALLSITEMAN1DIR => '$(PREFIX)/$(PKGMANDIR)/man1', ++ INSTALLVENDORMAN1DIR => '$(PREFIX)/$(PKGMANDIR)/man1', ++ INSTALLMAN3DIR => '$(PREFIX)/$(PKGMANDIR)/man3', ++ INSTALLSITEMAN3DIR => '$(PREFIX)/$(PKGMANDIR)/man3', ++ INSTALLVENDORMAN3DIR => '$(PREFIX)/$(PKGMANDIR)/man3', DATADIR => '$(PREFIX)/share/fusioninventory', FULLPERLRUN => '$(FULLPERL) -I$(DATADIR)/lib' ); diff --git a/net/p5-FusionInventory-Agent/Makefile b/net/p5-FusionInventory-Agent/Makefile index 95ac04841e622..604d44e835347 100644 --- a/net/p5-FusionInventory-Agent/Makefile +++ b/net/p5-FusionInventory-Agent/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2015/06/24 18:07:45 bouyer Exp $ +# $NetBSD: Makefile,v 1.7 2016/04/01 12:07:30 jperkin Exp $ # DISTNAME= FusionInventory-Agent-2.2.7 @@ -39,7 +39,7 @@ PERL5_PACKLIST= auto/FusionInventory/Agent/.packlist PERL5_MODULE_TYPE= Module::Install::Bundled MAKE_PARAMS+= PREFIX=${PREFIX} LOCALSTATEDIR=${VARBASE}/fusioninventory -MAKE_PARAMS+= SYSCONFDIR=${PKG_SYSCONFDIR} +MAKE_PARAMS+= SYSCONFDIR=${PKG_SYSCONFDIR} PKGMANDIR=${PKGMANDIR} REPLACE_PERL+= memconf diff --git a/net/p5-FusionInventory-Agent/distinfo b/net/p5-FusionInventory-Agent/distinfo index 0f1e976470a91..86c77db457fdf 100644 --- a/net/p5-FusionInventory-Agent/distinfo +++ b/net/p5-FusionInventory-Agent/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.2 2015/11/04 00:35:19 agc Exp $ +$NetBSD: distinfo,v 1.3 2016/04/01 12:07:30 jperkin Exp $ SHA1 (FusionInventory-Agent-2.2.7.tar.gz) = efb494c13b52fadcca3cb9848b4c79b74b7b5ef4 RMD160 (FusionInventory-Agent-2.2.7.tar.gz) = 01bd4b11062d97eed72770e1d640eef66c7d8b49 SHA512 (FusionInventory-Agent-2.2.7.tar.gz) = 402f1b7bd82208ee16d1c7888361a2c91c527ada8ddc60c2f3c5ab347dd57276d6d4168c93ff21ad36dc102b5ac3103e55db100774eacd52bc558f102521958f Size (FusionInventory-Agent-2.2.7.tar.gz) = 1220121 bytes -SHA1 (patch-Makefile.PL) = 457572579c1d1ecb10917cd3a14eef9995433c70 +SHA1 (patch-Makefile.PL) = fc8c966d1d3f0f39b4df434f4479000f8ea70770 diff --git a/net/p5-FusionInventory-Agent/patches/patch-Makefile.PL b/net/p5-FusionInventory-Agent/patches/patch-Makefile.PL index 10e277eeadd60..b85ef0ea3e4da 100644 --- a/net/p5-FusionInventory-Agent/patches/patch-Makefile.PL +++ b/net/p5-FusionInventory-Agent/patches/patch-Makefile.PL @@ -1,4 +1,4 @@ -$NetBSD: patch-Makefile.PL,v 1.1.1.1 2013/01/14 14:46:51 bouyer Exp $ +$NetBSD: patch-Makefile.PL,v 1.2 2016/04/01 12:07:30 jperkin Exp $ install sample config file in examples/ dir Fix man pages path @@ -34,12 +34,12 @@ Fix man pages path - INSTALLMAN3DIR => '$(PREFIX)/share/man/man3', - INSTALLSITEMAN3DIR => '$(PREFIX)/share/man/man3', - INSTALLVENDORMAN3DIR => '$(PREFIX)/share/man/man3', -+ INSTALLMAN1DIR => '$(PREFIX)/man/man1', -+ INSTALLSITEMAN1DIR => '$(PREFIX)/man/man1', -+ INSTALLVENDORMAN1DIR => '$(PREFIX)/man/man1', -+ INSTALLMAN3DIR => '$(PREFIX)/man/man3', -+ INSTALLSITEMAN3DIR => '$(PREFIX)/man/man3', -+ INSTALLVENDORMAN3DIR => '$(PREFIX)/man/man3', ++ INSTALLMAN1DIR => '$(PREFIX)/$(PKGMANDIR)/man1', ++ INSTALLSITEMAN1DIR => '$(PREFIX)/$(PKGMANDIR)/man1', ++ INSTALLVENDORMAN1DIR => '$(PREFIX)/$(PKGMANDIR)/man1', ++ INSTALLMAN3DIR => '$(PREFIX)/$(PKGMANDIR)/man3', ++ INSTALLSITEMAN3DIR => '$(PREFIX)/$(PKGMANDIR)/man3', ++ INSTALLVENDORMAN3DIR => '$(PREFIX)/$(PKGMANDIR)/man3', SYSCONFDIR => '$(PREFIX)/etc/fusioninventory', DATADIR => '$(PREFIX)/share/fusioninventory', LOCALSTATEDIR => '$(PREFIX)/var/fusioninventory', diff --git a/net/p5-Net-GitHub/Makefile b/net/p5-Net-GitHub/Makefile index 4d0c330e354f7..152cbe1772a82 100644 --- a/net/p5-Net-GitHub/Makefile +++ b/net/p5-Net-GitHub/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.15 2015/06/12 10:50:46 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2016/04/10 15:21:53 wen Exp $ # -DISTNAME= Net-GitHub-0.73 +DISTNAME= Net-GitHub-0.83 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= net devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/} @@ -20,6 +19,7 @@ DEPENDS+= p5-Moo-[0-9]*:../../devel/p5-Moo DEPENDS+= p5-Type-Tiny-[0-9]*:../../devel/p5-Type-Tiny DEPENDS+= p5-JSON-MaybeXS-[0-9]*:../../converters/p5-JSON-MaybeXS DEPENDS+= p5-URI-[0-9]*:../../www/p5-URI +DEPENDS+= p5-Cache-LRU-[0-9]*:../../devel/p5-Cache-LRU .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" diff --git a/net/p5-Net-GitHub/distinfo b/net/p5-Net-GitHub/distinfo index 39c22a1c3326b..296d4bc2b1771 100644 --- a/net/p5-Net-GitHub/distinfo +++ b/net/p5-Net-GitHub/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.8 2015/11/04 00:35:21 agc Exp $ +$NetBSD: distinfo,v 1.9 2016/04/10 15:21:53 wen Exp $ -SHA1 (Net-GitHub-0.73.tar.gz) = 52f01308411fcae466d39aa520da30b839d0a619 -RMD160 (Net-GitHub-0.73.tar.gz) = 9044dd44502741418495768847a436515ec6a5b5 -SHA512 (Net-GitHub-0.73.tar.gz) = 1c8f6ca3fff55e5a2167fd12e422ff61c9bedd8486c7ce4b24c3c94f7a92acb1265ef9e5d2f8b38dfa3d665941aa4d3274c701f7974048a70bb9b4d43d48955e -Size (Net-GitHub-0.73.tar.gz) = 46336 bytes +SHA1 (Net-GitHub-0.83.tar.gz) = ff7c7cdc2f81fc8c89d4a2be626d73c16172747b +RMD160 (Net-GitHub-0.83.tar.gz) = 2a68fce442c998b7de4624476ba57353ea53975f +SHA512 (Net-GitHub-0.83.tar.gz) = 364de05265ef7f94f529ca7221dbf5338e5ae7237531822d38f3778c81070ba8d17f9aa8a933ada70165d32b5f34e1983e0ba5958d11e2bdecb3995f71eed716 +Size (Net-GitHub-0.83.tar.gz) = 47828 bytes diff --git a/net/p5-Net-Jifty/Makefile b/net/p5-Net-Jifty/Makefile index f3bae79a362b2..2ec5057dfde02 100644 --- a/net/p5-Net-Jifty/Makefile +++ b/net/p5-Net-Jifty/Makefile @@ -1,5 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2015/07/12 18:56:26 wiz Exp $ -# +# $NetBSD: Makefile,v 1.18 2016/05/03 10:54:56 wiz Exp $ DISTNAME= Net-Jifty-0.14 PKGNAME= p5-${DISTNAME} @@ -7,7 +6,7 @@ PKGREVISION= 6 CATEGORIES= net perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/} -MAINTAINER= rhaen@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Net-Jifty/ COMMENT= Interface to online Jifty applications LICENSE= ${PERL5_LICENSE} diff --git a/net/p5-Net-Z3950-ZOOM/Makefile b/net/p5-Net-Z3950-ZOOM/Makefile index 325678e55249f..25c1ad7d03c19 100644 --- a/net/p5-Net-Z3950-ZOOM/Makefile +++ b/net/p5-Net-Z3950-ZOOM/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.35 2016/03/05 11:29:10 jperkin Exp $ +# $NetBSD: Makefile,v 1.36 2016/04/11 19:02:01 ryoon Exp $ DISTNAME= Net-Z3950-ZOOM-1.30 PKGNAME= p5-${DISTNAME} -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= net perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/} diff --git a/net/p5-Net/Makefile b/net/p5-Net/Makefile index 82102aeb99545..75429e1d52a69 100644 --- a/net/p5-Net/Makefile +++ b/net/p5-Net/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.61 2015/08/06 11:04:43 wiz Exp $ +# $NetBSD: Makefile,v 1.62 2016/04/07 13:27:00 wen Exp $ -DISTNAME= libnet-3.07 +DISTNAME= libnet-3.08 PKGNAME= p5-${DISTNAME:S/libnet/Net/} CATEGORIES= net perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/} diff --git a/net/p5-Net/distinfo b/net/p5-Net/distinfo index 76b373ca87a9e..f08a26c5b8f43 100644 --- a/net/p5-Net/distinfo +++ b/net/p5-Net/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.21 2015/11/04 00:35:19 agc Exp $ +$NetBSD: distinfo,v 1.22 2016/04/07 13:27:00 wen Exp $ -SHA1 (libnet-3.07.tar.gz) = b4b49f40c0b08cda9a0a2b4356fe161725bddb86 -RMD160 (libnet-3.07.tar.gz) = 93802e41caea7cb8182a0514c0514b35446f43b7 -SHA512 (libnet-3.07.tar.gz) = f1766501e46bb2a75a58c73e9416166ff0aec1eee462df04cd533747aa5d0d4a7411072440fd338cedb8b2ee522bec06f9814bd04ecf95ce9080a985ff17f745 -Size (libnet-3.07.tar.gz) = 94165 bytes +SHA1 (libnet-3.08.tar.gz) = 7caf2c1084c2a073d97ddfb03298a934f6db033b +RMD160 (libnet-3.08.tar.gz) = 80f410fcec65e368b1caa34ebf11858a443c5557 +SHA512 (libnet-3.08.tar.gz) = 54ff11059a671fb27c34ca50b6141313235ca41f8271a8ac7eef3943df27f2e0dd540a3c0f46498a25f4967f3888bb9681095ff21700ba328ef35dbe21d0a42a +Size (libnet-3.08.tar.gz) = 94605 bytes SHA1 (patch-aa) = 37fa2fb82b0191b6641ddf59656ddc82dce0e3d3 diff --git a/net/p5-NetAddr-IP/Makefile b/net/p5-NetAddr-IP/Makefile index 962b69c494b84..e12142f1cbdb5 100644 --- a/net/p5-NetAddr-IP/Makefile +++ b/net/p5-NetAddr-IP/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.38 2015/08/20 23:44:05 mef Exp $ +# $NetBSD: Makefile,v 1.39 2016/04/17 08:20:47 wiz Exp $ -DISTNAME= NetAddr-IP-4.078 +DISTNAME= NetAddr-IP-4.079 PKGNAME= p5-${DISTNAME} CATEGORIES= net perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=NetAddr/} diff --git a/net/p5-NetAddr-IP/distinfo b/net/p5-NetAddr-IP/distinfo index cda0a9cdc657e..504512f8f7d0e 100644 --- a/net/p5-NetAddr-IP/distinfo +++ b/net/p5-NetAddr-IP/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.24 2015/11/04 00:35:24 agc Exp $ +$NetBSD: distinfo,v 1.25 2016/04/17 08:20:47 wiz Exp $ -SHA1 (NetAddr-IP-4.078.tar.gz) = e799308f283992ddadfa30dc9e88c8679b23cf5e -RMD160 (NetAddr-IP-4.078.tar.gz) = 89c5af5a6c56b03d93622849b90f5f9c2005317f -SHA512 (NetAddr-IP-4.078.tar.gz) = 37ca056da216ead336ea3b3ce791ef804fc26d54c45a40eefc3adb662dfe02d7ac8618128eba8eff9ebc0be4a3b511fed14363ca63eb99e7e2b0e44416948311 -Size (NetAddr-IP-4.078.tar.gz) = 213358 bytes +SHA1 (NetAddr-IP-4.079.tar.gz) = 41f0048dccf016077e65b93a681e40b4f6b28336 +RMD160 (NetAddr-IP-4.079.tar.gz) = 121fdc8441d58993dfbca8321adcf47937c29987 +SHA512 (NetAddr-IP-4.079.tar.gz) = 8ebc8ffb914cf72c041441f96de0e9c982eebdb8c26dbf15f885d0113b3634e4851d81f13f555c14d1fdf0ab95ae2ce880ed124e6c200e391adae3b1d6d3eb65 +Size (NetAddr-IP-4.079.tar.gz) = 213896 bytes diff --git a/net/p5-NetAddr-MAC/DESCR b/net/p5-NetAddr-MAC/DESCR new file mode 100644 index 0000000000000..db2af6b32ae9c --- /dev/null +++ b/net/p5-NetAddr-MAC/DESCR @@ -0,0 +1,21 @@ +This is a module with functions for handling mac addresses. There are +already two or three MAC addressing functions in CPAN, the motivation +for this module is moderate functionality without Moose. + +With that in mind, you can understand why I have cloned much of the really +useful functionality from the two or three existing similar modules on CPAN. + +I've covered off all the mac address formats I deal with in my workplace +of mixed hardware. This module can decode just about anything that looks +reasonably like a mac address, and stringify into every format I have seen +used... + +So sorry, I'm not really interesting in adding a templating function to +define your own mac address formats. You're welcome to either send in a +patch, extend this module or quickly write a function that wraps the 'raw' +output to whatever you want. Match and join are your friends :) + +Hopefully this module is useful to you. So far I have been pleased with +the amount of feedback and patches people have sent in, this has been very +rewarding as well as providing a number of new features I have been able +to use myself. diff --git a/net/p5-NetAddr-MAC/Makefile b/net/p5-NetAddr-MAC/Makefile new file mode 100644 index 0000000000000..719145a9baa8f --- /dev/null +++ b/net/p5-NetAddr-MAC/Makefile @@ -0,0 +1,17 @@ +# $NetBSD: Makefile,v 1.1 2016/04/07 16:01:05 bouyer Exp $ + +DISTNAME= NetAddr-MAC-0.94 +PKGNAME= p5-${DISTNAME} +CATEGORIES= net perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=NetAddr/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/NetAddr-MAC/ +COMMENT= Perl5 module handling hardware MAC Addresses (EUI-48 and EUI-64) +LICENSE= artistic OR gnu-gpl-v2 + + +PERL5_PACKLIST= auto/NetAddr/MAC/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/net/p5-NetAddr-MAC/distinfo b/net/p5-NetAddr-MAC/distinfo new file mode 100644 index 0000000000000..7ab85c5556782 --- /dev/null +++ b/net/p5-NetAddr-MAC/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2016/04/07 16:01:05 bouyer Exp $ + +SHA1 (NetAddr-MAC-0.94.tar.gz) = 865412d14d09b2cfd4206c49e69de6a314f7ccd5 +RMD160 (NetAddr-MAC-0.94.tar.gz) = a0e4c58aad7a02bc22ea19a47f1c3d1e35316d13 +SHA512 (NetAddr-MAC-0.94.tar.gz) = aa6700244edeff704c8c774f741430c5c57cb1f68143e617591937e710ec5d3a6b229e8d687c16f9de80f5d60bc9e98e5f7e61c00924ee57292120c39ba227af +Size (NetAddr-MAC-0.94.tar.gz) = 22630 bytes diff --git a/net/p5-Socket6/Makefile b/net/p5-Socket6/Makefile index c5c444b62949a..bdd337f6736b3 100644 --- a/net/p5-Socket6/Makefile +++ b/net/p5-Socket6/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.41 2015/06/12 10:50:51 wiz Exp $ +# $NetBSD: Makefile,v 1.42 2016/04/08 15:13:16 wiz Exp $ -DISTNAME= Socket6-0.25 +DISTNAME= Socket6-0.27 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= net perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Socket6/} diff --git a/net/p5-Socket6/distinfo b/net/p5-Socket6/distinfo index 14417542e42b1..12c689748175b 100644 --- a/net/p5-Socket6/distinfo +++ b/net/p5-Socket6/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.12 2015/11/04 00:35:25 agc Exp $ +$NetBSD: distinfo,v 1.13 2016/04/08 15:13:16 wiz Exp $ -SHA1 (Socket6-0.25.tar.gz) = 4499bd5b5150bd44be79238df348d89ea228f5a6 -RMD160 (Socket6-0.25.tar.gz) = 7cbb47a68b2ed390c3a8e81f12fc9cd249fe93ce -SHA512 (Socket6-0.25.tar.gz) = 0b164bca51783798b9a65119f702c33578235478857aa0f5d6c7f3aaa987522c22e84f94197d34159cb7f07fbd1dd7c5fd5579b1d42c82a233aff071edfaa95c -Size (Socket6-0.25.tar.gz) = 58057 bytes +SHA1 (Socket6-0.27.tar.gz) = f7d2b7628ab9873c4ba9410c336ed44640695225 +RMD160 (Socket6-0.27.tar.gz) = 69738c65fd1904491b7c84b79b028a05a04bebef +SHA512 (Socket6-0.27.tar.gz) = 8431d3d3d48da0b55dbe5478f9226ddb77bc2fbd2db164683312d51446dfdf52c2f596ff1ee7287a4321386579db8713169eabf65b93ff900808ca311cefe6d5 +Size (Socket6-0.27.tar.gz) = 64936 bytes SHA1 (patch-aa) = f9de0f5bd6f862129069f9617531260d8d821da8 diff --git a/net/pen/Makefile b/net/pen/Makefile index 4efe5c84915b0..0b972d4d6e772 100644 --- a/net/pen/Makefile +++ b/net/pen/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.19 2016/03/05 11:29:10 jperkin Exp $ +# $NetBSD: Makefile,v 1.20 2016/03/29 22:01:13 joerg Exp $ DISTNAME= pen-0.17.2 -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= net MASTER_SITES= http://siag.nu/pub/pen/ diff --git a/net/pen/distinfo b/net/pen/distinfo index e5dbff23f9ac8..62b1acd3e5314 100644 --- a/net/pen/distinfo +++ b/net/pen/distinfo @@ -1,6 +1,7 @@ -$NetBSD: distinfo,v 1.10 2015/11/04 00:35:27 agc Exp $ +$NetBSD: distinfo,v 1.12 2016/03/29 22:01:13 joerg Exp $ SHA1 (pen-0.17.2.tar.gz) = 7277259c552b659ece6fef1d4bc55ca9fd927488 RMD160 (pen-0.17.2.tar.gz) = 3e7152cad72f3893c171db8e1c85cae37418aeb6 SHA512 (pen-0.17.2.tar.gz) = c84057ab6226f84cc3f024cf25bfb941be297fff42b2d027ad738ea8e7aaa88fec18668152c8dc283b19c93cd8ef8766430ef865d75a701dc1117148751e200a Size (pen-0.17.2.tar.gz) = 129285 bytes +SHA1 (patch-pen.c) = 6c5315d429d26577ebdb9689ff71d9b4512f63ea diff --git a/net/pen/patches/patch-pen.c b/net/pen/patches/patch-pen.c new file mode 100644 index 0000000000000..380bb4c9571bf --- /dev/null +++ b/net/pen/patches/patch-pen.c @@ -0,0 +1,39 @@ +$NetBSD: patch-pen.c,v 1.2 2016/03/29 22:01:13 joerg Exp $ + +--- pen.c.orig 2016-03-28 18:32:43.989295691 +0000 ++++ pen.c +@@ -56,7 +56,6 @@ + #include + + #define SRV_SSL_V23 0 +-#define SRV_SSL_V2 1 + #define SRV_SSL_V3 2 + #define SRV_SSL_TLS1 3 + +@@ -327,9 +326,6 @@ static int ssl_init(void) + SSL_load_error_strings(); + SSLeay_add_ssl_algorithms(); + switch (ssl_protocol) { +- case SRV_SSL_V2: +- ssl_context = SSL_CTX_new(SSLv2_method()); +- break; + case SRV_SSL_V3: + ssl_context = SSL_CTX_new(SSLv3_method()); + break; +@@ -346,6 +342,7 @@ static int ssl_init(void) + error("SSL: Error allocating context: %s", + ERR_error_string(err, NULL)); + } ++ SSL_CTX_set_options(ssl_context, SSL_OP_NO_SSLv2); + if (ssl_compat) { + SSL_CTX_set_options(ssl_context, SSL_OP_ALL); + } +@@ -2625,8 +2622,6 @@ static int options(int argc, char **argv + case 'L': + if (strcmp(optarg, "ssl23") == 0) + ssl_protocol = SRV_SSL_V23; +- else if (strcmp(optarg, "ssl2") == 0) +- ssl_protocol = SRV_SSL_V2; + else if (strcmp(optarg, "ssl3") == 0) + ssl_protocol = SRV_SSL_V3; + else if (strcmp(optarg, "tls1") == 0) diff --git a/net/php-baikal/Makefile b/net/php-baikal/Makefile index 0d55ebf4c4946..5f76b36aca23d 100644 --- a/net/php-baikal/Makefile +++ b/net/php-baikal/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.3 2016/02/18 23:25:00 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2016/04/02 08:23:30 jperkin Exp $ -DISTNAME= baikal-0.3.2 +DISTNAME= baikal-0.3.5 PKGNAME= ${PHP_PKG_PREFIX}-${DISTNAME} CATEGORIES= net MASTER_SITES= ${MASTER_SITE_GITHUB:=fruux/} @@ -8,7 +8,7 @@ GITHUB_RELEASE= ${PKGVERSION_NOREV} GITHUB_PROJECT= baikal EXTRACT_SUFX= .zip -MAINTAINER= pkgsrc-users@NetBSD.org +MAINTAINER= wiz@NetBSD.org HOMEPAGE= http://baikal-server.com/ COMMENT= Lightweight CalDAV+CardDAV server LICENSE= gnu-gpl-v3 @@ -27,7 +27,7 @@ USE_TOOLS+= pax BUILD_DEFS+= APACHE_GROUP APACHE_USER BAIKALDIR= share/baikal -INSTALLATION_DIRS= ${BAIKDALDIR} +INSTALLATION_DIRS= ${BAIKALDIR} # TODO: # The directory "Specific" should probably be handled as configuration diff --git a/net/php-baikal/PLIST b/net/php-baikal/PLIST index 66eb0ad47d6ff..26ea57a152852 100644 --- a/net/php-baikal/PLIST +++ b/net/php-baikal/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2016/02/15 23:28:22 wiz Exp $ +@comment $NetBSD: PLIST,v 1.3 2016/03/13 17:26:48 wiz Exp $ share/baikal/CHANGELOG.md share/baikal/Core/Distrib.php share/baikal/Core/Frameworks/Baikal/Core/PDOBasicAuth.php @@ -17,6 +17,7 @@ share/baikal/Core/Frameworks/Baikal/Model/Config/System.php share/baikal/Core/Frameworks/Baikal/Model/Principal.php share/baikal/Core/Frameworks/Baikal/Model/User.php share/baikal/Core/Frameworks/Baikal/WWWRoot/index.php +share/baikal/Core/Frameworks/BaikalAdmin/.Framework.php.swp share/baikal/Core/Frameworks/BaikalAdmin/Controller/Dashboard.php share/baikal/Core/Frameworks/BaikalAdmin/Controller/Install/Database.php share/baikal/Core/Frameworks/BaikalAdmin/Controller/Install/Initialize.php @@ -183,14 +184,11 @@ share/baikal/Core/Resources/Web/TwitterBootstrap/js/bootstrap.min.js share/baikal/Core/Resources/Web/TwitterBootstrap/js/jquery-1.7.1.min.js share/baikal/LICENSE share/baikal/README.md -share/baikal/Specific/.htaccess share/baikal/Specific/ENABLE_INSTALL -share/baikal/Specific/config.php -share/baikal/Specific/config.system.php -share/baikal/Specific/db/.gitignore -share/baikal/Specific/db/db.sqlite +share/baikal/Specific/db/.empty share/baikal/html/.htaccess share/baikal/html/admin/index.php +share/baikal/html/admin/install/.index.php.swp share/baikal/html/admin/install/index.php share/baikal/html/cal.php share/baikal/html/card.php diff --git a/net/php-baikal/distinfo b/net/php-baikal/distinfo index 7050c7cf4bbaf..dbf5f4fed999b 100644 --- a/net/php-baikal/distinfo +++ b/net/php-baikal/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.3 2016/02/18 23:25:00 wiz Exp $ +$NetBSD: distinfo,v 1.4 2016/03/13 17:26:48 wiz Exp $ -SHA1 (baikal-0.3.2.zip) = 18fca25bb6d1bc6cfcd8238995bc19797bb412ac -RMD160 (baikal-0.3.2.zip) = 1597186243cf57b932ecfd556858a1f100339a04 -SHA512 (baikal-0.3.2.zip) = 5b61058e013f45560d1dde612a2ab16bdf8b1f86d799d79af07f8f49fdb182fa70ce4ba7e88388053b55cffddf0ba719041414031f57c5fcb4c9bd4aba8913fa -Size (baikal-0.3.2.zip) = 3284033 bytes +SHA1 (baikal-0.3.5.zip) = f714fd030c2659938a5f70c3427458b8d9ce0c83 +RMD160 (baikal-0.3.5.zip) = 191e21186c30e520471f56527877774362f6d491 +SHA512 (baikal-0.3.5.zip) = b0e1c9387c92a355c25c39165f608a956778199b23922b10cc9721ac0c5b5c3465e743ab6d890c2400eddaf7249bb2749c2065539892567430f4bef0625d760d +Size (baikal-0.3.5.zip) = 3282401 bytes diff --git a/net/php-ftp/Makefile b/net/php-ftp/Makefile index 3debc475d98ba..d24db00edb5dc 100644 --- a/net/php-ftp/Makefile +++ b/net/php-ftp/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.18 2016/03/05 11:29:10 jperkin Exp $ +# $NetBSD: Makefile,v 1.19 2016/04/02 09:05:23 taca Exp $ MODNAME= ftp CATEGORIES+= net COMMENT= PHP extension for FTP access -PKGREVISION= 1 CONFLICTS= php-ftp-[0-9]* diff --git a/net/php-snmp/Makefile b/net/php-snmp/Makefile index b8f76828625a1..94563960fdb28 100644 --- a/net/php-snmp/Makefile +++ b/net/php-snmp/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.12 2016/03/05 11:29:10 jperkin Exp $ +# $NetBSD: Makefile,v 1.13 2016/04/02 09:05:23 taca Exp $ MODNAME= snmp CATEGORIES+= net COMMENT= PHP extension for SNMP -PKGREVISION= 1 CONFLICTS= php-snmp-[0-9]* diff --git a/net/php-yaz/Makefile b/net/php-yaz/Makefile index b4f237e03fba2..3b75fdba7c65b 100644 --- a/net/php-yaz/Makefile +++ b/net/php-yaz/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2016/03/05 11:29:10 jperkin Exp $ +# $NetBSD: Makefile,v 1.32 2016/04/11 19:02:01 ryoon Exp $ MODNAME= yaz PECL_VERSION= 1.1.9 @@ -7,7 +7,7 @@ CATEGORIES+= net MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= PHP extension for YAZ -PKGREVISION= 2 +PKGREVISION= 3 LICENSE= modified-bsd PHP_VERSIONS_ACCEPTED= 55 56 diff --git a/net/powerdns/Makefile b/net/powerdns/Makefile index 0372c659a1dec..611de8af1282f 100644 --- a/net/powerdns/Makefile +++ b/net/powerdns/Makefile @@ -1,5 +1,6 @@ -# $NetBSD: Makefile,v 1.16 2015/10/22 19:01:24 fhajny Exp $ +# $NetBSD: Makefile,v 1.17 2016/04/11 19:02:01 ryoon Exp $ +PKGREVISION= 1 .include "Makefile.common" PKGNAME= ${DISTNAME:S/pdns/powerdns/} diff --git a/net/proftpd-ldap/Makefile b/net/proftpd-ldap/Makefile index 018252b27fdaa..99b9117bfe27a 100644 --- a/net/proftpd-ldap/Makefile +++ b/net/proftpd-ldap/Makefile @@ -1,6 +1,5 @@ -# $NetBSD: Makefile,v 1.2 2016/03/05 11:29:10 jperkin Exp $ +# $NetBSD: Makefile,v 1.3 2016/03/14 22:47:10 wiedi Exp $ -PKGREVISION= 1 .include "../../net/proftpd/Makefile.module" PROFTPD_MOD= ldap diff --git a/net/proftpd-sqlite/Makefile b/net/proftpd-sqlite/Makefile index 7ed63cdd39178..f39a9ad2db44a 100644 --- a/net/proftpd-sqlite/Makefile +++ b/net/proftpd-sqlite/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2015/10/10 01:58:17 ryoon Exp $ +# $NetBSD: Makefile,v 1.4 2016/04/11 19:02:01 ryoon Exp $ PKGREVISION= 1 .include "../../net/proftpd/Makefile.module" diff --git a/net/proftpd/Makefile b/net/proftpd/Makefile index 89cb6ab0769c3..08c7055fbc790 100644 --- a/net/proftpd/Makefile +++ b/net/proftpd/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.82 2016/03/05 11:29:10 jperkin Exp $ +# $NetBSD: Makefile,v 1.83 2016/03/14 22:47:10 wiedi Exp $ .include "../../net/proftpd/Makefile.common" -PKGREVISION= 3 COMMENT= Highly configurable FTP server software MODULES+= \ diff --git a/net/proftpd/Makefile.common b/net/proftpd/Makefile.common index 17b87d9b92c41..9f458f706d2b2 100644 --- a/net/proftpd/Makefile.common +++ b/net/proftpd/Makefile.common @@ -1,9 +1,9 @@ -# $NetBSD: Makefile.common,v 1.2 2015/10/23 08:37:35 fhajny Exp $ +# $NetBSD: Makefile.common,v 1.3 2016/03/14 22:47:10 wiedi Exp $ # used by net/proftpd/Makefile # used by net/proftpd/Makefile.module -DISTNAME= proftpd-1.3.5a +DISTNAME= proftpd-1.3.5b CATEGORIES= net MASTER_SITES= ftp://ftp.proftpd.org/distrib/source/ \ ftp://ftp.servus.at/ProFTPD/distrib/source/ \ diff --git a/net/proftpd/distinfo b/net/proftpd/distinfo index 22776af779a2a..61e3544e68d45 100644 --- a/net/proftpd/distinfo +++ b/net/proftpd/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.44 2015/11/04 00:35:28 agc Exp $ +$NetBSD: distinfo,v 1.45 2016/03/14 22:47:10 wiedi Exp $ -SHA1 (proftpd-1.3.5a.tar.gz) = 7c4027c207bdfe7c88b859810c7fa9b978b0524d -RMD160 (proftpd-1.3.5a.tar.gz) = ff9050ee8c0fb741eb84ef815ad0974bf237193a -SHA512 (proftpd-1.3.5a.tar.gz) = d64de12c100814c5c8a3916b3c9344f5a68c2b85902ffc8e5bb088d8975b5f13a7b9a29f82085b70dc93f4599c0e0f2645977d20998dda11981e66f534ea692c -Size (proftpd-1.3.5a.tar.gz) = 29988477 bytes +SHA1 (proftpd-1.3.5b.tar.gz) = fd11ba8f2d157f4e59162a24b22f82cd7d32d3cd +RMD160 (proftpd-1.3.5b.tar.gz) = 1a682879fbeb7f0ef61d944399650fc7f7da4982 +SHA512 (proftpd-1.3.5b.tar.gz) = 5bdb9718c85c26b92256d7b3791a6a5456bec3826801b7b68f4d493d202ac77179c8378ad06efc1a805efce639db266561d3beb4bc7af61ca1352fb4bdfd4e6a +Size (proftpd-1.3.5b.tar.gz) = 29992107 bytes SHA1 (patch-Makefile.in) = 332dcd9d773770c10d876dc9da1dc7f6b1c15421 SHA1 (patch-contrib_mod__sftp_Makefile.in) = 8a805d777597b4fb06a45b484373880e535a0cee SHA1 (patch-contrib_mod_tls.c) = e36dfa9427804b41eb2ad49378b62890325d50ed diff --git a/net/py-bitmessage/distinfo b/net/py-bitmessage/distinfo index fa64be43d6886..30290c02076b0 100644 --- a/net/py-bitmessage/distinfo +++ b/net/py-bitmessage/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.1 2015/12/13 00:31:53 kamil Exp $ +$NetBSD: distinfo,v 1.2 2016/04/21 10:47:46 jperkin Exp $ SHA1 (py27-bitmessage-0.4.4.tar.gz) = 60585ee922b53f96940898bf4c278ae035b32ab9 RMD160 (py27-bitmessage-0.4.4.tar.gz) = b6ea349ebfecd3ac2f809156cfeffedf95d36449 Size (py27-bitmessage-0.4.4.tar.gz) = 611490 bytes -SHA1 (patch-Makefile) = ae867577d5c6a0a5f4938d857b117701933b4ade +SHA1 (patch-Makefile) = 2d119c42c1bdf8f37f81f1e057c7230e0b0ec55b SHA1 (patch-src_helper__startup.py) = 1175e9f5279160ec8d533a188944c60283f6be22 SHA1 (patch-src_shared.py) = 691380e3879aaf776abbfe6711c791cd013ac127 diff --git a/net/py-bitmessage/patches/patch-Makefile b/net/py-bitmessage/patches/patch-Makefile index 4efcd6b60a6fe..238932a74757a 100644 --- a/net/py-bitmessage/patches/patch-Makefile +++ b/net/py-bitmessage/patches/patch-Makefile @@ -1,4 +1,4 @@ -$NetBSD: patch-Makefile,v 1.1 2015/12/13 00:31:54 kamil Exp $ +$NetBSD: patch-Makefile,v 1.2 2016/04/21 10:47:46 jperkin Exp $ Adjust paths for pkgsrc. @@ -15,10 +15,10 @@ Adjust paths for pkgsrc. - mkdir -m 755 -p ${DESTDIR}${PREFIX}/share/man - mkdir -m 755 -p ${DESTDIR}${PREFIX}/share/man/man1 - install -m 644 man/${APP}.1.gz ${DESTDIR}${PREFIX}/share/man/man1 -+ mkdir -m 755 -p ${DESTDIR}${PREFIX}/man -+ mkdir -m 755 -p ${DESTDIR}${PREFIX}/man/man1 ++ mkdir -m 755 -p ${DESTDIR}${PREFIX}/${PKGMANDIR} ++ mkdir -m 755 -p ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1 + gunzip man/${APP}.1.gz -+ install -m 644 man/${APP}.1 ${DESTDIR}${PREFIX}/man/man1 ++ install -m 644 man/${APP}.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1 mkdir -m 755 -p ${DESTDIR}${PREFIX}/share/${APP} mkdir -m 755 -p ${DESTDIR}${PREFIX}/share/applications mkdir -m 755 -p ${DESTDIR}${PREFIX}/share/pixmaps @@ -36,7 +36,7 @@ Adjust paths for pkgsrc. chmod +x ${DESTDIR}${PREFIX}/bin/${APP} uninstall: - rm -f ${PREFIX}/share/man/man1/${APP}.1.gz -+ rm -f ${PREFIX}/man/man1/${APP}.1.gz ++ rm -f ${PREFIX}/${PKGMANDIR}/man1/${APP}.1.gz rm -rf ${PREFIX}/share/${APP} rm -f ${PREFIX}/bin/${APP} rm -f ${PREFIX}/share/applications/${APP}.desktop diff --git a/net/py-foolscap/Makefile b/net/py-foolscap/Makefile index ce27cd86df61a..1d6a61b06b9ed 100644 --- a/net/py-foolscap/Makefile +++ b/net/py-foolscap/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.17 2016/02/01 11:58:19 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2016/04/13 18:19:49 wiz Exp $ -DISTNAME= foolscap-0.10.1 +DISTNAME= foolscap-0.11.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= net python MASTER_SITES= http://pypi.python.org/packages/source/f/foolscap/ @@ -12,7 +12,7 @@ COMMENT= Foolscap contains an RPC protocol for Twisted LICENSE= mit DEPENDS+= ${PYPKGPREFIX}-ZopeInterface>=3.6.1:../../devel/py-ZopeInterface -DEPENDS+= ${PYPKGPREFIX}-twisted>=15.3.0:../../net/py-twisted +DEPENDS+= ${PYPKGPREFIX}-twisted>=16.0:../../net/py-twisted DEPENDS+= ${PYPKGPREFIX}-OpenSSL>=0.6:../../security/py-OpenSSL PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-twisted diff --git a/net/py-foolscap/PLIST b/net/py-foolscap/PLIST index 1e7abccab36a1..62b57ef359492 100644 --- a/net/py-foolscap/PLIST +++ b/net/py-foolscap/PLIST @@ -1,10 +1,11 @@ -@comment $NetBSD: PLIST,v 1.7 2016/01/18 23:03:03 wiz Exp $ +@comment $NetBSD: PLIST,v 1.8 2016/04/13 18:19:49 wiz Exp $ bin/flappclient bin/flappserver bin/flogtool ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt +${PYSITELIB}/${EGG_INFODIR}/entry_points.txt ${PYSITELIB}/${EGG_INFODIR}/requires.txt ${PYSITELIB}/${EGG_INFODIR}/top_level.txt ${PYSITELIB}/foolscap/__init__.py diff --git a/net/py-foolscap/distinfo b/net/py-foolscap/distinfo index 512eb052600b0..39c49dc2ba252 100644 --- a/net/py-foolscap/distinfo +++ b/net/py-foolscap/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.11 2016/02/01 11:58:19 wiz Exp $ +$NetBSD: distinfo,v 1.12 2016/04/13 18:19:49 wiz Exp $ -SHA1 (foolscap-0.10.1.tar.gz) = 6157e55a4ccd8d2561499177df47ea6ce3ff3cff -RMD160 (foolscap-0.10.1.tar.gz) = cf86f4581a1a0c195a95098fd0f515ac6e2ff8e2 -SHA512 (foolscap-0.10.1.tar.gz) = 94577c2ad95235aad955ea1bc435b23d8c460cc658179556b204333df81359e773e692befcb0546f003a62aae24cc5dcaa85c1a06fef52cb7e32cdcf820613f7 -Size (foolscap-0.10.1.tar.gz) = 491548 bytes +SHA1 (foolscap-0.11.0.tar.gz) = 0cad5bc18cabffe2c2723c13ce4a268fd2757e41 +RMD160 (foolscap-0.11.0.tar.gz) = 1830713de8ea02b4c9bcec84275019a95dccd9d8 +SHA512 (foolscap-0.11.0.tar.gz) = 577cd15e7f9207a9675999590cb1189edbdd77a2daee5cab80d66d40b1343bcb338a064eedf372ca7f8a102ed1cef0770923d6dea27dd6c3b37c0717cdc912e8 +Size (foolscap-0.11.0.tar.gz) = 491916 bytes diff --git a/net/py-google-cloud-sdk/Makefile b/net/py-google-cloud-sdk/Makefile index c0e4ebb83f14a..ed34070a75139 100644 --- a/net/py-google-cloud-sdk/Makefile +++ b/net/py-google-cloud-sdk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2016/02/13 02:35:16 ryoon Exp $ +# $NetBSD: Makefile,v 1.3 2016/04/02 08:26:49 jperkin Exp $ GCLOUDVER= 96.0.0 DISTNAME= google-cloud-sdk-${GCLOUDVER}-linux-x86 @@ -23,6 +23,8 @@ REPLACE_PYTHON+= bin/bootstrapping/* PLIST_SUBST+= PYPKGPREFIX=${PYPKGPREFIX} MESSAGE_SUBST+= PYPKGPREFIX=${PYPKGPREFIX} +INSTALLATION_DIRS= ${PKGBASE} + do-install: cd ${WRKDIR} && \ ${FIND} ${GCSWRKSUBDIR} -type d -exec chmod 755 {} \; diff --git a/net/py-netlib/DESCR b/net/py-netlib/DESCR deleted file mode 100644 index 3b4c0f66da11d..0000000000000 --- a/net/py-netlib/DESCR +++ /dev/null @@ -1,6 +0,0 @@ -Netlib is a collection of network utility classes, used by the -pathod and mitmproxy projects. It differs from other projects in -some fundamental respects, because both pathod and mitmproxy often -need to violate standards. This means that protocols are implemented -as small, well-contained and flexible functions, and are designed -to allow misbehaviour when needed. diff --git a/net/py-netlib/Makefile b/net/py-netlib/Makefile deleted file mode 100644 index b7306220704ce..0000000000000 --- a/net/py-netlib/Makefile +++ /dev/null @@ -1,29 +0,0 @@ -# $NetBSD: Makefile,v 1.10 2016/02/16 13:52:41 leot Exp $ - -DISTNAME= netlib-0.16 -PKGNAME= ${PYPKGPREFIX}-${DISTNAME} -CATEGORIES= net -MASTER_SITES= ${MASTER_SITE_PYPI} - -MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://github.com/mitmproxy/netlib -COMMENT= Network utilities used by pathod and mitmproxy -LICENSE= mit - -USE_LANGUAGES= # none - -DEPENDS+= ${PYPKGPREFIX}-OpenSSL>=0.15.1:../../security/py-OpenSSL -DEPENDS+= ${PYPKGPREFIX}-asn1>=0.1.9:../../security/py-asn1 -DEPENDS+= ${PYPKGPREFIX}-backports.ssl_match_hostname>=3.5.0.1:../../security/py-backports.ssl_match_hostname -DEPENDS+= ${PYPKGPREFIX}-certifi>=2015.11.20.1:../../security/py-certifi -DEPENDS+= ${PYPKGPREFIX}-cryptography>=1.2.2:../../security/py-cryptography -DEPENDS+= ${PYPKGPREFIX}-hyperframe>=3.2.0:../../www/py-hyperframe -DEPENDS+= ${PYPKGPREFIX}-hpack>=2.1.0:../../net/py-hpack -DEPENDS+= ${PYPKGPREFIX}-ipaddress>=1.0.15:../../net/py-ipaddress -DEPENDS+= ${PYPKGPREFIX}-passlib>=1.6.5:../../security/py-passlib -DEPENDS+= ${PYPKGPREFIX}-six>=1.10.0:../../lang/py-six - -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 0.15.1 - -.include "../../lang/python/egg.mk" -.include "../../mk/bsd.pkg.mk" diff --git a/net/py-netlib/PLIST b/net/py-netlib/PLIST deleted file mode 100644 index 9c78b86bd0c61..0000000000000 --- a/net/py-netlib/PLIST +++ /dev/null @@ -1,97 +0,0 @@ -@comment $NetBSD: PLIST,v 1.5 2016/02/16 13:52:41 leot Exp $ -${PYSITELIB}/${EGG_INFODIR}/PKG-INFO -${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt -${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt -${PYSITELIB}/${EGG_INFODIR}/not-zip-safe -${PYSITELIB}/${EGG_INFODIR}/requires.txt -${PYSITELIB}/${EGG_INFODIR}/top_level.txt -${PYSITELIB}/netlib/__init__.py -${PYSITELIB}/netlib/__init__.pyc -${PYSITELIB}/netlib/__init__.pyo -${PYSITELIB}/netlib/certutils.py -${PYSITELIB}/netlib/certutils.pyc -${PYSITELIB}/netlib/certutils.pyo -${PYSITELIB}/netlib/encoding.py -${PYSITELIB}/netlib/encoding.pyc -${PYSITELIB}/netlib/encoding.pyo -${PYSITELIB}/netlib/exceptions.py -${PYSITELIB}/netlib/exceptions.pyc -${PYSITELIB}/netlib/exceptions.pyo -${PYSITELIB}/netlib/http/__init__.py -${PYSITELIB}/netlib/http/__init__.pyc -${PYSITELIB}/netlib/http/__init__.pyo -${PYSITELIB}/netlib/http/authentication.py -${PYSITELIB}/netlib/http/authentication.pyc -${PYSITELIB}/netlib/http/authentication.pyo -${PYSITELIB}/netlib/http/cookies.py -${PYSITELIB}/netlib/http/cookies.pyc -${PYSITELIB}/netlib/http/cookies.pyo -${PYSITELIB}/netlib/http/headers.py -${PYSITELIB}/netlib/http/headers.pyc -${PYSITELIB}/netlib/http/headers.pyo -${PYSITELIB}/netlib/http/http1/__init__.py -${PYSITELIB}/netlib/http/http1/__init__.pyc -${PYSITELIB}/netlib/http/http1/__init__.pyo -${PYSITELIB}/netlib/http/http1/assemble.py -${PYSITELIB}/netlib/http/http1/assemble.pyc -${PYSITELIB}/netlib/http/http1/assemble.pyo -${PYSITELIB}/netlib/http/http1/read.py -${PYSITELIB}/netlib/http/http1/read.pyc -${PYSITELIB}/netlib/http/http1/read.pyo -${PYSITELIB}/netlib/http/http2/__init__.py -${PYSITELIB}/netlib/http/http2/__init__.pyc -${PYSITELIB}/netlib/http/http2/__init__.pyo -${PYSITELIB}/netlib/http/http2/connections.py -${PYSITELIB}/netlib/http/http2/connections.pyc -${PYSITELIB}/netlib/http/http2/connections.pyo -${PYSITELIB}/netlib/http/message.py -${PYSITELIB}/netlib/http/message.pyc -${PYSITELIB}/netlib/http/message.pyo -${PYSITELIB}/netlib/http/request.py -${PYSITELIB}/netlib/http/request.pyc -${PYSITELIB}/netlib/http/request.pyo -${PYSITELIB}/netlib/http/response.py -${PYSITELIB}/netlib/http/response.pyc -${PYSITELIB}/netlib/http/response.pyo -${PYSITELIB}/netlib/http/status_codes.py -${PYSITELIB}/netlib/http/status_codes.pyc -${PYSITELIB}/netlib/http/status_codes.pyo -${PYSITELIB}/netlib/http/user_agents.py -${PYSITELIB}/netlib/http/user_agents.pyc -${PYSITELIB}/netlib/http/user_agents.pyo -${PYSITELIB}/netlib/odict.py -${PYSITELIB}/netlib/odict.pyc -${PYSITELIB}/netlib/odict.pyo -${PYSITELIB}/netlib/socks.py -${PYSITELIB}/netlib/socks.pyc -${PYSITELIB}/netlib/socks.pyo -${PYSITELIB}/netlib/tcp.py -${PYSITELIB}/netlib/tcp.pyc -${PYSITELIB}/netlib/tcp.pyo -${PYSITELIB}/netlib/tservers.py -${PYSITELIB}/netlib/tservers.pyc -${PYSITELIB}/netlib/tservers.pyo -${PYSITELIB}/netlib/tutils.py -${PYSITELIB}/netlib/tutils.pyc -${PYSITELIB}/netlib/tutils.pyo -${PYSITELIB}/netlib/utils.py -${PYSITELIB}/netlib/utils.pyc -${PYSITELIB}/netlib/utils.pyo -${PYSITELIB}/netlib/version.py -${PYSITELIB}/netlib/version.pyc -${PYSITELIB}/netlib/version.pyo -${PYSITELIB}/netlib/version_check.py -${PYSITELIB}/netlib/version_check.pyc -${PYSITELIB}/netlib/version_check.pyo -${PYSITELIB}/netlib/websockets/__init__.py -${PYSITELIB}/netlib/websockets/__init__.pyc -${PYSITELIB}/netlib/websockets/__init__.pyo -${PYSITELIB}/netlib/websockets/frame.py -${PYSITELIB}/netlib/websockets/frame.pyc -${PYSITELIB}/netlib/websockets/frame.pyo -${PYSITELIB}/netlib/websockets/protocol.py -${PYSITELIB}/netlib/websockets/protocol.pyc -${PYSITELIB}/netlib/websockets/protocol.pyo -${PYSITELIB}/netlib/wsgi.py -${PYSITELIB}/netlib/wsgi.pyc -${PYSITELIB}/netlib/wsgi.pyo diff --git a/net/py-netlib/distinfo b/net/py-netlib/distinfo deleted file mode 100644 index ebe38a33a4335..0000000000000 --- a/net/py-netlib/distinfo +++ /dev/null @@ -1,7 +0,0 @@ -$NetBSD: distinfo,v 1.9 2016/02/16 13:52:41 leot Exp $ - -SHA1 (netlib-0.16.tar.gz) = 78dc5598273513bf30c5f181ede2a02bed2d4967 -RMD160 (netlib-0.16.tar.gz) = 77b0605f59143e6591a7d17e0ecaee88c4beb768 -SHA512 (netlib-0.16.tar.gz) = 7beb7fa8bde6fb994d15af770d8e0e006d1bdeb499f7f0fbff1466ae99212904ff065f7b2257d6576e7c257c52010baf4dea38fc43ac3fd9832e3e5be41c969f -Size (netlib-0.16.tar.gz) = 87595 bytes -SHA1 (patch-setup.py) = 6daa82febe9bb8d2818d2815c42e710959e4492e diff --git a/net/py-netlib/patches/patch-setup.py b/net/py-netlib/patches/patch-setup.py deleted file mode 100644 index 6ec628aa7883f..0000000000000 --- a/net/py-netlib/patches/patch-setup.py +++ /dev/null @@ -1,51 +0,0 @@ -$NetBSD: patch-setup.py,v 1.2 2016/02/16 13:52:41 leot Exp $ - -Avoid too strict version requirements. - ---- setup.py.orig 2016-02-14 15:09:39.000000000 +0000 -+++ setup.py -@@ -44,29 +44,29 @@ setup( - include_package_data=True, - zip_safe=False, - install_requires=[ -- "pyasn1>=0.1.9, <0.2", -- "pyOpenSSL>=0.15.1, <0.16", -- "cryptography>=1.2.2, <1.3", -- "passlib>=1.6.5, <1.7", -- "hpack>=2.1.0, <3.0", -- "hyperframe>=3.2.0, <4.0", -- "six>=1.10.0, <1.11", -+ "pyasn1>=0.1.9", -+ "pyOpenSSL>=0.15.1", -+ "cryptography>=1.2.2", -+ "passlib>=1.6.5", -+ "hpack>=2.1.0", -+ "hyperframe>=3.2.0", -+ "six>=1.10.0", - "certifi>=2015.11.20.1", # no semver here - this should always be on the last release! -- "backports.ssl_match_hostname>=3.5.0.1, <3.6", -+ "backports.ssl_match_hostname>=3.5.0.1", - ], - extras_require={ - # Do not use a range operator here: https://bitbucket.org/pypa/setuptools/issues/380 - # Ubuntu Trusty and other still ship with setuptools < 17.1 - ':python_version == "2.7"': [ -- "ipaddress>=1.0.15, <1.1", -+ "ipaddress>=1.0.15", - ], - 'dev': [ -- "mock>=1.3.0, <1.4", -- "pytest>=2.8.7, <2.9", -- "pytest-xdist>=1.14, <1.15", -- "pytest-cov>=2.2.1, <2.3", -- "pytest-timeout>=1.0.0, <1.1", -- "coveralls>=1.1, <1.2" -+ "mock>=1.3.0", -+ "pytest>=2.8.7", -+ "pytest-xdist>=1.14", -+ "pytest-cov>=2.2.1", -+ "pytest-timeout>=1.0.0", -+ "coveralls>=1.1" - ] - }, - ) diff --git a/net/py-twisted-docs/Makefile b/net/py-twisted-docs/Makefile index 08113cd905f9e..e697423a7b395 100644 --- a/net/py-twisted-docs/Makefile +++ b/net/py-twisted-docs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2014/06/27 00:25:20 asau Exp $ +# $NetBSD: Makefile,v 1.18 2016/04/13 19:45:38 wiz Exp $ PKGNAME= py-${DISTNAME:S/Twisted/twisted-docs/} COMMENT= Framework for writing networked applications (documentation) @@ -9,7 +9,7 @@ NO_CONFIGURE= yes NO_BUILD= yes HTMLDIR= share/doc/py-twisted-docs -DOC_SRCDIR= ${WRKSRC}/doc +DOC_SRCDIR= ${WRKSRC}/docs PLIST_SRC= ${WRKDIR}/.PLIST_SRC INSTALLATION_DIRS= ${HTMLDIR} diff --git a/net/py-twisted/Makefile.common b/net/py-twisted/Makefile.common index 6e7d89820bf76..a4f4f938c07e4 100644 --- a/net/py-twisted/Makefile.common +++ b/net/py-twisted/Makefile.common @@ -1,9 +1,9 @@ -# $NetBSD: Makefile.common,v 1.26 2015/12/05 21:25:54 adam Exp $ +# $NetBSD: Makefile.common,v 1.27 2016/04/13 19:44:49 wiz Exp $ # # used by net/py-twisted/Makefile # used by net/py-twisted-docs/Makefile -DISTNAME= Twisted-15.5.0 +DISTNAME= Twisted-16.1.1 CATEGORIES= net python MASTER_SITES= http://twistedmatrix.com/Releases/Twisted/${PKGVERSION_NOREV:R}/ EXTRACT_SUFX= .tar.bz2 diff --git a/net/py-twisted/PLIST b/net/py-twisted/PLIST index adb0e4d47b26b..ec8bdf5e93262 100644 --- a/net/py-twisted/PLIST +++ b/net/py-twisted/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.20 2015/12/04 21:58:53 wiz Exp $ +@comment $NetBSD: PLIST,v 1.21 2016/04/13 19:44:49 wiz Exp $ bin/cftp bin/ckeygen bin/conch @@ -88,9 +88,6 @@ ${PYSITELIB}/twisted/application/test/test_service.pyo ${PYSITELIB}/twisted/conch/__init__.py ${PYSITELIB}/twisted/conch/__init__.pyc ${PYSITELIB}/twisted/conch/__init__.pyo -${PYSITELIB}/twisted/conch/_version.py -${PYSITELIB}/twisted/conch/_version.pyc -${PYSITELIB}/twisted/conch/_version.pyo ${PYSITELIB}/twisted/conch/avatar.py ${PYSITELIB}/twisted/conch/avatar.pyc ${PYSITELIB}/twisted/conch/avatar.pyo @@ -193,6 +190,9 @@ ${PYSITELIB}/twisted/conch/scripts/tkconch.pyo ${PYSITELIB}/twisted/conch/ssh/__init__.py ${PYSITELIB}/twisted/conch/ssh/__init__.pyc ${PYSITELIB}/twisted/conch/ssh/__init__.pyo +${PYSITELIB}/twisted/conch/ssh/_cryptography_backports.py +${PYSITELIB}/twisted/conch/ssh/_cryptography_backports.pyc +${PYSITELIB}/twisted/conch/ssh/_cryptography_backports.pyo ${PYSITELIB}/twisted/conch/ssh/_kex.py ${PYSITELIB}/twisted/conch/ssh/_kex.pyc ${PYSITELIB}/twisted/conch/ssh/_kex.pyo @@ -304,6 +304,9 @@ ${PYSITELIB}/twisted/conch/test/test_knownhosts.pyo ${PYSITELIB}/twisted/conch/test/test_manhole.py ${PYSITELIB}/twisted/conch/test/test_manhole.pyc ${PYSITELIB}/twisted/conch/test/test_manhole.pyo +${PYSITELIB}/twisted/conch/test/test_manhole_tap.py +${PYSITELIB}/twisted/conch/test/test_manhole_tap.pyc +${PYSITELIB}/twisted/conch/test/test_manhole_tap.pyo ${PYSITELIB}/twisted/conch/test/test_mixin.py ${PYSITELIB}/twisted/conch/test/test_mixin.pyc ${PYSITELIB}/twisted/conch/test/test_mixin.pyo @@ -343,8 +346,6 @@ ${PYSITELIB}/twisted/conch/test/test_userauth.pyo ${PYSITELIB}/twisted/conch/test/test_window.py ${PYSITELIB}/twisted/conch/test/test_window.pyc ${PYSITELIB}/twisted/conch/test/test_window.pyo -${PYSITELIB}/twisted/conch/topfiles/NEWS -${PYSITELIB}/twisted/conch/topfiles/README ${PYSITELIB}/twisted/conch/ttymodes.py ${PYSITELIB}/twisted/conch/ttymodes.pyc ${PYSITELIB}/twisted/conch/ttymodes.pyo @@ -492,9 +493,6 @@ ${PYSITELIB}/twisted/internet/gtk2reactor.pyo ${PYSITELIB}/twisted/internet/gtk3reactor.py ${PYSITELIB}/twisted/internet/gtk3reactor.pyc ${PYSITELIB}/twisted/internet/gtk3reactor.pyo -${PYSITELIB}/twisted/internet/gtkreactor.py -${PYSITELIB}/twisted/internet/gtkreactor.pyc -${PYSITELIB}/twisted/internet/gtkreactor.pyo ${PYSITELIB}/twisted/internet/inotify.py ${PYSITELIB}/twisted/internet/inotify.pyc ${PYSITELIB}/twisted/internet/inotify.pyo @@ -654,9 +652,6 @@ ${PYSITELIB}/twisted/internet/test/test_gireactor.pyo ${PYSITELIB}/twisted/internet/test/test_glibbase.py ${PYSITELIB}/twisted/internet/test/test_glibbase.pyc ${PYSITELIB}/twisted/internet/test/test_glibbase.pyo -${PYSITELIB}/twisted/internet/test/test_gtkreactor.py -${PYSITELIB}/twisted/internet/test/test_gtkreactor.pyc -${PYSITELIB}/twisted/internet/test/test_gtkreactor.pyo ${PYSITELIB}/twisted/internet/test/test_inlinecb.py ${PYSITELIB}/twisted/internet/test/test_inlinecb.pyc ${PYSITELIB}/twisted/internet/test/test_inlinecb.pyo @@ -846,9 +841,6 @@ ${PYSITELIB}/twisted/logger/test/test_util.pyo ${PYSITELIB}/twisted/mail/__init__.py ${PYSITELIB}/twisted/mail/__init__.pyc ${PYSITELIB}/twisted/mail/__init__.pyo -${PYSITELIB}/twisted/mail/_version.py -${PYSITELIB}/twisted/mail/_version.pyc -${PYSITELIB}/twisted/mail/_version.pyo ${PYSITELIB}/twisted/mail/alias.py ${PYSITELIB}/twisted/mail/alias.pyc ${PYSITELIB}/twisted/mail/alias.pyo @@ -929,8 +921,6 @@ ${PYSITELIB}/twisted/mail/test/test_scripts.pyo ${PYSITELIB}/twisted/mail/test/test_smtp.py ${PYSITELIB}/twisted/mail/test/test_smtp.pyc ${PYSITELIB}/twisted/mail/test/test_smtp.pyo -${PYSITELIB}/twisted/mail/topfiles/NEWS -${PYSITELIB}/twisted/mail/topfiles/README ${PYSITELIB}/twisted/manhole/__init__.py ${PYSITELIB}/twisted/manhole/__init__.pyc ${PYSITELIB}/twisted/manhole/__init__.pyo @@ -977,9 +967,6 @@ ${PYSITELIB}/twisted/names/__init__.pyo ${PYSITELIB}/twisted/names/_rfc1982.py ${PYSITELIB}/twisted/names/_rfc1982.pyc ${PYSITELIB}/twisted/names/_rfc1982.pyo -${PYSITELIB}/twisted/names/_version.py -${PYSITELIB}/twisted/names/_version.pyc -${PYSITELIB}/twisted/names/_version.pyo ${PYSITELIB}/twisted/names/authority.py ${PYSITELIB}/twisted/names/authority.pyc ${PYSITELIB}/twisted/names/authority.pyo @@ -1064,14 +1051,9 @@ ${PYSITELIB}/twisted/names/test/test_tap.pyo ${PYSITELIB}/twisted/names/test/test_util.py ${PYSITELIB}/twisted/names/test/test_util.pyc ${PYSITELIB}/twisted/names/test/test_util.pyo -${PYSITELIB}/twisted/names/topfiles/NEWS -${PYSITELIB}/twisted/names/topfiles/README ${PYSITELIB}/twisted/news/__init__.py ${PYSITELIB}/twisted/news/__init__.pyc ${PYSITELIB}/twisted/news/__init__.pyo -${PYSITELIB}/twisted/news/_version.py -${PYSITELIB}/twisted/news/_version.pyc -${PYSITELIB}/twisted/news/_version.pyo ${PYSITELIB}/twisted/news/database.py ${PYSITELIB}/twisted/news/database.pyc ${PYSITELIB}/twisted/news/database.pyo @@ -1096,14 +1078,9 @@ ${PYSITELIB}/twisted/news/test/test_news.pyo ${PYSITELIB}/twisted/news/test/test_nntp.py ${PYSITELIB}/twisted/news/test/test_nntp.pyc ${PYSITELIB}/twisted/news/test/test_nntp.pyo -${PYSITELIB}/twisted/news/topfiles/NEWS -${PYSITELIB}/twisted/news/topfiles/README ${PYSITELIB}/twisted/pair/__init__.py ${PYSITELIB}/twisted/pair/__init__.pyc ${PYSITELIB}/twisted/pair/__init__.pyo -${PYSITELIB}/twisted/pair/_version.py -${PYSITELIB}/twisted/pair/_version.pyc -${PYSITELIB}/twisted/pair/_version.pyo ${PYSITELIB}/twisted/pair/ethernet.py ${PYSITELIB}/twisted/pair/ethernet.pyc ${PYSITELIB}/twisted/pair/ethernet.pyo @@ -1134,8 +1111,6 @@ ${PYSITELIB}/twisted/pair/test/test_tuntap.pyo ${PYSITELIB}/twisted/pair/testing.py ${PYSITELIB}/twisted/pair/testing.pyc ${PYSITELIB}/twisted/pair/testing.pyo -${PYSITELIB}/twisted/pair/topfiles/NEWS -${PYSITELIB}/twisted/pair/topfiles/README ${PYSITELIB}/twisted/pair/tuntap.py ${PYSITELIB}/twisted/pair/tuntap.pyc ${PYSITELIB}/twisted/pair/tuntap.pyo @@ -1355,6 +1330,9 @@ ${PYSITELIB}/twisted/protocols/wire.pyo ${PYSITELIB}/twisted/python/__init__.py ${PYSITELIB}/twisted/python/__init__.pyc ${PYSITELIB}/twisted/python/__init__.pyo +${PYSITELIB}/twisted/python/_appdirs.py +${PYSITELIB}/twisted/python/_appdirs.pyc +${PYSITELIB}/twisted/python/_appdirs.pyo ${PYSITELIB}/twisted/python/_inotify.py ${PYSITELIB}/twisted/python/_inotify.pyc ${PYSITELIB}/twisted/python/_inotify.pyo @@ -1480,6 +1458,9 @@ ${PYSITELIB}/twisted/python/test/modules_helpers.pyo ${PYSITELIB}/twisted/python/test/pullpipe.py ${PYSITELIB}/twisted/python/test/pullpipe.pyc ${PYSITELIB}/twisted/python/test/pullpipe.pyo +${PYSITELIB}/twisted/python/test/test_appdirs.py +${PYSITELIB}/twisted/python/test/test_appdirs.pyc +${PYSITELIB}/twisted/python/test/test_appdirs.pyo ${PYSITELIB}/twisted/python/test/test_components.py ${PYSITELIB}/twisted/python/test/test_components.pyc ${PYSITELIB}/twisted/python/test/test_components.pyo @@ -1586,9 +1567,6 @@ ${PYSITELIB}/twisted/python/zipstream.pyo ${PYSITELIB}/twisted/runner/__init__.py ${PYSITELIB}/twisted/runner/__init__.pyc ${PYSITELIB}/twisted/runner/__init__.pyo -${PYSITELIB}/twisted/runner/_version.py -${PYSITELIB}/twisted/runner/_version.pyc -${PYSITELIB}/twisted/runner/_version.pyo ${PYSITELIB}/twisted/runner/inetd.py ${PYSITELIB}/twisted/runner/inetd.pyc ${PYSITELIB}/twisted/runner/inetd.pyo @@ -1615,8 +1593,6 @@ ${PYSITELIB}/twisted/runner/test/test_procmon.pyo ${PYSITELIB}/twisted/runner/test/test_procmontap.py ${PYSITELIB}/twisted/runner/test/test_procmontap.pyc ${PYSITELIB}/twisted/runner/test/test_procmontap.pyo -${PYSITELIB}/twisted/runner/topfiles/NEWS -${PYSITELIB}/twisted/runner/topfiles/README ${PYSITELIB}/twisted/scripts/__init__.py ${PYSITELIB}/twisted/scripts/__init__.pyc ${PYSITELIB}/twisted/scripts/__init__.pyo @@ -1850,9 +1826,6 @@ ${PYSITELIB}/twisted/test/test_dict.pyo ${PYSITELIB}/twisted/test/test_dirdbm.py ${PYSITELIB}/twisted/test/test_dirdbm.pyc ${PYSITELIB}/twisted/test/test_dirdbm.pyo -${PYSITELIB}/twisted/test/test_doc.py -${PYSITELIB}/twisted/test/test_doc.pyc -${PYSITELIB}/twisted/test/test_doc.pyo ${PYSITELIB}/twisted/test/test_error.py ${PYSITELIB}/twisted/test/test_error.pyc ${PYSITELIB}/twisted/test/test_error.pyo @@ -2045,10 +2018,6 @@ ${PYSITELIB}/twisted/test/test_usage.pyo ${PYSITELIB}/twisted/test/testutils.py ${PYSITELIB}/twisted/test/testutils.pyc ${PYSITELIB}/twisted/test/testutils.pyo -${PYSITELIB}/twisted/topfiles/CREDITS -${PYSITELIB}/twisted/topfiles/ChangeLog.Old -${PYSITELIB}/twisted/topfiles/NEWS -${PYSITELIB}/twisted/topfiles/README ${PYSITELIB}/twisted/trial/__init__.py ${PYSITELIB}/twisted/trial/__init__.pyc ${PYSITELIB}/twisted/trial/__init__.pyo @@ -2259,9 +2228,6 @@ ${PYSITELIB}/twisted/web/_responses.pyo ${PYSITELIB}/twisted/web/_stan.py ${PYSITELIB}/twisted/web/_stan.pyc ${PYSITELIB}/twisted/web/_stan.pyo -${PYSITELIB}/twisted/web/_version.py -${PYSITELIB}/twisted/web/_version.pyc -${PYSITELIB}/twisted/web/_version.pyo ${PYSITELIB}/twisted/web/client.py ${PYSITELIB}/twisted/web/client.pyc ${PYSITELIB}/twisted/web/client.pyo @@ -2415,8 +2381,6 @@ ${PYSITELIB}/twisted/web/test/test_xml.pyo ${PYSITELIB}/twisted/web/test/test_xmlrpc.py ${PYSITELIB}/twisted/web/test/test_xmlrpc.pyc ${PYSITELIB}/twisted/web/test/test_xmlrpc.pyo -${PYSITELIB}/twisted/web/topfiles/NEWS -${PYSITELIB}/twisted/web/topfiles/README ${PYSITELIB}/twisted/web/twcgi.py ${PYSITELIB}/twisted/web/twcgi.pyc ${PYSITELIB}/twisted/web/twcgi.pyo @@ -2435,9 +2399,6 @@ ${PYSITELIB}/twisted/web/xmlrpc.pyo ${PYSITELIB}/twisted/words/__init__.py ${PYSITELIB}/twisted/words/__init__.pyc ${PYSITELIB}/twisted/words/__init__.pyo -${PYSITELIB}/twisted/words/_version.py -${PYSITELIB}/twisted/words/_version.pyc -${PYSITELIB}/twisted/words/_version.pyo ${PYSITELIB}/twisted/words/ewords.py ${PYSITELIB}/twisted/words/ewords.pyc ${PYSITELIB}/twisted/words/ewords.pyo @@ -2592,8 +2553,6 @@ ${PYSITELIB}/twisted/words/test/test_xmpproutertap.pyo ${PYSITELIB}/twisted/words/test/test_xpath.py ${PYSITELIB}/twisted/words/test/test_xpath.pyc ${PYSITELIB}/twisted/words/test/test_xpath.pyo -${PYSITELIB}/twisted/words/topfiles/NEWS -${PYSITELIB}/twisted/words/topfiles/README ${PYSITELIB}/twisted/words/xish/__init__.py ${PYSITELIB}/twisted/words/xish/__init__.pyc ${PYSITELIB}/twisted/words/xish/__init__.pyo diff --git a/net/py-twisted/distinfo b/net/py-twisted/distinfo index 12199c26f4c5e..b29faeb8ffe6c 100644 --- a/net/py-twisted/distinfo +++ b/net/py-twisted/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.24 2015/12/04 21:58:53 wiz Exp $ +$NetBSD: distinfo,v 1.25 2016/04/13 19:44:49 wiz Exp $ -SHA1 (Twisted-15.5.0.tar.bz2) = c7db4b949fc27794ca94677f66082f49be43f283 -RMD160 (Twisted-15.5.0.tar.bz2) = d1e93beca506feb1e0f640e11a916e65b5cf3a9d -SHA512 (Twisted-15.5.0.tar.bz2) = 6e2e3e447fcebc2fa57eb2f086164cf9991ab1448084101f845641caef813ced9c2398e8e48bf6e2e18c347dbbee5d6cac70a4686cb1b79e7b1a932149b8f626 -Size (Twisted-15.5.0.tar.bz2) = 3146473 bytes +SHA1 (Twisted-16.1.1.tar.bz2) = 202449e218600f7c21c6cf66a00b68b59bedb7d2 +RMD160 (Twisted-16.1.1.tar.bz2) = c749b42027a84605b3476f5538aecc2c90c29693 +SHA512 (Twisted-16.1.1.tar.bz2) = 2a7e9eddace9f8025c5a2150e09d8154c9751235e7c5fe8a6fbcdc6121e3c77d7c954a1f226d37265d90ad19a02cfcba87150a6ae8226861143e3556bbe03c9b +Size (Twisted-16.1.1.tar.bz2) = 2938611 bytes SHA1 (patch-ab) = 26495e5abd57025e915b923cc7089704bbd85629 diff --git a/net/quagga/Makefile b/net/quagga/Makefile index 079067535d11f..3d4a468359154 100644 --- a/net/quagga/Makefile +++ b/net/quagga/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.53 2016/01/27 13:48:01 jperkin Exp $ +# $NetBSD: Makefile,v 1.54 2016/03/21 13:40:28 gdt Exp $ # -DISTNAME= quagga-0.99.24.1 -PKGREVISION= 2 +DISTNAME= quagga-1.0.20160315 CATEGORIES= net MASTER_SITES= http://download.savannah.gnu.org/releases/quagga/ diff --git a/net/quagga/PLIST b/net/quagga/PLIST index 17acd375f173f..a33f22799a2c2 100644 --- a/net/quagga/PLIST +++ b/net/quagga/PLIST @@ -1,8 +1,11 @@ -@comment $NetBSD: PLIST,v 1.16 2015/03/10 16:46:51 gdt Exp $ +@comment $NetBSD: PLIST,v 1.17 2016/03/21 13:40:28 gdt Exp $ +bin/bgp_btoa +bin/test_igmpv3_join include/quagga/buffer.h include/quagga/checksum.h include/quagga/command.h include/quagga/distribute.h +include/quagga/fifo.h include/quagga/filter.h include/quagga/getopt.h include/quagga/hash.h @@ -17,6 +20,7 @@ include/quagga/md5.h include/quagga/memory.h include/quagga/memtypes.h include/quagga/network.h +include/quagga/ospfapi/ospf_apiclient.h include/quagga/ospfd/ospf_api.h include/quagga/ospfd/ospf_asbr.h include/quagga/ospfd/ospf_dump.h @@ -42,6 +46,7 @@ include/quagga/table.h include/quagga/thread.h include/quagga/vector.h include/quagga/version.h +include/quagga/vrf.h include/quagga/vty.h include/quagga/workqueue.h include/quagga/zassert.h @@ -49,18 +54,22 @@ include/quagga/zclient.h include/quagga/zebra.h info/quagga.info lib/libospf.la +lib/libospfapiclient.la lib/libzebra.la man/man1/vtysh.1 man/man8/bgpd.8 man/man8/isisd.8 +man/man8/ospfclient.8 man/man8/ospfd.8 +man/man8/pimd.8 man/man8/ripd.8 man/man8/watchquagga.8 man/man8/zebra.8 -sbin/babeld sbin/bgpd sbin/isisd +sbin/ospfclient sbin/ospfd +sbin/pimd sbin/ripd sbin/watchquagga sbin/zebra @@ -70,11 +79,11 @@ share/doc/quagga/mpls/ChangeLog.opaque.txt share/doc/quagga/mpls/cli_summary.txt share/doc/quagga/mpls/opaque_lsa.txt share/doc/quagga/mpls/ospfd.conf -share/examples/quagga/babeld.conf.sample share/examples/quagga/bgpd.conf.sample share/examples/quagga/bgpd.conf.sample2 share/examples/quagga/isisd.conf.sample share/examples/quagga/log_syslog.conf share/examples/quagga/ospfd.conf.sample +share/examples/quagga/pimd.conf.sample share/examples/quagga/ripd.conf.sample share/examples/quagga/zebra.conf.sample diff --git a/net/quagga/PLIST.opaquelsa b/net/quagga/PLIST.opaquelsa deleted file mode 100644 index fba4a8cea72ca..0000000000000 --- a/net/quagga/PLIST.opaquelsa +++ /dev/null @@ -1,5 +0,0 @@ -@comment $NetBSD: PLIST.opaquelsa,v 1.3 2012/06/07 23:38:16 gdt Exp $ -include/quagga/ospfapi/ospf_apiclient.h -lib/libospfapiclient.la -man/man8/ospfclient.8 -sbin/ospfclient diff --git a/net/quagga/distinfo b/net/quagga/distinfo index 163f8823371c0..d45409e23f3f9 100644 --- a/net/quagga/distinfo +++ b/net/quagga/distinfo @@ -1,8 +1,7 @@ -$NetBSD: distinfo,v 1.25 2016/01/27 13:48:01 jperkin Exp $ +$NetBSD: distinfo,v 1.26 2016/03/21 13:40:28 gdt Exp $ -SHA1 (quagga-0.99.24.1.tar.gz) = da5d4b1b6f524becb217355f95f99076b7a969d5 -RMD160 (quagga-0.99.24.1.tar.gz) = a6b5c6d93b2d129aa4f627ae0359fa6539de6645 -SHA512 (quagga-0.99.24.1.tar.gz) = 6b15aa3ed961081eba4878ba4a6fb5fd03dd8fc16684f28cf7176f0636c33ed734da8787edf9352c108d9e528dd7ba74e2ee0113e782adc4465945cdae88ec51 -Size (quagga-0.99.24.1.tar.gz) = 2683800 bytes -SHA1 (patch-lib_privs.c) = d86ec56c9f57f38af6cce5285fb95759efc7c8e9 +SHA1 (quagga-1.0.20160315.tar.gz) = 1d7168e2a5b33a1fd6bf89673e4c8f32c7f56ae8 +RMD160 (quagga-1.0.20160315.tar.gz) = dae1a9de36482c0b6306840d375577c300a58f4d +SHA512 (quagga-1.0.20160315.tar.gz) = f17191facc4d5b0bee2d00cc3ecc4d546c6472ce5b081d79458cacca3536bd6dcea10aef480ae117f4a7f466dd88257bf2a3e37ccbe3b3b55f27ef18ead6107f +Size (quagga-1.0.20160315.tar.gz) = 2788131 bytes SHA1 (patch-solaris_quagga.init.in) = 446f9c1efc47d54cb1af0eba47193571b63d91c0 diff --git a/net/quagga/options.mk b/net/quagga/options.mk index 776513483fb47..0674291f2dad4 100644 --- a/net/quagga/options.mk +++ b/net/quagga/options.mk @@ -1,11 +1,9 @@ -# $NetBSD: options.mk,v 1.8 2013/08/07 14:05:15 gdt Exp $ +# $NetBSD: options.mk,v 1.9 2016/03/21 13:40:28 gdt Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.quagga PKG_SUPPORTED_OPTIONS= inet6 -PKG_SUPPORTED_OPTIONS+= quagga-ospf-opaque-lsa PKG_SUPPORTED_OPTIONS+= quagga-vtysh PKG_SUGGESTED_OPTIONS= inet6 -PKG_SUGGESTED_OPTIONS+= quagga-ospf-opaque-lsa PKG_SUGGESTED_OPTIONS+= quagga-vtysh .include "../../mk/bsd.options.mk" @@ -37,13 +35,3 @@ PLIST_CAT+= ${PKGDIR}/PLIST.vtysh .else CONFIGURE_ARGS+= --disable-vtysh .endif - -### -### Include Opaque LSA support in OSPF (RFC2370). -### -.if !empty(PKG_OPTIONS:Mquagga-ospf-opaque-lsa) -# opaque-lsa is now the upstream default. -PLIST_CAT+= ${PKGDIR}/PLIST.opaquelsa -.else -CONFIGURE_ARGS+= --disable-opaque-lsa -.endif diff --git a/net/quagga/patches/patch-lib_privs.c b/net/quagga/patches/patch-lib_privs.c deleted file mode 100644 index c65d89b1bb9e4..0000000000000 --- a/net/quagga/patches/patch-lib_privs.c +++ /dev/null @@ -1,162 +0,0 @@ -$NetBSD: patch-lib_privs.c,v 1.1 2015/01/25 22:14:05 fhajny Exp $ - -Fix minimum privileges setup, makes Quagga work on SunOS. -https://github.com/illumos/illumos-userland/blob/master/components/quagga/patches/75-privs-basicprivset.patch ---- lib/privs.c.orig 2014-08-25 16:56:53.000000000 +0000 -+++ lib/privs.c -@@ -2,7 +2,7 @@ - * Zebra privileges. - * - * Copyright (C) 2003 Paul Jakma. -- * Copyright (C) 2005 Sun Microsystems, Inc. -+ * Copyright (c) 2005, 2011, Oracle and/or its affiliates. All rights reserved. - * - * This file is part of GNU Zebra. - * -@@ -348,6 +348,26 @@ zprivs_caps_terminate (void) - * - http://blogs.sun.com/roller/page/gbrunett?entry=privilege_enabling_set_id_programs1 - */ - -+static pset_t * -+zprivs_caps_minimal () -+{ -+ pset_t *minimal; -+ -+ if ((minimal = priv_str_to_set("basic", ",", NULL)) == NULL) -+ { -+ fprintf (stderr, "%s: couldn't get basic set!\n", __func__); -+ exit (1); -+ } -+ -+ /* create a minimal privilege set from the basic set */ -+ (void) priv_delset(minimal, PRIV_PROC_EXEC); -+ (void) priv_delset(minimal, PRIV_PROC_INFO); -+ (void) priv_delset(minimal, PRIV_PROC_SESSION); -+ (void) priv_delset(minimal, PRIV_FILE_LINK_ANY); -+ -+ return minimal; -+} -+ - /* convert zebras privileges to system capabilities */ - static pset_t * - zcaps2sys (zebra_capabilities_t *zcaps, int num) -@@ -376,26 +396,34 @@ zcaps2sys (zebra_capabilities_t *zcaps, - int - zprivs_change_caps (zebra_privs_ops_t op) - { -+ pset_t *privset; - - /* should be no possibility of being called without valid caps */ - assert (zprivs_state.syscaps_p); - if (!zprivs_state.syscaps_p) - { -+ fprintf (stderr, "%s: Eek, missing privileged caps!", __func__); -+ exit (1); -+ } -+ -+ assert (zprivs_state.caps); -+ if (!zprivs_state.caps) -+ { - fprintf (stderr, "%s: Eek, missing caps!", __func__); - exit (1); - } -- -- /* to raise: copy original permitted into our working effective set -- * to lower: just clear the working effective set -+ -+ /* to raise: copy original permitted as our working effective set -+ * to lower: copy regular effective set stored in zprivs_state.caps - */ - if (op == ZPRIVS_RAISE) -- priv_copyset (zprivs_state.syscaps_p, zprivs_state.caps); -+ privset = zprivs_state.syscaps_p; - else if (op == ZPRIVS_LOWER) -- priv_emptyset (zprivs_state.caps); -+ privset = zprivs_state.caps; - else - return -1; - -- if (setppriv (PRIV_SET, PRIV_EFFECTIVE, zprivs_state.caps) != 0) -+ if (setppriv (PRIV_SET, PRIV_EFFECTIVE, privset) != 0) - return -1; - - return 0; -@@ -423,15 +451,15 @@ zprivs_state_caps (void) - } - else - { -- if (priv_isemptyset (effective) == B_TRUE) -+ if (priv_isequalset (effective, zprivs_state.syscaps_p)) -+ result = ZPRIVS_RAISED; -+ else if (priv_isequalset (effective, zprivs_state.caps)) - result = ZPRIVS_LOWERED; - else -- result = ZPRIVS_RAISED; -+ result = ZPRIVS_UNKNOWN; - } - -- if (effective) -- priv_freeset (effective); -- -+ priv_freeset (effective); - return result; - } - -@@ -439,7 +467,7 @@ static void - zprivs_caps_init (struct zebra_privs_t *zprivs) - { - pset_t *basic; -- pset_t *empty; -+ pset_t *minimal; - - /* the specified sets */ - zprivs_state.syscaps_p = zcaps2sys (zprivs->caps_p, zprivs->cap_num_p); -@@ -467,14 +495,6 @@ zprivs_caps_init (struct zebra_privs_t * - priv_union (basic, zprivs_state.syscaps_p); - priv_freeset (basic); - -- /* we need an empty set for 'effective', potentially for inheritable too */ -- if ( (empty = priv_allocset()) == NULL) -- { -- fprintf (stderr, "%s: couldn't get empty set!\n", __func__); -- exit (1); -- } -- priv_emptyset (empty); -- - /* Hey kernel, we know about privileges! - * this isn't strictly required, use of setppriv should have same effect - */ -@@ -517,16 +537,19 @@ zprivs_caps_init (struct zebra_privs_t * - exit (1); - } - -- /* now clear the effective set and we're ready to go */ -- if (setppriv (PRIV_SET, PRIV_EFFECTIVE, empty)) -+ /* we need a minimal basic set for 'effective', potentially for inheritable too */ -+ minimal = zprivs_caps_minimal(); -+ -+ /* now set the effective set with a subset of basic privileges */ -+ if (setppriv (PRIV_SET, PRIV_EFFECTIVE, minimal)) - { - fprintf (stderr, "%s: error setting effective set!, %s\n", __func__, - safe_strerror (errno) ); - exit (1); - } - -- /* we'll use this as our working-storage privset */ -- zprivs_state.caps = empty; -+ /* we'll use the minimal set as our working-storage privset */ -+ zprivs_state.caps = minimal; - - /* set methods for the caller to use */ - zprivs->change = zprivs_change_caps; -@@ -538,8 +561,7 @@ zprivs_caps_terminate (void) - { - assert (zprivs_state.caps); - -- /* clear all capabilities */ -- priv_emptyset (zprivs_state.caps); -+ /* clear all capabilities by using working-storage privset */ - setppriv (PRIV_SET, PRIV_EFFECTIVE, zprivs_state.caps); - setppriv (PRIV_SET, PRIV_PERMITTED, zprivs_state.caps); - setppriv (PRIV_SET, PRIV_INHERITABLE, zprivs_state.caps); diff --git a/net/rabbitmq-c/Makefile b/net/rabbitmq-c/Makefile index 0eac29af30f31..c93b13951ab3d 100644 --- a/net/rabbitmq-c/Makefile +++ b/net/rabbitmq-c/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.10 2016/03/05 11:27:53 jperkin Exp $ +# $NetBSD: Makefile,v 1.11 2016/04/12 08:50:43 fhajny Exp $ -DISTNAME= rabbitmq-c-0.7.1 -PKGREVISION= 1 +DISTNAME= rabbitmq-c-0.8.0 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_GITHUB:=alanxz/} diff --git a/net/rabbitmq-c/PLIST b/net/rabbitmq-c/PLIST index dff549051722b..582f914e69f46 100644 --- a/net/rabbitmq-c/PLIST +++ b/net/rabbitmq-c/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.6 2015/10/18 08:47:46 fhajny Exp $ +@comment $NetBSD: PLIST,v 1.7 2016/04/12 08:50:43 fhajny Exp $ bin/amqp-consume bin/amqp-declare-queue bin/amqp-delete-queue @@ -11,7 +11,7 @@ include/amqp_tcp_socket.h lib/librabbitmq.a lib/librabbitmq.so lib/librabbitmq.so.4 -lib/librabbitmq.so.4.1.3 +lib/librabbitmq.so.4.2.0 lib/pkgconfig/librabbitmq.pc man/man1/amqp-consume.1 man/man1/amqp-declare-queue.1 diff --git a/net/rabbitmq-c/distinfo b/net/rabbitmq-c/distinfo index 9a6a22bf617bc..b20b82d2f262a 100644 --- a/net/rabbitmq-c/distinfo +++ b/net/rabbitmq-c/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.6 2015/10/18 08:47:46 fhajny Exp $ +$NetBSD: distinfo,v 1.7 2016/04/12 08:50:43 fhajny Exp $ -SHA1 (rabbitmq-c-0.7.1.tar.gz) = 038bb2a0d1b7f6bda287624c70a812028dfc2c4c -RMD160 (rabbitmq-c-0.7.1.tar.gz) = 64a02060a3d2bf76139a646cb4bcfee13023663d -SHA512 (rabbitmq-c-0.7.1.tar.gz) = 63cca5e0022d7e655438c0701b55ac49de1702e4324ef1cf335801e4699ca8bfc2268836b7694fa0a0d2ba4d1f7f0408f64c9c4d5e6e23d99d26d2c1c7f00211 -Size (rabbitmq-c-0.7.1.tar.gz) = 157454 bytes +SHA1 (rabbitmq-c-0.8.0.tar.gz) = 5f28b897986aa3300666bd6386bf0906a4482135 +RMD160 (rabbitmq-c-0.8.0.tar.gz) = bf0277c047c3a859b242f7fd53226d5cbc36d7e2 +SHA512 (rabbitmq-c-0.8.0.tar.gz) = 54e1c98a6b0eb7de848c9fac13dcde6455a6f71acee9e62a96c171f0e3e1cf860a70837f07b633d1a55b1ffd3d33ed7186b52495fa4c6e755b69a7e728eb9f1a +Size (rabbitmq-c-0.8.0.tar.gz) = 149150 bytes diff --git a/net/rancid/Makefile b/net/rancid/Makefile index 27c0f8e5d610c..32eb62c705ede 100644 --- a/net/rancid/Makefile +++ b/net/rancid/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.15 2015/06/12 10:50:52 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2016/03/19 06:45:28 pettai Exp $ # -DISTNAME= rancid-3.2 -PKGREVISION= 1 +DISTNAME= rancid-3.4.1 CATEGORIES= net MASTER_SITES= ftp://ftp.shrubbery.net/pub/rancid/ diff --git a/net/rancid/PLIST b/net/rancid/PLIST index 344ac4ed95d89..82f0dccf32e64 100644 --- a/net/rancid/PLIST +++ b/net/rancid/PLIST @@ -1,4 +1,5 @@ -@comment $NetBSD: PLIST,v 1.8 2015/03/16 22:36:58 pettai Exp $ +@comment $NetBSD: PLIST,v 1.9 2016/03/19 06:45:28 pettai Exp $ +bin/a10login bin/agmrancid bin/alogin bin/anlogin @@ -45,9 +46,11 @@ bin/rancid bin/rancid-cvs bin/rancid-fe bin/rancid-run +bin/rblogin bin/rivlogin bin/rivrancid bin/rrancid +bin/rtftpcopy bin/srancid bin/tlogin bin/trancid @@ -56,6 +59,7 @@ bin/xilogin bin/xirancid bin/xrancid bin/zrancid +lib/rancid/acos.pm lib/rancid/arbor.pm lib/rancid/ciscowlc.pm lib/rancid/dell.pm @@ -68,6 +72,8 @@ lib/rancid/mrv.pm lib/rancid/nxos.pm lib/rancid/panos.pm lib/rancid/rancid.pm +lib/rancid/rbt.pm +lib/rancid/wavesvros.pm man/man1/agmrancid.1 man/man1/alogin.1 man/man1/anlogin.1 @@ -81,7 +87,6 @@ man/man1/brancid.1 man/man1/cat5rancid.1 man/man1/clogin.1 man/man1/complogin.1 -man/man1/comprancid.1 man/man1/control_rancid.1 man/man1/cssrancid.1 man/man1/dllogin.1 @@ -155,4 +160,3 @@ share/doc/rancid/rtrfilter share/examples/rancid/lg.conf.sample share/examples/rancid/rancid.conf.sample share/examples/rancid/rancid.types.base -@pkgdir etc/rancid diff --git a/net/rancid/distinfo b/net/rancid/distinfo index 72ca639103cb6..4058c0e31710c 100644 --- a/net/rancid/distinfo +++ b/net/rancid/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.11 2015/11/04 00:35:33 agc Exp $ +$NetBSD: distinfo,v 1.12 2016/03/19 06:45:28 pettai Exp $ -SHA1 (rancid-3.2.tar.gz) = 8396cf695e79a4f4c526f2452603929678139bf8 -RMD160 (rancid-3.2.tar.gz) = 9182028556a0b5fd4dd9172a7a8ca54deeea64a4 -SHA512 (rancid-3.2.tar.gz) = d55a780ac2262028d1e2df214c615760f6407d6954254c562415bdf1389783f392777005322db22e92353a678568ed948307aa4e46c95ff4d1f1af24b8979f0b -Size (rancid-3.2.tar.gz) = 470336 bytes +SHA1 (rancid-3.4.1.tar.gz) = 472a890cd5b20c3e02da788c87aecf51ce0c8534 +RMD160 (rancid-3.4.1.tar.gz) = 87e72f1b839a9177b6d36dc6054750efbb503add +SHA512 (rancid-3.4.1.tar.gz) = d11dc471d3f13c15faa260fc2b074fe5fad5959b673d2fe97c2e233bf339cfc148ae80b080253513261a799f5c1913fdc848de1fc1f2db0e787175531704b228 +Size (rancid-3.4.1.tar.gz) = 486292 bytes SHA1 (patch-etc_Makefile.in) = 5400aa7c2a55ecb09577984e86e9f4dbc117f00d diff --git a/net/ruby-dnsruby/Makefile b/net/ruby-dnsruby/Makefile index 45e21b5b9168a..bdf5a80716581 100644 --- a/net/ruby-dnsruby/Makefile +++ b/net/ruby-dnsruby/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.16 2015/12/12 15:00:03 taca Exp $ +# $NetBSD: Makefile,v 1.17 2016/03/15 14:39:36 taca Exp $ -DISTNAME= dnsruby-1.59.0 +DISTNAME= dnsruby-1.59.2 CATEGORIES= net MAINTAINER= pettai@NetBSD.org diff --git a/net/ruby-dnsruby/distinfo b/net/ruby-dnsruby/distinfo index 25b2a7f3acb7a..e06ecaf9ae392 100644 --- a/net/ruby-dnsruby/distinfo +++ b/net/ruby-dnsruby/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.13 2015/12/12 15:00:03 taca Exp $ +$NetBSD: distinfo,v 1.14 2016/03/15 14:39:36 taca Exp $ -SHA1 (dnsruby-1.59.0.gem) = 9b0e1aded7b7359810e7e96876fdac491d72dccd -RMD160 (dnsruby-1.59.0.gem) = 42ed23dcb342720c11a88890f85c0efac76ea9ba -SHA512 (dnsruby-1.59.0.gem) = 769111d24fd745288b41e083630e7ea7cd078ff6297afe8eff7eb0a95f57a74c9b1dbfd09db122eb45c340243e1eaee86faa3175e750c2b243ac6b92f7c3a804 -Size (dnsruby-1.59.0.gem) = 232960 bytes +SHA1 (dnsruby-1.59.2.gem) = 5291951b3fcc0cb1e8f66a075e55b571596de7a3 +RMD160 (dnsruby-1.59.2.gem) = 508dc27a3704a8a02092b2f8ec3567c9bfafdcf9 +SHA512 (dnsruby-1.59.2.gem) = f8b75d98860c6b5e2753b79b59d0b30db47af1b8739564fdaeac93b702ae0a39fdf547422426c2a4cabe3fc9b5b4e1c9b09d687f976d06aa0b0c31cc7a474fdd +Size (dnsruby-1.59.2.gem) = 233984 bytes diff --git a/net/ruby-domain_name/Makefile b/net/ruby-domain_name/Makefile index 7c65c9b0de3eb..0bc7ec180d882 100644 --- a/net/ruby-domain_name/Makefile +++ b/net/ruby-domain_name/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.12 2015/12/12 15:06:17 taca Exp $ +# $NetBSD: Makefile,v 1.13 2016/03/15 14:42:33 taca Exp $ -DISTNAME= domain_name-0.5.25 +DISTNAME= domain_name-0.5.20160309 CATEGORIES= net MAINTAINER= minskim@NetBSD.org diff --git a/net/ruby-domain_name/distinfo b/net/ruby-domain_name/distinfo index 73567d96eb1af..a5a87f095bbea 100644 --- a/net/ruby-domain_name/distinfo +++ b/net/ruby-domain_name/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.12 2015/12/12 15:06:17 taca Exp $ +$NetBSD: distinfo,v 1.13 2016/03/15 14:42:33 taca Exp $ -SHA1 (domain_name-0.5.25.gem) = 56472cfb1401b44c685c7d21247d5bfc0e05ed57 -RMD160 (domain_name-0.5.25.gem) = ead49303a5cdb50f1116600d66dedadbb9d1528b -SHA512 (domain_name-0.5.25.gem) = cdc89ef2cc93d014727e203ffaa3921f3548077bcf4dfacc83a03f887a88393cea01efcf072ca785b375a6b24cdbd69f201f2fbd81a7341595e6ed2a5d2b362c -Size (domain_name-0.5.25.gem) = 112128 bytes +SHA1 (domain_name-0.5.20160309.gem) = 1100b6907e42f07229bb2f6477d2df97dfdc60b2 +RMD160 (domain_name-0.5.20160309.gem) = 5f361b2edefeb18e5906f6fa0bf7cd56e68ceec0 +SHA512 (domain_name-0.5.20160309.gem) = e9a9e87fbe8f1e1ee6b14122683593737d7f8efb99f0acd38f3324adecda5a4e8ef72f9c449939fce59ca093ce33daaaea531b9916f151047f393b7d03d56fdb +Size (domain_name-0.5.20160309.gem) = 113664 bytes diff --git a/net/ruby-ipaddress/Makefile b/net/ruby-ipaddress/Makefile index 07f84255d3317..120fc03226e46 100644 --- a/net/ruby-ipaddress/Makefile +++ b/net/ruby-ipaddress/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.2 2016/01/06 15:32:08 taca Exp $ +# $NetBSD: Makefile,v 1.3 2016/03/15 14:45:40 taca Exp $ -DISTNAME= ipaddress-0.8.2 +DISTNAME= ipaddress-0.8.3 CATEGORIES= net MAINTAINER= pkgsrc-users@NetBSD.org diff --git a/net/ruby-ipaddress/distinfo b/net/ruby-ipaddress/distinfo index 5090aa8fe25dc..14c8f3b00479a 100644 --- a/net/ruby-ipaddress/distinfo +++ b/net/ruby-ipaddress/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.3 2016/01/06 15:32:08 taca Exp $ +$NetBSD: distinfo,v 1.4 2016/03/15 14:45:40 taca Exp $ -SHA1 (ipaddress-0.8.2.gem) = 5f824ef31c651453b7d6606df58b8aefcade7941 -RMD160 (ipaddress-0.8.2.gem) = 94c80d9c436002410a3800ca86afc324e3ac4b84 -SHA512 (ipaddress-0.8.2.gem) = 52ec206764f54f977f2e44c4d2c22e3616973f64570f3f8f9f215ffe3a05512722c9c9eb074101891ba061ac3762ffeb2887db653519ae16d8a1cd6fb1914304 -Size (ipaddress-0.8.2.gem) = 38400 bytes +SHA1 (ipaddress-0.8.3.gem) = 4451c0877d08c012546c4dde9d7603b5bc326ae2 +RMD160 (ipaddress-0.8.3.gem) = f5d76e3419d395463752ca40a1d19a72b95d93a0 +SHA512 (ipaddress-0.8.3.gem) = 898f20bd2883b64a678570a79891231857559ad402bdb5c987b1f117749f9f063a41d1482c58eeb10fe2285475201e6f14f48b8a2fa6ee0b46dcd4de9af57695 +Size (ipaddress-0.8.3.gem) = 38400 bytes diff --git a/net/ruby-net-ldap/Makefile b/net/ruby-net-ldap/Makefile index a9db4cedd7dc0..af0cd8810c422 100644 --- a/net/ruby-net-ldap/Makefile +++ b/net/ruby-net-ldap/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.6 2016/01/11 16:08:51 taca Exp $ +# $NetBSD: Makefile,v 1.7 2016/03/15 14:46:51 taca Exp $ -DISTNAME= net-ldap-0.13.0 +DISTNAME= net-ldap-0.14.0 CATEGORIES= net MAINTAINER= pkgsrc-users@NetBSD.org diff --git a/net/ruby-net-ldap/PLIST b/net/ruby-net-ldap/PLIST index 9f0b56f402496..72cbb6ac71dda 100644 --- a/net/ruby-net-ldap/PLIST +++ b/net/ruby-net-ldap/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2015/12/12 15:09:39 taca Exp $ +@comment $NetBSD: PLIST,v 1.4 2016/03/15 14:46:51 taca Exp $ ${GEM_HOME}/cache/${GEM_NAME}.gem ${GEM_LIBDIR}/.gitignore ${GEM_LIBDIR}/.rubocop.yml @@ -55,6 +55,7 @@ ${GEM_LIBDIR}/test/integration/test_ber.rb ${GEM_LIBDIR}/test/integration/test_bind.rb ${GEM_LIBDIR}/test/integration/test_delete.rb ${GEM_LIBDIR}/test/integration/test_open.rb +${GEM_LIBDIR}/test/integration/test_password_modify.rb ${GEM_LIBDIR}/test/integration/test_return_codes.rb ${GEM_LIBDIR}/test/integration/test_search.rb ${GEM_LIBDIR}/test/support/vm/openldap/.gitignore diff --git a/net/ruby-net-ldap/distinfo b/net/ruby-net-ldap/distinfo index 74b2fff7abe57..0fca277c38538 100644 --- a/net/ruby-net-ldap/distinfo +++ b/net/ruby-net-ldap/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.6 2016/01/11 16:08:51 taca Exp $ +$NetBSD: distinfo,v 1.7 2016/03/15 14:46:51 taca Exp $ -SHA1 (net-ldap-0.13.0.gem) = 55cc359b44df71d0e279ad6ac0e5b766b3ec12c4 -RMD160 (net-ldap-0.13.0.gem) = 865230eb714d34266a3d4457ff52793171ac1e6e -SHA512 (net-ldap-0.13.0.gem) = 1033bfd6b072d7448e35f85ba295c6c1eabd38c53f12a23b870c7f99cbed4580499d3b77913b7a9571645b501b73ff728c1e8df2ee7cc341cdbf3e143a1a8059 -Size (net-ldap-0.13.0.gem) = 91136 bytes +SHA1 (net-ldap-0.14.0.gem) = 453a90f209363ee56d86f2cfc386b1406119e920 +RMD160 (net-ldap-0.14.0.gem) = e790ad35a7a1eb86be7bd8b1ea6f262b2a54faf3 +SHA512 (net-ldap-0.14.0.gem) = 313040d6dd7d450377b246ac134416a3c21bfed95c3d900fe542d3a92fd3c2e5801d7bf2e4cfcde4ba15c3195a36168ce6b6bdc68282c19fde13dbae03c019a0 +Size (net-ldap-0.14.0.gem) = 94208 bytes diff --git a/net/ruby-netaddr/Makefile b/net/ruby-netaddr/Makefile index b135a5bbb7c99..e226822ad3d9f 100644 --- a/net/ruby-netaddr/Makefile +++ b/net/ruby-netaddr/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.3 2010/09/10 07:37:47 taca Exp $ +# $NetBSD: Makefile,v 1.4 2016/03/15 14:48:09 taca Exp $ -DISTNAME= netaddr-1.5.0 -#PKGREVISION= 1 +DISTNAME= netaddr-1.5.1 CATEGORIES= net MAINTAINER= pkgsrc-users@NetBSD.org diff --git a/net/ruby-netaddr/PLIST b/net/ruby-netaddr/PLIST index 5c10ca751c6ca..c7728af2e3ce0 100644 --- a/net/ruby-netaddr/PLIST +++ b/net/ruby-netaddr/PLIST @@ -1,5 +1,5 @@ -@comment $NetBSD: PLIST,v 1.2 2009/06/14 18:09:42 joerg Exp $ -${GEM_HOME}/cache/netaddr-${PKGVERSION}.gem +@comment $NetBSD: PLIST,v 1.3 2016/03/15 14:48:09 taca Exp $ +${GEM_HOME}/cache/${GEM_NAME}.gem ${GEM_LIBDIR}/Errors ${GEM_LIBDIR}/README ${GEM_LIBDIR}/changelog @@ -11,8 +11,9 @@ ${GEM_LIBDIR}/lib/methods.rb ${GEM_LIBDIR}/lib/netaddr.rb ${GEM_LIBDIR}/lib/tree.rb ${GEM_LIBDIR}/lib/validation_shortcuts.rb -${GEM_LIBDIR}/tests/cidr_test.rb -${GEM_LIBDIR}/tests/eui_test.rb -${GEM_LIBDIR}/tests/methods_test.rb -${GEM_LIBDIR}/tests/tree_test.rb -${GEM_HOME}/specifications/netaddr-${PKGVERSION}.gemspec +${GEM_LIBDIR}/license +${GEM_LIBDIR}/test/cidr_test.rb +${GEM_LIBDIR}/test/eui_test.rb +${GEM_LIBDIR}/test/methods_test.rb +${GEM_LIBDIR}/test/tree_test.rb +${GEM_HOME}/specifications/${GEM_NAME}.gemspec diff --git a/net/ruby-netaddr/distinfo b/net/ruby-netaddr/distinfo index 2a0994711e89c..316345eb01c89 100644 --- a/net/ruby-netaddr/distinfo +++ b/net/ruby-netaddr/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.3 2015/11/04 00:35:35 agc Exp $ +$NetBSD: distinfo,v 1.4 2016/03/15 14:48:09 taca Exp $ -SHA1 (netaddr-1.5.0.gem) = d8c11f3509273ed62e497e84099fd6069b64fccb -RMD160 (netaddr-1.5.0.gem) = 0edc1cb72b82e627633fbcd3f91f6ee90be8a04e -SHA512 (netaddr-1.5.0.gem) = 220b6784cce69f41cf3e76afa4e3226281af20df01d2be4f83c45b53c7ec52c56e2b78a901bbcbef0f631deabf52c2062bec561bd25401bb4bdec951995a03e9 -Size (netaddr-1.5.0.gem) = 40448 bytes +SHA1 (netaddr-1.5.1.gem) = abd1b92e3f7743496633583e643ce227836d0ae0 +RMD160 (netaddr-1.5.1.gem) = 3372fa3fbcf92befc2051516192746a68e85b151 +SHA512 (netaddr-1.5.1.gem) = 2ecf712c21d1a8d42a350e4328a20736a81211bf4c068e740074fa0e06193add1d6097fa8dd4080727157af76f264a5c33eb32309f33ee086067f3c587c90ffd +Size (netaddr-1.5.1.gem) = 41472 bytes diff --git a/net/ruby-twitter-text/Makefile b/net/ruby-twitter-text/Makefile index f854fa2d9dbc3..b7739a5a63cfa 100644 --- a/net/ruby-twitter-text/Makefile +++ b/net/ruby-twitter-text/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.1 2016/01/09 18:55:29 tsutsui Exp $ +# $NetBSD: Makefile,v 1.2 2016/03/15 14:55:21 taca Exp $ -DISTNAME= twitter-text-1.13.0 +DISTNAME= twitter-text-1.13.4 CATEGORIES= net MAINTAINER= tsutsui@NetBSD.org diff --git a/net/ruby-twitter-text/distinfo b/net/ruby-twitter-text/distinfo index fd2cba24fadae..e06aa1e88562e 100644 --- a/net/ruby-twitter-text/distinfo +++ b/net/ruby-twitter-text/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.1 2016/01/09 18:55:29 tsutsui Exp $ +$NetBSD: distinfo,v 1.2 2016/03/15 14:55:21 taca Exp $ -SHA1 (twitter-text-1.13.0.gem) = d7ad699b8eccf71a2761cda200fe93ca9439cdb4 -RMD160 (twitter-text-1.13.0.gem) = 273e7e1682ab6144f6e28b2c2a566a456e2ded56 -SHA512 (twitter-text-1.13.0.gem) = bfd4315e827149a6a7c34ad26fe6026fd17ebca39557edbab0dfe59380f14528f927c7b9332f28e24cf6a12e00b703b9edb94122fae60757f179f1a71a0e2ea7 -Size (twitter-text-1.13.0.gem) = 44544 bytes +SHA1 (twitter-text-1.13.4.gem) = c6f2c56b8a13de443c7cbabbf34c2f92b9f293df +RMD160 (twitter-text-1.13.4.gem) = 0e64305d6147ae16bd6666c746cdf6b1b44cdeef +SHA512 (twitter-text-1.13.4.gem) = e865246c41659a9479958e715c971cacb83e0787dc541b57154084dfd853b1fc72705bb71d50d58afe1d6ea62ff684b356d22d20065d4595f7c6f5fe65dca997 +Size (twitter-text-1.13.4.gem) = 44544 bytes diff --git a/net/ruby-userstream/Makefile b/net/ruby-userstream/Makefile index b78ef705f1f32..04d2f01941471 100644 --- a/net/ruby-userstream/Makefile +++ b/net/ruby-userstream/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2015/09/27 04:11:36 taca Exp $ +# $NetBSD: Makefile,v 1.8 2016/04/17 15:29:48 tsutsui Exp $ DISTNAME= userstream-1.4.0 -PKGREVISION= 3 +PKGREVISION= 5 CATEGORIES= net MAINTAINER= tsutsui@NetBSD.org @@ -9,10 +9,12 @@ HOMEPAGE= https://github.com/mitukiii/userstream COMMENT= Simple twitter userstream library LICENSE= mit -DEPENDS+= ${RUBY_PKGPREFIX}-hashie1>=1.2.0<2.0.0:../../misc/ruby-hashie1 +DEPENDS+= ${RUBY_PKGPREFIX}-hashie>=1.2.0:../../misc/ruby-hashie DEPENDS+= ${RUBY_PKGPREFIX}-oauth>=0.4.7:../../security/ruby-oauth DEPENDS+= ${RUBY_PKGPREFIX}-yajl>=1.1.0:../../textproc/ruby-yajl +OVERRIDE_GEMSPEC+= hashie>=1.2.0 +OVERRIDE_GEMSPEC+= oauth>=0.4.7 OVERRIDE_GEMSPEC+= yajl-ruby>=1.1.0 .include "../../lang/ruby/gem.mk" diff --git a/net/samba/options.mk b/net/samba/options.mk index 1ab4f3bcba267..25d73f799de7f 100644 --- a/net/samba/options.mk +++ b/net/samba/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.35 2016/02/25 16:20:52 jperkin Exp $ +# $NetBSD: options.mk,v 1.36 2016/03/18 12:28:21 jperkin Exp $ # Recommended package options for various setups: # @@ -151,8 +151,10 @@ NSS_WINBIND_cmd= \ # Install a /usr/lib/${NSS_WINBIND:T} -> ${PREFIX}/${NSS_WINBIND} symlink # Unfortunately NSS_WINDIND_cmd can not be used to determine whether the # (de)install templates are needed or not. +.if ${OS_VARIANT} != "SmartOS" INSTALL_TEMPLATES+= INSTALL.nss_winbind DEINSTALL_TEMPLATES+= DEINSTALL.nss_winbind +.endif .PHONY: samba-nss-winbind-install post-install: samba-nss-winbind-install diff --git a/net/samba4/Makefile b/net/samba4/Makefile index 3e594ad3de908..4b4e0d9a9d58c 100644 --- a/net/samba4/Makefile +++ b/net/samba4/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.16 2016/03/05 11:29:11 jperkin Exp $ +# $NetBSD: Makefile,v 1.18 2016/05/07 03:09:33 taca Exp $ DISTNAME= samba-${VERSION} -PKGREVISION= 1 CATEGORIES= net MASTER_SITES= http://download.samba.org/pub/samba/stable/ @@ -12,7 +11,7 @@ LICENSE= gnu-gpl-v3 DEPENDS+= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat -VERSION= 4.3.4 +VERSION= 4.3.9 CONFLICTS+= ja-samba-[0-9]* pam-smbpass-[0-9]* tdb-[0-9]* winbind-[0-9]* BUILD_DEPENDS+= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat diff --git a/net/samba4/PLIST b/net/samba4/PLIST index 3438aeb597dc4..50d37281c03fc 100644 --- a/net/samba4/PLIST +++ b/net/samba4/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 2016/01/31 20:28:23 ryoon Exp $ +@comment $NetBSD: PLIST,v 1.7 2016/05/07 03:09:33 taca Exp $ bin/cifsdd bin/dbwrap_tool bin/eventlogadm @@ -399,6 +399,7 @@ ${PYSITELIB}/samba/tests/dcerpc/bare.py ${PYSITELIB}/samba/tests/dcerpc/dnsserver.py ${PYSITELIB}/samba/tests/dcerpc/integer.py ${PYSITELIB}/samba/tests/dcerpc/misc.py +${PYSITELIB}/samba/tests/dcerpc/raw_protocol.py ${PYSITELIB}/samba/tests/dcerpc/registry.py ${PYSITELIB}/samba/tests/dcerpc/rpc_talloc.py ${PYSITELIB}/samba/tests/dcerpc/rpcecho.py @@ -410,7 +411,7 @@ ${PYSITELIB}/samba/tests/dns.py ${PYSITELIB}/samba/tests/docs.py ${PYSITELIB}/samba/tests/dsdb.py ${PYSITELIB}/samba/tests/gensec.py -${PYSITELIB}/samba/tests/getopt.py +${PYSITELIB}/samba/tests/get_opt.py ${PYSITELIB}/samba/tests/hostconfig.py ${PYSITELIB}/samba/tests/kcc/__init__.py ${PYSITELIB}/samba/tests/kcc/graph.py @@ -648,7 +649,7 @@ lib/samba/private/libtdb-wrap-samba4.so lib/samba/private/libtdb.so.1 lib/samba/private/libtdb.so.1.3.7 lib/samba/private/libtevent.so.0 -lib/samba/private/libtevent.so.0.9.25 +lib/samba/private/libtevent.so.0.9.28 lib/samba/private/libtime-basic-samba4.so lib/samba/private/libtrusts-util-samba4.so lib/samba/private/libutil-cmdline-samba4.so diff --git a/net/samba4/distinfo b/net/samba4/distinfo index 8835461e477f6..ef4ff5daec81b 100644 --- a/net/samba4/distinfo +++ b/net/samba4/distinfo @@ -1,12 +1,11 @@ -$NetBSD: distinfo,v 1.8 2016/01/31 20:28:23 ryoon Exp $ +$NetBSD: distinfo,v 1.10 2016/05/07 03:09:33 taca Exp $ -SHA1 (samba-4.3.4.tar.gz) = adb58a4d147da327148784bed1ee7842382a6f28 -RMD160 (samba-4.3.4.tar.gz) = c4dcb392be9d3201a7b02543b4e3ee6f7eeee646 -SHA512 (samba-4.3.4.tar.gz) = 021351534a70cd351934d7f8bfc3c4e9ed9ea3f11f778f6f9d076b3368103f7f478ff1745cb257de0bf2ee38ae76ecba58e01a4db6cbcacbd8a4876e8e1b30f2 -Size (samba-4.3.4.tar.gz) = 20434434 bytes +SHA1 (samba-4.3.9.tar.gz) = d31423f80918af52cd6d5b2005d76d02975dbfd5 +RMD160 (samba-4.3.9.tar.gz) = 8bfd170d9c14f75e728a051dea335d3365c2afea +SHA512 (samba-4.3.9.tar.gz) = bc90c88d8defd3acec7c671e8ceacec31e3111540aabee7ec6f11cdeaf61bbd993525e2b765e3b50801c8079e1168cf496b3e5e6a56118d6493ae5da60d34c41 +Size (samba-4.3.9.tar.gz) = 20570849 bytes SHA1 (patch-buildtools_wafsamba_wscript) = 5604936a825675647157331df2333f4237c611f5 SHA1 (patch-lib_nss__wrapper_nss__wrapper.c) = c692fa33ec17ed4f1dc1e40c1fadf7846d976824 -SHA1 (patch-lib_nss__wrapper_wscript) = 1ce37974f93e791c9e0b1bdc34d26890583fdbfb SHA1 (patch-lib_param_loadparm.h) = d1c9df37bb9969d2788dd70e613067df6bb64f26 SHA1 (patch-lib_replace_wscript) = b6a042c2c13c0be78d7b64c0ce2efdaf4bbb1f3b SHA1 (patch-lib_tevent_wscript) = 9617b9e40d2ffc8d6297390a20ba9bd44147d669 diff --git a/net/samba4/patches/patch-lib_nss__wrapper_wscript b/net/samba4/patches/patch-lib_nss__wrapper_wscript deleted file mode 100644 index 62755508385cb..0000000000000 --- a/net/samba4/patches/patch-lib_nss__wrapper_wscript +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-lib_nss__wrapper_wscript,v 1.1 2015/05/26 15:11:26 jperkin Exp $ - -Fix HAVE_SOLARIS_GETGRENT_R define. - ---- lib/nss_wrapper/wscript.orig 2015-01-16 08:18:39.000000000 +0000 -+++ lib/nss_wrapper/wscript -@@ -62,7 +62,7 @@ def configure(conf): - define='HAVE_SOLARIS_GETPWUID_R', headers='unistd.h pwd.h') - conf.CHECK_C_PROTOTYPE('getgrent_r', - 'struct group *getgrent_r(struct group *src, char *buf, int buflen)', -- define='SOLARIS_GETGRENT_R', headers='unistd.h grp.h') -+ define='HAVE_SOLARIS_GETGRENT_R', headers='unistd.h grp.h') - conf.CHECK_C_PROTOTYPE('getgrnam_r', - 'int getgrnam_r(const char *name, struct group *grp, char *buf, int buflen, struct group **pgrp)', - define='HAVE_SOLARIS_GETGRNAM_R', headers='unistd.h grp.h') diff --git a/net/sayaka/Makefile b/net/sayaka/Makefile index 54fedc08c027d..6c6ca220a9baf 100644 --- a/net/sayaka/Makefile +++ b/net/sayaka/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2016/03/01 20:09:49 joerg Exp $ +# $NetBSD: Makefile,v 1.3 2016/04/10 19:38:52 prlw1 Exp $ DISTNAME= sayaka-3.2.0 +PKGREVISION= 1 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_GITHUB:=isaki68k/} GITHUB_PROJECT= ${DISTNAME:S/-${PKGVERSION_NOREV}//} diff --git a/net/scapy/Makefile b/net/scapy/Makefile index 6d1b7e1d62f31..bf149754221f0 100644 --- a/net/scapy/Makefile +++ b/net/scapy/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.18 2015/12/05 21:25:55 adam Exp $ +# $NetBSD: Makefile,v 1.20 2016/05/09 11:07:51 adam Exp $ -DISTNAME= scapy-2.2.0 +DISTNAME= scapy-2.3.2 CATEGORIES= net -MASTER_SITES= http://www.secdev.org/projects/scapy/files/ +MASTER_SITES= ${MASTER_SITE_GITHUB:=secdev/} +GITHUB_TAG= v${PKGVERSION_NOREV} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.secdev.org/projects/scapy/ @@ -26,8 +27,9 @@ CONF_FILES= ${PREFIX}/share/examples/scapy/ethertypes \ SUBST_CLASSES+= config SUBST_STAGE.config= post-patch -SUBST_FILES.config= scapy/data.py +SUBST_FILES.config= scapy/data.py setup.py SUBST_SED.config= -e "s|@PKG_SYSCONFDIR@|${PKG_SYSCONFDIR}|g" +SUBST_SED.config+= -e "s|share/man|${PKGMANDIR}|g" SUBST_MESSAGE.config= Fixing paths. post-extract: diff --git a/net/scapy/PLIST b/net/scapy/PLIST index 326936d28bf31..00cf8dfeca51c 100644 --- a/net/scapy/PLIST +++ b/net/scapy/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.7 2012/04/08 20:21:54 wiz Exp $ +@comment $NetBSD: PLIST,v 1.8 2016/05/09 11:07:51 adam Exp $ bin/UTscapy bin/scapy ${PYSITELIB}/${EGG_FILE} @@ -65,6 +65,111 @@ ${PYSITELIB}/scapy/base_classes.pyo ${PYSITELIB}/scapy/config.py ${PYSITELIB}/scapy/config.pyc ${PYSITELIB}/scapy/config.pyo +${PYSITELIB}/scapy/contrib/HomePlugAV.py +${PYSITELIB}/scapy/contrib/HomePlugAV.pyc +${PYSITELIB}/scapy/contrib/HomePlugAV.pyo +${PYSITELIB}/scapy/contrib/__init__.py +${PYSITELIB}/scapy/contrib/__init__.pyc +${PYSITELIB}/scapy/contrib/__init__.pyo +${PYSITELIB}/scapy/contrib/avs.py +${PYSITELIB}/scapy/contrib/avs.pyc +${PYSITELIB}/scapy/contrib/avs.pyo +${PYSITELIB}/scapy/contrib/bgp.py +${PYSITELIB}/scapy/contrib/bgp.pyc +${PYSITELIB}/scapy/contrib/bgp.pyo +${PYSITELIB}/scapy/contrib/carp.py +${PYSITELIB}/scapy/contrib/carp.pyc +${PYSITELIB}/scapy/contrib/carp.pyo +${PYSITELIB}/scapy/contrib/cdp.py +${PYSITELIB}/scapy/contrib/cdp.pyc +${PYSITELIB}/scapy/contrib/cdp.pyo +${PYSITELIB}/scapy/contrib/chdlc.py +${PYSITELIB}/scapy/contrib/chdlc.pyc +${PYSITELIB}/scapy/contrib/chdlc.pyo +${PYSITELIB}/scapy/contrib/dtp.py +${PYSITELIB}/scapy/contrib/dtp.pyc +${PYSITELIB}/scapy/contrib/dtp.pyo +${PYSITELIB}/scapy/contrib/eigrp.py +${PYSITELIB}/scapy/contrib/eigrp.pyc +${PYSITELIB}/scapy/contrib/eigrp.pyo +${PYSITELIB}/scapy/contrib/etherip.py +${PYSITELIB}/scapy/contrib/etherip.pyc +${PYSITELIB}/scapy/contrib/etherip.pyo +${PYSITELIB}/scapy/contrib/gsm_um.py +${PYSITELIB}/scapy/contrib/gsm_um.pyc +${PYSITELIB}/scapy/contrib/gsm_um.pyo +${PYSITELIB}/scapy/contrib/gtp.py +${PYSITELIB}/scapy/contrib/gtp.pyc +${PYSITELIB}/scapy/contrib/gtp.pyo +${PYSITELIB}/scapy/contrib/icmp_extensions.py +${PYSITELIB}/scapy/contrib/icmp_extensions.pyc +${PYSITELIB}/scapy/contrib/icmp_extensions.pyo +${PYSITELIB}/scapy/contrib/igmp.py +${PYSITELIB}/scapy/contrib/igmp.pyc +${PYSITELIB}/scapy/contrib/igmp.pyo +${PYSITELIB}/scapy/contrib/igmpv3.py +${PYSITELIB}/scapy/contrib/igmpv3.pyc +${PYSITELIB}/scapy/contrib/igmpv3.pyo +${PYSITELIB}/scapy/contrib/ikev2.py +${PYSITELIB}/scapy/contrib/ikev2.pyc +${PYSITELIB}/scapy/contrib/ikev2.pyo +${PYSITELIB}/scapy/contrib/isis.py +${PYSITELIB}/scapy/contrib/isis.pyc +${PYSITELIB}/scapy/contrib/isis.pyo +${PYSITELIB}/scapy/contrib/ldp.py +${PYSITELIB}/scapy/contrib/ldp.pyc +${PYSITELIB}/scapy/contrib/ldp.pyo +${PYSITELIB}/scapy/contrib/mpls.py +${PYSITELIB}/scapy/contrib/mpls.pyc +${PYSITELIB}/scapy/contrib/mpls.pyo +${PYSITELIB}/scapy/contrib/openflow.py +${PYSITELIB}/scapy/contrib/openflow.pyc +${PYSITELIB}/scapy/contrib/openflow.pyo +${PYSITELIB}/scapy/contrib/openflow3.py +${PYSITELIB}/scapy/contrib/openflow3.pyc +${PYSITELIB}/scapy/contrib/openflow3.pyo +${PYSITELIB}/scapy/contrib/ospf.py +${PYSITELIB}/scapy/contrib/ospf.pyc +${PYSITELIB}/scapy/contrib/ospf.pyo +${PYSITELIB}/scapy/contrib/ppi.py +${PYSITELIB}/scapy/contrib/ppi.pyc +${PYSITELIB}/scapy/contrib/ppi.pyo +${PYSITELIB}/scapy/contrib/ppi_cace.py +${PYSITELIB}/scapy/contrib/ppi_cace.pyc +${PYSITELIB}/scapy/contrib/ppi_cace.pyo +${PYSITELIB}/scapy/contrib/ppi_geotag.py +${PYSITELIB}/scapy/contrib/ppi_geotag.pyc +${PYSITELIB}/scapy/contrib/ppi_geotag.pyo +${PYSITELIB}/scapy/contrib/ripng.py +${PYSITELIB}/scapy/contrib/ripng.pyc +${PYSITELIB}/scapy/contrib/ripng.pyo +${PYSITELIB}/scapy/contrib/rsvp.py +${PYSITELIB}/scapy/contrib/rsvp.pyc +${PYSITELIB}/scapy/contrib/rsvp.pyo +${PYSITELIB}/scapy/contrib/send.py +${PYSITELIB}/scapy/contrib/send.pyc +${PYSITELIB}/scapy/contrib/send.pyo +${PYSITELIB}/scapy/contrib/skinny.py +${PYSITELIB}/scapy/contrib/skinny.pyc +${PYSITELIB}/scapy/contrib/skinny.pyo +${PYSITELIB}/scapy/contrib/spbm.py +${PYSITELIB}/scapy/contrib/spbm.pyc +${PYSITELIB}/scapy/contrib/spbm.pyo +${PYSITELIB}/scapy/contrib/ubberlogger.py +${PYSITELIB}/scapy/contrib/ubberlogger.pyc +${PYSITELIB}/scapy/contrib/ubberlogger.pyo +${PYSITELIB}/scapy/contrib/vqp.py +${PYSITELIB}/scapy/contrib/vqp.pyc +${PYSITELIB}/scapy/contrib/vqp.pyo +${PYSITELIB}/scapy/contrib/vtp.py +${PYSITELIB}/scapy/contrib/vtp.pyc +${PYSITELIB}/scapy/contrib/vtp.pyo +${PYSITELIB}/scapy/contrib/vxlan.py +${PYSITELIB}/scapy/contrib/vxlan.pyc +${PYSITELIB}/scapy/contrib/vxlan.pyo +${PYSITELIB}/scapy/contrib/wpa_eapol.py +${PYSITELIB}/scapy/contrib/wpa_eapol.pyc +${PYSITELIB}/scapy/contrib/wpa_eapol.pyo ${PYSITELIB}/scapy/crypto/__init__.py ${PYSITELIB}/scapy/crypto/__init__.pyc ${PYSITELIB}/scapy/crypto/__init__.pyo @@ -92,6 +197,9 @@ ${PYSITELIB}/scapy/layers/all.pyo ${PYSITELIB}/scapy/layers/bluetooth.py ${PYSITELIB}/scapy/layers/bluetooth.pyc ${PYSITELIB}/scapy/layers/bluetooth.pyo +${PYSITELIB}/scapy/layers/clns.py +${PYSITELIB}/scapy/layers/clns.pyc +${PYSITELIB}/scapy/layers/clns.pyo ${PYSITELIB}/scapy/layers/dhcp.py ${PYSITELIB}/scapy/layers/dhcp.pyc ${PYSITELIB}/scapy/layers/dhcp.pyo @@ -116,6 +224,9 @@ ${PYSITELIB}/scapy/layers/inet.pyo ${PYSITELIB}/scapy/layers/inet6.py ${PYSITELIB}/scapy/layers/inet6.pyc ${PYSITELIB}/scapy/layers/inet6.pyo +${PYSITELIB}/scapy/layers/ipsec.py +${PYSITELIB}/scapy/layers/ipsec.pyc +${PYSITELIB}/scapy/layers/ipsec.pyo ${PYSITELIB}/scapy/layers/ir.py ${PYSITELIB}/scapy/layers/ir.pyc ${PYSITELIB}/scapy/layers/ir.pyo @@ -209,6 +320,9 @@ ${PYSITELIB}/scapy/modules/voip.pyo ${PYSITELIB}/scapy/packet.py ${PYSITELIB}/scapy/packet.pyc ${PYSITELIB}/scapy/packet.pyo +${PYSITELIB}/scapy/pipetool.py +${PYSITELIB}/scapy/pipetool.pyc +${PYSITELIB}/scapy/pipetool.pyo ${PYSITELIB}/scapy/plist.py ${PYSITELIB}/scapy/plist.pyc ${PYSITELIB}/scapy/plist.pyo @@ -221,6 +335,9 @@ ${PYSITELIB}/scapy/route.pyo ${PYSITELIB}/scapy/route6.py ${PYSITELIB}/scapy/route6.pyc ${PYSITELIB}/scapy/route6.pyo +${PYSITELIB}/scapy/scapypipes.py +${PYSITELIB}/scapy/scapypipes.pyc +${PYSITELIB}/scapy/scapypipes.pyo ${PYSITELIB}/scapy/sendrecv.py ${PYSITELIB}/scapy/sendrecv.pyc ${PYSITELIB}/scapy/sendrecv.pyo diff --git a/net/scapy/distinfo b/net/scapy/distinfo index 95792aaded278..c4e08b5da7c0a 100644 --- a/net/scapy/distinfo +++ b/net/scapy/distinfo @@ -1,12 +1,11 @@ -$NetBSD: distinfo,v 1.6 2015/11/04 00:35:36 agc Exp $ +$NetBSD: distinfo,v 1.8 2016/05/09 11:07:51 adam Exp $ -SHA1 (scapy-2.2.0.tar.gz) = ae0a9947a08a01a84abde9db12fed074ac888e47 -RMD160 (scapy-2.2.0.tar.gz) = 0cb0e14e6e84ba6a22b0afd7f2913a98888a418e -SHA512 (scapy-2.2.0.tar.gz) = da05deb5dd3bfbd0222659a98e5f01c891e948b9104965e14ca975022b180cd7699ec852357baf229c73321dbe73d9a48c2a14008b7d7a3f0e151914536f7d3a -Size (scapy-2.2.0.tar.gz) = 972996 bytes -SHA1 (patch-aa) = 37bb1d60a04604c26a518dc0d13d5df601fd295c +SHA1 (scapy-2.3.2.tar.gz) = 30ee94f6490371dc60544206d286ae4881987151 +RMD160 (scapy-2.3.2.tar.gz) = f217e70d0806dfcc1ed1961a74f9de437c2b8bdd +SHA512 (scapy-2.3.2.tar.gz) = 6b15e102708d1bd0ca0c910e2d82416cd172634409f93c506542a7dc6b69ddc9c9afef6ec07929f70cc0f8f4c455cdc84d9b35bc2c5b72f79dd7e6785306dc7a +Size (scapy-2.3.2.tar.gz) = 1166056 bytes +SHA1 (patch-aa) = 28357773231c1a55fffbe2ebf18ec2e5f63a2ae2 SHA1 (patch-ab) = 12f7c4d0ae505d357692c05de658e393a0526ba1 SHA1 (patch-ac) = d8ad1882d9b31e65dc3f7636e4caac9377805daf SHA1 (patch-ad) = f3647e471ba1168e054a5160d47fb0870243fb4b -SHA1 (patch-ae) = bedc1c849c53648f394ebf843435c675729e69e7 -SHA1 (patch-af) = 7dbdecbdfbc5348d0e0f2276113cac88ff766580 +SHA1 (patch-af) = a5bec775992df06d89c296bd6d889ea13d586ead diff --git a/net/scapy/patches/patch-aa b/net/scapy/patches/patch-aa index 84f8268bc4499..00d412a5d68f0 100644 --- a/net/scapy/patches/patch-aa +++ b/net/scapy/patches/patch-aa @@ -1,16 +1,16 @@ -$NetBSD: patch-aa,v 1.5 2013/06/15 20:24:19 adam Exp $ +$NetBSD: patch-aa,v 1.6 2016/05/09 11:07:51 adam Exp $ ---- scapy/arch/__init__.py.orig 2010-08-10 23:09:39.000000000 +0000 +--- scapy/arch/__init__.py.orig 2016-01-15 13:10:59.000000000 +0000 +++ scapy/arch/__init__.py -@@ -50,6 +50,7 @@ NETBSD = sys.platform.startswith("netbsd +@@ -50,6 +50,7 @@ NETBSD=sys.platform.startswith("netbsd") DARWIN=sys.platform.startswith("darwin") SOLARIS=sys.platform.startswith("sunos") WINDOWS=sys.platform.startswith("win32") +DRAGONFLY=sys.platform.startswith("dragonfly") X86_64 = not WINDOWS and (os.uname()[4] == 'x86_64') - -@@ -71,7 +72,7 @@ if LINUX: + ARM_64 = not WINDOWS and (os.uname()[4] == 'aarch64') +@@ -72,7 +73,7 @@ if LINUX: from linux import * if scapy.config.conf.use_pcap or scapy.config.conf.use_dnet: from pcapdnet import * diff --git a/net/scapy/patches/patch-ae b/net/scapy/patches/patch-ae deleted file mode 100644 index ae0c238014636..0000000000000 --- a/net/scapy/patches/patch-ae +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-ae,v 1.3 2013/06/15 20:24:19 adam Exp $ - ---- setup.py.orig 2011-02-28 02:11:55.000000000 +0000 -+++ setup.py -@@ -49,7 +49,7 @@ setup( - version = '2.2.0', - packages=['scapy','scapy/arch', 'scapy/arch/windows', 'scapy/layers','scapy/asn1','scapy/tools','scapy/modules', 'scapy/crypto'], - scripts = SCRIPTS, -- data_files = [('share/man/man1', ["doc/scapy.1.gz"])], -+ data_files = [('man/man1', ["doc/scapy.1.gz"])], - - # Metadata - author = 'Philippe BIONDI', diff --git a/net/scapy/patches/patch-af b/net/scapy/patches/patch-af index 09397a437dd70..dfde95e36e47a 100644 --- a/net/scapy/patches/patch-af +++ b/net/scapy/patches/patch-af @@ -1,15 +1,15 @@ -$NetBSD: patch-af,v 1.2 2011/02/25 15:43:51 drochner Exp $ +$NetBSD: patch-af,v 1.3 2016/05/09 11:07:51 adam Exp $ ---- test/run_tests.orig 2009-04-13 23:10:43.000000000 +0000 +--- test/run_tests.orig 2016-01-15 13:10:59.000000000 +0000 +++ test/run_tests @@ -1,8 +1,8 @@ - #! /bin/sh + #! /bin/bash DIR=$(dirname $0)/.. -if [ "$*" == "" ] +if [ "$*" = "" ] then --PYTHONPATH=$DIR exec python ${DIR}/scapy/tools/UTscapy.py -t regression.uts -f html -o /tmp/scapy_regression_test_$(date +%Y%M%d-%H%H%S).html -+PYTHONPATH=$DIR exec ${PYTHON} ${DIR}/scapy/tools/UTscapy.py -t regression.uts -f html -o /tmp/scapy_regression_test_$(date +%Y%M%d-%H%H%S).html +-PYTHONPATH=$DIR exec python ${DIR}/scapy/tools/UTscapy.py -t regression.uts -f html -l -o /tmp/scapy_regression_test_$(date +%Y%m%d-%H%M%S).html ++PYTHONPATH=$DIR exec ${PYTHON} ${DIR}/scapy/tools/UTscapy.py -t regression.uts -f html -l -o /tmp/scapy_regression_test_$(date +%Y%m%d-%H%M%S).html else -PYTHONPATH=$DIR exec python ${DIR}/scapy/tools/UTscapy.py "$@" +PYTHONPATH=$DIR exec ${PYTHON} ${DIR}/scapy/tools/UTscapy.py "$@" diff --git a/net/sendfile/Makefile b/net/sendfile/Makefile index 2d891964dbaf4..0adaca8165716 100644 --- a/net/sendfile/Makefile +++ b/net/sendfile/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.34 2012/10/23 17:19:08 asau Exp $ +# $NetBSD: Makefile,v 1.35 2016/04/21 16:28:44 jperkin Exp $ # DISTNAME= sendfile-2.1b -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= net MASTER_SITES= http://fex.rus.uni-stuttgart.de/download/ @@ -23,11 +23,6 @@ CONF_FILES+= ${EGDIR}/sendfile.deny ${PKG_SYSCONFDIR}/sendfile.deny OVERRIDE_GNU_CONFIG_SCRIPTS= yes -SUBST_CLASSES+= makeconfig -SUBST_STAGE.makeconfig= pre-configure -SUBST_FILES.makeconfig= makeconfig -SUBST_VARS.makeconfig= PREFIX PKG_SYSCONFBASEDIR - post-configure: cd ${WRKSRC} &&${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM} config diff --git a/net/sendfile/distinfo b/net/sendfile/distinfo index e20680b5faeec..306ad14b57ac1 100644 --- a/net/sendfile/distinfo +++ b/net/sendfile/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.16 2015/11/04 00:35:37 agc Exp $ +$NetBSD: distinfo,v 1.17 2016/04/21 16:28:44 jperkin Exp $ SHA1 (sendfile-2.1b/sendfile-2.1b.tar.gz) = 134d0ace605fc022d6cf8fba896493e3c2e7bde3 RMD160 (sendfile-2.1b/sendfile-2.1b.tar.gz) = 44f5cf03e02f1b620da12cccc62ece87f1a98873 SHA512 (sendfile-2.1b/sendfile-2.1b.tar.gz) = 2f6f25950a62e23110d3d5f1d6e95bdcc4d2b4504fabcaee92ea11919229134edbb8ff7fb459475ef7c09cf297f805ccc19fe2fd4cf59900be9462c5d218926f Size (sendfile-2.1b/sendfile-2.1b.tar.gz) = 343785 bytes -SHA1 (patch-aa) = f11c91153e8600b16335d1746e2ea5bbe4ad447b +SHA1 (patch-aa) = c8dda4a9f30a0961bd5665e12a3752bf4fa602fe SHA1 (patch-ac) = d6830d56fa5a610d376cf847f0a4d54ed15d2056 SHA1 (patch-ad) = ec9cf6dd79b6856c196058cb3117f2b140fffa31 diff --git a/net/sendfile/patches/patch-aa b/net/sendfile/patches/patch-aa index c08f28ea7dd23..f2561e2023dcd 100644 --- a/net/sendfile/patches/patch-aa +++ b/net/sendfile/patches/patch-aa @@ -1,4 +1,4 @@ -$NetBSD: patch-aa,v 1.8 2011/07/07 01:44:11 mspo Exp $ +$NetBSD: patch-aa,v 1.9 2016/04/21 16:28:44 jperkin Exp $ --- makeconfig.orig 2011-07-07 01:05:11.000000000 +0000 +++ makeconfig @@ -21,8 +21,8 @@ $NetBSD: patch-aa,v 1.8 2011/07/07 01:44:11 mspo Exp $ -CONFIG=$PREFIX/etc -SERVERDIR=$PREFIX/sbin +BINDIR=${LOCALBASE}/bin -+MANDIR=${LOCALBASE}/man -+CONFIG=${LOCALBASE}/etc ++MANDIR=${LOCALBASE}/${PKGMANDIR} ++CONFIG=${PKG_SYSCONFDIR} +EGDIR=${LOCALBASE}/share/examples/sendfile +SERVERDIR=${LOCALBASE}/sbin INETDCONF=/etc/inetd.conf # xinetd will be automaticly recognized diff --git a/net/syncthing/Makefile b/net/syncthing/Makefile index f933df28bde46..37c529c3835b4 100644 --- a/net/syncthing/Makefile +++ b/net/syncthing/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2016/02/23 20:18:11 bsiegert Exp $ +# $NetBSD: Makefile,v 1.16 2016/05/10 11:06:35 abs Exp $ # Upstream regularly breaks protocol compatibility. While users of # pkgsrc syncthing on multiple systems can update synchronously, an @@ -10,8 +10,7 @@ # Updates to new major versions must be tested against the android # version from f-droid prior to commiting. (This is an attempt to # avoid having to version syncthing in pkgsrc.) -DISTNAME= syncthing-0.12.19 -PKGREVISION= 1 +DISTNAME= syncthing-0.12.23 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_GITHUB:=syncthing/} diff --git a/net/syncthing/distinfo b/net/syncthing/distinfo index da98e99ba86d8..8164921de65d4 100644 --- a/net/syncthing/distinfo +++ b/net/syncthing/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.11 2016/02/16 21:34:13 abs Exp $ +$NetBSD: distinfo,v 1.14 2016/05/10 11:06:35 abs Exp $ -SHA1 (syncthing-0.12.19.tar.gz) = 96d634903b8c15495b028fb60cf6faa3db19b823 -RMD160 (syncthing-0.12.19.tar.gz) = 80ea768e6115f3961ecc9b02b52a868ed8d79d61 -SHA512 (syncthing-0.12.19.tar.gz) = 89d2b34c5bb9772bcaad84caa03794cdcfeade8fef0b8abaeea6a1cccdc09167a690aa8b1dfadac81d9ac0e8a07c9be112af7f2e56f12f589b906c518c49a686 -Size (syncthing-0.12.19.tar.gz) = 4047476 bytes +SHA1 (syncthing-0.12.23.tar.gz) = 65aeaca97d5872ab89a1eb8084e4ed878ed17343 +RMD160 (syncthing-0.12.23.tar.gz) = 653bf62902eea8d63ff3126b9659571bc4058cff +SHA512 (syncthing-0.12.23.tar.gz) = f61c2fa6a513e2804f249433eddb3ee7e134a0c144902b56e4be90277f7e74dd163921cbc02b8c0ae284401b15f48f200f3bd75b61528789ea323574bde5e911 +Size (syncthing-0.12.23.tar.gz) = 4469246 bytes SHA1 (patch-lib_config_optionsconfiguration.go) = 8ea9446dab9f9345c63cb01a7d50447e6cd550ac diff --git a/net/tcl-scotty/Makefile b/net/tcl-scotty/Makefile index f1a8545a2721a..0f68fe562478c 100644 --- a/net/tcl-scotty/Makefile +++ b/net/tcl-scotty/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.37 2016/01/13 23:54:42 joerg Exp $ +# $NetBSD: Makefile,v 1.38 2016/05/02 03:57:35 dholland Exp $ # DISTNAME= scotty-${DIST_VERS} @@ -49,7 +49,7 @@ pre-install: post-install: cd ${DESTDIR}/${PREFIX}/bin && ${LN} -f -s scotty${DIST_VERS} scotty - cd ${DESTDIR}/${PREFIX}/lib/tcl/tnm${DIST_VERS}; \ + cd ${DESTDIR}/${PREFIX}/lib/tcl/tnm${DIST_VERS}; umask 022; \ sed -e 's:${DESTDIR}/::' pkgIndex.tcl.new; \ rm -f pkgIndex.tcl; mv pkgIndex.tcl.new pkgIndex.tcl diff --git a/net/tcl-scotty/distinfo b/net/tcl-scotty/distinfo index e78a560455ef6..8d2f754af4365 100644 --- a/net/tcl-scotty/distinfo +++ b/net/tcl-scotty/distinfo @@ -1,11 +1,13 @@ -$NetBSD: distinfo,v 1.16 2015/11/04 00:35:39 agc Exp $ +$NetBSD: distinfo,v 1.19 2016/05/02 15:25:57 hauke Exp $ SHA1 (scotty-2.1.11.tar.gz) = 819011f908c57e4591d6f50e51677c01eb55dc13 RMD160 (scotty-2.1.11.tar.gz) = 3b4d45f3db73f05b49a46017bf2ffed6d6464b00 SHA512 (scotty-2.1.11.tar.gz) = a75eb6bc54e183a8f6b5995122f35133b0f76a7a1061c177d09b4082994d6f05c1b1826bf230945dd699b65d491863c4b74353bc0d4901da5b068217ac376a87 Size (scotty-2.1.11.tar.gz) = 1381059 bytes +SHA1 (patch-doc_tkined.1) = 16a73e3bb50d4c40317adfabfc997b9554a35f33 SHA1 (patch-snmp_tnmMibQuery.c) = 86f2cecac8a0766e7075836569d76671a3d15547 SHA1 (patch-tkined_apps_ip__discover.tcl) = bf067f64474dc3ed6306caa468f29a040023e165 +SHA1 (patch-tkined_generic_tkiInit.c) = 8092655b067d6d03827d421eaa9027d96263b96e SHA1 (patch-tnm_gdmo_tnmGdmoTcl.c) = cc67acec2df2cc34a73b0319d452b7ee0aafc5cc SHA1 (patch-tnm_generic_tnm.h) = 781250970f5d6e1b0653175ce024d8310168f611 SHA1 (patch-tnm_generic_tnmDns.c) = f6c3279b84c8cd23e46acfb94ffbff7b1e50a898 diff --git a/net/tcl-scotty/patches/patch-doc_tkined.1 b/net/tcl-scotty/patches/patch-doc_tkined.1 new file mode 100644 index 0000000000000..53d43995f15e0 --- /dev/null +++ b/net/tcl-scotty/patches/patch-doc_tkined.1 @@ -0,0 +1,14 @@ +$NetBSD: patch-doc_tkined.1,v 1.1 2016/05/02 15:16:43 hauke Exp $ + +Avoid including an obsolete library, so that the man page renders + +--- doc/tkined.1.orig 1996-07-16 17:30:49.000000000 +0000 ++++ doc/tkined.1 +@@ -4,7 +4,6 @@ + '\" See the file "license.terms" for information on usage and redistribution + '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. + '\" +-.so man.macros + .TH tkined 1 "" Tnm "Tnm Tcl Extension" + .BS + '\" Note: do not modify the .SH NAME line immediately below! diff --git a/net/tcl-scotty/patches/patch-tkined_generic_tkiInit.c b/net/tcl-scotty/patches/patch-tkined_generic_tkiInit.c new file mode 100644 index 0000000000000..b0d2e022e98f1 --- /dev/null +++ b/net/tcl-scotty/patches/patch-tkined_generic_tkiInit.c @@ -0,0 +1,21 @@ +$NetBSD: patch-tkined_generic_tkiInit.c,v 1.1 2016/05/02 04:00:25 dholland Exp $ + +Don't demand exactly TCL_VERSION and TK_VERSION as these do not +include the patchlevel (e.g. they're 8.6 instead of 8.6.5). + +--- tkined/generic/tkiInit.c~ 1998-09-16 17:11:01.000000000 +0000 ++++ tkined/generic/tkiInit.c +@@ -62,11 +62,11 @@ TkiInit(interp) + + buffersize(1024); + +- if (Tcl_PkgRequire(interp, "Tcl", TCL_VERSION, 1) == NULL) { ++ if (Tcl_PkgRequire(interp, "Tcl", TCL_VERSION, 0) == NULL) { + return TCL_ERROR; + } + +- if (Tcl_PkgRequire(interp, "Tk", TK_VERSION, 1) == NULL) { ++ if (Tcl_PkgRequire(interp, "Tk", TK_VERSION, 0) == NULL) { + return TCL_ERROR; + } + diff --git a/net/tigervnc/distinfo b/net/tigervnc/distinfo index f0dacdf3b7ca2..d3000526e4a17 100644 --- a/net/tigervnc/distinfo +++ b/net/tigervnc/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.6 2016/02/19 10:14:48 wiz Exp $ +$NetBSD: distinfo,v 1.7 2016/04/21 12:47:58 jperkin Exp $ SHA1 (tigervnc-1.6.0.tar.gz) = 2e2edd6a94be18380a8b00b064e268ac892c8070 RMD160 (tigervnc-1.6.0.tar.gz) = fc2cea59032b5b1c6c8adaf5966221d1a773ccf1 @@ -8,7 +8,7 @@ SHA1 (xorg-server-1.17.2.tar.bz2) = 56ac29a82b99bcf4c7ba2fca41a44cfa18748262 RMD160 (xorg-server-1.17.2.tar.bz2) = bf575a269f1e7b729992a20989be84e09fcc88a2 SHA512 (xorg-server-1.17.2.tar.bz2) = 7e7b7620890cc8db696695758fa22fa879f9d3c33946663611ec0b37f02116e9c6f08779f9eece59907b430d3df93f0c0548939683ea156b3c4cbe02571b7551 Size (xorg-server-1.17.2.tar.bz2) = 5767983 bytes -SHA1 (patch-CMakeLists.txt) = 8528782142ef7bc95151f8a130bc8626ad9ee93c +SHA1 (patch-CMakeLists.txt) = 42a364f898784a9c4da46bea8ef6bc37838815b9 SHA1 (patch-common_CMakeLists.txt) = d879e36df9db9978adaa5545758f43097d40f10a SHA1 (patch-media_CMakeLists.txt) = cd50f9b7a9405aa523412ef823a32437a3c19ffa SHA1 (patch-unix_vncserver) = 9c71ad02c6657f537bcb2abaa116a831b555d7c0 diff --git a/net/tigervnc/patches/patch-CMakeLists.txt b/net/tigervnc/patches/patch-CMakeLists.txt index 6444dd74428fa..89d0ec631a817 100644 --- a/net/tigervnc/patches/patch-CMakeLists.txt +++ b/net/tigervnc/patches/patch-CMakeLists.txt @@ -1,4 +1,4 @@ -$NetBSD: patch-CMakeLists.txt,v 1.2 2015/07/21 21:51:39 markd Exp $ +$NetBSD: patch-CMakeLists.txt,v 1.3 2016/04/21 12:47:58 jperkin Exp $ --- CMakeLists.txt.orig 2015-07-11 13:00:36.000000000 +0000 +++ CMakeLists.txt @@ -7,7 +7,7 @@ $NetBSD: patch-CMakeLists.txt,v 1.2 2015/07/21 21:51:39 markd Exp $ set(BIN_DIR "${CMAKE_INSTALL_PREFIX}/bin") set(DATA_DIR "${CMAKE_INSTALL_PREFIX}/share") -set(MAN_DIR "${DATA_DIR}/man") -+set(MAN_DIR "${CMAKE_INSTALL_PREFIX}/man") ++set(MAN_DIR "${CMAKE_INSTALL_MANDIR}") set(LOCALE_DIR "${DATA_DIR}/locale") set(DOC_DIR "${CMAKE_INSTALL_PREFIX}/share/doc/${CMAKE_PROJECT_NAME}-${VERSION}") diff --git a/net/tightvncviewer/Makefile b/net/tightvncviewer/Makefile index 74804107ad71e..14280e971c6cc 100644 --- a/net/tightvncviewer/Makefile +++ b/net/tightvncviewer/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2012/10/23 17:19:13 asau Exp $ +# $NetBSD: Makefile,v 1.34 2016/03/16 17:21:45 khorben Exp $ DISTNAME= tightvnc-1.3.10 PKGNAME= ${DISTNAME:S/tightvnc/tightvncviewer/} @@ -17,6 +17,9 @@ WRKSRC= ${WRKDIR}/vnc_unixsrc CRYPTO= yes USE_IMAKE= yes +MAKE_FLAGS+= CCOPTIONS=${CFLAGS:Q} +MAKE_FLAGS+= LOCAL_LDFLAGS=${LDFLAGS:Q} + CONFIGURE_DIRS= libvncauth CONFIGURE_DIRS+= vncviewer BUILD_DIRS= ${CONFIGURE_DIRS} diff --git a/net/tinyfugue/Makefile b/net/tinyfugue/Makefile index 2724e313c2c02..373460dd869bf 100644 --- a/net/tinyfugue/Makefile +++ b/net/tinyfugue/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2012/10/23 17:19:13 asau Exp $ +# $NetBSD: Makefile,v 1.32 2016/04/21 16:02:45 jperkin Exp $ DISTNAME= tf-40s1 PKGNAME= tf-4.0s1 @@ -28,6 +28,7 @@ SUBST_STAGE.fix-paths= pre-configure SUBST_FILES.fix-paths= unix/Config SUBST_SED.fix-paths= -e 's,@DESTDIR@,'${DESTDIR}',g' +LDFLAGS.SunOS+= -lz .include "../../devel/zlib/buildlink3.mk" .include "../../devel/gettext-lib/buildlink3.mk" diff --git a/net/tkined/Makefile b/net/tkined/Makefile index 28186d70f6676..757c5e2241953 100644 --- a/net/tkined/Makefile +++ b/net/tkined/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.29 2015/09/14 11:17:25 hauke Exp $ +# $NetBSD: Makefile,v 1.32 2016/05/02 15:16:43 hauke Exp $ # DISTNAME= scotty-2.1.11 PKGNAME= tkined-1.4.11 -PKGREVISION= 8 +PKGREVISION= 10 CATEGORIES= net tcl tk MASTER_SITES= ftp://ftp.ibr.cs.tu-bs.de/pub/local/tkined/ @@ -37,5 +37,6 @@ CFLAGS+= -DUSE_INTERP_RESULT post-install: ${LN} -f -s tkined1.4.11 ${DESTDIR}${PREFIX}/bin/tkined ${INSTALL_DATA} ${WRKSRC}/doc/tkined.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1 + chmod 644 ${DESTDIR}${PREFIX}/lib/tcl/tkined*/pkgIndex.tcl .include "../../mk/bsd.pkg.mk" diff --git a/net/tor/MESSAGE b/net/tor/MESSAGE index 4ee3c5d7adcd9..6d04ef35e85ad 100644 --- a/net/tor/MESSAGE +++ b/net/tor/MESSAGE @@ -1,7 +1,7 @@ =========================================================================== -$NetBSD: MESSAGE,v 1.8 2014/06/25 13:08:37 drochner Exp $ +$NetBSD: MESSAGE,v 1.9 2016/03/20 07:24:53 ryoon Exp $ Please note that the only way the Tor Project recommends browsing the -web through Tor is the Tor Browser, which is currently not packaged in -pkgsrc. See . +web through Tor is the Tor Browser, which is packaged as +security/tor-browser. See security/tor-browser/MESSAGE too. =========================================================================== diff --git a/net/traceroute-as/Makefile b/net/traceroute-as/Makefile index f6b7e8c86420c..363d4a3a09230 100644 --- a/net/traceroute-as/Makefile +++ b/net/traceroute-as/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2016/02/25 16:20:53 jperkin Exp $ +# $NetBSD: Makefile,v 1.12 2016/04/21 16:35:15 jperkin Exp $ # DISTNAME= traceroute_991603.tar @@ -19,7 +19,7 @@ PKG_SYSDEFS.SunOS= -DSYSV PKG_SYSDEFS.*= #empty MAKE_FLAGS+= CC=${CC:Q} PKG_CFLAGS=${CFLAGS:M*:Q} PKG_SYSDEFS=${PKG_SYSDEFS:Q} -MAKE_FLAGS+= PKG_LIBRARIES=${PKG_LIBRARIES:Q} +MAKE_FLAGS+= PKG_LIBRARIES=${PKG_LIBRARIES:Q} DESTMAN=${DESTDIR}${PREFIX}/${PKGMANDIR} INSTALL_PROGRAM_SUID= ${INSTALL} ${COPY} ${_STRIPFLAG_INSTALL} -o ${BINOWN} -g ${BINGRP} -m 4555 MAKE_ENV+= BSD_INSTALL_PROGRAM_SUID=${INSTALL_PROGRAM_SUID:Q} diff --git a/net/transmission-gtk/Makefile b/net/transmission-gtk/Makefile index e983aeae339be..79079eb962ce4 100644 --- a/net/transmission-gtk/Makefile +++ b/net/transmission-gtk/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.15 2016/03/05 11:29:12 jperkin Exp $ +# $NetBSD: Makefile,v 1.16 2016/04/15 09:28:40 wiz Exp $ PKGNAME= transmission-gtk-${VERSION} -PKGREVISION= 2 USE_LANGUAGES= c c++ INSTALL_ENV+= INSTALL_ROOT=${DESTDIR}${PREFIX} diff --git a/net/transmission-qt/Makefile b/net/transmission-qt/Makefile index 79e043d8162da..cd692f86aacc9 100644 --- a/net/transmission-qt/Makefile +++ b/net/transmission-qt/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.15 2016/03/05 11:29:13 jperkin Exp $ +# $NetBSD: Makefile,v 1.17 2016/04/15 09:28:40 wiz Exp $ PKGNAME= transmission-qt-${VERSION} -PKGREVISION= 5 USE_LANGUAGES= c c++ MAKE_ENV+= QTDIR=${QTDIR} diff --git a/net/transmission/Makefile b/net/transmission/Makefile index ce4d9f072034a..d1eb335c3201a 100644 --- a/net/transmission/Makefile +++ b/net/transmission/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2016/03/05 11:29:12 jperkin Exp $ +# $NetBSD: Makefile,v 1.7 2016/04/15 09:28:39 wiz Exp $ CONFLICTS+= Transmission-[0-9]* @@ -8,6 +8,5 @@ pre-configure: CONFIGURE_ARGS+= --disable-mac CONFIGURE_ARGS+= --without-gtk -PKGREVISION= 1 .include "../../net/transmission/Makefile.common" .include "../../mk/bsd.pkg.mk" diff --git a/net/transmission/Makefile.common b/net/transmission/Makefile.common index 0b2b8f79b8387..2d5c002cbeefe 100644 --- a/net/transmission/Makefile.common +++ b/net/transmission/Makefile.common @@ -1,10 +1,10 @@ -# $NetBSD: Makefile.common,v 1.7 2015/01/10 20:48:58 wiz Exp $ +# $NetBSD: Makefile.common,v 1.8 2016/04/15 09:28:39 wiz Exp $ # # used by net/transmission/Makefile # used by net/transmission-gtk/Makefile # used by net/transmission-qt/Makefile -VERSION= 2.84 +VERSION= 2.92 DISTNAME= transmission-${VERSION} CATEGORIES= net MASTER_SITES= http://download.m0k.org/transmission/files/ diff --git a/net/transmission/PLIST b/net/transmission/PLIST index 2087f22c89fd2..6a3c84024fc83 100644 --- a/net/transmission/PLIST +++ b/net/transmission/PLIST @@ -1,11 +1,9 @@ -@comment $NetBSD: PLIST,v 1.2 2014/04/01 09:48:04 adam Exp $ -bin/transmission-cli +@comment $NetBSD: PLIST,v 1.3 2016/04/15 09:28:39 wiz Exp $ bin/transmission-create bin/transmission-daemon bin/transmission-edit bin/transmission-remote bin/transmission-show -man/man1/transmission-cli.1 man/man1/transmission-create.1 man/man1/transmission-daemon.1 man/man1/transmission-edit.1 @@ -21,10 +19,11 @@ share/transmission/web/javascript/dialog.js share/transmission/web/javascript/file-row.js share/transmission/web/javascript/formatter.js share/transmission/web/javascript/inspector.js -share/transmission/web/javascript/jquery/jquery.contextmenu.min.js +share/transmission/web/javascript/jquery/jquery-migrate.min.js +share/transmission/web/javascript/jquery/jquery-ui.min.js share/transmission/web/javascript/jquery/jquery.min.js share/transmission/web/javascript/jquery/jquery.transmenu.min.js -share/transmission/web/javascript/jquery/jqueryui-1.8.16.min.js +share/transmission/web/javascript/jquery/jquery.ui-contextmenu.min.js share/transmission/web/javascript/jquery/json2.min.js share/transmission/web/javascript/notifications.js share/transmission/web/javascript/prefs-dialog.js @@ -32,14 +31,20 @@ share/transmission/web/javascript/remote.js share/transmission/web/javascript/torrent-row.js share/transmission/web/javascript/torrent.js share/transmission/web/javascript/transmission.js +share/transmission/web/style/jqueryui/images/ui-bg_flat_0_aaaaaa_40x100.png share/transmission/web/style/jqueryui/images/ui-bg_flat_75_ffffff_40x100.png +share/transmission/web/style/jqueryui/images/ui-bg_glass_55_fbf9ee_1x400.png share/transmission/web/style/jqueryui/images/ui-bg_glass_65_ffffff_1x400.png share/transmission/web/style/jqueryui/images/ui-bg_glass_75_dadada_1x400.png share/transmission/web/style/jqueryui/images/ui-bg_glass_75_e6e6e6_1x400.png +share/transmission/web/style/jqueryui/images/ui-bg_glass_95_fef1ec_1x400.png share/transmission/web/style/jqueryui/images/ui-bg_highlight-soft_75_cccccc_1x100.png share/transmission/web/style/jqueryui/images/ui-icons_222222_256x240.png +share/transmission/web/style/jqueryui/images/ui-icons_2e83ff_256x240.png share/transmission/web/style/jqueryui/images/ui-icons_454545_256x240.png -share/transmission/web/style/jqueryui/jqueryui-1.8.16.css +share/transmission/web/style/jqueryui/images/ui-icons_888888_256x240.png +share/transmission/web/style/jqueryui/images/ui-icons_cd0a0a_256x240.png +share/transmission/web/style/jqueryui/jquery-ui.min.css share/transmission/web/style/transmission/common.css share/transmission/web/style/transmission/images/arrow-down.png share/transmission/web/style/transmission/images/arrow-up.png diff --git a/net/transmission/distinfo b/net/transmission/distinfo index 41c85a1990e56..0364772ecee8f 100644 --- a/net/transmission/distinfo +++ b/net/transmission/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.8 2015/11/04 00:35:41 agc Exp $ +$NetBSD: distinfo,v 1.9 2016/04/15 09:28:39 wiz Exp $ -SHA1 (transmission-2.84.tar.xz) = 455359bc1fa34aeecc1bac9255ad0c884b94419c -RMD160 (transmission-2.84.tar.xz) = 9d209bdf0ebeb6f4d6d9dc726cf8bf9e9c8ccb40 -SHA512 (transmission-2.84.tar.xz) = d6c2b17e7f8180a41ac70f5b503dfdb0353c6419db25df1b393b18c987c56fda9e2fd4c3f4cda7f08c301877bd0b4711842c28121ceaaaae87f5792cc6c29a3d -Size (transmission-2.84.tar.xz) = 3077836 bytes +SHA1 (transmission-2.92.tar.xz) = 2140feba45c4471392033d21b86b6f3ef780d88e +RMD160 (transmission-2.92.tar.xz) = 6da78ce333fa2ea69aa4954c3b052a818ce7c93e +SHA512 (transmission-2.92.tar.xz) = 4d99476bee88cedcc4238a0eee64a4089016933cbfc1cfb1cca023ad4ebcfe46375c9e7651a17af4aeaaf1feb19cbd8166aa56ef7992d9e745a7bbcbe8efca11 +Size (transmission-2.92.tar.xz) = 3378116 bytes SHA1 (patch-ab) = 796faa7c61762dc3ffe563748e55160c827149d2 -SHA1 (patch-qt_qtr.pro) = 5f1f8d7caace223b67b3612299e6dddae0212518 +SHA1 (patch-qt_qtr.pro) = 8d83709175fb4b9a88c3766b130b39160aeadaa3 diff --git a/net/transmission/patches/patch-qt_qtr.pro b/net/transmission/patches/patch-qt_qtr.pro index ae0917308f708..28ce3a04d3cee 100644 --- a/net/transmission/patches/patch-qt_qtr.pro +++ b/net/transmission/patches/patch-qt_qtr.pro @@ -1,6 +1,6 @@ -$NetBSD: patch-qt_qtr.pro,v 1.3 2014/05/30 13:46:30 wiz Exp $ +$NetBSD: patch-qt_qtr.pro,v 1.4 2016/04/15 09:28:40 wiz Exp $ ---- qt/qtr.pro.orig 2014-05-18 20:52:17.000000000 +0000 +--- qt/qtr.pro.orig 2015-12-29 00:47:32.464150631 +0000 +++ qt/qtr.pro @@ -8,7 +8,8 @@ target.path = /bin INSTALLS += target @@ -12,17 +12,18 @@ $NetBSD: patch-qt_qtr.pro,v 1.3 2014/05/30 13:46:30 wiz Exp $ man.files = transmission-qt.1 CONFIG += qt thread debug link_pkgconfig c++11 warn_on -@@ -25,11 +26,13 @@ include(config.pri) +@@ -28,12 +29,14 @@ include(config.pri) INCLUDEPATH = $${EVENT_TOP}/include $${INCLUDEPATH} INCLUDEPATH += $${TRANSMISSION_TOP} +INCLUDEPATH += $${OPENSSL_CFLAGS} LIBS += $${TRANSMISSION_TOP}/libtransmission/libtransmission.a LIBS += $${LIBUTP_LIBS} - LIBS += $${TRANSMISSION_TOP}/third-party/dht/libdht.a + LIBS += $${DHT_LIBS} + LIBS += $${LIBB64_LIBS} LIBS += $${LIBUPNP_LIBS} LIBS += $${LIBNATPMP_LIBS} +LIBS += $${OPENSSL_LIBS} unix: LIBS += -L$${EVENT_TOP}/lib -lz -lrt - win32:DEFINES += QT_DBUS win32:LIBS += -levent-2.0 -lws2_32 -lintl + win32:LIBS += -lidn -liconv -lwldap32 -liphlpapi diff --git a/net/tsclient/Makefile b/net/tsclient/Makefile index 4f2bc14b74580..69b051a9409b7 100644 --- a/net/tsclient/Makefile +++ b/net/tsclient/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.96 2016/03/05 11:29:13 jperkin Exp $ +# $NetBSD: Makefile,v 1.98 2016/05/03 11:40:07 prlw1 Exp $ # DISTNAME= tsclient-0.132 -PKGREVISION= 72 +PKGREVISION= 74 CATEGORIES= net MASTER_SITES= http://www.gnomepro.com/tsclient/ diff --git a/net/tvnjviewer/DESCR b/net/tvnjviewer/DESCR new file mode 100644 index 0000000000000..4e498fa4d3031 --- /dev/null +++ b/net/tvnjviewer/DESCR @@ -0,0 +1,2 @@ +TightVNC Java Viewer works on any system where Java is supported. +It requires Java SE version 1.6 or later. diff --git a/net/tvnjviewer/Makefile b/net/tvnjviewer/Makefile new file mode 100644 index 0000000000000..77a1446980f94 --- /dev/null +++ b/net/tvnjviewer/Makefile @@ -0,0 +1,30 @@ +# $NetBSD: Makefile,v 1.1.1.1 2016/04/14 21:58:09 abs Exp $ + +DISTNAME= tvnjviewer-2.7.2-bin +PKGNAME= ${DISTNAME:S:-bin::} +CATEGORIES= net +MASTER_SITES= http://www.tightvnc.com/download/2.7.2/ +EXTRACT_SUFX= .zip + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://www.tightvnc.com/doc/java/README.txt +COMMENT= JAVA VNC viewer +LICENSE= gnu-gpl-v2 + +WRKSRC= ${WRKDIR} +USE_LANGUAGES= # none +USE_JAVA= run +INSTALLATION_DIRS= bin lib/java/tvnjviewer share/doc/tvnjviewer + +do-build: + ${ECHO} "#!/bin/sh" >${WRKSRC}/tvnjviewer + ${ECHO} "exec java -jar ${PREFIX}/lib/java/tvnjviewer/tightvnc-jviewer.jar \"\$$@\"" >>${WRKSRC}/tvnjviewer + +do-install: + ${INSTALL_SCRIPT} ${WRKSRC}/tvnjviewer ${DESTDIR}${PREFIX}/bin + ${INSTALL_DATA} ${WRKSRC}/tightvnc-jviewer.jar ${DESTDIR}${PREFIX}/lib/java/tvnjviewer + ${INSTALL_DATA} ${WRKSRC}/README.txt ${DESTDIR}${PREFIX}/share/doc/tvnjviewer + ${INSTALL_DATA} ${WRKSRC}/viewer-applet-example.html ${DESTDIR}${PREFIX}/share/doc/tvnjviewer + +.include "../../mk/java-vm.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/net/tvnjviewer/PLIST b/net/tvnjviewer/PLIST new file mode 100644 index 0000000000000..c5f23e66dae2a --- /dev/null +++ b/net/tvnjviewer/PLIST @@ -0,0 +1,5 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2016/04/14 21:58:09 abs Exp $ +bin/tvnjviewer +lib/java/tvnjviewer/tightvnc-jviewer.jar +share/doc/tvnjviewer/README.txt +share/doc/tvnjviewer/viewer-applet-example.html diff --git a/net/tvnjviewer/distinfo b/net/tvnjviewer/distinfo new file mode 100644 index 0000000000000..3241795e241f6 --- /dev/null +++ b/net/tvnjviewer/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1.1.1 2016/04/14 21:58:09 abs Exp $ + +SHA1 (tvnjviewer-2.7.2-bin.zip) = 13b68cb8aa48784a672f52899c5e24ed409364a8 +RMD160 (tvnjviewer-2.7.2-bin.zip) = 9df68d08e7fde88b0a4bee64c7b3673911a8611a +SHA512 (tvnjviewer-2.7.2-bin.zip) = ce5688b272e16d1bbcd5bff4e8a8f255e7d7d70bdd849d97caf14ac20cd77d70fcfbecf550df75a032d80bec7190e28b1ba50a0a715679973391d56e8aaa4b73 +Size (tvnjviewer-2.7.2-bin.zip) = 763317 bytes diff --git a/net/twitux/Makefile b/net/twitux/Makefile index 5e30285677933..23a5af54938aa 100644 --- a/net/twitux/Makefile +++ b/net/twitux/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.44 2015/10/10 01:58:17 ryoon Exp $ +# $NetBSD: Makefile,v 1.46 2016/05/03 11:40:07 prlw1 Exp $ # DISTNAME= twitux-0.69 -PKGREVISION= 36 +PKGREVISION= 38 CATEGORIES= net gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=twitux/} EXTRACT_SUFX= .tar.bz2 diff --git a/net/unison/Makefile b/net/unison/Makefile index 13b3c3718f1e7..64083b4578436 100644 --- a/net/unison/Makefile +++ b/net/unison/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.97 2016/03/05 11:29:13 jperkin Exp $ +# $NetBSD: Makefile,v 1.100 2016/05/05 11:45:41 jaapb Exp $ DISTNAME= unison-2.48.3 # XXX remove DIST_SUBDIR with next release DIST_SUBDIR= ${DISTNAME}-release -PKGREVISION= 8 +PKGREVISION= 11 CATEGORIES= net MASTER_SITES= http://www.seas.upenn.edu/~bcpierce/unison/download/releases/stable/ diff --git a/net/unison/distinfo b/net/unison/distinfo index 5d87af17d6e9d..71e8bed91c306 100644 --- a/net/unison/distinfo +++ b/net/unison/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.25 2015/11/04 00:35:42 agc Exp $ +$NetBSD: distinfo,v 1.26 2016/05/06 14:29:04 jaapb Exp $ SHA1 (unison-2.48.3-release/unison-2.48.3.tar.gz) = 2a0cfc95e95b9e9457c39faa4fe5b8184023cd0c RMD160 (unison-2.48.3-release/unison-2.48.3.tar.gz) = f70cca489bbde21797429a7c687e6ac86299ae79 @@ -6,3 +6,5 @@ SHA512 (unison-2.48.3-release/unison-2.48.3.tar.gz) = 169b272119b33146e4f770d1fc Size (unison-2.48.3-release/unison-2.48.3.tar.gz) = 1172646 bytes SHA1 (patch-Makefile.OCaml) = 2c39a20eb731d3f787d5c938b539ceb3276d5d47 SHA1 (patch-aa) = dd1a001fb7071cd9141615b42a692e6d1d812081 +SHA1 (patch-fs.ml) = 67bc00008c4b7d47c15d01549f6446cc0fba262d +SHA1 (patch-system_system_intf.ml) = 58a29e56b66fb4f09306dad4d652770ffa77efec diff --git a/net/unison/patches/patch-fs.ml b/net/unison/patches/patch-fs.ml new file mode 100644 index 0000000000000..b03fd4c0bc035 --- /dev/null +++ b/net/unison/patches/patch-fs.ml @@ -0,0 +1,14 @@ +$NetBSD: patch-fs.ml,v 1.1 2016/05/06 14:29:04 jaapb Exp $ + +Solve compilation problem with ocaml 4.03 +--- fs.ml.orig 2014-12-29 18:34:45.000000000 +0000 ++++ fs.ml +@@ -21,7 +21,7 @@ type fspath = Fspath.t + type dir_handle = System.dir_handle + = { readdir : unit -> string; closedir : unit -> unit } + +-let symlink l f = System.symlink l (Fspath.toString f) ++let symlink ?to_dir l f = System.symlink ?to_dir l (Fspath.toString f) + + let readlink f = System.readlink (Fspath.toString f) + diff --git a/net/unison/patches/patch-system_system_intf.ml b/net/unison/patches/patch-system_system_intf.ml new file mode 100644 index 0000000000000..3f852a3f67049 --- /dev/null +++ b/net/unison/patches/patch-system_system_intf.ml @@ -0,0 +1,14 @@ +$NetBSD: patch-system_system_intf.ml,v 1.1 2016/05/06 14:29:04 jaapb Exp $ + +Solve compilation problem with ocaml 4.03 +--- system/system_intf.ml.orig 2014-12-29 18:34:45.000000000 +0000 ++++ system/system_intf.ml +@@ -20,7 +20,7 @@ module type Core = sig + type fspath + type dir_handle = { readdir : unit -> string; closedir : unit -> unit } + +-val symlink : string -> fspath -> unit ++val symlink : ?to_dir:bool -> string -> fspath -> unit + val readlink : fspath -> string + val chown : fspath -> int -> int -> unit + val chmod : fspath -> int -> unit diff --git a/net/unison2.32/Makefile b/net/unison2.32/Makefile index d4a0a411748cc..aa1a1126a25db 100644 --- a/net/unison2.32/Makefile +++ b/net/unison2.32/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.46 2016/03/05 11:29:13 jperkin Exp $ +# $NetBSD: Makefile,v 1.49 2016/05/05 11:45:41 jaapb Exp $ DISTNAME= unison-2.32.52 -PKGREVISION= 47 +PKGREVISION= 50 CATEGORIES= net MASTER_SITES= http://www.seas.upenn.edu/~bcpierce/unison/download/releases/stable/ diff --git a/net/unison2.40/Makefile b/net/unison2.40/Makefile index 164741c60a06f..735eee7003079 100644 --- a/net/unison2.40/Makefile +++ b/net/unison2.40/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.8 2016/03/05 11:29:13 jperkin Exp $ +# $NetBSD: Makefile,v 1.11 2016/05/05 11:45:41 jaapb Exp $ DISTNAME= unison-2.40.128 -PKGREVISION= 6 +PKGREVISION= 9 CATEGORIES= net MASTER_SITES= http://www.seas.upenn.edu/~bcpierce/unison/download/releases/${DISTNAME}/ diff --git a/net/vinagre/Makefile b/net/vinagre/Makefile index 28eebe14a6f93..a9ed40d8f4914 100644 --- a/net/vinagre/Makefile +++ b/net/vinagre/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.64 2016/03/05 11:29:13 jperkin Exp $ +# $NetBSD: Makefile,v 1.66 2016/05/03 11:40:08 prlw1 Exp $ # DISTNAME= vinagre-3.6.2 -PKGREVISION= 25 +PKGREVISION= 27 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_GNOME:=sources/vinagre/3.6/} EXTRACT_SUFX= .tar.xz diff --git a/net/vino/Makefile b/net/vino/Makefile index 9b0b058f1c318..d1efc8661235e 100644 --- a/net/vino/Makefile +++ b/net/vino/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.86 2016/03/05 11:29:14 jperkin Exp $ +# $NetBSD: Makefile,v 1.88 2016/05/03 11:40:08 prlw1 Exp $ DISTNAME= vino-2.32.2 -PKGREVISION= 17 +PKGREVISION= 19 CATEGORIES= net gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/vino/2.32/} EXTRACT_SUFX= .tar.bz2 diff --git a/net/vino/distinfo b/net/vino/distinfo index 32dc00c97a3a9..d9a3611842906 100644 --- a/net/vino/distinfo +++ b/net/vino/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.13 2015/11/04 00:35:43 agc Exp $ +$NetBSD: distinfo,v 1.14 2016/03/24 13:36:52 richard Exp $ SHA1 (vino-2.32.2.tar.bz2) = e457d1c5705607c3cd18b7e6fbb8776b7483c733 RMD160 (vino-2.32.2.tar.bz2) = 1de0923ef33a73dd6a9c4e761291728c552708e8 @@ -7,3 +7,4 @@ Size (vino-2.32.2.tar.bz2) = 856440 bytes SHA1 (patch-aa) = d240f809769fee144ce0a6057327107ade82ef6c SHA1 (patch-ab) = 0c09812fc98bced9938a0460305c7dbcbed40ad3 SHA1 (patch-ad) = 0e1b226e8c5ac5f9e3d3c7270b9a19a2314ef737 +SHA1 (patch-server_miniupnp_miniwget.c) = 6612c1a16d955c0e60546209d0e2f47546a976ff diff --git a/net/vino/patches/patch-server_miniupnp_miniwget.c b/net/vino/patches/patch-server_miniupnp_miniwget.c new file mode 100644 index 0000000000000..49ad54ffc520f --- /dev/null +++ b/net/vino/patches/patch-server_miniupnp_miniwget.c @@ -0,0 +1,20 @@ +$NetBSD: patch-server_miniupnp_miniwget.c,v 1.1 2016/03/24 13:36:52 richard Exp $ + +If MIN() is undefined, just define one instead of including utility.h +on SunOS, which presumes a version of eti.h that has some extras over +what is provided in ncurses/eti.h, causing unnecessary build errors. + +--- server/miniupnp/miniwget.c.orig 2011-02-23 20:29:05.000000000 +0000 ++++ server/miniupnp/miniwget.c +@@ -26,9 +26,8 @@ + #include + #define closesocket close + #endif +-/* for MIN() macro : */ +-#if defined(__sun) || defined(sun) +-#include ++#ifndef MIN ++#define MIN(x, y) ((x) < (y) ? (x) : (y)) + #endif + + /* miniwget2() : diff --git a/net/vsftpd/Makefile b/net/vsftpd/Makefile index c79a39f8d850c..014e99b7c3005 100644 --- a/net/vsftpd/Makefile +++ b/net/vsftpd/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.42 2016/03/05 11:29:14 jperkin Exp $ +# $NetBSD: Makefile,v 1.43 2016/04/12 08:07:50 wiz Exp $ DISTNAME= vsftpd-2.3.4 PKGREVISION= 5 CATEGORIES= net -MASTER_SITES= http://security.appspot.com/downloads/ \ - ${MASTER_SITE_LOCAL} +MASTER_SITES= http://security.appspot.com/downloads/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://vsftpd.beasts.org/ diff --git a/net/wireshark/Makefile b/net/wireshark/Makefile index c02d2aeac71a9..a57977086bd16 100644 --- a/net/wireshark/Makefile +++ b/net/wireshark/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.145 2016/03/05 11:29:14 jperkin Exp $ +# $NetBSD: Makefile,v 1.147 2016/04/24 10:02:13 wiz Exp $ -DISTNAME= wireshark-2.0.2 -PKGREVISION= 1 +DISTNAME= wireshark-2.0.3 CATEGORIES= net MASTER_SITES= https://www.wireshark.org/download/src/ EXTRACT_SUFX= .tar.bz2 diff --git a/net/wireshark/PLIST b/net/wireshark/PLIST index fb926e7390cfc..f3e410574a22e 100644 --- a/net/wireshark/PLIST +++ b/net/wireshark/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.29 2016/03/03 13:33:14 wiz Exp $ +@comment $NetBSD: PLIST,v 1.30 2016/04/24 10:02:13 wiz Exp $ bin/androiddump bin/capinfos bin/captype @@ -30,6 +30,7 @@ lib/wireshark/plugins/${PKGVERSION}/unistim.la lib/wireshark/plugins/${PKGVERSION}/wimax.la lib/wireshark/plugins/${PKGVERSION}/wimaxasncp.la lib/wireshark/plugins/${PKGVERSION}/wimaxmacphy.la +man/man1/androiddump.1 man/man1/capinfos.1 man/man1/dftest.1 man/man1/dumpcap.1 diff --git a/net/wireshark/distinfo b/net/wireshark/distinfo index 8d842b763a5b5..dae643bef82f4 100644 --- a/net/wireshark/distinfo +++ b/net/wireshark/distinfo @@ -1,9 +1,7 @@ -$NetBSD: distinfo,v 1.87 2016/03/03 13:33:14 wiz Exp $ +$NetBSD: distinfo,v 1.88 2016/04/24 10:02:13 wiz Exp $ -SHA1 (wireshark-2.0.2.tar.bz2) = 6a5c18710d6da04ddc84975cdc840812e672c0f4 -RMD160 (wireshark-2.0.2.tar.bz2) = 2a90c7336e9c3862e3782899c500b1451a316016 -SHA512 (wireshark-2.0.2.tar.bz2) = a3645f0c2600091d3af76d12db4b73f83e6af4686a1bd7a336a420e4d7505ed281dfabb05c05cd6f58084fa3f25b6b9014b6f273b875c713ee39c77b4c5c715f -Size (wireshark-2.0.2.tar.bz2) = 31073440 bytes -SHA1 (patch-configure) = 23a639e38dfc3192b55afc3b605efc3bd70588f4 -SHA1 (patch-configure.ac) = e69ef2d5468287e0339ccf30a1f33b077626ff94 +SHA1 (wireshark-2.0.3.tar.bz2) = 9805d62b4fb108cc1e755d8c47f8c1e21eee8b73 +RMD160 (wireshark-2.0.3.tar.bz2) = 24504bb0acd10fb7c1d93eab0a1de0f49b6b82c4 +SHA512 (wireshark-2.0.3.tar.bz2) = 37d64b5f84249f263eae3159794450f642857c91d4fffe483cd562fa8abc93cc8a3152f66ca6b6230b2990e36c28a4ffbf696ff630058990154946eed457f076 +Size (wireshark-2.0.3.tar.bz2) = 31110988 bytes SHA1 (patch-ui_qt_mtp3__summary__dialog.cpp) = 3d434377581e1993802fbe4b02c98849d0e6a9bb diff --git a/net/wireshark/patches/patch-configure b/net/wireshark/patches/patch-configure deleted file mode 100644 index d4843e49c9f3a..0000000000000 --- a/net/wireshark/patches/patch-configure +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-configure,v 1.1 2016/03/03 13:33:14 wiz Exp $ - ---- configure.orig 2015-12-29 21:49:49.000000000 +0000 -+++ configure -@@ -5014,7 +5014,7 @@ $as_echo "none needed" >&6; } ;; #( - $as_echo "$ac_cv_prog_cc_stdc" >&6; } ;; - esac - --if test "$ac_cv_prog_cc_stdc" == "no" -+if test "$ac_cv_prog_cc_stdc" = "no" - then - as_fn_error $? "The C compiler does not support standard C" "$LINENO" 5 - fi diff --git a/net/wireshark/patches/patch-configure.ac b/net/wireshark/patches/patch-configure.ac deleted file mode 100644 index 0155bdfe542d6..0000000000000 --- a/net/wireshark/patches/patch-configure.ac +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-configure.ac,v 1.1 2016/03/03 13:33:14 wiz Exp $ - ---- configure.ac.orig 2015-12-29 21:49:18.000000000 +0000 -+++ configure.ac -@@ -60,7 +60,7 @@ AM_DISABLE_STATIC - # Checks for programs used in the main build process. - # - AC_PROG_CC_STDC --if test "$ac_cv_prog_cc_stdc" == "no" -+if test "$ac_cv_prog_cc_stdc" = "no" - then - AC_MSG_ERROR([The C compiler does not support standard C]) - fi diff --git a/net/wireshark1/Makefile b/net/wireshark1/Makefile index 57782719dadb6..1d5fe9f1a15fa 100644 --- a/net/wireshark1/Makefile +++ b/net/wireshark1/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.3 2016/03/05 11:29:14 jperkin Exp $ +# $NetBSD: Makefile,v 1.4 2016/04/11 19:02:02 ryoon Exp $ DISTNAME= wireshark-1.12.10 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= net MASTER_SITES= https://www.wireshark.org/download/src/ EXTRACT_SUFX= .tar.bz2 diff --git a/net/wu-ftpd/Makefile b/net/wu-ftpd/Makefile index 0489eb363bb96..24f8bd4acc03c 100644 --- a/net/wu-ftpd/Makefile +++ b/net/wu-ftpd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.40 2015/02/07 22:58:18 tnn Exp $ +# $NetBSD: Makefile,v 1.41 2016/04/24 10:34:44 wiz Exp $ DISTNAME= wu-ftpd-2.6.2 PKGREVISION= 3 @@ -9,7 +9,7 @@ MASTER_SITES= ftp://ftp.freenet.de/pub/ftp.wu-ftpd.org/pub/wu-ftpd/ \ http://gd.tuwien.ac.at/infosys/servers/ftp/wu-ftpd/wu-ftpd/ PATCHFILES= realpath.patch connect-dos.patch -PATCH_SITES= ftp://ftp.sunet.se/pub/nir/ftp/servers/wuarchive-ftpd/wu-ftpd/patches/apply_to_2.6.2/ +#PATCH_SITES= ftp://ftp.sunet.se/pub/nir/ftp/servers/wuarchive-ftpd/wu-ftpd/patches/apply_to_2.6.2/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.wu-ftpd.org/ diff --git a/net/yaz/Makefile b/net/yaz/Makefile index 0bbcee32e8e33..c048ba9c3a609 100644 --- a/net/yaz/Makefile +++ b/net/yaz/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.62 2016/03/05 11:27:53 jperkin Exp $ +# $NetBSD: Makefile,v 1.63 2016/04/11 19:01:37 ryoon Exp $ # DISTNAME= yaz-4.1.6 -PKGREVISION= 17 +PKGREVISION= 18 CATEGORIES= net MASTER_SITES= http://ftp.indexdata.dk/pub/yaz/ diff --git a/net/yaz/buildlink3.mk b/net/yaz/buildlink3.mk index 42514501a3aa1..06d78d3589329 100644 --- a/net/yaz/buildlink3.mk +++ b/net/yaz/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.31 2016/03/05 11:27:53 jperkin Exp $ +# $NetBSD: buildlink3.mk,v 1.32 2016/04/11 19:01:37 ryoon Exp $ BUILDLINK_TREE+= yaz @@ -6,7 +6,7 @@ BUILDLINK_TREE+= yaz YAZ_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.yaz+= yaz>=2.0 -BUILDLINK_ABI_DEPENDS.yaz+= yaz>=4.1.6nb17 +BUILDLINK_ABI_DEPENDS.yaz+= yaz>=4.1.6nb18 BUILDLINK_PKGSRCDIR.yaz?= ../../net/yaz .include "../../converters/libiconv/buildlink3.mk" diff --git a/net/youtube-dl/Makefile b/net/youtube-dl/Makefile index bff0d7410921d..618be89df1058 100644 --- a/net/youtube-dl/Makefile +++ b/net/youtube-dl/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.84 2016/03/08 15:23:57 adam Exp $ +# $NetBSD: Makefile,v 1.88 2016/05/01 12:04:50 leot Exp $ -VERSION_DATE= 2016.03.06 +VERSION_DATE= 2016.05.01 DISTNAME= youtube-dl-${VERSION_DATE} PKGNAME= youtube-dl-${VERSION_DATE:S/.//g} CATEGORIES= net @@ -21,5 +21,10 @@ USE_LANGUAGES= # none EGG_NAME= youtube_dl-${VERSION_DATE:S/.0/./g} WRKSRC= ${WRKDIR}/youtube-dl +SUBST_CLASSES+= pkgmandir +SUBST_STAGE.pkgmandir= pre-configure +SUBST_FILES.pkgmandir= setup.py +SUBST_VARS.pkgmandir= PKGMANDIR + .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" diff --git a/net/youtube-dl/PLIST b/net/youtube-dl/PLIST index 637c5cd3e48ca..7c0b8689aa2de 100644 --- a/net/youtube-dl/PLIST +++ b/net/youtube-dl/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.17 2016/03/08 15:23:57 adam Exp $ +@comment $NetBSD: PLIST,v 1.20 2016/05/01 12:04:50 leot Exp $ bin/youtube-dl ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt @@ -137,6 +137,9 @@ ${PYSITELIB}/youtube_dl/extractor/atttechchannel.pyo ${PYSITELIB}/youtube_dl/extractor/audimedia.py ${PYSITELIB}/youtube_dl/extractor/audimedia.pyc ${PYSITELIB}/youtube_dl/extractor/audimedia.pyo +${PYSITELIB}/youtube_dl/extractor/audioboom.py +${PYSITELIB}/youtube_dl/extractor/audioboom.pyc +${PYSITELIB}/youtube_dl/extractor/audioboom.pyo ${PYSITELIB}/youtube_dl/extractor/audiomack.py ${PYSITELIB}/youtube_dl/extractor/audiomack.pyc ${PYSITELIB}/youtube_dl/extractor/audiomack.pyo @@ -176,6 +179,9 @@ ${PYSITELIB}/youtube_dl/extractor/bild.pyo ${PYSITELIB}/youtube_dl/extractor/bilibili.py ${PYSITELIB}/youtube_dl/extractor/bilibili.pyc ${PYSITELIB}/youtube_dl/extractor/bilibili.pyo +${PYSITELIB}/youtube_dl/extractor/biobiochiletv.py +${PYSITELIB}/youtube_dl/extractor/biobiochiletv.pyc +${PYSITELIB}/youtube_dl/extractor/biobiochiletv.pyo ${PYSITELIB}/youtube_dl/extractor/bleacherreport.py ${PYSITELIB}/youtube_dl/extractor/bleacherreport.pyc ${PYSITELIB}/youtube_dl/extractor/bleacherreport.pyo @@ -194,6 +200,9 @@ ${PYSITELIB}/youtube_dl/extractor/bpb.pyo ${PYSITELIB}/youtube_dl/extractor/br.py ${PYSITELIB}/youtube_dl/extractor/br.pyc ${PYSITELIB}/youtube_dl/extractor/br.pyo +${PYSITELIB}/youtube_dl/extractor/bravotv.py +${PYSITELIB}/youtube_dl/extractor/bravotv.pyc +${PYSITELIB}/youtube_dl/extractor/bravotv.pyo ${PYSITELIB}/youtube_dl/extractor/breakcom.py ${PYSITELIB}/youtube_dl/extractor/breakcom.pyc ${PYSITELIB}/youtube_dl/extractor/breakcom.pyo @@ -212,6 +221,9 @@ ${PYSITELIB}/youtube_dl/extractor/c56.pyo ${PYSITELIB}/youtube_dl/extractor/camdemy.py ${PYSITELIB}/youtube_dl/extractor/camdemy.pyc ${PYSITELIB}/youtube_dl/extractor/camdemy.pyo +${PYSITELIB}/youtube_dl/extractor/camwithher.py +${PYSITELIB}/youtube_dl/extractor/camwithher.pyc +${PYSITELIB}/youtube_dl/extractor/camwithher.pyo ${PYSITELIB}/youtube_dl/extractor/canalc2.py ${PYSITELIB}/youtube_dl/extractor/canalc2.pyc ${PYSITELIB}/youtube_dl/extractor/canalc2.pyo @@ -227,6 +239,9 @@ ${PYSITELIB}/youtube_dl/extractor/cbc.pyo ${PYSITELIB}/youtube_dl/extractor/cbs.py ${PYSITELIB}/youtube_dl/extractor/cbs.pyc ${PYSITELIB}/youtube_dl/extractor/cbs.pyo +${PYSITELIB}/youtube_dl/extractor/cbsinteractive.py +${PYSITELIB}/youtube_dl/extractor/cbsinteractive.pyc +${PYSITELIB}/youtube_dl/extractor/cbsinteractive.pyo ${PYSITELIB}/youtube_dl/extractor/cbsnews.py ${PYSITELIB}/youtube_dl/extractor/cbsnews.pyc ${PYSITELIB}/youtube_dl/extractor/cbsnews.pyo @@ -236,6 +251,9 @@ ${PYSITELIB}/youtube_dl/extractor/cbssports.pyo ${PYSITELIB}/youtube_dl/extractor/ccc.py ${PYSITELIB}/youtube_dl/extractor/ccc.pyc ${PYSITELIB}/youtube_dl/extractor/ccc.pyo +${PYSITELIB}/youtube_dl/extractor/cda.py +${PYSITELIB}/youtube_dl/extractor/cda.pyc +${PYSITELIB}/youtube_dl/extractor/cda.pyo ${PYSITELIB}/youtube_dl/extractor/ceskatelevize.py ${PYSITELIB}/youtube_dl/extractor/ceskatelevize.pyc ${PYSITELIB}/youtube_dl/extractor/ceskatelevize.pyo @@ -263,6 +281,9 @@ ${PYSITELIB}/youtube_dl/extractor/clipfish.pyo ${PYSITELIB}/youtube_dl/extractor/cliphunter.py ${PYSITELIB}/youtube_dl/extractor/cliphunter.pyc ${PYSITELIB}/youtube_dl/extractor/cliphunter.pyo +${PYSITELIB}/youtube_dl/extractor/cliprs.py +${PYSITELIB}/youtube_dl/extractor/cliprs.pyc +${PYSITELIB}/youtube_dl/extractor/cliprs.pyo ${PYSITELIB}/youtube_dl/extractor/clipsyndicate.py ${PYSITELIB}/youtube_dl/extractor/clipsyndicate.pyc ${PYSITELIB}/youtube_dl/extractor/clipsyndicate.pyo @@ -278,9 +299,9 @@ ${PYSITELIB}/youtube_dl/extractor/clyp.pyo ${PYSITELIB}/youtube_dl/extractor/cmt.py ${PYSITELIB}/youtube_dl/extractor/cmt.pyc ${PYSITELIB}/youtube_dl/extractor/cmt.pyo -${PYSITELIB}/youtube_dl/extractor/cnet.py -${PYSITELIB}/youtube_dl/extractor/cnet.pyc -${PYSITELIB}/youtube_dl/extractor/cnet.pyo +${PYSITELIB}/youtube_dl/extractor/cnbc.py +${PYSITELIB}/youtube_dl/extractor/cnbc.pyc +${PYSITELIB}/youtube_dl/extractor/cnbc.pyo ${PYSITELIB}/youtube_dl/extractor/cnn.py ${PYSITELIB}/youtube_dl/extractor/cnn.pyc ${PYSITELIB}/youtube_dl/extractor/cnn.pyo @@ -302,6 +323,9 @@ ${PYSITELIB}/youtube_dl/extractor/common.pyo ${PYSITELIB}/youtube_dl/extractor/commonmistakes.py ${PYSITELIB}/youtube_dl/extractor/commonmistakes.pyc ${PYSITELIB}/youtube_dl/extractor/commonmistakes.pyo +${PYSITELIB}/youtube_dl/extractor/commonprotocols.py +${PYSITELIB}/youtube_dl/extractor/commonprotocols.pyc +${PYSITELIB}/youtube_dl/extractor/commonprotocols.pyo ${PYSITELIB}/youtube_dl/extractor/condenast.py ${PYSITELIB}/youtube_dl/extractor/condenast.pyc ${PYSITELIB}/youtube_dl/extractor/condenast.pyo @@ -368,6 +392,9 @@ ${PYSITELIB}/youtube_dl/extractor/digiteka.pyo ${PYSITELIB}/youtube_dl/extractor/discovery.py ${PYSITELIB}/youtube_dl/extractor/discovery.pyc ${PYSITELIB}/youtube_dl/extractor/discovery.pyo +${PYSITELIB}/youtube_dl/extractor/dispeak.py +${PYSITELIB}/youtube_dl/extractor/dispeak.pyc +${PYSITELIB}/youtube_dl/extractor/dispeak.pyo ${PYSITELIB}/youtube_dl/extractor/dotsub.py ${PYSITELIB}/youtube_dl/extractor/dotsub.pyc ${PYSITELIB}/youtube_dl/extractor/dotsub.pyo @@ -395,15 +422,15 @@ ${PYSITELIB}/youtube_dl/extractor/drtuber.pyo ${PYSITELIB}/youtube_dl/extractor/drtv.py ${PYSITELIB}/youtube_dl/extractor/drtv.pyc ${PYSITELIB}/youtube_dl/extractor/drtv.pyo -${PYSITELIB}/youtube_dl/extractor/dump.py -${PYSITELIB}/youtube_dl/extractor/dump.pyc -${PYSITELIB}/youtube_dl/extractor/dump.pyo ${PYSITELIB}/youtube_dl/extractor/dumpert.py ${PYSITELIB}/youtube_dl/extractor/dumpert.pyc ${PYSITELIB}/youtube_dl/extractor/dumpert.pyo ${PYSITELIB}/youtube_dl/extractor/dvtv.py ${PYSITELIB}/youtube_dl/extractor/dvtv.pyc ${PYSITELIB}/youtube_dl/extractor/dvtv.pyo +${PYSITELIB}/youtube_dl/extractor/dw.py +${PYSITELIB}/youtube_dl/extractor/dw.pyc +${PYSITELIB}/youtube_dl/extractor/dw.pyo ${PYSITELIB}/youtube_dl/extractor/eagleplatform.py ${PYSITELIB}/youtube_dl/extractor/eagleplatform.pyc ${PYSITELIB}/youtube_dl/extractor/eagleplatform.pyo @@ -464,6 +491,9 @@ ${PYSITELIB}/youtube_dl/extractor/exfm.pyo ${PYSITELIB}/youtube_dl/extractor/expotv.py ${PYSITELIB}/youtube_dl/extractor/expotv.pyc ${PYSITELIB}/youtube_dl/extractor/expotv.pyo +${PYSITELIB}/youtube_dl/extractor/extractors.py +${PYSITELIB}/youtube_dl/extractor/extractors.pyc +${PYSITELIB}/youtube_dl/extractor/extractors.pyo ${PYSITELIB}/youtube_dl/extractor/extremetube.py ${PYSITELIB}/youtube_dl/extractor/extremetube.pyc ${PYSITELIB}/youtube_dl/extractor/extremetube.pyo @@ -617,6 +647,9 @@ ${PYSITELIB}/youtube_dl/extractor/groupon.pyo ${PYSITELIB}/youtube_dl/extractor/hark.py ${PYSITELIB}/youtube_dl/extractor/hark.pyc ${PYSITELIB}/youtube_dl/extractor/hark.pyo +${PYSITELIB}/youtube_dl/extractor/hbo.py +${PYSITELIB}/youtube_dl/extractor/hbo.pyc +${PYSITELIB}/youtube_dl/extractor/hbo.pyo ${PYSITELIB}/youtube_dl/extractor/hearthisat.py ${PYSITELIB}/youtube_dl/extractor/hearthisat.pyc ${PYSITELIB}/youtube_dl/extractor/hearthisat.pyo @@ -704,9 +737,6 @@ ${PYSITELIB}/youtube_dl/extractor/ivideon.pyo ${PYSITELIB}/youtube_dl/extractor/izlesene.py ${PYSITELIB}/youtube_dl/extractor/izlesene.pyc ${PYSITELIB}/youtube_dl/extractor/izlesene.pyo -${PYSITELIB}/youtube_dl/extractor/jadorecettepub.py -${PYSITELIB}/youtube_dl/extractor/jadorecettepub.pyc -${PYSITELIB}/youtube_dl/extractor/jadorecettepub.pyo ${PYSITELIB}/youtube_dl/extractor/jeuxvideo.py ${PYSITELIB}/youtube_dl/extractor/jeuxvideo.pyc ${PYSITELIB}/youtube_dl/extractor/jeuxvideo.pyo @@ -815,12 +845,12 @@ ${PYSITELIB}/youtube_dl/extractor/macgamestore.pyo ${PYSITELIB}/youtube_dl/extractor/mailru.py ${PYSITELIB}/youtube_dl/extractor/mailru.pyc ${PYSITELIB}/youtube_dl/extractor/mailru.pyo +${PYSITELIB}/youtube_dl/extractor/makerschannel.py +${PYSITELIB}/youtube_dl/extractor/makerschannel.pyc +${PYSITELIB}/youtube_dl/extractor/makerschannel.pyo ${PYSITELIB}/youtube_dl/extractor/makertv.py ${PYSITELIB}/youtube_dl/extractor/makertv.pyc ${PYSITELIB}/youtube_dl/extractor/makertv.pyo -${PYSITELIB}/youtube_dl/extractor/malemotion.py -${PYSITELIB}/youtube_dl/extractor/malemotion.pyc -${PYSITELIB}/youtube_dl/extractor/malemotion.pyo ${PYSITELIB}/youtube_dl/extractor/matchtv.py ${PYSITELIB}/youtube_dl/extractor/matchtv.pyc ${PYSITELIB}/youtube_dl/extractor/matchtv.pyo @@ -836,12 +866,18 @@ ${PYSITELIB}/youtube_dl/extractor/metacritic.pyo ${PYSITELIB}/youtube_dl/extractor/mgoon.py ${PYSITELIB}/youtube_dl/extractor/mgoon.pyc ${PYSITELIB}/youtube_dl/extractor/mgoon.pyo +${PYSITELIB}/youtube_dl/extractor/mgtv.py +${PYSITELIB}/youtube_dl/extractor/mgtv.pyc +${PYSITELIB}/youtube_dl/extractor/mgtv.pyo ${PYSITELIB}/youtube_dl/extractor/minhateca.py ${PYSITELIB}/youtube_dl/extractor/minhateca.pyc ${PYSITELIB}/youtube_dl/extractor/minhateca.pyo ${PYSITELIB}/youtube_dl/extractor/ministrygrid.py ${PYSITELIB}/youtube_dl/extractor/ministrygrid.pyc ${PYSITELIB}/youtube_dl/extractor/ministrygrid.pyo +${PYSITELIB}/youtube_dl/extractor/minoto.py +${PYSITELIB}/youtube_dl/extractor/minoto.pyc +${PYSITELIB}/youtube_dl/extractor/minoto.pyo ${PYSITELIB}/youtube_dl/extractor/miomio.py ${PYSITELIB}/youtube_dl/extractor/miomio.pyc ${PYSITELIB}/youtube_dl/extractor/miomio.pyo @@ -857,6 +893,9 @@ ${PYSITELIB}/youtube_dl/extractor/mixcloud.pyo ${PYSITELIB}/youtube_dl/extractor/mlb.py ${PYSITELIB}/youtube_dl/extractor/mlb.pyc ${PYSITELIB}/youtube_dl/extractor/mlb.pyo +${PYSITELIB}/youtube_dl/extractor/mnet.py +${PYSITELIB}/youtube_dl/extractor/mnet.pyc +${PYSITELIB}/youtube_dl/extractor/mnet.pyo ${PYSITELIB}/youtube_dl/extractor/moevideo.py ${PYSITELIB}/youtube_dl/extractor/moevideo.pyc ${PYSITELIB}/youtube_dl/extractor/moevideo.pyo @@ -869,9 +908,6 @@ ${PYSITELIB}/youtube_dl/extractor/mojvideo.pyo ${PYSITELIB}/youtube_dl/extractor/moniker.py ${PYSITELIB}/youtube_dl/extractor/moniker.pyc ${PYSITELIB}/youtube_dl/extractor/moniker.pyo -${PYSITELIB}/youtube_dl/extractor/mooshare.py -${PYSITELIB}/youtube_dl/extractor/mooshare.pyc -${PYSITELIB}/youtube_dl/extractor/mooshare.pyo ${PYSITELIB}/youtube_dl/extractor/morningstar.py ${PYSITELIB}/youtube_dl/extractor/morningstar.pyc ${PYSITELIB}/youtube_dl/extractor/morningstar.pyo @@ -899,9 +935,6 @@ ${PYSITELIB}/youtube_dl/extractor/muenchentv.pyo ${PYSITELIB}/youtube_dl/extractor/musicplayon.py ${PYSITELIB}/youtube_dl/extractor/musicplayon.pyc ${PYSITELIB}/youtube_dl/extractor/musicplayon.pyo -${PYSITELIB}/youtube_dl/extractor/muzu.py -${PYSITELIB}/youtube_dl/extractor/muzu.pyc -${PYSITELIB}/youtube_dl/extractor/muzu.pyo ${PYSITELIB}/youtube_dl/extractor/mwave.py ${PYSITELIB}/youtube_dl/extractor/mwave.pyc ${PYSITELIB}/youtube_dl/extractor/mwave.pyo @@ -941,9 +974,6 @@ ${PYSITELIB}/youtube_dl/extractor/ndtv.pyo ${PYSITELIB}/youtube_dl/extractor/nerdcubed.py ${PYSITELIB}/youtube_dl/extractor/nerdcubed.pyc ${PYSITELIB}/youtube_dl/extractor/nerdcubed.pyo -${PYSITELIB}/youtube_dl/extractor/nerdist.py -${PYSITELIB}/youtube_dl/extractor/nerdist.pyc -${PYSITELIB}/youtube_dl/extractor/nerdist.pyo ${PYSITELIB}/youtube_dl/extractor/neteasemusic.py ${PYSITELIB}/youtube_dl/extractor/neteasemusic.pyc ${PYSITELIB}/youtube_dl/extractor/neteasemusic.pyo @@ -1034,12 +1064,18 @@ ${PYSITELIB}/youtube_dl/extractor/odnoklassniki.pyo ${PYSITELIB}/youtube_dl/extractor/oktoberfesttv.py ${PYSITELIB}/youtube_dl/extractor/oktoberfesttv.pyc ${PYSITELIB}/youtube_dl/extractor/oktoberfesttv.pyo +${PYSITELIB}/youtube_dl/extractor/once.py +${PYSITELIB}/youtube_dl/extractor/once.pyc +${PYSITELIB}/youtube_dl/extractor/once.pyo ${PYSITELIB}/youtube_dl/extractor/onionstudios.py ${PYSITELIB}/youtube_dl/extractor/onionstudios.pyc ${PYSITELIB}/youtube_dl/extractor/onionstudios.pyo ${PYSITELIB}/youtube_dl/extractor/ooyala.py ${PYSITELIB}/youtube_dl/extractor/ooyala.pyc ${PYSITELIB}/youtube_dl/extractor/ooyala.pyo +${PYSITELIB}/youtube_dl/extractor/openload.py +${PYSITELIB}/youtube_dl/extractor/openload.pyc +${PYSITELIB}/youtube_dl/extractor/openload.pyo ${PYSITELIB}/youtube_dl/extractor/ora.py ${PYSITELIB}/youtube_dl/extractor/ora.pyc ${PYSITELIB}/youtube_dl/extractor/ora.pyo @@ -1058,6 +1094,9 @@ ${PYSITELIB}/youtube_dl/extractor/patreon.pyo ${PYSITELIB}/youtube_dl/extractor/pbs.py ${PYSITELIB}/youtube_dl/extractor/pbs.pyc ${PYSITELIB}/youtube_dl/extractor/pbs.pyo +${PYSITELIB}/youtube_dl/extractor/people.py +${PYSITELIB}/youtube_dl/extractor/people.pyc +${PYSITELIB}/youtube_dl/extractor/people.pyo ${PYSITELIB}/youtube_dl/extractor/periscope.py ${PYSITELIB}/youtube_dl/extractor/periscope.pyc ${PYSITELIB}/youtube_dl/extractor/periscope.pyo @@ -1076,9 +1115,6 @@ ${PYSITELIB}/youtube_dl/extractor/pinkbike.pyo ${PYSITELIB}/youtube_dl/extractor/pladform.py ${PYSITELIB}/youtube_dl/extractor/pladform.pyc ${PYSITELIB}/youtube_dl/extractor/pladform.pyo -${PYSITELIB}/youtube_dl/extractor/planetaplay.py -${PYSITELIB}/youtube_dl/extractor/planetaplay.pyc -${PYSITELIB}/youtube_dl/extractor/planetaplay.pyo ${PYSITELIB}/youtube_dl/extractor/played.py ${PYSITELIB}/youtube_dl/extractor/played.pyc ${PYSITELIB}/youtube_dl/extractor/played.pyo @@ -1121,6 +1157,9 @@ ${PYSITELIB}/youtube_dl/extractor/pornovoisines.pyo ${PYSITELIB}/youtube_dl/extractor/pornoxo.py ${PYSITELIB}/youtube_dl/extractor/pornoxo.pyc ${PYSITELIB}/youtube_dl/extractor/pornoxo.pyo +${PYSITELIB}/youtube_dl/extractor/presstv.py +${PYSITELIB}/youtube_dl/extractor/presstv.pyc +${PYSITELIB}/youtube_dl/extractor/presstv.pyo ${PYSITELIB}/youtube_dl/extractor/primesharetv.py ${PYSITELIB}/youtube_dl/extractor/primesharetv.pyc ${PYSITELIB}/youtube_dl/extractor/primesharetv.pyo @@ -1139,9 +1178,6 @@ ${PYSITELIB}/youtube_dl/extractor/pyvideo.pyo ${PYSITELIB}/youtube_dl/extractor/qqmusic.py ${PYSITELIB}/youtube_dl/extractor/qqmusic.pyc ${PYSITELIB}/youtube_dl/extractor/qqmusic.pyo -${PYSITELIB}/youtube_dl/extractor/quickvid.py -${PYSITELIB}/youtube_dl/extractor/quickvid.pyc -${PYSITELIB}/youtube_dl/extractor/quickvid.pyo ${PYSITELIB}/youtube_dl/extractor/r7.py ${PYSITELIB}/youtube_dl/extractor/r7.pyc ${PYSITELIB}/youtube_dl/extractor/r7.pyo @@ -1181,6 +1217,9 @@ ${PYSITELIB}/youtube_dl/extractor/reverbnation.pyo ${PYSITELIB}/youtube_dl/extractor/revision3.py ${PYSITELIB}/youtube_dl/extractor/revision3.pyc ${PYSITELIB}/youtube_dl/extractor/revision3.pyo +${PYSITELIB}/youtube_dl/extractor/rice.py +${PYSITELIB}/youtube_dl/extractor/rice.pyc +${PYSITELIB}/youtube_dl/extractor/rice.pyo ${PYSITELIB}/youtube_dl/extractor/ringtv.py ${PYSITELIB}/youtube_dl/extractor/ringtv.pyc ${PYSITELIB}/youtube_dl/extractor/ringtv.pyo @@ -1271,9 +1310,6 @@ ${PYSITELIB}/youtube_dl/extractor/servingsys.pyo ${PYSITELIB}/youtube_dl/extractor/sexu.py ${PYSITELIB}/youtube_dl/extractor/sexu.pyc ${PYSITELIB}/youtube_dl/extractor/sexu.pyo -${PYSITELIB}/youtube_dl/extractor/sexykarma.py -${PYSITELIB}/youtube_dl/extractor/sexykarma.pyc -${PYSITELIB}/youtube_dl/extractor/sexykarma.pyo ${PYSITELIB}/youtube_dl/extractor/shahid.py ${PYSITELIB}/youtube_dl/extractor/shahid.pyc ${PYSITELIB}/youtube_dl/extractor/shahid.pyo @@ -1298,9 +1334,6 @@ ${PYSITELIB}/youtube_dl/extractor/slutload.pyo ${PYSITELIB}/youtube_dl/extractor/smotri.py ${PYSITELIB}/youtube_dl/extractor/smotri.pyc ${PYSITELIB}/youtube_dl/extractor/smotri.pyo -${PYSITELIB}/youtube_dl/extractor/snagfilms.py -${PYSITELIB}/youtube_dl/extractor/snagfilms.pyc -${PYSITELIB}/youtube_dl/extractor/snagfilms.pyo ${PYSITELIB}/youtube_dl/extractor/snotr.py ${PYSITELIB}/youtube_dl/extractor/snotr.pyc ${PYSITELIB}/youtube_dl/extractor/snotr.pyo @@ -1391,6 +1424,9 @@ ${PYSITELIB}/youtube_dl/extractor/tapely.pyo ${PYSITELIB}/youtube_dl/extractor/tass.py ${PYSITELIB}/youtube_dl/extractor/tass.pyc ${PYSITELIB}/youtube_dl/extractor/tass.pyo +${PYSITELIB}/youtube_dl/extractor/tdslifeway.py +${PYSITELIB}/youtube_dl/extractor/tdslifeway.pyc +${PYSITELIB}/youtube_dl/extractor/tdslifeway.pyo ${PYSITELIB}/youtube_dl/extractor/teachertube.py ${PYSITELIB}/youtube_dl/extractor/teachertube.pyc ${PYSITELIB}/youtube_dl/extractor/teachertube.pyo @@ -1424,9 +1460,6 @@ ${PYSITELIB}/youtube_dl/extractor/telemb.pyo ${PYSITELIB}/youtube_dl/extractor/teletask.py ${PYSITELIB}/youtube_dl/extractor/teletask.pyc ${PYSITELIB}/youtube_dl/extractor/teletask.pyo -${PYSITELIB}/youtube_dl/extractor/tenplay.py -${PYSITELIB}/youtube_dl/extractor/tenplay.pyc -${PYSITELIB}/youtube_dl/extractor/tenplay.pyo ${PYSITELIB}/youtube_dl/extractor/testurl.py ${PYSITELIB}/youtube_dl/extractor/testurl.pyc ${PYSITELIB}/youtube_dl/extractor/testurl.pyo @@ -1436,15 +1469,18 @@ ${PYSITELIB}/youtube_dl/extractor/tf1.pyo ${PYSITELIB}/youtube_dl/extractor/theintercept.py ${PYSITELIB}/youtube_dl/extractor/theintercept.pyc ${PYSITELIB}/youtube_dl/extractor/theintercept.pyo -${PYSITELIB}/youtube_dl/extractor/theonion.py -${PYSITELIB}/youtube_dl/extractor/theonion.pyc -${PYSITELIB}/youtube_dl/extractor/theonion.pyo ${PYSITELIB}/youtube_dl/extractor/theplatform.py ${PYSITELIB}/youtube_dl/extractor/theplatform.pyc ${PYSITELIB}/youtube_dl/extractor/theplatform.pyo +${PYSITELIB}/youtube_dl/extractor/thescene.py +${PYSITELIB}/youtube_dl/extractor/thescene.pyc +${PYSITELIB}/youtube_dl/extractor/thescene.pyo ${PYSITELIB}/youtube_dl/extractor/thesixtyone.py ${PYSITELIB}/youtube_dl/extractor/thesixtyone.pyc ${PYSITELIB}/youtube_dl/extractor/thesixtyone.pyo +${PYSITELIB}/youtube_dl/extractor/thestar.py +${PYSITELIB}/youtube_dl/extractor/thestar.pyc +${PYSITELIB}/youtube_dl/extractor/thestar.pyo ${PYSITELIB}/youtube_dl/extractor/thisamericanlife.py ${PYSITELIB}/youtube_dl/extractor/thisamericanlife.pyc ${PYSITELIB}/youtube_dl/extractor/thisamericanlife.pyo @@ -1511,6 +1547,9 @@ ${PYSITELIB}/youtube_dl/extractor/tutv.pyo ${PYSITELIB}/youtube_dl/extractor/tv2.py ${PYSITELIB}/youtube_dl/extractor/tv2.pyc ${PYSITELIB}/youtube_dl/extractor/tv2.pyo +${PYSITELIB}/youtube_dl/extractor/tv3.py +${PYSITELIB}/youtube_dl/extractor/tv3.pyc +${PYSITELIB}/youtube_dl/extractor/tv3.pyo ${PYSITELIB}/youtube_dl/extractor/tv4.py ${PYSITELIB}/youtube_dl/extractor/tv4.pyc ${PYSITELIB}/youtube_dl/extractor/tv4.pyo @@ -1547,9 +1586,6 @@ ${PYSITELIB}/youtube_dl/extractor/twitch.pyo ${PYSITELIB}/youtube_dl/extractor/twitter.py ${PYSITELIB}/youtube_dl/extractor/twitter.pyc ${PYSITELIB}/youtube_dl/extractor/twitter.pyo -${PYSITELIB}/youtube_dl/extractor/ubu.py -${PYSITELIB}/youtube_dl/extractor/ubu.pyc -${PYSITELIB}/youtube_dl/extractor/ubu.pyo ${PYSITELIB}/youtube_dl/extractor/udemy.py ${PYSITELIB}/youtube_dl/extractor/udemy.pyc ${PYSITELIB}/youtube_dl/extractor/udemy.pyo @@ -1562,6 +1598,9 @@ ${PYSITELIB}/youtube_dl/extractor/unistra.pyo ${PYSITELIB}/youtube_dl/extractor/urort.py ${PYSITELIB}/youtube_dl/extractor/urort.pyc ${PYSITELIB}/youtube_dl/extractor/urort.pyo +${PYSITELIB}/youtube_dl/extractor/usatoday.py +${PYSITELIB}/youtube_dl/extractor/usatoday.pyc +${PYSITELIB}/youtube_dl/extractor/usatoday.pyo ${PYSITELIB}/youtube_dl/extractor/ustream.py ${PYSITELIB}/youtube_dl/extractor/ustream.pyc ${PYSITELIB}/youtube_dl/extractor/ustream.pyo @@ -1628,6 +1667,9 @@ ${PYSITELIB}/youtube_dl/extractor/vidzi.pyo ${PYSITELIB}/youtube_dl/extractor/vier.py ${PYSITELIB}/youtube_dl/extractor/vier.pyc ${PYSITELIB}/youtube_dl/extractor/vier.pyo +${PYSITELIB}/youtube_dl/extractor/viewlift.py +${PYSITELIB}/youtube_dl/extractor/viewlift.pyc +${PYSITELIB}/youtube_dl/extractor/viewlift.pyo ${PYSITELIB}/youtube_dl/extractor/viewster.py ${PYSITELIB}/youtube_dl/extractor/viewster.pyc ${PYSITELIB}/youtube_dl/extractor/viewster.pyo @@ -1658,6 +1700,9 @@ ${PYSITELIB}/youtube_dl/extractor/vodlocker.pyo ${PYSITELIB}/youtube_dl/extractor/voicerepublic.py ${PYSITELIB}/youtube_dl/extractor/voicerepublic.pyc ${PYSITELIB}/youtube_dl/extractor/voicerepublic.pyo +${PYSITELIB}/youtube_dl/extractor/voxmedia.py +${PYSITELIB}/youtube_dl/extractor/voxmedia.pyc +${PYSITELIB}/youtube_dl/extractor/voxmedia.pyo ${PYSITELIB}/youtube_dl/extractor/vporn.py ${PYSITELIB}/youtube_dl/extractor/vporn.pyc ${PYSITELIB}/youtube_dl/extractor/vporn.pyo @@ -1682,9 +1727,9 @@ ${PYSITELIB}/youtube_dl/extractor/washingtonpost.pyo ${PYSITELIB}/youtube_dl/extractor/wat.py ${PYSITELIB}/youtube_dl/extractor/wat.pyc ${PYSITELIB}/youtube_dl/extractor/wat.pyo -${PYSITELIB}/youtube_dl/extractor/wayofthemaster.py -${PYSITELIB}/youtube_dl/extractor/wayofthemaster.pyc -${PYSITELIB}/youtube_dl/extractor/wayofthemaster.pyo +${PYSITELIB}/youtube_dl/extractor/watchindianporn.py +${PYSITELIB}/youtube_dl/extractor/watchindianporn.pyc +${PYSITELIB}/youtube_dl/extractor/watchindianporn.pyo ${PYSITELIB}/youtube_dl/extractor/wdr.py ${PYSITELIB}/youtube_dl/extractor/wdr.pyc ${PYSITELIB}/youtube_dl/extractor/wdr.pyo @@ -1724,6 +1769,9 @@ ${PYSITELIB}/youtube_dl/extractor/xfileshare.pyo ${PYSITELIB}/youtube_dl/extractor/xhamster.py ${PYSITELIB}/youtube_dl/extractor/xhamster.pyc ${PYSITELIB}/youtube_dl/extractor/xhamster.pyo +${PYSITELIB}/youtube_dl/extractor/xiami.py +${PYSITELIB}/youtube_dl/extractor/xiami.pyc +${PYSITELIB}/youtube_dl/extractor/xiami.pyo ${PYSITELIB}/youtube_dl/extractor/xminus.py ${PYSITELIB}/youtube_dl/extractor/xminus.pyc ${PYSITELIB}/youtube_dl/extractor/xminus.pyo diff --git a/net/youtube-dl/distinfo b/net/youtube-dl/distinfo index ec639ba98082a..5698a5662dab8 100644 --- a/net/youtube-dl/distinfo +++ b/net/youtube-dl/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.70 2016/03/08 15:23:57 adam Exp $ +$NetBSD: distinfo,v 1.74 2016/05/01 12:04:50 leot Exp $ -SHA1 (youtube-dl-2016.03.06.tar.gz) = f29c66263a3c97c4e30781b2efe694afff75de0b -RMD160 (youtube-dl-2016.03.06.tar.gz) = 1bb4e5b65f1870b9c601ad1e29beda0e24056a70 -SHA512 (youtube-dl-2016.03.06.tar.gz) = ca32901b16d1558936428bd53bd62b66b9c26f78632ebce75cf3897485a806bf41abaa71ea0a1b7dcf389eadbda92acbe16a75de96f9d173513962c15e8ae36e -Size (youtube-dl-2016.03.06.tar.gz) = 1994992 bytes -SHA1 (patch-setup.py) = 31521d16e718cc8fc048acb695639f70de35f6f4 +SHA1 (youtube-dl-2016.05.01.tar.gz) = 126c84ebdcd7ff7f303adf3378c947f7608f073e +RMD160 (youtube-dl-2016.05.01.tar.gz) = 8160e2534bf4fa3423ed6f8c0beb0c14ea192b1c +SHA512 (youtube-dl-2016.05.01.tar.gz) = c94c0bb222ca6e866646fef201b53cdf9a6d5a89921f34ef3d557822fe9398268251f9221ac2b5e11b7580d7b566b7795a7d8b7945672f3bc07ef8f11de18969 +Size (youtube-dl-2016.05.01.tar.gz) = 2097882 bytes +SHA1 (patch-setup.py) = a67074ae7cfe5e77847c2f610337ea553eddb69b SHA1 (patch-youtube__dl_postprocessor_ffmpeg.py) = 6c220e67ab138d1c00aa4f2bc02ac84548af7c30 diff --git a/net/youtube-dl/patches/patch-setup.py b/net/youtube-dl/patches/patch-setup.py index 1cf35ae4dcebc..3eebc71b45c81 100644 --- a/net/youtube-dl/patches/patch-setup.py +++ b/net/youtube-dl/patches/patch-setup.py @@ -1,4 +1,4 @@ -$NetBSD: patch-setup.py,v 1.1 2015/12/10 11:11:16 adam Exp $ +$NetBSD: patch-setup.py,v 1.2 2016/04/01 10:50:27 jperkin Exp $ Fix paths. @@ -14,7 +14,7 @@ + ('share/fish/completions', ['youtube-dl.fish']), ('share/doc/youtube_dl', ['README.txt']), - ('share/man/man1', ['youtube-dl.1']) -+ ('man/man1', ['youtube-dl.1']) ++ ('@PKGMANDIR@/man1', ['youtube-dl.1']) ] root = os.path.dirname(os.path.abspath(__file__)) data_files = [] diff --git a/net/zeromq/Makefile b/net/zeromq/Makefile index b811f27c5e900..5c16658a1214d 100644 --- a/net/zeromq/Makefile +++ b/net/zeromq/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.22 2016/02/07 11:05:38 adam Exp $ +# $NetBSD: Makefile,v 1.23 2016/04/05 14:09:26 wiz Exp $ DISTNAME= zeromq-4.1.4 +PKGREVISION= 1 CATEGORIES= net devel MASTER_SITES= http://download.zeromq.org/ diff --git a/net/zeromq/distinfo b/net/zeromq/distinfo index 28c07c6efde33..3260dfab621e1 100644 --- a/net/zeromq/distinfo +++ b/net/zeromq/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.20 2016/02/07 11:05:38 adam Exp $ +$NetBSD: distinfo,v 1.21 2016/04/03 00:01:30 kamil Exp $ SHA1 (zeromq-4.1.4.tar.gz) = b632a4b6f8a14390dc17824e37ff7b10831ce2b4 RMD160 (zeromq-4.1.4.tar.gz) = 6ee27e7b1c3a978cdff670774a8363d8592c3031 @@ -7,3 +7,4 @@ Size (zeromq-4.1.4.tar.gz) = 1400012 bytes SHA1 (patch-configure) = 1dc8623eb06a167b3559ae950a9dbf1e19a29b6d SHA1 (patch-src_platform.hpp.in) = 767370bd997310cddeb7ee1f759bec1a638974e0 SHA1 (patch-src_tcp__address.cpp) = ad1c1ec9b724c3bd7f0fae15c296e0ec33b4267a +SHA1 (patch-src_thread.cpp) = 84e13f025dcb9a1f700bcd13acb01bb512e500b0 diff --git a/net/zeromq/patches/patch-src_thread.cpp b/net/zeromq/patches/patch-src_thread.cpp new file mode 100644 index 0000000000000..8c4fda7a09916 --- /dev/null +++ b/net/zeromq/patches/patch-src_thread.cpp @@ -0,0 +1,15 @@ +$NetBSD: patch-src_thread.cpp,v 1.1 2016/04/03 00:01:30 kamil Exp $ + +--- src/thread.cpp.orig 2015-11-04 08:55:13.000000000 +0000 ++++ src/thread.cpp +@@ -131,6 +131,10 @@ void zmq::thread_t::setSchedulingParamet + policy = schedulingPolicy_; + } + ++#ifdef __NetBSD__ ++ if(policy == SCHED_OTHER) param.sched_priority = -1; ++#endif ++ + rc = pthread_setschedparam(descriptor, policy, ¶m); + posix_assert (rc); + #endif diff --git a/news/inn/Makefile b/news/inn/Makefile index 4fabfca9590f5..ee3511b4a6a83 100644 --- a/news/inn/Makefile +++ b/news/inn/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.121 2016/03/05 11:29:15 jperkin Exp $ +# $NetBSD: Makefile,v 1.122 2016/04/10 16:39:28 joerg Exp $ DISTNAME= inn-2.5.5 PKGREVISION= 1 @@ -64,9 +64,6 @@ DEPENDS+= p5-MIME-tools-[0-9]*:../../mail/p5-MIME-tools DEPENDS+= p5-GD-[0-9]*:../../graphics/p5-GD DEPENDS+= gnupg-[0-9]*:../../security/gnupg -## Please note that USE_DESTDIR=yes only works for this package if the user -## and group already exist - USERGROUP_PHASE= pre-install PKG_USERS_VARS+= INN_USER PKG_GROUPS_VARS+= INN_GROUP diff --git a/news/nntpclnt/Makefile b/news/nntpclnt/Makefile index b3302edc4cde6..4144376578759 100644 --- a/news/nntpclnt/Makefile +++ b/news/nntpclnt/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.38 2015/01/01 11:19:28 dholland Exp $ +# $NetBSD: Makefile,v 1.39 2016/04/24 10:34:44 wiz Exp $ DISTNAME= nntpclnt-1.6.1 PKGREVISION= 6 CATEGORIES= news -MASTER_SITES= http://ftp.sunet.se/pub/news/nntp/ +MASTER_SITES= # http://ftp.sunet.se/pub/news/nntp/ MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= NNTP client library and inews client posting program diff --git a/news/tin/Makefile b/news/tin/Makefile index 5f81f936e749c..4809decae5441 100644 --- a/news/tin/Makefile +++ b/news/tin/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.66 2015/10/10 01:58:17 ryoon Exp $ +# $NetBSD: Makefile,v 1.67 2016/04/11 19:02:02 ryoon Exp $ # DISTNAME= tin-2.2.1 -PKGREVISION= 6 +PKGREVISION= 7 CATEGORIES= news MASTER_SITES= ftp://ftp.tin.org/pub/news/clients/tin/stable/ \ ftp://ftp.funet.fi/pub/unix/news/tin-unoff/ \ diff --git a/pkgtools/bootstrap-mk-files/Makefile b/pkgtools/bootstrap-mk-files/Makefile index ff7df3b10d9f1..e63eb3bb7229d 100644 --- a/pkgtools/bootstrap-mk-files/Makefile +++ b/pkgtools/bootstrap-mk-files/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.50 2016/01/28 13:39:44 jperkin Exp $ +# $NetBSD: Makefile,v 1.51 2016/04/11 12:37:48 jperkin Exp $ -PKGNAME= bootstrap-mk-files-20150908 +PKGNAME= bootstrap-mk-files-20160411 CATEGORIES= pkgtools CONFLICTS+= mk-files-[0-9]* diff --git a/pkgtools/bootstrap-mk-files/files/mods/SunOS.bsd.own.mk.in b/pkgtools/bootstrap-mk-files/files/mods/SunOS.bsd.own.mk.in index 7f322a3505438..480d559f966c2 100644 --- a/pkgtools/bootstrap-mk-files/files/mods/SunOS.bsd.own.mk.in +++ b/pkgtools/bootstrap-mk-files/files/mods/SunOS.bsd.own.mk.in @@ -1,4 +1,4 @@ -# $NetBSD: SunOS.bsd.own.mk.in,v 1.2 2015/08/31 09:03:19 jperkin Exp $ +# $NetBSD: SunOS.bsd.own.mk.in,v 1.3 2016/04/11 12:37:48 jperkin Exp $ .if !defined(_BSD_OWN_MK_) _BSD_OWN_MK_=1 @@ -220,7 +220,11 @@ PRINTOBJDIR= printf "xxx: .MAKE\n\t@echo \$${.OBJDIR}\n" | ${MAKE} -B -s -f- # The NOxxx variables should only be used by Makefiles. # +.if exists(/usr/bin/mandoc) +MKCATPAGES?=no +.else MKCATPAGES?=yes +.endif .if defined(NODOC) MKDOC=no diff --git a/pkgtools/cwrappers/Makefile b/pkgtools/cwrappers/Makefile index 517d482c58bf4..45f24564c8328 100644 --- a/pkgtools/cwrappers/Makefile +++ b/pkgtools/cwrappers/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.14 2016/01/10 19:13:05 bsiegert Exp $ +# $NetBSD: Makefile,v 1.15 2016/03/14 20:16:08 markd Exp $ PKGNAME= cwrappers-20160110 +PKGREVISION= 1 CATEGORIES= pkgtools sysutils MAINTAINER= joerg@NetBSD.org diff --git a/pkgtools/cwrappers/files/bin/generic-transform-cc.c b/pkgtools/cwrappers/files/bin/generic-transform-cc.c index 5897df85fa5c4..abb208b5b34fd 100644 --- a/pkgtools/cwrappers/files/bin/generic-transform-cc.c +++ b/pkgtools/cwrappers/files/bin/generic-transform-cc.c @@ -1,4 +1,4 @@ -/* $NetBSD: generic-transform-cc.c,v 1.3 2015/04/19 14:30:07 jperkin Exp $ */ +/* $NetBSD: generic-transform-cc.c,v 1.4 2016/03/14 20:16:08 markd Exp $ */ /*- * Copyright (c) 2009 Joerg Sonnenberger . @@ -360,6 +360,19 @@ generic_transform_cc(struct arglist *args) ruleset = &include_rules; opt_arg = NULL; } + else if (strcmp(arg->val, "-isystem") == 0) { + opt_arg = arg; + arg = arg2; + if (arg == NULL || arg->val[0] == '-') { + errx(255, "Missing argument for %s", + opt_arg->val); + } + ruleset = &include_rules; + arg2 = TAILQ_NEXT(arg, link); + len = strlen(arg->val); + prefix = ""; + path = arg->val; + } #endif else if (strncmp(arg->val, "-L", 2) == 0) { len -= 2; diff --git a/pkgtools/gnome-packagekit/Makefile b/pkgtools/gnome-packagekit/Makefile index 458f242741b30..32edafa7b132b 100644 --- a/pkgtools/gnome-packagekit/Makefile +++ b/pkgtools/gnome-packagekit/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.52 2015/12/05 21:25:55 adam Exp $ +# $NetBSD: Makefile,v 1.53 2016/04/11 19:02:02 ryoon Exp $ DISTNAME= gnome-packagekit-0.4.0 -PKGREVISION= 40 +PKGREVISION= 41 CATEGORIES= pkgtools gnome MASTER_SITES= http://www.packagekit.org/releases/ diff --git a/pkgtools/libkver/files/Makefile.inc b/pkgtools/libkver/files/Makefile.inc index 06583e5125e35..6eb651a59d604 100644 --- a/pkgtools/libkver/files/Makefile.inc +++ b/pkgtools/libkver/files/Makefile.inc @@ -1,8 +1,8 @@ -# $NetBSD: Makefile.inc,v 1.4 2003/12/13 17:45:59 seb Exp $ +# $NetBSD: Makefile.inc,v 1.5 2016/03/20 19:15:33 seb Exp $ .if defined(PREFIX) # build from pkgsrc -LIBDIR= ${PREFIX}/lib +LIBDIR= ${PREFIX}/lib BINDIR= ${PREFIX}/sbin MANDIR= ${PREFIX}/man .else diff --git a/pkgtools/packagekit/Makefile b/pkgtools/packagekit/Makefile index 9334454e85e3b..03a5135e4587d 100644 --- a/pkgtools/packagekit/Makefile +++ b/pkgtools/packagekit/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.49 2015/12/05 21:25:55 adam Exp $ +# $NetBSD: Makefile,v 1.50 2016/04/11 19:01:37 ryoon Exp $ DISTNAME= PackageKit-0.4.0 -PKGREVISION= 36 +PKGREVISION= 37 PKGNAME= ${DISTNAME:S/PackageKit/packagekit/} CATEGORIES= pkgtools MASTER_SITES= http://www.freedesktop.org/software/PackageKit/releases/ diff --git a/pkgtools/packagekit/buildlink3.mk b/pkgtools/packagekit/buildlink3.mk index 82c34965a7768..12214680e8b9e 100644 --- a/pkgtools/packagekit/buildlink3.mk +++ b/pkgtools/packagekit/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.15 2015/04/06 08:17:16 adam Exp $ +# $NetBSD: buildlink3.mk,v 1.16 2016/04/11 19:01:37 ryoon Exp $ BUILDLINK_TREE+= packagekit @@ -6,7 +6,7 @@ BUILDLINK_TREE+= packagekit PACKAGEKIT_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.packagekit+= packagekit>=0.4.0 -BUILDLINK_ABI_DEPENDS.packagekit+= packagekit>=0.4.0nb34 +BUILDLINK_ABI_DEPENDS.packagekit+= packagekit>=0.4.0nb37 BUILDLINK_PKGSRCDIR.packagekit?= ../../pkgtools/packagekit .include "../../databases/sqlite3/buildlink3.mk" diff --git a/pkgtools/pbulk/Makefile b/pkgtools/pbulk/Makefile index 7e1461721bc3c..3dee7bd68bca4 100644 --- a/pkgtools/pbulk/Makefile +++ b/pkgtools/pbulk/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.75 2015/10/18 13:32:13 joerg Exp $ +# $NetBSD: Makefile,v 1.77 2016/05/09 00:08:21 joerg Exp $ -PKGNAME= pbulk-0.59 +PKGNAME= pbulk-0.61 COMMENT= Modular bulk build framework .include "../../pkgtools/pbulk/Makefile.common" diff --git a/pkgtools/pbulk/files/pbulk/scripts/pkg-build b/pkgtools/pbulk/files/pbulk/scripts/pkg-build index 8609165457168..886e462ae0f5c 100755 --- a/pkgtools/pbulk/files/pbulk/scripts/pkg-build +++ b/pkgtools/pbulk/files/pbulk/scripts/pkg-build @@ -1,5 +1,5 @@ #!@SH@ -# $NetBSD: pkg-build,v 1.28 2015/10/15 11:47:47 joerg Exp $ +# $NetBSD: pkg-build,v 1.30 2016/05/09 00:08:21 joerg Exp $ # # Copyright (c) 2007, 2008 Joerg Sonnenberger . # All rights reserved. @@ -41,10 +41,6 @@ fi default_sync_package() { mkdir -p ${packages}/All cp "$1" "${packages}/All/${pkgname}${pkg_sufx}" - for cat in $3; do - mkdir -p ${packages}/$cat - ln -fs ../All/${pkgname}${pkg_sufx} ${packages}/$cat/${pkgname}${pkg_sufx} - done } cleanup() { @@ -79,7 +75,6 @@ run_make() { } run_usergroup() { - [ "${use_destdir}" != no ] || return 0 case "${usergroup_phase}" in *configure) [ "$1" != "configure" ] || ${make} create-usergroup clean @@ -126,20 +121,13 @@ if [ "$use_unprivileged_checksum" != "no" ]; then else run_checksum=run_direct fi -case "$use_destdir" in -user-destdir) +if [ "$use_destdir" = user-destdir ]; then run_build=run_su run_install=run_su - ;; -destdir) +else run_build=run_su run_install=run_direct - ;; -*) - run_build=run_direct - run_install=run_direct - ;; -esac +fi if [ `@ID@ -u` -ne 0 ]; then run_checksum=run_direct @@ -157,10 +145,8 @@ set -e mkdir -p ${bulklog}/${pkgname} rm -f ${bulklog}/${pkgname}/* -if [ "$use_destdir" = "destdir" -o "$use_destdir" = "user-destdir" ]; then - touch ${bulklog}/${pkgname}/work.log - @CHOWN@ ${unprivileged_user} ${bulklog}/${pkgname}/work.log -fi +touch ${bulklog}/${pkgname}/work.log +@CHOWN@ ${unprivileged_user} ${bulklog}/${pkgname}/work.log pkg_add_normal() { PKG_PATH=${packages}/All ${pkg_add} -K ${cur_pkgdb} "$@" @@ -207,11 +193,9 @@ run_make run_direct stage-package-create > ${bulklog}/${pkgname}/package.log 2>& pkgfile=$(run_make run_direct show-var VARNAME=STAGE_PKGFILE) -# When using DESTDIR build, add the package once to test install rules. -# This is not done for potential bootstrap packages as they might already -# be installed. -if [ "${use_destdir}" != "no" ] && \ - [ -z "${is_bootstrap}" ]; then +# Add the package once to test install rules. This is not done for +# potential bootstrap packages as they might already be installed. +if [ -z "${is_bootstrap}" ]; then if ! ${pkg_add_cmd} ${pkgfile} \ >> ${bulklog}/${pkgname}/package.log 2>&1; then cleanup diff --git a/pkgtools/pkg/distinfo b/pkgtools/pkg/distinfo index 58289b9b64f10..b270338f66556 100644 --- a/pkgtools/pkg/distinfo +++ b/pkgtools/pkg/distinfo @@ -1,6 +1,7 @@ -$NetBSD: distinfo,v 1.2 2015/11/04 00:38:40 agc Exp $ +$NetBSD: distinfo,v 1.3 2016/04/01 13:11:14 jperkin Exp $ SHA1 (1.5.4.tar.gz) = 2e58510fa9b9eb97b6d9e0d62e527228601af1c1 RMD160 (1.5.4.tar.gz) = b38582e325752a329eb353212783850db6b138ea SHA512 (1.5.4.tar.gz) = bc89f97e4853e6fa6ea8abe80b26b4bce91a3a43272115e66884d9918b86ea7ebcfd4e4280bfc583a3142b94df2d5ddb6ad59ff20f8d6bae24ca0d0b684c7afb Size (1.5.4.tar.gz) = 2937244 bytes +SHA1 (patch-docs_Makefile.am) = aa6d5c9310c644d13d55c3176cd186c37cccc7c2 diff --git a/pkgtools/pkg/patches/patch-docs_Makefile.am b/pkgtools/pkg/patches/patch-docs_Makefile.am new file mode 100644 index 0000000000000..9cac7762c5409 --- /dev/null +++ b/pkgtools/pkg/patches/patch-docs_Makefile.am @@ -0,0 +1,15 @@ +$NetBSD: patch-docs_Makefile.am,v 1.1 2016/04/01 13:11:14 jperkin Exp $ + +Support PKGMANDIR. + +--- docs/Makefile.am.orig 2015-06-11 13:46:28.000000000 +0000 ++++ docs/Makefile.am +@@ -35,7 +35,7 @@ dist_man_MANS= pkg-add.8 \ + pkg_printf.3 \ + pkg_repos.3 + +-mandir= $(prefix)/man ++mandir= $(prefix)/${PKGMANDIR} + + EXTRA_DIST= fix-xrefs + .PHONY: run-fix-xrefs diff --git a/pkgtools/pkg_install/files/create/create.h b/pkgtools/pkg_install/files/create/create.h index c21d5851896ca..d7f65ed267806 100644 --- a/pkgtools/pkg_install/files/create/create.h +++ b/pkgtools/pkg_install/files/create/create.h @@ -1,4 +1,4 @@ -/* $NetBSD: create.h,v 1.15 2014/12/30 15:13:20 wiz Exp $ */ +/* $NetBSD: create.h,v 1.16 2016/04/10 19:01:19 joerg Exp $ */ /* from FreeBSD Id: create.h,v 1.13 1997/10/08 07:46:19 charnier Exp */ @@ -57,7 +57,6 @@ extern char *DefaultGroup; extern const char *CompressionType; extern int PlistOnly; extern int RelativeLinks; -extern int update_pkgdb; void check_list(package_t *, const char *); void copy_plist(char *, package_t *); diff --git a/pkgtools/pkg_install/files/create/main.c b/pkgtools/pkg_install/files/create/main.c index fe57d18d6427a..826171094e4f4 100644 --- a/pkgtools/pkg_install/files/create/main.c +++ b/pkgtools/pkg_install/files/create/main.c @@ -1,4 +1,4 @@ -/* $NetBSD: main.c,v 1.20 2014/12/30 15:13:20 wiz Exp $ */ +/* $NetBSD: main.c,v 1.21 2016/04/10 19:01:19 joerg Exp $ */ #if HAVE_CONFIG_H #include "config.h" @@ -7,7 +7,7 @@ #if HAVE_SYS_CDEFS_H #include #endif -__RCSID("$NetBSD: main.c,v 1.20 2014/12/30 15:13:20 wiz Exp $"); +__RCSID("$NetBSD: main.c,v 1.21 2016/04/10 19:01:19 joerg Exp $"); /* * FreeBSD install - a package for the installation and maintainance @@ -26,6 +26,7 @@ __RCSID("$NetBSD: main.c,v 1.20 2014/12/30 15:13:20 wiz Exp $"); #include "lib.h" #include "create.h" +/* -U is silently ignored, it used to inhibit pkgdb changes. */ static const char Options[] = "B:C:D:F:I:K:L:OP:S:T:UVb:c:d:f:g:i:k:ln:p:r:s:u:v"; char *Prefix = NULL; @@ -47,7 +48,6 @@ char *DefaultOwner = NULL; char *DefaultGroup = NULL; char *realprefix = NULL; const char *CompressionType = NULL; -int update_pkgdb = 1; int PlistOnly = 0; int RelativeLinks = 0; Boolean File2Pkg = FALSE; @@ -93,7 +93,6 @@ main(int argc, char **argv) break; case 'U': - update_pkgdb = 0; break; case 'p': @@ -204,7 +203,7 @@ main(int argc, char **argv) return 0; if (Verbose) { if (PlistOnly) - warnx("package registration failed"); + warnx("PLIST adjustment failed"); else warnx("package creation failed"); } diff --git a/pkgtools/pkg_install/files/create/pkg_create.1 b/pkgtools/pkg_install/files/create/pkg_create.1 index 4c95c3a5bfa5d..637ccc93622c6 100644 --- a/pkgtools/pkg_install/files/create/pkg_create.1 +++ b/pkgtools/pkg_install/files/create/pkg_create.1 @@ -1,4 +1,4 @@ -.\" $NetBSD: pkg_create.1,v 1.26 2014/12/30 15:13:20 wiz Exp $ +.\" $NetBSD: pkg_create.1,v 1.27 2016/04/10 19:01:19 joerg Exp $ .\" .\" FreeBSD install - a package for the installation and maintenance .\" of non-core utilities. @@ -32,7 +32,7 @@ .Nd a utility for creating software package distributions .Sh SYNOPSIS .Nm -.Op Fl lOUVv +.Op Fl lOVv .Op Fl B Ar build-info-file .Op Fl b Ar build-version-file .Op Fl C Ar cpkgs @@ -243,8 +243,6 @@ Be sure to leave some number of characters for .Xr mktemp 3 to fill in with a unique ID. -.It Fl U -Do not update the package file database with any file information. .It Fl u Ar owner Make .Ar owner diff --git a/pkgtools/pkg_install/files/create/pl.c b/pkgtools/pkg_install/files/create/pl.c index cd01ceea6d921..654ec9b322e28 100644 --- a/pkgtools/pkg_install/files/create/pl.c +++ b/pkgtools/pkg_install/files/create/pl.c @@ -1,4 +1,4 @@ -/* $NetBSD: pl.c,v 1.14 2009/11/05 16:22:32 joerg Exp $ */ +/* $NetBSD: pl.c,v 1.15 2016/04/10 19:01:19 joerg Exp $ */ #if HAVE_CONFIG_H #include "config.h" @@ -7,7 +7,7 @@ #if HAVE_SYS_CDEFS_H #include #endif -__RCSID("$NetBSD: pl.c,v 1.14 2009/11/05 16:22:32 joerg Exp $"); +__RCSID("$NetBSD: pl.c,v 1.15 2016/04/10 19:01:19 joerg Exp $"); /* * FreeBSD install - a package for the installation and maintainance @@ -89,10 +89,6 @@ check_list(package_t *pkg, const char *PkgName) char *pkgname = NULL; int cc; - /* Open Package Database for writing */ - if (update_pkgdb && !pkgdb_open(ReadWrite)) - err(EXIT_FAILURE, "can't open pkgdb"); - for (p = pkg->head; p; p = p->next) { switch (p->type) { case PLIST_CWD: @@ -109,38 +105,10 @@ check_list(package_t *pkg, const char *PkgName) errx(2, "@pkgdir without preceding @cwd found"); if (pkgname == NULL) errx(2, "@pkgdir without preceding @name found"); - if (update_pkgdb) { - add_pkgdir(pkgname, cwd, p->name); - /* mkdir_p(cwd, p->name); */ - } break; case PLIST_FILE: - /* - * pkgdb handling - usually, we enter files - * into the pkgdb as soon as they hit the disk, - * but as they are present before pkg_create - * starts, it's ok to do this somewhere here - */ if (cwd == NULL) errx(2, "file without preceding @cwd found"); - if (update_pkgdb) { - char *s, t[MaxPathSize]; - - (void) snprintf(t, sizeof(t), "%s%s%s", - cwd, - (strcmp(cwd, "/") == 0) ? "" : "/", - p->name); - - s = pkgdb_retrieve(t); - if (s && PlistOnly) - warnx("Overwriting %s - " - "pkg %s bogus/conflicting?", t, s); - else { - pkgdb_store(t, PkgName); - } - } - - /* prepend DESTDIR if set? - HF */ (void) snprintf(name, sizeof(name), "%s%s%s", cwd, (strcmp(cwd, "/") == 0) ? "" : "/", @@ -204,8 +172,4 @@ check_list(package_t *pkg, const char *PkgName) break; } } - - if (update_pkgdb) { - pkgdb_close(); - } } diff --git a/pkgtools/pkg_install/files/lib/license.c b/pkgtools/pkg_install/files/lib/license.c index 653409f6973aa..2c28a50a94d51 100644 --- a/pkgtools/pkg_install/files/lib/license.c +++ b/pkgtools/pkg_install/files/lib/license.c @@ -1,4 +1,4 @@ -/* $NetBSD: license.c,v 1.45 2016/02/10 10:50:18 wiz Exp $ */ +/* $NetBSD: license.c,v 1.46 2016/04/21 07:51:51 leot Exp $ */ /*- * Copyright (c) 2009 Joerg Sonnenberger . @@ -62,6 +62,7 @@ const char *default_acceptable_licenses = "gnu-gpl-v1 " "gnu-gpl-v2 gnu-lgpl-v2 gnu-lgpl-v2.1 " "gnu-gpl-v3 gnu-lgpl-v3 " + "hpnd " "ibm-public-license-1.0 " "info-zip " "ipafont " diff --git a/pkgtools/pkg_install/files/lib/version.h b/pkgtools/pkg_install/files/lib/version.h index 110b9a42e3e06..adf3b42061c97 100644 --- a/pkgtools/pkg_install/files/lib/version.h +++ b/pkgtools/pkg_install/files/lib/version.h @@ -1,4 +1,4 @@ -/* $NetBSD: version.h,v 1.169 2015/09/01 12:14:06 jperkin Exp $ */ +/* $NetBSD: version.h,v 1.170 2016/04/10 19:01:19 joerg Exp $ */ /* * Copyright (c) 2001 Thomas Klausner. All rights reserved. @@ -27,6 +27,6 @@ #ifndef _INST_LIB_VERSION_H_ #define _INST_LIB_VERSION_H_ -#define PKGTOOLS_VERSION 20150901 +#define PKGTOOLS_VERSION 20160410 #endif /* _INST_LIB_VERSION_H_ */ diff --git a/pkgtools/pkg_select/Makefile b/pkgtools/pkg_select/Makefile index b7d07d75d60e8..6b4b1d03c79aa 100644 --- a/pkgtools/pkg_select/Makefile +++ b/pkgtools/pkg_select/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2015/08/18 07:31:16 wiz Exp $ +# $NetBSD: Makefile,v 1.23 2016/05/07 10:08:30 joerg Exp $ # DISTNAME= pkg_select-20090308 @@ -22,6 +22,8 @@ CONF_FILES= ${EXAMPLEDIR}/${PKGBASE}.conf.example \ .include "../../mk/compiler.mk" .if !empty(PKGSRC_COMPILER:Mclang) BUILDLINK_TRANSFORM+= rm:-Wno-traditional +.elif !empty(PKGSRC_COMPILER:Mgcc) +CFLAGS+= -Wno-error=unused-but-set-variable .endif SUBST_CLASSES+= path diff --git a/pkgtools/pkgin/Makefile b/pkgtools/pkgin/Makefile index 8fba8c0497cef..b8af162ec8e51 100644 --- a/pkgtools/pkgin/Makefile +++ b/pkgtools/pkgin/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.66 2016/03/05 11:29:15 jperkin Exp $ +# $NetBSD: Makefile,v 1.67 2016/04/11 19:02:02 ryoon Exp $ DISTNAME= pkgin-0.9.4 GITHUB_TAG= v${PKGVERSION_NOREV} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= pkgtools MASTER_SITES= ${MASTER_SITE_GITHUB:=NetBSDfr/} diff --git a/pkgtools/pkglint/Makefile b/pkgtools/pkglint/Makefile index 446f790b7898b..e4be2c76727e5 100644 --- a/pkgtools/pkglint/Makefile +++ b/pkgtools/pkglint/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.482 2016/02/23 20:18:12 bsiegert Exp $ +# $NetBSD: Makefile,v 1.484 2016/04/10 16:59:37 joerg Exp $ -PKGNAME= pkglint-5.3.5 -PKGREVISION= 1 +PKGNAME= pkglint-5.3.7 DISTFILES= # none CATEGORIES= pkgtools diff --git a/pkgtools/pkglint/files/buildlink3.go b/pkgtools/pkglint/files/buildlink3.go index ab42134c7cd1a..5f93cb48d246c 100644 --- a/pkgtools/pkglint/files/buildlink3.go +++ b/pkgtools/pkglint/files/buildlink3.go @@ -118,7 +118,7 @@ func ChecklinesBuildlink3Mk(mklines *MkLines) { if varname == "BUILDLINK_ABI_DEPENDS."+pkgbase { abiLine = line - parser := NewParser(value) + parser := NewParser(line, value) if dp := parser.Dependency(); dp != nil && parser.EOF() { abi = dp } @@ -126,7 +126,7 @@ func ChecklinesBuildlink3Mk(mklines *MkLines) { } if varname == "BUILDLINK_API_DEPENDS."+pkgbase { apiLine = line - parser := NewParser(value) + parser := NewParser(line, value) if dp := parser.Dependency(); dp != nil && parser.EOF() { api = dp } diff --git a/pkgtools/pkglint/files/main.go b/pkgtools/pkglint/files/main.go index 9d39e47f869f7..959c7a851f71d 100644 --- a/pkgtools/pkglint/files/main.go +++ b/pkgtools/pkglint/files/main.go @@ -5,7 +5,6 @@ import ( "io" "os" "path/filepath" - "runtime" "runtime/pprof" ) @@ -40,14 +39,13 @@ func (pkglint *Pkglint) Main(args ...string) (exitcode int) { } if G.opts.Profiling { - if runtime.GOOS != "netbsd" { // See https://github.com/golang/go/issues/13914 - f, err := os.Create("pkglint.pprof") - if err != nil { - dummyLine.Fatalf("Cannot create profiling file: %s", err) - } - pprof.StartCPUProfile(f) - defer pprof.StopCPUProfile() + f, err := os.Create("pkglint.pprof") + if err != nil { + dummyLine.Fatalf("Cannot create profiling file: %s", err) } + pprof.StartCPUProfile(f) + defer pprof.StopCPUProfile() + G.rematch = NewHistogram() G.renomatch = NewHistogram() G.retime = NewHistogram() diff --git a/pkgtools/pkglint/files/mkline.go b/pkgtools/pkglint/files/mkline.go index aa51d9d4fe2ca..96677eb7b2165 100644 --- a/pkgtools/pkglint/files/mkline.go +++ b/pkgtools/pkglint/files/mkline.go @@ -144,7 +144,7 @@ func (mkline *MkLine) Targets() string { return mkline.xs1 } func (mkline *MkLine) Sources() string { return mkline.xs2 } func (mkline *MkLine) Tokenize(s string) { - p := NewParser(s) + p := NewParser(mkline.Line, s) p.MkTokens() if p.Rest() != "" { mkline.Error1("Invalid Makefile syntax at %q.", p.Rest()) @@ -330,24 +330,24 @@ func (mkline *MkLine) WarnVaruseLocalbase() { "(1) To locate a file or directory from another package.", "(2) To refer to own files after installation.", "", - "In the first case, the example is:", + "Example for (1):", "", " STRLIST= ${LOCALBASE}/bin/strlist", " do-build:", " cd ${WRKSRC} && ${STRLIST} *.str", "", - "This should really be:", + "This should better be:", "", " EVAL_PREFIX= STRLIST_PREFIX=strlist", " STRLIST= ${STRLIST_PREFIX}/bin/strlist", " do-build:", " cd ${WRKSRC} && ${STRLIST} *.str", "", - "In the second case, the example is:", + "Example for (2):", "", " CONFIGURE_ENV+= --with-datafiles=${LOCALBASE}/share/pkgbase", "", - "This should really be:", + "This should better be:", "", " CONFIGURE_ENV+= --with-datafiles=${PREFIX}/share/pkgbase") } @@ -816,7 +816,7 @@ func (mkline *MkLine) CheckCond() { defer tracecall0()() } - p := NewParser(mkline.Args()) + p := NewParser(mkline.Line, mkline.Args()) cond := p.MkCond() if !p.EOF() { mkline.Warn1("Invalid conditional %q.", mkline.Args()) @@ -826,6 +826,21 @@ func (mkline *MkLine) CheckCond() { cond.Visit("empty", func(node *Tree) { varuse := node.args[0].(MkVarUse) varname := varuse.varname + if matches(varname, `^\$.*:[MN]`) { + mkline.Warn0("The empty() function takes a variable name as parameter, not a variable expression.") + Explain( + "Instead of empty(${VARNAME:Mpattern}), you should write either", + "of the following:", + "", + "\tempty(VARNAME:Mpattern)", + "\t${VARNAME:Mpattern} == \"\"", + "", + "Instead of !empty(${VARNAME:Mpattern}), you should write either", + "of the following:", + "", + "\t!empty(VARNAME:Mpattern)", + "\t${VARNAME:Mpattern}") + } for _, modifier := range varuse.modifiers { if modifier[0] == 'M' || modifier[0] == 'N' { mkline.CheckVartype(varname, opUseMatch, modifier[1:], "") @@ -838,7 +853,9 @@ func (mkline *MkLine) CheckCond() { varname := varuse.varname varmods := varuse.modifiers value := node.args[2].(string) - if len(varmods) == 0 || len(varmods) == 1 && matches(varmods[0], `^[MN]`) && value != "" { + if len(varmods) == 0 { + mkline.CheckVartype(varname, opUse, value, "") + } else if len(varmods) == 1 && matches(varmods[0], `^[MN]`) && value != "" { mkline.CheckVartype(varname, opUseMatch, value, "") } }) @@ -976,21 +993,31 @@ func (mkline *MkLine) variableNeedsQuoting(varname string, vuc *VarUseContext) ( isPlainWord := vartype.checker.IsEnum() switch vartype.checker { - case CheckvarDistSuffix, + case CheckvarBuildlinkDepmethod, + CheckvarCategory, + CheckvarDistSuffix, + CheckvarEmulPlatform, CheckvarFileMode, CheckvarFilename, CheckvarIdentifier, + CheckvarInteger, CheckvarOption, CheckvarPathname, + CheckvarPerl5Packlist, CheckvarPkgName, CheckvarPkgOptionsVar, + CheckvarPkgPath, CheckvarPkgRevision, + CheckvarPrefixPathname, + CheckvarPythonDependency, CheckvarRelativePkgDir, CheckvarRelativePkgPath, + CheckvarStage, CheckvarUserGroupName, - CheckvarVarname, CheckvarVersion, - CheckvarWrkdirSubdirectory: + CheckvarWrkdirSubdirectory, + CheckvarYesNo, + CheckvarYesNoIndirectly: isPlainWord = true } if isPlainWord { diff --git a/pkgtools/pkglint/files/mkline_test.go b/pkgtools/pkglint/files/mkline_test.go index 2f71f5d066e53..baace91dfcecf 100644 --- a/pkgtools/pkglint/files/mkline_test.go +++ b/pkgtools/pkglint/files/mkline_test.go @@ -330,6 +330,18 @@ func (s *Suite) TestChecklineMkCondition(c *check.C) { NewMkLine(NewLine("fname", 1, ".if !empty(IS_BUILTIN.Xfixes:M[yY][eE][sS])", nil)).CheckCond() c.Check(s.Output(), equals, "") + + NewMkLine(NewLine("fname", 1, ".if !empty(${IS_BUILTIN.Xfixes:M[yY][eE][sS]})", nil)).CheckCond() + + c.Check(s.Output(), equals, "WARN: fname:1: The empty() function takes a variable name as parameter, not a variable expression.\n") + + NewMkLine(NewLine("fname", 1, ".if ${EMUL_PLATFORM} == \"linux-x386\"", nil)).CheckCond() + + c.Check(s.Output(), equals, "WARN: fname:1: \"x386\" is not valid for the hardware architecture part of EMUL_PLATFORM. Use one of { alpha amd64 arc arm arm32 cobalt convex dreamcast hpcmips hpcsh hppa i386 ia64 m68k m88k mips mips64 mips64eb mips64el mipseb mipsel mipsn32 ns32k pc532 pmax powerpc rs6000 s390 sh3eb sh3el sparc sparc64 vax x86_64 } instead.\n") + + NewMkLine(NewLine("fname", 1, ".if ${EMUL_PLATFORM:Mlinux-x386}", nil)).CheckCond() + + c.Check(s.Output(), equals, "WARN: fname:1: The pattern \"x386\" cannot match any of { alpha amd64 arc arm arm32 cobalt convex dreamcast hpcmips hpcsh hppa i386 ia64 m68k m88k mips mips64 mips64eb mips64el mipseb mipsel mipsn32 ns32k pc532 pmax powerpc rs6000 s390 sh3eb sh3el sparc sparc64 vax x86_64 } for the hardware architecture part of EMUL_PLATFORM.\n") } func (s *Suite) TestMkLine_variableNeedsQuoting(c *check.C) { @@ -435,7 +447,6 @@ func (s *Suite) TestMkLine_CheckVarusePermissions(c *check.C) { "WARN: options.mk:2: The user-defined variable GAMES_USER is used but not added to BUILD_DEFS.\n"+ "WARN: options.mk:3: PKGBASE should not be evaluated at load time.\n"+ "WARN: options.mk:4: The variable PYPKGPREFIX may not be set in this file; it would be ok in pyversion.mk.\n"+ - "WARN: options.mk:4: \"${PKGBASE}\" is not valid for PYPKGPREFIX. Use one of { py27 py33 py34 py35 } instead.\n"+ "WARN: options.mk:4: PKGBASE should not be evaluated indirectly at load time.\n"+ "NOTE: options.mk:4: This variable value should be aligned to column 17.\n") } diff --git a/pkgtools/pkglint/files/package.go b/pkgtools/pkglint/files/package.go index 4419db2009292..40232102c7a21 100644 --- a/pkgtools/pkglint/files/package.go +++ b/pkgtools/pkglint/files/package.go @@ -164,6 +164,9 @@ func checkdirPackage(pkgpath string) { } for _, fname := range files { + if containsVarRef(fname) { + continue + } if fname == G.CurrentDir+"/Makefile" { if G.opts.CheckMakefile { pkg.checkfilePackageMakefile(fname, lines) @@ -294,7 +297,8 @@ func readMakefile(fname string, mainLines *MkLines, allLines *MkLines, including G.Pkg.seenMakefileCommon = true } - if !contains(incDir, "/mk/") || strings.HasSuffix(includeFile, "/mk/haskell.mk") || contains(incDir, "/wip/mk/") { + skip := contains(fname, "/mk/") || hasSuffix(includeFile, "/bsd.pkg.mk") || hasSuffix(includeFile, "/bsd.prefs.mk") + if !skip { dirname, _ := path.Split(fname) dirname = cleanpath(dirname) @@ -389,9 +393,10 @@ func (pkg *Package) checkfilePackageMakefile(fname string, mklines *MkLines) { Warnf(fname, noLines, "No COMMENT given.") } - if vardef["USE_IMAKE"] != nil && vardef["USE_X11"] != nil { - vardef["USE_IMAKE"].Note0("USE_IMAKE makes ...") - vardef["USE_X11"].Note0("... USE_X11 superfluous.") + if imake, x11 := vardef["USE_IMAKE"], vardef["USE_X11"]; imake != nil && x11 != nil { + if !hasSuffix(x11.Line.Fname, "/mk/x11.buildlink3.mk") { + imake.Line.Note1("USE_IMAKE makes USE_X11 in %s superfluous.", x11.Line.ReferenceFrom(imake.Line)) + } } pkg.checkUpdate() diff --git a/pkgtools/pkglint/files/parser.go b/pkgtools/pkglint/files/parser.go index 0b8b3b9820634..f33bc1343c5d9 100644 --- a/pkgtools/pkglint/files/parser.go +++ b/pkgtools/pkglint/files/parser.go @@ -5,11 +5,12 @@ import ( ) type Parser struct { + line *Line repl *PrefixReplacer } -func NewParser(s string) *Parser { - return &Parser{NewPrefixReplacer(s)} +func NewParser(line *Line, s string) *Parser { + return &Parser{line, NewPrefixReplacer(s)} } func (p *Parser) EOF() bool { @@ -155,15 +156,16 @@ func (p *Parser) VarUse() *MkVarUse { mark := repl.Mark() if repl.AdvanceStr("${") || repl.AdvanceStr("$(") { - closing := "}" - if repl.Since(mark) == "$(" { - closing = ")" - } + usingRoundParen := repl.Since(mark) == "$(" + closing := ifelseStr(usingRoundParen, ")", "}") varnameMark := repl.Mark() varname := p.Varname() if varname != "" { - modifiers := p.VarUseModifiers(closing) + if usingRoundParen { + p.line.Warn1("Please use curly braces {} instead of round parentheses () for %s.", varname) + } + modifiers := p.VarUseModifiers(varname, closing) if repl.AdvanceStr(closing) { return &MkVarUse{varname, modifiers} } @@ -174,7 +176,7 @@ func (p *Parser) VarUse() *MkVarUse { rest := p.Rest() if hasPrefix(rest, ":L") || hasPrefix(rest, ":sh") || hasPrefix(rest, ":?") { varexpr := repl.Since(varnameMark) - modifiers := p.VarUseModifiers(closing) + modifiers := p.VarUseModifiers(varexpr, closing) if repl.AdvanceStr(closing) { return &MkVarUse{varexpr, modifiers} } @@ -185,7 +187,7 @@ func (p *Parser) VarUse() *MkVarUse { return nil } -func (p *Parser) VarUseModifiers(closing string) []string { +func (p *Parser) VarUseModifiers(varname, closing string) []string { repl := p.repl var modifiers []string @@ -243,12 +245,14 @@ func (p *Parser) VarUseModifiers(closing string) []string { case '@': if repl.AdvanceRegexp(`^@([\w.]+)@`) { + loopvar := repl.m[1] for p.VarUse() != nil || repl.AdvanceRegexp(`^([^$:@`+closing+`\\]|\$\$|\\.)+`) { } - if repl.AdvanceStr("@") { - modifiers = append(modifiers, repl.Since(modifierMark)) - continue + if !repl.AdvanceStr("@") { + p.line.Warn2("Modifier ${%s:@%s@...@} is missing the final \"@\".", varname, loopvar) } + modifiers = append(modifiers, repl.Since(modifierMark)) + continue } case '[': @@ -365,7 +369,7 @@ func (p *Parser) mkCondAtom() *Tree { } case repl.AdvanceRegexp(`^empty\s*\(`): if varname := p.Varname(); varname != "" { - modifiers := p.VarUseModifiers(")") + modifiers := p.VarUseModifiers(varname, ")") if repl.AdvanceStr(")") { return NewTree("empty", MkVarUse{varname, modifiers}) } diff --git a/pkgtools/pkglint/files/parser_test.go b/pkgtools/pkglint/files/parser_test.go index 72dd8b8d12fca..d094250b6826c 100644 --- a/pkgtools/pkglint/files/parser_test.go +++ b/pkgtools/pkglint/files/parser_test.go @@ -6,7 +6,7 @@ import ( func (s *Suite) TestParser_PkgbasePattern(c *check.C) { test := func(pattern, expected, rest string) { - parser := NewParser(pattern) + parser := NewParser(dummyLine, pattern) actual := parser.PkgbasePattern() c.Check(actual, equals, expected) c.Check(parser.Rest(), equals, rest) @@ -22,7 +22,7 @@ func (s *Suite) TestParser_PkgbasePattern(c *check.C) { func (s *Suite) TestParser_Dependency(c *check.C) { testDependencyRest := func(pattern string, expected DependencyPattern, rest string) { - parser := NewParser(pattern) + parser := NewParser(dummyLine, pattern) dp := parser.Dependency() if c.Check(dp, check.NotNil) { c.Check(*dp, equals, expected) @@ -53,7 +53,7 @@ func (s *Suite) TestParser_Dependency(c *check.C) { func (s *Suite) TestParser_MkTokens(c *check.C) { parse := func(input string, expectedTokens []*MkToken, expectedRest string) { - p := NewParser(input) + p := NewParser(dummyLine, input) actualTokens := p.MkTokens() c.Check(actualTokens, deepEquals, expectedTokens) for i, expectedToken := range expectedTokens { @@ -109,7 +109,6 @@ func (s *Suite) TestParser_MkTokens(c *check.C) { token("${_PERL5_VARS_OUT:M${_var_:tl}=*:S/^${_var_:tl}=${_PERL5_PREFIX:=/}//}", varuse("_PERL5_VARS_OUT", "M${_var_:tl}=*", "S/^${_var_:tl}=${_PERL5_PREFIX:=/}//")) token("${RUBY${RUBY_VER}_PATCHLEVEL}", varuse("RUBY${RUBY_VER}_PATCHLEVEL")) token("${DISTFILES:M*.gem}", varuse("DISTFILES", "M*.gem")) - token("$(GNUSTEP_USER_ROOT)", varuse("GNUSTEP_USER_ROOT")) token("${LOCALBASE:S^/^_^}", varuse("LOCALBASE", "S^/^_^")) token("${SOURCES:%.c=%.o}", varuse("SOURCES", "%.c=%.o")) token("${GIT_TEMPLATES:@.t.@ ${EGDIR}/${GIT_TEMPLATEDIR}/${.t.} ${PREFIX}/${GIT_CORE_TEMPLATEDIR}/${.t.} @:M*}", @@ -135,13 +134,21 @@ func (s *Suite) TestParser_MkTokens(c *check.C) { token("${VAR:ts\\000012}", varuse("VAR", "ts\\000012")) // The separator character can be a long octal number. token("${VAR:ts\\124}", varuse("VAR", "ts\\124")) // Or even decimal. + token("$(GNUSTEP_USER_ROOT)", varuse("GNUSTEP_USER_ROOT")) + c.Check(s.Output(), equals, "WARN: Please use curly braces {} instead of round parentheses () for GNUSTEP_USER_ROOT.\n") + parse("${VAR)", nil, "${VAR)") // Opening brace, closing parenthesis parse("$(VAR}", nil, "$(VAR}") // Opening parenthesis, closing brace + c.Check(s.Output(), equals, "WARN: Please use curly braces {} instead of round parentheses () for VAR.\n") + + token("${PLIST_SUBST_VARS:@var@${var}=${${var}:Q}@}", varuse("PLIST_SUBST_VARS", "@var@${var}=${${var}:Q}@")) + token("${PLIST_SUBST_VARS:@var@${var}=${${var}:Q}}", varuse("PLIST_SUBST_VARS", "@var@${var}=${${var}:Q}")) // Missing @ at the end + c.Check(s.Output(), equals, "WARN: Modifier ${PLIST_SUBST_VARS:@var@...@} is missing the final \"@\".\n") } func (s *Suite) TestParser_MkCond_Basics(c *check.C) { condrest := func(input string, expectedTree *Tree, expectedRest string) { - p := NewParser(input) + p := NewParser(dummyLine, input) actualTree := p.MkCond() c.Check(actualTree, deepEquals, expectedTree) c.Check(p.Rest(), equals, expectedRest) @@ -209,6 +216,8 @@ func (s *Suite) TestParser_MkCond_Basics(c *check.C) { NewTree("compareVarNum", varuse("OS_VERSION"), ">=", "6.5")) cond("${OS_VERSION} == 5.3", NewTree("compareVarNum", varuse("OS_VERSION"), "==", "5.3")) + cond("!empty(${OS_VARIANT:MIllumos})", // Probably not intended + NewTree("not", NewTree("empty", varuse("${OS_VARIANT:MIllumos}")))) // Errors condrest("!empty(PKG_OPTIONS:Msndfile) || defined(PKG_OPTIONS:Msamplerate)", diff --git a/pkgtools/pkglint/files/vardefs.go b/pkgtools/pkglint/files/vardefs.go index 3352c07ee9119..04d9eef2e9bed 100644 --- a/pkgtools/pkglint/files/vardefs.go +++ b/pkgtools/pkglint/files/vardefs.go @@ -118,8 +118,8 @@ func (gd *GlobalData) InitVartypes() { pkg("BOOTSTRAP_PKG", lkNone, CheckvarYesNo) acl("BROKEN", lkNone, CheckvarMessage, "") pkg("BROKEN_GETTEXT_DETECTION", lkNone, CheckvarYesNo) - pkglist("BROKEN_EXCEPT_ON_PLATFORM", lkShell, CheckvarPlatformTriple) - pkglist("BROKEN_ON_PLATFORM", lkSpace, CheckvarPlatformTriple) + pkglist("BROKEN_EXCEPT_ON_PLATFORM", lkShell, CheckvarPlatformPattern) + pkglist("BROKEN_ON_PLATFORM", lkSpace, CheckvarPlatformPattern) sys("BSD_MAKE_ENV", lkShell, CheckvarShellWord) acl("BUILDLINK_ABI_DEPENDS.*", lkSpace, CheckvarDependency, "*: append") acl("BUILDLINK_API_DEPENDS.*", lkSpace, CheckvarDependency, "*: append") @@ -334,8 +334,8 @@ func (gd *GlobalData) InitVartypes() { pkglist("HEADER_TEMPLATES", lkShell, CheckvarPathname) pkg("HOMEPAGE", lkNone, CheckvarURL) acl("IGNORE_PKG.*", lkNone, CheckvarYes, "*: set, use-loadtime") - acl("INCOMPAT_CURSES", lkSpace, CheckvarPlatformTriple, "Makefile: set, append") - acl("INCOMPAT_ICONV", lkSpace, CheckvarPlatformTriple, "") + acl("INCOMPAT_CURSES", lkSpace, CheckvarPlatformPattern, "Makefile: set, append") + acl("INCOMPAT_ICONV", lkSpace, CheckvarPlatformPattern, "") acl("INFO_DIR", lkNone, CheckvarPathname, "") // relative to PREFIX pkg("INFO_FILES", lkNone, CheckvarYes) sys("INSTALL", lkNone, CheckvarShellCommand) @@ -392,7 +392,7 @@ func (gd *GlobalData) InitVartypes() { sys("LOWER_OPSYS", lkNone, CheckvarIdentifier) acl("LTCONFIG_OVERRIDE", lkShell, CheckvarPathmask, "Makefile: set, append; Makefile.common: append") sys("MACHINE_ARCH", lkNone, CheckvarIdentifier) - sys("MACHINE_GNU_PLATFORM", lkNone, CheckvarPlatformTriple) + sys("MACHINE_GNU_PLATFORM", lkNone, CheckvarPlatformPattern) // This one is actually not a pattern acl("MAINTAINER", lkNone, CheckvarMailAddress, "Makefile: set; Makefile.common: default") sys("MAKE", lkNone, CheckvarShellCommand) pkglist("MAKEFLAGS", lkShell, CheckvarShellWord) @@ -451,7 +451,7 @@ func (gd *GlobalData) InitVartypes() { sys("NM", lkNone, CheckvarShellCommand) sys("NONBINMODE", lkNone, CheckvarFileMode) pkg("NOT_FOR_COMPILER", lkShell, enum("ccache ccc clang distcc f2c gcc hp icc ido mipspro mipspro-ucode pcc sunpro xlc")) - pkglist("NOT_FOR_PLATFORM", lkSpace, CheckvarPlatformTriple) + pkglist("NOT_FOR_PLATFORM", lkSpace, CheckvarPlatformPattern) pkg("NOT_FOR_UNPRIVILEGED", lkNone, CheckvarYesNo) acl("NO_BIN_ON_CDROM", lkNone, CheckvarRestricted, "Makefile, Makefile.common: set") acl("NO_BIN_ON_FTP", lkNone, CheckvarRestricted, "Makefile, Makefile.common: set") @@ -465,7 +465,7 @@ func (gd *GlobalData) InitVartypes() { acl("NO_SRC_ON_CDROM", lkNone, CheckvarRestricted, "Makefile, Makefile.common: set") acl("NO_SRC_ON_FTP", lkNone, CheckvarRestricted, "Makefile, Makefile.common: set") pkglist("ONLY_FOR_COMPILER", lkShell, enum("ccc clang gcc hp icc ido mipspro mipspro-ucode pcc sunpro xlc")) - pkglist("ONLY_FOR_PLATFORM", lkSpace, CheckvarPlatformTriple) + pkglist("ONLY_FOR_PLATFORM", lkSpace, CheckvarPlatformPattern) pkg("ONLY_FOR_UNPRIVILEGED", lkNone, CheckvarYesNo) sys("OPSYS", lkNone, CheckvarIdentifier) acl("OPSYSVARS", lkShell, CheckvarVarname, "Makefile, Makefile.common: append") @@ -537,7 +537,7 @@ func (gd *GlobalData) InitVartypes() { acl("PKG_HACKS", lkShell, CheckvarIdentifier, "hacks.mk: append") sys("PKG_INFO", lkNone, CheckvarShellCommand) sys("PKG_JAVA_HOME", lkNone, CheckvarPathname) - jvms := enum("blackdown-jdk13 jdk jdk14 kaffe run-jdk13 sun-jdk14 sun-jdk15 sun-jdk6 openjdk7 openjdk7-bin sun-jdk7 openjdk8 oracle-jdk8") + jvms := enum("openjdk8 oracle-jdk8 openjdk7 sun-jdk7 sun-jdk6 jdk16 jdk15 kaffe") // See mk/java-vm.mk:/_PKG_JVMS/ sys("PKG_JVM", lkNone, jvms) acl("PKG_JVMS_ACCEPTED", lkShell, jvms, "Makefile: set; Makefile.common: default, set") usr("PKG_JVM_DEFAULT", lkNone, jvms) @@ -670,7 +670,6 @@ func (gd *GlobalData) InitVartypes() { acl("USE_BUILTIN.*", lkNone, CheckvarYesNoIndirectly, "builtin.mk: set") pkg("USE_CMAKE", lkNone, CheckvarYes) acl("USE_CROSSBASE", lkNone, CheckvarYes, "Makefile: set") - usr("USE_DESTDIR", lkNone, CheckvarYes) pkg("USE_FEATURES", lkShell, CheckvarIdentifier) pkg("USE_GCC_RUNTIME", lkNone, CheckvarYesNo) pkg("USE_GNU_CONFIGURE_HOST", lkNone, CheckvarYesNo) @@ -724,7 +723,7 @@ func enum(values string) *VarChecker { return } - if !vmap[cv.value] { + if cv.value == cv.valueNovar && !vmap[cv.value] { cv.line.Warnf("%q is not valid for %s. Use one of { %s } instead.", cv.value, cv.varname, values) } }} diff --git a/pkgtools/pkglint/files/vartype.go b/pkgtools/pkglint/files/vartype.go index 686565e8ddaee..f88e548d5c37d 100644 --- a/pkgtools/pkglint/files/vartype.go +++ b/pkgtools/pkglint/files/vartype.go @@ -179,7 +179,7 @@ var ( CheckvarPkgPath = &VarChecker{"PkgPath", (*VartypeCheck).PkgPath} CheckvarPkgOptionsVar = &VarChecker{"PkgOptionsVar", (*VartypeCheck).PkgOptionsVar} CheckvarPkgRevision = &VarChecker{"PkgRevision", (*VartypeCheck).PkgRevision} - CheckvarPlatformTriple = &VarChecker{"PlatformTriple", (*VartypeCheck).PlatformTriple} + CheckvarPlatformPattern = &VarChecker{"PlatformPattern", (*VartypeCheck).PlatformPattern} CheckvarPrefixPathname = &VarChecker{"PrefixPathname", (*VartypeCheck).PrefixPathname} CheckvarPythonDependency = &VarChecker{"PythonDependency", (*VartypeCheck).PythonDependency} CheckvarRelativePkgDir = &VarChecker{"RelativePkgDir", (*VartypeCheck).RelativePkgDir} diff --git a/pkgtools/pkglint/files/vartypecheck.go b/pkgtools/pkglint/files/vartypecheck.go index a91a1ce372dfd..bcf2deb5734aa 100644 --- a/pkgtools/pkglint/files/vartypecheck.go +++ b/pkgtools/pkglint/files/vartypecheck.go @@ -50,6 +50,26 @@ func (op MkOperator) String() string { return [...]string{"=", "!=", ":=", "+=", "?=", "use", "use-loadtime", "use-match"}[op] } +const ( + reEmulPlatform = "" + + "bitrig|bsdos|cygwin|darwin|dragonfly|freebsd|" + + "haiku|hpux|interix|irix|linux|mirbsd|netbsd|openbsd|osf1|solaris" + rePlatformOs = "" + + "Bitrig|BSDOS|Cygwin|Darwin|DragonFly|FreeBSD|" + + "Haiku|HPUX|Interix|IRIX|Linux|MirBSD|NetBSD|OpenBSD|OSF1|QNX|SunOS" + rePlatformArch = "" + + "alpha|amd64|arc|arm|arm32|cobalt|convex|dreamcast|" + + "hpcmips|hpcsh|hppa|i386|ia64|" + + "m68k|m88k|mips|mips64|mips64eb|mips64el|mipseb|mipsel|mipsn32|" + + "ns32k|pc532|pmax|powerpc|rs6000|s390|sh3eb|sh3el|sparc|sparc64|vax|x86_64" +) + +var ( + emulPlatformEnum = enum(strings.Replace(reEmulPlatform, "|", " ", -1)) + platformOsEnum = enum(strings.Replace(rePlatformOs, "|", " ", -1)) + platformArchEnum = enum(strings.Replace(rePlatformArch, "|", " ", -1)) +) + func (cv *VartypeCheck) AwkCommand() { if G.opts.DebugUnchecked { cv.line.Debug1("Unchecked AWK command: %q", cv.value) @@ -137,7 +157,7 @@ func (cv *VartypeCheck) Comment() { func (cv *VartypeCheck) Dependency() { line, value := cv.line, cv.value - parser := NewParser(value) + parser := NewParser(line, value) deppat := parser.Dependency() if deppat != nil && deppat.wildcard == "" && (parser.Rest() == "{,nb*}" || parser.Rest() == "{,nb[0-9]*}") { line.Warn0("Dependency patterns of the form pkgbase>=1.0 don't need the \"{,nb*}\" extension.") @@ -243,16 +263,34 @@ func (cv *VartypeCheck) DistSuffix() { } func (cv *VartypeCheck) EmulPlatform() { + const rePart = `(?:\[[^\]]+\]|[^-\[])+` + const rePair = `^(` + rePart + `)-(` + rePart + `)$` + if m, opsysPattern, archPattern := match2(cv.value, rePair); m { + opsysCv := &VartypeCheck{ + cv.mkline, + cv.line, + "the operating system part of " + cv.varname, + cv.op, + opsysPattern, + opsysPattern, + cv.comment, + cv.listContext, + cv.guessed} + emulPlatformEnum.checker(opsysCv) - if m, opsys, arch := match2(cv.value, `^(\w+)-(\w+)$`); m { - if !matches(opsys, `^(?:bitrig|bsdos|cygwin|darwin|dragonfly|freebsd|haiku|hpux|interix|irix|linux|mirbsd|netbsd|openbsd|osf1|sunos|solaris)$`) { - cv.line.Warn1("Unknown operating system: %s", opsys) - } // no check for os_version - if !matches(arch, `^(?:i386|alpha|amd64|arc|arm|arm32|cobalt|convex|dreamcast|hpcmips|hpcsh|hppa|ia64|m68k|m88k|mips|mips64|mipsel|mipseb|mipsn32|ns32k|pc532|pmax|powerpc|rs6000|s390|sparc|sparc64|vax|x86_64)$`) { - cv.line.Warn1("Unknown hardware architecture: %s", arch) - } + archCv := &VartypeCheck{ + cv.mkline, + cv.line, + "the hardware architecture part of " + cv.varname, + cv.op, + archPattern, + archPattern, + cv.comment, + cv.listContext, + cv.guessed} + platformArchEnum.checker(archCv) } else { cv.line.Warn1("%q is not a valid emulation platform.", cv.value) Explain( @@ -260,7 +298,9 @@ func (cv *VartypeCheck) EmulPlatform() { "OPSYS is the lower-case name of the operating system, and", "MACHINE_ARCH is the hardware architecture.", "", - "Examples: linux-i386, irix-mipsel.") + "Examples:", + "* linux-i386", + "* irix-mipsel") } } @@ -535,31 +575,54 @@ func (cv *VartypeCheck) PkgRevision() { } } -func (cv *VartypeCheck) PlatformTriple() { +func (cv *VartypeCheck) PlatformPattern() { if cv.value != cv.valueNovar { return } - rePart := `(?:\[[^\]]+\]|[^-\[])+` - reTriple := `^(` + rePart + `)-(` + rePart + `)-(` + rePart + `)$` - if m, opsys, _, arch := match3(cv.value, reTriple); m { - if !matches(opsys, `^(?:\*|Bitrig|BSDOS|Cygwin|Darwin|DragonFly|FreeBSD|Haiku|HPUX|Interix|IRIX|Linux|MirBSD|NetBSD|OpenBSD|OSF1|QNX|SunOS)$`) { - cv.line.Warn1("Unknown operating system: %s", opsys) - } + const rePart = `(?:\[[^\]]+\]|[^-\[])+` + const reTriple = `^(` + rePart + `)-(` + rePart + `)-(` + rePart + `)$` + if m, opsysPattern, _, archPattern := match3(cv.value, reTriple); m { + opsysCv := &VartypeCheck{ + cv.mkline, + cv.line, + "the operating system part of " + cv.varname, + opUseMatch, // Always allow patterns, since this is a PlatformPattern. + opsysPattern, + opsysPattern, + cv.comment, + cv.listContext, + cv.guessed} + platformOsEnum.checker(opsysCv) + // no check for os_version - if !matches(arch, `^(?:\*|i386|alpha|amd64|arc|arm|arm32|cobalt|convex|dreamcast|hpcmips|hpcsh|hppa|ia64|m68k|m88k|mips|mips64|mipsel|mipseb|mipsn32|ns32k|pc532|pmax|powerpc|rs6000|s390|sparc|sparc64|vax|x86_64)$`) { - cv.line.Warn1("Unknown hardware architecture: %s", arch) - } + + archCv := &VartypeCheck{ + cv.mkline, + cv.line, + "the hardware architecture part of " + cv.varname, + opUseMatch, // Always allow patterns, since this is a PlatformPattern. + archPattern, + archPattern, + cv.comment, + cv.listContext, + cv.guessed} + platformArchEnum.checker(archCv) } else { - cv.line.Warn1("%q is not a valid platform triple.", cv.value) - Explain3( - "A platform triple has the form --.", + cv.line.Warn1("%q is not a valid platform pattern.", cv.value) + Explain( + "A platform pattern has the form --.", "Each of these components may be a shell globbing expression.", - "Examples: NetBSD-*-i386, *-*-*, Linux-*-*.") + "", + "Examples:", + "* NetBSD-[456].*-i386", + "* *-*-*", + "* Linux-*-*") } } +// A pathname relative to ${PREFIX}. func (cv *VartypeCheck) PrefixPathname() { if m, mansubdir := match1(cv.value, `^man/(.+)`); m { cv.line.Warn2("Please use \"${PKGMANDIR}/%s\" instead of %q.", mansubdir, cv.value) @@ -579,12 +642,12 @@ func (cv *VartypeCheck) PythonDependency() { } } -// Refers to a package directory. +// Refers to a package directory, e.g. ../../category/pkgbase. func (cv *VartypeCheck) RelativePkgDir() { cv.mkline.CheckRelativePkgdir(cv.value) } -// Refers to a file or directory. +// Refers to a file or directory, e.g. ../../category/pkgbase, ../../category/pkgbase/Makefile. func (cv *VartypeCheck) RelativePkgPath() { cv.mkline.CheckRelativePath(cv.value, true) } diff --git a/pkgtools/pkglint/files/vartypecheck_test.go b/pkgtools/pkglint/files/vartypecheck_test.go index 4cf8a54c4f7b8..dcd0615fe32d3 100644 --- a/pkgtools/pkglint/files/vartypecheck_test.go +++ b/pkgtools/pkglint/files/vartypecheck_test.go @@ -166,8 +166,8 @@ func (s *Suite) TestVartypeCheck_EmulPlatform(c *check.C) { "${LINUX}") c.Check(s.Output(), equals, ""+ - "WARN: fname:2: Unknown operating system: nextbsd\n"+ - "WARN: fname:2: Unknown hardware architecture: 8087\n"+ + "WARN: fname:2: \"nextbsd\" is not valid for the operating system part of EMUL_PLATFORM. Use one of { bitrig bsdos cygwin darwin dragonfly freebsd haiku hpux interix irix linux mirbsd netbsd openbsd osf1 solaris } instead.\n"+ + "WARN: fname:2: \"8087\" is not valid for the hardware architecture part of EMUL_PLATFORM. Use one of { alpha amd64 arc arm arm32 cobalt convex dreamcast hpcmips hpcsh hppa i386 ia64 m68k m88k mips mips64 mips64eb mips64el mipseb mipsel mipsn32 ns32k pc532 pmax powerpc rs6000 s390 sh3eb sh3el sparc sparc64 vax x86_64 } instead.\n"+ "WARN: fname:3: \"${LINUX}\" is not a valid emulation platform.\n") } @@ -287,16 +287,20 @@ func (s *Suite) TestVartypeCheck_PkgRevision(c *check.C) { c.Check(s.Output(), equals, "") } -func (s *Suite) TestVartypeCheck_PlatformTriple(c *check.C) { - runVartypeChecks("ONLY_FOR_PLATFORM", opAssign, (*VartypeCheck).PlatformTriple, +func (s *Suite) TestVartypeCheck_PlatformPattern(c *check.C) { + runVartypeMatchChecks("ONLY_FOR_PLATFORM", (*VartypeCheck).PlatformPattern, "linux-i386", "nextbsd-5.0-8087", + "netbsd-7.0-l*", + "NetBSD-1.6.2-i386", "${LINUX}") c.Check(s.Output(), equals, ""+ - "WARN: fname:1: \"linux-i386\" is not a valid platform triple.\n"+ - "WARN: fname:2: Unknown operating system: nextbsd\n"+ - "WARN: fname:2: Unknown hardware architecture: 8087\n") + "WARN: fname:1: \"linux-i386\" is not a valid platform pattern.\n"+ + "WARN: fname:2: The pattern \"nextbsd\" cannot match any of { Bitrig BSDOS Cygwin Darwin DragonFly FreeBSD Haiku HPUX Interix IRIX Linux MirBSD NetBSD OpenBSD OSF1 QNX SunOS } for the operating system part of ONLY_FOR_PLATFORM.\n"+ + "WARN: fname:2: The pattern \"8087\" cannot match any of { alpha amd64 arc arm arm32 cobalt convex dreamcast hpcmips hpcsh hppa i386 ia64 m68k m88k mips mips64 mips64eb mips64el mipseb mipsel mipsn32 ns32k pc532 pmax powerpc rs6000 s390 sh3eb sh3el sparc sparc64 vax x86_64 } for the hardware architecture part of ONLY_FOR_PLATFORM.\n"+ + "WARN: fname:3: The pattern \"netbsd\" cannot match any of { Bitrig BSDOS Cygwin Darwin DragonFly FreeBSD Haiku HPUX Interix IRIX Linux MirBSD NetBSD OpenBSD OSF1 QNX SunOS } for the operating system part of ONLY_FOR_PLATFORM.\n"+ + "WARN: fname:3: The pattern \"l*\" cannot match any of { alpha amd64 arc arm arm32 cobalt convex dreamcast hpcmips hpcsh hppa i386 ia64 m68k m88k mips mips64 mips64eb mips64el mipseb mipsel mipsn32 ns32k pc532 pmax powerpc rs6000 s390 sh3eb sh3el sparc sparc64 vax x86_64 } for the hardware architecture part of ONLY_FOR_PLATFORM.\n") } func (s *Suite) TestVartypeCheck_PythonDependency(c *check.C) { diff --git a/pkgtools/pkglint/select.mk b/pkgtools/pkglint/select.mk index 218ec098d89ef..56bc9577908fb 100644 --- a/pkgtools/pkglint/select.mk +++ b/pkgtools/pkglint/select.mk @@ -1,4 +1,4 @@ -# $NetBSD: select.mk,v 1.3 2016/02/02 08:00:10 rillig Exp $ +# $NetBSD: select.mk,v 1.4 2016/03/23 16:36:53 gdt Exp $ # # Selects the proper version of pkglint, depending on whether the # platform supports the Go programming language. @@ -7,7 +7,8 @@ .include "../../mk/bsd.fast.prefs.mk" # See lang/go/version.mk -.if ${MACHINE_ARCH:Ni386:Nx86_64:Nevbarm} || ${MACHINE_PLATFORM:MSunOS-*-i386} +# While it's wrong in the above, go14 does not build on NetBSD 5. +.if ${MACHINE_ARCH:Ni386:Nx86_64:Nevbarm} || ${MACHINE_PLATFORM:MSunOS-*-i386} || ${MACHINE_PLATFORM:MNetBSD-[1-5]*-*} DEPENDS+= pkglint4>=4.82<5:../../pkgtools/pkglint4 .else DEPENDS+= pkglint>=5:../../pkgtools/pkglint diff --git a/pkgtools/rdigest/distinfo b/pkgtools/rdigest/distinfo index 89ca4d0b22824..2f067d125da1d 100644 --- a/pkgtools/rdigest/distinfo +++ b/pkgtools/rdigest/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.9 2013/07/25 08:25:26 wiz Exp $ +$NetBSD: distinfo,v 1.10 2016/03/31 17:06:18 agc Exp $ SHA1 (patch-aa) = abb2e5088629b2b9ddd854d5238d6bcdf5cd9cae -SHA1 (patch-ab) = 2714a8a9197c4f5bac8ed632c57beb8a47c022ee -SHA1 (patch-ac) = c465218f29c8135a54a1a0cab91eae034780a077 +SHA1 (patch-ab) = 90f3fc0d516f369423a44fabb4707e2c19d27b0d +SHA1 (patch-ac) = 6426d88d867f62ced0beb1878cb34d09b6710f0c diff --git a/pkgtools/rdigest/patches/patch-ab b/pkgtools/rdigest/patches/patch-ab index 828b32ad2bc01..fbf1430e7e15d 100644 --- a/pkgtools/rdigest/patches/patch-ab +++ b/pkgtools/rdigest/patches/patch-ab @@ -1,20 +1,14 @@ -$NetBSD: patch-ab,v 1.5 2013/07/25 08:25:26 wiz Exp $ +$NetBSD: patch-ab,v 1.6 2016/03/31 17:06:18 agc Exp $ ---- digest.1.orig 2013-07-25 08:24:59.000000000 +0000 -+++ digest.1 -@@ -2,5 +2,5 @@ - .\" - .\" --.\" Copyright (c) 2001 Alistair G. Crooks. All rights reserved. -+.\" Copyright (c) 2001-2005 Alistair G. Crooks. All rights reserved. - .\" - .\" Redistribution and use in source and binary forms, with or without -@@ -32,12 +32,13 @@ - .\" +Patch digest man page for rdigest functionality + +--- digest.1.orig 2016-03-31 09:37:14.729218330 -0700 ++++ digest.1 2016-03-31 09:40:35.110066257 -0700 +@@ -24,20 +24,21 @@ + .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" --.Dd March 23, 2005 + .Dd February 16, 2016 -.Dt DIGEST 1 -+.Dd March 31, 2005 +.Dt RDIGEST 1 .Os .Sh NAME @@ -24,25 +18,33 @@ $NetBSD: patch-ab,v 1.5 2013/07/25 08:25:26 wiz Exp $ +.Nd calculate message digests of files and directories .Sh SYNOPSIS .Nm + .Op Fl "Vt" +.Op Fl x Ar directory .Ar algorithm - .Op file ... -@@ -45,6 +46,13 @@ + .Op Ar + .Sh DESCRIPTION The .Nm -utility calculates message digests of files or, +utility calculates message digests of files, directories, or, if no file is specified, standard input. + .Pp + It can also run self tests via the +@@ -46,6 +47,12 @@ + for the + .Dv SHA3 + set of digests. +The +.Fl x +option can be used as many times as required to indicate directories +not to be included in a directory's hash. +This allows you to skip, eg, CVS subdirectories in a given tree, which +can have relatively volatile contents not pertinent to the hash. -+.Pp - The list of possible algorithms is: - .Bl -tag -width Ds -@@ -89,4 +97,23 @@ algorithm implementations, which are loc + .Pp + The + .Fl V +@@ -111,12 +118,32 @@ + algorithm implementations, which are located in the standard C library, and was designed to be scalable as new message digest algorithms are developed. +The checksum for a directory is implemented as the hash over a list of @@ -66,13 +68,16 @@ $NetBSD: patch-ab,v 1.5 2013/07/25 08:25:26 wiz Exp $ +.El .Pp The -@@ -95,4 +122,5 @@ utility exits 0 on success, and \*[Gt]0 + .Nm + utility exits 0 on success, and \*[Gt]0 if an error occurs. .Sh SEE ALSO .Xr cksum 1 , +.Xr digest 1 , .Xr md5 3 , .Xr rmd160 3 , -@@ -102,8 +130,12 @@ The + .Xr sha1 3 +@@ -124,9 +151,13 @@ + The .Nm utility first appeared in -.Nx 1.6 . diff --git a/pkgtools/rdigest/patches/patch-ac b/pkgtools/rdigest/patches/patch-ac index 9c85bb10136ad..5f8ce40027fe7 100644 --- a/pkgtools/rdigest/patches/patch-ac +++ b/pkgtools/rdigest/patches/patch-ac @@ -1,14 +1,17 @@ -$NetBSD: patch-ac,v 1.5 2010/02/24 22:00:03 joerg Exp $ +$NetBSD: patch-ac,v 1.6 2016/03/31 17:06:18 agc Exp $ ---- digest.c.orig 2008-09-18 12:13:50.000000000 +0200 -+++ digest.c -@@ -41,8 +41,17 @@ +patch digest program to recurse through directories + +--- digest.c.orig 2016-03-31 09:37:14.729643239 -0700 ++++ digest.c 2016-03-31 10:02:46.312679447 -0700 +@@ -28,9 +28,19 @@ + #include "config.h" #endif +#include +#include +#include - ++ #ifdef HAVE_ERRNO_H #include #endif @@ -20,7 +23,9 @@ $NetBSD: patch-ac,v 1.5 2010/02/24 22:00:03 joerg Exp $ +#endif #ifdef HAVE_LOCALE_H #include -@@ -158,4 +167,155 @@ digest_file(char *fn, alg_t *alg) + #endif +@@ -161,19 +171,173 @@ + return (rc); } +struct excl { @@ -176,33 +181,42 @@ $NetBSD: patch-ac,v 1.5 2010/02/24 22:00:03 joerg Exp $ + int main(int argc, char **argv) -@@ -164,13 +324,19 @@ main(int argc, char **argv) - int rval; - int i; + { + struct stat st; -+ -+ LIST_INIT(&excl); + alg_t *alg; + int test; + int ok; + int i; ++ LIST_INIT(&excl); ++ #ifdef HAVE_SETLOCALE (void) setlocale(LC_ALL, ""); #endif -- while ((i = getopt(argc, argv, "V")) != -1) { -+ while ((i = getopt(argc, argv, "Vx:")) != -1) { + test = 0; +- while ((i = getopt(argc, argv, "Vt")) != -1) { ++ while ((i = getopt(argc, argv, "Vtx:")) != -1) { switch(i) { case 'V': printf("%s\n", VERSION); - return EXIT_SUCCESS; +@@ -181,6 +345,9 @@ + case 't': + test = 1; + break; + case 'x': + exclude(optarg); + break; } } -@@ -197,5 +363,7 @@ main(int argc, char **argv) + if (test) { +@@ -212,7 +379,9 @@ + } } else { - for (i = 0 ; i < argc ; i++) { + for (i = optind + 1 ; i < argc ; i++) { - if (!digest_file(argv[i], alg)) { + if (stat(argv[i], &st) == -1 || + (S_ISREG(st.st_mode) && !digest_file(argv[i], alg)) || + (S_ISDIR(st.st_mode) && !digest_directory(argv[i], alg))) { - (void) fprintf(stderr, "%s\n", argv[i]); - rval = EXIT_FAILURE; + fprintf(stderr, "%s\n", argv[i]); + ok = 0; + } diff --git a/print/LPRng-core/Makefile b/print/LPRng-core/Makefile index 0ed1c957c6ca7..ba3fd8e812782 100644 --- a/print/LPRng-core/Makefile +++ b/print/LPRng-core/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.39 2013/04/08 11:17:20 rodent Exp $ +# $NetBSD: Makefile,v 1.40 2016/05/07 10:08:48 joerg Exp $ DISTNAME= LPRng-3.8.28 PKGNAME= LPRng-core-3.8.28 @@ -57,9 +57,8 @@ SPECIAL_PERMS+= bin/lpq ${SETUID_ROOT_PERMS} \ .include "../../mk/compiler.mk" -.if !empty(PKGSRC_COMPILER:Mclang) +# Too much noise to be useful. BUILDLINK_TRANSFORM+= rm:-Werror -.endif pre-patch: ${MV} ${WRKSRC:Q}/man/lpd.conf.n ${WRKSRC:Q}/man/lpd.conf.n.in diff --git a/print/R-knitr/Makefile b/print/R-knitr/Makefile index e12fb4f0f9845..de63390213a72 100644 --- a/print/R-knitr/Makefile +++ b/print/R-knitr/Makefile @@ -1,22 +1,23 @@ -# $NetBSD: Makefile,v 1.1 2014/09/20 04:03:40 brook Exp $ +# $NetBSD: Makefile,v 1.3 2016/04/16 15:04:36 wen Exp $ CATEGORIES= print MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= ${R_HOMEPAGE_BASE}/knitr/ -COMMENT= A general-purpose package for dynamic report generation in R -# TODO: LICENSE= GPL +COMMENT= General-purpose package for dynamic report generation in R +LICENSE= gnu-gpl-v2 OR gnu-gpl-v3 R_PKGNAME= knitr -R_PKGVER= 1.6 +R_PKGVER= 1.12.3 -DEPENDS+= R-evaluate>=0.5.3:../../devel/R-evaluate +DEPENDS+= R-evaluate>=0.8:../../devel/R-evaluate DEPENDS+= R-digest>=0.6.4:../../security/R-digest DEPENDS+= R-formatR>=0.10:../../textproc/R-formatR DEPENDS+= R-highr>=0.3:../../textproc/R-highr DEPENDS+= R-markdown>=0.6.5:../../textproc/R-markdown DEPENDS+= R-stringr>=0.6:../../textproc/R-stringr +DEPENDS+= R-yaml>=2.1.5:../../textproc/R-yaml REPLACE_RSCRIPT+= inst/bin/knit REPLACE_RSCRIPT+= inst/examples/knit-all.R diff --git a/print/R-knitr/distinfo b/print/R-knitr/distinfo index e5f29951a7325..31aad186d089e 100644 --- a/print/R-knitr/distinfo +++ b/print/R-knitr/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2015/11/04 01:01:30 agc Exp $ +$NetBSD: distinfo,v 1.3 2016/04/16 15:00:48 wen Exp $ -SHA1 (R/knitr_1.6.tar.gz) = 1d8a04a9e0526a31ac59fc81d34ceb9b92f9eee4 -RMD160 (R/knitr_1.6.tar.gz) = 7ca0e2c42776a5472e822bacd2b82fa171ffce87 -SHA512 (R/knitr_1.6.tar.gz) = bb7ac6064d78bb1d8f74798c0659c3be3bd30bf0f226f4358dc63b8438c388f3a529c6887d5a9f8a5ef29cf6429479bfbf0e8e85025b89219b869330d343f466 -Size (R/knitr_1.6.tar.gz) = 990556 bytes +SHA1 (R/knitr_1.12.3.tar.gz) = 35574f6f163d9e39bd1695eb67f1d7dc5cab88ff +RMD160 (R/knitr_1.12.3.tar.gz) = d23485cbf9e35f16ddcfa52ab3080fcbea2d55bb +SHA512 (R/knitr_1.12.3.tar.gz) = 8baef158d6b34e7026936db26f849c2c162babfab651ef277cf3f22462154e03d74996dfbfcd928043ec11cae178e04de796913fe3887950d8d860295280bf56 +Size (R/knitr_1.12.3.tar.gz) = 830827 bytes diff --git a/print/advi/Makefile b/print/advi/Makefile index e81874c1d1385..d336e17f1fc8b 100644 --- a/print/advi/Makefile +++ b/print/advi/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.90 2016/03/05 11:29:15 jperkin Exp $ +# $NetBSD: Makefile,v 1.93 2016/05/05 11:45:41 jaapb Exp $ DISTNAME= advi-1.10.2 -PKGREVISION= 7 +PKGREVISION= 10 CATEGORIES= print MASTER_SITES= http://gallium.inria.fr/advi/ diff --git a/print/cups-filters/Makefile b/print/cups-filters/Makefile index ba6d731959904..8467fb7c0dd88 100644 --- a/print/cups-filters/Makefile +++ b/print/cups-filters/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.43 2016/03/05 11:29:16 jperkin Exp $ +# $NetBSD: Makefile,v 1.45 2016/04/15 14:42:52 wiz Exp $ -DISTNAME= cups-filters-1.8.2 +DISTNAME= cups-filters-1.8.3 PKGREVISION= 1 CATEGORIES= print MASTER_SITES= http://openprinting.org/download/cups-filters/ diff --git a/print/cups-filters/PLIST b/print/cups-filters/PLIST index f57dbaaf2d1ef..5e32efa92c66e 100644 --- a/print/cups-filters/PLIST +++ b/print/cups-filters/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.10 2016/01/24 11:18:48 wiz Exp $ +@comment $NetBSD: PLIST,v 1.11 2016/04/10 09:41:58 leot Exp $ bin/foomatic-rip bin/ttfread include/cupsfilters/colord.h @@ -87,6 +87,7 @@ share/cups/drv/indexv3.drv share/cups/drv/indexv4.drv share/cups/mime/braille.convs share/cups/mime/braille.types +share/cups/mime/cupsfilters-ghostscript.convs share/cups/mime/cupsfilters.convs share/cups/mime/cupsfilters.types share/cups/ppdc/braille.defs diff --git a/print/cups-filters/distinfo b/print/cups-filters/distinfo index faf04076a2fc4..0eaaa74ccaaf7 100644 --- a/print/cups-filters/distinfo +++ b/print/cups-filters/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.32 2016/02/14 10:45:46 wiz Exp $ +$NetBSD: distinfo,v 1.33 2016/04/10 09:41:58 leot Exp $ -SHA1 (cups-filters-1.8.2.tar.xz) = 9043a43076ae8d688748e107dd89cfc13b7b2440 -RMD160 (cups-filters-1.8.2.tar.xz) = 5b396adcdbdcc9261324b5a08bb5732fa621f0e2 -SHA512 (cups-filters-1.8.2.tar.xz) = 71cd08b7955a334fa04834e99365ac8e83d34ba71a4de8a4a3e7cf7fd50768332d1a0588b963b9301f5a88170d3c700c36cf596a45497032202f3e5f18f93f2e -Size (cups-filters-1.8.2.tar.xz) = 1372508 bytes +SHA1 (cups-filters-1.8.3.tar.xz) = eef13af356cc99fca257ecf857c47ebf89b99cc7 +RMD160 (cups-filters-1.8.3.tar.xz) = e339ff5addff9d97f25c7f1301f4afe31b1be276 +SHA512 (cups-filters-1.8.3.tar.xz) = 5c3648670ae141038a373c4e800e81a7584759e3caf8c4e4468cb0da11c0ff521ac80678e603856c7209da6638673400305c38903cb27e3b4d792d17947e2af4 +Size (cups-filters-1.8.3.tar.xz) = 1373028 bytes diff --git a/print/cups/Makefile b/print/cups/Makefile index 3b23cb1b552eb..2fc3360743d21 100644 --- a/print/cups/Makefile +++ b/print/cups/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.228 2016/03/05 11:27:53 jperkin Exp $ +# $NetBSD: Makefile,v 1.229 2016/03/22 14:43:53 khorben Exp $ # # The CUPS author is very good about taking back changes into the main # CUPS distribution. The correct place to send patches or bug-fixes is: @@ -179,6 +179,7 @@ post-install: .include "../../devel/zlib/buildlink3.mk" .include "../../graphics/png/buildlink3.mk" .include "../../graphics/tiff/buildlink3.mk" +.include "../../mk/curses.buildlink3.mk" .include "../../mk/jpeg.buildlink3.mk" .include "../../mk/pthread.buildlink3.mk" .include "../../print/libpaper/buildlink3.mk" diff --git a/print/cups15/Makefile b/print/cups15/Makefile index 51f28a9fc7a5d..8677597509d6f 100644 --- a/print/cups15/Makefile +++ b/print/cups15/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2016/03/05 11:27:53 jperkin Exp $ +# $NetBSD: Makefile,v 1.12 2016/03/22 22:51:13 khorben Exp $ # # The CUPS author is very good about taking back changes into the main # CUPS distribution. The correct place to send patches or bug-fixes is: @@ -192,6 +192,7 @@ post-install: .include "../../devel/zlib/buildlink3.mk" .include "../../graphics/png/buildlink3.mk" .include "../../graphics/tiff/buildlink3.mk" +.include "../../mk/curses.buildlink3.mk" .include "../../mk/jpeg.buildlink3.mk" .include "../../mk/pthread.buildlink3.mk" .include "../../print/libpaper/buildlink3.mk" diff --git a/print/cups15/buildlink3.mk b/print/cups15/buildlink3.mk index 0e0ef63c5289e..e9950a2d4ee06 100644 --- a/print/cups15/buildlink3.mk +++ b/print/cups15/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.4 2016/03/05 11:27:53 jperkin Exp $ +# $NetBSD: buildlink3.mk,v 1.5 2016/03/22 23:04:15 khorben Exp $ BUILDLINK_TREE+= cups @@ -23,6 +23,7 @@ pkgbase := cups .include "../../converters/libiconv/buildlink3.mk" .include "../../graphics/png/buildlink3.mk" .include "../../graphics/tiff/buildlink3.mk" +.include "../../mk/curses.buildlink3.mk" .include "../../security/openssl/buildlink3.mk" .endif # CUPS_BUILDLINK3_MK diff --git a/print/deforaos-pdfviewer/Makefile b/print/deforaos-pdfviewer/Makefile index da4bd7bdbbcac..0a18735fa4724 100644 --- a/print/deforaos-pdfviewer/Makefile +++ b/print/deforaos-pdfviewer/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.26 2016/02/24 22:56:32 khorben Exp $ +# $NetBSD: Makefile,v 1.27 2016/04/15 14:42:52 wiz Exp $ # DISTNAME= PDFViewer-0.0.2 PKGNAME= deforaos-pdfviewer-0.0.2 +PKGREVISION= 1 CATEGORIES= print MASTER_SITES= http://www.defora.org/os/download/download/4431/ diff --git a/print/diffpdf/Makefile b/print/diffpdf/Makefile index 456dc0ad39592..4329ccade31a3 100644 --- a/print/diffpdf/Makefile +++ b/print/diffpdf/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.52 2016/03/05 11:29:16 jperkin Exp $ +# $NetBSD: Makefile,v 1.53 2016/04/15 14:42:53 wiz Exp $ DISTNAME= diffpdf-2.1.3 -PKGREVISION= 12 +PKGREVISION= 13 CATEGORIES= print MASTER_SITES= http://www.qtrac.eu/ diff --git a/print/electrix/Makefile b/print/electrix/Makefile index 1cf9b8b25f128..4393931497896 100644 --- a/print/electrix/Makefile +++ b/print/electrix/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.28 2016/03/05 11:29:16 jperkin Exp $ +# $NetBSD: Makefile,v 1.29 2016/04/15 14:42:53 wiz Exp $ # DISTNAME= electrix-0.2.0 -PKGREVISION= 26 +PKGREVISION= 27 CATEGORIES= print MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=electrix/} EXTRACT_SUFX= .tar.bz2 diff --git a/print/epdfview/Makefile b/print/epdfview/Makefile index fff3f7ff92f49..a9fb09704c4f6 100644 --- a/print/epdfview/Makefile +++ b/print/epdfview/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.60 2016/03/05 11:29:16 jperkin Exp $ +# $NetBSD: Makefile,v 1.61 2016/04/15 14:42:53 wiz Exp $ # DISTNAME= epdfview-0.1.8 -PKGREVISION= 36 +PKGREVISION= 37 CATEGORIES= print MASTER_SITES= http://anduin.linuxfromscratch.org/BLFS/epdfview/ EXTRACT_SUFX= .tar.bz2 diff --git a/print/epstool/distinfo b/print/epstool/distinfo index 032ef8580fe03..98767ca1782be 100644 --- a/print/epstool/distinfo +++ b/print/epstool/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.5 2015/11/04 01:01:32 agc Exp $ +$NetBSD: distinfo,v 1.6 2016/04/01 11:09:47 jperkin Exp $ SHA1 (epstool-3.08.tar.gz) = dc495934f06d3ea8b3209e8b02ea96c66c34f614 RMD160 (epstool-3.08.tar.gz) = 5594fee09e105745b390de0d2e7144034d83b8e0 SHA512 (epstool-3.08.tar.gz) = d6d70825c7d08cca318503bd8c12b48408b6d6cd3a64f26df94890373a3e73b68dc09a4eb454b81893c7ee3c11da791cdfed7466eb1410414cd1b97d80e8abf1 Size (epstool-3.08.tar.gz) = 191567 bytes -SHA1 (patch-aa) = 27ba994b57144cc075262557d68381429d732858 -SHA1 (patch-ab) = 73e4665fbabb254846c331e4939b7c67ba341bc9 +SHA1 (patch-aa) = 3a1f9b1985c02c1ed9934c93b36e9932a08e9233 +SHA1 (patch-ab) = 6227e56896cb30b93196fae34301f79321d6bbb1 diff --git a/print/epstool/patches/patch-aa b/print/epstool/patches/patch-aa index 282c5addd8fbf..276d10c89601b 100644 --- a/print/epstool/patches/patch-aa +++ b/print/epstool/patches/patch-aa @@ -1,8 +1,10 @@ -$NetBSD: patch-aa,v 1.3 2013/05/18 20:50:36 shattered Exp $ +$NetBSD: patch-aa,v 1.4 2016/04/01 11:09:47 jperkin Exp $ + +Use pkgsrc layout. --- makefile.orig 2005-06-10 09:41:00.000000000 +0000 +++ makefile -@@ -45,9 +45,9 @@ TARGET=epstool +@@ -45,10 +45,10 @@ TARGET=epstool include $(SRCDIR)/common.mak @@ -10,7 +12,9 @@ $NetBSD: patch-aa,v 1.3 2013/05/18 20:50:36 shattered Exp $ +EPSTOOL_ROOT=${DESTDIR}${PREFIX} EPSTOOL_BASE=$(prefix)$(EPSTOOL_ROOT) -EPSTOOL_DOCDIR=$(EPSTOOL_BASE)/share/doc/epstool-$(EPSTOOL_VERSION) +-EPSTOOL_MANDIR=$(EPSTOOL_BASE)/man +EPSTOOL_DOCDIR=$(EPSTOOL_BASE)/share/doc/epstool - EPSTOOL_MANDIR=$(EPSTOOL_BASE)/man ++EPSTOOL_MANDIR=$(EPSTOOL_BASE)/${PKGMANDIR} EPSTOOL_BINDIR=$(EPSTOOL_BASE)/bin + epstool: $(BD)epstool$(EXE) diff --git a/print/epstool/patches/patch-ab b/print/epstool/patches/patch-ab index c123bfe6ee0f3..22d4df7284440 100644 --- a/print/epstool/patches/patch-ab +++ b/print/epstool/patches/patch-ab @@ -1,4 +1,6 @@ -$NetBSD: patch-ab,v 1.1 2005/06/16 22:06:51 kristerw Exp $ +$NetBSD: patch-ab,v 1.2 2016/04/01 11:09:47 jperkin Exp $ + +Portability fixes. --- src/cplat.h.orig Thu Jun 16 23:44:42 2005 +++ src/cplat.h Thu Jun 16 23:48:06 2005 diff --git a/print/evince-nautilus/Makefile b/print/evince-nautilus/Makefile index e8c10e51c88fb..da2cf910e00ab 100644 --- a/print/evince-nautilus/Makefile +++ b/print/evince-nautilus/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.76 2016/03/05 11:29:16 jperkin Exp $ +# $NetBSD: Makefile,v 1.78 2016/04/15 14:42:53 wiz Exp $ # .include "../../print/evince/Makefile.common" PKGNAME= ${DISTNAME:S/evince/evince-nautilus/} -PKGREVISION= 37 +PKGREVISION= 39 COMMENT= File properties plugin for evince files .include "options.mk" @@ -14,6 +14,7 @@ INSTALL_DIRS= properties BUILDLINK_DEPMETHOD.libXt?= build BUILDLINK_API_DEPENDS.libgnomeui+= libgnomeui>=2.14.0 +.include "../../print/evince/buildlink3.mk" .include "../../security/libgnome-keyring/buildlink3.mk" .include "../../sysutils/nautilus/buildlink3.mk" .include "../../x11/libX11/buildlink3.mk" diff --git a/print/evince/Makefile b/print/evince/Makefile index 3b095fd474e3e..9803e7660bf02 100644 --- a/print/evince/Makefile +++ b/print/evince/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.116 2016/03/05 11:29:16 jperkin Exp $ +# $NetBSD: Makefile,v 1.117 2016/04/15 14:42:53 wiz Exp $ # .include "../../print/evince/Makefile.common" -PKGREVISION= 46 +PKGREVISION= 47 COMMENT= Document viewer diff --git a/print/evince3/Makefile b/print/evince3/Makefile index cc3f3aecfabcc..a35d1dffe1a80 100644 --- a/print/evince3/Makefile +++ b/print/evince3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.48 2016/03/05 11:29:16 jperkin Exp $ +# $NetBSD: Makefile,v 1.50 2016/04/15 14:42:53 wiz Exp $ PKGREVISION= 1 .include "../../print/evince3/Makefile.common" diff --git a/print/evince3/Makefile.common b/print/evince3/Makefile.common index f311c082929cd..d3b7d56e0d9a0 100644 --- a/print/evince3/Makefile.common +++ b/print/evince3/Makefile.common @@ -1,9 +1,9 @@ -# $NetBSD: Makefile.common,v 1.14 2016/02/26 02:24:34 leot Exp $ +# $NetBSD: Makefile.common,v 1.15 2016/04/14 08:40:57 prlw1 Exp $ # # used by print/evince3/Makefile # would probably be used by print/evince3-nautilus/Makefile if that existed -DISTNAME= evince-3.18.2 +DISTNAME= evince-3.20.0 CATEGORIES= print gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/evince/${PKGVERSION_NOREV:R}/} EXTRACT_SUFX= .tar.xz @@ -43,7 +43,7 @@ BUILDLINK_API_DEPENDS.adwaita-icon-theme+= adwaita-icon-theme>=2.17.1 .include "../../graphics/adwaita-icon-theme/buildlink3.mk" .include "../../graphics/tiff/buildlink3.mk" .include "../../print/libspectre/buildlink3.mk" -BUILDLINK_API_DEPENDS.poppler-glib+= poppler-glib>=0.24.0 +BUILDLINK_API_DEPENDS.poppler-glib+= poppler-glib>=0.33.0 .include "../../print/poppler-glib/buildlink3.mk" .include "../../sysutils/desktop-file-utils/desktopdb.mk" .include "../../textproc/gnome-doc-utils/buildlink3.mk" diff --git a/print/evince3/PLIST b/print/evince3/PLIST index 5acf8f17aae8e..dc7ca78decba5 100644 --- a/print/evince3/PLIST +++ b/print/evince3/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.11 2016/02/26 02:24:34 leot Exp $ +@comment $NetBSD: PLIST,v 1.12 2016/04/14 08:40:57 prlw1 Exp $ bin/evince bin/evince-previewer bin/evince-thumbnailer @@ -69,6 +69,7 @@ lib/libevdocument3.la lib/libevview3.la lib/pkgconfig/evince-document-3.0.pc lib/pkgconfig/evince-view-3.0.pc +lib/systemd/user/evince.service ${PLIST.dbus}libexec/evinced man/man1/evince.1 share/GConf/gsettings/evince.convert @@ -121,7 +122,6 @@ share/evince/icons/hicolor/48x48/actions/view-page-continuous.png share/evince/icons/hicolor/48x48/actions/view-page-facing.png share/evince/icons/hicolor/scalable/actions/object-rotate-left.svg share/evince/icons/hicolor/scalable/actions/object-rotate-right.svg -share/evince/icons/hicolor/scalable/apps/evince-symbolic.svg share/evince/icons/hicolor/scalable/mimetypes/x-office-presentation.svg share/glib-2.0/schemas/org.gnome.Evince.gschema.xml share/gtk-doc/html/evince/EvFileMonitor.html @@ -2961,6 +2961,7 @@ share/icons/hicolor/22x22/apps/evince.png share/icons/hicolor/24x24/apps/evince.png share/icons/hicolor/256x256/apps/evince.png share/icons/hicolor/48x48/apps/evince.png +share/icons/hicolor/symbolic/apps/evince-symbolic.svg share/locale/af/LC_MESSAGES/evince.mo share/locale/an/LC_MESSAGES/evince.mo share/locale/ar/LC_MESSAGES/evince.mo diff --git a/print/evince3/distinfo b/print/evince3/distinfo index 3df7327350521..37f3b6a5c756a 100644 --- a/print/evince3/distinfo +++ b/print/evince3/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.10 2016/02/26 02:24:34 leot Exp $ +$NetBSD: distinfo,v 1.11 2016/04/14 08:40:57 prlw1 Exp $ -SHA1 (evince-3.18.2.tar.xz) = 2e120d9792b448f0fad4a9285cb3346a2cbc1098 -RMD160 (evince-3.18.2.tar.xz) = 53d3b303834095931c837fce4d8937bdaac883d7 -SHA512 (evince-3.18.2.tar.xz) = 9d73d23de18f89034bf3ba1f18aba37316ddd6304370f3442a39c62d95a3443a51b1b7c641616f7b2d2d4deb316f0ea5246650eee3e4458a2356c9f2b2406fe6 -Size (evince-3.18.2.tar.xz) = 3159888 bytes +SHA1 (evince-3.20.0.tar.xz) = 9bc833831fd5815da1b12899f3372e145a3b6b37 +RMD160 (evince-3.20.0.tar.xz) = d20fd37623c297b9dd92bdaee67e541fee966dcf +SHA512 (evince-3.20.0.tar.xz) = 924e2ea66f45cc449a03fa6bc5bda28e54a0add26bcbc0bd1e58fd2851b7999722e7e70e54e9f338f66a4527b5924e55ae03050be2fffc267fdfee2eba5c6d9d +Size (evince-3.20.0.tar.xz) = 3342544 bytes diff --git a/print/evince3/options.mk b/print/evince3/options.mk index 21893f96342ae..4092df9483486 100644 --- a/print/evince3/options.mk +++ b/print/evince3/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.6 2016/02/26 02:24:34 leot Exp $ +# $NetBSD: options.mk,v 1.7 2016/04/14 08:40:57 prlw1 Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.evince PKG_SUPPORTED_OPTIONS= dbus djvu dvi gstreamer xps @@ -26,6 +26,7 @@ CONFIGURE_ARGS+= --disable-dvi .if !empty(PKG_OPTIONS:Mdjvu) PLIST.djvu= yes +BUILDLINK_API_DEPENDS.djvulibre-lib+= djvulibre-lib>=3.5.27 .include "../../graphics/djvulibre-lib/buildlink3.mk" .else CONFIGURE_ARGS+= --disable-djvu diff --git a/print/ghostscript-agpl/Makefile b/print/ghostscript-agpl/Makefile index 57a22766ae843..89b6a05e7d755 100644 --- a/print/ghostscript-agpl/Makefile +++ b/print/ghostscript-agpl/Makefile @@ -1,11 +1,9 @@ -# $NetBSD: Makefile,v 1.18 2016/02/25 17:52:45 jperkin Exp $ +# $NetBSD: Makefile,v 1.19 2016/04/07 08:52:05 adam Exp $ DISTNAME= ghostscript-${GS_VERSION} PKGNAME= ${DISTNAME:S/ghostscript/ghostscript-agpl/} -PKGREVISION= 1 CATEGORIES= print -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ghostscript/} \ - http://downloads.ghostscript.com/public/ +MASTER_SITES= ${MASTER_SITE_GITHUB:=ArtifexSoftware/ghostpdl-downloads/releases/download/gs919/} EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org diff --git a/print/ghostscript-agpl/Makefile.common b/print/ghostscript-agpl/Makefile.common index 9369f0322b8d4..59d21b58c8d1a 100644 --- a/print/ghostscript-agpl/Makefile.common +++ b/print/ghostscript-agpl/Makefile.common @@ -1,5 +1,5 @@ -# $NetBSD: Makefile.common,v 1.7 2015/10/10 11:55:18 adam Exp $ +# $NetBSD: Makefile.common,v 1.8 2016/04/07 08:52:05 adam Exp $ # used by print/ghostscript-agpl/Makefile # used by fonts/ghostscript-cidfonts-ryumin/Makefile -GS_VERSION= 9.18 +GS_VERSION= 9.19 diff --git a/print/ghostscript-agpl/PLIST b/print/ghostscript-agpl/PLIST index 37d81612e080c..78d023858c17a 100644 --- a/print/ghostscript-agpl/PLIST +++ b/print/ghostscript-agpl/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.6 2015/12/10 11:58:58 markd Exp $ +@comment $NetBSD: PLIST,v 1.7 2016/04/07 08:52:05 adam Exp $ bin/dvipdf bin/eps2eps bin/font2c @@ -404,8 +404,6 @@ share/ghostscript/${PKGVERSION}/doc/News.htm share/ghostscript/${PKGVERSION}/doc/Projects.htm share/ghostscript/${PKGVERSION}/doc/Ps-style.htm share/ghostscript/${PKGVERSION}/doc/Ps2epsi.htm -share/ghostscript/${PKGVERSION}/doc/Ps2pdf.htm -share/ghostscript/${PKGVERSION}/doc/Ps2ps2.htm share/ghostscript/${PKGVERSION}/doc/Psfiles.htm share/ghostscript/${PKGVERSION}/doc/Readme.htm share/ghostscript/${PKGVERSION}/doc/Release.htm diff --git a/print/ghostscript-agpl/distinfo b/print/ghostscript-agpl/distinfo index 91181fe35d03b..cfa975f47340d 100644 --- a/print/ghostscript-agpl/distinfo +++ b/print/ghostscript-agpl/distinfo @@ -1,13 +1,13 @@ -$NetBSD: distinfo,v 1.11 2015/12/10 11:58:58 markd Exp $ +$NetBSD: distinfo,v 1.12 2016/04/07 08:52:05 adam Exp $ -SHA1 (ghostscript-9.18.tar.bz2) = 388fea50a38e422a4c6ff27c184491bf5ecb96e1 -RMD160 (ghostscript-9.18.tar.bz2) = 2a05ef570b5ebcf79501fd3ee1fb552be4e9c3fe -SHA512 (ghostscript-9.18.tar.bz2) = 1ea0911cbdd6861ddadf4d4ff3b0fa043885162a8a3ce730e3cec2402cc591c1c3abc31680c7444b7e5b59e56d0d567649ac7394dda94ab830fb197b4d277e1f -Size (ghostscript-9.18.tar.bz2) = 29460941 bytes -SHA1 (patch-af) = 11c348036c61478db8e612d7924c6f49e22c32f3 +SHA1 (ghostscript-9.19.tar.bz2) = 6ac5c1fb665b3201622e1149f04c641c506bf6c4 +RMD160 (ghostscript-9.19.tar.bz2) = c869357b20ab50d36a6d6ec656732f711e2d36ed +SHA512 (ghostscript-9.19.tar.bz2) = d92d05c90ab4849ccca0d8aa0c583d41da3fe6089fd724a84f1fbddb3e65e116ee064ae0933b77019609332f765840146b62607e2f94dbfff90aa0597e1271ea +Size (ghostscript-9.19.tar.bz2) = 29616270 bytes +SHA1 (patch-af) = ad8fbc52a814905b25dbd10ff51ae8615579a7d1 SHA1 (patch-ah) = db74a482e22771414f223a97dd71df5215553d85 SHA1 (patch-ai) = 427504a85cc08e49c18d607b434febe65c9880a2 -SHA1 (patch-al) = f0816b9fd61c6af0ebde05ccb464560b8d0a80f4 +SHA1 (patch-al) = 8245bdac049567139570b5b2d3f7b784f82a6848 SHA1 (patch-base_gserrors_h) = ce75cfb7528871842a3bd35e18a6d91c89823909 -SHA1 (patch-devices_devs.mak) = 08af9e55d0b93f748de10e475bfcc16538f0115c +SHA1 (patch-devices_devs.mak) = ceb89a4d50765e146c0f3199c31b2c053bf2be09 SHA1 (patch-openjpeg_libopenjpeg_opj_malloc_h) = bf7e47c77e6960df473d3bf97dfa78f207a14a01 diff --git a/print/ghostscript-agpl/patches/patch-af b/print/ghostscript-agpl/patches/patch-af index 474e4c800da83..7be2fa88d80c9 100644 --- a/print/ghostscript-agpl/patches/patch-af +++ b/print/ghostscript-agpl/patches/patch-af @@ -1,4 +1,4 @@ -$NetBSD: patch-af,v 1.5 2015/12/10 11:58:58 markd Exp $ +$NetBSD: patch-af,v 1.6 2016/04/07 08:52:06 adam Exp $ ghostscript has hand-rolled shared lib handling in src/unix-dll.mak that does not do the right thing on Darwin (where shared libs are @@ -8,11 +8,9 @@ as an extension). You need to manually reconfigure unix-dll.mak to make it work, so do it in hacks.mk. -Add gserrors.h to the installed files (Bug 696301) - ---- base/unix-dll.mak.orig 2015-10-05 08:21:11.000000000 +0000 +--- base/unix-dll.mak.orig 2016-03-23 08:22:48.000000000 +0000 +++ base/unix-dll.mak -@@ -64,11 +64,11 @@ GS_SONAME_MAJOR_MINOR=$(GS_SONAME_BASE)$ +@@ -66,11 +66,11 @@ GS_SONAME_MAJOR_MINOR=$(GS_SONAME_BASE)$ # MacOS X @@ -29,25 +27,17 @@ Add gserrors.h to the installed files (Bug 696301) #LDFLAGS_SO_MAC=-dynamiclib -install_name $(GS_SONAME_MAJOR_MINOR) #LDFLAGS_SO=-dynamiclib -install_name $(FRAMEWORK_NAME) -@@ -94,11 +94,11 @@ so-links-subtarget: $(GS_SO) +@@ -96,11 +96,11 @@ so-links-subtarget: $(GS_SO) $(UNIX_DLL_ # Build the small Ghostscript loaders, with Gtk+ and without - $(GSSOC_XE): so-links-subtarget $(PSSRC)$(SOC_LOADER) + $(GSSOC_XE): so-links-subtarget $(PSSRC)$(SOC_LOADER) $(UNIX_DLL_MAK) $(MAKEDIRS) $(GLCC) -g -o $(GSSOC_XE) $(PSSRC)dxmainc.c \ - -L$(BINDIR) -l$(GS_SO_BASE) + -L$(BINDIR) -Wl,-R$(PREFIX)/lib -l$(GS_SO_BASE) - $(GSSOX_XE): so-links-subtarget $(PSSRC)$(SOC_LOADER) + $(GSSOX_XE): so-links-subtarget $(PSSRC)$(SOC_LOADER) $(UNIX_DLL_MAK) $(MAKEDIRS) $(GLCC) -g $(SOC_CFLAGS) -o $(GSSOX_XE) $(PSSRC)$(SOC_LOADER) \ - -L$(BINDIR) -l$(GS_SO_BASE) $(SOC_LIBS) + -L$(BINDIR) -Wl,-R$(PREFIX)/lib -l$(GS_SO_BASE) $(SOC_LIBS) # ------------------------- Recursive make targets ------------------------- # -@@ -184,6 +184,7 @@ install-so-subtarget: so-subtarget - ln -s $(GS_SONAME_MAJOR_MINOR) $(DESTDIR)$(libdir)/$(GS_SONAME_MAJOR) - $(INSTALL_DATA) $(PSSRC)iapi.h $(DESTDIR)$(gsincludedir)iapi.h - $(INSTALL_DATA) $(PSSRC)ierrors.h $(DESTDIR)$(gsincludedir)ierrors.h -+ $(INSTALL_DATA) $(GLSRC)gserrors.h $(DESTDIR)$(gsincludedir)gserrors.h - $(INSTALL_DATA) $(DEVSRC)gdevdsp.h $(DESTDIR)$(gsincludedir)gdevdsp.h - - soinstall: diff --git a/print/ghostscript-agpl/patches/patch-al b/print/ghostscript-agpl/patches/patch-al index 67eddcb4ecf04..414fa0f70f9fd 100644 --- a/print/ghostscript-agpl/patches/patch-al +++ b/print/ghostscript-agpl/patches/patch-al @@ -1,11 +1,11 @@ -$NetBSD: patch-al,v 1.3 2015/10/10 11:55:19 adam Exp $ +$NetBSD: patch-al,v 1.4 2016/04/07 08:52:06 adam Exp $ ---- base/unixlink.mak.orig 2015-10-05 08:21:11.000000000 +0000 +--- base/unixlink.mak.orig 2016-03-23 08:22:48.000000000 +0000 +++ base/unixlink.mak -@@ -58,7 +58,7 @@ $(GS_A): $(PSOBJ)gsromfs$(COMPILE_INITS) - ldt_tr=$(PSOBJ)ldt.tr +@@ -60,7 +60,7 @@ ldt_tr=$(PSOBJ)ldt.tr - $(GS_XE): $(ld_tr) $(gs_tr) $(ECHOGS_XE) $(XE_ALL) $(PSOBJ)gsromfs$(COMPILE_INITS).$(OBJ) + $(GS_XE): $(ld_tr) $(gs_tr) $(ECHOGS_XE) $(XE_ALL) $(PSOBJ)gsromfs$(COMPILE_INITS).$(OBJ) \ + $(UNIXLINK_MAK) - $(ECHOGS_XE) -w $(ldt_tr) -n - $(CCLD) $(LDFLAGS) -o $(GS_XE) + $(ECHOGS_XE) -w $(ldt_tr) -n - $(CCLD) $(LDFLAGS) $(LDFLAGS_SO) -o $(GS_XE) $(ECHOGS_XE) -a $(ldt_tr) -n -s $(PSOBJ)gsromfs$(COMPILE_INITS).$(OBJ) $(PSOBJ)gs.$(OBJ) -s diff --git a/print/ghostscript-agpl/patches/patch-devices_devs.mak b/print/ghostscript-agpl/patches/patch-devices_devs.mak index acc1e77cc99b8..763a200eeec5c 100644 --- a/print/ghostscript-agpl/patches/patch-devices_devs.mak +++ b/print/ghostscript-agpl/patches/patch-devices_devs.mak @@ -1,24 +1,24 @@ -$NetBSD: patch-devices_devs.mak,v 1.4 2015/10/10 11:55:19 adam Exp $ +$NetBSD: patch-devices_devs.mak,v 1.5 2016/04/07 08:52:06 adam Exp $ Don't depend on src/zlib.h. ---- devices/devs.mak.orig 2015-10-05 08:21:11.000000000 +0000 +--- devices/devs.mak.orig 2016-03-23 08:22:48.000000000 +0000 +++ devices/devs.mak -@@ -1226,7 +1226,7 @@ $(libtiff_dev) $(MAKEDIRS) +@@ -1233,7 +1233,7 @@ $(gximdecode_h) $(DEVS_MAK) $(MAKEDIRS) - $(DEVOBJ)gdevxps.$(OBJ) : $(DEVVECSRC)gdevxps.c $(gdevvec_h) \ + $(DEVOBJ)gdevxps_0.$(OBJ) : $(DEVVECSRC)gdevxps.c $(gdevvec_h) \ $(string__h) $(stdio__h) $(libtiff_dev) $(gx_h) $(gserrors_h) \ -$(gxpath_h) $(gzcpath_h) $(stream_h) $(zlib_h) \ +$(gxpath_h) $(gzcpath_h) $(stream_h) \ $(stdint__h) $(gdevtifs_h) $(gsicc_create_h) $(gsicc_cache_h) \ - $(gximdecode_h) $(MAKEDIRS) - $(XPSDEVCC) $(I_)$(TI_)$(_I) $(GLO_)gdevxps.$(OBJ) $(C_) $(DEVVECSRC)gdevxps.c -@@ -1399,7 +1399,7 @@ $(DD)gprf.dev : $(DEVS_MAK) $(gprf_) $(G + $(gximdecode_h) $(DEVS_MAK) $(MAKEDIRS) + $(XPSDEVCC) $(I_)$(TI_)$(_I) $(GLO_)gdevxps_0.$(OBJ) $(C_) $(DEVVECSRC)gdevxps.c +@@ -1417,7 +1417,7 @@ $(DEVOBJ)gdevgprf_1.$(OBJ) : $(DEVSRC)gd - $(DEVOBJ)gdevgprf.$(OBJ) : $(DEVSRC)gdevgprf.c $(PDEVH) $(math__h)\ + $(DEVOBJ)gdevgprf_0.$(OBJ) : $(DEVSRC)gdevgprf.c $(PDEVH) $(math__h)\ $(gdevdcrd_h) $(gscrd_h) $(gscrdp_h) $(gsparam_h) $(gxlum_h)\ - $(gstypes_h) $(gxdcconv_h) $(gdevdevn_h) $(gsequivc_h) $(zlib_h)\ + $(gstypes_h) $(gxdcconv_h) $(gdevdevn_h) $(gsequivc_h) \ $(gscms_h) $(gsicc_cache_h) $(gsicc_manage_h) $(gxgetbit_h)\ - $(gdevppla_h) $(MAKEDIRS) - $(DEVCC) $(DEVO_)gdevgprf.$(OBJ) $(II)$(ZI_)$(_I) $(C_) $(DEVSRC)gdevgprf.c + $(gdevppla_h) $(DEVS_MAK) $(MAKEDIRS) + $(DEVCC) $(DEVO_)gdevgprf_0.$(OBJ) $(II)$(ZI_)$(_I) $(C_) $(DEVSRC)gdevgprf.c diff --git a/print/glabels/Makefile b/print/glabels/Makefile index 51c95e5622663..7c0d4095f599a 100644 --- a/print/glabels/Makefile +++ b/print/glabels/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.83 2016/03/05 11:29:16 jperkin Exp $ +# $NetBSD: Makefile,v 1.85 2016/05/03 11:40:08 prlw1 Exp $ # DISTNAME= glabels-2.2.8 -PKGREVISION= 43 +PKGREVISION= 45 CATEGORIES= print MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=glabels/} diff --git a/print/hplip/Makefile b/print/hplip/Makefile index 0c27528997387..51de2afc1c568 100644 --- a/print/hplip/Makefile +++ b/print/hplip/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.49 2016/03/05 11:29:16 jperkin Exp $ +# $NetBSD: Makefile,v 1.51 2016/04/26 22:51:30 schnoebe Exp $ -DISTNAME= hplip-3.16.2 -PKGREVISION= 1 +DISTNAME= hplip-3.16.3 CATEGORIES= print MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=hplip/} @@ -12,6 +11,8 @@ LICENSE= gnu-gpl-v2 AND mit AND modified-bsd CONFLICTS+= hpijs-[0-9]* +DEPENDS+= wget-[0-9]*:../../net/wget + FILES_SUBST+= CUPS_USER=${CUPS_USER} FILES_SUBST+= CUPS_GROUP=${CUPS_GROUP} @@ -66,7 +67,7 @@ CONF_FILES+= REPLACE_PYTHON= *.py */*.py */*/*.py REPLACE_PYTHON+= fax/filters/pstotiff REPLACE_PYTHON+= prnt/filters/hpps -REPLACE_PERL= prnt/filters/hpcac prnt/hpijs/foomatic-rip-hplip +REPLACE_PERL= prnt/hpijs/foomatic-rip-hplip PY_PATCHPLIST= yes diff --git a/print/hplip/PLIST.base b/print/hplip/PLIST.base index 4668c58a5a753..a6db69a6d119d 100644 --- a/print/hplip/PLIST.base +++ b/print/hplip/PLIST.base @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST.base,v 1.19 2016/02/28 20:37:28 schnoebe Exp $ +@comment $NetBSD: PLIST.base,v 1.20 2016/04/26 22:51:30 schnoebe Exp $ bin/hp-align bin/hp-check bin/hp-clean @@ -713,6 +713,10 @@ share/hplip/ppd/HP/hp-deskjet_5700-hpijs.ppd.gz share/hplip/ppd/HP/hp-deskjet_5700.ppd.gz share/hplip/ppd/HP/hp-deskjet_5800-hpijs.ppd.gz share/hplip/ppd/HP/hp-deskjet_5800.ppd.gz +share/hplip/ppd/HP/hp-deskjet_5810_series-hpijs.ppd.gz +share/hplip/ppd/HP/hp-deskjet_5810_series.ppd.gz +share/hplip/ppd/HP/hp-deskjet_5820_series-hpijs.ppd.gz +share/hplip/ppd/HP/hp-deskjet_5820_series.ppd.gz share/hplip/ppd/HP/hp-deskjet_5850-hpijs.ppd.gz share/hplip/ppd/HP/hp-deskjet_5850.ppd.gz share/hplip/ppd/HP/hp-deskjet_5900_series-hpijs.ppd.gz @@ -1794,6 +1798,10 @@ share/hplip/ppd/HP/hp-officejet_v40xi-hpijs.ppd.gz share/hplip/ppd/HP/hp-officejet_v40xi.ppd.gz share/hplip/ppd/HP/hp-officejet_v45-hpijs.ppd.gz share/hplip/ppd/HP/hp-officejet_v45.ppd.gz +share/hplip/ppd/HP/hp-pagewide_pro_452_printer-ps.ppd.gz +share/hplip/ppd/HP/hp-pagewide_pro_477_mfp-ps.ppd.gz +share/hplip/ppd/HP/hp-pagewide_pro_552_printer-ps.ppd.gz +share/hplip/ppd/HP/hp-pagewide_pro_577_mfp-ps.ppd.gz share/hplip/ppd/HP/hp-photosmart_100-hpijs.ppd.gz share/hplip/ppd/HP/hp-photosmart_100.ppd.gz share/hplip/ppd/HP/hp-photosmart_1115-hpijs.ppd.gz diff --git a/print/hplip/distinfo b/print/hplip/distinfo index b22b31acaec8e..866aa385d5c50 100644 --- a/print/hplip/distinfo +++ b/print/hplip/distinfo @@ -1,12 +1,12 @@ -$NetBSD: distinfo,v 1.22 2016/02/28 20:37:28 schnoebe Exp $ +$NetBSD: distinfo,v 1.23 2016/04/26 22:51:30 schnoebe Exp $ -SHA1 (hplip-3.16.2.tar.gz) = 28efa845832c77e7015442e7934fc01cc5c4b346 -RMD160 (hplip-3.16.2.tar.gz) = 9e83fbfc8517b13e664135006ea240bf1f7ff3cb -SHA512 (hplip-3.16.2.tar.gz) = fa73f85cc255a30486ebde12d1615a4c164dd4ecb616a8d509b6ad5857aa52edca14c488e2b11ade4254f71d76bea1ca8d85dc2b0ee99ba32d9381ef42fc80a5 -Size (hplip-3.16.2.tar.gz) = 22285808 bytes +SHA1 (hplip-3.16.3.tar.gz) = fad988c34fc070431cb3c9a73062073a7e6ba6a1 +RMD160 (hplip-3.16.3.tar.gz) = ddeb473508cd6213cc7ffb7bee50c136e1d4177e +SHA512 (hplip-3.16.3.tar.gz) = 32d2f88c0983208e77592f73bf65cf2900cd6aa234d09220a18b45b5fc4bd0d10e9cfc8c7a10639e5a51ad5f5d0f8ed7bd477d08c86b89c633a1bbcd42682915 +Size (hplip-3.16.3.tar.gz) = 22408596 bytes SHA1 (patch-ab) = 82b8ab80f778a6a31c1031688d9a16dbd4c55462 SHA1 (patch-ae) = c4bae69fce7d9061d4c7dc53f1f8c5404577c605 -SHA1 (patch-configure.in) = c5d3d88a4ae5b1c30c23bc27ac94caf6be493851 +SHA1 (patch-configure.in) = a155b9590a7ab93ca6922a3f55b09d8d531cb9e6 SHA1 (patch-diagnose_queues.py) = 0ef5c12a3f3de217064d5b0c40611ba3f1e72c9e SHA1 (patch-installer_dcheck.py) = e381086ccdfbdcd84d3ffe29995d5d3643709be6 SHA1 (patch-io_hpmud_musb.h) = ad634f5a1f426877e1c88916b6468fcdb7598555 diff --git a/print/hplip/patches/patch-configure.in b/print/hplip/patches/patch-configure.in index 2bcd9687de4d6..fe129d5354163 100644 --- a/print/hplip/patches/patch-configure.in +++ b/print/hplip/patches/patch-configure.in @@ -1,9 +1,9 @@ -$NetBSD: patch-configure.in,v 1.2 2016/02/28 20:37:28 schnoebe Exp $ +$NetBSD: patch-configure.in,v 1.3 2016/04/26 22:51:30 schnoebe Exp $ convert configure to use more configure paths instead of hard coded paths. ---- configure.in.orig 2015-11-12 10:29:29.000000000 +0000 +--- configure.in.orig 2016-03-16 10:38:34.000000000 +0000 +++ configure.in @@ -34,14 +34,15 @@ AC_DISABLE_STATIC # Checks for programs. @@ -22,19 +22,28 @@ paths. # Checks for required header files. AC_CHECK_HEADERS(pthread.h,, [AC_MSG_ERROR([cannot find pthread-devel support], 7)]) -@@ -333,29 +334,29 @@ else +@@ -267,7 +268,7 @@ AC_ARG_ENABLE(apparmor_build, + [ --enable-apparmor_build enable apparmor build (default=no)], + apparmor_build=$enableval, apparmor_build=no) + if test "$apparmor_build" = "yes"; then +- if test -d /etc/apparmor.d/; then ++ if test -d $sysconfdir/apparmor.d/; then + AC_MSG_RESULT(yes) + else + AC_MSG_ERROR([cannot find apparmor support]) +@@ -333,37 +334,37 @@ else fi AM_CONDITIONAL(LIBUSB01_BUILD, test x$libusb01_build = xyes) -AC_ARG_WITH(cupsbackenddir, AC_HELP_STRING([--with-cupsbackenddir=DIR], [set cups backend install directory [default=/usr/lib/cups/backend]]), - cupsbackenddir=$withval, cupsbackenddir="/usr/lib/cups/backend") -+AC_ARG_WITH(cupsbackenddir, AC_HELP_STRING([--with-cupsbackenddir=DIR], [set cups backend install directory [default=libdir/cups/backend]]), -+ cupsbackenddir=$withval, cupsbackenddir="$libdir/cups/backend") ++AC_ARG_WITH(cupsbackenddir, AC_HELP_STRING([--with-cupsbackenddir=DIR], [set cups backend install directory [default=libdir/lib/cups/backend]]), ++ cupsbackenddir=$withval, cupsbackenddir="$libdir/lib/cups/backend") -AC_ARG_WITH(cupsfilterdir, AC_HELP_STRING([--with-cupsfilterdir=DIR], [set cups filter install directory [default=/usr/lib/cups/filter]]), - cupsfilterdir=$withval, cupsfilterdir="/usr/lib/cups/filter") -+AC_ARG_WITH(cupsfilterdir, AC_HELP_STRING([--with-cupsfilterdir=DIR], [set cups filter install directory [default=libdir/cups/filter]]), -+ cupsfilterdir=$withval, cupsfilterdir="$libdir/cups/filter") ++AC_ARG_WITH(cupsfilterdir, AC_HELP_STRING([--with-cupsfilterdir=DIR], [set cups filter install directory [default=libdir/lib/cups/filter]]), ++ cupsfilterdir=$withval, cupsfilterdir="$libdir/lib/cups/filter") -AC_ARG_WITH(icondir, AC_HELP_STRING([--with-icondir=DIR], [set hplip.desktop install directory [default=/usr/share/applications]]), - icondir=$withval, icondir="/usr/share/applications") @@ -55,9 +64,9 @@ paths. +AC_ARG_WITH(apparmordir, AC_HELP_STRING([--with-apparmordir=DIR], [set apparmor profile install directory [default=sysconfdir/apparmor.d]]), + apparmordir=$withval, apparmordir="$sysconfdir/apparmor.d") --if test -f "/usr/share/cups/mime/mime.types"; then +-if test -f "/usr/share/cups/mime/mime.types"; then - abs_mimedir="/usr/share/cups/mime/" -+if test -f "$datadir/cups/mime/mime.types"; then ++if test -f "$datadir/cups/mime/mime.types"; then + abs_mimedir="$datadir/cups/mime/" else - abs_mimedir="/etc/cups/" @@ -65,6 +74,16 @@ paths. fi AC_ARG_WITH(mimedir, AC_HELP_STRING([--with-mimedir=DIR], [set cups mime.types location [default=abs_mimedir]]), mimedir=$withval, mimedir="$abs_mimedir") + +-AC_ARG_WITH(docdir, AC_HELP_STRING([--with-docdir=DIR], [set hplip documentation directory [default=datadir/doc]]), ++AC_ARG_WITH(docdir, AC_HELP_STRING([--with-docdir=DIR], [set hplip documentation directory [default=datadir/doc/hplip-VERSION]]), + hpdocdir=$withval, hpdocdir="$datadir/doc/hplip-$VERSION") + +-AC_ARG_WITH(htmldir, AC_HELP_STRING([--with-htmldir=DIR], [set hplip html documentation directory [default=datadir/doc]]), ++AC_ARG_WITH(htmldir, AC_HELP_STRING([--with-htmldir=DIR], [set hplip html documentation directory [default=datadir/doc/hplip-VERSION]]), + hphtmldir=$withval, hphtmldir="$datadir/doc/hplip-$VERSION") + + AC_MSG_CHECKING([for foomatic ppd install]) @@ -488,12 +489,12 @@ AM_CONDITIONAL(POLICYKIT_INSTALL, test x # Determine where the PolicyKit policy file goes diff --git a/print/if-psprint/Makefile b/print/if-psprint/Makefile index d719606fd7c44..3980060baea9b 100644 --- a/print/if-psprint/Makefile +++ b/print/if-psprint/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2015/06/12 10:50:58 wiz Exp $ +# $NetBSD: Makefile,v 1.32 2016/04/21 13:02:38 jperkin Exp $ # DISTNAME= if-psprint-1.10 @@ -16,4 +16,9 @@ DEPENDS+= enscript>=1.6.3nb1:../../print/enscript REPLACE_PERL= if-psprint.pl USE_TOOLS+= gs:run perl:run pod2man +SUBST_CLASSES+= manpath +SUBST_STAGE.manpath= pre-configure +SUBST_FILES.manpath= Makefile +SUBST_SED.manpath= -e 's,man/,${PKGMANDIR}/,g' + .include "../../mk/bsd.pkg.mk" diff --git a/print/kbibtex/Makefile b/print/kbibtex/Makefile index fba2d342b66d7..5225ba847d495 100644 --- a/print/kbibtex/Makefile +++ b/print/kbibtex/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.69 2016/03/05 11:29:17 jperkin Exp $ +# $NetBSD: Makefile,v 1.70 2016/04/15 14:42:53 wiz Exp $ DISTNAME= kbibtex-0.5.1 -PKGREVISION= 5 +PKGREVISION= 6 CATEGORIES= print kde MASTER_SITES= http://download.gna.org/kbibtex/0.5/ EXTRACT_SUFX= .tar.xz diff --git a/print/luatex/Makefile b/print/luatex/Makefile index d96ad5f698333..367405b072cb3 100644 --- a/print/luatex/Makefile +++ b/print/luatex/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.43 2016/01/27 10:31:31 wiz Exp $ +# $NetBSD: Makefile,v 1.45 2016/04/15 14:42:53 wiz Exp $ DISTNAME= texlive-20150521-source PKGNAME= luatex-0.80.0 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= print MASTER_SITES= ftp://tug.org/historic/systems/texlive/2015/ EXTRACT_SUFX= .tar.xz @@ -22,6 +22,7 @@ USE_LIBTOOL= yes USE_TOOLS+= gmake lex perl pkg-config yacc CONFIGURE_ARGS+= --disable-aleph --disable-etex --disable-pdftex \ --enable-luatex --disable-mf --disable-mf-nowin \ + --with-x=no \ --disable-luajittex \ --disable-mp --disable-pmp --disable-upmp \ --disable-ptex --disable-eptex --disable-uptex --disable-euptex \ @@ -69,8 +70,6 @@ BUILDLINK_API_DEPENDS.kpathsea+= kpathsea>=6.2.1 .include "../../print/kpathsea/buildlink3.mk" .include "../../print/poppler/buildlink3.mk" .include "../../print/poppler-includes/buildlink3.mk" -BUILDLINK_DEPMETHOD.libX11?= build -.include "../../x11/libX11/buildlink3.mk" .include "../../x11/pixman/buildlink3.mk" do-install: diff --git a/print/mupdf/Makefile b/print/mupdf/Makefile index d401845517728..f367941083734 100644 --- a/print/mupdf/Makefile +++ b/print/mupdf/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.35 2016/03/05 11:27:54 jperkin Exp $ +# $NetBSD: Makefile,v 1.36 2016/04/27 12:34:58 leot Exp $ -DISTNAME= mupdf-1.8-source +DISTNAME= mupdf-1.9a-source PKGNAME= ${DISTNAME:S/-source//} -PKGREVISION= 3 CATEGORIES= print -MASTER_SITES= http://mupdf.com/downloads/ +MASTER_SITES= http://mupdf.com/downloads/archive/ MAINTAINER= leot@NetBSD.org HOMEPAGE= http://mupdf.com/ @@ -36,6 +35,7 @@ post-extract: ${WRKSRC}/thirdparty/curl \ ${WRKSRC}/thirdparty/freetype \ ${WRKSRC}/thirdparty/glfw \ + ${WRKSRC}/thirdparty/harfbuzz \ ${WRKSRC}/thirdparty/jbig2dec \ ${WRKSRC}/thirdparty/jpeg \ ${WRKSRC}/thirdparty/openjpeg \ @@ -48,6 +48,7 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/mupdf.pc ${DESTDIR}${PREFIX}/lib/pkgconfig .include "../../devel/zlib/buildlink3.mk" +.include "../../fonts/harfbuzz/buildlink3.mk" .include "../../graphics/freetype2/buildlink3.mk" .include "../../graphics/jbig2dec/buildlink3.mk" .include "../../mk/jpeg.buildlink3.mk" diff --git a/print/mupdf/PLIST b/print/mupdf/PLIST index f4f9f0a27f9cd..3e28b950a37f2 100644 --- a/print/mupdf/PLIST +++ b/print/mupdf/PLIST @@ -1,10 +1,11 @@ -@comment $NetBSD: PLIST,v 1.11 2016/02/04 11:50:24 leot Exp $ +@comment $NetBSD: PLIST,v 1.12 2016/04/27 12:34:58 leot Exp $ bin/mujstest bin/mupdf ${PLIST.glfw}bin/mupdf-gl bin/mutool include/mupdf/fitz.h include/mupdf/fitz/annotation.h +include/mupdf/fitz/bidi.h include/mupdf/fitz/bitmap.h include/mupdf/fitz/buffer.h include/mupdf/fitz/colorspace.h @@ -28,12 +29,14 @@ include/mupdf/fitz/outline.h include/mupdf/fitz/output-pcl.h include/mupdf/fitz/output-png.h include/mupdf/fitz/output-pnm.h +include/mupdf/fitz/output-ps.h include/mupdf/fitz/output-pwg.h include/mupdf/fitz/output-svg.h include/mupdf/fitz/output-tga.h include/mupdf/fitz/output.h include/mupdf/fitz/path.h include/mupdf/fitz/pixmap.h +include/mupdf/fitz/pool.h include/mupdf/fitz/separation.h include/mupdf/fitz/shade.h include/mupdf/fitz/store.h @@ -48,7 +51,6 @@ include/mupdf/fitz/ucdn.h include/mupdf/fitz/unzip.h include/mupdf/fitz/util.h include/mupdf/fitz/version.h -include/mupdf/fitz/write-document.h include/mupdf/fitz/xml.h include/mupdf/html.h include/mupdf/memento.h @@ -63,6 +65,7 @@ include/mupdf/pdf/document.h include/mupdf/pdf/event.h include/mupdf/pdf/field.h include/mupdf/pdf/font.h +include/mupdf/pdf/graft.h include/mupdf/pdf/interpret.h include/mupdf/pdf/javascript.h include/mupdf/pdf/name-table.h @@ -74,8 +77,8 @@ include/mupdf/pdf/resource.h include/mupdf/pdf/widget.h include/mupdf/pdf/xref.h include/mupdf/xps.h -lib/libmujs.la lib/libmupdf.la +lib/libmupdfthird.la lib/pkgconfig/mupdf.pc man/man1/mupdf.1 man/man1/mutool.1 diff --git a/print/mupdf/buildlink3.mk b/print/mupdf/buildlink3.mk index 2ba9f4295e9a7..d657f02ec8913 100644 --- a/print/mupdf/buildlink3.mk +++ b/print/mupdf/buildlink3.mk @@ -1,12 +1,12 @@ -# $NetBSD: buildlink3.mk,v 1.10 2016/03/05 11:27:54 jperkin Exp $ +# $NetBSD: buildlink3.mk,v 1.11 2016/04/27 12:34:58 leot Exp $ BUILDLINK_TREE+= mupdf .if !defined(MUPDF_BUILDLINK3_MK) MUPDF_BUILDLINK3_MK:= -BUILDLINK_API_DEPENDS.mupdf+= mupdf>=1.8 -BUILDLINK_ABI_DEPENDS.mupdf?= mupdf>=1.8nb3 +BUILDLINK_API_DEPENDS.mupdf+= mupdf>=1.9a +BUILDLINK_ABI_DEPENDS.mupdf?= mupdf>=1.9a BUILDLINK_PKGSRCDIR.mupdf?= ../../print/mupdf pkgbase := mupdf diff --git a/print/mupdf/distinfo b/print/mupdf/distinfo index 13ea721e96065..117a71bc34300 100644 --- a/print/mupdf/distinfo +++ b/print/mupdf/distinfo @@ -1,11 +1,12 @@ -$NetBSD: distinfo,v 1.23 2016/02/04 11:50:24 leot Exp $ +$NetBSD: distinfo,v 1.24 2016/04/27 12:34:58 leot Exp $ -SHA1 (mupdf-1.8-source.tar.gz) = 9fbc9e06f0b74fe904745c363324eaca3517bfce -RMD160 (mupdf-1.8-source.tar.gz) = 2708f5650f23101a66cef92b7903aafb716f9c02 -SHA512 (mupdf-1.8-source.tar.gz) = 938fbed4afc0dd0aa621911cd70b9289c6a4f13d026f9390b11fc86d5b37845a76943c9fa42f218f67fe298295f15d6664a18be7bf73b5d952724122510f9deb -Size (mupdf-1.8-source.tar.gz) = 14169777 bytes -SHA1 (patch-Makethird) = a44207c6c33fabec7e35c5f94bf30ab4172a93bc -SHA1 (patch-ab) = a8ea41737aee65ad36ff52089d772844fb96d464 -SHA1 (patch-ac) = 75447e4a2ab2ba9f9691a860499897e15d2498fa +SHA1 (mupdf-1.9a-source.tar.gz) = f2b3c21e5060d6ec56ea0d0c32b0feac7eac0e5f +RMD160 (mupdf-1.9a-source.tar.gz) = 0cb0d098c603b16be217e42299052a928d95c3fc +SHA512 (mupdf-1.9a-source.tar.gz) = 9f804fd65c2dc6b7a3bd73961b1f1a8bf93d52903cccf6302acd6982dfa433125a3b8e77b808984921aee097877280fa21aafb87468cd0a8e4cfa900284a262b +Size (mupdf-1.9a-source.tar.gz) = 20493793 bytes +SHA1 (patch-Makethird) = 0a5951d543755c42053013f03b1c573b5da9c82c +SHA1 (patch-ab) = c1ee4dd0b79aa0d905c0a0b634fbd016c063cd64 +SHA1 (patch-ac) = 51b62ef8ff3e6c44ad954b2405bd982f9d682d37 SHA1 (patch-ae) = c6b113818b32cb4470e8549c00a16e0b2f364ede SHA1 (patch-source_fitz_load-jpx.c) = 661b6a7f1d4da4f0cf5de3762db2f77d91239a6b +SHA1 (patch-thirdparty_mujs_Makefile) = f1da7cdf2c9e2e4bbac3e80ef486204a39b27e34 diff --git a/print/mupdf/files/mupdf.pc b/print/mupdf/files/mupdf.pc index 4fce120701c8c..c34f5dc6eed72 100644 --- a/print/mupdf/files/mupdf.pc +++ b/print/mupdf/files/mupdf.pc @@ -5,6 +5,6 @@ includedir=${prefix}/include Name: mupdf Description: library for PDF files -Version: 1.8 +Version: 1.9a Libs: -Wl,-R${libdir} -L${libdir} -lmupdf Cflags: -I${includedir} diff --git a/print/mupdf/patches/patch-Makethird b/print/mupdf/patches/patch-Makethird index 8a54d5ebfa4d3..6c5db234ec4dd 100644 --- a/print/mupdf/patches/patch-Makethird +++ b/print/mupdf/patches/patch-Makethird @@ -1,20 +1,19 @@ -$NetBSD: patch-Makethird,v 1.5 2016/02/04 11:50:24 leot Exp $ +$NetBSD: patch-Makethird,v 1.6 2016/04/27 12:34:58 leot Exp $ o mujs building support with libtool ---- Makethird.orig 2015-11-10 16:19:51.000000000 +0000 +--- Makethird.orig 2016-04-06 12:06:53.000000000 +0000 +++ Makethird -@@ -51,14 +51,14 @@ endif - - ifneq "$(wildcard $(MUJS_DIR)/README)" "" - --MUJS_LIB := $(OUT)/libmujs.a -+MUJS_LIB := $(OUT)/libmujs.la +@@ -24,13 +24,13 @@ ifneq "$(wildcard $(MUJS_DIR)/README)" " MUJS_OUT := $(OUT)/mujs MUJS_SRC := one.c --$(MUJS_LIB): $(addprefix $(MUJS_OUT)/, $(MUJS_SRC:%.c=%.o)) -+$(MUJS_LIB): $(addprefix $(MUJS_OUT)/, $(MUJS_SRC:%.c=%.lo)) +-MUJS_OBJ := $(addprefix $(MUJS_OUT)/, $(MUJS_SRC:%.c=%.o)) ++MUJS_OBJ := $(addprefix $(MUJS_OUT)/, $(MUJS_SRC:%.c=%.lo)) + +-$(MUJS_OUT)/one.o: $(wildcard $(MUJS_DIR)/js*.c $(MUJS_DIR)/utf*.c $(MUJS_DIR)/regex.c $(MUJS_DIR)/*.h) ++$(MUJS_OUT)/one.lo: $(wildcard $(MUJS_DIR)/js*.c $(MUJS_DIR)/utf*.c $(MUJS_DIR)/regex.c $(MUJS_DIR)/*.h) + $(MUJS_OUT): $(MKDIR_CMD) -$(MUJS_OUT)/%.o: $(MUJS_DIR)/%.c | $(MUJS_OUT) diff --git a/print/mupdf/patches/patch-ab b/print/mupdf/patches/patch-ab index 319bdff40b524..47a55937361a4 100644 --- a/print/mupdf/patches/patch-ab +++ b/print/mupdf/patches/patch-ab @@ -1,11 +1,11 @@ -$NetBSD: patch-ab,v 1.11 2016/02/04 11:50:24 leot Exp $ +$NetBSD: patch-ab,v 1.12 2016/04/27 12:34:58 leot Exp $ o Handle the various operating systems in the same way avoiding hardcoding -o Build and link with openjpeg-2.1 +o Properly recognize glfw support ---- Makerules.orig 2015-11-10 16:19:51.000000000 +0000 +--- Makerules.orig 2016-04-06 12:06:53.000000000 +0000 +++ Makerules -@@ -29,46 +29,6 @@ ifeq "$(largefile)" "yes" +@@ -43,46 +43,6 @@ ifeq "$(largefile)" "yes" CFLAGS += -DFZ_LARGEFILE endif @@ -13,29 +13,29 @@ o Build and link with openjpeg-2.1 -ifeq "$(OS)" "MINGW" - -HAVE_X11 ?= no --HAVE_GLUT ?= yes -- --SYS_GLUT_CFLAGS = -DFREEGLUT_STATIC -Ithirdparty/freeglut/include --SYS_GLUT_LIBS = -Lthirdparty/freeglut/lib -lfreeglut_static -lopengl32 -lgdi32 -lwinmm - -# Mac OS X doesn't have pkg-config so we hard code paths. -else ifeq "$(OS)" "MACOS" - -HAVE_X11 ?= yes --HAVE_GLUT ?= yes +-HAVE_PTHREADS ?= yes - +-# Mac OS X deprecated openssl, so the default is to not include it. +-HAVE_OPENSSL ?= no +-SYS_OPENSSL_CFLAGS = +-SYS_OPENSSL_LIBS = +-ifeq "$(HAVE_OPENSSL)" "yes" -SYS_OPENSSL_CFLAGS = -DHAVE_OPENSSL -SYS_OPENSSL_LIBS = -lcrypto +-endif - -SYS_CURL_DEPS = -lpthread - -SYS_X11_CFLAGS = -I/usr/X11R6/include -SYS_X11_LIBS = -L/usr/X11R6/lib -lX11 -lXext --SYS_GLUT_CFLAGS = -Wno-deprecated-declarations --SYS_GLUT_LIBS = -framework GLUT -framework OpenGL - --SYS_FREETYPE_CFLAGS = -I/usr/X11R6/include/freetype2 --SYS_FREETYPE_LIBS = -lfreetype +-SYS_FREETYPE_CFLAGS = $(shell freetype-config --cflags) +-SYS_FREETYPE_LIBS = $(shell freetype-config --libs) -SYS_OPENJPEG_LIBS = -lopenjpeg -SYS_JBIG2DEC_LIBS = -ljbig2dec -SYS_JPEG_LIBS = -ljpeg @@ -50,14 +50,12 @@ o Build and link with openjpeg-2.1 -else ifeq "$(OS)" "Linux" - HAVE_X11 ?= yes - HAVE_GLUT ?= yes + HAVE_PTHREADS ?= yes -@@ -87,8 +47,16 @@ SYS_CURL_DEPS = -lpthread -lrt +@@ -101,6 +61,17 @@ SYS_CURL_DEPS = -lpthread -lrt SYS_X11_CFLAGS = $(shell pkg-config --cflags x11 xext) SYS_X11_LIBS = $(shell pkg-config --libs x11 xext) --SYS_GLUT_CFLAGS = --SYS_GLUT_LIBS = -lglut -lGL +ifeq "$(shell pkg-config --exists glut && echo yes)" "yes" +SYS_GLUT_CFLAGS = $(shell pkg-config --cflags glut) +SYS_GLUT_LIBS = $(shell pkg-config --libs glut) @@ -68,10 +66,11 @@ o Build and link with openjpeg-2.1 +SYS_GLFW_CFLAGS = $(shell pkg-config --cflags glfw3) +SYS_GLFW_LIBS = $(shell pkg-config --libs glfw3) +endif - ++ + SYS_HARFBUZZ_CFLAGS = $(shell pkg-config --cflags harfbuzz) + SYS_HARFBUZZ_LIBS = $(shell pkg-config --libs harfbuzz) SYS_FREETYPE_CFLAGS = $(shell pkg-config --cflags freetype2) - SYS_FREETYPE_LIBS = $(shell pkg-config --libs freetype2) -@@ -98,8 +66,6 @@ SYS_JBIG2DEC_LIBS = -ljbig2dec +@@ -111,8 +82,6 @@ SYS_JBIG2DEC_LIBS = -ljbig2dec SYS_JPEG_LIBS = -ljpeg SYS_ZLIB_LIBS = -lz diff --git a/print/mupdf/patches/patch-ac b/print/mupdf/patches/patch-ac index dc1468ceae811..e73d59a83ac5f 100644 --- a/print/mupdf/patches/patch-ac +++ b/print/mupdf/patches/patch-ac @@ -1,14 +1,14 @@ -$NetBSD: patch-ac,v 1.13 2016/02/04 11:50:24 leot Exp $ +$NetBSD: patch-ac,v 1.14 2016/04/27 12:34:58 leot Exp $ o libtool support o Install target cleanup +o Do not force `-O0' flag when building o Install only one "mupdf" binary, prefer the featureful one and always - install it as "mupdf" -o libmujs support: install like a non-thirdparty mupdf's library + install it as "mupdf" ---- Makefile.orig 2015-11-10 16:19:51.000000000 +0000 +--- Makefile.orig 2016-04-21 11:14:32.000000000 +0000 +++ Makefile -@@ -41,22 +41,12 @@ CFLAGS += $(ZLIB_CFLAGS) +@@ -38,22 +38,12 @@ CFLAGS += $(ZLIB_CFLAGS) # --- Commands --- @@ -37,7 +37,7 @@ o libmujs support: install like a non-thirdparty mupdf's library # --- File lists --- -@@ -91,33 +81,33 @@ XPS_SRC_HDR := $(wildcard source/xps/*.h +@@ -89,17 +79,17 @@ XPS_SRC_HDR := $(wildcard source/xps/*.h HTML_SRC_HDR := $(wildcard source/html/*.h) GPRF_SRC_HDR := $(wildcard source/gprf/*.h) @@ -54,52 +54,36 @@ o libmujs support: install like a non-thirdparty mupdf's library +HTML_OBJ := $(subst source/, $(OUT)/, $(addsuffix .lo, $(basename $(HTML_SRC)))) +GPRF_OBJ := $(subst source/, $(OUT)/, $(addsuffix .lo, $(basename $(GPRF_SRC)))) - # --- Choice of Javascript library --- - ifeq "$(HAVE_MUJS)" "yes" -PDF_OBJ += $(OUT)/pdf/js/pdf-js.o --PDF_OBJ += $(OUT)/pdf/js/pdf-jsimp-mu.o -+PDF_OBJ += $(OUT)/pdf/js/pdf-js.lo -+PDF_OBJ += $(OUT)/pdf/js/pdf-jsimp-mu.lo - THIRD_LIBS += $(MUJS_LIB) - LIBS += $(MUJS_LIBS) - CFLAGS += $(MUJS_CFLAGS) - else ifeq "$(HAVE_JSCORE)" "yes" --PDF_OBJ += $(OUT)/pdf/js/pdf-js.o --PDF_OBJ += $(OUT)/pdf/js/pdf-jsimp-jscore.o -+PDF_OBJ += $(OUT)/pdf/js/pdf-js.lo -+PDF_OBJ += $(OUT)/pdf/js/pdf-jsimp-jscore.lo - LIBS += $(JSCORE_LIBS) - CFLAGS += $(JSCORE_CFLAGS) - else ifeq "$(HAVE_V8)" "yes" --PDF_OBJ += $(OUT)/pdf/js/pdf-js.o --PDF_OBJ += $(OUT)/pdf/js/pdf-jsimp-cpp.o $(OUT)/pdf/js/pdf-jsimp-v8.o +PDF_OBJ += $(OUT)/pdf/js/pdf-js.lo -+PDF_OBJ += $(OUT)/pdf/js/pdf-jsimp-cpp.lo $(OUT)/pdf/js/pdf-jsimp-v8.lo - LIBS += $(V8_LIBS) - CFLAGS += $(V8_CFLAGS) else -PDF_OBJ += $(OUT)/pdf/js/pdf-js-none.o +PDF_OBJ += $(OUT)/pdf/js/pdf-js-none.lo endif $(FITZ_OBJ) : $(FITZ_HDR) $(FITZ_SRC_HDR) -@@ -129,47 +119,50 @@ $(GPRF_OBJ) : $(FITZ_HDR) $(GPRF_HDR) $( - - # --- Library --- +@@ -123,7 +113,7 @@ FONT_GEN_SIL := $(subst resources/fonts/ --MUPDF_LIB := $(OUT)/libmupdf.a -+MUPDF_LIB := $(OUT)/libmupdf.la + FONT_BIN := $(FONT_BIN_DROID) $(FONT_BIN_NOTO) $(FONT_BIN_URW) $(FONT_BIN_SIL) + FONT_GEN := $(FONT_GEN_DROID) $(FONT_GEN_NOTO) $(FONT_GEN_URW) $(FONT_GEN_SIL) +-FONT_OBJ := $(subst $(GEN)/, $(OUT)/fonts/, $(addsuffix .o, $(basename $(FONT_GEN)))) ++FONT_OBJ := $(subst $(GEN)/, $(OUT)/fonts/, $(addsuffix .lo, $(basename $(FONT_GEN)))) - $(MUPDF_LIB) : $(FITZ_OBJ) $(PDF_OBJ) $(XPS_OBJ) $(CBZ_OBJ) $(HTML_OBJ) $(GPRF_OBJ) + $(GEN)/%.c : resources/fonts/droid/%.ttc $(FONTDUMP) + $(QUIET_GEN) $(FONTDUMP) $@ $< +@@ -141,8 +131,8 @@ $(FONT_GEN_URW) : $(FONT_BIN_URW) - INSTALL_LIBS := $(MUPDF_LIB) -+ifeq "$(HAVE_MUJS)" "yes" -+INSTALL_LIBS += $(MUJS_LIB) -+endif + # --- Library --- - # --- Rules --- +-MUPDF_LIB = $(OUT)/libmupdf.a +-THIRD_LIB = $(OUT)/libmupdfthird.a ++MUPDF_LIB = $(OUT)/libmupdf.la ++THIRD_LIB = $(OUT)/libmupdfthird.la + MUPDF_OBJ := $(FITZ_OBJ) $(FONT_OBJ) $(PDF_OBJ) $(XPS_OBJ) $(CBZ_OBJ) $(HTML_OBJ) $(GPRF_OBJ) + THIRD_OBJ := $(FREETYPE_OBJ) $(HARFBUZZ_OBJ) $(JBIG2DEC_OBJ) $(JPEG_OBJ) $(MUJS_OBJ) $(OPENJPEG_OBJ) $(ZLIB_OBJ) +@@ -157,39 +147,39 @@ INSTALL_LIBS := $(MUPDF_LIB) $(THIRD_LIB $(ALL_DIR) $(OUT) $(GEN) : $(MKDIR_CMD) @@ -125,6 +109,11 @@ o libmujs support: install like a non-thirdparty mupdf's library +$(OUT)/%.lo : scripts/%.c | $(OUT) $(CC_CMD) +-$(OUT)/fonts/%.o : $(GEN)/%.c | $(ALL_DIR) +- $(CC_CMD) -O0 ++$(OUT)/fonts/%.lo : $(GEN)/%.c | $(ALL_DIR) ++ $(CC_CMD) + -$(OUT)/platform/x11/%.o : platform/x11/%.c | $(ALL_DIR) +$(OUT)/platform/x11/%.lo : platform/x11/%.c | $(ALL_DIR) $(CC_CMD) $(X11_CFLAGS) @@ -144,20 +133,18 @@ o libmujs support: install like a non-thirdparty mupdf's library -.PRECIOUS : $(OUT)/%.o # Keep intermediates from chained rules +.PRECIOUS : $(OUT)/%.lo # Keep intermediates from chained rules - # --- Generated CMAP, FONT and JAVASCRIPT files --- + # --- Generated CMap and JavaScript files --- -@@ -233,17 +226,17 @@ endif +@@ -240,16 +230,16 @@ endif generate: $(CMAP_GEN) $(FONT_GEN) $(JAVASCRIPT_GEN) $(ADOBECA_GEN) $(NAME_GEN) -$(OUT)/pdf/pdf-cmap-table.o : $(CMAP_GEN) --$(OUT)/pdf/pdf-fontfile.o : $(FONT_GEN) -$(OUT)/pdf/pdf-pkcs7.o : $(ADOBECA_GEN) -$(OUT)/pdf/js/pdf-js.o : $(JAVASCRIPT_GEN) -$(OUT)/pdf/pdf-object.o : source/pdf/pdf-name-table.h -$(OUT)/cmapdump.o : include/mupdf/pdf/cmap.h source/pdf/pdf-cmap.c source/pdf/pdf-cmap-parse.c source/pdf/pdf-name-table.h +$(OUT)/pdf/pdf-cmap-table.lo : $(CMAP_GEN) -+$(OUT)/pdf/pdf-fontfile.lo : $(FONT_GEN) +$(OUT)/pdf/pdf-pkcs7.lo : $(ADOBECA_GEN) +$(OUT)/pdf/js/pdf-js.lo : $(JAVASCRIPT_GEN) +$(OUT)/pdf/pdf-object.lo : source/pdf/pdf-name-table.h @@ -166,15 +153,15 @@ o libmujs support: install like a non-thirdparty mupdf's library # --- Tools and Apps --- MUTOOL := $(addprefix $(OUT)/, mutool) --MUTOOL_OBJ := $(addprefix $(OUT)/tools/, mutool.o mudraw.o pdfclean.o pdfextract.o pdfinfo.o pdfposter.o pdfshow.o pdfpages.o) -+MUTOOL_OBJ := $(addprefix $(OUT)/tools/, mutool.lo mudraw.lo pdfclean.lo pdfextract.lo pdfinfo.lo pdfposter.lo pdfshow.lo pdfpages.lo) +-MUTOOL_OBJ := $(addprefix $(OUT)/tools/, mutool.o mudraw.o murun.o pdfclean.o pdfcreate.o pdfextract.o pdfinfo.o pdfposter.o pdfshow.o pdfpages.o pdfmerge.o) ++MUTOOL_OBJ := $(addprefix $(OUT)/tools/, mutool.lo mudraw.lo murun.lo pdfclean.lo pdfcreate.lo pdfextract.lo pdfinfo.lo pdfposter.lo pdfshow.lo pdfpages.lo pdfmerge.lo) $(MUTOOL_OBJ): $(FITZ_HDR) $(PDF_HDR) - $(MUTOOL) : $(MUPDF_LIB) $(THIRD_LIBS) + $(MUTOOL) : $(MUPDF_LIB) $(THIRD_LIB) $(MUTOOL) : $(MUTOOL_OBJ) -@@ -251,27 +244,27 @@ $(MUTOOL) : $(MUTOOL_OBJ) +@@ -257,27 +247,27 @@ $(MUTOOL) : $(MUTOOL_OBJ) MJSGEN := $(OUT)/mjsgen - $(MJSGEN) : $(MUPDF_LIB) $(THIRD_LIBS) + $(MJSGEN) : $(MUPDF_LIB) $(THIRD_LIB) -$(MJSGEN) : $(addprefix $(OUT)/tools/, mjsgen.o) +$(MJSGEN) : $(addprefix $(OUT)/tools/, mjsgen.lo) $(LINK_CMD) @@ -183,7 +170,7 @@ o libmujs support: install like a non-thirdparty mupdf's library -MUJSTEST_OBJ := $(addprefix $(OUT)/platform/x11/, jstest_main.o pdfapp.o) +MUJSTEST_OBJ := $(addprefix $(OUT)/platform/x11/, jstest_main.lo pdfapp.lo) $(MUJSTEST_OBJ) : $(FITZ_HDR) $(PDF_HDR) - $(MUJSTEST) : $(MUPDF_LIB) $(THIRD_LIBS) + $(MUJSTEST) : $(MUPDF_LIB) $(THIRD_LIB) $(MUJSTEST) : $(MUJSTEST_OBJ) $(LINK_CMD) @@ -193,7 +180,7 @@ o libmujs support: install like a non-thirdparty mupdf's library +MUVIEW_X11 := $(OUT)/platform/x11/mupdf +MUVIEW_X11_OBJ := $(addprefix $(OUT)/platform/x11/, x11_main.lo x11_image.lo pdfapp.lo) $(MUVIEW_X11_OBJ) : $(FITZ_HDR) $(PDF_HDR) - $(MUVIEW_X11) : $(MUPDF_LIB) $(THIRD_LIBS) + $(MUVIEW_X11) : $(MUPDF_LIB) $(THIRD_LIB) $(MUVIEW_X11) : $(MUVIEW_X11_OBJ) $(LINK_CMD) $(X11_LIBS) @@ -203,9 +190,9 @@ o libmujs support: install like a non-thirdparty mupdf's library +MUVIEW_GLFW := $(OUT)/platform/gl/mupdf-gl +MUVIEW_GLFW_OBJ := $(addprefix $(OUT)/platform/gl/, gl-font.lo gl-input.lo gl-main.lo) $(MUVIEW_GLFW_OBJ) : $(FITZ_HDR) $(PDF_HDR) platform/gl/gl-app.h - $(MUVIEW_GLFW) : $(MUPDF_LIB) $(THIRD_LIBS) $(GLFW_LIB) + $(MUVIEW_GLFW) : $(MUPDF_LIB) $(THIRD_LIB) $(GLFW_LIB) $(MUVIEW_GLFW) : $(MUVIEW_GLFW_OBJ) -@@ -279,8 +272,8 @@ $(MUVIEW_GLFW) : $(MUVIEW_GLFW_OBJ) +@@ -285,8 +275,8 @@ $(MUVIEW_GLFW) : $(MUVIEW_GLFW_OBJ) endif ifeq "$(HAVE_CURL)" "yes" @@ -214,16 +201,16 @@ o libmujs support: install like a non-thirdparty mupdf's library +MUVIEW_X11_CURL := $(OUT)/platform/x11/curl/mupdf +MUVIEW_X11_CURL_OBJ := $(addprefix $(OUT)/platform/x11/curl/, x11_main.lo x11_image.lo pdfapp.lo curl_stream.lo) $(MUVIEW_X11_CURL_OBJ) : $(FITZ_HDR) $(PDF_HDR) - $(MUVIEW_X11_CURL) : $(MUPDF_LIB) $(THIRD_LIBS) $(CURL_LIB) + $(MUVIEW_X11_CURL) : $(MUPDF_LIB) $(THIRD_LIB) $(CURL_LIB) $(MUVIEW_X11_CURL) : $(MUVIEW_X11_CURL_OBJ) -@@ -290,17 +283,27 @@ endif +@@ -296,17 +286,26 @@ endif ifeq "$(HAVE_WIN32)" "yes" MUVIEW_WIN32 := $(OUT)/mupdf -MUVIEW_WIN32_OBJ := $(addprefix $(OUT)/platform/x11/, win_main.o pdfapp.o win_res.o) +MUVIEW_WIN32_OBJ := $(addprefix $(OUT)/platform/x11/, win_main.lo pdfapp.lo win_res.lo) $(MUVIEW_WIN32_OBJ) : $(FITZ_HDR) $(PDF_HDR) - $(MUVIEW_WIN32) : $(MUPDF_LIB) $(THIRD_LIBS) + $(MUVIEW_WIN32) : $(MUPDF_LIB) $(THIRD_LIB) $(MUVIEW_WIN32) : $(MUVIEW_WIN32_OBJ) $(LINK_CMD) $(WIN32_LIBS) endif @@ -231,23 +218,22 @@ o libmujs support: install like a non-thirdparty mupdf's library -MUVIEW := $(MUVIEW_X11) $(MUVIEW_WIN32) $(MUVIEW_GLFW) +MUVIEW := $(MUVIEW_X11) $(MUVIEW_WIN32) MUVIEW_CURL := $(MUVIEW_X11_CURL) $(MUVIEW_WIN32_CURL) -+MUVIEW_GLFW := $(MUVIEW_GLFW) -+ + +-INSTALL_APPS := $(MUTOOL) $(MUVIEW) $(MUJSTEST) $(MUVIEW_CURL) +INSTALL_APPS := $(MUTOOL) $(MUJSTEST) +ifeq "$(HAVE_CURL)" "yes" +INSTALL_APPS += $(MUVIEW_CURL) +else ifeq "$(HAVE_X11)" "yes" +INSTALL_APPS += $(MUVIEW) +endif - --INSTALL_APPS := $(MUTOOL) $(MUVIEW) $(MUJSTEST) $(MUVIEW_CURL) ++ +ifeq "$(HAVE_GLFW)" "yes" +INSTALL_APPS += $(MUVIEW_GLFW) +endif # --- Examples --- -@@ -343,24 +346,26 @@ libs: $(INSTALL_LIBS) +@@ -349,24 +348,26 @@ libs: $(INSTALL_LIBS) apps: $(INSTALL_APPS) install: libs apps diff --git a/print/mupdf/patches/patch-thirdparty_mujs_Makefile b/print/mupdf/patches/patch-thirdparty_mujs_Makefile new file mode 100644 index 0000000000000..334af5cc58ff9 --- /dev/null +++ b/print/mupdf/patches/patch-thirdparty_mujs_Makefile @@ -0,0 +1,47 @@ +$NetBSD: patch-thirdparty_mujs_Makefile,v 1.1 2016/04/27 12:34:58 leot Exp $ + +o Add libtool support lo mujs. +o Avoid to set (unused) VERSION variable. + +--- thirdparty/mujs/Makefile.orig 2016-03-01 20:52:00.000000000 +0000 ++++ thirdparty/mujs/Makefile +@@ -41,16 +41,16 @@ jsdump.c: astnames.h opnames.h + build: + mkdir -p build + +-build/%.o: %.c $(HDRS) ++build/%.lo: %.c $(HDRS) + $(CC) $(CFLAGS) -o $@ -c $< + +-build/libmujs.a: $(OBJS) ++build/libmujs.la: $(OBJS) + $(AR) cru $@ $^ + +-build/mujs: build/main.o build/libmujs.a ++build/mujs: build/main.lo build/libmujs.la + $(CC) $(LDFLAGS) -o $@ $^ -lm + +-build/mujsone: build/main.o build/one.o ++build/mujsone: build/main.o build/one.lo + $(CC) $(LDFLAGS) -o $@ $^ -lm + + install: release +@@ -61,12 +61,12 @@ install: release + install build/libmujs.a $(DESTDIR)$(libdir) + install build/mujs $(DESTDIR)$(bindir) + +-VERSION = $(shell git describe --tags --always) +- +-tarball: +- git archive --format=zip --prefix=mujs-$(VERSION)/ HEAD > mujs-$(VERSION).zip +- git archive --format=tar --prefix=mujs-$(VERSION)/ HEAD | gzip > mujs-$(VERSION).tar.gz +- git archive --format=tar --prefix=mujs-$(VERSION)/ HEAD | xz > mujs-$(VERSION).tar.xz ++#VERSION = $(shell git describe --tags --always) ++# ++#tarball: ++# git archive --format=zip --prefix=mujs-$(VERSION)/ HEAD > mujs-$(VERSION).zip ++# git archive --format=tar --prefix=mujs-$(VERSION)/ HEAD | gzip > mujs-$(VERSION).tar.gz ++# git archive --format=tar --prefix=mujs-$(VERSION)/ HEAD | xz > mujs-$(VERSION).tar.xz + + tags: $(SRCS) main.c $(HDRS) + ctags $^ diff --git a/print/okular/Makefile b/print/okular/Makefile index 914f4bcb102cc..b066a1866a33e 100644 --- a/print/okular/Makefile +++ b/print/okular/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.50 2016/03/05 11:29:17 jperkin Exp $ +# $NetBSD: Makefile,v 1.52 2016/05/08 10:57:02 markd Exp $ DISTNAME= okular-15.12.0 -PKGREVISION= 2 +PKGREVISION= 4 CATEGORIES= print COMMENT= KDE universal document viewer MASTER_SITES= ${MASTER_SITE_KDE:=applications/15.12.0/src/} @@ -23,7 +23,7 @@ CFLAGS.SunOS+= -D__EXTENSIONS__ .include "../../security/qca2/buildlink3.mk" .include "../../sysutils/desktop-file-utils/desktopdb.mk" .include "../../textproc/ebook-tools/buildlink3.mk" -.include "../../x11/kactivities/buildlink3.mk" +.include "../../x11/libkactivities4/buildlink3.mk" .include "../../x11/kdelibs4/buildlink3.mk" .include "../../graphics/kdegraphics-mobipocket/buildlink3.mk" diff --git a/print/p5-LaTeX-Driver/Makefile b/print/p5-LaTeX-Driver/Makefile index 3da7971541246..9b29f3067441d 100644 --- a/print/p5-LaTeX-Driver/Makefile +++ b/print/p5-LaTeX-Driver/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.17 2015/06/12 10:50:58 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2016/05/07 02:48:28 wen Exp $ -DISTNAME= LaTeX-Driver-0.200.4 +DISTNAME= LaTeX-Driver-0.300.2 PKGNAME= p5-${DISTNAME} -PKGREVISION= 2 CATEGORIES= print MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=LaTeX/} diff --git a/print/p5-LaTeX-Driver/distinfo b/print/p5-LaTeX-Driver/distinfo index 278dc96617d10..7eae32ea01ccb 100644 --- a/print/p5-LaTeX-Driver/distinfo +++ b/print/p5-LaTeX-Driver/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.6 2015/11/04 01:01:36 agc Exp $ +$NetBSD: distinfo,v 1.7 2016/05/07 02:48:28 wen Exp $ -SHA1 (LaTeX-Driver-0.200.4.tar.gz) = ca3c70b65eaa36945b425ea2fa11b7a37da92109 -RMD160 (LaTeX-Driver-0.200.4.tar.gz) = f0dfea6bf80054e3f7a7a2a28724ccb17574a5f6 -SHA512 (LaTeX-Driver-0.200.4.tar.gz) = 7ed52118076460d84aa465cbe6c637d7289e2197aff0a40a654d4fdcea9e7a96ab945c7552709ba7cc65f818828e4107477da47b3fe184e474d4baf105048993 -Size (LaTeX-Driver-0.200.4.tar.gz) = 63968 bytes +SHA1 (LaTeX-Driver-0.300.2.tar.gz) = 40fae697bc8ea82ea32f539f88b0bed19880bb58 +RMD160 (LaTeX-Driver-0.300.2.tar.gz) = fe52bf63df9d31f45b51b946bd8db8314358e7bd +SHA512 (LaTeX-Driver-0.300.2.tar.gz) = 09f485071004d151c2d3ced576ac7b5423fd2d014a3950e0bc8bc2bb1e507b4aa6f041a7d54ad085632a0988d48d69ad726439adcabb8d8a81e10fb613e78271 +Size (LaTeX-Driver-0.300.2.tar.gz) = 54084 bytes SHA1 (patch-Makefile.PL) = 3ecf72c3d42282069cbf599f3d4eddc169ea46f3 diff --git a/print/p5-biblatex-biber/Makefile b/print/p5-biblatex-biber/Makefile index b91d909836278..2992cb35cf015 100644 --- a/print/p5-biblatex-biber/Makefile +++ b/print/p5-biblatex-biber/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.13 2015/07/12 18:56:27 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2016/04/23 21:37:47 markd Exp $ -VER= 1.9 +VER= 2.4 DISTNAME= biblatex-biber PKGNAME= p5-biblatex-biber-${VER} -PKGREVISION= 2 CATEGORIES= print MASTER_SITES= http://sourceforge.net/projects/biblatex-biber/files/biblatex-biber/${VER}/ @@ -21,14 +20,20 @@ USE_LANGUAGES= # empty USE_TOOLS+= perl REPLACE_PERL+= bin/biber +DEPENDS+= p5-Class-Accessor-[0-9]*:../../devel/p5-Class-Accessor DEPENDS+= p5-Data-Compare-[0-9]*:../../devel/p5-Data-Compare DEPENDS+= p5-Data-Dump-[0-9]*:../../devel/p5-Data-Dump +DEPENDS+= p5-Data-Uniqid-[0-9]*:../../devel/p5-Data-Uniqid DEPENDS+= p5-Date-Simple-[0-9]*:../../devel/p5-Date-Simple DEPENDS+= p5-File-Slurp-[0-9]*:../../devel/p5-File-Slurp DEPENDS+= p5-List-AllUtils-[0-9]*:../../devel/p5-List-AllUtils +DEPENDS+= p5-List-MoreUtils-[0-9]*:../../devel/p5-List-MoreUtils DEPENDS+= p5-Log-Log4perl-[0-9]*:../../devel/p5-Log-Log4perl DEPENDS+= p5-Regexp-Common-[0-9]*:../../textproc/p5-Regexp-Common -#DEPENDS+= {perl>=5.15.9,p5-Unicode-Collate>=0.89}:../../converters/p5-Unicode-Collate +DEPENDS+= p5-Text-Roman-[0-9]*:../../textproc/p5-Text-Roman +DEPENDS+= p5-Unicode-Collate>=1.14:../../converters/p5-Unicode-Collate +DEPENDS+= p5-Unicode-Normalize>=1.25:../../converters/p5-Unicode-Normalize +DEPENDS+= p5-XML-LibXML>=1.70:../../textproc/p5-XML-LibXML DEPENDS+= p5-XML-LibXML-Simple-[0-9]*:../../textproc/p5-XML-LibXML-Simple DEPENDS+= p5-XML-LibXSLT-[0-9]*:../../textproc/p5-XML-LibXSLT DEPENDS+= p5-XML-Writer-[0-9]*:../../textproc/p5-XML-Writer @@ -41,7 +46,7 @@ DEPENDS+= p5-autovivification-[0-9]*:../../devel/p5-autovivification DEPENDS+= p5-Readonly-XS-[0-9]*:../../devel/p5-Readonly-XS DEPENDS+= p5-IPC-Run3-[0-9]*:../../devel/p5-IPC-Run3 -DEPENDS+= p5-Text-BibTeX-[0-9]*:../../textproc/p5-Text-BibTeX +DEPENDS+= p5-Text-BibTeX>=0.71:../../textproc/p5-Text-BibTeX DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww BUILD_DEPENDS+= p5-ExtUtils-LibBuilder>=0.4:../../devel/p5-ExtUtils-LibBuilder diff --git a/print/p5-biblatex-biber/distinfo b/print/p5-biblatex-biber/distinfo index 8707e88933a01..402f9415cd3de 100644 --- a/print/p5-biblatex-biber/distinfo +++ b/print/p5-biblatex-biber/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.3 2015/11/04 01:01:36 agc Exp $ +$NetBSD: distinfo,v 1.5 2016/04/23 21:37:47 markd Exp $ -SHA1 (biblatex-biber-1.9/biblatex-biber.tar.gz) = cbdcf96c40ec38817576f5ea6e3457e7d9e9b703 -RMD160 (biblatex-biber-1.9/biblatex-biber.tar.gz) = 1c8c597703f2f76f8d94ef6534cc450fae652d29 -SHA512 (biblatex-biber-1.9/biblatex-biber.tar.gz) = 6d88ccf2bae4c498f1ee154e57c9098751a6ef9e7e6ea75f511777c004c66dd2295f94f37fb1e9137d9cd5ebae040926005bf68e568718fdd5c04508b619bfd9 -Size (biblatex-biber-1.9/biblatex-biber.tar.gz) = 2049168 bytes +SHA1 (biblatex-biber-2.4/biblatex-biber.tar.gz) = ff482d4d717739b01bc658262e13b23b8fc44d36 +RMD160 (biblatex-biber-2.4/biblatex-biber.tar.gz) = 4d4330e41bdf081727866d7565f13aca347f67aa +SHA512 (biblatex-biber-2.4/biblatex-biber.tar.gz) = 6f3b8c2f3b4171a276ad7d5bc16ad78fbecf5bab6b5232c13970af9a0540ab35fbce192f965030f86a06b7ccf3d93958cc1583495948e4b1f65c3b759e3186e2 +Size (biblatex-biber-2.4/biblatex-biber.tar.gz) = 1062340 bytes diff --git a/print/pdf2djvu/Makefile b/print/pdf2djvu/Makefile index bb2089be29c2e..708893f197599 100644 --- a/print/pdf2djvu/Makefile +++ b/print/pdf2djvu/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.38 2016/03/05 11:29:17 jperkin Exp $ +# $NetBSD: Makefile,v 1.41 2016/04/15 14:42:53 wiz Exp $ # -DISTNAME= pdf2djvu-0.9.3 +DISTNAME= pdf2djvu-0.9.4 PKGREVISION= 1 CATEGORIES= print MASTER_SITES= https://bitbucket.org/jwilk/pdf2djvu/downloads/ @@ -17,20 +17,12 @@ DEPENDS+= djvulibre-tools-[0-9]*:../../graphics/djvulibre-tools WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} GNU_CONFIGURE= yes USE_PKGLOCALEDIR= yes -USE_LANGUAGES= c++ c -USE_TOOLS+= pkg-config gmake intltool msgfmt xgettext gsed:run -TOOLS_DEPENDS.gsed= gsed>=4.2:../../textproc/gsed +USE_LANGUAGES= c++ +USE_TOOLS+= pkg-config gmake intltool msgfmt xgettext CONFIGURE_ARGS+= --localedir=${PREFIX}/${PKGLOCALEDIR}/locale -.include "../../mk/bsd.prefs.mk" -.if !empty(MACHINE_PLATFORM:MNetBSD-5*) || ${OPSYS} == "MirBSD" -BUILDLINK_TRANSFORM+= rm:-Werror=overloaded-virtual -.endif - .include "../../graphics/djvulibre-lib/buildlink3.mk" .include "../../print/poppler/buildlink3.mk" .include "../../print/poppler-includes/buildlink3.mk" -.include "../../textproc/libxslt/buildlink3.mk" .include "../../graphics/GraphicsMagick/buildlink3.mk" -.include "../../devel/pstreams/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/print/pdf2djvu/distinfo b/print/pdf2djvu/distinfo index 4b3defd167937..53a10e4b4ce6c 100644 --- a/print/pdf2djvu/distinfo +++ b/print/pdf2djvu/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.10 2016/01/31 07:22:54 ryoon Exp $ +$NetBSD: distinfo,v 1.11 2016/03/15 13:15:29 ryoon Exp $ -SHA1 (pdf2djvu-0.9.3.tar.xz) = 776b92a9a0c5f917165c56d00bda27666990d269 -RMD160 (pdf2djvu-0.9.3.tar.xz) = 80b65920fd7ded187395706a4ca6f36e5defd743 -SHA512 (pdf2djvu-0.9.3.tar.xz) = 388b76642c354480674b6eee4961792c4ef483313ffd25a6248d1d6302985ac5adfb558ae9241062893a419463c9626d8dac9d08297d66b68a98cebbcc4dc193 -Size (pdf2djvu-0.9.3.tar.xz) = 239492 bytes +SHA1 (pdf2djvu-0.9.4.tar.xz) = ae4adc1376375f38ef9e79514b5e026855d56bde +RMD160 (pdf2djvu-0.9.4.tar.xz) = a70e6aab9b027978541f2ea37936f55c3a9acd6f +SHA512 (pdf2djvu-0.9.4.tar.xz) = 6b97d0577ee6e623d8c877393f551dd2a5e19508e5cd6dc5bb2d3ae1a2b71c2f0ffc7020d85507bc52a25da09a301dd5ddf45ab2628928477e0846707ea57322 +Size (pdf2djvu-0.9.4.tar.xz) = 250332 bytes diff --git a/print/pdfmod/Makefile b/print/pdfmod/Makefile index 53fe5db7851aa..2543bc216e48b 100644 --- a/print/pdfmod/Makefile +++ b/print/pdfmod/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.7 2016/03/05 11:29:17 jperkin Exp $ +# $NetBSD: Makefile,v 1.8 2016/04/11 19:02:02 ryoon Exp $ DISTNAME= pdfmod-0.9.1 -PKGREVISION= 7 +PKGREVISION= 8 CATEGORIES= print MASTER_SITES= ${MASTER_SITE_GNOME:=sources/pdfmod/0.9/} EXTRACT_SUFX= .tar.bz2 diff --git a/print/pmw/distinfo b/print/pmw/distinfo index 42f03388f529a..767c3b7df4576 100644 --- a/print/pmw/distinfo +++ b/print/pmw/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.2 2015/11/04 01:01:37 agc Exp $ +$NetBSD: distinfo,v 1.3 2016/04/01 12:36:41 jperkin Exp $ SHA1 (pmw-4.28.tar.gz) = 30647997034017a679b743d2f7bf41f3f9686f64 RMD160 (pmw-4.28.tar.gz) = e6386714aa1505a4d94ce3660baaaf0eea072f05 SHA512 (pmw-4.28.tar.gz) = a5d598d543a0896bc1511cf31d300a3f375efe2f2cb3d3fbb32d8fd26a80938b20e883b0f47ded111e5d99ab44219f801cf44b5eb0a2187928314d17070abf2a Size (pmw-4.28.tar.gz) = 2081185 bytes -SHA1 (patch-Makefile.in) = e0b1d7d7cf058b17b579093799512140039d4de4 +SHA1 (patch-Makefile.in) = 287f7ed907797b42b65d95af7a2798970aec8698 diff --git a/print/pmw/patches/patch-Makefile.in b/print/pmw/patches/patch-Makefile.in index 729f0dc3e7b98..575985b984d5f 100644 --- a/print/pmw/patches/patch-Makefile.in +++ b/print/pmw/patches/patch-Makefile.in @@ -1,9 +1,18 @@ -$NetBSD: patch-Makefile.in,v 1.1 2014/11/29 15:53:11 prlw1 Exp $ +$NetBSD: patch-Makefile.in,v 1.2 2016/04/01 12:36:41 jperkin Exp $ Move message to MESSAGE. ---- Makefile.in.orig 2013-03-12 12:22:19.000000000 +0000 +--- Makefile.in.orig 2014-02-08 14:24:01.000000000 +0000 +++ Makefile.in +@@ -14,7 +14,7 @@ INSTALL_DATA = @INSTALL_DATA@ + + BINDIR=$(DESTDIR)@prefix@/bin + DATADIR=$(DESTDIR)@prefix@/share/pmw +-MANDIR=$(DESTDIR)@prefix@/man ++MANDIR=$(DESTDIR)@prefix@/${PKGMANDIR} + + # BINDIR is the directory in which the pmw command is installed. + # DATADIR is the directory in which the fontmetrics, the PostScript fonts, @@ -65,7 +65,6 @@ install: build $(INSTALL_DATA) psfonts/PMW-Alpha $(DATADIR)/psfonts $(INSTALL_DATA) fontmetrics/* $(DATADIR)/fontmetrics diff --git a/print/podofo/distinfo b/print/podofo/distinfo index e450bd8df8f3d..b707590403b2f 100644 --- a/print/podofo/distinfo +++ b/print/podofo/distinfo @@ -1,10 +1,10 @@ -$NetBSD: distinfo,v 1.12 2015/11/05 19:46:53 adam Exp $ +$NetBSD: distinfo,v 1.13 2016/04/01 11:04:42 jperkin Exp $ SHA1 (podofo-0.9.3.tar.gz) = e3b08af1266eb480032456e3bde030c75452d380 RMD160 (podofo-0.9.3.tar.gz) = 7db7f92d84913621dfa53fbecd3f394aa8105bf4 SHA512 (podofo-0.9.3.tar.gz) = c9a8076821502225d3ecf5a7e79ef2ebd7b9cc3e7d0902eabff33325b124109a1f5038f57b83e3fad0d82cff9cd557a9ed177adc7c176064085070aebcd7602d Size (podofo-0.9.3.tar.gz) = 1135095 bytes -SHA1 (patch-CMakeLists.txt) = 50eb8fbcb50435ff52fb42ca1d2b8a5edeb8e1d5 +SHA1 (patch-CMakeLists.txt) = be4020c8af88e3f8785cd5b8cb365af1e862207e SHA1 (patch-cmake_modules_FindFREETYPE.cmake) = 755d6d7ad73dea490479b90299728129bb1b0795 SHA1 (patch-src_base_PdfCompilerCompat.h) = 5472e3fdda57f48ac5d6f24e916e94c51fd18af4 SHA1 (patch-test_CMakeLists.txt) = 846871dac995ff80544ad9096574eddd776e324f diff --git a/print/podofo/patches/patch-CMakeLists.txt b/print/podofo/patches/patch-CMakeLists.txt index e4561ac912450..95336b004aa0f 100644 --- a/print/podofo/patches/patch-CMakeLists.txt +++ b/print/podofo/patches/patch-CMakeLists.txt @@ -1,4 +1,4 @@ -$NetBSD: patch-CMakeLists.txt,v 1.1 2015/11/05 19:46:53 adam Exp $ +$NetBSD: patch-CMakeLists.txt,v 1.2 2016/04/01 11:04:43 jperkin Exp $ Make LUA optional (PR/43054). Make sure man pages are installed at the right place. @@ -44,7 +44,7 @@ Dont look for CppUnit as we dont want to build tests. # Setup directories we will need # -SET(MANDIR "share/man/") -+SET(MANDIR "man/") ++SET(MANDIR "${CMAKE_INSTALL_MANDIR}/") # Create the config file. It'll be appended to as the subdirs run though # then dependency information will be written to it at the end of the diff --git a/print/poppler-cpp/buildlink3.mk b/print/poppler-cpp/buildlink3.mk index b65fbcac07f76..ec06714fd060b 100644 --- a/print/poppler-cpp/buildlink3.mk +++ b/print/poppler-cpp/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.22 2016/01/27 10:31:28 wiz Exp $ +# $NetBSD: buildlink3.mk,v 1.23 2016/04/15 14:42:51 wiz Exp $ BUILDLINK_TREE+= poppler-cpp @@ -6,7 +6,7 @@ BUILDLINK_TREE+= poppler-cpp POPPLER_CPP_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.poppler-cpp+= poppler-cpp>=0.16.7 -BUILDLINK_ABI_DEPENDS.poppler-cpp+= poppler-cpp>=0.40.0 +BUILDLINK_ABI_DEPENDS.poppler-cpp+= poppler-cpp>=0.42.0 BUILDLINK_PKGSRCDIR.poppler-cpp?= ../../print/poppler-cpp .include "../../print/poppler/buildlink3.mk" diff --git a/print/poppler-glib/buildlink3.mk b/print/poppler-glib/buildlink3.mk index 8fad6d6d23022..b38e51c3460cd 100644 --- a/print/poppler-glib/buildlink3.mk +++ b/print/poppler-glib/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.48 2016/01/27 10:31:28 wiz Exp $ +# $NetBSD: buildlink3.mk,v 1.49 2016/04/15 14:42:51 wiz Exp $ BUILDLINK_TREE+= poppler-glib @@ -6,7 +6,7 @@ BUILDLINK_TREE+= poppler-glib POPPLER_GLIB_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.poppler-glib+= poppler-glib>=0.5.1 -BUILDLINK_ABI_DEPENDS.poppler-glib+= poppler-glib>=0.40.0 +BUILDLINK_ABI_DEPENDS.poppler-glib+= poppler-glib>=0.42.0 BUILDLINK_PKGSRCDIR.poppler-glib?= ../../print/poppler-glib .include "../../devel/glib2/buildlink3.mk" diff --git a/print/poppler-includes/PLIST b/print/poppler-includes/PLIST index 6b8b94e8aebde..b6cb4ca0fc467 100644 --- a/print/poppler-includes/PLIST +++ b/print/poppler-includes/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.12 2014/06/07 10:56:09 wiz Exp $ +@comment $NetBSD: PLIST,v 1.13 2016/04/15 14:36:21 wiz Exp $ include/poppler/Annot.h include/poppler/Array.h include/poppler/BuiltinFont.h @@ -53,6 +53,7 @@ include/poppler/PreScanOutputDev.h include/poppler/ProfileData.h include/poppler/Rendition.h include/poppler/SecurityHandler.h +include/poppler/SignatureInfo.h include/poppler/Sound.h include/poppler/SplashOutputDev.h include/poppler/StdinCachedFile.h diff --git a/print/poppler-includes/buildlink3.mk b/print/poppler-includes/buildlink3.mk index ae832399a117e..57c4438c6425c 100644 --- a/print/poppler-includes/buildlink3.mk +++ b/print/poppler-includes/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.16 2016/01/27 10:31:28 wiz Exp $ +# $NetBSD: buildlink3.mk,v 1.17 2016/04/15 14:42:51 wiz Exp $ BUILDLINK_TREE+= poppler-includes @@ -8,7 +8,7 @@ POPPLER_INCLUDES_BUILDLINK3_MK:= BUILDLINK_DEPMETHOD.poppler-includes?= build BUILDLINK_API_DEPENDS.poppler-includes+= poppler-includes>=0.22.2 -BUILDLINK_ABI_DEPENDS.poppler-includes?= poppler-includes>=0.40.0 +BUILDLINK_ABI_DEPENDS.poppler-includes?= poppler-includes>=0.42.0 BUILDLINK_PKGSRCDIR.poppler-includes?= ../../print/poppler-includes .endif # POPPLER_INCLUDES_BUILDLINK3_MK diff --git a/print/poppler-qt4/Makefile b/print/poppler-qt4/Makefile index b45f5bd1b0d64..4a3efaff2292b 100644 --- a/print/poppler-qt4/Makefile +++ b/print/poppler-qt4/Makefile @@ -1,6 +1,5 @@ -# $NetBSD: Makefile,v 1.47 2016/03/05 11:29:17 jperkin Exp $ +# $NetBSD: Makefile,v 1.48 2016/04/15 14:36:21 wiz Exp $ -PKGREVISION= 1 .include "../../print/poppler/Makefile.common" PKGNAME= poppler-qt4-${POPPLER_VERS} diff --git a/print/poppler-qt4/buildlink3.mk b/print/poppler-qt4/buildlink3.mk index 7e06a01522496..7e1c61a2d8633 100644 --- a/print/poppler-qt4/buildlink3.mk +++ b/print/poppler-qt4/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.29 2016/01/27 10:31:28 wiz Exp $ +# $NetBSD: buildlink3.mk,v 1.30 2016/04/15 14:42:51 wiz Exp $ BUILDLINK_TREE+= poppler-qt4 @@ -6,7 +6,7 @@ BUILDLINK_TREE+= poppler-qt4 POPPLER_QT4_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.poppler-qt4+= poppler-qt4>=0.6.1 -BUILDLINK_ABI_DEPENDS.poppler-qt4+= poppler-qt4>=0.40.0 +BUILDLINK_ABI_DEPENDS.poppler-qt4+= poppler-qt4>=0.42.0 BUILDLINK_PKGSRCDIR.poppler-qt4?= ../../print/poppler-qt4 .include "../../print/poppler/buildlink3.mk" diff --git a/print/poppler-qt5/Makefile b/print/poppler-qt5/Makefile index b60c1b1febfe7..eb170b3c73d71 100644 --- a/print/poppler-qt5/Makefile +++ b/print/poppler-qt5/Makefile @@ -1,6 +1,5 @@ -# $NetBSD: Makefile,v 1.7 2016/03/05 11:29:17 jperkin Exp $ +# $NetBSD: Makefile,v 1.9 2016/04/15 14:36:21 wiz Exp $ -PKGREVISION= 1 .include "../../print/poppler/Makefile.common" PKGNAME= poppler-qt5-${POPPLER_VERS} diff --git a/print/poppler-qt5/buildlink3.mk b/print/poppler-qt5/buildlink3.mk index f0e06b2ac95e0..36ecb2ff558c3 100644 --- a/print/poppler-qt5/buildlink3.mk +++ b/print/poppler-qt5/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.7 2016/01/27 10:31:29 wiz Exp $ +# $NetBSD: buildlink3.mk,v 1.8 2016/04/15 14:42:51 wiz Exp $ BUILDLINK_TREE+= poppler-qt5 @@ -6,7 +6,7 @@ BUILDLINK_TREE+= poppler-qt5 POPPLER_QT5_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.poppler-qt5+= poppler-qt5>=0.26.0 -BUILDLINK_ABI_DEPENDS.poppler-qt5?= poppler-qt5>=0.40.0 +BUILDLINK_ABI_DEPENDS.poppler-qt5?= poppler-qt5>=0.42.0 BUILDLINK_PKGSRCDIR.poppler-qt5?= ../../print/poppler-qt5 .include "../../print/poppler/buildlink3.mk" diff --git a/print/poppler/Makefile.common b/print/poppler/Makefile.common index 579f74b8adbe9..f7bb7d13a9b73 100644 --- a/print/poppler/Makefile.common +++ b/print/poppler/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.77 2016/01/27 10:26:42 wiz Exp $ +# $NetBSD: Makefile.common,v 1.78 2016/04/15 14:36:21 wiz Exp $ # # used by print/poppler/Makefile # used by print/poppler-cpp/Makefile @@ -8,7 +8,7 @@ # used by print/poppler-qt5/Makefile # used by print/poppler-utils/Makefile -POPPLER_VERS= 0.40.0 +POPPLER_VERS= 0.42.0 DISTNAME= poppler-${POPPLER_VERS} CATEGORIES= print MASTER_SITES= http://poppler.freedesktop.org/ diff --git a/print/poppler/buildlink3.mk b/print/poppler/buildlink3.mk index a3f0ae222c440..69767e0b8f106 100644 --- a/print/poppler/buildlink3.mk +++ b/print/poppler/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.47 2016/01/27 10:31:29 wiz Exp $ +# $NetBSD: buildlink3.mk,v 1.48 2016/04/15 14:42:51 wiz Exp $ BUILDLINK_TREE+= poppler @@ -6,7 +6,7 @@ BUILDLINK_TREE+= poppler POPPLER_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.poppler+= poppler>=0.5.1 -BUILDLINK_ABI_DEPENDS.poppler+= poppler>=0.40.0 +BUILDLINK_ABI_DEPENDS.poppler+= poppler>=0.42.0 BUILDLINK_PKGSRCDIR.poppler?= ../../print/poppler .include "../../graphics/lcms2/buildlink3.mk" diff --git a/print/poppler/distinfo b/print/poppler/distinfo index 9799706160196..69b836da08842 100644 --- a/print/poppler/distinfo +++ b/print/poppler/distinfo @@ -1,13 +1,14 @@ -$NetBSD: distinfo,v 1.105 2016/01/27 10:26:42 wiz Exp $ +$NetBSD: distinfo,v 1.107 2016/05/10 13:13:56 jperkin Exp $ -SHA1 (poppler-0.40.0.tar.xz) = 8c3be50ff6cd5174a7c37f4f038a7ef8386e9a5f -RMD160 (poppler-0.40.0.tar.xz) = ab3d8da12a4e57654664c4dd0d52d6a3d3cd4fcf -SHA512 (poppler-0.40.0.tar.xz) = 0f26f342a4f70ebc65848c61e5eb1a182d539a8e4cdc5fa499c52765d15867e13ee7c595773d2e8d6f2eb3e83e1c19f35cc6bb47f8aeb87a8ad92e45ecff50cd -Size (poppler-0.40.0.tar.xz) = 1642708 bytes -SHA1 (patch-aa) = 15839af8b9ca17662d721428a96ff74f1bb7ba72 -SHA1 (patch-ab) = 55bcf94d51f5c9c5bf999f7b4fa63afebe77c83c +SHA1 (poppler-0.42.0.tar.xz) = 4a445d2da6bcf9fd80517b4c881873977b6f49ba +RMD160 (poppler-0.42.0.tar.xz) = 503cfddcb1a2817b3e180ce70b1c8e480785be4d +SHA512 (poppler-0.42.0.tar.xz) = ab8c86c28a2ac848bf118de7f20f57576ed4faa4ad06ae7d58590b951fb2b0ee8a728919ce2417592b467af7322c57ed0bff0288eced042fcf94a50d89c73c19 +Size (poppler-0.42.0.tar.xz) = 1674024 bytes +SHA1 (patch-aa) = 03798571a0b546e2cabb3579e537459674022ed4 +SHA1 (patch-ab) = 79842143a6fb4b5a01571a1e5b661c7380e4a552 SHA1 (patch-ag) = d4df4fdf141186e1cc653bb467b31b3335d733ff SHA1 (patch-aq) = da845661ef7f7aca3072dbeebde0444b4d8f01aa SHA1 (patch-ar) = b064ff2dc9080ff5f1a1361e7798480ace11f3a3 SHA1 (patch-as) = 1238357e57fa310ba9c9f00768c46074b8325739 -SHA1 (patch-qt5_src_Makefile.in) = 8288b41e87a4f14d6a1fd361564e1356f9673dd9 +SHA1 (patch-poppler_Decrypt.cc) = fd00865e1ca64db949d6133d68f738f202307bae +SHA1 (patch-qt5_src_Makefile.in) = bd35aaa1ca82b12c26475066c13c9126ecbb5a88 diff --git a/print/poppler/patches/patch-aa b/print/poppler/patches/patch-aa index 72cfc19fe4ded..4d18984407ab9 100644 --- a/print/poppler/patches/patch-aa +++ b/print/poppler/patches/patch-aa @@ -1,11 +1,11 @@ -$NetBSD: patch-aa,v 1.15 2015/10/01 05:36:36 wiz Exp $ +$NetBSD: patch-aa,v 1.16 2016/04/15 14:36:21 wiz Exp $ Use installed copy of poppler library so we can have a separate poppler-glib package. ---- glib/Makefile.in.orig 2015-09-09 22:06:58.000000000 +0000 +--- glib/Makefile.in.orig 2016-03-16 22:22:12.000000000 +0000 +++ glib/Makefile.in -@@ -134,7 +134,7 @@ am__installdirs = "$(DESTDIR)$(libdir)" +@@ -143,7 +143,7 @@ am__installdirs = "$(DESTDIR)$(libdir)" LTLIBRARIES = $(lib_LTLIBRARIES) am__DEPENDENCIES_1 = libpoppler_glib_la_DEPENDENCIES = \ @@ -14,7 +14,7 @@ poppler-glib package. $(top_builddir)/poppler/libpoppler-cairo.la \ $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ $(am__DEPENDENCIES_1) -@@ -554,7 +554,7 @@ libpoppler_glib_la_CPPFLAGS = \ +@@ -569,7 +569,7 @@ libpoppler_glib_la_CPPFLAGS = \ $(POPPLER_GLIB_DISABLE_SINGLE_INCLUDES) libpoppler_glib_la_LIBADD = \ diff --git a/print/poppler/patches/patch-ab b/print/poppler/patches/patch-ab index 500ac658e7513..f08326965c1fc 100644 --- a/print/poppler/patches/patch-ab +++ b/print/poppler/patches/patch-ab @@ -1,36 +1,36 @@ -$NetBSD: patch-ab,v 1.18 2014/11/20 16:03:46 wiz Exp $ +$NetBSD: patch-ab,v 1.19 2016/04/15 14:36:21 wiz Exp $ Use installed poppler library so we can have a separate poppler-utils package. Always build pdftoppm. ---- utils/Makefile.in.orig 2014-11-04 18:46:22.000000000 +0000 +--- utils/Makefile.in.orig 2016-03-16 22:22:14.000000000 +0000 +++ utils/Makefile.in -@@ -85,9 +85,9 @@ host_triplet = @host@ - @BUILD_UTILS_TRUE@ pdftohtml$(EXEEXT) pdfseparate$(EXEEXT) \ +@@ -96,9 +96,9 @@ host_triplet = @host@ @BUILD_UTILS_TRUE@ pdfunite$(EXEEXT) $(am__EXEEXT_1) \ - @BUILD_UTILS_TRUE@ $(am__EXEEXT_2) --@BUILD_SPLASH_OUTPUT_TRUE@@BUILD_UTILS_TRUE@am__append_1 = pdftoppm -+am__append_1 = pdftoppm - @BUILD_CAIRO_OUTPUT_TRUE@@BUILD_UTILS_TRUE@am__append_2 = pdftocairo --@BUILD_SPLASH_OUTPUT_TRUE@@BUILD_UTILS_TRUE@am__append_3 = pdftoppm.1 -+am__append_3 = pdftoppm.1 - @BUILD_CAIRO_OUTPUT_TRUE@@BUILD_UTILS_TRUE@am__append_4 = pdftocairo.1 - @BUILD_CAIRO_OUTPUT_TRUE@@USE_CMS_TRUE@am__append_5 = $(LCMS_CFLAGS) - @BUILD_CAIRO_OUTPUT_TRUE@@USE_CMS_TRUE@am__append_6 = $(LCMS_LIBS) -@@ -117,8 +117,8 @@ AM_V_lt = $(am__v_lt_@AM_V@) - am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) + @BUILD_UTILS_TRUE@ $(am__EXEEXT_2) $(am__EXEEXT_3) + @BUILD_NSS_TRUE@@BUILD_UTILS_TRUE@am__append_1 = pdfsig +-@BUILD_SPLASH_OUTPUT_TRUE@@BUILD_UTILS_TRUE@am__append_2 = pdftoppm ++am__append_2 = pdftoppm + @BUILD_CAIRO_OUTPUT_TRUE@@BUILD_UTILS_TRUE@am__append_3 = pdftocairo +-@BUILD_SPLASH_OUTPUT_TRUE@@BUILD_UTILS_TRUE@am__append_4 = pdftoppm.1 ++am__append_4 = pdftoppm.1 + @BUILD_CAIRO_OUTPUT_TRUE@@BUILD_UTILS_TRUE@am__append_5 = pdftocairo.1 + @BUILD_CAIRO_OUTPUT_TRUE@@USE_CMS_TRUE@am__append_6 = $(LCMS_CFLAGS) + @BUILD_CAIRO_OUTPUT_TRUE@@USE_CMS_TRUE@am__append_7 = $(LCMS_LIBS) +@@ -128,8 +128,8 @@ am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) am__v_lt_0 = --silent am__v_lt_1 = --@BUILD_SPLASH_OUTPUT_TRUE@@BUILD_UTILS_TRUE@am__EXEEXT_1 = \ + @BUILD_NSS_TRUE@@BUILD_UTILS_TRUE@am__EXEEXT_1 = pdfsig$(EXEEXT) +-@BUILD_SPLASH_OUTPUT_TRUE@@BUILD_UTILS_TRUE@am__EXEEXT_2 = \ -@BUILD_SPLASH_OUTPUT_TRUE@@BUILD_UTILS_TRUE@ pdftoppm$(EXEEXT) -+am__EXEEXT_1 = \ ++am__EXEEXT_2 = \ + pdftoppm$(EXEEXT) - @BUILD_CAIRO_OUTPUT_TRUE@@BUILD_UTILS_TRUE@am__EXEEXT_2 = pdftocairo$(EXEEXT) + @BUILD_CAIRO_OUTPUT_TRUE@@BUILD_UTILS_TRUE@am__EXEEXT_3 = pdftocairo$(EXEEXT) am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)" PROGRAMS = $(bin_PROGRAMS) -@@ -126,39 +126,39 @@ am_pdfdetach_OBJECTS = pdfdetach.$(OBJEX +@@ -137,44 +137,44 @@ am_pdfdetach_OBJECTS = pdfdetach.$(OBJEX pdfdetach_OBJECTS = $(am_pdfdetach_OBJECTS) pdfdetach_LDADD = $(LDADD) pdfdetach_DEPENDENCIES = libparseargs.la \ @@ -61,6 +61,12 @@ Always build pdftoppm. pdfseparate_LDADD = $(LDADD) pdfseparate_DEPENDENCIES = libparseargs.la \ - $(top_builddir)/poppler/libpoppler.la ++ $(prefix)/lib/libpoppler.la + am_pdfsig_OBJECTS = pdfsig.$(OBJEXT) + pdfsig_OBJECTS = $(am_pdfsig_OBJECTS) + pdfsig_LDADD = $(LDADD) + pdfsig_DEPENDENCIES = libparseargs.la \ +- $(top_builddir)/poppler/libpoppler.la + $(prefix)/lib/libpoppler.la am_pdftocairo_OBJECTS = pdftocairo-pdftocairo.$(OBJEXT) \ pdftocairo-pdftocairo-win32.$(OBJEXT) @@ -77,7 +83,7 @@ Always build pdftoppm. $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_4) \ $(am__DEPENDENCIES_2) am_pdftohtml_OBJECTS = pdftohtml-pdftohtml.$(OBJEXT) \ -@@ -167,7 +167,7 @@ am_pdftohtml_OBJECTS = pdftohtml-pdftoht +@@ -183,7 +183,7 @@ am_pdftohtml_OBJECTS = pdftohtml-pdftoht pdftohtml_OBJECTS = $(am_pdftohtml_OBJECTS) pdftohtml_LDADD = $(LDADD) pdftohtml_DEPENDENCIES = libparseargs.la \ @@ -86,7 +92,7 @@ Always build pdftoppm. pdftohtml_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(pdftohtml_CXXFLAGS) \ $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ -@@ -175,22 +175,22 @@ am_pdftoppm_OBJECTS = pdftoppm.$(OBJEXT) +@@ -191,22 +191,22 @@ am_pdftoppm_OBJECTS = pdftoppm.$(OBJEXT) pdftoppm_OBJECTS = $(am_pdftoppm_OBJECTS) pdftoppm_LDADD = $(LDADD) pdftoppm_DEPENDENCIES = libparseargs.la \ @@ -113,7 +119,7 @@ Always build pdftoppm. AM_V_P = $(am__v_P_@AM_V@) am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) am__v_P_0 = false -@@ -527,8 +527,9 @@ AM_CPPFLAGS = \ +@@ -549,8 +549,9 @@ AM_CPPFLAGS = \ LDADD = \ libparseargs.la \ @@ -125,7 +131,7 @@ Always build pdftoppm. @BUILD_UTILS_TRUE@dist_man1_MANS = pdfdetach.1 pdffonts.1 pdfimages.1 \ @BUILD_UTILS_TRUE@ pdfinfo.1 pdftops.1 pdftotext.1 pdftohtml.1 \ -@@ -590,7 +591,7 @@ pdftocairo_SOURCES = \ +@@ -615,7 +616,7 @@ pdftocairo_SOURCES = \ pdftocairo-win32.h pdftocairo_LDADD = \ diff --git a/print/poppler/patches/patch-poppler_Decrypt.cc b/print/poppler/patches/patch-poppler_Decrypt.cc new file mode 100644 index 0000000000000..db5ab52d8ffc4 --- /dev/null +++ b/print/poppler/patches/patch-poppler_Decrypt.cc @@ -0,0 +1,114 @@ +$NetBSD: patch-poppler_Decrypt.cc,v 1.1 2016/05/10 13:13:56 jperkin Exp $ + +Add ULL suffixes as required. + +--- poppler/Decrypt.cc.orig 2016-03-14 19:18:16.000000000 +0000 ++++ poppler/Decrypt.cc +@@ -1391,14 +1391,14 @@ static void sha256(Guchar *msg, int msgL + Guint H[8]; + int blkLen, i; + +- H[0] = 0x6a09e667; +- H[1] = 0xbb67ae85; +- H[2] = 0x3c6ef372; +- H[3] = 0xa54ff53a; +- H[4] = 0x510e527f; +- H[5] = 0x9b05688c; +- H[6] = 0x1f83d9ab; +- H[7] = 0x5be0cd19; ++ H[0] = 0x6a09e667ULL; ++ H[1] = 0xbb67ae85ULL; ++ H[2] = 0x3c6ef372ULL; ++ H[3] = 0xa54ff53aULL; ++ H[4] = 0x510e527fULL; ++ H[5] = 0x9b05688cULL; ++ H[6] = 0x1f83d9abULL; ++ H[7] = 0x5be0cd19ULL; + + blkLen = 0; + for (i = 0; i + 64 <= msgLen; i += 64) { +@@ -1444,22 +1444,22 @@ static void sha256(Guchar *msg, int msgL + //------------------------------------------------------------------------ + // SHA 384 and SHA 512 use the same sequence of eighty constant 64 bit words. + static const uint64_t K[80] = { +- 0x428a2f98d728ae22, 0x7137449123ef65cd, 0xb5c0fbcfec4d3b2f, 0xe9b5dba58189dbbc, 0x3956c25bf348b538, +- 0x59f111f1b605d019, 0x923f82a4af194f9b, 0xab1c5ed5da6d8118, 0xd807aa98a3030242, 0x12835b0145706fbe, +- 0x243185be4ee4b28c, 0x550c7dc3d5ffb4e2, 0x72be5d74f27b896f, 0x80deb1fe3b1696b1, 0x9bdc06a725c71235, +- 0xc19bf174cf692694, 0xe49b69c19ef14ad2, 0xefbe4786384f25e3, 0x0fc19dc68b8cd5b5, 0x240ca1cc77ac9c65, +- 0x2de92c6f592b0275, 0x4a7484aa6ea6e483, 0x5cb0a9dcbd41fbd4, 0x76f988da831153b5, 0x983e5152ee66dfab, +- 0xa831c66d2db43210, 0xb00327c898fb213f, 0xbf597fc7beef0ee4, 0xc6e00bf33da88fc2, 0xd5a79147930aa725, +- 0x06ca6351e003826f, 0x142929670a0e6e70, 0x27b70a8546d22ffc, 0x2e1b21385c26c926, 0x4d2c6dfc5ac42aed, +- 0x53380d139d95b3df, 0x650a73548baf63de, 0x766a0abb3c77b2a8, 0x81c2c92e47edaee6, 0x92722c851482353b, +- 0xa2bfe8a14cf10364, 0xa81a664bbc423001, 0xc24b8b70d0f89791, 0xc76c51a30654be30, 0xd192e819d6ef5218, +- 0xd69906245565a910, 0xf40e35855771202a, 0x106aa07032bbd1b8, 0x19a4c116b8d2d0c8, 0x1e376c085141ab53, +- 0x2748774cdf8eeb99, 0x34b0bcb5e19b48a8, 0x391c0cb3c5c95a63, 0x4ed8aa4ae3418acb, 0x5b9cca4f7763e373, +- 0x682e6ff3d6b2b8a3, 0x748f82ee5defb2fc, 0x78a5636f43172f60, 0x84c87814a1f0ab72, 0x8cc702081a6439ec, +- 0x90befffa23631e28, 0xa4506cebde82bde9, 0xbef9a3f7b2c67915, 0xc67178f2e372532b, 0xca273eceea26619c, +- 0xd186b8c721c0c207, 0xeada7dd6cde0eb1e, 0xf57d4f7fee6ed178, 0x06f067aa72176fba, 0x0a637dc5a2c898a6, +- 0x113f9804bef90dae, 0x1b710b35131c471b, 0x28db77f523047d84, 0x32caab7b40c72493, 0x3c9ebe0a15c9bebc, +- 0x431d67c49c100d4c, 0x4cc5d4becb3e42b6, 0x597f299cfc657e2a, 0x5fcb6fab3ad6faec, 0x6c44198c4a475817 ++ 0x428a2f98d728ae22ULL, 0x7137449123ef65cdULL, 0xb5c0fbcfec4d3b2fULL, 0xe9b5dba58189dbbcULL, 0x3956c25bf348b538ULL, ++ 0x59f111f1b605d019ULL, 0x923f82a4af194f9bULL, 0xab1c5ed5da6d8118ULL, 0xd807aa98a3030242ULL, 0x12835b0145706fbeULL, ++ 0x243185be4ee4b28cULL, 0x550c7dc3d5ffb4e2ULL, 0x72be5d74f27b896fULL, 0x80deb1fe3b1696b1ULL, 0x9bdc06a725c71235ULL, ++ 0xc19bf174cf692694ULL, 0xe49b69c19ef14ad2ULL, 0xefbe4786384f25e3ULL, 0x0fc19dc68b8cd5b5ULL, 0x240ca1cc77ac9c65ULL, ++ 0x2de92c6f592b0275ULL, 0x4a7484aa6ea6e483ULL, 0x5cb0a9dcbd41fbd4ULL, 0x76f988da831153b5ULL, 0x983e5152ee66dfabULL, ++ 0xa831c66d2db43210ULL, 0xb00327c898fb213fULL, 0xbf597fc7beef0ee4ULL, 0xc6e00bf33da88fc2ULL, 0xd5a79147930aa725ULL, ++ 0x06ca6351e003826fULL, 0x142929670a0e6e70ULL, 0x27b70a8546d22ffcULL, 0x2e1b21385c26c926ULL, 0x4d2c6dfc5ac42aedULL, ++ 0x53380d139d95b3dfULL, 0x650a73548baf63deULL, 0x766a0abb3c77b2a8ULL, 0x81c2c92e47edaee6ULL, 0x92722c851482353bULL, ++ 0xa2bfe8a14cf10364ULL, 0xa81a664bbc423001ULL, 0xc24b8b70d0f89791ULL, 0xc76c51a30654be30ULL, 0xd192e819d6ef5218ULL, ++ 0xd69906245565a910ULL, 0xf40e35855771202aULL, 0x106aa07032bbd1b8ULL, 0x19a4c116b8d2d0c8ULL, 0x1e376c085141ab53ULL, ++ 0x2748774cdf8eeb99ULL, 0x34b0bcb5e19b48a8ULL, 0x391c0cb3c5c95a63ULL, 0x4ed8aa4ae3418acbULL, 0x5b9cca4f7763e373ULL, ++ 0x682e6ff3d6b2b8a3ULL, 0x748f82ee5defb2fcULL, 0x78a5636f43172f60ULL, 0x84c87814a1f0ab72ULL, 0x8cc702081a6439ecULL, ++ 0x90befffa23631e28ULL, 0xa4506cebde82bde9ULL, 0xbef9a3f7b2c67915ULL, 0xc67178f2e372532bULL, 0xca273eceea26619cULL, ++ 0xd186b8c721c0c207ULL, 0xeada7dd6cde0eb1eULL, 0xf57d4f7fee6ed178ULL, 0x06f067aa72176fbaULL, 0x0a637dc5a2c898a6ULL, ++ 0x113f9804bef90daeULL, 0x1b710b35131c471bULL, 0x28db77f523047d84ULL, 0x32caab7b40c72493ULL, 0x3c9ebe0a15c9bebcULL, ++ 0x431d67c49c100d4cULL, 0x4cc5d4becb3e42b6ULL, 0x597f299cfc657e2aULL, 0x5fcb6fab3ad6faecULL, 0x6c44198c4a475817ULL + }; + + static inline uint64_t rotr(uint64_t x, uint64_t n) { +@@ -1548,14 +1548,14 @@ static void sha512(Guchar *msg, int msgL + uint64_t H[8]; + int blkLen = 0, i; + // setting the initial hash value. +- H[0] = 0x6a09e667f3bcc908; +- H[1] = 0xbb67ae8584caa73b; +- H[2] = 0x3c6ef372fe94f82b; +- H[3] = 0xa54ff53a5f1d36f1; +- H[4] = 0x510e527fade682d1; +- H[5] = 0x9b05688c2b3e6c1f; +- H[6] = 0x1f83d9abfb41bd6b; +- H[7] = 0x5be0cd19137e2179; ++ H[0] = 0x6a09e667f3bcc908ULL; ++ H[1] = 0xbb67ae8584caa73bULL; ++ H[2] = 0x3c6ef372fe94f82bULL; ++ H[3] = 0xa54ff53a5f1d36f1ULL; ++ H[4] = 0x510e527fade682d1ULL; ++ H[5] = 0x9b05688c2b3e6c1fULL; ++ H[6] = 0x1f83d9abfb41bd6bULL; ++ H[7] = 0x5be0cd19137e2179ULL; + + for (i = 0; i + 128 <= msgLen; i += 128) { + sha512HashBlock(msg + i, H); +@@ -1620,14 +1620,14 @@ static void sha384(Guchar *msg, int msgL + uint64_t H[8]; + int blkLen, i; + //setting initial hash values +- H[0] = 0xcbbb9d5dc1059ed8; +- H[1] = 0x629a292a367cd507; +- H[2] = 0x9159015a3070dd17; +- H[3] = 0x152fecd8f70e5939; +- H[4] = 0x67332667ffc00b31; +- H[5] = 0x8eb44a8768581511; +- H[6] = 0xdb0c2e0d64f98fa7; +- H[7] = 0x47b5481dbefa4fa4; ++ H[0] = 0xcbbb9d5dc1059ed8ULL; ++ H[1] = 0x629a292a367cd507ULL; ++ H[2] = 0x9159015a3070dd17ULL; ++ H[3] = 0x152fecd8f70e5939ULL; ++ H[4] = 0x67332667ffc00b31ULL; ++ H[5] = 0x8eb44a8768581511ULL; ++ H[6] = 0xdb0c2e0d64f98fa7ULL; ++ H[7] = 0x47b5481dbefa4fa4ULL; + //SHA 384 will use the same sha512HashBlock function. + blkLen = 0; + for (i = 0; i + 128 <= msgLen; i += 128) { diff --git a/print/poppler/patches/patch-qt5_src_Makefile.in b/print/poppler/patches/patch-qt5_src_Makefile.in index d443835d0f9fa..971eef89559d4 100644 --- a/print/poppler/patches/patch-qt5_src_Makefile.in +++ b/print/poppler/patches/patch-qt5_src_Makefile.in @@ -1,11 +1,11 @@ -$NetBSD: patch-qt5_src_Makefile.in,v 1.3 2015/10/01 05:36:36 wiz Exp $ +$NetBSD: patch-qt5_src_Makefile.in,v 1.4 2016/04/15 14:36:21 wiz Exp $ Use installed copy of poppler library so we can have a separate poppler-qt5 package. ---- qt5/src/Makefile.in.orig 2015-09-09 22:07:00.000000000 +0000 +--- qt5/src/Makefile.in.orig 2016-03-16 22:22:13.000000000 +0000 +++ qt5/src/Makefile.in -@@ -129,7 +129,7 @@ am__installdirs = "$(DESTDIR)$(libdir)" +@@ -139,7 +139,7 @@ am__installdirs = "$(DESTDIR)$(libdir)" LTLIBRARIES = $(lib_LTLIBRARIES) am__DEPENDENCIES_1 = libpoppler_qt5_la_DEPENDENCIES = \ @@ -14,7 +14,7 @@ poppler-qt5 package. am_libpoppler_qt5_la_OBJECTS = libpoppler_qt5_la-poppler-document.lo \ libpoppler_qt5_la-poppler-page.lo \ libpoppler_qt5_la-poppler-fontinfo.lo \ -@@ -505,7 +505,7 @@ libpoppler_qt5_la_CXXFLAGS = \ +@@ -520,7 +520,7 @@ libpoppler_qt5_la_CXXFLAGS = \ -Dpoppler_qt5_EXPORTS libpoppler_qt5_la_LIBADD = \ diff --git a/print/psify/Makefile b/print/psify/Makefile index 90d4a51b77364..2e5ed36e09402 100644 --- a/print/psify/Makefile +++ b/print/psify/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2012/10/08 13:45:45 asau Exp $ +# $NetBSD: Makefile,v 1.13 2016/03/30 08:35:56 jperkin Exp $ # DISTNAME= psify-19980216 @@ -21,9 +21,8 @@ INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 INSTALL_MAKE_FLAGS= prefix=${DESTDIR}${PREFIX} post-extract: - @for i in ${DISTFILES}; \ - do \ - ${CP} ${_DISTDIR}/$$i ${WRKSRC}; \ + for i in ${DISTFILES}; do \ + ${CP} ${_DISTDIR}/$$i ${WRKSRC}; \ done .include "../../mk/bsd.pkg.mk" diff --git a/print/psify/distinfo b/print/psify/distinfo index 8ec6faef1b4f1..19412448d6615 100644 --- a/print/psify/distinfo +++ b/print/psify/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.6 2015/11/04 01:01:38 agc Exp $ +$NetBSD: distinfo,v 1.7 2016/03/30 08:35:56 jperkin Exp $ SHA1 (psify/Makefile) = fbceb5e2add289e07a42fceb0978a95e57b316c3 RMD160 (psify/Makefile) = 14a95b0e3762e2f893411fe36da0fb9df6e600dd @@ -16,4 +16,4 @@ SHA1 (psify/psify.man) = f517bc97ba3d3ff20fa19f86f4a6c26d20e1afbc RMD160 (psify/psify.man) = f79e5be3f81ead748e45afd07ae84b0d8ef2b087 SHA512 (psify/psify.man) = e409f3a9a3ee09854fd377e3dbbac10a468f495b6b1dc1da2ba37bb545911f2f379da12ae19909716dbbe67455d03cbb4b12bee02a0c19afe55aba0b104a4931 Size (psify/psify.man) = 4023 bytes -SHA1 (patch-aa) = 9caa22acf3fd00cf355eb44638a93410784961c3 +SHA1 (patch-aa) = 27c1fca4a45b5a29e10605654cdadbfe7fc9ff9a diff --git a/print/psify/patches/patch-aa b/print/psify/patches/patch-aa index 4f73a841d93bd..1fd5bed684aa1 100644 --- a/print/psify/patches/patch-aa +++ b/print/psify/patches/patch-aa @@ -1,4 +1,6 @@ -$NetBSD: patch-aa,v 1.2 2004/07/24 22:35:43 grant Exp $ +$NetBSD: patch-aa,v 1.3 2016/03/30 08:35:56 jperkin Exp $ + +Use pkgsrc flags/paths. --- Makefile.orig 2004-07-25 08:33:58.000000000 +1000 +++ Makefile @@ -24,4 +26,4 @@ $NetBSD: patch-aa,v 1.2 2004/07/24 22:35:43 grant Exp $ - install -c -s -m 755 psify $(prefix)/bin/psify - install -c -m 644 psify.man $(prefix)/man/man1/psify.1 + ${BSD_INSTALL} -c -s -m 755 psify $(prefix)/bin/psify -+ ${BSD_INSTALL} -c -m 644 psify.man $(prefix)/man/man1/psify.1 ++ ${BSD_INSTALL} -c -m 644 psify.man $(prefix)/${PKGMANDIR}/man1/psify.1 diff --git a/print/py-poppler/Makefile b/print/py-poppler/Makefile index 7d15bf190cf18..170b71718c43c 100644 --- a/print/py-poppler/Makefile +++ b/print/py-poppler/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.16 2016/01/27 10:31:31 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2016/04/15 14:42:53 wiz Exp $ DISTNAME= pypoppler-0.12.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//} -PKGREVISION= 12 +PKGREVISION= 13 CATEGORIES= print MASTER_SITES= https://launchpad.net/poppler-python/trunk/development/+download/ diff --git a/print/py-poppler/distinfo b/print/py-poppler/distinfo index 0ff9621c91ea0..431e2aca899bb 100644 --- a/print/py-poppler/distinfo +++ b/print/py-poppler/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.3 2015/11/04 01:01:38 agc Exp $ +$NetBSD: distinfo,v 1.4 2016/03/29 21:19:56 khorben Exp $ SHA1 (pypoppler-0.12.1.tar.gz) = a8a92039911a7c4bbd995a46f88a1877bf88ab5c RMD160 (pypoppler-0.12.1.tar.gz) = d6c196d6bbbaa9ef96c2ea3a38eb6a89308bab15 SHA512 (pypoppler-0.12.1.tar.gz) = 04055411adc19f6af499a7cba0d6c5abb51e0802dd28962f833da3da1caf6ff274ff67d082f9c47548dac7a4ceb1bccf9860cda71fe48b8b7df74c0132498d20 Size (pypoppler-0.12.1.tar.gz) = 318142 bytes -SHA1 (patch-poppler.defs) = a52e250392dfd5dda66d532a7fafb1f4577e66c3 +SHA1 (patch-poppler.defs) = efe0c9f5e182f0ae81ef3a82d8afb0fe12f9c267 diff --git a/print/py-poppler/patches/patch-poppler.defs b/print/py-poppler/patches/patch-poppler.defs index 96f11605fbc3d..298833d374aa9 100644 --- a/print/py-poppler/patches/patch-poppler.defs +++ b/print/py-poppler/patches/patch-poppler.defs @@ -1,13 +1,35 @@ -$NetBSD: patch-poppler.defs,v 1.2 2013/10/09 09:48:22 wiz Exp $ +$NetBSD: patch-poppler.defs,v 1.3 2016/03/29 21:19:56 khorben Exp $ Removed functions in poppler-0.16. API change in poppler-0.15, see http://cgit.freedesktop.org/poppler/poppler/commit/?id=b257428150e2c13dcc24fd8f75e4ee2c679ab414 +Add fixes for poppler-0.39.0, see +https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6fbcb03b918df48f33d24326640209de3d031074 + --- poppler.defs.orig 2009-09-27 09:07:59.000000000 +0000 +++ poppler.defs -@@ -1646,58 +1646,6 @@ +@@ -578,18 +578,6 @@ + ) + ) + +-(define-enum Orientation +- (in-module "Poppler") +- (c-name "PopplerOrientation") +- (gtype-id "POPPLER_TYPE_ORIENTATION") +- (values +- '("portrait" "POPPLER_ORIENTATION_PORTRAIT") +- '("landscape" "POPPLER_ORIENTATION_LANDSCAPE") +- '("upsidedown" "POPPLER_ORIENTATION_UPSIDEDOWN") +- '("seascape" "POPPLER_ORIENTATION_SEASCAPE") +- ) +-) +- + (define-enum PageTransitionType + (in-module "Poppler") + (c-name "PopplerPageTransitionType") +@@ -1646,58 +1634,6 @@ (return-type "GType") ) @@ -66,7 +88,7 @@ http://cgit.freedesktop.org/poppler/poppler/commit/?id=b257428150e2c13dcc24fd8f7 (define-method render (of-object "PopplerPage") (c-name "poppler_page_render") -@@ -1796,6 +1744,12 @@ +@@ -1796,6 +1732,12 @@ (of-object "PopplerPage") (c-name "poppler_page_get_text") (return-type "char*") diff --git a/print/qpdfview/Makefile b/print/qpdfview/Makefile index 5fabdba650d0b..f48955ced9ca0 100644 --- a/print/qpdfview/Makefile +++ b/print/qpdfview/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.30 2016/03/09 17:45:51 nros Exp $ +# $NetBSD: Makefile,v 1.32 2016/04/22 09:35:00 nros Exp $ VER= 0.4.16 DISTNAME= qpdfview-${VER} +PKGREVISION= 2 CATEGORIES= print MASTER_SITES= https://launchpad.net/qpdfview/trunk/${VER}/+download/ @@ -13,18 +14,14 @@ LICENSE= gnu-gpl-v2 DEPENDS+= poppler-data-[0-9]*:../../print/poppler-data DEPENDS+= qt4-sqlite3-[0-9]*:../../x11/qt4-sqlite3 -SUBST_CLASSES+= prefix -SUBST_STAGE.prefix= pre-configure -SUBST_MESSAGE.prefix= Fix install path -SUBST_FILES.prefix+= qpdfview.pri -SUBST_VARS.prefix+= DESTDIR PREFIX PKGMANDIR - USE_LANGUAGES= c c++ USE_TOOLS+= pkg-config USE_LIBTOOL= yes +INSTALL_MAKE_FLAGS+= INSTALL_ROOT=${DESTDIR} + do-configure: - cd ${WRKSRC} && QTDIR=${QTDIR} \ + cd ${WRKSRC} && env ${CONFIGURE_ENV} PKGMANDIR=${PKGMANDIR} \ ${QTDIR}/bin/qmake qpdfview.pro .include "../../graphics/djvulibre-lib/buildlink3.mk" diff --git a/print/qpdfview/distinfo b/print/qpdfview/distinfo index f91842720b1f8..90d0afd1fc080 100644 --- a/print/qpdfview/distinfo +++ b/print/qpdfview/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.4 2016/03/09 17:45:51 nros Exp $ +$NetBSD: distinfo,v 1.5 2016/04/22 09:35:00 nros Exp $ SHA1 (qpdfview-0.4.16.tar.gz) = aa6c8445c23ab9188b2dc2b7dccb500bd11f1c21 RMD160 (qpdfview-0.4.16.tar.gz) = a52cd6c1bb62fec56f2eea28e4ab6ae74ef49d6a SHA512 (qpdfview-0.4.16.tar.gz) = d3ac05fc51d48533e44e58cd19e5d222a8bfbc9da4df02ece6a405d2fdd3346eb4614816ae91e89facf28e107b920ff3ce7b2ccc8c9b7832ae2595ef70d65584 Size (qpdfview-0.4.16.tar.gz) = 636095 bytes SHA1 (patch-application.pro) = 3c8c1482e1a10d0460e8adbd6b249f8ee8e7adf9 -SHA1 (patch-qpdfview.pri) = 8d43bc2009d5ce5f6fffdebfb5c4dd5be42a72e6 +SHA1 (patch-qpdfview.pri) = a9f51b2031a734abc2f1c68efa49e0aa043fc107 diff --git a/print/qpdfview/patches/patch-qpdfview.pri b/print/qpdfview/patches/patch-qpdfview.pri index 3d1d32e845795..a83cba1dfd235 100644 --- a/print/qpdfview/patches/patch-qpdfview.pri +++ b/print/qpdfview/patches/patch-qpdfview.pri @@ -1,4 +1,4 @@ -$NetBSD: patch-qpdfview.pri,v 1.3 2016/03/09 17:45:52 nros Exp $ +$NetBSD: patch-qpdfview.pri,v 1.4 2016/04/22 09:35:00 nros Exp $ * Set install places @@ -14,13 +14,13 @@ $NetBSD: patch-qpdfview.pri,v 1.3 2016/03/09 17:45:52 nros Exp $ -isEmpty(ICON_INSTALL_PATH):ICON_INSTALL_PATH = /usr/share/icons/hicolor/scalable/apps -isEmpty(LAUNCHER_INSTALL_PATH):LAUNCHER_INSTALL_PATH = /usr/share/applications -isEmpty(APPDATA_INSTALL_PATH):APPDATA_INSTALL_PATH = /usr/share/appdata -+isEmpty(TARGET_INSTALL_PATH):TARGET_INSTALL_PATH = @DESTDIR@@PREFIX@/bin -+isEmpty(PLUGIN_INSTALL_PATH):PLUGIN_INSTALL_PATH = @DESTDIR@@PREFIX@/lib/qpdfview -+isEmpty(DATA_INSTALL_PATH):DATA_INSTALL_PATH = @DESTDIR@@PREFIX@/share/qpdfview -+isEmpty(MANUAL_INSTALL_PATH):MANUAL_INSTALL_PATH = @DESTDIR@@PREFIX@/@PKGMANDIR@/man1 -+isEmpty(ICON_INSTALL_PATH):ICON_INSTALL_PATH = @DESTDIR@@PREFIX@/share/icons/hicolor -+isEmpty(LAUNCHER_INSTALL_PATH):LAUNCHER_INSTALL_PATH = @DESTDIR@@PREFIX@/share/applications -+isEmpty(APPDATA_INSTALL_PATH):APPDATA_INSTALL_PATH = @DESTDIR@@PREFIX@/share/appdata ++isEmpty(TARGET_INSTALL_PATH):TARGET_INSTALL_PATH = $$(PREFIX)/bin ++isEmpty(PLUGIN_INSTALL_PATH):PLUGIN_INSTALL_PATH = $$(PREFIX)/lib/qpdfview ++isEmpty(DATA_INSTALL_PATH):DATA_INSTALL_PATH = $$(PREFIX)/share/qpdfview ++isEmpty(MANUAL_INSTALL_PATH):MANUAL_INSTALL_PATH = $$(PREFIX)/$$(PKGMANDIR)/man1 ++isEmpty(ICON_INSTALL_PATH):ICON_INSTALL_PATH = $$(PREFIX)/share/icons/hicolor ++isEmpty(LAUNCHER_INSTALL_PATH):LAUNCHER_INSTALL_PATH = $$(PREFIX)/share/applications ++isEmpty(APPDATA_INSTALL_PATH):APPDATA_INSTALL_PATH = $$(PREFIX)/share/appdata win32:include(qpdfview_win32.pri) os2:include(qpdfview_os2.pri) diff --git a/print/ruby-gnome2-poppler/Makefile b/print/ruby-gnome2-poppler/Makefile index b323d00c6a20b..53e369823144b 100644 --- a/print/ruby-gnome2-poppler/Makefile +++ b/print/ruby-gnome2-poppler/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.70 2016/01/30 19:04:14 tsutsui Exp $ +# $NetBSD: Makefile,v 1.72 2016/04/16 17:41:04 tsutsui Exp $ # DISTNAME= poppler-${VERSION} PKGNAME= ${RUBY_PKGPREFIX}-gnome2-${DISTNAME} -PKGREVISION= 3 COMMENT= Ruby binding of poppler-glib CATEGORIES= print diff --git a/print/ruby-gnome2-poppler/distinfo b/print/ruby-gnome2-poppler/distinfo index d785f6883eaab..3410ae630d025 100644 --- a/print/ruby-gnome2-poppler/distinfo +++ b/print/ruby-gnome2-poppler/distinfo @@ -1,7 +1,6 @@ -$NetBSD: distinfo,v 1.4 2016/01/30 19:04:14 tsutsui Exp $ +$NetBSD: distinfo,v 1.5 2016/04/16 17:41:04 tsutsui Exp $ -SHA1 (poppler-3.0.7.gem) = f0a9ef64d50a144e9dee7456d5519dab13972391 -RMD160 (poppler-3.0.7.gem) = ce6a6fcc03d67f36a8b1da4e9557cac18b0a62dd -SHA512 (poppler-3.0.7.gem) = d42c91a544918cee796fbd7332b130c0fe6fb63c0963e223477bd1946ecc57fc034bb5e28e5284fc0649db8942a144fd74afec664b967ec3431d15a3642e4585 -Size (poppler-3.0.7.gem) = 66048 bytes -SHA1 (patch-ext_poppler_rbpoppler.c) = 981d5edb0f3c92393571c695300f5fb1bac05b46 +SHA1 (poppler-3.0.8.gem) = 86d0c420d528d9b84dd3f4a2c492d8e6a6d14b9a +RMD160 (poppler-3.0.8.gem) = 348434919c9147575ec25c4caecf4176f7b117d5 +SHA512 (poppler-3.0.8.gem) = c3abda4aaefb76247c9b36f6d6f2bf11ce524f2e72bc4b3ed7edb5e5abb875aaa3db8f5c4ac14fc5d8700b44502c2d8c1896502d43a7a4b76d2fb5af2f289981 +Size (poppler-3.0.8.gem) = 66048 bytes diff --git a/print/ruby-gnome2-poppler/patches/patch-ext_poppler_rbpoppler.c b/print/ruby-gnome2-poppler/patches/patch-ext_poppler_rbpoppler.c deleted file mode 100644 index d44ece38702bd..0000000000000 --- a/print/ruby-gnome2-poppler/patches/patch-ext_poppler_rbpoppler.c +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-ext_poppler_rbpoppler.c,v 1.1 2016/01/30 19:04:14 tsutsui Exp $ - -Pull upstream fix for poppler-0.39: - https://github.com/ruby-gnome2/ruby-gnome2/commit/3dda85661515d71101f1028dc7d68d4e53de45b1 - ---- ext/poppler/rbpoppler.c.orig 2016-01-30 03:51:30.000000000 +0000 -+++ ext/poppler/rbpoppler.c -@@ -56,7 +56,6 @@ Init_poppler(void) - INT2FIX(POPPLER_MICRO_VERSION))); - - G_DEF_CLASS(POPPLER_TYPE_ERROR, "Error", RG_TARGET_NAMESPACE); -- G_DEF_CLASS(POPPLER_TYPE_ORIENTATION, "Orientation", RG_TARGET_NAMESPACE); - - G_DEF_CLASS(POPPLER_TYPE_PAGE_TRANSITION_TYPE, - "PageTransitionType", RG_TARGET_NAMESPACE); diff --git a/print/ruby-pdf-core/Makefile b/print/ruby-pdf-core/Makefile index e6752136fe84c..dc4c996de644d 100644 --- a/print/ruby-pdf-core/Makefile +++ b/print/ruby-pdf-core/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.6 2015/09/13 15:09:50 taca Exp $ +# $NetBSD: Makefile,v 1.7 2016/03/15 14:59:59 taca Exp $ -DISTNAME= pdf-core-0.6.0 +DISTNAME= pdf-core-0.6.1 CATEGORIES= print MAINTAINER= pkgsrc-users@NetBSD.org diff --git a/print/ruby-pdf-core/distinfo b/print/ruby-pdf-core/distinfo index 56e4c89c1cea1..efe1e3e8854b7 100644 --- a/print/ruby-pdf-core/distinfo +++ b/print/ruby-pdf-core/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.5 2015/11/04 01:01:39 agc Exp $ +$NetBSD: distinfo,v 1.6 2016/03/15 14:59:59 taca Exp $ -SHA1 (pdf-core-0.6.0.gem) = 3d13f388dcfdc2ab20c32ce8d95b455775c3d7e4 -RMD160 (pdf-core-0.6.0.gem) = 18f76bd9aa0e85b01e212d00658c46d456e38529 -SHA512 (pdf-core-0.6.0.gem) = a6090a17aa570d12b18e501cc6b9f2cfbec30cd497ba7bbf63cc2d13136635c67db906fe1c04caa3a52b5d31008708e9c433872d95bed5742c517028670252c2 -Size (pdf-core-0.6.0.gem) = 43008 bytes +SHA1 (pdf-core-0.6.1.gem) = 1e2868d0969f308e5d0c02c6320f68e8ebe53baa +RMD160 (pdf-core-0.6.1.gem) = d51cda1bfaff6c452971a4489ac802f7382291a4 +SHA512 (pdf-core-0.6.1.gem) = dc9074658cb4037fc1ab4f51a19bd67396c31ef18ac5c89e94563711eced8a7a6ec642e907564c92453cac08cd7a09f6da6f6da87536475cce8238cef087467a +Size (pdf-core-0.6.1.gem) = 43008 bytes diff --git a/print/ruby-pdf-reader/Makefile b/print/ruby-pdf-reader/Makefile index f43d6ceaebc57..e15146ce37967 100644 --- a/print/ruby-pdf-reader/Makefile +++ b/print/ruby-pdf-reader/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.13 2015/06/08 16:02:54 taca Exp $ +# $NetBSD: Makefile,v 1.14 2016/03/15 15:01:16 taca Exp $ -DISTNAME= pdf-reader-1.3.3 -PKGREVISION= 1 +DISTNAME= pdf-reader-1.4.0 CATEGORIES= print MAINTAINER= pkgsrc-users@NetBSD.org @@ -12,7 +11,7 @@ LICENSE= mit DEPENDS+= ${RUBY_PKGPREFIX}-Ascii85>=1.0.0<1.1:../../converters/ruby-Ascii85 DEPENDS+= ${RUBY_PKGPREFIX}-rc4>=0:../../security/ruby-rc4 DEPENDS+= ${RUBY_PKGPREFIX}-hashery>=2.0<3:../../devel/ruby-hashery -DEPENDS+= ${RUBY_PKGPREFIX}-afm>=0.2.0<0.3:../../fonts/ruby-afm +DEPENDS+= ${RUBY_PKGPREFIX}-afm>=0.2.1<0.3:../../fonts/ruby-afm DEPENDS+= ${RUBY_PKGPREFIX}-ttfunk>=0:../../fonts/ruby-ttfunk USE_LANGUAGES= # none diff --git a/print/ruby-pdf-reader/PLIST b/print/ruby-pdf-reader/PLIST index afcf02812bebf..0f2a7a0c5a468 100644 --- a/print/ruby-pdf-reader/PLIST +++ b/print/ruby-pdf-reader/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.6 2015/06/08 16:02:54 taca Exp $ +@comment $NetBSD: PLIST,v 1.7 2016/03/15 15:01:16 taca Exp $ bin/pdf_callbacks${RUBY_SUFFIX} bin/pdf_list_callbacks${RUBY_SUFFIX} bin/pdf_object${RUBY_SUFFIX} @@ -71,6 +71,7 @@ ${GEM_LIBDIR}/lib/pdf/reader/metadata_strategy.rb ${GEM_LIBDIR}/lib/pdf/reader/object_cache.rb ${GEM_LIBDIR}/lib/pdf/reader/object_hash.rb ${GEM_LIBDIR}/lib/pdf/reader/object_stream.rb +${GEM_LIBDIR}/lib/pdf/reader/orientation_detector.rb ${GEM_LIBDIR}/lib/pdf/reader/page.rb ${GEM_LIBDIR}/lib/pdf/reader/page_layout.rb ${GEM_LIBDIR}/lib/pdf/reader/page_state.rb diff --git a/print/ruby-pdf-reader/distinfo b/print/ruby-pdf-reader/distinfo index b84b064d0a58b..cc70577b95cc3 100644 --- a/print/ruby-pdf-reader/distinfo +++ b/print/ruby-pdf-reader/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.12 2015/11/04 01:01:39 agc Exp $ +$NetBSD: distinfo,v 1.13 2016/03/15 15:01:16 taca Exp $ -SHA1 (pdf-reader-1.3.3.gem) = b46fb786926615d47a331015210a0745e8a1d5df -RMD160 (pdf-reader-1.3.3.gem) = d27d147959b5125e8fa975761aec0b290cbfdcc7 -SHA512 (pdf-reader-1.3.3.gem) = 79c1c1a809dc8162b85f628eac19a07776f58d47813a84255b026bc1ea881b78461beb8f5bb15d6bce4fc1a68d790742f1ae02c48861a04347267f4138f7b572 -Size (pdf-reader-1.3.3.gem) = 219648 bytes +SHA1 (pdf-reader-1.4.0.gem) = 5d3917dbaee63b5436aa3da83c5f2590466fc7f1 +RMD160 (pdf-reader-1.4.0.gem) = c26cead376e9e748728979b0c0e6ce32906e92d4 +SHA512 (pdf-reader-1.4.0.gem) = 893bd78e1f98b97e229fbf2c4cf1d93a50f43b3a6b92d293e8b6a4a24d3c1c9f1f20c9dfa8a02b558227b614032766b22b04e2105ab998734fb787e3ed950fa9 +Size (pdf-reader-1.4.0.gem) = 215040 bytes diff --git a/print/ruby-prawn/Makefile b/print/ruby-prawn/Makefile index 205c49dd37da2..7369a0bcd8f20 100644 --- a/print/ruby-prawn/Makefile +++ b/print/ruby-prawn/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.12 2015/12/30 04:23:00 taca Exp $ +# $NetBSD: Makefile,v 1.13 2016/03/15 15:05:36 taca Exp $ -DISTNAME= prawn-2.0.2 +DISTNAME= prawn-2.1.0 CATEGORIES= print MAINTAINER= pkgsrc-users@NetBSD.org diff --git a/print/ruby-prawn/PLIST b/print/ruby-prawn/PLIST index 34f717e0a68f1..012b4938372d3 100644 --- a/print/ruby-prawn/PLIST +++ b/print/ruby-prawn/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 2015/03/13 15:27:09 taca Exp $ +@comment $NetBSD: PLIST,v 1.6 2016/03/15 15:05:36 taca Exp $ ${GEM_HOME}/cache/${GEM_NAME}.gem ${GEM_LIBDIR}/.yardopts ${GEM_LIBDIR}/COPYING @@ -27,6 +27,8 @@ ${GEM_LIBDIR}/data/images/16bit.color ${GEM_LIBDIR}/data/images/16bit.png ${GEM_LIBDIR}/data/images/arrow.png ${GEM_LIBDIR}/data/images/arrow2.png +${GEM_LIBDIR}/data/images/blend_modes_bottom_layer.jpg +${GEM_LIBDIR}/data/images/blend_modes_top_layer.jpg ${GEM_LIBDIR}/data/images/dice.alpha ${GEM_LIBDIR}/data/images/dice.color ${GEM_LIBDIR}/data/images/dice.png @@ -34,12 +36,14 @@ ${GEM_LIBDIR}/data/images/dice_interlaced.png ${GEM_LIBDIR}/data/images/fractal.jpg ${GEM_LIBDIR}/data/images/indexed_color.dat ${GEM_LIBDIR}/data/images/indexed_color.png +${GEM_LIBDIR}/data/images/indexed_transparency.png +${GEM_LIBDIR}/data/images/indexed_transparency_alpha.dat +${GEM_LIBDIR}/data/images/indexed_transparency_color.dat ${GEM_LIBDIR}/data/images/letterhead.jpg ${GEM_LIBDIR}/data/images/license.md ${GEM_LIBDIR}/data/images/page_white_text.alpha ${GEM_LIBDIR}/data/images/page_white_text.color ${GEM_LIBDIR}/data/images/page_white_text.png -${GEM_LIBDIR}/data/images/pal_bk.png ${GEM_LIBDIR}/data/images/pigs.jpg ${GEM_LIBDIR}/data/images/prawn.png ${GEM_LIBDIR}/data/images/ruport.png @@ -77,6 +81,7 @@ ${GEM_LIBDIR}/lib/prawn/font/dfont.rb ${GEM_LIBDIR}/lib/prawn/font/ttf.rb ${GEM_LIBDIR}/lib/prawn/font_metric_cache.rb ${GEM_LIBDIR}/lib/prawn/graphics.rb +${GEM_LIBDIR}/lib/prawn/graphics/blend_mode.rb ${GEM_LIBDIR}/lib/prawn/graphics/cap_style.rb ${GEM_LIBDIR}/lib/prawn/graphics/color.rb ${GEM_LIBDIR}/lib/prawn/graphics/dash.rb @@ -107,6 +112,7 @@ ${GEM_LIBDIR}/lib/prawn/text/formatted/fragment.rb ${GEM_LIBDIR}/lib/prawn/text/formatted/line_wrap.rb ${GEM_LIBDIR}/lib/prawn/text/formatted/parser.rb ${GEM_LIBDIR}/lib/prawn/text/formatted/wrap.rb +${GEM_LIBDIR}/lib/prawn/transformation_stack.rb ${GEM_LIBDIR}/lib/prawn/utilities.rb ${GEM_LIBDIR}/lib/prawn/version.rb ${GEM_LIBDIR}/lib/prawn/view.rb @@ -136,6 +142,7 @@ ${GEM_LIBDIR}/manual/document_and_page_options/page_margins.rb ${GEM_LIBDIR}/manual/document_and_page_options/page_size.rb ${GEM_LIBDIR}/manual/document_and_page_options/print_scaling.rb ${GEM_LIBDIR}/manual/example_helper.rb +${GEM_LIBDIR}/manual/graphics/blend_mode.rb ${GEM_LIBDIR}/manual/graphics/circle_and_ellipse.rb ${GEM_LIBDIR}/manual/graphics/color.rb ${GEM_LIBDIR}/manual/graphics/common_lines.rb @@ -210,15 +217,15 @@ ${GEM_LIBDIR}/manual/text/text_box_overflow.rb ${GEM_LIBDIR}/manual/text/utf8.rb ${GEM_LIBDIR}/manual/text/win_ansi_charset.rb ${GEM_LIBDIR}/prawn.gemspec -${GEM_LIBDIR}/spec/acceptance/png.rb +${GEM_LIBDIR}/spec/acceptance/png_spec.rb ${GEM_LIBDIR}/spec/annotations_spec.rb +${GEM_LIBDIR}/spec/blend_mode_spec.rb ${GEM_LIBDIR}/spec/bounding_box_spec.rb ${GEM_LIBDIR}/spec/column_box_spec.rb ${GEM_LIBDIR}/spec/data/curves.pdf ${GEM_LIBDIR}/spec/destinations_spec.rb ${GEM_LIBDIR}/spec/document_spec.rb ${GEM_LIBDIR}/spec/extensions/encoding_helpers.rb -${GEM_LIBDIR}/spec/extensions/mocha.rb ${GEM_LIBDIR}/spec/font_metric_cache_spec.rb ${GEM_LIBDIR}/spec/font_spec.rb ${GEM_LIBDIR}/spec/formatted_text_arranger_spec.rb @@ -248,6 +255,7 @@ ${GEM_LIBDIR}/spec/text_rendering_mode_spec.rb ${GEM_LIBDIR}/spec/text_spacing_spec.rb ${GEM_LIBDIR}/spec/text_spec.rb ${GEM_LIBDIR}/spec/text_with_inline_formatting_spec.rb +${GEM_LIBDIR}/spec/transformation_stack_spec.rb ${GEM_LIBDIR}/spec/transparency_spec.rb ${GEM_LIBDIR}/spec/view_spec.rb ${GEM_HOME}/specifications/${GEM_NAME}.gemspec diff --git a/print/ruby-prawn/distinfo b/print/ruby-prawn/distinfo index fc81177655986..00718b160a5bd 100644 --- a/print/ruby-prawn/distinfo +++ b/print/ruby-prawn/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.8 2015/11/04 01:01:39 agc Exp $ +$NetBSD: distinfo,v 1.9 2016/03/15 15:05:36 taca Exp $ -SHA1 (prawn-2.0.2.gem) = e499815278e6ed758433de8b46d2d3d25955b651 -RMD160 (prawn-2.0.2.gem) = eb309133a625f89b6161072b60e9f76b13c3b61b -SHA512 (prawn-2.0.2.gem) = 4d79118545c87cf5fc1d44b43946e7ae686eeb91870542e72b388c0828831f53b020f9ae04aedf43c895d851e663c3d99ca84c115f129310a6defb242087eb3a -Size (prawn-2.0.2.gem) = 912896 bytes +SHA1 (prawn-2.1.0.gem) = 1789e502c8a92b053022d7a43ceef697df8bf79a +RMD160 (prawn-2.1.0.gem) = f1e7a262884ea9932e5e566a87aac3ab9b007fb8 +SHA512 (prawn-2.1.0.gem) = 9341e164ec66fe6cddd90c6c0bbabb680003eb57c005e44b08d47763d2568af2cfb47fd2e0bb302a7663d7108b1ca733cb6f1b18cbaea558a9fec7b97dba737a +Size (prawn-2.1.0.gem) = 1075712 bytes diff --git a/print/scribus-qt4/distinfo b/print/scribus-qt4/distinfo index e71feb14920ee..cec70d3c86ae3 100644 --- a/print/scribus-qt4/distinfo +++ b/print/scribus-qt4/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.10 2016/02/28 19:48:17 joerg Exp $ +$NetBSD: distinfo,v 1.11 2016/04/21 09:34:12 jperkin Exp $ SHA1 (scribus-1.4.3.tar.xz) = 30c111762790e4407c13236bbb4b06f04e907f71 RMD160 (scribus-1.4.3.tar.xz) = 0c3103536610ca1881d1b65b549886bf9f0d8650 @@ -6,7 +6,7 @@ SHA512 (scribus-1.4.3.tar.xz) = e4841b346803bc096c2e00b2071d03ce3bae6af8d7317353 Size (scribus-1.4.3.tar.xz) = 70503072 bytes SHA1 (patch-ag) = 906fa6305015ec3b2589350d338cf2dcb30d5c58 SHA1 (patch-ah) = 7640b9509d764323d546cbf958521768965d7ff0 -SHA1 (patch-ai) = fbd6212fc9190d1b2ede4d54806355e5d0ed389e +SHA1 (patch-ai) = 6616ce472b9fa7d8aa9bc3677ac5b25799222816 SHA1 (patch-ba) = ecddb2304b0ab37fbca41a662773107923df273b SHA1 (patch-bb) = c39d78679e0cd17a0fe19a98ecabe7eadfc5b881 SHA1 (patch-bc) = 1b93d844b40ebe9b425ac7e6fb6b05189c194b6b diff --git a/print/scribus-qt4/patches/patch-ai b/print/scribus-qt4/patches/patch-ai index 891099a4cbfd2..a768f969ee6f6 100644 --- a/print/scribus-qt4/patches/patch-ai +++ b/print/scribus-qt4/patches/patch-ai @@ -1,4 +1,6 @@ -$NetBSD: patch-ai,v 1.2 2012/01/09 17:44:12 drochner Exp $ +$NetBSD: patch-ai,v 1.3 2016/04/21 09:34:12 jperkin Exp $ + +Support CMAKE_INSTALL_MANDIR. --- CMakeLists.txt.orig 2011-12-30 20:46:04.000000000 +0000 +++ CMakeLists.txt @@ -7,7 +9,7 @@ $NetBSD: patch-ai,v 1.2 2012/01/09 17:44:12 drochner Exp $ #MAN CMAKE_POLICY(SET CMP0005 OLD) -SET(MANDIR "share/man/") -+SET(MANDIR "man/") ++SET(MANDIR "${CMAKE_INSTALL_MANDIR}/") IF(WANT_VERSIONING) SET(SHAREDIR "share/${MAIN_DIR_NAME}${TAG_VERSION}/") ELSE(WANT_VERSIONING) diff --git a/print/scribus/distinfo b/print/scribus/distinfo index 32f9a682c79b4..07bcc195845df 100644 --- a/print/scribus/distinfo +++ b/print/scribus/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.26 2015/11/04 01:01:39 agc Exp $ +$NetBSD: distinfo,v 1.27 2016/04/01 16:59:38 jperkin Exp $ SHA1 (scribus-1.3.3.14.tar.bz2) = 3ad5341fb815e2782aa4d817025d74af4a7c78e1 RMD160 (scribus-1.3.3.14.tar.bz2) = b0f35060eb61f033cb86ee644d5c88222b534596 @@ -10,7 +10,7 @@ SHA1 (patch-ad) = 03a4edef89cf4f8d78b20c5a4b7809036ba8d694 SHA1 (patch-ae) = 063d4737cbffd3f712d505818fd028f132267c90 SHA1 (patch-ag) = 906fa6305015ec3b2589350d338cf2dcb30d5c58 SHA1 (patch-ah) = 68c77baab8bba10bb058f6fecea03abd9a00c0de -SHA1 (patch-ai) = 7dd3641fef0cafe79313cf04d9765bb77c6b6e61 +SHA1 (patch-ai) = a7c781ce38261512d560e3e137de535a1896d934 SHA1 (patch-scribus_cupsoptions.cpp) = 92eb7dd8b0caf1efb2019b8e10b25daf1499f870 SHA1 (patch-scribus_plugins_scriptplugin_runscriptdialog.cpp) = 75e9dfbc1b0c6fce3f9c5dc1f1eba62e4a1525a0 SHA1 (patch-scribus_plugins_scriptplugin_runscriptdialog.h) = f4399a4b9352b61ca5a0c8e3f3be908f3d925b55 diff --git a/print/scribus/patches/patch-ai b/print/scribus/patches/patch-ai index 19f3f2b7f3ead..9cd9b4f471312 100644 --- a/print/scribus/patches/patch-ai +++ b/print/scribus/patches/patch-ai @@ -1,4 +1,4 @@ -$NetBSD: patch-ai,v 1.3 2010/02/12 08:35:28 adam Exp $ +$NetBSD: patch-ai,v 1.4 2016/04/01 16:59:38 jperkin Exp $ --- CMakeLists.txt.orig 2010-01-27 22:07:14.000000000 +0000 +++ CMakeLists.txt @@ -7,7 +7,7 @@ $NetBSD: patch-ai,v 1.3 2010/02/12 08:35:28 adam Exp $ #MAN -SET(MANDIR "share/man/") -+SET(MANDIR "man/") ++SET(MANDIR "${CMAKE_INSTALL_MANDIR}/") SET(SHAREDIR "share/${MAIN_DIR_NAME}${TAG_VERSION}/") ADD_DEFINITIONS("-DSHAREDIR=\\\"${CMAKE_INSTALL_PREFIX}/${SHAREDIR}\\\"") #SHARE diff --git a/print/tex-biblatex-doc/Makefile b/print/tex-biblatex-doc/Makefile index ddbd97ac9434e..1553f8c641453 100644 --- a/print/tex-biblatex-doc/Makefile +++ b/print/tex-biblatex-doc/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.4 2015/06/14 12:50:01 markd Exp $ +# $NetBSD: Makefile,v 1.5 2016/04/23 21:50:21 markd Exp $ DISTNAME= biblatex.doc -PKGNAME= tex-${DISTNAME:S/./-/}-3.0 -TEXLIVE_REV= 37083 +PKGNAME= tex-${DISTNAME:S/./-/}-3.3 +TEXLIVE_REV= 39966 MAINTAINER= markd@NetBSD.org COMMENT= Documentation for tex-biblatex diff --git a/print/tex-biblatex-doc/PLIST b/print/tex-biblatex-doc/PLIST index 4895a9a6d175c..d14c81dad4664 100644 --- a/print/tex-biblatex-doc/PLIST +++ b/print/tex-biblatex-doc/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2015/04/21 22:45:53 markd Exp $ +@comment $NetBSD: PLIST,v 1.4 2016/04/23 21:50:21 markd Exp $ share/texmf-dist/doc/latex/biblatex/README share/texmf-dist/doc/latex/biblatex/RELEASE share/texmf-dist/doc/latex/biblatex/biblatex.pdf @@ -138,4 +138,7 @@ share/texmf-dist/doc/latex/biblatex/examples/91-sorting-schemes.pdf share/texmf-dist/doc/latex/biblatex/examples/91-sorting-schemes.tex share/texmf-dist/doc/latex/biblatex/examples/92-bibliographylists.pdf share/texmf-dist/doc/latex/biblatex/examples/92-bibliographylists.tex +share/texmf-dist/doc/latex/biblatex/examples/93-nameparts.dbx +share/texmf-dist/doc/latex/biblatex/examples/93-nameparts.tex share/texmf-dist/doc/latex/biblatex/examples/biblatex-examples.bib +share/texmf-dist/doc/latex/biblatex/examples/biblatex-examples.bltxml diff --git a/print/tex-biblatex-doc/distinfo b/print/tex-biblatex-doc/distinfo index 48f89fe158765..0dbdb53323a8a 100644 --- a/print/tex-biblatex-doc/distinfo +++ b/print/tex-biblatex-doc/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.5 2015/11/04 01:01:51 agc Exp $ +$NetBSD: distinfo,v 1.6 2016/04/23 21:50:21 markd Exp $ -SHA1 (tex-biblatex-37083/biblatex.doc.tar.xz) = ca5a7afc76d4f6f691fafe82982cd455af06a12a -RMD160 (tex-biblatex-37083/biblatex.doc.tar.xz) = 2ddce40e05d907eb640ccbb854147761d3d5a5ae -SHA512 (tex-biblatex-37083/biblatex.doc.tar.xz) = 89dfa75eb69dde0ae8897ab27c6bd3aa86f32259a838c146651ac4e045e9bb5320380e701e4e4d2ae3b222c60672657b7a2b691db4c059cf5daeca66de956fe1 -Size (tex-biblatex-37083/biblatex.doc.tar.xz) = 6719656 bytes +SHA1 (tex-biblatex-39966/biblatex.doc.tar.xz) = 90fff78edba40f8fc4855c25b168cf743e02e8d3 +RMD160 (tex-biblatex-39966/biblatex.doc.tar.xz) = c17390e91d8609cc9c7ceadc34c23ed60e727b18 +SHA512 (tex-biblatex-39966/biblatex.doc.tar.xz) = bb8a9d1b12d00b6ad9a21168703a12d74867f22590e6a79cd6f97bc7d9c9822cda0e1ab1b6227480814b71d084a80b04d1dcf0e2c0e821de1e510f9351bca0ad +Size (tex-biblatex-39966/biblatex.doc.tar.xz) = 6859604 bytes diff --git a/print/tex-biblatex/Makefile b/print/tex-biblatex/Makefile index 9e747a6f8b310..120061aca9669 100644 --- a/print/tex-biblatex/Makefile +++ b/print/tex-biblatex/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.6 2015/06/14 12:50:01 markd Exp $ +# $NetBSD: Makefile,v 1.7 2016/04/23 21:50:21 markd Exp $ DISTNAME= biblatex -PKGNAME= tex-${DISTNAME}-3.0 -TEXLIVE_REV= 37083 +PKGNAME= tex-${DISTNAME}-3.3 +TEXLIVE_REV= 39966 MAINTAINER= markd@NetBSD.org HOMEPAGE= http://ctan.org/pkg/biblatex diff --git a/print/tex-biblatex/PLIST b/print/tex-biblatex/PLIST index 4fb6a1f318521..c7a1de052bd6c 100644 --- a/print/tex-biblatex/PLIST +++ b/print/tex-biblatex/PLIST @@ -1,5 +1,6 @@ -@comment $NetBSD: PLIST,v 1.3 2015/04/21 22:45:53 markd Exp $ +@comment $NetBSD: PLIST,v 1.4 2016/04/23 21:50:21 markd Exp $ share/texmf-dist/bibtex/bib/biblatex/biblatex/biblatex-examples.bib +share/texmf-dist/bibtex/bib/biblatex/biblatex/biblatex-examples.bltxml share/texmf-dist/bibtex/bst/biblatex/biblatex.bst share/texmf-dist/bibtex/csf/biblatex/latin1.csf share/texmf-dist/bibtex/csf/biblatex/latin1_at.csf @@ -50,10 +51,11 @@ share/texmf-dist/tex/latex/biblatex/bbx/verbose-trad2.bbx share/texmf-dist/tex/latex/biblatex/bbx/verbose-trad3.bbx share/texmf-dist/tex/latex/biblatex/bbx/verbose.bbx share/texmf-dist/tex/latex/biblatex/biblatex.cfg -share/texmf-dist/tex/latex/biblatex/biblatex.def share/texmf-dist/tex/latex/biblatex/biblatex.sty -share/texmf-dist/tex/latex/biblatex/biblatex1.sty -share/texmf-dist/tex/latex/biblatex/biblatex2.sty +share/texmf-dist/tex/latex/biblatex/biblatex_.def +share/texmf-dist/tex/latex/biblatex/biblatex_.sty +share/texmf-dist/tex/latex/biblatex/biblatex_legacy.def +share/texmf-dist/tex/latex/biblatex/biblatex_legacy.sty share/texmf-dist/tex/latex/biblatex/blx-compat.def share/texmf-dist/tex/latex/biblatex/blx-dm.def share/texmf-dist/tex/latex/biblatex/blx-mcite.def diff --git a/print/tex-biblatex/distinfo b/print/tex-biblatex/distinfo index fc9c59a759d3f..3c3f9b2543e54 100644 --- a/print/tex-biblatex/distinfo +++ b/print/tex-biblatex/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.5 2015/11/04 01:01:51 agc Exp $ +$NetBSD: distinfo,v 1.6 2016/04/23 21:50:21 markd Exp $ -SHA1 (tex-biblatex-37083/biblatex.tar.xz) = 2545654c582d23c8b09e35a1a42947fcc765a4f6 -RMD160 (tex-biblatex-37083/biblatex.tar.xz) = 0b36e71b3839261fd76370c8f8843ac6b144ae7f -SHA512 (tex-biblatex-37083/biblatex.tar.xz) = c941c148de498702bc2245d76812020f39c3431deeda316d944a689a40173f12ec090f7453b2bde68a3b0b1abb66b3474468c9026d710e2398a361a94a1d77e4 -Size (tex-biblatex-37083/biblatex.tar.xz) = 171404 bytes +SHA1 (tex-biblatex-39966/biblatex.tar.xz) = 43db2b0d28030cd4871bd73f1556a043bceba014 +RMD160 (tex-biblatex-39966/biblatex.tar.xz) = 1b4617f48878e8a8b2536ad7bf9b3190f9fbd41d +SHA512 (tex-biblatex-39966/biblatex.tar.xz) = 4d6dbf65f2780fe7d64d8d63293017a32b95ac44fbb9fc66297d78ef73a3656da10806e4b6f58578f4717cbee152846b42694ca649a343a14a7752047e1943df +Size (tex-biblatex-39966/biblatex.tar.xz) = 182840 bytes diff --git a/print/web2c/Makefile b/print/web2c/Makefile index ffbba126fab32..2aaecc7e206c6 100644 --- a/print/web2c/Makefile +++ b/print/web2c/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.49 2016/01/27 10:31:31 wiz Exp $ +# $NetBSD: Makefile,v 1.50 2016/04/15 14:42:54 wiz Exp $ DISTNAME= texlive-20150521-source PKGNAME= web2c-2015 -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= print MASTER_SITES= ftp://tug.org/historic/systems/texlive/2015/ EXTRACT_SUFX= .tar.xz diff --git a/print/xetex/Makefile b/print/xetex/Makefile index 90532159dfd1a..c829ae4df3fd3 100644 --- a/print/xetex/Makefile +++ b/print/xetex/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.47 2016/01/27 10:31:31 wiz Exp $ +# $NetBSD: Makefile,v 1.50 2016/04/15 14:42:54 wiz Exp $ DISTNAME= texlive-20150521-source PKGNAME= xetex-0.99992 -PKGREVISION= 5 +PKGREVISION= 7 CATEGORIES= print MASTER_SITES= ftp://tug.org/historic/systems/texlive/2015/ EXTRACT_SUFX= .tar.xz @@ -26,6 +26,7 @@ USE_LIBTOOL= yes USE_TOOLS+= gmake lex perl pkg-config yacc CONFIGURE_ARGS+= --disable-aleph --disable-etex --disable-pdftex \ --disable-luatex --disable-mf --disable-mf-nowin \ + --with-x=no \ --disable-luajittex \ --disable-mp --disable-pmp --disable-upmp \ --disable-ptex --disable-eptex --disable-uptex --disable-euptex \ @@ -70,9 +71,6 @@ BUILDLINK_API_DEPENDS.kpathsea+= kpathsea>=6.2.1 .include "../../print/poppler-includes/buildlink3.mk" .include "../../textproc/icu/buildlink3.mk" -BUILDLINK_DEPMETHOD.libX11?= build -.include "../../x11/libX11/buildlink3.mk" - do-install: ${INSTALL_PROGRAM} ${WRKSRC}/texk/web2c/xetex ${DESTDIR}${PREFIX}/bin diff --git a/print/zathura-pdf-mupdf/Makefile b/print/zathura-pdf-mupdf/Makefile index 1795e6b5c1acd..c92a86f7d2fc2 100644 --- a/print/zathura-pdf-mupdf/Makefile +++ b/print/zathura-pdf-mupdf/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.4 2016/03/05 11:29:18 jperkin Exp $ +# $NetBSD: Makefile,v 1.5 2016/04/27 12:38:45 leot Exp $ # DISTNAME= zathura-pdf-mupdf-0.3.0 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= print MASTER_SITES= http://pwmt.org/projects/zathura/plugins/download/ @@ -18,7 +18,7 @@ USE_LIBTOOL= yes CPPFLAGS+= -D_XOPEN_SOURCE=600 -MAKE_ENV+= MUPDF_LIB="-lmupdf -lmujs" +MAKE_ENV+= MUPDF_LIB="-lmupdf -lmupdfthird" .include "../../graphics/cairo/buildlink3.mk" .include "../../print/mupdf/buildlink3.mk" diff --git a/print/zathura-pdf-mupdf/distinfo b/print/zathura-pdf-mupdf/distinfo index 11cb4a792326a..6278da8bd2486 100644 --- a/print/zathura-pdf-mupdf/distinfo +++ b/print/zathura-pdf-mupdf/distinfo @@ -1,7 +1,12 @@ -$NetBSD: distinfo,v 1.2 2016/02/15 03:04:27 leot Exp $ +$NetBSD: distinfo,v 1.3 2016/04/27 12:38:45 leot Exp $ SHA1 (zathura-pdf-mupdf-0.3.0.tar.gz) = ae0be41ea7c75b8ddc083fe01f1366673ea9751a RMD160 (zathura-pdf-mupdf-0.3.0.tar.gz) = 377e7848a5ea7f43f020e131aacc24c51453bf8f SHA512 (zathura-pdf-mupdf-0.3.0.tar.gz) = c83eef453176c6317be338260e311c39e049b8ae1ae719445c6303725b4e993758ed3f3a61f0af31032d09f1f2f03574f862d24e36b27fa38732e0b6c7aa18ea Size (zathura-pdf-mupdf-0.3.0.tar.gz) = 9914 bytes -SHA1 (patch-document.c) = dfef8e98cf6f5fbe65a904c7d53c369775b9f1b1 +SHA1 (patch-document.c) = a891f161ae4af2d5b3cb3b46b3c7f010fee2ee9c +SHA1 (patch-image.c) = 1b4c178832aca195d5d1ccacd283dc52fa4d823e +SHA1 (patch-page.c) = d60e89e0ef2c98b20d9ca02ae8cb68a2c434c8e8 +SHA1 (patch-plugin.h) = 4ec3e1510938f4bf7c10194ee7702666b1e18eb9 +SHA1 (patch-search.c) = 312d29bd2463df3bbbe4410f5f5fad07f9f04b93 +SHA1 (patch-utils.c) = 38d6717abad516ff007a7eb4f6f6d1d263385b4f diff --git a/print/zathura-pdf-mupdf/patches/patch-document.c b/print/zathura-pdf-mupdf/patches/patch-document.c index 8d5741d410176..6df8bcb7b23a3 100644 --- a/print/zathura-pdf-mupdf/patches/patch-document.c +++ b/print/zathura-pdf-mupdf/patches/patch-document.c @@ -1,8 +1,9 @@ -$NetBSD: patch-document.c,v 1.1 2016/02/14 14:01:49 leot Exp $ +$NetBSD: patch-document.c,v 1.2 2016/04/27 12:38:45 leot Exp $ -Correct the glib-2.0 include header file path. +o Correct the glib-2.0 include header file path. +o Update to mupdf-1.9 API ---- document.c.orig 2015-12-22 22:38:09.000000000 +0000 +--- document.c.orig 2016-02-14 22:49:46.000000000 +0000 +++ document.c @@ -6,7 +6,7 @@ #include @@ -13,3 +14,17 @@ Correct the glib-2.0 include header file path. #include "plugin.h" +@@ -109,12 +109,7 @@ pdf_document_save_as(zathura_document_t* + } + + fz_try (mupdf_document->ctx) { +- /* fz_write_document claims to accepts NULL as third argument but doesn't. +- * pdf_write_document does not check if the third arguments is NULL for some +- * options. */ +- +- fz_write_options opts = { 0 }; /* just use the default options */ +- fz_write_document(mupdf_document->ctx, mupdf_document->document, (char*) path, &opts); ++ pdf_save_document(mupdf_document->ctx, pdf_specifics(mupdf_document->ctx, mupdf_document->document), (char*) path, NULL); + } fz_catch (mupdf_document->ctx) { + return ZATHURA_ERROR_UNKNOWN; + } diff --git a/print/zathura-pdf-mupdf/patches/patch-image.c b/print/zathura-pdf-mupdf/patches/patch-image.c new file mode 100644 index 0000000000000..ab40fc5413138 --- /dev/null +++ b/print/zathura-pdf-mupdf/patches/patch-image.c @@ -0,0 +1,15 @@ +$NetBSD: patch-image.c,v 1.1 2016/04/27 12:38:45 leot Exp $ + +Update to mupdf-1.9 API. + +--- image.c.orig 2016-02-14 22:49:46.000000000 +0000 ++++ image.c +@@ -93,7 +93,7 @@ pdf_page_image_get_cairo(zathura_page_t* + fz_pixmap* pixmap = NULL; + cairo_surface_t* surface = NULL; + +- pixmap = fz_new_pixmap_from_image(mupdf_page->ctx, mupdf_image, 0, 0); ++ pixmap = fz_get_pixmap_from_image(mupdf_page->ctx, mupdf_image, 0, 0); + if (pixmap == NULL) { + goto error_free; + } diff --git a/print/zathura-pdf-mupdf/patches/patch-page.c b/print/zathura-pdf-mupdf/patches/patch-page.c new file mode 100644 index 0000000000000..17395bb68772b --- /dev/null +++ b/print/zathura-pdf-mupdf/patches/patch-page.c @@ -0,0 +1,35 @@ +$NetBSD: patch-page.c,v 1.1 2016/04/27 12:38:45 leot Exp $ + +Update to mupdf-1.9 API. + +--- page.c.orig 2016-02-14 22:49:46.000000000 +0000 ++++ page.c +@@ -43,12 +43,12 @@ pdf_page_init(zathura_page_t* page) + /* setup text */ + mupdf_page->extracted_text = false; + +- mupdf_page->text = fz_new_text_page(mupdf_page->ctx); ++ mupdf_page->text = fz_new_stext_page(mupdf_page->ctx); + if (mupdf_page->text == NULL) { + goto error_free; + } + +- mupdf_page->sheet = fz_new_text_sheet(mupdf_page->ctx); ++ mupdf_page->sheet = fz_new_stext_sheet(mupdf_page->ctx); + if (mupdf_page->sheet == NULL) { + goto error_free; + } +@@ -74,11 +74,11 @@ pdf_page_clear(zathura_page_t* page, mup + + if (mupdf_page != NULL) { + if (mupdf_page->text != NULL) { +- fz_drop_text_page(mupdf_page->ctx, mupdf_page->text); ++ fz_drop_stext_page(mupdf_page->ctx, mupdf_page->text); + } + + if (mupdf_page->sheet != NULL) { +- fz_drop_text_sheet(mupdf_page->ctx, mupdf_page->sheet); ++ fz_drop_stext_sheet(mupdf_page->ctx, mupdf_page->sheet); + } + + if (mupdf_page->page != NULL) { diff --git a/print/zathura-pdf-mupdf/patches/patch-plugin.h b/print/zathura-pdf-mupdf/patches/patch-plugin.h new file mode 100644 index 0000000000000..e7b7483f6279d --- /dev/null +++ b/print/zathura-pdf-mupdf/patches/patch-plugin.h @@ -0,0 +1,17 @@ +$NetBSD: patch-plugin.h,v 1.1 2016/04/27 12:38:45 leot Exp $ + +Update to mupdf-1.9 API. + +--- plugin.h.orig 2016-02-14 22:49:46.000000000 +0000 ++++ plugin.h +@@ -21,8 +21,8 @@ typedef struct mupdf_page_s + { + fz_page* page; /**< Reference to the mupdf page */ + fz_context* ctx; /**< Context */ +- fz_text_sheet* sheet; /**< Text sheet */ +- fz_text_page* text; /**< Page text */ ++ fz_stext_sheet* sheet; /**< Text sheet */ ++ fz_stext_page* text; /**< Page text */ + fz_rect bbox; /**< Bbox */ + bool extracted_text; /**< If text has already been extracted */ + } mupdf_page_t; diff --git a/print/zathura-pdf-mupdf/patches/patch-search.c b/print/zathura-pdf-mupdf/patches/patch-search.c new file mode 100644 index 0000000000000..b4ceceabf69c1 --- /dev/null +++ b/print/zathura-pdf-mupdf/patches/patch-search.c @@ -0,0 +1,15 @@ +$NetBSD: patch-search.c,v 1.1 2016/04/27 12:38:45 leot Exp $ + +Update to mupdf-1.9 API. + +--- search.c.orig 2016-02-14 22:49:46.000000000 +0000 ++++ search.c +@@ -40,7 +40,7 @@ pdf_page_search_text(zathura_page_t* pag + } + + fz_rect* hit_bbox = fz_malloc_array(mupdf_page->ctx, N_SEARCH_RESULTS, sizeof(fz_rect)); +- int num_results = fz_search_text_page(mupdf_page->ctx, mupdf_page->text, ++ int num_results = fz_search_stext_page(mupdf_page->ctx, mupdf_page->text, + (char*) text, hit_bbox, N_SEARCH_RESULTS); + + for (int i = 0; i < num_results; i++) { diff --git a/print/zathura-pdf-mupdf/patches/patch-utils.c b/print/zathura-pdf-mupdf/patches/patch-utils.c new file mode 100644 index 0000000000000..4b96094e03f8f --- /dev/null +++ b/print/zathura-pdf-mupdf/patches/patch-utils.c @@ -0,0 +1,15 @@ +$NetBSD: patch-utils.c,v 1.1 2016/04/27 12:38:45 leot Exp $ + +Update to mupdf-1.9 API. + +--- utils.c.orig 2016-02-14 22:49:46.000000000 +0000 ++++ utils.c +@@ -14,7 +14,7 @@ mupdf_page_extract_text(mupdf_document_t + fz_device* text_device = NULL; + + fz_try (mupdf_page->ctx) { +- text_device = fz_new_text_device(mupdf_page->ctx, mupdf_page->sheet, mupdf_page->text); ++ text_device = fz_new_stext_device(mupdf_page->ctx, mupdf_page->sheet, mupdf_page->text); + + /* Disable FZ_IGNORE_IMAGE to collect image blocks */ + fz_disable_device_hints(mupdf_page->ctx, text_device, FZ_IGNORE_IMAGE); diff --git a/print/zathura-pdf-poppler/Makefile b/print/zathura-pdf-poppler/Makefile index 48790bb6ebb48..65e8745e564ad 100644 --- a/print/zathura-pdf-poppler/Makefile +++ b/print/zathura-pdf-poppler/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.1 2016/02/14 14:03:09 leot Exp $ +# $NetBSD: Makefile,v 1.2 2016/04/15 14:42:54 wiz Exp $ # DISTNAME= zathura-pdf-poppler-0.2.6 +PKGREVISION= 1 CATEGORIES= print MASTER_SITES= http://pwmt.org/projects/zathura/plugins/download/ diff --git a/print/zathura/Makefile b/print/zathura/Makefile index 64dc0bcc819c1..211244082b903 100644 --- a/print/zathura/Makefile +++ b/print/zathura/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.3 2016/02/18 10:22:39 fhajny Exp $ +# $NetBSD: Makefile,v 1.5 2016/04/20 06:59:24 leot Exp $ -DISTNAME= zathura-0.3.5 +DISTNAME= zathura-0.3.6 CATEGORIES= print MASTER_SITES= http://pwmt.org/projects/zathura/download/ diff --git a/print/zathura/distinfo b/print/zathura/distinfo index 6e8373b2ef867..529dfd9104ff3 100644 --- a/print/zathura/distinfo +++ b/print/zathura/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.3 2016/02/17 09:43:24 leot Exp $ +$NetBSD: distinfo,v 1.4 2016/04/20 06:59:24 leot Exp $ -SHA1 (zathura-0.3.5.tar.gz) = 3b1d17c921a1f97999b3c8e90c0e55314e257fb4 -RMD160 (zathura-0.3.5.tar.gz) = b22f2edfae79283f042f3f43c10d3e4ed5e3d406 -SHA512 (zathura-0.3.5.tar.gz) = a28b10f58b88f8e162e693d164bd1bbe5a6580b49fcedb0825d0b981f74b91783d650dc13f230be41bee0d11c406f10b2b823e87306e8de5e5e09d70878a8610 -Size (zathura-0.3.5.tar.gz) = 168808 bytes +SHA1 (zathura-0.3.6.tar.gz) = db5e76815fdfd0c2d6b5d5c16492995720268440 +RMD160 (zathura-0.3.6.tar.gz) = a8614748399daac49a871b345c14d6f3f5390472 +SHA512 (zathura-0.3.6.tar.gz) = 6eb8a8ac4589aa03ddfbe652c7700b354c0156a615493c3efdd730c4c5d72e295ad666f406541b664c17eae65c4079697fd4c4d0b9b1f04b8743a7518b123723 +Size (zathura-0.3.6.tar.gz) = 169560 bytes SHA1 (patch-zathura_database-plain.c) = 28b107ce014947dfb90377268ee0fc6cba3d2b4f diff --git a/regress/pkgfail/Makefile b/regress/pkgfail/Makefile index 1ff6d92f8d97d..f69629e0d2d69 100644 --- a/regress/pkgfail/Makefile +++ b/regress/pkgfail/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2015/03/06 23:26:26 tnn Exp $ +# $NetBSD: Makefile,v 1.3 2016/04/11 04:22:34 dbj Exp $ # DISTNAME= regress-pkgfail-0.0 @@ -8,6 +8,6 @@ CATEGORIES= regress MAINTAINER= gavan@NetBSD.org COMMENT= Test PKG_FAIL_REASON -PKG_FAIL_REASON= "This package should never build" +PKG_FAIL_REASON+= "This package should never build" .include "../../mk/bsd.pkg.mk" diff --git a/security/Makefile b/security/Makefile index 8e4b4f2cd655a..616c3c9762495 100644 --- a/security/Makefile +++ b/security/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.573 2016/03/12 09:44:14 fhajny Exp $ +# $NetBSD: Makefile,v 1.576 2016/05/06 13:41:40 fhajny Exp $ # COMMENT= Security tools @@ -39,6 +39,7 @@ SUBDIR+= chkrootkit SUBDIR+= clamav SUBDIR+= clamav-doc SUBDIR+= clusterssh +SUBDIR+= codecrypt SUBDIR+= courier-authlib SUBDIR+= crack SUBDIR+= credns @@ -72,9 +73,9 @@ SUBDIR+= dsniff-nox11 SUBDIR+= egd SUBDIR+= engine-pkcs11 SUBDIR+= ent -SUBDIR+= erlang-oauth2 +SUBDIR+= erlang-fast_tls +SUBDIR+= erlang-p1_oauth2 SUBDIR+= erlang-p1_pam -SUBDIR+= erlang-p1_tls #SUBDIR+= f-prot-antivirus6 # only contains shared files SUBDIR+= f-prot-antivirus6-fs-bin SUBDIR+= f-prot-antivirus6-ms-bin @@ -490,6 +491,7 @@ SUBDIR+= tor-browser SUBDIR+= tripwire SUBDIR+= uvscan SUBDIR+= validns +SUBDIR+= vault SUBDIR+= volatility SUBDIR+= xml-security-c SUBDIR+= xmlsec1 diff --git a/security/R-digest/Makefile b/security/R-digest/Makefile index 48aed85801e41..e5cd205a73123 100644 --- a/security/R-digest/Makefile +++ b/security/R-digest/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2014/09/20 03:28:30 brook Exp $ +# $NetBSD: Makefile,v 1.2 2016/04/16 14:57:03 wen Exp $ CATEGORIES= security MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/} @@ -9,7 +9,7 @@ COMMENT= Create cryptographic hash digests of R objects LICENSE= gnu-gpl-v2 R_PKGNAME= digest -R_PKGVER= 0.6.4 +R_PKGVER= 0.6.9 .include "../../math/R/Makefile.extension" .include "../../mk/bsd.pkg.mk" diff --git a/security/R-digest/distinfo b/security/R-digest/distinfo index 430cf381e31d9..9833e40e81ce6 100644 --- a/security/R-digest/distinfo +++ b/security/R-digest/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2015/11/04 01:17:40 agc Exp $ +$NetBSD: distinfo,v 1.3 2016/04/16 14:57:03 wen Exp $ -SHA1 (R/digest_0.6.4.tar.gz) = 1a4a9efd9ae339d1778076b77b428203b6aadf78 -RMD160 (R/digest_0.6.4.tar.gz) = 164cce0561584733b7f17ef1a63032f82d560c5e -SHA512 (R/digest_0.6.4.tar.gz) = 577b845c319e715dec0344c9d7441675c00cbcbfaf664543b1e8983740008a390ad5a2c04e87583c0bd041dcb3301165faf66dda6bc1a0dbdb46307f9f27abad -Size (R/digest_0.6.4.tar.gz) = 79309 bytes +SHA1 (R/digest_0.6.9.tar.gz) = 77bfa32ebde733b0faad10f489ef15bcd83f92a9 +RMD160 (R/digest_0.6.9.tar.gz) = f7e72aa63ebab5690cc5b1cdecf19078635463f3 +SHA512 (R/digest_0.6.9.tar.gz) = e964a55fb8c253616c077cf7863430d7c546926bd3f4151172603748ce3f5edfc0a7c869d7f7850814a4c3dbdb5dcd7fd634746c9778866acc98b19ff856a7bc +Size (R/digest_0.6.9.tar.gz) = 116746 bytes diff --git a/security/asignify/distinfo b/security/asignify/distinfo index 6dc5d89b2e2c0..4e630455f554d 100644 --- a/security/asignify/distinfo +++ b/security/asignify/distinfo @@ -1,6 +1,7 @@ -$NetBSD: distinfo,v 1.2 2015/11/04 01:17:41 agc Exp $ +$NetBSD: distinfo,v 1.3 2016/04/01 13:54:41 jperkin Exp $ SHA1 (asignify-20150220-746b6dfc1f8d6deb320b6679f00b78061f4f08e6.tar.gz) = d47746baddd15069e5a4b6cca27aa5f48ccf2e73 RMD160 (asignify-20150220-746b6dfc1f8d6deb320b6679f00b78061f4f08e6.tar.gz) = 079fdbc1480f3d281a2fb40d1a27c02082bb1b22 SHA512 (asignify-20150220-746b6dfc1f8d6deb320b6679f00b78061f4f08e6.tar.gz) = 46679ee8dba4cd6ce8ce29383868fbc1b65d699f5e7267632997806588282ae4c4f5df25774ae0ae80ba77bcee45a835390a28471067975ee7e3e85cecc519fa Size (asignify-20150220-746b6dfc1f8d6deb320b6679f00b78061f4f08e6.tar.gz) = 73842 bytes +SHA1 (patch-docs_Makefile.am) = 5b74142559fb66617aac6b37e881319a2db1b7ff diff --git a/security/asignify/patches/patch-docs_Makefile.am b/security/asignify/patches/patch-docs_Makefile.am new file mode 100644 index 0000000000000..f2b63de043192 --- /dev/null +++ b/security/asignify/patches/patch-docs_Makefile.am @@ -0,0 +1,12 @@ +$NetBSD: patch-docs_Makefile.am,v 1.1 2016/04/01 13:54:41 jperkin Exp $ + +Honour --mandir. + +--- docs/Makefile.am.orig 2015-02-20 12:58:50.000000000 +0000 ++++ docs/Makefile.am +@@ -1,4 +1,2 @@ + dist_man_MANS= asignify.1 + EXTRA_DIST= asignify.pod +- +-mandir= $(prefix)/man +\ No newline at end of file diff --git a/security/caff/Makefile b/security/caff/Makefile index db2487687cb9d..3c766277c3394 100644 --- a/security/caff/Makefile +++ b/security/caff/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.38 2015/12/27 21:32:14 wiz Exp $ +# $NetBSD: Makefile,v 1.40 2016/05/05 20:07:36 tron Exp $ -VERSION= 2.2 +VERSION= 2.3 DISTNAME= signing-party_${VERSION}.orig PKGNAME= caff-${VERSION} CATEGORIES= security @@ -16,7 +16,6 @@ WRKSRC= ${WRKDIR} USE_TOOLS+= gmake pod2man USE_TOOLS+= perl:run -USE_TOOLS+= autoconf automake autoreconf DEPENDS+= gnupg>=1.3.92:../../security/gnupg DEPENDS+= p5-Text-Template-[0-9]*:../../textproc/p5-Text-Template @@ -37,9 +36,6 @@ SUBST_SED.paths= -e 's,/usr/,${PREFIX}/,g' INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 share/doc/caff share/examples/caff -pre-build: - cd ${WRKSRC}/keyanalyze/pgpring && touch NEWS README AUTHORS ChangeLog && autoreconf -fiv - do-install: ${INSTALL_SCRIPT} ${WRKSRC}/caff/caff ${DESTDIR}${PREFIX}/bin ${INSTALL_SCRIPT} ${WRKSRC}/caff/pgp-fixkey ${DESTDIR}${PREFIX}/bin diff --git a/security/caff/distinfo b/security/caff/distinfo index f8c4e4dd7cafe..5b56467788017 100644 --- a/security/caff/distinfo +++ b/security/caff/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.26 2015/12/27 21:32:14 wiz Exp $ +$NetBSD: distinfo,v 1.28 2016/05/05 20:07:36 tron Exp $ -SHA1 (signing-party_2.2.orig.tar.gz) = 8402f7a8f162df4381c5242825b6ac7b81807a8e -RMD160 (signing-party_2.2.orig.tar.gz) = 147e66e54214178775e81f7fc9d99c1e0d10df42 -SHA512 (signing-party_2.2.orig.tar.gz) = bf4b741364cf100f17047900e61c16a8df2f31a3143ce40de64afdb19b8ed251c716389661787988d03526ade4453e096b1d76fa51777e74d6fa84ecd2c5f09d -Size (signing-party_2.2.orig.tar.gz) = 237612 bytes -SHA1 (patch-keyanalyze_pgpring_configure.in) = 970a31b75721abb885cd6d7af3bad8efc73c11a2 +SHA1 (signing-party_2.3.orig.tar.gz) = eb65e32668e0b3fccd8c5e4d73b2aa66761a7e86 +RMD160 (signing-party_2.3.orig.tar.gz) = b87a56883d8e93632e4973e73ae1d40a476a80b7 +SHA512 (signing-party_2.3.orig.tar.gz) = 5c901a491a4349fd0ab92aa7358c78da141f4616572140f5a4d22f6ba7152e877d5d9734fa0b26477e7c9a49bd972b1fc3047a115f4fd868969387df572fd231 +Size (signing-party_2.3.orig.tar.gz) = 196864 bytes +SHA1 (patch-Makefile) = 728bb40fa8be2f0ac63254f2e86b37ee9fa1199f diff --git a/security/caff/patches/patch-Makefile b/security/caff/patches/patch-Makefile new file mode 100644 index 0000000000000..3e25c8df7bdb5 --- /dev/null +++ b/security/caff/patches/patch-Makefile @@ -0,0 +1,14 @@ +$NetBSD: patch-Makefile,v 1.1 2016/05/05 20:07:37 tron Exp $ + +Don't attempt to build "keyanalyze" and related utilties. They don't build +on systems without SHA1 hash functions in the system library and we don't +install them in the first place. + +--- Makefile.orig 2016-04-25 23:06:10.000000000 +0100 ++++ Makefile 2016-05-05 21:02:55.000000000 +0100 +@@ -1,4 +1,4 @@ +-DIRS=caff gpg-key2ps gpg-mailkeys gpgsigs gpglist gpgparticipants keyanalyze keylookup \ ++DIRS=caff gpg-key2ps gpg-mailkeys gpgsigs gpglist gpgparticipants keylookup \ + sig2dot springgraph gpgwrap gpgdir keyart gpg-key2latex + VERSION=$(shell dpkg-parsechangelog 2>&1 | perl -ne 'print $$1 if /^Version: ([^-]*)/') + DEBVERSION=$(shell dpkg-parsechangelog 2>&1 | perl -ne 'print $$1 if /^Version: (.*)/') diff --git a/security/caff/patches/patch-keyanalyze_pgpring_configure.in b/security/caff/patches/patch-keyanalyze_pgpring_configure.in deleted file mode 100644 index 8c75308c01b92..0000000000000 --- a/security/caff/patches/patch-keyanalyze_pgpring_configure.in +++ /dev/null @@ -1,19 +0,0 @@ -$NetBSD: patch-keyanalyze_pgpring_configure.in,v 1.1 2014/04/18 20:11:18 wiz Exp $ - -Update to autoconf/automake from this century. - ---- keyanalyze/pgpring/configure.in.orig 2014-03-24 00:15:54.000000000 +0000 -+++ keyanalyze/pgpring/configure.in -@@ -1,10 +1,9 @@ --AC_INIT(pgppubring.c) -+AC_INIT([pgpring], [0.0], [pgppubring.c]) - AM_CONFIG_HEADER(config.h) --AM_INIT_AUTOMAKE(pgpring, 0.0) -+AM_INIT_AUTOMAKE - AC_CANONICAL_HOST - AC_PROG_CC - AC_ISC_POSIX --AM_C_PROTOTYPES - AC_PROG_CPP - AC_PROG_MAKE_SET - AC_PROG_INSTALL diff --git a/security/clusterssh/Makefile b/security/clusterssh/Makefile index d048e6cc33f57..ec03b8bc350b2 100644 --- a/security/clusterssh/Makefile +++ b/security/clusterssh/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.9 2015/08/12 18:16:12 gls Exp $ +# $NetBSD: Makefile,v 1.10 2016/04/06 11:33:07 imil Exp $ DISTNAME= App-ClusterSSH-4.03_06 PKGNAME= p5-${DISTNAME:S/_/./} +PKGREVISION= 1 CATEGORIES= security MASTER_SITES= http://search.cpan.org/CPAN/authors/id/D/DU/DUNCS/ @@ -24,6 +25,7 @@ BUILD_DEPENDS+= p5-Test-Pod-Coverage>=1.08:../../devel/p5-Test-Pod-Coverage BUILD_DEPENDS+= p5-Test-Trap>=0.2.1:../../devel/p5-Test-Trap BUILD_DEPENDS+= p5-Test-Pod>=1.45:../../devel/p5-Test-Pod BUILD_DEPENDS+= p5-Test-DistManifest>=1.012:../../devel/p5-Test-DistManifest +BUILD_DEPENDS+= xterm>=322:../../x11/xterm PERL5_MODULE_TYPE= Module::Build PERL5_PACKLIST= auto/App/ClusterSSH/.packlist diff --git a/security/codecrypt/DESCR b/security/codecrypt/DESCR new file mode 100644 index 0000000000000..aa521199950bd --- /dev/null +++ b/security/codecrypt/DESCR @@ -0,0 +1,24 @@ +This is a GnuPG-like unix program for encryption and signing that uses +only quantum-computer-resistant algorithms: + ++ McEliece cryptosystem (compact QC-MDPC variant) for encryption ++ Hash-based Merkle tree algorithm (FMTSeq variant) for digital +signatures + +Stream ciphers used: ChaCha20, XSynd stream cipher, RC4 (for initial +simplicity of implementation) + +CRHFs used: ++ Cubehash variants were selected for implementation ease, really +clean design, quite good speed and flexibility of parameter choices. +KeyID's are CUBE256 hashes of serialized public key. ++ ripemd128 for small hashes ++ tiger192 is used as an alternative for Cubehash for 192bit hashes ++ There's always a variant with SHA-256, SHA-384 or SHA-512. + +Signature algorithms: ++ FMTSeq with many possibilities and combinations of aforementioned CRHFs + +Encryption: +MDPC McEliece on quasi-cyclic matrices - decoding is (slightly) + vulnerable to timing attacks. diff --git a/security/codecrypt/Makefile b/security/codecrypt/Makefile new file mode 100644 index 0000000000000..d86323d833b17 --- /dev/null +++ b/security/codecrypt/Makefile @@ -0,0 +1,31 @@ +# $NetBSD: Makefile,v 1.1 2016/04/30 19:27:43 agc Exp $ + +DISTNAME= codecrypt-1.7.5 +CATEGORIES= security +MASTER_SITES= ${MASTER_SITE_GITHUB:=exaexa/} +GITHUB_TAG= v1.7.5 + +MAINTAINER= agc@NetBSD.org +HOMEPAGE= https://github.com/exaexa/codecrypt +COMMENT= Post-quantum cryptographic software +LICENSE= gnu-lgpl-v3 + +USE_TOOLS+= autoconf automake autoreconf gmake pkg-config +GNU_CONFIGURE= yes +USE_LIBTOOL= yes +USE_LANGUAGES+= c c++ + +CRYPTOPPFLAGS= CRYPTOPP_CFLAGS=-I${PREFIX}/include +CRYPTOPPFLAGS+= CRYPTOPP_LIBS='-L${PREFIX}/lib -Wl,-R${PREFIX}/lib -lcryptopp' + +CONFIGURE_ENV+= ${CRYPTOPPFLAGS} +MAKE_ENV+= ${CRYPTOPPFLAGS} + +pre-configure: + cd ${WRKSRC} && ./autogen.sh + +.include "../../devel/gmp/buildlink3.mk" +.include "../../math/fftw/buildlink3.mk" +.include "../../security/crypto++/buildlink3.mk" + +.include "../../mk/bsd.pkg.mk" diff --git a/security/codecrypt/PLIST b/security/codecrypt/PLIST new file mode 100644 index 0000000000000..68d9f508a67ce --- /dev/null +++ b/security/codecrypt/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1 2016/04/30 19:27:43 agc Exp $ +bin/ccr +man/man1/ccr.1 diff --git a/security/codecrypt/distinfo b/security/codecrypt/distinfo new file mode 100644 index 0000000000000..c6eecfdb3d935 --- /dev/null +++ b/security/codecrypt/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2016/04/30 19:27:43 agc Exp $ + +SHA1 (codecrypt-1.7.5.tar.gz) = 138242abafee92718d9568b0b4fe15230333bede +RMD160 (codecrypt-1.7.5.tar.gz) = 343cf4178eb38dda93670b8cad10a4050f9290e8 +SHA512 (codecrypt-1.7.5.tar.gz) = 674a505bfd833e76d0bf44ce25cef89f355374b645bb98889983cdee76ab3d7e4828a074ccb430b1b9b1f86aa234312a02952bb6f84db4c66f3410985524a2cb +Size (codecrypt-1.7.5.tar.gz) = 20455881 bytes diff --git a/security/cy2-sql/Makefile b/security/cy2-sql/Makefile index e1905c622e598..d29f4268a9e7e 100644 --- a/security/cy2-sql/Makefile +++ b/security/cy2-sql/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.29 2015/10/10 01:58:18 ryoon Exp $ +# $NetBSD: Makefile,v 1.30 2016/04/11 19:02:02 ryoon Exp $ PKGNAME= ${DISTNAME:S/cyrus-sasl/cy2-sql/} -PKGREVISION= 7 +PKGREVISION= 8 COMMENT= Cyrus SASL SQL authentication plugin SASL_PLUGIN= yes diff --git a/security/dsniff-nox11/Makefile b/security/dsniff-nox11/Makefile index 60d20389634b6..fcd4b25e68b00 100644 --- a/security/dsniff-nox11/Makefile +++ b/security/dsniff-nox11/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.15 2016/03/05 11:29:20 jperkin Exp $ +# $NetBSD: Makefile,v 1.16 2016/04/18 08:34:35 leot Exp $ .include "../../security/dsniff/Makefile.common" PKGNAME= dsniff-nox11-${VERS} -PKGREVISION= 8 +PKGREVISION= 9 COMMENT= Password sniffer CONFIGURE_ARGS+= --without-x diff --git a/security/dsniff/Makefile b/security/dsniff/Makefile index 82006c1e95fb3..647aee87f10f6 100644 --- a/security/dsniff/Makefile +++ b/security/dsniff/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.40 2016/03/05 11:29:19 jperkin Exp $ +# $NetBSD: Makefile,v 1.41 2016/04/18 08:34:35 leot Exp $ .include "Makefile.common" -PKGREVISION= 14 +PKGREVISION= 15 COMMENT= Password sniffer (webspy) DEPENDS+= dsniff-nox11-[0-9]*:../../security/dsniff-nox11 diff --git a/security/dsniff/distinfo b/security/dsniff/distinfo index ad85f683281cc..dd67a47a24f91 100644 --- a/security/dsniff/distinfo +++ b/security/dsniff/distinfo @@ -1,12 +1,12 @@ -$NetBSD: distinfo,v 1.11 2015/11/04 01:17:44 agc Exp $ +$NetBSD: distinfo,v 1.12 2016/04/18 08:34:35 leot Exp $ SHA1 (dsniff-2.3.tar.gz) = 671a1df823ab0657fc95e79112924a57281e9c3b RMD160 (dsniff-2.3.tar.gz) = 89dad0259e90acef30a7aa5f3471de3aaeb06147 SHA512 (dsniff-2.3.tar.gz) = d27b2bf901cd7e2dcef0d6170318d131ba57d4881c0b85f24ee3de9581c41841eab4363cc8ea0dd6d7dcd1c27dcb61d054dfca964b5674301d8c7a173a9f113d Size (dsniff-2.3.tar.gz) = 126797 bytes -SHA1 (patch-aa) = b50347c772c13abd6b62a80315c7bfecc139ba60 +SHA1 (patch-aa) = b3798143fa0a662870c3144f136773d575c54364 SHA1 (patch-ab) = 6385da7139dcb11ea29ffba468e7fac260b61b44 -SHA1 (patch-ac) = da25b9c7d6c06a18308ae8739bc5483341121dee +SHA1 (patch-ac) = 1730b92ecd421e396781e2e4ba9b7a7d9b90d992 SHA1 (patch-ad) = cab09e1b1a61fd6a3fa96c24fff3cd1519146a3e SHA1 (patch-ae) = e54a7be65c2e1d236b2427d216e1184ff6046a0b SHA1 (patch-ba) = 5f774dcb904681f123fa9cae25ea4d88afee6bb6 diff --git a/security/dsniff/patches/patch-aa b/security/dsniff/patches/patch-aa index 5ae44cd3f0f28..868852d229d56 100644 --- a/security/dsniff/patches/patch-aa +++ b/security/dsniff/patches/patch-aa @@ -1,8 +1,12 @@ -$NetBSD: patch-aa,v 1.1 2000/12/18 08:49:39 itojun Exp $ +$NetBSD: patch-aa,v 1.2 2016/04/18 08:34:35 leot Exp $ ---- pcaputil.c- Mon Dec 18 17:40:54 2000 -+++ pcaputil.c Mon Dec 18 17:41:03 2000 -@@ -16,2 +16,3 @@ +--- pcaputil.c.orig 2000-11-14 15:51:08.000000000 +0000 ++++ pcaputil.c +@@ -14,6 +14,7 @@ + #include + #include #include +#undef BSD #ifdef BSD + #include + #endif diff --git a/security/dsniff/patches/patch-ac b/security/dsniff/patches/patch-ac index 745c1dc6077f0..5a897e09582fc 100644 --- a/security/dsniff/patches/patch-ac +++ b/security/dsniff/patches/patch-ac @@ -1,6 +1,6 @@ -$NetBSD: patch-ac,v 1.2 2008/10/01 08:43:09 apb Exp $ +$NetBSD: patch-ac,v 1.3 2016/04/18 08:34:35 leot Exp $ ---- arp.c.orig 2000-11-14 17:51:03.000000000 +0200 +--- arp.c.orig 2000-11-14 15:51:03.000000000 +0000 +++ arp.c @@ -17,7 +17,7 @@ #include @@ -19,3 +19,15 @@ $NetBSD: patch-ac,v 1.2 2008/10/01 08:43:09 apb Exp $ #include #ifdef BSD +@@ -51,7 +52,11 @@ arp_cache_lookup(in_addr_t ip, struct et + mib[2] = 0; + mib[3] = AF_INET; + mib[4] = NET_RT_FLAGS; ++#ifdef RTF_LLDATA ++ mib[5] = RTF_LLDATA; ++#else + mib[5] = RTF_LLINFO; ++#endif + + if (sysctl(mib, 6, NULL, &len, NULL, 0) < 0) + return (-1); diff --git a/security/erlang-fast_tls/DESCR b/security/erlang-fast_tls/DESCR new file mode 100644 index 0000000000000..eb03da74d6846 --- /dev/null +++ b/security/erlang-fast_tls/DESCR @@ -0,0 +1,3 @@ +Fast TLS is a native TLS / SSL driver for Erlang / Elixir. It is +based on OpenSSL, a proven and efficient TLS implementation. It +is designed for efficiency, speed and compliance. diff --git a/security/erlang-fast_tls/Makefile b/security/erlang-fast_tls/Makefile new file mode 100644 index 0000000000000..a0b797e37ad73 --- /dev/null +++ b/security/erlang-fast_tls/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.2 2016/04/29 18:14:24 fhajny Exp $ + +DISTNAME= fast_tls-1.0.3 +CATEGORIES= security +MASTER_SITES= ${MASTER_SITE_GITHUB:=processone/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://github.com/processone/tls/ +COMMENT= TLS / SSL OpenSSL-based native driver for Erlang / Elixir +LICENSE= apache-2.0 + +GITHUB_PROJECT= fast_tls + +DEPENDS+= erlang-p1_utils>=1.0.3:../../misc/erlang-p1_utils + +GNU_CONFIGURE= yes + +.include "../../security/openssl/buildlink3.mk" +.include "../../lang/erlang/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/security/erlang-fast_tls/PLIST b/security/erlang-fast_tls/PLIST new file mode 100644 index 0000000000000..1de03ad143b9e --- /dev/null +++ b/security/erlang-fast_tls/PLIST @@ -0,0 +1,8 @@ +@comment $NetBSD: PLIST,v 1.1 2016/04/25 14:28:42 fhajny Exp $ +lib/erlang/lib/fast_tls-${PKGVERSION}/ebin/fast_tls.app +lib/erlang/lib/fast_tls-${PKGVERSION}/ebin/fast_tls.beam +lib/erlang/lib/fast_tls-${PKGVERSION}/ebin/fast_tls_app.beam +lib/erlang/lib/fast_tls-${PKGVERSION}/ebin/fast_tls_sup.beam +lib/erlang/lib/fast_tls-${PKGVERSION}/ebin/p1_sha.beam +lib/erlang/lib/fast_tls-${PKGVERSION}/priv/lib/fast_tls_drv.so +lib/erlang/lib/fast_tls-${PKGVERSION}/priv/lib/p1_sha.so diff --git a/security/erlang-fast_tls/distinfo b/security/erlang-fast_tls/distinfo new file mode 100644 index 0000000000000..8a6e1574915ac --- /dev/null +++ b/security/erlang-fast_tls/distinfo @@ -0,0 +1,7 @@ +$NetBSD: distinfo,v 1.2 2016/04/29 18:14:24 fhajny Exp $ + +SHA1 (fast_tls-1.0.3.tar.gz) = 6644022f0d9434b749d20512726ea9bd6af0ac5f +RMD160 (fast_tls-1.0.3.tar.gz) = 1c1bda11c6ed46de042ce811f24c24cd063e76ee +SHA512 (fast_tls-1.0.3.tar.gz) = 701016ce045fcd13810f2c287772cc2828576b85bd1458227d9da9ce89c3e10e75c41a02eb78f6e1c155dd75b76ad3d3becf5b40832b1e1b4cf928488e3bdb04 +Size (fast_tls-1.0.3.tar.gz) = 57470 bytes +SHA1 (patch-rebar.config) = f42cb6dadadbc0d48131acc687340c3f43ee3b1a diff --git a/security/erlang-fast_tls/patches/patch-rebar.config b/security/erlang-fast_tls/patches/patch-rebar.config new file mode 100644 index 0000000000000..c9222a47a9583 --- /dev/null +++ b/security/erlang-fast_tls/patches/patch-rebar.config @@ -0,0 +1,15 @@ +$NetBSD: patch-rebar.config,v 1.1 2016/04/25 14:28:42 fhajny Exp $ + +Deps are handled by pkgsrc. + +--- rebar.config.orig 2016-02-03 11:03:30.000000000 +0000 ++++ rebar.config +@@ -27,8 +27,6 @@ + {port_specs, [{"priv/lib/fast_tls_drv.so", ["c_src/fast_tls_drv.c"]}, + {"priv/lib/p1_sha.so", ["c_src/p1_sha.c"]}]}. + +-{deps, [{p1_utils, ".*", {git, "git://github.com/processone/p1_utils", {tag, "1.0.3"}}}]}. +- + {clean_files, ["c_src/fast_tls_drv.gcda", "c_src/fast_tls_drv.gcno", + "c_src/fast_sha.gcda", "c_src/fast_sha.gcno"]}. + diff --git a/security/erlang-oauth2/Makefile b/security/erlang-oauth2/Makefile deleted file mode 100644 index 6c7536923e771..0000000000000 --- a/security/erlang-oauth2/Makefile +++ /dev/null @@ -1,22 +0,0 @@ -# $NetBSD: Makefile,v 1.3 2016/01/16 19:17:11 fhajny Exp $ - -DISTNAME= oauth2-0.6.0 -PKGNAME= erlang-${DISTNAME}.20150911 -CATEGORIES= security -MASTER_SITES= ${MASTER_SITE_GITHUB:=kivra/} - -MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://github.com/kivra/oauth2/ -COMMENT= Erlang Oauth2 implementation -LICENSE= mit - -GITHUB_PROJECT= oauth2 -GITHUB_TAG= 8d129fbf8866930b4ffa6dd84e65bd2b32b9acb8 -WRKSRC= ${WRKDIR}/${GITHUB_PROJECT}-${GITHUB_TAG} - -ERL_MOD_DIR= lib/erlang/lib/${DISTNAME} - -BUILD_TARGET= compile - -.include "../../lang/erlang/module.mk" -.include "../../mk/bsd.pkg.mk" diff --git a/security/erlang-oauth2/PLIST b/security/erlang-oauth2/PLIST deleted file mode 100644 index eba788ad2aeb0..0000000000000 --- a/security/erlang-oauth2/PLIST +++ /dev/null @@ -1,9 +0,0 @@ -@comment $NetBSD: PLIST,v 1.2 2016/01/16 16:42:24 fhajny Exp $ -lib/erlang/lib/oauth2-0.6.0/ebin/oauth2.app -lib/erlang/lib/oauth2-0.6.0/ebin/oauth2.beam -lib/erlang/lib/oauth2-0.6.0/ebin/oauth2_backend.beam -lib/erlang/lib/oauth2-0.6.0/ebin/oauth2_config.beam -lib/erlang/lib/oauth2-0.6.0/ebin/oauth2_priv_set.beam -lib/erlang/lib/oauth2-0.6.0/ebin/oauth2_response.beam -lib/erlang/lib/oauth2-0.6.0/ebin/oauth2_token.beam -lib/erlang/lib/oauth2-0.6.0/ebin/oauth2_token_generation.beam diff --git a/security/erlang-oauth2/distinfo b/security/erlang-oauth2/distinfo deleted file mode 100644 index c24fa713c1cb5..0000000000000 --- a/security/erlang-oauth2/distinfo +++ /dev/null @@ -1,6 +0,0 @@ -$NetBSD: distinfo,v 1.2 2016/01/16 16:42:24 fhajny Exp $ - -SHA1 (oauth2-0.6.0-8d129fbf8866930b4ffa6dd84e65bd2b32b9acb8.tar.gz) = 3e359a2b97c1cca3629dce8915e3b926755f21fe -RMD160 (oauth2-0.6.0-8d129fbf8866930b4ffa6dd84e65bd2b32b9acb8.tar.gz) = b1e122894dd8425c23a3e1cfbec97f17c6b1b508 -SHA512 (oauth2-0.6.0-8d129fbf8866930b4ffa6dd84e65bd2b32b9acb8.tar.gz) = 08be0be9c6741844cb007ba13299e70af45ee162093bf2a78fa73eeaba28fdb1974c2cc3f696105dfeeec2663c995ea875c2d9fe4f00e158b8896c38ee0bfad5 -Size (oauth2-0.6.0-8d129fbf8866930b4ffa6dd84e65bd2b32b9acb8.tar.gz) = 212261 bytes diff --git a/security/erlang-oauth2/DESCR b/security/erlang-p1_oauth2/DESCR similarity index 100% rename from security/erlang-oauth2/DESCR rename to security/erlang-p1_oauth2/DESCR diff --git a/security/erlang-p1_oauth2/Makefile b/security/erlang-p1_oauth2/Makefile new file mode 100644 index 0000000000000..e94604b0cce59 --- /dev/null +++ b/security/erlang-p1_oauth2/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1 2016/04/25 14:30:45 fhajny Exp $ + +DISTNAME= p1_oauth2-0.6.1 +PKGNAME= erlang-${DISTNAME} +CATEGORIES= security +MASTER_SITES= ${MASTER_SITE_GITHUB:=processone/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://github.com/processone/p1_oauth2/ +COMMENT= Erlang Oauth2 implementation +LICENSE= mit + +GITHUB_PROJECT= oauth2 + +ERL_MOD_DIR= lib/erlang/lib/${DISTNAME} + +BUILD_TARGET= compile + +.include "../../lang/erlang/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/security/erlang-p1_oauth2/PLIST b/security/erlang-p1_oauth2/PLIST new file mode 100644 index 0000000000000..66ea13019900c --- /dev/null +++ b/security/erlang-p1_oauth2/PLIST @@ -0,0 +1,9 @@ +@comment $NetBSD: PLIST,v 1.1 2016/04/25 14:30:45 fhajny Exp $ +lib/erlang/lib/p1_oauth2-${PKGVERSION}/ebin/oauth2.beam +lib/erlang/lib/p1_oauth2-${PKGVERSION}/ebin/oauth2_backend.beam +lib/erlang/lib/p1_oauth2-${PKGVERSION}/ebin/oauth2_config.beam +lib/erlang/lib/p1_oauth2-${PKGVERSION}/ebin/oauth2_priv_set.beam +lib/erlang/lib/p1_oauth2-${PKGVERSION}/ebin/oauth2_response.beam +lib/erlang/lib/p1_oauth2-${PKGVERSION}/ebin/oauth2_token.beam +lib/erlang/lib/p1_oauth2-${PKGVERSION}/ebin/oauth2_token_generation.beam +lib/erlang/lib/p1_oauth2-${PKGVERSION}/ebin/p1_oauth2.app diff --git a/security/erlang-p1_oauth2/distinfo b/security/erlang-p1_oauth2/distinfo new file mode 100644 index 0000000000000..468b167aaabf1 --- /dev/null +++ b/security/erlang-p1_oauth2/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2016/04/25 14:30:45 fhajny Exp $ + +SHA1 (p1_oauth2-0.6.1.tar.gz) = 1878104da449f8af6212dcfb238fe8ea0de4d3f9 +RMD160 (p1_oauth2-0.6.1.tar.gz) = 7680376e6a6a6d57d0efa4472b810f29ee91ecdf +SHA512 (p1_oauth2-0.6.1.tar.gz) = 2509d48775579a26178fb5a082e628a8487c986b1b4d4abe974b653a1e0b7605bed934d59f6d62927582bdb95a53ba454816d326d99a77c5360928c4973ade4a +Size (p1_oauth2-0.6.1.tar.gz) = 212804 bytes diff --git a/security/erlang-p1_tls/DESCR b/security/erlang-p1_tls/DESCR deleted file mode 100644 index 1109fa3f07957..0000000000000 --- a/security/erlang-p1_tls/DESCR +++ /dev/null @@ -1 +0,0 @@ -TLS / SSL native driver for Erlang. diff --git a/security/erlang-p1_tls/Makefile b/security/erlang-p1_tls/Makefile deleted file mode 100644 index e87f949c1d9e2..0000000000000 --- a/security/erlang-p1_tls/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -# $NetBSD: Makefile,v 1.3 2016/03/05 11:29:20 jperkin Exp $ - -DISTNAME= p1_tls-1.0.0 -PKGREVISION= 1 -CATEGORIES= security -MASTER_SITES= ${MASTER_SITE_GITHUB:=processone/} - -MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://github.com/processone/tls/ -COMMENT= TLS/SSL native driver for Erlang -LICENSE= gnu-gpl-v2 - -GITHUB_PROJECT= tls -WRKSRC= ${WRKDIR}/${GITHUB_PROJECT}-${GITHUB_TAG} - -GNU_CONFIGURE= yes - -.include "../../security/openssl/buildlink3.mk" -.include "../../lang/erlang/module.mk" -.include "../../mk/bsd.pkg.mk" diff --git a/security/erlang-p1_tls/PLIST b/security/erlang-p1_tls/PLIST deleted file mode 100644 index 1eae6115b81b2..0000000000000 --- a/security/erlang-p1_tls/PLIST +++ /dev/null @@ -1,8 +0,0 @@ -@comment $NetBSD: PLIST,v 1.2 2016/01/16 17:31:45 fhajny Exp $ -lib/erlang/lib/p1_tls-${PKGVERSION}/ebin/p1_sha.beam -lib/erlang/lib/p1_tls-${PKGVERSION}/ebin/p1_tls.app -lib/erlang/lib/p1_tls-${PKGVERSION}/ebin/p1_tls.beam -lib/erlang/lib/p1_tls-${PKGVERSION}/ebin/p1_tls_app.beam -lib/erlang/lib/p1_tls-${PKGVERSION}/ebin/p1_tls_sup.beam -lib/erlang/lib/p1_tls-${PKGVERSION}/priv/lib/p1_sha.so -lib/erlang/lib/p1_tls-${PKGVERSION}/priv/lib/p1_tls_drv.so diff --git a/security/erlang-p1_tls/distinfo b/security/erlang-p1_tls/distinfo deleted file mode 100644 index 4df33e7765f0d..0000000000000 --- a/security/erlang-p1_tls/distinfo +++ /dev/null @@ -1,6 +0,0 @@ -$NetBSD: distinfo,v 1.2 2016/01/16 17:31:45 fhajny Exp $ - -SHA1 (p1_tls-1.0.0.tar.gz) = 01ca05ee3623bb94404ff829122efafa2dbd87ef -RMD160 (p1_tls-1.0.0.tar.gz) = 19e308132b297b22f617b2cd3d6bd77296f6b044 -SHA512 (p1_tls-1.0.0.tar.gz) = 2fb22aa5a818909368939c46ae55d431bb291926ba82e870adbc382f324d104cb1ab9b97a00196122538671ad083b0c5548f11d62f7e8e748c6a9432bbdb8c95 -Size (p1_tls-1.0.0.tar.gz) = 60672 bytes diff --git a/security/fwbuilder/Makefile b/security/fwbuilder/Makefile index ca8a2f04b51fc..2148771d04bb2 100644 --- a/security/fwbuilder/Makefile +++ b/security/fwbuilder/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.44 2016/03/05 11:29:20 jperkin Exp $ +# $NetBSD: Makefile,v 1.45 2016/04/21 10:44:40 jperkin Exp $ DISTNAME= fwbuilder-5.1.0.3599 PKGREVISION= 2 @@ -16,7 +16,7 @@ USE_LANGUAGES= c c++ USE_LIBTOOL= yes USE_TOOLS+= aclocal autoconf automake gmake GNU_CONFIGURE= yes -CONFIGURE_ARGS+= --mandir=${P} --without-distcc +CONFIGURE_ARGS+= --without-distcc #UNLIMIT_RESOURCES+= datasize INSTALL_MAKE_FLAGS+= INSTALL_ROOT=${DESTDIR} diff --git a/security/fwbuilder/distinfo b/security/fwbuilder/distinfo index e695356bbcdb9..55c76ca7f9ac9 100644 --- a/security/fwbuilder/distinfo +++ b/security/fwbuilder/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.10 2015/11/04 01:17:44 agc Exp $ +$NetBSD: distinfo,v 1.11 2016/04/21 10:44:40 jperkin Exp $ SHA1 (fwbuilder-5.1.0.3599.tar.gz) = 4a693eb7d5cd51b5eb16e874540cb27c5b726dc5 RMD160 (fwbuilder-5.1.0.3599.tar.gz) = 38cb91aaa137bb5f0bc14b8d7e70da5a83467349 @@ -9,6 +9,6 @@ SHA1 (patch-ab) = e1d7c25ffdcd5e6b89b5b9339fb8a3ac26515b54 SHA1 (patch-ac) = bf432946fa9e69e2ea7ef1ddce1af95baa678c43 SHA1 (patch-ad) = 33189f54678ac147be99bf4d126afde38665b13e SHA1 (patch-ae) = d0a20d6592c54065d26c1008e6b40e1e4d7fcdc7 -SHA1 (patch-configure.in) = 80794f50c96886d01604087e18cee875a2aa5c77 +SHA1 (patch-configure.in) = b8c65d446b5761f835ea3275476c395f8426d6d7 SHA1 (patch-src_gui_main.cpp) = 36b869852d9ed25aa1124f79ff926fe060558c08 SHA1 (patch-src_libfwbuilder_qmake.inc.in) = 43043c98224da7c3050b1a1d9b7a01a7950a5c30 diff --git a/security/fwbuilder/patches/patch-configure.in b/security/fwbuilder/patches/patch-configure.in index 2a369af0f1ef5..2965ab77476ac 100644 --- a/security/fwbuilder/patches/patch-configure.in +++ b/security/fwbuilder/patches/patch-configure.in @@ -1,52 +1,23 @@ -$NetBSD: patch-configure.in,v 1.2 2015/03/29 15:28:43 rodent Exp $ +$NetBSD: patch-configure.in,v 1.3 2016/04/21 10:44:41 jperkin Exp $ Fix MANDIR and DEFAULT_RES_DIR. --- configure.in.orig 2012-03-23 06:10:54.000000000 +0000 +++ configure.in -@@ -490,15 +490,15 @@ case ${host} in - *-*-darwin*) - OS=MacOSX +@@ -492,7 +492,7 @@ case ${host} in OS_MACOSX=1 -- MANDIR="${PREFIX}/share/man/" -+ MANDIR="${PREFIX}/man/" + MANDIR="${PREFIX}/share/man/" AC_MSG_RESULT(MacOSX) - DEFAULT_RES_DIR="../Resources" + DEFAULT_RES_DIR="${PREFIX}/share/fwbuilder-${VERSION}" ;; *-*-solaris*) - OS=Solaris - OS_SOLARIS=1 -- MANDIR="${PREFIX}/share/man/" -+ MANDIR="${PREFIX}/man/" - AC_MSG_RESULT(Solaris) - DEFAULT_RES_DIR="${PREFIX}/share/fwbuilder-${VERSION}" - ;; -@@ -527,7 +527,7 @@ case ${host} in - else - DISTRO="Unknown" - fi -- MANDIR="${PREFIX}/share/man/" -+ MANDIR="${PREFIX}/man/" - AC_MSG_RESULT($DISTRO GNU/kFreeBSD) - DEFAULT_RES_DIR="${PREFIX}/share/fwbuilder-${VERSION}" - ;; -@@ -553,7 +553,7 @@ case ${host} in - else - DISTRO="Unknown" - fi -- MANDIR="${PREFIX}/share/man/" -+ MANDIR="${PREFIX}/man/" - ICONSDIR="${DATADIR}/icons/hicolor/" - AC_MSG_RESULT($DISTRO Linux) - ;; -@@ -562,7 +562,7 @@ case ${host} in - OS=Unknown - OS_UNKNOWN=1 - DISTRO=Unknown -- MANDIR="${PREFIX}/share/man/" -+ MANDIR="${PREFIX}/man/" - AC_MSG_RESULT(Unknown) +@@ -567,6 +567,7 @@ case ${host} in DEFAULT_RES_DIR="${PREFIX}/share/fwbuilder-${VERSION}" ;; + esac ++MANDIR="$mandir" + + if test "x$with_templatedir" != "x"; then + RES_DIR="${with_templatedir}" diff --git a/security/gnome-keyring-sharp/Makefile b/security/gnome-keyring-sharp/Makefile index 08b8baa8c3deb..5f75c88c96cf5 100644 --- a/security/gnome-keyring-sharp/Makefile +++ b/security/gnome-keyring-sharp/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.11 2015/10/10 01:58:18 ryoon Exp $ +# $NetBSD: Makefile,v 1.12 2016/04/11 19:02:03 ryoon Exp $ # DISTNAME= gnome-keyring-sharp-1.0.0 -PKGREVISION= 10 +PKGREVISION= 11 CATEGORIES= security MASTER_SITES= http://ftp.novell.com/pub/mono/sources/gnome-keyring-sharp/ EXTRACT_SUFX= .tar.bz2 diff --git a/security/gnupg2/Makefile b/security/gnupg2/Makefile index d291533f2bdc0..fae40225dd79a 100644 --- a/security/gnupg2/Makefile +++ b/security/gnupg2/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.64 2016/03/05 11:29:20 jperkin Exp $ +# $NetBSD: Makefile,v 1.66 2016/04/13 18:01:55 wiz Exp $ -DISTNAME= gnupg-2.0.29 +DISTNAME= gnupg-2.0.30 PKGNAME= ${DISTNAME:S/gnupg/gnupg2/} -PKGREVISION= 1 CATEGORIES= security MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/gnupg/ EXTRACT_SUFX= .tar.bz2 @@ -19,7 +18,7 @@ USE_TOOLS+= gmake GNU_CONFIGURE= yes CONFIGURE_ARGS+= --sharedstatedir=${VARBASE} CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} -CONFIGURE_ARGS+= --with-pinentry-pgm=${BUILDLINK_PREFIX.pinentry}/bin/pinentry +CONFIGURE_ARGS+= --with-pinentry-pgm=${PREFIX}/bin/pinentry .include "../../mk/bsd.prefs.mk" diff --git a/security/gnupg2/distinfo b/security/gnupg2/distinfo index f12590bf4e679..58c79a18bea77 100644 --- a/security/gnupg2/distinfo +++ b/security/gnupg2/distinfo @@ -1,8 +1,7 @@ -$NetBSD: distinfo,v 1.37 2015/11/04 01:17:45 agc Exp $ +$NetBSD: distinfo,v 1.38 2016/04/13 18:01:55 wiz Exp $ -SHA1 (gnupg-2.0.29.tar.bz2) = 87eb0df18f9953675f979405a1af10ab6c5322b3 -RMD160 (gnupg-2.0.29.tar.bz2) = 364388c339b4bb9bb040ddbcbe3fa4d66ec62cb5 -SHA512 (gnupg-2.0.29.tar.bz2) = 23b452c740ab5c1e1e37337ae0583dd3b15df58a5bb5639c0c2aef1fb603e0a7d90a257ac99b0d9dfb68b81fa061c0c64e0bfd256c00d64e2f432192f5052f37 -Size (gnupg-2.0.29.tar.bz2) = 4416251 bytes -SHA1 (patch-ao) = b0d0dfb9234ec332f826e3c93008c2fbb1c955f5 +SHA1 (gnupg-2.0.30.tar.bz2) = a9f024588c356a55e2fd413574bfb55b2e18794a +RMD160 (gnupg-2.0.30.tar.bz2) = 7d682c3e0e1c188d026519b0511ecde6a0cc6bd7 +SHA512 (gnupg-2.0.30.tar.bz2) = e60a57f7dc74b44f884fd50d5a9c51cef7df8c098644ebab9ef7d945a40b0e4a285d0dc80b10fe39d8e4c2cc9d6cbbe800a0ddae54883180dc755fe47ced3314 +Size (gnupg-2.0.30.tar.bz2) = 4414652 bytes SHA1 (patch-tools_gpgkey2ssh.c) = 38ccb1980d6248b11316ccc49cd3dda06bab0d3b diff --git a/security/gnupg2/patches/patch-ao b/security/gnupg2/patches/patch-ao deleted file mode 100644 index 24e8ded576003..0000000000000 --- a/security/gnupg2/patches/patch-ao +++ /dev/null @@ -1,17 +0,0 @@ -$NetBSD: patch-ao,v 1.4 2015/09/09 18:15:34 wiz Exp $ - -gpg-zip script will not be installed, so man page also should not be installed. -If will introduce conflict with security/gnupg. -https://bugs.gnupg.org/gnupg/issue2095 - ---- doc/Makefile.in.orig 2010-07-19 07:05:40.000000000 +0000 -+++ doc/Makefile.in -@@ -351,7 +351,7 @@ myman_sources = gnupg7.texi gpg.texi gpg - myman_pages = gpg2.1 gpgsm.1 gpg-agent.1 scdaemon.1 gpgv2.1 \ - watchgnupg.1 gpgconf.1 addgnupghome.8 gpg-preset-passphrase.1 \ - gpg-connect-agent.1 gpgparsemail.1 symcryptrun.1 \ -- gpgsm-gencert.sh.1 applygnupgdefaults.8 gpg-zip.1 -+ gpgsm-gencert.sh.1 applygnupgdefaults.8 - - man_MANS = $(myman_pages) - noinst_MANS = gnupg.7 diff --git a/security/gnupg21/Makefile b/security/gnupg21/Makefile index da016760169ed..531ae1ebdc78e 100644 --- a/security/gnupg21/Makefile +++ b/security/gnupg21/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.17 2016/03/05 11:29:20 jperkin Exp $ +# $NetBSD: Makefile,v 1.18 2016/05/05 12:09:31 wiz Exp $ -DISTNAME= gnupg-2.1.11 +DISTNAME= gnupg-2.1.12 PKGNAME= ${DISTNAME:S/gnupg-/gnupg21-/} -PKGREVISION= 1 CATEGORIES= security MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/gnupg/ EXTRACT_SUFX= .tar.bz2 diff --git a/security/gnupg21/PLIST b/security/gnupg21/PLIST index be8e50612b7c5..92d0e93e4d6a7 100644 --- a/security/gnupg21/PLIST +++ b/security/gnupg21/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2016/01/27 06:31:20 wiz Exp $ +@comment $NetBSD: PLIST,v 1.5 2016/05/05 12:09:31 wiz Exp $ bin/dirmngr bin/dirmngr-client bin/g13 @@ -36,6 +36,7 @@ man/man8/applygnupgdefaults.8 man/man8/dirmngr.8 sbin/addgnupghome sbin/applygnupgdefaults +sbin/g13-syshelp share/doc/gnupg/DCO share/doc/gnupg/DETAILS share/doc/gnupg/FAQ diff --git a/security/gnupg21/distinfo b/security/gnupg21/distinfo index 7c1d8ae096568..ffe430f7c917c 100644 --- a/security/gnupg21/distinfo +++ b/security/gnupg21/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.6 2016/01/27 06:31:20 wiz Exp $ +$NetBSD: distinfo,v 1.7 2016/05/05 12:09:31 wiz Exp $ -SHA1 (gnupg-2.1.11.tar.bz2) = 4af2032a60ff22e322b1c5b270d6d2228f59a3a3 -RMD160 (gnupg-2.1.11.tar.bz2) = 41ceefd667ac7b2b5e66e8b534b614825d4319c2 -SHA512 (gnupg-2.1.11.tar.bz2) = b39f3fb461ad879b1909808434c4b03dab4d1d79aa674fbc88e3d50960184c0c25a840206ff32b760672f1b2153253f4d7a88eb726d8662f629fa04b6739ad31 -Size (gnupg-2.1.11.tar.bz2) = 5224007 bytes +SHA1 (gnupg-2.1.12.tar.bz2) = 3b01a35ac04277ea31cc01b4ac4e230e54b5480c +RMD160 (gnupg-2.1.12.tar.bz2) = 573b0e68882e6226daa0d34c4027a7078ce84f2e +SHA512 (gnupg-2.1.12.tar.bz2) = fdf24d4980ba4011840fd2316a856db2bf50e531071c2bfb899af2b4f5580a9f2992f85a451670a7121d04b608bfb147cefdca1c6f6eb55bc23ecfe5052639e6 +Size (gnupg-2.1.12.tar.bz2) = 5510723 bytes SHA1 (patch-dirmngr_Makefile.in) = fa74bcf4ea214945c64d383dff039ab938ae1446 SHA1 (patch-dirmngr_ks-engine-ldap.c) = 3a7d96d877cd52bed66c481af83da99c517d3380 SHA1 (patch-kbx_Makefile.in) = 58f7c3711744a42d40f580944fb768f7aaaf1b68 diff --git a/security/gnutls/Makefile b/security/gnutls/Makefile index e0bc1a15b2050..0edc6efd876ce 100644 --- a/security/gnutls/Makefile +++ b/security/gnutls/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.159 2016/02/26 09:41:05 jperkin Exp $ +# $NetBSD: Makefile,v 1.160 2016/04/10 07:45:22 dbj Exp $ DISTNAME= gnutls-3.3.18 +PKGREVISION= 1 CATEGORIES= security devel MASTER_SITES= ftp://ftp.gnutls.org/gcrypt/gnutls/v3.3/ EXTRACT_SUFX= .tar.xz @@ -49,6 +50,9 @@ post-install: .include "../../mk/readline.buildlink3.mk" .include "../../devel/gettext-lib/buildlink3.mk" .include "../../devel/libcfg+/buildlink3.mk" +# Avoid creating a fake zlib.pc, because if it does +# gnutls will add a Requires.private for it in its .pc file +CHECK_BUILTIN.zlib:=yes .include "../../devel/zlib/buildlink3.mk" .include "../../devel/gmp/buildlink3.mk" BUILDLINK_API_DEPENDS.libtasn1+= libtasn1>=0.3.4 diff --git a/security/gpa/Makefile b/security/gpa/Makefile index 269e8ba335836..3cfad75ae4107 100644 --- a/security/gpa/Makefile +++ b/security/gpa/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.47 2015/07/05 18:33:01 wiz Exp $ +# $NetBSD: Makefile,v 1.48 2016/04/14 11:35:47 jperkin Exp $ DISTNAME= gpa-0.9.7 CATEGORIES= x11 security @@ -15,6 +15,7 @@ GNU_CONFIGURE= YES USE_PKGLOCALEDIR= YES LIBS+= ${BUILDLINK_LDADD.getopt} +LIBS.SunOS+= -lnsl CONFIGURE_ENV+= ac_cv_path_GPG=${GPGME_GPG:Q} diff --git a/security/heimdal/Makefile b/security/heimdal/Makefile index f200cc35373b7..97491503956db 100644 --- a/security/heimdal/Makefile +++ b/security/heimdal/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.119 2016/03/09 06:01:09 tnn Exp $ +# $NetBSD: Makefile,v 1.120 2016/04/11 19:01:38 ryoon Exp $ DISTNAME= heimdal-1.5.3 -PKGREVISION= 11 +PKGREVISION= 12 CATEGORIES= security MASTER_SITES= http://www.h5l.org/dist/src/ diff --git a/security/heimdal/buildlink3.mk b/security/heimdal/buildlink3.mk index c2826c0b56374..d81c0fe7747a8 100644 --- a/security/heimdal/buildlink3.mk +++ b/security/heimdal/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.49 2016/03/05 11:27:54 jperkin Exp $ +# $NetBSD: buildlink3.mk,v 1.50 2016/04/11 19:01:38 ryoon Exp $ .include "../../mk/bsd.fast.prefs.mk" @@ -8,7 +8,7 @@ BUILDLINK_TREE+= heimdal HEIMDAL_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.heimdal+= heimdal>=0.4e -BUILDLINK_ABI_DEPENDS.heimdal+= heimdal>=1.5.3nb11 +BUILDLINK_ABI_DEPENDS.heimdal+= heimdal>=1.5.3nb12 BUILDLINK_PKGSRCDIR.heimdal?= ../../security/heimdal BUILDLINK_INCDIRS.heimdal?= include/krb5 diff --git a/security/hydra/Makefile b/security/hydra/Makefile index a75208f8b32ba..cca53137ec006 100644 --- a/security/hydra/Makefile +++ b/security/hydra/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.67 2016/03/05 11:29:21 jperkin Exp $ +# $NetBSD: Makefile,v 1.68 2016/04/11 19:02:03 ryoon Exp $ # DISTNAME= hydra-7.5 -PKGREVISION= 12 +PKGREVISION= 13 CATEGORIES= security MASTER_SITES= http://freeworld.thc.org/releases/ diff --git a/security/isakmpd/Makefile b/security/isakmpd/Makefile index 5fcd0a06d91b0..2c0c911210314 100644 --- a/security/isakmpd/Makefile +++ b/security/isakmpd/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.51 2016/03/05 11:29:21 jperkin Exp $ -# +# $NetBSD: Makefile,v 1.52 2016/04/12 08:08:46 wiz Exp $ DISTNAME= isakmpd-20030903 PKGREVISION= 10 CATEGORIES= security net -MASTER_SITES= ftp://ftp.NetBSD.org/pub/NetBSD/packages/distfiles/LOCAL_PORTS/ +MASTER_SITES= ${MASTER_SITE_LOCAL} MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= OpenBSD IKE daemon diff --git a/security/lasso/Makefile b/security/lasso/Makefile index 6a5d01e0728bd..5953b8283513b 100644 --- a/security/lasso/Makefile +++ b/security/lasso/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2016/03/05 11:27:54 jperkin Exp $ +# $NetBSD: Makefile,v 1.28 2016/03/14 09:43:42 manu Exp $ CONFIGURE_ARGS+= --disable-python CONFIGURE_ARGS+= --disable-php5 @@ -9,5 +9,5 @@ PYTHON_FOR_BUILD_ONLY= yes EXTRACT_USING= bsdtar -PKGREVISION= 2 +#PKGREVISION= 1 .include "../../security/lasso/Makefile.common" diff --git a/security/lasso/Makefile.common b/security/lasso/Makefile.common index 20a4a02f14b48..0fca660bcd633 100644 --- a/security/lasso/Makefile.common +++ b/security/lasso/Makefile.common @@ -1,9 +1,9 @@ -# $NetBSD: Makefile.common,v 1.11 2015/04/03 09:49:00 manu Exp $ +# $NetBSD: Makefile.common,v 1.12 2016/03/14 09:43:42 manu Exp $ # # used by security/lasso/Makefile # used by security/py-lasso/Makefile -DISTNAME= lasso-2.4.1 +DISTNAME= lasso-2.5.1 CATEGORIES= security MASTER_SITES= https://dev.entrouvert.org/lasso/ @@ -23,6 +23,7 @@ USE_TOOLS+= pkg-config perl PKGCONFIG_OVERRIDE+= lasso.pc.in +DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six BUILDLINK_ABI_DEPENDS.glib2+= glib2>=2.35 .include "../../lang/python/application.mk" diff --git a/security/lasso/PLIST b/security/lasso/PLIST index 731b628dc9598..4326b76f0d881 100644 --- a/security/lasso/PLIST +++ b/security/lasso/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.9 2015/04/01 14:05:02 manu Exp $ +@comment $NetBSD: PLIST,v 1.10 2016/03/14 09:43:42 manu Exp $ include/lasso/backward_comp.h include/lasso/ctypes.h include/lasso/debug.h @@ -36,6 +36,9 @@ include/lasso/xml/dsig/ds_rsa_key_value.h include/lasso/xml/dsig/ds_x509_data.h include/lasso/xml/dsig/strings.h include/lasso/xml/dsig/xml_dsig.h +include/lasso/xml/ecp/ecp_relaystate.h +include/lasso/xml/ecp/ecp_request.h +include/lasso/xml/ecp/ecp_response.h include/lasso/xml/lib_assertion.h include/lasso/xml/lib_authentication_statement.h include/lasso/xml/lib_authn_context.h @@ -58,6 +61,8 @@ include/lasso/xml/lib_scoping.h include/lasso/xml/lib_status_response.h include/lasso/xml/lib_subject.h include/lasso/xml/misc_text_node.h +include/lasso/xml/paos_request.h +include/lasso/xml/paos_response.h include/lasso/xml/saml-2.0/saml2_action.h include/lasso/xml/saml-2.0/saml2_advice.h include/lasso/xml/saml-2.0/saml2_assertion.h diff --git a/security/lasso/distinfo b/security/lasso/distinfo index 69da8ac784597..c87a482790620 100644 --- a/security/lasso/distinfo +++ b/security/lasso/distinfo @@ -1,8 +1,7 @@ -$NetBSD: distinfo,v 1.18 2015/11/04 01:17:47 agc Exp $ +$NetBSD: distinfo,v 1.19 2016/03/14 09:43:42 manu Exp $ -SHA1 (lasso-2.4.1.tar.gz) = 4596b8037932d4281828d27c3d4065522b4775dc -RMD160 (lasso-2.4.1.tar.gz) = 7fc4855135fe662b00e353ad21b0646ce24692e3 -SHA512 (lasso-2.4.1.tar.gz) = 6816eb7f4f70728ed419c572db6c0e6668964e3c5e84bb55f7dce59a8a2ba259fdf1bd8922b9dfe3e494174f3176c0bef93238e87386df07c69d583221de1926 -Size (lasso-2.4.1.tar.gz) = 4392038 bytes +SHA1 (lasso-2.5.1.tar.gz) = fe0e68010bab6e11383003b5cf869c0447ed7a6e +RMD160 (lasso-2.5.1.tar.gz) = 8cc0506fe8cbac770e952fdb0f067c7e58f5bb43 +Size (lasso-2.5.1.tar.gz) = 4552152 bytes SHA1 (patch-configure) = 8acdd57ba89fea824ea0bc6b0080298b78226678 SHA1 (patch-configure.ac) = 8cb6a7ad3aec9a7c17892ae4e0493ad3d6a8cde1 diff --git a/security/libdes/distinfo b/security/libdes/distinfo index 6fabb6786dd20..479be9af10b65 100644 --- a/security/libdes/distinfo +++ b/security/libdes/distinfo @@ -1,10 +1,10 @@ -$NetBSD: distinfo,v 1.6 2015/11/04 01:17:48 agc Exp $ +$NetBSD: distinfo,v 1.7 2016/03/30 09:48:42 jperkin Exp $ SHA1 (libdes-4.04b.tar.gz) = ef16e13fd3399be145ce391325c11292babc7cf1 RMD160 (libdes-4.04b.tar.gz) = 2e9a7f35b3710cc1c549ad1e6f4296467ee51a45 SHA512 (libdes-4.04b.tar.gz) = ec5c2a30910e8e284b10f664eb39970a28fae9dd36d73cff2b647d5eebba58527356559e3f5266626caeae91235bb6a912f0d3a85a16b7ad73fb1ebb46a11bc9 Size (libdes-4.04b.tar.gz) = 142195 bytes -SHA1 (patch-aa) = 5ed4f1976bf958b44d166def1596a4656ed4e20a +SHA1 (patch-aa) = 5ba79dd53609c2ff626af6c010e1f3ea20543d70 SHA1 (patch-ab) = e5ec4626277b60f103594261f91d7dab2c9938ff SHA1 (patch-ac) = a1dc2b3b3726494b1b9f7c210322d2e60dccd621 SHA1 (patch-ad) = a7f7527afc374489f2449ed6742c974c47bb22b4 diff --git a/security/libdes/patches/patch-aa b/security/libdes/patches/patch-aa index 1c278bd1f0037..b1b29e7b5f1e3 100644 --- a/security/libdes/patches/patch-aa +++ b/security/libdes/patches/patch-aa @@ -1,4 +1,6 @@ -$NetBSD: patch-aa,v 1.3 2010/01/27 21:54:17 joerg Exp $ +$NetBSD: patch-aa,v 1.4 2016/03/30 09:48:42 jperkin Exp $ + +Use pkgsrc flags/layout. --- ./Makefile.orig Wed Jan 7 18:20:36 1998 +++ ./Makefile Fri Mar 31 04:21:15 2000 @@ -24,7 +26,7 @@ $NetBSD: patch-aa,v 1.3 2010/01/27 21:54:17 joerg Exp $ +LIBDIR=$(PREFIX)/lib +BINDIR=$(PREFIX)/bin +INCDIR=$(PREFIX)/include -+MANDIR=$(PREFIX)/man ++MANDIR=$(PREFIX)/${PKGMANDIR} MAN1=1 MAN3=3 SHELL=/bin/sh @@ -69,8 +71,8 @@ $NetBSD: patch-aa,v 1.3 2010/01/27 21:54:17 joerg Exp $ - fi + $(BSD_INSTALL_PROGRAM) des ${DESTDIR}$(PREFIX)/bin/libdes + $(BSD_INSTALL_DATA) libdes.a ${DESTDIR}$(PREFIX)/lib/libdes.a -+ $(BSD_INSTALL_DATA) des_crypt.man ${DESTDIR}$(PREFIX)/man/man3/libdes_crypt.3 -+ $(BSD_INSTALL_DATA) des.man ${DESTDIR}$(PREFIX)/man/man1/libdes.1 ++ $(BSD_INSTALL_DATA) des_crypt.man ${DESTDIR}$(PREFIX)/${PKGMANDIR}/man3/libdes_crypt.3 ++ $(BSD_INSTALL_DATA) des.man ${DESTDIR}$(PREFIX)/${PKGMANDIR}/man1/libdes.1 + $(BSD_INSTALL_DATA) des.h ${DESTDIR}$(PREFIX)/include/libdes.h + # DO NOT DELETE THIS LINE -- make depend depends on it. diff --git a/security/libgcrypt/Makefile b/security/libgcrypt/Makefile index 46f512269bc7b..93569ac2a675d 100644 --- a/security/libgcrypt/Makefile +++ b/security/libgcrypt/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.74 2016/02/11 13:36:37 wiz Exp $ +# $NetBSD: Makefile,v 1.76 2016/04/22 08:28:46 jperkin Exp $ -DISTNAME= libgcrypt-1.6.5 +DISTNAME= libgcrypt-1.7.0 CATEGORIES= security MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/libgcrypt/ \ http://gd.tuwien.ac.at/privacy/gnupg/libgcrypt/ @@ -29,6 +29,11 @@ CONFIGURE_ARGS+= --disable-asm .endif CONFIGURE_ARGS+= --disable-aesni-support +.if !empty(MACHINE_PLATFORM:MLinux-*-i386) || \ + !empty(MACHINE_PLATFORM:MSunOS-*-i386) +CONFIGURE_ARGS+= --disable-pclmul-support +.endif + # SCO OpenServer 5.0.7/3.2 has no socklen_t, but it is defined in pthread.h # from builtin GNU pth. .if ${OS_VARIANT} == "SCOOSR5" diff --git a/security/libgcrypt/distinfo b/security/libgcrypt/distinfo index e290df8e7890f..c224aa54c8dfb 100644 --- a/security/libgcrypt/distinfo +++ b/security/libgcrypt/distinfo @@ -1,9 +1,8 @@ -$NetBSD: distinfo,v 1.62 2016/02/11 13:36:37 wiz Exp $ +$NetBSD: distinfo,v 1.63 2016/04/18 06:19:57 wiz Exp $ -SHA1 (libgcrypt-1.6.5.tar.bz2) = c3a5a13e717f7b3e3895650afc1b6e0d3fe9c726 -RMD160 (libgcrypt-1.6.5.tar.bz2) = 7ffba16503b355c7e274d7c043f2bee4eb56e150 -SHA512 (libgcrypt-1.6.5.tar.bz2) = 1b76640a68514369da3b6be51d66e7040b64d03eba68d6b0d1b1ba88336c9da3ef41b21170a9eb641dae5a36a7c53cb167e15c8da964a5a6793aec947afe91f4 -Size (libgcrypt-1.6.5.tar.bz2) = 2549601 bytes +SHA1 (libgcrypt-1.7.0.tar.bz2) = f840b737faafded451a084ae143285ad68bbfb01 +RMD160 (libgcrypt-1.7.0.tar.bz2) = a3dd720acd67977bf0e2158b8a61bbe384c27356 +SHA512 (libgcrypt-1.7.0.tar.bz2) = 658eca9161d104b81c249dc47d9e4f2df58f26c63bd28ee9ad7a642fd84f09faddbde51e070bc923bfd54fb5785acf8ff2f0da244e6b497b57407f5f67c3574b +Size (libgcrypt-1.7.0.tar.bz2) = 2840453 bytes SHA1 (patch-aa) = 3dd44b8745128a6788d24f9eb00002624a5fc52b -SHA1 (patch-configure) = 69eff7ec09dbd7e90a408d68b3234e7dd2b31b4a SHA1 (patch-src_visibility.h) = 8cbbf6803ab34b4b7dda832aa8ee18247aa89518 diff --git a/security/libgcrypt/patches/patch-configure b/security/libgcrypt/patches/patch-configure deleted file mode 100644 index b1d2baf3c4e75..0000000000000 --- a/security/libgcrypt/patches/patch-configure +++ /dev/null @@ -1,19 +0,0 @@ -$NetBSD: patch-configure,v 1.6 2015/09/14 14:58:49 wiz Exp $ - -Fix build on Solaris 11. -https://bugs.gnupg.org/gnupg/issue2102 - ---- configure.orig 2014-08-21 13:14:09.000000000 +0000 -+++ configure -@@ -16481,6 +16531,11 @@ __asm__( - "asmfunc:\n\t" - ".size asmfunc,.-asmfunc;\n\t" - ".type asmfunc,@function;\n\t" -+ /* Test if assembler allows use of '/' for constant division -+ * (Solaris/x86 issue). If previous constant division check -+ * and "-Wa,--divide" workaround failed, this causes assembly -+ * to be disable on this machine. */ -+ "xorl \$(123456789/12345678), %ebp;\n\t" - ); - _ACEOF - if ac_fn_c_try_compile "$LINENO"; then : diff --git a/security/libgpg-error/Makefile b/security/libgpg-error/Makefile index 33b11ca5b471b..1367b02cf2982 100644 --- a/security/libgpg-error/Makefile +++ b/security/libgpg-error/Makefile @@ -1,12 +1,11 @@ -# $NetBSD: Makefile,v 1.49 2015/12/13 21:24:54 wiz Exp $ +# $NetBSD: Makefile,v 1.51 2016/05/08 22:37:23 wiz Exp $ -DISTNAME= libgpg-error-1.21 +DISTNAME= libgpg-error-1.22 CATEGORIES= security MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/libgpg-error/ \ ftp://ftp.ring.gr.jp/pub/net/gnupg/libgpg-error/ \ ftp://mirror.switch.ch/mirror/gnupg/libgpg-error/ \ - ftp://ftp.freenet.de/pub/ftp.gnupg.org/gcrypt/libgpg-error/ \ - ftp://ftp.gnupg.ca/libgpg-error/ + ftp://ftp.freenet.de/pub/ftp.gnupg.org/gcrypt/libgpg-error/ EXTRACT_SUFX= .tar.bz2 MAINTAINER= minskim@NetBSD.org diff --git a/security/libgpg-error/distinfo b/security/libgpg-error/distinfo index 372ae0109df3c..19c39c907935c 100644 --- a/security/libgpg-error/distinfo +++ b/security/libgpg-error/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.27 2015/12/13 21:24:54 wiz Exp $ +$NetBSD: distinfo,v 1.28 2016/05/05 11:34:49 wiz Exp $ -SHA1 (libgpg-error-1.21.tar.bz2) = ef1dfb2f8761f019091180596e9e638d8cc37513 -RMD160 (libgpg-error-1.21.tar.bz2) = 6c4d5eda0106ed0d932de4726a9ce7a49b7559ea -SHA512 (libgpg-error-1.21.tar.bz2) = 1bc2e27b9904cb66b091c4d15855d2d2fe5d88ed11917df628cd7865989a8a208b607e5d6c499a5d64a16d22b2310b7df6868fa5462cc30cd8fda80a2f8c8315 -Size (libgpg-error-1.21.tar.bz2) = 763186 bytes -SHA1 (patch-src_estream.c) = 792929cebef6ba7860da89c70742b3cd28c9c92d +SHA1 (libgpg-error-1.22.tar.bz2) = c40015ed88bf5f50fa58d02252d75cf20b858951 +RMD160 (libgpg-error-1.22.tar.bz2) = d89a2352e73b1116575f4ae8735138d9ec7b3be2 +SHA512 (libgpg-error-1.22.tar.bz2) = 0e2bbbd1cf51e247921836642ebc0b52573565dde0f3c9df405d74ca148aafd9b6509ae782f8db93ef31425c88466c8a9d11c147aa65b4f21a1856af29f0b8db +Size (libgpg-error-1.22.tar.bz2) = 777502 bytes +SHA1 (patch-src_estream.c) = 6b7879019c23a7161a8f2d7e04377c523670327a SHA1 (patch-src_gpg-error-config.in) = e22e99208192971f8c123d7ee9b22c5f615669e1 diff --git a/security/libgpg-error/patches/patch-src_estream.c b/security/libgpg-error/patches/patch-src_estream.c index a45698a5f3ed1..01f0d3ff4a649 100644 --- a/security/libgpg-error/patches/patch-src_estream.c +++ b/security/libgpg-error/patches/patch-src_estream.c @@ -1,4 +1,4 @@ -$NetBSD: patch-src_estream.c,v 1.2 2014/10/30 14:30:35 wiz Exp $ +$NetBSD: patch-src_estream.c,v 1.3 2016/05/05 11:34:49 wiz Exp $ Don't use atexit(), since this library mey be dlopen()ed and dlclose()d before exit() is called. @@ -7,17 +7,17 @@ Instead mark the do_deinit() function as a destructor. https://bugs.g10code.com/gnupg/issue1749 ---- src/estream.c.orig 2014-09-11 09:38:21.000000000 +0000 +--- src/estream.c.orig 2016-04-05 13:44:10.000000000 +0000 +++ src/estream.c -@@ -471,6 +471,7 @@ do_list_remove (estream_t stream, int wi - - - +@@ -529,6 +529,7 @@ do_list_remove (estream_t stream, int wi + /* + * The atexit handler for this estream module. + */ +__attribute__((destructor,used)) static void do_deinit (void) { -@@ -503,7 +504,16 @@ _gpgrt_es_init (void) +@@ -560,7 +561,16 @@ _gpgrt_es_init (void) if (!initialized) { initialized = 1; diff --git a/security/libprelude-ruby/Makefile b/security/libprelude-ruby/Makefile index 2c0be07277c1c..777a761e5bfba 100644 --- a/security/libprelude-ruby/Makefile +++ b/security/libprelude-ruby/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.11 2015/08/23 14:30:41 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2016/03/13 09:36:59 taca Exp $ PKGNAME= libprelude-ruby-${VERSION} -PKGREVISION= 7 +PKGREVISION= 8 COMMENT= Ruby bindings to LibPrelude .include "../../security/libprelude/Makefile.common" diff --git a/security/libpreludedb-sqlite3/Makefile b/security/libpreludedb-sqlite3/Makefile index bef6083cc9a0b..8a6bb277f8c4c 100644 --- a/security/libpreludedb-sqlite3/Makefile +++ b/security/libpreludedb-sqlite3/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.21 2015/10/10 01:58:18 ryoon Exp $ +# $NetBSD: Makefile,v 1.22 2016/04/11 19:02:03 ryoon Exp $ # PKGNAME= libpreludedb-sqlite3-${VERSION} -PKGREVISION= 18 +PKGREVISION= 19 COMMENT= Sqlite3 plugin for LibPreludeDB .include "../../security/libpreludedb/Makefile.common" diff --git a/security/mit-krb5/Makefile b/security/mit-krb5/Makefile index f07709fe38734..35e5a54c114e2 100644 --- a/security/mit-krb5/Makefile +++ b/security/mit-krb5/Makefile @@ -1,15 +1,15 @@ -# $NetBSD: Makefile,v 1.87 2016/03/10 18:21:58 jperkin Exp $ +# $NetBSD: Makefile,v 1.90 2016/04/17 15:33:13 kamil Exp $ -DISTNAME= krb5-1.10.7 +DISTNAME= krb5-1.14.1 PKGNAME= mit-${DISTNAME} -PKGREVISION= 9 +PKGREVISION= 1 CATEGORIES= security MASTER_SITES= http://web.mit.edu/kerberos/dist/krb5/${PKGVERSION_NOREV:R}/ -EXTRACT_SUFX= .tar -DISTFILES= ${DISTNAME}-signed${EXTRACT_SUFX} +EXTRACT_SUFX= .tar.gz +DISTFILES= ${DISTNAME}${EXTRACT_SUFX} -PATCH_SITES= http://web.mit.edu/kerberos/advisories/ -PATCHFILES= 2014-001-patch.txt +#PATCH_SITES= http://web.mit.edu/kerberos/advisories/ +#PATCHFILES= 2014-001-patch.txt MAINTAINER= tez@NetBSD.org HOMEPAGE= http://web.mit.edu/kerberos/ @@ -46,7 +46,9 @@ CONFIGURE_ARGS+= --disable-thread-support CONFIGURE_ARGS+= --without-tcl CONFIGURE_ARGS+= --enable-pkgsrc-libtool CONFIGURE_ARGS+= --without-system-verto +CONFIGURE_ARGS+= --disable-aesni CONFIGURE_ENV+= BUILDLINK_PREFIX_OPENSSL=${BUILDLINK_PREFIX.openssl:Q} +CONFIGURE_ENV+= DEFKTNAME=FILE:${PKG_SYSCONFDIR}/krb5.keytab MAKE_ENV+= ROOT_USER=${ROOT_USER} LIBS.SunOS= -lrt @@ -63,14 +65,8 @@ INSTALLATION_DIRS= bin include/gssapi include/gssrpc ${PKGINFODIR} \ ${PKGMANDIR}/man8 sbin share/examples/krb5 \ share/et share/examples/rc.d share/gnats \ lib/krb5/plugins/kdb lib/krb5/plugins/preauth \ - include/krb5 include/kadm5 - -# The MIT krb5 distribution is actually a tar file that contains the -# real .tar.gz distfile and a PGP signature. -post-extract: - @${ECHO} "=> Extracting internal tarball"; \ - extract_file="${WRKDIR}/${DISTNAME}.tar.gz"; \ - cd ${WRKDIR} && ${EXTRACT_CMD} + lib/krb5/plugins/tls include/krb5 include/kadm5 \ + lib/pkgconfig pre-configure: @${ECHO} "=> Generating configure"; \ @@ -84,6 +80,6 @@ post-install: ${INSTALL_MAN} "$$f" ${DESTDIR}${PREFIX}/${PKGINFODIR}; \ done -BUILDLINK_API_DEPENDS.openssl+= openssl>=0.9.8 +BUILDLINK_API_DEPENDS.openssl+= openssl>=1.0.1 .include "../../security/openssl/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/security/mit-krb5/PLIST b/security/mit-krb5/PLIST index bea08093d042c..c813099c40d37 100644 --- a/security/mit-krb5/PLIST +++ b/security/mit-krb5/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.17 2014/03/11 14:05:13 jperkin Exp $ +@comment $NetBSD: PLIST,v 1.18 2016/03/15 15:16:39 tez Exp $ bin/compile_et bin/gss-client bin/k5srvutil @@ -42,9 +42,15 @@ include/kadm5/admin.h include/kadm5/chpass_util_strings.h include/kadm5/kadm_err.h include/kdb.h +include/krad.h include/krb5.h +include/krb5/ccselect_plugin.h +include/krb5/clpreauth_plugin.h +include/krb5/hostrealm_plugin.h include/krb5/kadm5_hook_plugin.h +include/krb5/kdcpreauth_plugin.h include/krb5/krb5.h +include/krb5/localauth_plugin.h include/krb5/locate_plugin.h include/krb5/plugin.h include/krb5/preauth_plugin.h @@ -52,11 +58,10 @@ include/krb5/pwqual_plugin.h include/profile.h include/verto-module.h include/verto.h -info/krb5-admin.info -info/krb5-install.info -info/krb5-user.info lib/krb5/plugins/kdb/libdb2.la lib/krb5/plugins/preauth/libpkinit.la +lib/krb5/plugins/preauth/libotp.la +lib/krb5/plugins/tls/libk5tls.la lib/libcom_err.la lib/libgssapi_krb5.la lib/libgssrpc.la @@ -66,20 +71,27 @@ lib/libkadm5clnt_mit.la lib/libkadm5srv.la lib/libkadm5srv_mit.la lib/libkdb5.la +lib/libkrad.la lib/libkrb5.la lib/libkrb5support.la -lib/libverto-k5ev.la +@comment lib/libverto-k5ev.la lib/libverto.la +lib/pkgconfig/gssrpc.pc +lib/pkgconfig/kadm-client.pc +lib/pkgconfig/kadm-server.pc +lib/pkgconfig/kdb.pc +lib/pkgconfig/krb5-gssapi.pc +lib/pkgconfig/krb5.pc +lib/pkgconfig/mit-krb5-gssapi.pc +lib/pkgconfig/mit-krb5.pc man/man1/compile_et.1 man/man1/k5srvutil.1 man/man1/kadmin.1 man/man1/kdestroy.1 -man/man1/kerberos.1 man/man1/kinit.1 man/man1/klist.1 man/man1/kpasswd.1 man/man1/krb5-config.1 -man/man1/krb5-send-pr.1 man/man1/ksu.1 man/man1/kswitch.1 man/man1/ktutil.1 @@ -89,10 +101,12 @@ man/man5/.k5identity.5 man/man5/.k5login.5 man/man5/k5identity.5 man/man5/k5login.5 +man/man5/kadm5.acl.5 man/man5/kdc.conf.5 man/man5/krb5.conf.5 man/man8/kadmin.local.8 man/man8/kadmind.8 +man/man8/kdb5_ldap_util.8 man/man8/kdb5_util.8 man/man8/kprop.8 man/man8/kpropd.8 @@ -116,5 +130,4 @@ share/et/et_h.awk share/examples/krb5/kdc.conf share/examples/krb5/krb5.conf share/examples/krb5/services.append -share/gnats/mit share/locale/en_US/LC_MESSAGES/mit-krb5.mo diff --git a/security/mit-krb5/distinfo b/security/mit-krb5/distinfo index c6656da6e6f6d..0ee9539126b86 100644 --- a/security/mit-krb5/distinfo +++ b/security/mit-krb5/distinfo @@ -1,38 +1,29 @@ -$NetBSD: distinfo,v 1.55 2016/03/10 18:21:58 jperkin Exp $ +$NetBSD: distinfo,v 1.58 2016/04/17 15:33:13 kamil Exp $ -SHA1 (2014-001-patch.txt) = 919402bf3b7c289e847e9adc03a7c30f26966769 -RMD160 (2014-001-patch.txt) = a39c8e12e79ab273d562b04c1e7811c414dd70e8 -SHA512 (2014-001-patch.txt) = d7efc06dfd00a1fc4e2753a48fe1fa12a33ece8d8c3e990df4ed1562a27df73531cb0ecbb6c4e40223cfc6f144b17f33f7c73bd136c62930f147bbf5d6877f91 -Size (2014-001-patch.txt) = 592 bytes -SHA1 (krb5-1.10.7-signed.tar) = 982087d617d0b038676bbe8030047421683d508b -RMD160 (krb5-1.10.7-signed.tar) = 16e3a2cdeb410d84d055431679eb81851ae685e9 -SHA512 (krb5-1.10.7-signed.tar) = b4388c7d241f11c9c9fd2842d70d4bd4e075043b6a94670b367493bbf0807c3e6a275f6be48e0a721f293b59cc64ae2b7cd2711d00ac58d6e12a305900bc91ef -Size (krb5-1.10.7-signed.tar) = 11632640 bytes -SHA1 (patch-2015-001-patch-r110) = 17343091958096cfb45caae490018e60c79430cf -SHA1 (patch-CVE-2014-4341) = 97b316fb3c5dfc626827a13baa5dcf623d67da3c -SHA1 (patch-CVE-2014-4343) = e7d4604d81671f71c9cd9461b65a9e87b5982baa -SHA1 (patch-CVE-2014-4344) = b7ae530beaffcf1c095e6f94bdf608b7a140b064 -SHA1 (patch-CVE-2014-5351) = 2948e2a9f7adb97b8cb70bb8f0043c45e5822465 -SHA1 (patch-CVE-2014-5353) = 93217bb5f249b153b8dcb0be07a565ee8cca879a -SHA1 (patch-CVE-2014-5355) = de4f540d079b88fcf2e0ecdc504d977d47d628ab +SHA1 (krb5-1.14.1.tar.gz) = f12dc3b8630fd1fefb7058cd782754489377308b +RMD160 (krb5-1.14.1.tar.gz) = 3e32a0cd365474deeeb563831b7e408f9158b36a +SHA512 (krb5-1.14.1.tar.gz) = 5d64bb30ecb9e267e2494cea4995d8cc314916d8f6a9318fb80067ae6389ad7468656400d996698b6dc0bdb4c1355c13701b570521a7c40008cf1f83df24847d +Size (krb5-1.14.1.tar.gz) = 12259025 bytes +SHA1 (patch-Makefile.in) = 11ead9de708f4da99233b66df2cf906b156faa87 SHA1 (patch-aa) = 941848a1773dfbe51dff3134d4b8504a850a958d -SHA1 (patch-ad) = b56a7218007560470179dd811c84b8c690c966ac SHA1 (patch-ae) = c7395b9de5baf6612b8787fad55dbc051a680bfd -SHA1 (patch-af) = 1edab3a5f7eb6a7c5dc287e94ae4401c389dbabf -SHA1 (patch-ag) = a63d8929b02c41423123ee722d02af00645eda2c -SHA1 (patch-ah) = 4e40f36e8969974b3c2f68b2e3636921133c57ba -SHA1 (patch-aj) = 8a00ca30db3c9c3c9a2f7506cdc4c5b20f7f42c6 -SHA1 (patch-ak) = 19d9b15048a5920ee15c82b33da50c40cf400e46 +SHA1 (patch-aj) = 4ab922df1d86d86f9ef043f2c5cdf048c0477d3a SHA1 (patch-al) = 7445639b82eadf9b1feb1448c1654fa6ddc937aa SHA1 (patch-cf) = 806b089d3b12ea9a17c6caab59cbdeb6ec17bbc3 SHA1 (patch-cg) = 30b1e8943b0cbe67f37bac6883f4bdd82776e6d1 -SHA1 (patch-ch) = 0f7f45aeb52907b52a2b143c3a2e36a7656c68c5 -SHA1 (patch-ci) = 4e310f0a4dfe27cf94d0e63d623590691b6c5970 SHA1 (patch-cj) = 78342f649f8e9d3a3b5a4f83e65b6c46f589586b -SHA1 (patch-ck) = 6a483684c68f045bf6f8e165a8935338af7422db -SHA1 (patch-configure.in) = 66fc241ec9d6339268dc37548494ef87b09bc521 -SHA1 (patch-kadmin_dbutil_dump.c) = 4b49c116dbed9e6be4a0bf0a731c3ae82808d82e -SHA1 (patch-lib_apputils_net-server.c) = 4f54924cca60e75b1b835d35c5eeb96d9f95a90e -SHA1 (patch-lib_krb5_asn.1_asn1buf.h) = a1e46ca9256aea4facc1d41841b1707b044a69e7 -SHA1 (patch-util_k5ev_verto-k5ev.c) = 79a2be64fa4f9b0dc3a333271e8a3ff7944e5c18 -SHA1 (patch-util_ss_Makefile.in) = bcdb657748c45f6bbb58086b7abbc5ad71e42e27 +SHA1 (patch-config_lib.in) = 974db26486b3239e4fcd53be7280b32c802f6007 +SHA1 (patch-config_libnover.in) = 53f539cf98a961483e2b4ccf278c7376dbcf52d9 +SHA1 (patch-config_pre.in) = 7eb1270e3cd71c7dde95f56d26e7626b212c90dd +SHA1 (patch-config_shlib.conf) = c47a647307e7d883e7c22528b7b0f5ad038cbcb3 +SHA1 (patch-configure.in) = 6675fa171d6e21ad71a58ce410d3b1ecb45add4d +SHA1 (patch-include_osconf.hin) = d31a8164f417bc31a787c8e16d1bd24f27b7140d +SHA1 (patch-lib_apputils_Makefile.in) = e001c7d0e9020c0e9feb5743805ef68e64012247 +SHA1 (patch-lib_apputils_net-server.c) = a10630940fc56062c1074fdc0c43a0527fa76105 +SHA1 (patch-lib_krb5_asn.1_asn1buf.h) = 74d7d172ec4c8d7f68a093befc6b40c99b119e37 +SHA1 (patch-plugins_kdb_db2_Makefile.in) = f374fc5915b735075fbb751ef736f4ce54abc289 +SHA1 (patch-plugins_kdb_db2_libdb2_Makefile.in) = b4b7e8e4192b5e5318f1e42c49315789619f3ae9 +SHA1 (patch-plugins_preauth_otp_Makefile.in) = 8c779e3b37cab4138f300f4a09325387092c79f8 +SHA1 (patch-plugins_preauth_pkinit_Makefile.in) = ff56050dc6a31468977c16b192b4f5d2d79764c2 +SHA1 (patch-util_k5ev_verto-k5ev.c) = 4f148a369d1634234a90c348e6b8dc366cd6773d +SHA1 (patch-util_ss_Makefile.in) = f561b3689021b2b2db895228c717b4cdf7fbc32a diff --git a/security/mit-krb5/patches/patch-2015-001-patch-r110 b/security/mit-krb5/patches/patch-2015-001-patch-r110 deleted file mode 100644 index 072f58df85070..0000000000000 --- a/security/mit-krb5/patches/patch-2015-001-patch-r110 +++ /dev/null @@ -1,312 +0,0 @@ -$NetBSD: patch-2015-001-patch-r110,v 1.1 2015/02/25 22:28:58 tez Exp $ - -Patch for MITKRB5-SA-2015-001.txt backported -based on http://web.mit.edu/kerberos/advisories/2015-001-patch-r111.txt -Fixes: -http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-5352 -http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-9421 -http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-9422 -http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-9423 - - ---- ./kadmin/server/kadm_rpc_svc.c.orig 2015-02-25 19:03:47.134238800 +0000 -+++ ./kadmin/server/kadm_rpc_svc.c -@@ -4,7 +4,7 @@ - * - */ - --#include -+#include - #include - #include /* for gss_nt_krb5_name */ - #include -@@ -301,14 +301,8 @@ check_rpcsec_auth(struct svc_req *rqstp) - c1 = krb5_princ_component(kctx, princ, 0); - c2 = krb5_princ_component(kctx, princ, 1); - realm = krb5_princ_realm(kctx, princ); -- if (strncmp(handle->params.realm, realm->data, realm->length) == 0 -- && strncmp("kadmin", c1->data, c1->length) == 0) { -- -- if (strncmp("history", c2->data, c2->length) == 0) -- goto fail_princ; -- else -- success = 1; -- } -+ success = data_eq_string(*realm, handle->params.realm) && -+ data_eq_string(*c1, "kadmin") && !data_eq_string(*c2, "history"); - - fail_princ: - if (!success) { - ---- ./lib/gssapi/krb5/context_time.c.orig 2015-02-25 19:49:12.558472400 +0000 -+++ ./lib/gssapi/krb5/context_time.c -@@ -40,7 +40,7 @@ krb5_gss_context_time(minor_status, cont - - ctx = (krb5_gss_ctx_id_rec *) context_handle; - -- if (! ctx->established) { -+ if (ctx->terminated || !ctx->established) { - *minor_status = KG_CTX_INCOMPLETE; - return(GSS_S_NO_CONTEXT); - } - ---- ./lib/gssapi/krb5/export_sec_context.c.orig 2015-02-25 20:12:11.511021400 +0000 -+++ ./lib/gssapi/krb5/export_sec_context.c -@@ -45,6 +45,11 @@ krb5_gss_export_sec_context(minor_status - *minor_status = 0; - - ctx = (krb5_gss_ctx_id_t) *context_handle; -+ if (ctx->terminated) { -+ *minor_status = KG_CTX_INCOMPLETE; -+ return (GSS_S_NO_CONTEXT); -+ } -+ - context = ctx->k5_context; - kret = krb5_gss_ser_init(context); - if (kret) - ---- ./lib/gssapi/krb5/gssapiP_krb5.h.orig 2015-02-25 20:13:50.580912000 +0000 -+++ ./lib/gssapi/krb5/gssapiP_krb5.h -@@ -202,6 +202,7 @@ typedef struct _krb5_gss_ctx_id_rec { - unsigned int big_endian : 1; - unsigned int have_acceptor_subkey : 1; - unsigned int seed_init : 1; /* XXX tested but never actually set */ -+ unsigned int terminated : 1; - OM_uint32 gss_flags; - unsigned char seed[16]; - krb5_gss_name_t here; - ---- ./lib/gssapi/krb5/gssapi_krb5.c.orig 2015-02-25 20:15:28.221874100 +0000 -+++ ./lib/gssapi/krb5/gssapi_krb5.c -@@ -369,7 +369,7 @@ krb5_gss_inquire_sec_context_by_oid (OM_ - - ctx = (krb5_gss_ctx_id_rec *) context_handle; - -- if (!ctx->established) -+ if (ctx->terminated || !ctx->established) - return GSS_S_NO_CONTEXT; - - for (i = 0; i < sizeof(krb5_gss_inquire_sec_context_by_oid_ops)/ - ---- ./lib/gssapi/krb5/inq_context.c.orig 2015-02-25 20:17:05.258340000 +0000 -+++ ./lib/gssapi/krb5/inq_context.c -@@ -105,7 +105,7 @@ krb5_gss_inquire_context(minor_status, c - - ctx = (krb5_gss_ctx_id_rec *) context_handle; - -- if (! ctx->established) { -+ if (ctx->terminated || !ctx->established) { - *minor_status = KG_CTX_INCOMPLETE; - return(GSS_S_NO_CONTEXT); - } - ---- ./lib/gssapi/krb5/k5seal.c.orig 2015-02-25 20:18:07.402899400 +0000 -+++ ./lib/gssapi/krb5/k5seal.c -@@ -347,7 +347,7 @@ kg_seal(minor_status, context_handle, co - - ctx = (krb5_gss_ctx_id_rec *) context_handle; - -- if (! ctx->established) { -+ if (ctx->terminated || !ctx->established) { - *minor_status = KG_CTX_INCOMPLETE; - return(GSS_S_NO_CONTEXT); - } - ---- ./lib/gssapi/krb5/k5sealiov.c.orig 2015-02-25 20:19:26.092234800 +0000 -+++ ./lib/gssapi/krb5/k5sealiov.c -@@ -285,7 +285,7 @@ kg_seal_iov(OM_uint32 *minor_status, - } - - ctx = (krb5_gss_ctx_id_rec *)context_handle; -- if (!ctx->established) { -+ if (ctx->terminated || !ctx->established) { - *minor_status = KG_CTX_INCOMPLETE; - return GSS_S_NO_CONTEXT; - } - ---- ./lib/gssapi/krb5/k5unseal.c.orig 2013-11-06 20:52:23.000000000 +0000 -+++ ./lib/gssapi/krb5/k5unseal.c -@@ -487,7 +487,7 @@ kg_unseal(minor_status, context_handle, - - ctx = (krb5_gss_ctx_id_rec *) context_handle; - -- if (! ctx->established) { -+ if (ctx->terminated || !ctx->established) { - *minor_status = KG_CTX_INCOMPLETE; - return(GSS_S_NO_CONTEXT); - } - ---- ./lib/gssapi/krb5/k5unsealiov.c.orig 2013-11-06 20:52:23.000000000 +0000 -+++ ./lib/gssapi/krb5/k5unsealiov.c -@@ -628,7 +628,7 @@ kg_unseal_iov(OM_uint32 *minor_status, - OM_uint32 code; - - ctx = (krb5_gss_ctx_id_rec *)context_handle; -- if (!ctx->established) { -+ if (ctx->terminated || !ctx->established) { - *minor_status = KG_CTX_INCOMPLETE; - return GSS_S_NO_CONTEXT; - } - ---- ./lib/gssapi/krb5/lucid_context.c.orig 2015-02-25 20:27:11.529478500 +0000 -+++ ./lib/gssapi/krb5/lucid_context.c -@@ -75,6 +75,11 @@ gss_krb5int_export_lucid_sec_context( - *minor_status = 0; - *data_set = GSS_C_NO_BUFFER_SET; - -+ if (ctx->terminated || !ctx->established) { -+ *minor_status = KG_CTX_INCOMPLETE; -+ return GSS_S_NO_CONTEXT; -+ } -+ - retval = generic_gss_oid_decompose(minor_status, - GSS_KRB5_EXPORT_LUCID_SEC_CONTEXT_OID, - GSS_KRB5_EXPORT_LUCID_SEC_CONTEXT_OID_LENGTH, - ---- ./lib/gssapi/krb5/prf.c.orig 2015-02-25 20:28:38.970661400 +0000 -+++ ./lib/gssapi/krb5/prf.c -@@ -60,6 +60,10 @@ krb5_gss_pseudo_random(OM_uint32 *minor_ - ns.data = NULL; - - ctx = (krb5_gss_ctx_id_t)context; -+ if (ctx->terminated || !ctx->established) { -+ *minor_status = KG_CTX_INCOMPLETE; -+ return GSS_S_NO_CONTEXT; -+ } - - switch (prf_key) { - case GSS_C_PRF_KEY_FULL: - ---- ./lib/gssapi/krb5/process_context_token.c.orig 2015-02-25 20:29:45.187213100 +0000 -+++ ./lib/gssapi/krb5/process_context_token.c -@@ -39,11 +39,18 @@ krb5_gss_process_context_token(minor_sta - - ctx = (krb5_gss_ctx_id_t) context_handle; - -- if (! ctx->established) { -+ if (ctx->terminated || !ctx->established) { - *minor_status = KG_CTX_INCOMPLETE; - return(GSS_S_NO_CONTEXT); - } - -+ /* We only support context deletion tokens for now, and RFC 4121 does not -+ * define a context deletion token. */ -+ if (ctx->proto) { -+ *minor_status = 0; -+ return(GSS_S_DEFECTIVE_TOKEN); -+ } -+ - /* "unseal" the token */ - - if (GSS_ERROR(majerr = kg_unseal(minor_status, context_handle, -@@ -52,8 +59,8 @@ krb5_gss_process_context_token(minor_sta - KG_TOK_DEL_CTX))) - return(majerr); - -- /* that's it. delete the context */ -- -- return(krb5_gss_delete_sec_context(minor_status, &context_handle, -- GSS_C_NO_BUFFER)); -+ /* Mark the context as terminated, but do not delete it (as that would -+ * leave the caller with a dangling context handle). */ -+ ctx->terminated = 1; -+ return(GSS_S_COMPLETE); - } - ---- ./lib/gssapi/krb5/wrap_size_limit.c.orig 2015-02-25 20:32:00.325325300 +0000 -+++ ./lib/gssapi/krb5/wrap_size_limit.c -@@ -95,7 +95,7 @@ krb5_gss_wrap_size_limit(minor_status, c - } - - ctx = (krb5_gss_ctx_id_rec *) context_handle; -- if (! ctx->established) { -+ if (ctx->terminated || !ctx->established) { - *minor_status = KG_CTX_INCOMPLETE; - return(GSS_S_NO_CONTEXT); - } - ---- ./lib/kadm5/kadm_rpc_xdr.c.orig 2015-02-25 20:48:14.376390200 +0000 -+++ ./lib/kadm5/kadm_rpc_xdr.c -@@ -320,6 +320,7 @@ bool_t xdr_krb5_tl_data(XDR *xdrs, krb5_ - free(tl); - tl = tl2; - } -+ *tl_data_head = NULL; - break; - - case XDR_ENCODE: -@@ -1067,6 +1068,7 @@ xdr_krb5_principal(XDR *xdrs, krb5_princ - case XDR_FREE: - if(*objp != NULL) - krb5_free_principal(context, *objp); -+ *objp = NULL; - break; - } - return TRUE; - ---- ./lib/rpc/auth_gssapi_misc.c.orig 2015-02-25 20:51:31.250618000 +0000 -+++ ./lib/rpc/auth_gssapi_misc.c -@@ -321,7 +321,6 @@ bool_t auth_gssapi_unwrap_data( - if (! (*xdr_func)(&temp_xdrs, xdr_ptr)) { - PRINTF(("gssapi_unwrap_data: deserializing arguments failed\n")); - gss_release_buffer(minor, &out_buf); -- xdr_free(xdr_func, xdr_ptr); - XDR_DESTROY(&temp_xdrs); - return FALSE; - } - ---- ./lib/rpc/svc_auth_gss.c.orig 2015-02-25 20:52:40.715734700 +0000 -+++ ./lib/rpc/svc_auth_gss.c -@@ -68,16 +68,6 @@ extern const gss_OID_desc * const gss_me - - extern SVCAUTH svc_auth_none; - --/* -- * from mit-krb5-1.2.1 mechglue/mglueP.h: -- * Array of context IDs typed by mechanism OID -- */ --typedef struct gss_union_ctx_id_t { -- gss_OID mech_type; -- gss_ctx_id_t internal_ctx_id; --} gss_union_ctx_id_desc, *gss_union_ctx_id_t; -- -- - static auth_gssapi_log_badauth_func log_badauth = NULL; - static caddr_t log_badauth_data = NULL; - static auth_gssapi_log_badverf_func log_badverf = NULL; -@@ -235,16 +225,8 @@ svcauth_gss_accept_sec_context(struct sv - gd->ctx = GSS_C_NO_CONTEXT; - goto errout; - } -- /* -- * ANDROS: krb5 mechglue returns ctx of size 8 - two pointers, -- * one to the mechanism oid, one to the internal_ctx_id -- */ -- if ((gr->gr_ctx.value = mem_alloc(sizeof(gss_union_ctx_id_desc))) == NULL) { -- fprintf(stderr, "svcauth_gss_accept_context: out of memory\n"); -- goto errout; -- } -- memcpy(gr->gr_ctx.value, gd->ctx, sizeof(gss_union_ctx_id_desc)); -- gr->gr_ctx.length = sizeof(gss_union_ctx_id_desc); -+ gr->gr_ctx.value = "xxxx"; -+ gr->gr_ctx.length = 4; - - /* gr->gr_win = 0x00000005; ANDROS: for debugging linux kernel version... */ - gr->gr_win = sizeof(gd->seqmask) * 8; -@@ -516,8 +498,6 @@ gssrpc__svcauth_gss(struct svc_req *rqst - - if (!svcauth_gss_nextverf(rqst, htonl(gr.gr_win))) { - gss_release_buffer(&min_stat, &gr.gr_token); -- mem_free(gr.gr_ctx.value, -- sizeof(gss_union_ctx_id_desc)); - ret_freegc (AUTH_FAILED); - } - *no_dispatch = TRUE; -@@ -527,7 +507,6 @@ gssrpc__svcauth_gss(struct svc_req *rqst - - gss_release_buffer(&min_stat, &gr.gr_token); - gss_release_buffer(&min_stat, &gd->checksum); -- mem_free(gr.gr_ctx.value, sizeof(gss_union_ctx_id_desc)); - if (!call_stat) - ret_freegc (AUTH_FAILED); - diff --git a/security/mit-krb5/patches/patch-CVE-2014-4341 b/security/mit-krb5/patches/patch-CVE-2014-4341 deleted file mode 100644 index 6b56ecc702963..0000000000000 --- a/security/mit-krb5/patches/patch-CVE-2014-4341 +++ /dev/null @@ -1,116 +0,0 @@ -$NetBSD: patch-CVE-2014-4341,v 1.1 2014/08/28 22:23:05 tez Exp $ - -Fix for CVE-2014-4341 & CVE-2014-4342 from: -https://github.com/krb5/krb5/commit/e6ae703ae597d798e310368d52b8f38ee11c6a73 - - ---- lib/gssapi/krb5/k5unseal.c -+++ lib/gssapi/krb5/k5unseal.c -@@ -74,6 +74,7 @@ - int conflen = 0; - int signalg; - int sealalg; -+ int bad_pad = 0; - gss_buffer_desc token; - krb5_checksum cksum; - krb5_checksum md5cksum; -@@ -86,6 +87,7 @@ - krb5_ui_4 seqnum; - OM_uint32 retval; - size_t sumlen; -+ size_t padlen; - krb5_keyusage sign_usage = KG_USAGE_SIGN; - - if (toktype == KG_TOK_SEAL_MSG) { -@@ -93,18 +95,23 @@ - message_buffer->value = NULL; - } - -- /* get the sign and seal algorithms */ -- -- signalg = ptr[0] + (ptr[1]<<8); -- sealalg = ptr[2] + (ptr[3]<<8); -- - /* Sanity checks */ - -- if ((ptr[4] != 0xff) || (ptr[5] != 0xff)) { -+ if (ctx->seq == NULL) { -+ /* ctx was established using a newer enctype, and cannot process RFC -+ * 1964 tokens. */ - *minor_status = 0; - return GSS_S_DEFECTIVE_TOKEN; - } - -+ if ((bodysize < 22) || (ptr[4] != 0xff) || (ptr[5] != 0xff)) { -+ *minor_status = 0; -+ return GSS_S_DEFECTIVE_TOKEN; -+ } -+ -+ signalg = ptr[0] + (ptr[1]<<8); -+ sealalg = ptr[2] + (ptr[3]<<8); -+ - if ((toktype != KG_TOK_SEAL_MSG) && - (sealalg != 0xffff)) { - *minor_status = 0; -@@ -153,6 +160,11 @@ - return GSS_S_DEFECTIVE_TOKEN; - } - -+ if ((size_t)bodysize < 14 + cksum_len) { -+ *minor_status = 0; -+ return GSS_S_DEFECTIVE_TOKEN; -+ } -+ - /* get the token parameters */ - - if ((code = kg_get_seq_num(context, ctx->seq, ptr+14, ptr+6, &direction, -@@ -210,7 +222,20 @@ - token.length = tmsglen; - } else { - conflen = kg_confounder_size(context, ctx->enc->keyblock.enctype); -- token.length = tmsglen - conflen - plain[tmsglen-1]; -+ if (tmsglen < conflen) { -+ if (sealalg != 0xffff) -+ xfree(plain); -+ *minor_status = 0; -+ return(GSS_S_DEFECTIVE_TOKEN); -+ } -+ padlen = plain[tmsglen - 1]; -+ if (tmsglen - conflen < padlen) { -+ /* Don't error out yet, to avoid padding oracle attacks. We will -+ * treat this as a checksum failure later on. */ -+ padlen = 0; -+ bad_pad = 1; -+ } -+ token.length = tmsglen - conflen - padlen; - } - - if (token.length) { -@@ -423,7 +448,7 @@ - - /* compare the computed checksum against the transmitted checksum */ - -- if (code) { -+ if (code || bad_pad) { - if (toktype == KG_TOK_SEAL_MSG) - gssalloc_free(token.value); - *minor_status = 0; - ---- lib/gssapi/krb5/k5unsealiov.c -+++ lib/gssapi/krb5/k5unsealiov.c -@@ -69,7 +69,14 @@ kg_unseal_v1_iov(krb5_context context, - return GSS_S_DEFECTIVE_TOKEN; - } - -- if (header->buffer.length < token_wrapper_len + 14) { -+ if (ctx->seq == NULL) { -+ /* ctx was established using a newer enctype, and cannot process RFC -+ * 1964 tokens. */ -+ *minor_status = 0; -+ return GSS_S_DEFECTIVE_TOKEN; -+ } -+ -+ if (header->buffer.length < token_wrapper_len + 22) { - *minor_status = 0; - return GSS_S_DEFECTIVE_TOKEN; - } diff --git a/security/mit-krb5/patches/patch-CVE-2014-4343 b/security/mit-krb5/patches/patch-CVE-2014-4343 deleted file mode 100644 index b42b8b1d9ff75..0000000000000 --- a/security/mit-krb5/patches/patch-CVE-2014-4343 +++ /dev/null @@ -1,16 +0,0 @@ -$NetBSD: patch-CVE-2014-4343,v 1.1 2014/08/28 22:23:05 tez Exp $ - -fix for cve-2014-4343 from: -https://github.com/krb5/krb5/commit/f18ddf5d82de0ab7591a36e465bc24225776940f - - ---- lib/gssapi/spnego/spnego_mech.c -+++ lib/gssapi/spnego/spnego_mech.c -@@ -796,7 +796,6 @@ init_ctx_reselect(OM_uint32 *minor_status, spnego_gss_ctx_id_t sc, - OM_uint32 tmpmin; - size_t i; - -- generic_gss_release_oid(&tmpmin, &sc->internal_mech); - gss_delete_sec_context(&tmpmin, &sc->ctx_handle, - GSS_C_NO_BUFFER); - diff --git a/security/mit-krb5/patches/patch-CVE-2014-4344 b/security/mit-krb5/patches/patch-CVE-2014-4344 deleted file mode 100644 index a2066f8808903..0000000000000 --- a/security/mit-krb5/patches/patch-CVE-2014-4344 +++ /dev/null @@ -1,16 +0,0 @@ -$NetBSD: patch-CVE-2014-4344,v 1.1 2014/08/28 22:23:05 tez Exp $ - -fix for CVE-2014-4344 from: -https://github.com/krb5/krb5/commit/a7886f0ed1277c69142b14a2c6629175a6331edc - ---- lib/gssapi/spnego/spnego_mech.c -+++ lib/gssapi/spnego/spnego_mech.c -@@ -1442,7 +1442,7 @@ acc_ctx_cont(OM_uint32 *minstat, - - ptr = bufstart = buf->value; - #define REMAIN (buf->length - (ptr - bufstart)) -- if (REMAIN > INT_MAX) -+ if (REMAIN == 0 || REMAIN > INT_MAX) - return GSS_S_DEFECTIVE_TOKEN; - - /* diff --git a/security/mit-krb5/patches/patch-CVE-2014-5351 b/security/mit-krb5/patches/patch-CVE-2014-5351 deleted file mode 100644 index 49534c6c8b5ad..0000000000000 --- a/security/mit-krb5/patches/patch-CVE-2014-5351 +++ /dev/null @@ -1,51 +0,0 @@ -$NetBSD: patch-CVE-2014-5351,v 1.1 2014/11/25 23:40:49 tez Exp $ - -Patch for CVE-2014-5351 from: -http://krbdev.mit.edu/rt/Ticket/Display.html?id=8018 -https://github.com/krb5/krb5/commit/3bf9e33f9d66c0eef486cbd83f9e4f13a74d12c3.diff - - ---- lib/kadm5/srv/svr_principal.c.orig 2014-11-25 17:09:26.278975276 -0600 -+++ lib/kadm5/srv/svr_principal.c 2014-11-25 17:11:45.406746599 -0600 -@@ -200,6 +200,20 @@ - *passptr = NULL; - } - -+/* Return the number of keys with the newest kvno. Assumes that all key data -+ * with the newest kvno are at the front of the key data array. */ -+static int -+count_new_keys(int n_key_data, krb5_key_data *key_data) -+{ -+ int n; -+ -+ for (n = 1; n < n_key_data; n++) { -+ if (key_data[n - 1].key_data_kvno != key_data[n].key_data_kvno) -+ return n; -+ } -+ return n_key_data; -+} -+ - kadm5_ret_t - kadm5_create_principal(void *server_handle, - kadm5_principal_ent_t entry, long mask, -@@ -1581,7 +1595,7 @@ - osa_princ_ent_rec adb; - krb5_int32 now; - kadm5_policy_ent_rec pol; -- int ret, last_pwd, have_pol = 0; -+ int ret, last_pwd, n_new_keys, have_pol = 0; - kadm5_server_handle_t handle = server_handle; - krb5_keyblock *act_mkey; - -@@ -1667,8 +1681,9 @@ - kdb->fail_auth_count = 0; - - if (keyblocks) { -- ret = decrypt_key_data(handle->context, -- kdb->n_key_data, kdb->key_data, -+ /* Return only the new keys added by krb5_dbe_crk. */ -+ n_new_keys = count_new_keys(kdb->n_key_data, kdb->key_data); -+ ret = decrypt_key_data(handle->context, n_new_keys, kdb->key_data, - keyblocks, n_keys); - if (ret) - goto done; diff --git a/security/mit-krb5/patches/patch-CVE-2014-5353 b/security/mit-krb5/patches/patch-CVE-2014-5353 deleted file mode 100644 index 52d8e26669716..0000000000000 --- a/security/mit-krb5/patches/patch-CVE-2014-5353 +++ /dev/null @@ -1,29 +0,0 @@ -$NetBSD: patch-CVE-2014-5353,v 1.1 2015/02/25 22:28:58 tez Exp $ - -Fix for CVE-2014-5353 from: -https://github.com/krb5/krb5/commit/5fbb56c4624df9e6b0d0a80f46e5ad37eb79c6c0 - - ---- plugins/kdb/ldap/libkdb_ldap/ldap_pwd_policy.c.orig 2015-02-25 18:57:47.261119800 +0000 -+++ plugins/kdb/ldap/libkdb_ldap/ldap_pwd_policy.c -@@ -261,9 +261,9 @@ krb5_ldap_get_password_policy_from_dn(kr - #endif /**************** END IFDEF'ed OUT *******************************/ - - ent=ldap_first_entry(ld, result); -- if (ent != NULL) { -- if ((st = populate_policy(context, ld, ent, pol_name, *policy)) != 0) -- goto cleanup; -+ if (ent == NULL) { -+ st = KRB5_KDB_NOENTRY; -+ goto cleanup; - #if 0 /************** Begin IFDEF'ed OUT *******************************/ - krb5_ldap_get_value(ld, ent, "krbmaxpwdlife", &((*policy)->pw_max_life)); - krb5_ldap_get_value(ld, ent, "krbminpwdlife", &((*policy)->pw_min_life)); -@@ -279,6 +279,7 @@ krb5_ldap_get_password_policy_from_dn(kr - ld); - #endif /**************** END IFDEF'ed OUT *******************************/ - } -+ st = populate_policy(context, ld, ent, pol_name, *policy); - - cleanup: - ldap_msgfree(result); diff --git a/security/mit-krb5/patches/patch-CVE-2014-5355 b/security/mit-krb5/patches/patch-CVE-2014-5355 deleted file mode 100644 index b4bb8c4cb8126..0000000000000 --- a/security/mit-krb5/patches/patch-CVE-2014-5355 +++ /dev/null @@ -1,53 +0,0 @@ -$NetBSD: patch-CVE-2014-5355,v 1.1 2015/02/25 22:28:58 tez Exp $ - -Patch for CVE-2014-5355 from: -https://github.com/krb5/krb5/commit/102bb6ebf20f9174130c85c3b052ae104e5073ec - - ---- ./appl/user_user/server.c.orig 2015-02-25 21:22:16.608302700 +0000 -+++ ./appl/user_user/server.c -@@ -113,8 +113,10 @@ int main(argc, argv) - } - #endif - -+ /* principal name must be sent null-terminated. */ - retval = krb5_read_message(context, (krb5_pointer) &sock, &pname_data); -- if (retval) { -+ if (retval || pname_data.length == 0 || -+ pname_data.data[pname_data.length - 1] != '\0') { - com_err ("uu-server", retval, "reading pname"); - return 2; - } - ---- ./lib/krb5/krb/recvauth.c.orig 2015-02-25 21:24:52.754211700 +0000 -+++ ./lib/krb5/krb/recvauth.c -@@ -59,6 +59,7 @@ recvauth_common(krb5_context context, - krb5_rcache rcache = 0; - krb5_octet response; - krb5_data null_server; -+ krb5_data d; - int need_error_free = 0; - int local_rcache = 0, local_authcon = 0; - -@@ -77,7 +78,8 @@ recvauth_common(krb5_context context, - */ - if ((retval = krb5_read_message(context, fd, &inbuf))) - return(retval); -- if (strcmp(inbuf.data, sendauth_version)) { -+ d = make_data((char *)sendauth_version, strlen(sendauth_version) + 1); -+ if (!data_eq(inbuf, d)) { - problem = KRB5_SENDAUTH_BADAUTHVERS; - response = 1; - } -@@ -93,8 +95,9 @@ recvauth_common(krb5_context context, - */ - if ((retval = krb5_read_message(context, fd, &inbuf))) - return(retval); -- if (appl_version && strcmp(inbuf.data, appl_version)) { -- if (!problem) { -+ if (appl_version != NULL && !problem) { -+ d = make_data(appl_version, strlen(appl_version) + 1); -+ if (!data_eq(inbuf, d)) { - problem = KRB5_SENDAUTH_BADAPPLVERS; - response = 2; - } diff --git a/security/mit-krb5/patches/patch-Makefile.in b/security/mit-krb5/patches/patch-Makefile.in new file mode 100644 index 0000000000000..4b64c9cc03035 --- /dev/null +++ b/security/mit-krb5/patches/patch-Makefile.in @@ -0,0 +1,46 @@ +$NetBSD: patch-Makefile.in,v 1.1 2016/03/15 15:16:39 tez Exp $ + +Don't build plugin examples & tests and avoid libtool problem. +No idea why... copied from previous instance of this package. + +--- Makefile.in.orig 2016-02-29 19:50:13.000000000 +0000 ++++ Makefile.in +@@ -9,20 +9,11 @@ mydir=. + SUBDIRS=util include lib \ + @sam2_plugin@ \ + plugins/audit \ +- plugins/audit/test \ + @audit_plugin@ \ +- plugins/kadm5_hook/test \ +- plugins/hostrealm/test \ +- plugins/localauth/test \ +- plugins/pwqual/test \ +- plugins/authdata/greet_server \ +- plugins/authdata/greet_client \ + plugins/kdb/db2 \ + @ldap_plugin_dir@ \ +- plugins/kdb/test \ + plugins/preauth/otp \ + plugins/preauth/pkinit \ +- plugins/preauth/test \ + plugins/tls/k5tls \ + kdc kadmin slave clients appl tests \ + config-files build-tools man doc @po@ +@@ -75,7 +66,7 @@ INSTALLMKDIRS = $(KRB5ROOT) $(KRB5MANROO + install-strip: + $(MAKE) install INSTALL_STRIP=-s + +-install-recurse: install-mkdirs ++install-recurse: + + install-mkdirs: + @for i in $(INSTALLMKDIRS); do \ +@@ -86,7 +77,7 @@ install-headers-mkdirs: + $(srcdir)/config/mkinstalldirs $(DESTDIR)$(KRB5_INCDIR) + $(srcdir)/config/mkinstalldirs $(DESTDIR)$(KRB5_INCDIR)/gssapi + $(srcdir)/config/mkinstalldirs $(DESTDIR)$(KRB5_INCDIR)/gssrpc +-install-headers-prerecurse: install-headers-mkdirs ++install-headers-prerecurse: + + # install:: + # $(MAKE) $(MFLAGS) install.man diff --git a/security/mit-krb5/patches/patch-aa b/security/mit-krb5/patches/patch-aa index 1999f5214602b..a591c5cf0c9da 100644 --- a/security/mit-krb5/patches/patch-aa +++ b/security/mit-krb5/patches/patch-aa @@ -1,4 +1,4 @@ -$NetBSD: patch-aa,v 1.4 2012/07/16 19:12:33 adam Exp $ +$NetBSD: patch-aa,v 1.5 2016/03/15 15:16:39 tez Exp $ Don't make sunpro warnings into errors (warnings are seen in gcc too) Add --enable-pkgsrc-libtool option diff --git a/security/mit-krb5/patches/patch-ad b/security/mit-krb5/patches/patch-ad deleted file mode 100644 index 63cb03c82fd46..0000000000000 --- a/security/mit-krb5/patches/patch-ad +++ /dev/null @@ -1,65 +0,0 @@ -$NetBSD: patch-ad,v 1.6 2012/07/16 19:12:33 adam Exp $ - -Add --enable-pkgsrc-libtool option - ---- config/lib.in.orig 2012-05-31 23:49:44.000000000 +0000 -+++ config/lib.in -@@ -29,8 +29,9 @@ LIBPREFIX=lib - # STOBJLISTS=dir1/OBJS.ST dir2/OBJS.ST etc... - SHOBJLISTS=$(STOBJLISTS:.ST=.SH) - PFOBJLISTS=$(STOBJLISTS:.ST=.PF) -+LAOBJLISTS=$(STOBJLISTS:.ST=.LA) - --dummy-target-1 $(SUBDIROBJLISTS) $(SUBDIROBJLISTS:.ST=.SH) $(SUBDIROBJLISTS:.ST=.PF): all-recurse -+dummy-target-1 $(SUBDIROBJLISTS) $(SUBDIROBJLISTS:.ST=.SH) $(SUBDIROBJLISTS:.ST=.PF) $(SUBDIROBJLISTS:.ST=.LA): all-recurse - - # Gets invoked as $(PARSE_OBJLISTS) list-of-OBJS.*-files - PARSE_OBJLISTS= set -x && $(PERL) -p -e 'BEGIN { $$SIG{__WARN__} = sub {die @_} }; $$e=$$ARGV; $$e =~ s/OBJS\...$$//; s/^/ /; s/ $$//; s/ / $$e/g;' -@@ -101,6 +102,21 @@ lib$(LIBBASE)$(PFLIBEXT): $(PFOBJLISTS) - set -x; objlist=`$(PARSE_OBJLISTS) $(PFOBJLISTS)` && $(AR) cq $@ $$objlist - $(RANLIB) $@ - -+lib$(LIBBASE)$(LALIBEXT): ${TOPLIBD}/lib$(LIBBASE)$(LALIBEXT) -+ $(RM) $@ -+ $(LN_S) ${TOPLIBD}/lib$(LIBBASE)$(LALIBEXT) $@ -+ -+${TOPLIBD}/lib$(LIBBASE)$(LALIBEXT): $(LAOBJLISTS) -+ $(RM) $@ -+ @echo "building $(LIBBASE) libtool archive ($(LIBMAJOR).$(LIBMINOR))" -+ @dirs=`echo $(LAOBJLISTS) | \ -+ sed -e 's%/OBJS.LA%%g' -e 's%OBJS.LA%.%'`; \ -+ $(LIBTOOL) --mode=link $(CC) -o $@ `for d in $$dirs; do \ -+ sed -e '/^$$/d' -e "s%^%$$d/%" -e "s% % $$d/%g" \ -+ $$d/OBJS.LA; done` \ -+ $(LALIB_EXPFLAGS) \ -+ $(LIBTOOL_TAIL) -+ - $(TOPLIBD)/lib$(LIBBASE)$(STLIBEXT): lib$(LIBBASE)$(STLIBEXT) - $(RM) $@ - (cd $(TOPLIBD) && $(LN_S) $(RELDIR)/lib$(LIBBASE)$(STLIBEXT) .) -@@ -128,6 +144,7 @@ clean-libs: - $(RM) lib$(LIBBASE)$(SHLIBSEXT) - $(RM) lib$(LIBBASE)$(SHLIBEXT) - $(RM) lib$(LIBBASE)$(PFLIBEXT) -+ $(LIBTOOL) --mode=uninstall $(RM) ${TOPLIBD}/lib$(LIBBASE)$(LALIBEXT) - $(RM) binutils.versions osf1.exports darwin.exports hpux10.exports - - clean-liblinks: -@@ -136,6 +153,7 @@ clean-liblinks: - $(RM) $(TOPLIBD)/lib$(LIBBASE)$(SHLIBSEXT) - $(RM) $(TOPLIBD)/lib$(LIBBASE)$(SHLIBEXT) - $(RM) $(TOPLIBD)/lib$(LIBBASE)$(PFLIBEXT) -+ $(RM) lib$(LIBBASE)$(LALIBEXT) - - install-libs: $(LIBINSTLIST) - install-static: -@@ -156,6 +174,9 @@ install-profiled: - $(RM) $(DESTDIR)$(KRB5_LIBDIR)/lib$(LIBBASE)$(PFLIBEXT) - $(INSTALL_DATA) lib$(LIBBASE)$(PFLIBEXT) $(DESTDIR)$(KRB5_LIBDIR) - $(RANLIB) $(DESTDIR)$(KRB5_LIBDIR)/lib$(LIBBASE)$(PFLIBEXT) -+install-libtool: -+ $(LIBTOOL) --mode=uninstall $(RM) $(DESTDIR)$(KRB5_LIBDIR)/lib$(LIBBASE)$(LALIBEXT) -+ $(LIBTOOL) --mode=install $(INSTALL_SHLIB) ${TOPLIBD}/lib$(LIBBASE)$(LALIBEXT) $(DESTDIR)$(KRB5_LIBDIR) - - Makefile: $(top_srcdir)/config/lib.in - $(BUILDTOP)/config.status: $(top_srcdir)/config/shlib.conf diff --git a/security/mit-krb5/patches/patch-ae b/security/mit-krb5/patches/patch-ae index 3827e85c94d8a..f87ede6d8f71e 100644 --- a/security/mit-krb5/patches/patch-ae +++ b/security/mit-krb5/patches/patch-ae @@ -1,4 +1,4 @@ -$NetBSD: patch-ae,v 1.3 2011/03/22 23:31:04 tez Exp $ +$NetBSD: patch-ae,v 1.4 2016/03/15 15:16:39 tez Exp $ Add --enable-pkgsrc-libtool option diff --git a/security/mit-krb5/patches/patch-af b/security/mit-krb5/patches/patch-af deleted file mode 100644 index 3d7efd4eed407..0000000000000 --- a/security/mit-krb5/patches/patch-af +++ /dev/null @@ -1,101 +0,0 @@ -$NetBSD: patch-af,v 1.5 2012/07/16 19:12:33 adam Exp $ - -Add --enable-pkgsrc-libtool option -Use $(ROOT_USER) in place of root - ---- config/pre.in.orig 2012-05-31 23:49:44.000000000 +0000 -+++ config/pre.in -@@ -172,6 +172,7 @@ PTHREAD_LIBS = @PTHREAD_LIBS@ - THREAD_LINKOPTS = $(PTHREAD_CFLAGS) $(PTHREAD_LIBS) - CPPFLAGS = @CPPFLAGS@ - DEFS = @DEFS@ -+LIBTOOL = @LIBTOOL@ - CC = @CC@ - CXX = @CXX@ - LD = $(PURE) @LD@ -@@ -185,11 +186,12 @@ LIBS = @LIBS@ - - INSTALL=@INSTALL@ - INSTALL_STRIP= --INSTALL_PROGRAM=@INSTALL_PROGRAM@ $(INSTALL_STRIP) --INSTALL_SCRIPT=@INSTALL_PROGRAM@ -+INSTALL_LIBTOOL=@INSTALL_LIBTOOL@ -+INSTALL_PROGRAM=$(INSTALL_LIBTOOL) @INSTALL_PROGRAM@ $(INSTALL_STRIP) -+INSTALL_SCRIPT=@INSTALL_SCRIPT@ - INSTALL_DATA=@INSTALL_DATA@ - INSTALL_SHLIB=@INSTALL_SHLIB@ --INSTALL_SETUID=$(INSTALL) $(INSTALL_STRIP) -m 4755 -o root -+INSTALL_SETUID=$(INSTALL_LIBTOOL) $(INSTALL) $(INSTALL_STRIP) -m 4555 -o $(ROOT_USER) - ## This is needed because autoconf will sometimes define @exec_prefix@ to be - ## ${prefix}. - prefix=@prefix@ -@@ -320,6 +322,10 @@ PROG_RPATH_FLAGS=@PROG_RPATH_FLAGS@ - # depending on whether we're building with shared libraries. - DEPLIBEXT=@DEPLIBEXT@ - -+# this gets set by configure to either $(STLIBEXT) or $(LALIBEXT), -+# depending on whether we're building libtool archives. -+DEPSTLIBEXT=@DEPSTLIBEXT@ -+ - KDB5_PLUGIN_DEPLIBS = @KDB5_PLUGIN_DEPLIBS@ - KDB5_PLUGIN_LIBS = @KDB5_PLUGIN_LIBS@ - -@@ -337,12 +343,12 @@ COM_ERR_DEPLIB-k5 = $(TOPLIBD)/libcom_er - SUPPORT_LIBNAME=krb5support - SUPPORT_DEPLIB = $(TOPLIBD)/lib$(SUPPORT_LIBNAME)$(DEPLIBEXT) - --# These are forced to use ".a" as an extension because they're never -+# These are forced to use "@DEPSTLIBEXT" as an extension because they're never - # built shared. - SS_DEPLIB = $(SS_DEPLIB-@SS_VERSION@) --SS_DEPLIB-k5 = $(TOPLIBD)/libss.a -+SS_DEPLIB-k5 = $(TOPLIBD)/libss$(DEPSTLIBEXT) - SS_DEPLIB-sys = --APPUTILS_DEPLIB = $(TOPLIBD)/libapputils.a -+APPUTILS_DEPLIB = $(TOPLIBD)/libapputils$(DEPSTLIBEXT) - - KRB5_BASE_DEPLIBS = $(KRB5_DEPLIB) $(CRYPTO_DEPLIB) $(COM_ERR_DEPLIB) $(SUPPORT_DEPLIB) - KDB5_DEPLIBS = $(KDB5_DEPLIB) $(KDB5_PLUGIN_DEPLIBS) -@@ -384,7 +390,7 @@ RL_LIBS = @RL_LIBS@ - - SS_LIB = $(SS_LIB-@SS_VERSION@) - SS_LIB-sys = @SS_LIB@ --SS_LIB-k5 = $(TOPLIBD)/libss.a $(RL_LIBS) -+SS_LIB-k5 = $(TOPLIBD)/libss$(DEPSTLIBEXT) $(RL_LIBS) - KDB5_LIB = -lkdb5 $(KDB5_PLUGIN_LIBS) - - VERTO_DEPLIB = $(VERTO_DEPLIB-@VERTO_VERSION@) -@@ -552,6 +558,9 @@ MAKE_DYNOBJ_COMMAND=@MAKE_DYNOBJ_COMMAND - DYNOBJ_EXPDEPS=@DYNOBJ_EXPDEPS@ - DYNOBJ_EXPFLAGS=@DYNOBJ_EXPFLAGS@ - -+# usually .la -+LALIBEXT=@LALIBEXT@ -+ - # File with symbol names to be exported, both functions and data, - # currently not distinguished. - SHLIB_EXPORT_FILE=$(srcdir)/$(LIBPREFIX)$(LIBBASE).exports -@@ -573,6 +582,7 @@ SHLIB_RPATH_FLAGS=@SHLIB_RPATH_FLAGS@ - # flags for explicit libraries depending on this one, - # e.g. "$(SHLIB_RPATH_FLAGS) $(SHLIB_SHLIB_DIRFLAGS) $(SHLIB_EXPLIBS)" - SHLIB_EXPFLAGS=@SHLIB_EXPFLAGS@ -+LALIB_EXPFLAGS=@LALIB_EXPFLAGS@ - - ## Parameters to be set by configure for use in libobj.in: - -@@ -584,10 +594,15 @@ OBJLISTS=@OBJLISTS@ - # the suffix substitution will break on some platforms! - SHLIBOBJS=$(STLIBOBJS:.o=@SHOBJEXT@) - PFLIBOBJS=$(STLIBOBJS:.o=@PFOBJEXT@) -+LALIBOBJS=$(STLIBOBJS:.o=@LAOBJEXT@) - - # "$(CC) -G", "$(LD) -Bshareable", etc. - LDCOMBINE=@LDCOMBINE@ - -+# Args to tack on the tail of LIBTOOL to generate versioned, installable -+# libtool archives. -+LIBTOOL_TAIL=@LIBTOOL_TAIL@ -+ - # - # rules to make various types of object files - # diff --git a/security/mit-krb5/patches/patch-ag b/security/mit-krb5/patches/patch-ag deleted file mode 100644 index 2a7ddfb17c46f..0000000000000 --- a/security/mit-krb5/patches/patch-ag +++ /dev/null @@ -1,239 +0,0 @@ -$NetBSD: patch-ag,v 1.10 2015/03/22 20:09:09 joerg Exp $ - -Add --enable-pkgsrc-libtool option - ---- config/shlib.conf.orig 2013-11-06 20:52:23.000000000 +0000 -+++ config/shlib.conf -@@ -22,6 +22,7 @@ SHLIBVEXT=.so.v-nobuild - SHLIBSEXT=.so.s-nobuild - # Most systems support profiled libraries. - PFLIBEXT=_p.a -+LALIBEXT=.la - # Most systems install shared libs as mode 644, etc. while hpux wants 755 - INSTALL_SHLIB='$(INSTALL_DATA)' - # Most systems use the same objects for shared libraries and dynamically -@@ -37,6 +38,7 @@ use_linker_fini_option=no - STOBJEXT=.o - SHOBJEXT=.so - PFOBJEXT=.po -+LAOBJEXT=.lo - # Default for systems w/o shared libraries - CC_LINK_STATIC='$(CC) $(PROG_LIBPATH) $(CFLAGS) $(LDFLAGS)' - CXX_LINK_STATIC='$(CXX) $(PROG_LIBPATH) $(CXXFLAGS) $(LDFLAGS)' -@@ -51,6 +53,9 @@ INIT_FINI_PREP=: - default_static=no - default_shared=yes - -+SHLIB_RPATH_FLAGS='${COMPILER_RPATH_FLAG}$(SHLIB_RDIRS)' -+PROG_RPATH_FLAGS='$(RPATH_FLAG)$(PROG_RPATH)' -+ - # Set up architecture-specific variables. - case $krb5_cv_host in - alpha*-dec-osf*) -@@ -65,11 +70,9 @@ alpha*-dec-osf*) - use_linker_init_option=yes - use_linker_fini_option=yes - EXTRA_FILES="$EXTRA_FILES export" -- SHLIB_RPATH_FLAGS='-rpath $(SHLIB_RDIRS)' - SHLIB_EXPFLAGS='$(SHLIB_RPATH_FLAGS) $(SHLIB_DIRS) $(SHLIB_EXPLIBS)' - PROFFLAGS=-pg - RPATH_FLAG='-Wl,-rpath -Wl,' -- PROG_RPATH_FLAGS='$(RPATH_FLAG)$(PROG_RPATH)' - CC_LINK_SHARED='$(CC) $(PROG_LIBPATH) $(PROG_RPATH_FLAGS) $(CFLAGS) $(PTHREAD_CFLAGS) $(LDFLAGS)' - CXX_LINK_SHARED='$(CXX) $(PROG_LIBPATH) $(PROG_RPATH_FLAGS) $(CXXFLAGS) $(PTHREAD_CFLAGS) $(LDFLAGS)' - if test "$ac_cv_c_compiler_gnu" = yes \ -@@ -127,16 +130,13 @@ alpha*-dec-osf*) - RPATH_FLAG='-Wl,+b,' - if test "$ac_cv_c_compiler_gnu" = yes; then - PICFLAGS=-fPIC -- SHLIB_RPATH_FLAGS='-Wl,+b,$(SHLIB_RDIRS)' - SHLIB_EXPFLAGS='-Wl,+s $(SHLIB_RPATH_FLAGS) $(SHLIB_DIRS) $(SHLIB_EXPLIBS)' - LDCOMBINE='gcc -fPIC -shared -Wl,+h,$(LIBPREFIX)$(LIBBASE)$(SHLIBSEXT) -Wl,-c,hpux10.exports' - else - PICFLAGS=+z -- SHLIB_RPATH_FLAGS='+b $(SHLIB_RDIRS)' - SHLIB_EXPFLAGS='+s $(SHLIB_RPATH_FLAGS) $(SHLIB_DIRS) $(SHLIB_EXPLIBS)' - LDCOMBINE='ld -b +h $(LIBPREFIX)$(LIBBASE)$(SHLIBSEXT) -c hpux10.exports' - fi -- PROG_RPATH_FLAGS='$(RPATH_FLAG)$(PROG_RPATH)' - CC_LINK_SHARED='$(CC) $(PROG_LIBPATH) -Wl,+s $(PROG_RPATH_FLAGS) $(CFLAGS) $(LDFLAGS)' - CC_LINK_STATIC='$(CC) $(PROG_LIBPATH) $(CFLAGS) $(LDFLAGS)' - CXX_LINK_SHARED='$(CXX) $(PROG_LIBPATH) -Wl,+s $(PROG_RPATH_FLAGS) $(CXXFLAGS) $(LDFLAGS)' -@@ -166,12 +166,10 @@ mips-sgi-irix6.3) # This is a Kludge; se - else - LDCOMBINE='ld -shared -ignore_unresolved -update_registry $(BUILDTOP)/so_locations -soname $(LIBPREFIX)$(LIBBASE)$(SHLIBSEXT)' - fi -- SHLIB_RPATH_FLAGS='-rpath $(SHLIB_RDIRS)' - SHLIB_EXPFLAGS='$(SHLIB_RPATH_FLAGS) $(SHLIB_DIRS) $(SHLIB_EXPLIBS)' - # no gprof for Irix... - PROFFLAGS=-p - RPATH_FLAG='-Wl,-rpath -Wl,' -- PROG_RPATH_FLAGS='$(RPATH_FLAG)$(PROG_RPATH)' - CC_LINK_SHARED='$(CC) $(PROG_LIBPATH) $(PROG_RPATH_FLAGS) $(CFLAGS) $(LDFLAGS)' - CC_LINK_STATIC='$(CC) $(PROG_LIBPATH) $(CFLAGS) $(LDFLAGS)' - CXX_LINK_SHARED='$(CXX) $(PROG_LIBPATH) $(PROG_RPATH_FLAGS) $(CXXFLAGS) $(LDFLAGS)' -@@ -215,12 +213,10 @@ mips-sgi-irix*) - opts='' - fi - LDCOMBINE='$(CC) -shared '$opts' -Wl,-soname -Wl,$(LIBPREFIX)$(LIBBASE)$(SHLIBSEXT) $$initfini' -- SHLIB_RPATH_FLAGS='-rpath $(SHLIB_RDIRS)' - SHLIB_EXPFLAGS='$(SHLIB_RPATH_FLAGS) $(SHLIB_DIRS) $(SHLIB_EXPLIBS)' - # no gprof for Irix... - PROFFLAGS=-p - RPATH_FLAG='-Wl,-rpath -Wl,' -- PROG_RPATH_FLAGS='$(RPATH_FLAG)$(PROG_RPATH)' - CC_LINK_SHARED='$(CC) $(PROG_LIBPATH) $(PROG_RPATH_FLAGS) $(CFLAGS) $(LDFLAGS)' - CC_LINK_STATIC='$(CC) $(PROG_LIBPATH) $(CFLAGS) $(LDFLAGS)' - CXX_LINK_SHARED='$(CXX) $(PROG_LIBPATH) $(PROG_RPATH_FLAGS) $(CXXFLAGS) $(LDFLAGS)' -@@ -252,13 +248,11 @@ mips-sni-sysv4) - PICFLAGS=-Kpic - LDCOMBINE='$(CC) -G -h $(LIBPREFIX)$(LIBBASE)$(SHLIBSEXT)' - fi -- SHLIB_RPATH_FLAGS='-R$(SHLIB_RDIRS)' - SHLIB_EXPFLAGS='$(SHLIB_RPATH_FLAGS) $(SHLIB_DIRS) $(SHLIB_EXPLIBS)' - SHLIBEXT=.so - SHLIBVEXT='.so.$(LIBMAJOR).$(LIBMINOR)' - SHLIBSEXT='.so.$(LIBMAJOR)' - RPATH_FLAG=-R -- PROG_RPATH_FLAGS='$(RPATH_FLAG)$(PROG_RPATH)' - CC_LINK_SHARED='$(CC) $(PROG_LIBPATH) $(PROG_RPATH_FLAGS) $(CFLAGS) $(LDFLAGS)' - CC_LINK_STATIC='$(CC) $(PROG_LIBPATH) $(CFLAGS) $(LDFLAGS)' - CXX_LINK_SHARED='$(CXX) $(PROG_LIBPATH) $(PROG_RPATH_FLAGS) $(CXXFLAGS) $(LDFLAGS)' -@@ -274,10 +268,8 @@ mips-*-netbsd*) - SHLIBSEXT='.so.$(LIBMAJOR)' - SHLIBEXT=.so - LDCOMBINE='ld -shared -soname $(LIBPREFIX)$(LIBBASE)$(SHLIBSEXT)' -- SHLIB_RPATH_FLAGS='-R$(SHLIB_RDIRS)' - SHLIB_EXPFLAGS='$(SHLIB_RPATH_FLAGS) $(SHLIB_DIRS) $(SHLIB_EXPLIBS)' - RPATH_FLAG='-Wl,-rpath -Wl,' -- PROG_RPATH_FLAGS='$(RPATH_FLAG)$(PROG_RPATH)' - CC_LINK_SHARED='$(CC) $(PROG_LIBPATH) $(PROG_RPATH_FLAGS) $(CFLAGS) $(LDFLAGS)' - CC_LINK_STATIC='$(CC) $(PROG_LIBPATH) $(CFLAGS) $(LDFLAGS)' - CXX_LINK_SHARED='$(CXX) $(PROG_LIBPATH) $(PROG_RPATH_FLAGS) $(CXXFLAGS) $(LDFLAGS)' -@@ -287,15 +279,13 @@ mips-*-netbsd*) - PROFFLAGS=-pg - ;; - --*-*-netbsd*) -+*-*-netbsd* | *-*-dragonfly*) - PICFLAGS=-fPIC - SHLIBVEXT='.so.$(LIBMAJOR).$(LIBMINOR)' - SHLIBEXT=.so - LDCOMBINE='$(CC) -shared' -- SHLIB_RPATH_FLAGS='-R$(SHLIB_RDIRS)' - SHLIB_EXPFLAGS='$(SHLIB_RPATH_FLAGS) $(SHLIB_DIRS) $(SHLIB_EXPLIBS)' -- RPATH_FLAG=-R -- PROG_RPATH_FLAGS='$(RPATH_FLAG)$(PROG_RPATH)' -+ RPATH_FLAG=${COMPILER_RPATH_FLAG} - CC_LINK_SHARED='$(CC) $(PROG_LIBPATH) $(PROG_RPATH_FLAGS) $(CFLAGS) $(LDFLAGS)' - CC_LINK_STATIC='$(CC) $(PROG_LIBPATH) $(CFLAGS) $(LDFLAGS)' - CXX_LINK_SHARED='$(CXX) $(PROG_LIBPATH) $(PROG_RPATH_FLAGS) $(CXXFLAGS) $(LDFLAGS)' -@@ -319,12 +309,10 @@ mips-*-netbsd*) - RPATH_FLAG=-R - SHLIBVEXT='.so.$(LIBMAJOR).$(LIBMINOR)' - fi -- PROG_RPATH_FLAGS='$(RPATH_FLAG)$(PROG_RPATH)' - CC_LINK_SHARED='$(CC) $(PROG_LIBPATH) $(PROG_RPATH_FLAGS) $(CFLAGS) $(LDFLAGS)' - CXX_LINK_SHARED='$(CXX) $(PROG_LIBPATH) $(PROG_RPATH_FLAGS) $(CXXFLAGS) $(LDFLAGS)' - SHLIBEXT=.so - LDCOMBINE='ld -Bshareable' -- SHLIB_RPATH_FLAGS='-R$(SHLIB_RDIRS)' - SHLIB_EXPFLAGS='$(SHLIB_RPATH_FLAGS) $(SHLIB_DIRS) $(SHLIB_EXPLIBS)' - CC_LINK_STATIC='$(CC) $(PROG_LIBPATH) $(CFLAGS) $(LDFLAGS)' - CXX_LINK_STATIC='$(CXX) $(PROG_LIBPATH) $(CXXFLAGS) $(LDFLAGS)' -@@ -338,10 +326,8 @@ mips-*-netbsd*) - SHLIBVEXT='.so.$(LIBMAJOR).$(LIBMINOR)' - SHLIBEXT=.so - LDCOMBINE='ld -Bshareable' -- SHLIB_RPATH_FLAGS='-R$(SHLIB_RDIRS)' - SHLIB_EXPFLAGS='$(SHLIB_RPATH_FLAGS) $(SHLIB_DIRS) $(SHLIB_EXPLIBS)' -- RPATH_FLAG=-R -- PROG_RPATH_FLAGS='$(RPATH_FLAG)$(PROG_RPATH)' -+ RPATH_FLAG=${COMPILER_RPATH_FLAG} - CC_LINK_SHARED='$(CC) $(PROG_LIBPATH) $(PROG_RPATH_FLAGS) $(CFLAGS) $(LDFLAGS)' - CC_LINK_STATIC='$(CC) $(PROG_LIBPATH) $(CFLAGS) $(LDFLAGS)' - CXX_LINK_SHARED='$(CXX) $(PROG_LIBPATH) $(PROG_RPATH_FLAGS) $(CXXFLAGS) $(LDFLAGS)' -@@ -367,7 +353,7 @@ mips-*-netbsd*) - for lib in libkrb5support.1.1.dylib libkadm5srv.5.1.dylib libkdb5.4.0.dylib; do - LDCOMBINE_TAIL="$LDCOMBINE_TAIL -dylib_file \"\$(KRB5_LIBDIR)/$lib\":\$(TOPLIBD)/$lib" - done -- MAKE_DYNOBJ_COMMAND='$(CC) -bundle $(CFLAGS) $(LDFLAGS) -o $@ $$objlist $(DYNOBJ_EXPFLAGS) $(LDFLAGS) -exported_symbols_list darwin.exports'" ${LDCOMBINE_TAIL}" -+ MAKE_DYNOBJ_COMMAND='${LIBTOOL} --mode=link $(CC) -bundle $(CFLAGS) $(LDFLAGS) -o $@ $$objlist $(DYNOBJ_EXPFLAGS) $(LDFLAGS) -exported_symbols_list darwin.exports'" ${LDCOMBINE_TAIL}" - CC_LINK_SHARED='$(CC) $(PROG_LIBPATH) -dynamic $(CFLAGS) $(LDFLAGS)' - CC_LINK_STATIC='$(CC) $(PROG_LIBPATH) $(CFLAGS) $(LDFLAGS)' - CXX_LINK_SHARED='$(CXX) $(PROG_LIBPATH) -dynamic $(CXXFLAGS) $(LDFLAGS)' -@@ -399,11 +385,9 @@ mips-*-netbsd*) - SHLIBVEXT='.so.$(LIBMAJOR).$(LIBMINOR)' - SHLIBSEXT='.so.$(LIBMAJOR)' - SHLIBEXT=.so -- SHLIB_RPATH_FLAGS='-R$(SHLIB_RDIRS)' - SHLIB_EXPFLAGS='$(SHLIB_RPATH_FLAGS) $(SHLIB_DIRS) $(SHLIB_EXPLIBS)' - PROFFLAGS=-pg -- RPATH_FLAG=-R -- PROG_RPATH_FLAGS='$(RPATH_FLAG)$(PROG_RPATH)' -+ RPATH_FLAG=${COMPILER_RPATH_FLAG} - CC_LINK_SHARED='$(PURE) $(CC) $(PROG_LIBPATH) $(PROG_RPATH_FLAGS) $(CFLAGS) $(LDFLAGS)' - CC_LINK_STATIC='$(PURE) $(CC) $(PROG_LIBPATH) $(CFLAGS) $(LDFLAGS)' - CXX_LINK_SHARED='$(PURE) $(CXX) $(PROG_LIBPATH) $(PROG_RPATH_FLAGS) $(CXXFLAGS) $(LDFLAGS)' -@@ -426,10 +410,8 @@ mips-*-netbsd*) - RPATH_FLAG='-Wl,--enable-new-dtags -Wl,-rpath -Wl,' - # For cases where we do have dependencies on other libraries - # built in this tree... -- SHLIB_RPATH_FLAGS='$(RPATH_FLAG)$(SHLIB_RDIRS)' - SHLIB_EXPFLAGS='$(SHLIB_RPATH_FLAGS) $(SHLIB_DIRS) $(SHLIB_EXPLIBS)' - PROFFLAGS=-pg -- PROG_RPATH_FLAGS='$(RPATH_FLAG)$(PROG_RPATH)' - CC_LINK_SHARED='$(CC) $(PROG_LIBPATH) $(PROG_RPATH_FLAGS) $(CFLAGS) $(LDFLAGS)' - CC_LINK_STATIC='$(CC) $(PROG_LIBPATH) $(CFLAGS) $(LDFLAGS)' - CXX_LINK_SHARED='$(CXX) $(PROG_LIBPATH) $(PROG_RPATH_FLAGS) $(CXXFLAGS) $(LDFLAGS)' -@@ -454,9 +436,7 @@ mips-*-netbsd*) - SHLIBVEXT='.so.$(LIBMAJOR)' - SHLIBEXT=.so - LDCOMBINE='ld -Bshareable' -- SHLIB_RPATH_FLAGS='-R$(SHLIB_RDIRS)' - SHLIB_EXPFLAGS='$(SHLIB_RPATH_FLAGS) $(SHLIB_DIRS) $(SHLIB_EXPLIBS)' -- PROG_RPATH_FLAGS='-Wl,-rpath,$(PROG_RPATH)' - CC_LINK_SHARED='$(CC) $(PROG_LIBPATH) $(PROG_RPATH_FLAGS)' - CC_LINK_STATIC='$(CC) $(PROG_LIBPATH)' - CXX_LINK_SHARED='$(CXX) $(PROG_LIBPATH) $(PROG_RPATH_FLAGS)' -@@ -486,9 +466,8 @@ mips-*-netbsd*) - # Assume initialization always delayed. - INIT_FINI_PREP="wl=${wl_prefix}; "'i=1; initfini=; for f in . $(LIBFINIFUNC); do if test $$f != .; then initfini="$$initfini $${wl}-binitfini::$$f:$$i"; else :; fi; i=`expr $$i + 1`; done' - use_linker_fini_option=yes -- MAKE_SHLIB_COMMAND="${INIT_FINI_PREP} && ${LDCOMBINE}" -+ MAKE_SHLIB_COMMAND="${INIT_FINI_PREP} && ${LIBTOOL} --mode=link ${LDCOMBINE}" - RPATH_TAIL=:/usr/lib:/lib -- PROG_RPATH_FLAGS='$(RPATH_FLAG)$(PROG_RPATH):'"$RPATH_TAIL" - CC_LINK_SHARED='$(CC) $(PROG_LIBPATH) $(PROG_RPATH_FLAGS) $(CFLAGS) $(LDFLAGS)' - CC_LINK_STATIC='$(CC) $(PROG_LIBPATH) $(CFLAGS) $(LDFLAGS)' - CXX_LINK_SHARED='$(CXX) $(PROG_LIBPATH) $(PROG_RPATH_FLAGS) $(CXXFLAGS) $(LDFLAGS)' -@@ -523,10 +502,9 @@ mips-*-netbsd*) - # Assume initialization always delayed. - INIT_FINI_PREP="wl=${wl_prefix}; "'i=1; initfini=; for f in . $(LIBFINIFUNC); do if test $$f != .; then initfini="$$initfini $${wl}-binitfini::$$f:$$i"; else :; fi; i=`expr $$i + 1`; done' - use_linker_fini_option=yes -- MAKE_SHLIB_COMMAND="${INIT_FINI_PREP} && ${LDCOMBINE}"' && ar cq $@ shr.o.$(LIBMAJOR).$(LIBMINOR) && chmod +x $@ && rm -f shr.o.$(LIBMAJOR).$(LIBMINOR)' -- MAKE_DYNOBJ_COMMAND="${INIT_FINI_PREP} && ${LDCOMBINE_DYN}" -+ MAKE_SHLIB_COMMAND="${INIT_FINI_PREP} && ${LIBTOOL} --mode=link ${LDCOMBINE}"' && ar cq $@ shr.o.$(LIBMAJOR).$(LIBMINOR) && chmod +x $@ && rm -f shr.o.$(LIBMAJOR).$(LIBMINOR)' -+ MAKE_DYNOBJ_COMMAND="${INIT_FINI_PREP} && ${LIBTOOL} --mode=link ${LDCOMBINE_DYN}" - RPATH_TAIL=:/usr/lib:/lib -- PROG_RPATH_FLAGS='$(RPATH_FLAG)$(PROG_RPATH):'"$RPATH_TAIL" - CC_LINK_SHARED='$(CC) $(PROG_LIBPATH) $(PROG_RPATH_FLAGS) $(CFLAGS) $(LDFLAGS)' - CC_LINK_STATIC='$(CC) $(PROG_LIBPATH) $(CFLAGS) $(LDFLAGS)' - CXX_LINK_SHARED='$(CXX) $(PROG_LIBPATH) $(PROG_RPATH_FLAGS) $(CXXFLAGS) $(LDFLAGS)' -@@ -539,8 +517,14 @@ esac - - if test "${MAKE_SHLIB_COMMAND}" = "x" ; then - if test "${INIT_FINI_PREP}" != ":"; then -- MAKE_SHLIB_COMMAND="${INIT_FINI_PREP} && ${LDCOMBINE} -o \$@ \$\$objlist \$(SHLIB_EXPFLAGS) \$(LDFLAGS) ${LDCOMBINE_TAIL}" -+ MAKE_SHLIB_COMMAND="${INIT_FINI_PREP} && ${LIBTOOL} --mode=link ${LDCOMBINE} -o \$@ \$\$objlist \$(SHLIB_EXPFLAGS) \$(LDFLAGS) ${LDCOMBINE_TAIL}" - else -- MAKE_SHLIB_COMMAND="${LDCOMBINE} -o \$@ \$\$objlist \$(SHLIB_EXPFLAGS) \$(LDFLAGS) ${LDCOMBINE_TAIL}" -+ MAKE_SHLIB_COMMAND="${LIBTOOL} --mode=link ${LDCOMBINE} -o \$@ \$\$objlist \$(SHLIB_EXPFLAGS) \$(LDFLAGS) ${LDCOMBINE_TAIL}" - fi - fi -+ -+# Settings for building with pkgsrc libtool. -+CC_LINK_LIBTOOL='$(LIBTOOL) --mode=link '"$CC_LINK_SHARED" -+LALIB_EXPFLAGS='$(SHLIB_EXPFLAGS)' -+LIBTOOL_TAIL='-rpath $(KRB5_LIBDIR) -version-info $(LIBMAJOR):$(LIBMINOR)' -+INSTALL_SHLIB='$(INSTALL)' diff --git a/security/mit-krb5/patches/patch-ah b/security/mit-krb5/patches/patch-ah deleted file mode 100644 index a4a2a4409dadf..0000000000000 --- a/security/mit-krb5/patches/patch-ah +++ /dev/null @@ -1,27 +0,0 @@ -$NetBSD: patch-ah,v 1.3 2012/07/16 19:12:33 adam Exp $ - -prefer @SYSCONFDIR as location for krb5.conf and krb5.keytab - ---- include/osconf.hin.orig 2012-05-31 23:49:44.000000000 +0000 -+++ include/osconf.hin -@@ -45,16 +45,16 @@ - #define DEFAULT_KEYTAB_NAME "FILE:%s\\krb5kt" - #else /* !_WINDOWS */ - #if TARGET_OS_MAC --#define DEFAULT_SECURE_PROFILE_PATH "/Library/Preferences/edu.mit.Kerberos:/etc/krb5.conf:@SYSCONFDIR/krb5.conf" --#define DEFAULT_PROFILE_PATH ("~/Library/Preferences/edu.mit.Kerberos" ":" DEFAULT_SECURE_PROFILE_PATH) -+#define DEFAULT_SECURE_PROFILE_PATH "@SYSCONFDIR/krb5.conf:/Library/Preferences/edu.mit.Kerberos:/etc/krb5.conf:@SYSCONFDIR/krb5.conf" -+#define DEFAULT_PROFILE_PATH ("@SYSCONFDIR/krb5.conf:~/Library/Preferences/edu.mit.Kerberos" ":" DEFAULT_SECURE_PROFILE_PATH) - #define KRB5_PLUGIN_BUNDLE_DIR "/System/Library/KerberosPlugins/KerberosFrameworkPlugins" - #define KDB5_PLUGIN_BUNDLE_DIR "/System/Library/KerberosPlugins/KerberosDatabasePlugins" - #define KRB5_AUTHDATA_PLUGIN_BUNDLE_DIR "/System/Library/KerberosPlugins/KerberosAuthDataPlugins" - #else --#define DEFAULT_SECURE_PROFILE_PATH "/etc/krb5.conf:@SYSCONFDIR/krb5.conf" -+#define DEFAULT_SECURE_PROFILE_PATH "@SYSCONFDIR/krb5.conf:/etc/krb5.conf" - #define DEFAULT_PROFILE_PATH DEFAULT_SECURE_PROFILE_PATH - #endif --#define DEFAULT_KEYTAB_NAME "FILE:/etc/krb5.keytab" -+#define DEFAULT_KEYTAB_NAME "FILE:@SYSCONFDIR/krb5.keytab" - #endif /* _WINDOWS */ - - #define DEFAULT_PLUGIN_BASE_DIR "@LIBDIR/krb5/plugins" diff --git a/security/mit-krb5/patches/patch-aj b/security/mit-krb5/patches/patch-aj index 7d31843bd247c..b5273eaeedff6 100644 --- a/security/mit-krb5/patches/patch-aj +++ b/security/mit-krb5/patches/patch-aj @@ -1,9 +1,9 @@ -$NetBSD: patch-aj,v 1.3 2011/03/22 23:31:04 tez Exp $ +$NetBSD: patch-aj,v 1.4 2016/03/15 15:16:39 tez Exp $ Add --enable-pkgsrc-libtool option ---- krb5-config.in.orig 2010-12-12 17:46:49.027864000 -0600 -+++ krb5-config.in 2010-12-12 17:48:58.611160100 -0600 +--- build-tools/krb5-config.in.orig 2010-12-12 17:46:49.027864000 -0600 ++++ build-tools/krb5-config.in 2010-12-12 17:48:58.611160100 -0600 @@ -180,6 +180,7 @@ # Ugly gross hack for our build tree lib_flags=`echo $CC_LINK | sed -e 's/\$(CC)//' \ diff --git a/security/mit-krb5/patches/patch-ak b/security/mit-krb5/patches/patch-ak deleted file mode 100644 index a7f7610d7ce76..0000000000000 --- a/security/mit-krb5/patches/patch-ak +++ /dev/null @@ -1,33 +0,0 @@ -$NetBSD: patch-ak,v 1.3 2012/07/16 19:12:33 adam Exp $ - -Don't build kadm5_hook and avoid libtool problem. -No idea why... copied from previous instance of this package. - ---- Makefile.in.orig 2012-05-31 23:49:44.000000000 +0000 -+++ Makefile.in -@@ -9,7 +9,6 @@ mydir=. - # plugins/authdata/greet - SUBDIRS=util include lib \ - @sam2_plugin@ \ -- plugins/kadm5_hook/test \ - plugins/kdb/db2 \ - @ldap_plugin_dir@ \ - plugins/preauth/pkinit \ -@@ -64,7 +63,7 @@ INSTALLMKDIRS = $(KRB5ROOT) $(KRB5MANROO - install-strip: - $(MAKE) install INSTALL_STRIP=-s - --install-recurse: install-mkdirs -+install-recurse: - - install-mkdirs: - @for i in $(INSTALLMKDIRS); do \ -@@ -75,7 +74,7 @@ install-headers-mkdirs: - $(srcdir)/config/mkinstalldirs $(DESTDIR)$(KRB5_INCDIR) - $(srcdir)/config/mkinstalldirs $(DESTDIR)$(KRB5_INCDIR)/gssapi - $(srcdir)/config/mkinstalldirs $(DESTDIR)$(KRB5_INCDIR)/gssrpc --install-headers-prerecurse: install-headers-mkdirs -+install-headers-prerecurse: - - # install:: - # $(MAKE) $(MFLAGS) install.man diff --git a/security/mit-krb5/patches/patch-al b/security/mit-krb5/patches/patch-al index d65b33c87466b..46c19df88cab0 100644 --- a/security/mit-krb5/patches/patch-al +++ b/security/mit-krb5/patches/patch-al @@ -1,4 +1,4 @@ -$NetBSD: patch-al,v 1.6 2012/07/16 19:12:33 adam Exp $ +$NetBSD: patch-al,v 1.7 2016/03/15 15:16:39 tez Exp $ Add DragonFly support. Fallback to LINE_MAX if BUFSIZ is not defined. diff --git a/security/mit-krb5/patches/patch-cf b/security/mit-krb5/patches/patch-cf index 97f8a45702173..c75c9b402db5d 100644 --- a/security/mit-krb5/patches/patch-cf +++ b/security/mit-krb5/patches/patch-cf @@ -1,4 +1,4 @@ -$NetBSD: patch-cf,v 1.2 2012/07/16 19:12:33 adam Exp $ +$NetBSD: patch-cf,v 1.3 2016/03/15 15:16:39 tez Exp $ Add needed headers diff --git a/security/mit-krb5/patches/patch-cg b/security/mit-krb5/patches/patch-cg index f62ac75c887b5..d531279e6eb74 100644 --- a/security/mit-krb5/patches/patch-cg +++ b/security/mit-krb5/patches/patch-cg @@ -1,4 +1,4 @@ -$NetBSD: patch-cg,v 1.2 2012/07/16 19:12:33 adam Exp $ +$NetBSD: patch-cg,v 1.3 2016/03/15 15:16:39 tez Exp $ Add two files that need to be generated and otherwise are not diff --git a/security/mit-krb5/patches/patch-ch b/security/mit-krb5/patches/patch-ch deleted file mode 100644 index c67f3650edb4b..0000000000000 --- a/security/mit-krb5/patches/patch-ch +++ /dev/null @@ -1,35 +0,0 @@ -$NetBSD: patch-ch,v 1.2 2012/07/16 19:12:33 adam Exp $ - -Add --enable-pkgsrc-libtool option - ---- plugins/kdb/db2/Makefile.in.orig 2009-11-22 12:13:29.000000000 -0600 -+++ plugins/kdb/db2/Makefile.in 2011-01-04 17:08:39.419207800 -0600 -@@ -35,8 +35,8 @@ - # Also on gssrpc, for xdr stuff. - SHLIB_EXPDEPS = \ - $(GSSRPC_DEPLIBS) \ -- $(TOPLIBD)/libk5crypto$(SHLIBEXT) \ -- $(TOPLIBD)/libkrb5$(SHLIBEXT) -+ $(TOPLIBD)/libk5crypto$(DEPLIBEXT) \ -+ $(TOPLIBD)/libkrb5$(DEPLIBEXT) - SHLIB_EXPLIBS= $(GSSRPC_LIBS) -lkrb5 -lcom_err -lk5crypto $(KDB5_DB_LIB) $(KADMSRV_LIBS) $(SUPPORT_LIB) $(LIBS) @DB_EXTRA_LIBS@ - - SHLIB_DIRS=-L$(TOPLIBD) -@@ -47,7 +47,7 @@ - DBOBJLISTS-sys = - DBOBJLISTS-k5 = $(DBDIR)/hash/OBJS.ST $(DBDIR)/btree/OBJS.ST \ - $(DBDIR)/db/OBJS.ST $(DBDIR)/mpool/OBJS.ST $(DBDIR)/recno/OBJS.ST --DBSHOBJLISTS = $(DBOBJLISTS:.ST=.SH) -+DBSHOBJLISTS = $(DBOBJLISTS:.ST=.LA) - - SRCS= \ - $(srcdir)/kdb_xdr.c \ -@@ -58,7 +58,7 @@ - $(srcdir)/db2_exp.c \ - $(srcdir)/lockout.c - --STOBJLISTS=OBJS.ST $(DBOBJLISTS) -+STOBJLISTS=OBJS.LA $(DBOBJLISTS) - STLIBOBJS= \ - kdb_xdr.o \ - adb_openclose.o \ diff --git a/security/mit-krb5/patches/patch-ci b/security/mit-krb5/patches/patch-ci deleted file mode 100644 index 78947e9477476..0000000000000 --- a/security/mit-krb5/patches/patch-ci +++ /dev/null @@ -1,58 +0,0 @@ -$NetBSD: patch-ci,v 1.1 2011/03/22 23:31:05 tez Exp $ - -Add --enable-pkgsrc-libtool option - ---- config/libnover.in.orig Sun Nov 22 12:13:29 2009 -+++ config/libnover.in Wed Jan 5 19:09:38 2011 -@@ -28,8 +28,10 @@ - # STOBJLISTS=dir1/OBJS.ST dir2/OBJS.ST etc... - SHOBJLISTS=$(STOBJLISTS:.ST=.SH) - PFOBJLISTS=$(STOBJLISTS:.ST=.PF) -+LAOBJLISTS=$(STOBJLISTS:.ST=.LA) -+LIBTOOL_TAIL=-rpath $(MODULE_INSTALL_DIR) -shared -module -avoid-version - --dummy-target-1 $(SUBDIROBJLISTS) $(SUBDIROBJLISTS:.ST=.SH) $(SUBDIROBJLISTS:.ST=.PF): all-recurse -+dummy-target-1 $(SUBDIROBJLISTS) $(SUBDIROBJLISTS:.ST=.SH) $(SUBDIROBJLISTS:.ST=.PF) $(SUBDIROBJLISTS:.ST=.LA): all-recurse - - # Gets invoked as $(PARSE_OBJLISTS) list-of-OBJS.*-files - PARSE_OBJLISTS= set -x && $(PERL) -p -e 'BEGIN { $$SIG{__WARN__} = sub {die @_} }; $$e=$$ARGV; $$e =~ s/OBJS\...$$//; s/^/ /; s/ $$//; s/ / $$e/g;' -@@ -91,6 +93,21 @@ - set -x; objlist=`$(PARSE_OBJLISTS) $(PFOBJLISTS)` && $(AR) cq $@ $$objlist - $(RANLIB) $@ - -+lib$(LIBBASE)$(LALIBEXT): ${TOPLIBD}/lib$(LIBBASE)$(LALIBEXT) -+ $(RM) $@ -+ $(LN_S) ${TOPLIBD}/lib$(LIBBASE)$(LALIBEXT) $@ -+ -+${TOPLIBD}/lib$(LIBBASE)$(LALIBEXT): $(LAOBJLISTS) -+ $(RM) $@ -+ @echo "building $(LIBBASE) libtool archive ($(LIBMAJOR).$(LIBMINOR))" -+ @dirs=`echo $(LAOBJLISTS) | \ -+ sed -e 's%/OBJS.LA%%g' -e 's%OBJS.LA%.%'`; \ -+ $(LIBTOOL) --mode=link $(CC) -o $@ `for d in $$dirs; do \ -+ sed -e '/^$$/d' -e "s%^%$$d/%" -e "s% % $$d/%g" \ -+ $$d/OBJS.LA; done` \ -+ $(LALIB_EXPFLAGS) \ -+ $(LIBTOOL_TAIL) -+ - $(TOPLIBD)/libkrb5_$(LIBBASE)$(STLIBEXT): - $(RM) $@ - (cd $(TOPLIBD) && $(LN_S) $(RELDIR)/libkrb5_$(LIBBASE)$(STLIBEXT) .) -@@ -100,6 +117,7 @@ - - clean-libs: - $(RM) $(LIBBASE)$(DYNOBJEXT) -+ $(LIBTOOL) --mode=uninstall $(RM) ${TOPLIBD}/lib$(LIBBASE)$(LALIBEXT) - $(RM) binutils.versions osf1.exports darwin.exports hpux10.exports - - install-libs: $(PLUGININST) -@@ -110,6 +128,9 @@ - install-plugin: - $(RM) $(DESTDIR)$(MODULE_INSTALL_DIR)/$(LIBBASE)$(DYNOBJEXT) - $(INSTALL_SHLIB) $(LIBBASE)$(DYNOBJEXT) $(DESTDIR)$(MODULE_INSTALL_DIR) -+install-libtool: -+ $(LIBTOOL) --mode=uninstall $(RM) $(DESTDIR)$(MODULE_INSTALL_DIR)/lib$(LIBBASE)$(LALIBEXT) -+ $(LIBTOOL) --mode=install $(INSTALL_SHLIB) ${TOPLIBD}/lib$(LIBBASE)$(LALIBEXT) $(DESTDIR)$(MODULE_INSTALL_DIR)/lib$(LIBBASE)$(LALIBEXT) - - Makefile: $(top_srcdir)/config/libnover.in - $(BUILDTOP)/config.status: $(top_srcdir)/config/shlib.conf diff --git a/security/mit-krb5/patches/patch-cj b/security/mit-krb5/patches/patch-cj index aedd0c53bcbf8..c32fd33d01f65 100644 --- a/security/mit-krb5/patches/patch-cj +++ b/security/mit-krb5/patches/patch-cj @@ -1,4 +1,4 @@ -$NetBSD: patch-cj,v 1.1 2011/03/22 23:31:05 tez Exp $ +$NetBSD: patch-cj,v 1.2 2016/03/15 15:16:39 tez Exp $ Add --enable-pkgsrc-libtool option diff --git a/security/mit-krb5/patches/patch-ck b/security/mit-krb5/patches/patch-ck deleted file mode 100644 index baaaeb12c6337..0000000000000 --- a/security/mit-krb5/patches/patch-ck +++ /dev/null @@ -1,16 +0,0 @@ -$NetBSD: patch-ck,v 1.4 2015/03/22 20:09:09 joerg Exp $ - -libapputils is an internal library, so make it a convenience libtool archive. - ---- lib/apputils/Makefile.in.orig 2013-11-06 20:52:23.000000000 +0000 -+++ lib/apputils/Makefile.in -@@ -16,6 +16,9 @@ DEFS= - STLIBOBJS=net-server.o @LIBOBJS@ - STOBJLISTS=OBJS.ST - LIBBASE=apputils -+LIBTOOL_TAIL= -+PROG_RPATH= ${KRB5_LIBDIR} -+SHLIB_RDIRS= ${KRB5_LIBDIR} - - all-unix:: all-liblinks - clean-unix:: clean-liblinks clean-libs clean-libobjs diff --git a/security/mit-krb5/patches/patch-config_lib.in b/security/mit-krb5/patches/patch-config_lib.in new file mode 100644 index 0000000000000..6c70388cb08c7 --- /dev/null +++ b/security/mit-krb5/patches/patch-config_lib.in @@ -0,0 +1,66 @@ +$NetBSD: patch-config_lib.in,v 1.1 2016/03/15 15:16:39 tez Exp $ + +Add --enable-pkgsrc-libtool option +(was patch-ad) + +--- config/lib.in.orig 2016-02-29 19:50:13.000000000 +0000 ++++ config/lib.in +@@ -21,8 +21,9 @@ LIBPREFIX=lib + + SHOBJLISTS=$(STOBJLISTS:.ST=.SH) + PFOBJLISTS=$(STOBJLISTS:.ST=.PF) ++LAOBJLISTS=$(STOBJLISTS:.ST=.LA) + +-dummy-target-1 $(SUBDIROBJLISTS) $(SUBDIROBJLISTS:.ST=.SH) $(SUBDIROBJLISTS:.ST=.PF): all-recurse ++dummy-target-1 $(SUBDIROBJLISTS) $(SUBDIROBJLISTS:.ST=.SH) $(SUBDIROBJLISTS:.ST=.PF) $(SUBDIROBJLISTS:.ST=.LA): all-recurse + + # Gets invoked as $(PARSE_OBJLISTS) list-of-OBJS.*-files + PARSE_OBJLISTS= set -x && $(PERL) -p -e 'BEGIN { $$SIG{__WARN__} = sub {die @_} }; $$e=$$ARGV; $$e =~ s/OBJS\...$$//; s/^/ /; s/ $$//; s/ / $$e/g;' +@@ -93,6 +94,21 @@ lib$(LIBBASE)$(PFLIBEXT): $(PFOBJLISTS) + set -x; objlist=`$(PARSE_OBJLISTS) $(PFOBJLISTS)` && $(AR) cq $@ $$objlist + $(RANLIB) $@ + ++lib$(LIBBASE)$(LALIBEXT): ${TOPLIBD}/lib$(LIBBASE)$(LALIBEXT) ++ $(RM) $@ ++ $(LN_S) ${TOPLIBD}/lib$(LIBBASE)$(LALIBEXT) $@ ++ ++${TOPLIBD}/lib$(LIBBASE)$(LALIBEXT): $(LAOBJLISTS) ++ $(RM) $@ ++ @echo "building $(LIBBASE) libtool archive ($(LIBMAJOR).$(LIBMINOR))" ++ @dirs=`echo $(LAOBJLISTS) | \ ++ sed -e 's%/OBJS.LA%%g' -e 's%OBJS.LA%.%'`; \ ++ $(LIBTOOL) --mode=link $(CC) -o $@ `for d in $$dirs; do \ ++ sed -e '/^$$/d' -e "s%^%$$d/%" -e "s% % $$d/%g" \ ++ $$d/OBJS.LA; done` \ ++ $(LALIB_EXPFLAGS) \ ++ $(LIBTOOL_TAIL) ++ + $(TOPLIBD)/lib$(LIBBASE)$(STLIBEXT): lib$(LIBBASE)$(STLIBEXT) + $(RM) $@ + (cd $(TOPLIBD) && $(LN_S) $(RELDIR)/lib$(LIBBASE)$(STLIBEXT) .) +@@ -120,6 +136,7 @@ clean-libs: + $(RM) lib$(LIBBASE)$(SHLIBSEXT) + $(RM) lib$(LIBBASE)$(SHLIBEXT) + $(RM) lib$(LIBBASE)$(PFLIBEXT) ++ $(LIBTOOL) --mode=uninstall $(RM) ${TOPLIBD}/lib$(LIBBASE)$(LALIBEXT) + $(RM) binutils.versions osf1.exports darwin.exports hpux.exports + + clean-liblinks: +@@ -128,6 +145,7 @@ clean-liblinks: + $(RM) $(TOPLIBD)/lib$(LIBBASE)$(SHLIBSEXT) + $(RM) $(TOPLIBD)/lib$(LIBBASE)$(SHLIBEXT) + $(RM) $(TOPLIBD)/lib$(LIBBASE)$(PFLIBEXT) ++ $(RM) lib$(LIBBASE)$(LALIBEXT) + + install-libs: $(LIBINSTLIST) + install-static: +@@ -148,6 +166,9 @@ install-profiled: + $(RM) $(DESTDIR)$(KRB5_LIBDIR)/lib$(LIBBASE)$(PFLIBEXT) + $(INSTALL_DATA) lib$(LIBBASE)$(PFLIBEXT) $(DESTDIR)$(KRB5_LIBDIR) + $(RANLIB) $(DESTDIR)$(KRB5_LIBDIR)/lib$(LIBBASE)$(PFLIBEXT) ++install-libtool: ++ $(LIBTOOL) --mode=uninstall $(RM) $(DESTDIR)$(KRB5_LIBDIR)/lib$(LIBBASE)$(LALIBEXT) ++ $(LIBTOOL) --mode=install $(INSTALL_SHLIB) ${TOPLIBD}/lib$(LIBBASE)$(LALIBEXT) $(DESTDIR)$(KRB5_LIBDIR) + + Makefile: $(top_srcdir)/config/lib.in + $(BUILDTOP)/config.status: $(top_srcdir)/config/shlib.conf diff --git a/security/mit-krb5/patches/patch-config_libnover.in b/security/mit-krb5/patches/patch-config_libnover.in new file mode 100644 index 0000000000000..b20fc92feacd0 --- /dev/null +++ b/security/mit-krb5/patches/patch-config_libnover.in @@ -0,0 +1,63 @@ +$NetBSD: patch-config_libnover.in,v 1.1 2016/03/15 15:16:39 tez Exp $ + +Add --enable-pkgsrc-libtool option +(was patch-ci) + +--- config/libnover.in.orig 2016-02-29 19:50:13.000000000 +0000 ++++ config/libnover.in +@@ -20,8 +20,10 @@ LIBPREFIX= + + SHOBJLISTS=$(STOBJLISTS:.ST=.SH) + PFOBJLISTS=$(STOBJLISTS:.ST=.PF) ++LAOBJLISTS=$(STOBJLISTS:.ST=.LA) ++LIBTOOL_TAIL=-rpath $(MODULE_INSTALL_DIR) -shared -module -avoid-version + +-dummy-target-1 $(SUBDIROBJLISTS) $(SUBDIROBJLISTS:.ST=.SH) $(SUBDIROBJLISTS:.ST=.PF): all-recurse ++dummy-target-1 $(SUBDIROBJLISTS) $(SUBDIROBJLISTS:.ST=.SH) $(SUBDIROBJLISTS:.ST=.PF) $(SUBDIROBJLISTS:.ST=.LA): all-recurse + + # Gets invoked as $(PARSE_OBJLISTS) list-of-OBJS.*-files + PARSE_OBJLISTS= set -x && $(PERL) -p -e 'BEGIN { $$SIG{__WARN__} = sub {die @_} }; $$e=$$ARGV; $$e =~ s/OBJS\...$$//; s/^/ /; s/ $$//; s/ / $$e/g;' +@@ -83,6 +85,25 @@ libkrb5_$(LIBBASE)$(PFLIBEXT): $(PFOBJLI + set -x; objlist=`$(PARSE_OBJLISTS) $(PFOBJLISTS)` && $(AR) cq $@ $$objlist + $(RANLIB) $@ + ++lib$(LIBBASE)$(LALIBEXT): ${TOPLIBD}/lib$(LIBBASE)$(LALIBEXT) ++ $(RM) $@ ++ $(LN_S) ${TOPLIBD}/lib$(LIBBASE)$(LALIBEXT) $@ ++ ++../lib$(LIBBASE)$(LALIBEXT): ${TOPLIBD}/lib$(LIBBASE)$(LALIBEXT) ++ $(RM) $@ ++ $(LN_S) ${TOPLIBD}/lib$(LIBBASE)$(LALIBEXT) $@ ++ ++${TOPLIBD}/lib$(LIBBASE)$(LALIBEXT): $(LAOBJLISTS) ++ $(RM) $@ ++ @echo "building $(LIBBASE) libtool archive ($(LIBMAJOR).$(LIBMINOR))" ++ @dirs=`echo $(LAOBJLISTS) | \ ++ sed -e 's%/OBJS.LA%%g' -e 's%OBJS.LA%.%'`; \ ++ $(LIBTOOL) --mode=link $(CC) -o $@ `for d in $$dirs; do \ ++ sed -e '/^$$/d' -e "s%^%$$d/%" -e "s% % $$d/%g" \ ++ $$d/OBJS.LA; done` \ ++ $(LALIB_EXPFLAGS) \ ++ $(LIBTOOL_TAIL) ++ + # For static builds, we make a symlink in the main library directory, + # allowing the plugin library to be a dependency of the core libraries + # which use it. +@@ -101,6 +122,7 @@ all-libs: $(PLUGIN) + + clean-libs: + $(RM) $(LIBBASE)$(DYNOBJEXT) ++ $(LIBTOOL) --mode=uninstall $(RM) ${TOPLIBD}/lib$(LIBBASE)$(LALIBEXT) + $(RM) binutils.versions osf1.exports darwin.exports hpux.exports + + clean-liblinks: +@@ -114,6 +136,9 @@ install-static: + install-plugin: + $(RM) $(DESTDIR)$(MODULE_INSTALL_DIR)/$(LIBBASE)$(DYNOBJEXT) + $(INSTALL_SHLIB) $(LIBBASE)$(DYNOBJEXT) $(DESTDIR)$(MODULE_INSTALL_DIR) ++install-libtool: ++ $(LIBTOOL) --mode=uninstall $(RM) $(DESTDIR)$(MODULE_INSTALL_DIR)/lib$(LIBBASE)$(LALIBEXT) ++ $(LIBTOOL) --mode=install $(INSTALL_SHLIB) ${TOPLIBD}/lib$(LIBBASE)$(LALIBEXT) $(DESTDIR)$(MODULE_INSTALL_DIR)/lib$(LIBBASE)$(LALIBEXT) + + Makefile: $(top_srcdir)/config/libnover.in + $(BUILDTOP)/config.status: $(top_srcdir)/config/shlib.conf diff --git a/security/mit-krb5/patches/patch-config_pre.in b/security/mit-krb5/patches/patch-config_pre.in new file mode 100644 index 0000000000000..081a6a1ef7ff7 --- /dev/null +++ b/security/mit-krb5/patches/patch-config_pre.in @@ -0,0 +1,97 @@ +$NetBSD: patch-config_pre.in,v 1.1 2016/03/15 15:16:39 tez Exp $ + +Add --enable-pkgsrc-libtool option +Use $(ROOT_USER) in place of root + +--- config/pre.in.orig 2016-02-29 19:50:13.000000000 +0000 ++++ config/pre.in +@@ -168,6 +168,7 @@ PTHREAD_LIBS = @PTHREAD_LIBS@ + THREAD_LINKOPTS = $(PTHREAD_CFLAGS) $(PTHREAD_LIBS) + CPPFLAGS = @CPPFLAGS@ + DEFS = @DEFS@ ++LIBTOOL = @LIBTOOL@ + CC = @CC@ + CXX = @CXX@ + LD = $(PURE) @LD@ +@@ -177,11 +178,12 @@ LIBS = @LIBS@ + + INSTALL=@INSTALL@ + INSTALL_STRIP= +-INSTALL_PROGRAM=@INSTALL_PROGRAM@ $(INSTALL_STRIP) +-INSTALL_SCRIPT=@INSTALL_PROGRAM@ ++INSTALL_LIBTOOL=@INSTALL_LIBTOOL@ ++INSTALL_PROGRAM=$(INSTALL_LIBTOOL) @INSTALL_PROGRAM@ $(INSTALL_STRIP) ++INSTALL_SCRIPT=@INSTALL_SCRIPT@ + INSTALL_DATA=@INSTALL_DATA@ + INSTALL_SHLIB=@INSTALL_SHLIB@ +-INSTALL_SETUID=$(INSTALL) $(INSTALL_STRIP) -m 4755 -o root ++INSTALL_SETUID=$(INSTALL_LIBTOOL) $(INSTALL) $(INSTALL_STRIP) -m 4555 -o $(ROOT_USER) + ## This is needed because autoconf will sometimes define @exec_prefix@ to be + ## ${prefix}. + prefix=@prefix@ +@@ -312,6 +314,10 @@ PROG_RPATH_FLAGS=@PROG_RPATH_FLAGS@ + # depending on whether we're building with shared libraries. + DEPLIBEXT=@DEPLIBEXT@ + ++# this gets set by configure to either $(STLIBEXT) or $(LALIBEXT), ++# depending on whether we're building libtool archives. ++DEPSTLIBEXT=@DEPSTLIBEXT@ ++ + KDB5_PLUGIN_DEPLIBS = @KDB5_PLUGIN_DEPLIBS@ + KDB5_PLUGIN_LIBS = @KDB5_PLUGIN_LIBS@ + +@@ -329,12 +335,12 @@ COM_ERR_DEPLIB-k5 = $(TOPLIBD)/libcom_er + SUPPORT_LIBNAME=krb5support + SUPPORT_DEPLIB = $(TOPLIBD)/lib$(SUPPORT_LIBNAME)$(DEPLIBEXT) + +-# These are forced to use ".a" as an extension because they're never ++# These are forced to use "@DEPSTLIBEXT" as an extension because they're never + # built shared. + SS_DEPLIB = $(SS_DEPLIB-@SS_VERSION@) +-SS_DEPLIB-k5 = $(TOPLIBD)/libss.a ++SS_DEPLIB-k5 = $(TOPLIBD)/libss$(DEPSTLIBEXT) + SS_DEPLIB-sys = +-APPUTILS_DEPLIB = $(TOPLIBD)/libapputils.a ++APPUTILS_DEPLIB = $(TOPLIBD)/libapputils$(DEPSTLIBEXT) + + KRB5_BASE_DEPLIBS = $(KRB5_DEPLIB) $(CRYPTO_DEPLIB) $(COM_ERR_DEPLIB) $(SUPPORT_DEPLIB) + KDB5_DEPLIBS = $(KDB5_DEPLIB) $(KDB5_PLUGIN_DEPLIBS) +@@ -373,7 +379,7 @@ RL_LIBS = @RL_LIBS@ + + SS_LIB = $(SS_LIB-@SS_VERSION@) + SS_LIB-sys = @SS_LIB@ +-SS_LIB-k5 = $(TOPLIBD)/libss.a $(RL_LIBS) ++SS_LIB-k5 = $(TOPLIBD)/libss$(DEPSTLIBEXT) $(RL_LIBS) + KDB5_LIB = -lkdb5 $(KDB5_PLUGIN_LIBS) + + VERTO_DEPLIB = $(VERTO_DEPLIB-@VERTO_VERSION@) +@@ -552,6 +558,9 @@ MAKE_DYNOBJ_COMMAND=@MAKE_DYNOBJ_COMMAND + DYNOBJ_EXPDEPS=@DYNOBJ_EXPDEPS@ + DYNOBJ_EXPFLAGS=@DYNOBJ_EXPFLAGS@ + ++# usually .la ++LALIBEXT=@LALIBEXT@ ++ + # File with symbol names to be exported, both functions and data, + # currently not distinguished. + SHLIB_EXPORT_FILE=$(srcdir)/$(LIBPREFIX)$(LIBBASE).exports +@@ -573,6 +582,7 @@ SHLIB_RPATH_FLAGS=@SHLIB_RPATH_FLAGS@ + # flags for explicit libraries depending on this one, + # e.g. "$(SHLIB_RPATH_FLAGS) $(SHLIB_SHLIB_DIRFLAGS) $(SHLIB_EXPLIBS)" + SHLIB_EXPFLAGS=@SHLIB_EXPFLAGS@ ++LALIB_EXPFLAGS=@LALIB_EXPFLAGS@ + + ## Parameters to be set by configure for use in libobj.in: + +@@ -584,6 +594,11 @@ OBJLISTS=@OBJLISTS@ + # the suffix substitution will break on some platforms! + SHLIBOBJS=$(STLIBOBJS:.o=@SHOBJEXT@) + PFLIBOBJS=$(STLIBOBJS:.o=@PFOBJEXT@) ++LALIBOBJS=$(STLIBOBJS:.o=@LAOBJEXT@) ++ ++# Args to tack on the tail of LIBTOOL to generate versioned, installable ++# libtool archives. ++LIBTOOL_TAIL=@LIBTOOL_TAIL@ + + # + # rules to make various types of object files diff --git a/security/mit-krb5/patches/patch-config_shlib.conf b/security/mit-krb5/patches/patch-config_shlib.conf new file mode 100644 index 0000000000000..d4921e4e19497 --- /dev/null +++ b/security/mit-krb5/patches/patch-config_shlib.conf @@ -0,0 +1,241 @@ +$NetBSD: patch-config_shlib.conf,v 1.1 2016/03/15 15:16:39 tez Exp $ + +Add --enable-pkgsrc-libtool option +(was patch-ag) + +--- config/shlib.conf.orig 2016-02-29 19:50:13.000000000 +0000 ++++ config/shlib.conf +@@ -22,6 +22,7 @@ SHLIBVEXT=.so.v-nobuild + SHLIBSEXT=.so.s-nobuild + # Most systems support profiled libraries. + PFLIBEXT=_p.a ++LALIBEXT=.la + # Most systems install shared libs as mode 644, etc. while hpux wants 755 + INSTALL_SHLIB='$(INSTALL_DATA)' + # Most systems use the same objects for shared libraries and dynamically +@@ -37,6 +38,7 @@ use_linker_fini_option=no + STOBJEXT=.o + SHOBJEXT=.so + PFOBJEXT=.po ++LAOBJEXT=.lo + # Default for systems w/o shared libraries + CC_LINK_STATIC='$(CC) $(PROG_LIBPATH) $(CFLAGS) $(LDFLAGS)' + CXX_LINK_STATIC='$(CXX) $(PROG_LIBPATH) $(CXXFLAGS) $(LDFLAGS)' +@@ -51,6 +53,9 @@ INIT_FINI_PREP=: + default_static=no + default_shared=yes + ++SHLIB_RPATH_FLAGS='${COMPILER_RPATH_FLAG}$(SHLIB_RDIRS)' ++PROG_RPATH_FLAGS='$(RPATH_FLAG)$(PROG_RPATH)' ++ + # Set up architecture-specific variables. + case $krb5_cv_host in + alpha*-dec-osf*) +@@ -65,11 +70,9 @@ alpha*-dec-osf*) + use_linker_init_option=yes + use_linker_fini_option=yes + EXTRA_FILES="$EXTRA_FILES export" +- SHLIB_RPATH_FLAGS='-rpath $(SHLIB_RDIRS)' + SHLIB_EXPFLAGS='$(SHLIB_RPATH_FLAGS) $(SHLIB_DIRS) $(SHLIB_EXPLIBS)' + PROFFLAGS=-pg + RPATH_FLAG='-Wl,-rpath -Wl,' +- PROG_RPATH_FLAGS='$(RPATH_FLAG)$(PROG_RPATH)' + CC_LINK_SHARED='$(CC) $(PROG_LIBPATH) $(PROG_RPATH_FLAGS) $(CFLAGS) $(PTHREAD_CFLAGS) $(LDFLAGS)' + CXX_LINK_SHARED='$(CXX) $(PROG_LIBPATH) $(PROG_RPATH_FLAGS) $(CXXFLAGS) $(PTHREAD_CFLAGS) $(LDFLAGS)' + if test "$ac_cv_c_compiler_gnu" = yes \ +@@ -132,17 +135,14 @@ alpha*-dec-osf*) + RPATH_FLAG='-Wl,+b,' + if test "$ac_cv_c_compiler_gnu" = yes; then + PICFLAGS=-fPIC +- SHLIB_RPATH_FLAGS='-Wl,+b,$(SHLIB_RDIRS)' + SHLIB_EXPFLAGS='-Wl,+s $(SHLIB_RPATH_FLAGS) $(SHLIB_DIRS) $(SHLIB_EXPLIBS)' + LDCOMBINE='gcc -fPIC -shared -Wl,+h,$(LIBPREFIX)$(LIBBASE)$(SHLIBSEXT) -Wl,-c,hpux.exports' + else + PICFLAGS=+z +- SHLIB_RPATH_FLAGS='+b $(SHLIB_RDIRS)' + SHLIB_EXPFLAGS='$(SHLIB_RPATH_FLAGS) $(SHLIB_DIRS) $(SHLIB_EXPLIBS)' + LDCOMBINE='ld -b +h $(LIBPREFIX)$(LIBBASE)$(SHLIBSEXT) -c hpux.exports' + fi + MAKE_SHLIB_COMMAND="${LDCOMBINE} -o \$@ \$\$objlist \$(LDFLAGS) \$(SHLIB_EXPFLAGS) ${LDCOMBINE_TAIL}" +- PROG_RPATH_FLAGS='$(RPATH_FLAG)$(PROG_RPATH)' + CC_LINK_SHARED='$(CC) $(PROG_LIBPATH) $(PROG_RPATH_FLAGS) $(CFLAGS) $(LDFLAGS)' + CC_LINK_STATIC='$(CC) $(PROG_LIBPATH) $(CFLAGS) $(LDFLAGS)' + CXX_LINK_SHARED='$(CXX) $(PROG_LIBPATH) $(PROG_RPATH_FLAGS) $(CXXFLAGS) $(LDFLAGS)' +@@ -172,12 +172,10 @@ mips-sgi-irix6.3) # This is a Kludge; se + else + LDCOMBINE='ld -shared -ignore_unresolved -update_registry $(BUILDTOP)/so_locations -soname $(LIBPREFIX)$(LIBBASE)$(SHLIBSEXT)' + fi +- SHLIB_RPATH_FLAGS='-rpath $(SHLIB_RDIRS)' + SHLIB_EXPFLAGS='$(SHLIB_RPATH_FLAGS) $(SHLIB_DIRS) $(SHLIB_EXPLIBS)' + # no gprof for Irix... + PROFFLAGS=-p + RPATH_FLAG='-Wl,-rpath -Wl,' +- PROG_RPATH_FLAGS='$(RPATH_FLAG)$(PROG_RPATH)' + CC_LINK_SHARED='$(CC) $(PROG_LIBPATH) $(PROG_RPATH_FLAGS) $(CFLAGS) $(LDFLAGS)' + CC_LINK_STATIC='$(CC) $(PROG_LIBPATH) $(CFLAGS) $(LDFLAGS)' + CXX_LINK_SHARED='$(CXX) $(PROG_LIBPATH) $(PROG_RPATH_FLAGS) $(CXXFLAGS) $(LDFLAGS)' +@@ -221,12 +219,10 @@ mips-sgi-irix*) + opts='' + fi + LDCOMBINE='$(CC) -shared '$opts' -Wl,-soname -Wl,$(LIBPREFIX)$(LIBBASE)$(SHLIBSEXT) $$initfini' +- SHLIB_RPATH_FLAGS='-rpath $(SHLIB_RDIRS)' + SHLIB_EXPFLAGS='$(SHLIB_RPATH_FLAGS) $(SHLIB_DIRS) $(SHLIB_EXPLIBS)' + # no gprof for Irix... + PROFFLAGS=-p + RPATH_FLAG='-Wl,-rpath -Wl,' +- PROG_RPATH_FLAGS='$(RPATH_FLAG)$(PROG_RPATH)' + CC_LINK_SHARED='$(CC) $(PROG_LIBPATH) $(PROG_RPATH_FLAGS) $(CFLAGS) $(LDFLAGS)' + CC_LINK_STATIC='$(CC) $(PROG_LIBPATH) $(CFLAGS) $(LDFLAGS)' + CXX_LINK_SHARED='$(CXX) $(PROG_LIBPATH) $(PROG_RPATH_FLAGS) $(CXXFLAGS) $(LDFLAGS)' +@@ -258,13 +254,11 @@ mips-sni-sysv4) + PICFLAGS=-Kpic + LDCOMBINE='$(CC) -G -h $(LIBPREFIX)$(LIBBASE)$(SHLIBSEXT)' + fi +- SHLIB_RPATH_FLAGS='-R$(SHLIB_RDIRS)' + SHLIB_EXPFLAGS='$(SHLIB_RPATH_FLAGS) $(SHLIB_DIRS) $(SHLIB_EXPLIBS)' + SHLIBEXT=.so + SHLIBVEXT='.so.$(LIBMAJOR).$(LIBMINOR)' + SHLIBSEXT='.so.$(LIBMAJOR)' + RPATH_FLAG=-R +- PROG_RPATH_FLAGS='$(RPATH_FLAG)$(PROG_RPATH)' + CC_LINK_SHARED='$(CC) $(PROG_LIBPATH) $(PROG_RPATH_FLAGS) $(CFLAGS) $(LDFLAGS)' + CC_LINK_STATIC='$(CC) $(PROG_LIBPATH) $(CFLAGS) $(LDFLAGS)' + CXX_LINK_SHARED='$(CXX) $(PROG_LIBPATH) $(PROG_RPATH_FLAGS) $(CXXFLAGS) $(LDFLAGS)' +@@ -280,10 +274,8 @@ mips-*-netbsd*) + SHLIBSEXT='.so.$(LIBMAJOR)' + SHLIBEXT=.so + LDCOMBINE='ld -shared -soname $(LIBPREFIX)$(LIBBASE)$(SHLIBSEXT)' +- SHLIB_RPATH_FLAGS='-R$(SHLIB_RDIRS)' + SHLIB_EXPFLAGS='$(SHLIB_RPATH_FLAGS) $(SHLIB_DIRS) $(SHLIB_EXPLIBS)' + RPATH_FLAG='-Wl,-rpath -Wl,' +- PROG_RPATH_FLAGS='$(RPATH_FLAG)$(PROG_RPATH)' + CC_LINK_SHARED='$(CC) $(PROG_LIBPATH) $(PROG_RPATH_FLAGS) $(CFLAGS) $(LDFLAGS)' + CC_LINK_STATIC='$(CC) $(PROG_LIBPATH) $(CFLAGS) $(LDFLAGS)' + CXX_LINK_SHARED='$(CXX) $(PROG_LIBPATH) $(PROG_RPATH_FLAGS) $(CXXFLAGS) $(LDFLAGS)' +@@ -293,15 +285,13 @@ mips-*-netbsd*) + PROFFLAGS=-pg + ;; + +-*-*-netbsd*) ++*-*-netbsd* | *-*-dragonfly*) + PICFLAGS=-fPIC + SHLIBVEXT='.so.$(LIBMAJOR).$(LIBMINOR)' + SHLIBEXT=.so + LDCOMBINE='$(CC) -shared' +- SHLIB_RPATH_FLAGS='-R$(SHLIB_RDIRS)' + SHLIB_EXPFLAGS='$(SHLIB_RPATH_FLAGS) $(SHLIB_DIRS) $(SHLIB_EXPLIBS)' +- RPATH_FLAG=-R +- PROG_RPATH_FLAGS='$(RPATH_FLAG)$(PROG_RPATH)' ++ RPATH_FLAG=${COMPILER_RPATH_FLAG} + CC_LINK_SHARED='$(CC) $(PROG_LIBPATH) $(PROG_RPATH_FLAGS) $(CFLAGS) $(LDFLAGS)' + CC_LINK_STATIC='$(CC) $(PROG_LIBPATH) $(CFLAGS) $(LDFLAGS)' + CXX_LINK_SHARED='$(CXX) $(PROG_LIBPATH) $(PROG_RPATH_FLAGS) $(CXXFLAGS) $(LDFLAGS)' +@@ -322,12 +312,10 @@ mips-*-netbsd*) + esac + SHLIBVEXT='.so.$(LIBMAJOR)' + RPATH_FLAG='-Wl,--enable-new-dtags -Wl,-rpath -Wl,' +- PROG_RPATH_FLAGS='$(RPATH_FLAG)$(PROG_RPATH)' + CC_LINK_SHARED='$(CC) $(PROG_LIBPATH) $(PROG_RPATH_FLAGS) $(CFLAGS) $(LDFLAGS)' + CXX_LINK_SHARED='$(CXX) $(PROG_LIBPATH) $(PROG_RPATH_FLAGS) $(CXXFLAGS) $(LDFLAGS)' + SHLIBEXT=.so + LDCOMBINE='ld -Bshareable' +- SHLIB_RPATH_FLAGS='--enable-new-dtags -rpath $(SHLIB_RDIRS)' + SHLIB_EXPFLAGS='$(SHLIB_RPATH_FLAGS) $(SHLIB_DIRS) $(SHLIB_EXPLIBS)' + CC_LINK_STATIC='$(CC) $(PROG_LIBPATH) $(CFLAGS) $(LDFLAGS)' + CXX_LINK_STATIC='$(CXX) $(PROG_LIBPATH) $(CXXFLAGS) $(LDFLAGS)' +@@ -341,10 +329,8 @@ mips-*-netbsd*) + SHLIBVEXT='.so.$(LIBMAJOR).$(LIBMINOR)' + SHLIBEXT=.so + LDCOMBINE='ld -Bshareable' +- SHLIB_RPATH_FLAGS='-R$(SHLIB_RDIRS)' + SHLIB_EXPFLAGS='$(SHLIB_RPATH_FLAGS) $(SHLIB_DIRS) $(SHLIB_EXPLIBS)' +- RPATH_FLAG=-R +- PROG_RPATH_FLAGS='$(RPATH_FLAG)$(PROG_RPATH)' ++ RPATH_FLAG=${COMPILER_RPATH_FLAG} + CC_LINK_SHARED='$(CC) $(PROG_LIBPATH) $(PROG_RPATH_FLAGS) $(CFLAGS) $(LDFLAGS)' + CC_LINK_STATIC='$(CC) $(PROG_LIBPATH) $(CFLAGS) $(LDFLAGS)' + CXX_LINK_SHARED='$(CXX) $(PROG_LIBPATH) $(PROG_RPATH_FLAGS) $(CXXFLAGS) $(LDFLAGS)' +@@ -370,7 +356,7 @@ mips-*-netbsd*) + for lib in libkrb5support.1.1.dylib libkadm5srv.5.1.dylib libkdb5.4.0.dylib; do + LDCOMBINE_TAIL="$LDCOMBINE_TAIL -dylib_file \"\$(KRB5_LIBDIR)/$lib\":\$(TOPLIBD)/$lib" + done +- MAKE_DYNOBJ_COMMAND='$(CC) -bundle $(CFLAGS) $(LDFLAGS) -o $@ $$objlist $(DYNOBJ_EXPFLAGS) $(LDFLAGS) -exported_symbols_list darwin.exports'" ${LDCOMBINE_TAIL}" ++ MAKE_DYNOBJ_COMMAND='${LIBTOOL} --mode=link $(CC) -bundle $(CFLAGS) $(LDFLAGS) -o $@ $$objlist $(DYNOBJ_EXPFLAGS) $(LDFLAGS) -exported_symbols_list darwin.exports'" ${LDCOMBINE_TAIL}" + CC_LINK_SHARED='$(CC) $(PROG_LIBPATH) -dynamic $(CFLAGS) $(LDFLAGS)' + CC_LINK_STATIC='$(CC) $(PROG_LIBPATH) $(CFLAGS) $(LDFLAGS)' + CXX_LINK_SHARED='$(CXX) $(PROG_LIBPATH) -dynamic $(CXXFLAGS) $(LDFLAGS)' +@@ -402,11 +388,9 @@ mips-*-netbsd*) + SHLIBVEXT='.so.$(LIBMAJOR).$(LIBMINOR)' + SHLIBSEXT='.so.$(LIBMAJOR)' + SHLIBEXT=.so +- SHLIB_RPATH_FLAGS='-R$(SHLIB_RDIRS)' + SHLIB_EXPFLAGS='$(SHLIB_RPATH_FLAGS) $(SHLIB_DIRS) $(SHLIB_EXPLIBS)' + PROFFLAGS=-pg +- RPATH_FLAG=-R +- PROG_RPATH_FLAGS='$(RPATH_FLAG)$(PROG_RPATH)' ++ RPATH_FLAG=${COMPILER_RPATH_FLAG} + CC_LINK_SHARED='$(PURE) $(CC) $(PROG_LIBPATH) $(PROG_RPATH_FLAGS) $(CFLAGS) $(LDFLAGS)' + CC_LINK_STATIC='$(PURE) $(CC) $(PROG_LIBPATH) $(CFLAGS) $(LDFLAGS)' + CXX_LINK_SHARED='$(PURE) $(CXX) $(PROG_LIBPATH) $(PROG_RPATH_FLAGS) $(CXXFLAGS) $(LDFLAGS)' +@@ -429,10 +413,8 @@ mips-*-netbsd*) + RPATH_FLAG='-Wl,--enable-new-dtags -Wl,-rpath -Wl,' + # For cases where we do have dependencies on other libraries + # built in this tree... +- SHLIB_RPATH_FLAGS='$(RPATH_FLAG)$(SHLIB_RDIRS)' + SHLIB_EXPFLAGS='$(SHLIB_RPATH_FLAGS) $(SHLIB_DIRS) $(SHLIB_EXPLIBS)' + PROFFLAGS=-pg +- PROG_RPATH_FLAGS='$(RPATH_FLAG)$(PROG_RPATH)' + CC_LINK_SHARED='$(CC) $(PROG_LIBPATH) $(PROG_RPATH_FLAGS) $(CFLAGS) $(LDFLAGS)' + CC_LINK_STATIC='$(CC) $(PROG_LIBPATH) $(CFLAGS) $(LDFLAGS)' + CXX_LINK_SHARED='$(CXX) $(PROG_LIBPATH) $(PROG_RPATH_FLAGS) $(CXXFLAGS) $(LDFLAGS)' +@@ -457,9 +439,7 @@ mips-*-netbsd*) + SHLIBVEXT='.so.$(LIBMAJOR)' + SHLIBEXT=.so + LDCOMBINE='ld -Bshareable' +- SHLIB_RPATH_FLAGS='-R$(SHLIB_RDIRS)' + SHLIB_EXPFLAGS='$(SHLIB_RPATH_FLAGS) $(SHLIB_DIRS) $(SHLIB_EXPLIBS)' +- PROG_RPATH_FLAGS='-Wl,-rpath,$(PROG_RPATH)' + CC_LINK_SHARED='$(CC) $(PROG_LIBPATH) $(PROG_RPATH_FLAGS)' + CC_LINK_STATIC='$(CC) $(PROG_LIBPATH)' + CXX_LINK_SHARED='$(CXX) $(PROG_LIBPATH) $(PROG_RPATH_FLAGS)' +@@ -489,9 +469,8 @@ mips-*-netbsd*) + # Assume initialization always delayed. + INIT_FINI_PREP="wl=${wl_prefix}; "'i=1; initfini=; for f in . $(LIBFINIFUNC); do if test $$f != .; then initfini="$$initfini $${wl}-binitfini::$$f:$$i"; else :; fi; i=`expr $$i + 1`; done' + use_linker_fini_option=yes +- MAKE_SHLIB_COMMAND="${INIT_FINI_PREP} && ${LDCOMBINE}" ++ MAKE_SHLIB_COMMAND="${INIT_FINI_PREP} && ${LIBTOOL} --mode=link ${LDCOMBINE}" + RPATH_TAIL=:/usr/lib:/lib +- PROG_RPATH_FLAGS='$(RPATH_FLAG)$(PROG_RPATH):'"$RPATH_TAIL" + CC_LINK_SHARED='$(CC) $(PROG_LIBPATH) $(PROG_RPATH_FLAGS) $(CFLAGS) $(LDFLAGS)' + CC_LINK_STATIC='$(CC) $(PROG_LIBPATH) $(CFLAGS) $(LDFLAGS)' + CXX_LINK_SHARED='$(CXX) $(PROG_LIBPATH) $(PROG_RPATH_FLAGS) $(CXXFLAGS) $(LDFLAGS)' +@@ -526,10 +505,9 @@ mips-*-netbsd*) + # Assume initialization always delayed. + INIT_FINI_PREP="wl=${wl_prefix}; "'i=1; initfini=; for f in . $(LIBFINIFUNC); do if test $$f != .; then initfini="$$initfini $${wl}-binitfini::$$f:$$i"; else :; fi; i=`expr $$i + 1`; done' + use_linker_fini_option=yes +- MAKE_SHLIB_COMMAND="${INIT_FINI_PREP} && ${LDCOMBINE}"' && ar cq $@ shr.o.$(LIBMAJOR).$(LIBMINOR) && chmod +x $@ && rm -f shr.o.$(LIBMAJOR).$(LIBMINOR)' +- MAKE_DYNOBJ_COMMAND="${INIT_FINI_PREP} && ${LDCOMBINE_DYN}" ++ MAKE_SHLIB_COMMAND="${INIT_FINI_PREP} && ${LIBTOOL} --mode=link ${LDCOMBINE}"' && ar cq $@ shr.o.$(LIBMAJOR).$(LIBMINOR) && chmod +x $@ && rm -f shr.o.$(LIBMAJOR).$(LIBMINOR)' ++ MAKE_DYNOBJ_COMMAND="${INIT_FINI_PREP} && ${LIBTOOL} --mode=link ${LDCOMBINE_DYN}" + RPATH_TAIL=:/usr/lib:/lib +- PROG_RPATH_FLAGS='$(RPATH_FLAG)$(PROG_RPATH):'"$RPATH_TAIL" + CC_LINK_SHARED='$(CC) $(PROG_LIBPATH) $(PROG_RPATH_FLAGS) $(CFLAGS) $(LDFLAGS)' + CC_LINK_STATIC='$(CC) $(PROG_LIBPATH) $(CFLAGS) $(LDFLAGS)' + CXX_LINK_SHARED='$(CXX) $(PROG_LIBPATH) $(PROG_RPATH_FLAGS) $(CXXFLAGS) $(LDFLAGS)' +@@ -542,8 +520,14 @@ esac + + if test "${MAKE_SHLIB_COMMAND}" = "x" ; then + if test "${INIT_FINI_PREP}" != ":"; then +- MAKE_SHLIB_COMMAND="${INIT_FINI_PREP} && ${LDCOMBINE} -o \$@ \$\$objlist \$(SHLIB_EXPFLAGS) \$(LDFLAGS) ${LDCOMBINE_TAIL}" ++ MAKE_SHLIB_COMMAND="${INIT_FINI_PREP} && ${LIBTOOL} --mode=link ${LDCOMBINE} -o \$@ \$\$objlist \$(SHLIB_EXPFLAGS) \$(LDFLAGS) ${LDCOMBINE_TAIL}" + else +- MAKE_SHLIB_COMMAND="${LDCOMBINE} -o \$@ \$\$objlist \$(SHLIB_EXPFLAGS) \$(LDFLAGS) ${LDCOMBINE_TAIL}" ++ MAKE_SHLIB_COMMAND="${LIBTOOL} --mode=link ${LDCOMBINE} -o \$@ \$\$objlist \$(SHLIB_EXPFLAGS) \$(LDFLAGS) ${LDCOMBINE_TAIL}" + fi + fi ++ ++# Settings for building with pkgsrc libtool. ++CC_LINK_LIBTOOL='$(LIBTOOL) --mode=link '"$CC_LINK_SHARED" ++LALIB_EXPFLAGS='$(SHLIB_EXPFLAGS)' ++LIBTOOL_TAIL='-rpath $(KRB5_LIBDIR) -version-info $(LIBMAJOR):$(LIBMINOR)' ++INSTALL_SHLIB='$(INSTALL)' diff --git a/security/mit-krb5/patches/patch-configure.in b/security/mit-krb5/patches/patch-configure.in index 6accca58bdf79..bfc2d03592cba 100644 --- a/security/mit-krb5/patches/patch-configure.in +++ b/security/mit-krb5/patches/patch-configure.in @@ -1,15 +1,15 @@ -$NetBSD: patch-configure.in,v 1.1 2015/05/26 13:56:16 jperkin Exp $ +$NetBSD: patch-configure.in,v 1.2 2016/03/15 15:16:39 tez Exp $ Find the correct libcrypto. ---- configure.in.orig 2013-11-06 20:52:23.000000000 +0000 +--- configure.in.orig 2016-02-29 19:50:13.000000000 +0000 +++ configure.in -@@ -202,7 +202,7 @@ AC_MSG_RESULT("pkinit will use \'$withva +@@ -277,7 +277,7 @@ AC_MSG_NOTICE(pkinit will use '$withval' ], withval=$PKINIT_CRYPTO_IMPL) case "$withval" in builtin|openssl) - AC_CHECK_LIB(crypto, PKCS7_get_signer_info, PKINIT_CRYPTO_IMPL_LIBS=-lcrypto) + AC_CHECK_LIB(crypto, PKCS7_get_signer_info, PKINIT_CRYPTO_IMPL_LIBS="-L${BUILDLINK_PREFIX_OPENSSL}/lib -lcrypto") PKINIT_CRYPTO_IMPL=openssl - ;; - nss) + AC_CHECK_LIB(crypto, CMS_get0_content, + [AC_DEFINE([HAVE_OPENSSL_CMS], 1, diff --git a/security/mit-krb5/patches/patch-include_osconf.hin b/security/mit-krb5/patches/patch-include_osconf.hin new file mode 100644 index 0000000000000..63a8b10ce4550 --- /dev/null +++ b/security/mit-krb5/patches/patch-include_osconf.hin @@ -0,0 +1,24 @@ +$NetBSD: patch-include_osconf.hin,v 1.1 2016/03/15 15:16:39 tez Exp $ + +prefer @SYSCONFDIR as location for krb5.conf +(was patch-ah) + +--- include/osconf.hin.orig 2016-02-29 19:50:13.000000000 +0000 ++++ include/osconf.hin +@@ -44,13 +44,13 @@ + #define DEFAULT_PROFILE_FILENAME "krb5.ini" + #else /* !_WINDOWS */ + #if TARGET_OS_MAC +-#define DEFAULT_SECURE_PROFILE_PATH "/Library/Preferences/edu.mit.Kerberos:/etc/krb5.conf@SYSCONFCONF" +-#define DEFAULT_PROFILE_PATH ("~/Library/Preferences/edu.mit.Kerberos" ":" DEFAULT_SECURE_PROFILE_PATH) ++#define DEFAULT_SECURE_PROFILE_PATH "@SYSCONFDIR/krb5.conf:/Library/Preferences/edu.mit.Kerberos:/etc/krb5.conf" ++#define DEFAULT_PROFILE_PATH ("@SYSCONFDIR/krb5.conf:~/Library/Preferences/edu.mit.Kerberos" ":" DEFAULT_SECURE_PROFILE_PATH) + #define KRB5_PLUGIN_BUNDLE_DIR "/System/Library/KerberosPlugins/KerberosFrameworkPlugins" + #define KDB5_PLUGIN_BUNDLE_DIR "/System/Library/KerberosPlugins/KerberosDatabasePlugins" + #define KRB5_AUTHDATA_PLUGIN_BUNDLE_DIR "/System/Library/KerberosPlugins/KerberosAuthDataPlugins" + #else +-#define DEFAULT_SECURE_PROFILE_PATH "/etc/krb5.conf@SYSCONFCONF" ++#define DEFAULT_SECURE_PROFILE_PATH "@SYSCONFDIR/krb5.conf:/etc/krb5.conf" + #define DEFAULT_PROFILE_PATH DEFAULT_SECURE_PROFILE_PATH + #endif + #endif /* _WINDOWS */ diff --git a/security/mit-krb5/patches/patch-kadmin_dbutil_dump.c b/security/mit-krb5/patches/patch-kadmin_dbutil_dump.c deleted file mode 100644 index c66082583243c..0000000000000 --- a/security/mit-krb5/patches/patch-kadmin_dbutil_dump.c +++ /dev/null @@ -1,20 +0,0 @@ -$NetBSD: patch-kadmin_dbutil_dump.c,v 1.1 2012/12/22 02:28:30 joerg Exp $ - ---- kadmin/dbutil/dump.c.orig 2012-12-21 21:08:47.000000000 +0000 -+++ kadmin/dbutil/dump.c -@@ -1573,6 +1573,7 @@ process_k5beta_record(fname, kcontext, f - error++; - } - /* Read the key type */ -+ tmpint1 = 0; - if (!error && (fscanf(filep, "\t%d\t", &tmpint1) != 1)) { - try2read = read_key_type; - error++; -@@ -1605,6 +1606,7 @@ process_k5beta_record(fname, kcontext, f - } - - /* Read principal attributes */ -+ tmpint3 = 0; - if (!error && (fscanf(filep, - "\t%u\t%u\t%u\t%u\t%u\t%u\t%u\t%u\t%u\t%u\t", - &tmpint1, &dbent->max_life, diff --git a/security/mit-krb5/patches/patch-lib_apputils_Makefile.in b/security/mit-krb5/patches/patch-lib_apputils_Makefile.in new file mode 100644 index 0000000000000..e9b362a653575 --- /dev/null +++ b/security/mit-krb5/patches/patch-lib_apputils_Makefile.in @@ -0,0 +1,17 @@ +$NetBSD: patch-lib_apputils_Makefile.in,v 1.1 2016/03/15 15:16:39 tez Exp $ + +libapputils is an internal library, so make it a convenience libtool archive. +(was patch-ck) + +--- lib/apputils/Makefile.in.orig 2016-02-29 19:50:13.000000000 +0000 ++++ lib/apputils/Makefile.in +@@ -14,6 +14,9 @@ SED = sed + + STLIBOBJS=net-server.o @LIBOBJS@ + LIBBASE=apputils ++LIBTOOL_TAIL= ++PROG_RPATH= ${KRB5_LIBDIR} ++SHLIB_RDIRS= ${KRB5_LIBDIR} + + all-unix:: all-liblinks + clean-unix:: clean-liblinks clean-libs clean-libobjs diff --git a/security/mit-krb5/patches/patch-lib_apputils_net-server.c b/security/mit-krb5/patches/patch-lib_apputils_net-server.c index f289908d36553..b64b79f011165 100644 --- a/security/mit-krb5/patches/patch-lib_apputils_net-server.c +++ b/security/mit-krb5/patches/patch-lib_apputils_net-server.c @@ -1,8 +1,18 @@ -$NetBSD: patch-lib_apputils_net-server.c,v 1.1 2013/08/30 12:59:22 joerg Exp $ +$NetBSD: patch-lib_apputils_net-server.c,v 1.3 2016/04/17 15:33:13 kamil Exp $ ---- lib/apputils/net-server.c.orig 2013-08-30 12:14:00.000000000 +0000 +--- lib/apputils/net-server.c.orig 2016-02-29 19:50:13.000000000 +0000 +++ lib/apputils/net-server.c -@@ -1477,7 +1477,7 @@ send_to_from(int s, void *buf, size_t le +@@ -960,7 +960,9 @@ routing_update_needed(struct rt_msghdr * + break; + #endif + return 1; ++#ifdef RTM_RESOLVE + case RTM_RESOLVE: ++#endif + #ifdef RTM_NEWMADDR + case RTM_NEWMADDR: + case RTM_DELMADDR: +@@ -1276,7 +1278,7 @@ send_to_from(int s, void *buf, size_t le msg.msg_controllen = 0; switch (from->sa_family) { diff --git a/security/mit-krb5/patches/patch-lib_krb5_asn.1_asn1buf.h b/security/mit-krb5/patches/patch-lib_krb5_asn.1_asn1buf.h index 72349c31b694f..e2c7f9cdaf253 100644 --- a/security/mit-krb5/patches/patch-lib_krb5_asn.1_asn1buf.h +++ b/security/mit-krb5/patches/patch-lib_krb5_asn.1_asn1buf.h @@ -1,15 +1,15 @@ -$NetBSD: patch-lib_krb5_asn.1_asn1buf.h,v 1.1 2011/06/01 09:57:23 adam Exp $ +$NetBSD: patch-lib_krb5_asn.1_asn1buf.h,v 1.2 2016/03/15 15:16:39 tez Exp $ Clang does not like this kind of inlines. ---- lib/krb5/asn.1/asn1buf.h.orig 2011-06-01 09:47:31.000000000 +0000 +--- lib/krb5/asn.1/asn1buf.h.orig 2016-02-29 19:50:13.000000000 +0000 +++ lib/krb5/asn.1/asn1buf.h -@@ -147,7 +147,7 @@ asn1_error_code asn1buf_insert_octet(asn +@@ -107,7 +107,7 @@ void asn1buf_destroy(asn1buf **buf); * effects Inserts o into the buffer *buf, expanding the buffer if * necessary. Returns ENOMEM memory is exhausted. */ -#if ((__GNUC__ >= 2) && !defined(ASN1BUF_OMIT_INLINE_FUNCS)) && !defined(CONFIG_SMALL) +#if ((__GNUC__ >= 2) && !defined(__clang__) && !defined(ASN1BUF_OMIT_INLINE_FUNCS)) && !defined(CONFIG_SMALL) - extern __inline__ asn1_error_code asn1buf_insert_octet(asn1buf *buf, const int o) + static inline asn1_error_code + asn1buf_insert_octet(asn1buf *buf, const int o) { - asn1_error_code retval; diff --git a/security/mit-krb5/patches/patch-plugins_kdb_db2_Makefile.in b/security/mit-krb5/patches/patch-plugins_kdb_db2_Makefile.in new file mode 100644 index 0000000000000..ed5c207076dfd --- /dev/null +++ b/security/mit-krb5/patches/patch-plugins_kdb_db2_Makefile.in @@ -0,0 +1,36 @@ +$NetBSD: patch-plugins_kdb_db2_Makefile.in,v 1.1 2016/03/15 15:16:39 tez Exp $ + +Add --enable-pkgsrc-libtool option +(was patch-ch) + +--- plugins/kdb/db2/Makefile.in.orig 2016-02-29 19:50:13.000000000 +0000 ++++ plugins/kdb/db2/Makefile.in +@@ -29,8 +29,8 @@ RELDIR=../plugins/kdb/db2 + # Also on gssrpc, for xdr stuff. + SHLIB_EXPDEPS = \ + $(GSSRPC_DEPLIBS) \ +- $(TOPLIBD)/libk5crypto$(SHLIBEXT) \ +- $(TOPLIBD)/libkrb5$(SHLIBEXT) ++ $(TOPLIBD)/libk5crypto$(DEPLIBEXT) \ ++ $(TOPLIBD)/libkrb5$(DEPLIBEXT) + SHLIB_EXPLIBS= $(GSSRPC_LIBS) -lkrb5 -lcom_err -lk5crypto $(KDB5_DB_LIB) $(KADMSRV_LIBS) $(SUPPORT_LIB) $(LIBS) @DB_EXTRA_LIBS@ + + DBDIR = libdb2 +@@ -38,7 +38,7 @@ DBOBJLISTS = $(DBOBJLISTS-@DB_VERSION@) + DBOBJLISTS-sys = + DBOBJLISTS-k5 = $(DBDIR)/hash/OBJS.ST $(DBDIR)/btree/OBJS.ST \ + $(DBDIR)/db/OBJS.ST $(DBDIR)/mpool/OBJS.ST $(DBDIR)/recno/OBJS.ST +-DBSHOBJLISTS = $(DBOBJLISTS:.ST=.SH) ++DBSHOBJLISTS = $(DBOBJLISTS:.ST=.LA) + + SRCS= \ + $(srcdir)/kdb_xdr.c \ +@@ -49,7 +49,7 @@ SRCS= \ + $(srcdir)/db2_exp.c \ + $(srcdir)/lockout.c + +-STOBJLISTS=OBJS.ST $(DBOBJLISTS) ++STOBJLISTS=OBJS.LA $(DBOBJLISTS) + STLIBOBJS= \ + kdb_xdr.o \ + adb_openclose.o \ diff --git a/security/mit-krb5/patches/patch-plugins_kdb_db2_libdb2_Makefile.in b/security/mit-krb5/patches/patch-plugins_kdb_db2_libdb2_Makefile.in new file mode 100644 index 0000000000000..20728073f36ce --- /dev/null +++ b/security/mit-krb5/patches/patch-plugins_kdb_db2_libdb2_Makefile.in @@ -0,0 +1,22 @@ +$NetBSD: patch-plugins_kdb_db2_libdb2_Makefile.in,v 1.1 2016/03/15 15:16:39 tez Exp $ + +Add --enable-pkgsrc-libtool option + +--- plugins/kdb/db2/libdb2/Makefile.in.orig 2016-02-29 19:50:13.000000000 +0000 ++++ plugins/kdb/db2/libdb2/Makefile.in +@@ -1,12 +1,12 @@ + mydir=plugins$(S)kdb$(S)db2$(S)libdb2 + BUILDTOP=$(REL)..$(S)..$(S)..$(S).. +-SUBDIRS=hash btree db mpool recno test ++SUBDIRS=hash btree db mpool recno + + LIBBASE=db + LIBMAJOR=1 + LIBMINOR=1 +-STOBJLISTS=hash/OBJS.ST btree/OBJS.ST db/OBJS.ST mpool/OBJS.ST \ +- recno/OBJS.ST ++STOBJLISTS=hash/OBJS.LA btree/OBJS.LA db/OBJS.LA mpool/OBJS.LA \ ++ recno/OBJS.LA + SUBDIROBJLISTS=$(STOBJLISTS) + RELDIR=../plugins/kdb/db2/libdb2 + diff --git a/security/mit-krb5/patches/patch-plugins_preauth_otp_Makefile.in b/security/mit-krb5/patches/patch-plugins_preauth_otp_Makefile.in new file mode 100644 index 0000000000000..a3a627ab2f5be --- /dev/null +++ b/security/mit-krb5/patches/patch-plugins_preauth_otp_Makefile.in @@ -0,0 +1,13 @@ +$NetBSD: patch-plugins_preauth_otp_Makefile.in,v 1.1 2016/03/15 15:16:39 tez Exp $ + +--- plugins/preauth/otp/Makefile.in.orig 2016-03-02 15:29:43.595168500 +0000 ++++ plugins/preauth/otp/Makefile.in +@@ -8,7 +8,7 @@ LIBMINOR=0 + RELDIR=../plugins/preauth/otp + + SHLIB_EXPDEPS = $(VERTO_DEPLIBS) $(KRB5_BASE_DEPLIBS) \ +- $(TOPLIBD)/libkrad$(SHLIBEXT) ++ $(TOPLIBD)/libkrad$(DEPLIBEXT) + + SHLIB_EXPLIBS= -lkrad $(VERTO_LIBS) $(KRB5_BASE_LIBS) + diff --git a/security/mit-krb5/patches/patch-plugins_preauth_pkinit_Makefile.in b/security/mit-krb5/patches/patch-plugins_preauth_pkinit_Makefile.in new file mode 100644 index 0000000000000..680d589d7ae93 --- /dev/null +++ b/security/mit-krb5/patches/patch-plugins_preauth_pkinit_Makefile.in @@ -0,0 +1,15 @@ +$NetBSD: patch-plugins_preauth_pkinit_Makefile.in,v 1.1 2016/03/15 15:16:39 tez Exp $ + +--- plugins/preauth/pkinit/Makefile.in.orig 2016-03-02 15:30:03.611463900 +0000 ++++ plugins/preauth/pkinit/Makefile.in +@@ -9,8 +9,8 @@ LIBMINOR=0 + RELDIR=../plugins/preauth/pkinit + # Depends on libk5crypto and libkrb5 + SHLIB_EXPDEPS = \ +- $(TOPLIBD)/libk5crypto$(SHLIBEXT) \ +- $(TOPLIBD)/libkrb5$(SHLIBEXT) ++ $(TOPLIBD)/libk5crypto$(DEPLIBEXT) \ ++ $(TOPLIBD)/libkrb5$(DEPLIBEXT) + SHLIB_EXPLIBS= -lkrb5 -lcom_err -lk5crypto $(PKINIT_CRYPTO_IMPL_LIBS) $(DL_LIB) $(SUPPORT_LIB) $(LIBS) + DEFINES=-DPKINIT_DYNOBJEXT=\""$(PKINIT_DYNOBJEXT)"\" + diff --git a/security/mit-krb5/patches/patch-util_k5ev_verto-k5ev.c b/security/mit-krb5/patches/patch-util_k5ev_verto-k5ev.c index c1d355f02c2de..60eca2cce9d89 100644 --- a/security/mit-krb5/patches/patch-util_k5ev_verto-k5ev.c +++ b/security/mit-krb5/patches/patch-util_k5ev_verto-k5ev.c @@ -1,15 +1,15 @@ -$NetBSD: patch-util_k5ev_verto-k5ev.c,v 1.2 2013/03/13 12:35:40 adam Exp $ +$NetBSD: patch-util_k5ev_verto-k5ev.c,v 1.3 2016/03/15 15:16:39 tez Exp $ Fix include file path ---- util/k5ev/verto-k5ev.c.orig 2013-03-02 01:05:38.000000000 +0000 -+++ util/k5ev/verto-k5ev.c -@@ -34,7 +34,7 @@ +--- util/verto/verto-k5ev.c.orig 2016-02-29 19:50:13.000000000 +0000 ++++ util/verto/verto-k5ev.c +@@ -35,7 +35,7 @@ - #include "verto-k5ev.h" + #include #include -#include "rename.h" +#include "gssrpc/rename.h" - #include "autoconf.h" #define EV_STANDALONE 1 /* Avoid using clock_gettime, which would create a dependency on librt. */ + #define EV_USE_MONOTONIC 0 diff --git a/security/mit-krb5/patches/patch-util_ss_Makefile.in b/security/mit-krb5/patches/patch-util_ss_Makefile.in index 5f3c2a421dff9..c0a38d2d7da37 100644 --- a/security/mit-krb5/patches/patch-util_ss_Makefile.in +++ b/security/mit-krb5/patches/patch-util_ss_Makefile.in @@ -1,15 +1,15 @@ -$NetBSD: patch-util_ss_Makefile.in,v 1.2 2016/03/10 18:21:58 jperkin Exp $ +$NetBSD: patch-util_ss_Makefile.in,v 1.3 2016/03/15 15:16:39 tez Exp $ Only build a static library as this library is not installed. ---- util/ss/Makefile.in.orig 2013-11-06 20:52:23.000000000 +0000 +--- util/ss/Makefile.in.orig 2016-02-29 19:50:13.000000000 +0000 +++ util/ss/Makefile.in -@@ -14,6 +14,8 @@ LIBBASE=ss +@@ -13,6 +13,8 @@ LIBBASE=ss LIBMAJOR=1 LIBMINOR=0 RELDIR=../util/ss +LIBTOOL_TAIL=-static +SHLIB_RDIRS=${KRB5_LIBDIR} - STOBJLISTS=OBJS.ST - + clean-unix:: clean-liblinks clean-libs clean-libobjs + install-unix:: install-libs diff --git a/security/msu/distinfo b/security/msu/distinfo index 867fb18be8f80..2cc4cbc06c5fc 100644 --- a/security/msu/distinfo +++ b/security/msu/distinfo @@ -1,6 +1,7 @@ -$NetBSD: distinfo,v 1.12 2015/11/04 01:17:51 agc Exp $ +$NetBSD: distinfo,v 1.13 2016/04/01 11:06:44 jperkin Exp $ SHA1 (msu-1.09.tbz) = 54904c613072d65b24324abf06ce0439b23b0fca RMD160 (msu-1.09.tbz) = 833ff88d5cee7ba48fcc7dec30b411e33ff19077 SHA512 (msu-1.09.tbz) = 946686af44e972c23f87bd196265c91f66096f52711d615315139f77aae0830153b0abb82040c8d96e182ef85874c54575fb3068e8babf3aaa613d45da5e748c Size (msu-1.09.tbz) = 3355 bytes +SHA1 (patch-Makefile) = c7bff22fe9bbfca60aada90a74a3fc702e5939aa diff --git a/security/msu/patches/patch-Makefile b/security/msu/patches/patch-Makefile new file mode 100644 index 0000000000000..64d9253281098 --- /dev/null +++ b/security/msu/patches/patch-Makefile @@ -0,0 +1,17 @@ +$NetBSD: patch-Makefile,v 1.1 2016/04/01 11:06:44 jperkin Exp $ + +Support PKGMANDIR. + +--- Makefile.orig 2009-02-10 13:07:57.000000000 +0000 ++++ Makefile +@@ -34,8 +34,8 @@ install: + ${INSTALL_DIR} ${DESTDIR}${PREFIX}/bin + ${INSTALL_PROGRAM} ${PROG} ${DESTDIR}${PREFIX}/bin + chmod u+s ${DESTDIR}${PREFIX}/bin/${PROG} +- ${INSTALL_DIR} ${DESTDIR}${PREFIX}/man/man${MANSECTION} +- ${INSTALL_MAN} ${PROG}.${MANSECTION} ${DESTDIR}${PREFIX}/man/man${MANSECTION} ++ ${INSTALL_DIR} ${DESTDIR}${PREFIX}/${PKGMANDIR}/man${MANSECTION} ++ ${INSTALL_MAN} ${PROG}.${MANSECTION} ${DESTDIR}${PREFIX}/${PKGMANDIR}/man${MANSECTION} + + tar: + mkdir -p ${PKGNAME}-${VERSION} diff --git a/security/msudir/distinfo b/security/msudir/distinfo index 38c82d3f4fdae..7e5446ae1ab90 100644 --- a/security/msudir/distinfo +++ b/security/msudir/distinfo @@ -1,6 +1,7 @@ -$NetBSD: distinfo,v 1.9 2015/11/04 01:17:51 agc Exp $ +$NetBSD: distinfo,v 1.10 2016/04/01 11:15:24 jperkin Exp $ SHA1 (msudir-0.15.tbz) = c4a7fb516810cf0a2bdf1250286598b68237ffd0 RMD160 (msudir-0.15.tbz) = bfba4bd50b59226b348b5e9462b9dfc763dbfe70 SHA512 (msudir-0.15.tbz) = b78d23b25644da203d4aff2ff73a4bdfa27df8787968ec54a35ceb83f3b6d8b018ab579590924a18eadbe95e59c925265e77e8747776c287f33abe9d2e15fafd Size (msudir-0.15.tbz) = 5088 bytes +SHA1 (patch-Makefile) = ad00d68026a877ab22257e696be0898053de5e9b diff --git a/security/msudir/patches/patch-Makefile b/security/msudir/patches/patch-Makefile new file mode 100644 index 0000000000000..d93d990d95de4 --- /dev/null +++ b/security/msudir/patches/patch-Makefile @@ -0,0 +1,17 @@ +$NetBSD: patch-Makefile,v 1.1 2016/04/01 11:15:24 jperkin Exp $ + +Support PKGMANDIR. + +--- Makefile.orig 2009-02-11 23:16:57.000000000 +0000 ++++ Makefile +@@ -33,8 +33,8 @@ install: + ${INSTALL_DIR} ${DESTDIR}${PREFIX}/bin + ${INSTALL_PROGRAM} ${PROG} ${DESTDIR}${PREFIX}/bin + chmod u+s ${DESTDIR}${PREFIX}/bin/${PROG} +- ${INSTALL_DIR} ${DESTDIR}${PREFIX}/man/man${MANSECTION} +- ${INSTALL_MAN} ${PROG}.${MANSECTION} ${DESTDIR}${PREFIX}/man/man${MANSECTION} ++ ${INSTALL_DIR} ${DESTDIR}${PREFIX}/${PKGMANDIR}/man${MANSECTION} ++ ${INSTALL_MAN} ${PROG}.${MANSECTION} ${DESTDIR}${PREFIX}/${PKGMANDIR}/man${MANSECTION} + + tar: + mkdir -p ${PKGNAME}-${VERSION} diff --git a/security/ocaml-cryptokit/Makefile b/security/ocaml-cryptokit/Makefile index f77949e9d0f58..a207852efae72 100644 --- a/security/ocaml-cryptokit/Makefile +++ b/security/ocaml-cryptokit/Makefile @@ -1,13 +1,12 @@ -# $NetBSD: Makefile,v 1.10 2016/02/06 12:10:34 jaapb Exp $ +# $NetBSD: Makefile,v 1.12 2016/05/06 14:14:28 jaapb Exp $ # -DISTNAME= cryptokit-1.9 +DISTNAME= cryptokit-1.10 PKGNAME= ocaml-${DISTNAME} -PKGREVISION= 3 CATEGORIES= security -MASTER_SITES= http://forge.ocamlcore.org/frs/download.php/1229/ +MASTER_SITES= http://forge.ocamlcore.org/frs/download.php/1493/ -MAINTAINER= jaapb@kerguelen.org +MAINTAINER= jaapb@NetBSD.org HOMEPAGE= http://forge.ocamlcore.org/projects/cryptokit/ COMMENT= Cryptographic primitives library for Objective Caml LICENSE= gnu-lgpl-v2 # with static compilation exception diff --git a/security/ocaml-cryptokit/buildlink3.mk b/security/ocaml-cryptokit/buildlink3.mk index ffd2aeb9e66c0..e99336839a8b7 100644 --- a/security/ocaml-cryptokit/buildlink3.mk +++ b/security/ocaml-cryptokit/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.7 2015/08/07 11:20:32 jaapb Exp $ +# $NetBSD: buildlink3.mk,v 1.8 2016/05/05 11:45:36 jaapb Exp $ BUILDLINK_TREE+= ocaml-cryptokit @@ -6,7 +6,7 @@ BUILDLINK_TREE+= ocaml-cryptokit OCAML_CRYPTOKIT_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.ocaml-cryptokit+= ocaml-cryptokit>=1.5 -BUILDLINK_ABI_DEPENDS.ocaml-cryptokit?= ocaml-cryptokit>=1.9nb3 +BUILDLINK_ABI_DEPENDS.ocaml-cryptokit?= ocaml-cryptokit>=1.9nb4 BUILDLINK_PKGSRCDIR.ocaml-cryptokit?= ../../security/ocaml-cryptokit .include "../../lang/ocaml/buildlink3.mk" diff --git a/security/ocaml-cryptokit/distinfo b/security/ocaml-cryptokit/distinfo index 565e7f1d4c3fd..3a116d9cdce7a 100644 --- a/security/ocaml-cryptokit/distinfo +++ b/security/ocaml-cryptokit/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.4 2015/11/04 01:17:52 agc Exp $ +$NetBSD: distinfo,v 1.5 2016/05/06 14:14:28 jaapb Exp $ -SHA1 (cryptokit-1.9.tar.gz) = 2e90f27d05fe68a79747e64eef481835291babf4 -RMD160 (cryptokit-1.9.tar.gz) = f161aefe0cfb0b706a926015566e4d5c0f8dd6fa -SHA512 (cryptokit-1.9.tar.gz) = 67385562d5f42a65dc13b7bbf4164610a47c1f2b20d3e737c62046d716fdc38a19727e7ea04f633562d8c82c83fb1b64472f06c3032ea45e5b7c411b2f177d74 -Size (cryptokit-1.9.tar.gz) = 143494 bytes +SHA1 (cryptokit-1.10.tar.gz) = 73d9c450fd9f3c38089381673fdda6c8b46740b6 +RMD160 (cryptokit-1.10.tar.gz) = 2d49ef1fd230bac8d27a075166693ff70e73b613 +SHA512 (cryptokit-1.10.tar.gz) = 22564e0151c492963d75fb81780b3a884a0bf613ad09380d9b5365740fd9c4bbdaa1c21fed50a1a4934dce920d90f5c86dc014f90e52677544789311f7bded4f +Size (cryptokit-1.10.tar.gz) = 152525 bytes diff --git a/security/ocaml-ssl/Makefile b/security/ocaml-ssl/Makefile index e7138888e17f4..919d727c3dfc5 100644 --- a/security/ocaml-ssl/Makefile +++ b/security/ocaml-ssl/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.21 2016/03/05 11:27:54 jperkin Exp $ +# $NetBSD: Makefile,v 1.22 2016/05/05 11:45:37 jaapb Exp $ # DISTNAME= ocaml-ssl-0.5.2 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GITHUB:=savonet/} diff --git a/security/ocaml-ssl/buildlink3.mk b/security/ocaml-ssl/buildlink3.mk index 44db6a5cebd09..3a837155ce8fd 100644 --- a/security/ocaml-ssl/buildlink3.mk +++ b/security/ocaml-ssl/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.16 2016/03/05 11:27:54 jperkin Exp $ +# $NetBSD: buildlink3.mk,v 1.17 2016/05/05 11:45:37 jaapb Exp $ BUILDLINK_TREE+= ocaml-ssl @@ -6,7 +6,7 @@ BUILDLINK_TREE+= ocaml-ssl OCAML_SSL_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.ocaml-ssl+= ocaml-ssl>=0.4.0 -BUILDLINK_ABI_DEPENDS.ocaml-ssl+= ocaml-ssl>=0.5.2nb1 +BUILDLINK_ABI_DEPENDS.ocaml-ssl+= ocaml-ssl>=0.5.2nb2 BUILDLINK_PKGSRCDIR.ocaml-ssl?= ../../security/ocaml-ssl .include "../../lang/ocaml/buildlink3.mk" diff --git a/security/opendnssec/Makefile b/security/opendnssec/Makefile index 69ecff3ea59b3..76d017cd29099 100644 --- a/security/opendnssec/Makefile +++ b/security/opendnssec/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.54 2016/03/05 11:29:22 jperkin Exp $ +# $NetBSD: Makefile,v 1.56 2016/04/11 19:02:03 ryoon Exp $ # DISTNAME= opendnssec-1.4.9 -PKGREVISION= 1 +PKGREVISION= 3 CATEGORIES= security net MASTER_SITES= http://www.opendnssec.org/files/source/ diff --git a/security/opensaml/Makefile b/security/opensaml/Makefile index 0b9edc357cb72..f22cd31c7afa8 100644 --- a/security/opensaml/Makefile +++ b/security/opensaml/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.20 2016/03/05 11:27:55 jperkin Exp $ +# $NetBSD: Makefile,v 1.21 2016/03/20 10:04:14 pettai Exp $ -DISTNAME= opensaml-2.5.3 -PKGREVISION= 7 +DISTNAME= opensaml-2.5.5 CATEGORIES= security MASTER_SITES= http://www.shibboleth.net/downloads/c++-opensaml/${PKGVERSION_NOREV}/ diff --git a/security/opensaml/PLIST b/security/opensaml/PLIST index ab90fd3126080..8fbbab037ea73 100644 --- a/security/opensaml/PLIST +++ b/security/opensaml/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.6 2013/09/13 21:17:35 pettai Exp $ +@comment $NetBSD: PLIST,v 1.7 2016/03/20 10:04:14 pettai Exp $ bin/samlsign include/saml/Assertion.h include/saml/RootObject.h @@ -51,7 +51,7 @@ include/saml/version.h lib/libsaml.a lib/libsaml.so lib/libsaml.so.8 -lib/libsaml.so.8.0.3 +lib/libsaml.so.8.0.5 lib/pkgconfig/opensaml.pc share/doc/${PKGNAME}/LICENSE.txt share/doc/${PKGNAME}/LOG4CPP.LICENSE diff --git a/security/opensaml/distinfo b/security/opensaml/distinfo index e280ba7a4b809..cc3f6089d8d96 100644 --- a/security/opensaml/distinfo +++ b/security/opensaml/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.5 2015/11/04 01:17:52 agc Exp $ +$NetBSD: distinfo,v 1.6 2016/03/20 10:04:14 pettai Exp $ -SHA1 (opensaml-2.5.3.tar.gz) = 412d0807821f7ee5d419e59fd9fd85613d64da7b -RMD160 (opensaml-2.5.3.tar.gz) = 1ed3e0badd53c60a60d17ad3d4bc490ab8366b50 -SHA512 (opensaml-2.5.3.tar.gz) = 4f1827dadc9f96dd4c9cde2b086885bdc029e41b873af856f6205e0cd1046bd90d16a7ae4c52c8758454aa17a1751e0f7039dfd225210f05ec0214ffeca8d2bd -Size (opensaml-2.5.3.tar.gz) = 703021 bytes +SHA1 (opensaml-2.5.5.tar.gz) = beb3a45ff88076f31eb91f573ddf4ff57984c73a +RMD160 (opensaml-2.5.5.tar.gz) = 8048b89a7f496d0f5920e64991f69afe8b1a9698 +SHA512 (opensaml-2.5.5.tar.gz) = a590b20efa3f8f688393b8f9f0d2add8614e93e54181870736b6efd05e9c3a12d35789f6b6feab426d8a9e2604b5eae4e183c37f30aced215622bd3a7239b43f +Size (opensaml-2.5.5.tar.gz) = 739776 bytes diff --git a/security/openssh/Makefile b/security/openssh/Makefile index 9a2378d521ce5..351d3932d73d1 100644 --- a/security/openssh/Makefile +++ b/security/openssh/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.242 2016/03/05 11:29:23 jperkin Exp $ +# $NetBSD: Makefile,v 1.243 2016/03/15 20:54:07 bsiegert Exp $ -DISTNAME= openssh-7.1p1 -PKGNAME= ${DISTNAME:S/p1/.1/} -PKGREVISION= 4 +DISTNAME= openssh-7.2p2 +PKGNAME= ${DISTNAME:S/p2/.2/} CATEGORIES= security MASTER_SITES= ${MASTER_SITE_OPENBSD:=OpenSSH/portable/} diff --git a/security/openssh/PLIST b/security/openssh/PLIST index ebe150ae24d05..e18d93a97c372 100644 --- a/security/openssh/PLIST +++ b/security/openssh/PLIST @@ -1,7 +1,6 @@ -@comment $NetBSD: PLIST,v 1.17 2015/08/14 08:57:00 jperkin Exp $ +@comment $NetBSD: PLIST,v 1.18 2016/03/15 20:54:07 bsiegert Exp $ bin/scp bin/sftp -bin/slogin bin/ssh bin/ssh-add bin/ssh-agent @@ -13,7 +12,6 @@ libexec/ssh-pkcs11-helper ${PLIST.prng}libexec/ssh-rand-helper man/man1/scp.1 man/man1/sftp.1 -man/man1/slogin.1 man/man1/ssh-add.1 man/man1/ssh-agent.1 man/man1/ssh-keygen.1 diff --git a/security/openssh/distinfo b/security/openssh/distinfo index 747daee1ff387..a8f162f80e142 100644 --- a/security/openssh/distinfo +++ b/security/openssh/distinfo @@ -1,12 +1,9 @@ -$NetBSD: distinfo,v 1.99 2016/02/26 21:06:38 tez Exp $ +$NetBSD: distinfo,v 1.100 2016/03/15 20:54:07 bsiegert Exp $ -SHA1 (openssh-7.1p1-hpn-20150822.diff.bz2) = 444a2fbd80d57ff93b53ade84ec162e2a2f3aa67 -RMD160 (openssh-7.1p1-hpn-20150822.diff.bz2) = 87fb6887d9ccb4b305ff3c25fd5f67847d9996d1 -Size (openssh-7.1p1-hpn-20150822.diff.bz2) = 12173 bytes -SHA1 (openssh-7.1p1.tar.gz) = ed22af19f962262c493fcc6ed8c8826b2761d9b6 -RMD160 (openssh-7.1p1.tar.gz) = 2c97ea10099fa8658156c0351d60d715655b9b07 -SHA512 (openssh-7.1p1.tar.gz) = f1491ca5a0a733eb27ede966590642a412cb7be7178dcb7b9e5844bbdc8383032f4b00435192b95fc0365b6fe74d6c5ac8d6facbe9d51e1532d049e2f784e8f7 -Size (openssh-7.1p1.tar.gz) = 1493170 bytes +SHA1 (openssh-7.2p2.tar.gz) = 70e35d7d6386fe08abbd823b3a12a3ca44ac6d38 +RMD160 (openssh-7.2p2.tar.gz) = d18d73719ceeefa5116b5b741124f3604d7ddb99 +SHA512 (openssh-7.2p2.tar.gz) = 44f62b3a7bc50a0735d496a5aedeefb71550d8c10ad8f22b94e29fcc8084842db96e8c4ca41fced17af69e1aab09ed1182a12ad8650d9a46fd8743a0344df95b +Size (openssh-7.2p2.tar.gz) = 1499808 bytes SHA1 (patch-Makefile.in) = 98960119bda68a663214c8880484552f1207bcfc SHA1 (patch-auth-passwd.c) = 92c487cc3c092efb56f8b4ac4ca08ccd67803a83 SHA1 (patch-auth-rhosts.c) = a5e6131e63b83a7e8a06cd80f22def449d6bc2c4 @@ -14,7 +11,7 @@ SHA1 (patch-auth.c) = cd13f8b31b45d668c5e09eca098b17ec8a7c1039 SHA1 (patch-auth1.c) = cdac14ffa4008e62926526e66316b0a553435374 SHA1 (patch-auth2.c) = efc1eb6d28cb6ec2bd87723943f3e36c612d93aa SHA1 (patch-channels.c) = edcce67664bbbc30a8d10ed2fe58dcece944726c -SHA1 (patch-clientloop.c) = a99fa9ff36e0068c059ee9daa392d06c01d1761c +SHA1 (patch-clientloop.c) = 9b2db181d964b7720e1dc12724a9b9033f28d0e7 SHA1 (patch-config.h.in) = 7406f10b568d2b8237ee575922ce712658d90d59 SHA1 (patch-configure.ac) = d7ba54f34e03fd204eb1a9804fcae7fd16e285e2 SHA1 (patch-defines.h) = bd8687a9a2857f3b8d15ae94095f27f9344003c4 @@ -23,15 +20,13 @@ SHA1 (patch-loginrec.c) = 28082deb14258fe63cbecad8ac96afc016de439c SHA1 (patch-openbsd-compat_bsd-openpty.c) = eaac72830e36e307c19a7b679e6018ece9aebaac SHA1 (patch-openbsd-compat_openbsd-compat.h) = bedbede16ab2fe918419c994ba15a20167b411b4 SHA1 (patch-openbsd-compat_port-tun.c) = 690dfb1f945d186dd3de5bea70ed8fab86e590ee -SHA1 (patch-packet.c) = d302a0802861287e9a5230bbe2a1018c5dc17d28 SHA1 (patch-platform.c) = f8f211dbc5e596c0f82eb86324d18a84c6151ec5 -SHA1 (patch-readconf.c) = e1663d4d9a7ca8de8f87ba42d7b764923cdcc5db SHA1 (patch-sandbox-darwin.c) = c9a1fe2e4dbf98e929d983b4206a244e0e354b75 SHA1 (patch-scp.c) = 9c2317b0f796641903a826db355ba06595a26ea1 SHA1 (patch-session.c) = 2aa1d95a35b52519c4921494855f861dc1380f3b SHA1 (patch-sftp-common.c) = 6819aa040c8f1caa30a704cf6f0588e498df8778 -SHA1 (patch-ssh.c) = 00897c09b7d3037713c579cbc41301623d4c2ebf +SHA1 (patch-ssh.c) = 6877d8205d999906c14240d4d112b084609927ca SHA1 (patch-sshd.8) = 5bf48cd27cef8e8810b9dc7115f5180102a345d1 -SHA1 (patch-sshd.c) = 85a9f50c8b1bdcc44156e2b457a583ccdbc5821b +SHA1 (patch-sshd.c) = cd23ce269bfb48b0caa901e62fc01d35ef0618ac SHA1 (patch-sshpty.c) = cb691d4fbde808927f2fbcc12b87ad983cf21938 SHA1 (patch-uidswap.c) = 68c4f5ffab7f4c5c9c00b7443a74b2da52809b7e diff --git a/security/openssh/patches/patch-clientloop.c b/security/openssh/patches/patch-clientloop.c index a0937955e63be..e615c28f34a35 100644 --- a/security/openssh/patches/patch-clientloop.c +++ b/security/openssh/patches/patch-clientloop.c @@ -1,12 +1,12 @@ -$NetBSD: patch-clientloop.c,v 1.3 2016/01/18 12:53:26 jperkin Exp $ +$NetBSD: patch-clientloop.c,v 1.4 2016/03/15 20:54:07 bsiegert Exp $ Fix X11 forwarding under Mac OS X Yosemite. Patch taken from MacPorts. https://trac.macports.org/browser/trunk/dports/net/openssh/files/launchd.patch?rev=121205 ---- clientloop.c.orig 2015-08-21 04:49:03.000000000 +0000 +--- clientloop.c.orig 2016-03-09 18:04:48.000000000 +0000 +++ clientloop.c -@@ -315,6 +315,10 @@ client_x11_get_proto(const char *display +@@ -313,6 +313,10 @@ client_x11_get_proto(const char *display struct stat st; u_int now, x11_timeout_real; @@ -14,13 +14,13 @@ Fix X11 forwarding under Mac OS X Yosemite. Patch taken from MacPorts. + int is_path_to_socket = 0; +#endif /* __APPLE__ */ + - xauthdir = xauthfile = NULL; *_proto = proto; *_data = data; -@@ -330,6 +334,33 @@ client_x11_get_proto(const char *display - debug("x11_get_proto: DISPLAY not set"); - return; - } + proto[0] = data[0] = xauthfile[0] = xauthdir[0] = '\0'; +@@ -329,6 +333,33 @@ client_x11_get_proto(const char *display + } + + if (xauth_path != NULL) { +#if __APPLE__ + { + /* @@ -51,7 +51,7 @@ Fix X11 forwarding under Mac OS X Yosemite. Patch taken from MacPorts. /* * Handle FamilyLocal case where $DISPLAY does * not match an authorization entry. For this we -@@ -421,6 +452,9 @@ client_x11_get_proto(const char *display +@@ -438,6 +469,9 @@ client_x11_get_proto(const char *display if (!got_data) { u_int32_t rnd = 0; diff --git a/security/openssh/patches/patch-packet.c b/security/openssh/patches/patch-packet.c deleted file mode 100644 index 2c5f1a455da30..0000000000000 --- a/security/openssh/patches/patch-packet.c +++ /dev/null @@ -1,16 +0,0 @@ -$NetBSD: patch-packet.c,v 1.1 2016/02/26 21:06:38 tez Exp $ - -Fix for CVE-2016-1907 -from https://anongit.mindrot.org/openssh.git/commit/?id=2fecfd486bdba9f51b3a789277bb0733ca36e1c0 - - ---- packet.c.orig 2016-02-26 18:42:38.037291000 +0000 -+++ packet.c -@@ -1581,6 +1581,7 @@ ssh_packet_read_poll2(struct ssh *ssh, u - logit("Bad packet length %u.", state->packlen); - if ((r = sshpkt_disconnect(ssh, "Packet corrupt")) != 0) - return r; -+ return SSH_ERR_CONN_CORRUPT; - } - sshbuf_reset(state->incoming_packet); - } else if (state->packlen == 0) { diff --git a/security/openssh/patches/patch-readconf.c b/security/openssh/patches/patch-readconf.c deleted file mode 100644 index 79e5a01cbdfeb..0000000000000 --- a/security/openssh/patches/patch-readconf.c +++ /dev/null @@ -1,25 +0,0 @@ -$NetBSD: patch-readconf.c,v 1.1 2016/01/18 12:53:26 jperkin Exp $ - -Disable roaming. - ---- readconf.c.orig 2015-08-21 04:49:03.000000000 +0000 -+++ readconf.c -@@ -1660,7 +1660,7 @@ initialize_options(Options * options) - options->tun_remote = -1; - options->local_command = NULL; - options->permit_local_command = -1; -- options->use_roaming = -1; -+ options->use_roaming = 0; - options->visual_host_key = -1; - options->ip_qos_interactive = -1; - options->ip_qos_bulk = -1; -@@ -1833,8 +1833,7 @@ fill_default_options(Options * options) - options->tun_remote = SSH_TUNID_ANY; - if (options->permit_local_command == -1) - options->permit_local_command = 0; -- if (options->use_roaming == -1) -- options->use_roaming = 1; -+ options->use_roaming = 0; - if (options->visual_host_key == -1) - options->visual_host_key = 0; - if (options->ip_qos_interactive == -1) diff --git a/security/openssh/patches/patch-ssh.c b/security/openssh/patches/patch-ssh.c index 32c1235f15bd6..43e615ed32ba8 100644 --- a/security/openssh/patches/patch-ssh.c +++ b/security/openssh/patches/patch-ssh.c @@ -1,26 +1,15 @@ -$NetBSD: patch-ssh.c,v 1.5 2016/01/18 12:53:26 jperkin Exp $ +$NetBSD: patch-ssh.c,v 1.6 2016/03/15 20:54:07 bsiegert Exp $ Interix support -Disable roaming ---- ssh.c.orig 2015-08-21 04:49:03.000000000 +0000 +--- ssh.c.orig 2016-03-09 18:04:48.000000000 +0000 +++ ssh.c -@@ -1084,7 +1084,7 @@ main(int ac, char **av) - "disabling"); - options.update_hostkeys = 0; +@@ -1097,7 +1097,7 @@ main(int ac, char **av) } + if (options.connection_attempts <= 0) + fatal("Invalid number of ConnectionAttempts"); -#ifndef HAVE_CYGWIN -+#if defined(HAVE_CYGWIN) || defined(HAVE_INTERIX) ++#if !defined(HAVE_CYGWIN) && !defined(HAVE_INTERIX) if (original_effective_uid != 0) options.use_privileged_port = 0; #endif -@@ -1932,9 +1932,6 @@ ssh_session2(void) - fork_postauth(); - } - -- if (options.use_roaming) -- request_roaming(); -- - return client_loop(tty_flag, tty_flag ? - options.escape_char : SSH_ESCAPECHAR_NONE, id); - } diff --git a/security/openssh/patches/patch-sshd.c b/security/openssh/patches/patch-sshd.c index 36b0419e34292..d57b45a10c463 100644 --- a/security/openssh/patches/patch-sshd.c +++ b/security/openssh/patches/patch-sshd.c @@ -1,11 +1,11 @@ -$NetBSD: patch-sshd.c,v 1.6 2016/01/18 12:53:26 jperkin Exp $ +$NetBSD: patch-sshd.c,v 1.7 2016/03/15 20:54:07 bsiegert Exp $ * Interix support * Revive tcp_wrappers support. ---- sshd.c.orig 2015-08-21 04:49:03.000000000 +0000 +--- sshd.c.orig 2016-03-09 18:04:48.000000000 +0000 +++ sshd.c -@@ -126,6 +126,13 @@ +@@ -125,6 +125,13 @@ #include "version.h" #include "ssherr.h" @@ -19,7 +19,7 @@ #ifndef O_NOCTTY #define O_NOCTTY 0 #endif -@@ -237,7 +244,11 @@ int *startup_pipes = NULL; +@@ -236,7 +243,11 @@ int *startup_pipes = NULL; int startup_pipe; /* in child */ /* variables used for privilege separation */ @@ -31,34 +31,41 @@ struct monitor *pmonitor = NULL; int privsep_is_preauth = 1; -@@ -644,10 +655,15 @@ privsep_preauth_child(void) - /* XXX not ready, too heavy after chroot */ - do_setusercontext(privsep_pw); - #else +@@ -632,7 +643,7 @@ privsep_preauth_child(void) + demote_sensitive_data(); + + /* Demote the child */ +- if (getuid() == 0 || geteuid() == 0) { ++ if (getuid() == ROOTUID || geteuid() == ROOTUID) { + /* Change our root directory */ + if (chroot(_PATH_PRIVSEP_CHROOT_DIR) == -1) + fatal("chroot(\"%s\"): %s", _PATH_PRIVSEP_CHROOT_DIR, +@@ -643,10 +654,15 @@ privsep_preauth_child(void) + /* Drop our privileges */ + debug3("privsep user:group %u:%u", (u_int)privsep_pw->pw_uid, + (u_int)privsep_pw->pw_gid); +#ifdef HAVE_INTERIX + if (setuser(privsep_pw->pw_name, NULL, SU_COMPLETE)) + fatal("setuser: %.100s", strerror(errno)); +#else - gidset[0] = privsep_pw->pw_gid; - if (setgroups(1, gidset) < 0) - fatal("setgroups: %.100s", strerror(errno)); - permanently_set_uid(privsep_pw); + gidset[0] = privsep_pw->pw_gid; + if (setgroups(1, gidset) < 0) + fatal("setgroups: %.100s", strerror(errno)); + permanently_set_uid(privsep_pw); +#endif /* HAVE_INTERIX */ - #endif + } } -@@ -715,11 +731,18 @@ privsep_preauth(Authctxt *authctxt) +@@ -713,10 +729,17 @@ privsep_preauth(Authctxt *authctxt) + /* Arrange for logging to be sent to the monitor */ set_log_handler(mm_log_handler, pmonitor); - /* Demote the child */ -- if (getuid() == 0 || geteuid() == 0) +#ifdef __APPLE_SANDBOX_NAMED_EXTERNAL__ + /* We need to do this before we chroot() so we can read sshd.sb */ + if (box != NULL) + ssh_sandbox_child(box); +#endif -+ if (getuid() == ROOTUID || geteuid() == ROOTUID) - privsep_preauth_child(); + privsep_preauth_child(); setproctitle("%s", "[net]"); +#ifndef __APPLE_SANDBOX_NAMED_EXTERNAL__ if (box != NULL) @@ -67,7 +74,7 @@ return 0; } -@@ -733,7 +756,7 @@ privsep_postauth(Authctxt *authctxt) +@@ -730,7 +753,7 @@ privsep_postauth(Authctxt *authctxt) #ifdef DISABLE_FD_PASSING if (1) { #else @@ -76,7 +83,7 @@ #endif /* File descriptor passing is broken or root login */ use_privsep = 0; -@@ -1489,8 +1512,10 @@ main(int ac, char **av) +@@ -1497,8 +1520,10 @@ main(int ac, char **av) av = saved_argv; #endif @@ -88,7 +95,7 @@ /* Ensure that fds 0, 1 and 2 are open or directed to /dev/null */ sanitise_stdfd(); -@@ -1919,7 +1944,7 @@ main(int ac, char **av) +@@ -1925,7 +1950,7 @@ main(int ac, char **av) (st.st_uid != getuid () || (st.st_mode & (S_IWGRP|S_IWOTH)) != 0)) #else @@ -97,7 +104,7 @@ #endif fatal("%s must be owned by root and not group or " "world-writable.", _PATH_PRIVSEP_CHROOT_DIR); -@@ -1942,8 +1967,10 @@ main(int ac, char **av) +@@ -1948,8 +1973,10 @@ main(int ac, char **av) * to create a file, and we can't control the code in every * module which might be used). */ @@ -108,7 +115,7 @@ if (rexec_flag) { rexec_argv = xcalloc(rexec_argc + 2, sizeof(char *)); -@@ -2139,6 +2166,25 @@ main(int ac, char **av) +@@ -2145,6 +2172,25 @@ main(int ac, char **av) audit_connection_from(remote_ip, remote_port); #endif diff --git a/security/openssl/Makefile b/security/openssl/Makefile index badc1d262274a..e3abcce1626bc 100644 --- a/security/openssl/Makefile +++ b/security/openssl/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.222 2016/03/05 11:27:55 jperkin Exp $ +# $NetBSD: Makefile,v 1.223 2016/05/03 14:51:16 jperkin Exp $ -DISTNAME= openssl-1.0.2g -PKGREVISION= 1 +DISTNAME= openssl-1.0.2h CATEGORIES= security MASTER_SITES= https://www.openssl.org/source/ diff --git a/security/openssl/PLIST.common b/security/openssl/PLIST.common index a3b1460f7b089..da89f9f2a9b5f 100644 --- a/security/openssl/PLIST.common +++ b/security/openssl/PLIST.common @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST.common,v 1.28 2016/03/01 14:35:33 jperkin Exp $ +@comment $NetBSD: PLIST.common,v 1.29 2016/05/03 14:51:16 jperkin Exp $ bin/c_rehash bin/openssl include/openssl/aes.h @@ -747,6 +747,10 @@ man/man3/EVP_CipherFinal_ex.3 man/man3/EVP_CipherInit.3 man/man3/EVP_CipherInit_ex.3 man/man3/EVP_CipherUpdate.3 +man/man3/EVP_DecodeBlock.3 +man/man3/EVP_DecodeFinal.3 +man/man3/EVP_DecodeInit.3 +man/man3/EVP_DecodeUpdate.3 man/man3/EVP_DecryptFinal.3 man/man3/EVP_DecryptFinal_ex.3 man/man3/EVP_DecryptInit.3 @@ -763,6 +767,10 @@ man/man3/EVP_DigestUpdate.3 man/man3/EVP_DigestVerifyFinal.3 man/man3/EVP_DigestVerifyInit.3 man/man3/EVP_DigestVerifyUpdate.3 +man/man3/EVP_EncodeBlock.3 +man/man3/EVP_EncodeFinal.3 +man/man3/EVP_EncodeInit.3 +man/man3/EVP_EncodeUpdate.3 man/man3/EVP_EncryptFinal.3 man/man3/EVP_EncryptFinal_ex.3 man/man3/EVP_EncryptInit.3 @@ -1220,6 +1228,8 @@ man/man3/SSL_CTX_set1_curves.3 man/man3/SSL_CTX_set1_curves_list.3 man/man3/SSL_CTX_set1_param.3 man/man3/SSL_CTX_set1_verify_cert_store.3 +man/man3/SSL_CTX_set_alpn_protos.3 +man/man3/SSL_CTX_set_alpn_select_cb.3 man/man3/SSL_CTX_set_cert_cb.3 man/man3/SSL_CTX_set_cert_store.3 man/man3/SSL_CTX_set_cert_verify_callback.3 @@ -1299,6 +1309,7 @@ man/man3/SSL_ctrl.3 man/man3/SSL_do_handshake.3 man/man3/SSL_flush_sessions.3 man/man3/SSL_free.3 +man/man3/SSL_get0_alpn_selected.3 man/man3/SSL_get0_chain_certs.3 man/man3/SSL_get0_param.3 man/man3/SSL_get1_curves.3 @@ -1353,6 +1364,7 @@ man/man3/SSL_remove_session.3 man/man3/SSL_rstate_string.3 man/man3/SSL_rstate_string_long.3 man/man3/SSL_select_current_cert.3 +man/man3/SSL_select_next_proto.3 man/man3/SSL_session_reused.3 man/man3/SSL_set0_chain.3 man/man3/SSL_set0_chain_cert_store.3 @@ -1363,6 +1375,7 @@ man/man3/SSL_set1_curves.3 man/man3/SSL_set1_curves_list.3 man/man3/SSL_set1_param.3 man/man3/SSL_set1_verify_cert_store.3 +man/man3/SSL_set_alpn_protos.3 man/man3/SSL_set_bio.3 man/man3/SSL_set_cert_cb.3 man/man3/SSL_set_cipher_list.3 diff --git a/security/openssl/distinfo b/security/openssl/distinfo index aca383d8f3232..7c71aa7ca3b35 100644 --- a/security/openssl/distinfo +++ b/security/openssl/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.121 2016/03/01 14:35:33 jperkin Exp $ +$NetBSD: distinfo,v 1.122 2016/05/03 14:51:16 jperkin Exp $ -SHA1 (openssl-1.0.2g.tar.gz) = 36af23887402a5ea4ebef91df8e61654906f58f2 -RMD160 (openssl-1.0.2g.tar.gz) = b5a697ac0195dc84e17f2089b0e649d7129b36c2 -SHA512 (openssl-1.0.2g.tar.gz) = 4d96b6c8a232203483d6e8bee81da01ba10977bfbac92f25304a36dec9ea584b7ef917bc45e097cc7dbe681d71a4570d649c22244c178393ae91fab48323f735 -Size (openssl-1.0.2g.tar.gz) = 5266102 bytes +SHA1 (openssl-1.0.2h.tar.gz) = 577585f5f5d299c44dd3c993d3c0ac7a219e4949 +RMD160 (openssl-1.0.2h.tar.gz) = b7ab97d34582b7467929bbcd2bb8fbc4d19ac05e +SHA512 (openssl-1.0.2h.tar.gz) = 780601f6f3f32f42b6d7bbc4c593db39a3575f9db80294a10a68b2b0bb79448d9bd529ca700b9977354cbdfc65887c76af0aa7b90d3ee421f74ab53e6f15c303 +Size (openssl-1.0.2h.tar.gz) = 5274412 bytes SHA1 (patch-Configure) = bebb9c435914b89ab9d5afabceb7d95903d4b56a SHA1 (patch-Makefile.org) = d2a9295003a8b88718a328b01ff6bcbbc102ec0b SHA1 (patch-Makefile.shared) = d317004d6ade167fc3b6e533bb8a1e93657188b2 diff --git a/security/openvas-client/Makefile b/security/openvas-client/Makefile index 3a824610164d6..f0e303c4ec8f5 100644 --- a/security/openvas-client/Makefile +++ b/security/openvas-client/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.30 2016/03/05 11:29:23 jperkin Exp $ +# $NetBSD: Makefile,v 1.31 2016/03/29 22:00:13 joerg Exp $ # DISTNAME= openvas-client-2.0.1 -PKGREVISION= 25 +PKGREVISION= 26 CATEGORIES= security MASTER_SITES= http://wald.intevation.org/frs/download.php/552/ diff --git a/security/openvas-client/distinfo b/security/openvas-client/distinfo index 7e48448bff437..f3b193040c763 100644 --- a/security/openvas-client/distinfo +++ b/security/openvas-client/distinfo @@ -1,7 +1,8 @@ -$NetBSD: distinfo,v 1.3 2015/11/04 01:17:52 agc Exp $ +$NetBSD: distinfo,v 1.4 2016/03/29 22:00:13 joerg Exp $ SHA1 (openvas-client-2.0.1.tar.gz) = 07ada2cb7538da072c27a3a1cf58f9c6152d5e64 RMD160 (openvas-client-2.0.1.tar.gz) = aa966e1e9911b63e5fee48d947cda5f0b036dd0a SHA512 (openvas-client-2.0.1.tar.gz) = b20235fb9b6d6355a01b02156f6b10b78c98e74e1ebcfac586167989c8175f347a8eaf6eab543a76556745ef4c6aaa88a6e63f984a081d55a7f496d6063fe892 Size (openvas-client-2.0.1.tar.gz) = 629551 bytes SHA1 (patch-aa) = ffca8ce1116a4014e1a65f53536e0fc4faeeb675 +SHA1 (patch-nessus_nessus.c) = 9c2e10a8abe410db8c9b8a7a575dd6cfdbec5804 diff --git a/security/openvas-client/patches/patch-nessus_nessus.c b/security/openvas-client/patches/patch-nessus_nessus.c new file mode 100644 index 0000000000000..cc051c78eba01 --- /dev/null +++ b/security/openvas-client/patches/patch-nessus_nessus.c @@ -0,0 +1,23 @@ +$NetBSD: patch-nessus_nessus.c,v 1.1 2016/03/29 22:00:14 joerg Exp $ + +--- nessus/nessus.c.orig 2016-03-29 18:19:57.396124258 +0000 ++++ nessus/nessus.c +@@ -410,9 +410,7 @@ Please launch openvasclient-mkrand(1) fi + } + if (ssl_mt == NULL) + { +- if (strcasecmp(ssl_ver, "SSLv2") == 0) +- ssl_mt = SSLv2_client_method(); +- else if (strcasecmp(ssl_ver, "SSLv3") == 0) ++ if (strcasecmp(ssl_ver, "SSLv3") == 0) + ssl_mt = SSLv3_client_method(); + else if (strcasecmp(ssl_ver, "SSLv23") == 0) + ssl_mt = SSLv23_client_method(); +@@ -443,6 +441,7 @@ Please launch openvasclient-mkrand(1) fi + return "SSL error"; + } + ++ SSL_CTX_set_options(ssl_ctx, SSL_OP_NO_SSLv2); + if (SSL_CTX_set_options(ssl_ctx, SSL_OP_ALL) < 0) + sslerror("SSL_CTX_set_options(SSL_OP_ALL)"); + diff --git a/security/p11-kit/Makefile b/security/p11-kit/Makefile index 3782a4fa7b7ce..df9d071a2f568 100644 --- a/security/p11-kit/Makefile +++ b/security/p11-kit/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.3 2016/03/13 03:10:36 ryoon Exp $ +# $NetBSD: Makefile,v 1.4 2016/04/04 17:34:56 joerg Exp $ # DISTNAME= p11-kit-0.22.1 +PKGREVISION= 1 CATEGORIES= security MASTER_SITES= http://p11-glue.freedesktop.org/releases/ @@ -10,6 +11,10 @@ HOMEPAGE= https://p11-glue.freedesktop.org/p11-kit.html COMMENT= PKCS#11 module manager LICENSE= modified-bsd +DEPENDS= mozilla-rootcerts>=1.0.20150804nb1:../../security/mozilla-rootcerts + +CONFIGURE_ARGS+= --with-trust-paths=${PREFIX}/share/mozilla-rootcerts/cacert.pem + GNU_CONFIGURE= yes USE_LIBTOOL= yes USE_TOOLS+= pkg-config diff --git a/security/p5-Crypt-ECB/Makefile b/security/p5-Crypt-ECB/Makefile index 06b6b87d91665..18a4f45221859 100644 --- a/security/p5-Crypt-ECB/Makefile +++ b/security/p5-Crypt-ECB/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.12 2016/03/09 10:47:45 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2016/04/07 12:38:48 wen Exp $ -DISTNAME= Crypt-ECB-2.05 +DISTNAME= Crypt-ECB-2.15 PKGNAME= p5-${DISTNAME} CATEGORIES= security perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Crypt/} diff --git a/security/p5-Crypt-ECB/distinfo b/security/p5-Crypt-ECB/distinfo index 299224ce2e8b6..a63f156bfac11 100644 --- a/security/p5-Crypt-ECB/distinfo +++ b/security/p5-Crypt-ECB/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.4 2016/03/09 10:47:45 wiz Exp $ +$NetBSD: distinfo,v 1.6 2016/04/07 12:38:48 wen Exp $ -SHA1 (Crypt-ECB-2.05.tar.gz) = c03f1ee8b5a60ba17c54a58d181dd82e0ea692c7 -RMD160 (Crypt-ECB-2.05.tar.gz) = 60b76b8ee2ef4c232c5b986e5a01c48237ee06f0 -SHA512 (Crypt-ECB-2.05.tar.gz) = ff106e34fb3672cf9a408d978ebc8b56387241c0328912d9c5ffad84b32cb399104a810b1895d8172ea1210627c1ccaf9402e85318e6476199561d323f78e81b -Size (Crypt-ECB-2.05.tar.gz) = 19470 bytes +SHA1 (Crypt-ECB-2.15.tar.gz) = dd1b4a368252da93bdcbe25b25e90964133685a2 +RMD160 (Crypt-ECB-2.15.tar.gz) = 95a5e465d2cc9ffeb2fad96b91bab94cdd66d8ac +SHA512 (Crypt-ECB-2.15.tar.gz) = b825c5ec2860faae54087317e3732bc02b970de5bc4aa475ebe358f6ba88166313f51be89bbe349d8b3a2716e837dc6408ccd1383ca5dd74e38dd3ed65deb652 +Size (Crypt-ECB-2.15.tar.gz) = 15287 bytes diff --git a/security/p5-Crypt-OpenPGP/Makefile b/security/p5-Crypt-OpenPGP/Makefile index 49b5cca016d1f..956e4c4cb642e 100644 --- a/security/p5-Crypt-OpenPGP/Makefile +++ b/security/p5-Crypt-OpenPGP/Makefile @@ -1,9 +1,7 @@ -# $NetBSD: Makefile,v 1.33 2015/07/12 18:56:28 wiz Exp $ -# +# $NetBSD: Makefile,v 1.34 2016/04/17 09:33:24 wiz Exp $ -DISTNAME= Crypt-OpenPGP-1.06 +DISTNAME= Crypt-OpenPGP-1.12 PKGNAME= p5-${DISTNAME} -PKGREVISION= 5 CATEGORIES= security perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Crypt/} diff --git a/security/p5-Crypt-OpenPGP/distinfo b/security/p5-Crypt-OpenPGP/distinfo index 7f54e156be0ee..5a7eca4c142c4 100644 --- a/security/p5-Crypt-OpenPGP/distinfo +++ b/security/p5-Crypt-OpenPGP/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.7 2015/11/04 01:17:55 agc Exp $ +$NetBSD: distinfo,v 1.8 2016/04/17 09:33:24 wiz Exp $ -SHA1 (Crypt-OpenPGP-1.06.tar.gz) = 7ee499841f1184823566d2ff50b2670f4ec0c802 -RMD160 (Crypt-OpenPGP-1.06.tar.gz) = 2b0a3115acfe64428333659bbc99fe9d69b1a986 -SHA512 (Crypt-OpenPGP-1.06.tar.gz) = b1a4c6fae96c99781e3a24aa361a1fd649fe643adcb112ca66802fd99fd370e782b1528427696996474b926457cde4871faa461f604fa1cc096d5064e6e16a92 -Size (Crypt-OpenPGP-1.06.tar.gz) = 136473 bytes +SHA1 (Crypt-OpenPGP-1.12.tar.gz) = ee71fafc695b5759895e57fd8840f97132cf70fd +RMD160 (Crypt-OpenPGP-1.12.tar.gz) = e54b6e316f48e1cbd93c9ee40b9540bef6d32fec +SHA512 (Crypt-OpenPGP-1.12.tar.gz) = 7cbdd1e125d686aea6e6de66572e3d2d03f08d048481b757b9fa51f7d3d0b39dce1f4105a18600b4d546001bf39baeefb199c25449be21d038685cb21174caf6 +Size (Crypt-OpenPGP-1.12.tar.gz) = 103125 bytes diff --git a/security/p5-Crypt-OpenSSL-Bignum/Makefile b/security/p5-Crypt-OpenSSL-Bignum/Makefile index 980154aae364b..735f79af2f363 100644 --- a/security/p5-Crypt-OpenSSL-Bignum/Makefile +++ b/security/p5-Crypt-OpenSSL-Bignum/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.26 2016/03/05 11:29:23 jperkin Exp $ +# $NetBSD: Makefile,v 1.27 2016/05/07 05:11:05 wen Exp $ # -DISTNAME= Crypt-OpenSSL-Bignum-0.04 +DISTNAME= Crypt-OpenSSL-Bignum-0.06 PKGNAME= p5-${DISTNAME} -PKGREVISION= 12 CATEGORIES= security perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Crypt/} diff --git a/security/p5-Crypt-OpenSSL-Bignum/distinfo b/security/p5-Crypt-OpenSSL-Bignum/distinfo index 69fe6a66e0ebc..95a527b03e364 100644 --- a/security/p5-Crypt-OpenSSL-Bignum/distinfo +++ b/security/p5-Crypt-OpenSSL-Bignum/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.4 2015/11/04 01:17:55 agc Exp $ +$NetBSD: distinfo,v 1.5 2016/05/07 05:11:05 wen Exp $ -SHA1 (Crypt-OpenSSL-Bignum-0.04.tar.gz) = ce7f856483f4a1f473bc41d77736ff9684b0545e -RMD160 (Crypt-OpenSSL-Bignum-0.04.tar.gz) = 9069e693779eab96596d44404413e15a6eebe177 -SHA512 (Crypt-OpenSSL-Bignum-0.04.tar.gz) = ea95da0a71e7534595d721a0c4ad95f43d93407b3ed465aad88d8809a11646da15254341b5c36c6248b80be844b36276079b1b050ad5dacbdf71f2bb06621403 -Size (Crypt-OpenSSL-Bignum-0.04.tar.gz) = 13520 bytes +SHA1 (Crypt-OpenSSL-Bignum-0.06.tar.gz) = 494d08e45891c3891c1144174ecdfbbbac4eeb6b +RMD160 (Crypt-OpenSSL-Bignum-0.06.tar.gz) = 2d43db8f2f5fb6ba4d44897e2cc67dabf2937613 +SHA512 (Crypt-OpenSSL-Bignum-0.06.tar.gz) = 98e18ce2d8db09b2a552de641e403944e9e0f413b835dcf560fb8b552bd442a2753aea2ed7cb1b62cb261f1b6debfe56db82b15bd872bc45e12ff1aed92fa478 +Size (Crypt-OpenSSL-Bignum-0.06.tar.gz) = 15873 bytes diff --git a/security/p5-Crypt-PWSafe3/Makefile b/security/p5-Crypt-PWSafe3/Makefile index c8e88894a14a6..5d90b78460a18 100644 --- a/security/p5-Crypt-PWSafe3/Makefile +++ b/security/p5-Crypt-PWSafe3/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.1 2015/12/11 13:15:19 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2016/04/08 14:46:13 wiz Exp $ -DISTNAME= Crypt-PWSafe3-1.21 +DISTNAME= Crypt-PWSafe3-1.22 PKGNAME= p5-${DISTNAME} CATEGORIES= security perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Crypt/} diff --git a/security/p5-Crypt-PWSafe3/distinfo b/security/p5-Crypt-PWSafe3/distinfo index 87d4e4b1048f8..61f2eca7d4379 100644 --- a/security/p5-Crypt-PWSafe3/distinfo +++ b/security/p5-Crypt-PWSafe3/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.1 2015/12/11 13:15:19 wiz Exp $ +$NetBSD: distinfo,v 1.2 2016/04/08 14:46:13 wiz Exp $ -SHA1 (Crypt-PWSafe3-1.21.tar.gz) = d3a5328f7f7df28dba648b6efc1d9f6b87f8f1e2 -RMD160 (Crypt-PWSafe3-1.21.tar.gz) = bd2ac7e86e0204910a0fcbbe9388fe320d483bff -SHA512 (Crypt-PWSafe3-1.21.tar.gz) = e96889155256dbc5c5f2c1f072df3b080f22580401453ca27ae4dd35987ae8d2206738636dad4d32d28afea0ef1626115214cec2666261aaaf6b681b732d8705 -Size (Crypt-PWSafe3-1.21.tar.gz) = 24886 bytes +SHA1 (Crypt-PWSafe3-1.22.tar.gz) = 9a06716b36ebef5b26ea2384f4372582a5103fee +RMD160 (Crypt-PWSafe3-1.22.tar.gz) = facaf1dad1690ea4021c4f0225a0bc99afeced77 +SHA512 (Crypt-PWSafe3-1.22.tar.gz) = a02d9d427f30a1925d5fceefe7f677b28c755a7eb6364e336d24961d901a846948c18efa077c26a0f261a4d6ddeeeb615e4d35fbe759dda2c89bb33ff99bed26 +Size (Crypt-PWSafe3-1.22.tar.gz) = 26426 bytes diff --git a/security/p5-Crypt-Twofish/Makefile b/security/p5-Crypt-Twofish/Makefile index efbda774f666c..7d03a75cec33c 100644 --- a/security/p5-Crypt-Twofish/Makefile +++ b/security/p5-Crypt-Twofish/Makefile @@ -1,5 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2015/06/12 10:51:06 wiz Exp $ -# +# $NetBSD: Makefile,v 1.29 2016/05/03 10:54:56 wiz Exp $ DISTNAME= Crypt-Twofish-2.17 PKGNAME= p5-${DISTNAME} @@ -7,7 +6,7 @@ PKGREVISION= 2 CATEGORIES= security perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Crypt/} -MAINTAINER= rhaen@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Crypt-Twofish/ COMMENT= Perl5 module for the Twofish symmetric key algorithm LICENSE= ${PERL5_LICENSE} diff --git a/security/p5-Digest-MD5/Makefile b/security/p5-Digest-MD5/Makefile index a18d721bf22ca..8700417d0b66e 100644 --- a/security/p5-Digest-MD5/Makefile +++ b/security/p5-Digest-MD5/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.48 2015/07/12 18:56:28 wiz Exp $ +# $NetBSD: Makefile,v 1.49 2016/04/13 13:25:30 wen Exp $ -DISTNAME= Digest-MD5-2.54 +DISTNAME= Digest-MD5-2.55 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= security perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Digest/} diff --git a/security/p5-Digest-MD5/distinfo b/security/p5-Digest-MD5/distinfo index ea88a6ea0145b..d1dbeb3492d56 100644 --- a/security/p5-Digest-MD5/distinfo +++ b/security/p5-Digest-MD5/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.20 2015/11/04 01:17:57 agc Exp $ +$NetBSD: distinfo,v 1.21 2016/04/13 13:25:30 wen Exp $ -SHA1 (Digest-MD5-2.54.tar.gz) = 18530083941bcb817ec34799a03878ac6dc9dde2 -RMD160 (Digest-MD5-2.54.tar.gz) = 2b777c1744e53ea0b8b537f974b537e81c230a49 -SHA512 (Digest-MD5-2.54.tar.gz) = 59bea96be8ee1c9bbcd1724b1ad51e0ee58c6e351a31597ed4de1230e7de0d0d717a8ca9013c4aefa99167b5fb308fc488bc23e2640aa6be2aa563f878c28cb6 -Size (Digest-MD5-2.54.tar.gz) = 48699 bytes +SHA1 (Digest-MD5-2.55.tar.gz) = 59dc31b43c84d5e18ba60f25f513929c2f05ad51 +RMD160 (Digest-MD5-2.55.tar.gz) = 03bc05a3f0d3506a97e3ce133c767343386573ff +SHA512 (Digest-MD5-2.55.tar.gz) = e921fe802566047479d4f33e65cdda0c316e0de06b316845bb48feaefdf5d0c602e330d42335f2cbe34d5b076aa0da2ed6daa7f998e9fda09cf9d66fb3c66811 +Size (Digest-MD5-2.55.tar.gz) = 48823 bytes diff --git a/security/p5-IO-Socket-SSL/Makefile b/security/p5-IO-Socket-SSL/Makefile index cc6f7ce37eae3..d5198d21a6931 100644 --- a/security/p5-IO-Socket-SSL/Makefile +++ b/security/p5-IO-Socket-SSL/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.99 2016/02/26 09:41:06 jperkin Exp $ +# $NetBSD: Makefile,v 1.101 2016/04/24 06:30:22 wiz Exp $ -DISTNAME= IO-Socket-SSL-2.024 +DISTNAME= IO-Socket-SSL-2.027 PKGNAME= p5-${DISTNAME} CATEGORIES= security net perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=IO/} diff --git a/security/p5-IO-Socket-SSL/distinfo b/security/p5-IO-Socket-SSL/distinfo index 4d94666163b8d..691e6138f6cbf 100644 --- a/security/p5-IO-Socket-SSL/distinfo +++ b/security/p5-IO-Socket-SSL/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.74 2016/02/07 14:16:59 wiz Exp $ +$NetBSD: distinfo,v 1.76 2016/04/24 06:30:22 wiz Exp $ -SHA1 (IO-Socket-SSL-2.024.tar.gz) = 2c624f52d1c53c36f8cc0b21c15575e64114f53c -RMD160 (IO-Socket-SSL-2.024.tar.gz) = d4daf847c1407cc639379fbfe74d45386b05a1f5 -SHA512 (IO-Socket-SSL-2.024.tar.gz) = b76c43efbffba031b72efebc9f5348eb24ea1d48704e61c2256c0a23a754fb786cad23d7a330884f526ed31fc2878e27f4114793afa8135cc0caf8f251c07c3c -Size (IO-Socket-SSL-2.024.tar.gz) = 209567 bytes +SHA1 (IO-Socket-SSL-2.027.tar.gz) = 7c5e95027a577a7adeae5030b51606a5de4132ff +RMD160 (IO-Socket-SSL-2.027.tar.gz) = be30d508a6fdbe520fcd6b9631006d057f26bf2d +SHA512 (IO-Socket-SSL-2.027.tar.gz) = 5aea2924c34ce225c8ecb3ffcf21a8c2d72af21c0adfdf8e2264e7e13012404fc890065e209637116995797e9a07db77ee5397a9a83423a861338b9e63263d67 +Size (IO-Socket-SSL-2.027.tar.gz) = 210470 bytes diff --git a/security/p5-Net-SSLeay/Makefile b/security/p5-Net-SSLeay/Makefile index 33acf689292cf..361b69ee23bdb 100644 --- a/security/p5-Net-SSLeay/Makefile +++ b/security/p5-Net-SSLeay/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.76 2016/03/05 11:29:23 jperkin Exp $ +# $NetBSD: Makefile,v 1.77 2016/04/13 18:30:41 wiz Exp $ -DISTNAME= Net-SSLeay-1.72 +DISTNAME= Net-SSLeay-1.74 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= security perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/} diff --git a/security/p5-Net-SSLeay/distinfo b/security/p5-Net-SSLeay/distinfo index 7c98419cc2459..4473f0079dc6d 100644 --- a/security/p5-Net-SSLeay/distinfo +++ b/security/p5-Net-SSLeay/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.38 2015/11/04 01:17:58 agc Exp $ +$NetBSD: distinfo,v 1.39 2016/04/13 18:30:41 wiz Exp $ -SHA1 (Net-SSLeay-1.72.tar.gz) = 29c6cec280396df3f535a08a4fbdda62df783726 -RMD160 (Net-SSLeay-1.72.tar.gz) = 4b6bd1cbad7041933ee2f2f2bda77c1858356ae5 -SHA512 (Net-SSLeay-1.72.tar.gz) = 33d8355af22bf76da21a6fc1f336970c6baf5a4595cd445a986bfd2de6ae4fac479d63a97d54c4cb2c9f3f1a7024c893ad0961be419adb6c51e0916829b53a88 -Size (Net-SSLeay-1.72.tar.gz) = 386011 bytes +SHA1 (Net-SSLeay-1.74.tar.gz) = a39a2720a9143fb61315445802249379439c164f +RMD160 (Net-SSLeay-1.74.tar.gz) = cb269aad8de11a925802dd81fad835fa95680ba5 +SHA512 (Net-SSLeay-1.74.tar.gz) = 70f8e497ec36edbece29ec7111b50d9c617bac86b46b15ad63e00a62d75fd31d1c524de79ac5bfa12111295ba7429ffed18a6665125e904effd3f6396efee247 +Size (Net-SSLeay-1.74.tar.gz) = 387262 bytes diff --git a/security/pam-radius/Makefile b/security/pam-radius/Makefile index d8393cda2779b..34545962badce 100644 --- a/security/pam-radius/Makefile +++ b/security/pam-radius/Makefile @@ -1,13 +1,14 @@ -# $NetBSD: Makefile,v 1.6 2015/09/26 20:58:06 bsiegert Exp $ +# $NetBSD: Makefile,v 1.7 2016/04/12 13:15:14 fhajny Exp $ -PKGNAME= ${DISTNAME:S/_/-/} DISTNAME= pam_radius-1.4.0 +PKGNAME= ${DISTNAME:S/_/-/} CATEGORIES= security MASTER_SITES= ftp://ftp.freeradius.org/pub/freeradius/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.freeradius.org/pam_radius_auth/ COMMENT= PAM module for authentication against a RADIUS server +LICENSE= gnu-gpl-v2 USE_TOOLS+= gmake GNU_CONFIGURE= yes diff --git a/security/pam-radius/distinfo b/security/pam-radius/distinfo index a3e8f8958bbdf..89023568f16c7 100644 --- a/security/pam-radius/distinfo +++ b/security/pam-radius/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.6 2015/12/24 23:40:27 dholland Exp $ +$NetBSD: distinfo,v 1.7 2016/04/12 13:15:14 fhajny Exp $ SHA1 (pam_radius-1.4.0.tar.gz) = 161af24355b79736bb63ba1cf9e627f9ca6e1671 RMD160 (pam_radius-1.4.0.tar.gz) = 765bf1d81243504b6fccbab4032baba424dd8d33 SHA512 (pam_radius-1.4.0.tar.gz) = 3505e3de6777c4129a36d2dbd1ae1dbdc5fe46d752c58a6f2a325f77d6f41f7bd999b886f830c0631e51112f756a16e699f29daa428c2befc79cfab5e5b58624 Size (pam_radius-1.4.0.tar.gz) = 179458 bytes -SHA1 (patch-configure) = 50cdf0f778d3b48e8c06f9871dcf3ef0efa4cdee +SHA1 (patch-configure) = 88f71bec092c9f9df95fe9de665ba4b37a440af0 SHA1 (patch-src_pam__radius__auth.h) = e17931e1789636f6bccf80e51d2f875d36ed7681 diff --git a/security/pam-radius/patches/patch-configure b/security/pam-radius/patches/patch-configure index 8c3692cd350a3..ccaceba91d896 100644 --- a/security/pam-radius/patches/patch-configure +++ b/security/pam-radius/patches/patch-configure @@ -1,10 +1,27 @@ -$NetBSD: patch-configure,v 1.1 2015/12/24 23:40:27 dholland Exp $ +$NetBSD: patch-configure,v 1.2 2016/04/12 13:15:15 fhajny Exp $ Fix shell conditional. +Backport SunOS fix from upstream: + https://github.com/FreeRADIUS/pam_radius/commit/f6e2fb9a2dd04e23e7ca16350e6c3a8ccbd52d33 ---- configure~ 2014-12-17 22:00:59.000000000 +0000 +--- configure.orig 2014-12-17 22:00:59.000000000 +0000 +++ configure -@@ -5261,7 +5261,7 @@ fi +@@ -4540,7 +4540,13 @@ done + for ac_header in security/pam_modules.h pam/pam_modules.h + do : + as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` +-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" ++ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" " ++ #ifdef HAVE_SECURITY_PAM_APPL_H ++ # include ++ #endif ++ ++ ++" + if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : + cat >>confdefs.h <<_ACEOF + #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 +@@ -5261,7 +5267,7 @@ fi HOSTINFO=$host diff --git a/security/pgp5/distinfo b/security/pgp5/distinfo index 91bd3ad5014c8..4284107977ad3 100644 --- a/security/pgp5/distinfo +++ b/security/pgp5/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.11 2015/11/04 01:18:01 agc Exp $ +$NetBSD: distinfo,v 1.12 2016/04/01 10:43:29 jperkin Exp $ SHA1 (pgp50i-unix-src.tar.gz) = b740afe0bf557deedb53604274997cb2bbecac33 RMD160 (pgp50i-unix-src.tar.gz) = 8400bef0e3a4452e1c89373c070a11dce71572f4 @@ -26,5 +26,6 @@ SHA1 (patch-bf) = e942fc19adf55474ae839c4baba92e46ed618d0b SHA1 (patch-bg) = 9fe1e716cd7ea19b1b171fc8097ed638a95e3d82 SHA1 (patch-bh) = 3725da941b7c1e8ad4c5394d78cd6ce2639ee74e SHA1 (patch-bi) = 17274af8773ad006b7f0aad1e734d16449f5166e +SHA1 (patch-config_pre.in) = d29761afc32f6be8d9c0c3b953687cebc781d3fd SHA1 (patch-lib_pgp_keys_pgpRngRead.c) = 7de4e5fbe376c74d4805e7385fb1e49cb13d4717 SHA1 (patch-lib_ttyui_pgpOutput.c) = ba0e1be61816fa852f32ae6c46008550b5431904 diff --git a/security/pgp5/patches/patch-config_pre.in b/security/pgp5/patches/patch-config_pre.in new file mode 100644 index 0000000000000..55a5706dd933f --- /dev/null +++ b/security/pgp5/patches/patch-config_pre.in @@ -0,0 +1,15 @@ +$NetBSD: patch-config_pre.in,v 1.1 2016/04/01 10:43:29 jperkin Exp $ + +Support --mandir. + +--- config/pre.in.orig 1998-02-07 19:54:56.000000000 +0000 ++++ config/pre.in +@@ -16,7 +16,7 @@ prefix=@prefix@ + exec_prefix=@exec_prefix@ + + includedir=$(prefix)/include +-mandir=$(prefix)/man ++mandir=@mandir@ + bindir=$(exec_prefix)/bin + libdir=$(exec_prefix)/lib + diff --git a/security/php-oauth/Makefile b/security/php-oauth/Makefile index 3410fc9a8928b..49961ca5dcbdd 100644 --- a/security/php-oauth/Makefile +++ b/security/php-oauth/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2016/03/12 09:42:48 fhajny Exp $ +# $NetBSD: Makefile,v 1.7 2016/05/07 10:09:07 joerg Exp $ MODNAME= oauth PECL_VERSION= 2.0.1 @@ -15,5 +15,6 @@ USE_LANGUAGES= c c++ CONFIGURE_ARGS+= --with-curl=${BUILDLINK_PREFIX.curl} .include "../../lang/php/ext.mk" +.include "../../devel/pcre/buildlink3.mk" .include "../../www/curl/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/security/putty/Makefile b/security/putty/Makefile index 64fe74cadfa0c..11eff6987c888 100644 --- a/security/putty/Makefile +++ b/security/putty/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.42 2015/11/20 19:02:02 ryoon Exp $ +# $NetBSD: Makefile,v 1.43 2016/03/14 14:07:30 ryoon Exp $ # -DISTNAME= putty-0.66 +DISTNAME= putty-0.67 CATEGORIES= security MASTER_SITES= http://the.earth.li/~sgtatham/putty/${PKGVERSION_NOREV}/ diff --git a/security/putty/distinfo b/security/putty/distinfo index 429d323194837..9b4b3b63a7006 100644 --- a/security/putty/distinfo +++ b/security/putty/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.19 2015/11/20 19:02:02 ryoon Exp $ +$NetBSD: distinfo,v 1.20 2016/03/14 14:07:30 ryoon Exp $ -SHA1 (putty-0.66.tar.gz) = 49a6eb85c2b6893b5de8485f7c59049bf4fa32f4 -RMD160 (putty-0.66.tar.gz) = 2121860be81416f96a93963e4771a1edfca279dc -SHA512 (putty-0.66.tar.gz) = 796fdb104fbdcad22d93274ea7c3599a34a94b35c849eafd1398f9a71721fbf2b6e4cec4abb64bb7fffe8ac45faefd8995339547fdc9b0beca5d7a76e0cb6bd3 -Size (putty-0.66.tar.gz) = 1948323 bytes +SHA1 (putty-0.67.tar.gz) = 132ff74266e590a007f86cbb4bea5642db7bdd76 +RMD160 (putty-0.67.tar.gz) = 910dc2257337eefcbe656d2d05bbf4ecc4fda22c +SHA512 (putty-0.67.tar.gz) = c2b17da46b8db3fe3837a10cb9cf5dd4b3ef6bfa15cadab83f3b87cf1479ed31fced90b774297ae53bdcbbdf230fc80d5c73d5ff3be6916fb591fd7ce3d35eca +Size (putty-0.67.tar.gz) = 1955547 bytes SHA1 (patch-import.c) = da6a34ec3412985858babb28821296c40e30d96b SHA1 (patch-ldisc.c) = e4dd89bfb2ddcb47aad46cc7c311f424aa6ab6be SHA1 (patch-misc.c) = fb7ba23f3c3301181d2ca7666a037f7bb3ac3f7b diff --git a/security/py-OpenSSL/Makefile b/security/py-OpenSSL/Makefile index f46961812633a..53ac2590e77ee 100644 --- a/security/py-OpenSSL/Makefile +++ b/security/py-OpenSSL/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.37 2016/03/05 11:29:24 jperkin Exp $ +# $NetBSD: Makefile,v 1.38 2016/04/20 16:05:57 leot Exp $ -DISTNAME= pyOpenSSL-0.15.1 +DISTNAME= pyOpenSSL-16.0.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//} -PKGREVISION= 1 CATEGORIES= security python MASTER_SITES= http://pypi.python.org/packages/source/p/pyOpenSSL/ diff --git a/security/py-OpenSSL/PLIST b/security/py-OpenSSL/PLIST index d9df64668bb6d..213e5f574d58d 100644 --- a/security/py-OpenSSL/PLIST +++ b/security/py-OpenSSL/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.11 2015/08/23 10:10:26 leot Exp $ +@comment $NetBSD: PLIST,v 1.12 2016/04/20 16:05:57 leot Exp $ ${PYSITELIB}/OpenSSL/SSL.py ${PYSITELIB}/OpenSSL/SSL.pyc ${PYSITELIB}/OpenSSL/SSL.pyo @@ -14,27 +14,6 @@ ${PYSITELIB}/OpenSSL/crypto.pyo ${PYSITELIB}/OpenSSL/rand.py ${PYSITELIB}/OpenSSL/rand.pyc ${PYSITELIB}/OpenSSL/rand.pyo -${PYSITELIB}/OpenSSL/test/__init__.py -${PYSITELIB}/OpenSSL/test/__init__.pyc -${PYSITELIB}/OpenSSL/test/__init__.pyo -${PYSITELIB}/OpenSSL/test/test_crypto.py -${PYSITELIB}/OpenSSL/test/test_crypto.pyc -${PYSITELIB}/OpenSSL/test/test_crypto.pyo -${PYSITELIB}/OpenSSL/test/test_rand.py -${PYSITELIB}/OpenSSL/test/test_rand.pyc -${PYSITELIB}/OpenSSL/test/test_rand.pyo -${PYSITELIB}/OpenSSL/test/test_ssl.py -${PYSITELIB}/OpenSSL/test/test_ssl.pyc -${PYSITELIB}/OpenSSL/test/test_ssl.pyo -${PYSITELIB}/OpenSSL/test/test_tsafe.py -${PYSITELIB}/OpenSSL/test/test_tsafe.pyc -${PYSITELIB}/OpenSSL/test/test_tsafe.pyo -${PYSITELIB}/OpenSSL/test/test_util.py -${PYSITELIB}/OpenSSL/test/test_util.pyc -${PYSITELIB}/OpenSSL/test/test_util.pyo -${PYSITELIB}/OpenSSL/test/util.py -${PYSITELIB}/OpenSSL/test/util.pyc -${PYSITELIB}/OpenSSL/test/util.pyo ${PYSITELIB}/OpenSSL/tsafe.py ${PYSITELIB}/OpenSSL/tsafe.pyc ${PYSITELIB}/OpenSSL/tsafe.pyo diff --git a/security/py-OpenSSL/distinfo b/security/py-OpenSSL/distinfo index 13c1d68a6b14e..6297af88ec6a0 100644 --- a/security/py-OpenSSL/distinfo +++ b/security/py-OpenSSL/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.11 2015/11/04 01:18:03 agc Exp $ +$NetBSD: distinfo,v 1.12 2016/04/20 16:05:57 leot Exp $ -SHA1 (pyOpenSSL-0.15.1.tar.gz) = e4d752de1fea5a40a982d4d55004cfb14109ba99 -RMD160 (pyOpenSSL-0.15.1.tar.gz) = e3161873d453b5653705711a9f2cc8500ea6c94f -SHA512 (pyOpenSSL-0.15.1.tar.gz) = bd204f40c9583a8580cff28b061f02ea772fdda3965dab6ac9e3f8c3b98792bea87b6de76494f7ce81e1ddcc76019432a9ffa3bcd55c5adb063bb639efe62e51 -Size (pyOpenSSL-0.15.1.tar.gz) = 149887 bytes +SHA1 (pyOpenSSL-16.0.0.tar.gz) = 4efb8f880743acf48070d3adaf9f0bce5601e6a8 +RMD160 (pyOpenSSL-16.0.0.tar.gz) = 5743ac77e6accd99ce645adbfff559ba379f94b7 +SHA512 (pyOpenSSL-16.0.0.tar.gz) = ba67a34e04e383ab42b619c5d9e73206672d584b0795e1d09c5de7e624bff0e3bd9f9e69d51a92d6a40e4000408ae21d5d2ac281f22aeca2e8681e6fa762a081 +Size (pyOpenSSL-16.0.0.tar.gz) = 171929 bytes diff --git a/security/py-cryptography/Makefile b/security/py-cryptography/Makefile index 6e2a7272fa9f1..cdda6cb72e956 100644 --- a/security/py-cryptography/Makefile +++ b/security/py-cryptography/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.38 2016/03/08 15:14:38 wiz Exp $ +# $NetBSD: Makefile,v 1.39 2016/04/08 15:22:03 wiz Exp $ -DISTNAME= cryptography-1.2.3 +DISTNAME= cryptography-1.3.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= security python MASTER_SITES= ${MASTER_SITE_PYPI:=c/cryptography/} diff --git a/security/py-cryptography/PLIST b/security/py-cryptography/PLIST index 12d4cd1fd295e..481967690bd43 100644 --- a/security/py-cryptography/PLIST +++ b/security/py-cryptography/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.12 2015/11/12 16:37:00 wiz Exp $ +@comment $NetBSD: PLIST,v 1.13 2016/04/08 15:22:03 wiz Exp $ ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt @@ -57,12 +57,18 @@ ${PYSITELIB}/cryptography/hazmat/backends/openssl/ciphers.pyo ${PYSITELIB}/cryptography/hazmat/backends/openssl/cmac.py ${PYSITELIB}/cryptography/hazmat/backends/openssl/cmac.pyc ${PYSITELIB}/cryptography/hazmat/backends/openssl/cmac.pyo +${PYSITELIB}/cryptography/hazmat/backends/openssl/decode_asn1.py +${PYSITELIB}/cryptography/hazmat/backends/openssl/decode_asn1.pyc +${PYSITELIB}/cryptography/hazmat/backends/openssl/decode_asn1.pyo ${PYSITELIB}/cryptography/hazmat/backends/openssl/dsa.py ${PYSITELIB}/cryptography/hazmat/backends/openssl/dsa.pyc ${PYSITELIB}/cryptography/hazmat/backends/openssl/dsa.pyo ${PYSITELIB}/cryptography/hazmat/backends/openssl/ec.py ${PYSITELIB}/cryptography/hazmat/backends/openssl/ec.pyc ${PYSITELIB}/cryptography/hazmat/backends/openssl/ec.pyo +${PYSITELIB}/cryptography/hazmat/backends/openssl/encode_asn1.py +${PYSITELIB}/cryptography/hazmat/backends/openssl/encode_asn1.pyc +${PYSITELIB}/cryptography/hazmat/backends/openssl/encode_asn1.pyo ${PYSITELIB}/cryptography/hazmat/backends/openssl/hashes.py ${PYSITELIB}/cryptography/hazmat/backends/openssl/hashes.pyc ${PYSITELIB}/cryptography/hazmat/backends/openssl/hashes.pyo diff --git a/security/py-cryptography/distinfo b/security/py-cryptography/distinfo index da4610d39d0c6..4b08ca07fb497 100644 --- a/security/py-cryptography/distinfo +++ b/security/py-cryptography/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.28 2016/03/08 15:14:38 wiz Exp $ +$NetBSD: distinfo,v 1.29 2016/04/08 15:22:03 wiz Exp $ -SHA1 (cryptography-1.2.3.tar.gz) = a8a8083e70875423bd72899ca99890b788189205 -RMD160 (cryptography-1.2.3.tar.gz) = 829ee81f5e88d810d286e71829f4d21e5519aef7 -SHA512 (cryptography-1.2.3.tar.gz) = f05f6ffd3386e839998437b3cb6b3bcc38af604e77aefe43904c8e155c26f9113f70666d7f089a76f5f646350f2ffa0aeb1e546d14da1d99c1d3de3419c833e3 -Size (cryptography-1.2.3.tar.gz) = 373165 bytes +SHA1 (cryptography-1.3.1.tar.gz) = ebcfdc46c9a169a49ab034c819eca8d8b07167c6 +RMD160 (cryptography-1.3.1.tar.gz) = c97d4a804c43ecd2df71c2f99637c932d978b046 +SHA512 (cryptography-1.3.1.tar.gz) = 8b833619d0aec5e6630c8e069e886f6b708b0b3a4f4ca4e37797a24c69be4cacf162f20c068deaecc3222ee0323583582d384e49fa3dbaeaeefc0d7d8c92918a +Size (cryptography-1.3.1.tar.gz) = 383852 bytes diff --git a/security/py-oauthlib/Makefile b/security/py-oauthlib/Makefile index 0f3d17c688849..913c3709c614e 100644 --- a/security/py-oauthlib/Makefile +++ b/security/py-oauthlib/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.3 2015/11/06 10:50:30 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2016/05/05 11:43:06 wiz Exp $ -DISTNAME= oauthlib-1.0.3 +DISTNAME= oauthlib-1.1.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= security -MASTER_SITES= ${MASTER_SITE_PYPI:=o/oauthlib/} +MASTER_SITES= https://pypi.python.org/packages/79/56/cb4c1ff3244f68605a1042a7f257f96815246b0625e28991d268554adb16/ MAINTAINER= imil@NetBSD.org HOMEPAGE= https://pypi.python.org/pypi/oauthlib diff --git a/security/py-oauthlib/PLIST b/security/py-oauthlib/PLIST index 76108aab5893e..dfe5132ed5e19 100644 --- a/security/py-oauthlib/PLIST +++ b/security/py-oauthlib/PLIST @@ -1,8 +1,7 @@ -@comment $NetBSD: PLIST,v 1.3 2015/11/06 10:50:30 wiz Exp $ +@comment $NetBSD: PLIST,v 1.4 2016/05/05 11:43:06 wiz Exp $ ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt -${PYSITELIB}/${EGG_INFODIR}/pbr.json ${PYSITELIB}/${EGG_INFODIR}/requires.txt ${PYSITELIB}/${EGG_INFODIR}/top_level.txt ${PYSITELIB}/oauthlib/__init__.py diff --git a/security/py-oauthlib/distinfo b/security/py-oauthlib/distinfo index 71dcccb458956..c1d4431ab7e93 100644 --- a/security/py-oauthlib/distinfo +++ b/security/py-oauthlib/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.3 2015/11/06 10:50:30 wiz Exp $ +$NetBSD: distinfo,v 1.4 2016/05/05 11:43:06 wiz Exp $ -SHA1 (oauthlib-1.0.3.tar.gz) = c072f1e152900a6a2970f6d589c5cb3b5d12fb93 -RMD160 (oauthlib-1.0.3.tar.gz) = 07c48a5947b47d4511428c690452569f2191cc11 -SHA512 (oauthlib-1.0.3.tar.gz) = b5df82729edc025f262a18c012f6036f52e97a8a846eeb75e4e205928acfd6e971a58194c4a06853d6743329d397e69b94fb431047b2a17a2cb2472c889c4d4c -Size (oauthlib-1.0.3.tar.gz) = 109095 bytes +SHA1 (oauthlib-1.1.1.tar.gz) = a4a9fdd30c6ca80301b356c926ee576e0577bb13 +RMD160 (oauthlib-1.1.1.tar.gz) = 7b81823066c054fb8358245ac937c111009670b4 +SHA512 (oauthlib-1.1.1.tar.gz) = 0ad3327eef36f6d31b5b297ade258d05ab7ba7eb82d7b9f16482e4fbe2e9560ca0de977788fd036602beec29f8698a682e34c0971070c1f394c5481b18cd4299 +Size (oauthlib-1.1.1.tar.gz) = 108581 bytes diff --git a/security/py-rsa/Makefile b/security/py-rsa/Makefile index 7480440a703a4..e5177bda142eb 100644 --- a/security/py-rsa/Makefile +++ b/security/py-rsa/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.2 2016/01/05 10:26:43 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2016/04/13 17:54:10 wiz Exp $ -DISTNAME= rsa-3.2.3 +DISTNAME= rsa-3.4.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= security python MASTER_SITES= ${MASTER_SITE_PYPI:=r/rsa/} diff --git a/security/py-rsa/distinfo b/security/py-rsa/distinfo index 6725a6964ab99..d8fc8d8fe999d 100644 --- a/security/py-rsa/distinfo +++ b/security/py-rsa/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.3 2016/01/05 10:26:43 wiz Exp $ +$NetBSD: distinfo,v 1.5 2016/04/13 17:54:10 wiz Exp $ -SHA1 (rsa-3.2.3.tar.gz) = 4ef92bff4214c399dffae3226f7e9b5fc31b8ce5 -RMD160 (rsa-3.2.3.tar.gz) = a03442820487566d8a246e079dd07dc7536ea7c7 -SHA512 (rsa-3.2.3.tar.gz) = 52b33e0278e6e1fed64b1cdebed29f7caa31fae733c2d5875e6cba5a045aaa829616799d8de84fdb63c546780dbdafcabf1f85f25930b8e663861151479ef7e2 -Size (rsa-3.2.3.tar.gz) = 35628 bytes +SHA1 (rsa-3.4.1.tar.gz) = 599df059e23067985cb3d4d5466508ffd8e0379e +RMD160 (rsa-3.4.1.tar.gz) = a5f1cb15f859544444f3e980a4cd48b4f085effa +SHA512 (rsa-3.4.1.tar.gz) = 769d6f4ef944d0b499cd1adfde4806310daca472201f56aa68d47256d8522d863b6f73d6dc3edc8edb4ed2a47dd5a353b5ee74861db9eb4557f16f4b5420df79 +Size (rsa-3.4.1.tar.gz) = 40938 bytes diff --git a/security/py-service_identity/Makefile b/security/py-service_identity/Makefile index b01fda60dd891..63dde38f093c2 100644 --- a/security/py-service_identity/Makefile +++ b/security/py-service_identity/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.2 2016/02/21 10:47:20 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2016/04/14 11:34:23 leot Exp $ DISTNAME= service_identity-16.0.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +PKGREVISION= 1 CATEGORIES= security python -MASTER_SITES= ${MASTER_SITE_PYPI:=s/service_identity/} +MASTER_SITES= ${MASTER_SITE_PYPI} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://pypi.python.org/pypi/service_identity @@ -12,6 +13,7 @@ LICENSE= mit DEPENDS+= ${PYPKGPREFIX}-OpenSSL>=0.12:../../security/py-OpenSSL DEPENDS+= ${PYPKGPREFIX}-asn1-modules-[0-9]*:../../security/py-asn1-modules +DEPENDS+= ${PYPKGPREFIX}-attrs-[0-9]*:../../devel/py-attrs DEPENDS+= ${PYPKGPREFIX}-characteristic>=14.0.0:../../devel/py-characteristic DEPENDS+= ${PYPKGPREFIX}-idna-[0-9]*:../../www/py-idna diff --git a/security/qca2-ossl/Makefile b/security/qca2-ossl/Makefile index 10bc2dd8f638f..cf78ea2a59e2c 100644 --- a/security/qca2-ossl/Makefile +++ b/security/qca2-ossl/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.33 2016/03/05 11:29:25 jperkin Exp $ +# $NetBSD: Makefile,v 1.34 2016/03/29 23:04:01 khorben Exp $ DISTNAME= qca-ossl-2.0.0-beta3 PKGNAME= qca2-ossl-${DISTNAME:S/-beta/beta/:C/.*-//} -PKGREVISION= 29 +PKGREVISION= 30 CATEGORIES= security MASTER_SITES= http://delta.affinix.com/download/qca/2.0/plugins/ EXTRACT_SUFX= .tar.bz2 diff --git a/security/qca2-ossl/distinfo b/security/qca2-ossl/distinfo index a03ffce0bd83a..99ec70241ece9 100644 --- a/security/qca2-ossl/distinfo +++ b/security/qca2-ossl/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.4 2015/11/04 01:18:06 agc Exp $ +$NetBSD: distinfo,v 1.5 2016/03/29 23:04:01 khorben Exp $ SHA1 (qca-ossl-2.0.0-beta3.tar.bz2) = dd925e8732ff76f24f9f90f4094abaf2f0ac27bf RMD160 (qca-ossl-2.0.0-beta3.tar.bz2) = c979c3c3427eb45e8866e28746f83966e8bcf3c2 SHA512 (qca-ossl-2.0.0-beta3.tar.bz2) = 17b30099c1bc8650757d71fd9e7824831b132cedc920f59832cb5a8096b90932834e05f3f77ed34e213fdadf881625710e1311ae4fcc4c0919a1684adb4525b8 Size (qca-ossl-2.0.0-beta3.tar.bz2) = 49188 bytes -SHA1 (patch-aa) = 56daba9dd5ea2c545c63b9971fa78941d3d6ec12 +SHA1 (patch-aa) = 186e34288e91383a3a13a5bfbde109f80d9d71e3 diff --git a/security/qca2-ossl/patches/patch-aa b/security/qca2-ossl/patches/patch-aa index 5fd408e50c854..4d21ef6add62c 100644 --- a/security/qca2-ossl/patches/patch-aa +++ b/security/qca2-ossl/patches/patch-aa @@ -1,6 +1,8 @@ -$NetBSD: patch-aa,v 1.2 2011/12/17 12:46:51 marino Exp $ +$NetBSD: patch-aa,v 1.3 2016/03/29 23:04:01 khorben Exp $ ---- qca-ossl.cpp.orig 2007-12-11 07:34:57.000000000 +0100 +Remove support for SSLv2 + +--- qca-ossl.cpp.orig 2007-12-11 06:34:57.000000000 +0000 +++ qca-ossl.cpp @@ -42,6 +42,15 @@ #define OSSL_097 @@ -18,7 +20,7 @@ $NetBSD: patch-aa,v 1.2 2011/12/17 12:46:51 marino Exp $ using namespace QCA; namespace opensslQCAPlugin { -@@ -327,7 +336,7 @@ +@@ -327,7 +336,7 @@ static X509_EXTENSION *new_subject_key_i X509V3_CTX ctx; X509V3_set_ctx_nodb(&ctx); X509V3_set_ctx(&ctx, NULL, cert, NULL, NULL, 0); @@ -27,7 +29,7 @@ $NetBSD: patch-aa,v 1.2 2011/12/17 12:46:51 marino Exp $ return ex; } -@@ -1182,6 +1191,7 @@ +@@ -1182,6 +1191,7 @@ public: { pkey = from.pkey; CRYPTO_add(&pkey->references, 1, CRYPTO_LOCK_EVP_PKEY); @@ -35,7 +37,7 @@ $NetBSD: patch-aa,v 1.2 2011/12/17 12:46:51 marino Exp $ state = Idle; } -@@ -1226,6 +1236,7 @@ +@@ -1226,6 +1236,7 @@ public: } else { @@ -43,7 +45,7 @@ $NetBSD: patch-aa,v 1.2 2011/12/17 12:46:51 marino Exp $ EVP_MD_CTX_init(&mdctx); if(!EVP_VerifyInit_ex(&mdctx, type, NULL)) state = VerifyError; -@@ -1771,8 +1782,10 @@ +@@ -1771,8 +1782,10 @@ public: md = EVP_sha1(); else if(alg == EMSA3_MD5) md = EVP_md5(); @@ -54,7 +56,7 @@ $NetBSD: patch-aa,v 1.2 2011/12/17 12:46:51 marino Exp $ else if(alg == EMSA3_RIPEMD160) md = EVP_ripemd160(); else if(alg == EMSA3_Raw) -@@ -1789,8 +1802,10 @@ +@@ -1789,8 +1802,10 @@ public: md = EVP_sha1(); else if(alg == EMSA3_MD5) md = EVP_md5(); @@ -65,7 +67,7 @@ $NetBSD: patch-aa,v 1.2 2011/12/17 12:46:51 marino Exp $ else if(alg == EMSA3_RIPEMD160) md = EVP_ripemd160(); else if(alg == EMSA3_Raw) -@@ -3385,9 +3400,11 @@ +@@ -3385,9 +3400,11 @@ public: case NID_md5WithRSAEncryption: p.sigalgo = QCA::EMSA3_MD5; break; @@ -77,7 +79,7 @@ $NetBSD: patch-aa,v 1.2 2011/12/17 12:46:51 marino Exp $ case NID_ripemd160WithRSA: p.sigalgo = QCA::EMSA3_RIPEMD160; break; -@@ -3871,9 +3888,11 @@ +@@ -3871,9 +3888,11 @@ public: case NID_md5WithRSAEncryption: p.sigalgo = QCA::EMSA3_MD5; break; @@ -89,7 +91,7 @@ $NetBSD: patch-aa,v 1.2 2011/12/17 12:46:51 marino Exp $ case NID_ripemd160WithRSA: p.sigalgo = QCA::EMSA3_RIPEMD160; break; -@@ -4061,9 +4080,11 @@ +@@ -4061,9 +4080,11 @@ public: case NID_md5WithRSAEncryption: p.sigalgo = QCA::EMSA3_MD5; break; @@ -101,7 +103,7 @@ $NetBSD: patch-aa,v 1.2 2011/12/17 12:46:51 marino Exp $ case NID_ripemd160WithRSA: p.sigalgo = QCA::EMSA3_RIPEMD160; break; -@@ -5128,6 +5149,16 @@ +@@ -5128,14 +5149,21 @@ public: v_eof = false; } @@ -118,7 +120,24 @@ $NetBSD: patch-aa,v 1.2 2011/12/17 12:46:51 marino Exp $ virtual QStringList supportedCipherSuites(const TLS::Version &version) const { OpenSSL_add_ssl_algorithms(); -@@ -5692,6 +5723,14 @@ + SSL_CTX *ctx = 0; + switch (version) { +- case TLS::SSL_v2: +- ctx = SSL_CTX_new(SSLv2_client_method()); +- break; + case TLS::SSL_v3: + ctx = SSL_CTX_new(SSLv3_client_method()); + break; +@@ -5151,6 +5179,8 @@ public: + if (NULL == ctx) + return QStringList(); + ++ SSL_CTX_set_options(ctx, SSL_OP_NO_SSLv2); ++ + SSL *ssl = SSL_new(ctx); + if (NULL == ssl) { + SSL_CTX_free(ctx); +@@ -5692,6 +5722,14 @@ public: } } @@ -133,7 +152,7 @@ $NetBSD: patch-aa,v 1.2 2011/12/17 12:46:51 marino Exp $ return true; } -@@ -6155,6 +6194,7 @@ +@@ -6155,6 +6193,7 @@ public: i2d_PKCS7_bio(bo, p7); //PEM_write_bio_PKCS7(bo, p7); out = bio2ba(bo); @@ -141,7 +160,7 @@ $NetBSD: patch-aa,v 1.2 2011/12/17 12:46:51 marino Exp $ } else { -@@ -6582,7 +6622,9 @@ +@@ -6582,7 +6621,9 @@ static QStringList all_hash_types() list += "sha1"; list += "sha0"; list += "ripemd160"; @@ -151,7 +170,7 @@ $NetBSD: patch-aa,v 1.2 2011/12/17 12:46:51 marino Exp $ list += "md4"; list += "md5"; #ifdef SHA224_DIGEST_LENGTH -@@ -6597,9 +6639,11 @@ +@@ -6597,9 +6638,11 @@ static QStringList all_hash_types() #ifdef SHA512_DIGEST_LENGTH list += "sha512"; #endif @@ -163,7 +182,7 @@ $NetBSD: patch-aa,v 1.2 2011/12/17 12:46:51 marino Exp $ return list; } -@@ -6671,7 +6715,7 @@ +@@ -6671,7 +6714,7 @@ public: { } @@ -172,7 +191,7 @@ $NetBSD: patch-aa,v 1.2 2011/12/17 12:46:51 marino Exp $ { return new opensslInfoContext(*this); } -@@ -6692,6 +6736,34 @@ +@@ -6692,6 +6735,34 @@ public: } }; @@ -207,7 +226,7 @@ $NetBSD: patch-aa,v 1.2 2011/12/17 12:46:51 marino Exp $ } using namespace opensslQCAPlugin; -@@ -6711,11 +6783,14 @@ +@@ -6711,11 +6782,14 @@ public: OpenSSL_add_all_algorithms(); ERR_load_crypto_strings(); @@ -227,7 +246,7 @@ $NetBSD: patch-aa,v 1.2 2011/12/17 12:46:51 marino Exp $ openssl_initted = true; } -@@ -6754,10 +6829,13 @@ +@@ -6754,10 +6828,13 @@ public: QStringList features() const { QStringList list; @@ -241,7 +260,7 @@ $NetBSD: patch-aa,v 1.2 2011/12/17 12:46:51 marino Exp $ list += "pbkdf1(sha1)"; list += "pbkdf2(sha1)"; list += "pkey"; -@@ -6780,7 +6858,9 @@ +@@ -6780,7 +6857,9 @@ public: Context *createContext(const QString &type) { //OpenSSL_add_all_digests(); @@ -252,7 +271,7 @@ $NetBSD: patch-aa,v 1.2 2011/12/17 12:46:51 marino Exp $ return new opensslInfoContext(this); else if ( type == "sha1" ) return new opensslHashContext( EVP_sha1(), this, type); -@@ -6788,8 +6868,10 @@ +@@ -6788,8 +6867,10 @@ public: return new opensslHashContext( EVP_sha(), this, type); else if ( type == "ripemd160" ) return new opensslHashContext( EVP_ripemd160(), this, type); @@ -263,7 +282,7 @@ $NetBSD: patch-aa,v 1.2 2011/12/17 12:46:51 marino Exp $ else if ( type == "md4" ) return new opensslHashContext( EVP_md4(), this, type); else if ( type == "md5" ) -@@ -6810,14 +6892,18 @@ +@@ -6810,14 +6891,18 @@ public: else if ( type == "sha512" ) return new opensslHashContext( EVP_sha512(), this, type); #endif diff --git a/security/ruby-bcrypt/Makefile b/security/ruby-bcrypt/Makefile index 0b7bdbe669466..405280c6bd8d3 100644 --- a/security/ruby-bcrypt/Makefile +++ b/security/ruby-bcrypt/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.7 2015/02/04 16:07:29 taca Exp $ +# $NetBSD: Makefile,v 1.8 2016/03/15 15:07:02 taca Exp $ -DISTNAME= bcrypt-3.1.10 +DISTNAME= bcrypt-3.1.11 PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME} CATEGORIES= security diff --git a/security/ruby-bcrypt/distinfo b/security/ruby-bcrypt/distinfo index c81dbafb523a5..c55a32e7a5df5 100644 --- a/security/ruby-bcrypt/distinfo +++ b/security/ruby-bcrypt/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.7 2015/11/04 01:18:07 agc Exp $ +$NetBSD: distinfo,v 1.8 2016/03/15 15:07:02 taca Exp $ -SHA1 (bcrypt-3.1.10.gem) = 73a43c013aecb0992ed31f893c4d4680f3b29ed9 -RMD160 (bcrypt-3.1.10.gem) = 7b93b3b744ed5ed2f5a95536dff14f098d519db5 -SHA512 (bcrypt-3.1.10.gem) = 11e7a1ea28c53d22354abd3891b88c5f58bd8c18611a2964db69e56e5f9b819e5af184423fbd7fb2ebd1fb84b1618fbd043f0bfd62902515a07427846bef607a -Size (bcrypt-3.1.10.gem) = 44032 bytes +SHA1 (bcrypt-3.1.11.gem) = 91df9b316423f743ced80dd56fb570201701ab7d +RMD160 (bcrypt-3.1.11.gem) = 851556aeada8419af8f960075bb0424836d0c37a +SHA512 (bcrypt-3.1.11.gem) = bf9ff0d3cdd7044b4ee5796cd04869f21bb3384143b0f336bc2cd9a8f0db3f9562aa23a39601c1d86f153b62f07469ef066616f8a52cfcd840377e331cb22454 +Size (bcrypt-3.1.11.gem) = 44032 bytes diff --git a/security/ruby-oauth/Makefile b/security/ruby-oauth/Makefile index 4506545d780fa..71cbfaf7b385b 100644 --- a/security/ruby-oauth/Makefile +++ b/security/ruby-oauth/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.12 2015/09/26 23:39:07 taca Exp $ +# $NetBSD: Makefile,v 1.13 2016/03/15 15:15:49 taca Exp $ -DISTNAME= oauth-0.4.7 +DISTNAME= oauth-0.5.1 CATEGORIES= security MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://oauth.rubyforge.org/ +HOMEPAGE= https://github.com/oauth-xx/oauth-ruby COMMENT= OAuth Core Ruby implementation LICENSE= mit diff --git a/security/ruby-oauth/PLIST b/security/ruby-oauth/PLIST index d539eca824c24..2a475a0a90538 100644 --- a/security/ruby-oauth/PLIST +++ b/security/ruby-oauth/PLIST @@ -1,17 +1,10 @@ -@comment $NetBSD: PLIST,v 1.5 2014/03/17 14:29:28 taca Exp $ +@comment $NetBSD: PLIST,v 1.6 2016/03/15 15:15:49 taca Exp $ bin/oauth${RUBY_SUFFIX} ${GEM_HOME}/cache/${GEM_NAME}.gem -${GEM_LIBDIR}/.gemtest -${GEM_LIBDIR}/Gemfile -${GEM_LIBDIR}/Gemfile.lock -${GEM_LIBDIR}/HISTORY ${GEM_LIBDIR}/LICENSE ${GEM_LIBDIR}/README.rdoc -${GEM_LIBDIR}/Rakefile ${GEM_LIBDIR}/TODO ${GEM_LIBDIR}/bin/oauth -${GEM_LIBDIR}/examples/yql.rb -${GEM_LIBDIR}/lib/digest/hmac.rb ${GEM_LIBDIR}/lib/oauth.rb ${GEM_LIBDIR}/lib/oauth/cli.rb ${GEM_LIBDIR}/lib/oauth/client.rb @@ -37,37 +30,27 @@ ${GEM_LIBDIR}/lib/oauth/request_proxy/jabber_request.rb ${GEM_LIBDIR}/lib/oauth/request_proxy/mock_request.rb ${GEM_LIBDIR}/lib/oauth/request_proxy/net_http.rb ${GEM_LIBDIR}/lib/oauth/request_proxy/rack_request.rb +${GEM_LIBDIR}/lib/oauth/request_proxy/rest_client_request.rb ${GEM_LIBDIR}/lib/oauth/request_proxy/typhoeus_request.rb ${GEM_LIBDIR}/lib/oauth/server.rb ${GEM_LIBDIR}/lib/oauth/signature.rb ${GEM_LIBDIR}/lib/oauth/signature/base.rb -${GEM_LIBDIR}/lib/oauth/signature/hmac/base.rb -${GEM_LIBDIR}/lib/oauth/signature/hmac/md5.rb -${GEM_LIBDIR}/lib/oauth/signature/hmac/rmd160.rb ${GEM_LIBDIR}/lib/oauth/signature/hmac/sha1.rb -${GEM_LIBDIR}/lib/oauth/signature/hmac/sha2.rb -${GEM_LIBDIR}/lib/oauth/signature/md5.rb ${GEM_LIBDIR}/lib/oauth/signature/plaintext.rb ${GEM_LIBDIR}/lib/oauth/signature/rsa/sha1.rb -${GEM_LIBDIR}/lib/oauth/signature/sha1.rb ${GEM_LIBDIR}/lib/oauth/token.rb ${GEM_LIBDIR}/lib/oauth/tokens/access_token.rb ${GEM_LIBDIR}/lib/oauth/tokens/consumer_token.rb ${GEM_LIBDIR}/lib/oauth/tokens/request_token.rb ${GEM_LIBDIR}/lib/oauth/tokens/server_token.rb ${GEM_LIBDIR}/lib/oauth/tokens/token.rb -${GEM_LIBDIR}/oauth.gemspec -${GEM_LIBDIR}/tasks/deployment.rake -${GEM_LIBDIR}/tasks/environment.rake -${GEM_LIBDIR}/tasks/website.rake +${GEM_LIBDIR}/lib/oauth/version.rb ${GEM_LIBDIR}/test/cases/oauth_case.rb ${GEM_LIBDIR}/test/cases/spec/1_0-final/test_construct_request_url.rb ${GEM_LIBDIR}/test/cases/spec/1_0-final/test_normalize_request_parameters.rb ${GEM_LIBDIR}/test/cases/spec/1_0-final/test_parameter_encodings.rb ${GEM_LIBDIR}/test/cases/spec/1_0-final/test_signature_base_strings.rb ${GEM_LIBDIR}/test/integration/consumer_test.rb -${GEM_LIBDIR}/test/keys/rsa.cert -${GEM_LIBDIR}/test/keys/rsa.pem ${GEM_LIBDIR}/test/test_access_token.rb ${GEM_LIBDIR}/test/test_action_controller_request_proxy.rb ${GEM_LIBDIR}/test/test_consumer.rb @@ -81,10 +64,12 @@ ${GEM_LIBDIR}/test/test_net_http_request_proxy.rb ${GEM_LIBDIR}/test/test_oauth_helper.rb ${GEM_LIBDIR}/test/test_rack_request_proxy.rb ${GEM_LIBDIR}/test/test_request_token.rb +${GEM_LIBDIR}/test/test_rest_client_request_proxy.rb ${GEM_LIBDIR}/test/test_rsa_sha1.rb ${GEM_LIBDIR}/test/test_server.rb ${GEM_LIBDIR}/test/test_signature.rb ${GEM_LIBDIR}/test/test_signature_base.rb +${GEM_LIBDIR}/test/test_signature_hmac_sha1.rb ${GEM_LIBDIR}/test/test_signature_plain_text.rb ${GEM_LIBDIR}/test/test_token.rb ${GEM_LIBDIR}/test/test_typhoeus_request_proxy.rb diff --git a/security/ruby-oauth/distinfo b/security/ruby-oauth/distinfo index d82e9bb09fadc..75d4323a12105 100644 --- a/security/ruby-oauth/distinfo +++ b/security/ruby-oauth/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.9 2015/11/04 01:18:08 agc Exp $ +$NetBSD: distinfo,v 1.10 2016/03/15 15:15:49 taca Exp $ -SHA1 (oauth-0.4.7.gem) = 229c954590b3074fa13550a0ca56924579b262bc -RMD160 (oauth-0.4.7.gem) = 5859f629caa5b969ecee0e604f8d0f6a2203a0b4 -SHA512 (oauth-0.4.7.gem) = 7d8df61574aaf53ffcb206c6a210546c36b67b2c545d6b31afef2961ee135050923f427dc4720379b7689eef9d921015c26fedd8b11bbd13761dd498155fc550 -Size (oauth-0.4.7.gem) = 50688 bytes +SHA1 (oauth-0.5.1.gem) = 7f46a6840f84f6622e71895386c8b7a74f65ed9a +RMD160 (oauth-0.5.1.gem) = 1ad850b8133b2ec8793de579c9ea0484e2eeb242 +SHA512 (oauth-0.5.1.gem) = 8afa43c4cb8c606c37dd63c6a687f2aea54875fa67b8bcef04e529af9013625c86194e52aa53b54ff0bd2e4a0d64f00a044715c6672bc0529287586015702144 +Size (oauth-0.5.1.gem) = 43520 bytes diff --git a/security/seahorse-plugins/Makefile b/security/seahorse-plugins/Makefile index ed8d0c8d28b76..26e03d3071cc9 100644 --- a/security/seahorse-plugins/Makefile +++ b/security/seahorse-plugins/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.59 2016/03/05 11:29:26 jperkin Exp $ +# $NetBSD: Makefile,v 1.61 2016/05/03 11:40:08 prlw1 Exp $ DISTNAME= seahorse-plugins-2.30.1 -PKGREVISION= 42 +PKGREVISION= 44 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GNOME:=sources/seahorse-plugins/2.30/} EXTRACT_SUFX= .tar.bz2 diff --git a/security/seahorse/Makefile b/security/seahorse/Makefile index 873e677156a4e..7207b1d3471a2 100644 --- a/security/seahorse/Makefile +++ b/security/seahorse/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.131 2016/03/05 11:29:26 jperkin Exp $ +# $NetBSD: Makefile,v 1.133 2016/05/03 11:40:08 prlw1 Exp $ DISTNAME= seahorse-2.32.0 -PKGREVISION= 36 +PKGREVISION= 38 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GNOME:=sources/seahorse/2.32/} EXTRACT_SUFX= .tar.bz2 diff --git a/security/sks/Makefile b/security/sks/Makefile index d6b49bf4e1d1b..f38f5fbeea701 100644 --- a/security/sks/Makefile +++ b/security/sks/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.15 2015/08/07 11:20:35 jaapb Exp $ +# $NetBSD: Makefile,v 1.16 2016/05/05 11:45:41 jaapb Exp $ # DISTNAME= sks-1.1.5 -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= security MASTER_SITES= https://bitbucket.org/skskeyserver/sks-keyserver/downloads/ EXTRACT_SUFX= .tgz diff --git a/security/sniff/distinfo b/security/sniff/distinfo index cfc7ae3897371..037e4996a9d9a 100644 --- a/security/sniff/distinfo +++ b/security/sniff/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.7 2015/11/04 01:18:09 agc Exp $ +$NetBSD: distinfo,v 1.8 2016/03/30 09:52:58 jperkin Exp $ SHA1 (sniff-2.0.tar.gz) = 9e9ef76eaccaa6cbb3c23054a29a08dd9faed328 RMD160 (sniff-2.0.tar.gz) = 8879f5ffcfc3f59fcde7cbc5c103d7c7f4947c4b SHA512 (sniff-2.0.tar.gz) = b58f9b7f0aa5dcf3ee1c4dc75c79c14eeb2736f909990e910d9186d8853f8eaa09172e906f20092717d3f7eb6d588b5307712574ba116505b052e69978286032 Size (sniff-2.0.tar.gz) = 10720 bytes -SHA1 (patch-aa) = 52fa7e4382fa4abe5357af3ad0cbded00939b1e0 +SHA1 (patch-aa) = fbc4282bc233fac3ccb2f948425d76793801bf13 SHA1 (patch-readTCP.c) = 45e6701bb04507dc5f5dc4df3dc03c8441d25e66 SHA1 (patch-sniff2.h) = 488b7770520c0ebf5abbd64cb1dd7e9d1a65b9a6 diff --git a/security/sniff/patches/patch-aa b/security/sniff/patches/patch-aa index c6fd1738370e1..d2101d28c82f2 100644 --- a/security/sniff/patches/patch-aa +++ b/security/sniff/patches/patch-aa @@ -1,6 +1,8 @@ -$NetBSD: patch-aa,v 1.4 2009/02/16 18:49:58 joerg Exp $ +$NetBSD: patch-aa,v 1.5 2016/03/30 09:52:58 jperkin Exp $ ---- Makefile.orig Thu Feb 15 04:47:36 2001 +Use pkgsrc layout. + +--- Makefile.orig 2001-02-15 12:47:36.000000000 +0000 +++ Makefile @@ -1,24 +1,21 @@ # Makefile for NetBSD @@ -10,7 +12,8 @@ $NetBSD: patch-aa,v 1.4 2009/02/16 18:49:58 joerg Exp $ CP=cp -PREFIX=/usr/pkg INSTALL_DIR=${PREFIX}/sbin - INSTALL_MAN=${PREFIX}/man +-INSTALL_MAN=${PREFIX}/man ++INSTALL_MAN=${PREFIX}/${PKGMANDIR} -CFLAGS = -O2 OBJS = sniff2.o clear.o ifOpen.o lookupDNShost.o printData.o printHeader.o readTCP.o sniffData.o diff --git a/security/softhsm/Makefile b/security/softhsm/Makefile index aa56785af2818..fb496af4a9e2b 100644 --- a/security/softhsm/Makefile +++ b/security/softhsm/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.29 2015/10/10 01:57:55 ryoon Exp $ +# $NetBSD: Makefile,v 1.30 2016/04/11 19:01:38 ryoon Exp $ # DISTNAME= softhsm-1.3.7 -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= security MASTER_SITES= http://www.opendnssec.org/files/source/ diff --git a/security/softhsm/buildlink3.mk b/security/softhsm/buildlink3.mk index 214deb9180e74..fb593f40a345b 100644 --- a/security/softhsm/buildlink3.mk +++ b/security/softhsm/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.10 2015/04/06 08:17:17 adam Exp $ +# $NetBSD: buildlink3.mk,v 1.11 2016/04/11 19:01:38 ryoon Exp $ BUILDLINK_TREE+= softhsm @@ -6,7 +6,7 @@ BUILDLINK_TREE+= softhsm SOFTHSM_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.softhsm+= softhsm>=1.1.3 -BUILDLINK_ABI_DEPENDS.softhsm+= softhsm>=1.3.7nb3 +BUILDLINK_ABI_DEPENDS.softhsm+= softhsm>=1.3.7nb5 BUILDLINK_PKGSRCDIR.softhsm?= ../../security/softhsm .include "../../databases/sqlite3/buildlink3.mk" diff --git a/security/tor-browser/Makefile b/security/tor-browser/Makefile index 9fe1c9c79e5b3..30a79ce66a6d5 100644 --- a/security/tor-browser/Makefile +++ b/security/tor-browser/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.3 2016/03/05 11:29:27 jperkin Exp $ +# $NetBSD: Makefile,v 1.7 2016/04/11 19:02:03 ryoon Exp $ -TORBVER= 5.5.2 +TORBVER= 5.5.4 -DISTNAME= tor-browser-38.6.1esr-5.5-1 +DISTNAME= tor-browser-38.7.1esr-5.5-1 PKGNAME= tor-browser-${TORBVER} PKGREVISION= 1 CATEGORIES= www @@ -31,11 +31,12 @@ CONFIGURE_ARGS+= --disable-gio CONFIGURE_ARGS+= --disable-dbus CONFIGURE_ARGS+= --disable-gnomeui CONFIGURE_ARGS+= --disable-libnotify +CONFIGURE_ARGS+= --enable-pie # Avoid build failure from security/manager/ssl/src/nsNSSCallbacks.cpp:601 CFLAGS+= -fpermissive -# workround for link of libxul.so etc. +# workaround for link of libxul.so etc. LDFLAGS+= ${COMPILER_RPATH_FLAG}${PREFIX}/lib/tor-browser ${COMPILER_RPATH_FLAG}${PREFIX}/lib LDFLAGS.SunOS+= -lm diff --git a/security/tor-browser/distinfo b/security/tor-browser/distinfo index 8eac1ac3a76db..cc4cc513ead0e 100644 --- a/security/tor-browser/distinfo +++ b/security/tor-browser/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.1 2016/02/14 07:30:54 ryoon Exp $ +$NetBSD: distinfo,v 1.4 2016/04/04 17:36:34 joerg Exp $ -SHA1 (tor-browser-38.6.1esr-5.5-1.tar.xz) = 6243bda76750790c6fb814f2b51f19edca6f61c6 -RMD160 (tor-browser-38.6.1esr-5.5-1.tar.xz) = d388fa267c8b715c934842c792a328e8b72d5e92 -SHA512 (tor-browser-38.6.1esr-5.5-1.tar.xz) = e83ef8fe33abc4d2b7312a837dbe4feaac59f21fa0b222371612da855443c60d59884b13a451ccf560d954876088f3919d356e45ec43317a5767abe163438fa5 -Size (tor-browser-38.6.1esr-5.5-1.tar.xz) = 150057228 bytes +SHA1 (tor-browser-38.7.1esr-5.5-1.tar.xz) = 332d04fc222f9d0778341284736c6da0f61e4607 +RMD160 (tor-browser-38.7.1esr-5.5-1.tar.xz) = c57cbdbb0a4a5f0ca8f9963daa4075bbcd754f2e +SHA512 (tor-browser-38.7.1esr-5.5-1.tar.xz) = d2d68de30c58a0d90063ec42ee6c76ea044c5c570471e0a0765dd92057f571f52262e47629381a5b24adad610ee360ab291e3a7dd21bf41fef063c6948f413c8 +Size (tor-browser-38.7.1esr-5.5-1.tar.xz) = 150066780 bytes SHA1 (patch-aa) = e9e8400fa86ae8d6910b49e3a98127122e714f1a SHA1 (patch-accessible_atk_Platform.cpp) = c2deb81b300de44c4500328589185bbd4b6b02fb SHA1 (patch-al) = cca5df21d018bb9f428ad26d00718f33afe88ec5 @@ -136,13 +136,16 @@ SHA1 (patch-netwerk_protocol_http_Http2Session.cpp) = 40f4a64657ea2dd0ddc6434caf SHA1 (patch-pb) = 97c9b2e4cefd524dc6ba825f71c3da2a761aa1f4 SHA1 (patch-pc) = 8b2baa88f0983a2fef4f801cf6b1ae425f6c813a SHA1 (patch-rc) = affa634564e798184bbe50ba7c491d691a4a8994 +SHA1 (patch-security_certverifier_OCSPRequestor.cpp) = 3db71730f36ce5396c7a927981654de0d01482e2 +SHA1 (patch-security_manager_ssl_src_nsNSSCallbacks.cpp) = a3f18dc7851c91768504600f1f73746d4da5ad60 +SHA1 (patch-security_manager_ssl_src_nsNSSCallbacks.h) = 82c74f042502a286d0128aa67afb3b1583a03b11 SHA1 (patch-security_manager_ssl_src_nsNSSComponent.cpp) = 28d216fb8dcb5968c1ff657578b4caf814c146ac SHA1 (patch-toolkit_components_osfile_modules_osfile__unix__back.jsm) = 6b926ccd793391ad7bd7101635f4b3eefe3db130 SHA1 (patch-toolkit_components_osfile_modules_osfile__unix__front.jsm) = f5adba2137f2d7fd4d4a6a1e8ef8625866513890 SHA1 (patch-toolkit_library_moz.build) = 625d78e64959f78a5d0b8148749bb43a0abcbcf7 SHA1 (patch-toolkit_xre_nsAppRunner.cpp) = f335d64cb0e1d248fd2c41a167ee1874218e7db6 SHA1 (patch-toolkit_xre_nsEmbedFunctions.cpp) = 6ee6fba04a3ecc6596f8aed67f752a1075901fa8 -SHA1 (patch-toolkit_xre_nsXREDirProvider.cpp) = 373b66e02f2afd731d3ef47cf654e5f6486c78b1 +SHA1 (patch-toolkit_xre_nsXREDirProvider.cpp) = b0e2eb1359fb30e5e5134ae76e56c98fd3d43e8f SHA1 (patch-webapprt_moz.build) = 177468d5e12c49db1ad5376f0f3df34fa9df070c SHA1 (patch-widget_gtk_gtk2drawing.c) = dd63fd368a86aef1b9568ae625904ffd9542a874 SHA1 (patch-widget_gtk_gtk3drawing.c) = 7224a3ef02ef98b6013ffeafcf6819c726bacbe6 diff --git a/security/tor-browser/patches/patch-gfx_graphite2_moz-gr-update.sh b/security/tor-browser/patches/patch-gfx_graphite2_moz-gr-update.sh deleted file mode 100644 index 523725a6fa77f..0000000000000 --- a/security/tor-browser/patches/patch-gfx_graphite2_moz-gr-update.sh +++ /dev/null @@ -1,20 +0,0 @@ -$NetBSD: patch-gfx_graphite2_moz-gr-update.sh,v 1.1 2016/02/14 07:30:54 ryoon Exp $ - ---- gfx/graphite2/moz-gr-update.sh.orig 2014-11-21 03:37:30.000000000 +0000 -+++ gfx/graphite2/moz-gr-update.sh -@@ -23,8 +23,14 @@ echo "\nSee" $0 "for update procedure.\n - find gfx/graphite2/ -name "*.cpp" -exec perl -p -i -e "s///;s/Windows.h/windows.h/;" {} \; - find gfx/graphite2/ -name "*.h" -exec perl -p -i -e "s///;s/Windows.h/windows.h/;" {} \; - -+# closest tag/release to require for system version -+TAG=$(cd ../graphitedev/ && hg parents --template {latesttag}) -+ -+perl -p -i -e "s/[0-9]+\,[0-9]+\,[0-9]+/$TAG/ and tr/./,/ \ -+ if /GR2_VERSION_REQUIRE/" configure.in -+ - # summarize what's been touched --echo Updated to $CHANGESET. -+echo Updated to $CHANGESET \($TAG for --with-system-graphite2\) - echo Here is what changed in the gfx/graphite2 directory: - echo - diff --git a/security/tor-browser/patches/patch-security_certverifier_OCSPRequestor.cpp b/security/tor-browser/patches/patch-security_certverifier_OCSPRequestor.cpp new file mode 100644 index 0000000000000..8307f9e97afbb --- /dev/null +++ b/security/tor-browser/patches/patch-security_certverifier_OCSPRequestor.cpp @@ -0,0 +1,12 @@ +$NetBSD: patch-security_certverifier_OCSPRequestor.cpp,v 1.1 2016/04/04 17:36:34 joerg Exp $ + +--- security/certverifier/OCSPRequestor.cpp.orig 2016-04-04 15:32:34.076128034 +0000 ++++ security/certverifier/OCSPRequestor.cpp +@@ -174,7 +174,6 @@ DoOCSPRequest(PLArenaPool* arena, const + SEC_HTTP_REQUEST_SESSION requestSessionPtr; + if (nsNSSHttpInterface::createFcn(serverSession.get(), "http", + path.get(), method.get(), +- isolationKey, + timeout, &requestSessionPtr) + != SECSuccess) { + PR_SetError(SEC_ERROR_NO_MEMORY, 0); diff --git a/security/tor-browser/patches/patch-security_manager_ssl_src_nsNSSCallbacks.cpp b/security/tor-browser/patches/patch-security_manager_ssl_src_nsNSSCallbacks.cpp new file mode 100644 index 0000000000000..f396799f8dadb --- /dev/null +++ b/security/tor-browser/patches/patch-security_manager_ssl_src_nsNSSCallbacks.cpp @@ -0,0 +1,40 @@ +$NetBSD: patch-security_manager_ssl_src_nsNSSCallbacks.cpp,v 1.1 2016/04/04 17:36:35 joerg Exp $ + +--- security/manager/ssl/src/nsNSSCallbacks.cpp.orig 2016-04-04 15:21:08.677783866 +0000 ++++ security/manager/ssl/src/nsNSSCallbacks.cpp +@@ -106,18 +106,6 @@ nsHTTPDownloadEvent::Run() + + chan->SetLoadFlags(nsIRequest::LOAD_ANONYMOUS); + +- // If we have an isolation key, use it as the URI for this channel. +- if (!mRequestSession->mIsolationKey.IsEmpty()) { +- nsCOMPtr channelInternal(do_QueryInterface(chan)); +- if (channelInternal) { +- nsCString documentURISpec("https://"); +- documentURISpec.Append(mRequestSession->mIsolationKey); +- nsCOMPtr documentURI; +- /* nsresult rv = */ NS_NewURI(getter_AddRefs(documentURI), documentURISpec); +- channelInternal->SetDocumentURI(documentURI); +- } +- } +- + // Create a loadgroup for this new channel. This way if the channel + // is redirected, we'll have a way to cancel the resulting channel. + nsCOMPtr lg = do_CreateInstance(NS_LOADGROUP_CONTRACTID); +@@ -218,7 +206,6 @@ SECStatus nsNSSHttpRequestSession::creat + const char *http_protocol_variant, + const char *path_and_query_string, + const char *http_request_method, +- const char *isolationKey, + const PRIntervalTime timeout, + SEC_HTTP_REQUEST_SESSION *pRequest) + { +@@ -250,8 +237,6 @@ SECStatus nsNSSHttpRequestSession::creat + rs->mURL.AppendInt(hss->mPort); + rs->mURL.Append(path_and_query_string); + +- rs->mIsolationKey.Assign(isolationKey); +- + rs->mRequestMethod = http_request_method; + + *pRequest = (void*)rs; diff --git a/security/tor-browser/patches/patch-security_manager_ssl_src_nsNSSCallbacks.h b/security/tor-browser/patches/patch-security_manager_ssl_src_nsNSSCallbacks.h new file mode 100644 index 0000000000000..92a38410adb69 --- /dev/null +++ b/security/tor-browser/patches/patch-security_manager_ssl_src_nsNSSCallbacks.h @@ -0,0 +1,26 @@ +$NetBSD: patch-security_manager_ssl_src_nsNSSCallbacks.h,v 1.1 2016/04/04 17:36:35 joerg Exp $ + +--- security/manager/ssl/src/nsNSSCallbacks.h.orig 2016-04-04 15:21:30.039415148 +0000 ++++ security/manager/ssl/src/nsNSSCallbacks.h +@@ -93,7 +93,6 @@ public: + const char *http_protocol_variant, + const char *path_and_query_string, + const char *http_request_method, +- const char *isolation_key, + const PRIntervalTime timeout, + SEC_HTTP_REQUEST_SESSION *pRequest); + +@@ -171,13 +170,11 @@ public: + const char *http_protocol_variant, + const char *path_and_query_string, + const char *http_request_method, +- const char *isolation_key, + const PRIntervalTime timeout, + SEC_HTTP_REQUEST_SESSION *pRequest) + { + return nsNSSHttpRequestSession::createFcn(session, http_protocol_variant, + path_and_query_string, http_request_method, +- isolation_key, + timeout, pRequest); + } + diff --git a/security/tor-browser/patches/patch-toolkit_xre_nsXREDirProvider.cpp b/security/tor-browser/patches/patch-toolkit_xre_nsXREDirProvider.cpp index 39abcfd164ee7..f719c689020c6 100644 --- a/security/tor-browser/patches/patch-toolkit_xre_nsXREDirProvider.cpp +++ b/security/tor-browser/patches/patch-toolkit_xre_nsXREDirProvider.cpp @@ -1,10 +1,10 @@ -$NetBSD: patch-toolkit_xre_nsXREDirProvider.cpp,v 1.1 2016/02/14 07:30:54 ryoon Exp $ +$NetBSD: patch-toolkit_xre_nsXREDirProvider.cpp,v 1.2 2016/03/20 06:53:37 ryoon Exp $ https://github.com/torbsd/openbsd-ports/blob/beeb760037237c6e1864942356b8135e9c430d78/www/tbb/tor-browser/patches/patch-toolkit_xre_nsXREDirProvider_cpp ---- toolkit/xre/nsXREDirProvider.cpp.orig 2016-02-13 07:06:53.000000000 +0000 +--- toolkit/xre/nsXREDirProvider.cpp.orig 2016-03-19 23:19:47.000000000 +0000 +++ toolkit/xre/nsXREDirProvider.cpp -@@ -1222,12 +1222,19 @@ nsXREDirProvider::GetUserDataDirectoryHo +@@ -1222,15 +1222,22 @@ nsXREDirProvider::GetUserDataDirectoryHo NS_ENSURE_ARG_POINTER(aFile); nsCOMPtr localDir; @@ -23,7 +23,11 @@ +#endif if (aLocal) { - rv = localDir->AppendNative(NS_LITERAL_CSTRING("Caches")); +- rv = localDir->AppendNative(NS_LITERAL_CSTRING("Caches")); ++ rv = localDir->AppendNative(NS_LITERAL_CSTRING(".tor-browser-caches")); + NS_ENSURE_SUCCESS(rv, rv); + } + @@ -1338,6 +1345,7 @@ nsXREDirProvider::GetAppRootDir(nsIFile* nsresult rv = GetAppDir()->Clone(getter_AddRefs(appRootDir)); NS_ENSURE_SUCCESS(rv, rv); diff --git a/security/vault/DESCR b/security/vault/DESCR new file mode 100644 index 0000000000000..43b3556801607 --- /dev/null +++ b/security/vault/DESCR @@ -0,0 +1,5 @@ +Vault is a tool for securely accessing secrets. A secret is +anything that you want to tightly control access to, such as API +keys, passwords, certificates, and more. Vault provides a unified +interface to any secret, while providing tight access control and +recording a detailed audit log. diff --git a/security/vault/Makefile b/security/vault/Makefile new file mode 100644 index 0000000000000..bc9c996d641bb --- /dev/null +++ b/security/vault/Makefile @@ -0,0 +1,36 @@ +# $NetBSD: Makefile,v 1.1 2016/05/06 13:35:52 fhajny Exp $ + +DISTNAME= vault-0.5.2 +CATEGORIES= security +MASTER_SITES= ${MASTER_SITE_GITHUB:=hashicorp/} + +MAINTAINER= filip@joyent.com +HOMEPAGE= http://www.vaultproject.io/ +COMMENT= Tool for managing secrets +LICENSE= mpl-2.0 + +GITHUB_TAG= v${PKGVERSION_NOREV} + +WRKSRC= ${WRKDIR}/src/github.com/hashicorp/vault + +.include "../../lang/go/version.mk" + +BUILD_DEPENDS+= go-${GO_VERSION}*:../../lang/go + +USE_TOOLS+= bash gmake + +MAKE_ENV+= GOPATH=${WRKDIR}:${PREFIX}/gopkg + +INSTALLATION_DIRS+= bin + +post-extract: + ${MKDIR} ${WRKSRC} + ${MV} ${WRKDIR}/${DISTNAME}/* ${WRKSRC} + +do-build: + cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} go build -o bin/vault + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/bin/vault ${DESTDIR}${PREFIX}/bin + +.include "../../mk/bsd.pkg.mk" diff --git a/security/vault/PLIST b/security/vault/PLIST new file mode 100644 index 0000000000000..e324b3c29677a --- /dev/null +++ b/security/vault/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1 2016/05/06 13:35:52 fhajny Exp $ +bin/vault diff --git a/security/vault/distinfo b/security/vault/distinfo new file mode 100644 index 0000000000000..4241543ab1dba --- /dev/null +++ b/security/vault/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2016/05/06 13:35:52 fhajny Exp $ + +SHA1 (vault-0.5.2.tar.gz) = ab6d4eb8ed1c98204aec722ae157a2e1f8be5253 +RMD160 (vault-0.5.2.tar.gz) = 90c3cc33fc80e77817712ab04654db180a7525b3 +SHA512 (vault-0.5.2.tar.gz) = 38df443b3725ead5911960ab23bdc562d0b8adefb26db569d91c951f5e4e863c902a4fba6dcb56477df61754050c86bd8c252acbe2ba378a36ca87b6ef552e25 +Size (vault-0.5.2.tar.gz) = 3590947 bytes diff --git a/security/zebedee/distinfo b/security/zebedee/distinfo index 9f8be2267acb1..8c3a2b645d267 100644 --- a/security/zebedee/distinfo +++ b/security/zebedee/distinfo @@ -1,10 +1,10 @@ -$NetBSD: distinfo,v 1.12 2015/11/04 01:18:12 agc Exp $ +$NetBSD: distinfo,v 1.13 2016/04/01 17:11:36 jperkin Exp $ SHA1 (zebedee-2.5.3.tar.gz) = 54717faade0275929163369942885cc448bc9986 RMD160 (zebedee-2.5.3.tar.gz) = 2b4bee4c5f66f59628308a6c300b4c9d0c854e30 SHA512 (zebedee-2.5.3.tar.gz) = 05ce8f7bd57fbb07b746c0754f0cb34b7d76270b9d5430fed7108f2025bff5dae87961d4645415700da4438a1fbfdcd538c84763fcbc77593767466d63f3e5c6 Size (zebedee-2.5.3.tar.gz) = 176088 bytes -SHA1 (patch-aa) = 925b9240514201c2b60c62b4e302c8332211380d +SHA1 (patch-aa) = 33386527015bd1dcba0729a33ee241199aa69b76 SHA1 (patch-ab) = d7b800bab4b5e0f242b4e0a8545e3364abc3f95b SHA1 (patch-doc__jp_ftpgw.tcl.pod) = d5dd66ba31df3c61bba2c0b983ca1f1106bd9f2a SHA1 (patch-doc__jp_zebedee.pod) = d78e9f2ebb13d8ad7256cde8921f3bab3296e9db diff --git a/security/zebedee/patches/patch-aa b/security/zebedee/patches/patch-aa index 75d7390beeb14..3762c2f8eb795 100644 --- a/security/zebedee/patches/patch-aa +++ b/security/zebedee/patches/patch-aa @@ -1,6 +1,6 @@ -$NetBSD: patch-aa,v 1.9 2010/06/28 10:13:01 joerg Exp $ +$NetBSD: patch-aa,v 1.10 2016/04/01 17:11:36 jperkin Exp $ ---- Makefile.orig 2005-09-05 22:59:53.000000000 -0700 +--- Makefile.orig 2005-09-06 05:59:53.000000000 +0000 +++ Makefile @@ -20,7 +20,9 @@ CC_win32 = gcc -mno-cygwin CC_linux = gcc -pthread @@ -47,7 +47,7 @@ $NetBSD: patch-aa,v 1.9 2010/06/28 10:13:01 joerg Exp $ # # Tools needed for Perl "POD"-format documentation conversion. -@@ -74,9 +76,9 @@ POD2MAN = $(PERL) -S pod2man$(BAT_$(OS)) +@@ -74,10 +76,10 @@ POD2MAN = $(PERL) -S pod2man$(BAT_$(OS)) # Installation directories for the Linux/Solaris/*NIX World @@ -55,10 +55,12 @@ $NetBSD: patch-aa,v 1.9 2010/06/28 10:13:01 joerg Exp $ +ROOTDIR =$(DESTDIR)$(PREFIX) BINDIR = $(ROOTDIR)/bin -ZBDDIR = $(ROOTDIR)/lib/zebedee +-MANDIR = $(ROOTDIR)/man/man1 +ZBDDIR = $(ROOTDIR)/share/doc/zebedee - MANDIR = $(ROOTDIR)/man/man1 ++MANDIR = $(ROOTDIR)/${PKGMANDIR}/man1 # This is a BSD-style install + @@ -87,6 +89,7 @@ INSTALL_linux = install -c INSTALL_linux64 = $(INSTALL_linux) INSTALL_solaris = /usr/ucb/install -c diff --git a/shells/ast-ksh/Makefile.common b/shells/ast-ksh/Makefile.common index 8771e6c7d3004..d892a86a10c3e 100644 --- a/shells/ast-ksh/Makefile.common +++ b/shells/ast-ksh/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.33 2014/07/03 15:00:41 wiz Exp $ +# $NetBSD: Makefile.common,v 1.34 2016/03/22 19:31:15 richard Exp $ # # used by shells/ast-ksh/Makefile # used by shells/static-ast-ksh/Makefile @@ -41,6 +41,14 @@ PDKSH= /bin/ksh KSH93_MAKEFLAGS+= CCFLAGS=-lm .endif +.if ${OPSYS} == "SunOS" +# need c99 and _XPG6 in order to avoid patching libast/features/standards +# __EXTENSIONS__ is needed in case of __STDC__ == 1 (i.e. -std=c99 not gnu99) +# for things like mamake, ratz and some others for now. +USE_LANGUAGES+= c99 +KSH93_MAKEFLAGS+= LDFLAGS=-lm CCFLAGS="-D_XPG6 -D__EXTENSIONS__" +.endif + PKG_SHELL= bin/ksh93 INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 @@ -65,8 +73,11 @@ do-install: # Part of regression test do-test: - @cd ${WRKSRC:Q}/src/cmd/ksh93/tests && \ - ${SETENV} SHELL=${PREFIX:Q}/bin/ksh93 ${PREFIX:Q}/bin/ksh93 shtests + @set -e; \ + arch=`${WRKSRC}/bin/package host`; \ + cd ${WRKSRC:Q}/src/cmd/ksh93/tests && \ + ${SETENV} SHELL=${WRKSRC}/arch/"$${arch}"/bin/ksh \ + ${WRKSRC}/arch/"$${arch}"/bin/ksh shtests # XXX Their 'test' target needs nmake (Korn's another tool) # @cd ${WRKSRC}; \ # ${SETENV} SHELL=${PDKSH} ${PDKSH} ./bin/package test diff --git a/shells/zsh/Makefile.common b/shells/zsh/Makefile.common index 45dfbfecf060a..230f947598cb1 100644 --- a/shells/zsh/Makefile.common +++ b/shells/zsh/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.78 2015/09/07 12:02:06 jperkin Exp $ +# $NetBSD: Makefile.common,v 1.79 2016/05/05 06:28:58 wiz Exp $ # used by shells/zsh/Makefile DISTNAME= zsh-${ZSH_VERSION} @@ -123,8 +123,8 @@ PLIST.dynamic= yes .if ${OPSYS} == "SunOS" || ${OPSYS} == "Interix" do-patch: - # $ sha1 files/patch-ac - # SHA1 (files/patch-ac) = 0ef6928bbb277dfbcd8aff4f6fde9bdf1c3de483 +# $ sha1 files/patch-ac +# SHA1 (files/patch-ac) = 0ef6928bbb277dfbcd8aff4f6fde9bdf1c3de483 ${PATCH} -d ${WRKSRC} -i ${FILESDIR}/patch-ac .endif diff --git a/sysutils/Makefile b/sysutils/Makefile index bc9ca9ec5ff0f..9bb8c54c1fd51 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.661 2016/03/08 16:55:19 imil Exp $ +# $NetBSD: Makefile,v 1.665 2016/05/06 13:41:04 fhajny Exp $ # COMMENT= System utilities @@ -77,6 +77,7 @@ SUBDIR+= collectd-rrdtool SUBDIR+= collectd-snmp SUBDIR+= conky SUBDIR+= consolekit +SUBDIR+= consul SUBDIR+= coreutils SUBDIR+= cpmtools SUBDIR+= cpogm @@ -289,6 +290,7 @@ SUBDIR+= kuser SUBDIR+= lambd SUBDIR+= lastfss SUBDIR+= lavaps +SUBDIR+= libbaloo4 SUBDIR+= libburn SUBDIR+= libdevkit-gobject SUBDIR+= libgamin @@ -515,6 +517,7 @@ SUBDIR+= system-tools-backends SUBDIR+= systester SUBDIR+= sysupgrade SUBDIR+= tarsnap +SUBDIR+= tarsnap-gui SUBDIR+= tcx SUBDIR+= tdir SUBDIR+= tegra-firmware @@ -647,6 +650,7 @@ SUBDIR+= xfe SUBDIR+= xfm SUBDIR+= xfsprogs SUBDIR+= xhfs +SUBDIR+= xhyve SUBDIR+= xmbmon SUBDIR+= xmeter SUBDIR+= xnc diff --git a/sysutils/apcupsd/Makefile b/sysutils/apcupsd/Makefile index a355a7de22d97..b584b915d28ed 100644 --- a/sysutils/apcupsd/Makefile +++ b/sysutils/apcupsd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.81 2016/02/26 10:24:10 jperkin Exp $ +# $NetBSD: Makefile,v 1.82 2016/03/22 18:56:36 joerg Exp $ DISTNAME= apcupsd-3.14.13r2365 CATEGORIES= sysutils @@ -51,6 +51,8 @@ CONFIGURE_ARGS+= --sbindir=${PREFIX}/sbin CONFIGURE_ENV+= SCRIPTSHELL=${TOOLS_SH:Q} CONFIGURE_ENV+= ac_cv_path_MAKE=${MAKE:Q} LD=${CXX} +CONFIGURE_ARGS.NetBSD+= ac_cv_path_SHUTDOWN=/sbin/shutdown + EGDIR= ${PREFIX}/share/examples/apcupsd CONF_FILES_PERMS+= ${EGDIR}/apcupsd.conf ${PKG_SYSCONFDIR}/apcupsd.conf ${REAL_ROOT_USER} ${REAL_ROOT_GROUP} 644 diff --git a/sysutils/bacula-tray-monitor/Makefile b/sysutils/bacula-tray-monitor/Makefile index f02833a9c51e9..46ba65446c996 100644 --- a/sysutils/bacula-tray-monitor/Makefile +++ b/sysutils/bacula-tray-monitor/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.36 2015/04/25 14:24:50 tnn Exp $ +# $NetBSD: Makefile,v 1.37 2016/03/25 21:05:55 joerg Exp $ PKGNAME= ${DISTNAME:S/-/-tray-monitor-/} -PKGREVISION= 2 +PKGREVISION= 3 COMMENT= System tray monitor for Bacula - The Network Backup Solution DISTINFO_FILE= ${.CURDIR}/../../sysutils/bacula/distinfo @@ -18,5 +18,6 @@ INSTALL_DIRS= src/tray-monitor INSTALLATION_DIRS= sbin share/examples/bacula .include "../../sysutils/bacula/Makefile.common" +.include "../../sysutils/bacula/buildlink3.mk" .include "../../x11/gtk2/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/sysutils/bacula/Makefile b/sysutils/bacula/Makefile index 75f44d5904fea..32f7fe43714a9 100644 --- a/sysutils/bacula/Makefile +++ b/sysutils/bacula/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.64 2016/03/05 11:29:28 jperkin Exp $ +# $NetBSD: Makefile,v 1.66 2016/04/11 19:02:03 ryoon Exp $ -PKGREVISION= 9 +PKGREVISION= 10 CONFLICTS+= bacula-client-[0-9]* bacula-clientonly-[0-9]* @@ -38,9 +38,7 @@ REPLACE_PERL+= src/cats/make_catalog_backup.pl.in .include "Makefile.common" -.if !empty(USE_DESTDIR:M[Yy][Ee][Ss]) INSTALL_MAKE_FLAGS+= dir_user= dir_group= sd_group= -.endif post-install: ${INSTALL_SCRIPT} ${FILESDIR}/chio-changer \ diff --git a/sysutils/baloo-widgets/Makefile b/sysutils/baloo-widgets/Makefile index 20987e1a6cdf0..2176f7a4a0ab5 100644 --- a/sysutils/baloo-widgets/Makefile +++ b/sysutils/baloo-widgets/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2016/03/05 11:29:28 jperkin Exp $ +# $NetBSD: Makefile,v 1.7 2016/04/28 07:08:13 markd Exp $ DISTNAME= baloo-widgets-${_KDE_VERSION} -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= sysutils COMMENT= The BalooWidgets library LICENSE= gnu-gpl-v3 @@ -15,7 +15,7 @@ LICENSE= gnu-gpl-v3 #.include "../../devel/qjson/buildlink3.mk" #.include "../../mail/akonadi/buildlink3.mk" #.include "../../misc/kdepimlibs4/buildlink3.mk" -.include "../../sysutils/baloo/buildlink3.mk" +.include "../../sysutils/libbaloo4/buildlink3.mk" .include "../../sysutils/kfilemetadata/buildlink3.mk" .include "../../textproc/xapian/buildlink3.mk" .include "../../x11/kdelibs4/buildlink3.mk" diff --git a/sysutils/baloo/Makefile b/sysutils/baloo/Makefile index 66e4b303cad96..c34c95b07e6c5 100644 --- a/sysutils/baloo/Makefile +++ b/sysutils/baloo/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2016/03/05 11:29:28 jperkin Exp $ +# $NetBSD: Makefile,v 1.7 2016/05/05 21:23:04 markd Exp $ DISTNAME= baloo-${_KDE_VERSION} -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= sysutils COMMENT= KDE framework for searching and managing user metadata LICENSE= gnu-gpl-v3 @@ -12,6 +12,32 @@ USE_TOOLS+= gmake .include "../../meta-pkgs/kde4/kde4.mk" +.include "../../mk/bsd.prefs.mk" + +PLIST_VARS+= polkit +.if ${OPSYS} != "Darwin" +PLIST.polkit= yes +INSTALLATION_DIRS+= share/PolicyKit/policy +.endif +INSTALLATION_DIRS+= share/dbus-1/interfaces share/dbus-1/system-services + +DEPENDS+= libbaloo4-[0-9]*:../../sysutils/libbaloo4 + +PATCHDIR= ${.CURDIR}/../../sysutils/libbaloo4/patches +DISTINFO_FILE= ${.CURDIR}/../../sysutils/libbaloo4/distinfo + +INSTALL_DIRS= _KDE_build/icons _KDE_build/src/tools _KDE_build/src/pim/agent + +post-install: + ${INSTALL_PROGRAM} ${WRKSRC}/_KDE_build/src/file/baloo_file ${DESTDIR}${PREFIX}/bin/baloo_file + ${INSTALL_PROGRAM} ${WRKSRC}/_KDE_build/src/file/cleaner/baloo_file_cleaner ${DESTDIR}${PREFIX}/bin/baloo_file_cleaner + ${INSTALL_PROGRAM} ${WRKSRC}/_KDE_build/src/file/extractor/baloo_file_extractor ${DESTDIR}${PREFIX}/bin/baloo_file_extractor + ${INSTALL_DATA} ${WRKSRC}/src/file/org.kde.baloo.file.indexer.xml ${DESTDIR}${PREFIX}/share/dbus-1/interfaces/org.kde.baloo.file.indexer.xml + ${INSTALL_DATA} ${WRKSRC}/_KDE_build/src/file/inotify/org.kde.baloo.filewatch.service ${DESTDIR}${PREFIX}/share/dbus-1/system-services/org.kde.baloo.filewatch.service +.if ${OPSYS} != "Darwin" + ${INSTALL_DATA} ${WRKSRC}/_KDE_build/src/file/inotify/org.kde.baloo.filewatch.policy ${DESTDIR}${PREFIX}/share/PolicyKit/policy/org.kde.baloo.filewatch.policy +.endif + .include "../../devel/qjson/buildlink3.mk" .include "../../mail/akonadi/buildlink3.mk" .include "../../misc/kdepimlibs4/buildlink3.mk" diff --git a/sysutils/baloo/PLIST b/sysutils/baloo/PLIST index b9119fd3eb141..fb82ecd1b05f9 100644 --- a/sysutils/baloo/PLIST +++ b/sysutils/baloo/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2014/11/13 11:05:43 markd Exp $ +@comment $NetBSD: PLIST,v 1.3 2016/04/28 07:01:13 markd Exp $ bin/akonadi_baloo_indexer bin/baloo_file bin/baloo_file_cleaner @@ -6,77 +6,8 @@ bin/baloo_file_extractor bin/balooctl bin/baloosearch bin/balooshow -include/baloo/completionproposal.h -include/baloo/core_export.h -include/baloo/file.h -include/baloo/file_export.h -include/baloo/filefetchjob.h -include/baloo/filemodifyjob.h -include/baloo/filemonitor.h -include/baloo/indexerconfig.h -include/baloo/pim/contactcompleter.h -include/baloo/pim/contactquery.h -include/baloo/pim/emailquery.h -include/baloo/pim/notequery.h -include/baloo/pim/pim_export.h -include/baloo/pim/query.h -include/baloo/pim/resultiterator.h -include/baloo/query.h -include/baloo/queryparser.h -include/baloo/queryparser_export.h -include/baloo/queryrunnable.h -include/baloo/result.h -include/baloo/resultiterator.h -include/baloo/searchstore.h -include/baloo/taglistjob.h -include/baloo/term.h -lib/cmake/Baloo/BalooConfig.cmake -lib/cmake/Baloo/BalooConfigVersion.cmake -lib/cmake/Baloo/BalooTargetsWithPrefix-relwithdebinfo.cmake -lib/cmake/Baloo/BalooTargetsWithPrefix.cmake -lib/kde4/akonadi/akonadi_baloo_searchplugin.so -lib/kde4/akonadi/akonadibaloosearchplugin.desktop -lib/kde4/baloo_calendarsearchstore.so -lib/kde4/baloo_contactsearchstore.so -lib/kde4/baloo_emailsearchstore.so -lib/kde4/baloo_filesearchstore.so -lib/kde4/baloo_notesearchstore.so -lib/kde4/kcm_baloofile.so -lib/kde4/kio_baloosearch.so -lib/kde4/kio_tags.so -lib/kde4/kio_timeline.so -lib/kde4/krunner_baloosearchrunner.so -lib/kde4/libexec/kde_baloo_filewatch_raiselimit -lib/libbaloocore.so -lib/libbaloocore.so.4 -lib/libbaloocore.so.${PKGVERSION} -lib/libbaloofiles.so -lib/libbaloofiles.so.4 -lib/libbaloofiles.so.${PKGVERSION} -lib/libbaloopim.so -lib/libbaloopim.so.4 -lib/libbaloopim.so.${PKGVERSION} -lib/libbalooqueryparser.so -lib/libbalooqueryparser.so.4 -lib/libbalooqueryparser.so.${PKGVERSION} -lib/libbalooxapian.so -lib/libbalooxapian.so.4 -lib/libbalooxapian.so.${PKGVERSION} -share/PolicyKit/policy/org.kde.baloo.filewatch.policy +${PLIST.polkit}share/PolicyKit/policy/org.kde.baloo.filewatch.policy share/akonadi/agents/akonadibalooindexingagent.desktop share/dbus-1/interfaces/org.kde.baloo.file.indexer.xml share/dbus-1/system-services/org.kde.baloo.filewatch.service -share/examples/kde4-dbus/org.kde.baloo.filewatch.conf share/icons/hicolor/128x128/apps/baloo.png -share/kde/autostart/baloo_file.desktop -share/kde4/services/baloo_calendarsearchstore.desktop -share/kde4/services/baloo_contactsearchstore.desktop -share/kde4/services/baloo_emailsearchstore.desktop -share/kde4/services/baloo_filesearchstore.desktop -share/kde4/services/baloo_notesearchstore.desktop -share/kde4/services/baloosearch.protocol -share/kde4/services/kcm_baloofile.desktop -share/kde4/services/plasma-runner-baloosearch.desktop -share/kde4/services/tags.protocol -share/kde4/services/timeline.protocol -share/kde4/servicetypes/baloosearchstore.desktop diff --git a/sysutils/baloo/distinfo b/sysutils/baloo/distinfo deleted file mode 100644 index dbadf6f60cdda..0000000000000 --- a/sysutils/baloo/distinfo +++ /dev/null @@ -1,8 +0,0 @@ -$NetBSD: distinfo,v 1.5 2015/11/04 01:32:06 agc Exp $ - -SHA1 (baloo-4.14.3.tar.xz) = bf90846545c5b5a0b0badab25dc3e839dc0c6574 -RMD160 (baloo-4.14.3.tar.xz) = 50743535e905339ac48481dd9b8b40ad3217422d -SHA512 (baloo-4.14.3.tar.xz) = ce46abee6edfea333fe2b361418ee92e1e7e4b252c4cb9a48f302ff906b3dc49d78c4e55c69de09b0085e03fe87e978b90c2896f7492b940550fda9766679218 -Size (baloo-4.14.3.tar.xz) = 145604 bytes -SHA1 (patch-ConfigureChecks.cmake) = 4119eb59dbe0022fd312bcf2f637c2e7fcf9f469 -SHA1 (patch-src__file__lib__baloo_xattr_p.h) = 2c361f9422e0d45b5500a4a0fa82bdc5c187fd01 diff --git a/sysutils/brasero-nautilus/Makefile b/sysutils/brasero-nautilus/Makefile index 54d9932b4aaf7..f38926e58efbd 100644 --- a/sysutils/brasero-nautilus/Makefile +++ b/sysutils/brasero-nautilus/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.43 2015/10/10 01:58:19 ryoon Exp $ +# $NetBSD: Makefile,v 1.45 2016/05/03 11:40:08 prlw1 Exp $ # DISTNAME= brasero-2.32.1 PKGNAME= brasero-nautilus-2.32.1 -PKGREVISION= 32 +PKGREVISION= 34 CATEGORIES= sysutils gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/brasero/2.32/} EXTRACT_SUFX= .tar.bz2 diff --git a/sysutils/brasero/Makefile b/sysutils/brasero/Makefile index be438b59808e6..b17483c79c6bd 100644 --- a/sysutils/brasero/Makefile +++ b/sysutils/brasero/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.59 2015/10/10 01:57:55 ryoon Exp $ +# $NetBSD: Makefile,v 1.61 2016/05/03 11:40:08 prlw1 Exp $ # DISTNAME= brasero-2.32.1 -PKGREVISION= 31 +PKGREVISION= 33 CATEGORIES= sysutils gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/brasero/2.32/} EXTRACT_SUFX= .tar.bz2 diff --git a/sysutils/brasero/buildlink3.mk b/sysutils/brasero/buildlink3.mk index 54576a6bb9b25..93a4273e7e1ff 100644 --- a/sysutils/brasero/buildlink3.mk +++ b/sysutils/brasero/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.38 2015/04/25 14:24:50 tnn Exp $ +# $NetBSD: buildlink3.mk,v 1.40 2016/05/03 11:40:08 prlw1 Exp $ BUILDLINK_TREE+= brasero @@ -6,7 +6,7 @@ BUILDLINK_TREE+= brasero BRASERO_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.brasero+= brasero>=2.26.0 -BUILDLINK_ABI_DEPENDS.brasero+= brasero>=2.32.1nb30 +BUILDLINK_ABI_DEPENDS.brasero+= brasero>=2.32.1nb33 BUILDLINK_PKGSRCDIR.brasero?= ../../sysutils/brasero .include "../../x11/gtk2/buildlink3.mk" diff --git a/sysutils/burn/Makefile b/sysutils/burn/Makefile index 21c41c59e65dc..70b2c4d6a1294 100644 --- a/sysutils/burn/Makefile +++ b/sysutils/burn/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.29 2015/10/10 01:58:19 ryoon Exp $ +# $NetBSD: Makefile,v 1.30 2016/04/11 19:02:03 ryoon Exp $ # DISTNAME= burn-0.4.1 -PKGREVISION= 9 +PKGREVISION= 10 CATEGORIES= sysutils gnustep MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gsburn/} diff --git a/sysutils/cfengine2/Makefile b/sysutils/cfengine2/Makefile index 2ddff2cb6e785..9b27895e8b69b 100644 --- a/sysutils/cfengine2/Makefile +++ b/sysutils/cfengine2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.42 2016/03/05 11:29:28 jperkin Exp $ +# $NetBSD: Makefile,v 1.43 2016/05/03 10:54:56 wiz Exp $ DISTNAME= cfengine-2.2.10 PKGREVISION= 7 @@ -7,7 +7,7 @@ MASTER_SITES= http://www.cfengine.org/tarballs/ \ http://ftp.osuosl.org/pub/cfengine/ \ ftp://sunsite.uio.no/pub/cfengine/ -MAINTAINER= rhaen@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.cfengine.org/ COMMENT= Automate configuration and administration of large systems LICENSE= gnu-gpl-v2 diff --git a/sysutils/cfengine3/Makefile b/sysutils/cfengine3/Makefile index 9f3c93e54c090..caf93351c130d 100644 --- a/sysutils/cfengine3/Makefile +++ b/sysutils/cfengine3/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.16 2016/03/05 11:29:28 jperkin Exp $ +# $NetBSD: Makefile,v 1.17 2016/04/11 12:48:37 fhajny Exp $ # -DISTNAME= cfengine-3.7.2 -PKGREVISION= 1 +DISTNAME= cfengine-3.7.3 CATEGORIES= sysutils MASTER_SITES= http://cfengine-package-repos.s3.amazonaws.com/tarballs/ diff --git a/sysutils/cfengine3/distinfo b/sysutils/cfengine3/distinfo index b3b17123dff1c..0fd3f0f1ef2f9 100644 --- a/sysutils/cfengine3/distinfo +++ b/sysutils/cfengine3/distinfo @@ -1,11 +1,11 @@ -$NetBSD: distinfo,v 1.9 2015/12/08 17:15:21 fhajny Exp $ +$NetBSD: distinfo,v 1.10 2016/04/11 12:48:37 fhajny Exp $ -SHA1 (cfengine-3.7.2.tar.gz) = 9f454db3ce9c86c6c230bfd5bba534970ada7893 -RMD160 (cfengine-3.7.2.tar.gz) = 83d48c484e3a8132fa0bf331402aa8305dab125c -SHA512 (cfengine-3.7.2.tar.gz) = 8b4d0dac81cb3734489e3e1d60a034c3074d710f35a6c2ab35cffe9c066a63c3214b062ef4116ff3ef46461c8ce53ebb02c6513cb49f9edf2c9a81f4679066e6 -Size (cfengine-3.7.2.tar.gz) = 2114764 bytes -SHA1 (cfengine-masterfiles-3.7.2.tar.gz) = 8b00f9e81815890220d7e8ad5209cdf1fc04b07d -RMD160 (cfengine-masterfiles-3.7.2.tar.gz) = 2f67dd56f8b82575c799a1d9a83b44bd67d3bc38 -SHA512 (cfengine-masterfiles-3.7.2.tar.gz) = e2a6ceba4db90e6b2cd4f30fc2c276012660aca8a76fbd5bbc3debd8e6226cd5f8f270f5936b38e1ccd36cee706fd697bfde5c96739bde38d8c11f4ef3f0f86b -Size (cfengine-masterfiles-3.7.2.tar.gz) = 449943 bytes +SHA1 (cfengine-3.7.3.tar.gz) = a732d0ef60213b352602cb7d690fc06376b7ae02 +RMD160 (cfengine-3.7.3.tar.gz) = 6d482b17916e4ddaaa32dee914865cedec3b3231 +SHA512 (cfengine-3.7.3.tar.gz) = 28d02db5b81d05e257d5653b7bc306f31b9b9c5460cf381b16142e4f640ad8ff88aea58902db79a0460084c57ef257917ac324b1ac1b3777e3c4a4d4dac5f5c1 +Size (cfengine-3.7.3.tar.gz) = 2124667 bytes +SHA1 (cfengine-masterfiles-3.7.3.tar.gz) = d2426074720f496ac87e2f86bbd8f4f8aa15c5ae +RMD160 (cfengine-masterfiles-3.7.3.tar.gz) = 2c61521fd622182a654f5cb4d0ed51243bc950fb +SHA512 (cfengine-masterfiles-3.7.3.tar.gz) = 27bd25b2eac3e2d1f74952685055f307da61f5371531481f1c56cb124addc8373f2c1f529d566824b327b92c056d2529fda35190110e18ccc0d368bbbee4cb2f +Size (cfengine-masterfiles-3.7.3.tar.gz) = 451097 bytes SHA1 (patch-ext_Makefile.in) = b0f8c773b3351c949fe33028a3122c5673d8778d diff --git a/sysutils/conky/distinfo b/sysutils/conky/distinfo index 7146869836d58..377d1b9f07d8c 100644 --- a/sysutils/conky/distinfo +++ b/sysutils/conky/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.5 2015/11/04 01:32:08 agc Exp $ +$NetBSD: distinfo,v 1.6 2016/04/11 01:49:27 riastradh Exp $ SHA1 (conky-1.9.0.tar.bz2) = 2069cbdb8e7224fcbf3c6b1ddebf64a51634b4cc RMD160 (conky-1.9.0.tar.bz2) = 2df0e60d4236ed667bdae876e11ba28d05914e25 @@ -11,7 +11,7 @@ SHA1 (patch-src_config.h.in) = 31aa9cd4bd4ab775e6da633f86415ee8f5383538 SHA1 (patch-src_conky.c) = e4c9173661cca437af0febbcae94eec72dc0ea4a SHA1 (patch-src_core.c) = a64ff7cb05d7b6b62aea41e486c0a719e2c93faf SHA1 (patch-src_fs.c) = 104fd3788f319689026702d6a149410184072e24 -SHA1 (patch-src_netbsd.c) = b6af055adea3922a1a8aed8c6ab8795bd1fa2607 +SHA1 (patch-src_netbsd.c) = 6dd3544c02fffe8ab03ecb9560c84f4016345ee6 SHA1 (patch-src_netbsd.h) = 25f9c66eede8e4aaef475d6afcbf79440ec8d7bb SHA1 (patch-src_read__tcp.c) = 32fca1b7fdfdb2568b056705c7129807e281b0cc SHA1 (patch-src_text__object.h) = 7f7e3684e21f9618a8ede37525f4a48f47a92050 diff --git a/sysutils/conky/patches/patch-src_netbsd.c b/sysutils/conky/patches/patch-src_netbsd.c index 219e87bb085f1..6a9a7d21e11c7 100644 --- a/sysutils/conky/patches/patch-src_netbsd.c +++ b/sysutils/conky/patches/patch-src_netbsd.c @@ -1,10 +1,10 @@ -$NetBSD: patch-src_netbsd.c,v 1.2 2012/11/23 12:30:38 joerg Exp $ +$NetBSD: patch-src_netbsd.c,v 1.3 2016/04/11 01:49:28 riastradh Exp $ Many fixes and addons for conky to work on NetBSD. --- src/netbsd.c.orig 2012-05-03 21:08:27.000000000 +0000 +++ src/netbsd.c -@@ -30,337 +30,795 @@ +@@ -30,337 +30,805 @@ #include "netbsd.h" #include "net_stat.h" @@ -123,10 +123,9 @@ Many fixes and addons for conky to work on NetBSD. - sep = (struct swapent *) malloc(n * (sizeof(*sep))); + info.memmax = uvmexp.npages * uvmexp.pagesize / 1024; -+ info.memfree = uvmexp.inactive * uvmexp.pagesize / 1024; - -- if (sep == NULL) { -- warn("memory allocation failed"); ++ info.memfree = uvmexp.free * uvmexp.pagesize / 1024; ++ info.memeasyfree = uvmexp.inactive * uvmexp.pagesize / 1024; ++ + info.swapmax = uvmexp.swpages * uvmexp.pagesize / 1024; + info.swapfree = (uvmexp.swpages - uvmexp.swpginuse) * \ + uvmexp.pagesize / 1024; @@ -135,10 +134,21 @@ Many fixes and addons for conky to work on NetBSD. + info.cached = uvmexp.execpages * uvmexp.pagesize / 1024; + + info.mem = info.memmax - info.memfree; -+ info.memeasyfree = info.memfree; + info.bufmem = info.cached + info.buffers; + info.swap = info.swapmax - info.swapfree; + ++ /* ++ * Counter-adjust for the adjustment in update_stuff in common.c so ++ * that memeasyfree is the inactive memory. Since inactive memory ++ * partially overlaps with buffer memory, but the size of the ++ * overlap is not measured, attempting to split it into non-bufmem ++ * and bufmem parts, as common.c does, can't work. So instead we ++ * report inactive memory as memeasyfree. ++ */ ++ info.memeasyfree -= info.bufmem; + +- if (sep == NULL) { +- warn("memory allocation failed"); + return 0; +} + @@ -480,11 +490,17 @@ Many fixes and addons for conky to work on NetBSD. + double v[3]; + + getloadavg(v, 3); -+ + +- ns->recv += (ifnet.if_ibytes - ns->last_read_recv); +- ns->last_read_recv = ifnet.if_ibytes; +- ns->trans += (ifnet.if_obytes - ns->last_read_trans); +- ns->last_read_trans = ifnet.if_obytes; + info.loadavg[0] = (float) v[0]; + info.loadavg[1] = (float) v[1]; + info.loadavg[2] = (float) v[2]; -+ + +- ns->recv_speed = (ns->recv - last_recv) / delta; +- ns->trans_speed = (ns->trans - last_trans) / delta; + return 0; +} + @@ -503,20 +519,14 @@ Many fixes and addons for conky to work on NetBSD. +{ + return 1; +} - -- ns->recv += (ifnet.if_ibytes - ns->last_read_recv); -- ns->last_read_recv = ifnet.if_ibytes; -- ns->trans += (ifnet.if_obytes - ns->last_read_trans); -- ns->last_read_trans = ifnet.if_obytes; ++ +/* void */ +char +get_freq(char *p_client_buffer, size_t client_buffer_size, + const char *p_format, int divisor, unsigned int cpu) +{ + int freq = cpu; - -- ns->recv_speed = (ns->recv - last_recv) / delta; -- ns->trans_speed = (ns->trans - last_trans) / delta; ++ + if (!p_client_buffer || client_buffer_size <= 0 || !p_format + || divisor <= 0) { + return 0; diff --git a/sysutils/consul/DESCR b/sysutils/consul/DESCR new file mode 100644 index 0000000000000..02f5a64a6ee95 --- /dev/null +++ b/sysutils/consul/DESCR @@ -0,0 +1,2 @@ +Consul is a tool for service discovery and configuration. Consul +is distributed, highly available, and extremely scalable. diff --git a/sysutils/consul/Makefile b/sysutils/consul/Makefile new file mode 100644 index 0000000000000..2676c58386d83 --- /dev/null +++ b/sysutils/consul/Makefile @@ -0,0 +1,37 @@ +# $NetBSD: Makefile,v 1.1 2016/05/06 13:40:17 fhajny Exp $ + +DISTNAME= consul-0.6.4 +CATEGORIES= sysutils +MASTER_SITES= ${MASTER_SITE_GITHUB:=hashicorp/} + +MAINTAINER= filip@joyent.com +HOMEPAGE= http://www.consul.io/ +COMMENT= Tool for service discovery, monitoring and configuration +LICENSE= mpl-2.0 + +GITHUB_TAG= v${PKGVERSION_NOREV} + +WRKSRC= ${WRKDIR}/src/github.com/hashicorp/consul + +.include "../../lang/go/version.mk" + +BUILD_DEPENDS+= go-${GO_VERSION}*:../../lang/go + +USE_LANGUAGES= c +USE_TOOLS+= bash gmake + +MAKE_ENV+= GOPATH=${WRKDIR}:${PREFIX}/gopkg + +INSTALLATION_DIRS+= bin + +post-extract: + ${MKDIR} ${WRKSRC} + ${MV} ${WRKDIR}/${DISTNAME}/* ${WRKSRC} + +do-build: + cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} go build -o bin/consul + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/bin/consul ${DESTDIR}${PREFIX}/bin + +.include "../../mk/bsd.pkg.mk" diff --git a/sysutils/consul/PLIST b/sysutils/consul/PLIST new file mode 100644 index 0000000000000..cfa443508bec3 --- /dev/null +++ b/sysutils/consul/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1 2016/05/06 13:40:17 fhajny Exp $ +bin/consul diff --git a/sysutils/consul/distinfo b/sysutils/consul/distinfo new file mode 100644 index 0000000000000..99d0f5b698a2d --- /dev/null +++ b/sysutils/consul/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2016/05/06 13:40:17 fhajny Exp $ + +SHA1 (consul-0.6.4.tar.gz) = 0acb868214bb6a8b3003412ac7778f989b52a206 +RMD160 (consul-0.6.4.tar.gz) = d9d770ea0c92431079e80ae8cc626f5246639c93 +SHA512 (consul-0.6.4.tar.gz) = 3cbf7f3f33cc95036cf87ab39aebd44211b915d3ec2e8452c65d4093ed4791b531f540f74faddc1e8bdc9478af295ed90f78503ff394f8a7c409b7b07da3dbcf +Size (consul-0.6.4.tar.gz) = 3912207 bytes diff --git a/sysutils/crashme/distinfo b/sysutils/crashme/distinfo index 6ebaa861c899b..7d743063f4220 100644 --- a/sysutils/crashme/distinfo +++ b/sysutils/crashme/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.7 2015/11/04 01:32:09 agc Exp $ +$NetBSD: distinfo,v 1.8 2016/03/27 22:38:33 jperkin Exp $ SHA1 (crashme-2.4-shar) = 0648322959634f21e61a5d5e1b308e3c89dc2841 RMD160 (crashme-2.4-shar) = 0a4252a7b03bddad60cd522565142279d18f91b8 SHA512 (crashme-2.4-shar) = e646888b3bfcf51d29832e1da3bd2841dd2039a458074e00ec9b325951982d692bb0387f0ad5fb7de55a2ac144fd82b95848e6842fcd22e6afb6cc54f07d80db Size (crashme-2.4-shar) = 57010 bytes -SHA1 (patch-aa) = 7622912fe3e231af05fe9073e3cd7bd1e82d3951 +SHA1 (patch-aa) = 4d7f31675b10e5a504e222ea54a737203b389f15 SHA1 (patch-ab) = 2dc1213fe4621b947a9ce8d589925a9bd83653e0 diff --git a/sysutils/crashme/patches/patch-aa b/sysutils/crashme/patches/patch-aa index 10b8af9a015bd..7714f75c126fb 100644 --- a/sysutils/crashme/patches/patch-aa +++ b/sysutils/crashme/patches/patch-aa @@ -1,4 +1,4 @@ -$NetBSD: patch-aa,v 1.6 2007/08/31 21:48:37 agc Exp $ +$NetBSD: patch-aa,v 1.7 2016/03/27 22:38:33 jperkin Exp $ --- makefile.orig 2007-08-31 12:15:01.000000000 +0100 +++ makefile 2007-08-31 12:16:47.000000000 +0100 @@ -23,4 +23,4 @@ $NetBSD: patch-aa,v 1.6 2007/08/31 21:48:37 agc Exp $ +install: crashme pddet + ${BSD_INSTALL_PROGRAM} crashme ${DESTDIR}${PREFIX}/sbin/crashme + ${BSD_INSTALL_PROGRAM} pddet ${DESTDIR}${PREFIX}/sbin/pddet -+ ${BSD_INSTALL_MAN} crashme.1 ${DESTDIR}${PREFIX}/man/man1 ++ ${BSD_INSTALL_MAN} crashme.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1 diff --git a/sysutils/dbus-python-common/Makefile b/sysutils/dbus-python-common/Makefile index 4ebaf6bdc1043..54c003e766cfc 100644 --- a/sysutils/dbus-python-common/Makefile +++ b/sysutils/dbus-python-common/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.10 2016/03/03 12:16:24 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2016/04/15 10:15:15 wiz Exp $ -DISTNAME= dbus-python-1.2.2 +DISTNAME= dbus-python-1.2.4 PKGNAME= ${DISTNAME:S/python/python-common/} CATEGORIES= sysutils MASTER_SITES= http://dbus.freedesktop.org/releases/dbus-python/ @@ -25,7 +25,7 @@ BUILDLINK_TRANSFORM.SunOS+= rm:-std=c9x do-install: ${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/include/dbus-1.0/dbus - ${INSTALL_DATA} ${WRKSRC}/include/dbus-python.h \ + ${INSTALL_DATA} ${WRKSRC}/include/dbus/dbus-python.h \ ${DESTDIR}${PREFIX}/include/dbus-1.0/dbus ${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/lib/pkgconfig ${INSTALL_DATA} ${WRKSRC}/dbus-python.pc \ diff --git a/sysutils/dbus-python-common/distinfo b/sysutils/dbus-python-common/distinfo index c012c8c3cc687..7672567ffc07d 100644 --- a/sysutils/dbus-python-common/distinfo +++ b/sysutils/dbus-python-common/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.4 2016/03/03 12:16:24 wiz Exp $ +$NetBSD: distinfo,v 1.5 2016/04/15 10:15:15 wiz Exp $ -SHA1 (dbus-python-1.2.2.tar.gz) = c2b93b1f0e4945711d6f6d232e63cb9aa3a93359 -RMD160 (dbus-python-1.2.2.tar.gz) = 2f05ee946b0ebc62318f6d4e20e8c51ce131d864 -SHA512 (dbus-python-1.2.2.tar.gz) = a92b0bbb29ce20c5a90d44819ef31c755b3bab7ce3cfb3d0157ea2c37af63b859213f5f59703e4f3d5bbe6861e506749a740f3a11a7b87b1c3f81aa7b9c172d6 -Size (dbus-python-1.2.2.tar.gz) = 608781 bytes +SHA1 (dbus-python-1.2.4.tar.gz) = 078a76d760ba649991b0ac0ae2eaeda41c00ca5b +RMD160 (dbus-python-1.2.4.tar.gz) = 05e7ac1d0f3dd49a097b126a04456cf2c8d5db7c +SHA512 (dbus-python-1.2.4.tar.gz) = efdd9d96a8b56e813c93208d34777f1ca2db96c076d31f13afbcaec3c7770a16a623d5531fe23443130c555240949802503f171f2064d45eee97546d6251304b +Size (dbus-python-1.2.4.tar.gz) = 612112 bytes diff --git a/sysutils/dbus-sharp-glib/Makefile b/sysutils/dbus-sharp-glib/Makefile index b0a333a0bbd3d..3cd99722737de 100644 --- a/sysutils/dbus-sharp-glib/Makefile +++ b/sysutils/dbus-sharp-glib/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.9 2015/10/10 01:57:55 ryoon Exp $ +# $NetBSD: Makefile,v 1.10 2016/04/11 19:01:38 ryoon Exp $ # DISTNAME= dbus-sharp-glib-0.5.0 -PKGREVISION= 6 +PKGREVISION= 7 CATEGORIES= sysutils MASTER_SITES= https://cloud.github.com/downloads/mono/dbus-sharp/ diff --git a/sysutils/dbus-sharp-glib/buildlink3.mk b/sysutils/dbus-sharp-glib/buildlink3.mk index 96790552a7878..2ace9fe05994a 100644 --- a/sysutils/dbus-sharp-glib/buildlink3.mk +++ b/sysutils/dbus-sharp-glib/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.5 2015/04/06 08:17:17 adam Exp $ +# $NetBSD: buildlink3.mk,v 1.6 2016/04/11 19:01:38 ryoon Exp $ BUILDLINK_TREE+= dbus-sharp-glib @@ -6,7 +6,7 @@ BUILDLINK_TREE+= dbus-sharp-glib DBUS_SHARP_GLIB_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.dbus-sharp-glib+= dbus-sharp-glib>=0.5.0 -BUILDLINK_ABI_DEPENDS.dbus-sharp-glib?= dbus-sharp-glib>=0.5.0nb4 +BUILDLINK_ABI_DEPENDS.dbus-sharp-glib?= dbus-sharp-glib>=0.5.0nb7 BUILDLINK_PKGSRCDIR.dbus-sharp-glib?= ../../sysutils/dbus-sharp-glib .include "../../sysutils/dbus-sharp/buildlink3.mk" diff --git a/sysutils/dbus-sharp/Makefile b/sysutils/dbus-sharp/Makefile index a34b8f53c82e8..52c38ebc369ce 100644 --- a/sysutils/dbus-sharp/Makefile +++ b/sysutils/dbus-sharp/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.11 2015/10/10 01:57:55 ryoon Exp $ +# $NetBSD: Makefile,v 1.12 2016/04/11 19:01:38 ryoon Exp $ # DISTNAME= dbus-sharp-0.7.0 -PKGREVISION= 8 +PKGREVISION= 9 CATEGORIES= sysutils MASTER_SITES= https://cloud.github.com/downloads/mono/dbus-sharp/ diff --git a/sysutils/dbus-sharp/buildlink3.mk b/sysutils/dbus-sharp/buildlink3.mk index 3f30f1d595016..0b9b58b59ec77 100644 --- a/sysutils/dbus-sharp/buildlink3.mk +++ b/sysutils/dbus-sharp/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.7 2015/05/23 06:40:15 kefren Exp $ +# $NetBSD: buildlink3.mk,v 1.8 2016/04/11 19:01:38 ryoon Exp $ BUILDLINK_TREE+= dbus-sharp @@ -6,7 +6,7 @@ BUILDLINK_TREE+= dbus-sharp DBUS_SHARP_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.dbus-sharp+= dbus-sharp>=0.7.0 -BUILDLINK_ABI_DEPENDS.dbus-sharp?= dbus-sharp>=0.7.0nb6 +BUILDLINK_ABI_DEPENDS.dbus-sharp?= dbus-sharp>=0.7.0nb9 BUILDLINK_PKGSRCDIR.dbus-sharp?= ../../sysutils/dbus-sharp .include "../../lang/mono/buildlink3.mk" diff --git a/sysutils/deforaos-browser/Makefile b/sysutils/deforaos-browser/Makefile index dcf7b2f6cc2a5..4b38f575226d7 100644 --- a/sysutils/deforaos-browser/Makefile +++ b/sysutils/deforaos-browser/Makefile @@ -1,17 +1,16 @@ -# $NetBSD: Makefile,v 1.21 2016/02/20 02:28:14 khorben Exp $ +# $NetBSD: Makefile,v 1.22 2016/04/14 23:37:33 khorben Exp $ # -DISTNAME= Browser-0.5.0 -PKGNAME= deforaos-browser-0.5.0 -PKGREVISION= 1 +DISTNAME= Browser-0.5.1 +PKGNAME= deforaos-browser-0.5.1 CATEGORIES= sysutils -MASTER_SITES= http://www.defora.org/os/download/download/4418/ +MASTER_SITES= http://www.defora.org/os/download/download/4442/ MAINTAINER= khorben@defora.org HOMEPAGE= http://www.defora.org/ COMMENT= DeforaOS desktop file manager and desktop handler -LICENSE= gnu-gpl-v3 +LICENSE= modified-bsd USE_TOOLS+= pkg-config USE_TOOLS+= xgettext diff --git a/sysutils/deforaos-browser/distinfo b/sysutils/deforaos-browser/distinfo index 6698dfa6f2be9..688e176aabbc7 100644 --- a/sysutils/deforaos-browser/distinfo +++ b/sysutils/deforaos-browser/distinfo @@ -1,7 +1,6 @@ -$NetBSD: distinfo,v 1.12 2016/02/22 12:14:23 khorben Exp $ +$NetBSD: distinfo,v 1.13 2016/04/14 23:37:33 khorben Exp $ -SHA1 (Browser-0.5.0.tar.gz) = 26170b6341f29bfbacbfefe47c25004aeacc06bb -RMD160 (Browser-0.5.0.tar.gz) = 4749d0dcb600efea2cd623835de42a1b6970327d -SHA512 (Browser-0.5.0.tar.gz) = 38dbee726f8a7b8bd07b9433896119c3ebc9567ca17f4d4428fb03fdd04dfa41b215ad40bd5b8e35c213a96ffa9114de9fc69191bec3525534990a5eb174e3ea -Size (Browser-0.5.0.tar.gz) = 160871 bytes -SHA1 (patch-src_widget_Makefile) = 090ba887dd6ded492d0dc60066a275d40c72e139 +SHA1 (Browser-0.5.1.tar.gz) = 0a1b7c1a215ba30aafd63dedc7844c6315b853e0 +RMD160 (Browser-0.5.1.tar.gz) = 65fd9ca5372ad72b81f967766cce62755e062d09 +SHA512 (Browser-0.5.1.tar.gz) = caf98ff82e55709d0c5487ea3a872a814742634ce206290ec896ad3a8e15e5055d4b524fcd70dc1e37578e9fa573e462591ef5d6313efa725882c556c6f4cb5d +Size (Browser-0.5.1.tar.gz) = 155403 bytes diff --git a/sysutils/deforaos-browser/patches/patch-src_widget_Makefile b/sysutils/deforaos-browser/patches/patch-src_widget_Makefile deleted file mode 100644 index 823396d381ca4..0000000000000 --- a/sysutils/deforaos-browser/patches/patch-src_widget_Makefile +++ /dev/null @@ -1,17 +0,0 @@ -$NetBSD: patch-src_widget_Makefile,v 1.1 2016/02/22 12:14:24 khorben Exp $ - -Fix build for the file manager Widget. - ---- src/widget/Makefile.orig 2016-02-20 00:04:45.000000000 +0000 -+++ src/widget/Makefile -@@ -6,8 +6,8 @@ LIBDIR = $(PREFIX)/lib - CC = cc - CPPFLAGSF= - CPPFLAGS= --CFLAGSF = `pkg-config --cflags libDesktop` --CFLAGS = -W -Wall -g -O2 -fPIC -pedantic -D_FORTIFY_SOURCE=2 -fstack-protector-all -+CFLAGSF = `pkg-config --cflags libDesktop` -fPIC -+CFLAGS = -W -Wall -g -O2 -pedantic -D_FORTIFY_SOURCE=2 -fstack-protector-all - LDFLAGSF= `pkg-config --libs libDesktop` -lintl -L$(OBJDIR).. -Wl,-rpath,$(LIBDIR) -lBrowser - LDFLAGS = -Wl,-z,relro -Wl,-z,now - EXEEXT = diff --git a/sysutils/deforaos-terminal/Makefile b/sysutils/deforaos-terminal/Makefile index 09054068a1a1d..810a4d10f9dc7 100644 --- a/sysutils/deforaos-terminal/Makefile +++ b/sysutils/deforaos-terminal/Makefile @@ -1,17 +1,16 @@ -# $NetBSD: Makefile,v 1.12 2015/08/09 15:24:15 khorben Exp $ +# $NetBSD: Makefile,v 1.13 2016/03/28 19:28:42 khorben Exp $ # -DISTNAME= Terminal-0.0.0 -PKGNAME= deforaos-terminal-0.0.0 -PKGREVISION= 7 +DISTNAME= Terminal-0.1.0 +PKGNAME= deforaos-terminal-0.1.0 CATEGORIES= sysutils -MASTER_SITES= http://www.defora.org/os/download/download/4281/ +MASTER_SITES= http://www.defora.org/os/download/download/4437/ MAINTAINER= khorben@defora.org HOMEPAGE= http://www.defora.org/ COMMENT= DeforaOS desktop terminal emulator -LICENSE= gnu-gpl-v3 +LICENSE= modified-bsd USE_TOOLS+= pkg-config USE_TOOLS+= xgettext @@ -22,13 +21,14 @@ BUILD_DEPENDS+= docbook-xsl-[0-9]*:../../textproc/docbook-xsl MAKE_FLAGS+= DESTDIR=${DESTDIR} MAKE_FLAGS+= PREFIX=${PREFIX} MAKE_FLAGS+= CFLAGS=${CFLAGS:Q} +MAKE_FLAGS+= LDFLAGS=${LDFLAGS:Q} AUTO_MKDIRS= yes DEPENDS+= xterm-[0-9]*:../../x11/xterm -CONFLICTS= xfce4-terminal-[0-9]* - post-install: + ${MV} ${DESTDIR}${PREFIX}/share/man/html1/terminal.html ${DESTDIR}${PREFIX}/${PKGMANDIR}/html1/terminal.html + ${RMDIR} ${DESTDIR}${PREFIX}/share/man/html1 ${MV} ${DESTDIR}${PREFIX}/share/man/man1/terminal.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/terminal.1 ${RMDIR} ${DESTDIR}${PREFIX}/share/man/man1 ${RMDIR} ${DESTDIR}${PREFIX}/share/man diff --git a/sysutils/deforaos-terminal/PLIST b/sysutils/deforaos-terminal/PLIST index c35793c3b9cfb..6c3b43a2b149e 100644 --- a/sysutils/deforaos-terminal/PLIST +++ b/sysutils/deforaos-terminal/PLIST @@ -1,6 +1,7 @@ -@comment $NetBSD: PLIST,v 1.1 2013/02/24 15:48:28 khorben Exp $ +@comment $NetBSD: PLIST,v 1.2 2016/03/28 19:28:42 khorben Exp $ bin/terminal +man/html1/terminal.html man/man1/terminal.1 -share/applications/terminal.desktop -share/doc/html/Terminal/terminal.html +share/applications/deforaos-terminal.desktop +share/locale/es/LC_MESSAGES/Terminal.mo share/locale/fr/LC_MESSAGES/Terminal.mo diff --git a/sysutils/deforaos-terminal/distinfo b/sysutils/deforaos-terminal/distinfo index a6771c4ce8967..cde9efa00e4df 100644 --- a/sysutils/deforaos-terminal/distinfo +++ b/sysutils/deforaos-terminal/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2015/11/04 01:32:11 agc Exp $ +$NetBSD: distinfo,v 1.3 2016/03/28 19:28:42 khorben Exp $ -SHA1 (Terminal-0.0.0.tar.gz) = 43e1cdd665d1b8139b7624ff188d6045ac5db6f8 -RMD160 (Terminal-0.0.0.tar.gz) = c9b816953916749df0a3d4eea4975d4969785653 -SHA512 (Terminal-0.0.0.tar.gz) = 09691af4d442c7b0cb45bdf12fc629c4546d9d9cbf77f2ab31ace7257431aab4554ac963f4bd25ab2e6a2a0569fd3a0ec2e9c525c247d8b95721d08cf24a9cc9 -Size (Terminal-0.0.0.tar.gz) = 9285 bytes +SHA1 (Terminal-0.1.0.tar.gz) = 594436aa376861d74f4ead5314ebb976916107ae +RMD160 (Terminal-0.1.0.tar.gz) = 2b93860ebd470ecbe3ccd15fd452fd6a7b525596 +SHA512 (Terminal-0.1.0.tar.gz) = a82c1c8636bbe91ff5c2ebc17a92876d2def73e8eebc57056531d3c7fb5bd234e71b9a44304c1a93c4e20c841bb2dd12636afdc12e1043efb3a9f36b9518ab82 +Size (Terminal-0.1.0.tar.gz) = 13311 bytes diff --git a/sysutils/detox/Makefile b/sysutils/detox/Makefile index e23667a7108cd..6be5a4457ef36 100644 --- a/sysutils/detox/Makefile +++ b/sysutils/detox/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2012/10/23 19:50:58 asau Exp $ +# $NetBSD: Makefile,v 1.7 2016/03/30 12:51:16 jperkin Exp $ # DISTNAME= detox-1.2.0 @@ -11,7 +11,7 @@ HOMEPAGE= http://detox.sourceforge.net/ COMMENT= Removes non-standard characters from filenames GNU_CONFIGURE= yes -USE_TOOLS+= lex gmake +USE_TOOLS+= lex:run gmake INSTALL_TARGET= install-base install-unsafe-config EGDIR= ${PREFIX}/share/examples/detox diff --git a/sysutils/dmidecode/Makefile b/sysutils/dmidecode/Makefile index a45605c3756be..3d89c3ff77860 100644 --- a/sysutils/dmidecode/Makefile +++ b/sysutils/dmidecode/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2013/05/19 11:07:26 shattered Exp $ +# $NetBSD: Makefile,v 1.16 2016/04/18 15:29:38 khorben Exp $ # DISTNAME= dmidecode-2.12 @@ -10,6 +10,9 @@ HOMEPAGE= http://www.nongnu.org/dmidecode/ COMMENT= Print out DMI (SMBIOS) table in human-readable format LICENSE= gnu-gpl-v2 +MAKE_FLAGS+= CFLAGS=${CFLAGS:Q} +MAKE_FLAGS+= LDFLAGS=${LDFLAGS:Q} + ONLY_FOR_PLATFORM= *-*-i386 *-*-x86_64 .include "../../mk/bsd.pkg.mk" diff --git a/sysutils/dog/distinfo b/sysutils/dog/distinfo index 8263723d4e12f..02fc341e7f485 100644 --- a/sysutils/dog/distinfo +++ b/sysutils/dog/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.6 2015/11/04 01:32:12 agc Exp $ +$NetBSD: distinfo,v 1.7 2016/03/27 22:43:40 jperkin Exp $ SHA1 (dog-1.7.tar.gz) = a1af9c76daa0c9768cdf0c31839b3004e6ccc417 RMD160 (dog-1.7.tar.gz) = dd8867a5a8ff7208b92df8bc23a9b6b48cc74816 SHA512 (dog-1.7.tar.gz) = 852373ba988075a47c60c38da0ff3a344f996e6e149d23e1061d6f8fbb0999f32c975c323944375ba758e5663efa57f62c8ff88d46264f72196ea450eacfa4f5 Size (dog-1.7.tar.gz) = 30433 bytes -SHA1 (patch-aa) = 84b306fb77688786b075a32635d28fd911e0ebd8 +SHA1 (patch-aa) = c57ab8275ea1200a38b5ac56788f26f3f4242bed diff --git a/sysutils/dog/patches/patch-aa b/sysutils/dog/patches/patch-aa index 12d5a5717fd6e..60bfb45beb649 100644 --- a/sysutils/dog/patches/patch-aa +++ b/sysutils/dog/patches/patch-aa @@ -1,4 +1,4 @@ -$NetBSD: patch-aa,v 1.3 2009/02/19 16:36:26 joerg Exp $ +$NetBSD: patch-aa,v 1.4 2016/03/27 22:43:40 jperkin Exp $ --- Makefile.orig Wed Jun 21 17:00:57 2000 +++ Makefile Tue Sep 23 10:15:48 2003 @@ -28,7 +28,7 @@ $NetBSD: patch-aa,v 1.3 2009/02/19 16:36:26 joerg Exp $ install: dog - $(INSTALL) -m 644 dog.1 ${mandir}/man1 - $(INSTALL) -m 755 dog ${bindir} -+ $(BSD_INSTALL_MAN) dog.1 ${DESTDIR}${mandir}/man1/dog.1 ++ $(BSD_INSTALL_MAN) dog.1 ${DESTDIR}${prefix}/${PKGMANDIR}/man1/dog.1 + $(BSD_INSTALL_PROGRAM) dog ${DESTDIR}${bindir}/dog clean: diff --git a/sysutils/duplicity/Makefile b/sysutils/duplicity/Makefile index f3fbd6fac61c1..345137b48710c 100644 --- a/sysutils/duplicity/Makefile +++ b/sysutils/duplicity/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.32 2015/12/05 21:25:58 adam Exp $ +# $NetBSD: Makefile,v 1.33 2016/04/18 17:49:20 bsiegert Exp $ -DISTNAME= duplicity-0.6.26 +DISTNAME= duplicity-0.7.07 CATEGORIES= sysutils net -MASTER_SITES= http://code.launchpad.net/duplicity/0.6-series/${PKGVERSION_NOREV}/+download/ +MASTER_SITES= http://code.launchpad.net/duplicity/0.7-series/${PKGVERSION_NOREV}/+download/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.nongnu.org/duplicity/ @@ -11,19 +11,12 @@ LICENSE= gnu-gpl-v2 USE_PKGLOCALEDIR= yes -PKG_OPTIONS_VAR= PKG_OPTIONS.duplicity -PKG_SUPPORTED_OPTIONS= gnupg2 +.include "options.mk" + DEPENDS+= ${PYPKGPREFIX}-lockfile>=0.9.1:../../devel/py-lockfile -.include "../../mk/bsd.options.mk" -.if !empty(PKG_OPTIONS:Mgnupg2) -DEPENDS+= gnupg2-[0-9]*:../../security/gnupg2 -GPGPATH= ${LOCALBASE}/bin/gpg2 -.else -DEPENDS+= gnupg>=1.0.0:../../security/gnupg -GPGPATH= ${LOCALBASE}/bin/gpg -.endif - -REPLACE_PYTHON+= bin/* + +REPLACE_PYTHON+= bin/duplicity \ + bin/rdiffdir PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 0.6.22 SUBST_CLASSES+= fix-paths @@ -41,6 +34,9 @@ SUBST_VARS.gpgpath= GPGPATH # XXX in 0.6.21, doc files are mode 0600 #post-extract: # cd ${WRKSRC} && ${CHMOD} go+r * +# XXX in 0.7.07, executable bit set on duplicity.1 +post-extract: + ${CHMOD} -x ${WRKSRC}/bin/duplicity.1 .include "../../lang/python/application.mk" .include "../../lang/python/egg.mk" diff --git a/sysutils/duplicity/PLIST b/sysutils/duplicity/PLIST index 8bf8c2a92807d..c4ba042c2dc66 100644 --- a/sysutils/duplicity/PLIST +++ b/sysutils/duplicity/PLIST @@ -1,10 +1,11 @@ -@comment $NetBSD: PLIST,v 1.13 2014/05/12 20:39:33 riz Exp $ +@comment $NetBSD: PLIST,v 1.14 2016/04/18 17:49:20 bsiegert Exp $ bin/duplicity bin/rdiffdir -${PYSITELIB}/${EGG_INFODIR}/PKG-INFO -${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt -${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt -${PYSITELIB}/${EGG_INFODIR}/top_level.txt +${PYSITELIB}/duplicity-0.7.7-py2.7.egg-info/PKG-INFO +${PYSITELIB}/duplicity-0.7.7-py2.7.egg-info/SOURCES.txt +${PYSITELIB}/duplicity-0.7.7-py2.7.egg-info/dependency_links.txt +${PYSITELIB}/duplicity-0.7.7-py2.7.egg-info/requires.txt +${PYSITELIB}/duplicity-0.7.7-py2.7.egg-info/top_level.txt ${PYSITELIB}/duplicity/__init__.py ${PYSITELIB}/duplicity/__init__.pyc ${PYSITELIB}/duplicity/__init__.pyo @@ -30,27 +31,27 @@ ${PYSITELIB}/duplicity/backends/_cf_cloudfiles.pyo ${PYSITELIB}/duplicity/backends/_cf_pyrax.py ${PYSITELIB}/duplicity/backends/_cf_pyrax.pyc ${PYSITELIB}/duplicity/backends/_cf_pyrax.pyo -${PYSITELIB}/duplicity/backends/_ssh_paramiko.py -${PYSITELIB}/duplicity/backends/_ssh_paramiko.pyc -${PYSITELIB}/duplicity/backends/_ssh_paramiko.pyo -${PYSITELIB}/duplicity/backends/_ssh_pexpect.py -${PYSITELIB}/duplicity/backends/_ssh_pexpect.pyc -${PYSITELIB}/duplicity/backends/_ssh_pexpect.pyo +${PYSITELIB}/duplicity/backends/acdclibackend.py +${PYSITELIB}/duplicity/backends/acdclibackend.pyc +${PYSITELIB}/duplicity/backends/acdclibackend.pyo +${PYSITELIB}/duplicity/backends/azurebackend.py +${PYSITELIB}/duplicity/backends/azurebackend.pyc +${PYSITELIB}/duplicity/backends/azurebackend.pyo +${PYSITELIB}/duplicity/backends/b2backend.py +${PYSITELIB}/duplicity/backends/b2backend.pyc +${PYSITELIB}/duplicity/backends/b2backend.pyo ${PYSITELIB}/duplicity/backends/botobackend.py ${PYSITELIB}/duplicity/backends/botobackend.pyc ${PYSITELIB}/duplicity/backends/botobackend.pyo ${PYSITELIB}/duplicity/backends/cfbackend.py ${PYSITELIB}/duplicity/backends/cfbackend.pyc ${PYSITELIB}/duplicity/backends/cfbackend.pyo +${PYSITELIB}/duplicity/backends/copycombackend.py +${PYSITELIB}/duplicity/backends/copycombackend.pyc +${PYSITELIB}/duplicity/backends/copycombackend.pyo ${PYSITELIB}/duplicity/backends/dpbxbackend.py ${PYSITELIB}/duplicity/backends/dpbxbackend.pyc ${PYSITELIB}/duplicity/backends/dpbxbackend.pyo -${PYSITELIB}/duplicity/backends/ftpbackend.py -${PYSITELIB}/duplicity/backends/ftpbackend.pyc -${PYSITELIB}/duplicity/backends/ftpbackend.pyo -${PYSITELIB}/duplicity/backends/ftpsbackend.py -${PYSITELIB}/duplicity/backends/ftpsbackend.pyc -${PYSITELIB}/duplicity/backends/ftpsbackend.pyo ${PYSITELIB}/duplicity/backends/gdocsbackend.py ${PYSITELIB}/duplicity/backends/gdocsbackend.pyc ${PYSITELIB}/duplicity/backends/gdocsbackend.pyo @@ -60,33 +61,66 @@ ${PYSITELIB}/duplicity/backends/giobackend.pyo ${PYSITELIB}/duplicity/backends/hsibackend.py ${PYSITELIB}/duplicity/backends/hsibackend.pyc ${PYSITELIB}/duplicity/backends/hsibackend.pyo +${PYSITELIB}/duplicity/backends/hubicbackend.py +${PYSITELIB}/duplicity/backends/hubicbackend.pyc +${PYSITELIB}/duplicity/backends/hubicbackend.pyo ${PYSITELIB}/duplicity/backends/imapbackend.py ${PYSITELIB}/duplicity/backends/imapbackend.pyc ${PYSITELIB}/duplicity/backends/imapbackend.pyo +${PYSITELIB}/duplicity/backends/lftpbackend.py +${PYSITELIB}/duplicity/backends/lftpbackend.pyc +${PYSITELIB}/duplicity/backends/lftpbackend.pyo ${PYSITELIB}/duplicity/backends/localbackend.py ${PYSITELIB}/duplicity/backends/localbackend.pyc ${PYSITELIB}/duplicity/backends/localbackend.pyo +${PYSITELIB}/duplicity/backends/mediafirebackend.py +${PYSITELIB}/duplicity/backends/mediafirebackend.pyc +${PYSITELIB}/duplicity/backends/mediafirebackend.pyo ${PYSITELIB}/duplicity/backends/megabackend.py ${PYSITELIB}/duplicity/backends/megabackend.pyc ${PYSITELIB}/duplicity/backends/megabackend.pyo +${PYSITELIB}/duplicity/backends/multibackend.py +${PYSITELIB}/duplicity/backends/multibackend.pyc +${PYSITELIB}/duplicity/backends/multibackend.pyo +${PYSITELIB}/duplicity/backends/ncftpbackend.py +${PYSITELIB}/duplicity/backends/ncftpbackend.pyc +${PYSITELIB}/duplicity/backends/ncftpbackend.pyo +${PYSITELIB}/duplicity/backends/onedrivebackend.py +${PYSITELIB}/duplicity/backends/onedrivebackend.pyc +${PYSITELIB}/duplicity/backends/onedrivebackend.pyo +${PYSITELIB}/duplicity/backends/par2backend.py +${PYSITELIB}/duplicity/backends/par2backend.pyc +${PYSITELIB}/duplicity/backends/par2backend.pyo +${PYSITELIB}/duplicity/backends/pydrivebackend.py +${PYSITELIB}/duplicity/backends/pydrivebackend.pyc +${PYSITELIB}/duplicity/backends/pydrivebackend.pyo +${PYSITELIB}/duplicity/backends/pyrax_identity/__init__.py +${PYSITELIB}/duplicity/backends/pyrax_identity/__init__.pyc +${PYSITELIB}/duplicity/backends/pyrax_identity/__init__.pyo +${PYSITELIB}/duplicity/backends/pyrax_identity/hubic.py +${PYSITELIB}/duplicity/backends/pyrax_identity/hubic.pyc +${PYSITELIB}/duplicity/backends/pyrax_identity/hubic.pyo ${PYSITELIB}/duplicity/backends/rsyncbackend.py ${PYSITELIB}/duplicity/backends/rsyncbackend.pyc ${PYSITELIB}/duplicity/backends/rsyncbackend.pyo -${PYSITELIB}/duplicity/backends/sshbackend.py -${PYSITELIB}/duplicity/backends/sshbackend.pyc -${PYSITELIB}/duplicity/backends/sshbackend.pyo +${PYSITELIB}/duplicity/backends/ssh_paramiko_backend.py +${PYSITELIB}/duplicity/backends/ssh_paramiko_backend.pyc +${PYSITELIB}/duplicity/backends/ssh_paramiko_backend.pyo +${PYSITELIB}/duplicity/backends/ssh_pexpect_backend.py +${PYSITELIB}/duplicity/backends/ssh_pexpect_backend.pyc +${PYSITELIB}/duplicity/backends/ssh_pexpect_backend.pyo ${PYSITELIB}/duplicity/backends/swiftbackend.py ${PYSITELIB}/duplicity/backends/swiftbackend.pyc ${PYSITELIB}/duplicity/backends/swiftbackend.pyo +${PYSITELIB}/duplicity/backends/sxbackend.py +${PYSITELIB}/duplicity/backends/sxbackend.pyc +${PYSITELIB}/duplicity/backends/sxbackend.pyo ${PYSITELIB}/duplicity/backends/tahoebackend.py ${PYSITELIB}/duplicity/backends/tahoebackend.pyc ${PYSITELIB}/duplicity/backends/tahoebackend.pyo ${PYSITELIB}/duplicity/backends/webdavbackend.py ${PYSITELIB}/duplicity/backends/webdavbackend.pyc ${PYSITELIB}/duplicity/backends/webdavbackend.pyo -${PYSITELIB}/duplicity/backends/~par2wrapperbackend.py -${PYSITELIB}/duplicity/backends/~par2wrapperbackend.pyc -${PYSITELIB}/duplicity/backends/~par2wrapperbackend.pyo ${PYSITELIB}/duplicity/cached_ops.py ${PYSITELIB}/duplicity/cached_ops.pyc ${PYSITELIB}/duplicity/cached_ops.pyo @@ -123,6 +157,9 @@ ${PYSITELIB}/duplicity/filechunkio.pyo ${PYSITELIB}/duplicity/globals.py ${PYSITELIB}/duplicity/globals.pyc ${PYSITELIB}/duplicity/globals.pyo +${PYSITELIB}/duplicity/globmatch.py +${PYSITELIB}/duplicity/globmatch.pyc +${PYSITELIB}/duplicity/globmatch.pyo ${PYSITELIB}/duplicity/gpg.py ${PYSITELIB}/duplicity/gpg.pyc ${PYSITELIB}/duplicity/gpg.pyo @@ -147,9 +184,6 @@ ${PYSITELIB}/duplicity/patchdir.pyo ${PYSITELIB}/duplicity/path.py ${PYSITELIB}/duplicity/path.pyc ${PYSITELIB}/duplicity/path.pyo -${PYSITELIB}/duplicity/pexpect.py -${PYSITELIB}/duplicity/pexpect.pyc -${PYSITELIB}/duplicity/pexpect.pyo ${PYSITELIB}/duplicity/progress.py ${PYSITELIB}/duplicity/progress.pyc ${PYSITELIB}/duplicity/progress.pyo @@ -159,9 +193,6 @@ ${PYSITELIB}/duplicity/robust.pyo ${PYSITELIB}/duplicity/selection.py ${PYSITELIB}/duplicity/selection.pyc ${PYSITELIB}/duplicity/selection.pyo -${PYSITELIB}/duplicity/static.py -${PYSITELIB}/duplicity/static.pyc -${PYSITELIB}/duplicity/static.pyo ${PYSITELIB}/duplicity/statistics.py ${PYSITELIB}/duplicity/statistics.pyc ${PYSITELIB}/duplicity/statistics.pyo @@ -171,9 +202,6 @@ ${PYSITELIB}/duplicity/tarfile.pyo ${PYSITELIB}/duplicity/tempdir.py ${PYSITELIB}/duplicity/tempdir.pyc ${PYSITELIB}/duplicity/tempdir.pyo -${PYSITELIB}/duplicity/urlparse_2_5.py -${PYSITELIB}/duplicity/urlparse_2_5.pyc -${PYSITELIB}/duplicity/urlparse_2_5.pyo ${PYSITELIB}/duplicity/util.py ${PYSITELIB}/duplicity/util.pyc ${PYSITELIB}/duplicity/util.pyo @@ -184,21 +212,27 @@ share/doc/${PKGNAME}/COPYING share/doc/${PKGNAME}/README share/doc/${PKGNAME}/README-LOG share/doc/${PKGNAME}/README-REPO -share/doc/${PKGNAME}/tarfile-CHANGES -share/doc/${PKGNAME}/tarfile-LICENSE share/locale/bg/LC_MESSAGES/duplicity.mo +share/locale/ca/LC_MESSAGES/duplicity.mo +share/locale/ca@valencia/LC_MESSAGES/duplicity.mo +share/locale/cs/LC_MESSAGES/duplicity.mo share/locale/de/LC_MESSAGES/duplicity.mo share/locale/el/LC_MESSAGES/duplicity.mo share/locale/en_AU/LC_MESSAGES/duplicity.mo share/locale/en_GB/LC_MESSAGES/duplicity.mo share/locale/eo/LC_MESSAGES/duplicity.mo share/locale/es/LC_MESSAGES/duplicity.mo +share/locale/fi/LC_MESSAGES/duplicity.mo share/locale/fr/LC_MESSAGES/duplicity.mo +share/locale/gl/LC_MESSAGES/duplicity.mo share/locale/he/LC_MESSAGES/duplicity.mo share/locale/hu/LC_MESSAGES/duplicity.mo share/locale/id/LC_MESSAGES/duplicity.mo share/locale/io/LC_MESSAGES/duplicity.mo share/locale/it/LC_MESSAGES/duplicity.mo +share/locale/km/LC_MESSAGES/duplicity.mo +share/locale/ms/LC_MESSAGES/duplicity.mo +share/locale/nl/LC_MESSAGES/duplicity.mo share/locale/oc/LC_MESSAGES/duplicity.mo share/locale/pl/LC_MESSAGES/duplicity.mo share/locale/pt/LC_MESSAGES/duplicity.mo @@ -210,4 +244,5 @@ share/locale/sr/LC_MESSAGES/duplicity.mo share/locale/sv/LC_MESSAGES/duplicity.mo share/locale/tr/LC_MESSAGES/duplicity.mo share/locale/ug/LC_MESSAGES/duplicity.mo +share/locale/uk/LC_MESSAGES/duplicity.mo share/locale/zh_CN/LC_MESSAGES/duplicity.mo diff --git a/sysutils/duplicity/distinfo b/sysutils/duplicity/distinfo index 2dd703534c7c6..e08464e63d776 100644 --- a/sysutils/duplicity/distinfo +++ b/sysutils/duplicity/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.19 2015/10/17 13:18:14 adam Exp $ +$NetBSD: distinfo,v 1.20 2016/04/18 17:49:20 bsiegert Exp $ -SHA1 (duplicity-0.6.26.tar.gz) = ba6760852f0ed90d7fedade6d5fc72806added04 -RMD160 (duplicity-0.6.26.tar.gz) = 14a5f5ac3dcef81c4d7d488d9a8562d59b527838 -SHA512 (duplicity-0.6.26.tar.gz) = 0cd02984eda99c81a30c9ac9926c41df0597f8f287a3e8ccd7d6fb9d420159028112be6b3fc8acf9b413940c07d0e754b2a509b6bca52965d2c333d4bcec8689 -Size (duplicity-0.6.26.tar.gz) = 1270436 bytes +SHA1 (duplicity-0.7.07.tar.gz) = 9a1d35add7a4a35464bed3bfda23df14c1774058 +RMD160 (duplicity-0.7.07.tar.gz) = ec62dfc8daa015d7aade3f100ef48eac13bc6b01 +SHA512 (duplicity-0.7.07.tar.gz) = 9bc626e7a3913d5e511e6e70534fb5803eab3b1bdc80c99f3cb54740b05efd3eae26fd0fcadab433fe912a6b5fca4ed564b1551e3126d36ddafd003325b23a7c +Size (duplicity-0.7.07.tar.gz) = 1538252 bytes SHA1 (patch-aa) = f1210f703dccf759f234846a3139ce98063011cb diff --git a/sysutils/duplicity/options.mk b/sysutils/duplicity/options.mk new file mode 100644 index 0000000000000..93bce0659a451 --- /dev/null +++ b/sysutils/duplicity/options.mk @@ -0,0 +1,16 @@ +# $NetBSD: options.mk,v 1.1 2016/04/18 17:49:20 bsiegert Exp $ + +PKG_OPTIONS_VAR= PKG_OPTIONS.duplicity +PKG_SUPPORTED_OPTIONS= gnupg2 + +.include "../../mk/bsd.options.mk" + +.if !empty(PKG_OPTIONS:Mgnupg2) +DEPENDS+= gnupg2-[0-9]*:../../security/gnupg2 +EVAL_PREFIX= GNUPG2_PREFIX=gnupg2 +GPGPATH= ${GNUPG2_PREFIX}/bin/gpg2 +.else +DEPENDS+= gnupg>=1.0.0:../../security/gnupg +EVAL_PREFIX= GNUPG_PREFIX=gnupg +GPGPATH= ${GNUPG_PREFIX}/bin/gpg +.endif diff --git a/sysutils/euca2ools/Makefile b/sysutils/euca2ools/Makefile index abbf4e203b1c2..71177d90856f2 100644 --- a/sysutils/euca2ools/Makefile +++ b/sysutils/euca2ools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2015/12/05 21:25:58 adam Exp $ +# $NetBSD: Makefile,v 1.6 2016/04/21 11:24:05 jperkin Exp $ DISTNAME= euca2ools-2.1.2 CATEGORIES= sysutils @@ -22,7 +22,8 @@ post-build: cd ${WRKSRC}; ${SH} generate-manpages.sh post-install: - cd ${WRKSRC}; env PREFIX=${PREFIX} MANDIR=${DESTDIR}/${PREFIX}/man ${SH} install-manpages.sh + cd ${WRKSRC}; env MANDIR=${DESTDIR}/${PREFIX}/${PKGMANDIR} \ + PREFIX=${PREFIX} ${SH} install-manpages.sh .include "../../lang/python/application.mk" .include "../../lang/python/distutils.mk" diff --git a/sysutils/facette/Makefile b/sysutils/facette/Makefile index deafa60d5359b..98b83c25a96b7 100644 --- a/sysutils/facette/Makefile +++ b/sysutils/facette/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.5 2016/03/09 12:50:29 imil Exp $ +# $NetBSD: Makefile,v 1.6 2016/03/14 12:55:40 imil Exp $ DISTNAME= facette-0.4.0dev -PKGREVISION= 5 +PKGREVISION= 6 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_GITHUB:=facette/} @@ -44,6 +44,8 @@ SUBST_STAGE.rrd= pre-build SUBST_FILES.rrd= docs/examples/providers/collectd.json SUBST_SED.rrd= -e 's,/var/lib,${VARBASE}/db,g' +CHECK_PORTABILITY_SKIP= vendor/src/github.com/influxdb/influxdb/configure + .include "../../mk/bsd.prefs.mk" FACETTE_USER?= facette diff --git a/sysutils/fdupes/Makefile b/sysutils/fdupes/Makefile index adfe0515032a5..6ceee6c8c0e3f 100644 --- a/sysutils/fdupes/Makefile +++ b/sysutils/fdupes/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2015/12/12 04:00:30 kamil Exp $ +# $NetBSD: Makefile,v 1.4 2016/04/01 11:12:27 jperkin Exp $ DISTNAME= fdupes-1.51 CATEGORIES= sysutils @@ -12,7 +12,7 @@ LICENSE= mit USE_LANGUAGES= c NO_CONFIGURE= yes -MAKE_FLAGS= INSTALLDIR=${PREFIX}/bin MANPAGEDIR=${PREFIX}/${PKGMANDIR} +MAKE_FLAGS= INSTALLDIR=${PREFIX}/bin INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 diff --git a/sysutils/fdupes/distinfo b/sysutils/fdupes/distinfo index dee8ce8dd0a01..48244c7c122d4 100644 --- a/sysutils/fdupes/distinfo +++ b/sysutils/fdupes/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.3 2015/12/12 04:00:30 kamil Exp $ +$NetBSD: distinfo,v 1.4 2016/04/01 11:12:27 jperkin Exp $ SHA1 (fdupes-1.51.tar.gz) = 8276b39026f57a2f9503d7af18efca0a7d42b8ec RMD160 (fdupes-1.51.tar.gz) = cf2c3524a2f827c50ce2ef257d3d7f9b75951c48 SHA512 (fdupes-1.51.tar.gz) = 7cbc414f25427793317667b8d5494f7247a08ba402855929de77d1db01eb3dce41ea608f8dcca047c4a7856e02b10261982cf2acd7f6a79ab726b3009c710a8d Size (fdupes-1.51.tar.gz) = 48942 bytes SHA1 (patch-aa) = 925d3c4923fe1d784273b292ef3be0a36371a9f2 -SHA1 (patch-ac) = be0d27bfbf58fae478f54133d16e01012a24c5cf +SHA1 (patch-ac) = 597dd70e23aee5db32152f3e9579c3c0059011f9 diff --git a/sysutils/fdupes/patches/patch-ac b/sysutils/fdupes/patches/patch-ac index 50af27c9554bc..6beae5d1cc7e3 100644 --- a/sysutils/fdupes/patches/patch-ac +++ b/sysutils/fdupes/patches/patch-ac @@ -1,4 +1,4 @@ -$NetBSD: patch-ac,v 1.2 2015/12/12 04:00:30 kamil Exp $ +$NetBSD: patch-ac,v 1.3 2016/04/01 11:12:27 jperkin Exp $ Fix various target paths. Add a rule in order not to depend on gmake. @@ -26,7 +26,7 @@ Add a rule in order not to depend on gmake. # installed. Suggested value is "$(PREFIX)/man/man1" # -MAN_BASE_DIR = $(PREFIX)/man -+MAN_BASE_DIR = $(DESTDIR)$(PREFIX)/man ++MAN_BASE_DIR = $(DESTDIR)$(PREFIX)/${PKGMANDIR} MAN_DIR = $(MAN_BASE_DIR)/man1 MAN_EXT = 1 diff --git a/sysutils/findutils/Makefile b/sysutils/findutils/Makefile index 33848d76110e1..b62f19c9f62d9 100644 --- a/sysutils/findutils/Makefile +++ b/sysutils/findutils/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.36 2016/01/03 17:00:48 wiz Exp $ +# $NetBSD: Makefile,v 1.37 2016/05/02 05:18:47 richard Exp $ DISTNAME= findutils-4.6.0 +PKGREVISION= 1 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_GNU:=findutils/} @@ -23,7 +24,7 @@ AUTO_MKDIRS= yes .include "../../mk/bsd.prefs.mk" post-install: -.for f in find locate oldfind updatedb xargs +.for f in find locate updatedb xargs ${LN} -sf ${PREFIX}/bin/g${f} ${DESTDIR}${PREFIX}/${PKGGNUDIR}bin/${f} ${LN} -sf ${PREFIX}/${PKGMANDIR}/man1/g${f}.1 ${DESTDIR}${PREFIX}/${PKGGNUDIR}${PKGMANDIR}/man1/${f}.1 .endfor diff --git a/sysutils/findutils/PLIST b/sysutils/findutils/PLIST index d683f1bf78ddc..8868acc17ad9d 100644 --- a/sysutils/findutils/PLIST +++ b/sysutils/findutils/PLIST @@ -1,16 +1,14 @@ -@comment $NetBSD: PLIST,v 1.13 2016/01/03 17:00:48 wiz Exp $ +@comment $NetBSD: PLIST,v 1.14 2016/05/02 05:18:47 richard Exp $ bin/gfind bin/glocate bin/gupdatedb bin/gxargs gnu/bin/find gnu/bin/locate -gnu/bin/oldfind gnu/bin/updatedb gnu/bin/xargs gnu/man/man1/find.1 gnu/man/man1/locate.1 -gnu/man/man1/oldfind.1 gnu/man/man1/updatedb.1 gnu/man/man1/xargs.1 gnu/man/man5/locatedb.5 diff --git a/sysutils/fscd/Makefile b/sysutils/fscd/Makefile index 5ba3b74f2c297..7a25b215998cd 100644 --- a/sysutils/fscd/Makefile +++ b/sysutils/fscd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2013/09/10 14:43:23 joerg Exp $ +# $NetBSD: Makefile,v 1.6 2016/05/07 10:09:24 joerg Exp $ # DISTNAME= fscd-1.1 @@ -21,6 +21,8 @@ INSTALLATION_DIRS= bin sbin ${PKGMANDIR}/man5 ${PKGMANDIR}/man8 .include "../../mk/compiler.mk" .if !empty(PKGSRC_COMPILER:Mclang) BUILDLINK_TRANSFORM+= rm:-Wno-traditional +.elif !empty(PKGSRC_COMPILER:Mgcc) +CFLAGS+= -Wno-error=unused-but-set-variable .endif do-install: diff --git a/sysutils/fsviewer/Makefile b/sysutils/fsviewer/Makefile index d5f8366640d22..50a67f2e22edd 100644 --- a/sysutils/fsviewer/Makefile +++ b/sysutils/fsviewer/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.45 2014/08/21 08:37:52 jperkin Exp $ +# $NetBSD: Makefile,v 1.46 2016/04/14 12:15:55 jperkin Exp $ DISTNAME= FSViewer.app-0.2.5 PKGNAME= FSViewer-0.2.5 @@ -18,7 +18,7 @@ USE_TOOLS+= gmake USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes -LDFLAGS.SunOS+= -lintl -lWUtil +LDFLAGS.SunOS+= -lWUtil -lX11 -lXpm -lintl -lm -lwraster LDFLAGS.DragonFly= -lintl -lfontconfig .include "../../mk/bsd.prefs.mk" diff --git a/sysutils/gdmap/Makefile b/sysutils/gdmap/Makefile index 667c3d5aaa319..b53aa549d795c 100644 --- a/sysutils/gdmap/Makefile +++ b/sysutils/gdmap/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2015/12/12 15:31:26 kamil Exp $ +# $NetBSD: Makefile,v 1.2 2016/04/14 11:32:45 jperkin Exp $ # DISTNAME= gdmap-0.8.1 @@ -15,6 +15,7 @@ USE_LANGUAGES= c c++ USE_PKGLOCALEDIR= yes USE_TOOLS+= gmake pkg-config msgfmt xgettext perl intltool +LDFLAGS.SunOS+= -lm .include "../../sysutils/desktop-file-utils/desktopdb.mk" .include "../../textproc/libxml2/buildlink3.mk" diff --git a/sysutils/gkrellm/distinfo b/sysutils/gkrellm/distinfo index 816369a277f8b..27a305b2a88dc 100644 --- a/sysutils/gkrellm/distinfo +++ b/sysutils/gkrellm/distinfo @@ -1,10 +1,10 @@ -$NetBSD: distinfo,v 1.43 2015/11/04 01:32:15 agc Exp $ +$NetBSD: distinfo,v 1.44 2016/04/21 14:04:32 jperkin Exp $ SHA1 (gkrellm-2.2.10.tar.bz2) = 329d0ba5600998f21b75491937c3c2924ab6ed40 RMD160 (gkrellm-2.2.10.tar.bz2) = 6694838015716c09291887ae598daceb4f4b440f SHA512 (gkrellm-2.2.10.tar.bz2) = f3bc055c54bd18c20a59fae471e27c7f4067067525cbc351a0e9fb80a70f7da59c220f36ecabae341e73e0b0e93546edabebff896eed863b515c6d8408a5670a Size (gkrellm-2.2.10.tar.bz2) = 718894 bytes -SHA1 (patch-Makefile.inc) = b3c86f4f299386c5a59f2e22191c29b80254833d +SHA1 (patch-Makefile.inc) = 4cce7349b07ef5a5ac6dca759b9dc42bb01a6cf3 SHA1 (patch-aa) = 1cf9b98520b37aa75c6c5b9d0398e8d92204a12e SHA1 (patch-ab) = e900c811ddea106efee5cbfc04d0cf14cc6e6451 SHA1 (patch-ac) = 8890d5a5e8eaf21508a1bf91de788183fd6f7a75 diff --git a/sysutils/gkrellm/patches/patch-Makefile.inc b/sysutils/gkrellm/patches/patch-Makefile.inc index 1b85f11ce654b..5b904bddb81c7 100644 --- a/sysutils/gkrellm/patches/patch-Makefile.inc +++ b/sysutils/gkrellm/patches/patch-Makefile.inc @@ -1,10 +1,21 @@ -$NetBSD: patch-Makefile.inc,v 1.2 2013/02/26 16:16:09 jperkin Exp $ +$NetBSD: patch-Makefile.inc,v 1.3 2016/04/21 14:04:32 jperkin Exp $ Match OPSYS with what pkgsrc uses. Add an explicit -lm and -lgmodule-2.0 for Solaris. ---- Makefile.inc.orig 2013-02-26 15:55:55.253179839 +0000 +--- Makefile.inc.orig 2016-04-21 14:00:24.328321129 +0000 +++ Makefile.inc +@@ -8,8 +8,8 @@ INSTALLDIR?= $(INSTALLROOT)/bin + INCLUDEDIR?= $(INSTALLROOT)/include + LOCALEDIR?= $(INSTALLROOT)/share/locale + PKGCONFIGDIR?= $(INSTALLROOT)/lib/pkgconfig +-MANDIR?= $(INSTALLROOT)/man/man1 +-SMANDIR?= $(INSTALLROOT)/man/man1 ++MANDIR?= $(INSTALLROOT)/$(PKGMANDIR)/man1 ++SMANDIR?= $(INSTALLROOT)/$(PKGMANDIR)/man1 + SINSTALLDIR?= $(INSTALLROOT)/bin + + # Ownership and mode options @@ -66,7 +66,7 @@ endif ifeq ($(GTOP),) diff --git a/sysutils/gnome-commander/Makefile b/sysutils/gnome-commander/Makefile index a80df9159e58c..a4a523b335f5d 100644 --- a/sysutils/gnome-commander/Makefile +++ b/sysutils/gnome-commander/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.74 2016/03/05 11:29:29 jperkin Exp $ +# $NetBSD: Makefile,v 1.75 2016/04/15 14:42:54 wiz Exp $ DISTNAME= gnome-commander-1.2.8.15 -PKGREVISION= 43 +PKGREVISION= 44 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-commander/1.2/} EXTRACT_SUFX= .tar.xz diff --git a/sysutils/gnome-power-manager/Makefile b/sysutils/gnome-power-manager/Makefile index 36cf79fa84a65..509494ea3657c 100644 --- a/sysutils/gnome-power-manager/Makefile +++ b/sysutils/gnome-power-manager/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.61 2016/03/05 11:29:30 jperkin Exp $ +# $NetBSD: Makefile,v 1.63 2016/05/03 11:40:08 prlw1 Exp $ # DISTNAME= gnome-power-manager-2.24.4 -PKGREVISION= 51 +PKGREVISION= 53 CATEGORIES= sysutils gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-power-manager/2.24/} EXTRACT_SUFX= .tar.bz2 diff --git a/sysutils/grub2/Makefile b/sysutils/grub2/Makefile index 23fc511b70a72..9dfd6e2f3246b 100644 --- a/sysutils/grub2/Makefile +++ b/sysutils/grub2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2014/09/05 12:14:24 gsutre Exp $ +# $NetBSD: Makefile,v 1.8 2016/05/03 10:54:56 wiz Exp $ DISTNAME= grub-2.00 PKGNAME= ${DISTNAME:S/grub/grub2/} @@ -7,7 +7,7 @@ CATEGORIES= sysutils MASTER_SITES= ftp://ftp.gnu.org/gnu/grub/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} -MAINTAINER= gsutre@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.gnu.org/software/grub/ COMMENT= GRand Unified Bootloader, version 2 LICENSE= gnu-gpl-v3 diff --git a/sysutils/grub2/distinfo b/sysutils/grub2/distinfo index 26d91df8fcf1c..269e2397fc422 100644 --- a/sysutils/grub2/distinfo +++ b/sysutils/grub2/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.5 2015/11/04 01:32:16 agc Exp $ +$NetBSD: distinfo,v 1.6 2016/05/03 14:53:14 nonaka Exp $ SHA1 (grub-2.00.tar.gz) = fcb39b621680caf34071abcb9ec913d5da458554 RMD160 (grub-2.00.tar.gz) = 7a4d4fc2a22dfe169c03ec54b9c9a078679aa506 @@ -13,6 +13,7 @@ SHA1 (patch-grub-core_lib_posix__wrap_sys_types.h) = 7510953e7bbed347f5d53e4535c SHA1 (patch-grub-core_lib_posix__wrap_wchar.h) = 6509696c2d5e008634b710c63cb836664d0f8a89 SHA1 (patch-grub-core_lib_xzembed_xz__dec__lzma2.c) = 9b9be69e60e17b81f4e776579b093d429ac7e22c SHA1 (patch-grub-core_loader_i386_pc_plan9.c) = 07c909c02210ef59647185cd9b7f43b35d58515c +SHA1 (patch-grub-core_net_bootp.c) = 4ba82627a38f1942d3a289eba191f46e0e22603f SHA1 (patch-grub-core_script_yylex.l) = 1645d167b90d1862b2d9990dfe7c357778d9a952 SHA1 (patch-stpcpy-1.diff) = d31f8d607900fdde950d3828279d5b3b09812a39 SHA1 (patch-stpcpy-2-gen.diff) = 8b2d08cfe798386eec7d70a3946e7a9430e75254 diff --git a/sysutils/grub2/patches/patch-grub-core_net_bootp.c b/sysutils/grub2/patches/patch-grub-core_net_bootp.c new file mode 100644 index 0000000000000..5f666e21a064d --- /dev/null +++ b/sysutils/grub2/patches/patch-grub-core_net_bootp.c @@ -0,0 +1,16 @@ +$NetBSD: patch-grub-core_net_bootp.c,v 1.1 2016/05/03 14:53:14 nonaka Exp $ + +--- grub-core/net/bootp.c.orig 2012-06-22 05:15:48.000000000 +0900 ++++ grub-core/net/bootp.c 2016-04-27 22:57:02.990825737 +0900 +@@ -52,9 +52,9 @@ set_env_limn_ro (const char *intername, + } + + static void +-parse_dhcp_vendor (const char *name, void *vend, int limit, int *mask) ++parse_dhcp_vendor (const char *name, const void *vend, int limit, int *mask) + { +- grub_uint8_t *ptr, *ptr0; ++ const grub_uint8_t *ptr, *ptr0; + + ptr = ptr0 = vend; + diff --git a/sysutils/gsettings-desktop-schemas/Makefile b/sysutils/gsettings-desktop-schemas/Makefile index 1e6e7d5576ccf..5e4b0144c91a4 100644 --- a/sysutils/gsettings-desktop-schemas/Makefile +++ b/sysutils/gsettings-desktop-schemas/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.6 2014/02/12 01:16:24 prlw1 Exp $ +# $NetBSD: Makefile,v 1.7 2016/04/22 23:11:01 prlw1 Exp $ -DISTNAME= gsettings-desktop-schemas-3.10.1 +DISTNAME= gsettings-desktop-schemas-3.20.0 CATEGORIES= sysutils gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gsettings-desktop-schemas/${PKGVERSION_NOREV:R}/} EXTRACT_SUFX= .tar.xz diff --git a/sysutils/gsettings-desktop-schemas/PLIST b/sysutils/gsettings-desktop-schemas/PLIST index 998241026e157..513716cb1fd12 100644 --- a/sysutils/gsettings-desktop-schemas/PLIST +++ b/sysutils/gsettings-desktop-schemas/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2014/02/12 01:16:24 prlw1 Exp $ +@comment $NetBSD: PLIST,v 1.5 2016/04/22 23:11:01 prlw1 Exp $ include/gsettings-desktop-schemas/gdesktop-enums.h lib/girepository-1.0/GDesktopEnums-3.0.typelib share/GConf/gsettings/gsettings-desktop-schemas.convert @@ -9,6 +9,7 @@ share/glib-2.0/schemas/org.gnome.desktop.a11y.gschema.xml share/glib-2.0/schemas/org.gnome.desktop.a11y.keyboard.gschema.xml share/glib-2.0/schemas/org.gnome.desktop.a11y.magnifier.gschema.xml share/glib-2.0/schemas/org.gnome.desktop.a11y.mouse.gschema.xml +share/glib-2.0/schemas/org.gnome.desktop.app-folders.gschema.xml share/glib-2.0/schemas/org.gnome.desktop.background.gschema.xml share/glib-2.0/schemas/org.gnome.desktop.datetime.gschema.xml share/glib-2.0/schemas/org.gnome.desktop.default-applications.gschema.xml @@ -18,6 +19,7 @@ share/glib-2.0/schemas/org.gnome.desktop.interface.gschema.xml share/glib-2.0/schemas/org.gnome.desktop.lockdown.gschema.xml share/glib-2.0/schemas/org.gnome.desktop.media-handling.gschema.xml share/glib-2.0/schemas/org.gnome.desktop.notifications.gschema.xml +share/glib-2.0/schemas/org.gnome.desktop.peripherals.gschema.xml share/glib-2.0/schemas/org.gnome.desktop.privacy.gschema.xml share/glib-2.0/schemas/org.gnome.desktop.screensaver.gschema.xml share/glib-2.0/schemas/org.gnome.desktop.search-providers.gschema.xml @@ -28,9 +30,11 @@ share/glib-2.0/schemas/org.gnome.desktop.thumbnailers.gschema.xml share/glib-2.0/schemas/org.gnome.desktop.wm.keybindings.gschema.xml share/glib-2.0/schemas/org.gnome.desktop.wm.preferences.gschema.xml share/glib-2.0/schemas/org.gnome.system.locale.gschema.xml +share/glib-2.0/schemas/org.gnome.system.location.gschema.xml share/glib-2.0/schemas/org.gnome.system.proxy.gschema.xml share/locale/as/LC_MESSAGES/gsettings-desktop-schemas.mo share/locale/bg/LC_MESSAGES/gsettings-desktop-schemas.mo +share/locale/bs/LC_MESSAGES/gsettings-desktop-schemas.mo share/locale/ca/LC_MESSAGES/gsettings-desktop-schemas.mo share/locale/ca@valencia/LC_MESSAGES/gsettings-desktop-schemas.mo share/locale/cs/LC_MESSAGES/gsettings-desktop-schemas.mo @@ -51,15 +55,18 @@ share/locale/hu/LC_MESSAGES/gsettings-desktop-schemas.mo share/locale/id/LC_MESSAGES/gsettings-desktop-schemas.mo share/locale/it/LC_MESSAGES/gsettings-desktop-schemas.mo share/locale/ja/LC_MESSAGES/gsettings-desktop-schemas.mo +share/locale/kk/LC_MESSAGES/gsettings-desktop-schemas.mo share/locale/lt/LC_MESSAGES/gsettings-desktop-schemas.mo share/locale/lv/LC_MESSAGES/gsettings-desktop-schemas.mo share/locale/ml/LC_MESSAGES/gsettings-desktop-schemas.mo share/locale/nb/LC_MESSAGES/gsettings-desktop-schemas.mo +share/locale/oc/LC_MESSAGES/gsettings-desktop-schemas.mo share/locale/or/LC_MESSAGES/gsettings-desktop-schemas.mo share/locale/pa/LC_MESSAGES/gsettings-desktop-schemas.mo share/locale/pl/LC_MESSAGES/gsettings-desktop-schemas.mo share/locale/pt/LC_MESSAGES/gsettings-desktop-schemas.mo share/locale/pt_BR/LC_MESSAGES/gsettings-desktop-schemas.mo +share/locale/ro/LC_MESSAGES/gsettings-desktop-schemas.mo share/locale/ru/LC_MESSAGES/gsettings-desktop-schemas.mo share/locale/sk/LC_MESSAGES/gsettings-desktop-schemas.mo share/locale/sl/LC_MESSAGES/gsettings-desktop-schemas.mo @@ -67,6 +74,7 @@ share/locale/sr/LC_MESSAGES/gsettings-desktop-schemas.mo share/locale/sr@latin/LC_MESSAGES/gsettings-desktop-schemas.mo share/locale/sv/LC_MESSAGES/gsettings-desktop-schemas.mo share/locale/tg/LC_MESSAGES/gsettings-desktop-schemas.mo +share/locale/tr/LC_MESSAGES/gsettings-desktop-schemas.mo share/locale/ug/LC_MESSAGES/gsettings-desktop-schemas.mo share/locale/uk/LC_MESSAGES/gsettings-desktop-schemas.mo share/locale/vi/LC_MESSAGES/gsettings-desktop-schemas.mo diff --git a/sysutils/gsettings-desktop-schemas/distinfo b/sysutils/gsettings-desktop-schemas/distinfo index 1d7204af19e66..ea2fbdf97f5f6 100644 --- a/sysutils/gsettings-desktop-schemas/distinfo +++ b/sysutils/gsettings-desktop-schemas/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.5 2015/11/04 01:32:16 agc Exp $ +$NetBSD: distinfo,v 1.6 2016/04/22 23:11:01 prlw1 Exp $ -SHA1 (gsettings-desktop-schemas-3.10.1.tar.xz) = 9d6299fee118866fa14149d09e18c06e60f0d4d3 -RMD160 (gsettings-desktop-schemas-3.10.1.tar.xz) = dc01367492261140bfb6a5fbd466cdc863b80911 -SHA512 (gsettings-desktop-schemas-3.10.1.tar.xz) = 42e7dc19d70c26c9ba6a7f030ea5467d9aab7ce7e4efd8a2c5bac643c354ef7a5eb02195a12f06d7615963a5fb83497437aee9ad72621ededb436cbd6a51d6a4 -Size (gsettings-desktop-schemas-3.10.1.tar.xz) = 468072 bytes +SHA1 (gsettings-desktop-schemas-3.20.0.tar.xz) = ba9f302c6a7aa797ecf4577f00dcf09db16d04b2 +RMD160 (gsettings-desktop-schemas-3.20.0.tar.xz) = bb9f0d1c7e77d1a1a1a54f7ee412c086cc07f51e +SHA512 (gsettings-desktop-schemas-3.20.0.tar.xz) = 559baf477be9f728c5fea24232218ec4ff17ac97a6db166749fbca4dc1d3995e79824dc977cae5aa10b2197aa9c0e65b884f5c1cb446db109bc15dafe456f7a1 +Size (gsettings-desktop-schemas-3.20.0.tar.xz) = 576860 bytes diff --git a/sysutils/gvfs/Makefile b/sysutils/gvfs/Makefile index f806b016473ef..c939dc9ed5bba 100644 --- a/sysutils/gvfs/Makefile +++ b/sysutils/gvfs/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.75 2016/03/05 11:29:30 jperkin Exp $ +# $NetBSD: Makefile,v 1.77 2016/05/03 11:40:08 prlw1 Exp $ # DISTNAME= gvfs-1.6.7 -PKGREVISION= 19 +PKGREVISION= 21 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gvfs/1.6/} EXTRACT_SUFX= .tar.bz2 diff --git a/sysutils/gworkspace/Makefile b/sysutils/gworkspace/Makefile index c79065f6f9a0e..4c231b71b38f1 100644 --- a/sysutils/gworkspace/Makefile +++ b/sysutils/gworkspace/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.43 2015/10/10 01:58:19 ryoon Exp $ +# $NetBSD: Makefile,v 1.44 2016/04/11 19:02:04 ryoon Exp $ # DISTNAME= gworkspace-0.9.1 -PKGREVISION= 8 +PKGREVISION= 9 CATEGORIES= sysutils gnustep MASTER_SITES= http://www.gnustep.it/enrico/gworkspace/ diff --git a/sysutils/htop/Makefile b/sysutils/htop/Makefile index 6bdded436c532..4ce1e9b9178f7 100644 --- a/sysutils/htop/Makefile +++ b/sysutils/htop/Makefile @@ -1,22 +1,28 @@ -# $NetBSD: Makefile,v 1.10 2015/08/20 13:38:25 jperkin Exp $ -# +# $NetBSD: Makefile,v 1.12 2016/05/06 16:00:47 fhajny Exp $ -DISTNAME= htop-1.0.1 +DISTNAME= htop-2.0.1 PKGREVISION= 1 CATEGORIES= sysutils -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=htop/} +MASTER_SITES= http://hisham.hm/htop/releases/${PKGVERSION_NOREV}/ MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://htop.sourceforge.net/ +HOMEPAGE= http://hisham.hm/htop/ COMMENT= Enhanced version of top utility LICENSE= gnu-gpl-v2 +USE_TOOLS+= automake aclocal autoheader autoconf GNU_CONFIGURE= yes USE_NCURSES= yes # uses ncurses mouse definitions USE_LIBTOOL= yes -ONLY_FOR_PLATFORM= Linux-*-* FreeBSD-*-* NetBSD-*-* +#ONLY_FOR_PLATFORM= Linux-*-* FreeBSD-*-* NetBSD-*-* + +pre-configure: + set -e; cd ${WRKSRC}; \ + aclocal; \ + autoconf; \ + automake .include "../../mk/bsd.prefs.mk" @@ -25,8 +31,10 @@ ONLY_FOR_PLATFORM+= SunOS-*-* CONFIGURE_ARGS+= --with-proc=/system/lxproc .endif +REPLACE_PYTHON+= scripts/MakeHeader.py CONFIGURE_ENV+= ac_cv_file__proc_stat=yes ac_cv_file__proc_meminfo=yes +.include "../../lang/python/application.mk" .include "../../devel/ncursesw/buildlink3.mk" .include "../../sysutils/desktop-file-utils/desktopdb.mk" .include "../../mk/bsd.pkg.mk" diff --git a/sysutils/htop/distinfo b/sysutils/htop/distinfo index 4064650d70c93..95e74d54469e2 100644 --- a/sysutils/htop/distinfo +++ b/sysutils/htop/distinfo @@ -1,11 +1,7 @@ -$NetBSD: distinfo,v 1.6 2015/11/04 01:32:17 agc Exp $ +$NetBSD: distinfo,v 1.8 2016/05/06 16:00:47 fhajny Exp $ -SHA1 (htop-1.0.1.tar.gz) = bad226ec887a2b7ea5042879ed18e067812d030e -RMD160 (htop-1.0.1.tar.gz) = c13d438438c5ab8c15c056f7064ae6edb26ec8d9 -SHA512 (htop-1.0.1.tar.gz) = 9cc442fd63fb3270929e489f645d1a63fdcba2bee4ea0e606a86257badb55fa02794b7a97de4070c951f5558b7d40a677e10801a1c42c0832521a453f956997c -Size (htop-1.0.1.tar.gz) = 384683 bytes -SHA1 (patch-AvailableColumnsPanel.c) = 0aa40dd4f126a81ff6ad869362486eeb256a2163 -SHA1 (patch-CRT.c) = 6e139b71c64b8ef9b7ef53a08863cd814eb0657e -SHA1 (patch-ColumnsPanel.c) = 7b7c569aacab0e667b6435f980d0daedbd914e34 -SHA1 (patch-Makefile.am) = eec58f8097488b6aeafabdba5bbc4bb478ffacc8 -SHA1 (patch-Panel.c) = b19e324d5e1bda07d8cd609a5d584637102ca465 +SHA1 (htop-2.0.1.tar.gz) = ef9adab68b0218a16936c306f635e7fce227b7e6 +RMD160 (htop-2.0.1.tar.gz) = e9dbf292c7edd7eb67f694c0df281c2c4d27a003 +SHA512 (htop-2.0.1.tar.gz) = 57991a55b69028c01549b067ec749099466df5b08a0ed9a65dd779e6d2c8ee0a5d9c330bb6c727b04a349146ad441b7115718e433d1f8232f74b28903fb351ff +Size (htop-2.0.1.tar.gz) = 477196 bytes +SHA1 (patch-configure.ac) = 0e3cfeb585b8c0b30a28b611d90ed7e5efa57d20 diff --git a/sysutils/htop/patches/patch-AvailableColumnsPanel.c b/sysutils/htop/patches/patch-AvailableColumnsPanel.c deleted file mode 100644 index 7a2253b82f3dc..0000000000000 --- a/sysutils/htop/patches/patch-AvailableColumnsPanel.c +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-AvailableColumnsPanel.c,v 1.1 2015/08/20 13:38:25 jperkin Exp $ - -Restrict to ASCII characters. - ---- AvailableColumnsPanel.c.orig 2011-12-26 21:51:00.000000000 +0000 -+++ AvailableColumnsPanel.c -@@ -55,7 +55,7 @@ static HandlerResult AvailableColumnsPan - } - default: - { -- if (isalpha(ch)) -+ if (isascii(ch) && isalpha(ch)) - result = Panel_selectByTyping(super, ch); - break; - } diff --git a/sysutils/htop/patches/patch-CRT.c b/sysutils/htop/patches/patch-CRT.c deleted file mode 100644 index 736b0988639c8..0000000000000 --- a/sysutils/htop/patches/patch-CRT.c +++ /dev/null @@ -1,14 +0,0 @@ -$NetBSD: patch-CRT.c,v 1.2 2012/03/21 18:28:40 drochner Exp $ - ---- CRT.c.orig 2011-12-26 21:52:55.000000000 +0000 -+++ CRT.c -@@ -120,7 +120,9 @@ int CRT_cursorX = 0; - - char* CRT_termType; - -+#ifdef HAVE_EXECINFO_H - void *backtraceArray[128]; -+#endif - - static void CRT_handleSIGSEGV(int sgn) { - (void) sgn; diff --git a/sysutils/htop/patches/patch-ColumnsPanel.c b/sysutils/htop/patches/patch-ColumnsPanel.c deleted file mode 100644 index 964c808a5f702..0000000000000 --- a/sysutils/htop/patches/patch-ColumnsPanel.c +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-ColumnsPanel.c,v 1.1 2015/08/20 13:38:25 jperkin Exp $ - -Restrict to ASCII characters. - ---- ColumnsPanel.c.orig 2011-12-26 21:53:10.000000000 +0000 -+++ ColumnsPanel.c -@@ -70,7 +70,7 @@ static HandlerResult ColumnsPanel_eventH - } - default: - { -- if (isalpha(ch)) -+ if (isascii(ch) && isalpha(ch)) - result = Panel_selectByTyping(super, ch); - if (result == BREAK_LOOP) - result = IGNORED; diff --git a/sysutils/htop/patches/patch-Makefile.am b/sysutils/htop/patches/patch-Makefile.am deleted file mode 100644 index 1f7631cd28c83..0000000000000 --- a/sysutils/htop/patches/patch-Makefile.am +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-Makefile.am,v 1.2 2012/03/21 18:28:40 drochner Exp $ - ---- Makefile.in.orig 2011-12-26 22:11:41.000000000 +0000 -+++ Makefile.in -@@ -42,8 +42,8 @@ profile: - debug: - $(MAKE) all CFLAGS="" AM_CPPFLAGS="-ggdb -DDEBUG" - --.c.h: -- scripts/MakeHeader.py $< -+#.c.h: -+# scripts/MakeHeader.py $< - - cppcheck: - cppcheck -q -v . --enable=all -DHAVE_CGROUP -DHAVE_OPENVZ -DHAVE_TASKSTATS diff --git a/sysutils/htop/patches/patch-Panel.c b/sysutils/htop/patches/patch-Panel.c deleted file mode 100644 index 64df3fff10f86..0000000000000 --- a/sysutils/htop/patches/patch-Panel.c +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-Panel.c,v 1.1 2015/08/20 13:38:25 jperkin Exp $ - -Restrict to ASCII characters. - ---- Panel.c.orig 2012-02-02 23:45:01.000000000 +0000 -+++ Panel.c -@@ -417,7 +417,7 @@ HandlerResult Panel_selectByTyping(Panel - if (!this->eventHandlerBuffer) - this->eventHandlerBuffer = calloc(100, 1); - -- if (isalnum(ch)) { -+ if (isascii(ch) && isalnum(ch)) { - int len = strlen(this->eventHandlerBuffer); - if (len < 99) { - this->eventHandlerBuffer[len] = ch; diff --git a/sysutils/htop/patches/patch-configure.ac b/sysutils/htop/patches/patch-configure.ac new file mode 100644 index 0000000000000..4f142b6731a91 --- /dev/null +++ b/sysutils/htop/patches/patch-configure.ac @@ -0,0 +1,39 @@ +$NetBSD: patch-configure.ac,v 1.4 2016/05/06 16:00:47 fhajny Exp $ + +Add minimal NetBSD support. + +--- configure.ac.orig 2016-03-07 21:12:25.000000000 +0000 ++++ configure.ac +@@ -39,6 +39,12 @@ case "$target" in + *darwin*) + my_htop_platform=darwin + ;; ++*netbsd*) ++ my_htop_platform=linux ++ ;; ++*solaris*) ++ my_htop_platform=linux ++ ;; + *) + my_htop_platform=unsupported + ;; +@@ -211,6 +217,10 @@ if test "$my_htop_platform" = "openbsd"; + AC_CHECK_LIB([kvm], [kvm_open], [], [missing_libraries="$missing_libraries libkvm"]) + fi + ++if test "$my_htop_platform" = "netbsd"; then ++ AC_CHECK_LIB([kvm], [kvm_open], [], [missing_libraries="$missing_libraries libkvm"]) ++fi ++ + AC_ARG_ENABLE(linux_affinity, [AC_HELP_STRING([--enable-linux-affinity], [enable Linux sched_setaffinity and sched_getaffinity for affinity support, disables hwloc])], ,enable_linux_affinity="yes") + if test "x$enable_linux_affinity" = xyes -a "x$cross_compiling" = xno; then + AC_MSG_CHECKING([for usable sched_setaffinity]) +@@ -256,6 +266,8 @@ AM_CONDITIONAL([HTOP_LINUX], [test "$my_ + AM_CONDITIONAL([HTOP_FREEBSD], [test "$my_htop_platform" = freebsd]) + AM_CONDITIONAL([HTOP_OPENBSD], [test "$my_htop_platform" = openbsd]) + AM_CONDITIONAL([HTOP_DARWIN], [test "$my_htop_platform" = darwin]) ++AM_CONDITIONAL([HTOP_NETBSD], [test "$my_htop_platform" = netbsd]) ++AM_CONDITIONAL([HTOP_SOLARIS], [test "$my_htop_platform" = solaris]) + AM_CONDITIONAL([HTOP_UNSUPPORTED], [test "$my_htop_platform" = unsupported]) + AC_SUBST(my_htop_platform) + AC_CONFIG_FILES([Makefile htop.1]) diff --git a/sysutils/k3b/distinfo b/sysutils/k3b/distinfo index 4516abffb1c07..fe285712a255a 100644 --- a/sysutils/k3b/distinfo +++ b/sysutils/k3b/distinfo @@ -1,9 +1,10 @@ -$NetBSD: distinfo,v 1.23 2015/11/04 01:32:18 agc Exp $ +$NetBSD: distinfo,v 1.24 2016/03/29 10:55:45 markd Exp $ SHA1 (k3b-2.0.3a.tar.xz) = f1001db3b5b32ef6bdb827742f1ca357c82b216f RMD160 (k3b-2.0.3a.tar.xz) = 5f5cd852c2d8368b1899bf80e27f36a3afdc670c SHA512 (k3b-2.0.3a.tar.xz) = 008d69f3d60dfcd39c787c8fb0b50cdf7b29f1cf551c2c0aa0b6e995ec9d67b26edcb0670d5cd428afcc4e2a60c9e6170a9316b90978dfcc3693d27db98e7472 Size (k3b-2.0.3a.tar.xz) = 9864468 bytes +SHA1 (patch-CMakeLists.txt) = 61ade19541ee101581e75999dd5761b220520842 SHA1 (patch-libk3b_jobs_k3bdatatrackreader.cpp) = 63e9f83183a7407e775813960fddea410f2a4d2c SHA1 (patch-libk3b_tools_k3bcdparanoialib.cpp) = 15ec2a4191770991137a29ef6ca8605c3626374a SHA1 (patch-libk3bdevice_k3bdevice.cpp) = b2b06d4e0bfccea9bd2c6020ae9e02f7782883ba diff --git a/sysutils/k3b/patches/patch-CMakeLists.txt b/sysutils/k3b/patches/patch-CMakeLists.txt new file mode 100644 index 0000000000000..b7a451a47b9f5 --- /dev/null +++ b/sysutils/k3b/patches/patch-CMakeLists.txt @@ -0,0 +1,14 @@ +$NetBSD: patch-CMakeLists.txt,v 1.1 2016/03/29 10:55:45 markd Exp $ + +Don't add doc subdirectory twice - fixes build with +latest cmake +--- CMakeLists.txt.orig 2014-11-04 18:43:47.000000000 +0000 ++++ CMakeLists.txt +@@ -351,5 +351,5 @@ macro_display_feature_log() + include(MacroOptionalAddSubdirectory) + macro_optional_add_subdirectory( po ) + +-include(MacroOptionalAddSubdirectory) +-macro_optional_add_subdirectory( doc ) ++#include(MacroOptionalAddSubdirectory) ++#macro_optional_add_subdirectory( doc ) diff --git a/sysutils/kfilemetadata/Makefile b/sysutils/kfilemetadata/Makefile index 5fe835e3146bb..baddaca6505fc 100644 --- a/sysutils/kfilemetadata/Makefile +++ b/sysutils/kfilemetadata/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.15 2016/03/05 11:29:31 jperkin Exp $ +# $NetBSD: Makefile,v 1.16 2016/04/15 14:42:54 wiz Exp $ DISTNAME= kfilemetadata-${_KDE_VERSION} -PKGREVISION= 14 +PKGREVISION= 15 CATEGORIES= sysutils COMMENT= Library for extracting file metadata LICENSE= gnu-gpl-v3 diff --git a/sysutils/lastfss/Makefile b/sysutils/lastfss/Makefile index 3fb10aab23334..5c1be2ee78b3f 100644 --- a/sysutils/lastfss/Makefile +++ b/sysutils/lastfss/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.2 2016/03/09 21:47:12 tnn Exp $ +# $NetBSD: Makefile,v 1.3 2016/05/03 08:07:27 manu Exp $ -DISTNAME= lastfss-0.1 +DISTNAME= lastfss-0.2 CATEGORIES= sysutils MASTER_SITES= http://ftp.espci.fr/pub/lastfss/ EXTRACT_SUFX= .tgz diff --git a/sysutils/lastfss/distinfo b/sysutils/lastfss/distinfo index e83dd069bbc74..9e98e8cfd6b2f 100644 --- a/sysutils/lastfss/distinfo +++ b/sysutils/lastfss/distinfo @@ -1,7 +1,6 @@ -$NetBSD: distinfo,v 1.3 2015/11/04 01:32:19 agc Exp $ +$NetBSD: distinfo,v 1.4 2016/05/03 08:07:27 manu Exp $ -SHA1 (lastfss-0.1.tgz) = d58539a185446a2d3b7c710b1c2fb10d460cad3a -RMD160 (lastfss-0.1.tgz) = de7969f5c5e2056c69b8c1ae772ee07c525176e3 -SHA512 (lastfss-0.1.tgz) = 7388fc8a0f9ea051c42741d84961e38b0e85c9c9d6341da257615df10c737495572ac0aad9e5c04b709df7a909eef7507cb8a73340d7129bec7d9f9efba9c0dc -Size (lastfss-0.1.tgz) = 2754 bytes +SHA1 (lastfss-0.2.tgz) = 26d4d326452ebd9347d772058a5e67c84a9a2c33 +RMD160 (lastfss-0.2.tgz) = 62cedd93d17b93bd7601df5592077f984c0fb0dd +Size (lastfss-0.2.tgz) = 3057 bytes SHA1 (patch-lastfss.c) = f87f3e9e1d1478a387195a8d25eb5f5abb870421 diff --git a/sysutils/libbaloo4/DESCR b/sysutils/libbaloo4/DESCR new file mode 100644 index 0000000000000..9782b3016f429 --- /dev/null +++ b/sysutils/libbaloo4/DESCR @@ -0,0 +1,3 @@ +Baloo is the next generation of the Nepomuk project. It's responsible +for handling user metadata such as tags, rating and comments. It +also handles indexing and searching for files, emails, contacts, etc. diff --git a/sysutils/libbaloo4/Makefile b/sysutils/libbaloo4/Makefile new file mode 100644 index 0000000000000..b7d80e53e0e0c --- /dev/null +++ b/sysutils/libbaloo4/Makefile @@ -0,0 +1,33 @@ +# $NetBSD: Makefile,v 1.1 2016/04/28 07:01:13 markd Exp $ + +DISTNAME= baloo-${_KDE_VERSION} +PKGNAME= libbaloo4-${_KDE_VERSION} +CATEGORIES= sysutils +COMMENT= KDE framework for searching and managing user metadata +LICENSE= gnu-gpl-v3 + +.include "../../meta-pkgs/kde4/Makefile.kde4" + +CONFLICTS+= baloo<4.14.3nb4 + +USE_TOOLS+= gmake + +.include "../../meta-pkgs/kde4/kde4.mk" + +.include "../../mk/bsd.prefs.mk" + +post-install: + rm -rf ${DESTDIR}${PREFIX}/bin + rm -rf ${DESTDIR}${PREFIX}/share/PolicyKit + rm -rf ${DESTDIR}${PREFIX}/share/akonadi + rm -rf ${DESTDIR}${PREFIX}/share/dbus-1 + rm -rf ${DESTDIR}${PREFIX}/share/icons + +.include "../../devel/qjson/buildlink3.mk" +.include "../../mail/akonadi/buildlink3.mk" +.include "../../misc/kdepimlibs4/buildlink3.mk" +.include "../../sysutils/kfilemetadata/buildlink3.mk" +.include "../../textproc/xapian/buildlink3.mk" +.include "../../x11/kdelibs4/buildlink3.mk" + +.include "../../mk/bsd.pkg.mk" diff --git a/sysutils/libbaloo4/PLIST b/sysutils/libbaloo4/PLIST new file mode 100644 index 0000000000000..3ed7d7f9ecbca --- /dev/null +++ b/sysutils/libbaloo4/PLIST @@ -0,0 +1,70 @@ +@comment $NetBSD: PLIST,v 1.1 2016/04/28 07:01:13 markd Exp $ +include/baloo/completionproposal.h +include/baloo/core_export.h +include/baloo/file.h +include/baloo/file_export.h +include/baloo/filefetchjob.h +include/baloo/filemodifyjob.h +include/baloo/filemonitor.h +include/baloo/indexerconfig.h +include/baloo/pim/contactcompleter.h +include/baloo/pim/contactquery.h +include/baloo/pim/emailquery.h +include/baloo/pim/notequery.h +include/baloo/pim/pim_export.h +include/baloo/pim/query.h +include/baloo/pim/resultiterator.h +include/baloo/query.h +include/baloo/queryparser.h +include/baloo/queryparser_export.h +include/baloo/queryrunnable.h +include/baloo/result.h +include/baloo/resultiterator.h +include/baloo/searchstore.h +include/baloo/taglistjob.h +include/baloo/term.h +lib/cmake/Baloo/BalooConfig.cmake +lib/cmake/Baloo/BalooConfigVersion.cmake +lib/cmake/Baloo/BalooTargetsWithPrefix-relwithdebinfo.cmake +lib/cmake/Baloo/BalooTargetsWithPrefix.cmake +lib/kde4/akonadi/akonadi_baloo_searchplugin.so +lib/kde4/akonadi/akonadibaloosearchplugin.desktop +lib/kde4/baloo_calendarsearchstore.so +lib/kde4/baloo_contactsearchstore.so +lib/kde4/baloo_emailsearchstore.so +lib/kde4/baloo_filesearchstore.so +lib/kde4/baloo_notesearchstore.so +lib/kde4/kcm_baloofile.so +lib/kde4/kio_baloosearch.so +lib/kde4/kio_tags.so +lib/kde4/kio_timeline.so +lib/kde4/krunner_baloosearchrunner.so +lib/kde4/libexec/kde_baloo_filewatch_raiselimit +lib/libbaloocore.so +lib/libbaloocore.so.4 +lib/libbaloocore.so.${PKGVERSION} +lib/libbaloofiles.so +lib/libbaloofiles.so.4 +lib/libbaloofiles.so.${PKGVERSION} +lib/libbaloopim.so +lib/libbaloopim.so.4 +lib/libbaloopim.so.${PKGVERSION} +lib/libbalooqueryparser.so +lib/libbalooqueryparser.so.4 +lib/libbalooqueryparser.so.${PKGVERSION} +lib/libbalooxapian.so +lib/libbalooxapian.so.4 +lib/libbalooxapian.so.${PKGVERSION} +share/examples/kde4-dbus/org.kde.baloo.filewatch.conf +share/kde/autostart/baloo_file.desktop +share/kde4/services/baloo_calendarsearchstore.desktop +share/kde4/services/baloo_contactsearchstore.desktop +share/kde4/services/baloo_emailsearchstore.desktop +share/kde4/services/baloo_filesearchstore.desktop +share/kde4/services/baloo_notesearchstore.desktop +share/kde4/services/baloosearch.protocol +share/kde4/services/kcm_baloofile.desktop +share/kde4/services/plasma-runner-baloosearch.desktop +share/kde4/services/tags.protocol +share/kde4/services/timeline.protocol +share/kde4/servicetypes/baloosearchstore.desktop diff --git a/sysutils/libbaloo4/buildlink3.mk b/sysutils/libbaloo4/buildlink3.mk new file mode 100644 index 0000000000000..7a102588b7d14 --- /dev/null +++ b/sysutils/libbaloo4/buildlink3.mk @@ -0,0 +1,14 @@ +# $NetBSD: buildlink3.mk,v 1.1 2016/04/28 07:01:13 markd Exp $ + +BUILDLINK_TREE+= libbaloo4 + +.if !defined(LIBBALOO4_BUILDLINK3_MK) +LIBBALOO4_BUILDLINK3_MK:= + +BUILDLINK_API_DEPENDS.libbaloo4+= libbaloo4>=4.14.3 +BUILDLINK_PKGSRCDIR.libbaloo4?= ../../sysutils/libbaloo4 + +.include "../../sysutils/kfilemetadata/buildlink3.mk" +.endif # LIBBALOO4_BUILDLINK3_MK + +BUILDLINK_TREE+= -libbaloo4 diff --git a/sysutils/libbaloo4/distinfo b/sysutils/libbaloo4/distinfo new file mode 100644 index 0000000000000..f8572480077b1 --- /dev/null +++ b/sysutils/libbaloo4/distinfo @@ -0,0 +1,8 @@ +$NetBSD: distinfo,v 1.1 2016/04/28 07:01:13 markd Exp $ + +SHA1 (baloo-4.14.3.tar.xz) = bf90846545c5b5a0b0badab25dc3e839dc0c6574 +RMD160 (baloo-4.14.3.tar.xz) = 50743535e905339ac48481dd9b8b40ad3217422d +SHA512 (baloo-4.14.3.tar.xz) = ce46abee6edfea333fe2b361418ee92e1e7e4b252c4cb9a48f302ff906b3dc49d78c4e55c69de09b0085e03fe87e978b90c2896f7492b940550fda9766679218 +Size (baloo-4.14.3.tar.xz) = 145604 bytes +SHA1 (patch-ConfigureChecks.cmake) = 4119eb59dbe0022fd312bcf2f637c2e7fcf9f469 +SHA1 (patch-src__file__lib__baloo_xattr_p.h) = 2c361f9422e0d45b5500a4a0fa82bdc5c187fd01 diff --git a/sysutils/baloo/patches/patch-ConfigureChecks.cmake b/sysutils/libbaloo4/patches/patch-ConfigureChecks.cmake similarity index 88% rename from sysutils/baloo/patches/patch-ConfigureChecks.cmake rename to sysutils/libbaloo4/patches/patch-ConfigureChecks.cmake index 840a227fa4a7a..888c1c6c3e30d 100644 --- a/sysutils/baloo/patches/patch-ConfigureChecks.cmake +++ b/sysutils/libbaloo4/patches/patch-ConfigureChecks.cmake @@ -1,4 +1,4 @@ -$NetBSD: patch-ConfigureChecks.cmake,v 1.1 2015/01/07 13:09:30 jperkin Exp $ +$NetBSD: patch-ConfigureChecks.cmake,v 1.1 2016/04/28 07:01:13 markd Exp $ Ignore xattr header check on SunOS. diff --git a/sysutils/baloo/patches/patch-src__file__lib__baloo_xattr_p.h b/sysutils/libbaloo4/patches/patch-src__file__lib__baloo_xattr_p.h similarity index 85% rename from sysutils/baloo/patches/patch-src__file__lib__baloo_xattr_p.h rename to sysutils/libbaloo4/patches/patch-src__file__lib__baloo_xattr_p.h index ddc383af4a7da..d24dc4697e00e 100644 --- a/sysutils/baloo/patches/patch-src__file__lib__baloo_xattr_p.h +++ b/sysutils/libbaloo4/patches/patch-src__file__lib__baloo_xattr_p.h @@ -1,4 +1,4 @@ -$NetBSD: patch-src__file__lib__baloo_xattr_p.h,v 1.1 2014/11/16 18:28:52 markd Exp $ +$NetBSD: patch-src__file__lib__baloo_xattr_p.h,v 1.1 2016/04/28 07:01:13 markd Exp $ --- src/file/lib/baloo_xattr_p.h.orig 2014-11-06 12:03:28.000000000 +0000 +++ src/file/lib/baloo_xattr_p.h diff --git a/sysutils/libgtop/Makefile b/sysutils/libgtop/Makefile index 29f93ce6aa723..69d260b932723 100644 --- a/sysutils/libgtop/Makefile +++ b/sysutils/libgtop/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.50 2016/02/26 10:24:13 jperkin Exp $ +# $NetBSD: Makefile,v 1.52 2016/04/28 22:18:58 jperkin Exp $ DISTNAME= libgtop-2.28.4 -PKGREVISION= 8 +PKGREVISION= 9 CATEGORIES= sysutils gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libgtop/2.28/} EXTRACT_SUFX= .tar.bz2 @@ -54,7 +54,7 @@ PLIST_VARS+= server suid.h PLIST.server= yes PLIST.suid.h= yes SPECIAL_PERMS= bin/libgtop_server2 ${REAL_ROOT_USER} system 2755 -.elif ${OPSYS} == "Darwin" || ${OPSYS} == "DragonFly" || \ +.elif ${OPSYS} == "DragonFly" || \ ${OPSYS} == "FreeBSD" || ${OPSYS} == "NetBSD" || \ ${OPSYS} == "OpenBSD" PLIST.server= yes @@ -66,6 +66,8 @@ SPECIAL_PERMS= bin/libgtop_server2 ${REAL_ROOT_USER} kmem 2755 .elif ${OPSYS} == "SunOS" PLIST.server= yes SPECIAL_PERMS= bin/libgtop_server2 ${REAL_ROOT_USER} sys 2755 +.elif ${OPSYS} == "Darwin" +PLIST.server= yes .else PLIST.server= yes PLIST.suid.h= yes diff --git a/sysutils/libgtop/distinfo b/sysutils/libgtop/distinfo index 0c2e371c5f542..b1ae7c181b407 100644 --- a/sysutils/libgtop/distinfo +++ b/sysutils/libgtop/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.30 2015/11/04 01:32:19 agc Exp $ +$NetBSD: distinfo,v 1.32 2016/04/28 22:18:58 jperkin Exp $ SHA1 (libgtop-2.28.4.tar.bz2) = b6f002cc80a61dc0908dd96e0b543113a46bc4b7 RMD160 (libgtop-2.28.4.tar.bz2) = 96ac76aa409bbd202bedacd94df14cd549e10d6b @@ -6,7 +6,7 @@ SHA512 (libgtop-2.28.4.tar.bz2) = 3bfb844eb09e4afed1f15f2d948fe09bf2080be52f3914 Size (libgtop-2.28.4.tar.bz2) = 819576 bytes SHA1 (patch-aa) = b056c00edebf3578364de50bcd1345bff67b45bc SHA1 (patch-ab) = cd11ad54870ab54fb940f922c1cc55d1c7ec2161 -SHA1 (patch-ac) = 3dd59355e36657df4c8575c35ef11c28d4192d77 +SHA1 (patch-ac) = dc45ad98e21de821b4b23008cd0020c47064c9eb SHA1 (patch-ad) = 304b91c38fa9b39ffcfd2d39d9c382ecdc23469e SHA1 (patch-ae) = 6e8386473dde21f316f867b5212d8c3324abb747 SHA1 (patch-ag) = 8ed7b66b4250dbc6f6321cef24941f58106fcbaf @@ -39,6 +39,10 @@ SHA1 (patch-dm) = ef08973aecacb1fb69f258632dd36edfdafd8c50 SHA1 (patch-dn) = 66f66731a3abd1290f67d62f9ef654f68756bccb SHA1 (patch-sysdeps_bsd_sem_limits.c) = 0cdc5e85a4d8d1297f2f658c1f345bf54abfb02c SHA1 (patch-sysdeps_bsd_shm_limits.c) = 2750d6b5c440f6071111c62ef1069d07867edcf2 +SHA1 (patch-sysdeps_darwin_glibtop__suid.h) = 1887511f74e27c7ed628ae37d5eec173db71ee81 +SHA1 (patch-sysdeps_darwin_proclist.c) = ee8e4df9376f4516787ae2e25453de6d871357d2 SHA1 (patch-sysdeps_freebsd_procwd.c) = 89961a4115785809b1a1dc5dd07f263cf35cf1b8 SHA1 (patch-sysdeps_solaris_glibtop__server.h) = ed3a657ecc024d0d5edc3d436e593b86ed39d726 -SHA1 (patch-sysdeps_solaris_procopenfiles.c) = 8aef9e53cdd9d2e13a964e0cde43e71b507fcfa5 +SHA1 (patch-sysdeps_solaris_netlist.c) = f26cfcee588fc40ad550bcd219d9538d20095e62 +SHA1 (patch-sysdeps_solaris_netload.c) = e4ba72bf3855621eab0c05918da2094165f158cb +SHA1 (patch-sysdeps_solaris_procopenfiles.c) = efd621e3e9e45ba65e7f2b1f7c94ffdb79b6d199 diff --git a/sysutils/libgtop/patches/patch-ac b/sysutils/libgtop/patches/patch-ac index 28c79a5e644cb..d60c8c3f282e3 100644 --- a/sysutils/libgtop/patches/patch-ac +++ b/sysutils/libgtop/patches/patch-ac @@ -1,17 +1,22 @@ -$NetBSD: patch-ac,v 1.6 2007/11/05 19:06:03 drochner Exp $ +$NetBSD: patch-ac,v 1.7 2016/04/07 11:54:57 youri Exp $ ---- sysdeps/common/mountlist.c.orig 2007-04-27 00:27:34.000000000 +0200 +--- sysdeps/common/mountlist.c.orig 2011-06-01 15:40:47.000000000 +0000 +++ sysdeps/common/mountlist.c -@@ -106,7 +106,7 @@ static struct mount_entry *read_filesyst +@@ -105,8 +105,12 @@ static struct mount_entry *read_filesyst + #define MOUNTED_GETMNTTBL #endif ++#ifdef __APPLE__ ++#define statvfs statfs ++#endif ++ -#if defined (MOUNTED_GETMNTINFO) && !defined (__NetBSD__) && !defined (__OpenBSD__) && !defined(__FreeBSD__) +#if defined (MOUNTED_GETMNTINFO) && !defined (__NetBSD__) && !defined (__OpenBSD__) && !defined(__FreeBSD__) && !defined(__DragonFly__) static const char * fstype_to_string (short t) { -@@ -298,7 +298,11 @@ read_filesystem_list (void) +@@ -298,7 +302,11 @@ read_filesystem_list (void) #ifdef MOUNTED_GETMNTINFO /* 4.4BSD. */ { @@ -23,7 +28,7 @@ $NetBSD: patch-ac,v 1.6 2007/11/05 19:06:03 drochner Exp $ int entries; entries = getmntinfo (&fsp, MNT_NOWAIT); -@@ -309,7 +313,7 @@ read_filesystem_list (void) +@@ -309,7 +317,7 @@ read_filesystem_list (void) me = (struct mount_entry *) g_malloc (sizeof (struct mount_entry)); me->me_devname = g_strdup (fsp->f_mntfromname); me->me_mountdir = g_strdup (fsp->f_mntonname); @@ -32,7 +37,7 @@ $NetBSD: patch-ac,v 1.6 2007/11/05 19:06:03 drochner Exp $ me->me_type = g_strdup (fsp->f_fstypename); #else me->me_type = g_strdup (fstype_to_string (fsp->f_type)); -@@ -544,6 +548,7 @@ static gboolean ignore_mount_entry(const +@@ -544,6 +552,7 @@ static gboolean ignore_mount_entry(const "devfs", "devpts", "fusectl", diff --git a/sysutils/libgtop/patches/patch-sysdeps_darwin_glibtop__suid.h b/sysutils/libgtop/patches/patch-sysdeps_darwin_glibtop__suid.h new file mode 100644 index 0000000000000..f5d69d8d622da --- /dev/null +++ b/sysutils/libgtop/patches/patch-sysdeps_darwin_glibtop__suid.h @@ -0,0 +1,15 @@ +$NetBSD: patch-sysdeps_darwin_glibtop__suid.h,v 1.1 2016/04/07 11:54:57 youri Exp $ + +Fix Darwin build. + +--- sysdeps/darwin/glibtop_suid.h.orig 2011-06-01 15:40:47.000000000 +0000 ++++ sysdeps/darwin/glibtop_suid.h +@@ -22,6 +22,8 @@ + + G_BEGIN_DECLS + ++#include ++ + static inline void glibtop_suid_enter (glibtop *server) { + setreuid (server->machine.uid, server->machine.euid); + }; diff --git a/sysutils/libgtop/patches/patch-sysdeps_darwin_proclist.c b/sysutils/libgtop/patches/patch-sysdeps_darwin_proclist.c new file mode 100644 index 0000000000000..562083c604cca --- /dev/null +++ b/sysutils/libgtop/patches/patch-sysdeps_darwin_proclist.c @@ -0,0 +1,15 @@ +$NetBSD: patch-sysdeps_darwin_proclist.c,v 1.1 2016/04/07 11:54:57 youri Exp $ + +Fix Darwin build. + +--- sysdeps/darwin/proclist.c.orig 2011-06-01 15:40:47.000000000 +0000 ++++ sysdeps/darwin/proclist.c +@@ -43,7 +43,7 @@ _glibtop_init_proclist_p (glibtop *serve + + pid_t * + glibtop_get_proclist_p (glibtop *server, glibtop_proclist *buf, +- int64_t which, int64_t arg) ++ gint64 which, gint64 arg) + { + unsigned count, total, i; + pid_t *pids_chain; diff --git a/sysutils/libgtop/patches/patch-sysdeps_solaris_netlist.c b/sysutils/libgtop/patches/patch-sysdeps_solaris_netlist.c new file mode 100644 index 0000000000000..524c5cfc38f65 --- /dev/null +++ b/sysutils/libgtop/patches/patch-sysdeps_solaris_netlist.c @@ -0,0 +1,15 @@ +$NetBSD: patch-sysdeps_solaris_netlist.c,v 1.1 2016/04/28 22:18:58 jperkin Exp $ + +Find correct network interfaces. + +--- sysdeps/solaris/netlist.c.orig 2011-06-01 15:40:47.000000000 +0000 ++++ sysdeps/solaris/netlist.c +@@ -57,7 +57,7 @@ glibtop_get_netlist_s (glibtop *server, + + for (ksp = kc->kc_chain; ksp; ksp = ksp->ks_next) + { +- if (strcmp(ksp->ks_class, "net") != 0) ++ if (strcmp(ksp->ks_module, "link") != 0) + continue; + + g_ptr_array_add(devices, g_strdup(ksp->ks_name)); diff --git a/sysutils/libgtop/patches/patch-sysdeps_solaris_netload.c b/sysutils/libgtop/patches/patch-sysdeps_solaris_netload.c new file mode 100644 index 0000000000000..35daf19439b0b --- /dev/null +++ b/sysutils/libgtop/patches/patch-sysdeps_solaris_netload.c @@ -0,0 +1,15 @@ +$NetBSD: patch-sysdeps_solaris_netload.c,v 1.1 2016/04/28 22:18:58 jperkin Exp $ + +Find correct network interfaces. + +--- sysdeps/solaris/netload.c.orig 2011-06-01 15:40:47.000000000 +0000 ++++ sysdeps/solaris/netload.c +@@ -105,7 +105,7 @@ solaris_stats(glibtop *server, + /* + * chop off the trailing interface + */ +- module = strdup( name ); ++ module = strdup( "link" ); + ptr = module + strlen( module ) - 1; + while( (ptr > module) && isdigit( (int) *ptr ) ) { + *ptr = '\0'; diff --git a/sysutils/libgtop/patches/patch-sysdeps_solaris_procopenfiles.c b/sysutils/libgtop/patches/patch-sysdeps_solaris_procopenfiles.c index b9d085db0abf7..9f3e2421a53b5 100644 --- a/sysutils/libgtop/patches/patch-sysdeps_solaris_procopenfiles.c +++ b/sysutils/libgtop/patches/patch-sysdeps_solaris_procopenfiles.c @@ -1,4 +1,4 @@ -$NetBSD: patch-sysdeps_solaris_procopenfiles.c,v 1.1 2013/02/26 15:54:16 jperkin Exp $ +$NetBSD: patch-sysdeps_solaris_procopenfiles.c,v 1.2 2016/04/28 22:18:58 jperkin Exp $ Implement stub functions for Solaris to at least get the package to build. Help filling them out with actual data would be very welcome. @@ -16,7 +16,7 @@ build. Help filling them out with actual data would be very welcome. #include #include #include -@@ -126,3 +129,46 @@ glibtop_get_proc_open_files_s (glibtop * +@@ -126,3 +129,67 @@ glibtop_get_proc_open_files_s (glibtop * return (glibtop_open_files_entry*)g_array_free(entries, FALSE); } @@ -53,13 +53,34 @@ build. Help filling them out with actual data would be very welcome. + return NULL; +} + ++static const unsigned long _glibtop_sysdeps_sysinfo = ++(1L << GLIBTOP_SYSINFO_CPUINFO); ++ +static glibtop_sysinfo sysinfo = { .flags = 0 }; + ++static void ++init_sysinfo (glibtop *server) ++{ ++ guint ncpus = sysconf(_SC_NPROCESSORS_CONF); ++ ++ glibtop_init_s (&server, GLIBTOP_SYSDEPS_CPU, 0); ++ ++ for (sysinfo.ncpu = 0; ++ sysinfo.ncpu < GLIBTOP_NCPU && sysinfo.ncpu < ncpus; ++ sysinfo.ncpu++) { ++ glibtop_entry * const cpuinfo = &sysinfo.cpuinfo[sysinfo.ncpu]; ++ cpuinfo->labels = g_ptr_array_new (); ++ cpuinfo->values = g_hash_table_new_full(g_str_hash, ++ g_str_equal, ++ NULL, g_free); ++ } ++ ++ sysinfo.flags = _glibtop_sysdeps_sysinfo; ++} ++ +const glibtop_sysinfo * +glibtop_get_sysinfo_s (glibtop *server) +{ -+ server->sysdeps.flags = -+ (1L << GLIBTOP_SYSINFO_CPUINFO); -+ glibtop_init_s (&server, GLIBTOP_SYSDEPS_CPU, 0); -+ return NULL; ++ init_sysinfo (server); ++ return &sysinfo; +} diff --git a/sysutils/lnav/Makefile b/sysutils/lnav/Makefile index 8d116ace35090..ae6d1ed6cc784 100644 --- a/sysutils/lnav/Makefile +++ b/sysutils/lnav/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2015/10/10 01:58:19 ryoon Exp $ +# $NetBSD: Makefile,v 1.3 2016/04/11 19:02:04 ryoon Exp $ DISTNAME= lnav-0.7.3 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GITHUB:=tstack/} GITHUB_RELEASE= v${PKGVERSION_NOREV} diff --git a/sysutils/magicrescue/distinfo b/sysutils/magicrescue/distinfo index e8fb0ff990621..3d8f3f5bf9bd6 100644 --- a/sysutils/magicrescue/distinfo +++ b/sysutils/magicrescue/distinfo @@ -1,7 +1,8 @@ -$NetBSD: distinfo,v 1.2 2015/11/04 01:32:20 agc Exp $ +$NetBSD: distinfo,v 1.3 2016/04/01 12:31:20 jperkin Exp $ SHA1 (magicrescue-1.1.4.tar.gz) = b4be78fb6eba668c79aac6bf6a01123911049008 RMD160 (magicrescue-1.1.4.tar.gz) = ef8185ad19d4fb1bc277403b82eea3aa21f0e758 SHA512 (magicrescue-1.1.4.tar.gz) = 357e448bb007f181e28070e3f7f1716992e91c0ce030046567719ab9ca4b9f1482029283c9d948f7738c875fcfe6c5c7649ff9c8582529869a572d85847014be Size (magicrescue-1.1.4.tar.gz) = 89965 bytes +SHA1 (patch-Makefile.in) = 401d119063b14383213ca2050112b331b6e3cfd7 SHA1 (patch-aa) = 0c736f7ed1191919a4aaf816fc4a7431c717e78e diff --git a/sysutils/magicrescue/patches/patch-Makefile.in b/sysutils/magicrescue/patches/patch-Makefile.in new file mode 100644 index 0000000000000..597bf41542a72 --- /dev/null +++ b/sysutils/magicrescue/patches/patch-Makefile.in @@ -0,0 +1,21 @@ +$NetBSD: patch-Makefile.in,v 1.1 2016/04/01 12:31:20 jperkin Exp $ + +Use PKGMANDIR. + +--- Makefile.in.orig 2004-08-14 22:36:37.000000000 +0000 ++++ Makefile.in +@@ -61,12 +61,12 @@ install: all + + mkdir -p $(PREFIX)/share/magicrescue/tools \ + $(PREFIX)/share/magicrescue/recipes \ +- $(PREFIX)/man/man1 \ ++ $(PREFIX)/${PKGMANDIR}/man1 \ + $(PREFIX)/bin + + cp magicrescue$(EXE) dupemap$(EXE) magicsort $(PREFIX)/bin/ + cp recipes/* $(PREFIX)/share/magicrescue/recipes/ +- cp $(DOCS) $(PREFIX)/man/man1 ++ cp $(DOCS) $(PREFIX)/${PKGMANDIR}/man1 + + for f in tools/*; do \ + if [ -x "$$f" ]; then \ diff --git a/sysutils/mc/Makefile b/sysutils/mc/Makefile index 7f41ea7968735..0df3f84061418 100644 --- a/sysutils/mc/Makefile +++ b/sysutils/mc/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.101 2015/11/17 11:58:32 wiz Exp $ +# $NetBSD: Makefile,v 1.102 2016/04/13 18:34:27 wiz Exp $ -DISTNAME= mc-4.8.15 +DISTNAME= mc-4.8.16 CATEGORIES= sysutils MASTER_SITES= http://www.midnight-commander.org/downloads/ EXTRACT_SUFX= .tar.bz2 @@ -48,7 +48,6 @@ CONFFILES+= mc.emacs.keymap CONFFILES+= mc.ext CONFFILES+= mc.keymap CONFFILES+= mc.menu -CONFFILES+= mc.menu.sr CONFFILES+= mcedit.menu CONFFILES+= sfs.ini diff --git a/sysutils/mc/PLIST b/sysutils/mc/PLIST index f4159a0bcfb9b..d3ba2f2320790 100644 --- a/sysutils/mc/PLIST +++ b/sysutils/mc/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.11 2015/11/17 11:58:32 wiz Exp $ +@comment $NetBSD: PLIST,v 1.12 2016/04/13 18:34:27 wiz Exp $ bin/mc bin/mcdiff bin/mcedit @@ -84,7 +84,6 @@ share/examples/mc/mc.emacs.keymap share/examples/mc/mc.ext share/examples/mc/mc.keymap share/examples/mc/mc.menu -share/examples/mc/mc.menu.sr share/examples/mc/mcedit.menu share/examples/mc/sfs.ini share/locale/az/LC_MESSAGES/mc.mo @@ -252,6 +251,7 @@ share/mc/syntax/erlang.syntax share/mc/syntax/f90.syntax share/mc/syntax/filehighlight.syntax share/mc/syntax/fortran.syntax +share/mc/syntax/go.syntax share/mc/syntax/haskell.syntax share/mc/syntax/html.syntax share/mc/syntax/idl.syntax diff --git a/sysutils/mc/distinfo b/sysutils/mc/distinfo index 36394ae7b6127..87b52a4957e6e 100644 --- a/sysutils/mc/distinfo +++ b/sysutils/mc/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.25 2015/11/17 11:58:32 wiz Exp $ +$NetBSD: distinfo,v 1.26 2016/04/13 18:34:27 wiz Exp $ -SHA1 (mc-4.8.15.tar.bz2) = 896e703c394702c6cbadbd343c27174b7c55fefd -RMD160 (mc-4.8.15.tar.bz2) = d89d15ae1a87053eed9718a3f2b829509589ae9c -SHA512 (mc-4.8.15.tar.bz2) = d5eb35d5ca25cb5b19d512adc15f11d23035b59c68977a08bdacadc39a3d49cc9c9fe659fd4ca0bb17f8ab7e0b71574cbaac9dbc1935f64f0534a28d60eaffe1 -Size (mc-4.8.15.tar.bz2) = 3223744 bytes +SHA1 (mc-4.8.16.tar.bz2) = 301b8d3c3e44732a3fdc52f7a4603bc432a797cc +RMD160 (mc-4.8.16.tar.bz2) = e5e580827a7a8ae00cb444c7cf33ee03e412d336 +SHA512 (mc-4.8.16.tar.bz2) = 32de3dea1a267b0d00161c74637c891dbb727386a42a27162be9907b6cef5e68d941a3efa47520d955cd6ea5bb20b3d4b9d098b2893cb378580ac30c42cf45ba +Size (mc-4.8.16.tar.bz2) = 3173980 bytes SHA1 (patch-ac) = d01357b685acd8e863510248ed7519ae2821757f SHA1 (patch-ad) = 4484b91511cf5bac73f4ae940988d46239e2cd95 SHA1 (patch-src_vfs_extfs_helpers_Makefile.in) = c5d4735ce9548714731fdb1227e1acac78f11332 diff --git a/sysutils/menu-cache/distinfo b/sysutils/menu-cache/distinfo index f42b4bfceb0f9..f5d7e265e07c9 100644 --- a/sysutils/menu-cache/distinfo +++ b/sysutils/menu-cache/distinfo @@ -1,6 +1,7 @@ -$NetBSD: distinfo,v 1.2 2015/11/04 01:32:21 agc Exp $ +$NetBSD: distinfo,v 1.3 2016/04/28 14:57:46 youri Exp $ SHA1 (menu-cache-0.4.1.tar.gz) = ca79049f9cab6d5099a8ab03584dc44bdc35a7c4 RMD160 (menu-cache-0.4.1.tar.gz) = 06e3ac7406e24c5a6cc83a5a2c418e45e01383b0 SHA512 (menu-cache-0.4.1.tar.gz) = 9744765f6894462139cbb9cbeec74c915df27bfeb31179743fc6dbf2ac20e26520be6d089c8733f0a17248a2aa6687730c5ee28f26eb15195eaa16db5c73aec6 Size (menu-cache-0.4.1.tar.gz) = 412859 bytes +SHA1 (patch-menu-cache-daemon_menu-cached.c) = 57c082221d72e9f7a0f59e873ae1ec78be68b293 diff --git a/sysutils/menu-cache/patches/patch-menu-cache-daemon_menu-cached.c b/sysutils/menu-cache/patches/patch-menu-cache-daemon_menu-cached.c new file mode 100644 index 0000000000000..660633b53eede --- /dev/null +++ b/sysutils/menu-cache/patches/patch-menu-cache-daemon_menu-cached.c @@ -0,0 +1,14 @@ +$NetBSD: patch-menu-cache-daemon_menu-cached.c,v 1.1 2016/04/28 14:57:46 youri Exp $ + +Fix SunOS build. + +--- menu-cache-daemon/menu-cached.c.orig 2012-11-14 08:07:36.000000000 +0000 ++++ menu-cache-daemon/menu-cached.c +@@ -28,6 +28,7 @@ + + #include + #include ++#include + #include + #include + #include diff --git a/sysutils/monit/Makefile b/sysutils/monit/Makefile index b7b4c8b8d3959..bd854abf50978 100644 --- a/sysutils/monit/Makefile +++ b/sysutils/monit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2016/03/05 11:29:31 jperkin Exp $ +# $NetBSD: Makefile,v 1.18 2016/03/25 21:05:30 joerg Exp $ # DISTNAME= monit-5.8 @@ -56,6 +56,11 @@ SUBST_FILES.monit= monitrc SUBST_SED.monit= -e "s|^\# *set *daemon|set daemon|" SUBST_SED.monit+= -e "s|include */etc/monit.d|include ${PKG_SYSCONFDIR}/monit.d|" +.if ${OPSYS} == "NetBSD" +_WRAP_EXTRA_ARGS.CC+= -D_KERNTYPES +CWRAPPERS_APPEND.cc+= -D_KERNTYPES +.endif + # Perform configure substitutions on monit.1 post-configure: cd ${WRKSRC} && mv monit.1 monit.1.in && ./config.status --file=monit.1 diff --git a/sysutils/nautilus-sendto/Makefile b/sysutils/nautilus-sendto/Makefile index 4614383a5db9a..3db358dd574bb 100644 --- a/sysutils/nautilus-sendto/Makefile +++ b/sysutils/nautilus-sendto/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.54 2015/10/10 01:58:19 ryoon Exp $ +# $NetBSD: Makefile,v 1.56 2016/05/03 11:40:09 prlw1 Exp $ # DISTNAME= nautilus-sendto-2.32.0 -PKGREVISION= 37 +PKGREVISION= 39 CATEGORIES= sysutils gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/nautilus-sendto/2.32/} EXTRACT_SUFX= .tar.bz2 diff --git a/sysutils/ndesk-dbus-glib/Makefile b/sysutils/ndesk-dbus-glib/Makefile index 2287182cce691..6ad9ea943b1bf 100644 --- a/sysutils/ndesk-dbus-glib/Makefile +++ b/sysutils/ndesk-dbus-glib/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.21 2015/10/10 01:57:55 ryoon Exp $ +# $NetBSD: Makefile,v 1.22 2016/04/11 19:01:38 ryoon Exp $ DISTNAME= ndesk-dbus-glib-0.4.1 -PKGREVISION= 17 +PKGREVISION= 18 CATEGORIES= sysutils MASTER_SITES= http://www.ndesk.org/archive/ndesk-dbus/ diff --git a/sysutils/ndesk-dbus-glib/buildlink3.mk b/sysutils/ndesk-dbus-glib/buildlink3.mk index d5b0cbbea27d2..6d7132a002288 100644 --- a/sysutils/ndesk-dbus-glib/buildlink3.mk +++ b/sysutils/ndesk-dbus-glib/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.16 2015/05/23 06:40:15 kefren Exp $ +# $NetBSD: buildlink3.mk,v 1.17 2016/04/11 19:01:38 ryoon Exp $ BUILDLINK_TREE+= ndesk-dbus-glib @@ -6,7 +6,7 @@ BUILDLINK_TREE+= ndesk-dbus-glib NDESK_DBUS_GLIB_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.ndesk-dbus-glib+= ndesk-dbus-glib>=0.4.1 -BUILDLINK_ABI_DEPENDS.ndesk-dbus-glib+= ndesk-dbus-glib>=0.4.1nb15 +BUILDLINK_ABI_DEPENDS.ndesk-dbus-glib+= ndesk-dbus-glib>=0.4.1nb18 BUILDLINK_PKGSRCDIR.ndesk-dbus-glib?= ../../sysutils/ndesk-dbus-glib .include "../../lang/mono/buildlink3.mk" diff --git a/sysutils/ndesk-dbus/Makefile b/sysutils/ndesk-dbus/Makefile index 6fbb0dd373d12..188c985646c16 100644 --- a/sysutils/ndesk-dbus/Makefile +++ b/sysutils/ndesk-dbus/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.21 2015/10/10 01:58:19 ryoon Exp $ +# $NetBSD: Makefile,v 1.22 2016/04/11 19:02:04 ryoon Exp $ DISTNAME= ndesk-dbus-0.6.1a -PKGREVISION= 16 +PKGREVISION= 17 CATEGORIES= sysutils MASTER_SITES= http://www.ndesk.org/archive/ndesk-dbus/ diff --git a/sysutils/open-vm-tools/Makefile b/sysutils/open-vm-tools/Makefile index cb7a9207c6a5c..3058a8c55ca6c 100644 --- a/sysutils/open-vm-tools/Makefile +++ b/sysutils/open-vm-tools/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.54 2016/03/05 11:29:31 jperkin Exp $ +# $NetBSD: Makefile,v 1.56 2016/05/07 10:10:09 joerg Exp $ DISTNAME= open-vm-tools-2008.08.08-109361 PKGNAME= open-vm-tools-2008.08.08.109361 -PKGREVISION= 43 +PKGREVISION= 44 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=open-vm-tools/} @@ -39,6 +39,9 @@ pre-configure: .if !empty(PKGSRC_COMPILER:Mclang) _WRAP_EXTRA_ARGS.CC+= -Wno-error=unused-local-typedef CWRAPPERS_APPEND.cc+= -Wno-error=unused-local-typedef +.elif !empty(PKGSRC_COMPILER:Mgcc) +_WRAP_EXTRA_ARGS.CC+= -Wno-error=unused-local-typedefs -Wno-error=unused-but-set-variable +CWRAPPERS_APPEND.cc+= -Wno-error=unused-local-typedefs -Wno-error=unused-but-set-variable .endif .include "../../net/libdnet/buildlink3.mk" diff --git a/sysutils/open-vm-tools/distinfo b/sysutils/open-vm-tools/distinfo index c393cfcdefaf1..4c0891f03a5e6 100644 --- a/sysutils/open-vm-tools/distinfo +++ b/sysutils/open-vm-tools/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.10 2015/11/04 01:32:23 agc Exp $ +$NetBSD: distinfo,v 1.11 2016/05/07 10:10:09 joerg Exp $ SHA1 (open-vm-tools-2008.08.08-109361.tar.gz) = 1c44c3524cd9cbc5870f1c6065b03a6b31859a25 RMD160 (open-vm-tools-2008.08.08-109361.tar.gz) = 4ea0a6aa2edda2bc404c865dc5b58f3a177ae411 @@ -60,6 +60,7 @@ SHA1 (patch-lib_guestApp_Makefile.am) = b6fb86b15fa58ff87285ab591be1870cf79a5d18 SHA1 (patch-lib_hgfsServer_hgfsServer.c) = 68a3102d4f53626717f64284eb5e51bfb584e783 SHA1 (patch-lib_hgfsServer_hgfsServerLinux.c) = ef5a3135a8e4dc9f16d93d6eb7d88b8194aa0907 SHA1 (patch-lib_panic_panic.c) = f784479ef9000e67389c04ca80ad22da5e3a2165 +SHA1 (patch-lib_user_util.c) = 7048484864fb5f7a66a61dc2234b1ea8359328ae SHA1 (patch-lib_vmCheck_Makefile.am) = 5956c6e81d6ea5679d949083fcf60066d8374672 SHA1 (patch-lib_vmSignal_Makefile.am) = 6c562e558f846666ed9da3298f15a9cd489bd75f SHA1 (patch-libguestlib_Makefile.am) = d46ae6b600831b3f7ecd39f675fbf480a7882e60 diff --git a/sysutils/open-vm-tools/patches/patch-lib_user_util.c b/sysutils/open-vm-tools/patches/patch-lib_user_util.c new file mode 100644 index 0000000000000..8db80010143f0 --- /dev/null +++ b/sysutils/open-vm-tools/patches/patch-lib_user_util.c @@ -0,0 +1,13 @@ +$NetBSD: patch-lib_user_util.c,v 1.1 2016/05/07 10:10:09 joerg Exp $ + +--- lib/user/util.c.orig 2016-05-06 15:59:45.000000000 +0000 ++++ lib/user/util.c +@@ -319,7 +319,7 @@ UtilBacktraceToBufferCallback(struct _Un + */ + if (cfa >= data->basePtr) { + if (data->len) { +- *data->buffer++ = _Unwind_GetIP(ctx); ++ *data->buffer++ = (uintptr_t)_Unwind_GetIP(ctx); + data->len--; + } else { + return _URC_END_OF_STACK; diff --git a/sysutils/p5-File-chmod/Makefile b/sysutils/p5-File-chmod/Makefile index eac37092efe31..31f2ce6e990c9 100644 --- a/sysutils/p5-File-chmod/Makefile +++ b/sysutils/p5-File-chmod/Makefile @@ -1,12 +1,11 @@ -# $NetBSD: Makefile,v 1.10 2016/02/09 13:24:45 mef Exp $ -# +# $NetBSD: Makefile,v 1.11 2016/05/03 10:54:56 wiz Exp $ DISTNAME= File-chmod-0.42 PKGNAME= p5-${DISTNAME} CATEGORIES= perl5 sysutils MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=File/} -MAINTAINER= rhaen@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/CPAN/authors/id/P/PI/PINYAN/ COMMENT= Perl API-Implements symbolic and ls chmod modes LICENSE= ${PERL5_LICENSE} diff --git a/sysutils/p5-Unix-Statgrab/Makefile b/sysutils/p5-Unix-Statgrab/Makefile index 6ee53ede8ebf5..060c127b7d436 100644 --- a/sysutils/p5-Unix-Statgrab/Makefile +++ b/sysutils/p5-Unix-Statgrab/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.5 2015/09/08 19:33:12 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2016/05/03 08:47:16 wiz Exp $ -DISTNAME= Unix-Statgrab-0.109 +DISTNAME= Unix-Statgrab-0.111 PKGNAME= p5-${DISTNAME} CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/R/RE/REHSACK/} @@ -12,6 +12,7 @@ LICENSE= ${PERL5_LICENSE} BUILD_DEPENDS+= p5-Config-AutoConf>=0.19:../../devel/p5-Config-AutoConf BUILD_DEPENDS+= p5-Module-Build>=0.4000:../../devel/p5-Module-Build +BUILD_DEPENDS+= p5-Test-LeakTrace-[0-9]*:../../devel/p5-Test-LeakTrace USE_LANGUAGES= c USE_TOOLS+= pkg-config diff --git a/sysutils/p5-Unix-Statgrab/distinfo b/sysutils/p5-Unix-Statgrab/distinfo index dcd317114b73f..ac977177f27de 100644 --- a/sysutils/p5-Unix-Statgrab/distinfo +++ b/sysutils/p5-Unix-Statgrab/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.4 2015/11/04 01:32:25 agc Exp $ +$NetBSD: distinfo,v 1.5 2016/05/03 08:47:16 wiz Exp $ -SHA1 (Unix-Statgrab-0.109.tar.gz) = 15105e47272e2c57daa36e283adc0c25aa82779d -RMD160 (Unix-Statgrab-0.109.tar.gz) = baa7eae0702c3f368edeae2a2b2e5005c4fef176 -SHA512 (Unix-Statgrab-0.109.tar.gz) = cfd96966608f1c545388e7b161d32ca1b7bf367ccf830f6404553f15259abd448e61f1be9abd31496ef065dfb2767b0d418ee3bd8066dc773ad1b87d3717a955 -Size (Unix-Statgrab-0.109.tar.gz) = 74022 bytes +SHA1 (Unix-Statgrab-0.111.tar.gz) = bfd13c079832a7de973b21ac79ff090b0d802c2c +RMD160 (Unix-Statgrab-0.111.tar.gz) = 941c8c88045b3128e2aa91ba6525eb43619227cf +SHA512 (Unix-Statgrab-0.111.tar.gz) = a3837a49aa8bb2f0986d5b114ef69cabcf7cb833a143547981ced8686f9edefa6f713d4c98d5bb35b0e2bb91d9df6705eb5f2d3f1ea993b9e23c516a51c9f4df +Size (Unix-Statgrab-0.111.tar.gz) = 74520 bytes diff --git a/sysutils/pciutils/Makefile b/sysutils/pciutils/Makefile index 361e6e57ca672..22fd30d5c0cd6 100644 --- a/sysutils/pciutils/Makefile +++ b/sysutils/pciutils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2016/02/26 10:24:13 jperkin Exp $ +# $NetBSD: Makefile,v 1.29 2016/04/14 23:21:45 khorben Exp $ DISTNAME= pciutils-3.4.1 PKGREVISION= 1 @@ -12,9 +12,12 @@ COMMENT= PCI bus manipulation utility similar to NetBSD pcictl(8) LICENSE= gnu-gpl-v2 MAKE_JOBS_SAFE= no -ONLY_FOR_PLATFORM= AIX-*-* FreeBSD-*-* Linux-*-* NetBSD-*-* +ONLY_FOR_PLATFORM= AIX-*-* Darwin-*-* FreeBSD-*-* Linux-*-* NetBSD-*-* ONLY_FOR_PLATFORM+= DragonFly-*-* OpenBSD-*-* SunOS-5.11-* Haiku-*-* +MAKE_FLAGS+= CFLAGS=${CFLAGS:Q} +MAKE_FLAGS+= LDFLAGS=${LDFLAGS:Q} + INSTALL_TARGET= install install-lib USE_TOOLS+= gmake pkg-config REPLACE_SH= *.sh diff --git a/sysutils/puppet/Makefile b/sysutils/puppet/Makefile index fe54525000b55..f231df436a91a 100644 --- a/sysutils/puppet/Makefile +++ b/sysutils/puppet/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.23 2016/01/03 06:53:49 taca Exp $ +# $NetBSD: Makefile,v 1.25 2016/03/15 12:45:07 fhajny Exp $ -DISTNAME= puppet-3.8.4 -PKGREVISION= 1 +DISTNAME= puppet-3.8.6 CATEGORIES= sysutils #MASTER_SITES= http://puppetlabs.com/downloads/puppet/ @@ -16,7 +15,7 @@ DEPENDS+= ${RUBY_PKGPREFIX}-minitest>=2.5.1:../../devel/ruby-minitest DEPENDS+= ${RUBY_PKGPREFIX}-shadow>=2.0.0:../../security/ruby-shadow # io-console gem is bundled in ruby base package. -RUBY_VERSION_SUPPORTED= 200 21 +RUBY_VERSION_SUPPORTED= 21 RUBY_JSON_REQD= 1.7.0 RUBY_JSON_TYPE= pure RUBYGEM_OPTIONS+= --format-executable diff --git a/sysutils/puppet/distinfo b/sysutils/puppet/distinfo index 76b02aa3ae717..866ac7bc2f3f4 100644 --- a/sysutils/puppet/distinfo +++ b/sysutils/puppet/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.13 2015/11/10 10:24:14 fhajny Exp $ +$NetBSD: distinfo,v 1.14 2016/03/15 12:45:07 fhajny Exp $ -SHA1 (puppet-3.8.4.gem) = 3f4660af66ad782476954b86dfa12c5b9a7cb4f3 -RMD160 (puppet-3.8.4.gem) = 53ef5a283119e647b3d36201543f92f38ec46406 -SHA512 (puppet-3.8.4.gem) = 876b8ff0068455fd3f1c1e6947f30e6c6bd8484228b1d712855389bbeb30ff1a9df2f205adb090654d6ef597bf4d8fbbf9888268e3858705710b0dbabd45c72b -Size (puppet-3.8.4.gem) = 2668032 bytes +SHA1 (puppet-3.8.6.gem) = 2e6818550466c1ffda9dee01881c796e9edf4ec1 +RMD160 (puppet-3.8.6.gem) = 861b945625bba51d03ea6827182732220eddfd5f +SHA512 (puppet-3.8.6.gem) = 22772e5bc2b3c839e74aeb4f650d01ece34e694fc1de16c82cd77ebcc760ea4a56814ad0ce543bd1c525eb6cd9ce932cdac032aaa366daff16fc1126fba9293f +Size (puppet-3.8.6.gem) = 2669568 bytes SHA1 (patch-aa) = 8b25b975647023902f5d84cc2980f777f23e789c SHA1 (patch-ab) = 2e80fc9ca8a9326d69c72149e6fd97738cfd2e1e SHA1 (patch-ac) = eda614eeee25b18ab36335fc7147fbe7ab770249 diff --git a/sysutils/py-borgbackup/Makefile b/sysutils/py-borgbackup/Makefile index 7eab23e24183a..2f62ccffa6926 100644 --- a/sysutils/py-borgbackup/Makefile +++ b/sysutils/py-borgbackup/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.3 2016/03/05 11:29:31 jperkin Exp $ +# $NetBSD: Makefile,v 1.5 2016/04/30 06:25:05 wiz Exp $ -DISTNAME= borgbackup-0.29.0 +DISTNAME= borgbackup-1.0.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} -PKGREVISION= 1 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_PYPI:=b/borgbackup/} @@ -14,7 +13,7 @@ LICENSE= modified-bsd BUILD_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm DEPENDS+= ${PYPKGPREFIX}-msgpack>=0.4.6:../../devel/py-msgpack -PYTHON_VERSIONS_INCOMPATIBLE= 27 +PYTHON_VERSIONS_INCOMPATIBLE= 27 33 MAKE_ENV+= BORG_OPENSSL_PREFIX=${SSLBASE:Q} MAKE_ENV+= BORG_LZ4_PREFIX=${BUILDLINK_PREFIX.lz4} diff --git a/sysutils/py-borgbackup/PLIST b/sysutils/py-borgbackup/PLIST index e76a70a88b8ef..c6be903d0a565 100644 --- a/sysutils/py-borgbackup/PLIST +++ b/sysutils/py-borgbackup/PLIST @@ -1,10 +1,9 @@ -@comment $NetBSD: PLIST,v 1.1 2015/12/27 21:06:06 wiz Exp $ +@comment $NetBSD: PLIST,v 1.2 2016/04/15 13:31:29 wiz Exp $ bin/borg-${PYVERSSUFFIX} ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt ${PYSITELIB}/${EGG_INFODIR}/entry_points.txt -${PYSITELIB}/${EGG_INFODIR}/pbr.json ${PYSITELIB}/${EGG_INFODIR}/requires.txt ${PYSITELIB}/${EGG_INFODIR}/top_level.txt ${PYSITELIB}/borg/__init__.py @@ -31,6 +30,9 @@ ${PYSITELIB}/borg/crypto.so ${PYSITELIB}/borg/fuse.py ${PYSITELIB}/borg/fuse.pyc ${PYSITELIB}/borg/fuse.pyo +${PYSITELIB}/borg/hash_sizes.py +${PYSITELIB}/borg/hash_sizes.pyc +${PYSITELIB}/borg/hash_sizes.pyo ${PYSITELIB}/borg/hashindex.so ${PYSITELIB}/borg/helpers.py ${PYSITELIB}/borg/helpers.pyc @@ -56,12 +58,9 @@ ${PYSITELIB}/borg/remote.pyo ${PYSITELIB}/borg/repository.py ${PYSITELIB}/borg/repository.pyc ${PYSITELIB}/borg/repository.pyo -${PYSITELIB}/borg/support/__init__.py -${PYSITELIB}/borg/support/__init__.pyc -${PYSITELIB}/borg/support/__init__.pyo -${PYSITELIB}/borg/support/argparse.py -${PYSITELIB}/borg/support/argparse.pyc -${PYSITELIB}/borg/support/argparse.pyo +${PYSITELIB}/borg/shellpattern.py +${PYSITELIB}/borg/shellpattern.pyc +${PYSITELIB}/borg/shellpattern.pyo ${PYSITELIB}/borg/testsuite/__init__.py ${PYSITELIB}/borg/testsuite/__init__.pyc ${PYSITELIB}/borg/testsuite/__init__.pyo @@ -107,6 +106,9 @@ ${PYSITELIB}/borg/testsuite/platform.pyo ${PYSITELIB}/borg/testsuite/repository.py ${PYSITELIB}/borg/testsuite/repository.pyc ${PYSITELIB}/borg/testsuite/repository.pyo +${PYSITELIB}/borg/testsuite/shellpattern.py +${PYSITELIB}/borg/testsuite/shellpattern.pyc +${PYSITELIB}/borg/testsuite/shellpattern.pyo ${PYSITELIB}/borg/testsuite/upgrader.py ${PYSITELIB}/borg/testsuite/upgrader.pyc ${PYSITELIB}/borg/testsuite/upgrader.pyo diff --git a/sysutils/py-borgbackup/distinfo b/sysutils/py-borgbackup/distinfo index b1678b9655699..ae792da724369 100644 --- a/sysutils/py-borgbackup/distinfo +++ b/sysutils/py-borgbackup/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.1 2015/12/27 21:06:06 wiz Exp $ +$NetBSD: distinfo,v 1.3 2016/04/30 06:25:05 wiz Exp $ -SHA1 (borgbackup-0.29.0.tar.gz) = 8e4575ef7ba5e459f20701e601ddf51a9c1b3998 -RMD160 (borgbackup-0.29.0.tar.gz) = 76e22d3b88cc0fc6f22c260b368eb5c5bb407e3f -SHA512 (borgbackup-0.29.0.tar.gz) = d6bceb0993640c40a0400b8f3a1b9012f305e676700a74753692fd9049c6680f7c126a11a42ae9c4f2f9ecd72c01af1ec17325650fdeb9e015c572d5fabda831 -Size (borgbackup-0.29.0.tar.gz) = 424206 bytes +SHA1 (borgbackup-1.0.2.tar.gz) = 1cda61522798e13c134494fdb032ac67e0a239cd +RMD160 (borgbackup-1.0.2.tar.gz) = a96435825742d1f81e7efefca591e495e0035333 +SHA512 (borgbackup-1.0.2.tar.gz) = 721f840b55a385976b7d01e03690cf0e73029f1566809fee5770622b3455aba6a35ca8b246127b5a8e07bc26e0cc31d6fd35a4e188906e5714d8dac912844189 +Size (borgbackup-1.0.2.tar.gz) = 422181 bytes diff --git a/sysutils/py-dbus/Makefile b/sysutils/py-dbus/Makefile index 58b858991a508..7280df5a0a5a3 100644 --- a/sysutils/py-dbus/Makefile +++ b/sysutils/py-dbus/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.31 2016/03/03 12:16:24 wiz Exp $ +# $NetBSD: Makefile,v 1.32 2016/04/15 10:15:15 wiz Exp $ -DISTNAME= dbus-python-1.2.2 +DISTNAME= dbus-python-1.2.4 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/-python//} CATEGORIES= sysutils MASTER_SITES= http://dbus.freedesktop.org/releases/dbus-python/ diff --git a/sysutils/py-dbus/PLIST b/sysutils/py-dbus/PLIST index f6c9f3a1e1ee1..3b767239e8133 100644 --- a/sysutils/py-dbus/PLIST +++ b/sysutils/py-dbus/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.8 2012/08/01 18:04:26 drochner Exp $ +@comment $NetBSD: PLIST,v 1.9 2016/04/15 10:15:15 wiz Exp $ ${PYSITELIB}/_dbus_bindings.la ${PYSITELIB}/_dbus_glib_bindings.la ${PYSITELIB}/dbus/__init__.py @@ -13,9 +13,6 @@ ${PYSITELIB}/dbus/_dbus.pyo ${PYSITELIB}/dbus/_expat_introspect_parser.py ${PYSITELIB}/dbus/_expat_introspect_parser.pyc ${PYSITELIB}/dbus/_expat_introspect_parser.pyo -${PYSITELIB}/dbus/_version.py -${PYSITELIB}/dbus/_version.pyc -${PYSITELIB}/dbus/_version.pyo ${PYSITELIB}/dbus/bus.py ${PYSITELIB}/dbus/bus.pyc ${PYSITELIB}/dbus/bus.pyo diff --git a/sysutils/py-dbus/distinfo b/sysutils/py-dbus/distinfo index 98af1d48027dc..9fc4d8b7f100f 100644 --- a/sysutils/py-dbus/distinfo +++ b/sysutils/py-dbus/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.13 2016/03/03 12:16:24 wiz Exp $ +$NetBSD: distinfo,v 1.14 2016/04/15 10:15:15 wiz Exp $ -SHA1 (dbus-python-1.2.2.tar.gz) = c2b93b1f0e4945711d6f6d232e63cb9aa3a93359 -RMD160 (dbus-python-1.2.2.tar.gz) = 2f05ee946b0ebc62318f6d4e20e8c51ce131d864 -SHA512 (dbus-python-1.2.2.tar.gz) = a92b0bbb29ce20c5a90d44819ef31c755b3bab7ce3cfb3d0157ea2c37af63b859213f5f59703e4f3d5bbe6861e506749a740f3a11a7b87b1c3f81aa7b9c172d6 -Size (dbus-python-1.2.2.tar.gz) = 608781 bytes -SHA1 (patch-aa) = cb5478b7f6660f099b5370c04d639b2300d3a633 +SHA1 (dbus-python-1.2.4.tar.gz) = 078a76d760ba649991b0ac0ae2eaeda41c00ca5b +RMD160 (dbus-python-1.2.4.tar.gz) = 05e7ac1d0f3dd49a097b126a04456cf2c8d5db7c +SHA512 (dbus-python-1.2.4.tar.gz) = efdd9d96a8b56e813c93208d34777f1ca2db96c076d31f13afbcaec3c7770a16a623d5531fe23443130c555240949802503f171f2064d45eee97546d6251304b +Size (dbus-python-1.2.4.tar.gz) = 612112 bytes +SHA1 (patch-aa) = b3d1bcbdd252c8a286a00f982ed73a8458cf19d2 diff --git a/sysutils/py-dbus/patches/patch-aa b/sysutils/py-dbus/patches/patch-aa index febe6c2be6e35..6517d63f31f05 100644 --- a/sysutils/py-dbus/patches/patch-aa +++ b/sysutils/py-dbus/patches/patch-aa @@ -1,17 +1,17 @@ -$NetBSD: patch-aa,v 1.2 2016/03/03 12:16:24 wiz Exp $ +$NetBSD: patch-aa,v 1.3 2016/04/15 10:15:15 wiz Exp $ ---- Makefile.in.orig 2016-02-22 16:35:24.000000000 +0000 +--- Makefile.in.orig 2016-03-06 17:50:28.000000000 +0000 +++ Makefile.in -@@ -2067,15 +2067,8 @@ info: info-am +@@ -2089,15 +2089,8 @@ info: info-am info-am: -install-data-am: install-dbusincludeHEADERS install-dist_docDATA \ -- install-installed_testLTLIBRARIES \ - install-installed_test_metaDATA \ - install-installed_test_testDATA \ - install-nobase_dist_installed_testPYTHON \ - install-nobase_dist_installed_testSCRIPTS \ +- install-nobase_installed_testLTLIBRARIES \ - install-nobase_installed_testPROGRAMS \ - install-nobase_pythonPYTHON install-nodist_docDATA \ - install-pkgconfigDATA diff --git a/sysutils/py-psutil/Makefile b/sysutils/py-psutil/Makefile index 5d39b4a944c54..b2f49c888325d 100644 --- a/sysutils/py-psutil/Makefile +++ b/sysutils/py-psutil/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.17 2016/01/20 22:59:09 ryoon Exp $ +# $NetBSD: Makefile,v 1.18 2016/04/29 15:33:57 prlw1 Exp $ -DISTNAME= psutil-release-3.4.2 +DISTNAME= psutil-release-4.1.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/-release//} CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_GITHUB:=giampaolo/} diff --git a/sysutils/py-psutil/PLIST b/sysutils/py-psutil/PLIST index 65e7dece1a202..8f7f8c5104a5b 100644 --- a/sysutils/py-psutil/PLIST +++ b/sysutils/py-psutil/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.7 2015/12/14 22:58:20 ryoon Exp $ +@comment $NetBSD: PLIST,v 1.8 2016/04/29 15:33:57 prlw1 Exp $ ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt @@ -32,3 +32,39 @@ ${PYSITELIB}/psutil/_psutil_posix.so ${PYSITELIB}/psutil/_pswindows.py ${PYSITELIB}/psutil/_pswindows.pyc ${PYSITELIB}/psutil/_pswindows.pyo +${PYSITELIB}/psutil/tests/__init__.py +${PYSITELIB}/psutil/tests/__init__.pyc +${PYSITELIB}/psutil/tests/__init__.pyo +${PYSITELIB}/psutil/tests/runner.py +${PYSITELIB}/psutil/tests/runner.pyc +${PYSITELIB}/psutil/tests/runner.pyo +${PYSITELIB}/psutil/tests/test_bsd.py +${PYSITELIB}/psutil/tests/test_bsd.pyc +${PYSITELIB}/psutil/tests/test_bsd.pyo +${PYSITELIB}/psutil/tests/test_linux.py +${PYSITELIB}/psutil/tests/test_linux.pyc +${PYSITELIB}/psutil/tests/test_linux.pyo +${PYSITELIB}/psutil/tests/test_memory_leaks.py +${PYSITELIB}/psutil/tests/test_memory_leaks.pyc +${PYSITELIB}/psutil/tests/test_memory_leaks.pyo +${PYSITELIB}/psutil/tests/test_misc.py +${PYSITELIB}/psutil/tests/test_misc.pyc +${PYSITELIB}/psutil/tests/test_misc.pyo +${PYSITELIB}/psutil/tests/test_osx.py +${PYSITELIB}/psutil/tests/test_osx.pyc +${PYSITELIB}/psutil/tests/test_osx.pyo +${PYSITELIB}/psutil/tests/test_posix.py +${PYSITELIB}/psutil/tests/test_posix.pyc +${PYSITELIB}/psutil/tests/test_posix.pyo +${PYSITELIB}/psutil/tests/test_process.py +${PYSITELIB}/psutil/tests/test_process.pyc +${PYSITELIB}/psutil/tests/test_process.pyo +${PYSITELIB}/psutil/tests/test_sunos.py +${PYSITELIB}/psutil/tests/test_sunos.pyc +${PYSITELIB}/psutil/tests/test_sunos.pyo +${PYSITELIB}/psutil/tests/test_system.py +${PYSITELIB}/psutil/tests/test_system.pyc +${PYSITELIB}/psutil/tests/test_system.pyo +${PYSITELIB}/psutil/tests/test_windows.py +${PYSITELIB}/psutil/tests/test_windows.pyc +${PYSITELIB}/psutil/tests/test_windows.pyo diff --git a/sysutils/py-psutil/distinfo b/sysutils/py-psutil/distinfo index 3aed667b6b7e4..e0bc501a5e811 100644 --- a/sysutils/py-psutil/distinfo +++ b/sysutils/py-psutil/distinfo @@ -1,7 +1,8 @@ -$NetBSD: distinfo,v 1.15 2016/02/10 13:20:28 wiz Exp $ +$NetBSD: distinfo,v 1.16 2016/04/29 15:33:57 prlw1 Exp $ -SHA1 (psutil-release-3.4.2.tar.gz) = 14d6aa8925c782f0d27706901a0af47eb11f13fa -RMD160 (psutil-release-3.4.2.tar.gz) = 98f12c89c2ab07cf44932563aa954fa2d9048200 -SHA512 (psutil-release-3.4.2.tar.gz) = 84bf7e2ae2558223129917d31f91df6ffb90d38e742b8d09f115d25c0ab4b01b8b20dce96361aa74084850fa2881ea4cd2e9f1e910c32b3c3eb69d9d909a337c -Size (psutil-release-3.4.2.tar.gz) = 267700 bytes -SHA1 (patch-psutil___psutil__bsd.c) = 089a38592fc22d81e9ede7b9d239cb6234c8844d +SHA1 (psutil-release-4.1.0.tar.gz) = 3f1c5f9c75fcaad72ce9f3465e77d7b9e191c732 +RMD160 (psutil-release-4.1.0.tar.gz) = c092eaff3d575c5e4f73206026d2f2087c2f025d +SHA512 (psutil-release-4.1.0.tar.gz) = 98becc6d150de8580699ea348396f843f552f50a95acdebb42ff30c6a9d968a3b69b2e0162404fcb2e27a3573feaa1f03a12d1715899c0759c5aeb03f5635c43 +Size (psutil-release-4.1.0.tar.gz) = 292325 bytes +SHA1 (patch-psutil___psutil__bsd.c) = 20665e0e5cf13280a61064a29a8b77eeb38a3ad4 +SHA1 (patch-psutil_arch_bsd_netbsd.c) = fbbabddd7a548e8ff1e8e958298f543c3fd1a4cd diff --git a/sysutils/py-psutil/patches/patch-psutil___psutil__bsd.c b/sysutils/py-psutil/patches/patch-psutil___psutil__bsd.c index 69d990de8dc6c..0a8ce2b0c60c7 100644 --- a/sysutils/py-psutil/patches/patch-psutil___psutil__bsd.c +++ b/sysutils/py-psutil/patches/patch-psutil___psutil__bsd.c @@ -1,32 +1,29 @@ -$NetBSD: patch-psutil___psutil__bsd.c,v 1.5 2016/02/10 13:20:28 wiz Exp $ +$NetBSD: patch-psutil___psutil__bsd.c,v 1.6 2016/04/29 15:33:57 prlw1 Exp $ -1. chunk: Workaround for DTYPE_VNODE not being available in public -headers, even with _KERNEL set, on NetBSD-6. +MNT_RELATIME and MNT_EXTATTR are not available on NetBSD-5. -2. chunk: MNT_DISCARD not available on NetBSD-6. +https://github.com/giampaolo/psutil/pull/812 -https://github.com/giampaolo/psutil/pull/764 - ---- psutil/_psutil_bsd.c.orig 2016-01-20 16:26:28.000000000 +0000 +--- psutil/_psutil_bsd.c.orig 2016-03-12 17:12:23.000000000 +0000 +++ psutil/_psutil_bsd.c -@@ -100,6 +100,9 @@ - #define _KERNEL - #include - #undef _KERNEL -+ #ifndef DTYPE_VNODE -+ #define DTYPE_VNODE 1 -+ #endif - #endif - - -@@ -703,8 +706,10 @@ psutil_disk_partitions(PyObject *self, P +@@ -712,16 +712,20 @@ psutil_disk_partitions(PyObject *self, P + strlcat(opts, ",union", sizeof(opts)); + if (flags & MNT_NOCOREDUMP) + strlcat(opts, ",nocoredump", sizeof(opts)); ++#if defined(MNT_RELATIME) + if (flags & MNT_RELATIME) strlcat(opts, ",relatime", sizeof(opts)); ++#endif if (flags & MNT_IGNORE) strlcat(opts, ",ignore", sizeof(opts)); -+#if defined(MNT_DISCARD) + #if defined(MNT_DISCARD) if (flags & MNT_DISCARD) strlcat(opts, ",discard", sizeof(opts)); -+#endif + #endif ++#if defined(MNT_EXTATTR) if (flags & MNT_EXTATTR) strlcat(opts, ",extattr", sizeof(opts)); ++#endif if (flags & MNT_LOG) + strlcat(opts, ",log", sizeof(opts)); + if (flags & MNT_SYMPERM) diff --git a/sysutils/py-psutil/patches/patch-psutil_arch_bsd_netbsd.c b/sysutils/py-psutil/patches/patch-psutil_arch_bsd_netbsd.c new file mode 100644 index 0000000000000..bd1fee78d3cc8 --- /dev/null +++ b/sysutils/py-psutil/patches/patch-psutil_arch_bsd_netbsd.c @@ -0,0 +1,16 @@ +$NetBSD: patch-psutil_arch_bsd_netbsd.c,v 1.4 2016/04/29 15:33:57 prlw1 Exp $ + +Declare warn(). + +https://github.com/giampaolo/psutil/pull/812 + +--- psutil/arch/bsd/netbsd.c.orig 2016-03-12 17:12:23.000000000 +0000 ++++ psutil/arch/bsd/netbsd.c +@@ -13,6 +13,7 @@ + + #include + #include ++#include + #include + #include + #include diff --git a/sysutils/radmind/Makefile b/sysutils/radmind/Makefile index b44ed891a02ab..dab3f3920bb63 100644 --- a/sysutils/radmind/Makefile +++ b/sysutils/radmind/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.36 2016/03/05 11:29:31 jperkin Exp $ +# $NetBSD: Makefile,v 1.37 2016/04/14 11:17:31 hauke Exp $ # DISTNAME= radmind-1.14.1 -PKGREVISION= 5 +PKGREVISION= 6 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=radmind/} diff --git a/sysutils/radmind/distinfo b/sysutils/radmind/distinfo index b99d583f6612e..ae5f827b60e7d 100644 --- a/sysutils/radmind/distinfo +++ b/sysutils/radmind/distinfo @@ -1,11 +1,11 @@ -$NetBSD: distinfo,v 1.20 2015/11/04 01:32:28 agc Exp $ +$NetBSD: distinfo,v 1.21 2016/04/14 11:17:31 hauke Exp $ SHA1 (radmind-1.14.1.tar.gz) = 26f37f1c002384a9c609e688d6cee2fa15b6d0d2 RMD160 (radmind-1.14.1.tar.gz) = 6b925083ef9dce2de21ebb0ffef287b1ffe9173d SHA512 (radmind-1.14.1.tar.gz) = bccf9681a6899be3b500065237dd1e04cd83ffb6f9be0e355412e7b0c556325f7d13435cec65a8a5e156e4411da915744f01a615472f6361d52c4d54d8be20eb Size (radmind-1.14.1.tar.gz) = 403553 bytes SHA1 (patch-Makefile.in) = 3602966fb8f7c5118fa378a6646b81dbf0d69ab7 -SHA1 (patch-command.c) = f274826aa830263b84202a55c05bf87e44c0b9c1 +SHA1 (patch-command.c) = 26e93be15a5a1113b8f75eb6eaf1d77892947bc7 SHA1 (patch-command.h) = c050593ab68538e99bd79030e50e803d17027cdb SHA1 (patch-config.h.in) = a5e157b47fb28d33e2a28fecc9367ff410c6fda5 SHA1 (patch-configure) = ecf336c9b77b1622a0190a67c268012cedd074b5 diff --git a/sysutils/radmind/patches/patch-command.c b/sysutils/radmind/patches/patch-command.c index 91eab777b3a29..e40a030a5a3c5 100644 --- a/sysutils/radmind/patches/patch-command.c +++ b/sysutils/radmind/patches/patch-command.c @@ -1,4 +1,6 @@ -$NetBSD: patch-command.c,v 1.1 2014/01/08 11:54:04 hauke Exp $ +$NetBSD: patch-command.c,v 1.2 2016/04/14 11:17:31 hauke Exp $ + +Fix for Radmind bug #221, accomodating for 64 bit time_t --- command.c.orig 2010-12-13 03:42:49.000000000 +0000 +++ command.c @@ -43,12 +45,16 @@ "f", enc_file, DEFAULT_MODE, DEFAULT_UID, DEFAULT_GID, st.st_mtime, st.st_size, cksum_b64 ); -@@ -690,7 +690,7 @@ f_stat( SNET *sn, int ac, char *av[] ) +@@ -690,7 +690,11 @@ f_stat( SNET *sn, int ac, char *av[] ) return( 0 ); } } - snet_writef( sn, "%s %s %s %s %s %d %" PRIofft "d %s\r\n", -+ snet_writef( sn, RADMIND_STAT_FMT, ++ /* ++ * Cannot use RADMIND_STAT_FMT shorthand here, since custom ++ * permission, user and group information are strings. ++ */ ++ snet_writef( sn, "%s %s %s %s %s %" PRItimet "d %" PRIofft "d %s\r\n", av[ 0 ], enc_file, av[ 2 ], av[ 3 ], av[ 4 ], st.st_mtime, st.st_size, cksum_b64 ); diff --git a/sysutils/rsyslog/Makefile b/sysutils/rsyslog/Makefile index 9663858cc3424..43d324be593ee 100644 --- a/sysutils/rsyslog/Makefile +++ b/sysutils/rsyslog/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2015/10/12 10:28:56 fhajny Exp $ +# $NetBSD: Makefile,v 1.8 2016/04/22 16:52:14 jperkin Exp $ # BUILDLINK_DEPMETHOD.libestr= full @@ -31,6 +31,13 @@ PLIST.klog= yes RSYSLOG_SYSMOD= imklog .endif +# needs to be able to do compare-and-swap on time_t (cmpxchg8b) +.if ${MACHINE_ARCH} == "i386" +CFLAGS+= -march=i586 +.endif + +BUILDLINK_TRANSFORM.Darwin+= rm:-luuid + BUILD_DEFS+= VARBASE RSYSLOG_PIDDIR RSYSLOG_WRKDIR RSYSLOG_PIDDIR?= ${VARBASE}/run RSYSLOG_WRKDIR?= ${VARBASE}/lib/rsyslog @@ -44,6 +51,11 @@ SUBST_VARS.paths= RSYSLOG_PIDDIR RSYSLOG_SYSMOD SUBST_SED.paths= -e "s|/etc|${PKG_SYSCONFDIR}|g" SUBST_MESSAGE.paths= Setting default paths and options. +SUBST_CLASSES.Darwin+= ldargs +SUBST_STAGE.ldargs= pre-configure +SUBST_FILES.ldargs= tools/Makefile.in +SUBST_SED.ldargs= -e '/whole-archive.*librsyslog/d' + RCD_SCRIPTS= rsyslogd CONF_FILES+= share/examples/rsyslog/rsyslog.conf \ diff --git a/sysutils/rsyslog/Makefile.common b/sysutils/rsyslog/Makefile.common index b4f92f5432321..ffb7fae05bc89 100644 --- a/sysutils/rsyslog/Makefile.common +++ b/sysutils/rsyslog/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.19 2016/03/09 20:54:43 fhajny Exp $ +# $NetBSD: Makefile.common,v 1.20 2016/04/21 09:16:43 fhajny Exp $ # used by sysutils/rsyslog/Makefile # used by sysutils/rsyslog-dbi/Makefile # used by sysutils/rsyslog-elasticsearch/Makefile @@ -12,7 +12,7 @@ .include "../../mk/bsd.prefs.mk" -DISTNAME= rsyslog-8.17.0 +DISTNAME= rsyslog-8.18.0 CATEGORIES= sysutils MASTER_SITES= http://www.rsyslog.com/files/download/rsyslog/ diff --git a/sysutils/rsyslog/distinfo b/sysutils/rsyslog/distinfo index abcd29646ba1e..cd8ee36f32928 100644 --- a/sysutils/rsyslog/distinfo +++ b/sysutils/rsyslog/distinfo @@ -1,15 +1,18 @@ -$NetBSD: distinfo,v 1.14 2016/03/09 20:54:43 fhajny Exp $ +$NetBSD: distinfo,v 1.17 2016/04/22 16:52:14 jperkin Exp $ -SHA1 (rsyslog-8.17.0.tar.gz) = 179593a63f1977ab4b2529bd14b2f1655aa9e78d -RMD160 (rsyslog-8.17.0.tar.gz) = 98e1228189cb73ab54097f481b5300d1707acaf6 -SHA512 (rsyslog-8.17.0.tar.gz) = bfa228d9fd9f856e4890273f8a0675710c6a9a6d38d457f778f92223eea7f20723158e570e2db62f6d01b585910596677be46b22316f39d24af3504bc7ba998e -Size (rsyslog-8.17.0.tar.gz) = 2220523 bytes +SHA1 (rsyslog-8.18.0.tar.gz) = aea11258e2d25986c13541d2077f4913f28ce34e +RMD160 (rsyslog-8.18.0.tar.gz) = 4b12d52db40a5cceff23ee71c5789f4902c73b5f +SHA512 (rsyslog-8.18.0.tar.gz) = 6b159ba23100b4675576f5b247d2bf482bab0beaa071c26c692c99e50f202b0b272b7a64ba2b7c726390d663677b7a6d68666b06f73825e35605b13ae0930fc7 +Size (rsyslog-8.18.0.tar.gz) = 2261731 bytes SHA1 (patch-grammar_lexer.l) = d52518e8b962820a030e01fcf5d00c1e3f1377ec SHA1 (patch-platform_redhat_rsyslog.conf) = b2fc1dbeb2b679b82d6c1a86ec1e4e72ef460433 SHA1 (patch-plugins_imfile_imfile.c) = 65b56f6799e2b206e1a8c3d055a4e9dc22da88be SHA1 (patch-plugins_imptcp_imptcp.c) = 47f7184acf0279df4117924108f961529b22a21e SHA1 (patch-plugins_imuxsock_imuxsock.c) = a3c682d5a2132cd4796893f286193259087223da -SHA1 (patch-plugins_mmexternal_mmexternal.c) = 00606bd11d5d281bf4b32f038e857eb364954c4c +SHA1 (patch-plugins_mmexternal_mmexternal.c) = 09b8007f44abc9a20fed884a132e734c8b613fb4 +SHA1 (patch-plugins_ommysql_ommysql.c) = d3a1d3837d64a38a8e3064c30fb95bf3efb70877 +SHA1 (patch-plugins_ompgsql_ompgsql.c) = 549197b89efed1e8f45f536f58dafd67df3d462d +SHA1 (patch-runtime_lookup.c) = cedb0531ff00063d44467029beba852ce4fbc0be SHA1 (patch-runtime_nsd__ptcp.c) = fcc8bdd5c5068cc0fb2f3b29d53a6bee41c7a437 SHA1 (patch-tools_rsyslogd.8) = a3c79f551111b7bf5933ca5e0930b1f52875f341 SHA1 (patch-tools_rsyslogd.c) = 5d480bc32f44ee308acad76588b250f8a56d894f diff --git a/sysutils/rsyslog/patches/patch-plugins_mmexternal_mmexternal.c b/sysutils/rsyslog/patches/patch-plugins_mmexternal_mmexternal.c index 92c2fb952df1e..d40847150f05c 100644 --- a/sysutils/rsyslog/patches/patch-plugins_mmexternal_mmexternal.c +++ b/sysutils/rsyslog/patches/patch-plugins_mmexternal_mmexternal.c @@ -1,14 +1,14 @@ -$NetBSD: patch-plugins_mmexternal_mmexternal.c,v 1.3 2015/08/26 00:55:33 fhajny Exp $ +$NetBSD: patch-plugins_mmexternal_mmexternal.c,v 1.4 2016/04/22 16:52:14 jperkin Exp $ Fix build on BSD. ---- plugins/mmexternal/mmexternal.c.orig 2015-08-10 10:24:49.000000000 +0000 +--- plugins/mmexternal/mmexternal.c.orig 2016-03-02 11:12:44.000000000 +0000 +++ plugins/mmexternal/mmexternal.c @@ -31,7 +31,7 @@ #include #include #include -#if defined(__FreeBSD__) -+#if defined(__FreeBSD__) || defined(__NetBSD__) || defined(__DragonFlyBSD__) ++#if defined(__FreeBSD__) || defined(__NetBSD__) || defined(__DragonFlyBSD__) || defined(__APPLE__) #include #else #include diff --git a/sysutils/rsyslog/patches/patch-plugins_ommysql_ommysql.c b/sysutils/rsyslog/patches/patch-plugins_ommysql_ommysql.c new file mode 100644 index 0000000000000..cc3037dffea71 --- /dev/null +++ b/sysutils/rsyslog/patches/patch-plugins_ommysql_ommysql.c @@ -0,0 +1,14 @@ +$NetBSD: patch-plugins_ommysql_ommysql.c,v 1.1 2016/04/21 09:16:44 fhajny Exp $ + +Need netdb.h for MAXHOSTNAMELEN. + +--- plugins/ommysql/ommysql.c.orig 2016-04-15 07:33:14.000000000 +0000 ++++ plugins/ommysql/ommysql.c +@@ -33,6 +33,7 @@ + #include + #include + #include ++#include + #include + #include "conf.h" + #include "syslogd-types.h" diff --git a/sysutils/rsyslog/patches/patch-plugins_ompgsql_ompgsql.c b/sysutils/rsyslog/patches/patch-plugins_ompgsql_ompgsql.c new file mode 100644 index 0000000000000..cc8b2e3d2366e --- /dev/null +++ b/sysutils/rsyslog/patches/patch-plugins_ompgsql_ompgsql.c @@ -0,0 +1,14 @@ +$NetBSD: patch-plugins_ompgsql_ompgsql.c,v 1.1 2016/04/21 09:16:44 fhajny Exp $ + +Need netdb.h for MAXHOSTNAMELEN. + +--- plugins/ompgsql/ompgsql.c.orig 2016-04-15 07:33:14.000000000 +0000 ++++ plugins/ompgsql/ompgsql.c +@@ -39,6 +39,7 @@ + #include + #include + #include ++#include + #include + #include "conf.h" + #include "syslogd-types.h" diff --git a/sysutils/rsyslog/patches/patch-runtime_lookup.c b/sysutils/rsyslog/patches/patch-runtime_lookup.c new file mode 100644 index 0000000000000..9cf6170c9cd8a --- /dev/null +++ b/sysutils/rsyslog/patches/patch-runtime_lookup.c @@ -0,0 +1,21 @@ +$NetBSD: patch-runtime_lookup.c,v 1.2 2016/04/22 16:52:14 jperkin Exp $ + +Handle Darwin's pthread_setname_np(). + +--- runtime/lookup.c.orig 2016-03-07 06:47:55.000000000 +0000 ++++ runtime/lookup.c +@@ -926,8 +926,14 @@ lookupTableDefProcessCnf(struct cnfobj * + strcpy(reloader_thd_name, reloader_prefix); + strcpy(reloader_thd_name + strlen(reloader_prefix), (char*) lu->name); + reloader_thd_name[thd_name_len - 1] = '\0'; ++#if defined(__NetBSD__) ++ pthread_setname_np(lu->reloader, "%s", reloader_thd_name); ++#elif defined(__APPLE__) ++ pthread_setname_np(reloader_thd_name); ++#else + pthread_setname_np(lu->reloader, reloader_thd_name); + #endif ++#endif + CHKiRet(lookupReadFile(lu->self, lu->name, lu->filename)); + DBGPRINTF("lookup table '%s' loaded from file '%s'\n", lu->name, lu->filename); + diff --git a/sysutils/ruby-chef/Makefile b/sysutils/ruby-chef/Makefile index a2fe688f3bf2e..4d16dda4640b9 100644 --- a/sysutils/ruby-chef/Makefile +++ b/sysutils/ruby-chef/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2015/01/20 10:10:50 fhajny Exp $ +# $NetBSD: Makefile,v 1.3 2016/03/14 00:59:06 tnn Exp $ DISTNAME= chef-12.0.3 CATEGORIES= sysutils @@ -25,7 +25,7 @@ DEPENDS+= ${RUBY_PKGPREFIX}-diff-lcs>=1.2.5<2.0:../../textproc/ruby-diff-lcs DEPENDS+= ${RUBY_PKGPREFIX}-plist>=3.1.0:../../textproc/ruby-plist DEPENDS+= ${RUBY_PKGPREFIX}-erubis>=2.7.0<3.0:../../www/ruby-erubis -RUBY_VERSION_SUPPORTED= 200 21 +RUBY_VERSION_SUPPORTED= 21 .include "../../lang/ruby/gem.mk" .include "../../mk/bsd.pkg.mk" diff --git a/sysutils/ruby-childprocess/Makefile b/sysutils/ruby-childprocess/Makefile index 028debe4bbb40..8176ac934d89d 100644 --- a/sysutils/ruby-childprocess/Makefile +++ b/sysutils/ruby-childprocess/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.6 2015/12/13 15:25:09 taca Exp $ +# $NetBSD: Makefile,v 1.7 2016/03/15 15:18:26 taca Exp $ -DISTNAME= childprocess-0.5.8 +DISTNAME= childprocess-0.5.9 PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME} CATEGORIES= ruby sysutils diff --git a/sysutils/ruby-childprocess/distinfo b/sysutils/ruby-childprocess/distinfo index 0407f785c8470..176bb10c9a777 100644 --- a/sysutils/ruby-childprocess/distinfo +++ b/sysutils/ruby-childprocess/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.5 2015/12/13 15:25:09 taca Exp $ +$NetBSD: distinfo,v 1.6 2016/03/15 15:18:26 taca Exp $ -SHA1 (childprocess-0.5.8.gem) = a851a4c7bfe5f6c8c03beabce5807e5077dee7c3 -RMD160 (childprocess-0.5.8.gem) = 0ca9afcc7822a76163fa87e6d62a0fb90c882a71 -SHA512 (childprocess-0.5.8.gem) = e2871861f727945ee3635364152acbb4229f5b896039f28a9735f5c42230180e4142e7ee1473cd43724483cd63c93d58502e48c9f6554e1b3036dc3f82141a56 -Size (childprocess-0.5.8.gem) = 29184 bytes +SHA1 (childprocess-0.5.9.gem) = dcf487a03be6740dd26009ca0cd0ed1aebc26de6 +RMD160 (childprocess-0.5.9.gem) = 0402a3d94375071344eef2fd867860a61484ff4c +SHA512 (childprocess-0.5.9.gem) = 5a671e59d19531347438dc149d5309218c7e439cfd0bfcfe201ae8e1099a2608a0170f9a3f3752fb709afc6b68fa3a10dc60d0632af545a9ba71483c7be2c21d +Size (childprocess-0.5.9.gem) = 29184 bytes diff --git a/sysutils/ruby-facter/Makefile b/sysutils/ruby-facter/Makefile index ab64fccec54ae..dbb01b593225b 100644 --- a/sysutils/ruby-facter/Makefile +++ b/sysutils/ruby-facter/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.27 2015/06/10 14:45:09 taca Exp $ +# $NetBSD: Makefile,v 1.28 2016/03/15 15:28:05 taca Exp $ -DISTNAME= facter-2.4.4 +DISTNAME= facter-2.4.6 PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME} CATEGORIES= sysutils diff --git a/sysutils/ruby-facter/PLIST b/sysutils/ruby-facter/PLIST index ba535151bb2cb..3410095a8bea2 100644 --- a/sysutils/ruby-facter/PLIST +++ b/sysutils/ruby-facter/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.24 2015/06/10 14:45:09 taca Exp $ +@comment $NetBSD: PLIST,v 1.25 2016/03/15 15:28:05 taca Exp $ bin/facter${RUBY_SUFFIX} ${GEM_HOME}/cache/${GEM_NAME}.gem ${GEM_LIBDIR}/COMMITTERS.md @@ -362,6 +362,7 @@ ${GEM_LIBDIR}/spec/fixtures/unit/zpool_version/solaris_11 ${GEM_LIBDIR}/spec/fixtures/unit/zpool_version/zfsonlinux_0.6.1 ${GEM_LIBDIR}/spec/fixtures/virtual/proc_1_cgroup/in_a_container ${GEM_LIBDIR}/spec/fixtures/virtual/proc_1_cgroup/in_a_docker_container +${GEM_LIBDIR}/spec/fixtures/virtual/proc_1_cgroup/in_a_docker_container_with_systemd_slices ${GEM_LIBDIR}/spec/fixtures/virtual/proc_1_cgroup/not_in_a_container ${GEM_LIBDIR}/spec/fixtures/virtual/proc_self_status/vserver_2_1/guest ${GEM_LIBDIR}/spec/fixtures/virtual/proc_self_status/vserver_2_1/host diff --git a/sysutils/ruby-facter/distinfo b/sysutils/ruby-facter/distinfo index 219d61e4bac7f..700225f1d5d98 100644 --- a/sysutils/ruby-facter/distinfo +++ b/sysutils/ruby-facter/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.24 2015/11/04 01:32:29 agc Exp $ +$NetBSD: distinfo,v 1.25 2016/03/15 15:28:05 taca Exp $ -SHA1 (facter-2.4.4.gem) = 09c835e91d51f6b7d334d48bbd9a48e3f595dca1 -RMD160 (facter-2.4.4.gem) = 01a4f71344f4552c7caa88ec219605d4eb90f272 -SHA512 (facter-2.4.4.gem) = 9d485d147cf726cd4a2943d1ee3475d2593067953102c11487e2916d59464407016a074b6eb31af4da37a3914588937d827d2cf4c64196650baefa2fb097bb89 -Size (facter-2.4.4.gem) = 245760 bytes +SHA1 (facter-2.4.6.gem) = a3b757a7f6319944bdd60d50c2b44e096734f1db +RMD160 (facter-2.4.6.gem) = c39d0821879c3062079a97e244335e01e2da267a +SHA512 (facter-2.4.6.gem) = a0a2bef37451ab96ed331c79171f77d89b6db430b083e6888a306fa5b57a72986b7f600cad3e09b5f4706e54736d1d32ea25525fe18a6108cc95f315da16664a +Size (facter-2.4.6.gem) = 246272 bytes diff --git a/sysutils/ruby-listen/Makefile b/sysutils/ruby-listen/Makefile index 19cf692e8435d..511f2a2870200 100644 --- a/sysutils/ruby-listen/Makefile +++ b/sysutils/ruby-listen/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.8 2015/12/13 15:12:04 taca Exp $ +# $NetBSD: Makefile,v 1.9 2016/03/15 15:35:52 taca Exp $ -DISTNAME= listen-3.0.5 +DISTNAME= listen-3.0.6 PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME} CATEGORIES= sysutils @@ -9,11 +9,17 @@ HOMEPAGE= https://github.com/guard/listen COMMENT= Listen to file modifications LICENSE= mit -#DEPENDS+= ${RUBY_PKGPREFIX}-rb-fsevent>=0.9.3:../../sysutils/ruby-rb-fsevent -DEPENDS+= ${RUBY_PKGPREFIX}-rb-inotify>=0.9:../../sysutils/ruby-rb-inotify - RUBYGEM_OPTIONS+= --format-executable + +.include "../../lang/ruby/rubyversion.mk" + +.if ${OPSYS} == "Darwin" +DEPENDS+= ${RUBY_PKGPREFIX}-rb-fsevent>=0.9.7:../../devel/ruby-rb-fsevent +OVERRIDE_GEMSPEC+= rb-inotify: +.else +DEPENDS+= ${RUBY_PKGPREFIX}-rb-inotify>=0.9:../../sysutils/ruby-rb-inotify OVERRIDE_GEMSPEC+= rb-fsevent: +.endif .include "../../lang/ruby/gem.mk" .include "../../mk/bsd.pkg.mk" diff --git a/sysutils/ruby-listen/distinfo b/sysutils/ruby-listen/distinfo index 64eb51d7cac01..7f3e1b80b789f 100644 --- a/sysutils/ruby-listen/distinfo +++ b/sysutils/ruby-listen/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.7 2015/12/13 15:12:04 taca Exp $ +$NetBSD: distinfo,v 1.8 2016/03/15 15:35:52 taca Exp $ -SHA1 (listen-3.0.5.gem) = b8186e059cc5bb57c618fa387a744639970dd7ba -RMD160 (listen-3.0.5.gem) = 4754fd1d794b375d2eb9afe9bd7ae39fa6293eee -SHA512 (listen-3.0.5.gem) = cc4d4c2cb235a664039724e54e9d5dc891a9886a5c7b2a315ea86696240cfa5081081a5eb8ed465d989d4e97371340f47e7e6f1772408f32ac651d0de1cb30cf -Size (listen-3.0.5.gem) = 26624 bytes +SHA1 (listen-3.0.6.gem) = 279ce3fd44375138770982a06f46d698573b7dac +RMD160 (listen-3.0.6.gem) = 99b32cb53a15d2dd708a538cdb01b0fc446ab362 +SHA512 (listen-3.0.6.gem) = 2a195ea3e227fc56967c11cdbf190ef129168c9995fffac49c880c7b5b9c19aca2441bde3d73dc45b1d55d5779c0c016c25f4dff2f13c24ae974890fb337685d +Size (listen-3.0.6.gem) = 26624 bytes diff --git a/sysutils/ruby-rb-inotify/Makefile b/sysutils/ruby-rb-inotify/Makefile index d2f7f749745b2..176b35fa3ad92 100644 --- a/sysutils/ruby-rb-inotify/Makefile +++ b/sysutils/ruby-rb-inotify/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.1 2015/03/13 15:58:33 taca Exp $ +# $NetBSD: Makefile,v 1.2 2016/03/15 15:33:02 taca Exp $ -DISTNAME= rb-inotify-0.9.5 +DISTNAME= rb-inotify-0.9.7 CATEGORIES= sysutils MAINTAINER= pkgsrc-users@NetBSD.org diff --git a/sysutils/ruby-rb-inotify/PLIST b/sysutils/ruby-rb-inotify/PLIST index 7f6447058ff1e..d21d20a04cd8d 100644 --- a/sysutils/ruby-rb-inotify/PLIST +++ b/sysutils/ruby-rb-inotify/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2015/03/13 15:58:33 taca Exp $ +@comment $NetBSD: PLIST,v 1.2 2016/03/15 15:33:02 taca Exp $ ${GEM_HOME}/cache/${GEM_NAME}.gem ${GEM_LIBDIR}/.yardopts ${GEM_LIBDIR}/MIT-LICENSE @@ -6,6 +6,7 @@ ${GEM_LIBDIR}/README.md ${GEM_LIBDIR}/Rakefile ${GEM_LIBDIR}/VERSION ${GEM_LIBDIR}/lib/rb-inotify.rb +${GEM_LIBDIR}/lib/rb-inotify/errors.rb ${GEM_LIBDIR}/lib/rb-inotify/event.rb ${GEM_LIBDIR}/lib/rb-inotify/native.rb ${GEM_LIBDIR}/lib/rb-inotify/native/flags.rb diff --git a/sysutils/ruby-rb-inotify/distinfo b/sysutils/ruby-rb-inotify/distinfo index cdd4ad14866bb..0e13c1071efd9 100644 --- a/sysutils/ruby-rb-inotify/distinfo +++ b/sysutils/ruby-rb-inotify/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2015/11/04 01:32:30 agc Exp $ +$NetBSD: distinfo,v 1.3 2016/03/15 15:33:02 taca Exp $ -SHA1 (rb-inotify-0.9.5.gem) = 52c673c2f546aab1958d19db6bdf2d1a7cbe34f1 -RMD160 (rb-inotify-0.9.5.gem) = 67b5e39bad4b5eedc0b445d36d84657fa886db9d -SHA512 (rb-inotify-0.9.5.gem) = 1ecc0142ed44358a2f51403736533e9854b5fc13cb81b552eb866310b60535b14e2ac6bfb6ee53bc1ee65ac14e51fc5a981e52f843607dbb3d8390c1d6c13e60 -Size (rb-inotify-0.9.5.gem) = 14336 bytes +SHA1 (rb-inotify-0.9.7.gem) = a47c5e88135cc959bb520894d635d631fa23a3f6 +RMD160 (rb-inotify-0.9.7.gem) = 4da255def1ef0c386c4c8889a09181de56e27d95 +SHA512 (rb-inotify-0.9.7.gem) = bc9be713becf7ee644a58e5d68dc0c514f8ba69a5b78de19cc84c2f55c98601065da59612a7373cd784646234b8ae9acd6575089c6a77e0317a0284c3f1fcbe4 +Size (rb-inotify-0.9.7.gem) = 14336 bytes diff --git a/sysutils/salt-docs/Makefile b/sysutils/salt-docs/Makefile index 897c8489431c3..08583221d77f9 100644 --- a/sysutils/salt-docs/Makefile +++ b/sysutils/salt-docs/Makefile @@ -1,15 +1,19 @@ -# $NetBSD: Makefile,v 1.7 2015/12/05 21:25:59 adam Exp $ +# $NetBSD: Makefile,v 1.9 2016/04/06 12:38:42 joerg Exp $ -DISTNAME= salt-0.10.5 +DISTNAME= salt-2015.8.5 PKGNAME= ${DISTNAME:S/-/-docs-/} CATEGORIES= sysutils -MASTER_SITES= https://cloud.github.com/downloads/saltstack/salt/ +MASTER_SITES= ${MASTER_SITE_PYPI:=s/salt/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://saltstack.org/ COMMENT= Documentation for salt LICENSE= apache-2.0 +USE_TOOLS+= gmake + +BUILD_DEPENDS+= gnupg-[0-9]*:../../security/gnupg + NO_CONFIGURE= yes BUILD_DIRS= doc BUILD_TARGET= html diff --git a/sysutils/salt-docs/distinfo b/sysutils/salt-docs/distinfo index f628ecadf3d74..289aea007ff93 100644 --- a/sysutils/salt-docs/distinfo +++ b/sysutils/salt-docs/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2015/11/04 01:32:30 agc Exp $ +$NetBSD: distinfo,v 1.3 2016/04/05 05:42:26 khorben Exp $ -SHA1 (salt-0.10.5.tar.gz) = 42796c7299e0000c250af2b3164fa77ef4f5e460 -RMD160 (salt-0.10.5.tar.gz) = a5de72481b458a2eb909a249e52e2edc354c2a61 -SHA512 (salt-0.10.5.tar.gz) = ff7485fb8f9ef66c92f73ac64e424c8d05d1d5566e03bf6c187ea74948daacc6f1dfca5ce8f3aead27e1af85e60ed3715a88cead53b137e75723c19254f8a77e -Size (salt-0.10.5.tar.gz) = 793582 bytes +SHA1 (salt-2015.8.5.tar.gz) = f9d2b2dbb0fefc8d9b0b5a762f61f0f1d8998c47 +RMD160 (salt-2015.8.5.tar.gz) = 8b17e20f53ff201f135f0bfefeca937828289a01 +SHA512 (salt-2015.8.5.tar.gz) = 715709798fd1f4410ef204545a84e34d3ecc0f080905b7ae29ce19d273c1ed6865f56e025e59d2506301970ad05081ff119caec0ced03dcbe5803f9f00eb64f8 +Size (salt-2015.8.5.tar.gz) = 6877624 bytes diff --git a/sysutils/salt/Makefile b/sysutils/salt/Makefile index 63045f1f89dbe..6e072b635d898 100644 --- a/sysutils/salt/Makefile +++ b/sysutils/salt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.38 2016/02/16 01:52:34 khorben Exp $ +# $NetBSD: Makefile,v 1.39 2016/04/21 11:36:03 jperkin Exp $ DISTNAME= salt-2015.8.5 PKGREVISION= 3 @@ -63,7 +63,7 @@ SUBST_SED.fix-paths= -e 's,/etc/salt,${PKG_SYSCONFDIR},g' SUBST_SED.fix-paths+= -e 's,/srv/salt,${PKG_SYSCONFDIR}/states,g' SUBST_SED.fix-paths+= -e 's,/srv/pillar,${PKG_SYSCONFDIR}/pillar,g' SUBST_SED.fix-paths+= -e 's,/etc/munin,${PKG_SYSCONFBASEDIR}/munin,g' -SUBST_SED.fix-paths+= -e 's,share/man,man,g' +SUBST_SED.fix-paths+= -e 's,share/man,${PKGMANDIR},g' SUBST_SED.fix-paths+= -e 's,/opt/local/lib,${PREFIX}/lib,g' SUBST_SED.fix-paths+= -e 's,/opt/local/etc,${PKG_SYSCONFBASEDIR},g' diff --git a/sysutils/smartmontools/Makefile b/sysutils/smartmontools/Makefile index c27fc6e1e4797..13cee220f49c8 100644 --- a/sysutils/smartmontools/Makefile +++ b/sysutils/smartmontools/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.28 2015/09/24 22:30:29 tnn Exp $ +# $NetBSD: Makefile,v 1.29 2016/05/08 11:23:15 nonaka Exp $ -DISTNAME= smartmontools-6.4 +DISTNAME= smartmontools-6.5 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=smartmontools/} @@ -26,7 +26,7 @@ CONF_FILES_PERMS= ${EGDIR}/smartd_warning.sh \ RCD_SCRIPTS= smartd CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} -CONFIGURE_ARGS+= --with-docdir=${PREFIX}/share/doc/smartmontools +CONFIGURE_ARGS+= --docdir=${PREFIX}/share/doc/smartmontools INSTALL_MAKE_FLAGS= ${MAKE_FLAGS} sysconfdir=${EGDIR} INSTALLATION_DIRS= ${EGDIR} diff --git a/sysutils/smartmontools/distinfo b/sysutils/smartmontools/distinfo index eb791fb58e034..c0ddb03f06964 100644 --- a/sysutils/smartmontools/distinfo +++ b/sysutils/smartmontools/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.26 2015/11/04 01:32:31 agc Exp $ +$NetBSD: distinfo,v 1.27 2016/05/08 11:23:15 nonaka Exp $ -SHA1 (smartmontools-6.4.tar.gz) = 855c7d555dd405e5b392b1631dc36dd9632db8b8 -RMD160 (smartmontools-6.4.tar.gz) = a90387c07488cfd3b1f87a34dcf9297983e174c5 -SHA512 (smartmontools-6.4.tar.gz) = 366cd55ec668da1ca8a3d9ba79d5bee6e0c59032936b7f2f161f8fbb1c9f869c505d715cc10562b6241f808bb8b534feaf9d9fd752f6cb1593ee893611742adc -Size (smartmontools-6.4.tar.gz) = 822539 bytes +SHA1 (smartmontools-6.5.tar.gz) = 7e788b429534a4ae627858fbcc826b93402cee7e +RMD160 (smartmontools-6.5.tar.gz) = e62d15d406a92b75fa239603180c6b587f9d2aa8 +SHA512 (smartmontools-6.5.tar.gz) = dca7a6363ab7280ee4197155025f624c978886dcc94fc47b524f6f849138b62c471e966c0d4bf59c7bba50519dc122264618e5ded80a406863ddd10b43d928d3 +Size (smartmontools-6.5.tar.gz) = 855642 bytes SHA1 (patch-aa) = bd08aff267f0e9e9307ebc57858e61e35144bf16 -SHA1 (patch-ag) = bbf85278f08390d51ac9bb428ac7026763e5ffcf -SHA1 (patch-os__netbsd.cpp) = 9c197ae492ef377d72df009be40d0abc1a827a31 +SHA1 (patch-ag) = 01b0b35d89d6d6a11b13b3c05a141c46a0c1590b +SHA1 (patch-os__netbsd.cpp) = 28f78c08d7c7287165cfa38f8ee3467b3b03cb44 diff --git a/sysutils/smartmontools/patches/patch-ag b/sysutils/smartmontools/patches/patch-ag index d89cd5fbf411c..d9b17ca9a537e 100644 --- a/sysutils/smartmontools/patches/patch-ag +++ b/sysutils/smartmontools/patches/patch-ag @@ -1,13 +1,13 @@ -$NetBSD: patch-ag,v 1.5 2015/06/12 13:58:07 jperkin Exp $ +$NetBSD: patch-ag,v 1.6 2016/05/08 11:23:15 nonaka Exp $ Match x86 SunOS platforms correctly. Remove os_solaris=yes to avoid special man page section handling (PR 38199). ---- configure.orig 2014-07-26 09:50:18.000000000 +0000 -+++ configure -@@ -6569,13 +6569,11 @@ fi - sparc-*-solaris*) - os_deps='os_solaris.o os_solaris_ata.o' +--- configure.orig 2016-05-07 11:18:29.000000000 +0000 ++++ configure 2016-05-08 06:41:03.000000000 +0000 +@@ -6659,13 +6659,11 @@ fi + test "$with_solaris_sparc_ata" = "yes" \ + && os_deps="$os_deps os_solaris_ata.o" os_mailer='mailx' - os_solaris=yes os_man_filter=Solaris diff --git a/sysutils/smartmontools/patches/patch-os__netbsd.cpp b/sysutils/smartmontools/patches/patch-os__netbsd.cpp index 1d6a93c4a7a32..fdffbc0952c54 100644 --- a/sysutils/smartmontools/patches/patch-os__netbsd.cpp +++ b/sysutils/smartmontools/patches/patch-os__netbsd.cpp @@ -1,10 +1,10 @@ -$NetBSD: patch-os__netbsd.cpp,v 1.2 2015/04/08 01:43:33 rodent Exp $ +$NetBSD: patch-os__netbsd.cpp,v 1.3 2016/05/08 11:23:15 nonaka Exp $ Use a raw disk device file on NetBSD. ---- os_netbsd.cpp.orig 2013-03-29 20:17:03.000000000 +0000 -+++ os_netbsd.cpp -@@ -57,7 +57,7 @@ printwarning(int msgNo, const char *extr +--- os_netbsd.cpp.orig 2016-03-26 19:47:47.000000000 +0000 ++++ os_netbsd.cpp 2016-05-08 06:45:25.000000000 +0000 +@@ -54,7 +54,7 @@ printwarning(int msgNo, const char *extr return; } @@ -13,3 +13,12 @@ Use a raw disk device file on NetBSD. static const char *net_dev_ata_disk = "wd"; static const char *net_dev_scsi_disk = "sd"; static const char *net_dev_scsi_tape = "enrst"; +@@ -128,7 +128,7 @@ get_dev_names(char ***names, const char + n++; + } + +- void * tmp = (char **)realloc(mp, n * (sizeof(char *))); ++ char ** tmp = (char **)realloc(mp, n * (sizeof(char *))); + if (NULL == tmp) { + pout("Out of memory constructing scan device list\n"); + free(mp); diff --git a/sysutils/spice-protocol/Makefile b/sysutils/spice-protocol/Makefile index 710030cb6e7c3..2f53096b1d160 100644 --- a/sysutils/spice-protocol/Makefile +++ b/sysutils/spice-protocol/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.5 2015/09/30 20:13:29 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2016/04/13 18:06:10 wiz Exp $ -DISTNAME= spice-protocol-0.12.10 +DISTNAME= spice-protocol-0.12.11 CATEGORIES= sysutils MASTER_SITES= http://spice-space.org/download/releases/ EXTRACT_SUFX= .tar.bz2 diff --git a/sysutils/spice-protocol/PLIST b/sysutils/spice-protocol/PLIST index 82b68eb3ce071..516abf83bf443 100644 --- a/sysutils/spice-protocol/PLIST +++ b/sysutils/spice-protocol/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2015/09/30 20:13:29 wiz Exp $ +@comment $NetBSD: PLIST,v 1.3 2016/04/13 18:06:10 wiz Exp $ include/spice-1/spice/barrier.h include/spice-1/spice/controller_prot.h include/spice-1/spice/end-packed.h @@ -15,13 +15,4 @@ include/spice-1/spice/stats.h include/spice-1/spice/types.h include/spice-1/spice/vd_agent.h include/spice-1/spice/vdi_dev.h -lib/spice-protocol/python_modules/__init__.py -lib/spice-protocol/python_modules/codegen.py -lib/spice-protocol/python_modules/demarshal.py -lib/spice-protocol/python_modules/marshal.py -lib/spice-protocol/python_modules/ptypes.py -lib/spice-protocol/python_modules/spice_parser.py -lib/spice-protocol/spice.proto -lib/spice-protocol/spice1.proto -lib/spice-protocol/spice_codegen.py share/pkgconfig/spice-protocol.pc diff --git a/sysutils/spice-protocol/distinfo b/sysutils/spice-protocol/distinfo index 6e24a2eb1aaa5..48713911cd114 100644 --- a/sysutils/spice-protocol/distinfo +++ b/sysutils/spice-protocol/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.6 2015/11/04 01:32:31 agc Exp $ +$NetBSD: distinfo,v 1.7 2016/04/13 18:06:10 wiz Exp $ -SHA1 (spice-protocol-0.12.10.tar.bz2) = 7c7447f0a8853fab2da38afd939ab28c4d9f3222 -RMD160 (spice-protocol-0.12.10.tar.bz2) = 81ace21929572575ca56c060e0e9f07a52a38cf5 -SHA512 (spice-protocol-0.12.10.tar.bz2) = 4f6545ced78a4eedf6adca3f10d536a57205626e631d7cf380be4ea08ca2e1fbbe32566e59c2ce1900a7f057a6dab044483b8423885280cbf142b253d8e03711 -Size (spice-protocol-0.12.10.tar.bz2) = 103029 bytes +SHA1 (spice-protocol-0.12.11.tar.bz2) = 322177b3b7b8676a7349265319d4ed7ff31bc098 +RMD160 (spice-protocol-0.12.11.tar.bz2) = b0a6ad14d0fed670a3e2dc129cd1a65e719e5177 +SHA512 (spice-protocol-0.12.11.tar.bz2) = 748217f8e3e5d13e14429d6a963737ecbe545b1fc700efb875e74a83b9a8f98d9d8a8917a65ba3c49f69b478af7a995e708689033663e6354692c50c39f108f3 +Size (spice-protocol-0.12.11.tar.bz2) = 72691 bytes diff --git a/sysutils/tarsnap-gui/DESCR b/sysutils/tarsnap-gui/DESCR new file mode 100644 index 0000000000000..f8b402e41b535 --- /dev/null +++ b/sysutils/tarsnap-gui/DESCR @@ -0,0 +1,5 @@ +The Tarsnap graphical user interface desktop application is an open +source cross-platform frontend to the popular Tarsnap backup service. + +The application uses the tarsnap command line client utilities to +communicate with the Tarsnap service. diff --git a/sysutils/tarsnap-gui/Makefile b/sysutils/tarsnap-gui/Makefile new file mode 100644 index 0000000000000..87ac38a6cbc55 --- /dev/null +++ b/sysutils/tarsnap-gui/Makefile @@ -0,0 +1,28 @@ +# $NetBSD: Makefile,v 1.4 2016/05/07 10:41:27 wiz Exp $ + +DISTNAME= tarsnap-gui-0.8 +PKGREVISION= 2 +CATEGORIES= sysutils +MASTER_SITES= ${MASTER_SITE_GITHUB:=Tarsnap/} +GITHUB_TAG= v${PKGVERSION_NOREV} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= https://github.com/Tarsnap/tarsnap-gui +COMMENT= Cross-platform GUI for the Tarsnap backup service +LICENSE= 2-clause-bsd + +DEPENDS+= tarsnap-[0-9]*:../../sysutils/tarsnap + +USE_LIBTOOL= yes +USE_LANGUAGES= c++ +INSTALLATION_DIRS= bin + +do-configure: + cd ${WRKSRC} && ${QTDIR}/bin/qmake + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/tarsnap-gui ${DESTDIR}${PREFIX}/bin + +.include "../../x11/qt5-qtbase/buildlink3.mk" +.include "../../x11/qt5-qttools/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/sysutils/tarsnap-gui/PLIST b/sysutils/tarsnap-gui/PLIST new file mode 100644 index 0000000000000..f368f79c78f59 --- /dev/null +++ b/sysutils/tarsnap-gui/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1 2016/03/15 09:51:26 wiz Exp $ +bin/tarsnap-gui diff --git a/sysutils/tarsnap-gui/distinfo b/sysutils/tarsnap-gui/distinfo new file mode 100644 index 0000000000000..4bd31e36c5054 --- /dev/null +++ b/sysutils/tarsnap-gui/distinfo @@ -0,0 +1,7 @@ +$NetBSD: distinfo,v 1.2 2016/05/07 10:10:46 joerg Exp $ + +SHA1 (tarsnap-gui-0.8.tar.gz) = 85c4bb94fcbb1821136bb26feea68c582c386d35 +RMD160 (tarsnap-gui-0.8.tar.gz) = 0179694f8feb182793f071e09c2682052c35b9a8 +SHA512 (tarsnap-gui-0.8.tar.gz) = 8fc8afdd8a53efc843c2c82cc4872a7156fff8964793e3a5a80430380598f752a1ae488012c54809e345bda34a2c6a0afaca5504223effe2e332825cbea2b359 +Size (tarsnap-gui-0.8.tar.gz) = 544066 bytes +SHA1 (patch-Tarsnap.pro) = e31d2ab6a6ec7890dabb368582cd4e4cced0b29d diff --git a/sysutils/tarsnap-gui/patches/patch-Tarsnap.pro b/sysutils/tarsnap-gui/patches/patch-Tarsnap.pro new file mode 100644 index 0000000000000..c803ba9f50693 --- /dev/null +++ b/sysutils/tarsnap-gui/patches/patch-Tarsnap.pro @@ -0,0 +1,13 @@ +$NetBSD: patch-Tarsnap.pro,v 1.1 2016/05/07 10:10:46 joerg Exp $ + +--- Tarsnap.pro.orig 2016-05-06 18:45:38.000000000 +0000 ++++ Tarsnap.pro +@@ -12,6 +12,8 @@ DEFINES += APP_VERSION=\\\"$$VERSION\\\" + #QMAKE_TARGET_DESCRIPTION = GUI frontend for Tarsnap + #QMAKE_TARGET_COPYRIGHT = copyright Tarsnap Backup Inc. + ++QMAKE_LFLAGS += ${COMPILER_RPATH_FLAG}${X11BASE}/lib ++ + SOURCES += \ + src/coreapplication.cpp \ + src/main.cpp \ diff --git a/sysutils/xentools41/Makefile b/sysutils/xentools41/Makefile index e8bfa83636ae9..ac6b3e126e650 100644 --- a/sysutils/xentools41/Makefile +++ b/sysutils/xentools41/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.60 2016/02/26 10:24:14 jperkin Exp $ +# $NetBSD: Makefile,v 1.61 2016/05/05 11:45:41 jaapb Exp $ # # VERSION is set in version.mk as it is shared with other packages .include "version.mk" DISTNAME= xen-${VERSION} PKGNAME= xentools41-${VERSION} -PKGREVISION= 14 +PKGREVISION= 15 CATEGORIES= sysutils MASTER_SITES= http://bits.xensource.com/oss-xen/release/${VERSION}/ diff --git a/sysutils/xentools42/Makefile b/sysutils/xentools42/Makefile index bda70a27a6e56..e74c169b04620 100644 --- a/sysutils/xentools42/Makefile +++ b/sysutils/xentools42/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.42 2016/02/26 10:24:14 jperkin Exp $ +# $NetBSD: Makefile,v 1.46 2016/05/05 11:45:41 jaapb Exp $ VERSION= 4.2.5 VERSION_IPXE= 1.0.0 DISTNAME= xen-${VERSION} PKGNAME= xentools42-${VERSION} -PKGREVISION= 14 +PKGREVISION= 16 CATEGORIES= sysutils MASTER_SITES= http://bits.xensource.com/oss-xen/release/${VERSION}/ @@ -51,12 +51,13 @@ GNU_CONFIGURE= YES #CONFIGURE_ARGS+= --enable-xenapi CONFIGURE_ARGS+= --disable-seabios +CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFBASE} + MAKE_ENV+= PREFIX=${prefix:Q} WRKSRC=${WRKSRC} MAKE_ENV+= EGDIR=${EGDIR} MAKE_ENV+= BASH_COMPLETION_DIR=${EGDIR} MAKE_ENV+= MV=${MV:Q} PYTHON=${PYTHONBIN:Q} SED=${SED:Q} MAKE_ENV+= VARBASE=${VARBASE} -MAKE_ENV+= XEN_CONFIG_DIR=${PKG_SYSCONFDIR} MAKE_ENV+= V=YES MAKE_ENV+= NO_WERROR=1 @@ -140,9 +141,11 @@ SUBST_CLASSES+= conf SUBST_STAGE.conf= pre-configure SUBST_FILES.conf+= python/xen/xm/create.py SUBST_FILES.conf+= ocaml/xenstored/define.ml +SUBST_FILES.conf+= libxl/xl_cmdtable.c +SUBST_FILES.conf+= ../docs/misc/xl-disk-configuration.txt SUBST_SED.conf= -e "s,@XENDCONFDIR@,${PKG_SYSCONFDIR},g" -XEND_SCRIPTS= block vif-bridge vif-ip qemu-ifup hotplugpath.sh +XEND_SCRIPTS= block vif-bridge vif-ip qemu-ifup hotplugpath.sh locking.sh SUBST_CLASSES.NetBSD+= proc SUBST_STAGE.proc= pre-configure @@ -197,6 +200,7 @@ pre-build: .for s in ${BLKTAP_FILES} ${CP} -f ${FILESDIR}/${s} ${WRKSRC}/blktap/drivers/ .endfor + ${CP} -f ${FILESDIR}/locking.sh ${WRKSRC}/hotplug/NetBSD/ ${SED} -e "s,@XENDCONFDIR@,${PKG_SYSCONFDIR},g" \ ${XENTOP}/docs/man/xl.pod.1 |\ pod2man >${WRKDIR}/xl.1 diff --git a/sysutils/xentools42/PLIST b/sysutils/xentools42/PLIST index b9fe9ede9fc5f..d579cc288cf67 100644 --- a/sysutils/xentools42/PLIST +++ b/sysutils/xentools42/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.6 2014/03/11 14:05:17 jperkin Exp $ +@comment $NetBSD: PLIST,v 1.7 2016/04/04 15:13:15 bad Exp $ bin/libxl-save-helper bin/lsevtchn bin/pygrub @@ -682,6 +682,7 @@ share/examples/xen/formats share/examples/xen/oxenstored.conf share/examples/xen/scripts/block share/examples/xen/scripts/hotplugpath.sh +share/examples/xen/scripts/locking.sh share/examples/xen/scripts/qemu-ifup share/examples/xen/scripts/vif-bridge share/examples/xen/scripts/vif-ip diff --git a/sysutils/xentools42/distinfo b/sysutils/xentools42/distinfo index a6a4f7ffc8390..1e96adf2a95a6 100644 --- a/sysutils/xentools42/distinfo +++ b/sysutils/xentools42/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.22 2016/01/07 17:53:58 bouyer Exp $ +$NetBSD: distinfo,v 1.26 2016/04/04 15:16:03 bad Exp $ SHA1 (ipxe-git-v1.0.0.tar.gz) = da052c8de5f3485fe0253c19cf52ed6d72528485 RMD160 (ipxe-git-v1.0.0.tar.gz) = dcd9b6eaafa1ce05c1ebf2a15f2f73ad7a8c5547 @@ -8,9 +8,6 @@ SHA1 (xen-4.2.5.tar.gz) = f42741e4ec174495ace70c4b17a6b9b0e60e798a RMD160 (xen-4.2.5.tar.gz) = 7d4f7f1b32ee541d341a756b1f8da02816438d19 SHA512 (xen-4.2.5.tar.gz) = 42c0fc241952fc55fc44480fb6752b004b54ae40e946159ec047adf229b65cbfbd810271d01b064ad8fdbddb73c640dcdcb6bc19f91e8968829889c129920dac Size (xen-4.2.5.tar.gz) = 15671925 bytes -<<<<<<< distinfo -======= ->>>>>>> 1.21 SHA1 (patch-.._.._ipxe_src_Makefile.housekeeping) = 5ec8020a9705b2f64096c2942473a8de4db578bb SHA1 (patch-.._.._ipxe_src_arch_i386_include_librm.h) = 4549ac641b112321b4731a918d85219c3fce6808 SHA1 (patch-.._.._ipxe_src_arch_i386_scripts_i386.lds) = 4c0cbb7f535be43e1b6f53c284340a8bafc37c0b @@ -29,6 +26,7 @@ SHA1 (patch-.._docs_man_xl.pod.1) = 740ad6f53e113b755bc6b04abce4ec9ba08eb815 SHA1 (patch-.._docs_man_xlcpupool.cfg.pod.5) = a693a79a1f1c16548f62f7da1fa58fa28030990f SHA1 (patch-.._docs_man_xm.pod.1) = 975b7570da4bf9fd9cb79539fbd36b8dfbcbd571 SHA1 (patch-.._docs_man_xmdomain.cfg.pod.5) = 5563a72e203e789a86f4166c71ddb3fcff5215c6 +SHA1 (patch-.._docs_misc_xl-disk-configuration.txt) = 2e6d363228fa050679db1016ca925c279c657490 SHA1 (patch-CVE-2015-2152) = 676339abef9e79595f6c40de31ca740f8284c7a2 SHA1 (patch-CVE-2015-2752) = 81c197a9adba59b1a1fe86a35f1edc55c27d2c2c SHA1 (patch-CVE-2015-3209) = abbfe580c03b5fd591d1fd893671f8d2b48f4123 @@ -50,7 +48,8 @@ SHA1 (patch-firmware_etherboot_patches_boot__prompt__option.patch) = 95d6e140643 SHA1 (patch-firmware_etherboot_patches_series) = 2ced4e380f436a0287744e0a817ff24b91a43e7c SHA1 (patch-firmware_hvmloader_Makefile) = d4d9f34335a178f50e7fda52747cf6551ceeccc6 SHA1 (patch-firmware_hvmloader_util.h) = 8ec0efdf56b9f2ea66cac7e90cba4abf727d4605 -SHA1 (patch-hotplug_NetBSD_Makefile) = 7b14179d0d00dc1b6f9a85fff706d82ce9b0cd66 +SHA1 (patch-hotplug_NetBSD_Makefile) = efc7c4d5b2f4aa5d3de2c7f77427db77fd95898a +SHA1 (patch-hotplug_NetBSD_block) = 8e0f2afeb9e29ffb9cd51823ec5f4f2c80e457c7 SHA1 (patch-hotplug_NetBSD_vif-bridge) = 7d01f15273c983c2cfe125e75800f9719961427c SHA1 (patch-hotplug_NetBSD_vif-ip) = d3b0555f5ba0bfcbf0f7027eb5f74a84d0cf7c80 SHA1 (patch-hotplug_common_Makefile) = 3ee2fec5c4cb171c35c7e73379da4235b5ddca99 diff --git a/sysutils/xentools42/files/locking.sh b/sysutils/xentools42/files/locking.sh new file mode 100644 index 0000000000000..88257f62b7b2d --- /dev/null +++ b/sysutils/xentools42/files/locking.sh @@ -0,0 +1,72 @@ +#!/bin/sh +# +# Copyright (c) 2016, Christoph Badura. All rights reserved. +# +# Redistribution and use in source and binary forms, with or without +# modification, are permitted provided that the following conditions +# are met: +# 1. Redistributions of source code must retain the above copyright +# notice, this list of conditions and the following disclaimer. +# 2. Redistributions in binary form must reproduce the above copyright +# notice, this list of conditions and the following disclaimer in the +# documentation and/or other materials provided with the distribution. +# +# THIS SOFTWARE IS PROVIDED BY THE AUTHOR(S) ``AS IS'' AND ANY EXPRESS +# OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +# WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +# DISCLAIMED. IN NO EVENT SHALL THE AUTHOR(S) BE LIABLE FOR ANY DIRECT, +# INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES +# (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR +# SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +# CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY +# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF +# SUCH DAMAGE. +# + +LOCK_BASEDIR="$XEN_LOCK_DIR/xen-hotplug" + +_lockfd=9 +_have_lock=0 # lock not taken yet. + +SHLOCK="shlock ${_shlock_debug-}" + +_lock_set_vars() { + _lockfile="$LOCK_BASEDIR/$1.lock" + _lockfifo="$LOCK_BASEDIR/$1.fifo" +} + +_lock_init() { + mkdir -p "$LOCK_BASEDIR" 2>/dev/null || true + mkfifo $_lockfifo 2>/dev/null || true +} + +# +# use a named pipe as condition variable +# opening for read-only blocks when there's no writer. +# opening for read-write never blocks but unblocks any waiting readers. +# +_lock_wait_cv() { + eval "exec $_lockfd< $_lockfifo ; exec $_lockfd<&-" +} +_lock_signal_cv() { + eval "exec $_lockfd<> $_lockfifo ; exec $_lockfd<&-" +} + +claim_lock() { + _lock_set_vars $1 + _lock_init + until $SHLOCK -f $_lockfile -p $$; do + _lock_wait_cv + done + _have_lock=1 + # be sure to release the lock when the shell exits + trap "release_lock $1" 0 1 2 15 +} + +release_lock() { + _lock_set_vars $1 + [ "$_have_lock" != 0 -a -f $_lockfile ] && rm $_lockfile + _have_lock=0 + _lock_signal_cv; +} diff --git a/sysutils/xentools42/patches/patch-.._docs_misc_xl-disk-configuration.txt b/sysutils/xentools42/patches/patch-.._docs_misc_xl-disk-configuration.txt new file mode 100644 index 0000000000000..6ec00cb0ff77c --- /dev/null +++ b/sysutils/xentools42/patches/patch-.._docs_misc_xl-disk-configuration.txt @@ -0,0 +1,13 @@ +$NetBSD: patch-.._docs_misc_xl-disk-configuration.txt,v 1.1 2016/04/04 15:03:14 bad Exp $ + +--- ../docs/misc/xl-disk-configuration.txt.orig 2015-11-03 10:11:18.000000000 +0100 ++++ ../docs/misc/xl-disk-configuration.txt 2016-03-29 22:48:24.000000000 +0200 +@@ -161,7 +161,7 @@ + + Specifies that is not a normal host path, but rather + information to be interpreted by the executable program